From 79ddf9417d5ad302542aede382969fa9b29368c8 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Mon, 22 Jan 2024 14:38:59 -0600 Subject: [PATCH 001/391] Update for preferred Delta V exterior lights --- Resources/Migrations/deltaMigrations.yml | 4 ++++ .../Prototypes/Entities/Structures/Lighting/base_lighting.yml | 2 +- .../Entities/Structures/Lighting/base_lighting.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/Migrations/deltaMigrations.yml b/Resources/Migrations/deltaMigrations.yml index 3efa662b64..8f7d7e33a8 100644 --- a/Resources/Migrations/deltaMigrations.yml +++ b/Resources/Migrations/deltaMigrations.yml @@ -83,3 +83,7 @@ WindoorSecureBrigLocked: WindoorSecureSecurityLawyerLocked # 2023-12-16 PlushieLizardMirrored: PlushieLizard + +# 2024-1-22 +#Use these lights because they are better +PoweredlightExterior: PoweredLightBlueInterior diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index a146e9ddcf..3139811f11 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -149,7 +149,7 @@ - type: entity id: PoweredlightExterior description: "A light fixture. Draws power and produces light when equipped with a light tube." - suffix: Blue + suffix: Blue, Don't Map on Delta V #Delta V: Don't Map on Delta V parent: Poweredlight components: - type: PoweredLight diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml index 9a2f3b7383..85932ca6b2 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml @@ -1,7 +1,7 @@ - type: entity parent: PoweredlightExterior id: PoweredLightBlueInterior - suffix: Blue Interior + suffix: Blue Exterior, Delta V description: "A light fixture. Draws power and produces light when equipped with a light tube." components: - type: PoweredLight From f687c42fe65e958ac26630eed081620b1b80900d Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Mon, 22 Jan 2024 14:46:26 -0600 Subject: [PATCH 002/391] Always powered too, to avoid confusion --- .../Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml index 85932ca6b2..3a6470d36b 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml @@ -13,7 +13,7 @@ - type: entity parent: AlwaysPoweredWallLight id: AlwaysPoweredLightBlueInterior - suffix: Always Powered, Blue Interior + suffix: Always Powered, Blue Exterior, Delta V description: "A light fixture. Draws power and produces light when equipped with a light tube." components: - type: PointLight From 471cfc97c96ed6f570877243a3d88d8486e48799 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Mon, 22 Jan 2024 14:49:44 -0600 Subject: [PATCH 003/391] and the tubes I guess since some of those were mapped. --- Resources/Migrations/deltaMigrations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Migrations/deltaMigrations.yml b/Resources/Migrations/deltaMigrations.yml index 8f7d7e33a8..d31781a367 100644 --- a/Resources/Migrations/deltaMigrations.yml +++ b/Resources/Migrations/deltaMigrations.yml @@ -87,3 +87,4 @@ PlushieLizardMirrored: PlushieLizard # 2024-1-22 #Use these lights because they are better PoweredlightExterior: PoweredLightBlueInterior +ExteriorLightTube: BlueLightTube From 032bebfe9bf59e228a890d458c1056c144dba115 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:10:50 -0600 Subject: [PATCH 004/391] Update Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> Signed-off-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> --- .../Prototypes/Entities/Structures/Lighting/base_lighting.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 3139811f11..673e1d17f1 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -149,7 +149,8 @@ - type: entity id: PoweredlightExterior description: "A light fixture. Draws power and produces light when equipped with a light tube." - suffix: Blue, Don't Map on Delta V #Delta V: Don't Map on Delta V + suffix: Blue + noSpawn: true # DeltaV - Don't map these parent: Poweredlight components: - type: PoweredLight From d47901fbfa4cce7f716b387e405212dedfb02b43 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Mon, 22 Jan 2024 15:11:31 -0600 Subject: [PATCH 005/391] Add nospawn to tubes as well --- Resources/Prototypes/Entities/Objects/Power/lights.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index e399c66262..a9dc4260ff 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -190,7 +190,8 @@ parent: BaseLightTube name: exterior light tube description: A high power high energy bulb for the depths of space. May contain mercury. - id: ExteriorLightTube + id: ExteriorLightTubeBlue + noSpawn: true # DeltaV - Don't map these components: - type: LightBulb color: "#B4FCF0" From 93f558109621ac4eeacc002718ae9b860b6ab653 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Mon, 22 Jan 2024 15:17:55 -0600 Subject: [PATCH 006/391] Add nospawn to tubes as well --- Resources/Prototypes/Entities/Objects/Power/lights.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index a9dc4260ff..4517cd68a2 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -191,7 +191,7 @@ name: exterior light tube description: A high power high energy bulb for the depths of space. May contain mercury. id: ExteriorLightTubeBlue - noSpawn: true # DeltaV - Don't map these + noSpawn: true # DeltaV: Don't map these components: - type: LightBulb color: "#B4FCF0" From 53488ba0f21007d7d6e5f1a53156a38c7b646de2 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Mon, 22 Jan 2024 15:20:43 -0600 Subject: [PATCH 007/391] what? --- Resources/Prototypes/Entities/Objects/Power/lights.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index 4517cd68a2..da99fa6350 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -190,8 +190,8 @@ parent: BaseLightTube name: exterior light tube description: A high power high energy bulb for the depths of space. May contain mercury. - id: ExteriorLightTubeBlue - noSpawn: true # DeltaV: Don't map these + id: ExteriorLightTube + noSpawn: true # DeltaV - Don't map these components: - type: LightBulb color: "#B4FCF0" From 666194bd9c1422cf65e0502d57bf85e437b1373b Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:42:01 +0100 Subject: [PATCH 008/391] Shoukou maintenance update.... again. (#695) * Shoukou maintenance update.... again. Fixes camera in cryo Added a techmaint floor under Armoury level 2 door. Adds mirror to cloning. Adds maintenance behind robotics, giving access to atmos if someone wanted to break in. Adds a TV in bar. * Update shoukou.yml * Second patch. * Just going to see how this will go. * Revertin the previous commit. --------- Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Resources/Maps/shoukou.yml | 67634 ++++++++++++++++++----------------- 1 file changed, 34080 insertions(+), 33554 deletions(-) diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index 9191ff3a04..3361354e08 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -63,11 +63,10 @@ entities: - uid: 34 components: - type: MetaData - - type: Transform - pos: 0.1483028,2.0762267 + - pos: 0.1483028,2.0762267 parent: 35 - - type: MapGrid - chunks: + type: Transform + - chunks: -1,-1: ind: -1,-1 tiles: egAAAAAAWgAAAAACaAAAAAABXwAAAAABWgAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAAAWgAAAAABXwAAAAAAaAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAaAAAAAAALgAAAAABWgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAWgAAAAAALgAAAAAAaAAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaAAAAAAAXwAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACXwAAAAABaAAAAAABegAAAAAAegAAAAAAegAAAAAAZQAAAAABWgAAAAACaAAAAAABLgAAAAAAXwAAAAAALgAAAAABXwAAAAAALgAAAAAAXwAAAAABLgAAAAAAXwAAAAAALgAAAAAAaAAAAAABegAAAAAADgAAAAACDgAAAAACWgAAAAAAWgAAAAACYgAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAYgAAAAACXwAAAAACaAAAAAABegAAAAAADgAAAAADDgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAaAAAAAABLgAAAAABaAAAAAADaQAAAAAAdwAAAAAAdwAAAAACaQAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAaAAAAAAAXwAAAAADaAAAAAAATgAAAAAAeAAAAAABLgAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAaAAAAAACLgAAAAACaAAAAAABaQAAAAAAdwAAAAAAdwAAAAADOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAaQAAAAAAaAAAAAABXwAAAAAAaAAAAAABegAAAAAADgAAAAAADgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAaAAAAAADLgAAAAACaAAAAAAATgAAAAAADgAAAAACDgAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAaAAAAAADXwAAAAADaAAAAAADTgAAAAAADgAAAAADDgAAAAABTgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAADgAAAAAADgAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADZQAAAAACWgAAAAABegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAZQAAAAACWgAAAAADWgAAAAABMAAAAAAAMAAAAAAAZQAAAAADZQAAAAABLgAAAAADZQAAAAADZQAAAAADLgAAAAACZQAAAAABZQAAAAABLgAAAAAAZQAAAAACZQAAAAADLgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAC @@ -110,11 +109,11 @@ entities: version: 6 -3,-1: ind: -3,-1 - tiles: aQAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAABegAAAAAAdwAAAAACdwAAAAADaAAAAAADaAAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAABZQAAAAADegAAAAAAdwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaAAAAAAAaAAAAAADaAAAAAADegAAAAAAZQAAAAACZQAAAAADegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaAAAAAACXwAAAAABaAAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAACaAAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADYgAAAAAAaAAAAAAAXwAAAAADaAAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAYgAAAAABaAAAAAAAXwAAAAACaAAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAATgAAAAAAdwAAAAACegAAAAAAegAAAAAAaAAAAAADXwAAAAADaAAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAABTgAAAAAAaAAAAAACXwAAAAACaAAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAaAAAAAABXwAAAAABZQAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADaQAAAAAATAAAAAAATAAAAAAATAAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAADZQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATAAAAAABTAAAAAADTAAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAaAAAAAACXwAAAAADaAAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAegAAAAAAaAAAAAAAXwAAAAABaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADaQAAAAAAWgAAAAAD + tiles: HgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAJwAAAAADJwAAAAABegAAAAAAdwAAAAACdwAAAAADaAAAAAADaAAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAdwAAAAADHgAAAAAALgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAABZQAAAAADegAAAAAAdwAAAAAALgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAaAAAAAAAaAAAAAADaAAAAAADegAAAAAAZQAAAAACZQAAAAADegAAAAAAdwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaAAAAAACXwAAAAABaAAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAACaAAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADYgAAAAAAaAAAAAAAXwAAAAADaAAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAYgAAAAABaAAAAAAAXwAAAAACaAAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAATgAAAAAAdwAAAAACegAAAAAAegAAAAAAaAAAAAADXwAAAAADaAAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAABTgAAAAAAaAAAAAACXwAAAAACaAAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAaAAAAAABXwAAAAABZQAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADaQAAAAAATAAAAAAATAAAAAAATAAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAADZQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATAAAAAABTAAAAAADTAAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAaAAAAAACXwAAAAADaAAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAegAAAAAAaAAAAAAAXwAAAAABaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADaQAAAAAAWgAAAAAD version: 6 -3,-2: ind: -3,-2 - tiles: TAAAAAAATAAAAAADegAAAAAATAAAAAAATAAAAAABTAAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAATAAAAAABTAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACTAAAAAABTAAAAAAATAAAAAACTAAAAAADTAAAAAABegAAAAAAawAAAAADegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAQQAAAAAATQAAAAACTQAAAAABTQAAAAADHgAAAAAAaQAAAAAAHgAAAAACTAAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADaQAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABaQAAAAAAJwAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAACegAAAAAAHgAAAAABWgAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAACdwAAAAABHgAAAAAAHgAAAAADJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAABHgAAAAAAHgAAAAABaAAAAAABaAAAAAACXwAAAAABXwAAAAABXwAAAAAAXwAAAAABXwAAAAACXwAAAAADTQAAAAADHgAAAAACJwAAAAABJwAAAAABJwAAAAAAJwAAAAAAJwAAAAADTgAAAAAAaAAAAAADaAAAAAADYgAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAHgAAAAACHgAAAAACJwAAAAABJwAAAAAAJwAAAAABJwAAAAADegAAAAAAegAAAAAAaAAAAAABaAAAAAACaAAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAABJwAAAAACTgAAAAAAdwAAAAACdwAAAAACaAAAAAAAaAAAAAABegAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAADJwAAAAABJwAAAAADHgAAAAADJwAAAAABJwAAAAACJwAAAAAATgAAAAAAdwAAAAABdwAAAAACaAAAAAACaAAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAATQAAAAACHgAAAAADHgAAAAAAJwAAAAABJwAAAAAAJwAAAAAAegAAAAAAdwAAAAADdwAAAAABaAAAAAAAaAAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADHgAAAAAAHgAAAAACHgAAAAACJwAAAAABJwAAAAAAJwAAAAAAegAAAAAAdwAAAAAAdwAAAAACaAAAAAAAaAAAAAACTgAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAA + tiles: TAAAAAAATAAAAAADegAAAAAATAAAAAAATAAAAAABTAAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAATAAAAAABTAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACTAAAAAABTAAAAAAATAAAAAACTAAAAAADTAAAAAABegAAAAAAawAAAAADegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAQQAAAAAATQAAAAACTQAAAAABTQAAAAADHgAAAAAAaQAAAAAAHgAAAAACTAAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADaQAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABaQAAAAAAJwAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAACegAAAAAAHgAAAAABWgAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACXwAAAAABXwAAAAABXwAAAAAAXwAAAAABXwAAAAACXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaAAAAAADaAAAAAADYgAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAegAAAAAAegAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACaAAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAABJwAAAAACTgAAAAAAdwAAAAACdwAAAAACaAAAAAAAaAAAAAABegAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAADJwAAAAABJwAAAAADHgAAAAADJwAAAAABJwAAAAACJwAAAAAATgAAAAAAdwAAAAABdwAAAAACaAAAAAACaAAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAATQAAAAACHgAAAAADHgAAAAAAJwAAAAABLgAAAAAAJwAAAAAAegAAAAAAdwAAAAADdwAAAAABaAAAAAAAaAAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADHgAAAAAALgAAAAAAHgAAAAACLgAAAAAAJwAAAAAAJwAAAAAAegAAAAAAdwAAAAAAdwAAAAACaAAAAAAAaAAAAAACTgAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAA version: 6 -1,-3: ind: -1,-3 @@ -146,7 +145,7 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAaQAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAAAWgAAAAADWgAAAAADeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAADWgAAAAABWgAAAAADeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAD + tiles: AAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAaQAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAAAWgAAAAADWgAAAAADeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAZQAAAAADWgAAAAADWgAAAAABWgAAAAADeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAD version: 6 -4,0: ind: -4,0 @@ -154,7 +153,7 @@ entities: version: 6 -4,-2: ind: -4,-2 - tiles: eQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAADeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAJwAAAAADeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAHgAAAAADAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAHgAAAAACTQAAAAABHgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAACJwAAAAADJwAAAAABJwAAAAABHgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAABJwAAAAAAJwAAAAABJwAAAAABHgAAAAAC + tiles: eQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAADeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAJwAAAAADeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAHgAAAAADAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAACJwAAAAADJwAAAAABJwAAAAABHgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAJwAAAAABJwAAAAAAJwAAAAABJwAAAAABHgAAAAAC version: 6 1,-3: ind: 1,-3 @@ -174,7 +173,7 @@ entities: version: 6 1,0: ind: 1,0 - tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 @@ -248,20 +247,20 @@ entities: ind: 2,1 tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 + type: MapGrid - type: Broadphase - - type: Physics - bodyStatus: InAir + - bodyStatus: InAir angularDamping: 10000 linearDamping: 10000 fixedRotation: False bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier + type: Physics + - fixtures: {} + type: Fixtures + - gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: + type: Gravity + - chunkCollection: version: 2 nodes: - node: @@ -287,17 +286,17 @@ entities: 16: -33,-40 17: -34,-40 18: -33,-36 - 728: -53,-31 - 729: -53,-32 - 730: -53,-33 - 731: -53,-34 - 736: -46,-19 + 726: -53,-31 + 727: -53,-32 + 728: -53,-33 + 729: -53,-34 + 734: -46,-19 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 720: 34.024876,-6.9936233 - 721: 34.0405,-7.9779983 + 718: 34.024876,-6.9936233 + 719: 34.0405,-7.9779983 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe @@ -472,9 +471,9 @@ entities: color: '#FF0000FF' id: BrickTileSteelLineE decals: - 722: -49,-17 - 723: -49,-18 - 724: -49,-19 + 720: -49,-17 + 721: -49,-18 + 722: -49,-19 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE @@ -547,12 +546,12 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteCornerNe decals: - 742: 1,-40 + 740: 1,-40 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerNe decals: - 752: 8,-40 + 750: 8,-40 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe @@ -567,12 +566,12 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteCornerNw decals: - 739: -2,-40 + 737: -2,-40 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerNw decals: - 751: 6,-40 + 749: 6,-40 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw @@ -587,12 +586,12 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteCornerSe decals: - 745: 1,-44 + 743: 1,-44 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerSe decals: - 754: 8,-43 + 752: 8,-43 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe @@ -607,12 +606,12 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteCornerSw decals: - 746: -2,-44 + 744: -2,-44 - node: color: '#7FDFFFFF' id: BrickTileWhiteCornerSw decals: - 753: 6,-43 + 751: 6,-43 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndE @@ -678,8 +677,8 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteLineE decals: - 743: 1,-42 - 744: 1,-43 + 741: 1,-42 + 742: 1,-43 - node: color: '#FF000066' id: BrickTileWhiteLineE @@ -699,8 +698,8 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteLineN decals: - 740: -1,-40 - 741: 0,-40 + 738: -1,-40 + 739: 0,-40 - node: color: '#FF000066' id: BrickTileWhiteLineN @@ -726,13 +725,13 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteLineS decals: - 748: -1,-44 - 749: 0,-44 + 746: -1,-44 + 747: 0,-44 - node: color: '#7FDFFFFF' id: BrickTileWhiteLineS decals: - 755: 7,-43 + 753: 7,-43 - node: color: '#FF000066' id: BrickTileWhiteLineS @@ -748,7 +747,7 @@ entities: 623: 5,-37 627: 5,-34 628: 4,-34 - 756: 3,-37 + 754: 3,-37 - node: angle: 6.283185307179586 rad color: '#FFFFFFFF' @@ -760,9 +759,9 @@ entities: color: '#34FFFFFF' id: BrickTileWhiteLineW decals: - 737: -2,-42 - 738: -2,-41 - 747: -2,-43 + 735: -2,-42 + 736: -2,-41 + 745: -2,-43 - node: color: '#FF000066' id: BrickTileWhiteLineW @@ -922,8 +921,8 @@ entities: id: Delivery decals: 690: -13.001509,-32.022694 - 717: -43,-22 - 718: -42,-22 + 755: -42,-14 + 756: -43,-14 - node: cleanable: True color: '#FFFFFFFF' @@ -1212,7 +1211,7 @@ entities: 692: 31,-14 693: 32,-14 694: 33,-14 - 725: 34,-14 + 723: 34,-14 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale @@ -1328,13 +1327,13 @@ entities: color: '#FFFFFFFF' id: LoadingArea decals: - 727: -21.999445,-42.990807 + 725: -21.999445,-42.990807 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 726: -17.999445,-43.022057 + 724: -17.999445,-43.022057 - node: color: '#FFFFFFFF' id: MiniTileDarkLineE @@ -1410,7 +1409,7 @@ entities: color: '#FFFFFFFF' id: OffsetCheckerBOverlay decals: - 719: -52,-18 + 717: -52,-18 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale @@ -1523,7 +1522,7 @@ entities: color: '#7FFFFFFF' id: WarnBoxGreyscale decals: - 750: 7,-40 + 748: 7,-40 - node: cleanable: True color: '#FFFFFFFF' @@ -1552,7 +1551,7 @@ entities: decals: 488: -35,5 493: -35,4 - 735: -47,-19 + 733: -47,-19 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -1572,7 +1571,7 @@ entities: 565: -37,-48 566: -38,-48 567: -39,-48 - 734: -46,-18 + 732: -46,-18 - node: cleanable: True color: '#FFFFFFFF' @@ -1592,7 +1591,7 @@ entities: 562: -32,-50 563: -32,-49 564: -32,-48 - 732: -45,-19 + 730: -45,-19 - node: color: '#FFFFFFFF' id: WarnLineW @@ -1603,7 +1602,7 @@ entities: 568: -37,-52 569: -38,-52 570: -39,-52 - 733: -46,-20 + 731: -46,-20 - node: cleanable: True color: '#FFFFFFFF' @@ -1846,8 +1845,8 @@ entities: id: shop decals: 419: -51.038948,13.269489 - - type: GridAtmosphere - version: 2 + type: DecalGrid + - version: 2 data: tiles: -1,-1: @@ -2739,6 +2738,7 @@ entities: 0: 61182 -15,-4: 0: 65375 + 2: 128 -16,0: 0: 61713 -16,1: @@ -2918,6 +2918,7 @@ entities: 0: 65535 -15,-6: 0: 61166 + 2: 4369 -15,-5: 0: 65279 -15,-8: @@ -2978,6 +2979,7 @@ entities: 0: 11776 -16,-6: 0: 50722 + 2: 2184 -4,-15: 0: 57344 -4,-14: @@ -3080,18 +3082,19 @@ entities: - 0 - 0 chunkSize: 4 + type: GridAtmosphere - type: OccluderTree - - type: Shuttle - angularDamping: 10000 + - angularDamping: 10000 linearDamping: 10000 + type: Shuttle - type: GridPathfinding - type: RadiationGridResistance - type: GasTileOverlay - - type: BecomesStation - id: Shoukou + - id: Shoukou + type: BecomesStation - type: SpreaderGrid - - type: GravityShake - shakeTimes: 10 + - shakeTimes: 10 + type: GravityShake - uid: 35 components: - type: MetaData @@ -3107,12 +3110,11 @@ entities: entities: - uid: 644 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-30.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9470 - 12899 - 2397 @@ -3123,15 +3125,15 @@ entities: - 10576 - 12889 - 12358 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 738 components: - - type: Transform - pos: -14.5,-6.5 + - pos: -14.5,-6.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9522 - 8610 - 803 @@ -3143,29 +3145,29 @@ entities: - 841 - 10322 - 1914 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 1929 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-37.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10712 - 9595 - 9599 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 2349 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-20.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 11519 - 10672 - 1828 @@ -3175,17 +3177,18 @@ entities: - 11251 - 10311 - 10312 - - 9901 - - type: AtmosDevice - joinedGrid: 34 + - 8195 + - 11404 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 2350 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-8.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 6087 - 10248 - 10311 @@ -3197,56 +3200,56 @@ entities: - 10301 - 10302 - 5925 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 5426 components: - - type: Transform - pos: -0.5,-38.5 + - pos: -0.5,-38.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 6873 - 7843 - 12487 - 9598 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 7099 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,4.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 7094 - 9777 - 5925 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 7410 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-44.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10549 - 11112 - 2601 - 12072 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 9601 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-8.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 12844 - 12843 - 12855 @@ -3262,32 +3265,32 @@ entities: - 2965 - 12368 - 12381 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10291 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-18.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10339 - 10590 - 3340 - 9925 - 8805 - 10598 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10323 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-10.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8634 - 9545 - 737 @@ -3307,16 +3310,16 @@ entities: - 8643 - 5915 - 6113 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10334 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-34.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9609 - 9610 - 9637 @@ -3330,28 +3333,28 @@ entities: - 6873 - 7843 - 12487 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10336 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,-30.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8991 - 8990 - 10690 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10395 components: - - type: Transform - pos: -0.5,-25.5 + - pos: -0.5,-25.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9010 - 9013 - 10579 @@ -3359,16 +3362,16 @@ entities: - 10619 - 10620 - 10689 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10461 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-26.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9633 - 9615 - 10689 @@ -3377,16 +3380,16 @@ entities: - 10691 - 10619 - 10620 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10464 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-31.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8993 - 8994 - 10578 @@ -3397,16 +3400,16 @@ entities: - 10582 - 10542 - 10576 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10544 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -21.5,-24.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 180 - 1121 - 11251 @@ -3421,31 +3424,31 @@ entities: - 617 - 9469 - 11905 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10547 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-28.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8363 - 9456 - 2309 - 10317 - 2450 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10548 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-38.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10549 - 8360 - 10551 @@ -3458,15 +3461,15 @@ entities: - 12219 - 2451 - 4700 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10559 components: - - type: Transform - pos: -40.5,-34.5 + - pos: -40.5,-34.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9373 - 8409 - 9372 @@ -3479,16 +3482,16 @@ entities: - 10552 - 10553 - 11517 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10567 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-6.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9766 - 9234 - 9307 @@ -3496,47 +3499,47 @@ entities: - 10564 - 10565 - 10566 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10568 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-16.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9201 - 617 - 10563 - 9308 - 9765 - 11274 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10569 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -23.5,-18.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9445 - 10315 - 10316 - 9182 - 10564 - 10563 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10570 components: - - type: Transform - pos: -19.5,1.5 + - pos: -19.5,1.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10652 - 892 - 115 @@ -3554,15 +3557,15 @@ entities: - 8700 - 7981 - 7973 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10571 components: - - type: Transform - pos: -6.5,1.5 + - pos: -6.5,1.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 12015 - 10652 - 892 @@ -3575,16 +3578,16 @@ entities: - 9704 - 8722 - 998 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10574 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-16.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10320 - 10321 - 838 @@ -3606,16 +3609,16 @@ entities: - 737 - 10322 - 2714 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10581 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-46.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9686 - 9660 - 8977 @@ -3628,30 +3631,30 @@ entities: - 9659 - 6402 - 5137 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10583 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-27.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9067 - 10053 - 9066 - 10054 - 10338 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10584 components: - - type: Transform - pos: 3.5,-21.5 + - pos: 3.5,-21.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9044 - 9590 - 9061 @@ -3661,15 +3664,15 @@ entities: - 10326 - 10860 - 10859 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10585 components: - - type: Transform - pos: 26.5,-12.5 + - pos: 26.5,-12.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10592 - 3638 - 9958 @@ -3678,16 +3681,16 @@ entities: - 9957 - 8843 - 9968 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10588 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 19.5,-15.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10590 - 10340 - 10587 @@ -3697,29 +3700,29 @@ entities: - 9943 - 10586 - 3340 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10594 components: - - type: Transform - pos: 30.5,-1.5 + - pos: 30.5,-1.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10592 - 3638 - 8872 - 9980 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10597 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9904 - 8776 - 8779 @@ -3734,30 +3737,30 @@ entities: - 8724 - 6140 - 10426 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10602 components: - - type: Transform - pos: 27.5,-21.5 + - pos: 27.5,-21.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10341 - 10218 - 9116 - 10342 - 10343 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10603 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-27.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9121 - 10184 - 10185 @@ -3767,43 +3770,43 @@ entities: - 10343 - 10605 - 10604 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10606 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-37.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10167 - 9132 - 10344 - 10346 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10607 components: - - type: Transform - pos: 36.5,-30.5 + - pos: 36.5,-30.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10159 - 9147 - 10160 - 10344 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10611 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,-0.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8922 - 12360 - 12855 @@ -3811,28 +3814,28 @@ entities: - 12843 - 12844 - 10612 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10614 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,3.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10612 - 10615 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10832 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,-26.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 11095 - 10774 - 4252 @@ -3846,28 +3849,28 @@ entities: - 10337 - 11249 - 10341 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11512 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -47.5,-28.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10560 - 10390 - 8424 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11513 components: - - type: Transform - pos: -40.5,-24.5 + - pos: -40.5,-24.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8362 - 9414 - 10546 @@ -3878,85 +3881,84 @@ entities: - 11517 - 11250 - 11005 - - type: AtmosDevice - joinedGrid: 34 - - uid: 11619 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice + - uid: 11539 components: - - type: Transform - pos: -46.5,-15.5 + - pos: -43.5,-11.5 parent: 34 - - type: DeviceList - devices: - - 10849 - - 8195 + type: Transform + - devices: + - 7772 - 1818 + - 12977 - 11813 - - 9901 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11816 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,13.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 11902 - 11894 - 11830 - 181 - 10600 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11994 components: - - type: Transform - pos: 1.5,9.5 + - pos: 1.5,9.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 11986 - 11985 - 11983 - 11984 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12258 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 46.5,-4.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 6020 - 4957 - 12360 - 12855 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12426 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,-43.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 9023 - 12421 - 2936 - 12427 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12717 components: - - type: Transform - pos: -14.5,-39.5 + - pos: -14.5,-39.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 12358 - 2355 - 1928 @@ -3964,3381 +3966,3378 @@ entities: - 12889 - 10576 - 8503 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - proto: AirCanister entities: - uid: 1799 components: - - type: Transform - pos: -40.5,-29.5 + - pos: -40.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 2356 components: - - type: Transform - pos: -51.5,-14.5 + - pos: -51.5,-14.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 3269 components: - - type: Transform - pos: -34.5,-50.5 + - pos: -34.5,-50.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 4513 components: - - type: Transform - pos: 32.5,-16.5 + - pos: 32.5,-16.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 6874 components: - - type: Transform - pos: -1.5,-42.5 + - pos: -1.5,-42.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: Airlock entities: - uid: 2219 components: - - type: Transform - pos: -49.5,-2.5 + - pos: -49.5,-2.5 parent: 34 + type: Transform - uid: 2224 components: - - type: Transform - pos: -47.5,-2.5 + - pos: -47.5,-2.5 parent: 34 + type: Transform - uid: 2239 components: - - type: Transform - pos: -49.5,-8.5 + - pos: -49.5,-8.5 parent: 34 + type: Transform - proto: AirlockArmoryGlassLocked entities: - uid: 3748 components: - - type: Transform - pos: 28.5,-4.5 + - pos: 28.5,-4.5 parent: 34 + type: Transform - proto: AirlockArmoryLocked entities: - uid: 3699 components: - - type: MetaData - name: armory - level I - - type: Transform - pos: 27.5,-1.5 + - name: armory - level I + type: MetaData + - pos: 27.5,-1.5 parent: 34 + type: Transform - proto: AirlockAtmosphericsGlassLocked entities: - uid: 1748 components: - - type: Transform - pos: -41.5,-33.5 + - pos: -41.5,-33.5 parent: 34 + type: Transform - uid: 1777 components: - - type: Transform - pos: -45.5,-32.5 + - pos: -45.5,-32.5 parent: 34 + type: Transform - uid: 3782 components: - - type: Transform - pos: -36.5,-36.5 + - pos: -36.5,-36.5 parent: 34 + type: Transform - uid: 12639 components: - - type: Transform - pos: -49.5,-33.5 + - pos: -49.5,-33.5 parent: 34 + type: Transform - uid: 12640 components: - - type: Transform - pos: -49.5,-34.5 + - pos: -49.5,-34.5 parent: 34 + type: Transform - proto: AirlockAtmosphericsLocked entities: - uid: 222 components: - - type: Transform - pos: -49.5,-26.5 + - pos: -49.5,-26.5 parent: 34 + type: Transform - uid: 234 components: - - type: Transform - pos: -49.5,-25.5 + - pos: -49.5,-25.5 parent: 34 + type: Transform - uid: 1778 components: - - type: Transform - pos: -41.5,-30.5 + - pos: -41.5,-30.5 parent: 34 + type: Transform - proto: AirlockBarLocked entities: - uid: 313 components: - - type: MetaData - name: bartender's room - - type: Transform - pos: 7.5,-4.5 + - name: bartender's room + type: MetaData + - pos: 7.5,-4.5 parent: 34 + type: Transform - proto: AirlockCaptainLocked entities: - uid: 3554 components: - - type: MetaData - name: captain's room - - type: Transform - pos: 28.5,-28.5 + - name: captain's room + type: MetaData + - pos: 28.5,-28.5 parent: 34 + type: Transform - proto: AirlockCargoGlassLocked entities: - uid: 625 components: - - type: MetaData - name: cargo - - type: Transform - pos: -11.5,-23.5 + - name: cargo + type: MetaData + - pos: -11.5,-23.5 parent: 34 + type: Transform - uid: 9406 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-39.5 parent: 34 + type: Transform - uid: 11246 components: - - type: Transform - pos: -10.5,-28.5 + - pos: -10.5,-28.5 parent: 34 + type: Transform - uid: 11260 components: - - type: Transform - pos: -10.5,-23.5 + - pos: -10.5,-23.5 parent: 34 + type: Transform - uid: 12890 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-39.5 parent: 34 + type: Transform - proto: AirlockCargoLocked entities: - uid: 634 components: - - type: MetaData - name: cargo dock - - type: Transform - pos: -6.5,-37.5 + - name: cargo dock + type: MetaData + - pos: -6.5,-37.5 parent: 34 + type: Transform - proto: AirlockChapelLocked entities: - uid: 551 components: - - type: MetaData - name: golemancer's room - - type: Transform - pos: -30.5,-14.5 + - name: golemancer's room + type: MetaData + - pos: -30.5,-14.5 parent: 34 + type: Transform - proto: AirlockChemistryLocked entities: - uid: 2704 components: - - type: Transform - pos: 2.5,-28.5 + - pos: 2.5,-28.5 parent: 34 + type: Transform - proto: AirlockChiefEngineerGlassLocked entities: - uid: 10722 components: - - type: Transform - pos: -25.5,-32.5 + - pos: -25.5,-32.5 parent: 34 + type: Transform - uid: 12100 components: - - type: Transform - pos: -35.5,-49.5 + - pos: -35.5,-49.5 parent: 34 + type: Transform - proto: AirlockChiefMedicalOfficerLocked entities: - uid: 2984 components: - - type: Transform - pos: 8.5,-33.5 + - pos: 8.5,-33.5 parent: 34 + type: Transform - proto: AirlockCommandGlassLocked entities: - uid: 4441 components: - - type: MetaData - name: conference room - - type: Transform - pos: 35.5,-32.5 + - name: conference room + type: MetaData + - pos: 35.5,-32.5 parent: 34 + type: Transform - uid: 5027 components: - - type: Transform - pos: 30.5,-26.5 + - pos: 30.5,-26.5 parent: 34 + type: Transform - uid: 5028 components: - - type: Transform - pos: 32.5,-26.5 + - pos: 32.5,-26.5 parent: 34 + type: Transform - uid: 5029 components: - - type: MetaData - name: bridge - - type: Transform - pos: 31.5,-30.5 + - name: bridge + type: MetaData + - pos: 31.5,-30.5 parent: 34 + type: Transform - uid: 5538 components: - - type: MetaData - name: command bar - - type: Transform - pos: 36.5,-37.5 + - name: command bar + type: MetaData + - pos: 36.5,-37.5 parent: 34 + type: Transform - proto: AirlockCommandLocked entities: - uid: 4299 components: - - type: MetaData - name: command substation - - type: Transform - pos: 34.5,-28.5 + - name: command substation + type: MetaData + - pos: 34.5,-28.5 parent: 34 + type: Transform - uid: 6002 components: - - type: MetaData - name: AI chamber - - type: Transform - pos: 46.5,-23.5 + - name: AI chamber + type: MetaData + - pos: 46.5,-23.5 parent: 34 + type: Transform - proto: AirlockDetectiveLocked entities: - uid: 72 components: - - type: Transform - pos: -8.5,1.5 + - pos: -8.5,1.5 parent: 34 + type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 1109 components: - - type: Transform - pos: -30.5,-28.5 + - pos: -30.5,-28.5 parent: 34 + type: Transform - uid: 1597 components: - - type: Transform - pos: -36.5,-30.5 + - pos: -36.5,-30.5 parent: 34 + type: Transform - uid: 1749 components: - - type: Transform - pos: -36.5,-33.5 + - pos: -36.5,-33.5 parent: 34 + type: Transform - uid: 1800 components: - - type: Transform - pos: -37.5,-24.5 + - pos: -37.5,-24.5 parent: 34 + type: Transform - uid: 1811 components: - - type: Transform - pos: -38.5,-24.5 + - pos: -38.5,-24.5 parent: 34 + type: Transform - uid: 1831 components: - - type: Transform - pos: -35.5,-28.5 + - pos: -35.5,-28.5 parent: 34 + type: Transform - uid: 1832 components: - - type: Transform - pos: -34.5,-28.5 + - pos: -34.5,-28.5 parent: 34 + type: Transform - uid: 2304 components: - - type: MetaData - name: engineering front - - type: Transform - pos: -25.5,-24.5 + - name: engineering front + type: MetaData + - pos: -25.5,-24.5 parent: 34 + type: Transform - uid: 2332 components: - - type: Transform - pos: -33.5,-26.5 + - pos: -33.5,-26.5 parent: 34 + type: Transform - uid: 3197 components: - - type: Transform - pos: -33.5,-41.5 + - pos: -33.5,-41.5 parent: 34 + type: Transform - uid: 5816 components: - - type: MetaData - name: south solars - - type: Transform - pos: 29.5,-42.5 + - name: south solars + type: MetaData + - pos: 29.5,-42.5 parent: 34 + type: Transform - uid: 7039 components: - - type: MetaData - name: engineering north - - type: Transform - pos: -25.5,1.5 + - name: engineering north + type: MetaData + - pos: -25.5,1.5 parent: 34 + type: Transform - uid: 7069 components: - - type: MetaData - name: engineering north - - type: Transform - pos: -24.5,1.5 + - name: engineering north + type: MetaData + - pos: -24.5,1.5 parent: 34 + type: Transform - uid: 10840 components: - - type: Transform - pos: -39.5,-28.5 + - pos: -39.5,-28.5 parent: 34 + type: Transform - uid: 11521 components: - - type: Transform - pos: -43.5,-25.5 + - pos: -43.5,-25.5 parent: 34 + type: Transform - uid: 11522 components: - - type: Transform - pos: -43.5,-26.5 + - pos: -43.5,-26.5 parent: 34 + type: Transform - proto: AirlockEngineeringLocked entities: - uid: 740 components: - - type: Transform - pos: -20.5,-13.5 + - pos: -20.5,-13.5 parent: 34 + type: Transform - uid: 1919 components: - - type: Transform - pos: -21.5,-29.5 + - pos: -21.5,-29.5 parent: 34 + type: Transform - uid: 3785 components: - - type: Transform - pos: -27.5,-26.5 + - pos: -27.5,-26.5 parent: 34 + type: Transform - uid: 3800 components: - - type: Transform - pos: 9.5,-17.5 + - pos: 9.5,-17.5 parent: 34 + type: Transform - uid: 4310 components: - - type: Transform - pos: 36.5,-26.5 + - pos: 36.5,-26.5 parent: 34 + type: Transform - uid: 4864 components: - - type: Transform - pos: 36.5,-17.5 + - pos: 36.5,-17.5 parent: 34 + type: Transform - uid: 8119 components: - - type: Transform - pos: 22.5,6.5 + - pos: 22.5,6.5 parent: 34 + type: Transform - uid: 10251 components: - - type: Transform - pos: -55.5,-4.5 + - pos: -55.5,-4.5 parent: 34 + type: Transform - uid: 11233 components: - - type: Transform - pos: 16.5,-43.5 + - pos: 16.5,-43.5 parent: 34 + type: Transform - proto: AirlockExternalGlass entities: - uid: 3371 components: - - type: Transform - pos: -2.5,-51.5 + - pos: -2.5,-51.5 parent: 34 + type: Transform - uid: 4106 components: - - type: Transform - pos: 5.5,-51.5 + - pos: 5.5,-51.5 parent: 34 + type: Transform - proto: AirlockExternalGlassCargoLocked entities: - uid: 1802 components: - - type: Transform - pos: -23.5,-41.5 + - pos: -23.5,-41.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11768 - 11682 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 11682: - DoorStatus: DoorBolt 11768: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 11682 components: - - type: Transform - pos: -26.5,-42.5 + - pos: -26.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11911 - 1802 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 1802: - DoorStatus: DoorBolt 11911: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 11768 components: - - type: Transform - pos: -26.5,-41.5 + - pos: -26.5,-41.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11911 - 1802 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 11911: - DoorStatus: DoorBolt 1802: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 11911 components: - - type: Transform - pos: -23.5,-42.5 + - pos: -23.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11768 - 11682 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 11682: - DoorStatus: DoorBolt 11768: - DoorStatus: DoorBolt + type: DeviceLinkSource - proto: AirlockExternalGlassLocked entities: - uid: 1120 components: - - type: Transform - pos: -54.5,-40.5 + - pos: -54.5,-40.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2439 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 2439: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 1497 components: - - type: Transform - pos: -52.5,-44.5 + - pos: -52.5,-44.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1498 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 1498: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 1498 components: - - type: Transform - pos: -51.5,-42.5 + - pos: -51.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1497 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 1497: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 2439 components: - - type: Transform - pos: -53.5,-37.5 + - pos: -53.5,-37.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1120 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 1120: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 5964 components: - - type: Transform - pos: 38.5,-23.5 + - pos: 38.5,-23.5 parent: 34 + type: Transform - uid: 5965 components: - - type: Transform - pos: 40.5,-23.5 + - pos: 40.5,-23.5 parent: 34 + type: Transform - uid: 7070 components: - - type: Transform - pos: -25.5,6.5 + - pos: -25.5,6.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7072 - 7071 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 7071: - DoorStatus: DoorBolt 7072: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 7071 components: - - type: Transform - pos: -24.5,8.5 + - pos: -24.5,8.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7070 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 7070: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 7072 components: - - type: Transform - pos: -27.5,8.5 + - pos: -27.5,8.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7070 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 7070: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 7092 components: - - type: Transform - pos: 13.5,-48.5 + - pos: 13.5,-48.5 parent: 34 + type: Transform - uid: 9347 components: - - type: Transform - pos: 34.5,-43.5 + - pos: 34.5,-43.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 9348 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 9348: - DoorStatus: DoorBolt + type: DeviceLinkSource - uid: 9348 components: - - type: Transform - pos: 36.5,-46.5 + - pos: 36.5,-46.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 9347 - - type: DeviceLinkSource - linkedPorts: + type: DeviceLinkSink + - linkedPorts: 9347: - DoorStatus: DoorBolt + type: DeviceLinkSource - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - uid: 3360 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,20.5 parent: 34 + type: Transform - uid: 5258 components: - - type: Transform - pos: -3.5,-55.5 + - pos: -3.5,-55.5 parent: 34 + type: Transform - uid: 5259 components: - - type: Transform - pos: -1.5,-55.5 + - pos: -1.5,-55.5 parent: 34 + type: Transform - uid: 5260 components: - - type: Transform - pos: 4.5,-55.5 + - pos: 4.5,-55.5 parent: 34 + type: Transform - uid: 5261 components: - - type: Transform - pos: 6.5,-55.5 + - pos: 6.5,-55.5 parent: 34 + type: Transform - proto: AirlockExternalGlassShuttleEscape entities: - uid: 7424 components: - - type: Transform - pos: 12.5,-49.5 + - pos: 12.5,-49.5 parent: 34 + type: Transform - uid: 11793 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,15.5 parent: 34 + type: Transform - uid: 11794 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,15.5 parent: 34 + type: Transform - proto: AirlockExternalGlassShuttleLocked entities: - uid: 1076 components: - - type: Transform - pos: -18.5,-43.5 + - pos: -18.5,-43.5 parent: 34 + type: Transform - uid: 4516 components: - - type: Transform - pos: -20.5,-43.5 + - pos: -20.5,-43.5 parent: 34 + type: Transform - uid: 10885 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,20.5 parent: 34 + type: Transform - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 41 components: - - type: MetaData - name: walk-in freezer - - type: Transform - pos: -13.5,-2.5 + - name: walk-in freezer + type: MetaData + - pos: -13.5,-2.5 parent: 34 + type: Transform - proto: AirlockGlass entities: - uid: 260 components: - - type: Transform - pos: 6.5,0.5 + - pos: 6.5,0.5 parent: 34 + type: Transform - uid: 302 components: - - type: Transform - pos: -2.5,-8.5 + - pos: -2.5,-8.5 parent: 34 + type: Transform - uid: 303 components: - - type: Transform - pos: -2.5,-10.5 + - pos: -2.5,-10.5 parent: 34 + type: Transform - uid: 1004 components: - - type: MetaData - name: station square - - type: Transform - pos: -4.5,-3.5 + - name: station square + type: MetaData + - pos: -4.5,-3.5 parent: 34 + type: Transform - uid: 2000 components: - - type: MetaData - name: station square - - type: Transform - pos: -2.5,-23.5 + - name: station square + type: MetaData + - pos: -2.5,-23.5 parent: 34 + type: Transform - uid: 2173 components: - - type: MetaData - name: living area - - type: Transform - pos: -33.5,-0.5 + - name: living area + type: MetaData + - pos: -33.5,-0.5 + parent: 34 + type: Transform + - uid: 2562 + components: + - name: living area + type: MetaData + - pos: -37.5,-14.5 parent: 34 + type: Transform - uid: 2661 components: - - type: MetaData - name: station square - - type: Transform - pos: -4.5,-30.5 + - name: station square + type: MetaData + - pos: -4.5,-30.5 parent: 34 + type: Transform - uid: 2715 components: - - type: MetaData - name: station square - - type: Transform - pos: -15.5,-22.5 + - name: station square + type: MetaData + - pos: -15.5,-22.5 parent: 34 + type: Transform - uid: 2985 components: - - type: MetaData - name: south dock - - type: Transform - pos: -4.5,-39.5 + - name: south dock + type: MetaData + - pos: -4.5,-39.5 parent: 34 + type: Transform - uid: 3821 components: - - type: Transform - pos: 13.5,-20.5 + - pos: 13.5,-20.5 parent: 34 + type: Transform - uid: 3823 components: - - type: Transform - pos: 13.5,-2.5 + - pos: 13.5,-2.5 parent: 34 + type: Transform - uid: 4184 components: - - type: Transform - pos: 10.5,-23.5 + - pos: 10.5,-23.5 parent: 34 + type: Transform - uid: 4506 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-48.5 parent: 34 + type: Transform - uid: 5002 components: - - type: MetaData - name: arcade - - type: Transform - pos: 15.5,4.5 + - name: arcade + type: MetaData + - pos: 15.5,4.5 parent: 34 + type: Transform - uid: 7161 components: - - type: MetaData - name: courtroom - - type: Transform - pos: 15.5,-25.5 + - name: courtroom + type: MetaData + - pos: 15.5,-25.5 parent: 34 + type: Transform - uid: 7175 components: - - type: Transform - pos: 23.5,-23.5 + - pos: 23.5,-23.5 parent: 34 + type: Transform - uid: 7177 components: - - type: MetaData - name: living area - - type: Transform - pos: -33.5,-1.5 + - name: living area + type: MetaData + - pos: -33.5,-1.5 parent: 34 + type: Transform - uid: 7178 components: - - type: MetaData - name: living area - - type: Transform - pos: -38.5,-14.5 - parent: 34 - - uid: 7179 - components: - - type: MetaData - name: living area - - type: Transform - pos: -37.5,-14.5 + - name: living area + type: MetaData + - pos: -38.5,-14.5 parent: 34 + type: Transform - uid: 7580 components: - - type: MetaData - name: north dock - - type: Transform - pos: 13.5,12.5 + - name: north dock + type: MetaData + - pos: 13.5,12.5 parent: 34 + type: Transform - uid: 11782 components: - - type: Transform - pos: 3.5,14.5 + - pos: 3.5,14.5 parent: 34 + type: Transform - proto: AirlockGlassShuttleEasyPry entities: - uid: 686 components: - - type: Transform - pos: -38.5,-59.5 + - pos: -38.5,-59.5 parent: 34 + type: Transform - uid: 687 components: - - type: Transform - pos: -37.5,-59.5 + - pos: -37.5,-59.5 parent: 34 + type: Transform - proto: AirlockHeadOfPersonnelGlassLocked entities: - uid: 1956 components: - - type: MetaData - name: head of personnel's office - - type: Transform - pos: -15.5,-17.5 + - name: head of personnel's office + type: MetaData + - pos: -15.5,-17.5 parent: 34 + type: Transform - proto: AirlockHeadOfSecurityLocked entities: - uid: 692 components: - - type: Transform - pos: 31.5,-11.5 + - pos: 31.5,-11.5 parent: 34 + type: Transform - uid: 3606 components: - - type: MetaData - name: head of security's office - - type: Transform - pos: 28.5,-12.5 + - name: head of security's office + type: MetaData + - pos: 28.5,-12.5 parent: 34 + type: Transform - proto: AirlockHydroGlassLocked entities: - uid: 392 components: - - type: MetaData - name: walk-in freezer - - type: Transform - pos: -15.5,-5.5 + - name: walk-in freezer + type: MetaData + - pos: -15.5,-5.5 parent: 34 + type: Transform - uid: 881 components: - - type: MetaData - name: botany - - type: Transform - pos: -15.5,-9.5 + - name: botany + type: MetaData + - pos: -15.5,-9.5 parent: 34 + type: Transform - proto: AirlockJanitorLocked entities: - uid: 464 components: - - type: MetaData - name: janitor's closet - - type: Transform - pos: 5.5,-21.5 + - name: janitor's closet + type: MetaData + - pos: 5.5,-21.5 parent: 34 + type: Transform - proto: AirlockKitchenGlassLocked entities: - uid: 350 components: - - type: MetaData - name: kitchen - - type: Transform - pos: -6.5,-7.5 + - name: kitchen + type: MetaData + - pos: -6.5,-7.5 parent: 34 + type: Transform - uid: 891 components: - - type: MetaData - name: walk-in freezer - - type: Transform - pos: -11.5,-5.5 + - name: walk-in freezer + type: MetaData + - pos: -11.5,-5.5 parent: 34 + type: Transform - uid: 3962 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -6.5,-43.5 parent: 34 + type: Transform - proto: AirlockLawyerLocked entities: - uid: 5542 components: - - type: Transform - pos: 9.5,4.5 + - pos: 9.5,4.5 parent: 34 + type: Transform - proto: AirlockMaint entities: - uid: 3381 components: - - type: Transform - pos: 38.5,-16.5 + - pos: 38.5,-16.5 + parent: 34 + type: Transform +- proto: AirlockMaintAtmoLocked + entities: + - uid: 12538 + components: + - pos: -55.5,-23.5 parent: 34 + type: Transform - proto: AirlockMaintCargoLocked entities: - uid: 693 components: - - type: Transform - pos: -13.5,-30.5 + - pos: -13.5,-30.5 parent: 34 + type: Transform - uid: 727 components: - - type: Transform - pos: -21.5,-38.5 + - pos: -21.5,-38.5 parent: 34 + type: Transform - proto: AirlockMaintCommandLocked entities: - uid: 4005 components: - - type: Transform - pos: 31.5,-38.5 + - pos: 31.5,-38.5 parent: 34 + type: Transform - uid: 7158 components: - - type: Transform - pos: 34.5,-40.5 + - pos: 34.5,-40.5 parent: 34 + type: Transform - proto: AirlockMaintDetectiveLocked entities: - uid: 6116 components: - - type: Transform - pos: -6.5,6.5 + - pos: -6.5,6.5 parent: 34 + type: Transform - proto: AirlockMaintEngiLocked entities: - uid: 4141 components: - - type: Transform - pos: -23.5,-34.5 + - pos: -23.5,-34.5 parent: 34 + type: Transform - proto: AirlockMaintHOPLocked entities: - uid: 6220 components: - - type: Transform - pos: -20.5,-17.5 + - pos: -20.5,-17.5 parent: 34 + type: Transform - proto: AirlockMaintHydroLocked entities: - uid: 383 components: - - type: Transform - pos: -21.5,-5.5 + - pos: -21.5,-5.5 parent: 34 + type: Transform - proto: AirlockMaintJanitorLocked entities: - uid: 429 components: - - type: Transform - pos: 5.5,-16.5 + - pos: 5.5,-16.5 parent: 34 + type: Transform - proto: AirlockMaintLawyerLocked entities: - uid: 498 components: - - type: Transform - pos: 8.5,9.5 + - pos: 8.5,9.5 parent: 34 + type: Transform - proto: AirlockMaintLocked entities: - uid: 243 components: - - type: Transform - pos: 11.5,10.5 + - pos: 11.5,10.5 parent: 34 + type: Transform - uid: 307 components: - - type: Transform - pos: -2.5,-14.5 + - pos: -2.5,-14.5 parent: 34 + type: Transform - uid: 318 components: - - type: Transform - pos: 4.5,-13.5 + - pos: 4.5,-13.5 parent: 34 + type: Transform - uid: 406 components: - - type: Transform - pos: -23.5,-14.5 + - pos: -23.5,-14.5 parent: 34 + type: Transform - uid: 2740 components: - - type: Transform - pos: -21.5,-19.5 + - pos: -21.5,-19.5 parent: 34 + type: Transform - uid: 2741 components: - - type: Transform - pos: -20.5,-11.5 + - pos: -20.5,-11.5 parent: 34 + type: Transform - uid: 2742 components: - - type: Transform - pos: -22.5,-2.5 + - pos: -22.5,-2.5 parent: 34 + type: Transform - uid: 4984 components: - - type: Transform - pos: 19.5,10.5 + - pos: 19.5,10.5 parent: 34 + type: Transform - uid: 5675 components: - - type: Transform - pos: -41.5,0.5 + - pos: -41.5,0.5 parent: 34 + type: Transform - uid: 6221 components: - - type: Transform - pos: -17.5,-28.5 + - pos: -17.5,-28.5 parent: 34 + type: Transform - uid: 6238 components: - - type: Transform - pos: 0.5,9.5 + - pos: 0.5,9.5 parent: 34 + type: Transform - uid: 7147 components: - - type: Transform - pos: -49.5,-11.5 + - pos: -49.5,-11.5 parent: 34 + type: Transform - uid: 7148 components: - - type: Transform - pos: -54.5,2.5 + - pos: -54.5,2.5 parent: 34 + type: Transform - uid: 7149 components: - - type: Transform - pos: -52.5,-0.5 + - pos: -52.5,-0.5 parent: 34 + type: Transform - uid: 7152 components: - - type: Transform - pos: 9.5,-11.5 + - pos: 9.5,-11.5 parent: 34 + type: Transform - uid: 7153 components: - - type: Transform - pos: -2.5,12.5 + - pos: -2.5,12.5 parent: 34 + type: Transform - uid: 7154 components: - - type: Transform - pos: 33.5,-20.5 + - pos: 33.5,-20.5 parent: 34 + type: Transform - uid: 7155 components: - - type: Transform - pos: 21.5,-40.5 + - pos: 21.5,-40.5 parent: 34 + type: Transform - uid: 7156 components: - - type: Transform - pos: 1.5,-45.5 + - pos: 1.5,-45.5 parent: 34 + type: Transform - uid: 7740 components: - - type: Transform - pos: 17.5,-41.5 + - pos: 17.5,-41.5 parent: 34 - - uid: 7760 + type: Transform + - uid: 10448 components: - - type: Transform - pos: -40.5,-12.5 + - pos: -40.5,-22.5 parent: 34 + type: Transform - uid: 11286 components: - - type: Transform - pos: 26.5,9.5 + - pos: 26.5,9.5 parent: 34 + type: Transform - uid: 11305 components: - - type: MetaData - name: disposals - - type: Transform - pos: -41.5,6.5 + - name: disposals + type: MetaData + - pos: -41.5,6.5 parent: 34 + type: Transform - uid: 12370 components: - - type: Transform - pos: 15.5,8.5 + - pos: 15.5,8.5 parent: 34 + type: Transform - uid: 12880 components: - - type: Transform - pos: 8.5,12.5 + - pos: 8.5,12.5 parent: 34 + type: Transform - proto: AirlockMaintMedLocked entities: - uid: 8517 components: - - type: Transform - pos: 3.5,-43.5 + - pos: 3.5,-43.5 parent: 34 + type: Transform - uid: 11237 components: - - type: Transform - pos: 12.5,-41.5 + - pos: 12.5,-41.5 parent: 34 + type: Transform - proto: AirlockMaintReporterLocked entities: - uid: 6235 components: - - type: Transform - pos: 15.5,-39.5 + - pos: 15.5,-39.5 parent: 34 + type: Transform - proto: AirlockMaintRnDLocked entities: - - uid: 258 - components: - - type: Transform - pos: -47.5,-15.5 - parent: 34 - uid: 457 components: - - type: Transform - pos: -24.5,-10.5 + - pos: -24.5,-10.5 parent: 34 - - uid: 2385 + type: Transform + - uid: 2509 components: - - type: Transform - pos: -43.5,-14.5 + - pos: -48.5,-13.5 parent: 34 + type: Transform - uid: 5673 components: - - type: Transform - pos: -39.5,3.5 + - pos: -39.5,3.5 + parent: 34 + type: Transform + - uid: 7817 + components: + - pos: -45.5,-20.5 parent: 34 + type: Transform - proto: AirlockMaintSalvageLocked entities: - uid: 921 components: - - type: Transform - pos: -19.5,-34.5 + - pos: -19.5,-34.5 parent: 34 + type: Transform - proto: AirlockMaintSecLocked entities: - uid: 4757 components: - - type: Transform - pos: 36.5,-5.5 + - pos: 36.5,-5.5 parent: 34 + type: Transform - uid: 8115 components: - - type: Transform - pos: 22.5,2.5 + - pos: 22.5,2.5 parent: 34 + type: Transform - proto: AirlockMaintSecurityLawyerLocked entities: - uid: 78 components: - - type: Transform - pos: 33.5,-15.5 + - pos: 33.5,-15.5 parent: 34 + type: Transform - uid: 160 components: - - type: Transform - pos: 33.5,-0.5 + - pos: 33.5,-0.5 parent: 34 + type: Transform - proto: AirlockMaintTheatreLocked entities: - uid: 3088 components: - - type: Transform - pos: 0.5,-16.5 + - pos: 0.5,-16.5 parent: 34 + type: Transform - proto: AirlockMantisLocked entities: - uid: 136 components: - - type: Transform - pos: -30.5,0.5 + - pos: -30.5,0.5 parent: 34 + type: Transform - proto: AirlockMedicalGlass entities: - uid: 2976 components: - - type: Transform - pos: -2.5,-33.5 + - pos: -2.5,-33.5 parent: 34 + type: Transform - uid: 2977 components: - - type: Transform - pos: -2.5,-32.5 + - pos: -2.5,-32.5 parent: 34 + type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 2978 components: - - type: Transform - pos: 1.5,-33.5 + - pos: 1.5,-33.5 parent: 34 + type: Transform - uid: 2979 components: - - type: Transform - pos: 4.5,-30.5 + - pos: 4.5,-30.5 parent: 34 + type: Transform - uid: 2980 components: - - type: Transform - pos: 4.5,-25.5 + - pos: 4.5,-25.5 parent: 34 + type: Transform - uid: 2982 components: - - type: Transform - pos: 8.5,-37.5 + - pos: 8.5,-37.5 parent: 34 + type: Transform - proto: AirlockMedicalLocked entities: - uid: 2975 components: - - type: Transform - pos: 6.5,-28.5 + - pos: 6.5,-28.5 parent: 34 + type: Transform - uid: 7752 components: - - type: Transform - pos: 2.5,-40.5 + - pos: 2.5,-40.5 parent: 34 + type: Transform - uid: 10662 components: - - type: Transform - pos: 5.5,-40.5 + - pos: 5.5,-40.5 parent: 34 + type: Transform - proto: AirlockMusicianLocked entities: - uid: 175 components: - - type: Transform - pos: 6.5,-8.5 + - pos: 6.5,-8.5 parent: 34 + type: Transform - proto: AirlockQuartermasterLocked entities: - uid: 4792 components: - - type: Transform - pos: -14.5,-37.5 + - pos: -14.5,-37.5 parent: 34 + type: Transform - proto: AirlockReporterLocked entities: - uid: 4003 components: - - type: Transform - pos: 19.5,-36.5 + - pos: 19.5,-36.5 parent: 34 + type: Transform - proto: AirlockResearchDirectorLocked entities: - uid: 555 components: - - type: Transform - pos: -32.5,-5.5 + - pos: -32.5,-5.5 parent: 34 + type: Transform - proto: AirlockSalvageGlassLocked entities: - uid: 922 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 34 + type: Transform - uid: 4875 components: - - type: Transform - pos: -13.5,-34.5 + - pos: -13.5,-34.5 parent: 34 + type: Transform - proto: AirlockScienceGlass entities: - uid: 545 components: - - type: Transform - pos: -27.5,-20.5 + - pos: -27.5,-20.5 parent: 34 + type: Transform - uid: 546 components: - - type: Transform - pos: -26.5,-20.5 + - pos: -26.5,-20.5 parent: 34 + type: Transform - proto: AirlockScienceGlassLocked entities: - uid: 586 components: - - type: MetaData - name: locker room - - type: Transform - pos: -32.5,-10.5 - parent: 34 - - uid: 12738 - components: - - type: Transform - pos: -40.5,-22.5 + - name: locker room + type: MetaData + - pos: -32.5,-10.5 parent: 34 + type: Transform - proto: AirlockScienceLocked entities: - uid: 541 components: - - type: MetaData - name: epistemics front - - type: Transform - pos: -34.5,-12.5 + - name: epistemics front + type: MetaData + - pos: -34.5,-12.5 parent: 34 + type: Transform - uid: 549 components: - - type: MetaData - name: epistemics front - - type: Transform - pos: -30.5,-18.5 + - name: epistemics front + type: MetaData + - pos: -30.5,-18.5 parent: 34 + type: Transform - uid: 589 components: - - type: MetaData - name: epistemics - - type: Transform - pos: -28.5,-12.5 + - name: epistemics + type: MetaData + - pos: -28.5,-12.5 parent: 34 + type: Transform - uid: 5063 components: - - type: MetaData - name: epistemics - - type: Transform - pos: -31.5,-2.5 + - name: epistemics + type: MetaData + - pos: -31.5,-2.5 parent: 34 + type: Transform - uid: 5920 components: - - type: MetaData - name: anomaly lab - - type: Transform - pos: -37.5,0.5 + - name: anomaly lab + type: MetaData + - pos: -37.5,0.5 + parent: 34 + type: Transform + - uid: 11427 + components: + - pos: -40.5,-12.5 parent: 34 + type: Transform - proto: AirlockSecurity entities: - uid: 4798 components: - - type: Transform - pos: 38.5,2.5 + - pos: 38.5,2.5 parent: 34 + type: Transform - proto: AirlockSecurityGlass entities: - uid: 92 components: - - type: Transform - pos: 41.5,-10.5 + - pos: 41.5,-10.5 parent: 34 + type: Transform - uid: 3306 components: - - type: Transform - pos: 16.5,-13.5 + - pos: 16.5,-13.5 parent: 34 + type: Transform - uid: 3389 components: - - type: Transform - pos: 16.5,-14.5 + - pos: 16.5,-14.5 parent: 34 + type: Transform - uid: 4129 components: - - type: Transform - pos: 46.5,-9.5 + - pos: 46.5,-9.5 parent: 34 + type: Transform - uid: 4153 components: - - type: Transform - pos: 44.5,-5.5 + - pos: 44.5,-5.5 parent: 34 + type: Transform - uid: 4156 components: - - type: Transform - pos: 43.5,-5.5 + - pos: 43.5,-5.5 parent: 34 + type: Transform - uid: 4159 components: - - type: Transform - pos: 41.5,-13.5 + - pos: 41.5,-13.5 parent: 34 + type: Transform - uid: 4160 components: - - type: Transform - pos: 46.5,-12.5 + - pos: 46.5,-12.5 parent: 34 + type: Transform - uid: 4438 components: - - type: Transform - pos: 41.5,-7.5 + - pos: 41.5,-7.5 parent: 34 + type: Transform - uid: 4448 components: - - type: Transform - pos: 46.5,-6.5 + - pos: 46.5,-6.5 parent: 34 + type: Transform - uid: 4453 components: - - type: Transform - pos: 46.5,-3.5 + - pos: 46.5,-3.5 parent: 34 + type: Transform - uid: 4796 components: - - type: Transform - pos: 42.5,2.5 + - pos: 42.5,2.5 parent: 34 + type: Transform - uid: 6699 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 46.5,0.5 parent: 34 + type: Transform - proto: AirlockSecurityGlassLocked entities: - uid: 3391 components: - - type: MetaData - name: communal cell - - type: Transform - pos: 18.5,-9.5 + - name: communal cell + type: MetaData + - pos: 18.5,-9.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 3514 + type: DeviceLinkSink - uid: 3561 components: - - type: MetaData - name: locker room - - type: Transform - pos: 21.5,-17.5 + - name: locker room + type: MetaData + - pos: 21.5,-17.5 parent: 34 + type: Transform - uid: 4799 components: - - type: MetaData - name: extended confinement - - type: Transform - pos: 37.5,-3.5 + - name: extended confinement + type: MetaData + - pos: 37.5,-3.5 parent: 34 + type: Transform - uid: 12845 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,-3.5 parent: 34 + type: Transform - proto: AirlockSecurityLawyerGlassLocked entities: - uid: 4633 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-8.5 parent: 34 + type: Transform - uid: 12195 components: - - type: Transform - pos: 22.5,-8.5 + - pos: 22.5,-8.5 parent: 34 + type: Transform - proto: AirlockSecurityLawyerLocked entities: - uid: 3475 components: - - type: MetaData - name: security - - type: Transform - pos: 20.5,-11.5 + - name: security + type: MetaData + - pos: 20.5,-11.5 parent: 34 + type: Transform - uid: 3865 components: - - type: MetaData - name: courtroom - - type: Transform - pos: 19.5,-33.5 + - name: courtroom + type: MetaData + - pos: 19.5,-33.5 parent: 34 + type: Transform - uid: 4889 components: - - type: Transform - pos: 27.5,-17.5 + - pos: 27.5,-17.5 parent: 34 + type: Transform - proto: AirlockSecurityLocked entities: - uid: 220 components: - - type: Transform - pos: 20.5,0.5 + - pos: 20.5,0.5 parent: 34 + type: Transform - uid: 470 components: - - type: Transform - pos: 15.5,-0.5 + - pos: 15.5,-0.5 parent: 34 + type: Transform - uid: 999 components: - - type: MetaData - name: communal cell - - type: Transform - pos: 16.5,-8.5 + - name: communal cell + type: MetaData + - pos: 16.5,-8.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 3514 + type: DeviceLinkSink - uid: 3388 components: - - type: MetaData - name: locker room - - type: Transform - pos: 18.5,-15.5 + - name: locker room + type: MetaData + - pos: 18.5,-15.5 parent: 34 + type: Transform - proto: AirlockServiceGlassLocked entities: - uid: 5 components: - - type: MetaData - name: service storage - - type: Transform - pos: -14.5,1.5 + - name: service storage + type: MetaData + - pos: -14.5,1.5 parent: 34 + type: Transform - uid: 5547 components: - - type: MetaData - name: service storage - - type: Transform - pos: -17.5,1.5 + - name: service storage + type: MetaData + - pos: -17.5,1.5 parent: 34 + type: Transform - proto: AirlockTheatreLocked entities: - uid: 1021 components: - - type: MetaData - name: clown/mime room - - type: Transform - pos: 0.5,-21.5 + - name: clown/mime room + type: MetaData + - pos: 0.5,-21.5 parent: 34 + type: Transform - proto: AirSensor entities: - uid: 2397 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,-35.5 parent: 34 + type: Transform - uid: 10604 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 35.5,-27.5 parent: 34 + type: Transform - uid: 10605 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 31.5,-25.5 parent: 34 + type: Transform - uid: 11813 components: - - type: Transform - pos: -44.5,-19.5 + - pos: -44.5,-19.5 parent: 34 + type: Transform + - deviceLists: + - 11539 + type: DeviceNetwork - proto: AltarSpawner entities: - uid: 38 components: - - type: Transform - pos: -26.5,-13.5 + - pos: -26.5,-13.5 + parent: 34 + type: Transform + - uid: 12992 + components: + - pos: -53.5,-22.5 parent: 34 + type: Transform - proto: AlwaysPoweredWallLight entities: - uid: 11193 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -54.5,11.5 parent: 34 + type: Transform - uid: 11194 components: - - type: Transform - pos: -52.5,13.5 + - pos: -52.5,13.5 parent: 34 + type: Transform - proto: AmeController entities: - uid: 1150 components: - - type: Transform - pos: -29.5,-35.5 + - pos: -29.5,-35.5 parent: 34 + type: Transform - proto: AnomalyScanner entities: - uid: 5908 components: - - type: Transform - pos: -35.573765,1.4932911 + - pos: -35.573765,1.4932911 parent: 34 + type: Transform - uid: 11667 components: - - type: Transform - pos: -35.42793,1.7643127 + - pos: -35.42793,1.7643127 parent: 34 + type: Transform - proto: APCBasic entities: - uid: 371 components: - - type: Transform - pos: 6.5,-13.5 + - pos: 6.5,-13.5 parent: 34 + type: Transform - uid: 1890 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,-1.5 parent: 34 + type: Transform - uid: 2140 components: - - type: Transform - pos: 4.5,-21.5 + - pos: 4.5,-21.5 parent: 34 + type: Transform - uid: 2508 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-5.5 parent: 34 + type: Transform - uid: 2644 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-40.5 parent: 34 + type: Transform - uid: 2724 components: - - type: Transform - pos: 19.5,-21.5 + - pos: 19.5,-21.5 parent: 34 + type: Transform - uid: 2725 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-30.5 parent: 34 + type: Transform - uid: 2808 components: - - type: Transform - pos: -12.5,-23.5 + - pos: -12.5,-23.5 parent: 34 + type: Transform - uid: 2809 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-16.5 parent: 34 + type: Transform - uid: 2810 components: - - type: Transform - pos: -15.5,-6.5 + - pos: -15.5,-6.5 parent: 34 + type: Transform - uid: 2811 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-7.5 parent: 34 + type: Transform - uid: 2850 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-7.5 parent: 34 + type: Transform - uid: 2959 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,-42.5 parent: 34 + type: Transform - uid: 3031 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,5.5 parent: 34 + type: Transform - uid: 3400 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-31.5 parent: 34 + type: Transform - uid: 3417 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-29.5 parent: 34 + type: Transform - uid: 3731 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-44.5 parent: 34 + type: Transform - uid: 3989 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-30.5 parent: 34 + type: Transform + - uid: 4022 + components: + - rot: -1.5707963267948966 rad + pos: -48.5,-12.5 + parent: 34 + type: Transform - uid: 4579 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 41.5,-5.5 parent: 34 + type: Transform - uid: 5144 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-33.5 parent: 34 + type: Transform - uid: 5145 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 35.5,-36.5 parent: 34 + type: Transform - uid: 5158 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 30.5,-30.5 parent: 34 + type: Transform - uid: 5627 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-2.5 parent: 34 + type: Transform - uid: 5746 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -19.5,3.5 parent: 34 + type: Transform - uid: 5825 components: - - type: Transform - pos: 31.5,-42.5 + - pos: 31.5,-42.5 parent: 34 + type: Transform - uid: 6792 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-18.5 parent: 34 + type: Transform - uid: 6869 components: - - type: Transform - pos: 18.5,-11.5 + - pos: 18.5,-11.5 parent: 34 + type: Transform - uid: 6870 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,-3.5 parent: 34 + type: Transform - uid: 7003 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-17.5 parent: 34 + type: Transform - uid: 7206 components: - - type: Transform - pos: 32.5,-20.5 + - pos: 32.5,-20.5 parent: 34 + type: Transform - uid: 7314 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-2.5 parent: 34 + type: Transform - uid: 7348 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -2.5,-2.5 parent: 34 + type: Transform - uid: 7427 components: - - type: Transform - pos: -19.5,-39.5 + - pos: -19.5,-39.5 parent: 34 + type: Transform - uid: 7429 components: - - type: Transform - pos: -31.5,-20.5 + - pos: -31.5,-20.5 parent: 34 + type: Transform - uid: 7488 components: - - type: Transform - pos: -52.5,-11.5 + - pos: -52.5,-11.5 parent: 34 + type: Transform - uid: 7557 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 11.5,12.5 parent: 34 + type: Transform - uid: 7738 components: - - type: Transform - pos: -14.5,-31.5 + - pos: -14.5,-31.5 parent: 34 + type: Transform - uid: 11238 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,-38.5 parent: 34 - - uid: 11392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-20.5 - parent: 34 + type: Transform - uid: 11434 components: - - type: Transform - pos: -44.5,-23.5 + - pos: -44.5,-23.5 parent: 34 + type: Transform - uid: 11498 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-28.5 parent: 34 + type: Transform - uid: 11950 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,7.5 parent: 34 + type: Transform - proto: APCHighCapacity entities: - uid: 1222 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,-32.5 parent: 34 + type: Transform - uid: 2988 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-13.5 parent: 34 + type: Transform - uid: 3206 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-49.5 parent: 34 + type: Transform - uid: 6871 components: - - type: Transform - pos: 26.5,5.5 + - pos: 26.5,5.5 parent: 34 + type: Transform - uid: 7413 components: - - type: Transform - pos: -27.5,-32.5 + - pos: -27.5,-32.5 parent: 34 + type: Transform - uid: 7624 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 25.5,6.5 parent: 34 + type: Transform - uid: 7708 components: - - type: Transform - pos: -21.5,-9.5 + - pos: -21.5,-9.5 parent: 34 + type: Transform - proto: APCHyperCapacity entities: - uid: 6022 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 46.5,-24.5 parent: 34 + type: Transform - proto: AppraisalTool entities: - uid: 895 components: - - type: Transform - parent: 431 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 431 + type: Transform + - canCollide: False + type: Physics - type: InsideEntityStorage - proto: AtmosDeviceFanTiny entities: - uid: 84 components: - - type: Transform - pos: -11.5,-5.5 + - pos: -11.5,-5.5 parent: 34 + type: Transform - uid: 232 components: - - type: Transform - pos: -13.5,-2.5 + - pos: -13.5,-2.5 parent: 34 + type: Transform - uid: 676 components: - - type: Transform - pos: 12.5,-49.5 + - pos: 12.5,-49.5 parent: 34 + type: Transform - uid: 888 components: - - type: Transform - pos: -15.5,-5.5 + - pos: -15.5,-5.5 parent: 34 + type: Transform - uid: 2545 components: - - type: Transform - pos: -20.5,-43.5 + - pos: -20.5,-43.5 parent: 34 + type: Transform - uid: 3291 components: - - type: Transform - pos: 12.5,20.5 + - pos: 12.5,20.5 parent: 34 + type: Transform - uid: 4071 components: - - type: Transform - pos: -1.5,-55.5 + - pos: -1.5,-55.5 parent: 34 + type: Transform - uid: 4072 components: - - type: Transform - pos: -3.5,-55.5 + - pos: -3.5,-55.5 parent: 34 + type: Transform - uid: 4452 components: - - type: Transform - pos: 13.5,-48.5 + - pos: 13.5,-48.5 parent: 34 + type: Transform - uid: 5262 components: - - type: Transform - pos: 4.5,-55.5 + - pos: 4.5,-55.5 parent: 34 + type: Transform - uid: 5263 components: - - type: Transform - pos: 6.5,-55.5 + - pos: 6.5,-55.5 parent: 34 + type: Transform - uid: 6225 components: - - type: Transform - pos: 6.5,20.5 + - pos: 6.5,20.5 parent: 34 + type: Transform - uid: 7552 components: - - type: Transform - pos: -18.5,-43.5 + - pos: -18.5,-43.5 parent: 34 + type: Transform - uid: 11917 components: - - type: Transform - pos: -3.5,15.5 + - pos: -3.5,15.5 parent: 34 + type: Transform - uid: 11918 components: - - type: Transform - pos: 0.5,15.5 + - pos: 0.5,15.5 parent: 34 + type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 162 components: - - type: Transform - pos: 45.5,-24.5 + - pos: 45.5,-24.5 parent: 34 + type: Transform - uid: 163 components: - - type: Transform - pos: 45.5,-22.5 + - pos: 45.5,-22.5 parent: 34 + type: Transform - uid: 172 components: - - type: Transform - pos: 43.5,-24.5 + - pos: 43.5,-24.5 parent: 34 + type: Transform - uid: 178 components: - - type: Transform - pos: 45.5,-23.5 + - pos: 45.5,-23.5 parent: 34 + type: Transform - uid: 196 components: - - type: Transform - pos: 44.5,-24.5 + - pos: 44.5,-24.5 parent: 34 + type: Transform - uid: 197 components: - - type: Transform - pos: 44.5,-23.5 + - pos: 44.5,-23.5 parent: 34 + type: Transform - uid: 207 components: - - type: Transform - pos: 44.5,-22.5 + - pos: 44.5,-22.5 parent: 34 + type: Transform - uid: 1551 components: - - type: Transform - pos: -50.5,-47.5 + - pos: -50.5,-47.5 parent: 34 + type: Transform - uid: 1553 components: - - type: Transform - pos: -37.5,-45.5 + - pos: -37.5,-45.5 parent: 34 + type: Transform - uid: 1555 components: - - type: Transform - pos: -49.5,-47.5 + - pos: -49.5,-47.5 parent: 34 + type: Transform - uid: 1556 components: - - type: Transform - pos: -36.5,-45.5 + - pos: -36.5,-45.5 parent: 34 + type: Transform - uid: 1557 components: - - type: Transform - pos: -38.5,-45.5 + - pos: -38.5,-45.5 parent: 34 + type: Transform - uid: 1574 components: - - type: Transform - pos: -51.5,-38.5 + - pos: -51.5,-38.5 parent: 34 + type: Transform - uid: 1575 components: - - type: Transform - pos: -50.5,-38.5 + - pos: -50.5,-38.5 parent: 34 + type: Transform - uid: 6541 components: - - type: Transform - pos: 47.5,-25.5 + - pos: 47.5,-25.5 parent: 34 + type: Transform - uid: 6542 components: - - type: Transform - pos: 47.5,-24.5 + - pos: 47.5,-24.5 parent: 34 + type: Transform - uid: 6543 components: - - type: Transform - pos: 47.5,-23.5 + - pos: 47.5,-23.5 parent: 34 + type: Transform - uid: 6544 components: - - type: Transform - pos: 47.5,-22.5 + - pos: 47.5,-22.5 parent: 34 + type: Transform - uid: 6545 components: - - type: Transform - pos: 47.5,-21.5 + - pos: 47.5,-21.5 parent: 34 + type: Transform - uid: 6546 components: - - type: Transform - pos: 48.5,-25.5 + - pos: 48.5,-25.5 parent: 34 + type: Transform - uid: 6547 components: - - type: Transform - pos: 48.5,-24.5 + - pos: 48.5,-24.5 parent: 34 + type: Transform - uid: 6548 components: - - type: Transform - pos: 48.5,-23.5 + - pos: 48.5,-23.5 parent: 34 + type: Transform - uid: 6549 components: - - type: Transform - pos: 48.5,-22.5 + - pos: 48.5,-22.5 parent: 34 + type: Transform - uid: 6550 components: - - type: Transform - pos: 48.5,-21.5 + - pos: 48.5,-21.5 parent: 34 + type: Transform - uid: 6551 components: - - type: Transform - pos: 49.5,-25.5 + - pos: 49.5,-25.5 parent: 34 + type: Transform - uid: 6552 components: - - type: Transform - pos: 49.5,-24.5 + - pos: 49.5,-24.5 parent: 34 + type: Transform - uid: 6553 components: - - type: Transform - pos: 49.5,-23.5 + - pos: 49.5,-23.5 parent: 34 + type: Transform - uid: 6554 components: - - type: Transform - pos: 49.5,-22.5 + - pos: 49.5,-22.5 parent: 34 + type: Transform - uid: 6555 components: - - type: Transform - pos: 49.5,-21.5 + - pos: 49.5,-21.5 parent: 34 + type: Transform - uid: 6556 components: - - type: Transform - pos: 50.5,-22.5 + - pos: 50.5,-22.5 parent: 34 + type: Transform - uid: 6557 components: - - type: Transform - pos: 50.5,-23.5 + - pos: 50.5,-23.5 parent: 34 + type: Transform - uid: 6558 components: - - type: Transform - pos: 50.5,-24.5 + - pos: 50.5,-24.5 parent: 34 + type: Transform - uid: 6559 components: - - type: Transform - pos: 51.5,-22.5 + - pos: 51.5,-22.5 parent: 34 + type: Transform - uid: 6560 components: - - type: Transform - pos: 51.5,-23.5 + - pos: 51.5,-23.5 parent: 34 + type: Transform - uid: 6561 components: - - type: Transform - pos: 51.5,-24.5 + - pos: 51.5,-24.5 parent: 34 + type: Transform - uid: 7664 components: - - type: Transform - pos: 43.5,-23.5 + - pos: 43.5,-23.5 parent: 34 + type: Transform - uid: 7665 components: - - type: Transform - pos: 43.5,-22.5 + - pos: 43.5,-22.5 parent: 34 + type: Transform - uid: 7666 components: - - type: Transform - pos: 42.5,-24.5 + - pos: 42.5,-24.5 parent: 34 + type: Transform - uid: 7667 components: - - type: Transform - pos: 42.5,-23.5 + - pos: 42.5,-23.5 parent: 34 + type: Transform - uid: 7668 components: - - type: Transform - pos: 42.5,-22.5 + - pos: 42.5,-22.5 parent: 34 + type: Transform - uid: 7669 components: - - type: Transform - pos: 41.5,-24.5 + - pos: 41.5,-24.5 parent: 34 + type: Transform - uid: 7670 components: - - type: Transform - pos: 41.5,-23.5 + - pos: 41.5,-23.5 parent: 34 + type: Transform - uid: 7671 components: - - type: Transform - pos: 41.5,-22.5 + - pos: 41.5,-22.5 parent: 34 + type: Transform - proto: AtmosFixFreezerMarker entities: - uid: 10639 components: - - type: Transform - pos: -14.5,-3.5 + - pos: -14.5,-3.5 parent: 34 + type: Transform - uid: 11384 components: - - type: Transform - pos: -14.5,-4.5 + - pos: -14.5,-4.5 parent: 34 + type: Transform - uid: 11385 components: - - type: Transform - pos: -14.5,-5.5 + - pos: -14.5,-5.5 parent: 34 + type: Transform - uid: 11386 components: - - type: Transform - pos: -13.5,-3.5 + - pos: -13.5,-3.5 parent: 34 + type: Transform - uid: 11387 components: - - type: Transform - pos: -13.5,-4.5 + - pos: -13.5,-4.5 parent: 34 + type: Transform - uid: 11388 components: - - type: Transform - pos: -13.5,-5.5 + - pos: -13.5,-5.5 parent: 34 + type: Transform - uid: 11389 components: - - type: Transform - pos: -12.5,-3.5 + - pos: -12.5,-3.5 parent: 34 + type: Transform - uid: 11390 components: - - type: Transform - pos: -12.5,-4.5 + - pos: -12.5,-4.5 parent: 34 + type: Transform - uid: 11391 components: - - type: Transform - pos: -12.5,-5.5 + - pos: -12.5,-5.5 parent: 34 + type: Transform - proto: AtmosFixNitrogenMarker entities: - uid: 1879 components: - - type: Transform - pos: -38.5,-39.5 + - pos: -38.5,-39.5 parent: 34 + type: Transform - uid: 1880 components: - - type: Transform - pos: -37.5,-39.5 + - pos: -37.5,-39.5 parent: 34 + type: Transform - uid: 1881 components: - - type: Transform - pos: -36.5,-39.5 + - pos: -36.5,-39.5 parent: 34 + type: Transform - proto: AtmosFixOxygenMarker entities: - uid: 1876 components: - - type: Transform - pos: -38.5,-41.5 + - pos: -38.5,-41.5 parent: 34 + type: Transform - uid: 1877 components: - - type: Transform - pos: -37.5,-41.5 + - pos: -37.5,-41.5 parent: 34 + type: Transform - uid: 1878 components: - - type: Transform - pos: -36.5,-41.5 + - pos: -36.5,-41.5 parent: 34 + type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 1873 components: - - type: Transform - pos: -38.5,-43.5 + - pos: -38.5,-43.5 parent: 34 + type: Transform - uid: 1874 components: - - type: Transform - pos: -37.5,-43.5 + - pos: -37.5,-43.5 parent: 34 + type: Transform - proto: Autolathe entities: - uid: 2518 components: - - type: Transform - pos: -31.5,-27.5 + - pos: -31.5,-27.5 parent: 34 + type: Transform - uid: 5552 components: - - type: Transform - pos: -13.5,4.5 + - pos: -13.5,4.5 parent: 34 + type: Transform - uid: 12499 components: - - type: Transform - pos: -17.5,-40.5 + - pos: -17.5,-40.5 parent: 34 + type: Transform - proto: BackgammonBoard entities: - uid: 5899 components: - - type: Transform - pos: -55.519135,0.52200794 + - pos: -55.519135,0.52200794 parent: 34 + type: Transform - proto: BannerMedical entities: - uid: 1372 components: - - type: Transform - pos: 5.5,-27.5 + - pos: 5.5,-27.5 parent: 34 + type: Transform - proto: BannerSecurity entities: - uid: 11342 components: - - type: Transform - pos: 22.5,-16.5 + - pos: 22.5,-16.5 parent: 34 + type: Transform - proto: Barricade entities: - uid: 4510 components: - - type: Transform - pos: 35.5,-15.5 + - pos: 35.5,-15.5 parent: 34 + type: Transform - uid: 4529 components: - - type: Transform - pos: 37.5,-14.5 + - pos: 37.5,-14.5 parent: 34 + type: Transform - uid: 4542 components: - - type: Transform - pos: 35.5,-14.5 + - pos: 35.5,-14.5 parent: 34 + type: Transform - uid: 5881 components: - - type: Transform - pos: -49.5,4.5 + - pos: -49.5,4.5 parent: 34 + type: Transform - uid: 5882 components: - - type: Transform - pos: -48.5,5.5 + - pos: -48.5,5.5 parent: 34 + type: Transform - uid: 5883 components: - - type: Transform - pos: -48.5,4.5 + - pos: -48.5,4.5 parent: 34 + type: Transform - uid: 7807 components: - - type: Transform - pos: -53.5,3.5 + - pos: -53.5,3.5 parent: 34 + type: Transform - uid: 12795 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -6.5,9.5 parent: 34 + type: Transform - proto: BarricadeBlock entities: - uid: 4509 components: - - type: Transform - pos: 36.5,-14.5 + - pos: 36.5,-14.5 parent: 34 + type: Transform - uid: 11348 components: - - type: Transform - pos: 38.5,-16.5 + - pos: 38.5,-16.5 parent: 34 + type: Transform - proto: BarricadeDirectional entities: - uid: 4658 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 39.5,-16.5 parent: 34 + type: Transform - uid: 12798 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,9.5 parent: 34 + type: Transform - uid: 12799 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,9.5 parent: 34 + type: Transform - uid: 12800 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,9.5 parent: 34 + type: Transform - uid: 12801 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,9.5 parent: 34 + type: Transform - uid: 12802 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 34 + type: Transform - uid: 12803 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,9.5 parent: 34 + type: Transform - proto: BarSignEmergencyRumParty entities: - uid: 5495 components: - - type: Transform - pos: 39.5,-37.5 + - pos: 39.5,-37.5 parent: 34 + type: Transform - proto: BarSignTheLooseGoose entities: - uid: 298 components: - - type: Transform - pos: 4.5,-2.5 + - pos: 4.5,-2.5 parent: 34 + type: Transform - proto: BarSignTheNet entities: - uid: 11772 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,8.5 parent: 34 + type: Transform - proto: BarSignWiggleRoom entities: - uid: 8494 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-49.5 parent: 34 + type: Transform - proto: Beaker entities: - uid: 897 components: - - type: Transform - pos: -7.3135357,-4.6884913 + - pos: -7.3135357,-4.6884913 parent: 34 - - type: SolutionContainerManager - solutions: + type: Transform + - solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 - name: null reagents: - data: null ReagentId: TableSalt Quantity: 25 + type: SolutionContainerManager - uid: 2026 components: - - type: Transform - pos: -32.81829,-17.205612 + - pos: -32.81829,-17.205612 parent: 34 + type: Transform - uid: 11106 components: - - type: Transform - pos: -20.759005,-3.1052136 + - pos: -20.759005,-3.1052136 parent: 34 + type: Transform - uid: 11701 components: - - type: Transform - pos: -32.703705,-17.351547 + - pos: -32.703705,-17.351547 parent: 34 + type: Transform - uid: 12444 components: - - type: Transform - pos: 0.8789468,-43.4626 + - pos: 0.8789468,-43.4626 parent: 34 + type: Transform - proto: Bed entities: - uid: 673 components: - - type: Transform - pos: 9.5,-5.5 + - pos: 9.5,-5.5 parent: 34 + type: Transform - uid: 967 components: - - type: Transform - pos: -5.5,2.5 + - pos: -5.5,2.5 parent: 34 + type: Transform - uid: 1016 components: - - type: Transform - pos: 2.5,-20.5 + - pos: 2.5,-20.5 parent: 34 + type: Transform - uid: 1157 components: - - type: Transform - pos: -15.5,-38.5 + - pos: -15.5,-38.5 parent: 34 + type: Transform - uid: 1354 components: - - type: Transform - pos: 32.5,-9.5 + - pos: 32.5,-9.5 parent: 34 + type: Transform - uid: 2174 components: - - type: Transform - pos: -45.5,-6.5 + - pos: -45.5,-6.5 parent: 34 + type: Transform - uid: 2203 components: - - type: Transform - pos: -47.5,-6.5 + - pos: -47.5,-6.5 parent: 34 + type: Transform - uid: 2220 components: - - type: Transform - pos: -45.5,-3.5 + - pos: -45.5,-3.5 parent: 34 + type: Transform - uid: 2244 components: - - type: Transform - pos: -46.5,2.5 + - pos: -46.5,2.5 parent: 34 + type: Transform - uid: 2245 components: - - type: Transform - pos: -51.5,2.5 + - pos: -51.5,2.5 parent: 34 + type: Transform - uid: 2249 components: - - type: Transform - pos: -49.5,-6.5 + - pos: -49.5,-6.5 parent: 34 + type: Transform - uid: 3357 components: - - type: Transform - pos: -31.5,-15.5 + - pos: -31.5,-15.5 parent: 34 + type: Transform - uid: 3494 components: - - type: Transform - pos: 20.5,-3.5 + - pos: 20.5,-3.5 parent: 34 + type: Transform - uid: 3615 components: - - type: Transform - pos: 18.5,-3.5 + - pos: 18.5,-3.5 parent: 34 + type: Transform - uid: 3616 components: - - type: Transform - pos: 16.5,-3.5 + - pos: 16.5,-3.5 parent: 34 + type: Transform - uid: 3772 components: - - type: Transform - pos: 9.5,-8.5 + - pos: 9.5,-8.5 parent: 34 + type: Transform - uid: 4276 components: - - type: Transform - pos: 25.5,-27.5 - parent: 34 - - uid: 4350 - components: - - type: Transform - pos: -50.5,-22.5 + - pos: 25.5,-27.5 parent: 34 + type: Transform - uid: 4540 components: - - type: Transform - pos: 39.5,-9.5 + - pos: 39.5,-9.5 parent: 34 + type: Transform - uid: 4549 components: - - type: Transform - pos: 39.5,-6.5 + - pos: 39.5,-6.5 parent: 34 + type: Transform - uid: 4555 components: - - type: Transform - pos: 39.5,-12.5 + - pos: 39.5,-12.5 parent: 34 + type: Transform - uid: 4556 components: - - type: Transform - pos: 48.5,-13.5 + - pos: 48.5,-13.5 parent: 34 + type: Transform - uid: 4557 components: - - type: Transform - pos: 48.5,-10.5 + - pos: 48.5,-10.5 parent: 34 + type: Transform - uid: 4558 components: - - type: Transform - pos: 48.5,-7.5 + - pos: 48.5,-7.5 parent: 34 + type: Transform - uid: 4574 components: - - type: Transform - pos: 41.5,-15.5 + - pos: 41.5,-15.5 parent: 34 + type: Transform - uid: 4790 components: - - type: Transform - pos: -17.5,-32.5 + - pos: -17.5,-32.5 parent: 34 + type: Transform - uid: 5949 components: - - type: Transform - pos: -1.5,-20.5 + - pos: -1.5,-20.5 parent: 34 + type: Transform - uid: 8924 components: - - type: Transform - pos: -24.5,-31.5 + - pos: -24.5,-31.5 parent: 34 + type: Transform - uid: 9037 components: - - type: Transform - pos: 18.5,-45.5 + - pos: 18.5,-45.5 parent: 34 + type: Transform - proto: BedsheetBlack entities: - uid: 2227 components: - - type: Transform - pos: -45.5,-3.5 + - pos: -45.5,-3.5 parent: 34 + type: Transform - uid: 3186 components: - - type: Transform - pos: 9.5,-5.5 + - pos: 9.5,-5.5 parent: 34 + type: Transform - uid: 3358 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-15.5 parent: 34 + type: Transform - proto: BedsheetBrigmedic entities: - uid: 1080 components: - - type: Transform - pos: 17.5,1.5 + - pos: 17.5,1.5 parent: 34 + type: Transform - uid: 12276 components: - - type: Transform - pos: 16.5,1.5 + - pos: 16.5,1.5 parent: 34 + type: Transform - proto: BedsheetBrown entities: - uid: 6155 components: - - type: Transform - pos: -5.5,2.5 + - pos: -5.5,2.5 parent: 34 + type: Transform - proto: BedsheetCaptain entities: - uid: 4277 components: - - type: Transform - pos: 25.5,-27.5 + - pos: 25.5,-27.5 parent: 34 + type: Transform - proto: BedsheetCE entities: - uid: 4753 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-31.5 parent: 34 + type: Transform - proto: BedsheetClown entities: - uid: 5950 components: - - type: Transform - pos: -1.5,-20.5 + - pos: -1.5,-20.5 parent: 34 + type: Transform - proto: BedsheetHOS entities: - uid: 8074 components: - - type: Transform - pos: 32.5,-9.5 + - pos: 32.5,-9.5 parent: 34 + type: Transform - proto: BedsheetIan entities: - uid: 2205 components: - - type: Transform - pos: -47.5,-6.5 + - pos: -47.5,-6.5 parent: 34 + type: Transform - proto: BedsheetMedical entities: - uid: 1291 components: - - type: Transform - pos: 2.5,-35.5 + - pos: 2.5,-35.5 parent: 34 + type: Transform - uid: 1403 components: - - type: Transform - pos: 2.5,-31.5 + - pos: 2.5,-31.5 parent: 34 + type: Transform - uid: 1805 components: - - type: Transform - pos: 7.5,-34.5 + - pos: 7.5,-34.5 parent: 34 + type: Transform - uid: 2664 components: - - type: Transform - pos: -1.5,-37.5 + - pos: -1.5,-37.5 parent: 34 + type: Transform - proto: BedsheetMime entities: - uid: 5951 components: - - type: Transform - pos: 2.5,-20.5 - parent: 34 -- proto: BedsheetPurple - entities: - - uid: 2492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-22.5 + - pos: 2.5,-20.5 parent: 34 + type: Transform - proto: BedsheetQM entities: - uid: 10595 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-38.5 parent: 34 + type: Transform - proto: BedsheetSpawner entities: - uid: 1059 components: - - type: Transform - pos: 48.5,-7.5 + - pos: 48.5,-7.5 parent: 34 + type: Transform - uid: 2256 components: - - type: Transform - pos: -49.5,-6.5 + - pos: -49.5,-6.5 parent: 34 + type: Transform - uid: 4531 components: - - type: Transform - pos: 41.5,-15.5 + - pos: 41.5,-15.5 parent: 34 + type: Transform - uid: 4744 components: - - type: Transform - pos: -17.5,-32.5 + - pos: -17.5,-32.5 parent: 34 + type: Transform - uid: 4755 components: - - type: Transform - pos: 48.5,-10.5 + - pos: 48.5,-10.5 parent: 34 + type: Transform - uid: 4849 components: - - type: Transform - pos: 39.5,-6.5 + - pos: 39.5,-6.5 parent: 34 + type: Transform - uid: 5856 components: - - type: Transform - pos: -51.5,2.5 + - pos: -51.5,2.5 parent: 34 + type: Transform - uid: 5857 components: - - type: Transform - pos: -46.5,2.5 + - pos: -46.5,2.5 parent: 34 + type: Transform - uid: 10137 components: - - type: Transform - pos: 18.5,-45.5 + - pos: 18.5,-45.5 parent: 34 + type: Transform - uid: 11089 components: - - type: Transform - pos: 9.5,-8.5 + - pos: 9.5,-8.5 parent: 34 + type: Transform - uid: 12478 components: - - type: Transform - pos: 39.5,-12.5 + - pos: 39.5,-12.5 parent: 34 + type: Transform - uid: 12479 components: - - type: Transform - pos: 48.5,-13.5 + - pos: 48.5,-13.5 parent: 34 + type: Transform - uid: 12480 components: - - type: Transform - pos: 39.5,-9.5 + - pos: 39.5,-9.5 parent: 34 + type: Transform - proto: BedsheetWiz entities: - uid: 2204 components: - - type: Transform - pos: -45.5,-6.5 + - pos: -45.5,-6.5 parent: 34 + type: Transform - proto: BedsheetYellow entities: - uid: 3617 components: - - type: Transform - pos: 20.5,-3.5 + - pos: 20.5,-3.5 parent: 34 + type: Transform - uid: 3618 components: - - type: Transform - pos: 18.5,-3.5 + - pos: 18.5,-3.5 parent: 34 + type: Transform - uid: 3619 components: - - type: Transform - pos: 16.5,-3.5 + - pos: 16.5,-3.5 parent: 34 + type: Transform - proto: BenchSofaCorpLeft entities: - uid: 5945 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-35.5 parent: 34 + type: Transform - proto: BenchSofaCorpMiddle entities: - uid: 6101 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-34.5 parent: 34 + type: Transform - proto: BenchSofaCorpRight entities: - uid: 6100 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-33.5 parent: 34 + type: Transform - proto: BenchSofaLeft entities: - uid: 4432 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-33.5 parent: 34 + type: Transform - uid: 12281 components: - - type: Transform - pos: 30.5,-13.5 + - pos: 30.5,-13.5 parent: 34 + type: Transform - proto: BenchSofaMiddle entities: - uid: 4436 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-34.5 parent: 34 + type: Transform - proto: BenchSofaRight entities: - uid: 11016 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-35.5 parent: 34 + type: Transform - uid: 12282 components: - - type: Transform - pos: 29.5,-13.5 + - pos: 29.5,-13.5 parent: 34 + type: Transform - proto: BenchSteelLeft entities: - uid: 2736 components: - - type: Transform - pos: 8.5,18.5 + - pos: 8.5,18.5 parent: 34 + type: Transform - proto: BenchSteelMiddle entities: - uid: 3876 components: - - type: Transform - pos: 9.5,18.5 + - pos: 9.5,18.5 parent: 34 + type: Transform - proto: BenchSteelRight entities: - uid: 261 components: - - type: Transform - pos: 10.5,18.5 + - pos: 10.5,18.5 parent: 34 + type: Transform - proto: BiomassReclaimer entities: - uid: 8965 components: - - type: Transform - pos: 10.5,-40.5 + - pos: 10.5,-40.5 parent: 34 + type: Transform - proto: BlastDoor entities: - uid: 836 components: - - type: Transform - pos: -26.5,-6.5 + - pos: -26.5,-6.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1163 + type: DeviceLinkSink - uid: 1484 components: - - type: Transform - pos: -51.5,-47.5 + - pos: -51.5,-47.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 678 - 679 + type: DeviceLinkSink - uid: 7707 components: - - type: Transform - pos: -17.5,-43.5 + - pos: -17.5,-43.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 11806 components: - - type: Transform - pos: -21.5,-43.5 + - pos: -21.5,-43.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 12295 components: - - type: Transform - pos: -60.5,-40.5 + - pos: -60.5,-40.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12307 + type: DeviceLinkSink - uid: 12300 components: - - type: Transform - pos: -60.5,-39.5 + - pos: -60.5,-39.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12307 + type: DeviceLinkSink - uid: 12306 components: - - type: Transform - pos: -60.5,-38.5 + - pos: -60.5,-38.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12307 + type: DeviceLinkSink - proto: BlastDoorOpen entities: - uid: 3639 components: - - type: Transform - pos: 15.5,-6.5 + - pos: 15.5,-6.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 3750 + type: DeviceLinkSink - uid: 3640 components: - - type: Transform - pos: 15.5,-5.5 + - pos: 15.5,-5.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 3750 + type: DeviceLinkSink - uid: 3641 components: - - type: Transform - pos: 15.5,-4.5 + - pos: 15.5,-4.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 3750 + type: DeviceLinkSink - uid: 8683 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-4.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7996 + type: DeviceLinkSink - proto: BlueLightTube entities: - uid: 5065 components: - - type: Transform - pos: -19.90102,7.4961514 + - pos: -19.90102,7.4961514 parent: 34 + type: Transform - uid: 5625 components: - - type: Transform - pos: -19.61977,7.4961514 + - pos: -19.61977,7.4961514 parent: 34 + type: Transform - proto: BoardGameSpawner entities: - uid: 4696 components: - - type: Transform - pos: 41.5,-18.5 + - pos: 41.5,-18.5 parent: 34 + type: Transform - proto: BookBartendersManual entities: - uid: 11012 components: - - type: Transform - pos: 3.582711,-3.4520693 + - pos: 3.582711,-3.4520693 parent: 34 + type: Transform - proto: BookChefGaming entities: - uid: 1107 components: - - type: Transform - pos: -7.497657,-4.2298393 + - pos: -7.497657,-4.2298393 parent: 34 + type: Transform - uid: 4686 components: - - type: Transform - pos: 40.427826,3.5490375 + - pos: 40.427826,3.5490375 parent: 34 + type: Transform - proto: BookEngineersHandbook entities: - uid: 11040 components: - - type: Transform - pos: -56.022884,-1.4441328 + - pos: -56.022884,-1.4441328 parent: 34 + type: Transform - uid: 11113 components: - - type: Transform - pos: -28.716812,-29.284609 + - pos: -28.716812,-29.284609 parent: 34 + type: Transform - proto: BookLeafLoversSecret entities: - uid: 11380 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.560392,-3.8160172 parent: 34 + type: Transform - proto: BookRandom entities: - uid: 11041 components: - - type: Transform - pos: 39.567196,-31.448809 + - pos: 39.567196,-31.448809 parent: 34 + type: Transform - uid: 11042 components: - - type: Transform - pos: 39.098446,-31.323723 + - pos: 39.098446,-31.323723 parent: 34 + type: Transform - proto: BookScientistsGuidebook entities: - uid: 11050 components: - - type: Transform - pos: -35.70542,-5.4355335 + - pos: -35.70542,-5.4355335 parent: 34 + type: Transform - proto: BookSecurity entities: - uid: 11332 components: - - type: Transform - pos: 22.669678,-12.33404 + - pos: 22.669678,-12.33404 parent: 34 + type: Transform - proto: Bookshelf entities: - uid: 2172 components: - - type: Transform - pos: -41.5,-7.5 + - pos: -41.5,-7.5 parent: 34 + type: Transform - uid: 2243 components: - - type: Transform - pos: -45.5,2.5 + - pos: -45.5,2.5 parent: 34 + type: Transform - uid: 3626 components: - - type: Transform - pos: 17.5,-3.5 + - pos: 17.5,-3.5 parent: 34 + type: Transform - uid: 4079 components: - - type: Transform - pos: 40.5,-9.5 + - pos: 40.5,-9.5 parent: 34 + type: Transform - proto: BookshelfFilled entities: - uid: 8841 components: - - type: Transform - pos: 50.5,1.5 + - pos: 50.5,1.5 parent: 34 + type: Transform - proto: BoozeDispenser entities: - uid: 341 components: - - type: Transform - pos: 6.5,-3.5 + - pos: 6.5,-3.5 parent: 34 + type: Transform - uid: 1161 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,7.5 parent: 34 + type: Transform - uid: 5515 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,-40.5 parent: 34 + type: Transform - uid: 8493 components: - - type: Transform - pos: -9.5,-40.5 + - pos: -9.5,-40.5 parent: 34 + type: Transform - proto: BorgCharger entities: - uid: 2469 components: - - type: Transform - pos: -24.5,5.5 + - pos: -24.5,5.5 parent: 34 + type: Transform - uid: 3255 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-27.5 parent: 34 + type: Transform - uid: 6227 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-22.5 parent: 34 - - uid: 6339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-16.5 - parent: 34 + type: Transform - uid: 6872 components: - - type: Transform - pos: 1.5,-50.5 + - pos: 1.5,-50.5 parent: 34 + type: Transform - proto: BoxBeaker entities: - uid: 12443 components: - - type: Transform - pos: 0.31644678,-43.509476 + - pos: 0.31644678,-43.509476 parent: 34 + type: Transform - proto: BoxBeanbag entities: - uid: 3580 components: - - type: Transform - pos: 25.475487,1.7896924 + - pos: 25.475487,1.7896924 parent: 34 + type: Transform - proto: BoxBodyBag entities: - uid: 8496 components: - - type: Transform - pos: 11.331081,-40.243954 + - pos: 11.331081,-40.243954 parent: 34 + type: Transform - proto: BoxCardboard entities: - uid: 1909 components: - - type: Transform - pos: -7.574397,-24.33654 + - pos: -7.574397,-24.33654 parent: 34 + type: Transform - uid: 1910 components: - - type: Transform - pos: -7.2759867,-24.45904 + - pos: -7.2759867,-24.45904 parent: 34 + type: Transform - proto: BoxColoredLighttube entities: - uid: 245 components: - - type: Transform - pos: 6.7010136,-18.662865 + - pos: 6.7010136,-18.662865 parent: 34 + type: Transform - proto: BoxFolderBlue entities: - uid: 3767 components: - - type: Transform - pos: 29.333155,-10.290697 + - pos: 29.333155,-10.290697 parent: 34 + type: Transform - uid: 3944 components: - - type: Transform - pos: 13.377207,-30.538752 + - pos: 13.377207,-30.538752 parent: 34 + type: Transform - uid: 6096 components: - - type: Transform - pos: 18.749836,-0.9969661 + - pos: 18.749836,-0.9969661 parent: 34 + type: Transform - proto: BoxFolderGrey entities: - uid: 2259 components: - - type: Transform - pos: -51.26105,-6.396988 + - pos: -51.26105,-6.396988 parent: 34 + type: Transform - uid: 4468 components: - - type: Transform - pos: 32.724888,-35.156693 + - pos: 32.724888,-35.156693 parent: 34 + type: Transform - proto: BoxFolderRed entities: - uid: 2430 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.032458,7.7103887 parent: 34 + type: Transform - uid: 3766 components: - - type: Transform - pos: 27.260237,-6.2879176 + - pos: 27.260237,-6.2879176 parent: 34 + type: Transform - uid: 3943 components: - - type: Transform - pos: 17.658457,-30.497057 + - pos: 17.658457,-30.497057 parent: 34 + type: Transform - uid: 10814 components: - - type: Transform - pos: -5.3270607,4.6644883 + - pos: -5.3270607,4.6644883 parent: 34 + type: Transform - proto: BoxFolderWhite entities: - uid: 1342 components: - - type: Transform - pos: 9.730114,-32.48046 + - pos: 9.730114,-32.48046 parent: 34 + type: Transform - proto: BoxFolderYellow entities: - uid: 4469 components: - - type: Transform - pos: 32.794876,-35.472805 + - pos: 32.794876,-35.472805 parent: 34 + type: Transform - proto: BoxInflatable entities: - uid: 1100 components: - - type: Transform - pos: -32.651108,-27.576199 + - pos: -32.651108,-27.576199 parent: 34 + type: Transform - uid: 5416 components: - - type: Transform - pos: 33.639065,-42.25058 + - pos: 33.639065,-42.25058 parent: 34 + type: Transform - proto: BoxingBell entities: - uid: 12246 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -58.5,7.5 parent: 34 + type: Transform - proto: BoxLethalshot entities: - uid: 4497 components: - - type: Transform - pos: 28.47903,4.62251 + - pos: 28.47903,4.62251 parent: 34 + type: Transform - proto: BoxLightbulb entities: - uid: 5933 components: - - type: Transform - pos: -55.682247,3.4220805 + - pos: -55.682247,3.4220805 parent: 34 + type: Transform - proto: BoxLightMixed entities: - uid: 11091 components: - - type: Transform - pos: 6.7546015,-18.306509 + - pos: 6.7546015,-18.306509 parent: 34 + type: Transform - proto: BoxMouthSwab entities: - uid: 2670 components: - - type: Transform - pos: -1.7050788,-36.142494 + - pos: -1.7050788,-36.142494 parent: 34 + type: Transform - proto: BriefcaseBrown entities: - uid: 10527 components: - - type: Transform - pos: 2.9504182,-47.99717 + - pos: 2.9504182,-47.99717 parent: 34 + type: Transform - proto: BriefcaseBrownFilled entities: - uid: 10526 components: - - type: Transform - pos: 5.1839876,13.791559 + - pos: 5.1839876,13.791559 parent: 34 + type: Transform - proto: BrigTimer entities: - uid: 3514 components: - - type: Transform - pos: 19.5,-8.5 + - pos: 19.5,-8.5 parent: 34 - - type: SignalTimer - label: COMM - - type: DeviceLinkSource - linkedPorts: + type: Transform + - label: COMM + type: SignalTimer + - linkedPorts: 3391: - Start: Close - Timer: Open @@ -7347,21587 +7346,21619 @@ entities: - Start: Close - Timer: Open - Timer: AutoClose + type: DeviceLinkSource - proto: Brutepack entities: - uid: 1366 components: - - type: Transform - pos: 3.3347142,-31.52173 + - pos: 3.3347142,-31.52173 parent: 34 + type: Transform - uid: 5879 components: - - type: Transform - pos: -49.6156,6.6717114 + - pos: -49.6156,6.6717114 parent: 34 + type: Transform - uid: 8328 components: - - type: Transform - pos: 19.563652,-20.443884 + - pos: 19.563652,-20.443884 parent: 34 + type: Transform - proto: Bucket entities: - uid: 3076 components: - - type: Transform - pos: -17.8019,2.7929726 + - pos: -17.8019,2.7929726 parent: 34 + type: Transform - uid: 3307 components: - - type: Transform - pos: -17.6769,2.4594078 + - pos: -17.6769,2.4594078 parent: 34 + type: Transform - uid: 4715 components: - - type: Transform - pos: 37.16463,5.0502324 + - pos: 37.16463,5.0502324 parent: 34 + type: Transform - uid: 8230 components: - - type: Transform - pos: 4.461566,-19.972683 + - pos: 4.461566,-19.972683 parent: 34 + type: Transform - uid: 10753 components: - - type: Transform - pos: -49.28929,-18.668879 + - pos: -49.28929,-18.668879 parent: 34 + type: Transform - proto: CableApcExtension entities: - uid: 21 components: - - type: Transform - pos: -4.5,-25.5 + - pos: -4.5,-25.5 parent: 34 + type: Transform - uid: 53 components: - - type: Transform - pos: 42.5,-9.5 + - pos: 42.5,-9.5 parent: 34 + type: Transform - uid: 58 components: - - type: Transform - pos: -47.5,-37.5 + - pos: -47.5,-37.5 parent: 34 + type: Transform - uid: 65 components: - - type: Transform - pos: -47.5,-39.5 + - pos: -47.5,-39.5 parent: 34 + type: Transform - uid: 79 components: - - type: Transform - pos: -14.5,-31.5 + - pos: -14.5,-31.5 parent: 34 + type: Transform - uid: 97 components: - - type: Transform - pos: -4.5,-24.5 + - pos: -4.5,-24.5 parent: 34 + type: Transform - uid: 98 components: - - type: Transform - pos: -4.5,-26.5 + - pos: -4.5,-26.5 parent: 34 + type: Transform - uid: 110 components: - - type: Transform - pos: -4.5,-27.5 + - pos: -4.5,-27.5 parent: 34 + type: Transform - uid: 113 components: - - type: Transform - pos: -18.5,-41.5 + - pos: -18.5,-41.5 parent: 34 + type: Transform - uid: 118 components: - - type: Transform - pos: -4.5,-28.5 + - pos: -4.5,-28.5 parent: 34 + type: Transform - uid: 119 components: - - type: Transform - pos: -46.5,-37.5 + - pos: -46.5,-37.5 parent: 34 + type: Transform - uid: 122 components: - - type: Transform - pos: -48.5,-37.5 + - pos: -48.5,-37.5 parent: 34 + type: Transform - uid: 263 components: - - type: Transform - pos: -20.5,-31.5 + - pos: -20.5,-31.5 parent: 34 + type: Transform - uid: 272 components: - - type: Transform - pos: 42.5,-0.5 + - pos: 42.5,-0.5 parent: 34 + type: Transform - uid: 337 components: - - type: Transform - pos: -31.5,-26.5 + - pos: -31.5,-26.5 + parent: 34 + type: Transform + - uid: 376 + components: + - pos: -43.5,-21.5 parent: 34 + type: Transform - uid: 424 components: - - type: Transform - pos: 9.5,-17.5 + - pos: 9.5,-17.5 parent: 34 + type: Transform - uid: 453 components: - - type: Transform - pos: -2.5,-45.5 + - pos: -2.5,-45.5 parent: 34 + type: Transform - uid: 465 components: - - type: Transform - pos: 8.5,-16.5 + - pos: 8.5,-16.5 parent: 34 + type: Transform - uid: 556 components: - - type: Transform - pos: 9.5,-16.5 + - pos: 9.5,-16.5 parent: 34 + type: Transform - uid: 582 components: - - type: Transform - pos: -57.5,-10.5 + - pos: -57.5,-10.5 parent: 34 + type: Transform - uid: 695 components: - - type: Transform - pos: 42.5,-1.5 + - pos: 42.5,-1.5 parent: 34 + type: Transform - uid: 708 components: - - type: Transform - pos: -21.5,-41.5 + - pos: -21.5,-41.5 parent: 34 + type: Transform - uid: 724 components: - - type: Transform - pos: -50.5,-17.5 + - pos: -50.5,-17.5 parent: 34 + type: Transform - uid: 773 components: - - type: Transform - pos: -30.5,-26.5 + - pos: -30.5,-26.5 parent: 34 + type: Transform - uid: 801 components: - - type: Transform - pos: -12.5,-36.5 + - pos: -12.5,-36.5 parent: 34 + type: Transform - uid: 869 components: - - type: Transform - pos: 6.5,-14.5 + - pos: 6.5,-14.5 parent: 34 + type: Transform - uid: 896 components: - - type: Transform - pos: -37.5,-16.5 + - pos: -37.5,-16.5 parent: 34 + type: Transform - uid: 934 components: - - type: Transform - pos: -26.5,-9.5 + - pos: -26.5,-9.5 parent: 34 + type: Transform - uid: 935 components: - - type: Transform - pos: -26.5,-6.5 + - pos: -26.5,-6.5 parent: 34 + type: Transform - uid: 936 components: - - type: Transform - pos: -26.5,-4.5 + - pos: -26.5,-4.5 parent: 34 + type: Transform - uid: 946 components: - - type: Transform - pos: -21.5,-42.5 + - pos: -21.5,-42.5 parent: 34 + type: Transform - uid: 959 components: - - type: Transform - pos: -26.5,-5.5 + - pos: -26.5,-5.5 parent: 34 + type: Transform - uid: 960 components: - - type: Transform - pos: -26.5,-7.5 + - pos: -26.5,-7.5 parent: 34 + type: Transform - uid: 962 components: - - type: Transform - pos: -26.5,-8.5 + - pos: -26.5,-8.5 parent: 34 + type: Transform - uid: 986 components: - - type: Transform - pos: -3.5,-45.5 + - pos: -3.5,-45.5 parent: 34 + type: Transform - uid: 1011 components: - - type: Transform - pos: 0.5,-22.5 + - pos: 0.5,-22.5 parent: 34 + type: Transform - uid: 1029 components: - - type: Transform - pos: -30.5,-27.5 + - pos: -30.5,-27.5 parent: 34 + type: Transform - uid: 1030 components: - - type: Transform - pos: -0.5,-14.5 + - pos: -0.5,-14.5 parent: 34 + type: Transform - uid: 1033 components: - - type: Transform - pos: 45.5,-9.5 + - pos: 45.5,-9.5 parent: 34 + type: Transform - uid: 1034 components: - - type: Transform - pos: -30.5,-40.5 + - pos: -30.5,-40.5 parent: 34 + type: Transform - uid: 1036 components: - - type: Transform - pos: -10.5,-33.5 + - pos: -10.5,-33.5 parent: 34 + type: Transform - uid: 1056 components: - - type: Transform - pos: -13.5,-40.5 + - pos: -13.5,-40.5 parent: 34 + type: Transform - uid: 1065 components: - - type: Transform - pos: -25.5,-32.5 + - pos: -25.5,-32.5 parent: 34 + type: Transform - uid: 1103 components: - - type: Transform - pos: 40.5,-12.5 + - pos: 40.5,-12.5 parent: 34 + type: Transform - uid: 1111 components: - - type: Transform - pos: -24.5,-41.5 + - pos: -24.5,-41.5 parent: 34 + type: Transform - uid: 1141 components: - - type: Transform - pos: -25.5,-30.5 + - pos: -25.5,-30.5 parent: 34 + type: Transform - uid: 1148 components: - - type: Transform - pos: -54.5,-10.5 + - pos: -54.5,-10.5 parent: 34 + type: Transform - uid: 1156 components: - - type: Transform - pos: 49.5,-3.5 + - pos: 49.5,-3.5 parent: 34 + type: Transform - uid: 1221 components: - - type: Transform - pos: -22.5,-26.5 + - pos: -22.5,-26.5 parent: 34 + type: Transform - uid: 1225 components: - - type: Transform - pos: -20.5,-32.5 + - pos: -20.5,-32.5 parent: 34 + type: Transform - uid: 1231 components: - - type: Transform - pos: 48.5,0.5 + - pos: 48.5,0.5 parent: 34 + type: Transform - uid: 1235 components: - - type: Transform - pos: -21.5,-9.5 + - pos: -21.5,-9.5 parent: 34 + type: Transform - uid: 1236 components: - - type: Transform - pos: -23.5,-26.5 + - pos: -23.5,-26.5 parent: 34 + type: Transform - uid: 1237 components: - - type: Transform - pos: -28.5,-26.5 + - pos: -28.5,-26.5 parent: 34 + type: Transform - uid: 1238 components: - - type: Transform - pos: -25.5,-25.5 + - pos: -25.5,-25.5 parent: 34 + type: Transform - uid: 1239 components: - - type: Transform - pos: -21.5,-26.5 + - pos: -21.5,-26.5 parent: 34 + type: Transform - uid: 1240 components: - - type: Transform - pos: -25.5,-24.5 + - pos: -25.5,-24.5 parent: 34 + type: Transform - uid: 1241 components: - - type: Transform - pos: -41.5,-32.5 + - pos: -41.5,-32.5 parent: 34 + type: Transform - uid: 1243 components: - - type: Transform - pos: -45.5,-33.5 + - pos: -45.5,-33.5 parent: 34 + type: Transform - uid: 1244 components: - - type: Transform - pos: -19.5,-26.5 + - pos: -19.5,-26.5 parent: 34 + type: Transform - uid: 1245 components: - - type: Transform - pos: -43.5,-33.5 + - pos: -43.5,-33.5 parent: 34 + type: Transform - uid: 1246 components: - - type: Transform - pos: -44.5,-33.5 + - pos: -44.5,-33.5 parent: 34 + type: Transform - uid: 1247 components: - - type: Transform - pos: -41.5,-36.5 + - pos: -41.5,-36.5 parent: 34 + type: Transform - uid: 1248 components: - - type: Transform - pos: -42.5,-36.5 + - pos: -42.5,-36.5 parent: 34 + type: Transform - uid: 1249 components: - - type: Transform - pos: -43.5,-36.5 + - pos: -43.5,-36.5 parent: 34 + type: Transform - uid: 1250 components: - - type: Transform - pos: -43.5,-34.5 + - pos: -43.5,-34.5 parent: 34 + type: Transform - uid: 1251 components: - - type: Transform - pos: -43.5,-35.5 + - pos: -43.5,-35.5 parent: 34 + type: Transform - uid: 1253 components: - - type: Transform - pos: -46.5,-39.5 + - pos: -46.5,-39.5 parent: 34 + type: Transform - uid: 1294 components: - - type: Transform - pos: 6.5,-40.5 - parent: 34 - - uid: 1324 - components: - - type: Transform - pos: -54.5,-20.5 + - pos: 6.5,-40.5 parent: 34 + type: Transform - uid: 1370 components: - - type: Transform - pos: 6.5,-39.5 + - pos: 6.5,-39.5 parent: 34 + type: Transform - uid: 1373 components: - - type: Transform - pos: 30.5,-10.5 - parent: 34 - - uid: 1376 - components: - - type: Transform - pos: -45.5,-20.5 + - pos: 30.5,-10.5 parent: 34 + type: Transform - uid: 1379 components: - - type: Transform - pos: 6.5,-41.5 + - pos: 6.5,-41.5 parent: 34 + type: Transform - uid: 1381 components: - - type: Transform - pos: 0.5,-40.5 + - pos: 0.5,-40.5 parent: 34 + type: Transform - uid: 1383 components: - - type: Transform - pos: -0.5,-41.5 + - pos: -0.5,-41.5 parent: 34 + type: Transform - uid: 1386 components: - - type: Transform - pos: -0.5,-40.5 + - pos: -0.5,-40.5 parent: 34 + type: Transform - uid: 1389 components: - - type: Transform - pos: 1.5,-40.5 + - pos: 1.5,-40.5 parent: 34 + type: Transform - uid: 1392 components: - - type: Transform - pos: -21.5,-33.5 + - pos: -21.5,-33.5 parent: 34 + type: Transform - uid: 1395 components: - - type: Transform - pos: 48.5,-3.5 + - pos: 48.5,-3.5 parent: 34 + type: Transform - uid: 1494 components: - - type: Transform - pos: 32.5,-10.5 + - pos: 32.5,-10.5 parent: 34 + type: Transform - uid: 1524 components: - - type: Transform - pos: -45.5,-18.5 + - pos: -45.5,-18.5 + parent: 34 + type: Transform + - uid: 1549 + components: + - pos: -53.5,-12.5 parent: 34 + type: Transform - uid: 1550 components: - - type: Transform - pos: -22.5,-41.5 + - pos: -22.5,-41.5 parent: 34 + type: Transform - uid: 1554 components: - - type: Transform - pos: -15.5,-37.5 + - pos: -15.5,-37.5 parent: 34 + type: Transform - uid: 1559 components: - - type: Transform - pos: -13.5,-38.5 + - pos: -13.5,-38.5 parent: 34 + type: Transform - uid: 1581 components: - - type: Transform - pos: -29.5,-52.5 + - pos: -29.5,-52.5 parent: 34 + type: Transform - uid: 1582 components: - - type: Transform - pos: -29.5,-53.5 + - pos: -29.5,-53.5 parent: 34 + type: Transform - uid: 1584 components: - - type: Transform - pos: -29.5,-54.5 + - pos: -29.5,-54.5 parent: 34 + type: Transform - uid: 1585 components: - - type: Transform - pos: -29.5,-55.5 + - pos: -29.5,-55.5 parent: 34 + type: Transform - uid: 1586 components: - - type: Transform - pos: -29.5,-53.5 + - pos: -29.5,-53.5 parent: 34 + type: Transform - uid: 1595 components: - - type: Transform - pos: -14.5,-37.5 + - pos: -14.5,-37.5 parent: 34 + type: Transform - uid: 1617 components: - - type: Transform - pos: 49.5,0.5 + - pos: 49.5,0.5 parent: 34 + type: Transform - uid: 1659 components: - - type: Transform - pos: -43.5,-37.5 + - pos: -43.5,-37.5 parent: 34 + type: Transform - uid: 1660 components: - - type: Transform - pos: -43.5,-38.5 + - pos: -43.5,-38.5 parent: 34 + type: Transform - uid: 1661 components: - - type: Transform - pos: -43.5,-39.5 + - pos: -43.5,-39.5 parent: 34 + type: Transform - uid: 1662 components: - - type: Transform - pos: -43.5,-40.5 + - pos: -43.5,-40.5 parent: 34 + type: Transform - uid: 1663 components: - - type: Transform - pos: -43.5,-41.5 + - pos: -43.5,-41.5 parent: 34 + type: Transform - uid: 1664 components: - - type: Transform - pos: -43.5,-42.5 + - pos: -43.5,-42.5 parent: 34 + type: Transform - uid: 1665 components: - - type: Transform - pos: -44.5,-42.5 + - pos: -44.5,-42.5 parent: 34 + type: Transform - uid: 1666 components: - - type: Transform - pos: -45.5,-42.5 + - pos: -45.5,-42.5 parent: 34 + type: Transform - uid: 1667 components: - - type: Transform - pos: -46.5,-42.5 + - pos: -46.5,-42.5 parent: 34 + type: Transform - uid: 1668 components: - - type: Transform - pos: -47.5,-42.5 + - pos: -47.5,-42.5 parent: 34 + type: Transform - uid: 1669 components: - - type: Transform - pos: -48.5,-42.5 + - pos: -48.5,-42.5 parent: 34 + type: Transform - uid: 1670 components: - - type: Transform - pos: -49.5,-42.5 + - pos: -49.5,-42.5 parent: 34 + type: Transform - uid: 1671 components: - - type: Transform - pos: -50.5,-42.5 + - pos: -50.5,-42.5 parent: 34 + type: Transform - uid: 1672 components: - - type: Transform - pos: -51.5,-42.5 + - pos: -51.5,-42.5 parent: 34 + type: Transform - uid: 1673 components: - - type: Transform - pos: -52.5,-42.5 + - pos: -52.5,-42.5 parent: 34 + type: Transform - uid: 1674 components: - - type: Transform - pos: -52.5,-43.5 + - pos: -52.5,-43.5 parent: 34 + type: Transform - uid: 1675 components: - - type: Transform - pos: -52.5,-44.5 + - pos: -52.5,-44.5 parent: 34 + type: Transform - uid: 1676 components: - - type: Transform - pos: -52.5,-45.5 + - pos: -52.5,-45.5 parent: 34 + type: Transform - uid: 1677 components: - - type: Transform - pos: -52.5,-46.5 + - pos: -52.5,-46.5 parent: 34 + type: Transform - uid: 1678 components: - - type: Transform - pos: -52.5,-47.5 + - pos: -52.5,-47.5 parent: 34 + type: Transform - uid: 1679 components: - - type: Transform - pos: -52.5,-48.5 + - pos: -52.5,-48.5 parent: 34 + type: Transform - uid: 1680 components: - - type: Transform - pos: -52.5,-49.5 + - pos: -52.5,-49.5 parent: 34 + type: Transform - uid: 1681 components: - - type: Transform - pos: -51.5,-49.5 + - pos: -51.5,-49.5 parent: 34 + type: Transform - uid: 1682 components: - - type: Transform - pos: -50.5,-49.5 + - pos: -50.5,-49.5 parent: 34 + type: Transform - uid: 1683 components: - - type: Transform - pos: -49.5,-49.5 + - pos: -49.5,-49.5 parent: 34 + type: Transform - uid: 1684 components: - - type: Transform - pos: -51.5,-45.5 + - pos: -51.5,-45.5 parent: 34 + type: Transform - uid: 1685 components: - - type: Transform - pos: -50.5,-45.5 + - pos: -50.5,-45.5 parent: 34 + type: Transform - uid: 1686 components: - - type: Transform - pos: -49.5,-45.5 + - pos: -49.5,-45.5 parent: 34 + type: Transform - uid: 1687 components: - - type: Transform - pos: -49.5,-41.5 + - pos: -49.5,-41.5 parent: 34 + type: Transform - uid: 1688 components: - - type: Transform - pos: -44.5,-43.5 + - pos: -44.5,-43.5 parent: 34 + type: Transform - uid: 1689 components: - - type: Transform - pos: -44.5,-44.5 + - pos: -44.5,-44.5 parent: 34 + type: Transform - uid: 1690 components: - - type: Transform - pos: -44.5,-45.5 + - pos: -44.5,-45.5 parent: 34 + type: Transform - uid: 1691 components: - - type: Transform - pos: -44.5,-46.5 + - pos: -44.5,-46.5 parent: 34 + type: Transform - uid: 1692 components: - - type: Transform - pos: -44.5,-47.5 + - pos: -44.5,-47.5 parent: 34 + type: Transform - uid: 1693 components: - - type: Transform - pos: -44.5,-48.5 + - pos: -44.5,-48.5 parent: 34 + type: Transform - uid: 1694 components: - - type: Transform - pos: -43.5,-48.5 + - pos: -43.5,-48.5 parent: 34 + type: Transform - uid: 1695 components: - - type: Transform - pos: -42.5,-48.5 + - pos: -42.5,-48.5 parent: 34 + type: Transform - uid: 1696 components: - - type: Transform - pos: -41.5,-48.5 + - pos: -41.5,-48.5 parent: 34 + type: Transform - uid: 1697 components: - - type: Transform - pos: -40.5,-48.5 + - pos: -40.5,-48.5 parent: 34 + type: Transform - uid: 1698 components: - - type: Transform - pos: -40.5,-47.5 + - pos: -40.5,-47.5 parent: 34 + type: Transform - uid: 1699 components: - - type: Transform - pos: -40.5,-46.5 + - pos: -40.5,-46.5 parent: 34 + type: Transform - uid: 1700 components: - - type: Transform - pos: -40.5,-45.5 + - pos: -40.5,-45.5 parent: 34 + type: Transform - uid: 1701 components: - - type: Transform - pos: -40.5,-44.5 + - pos: -40.5,-44.5 parent: 34 + type: Transform - uid: 1702 components: - - type: Transform - pos: -40.5,-43.5 + - pos: -40.5,-43.5 parent: 34 + type: Transform - uid: 1703 components: - - type: Transform - pos: -40.5,-42.5 + - pos: -40.5,-42.5 parent: 34 + type: Transform - uid: 1704 components: - - type: Transform - pos: -40.5,-41.5 + - pos: -40.5,-41.5 parent: 34 + type: Transform - uid: 1705 components: - - type: Transform - pos: -40.5,-40.5 + - pos: -40.5,-40.5 parent: 34 + type: Transform - uid: 1706 components: - - type: Transform - pos: -41.5,-42.5 + - pos: -41.5,-42.5 parent: 34 + type: Transform - uid: 1707 components: - - type: Transform - pos: -42.5,-42.5 + - pos: -42.5,-42.5 parent: 34 + type: Transform - uid: 1708 components: - - type: Transform - pos: -39.5,-46.5 + - pos: -39.5,-46.5 parent: 34 + type: Transform - uid: 1709 components: - - type: Transform - pos: -38.5,-46.5 + - pos: -38.5,-46.5 parent: 34 + type: Transform - uid: 1710 components: - - type: Transform - pos: -37.5,-46.5 + - pos: -37.5,-46.5 parent: 34 + type: Transform - uid: 1711 components: - - type: Transform - pos: -39.5,-44.5 + - pos: -39.5,-44.5 parent: 34 + type: Transform - uid: 1712 components: - - type: Transform - pos: -38.5,-44.5 + - pos: -38.5,-44.5 parent: 34 + type: Transform - uid: 1713 components: - - type: Transform - pos: -37.5,-44.5 + - pos: -37.5,-44.5 parent: 34 + type: Transform - uid: 1714 components: - - type: Transform - pos: -37.5,-42.5 + - pos: -37.5,-42.5 parent: 34 + type: Transform - uid: 1715 components: - - type: Transform - pos: -38.5,-42.5 + - pos: -38.5,-42.5 parent: 34 + type: Transform - uid: 1716 components: - - type: Transform - pos: -39.5,-42.5 + - pos: -39.5,-42.5 parent: 34 + type: Transform - uid: 1717 components: - - type: Transform - pos: -39.5,-40.5 + - pos: -39.5,-40.5 parent: 34 + type: Transform - uid: 1718 components: - - type: Transform - pos: -38.5,-40.5 + - pos: -38.5,-40.5 parent: 34 + type: Transform - uid: 1719 components: - - type: Transform - pos: -37.5,-40.5 + - pos: -37.5,-40.5 parent: 34 + type: Transform - uid: 1727 components: - - type: Transform - pos: -46.5,-33.5 + - pos: -46.5,-33.5 parent: 34 + type: Transform - uid: 1728 components: - - type: Transform - pos: -44.5,-37.5 + - pos: -44.5,-37.5 parent: 34 + type: Transform - uid: 1729 components: - - type: Transform - pos: -45.5,-37.5 + - pos: -45.5,-37.5 parent: 34 + type: Transform - uid: 1730 components: - - type: Transform - pos: -42.5,-33.5 + - pos: -42.5,-33.5 parent: 34 + type: Transform - uid: 1731 components: - - type: Transform - pos: -41.5,-33.5 + - pos: -41.5,-33.5 parent: 34 + type: Transform - uid: 1732 components: - - type: Transform - pos: -40.5,-33.5 + - pos: -40.5,-33.5 parent: 34 + type: Transform - uid: 1733 components: - - type: Transform - pos: -39.5,-33.5 + - pos: -39.5,-33.5 parent: 34 + type: Transform - uid: 1734 components: - - type: Transform - pos: -38.5,-33.5 + - pos: -38.5,-33.5 parent: 34 + type: Transform - uid: 1735 components: - - type: Transform - pos: -44.5,-39.5 + - pos: -44.5,-39.5 parent: 34 + type: Transform - uid: 1736 components: - - type: Transform - pos: -45.5,-39.5 + - pos: -45.5,-39.5 parent: 34 + type: Transform - uid: 1737 components: - - type: Transform - pos: -40.5,-39.5 + - pos: -40.5,-39.5 parent: 34 + type: Transform - uid: 1738 components: - - type: Transform - pos: -24.5,-26.5 + - pos: -24.5,-26.5 parent: 34 + type: Transform - uid: 1746 components: - - type: Transform - pos: -29.5,-51.5 + - pos: -29.5,-51.5 parent: 34 + type: Transform - uid: 1781 components: - - type: Transform - pos: -39.5,-32.5 + - pos: -39.5,-32.5 parent: 34 + type: Transform - uid: 1782 components: - - type: Transform - pos: -39.5,-31.5 + - pos: -39.5,-31.5 parent: 34 + type: Transform - uid: 1783 components: - - type: Transform - pos: -39.5,-30.5 + - pos: -39.5,-30.5 parent: 34 + type: Transform - uid: 1784 components: - - type: Transform - pos: -38.5,-30.5 + - pos: -38.5,-30.5 parent: 34 + type: Transform - uid: 1785 components: - - type: Transform - pos: -40.5,-30.5 + - pos: -40.5,-30.5 parent: 34 + type: Transform - uid: 1786 components: - - type: Transform - pos: -41.5,-30.5 + - pos: -41.5,-30.5 parent: 34 + type: Transform - uid: 1787 components: - - type: Transform - pos: -42.5,-30.5 + - pos: -42.5,-30.5 parent: 34 + type: Transform - uid: 1788 components: - - type: Transform - pos: -43.5,-30.5 + - pos: -43.5,-30.5 parent: 34 + type: Transform - uid: 1789 components: - - type: Transform - pos: -44.5,-30.5 + - pos: -44.5,-30.5 parent: 34 + type: Transform - uid: 1790 components: - - type: Transform - pos: -45.5,-30.5 + - pos: -45.5,-30.5 parent: 34 + type: Transform - uid: 1791 components: - - type: Transform - pos: -45.5,-31.5 + - pos: -45.5,-31.5 parent: 34 + type: Transform - uid: 1792 components: - - type: Transform - pos: -45.5,-32.5 + - pos: -45.5,-32.5 parent: 34 + type: Transform - uid: 1803 components: - - type: Transform - pos: -29.5,-40.5 + - pos: -29.5,-40.5 + parent: 34 + type: Transform + - uid: 1815 + components: + - pos: -53.5,-13.5 parent: 34 + type: Transform - uid: 1817 components: - - type: Transform - pos: -15.5,-40.5 + - pos: -15.5,-40.5 parent: 34 + type: Transform - uid: 1823 components: - - type: Transform - pos: 41.5,-5.5 + - pos: 41.5,-5.5 + parent: 34 + type: Transform + - uid: 1833 + components: + - pos: -53.5,-14.5 parent: 34 + type: Transform - uid: 1843 components: - - type: Transform - pos: -25.5,-26.5 + - pos: -25.5,-26.5 parent: 34 + type: Transform - uid: 1845 components: - - type: Transform - pos: -20.5,-26.5 + - pos: -20.5,-26.5 parent: 34 + type: Transform - uid: 1868 components: - - type: Transform - pos: -29.5,-48.5 + - pos: -29.5,-48.5 parent: 34 + type: Transform - uid: 1872 components: - - type: Transform - pos: -29.5,-49.5 + - pos: -29.5,-49.5 parent: 34 + type: Transform - uid: 1883 components: - - type: Transform - pos: 50.5,-3.5 + - pos: 50.5,-3.5 parent: 34 + type: Transform - uid: 1911 components: - - type: Transform - pos: 17.5,-42.5 + - pos: 17.5,-42.5 parent: 34 + type: Transform - uid: 1920 components: - - type: Transform - pos: -51.5,-17.5 + - pos: -51.5,-17.5 parent: 34 + type: Transform - uid: 1932 components: - - type: Transform - pos: -11.5,-33.5 + - pos: -11.5,-33.5 + parent: 34 + type: Transform + - uid: 2074 + components: + - pos: -54.5,-15.5 + parent: 34 + type: Transform + - uid: 2076 + components: + - pos: -54.5,-18.5 parent: 34 + type: Transform - uid: 2086 components: - - type: Transform - pos: -29.5,-33.5 + - pos: -29.5,-33.5 parent: 34 + type: Transform - uid: 2091 components: - - type: Transform - pos: -28.5,-33.5 + - pos: -28.5,-33.5 parent: 34 + type: Transform - uid: 2151 components: - - type: Transform - pos: -29.5,-50.5 + - pos: -29.5,-50.5 parent: 34 + type: Transform - uid: 2217 components: - - type: Transform - pos: 41.5,-2.5 + - pos: 41.5,-2.5 parent: 34 + type: Transform - uid: 2396 components: - - type: Transform - pos: -44.5,-18.5 + - pos: -44.5,-18.5 + parent: 34 + type: Transform + - uid: 2419 + components: + - pos: -54.5,-16.5 parent: 34 + type: Transform - uid: 2421 components: - - type: Transform - pos: -46.5,-17.5 + - pos: -46.5,-17.5 parent: 34 + type: Transform - uid: 2422 components: - - type: Transform - pos: -46.5,-18.5 + - pos: -46.5,-18.5 parent: 34 + type: Transform - uid: 2432 components: - - type: Transform - pos: -29.5,-47.5 + - pos: -29.5,-47.5 + parent: 34 + type: Transform + - uid: 2510 + components: + - pos: -54.5,-20.5 + parent: 34 + type: Transform + - uid: 2512 + components: + - pos: -54.5,-19.5 parent: 34 + type: Transform - uid: 2515 components: - - type: Transform - pos: 9.5,4.5 + - pos: 9.5,4.5 parent: 34 + type: Transform - uid: 2524 components: - - type: Transform - pos: -56.5,-10.5 + - pos: -56.5,-10.5 parent: 34 + type: Transform - uid: 2554 components: - - type: Transform - pos: -34.5,-31.5 + - pos: -34.5,-31.5 parent: 34 + type: Transform - uid: 2556 components: - - type: Transform - pos: -34.5,-32.5 + - pos: -34.5,-32.5 parent: 34 + type: Transform - uid: 2557 components: - - type: Transform - pos: -34.5,-33.5 + - pos: -34.5,-33.5 parent: 34 + type: Transform - uid: 2558 components: - - type: Transform - pos: -34.5,-34.5 + - pos: -34.5,-34.5 parent: 34 + type: Transform - uid: 2559 components: - - type: Transform - pos: -34.5,-35.5 + - pos: -34.5,-35.5 parent: 34 + type: Transform - uid: 2560 components: - - type: Transform - pos: -34.5,-36.5 + - pos: -34.5,-36.5 parent: 34 + type: Transform - uid: 2564 components: - - type: Transform - pos: -29.5,-45.5 + - pos: -29.5,-45.5 parent: 34 + type: Transform - uid: 2570 components: - - type: Transform - pos: -54.5,-24.5 + - pos: -54.5,-24.5 parent: 34 + type: Transform - uid: 2592 components: - - type: Transform - pos: -49.5,-28.5 + - pos: -49.5,-28.5 parent: 34 + type: Transform - uid: 2594 components: - - type: Transform - pos: -51.5,-28.5 + - pos: -51.5,-28.5 parent: 34 + type: Transform - uid: 2603 components: - - type: Transform - pos: -54.5,-28.5 + - pos: -54.5,-28.5 parent: 34 + type: Transform - uid: 2604 components: - - type: Transform - pos: -54.5,-27.5 + - pos: -54.5,-27.5 parent: 34 + type: Transform - uid: 2605 components: - - type: Transform - pos: -54.5,-26.5 + - pos: -54.5,-26.5 parent: 34 + type: Transform - uid: 2688 components: - - type: Transform - pos: -53.5,-39.5 + - pos: -53.5,-39.5 parent: 34 + type: Transform - uid: 2702 components: - - type: Transform - pos: 13.5,-43.5 + - pos: 13.5,-43.5 parent: 34 + type: Transform - uid: 2726 components: - - type: Transform - pos: 11.5,-30.5 + - pos: 11.5,-30.5 parent: 34 + type: Transform - uid: 2802 components: - - type: Transform - pos: 8.5,-13.5 + - pos: 8.5,-13.5 parent: 34 + type: Transform - uid: 2803 components: - - type: Transform - pos: 0.5,-15.5 + - pos: 0.5,-15.5 parent: 34 + type: Transform - uid: 2804 components: - - type: Transform - pos: 8.5,-19.5 + - pos: 8.5,-19.5 parent: 34 + type: Transform - uid: 2805 components: - - type: Transform - pos: 8.5,-11.5 + - pos: 8.5,-11.5 parent: 34 + type: Transform - uid: 2862 components: - - type: Transform - pos: -15.5,-6.5 + - pos: -15.5,-6.5 parent: 34 + type: Transform - uid: 2863 components: - - type: Transform - pos: -15.5,-7.5 + - pos: -15.5,-7.5 parent: 34 + type: Transform - uid: 2864 components: - - type: Transform - pos: -16.5,-7.5 + - pos: -16.5,-7.5 parent: 34 + type: Transform - uid: 2865 components: - - type: Transform - pos: -17.5,-7.5 + - pos: -17.5,-7.5 parent: 34 + type: Transform - uid: 2866 components: - - type: Transform - pos: -18.5,-7.5 + - pos: -18.5,-7.5 parent: 34 + type: Transform - uid: 2867 components: - - type: Transform - pos: -19.5,-7.5 + - pos: -19.5,-7.5 parent: 34 + type: Transform - uid: 2868 components: - - type: Transform - pos: -19.5,-6.5 + - pos: -19.5,-6.5 parent: 34 + type: Transform - uid: 2869 components: - - type: Transform - pos: -19.5,-5.5 + - pos: -19.5,-5.5 parent: 34 + type: Transform - uid: 2870 components: - - type: Transform - pos: -19.5,-4.5 + - pos: -19.5,-4.5 parent: 34 + type: Transform - uid: 2871 components: - - type: Transform - pos: -18.5,-4.5 + - pos: -18.5,-4.5 parent: 34 + type: Transform - uid: 2872 components: - - type: Transform - pos: -17.5,-4.5 + - pos: -17.5,-4.5 parent: 34 + type: Transform - uid: 2873 components: - - type: Transform - pos: -16.5,-4.5 + - pos: -16.5,-4.5 parent: 34 + type: Transform - uid: 2874 components: - - type: Transform - pos: -15.5,-4.5 + - pos: -15.5,-4.5 parent: 34 + type: Transform - uid: 2875 components: - - type: Transform - pos: -14.5,-4.5 + - pos: -14.5,-4.5 parent: 34 + type: Transform - uid: 2876 components: - - type: Transform - pos: -13.5,-4.5 + - pos: -13.5,-4.5 parent: 34 + type: Transform - uid: 2877 components: - - type: Transform - pos: -12.5,-4.5 + - pos: -12.5,-4.5 parent: 34 + type: Transform - uid: 2878 components: - - type: Transform - pos: -11.5,-4.5 + - pos: -11.5,-4.5 parent: 34 + type: Transform - uid: 2879 components: - - type: Transform - pos: -10.5,-4.5 + - pos: -10.5,-4.5 parent: 34 + type: Transform - uid: 2880 components: - - type: Transform - pos: -9.5,-4.5 + - pos: -9.5,-4.5 parent: 34 + type: Transform - uid: 2881 components: - - type: Transform - pos: -9.5,-5.5 + - pos: -9.5,-5.5 parent: 34 + type: Transform - uid: 2882 components: - - type: Transform - pos: -9.5,-6.5 + - pos: -9.5,-6.5 parent: 34 + type: Transform - uid: 2883 components: - - type: Transform - pos: -9.5,-7.5 + - pos: -9.5,-7.5 parent: 34 + type: Transform - uid: 2884 components: - - type: Transform - pos: -9.5,-8.5 + - pos: -9.5,-8.5 parent: 34 + type: Transform - uid: 2885 components: - - type: Transform - pos: -10.5,-8.5 + - pos: -10.5,-8.5 parent: 34 + type: Transform - uid: 2886 components: - - type: Transform - pos: -11.5,-8.5 + - pos: -11.5,-8.5 parent: 34 + type: Transform - uid: 2887 components: - - type: Transform - pos: -12.5,-8.5 + - pos: -12.5,-8.5 parent: 34 + type: Transform - uid: 2888 components: - - type: Transform - pos: -13.5,-8.5 + - pos: -13.5,-8.5 parent: 34 + type: Transform - uid: 2889 components: - - type: Transform - pos: -14.5,-8.5 + - pos: -14.5,-8.5 parent: 34 + type: Transform - uid: 2890 components: - - type: Transform - pos: -15.5,-8.5 + - pos: -15.5,-8.5 parent: 34 + type: Transform - uid: 2891 components: - - type: Transform - pos: -8.5,-8.5 + - pos: -8.5,-8.5 parent: 34 + type: Transform - uid: 2892 components: - - type: Transform - pos: -8.5,-4.5 + - pos: -8.5,-4.5 parent: 34 + type: Transform - uid: 2893 components: - - type: Transform - pos: 8.5,-12.5 + - pos: 8.5,-12.5 parent: 34 + type: Transform - uid: 2894 components: - - type: Transform - pos: 9.5,-19.5 + - pos: 9.5,-19.5 parent: 34 + type: Transform - uid: 2895 components: - - type: Transform - pos: -0.5,-15.5 + - pos: -0.5,-15.5 parent: 34 + type: Transform - uid: 2896 components: - - type: Transform - pos: 8.5,-14.5 + - pos: 8.5,-14.5 parent: 34 + type: Transform - uid: 2913 components: - - type: Transform - pos: -7.5,-31.5 + - pos: -7.5,-31.5 parent: 34 + type: Transform - uid: 2914 components: - - type: Transform - pos: -7.5,-37.5 + - pos: -7.5,-37.5 parent: 34 + type: Transform - uid: 2915 components: - - type: Transform - pos: -5.5,-47.5 + - pos: -5.5,-47.5 parent: 34 + type: Transform - uid: 2916 components: - - type: Transform - pos: -4.5,-47.5 + - pos: -4.5,-47.5 parent: 34 + type: Transform - uid: 2918 components: - - type: Transform - pos: -4.5,-46.5 + - pos: -4.5,-46.5 parent: 34 + type: Transform - uid: 2919 components: - - type: Transform - pos: -7.5,-47.5 + - pos: -7.5,-47.5 parent: 34 + type: Transform - uid: 2920 components: - - type: Transform - pos: 0.5,-21.5 + - pos: 0.5,-21.5 parent: 34 + type: Transform - uid: 2987 components: - - type: Transform - pos: -8.5,-13.5 + - pos: -8.5,-13.5 parent: 34 + type: Transform - uid: 2991 components: - - type: Transform - pos: -15.5,-13.5 + - pos: -15.5,-13.5 parent: 34 + type: Transform - uid: 2992 components: - - type: Transform - pos: -14.5,-13.5 + - pos: -14.5,-13.5 parent: 34 + type: Transform - uid: 2993 components: - - type: Transform - pos: -13.5,-13.5 + - pos: -13.5,-13.5 parent: 34 + type: Transform - uid: 2994 components: - - type: Transform - pos: -12.5,-13.5 + - pos: -12.5,-13.5 parent: 34 + type: Transform - uid: 2995 components: - - type: Transform - pos: -11.5,-13.5 + - pos: -11.5,-13.5 parent: 34 + type: Transform - uid: 2996 components: - - type: Transform - pos: -10.5,-13.5 + - pos: -10.5,-13.5 parent: 34 + type: Transform - uid: 2997 components: - - type: Transform - pos: -9.5,-13.5 + - pos: -9.5,-13.5 parent: 34 + type: Transform - uid: 2998 components: - - type: Transform - pos: -7.5,-13.5 + - pos: -7.5,-13.5 parent: 34 + type: Transform - uid: 2999 components: - - type: Transform - pos: -6.5,-13.5 + - pos: -6.5,-13.5 parent: 34 + type: Transform - uid: 3000 components: - - type: Transform - pos: -5.5,-13.5 + - pos: -5.5,-13.5 parent: 34 + type: Transform - uid: 3001 components: - - type: Transform - pos: -5.5,-14.5 + - pos: -5.5,-14.5 parent: 34 + type: Transform - uid: 3002 components: - - type: Transform - pos: -5.5,-15.5 + - pos: -5.5,-15.5 parent: 34 + type: Transform - uid: 3003 components: - - type: Transform - pos: -5.5,-16.5 + - pos: -5.5,-16.5 parent: 34 + type: Transform - uid: 3004 components: - - type: Transform - pos: -5.5,-17.5 + - pos: -5.5,-17.5 parent: 34 + type: Transform - uid: 3005 components: - - type: Transform - pos: -5.5,-18.5 + - pos: -5.5,-18.5 parent: 34 + type: Transform - uid: 3006 components: - - type: Transform - pos: -5.5,-19.5 + - pos: -5.5,-19.5 parent: 34 + type: Transform - uid: 3007 components: - - type: Transform - pos: -6.5,-19.5 + - pos: -6.5,-19.5 parent: 34 + type: Transform - uid: 3008 components: - - type: Transform - pos: -7.5,-19.5 + - pos: -7.5,-19.5 parent: 34 + type: Transform - uid: 3009 components: - - type: Transform - pos: -8.5,-19.5 + - pos: -8.5,-19.5 parent: 34 + type: Transform - uid: 3010 components: - - type: Transform - pos: -9.5,-19.5 + - pos: -9.5,-19.5 parent: 34 + type: Transform - uid: 3011 components: - - type: Transform - pos: -10.5,-19.5 + - pos: -10.5,-19.5 parent: 34 + type: Transform - uid: 3012 components: - - type: Transform - pos: -11.5,-19.5 + - pos: -11.5,-19.5 parent: 34 + type: Transform - uid: 3013 components: - - type: Transform - pos: -11.5,-18.5 + - pos: -11.5,-18.5 parent: 34 + type: Transform - uid: 3014 components: - - type: Transform - pos: -11.5,-17.5 + - pos: -11.5,-17.5 parent: 34 + type: Transform - uid: 3015 components: - - type: Transform - pos: -11.5,-16.5 + - pos: -11.5,-16.5 parent: 34 + type: Transform - uid: 3016 components: - - type: Transform - pos: -11.5,-15.5 + - pos: -11.5,-15.5 parent: 34 + type: Transform - uid: 3017 components: - - type: Transform - pos: -11.5,-14.5 + - pos: -11.5,-14.5 parent: 34 + type: Transform - uid: 3018 components: - - type: Transform - pos: -11.5,-20.5 + - pos: -11.5,-20.5 parent: 34 + type: Transform - uid: 3019 components: - - type: Transform - pos: -11.5,-21.5 + - pos: -11.5,-21.5 parent: 34 + type: Transform - uid: 3020 components: - - type: Transform - pos: -5.5,-20.5 + - pos: -5.5,-20.5 parent: 34 + type: Transform - uid: 3021 components: - - type: Transform - pos: -5.5,-21.5 + - pos: -5.5,-21.5 parent: 34 + type: Transform - uid: 3022 components: - - type: Transform - pos: -4.5,-13.5 + - pos: -4.5,-13.5 parent: 34 + type: Transform - uid: 3023 components: - - type: Transform - pos: -4.5,-12.5 + - pos: -4.5,-12.5 parent: 34 + type: Transform - uid: 3024 components: - - type: Transform - pos: -4.5,-11.5 + - pos: -4.5,-11.5 parent: 34 + type: Transform - uid: 3025 components: - - type: Transform - pos: -4.5,-10.5 + - pos: -4.5,-10.5 parent: 34 + type: Transform - uid: 3026 components: - - type: Transform - pos: -4.5,-9.5 + - pos: -4.5,-9.5 parent: 34 + type: Transform - uid: 3027 components: - - type: Transform - pos: -4.5,-8.5 + - pos: -4.5,-8.5 parent: 34 + type: Transform - uid: 3028 components: - - type: Transform - pos: -4.5,-7.5 + - pos: -4.5,-7.5 parent: 34 + type: Transform - uid: 3029 components: - - type: Transform - pos: -4.5,-6.5 + - pos: -4.5,-6.5 parent: 34 + type: Transform - uid: 3030 components: - - type: Transform - pos: -4.5,-5.5 + - pos: -4.5,-5.5 parent: 34 + type: Transform - uid: 3032 components: - - type: Transform - pos: -14.5,-12.5 + - pos: -14.5,-12.5 parent: 34 + type: Transform - uid: 3033 components: - - type: Transform - pos: -14.5,-11.5 + - pos: -14.5,-11.5 parent: 34 + type: Transform - uid: 3034 components: - - type: Transform - pos: -15.5,-11.5 + - pos: -15.5,-11.5 parent: 34 + type: Transform - uid: 3035 components: - - type: Transform - pos: -16.5,-11.5 + - pos: -16.5,-11.5 parent: 34 + type: Transform - uid: 3036 components: - - type: Transform - pos: -17.5,-11.5 + - pos: -17.5,-11.5 parent: 34 + type: Transform - uid: 3037 components: - - type: Transform - pos: -18.5,-11.5 + - pos: -18.5,-11.5 parent: 34 + type: Transform - uid: 3039 components: - - type: Transform - pos: -20.5,-17.5 + - pos: -20.5,-17.5 parent: 34 + type: Transform - uid: 3040 components: - - type: Transform - pos: -17.5,-18.5 + - pos: -17.5,-18.5 parent: 34 + type: Transform - uid: 3041 components: - - type: Transform - pos: -18.5,-18.5 + - pos: -18.5,-18.5 parent: 34 + type: Transform - uid: 3042 components: - - type: Transform - pos: -18.5,-17.5 + - pos: -18.5,-17.5 parent: 34 + type: Transform - uid: 3043 components: - - type: Transform - pos: -17.5,-17.5 + - pos: -17.5,-17.5 parent: 34 + type: Transform - uid: 3044 components: - - type: Transform - pos: -12.5,-21.5 + - pos: -12.5,-21.5 parent: 34 + type: Transform - uid: 3045 components: - - type: Transform - pos: -13.5,-21.5 + - pos: -13.5,-21.5 parent: 34 + type: Transform - uid: 3046 components: - - type: Transform - pos: -14.5,-21.5 + - pos: -14.5,-21.5 parent: 34 + type: Transform - uid: 3047 components: - - type: Transform - pos: -6.5,-21.5 + - pos: -6.5,-21.5 parent: 34 + type: Transform - uid: 3048 components: - - type: Transform - pos: -7.5,-21.5 + - pos: -7.5,-21.5 parent: 34 + type: Transform - uid: 3049 components: - - type: Transform - pos: -10.5,-21.5 + - pos: -10.5,-21.5 parent: 34 + type: Transform - uid: 3050 components: - - type: Transform - pos: -4.5,-21.5 + - pos: -4.5,-21.5 parent: 34 + type: Transform - uid: 3051 components: - - type: Transform - pos: -4.5,-22.5 + - pos: -4.5,-22.5 parent: 34 + type: Transform - uid: 3052 components: - - type: Transform - pos: -4.5,-23.5 + - pos: -4.5,-23.5 parent: 34 + type: Transform - uid: 3054 components: - - type: Transform - pos: -6.5,-47.5 + - pos: -6.5,-47.5 parent: 34 + type: Transform - uid: 3055 components: - - type: Transform - pos: -8.5,-47.5 + - pos: -8.5,-47.5 parent: 34 + type: Transform - uid: 3056 components: - - type: Transform - pos: -9.5,-47.5 + - pos: -9.5,-47.5 parent: 34 + type: Transform - uid: 3063 components: - - type: Transform - pos: 5.5,-18.5 + - pos: 5.5,-18.5 parent: 34 + type: Transform - uid: 3064 components: - - type: Transform - pos: 5.5,-20.5 + - pos: 5.5,-20.5 parent: 34 + type: Transform - uid: 3065 components: - - type: Transform - pos: 5.5,-21.5 + - pos: 5.5,-21.5 parent: 34 + type: Transform - uid: 3067 components: - - type: Transform - pos: 1.5,-18.5 + - pos: 1.5,-18.5 parent: 34 + type: Transform - uid: 3068 components: - - type: Transform - pos: 0.5,-18.5 + - pos: 0.5,-18.5 parent: 34 + type: Transform - uid: 3069 components: - - type: Transform - pos: -0.5,-18.5 + - pos: -0.5,-18.5 parent: 34 + type: Transform - uid: 3070 components: - - type: Transform - pos: -0.5,-19.5 + - pos: -0.5,-19.5 parent: 34 + type: Transform - uid: 3071 components: - - type: Transform - pos: 0.5,-19.5 + - pos: 0.5,-19.5 parent: 34 + type: Transform - uid: 3072 components: - - type: Transform - pos: 6.5,-18.5 + - pos: 6.5,-18.5 parent: 34 + type: Transform - uid: 3079 components: - - type: Transform - pos: 5.5,-19.5 + - pos: 5.5,-19.5 parent: 34 + type: Transform - uid: 3081 components: - - type: Transform - pos: 6.5,-15.5 + - pos: 6.5,-15.5 parent: 34 + type: Transform - uid: 3082 components: - - type: Transform - pos: 5.5,-15.5 + - pos: 5.5,-15.5 parent: 34 + type: Transform - uid: 3083 components: - - type: Transform - pos: 4.5,-15.5 + - pos: 4.5,-15.5 parent: 34 + type: Transform - uid: 3084 components: - - type: Transform - pos: 3.5,-15.5 + - pos: 3.5,-15.5 parent: 34 + type: Transform - uid: 3085 components: - - type: Transform - pos: 2.5,-15.5 + - pos: 2.5,-15.5 parent: 34 + type: Transform - uid: 3086 components: - - type: Transform - pos: 1.5,-15.5 + - pos: 1.5,-15.5 parent: 34 + type: Transform - uid: 3087 components: - - type: Transform - pos: 1.5,-19.5 + - pos: 1.5,-19.5 parent: 34 + type: Transform - uid: 3089 components: - - type: Transform - pos: 9.5,-18.5 + - pos: 9.5,-18.5 parent: 34 + type: Transform - uid: 3090 components: - - type: Transform - pos: 8.5,-15.5 + - pos: 8.5,-15.5 parent: 34 + type: Transform - uid: 3091 components: - - type: Transform - pos: -30.5,-16.5 + - pos: -30.5,-16.5 parent: 34 + type: Transform - uid: 3092 components: - - type: Transform - pos: -29.5,-16.5 + - pos: -29.5,-16.5 parent: 34 + type: Transform - uid: 3093 components: - - type: Transform - pos: -28.5,-16.5 + - pos: -28.5,-16.5 parent: 34 + type: Transform - uid: 3094 components: - - type: Transform - pos: -27.5,-16.5 + - pos: -27.5,-16.5 parent: 34 + type: Transform - uid: 3095 components: - - type: Transform - pos: -26.5,-16.5 + - pos: -26.5,-16.5 parent: 34 + type: Transform - uid: 3096 components: - - type: Transform - pos: -25.5,-16.5 + - pos: -25.5,-16.5 parent: 34 + type: Transform - uid: 3097 components: - - type: Transform - pos: -29.5,-17.5 + - pos: -29.5,-17.5 parent: 34 + type: Transform - uid: 3098 components: - - type: Transform - pos: -29.5,-18.5 + - pos: -29.5,-18.5 parent: 34 + type: Transform - uid: 3099 components: - - type: Transform - pos: -30.5,-18.5 + - pos: -30.5,-18.5 parent: 34 + type: Transform - uid: 3100 components: - - type: Transform - pos: -31.5,-18.5 + - pos: -31.5,-18.5 parent: 34 + type: Transform - uid: 3101 components: - - type: Transform - pos: -32.5,-18.5 + - pos: -32.5,-18.5 parent: 34 + type: Transform - uid: 3102 components: - - type: Transform - pos: -33.5,-18.5 + - pos: -33.5,-18.5 parent: 34 + type: Transform - uid: 3103 components: - - type: Transform - pos: -34.5,-18.5 + - pos: -34.5,-18.5 parent: 34 + type: Transform - uid: 3104 components: - - type: Transform - pos: -34.5,-17.5 + - pos: -34.5,-17.5 parent: 34 + type: Transform - uid: 3105 components: - - type: Transform - pos: -34.5,-16.5 + - pos: -34.5,-16.5 parent: 34 + type: Transform - uid: 3106 components: - - type: Transform - pos: -34.5,-15.5 + - pos: -34.5,-15.5 parent: 34 + type: Transform - uid: 3107 components: - - type: Transform - pos: -34.5,-14.5 + - pos: -34.5,-14.5 parent: 34 + type: Transform - uid: 3108 components: - - type: Transform - pos: -29.5,-15.5 + - pos: -29.5,-15.5 parent: 34 + type: Transform - uid: 3109 components: - - type: Transform - pos: -30.5,-14.5 + - pos: -30.5,-14.5 parent: 34 + type: Transform - uid: 3110 components: - - type: Transform - pos: -29.5,-14.5 + - pos: -29.5,-14.5 parent: 34 + type: Transform - uid: 3111 components: - - type: Transform - pos: -34.5,-10.5 + - pos: -34.5,-10.5 parent: 34 + type: Transform - uid: 3112 components: - - type: Transform - pos: -34.5,-9.5 + - pos: -34.5,-9.5 parent: 34 + type: Transform - uid: 3113 components: - - type: Transform - pos: -33.5,-10.5 + - pos: -33.5,-10.5 parent: 34 + type: Transform - uid: 3114 components: - - type: Transform - pos: -32.5,-10.5 + - pos: -32.5,-10.5 parent: 34 + type: Transform - uid: 3115 components: - - type: Transform - pos: -31.5,-10.5 + - pos: -31.5,-10.5 parent: 34 + type: Transform - uid: 3116 components: - - type: Transform - pos: -30.5,-10.5 + - pos: -30.5,-10.5 parent: 34 + type: Transform - uid: 3117 components: - - type: Transform - pos: -30.5,-9.5 + - pos: -30.5,-9.5 parent: 34 + type: Transform - uid: 3118 components: - - type: Transform - pos: -30.5,-8.5 + - pos: -30.5,-8.5 parent: 34 + type: Transform - uid: 3119 components: - - type: Transform - pos: -30.5,-7.5 + - pos: -30.5,-7.5 parent: 34 + type: Transform - uid: 3120 components: - - type: Transform - pos: -30.5,-6.5 + - pos: -30.5,-6.5 parent: 34 + type: Transform - uid: 3121 components: - - type: Transform - pos: -30.5,-5.5 + - pos: -30.5,-5.5 parent: 34 + type: Transform - uid: 3122 components: - - type: Transform - pos: -31.5,-5.5 + - pos: -31.5,-5.5 parent: 34 + type: Transform - uid: 3123 components: - - type: Transform - pos: -32.5,-5.5 + - pos: -32.5,-5.5 parent: 34 + type: Transform - uid: 3124 components: - - type: Transform - pos: -33.5,-5.5 + - pos: -33.5,-5.5 parent: 34 + type: Transform - uid: 3125 components: - - type: Transform - pos: -34.5,-5.5 + - pos: -34.5,-5.5 parent: 34 + type: Transform - uid: 3126 components: - - type: Transform - pos: -34.5,-4.5 + - pos: -34.5,-4.5 parent: 34 + type: Transform - uid: 3127 components: - - type: Transform - pos: -30.5,-4.5 + - pos: -30.5,-4.5 parent: 34 + type: Transform - uid: 3128 components: - - type: Transform - pos: -29.5,-10.5 + - pos: -29.5,-10.5 parent: 34 + type: Transform - uid: 3129 components: - - type: Transform - pos: -28.5,-10.5 + - pos: -28.5,-10.5 parent: 34 + type: Transform - uid: 3130 components: - - type: Transform - pos: -27.5,-10.5 + - pos: -27.5,-10.5 parent: 34 + type: Transform - uid: 3131 components: - - type: Transform - pos: -26.5,-10.5 + - pos: -26.5,-10.5 parent: 34 + type: Transform - uid: 3132 components: - - type: Transform - pos: -31.5,-7.5 + - pos: -31.5,-7.5 parent: 34 + type: Transform - uid: 3133 components: - - type: Transform - pos: -32.5,-7.5 + - pos: -32.5,-7.5 parent: 34 + type: Transform - uid: 3134 components: - - type: Transform - pos: -31.5,-14.5 + - pos: -31.5,-14.5 parent: 34 + type: Transform - uid: 3135 components: - - type: Transform - pos: -28.5,-18.5 + - pos: -28.5,-18.5 parent: 34 + type: Transform - uid: 3136 components: - - type: Transform - pos: -27.5,-18.5 + - pos: -27.5,-18.5 parent: 34 + type: Transform - uid: 3137 components: - - type: Transform - pos: -26.5,-18.5 + - pos: -26.5,-18.5 parent: 34 + type: Transform - uid: 3138 components: - - type: Transform - pos: -25.5,-18.5 + - pos: -25.5,-18.5 parent: 34 + type: Transform - uid: 3139 components: - - type: Transform - pos: -28.5,-14.5 + - pos: -28.5,-14.5 parent: 34 + type: Transform - uid: 3140 components: - - type: Transform - pos: -27.5,-14.5 + - pos: -27.5,-14.5 parent: 34 + type: Transform - uid: 3141 components: - - type: Transform - pos: -26.5,-14.5 + - pos: -26.5,-14.5 parent: 34 + type: Transform - uid: 3142 components: - - type: Transform - pos: -25.5,-14.5 + - pos: -25.5,-14.5 parent: 34 + type: Transform - uid: 3144 components: - - type: Transform - pos: -21.5,-10.5 + - pos: -21.5,-10.5 parent: 34 + type: Transform - uid: 3145 components: - - type: Transform - pos: -18.5,-14.5 + - pos: -18.5,-14.5 parent: 34 + type: Transform - uid: 3146 components: - - type: Transform - pos: -22.5,-10.5 + - pos: -22.5,-10.5 parent: 34 + type: Transform - uid: 3147 components: - - type: Transform - pos: -22.5,-9.5 + - pos: -22.5,-9.5 parent: 34 + type: Transform - uid: 3148 components: - - type: Transform - pos: -22.5,-8.5 + - pos: -22.5,-8.5 parent: 34 + type: Transform - uid: 3149 components: - - type: Transform - pos: -22.5,-7.5 + - pos: -22.5,-7.5 parent: 34 + type: Transform - uid: 3150 components: - - type: Transform - pos: -22.5,-6.5 + - pos: -22.5,-6.5 parent: 34 + type: Transform - uid: 3151 components: - - type: Transform - pos: -22.5,-5.5 + - pos: -22.5,-5.5 parent: 34 + type: Transform - uid: 3152 components: - - type: Transform - pos: -22.5,-11.5 + - pos: -22.5,-11.5 parent: 34 + type: Transform - uid: 3153 components: - - type: Transform - pos: -21.5,-11.5 + - pos: -21.5,-11.5 parent: 34 + type: Transform - uid: 3154 components: - - type: Transform - pos: -21.5,-12.5 + - pos: -21.5,-12.5 parent: 34 + type: Transform - uid: 3155 components: - - type: Transform - pos: -21.5,-13.5 + - pos: -21.5,-13.5 parent: 34 + type: Transform - uid: 3156 components: - - type: Transform - pos: -21.5,-14.5 + - pos: -21.5,-14.5 parent: 34 + type: Transform - uid: 3157 components: - - type: Transform - pos: -21.5,-15.5 + - pos: -21.5,-15.5 parent: 34 + type: Transform - uid: 3158 components: - - type: Transform - pos: -21.5,-16.5 + - pos: -21.5,-16.5 parent: 34 + type: Transform - uid: 3159 components: - - type: Transform - pos: -21.5,-17.5 + - pos: -21.5,-17.5 parent: 34 + type: Transform - uid: 3160 components: - - type: Transform - pos: -19.5,-17.5 + - pos: -19.5,-17.5 parent: 34 + type: Transform - uid: 3161 components: - - type: Transform - pos: -18.5,-13.5 + - pos: -18.5,-13.5 parent: 34 + type: Transform - uid: 3162 components: - - type: Transform - pos: -19.5,-13.5 + - pos: -19.5,-13.5 parent: 34 + type: Transform - uid: 3163 components: - - type: Transform - pos: -20.5,-13.5 + - pos: -20.5,-13.5 parent: 34 + type: Transform - uid: 3164 components: - - type: Transform - pos: -34.5,-30.5 + - pos: -34.5,-30.5 parent: 34 + type: Transform - uid: 3165 components: - - type: Transform - pos: -33.5,-30.5 + - pos: -33.5,-30.5 parent: 34 + type: Transform - uid: 3166 components: - - type: Transform - pos: -32.5,-30.5 + - pos: -32.5,-30.5 parent: 34 + type: Transform - uid: 3167 components: - - type: Transform - pos: -31.5,-30.5 + - pos: -31.5,-30.5 parent: 34 + type: Transform - uid: 3168 components: - - type: Transform - pos: -30.5,-30.5 + - pos: -30.5,-30.5 parent: 34 + type: Transform - uid: 3169 components: - - type: Transform - pos: -30.5,-31.5 + - pos: -30.5,-31.5 parent: 34 + type: Transform - uid: 3170 components: - - type: Transform - pos: -30.5,-32.5 + - pos: -30.5,-32.5 parent: 34 + type: Transform - uid: 3171 components: - - type: Transform - pos: -30.5,-33.5 + - pos: -30.5,-33.5 parent: 34 + type: Transform - uid: 3172 components: - - type: Transform - pos: -30.5,-34.5 + - pos: -30.5,-34.5 parent: 34 + type: Transform - uid: 3173 components: - - type: Transform - pos: -30.5,-35.5 + - pos: -30.5,-35.5 parent: 34 + type: Transform - uid: 3174 components: - - type: Transform - pos: -30.5,-36.5 + - pos: -30.5,-36.5 parent: 34 + type: Transform - uid: 3175 components: - - type: Transform - pos: -30.5,-37.5 + - pos: -30.5,-37.5 parent: 34 + type: Transform - uid: 3176 components: - - type: Transform - pos: -30.5,-38.5 + - pos: -30.5,-38.5 parent: 34 + type: Transform - uid: 3177 components: - - type: Transform - pos: -30.5,-39.5 + - pos: -30.5,-39.5 parent: 34 + type: Transform - uid: 3178 components: - - type: Transform - pos: -30.5,-40.5 + - pos: -30.5,-40.5 parent: 34 + type: Transform - uid: 3179 components: - - type: Transform - pos: -31.5,-40.5 + - pos: -31.5,-40.5 parent: 34 + type: Transform - uid: 3180 components: - - type: Transform - pos: -32.5,-40.5 + - pos: -32.5,-40.5 parent: 34 + type: Transform - uid: 3181 components: - - type: Transform - pos: -33.5,-40.5 + - pos: -33.5,-40.5 parent: 34 + type: Transform - uid: 3182 components: - - type: Transform - pos: -34.5,-40.5 + - pos: -34.5,-40.5 parent: 34 + type: Transform - uid: 3183 components: - - type: Transform - pos: -34.5,-39.5 + - pos: -34.5,-39.5 parent: 34 + type: Transform - uid: 3184 components: - - type: Transform - pos: -34.5,-38.5 + - pos: -34.5,-38.5 parent: 34 + type: Transform - uid: 3185 components: - - type: Transform - pos: -34.5,-37.5 + - pos: -34.5,-37.5 parent: 34 + type: Transform - uid: 3191 components: - - type: Transform - pos: -29.5,-37.5 + - pos: -29.5,-37.5 parent: 34 + type: Transform - uid: 3192 components: - - type: Transform - pos: -28.5,-37.5 + - pos: -28.5,-37.5 parent: 34 + type: Transform - uid: 3193 components: - - type: Transform - pos: -27.5,-37.5 + - pos: -27.5,-37.5 parent: 34 + type: Transform - uid: 3194 components: - - type: Transform - pos: -26.5,-37.5 + - pos: -26.5,-37.5 parent: 34 + type: Transform - uid: 3195 components: - - type: Transform - pos: -25.5,-37.5 + - pos: -25.5,-37.5 parent: 34 + type: Transform - uid: 3217 components: - - type: Transform - pos: -39.5,-49.5 + - pos: -39.5,-49.5 parent: 34 + type: Transform - uid: 3221 components: - - type: Transform - pos: -33.5,-49.5 + - pos: -33.5,-49.5 parent: 34 + type: Transform - uid: 3241 components: - - type: Transform - pos: -18.5,-34.5 + - pos: -18.5,-34.5 parent: 34 + type: Transform - uid: 3242 components: - - type: Transform - pos: -17.5,-42.5 + - pos: -17.5,-42.5 parent: 34 + type: Transform - uid: 3256 components: - - type: Transform - pos: -32.5,-43.5 + - pos: -32.5,-43.5 parent: 34 + type: Transform - uid: 3257 components: - - type: Transform - pos: -33.5,-43.5 + - pos: -33.5,-43.5 parent: 34 + type: Transform - uid: 3258 components: - - type: Transform - pos: -33.5,-44.5 + - pos: -33.5,-44.5 parent: 34 + type: Transform - uid: 3259 components: - - type: Transform - pos: -33.5,-45.5 + - pos: -33.5,-45.5 parent: 34 + type: Transform - uid: 3260 components: - - type: MetaData - name: external access - - type: Transform - pos: -33.5,-46.5 + - name: external access + type: MetaData + - pos: -33.5,-46.5 parent: 34 + type: Transform - uid: 3261 components: - - type: Transform - pos: -33.5,-47.5 + - pos: -33.5,-47.5 parent: 34 + type: Transform - uid: 3262 components: - - type: Transform - pos: -33.5,-48.5 + - pos: -33.5,-48.5 parent: 34 + type: Transform - uid: 3267 components: - - type: Transform - pos: -19.5,-42.5 + - pos: -19.5,-42.5 parent: 34 + type: Transform - uid: 3314 components: - - type: Transform - pos: -33.5,-41.5 + - pos: -33.5,-41.5 parent: 34 + type: Transform - uid: 3344 components: - - type: Transform - pos: -12.5,-23.5 + - pos: -12.5,-23.5 parent: 34 + type: Transform - uid: 3345 components: - - type: Transform - pos: -12.5,-24.5 + - pos: -12.5,-24.5 parent: 34 + type: Transform - uid: 3346 components: - - type: Transform - pos: -7.5,-26.5 + - pos: -7.5,-26.5 parent: 34 + type: Transform - uid: 3397 components: - - type: Transform - pos: -9.5,-25.5 + - pos: -9.5,-25.5 parent: 34 + type: Transform - uid: 3398 components: - - type: Transform - pos: -10.5,-27.5 + - pos: -10.5,-27.5 parent: 34 + type: Transform - uid: 3399 components: - - type: Transform - pos: -6.5,-31.5 + - pos: -6.5,-31.5 parent: 34 + type: Transform - uid: 3401 components: - - type: Transform - pos: -12.5,-25.5 + - pos: -12.5,-25.5 parent: 34 + type: Transform - uid: 3402 components: - - type: Transform - pos: -12.5,-26.5 + - pos: -12.5,-26.5 parent: 34 + type: Transform - uid: 3403 components: - - type: Transform - pos: -13.5,-26.5 + - pos: -13.5,-26.5 parent: 34 + type: Transform - uid: 3404 components: - - type: Transform - pos: -14.5,-26.5 + - pos: -14.5,-26.5 parent: 34 + type: Transform - uid: 3405 components: - - type: Transform - pos: -11.5,-26.5 + - pos: -11.5,-26.5 parent: 34 + type: Transform - uid: 3406 components: - - type: Transform - pos: -10.5,-26.5 + - pos: -10.5,-26.5 parent: 34 + type: Transform - uid: 3407 components: - - type: Transform - pos: -9.5,-26.5 + - pos: -9.5,-26.5 parent: 34 + type: Transform - uid: 3408 components: - - type: Transform - pos: -8.5,-26.5 + - pos: -8.5,-26.5 parent: 34 + type: Transform - uid: 3683 components: - - type: Transform - pos: -29.5,-44.5 + - pos: -29.5,-44.5 parent: 34 + type: Transform - uid: 3684 components: - - type: Transform - pos: -29.5,-26.5 + - pos: -29.5,-26.5 parent: 34 + type: Transform - uid: 3753 components: - - type: Transform - pos: -29.5,-43.5 + - pos: -29.5,-43.5 parent: 34 + type: Transform - uid: 3759 components: - - type: Transform - pos: 31.5,-10.5 + - pos: 31.5,-10.5 parent: 34 + type: Transform - uid: 3773 components: - - type: Transform - pos: -30.5,-28.5 + - pos: -30.5,-28.5 parent: 34 + type: Transform - uid: 3774 components: - - type: Transform - pos: -30.5,-29.5 + - pos: -30.5,-29.5 parent: 34 + type: Transform - uid: 3793 components: - - type: Transform - pos: -29.5,-46.5 + - pos: -29.5,-46.5 parent: 34 + type: Transform - uid: 3836 components: - - type: Transform - pos: -10.5,-30.5 + - pos: -10.5,-30.5 parent: 34 + type: Transform - uid: 3837 components: - - type: Transform - pos: -10.5,-31.5 + - pos: -10.5,-31.5 parent: 34 + type: Transform - uid: 3838 components: - - type: Transform - pos: -9.5,-31.5 + - pos: -9.5,-31.5 parent: 34 + type: Transform - uid: 3839 components: - - type: Transform - pos: -9.5,-32.5 + - pos: -9.5,-32.5 parent: 34 + type: Transform - uid: 3840 components: - - type: Transform - pos: -9.5,-33.5 + - pos: -9.5,-33.5 parent: 34 + type: Transform - uid: 3841 components: - - type: Transform - pos: -9.5,-34.5 + - pos: -9.5,-34.5 parent: 34 + type: Transform - uid: 3842 components: - - type: Transform - pos: -9.5,-35.5 + - pos: -9.5,-35.5 parent: 34 + type: Transform - uid: 3843 components: - - type: Transform - pos: -9.5,-36.5 + - pos: -9.5,-36.5 parent: 34 + type: Transform - uid: 3844 components: - - type: Transform - pos: -9.5,-37.5 + - pos: -9.5,-37.5 parent: 34 + type: Transform - uid: 3845 components: - - type: Transform - pos: -8.5,-37.5 + - pos: -8.5,-37.5 parent: 34 + type: Transform - uid: 3849 components: - - type: Transform - pos: -8.5,-31.5 + - pos: -8.5,-31.5 parent: 34 + type: Transform - uid: 3850 components: - - type: Transform - pos: -10.5,-16.5 + - pos: -10.5,-16.5 parent: 34 + type: Transform - uid: 3851 components: - - type: Transform - pos: -9.5,-16.5 + - pos: -9.5,-16.5 parent: 34 + type: Transform - uid: 3852 components: - - type: Transform - pos: -8.5,-16.5 + - pos: -8.5,-16.5 parent: 34 + type: Transform - uid: 3858 components: - - type: Transform - pos: 7.5,-14.5 + - pos: 7.5,-14.5 parent: 34 + type: Transform - uid: 3859 components: - - type: Transform - pos: 6.5,-13.5 + - pos: 6.5,-13.5 parent: 34 + type: Transform - uid: 3860 components: - - type: Transform - pos: -22.5,-4.5 + - pos: -22.5,-4.5 parent: 34 + type: Transform - uid: 3972 components: - - type: Transform - pos: -6.5,-44.5 + - pos: -6.5,-44.5 parent: 34 + type: Transform + - uid: 4032 + components: + - pos: -44.5,-15.5 + parent: 34 + type: Transform - uid: 4052 components: - - type: Transform - pos: -29.5,-58.5 + - pos: -29.5,-58.5 parent: 34 + type: Transform - uid: 4093 components: - - type: Transform - pos: 4.5,-54.5 + - pos: 4.5,-54.5 parent: 34 + type: Transform - uid: 4096 components: - - type: Transform - pos: 6.5,-54.5 + - pos: 6.5,-54.5 parent: 34 + type: Transform - uid: 4115 components: - - type: Transform - pos: -3.5,-54.5 + - pos: -3.5,-54.5 parent: 34 + type: Transform - uid: 4118 components: - - type: Transform - pos: -1.5,-54.5 + - pos: -1.5,-54.5 parent: 34 + type: Transform - uid: 4127 components: - - type: Transform - pos: 13.5,-42.5 + - pos: 13.5,-42.5 parent: 34 + type: Transform - uid: 4137 components: - - type: Transform - pos: 33.5,-10.5 + - pos: 33.5,-10.5 parent: 34 + type: Transform + - uid: 4164 + components: + - pos: -53.5,-21.5 + parent: 34 + type: Transform - uid: 4186 components: - - type: Transform - pos: -16.5,-30.5 + - pos: -16.5,-30.5 parent: 34 + type: Transform - uid: 4212 components: - - type: Transform - pos: 6.5,-7.5 + - pos: 6.5,-7.5 parent: 34 + type: Transform - uid: 4213 components: - - type: Transform - pos: 6.5,-8.5 + - pos: 6.5,-8.5 parent: 34 + type: Transform - uid: 4214 components: - - type: Transform - pos: 7.5,-8.5 + - pos: 7.5,-8.5 parent: 34 + type: Transform - uid: 4215 components: - - type: Transform - pos: 8.5,-8.5 + - pos: 8.5,-8.5 parent: 34 + type: Transform - uid: 4216 components: - - type: Transform - pos: 5.5,-8.5 + - pos: 5.5,-8.5 parent: 34 + type: Transform - uid: 4217 components: - - type: Transform - pos: 4.5,-8.5 + - pos: 4.5,-8.5 parent: 34 + type: Transform - uid: 4218 components: - - type: Transform - pos: 4.5,-7.5 + - pos: 4.5,-7.5 parent: 34 + type: Transform - uid: 4219 components: - - type: Transform - pos: 4.5,-6.5 + - pos: 4.5,-6.5 parent: 34 + type: Transform - uid: 4220 components: - - type: Transform - pos: 4.5,-5.5 + - pos: 4.5,-5.5 parent: 34 + type: Transform - uid: 4221 components: - - type: Transform - pos: 4.5,-4.5 + - pos: 4.5,-4.5 parent: 34 + type: Transform - uid: 4222 components: - - type: Transform - pos: 5.5,-4.5 + - pos: 5.5,-4.5 parent: 34 + type: Transform - uid: 4223 components: - - type: Transform - pos: 6.5,-4.5 + - pos: 6.5,-4.5 parent: 34 + type: Transform - uid: 4224 components: - - type: Transform - pos: 7.5,-4.5 + - pos: 7.5,-4.5 parent: 34 + type: Transform - uid: 4225 components: - - type: Transform - pos: 8.5,-4.5 + - pos: 8.5,-4.5 parent: 34 + type: Transform - uid: 4226 components: - - type: Transform - pos: 3.5,-4.5 + - pos: 3.5,-4.5 parent: 34 + type: Transform - uid: 4227 components: - - type: Transform - pos: 2.5,-4.5 + - pos: 2.5,-4.5 parent: 34 + type: Transform - uid: 4228 components: - - type: Transform - pos: 1.5,-4.5 + - pos: 1.5,-4.5 parent: 34 + type: Transform - uid: 4229 components: - - type: Transform - pos: 0.5,-4.5 + - pos: 0.5,-4.5 parent: 34 + type: Transform - uid: 4230 components: - - type: Transform - pos: -0.5,-4.5 + - pos: -0.5,-4.5 parent: 34 + type: Transform - uid: 4231 components: - - type: Transform - pos: 3.5,-8.5 + - pos: 3.5,-8.5 parent: 34 + type: Transform - uid: 4232 components: - - type: Transform - pos: 2.5,-8.5 + - pos: 2.5,-8.5 parent: 34 + type: Transform - uid: 4233 components: - - type: Transform - pos: 1.5,-8.5 + - pos: 1.5,-8.5 parent: 34 + type: Transform - uid: 4234 components: - - type: Transform - pos: 0.5,-8.5 + - pos: 0.5,-8.5 parent: 34 + type: Transform - uid: 4235 components: - - type: Transform - pos: -0.5,-8.5 + - pos: -0.5,-8.5 parent: 34 + type: Transform - uid: 4236 components: - - type: Transform - pos: 4.5,-9.5 + - pos: 4.5,-9.5 parent: 34 + type: Transform - uid: 4237 components: - - type: Transform - pos: 4.5,-10.5 + - pos: 4.5,-10.5 parent: 34 + type: Transform - uid: 4238 components: - - type: Transform - pos: 4.5,-11.5 + - pos: 4.5,-11.5 parent: 34 + type: Transform - uid: 4239 components: - - type: Transform - pos: 3.5,-11.5 + - pos: 3.5,-11.5 parent: 34 + type: Transform - uid: 4240 components: - - type: Transform - pos: 2.5,-11.5 + - pos: 2.5,-11.5 parent: 34 + type: Transform - uid: 4241 components: - - type: Transform - pos: 1.5,-11.5 + - pos: 1.5,-11.5 parent: 34 + type: Transform - uid: 4242 components: - - type: Transform - pos: 0.5,-11.5 + - pos: 0.5,-11.5 parent: 34 + type: Transform - uid: 4243 components: - - type: Transform - pos: -0.5,-11.5 + - pos: -0.5,-11.5 parent: 34 + type: Transform - uid: 4343 components: - - type: Transform - pos: -21.5,-30.5 + - pos: -21.5,-30.5 parent: 34 + type: Transform - uid: 4349 components: - - type: Transform - pos: -17.5,-30.5 + - pos: -17.5,-30.5 + parent: 34 + type: Transform + - uid: 4350 + components: + - pos: -51.5,-21.5 parent: 34 + type: Transform - uid: 4359 components: - - type: Transform - pos: 13.5,-44.5 + - pos: 13.5,-44.5 parent: 34 + type: Transform - uid: 4408 components: - - type: Transform - pos: 2.5,-29.5 + - pos: 2.5,-29.5 parent: 34 + type: Transform - uid: 4409 components: - - type: Transform - pos: 2.5,-28.5 + - pos: 2.5,-28.5 parent: 34 + type: Transform - uid: 4410 components: - - type: Transform - pos: 1.5,-28.5 + - pos: 1.5,-28.5 parent: 34 + type: Transform - uid: 4411 components: - - type: Transform - pos: 0.5,-28.5 + - pos: 0.5,-28.5 parent: 34 + type: Transform - uid: 4414 components: - - type: Transform - pos: -17.5,-28.5 + - pos: -17.5,-28.5 parent: 34 + type: Transform - uid: 4416 components: - - type: Transform - pos: -53.5,-37.5 + - pos: -53.5,-37.5 parent: 34 + type: Transform - uid: 4418 components: - - type: Transform - pos: 9.5,-47.5 + - pos: 9.5,-47.5 parent: 34 + type: Transform - uid: 4430 components: - - type: Transform - pos: -19.5,-29.5 + - pos: -19.5,-29.5 parent: 34 + type: Transform - uid: 4431 components: - - type: Transform - pos: -17.5,-29.5 + - pos: -17.5,-29.5 parent: 34 + type: Transform - uid: 4434 components: - - type: Transform - pos: 10.5,-47.5 + - pos: 10.5,-47.5 + parent: 34 + type: Transform + - uid: 4435 + components: + - pos: -50.5,-21.5 parent: 34 + type: Transform - uid: 4456 components: - - type: Transform - pos: -23.5,-41.5 + - pos: -23.5,-41.5 + parent: 34 + type: Transform + - uid: 4457 + components: + - pos: -49.5,-21.5 parent: 34 + type: Transform - uid: 4518 components: - - type: Transform - pos: 37.5,4.5 + - pos: 37.5,4.5 parent: 34 + type: Transform - uid: 4543 components: - - type: Transform - pos: -20.5,-34.5 + - pos: -20.5,-34.5 parent: 34 + type: Transform - uid: 4544 components: - - type: Transform - pos: -21.5,-33.5 + - pos: -21.5,-33.5 parent: 34 + type: Transform - uid: 4550 components: - - type: Transform - pos: 47.5,-6.5 + - pos: 47.5,-6.5 parent: 34 + type: Transform - uid: 4552 components: - - type: Transform - pos: 42.5,-12.5 + - pos: 42.5,-12.5 parent: 34 + type: Transform - uid: 4553 components: - - type: Transform - pos: 41.5,-12.5 + - pos: 41.5,-12.5 parent: 34 + type: Transform - uid: 4578 components: - - type: Transform - pos: 41.5,-1.5 + - pos: 41.5,-1.5 parent: 34 + type: Transform - uid: 4580 components: - - type: Transform - pos: -21.5,-36.5 + - pos: -21.5,-36.5 parent: 34 + type: Transform - uid: 4581 components: - - type: Transform - pos: -21.5,-34.5 + - pos: -21.5,-34.5 parent: 34 + type: Transform - uid: 4662 components: - - type: Transform - pos: -20.5,-30.5 + - pos: -20.5,-30.5 parent: 34 + type: Transform - uid: 4666 components: - - type: Transform - pos: 43.5,-5.5 + - pos: 43.5,-5.5 parent: 34 + type: Transform - uid: 4672 components: - - type: Transform - pos: 36.5,-16.5 + - pos: 36.5,-16.5 parent: 34 + type: Transform - uid: 4674 components: - - type: Transform - pos: -22.5,-34.5 + - pos: -22.5,-34.5 parent: 34 + type: Transform - uid: 4697 components: - - type: Transform - pos: 40.5,-9.5 + - pos: 40.5,-9.5 parent: 34 + type: Transform - uid: 4742 components: - - type: Transform - pos: 40.5,-7.5 + - pos: 40.5,-7.5 parent: 34 + type: Transform - uid: 4767 components: - - type: Transform - pos: 44.5,-5.5 + - pos: 44.5,-5.5 parent: 34 + type: Transform - uid: 4786 components: - - type: Transform - pos: -0.5,-28.5 + - pos: -0.5,-28.5 parent: 34 + type: Transform - uid: 4787 components: - - type: Transform - pos: -0.5,-27.5 + - pos: -0.5,-27.5 parent: 34 + type: Transform - uid: 4788 components: - - type: Transform - pos: -0.5,-29.5 + - pos: -0.5,-29.5 parent: 34 + type: Transform - uid: 4797 components: - - type: Transform - pos: 42.5,-5.5 + - pos: 42.5,-5.5 parent: 34 + type: Transform - uid: 4804 components: - - type: Transform - pos: 40.5,-1.5 + - pos: 40.5,-1.5 parent: 34 + type: Transform - uid: 4806 components: - - type: Transform - pos: 40.5,-3.5 + - pos: 40.5,-3.5 parent: 34 + type: Transform - uid: 4807 components: - - type: Transform - pos: 39.5,-3.5 + - pos: 39.5,-3.5 parent: 34 + type: Transform - uid: 4808 components: - - type: Transform - pos: 38.5,-3.5 + - pos: 38.5,-3.5 parent: 34 + type: Transform - uid: 4811 components: - - type: Transform - pos: 38.5,-0.5 + - pos: 38.5,-0.5 parent: 34 + type: Transform - uid: 4812 components: - - type: Transform - pos: 38.5,0.5 + - pos: 38.5,0.5 parent: 34 + type: Transform - uid: 4813 components: - - type: Transform - pos: 38.5,1.5 + - pos: 38.5,1.5 parent: 34 + type: Transform - uid: 4814 components: - - type: Transform - pos: 38.5,2.5 + - pos: 38.5,2.5 parent: 34 + type: Transform - uid: 4815 components: - - type: Transform - pos: 38.5,3.5 + - pos: 38.5,3.5 parent: 34 + type: Transform - uid: 4816 components: - - type: Transform - pos: 38.5,4.5 + - pos: 38.5,4.5 parent: 34 + type: Transform - uid: 4817 components: - - type: Transform - pos: 38.5,5.5 + - pos: 38.5,5.5 parent: 34 + type: Transform - uid: 4818 components: - - type: Transform - pos: 39.5,4.5 + - pos: 39.5,4.5 parent: 34 + type: Transform - uid: 4819 components: - - type: Transform - pos: 40.5,4.5 + - pos: 40.5,4.5 parent: 34 + type: Transform - uid: 4820 components: - - type: Transform - pos: 41.5,4.5 + - pos: 41.5,4.5 parent: 34 + type: Transform - uid: 4821 components: - - type: Transform - pos: 42.5,4.5 + - pos: 42.5,4.5 parent: 34 + type: Transform - uid: 4822 components: - - type: Transform - pos: 43.5,4.5 + - pos: 43.5,4.5 parent: 34 + type: Transform - uid: 4823 components: - - type: Transform - pos: 44.5,4.5 + - pos: 44.5,4.5 parent: 34 + type: Transform - uid: 4824 components: - - type: Transform - pos: 44.5,5.5 + - pos: 44.5,5.5 parent: 34 + type: Transform - uid: 4825 components: - - type: Transform - pos: 42.5,3.5 + - pos: 42.5,3.5 parent: 34 + type: Transform - uid: 4826 components: - - type: Transform - pos: 42.5,2.5 + - pos: 42.5,2.5 parent: 34 + type: Transform - uid: 4827 components: - - type: Transform - pos: 42.5,1.5 + - pos: 42.5,1.5 parent: 34 + type: Transform - uid: 4828 components: - - type: Transform - pos: 42.5,0.5 + - pos: 42.5,0.5 parent: 34 + type: Transform - uid: 4829 components: - - type: Transform - pos: 43.5,0.5 + - pos: 43.5,0.5 parent: 34 + type: Transform - uid: 4830 components: - - type: Transform - pos: 44.5,0.5 + - pos: 44.5,0.5 parent: 34 + type: Transform - uid: 4831 components: - - type: Transform - pos: 45.5,0.5 + - pos: 45.5,0.5 parent: 34 + type: Transform - uid: 4832 components: - - type: Transform - pos: 46.5,0.5 + - pos: 46.5,0.5 parent: 34 + type: Transform - uid: 4833 components: - - type: Transform - pos: 47.5,0.5 + - pos: 47.5,0.5 parent: 34 + type: Transform - uid: 4834 components: - - type: Transform - pos: 47.5,-0.5 + - pos: 47.5,-0.5 parent: 34 + type: Transform - uid: 4835 components: - - type: Transform - pos: 47.5,-1.5 + - pos: 47.5,-1.5 parent: 34 + type: Transform - uid: 4836 components: - - type: Transform - pos: 47.5,-2.5 + - pos: 47.5,-2.5 parent: 34 + type: Transform - uid: 4837 components: - - type: Transform - pos: 47.5,-3.5 + - pos: 47.5,-3.5 parent: 34 + type: Transform - uid: 4838 components: - - type: Transform - pos: 46.5,-3.5 + - pos: 46.5,-3.5 parent: 34 + type: Transform - uid: 4839 components: - - type: Transform - pos: 45.5,-3.5 + - pos: 45.5,-3.5 parent: 34 + type: Transform - uid: 4840 components: - - type: Transform - pos: 44.5,-3.5 + - pos: 44.5,-3.5 parent: 34 + type: Transform - uid: 4841 components: - - type: Transform - pos: 43.5,-3.5 + - pos: 43.5,-3.5 parent: 34 + type: Transform - uid: 4842 components: - - type: Transform - pos: 42.5,-3.5 + - pos: 42.5,-3.5 parent: 34 + type: Transform - uid: 4843 components: - - type: Transform - pos: 41.5,-3.5 + - pos: 41.5,-3.5 parent: 34 + type: Transform - uid: 4858 components: - - type: Transform - pos: 41.5,-7.5 + - pos: 41.5,-7.5 parent: 34 + type: Transform - uid: 4865 components: - - type: Transform - pos: 36.5,-17.5 + - pos: 36.5,-17.5 parent: 34 + type: Transform - uid: 4876 components: - - type: Transform - pos: -19.5,-40.5 + - pos: -19.5,-40.5 parent: 34 + type: Transform - uid: 4928 components: - - type: Transform - pos: -53.5,-38.5 + - pos: -53.5,-38.5 parent: 34 + type: Transform - uid: 5045 components: - - type: Transform - pos: -0.5,-30.5 + - pos: -0.5,-30.5 parent: 34 + type: Transform - uid: 5080 components: - - type: Transform - pos: -4.5,-45.5 + - pos: -4.5,-45.5 parent: 34 + type: Transform - uid: 5081 components: - - type: Transform - pos: -1.5,-45.5 + - pos: -1.5,-45.5 parent: 34 + type: Transform - uid: 5082 components: - - type: Transform - pos: -1.5,-46.5 + - pos: -1.5,-46.5 parent: 34 + type: Transform - uid: 5083 components: - - type: Transform - pos: -1.5,-47.5 + - pos: -1.5,-47.5 parent: 34 + type: Transform - uid: 5084 components: - - type: Transform - pos: -1.5,-48.5 + - pos: -1.5,-48.5 parent: 34 + type: Transform - uid: 5085 components: - - type: Transform - pos: -2.5,-48.5 + - pos: -2.5,-48.5 parent: 34 + type: Transform - uid: 5086 components: - - type: Transform - pos: -2.5,-49.5 + - pos: -2.5,-49.5 parent: 34 + type: Transform - uid: 5087 components: - - type: Transform - pos: -2.5,-50.5 + - pos: -2.5,-50.5 parent: 34 + type: Transform - uid: 5088 components: - - type: Transform - pos: -2.5,-51.5 + - pos: -2.5,-51.5 parent: 34 + type: Transform - uid: 5089 components: - - type: Transform - pos: -2.5,-52.5 + - pos: -2.5,-52.5 parent: 34 + type: Transform - uid: 5090 components: - - type: Transform - pos: -2.5,-53.5 + - pos: -2.5,-53.5 parent: 34 + type: Transform - uid: 5091 components: - - type: Transform - pos: -1.5,-53.5 + - pos: -1.5,-53.5 parent: 34 + type: Transform - uid: 5092 components: - - type: Transform - pos: -3.5,-53.5 + - pos: -3.5,-53.5 parent: 34 + type: Transform - uid: 5093 components: - - type: Transform - pos: -0.5,-48.5 + - pos: -0.5,-48.5 parent: 34 + type: Transform - uid: 5094 components: - - type: Transform - pos: 0.5,-48.5 + - pos: 0.5,-48.5 parent: 34 + type: Transform - uid: 5095 components: - - type: Transform - pos: 1.5,-48.5 + - pos: 1.5,-48.5 parent: 34 + type: Transform - uid: 5096 components: - - type: Transform - pos: 2.5,-48.5 + - pos: 2.5,-48.5 parent: 34 + type: Transform - uid: 5097 components: - - type: Transform - pos: 3.5,-48.5 + - pos: 3.5,-48.5 parent: 34 + type: Transform - uid: 5098 components: - - type: Transform - pos: 4.5,-48.5 + - pos: 4.5,-48.5 parent: 34 + type: Transform - uid: 5099 components: - - type: Transform - pos: 5.5,-48.5 + - pos: 5.5,-48.5 parent: 34 + type: Transform - uid: 5100 components: - - type: Transform - pos: 5.5,-49.5 + - pos: 5.5,-49.5 parent: 34 + type: Transform - uid: 5101 components: - - type: Transform - pos: 5.5,-50.5 + - pos: 5.5,-50.5 parent: 34 + type: Transform - uid: 5102 components: - - type: Transform - pos: 5.5,-51.5 + - pos: 5.5,-51.5 parent: 34 + type: Transform - uid: 5103 components: - - type: Transform - pos: 5.5,-52.5 + - pos: 5.5,-52.5 parent: 34 + type: Transform - uid: 5104 components: - - type: Transform - pos: 5.5,-53.5 + - pos: 5.5,-53.5 parent: 34 + type: Transform - uid: 5105 components: - - type: Transform - pos: 4.5,-53.5 + - pos: 4.5,-53.5 parent: 34 + type: Transform - uid: 5106 components: - - type: Transform - pos: 6.5,-53.5 + - pos: 6.5,-53.5 parent: 34 + type: Transform - uid: 5107 components: - - type: Transform - pos: 1.5,-49.5 + - pos: 1.5,-49.5 parent: 34 + type: Transform - uid: 5108 components: - - type: Transform - pos: 1.5,-50.5 + - pos: 1.5,-50.5 parent: 34 + type: Transform - uid: 5109 components: - - type: Transform - pos: -4.5,-44.5 + - pos: -4.5,-44.5 parent: 34 + type: Transform - uid: 5110 components: - - type: Transform - pos: -4.5,-43.5 + - pos: -4.5,-43.5 parent: 34 + type: Transform - uid: 5111 components: - - type: Transform - pos: -4.5,-42.5 + - pos: -4.5,-42.5 parent: 34 + type: Transform - uid: 5112 components: - - type: Transform - pos: -4.5,-41.5 + - pos: -4.5,-41.5 parent: 34 + type: Transform - uid: 5113 components: - - type: Transform - pos: -4.5,-40.5 + - pos: -4.5,-40.5 parent: 34 + type: Transform - uid: 5114 components: - - type: Transform - pos: -4.5,-39.5 + - pos: -4.5,-39.5 parent: 34 + type: Transform - uid: 5115 components: - - type: Transform - pos: -4.5,-38.5 + - pos: -4.5,-38.5 parent: 34 + type: Transform - uid: 5116 components: - - type: Transform - pos: -4.5,-37.5 + - pos: -4.5,-37.5 parent: 34 + type: Transform - uid: 5117 components: - - type: Transform - pos: -4.5,-36.5 + - pos: -4.5,-36.5 parent: 34 + type: Transform - uid: 5118 components: - - type: Transform - pos: -4.5,-35.5 + - pos: -4.5,-35.5 parent: 34 + type: Transform - uid: 5119 components: - - type: Transform - pos: -4.5,-34.5 + - pos: -4.5,-34.5 parent: 34 + type: Transform - uid: 5120 components: - - type: Transform - pos: -4.5,-33.5 + - pos: -4.5,-33.5 parent: 34 + type: Transform - uid: 5121 components: - - type: Transform - pos: -4.5,-32.5 + - pos: -4.5,-32.5 parent: 34 + type: Transform - uid: 5122 components: - - type: Transform - pos: -5.5,-42.5 + - pos: -5.5,-42.5 parent: 34 + type: Transform - uid: 5123 components: - - type: Transform - pos: -6.5,-42.5 + - pos: -6.5,-42.5 parent: 34 + type: Transform - uid: 5124 components: - - type: Transform - pos: -7.5,-42.5 + - pos: -7.5,-42.5 parent: 34 + type: Transform - uid: 5125 components: - - type: Transform - pos: -8.5,-42.5 + - pos: -8.5,-42.5 parent: 34 + type: Transform - uid: 5126 components: - - type: Transform - pos: -9.5,-42.5 + - pos: -9.5,-42.5 parent: 34 + type: Transform - uid: 5127 components: - - type: Transform - pos: -9.5,-43.5 + - pos: -9.5,-43.5 parent: 34 + type: Transform - uid: 5128 components: - - type: Transform - pos: -9.5,-41.5 + - pos: -9.5,-41.5 parent: 34 + type: Transform - uid: 5129 components: - - type: Transform - pos: -9.5,-44.5 + - pos: -9.5,-44.5 parent: 34 + type: Transform - uid: 5130 components: - - type: Transform - pos: -9.5,-45.5 + - pos: -9.5,-45.5 parent: 34 + type: Transform - uid: 5131 components: - - type: Transform - pos: -9.5,-46.5 + - pos: -9.5,-46.5 parent: 34 + type: Transform - uid: 5132 components: - - type: Transform - pos: -5.5,-45.5 + - pos: -5.5,-45.5 parent: 34 + type: Transform - uid: 5133 components: - - type: Transform - pos: -6.5,-45.5 + - pos: -6.5,-45.5 parent: 34 + type: Transform - uid: 5134 components: - - type: Transform - pos: -0.5,-45.5 + - pos: -0.5,-45.5 parent: 34 + type: Transform - uid: 5140 components: - - type: Transform - pos: 6.5,-48.5 + - pos: 6.5,-48.5 parent: 34 + type: Transform - uid: 5141 components: - - type: Transform - pos: 7.5,-48.5 + - pos: 7.5,-48.5 parent: 34 + type: Transform - uid: 5142 components: - - type: Transform - pos: 8.5,-48.5 + - pos: 8.5,-48.5 parent: 34 + type: Transform - uid: 5148 components: - - type: Transform - pos: 28.5,-28.5 + - pos: 28.5,-28.5 parent: 34 + type: Transform - uid: 5149 components: - - type: Transform - pos: 29.5,-28.5 + - pos: 29.5,-28.5 parent: 34 + type: Transform - uid: 5150 components: - - type: Transform - pos: 30.5,-28.5 + - pos: 30.5,-28.5 parent: 34 + type: Transform - uid: 5151 components: - - type: Transform - pos: 31.5,-28.5 + - pos: 31.5,-28.5 parent: 34 + type: Transform - uid: 5152 components: - - type: Transform - pos: 32.5,-28.5 + - pos: 32.5,-28.5 parent: 34 + type: Transform - uid: 5153 components: - - type: Transform - pos: 33.5,-28.5 + - pos: 33.5,-28.5 parent: 34 + type: Transform - uid: 5154 components: - - type: Transform - pos: 34.5,-28.5 + - pos: 34.5,-28.5 parent: 34 + type: Transform - uid: 5155 components: - - type: Transform - pos: 35.5,-28.5 + - pos: 35.5,-28.5 parent: 34 + type: Transform - uid: 5156 components: - - type: Transform - pos: 36.5,-28.5 + - pos: 36.5,-28.5 parent: 34 + type: Transform - uid: 5157 components: - - type: Transform - pos: 36.5,-29.5 + - pos: 36.5,-29.5 parent: 34 + type: Transform - uid: 5159 components: - - type: Transform - pos: 30.5,-29.5 + - pos: 30.5,-29.5 parent: 34 + type: Transform - uid: 5160 components: - - type: Transform - pos: 30.5,-30.5 + - pos: 30.5,-30.5 parent: 34 + type: Transform - uid: 5161 components: - - type: Transform - pos: 27.5,-28.5 + - pos: 27.5,-28.5 parent: 34 + type: Transform - uid: 5162 components: - - type: Transform - pos: 26.5,-28.5 + - pos: 26.5,-28.5 parent: 34 + type: Transform - uid: 5163 components: - - type: Transform - pos: 25.5,-28.5 + - pos: 25.5,-28.5 parent: 34 + type: Transform - uid: 5164 components: - - type: Transform - pos: 25.5,-29.5 + - pos: 25.5,-29.5 parent: 34 + type: Transform - uid: 5165 components: - - type: Transform - pos: 35.5,-36.5 + - pos: 35.5,-36.5 parent: 34 + type: Transform - uid: 5166 components: - - type: Transform - pos: 36.5,-36.5 + - pos: 36.5,-36.5 parent: 34 + type: Transform - uid: 5167 components: - - type: Transform - pos: 37.5,-36.5 + - pos: 37.5,-36.5 parent: 34 + type: Transform - uid: 5168 components: - - type: Transform - pos: 38.5,-36.5 + - pos: 38.5,-36.5 parent: 34 + type: Transform - uid: 5169 components: - - type: Transform - pos: 39.5,-36.5 + - pos: 39.5,-36.5 parent: 34 + type: Transform - uid: 5170 components: - - type: Transform - pos: 40.5,-36.5 + - pos: 40.5,-36.5 parent: 34 + type: Transform - uid: 5171 components: - - type: Transform - pos: 34.5,-36.5 + - pos: 34.5,-36.5 parent: 34 + type: Transform - uid: 5172 components: - - type: Transform - pos: 33.5,-36.5 + - pos: 33.5,-36.5 parent: 34 + type: Transform - uid: 5173 components: - - type: Transform - pos: 37.5,-35.5 + - pos: 37.5,-35.5 parent: 34 + type: Transform - uid: 5174 components: - - type: Transform - pos: 37.5,-34.5 + - pos: 37.5,-34.5 parent: 34 + type: Transform - uid: 5175 components: - - type: Transform - pos: 37.5,-33.5 + - pos: 37.5,-33.5 parent: 34 + type: Transform - uid: 5176 components: - - type: Transform - pos: 37.5,-32.5 + - pos: 37.5,-32.5 parent: 34 + type: Transform - uid: 5177 components: - - type: Transform - pos: 40.5,-35.5 + - pos: 40.5,-35.5 parent: 34 + type: Transform - uid: 5178 components: - - type: Transform - pos: 40.5,-34.5 + - pos: 40.5,-34.5 parent: 34 + type: Transform - uid: 5179 components: - - type: Transform - pos: 40.5,-33.5 + - pos: 40.5,-33.5 parent: 34 + type: Transform - uid: 5180 components: - - type: Transform - pos: 40.5,-32.5 + - pos: 40.5,-32.5 parent: 34 + type: Transform - uid: 5181 components: - - type: Transform - pos: 32.5,-36.5 + - pos: 32.5,-36.5 parent: 34 + type: Transform - uid: 5182 components: - - type: Transform - pos: 32.5,-35.5 + - pos: 32.5,-35.5 parent: 34 + type: Transform - uid: 5183 components: - - type: Transform - pos: 32.5,-34.5 + - pos: 32.5,-34.5 parent: 34 + type: Transform - uid: 5184 components: - - type: Transform - pos: 32.5,-33.5 + - pos: 32.5,-33.5 parent: 34 + type: Transform - uid: 5185 components: - - type: Transform - pos: 32.5,-32.5 + - pos: 32.5,-32.5 parent: 34 + type: Transform - uid: 5186 components: - - type: Transform - pos: 31.5,-33.5 + - pos: 31.5,-33.5 parent: 34 + type: Transform - uid: 5187 components: - - type: Transform - pos: 33.5,-33.5 + - pos: 33.5,-33.5 parent: 34 + type: Transform - uid: 5188 components: - - type: Transform - pos: 31.5,-36.5 + - pos: 31.5,-36.5 parent: 34 + type: Transform - uid: 5189 components: - - type: Transform - pos: 32.5,-37.5 + - pos: 32.5,-37.5 parent: 34 + type: Transform - uid: 5190 components: - - type: Transform - pos: 31.5,-30.5 + - pos: 31.5,-30.5 parent: 34 + type: Transform - uid: 5191 components: - - type: Transform - pos: 32.5,-30.5 + - pos: 32.5,-30.5 parent: 34 + type: Transform - uid: 5281 components: - - type: Transform - pos: 8.5,-47.5 + - pos: 8.5,-47.5 parent: 34 + type: Transform - uid: 5409 components: - - type: Transform - pos: 36.5,-43.5 + - pos: 36.5,-43.5 parent: 34 + type: Transform - uid: 5477 components: - - type: Transform - pos: 25.5,-47.5 + - pos: 25.5,-47.5 parent: 34 + type: Transform - uid: 5486 components: - - type: Transform - pos: 35.5,-43.5 + - pos: 35.5,-43.5 parent: 34 + type: Transform - uid: 5578 components: - - type: Transform - pos: -33.5,-42.5 + - pos: -33.5,-42.5 parent: 34 + type: Transform - uid: 5665 components: - - type: Transform - pos: -37.5,1.5 + - pos: -37.5,1.5 parent: 34 + type: Transform - uid: 5667 components: - - type: Transform - pos: -37.5,2.5 + - pos: -37.5,2.5 parent: 34 + type: Transform - uid: 5670 components: - - type: Transform - pos: -37.5,0.5 + - pos: -37.5,0.5 parent: 34 + type: Transform - uid: 5752 components: - - type: Transform - pos: -19.5,3.5 + - pos: -19.5,3.5 parent: 34 + type: Transform - uid: 5753 components: - - type: Transform - pos: -20.5,3.5 + - pos: -20.5,3.5 parent: 34 + type: Transform - uid: 5754 components: - - type: Transform - pos: -21.5,3.5 + - pos: -21.5,3.5 parent: 34 + type: Transform - uid: 5755 components: - - type: Transform - pos: -21.5,2.5 + - pos: -21.5,2.5 parent: 34 + type: Transform - uid: 5756 components: - - type: Transform - pos: -22.5,2.5 + - pos: -22.5,2.5 parent: 34 + type: Transform - uid: 5757 components: - - type: Transform - pos: -23.5,2.5 + - pos: -23.5,2.5 parent: 34 + type: Transform - uid: 5758 components: - - type: Transform - pos: -24.5,2.5 + - pos: -24.5,2.5 parent: 34 + type: Transform - uid: 5759 components: - - type: Transform - pos: -25.5,2.5 + - pos: -25.5,2.5 parent: 34 + type: Transform - uid: 5760 components: - - type: Transform - pos: -25.5,3.5 + - pos: -25.5,3.5 parent: 34 + type: Transform - uid: 5761 components: - - type: Transform - pos: -25.5,4.5 + - pos: -25.5,4.5 parent: 34 + type: Transform - uid: 5762 components: - - type: Transform - pos: -24.5,4.5 + - pos: -24.5,4.5 parent: 34 + type: Transform - uid: 5763 components: - - type: Transform - pos: -23.5,4.5 + - pos: -23.5,4.5 parent: 34 + type: Transform - uid: 5764 components: - - type: Transform - pos: -22.5,4.5 + - pos: -22.5,4.5 parent: 34 + type: Transform - uid: 5765 components: - - type: Transform - pos: -21.5,4.5 + - pos: -21.5,4.5 parent: 34 + type: Transform - uid: 5766 components: - - type: Transform - pos: -25.5,5.5 + - pos: -25.5,5.5 parent: 34 + type: Transform - uid: 5767 components: - - type: Transform - pos: -25.5,6.5 + - pos: -25.5,6.5 parent: 34 + type: Transform - uid: 5768 components: - - type: Transform - pos: -25.5,7.5 + - pos: -25.5,7.5 parent: 34 + type: Transform - uid: 5769 components: - - type: Transform - pos: -25.5,8.5 + - pos: -25.5,8.5 parent: 34 + type: Transform - uid: 5770 components: - - type: Transform - pos: -24.5,8.5 + - pos: -24.5,8.5 parent: 34 + type: Transform - uid: 5771 components: - - type: Transform - pos: -23.5,8.5 + - pos: -23.5,8.5 parent: 34 + type: Transform - uid: 5772 components: - - type: Transform - pos: -22.5,8.5 + - pos: -22.5,8.5 parent: 34 + type: Transform - uid: 5773 components: - - type: Transform - pos: -21.5,8.5 + - pos: -21.5,8.5 parent: 34 + type: Transform - uid: 5774 components: - - type: Transform - pos: -20.5,8.5 + - pos: -20.5,8.5 parent: 34 + type: Transform - uid: 5775 components: - - type: Transform - pos: -19.5,8.5 + - pos: -19.5,8.5 parent: 34 + type: Transform - uid: 5776 components: - - type: Transform - pos: -18.5,8.5 + - pos: -18.5,8.5 parent: 34 + type: Transform - uid: 5777 components: - - type: Transform - pos: -17.5,8.5 + - pos: -17.5,8.5 parent: 34 + type: Transform - uid: 5778 components: - - type: Transform - pos: -16.5,8.5 + - pos: -16.5,8.5 parent: 34 + type: Transform - uid: 5779 components: - - type: Transform - pos: -15.5,8.5 + - pos: -15.5,8.5 parent: 34 + type: Transform - uid: 5780 components: - - type: Transform - pos: -14.5,8.5 + - pos: -14.5,8.5 parent: 34 + type: Transform - uid: 5781 components: - - type: Transform - pos: -13.5,8.5 + - pos: -13.5,8.5 parent: 34 + type: Transform - uid: 5782 components: - - type: Transform - pos: -26.5,8.5 + - pos: -26.5,8.5 parent: 34 + type: Transform - uid: 5783 components: - - type: Transform - pos: -27.5,8.5 + - pos: -27.5,8.5 parent: 34 + type: Transform - uid: 5785 components: - - type: Transform - pos: -35.5,-2.5 + - pos: -35.5,-2.5 parent: 34 + type: Transform - uid: 5786 components: - - type: Transform - pos: -35.5,-1.5 + - pos: -35.5,-1.5 parent: 34 + type: Transform - uid: 5826 components: - - type: Transform - pos: 36.5,-37.5 + - pos: 36.5,-37.5 parent: 34 + type: Transform - uid: 5827 components: - - type: Transform - pos: 36.5,-38.5 + - pos: 36.5,-38.5 parent: 34 + type: Transform - uid: 5828 components: - - type: Transform - pos: 36.5,-39.5 + - pos: 36.5,-39.5 parent: 34 + type: Transform - uid: 5829 components: - - type: Transform - pos: 36.5,-40.5 + - pos: 36.5,-40.5 parent: 34 + type: Transform - uid: 5830 components: - - type: Transform - pos: 37.5,-40.5 + - pos: 37.5,-40.5 parent: 34 + type: Transform - uid: 5831 components: - - type: Transform - pos: 38.5,-40.5 + - pos: 38.5,-40.5 parent: 34 + type: Transform - uid: 5832 components: - - type: Transform - pos: 39.5,-40.5 + - pos: 39.5,-40.5 parent: 34 + type: Transform - uid: 5833 components: - - type: Transform - pos: 39.5,-39.5 + - pos: 39.5,-39.5 + parent: 34 + type: Transform + - uid: 5938 + components: + - pos: -48.5,-13.5 + parent: 34 + type: Transform + - uid: 5991 + components: + - pos: -46.5,-21.5 + parent: 34 + type: Transform + - uid: 5994 + components: + - pos: -44.5,-13.5 parent: 34 + type: Transform - uid: 6021 components: - - type: Transform - pos: 42.5,-8.5 + - pos: 42.5,-8.5 parent: 34 + type: Transform - uid: 6024 components: - - type: Transform - pos: 41.5,-9.5 + - pos: 41.5,-9.5 parent: 34 + type: Transform - uid: 6034 components: - - type: Transform - pos: 46.5,-24.5 + - pos: 46.5,-24.5 parent: 34 + type: Transform - uid: 6035 components: - - type: Transform - pos: 47.5,-24.5 + - pos: 47.5,-24.5 parent: 34 + type: Transform - uid: 6036 components: - - type: Transform - pos: 47.5,-23.5 + - pos: 47.5,-23.5 parent: 34 + type: Transform - uid: 6037 components: - - type: Transform - pos: 47.5,-22.5 + - pos: 47.5,-22.5 parent: 34 + type: Transform - uid: 6038 components: - - type: Transform - pos: 48.5,-22.5 + - pos: 48.5,-22.5 parent: 34 + type: Transform - uid: 6039 components: - - type: Transform - pos: 49.5,-22.5 + - pos: 49.5,-22.5 parent: 34 + type: Transform - uid: 6040 components: - - type: Transform - pos: 50.5,-22.5 + - pos: 50.5,-22.5 parent: 34 + type: Transform - uid: 6041 components: - - type: Transform - pos: 51.5,-22.5 + - pos: 51.5,-22.5 parent: 34 + type: Transform - uid: 6042 components: - - type: Transform - pos: 51.5,-24.5 + - pos: 51.5,-24.5 parent: 34 + type: Transform - uid: 6043 components: - - type: Transform - pos: 50.5,-24.5 + - pos: 50.5,-24.5 parent: 34 + type: Transform - uid: 6044 components: - - type: Transform - pos: 49.5,-24.5 + - pos: 49.5,-24.5 parent: 34 + type: Transform - uid: 6045 components: - - type: Transform - pos: 48.5,-24.5 + - pos: 48.5,-24.5 parent: 34 + type: Transform - uid: 6063 components: - - type: Transform - pos: -0.5,-31.5 + - pos: -0.5,-31.5 parent: 34 + type: Transform - uid: 6064 components: - - type: Transform - pos: -0.5,-32.5 + - pos: -0.5,-32.5 parent: 34 + type: Transform - uid: 6065 components: - - type: Transform - pos: -0.5,-33.5 + - pos: -0.5,-33.5 parent: 34 + type: Transform - uid: 6066 components: - - type: Transform - pos: 3.5,-28.5 + - pos: 3.5,-28.5 parent: 34 + type: Transform - uid: 6067 components: - - type: Transform - pos: 4.5,-28.5 + - pos: 4.5,-28.5 parent: 34 + type: Transform - uid: 6068 components: - - type: Transform - pos: 5.5,-28.5 + - pos: 5.5,-28.5 parent: 34 + type: Transform - uid: 6069 components: - - type: Transform - pos: 6.5,-28.5 + - pos: 6.5,-28.5 parent: 34 + type: Transform - uid: 6070 components: - - type: Transform - pos: 7.5,-28.5 + - pos: 7.5,-28.5 parent: 34 + type: Transform - uid: 6071 components: - - type: Transform - pos: 8.5,-28.5 + - pos: 8.5,-28.5 parent: 34 + type: Transform - uid: 6072 components: - - type: Transform - pos: 9.5,-28.5 + - pos: 9.5,-28.5 parent: 34 + type: Transform - uid: 6073 components: - - type: Transform - pos: 9.5,-27.5 + - pos: 9.5,-27.5 parent: 34 + type: Transform - uid: 6074 components: - - type: Transform - pos: 4.5,-27.5 + - pos: 4.5,-27.5 parent: 34 + type: Transform - uid: 6075 components: - - type: Transform - pos: 4.5,-26.5 + - pos: 4.5,-26.5 parent: 34 + type: Transform - uid: 6076 components: - - type: Transform - pos: 4.5,-29.5 + - pos: 4.5,-29.5 parent: 34 + type: Transform - uid: 6077 components: - - type: Transform - pos: 4.5,-30.5 + - pos: 4.5,-30.5 + parent: 34 + type: Transform + - uid: 6097 + components: + - pos: -46.5,-13.5 parent: 34 + type: Transform - uid: 6138 components: - - type: Transform - pos: -54.5,-23.5 + - pos: -45.5,-13.5 parent: 34 + type: Transform - uid: 6164 components: - - type: Transform - pos: -1.5,14.5 + - pos: -1.5,14.5 parent: 34 + type: Transform - uid: 6172 components: - - type: Transform - pos: 6.5,18.5 + - pos: 6.5,18.5 parent: 34 + type: Transform - uid: 6175 components: - - type: Transform - pos: 9.5,16.5 + - pos: 9.5,16.5 parent: 34 + type: Transform - uid: 6179 components: - - type: Transform - pos: -20.5,-42.5 + - pos: -20.5,-42.5 parent: 34 + type: Transform - uid: 6180 components: - - type: Transform - pos: 3.5,14.5 + - pos: 3.5,14.5 parent: 34 + type: Transform - uid: 6181 components: - - type: Transform - pos: 6.5,19.5 + - pos: 6.5,19.5 parent: 34 + type: Transform - uid: 6185 components: - - type: Transform - pos: 0.5,14.5 + - pos: 0.5,14.5 parent: 34 + type: Transform - uid: 6186 components: - - type: Transform - pos: 1.5,14.5 + - pos: 1.5,14.5 parent: 34 + type: Transform - uid: 6190 components: - - type: Transform - pos: -0.5,14.5 + - pos: -0.5,14.5 parent: 34 + type: Transform - uid: 6191 components: - - type: Transform - pos: 2.5,14.5 + - pos: 2.5,14.5 parent: 34 + type: Transform - uid: 6203 components: - - type: Transform - pos: 9.5,17.5 + - pos: 9.5,17.5 parent: 34 + type: Transform - uid: 6204 components: - - type: Transform - pos: 6.5,16.5 + - pos: 6.5,16.5 parent: 34 + type: Transform - uid: 6210 components: - - type: Transform - pos: 6.5,17.5 + - pos: 6.5,17.5 parent: 34 + type: Transform - uid: 6217 components: - - type: Transform - pos: -51.5,-41.5 + - pos: -51.5,-41.5 parent: 34 + type: Transform - uid: 6218 components: - - type: Transform - pos: -51.5,-40.5 + - pos: -51.5,-40.5 parent: 34 + type: Transform - uid: 6219 components: - - type: Transform - pos: -51.5,-39.5 + - pos: -51.5,-39.5 parent: 34 + type: Transform - uid: 6223 components: - - type: Transform - pos: -58.5,-18.5 + - pos: -58.5,-18.5 parent: 34 + type: Transform - uid: 6233 components: - - type: Transform - pos: -18.5,-29.5 + - pos: -18.5,-29.5 parent: 34 + type: Transform - uid: 6234 components: - - type: Transform - pos: 36.5,4.5 + - pos: 36.5,4.5 parent: 34 + type: Transform - uid: 6332 components: - - type: Transform - pos: -57.5,-18.5 - parent: 34 - - uid: 6333 - components: - - type: Transform - pos: -56.5,-18.5 - parent: 34 - - uid: 6334 - components: - - type: Transform - pos: -55.5,-18.5 + - pos: -57.5,-18.5 parent: 34 + type: Transform - uid: 6336 components: - - type: Transform - pos: -53.5,-28.5 + - pos: -53.5,-28.5 parent: 34 + type: Transform - uid: 6337 components: - - type: Transform - pos: -52.5,-28.5 + - pos: -52.5,-28.5 parent: 34 + type: Transform - uid: 6338 components: - - type: Transform - pos: -50.5,-28.5 + - pos: -50.5,-28.5 + parent: 34 + type: Transform + - uid: 6339 + components: + - pos: -54.5,-14.5 parent: 34 + type: Transform - uid: 6373 components: - - type: Transform - pos: -33.5,-50.5 + - pos: -33.5,-50.5 parent: 34 + type: Transform - uid: 6498 components: - - type: Transform - pos: -11.5,-0.5 + - pos: -11.5,-0.5 parent: 34 + type: Transform - uid: 6537 components: - - type: Transform - pos: 4.5,14.5 + - pos: 4.5,14.5 parent: 34 + type: Transform - uid: 6539 components: - - type: Transform - pos: 4.5,-31.5 + - pos: 4.5,-31.5 parent: 34 + type: Transform - uid: 6540 components: - - type: Transform - pos: 4.5,-32.5 + - pos: 4.5,-32.5 parent: 34 + type: Transform - uid: 6562 components: - - type: Transform - pos: 4.5,-33.5 + - pos: 4.5,-33.5 + parent: 34 + type: Transform + - uid: 6567 + components: + - pos: -44.5,-14.5 + parent: 34 + type: Transform + - uid: 6620 + components: + - pos: -54.5,-21.5 + parent: 34 + type: Transform + - uid: 6621 + components: + - pos: -52.5,-21.5 parent: 34 + type: Transform - uid: 6685 components: - - type: Transform - pos: -19.5,-39.5 + - pos: -19.5,-39.5 parent: 34 + type: Transform - uid: 6793 components: - - type: Transform - pos: 21.5,-3.5 + - pos: 21.5,-3.5 parent: 34 + type: Transform - uid: 6794 components: - - type: Transform - pos: 21.5,-4.5 + - pos: 21.5,-4.5 parent: 34 + type: Transform - uid: 6795 components: - - type: Transform - pos: 21.5,-5.5 + - pos: 21.5,-5.5 parent: 34 + type: Transform - uid: 6796 components: - - type: Transform - pos: 21.5,-6.5 + - pos: 21.5,-6.5 parent: 34 + type: Transform - uid: 6797 components: - - type: Transform - pos: 21.5,-7.5 + - pos: 21.5,-7.5 parent: 34 + type: Transform - uid: 6798 components: - - type: Transform - pos: 20.5,-5.5 + - pos: 20.5,-5.5 parent: 34 + type: Transform - uid: 6879 components: - - type: Transform - pos: 19.5,-5.5 + - pos: 19.5,-5.5 parent: 34 + type: Transform - uid: 6880 components: - - type: Transform - pos: 18.5,-5.5 + - pos: 18.5,-5.5 parent: 34 + type: Transform - uid: 6881 components: - - type: Transform - pos: 17.5,-5.5 + - pos: 17.5,-5.5 parent: 34 + type: Transform - uid: 6882 components: - - type: Transform - pos: 16.5,-5.5 + - pos: 16.5,-5.5 parent: 34 + type: Transform - uid: 6883 components: - - type: Transform - pos: 16.5,-4.5 + - pos: 16.5,-4.5 parent: 34 + type: Transform - uid: 6884 components: - - type: Transform - pos: 18.5,-6.5 + - pos: 18.5,-6.5 parent: 34 + type: Transform - uid: 6885 components: - - type: Transform - pos: 16.5,-6.5 + - pos: 16.5,-6.5 parent: 34 + type: Transform - uid: 6886 components: - - type: Transform - pos: 18.5,-4.5 + - pos: 18.5,-4.5 parent: 34 + type: Transform - uid: 6887 components: - - type: Transform - pos: 16.5,-7.5 + - pos: 16.5,-7.5 parent: 34 + type: Transform - uid: 6888 components: - - type: Transform - pos: 16.5,-8.5 + - pos: 16.5,-8.5 parent: 34 + type: Transform - uid: 6889 components: - - type: Transform - pos: 17.5,-13.5 + - pos: 17.5,-13.5 parent: 34 + type: Transform - uid: 6890 components: - - type: Transform - pos: 18.5,-11.5 + - pos: 18.5,-11.5 parent: 34 + type: Transform - uid: 6891 components: - - type: Transform - pos: 18.5,-12.5 + - pos: 18.5,-12.5 parent: 34 + type: Transform - uid: 6892 components: - - type: Transform - pos: 18.5,-13.5 + - pos: 18.5,-13.5 parent: 34 + type: Transform - uid: 6893 components: - - type: Transform - pos: 16.5,-13.5 + - pos: 16.5,-13.5 parent: 34 + type: Transform - uid: 6894 components: - - type: Transform - pos: 18.5,-14.5 + - pos: 18.5,-14.5 parent: 34 + type: Transform - uid: 6895 components: - - type: Transform - pos: 18.5,-15.5 + - pos: 18.5,-15.5 parent: 34 + type: Transform - uid: 6896 components: - - type: Transform - pos: 18.5,-16.5 + - pos: 18.5,-16.5 parent: 34 + type: Transform - uid: 6897 components: - - type: Transform - pos: 18.5,-17.5 + - pos: 18.5,-17.5 parent: 34 + type: Transform - uid: 6898 components: - - type: Transform - pos: 18.5,-18.5 + - pos: 18.5,-18.5 parent: 34 + type: Transform - uid: 6899 components: - - type: Transform - pos: 17.5,-18.5 + - pos: 17.5,-18.5 parent: 34 + type: Transform - uid: 6900 components: - - type: Transform - pos: 18.5,-19.5 + - pos: 18.5,-19.5 parent: 34 + type: Transform - uid: 6901 components: - - type: Transform - pos: 19.5,-18.5 + - pos: 19.5,-18.5 parent: 34 + type: Transform - uid: 6902 components: - - type: Transform - pos: 20.5,-18.5 + - pos: 20.5,-18.5 parent: 34 + type: Transform - uid: 6903 components: - - type: Transform - pos: 19.5,-13.5 + - pos: 19.5,-13.5 parent: 34 + type: Transform - uid: 6904 components: - - type: Transform - pos: 20.5,-13.5 + - pos: 20.5,-13.5 parent: 34 + type: Transform - uid: 6905 components: - - type: Transform - pos: 27.5,-18.5 + - pos: 27.5,-18.5 parent: 34 + type: Transform - uid: 6906 components: - - type: Transform - pos: 28.5,-18.5 + - pos: 28.5,-18.5 parent: 34 + type: Transform - uid: 6907 components: - - type: Transform - pos: 29.5,-18.5 + - pos: 29.5,-18.5 parent: 34 + type: Transform - uid: 6908 components: - - type: Transform - pos: 29.5,-17.5 + - pos: 29.5,-17.5 parent: 34 + type: Transform - uid: 6909 components: - - type: Transform - pos: 26.5,-18.5 + - pos: 26.5,-18.5 parent: 34 + type: Transform - uid: 6910 components: - - type: Transform - pos: 25.5,-18.5 + - pos: 25.5,-18.5 parent: 34 + type: Transform - uid: 6911 components: - - type: Transform - pos: 24.5,-18.5 + - pos: 24.5,-18.5 parent: 34 + type: Transform - uid: 6912 components: - - type: Transform - pos: 24.5,-19.5 + - pos: 24.5,-19.5 parent: 34 + type: Transform - uid: 6913 components: - - type: Transform - pos: 24.5,-17.5 + - pos: 24.5,-17.5 parent: 34 + type: Transform - uid: 6914 components: - - type: Transform - pos: 24.5,-16.5 + - pos: 24.5,-16.5 parent: 34 + type: Transform - uid: 6915 components: - - type: Transform - pos: 24.5,-15.5 + - pos: 24.5,-15.5 parent: 34 + type: Transform - uid: 6916 components: - - type: Transform - pos: 24.5,-14.5 + - pos: 24.5,-14.5 parent: 34 + type: Transform - uid: 6917 components: - - type: Transform - pos: 24.5,-13.5 + - pos: 24.5,-13.5 parent: 34 + type: Transform - uid: 6918 components: - - type: Transform - pos: 25.5,-13.5 + - pos: 25.5,-13.5 parent: 34 + type: Transform - uid: 6919 components: - - type: Transform - pos: 26.5,-13.5 + - pos: 26.5,-13.5 parent: 34 + type: Transform - uid: 6920 components: - - type: Transform - pos: 27.5,-13.5 + - pos: 27.5,-13.5 parent: 34 + type: Transform - uid: 6921 components: - - type: Transform - pos: 28.5,-13.5 + - pos: 28.5,-13.5 parent: 34 + type: Transform - uid: 6922 components: - - type: Transform - pos: 28.5,-12.5 + - pos: 28.5,-12.5 parent: 34 + type: Transform - uid: 6923 components: - - type: Transform - pos: 28.5,-11.5 + - pos: 28.5,-11.5 parent: 34 + type: Transform - uid: 6924 components: - - type: Transform - pos: 28.5,-10.5 + - pos: 28.5,-10.5 parent: 34 + type: Transform - uid: 6925 components: - - type: Transform - pos: 22.5,-3.5 + - pos: 22.5,-3.5 parent: 34 + type: Transform - uid: 6926 components: - - type: Transform - pos: 23.5,-3.5 + - pos: 23.5,-3.5 parent: 34 + type: Transform - uid: 6927 components: - - type: Transform - pos: 24.5,-3.5 + - pos: 24.5,-3.5 parent: 34 + type: Transform - uid: 6928 components: - - type: Transform - pos: 25.5,-3.5 + - pos: 25.5,-3.5 parent: 34 + type: Transform - uid: 6929 components: - - type: Transform - pos: 26.5,-3.5 + - pos: 26.5,-3.5 parent: 34 + type: Transform - uid: 6930 components: - - type: Transform - pos: 27.5,-3.5 + - pos: 27.5,-3.5 parent: 34 + type: Transform - uid: 6931 components: - - type: Transform - pos: 26.5,5.5 + - pos: 26.5,5.5 parent: 34 + type: Transform - uid: 6932 components: - - type: Transform - pos: 26.5,4.5 + - pos: 26.5,4.5 parent: 34 + type: Transform - uid: 6933 components: - - type: Transform - pos: 27.5,4.5 + - pos: 27.5,4.5 parent: 34 + type: Transform - uid: 6934 components: - - type: Transform - pos: 27.5,3.5 + - pos: 27.5,3.5 parent: 34 + type: Transform - uid: 6935 components: - - type: Transform - pos: 27.5,2.5 + - pos: 27.5,2.5 parent: 34 + type: Transform - uid: 6936 components: - - type: Transform - pos: 27.5,1.5 + - pos: 27.5,1.5 parent: 34 + type: Transform - uid: 6937 components: - - type: Transform - pos: 27.5,0.5 + - pos: 27.5,0.5 parent: 34 + type: Transform - uid: 6938 components: - - type: Transform - pos: 26.5,0.5 + - pos: 26.5,0.5 parent: 34 + type: Transform - uid: 6939 components: - - type: Transform - pos: 28.5,0.5 + - pos: 28.5,0.5 parent: 34 + type: Transform - uid: 6940 components: - - type: Transform - pos: 28.5,-3.5 + - pos: 28.5,-3.5 parent: 34 + type: Transform - uid: 6941 components: - - type: Transform - pos: 29.5,-3.5 + - pos: 29.5,-3.5 parent: 34 + type: Transform - uid: 6942 components: - - type: Transform - pos: 30.5,-3.5 + - pos: 30.5,-3.5 parent: 34 + type: Transform - uid: 6943 components: - - type: Transform - pos: 31.5,-3.5 + - pos: 31.5,-3.5 parent: 34 + type: Transform - uid: 6944 components: - - type: Transform - pos: 32.5,-3.5 + - pos: 32.5,-3.5 parent: 34 + type: Transform - uid: 6945 components: - - type: Transform - pos: 33.5,-3.5 + - pos: 33.5,-3.5 parent: 34 + type: Transform - uid: 6946 components: - - type: Transform - pos: 34.5,-3.5 + - pos: 34.5,-3.5 parent: 34 + type: Transform - uid: 6948 components: - - type: Transform - pos: 28.5,-14.5 + - pos: 28.5,-14.5 parent: 34 + type: Transform - uid: 6949 components: - - type: Transform - pos: 29.5,-14.5 + - pos: 29.5,-14.5 parent: 34 + type: Transform - uid: 6950 components: - - type: Transform - pos: 32.5,-18.5 + - pos: 32.5,-18.5 parent: 34 + type: Transform - uid: 6951 components: - - type: Transform - pos: 32.5,-19.5 + - pos: 32.5,-19.5 parent: 34 + type: Transform - uid: 6954 components: - - type: Transform - pos: 32.5,-16.5 + - pos: 32.5,-16.5 parent: 34 + type: Transform - uid: 6955 components: - - type: Transform - pos: 32.5,-17.5 + - pos: 32.5,-17.5 parent: 34 + type: Transform - uid: 6959 components: - - type: Transform - pos: 32.5,-10.5 + - pos: 32.5,-10.5 parent: 34 + type: Transform - uid: 6960 components: - - type: Transform - pos: 32.5,-9.5 + - pos: 32.5,-9.5 parent: 34 + type: Transform - uid: 6962 components: - - type: Transform - pos: 33.5,-16.5 + - pos: 33.5,-16.5 parent: 34 + type: Transform - uid: 6963 components: - - type: Transform - pos: 34.5,-16.5 + - pos: 34.5,-16.5 parent: 34 + type: Transform - uid: 6964 components: - - type: Transform - pos: 35.5,-16.5 + - pos: 35.5,-16.5 parent: 34 + type: Transform - uid: 6966 components: - - type: Transform - pos: 23.5,-4.5 + - pos: 23.5,-4.5 parent: 34 + type: Transform - uid: 6967 components: - - type: Transform - pos: 23.5,-5.5 + - pos: 23.5,-5.5 parent: 34 + type: Transform - uid: 6968 components: - - type: Transform - pos: 23.5,-6.5 + - pos: 23.5,-6.5 parent: 34 + type: Transform - uid: 6969 components: - - type: Transform - pos: 28.5,-4.5 + - pos: 28.5,-4.5 parent: 34 + type: Transform - uid: 6970 components: - - type: Transform - pos: 24.5,-12.5 + - pos: 24.5,-12.5 parent: 34 + type: Transform - uid: 6971 components: - - type: Transform - pos: 24.5,-11.5 + - pos: 24.5,-11.5 parent: 34 + type: Transform - uid: 6972 components: - - type: Transform - pos: 24.5,-10.5 + - pos: 24.5,-10.5 parent: 34 + type: Transform - uid: 6973 components: - - type: Transform - pos: 24.5,-9.5 + - pos: 24.5,-9.5 parent: 34 + type: Transform - uid: 6974 components: - - type: Transform - pos: 16.5,-9.5 + - pos: 16.5,-9.5 parent: 34 + type: Transform - uid: 6975 components: - - type: Transform - pos: 17.5,-9.5 + - pos: 17.5,-9.5 parent: 34 + type: Transform - uid: 6976 components: - - type: Transform - pos: 23.5,-9.5 + - pos: 23.5,-9.5 parent: 34 + type: Transform - uid: 6977 components: - - type: Transform - pos: 28.5,-5.5 + - pos: 28.5,-5.5 parent: 34 + type: Transform - uid: 6978 components: - - type: Transform - pos: 28.5,-6.5 + - pos: 28.5,-6.5 parent: 34 + type: Transform - uid: 6979 components: - - type: Transform - pos: 27.5,-6.5 + - pos: 27.5,-6.5 parent: 34 + type: Transform - uid: 6980 components: - - type: Transform - pos: 29.5,-10.5 + - pos: 29.5,-10.5 parent: 34 + type: Transform - uid: 6981 components: - - type: Transform - pos: 15.5,-13.5 + - pos: 15.5,-13.5 parent: 34 + type: Transform - uid: 7004 components: - - type: Transform - pos: 11.5,-17.5 + - pos: 11.5,-17.5 parent: 34 + type: Transform - uid: 7005 components: - - type: Transform - pos: 12.5,-17.5 + - pos: 12.5,-17.5 parent: 34 + type: Transform - uid: 7006 components: - - type: Transform - pos: 13.5,-17.5 + - pos: 13.5,-17.5 parent: 34 + type: Transform - uid: 7007 components: - - type: Transform - pos: 13.5,-18.5 + - pos: 13.5,-18.5 parent: 34 + type: Transform - uid: 7008 components: - - type: Transform - pos: 13.5,-19.5 + - pos: 13.5,-19.5 parent: 34 + type: Transform - uid: 7009 components: - - type: Transform - pos: 13.5,-16.5 + - pos: 13.5,-16.5 parent: 34 + type: Transform - uid: 7010 components: - - type: Transform - pos: 13.5,-15.5 + - pos: 13.5,-15.5 parent: 34 + type: Transform - uid: 7011 components: - - type: Transform - pos: 13.5,-14.5 + - pos: 13.5,-14.5 parent: 34 + type: Transform - uid: 7012 components: - - type: Transform - pos: 13.5,-13.5 + - pos: 13.5,-13.5 parent: 34 + type: Transform - uid: 7013 components: - - type: Transform - pos: 13.5,-12.5 + - pos: 13.5,-12.5 parent: 34 + type: Transform - uid: 7014 components: - - type: Transform - pos: 13.5,-11.5 + - pos: 13.5,-11.5 parent: 34 + type: Transform - uid: 7015 components: - - type: Transform - pos: 13.5,-10.5 + - pos: 13.5,-10.5 parent: 34 + type: Transform - uid: 7016 components: - - type: Transform - pos: 13.5,-9.5 + - pos: 13.5,-9.5 parent: 34 + type: Transform - uid: 7017 components: - - type: Transform - pos: 13.5,-8.5 + - pos: 13.5,-8.5 parent: 34 + type: Transform - uid: 7018 components: - - type: Transform - pos: 13.5,-7.5 + - pos: 13.5,-7.5 parent: 34 + type: Transform - uid: 7019 components: - - type: Transform - pos: 13.5,-6.5 + - pos: 13.5,-6.5 parent: 34 + type: Transform - uid: 7020 components: - - type: Transform - pos: 13.5,-5.5 + - pos: 13.5,-5.5 parent: 34 + type: Transform - uid: 7021 components: - - type: Transform - pos: 13.5,-4.5 + - pos: 13.5,-4.5 parent: 34 + type: Transform - uid: 7022 components: - - type: Transform - pos: 12.5,-11.5 + - pos: 12.5,-11.5 parent: 34 + type: Transform - uid: 7024 components: - - type: Transform - pos: 45.5,-8.5 + - pos: 45.5,-8.5 parent: 34 + type: Transform - uid: 7065 components: - - type: Transform - pos: 46.5,-6.5 + - pos: 46.5,-6.5 parent: 34 + type: Transform - uid: 7067 components: - - type: Transform - pos: 44.5,-6.5 + - pos: 44.5,-6.5 parent: 34 + type: Transform - uid: 7103 components: - - type: Transform - pos: -44.5,-5.5 + - pos: -44.5,-5.5 parent: 34 + type: Transform - uid: 7104 components: - - type: Transform - pos: -43.5,-5.5 + - pos: -43.5,-5.5 parent: 34 + type: Transform - uid: 7105 components: - - type: Transform - pos: -42.5,-5.5 + - pos: -42.5,-5.5 parent: 34 + type: Transform - uid: 7106 components: - - type: Transform - pos: -42.5,-6.5 + - pos: -42.5,-6.5 parent: 34 + type: Transform - uid: 7107 components: - - type: Transform - pos: -42.5,-7.5 + - pos: -42.5,-7.5 parent: 34 + type: Transform - uid: 7108 components: - - type: Transform - pos: -42.5,-8.5 + - pos: -42.5,-8.5 parent: 34 + type: Transform - uid: 7109 components: - - type: Transform - pos: -42.5,-9.5 + - pos: -42.5,-9.5 parent: 34 + type: Transform - uid: 7110 components: - - type: Transform - pos: -43.5,-9.5 + - pos: -43.5,-9.5 parent: 34 + type: Transform - uid: 7111 components: - - type: Transform - pos: -44.5,-9.5 + - pos: -44.5,-9.5 parent: 34 + type: Transform - uid: 7112 components: - - type: Transform - pos: -45.5,-9.5 + - pos: -45.5,-9.5 parent: 34 + type: Transform - uid: 7113 components: - - type: Transform - pos: -46.5,-9.5 + - pos: -46.5,-9.5 parent: 34 + type: Transform - uid: 7114 components: - - type: Transform - pos: -47.5,-9.5 + - pos: -47.5,-9.5 parent: 34 + type: Transform - uid: 7115 components: - - type: Transform - pos: -48.5,-9.5 + - pos: -48.5,-9.5 parent: 34 + type: Transform - uid: 7116 components: - - type: Transform - pos: -49.5,-9.5 + - pos: -49.5,-9.5 parent: 34 + type: Transform - uid: 7117 components: - - type: Transform - pos: -50.5,-9.5 + - pos: -50.5,-9.5 parent: 34 + type: Transform - uid: 7118 components: - - type: Transform - pos: -42.5,-4.5 + - pos: -42.5,-4.5 parent: 34 + type: Transform - uid: 7119 components: - - type: Transform - pos: -42.5,-3.5 + - pos: -42.5,-3.5 parent: 34 + type: Transform - uid: 7120 components: - - type: Transform - pos: -42.5,-2.5 + - pos: -42.5,-2.5 parent: 34 + type: Transform - uid: 7121 components: - - type: Transform - pos: -42.5,-1.5 + - pos: -42.5,-1.5 parent: 34 + type: Transform - uid: 7122 components: - - type: Transform - pos: -43.5,-1.5 + - pos: -43.5,-1.5 parent: 34 + type: Transform - uid: 7123 components: - - type: Transform - pos: -44.5,-1.5 + - pos: -44.5,-1.5 parent: 34 + type: Transform - uid: 7124 components: - - type: Transform - pos: -45.5,-1.5 + - pos: -45.5,-1.5 parent: 34 + type: Transform - uid: 7125 components: - - type: Transform - pos: -46.5,-1.5 + - pos: -46.5,-1.5 parent: 34 + type: Transform - uid: 7126 components: - - type: Transform - pos: -47.5,-1.5 + - pos: -47.5,-1.5 parent: 34 + type: Transform - uid: 7127 components: - - type: Transform - pos: -48.5,-1.5 + - pos: -48.5,-1.5 parent: 34 + type: Transform - uid: 7128 components: - - type: Transform - pos: -49.5,-1.5 + - pos: -49.5,-1.5 parent: 34 + type: Transform - uid: 7129 components: - - type: Transform - pos: -50.5,-1.5 + - pos: -50.5,-1.5 parent: 34 + type: Transform - uid: 7130 components: - - type: Transform - pos: -47.5,-2.5 + - pos: -47.5,-2.5 parent: 34 + type: Transform - uid: 7131 components: - - type: Transform - pos: -47.5,-3.5 + - pos: -47.5,-3.5 parent: 34 + type: Transform - uid: 7132 components: - - type: Transform - pos: -49.5,-2.5 + - pos: -49.5,-2.5 parent: 34 + type: Transform - uid: 7133 components: - - type: Transform - pos: -49.5,-3.5 + - pos: -49.5,-3.5 parent: 34 + type: Transform - uid: 7134 components: - - type: Transform - pos: -49.5,-8.5 + - pos: -49.5,-8.5 parent: 34 + type: Transform - uid: 7135 components: - - type: Transform - pos: -49.5,-7.5 + - pos: -49.5,-7.5 parent: 34 + type: Transform - uid: 7136 components: - - type: Transform - pos: -46.5,-8.5 + - pos: -46.5,-8.5 parent: 34 + type: Transform - uid: 7137 components: - - type: Transform - pos: -46.5,-7.5 + - pos: -46.5,-7.5 parent: 34 + type: Transform - uid: 7138 components: - - type: Transform - pos: -45.5,-0.5 + - pos: -45.5,-0.5 parent: 34 + type: Transform - uid: 7139 components: - - type: Transform - pos: -45.5,0.5 + - pos: -45.5,0.5 parent: 34 + type: Transform - uid: 7140 components: - - type: Transform - pos: -49.5,-0.5 + - pos: -49.5,-0.5 parent: 34 + type: Transform - uid: 7141 components: - - type: Transform - pos: -49.5,0.5 + - pos: -49.5,0.5 parent: 34 + type: Transform - uid: 7142 components: - - type: Transform - pos: -49.5,1.5 + - pos: -49.5,1.5 parent: 34 + type: Transform - uid: 7143 components: - - type: Transform - pos: -45.5,1.5 + - pos: -45.5,1.5 parent: 34 + type: Transform - uid: 7157 components: - - type: Transform - pos: 3.5,-33.5 + - pos: 3.5,-33.5 parent: 34 + type: Transform - uid: 7159 components: - - type: Transform - pos: 5.5,-33.5 + - pos: 5.5,-33.5 parent: 34 + type: Transform - uid: 7180 components: - - type: Transform - pos: 12.5,-30.5 + - pos: 12.5,-30.5 parent: 34 + type: Transform - uid: 7181 components: - - type: Transform - pos: 13.5,-30.5 + - pos: 13.5,-30.5 parent: 34 + type: Transform - uid: 7182 components: - - type: Transform - pos: 14.5,-30.5 + - pos: 14.5,-30.5 parent: 34 + type: Transform - uid: 7183 components: - - type: Transform - pos: 15.5,-30.5 + - pos: 15.5,-30.5 parent: 34 + type: Transform - uid: 7184 components: - - type: Transform - pos: 15.5,-29.5 + - pos: 15.5,-29.5 parent: 34 + type: Transform - uid: 7185 components: - - type: Transform - pos: 15.5,-28.5 + - pos: 15.5,-28.5 parent: 34 + type: Transform - uid: 7186 components: - - type: Transform - pos: 15.5,-27.5 + - pos: 15.5,-27.5 parent: 34 + type: Transform - uid: 7187 components: - - type: Transform - pos: 13.5,-27.5 + - pos: 13.5,-27.5 parent: 34 + type: Transform - uid: 7188 components: - - type: Transform - pos: 14.5,-27.5 + - pos: 14.5,-27.5 parent: 34 + type: Transform - uid: 7189 components: - - type: Transform - pos: 16.5,-27.5 + - pos: 16.5,-27.5 parent: 34 + type: Transform - uid: 7190 components: - - type: Transform - pos: 17.5,-27.5 + - pos: 17.5,-27.5 parent: 34 + type: Transform - uid: 7191 components: - - type: Transform - pos: 16.5,-30.5 + - pos: 16.5,-30.5 parent: 34 + type: Transform - uid: 7192 components: - - type: Transform - pos: 17.5,-30.5 + - pos: 17.5,-30.5 parent: 34 + type: Transform - uid: 7193 components: - - type: Transform - pos: 15.5,-31.5 + - pos: 15.5,-31.5 parent: 34 + type: Transform - uid: 7194 components: - - type: Transform - pos: 15.5,-32.5 + - pos: 15.5,-32.5 parent: 34 + type: Transform - uid: 7195 components: - - type: Transform - pos: 15.5,-33.5 + - pos: 15.5,-33.5 parent: 34 + type: Transform - uid: 7196 components: - - type: Transform - pos: 14.5,-33.5 + - pos: 14.5,-33.5 parent: 34 + type: Transform - uid: 7197 components: - - type: Transform - pos: 16.5,-33.5 + - pos: 16.5,-33.5 parent: 34 + type: Transform - uid: 7198 components: - - type: Transform - pos: 17.5,-33.5 + - pos: 17.5,-33.5 parent: 34 + type: Transform - uid: 7199 components: - - type: Transform - pos: 13.5,-33.5 + - pos: 13.5,-33.5 parent: 34 + type: Transform - uid: 7200 components: - - type: Transform - pos: 15.5,-36.5 + - pos: 15.5,-36.5 parent: 34 + type: Transform - uid: 7201 components: - - type: Transform - pos: 15.5,-35.5 + - pos: 15.5,-35.5 parent: 34 + type: Transform - uid: 7202 components: - - type: Transform - pos: 15.5,-34.5 + - pos: 15.5,-34.5 parent: 34 + type: Transform - uid: 7203 components: - - type: Transform - pos: 15.5,-37.5 + - pos: 15.5,-37.5 parent: 34 + type: Transform - uid: 7204 components: - - type: Transform - pos: 16.5,-37.5 + - pos: 16.5,-37.5 parent: 34 + type: Transform - uid: 7205 components: - - type: Transform - pos: 17.5,-37.5 + - pos: 17.5,-37.5 parent: 34 + type: Transform - uid: 7207 components: - - type: Transform - pos: 32.5,-20.5 + - pos: 32.5,-20.5 parent: 34 + type: Transform - uid: 7208 components: - - type: Transform - pos: 32.5,-21.5 + - pos: 32.5,-21.5 parent: 34 + type: Transform - uid: 7209 components: - - type: Transform - pos: 32.5,-22.5 + - pos: 32.5,-22.5 parent: 34 + type: Transform - uid: 7210 components: - - type: Transform - pos: 32.5,-23.5 + - pos: 32.5,-23.5 parent: 34 + type: Transform - uid: 7211 components: - - type: Transform - pos: 31.5,-23.5 + - pos: 31.5,-23.5 parent: 34 + type: Transform - uid: 7212 components: - - type: Transform - pos: 30.5,-23.5 + - pos: 30.5,-23.5 parent: 34 + type: Transform - uid: 7213 components: - - type: Transform - pos: 29.5,-23.5 + - pos: 29.5,-23.5 parent: 34 + type: Transform - uid: 7214 components: - - type: Transform - pos: 28.5,-23.5 + - pos: 28.5,-23.5 parent: 34 + type: Transform - uid: 7215 components: - - type: Transform - pos: 27.5,-23.5 + - pos: 27.5,-23.5 parent: 34 + type: Transform - uid: 7216 components: - - type: Transform - pos: 26.5,-23.5 + - pos: 26.5,-23.5 parent: 34 + type: Transform - uid: 7217 components: - - type: Transform - pos: 25.5,-23.5 + - pos: 25.5,-23.5 parent: 34 + type: Transform - uid: 7218 components: - - type: Transform - pos: 26.5,-24.5 + - pos: 26.5,-24.5 parent: 34 + type: Transform - uid: 7219 components: - - type: Transform - pos: 30.5,-24.5 + - pos: 30.5,-24.5 parent: 34 + type: Transform - uid: 7220 components: - - type: Transform - pos: 33.5,-23.5 + - pos: 33.5,-23.5 parent: 34 + type: Transform - uid: 7221 components: - - type: Transform - pos: 34.5,-23.5 + - pos: 34.5,-23.5 parent: 34 + type: Transform - uid: 7222 components: - - type: Transform - pos: 35.5,-23.5 + - pos: 35.5,-23.5 parent: 34 + type: Transform - uid: 7223 components: - - type: Transform - pos: 36.5,-23.5 + - pos: 36.5,-23.5 parent: 34 + type: Transform - uid: 7224 components: - - type: Transform - pos: 37.5,-23.5 + - pos: 37.5,-23.5 parent: 34 + type: Transform - uid: 7225 components: - - type: Transform - pos: 35.5,-24.5 + - pos: 35.5,-24.5 parent: 34 + type: Transform - uid: 7226 components: - - type: Transform - pos: 45.5,-24.5 + - pos: 45.5,-24.5 parent: 34 + type: Transform - uid: 7227 components: - - type: Transform - pos: 44.5,-24.5 + - pos: 44.5,-24.5 parent: 34 + type: Transform - uid: 7228 components: - - type: Transform - pos: 43.5,-24.5 + - pos: 43.5,-24.5 parent: 34 + type: Transform - uid: 7229 components: - - type: Transform - pos: 45.5,-23.5 + - pos: 45.5,-23.5 parent: 34 + type: Transform - uid: 7230 components: - - type: Transform - pos: 42.5,-24.5 + - pos: 42.5,-24.5 parent: 34 + type: Transform - uid: 7231 components: - - type: Transform - pos: 41.5,-24.5 + - pos: 41.5,-24.5 parent: 34 + type: Transform - uid: 7236 components: - - type: Transform - pos: 19.5,-21.5 + - pos: 19.5,-21.5 parent: 34 + type: Transform - uid: 7237 components: - - type: Transform - pos: 19.5,-22.5 + - pos: 19.5,-22.5 parent: 34 + type: Transform - uid: 7238 components: - - type: Transform - pos: 19.5,-23.5 + - pos: 19.5,-23.5 parent: 34 + type: Transform - uid: 7239 components: - - type: Transform - pos: 18.5,-23.5 + - pos: 18.5,-23.5 parent: 34 + type: Transform - uid: 7240 components: - - type: Transform - pos: 17.5,-23.5 + - pos: 17.5,-23.5 parent: 34 + type: Transform - uid: 7241 components: - - type: Transform - pos: 16.5,-23.5 + - pos: 16.5,-23.5 parent: 34 + type: Transform - uid: 7242 components: - - type: Transform - pos: 15.5,-23.5 + - pos: 15.5,-23.5 parent: 34 + type: Transform - uid: 7243 components: - - type: Transform - pos: 14.5,-23.5 + - pos: 14.5,-23.5 parent: 34 + type: Transform - uid: 7244 components: - - type: Transform - pos: 13.5,-23.5 + - pos: 13.5,-23.5 parent: 34 + type: Transform - uid: 7245 components: - - type: Transform - pos: 12.5,-23.5 + - pos: 12.5,-23.5 parent: 34 + type: Transform - uid: 7246 components: - - type: Transform - pos: 12.5,-22.5 + - pos: 12.5,-22.5 parent: 34 + type: Transform - uid: 7247 components: - - type: Transform - pos: 13.5,-22.5 + - pos: 13.5,-22.5 parent: 34 + type: Transform - uid: 7248 components: - - type: Transform - pos: 20.5,-23.5 + - pos: 20.5,-23.5 parent: 34 + type: Transform - uid: 7249 components: - - type: Transform - pos: 21.5,-23.5 + - pos: 21.5,-23.5 parent: 34 + type: Transform - uid: 7250 components: - - type: Transform - pos: 21.5,-24.5 + - pos: 21.5,-24.5 parent: 34 + type: Transform - uid: 7251 components: - - type: Transform - pos: 21.5,-25.5 + - pos: 21.5,-25.5 parent: 34 + type: Transform - uid: 7252 components: - - type: Transform - pos: 21.5,-26.5 + - pos: 21.5,-26.5 parent: 34 + type: Transform - uid: 7253 components: - - type: Transform - pos: 21.5,-27.5 + - pos: 21.5,-27.5 parent: 34 + type: Transform - uid: 7254 components: - - type: Transform - pos: 21.5,-28.5 + - pos: 21.5,-28.5 parent: 34 + type: Transform - uid: 7255 components: - - type: Transform - pos: 21.5,-29.5 + - pos: 21.5,-29.5 parent: 34 + type: Transform - uid: 7256 components: - - type: Transform - pos: 21.5,-30.5 + - pos: 21.5,-30.5 parent: 34 + type: Transform - uid: 7257 components: - - type: Transform - pos: 21.5,-31.5 + - pos: 21.5,-31.5 parent: 34 + type: Transform - uid: 7258 components: - - type: Transform - pos: 21.5,-32.5 + - pos: 21.5,-32.5 parent: 34 + type: Transform - uid: 7259 components: - - type: Transform - pos: 21.5,-33.5 + - pos: 21.5,-33.5 parent: 34 + type: Transform - uid: 7260 components: - - type: Transform - pos: 21.5,-34.5 + - pos: 21.5,-34.5 parent: 34 + type: Transform - uid: 7261 components: - - type: Transform - pos: 21.5,-35.5 + - pos: 21.5,-35.5 parent: 34 + type: Transform - uid: 7262 components: - - type: Transform - pos: 21.5,-36.5 + - pos: 21.5,-36.5 parent: 34 + type: Transform - uid: 7263 components: - - type: Transform - pos: 21.5,-37.5 + - pos: 21.5,-37.5 parent: 34 + type: Transform - uid: 7264 components: - - type: Transform - pos: 21.5,-38.5 + - pos: 21.5,-38.5 parent: 34 + type: Transform - uid: 7265 components: - - type: Transform - pos: 27.5,-33.5 + - pos: 27.5,-33.5 parent: 34 + type: Transform - uid: 7266 components: - - type: Transform - pos: 26.5,-33.5 + - pos: 26.5,-33.5 parent: 34 + type: Transform - uid: 7267 components: - - type: Transform - pos: 26.5,-34.5 + - pos: 26.5,-34.5 parent: 34 + type: Transform - uid: 7268 components: - - type: Transform - pos: 25.5,-34.5 + - pos: 25.5,-34.5 parent: 34 + type: Transform - uid: 7269 components: - - type: Transform - pos: 4.5,-23.5 + - pos: 4.5,-23.5 parent: 34 + type: Transform - uid: 7270 components: - - type: Transform - pos: 3.5,-23.5 + - pos: 3.5,-23.5 parent: 34 + type: Transform - uid: 7271 components: - - type: Transform - pos: 2.5,-23.5 + - pos: 2.5,-23.5 parent: 34 + type: Transform - uid: 7272 components: - - type: Transform - pos: 1.5,-23.5 + - pos: 1.5,-23.5 parent: 34 + type: Transform - uid: 7273 components: - - type: Transform - pos: 0.5,-23.5 + - pos: 0.5,-23.5 parent: 34 + type: Transform - uid: 7274 components: - - type: Transform - pos: -0.5,-23.5 + - pos: -0.5,-23.5 parent: 34 + type: Transform - uid: 7275 components: - - type: Transform - pos: 5.5,-23.5 + - pos: 5.5,-23.5 parent: 34 + type: Transform - uid: 7276 components: - - type: Transform - pos: 6.5,-23.5 + - pos: 6.5,-23.5 parent: 34 + type: Transform - uid: 7277 components: - - type: Transform - pos: 7.5,-23.5 + - pos: 7.5,-23.5 parent: 34 + type: Transform - uid: 7278 components: - - type: Transform - pos: 8.5,-23.5 + - pos: 8.5,-23.5 parent: 34 + type: Transform - uid: 7279 components: - - type: Transform - pos: 4.5,-22.5 + - pos: 4.5,-22.5 parent: 34 + type: Transform - uid: 7280 components: - - type: Transform - pos: 4.5,-21.5 + - pos: 4.5,-21.5 parent: 34 + type: Transform - uid: 7281 components: - - type: Transform - pos: 11.5,5.5 + - pos: 11.5,5.5 parent: 34 + type: Transform - uid: 7282 components: - - type: Transform - pos: 12.5,5.5 + - pos: 12.5,5.5 parent: 34 + type: Transform - uid: 7283 components: - - type: Transform - pos: 13.5,5.5 + - pos: 13.5,5.5 parent: 34 + type: Transform - uid: 7284 components: - - type: Transform - pos: 13.5,4.5 + - pos: 13.5,4.5 parent: 34 + type: Transform - uid: 7285 components: - - type: Transform - pos: 13.5,3.5 + - pos: 13.5,3.5 parent: 34 + type: Transform - uid: 7286 components: - - type: Transform - pos: 13.5,2.5 + - pos: 13.5,2.5 parent: 34 + type: Transform - uid: 7287 components: - - type: Transform - pos: 13.5,1.5 + - pos: 13.5,1.5 parent: 34 + type: Transform - uid: 7288 components: - - type: Transform - pos: 13.5,0.5 + - pos: 13.5,0.5 parent: 34 + type: Transform - uid: 7289 components: - - type: Transform - pos: 13.5,-0.5 + - pos: 13.5,-0.5 parent: 34 + type: Transform - uid: 7290 components: - - type: Transform - pos: 12.5,-0.5 + - pos: 12.5,-0.5 parent: 34 + type: Transform - uid: 7291 components: - - type: Transform - pos: 11.5,-0.5 + - pos: 11.5,-0.5 parent: 34 + type: Transform - uid: 7292 components: - - type: Transform - pos: 10.5,-0.5 + - pos: 10.5,-0.5 parent: 34 + type: Transform - uid: 7293 components: - - type: Transform - pos: 9.5,-0.5 + - pos: 9.5,-0.5 parent: 34 + type: Transform - uid: 7294 components: - - type: Transform - pos: 8.5,-0.5 + - pos: 8.5,-0.5 parent: 34 + type: Transform - uid: 7295 components: - - type: Transform - pos: 8.5,0.5 + - pos: 8.5,0.5 parent: 34 + type: Transform - uid: 7296 components: - - type: Transform - pos: 8.5,1.5 + - pos: 8.5,1.5 parent: 34 + type: Transform - uid: 7297 components: - - type: Transform - pos: 8.5,2.5 + - pos: 8.5,2.5 parent: 34 + type: Transform - uid: 7298 components: - - type: Transform - pos: 9.5,2.5 + - pos: 9.5,2.5 parent: 34 + type: Transform - uid: 7299 components: - - type: Transform - pos: 10.5,2.5 + - pos: 10.5,2.5 parent: 34 + type: Transform - uid: 7300 components: - - type: Transform - pos: 11.5,2.5 + - pos: 11.5,2.5 parent: 34 + type: Transform - uid: 7301 components: - - type: Transform - pos: 12.5,2.5 + - pos: 12.5,2.5 parent: 34 + type: Transform - uid: 7302 components: - - type: Transform - pos: 10.5,5.5 + - pos: 10.5,5.5 parent: 34 + type: Transform - uid: 7303 components: - - type: Transform - pos: 9.5,5.5 + - pos: 9.5,5.5 parent: 34 + type: Transform - uid: 7304 components: - - type: Transform - pos: 9.5,6.5 + - pos: 9.5,6.5 parent: 34 + type: Transform - uid: 7305 components: - - type: Transform - pos: 9.5,7.5 + - pos: 9.5,7.5 parent: 34 + type: Transform - uid: 7306 components: - - type: Transform - pos: 9.5,8.5 + - pos: 9.5,8.5 parent: 34 + type: Transform - uid: 7307 components: - - type: Transform - pos: 9.5,9.5 + - pos: 9.5,9.5 parent: 34 + type: Transform - uid: 7308 components: - - type: Transform - pos: 9.5,10.5 + - pos: 9.5,10.5 parent: 34 + type: Transform - uid: 7309 components: - - type: Transform - pos: 13.5,6.5 + - pos: 13.5,6.5 parent: 34 + type: Transform - uid: 7310 components: - - type: Transform - pos: 13.5,7.5 + - pos: 13.5,7.5 parent: 34 + type: Transform - uid: 7311 components: - - type: Transform - pos: 13.5,8.5 + - pos: 13.5,8.5 parent: 34 + type: Transform - uid: 7312 components: - - type: Transform - pos: 13.5,9.5 + - pos: 13.5,9.5 parent: 34 + type: Transform - uid: 7313 components: - - type: Transform - pos: 13.5,10.5 + - pos: 13.5,10.5 parent: 34 + type: Transform - uid: 7315 components: - - type: Transform - pos: -24.5,-2.5 + - pos: -24.5,-2.5 parent: 34 + type: Transform - uid: 7316 components: - - type: Transform - pos: -24.5,-1.5 + - pos: -24.5,-1.5 parent: 34 + type: Transform - uid: 7317 components: - - type: Transform - pos: -24.5,-0.5 + - pos: -24.5,-0.5 parent: 34 + type: Transform - uid: 7318 components: - - type: Transform - pos: -25.5,-0.5 + - pos: -25.5,-0.5 parent: 34 + type: Transform - uid: 7319 components: - - type: Transform - pos: -26.5,-0.5 + - pos: -26.5,-0.5 parent: 34 + type: Transform - uid: 7320 components: - - type: Transform - pos: -27.5,-0.5 + - pos: -27.5,-0.5 parent: 34 + type: Transform - uid: 7321 components: - - type: Transform - pos: -28.5,-0.5 + - pos: -28.5,-0.5 parent: 34 + type: Transform - uid: 7322 components: - - type: Transform - pos: -29.5,-0.5 + - pos: -29.5,-0.5 parent: 34 + type: Transform - uid: 7323 components: - - type: Transform - pos: -30.5,-0.5 + - pos: -30.5,-0.5 parent: 34 + type: Transform - uid: 7324 components: - - type: Transform - pos: -30.5,0.5 + - pos: -30.5,0.5 parent: 34 + type: Transform - uid: 7325 components: - - type: Transform - pos: -30.5,1.5 + - pos: -30.5,1.5 parent: 34 + type: Transform - uid: 7326 components: - - type: Transform - pos: -30.5,2.5 + - pos: -30.5,2.5 parent: 34 + type: Transform - uid: 7327 components: - - type: Transform - pos: -31.5,-0.5 + - pos: -31.5,-0.5 parent: 34 + type: Transform - uid: 7328 components: - - type: Transform - pos: -23.5,-0.5 + - pos: -23.5,-0.5 parent: 34 + type: Transform - uid: 7329 components: - - type: Transform - pos: -22.5,-0.5 + - pos: -22.5,-0.5 parent: 34 + type: Transform - uid: 7330 components: - - type: Transform - pos: -21.5,-0.5 + - pos: -21.5,-0.5 parent: 34 + type: Transform - uid: 7331 components: - - type: Transform - pos: -20.5,-0.5 + - pos: -20.5,-0.5 parent: 34 + type: Transform - uid: 7332 components: - - type: Transform - pos: -19.5,-0.5 + - pos: -19.5,-0.5 parent: 34 + type: Transform - uid: 7333 components: - - type: Transform - pos: -18.5,-0.5 + - pos: -18.5,-0.5 parent: 34 + type: Transform - uid: 7334 components: - - type: Transform - pos: -17.5,-0.5 + - pos: -17.5,-0.5 parent: 34 + type: Transform - uid: 7335 components: - - type: Transform - pos: -16.5,-0.5 + - pos: -16.5,-0.5 parent: 34 + type: Transform - uid: 7336 components: - - type: Transform - pos: -15.5,-0.5 + - pos: -15.5,-0.5 parent: 34 + type: Transform - uid: 7337 components: - - type: Transform - pos: -14.5,-0.5 + - pos: -14.5,-0.5 parent: 34 + type: Transform - uid: 7338 components: - - type: Transform - pos: -17.5,0.5 + - pos: -17.5,0.5 parent: 34 + type: Transform - uid: 7339 components: - - type: Transform - pos: -17.5,1.5 + - pos: -17.5,1.5 parent: 34 + type: Transform - uid: 7340 components: - - type: Transform - pos: -17.5,2.5 + - pos: -17.5,2.5 parent: 34 + type: Transform - uid: 7341 components: - - type: Transform - pos: -17.5,3.5 + - pos: -17.5,3.5 parent: 34 + type: Transform - uid: 7342 components: - - type: Transform - pos: -16.5,3.5 + - pos: -16.5,3.5 parent: 34 + type: Transform - uid: 7343 components: - - type: Transform - pos: -15.5,3.5 + - pos: -15.5,3.5 parent: 34 + type: Transform - uid: 7344 components: - - type: Transform - pos: -14.5,3.5 + - pos: -14.5,3.5 parent: 34 + type: Transform - uid: 7345 components: - - type: Transform - pos: -14.5,2.5 + - pos: -14.5,2.5 parent: 34 + type: Transform - uid: 7346 components: - - type: Transform - pos: -14.5,1.5 + - pos: -14.5,1.5 parent: 34 + type: Transform - uid: 7347 components: - - type: Transform - pos: -14.5,0.5 + - pos: -14.5,0.5 parent: 34 + type: Transform - uid: 7349 components: - - type: Transform - pos: -2.5,-2.5 + - pos: -2.5,-2.5 parent: 34 + type: Transform - uid: 7350 components: - - type: Transform - pos: -2.5,-1.5 + - pos: -2.5,-1.5 parent: 34 + type: Transform - uid: 7351 components: - - type: Transform - pos: -2.5,-0.5 + - pos: -2.5,-0.5 parent: 34 + type: Transform - uid: 7352 components: - - type: Transform - pos: -3.5,-0.5 + - pos: -3.5,-0.5 parent: 34 + type: Transform - uid: 7353 components: - - type: Transform - pos: -4.5,-0.5 + - pos: -4.5,-0.5 parent: 34 + type: Transform - uid: 7354 components: - - type: Transform - pos: -5.5,-0.5 + - pos: -5.5,-0.5 parent: 34 + type: Transform - uid: 7355 components: - - type: Transform - pos: -6.5,-0.5 + - pos: -6.5,-0.5 parent: 34 + type: Transform - uid: 7356 components: - - type: Transform - pos: -7.5,-0.5 + - pos: -7.5,-0.5 parent: 34 + type: Transform - uid: 7357 components: - - type: Transform - pos: -8.5,-0.5 + - pos: -8.5,-0.5 parent: 34 + type: Transform - uid: 7358 components: - - type: Transform - pos: -9.5,-0.5 + - pos: -9.5,-0.5 parent: 34 + type: Transform - uid: 7359 components: - - type: Transform - pos: -10.5,-0.5 + - pos: -10.5,-0.5 parent: 34 + type: Transform - uid: 7360 components: - - type: Transform - pos: -8.5,0.5 + - pos: -8.5,0.5 parent: 34 + type: Transform - uid: 7361 components: - - type: Transform - pos: -8.5,1.5 + - pos: -8.5,1.5 parent: 34 + type: Transform - uid: 7362 components: - - type: Transform - pos: -8.5,2.5 + - pos: -8.5,2.5 parent: 34 + type: Transform - uid: 7363 components: - - type: Transform - pos: -8.5,3.5 + - pos: -8.5,3.5 parent: 34 + type: Transform - uid: 7364 components: - - type: Transform - pos: -8.5,4.5 + - pos: -8.5,4.5 parent: 34 + type: Transform - uid: 7365 components: - - type: Transform - pos: -9.5,4.5 + - pos: -9.5,4.5 parent: 34 + type: Transform - uid: 7366 components: - - type: Transform - pos: -10.5,4.5 + - pos: -10.5,4.5 parent: 34 + type: Transform - uid: 7367 components: - - type: Transform - pos: -10.5,3.5 + - pos: -10.5,3.5 parent: 34 + type: Transform - uid: 7368 components: - - type: Transform - pos: -7.5,4.5 + - pos: -7.5,4.5 parent: 34 + type: Transform - uid: 7369 components: - - type: Transform - pos: -6.5,4.5 + - pos: -6.5,4.5 parent: 34 + type: Transform - uid: 7370 components: - - type: Transform - pos: -6.5,3.5 + - pos: -6.5,3.5 parent: 34 + type: Transform - uid: 7371 components: - - type: Transform - pos: -1.5,-0.5 + - pos: -1.5,-0.5 parent: 34 + type: Transform - uid: 7372 components: - - type: Transform - pos: -0.5,-0.5 + - pos: -0.5,-0.5 parent: 34 + type: Transform - uid: 7373 components: - - type: Transform - pos: 0.5,-0.5 + - pos: 0.5,-0.5 parent: 34 + type: Transform - uid: 7374 components: - - type: Transform - pos: 1.5,-0.5 + - pos: 1.5,-0.5 parent: 34 + type: Transform - uid: 7375 components: - - type: Transform - pos: 2.5,-0.5 + - pos: 2.5,-0.5 parent: 34 + type: Transform - uid: 7376 components: - - type: Transform - pos: 3.5,-0.5 + - pos: 3.5,-0.5 parent: 34 + type: Transform - uid: 7377 components: - - type: Transform - pos: 4.5,-0.5 + - pos: 4.5,-0.5 parent: 34 + type: Transform - uid: 7378 components: - - type: Transform - pos: 5.5,-0.5 + - pos: 5.5,-0.5 parent: 34 + type: Transform - uid: 7384 components: - - type: Transform - pos: 6.5,-33.5 + - pos: 6.5,-33.5 parent: 34 + type: Transform - uid: 7385 components: - - type: Transform - pos: 7.5,-33.5 + - pos: 7.5,-33.5 parent: 34 + type: Transform - uid: 7386 components: - - type: Transform - pos: 8.5,-33.5 + - pos: 8.5,-33.5 parent: 34 + type: Transform - uid: 7387 components: - - type: Transform - pos: 9.5,-33.5 + - pos: 9.5,-33.5 parent: 34 + type: Transform - uid: 7388 components: - - type: Transform - pos: 9.5,-32.5 + - pos: 9.5,-32.5 parent: 34 + type: Transform - uid: 7392 components: - - type: Transform - pos: 5.5,-36.5 + - pos: 5.5,-36.5 parent: 34 + type: Transform - uid: 7393 components: - - type: Transform - pos: 4.5,-36.5 + - pos: 4.5,-36.5 parent: 34 + type: Transform - uid: 7394 components: - - type: Transform - pos: 3.5,-36.5 + - pos: 3.5,-36.5 parent: 34 + type: Transform - uid: 7414 components: - - type: Transform - pos: -26.5,-33.5 + - pos: -26.5,-33.5 parent: 34 + type: Transform - uid: 7416 components: - - type: Transform - pos: -27.5,-32.5 + - pos: -27.5,-32.5 parent: 34 + type: Transform - uid: 7430 components: - - type: Transform - pos: -31.5,-20.5 + - pos: -31.5,-20.5 parent: 34 + type: Transform - uid: 7431 components: - - type: Transform - pos: -31.5,-21.5 + - pos: -31.5,-21.5 parent: 34 + type: Transform - uid: 7432 components: - - type: Transform - pos: -31.5,-22.5 + - pos: -31.5,-22.5 parent: 34 + type: Transform - uid: 7433 components: - - type: Transform - pos: -32.5,-22.5 + - pos: -32.5,-22.5 parent: 34 + type: Transform - uid: 7434 components: - - type: Transform - pos: -33.5,-22.5 + - pos: -33.5,-22.5 parent: 34 + type: Transform - uid: 7435 components: - - type: Transform - pos: -34.5,-22.5 + - pos: -34.5,-22.5 parent: 34 + type: Transform - uid: 7436 components: - - type: Transform - pos: -35.5,-22.5 + - pos: -35.5,-22.5 parent: 34 + type: Transform - uid: 7437 components: - - type: Transform - pos: -36.5,-22.5 + - pos: -36.5,-22.5 parent: 34 + type: Transform - uid: 7438 components: - - type: Transform - pos: -37.5,-22.5 + - pos: -37.5,-22.5 parent: 34 + type: Transform - uid: 7439 components: - - type: Transform - pos: -37.5,-21.5 + - pos: -37.5,-21.5 parent: 34 + type: Transform - uid: 7440 components: - - type: Transform - pos: -37.5,-20.5 + - pos: -37.5,-20.5 parent: 34 + type: Transform - uid: 7441 components: - - type: Transform - pos: -37.5,-19.5 + - pos: -37.5,-19.5 parent: 34 + type: Transform - uid: 7442 components: - - type: Transform - pos: -37.5,-18.5 + - pos: -37.5,-18.5 parent: 34 + type: Transform - uid: 7443 components: - - type: Transform - pos: -37.5,-17.5 + - pos: -37.5,-17.5 parent: 34 + type: Transform - uid: 7444 components: - - type: Transform - pos: -38.5,-17.5 + - pos: -38.5,-17.5 parent: 34 + type: Transform - uid: 7445 components: - - type: Transform - pos: -30.5,-22.5 + - pos: -30.5,-22.5 parent: 34 + type: Transform - uid: 7446 components: - - type: Transform - pos: -29.5,-22.5 + - pos: -29.5,-22.5 parent: 34 + type: Transform - uid: 7447 components: - - type: Transform - pos: -28.5,-22.5 + - pos: -28.5,-22.5 parent: 34 + type: Transform - uid: 7448 components: - - type: Transform - pos: -27.5,-22.5 + - pos: -27.5,-22.5 parent: 34 + type: Transform - uid: 7449 components: - - type: Transform - pos: -26.5,-22.5 + - pos: -26.5,-22.5 parent: 34 + type: Transform - uid: 7450 components: - - type: Transform - pos: -25.5,-22.5 + - pos: -25.5,-22.5 parent: 34 + type: Transform - uid: 7451 components: - - type: Transform - pos: -24.5,-22.5 + - pos: -24.5,-22.5 parent: 34 + type: Transform - uid: 7452 components: - - type: Transform - pos: -23.5,-22.5 + - pos: -23.5,-22.5 parent: 34 + type: Transform - uid: 7453 components: - - type: Transform - pos: -22.5,-22.5 + - pos: -22.5,-22.5 parent: 34 + type: Transform - uid: 7454 components: - - type: Transform - pos: -21.5,-22.5 + - pos: -21.5,-22.5 parent: 34 + type: Transform - uid: 7455 components: - - type: Transform - pos: -20.5,-22.5 + - pos: -20.5,-22.5 parent: 34 + type: Transform - uid: 7456 components: - - type: Transform - pos: -19.5,-22.5 + - pos: -19.5,-22.5 parent: 34 + type: Transform - uid: 7457 components: - - type: Transform - pos: -18.5,-22.5 + - pos: -18.5,-22.5 parent: 34 + type: Transform - uid: 7458 components: - - type: Transform - pos: -18.5,-23.5 + - pos: -18.5,-23.5 parent: 34 + type: Transform - uid: 7460 components: - - type: Transform - pos: -17.5,-22.5 + - pos: -17.5,-22.5 parent: 34 + type: Transform - uid: 7461 components: - - type: Transform - pos: -21.5,-21.5 + - pos: -21.5,-21.5 parent: 34 + type: Transform - uid: 7462 components: - - type: Transform - pos: -18.5,-25.5 + - pos: -18.5,-25.5 parent: 34 + type: Transform - uid: 7463 components: - - type: Transform - pos: -18.5,-26.5 + - pos: -18.5,-26.5 parent: 34 + type: Transform - uid: 7467 components: - - type: Transform - pos: -36.5,-0.5 + - pos: -36.5,-0.5 parent: 34 + type: Transform - uid: 7468 components: - - type: Transform - pos: -36.5,2.5 + - pos: -36.5,2.5 parent: 34 + type: Transform - uid: 7469 components: - - type: Transform - pos: -36.5,3.5 + - pos: -36.5,3.5 parent: 34 + type: Transform - uid: 7470 components: - - type: Transform - pos: -36.5,4.5 + - pos: -36.5,4.5 parent: 34 + type: Transform - uid: 7471 components: - - type: Transform - pos: -35.5,-0.5 + - pos: -35.5,-0.5 parent: 34 + type: Transform - uid: 7472 components: - - type: Transform - pos: -37.5,-0.5 + - pos: -37.5,-0.5 parent: 34 + type: Transform - uid: 7473 components: - - type: Transform - pos: -38.5,-0.5 + - pos: -38.5,-0.5 parent: 34 + type: Transform - uid: 7474 components: - - type: Transform - pos: -39.5,-0.5 + - pos: -39.5,-0.5 parent: 34 + type: Transform - uid: 7475 components: - - type: Transform - pos: -40.5,-0.5 + - pos: -40.5,-0.5 parent: 34 + type: Transform - uid: 7476 components: - - type: Transform - pos: -38.5,-1.5 + - pos: -38.5,-1.5 parent: 34 + type: Transform - uid: 7477 components: - - type: Transform - pos: -38.5,-2.5 + - pos: -38.5,-2.5 parent: 34 + type: Transform - uid: 7478 components: - - type: Transform - pos: -38.5,-3.5 + - pos: -38.5,-3.5 parent: 34 + type: Transform - uid: 7479 components: - - type: Transform - pos: -38.5,-4.5 + - pos: -38.5,-4.5 parent: 34 + type: Transform - uid: 7480 components: - - type: Transform - pos: -38.5,-5.5 + - pos: -38.5,-5.5 parent: 34 + type: Transform - uid: 7481 components: - - type: Transform - pos: -38.5,-6.5 + - pos: -38.5,-6.5 parent: 34 + type: Transform - uid: 7482 components: - - type: Transform - pos: -38.5,-7.5 + - pos: -38.5,-7.5 parent: 34 + type: Transform - uid: 7483 components: - - type: Transform - pos: -38.5,-8.5 + - pos: -38.5,-8.5 parent: 34 + type: Transform - uid: 7484 components: - - type: Transform - pos: -38.5,-9.5 + - pos: -38.5,-9.5 parent: 34 + type: Transform - uid: 7485 components: - - type: Transform - pos: -38.5,-10.5 + - pos: -38.5,-10.5 parent: 34 + type: Transform - uid: 7486 components: - - type: Transform - pos: -38.5,-11.5 + - pos: -38.5,-11.5 parent: 34 + type: Transform - uid: 7487 components: - - type: Transform - pos: -38.5,-12.5 + - pos: -38.5,-12.5 parent: 34 + type: Transform - uid: 7489 components: - - type: Transform - pos: -52.5,-11.5 + - pos: -52.5,-11.5 parent: 34 + type: Transform - uid: 7490 components: - - type: Transform - pos: -53.5,-11.5 + - pos: -53.5,-11.5 parent: 34 + type: Transform - uid: 7491 components: - - type: Transform - pos: -52.5,-12.5 - parent: 34 - - uid: 7492 - components: - - type: Transform - pos: -51.5,-12.5 - parent: 34 - - uid: 7493 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 34 - - uid: 7494 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 34 - - uid: 7495 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 34 - - uid: 7496 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 34 - - uid: 7497 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 34 - - uid: 7498 - components: - - type: Transform - pos: -45.5,-12.5 - parent: 34 - - uid: 7499 - components: - - type: Transform - pos: -44.5,-12.5 - parent: 34 - - uid: 7500 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 34 - - uid: 7501 - components: - - type: Transform - pos: -42.5,-12.5 + - pos: -52.5,-12.5 parent: 34 + type: Transform - uid: 7502 components: - - type: Transform - pos: -53.5,-10.5 + - pos: -53.5,-10.5 parent: 34 + type: Transform - uid: 7503 components: - - type: Transform - pos: -30.5,-40.5 + - pos: -30.5,-40.5 parent: 34 + type: Transform - uid: 7504 components: - - type: Transform - pos: -54.5,-9.5 + - pos: -54.5,-9.5 parent: 34 + type: Transform - uid: 7505 components: - - type: Transform - pos: -54.5,-8.5 + - pos: -54.5,-8.5 parent: 34 + type: Transform - uid: 7506 components: - - type: Transform - pos: -54.5,-7.5 + - pos: -54.5,-7.5 parent: 34 + type: Transform - uid: 7507 components: - - type: Transform - pos: -54.5,-6.5 + - pos: -54.5,-6.5 parent: 34 + type: Transform - uid: 7508 components: - - type: Transform - pos: -54.5,-5.5 + - pos: -54.5,-5.5 parent: 34 + type: Transform - uid: 7509 components: - - type: Transform - pos: -54.5,-4.5 + - pos: -54.5,-4.5 parent: 34 + type: Transform - uid: 7510 components: - - type: Transform - pos: -54.5,-3.5 + - pos: -54.5,-3.5 parent: 34 + type: Transform - uid: 7511 components: - - type: Transform - pos: -54.5,-2.5 + - pos: -54.5,-2.5 parent: 34 + type: Transform - uid: 7512 components: - - type: Transform - pos: -54.5,-1.5 + - pos: -54.5,-1.5 parent: 34 + type: Transform - uid: 7513 components: - - type: Transform - pos: -54.5,-0.5 + - pos: -54.5,-0.5 parent: 34 + type: Transform - uid: 7514 components: - - type: Transform - pos: -54.5,0.5 + - pos: -54.5,0.5 parent: 34 + type: Transform - uid: 7515 components: - - type: Transform - pos: -55.5,0.5 + - pos: -55.5,0.5 parent: 34 + type: Transform - uid: 7516 components: - - type: Transform - pos: -53.5,0.5 + - pos: -53.5,0.5 parent: 34 + type: Transform - uid: 7517 components: - - type: Transform - pos: -37.5,3.5 + - pos: -37.5,3.5 parent: 34 + type: Transform - uid: 7518 components: - - type: Transform - pos: -38.5,3.5 + - pos: -38.5,3.5 parent: 34 + type: Transform - uid: 7519 components: - - type: Transform - pos: -39.5,3.5 + - pos: -39.5,3.5 parent: 34 + type: Transform - uid: 7520 components: - - type: Transform - pos: -40.5,3.5 + - pos: -40.5,3.5 parent: 34 + type: Transform - uid: 7521 components: - - type: Transform - pos: -40.5,4.5 + - pos: -40.5,4.5 parent: 34 + type: Transform - uid: 7522 components: - - type: Transform - pos: -40.5,5.5 + - pos: -40.5,5.5 parent: 34 + type: Transform - uid: 7523 components: - - type: Transform - pos: -41.5,5.5 + - pos: -41.5,5.5 parent: 34 + type: Transform - uid: 7524 components: - - type: Transform - pos: -42.5,5.5 + - pos: -42.5,5.5 parent: 34 + type: Transform - uid: 7525 components: - - type: Transform - pos: -43.5,5.5 + - pos: -43.5,5.5 parent: 34 + type: Transform - uid: 7526 components: - - type: Transform - pos: -44.5,5.5 + - pos: -44.5,5.5 parent: 34 + type: Transform - uid: 7527 components: - - type: Transform - pos: -45.5,5.5 + - pos: -45.5,5.5 parent: 34 + type: Transform - uid: 7528 components: - - type: Transform - pos: -46.5,5.5 + - pos: -46.5,5.5 parent: 34 + type: Transform - uid: 7529 components: - - type: Transform - pos: -47.5,5.5 + - pos: -47.5,5.5 parent: 34 + type: Transform - uid: 7530 components: - - type: Transform - pos: -48.5,5.5 + - pos: -48.5,5.5 parent: 34 + type: Transform - uid: 7531 components: - - type: Transform - pos: -49.5,5.5 + - pos: -49.5,5.5 parent: 34 + type: Transform - uid: 7532 components: - - type: Transform - pos: -50.5,5.5 + - pos: -50.5,5.5 parent: 34 + type: Transform - uid: 7533 components: - - type: Transform - pos: -51.5,5.5 + - pos: -51.5,5.5 parent: 34 + type: Transform - uid: 7534 components: - - type: Transform - pos: -52.5,5.5 + - pos: -52.5,5.5 parent: 34 + type: Transform - uid: 7535 components: - - type: Transform - pos: -53.5,5.5 + - pos: -53.5,5.5 parent: 34 + type: Transform - uid: 7536 components: - - type: Transform - pos: -54.5,5.5 + - pos: -54.5,5.5 parent: 34 + type: Transform - uid: 7537 components: - - type: Transform - pos: -54.5,6.5 + - pos: -54.5,6.5 parent: 34 + type: Transform - uid: 7538 components: - - type: Transform - pos: -54.5,7.5 + - pos: -54.5,7.5 parent: 34 + type: Transform - uid: 7539 components: - - type: Transform - pos: -55.5,5.5 + - pos: -55.5,5.5 parent: 34 + type: Transform - uid: 7540 components: - - type: Transform - pos: -56.5,5.5 + - pos: -56.5,5.5 parent: 34 + type: Transform - uid: 7541 components: - - type: Transform - pos: -54.5,4.5 + - pos: -54.5,4.5 parent: 34 + type: Transform - uid: 7542 components: - - type: Transform - pos: -51.5,6.5 + - pos: -51.5,6.5 parent: 34 + type: Transform - uid: 7543 components: - - type: Transform - pos: -51.5,7.5 + - pos: -51.5,7.5 parent: 34 + type: Transform - uid: 7558 components: - - type: Transform - pos: 11.5,12.5 + - pos: 11.5,12.5 parent: 34 + type: Transform - uid: 7559 components: - - type: Transform - pos: 11.5,13.5 + - pos: 11.5,13.5 parent: 34 + type: Transform - uid: 7560 components: - - type: Transform - pos: 11.5,14.5 + - pos: 11.5,14.5 parent: 34 + type: Transform - uid: 7561 components: - - type: Transform - pos: 11.5,15.5 + - pos: 11.5,15.5 parent: 34 + type: Transform - uid: 7562 components: - - type: Transform - pos: 10.5,15.5 + - pos: 10.5,15.5 parent: 34 + type: Transform - uid: 7563 components: - - type: Transform - pos: 9.5,15.5 + - pos: 9.5,15.5 parent: 34 + type: Transform - uid: 7564 components: - - type: Transform - pos: 8.5,15.5 + - pos: 8.5,15.5 parent: 34 + type: Transform - uid: 7565 components: - - type: Transform - pos: 7.5,15.5 + - pos: 7.5,15.5 parent: 34 + type: Transform - uid: 7566 components: - - type: Transform - pos: 6.5,15.5 + - pos: 6.5,15.5 parent: 34 + type: Transform - uid: 7567 components: - - type: Transform - pos: 5.5,15.5 + - pos: 5.5,15.5 parent: 34 + type: Transform - uid: 7568 components: - - type: Transform - pos: 12.5,15.5 + - pos: 12.5,15.5 parent: 34 + type: Transform - uid: 7569 components: - - type: Transform - pos: 13.5,15.5 + - pos: 13.5,15.5 parent: 34 + type: Transform - uid: 7570 components: - - type: Transform - pos: 13.5,16.5 + - pos: 13.5,16.5 parent: 34 + type: Transform - uid: 7573 components: - - type: Transform - pos: 13.5,19.5 + - pos: 13.5,19.5 parent: 34 + type: Transform - uid: 7576 components: - - type: Transform - pos: 5.5,14.5 + - pos: 5.5,14.5 parent: 34 + type: Transform - uid: 7577 components: - - type: Transform - pos: 13.5,14.5 + - pos: 13.5,14.5 parent: 34 + type: Transform - uid: 7610 components: - - type: Transform - pos: 22.5,-2.5 + - pos: 22.5,-2.5 parent: 34 + type: Transform - uid: 7611 components: - - type: Transform - pos: 22.5,-1.5 + - pos: 22.5,-1.5 parent: 34 + type: Transform - uid: 7612 components: - - type: Transform - pos: 22.5,-0.5 + - pos: 22.5,-0.5 parent: 34 + type: Transform - uid: 7613 components: - - type: Transform - pos: 22.5,0.5 + - pos: 22.5,0.5 parent: 34 + type: Transform - uid: 7614 components: - - type: Transform - pos: 21.5,0.5 + - pos: 21.5,0.5 parent: 34 + type: Transform - uid: 7615 components: - - type: Transform - pos: 20.5,0.5 + - pos: 20.5,0.5 parent: 34 + type: Transform - uid: 7616 components: - - type: Transform - pos: 19.5,0.5 + - pos: 19.5,0.5 parent: 34 + type: Transform - uid: 7617 components: - - type: Transform - pos: 18.5,0.5 + - pos: 18.5,0.5 parent: 34 + type: Transform - uid: 7618 components: - - type: Transform - pos: 17.5,0.5 + - pos: 17.5,0.5 parent: 34 + type: Transform - uid: 7619 components: - - type: Transform - pos: 17.5,-0.5 + - pos: 17.5,-0.5 parent: 34 + type: Transform - uid: 7620 components: - - type: Transform - pos: 18.5,-0.5 + - pos: 18.5,-0.5 parent: 34 + type: Transform - uid: 7625 components: - - type: Transform - pos: 25.5,6.5 + - pos: 25.5,6.5 parent: 34 + type: Transform - uid: 7626 components: - - type: Transform - pos: 25.5,7.5 + - pos: 25.5,7.5 parent: 34 + type: Transform - uid: 7627 components: - - type: Transform - pos: 25.5,8.5 + - pos: 25.5,8.5 parent: 34 + type: Transform - uid: 7628 components: - - type: Transform - pos: 24.5,8.5 + - pos: 24.5,8.5 parent: 34 + type: Transform - uid: 7629 components: - - type: Transform - pos: 23.5,8.5 + - pos: 23.5,8.5 parent: 34 + type: Transform - uid: 7630 components: - - type: Transform - pos: 22.5,8.5 + - pos: 22.5,8.5 parent: 34 + type: Transform - uid: 7631 components: - - type: Transform - pos: 21.5,8.5 + - pos: 21.5,8.5 parent: 34 + type: Transform - uid: 7632 components: - - type: Transform - pos: 20.5,8.5 + - pos: 20.5,8.5 parent: 34 + type: Transform - uid: 7633 components: - - type: Transform - pos: 19.5,8.5 + - pos: 19.5,8.5 parent: 34 + type: Transform - uid: 7634 components: - - type: Transform - pos: 18.5,8.5 + - pos: 18.5,8.5 parent: 34 + type: Transform - uid: 7635 components: - - type: Transform - pos: 17.5,8.5 + - pos: 17.5,8.5 parent: 34 + type: Transform - uid: 7636 components: - - type: Transform - pos: 26.5,7.5 + - pos: 26.5,7.5 parent: 34 + type: Transform - uid: 7637 components: - - type: Transform - pos: 27.5,7.5 + - pos: 27.5,7.5 parent: 34 + type: Transform - uid: 7638 components: - - type: Transform - pos: 28.5,7.5 + - pos: 28.5,7.5 parent: 34 + type: Transform - uid: 7639 components: - - type: Transform - pos: 29.5,7.5 + - pos: 29.5,7.5 parent: 34 + type: Transform - uid: 7640 components: - - type: Transform - pos: 30.5,7.5 + - pos: 30.5,7.5 parent: 34 + type: Transform - uid: 7641 components: - - type: Transform - pos: 31.5,7.5 + - pos: 31.5,7.5 parent: 34 + type: Transform - uid: 7642 components: - - type: Transform - pos: 32.5,7.5 + - pos: 32.5,7.5 parent: 34 + type: Transform - uid: 7643 components: - - type: Transform - pos: 32.5,6.5 + - pos: 32.5,6.5 parent: 34 + type: Transform - uid: 7644 components: - - type: Transform - pos: 32.5,5.5 + - pos: 32.5,5.5 parent: 34 + type: Transform - uid: 7645 components: - - type: Transform - pos: 32.5,4.5 + - pos: 32.5,4.5 parent: 34 + type: Transform - uid: 7646 components: - - type: Transform - pos: 32.5,3.5 + - pos: 32.5,3.5 parent: 34 + type: Transform - uid: 7647 components: - - type: Transform - pos: 32.5,2.5 + - pos: 32.5,2.5 parent: 34 + type: Transform - uid: 7648 components: - - type: Transform - pos: 32.5,1.5 + - pos: 32.5,1.5 parent: 34 + type: Transform - uid: 7649 components: - - type: Transform - pos: 32.5,0.5 + - pos: 32.5,0.5 parent: 34 + type: Transform - uid: 7706 components: - - type: Transform - pos: -25.5,-41.5 + - pos: -25.5,-41.5 parent: 34 + type: Transform - uid: 7813 components: - - type: Transform - pos: 0.5,-20.5 - parent: 34 - - uid: 7817 - components: - - type: Transform - pos: -54.5,-19.5 + - pos: 0.5,-20.5 parent: 34 + type: Transform - uid: 7858 components: - - type: Transform - pos: 2.5,-36.5 + - pos: 2.5,-36.5 parent: 34 + type: Transform - uid: 7859 components: - - type: Transform - pos: 1.5,-36.5 + - pos: 1.5,-36.5 parent: 34 + type: Transform - uid: 7860 components: - - type: Transform - pos: 0.5,-36.5 + - pos: 0.5,-36.5 parent: 34 + type: Transform - uid: 7861 components: - - type: Transform - pos: -0.5,-36.5 + - pos: -0.5,-36.5 parent: 34 + type: Transform - uid: 7862 components: - - type: Transform - pos: 6.5,-36.5 + - pos: 6.5,-36.5 parent: 34 + type: Transform - uid: 7864 components: - - type: Transform - pos: 7.5,-37.5 + - pos: 7.5,-37.5 parent: 34 + type: Transform - uid: 7865 components: - - type: Transform - pos: 8.5,-37.5 + - pos: 8.5,-37.5 parent: 34 + type: Transform - uid: 7866 components: - - type: Transform - pos: 9.5,-37.5 + - pos: 9.5,-37.5 parent: 34 + type: Transform - uid: 7867 components: - - type: Transform - pos: 10.5,-37.5 + - pos: 10.5,-37.5 parent: 34 + type: Transform - uid: 7871 components: - - type: Transform - pos: 7.5,-41.5 + - pos: 7.5,-41.5 parent: 34 + type: Transform - uid: 7872 components: - - type: Transform - pos: 8.5,-41.5 + - pos: 8.5,-41.5 parent: 34 + type: Transform - uid: 7873 components: - - type: Transform - pos: 9.5,-41.5 + - pos: 9.5,-41.5 parent: 34 + type: Transform - uid: 8009 components: - - type: Transform - pos: 3.5,-40.5 + - pos: 3.5,-40.5 parent: 34 + type: Transform - uid: 8010 components: - - type: Transform - pos: 3.5,-39.5 + - pos: 3.5,-39.5 parent: 34 + type: Transform - uid: 8011 components: - - type: Transform - pos: 3.5,-38.5 + - pos: 3.5,-38.5 parent: 34 + type: Transform - uid: 8012 components: - - type: Transform - pos: 3.5,-37.5 + - pos: 3.5,-37.5 parent: 34 + type: Transform - uid: 8013 components: - - type: Transform - pos: 9.5,-29.5 + - pos: 9.5,-29.5 parent: 34 + type: Transform - uid: 8014 components: - - type: Transform - pos: 2.5,-33.5 + - pos: 2.5,-33.5 parent: 34 + type: Transform - uid: 8015 components: - - type: Transform - pos: 1.5,-33.5 + - pos: 1.5,-33.5 parent: 34 + type: Transform - uid: 8016 components: - - type: Transform - pos: 0.5,-33.5 + - pos: 0.5,-33.5 parent: 34 + type: Transform - uid: 8017 components: - - type: Transform - pos: 6.5,-32.5 + - pos: 6.5,-32.5 parent: 34 + type: Transform - uid: 8021 components: - - type: Transform - pos: -25.5,-23.5 + - pos: -25.5,-23.5 parent: 34 + type: Transform - uid: 8036 components: - - type: Transform - pos: 31.5,-42.5 + - pos: 31.5,-42.5 parent: 34 + type: Transform - uid: 8037 components: - - type: Transform - pos: 31.5,-43.5 + - pos: 31.5,-43.5 parent: 34 + type: Transform - uid: 8038 components: - - type: Transform - pos: 31.5,-44.5 + - pos: 31.5,-44.5 parent: 34 + type: Transform - uid: 8039 components: - - type: Transform - pos: 30.5,-44.5 + - pos: 30.5,-44.5 parent: 34 + type: Transform - uid: 8040 components: - - type: Transform - pos: 31.5,-45.5 + - pos: 31.5,-45.5 parent: 34 + type: Transform - uid: 8041 components: - - type: Transform - pos: 32.5,-45.5 + - pos: 32.5,-45.5 parent: 34 + type: Transform - uid: 8042 components: - - type: Transform - pos: 32.5,-43.5 + - pos: 32.5,-43.5 parent: 34 + type: Transform - uid: 8043 components: - - type: Transform - pos: 28.5,-44.5 + - pos: 28.5,-44.5 parent: 34 + type: Transform - uid: 8044 components: - - type: Transform - pos: 29.5,-44.5 + - pos: 29.5,-44.5 parent: 34 + type: Transform - uid: 8045 components: - - type: Transform - pos: 32.5,-48.5 + - pos: 32.5,-48.5 parent: 34 + type: Transform - uid: 8046 components: - - type: Transform - pos: 33.5,-48.5 + - pos: 33.5,-48.5 parent: 34 + type: Transform - uid: 8047 components: - - type: Transform - pos: 34.5,-48.5 + - pos: 34.5,-48.5 parent: 34 + type: Transform - uid: 8048 components: - - type: Transform - pos: 35.5,-48.5 + - pos: 35.5,-48.5 parent: 34 + type: Transform - uid: 8049 components: - - type: Transform - pos: 36.5,-48.5 + - pos: 36.5,-48.5 parent: 34 + type: Transform - uid: 8050 components: - - type: Transform - pos: 36.5,-47.5 + - pos: 36.5,-47.5 parent: 34 + type: Transform - uid: 8051 components: - - type: Transform - pos: 36.5,-46.5 + - pos: 36.5,-46.5 parent: 34 + type: Transform - uid: 8052 components: - - type: Transform - pos: 36.5,-45.5 + - pos: 36.5,-45.5 parent: 34 + type: Transform - uid: 8053 components: - - type: Transform - pos: 36.5,-44.5 + - pos: 36.5,-44.5 parent: 34 + type: Transform - uid: 8054 components: - - type: Transform - pos: 31.5,-48.5 + - pos: 31.5,-48.5 parent: 34 + type: Transform - uid: 8055 components: - - type: Transform - pos: 30.5,-48.5 + - pos: 30.5,-48.5 parent: 34 + type: Transform - uid: 8056 components: - - type: Transform - pos: 29.5,-48.5 + - pos: 29.5,-48.5 parent: 34 + type: Transform - uid: 8057 components: - - type: Transform - pos: 28.5,-48.5 + - pos: 28.5,-48.5 parent: 34 + type: Transform - uid: 8058 components: - - type: Transform - pos: 27.5,-48.5 + - pos: 27.5,-48.5 parent: 34 + type: Transform - uid: 8059 components: - - type: Transform - pos: 26.5,-48.5 + - pos: 26.5,-48.5 parent: 34 + type: Transform - uid: 8060 components: - - type: Transform - pos: 25.5,-48.5 + - pos: 25.5,-48.5 parent: 34 + type: Transform - uid: 8061 components: - - type: Transform - pos: 24.5,-48.5 + - pos: 24.5,-48.5 parent: 34 + type: Transform - uid: 8062 components: - - type: Transform - pos: 23.5,-48.5 + - pos: 23.5,-48.5 parent: 34 + type: Transform - uid: 8063 components: - - type: Transform - pos: 22.5,-48.5 + - pos: 22.5,-48.5 parent: 34 + type: Transform - uid: 8064 components: - - type: Transform - pos: 21.5,-48.5 + - pos: 21.5,-48.5 parent: 34 + type: Transform - uid: 8065 components: - - type: Transform - pos: 20.5,-48.5 + - pos: 20.5,-48.5 parent: 34 + type: Transform - uid: 8066 components: - - type: Transform - pos: 19.5,-48.5 + - pos: 19.5,-48.5 parent: 34 + type: Transform - uid: 8067 components: - - type: Transform - pos: 18.5,-48.5 + - pos: 18.5,-48.5 parent: 34 + type: Transform - uid: 8068 components: - - type: Transform - pos: 17.5,-48.5 + - pos: 17.5,-48.5 parent: 34 + type: Transform - uid: 8069 components: - - type: Transform - pos: 16.5,-48.5 + - pos: 16.5,-48.5 parent: 34 + type: Transform - uid: 8070 components: - - type: Transform - pos: 15.5,-48.5 + - pos: 15.5,-48.5 parent: 34 + type: Transform - uid: 8071 components: - - type: Transform - pos: 14.5,-48.5 + - pos: 14.5,-48.5 parent: 34 + type: Transform - uid: 8075 components: - - type: Transform - pos: -21.5,-32.5 + - pos: -21.5,-32.5 parent: 34 + type: Transform - uid: 8129 components: - - type: Transform - pos: -43.5,-17.5 + - pos: -43.5,-17.5 parent: 34 + type: Transform - uid: 8265 components: - - type: Transform - pos: -41.5,6.5 + - pos: -41.5,6.5 parent: 34 + type: Transform - uid: 8266 components: - - type: Transform - pos: -41.5,7.5 + - pos: -41.5,7.5 parent: 34 + type: Transform - uid: 8267 components: - - type: Transform - pos: -41.5,8.5 + - pos: -41.5,8.5 parent: 34 + type: Transform - uid: 8268 components: - - type: Transform - pos: -40.5,8.5 + - pos: -40.5,8.5 parent: 34 + type: Transform - uid: 8269 components: - - type: Transform - pos: -39.5,8.5 + - pos: -39.5,8.5 parent: 34 + type: Transform - uid: 8270 components: - - type: Transform - pos: -40.5,9.5 + - pos: -40.5,9.5 parent: 34 + type: Transform - uid: 8412 components: - - type: Transform - pos: -12.5,-37.5 + - pos: -12.5,-37.5 parent: 34 + type: Transform - uid: 8444 components: - - type: Transform - pos: -21.5,-37.5 + - pos: -21.5,-37.5 parent: 34 + type: Transform - uid: 8919 components: - - type: Transform - pos: 42.5,-10.5 + - pos: 42.5,-10.5 parent: 34 + type: Transform - uid: 8921 components: - - type: Transform - pos: 45.5,-10.5 + - pos: 45.5,-10.5 parent: 34 + type: Transform - uid: 8940 components: - - type: Transform - pos: 46.5,-12.5 + - pos: 46.5,-12.5 parent: 34 + type: Transform - uid: 8978 components: - - type: Transform - pos: 10.5,-41.5 + - pos: 10.5,-41.5 parent: 34 + type: Transform - uid: 9036 components: - - type: Transform - pos: 2.5,-40.5 + - pos: 2.5,-40.5 parent: 34 + type: Transform - uid: 9314 components: - - type: Transform - pos: 46.5,-9.5 + - pos: 46.5,-9.5 parent: 34 + type: Transform - uid: 9339 components: - - type: Transform - pos: 25.5,-46.5 + - pos: 25.5,-46.5 parent: 34 + type: Transform - uid: 9340 components: - - type: Transform - pos: 25.5,-45.5 + - pos: 25.5,-45.5 parent: 34 + type: Transform - uid: 9341 components: - - type: Transform - pos: 34.5,-43.5 + - pos: 34.5,-43.5 parent: 34 + type: Transform - uid: 9342 components: - - type: Transform - pos: 33.5,-43.5 + - pos: 33.5,-43.5 parent: 34 + type: Transform - uid: 9343 components: - - type: Transform - pos: 27.5,-44.5 + - pos: 27.5,-44.5 parent: 34 + type: Transform - uid: 9344 components: - - type: Transform - pos: 26.5,-44.5 + - pos: 26.5,-44.5 parent: 34 + type: Transform - uid: 9345 components: - - type: Transform - pos: 25.5,-44.5 + - pos: 25.5,-44.5 parent: 34 + type: Transform - uid: 9388 components: - - type: Transform - pos: 43.5,-11.5 + - pos: 43.5,-11.5 parent: 34 + type: Transform - uid: 9404 components: - - type: Transform - pos: -22.5,-41.5 + - pos: -22.5,-41.5 parent: 34 + type: Transform - uid: 9468 components: - - type: Transform - pos: -13.5,-39.5 + - pos: -13.5,-39.5 parent: 34 + type: Transform - uid: 9708 components: - - type: Transform - pos: -49.5,-17.5 + - pos: -49.5,-17.5 parent: 34 + type: Transform - uid: 9984 components: - - type: Transform - pos: -20.5,-29.5 + - pos: -20.5,-29.5 parent: 34 + type: Transform - uid: 10019 components: - - type: Transform - pos: 42.5,-6.5 + - pos: 42.5,-6.5 parent: 34 + type: Transform - uid: 10115 components: - - type: Transform - pos: 16.5,-41.5 + - pos: 16.5,-41.5 parent: 34 + type: Transform - uid: 10116 components: - - type: Transform - pos: 15.5,-41.5 + - pos: 15.5,-41.5 parent: 34 + type: Transform - uid: 10117 components: - - type: Transform - pos: 14.5,-41.5 + - pos: 14.5,-41.5 parent: 34 + type: Transform - uid: 10118 components: - - type: Transform - pos: 13.5,-41.5 + - pos: 13.5,-41.5 parent: 34 + type: Transform - uid: 10120 components: - - type: Transform - pos: 17.5,-41.5 + - pos: 17.5,-41.5 parent: 34 + type: Transform - uid: 10121 components: - - type: Transform - pos: 18.5,-41.5 + - pos: 18.5,-41.5 parent: 34 + type: Transform - uid: 10122 components: - - type: Transform - pos: 19.5,-41.5 + - pos: 19.5,-41.5 parent: 34 + type: Transform - uid: 10123 components: - - type: Transform - pos: 20.5,-41.5 + - pos: 20.5,-41.5 parent: 34 + type: Transform - uid: 10124 components: - - type: Transform - pos: 21.5,-41.5 + - pos: 21.5,-41.5 parent: 34 + type: Transform - uid: 10125 components: - - type: Transform - pos: 22.5,-41.5 + - pos: 22.5,-41.5 parent: 34 + type: Transform - uid: 10126 components: - - type: Transform - pos: 23.5,-41.5 + - pos: 23.5,-41.5 parent: 34 + type: Transform - uid: 10127 components: - - type: Transform - pos: 24.5,-41.5 + - pos: 24.5,-41.5 parent: 34 + type: Transform - uid: 10128 components: - - type: Transform - pos: 25.5,-41.5 + - pos: 25.5,-41.5 parent: 34 + type: Transform - uid: 10129 components: - - type: Transform - pos: 26.5,-41.5 + - pos: 26.5,-41.5 parent: 34 + type: Transform - uid: 10130 components: - - type: Transform - pos: 27.5,-41.5 + - pos: 27.5,-41.5 parent: 34 + type: Transform - uid: 10131 components: - - type: Transform - pos: 28.5,-41.5 + - pos: 28.5,-41.5 parent: 34 + type: Transform - uid: 10132 components: - - type: Transform - pos: 28.5,-40.5 + - pos: 28.5,-40.5 parent: 34 + type: Transform - uid: 10133 components: - - type: Transform - pos: 29.5,-40.5 + - pos: 29.5,-40.5 parent: 34 + type: Transform - uid: 10134 components: - - type: Transform - pos: 30.5,-40.5 + - pos: 30.5,-40.5 parent: 34 + type: Transform - uid: 10135 components: - - type: Transform - pos: 31.5,-40.5 + - pos: 31.5,-40.5 parent: 34 + type: Transform - uid: 10136 components: - - type: Transform - pos: 32.5,-40.5 + - pos: 32.5,-40.5 parent: 34 + type: Transform - uid: 10139 components: - - type: Transform - pos: 12.5,-44.5 + - pos: 12.5,-44.5 parent: 34 + type: Transform - uid: 10140 components: - - type: Transform - pos: 11.5,-44.5 + - pos: 11.5,-44.5 parent: 34 + type: Transform - uid: 10141 components: - - type: Transform - pos: 10.5,-44.5 + - pos: 10.5,-44.5 parent: 34 + type: Transform - uid: 10142 components: - - type: Transform - pos: 9.5,-44.5 + - pos: 9.5,-44.5 parent: 34 + type: Transform - uid: 10143 components: - - type: Transform - pos: 8.5,-44.5 + - pos: 8.5,-44.5 parent: 34 + type: Transform - uid: 10144 components: - - type: Transform - pos: 7.5,-44.5 + - pos: 7.5,-44.5 parent: 34 + type: Transform - uid: 10145 components: - - type: Transform - pos: 6.5,-44.5 + - pos: 6.5,-44.5 parent: 34 + type: Transform - uid: 10146 components: - - type: Transform - pos: 5.5,-44.5 + - pos: 5.5,-44.5 parent: 34 + type: Transform - uid: 10147 components: - - type: Transform - pos: 4.5,-44.5 + - pos: 4.5,-44.5 + parent: 34 + type: Transform + - uid: 10265 + components: + - pos: -54.5,-17.5 + parent: 34 + type: Transform + - uid: 10273 + components: + - pos: -45.5,-21.5 parent: 34 + type: Transform - uid: 10357 components: - - type: Transform - pos: 45.5,-7.5 + - pos: 45.5,-7.5 parent: 34 + type: Transform - uid: 10433 components: - - type: Transform - pos: 45.5,-6.5 + - pos: 45.5,-6.5 parent: 34 + type: Transform - uid: 10460 components: - - type: Transform - pos: -2.5,14.5 + - pos: -2.5,14.5 parent: 34 + type: Transform - uid: 10479 components: - - type: Transform - pos: -44.5,-24.5 + - pos: -44.5,-24.5 parent: 34 + type: Transform - uid: 10495 components: - - type: Transform - pos: -0.5,-42.5 + - pos: -0.5,-42.5 parent: 34 + type: Transform - uid: 10631 components: - - type: Transform - pos: -55.5,-10.5 + - pos: -55.5,-10.5 parent: 34 + type: Transform - uid: 10713 components: - - type: Transform - pos: 6.5,-37.5 + - pos: 6.5,-37.5 parent: 34 + type: Transform - uid: 10748 components: - - type: Transform - pos: -9.5,-38.5 + - pos: -9.5,-38.5 parent: 34 + type: Transform - uid: 10749 components: - - type: Transform - pos: -10.5,-38.5 + - pos: -10.5,-38.5 parent: 34 + type: Transform - uid: 10755 components: - - type: Transform - pos: 13.5,18.5 + - pos: 13.5,18.5 parent: 34 + type: Transform - uid: 10778 components: - - type: Transform - pos: -10.5,-36.5 + - pos: -10.5,-36.5 parent: 34 + type: Transform - uid: 10783 components: - - type: Transform - pos: -56.5,-4.5 + - pos: -56.5,-4.5 parent: 34 + type: Transform - uid: 10784 components: - - type: Transform - pos: -56.5,-5.5 + - pos: -56.5,-5.5 parent: 34 + type: Transform - uid: 10785 components: - - type: Transform - pos: -55.5,-4.5 + - pos: -55.5,-4.5 parent: 34 + type: Transform - uid: 10825 components: - - type: Transform - pos: 32.5,-4.5 + - pos: 32.5,-4.5 + parent: 34 + type: Transform + - uid: 10849 + components: + - pos: -47.5,-21.5 parent: 34 + type: Transform - uid: 10850 components: - - type: Transform - pos: -18.5,-24.5 + - pos: -18.5,-24.5 parent: 34 + type: Transform - uid: 10927 components: - - type: Transform - pos: 14.5,4.5 + - pos: 14.5,4.5 parent: 34 + type: Transform - uid: 10928 components: - - type: Transform - pos: 15.5,4.5 + - pos: 15.5,4.5 parent: 34 + type: Transform - uid: 10929 components: - - type: Transform - pos: 16.5,4.5 + - pos: 16.5,4.5 parent: 34 + type: Transform - uid: 10930 components: - - type: Transform - pos: 17.5,4.5 + - pos: 17.5,4.5 parent: 34 + type: Transform - uid: 10931 components: - - type: Transform - pos: 18.5,4.5 + - pos: 18.5,4.5 parent: 34 + type: Transform - uid: 10932 components: - - type: Transform - pos: 19.5,4.5 + - pos: 19.5,4.5 parent: 34 + type: Transform - uid: 10933 components: - - type: Transform - pos: 18.5,5.5 + - pos: 18.5,5.5 parent: 34 + type: Transform - uid: 10934 components: - - type: Transform - pos: 22.5,1.5 + - pos: 22.5,1.5 parent: 34 + type: Transform - uid: 10935 components: - - type: Transform - pos: 22.5,2.5 + - pos: 22.5,2.5 parent: 34 + type: Transform - uid: 10936 components: - - type: Transform - pos: 22.5,3.5 + - pos: 22.5,3.5 parent: 34 + type: Transform - uid: 10969 components: - - type: Transform - pos: -18.5,-42.5 + - pos: -18.5,-42.5 parent: 34 + type: Transform - uid: 10986 components: - - type: Transform - pos: 6.5,-38.5 + - pos: 6.5,-38.5 parent: 34 + type: Transform - uid: 11023 components: - - type: Transform - pos: -25.5,-33.5 + - pos: -25.5,-33.5 parent: 34 + type: Transform - uid: 11027 components: - - type: Transform - pos: -54.5,-21.5 + - pos: -48.5,-21.5 parent: 34 + type: Transform - uid: 11060 components: - - type: Transform - pos: 42.5,-7.5 + - pos: 42.5,-7.5 parent: 34 + type: Transform - uid: 11069 components: - - type: Transform - pos: 42.5,5.5 + - pos: 42.5,5.5 parent: 34 + type: Transform - uid: 11070 components: - - type: Transform - pos: 42.5,6.5 + - pos: 42.5,6.5 parent: 34 + type: Transform - uid: 11092 components: - - type: Transform - pos: 47.5,0.5 + - pos: 47.5,0.5 parent: 34 + type: Transform - uid: 11114 components: - - type: Transform - pos: -27.5,-33.5 + - pos: -27.5,-33.5 parent: 34 + type: Transform - uid: 11118 components: - - type: Transform - pos: 30.5,-36.5 + - pos: 30.5,-36.5 parent: 34 + type: Transform - uid: 11178 components: - - type: Transform - pos: -43.5,-25.5 + - pos: -43.5,-25.5 parent: 34 + type: Transform - uid: 11204 components: - - type: Transform - pos: 19.5,9.5 + - pos: 19.5,9.5 parent: 34 + type: Transform - uid: 11205 components: - - type: Transform - pos: 19.5,10.5 + - pos: 19.5,10.5 parent: 34 + type: Transform - uid: 11229 components: - - type: Transform - pos: 16.5,-42.5 + - pos: 16.5,-42.5 parent: 34 + type: Transform - uid: 11231 components: - - type: Transform - pos: 16.5,-43.5 + - pos: 16.5,-43.5 parent: 34 + type: Transform - uid: 11234 components: - - type: Transform - pos: 16.5,-44.5 + - pos: 16.5,-44.5 parent: 34 + type: Transform - uid: 11245 components: - - type: Transform - pos: 47.5,-0.5 + - pos: 47.5,-0.5 parent: 34 + type: Transform - uid: 11276 components: - - type: Transform - pos: 26.5,8.5 + - pos: 26.5,8.5 parent: 34 + type: Transform - uid: 11277 components: - - type: Transform - pos: 26.5,9.5 + - pos: 26.5,9.5 parent: 34 + type: Transform - uid: 11278 components: - - type: Transform - pos: 26.5,10.5 + - pos: 26.5,10.5 parent: 34 + type: Transform - uid: 11279 components: - - type: Transform - pos: 26.5,11.5 + - pos: 26.5,11.5 parent: 34 + type: Transform - uid: 11299 components: - - type: Transform - pos: -57.5,-9.5 + - pos: -57.5,-9.5 parent: 34 + type: Transform - uid: 11300 components: - - type: Transform - pos: -58.5,-9.5 + - pos: -58.5,-9.5 parent: 34 + type: Transform - uid: 11375 components: - - type: Transform - pos: -54.5,-18.5 - parent: 34 - - uid: 11393 - components: - - type: Transform - pos: -41.5,-20.5 - parent: 34 - - uid: 11394 - components: - - type: Transform - pos: -42.5,-20.5 + - pos: -47.5,-13.5 parent: 34 + type: Transform - uid: 11395 components: - - type: Transform - pos: -42.5,-19.5 + - pos: -42.5,-19.5 parent: 34 + type: Transform - uid: 11401 components: - - type: Transform - pos: -42.5,-18.5 + - pos: -42.5,-18.5 parent: 34 + type: Transform - uid: 11402 components: - - type: Transform - pos: -42.5,-17.5 + - pos: -42.5,-17.5 parent: 34 + type: Transform - uid: 11403 components: - - type: Transform - pos: -42.5,-16.5 - parent: 34 - - uid: 11404 - components: - - type: Transform - pos: -42.5,-21.5 - parent: 34 - - uid: 11405 - components: - - type: Transform - pos: -42.5,-22.5 + - pos: -42.5,-16.5 parent: 34 + type: Transform - uid: 11408 components: - - type: Transform - pos: -42.5,-25.5 + - pos: -42.5,-25.5 parent: 34 + type: Transform - uid: 11409 components: - - type: Transform - pos: -42.5,-26.5 + - pos: -42.5,-26.5 parent: 34 + type: Transform - uid: 11410 components: - - type: Transform - pos: -41.5,-26.5 + - pos: -41.5,-26.5 parent: 34 + type: Transform - uid: 11411 components: - - type: Transform - pos: -40.5,-26.5 + - pos: -40.5,-26.5 parent: 34 + type: Transform - uid: 11412 components: - - type: Transform - pos: -39.5,-26.5 + - pos: -39.5,-26.5 parent: 34 + type: Transform - uid: 11413 components: - - type: Transform - pos: -38.5,-26.5 + - pos: -38.5,-26.5 parent: 34 + type: Transform - uid: 11414 components: - - type: Transform - pos: -37.5,-26.5 + - pos: -37.5,-26.5 parent: 34 + type: Transform - uid: 11415 components: - - type: Transform - pos: -36.5,-26.5 + - pos: -36.5,-26.5 parent: 34 + type: Transform - uid: 11416 components: - - type: Transform - pos: -35.5,-26.5 + - pos: -35.5,-26.5 parent: 34 + type: Transform - uid: 11435 components: - - type: Transform - pos: -44.5,-23.5 + - pos: -44.5,-23.5 parent: 34 + type: Transform - uid: 11451 components: - - type: Transform - pos: -46.5,-25.5 + - pos: -46.5,-25.5 parent: 34 + type: Transform - uid: 11452 components: - - type: Transform - pos: -46.5,-26.5 + - pos: -46.5,-26.5 parent: 34 + type: Transform - uid: 11455 components: - - type: Transform - pos: -49.5,-26.5 + - pos: -49.5,-26.5 parent: 34 + type: Transform - uid: 11456 components: - - type: Transform - pos: -50.5,-26.5 + - pos: -50.5,-26.5 parent: 34 + type: Transform - uid: 11457 components: - - type: Transform - pos: -51.5,-26.5 + - pos: -51.5,-26.5 parent: 34 + type: Transform - uid: 11458 components: - - type: Transform - pos: -51.5,-25.5 + - pos: -51.5,-25.5 parent: 34 + type: Transform - uid: 11459 components: - - type: Transform - pos: -52.5,-25.5 + - pos: -52.5,-25.5 parent: 34 + type: Transform - uid: 11460 components: - - type: Transform - pos: -53.5,-25.5 + - pos: -53.5,-25.5 parent: 34 + type: Transform - uid: 11465 components: - - type: Transform - pos: -54.5,-25.5 + - pos: -54.5,-25.5 parent: 34 + type: Transform - uid: 11466 components: - - type: Transform - pos: -55.5,-25.5 + - pos: -55.5,-25.5 parent: 34 + type: Transform - uid: 11467 components: - - type: Transform - pos: -56.5,-25.5 + - pos: -56.5,-25.5 parent: 34 + type: Transform - uid: 11468 components: - - type: Transform - pos: -57.5,-25.5 + - pos: -57.5,-25.5 parent: 34 - - uid: 11470 + type: Transform + - uid: 11475 components: - - type: Transform - pos: -46.5,-21.5 + - pos: -44.5,-16.5 parent: 34 - - uid: 11471 + type: Transform + - uid: 11479 components: - - type: Transform - pos: -47.5,-21.5 + - pos: -47.5,-17.5 parent: 34 - - uid: 11472 + type: Transform + - uid: 11480 components: - - type: Transform - pos: -48.5,-21.5 + - pos: -48.5,-17.5 parent: 34 - - uid: 11473 + type: Transform + - uid: 11545 components: - - type: Transform - pos: -46.5,-20.5 + - pos: -44.5,-17.5 parent: 34 - - uid: 11475 + type: Transform + - uid: 11552 components: - - type: Transform - pos: -49.5,-21.5 + - pos: -48.5,-36.5 parent: 34 - - uid: 11479 + type: Transform + - uid: 11577 components: - - type: Transform - pos: -47.5,-17.5 + - pos: -44.5,-21.5 parent: 34 - - uid: 11480 + type: Transform + - uid: 11601 components: - - type: Transform - pos: -48.5,-17.5 + - pos: -44.5,-19.5 parent: 34 - - uid: 11552 + type: Transform + - uid: 11602 components: - - type: Transform - pos: -48.5,-36.5 + - pos: -13.5,-37.5 parent: 34 - - uid: 11601 + type: Transform + - uid: 11606 components: - - type: Transform - pos: -44.5,-19.5 + - pos: -48.5,-12.5 parent: 34 - - uid: 11602 + type: Transform + - uid: 11619 components: - - type: Transform - pos: -13.5,-37.5 + - pos: -41.5,-22.5 parent: 34 + type: Transform - uid: 11673 components: - - type: Transform - pos: -39.5,9.5 + - pos: -39.5,9.5 parent: 34 + type: Transform + - uid: 11688 + components: + - pos: -43.5,-22.5 + parent: 34 + type: Transform - uid: 11694 components: - - type: Transform - pos: -25.5,-31.5 + - pos: -25.5,-31.5 parent: 34 + type: Transform - uid: 11696 components: - - type: Transform - pos: -24.5,-30.5 + - pos: -24.5,-30.5 parent: 34 + type: Transform - uid: 11697 components: - - type: Transform - pos: -35.5,2.5 + - pos: -35.5,2.5 parent: 34 + type: Transform + - uid: 11706 + components: + - pos: -42.5,-22.5 + parent: 34 + type: Transform - uid: 11720 components: - - type: Transform - pos: 52.5,-24.5 + - pos: 52.5,-24.5 parent: 34 + type: Transform - uid: 11743 components: - - type: Transform - pos: 52.5,-22.5 + - pos: 52.5,-22.5 parent: 34 + type: Transform - uid: 11750 components: - - type: Transform - pos: 52.5,-23.5 + - pos: 52.5,-23.5 parent: 34 + type: Transform - uid: 11751 components: - - type: Transform - pos: -17.5,-40.5 + - pos: -17.5,-40.5 parent: 34 + type: Transform - uid: 11798 components: - - type: Transform - pos: -3.5,14.5 + - pos: -3.5,14.5 parent: 34 + type: Transform - uid: 11799 components: - - type: Transform - pos: -4.5,14.5 + - pos: -4.5,14.5 parent: 34 + type: Transform - uid: 11811 components: - - type: Transform - pos: -44.5,-25.5 + - pos: -44.5,-25.5 parent: 34 + type: Transform - uid: 11823 components: - - type: Transform - pos: -17.5,-34.5 + - pos: -17.5,-34.5 parent: 34 + type: Transform - uid: 11835 components: - - type: Transform - pos: -16.5,-34.5 + - pos: -16.5,-34.5 parent: 34 + type: Transform - uid: 11838 components: - - type: Transform - pos: -21.5,-35.5 + - pos: -21.5,-35.5 parent: 34 + type: Transform - uid: 11839 components: - - type: Transform - pos: -15.5,-34.5 + - pos: -15.5,-34.5 parent: 34 + type: Transform - uid: 11849 components: - - type: Transform - pos: -25.5,-41.5 + - pos: -25.5,-41.5 parent: 34 + type: Transform - uid: 11853 components: - - type: Transform - pos: -26.5,-41.5 + - pos: -26.5,-41.5 parent: 34 + type: Transform - uid: 11857 components: - - type: Transform - pos: -27.5,-41.5 + - pos: -27.5,-41.5 parent: 34 + type: Transform - uid: 11880 components: - - type: Transform - pos: 13.5,17.5 + - pos: 13.5,17.5 parent: 34 + type: Transform - uid: 11891 components: - - type: Transform - pos: -27.5,-42.5 + - pos: -27.5,-42.5 parent: 34 + type: Transform - uid: 11893 components: - - type: Transform - pos: -28.5,-42.5 + - pos: -28.5,-42.5 parent: 34 + type: Transform - uid: 11899 components: - - type: Transform - pos: -14.5,-32.5 - parent: 34 - - uid: 11922 - components: - - type: Transform - pos: -54.5,-22.5 + - pos: -14.5,-32.5 parent: 34 + type: Transform - uid: 11935 components: - - type: Transform - pos: -28.5,-43.5 + - pos: -28.5,-43.5 parent: 34 + type: Transform - uid: 11960 components: - - type: Transform - pos: -4.5,7.5 + - pos: -4.5,7.5 parent: 34 + type: Transform - uid: 11961 components: - - type: Transform - pos: -3.5,7.5 + - pos: -3.5,7.5 parent: 34 + type: Transform - uid: 11962 components: - - type: Transform - pos: -2.5,7.5 + - pos: -2.5,7.5 parent: 34 + type: Transform - uid: 11963 components: - - type: Transform - pos: -1.5,7.5 + - pos: -1.5,7.5 parent: 34 + type: Transform - uid: 11964 components: - - type: Transform - pos: -1.5,6.5 + - pos: -1.5,6.5 parent: 34 + type: Transform - uid: 11965 components: - - type: Transform - pos: -1.5,5.5 + - pos: -1.5,5.5 parent: 34 + type: Transform - uid: 11966 components: - - type: Transform - pos: -1.5,4.5 + - pos: -1.5,4.5 parent: 34 + type: Transform - uid: 11967 components: - - type: Transform - pos: -1.5,3.5 + - pos: -1.5,3.5 parent: 34 + type: Transform - uid: 11968 components: - - type: Transform - pos: -0.5,7.5 + - pos: -0.5,7.5 parent: 34 + type: Transform - uid: 11969 components: - - type: Transform - pos: 0.5,7.5 + - pos: 0.5,7.5 parent: 34 + type: Transform - uid: 11970 components: - - type: Transform - pos: 1.5,7.5 + - pos: 1.5,7.5 parent: 34 + type: Transform - uid: 11971 components: - - type: Transform - pos: 2.5,7.5 + - pos: 2.5,7.5 parent: 34 + type: Transform - uid: 11972 components: - - type: Transform - pos: 3.5,7.5 + - pos: 3.5,7.5 parent: 34 + type: Transform - uid: 11973 components: - - type: Transform - pos: 4.5,7.5 + - pos: 4.5,7.5 parent: 34 + type: Transform - uid: 11974 components: - - type: Transform - pos: 4.5,6.5 + - pos: 4.5,6.5 parent: 34 + type: Transform - uid: 11975 components: - - type: Transform - pos: 4.5,5.5 + - pos: 4.5,5.5 parent: 34 + type: Transform - uid: 11976 components: - - type: Transform - pos: 4.5,4.5 + - pos: 4.5,4.5 parent: 34 + type: Transform - uid: 11977 components: - - type: Transform - pos: 3.5,4.5 + - pos: 3.5,4.5 parent: 34 + type: Transform - uid: 11978 components: - - type: Transform - pos: 2.5,4.5 + - pos: 2.5,4.5 parent: 34 + type: Transform - uid: 11979 components: - - type: Transform - pos: 1.5,4.5 + - pos: 1.5,4.5 parent: 34 + type: Transform - uid: 11980 components: - - type: Transform - pos: 0.5,4.5 + - pos: 0.5,4.5 parent: 34 + type: Transform - uid: 11981 components: - - type: Transform - pos: -0.5,4.5 + - pos: -0.5,4.5 parent: 34 + type: Transform - uid: 11982 components: - - type: Transform - pos: -2.5,4.5 - parent: 34 - - uid: 11999 - components: - - type: Transform - pos: -44.5,-20.5 + - pos: -2.5,4.5 parent: 34 + type: Transform - uid: 12023 components: - - type: Transform - pos: -33.5,-51.5 + - pos: -33.5,-51.5 parent: 34 + type: Transform - uid: 12024 components: - - type: Transform - pos: -38.5,-49.5 + - pos: -38.5,-49.5 parent: 34 + type: Transform - uid: 12025 components: - - type: Transform - pos: -37.5,-49.5 + - pos: -37.5,-49.5 parent: 34 + type: Transform - uid: 12026 components: - - type: Transform - pos: -37.5,-50.5 + - pos: -37.5,-50.5 parent: 34 + type: Transform - uid: 12027 components: - - type: Transform - pos: -37.5,-48.5 + - pos: -37.5,-48.5 parent: 34 + type: Transform - uid: 12075 components: - - type: Transform - pos: -16.5,-40.5 + - pos: -16.5,-40.5 parent: 34 + type: Transform - uid: 12135 components: - - type: Transform - pos: -18.5,-40.5 + - pos: -18.5,-40.5 parent: 34 + type: Transform - uid: 12168 components: - - type: Transform - pos: 22.5,-9.5 + - pos: 22.5,-9.5 parent: 34 + type: Transform - uid: 12169 components: - - type: Transform - pos: 21.5,-9.5 + - pos: 21.5,-9.5 parent: 34 + type: Transform - uid: 12172 components: - - type: Transform - pos: -45.5,-25.5 + - pos: -45.5,-25.5 parent: 34 + type: Transform - uid: 12216 components: - - type: Transform - pos: -15.5,-30.5 + - pos: -15.5,-30.5 parent: 34 + type: Transform - uid: 12217 components: - - type: Transform - pos: -43.5,-19.5 + - pos: -43.5,-19.5 parent: 34 + type: Transform - uid: 12361 components: - - type: Transform - pos: -16.5,-34.5 + - pos: -16.5,-34.5 parent: 34 + type: Transform - uid: 12362 components: - - type: Transform - pos: -16.5,-35.5 + - pos: -16.5,-35.5 parent: 34 + type: Transform - uid: 12364 components: - - type: Transform - pos: -16.5,-37.5 + - pos: -16.5,-37.5 parent: 34 + type: Transform - uid: 12365 components: - - type: Transform - pos: -16.5,-38.5 + - pos: -16.5,-38.5 parent: 34 + type: Transform - uid: 12392 components: - - type: Transform - pos: 45.5,-12.5 + - pos: 45.5,-12.5 parent: 34 + type: Transform - uid: 12393 components: - - type: Transform - pos: -17.5,-38.5 + - pos: -17.5,-38.5 parent: 34 + type: Transform - uid: 12394 components: - - type: Transform - pos: 47.5,-12.5 + - pos: 47.5,-12.5 parent: 34 + type: Transform - uid: 12395 components: - - type: Transform - pos: 47.5,-9.5 + - pos: 47.5,-9.5 parent: 34 + type: Transform - uid: 12414 components: - - type: Transform - pos: -53.5,-40.5 + - pos: -53.5,-40.5 parent: 34 + type: Transform - uid: 12416 components: - - type: Transform - pos: -54.5,-40.5 + - pos: -54.5,-40.5 parent: 34 + type: Transform - uid: 12448 components: - - type: Transform - pos: -21.5,-40.5 + - pos: -21.5,-40.5 parent: 34 + type: Transform - uid: 12451 components: - - type: Transform - pos: -14.5,-35.5 + - pos: -14.5,-35.5 parent: 34 + type: Transform - uid: 12452 components: - - type: Transform - pos: -14.5,-34.5 + - pos: -14.5,-34.5 parent: 34 + type: Transform - uid: 12453 components: - - type: Transform - pos: -14.5,-33.5 + - pos: -14.5,-33.5 parent: 34 + type: Transform - uid: 12458 components: - - type: Transform - pos: 45.5,-11.5 + - pos: 45.5,-11.5 parent: 34 + type: Transform - uid: 12459 components: - - type: Transform - pos: 44.5,-11.5 + - pos: 44.5,-11.5 parent: 34 + type: Transform - uid: 12466 components: - - type: Transform - pos: -14.5,-37.5 + - pos: -14.5,-37.5 parent: 34 + type: Transform - uid: 12469 components: - - type: Transform - pos: -14.5,-40.5 + - pos: -14.5,-40.5 parent: 34 + type: Transform - uid: 12471 components: - - type: Transform - pos: -13.5,-41.5 + - pos: -13.5,-41.5 parent: 34 + type: Transform - uid: 12472 components: - - type: Transform - pos: -13.5,-42.5 + - pos: -13.5,-42.5 parent: 34 + type: Transform - uid: 12485 components: - - type: Transform - pos: 35.5,-3.5 + - pos: 35.5,-3.5 parent: 34 + type: Transform - uid: 12489 components: - - type: Transform - pos: -54.5,-31.5 + - pos: -54.5,-31.5 parent: 34 + type: Transform - uid: 12490 components: - - type: Transform - pos: 36.5,-4.5 + - pos: 36.5,-4.5 parent: 34 + type: Transform - uid: 12492 components: - - type: Transform - pos: 36.5,-3.5 + - pos: 36.5,-3.5 parent: 34 + type: Transform - uid: 12495 components: - - type: Transform - pos: -29.5,-56.5 + - pos: -29.5,-56.5 parent: 34 + type: Transform - uid: 12496 components: - - type: Transform - pos: -29.5,-57.5 + - pos: -29.5,-57.5 parent: 34 + type: Transform - uid: 12504 components: - - type: Transform - pos: -54.5,-34.5 + - pos: -54.5,-34.5 parent: 34 + type: Transform - uid: 12506 components: - - type: Transform - pos: -54.5,-29.5 + - pos: -54.5,-29.5 parent: 34 + type: Transform - uid: 12507 components: - - type: Transform - pos: -54.5,-30.5 + - pos: -54.5,-30.5 parent: 34 + type: Transform - uid: 12509 components: - - type: Transform - pos: -54.5,-32.5 + - pos: -54.5,-32.5 parent: 34 + type: Transform - uid: 12510 components: - - type: Transform - pos: -54.5,-33.5 + - pos: -54.5,-33.5 parent: 34 + type: Transform - uid: 12511 components: - - type: Transform - pos: -54.5,-35.5 + - pos: -54.5,-35.5 parent: 34 + type: Transform - uid: 12512 components: - - type: Transform - pos: -54.5,-36.5 + - pos: -54.5,-36.5 parent: 34 + type: Transform - uid: 12513 components: - - type: Transform - pos: -53.5,-36.5 + - pos: -53.5,-36.5 parent: 34 + type: Transform - uid: 12514 components: - - type: Transform - pos: -52.5,-36.5 + - pos: -52.5,-36.5 parent: 34 + type: Transform - uid: 12520 components: - - type: Transform - pos: -29.5,-59.5 + - pos: -29.5,-59.5 parent: 34 + type: Transform - uid: 12533 components: - - type: Transform - pos: 42.5,-11.5 + - pos: 42.5,-11.5 parent: 34 + type: Transform - uid: 12535 components: - - type: Transform - pos: -30.5,-59.5 + - pos: -30.5,-59.5 parent: 34 + type: Transform - uid: 12551 components: - - type: Transform - pos: -31.5,-59.5 + - pos: -31.5,-59.5 parent: 34 + type: Transform - uid: 12555 components: - - type: Transform - pos: -32.5,-59.5 + - pos: -32.5,-59.5 parent: 34 + type: Transform - uid: 12557 components: - - type: Transform - pos: -32.5,-58.5 + - pos: -32.5,-58.5 parent: 34 + type: Transform - uid: 12558 components: - - type: Transform - pos: -33.5,-58.5 + - pos: -33.5,-58.5 parent: 34 + type: Transform - uid: 12561 components: - - type: Transform - pos: -34.5,-58.5 + - pos: -34.5,-58.5 parent: 34 + type: Transform - uid: 12566 components: - - type: Transform - pos: -34.5,-58.5 + - pos: -34.5,-58.5 parent: 34 + type: Transform - uid: 12567 components: - - type: Transform - pos: -36.5,-58.5 + - pos: -36.5,-58.5 parent: 34 + type: Transform - uid: 12571 components: - - type: Transform - pos: -35.5,-58.5 + - pos: -35.5,-58.5 parent: 34 + type: Transform - uid: 12646 components: - - type: Transform - pos: -48.5,-35.5 + - pos: -48.5,-35.5 parent: 34 + type: Transform - uid: 12647 components: - - type: Transform - pos: -48.5,-34.5 + - pos: -48.5,-34.5 parent: 34 + type: Transform - uid: 12648 components: - - type: Transform - pos: -48.5,-33.5 + - pos: -48.5,-33.5 parent: 34 + type: Transform - uid: 12649 components: - - type: Transform - pos: -45.5,-34.5 + - pos: -45.5,-34.5 parent: 34 + type: Transform - uid: 12650 components: - - type: Transform - pos: -45.5,-35.5 + - pos: -45.5,-35.5 parent: 34 + type: Transform - uid: 12656 components: - - type: Transform - pos: -37.5,-58.5 + - pos: -37.5,-58.5 parent: 34 + type: Transform - uid: 12684 components: - - type: Transform - pos: -38.5,-58.5 + - pos: -38.5,-58.5 parent: 34 + type: Transform - uid: 12685 components: - - type: Transform - pos: -30.5,-54.5 + - pos: -30.5,-54.5 parent: 34 + type: Transform - uid: 12686 components: - - type: Transform - pos: -30.5,-56.5 + - pos: -30.5,-56.5 parent: 34 + type: Transform - uid: 12718 components: - - type: Transform - pos: 11.5,-37.5 + - pos: 11.5,-37.5 parent: 34 + type: Transform - uid: 12719 components: - - type: Transform - pos: 12.5,-37.5 + - pos: 12.5,-37.5 parent: 34 + type: Transform - uid: 12720 components: - - type: Transform - pos: 13.5,-37.5 + - pos: 13.5,-37.5 parent: 34 + type: Transform - uid: 12721 components: - - type: Transform - pos: 14.5,-37.5 + - pos: 14.5,-37.5 parent: 34 + type: Transform - uid: 12741 components: - - type: Transform - pos: -55.5,-28.5 + - pos: -55.5,-28.5 parent: 34 + type: Transform - uid: 12742 components: - - type: Transform - pos: -56.5,-28.5 + - pos: -56.5,-28.5 parent: 34 + type: Transform - uid: 12743 components: - - type: Transform - pos: -57.5,-28.5 + - pos: -57.5,-28.5 parent: 34 + type: Transform - uid: 12744 components: - - type: Transform - pos: -58.5,-28.5 + - pos: -58.5,-28.5 parent: 34 + type: Transform - uid: 12745 components: - - type: Transform - pos: -59.5,-28.5 + - pos: -59.5,-28.5 parent: 34 + type: Transform - uid: 12746 components: - - type: Transform - pos: -59.5,-27.5 + - pos: -59.5,-27.5 parent: 34 + type: Transform - uid: 12747 components: - - type: Transform - pos: -59.5,-26.5 + - pos: -59.5,-26.5 parent: 34 + type: Transform - uid: 12748 components: - - type: Transform - pos: -59.5,-29.5 + - pos: -59.5,-29.5 parent: 34 + type: Transform - uid: 12749 components: - - type: Transform - pos: -59.5,-30.5 + - pos: -59.5,-30.5 parent: 34 + type: Transform - uid: 12750 components: - - type: Transform - pos: -59.5,-31.5 + - pos: -59.5,-31.5 parent: 34 + type: Transform - uid: 12751 components: - - type: Transform - pos: -59.5,-32.5 + - pos: -59.5,-32.5 parent: 34 + type: Transform - uid: 12752 components: - - type: Transform - pos: -59.5,-33.5 + - pos: -59.5,-33.5 parent: 34 + type: Transform - uid: 12753 components: - - type: Transform - pos: -59.5,-34.5 + - pos: -59.5,-34.5 parent: 34 + type: Transform - uid: 12754 components: - - type: Transform - pos: -59.5,-35.5 + - pos: -59.5,-35.5 parent: 34 + type: Transform - uid: 12755 components: - - type: Transform - pos: -58.5,-35.5 + - pos: -58.5,-35.5 parent: 34 + type: Transform - uid: 12756 components: - - type: Transform - pos: -57.5,-35.5 + - pos: -57.5,-35.5 parent: 34 + type: Transform - uid: 12757 components: - - type: Transform - pos: -56.5,-24.5 - parent: 34 - - uid: 12758 - components: - - type: Transform - pos: -56.5,-23.5 + - pos: -56.5,-24.5 parent: 34 + type: Transform - uid: 12759 components: - - type: Transform - pos: -56.5,-29.5 + - pos: -56.5,-29.5 parent: 34 + type: Transform - uid: 12760 components: - - type: Transform - pos: -58.5,-37.5 + - pos: -58.5,-37.5 parent: 34 + type: Transform - uid: 12761 components: - - type: Transform - pos: -58.5,-36.5 + - pos: -58.5,-36.5 parent: 34 + type: Transform - uid: 12762 components: - - type: Transform - pos: -58.5,-38.5 + - pos: -58.5,-38.5 parent: 34 + type: Transform - uid: 12763 components: - - type: Transform - pos: -58.5,-39.5 + - pos: -58.5,-39.5 parent: 34 + type: Transform - uid: 12764 components: - - type: Transform - pos: -57.5,-39.5 + - pos: -57.5,-39.5 parent: 34 + type: Transform - uid: 12765 components: - - type: Transform - pos: -56.5,-39.5 + - pos: -56.5,-39.5 parent: 34 + type: Transform - uid: 12806 components: - - type: Transform - pos: 12.5,10.5 + - pos: 12.5,10.5 parent: 34 + type: Transform - uid: 12807 components: - - type: Transform - pos: 11.5,10.5 + - pos: 11.5,10.5 parent: 34 + type: Transform - uid: 12808 components: - - type: Transform - pos: 10.5,10.5 + - pos: 10.5,10.5 parent: 34 + type: Transform - uid: 12809 components: - - type: Transform - pos: 9.5,10.5 + - pos: 9.5,10.5 parent: 34 + type: Transform - uid: 12810 components: - - type: Transform - pos: 7.5,10.5 + - pos: 7.5,10.5 parent: 34 + type: Transform - uid: 12811 components: - - type: Transform - pos: 8.5,10.5 + - pos: 8.5,10.5 parent: 34 + type: Transform - uid: 12812 components: - - type: Transform - pos: 6.5,10.5 + - pos: 6.5,10.5 parent: 34 + type: Transform - uid: 12813 components: - - type: Transform - pos: 6.5,12.5 + - pos: 6.5,12.5 parent: 34 + type: Transform - uid: 12814 components: - - type: Transform - pos: 6.5,11.5 + - pos: 6.5,11.5 parent: 34 + type: Transform - uid: 12815 components: - - type: Transform - pos: 5.5,11.5 + - pos: 5.5,11.5 parent: 34 + type: Transform - uid: 12816 components: - - type: Transform - pos: 4.5,11.5 + - pos: 4.5,11.5 parent: 34 + type: Transform - uid: 12817 components: - - type: Transform - pos: 3.5,11.5 + - pos: 3.5,11.5 parent: 34 + type: Transform - uid: 12818 components: - - type: Transform - pos: 3.5,10.5 + - pos: 3.5,10.5 parent: 34 + type: Transform - uid: 12819 components: - - type: Transform - pos: 2.5,10.5 + - pos: 2.5,10.5 parent: 34 + type: Transform - uid: 12820 components: - - type: Transform - pos: 1.5,10.5 + - pos: 1.5,10.5 parent: 34 + type: Transform - uid: 12821 components: - - type: Transform - pos: -0.5,10.5 + - pos: -0.5,10.5 parent: 34 + type: Transform - uid: 12822 components: - - type: Transform - pos: 0.5,10.5 + - pos: 0.5,10.5 parent: 34 + type: Transform - uid: 12823 components: - - type: Transform - pos: -1.5,10.5 + - pos: -1.5,10.5 parent: 34 + type: Transform - uid: 12824 components: - - type: Transform - pos: -2.5,10.5 + - pos: -2.5,10.5 parent: 34 + type: Transform - uid: 12825 components: - - type: Transform - pos: -3.5,10.5 + - pos: -3.5,10.5 parent: 34 + type: Transform - uid: 12826 components: - - type: Transform - pos: -4.5,10.5 + - pos: -4.5,10.5 parent: 34 + type: Transform - uid: 12827 components: - - type: Transform - pos: -5.5,10.5 + - pos: -5.5,10.5 parent: 34 + type: Transform - uid: 12828 components: - - type: Transform - pos: -7.5,10.5 + - pos: -7.5,10.5 parent: 34 + type: Transform - uid: 12829 components: - - type: Transform - pos: -6.5,10.5 + - pos: -6.5,10.5 parent: 34 + type: Transform - uid: 12830 components: - - type: Transform - pos: -9.5,10.5 + - pos: -9.5,10.5 parent: 34 + type: Transform - uid: 12831 components: - - type: Transform - pos: -8.5,10.5 + - pos: -8.5,10.5 parent: 34 + type: Transform - uid: 12832 components: - - type: Transform - pos: -6.5,9.5 + - pos: -6.5,9.5 parent: 34 + type: Transform - uid: 12833 components: - - type: Transform - pos: -6.5,8.5 + - pos: -6.5,8.5 parent: 34 + type: Transform - uid: 12834 components: - - type: Transform - pos: -6.5,7.5 + - pos: -6.5,7.5 parent: 34 + type: Transform - uid: 12835 components: - - type: Transform - pos: -7.5,7.5 + - pos: -7.5,7.5 parent: 34 + type: Transform - uid: 12837 components: - - type: Transform - pos: -8.5,7.5 + - pos: -8.5,7.5 parent: 34 + type: Transform - uid: 12838 components: - - type: Transform - pos: -9.5,7.5 + - pos: -9.5,7.5 parent: 34 + type: Transform - uid: 12850 components: - - type: Transform - pos: 30.5,-13.5 + - pos: 30.5,-13.5 parent: 34 + type: Transform - uid: 12851 components: - - type: Transform - pos: 30.5,-14.5 + - pos: 30.5,-14.5 parent: 34 + type: Transform - uid: 12852 components: - - type: Transform - pos: 31.5,-13.5 + - pos: 31.5,-13.5 parent: 34 + type: Transform - uid: 12853 components: - - type: Transform - pos: 32.5,-13.5 + - pos: 32.5,-13.5 parent: 34 + type: Transform - uid: 12854 components: - - type: Transform - pos: 33.5,-13.5 + - pos: 33.5,-13.5 parent: 34 + type: Transform - uid: 12856 components: - - type: Transform - pos: -12.5,-34.5 + - pos: -12.5,-34.5 parent: 34 + type: Transform - uid: 12857 components: - - type: Transform - pos: -13.5,-34.5 + - pos: -13.5,-34.5 parent: 34 + type: Transform - uid: 12907 components: - - type: Transform - pos: 9.5,3.5 + - pos: 9.5,3.5 parent: 34 + type: Transform - uid: 12908 components: - - type: Transform - pos: 10.5,7.5 + - pos: 10.5,7.5 parent: 34 + type: Transform - uid: 12909 components: - - type: Transform - pos: 10.5,8.5 + - pos: 10.5,8.5 parent: 34 + type: Transform - uid: 12910 components: - - type: Transform - pos: 10.5,6.5 + - pos: 10.5,6.5 parent: 34 + type: Transform - uid: 12911 components: - - type: Transform - pos: 10.5,5.5 + - pos: 10.5,5.5 parent: 34 + type: Transform - proto: CableApcStack1 entities: - uid: 5561 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.312016,3.6166978 parent: 34 + type: Transform - uid: 5562 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -18.60889,3.6323342 parent: 34 + type: Transform - proto: CableHV entities: - uid: 9 components: - - type: Transform - pos: 36.5,-8.5 + - pos: 36.5,-8.5 + parent: 34 + type: Transform + - uid: 139 + components: + - pos: -45.5,-21.5 parent: 34 + type: Transform - uid: 669 components: - - type: Transform - pos: 16.5,-42.5 + - pos: 16.5,-42.5 parent: 34 + type: Transform - uid: 674 components: - - type: Transform - pos: 16.5,-43.5 + - pos: 16.5,-43.5 parent: 34 + type: Transform - uid: 1049 components: - - type: Transform - pos: -17.5,-24.5 + - pos: -17.5,-24.5 parent: 34 + type: Transform - uid: 1050 components: - - type: Transform - pos: -21.5,-29.5 + - pos: -21.5,-29.5 parent: 34 + type: Transform - uid: 1060 components: - - type: Transform - pos: 36.5,-4.5 + - pos: 36.5,-4.5 parent: 34 + type: Transform - uid: 1085 components: - - type: Transform - pos: 36.5,-14.5 + - pos: 36.5,-14.5 parent: 34 + type: Transform - uid: 1102 components: - - type: Transform - pos: -19.5,-29.5 + - pos: -19.5,-29.5 parent: 34 + type: Transform - uid: 1122 components: - - type: Transform - pos: -17.5,-23.5 + - pos: -17.5,-23.5 parent: 34 + type: Transform - uid: 1130 components: - - type: Transform - pos: -33.5,-32.5 + - pos: -33.5,-32.5 parent: 34 + type: Transform - uid: 1131 components: - - type: Transform - pos: -32.5,-32.5 + - pos: -32.5,-32.5 parent: 34 + type: Transform - uid: 1132 components: - - type: Transform - pos: -31.5,-32.5 + - pos: -31.5,-32.5 parent: 34 + type: Transform - uid: 1133 components: - - type: Transform - pos: -32.5,-33.5 + - pos: -32.5,-33.5 parent: 34 + type: Transform - uid: 1134 components: - - type: Transform - pos: -33.5,-31.5 + - pos: -33.5,-31.5 parent: 34 + type: Transform - uid: 1135 components: - - type: Transform - pos: -33.5,-30.5 + - pos: -33.5,-30.5 parent: 34 + type: Transform - uid: 1136 components: - - type: Transform - pos: -32.5,-31.5 + - pos: -32.5,-31.5 parent: 34 + type: Transform - uid: 1137 components: - - type: Transform - pos: -32.5,-30.5 + - pos: -32.5,-30.5 parent: 34 + type: Transform - uid: 1138 components: - - type: Transform - pos: -31.5,-31.5 + - pos: -31.5,-31.5 parent: 34 + type: Transform - uid: 1139 components: - - type: Transform - pos: -31.5,-30.5 + - pos: -31.5,-30.5 parent: 34 + type: Transform - uid: 1140 components: - - type: Transform - pos: -32.5,-34.5 + - pos: -32.5,-34.5 parent: 34 + type: Transform - uid: 1143 components: - - type: Transform - pos: -32.5,-35.5 + - pos: -32.5,-35.5 parent: 34 + type: Transform - uid: 1144 components: - - type: Transform - pos: -32.5,-36.5 + - pos: -32.5,-36.5 parent: 34 + type: Transform - uid: 1145 components: - - type: Transform - pos: -32.5,-37.5 + - pos: -32.5,-37.5 parent: 34 + type: Transform - uid: 1146 components: - - type: Transform - pos: -32.5,-38.5 + - pos: -32.5,-38.5 parent: 34 + type: Transform - uid: 1147 components: - - type: Transform - pos: -32.5,-39.5 + - pos: -32.5,-39.5 parent: 34 + type: Transform - uid: 1159 components: - - type: Transform - pos: -31.5,-33.5 + - pos: -31.5,-33.5 parent: 34 + type: Transform - uid: 1160 components: - - type: Transform - pos: -33.5,-33.5 + - pos: -33.5,-33.5 parent: 34 + type: Transform - uid: 1226 components: - - type: Transform - pos: -34.5,-30.5 + - pos: -34.5,-30.5 parent: 34 + type: Transform - uid: 1227 components: - - type: Transform - pos: -35.5,-30.5 + - pos: -35.5,-30.5 parent: 34 + type: Transform - uid: 1279 components: - - type: Transform - pos: -20.5,-29.5 + - pos: -20.5,-29.5 parent: 34 + type: Transform - uid: 1285 components: - - type: Transform - pos: 35.5,-16.5 + - pos: 35.5,-16.5 parent: 34 + type: Transform - uid: 1374 components: - - type: Transform - pos: -18.5,-29.5 - parent: 34 - - uid: 1549 - components: - - type: Transform - pos: -37.5,-15.5 + - pos: -18.5,-29.5 parent: 34 + type: Transform - uid: 1602 components: - - type: Transform - pos: -37.5,-24.5 + - pos: -37.5,-24.5 parent: 34 + type: Transform - uid: 1609 components: - - type: Transform - pos: -17.5,-25.5 + - pos: -17.5,-25.5 parent: 34 + type: Transform - uid: 1613 components: - - type: Transform - pos: -37.5,-22.5 + - pos: -37.5,-22.5 parent: 34 + type: Transform - uid: 1614 components: - - type: Transform - pos: -37.5,-23.5 + - pos: -37.5,-23.5 parent: 34 + type: Transform - uid: 1645 components: - - type: Transform - pos: -35.5,-31.5 - parent: 34 - - uid: 1815 - components: - - type: Transform - pos: -37.5,-21.5 + - pos: -35.5,-31.5 parent: 34 + type: Transform - uid: 1842 components: - - type: Transform - pos: -37.5,-19.5 + - pos: -54.5,-16.5 parent: 34 + type: Transform - uid: 1844 components: - - type: Transform - pos: 36.5,-16.5 - parent: 34 - - uid: 1941 - components: - - type: Transform - pos: -37.5,-18.5 + - pos: 36.5,-16.5 parent: 34 - - uid: 1942 + type: Transform + - uid: 2221 components: - - type: Transform - pos: -37.5,-17.5 + - pos: -17.5,-28.5 parent: 34 - - uid: 2061 + type: Transform + - uid: 2282 components: - - type: Transform - pos: -37.5,-13.5 + - pos: -36.5,-27.5 parent: 34 - - uid: 2221 + type: Transform + - uid: 2283 components: - - type: Transform - pos: -17.5,-28.5 + - pos: -37.5,-27.5 parent: 34 - - uid: 2282 + type: Transform + - uid: 2385 components: - - type: Transform - pos: -36.5,-27.5 + - pos: -44.5,-22.5 parent: 34 - - uid: 2283 + type: Transform + - uid: 2387 components: - - type: Transform - pos: -37.5,-27.5 + - pos: -38.5,-22.5 parent: 34 + type: Transform - uid: 2389 components: - - type: Transform - pos: -42.5,-22.5 + - pos: -40.5,-22.5 parent: 34 + type: Transform - uid: 2391 components: - - type: Transform - pos: -37.5,-16.5 + - pos: -41.5,-22.5 parent: 34 + type: Transform - uid: 2392 components: - - type: Transform - pos: -37.5,-14.5 + - pos: -42.5,-22.5 parent: 34 + type: Transform - uid: 2393 components: - - type: Transform - pos: -37.5,-25.5 + - pos: -37.5,-25.5 parent: 34 + type: Transform - uid: 2394 components: - - type: Transform - pos: -37.5,-26.5 + - pos: -37.5,-26.5 parent: 34 - - uid: 2400 + type: Transform + - uid: 2395 components: - - type: Transform - pos: -43.5,-12.5 + - pos: -46.5,-21.5 parent: 34 + type: Transform - uid: 2401 components: - - type: Transform - pos: -44.5,-12.5 + - pos: -43.5,-22.5 parent: 34 + type: Transform - uid: 2402 components: - - type: Transform - pos: -45.5,-12.5 + - pos: -45.5,-22.5 + parent: 34 + type: Transform + - uid: 2423 + components: + - pos: -54.5,-15.5 + parent: 34 + type: Transform + - uid: 2435 + components: + - pos: -54.5,-14.5 parent: 34 + type: Transform - uid: 2478 components: - - type: Transform - pos: 52.5,-23.5 + - pos: 52.5,-23.5 + parent: 34 + type: Transform + - uid: 2492 + components: + - pos: -48.5,-21.5 parent: 34 + type: Transform - uid: 2498 components: - - type: Transform - pos: -17.5,-29.5 + - pos: -17.5,-29.5 parent: 34 - - uid: 2543 + type: Transform + - uid: 2513 components: - - type: Transform - pos: -38.5,-12.5 + - pos: -49.5,-21.5 + parent: 34 + type: Transform + - uid: 2568 + components: + - pos: -53.5,-13.5 parent: 34 + type: Transform - uid: 2569 components: - - type: Transform - pos: -17.5,-26.5 + - pos: -17.5,-26.5 + parent: 34 + type: Transform + - uid: 2572 + components: + - pos: -39.5,-22.5 + parent: 34 + type: Transform + - uid: 2573 + components: + - pos: -47.5,-21.5 parent: 34 + type: Transform - uid: 2598 components: - - type: Transform - pos: -17.5,-27.5 + - pos: -17.5,-27.5 parent: 34 + type: Transform - uid: 2606 components: - - type: Transform - pos: -35.5,-29.5 + - pos: -35.5,-29.5 parent: 34 + type: Transform - uid: 2607 components: - - type: Transform - pos: -35.5,-28.5 + - pos: -35.5,-28.5 parent: 34 + type: Transform - uid: 2608 components: - - type: Transform - pos: -35.5,-27.5 + - pos: -35.5,-27.5 + parent: 34 + type: Transform + - uid: 2617 + components: + - pos: -53.5,-21.5 parent: 34 + type: Transform + - uid: 2623 + components: + - pos: -54.5,-21.5 + parent: 34 + type: Transform - uid: 2632 components: - - type: Transform - pos: -30.5,-30.5 + - pos: -30.5,-30.5 parent: 34 + type: Transform - uid: 2649 components: - - type: Transform - pos: -21.5,-22.5 + - pos: -21.5,-22.5 parent: 34 + type: Transform - uid: 2650 components: - - type: Transform - pos: -21.5,-21.5 + - pos: -21.5,-21.5 parent: 34 + type: Transform - uid: 2651 components: - - type: Transform - pos: -21.5,-20.5 + - pos: -21.5,-20.5 parent: 34 + type: Transform - uid: 2652 components: - - type: Transform - pos: -21.5,-19.5 + - pos: -21.5,-19.5 parent: 34 + type: Transform - uid: 2653 components: - - type: Transform - pos: -21.5,-18.5 + - pos: -21.5,-18.5 parent: 34 + type: Transform - uid: 2654 components: - - type: Transform - pos: -21.5,-17.5 + - pos: -21.5,-17.5 parent: 34 + type: Transform - uid: 2655 components: - - type: Transform - pos: -21.5,-16.5 + - pos: -21.5,-16.5 parent: 34 + type: Transform - uid: 2656 components: - - type: Transform - pos: -21.5,-15.5 + - pos: -21.5,-15.5 parent: 34 + type: Transform - uid: 2657 components: - - type: Transform - pos: -21.5,-14.5 + - pos: -21.5,-14.5 parent: 34 + type: Transform - uid: 2658 components: - - type: Transform - pos: -21.5,-13.5 + - pos: -21.5,-13.5 parent: 34 + type: Transform - uid: 2659 components: - - type: Transform - pos: -20.5,-13.5 + - pos: -20.5,-13.5 parent: 34 + type: Transform - uid: 2660 components: - - type: Transform - pos: -19.5,-13.5 + - pos: -19.5,-13.5 + parent: 34 + type: Transform + - uid: 2718 + components: + - pos: -54.5,-20.5 parent: 34 + type: Transform - uid: 2763 components: - - type: Transform - pos: -18.5,-13.5 + - pos: -18.5,-13.5 parent: 34 + type: Transform - uid: 2764 components: - - type: Transform - pos: -17.5,-13.5 + - pos: -17.5,-13.5 parent: 34 + type: Transform - uid: 2765 components: - - type: Transform - pos: -17.5,-14.5 + - pos: -17.5,-14.5 parent: 34 + type: Transform - uid: 2766 components: - - type: Transform - pos: -16.5,-14.5 + - pos: -16.5,-14.5 parent: 34 + type: Transform - uid: 2767 components: - - type: Transform - pos: -21.5,-12.5 + - pos: -21.5,-12.5 parent: 34 + type: Transform - uid: 2768 components: - - type: Transform - pos: -21.5,-11.5 + - pos: -21.5,-11.5 parent: 34 + type: Transform - uid: 2769 components: - - type: Transform - pos: -9.5,-0.5 + - pos: -9.5,-0.5 parent: 34 + type: Transform - uid: 2770 components: - - type: Transform - pos: -8.5,-0.5 + - pos: -8.5,-0.5 parent: 34 + type: Transform - uid: 2771 components: - - type: Transform - pos: -7.5,-0.5 + - pos: -7.5,-0.5 parent: 34 + type: Transform - uid: 2772 components: - - type: Transform - pos: -6.5,-0.5 + - pos: -6.5,-0.5 parent: 34 + type: Transform - uid: 2773 components: - - type: Transform - pos: -5.5,-0.5 + - pos: -5.5,-0.5 parent: 34 + type: Transform - uid: 2774 components: - - type: Transform - pos: -4.5,-0.5 + - pos: -4.5,-0.5 parent: 34 + type: Transform - uid: 2775 components: - - type: Transform - pos: -4.5,-1.5 + - pos: -4.5,-1.5 parent: 34 + type: Transform - uid: 2776 components: - - type: Transform - pos: -4.5,-2.5 + - pos: -4.5,-2.5 parent: 34 + type: Transform - uid: 2777 components: - - type: Transform - pos: -4.5,-3.5 + - pos: -4.5,-3.5 parent: 34 + type: Transform - uid: 2778 components: - - type: Transform - pos: -4.5,-4.5 + - pos: -4.5,-4.5 parent: 34 + type: Transform - uid: 2779 components: - - type: Transform - pos: -4.5,-5.5 + - pos: -4.5,-5.5 parent: 34 + type: Transform - uid: 2780 components: - - type: Transform - pos: -4.5,-6.5 + - pos: -4.5,-6.5 parent: 34 + type: Transform - uid: 2781 components: - - type: Transform - pos: -4.5,-7.5 + - pos: -4.5,-7.5 parent: 34 + type: Transform - uid: 2782 components: - - type: Transform - pos: -4.5,-8.5 + - pos: -4.5,-8.5 parent: 34 + type: Transform - uid: 2783 components: - - type: Transform - pos: -4.5,-9.5 + - pos: -4.5,-9.5 parent: 34 + type: Transform - uid: 2784 components: - - type: Transform - pos: -4.5,-10.5 + - pos: -4.5,-10.5 parent: 34 + type: Transform - uid: 2785 components: - - type: Transform - pos: -4.5,-11.5 + - pos: -4.5,-11.5 parent: 34 + type: Transform - uid: 2786 components: - - type: Transform - pos: -4.5,-12.5 + - pos: -4.5,-12.5 parent: 34 + type: Transform - uid: 2787 components: - - type: Transform - pos: -4.5,-13.5 + - pos: -4.5,-13.5 parent: 34 + type: Transform - uid: 2788 components: - - type: Transform - pos: -4.5,-14.5 + - pos: -4.5,-14.5 parent: 34 + type: Transform - uid: 2789 components: - - type: Transform - pos: -3.5,-14.5 + - pos: -3.5,-14.5 parent: 34 + type: Transform - uid: 2790 components: - - type: Transform - pos: -2.5,-14.5 + - pos: -2.5,-14.5 parent: 34 + type: Transform - uid: 2791 components: - - type: Transform - pos: -1.5,-14.5 + - pos: -1.5,-14.5 parent: 34 + type: Transform - uid: 2792 components: - - type: Transform - pos: -0.5,-14.5 + - pos: -0.5,-14.5 parent: 34 + type: Transform - uid: 2793 components: - - type: Transform - pos: 0.5,-14.5 + - pos: 0.5,-14.5 parent: 34 + type: Transform - uid: 2794 components: - - type: Transform - pos: 1.5,-14.5 + - pos: 1.5,-14.5 parent: 34 + type: Transform - uid: 2795 components: - - type: Transform - pos: 2.5,-14.5 + - pos: 2.5,-14.5 parent: 34 + type: Transform - uid: 2796 components: - - type: Transform - pos: 3.5,-14.5 + - pos: 3.5,-14.5 parent: 34 + type: Transform - uid: 2797 components: - - type: Transform - pos: 4.5,-14.5 + - pos: 4.5,-14.5 parent: 34 + type: Transform - uid: 2798 components: - - type: Transform - pos: 5.5,-14.5 + - pos: 5.5,-14.5 parent: 34 + type: Transform - uid: 2799 components: - - type: Transform - pos: 6.5,-14.5 + - pos: 6.5,-14.5 parent: 34 + type: Transform - uid: 2800 components: - - type: Transform - pos: 7.5,-14.5 + - pos: 7.5,-14.5 parent: 34 + type: Transform - uid: 2801 components: - - type: Transform - pos: 8.5,-14.5 + - pos: 8.5,-14.5 + parent: 34 + type: Transform + - uid: 3226 + components: + - pos: -54.5,-19.5 parent: 34 + type: Transform - uid: 3279 components: - - type: Transform - pos: -40.5,-12.5 + - pos: -54.5,-17.5 parent: 34 + type: Transform - uid: 3315 components: - - type: Transform - pos: -41.5,-12.5 + - pos: -54.5,-18.5 parent: 34 + type: Transform - uid: 3439 components: - - type: Transform - pos: 9.5,-18.5 + - pos: 9.5,-18.5 parent: 34 + type: Transform - uid: 3440 components: - - type: Transform - pos: 9.5,-14.5 + - pos: 9.5,-14.5 parent: 34 + type: Transform - uid: 3441 components: - - type: Transform - pos: 9.5,-15.5 + - pos: 9.5,-15.5 parent: 34 + type: Transform - uid: 3442 components: - - type: Transform - pos: 9.5,-16.5 + - pos: 9.5,-16.5 parent: 34 + type: Transform - uid: 3443 components: - - type: Transform - pos: 9.5,-17.5 + - pos: 9.5,-17.5 parent: 34 + type: Transform - uid: 3445 components: - - type: Transform - pos: 10.5,-19.5 + - pos: 10.5,-19.5 parent: 34 + type: Transform - uid: 3446 components: - - type: Transform - pos: 9.5,-19.5 + - pos: 9.5,-19.5 parent: 34 + type: Transform - uid: 4134 components: - - type: Transform - pos: -51.5,-29.5 + - pos: -51.5,-29.5 parent: 34 + type: Transform - uid: 4136 components: - - type: Transform - pos: -50.5,-29.5 - parent: 34 - - uid: 4164 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 34 - - uid: 4435 - components: - - type: Transform - pos: -42.5,-12.5 + - pos: -50.5,-29.5 parent: 34 + type: Transform - uid: 4608 components: - - type: Transform - pos: -22.5,-29.5 + - pos: -22.5,-29.5 parent: 34 + type: Transform - uid: 4634 components: - - type: Transform - pos: 36.5,-16.5 + - pos: 36.5,-16.5 parent: 34 + type: Transform - uid: 4650 components: - - type: Transform - pos: 36.5,-17.5 + - pos: 36.5,-17.5 parent: 34 + type: Transform - uid: 4671 components: - - type: Transform - pos: 36.5,-5.5 + - pos: 36.5,-5.5 parent: 34 + type: Transform - uid: 4750 components: - - type: Transform - pos: 35.5,-3.5 + - pos: 35.5,-3.5 parent: 34 + type: Transform - uid: 4752 components: - - type: Transform - pos: 33.5,-3.5 + - pos: 33.5,-3.5 parent: 34 + type: Transform - uid: 4846 components: - - type: Transform - pos: 36.5,-7.5 + - pos: 36.5,-7.5 parent: 34 + type: Transform - uid: 4854 components: - - type: Transform - pos: 37.5,-19.5 + - pos: 37.5,-19.5 parent: 34 + type: Transform - uid: 4972 components: - - type: Transform - pos: 28.5,-40.5 + - pos: 28.5,-40.5 parent: 34 + type: Transform - uid: 5309 components: - - type: Transform - pos: 21.5,-50.5 + - pos: 21.5,-50.5 parent: 34 + type: Transform - uid: 5334 components: - - type: Transform - pos: 16.5,-50.5 + - pos: 16.5,-50.5 parent: 34 + type: Transform - uid: 5335 components: - - type: Transform - pos: 16.5,-51.5 + - pos: 16.5,-51.5 parent: 34 + type: Transform - uid: 5336 components: - - type: Transform - pos: 16.5,-52.5 + - pos: 16.5,-52.5 parent: 34 + type: Transform - uid: 5339 components: - - type: Transform - pos: 18.5,-50.5 + - pos: 18.5,-50.5 parent: 34 + type: Transform - uid: 5340 components: - - type: Transform - pos: 18.5,-51.5 + - pos: 18.5,-51.5 parent: 34 + type: Transform - uid: 5341 components: - - type: Transform - pos: 18.5,-52.5 + - pos: 18.5,-52.5 parent: 34 + type: Transform - uid: 5344 components: - - type: Transform - pos: 20.5,-50.5 + - pos: 20.5,-50.5 parent: 34 + type: Transform - uid: 5345 components: - - type: Transform - pos: 20.5,-51.5 + - pos: 20.5,-51.5 parent: 34 + type: Transform - uid: 5346 components: - - type: Transform - pos: 20.5,-52.5 + - pos: 20.5,-52.5 parent: 34 + type: Transform - uid: 5349 components: - - type: Transform - pos: 22.5,-50.5 + - pos: 22.5,-50.5 parent: 34 + type: Transform - uid: 5350 components: - - type: Transform - pos: 22.5,-51.5 + - pos: 22.5,-51.5 parent: 34 + type: Transform - uid: 5351 components: - - type: Transform - pos: 22.5,-52.5 + - pos: 22.5,-52.5 parent: 34 + type: Transform - uid: 5354 components: - - type: Transform - pos: 24.5,-50.5 + - pos: 24.5,-50.5 parent: 34 + type: Transform - uid: 5355 components: - - type: Transform - pos: 24.5,-51.5 + - pos: 24.5,-51.5 parent: 34 + type: Transform - uid: 5356 components: - - type: Transform - pos: 24.5,-52.5 + - pos: 24.5,-52.5 parent: 34 + type: Transform - uid: 5357 components: - - type: Transform - pos: 24.5,-53.5 + - pos: 24.5,-53.5 parent: 34 + type: Transform - uid: 5358 components: - - type: Transform - pos: 24.5,-54.5 + - pos: 24.5,-54.5 parent: 34 + type: Transform - uid: 5359 components: - - type: Transform - pos: 26.5,-50.5 + - pos: 26.5,-50.5 parent: 34 + type: Transform - uid: 5360 components: - - type: Transform - pos: 26.5,-51.5 + - pos: 26.5,-51.5 parent: 34 + type: Transform - uid: 5361 components: - - type: Transform - pos: 26.5,-52.5 + - pos: 26.5,-52.5 parent: 34 + type: Transform - uid: 5362 components: - - type: Transform - pos: 26.5,-53.5 + - pos: 26.5,-53.5 parent: 34 + type: Transform - uid: 5363 components: - - type: Transform - pos: 26.5,-54.5 + - pos: 26.5,-54.5 parent: 34 + type: Transform - uid: 5364 components: - - type: Transform - pos: 28.5,-50.5 + - pos: 28.5,-50.5 parent: 34 + type: Transform - uid: 5365 components: - - type: Transform - pos: 28.5,-51.5 + - pos: 28.5,-51.5 parent: 34 + type: Transform - uid: 5366 components: - - type: Transform - pos: 28.5,-52.5 + - pos: 28.5,-52.5 parent: 34 + type: Transform - uid: 5367 components: - - type: Transform - pos: 28.5,-53.5 + - pos: 28.5,-53.5 parent: 34 + type: Transform - uid: 5368 components: - - type: Transform - pos: 28.5,-54.5 + - pos: 28.5,-54.5 parent: 34 + type: Transform - uid: 5369 components: - - type: Transform - pos: 30.5,-50.5 + - pos: 30.5,-50.5 parent: 34 + type: Transform - uid: 5370 components: - - type: Transform - pos: 30.5,-51.5 + - pos: 30.5,-51.5 parent: 34 + type: Transform - uid: 5371 components: - - type: Transform - pos: 30.5,-52.5 + - pos: 30.5,-52.5 parent: 34 + type: Transform - uid: 5372 components: - - type: Transform - pos: 30.5,-53.5 + - pos: 30.5,-53.5 parent: 34 + type: Transform - uid: 5373 components: - - type: Transform - pos: 30.5,-54.5 + - pos: 30.5,-54.5 parent: 34 + type: Transform - uid: 5374 components: - - type: Transform - pos: 32.5,-50.5 + - pos: 32.5,-50.5 parent: 34 + type: Transform - uid: 5375 components: - - type: Transform - pos: 32.5,-51.5 + - pos: 32.5,-51.5 parent: 34 + type: Transform - uid: 5376 components: - - type: Transform - pos: 32.5,-52.5 + - pos: 32.5,-52.5 parent: 34 + type: Transform - uid: 5377 components: - - type: Transform - pos: 32.5,-53.5 + - pos: 32.5,-53.5 parent: 34 + type: Transform - uid: 5378 components: - - type: Transform - pos: 32.5,-54.5 + - pos: 32.5,-54.5 parent: 34 + type: Transform - uid: 5379 components: - - type: Transform - pos: 34.5,-50.5 + - pos: 34.5,-50.5 parent: 34 + type: Transform - uid: 5380 components: - - type: Transform - pos: 34.5,-51.5 + - pos: 34.5,-51.5 parent: 34 + type: Transform - uid: 5381 components: - - type: Transform - pos: 34.5,-52.5 + - pos: 34.5,-52.5 parent: 34 + type: Transform - uid: 5382 components: - - type: Transform - pos: 34.5,-53.5 + - pos: 34.5,-53.5 parent: 34 + type: Transform - uid: 5383 components: - - type: Transform - pos: 34.5,-54.5 + - pos: 34.5,-54.5 parent: 34 + type: Transform - uid: 5384 components: - - type: Transform - pos: 32.5,-45.5 + - pos: 32.5,-45.5 parent: 34 + type: Transform - uid: 5385 components: - - type: Transform - pos: 31.5,-45.5 + - pos: 31.5,-45.5 parent: 34 + type: Transform - uid: 5386 components: - - type: Transform - pos: 32.5,-42.5 + - pos: 32.5,-42.5 parent: 34 + type: Transform - uid: 5387 components: - - type: Transform - pos: 30.5,-45.5 + - pos: 30.5,-45.5 parent: 34 + type: Transform - uid: 5389 components: - - type: Transform - pos: 32.5,-43.5 + - pos: 32.5,-43.5 parent: 34 + type: Transform - uid: 5391 components: - - type: Transform - pos: 33.5,-44.5 + - pos: 33.5,-44.5 parent: 34 + type: Transform - uid: 5392 components: - - type: Transform - pos: 33.5,-43.5 + - pos: 33.5,-43.5 parent: 34 + type: Transform - uid: 5393 components: - - type: Transform - pos: 33.5,-45.5 + - pos: 33.5,-45.5 parent: 34 + type: Transform - uid: 5394 components: - - type: Transform - pos: 32.5,-46.5 + - pos: 32.5,-46.5 parent: 34 + type: Transform - uid: 5395 components: - - type: Transform - pos: 32.5,-47.5 + - pos: 32.5,-47.5 parent: 34 + type: Transform - uid: 5414 components: - - type: Transform - pos: 31.5,-43.5 + - pos: 31.5,-43.5 parent: 34 + type: Transform - uid: 5415 components: - - type: Transform - pos: 30.5,-43.5 + - pos: 30.5,-43.5 parent: 34 + type: Transform - uid: 5427 components: - - type: Transform - pos: 33.5,-50.5 + - pos: 33.5,-50.5 parent: 34 + type: Transform - uid: 5428 components: - - type: Transform - pos: 33.5,-49.5 + - pos: 33.5,-49.5 parent: 34 + type: Transform - uid: 5429 components: - - type: Transform - pos: 33.5,-48.5 + - pos: 33.5,-48.5 parent: 34 + type: Transform - uid: 5430 components: - - type: Transform - pos: 32.5,-48.5 + - pos: 32.5,-48.5 parent: 34 + type: Transform - uid: 5431 components: - - type: Transform - pos: 31.5,-48.5 + - pos: 31.5,-48.5 parent: 34 + type: Transform - uid: 5432 components: - - type: Transform - pos: 30.5,-48.5 + - pos: 30.5,-48.5 parent: 34 + type: Transform - uid: 5433 components: - - type: Transform - pos: 29.5,-48.5 + - pos: 29.5,-48.5 parent: 34 + type: Transform - uid: 5434 components: - - type: Transform - pos: 28.5,-48.5 + - pos: 28.5,-48.5 parent: 34 + type: Transform - uid: 5435 components: - - type: Transform - pos: 27.5,-48.5 + - pos: 27.5,-48.5 parent: 34 + type: Transform - uid: 5436 components: - - type: Transform - pos: 26.5,-48.5 + - pos: 26.5,-48.5 parent: 34 + type: Transform - uid: 5437 components: - - type: Transform - pos: 25.5,-48.5 + - pos: 25.5,-48.5 parent: 34 + type: Transform - uid: 5438 components: - - type: Transform - pos: 29.5,-49.5 + - pos: 29.5,-49.5 parent: 34 + type: Transform - uid: 5439 components: - - type: Transform - pos: 29.5,-50.5 + - pos: 29.5,-50.5 parent: 34 + type: Transform - uid: 5440 components: - - type: Transform - pos: 25.5,-49.5 + - pos: 25.5,-49.5 parent: 34 + type: Transform - uid: 5441 components: - - type: Transform - pos: 25.5,-50.5 + - pos: 25.5,-50.5 parent: 34 + type: Transform - uid: 5442 components: - - type: Transform - pos: 25.5,-52.5 + - pos: 25.5,-52.5 parent: 34 + type: Transform - uid: 5443 components: - - type: Transform - pos: 29.5,-52.5 + - pos: 29.5,-52.5 parent: 34 + type: Transform - uid: 5444 components: - - type: Transform - pos: 33.5,-52.5 + - pos: 33.5,-52.5 parent: 34 + type: Transform - uid: 5445 components: - - type: Transform - pos: 17.5,-50.5 + - pos: 17.5,-50.5 parent: 34 + type: Transform - uid: 5582 components: - - type: Transform - pos: -26.5,5.5 + - pos: -26.5,5.5 parent: 34 + type: Transform - uid: 5583 components: - - type: Transform - pos: -25.5,5.5 + - pos: -25.5,5.5 parent: 34 + type: Transform - uid: 5584 components: - - type: Transform - pos: -25.5,6.5 + - pos: -25.5,6.5 parent: 34 + type: Transform - uid: 5586 components: - - type: Transform - pos: -27.5,4.5 + - pos: -27.5,4.5 parent: 34 + type: Transform - uid: 5587 components: - - type: Transform - pos: -26.5,3.5 + - pos: -26.5,3.5 parent: 34 + type: Transform - uid: 5589 components: - - type: Transform - pos: -27.5,2.5 + - pos: -27.5,2.5 parent: 34 + type: Transform - uid: 5590 components: - - type: Transform - pos: -25.5,3.5 + - pos: -25.5,3.5 parent: 34 + type: Transform - uid: 5591 components: - - type: Transform - pos: -24.5,3.5 + - pos: -24.5,3.5 parent: 34 + type: Transform - uid: 5592 components: - - type: Transform - pos: -23.5,3.5 + - pos: -23.5,3.5 parent: 34 + type: Transform - uid: 5679 components: - - type: Transform - pos: -25.5,7.5 + - pos: -25.5,7.5 parent: 34 + type: Transform - uid: 5680 components: - - type: Transform - pos: -25.5,8.5 + - pos: -25.5,8.5 parent: 34 + type: Transform - uid: 5681 components: - - type: Transform - pos: -24.5,8.5 + - pos: -24.5,8.5 parent: 34 + type: Transform - uid: 5682 components: - - type: Transform - pos: -23.5,8.5 + - pos: -23.5,8.5 parent: 34 + type: Transform - uid: 5683 components: - - type: Transform - pos: -22.5,8.5 + - pos: -22.5,8.5 parent: 34 + type: Transform - uid: 5684 components: - - type: Transform - pos: -21.5,8.5 + - pos: -21.5,8.5 parent: 34 + type: Transform - uid: 5685 components: - - type: Transform - pos: -20.5,8.5 + - pos: -20.5,8.5 parent: 34 + type: Transform - uid: 5686 components: - - type: Transform - pos: -19.5,8.5 + - pos: -19.5,8.5 parent: 34 + type: Transform - uid: 5687 components: - - type: Transform - pos: -18.5,8.5 + - pos: -18.5,8.5 parent: 34 + type: Transform - uid: 5688 components: - - type: Transform - pos: -17.5,8.5 + - pos: -17.5,8.5 parent: 34 + type: Transform - uid: 5689 components: - - type: Transform - pos: -16.5,8.5 + - pos: -16.5,8.5 parent: 34 + type: Transform - uid: 5690 components: - - type: Transform - pos: -15.5,8.5 + - pos: -15.5,8.5 parent: 34 + type: Transform - uid: 5691 components: - - type: Transform - pos: -14.5,8.5 + - pos: -14.5,8.5 parent: 34 + type: Transform - uid: 5692 components: - - type: Transform - pos: -13.5,8.5 + - pos: -13.5,8.5 parent: 34 + type: Transform - uid: 5693 components: - - type: Transform - pos: -21.5,9.5 + - pos: -21.5,9.5 parent: 34 + type: Transform - uid: 5694 components: - - type: Transform - pos: -21.5,10.5 + - pos: -21.5,10.5 parent: 34 + type: Transform - uid: 5695 components: - - type: Transform - pos: -17.5,10.5 + - pos: -17.5,10.5 parent: 34 + type: Transform - uid: 5696 components: - - type: Transform - pos: -17.5,9.5 + - pos: -17.5,9.5 parent: 34 + type: Transform - uid: 5697 components: - - type: Transform - pos: -13.5,10.5 + - pos: -13.5,10.5 parent: 34 + type: Transform - uid: 5698 components: - - type: Transform - pos: -13.5,9.5 + - pos: -13.5,9.5 parent: 34 + type: Transform - uid: 5699 components: - - type: Transform - pos: -26.5,8.5 + - pos: -26.5,8.5 parent: 34 + type: Transform - uid: 5700 components: - - type: Transform - pos: -22.5,10.5 + - pos: -22.5,10.5 parent: 34 + type: Transform - uid: 5701 components: - - type: Transform - pos: -22.5,11.5 + - pos: -22.5,11.5 parent: 34 + type: Transform - uid: 5702 components: - - type: Transform - pos: -22.5,12.5 + - pos: -22.5,12.5 parent: 34 + type: Transform - uid: 5703 components: - - type: Transform - pos: -22.5,13.5 + - pos: -22.5,13.5 parent: 34 + type: Transform - uid: 5704 components: - - type: Transform - pos: -22.5,14.5 + - pos: -22.5,14.5 parent: 34 + type: Transform - uid: 5705 components: - - type: Transform - pos: -20.5,14.5 + - pos: -20.5,14.5 parent: 34 + type: Transform - uid: 5706 components: - - type: Transform - pos: -20.5,13.5 + - pos: -20.5,13.5 parent: 34 + type: Transform - uid: 5707 components: - - type: Transform - pos: -20.5,12.5 + - pos: -20.5,12.5 parent: 34 + type: Transform - uid: 5708 components: - - type: Transform - pos: -20.5,11.5 + - pos: -20.5,11.5 parent: 34 + type: Transform - uid: 5709 components: - - type: Transform - pos: -20.5,10.5 + - pos: -20.5,10.5 parent: 34 + type: Transform - uid: 5710 components: - - type: Transform - pos: -18.5,14.5 + - pos: -18.5,14.5 parent: 34 + type: Transform - uid: 5711 components: - - type: Transform - pos: -18.5,13.5 + - pos: -18.5,13.5 parent: 34 + type: Transform - uid: 5712 components: - - type: Transform - pos: -18.5,12.5 + - pos: -18.5,12.5 parent: 34 + type: Transform - uid: 5713 components: - - type: Transform - pos: -18.5,11.5 + - pos: -18.5,11.5 parent: 34 + type: Transform - uid: 5714 components: - - type: Transform - pos: -18.5,10.5 + - pos: -18.5,10.5 parent: 34 + type: Transform - uid: 5715 components: - - type: Transform - pos: -16.5,14.5 + - pos: -16.5,14.5 parent: 34 + type: Transform - uid: 5716 components: - - type: Transform - pos: -16.5,13.5 + - pos: -16.5,13.5 parent: 34 + type: Transform - uid: 5717 components: - - type: Transform - pos: -16.5,12.5 + - pos: -16.5,12.5 parent: 34 + type: Transform - uid: 5718 components: - - type: Transform - pos: -16.5,11.5 + - pos: -16.5,11.5 parent: 34 + type: Transform - uid: 5719 components: - - type: Transform - pos: -16.5,10.5 + - pos: -16.5,10.5 parent: 34 + type: Transform - uid: 5720 components: - - type: Transform - pos: -14.5,14.5 + - pos: -14.5,14.5 parent: 34 + type: Transform - uid: 5721 components: - - type: Transform - pos: -14.5,13.5 + - pos: -14.5,13.5 parent: 34 + type: Transform - uid: 5722 components: - - type: Transform - pos: -14.5,12.5 + - pos: -14.5,12.5 parent: 34 + type: Transform - uid: 5723 components: - - type: Transform - pos: -14.5,11.5 + - pos: -14.5,11.5 parent: 34 + type: Transform - uid: 5724 components: - - type: Transform - pos: -14.5,10.5 + - pos: -14.5,10.5 parent: 34 + type: Transform - uid: 5725 components: - - type: Transform - pos: -12.5,14.5 + - pos: -12.5,14.5 parent: 34 + type: Transform - uid: 5726 components: - - type: Transform - pos: -12.5,13.5 + - pos: -12.5,13.5 parent: 34 + type: Transform - uid: 5727 components: - - type: Transform - pos: -12.5,12.5 + - pos: -12.5,12.5 parent: 34 + type: Transform - uid: 5728 components: - - type: Transform - pos: -12.5,11.5 + - pos: -12.5,11.5 parent: 34 + type: Transform - uid: 5729 components: - - type: Transform - pos: -12.5,10.5 + - pos: -12.5,10.5 parent: 34 + type: Transform - uid: 5740 components: - - type: Transform - pos: -27.5,5.5 + - pos: -27.5,5.5 parent: 34 + type: Transform - uid: 5744 components: - - type: Transform - pos: -27.5,3.5 - parent: 34 - - uid: 5938 - components: - - type: Transform - pos: -39.5,-12.5 + - pos: -27.5,3.5 parent: 34 + type: Transform - uid: 6025 components: - - type: Transform - pos: 36.5,-6.5 + - pos: 36.5,-6.5 parent: 34 + type: Transform - uid: 6150 components: - - type: Transform - pos: 36.5,-19.5 + - pos: 36.5,-19.5 + parent: 34 + type: Transform + - uid: 6334 + components: + - pos: -53.5,-14.5 parent: 34 + type: Transform - uid: 6376 components: - - type: Transform - pos: -51.5,-30.5 + - pos: -51.5,-30.5 parent: 34 + type: Transform - uid: 6571 components: - - type: Transform - pos: 8.5,-13.5 + - pos: 8.5,-13.5 parent: 34 + type: Transform - uid: 6572 components: - - type: Transform - pos: 8.5,-12.5 + - pos: 8.5,-12.5 parent: 34 + type: Transform - uid: 6573 components: - - type: Transform - pos: 8.5,-11.5 + - pos: 8.5,-11.5 parent: 34 + type: Transform - uid: 6574 components: - - type: Transform - pos: 9.5,-11.5 + - pos: 9.5,-11.5 parent: 34 + type: Transform - uid: 6575 components: - - type: Transform - pos: 10.5,-11.5 + - pos: 10.5,-11.5 parent: 34 + type: Transform - uid: 6576 components: - - type: Transform - pos: 11.5,-11.5 + - pos: 11.5,-11.5 parent: 34 + type: Transform - uid: 6577 components: - - type: Transform - pos: 12.5,-11.5 + - pos: 12.5,-11.5 parent: 34 + type: Transform - uid: 6578 components: - - type: Transform - pos: 13.5,-11.5 + - pos: 13.5,-11.5 parent: 34 + type: Transform - uid: 6579 components: - - type: Transform - pos: 13.5,-10.5 + - pos: 13.5,-10.5 parent: 34 + type: Transform - uid: 6580 components: - - type: Transform - pos: 13.5,-9.5 + - pos: 13.5,-9.5 parent: 34 + type: Transform - uid: 6581 components: - - type: Transform - pos: 13.5,-8.5 + - pos: 13.5,-8.5 parent: 34 + type: Transform - uid: 6582 components: - - type: Transform - pos: 13.5,-7.5 + - pos: 13.5,-7.5 parent: 34 + type: Transform - uid: 6583 components: - - type: Transform - pos: 13.5,-6.5 + - pos: 13.5,-6.5 parent: 34 + type: Transform - uid: 6584 components: - - type: Transform - pos: 13.5,-5.5 + - pos: 13.5,-5.5 parent: 34 + type: Transform - uid: 6585 components: - - type: Transform - pos: 13.5,-4.5 + - pos: 13.5,-4.5 parent: 34 + type: Transform - uid: 6586 components: - - type: Transform - pos: 13.5,-3.5 + - pos: 13.5,-3.5 parent: 34 + type: Transform - uid: 6587 components: - - type: Transform - pos: 13.5,-2.5 + - pos: 13.5,-2.5 parent: 34 + type: Transform - uid: 6588 components: - - type: Transform - pos: 13.5,-1.5 + - pos: 13.5,-1.5 parent: 34 + type: Transform - uid: 6589 components: - - type: Transform - pos: 13.5,-0.5 + - pos: 13.5,-0.5 parent: 34 + type: Transform - uid: 6590 components: - - type: Transform - pos: 13.5,0.5 + - pos: 13.5,0.5 parent: 34 + type: Transform - uid: 6591 components: - - type: Transform - pos: 13.5,1.5 + - pos: 13.5,1.5 parent: 34 + type: Transform - uid: 6592 components: - - type: Transform - pos: 13.5,2.5 + - pos: 13.5,2.5 parent: 34 + type: Transform - uid: 6593 components: - - type: Transform - pos: 13.5,3.5 + - pos: 13.5,3.5 parent: 34 + type: Transform - uid: 6594 components: - - type: Transform - pos: 13.5,4.5 + - pos: 13.5,4.5 parent: 34 + type: Transform - uid: 6595 components: - - type: Transform - pos: 13.5,5.5 + - pos: 13.5,5.5 parent: 34 + type: Transform - uid: 6596 components: - - type: Transform - pos: 13.5,6.5 + - pos: 13.5,6.5 parent: 34 + type: Transform - uid: 6597 components: - - type: Transform - pos: 13.5,7.5 + - pos: 13.5,7.5 parent: 34 + type: Transform - uid: 6598 components: - - type: Transform - pos: 13.5,8.5 + - pos: 13.5,8.5 parent: 34 + type: Transform - uid: 6599 components: - - type: Transform - pos: -22.5,-11.5 + - pos: -22.5,-11.5 parent: 34 + type: Transform - uid: 6600 components: - - type: Transform - pos: -22.5,-10.5 + - pos: -22.5,-10.5 parent: 34 + type: Transform - uid: 6601 components: - - type: Transform - pos: -22.5,-9.5 + - pos: -22.5,-9.5 parent: 34 + type: Transform - uid: 6602 components: - - type: Transform - pos: -22.5,-8.5 + - pos: -22.5,-8.5 parent: 34 + type: Transform - uid: 6603 components: - - type: Transform - pos: -22.5,-7.5 + - pos: -22.5,-7.5 parent: 34 + type: Transform - uid: 6604 components: - - type: Transform - pos: -22.5,-6.5 + - pos: -22.5,-6.5 parent: 34 + type: Transform - uid: 6605 components: - - type: Transform - pos: -22.5,-5.5 + - pos: -22.5,-5.5 parent: 34 + type: Transform - uid: 6606 components: - - type: Transform - pos: -22.5,-4.5 + - pos: -22.5,-4.5 parent: 34 + type: Transform - uid: 6607 components: - - type: Transform - pos: -22.5,-3.5 + - pos: -22.5,-3.5 parent: 34 + type: Transform - uid: 6608 components: - - type: Transform - pos: -22.5,-2.5 + - pos: -22.5,-2.5 parent: 34 + type: Transform - uid: 6609 components: - - type: Transform - pos: -22.5,-1.5 + - pos: -22.5,-1.5 parent: 34 + type: Transform - uid: 6610 components: - - type: Transform - pos: -22.5,-0.5 + - pos: -22.5,-0.5 parent: 34 + type: Transform - uid: 6611 components: - - type: Transform - pos: -23.5,-0.5 + - pos: -23.5,-0.5 parent: 34 + type: Transform - uid: 6612 components: - - type: Transform - pos: -24.5,-0.5 + - pos: -24.5,-0.5 parent: 34 + type: Transform - uid: 6613 components: - - type: Transform - pos: -25.5,-0.5 + - pos: -25.5,-0.5 parent: 34 + type: Transform - uid: 6614 components: - - type: Transform - pos: -25.5,0.5 + - pos: -25.5,0.5 parent: 34 + type: Transform - uid: 6615 components: - - type: Transform - pos: -25.5,1.5 + - pos: -25.5,1.5 parent: 34 + type: Transform - uid: 6616 components: - - type: Transform - pos: -25.5,2.5 - parent: 34 - - uid: 6617 - components: - - type: Transform - pos: -46.5,-12.5 + - pos: -25.5,2.5 parent: 34 + type: Transform - uid: 6618 components: - - type: Transform - pos: -47.5,-12.5 - parent: 34 - - uid: 6619 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 34 - - uid: 6620 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 34 - - uid: 6621 - components: - - type: Transform - pos: -50.5,-12.5 + - pos: -51.5,-21.5 parent: 34 + type: Transform - uid: 6622 components: - - type: Transform - pos: -51.5,-12.5 - parent: 34 - - uid: 6623 - components: - - type: Transform - pos: -52.5,-12.5 + - pos: -50.5,-21.5 parent: 34 + type: Transform - uid: 6624 components: - - type: Transform - pos: -53.5,-12.5 + - pos: -53.5,-12.5 parent: 34 + type: Transform - uid: 6625 components: - - type: Transform - pos: -53.5,-11.5 + - pos: -53.5,-11.5 parent: 34 + type: Transform - uid: 6626 components: - - type: Transform - pos: -53.5,-10.5 + - pos: -53.5,-10.5 parent: 34 + type: Transform - uid: 6627 components: - - type: Transform - pos: -53.5,-9.5 + - pos: -53.5,-9.5 parent: 34 + type: Transform - uid: 6628 components: - - type: Transform - pos: -53.5,-8.5 + - pos: -53.5,-8.5 parent: 34 + type: Transform - uid: 6629 components: - - type: Transform - pos: -53.5,-7.5 + - pos: -53.5,-7.5 parent: 34 + type: Transform - uid: 6630 components: - - type: Transform - pos: -53.5,-6.5 + - pos: -53.5,-6.5 parent: 34 + type: Transform - uid: 6631 components: - - type: Transform - pos: -53.5,-5.5 + - pos: -53.5,-5.5 parent: 34 + type: Transform - uid: 6632 components: - - type: Transform - pos: -53.5,-4.5 + - pos: -53.5,-4.5 parent: 34 + type: Transform - uid: 6633 components: - - type: Transform - pos: -54.5,-4.5 + - pos: -54.5,-4.5 parent: 34 + type: Transform - uid: 6634 components: - - type: Transform - pos: -55.5,-4.5 + - pos: -55.5,-4.5 parent: 34 + type: Transform - uid: 6635 components: - - type: Transform - pos: -56.5,-4.5 + - pos: -56.5,-4.5 parent: 34 + type: Transform - uid: 6636 components: - - type: Transform - pos: -56.5,-3.5 + - pos: -56.5,-3.5 parent: 34 + type: Transform - uid: 6637 components: - - type: Transform - pos: 14.5,8.5 + - pos: 14.5,8.5 parent: 34 + type: Transform - uid: 6638 components: - - type: Transform - pos: 15.5,8.5 + - pos: 15.5,8.5 parent: 34 + type: Transform - uid: 6639 components: - - type: Transform - pos: 16.5,8.5 + - pos: 16.5,8.5 parent: 34 + type: Transform - uid: 6640 components: - - type: Transform - pos: 17.5,8.5 + - pos: 17.5,8.5 parent: 34 + type: Transform - uid: 6641 components: - - type: Transform - pos: 18.5,8.5 + - pos: 18.5,8.5 parent: 34 + type: Transform - uid: 6642 components: - - type: Transform - pos: 19.5,8.5 + - pos: 19.5,8.5 parent: 34 + type: Transform - uid: 6643 components: - - type: Transform - pos: 20.5,8.5 + - pos: 20.5,8.5 parent: 34 + type: Transform - uid: 6644 components: - - type: Transform - pos: 21.5,8.5 + - pos: 21.5,8.5 parent: 34 + type: Transform - uid: 6645 components: - - type: Transform - pos: 29.5,-43.5 + - pos: 29.5,-43.5 parent: 34 + type: Transform - uid: 6646 components: - - type: Transform - pos: 29.5,-42.5 + - pos: 29.5,-42.5 parent: 34 + type: Transform - uid: 6647 components: - - type: Transform - pos: 29.5,-41.5 + - pos: 29.5,-41.5 parent: 34 + type: Transform - uid: 6648 components: - - type: Transform - pos: 29.5,-40.5 + - pos: 29.5,-40.5 parent: 34 + type: Transform - uid: 6649 components: - - type: Transform - pos: 30.5,-40.5 + - pos: 30.5,-40.5 parent: 34 + type: Transform - uid: 6650 components: - - type: Transform - pos: 31.5,-40.5 + - pos: 31.5,-40.5 parent: 34 + type: Transform - uid: 6651 components: - - type: Transform - pos: 31.5,-39.5 + - pos: 31.5,-39.5 parent: 34 + type: Transform - uid: 6652 components: - - type: Transform - pos: 31.5,-38.5 + - pos: 31.5,-38.5 parent: 34 + type: Transform - uid: 6653 components: - - type: Transform - pos: 31.5,-37.5 + - pos: 31.5,-37.5 parent: 34 + type: Transform - uid: 6654 components: - - type: Transform - pos: 31.5,-36.5 + - pos: 31.5,-36.5 parent: 34 + type: Transform - uid: 6655 components: - - type: Transform - pos: 31.5,-35.5 + - pos: 31.5,-35.5 parent: 34 + type: Transform - uid: 6656 components: - - type: Transform - pos: 31.5,-34.5 + - pos: 31.5,-34.5 parent: 34 + type: Transform - uid: 6657 components: - - type: Transform - pos: 31.5,-33.5 + - pos: 31.5,-33.5 parent: 34 + type: Transform - uid: 6658 components: - - type: Transform - pos: 31.5,-32.5 + - pos: 31.5,-32.5 parent: 34 + type: Transform - uid: 6659 components: - - type: Transform - pos: 31.5,-31.5 + - pos: 31.5,-31.5 parent: 34 + type: Transform - uid: 6660 components: - - type: Transform - pos: 31.5,-30.5 + - pos: 31.5,-30.5 parent: 34 + type: Transform - uid: 6661 components: - - type: Transform - pos: 31.5,-29.5 + - pos: 31.5,-29.5 parent: 34 + type: Transform - uid: 6662 components: - - type: Transform - pos: 31.5,-28.5 + - pos: 31.5,-28.5 parent: 34 + type: Transform - uid: 6663 components: - - type: Transform - pos: 32.5,-28.5 + - pos: 32.5,-28.5 parent: 34 + type: Transform - uid: 6664 components: - - type: Transform - pos: 33.5,-28.5 + - pos: 33.5,-28.5 parent: 34 + type: Transform - uid: 6665 components: - - type: Transform - pos: 34.5,-28.5 + - pos: 34.5,-28.5 parent: 34 + type: Transform - uid: 6666 components: - - type: Transform - pos: 35.5,-28.5 + - pos: 35.5,-28.5 parent: 34 + type: Transform - uid: 6667 components: - - type: Transform - pos: 36.5,-28.5 + - pos: 36.5,-28.5 parent: 34 + type: Transform - uid: 6668 components: - - type: Transform - pos: 36.5,-29.5 + - pos: 36.5,-29.5 parent: 34 + type: Transform - uid: 6669 components: - - type: Transform - pos: 32.5,-27.5 + - pos: 32.5,-27.5 parent: 34 + type: Transform - uid: 6670 components: - - type: Transform - pos: 32.5,-26.5 + - pos: 32.5,-26.5 parent: 34 + type: Transform - uid: 6671 components: - - type: Transform - pos: 32.5,-25.5 + - pos: 32.5,-25.5 parent: 34 + type: Transform - uid: 6672 components: - - type: Transform - pos: 32.5,-24.5 + - pos: 32.5,-24.5 parent: 34 + type: Transform - uid: 6673 components: - - type: Transform - pos: 32.5,-23.5 + - pos: 32.5,-23.5 parent: 34 + type: Transform - uid: 6674 components: - - type: Transform - pos: 33.5,-23.5 + - pos: 33.5,-23.5 parent: 34 + type: Transform - uid: 6675 components: - - type: Transform - pos: 33.5,-22.5 + - pos: 33.5,-22.5 parent: 34 + type: Transform - uid: 6676 components: - - type: Transform - pos: 33.5,-21.5 + - pos: 33.5,-21.5 parent: 34 + type: Transform - uid: 6677 components: - - type: Transform - pos: 33.5,-20.5 + - pos: 33.5,-20.5 parent: 34 + type: Transform - uid: 6678 components: - - type: Transform - pos: 33.5,-19.5 + - pos: 33.5,-19.5 parent: 34 + type: Transform - uid: 6679 components: - - type: Transform - pos: 33.5,-18.5 + - pos: 33.5,-18.5 parent: 34 + type: Transform - uid: 6680 components: - - type: Transform - pos: 33.5,-17.5 + - pos: 33.5,-17.5 parent: 34 + type: Transform - uid: 6681 components: - - type: Transform - pos: 33.5,-16.5 + - pos: 33.5,-16.5 parent: 34 + type: Transform - uid: 6682 components: - - type: Transform - pos: 34.5,-16.5 + - pos: 34.5,-16.5 parent: 34 + type: Transform - uid: 6683 components: - - type: Transform - pos: 35.5,-16.5 + - pos: 35.5,-16.5 parent: 34 + type: Transform - uid: 6684 components: - - type: Transform - pos: 36.5,-16.5 + - pos: 36.5,-16.5 parent: 34 + type: Transform - uid: 6693 components: - - type: Transform - pos: 32.5,-10.5 + - pos: 32.5,-10.5 parent: 34 + type: Transform - uid: 6694 components: - - type: Transform - pos: 32.5,-9.5 + - pos: 32.5,-9.5 parent: 34 + type: Transform - uid: 6696 components: - - type: Transform - pos: 52.5,-24.5 + - pos: 52.5,-24.5 parent: 34 + type: Transform - uid: 6702 components: - - type: Transform - pos: 33.5,-2.5 + - pos: 33.5,-2.5 parent: 34 + type: Transform - uid: 6703 components: - - type: Transform - pos: 33.5,-1.5 + - pos: 33.5,-1.5 parent: 34 + type: Transform - uid: 6704 components: - - type: Transform - pos: 33.5,-0.5 + - pos: 33.5,-0.5 parent: 34 + type: Transform - uid: 6705 components: - - type: Transform - pos: 33.5,0.5 + - pos: 33.5,0.5 parent: 34 + type: Transform - uid: 6706 components: - - type: Transform - pos: 33.5,1.5 + - pos: 33.5,1.5 parent: 34 + type: Transform - uid: 6707 components: - - type: Transform - pos: 33.5,2.5 + - pos: 33.5,2.5 parent: 34 + type: Transform - uid: 6708 components: - - type: Transform - pos: 33.5,3.5 + - pos: 33.5,3.5 parent: 34 + type: Transform - uid: 6709 components: - - type: Transform - pos: 33.5,4.5 + - pos: 33.5,4.5 parent: 34 + type: Transform - uid: 6710 components: - - type: Transform - pos: 33.5,5.5 + - pos: 33.5,5.5 parent: 34 + type: Transform - uid: 6711 components: - - type: Transform - pos: 33.5,6.5 + - pos: 33.5,6.5 parent: 34 + type: Transform - uid: 6712 components: - - type: Transform - pos: 33.5,7.5 + - pos: 33.5,7.5 parent: 34 + type: Transform - uid: 6713 components: - - type: Transform - pos: 32.5,7.5 + - pos: 32.5,7.5 parent: 34 + type: Transform - uid: 6714 components: - - type: Transform - pos: 31.5,7.5 + - pos: 31.5,7.5 parent: 34 + type: Transform - uid: 6715 components: - - type: Transform - pos: 30.5,7.5 + - pos: 30.5,7.5 parent: 34 + type: Transform - uid: 6716 components: - - type: Transform - pos: 29.5,7.5 + - pos: 29.5,7.5 parent: 34 + type: Transform - uid: 6717 components: - - type: Transform - pos: 28.5,7.5 + - pos: 28.5,7.5 parent: 34 + type: Transform - uid: 6718 components: - - type: Transform - pos: 27.5,7.5 + - pos: 27.5,7.5 parent: 34 + type: Transform - uid: 6719 components: - - type: Transform - pos: 26.5,7.5 + - pos: 26.5,7.5 parent: 34 + type: Transform - uid: 6720 components: - - type: Transform - pos: 25.5,7.5 + - pos: 25.5,7.5 parent: 34 + type: Transform - uid: 6721 components: - - type: Transform - pos: 24.5,7.5 + - pos: 24.5,7.5 parent: 34 + type: Transform - uid: 6722 components: - - type: Transform - pos: 23.5,7.5 + - pos: 23.5,7.5 parent: 34 + type: Transform - uid: 6723 components: - - type: Transform - pos: 22.5,7.5 + - pos: 22.5,7.5 parent: 34 + type: Transform - uid: 6724 components: - - type: Transform - pos: 21.5,7.5 + - pos: 21.5,7.5 parent: 34 + type: Transform - uid: 6725 components: - - type: Transform - pos: 22.5,6.5 + - pos: 22.5,6.5 parent: 34 + type: Transform - uid: 6726 components: - - type: Transform - pos: 22.5,5.5 + - pos: 22.5,5.5 parent: 34 + type: Transform - uid: 6727 components: - - type: Transform - pos: 22.5,4.5 + - pos: 22.5,4.5 parent: 34 + type: Transform - uid: 6728 components: - - type: Transform - pos: 23.5,4.5 + - pos: 23.5,4.5 parent: 34 + type: Transform - uid: 6729 components: - - type: Transform - pos: 24.5,4.5 + - pos: 24.5,4.5 parent: 34 + type: Transform - uid: 6731 components: - - type: Transform - pos: 27.5,-40.5 + - pos: 27.5,-40.5 parent: 34 + type: Transform - uid: 6732 components: - - type: Transform - pos: 26.5,-40.5 + - pos: 26.5,-40.5 parent: 34 + type: Transform - uid: 6733 components: - - type: Transform - pos: 25.5,-40.5 + - pos: 25.5,-40.5 parent: 34 + type: Transform - uid: 6734 components: - - type: Transform - pos: 25.5,-41.5 + - pos: 25.5,-41.5 parent: 34 + type: Transform - uid: 6735 components: - - type: Transform - pos: 24.5,-41.5 + - pos: 24.5,-41.5 parent: 34 + type: Transform - uid: 6736 components: - - type: Transform - pos: 23.5,-41.5 + - pos: 23.5,-41.5 parent: 34 + type: Transform - uid: 6737 components: - - type: Transform - pos: 22.5,-41.5 + - pos: 22.5,-41.5 parent: 34 + type: Transform - uid: 6738 components: - - type: Transform - pos: 21.5,-41.5 + - pos: 21.5,-41.5 parent: 34 + type: Transform - uid: 6739 components: - - type: Transform - pos: 20.5,-41.5 + - pos: 20.5,-41.5 parent: 34 + type: Transform - uid: 6740 components: - - type: Transform - pos: 19.5,-41.5 + - pos: 19.5,-41.5 parent: 34 + type: Transform - uid: 6741 components: - - type: Transform - pos: 18.5,-41.5 + - pos: 18.5,-41.5 parent: 34 + type: Transform - uid: 6742 components: - - type: Transform - pos: 17.5,-41.5 + - pos: 17.5,-41.5 parent: 34 + type: Transform - uid: 6743 components: - - type: Transform - pos: 16.5,-41.5 + - pos: 16.5,-41.5 parent: 34 + type: Transform - uid: 6744 components: - - type: Transform - pos: 15.5,-41.5 + - pos: 15.5,-41.5 parent: 34 + type: Transform - uid: 6745 components: - - type: Transform - pos: 14.5,-41.5 + - pos: 14.5,-41.5 parent: 34 + type: Transform - uid: 6746 components: - - type: Transform - pos: 13.5,-41.5 + - pos: 13.5,-41.5 parent: 34 + type: Transform - uid: 6750 components: - - type: Transform - pos: 12.5,-44.5 + - pos: 12.5,-44.5 parent: 34 + type: Transform - uid: 6751 components: - - type: Transform - pos: 11.5,-44.5 + - pos: 11.5,-44.5 parent: 34 + type: Transform - uid: 6752 components: - - type: Transform - pos: 11.5,-45.5 + - pos: 11.5,-45.5 parent: 34 + type: Transform - uid: 6753 components: - - type: Transform - pos: 10.5,-45.5 + - pos: 10.5,-45.5 parent: 34 + type: Transform - uid: 6754 components: - - type: Transform - pos: 9.5,-45.5 + - pos: 9.5,-45.5 parent: 34 + type: Transform - uid: 6755 components: - - type: Transform - pos: 8.5,-45.5 + - pos: 8.5,-45.5 parent: 34 + type: Transform - uid: 6756 components: - - type: Transform - pos: 7.5,-45.5 + - pos: 7.5,-45.5 parent: 34 + type: Transform - uid: 6757 components: - - type: Transform - pos: 6.5,-45.5 + - pos: 6.5,-45.5 parent: 34 + type: Transform - uid: 6758 components: - - type: Transform - pos: 5.5,-45.5 + - pos: 5.5,-45.5 parent: 34 + type: Transform - uid: 6759 components: - - type: Transform - pos: 4.5,-45.5 + - pos: 4.5,-45.5 parent: 34 + type: Transform - uid: 6760 components: - - type: Transform - pos: 3.5,-45.5 + - pos: 3.5,-45.5 parent: 34 + type: Transform - uid: 6761 components: - - type: Transform - pos: 2.5,-45.5 + - pos: 2.5,-45.5 parent: 34 + type: Transform - uid: 6762 components: - - type: Transform - pos: 1.5,-45.5 + - pos: 1.5,-45.5 parent: 34 + type: Transform - uid: 6763 components: - - type: Transform - pos: 0.5,-45.5 + - pos: 0.5,-45.5 parent: 34 + type: Transform - uid: 6764 components: - - type: Transform - pos: -0.5,-45.5 + - pos: -0.5,-45.5 parent: 34 + type: Transform - uid: 6765 components: - - type: Transform - pos: -1.5,-45.5 + - pos: -1.5,-45.5 parent: 34 + type: Transform - uid: 6766 components: - - type: Transform - pos: -2.5,-45.5 + - pos: -2.5,-45.5 parent: 34 + type: Transform - uid: 6767 components: - - type: Transform - pos: -3.5,-45.5 + - pos: -3.5,-45.5 parent: 34 + type: Transform - uid: 6768 components: - - type: Transform - pos: -3.5,-44.5 + - pos: -3.5,-44.5 parent: 34 + type: Transform - uid: 6769 components: - - type: Transform - pos: -4.5,-44.5 + - pos: -4.5,-44.5 parent: 34 + type: Transform - uid: 6770 components: - - type: Transform - pos: -4.5,-43.5 + - pos: -4.5,-43.5 parent: 34 + type: Transform - uid: 6771 components: - - type: Transform - pos: -4.5,-42.5 + - pos: -4.5,-42.5 parent: 34 + type: Transform - uid: 6772 components: - - type: Transform - pos: -4.5,-41.5 + - pos: -4.5,-41.5 parent: 34 + type: Transform - uid: 6773 components: - - type: Transform - pos: -4.5,-40.5 + - pos: -4.5,-40.5 parent: 34 + type: Transform - uid: 6774 components: - - type: Transform - pos: -4.5,-39.5 + - pos: -4.5,-39.5 parent: 34 + type: Transform - uid: 6775 components: - - type: Transform - pos: -4.5,-38.5 + - pos: -4.5,-38.5 parent: 34 + type: Transform - uid: 6776 components: - - type: Transform - pos: -4.5,-37.5 + - pos: -4.5,-37.5 parent: 34 + type: Transform - uid: 6777 components: - - type: Transform - pos: -4.5,-36.5 + - pos: -4.5,-36.5 parent: 34 + type: Transform - uid: 6778 components: - - type: Transform - pos: -4.5,-35.5 + - pos: -4.5,-35.5 parent: 34 + type: Transform - uid: 6779 components: - - type: Transform - pos: -4.5,-34.5 + - pos: -4.5,-34.5 parent: 34 + type: Transform - uid: 6780 components: - - type: Transform - pos: -4.5,-33.5 + - pos: -4.5,-33.5 parent: 34 + type: Transform - uid: 6781 components: - - type: Transform - pos: -4.5,-32.5 + - pos: -4.5,-32.5 parent: 34 + type: Transform - uid: 6782 components: - - type: Transform - pos: -4.5,-31.5 + - pos: -4.5,-31.5 parent: 34 + type: Transform - uid: 6783 components: - - type: Transform - pos: -4.5,-30.5 + - pos: -4.5,-30.5 parent: 34 + type: Transform - uid: 6784 components: - - type: Transform - pos: -4.5,-29.5 + - pos: -4.5,-29.5 parent: 34 + type: Transform - uid: 6785 components: - - type: Transform - pos: -4.5,-28.5 + - pos: -4.5,-28.5 parent: 34 + type: Transform - uid: 6786 components: - - type: Transform - pos: -4.5,-27.5 + - pos: -4.5,-27.5 parent: 34 + type: Transform - uid: 6787 components: - - type: Transform - pos: -4.5,-26.5 + - pos: -4.5,-26.5 parent: 34 + type: Transform - uid: 6788 components: - - type: Transform - pos: -4.5,-25.5 + - pos: -4.5,-25.5 parent: 34 + type: Transform - uid: 6789 components: - - type: Transform - pos: -4.5,-24.5 + - pos: -4.5,-24.5 parent: 34 + type: Transform - uid: 6790 components: - - type: Transform - pos: -4.5,-23.5 + - pos: -4.5,-23.5 parent: 34 + type: Transform - uid: 6791 components: - - type: Transform - pos: -4.5,-22.5 + - pos: -4.5,-22.5 parent: 34 + type: Transform - uid: 6799 components: - - type: Transform - pos: -20.5,-22.5 + - pos: -20.5,-22.5 parent: 34 + type: Transform - uid: 6800 components: - - type: Transform - pos: -19.5,-22.5 + - pos: -19.5,-22.5 parent: 34 + type: Transform - uid: 6801 components: - - type: Transform - pos: -18.5,-22.5 + - pos: -18.5,-22.5 parent: 34 + type: Transform - uid: 6802 components: - - type: Transform - pos: -17.5,-22.5 + - pos: -17.5,-22.5 parent: 34 + type: Transform - uid: 6803 components: - - type: Transform - pos: -16.5,-22.5 + - pos: -16.5,-22.5 parent: 34 + type: Transform - uid: 6804 components: - - type: Transform - pos: -15.5,-22.5 + - pos: -15.5,-22.5 parent: 34 + type: Transform - uid: 6805 components: - - type: Transform - pos: -14.5,-22.5 + - pos: -14.5,-22.5 parent: 34 + type: Transform - uid: 6806 components: - - type: Transform - pos: -13.5,-22.5 + - pos: -13.5,-22.5 parent: 34 + type: Transform - uid: 6807 components: - - type: Transform - pos: -12.5,-22.5 + - pos: -12.5,-22.5 parent: 34 + type: Transform - uid: 6808 components: - - type: Transform - pos: -11.5,-22.5 + - pos: -11.5,-22.5 parent: 34 + type: Transform - uid: 6809 components: - - type: Transform - pos: -10.5,-22.5 + - pos: -10.5,-22.5 parent: 34 + type: Transform - uid: 6810 components: - - type: Transform - pos: -9.5,-22.5 + - pos: -9.5,-22.5 parent: 34 + type: Transform - uid: 6811 components: - - type: Transform - pos: -8.5,-22.5 + - pos: -8.5,-22.5 parent: 34 + type: Transform - uid: 6812 components: - - type: Transform - pos: -7.5,-22.5 + - pos: -7.5,-22.5 parent: 34 + type: Transform - uid: 6813 components: - - type: Transform - pos: -6.5,-22.5 + - pos: -6.5,-22.5 parent: 34 + type: Transform - uid: 6814 components: - - type: Transform - pos: -5.5,-22.5 + - pos: -5.5,-22.5 parent: 34 + type: Transform - uid: 6815 components: - - type: Transform - pos: -54.5,-3.5 + - pos: -54.5,-3.5 parent: 34 + type: Transform - uid: 6816 components: - - type: Transform - pos: -54.5,-2.5 + - pos: -54.5,-2.5 parent: 34 + type: Transform - uid: 6817 components: - - type: Transform - pos: -54.5,-1.5 + - pos: -54.5,-1.5 parent: 34 + type: Transform - uid: 6818 components: - - type: Transform - pos: -54.5,-0.5 + - pos: -54.5,-0.5 parent: 34 + type: Transform - uid: 6819 components: - - type: Transform - pos: -54.5,0.5 + - pos: -54.5,0.5 parent: 34 + type: Transform - uid: 6820 components: - - type: Transform - pos: -54.5,1.5 + - pos: -54.5,1.5 parent: 34 + type: Transform - uid: 6821 components: - - type: Transform - pos: -54.5,2.5 + - pos: -54.5,2.5 parent: 34 + type: Transform - uid: 6822 components: - - type: Transform - pos: -54.5,3.5 + - pos: -54.5,3.5 parent: 34 + type: Transform - uid: 6823 components: - - type: Transform - pos: -54.5,4.5 + - pos: -54.5,4.5 parent: 34 + type: Transform - uid: 6824 components: - - type: Transform - pos: -53.5,4.5 + - pos: -53.5,4.5 parent: 34 + type: Transform - uid: 6825 components: - - type: Transform - pos: -52.5,4.5 + - pos: -52.5,4.5 parent: 34 + type: Transform - uid: 6826 components: - - type: Transform - pos: -51.5,4.5 + - pos: -51.5,4.5 parent: 34 + type: Transform - uid: 6827 components: - - type: Transform - pos: -50.5,4.5 + - pos: -50.5,4.5 parent: 34 + type: Transform - uid: 6828 components: - - type: Transform - pos: -49.5,4.5 + - pos: -49.5,4.5 parent: 34 + type: Transform - uid: 6829 components: - - type: Transform - pos: -48.5,4.5 + - pos: -48.5,4.5 parent: 34 + type: Transform - uid: 6830 components: - - type: Transform - pos: -47.5,4.5 + - pos: -47.5,4.5 parent: 34 + type: Transform - uid: 6831 components: - - type: Transform - pos: -46.5,4.5 + - pos: -46.5,4.5 parent: 34 + type: Transform - uid: 6832 components: - - type: Transform - pos: -45.5,4.5 + - pos: -45.5,4.5 parent: 34 + type: Transform - uid: 6833 components: - - type: Transform - pos: -44.5,4.5 + - pos: -44.5,4.5 parent: 34 + type: Transform - uid: 6834 components: - - type: Transform - pos: -43.5,4.5 + - pos: -43.5,4.5 parent: 34 + type: Transform - uid: 6835 components: - - type: Transform - pos: -42.5,4.5 + - pos: -42.5,4.5 parent: 34 + type: Transform - uid: 6836 components: - - type: Transform - pos: -41.5,4.5 + - pos: -41.5,4.5 parent: 34 + type: Transform - uid: 6837 components: - - type: Transform - pos: -41.5,3.5 + - pos: -41.5,3.5 parent: 34 + type: Transform - uid: 6838 components: - - type: Transform - pos: -41.5,2.5 + - pos: -41.5,2.5 parent: 34 + type: Transform - uid: 6839 components: - - type: Transform - pos: -41.5,1.5 + - pos: -41.5,1.5 parent: 34 + type: Transform - uid: 6840 components: - - type: Transform - pos: -41.5,0.5 + - pos: -41.5,0.5 parent: 34 + type: Transform - uid: 6841 components: - - type: Transform - pos: -41.5,-0.5 + - pos: -41.5,-0.5 parent: 34 + type: Transform - uid: 6842 components: - - type: Transform - pos: -40.5,-0.5 + - pos: -40.5,-0.5 parent: 34 + type: Transform - uid: 6843 components: - - type: Transform - pos: -39.5,-0.5 + - pos: -39.5,-0.5 parent: 34 + type: Transform - uid: 6844 components: - - type: Transform - pos: -38.5,-0.5 + - pos: -38.5,-0.5 parent: 34 + type: Transform - uid: 6845 components: - - type: Transform - pos: -37.5,-0.5 + - pos: -37.5,-0.5 parent: 34 + type: Transform - uid: 6846 components: - - type: Transform - pos: -36.5,-0.5 + - pos: -36.5,-0.5 parent: 34 + type: Transform - uid: 6847 components: - - type: Transform - pos: -35.5,-0.5 + - pos: -35.5,-0.5 parent: 34 + type: Transform - uid: 6848 components: - - type: Transform - pos: -34.5,-0.5 + - pos: -34.5,-0.5 parent: 34 + type: Transform - uid: 6849 components: - - type: Transform - pos: -33.5,-0.5 + - pos: -33.5,-0.5 parent: 34 + type: Transform - uid: 6850 components: - - type: Transform - pos: -32.5,-0.5 + - pos: -32.5,-0.5 parent: 34 + type: Transform - uid: 6851 components: - - type: Transform - pos: -31.5,-0.5 + - pos: -31.5,-0.5 parent: 34 + type: Transform - uid: 6852 components: - - type: Transform - pos: -30.5,-0.5 + - pos: -30.5,-0.5 parent: 34 + type: Transform - uid: 6853 components: - - type: Transform - pos: -29.5,-0.5 + - pos: -29.5,-0.5 parent: 34 + type: Transform - uid: 6854 components: - - type: Transform - pos: -28.5,-0.5 + - pos: -28.5,-0.5 parent: 34 + type: Transform - uid: 6855 components: - - type: Transform - pos: -27.5,-0.5 + - pos: -27.5,-0.5 parent: 34 + type: Transform - uid: 6856 components: - - type: Transform - pos: -26.5,-0.5 + - pos: -26.5,-0.5 parent: 34 + type: Transform - uid: 6857 components: - - type: Transform - pos: -10.5,-0.5 + - pos: -10.5,-0.5 parent: 34 + type: Transform - uid: 6858 components: - - type: Transform - pos: -11.5,-0.5 + - pos: -11.5,-0.5 parent: 34 + type: Transform - uid: 6859 components: - - type: Transform - pos: -12.5,-0.5 + - pos: -12.5,-0.5 parent: 34 + type: Transform - uid: 6860 components: - - type: Transform - pos: -13.5,-0.5 + - pos: -13.5,-0.5 parent: 34 + type: Transform - uid: 6861 components: - - type: Transform - pos: -14.5,-0.5 + - pos: -14.5,-0.5 parent: 34 + type: Transform - uid: 6862 components: - - type: Transform - pos: -15.5,-0.5 + - pos: -15.5,-0.5 parent: 34 + type: Transform - uid: 6863 components: - - type: Transform - pos: -16.5,-0.5 + - pos: -16.5,-0.5 parent: 34 + type: Transform - uid: 6864 components: - - type: Transform - pos: -17.5,-0.5 + - pos: -17.5,-0.5 parent: 34 + type: Transform - uid: 6865 components: - - type: Transform - pos: -18.5,-0.5 + - pos: -18.5,-0.5 parent: 34 + type: Transform - uid: 6866 components: - - type: Transform - pos: -19.5,-0.5 + - pos: -19.5,-0.5 parent: 34 + type: Transform - uid: 6867 components: - - type: Transform - pos: -20.5,-0.5 + - pos: -20.5,-0.5 parent: 34 + type: Transform - uid: 6868 components: - - type: Transform - pos: -21.5,-0.5 + - pos: -21.5,-0.5 parent: 34 + type: Transform - uid: 6953 components: - - type: Transform - pos: 34.5,-3.5 + - pos: 34.5,-3.5 parent: 34 + type: Transform - uid: 7023 components: - - type: Transform - pos: 36.5,-13.5 + - pos: 36.5,-13.5 parent: 34 + type: Transform - uid: 7704 components: - - type: Transform - pos: 17.5,-44.5 + - pos: 17.5,-44.5 parent: 34 + type: Transform - uid: 7721 components: - - type: Transform - pos: 18.5,-44.5 + - pos: 18.5,-44.5 parent: 34 + type: Transform - uid: 7870 components: - - type: Transform - pos: 16.5,-44.5 + - pos: 16.5,-44.5 parent: 34 + type: Transform - uid: 8361 components: - - type: Transform - pos: -28.5,-31.5 + - pos: -28.5,-31.5 parent: 34 + type: Transform - uid: 8906 components: - - type: Transform - pos: 36.5,-18.5 + - pos: 36.5,-18.5 parent: 34 + type: Transform - uid: 9109 components: - - type: Transform - pos: 36.5,-3.5 + - pos: 36.5,-3.5 parent: 34 + type: Transform - uid: 9110 components: - - type: Transform - pos: 36.5,-15.5 + - pos: 36.5,-15.5 parent: 34 + type: Transform - uid: 10022 components: - - type: Transform - pos: 36.5,-10.5 + - pos: 36.5,-10.5 parent: 34 + type: Transform - uid: 10361 components: - - type: Transform - pos: -27.5,8.5 + - pos: -27.5,8.5 parent: 34 - - uid: 10439 + type: Transform + - uid: 10500 components: - - type: Transform - pos: -37.5,-20.5 + - pos: -51.5,-21.5 parent: 34 + type: Transform - uid: 10787 components: - - type: Transform - pos: -30.5,10.5 + - pos: -30.5,10.5 parent: 34 + type: Transform - uid: 10823 components: - - type: Transform - pos: -29.5,8.5 + - pos: -29.5,8.5 parent: 34 + type: Transform - uid: 10833 components: - - type: Transform - pos: -30.5,8.5 + - pos: -30.5,8.5 parent: 34 + type: Transform - uid: 10864 components: - - type: Transform - pos: -28.5,8.5 + - pos: -28.5,8.5 parent: 34 + type: Transform - uid: 10896 components: - - type: Transform - pos: -30.5,9.5 + - pos: -30.5,9.5 parent: 34 + type: Transform - uid: 11025 components: - - type: Transform - pos: -29.5,-30.5 + - pos: -29.5,-30.5 parent: 34 + type: Transform - uid: 11026 components: - - type: Transform - pos: -29.5,-31.5 + - pos: -29.5,-31.5 parent: 34 + type: Transform - uid: 11029 components: - - type: Transform - pos: -50.5,-30.5 + - pos: -50.5,-30.5 parent: 34 + type: Transform - uid: 11030 components: - - type: Transform - pos: -50.5,-31.5 + - pos: -50.5,-31.5 parent: 34 + type: Transform - uid: 11058 components: - - type: Transform - pos: 36.5,-3.5 + - pos: 36.5,-3.5 parent: 34 + type: Transform - uid: 11059 components: - - type: Transform - pos: 36.5,-12.5 + - pos: 36.5,-12.5 parent: 34 + type: Transform - uid: 11226 components: - - type: Transform - pos: 13.5,-44.5 + - pos: 13.5,-44.5 parent: 34 + type: Transform - uid: 11227 components: - - type: Transform - pos: 13.5,-43.5 + - pos: 13.5,-43.5 parent: 34 + type: Transform - uid: 11228 components: - - type: Transform - pos: 13.5,-42.5 + - pos: 13.5,-42.5 parent: 34 + type: Transform + - uid: 11489 + components: + - pos: -52.5,-21.5 + parent: 34 + type: Transform - uid: 11515 components: - - type: Transform - pos: -50.5,-32.5 + - pos: -50.5,-32.5 parent: 34 + type: Transform - uid: 11516 components: - - type: Transform - pos: -50.5,-33.5 + - pos: -50.5,-33.5 parent: 34 + type: Transform - uid: 11614 components: - - type: Transform - pos: 52.5,-22.5 + - pos: 52.5,-22.5 parent: 34 + type: Transform - uid: 11685 components: - - type: Transform - pos: -49.5,-33.5 + - pos: -49.5,-33.5 parent: 34 + type: Transform - uid: 11846 components: - - type: Transform - pos: -28.5,-32.5 - parent: 34 - - uid: 11850 - components: - - type: Transform - pos: -37.5,-12.5 + - pos: -28.5,-32.5 parent: 34 + type: Transform - uid: 12456 components: - - type: Transform - pos: 36.5,-9.5 + - pos: 36.5,-9.5 parent: 34 + type: Transform - uid: 12457 components: - - type: Transform - pos: 36.5,-11.5 + - pos: 36.5,-11.5 parent: 34 + type: Transform - uid: 12710 components: - - type: Transform - pos: -55.5,-28.5 + - pos: -55.5,-28.5 parent: 34 + type: Transform - uid: 12711 components: - - type: Transform - pos: -55.5,-29.5 + - pos: -55.5,-29.5 parent: 34 + type: Transform - uid: 12712 components: - - type: Transform - pos: -55.5,-30.5 + - pos: -55.5,-30.5 parent: 34 + type: Transform - uid: 12713 components: - - type: Transform - pos: -54.5,-29.5 + - pos: -54.5,-29.5 parent: 34 + type: Transform - uid: 12714 components: - - type: Transform - pos: -53.5,-29.5 + - pos: -53.5,-29.5 parent: 34 + type: Transform - uid: 12715 components: - - type: Transform - pos: -52.5,-29.5 + - pos: -52.5,-29.5 parent: 34 + type: Transform - uid: 12722 components: - - type: Transform - pos: -48.5,-33.5 + - pos: -48.5,-33.5 parent: 34 + type: Transform - uid: 12723 components: - - type: Transform - pos: -47.5,-33.5 + - pos: -47.5,-33.5 parent: 34 + type: Transform - uid: 12724 components: - - type: Transform - pos: -46.5,-33.5 + - pos: -46.5,-33.5 parent: 34 + type: Transform - uid: 12725 components: - - type: Transform - pos: -45.5,-33.5 + - pos: -45.5,-33.5 parent: 34 + type: Transform - uid: 12726 components: - - type: Transform - pos: -44.5,-33.5 + - pos: -44.5,-33.5 parent: 34 + type: Transform - uid: 12727 components: - - type: Transform - pos: -43.5,-33.5 + - pos: -43.5,-33.5 parent: 34 + type: Transform - uid: 12728 components: - - type: Transform - pos: -42.5,-33.5 + - pos: -42.5,-33.5 parent: 34 + type: Transform - uid: 12729 components: - - type: Transform - pos: -41.5,-33.5 + - pos: -41.5,-33.5 parent: 34 + type: Transform - uid: 12730 components: - - type: Transform - pos: -40.5,-33.5 + - pos: -40.5,-33.5 parent: 34 + type: Transform - uid: 12731 components: - - type: Transform - pos: -39.5,-33.5 + - pos: -39.5,-33.5 parent: 34 + type: Transform - uid: 12732 components: - - type: Transform - pos: -38.5,-33.5 + - pos: -38.5,-33.5 parent: 34 + type: Transform - uid: 12733 components: - - type: Transform - pos: -36.5,-33.5 + - pos: -36.5,-33.5 parent: 34 + type: Transform - uid: 12734 components: - - type: Transform - pos: -37.5,-33.5 + - pos: -37.5,-33.5 parent: 34 + type: Transform - uid: 12735 components: - - type: Transform - pos: -35.5,-33.5 + - pos: -35.5,-33.5 parent: 34 + type: Transform - uid: 12736 components: - - type: Transform - pos: -35.5,-32.5 + - pos: -35.5,-32.5 parent: 34 + type: Transform - uid: 12737 components: - - type: Transform - pos: -35.5,-30.5 + - pos: -35.5,-30.5 parent: 34 + type: Transform - proto: CableHVStack entities: - uid: 5064 components: - - type: Transform - pos: -22.20807,5.741437 + - pos: -22.20807,5.741437 parent: 34 + type: Transform - uid: 5425 components: - - type: Transform - pos: 28.408974,-43.600185 + - pos: 28.408974,-43.600185 parent: 34 + type: Transform - proto: CableMV entities: - uid: 432 components: - - type: Transform - pos: 5.5,-17.5 + - pos: 5.5,-17.5 parent: 34 + type: Transform - uid: 433 components: - - type: Transform - pos: 9.5,-19.5 + - pos: 9.5,-19.5 parent: 34 + type: Transform - uid: 616 components: - - type: Transform - pos: -6.5,-31.5 + - pos: -6.5,-31.5 parent: 34 + type: Transform - uid: 709 components: - - type: Transform - pos: -9.5,-31.5 + - pos: -9.5,-31.5 parent: 34 + type: Transform - uid: 893 components: - - type: Transform - pos: 6.5,-13.5 + - pos: 6.5,-13.5 parent: 34 + type: Transform - uid: 900 components: - - type: Transform - pos: -14.5,-31.5 + - pos: -14.5,-31.5 parent: 34 + type: Transform - uid: 903 components: - - type: Transform - pos: -5.5,-44.5 - parent: 34 - - uid: 917 - components: - - type: Transform - pos: -42.5,-20.5 + - pos: -5.5,-44.5 parent: 34 + type: Transform - uid: 1007 components: - - type: Transform - pos: 9.5,-17.5 + - pos: 9.5,-17.5 parent: 34 + type: Transform - uid: 1008 components: - - type: Transform - pos: 9.5,-16.5 + - pos: 9.5,-16.5 parent: 34 + type: Transform - uid: 1009 components: - - type: Transform - pos: 9.5,-15.5 + - pos: 9.5,-15.5 parent: 34 + type: Transform - uid: 1019 components: - - type: Transform - pos: -8.5,-31.5 + - pos: -8.5,-31.5 parent: 34 + type: Transform - uid: 1024 components: - - type: Transform - pos: -7.5,-31.5 + - pos: -7.5,-31.5 parent: 34 + type: Transform - uid: 1149 components: - - type: Transform - pos: 41.5,-3.5 + - pos: 41.5,-3.5 parent: 34 + type: Transform - uid: 1152 components: - - type: Transform - pos: 41.5,-2.5 + - pos: 41.5,-2.5 parent: 34 + type: Transform - uid: 1286 components: - - type: Transform - pos: -20.5,-29.5 + - pos: -20.5,-29.5 parent: 34 + type: Transform - uid: 1289 components: - - type: Transform - pos: 6.5,-36.5 + - pos: 6.5,-36.5 parent: 34 + type: Transform - uid: 1332 components: - - type: Transform - pos: -10.5,-30.5 + - pos: -10.5,-30.5 parent: 34 + type: Transform - uid: 1391 components: - - type: Transform - pos: -20.5,-31.5 + - pos: -20.5,-31.5 parent: 34 + type: Transform - uid: 1604 components: - - type: Transform - pos: -21.5,-32.5 + - pos: -21.5,-32.5 parent: 34 + type: Transform - uid: 1848 components: - - type: Transform - pos: -35.5,-33.5 + - pos: -35.5,-33.5 parent: 34 + type: Transform - uid: 1849 components: - - type: Transform - pos: -36.5,-33.5 + - pos: -36.5,-33.5 parent: 34 + type: Transform - uid: 1850 components: - - type: Transform - pos: -37.5,-33.5 + - pos: -37.5,-33.5 parent: 34 + type: Transform - uid: 1851 components: - - type: Transform - pos: -38.5,-33.5 + - pos: -38.5,-33.5 parent: 34 + type: Transform - uid: 1852 components: - - type: Transform - pos: -39.5,-33.5 + - pos: -39.5,-33.5 parent: 34 + type: Transform - uid: 1853 components: - - type: Transform - pos: -39.5,-32.5 + - pos: -39.5,-32.5 parent: 34 + type: Transform - uid: 1854 components: - - type: Transform - pos: -40.5,-32.5 + - pos: -40.5,-32.5 parent: 34 + type: Transform - uid: 1855 components: - - type: Transform - pos: -41.5,-32.5 - parent: 34 - - uid: 2081 - components: - - type: Transform - pos: -43.5,-15.5 - parent: 34 - - uid: 2292 - components: - - type: Transform - pos: -43.5,-17.5 - parent: 34 - - uid: 2327 - components: - - type: Transform - pos: -43.5,-18.5 - parent: 34 - - uid: 2361 - components: - - type: Transform - pos: -43.5,-19.5 + - pos: -41.5,-32.5 parent: 34 + type: Transform - uid: 2362 components: - - type: Transform - pos: -35.5,-32.5 + - pos: -35.5,-32.5 parent: 34 + type: Transform - uid: 2363 components: - - type: Transform - pos: -35.5,-31.5 + - pos: -35.5,-31.5 parent: 34 + type: Transform - uid: 2364 components: - - type: Transform - pos: -35.5,-30.5 + - pos: -35.5,-30.5 parent: 34 + type: Transform - uid: 2365 components: - - type: Transform - pos: -35.5,-29.5 + - pos: -35.5,-29.5 parent: 34 + type: Transform - uid: 2366 components: - - type: Transform - pos: -35.5,-28.5 + - pos: -35.5,-28.5 parent: 34 + type: Transform - uid: 2367 components: - - type: Transform - pos: -35.5,-27.5 + - pos: -35.5,-27.5 parent: 34 + type: Transform - uid: 2368 components: - - type: Transform - pos: -35.5,-26.5 + - pos: -35.5,-26.5 parent: 34 + type: Transform - uid: 2369 components: - - type: Transform - pos: -36.5,-26.5 - parent: 34 - - uid: 2383 - components: - - type: Transform - pos: -43.5,-20.5 - parent: 34 - - uid: 2384 - components: - - type: Transform - pos: -41.5,-20.5 + - pos: -36.5,-26.5 parent: 34 + type: Transform - uid: 2571 components: - - type: Transform - pos: -17.5,-27.5 + - pos: -17.5,-27.5 parent: 34 + type: Transform - uid: 2618 components: - - type: Transform - pos: -17.5,-26.5 + - pos: -17.5,-26.5 parent: 34 + type: Transform - uid: 2621 components: - - type: Transform - pos: -49.5,-26.5 + - pos: -49.5,-26.5 parent: 34 + type: Transform - uid: 2622 components: - - type: Transform - pos: -48.5,-25.5 + - pos: -48.5,-25.5 parent: 34 + type: Transform - uid: 2812 components: - - type: Transform - pos: -16.5,-14.5 + - pos: -16.5,-14.5 parent: 34 + type: Transform - uid: 2813 components: - - type: Transform - pos: -17.5,-14.5 + - pos: -17.5,-14.5 parent: 34 + type: Transform - uid: 2820 components: - - type: Transform - pos: -17.5,-13.5 + - pos: -17.5,-13.5 parent: 34 + type: Transform - uid: 2821 components: - - type: Transform - pos: -18.5,-13.5 + - pos: -18.5,-13.5 parent: 34 + type: Transform - uid: 2822 components: - - type: Transform - pos: -19.5,-13.5 + - pos: -19.5,-13.5 parent: 34 + type: Transform - uid: 2823 components: - - type: Transform - pos: -20.5,-13.5 + - pos: -20.5,-13.5 parent: 34 + type: Transform - uid: 2824 components: - - type: Transform - pos: -21.5,-13.5 + - pos: -21.5,-13.5 parent: 34 + type: Transform - uid: 2825 components: - - type: Transform - pos: -21.5,-12.5 + - pos: -21.5,-12.5 parent: 34 + type: Transform - uid: 2826 components: - - type: Transform - pos: -21.5,-11.5 + - pos: -21.5,-11.5 parent: 34 + type: Transform - uid: 2827 components: - - type: Transform - pos: -22.5,-11.5 + - pos: -22.5,-11.5 parent: 34 + type: Transform - uid: 2828 components: - - type: Transform - pos: -22.5,-10.5 + - pos: -22.5,-10.5 parent: 34 + type: Transform - uid: 2829 components: - - type: Transform - pos: -23.5,-10.5 + - pos: -23.5,-10.5 parent: 34 + type: Transform - uid: 2830 components: - - type: Transform - pos: -24.5,-10.5 + - pos: -24.5,-10.5 parent: 34 + type: Transform - uid: 2831 components: - - type: Transform - pos: -25.5,-10.5 + - pos: -25.5,-10.5 parent: 34 + type: Transform - uid: 2832 components: - - type: Transform - pos: -26.5,-10.5 + - pos: -26.5,-10.5 parent: 34 + type: Transform - uid: 2833 components: - - type: Transform - pos: -27.5,-10.5 + - pos: -27.5,-10.5 parent: 34 + type: Transform - uid: 2834 components: - - type: Transform - pos: -28.5,-10.5 + - pos: -28.5,-10.5 parent: 34 + type: Transform - uid: 2835 components: - - type: Transform - pos: -28.5,-11.5 + - pos: -28.5,-11.5 parent: 34 + type: Transform - uid: 2836 components: - - type: Transform - pos: -28.5,-12.5 + - pos: -28.5,-12.5 parent: 34 + type: Transform - uid: 2837 components: - - type: Transform - pos: -28.5,-13.5 + - pos: -28.5,-13.5 parent: 34 + type: Transform - uid: 2838 components: - - type: Transform - pos: -28.5,-14.5 + - pos: -28.5,-14.5 parent: 34 + type: Transform - uid: 2839 components: - - type: Transform - pos: -28.5,-15.5 + - pos: -28.5,-15.5 parent: 34 + type: Transform - uid: 2840 components: - - type: Transform - pos: -28.5,-16.5 + - pos: -28.5,-16.5 parent: 34 + type: Transform - uid: 2841 components: - - type: Transform - pos: -29.5,-16.5 + - pos: -29.5,-16.5 parent: 34 + type: Transform - uid: 2842 components: - - type: Transform - pos: -30.5,-16.5 + - pos: -30.5,-16.5 parent: 34 + type: Transform - uid: 2843 components: - - type: Transform - pos: -28.5,-9.5 + - pos: -28.5,-9.5 parent: 34 + type: Transform - uid: 2844 components: - - type: Transform - pos: -28.5,-8.5 + - pos: -28.5,-8.5 parent: 34 + type: Transform - uid: 2845 components: - - type: Transform - pos: -28.5,-7.5 + - pos: -28.5,-7.5 parent: 34 + type: Transform - uid: 2846 components: - - type: Transform - pos: -29.5,-7.5 + - pos: -29.5,-7.5 parent: 34 + type: Transform - uid: 2847 components: - - type: Transform - pos: -30.5,-7.5 + - pos: -30.5,-7.5 parent: 34 + type: Transform - uid: 2848 components: - - type: Transform - pos: -31.5,-7.5 + - pos: -31.5,-7.5 parent: 34 + type: Transform - uid: 2849 components: - - type: Transform - pos: -32.5,-7.5 + - pos: -32.5,-7.5 parent: 34 + type: Transform - uid: 2851 components: - - type: Transform - pos: -20.5,-11.5 + - pos: -20.5,-11.5 parent: 34 + type: Transform - uid: 2852 components: - - type: Transform - pos: -19.5,-11.5 + - pos: -19.5,-11.5 parent: 34 + type: Transform - uid: 2853 components: - - type: Transform - pos: -18.5,-11.5 + - pos: -18.5,-11.5 parent: 34 + type: Transform - uid: 2854 components: - - type: Transform - pos: -17.5,-11.5 + - pos: -17.5,-11.5 parent: 34 + type: Transform - uid: 2855 components: - - type: Transform - pos: -16.5,-11.5 + - pos: -16.5,-11.5 parent: 34 + type: Transform - uid: 2856 components: - - type: Transform - pos: -15.5,-11.5 + - pos: -15.5,-11.5 parent: 34 + type: Transform - uid: 2857 components: - - type: Transform - pos: -15.5,-10.5 + - pos: -15.5,-10.5 parent: 34 + type: Transform - uid: 2858 components: - - type: Transform - pos: -15.5,-9.5 + - pos: -15.5,-9.5 parent: 34 + type: Transform - uid: 2859 components: - - type: Transform - pos: -15.5,-8.5 + - pos: -15.5,-8.5 parent: 34 + type: Transform - uid: 2860 components: - - type: Transform - pos: -15.5,-7.5 + - pos: -15.5,-7.5 parent: 34 + type: Transform - uid: 2861 components: - - type: Transform - pos: -15.5,-6.5 + - pos: -15.5,-6.5 parent: 34 + type: Transform - uid: 2897 components: - - type: Transform - pos: 8.5,-14.5 + - pos: 8.5,-14.5 parent: 34 + type: Transform - uid: 2898 components: - - type: Transform - pos: 7.5,-14.5 + - pos: 7.5,-14.5 parent: 34 + type: Transform - uid: 2899 components: - - type: Transform - pos: 6.5,-14.5 + - pos: 6.5,-14.5 parent: 34 + type: Transform - uid: 2900 components: - - type: Transform - pos: 5.5,-14.5 + - pos: 5.5,-14.5 parent: 34 + type: Transform - uid: 2901 components: - - type: Transform - pos: 4.5,-14.5 + - pos: 4.5,-14.5 parent: 34 + type: Transform - uid: 2902 components: - - type: Transform - pos: 4.5,-13.5 + - pos: 4.5,-13.5 parent: 34 + type: Transform - uid: 2903 components: - - type: Transform - pos: 4.5,-12.5 + - pos: 4.5,-12.5 parent: 34 + type: Transform - uid: 2904 components: - - type: Transform - pos: 4.5,-11.5 + - pos: 4.5,-11.5 parent: 34 + type: Transform - uid: 2905 components: - - type: Transform - pos: 4.5,-10.5 + - pos: 4.5,-10.5 parent: 34 + type: Transform - uid: 2906 components: - - type: Transform - pos: 4.5,-9.5 + - pos: 4.5,-9.5 parent: 34 + type: Transform - uid: 2907 components: - - type: Transform - pos: 4.5,-8.5 + - pos: 4.5,-8.5 parent: 34 + type: Transform - uid: 2908 components: - - type: Transform - pos: 4.5,-7.5 + - pos: 4.5,-7.5 parent: 34 + type: Transform - uid: 2909 components: - - type: Transform - pos: 5.5,-7.5 + - pos: 5.5,-7.5 parent: 34 + type: Transform - uid: 2910 components: - - type: Transform - pos: 6.5,-7.5 + - pos: 6.5,-7.5 parent: 34 + type: Transform - uid: 2911 components: - - type: Transform - pos: 5.5,-16.5 + - pos: 5.5,-16.5 parent: 34 + type: Transform - uid: 2912 components: - - type: Transform - pos: 5.5,-15.5 + - pos: 5.5,-15.5 parent: 34 + type: Transform - uid: 2989 components: - - type: Transform - pos: -15.5,-12.5 + - pos: -15.5,-12.5 parent: 34 + type: Transform - uid: 2990 components: - - type: Transform - pos: -15.5,-13.5 + - pos: -15.5,-13.5 parent: 34 + type: Transform - uid: 3057 components: - - type: Transform - pos: 5.5,-18.5 + - pos: 5.5,-18.5 parent: 34 + type: Transform - uid: 3058 components: - - type: Transform - pos: 4.5,-18.5 + - pos: 4.5,-18.5 parent: 34 + type: Transform - uid: 3059 components: - - type: Transform - pos: 4.5,-19.5 + - pos: 4.5,-19.5 parent: 34 + type: Transform - uid: 3060 components: - - type: Transform - pos: 4.5,-20.5 + - pos: 4.5,-20.5 parent: 34 + type: Transform - uid: 3061 components: - - type: Transform - pos: 4.5,-21.5 + - pos: 4.5,-21.5 parent: 34 + type: Transform - uid: 3062 components: - - type: Transform - pos: 9.5,-18.5 + - pos: 9.5,-18.5 parent: 34 + type: Transform - uid: 3230 components: - - type: Transform - pos: -30.5,-31.5 + - pos: -30.5,-31.5 parent: 34 + type: Transform - uid: 3231 components: - - type: Transform - pos: -30.5,-32.5 + - pos: -30.5,-32.5 parent: 34 + type: Transform - uid: 3232 components: - - type: Transform - pos: -30.5,-34.5 + - pos: -30.5,-34.5 parent: 34 + type: Transform - uid: 3233 components: - - type: Transform - pos: -30.5,-33.5 + - pos: -30.5,-33.5 parent: 34 + type: Transform - uid: 3234 components: - - type: Transform - pos: -30.5,-35.5 + - pos: -30.5,-35.5 parent: 34 + type: Transform - uid: 3235 components: - - type: Transform - pos: -30.5,-36.5 + - pos: -30.5,-36.5 parent: 34 + type: Transform - uid: 3236 components: - - type: Transform - pos: -30.5,-37.5 + - pos: -30.5,-37.5 parent: 34 + type: Transform - uid: 3237 components: - - type: Transform - pos: -30.5,-38.5 + - pos: -30.5,-38.5 parent: 34 + type: Transform - uid: 3238 components: - - type: Transform - pos: -30.5,-39.5 + - pos: -30.5,-39.5 parent: 34 + type: Transform - uid: 3239 components: - - type: Transform - pos: -30.5,-40.5 + - pos: -30.5,-40.5 parent: 34 + type: Transform - uid: 3246 components: - - type: Transform - pos: 37.5,-4.5 + - pos: 37.5,-4.5 parent: 34 + type: Transform - uid: 3380 components: - - type: Transform - pos: 33.5,-14.5 + - pos: 33.5,-14.5 parent: 34 + type: Transform - uid: 3418 components: - - type: Transform - pos: -3.5,-33.5 + - pos: -3.5,-33.5 parent: 34 + type: Transform - uid: 3419 components: - - type: Transform - pos: -2.5,-33.5 + - pos: -2.5,-33.5 parent: 34 + type: Transform - uid: 3420 components: - - type: Transform - pos: -1.5,-33.5 + - pos: -1.5,-33.5 parent: 34 + type: Transform - uid: 3421 components: - - type: Transform - pos: -0.5,-33.5 + - pos: -0.5,-33.5 parent: 34 + type: Transform - uid: 3422 components: - - type: Transform - pos: 0.5,-33.5 + - pos: 0.5,-33.5 parent: 34 + type: Transform - uid: 3423 components: - - type: Transform - pos: 1.5,-33.5 + - pos: 1.5,-33.5 parent: 34 + type: Transform - uid: 3424 components: - - type: Transform - pos: 2.5,-33.5 + - pos: 2.5,-33.5 parent: 34 + type: Transform - uid: 3425 components: - - type: Transform - pos: 3.5,-33.5 + - pos: 3.5,-33.5 parent: 34 + type: Transform - uid: 3426 components: - - type: Transform - pos: 4.5,-33.5 + - pos: 4.5,-33.5 parent: 34 + type: Transform - uid: 3427 components: - - type: Transform - pos: 4.5,-32.5 + - pos: 4.5,-32.5 parent: 34 + type: Transform - uid: 3428 components: - - type: Transform - pos: 4.5,-31.5 + - pos: 4.5,-31.5 parent: 34 + type: Transform - uid: 3429 components: - - type: Transform - pos: 4.5,-30.5 + - pos: 4.5,-30.5 parent: 34 + type: Transform - uid: 3430 components: - - type: Transform - pos: 4.5,-29.5 + - pos: 4.5,-29.5 parent: 34 + type: Transform - uid: 3431 components: - - type: Transform - pos: 3.5,-29.5 + - pos: 3.5,-29.5 parent: 34 + type: Transform - uid: 3444 components: - - type: Transform - pos: 10.5,-19.5 + - pos: 10.5,-19.5 parent: 34 + type: Transform - uid: 3448 components: - - type: Transform - pos: 2.5,-29.5 + - pos: 2.5,-29.5 parent: 34 + type: Transform - uid: 3674 components: - - type: Transform - pos: -31.5,-30.5 + - pos: -31.5,-30.5 parent: 34 + type: Transform - uid: 3680 components: - - type: Transform - pos: -34.5,-30.5 + - pos: -34.5,-30.5 parent: 34 + type: Transform - uid: 3681 components: - - type: Transform - pos: -32.5,-30.5 + - pos: -32.5,-30.5 parent: 34 + type: Transform - uid: 3685 components: - - type: Transform - pos: -33.5,-30.5 + - pos: -33.5,-30.5 parent: 34 + type: Transform - uid: 3687 components: - - type: Transform - pos: -30.5,-30.5 + - pos: -30.5,-30.5 parent: 34 + type: Transform - uid: 3761 components: - - type: Transform - pos: -29.5,-40.5 + - pos: -29.5,-40.5 parent: 34 + type: Transform - uid: 3799 components: - - type: Transform - pos: 9.5,-14.5 + - pos: 9.5,-14.5 parent: 34 + type: Transform - uid: 3980 components: - - type: Transform - pos: -20.5,-39.5 + - pos: -20.5,-39.5 parent: 34 + type: Transform - uid: 3995 components: - - type: Transform - pos: 3.5,-34.5 + - pos: 3.5,-34.5 parent: 34 + type: Transform - uid: 4125 components: - - type: Transform - pos: -6.5,-44.5 + - pos: -6.5,-44.5 parent: 34 + type: Transform - uid: 4166 components: - - type: Transform - pos: 52.5,-23.5 + - pos: 52.5,-23.5 parent: 34 + type: Transform - uid: 4355 components: - - type: Transform - pos: 3.5,-35.5 + - pos: 3.5,-35.5 parent: 34 + type: Transform - uid: 4356 components: - - type: Transform - pos: 3.5,-36.5 + - pos: 3.5,-36.5 parent: 34 + type: Transform - uid: 4357 components: - - type: Transform - pos: 4.5,-36.5 + - pos: 4.5,-36.5 parent: 34 + type: Transform - uid: 4358 components: - - type: Transform - pos: 5.5,-36.5 + - pos: 5.5,-36.5 parent: 34 + type: Transform - uid: 4363 components: - - type: Transform - pos: 6.5,-37.5 + - pos: 6.5,-37.5 parent: 34 + type: Transform - uid: 4407 components: - - type: Transform - pos: 6.5,-38.5 + - pos: 6.5,-38.5 parent: 34 + type: Transform - uid: 4413 components: - - type: Transform - pos: -17.5,-24.5 + - pos: -17.5,-24.5 parent: 34 + type: Transform - uid: 4447 components: - - type: Transform - pos: -10.5,-31.5 + - pos: -10.5,-31.5 parent: 34 + type: Transform - uid: 4532 components: - - type: Transform - pos: 36.5,-18.5 + - pos: 36.5,-18.5 parent: 34 + type: Transform - uid: 4551 components: - - type: Transform - pos: 41.5,-4.5 + - pos: 41.5,-4.5 parent: 34 + type: Transform - uid: 4554 components: - - type: Transform - pos: 41.5,-5.5 + - pos: 41.5,-5.5 parent: 34 + type: Transform - uid: 4572 components: - - type: Transform - pos: -14.5,-30.5 + - pos: -14.5,-30.5 parent: 34 + type: Transform - uid: 4576 components: - - type: Transform - pos: 36.5,-17.5 + - pos: 36.5,-17.5 parent: 34 + type: Transform - uid: 4605 components: - - type: Transform - pos: -21.5,-30.5 + - pos: -21.5,-30.5 parent: 34 + type: Transform - uid: 4606 components: - - type: Transform - pos: -22.5,-29.5 + - pos: -22.5,-29.5 parent: 34 + type: Transform - uid: 4607 components: - - type: Transform - pos: -21.5,-29.5 + - pos: -21.5,-29.5 parent: 34 + type: Transform - uid: 4669 components: - - type: Transform - pos: -21.5,-34.5 + - pos: -21.5,-34.5 parent: 34 + type: Transform - uid: 4683 components: - - type: Transform - pos: -21.5,-36.5 + - pos: -21.5,-36.5 parent: 34 + type: Transform - uid: 4694 components: - - type: Transform - pos: -19.5,-39.5 + - pos: -19.5,-39.5 parent: 34 + type: Transform - uid: 4702 components: - - type: Transform - pos: -21.5,-33.5 + - pos: -21.5,-33.5 parent: 34 + type: Transform - uid: 4768 components: - - type: Transform - pos: -21.5,-37.5 + - pos: -21.5,-37.5 parent: 34 + type: Transform - uid: 4866 components: - - type: Transform - pos: 37.5,-19.5 + - pos: 37.5,-19.5 parent: 34 + type: Transform - uid: 4873 components: - - type: Transform - pos: 33.5,-15.5 + - pos: 33.5,-15.5 parent: 34 + type: Transform - uid: 4892 components: - - type: Transform - pos: -21.5,-39.5 + - pos: -21.5,-39.5 parent: 34 + type: Transform - uid: 5135 components: - - type: Transform - pos: 13.5,-41.5 + - pos: 13.5,-41.5 parent: 34 + type: Transform - uid: 5146 components: - - type: Transform - pos: 36.5,-28.5 + - pos: 36.5,-28.5 parent: 34 + type: Transform - uid: 5147 components: - - type: Transform - pos: 36.5,-29.5 + - pos: 36.5,-29.5 parent: 34 + type: Transform - uid: 5192 components: - - type: Transform - pos: 35.5,-28.5 + - pos: 35.5,-28.5 parent: 34 + type: Transform - uid: 5193 components: - - type: Transform - pos: 34.5,-28.5 + - pos: 34.5,-28.5 parent: 34 + type: Transform - uid: 5194 components: - - type: Transform - pos: 32.5,-28.5 + - pos: 32.5,-28.5 parent: 34 + type: Transform - uid: 5195 components: - - type: Transform - pos: 33.5,-28.5 + - pos: 33.5,-28.5 parent: 34 + type: Transform - uid: 5196 components: - - type: Transform - pos: 32.5,-32.5 + - pos: 32.5,-32.5 parent: 34 + type: Transform - uid: 5197 components: - - type: Transform - pos: 32.5,-29.5 + - pos: 32.5,-29.5 parent: 34 + type: Transform - uid: 5198 components: - - type: Transform - pos: 32.5,-30.5 + - pos: 32.5,-30.5 parent: 34 + type: Transform - uid: 5199 components: - - type: Transform - pos: 32.5,-31.5 + - pos: 32.5,-31.5 parent: 34 + type: Transform - uid: 5200 components: - - type: Transform - pos: 31.5,-30.5 + - pos: 31.5,-30.5 parent: 34 + type: Transform - uid: 5201 components: - - type: Transform - pos: 30.5,-30.5 + - pos: 30.5,-30.5 parent: 34 + type: Transform - uid: 5202 components: - - type: Transform - pos: 32.5,-33.5 + - pos: 32.5,-33.5 parent: 34 + type: Transform - uid: 5203 components: - - type: Transform - pos: 31.5,-33.5 + - pos: 31.5,-33.5 parent: 34 + type: Transform - uid: 5204 components: - - type: Transform - pos: 30.5,-33.5 + - pos: 30.5,-33.5 parent: 34 + type: Transform - uid: 5205 components: - - type: Transform - pos: 29.5,-33.5 + - pos: 29.5,-33.5 parent: 34 + type: Transform - uid: 5207 components: - - type: Transform - pos: 29.5,-34.5 + - pos: 29.5,-34.5 parent: 34 + type: Transform - uid: 5208 components: - - type: Transform - pos: 29.5,-35.5 + - pos: 29.5,-35.5 parent: 34 + type: Transform - uid: 5209 components: - - type: Transform - pos: 28.5,-33.5 + - pos: 28.5,-33.5 parent: 34 + type: Transform - uid: 5210 components: - - type: Transform - pos: 27.5,-33.5 + - pos: 27.5,-33.5 parent: 34 + type: Transform - uid: 5211 components: - - type: Transform - pos: 32.5,-34.5 + - pos: 32.5,-34.5 parent: 34 + type: Transform - uid: 5212 components: - - type: Transform - pos: 32.5,-35.5 + - pos: 32.5,-35.5 parent: 34 + type: Transform - uid: 5213 components: - - type: Transform - pos: 32.5,-36.5 + - pos: 32.5,-36.5 parent: 34 + type: Transform - uid: 5214 components: - - type: Transform - pos: 33.5,-36.5 + - pos: 33.5,-36.5 parent: 34 + type: Transform - uid: 5215 components: - - type: Transform - pos: 34.5,-36.5 + - pos: 34.5,-36.5 parent: 34 + type: Transform - uid: 5216 components: - - type: Transform - pos: 35.5,-36.5 + - pos: 35.5,-36.5 parent: 34 + type: Transform - uid: 5217 components: - - type: Transform - pos: 35.5,-35.5 + - pos: 35.5,-35.5 parent: 34 + type: Transform - uid: 5218 components: - - type: Transform - pos: 35.5,-34.5 + - pos: 35.5,-34.5 parent: 34 + type: Transform - uid: 5219 components: - - type: Transform - pos: 35.5,-33.5 + - pos: 35.5,-33.5 parent: 34 + type: Transform - uid: 5220 components: - - type: Transform - pos: 31.5,-28.5 + - pos: 31.5,-28.5 parent: 34 + type: Transform - uid: 5221 components: - - type: Transform - pos: 30.5,-28.5 + - pos: 30.5,-28.5 parent: 34 + type: Transform - uid: 5222 components: - - type: Transform - pos: 29.5,-28.5 + - pos: 29.5,-28.5 parent: 34 + type: Transform - uid: 5223 components: - - type: Transform - pos: 28.5,-28.5 + - pos: 28.5,-28.5 parent: 34 + type: Transform - uid: 5224 components: - - type: Transform - pos: 27.5,-28.5 + - pos: 27.5,-28.5 parent: 34 + type: Transform - uid: 5225 components: - - type: Transform - pos: 26.5,-28.5 + - pos: 26.5,-28.5 parent: 34 + type: Transform - uid: 5226 components: - - type: Transform - pos: 26.5,-29.5 + - pos: 26.5,-29.5 parent: 34 + type: Transform - uid: 5227 components: - - type: Transform - pos: 26.5,-30.5 + - pos: 26.5,-30.5 parent: 34 + type: Transform - uid: 5228 components: - - type: Transform - pos: 25.5,-30.5 + - pos: 25.5,-30.5 parent: 34 + type: Transform - uid: 5229 components: - - type: Transform - pos: 36.5,-36.5 + - pos: 36.5,-36.5 parent: 34 + type: Transform - uid: 5230 components: - - type: Transform - pos: 37.5,-36.5 + - pos: 37.5,-36.5 parent: 34 + type: Transform - uid: 5231 components: - - type: Transform - pos: 38.5,-36.5 + - pos: 38.5,-36.5 parent: 34 + type: Transform - uid: 5232 components: - - type: Transform - pos: 39.5,-36.5 + - pos: 39.5,-36.5 parent: 34 + type: Transform - uid: 5233 components: - - type: Transform - pos: 40.5,-36.5 + - pos: 40.5,-36.5 parent: 34 + type: Transform - uid: 5234 components: - - type: Transform - pos: 41.5,-36.5 + - pos: 41.5,-36.5 parent: 34 + type: Transform - uid: 5235 components: - - type: Transform - pos: 41.5,-35.5 + - pos: 41.5,-35.5 parent: 34 + type: Transform - uid: 5236 components: - - type: Transform - pos: 42.5,-35.5 + - pos: 42.5,-35.5 parent: 34 + type: Transform - uid: 5237 components: - - type: Transform - pos: 42.5,-34.5 + - pos: 42.5,-34.5 parent: 34 + type: Transform - uid: 5238 components: - - type: Transform - pos: 42.5,-33.5 + - pos: 42.5,-33.5 parent: 34 + type: Transform - uid: 5239 components: - - type: Transform - pos: 42.5,-32.5 + - pos: 42.5,-32.5 parent: 34 + type: Transform - uid: 5269 components: - - type: Transform - pos: 25.5,-32.5 + - pos: 25.5,-32.5 parent: 34 + type: Transform - uid: 5270 components: - - type: Transform - pos: 26.5,-33.5 + - pos: 26.5,-33.5 parent: 34 + type: Transform - uid: 5271 components: - - type: Transform - pos: 25.5,-33.5 + - pos: 25.5,-33.5 parent: 34 + type: Transform - uid: 5272 components: - - type: Transform - pos: 27.5,-34.5 + - pos: 27.5,-34.5 parent: 34 + type: Transform - uid: 5273 components: - - type: Transform - pos: 25.5,-34.5 + - pos: 25.5,-34.5 parent: 34 + type: Transform - uid: 5274 components: - - type: Transform - pos: 25.5,-35.5 + - pos: 25.5,-35.5 parent: 34 + type: Transform - uid: 5275 components: - - type: Transform - pos: 25.5,-36.5 + - pos: 25.5,-36.5 parent: 34 + type: Transform - uid: 5666 components: - - type: Transform - pos: -35.5,-2.5 + - pos: -35.5,-2.5 parent: 34 + type: Transform - uid: 5676 components: - - type: Transform - pos: -35.5,-1.5 + - pos: -35.5,-1.5 parent: 34 + type: Transform - uid: 5747 components: - - type: Transform - pos: -23.5,3.5 + - pos: -23.5,3.5 parent: 34 + type: Transform - uid: 5748 components: - - type: Transform - pos: -22.5,3.5 + - pos: -22.5,3.5 parent: 34 + type: Transform - uid: 5749 components: - - type: Transform - pos: -21.5,3.5 + - pos: -21.5,3.5 parent: 34 + type: Transform - uid: 5750 components: - - type: Transform - pos: -20.5,3.5 + - pos: -20.5,3.5 parent: 34 + type: Transform - uid: 5751 components: - - type: Transform - pos: -19.5,3.5 + - pos: -19.5,3.5 parent: 34 + type: Transform - uid: 5992 components: - - type: Transform - pos: -49.5,-28.5 + - pos: -49.5,-28.5 parent: 34 + type: Transform - uid: 6027 components: - - type: Transform - pos: 51.5,-23.5 + - pos: 51.5,-23.5 parent: 34 + type: Transform - uid: 6028 components: - - type: Transform - pos: 50.5,-23.5 + - pos: 50.5,-23.5 parent: 34 + type: Transform - uid: 6029 components: - - type: Transform - pos: 49.5,-23.5 + - pos: 49.5,-23.5 parent: 34 + type: Transform - uid: 6030 components: - - type: Transform - pos: 48.5,-23.5 + - pos: 48.5,-23.5 parent: 34 + type: Transform - uid: 6031 components: - - type: Transform - pos: 47.5,-23.5 + - pos: 47.5,-23.5 parent: 34 + type: Transform - uid: 6032 components: - - type: Transform - pos: 47.5,-24.5 + - pos: 47.5,-24.5 parent: 34 + type: Transform - uid: 6033 components: - - type: Transform - pos: 46.5,-24.5 + - pos: 46.5,-24.5 parent: 34 + type: Transform - uid: 6104 components: - - type: Transform - pos: -16.5,-22.5 + - pos: -16.5,-22.5 parent: 34 + type: Transform - uid: 6112 components: - - type: Transform - pos: -15.5,-22.5 + - pos: -15.5,-22.5 parent: 34 + type: Transform - uid: 6148 components: - - type: Transform - pos: -13.5,-22.5 + - pos: -13.5,-22.5 parent: 34 + type: Transform - uid: 6158 components: - - type: Transform - pos: -14.5,-22.5 + - pos: -14.5,-22.5 parent: 34 + type: Transform - uid: 6335 components: - - type: Transform - pos: -14.5,-31.5 + - pos: -14.5,-31.5 parent: 34 + type: Transform - uid: 6534 components: - - type: Transform - pos: -17.5,-23.5 + - pos: -17.5,-23.5 parent: 34 + type: Transform - uid: 6747 components: - - type: Transform - pos: -17.5,-22.5 + - pos: -17.5,-22.5 parent: 34 + type: Transform - uid: 6748 components: - - type: Transform - pos: -17.5,-25.5 + - pos: -17.5,-25.5 parent: 34 + type: Transform - uid: 6947 components: - - type: Transform - pos: 37.5,-2.5 + - pos: 37.5,-2.5 parent: 34 + type: Transform - uid: 6982 components: - - type: Transform - pos: 8.5,-13.5 + - pos: 8.5,-13.5 parent: 34 + type: Transform - uid: 6983 components: - - type: Transform - pos: 8.5,-12.5 + - pos: 8.5,-12.5 parent: 34 + type: Transform - uid: 6984 components: - - type: Transform - pos: 8.5,-11.5 + - pos: 8.5,-11.5 parent: 34 + type: Transform - uid: 6985 components: - - type: Transform - pos: 9.5,-11.5 + - pos: 9.5,-11.5 parent: 34 + type: Transform - uid: 6986 components: - - type: Transform - pos: 10.5,-11.5 + - pos: 10.5,-11.5 parent: 34 + type: Transform - uid: 6987 components: - - type: Transform - pos: 11.5,-11.5 + - pos: 11.5,-11.5 parent: 34 + type: Transform - uid: 6988 components: - - type: Transform - pos: 12.5,-11.5 + - pos: 12.5,-11.5 parent: 34 + type: Transform - uid: 6989 components: - - type: Transform - pos: 12.5,-12.5 + - pos: 12.5,-12.5 parent: 34 + type: Transform - uid: 6990 components: - - type: Transform - pos: 13.5,-12.5 + - pos: 13.5,-12.5 parent: 34 + type: Transform - uid: 6991 components: - - type: Transform - pos: 14.5,-12.5 + - pos: 14.5,-12.5 parent: 34 + type: Transform - uid: 6992 components: - - type: Transform - pos: 15.5,-12.5 + - pos: 15.5,-12.5 parent: 34 + type: Transform - uid: 6993 components: - - type: Transform - pos: 16.5,-12.5 + - pos: 16.5,-12.5 parent: 34 + type: Transform - uid: 6994 components: - - type: Transform - pos: 17.5,-12.5 + - pos: 17.5,-12.5 parent: 34 + type: Transform - uid: 6995 components: - - type: Transform - pos: 18.5,-12.5 + - pos: 18.5,-12.5 parent: 34 + type: Transform - uid: 6996 components: - - type: Transform - pos: 18.5,-11.5 + - pos: 18.5,-11.5 parent: 34 + type: Transform - uid: 6997 components: - - type: Transform - pos: 12.5,-13.5 + - pos: 12.5,-13.5 parent: 34 + type: Transform - uid: 6998 components: - - type: Transform - pos: 12.5,-14.5 + - pos: 12.5,-14.5 parent: 34 + type: Transform - uid: 6999 components: - - type: Transform - pos: 12.5,-15.5 + - pos: 12.5,-15.5 parent: 34 + type: Transform - uid: 7000 components: - - type: Transform - pos: 12.5,-16.5 + - pos: 12.5,-16.5 parent: 34 + type: Transform - uid: 7001 components: - - type: Transform - pos: 12.5,-17.5 + - pos: 12.5,-17.5 parent: 34 + type: Transform - uid: 7002 components: - - type: Transform - pos: 11.5,-17.5 + - pos: 11.5,-17.5 parent: 34 + type: Transform - uid: 7025 components: - - type: Transform - pos: 36.5,-16.5 + - pos: 36.5,-16.5 parent: 34 + type: Transform - uid: 7026 components: - - type: Transform - pos: 35.5,-16.5 + - pos: 35.5,-16.5 parent: 34 + type: Transform - uid: 7027 components: - - type: Transform - pos: 34.5,-16.5 + - pos: 34.5,-16.5 parent: 34 + type: Transform - uid: 7028 components: - - type: Transform - pos: 33.5,-16.5 + - pos: 33.5,-16.5 parent: 34 + type: Transform - uid: 7031 components: - - type: Transform - pos: 32.5,-14.5 + - pos: 32.5,-14.5 parent: 34 + type: Transform - uid: 7032 components: - - type: Transform - pos: 31.5,-14.5 + - pos: 31.5,-14.5 parent: 34 + type: Transform - uid: 7033 components: - - type: Transform - pos: 30.5,-14.5 + - pos: 30.5,-14.5 parent: 34 + type: Transform - uid: 7034 components: - - type: Transform - pos: 29.5,-14.5 + - pos: 29.5,-14.5 parent: 34 + type: Transform - uid: 7035 components: - - type: Transform - pos: 28.5,-14.5 + - pos: 28.5,-14.5 parent: 34 + type: Transform - uid: 7036 components: - - type: Transform - pos: 27.5,-14.5 + - pos: 27.5,-14.5 parent: 34 + type: Transform - uid: 7037 components: - - type: Transform - pos: 26.5,-14.5 + - pos: 26.5,-14.5 parent: 34 + type: Transform - uid: 7038 components: - - type: Transform - pos: 25.5,-14.5 + - pos: 25.5,-14.5 parent: 34 + type: Transform - uid: 7040 components: - - type: Transform - pos: 25.5,-15.5 + - pos: 25.5,-15.5 parent: 34 + type: Transform - uid: 7041 components: - - type: Transform - pos: 25.5,-16.5 + - pos: 25.5,-16.5 parent: 34 + type: Transform - uid: 7042 components: - - type: Transform - pos: 25.5,-17.5 + - pos: 25.5,-17.5 parent: 34 + type: Transform - uid: 7043 components: - - type: Transform - pos: 25.5,-18.5 + - pos: 25.5,-18.5 parent: 34 + type: Transform - uid: 7044 components: - - type: Transform - pos: 26.5,-18.5 + - pos: 26.5,-18.5 parent: 34 + type: Transform - uid: 7045 components: - - type: Transform - pos: 27.5,-18.5 + - pos: 27.5,-18.5 parent: 34 + type: Transform - uid: 7049 components: - - type: Transform - pos: 32.5,-10.5 + - pos: 32.5,-10.5 parent: 34 + type: Transform - uid: 7050 components: - - type: Transform - pos: 32.5,-9.5 + - pos: 32.5,-9.5 parent: 34 + type: Transform - uid: 7056 components: - - type: Transform - pos: 32.5,-3.5 + - pos: 32.5,-3.5 parent: 34 + type: Transform - uid: 7057 components: - - type: Transform - pos: 33.5,-3.5 + - pos: 33.5,-3.5 parent: 34 + type: Transform - uid: 7058 components: - - type: Transform - pos: 34.5,-3.5 + - pos: 34.5,-3.5 parent: 34 + type: Transform - uid: 7059 components: - - type: Transform - pos: 35.5,-3.5 + - pos: 35.5,-3.5 parent: 34 + type: Transform - uid: 7060 components: - - type: Transform - pos: 36.5,-3.5 + - pos: 36.5,-3.5 parent: 34 + type: Transform - uid: 7061 components: - - type: Transform - pos: 37.5,-3.5 + - pos: 37.5,-3.5 parent: 34 + type: Transform - uid: 7062 components: - - type: Transform - pos: 38.5,-3.5 + - pos: 38.5,-3.5 parent: 34 + type: Transform - uid: 7063 components: - - type: Transform - pos: 39.5,-3.5 + - pos: 39.5,-3.5 parent: 34 + type: Transform - uid: 7064 components: - - type: Transform - pos: 40.5,-3.5 + - pos: 40.5,-3.5 parent: 34 + type: Transform - uid: 7066 components: - - type: Transform - pos: 40.5,-1.5 + - pos: 40.5,-1.5 parent: 34 + type: Transform - uid: 7415 components: - - type: Transform - pos: -27.5,-32.5 + - pos: -27.5,-32.5 parent: 34 + type: Transform - uid: 7581 components: - - type: Transform - pos: 24.5,4.5 + - pos: 24.5,4.5 parent: 34 + type: Transform - uid: 7582 components: - - type: Transform - pos: 23.5,4.5 + - pos: 23.5,4.5 parent: 34 + type: Transform - uid: 7583 components: - - type: Transform - pos: 22.5,4.5 + - pos: 22.5,4.5 parent: 34 + type: Transform - uid: 7584 components: - - type: Transform - pos: 22.5,5.5 + - pos: 22.5,5.5 parent: 34 + type: Transform - uid: 7585 components: - - type: Transform - pos: 22.5,6.5 + - pos: 22.5,6.5 parent: 34 + type: Transform - uid: 7586 components: - - type: Transform - pos: 22.5,7.5 + - pos: 22.5,7.5 parent: 34 + type: Transform - uid: 7587 components: - - type: Transform - pos: 22.5,8.5 + - pos: 22.5,8.5 parent: 34 + type: Transform - uid: 7588 components: - - type: Transform - pos: 21.5,8.5 + - pos: 21.5,8.5 parent: 34 + type: Transform - uid: 7589 components: - - type: Transform - pos: 20.5,8.5 + - pos: 20.5,8.5 parent: 34 + type: Transform - uid: 7590 components: - - type: Transform - pos: 19.5,8.5 + - pos: 19.5,8.5 parent: 34 + type: Transform - uid: 7591 components: - - type: Transform - pos: 18.5,8.5 + - pos: 18.5,8.5 parent: 34 + type: Transform - uid: 7592 components: - - type: Transform - pos: 17.5,8.5 + - pos: 17.5,8.5 parent: 34 + type: Transform - uid: 7593 components: - - type: Transform - pos: 16.5,8.5 + - pos: 16.5,8.5 parent: 34 + type: Transform - uid: 7594 components: - - type: Transform - pos: 15.5,8.5 + - pos: 15.5,8.5 parent: 34 + type: Transform - uid: 7595 components: - - type: Transform - pos: 14.5,8.5 + - pos: 14.5,8.5 parent: 34 + type: Transform - uid: 7596 components: - - type: Transform - pos: 13.5,8.5 + - pos: 13.5,8.5 parent: 34 + type: Transform - uid: 7597 components: - - type: Transform - pos: 12.5,8.5 + - pos: 12.5,8.5 parent: 34 + type: Transform - uid: 7598 components: - - type: Transform - pos: 12.5,7.5 + - pos: 12.5,7.5 parent: 34 + type: Transform - uid: 7599 components: - - type: Transform - pos: 12.5,6.5 + - pos: 12.5,6.5 parent: 34 + type: Transform - uid: 7600 components: - - type: Transform - pos: 12.5,5.5 + - pos: 12.5,5.5 parent: 34 + type: Transform - uid: 7601 components: - - type: Transform - pos: 11.5,5.5 + - pos: 11.5,5.5 parent: 34 + type: Transform - uid: 7602 components: - - type: Transform - pos: 13.5,9.5 + - pos: 13.5,9.5 parent: 34 + type: Transform - uid: 7603 components: - - type: Transform - pos: 13.5,10.5 + - pos: 13.5,10.5 parent: 34 + type: Transform - uid: 7604 components: - - type: Transform - pos: 13.5,11.5 + - pos: 13.5,11.5 parent: 34 + type: Transform - uid: 7605 components: - - type: Transform - pos: 13.5,12.5 + - pos: 13.5,12.5 parent: 34 + type: Transform - uid: 7606 components: - - type: Transform - pos: 13.5,13.5 + - pos: 13.5,13.5 parent: 34 + type: Transform - uid: 7607 components: - - type: Transform - pos: 12.5,13.5 + - pos: 12.5,13.5 parent: 34 + type: Transform - uid: 7608 components: - - type: Transform - pos: 11.5,13.5 + - pos: 11.5,13.5 parent: 34 + type: Transform - uid: 7609 components: - - type: Transform - pos: 11.5,12.5 + - pos: 11.5,12.5 parent: 34 + type: Transform - uid: 7621 components: - - type: Transform - pos: 25.5,4.5 + - pos: 25.5,4.5 parent: 34 + type: Transform - uid: 7622 components: - - type: Transform - pos: 26.5,4.5 + - pos: 26.5,4.5 parent: 34 + type: Transform - uid: 7623 components: - - type: Transform - pos: 26.5,5.5 + - pos: 26.5,5.5 parent: 34 + type: Transform - uid: 7650 components: - - type: Transform - pos: 23.5,7.5 + - pos: 23.5,7.5 parent: 34 + type: Transform - uid: 7651 components: - - type: Transform - pos: 24.5,7.5 + - pos: 24.5,7.5 parent: 34 + type: Transform - uid: 7652 components: - - type: Transform - pos: 25.5,7.5 + - pos: 25.5,7.5 parent: 34 + type: Transform - uid: 7653 components: - - type: Transform - pos: 25.5,6.5 + - pos: 25.5,6.5 parent: 34 + type: Transform - uid: 7709 components: - - type: Transform - pos: 10.5,-44.5 + - pos: 10.5,-44.5 parent: 34 + type: Transform - uid: 7719 components: - - type: Transform - pos: 7.5,-44.5 + - pos: 7.5,-44.5 parent: 34 + type: Transform - uid: 7816 components: - - type: Transform - pos: -17.5,-28.5 + - pos: -17.5,-28.5 parent: 34 + type: Transform - uid: 7824 components: - - type: Transform - pos: -12.5,-22.5 + - pos: -12.5,-22.5 parent: 34 + type: Transform - uid: 7825 components: - - type: Transform - pos: -12.5,-23.5 + - pos: -12.5,-23.5 parent: 34 + type: Transform - uid: 7826 components: - - type: Transform - pos: -6.5,-31.5 + - pos: -6.5,-31.5 parent: 34 + type: Transform - uid: 7830 components: - - type: Transform - pos: -4.5,-33.5 + - pos: -4.5,-33.5 parent: 34 + type: Transform - uid: 7831 components: - - type: Transform - pos: -4.5,-34.5 + - pos: -4.5,-34.5 parent: 34 + type: Transform - uid: 7832 components: - - type: Transform - pos: -4.5,-35.5 + - pos: -4.5,-35.5 parent: 34 + type: Transform - uid: 7833 components: - - type: Transform - pos: -4.5,-36.5 + - pos: -4.5,-36.5 parent: 34 + type: Transform - uid: 7834 components: - - type: Transform - pos: -4.5,-37.5 + - pos: -4.5,-37.5 parent: 34 + type: Transform - uid: 7835 components: - - type: Transform - pos: -4.5,-38.5 + - pos: -4.5,-38.5 parent: 34 + type: Transform - uid: 7836 components: - - type: Transform - pos: -4.5,-39.5 + - pos: -4.5,-39.5 parent: 34 + type: Transform - uid: 7837 components: - - type: Transform - pos: -4.5,-40.5 + - pos: -4.5,-40.5 parent: 34 + type: Transform - uid: 7838 components: - - type: Transform - pos: -4.5,-41.5 + - pos: -4.5,-41.5 parent: 34 + type: Transform - uid: 7839 components: - - type: Transform - pos: -4.5,-42.5 + - pos: -4.5,-42.5 parent: 34 + type: Transform - uid: 7840 components: - - type: Transform - pos: -4.5,-43.5 + - pos: -4.5,-43.5 parent: 34 + type: Transform - uid: 7850 components: - - type: Transform - pos: -1.5,-45.5 + - pos: -1.5,-45.5 parent: 34 + type: Transform - uid: 7851 components: - - type: Transform - pos: -0.5,-45.5 + - pos: -0.5,-45.5 parent: 34 + type: Transform - uid: 7852 components: - - type: Transform - pos: 0.5,-45.5 + - pos: 0.5,-45.5 parent: 34 + type: Transform - uid: 7853 components: - - type: Transform - pos: 1.5,-45.5 + - pos: 1.5,-45.5 parent: 34 + type: Transform - uid: 7854 components: - - type: Transform - pos: 2.5,-45.5 + - pos: 2.5,-45.5 parent: 34 + type: Transform - uid: 7855 components: - - type: Transform - pos: 3.5,-45.5 + - pos: 3.5,-45.5 parent: 34 + type: Transform - uid: 7856 components: - - type: Transform - pos: 16.5,-43.5 + - pos: 16.5,-43.5 parent: 34 + type: Transform - uid: 7857 components: - - type: Transform - pos: 4.5,-44.5 + - pos: 4.5,-44.5 parent: 34 + type: Transform - uid: 7875 components: - - type: Transform - pos: 13.5,-17.5 + - pos: 13.5,-17.5 parent: 34 + type: Transform - uid: 7876 components: - - type: Transform - pos: 13.5,-18.5 + - pos: 13.5,-18.5 parent: 34 + type: Transform - uid: 7877 components: - - type: Transform - pos: 13.5,-19.5 + - pos: 13.5,-19.5 parent: 34 + type: Transform - uid: 7878 components: - - type: Transform - pos: 13.5,-20.5 + - pos: 13.5,-20.5 parent: 34 + type: Transform - uid: 7879 components: - - type: Transform - pos: 13.5,-21.5 + - pos: 13.5,-21.5 parent: 34 + type: Transform - uid: 7880 components: - - type: Transform - pos: 13.5,-22.5 + - pos: 13.5,-22.5 parent: 34 + type: Transform - uid: 7881 components: - - type: Transform - pos: 13.5,-23.5 + - pos: 13.5,-23.5 parent: 34 + type: Transform - uid: 7882 components: - - type: Transform - pos: 14.5,-23.5 + - pos: 14.5,-23.5 parent: 34 + type: Transform - uid: 7883 components: - - type: Transform - pos: 15.5,-23.5 + - pos: 15.5,-23.5 parent: 34 + type: Transform - uid: 7884 components: - - type: Transform - pos: 16.5,-23.5 + - pos: 16.5,-23.5 parent: 34 + type: Transform - uid: 7885 components: - - type: Transform - pos: 17.5,-23.5 + - pos: 17.5,-23.5 parent: 34 + type: Transform - uid: 7886 components: - - type: Transform - pos: 18.5,-23.5 + - pos: 18.5,-23.5 parent: 34 + type: Transform - uid: 7887 components: - - type: Transform - pos: 19.5,-23.5 + - pos: 19.5,-23.5 parent: 34 + type: Transform - uid: 7888 components: - - type: Transform - pos: 19.5,-22.5 + - pos: 19.5,-22.5 parent: 34 + type: Transform - uid: 7889 components: - - type: Transform - pos: 19.5,-21.5 + - pos: 19.5,-21.5 parent: 34 + type: Transform - uid: 7890 components: - - type: Transform - pos: 11.5,-30.5 + - pos: 11.5,-30.5 parent: 34 + type: Transform - uid: 7891 components: - - type: Transform - pos: 12.5,-30.5 + - pos: 12.5,-30.5 parent: 34 + type: Transform - uid: 7892 components: - - type: Transform - pos: 13.5,-30.5 + - pos: 13.5,-30.5 parent: 34 + type: Transform - uid: 7893 components: - - type: Transform - pos: 14.5,-30.5 + - pos: 14.5,-30.5 parent: 34 + type: Transform - uid: 7894 components: - - type: Transform - pos: 15.5,-30.5 + - pos: 15.5,-30.5 parent: 34 + type: Transform - uid: 7895 components: - - type: Transform - pos: 15.5,-29.5 + - pos: 15.5,-29.5 parent: 34 + type: Transform - uid: 7896 components: - - type: Transform - pos: 15.5,-28.5 + - pos: 15.5,-28.5 parent: 34 + type: Transform - uid: 7897 components: - - type: Transform - pos: 15.5,-27.5 + - pos: 15.5,-27.5 parent: 34 + type: Transform - uid: 7898 components: - - type: Transform - pos: 15.5,-26.5 + - pos: 15.5,-26.5 parent: 34 + type: Transform - uid: 7899 components: - - type: Transform - pos: 15.5,-25.5 + - pos: 15.5,-25.5 parent: 34 + type: Transform - uid: 7900 components: - - type: Transform - pos: 15.5,-24.5 + - pos: 15.5,-24.5 parent: 34 + type: Transform - uid: 7901 components: - - type: Transform - pos: 33.5,-20.5 + - pos: 33.5,-20.5 parent: 34 + type: Transform - uid: 7902 components: - - type: Transform - pos: 32.5,-20.5 + - pos: 32.5,-20.5 parent: 34 + type: Transform - uid: 7903 components: - - type: Transform - pos: 33.5,-19.5 + - pos: 33.5,-19.5 parent: 34 + type: Transform - uid: 7904 components: - - type: Transform - pos: 33.5,-18.5 + - pos: 33.5,-18.5 parent: 34 + type: Transform - uid: 7905 components: - - type: Transform - pos: 33.5,-17.5 + - pos: 33.5,-17.5 parent: 34 + type: Transform - uid: 7906 components: - - type: Transform - pos: -4.5,-44.5 + - pos: -4.5,-44.5 parent: 34 + type: Transform - uid: 7908 components: - - type: Transform - pos: -28.5,-17.5 + - pos: -28.5,-17.5 parent: 34 + type: Transform - uid: 7909 components: - - type: Transform - pos: -28.5,-18.5 + - pos: -28.5,-18.5 parent: 34 + type: Transform - uid: 7910 components: - - type: Transform - pos: -29.5,-18.5 + - pos: -29.5,-18.5 parent: 34 + type: Transform - uid: 7911 components: - - type: Transform - pos: -30.5,-18.5 + - pos: -30.5,-18.5 parent: 34 + type: Transform - uid: 7912 components: - - type: Transform - pos: -31.5,-18.5 + - pos: -31.5,-18.5 parent: 34 + type: Transform - uid: 7913 components: - - type: Transform - pos: -31.5,-19.5 + - pos: -31.5,-19.5 parent: 34 + type: Transform - uid: 7914 components: - - type: Transform - pos: -31.5,-20.5 + - pos: -31.5,-20.5 parent: 34 + type: Transform - uid: 7915 components: - - type: Transform - pos: -56.5,-3.5 + - pos: -56.5,-3.5 parent: 34 + type: Transform - uid: 7916 components: - - type: Transform - pos: -56.5,-4.5 + - pos: -56.5,-4.5 parent: 34 + type: Transform - uid: 7917 components: - - type: Transform - pos: -55.5,-4.5 + - pos: -55.5,-4.5 parent: 34 + type: Transform - uid: 7918 components: - - type: Transform - pos: -54.5,-4.5 + - pos: -54.5,-4.5 parent: 34 + type: Transform - uid: 7919 components: - - type: Transform - pos: -53.5,-4.5 + - pos: -53.5,-4.5 parent: 34 + type: Transform - uid: 7920 components: - - type: Transform - pos: -53.5,-5.5 + - pos: -53.5,-5.5 parent: 34 + type: Transform - uid: 7921 components: - - type: Transform - pos: -53.5,-6.5 + - pos: -53.5,-6.5 parent: 34 + type: Transform - uid: 7922 components: - - type: Transform - pos: -53.5,-7.5 + - pos: -53.5,-7.5 parent: 34 + type: Transform - uid: 7923 components: - - type: Transform - pos: -53.5,-8.5 + - pos: -53.5,-8.5 parent: 34 + type: Transform - uid: 7924 components: - - type: Transform - pos: -53.5,-9.5 + - pos: -53.5,-9.5 parent: 34 + type: Transform - uid: 7925 components: - - type: Transform - pos: -53.5,-10.5 + - pos: -53.5,-10.5 parent: 34 + type: Transform - uid: 7927 components: - - type: Transform - pos: -52.5,-11.5 + - pos: -52.5,-11.5 parent: 34 + type: Transform - uid: 7928 components: - - type: Transform - pos: -53.5,-3.5 + - pos: -53.5,-3.5 parent: 34 + type: Transform - uid: 7929 components: - - type: Transform - pos: -53.5,-2.5 + - pos: -53.5,-2.5 parent: 34 + type: Transform - uid: 7930 components: - - type: Transform - pos: -53.5,-1.5 + - pos: -53.5,-1.5 parent: 34 + type: Transform - uid: 7931 components: - - type: Transform - pos: -53.5,-0.5 + - pos: -53.5,-0.5 parent: 34 + type: Transform - uid: 7932 components: - - type: Transform - pos: -52.5,-0.5 + - pos: -52.5,-0.5 parent: 34 + type: Transform - uid: 7933 components: - - type: Transform - pos: -51.5,-0.5 + - pos: -51.5,-0.5 parent: 34 + type: Transform - uid: 7934 components: - - type: Transform - pos: -50.5,-0.5 + - pos: -50.5,-0.5 parent: 34 + type: Transform - uid: 7935 components: - - type: Transform - pos: -49.5,-0.5 + - pos: -49.5,-0.5 parent: 34 + type: Transform - uid: 7936 components: - - type: Transform - pos: -48.5,-0.5 + - pos: -48.5,-0.5 parent: 34 + type: Transform - uid: 7937 components: - - type: Transform - pos: -47.5,-0.5 + - pos: -47.5,-0.5 parent: 34 + type: Transform - uid: 7938 components: - - type: Transform - pos: -46.5,-0.5 + - pos: -46.5,-0.5 parent: 34 + type: Transform - uid: 7939 components: - - type: Transform - pos: -45.5,-0.5 + - pos: -45.5,-0.5 parent: 34 + type: Transform - uid: 7940 components: - - type: Transform - pos: -44.5,-0.5 + - pos: -44.5,-0.5 parent: 34 + type: Transform - uid: 7941 components: - - type: Transform - pos: -43.5,-0.5 + - pos: -43.5,-0.5 parent: 34 + type: Transform - uid: 7942 components: - - type: Transform - pos: -42.5,-0.5 + - pos: -42.5,-0.5 parent: 34 + type: Transform - uid: 7943 components: - - type: Transform - pos: -42.5,-1.5 + - pos: -42.5,-1.5 parent: 34 + type: Transform - uid: 7944 components: - - type: Transform - pos: -42.5,-2.5 + - pos: -42.5,-2.5 parent: 34 + type: Transform - uid: 7945 components: - - type: Transform - pos: -42.5,-3.5 + - pos: -42.5,-3.5 parent: 34 + type: Transform - uid: 7946 components: - - type: Transform - pos: -42.5,-4.5 + - pos: -42.5,-4.5 parent: 34 + type: Transform - uid: 7947 components: - - type: Transform - pos: -42.5,-5.5 + - pos: -42.5,-5.5 parent: 34 + type: Transform - uid: 7948 components: - - type: Transform - pos: -43.5,-5.5 + - pos: -43.5,-5.5 parent: 34 + type: Transform - uid: 7949 components: - - type: Transform - pos: -44.5,-5.5 + - pos: -44.5,-5.5 parent: 34 + type: Transform - uid: 7950 components: - - type: Transform - pos: -24.5,3.5 + - pos: -24.5,3.5 parent: 34 + type: Transform - uid: 7951 components: - - type: Transform - pos: -24.5,2.5 + - pos: -24.5,2.5 parent: 34 + type: Transform - uid: 7952 components: - - type: Transform - pos: -24.5,1.5 + - pos: -24.5,1.5 parent: 34 + type: Transform - uid: 7953 components: - - type: Transform - pos: -24.5,0.5 + - pos: -24.5,0.5 parent: 34 + type: Transform - uid: 7954 components: - - type: Transform - pos: -24.5,-0.5 + - pos: -24.5,-0.5 parent: 34 + type: Transform - uid: 7955 components: - - type: Transform - pos: -24.5,-1.5 + - pos: -24.5,-1.5 parent: 34 + type: Transform - uid: 7956 components: - - type: Transform - pos: -24.5,-2.5 + - pos: -24.5,-2.5 parent: 34 + type: Transform - uid: 7957 components: - - type: Transform - pos: -25.5,-0.5 + - pos: -25.5,-0.5 parent: 34 + type: Transform - uid: 7958 components: - - type: Transform - pos: -26.5,-0.5 + - pos: -26.5,-0.5 parent: 34 + type: Transform - uid: 7959 components: - - type: Transform - pos: -27.5,-0.5 + - pos: -27.5,-0.5 parent: 34 + type: Transform - uid: 7960 components: - - type: Transform - pos: -28.5,-0.5 + - pos: -28.5,-0.5 parent: 34 + type: Transform - uid: 7961 components: - - type: Transform - pos: -29.5,-0.5 + - pos: -29.5,-0.5 parent: 34 + type: Transform - uid: 7962 components: - - type: Transform - pos: -30.5,-0.5 + - pos: -30.5,-0.5 parent: 34 + type: Transform - uid: 7963 components: - - type: Transform - pos: -31.5,-0.5 + - pos: -31.5,-0.5 parent: 34 + type: Transform - uid: 7964 components: - - type: Transform - pos: -32.5,-0.5 + - pos: -32.5,-0.5 parent: 34 + type: Transform - uid: 7965 components: - - type: Transform - pos: -33.5,-0.5 + - pos: -33.5,-0.5 parent: 34 + type: Transform - uid: 7966 components: - - type: Transform - pos: -34.5,-0.5 + - pos: -34.5,-0.5 parent: 34 + type: Transform - uid: 7967 components: - - type: Transform - pos: -35.5,-0.5 + - pos: -35.5,-0.5 parent: 34 + type: Transform - uid: 7992 components: - - type: Transform - pos: -2.5,-0.5 + - pos: -2.5,-0.5 parent: 34 + type: Transform - uid: 7993 components: - - type: Transform - pos: -2.5,-1.5 + - pos: -2.5,-1.5 parent: 34 + type: Transform - uid: 7994 components: - - type: Transform - pos: -2.5,-2.5 + - pos: -2.5,-2.5 parent: 34 + type: Transform - uid: 8104 components: - - type: Transform - pos: -20.5,-32.5 + - pos: -20.5,-32.5 parent: 34 + type: Transform - uid: 8782 components: - - type: Transform - pos: -11.5,-30.5 + - pos: -11.5,-30.5 parent: 34 + type: Transform - uid: 8846 components: - - type: Transform - pos: -21.5,-38.5 + - pos: -21.5,-38.5 parent: 34 + type: Transform - uid: 8915 components: - - type: Transform - pos: 41.5,-1.5 + - pos: 41.5,-1.5 parent: 34 + type: Transform - uid: 9464 components: - - type: Transform - pos: -17.5,-30.5 + - pos: -17.5,-30.5 parent: 34 + type: Transform - uid: 9495 components: - - type: Transform - pos: -13.5,-30.5 + - pos: -13.5,-30.5 parent: 34 + type: Transform - uid: 9719 components: - - type: Transform - pos: -23.5,0.5 + - pos: -23.5,0.5 parent: 34 + type: Transform - uid: 9720 components: - - type: Transform - pos: -22.5,0.5 + - pos: -22.5,0.5 parent: 34 + type: Transform - uid: 9721 components: - - type: Transform - pos: -21.5,0.5 + - pos: -21.5,0.5 parent: 34 + type: Transform - uid: 9722 components: - - type: Transform - pos: -20.5,0.5 + - pos: -20.5,0.5 parent: 34 + type: Transform - uid: 9723 components: - - type: Transform - pos: -19.5,0.5 + - pos: -19.5,0.5 parent: 34 + type: Transform - uid: 9724 components: - - type: Transform - pos: -18.5,0.5 + - pos: -18.5,0.5 parent: 34 + type: Transform - uid: 9725 components: - - type: Transform - pos: -17.5,0.5 + - pos: -17.5,0.5 parent: 34 + type: Transform - uid: 9726 components: - - type: Transform - pos: -16.5,0.5 + - pos: -16.5,0.5 parent: 34 + type: Transform - uid: 9727 components: - - type: Transform - pos: -15.5,0.5 + - pos: -15.5,0.5 parent: 34 + type: Transform - uid: 9728 components: - - type: Transform - pos: -14.5,0.5 + - pos: -14.5,0.5 parent: 34 + type: Transform - uid: 9729 components: - - type: Transform - pos: -13.5,0.5 + - pos: -13.5,0.5 parent: 34 + type: Transform - uid: 9730 components: - - type: Transform - pos: -12.5,0.5 + - pos: -12.5,0.5 parent: 34 + type: Transform - uid: 9731 components: - - type: Transform - pos: -11.5,0.5 + - pos: -11.5,0.5 parent: 34 + type: Transform - uid: 9732 components: - - type: Transform - pos: -10.5,0.5 + - pos: -10.5,0.5 parent: 34 + type: Transform - uid: 9733 components: - - type: Transform - pos: -9.5,0.5 + - pos: -9.5,0.5 parent: 34 + type: Transform - uid: 9734 components: - - type: Transform - pos: -8.5,0.5 + - pos: -8.5,0.5 parent: 34 + type: Transform - uid: 9735 components: - - type: Transform - pos: -7.5,0.5 + - pos: -7.5,0.5 parent: 34 + type: Transform - uid: 9736 components: - - type: Transform - pos: -6.5,0.5 + - pos: -6.5,0.5 parent: 34 + type: Transform - uid: 9737 components: - - type: Transform - pos: -5.5,0.5 + - pos: -5.5,0.5 parent: 34 + type: Transform - uid: 9738 components: - - type: Transform - pos: -4.5,0.5 + - pos: -4.5,0.5 parent: 34 + type: Transform - uid: 9739 components: - - type: Transform - pos: -3.5,0.5 + - pos: -3.5,0.5 parent: 34 + type: Transform - uid: 9740 components: - - type: Transform - pos: -2.5,0.5 + - pos: -2.5,0.5 parent: 34 + type: Transform - uid: 10013 components: - - type: Transform - pos: -20.5,-30.5 + - pos: -20.5,-30.5 parent: 34 + type: Transform - uid: 10099 components: - - type: Transform - pos: 11.5,-44.5 + - pos: 11.5,-44.5 parent: 34 + type: Transform - uid: 10100 components: - - type: Transform - pos: 9.5,-44.5 + - pos: 9.5,-44.5 parent: 34 + type: Transform - uid: 10104 components: - - type: Transform - pos: 8.5,-44.5 + - pos: 8.5,-44.5 parent: 34 + type: Transform - uid: 10105 components: - - type: Transform - pos: 6.5,-44.5 + - pos: 6.5,-44.5 parent: 34 + type: Transform - uid: 10106 components: - - type: Transform - pos: 13.5,-44.5 + - pos: 13.5,-44.5 parent: 34 + type: Transform - uid: 10107 components: - - type: Transform - pos: 12.5,-44.5 + - pos: 12.5,-44.5 parent: 34 + type: Transform - uid: 10108 components: - - type: Transform - pos: 5.5,-44.5 + - pos: 5.5,-44.5 parent: 34 + type: Transform - uid: 10109 components: - - type: Transform - pos: 13.5,-43.5 + - pos: 13.5,-43.5 parent: 34 + type: Transform - uid: 10110 components: - - type: Transform - pos: 13.5,-42.5 + - pos: 13.5,-42.5 parent: 34 + type: Transform - uid: 10111 components: - - type: Transform - pos: 14.5,-42.5 + - pos: 14.5,-42.5 parent: 34 + type: Transform - uid: 10112 components: - - type: Transform - pos: 15.5,-42.5 + - pos: 15.5,-42.5 parent: 34 + type: Transform - uid: 10113 components: - - type: Transform - pos: 16.5,-42.5 - parent: 34 - - uid: 10477 - components: - - type: Transform - pos: -44.5,-12.5 + - pos: 16.5,-42.5 parent: 34 + type: Transform - uid: 10550 components: - - type: Transform - pos: -44.5,-24.5 + - pos: -44.5,-24.5 parent: 34 + type: Transform - uid: 10795 components: - - type: Transform - pos: 17.5,-42.5 + - pos: 17.5,-42.5 parent: 34 + type: Transform - uid: 10796 components: - - type: Transform - pos: 18.5,-42.5 + - pos: 18.5,-42.5 parent: 34 + type: Transform - uid: 10797 components: - - type: Transform - pos: 19.5,-42.5 + - pos: 19.5,-42.5 parent: 34 + type: Transform - uid: 10798 components: - - type: Transform - pos: 20.5,-42.5 + - pos: 20.5,-42.5 parent: 34 + type: Transform - uid: 10799 components: - - type: Transform - pos: 21.5,-42.5 + - pos: 21.5,-42.5 parent: 34 + type: Transform - uid: 10800 components: - - type: Transform - pos: 22.5,-42.5 + - pos: 22.5,-42.5 parent: 34 + type: Transform - uid: 10801 components: - - type: Transform - pos: 23.5,-42.5 + - pos: 23.5,-42.5 parent: 34 + type: Transform - uid: 10802 components: - - type: Transform - pos: 24.5,-42.5 + - pos: 24.5,-42.5 parent: 34 + type: Transform - uid: 10803 components: - - type: Transform - pos: 25.5,-42.5 + - pos: 25.5,-42.5 parent: 34 + type: Transform - uid: 10804 components: - - type: Transform - pos: 26.5,-42.5 + - pos: 26.5,-42.5 parent: 34 + type: Transform - uid: 10805 components: - - type: Transform - pos: 26.5,-41.5 + - pos: 26.5,-41.5 parent: 34 + type: Transform - uid: 10806 components: - - type: Transform - pos: 27.5,-41.5 + - pos: 27.5,-41.5 parent: 34 + type: Transform - uid: 10807 components: - - type: Transform - pos: 28.5,-41.5 + - pos: 28.5,-41.5 parent: 34 + type: Transform - uid: 10808 components: - - type: Transform - pos: 29.5,-41.5 + - pos: 29.5,-41.5 parent: 34 + type: Transform - uid: 10809 components: - - type: Transform - pos: 29.5,-42.5 + - pos: 29.5,-42.5 parent: 34 + type: Transform - uid: 10810 components: - - type: Transform - pos: 29.5,-43.5 + - pos: 29.5,-43.5 parent: 34 + type: Transform - uid: 10811 components: - - type: Transform - pos: 30.5,-43.5 + - pos: 30.5,-43.5 parent: 34 + type: Transform - uid: 10812 components: - - type: Transform - pos: 31.5,-43.5 + - pos: 31.5,-43.5 parent: 34 + type: Transform - uid: 10813 components: - - type: Transform - pos: 31.5,-42.5 + - pos: 31.5,-42.5 parent: 34 + type: Transform - uid: 10918 components: - - type: Transform - pos: 21.5,-3.5 + - pos: 21.5,-3.5 parent: 34 + type: Transform - uid: 10919 components: - - type: Transform - pos: 22.5,-3.5 + - pos: 22.5,-3.5 parent: 34 + type: Transform - uid: 10920 components: - - type: Transform - pos: 22.5,-2.5 + - pos: 22.5,-2.5 parent: 34 + type: Transform - uid: 10921 components: - - type: Transform - pos: 22.5,-1.5 + - pos: 22.5,-1.5 parent: 34 + type: Transform - uid: 10922 components: - - type: Transform - pos: 22.5,-0.5 + - pos: 22.5,-0.5 parent: 34 + type: Transform - uid: 10923 components: - - type: Transform - pos: 22.5,0.5 + - pos: 22.5,0.5 parent: 34 + type: Transform - uid: 10924 components: - - type: Transform - pos: 22.5,1.5 + - pos: 22.5,1.5 parent: 34 + type: Transform - uid: 10925 components: - - type: Transform - pos: 22.5,2.5 + - pos: 22.5,2.5 parent: 34 + type: Transform - uid: 10926 components: - - type: Transform - pos: 22.5,3.5 + - pos: 22.5,3.5 parent: 34 + type: Transform - uid: 10989 components: - - type: Transform - pos: -21.5,-34.5 + - pos: -21.5,-34.5 parent: 34 + type: Transform - uid: 10998 components: - - type: Transform - pos: 16.5,-44.5 + - pos: 16.5,-44.5 parent: 34 + type: Transform - uid: 11052 components: - - type: Transform - pos: -53.5,-11.5 + - pos: -53.5,-11.5 parent: 34 + type: Transform - uid: 11073 components: - - type: Transform - pos: -21.5,-10.5 + - pos: -21.5,-10.5 parent: 34 + type: Transform - uid: 11074 components: - - type: Transform - pos: -21.5,-9.5 + - pos: -21.5,-9.5 parent: 34 + type: Transform - uid: 11247 components: - - type: Transform - pos: -16.5,-30.5 + - pos: -16.5,-30.5 parent: 34 + type: Transform - uid: 11335 components: - - type: Transform - pos: 17.5,-44.5 + - pos: 17.5,-44.5 parent: 34 + type: Transform - uid: 11362 components: - - type: Transform - pos: 18.5,-44.5 + - pos: 18.5,-44.5 parent: 34 + type: Transform - uid: 11417 components: - - type: Transform - pos: -37.5,-26.5 + - pos: -37.5,-26.5 parent: 34 + type: Transform - uid: 11418 components: - - type: Transform - pos: -38.5,-26.5 + - pos: -38.5,-26.5 parent: 34 + type: Transform - uid: 11419 components: - - type: Transform - pos: -39.5,-26.5 + - pos: -39.5,-26.5 parent: 34 + type: Transform - uid: 11420 components: - - type: Transform - pos: -40.5,-26.5 + - pos: -40.5,-26.5 parent: 34 + type: Transform - uid: 11421 components: - - type: Transform - pos: -41.5,-26.5 + - pos: -41.5,-26.5 parent: 34 + type: Transform - uid: 11422 components: - - type: Transform - pos: -42.5,-26.5 + - pos: -42.5,-26.5 parent: 34 + type: Transform - uid: 11423 components: - - type: Transform - pos: -42.5,-25.5 - parent: 34 - - uid: 11425 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 34 - - uid: 11427 - components: - - type: Transform - pos: -43.5,-13.5 - parent: 34 - - uid: 11428 - components: - - type: Transform - pos: -42.5,-20.5 - parent: 34 - - uid: 11429 - components: - - type: Transform - pos: -41.5,-20.5 + - pos: -42.5,-25.5 parent: 34 + type: Transform - uid: 11430 components: - - type: Transform - pos: -43.5,-25.5 + - pos: -43.5,-25.5 parent: 34 + type: Transform - uid: 11431 components: - - type: Transform - pos: -44.5,-25.5 + - pos: -44.5,-25.5 parent: 34 + type: Transform - uid: 11432 components: - - type: Transform - pos: -45.5,-25.5 + - pos: -45.5,-25.5 parent: 34 + type: Transform - uid: 11433 components: - - type: Transform - pos: -46.5,-25.5 + - pos: -46.5,-25.5 parent: 34 - - uid: 11436 + type: Transform + - uid: 11482 components: - - type: Transform - pos: -43.5,-14.5 + - pos: -48.5,-12.5 parent: 34 + type: Transform - uid: 11485 components: - - type: Transform - pos: -49.5,-25.5 + - pos: -49.5,-25.5 parent: 34 + type: Transform - uid: 11486 components: - - type: Transform - pos: -49.5,-27.5 + - pos: -49.5,-27.5 parent: 34 + type: Transform - uid: 11499 components: - - type: Transform - pos: -47.5,-25.5 + - pos: -47.5,-25.5 parent: 34 + type: Transform - uid: 11593 components: - - type: Transform - pos: -21.5,-35.5 + - pos: -21.5,-35.5 parent: 34 + type: Transform - uid: 11595 components: - - type: Transform - pos: 52.5,-24.5 + - pos: 52.5,-24.5 parent: 34 + type: Transform - uid: 11729 components: - - type: Transform - pos: -2.5,-45.5 + - pos: -2.5,-45.5 parent: 34 + type: Transform - uid: 11731 components: - - type: Transform - pos: -3.5,-45.5 + - pos: -3.5,-45.5 parent: 34 + type: Transform - uid: 11733 components: - - type: Transform - pos: -4.5,-45.5 + - pos: -4.5,-45.5 parent: 34 + type: Transform - uid: 11734 components: - - type: Transform - pos: 12.5,-41.5 + - pos: 12.5,-41.5 parent: 34 + type: Transform - uid: 11736 components: - - type: Transform - pos: 11.5,-41.5 + - pos: 11.5,-41.5 parent: 34 + type: Transform - uid: 11740 components: - - type: Transform - pos: 10.5,-41.5 + - pos: 10.5,-41.5 parent: 34 + type: Transform - uid: 11741 components: - - type: Transform - pos: 9.5,-41.5 + - pos: 9.5,-41.5 parent: 34 + type: Transform - uid: 11742 components: - - type: Transform - pos: 8.5,-41.5 + - pos: 8.5,-41.5 parent: 34 + type: Transform - uid: 11761 components: - - type: Transform - pos: 7.5,-41.5 + - pos: 7.5,-41.5 parent: 34 + type: Transform - uid: 11845 components: - - type: Transform - pos: -29.5,-32.5 + - pos: -29.5,-32.5 parent: 34 + type: Transform - uid: 11851 components: - - type: Transform - pos: -28.5,-32.5 + - pos: -28.5,-32.5 parent: 34 + type: Transform - uid: 11904 components: - - type: Transform - pos: -12.5,-30.5 + - pos: -12.5,-30.5 parent: 34 + type: Transform - uid: 11914 components: - - type: Transform - pos: -15.5,-30.5 + - pos: -15.5,-30.5 parent: 34 + type: Transform - uid: 11951 components: - - type: Transform - pos: -2.5,1.5 + - pos: -2.5,1.5 parent: 34 + type: Transform - uid: 11952 components: - - type: Transform - pos: -2.5,2.5 + - pos: -2.5,2.5 parent: 34 + type: Transform - uid: 11953 components: - - type: Transform - pos: -2.5,3.5 + - pos: -2.5,3.5 parent: 34 + type: Transform - uid: 11954 components: - - type: Transform - pos: -2.5,4.5 + - pos: -2.5,4.5 parent: 34 + type: Transform - uid: 11955 components: - - type: Transform - pos: -2.5,5.5 + - pos: -2.5,5.5 parent: 34 + type: Transform - uid: 11956 components: - - type: Transform - pos: -2.5,6.5 + - pos: -2.5,6.5 parent: 34 + type: Transform - uid: 11957 components: - - type: Transform - pos: -2.5,7.5 + - pos: -2.5,7.5 parent: 34 + type: Transform - uid: 11958 components: - - type: Transform - pos: -3.5,7.5 + - pos: -3.5,7.5 parent: 34 + type: Transform - uid: 11959 components: - - type: Transform - pos: -4.5,7.5 + - pos: -4.5,7.5 parent: 34 + type: Transform - uid: 11997 components: - - type: Transform - pos: 6.5,-41.5 + - pos: 6.5,-41.5 parent: 34 + type: Transform - uid: 12028 components: - - type: Transform - pos: -31.5,-40.5 + - pos: -31.5,-40.5 parent: 34 + type: Transform - uid: 12029 components: - - type: Transform - pos: -32.5,-40.5 + - pos: -32.5,-40.5 parent: 34 + type: Transform - uid: 12030 components: - - type: Transform - pos: -33.5,-40.5 + - pos: -33.5,-40.5 parent: 34 + type: Transform - uid: 12031 components: - - type: Transform - pos: -33.5,-41.5 + - pos: -33.5,-41.5 parent: 34 + type: Transform - uid: 12032 components: - - type: Transform - pos: -33.5,-42.5 + - pos: -33.5,-42.5 parent: 34 + type: Transform - uid: 12033 components: - - type: Transform - pos: -33.5,-43.5 + - pos: -33.5,-43.5 parent: 34 + type: Transform - uid: 12034 components: - - type: Transform - pos: -33.5,-44.5 + - pos: -33.5,-44.5 parent: 34 + type: Transform - uid: 12035 components: - - type: Transform - pos: -33.5,-45.5 + - pos: -33.5,-45.5 parent: 34 + type: Transform - uid: 12036 components: - - type: Transform - pos: -33.5,-46.5 + - pos: -33.5,-46.5 parent: 34 + type: Transform - uid: 12037 components: - - type: Transform - pos: -33.5,-47.5 + - pos: -33.5,-47.5 parent: 34 + type: Transform - uid: 12038 components: - - type: Transform - pos: -33.5,-48.5 + - pos: -33.5,-48.5 parent: 34 + type: Transform - uid: 12039 components: - - type: Transform - pos: -33.5,-49.5 + - pos: -33.5,-49.5 parent: 34 + type: Transform - uid: 12040 components: - - type: Transform - pos: -34.5,-49.5 + - pos: -34.5,-49.5 parent: 34 + type: Transform - uid: 12041 components: - - type: Transform - pos: -35.5,-49.5 + - pos: -35.5,-49.5 parent: 34 + type: Transform - uid: 12042 components: - - type: Transform - pos: -36.5,-49.5 + - pos: -36.5,-49.5 parent: 34 + type: Transform - uid: 12043 components: - - type: Transform - pos: -37.5,-49.5 + - pos: -37.5,-49.5 parent: 34 + type: Transform - uid: 12044 components: - - type: Transform - pos: -38.5,-49.5 + - pos: -38.5,-49.5 parent: 34 + type: Transform - uid: 12045 components: - - type: Transform - pos: -39.5,-49.5 + - pos: -39.5,-49.5 parent: 34 + type: Transform - uid: 12082 components: - - type: Transform - pos: 6.5,-40.5 + - pos: 6.5,-40.5 parent: 34 + type: Transform - uid: 12083 components: - - type: Transform - pos: 5.5,-40.5 + - pos: 5.5,-40.5 parent: 34 + type: Transform - uid: 12084 components: - - type: Transform - pos: 4.5,-40.5 + - pos: 4.5,-40.5 parent: 34 + type: Transform - uid: 12125 components: - - type: Transform - pos: 3.5,-40.5 + - pos: 3.5,-40.5 parent: 34 + type: Transform - uid: 12126 components: - - type: Transform - pos: 3.5,-39.5 + - pos: 3.5,-39.5 parent: 34 + type: Transform - uid: 12230 components: - - type: Transform - pos: -19.5,-29.5 + - pos: -19.5,-29.5 parent: 34 + type: Transform - uid: 12242 components: - - type: Transform - pos: -18.5,-29.5 + - pos: -18.5,-29.5 parent: 34 + type: Transform - uid: 12254 components: - - type: Transform - pos: 3.5,-38.5 + - pos: 3.5,-38.5 parent: 34 + type: Transform - uid: 12259 components: - - type: Transform - pos: 3.5,-37.5 + - pos: 3.5,-37.5 parent: 34 + type: Transform - uid: 12260 components: - - type: Transform - pos: 3.5,-44.5 + - pos: 3.5,-44.5 parent: 34 + type: Transform - uid: 12271 components: - - type: Transform - pos: -17.5,-29.5 + - pos: -17.5,-29.5 parent: 34 + type: Transform - uid: 12272 components: - - type: Transform - pos: 3.5,-43.5 + - pos: 3.5,-43.5 parent: 34 + type: Transform - uid: 12273 components: - - type: Transform - pos: 3.5,-42.5 + - pos: 3.5,-42.5 parent: 34 + type: Transform - uid: 12352 components: - - type: Transform - pos: 3.5,-41.5 - parent: 34 - - uid: 12369 - components: - - type: Transform - pos: -43.5,-16.5 + - pos: 3.5,-41.5 parent: 34 + type: Transform - uid: 12407 components: - - type: Transform - pos: -44.5,-23.5 + - pos: -44.5,-23.5 parent: 34 + type: Transform - uid: 12417 components: - - type: Transform - pos: 31.5,-3.5 - parent: 34 - - uid: 12465 - components: - - type: Transform - pos: -45.5,-12.5 - parent: 34 - - uid: 12467 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 34 - - uid: 12493 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 34 - - uid: 12516 - components: - - type: Transform - pos: -47.5,-12.5 + - pos: 31.5,-3.5 parent: 34 + type: Transform - uid: 12534 components: - - type: Transform - pos: 36.5,-19.5 + - pos: 36.5,-19.5 parent: 34 + type: Transform - uid: 12598 components: - - type: Transform - pos: -49.5,-12.5 + - pos: -49.5,-12.5 parent: 34 + type: Transform - uid: 12637 components: - - type: Transform - pos: -50.5,-12.5 + - pos: -50.5,-12.5 parent: 34 + type: Transform - uid: 12643 components: - - type: Transform - pos: -51.5,-12.5 + - pos: -51.5,-12.5 parent: 34 + type: Transform - uid: 12644 components: - - type: Transform - pos: -52.5,-12.5 - parent: 34 - - uid: 12716 - components: - - type: Transform - pos: -53.5,-12.5 + - pos: -52.5,-12.5 parent: 34 + type: Transform - uid: 12955 components: - - type: Transform - pos: 30.5,-3.5 + - pos: 30.5,-3.5 parent: 34 + type: Transform - uid: 12956 components: - - type: Transform - pos: 29.5,-3.5 + - pos: 29.5,-3.5 parent: 34 + type: Transform - uid: 12957 components: - - type: Transform - pos: 27.5,-3.5 + - pos: 27.5,-3.5 parent: 34 + type: Transform - uid: 12958 components: - - type: Transform - pos: 28.5,-3.5 + - pos: 28.5,-3.5 parent: 34 + type: Transform - uid: 12959 components: - - type: Transform - pos: 26.5,-3.5 + - pos: 26.5,-3.5 parent: 34 + type: Transform - uid: 12960 components: - - type: Transform - pos: 25.5,-3.5 + - pos: 25.5,-3.5 parent: 34 + type: Transform - uid: 12961 components: - - type: Transform - pos: 24.5,-3.5 + - pos: 24.5,-3.5 parent: 34 + type: Transform - uid: 12962 components: - - type: Transform - pos: 23.5,-3.5 + - pos: 23.5,-3.5 parent: 34 + type: Transform - proto: CableTerminal entities: - uid: 1127 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -33.5,-32.5 parent: 34 + type: Transform - uid: 1128 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-32.5 parent: 34 + type: Transform - uid: 1129 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-32.5 parent: 34 + type: Transform - uid: 5390 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 33.5,-45.5 parent: 34 + type: Transform - uid: 5581 components: - - type: Transform - pos: -27.5,5.5 + - pos: -27.5,5.5 parent: 34 + type: Transform - uid: 7379 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-30.5 parent: 34 + type: Transform - uid: 11440 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-29.5 parent: 34 + type: Transform - proto: Carpet entities: - uid: 2192 components: - - type: Transform - pos: -42.5,-6.5 + - pos: -42.5,-6.5 parent: 34 + type: Transform - uid: 2193 components: - - type: Transform - pos: -42.5,-5.5 + - pos: -42.5,-5.5 parent: 34 + type: Transform - uid: 2194 components: - - type: Transform - pos: -42.5,-4.5 + - pos: -42.5,-4.5 parent: 34 + type: Transform - uid: 5811 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,8.5 parent: 34 + type: Transform - uid: 5935 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,8.5 parent: 34 + type: Transform - uid: 7710 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-9.5 parent: 34 + type: Transform - uid: 10830 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-10.5 parent: 34 + type: Transform - uid: 10831 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-10.5 parent: 34 + type: Transform - uid: 10893 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-9.5 parent: 34 + type: Transform - proto: CarpetBlack entities: - uid: 781 components: - - type: Transform - pos: 8.5,-3.5 + - pos: 8.5,-3.5 parent: 34 + type: Transform - uid: 782 components: - - type: Transform - pos: 8.5,-4.5 + - pos: 8.5,-4.5 parent: 34 + type: Transform - uid: 783 components: - - type: Transform - pos: 9.5,-4.5 + - pos: 9.5,-4.5 parent: 34 + type: Transform - uid: 784 components: - - type: Transform - pos: 9.5,-3.5 + - pos: 9.5,-3.5 parent: 34 + type: Transform - uid: 2225 components: - - type: Transform - pos: -45.5,-3.5 + - pos: -45.5,-3.5 parent: 34 + type: Transform - uid: 2226 components: - - type: Transform - pos: -45.5,-4.5 + - pos: -45.5,-4.5 parent: 34 + type: Transform - uid: 2257 components: - - type: Transform - pos: -50.5,-7.5 + - pos: -50.5,-7.5 parent: 34 + type: Transform - uid: 2258 components: - - type: Transform - pos: -49.5,-7.5 + - pos: -49.5,-7.5 parent: 34 + type: Transform - uid: 2629 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,6.5 parent: 34 + type: Transform - uid: 2630 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 9.5,6.5 parent: 34 + type: Transform - uid: 3936 components: - - type: Transform - pos: 14.5,-33.5 + - pos: 14.5,-33.5 parent: 34 + type: Transform - uid: 3937 components: - - type: Transform - pos: 14.5,-34.5 + - pos: 14.5,-34.5 parent: 34 + type: Transform - uid: 3938 components: - - type: Transform - pos: 16.5,-33.5 + - pos: 16.5,-33.5 parent: 34 + type: Transform - uid: 3939 components: - - type: Transform - pos: 16.5,-34.5 + - pos: 16.5,-34.5 parent: 34 + type: Transform - uid: 4845 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 48.5,-0.5 parent: 34 + type: Transform - uid: 4852 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 48.5,0.5 parent: 34 + type: Transform - uid: 4855 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 47.5,0.5 parent: 34 + type: Transform - uid: 4856 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 49.5,0.5 parent: 34 + type: Transform - uid: 4954 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 49.5,-0.5 parent: 34 + type: Transform - uid: 4956 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 47.5,-0.5 parent: 34 + type: Transform - uid: 5539 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,5.5 parent: 34 + type: Transform - uid: 6125 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,5.5 parent: 34 + type: Transform - uid: 11213 components: - - type: Transform - pos: 21.5,12.5 + - pos: 21.5,12.5 parent: 34 + type: Transform - uid: 11214 components: - - type: Transform - pos: 20.5,12.5 + - pos: 20.5,12.5 parent: 34 + type: Transform - proto: CarpetBlue entities: - uid: 4274 components: - - type: Transform - pos: 25.5,-27.5 + - pos: 25.5,-27.5 parent: 34 + type: Transform - uid: 4275 components: - - type: Transform - pos: 24.5,-27.5 + - pos: 24.5,-27.5 parent: 34 + type: Transform - proto: CarpetChapel entities: - uid: 2261 components: - - type: Transform - pos: -27.5,-17.5 + - pos: -27.5,-17.5 parent: 34 + type: Transform - uid: 2262 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-16.5 parent: 34 + type: Transform - uid: 2263 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-16.5 parent: 34 + type: Transform - uid: 2264 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-17.5 parent: 34 + type: Transform - uid: 3349 components: - - type: Transform - pos: -27.5,-19.5 + - pos: -27.5,-19.5 parent: 34 + type: Transform - uid: 3350 components: - - type: Transform - pos: -27.5,-15.5 + - pos: -27.5,-15.5 parent: 34 + type: Transform - uid: 3351 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-19.5 parent: 34 + type: Transform - uid: 3352 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-15.5 parent: 34 + type: Transform - uid: 3353 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-18.5 parent: 34 + type: Transform - uid: 3354 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-14.5 parent: 34 + type: Transform - uid: 3355 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-14.5 parent: 34 + type: Transform - uid: 3356 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-18.5 parent: 34 + type: Transform - proto: CarpetGreen entities: - uid: 1957 components: - - type: Transform - pos: -18.5,-19.5 + - pos: -18.5,-19.5 parent: 34 + type: Transform - uid: 1972 components: - - type: Transform - pos: -17.5,-18.5 + - pos: -17.5,-18.5 parent: 34 + type: Transform - uid: 1973 components: - - type: Transform - pos: -18.5,-18.5 + - pos: -18.5,-18.5 parent: 34 + type: Transform - uid: 1975 components: - - type: Transform - pos: -17.5,-19.5 + - pos: -17.5,-19.5 parent: 34 + type: Transform - uid: 2540 components: - - type: Transform - pos: 17.5,-37.5 + - pos: 17.5,-37.5 parent: 34 + type: Transform - uid: 4399 components: - - type: Transform - pos: 16.5,-37.5 + - pos: 16.5,-37.5 parent: 34 + type: Transform - uid: 4400 components: - - type: Transform - pos: 15.5,-37.5 + - pos: 15.5,-37.5 parent: 34 + type: Transform - uid: 4401 components: - - type: Transform - pos: 14.5,-37.5 + - pos: 14.5,-37.5 parent: 34 + type: Transform - proto: CarpetOrange entities: - uid: 2341 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-30.5 parent: 34 + type: Transform - uid: 2475 components: - - type: Transform - pos: -26.5,-30.5 + - pos: -26.5,-30.5 parent: 34 + type: Transform - uid: 3187 components: - - type: Transform - pos: -26.5,-31.5 + - pos: -26.5,-31.5 parent: 34 + type: Transform - uid: 4454 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-31.5 parent: 34 + type: Transform - uid: 4601 components: - - type: Transform - pos: 48.5,-6.5 + - pos: 48.5,-6.5 parent: 34 + type: Transform - uid: 4657 components: - - type: Transform - pos: 48.5,-7.5 + - pos: 48.5,-7.5 parent: 34 + type: Transform - proto: CarpetPink entities: - uid: 4743 components: - - type: Transform - pos: 39.5,-6.5 + - pos: 39.5,-6.5 parent: 34 + type: Transform - uid: 5847 components: - - type: Transform - pos: -51.5,1.5 + - pos: -51.5,1.5 parent: 34 + type: Transform - uid: 5853 components: - - type: Transform - pos: -51.5,2.5 + - pos: -51.5,2.5 parent: 34 + type: Transform - proto: CarpetPurple entities: - uid: 5854 components: - - type: Transform - pos: -46.5,1.5 + - pos: -46.5,1.5 parent: 34 + type: Transform - uid: 5855 components: - - type: Transform - pos: -45.5,1.5 + - pos: -45.5,1.5 parent: 34 + type: Transform - uid: 6080 components: - - type: Transform - pos: -29.5,-16.5 + - pos: -29.5,-16.5 parent: 34 + type: Transform - uid: 6081 components: - - type: Transform - pos: -29.5,-15.5 + - pos: -29.5,-15.5 parent: 34 + type: Transform - uid: 6083 components: - - type: Transform - pos: -29.5,-17.5 + - pos: -29.5,-17.5 parent: 34 + type: Transform - uid: 6084 components: - - type: Transform - pos: -24.5,-15.5 + - pos: -24.5,-15.5 parent: 34 + type: Transform - uid: 6085 components: - - type: Transform - pos: -24.5,-16.5 + - pos: -24.5,-16.5 parent: 34 + type: Transform - uid: 6086 components: - - type: Transform - pos: -24.5,-17.5 + - pos: -24.5,-17.5 parent: 34 + type: Transform - uid: 10946 components: - - type: Transform - pos: -34.5,-5.5 + - pos: -34.5,-5.5 parent: 34 + type: Transform - uid: 10948 components: - - type: Transform - pos: -35.5,-5.5 + - pos: -35.5,-5.5 parent: 34 + type: Transform - proto: CarpetSBlue entities: - uid: 4315 components: - - type: Transform - pos: 38.5,-31.5 + - pos: 38.5,-31.5 parent: 34 + type: Transform - uid: 4449 components: - - type: Transform - pos: 41.5,-31.5 + - pos: 41.5,-31.5 parent: 34 + type: Transform - uid: 5022 components: - - type: Transform - pos: 39.5,-31.5 + - pos: 39.5,-31.5 parent: 34 + type: Transform - uid: 5023 components: - - type: Transform - pos: 37.5,-31.5 + - pos: 37.5,-31.5 parent: 34 + type: Transform - uid: 5025 components: - - type: Transform - pos: 40.5,-31.5 + - pos: 40.5,-31.5 parent: 34 + type: Transform - uid: 5517 components: - - type: Transform - pos: 36.5,-41.5 + - pos: 36.5,-41.5 parent: 34 + type: Transform - uid: 5518 components: - - type: Transform - pos: 36.5,-40.5 + - pos: 36.5,-40.5 parent: 34 + type: Transform - uid: 5519 components: - - type: Transform - pos: 36.5,-39.5 + - pos: 36.5,-39.5 parent: 34 + type: Transform - uid: 5520 components: - - type: Transform - pos: 35.5,-40.5 + - pos: 35.5,-40.5 parent: 34 + type: Transform - uid: 5521 components: - - type: Transform - pos: 37.5,-40.5 + - pos: 37.5,-40.5 parent: 34 + type: Transform - uid: 5522 components: - - type: Transform - pos: 37.5,-41.5 + - pos: 37.5,-41.5 parent: 34 + type: Transform - uid: 5523 components: - - type: Transform - pos: 35.5,-39.5 + - pos: 35.5,-39.5 parent: 34 + type: Transform - proto: Catwalk entities: - uid: 18 components: - - type: Transform - pos: -2.5,-53.5 + - pos: -2.5,-53.5 parent: 34 + type: Transform - uid: 20 components: - - type: Transform - pos: 5.5,-53.5 + - pos: 5.5,-53.5 parent: 34 + type: Transform - uid: 22 components: - - type: Transform - pos: -1.5,-53.5 + - pos: -1.5,-53.5 parent: 34 + type: Transform - uid: 26 components: - - type: Transform - pos: 4.5,-53.5 + - pos: 4.5,-53.5 parent: 34 + type: Transform - uid: 50 components: - - type: Transform - pos: 6.5,-53.5 + - pos: 6.5,-53.5 parent: 34 + type: Transform - uid: 57 components: - - type: Transform - pos: -41.5,-37.5 + - pos: -41.5,-37.5 parent: 34 + type: Transform - uid: 66 components: - - type: Transform - pos: -40.5,-36.5 + - pos: -40.5,-36.5 parent: 34 + type: Transform - uid: 76 components: - - type: Transform - pos: -2.5,-52.5 + - pos: -2.5,-52.5 parent: 34 + type: Transform - uid: 90 components: - - type: Transform - pos: -3.5,-53.5 + - pos: -3.5,-53.5 parent: 34 + type: Transform - uid: 93 components: - - type: Transform - pos: -43.5,-38.5 + - pos: -43.5,-38.5 parent: 34 + type: Transform - uid: 104 components: - - type: Transform - pos: -42.5,-39.5 + - pos: -42.5,-39.5 parent: 34 + type: Transform - uid: 105 components: - - type: Transform - pos: -42.5,-38.5 + - pos: -42.5,-38.5 parent: 34 + type: Transform - uid: 114 components: - - type: Transform - pos: 5.5,-52.5 + - pos: 5.5,-52.5 parent: 34 + type: Transform - uid: 120 components: - - type: Transform - pos: -29.5,-57.5 + - pos: -29.5,-57.5 parent: 34 + type: Transform - uid: 121 components: - - type: Transform - pos: -42.5,-37.5 + - pos: -42.5,-37.5 parent: 34 + type: Transform - uid: 123 components: - - type: Transform - pos: -40.5,-37.5 + - pos: -40.5,-37.5 parent: 34 + type: Transform - uid: 176 components: - - type: Transform - pos: 39.5,-23.5 + - pos: 39.5,-23.5 parent: 34 + type: Transform - uid: 396 components: - - type: Transform - pos: 5.5,-14.5 + - pos: 5.5,-14.5 + parent: 34 + type: Transform + - uid: 690 + components: + - pos: -54.5,-19.5 parent: 34 + type: Transform - uid: 723 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-43.5 parent: 34 + type: Transform - uid: 914 components: - - type: Transform - pos: -30.5,-3.5 + - pos: -30.5,-3.5 parent: 34 + type: Transform - uid: 937 components: - - type: Transform - pos: -31.5,-4.5 + - pos: -31.5,-4.5 parent: 34 + type: Transform - uid: 940 components: - - type: Transform - pos: -31.5,-3.5 + - pos: -31.5,-3.5 parent: 34 + type: Transform - uid: 943 components: - - type: Transform - pos: -31.5,-5.5 + - pos: -31.5,-5.5 parent: 34 + type: Transform - uid: 947 components: - - type: Transform - pos: -26.5,-3.5 + - pos: -26.5,-3.5 parent: 34 + type: Transform - uid: 948 components: - - type: Transform - pos: -26.5,-4.5 + - pos: -26.5,-4.5 parent: 34 + type: Transform - uid: 949 components: - - type: Transform - pos: -26.5,-5.5 + - pos: -26.5,-5.5 parent: 34 + type: Transform - uid: 950 components: - - type: Transform - pos: -26.5,-7.5 + - pos: -26.5,-7.5 parent: 34 + type: Transform - uid: 951 components: - - type: Transform - pos: -26.5,-8.5 + - pos: -26.5,-8.5 parent: 34 + type: Transform - uid: 952 components: - - type: Transform - pos: -25.5,-7.5 + - pos: -25.5,-7.5 parent: 34 + type: Transform - uid: 953 components: - - type: Transform - pos: -25.5,-8.5 + - pos: -25.5,-8.5 parent: 34 + type: Transform - uid: 961 components: - - type: Transform - pos: -30.5,-5.5 + - pos: -30.5,-5.5 parent: 34 + type: Transform - uid: 1031 components: - - type: Transform - pos: 5.5,-15.5 + - pos: 5.5,-15.5 parent: 34 + type: Transform - uid: 1086 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,10.5 parent: 34 + type: Transform - uid: 1142 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-32.5 parent: 34 + type: Transform - uid: 1189 components: - - type: Transform - pos: -37.5,-36.5 + - pos: -37.5,-36.5 parent: 34 + type: Transform - uid: 1228 components: - - type: Transform - pos: -31.5,-32.5 + - pos: -31.5,-32.5 parent: 34 + type: Transform - uid: 1229 components: - - type: Transform - pos: -32.5,-32.5 + - pos: -32.5,-32.5 parent: 34 + type: Transform - uid: 1230 components: - - type: Transform - pos: -33.5,-32.5 + - pos: -33.5,-32.5 parent: 34 + type: Transform - uid: 1242 components: - - type: Transform - pos: -38.5,-36.5 + - pos: -38.5,-36.5 parent: 34 + type: Transform - uid: 1278 components: - - type: Transform - pos: -39.5,-29.5 + - pos: -39.5,-29.5 parent: 34 + type: Transform - uid: 1300 components: - - type: Transform - pos: 36.5,-13.5 + - pos: 36.5,-13.5 parent: 34 + type: Transform - uid: 1321 components: - - type: Transform - pos: -34.5,-29.5 + - pos: -34.5,-29.5 parent: 34 + type: Transform - uid: 1327 components: - - type: Transform - pos: -34.5,-30.5 + - pos: -34.5,-30.5 parent: 34 + type: Transform - uid: 1459 components: - - type: Transform - pos: -41.5,-40.5 + - pos: -41.5,-40.5 parent: 34 + type: Transform - uid: 1607 components: - - type: Transform - pos: -43.5,-34.5 + - pos: -43.5,-34.5 parent: 34 + type: Transform - uid: 1610 components: - - type: Transform - pos: -48.5,-42.5 + - pos: -48.5,-42.5 parent: 34 + type: Transform - uid: 1611 components: - - type: Transform - pos: -49.5,-42.5 + - pos: -49.5,-42.5 parent: 34 + type: Transform - uid: 1612 components: - - type: Transform - pos: -50.5,-42.5 + - pos: -50.5,-42.5 parent: 34 + type: Transform - uid: 1615 components: - - type: Transform - pos: -45.5,-42.5 + - pos: -45.5,-42.5 parent: 34 + type: Transform - uid: 1616 components: - - type: Transform - pos: -44.5,-42.5 + - pos: -44.5,-42.5 parent: 34 + type: Transform - uid: 1620 components: - - type: Transform - pos: -44.5,-43.5 + - pos: -44.5,-43.5 parent: 34 + type: Transform - uid: 1621 components: - - type: Transform - pos: -44.5,-44.5 + - pos: -44.5,-44.5 parent: 34 + type: Transform - uid: 1622 components: - - type: Transform - pos: -44.5,-45.5 + - pos: -44.5,-45.5 parent: 34 + type: Transform - uid: 1623 components: - - type: Transform - pos: -44.5,-46.5 + - pos: -44.5,-46.5 parent: 34 + type: Transform - uid: 1624 components: - - type: Transform - pos: -44.5,-47.5 + - pos: -44.5,-47.5 parent: 34 + type: Transform - uid: 1625 components: - - type: Transform - pos: -44.5,-48.5 + - pos: -44.5,-48.5 parent: 34 + type: Transform - uid: 1626 components: - - type: Transform - pos: -44.5,-49.5 + - pos: -44.5,-49.5 parent: 34 + type: Transform - uid: 1635 components: - - type: Transform - pos: -43.5,-42.5 + - pos: -43.5,-42.5 parent: 34 + type: Transform - uid: 1636 components: - - type: Transform - pos: -42.5,-43.5 + - pos: -42.5,-43.5 parent: 34 + type: Transform - uid: 1637 components: - - type: Transform - pos: -42.5,-44.5 + - pos: -42.5,-44.5 parent: 34 + type: Transform - uid: 1638 components: - - type: Transform - pos: -42.5,-45.5 + - pos: -42.5,-45.5 parent: 34 + type: Transform - uid: 1639 components: - - type: Transform - pos: -42.5,-46.5 + - pos: -42.5,-46.5 parent: 34 + type: Transform - uid: 1640 components: - - type: Transform - pos: -52.5,-42.5 + - pos: -52.5,-42.5 parent: 34 + type: Transform - uid: 1650 components: - - type: Transform - pos: -43.5,-48.5 + - pos: -43.5,-48.5 parent: 34 + type: Transform - uid: 1651 components: - - type: Transform - pos: -42.5,-48.5 + - pos: -42.5,-48.5 parent: 34 + type: Transform - uid: 1652 components: - - type: Transform - pos: -43.5,-46.5 + - pos: -43.5,-46.5 parent: 34 + type: Transform - uid: 1658 components: - - type: Transform - pos: -52.5,-43.5 + - pos: -52.5,-43.5 parent: 34 + type: Transform - uid: 1724 components: - - type: Transform - pos: -41.5,-44.5 + - pos: -41.5,-44.5 parent: 34 + type: Transform - uid: 1725 components: - - type: Transform - pos: -41.5,-46.5 + - pos: -41.5,-46.5 parent: 34 + type: Transform - uid: 1726 components: - - type: Transform - pos: -41.5,-42.5 + - pos: -41.5,-42.5 parent: 34 + type: Transform - uid: 1750 components: - - type: Transform - pos: -40.5,-33.5 + - pos: -40.5,-33.5 parent: 34 + type: Transform - uid: 1752 components: - - type: Transform - pos: -39.5,-33.5 + - pos: -39.5,-33.5 parent: 34 + type: Transform - uid: 1754 components: - - type: Transform - pos: -38.5,-33.5 + - pos: -38.5,-33.5 parent: 34 + type: Transform - uid: 1756 components: - - type: Transform - pos: -37.5,-33.5 + - pos: -37.5,-33.5 parent: 34 + type: Transform - uid: 1757 components: - - type: Transform - pos: -38.5,-32.5 + - pos: -38.5,-32.5 parent: 34 + type: Transform - uid: 1758 components: - - type: Transform - pos: -39.5,-32.5 + - pos: -39.5,-32.5 parent: 34 + type: Transform - uid: 1759 components: - - type: Transform - pos: -39.5,-31.5 + - pos: -39.5,-31.5 parent: 34 + type: Transform - uid: 1760 components: - - type: Transform - pos: -38.5,-31.5 + - pos: -38.5,-31.5 parent: 34 + type: Transform - uid: 1761 components: - - type: Transform - pos: -38.5,-30.5 + - pos: -38.5,-30.5 parent: 34 + type: Transform - uid: 1762 components: - - type: Transform - pos: -39.5,-30.5 + - pos: -39.5,-30.5 parent: 34 + type: Transform - uid: 1763 components: - - type: Transform - pos: -40.5,-30.5 + - pos: -40.5,-30.5 parent: 34 + type: Transform - uid: 1764 components: - - type: Transform - pos: -37.5,-30.5 + - pos: -37.5,-30.5 parent: 34 + type: Transform - uid: 1776 components: - - type: Transform - pos: -42.5,-41.5 + - pos: -42.5,-41.5 parent: 34 + type: Transform - uid: 1824 components: - - type: Transform - pos: 36.5,-14.5 + - pos: 36.5,-14.5 parent: 34 + type: Transform - uid: 1834 components: - - type: Transform - pos: -42.5,-30.5 + - pos: -42.5,-30.5 parent: 34 + type: Transform - uid: 1835 components: - - type: Transform - pos: -43.5,-30.5 + - pos: -43.5,-30.5 parent: 34 + type: Transform - uid: 1836 components: - - type: Transform - pos: -44.5,-30.5 + - pos: -44.5,-30.5 parent: 34 + type: Transform - uid: 1837 components: - - type: Transform - pos: -45.5,-30.5 + - pos: -45.5,-30.5 parent: 34 + type: Transform - uid: 1838 components: - - type: Transform - pos: -45.5,-31.5 + - pos: -45.5,-31.5 parent: 34 + type: Transform - uid: 1860 components: - - type: Transform - pos: -42.5,-40.5 + - pos: -42.5,-40.5 parent: 34 + type: Transform - uid: 1861 components: - - type: Transform - pos: -43.5,-40.5 + - pos: -43.5,-40.5 parent: 34 + type: Transform - uid: 1894 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-34.5 parent: 34 + type: Transform - uid: 1905 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-30.5 parent: 34 + type: Transform + - uid: 2084 + components: + - pos: -54.5,-16.5 + parent: 34 + type: Transform - uid: 2214 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-35.5 parent: 34 + type: Transform - uid: 2358 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,10.5 parent: 34 + type: Transform - uid: 2388 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 7.5,10.5 parent: 34 + type: Transform - uid: 2399 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-33.5 parent: 34 + type: Transform - uid: 2412 components: - - type: Transform - pos: -29.5,-56.5 - parent: 34 - - uid: 2423 - components: - - type: Transform - pos: -47.5,-14.5 + - pos: -29.5,-56.5 parent: 34 + type: Transform - uid: 2437 components: - - type: Transform - pos: -34.5,-31.5 + - pos: -34.5,-31.5 parent: 34 + type: Transform - uid: 2438 components: - - type: Transform - pos: -34.5,-32.5 + - pos: -34.5,-32.5 parent: 34 + type: Transform - uid: 2440 components: - - type: Transform - pos: -35.5,-29.5 + - pos: -35.5,-29.5 parent: 34 + type: Transform - uid: 2441 components: - - type: Transform - pos: -35.5,-30.5 + - pos: -35.5,-30.5 parent: 34 + type: Transform - uid: 2442 components: - - type: Transform - pos: -35.5,-31.5 + - pos: -35.5,-31.5 parent: 34 + type: Transform - uid: 2443 components: - - type: Transform - pos: -35.5,-32.5 + - pos: -35.5,-32.5 parent: 34 + type: Transform - uid: 2444 components: - - type: Transform - pos: -35.5,-33.5 + - pos: -35.5,-33.5 parent: 34 + type: Transform - uid: 2445 components: - - type: Transform - pos: -34.5,-34.5 + - pos: -34.5,-34.5 parent: 34 + type: Transform - uid: 2446 components: - - type: Transform - pos: -33.5,-34.5 + - pos: -33.5,-34.5 parent: 34 + type: Transform - uid: 2447 components: - - type: Transform - pos: -32.5,-34.5 + - pos: -32.5,-34.5 parent: 34 + type: Transform - uid: 2448 components: - - type: Transform - pos: -31.5,-34.5 + - pos: -31.5,-34.5 parent: 34 + type: Transform - uid: 2449 components: - - type: Transform - pos: -30.5,-34.5 + - pos: -30.5,-34.5 parent: 34 + type: Transform - uid: 2452 components: - - type: Transform - pos: -34.5,-37.5 + - pos: -34.5,-37.5 parent: 34 + type: Transform - uid: 2453 components: - - type: Transform - pos: -34.5,-38.5 + - pos: -34.5,-38.5 parent: 34 + type: Transform - uid: 2454 components: - - type: Transform - pos: -34.5,-39.5 + - pos: -34.5,-39.5 parent: 34 + type: Transform - uid: 2455 components: - - type: Transform - pos: -34.5,-40.5 + - pos: -34.5,-40.5 parent: 34 + type: Transform - uid: 2457 components: - - type: Transform - pos: -33.5,-40.5 + - pos: -33.5,-40.5 parent: 34 + type: Transform - uid: 2458 components: - - type: Transform - pos: -32.5,-40.5 + - pos: -32.5,-40.5 parent: 34 + type: Transform - uid: 2459 components: - - type: Transform - pos: -31.5,-40.5 + - pos: -31.5,-40.5 parent: 34 + type: Transform - uid: 2460 components: - - type: Transform - pos: -30.5,-40.5 + - pos: -30.5,-40.5 parent: 34 + type: Transform - uid: 2461 components: - - type: Transform - pos: -30.5,-39.5 + - pos: -30.5,-39.5 parent: 34 + type: Transform - uid: 2462 components: - - type: Transform - pos: -30.5,-38.5 + - pos: -30.5,-38.5 parent: 34 + type: Transform - uid: 2463 components: - - type: Transform - pos: -30.5,-37.5 + - pos: -30.5,-37.5 parent: 34 + type: Transform - uid: 2464 components: - - type: Transform - pos: -30.5,-36.5 + - pos: -30.5,-36.5 parent: 34 + type: Transform - uid: 2465 components: - - type: Transform - pos: -30.5,-35.5 + - pos: -30.5,-35.5 parent: 34 + type: Transform - uid: 2466 components: - - type: Transform - pos: -30.5,-33.5 + - pos: -30.5,-33.5 parent: 34 + type: Transform - uid: 2467 components: - - type: Transform - pos: -30.5,-32.5 + - pos: -30.5,-32.5 parent: 34 + type: Transform - uid: 2468 components: - - type: Transform - pos: -30.5,-31.5 + - pos: -30.5,-31.5 parent: 34 + type: Transform - uid: 2470 components: - - type: Transform - pos: -30.5,-29.5 + - pos: -30.5,-29.5 parent: 34 + type: Transform - uid: 2471 components: - - type: Transform - pos: -31.5,-30.5 + - pos: -31.5,-30.5 parent: 34 + type: Transform - uid: 2472 components: - - type: Transform - pos: -32.5,-30.5 + - pos: -32.5,-30.5 parent: 34 + type: Transform - uid: 2473 components: - - type: Transform - pos: -33.5,-30.5 + - pos: -33.5,-30.5 parent: 34 + type: Transform - uid: 2481 components: - - type: Transform - pos: -35.5,-35.5 + - pos: -35.5,-35.5 parent: 34 + type: Transform - uid: 2482 components: - - type: Transform - pos: -34.5,-35.5 + - pos: -34.5,-35.5 parent: 34 + type: Transform - uid: 2490 components: - - type: Transform - pos: -33.5,-46.5 + - pos: -33.5,-46.5 parent: 34 + type: Transform - uid: 2495 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,11.5 parent: 34 + type: Transform - uid: 2520 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,10.5 parent: 34 + type: Transform - uid: 2528 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,10.5 parent: 34 + type: Transform - uid: 2555 components: - - type: Transform - pos: -39.5,-36.5 + - pos: -39.5,-36.5 parent: 34 + type: Transform - uid: 2563 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -2.5,10.5 parent: 34 + type: Transform + - uid: 2574 + components: + - pos: -54.5,-21.5 + parent: 34 + type: Transform - uid: 2584 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-42.5 parent: 34 + type: Transform + - uid: 2591 + components: + - pos: -46.5,-21.5 + parent: 34 + type: Transform + - uid: 2593 + components: + - pos: -50.5,-21.5 + parent: 34 + type: Transform + - uid: 2595 + components: + - pos: -51.5,-21.5 + parent: 34 + type: Transform + - uid: 2596 + components: + - pos: -52.5,-21.5 + parent: 34 + type: Transform + - uid: 2610 + components: + - pos: -53.5,-21.5 + parent: 34 + type: Transform + - uid: 2612 + components: + - pos: -54.5,-17.5 + parent: 34 + type: Transform + - uid: 2624 + components: + - pos: -45.5,-21.5 + parent: 34 + type: Transform + - uid: 2625 + components: + - pos: -54.5,-14.5 + parent: 34 + type: Transform + - uid: 2626 + components: + - pos: -54.5,-15.5 + parent: 34 + type: Transform + - uid: 2627 + components: + - pos: -47.5,-21.5 + parent: 34 + type: Transform - uid: 2634 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,10.5 parent: 34 + type: Transform - uid: 2635 components: - - type: Transform - pos: 36.5,-9.5 + - pos: 36.5,-9.5 parent: 34 + type: Transform - uid: 2645 components: - - type: Transform - pos: 36.5,-8.5 + - pos: 36.5,-8.5 parent: 34 + type: Transform - uid: 2646 components: - - type: Transform - pos: 36.5,-7.5 + - pos: 36.5,-7.5 parent: 34 + type: Transform - uid: 2647 components: - - type: Transform - pos: 36.5,-6.5 + - pos: 36.5,-6.5 + parent: 34 + type: Transform + - uid: 2665 + components: + - pos: -48.5,-21.5 parent: 34 + type: Transform - uid: 2671 components: - - type: Transform - pos: -37.5,-58.5 + - pos: -37.5,-58.5 parent: 34 + type: Transform - uid: 2674 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-44.5 parent: 34 + type: Transform - uid: 2707 components: - - type: Transform - pos: 36.5,-10.5 + - pos: 36.5,-10.5 parent: 34 + type: Transform - uid: 2744 components: - - type: Transform - pos: -21.5,-18.5 + - pos: -21.5,-18.5 parent: 34 + type: Transform - uid: 2745 components: - - type: Transform - pos: -21.5,-17.5 + - pos: -21.5,-17.5 parent: 34 + type: Transform - uid: 2746 components: - - type: Transform - pos: -21.5,-16.5 + - pos: -21.5,-16.5 parent: 34 + type: Transform - uid: 2747 components: - - type: Transform - pos: -21.5,-15.5 + - pos: -21.5,-15.5 parent: 34 + type: Transform - uid: 2748 components: - - type: Transform - pos: -21.5,-14.5 + - pos: -21.5,-14.5 parent: 34 + type: Transform - uid: 2749 components: - - type: Transform - pos: -21.5,-13.5 + - pos: -21.5,-13.5 parent: 34 + type: Transform - uid: 2751 components: - - type: Transform - pos: -21.5,-11.5 + - pos: -21.5,-11.5 parent: 34 + type: Transform - uid: 2752 components: - - type: Transform - pos: -22.5,-11.5 + - pos: -22.5,-11.5 parent: 34 + type: Transform - uid: 2753 components: - - type: Transform - pos: -22.5,-10.5 + - pos: -22.5,-10.5 parent: 34 + type: Transform - uid: 2754 components: - - type: Transform - pos: -23.5,-10.5 + - pos: -23.5,-10.5 parent: 34 + type: Transform - uid: 2755 components: - - type: Transform - pos: -22.5,-9.5 + - pos: -22.5,-9.5 parent: 34 + type: Transform - uid: 2756 components: - - type: Transform - pos: -22.5,-8.5 + - pos: -22.5,-8.5 parent: 34 + type: Transform - uid: 2757 components: - - type: Transform - pos: -22.5,-7.5 + - pos: -22.5,-7.5 parent: 34 + type: Transform - uid: 2758 components: - - type: Transform - pos: -22.5,-6.5 + - pos: -22.5,-6.5 parent: 34 + type: Transform - uid: 2759 components: - - type: Transform - pos: -22.5,-5.5 + - pos: -22.5,-5.5 parent: 34 + type: Transform - uid: 2760 components: - - type: Transform - pos: -22.5,-4.5 + - pos: -22.5,-4.5 parent: 34 + type: Transform - uid: 2761 components: - - type: Transform - pos: -22.5,-3.5 + - pos: -22.5,-3.5 parent: 34 + type: Transform - uid: 2806 components: - - type: Transform - pos: 0.5,-15.5 + - pos: 0.5,-15.5 parent: 34 + type: Transform - uid: 3198 components: - - type: Transform - pos: -33.5,-42.5 + - pos: -33.5,-42.5 parent: 34 + type: Transform - uid: 3199 components: - - type: Transform - pos: -33.5,-43.5 + - pos: -33.5,-43.5 parent: 34 + type: Transform - uid: 3202 components: - - type: Transform - pos: -32.5,-43.5 + - pos: -32.5,-43.5 parent: 34 + type: Transform - uid: 3203 components: - - type: Transform - pos: -33.5,-44.5 + - pos: -33.5,-44.5 parent: 34 + type: Transform - uid: 3220 components: - - type: Transform - pos: -33.5,-47.5 + - pos: -33.5,-47.5 parent: 34 + type: Transform - uid: 3228 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,10.5 parent: 34 + type: Transform - uid: 3252 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -2.5,11.5 parent: 34 + type: Transform - uid: 3263 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,10.5 parent: 34 + type: Transform - uid: 3265 components: - - type: Transform - pos: -33.5,-48.5 + - pos: -33.5,-48.5 parent: 34 + type: Transform - uid: 3432 components: - - type: Transform - pos: -1.5,-14.5 + - pos: -1.5,-14.5 parent: 34 + type: Transform - uid: 3433 components: - - type: Transform - pos: -0.5,-14.5 + - pos: -0.5,-14.5 parent: 34 + type: Transform - uid: 3434 components: - - type: Transform - pos: 0.5,-14.5 + - pos: 0.5,-14.5 parent: 34 + type: Transform - uid: 3435 components: - - type: Transform - pos: 1.5,-14.5 + - pos: 1.5,-14.5 parent: 34 + type: Transform - uid: 3436 components: - - type: Transform - pos: 2.5,-14.5 + - pos: 2.5,-14.5 parent: 34 + type: Transform - uid: 3438 components: - - type: Transform - pos: 4.5,-14.5 + - pos: 4.5,-14.5 parent: 34 + type: Transform - uid: 3461 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,10.5 parent: 34 + type: Transform - uid: 3603 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,10.5 parent: 34 + type: Transform - uid: 3775 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-44.5 parent: 34 + type: Transform - uid: 3776 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,10.5 parent: 34 + type: Transform - uid: 3784 components: - - type: Transform - pos: -35.5,-37.5 + - pos: -35.5,-37.5 parent: 34 + type: Transform - uid: 3786 components: - - type: Transform - pos: -40.5,-35.5 + - pos: -40.5,-35.5 parent: 34 + type: Transform - uid: 3787 components: - - type: Transform - pos: -41.5,-35.5 + - pos: -41.5,-35.5 parent: 34 + type: Transform - uid: 3788 components: - - type: Transform - pos: -42.5,-35.5 + - pos: -42.5,-35.5 parent: 34 + type: Transform - uid: 3789 components: - - type: Transform - pos: -42.5,-36.5 + - pos: -42.5,-36.5 parent: 34 + type: Transform - uid: 3790 components: - - type: Transform - pos: -42.5,-34.5 + - pos: -42.5,-34.5 parent: 34 + type: Transform - uid: 3791 components: - - type: Transform - pos: -46.5,-38.5 + - pos: -46.5,-38.5 parent: 34 + type: Transform - uid: 3801 components: - - type: Transform - pos: 6.5,-14.5 + - pos: 6.5,-14.5 parent: 34 + type: Transform - uid: 3802 components: - - type: Transform - pos: 7.5,-14.5 + - pos: 7.5,-14.5 parent: 34 + type: Transform - uid: 3803 components: - - type: Transform - pos: 8.5,-14.5 + - pos: 8.5,-14.5 parent: 34 + type: Transform - uid: 3804 components: - - type: Transform - pos: 8.5,-13.5 + - pos: 8.5,-13.5 parent: 34 + type: Transform - uid: 3805 components: - - type: Transform - pos: 8.5,-12.5 + - pos: 8.5,-12.5 parent: 34 + type: Transform - uid: 3806 components: - - type: Transform - pos: 9.5,-14.5 + - pos: 9.5,-14.5 parent: 34 + type: Transform - uid: 3807 components: - - type: Transform - pos: 9.5,-15.5 + - pos: 9.5,-15.5 parent: 34 + type: Transform - uid: 3808 components: - - type: Transform - pos: 9.5,-16.5 + - pos: 9.5,-16.5 parent: 34 + type: Transform - uid: 3809 components: - - type: Transform - pos: 9.5,-18.5 + - pos: 9.5,-18.5 parent: 34 + type: Transform - uid: 3810 components: - - type: Transform - pos: 9.5,-19.5 + - pos: 9.5,-19.5 parent: 34 + type: Transform - uid: 3812 components: - - type: Transform - pos: 9.5,-20.5 + - pos: 9.5,-20.5 parent: 34 + type: Transform - uid: 3819 components: - - type: Transform - pos: 8.5,-11.5 + - pos: 8.5,-11.5 parent: 34 + type: Transform - uid: 3984 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-34.5 parent: 34 + type: Transform - uid: 4017 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-43.5 parent: 34 + type: Transform - uid: 4094 components: - - type: Transform - pos: 6.5,-54.5 + - pos: 6.5,-54.5 parent: 34 + type: Transform - uid: 4095 components: - - type: Transform - pos: -1.5,-54.5 + - pos: -1.5,-54.5 parent: 34 + type: Transform - uid: 4119 components: - - type: Transform - pos: -3.5,-54.5 + - pos: -3.5,-54.5 parent: 34 + type: Transform - uid: 4120 components: - - type: Transform - pos: 4.5,-54.5 + - pos: 4.5,-54.5 parent: 34 + type: Transform - uid: 4196 components: - - type: Transform - pos: 9.5,10.5 + - pos: 9.5,10.5 parent: 34 + type: Transform - uid: 4311 components: - - type: Transform - pos: 35.5,-28.5 + - pos: 35.5,-28.5 parent: 34 + type: Transform - uid: 4312 components: - - type: Transform - pos: 36.5,-28.5 + - pos: 36.5,-28.5 parent: 34 + type: Transform - uid: 4313 components: - - type: Transform - pos: 36.5,-27.5 + - pos: 36.5,-27.5 parent: 34 + type: Transform - uid: 4320 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-32.5 parent: 34 + type: Transform - uid: 4395 components: - - type: Transform - pos: 15.5,-40.5 + - pos: 15.5,-40.5 parent: 34 + type: Transform - uid: 4498 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 36.5,-19.5 parent: 34 + type: Transform - uid: 4565 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-29.5 parent: 34 + type: Transform - uid: 4610 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-29.5 parent: 34 + type: Transform - uid: 4631 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-36.5 parent: 34 + type: Transform - uid: 4632 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-33.5 parent: 34 + type: Transform - uid: 4648 components: - - type: Transform - pos: -14.5,-30.5 + - pos: -14.5,-30.5 parent: 34 + type: Transform - uid: 4749 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-31.5 parent: 34 + type: Transform - uid: 4756 components: - - type: Transform - pos: -16.5,-30.5 + - pos: -16.5,-30.5 parent: 34 + type: Transform - uid: 4791 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -22.5,-34.5 parent: 34 + type: Transform - uid: 5066 components: - - type: Transform - pos: -30.5,14.5 + - pos: -30.5,14.5 parent: 34 + type: Transform - uid: 5068 components: - - type: Transform - pos: -30.5,11.5 + - pos: -30.5,11.5 parent: 34 + type: Transform - uid: 5069 components: - - type: Transform - pos: -30.5,12.5 + - pos: -30.5,12.5 parent: 34 + type: Transform - uid: 5070 components: - - type: Transform - pos: -30.5,13.5 + - pos: -30.5,13.5 parent: 34 + type: Transform - uid: 5071 components: - - type: Transform - pos: -28.5,8.5 + - pos: -28.5,8.5 parent: 34 + type: Transform - uid: 5240 components: - - type: Transform - pos: 10.5,10.5 + - pos: 10.5,10.5 parent: 34 + type: Transform - uid: 5247 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-43.5 parent: 34 + type: Transform - uid: 5284 components: - - type: Transform - pos: 15.5,-48.5 + - pos: 15.5,-48.5 parent: 34 + type: Transform - uid: 5285 components: - - type: Transform - pos: 16.5,-48.5 + - pos: 16.5,-48.5 parent: 34 + type: Transform - uid: 5286 components: - - type: Transform - pos: 17.5,-48.5 + - pos: 17.5,-48.5 parent: 34 + type: Transform - uid: 5287 components: - - type: Transform - pos: 18.5,-48.5 + - pos: 18.5,-48.5 parent: 34 + type: Transform - uid: 5288 components: - - type: Transform - pos: 19.5,-48.5 + - pos: 19.5,-48.5 parent: 34 + type: Transform - uid: 5289 components: - - type: Transform - pos: 20.5,-48.5 + - pos: 20.5,-48.5 parent: 34 + type: Transform - uid: 5290 components: - - type: Transform - pos: 21.5,-48.5 + - pos: 21.5,-48.5 parent: 34 + type: Transform - uid: 5291 components: - - type: Transform - pos: 22.5,-48.5 + - pos: 22.5,-48.5 parent: 34 + type: Transform - uid: 5292 components: - - type: Transform - pos: 23.5,-48.5 + - pos: 23.5,-48.5 parent: 34 + type: Transform - uid: 5293 components: - - type: Transform - pos: 24.5,-48.5 + - pos: 24.5,-48.5 parent: 34 + type: Transform - uid: 5294 components: - - type: Transform - pos: 25.5,-48.5 + - pos: 25.5,-48.5 parent: 34 + type: Transform - uid: 5295 components: - - type: Transform - pos: 26.5,-48.5 + - pos: 26.5,-48.5 parent: 34 + type: Transform - uid: 5296 components: - - type: Transform - pos: 27.5,-48.5 + - pos: 27.5,-48.5 parent: 34 + type: Transform - uid: 5297 components: - - type: Transform - pos: 28.5,-48.5 + - pos: 28.5,-48.5 parent: 34 + type: Transform - uid: 5298 components: - - type: Transform - pos: 29.5,-48.5 + - pos: 29.5,-48.5 parent: 34 + type: Transform - uid: 5299 components: - - type: Transform - pos: 30.5,-48.5 + - pos: 30.5,-48.5 parent: 34 + type: Transform - uid: 5300 components: - - type: Transform - pos: 31.5,-48.5 + - pos: 31.5,-48.5 parent: 34 + type: Transform - uid: 5301 components: - - type: Transform - pos: 32.5,-48.5 + - pos: 32.5,-48.5 parent: 34 + type: Transform - uid: 5302 components: - - type: Transform - pos: 33.5,-48.5 + - pos: 33.5,-48.5 parent: 34 + type: Transform - uid: 5304 components: - - type: Transform - pos: 17.5,-49.5 + - pos: 17.5,-49.5 parent: 34 + type: Transform - uid: 5305 components: - - type: Transform - pos: 21.5,-49.5 + - pos: 21.5,-49.5 parent: 34 + type: Transform - uid: 5306 components: - - type: Transform - pos: 25.5,-49.5 + - pos: 25.5,-49.5 parent: 34 + type: Transform - uid: 5307 components: - - type: Transform - pos: 29.5,-49.5 + - pos: 29.5,-49.5 parent: 34 + type: Transform - uid: 5308 components: - - type: Transform - pos: 33.5,-49.5 + - pos: 33.5,-49.5 parent: 34 + type: Transform - uid: 5310 components: - - type: Transform - pos: 21.5,-51.5 + - pos: 21.5,-51.5 parent: 34 + type: Transform - uid: 5311 components: - - type: Transform - pos: 21.5,-52.5 + - pos: 21.5,-52.5 parent: 34 + type: Transform - uid: 5314 components: - - type: Transform - pos: 17.5,-50.5 + - pos: 17.5,-50.5 parent: 34 + type: Transform - uid: 5315 components: - - type: Transform - pos: 17.5,-51.5 + - pos: 17.5,-51.5 parent: 34 + type: Transform - uid: 5316 components: - - type: Transform - pos: 17.5,-52.5 + - pos: 17.5,-52.5 parent: 34 + type: Transform - uid: 5319 components: - - type: Transform - pos: 25.5,-50.5 + - pos: 25.5,-50.5 parent: 34 + type: Transform - uid: 5320 components: - - type: Transform - pos: 25.5,-51.5 + - pos: 25.5,-51.5 parent: 34 + type: Transform - uid: 5321 components: - - type: Transform - pos: 25.5,-52.5 + - pos: 25.5,-52.5 parent: 34 + type: Transform - uid: 5322 components: - - type: Transform - pos: 25.5,-53.5 + - pos: 25.5,-53.5 parent: 34 + type: Transform - uid: 5323 components: - - type: Transform - pos: 25.5,-54.5 + - pos: 25.5,-54.5 parent: 34 + type: Transform - uid: 5324 components: - - type: Transform - pos: 29.5,-50.5 + - pos: 29.5,-50.5 parent: 34 + type: Transform - uid: 5325 components: - - type: Transform - pos: 29.5,-51.5 + - pos: 29.5,-51.5 parent: 34 + type: Transform - uid: 5326 components: - - type: Transform - pos: 29.5,-52.5 + - pos: 29.5,-52.5 parent: 34 + type: Transform - uid: 5327 components: - - type: Transform - pos: 29.5,-53.5 + - pos: 29.5,-53.5 parent: 34 + type: Transform - uid: 5328 components: - - type: Transform - pos: 29.5,-54.5 + - pos: 29.5,-54.5 parent: 34 + type: Transform - uid: 5329 components: - - type: Transform - pos: 33.5,-50.5 + - pos: 33.5,-50.5 parent: 34 + type: Transform - uid: 5330 components: - - type: Transform - pos: 33.5,-51.5 + - pos: 33.5,-51.5 parent: 34 + type: Transform - uid: 5331 components: - - type: Transform - pos: 33.5,-52.5 + - pos: 33.5,-52.5 parent: 34 + type: Transform - uid: 5332 components: - - type: Transform - pos: 33.5,-53.5 + - pos: 33.5,-53.5 parent: 34 + type: Transform - uid: 5333 components: - - type: Transform - pos: 33.5,-54.5 + - pos: 33.5,-54.5 parent: 34 + type: Transform - uid: 5446 components: - - type: Transform - pos: 21.5,-50.5 + - pos: 21.5,-50.5 parent: 34 + type: Transform - uid: 5478 components: - - type: Transform - pos: 34.5,-48.5 + - pos: 34.5,-48.5 parent: 34 + type: Transform - uid: 5479 components: - - type: Transform - pos: 35.5,-48.5 + - pos: 35.5,-48.5 parent: 34 + type: Transform - uid: 5480 components: - - type: Transform - pos: 36.5,-48.5 + - pos: 36.5,-48.5 parent: 34 + type: Transform - uid: 5481 components: - - type: Transform - pos: 36.5,-47.5 + - pos: 36.5,-47.5 parent: 34 + type: Transform - uid: 5482 components: - - type: Transform - pos: 35.5,-45.5 + - pos: 35.5,-45.5 parent: 34 + type: Transform - uid: 5571 components: - - type: Transform - pos: -27.5,3.5 + - pos: -27.5,3.5 parent: 34 + type: Transform - uid: 5588 components: - - type: Transform - pos: -26.5,5.5 + - pos: -26.5,5.5 parent: 34 + type: Transform - uid: 5617 components: - - type: Transform - pos: -29.5,8.5 + - pos: -29.5,8.5 parent: 34 + type: Transform - uid: 5618 components: - - type: Transform - pos: -30.5,8.5 + - pos: -30.5,8.5 parent: 34 + type: Transform - uid: 5619 components: - - type: Transform - pos: -32.5,8.5 + - pos: -32.5,8.5 parent: 34 + type: Transform - uid: 5620 components: - - type: Transform - pos: -33.5,8.5 + - pos: -33.5,8.5 parent: 34 + type: Transform - uid: 5621 components: - - type: Transform - pos: -34.5,8.5 + - pos: -34.5,8.5 parent: 34 + type: Transform - uid: 5622 components: - - type: Transform - pos: -30.5,9.5 + - pos: -30.5,9.5 parent: 34 + type: Transform - uid: 5623 components: - - type: Transform - pos: -30.5,10.5 + - pos: -30.5,10.5 parent: 34 + type: Transform - uid: 5624 components: - - type: Transform - pos: -31.5,8.5 + - pos: -31.5,8.5 parent: 34 + type: Transform - uid: 5632 components: - - type: Transform - pos: -21.5,14.5 + - pos: -21.5,14.5 parent: 34 + type: Transform - uid: 5633 components: - - type: Transform - pos: -21.5,13.5 + - pos: -21.5,13.5 parent: 34 + type: Transform - uid: 5634 components: - - type: Transform - pos: -21.5,12.5 + - pos: -21.5,12.5 parent: 34 + type: Transform - uid: 5635 components: - - type: Transform - pos: -21.5,11.5 + - pos: -21.5,11.5 parent: 34 + type: Transform - uid: 5636 components: - - type: Transform - pos: -21.5,10.5 + - pos: -21.5,10.5 parent: 34 + type: Transform - uid: 5637 components: - - type: Transform - pos: -17.5,14.5 + - pos: -17.5,14.5 parent: 34 + type: Transform - uid: 5638 components: - - type: Transform - pos: -17.5,13.5 + - pos: -17.5,13.5 parent: 34 + type: Transform - uid: 5639 components: - - type: Transform - pos: -17.5,12.5 + - pos: -17.5,12.5 parent: 34 + type: Transform - uid: 5640 components: - - type: Transform - pos: -17.5,11.5 + - pos: -17.5,11.5 parent: 34 + type: Transform - uid: 5641 components: - - type: Transform - pos: -17.5,10.5 + - pos: -17.5,10.5 parent: 34 + type: Transform - uid: 5642 components: - - type: Transform - pos: -13.5,14.5 + - pos: -13.5,14.5 parent: 34 + type: Transform - uid: 5643 components: - - type: Transform - pos: -13.5,13.5 + - pos: -13.5,13.5 parent: 34 + type: Transform - uid: 5644 components: - - type: Transform - pos: -13.5,12.5 + - pos: -13.5,12.5 parent: 34 + type: Transform - uid: 5645 components: - - type: Transform - pos: -13.5,11.5 + - pos: -13.5,11.5 parent: 34 + type: Transform - uid: 5646 components: - - type: Transform - pos: -13.5,10.5 + - pos: -13.5,10.5 parent: 34 + type: Transform - uid: 5647 components: - - type: Transform - pos: -13.5,9.5 + - pos: -13.5,9.5 parent: 34 + type: Transform - uid: 5648 components: - - type: Transform - pos: -17.5,9.5 + - pos: -17.5,9.5 parent: 34 + type: Transform - uid: 5649 components: - - type: Transform - pos: -13.5,8.5 + - pos: -13.5,8.5 parent: 34 + type: Transform - uid: 5650 components: - - type: Transform - pos: -14.5,8.5 + - pos: -14.5,8.5 parent: 34 + type: Transform - uid: 5651 components: - - type: Transform - pos: -15.5,8.5 + - pos: -15.5,8.5 parent: 34 + type: Transform - uid: 5652 components: - - type: Transform - pos: -16.5,8.5 + - pos: -16.5,8.5 parent: 34 + type: Transform - uid: 5653 components: - - type: Transform - pos: -17.5,8.5 + - pos: -17.5,8.5 parent: 34 + type: Transform - uid: 5654 components: - - type: Transform - pos: -18.5,8.5 + - pos: -18.5,8.5 parent: 34 + type: Transform - uid: 5655 components: - - type: Transform - pos: -19.5,8.5 + - pos: -19.5,8.5 parent: 34 + type: Transform - uid: 5656 components: - - type: Transform - pos: -20.5,8.5 + - pos: -20.5,8.5 parent: 34 + type: Transform - uid: 5657 components: - - type: Transform - pos: -21.5,8.5 + - pos: -21.5,8.5 parent: 34 + type: Transform - uid: 5658 components: - - type: Transform - pos: -22.5,8.5 + - pos: -22.5,8.5 parent: 34 + type: Transform - uid: 5659 components: - - type: Transform - pos: -23.5,8.5 + - pos: -23.5,8.5 parent: 34 + type: Transform - uid: 5660 components: - - type: Transform - pos: -25.5,8.5 + - pos: -25.5,8.5 parent: 34 + type: Transform - uid: 5661 components: - - type: Transform - pos: -25.5,7.5 + - pos: -25.5,7.5 parent: 34 + type: Transform - uid: 5662 components: - - type: Transform - pos: -26.5,8.5 + - pos: -26.5,8.5 parent: 34 + type: Transform - uid: 5663 components: - - type: Transform - pos: -26.5,7.5 + - pos: -26.5,7.5 parent: 34 + type: Transform - uid: 5678 components: - - type: Transform - pos: -21.5,9.5 + - pos: -21.5,9.5 parent: 34 + type: Transform - uid: 5739 components: - - type: Transform - pos: -27.5,5.5 + - pos: -27.5,5.5 parent: 34 + type: Transform - uid: 5741 components: - - type: Transform - pos: -25.5,3.5 + - pos: -25.5,3.5 parent: 34 + type: Transform - uid: 5742 components: - - type: Transform - pos: -24.5,3.5 + - pos: -24.5,3.5 parent: 34 + type: Transform - uid: 5743 components: - - type: Transform - pos: -25.5,5.5 + - pos: -25.5,5.5 parent: 34 + type: Transform - uid: 5745 components: - - type: Transform - pos: -25.5,4.5 + - pos: -25.5,4.5 parent: 34 + type: Transform - uid: 5784 components: - - type: Transform - pos: -41.5,1.5 + - pos: -41.5,1.5 parent: 34 + type: Transform - uid: 5787 components: - - type: Transform - pos: -40.5,3.5 + - pos: -40.5,3.5 parent: 34 + type: Transform - uid: 5790 components: - - type: Transform - pos: -22.5,3.5 + - pos: -22.5,3.5 parent: 34 + type: Transform - uid: 5791 components: - - type: Transform - pos: -21.5,3.5 + - pos: -21.5,3.5 parent: 34 + type: Transform - uid: 5792 components: - - type: Transform - pos: -20.5,3.5 + - pos: -20.5,3.5 parent: 34 + type: Transform - uid: 5794 components: - - type: Transform - pos: -26.5,3.5 + - pos: -26.5,3.5 parent: 34 + type: Transform - uid: 5813 components: - - type: Transform - pos: 32.5,-45.5 + - pos: 32.5,-45.5 parent: 34 + type: Transform - uid: 5814 components: - - type: Transform - pos: 31.5,-45.5 + - pos: 31.5,-45.5 parent: 34 + type: Transform - uid: 5815 components: - - type: Transform - pos: 31.5,-44.5 + - pos: 31.5,-44.5 parent: 34 + type: Transform - uid: 5817 components: - - type: Transform - pos: 30.5,-43.5 + - pos: 30.5,-43.5 parent: 34 + type: Transform - uid: 5818 components: - - type: Transform - pos: 29.5,-43.5 + - pos: 29.5,-43.5 parent: 34 + type: Transform - uid: 5819 components: - - type: Transform - pos: 32.5,-43.5 + - pos: 32.5,-43.5 parent: 34 + type: Transform - uid: 5820 components: - - type: Transform - pos: 31.5,-43.5 + - pos: 31.5,-43.5 parent: 34 + type: Transform - uid: 5821 components: - - type: Transform - pos: 32.5,-44.5 + - pos: 32.5,-44.5 parent: 34 + type: Transform - uid: 5822 components: - - type: Transform - pos: 33.5,-43.5 + - pos: 33.5,-43.5 parent: 34 + type: Transform - uid: 5823 components: - - type: Transform - pos: 25.5,-47.5 + - pos: 25.5,-47.5 parent: 34 + type: Transform - uid: 5940 components: - - type: Transform - pos: 3.5,11.5 + - pos: 3.5,11.5 parent: 34 + type: Transform - uid: 5958 components: - - type: Transform - pos: 14.5,-48.5 + - pos: 14.5,-48.5 parent: 34 + type: Transform - uid: 6007 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-51.5 parent: 34 + type: Transform - uid: 6008 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-50.5 parent: 34 + type: Transform - uid: 6094 components: - - type: Transform - pos: 6.5,11.5 + - pos: 6.5,11.5 parent: 34 + type: Transform - uid: 6115 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-44.5 parent: 34 + type: Transform - uid: 6139 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.5,-29.5 parent: 34 + type: Transform - uid: 6142 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-29.5 parent: 34 + type: Transform - uid: 6143 components: - - type: Transform - pos: 5.5,11.5 + - pos: 5.5,11.5 parent: 34 + type: Transform - uid: 6146 components: - - type: Transform - pos: 4.5,11.5 + - pos: 4.5,11.5 parent: 34 + type: Transform - uid: 6374 components: - - type: Transform - pos: -33.5,-49.5 + - pos: -33.5,-49.5 parent: 34 + type: Transform - uid: 6570 components: - - type: Transform - pos: 30.5,-40.5 + - pos: 30.5,-40.5 + parent: 34 + type: Transform + - uid: 6617 + components: + - pos: -41.5,-22.5 + parent: 34 + type: Transform + - uid: 6619 + components: + - pos: -49.5,-21.5 + parent: 34 + type: Transform + - uid: 6623 + components: + - pos: -42.5,-22.5 parent: 34 + type: Transform - uid: 7160 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -30.5,-59.5 parent: 34 + type: Transform - uid: 7233 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-59.5 parent: 34 + type: Transform - uid: 7390 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-59.5 parent: 34 + type: Transform - uid: 7419 components: - - type: Transform - pos: -30.5,-30.5 + - pos: -30.5,-30.5 parent: 34 + type: Transform - uid: 7672 components: - - type: Transform - pos: 33.5,0.5 + - pos: 33.5,0.5 parent: 34 + type: Transform - uid: 7673 components: - - type: Transform - pos: 33.5,1.5 + - pos: 33.5,1.5 parent: 34 + type: Transform - uid: 7674 components: - - type: Transform - pos: 33.5,2.5 + - pos: 33.5,2.5 parent: 34 + type: Transform - uid: 7675 components: - - type: Transform - pos: 33.5,3.5 + - pos: 33.5,3.5 parent: 34 + type: Transform - uid: 7676 components: - - type: Transform - pos: 33.5,4.5 + - pos: 33.5,4.5 parent: 34 + type: Transform - uid: 7677 components: - - type: Transform - pos: 33.5,5.5 + - pos: 33.5,5.5 parent: 34 + type: Transform - uid: 7678 components: - - type: Transform - pos: 33.5,6.5 + - pos: 33.5,6.5 parent: 34 + type: Transform - uid: 7679 components: - - type: Transform - pos: 33.5,7.5 + - pos: 33.5,7.5 parent: 34 + type: Transform - uid: 7680 components: - - type: Transform - pos: 32.5,7.5 + - pos: 32.5,7.5 parent: 34 + type: Transform - uid: 7681 components: - - type: Transform - pos: 31.5,7.5 + - pos: 31.5,7.5 parent: 34 + type: Transform - uid: 7683 components: - - type: Transform - pos: 29.5,7.5 + - pos: 29.5,7.5 parent: 34 + type: Transform - uid: 7684 components: - - type: Transform - pos: 28.5,7.5 + - pos: 28.5,7.5 parent: 34 + type: Transform - uid: 7685 components: - - type: Transform - pos: 27.5,7.5 + - pos: 27.5,7.5 parent: 34 + type: Transform - uid: 7686 components: - - type: Transform - pos: 26.5,7.5 + - pos: 26.5,7.5 parent: 34 + type: Transform - uid: 7687 components: - - type: Transform - pos: 25.5,7.5 + - pos: 25.5,7.5 parent: 34 + type: Transform - uid: 7688 components: - - type: Transform - pos: 24.5,7.5 + - pos: 24.5,7.5 parent: 34 + type: Transform - uid: 7689 components: - - type: Transform - pos: 23.5,7.5 + - pos: 23.5,7.5 parent: 34 + type: Transform - uid: 7690 components: - - type: Transform - pos: 22.5,7.5 + - pos: 22.5,7.5 parent: 34 + type: Transform - uid: 7691 components: - - type: Transform - pos: 22.5,8.5 + - pos: 22.5,8.5 parent: 34 + type: Transform - uid: 7692 components: - - type: Transform - pos: 21.5,8.5 + - pos: 21.5,8.5 parent: 34 + type: Transform - uid: 7693 components: - - type: Transform - pos: 20.5,8.5 + - pos: 20.5,8.5 parent: 34 + type: Transform - uid: 7694 components: - - type: Transform - pos: 19.5,8.5 + - pos: 19.5,8.5 parent: 34 + type: Transform - uid: 7695 components: - - type: Transform - pos: 18.5,8.5 + - pos: 18.5,8.5 parent: 34 + type: Transform - uid: 7696 components: - - type: Transform - pos: 17.5,8.5 + - pos: 17.5,8.5 parent: 34 + type: Transform - uid: 7697 components: - - type: Transform - pos: 16.5,8.5 + - pos: 16.5,8.5 parent: 34 + type: Transform - uid: 7698 components: - - type: Transform - pos: 22.5,5.5 + - pos: 22.5,5.5 parent: 34 + type: Transform - uid: 7699 components: - - type: Transform - pos: 22.5,4.5 + - pos: 22.5,4.5 parent: 34 + type: Transform - uid: 7700 components: - - type: Transform - pos: 22.5,3.5 + - pos: 22.5,3.5 parent: 34 + type: Transform - uid: 7712 components: - - type: Transform - pos: 33.5,-16.5 + - pos: 33.5,-16.5 parent: 34 + type: Transform - uid: 7713 components: - - type: Transform - pos: 33.5,-17.5 + - pos: 33.5,-17.5 parent: 34 + type: Transform - uid: 7714 components: - - type: Transform - pos: 33.5,-18.5 + - pos: 33.5,-18.5 parent: 34 + type: Transform - uid: 7715 components: - - type: Transform - pos: 33.5,-19.5 + - pos: 33.5,-19.5 parent: 34 + type: Transform - uid: 7716 components: - - type: Transform - pos: 33.5,-40.5 + - pos: 33.5,-40.5 parent: 34 + type: Transform - uid: 7717 components: - - type: Transform - pos: 32.5,-40.5 + - pos: 32.5,-40.5 parent: 34 + type: Transform - uid: 7718 components: - - type: Transform - pos: 31.5,-39.5 + - pos: 31.5,-39.5 parent: 34 + type: Transform - uid: 7722 components: - - type: Transform - pos: 29.5,-41.5 + - pos: 29.5,-41.5 parent: 34 + type: Transform - uid: 7723 components: - - type: Transform - pos: 28.5,-41.5 + - pos: 28.5,-41.5 parent: 34 + type: Transform - uid: 7724 components: - - type: Transform - pos: 27.5,-41.5 + - pos: 27.5,-41.5 parent: 34 + type: Transform - uid: 7725 components: - - type: Transform - pos: 26.5,-41.5 + - pos: 26.5,-41.5 parent: 34 + type: Transform - uid: 7726 components: - - type: Transform - pos: 25.5,-41.5 + - pos: 25.5,-41.5 parent: 34 + type: Transform - uid: 7727 components: - - type: Transform - pos: 24.5,-41.5 + - pos: 24.5,-41.5 parent: 34 + type: Transform - uid: 7728 components: - - type: Transform - pos: 23.5,-41.5 + - pos: 23.5,-41.5 parent: 34 + type: Transform - uid: 7729 components: - - type: Transform - pos: 22.5,-41.5 + - pos: 22.5,-41.5 parent: 34 + type: Transform - uid: 7730 components: - - type: Transform - pos: 21.5,-41.5 + - pos: 21.5,-41.5 parent: 34 + type: Transform - uid: 7731 components: - - type: Transform - pos: 20.5,-41.5 + - pos: 20.5,-41.5 parent: 34 + type: Transform - uid: 7732 components: - - type: Transform - pos: 19.5,-41.5 + - pos: 19.5,-41.5 parent: 34 + type: Transform - uid: 7733 components: - - type: Transform - pos: 18.5,-41.5 + - pos: 18.5,-41.5 parent: 34 + type: Transform - uid: 7736 components: - - type: Transform - pos: 15.5,-41.5 + - pos: 15.5,-41.5 parent: 34 + type: Transform - uid: 7737 components: - - type: Transform - pos: 14.5,-41.5 + - pos: 14.5,-41.5 parent: 34 + type: Transform - uid: 7739 components: - - type: Transform - pos: 13.5,-41.5 + - pos: 13.5,-41.5 parent: 34 + type: Transform - uid: 7743 components: - - type: Transform - pos: 12.5,-44.5 + - pos: 12.5,-44.5 parent: 34 + type: Transform - uid: 7744 components: - - type: Transform - pos: 11.5,-44.5 + - pos: 11.5,-44.5 parent: 34 + type: Transform - uid: 7745 components: - - type: Transform - pos: 10.5,-44.5 + - pos: 10.5,-44.5 parent: 34 + type: Transform - uid: 7746 components: - - type: Transform - pos: 9.5,-44.5 + - pos: 9.5,-44.5 parent: 34 + type: Transform - uid: 7747 components: - - type: Transform - pos: 8.5,-44.5 + - pos: 8.5,-44.5 parent: 34 + type: Transform - uid: 7749 components: - - type: Transform - pos: 6.5,-44.5 + - pos: 6.5,-44.5 parent: 34 + type: Transform - uid: 7750 components: - - type: Transform - pos: 5.5,-44.5 + - pos: 5.5,-44.5 parent: 34 + type: Transform - uid: 7753 components: - - type: Transform - pos: 3.5,-45.5 + - pos: 3.5,-45.5 parent: 34 + type: Transform - uid: 7757 components: - - type: Transform - pos: -19.5,-13.5 + - pos: -19.5,-13.5 parent: 34 + type: Transform - uid: 7758 components: - - type: Transform - pos: -18.5,-13.5 + - pos: -18.5,-13.5 parent: 34 + type: Transform - uid: 7759 components: - - type: Transform - pos: -17.5,-13.5 - parent: 34 - - uid: 7761 - components: - - type: Transform - pos: -41.5,-12.5 - parent: 34 - - uid: 7762 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 34 - - uid: 7763 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 34 - - uid: 7764 - components: - - type: Transform - pos: -44.5,-12.5 - parent: 34 - - uid: 7765 - components: - - type: Transform - pos: -45.5,-12.5 - parent: 34 - - uid: 7766 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 34 - - uid: 7768 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 34 - - uid: 7769 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 34 - - uid: 7770 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 34 - - uid: 7771 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 34 - - uid: 7772 - components: - - type: Transform - pos: -51.5,-12.5 - parent: 34 - - uid: 7773 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 34 - - uid: 7774 - components: - - type: Transform - pos: -53.5,-12.5 + - pos: -17.5,-13.5 parent: 34 + type: Transform - uid: 7775 components: - - type: Transform - pos: -53.5,-11.5 + - pos: -53.5,-11.5 parent: 34 + type: Transform - uid: 7776 components: - - type: Transform - pos: -53.5,-10.5 + - pos: -53.5,-10.5 parent: 34 + type: Transform - uid: 7777 components: - - type: Transform - pos: -53.5,-9.5 + - pos: -53.5,-9.5 parent: 34 + type: Transform - uid: 7778 components: - - type: Transform - pos: -53.5,-8.5 + - pos: -53.5,-8.5 parent: 34 + type: Transform - uid: 7779 components: - - type: Transform - pos: -53.5,-7.5 + - pos: -53.5,-7.5 parent: 34 + type: Transform - uid: 7781 components: - - type: Transform - pos: -53.5,-5.5 + - pos: -53.5,-5.5 parent: 34 + type: Transform - uid: 7782 components: - - type: Transform - pos: -53.5,-4.5 + - pos: -53.5,-4.5 parent: 34 + type: Transform - uid: 7783 components: - - type: Transform - pos: -53.5,-3.5 + - pos: -53.5,-3.5 parent: 34 + type: Transform - uid: 7784 components: - - type: Transform - pos: -53.5,-2.5 + - pos: -53.5,-2.5 parent: 34 + type: Transform - uid: 7785 components: - - type: Transform - pos: -53.5,-1.5 + - pos: -53.5,-1.5 parent: 34 + type: Transform - uid: 7786 components: - - type: Transform - pos: -53.5,-0.5 + - pos: -53.5,-0.5 parent: 34 + type: Transform - uid: 7787 components: - - type: Transform - pos: -53.5,0.5 + - pos: -53.5,0.5 parent: 34 + type: Transform - uid: 7788 components: - - type: Transform - pos: -53.5,1.5 + - pos: -53.5,1.5 parent: 34 + type: Transform - uid: 7789 components: - - type: Transform - pos: -54.5,1.5 + - pos: -54.5,1.5 parent: 34 + type: Transform - uid: 7790 components: - - type: Transform - pos: -54.5,-4.5 + - pos: -54.5,-4.5 parent: 34 + type: Transform - uid: 7791 components: - - type: Transform - pos: -56.5,-4.5 + - pos: -56.5,-4.5 parent: 34 + type: Transform - uid: 7792 components: - - type: Transform - pos: -56.5,-5.5 + - pos: -56.5,-5.5 parent: 34 + type: Transform - uid: 7793 components: - - type: Transform - pos: -54.5,3.5 + - pos: -54.5,3.5 parent: 34 + type: Transform - uid: 7794 components: - - type: Transform - pos: -41.5,2.5 + - pos: -41.5,2.5 parent: 34 + type: Transform - uid: 7795 components: - - type: Transform - pos: -41.5,3.5 + - pos: -41.5,3.5 parent: 34 + type: Transform - uid: 7796 components: - - type: Transform - pos: -41.5,4.5 + - pos: -41.5,4.5 parent: 34 + type: Transform - uid: 7797 components: - - type: Transform - pos: -42.5,4.5 + - pos: -42.5,4.5 parent: 34 + type: Transform - uid: 7799 components: - - type: Transform - pos: -46.5,4.5 + - pos: -46.5,4.5 parent: 34 + type: Transform - uid: 7800 components: - - type: Transform - pos: -45.5,4.5 + - pos: -45.5,4.5 parent: 34 + type: Transform - uid: 7801 components: - - type: Transform - pos: -44.5,4.5 + - pos: -44.5,4.5 parent: 34 + type: Transform - uid: 7802 components: - - type: Transform - pos: -47.5,4.5 + - pos: -47.5,4.5 parent: 34 + type: Transform - uid: 8007 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-45.5 parent: 34 + type: Transform - uid: 8193 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-43.5 parent: 34 + type: Transform - uid: 8250 components: - - type: Transform - pos: -41.5,5.5 + - pos: -41.5,5.5 parent: 34 + type: Transform - uid: 8929 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-37.5 parent: 34 + type: Transform - uid: 8939 components: - - type: Transform - pos: 36.5,-16.5 + - pos: 36.5,-16.5 parent: 34 + type: Transform - uid: 9111 components: - - type: Transform - pos: 34.5,-16.5 + - pos: 34.5,-16.5 parent: 34 + type: Transform - uid: 9330 components: - - type: Transform - pos: 25.5,-46.5 + - pos: 25.5,-46.5 parent: 34 + type: Transform - uid: 9331 components: - - type: Transform - pos: 26.5,-46.5 + - pos: 26.5,-46.5 parent: 34 + type: Transform - uid: 9332 components: - - type: Transform - pos: 26.5,-45.5 + - pos: 26.5,-45.5 parent: 34 + type: Transform - uid: 9333 components: - - type: Transform - pos: 26.5,-44.5 + - pos: 26.5,-44.5 parent: 34 + type: Transform - uid: 9334 components: - - type: Transform - pos: 25.5,-44.5 + - pos: 25.5,-44.5 parent: 34 + type: Transform - uid: 9335 components: - - type: Transform - pos: 24.5,-44.5 + - pos: 24.5,-44.5 parent: 34 + type: Transform - uid: 9336 components: - - type: Transform - pos: 24.5,-45.5 + - pos: 24.5,-45.5 parent: 34 + type: Transform - uid: 9337 components: - - type: Transform - pos: 24.5,-46.5 + - pos: 24.5,-46.5 parent: 34 + type: Transform - uid: 9349 components: - - type: Transform - pos: 35.5,-44.5 + - pos: 35.5,-44.5 parent: 34 + type: Transform - uid: 9350 components: - - type: Transform - pos: 35.5,-43.5 + - pos: 35.5,-43.5 parent: 34 + type: Transform - uid: 9351 components: - - type: Transform - pos: 36.5,-45.5 + - pos: 36.5,-45.5 parent: 34 + type: Transform - uid: 9352 components: - - type: Transform - pos: 36.5,-44.5 + - pos: 36.5,-44.5 parent: 34 + type: Transform - uid: 9353 components: - - type: Transform - pos: 36.5,-43.5 + - pos: 36.5,-43.5 parent: 34 + type: Transform - uid: 9354 components: - - type: Transform - pos: 33.5,-45.5 + - pos: 33.5,-45.5 parent: 34 + type: Transform - uid: 9384 components: - - type: Transform - pos: -33.5,-45.5 + - pos: -33.5,-45.5 parent: 34 + type: Transform - uid: 10101 components: - - type: Transform - pos: 31.5,-40.5 + - pos: 31.5,-40.5 parent: 34 + type: Transform - uid: 10102 components: - - type: Transform - pos: 29.5,-40.5 + - pos: 29.5,-40.5 parent: 34 + type: Transform - uid: 10119 components: - - type: Transform - pos: -36.5,-58.5 + - pos: -36.5,-58.5 parent: 34 + type: Transform + - uid: 10247 + components: + - pos: -43.5,-22.5 + parent: 34 + type: Transform - uid: 10262 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-45.5 parent: 34 + type: Transform - uid: 10520 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-34.5 parent: 34 + type: Transform - uid: 10521 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-34.5 parent: 34 + type: Transform - uid: 10721 components: - - type: Transform - pos: -17.5,-30.5 + - pos: -17.5,-30.5 parent: 34 + type: Transform - uid: 10994 components: - - type: Transform - pos: -15.5,-30.5 + - pos: -15.5,-30.5 parent: 34 + type: Transform - uid: 11031 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-34.5 parent: 34 + type: Transform - uid: 11033 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-34.5 parent: 34 + type: Transform - uid: 11035 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -47.5,-34.5 parent: 34 + type: Transform - uid: 11235 components: - - type: Transform - pos: 16.5,-44.5 + - pos: 16.5,-44.5 parent: 34 + type: Transform - uid: 11236 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,-41.5 parent: 34 + type: Transform - uid: 11257 components: - - type: Transform - pos: -47.5,-38.5 + - pos: -47.5,-38.5 parent: 34 - - uid: 11554 + type: Transform + - uid: 11483 components: - - type: Transform - pos: -28.5,-41.5 + - rot: 1.5707963267948966 rad + pos: -44.5,-21.5 parent: 34 - - uid: 11605 + type: Transform + - uid: 11554 components: - - type: Transform - pos: -47.5,-13.5 + - pos: -28.5,-41.5 parent: 34 + type: Transform - uid: 11620 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -45.5,-38.5 parent: 34 + type: Transform - uid: 11638 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-38.5 parent: 34 + type: Transform - uid: 11686 components: - - type: Transform - pos: 36.5,-15.5 + - pos: 36.5,-15.5 + parent: 34 + type: Transform + - uid: 11695 + components: + - pos: -54.5,-18.5 parent: 34 + type: Transform - uid: 11769 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -52.5,-35.5 parent: 34 + type: Transform - uid: 11842 components: - - type: Transform - pos: -29.5,-53.5 + - pos: -29.5,-53.5 parent: 34 + type: Transform - uid: 12077 components: - - type: Transform - pos: -29.5,-58.5 + - pos: -29.5,-58.5 parent: 34 + type: Transform - uid: 12078 components: - - type: Transform - pos: -29.5,-59.5 + - pos: -29.5,-59.5 parent: 34 + type: Transform - uid: 12085 components: - - type: Transform - pos: -38.5,-58.5 + - pos: -38.5,-58.5 parent: 34 + type: Transform - uid: 12186 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 36.5,-18.5 parent: 34 + type: Transform - uid: 12234 components: - - type: Transform - pos: -35.5,-36.5 + - pos: -35.5,-36.5 parent: 34 + type: Transform - uid: 12235 components: - - type: Transform - pos: -34.5,-36.5 + - pos: -34.5,-36.5 parent: 34 + type: Transform - uid: 12248 components: - - type: Transform - pos: -27.5,-41.5 + - pos: -27.5,-41.5 parent: 34 + type: Transform - uid: 12249 components: - - type: Transform - pos: -27.5,-42.5 + - pos: -27.5,-42.5 parent: 34 + type: Transform - uid: 12293 components: - - type: Transform - pos: -29.5,-55.5 + - pos: -29.5,-55.5 parent: 34 + type: Transform - uid: 12294 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-42.5 parent: 34 + type: Transform - uid: 12296 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-45.5 parent: 34 + type: Transform - uid: 12297 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-46.5 parent: 34 + type: Transform - uid: 12298 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-47.5 parent: 34 + type: Transform - uid: 12299 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-48.5 parent: 34 + type: Transform - uid: 12339 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-49.5 parent: 34 + type: Transform - uid: 12340 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-52.5 parent: 34 + type: Transform + - uid: 12366 + components: + - pos: -54.5,-20.5 + parent: 34 + type: Transform - uid: 12377 components: - - type: Transform - pos: -53.5,-38.5 + - pos: -53.5,-38.5 parent: 34 + type: Transform - uid: 12384 components: - - type: Transform - pos: -53.5,-39.5 + - pos: -53.5,-39.5 parent: 34 + type: Transform - uid: 12390 components: - - type: Transform - pos: 36.5,-12.5 + - pos: 36.5,-12.5 parent: 34 + type: Transform - uid: 12391 components: - - type: Transform - pos: 36.5,-11.5 + - pos: 36.5,-11.5 parent: 34 + type: Transform - uid: 12404 components: - - type: Transform - pos: -53.5,-40.5 + - pos: -53.5,-40.5 parent: 34 + type: Transform - uid: 12431 components: - - type: Transform - pos: 35.5,-16.5 + - pos: 35.5,-16.5 parent: 34 + type: Transform - uid: 12446 components: - - type: Transform - pos: -29.5,-54.5 + - pos: -29.5,-54.5 parent: 34 + type: Transform - uid: 12455 components: - - type: Transform - pos: -32.5,-58.5 + - pos: -32.5,-58.5 parent: 34 + type: Transform - uid: 12470 components: - - type: Transform - pos: -35.5,-58.5 + - pos: -35.5,-58.5 parent: 34 + type: Transform - uid: 12473 components: - - type: Transform - pos: -34.5,-58.5 + - pos: -34.5,-58.5 parent: 34 + type: Transform - uid: 12474 components: - - type: Transform - pos: -33.5,-58.5 + - pos: -33.5,-58.5 parent: 34 + type: Transform - uid: 12521 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-32.5 parent: 34 + type: Transform - uid: 12581 components: - - type: Transform - pos: -50.5,-26.5 + - pos: -50.5,-26.5 parent: 34 + type: Transform - uid: 12582 components: - - type: Transform - pos: -51.5,-26.5 + - pos: -51.5,-26.5 parent: 34 + type: Transform - uid: 12583 components: - - type: Transform - pos: -53.5,-26.5 + - pos: -53.5,-26.5 parent: 34 + type: Transform - uid: 12584 components: - - type: Transform - pos: -52.5,-26.5 + - pos: -52.5,-26.5 parent: 34 + type: Transform - uid: 12585 components: - - type: Transform - pos: -50.5,-25.5 + - pos: -50.5,-25.5 parent: 34 + type: Transform - uid: 12586 components: - - type: Transform - pos: -51.5,-25.5 + - pos: -51.5,-25.5 parent: 34 + type: Transform - uid: 12587 components: - - type: Transform - pos: -52.5,-25.5 + - pos: -52.5,-25.5 parent: 34 + type: Transform - uid: 12588 components: - - type: Transform - pos: -53.5,-25.5 + - pos: -53.5,-25.5 parent: 34 + type: Transform - uid: 12589 components: - - type: Transform - pos: -51.5,-27.5 + - pos: -51.5,-27.5 parent: 34 + type: Transform - uid: 12590 components: - - type: Transform - pos: -51.5,-28.5 + - pos: -51.5,-28.5 parent: 34 + type: Transform - uid: 12591 components: - - type: Transform - pos: -51.5,-29.5 + - pos: -51.5,-29.5 parent: 34 + type: Transform - uid: 12592 components: - - type: Transform - pos: -51.5,-30.5 + - pos: -51.5,-30.5 parent: 34 + type: Transform - uid: 12593 components: - - type: Transform - pos: -51.5,-31.5 + - pos: -51.5,-31.5 parent: 34 + type: Transform - uid: 12594 components: - - type: Transform - pos: -51.5,-32.5 + - pos: -51.5,-32.5 parent: 34 + type: Transform - uid: 12595 components: - - type: Transform - pos: -51.5,-33.5 + - pos: -51.5,-33.5 parent: 34 + type: Transform - uid: 12596 components: - - type: Transform - pos: -51.5,-34.5 + - pos: -51.5,-34.5 parent: 34 + type: Transform - uid: 12597 components: - - type: Transform - pos: -51.5,-35.5 + - pos: -51.5,-35.5 parent: 34 + type: Transform - uid: 12599 components: - - type: Transform - pos: -53.5,-35.5 + - pos: -53.5,-35.5 parent: 34 + type: Transform - uid: 12600 components: - - type: Transform - pos: -53.5,-36.5 + - pos: -53.5,-36.5 parent: 34 + type: Transform - uid: 12605 components: - - type: Transform - pos: -50.5,-33.5 + - pos: -50.5,-33.5 parent: 34 + type: Transform - uid: 12645 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-33.5 parent: 34 + type: Transform - uid: 12688 components: - - type: Transform - pos: -39.5,-58.5 + - pos: -39.5,-58.5 parent: 34 + type: Transform - uid: 12740 components: - - type: Transform - pos: -47.5,-42.5 + - pos: -47.5,-42.5 parent: 34 + type: Transform - uid: 12791 components: - - type: Transform - pos: -46.5,-42.5 + - pos: -46.5,-42.5 + parent: 34 + type: Transform + - uid: 12972 + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-22.5 + parent: 34 + type: Transform + - uid: 12973 + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-14.5 parent: 34 + type: Transform + - uid: 12974 + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-13.5 + parent: 34 + type: Transform + - uid: 12976 + components: + - rot: 1.5707963267948966 rad + pos: -53.5,-12.5 + parent: 34 + type: Transform - proto: Chair entities: - uid: 1960 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-18.5 parent: 34 + type: Transform - uid: 2019 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,1.5 parent: 34 + type: Transform - uid: 2500 components: - - type: Transform - pos: -28.5,-7.5 + - pos: -28.5,-7.5 parent: 34 + type: Transform - uid: 2716 components: - - type: Transform - pos: -14.5,-14.5 + - pos: -14.5,-14.5 parent: 34 + type: Transform - uid: 2717 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,-16.5 parent: 34 + type: Transform - uid: 2721 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,-20.5 parent: 34 + type: Transform - uid: 2722 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-22.5 parent: 34 + type: Transform - uid: 2723 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,-22.5 parent: 34 + type: Transform - uid: 2937 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-31.5 parent: 34 + type: Transform - uid: 2938 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-32.5 parent: 34 + type: Transform - uid: 3637 components: - - type: Transform - pos: 27.5,-5.5 + - pos: 27.5,-5.5 parent: 34 + type: Transform - uid: 3755 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 30.5,-11.5 parent: 34 + type: Transform - uid: 3760 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-11.5 parent: 34 + type: Transform - uid: 3874 components: - - type: Transform - pos: 13.5,-26.5 + - pos: 13.5,-26.5 parent: 34 + type: Transform - uid: 3877 components: - - type: Transform - pos: 12.5,-27.5 + - pos: 12.5,-27.5 parent: 34 + type: Transform - uid: 3878 components: - - type: Transform - pos: 14.5,-26.5 + - pos: 14.5,-26.5 parent: 34 + type: Transform - uid: 3879 components: - - type: Transform - pos: 13.5,-27.5 + - pos: 13.5,-27.5 parent: 34 + type: Transform - uid: 3880 components: - - type: Transform - pos: 14.5,-27.5 + - pos: 14.5,-27.5 parent: 34 + type: Transform - uid: 3904 components: - - type: Transform - pos: 14.5,-29.5 + - pos: 14.5,-29.5 parent: 34 + type: Transform - uid: 3905 components: - - type: Transform - pos: 13.5,-29.5 + - pos: 13.5,-29.5 parent: 34 + type: Transform - uid: 3906 components: - - type: Transform - pos: 16.5,-29.5 + - pos: 16.5,-29.5 parent: 34 + type: Transform - uid: 3907 components: - - type: Transform - pos: 17.5,-29.5 + - pos: 17.5,-29.5 parent: 34 + type: Transform - uid: 3912 components: - - type: Transform - pos: 12.5,-26.5 + - pos: 12.5,-26.5 parent: 34 + type: Transform - uid: 3913 components: - - type: Transform - pos: 16.5,-27.5 + - pos: 16.5,-27.5 parent: 34 + type: Transform - uid: 3914 components: - - type: Transform - pos: 17.5,-27.5 + - pos: 17.5,-27.5 parent: 34 + type: Transform - uid: 3915 components: - - type: Transform - pos: 18.5,-27.5 + - pos: 18.5,-27.5 parent: 34 + type: Transform - uid: 3916 components: - - type: Transform - pos: 18.5,-26.5 + - pos: 18.5,-26.5 parent: 34 + type: Transform - uid: 3917 components: - - type: Transform - pos: 17.5,-26.5 + - pos: 17.5,-26.5 parent: 34 + type: Transform - uid: 3918 components: - - type: Transform - pos: 16.5,-26.5 + - pos: 16.5,-26.5 parent: 34 + type: Transform - uid: 3965 components: - - type: Transform - pos: -10.5,-45.5 + - pos: -10.5,-45.5 parent: 34 + type: Transform - uid: 3966 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-47.5 parent: 34 + type: Transform - uid: 4051 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-48.5 parent: 34 + type: Transform - uid: 4061 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,-48.5 parent: 34 + type: Transform - uid: 4107 components: - - type: Transform - pos: 4.5,-47.5 + - pos: 4.5,-47.5 parent: 34 + type: Transform - uid: 4108 components: - - type: Transform - pos: 1.5,-47.5 + - pos: 1.5,-47.5 parent: 34 + type: Transform - uid: 4109 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-50.5 parent: 34 + type: Transform - uid: 4110 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-50.5 parent: 34 + type: Transform - uid: 4111 components: - - type: Transform - pos: 5.5,-47.5 + - pos: 5.5,-47.5 parent: 34 + type: Transform - uid: 4112 components: - - type: Transform - pos: 2.5,-47.5 + - pos: 2.5,-47.5 parent: 34 + type: Transform - uid: 4113 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-49.5 parent: 34 + type: Transform - uid: 4114 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-50.5 parent: 34 + type: Transform - uid: 4116 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-50.5 parent: 34 + type: Transform - uid: 4117 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-50.5 parent: 34 + type: Transform - uid: 4121 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-50.5 parent: 34 + type: Transform - uid: 4122 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-49.5 parent: 34 + type: Transform - uid: 4162 components: - - type: Transform - pos: 11.5,-47.5 + - pos: 11.5,-47.5 parent: 34 + type: Transform - uid: 4729 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,3.5 parent: 34 + type: Transform - uid: 4730 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 43.5,3.5 parent: 34 + type: Transform - uid: 4731 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 43.5,6.5 parent: 34 + type: Transform - uid: 4732 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,6.5 parent: 34 + type: Transform - uid: 4887 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-18.5 parent: 34 + type: Transform - uid: 4888 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-19.5 parent: 34 + type: Transform - uid: 4906 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-19.5 parent: 34 + type: Transform - uid: 6187 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,13.5 parent: 34 + type: Transform - uid: 6188 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,13.5 parent: 34 + type: Transform - uid: 6189 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 7.5,13.5 parent: 34 + type: Transform - uid: 6194 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,14.5 parent: 34 + type: Transform - uid: 6195 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,15.5 parent: 34 + type: Transform - uid: 6208 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,1.5 parent: 34 + type: Transform - uid: 6209 components: - - type: Transform - pos: 10.5,3.5 + - pos: 10.5,3.5 parent: 34 + type: Transform - uid: 6211 components: - - type: Transform - pos: 11.5,3.5 + - pos: 11.5,3.5 parent: 34 + type: Transform - uid: 7051 components: - - type: Transform - pos: 9.5,-47.5 + - pos: 9.5,-47.5 parent: 34 + type: Transform - uid: 10256 components: - - type: Transform - pos: -57.5,-5.5 + - pos: -57.5,-5.5 parent: 34 + type: Transform - uid: 10352 components: - - type: Transform - pos: 25.5,-22.5 + - pos: 25.5,-22.5 parent: 34 + type: Transform - uid: 10353 components: - - type: Transform - pos: 27.5,-22.5 + - pos: 27.5,-22.5 parent: 34 + type: Transform - uid: 10543 components: - - type: Transform - pos: -14.5,-18.5 + - pos: -14.5,-18.5 parent: 34 + type: Transform - uid: 11076 components: - - type: Transform - pos: 17.5,-12.5 + - pos: 17.5,-12.5 parent: 34 + type: Transform - uid: 11077 components: - - type: Transform - pos: 18.5,-12.5 + - pos: 18.5,-12.5 parent: 34 + type: Transform - uid: 11078 components: - - type: Transform - pos: 19.5,-12.5 + - pos: 19.5,-12.5 parent: 34 + type: Transform - uid: 11351 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -28.5,-9.5 parent: 34 + type: Transform - proto: ChairCursed entities: - uid: 11273 components: - - type: Transform - pos: 26.5,12.5 + - pos: 26.5,12.5 parent: 34 + type: Transform - proto: ChairFolding entities: - uid: 127 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-32.5 parent: 34 + type: Transform - uid: 981 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-19.5 parent: 34 + type: Transform - uid: 995 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-19.5 parent: 34 + type: Transform - uid: 1272 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 48.5,-4.5 parent: 34 + type: Transform - uid: 1822 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 47.5,-3.5 parent: 34 + type: Transform + - uid: 2292 + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-17.5 + parent: 34 + type: Transform - uid: 2351 components: - - type: Transform - pos: -46.333908,-26.566626 + - pos: -46.333908,-26.566626 parent: 34 + type: Transform - uid: 2727 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-17.5 parent: 34 + type: Transform - uid: 2729 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-15.5 parent: 34 + type: Transform - uid: 2730 components: - - type: Transform - pos: -9.5,-13.5 + - pos: -9.5,-13.5 parent: 34 + type: Transform - uid: 2731 components: - - type: Transform - pos: -8.5,-13.5 + - pos: -8.5,-13.5 parent: 34 + type: Transform - uid: 2732 components: - - type: Transform - pos: -7.5,-13.5 + - pos: -7.5,-13.5 parent: 34 + type: Transform - uid: 2733 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-15.5 parent: 34 + type: Transform - uid: 2734 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-16.5 parent: 34 + type: Transform - uid: 2735 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-17.5 parent: 34 + type: Transform - uid: 3620 components: - - type: Transform - pos: 18.563585,-6.5362997 + - pos: 18.563585,-6.5362997 parent: 34 + type: Transform - uid: 3621 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.324001,-7.370212 parent: 34 + type: Transform - uid: 3623 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.740667,-7.140886 parent: 34 + type: Transform - uid: 3814 components: - - type: Transform - pos: 8.374117,-19.598059 + - pos: 8.374117,-19.598059 parent: 34 + type: Transform - uid: 4690 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-19.5 parent: 34 + type: Transform - uid: 5560 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -17.742748,4.1959763 parent: 34 + type: Transform - uid: 5884 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.790936,0.4281931 parent: 34 + type: Transform - uid: 5885 components: - - type: Transform - pos: -55.259686,1.3976164 + - pos: -55.259686,1.3976164 parent: 34 + type: Transform - uid: 5887 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.259686,0.80345345 parent: 34 + type: Transform - uid: 5888 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -51.040936,5.9476514 parent: 34 + type: Transform - uid: 5889 components: - - type: Transform - pos: -52.43156,8.7151985 + - pos: -52.43156,8.7151985 parent: 34 + type: Transform - uid: 5890 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.447186,7.3705144 parent: 34 + type: Transform - uid: 5891 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.353436,6.2134614 parent: 34 + type: Transform - uid: 10267 components: - - type: Transform - pos: 18.5,-19.5 + - pos: 18.5,-19.5 parent: 34 + type: Transform - uid: 10268 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 19.5,-17.5 parent: 34 + type: Transform - uid: 10362 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.565855,-30.782606 parent: 34 + type: Transform - uid: 10363 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.33148,-30.032084 parent: 34 + type: Transform - uid: 10364 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.58148,-28.828123 parent: 34 + type: Transform - uid: 10827 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.67162466,-18.190395 parent: 34 + type: Transform - uid: 10839 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.410248,-27.462744 parent: 34 + type: Transform - uid: 10991 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5260153,6.661799 parent: 34 + type: Transform - uid: 11087 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.6408753,-18.398872 parent: 34 + type: Transform - uid: 11209 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 21.024513,12.558414 parent: 34 + type: Transform - uid: 11304 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.74558,10.41687 parent: 34 + type: Transform - uid: 11481 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.712334,-27.431473 parent: 34 + type: Transform - uid: 11524 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.79224,-27.410961 parent: 34 + type: Transform - uid: 11525 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -47.281826,-27.129517 parent: 34 - - uid: 11705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.264496,-14.438301 - parent: 34 - - uid: 11706 - components: - - type: Transform - pos: -45.295746,-13.520996 - parent: 34 + type: Transform - uid: 11812 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-19.5 parent: 34 + type: Transform - uid: 11927 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.6718488,4.7750707 parent: 34 + type: Transform - uid: 11928 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5155988,5.6715274 parent: 34 + type: Transform - uid: 11929 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.505182,6.661799 parent: 34 + type: Transform - uid: 11930 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5260153,4.7542233 parent: 34 + type: Transform - uid: 11931 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.598932,5.6819506 parent: 34 - - uid: 12171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-17.5 - parent: 34 + type: Transform - uid: 12270 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-32.5 parent: 34 + type: Transform - uid: 12357 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 50.5,-3.5 parent: 34 + type: Transform - uid: 12359 components: - - type: Transform - pos: 49.5,-2.5 + - pos: 49.5,-2.5 parent: 34 + type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 8120 components: - - type: Transform - pos: 23.479801,5.683676 + - pos: 23.479801,5.683676 parent: 34 + type: Transform - proto: ChairOfficeDark entities: - uid: 221 components: - - type: Transform - pos: -10.5,2.5 + - pos: -10.5,2.5 parent: 34 + type: Transform - uid: 1887 components: - - type: Transform - pos: -14.154241,-26.476912 + - pos: -14.154241,-26.476912 parent: 34 + type: Transform - uid: 1908 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-25.5 parent: 34 + type: Transform - uid: 1959 components: - - type: Transform - pos: -18.434877,-19.284468 + - pos: -18.434877,-19.284468 parent: 34 + type: Transform - uid: 2022 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.12718,2.892284 parent: 34 + type: Transform - uid: 2251 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -51.63605,-7.0745425 parent: 34 + type: Transform - uid: 2312 components: - - type: Transform - pos: -21.721905,-26.55226 + - pos: -21.721905,-26.55226 parent: 34 + type: Transform - uid: 2633 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.627985,-30.857965 parent: 34 + type: Transform - uid: 3543 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 26.946102,-7.2489953 parent: 34 + type: Transform - uid: 3747 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.621107,0.18286085 parent: 34 + type: Transform - uid: 3756 components: - - type: Transform - pos: 29.624441,-9.429204 + - pos: 29.624441,-9.429204 parent: 34 + type: Transform - uid: 4917 components: - - type: Transform - pos: 22.811316,-14.405392 + - pos: 22.811316,-14.405392 parent: 34 + type: Transform - uid: 5424 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.440224,-44.51749 parent: 34 + type: Transform - uid: 5793 components: - - type: Transform - pos: -21.684896,2.682335 + - pos: -21.684896,2.682335 parent: 34 + type: Transform - uid: 6123 components: - - type: Transform - pos: 10.5,8.5 + - pos: 10.5,8.5 parent: 34 + type: Transform - uid: 7407 components: - - type: Transform - pos: 18.5,-38.5 + - pos: 18.5,-38.5 parent: 34 + type: Transform - uid: 11258 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,6.5 parent: 34 + type: Transform - uid: 11312 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,6.5 parent: 34 + type: Transform - uid: 12250 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-31.5 parent: 34 + type: Transform - uid: 12263 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-32.5 parent: 34 + type: Transform - uid: 12383 components: - - type: Transform - pos: 41.5,-17.5 + - pos: 41.5,-17.5 parent: 34 + type: Transform - proto: ChairOfficeLight entities: - uid: 2698 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.7001817,-27.57642 parent: 34 + type: Transform - uid: 2703 components: - - type: Transform - pos: 0.8623183,-28.4833 + - pos: 0.8623183,-28.4833 parent: 34 + type: Transform - uid: 7100 components: - - type: Transform - pos: -35.240707,2.4782186 + - pos: -35.240707,2.4782186 parent: 34 + type: Transform - uid: 9032 components: - - type: Transform - pos: 1.5,-42.5 + - pos: 1.5,-42.5 parent: 34 + type: Transform - uid: 10533 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.66204,-18.706656 parent: 34 + type: Transform - uid: 11116 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 31.41989,-35.72274 parent: 34 + type: Transform - uid: 11117 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 33.711555,-34.054916 parent: 34 + type: Transform - proto: ChairRitual entities: - uid: 2290 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-16.5 parent: 34 + type: Transform - uid: 2293 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -28.5,-16.5 parent: 34 + type: Transform - uid: 2294 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-16.5 parent: 34 + type: Transform - uid: 2295 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-16.5 parent: 34 + type: Transform - uid: 2296 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-17.5 parent: 34 + type: Transform - uid: 2297 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-17.5 parent: 34 + type: Transform - uid: 2298 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -28.5,-17.5 parent: 34 + type: Transform - uid: 2299 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-17.5 parent: 34 + type: Transform - uid: 2535 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-15.5 parent: 34 + type: Transform - uid: 2536 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-15.5 parent: 34 + type: Transform - uid: 2537 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -28.5,-15.5 parent: 34 + type: Transform - uid: 2538 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-15.5 parent: 34 + type: Transform - uid: 4969 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,10.5 parent: 34 + type: Transform - uid: 11270 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,11.5 parent: 34 + type: Transform - uid: 11271 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,10.5 parent: 34 + type: Transform - uid: 11272 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,11.5 parent: 34 + type: Transform - proto: ChairWood entities: - uid: 759 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-11.5 parent: 34 + type: Transform - uid: 763 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-12.5 parent: 34 + type: Transform - uid: 764 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-11.5 parent: 34 + type: Transform - uid: 765 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 34 + type: Transform - uid: 766 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-11.5 parent: 34 + type: Transform - uid: 767 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-12.5 parent: 34 + type: Transform - uid: 768 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-11.5 parent: 34 + type: Transform - uid: 769 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 34 + type: Transform - uid: 2180 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.600483,-7.2082725 parent: 34 + type: Transform - uid: 2182 components: - - type: Transform - pos: -43.329647,-5.8531647 + - pos: -43.329647,-5.8531647 parent: 34 + type: Transform - uid: 2932 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-40.5 parent: 34 + type: Transform - uid: 3293 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -39.71118,-17.97071 parent: 34 + type: Transform - uid: 3294 components: - - type: Transform - pos: -39.388264,-16.844929 + - pos: -39.388264,-16.844929 parent: 34 + type: Transform - uid: 3363 components: - - type: Transform - pos: -32.70509,-14.717291 + - pos: -32.70509,-14.717291 parent: 34 + type: Transform - uid: 4342 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 35.5,-11.5 parent: 34 + type: Transform - uid: 5038 components: - - type: Transform - pos: 20.362005,5.318599 + - pos: 20.362005,5.318599 parent: 34 + type: Transform - uid: 5039 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.580755,3.7393775 parent: 34 + type: Transform - uid: 5040 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.40888,3.4110246 parent: 34 + type: Transform - uid: 5041 components: - - type: Transform - pos: 17.50263,4.349176 + - pos: 17.50263,4.349176 parent: 34 + type: Transform - uid: 5042 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.705755,3.5048404 parent: 34 + type: Transform - uid: 5844 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.298447,2.4496703 parent: 34 + type: Transform - uid: 5846 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.38629,2.56675 parent: 34 + type: Transform - uid: 8080 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.69369,-23.619707 parent: 34 + type: Transform - uid: 8081 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.240564,-23.275719 parent: 34 + type: Transform - uid: 11500 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 47.5,-9.5 parent: 34 + type: Transform - uid: 11506 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,-7.5 parent: 34 + type: Transform - uid: 11594 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-33.5 parent: 34 + type: Transform - uid: 11598 components: - - type: Transform - pos: -40.49422,-16.813354 + - pos: -40.49422,-16.813354 parent: 34 + type: Transform - uid: 11599 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.327553,-17.94956 parent: 34 + type: Transform - uid: 12796 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,11.5 parent: 34 + type: Transform - uid: 12797 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,11.5 parent: 34 + type: Transform + - uid: 12993 + components: + - rot: -1.5707963267948966 rad + pos: -52.5,-22.5 + parent: 34 + type: Transform + - uid: 12994 + components: + - rot: 1.5707963267948966 rad + pos: -54.5,-22.5 + parent: 34 + type: Transform - proto: CheapLighter entities: - uid: 5907 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -55.25351,0.80345345 parent: 34 + type: Transform - proto: CheapRollerBed entities: - uid: 11926 components: - - type: Transform - pos: -3.5,7.5 + - pos: -3.5,7.5 parent: 34 + type: Transform - proto: CheckerBoard entities: - uid: 2195 components: - - type: Transform - pos: -43.50117,-6.4077773 + - pos: -43.50117,-6.4077773 parent: 34 + type: Transform - uid: 10889 components: - - type: Transform - pos: 25.529667,-39.480995 + - pos: 25.529667,-39.480995 parent: 34 + type: Transform - proto: chem_master entities: - uid: 983 components: - - type: Transform - pos: 1.5,-29.5 + - pos: 1.5,-29.5 parent: 34 + type: Transform - uid: 2686 components: - - type: Transform - pos: -1.5,-28.5 + - pos: -1.5,-28.5 parent: 34 + type: Transform - uid: 12338 components: - - type: Transform - pos: -16.5,-3.5 + - pos: -16.5,-3.5 parent: 34 + type: Transform - proto: ChemDispenser entities: - uid: 6875 components: - - type: Transform - pos: -1.5,-27.5 + - pos: -1.5,-27.5 parent: 34 + type: Transform - proto: ChemistryHotplate entities: - uid: 6538 components: - - type: Transform - pos: -31.5,-17.5 + - pos: -31.5,-17.5 parent: 34 + type: Transform - uid: 11017 components: - - type: Transform - pos: -0.5,-26.5 + - pos: -0.5,-26.5 parent: 34 + type: Transform - proto: ChessBoard entities: - uid: 5043 components: - - type: Transform - pos: 20.496408,4.611505 + - pos: 20.496408,4.611505 parent: 34 + type: Transform - proto: Cigar entities: - uid: 11126 components: - - type: Transform - pos: 8.780132,-5.6407824 + - pos: 8.780132,-5.6407824 parent: 34 + type: Transform - uid: 11127 components: - - type: Transform - pos: -0.67154604,-12.055826 + - pos: -0.67154604,-12.055826 parent: 34 + type: Transform - proto: CigaretteSpent entities: - uid: 10835 components: - - type: Transform - pos: 21.615124,12.340506 + - pos: 21.615124,12.340506 parent: 34 + type: Transform - uid: 11119 components: - - type: Transform - pos: -9.852268,2.2797413 + - pos: -9.852268,2.2797413 parent: 34 + type: Transform - uid: 11120 components: - - type: Transform - pos: -7.9449186,-6.79512 + - pos: -7.9449186,-6.79512 parent: 34 + type: Transform - uid: 11121 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.9136686,-7.0765653 parent: 34 + type: Transform - uid: 11122 components: - - type: Transform - pos: 2.8535097,-7.019148 + - pos: 2.8535097,-7.019148 parent: 34 + type: Transform - uid: 11123 components: - - type: Transform - pos: -0.31632757,-6.0184526 + - pos: -0.31632757,-6.0184526 parent: 34 + type: Transform - uid: 11124 components: - - type: Transform - pos: 1.802864,-11.892607 + - pos: 1.802864,-11.892607 parent: 34 + type: Transform - uid: 11139 components: - - type: Transform - pos: -7.935048,-27.011522 + - pos: -7.935048,-27.011522 parent: 34 + type: Transform - uid: 11140 components: - - type: Transform - pos: -7.726714,-26.917707 + - pos: -7.726714,-26.917707 parent: 34 + type: Transform - uid: 11141 components: - - type: Transform - pos: -3.234502,-17.468575 + - pos: -3.234502,-17.468575 parent: 34 + type: Transform - uid: 11142 components: - - type: Transform - pos: -11.029956,2.251801 + - pos: -11.029956,2.251801 parent: 34 + type: Transform - uid: 11143 components: - - type: Transform - pos: -55.229465,3.3780398 + - pos: -55.229465,3.3780398 parent: 34 + type: Transform - uid: 11144 components: - - type: Transform - pos: -55.177383,-0.041000128 + - pos: -55.177383,-0.041000128 parent: 34 + type: Transform - uid: 11145 components: - - type: Transform - pos: -55.948215,0.0632391 + - pos: -55.948215,0.0632391 parent: 34 + type: Transform - uid: 11146 components: - - type: Transform - pos: -54.854465,0.9492698 + - pos: -54.854465,0.9492698 parent: 34 + type: Transform - uid: 11242 components: - - type: Transform - pos: 21.380749,12.059061 + - pos: 21.380749,12.059061 parent: 34 + type: Transform - uid: 11243 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.615124,12.090332 parent: 34 + type: Transform - uid: 11244 components: - - type: Transform - pos: 19.422993,-6.7809806 + - pos: 19.422993,-6.7809806 parent: 34 + type: Transform - proto: CigarGoldCase entities: - uid: 12290 components: - - type: Transform - pos: -9.76872,2.5444465 + - pos: -9.76872,2.5444465 parent: 34 + type: Transform - proto: CigarGoldSpent entities: - uid: 12288 components: - - type: Transform - pos: -9.29997,2.8881965 + - pos: -9.29997,2.8881965 parent: 34 + type: Transform - proto: CigarSpent entities: - uid: 11125 components: - - type: Transform - pos: 5.7801323,-6.4874673 + - pos: 5.7801323,-6.4874673 parent: 34 + type: Transform - uid: 11147 components: - - type: Transform - pos: -56.03155,1.0639327 + - pos: -56.03155,1.0639327 parent: 34 + type: Transform - uid: 11179 components: - - type: Transform - pos: -51.367073,12.549892 + - pos: -51.367073,12.549892 parent: 34 + type: Transform - proto: CigPackBlue entities: - uid: 5904 components: - - type: Transform - pos: -56.644135,-1.2761153 + - pos: -56.644135,-1.2761153 parent: 34 + type: Transform - proto: CigPackGreen entities: - uid: 5905 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.47226,-1.463746 parent: 34 + type: Transform - proto: CircuitImprinter entities: - uid: 12277 components: - - type: Transform - pos: -33.5,-19.5 + - pos: -33.5,-19.5 parent: 34 + type: Transform - proto: CleanerDispenser entities: - uid: 3387 components: - - type: Transform - pos: 7.5,-18.5 + - pos: 7.5,-18.5 parent: 34 + type: Transform - proto: CloningPod entities: - uid: 11225 components: - - type: Transform - pos: 7.5,-39.5 + - pos: 7.5,-39.5 + parent: 34 + type: Transform +- proto: ClosetBase + entities: + - uid: 2273 + components: + - pos: -30.5,3.5 + parent: 34 + type: Transform + - air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + type: EntityStorage + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2272 + - 2270 + - 2271 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 10266 + components: + - pos: -1.5,-15.5 parent: 34 + type: Transform - proto: ClosetBombFilled entities: - uid: 12912 components: - - type: Transform - pos: 32.5,-1.5 + - pos: 32.5,-1.5 parent: 34 + type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 1303 components: - - type: Transform - pos: 5.5,-45.5 + - pos: 5.5,-45.5 parent: 34 + type: Transform - uid: 1304 components: - - type: Transform - pos: 24.5,-42.5 + - pos: 24.5,-42.5 parent: 34 + type: Transform - uid: 1369 components: - - type: Transform - pos: 7.5,18.5 + - pos: 7.5,18.5 parent: 34 + type: Transform - uid: 3818 components: - - type: Transform - pos: 7.5,-11.5 + - pos: 7.5,-11.5 parent: 34 + type: Transform - uid: 4161 components: - - type: Transform - pos: 12.5,-47.5 + - pos: 12.5,-47.5 parent: 34 + type: Transform - uid: 8894 components: - - type: Transform - pos: -20.5,-35.5 + - pos: -20.5,-35.5 parent: 34 + type: Transform - uid: 10232 components: - - type: Transform - pos: 37.5,-25.5 - parent: 34 - - uid: 10246 - components: - - type: Transform - pos: -42.5,-13.5 + - pos: 37.5,-25.5 parent: 34 + type: Transform - uid: 10892 components: - - type: Transform - pos: 33.5,-39.5 + - pos: 33.5,-39.5 parent: 34 + type: Transform - uid: 10894 components: - - type: Transform - pos: 22.5,9.5 + - pos: 22.5,9.5 parent: 34 + type: Transform - uid: 11292 components: - - type: Transform - pos: 32.5,1.5 + - pos: 32.5,1.5 parent: 34 + type: Transform - uid: 11661 components: - - type: Transform - pos: -42.5,7.5 + - pos: -42.5,7.5 parent: 34 + type: Transform - uid: 11901 components: - - type: Transform - pos: 17.5,-22.5 + - pos: 17.5,-22.5 parent: 34 + type: Transform - uid: 12111 components: - - type: Transform - pos: 14.5,-9.5 + - pos: 14.5,-9.5 parent: 34 + type: Transform - uid: 12176 components: - - type: Transform - pos: 4.5,15.5 + - pos: 4.5,15.5 + parent: 34 + type: Transform + - uid: 12995 + components: + - pos: -51.5,-20.5 + parent: 34 + type: Transform + - uid: 12996 + components: + - pos: -55.5,-15.5 parent: 34 + type: Transform - proto: ClosetFireFilled entities: - uid: 3825 components: - - type: Transform - pos: 7.5,-12.5 + - pos: 7.5,-12.5 parent: 34 + type: Transform - uid: 4198 components: - - type: Transform - pos: 9.5,13.5 + - pos: 9.5,13.5 parent: 34 + type: Transform - uid: 4868 components: - - type: Transform - pos: 32.5,-19.5 + - pos: 32.5,-19.5 parent: 34 + type: Transform - uid: 5282 components: - - type: Transform - pos: 8.5,-47.5 + - pos: 8.5,-47.5 parent: 34 + type: Transform - uid: 6110 components: - - type: Transform - pos: 2.5,11.5 + - pos: 2.5,11.5 parent: 34 + type: Transform - uid: 6168 components: - - type: Transform - pos: 11.5,18.5 + - pos: 11.5,18.5 parent: 34 + type: Transform - uid: 7101 components: - - type: Transform - pos: -37.5,5.5 - parent: 34 - - uid: 10265 - components: - - type: Transform - pos: -41.5,-13.5 + - pos: -37.5,5.5 parent: 34 + type: Transform - uid: 10355 components: - - type: Transform - pos: 35.5,-25.5 + - pos: 35.5,-25.5 parent: 34 + type: Transform - uid: 10895 components: - - type: Transform - pos: 21.5,9.5 + - pos: 21.5,9.5 + parent: 34 + type: Transform + - uid: 12997 + components: + - pos: -55.5,-20.5 + parent: 34 + type: Transform + - uid: 12998 + components: + - pos: -47.5,-22.5 parent: 34 + type: Transform - proto: ClosetJanitorFilled entities: - uid: 1923 components: - - type: Transform - pos: 6.5,-17.5 + - pos: 6.5,-17.5 parent: 34 + type: Transform - uid: 3727 components: - - type: Transform - pos: -15.5,2.5 + - pos: -15.5,2.5 parent: 34 + type: Transform - proto: ClosetL3JanitorFilled entities: - uid: 230 components: - - type: Transform - pos: 4.5,-18.5 + - pos: 4.5,-18.5 parent: 34 + type: Transform - proto: ClosetL3ScienceFilled entities: - uid: 918 components: - - type: Transform - pos: -26.5,-11.5 + - pos: -26.5,-11.5 parent: 34 + type: Transform - proto: ClosetL3SecurityFilled entities: - uid: 3721 components: - - type: Transform - pos: 26.5,-20.5 + - pos: 26.5,-20.5 parent: 34 + type: Transform - proto: ClosetL3VirologyFilled entities: - uid: 1944 components: - - type: Transform - pos: 0.5,-35.5 + - pos: 0.5,-35.5 parent: 34 + type: Transform - proto: ClosetLegalFilled entities: - uid: 11373 components: - - type: Transform - pos: 16.5,-45.5 + - pos: 16.5,-45.5 parent: 34 + type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 1608 components: - - type: Transform - pos: -15.5,-29.5 + - pos: -15.5,-29.5 parent: 34 + type: Transform - uid: 2329 components: - - type: Transform - pos: -50.5,-14.5 + - pos: -50.5,-14.5 parent: 34 + type: Transform - uid: 4195 components: - - type: Transform - pos: 5.5,10.5 + - pos: 5.5,10.5 parent: 34 + type: Transform - uid: 4511 components: - - type: Transform - pos: 37.5,-7.5 + - pos: 37.5,-7.5 parent: 34 + type: Transform - uid: 4547 components: - - type: Transform - pos: 37.5,-10.5 + - pos: 37.5,-10.5 parent: 34 + type: Transform - uid: 4759 components: - - type: Transform - pos: -22.5,-31.5 + - pos: -22.5,-31.5 parent: 34 + type: Transform - uid: 9607 components: - - type: Transform - pos: 14.5,-45.5 + - pos: 14.5,-45.5 parent: 34 + type: Transform - uid: 10259 components: - - type: Transform - pos: -22.5,-17.5 + - pos: -22.5,-17.5 parent: 34 + type: Transform - uid: 11353 components: - - type: Transform - pos: 32.5,0.5 + - pos: 32.5,0.5 parent: 34 + type: Transform - uid: 11660 components: - - type: Transform - pos: -42.5,8.5 + - pos: -42.5,8.5 parent: 34 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 1097 + type: Transform + - uid: 12986 components: - - type: Transform - pos: -28.5,-27.5 + - pos: -52.5,-20.5 parent: 34 - - uid: 2522 + type: Transform + - uid: 12987 components: - - type: Transform - pos: -29.5,-27.5 + - pos: -48.5,-22.5 parent: 34 - - uid: 3854 + type: Transform + - uid: 12988 components: - - type: Transform - pos: -25.5,-11.5 + - pos: -55.5,-19.5 parent: 34 -- proto: ClosetSteelBase + type: Transform +- proto: ClosetRadiationSuitFilled entities: - - uid: 2273 + - uid: 1097 components: - - type: Transform - pos: -30.5,3.5 + - pos: -28.5,-27.5 parent: 34 - - 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: - - 2272 - - 2270 - - 2271 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 10266 + type: Transform + - uid: 2522 components: - - type: Transform - pos: -1.5,-15.5 + - pos: -29.5,-27.5 + parent: 34 + type: Transform + - uid: 3854 + components: + - pos: -25.5,-11.5 parent: 34 + type: Transform - proto: ClosetToolFilled entities: - uid: 3720 components: - - type: Transform - pos: 22.5,-20.5 + - pos: 22.5,-20.5 parent: 34 + type: Transform - uid: 8113 components: - - type: Transform - pos: 24.5,5.5 + - pos: 24.5,5.5 parent: 34 + type: Transform - uid: 10257 components: - - type: Transform - pos: -57.5,-3.5 + - pos: -57.5,-3.5 parent: 34 + type: Transform - proto: ClosetWallEmergencyFilledRandom entities: - uid: 2252 components: - - type: Transform - pos: -44.5,-8.5 + - pos: -44.5,-8.5 parent: 34 + type: Transform - uid: 2265 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-2.5 parent: 34 + type: Transform - uid: 3275 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-45.5 parent: 34 + type: Transform - uid: 8027 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-46.5 parent: 34 + type: Transform - uid: 11662 components: - - type: Transform - pos: -38.5,0.5 + - pos: -38.5,0.5 parent: 34 + type: Transform - proto: ClosetWallFireFilledRandom entities: - uid: 2253 components: - - type: Transform - pos: -48.5,-8.5 + - pos: -48.5,-8.5 parent: 34 + type: Transform - uid: 2266 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-2.5 parent: 34 + type: Transform - uid: 11998 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-39.5 parent: 34 + type: Transform - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 1081 components: - - type: Transform - pos: 3.5,12.5 + - pos: 3.5,12.5 parent: 34 + type: Transform - uid: 4548 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-8.5 parent: 34 + type: Transform - uid: 11637 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -23.5,-33.5 parent: 34 + type: Transform - proto: ClothingBackpackDuffel entities: - uid: 10525 components: - - type: Transform - pos: 14.246488,14.886068 + - pos: 14.246488,14.886068 parent: 34 + type: Transform - proto: ClothingBackpackDuffelChemistry entities: - uid: 2681 components: - - type: Transform - pos: 1.2396619,-26.634832 + - pos: 1.2396619,-26.634832 parent: 34 + type: Transform - proto: ClothingBackpackDuffelSurgeryFilled entities: - uid: 8018 components: - - type: Transform - pos: 8.360569,-26.488272 + - pos: 8.360569,-26.488272 parent: 34 + type: Transform - proto: ClothingBeltChampion entities: - uid: 5249 components: - - type: Transform - pos: 24.365414,-33.605984 + - pos: 24.365414,-33.605984 parent: 34 + type: Transform - proto: ClothingBeltKatanaSheathFilled entities: - uid: 1411 components: - - type: MetaData - desc: Two swords! One sheath! Highly cool! + - desc: Two swords! One sheath! Highly cool! name: daishō - - type: Transform - pos: 26.41932,-33.46167 + type: MetaData + - pos: 26.41932,-33.46167 parent: 34 + type: Transform - proto: ClothingBeltMartialBlack entities: - uid: 143 components: - - type: Transform - pos: -3.7715287,4.4398217 + - pos: -3.7715287,4.4398217 parent: 34 + type: Transform - uid: 7656 components: - - type: Transform - pos: -3.6152787,4.7212677 + - pos: -3.6152787,4.7212677 parent: 34 + type: Transform - uid: 7661 components: - - type: Transform - pos: -3.3652787,4.4398217 + - pos: -3.3652787,4.4398217 parent: 34 + type: Transform - proto: ClothingEyesGlasses entities: - uid: 3143 components: - - type: Transform - pos: 5.5123873,-34.314106 + - pos: 5.5123873,-34.314106 parent: 34 + type: Transform - uid: 4747 components: - - type: Transform - pos: 48.340393,-3.2309566 + - pos: 48.340393,-3.2309566 parent: 34 + type: Transform - uid: 7986 components: - - type: Transform - pos: -8.591147,-22.271915 + - pos: -8.591147,-22.271915 parent: 34 + type: Transform - uid: 11097 components: - - type: Transform - pos: 6.503826,-47.396908 + - pos: 6.503826,-47.396908 parent: 34 + type: Transform - proto: ClothingEyesGlassesSunglasses entities: - uid: 11082 components: - - type: Transform - pos: 40.44687,-38.287453 + - pos: 40.44687,-38.287453 parent: 34 + type: Transform - proto: ClothingHandsGlovesBoxingBlue entities: - uid: 5877 components: - - type: Transform - pos: -56.298008,3.567985 + - pos: -56.298008,3.567985 parent: 34 + type: Transform - proto: ClothingHandsGlovesBoxingRed entities: - uid: 5876 components: - - type: Transform - pos: -56.719883,3.364719 + - pos: -56.719883,3.364719 parent: 34 + type: Transform - proto: ClothingHandsGlovesNitrile entities: - uid: 2696 components: - - type: Transform - pos: -1.4550788,-36.48648 + - pos: -1.4550788,-36.48648 parent: 34 + type: Transform - uid: 8986 components: - - type: Transform - pos: 9.080664,-26.590204 + - pos: 9.080664,-26.590204 parent: 34 + type: Transform - proto: ClothingHeadHatAnimalHeadslime entities: - uid: 11129 components: - - type: Transform - pos: 4.3164816,-50.59076 + - pos: 4.3164816,-50.59076 parent: 34 + type: Transform - proto: ClothingHeadHatBeretCap entities: - uid: 12898 components: - - type: Transform - pos: 25.45382,-29.348913 + - pos: 25.45382,-29.348913 parent: 34 + type: Transform - proto: ClothingHeadHatBowlerHat entities: - uid: 2277 components: - - type: Transform - pos: -47.420444,-4.453449 + - pos: -47.420444,-4.453449 parent: 34 + type: Transform - proto: ClothingHeadHatCone entities: - uid: 3742 components: - - type: Transform - pos: -22.758726,3.360742 + - pos: -22.758726,3.360742 parent: 34 + type: Transform - uid: 3743 components: - - type: Transform - pos: -22.31081,3.360742 + - pos: -22.31081,3.360742 parent: 34 + type: Transform - uid: 3744 components: - - type: Transform - pos: -22.52956,3.704731 + - pos: -22.52956,3.704731 parent: 34 + type: Transform - uid: 3745 components: - - type: Transform - pos: -23.268188,-27.556864 + - pos: -23.268188,-27.556864 parent: 34 + type: Transform - uid: 3746 components: - - type: Transform - pos: -23.768188,-27.567286 + - pos: -23.768188,-27.567286 parent: 34 + type: Transform - uid: 4284 components: - - type: Transform - pos: -23.539022,-27.306688 + - pos: -23.539022,-27.306688 parent: 34 + type: Transform - uid: 10230 components: - - type: Transform - pos: 21.847918,-35.67099 + - pos: 21.847918,-35.67099 parent: 34 + type: Transform - uid: 10231 components: - - type: Transform - pos: 21.613543,-37.31275 + - pos: 21.613543,-37.31275 parent: 34 + type: Transform - proto: ClothingHeadHatGreensoftFlipped entities: - uid: 3862 components: - - type: Transform - pos: -17.141165,-8.082127 + - pos: -17.141165,-8.082127 parent: 34 + type: Transform - proto: ClothingHeadHatGreysoftFlipped entities: - uid: 11081 components: - - type: Transform - pos: -41.92531,-6.956344 + - pos: -41.92531,-6.956344 parent: 34 + type: Transform - proto: ClothingHeadHatPaper entities: - uid: 12129 components: - - type: Transform - pos: -9.693979,-27.423695 + - pos: -9.693979,-27.423695 parent: 34 + type: Transform - proto: ClothingHeadHatParamedicsoftFlipped entities: - uid: 11492 components: - - type: Transform - pos: 5.4320927,-35.365402 + - pos: 5.4320927,-35.365402 parent: 34 + type: Transform - proto: ClothingHeadHatPurplesoftFlipped entities: - uid: 5568 components: - - type: Transform - pos: 4.7426805,-18.214638 + - pos: 4.7426805,-18.214638 parent: 34 + type: Transform - proto: ClothingHeadHatPwig entities: - uid: 3942 components: - - type: Transform - pos: 17.36679,-33.301086 + - pos: 17.36679,-33.301086 parent: 34 + type: Transform - proto: ClothingHeadHatSecsoftFlipped entities: - uid: 11105 components: - - type: Transform - pos: 19.88635,-20.1419 + - pos: 19.88635,-20.1419 parent: 34 + type: Transform - proto: ClothingHeadHatSurgcapBlue entities: - uid: 8987 components: - - type: Transform - pos: 8.893164,-26.329607 + - pos: 8.893164,-26.329607 parent: 34 + type: Transform - proto: ClothingHeadHatUshanka entities: - uid: 11586 components: - - type: Transform - pos: -9.611714,-26.883451 + - pos: -9.611714,-26.883451 parent: 34 + type: Transform - uid: 11587 components: - - type: Transform - pos: -43.477463,2.4802814 + - pos: -43.477463,2.4802814 parent: 34 + type: Transform - proto: ClothingHeadHatYellowsoftFlipped entities: - uid: 12156 components: - - type: Transform - pos: -32.044968,-25.916649 + - pos: -32.044968,-25.916649 parent: 34 + type: Transform - proto: ClothingHeadHelmetEVA entities: - uid: 1067 components: - - type: Transform - pos: 38.516422,-2.6021488 + - pos: 38.516422,-2.6021488 parent: 34 + type: Transform - uid: 6965 components: - - type: Transform - pos: 38.313297,-2.2427738 + - pos: 38.313297,-2.2427738 parent: 34 + type: Transform - uid: 10024 components: - - type: Transform - pos: 38.657047,-2.2740238 + - pos: 38.657047,-2.2740238 parent: 34 + type: Transform - proto: ClothingHeadHelmetKendoMen entities: - uid: 201 components: - - type: Transform - pos: -1.458238,8.644569 + - pos: -1.458238,8.644569 parent: 34 + type: Transform - uid: 266 components: - - type: Transform - pos: -1.6040713,8.884319 + - pos: -1.6040713,8.884319 parent: 34 + type: Transform - proto: ClothingHeadHelmetRiot entities: - uid: 12475 components: - - type: Transform - pos: 26.226002,-19.658371 + - pos: 26.226002,-19.658371 parent: 34 + type: Transform - uid: 12476 components: - - type: Transform - pos: 26.538502,-19.783371 + - pos: 26.538502,-19.783371 parent: 34 + type: Transform - uid: 12477 components: - - type: Transform - pos: 26.835377,-19.642746 + - pos: 26.835377,-19.642746 parent: 34 + type: Transform - proto: ClothingKimonoBlue entities: - uid: 2233 components: - - type: Transform - pos: -46.29961,-6.3338046 + - pos: -46.29961,-6.3338046 parent: 34 + type: Transform - uid: 11543 components: - - type: Transform - pos: 16.928967,-45.71533 + - pos: 16.928967,-45.71533 parent: 34 + type: Transform - uid: 12160 components: - - type: Transform - pos: -56.65657,-8.265217 + - pos: -56.65657,-8.265217 parent: 34 + type: Transform - proto: ClothingKimonoPink entities: - uid: 2232 components: - - type: Transform - pos: -46.664196,-6.5214357 + - pos: -46.664196,-6.5214357 parent: 34 + type: Transform - uid: 11294 components: - - type: Transform - pos: -56.21907,-8.286066 + - pos: -56.21907,-8.286066 parent: 34 + type: Transform - uid: 11938 components: - - type: Transform - pos: 35.418346,-41.04132 + - pos: 35.418346,-41.04132 parent: 34 + type: Transform - proto: ClothingKimonoPurple entities: - uid: 12018 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -50.421227,6.98867 parent: 34 + type: Transform - uid: 12159 components: - - type: Transform - pos: -56.735504,-8.57724 + - pos: -56.735504,-8.57724 parent: 34 + type: Transform - proto: ClothingKimonoSky entities: - uid: 12019 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.337894,5.195757 parent: 34 + type: Transform - uid: 12161 components: - - type: Transform - pos: -56.298004,-8.57724 + - pos: -56.298004,-8.57724 parent: 34 + type: Transform - proto: ClothingMaskBreath entities: - uid: 2963 components: - - type: Transform - pos: 38.391422,-4.570899 + - pos: 38.391422,-4.570899 parent: 34 + type: Transform - uid: 4850 components: - - type: Transform - pos: 38.625797,-4.305274 + - pos: 38.625797,-4.305274 parent: 34 + type: Transform - uid: 9108 components: - - type: Transform - pos: 38.313297,-4.305274 + - pos: 38.313297,-4.305274 parent: 34 + type: Transform - proto: ClothingMaskBreathMedical entities: - uid: 8983 components: - - type: Transform - pos: 10.657473,-26.61325 + - pos: 10.657473,-26.61325 parent: 34 + type: Transform - proto: ClothingMaskGas entities: - uid: 3816 components: - - type: Transform - pos: 8.33245,-18.597364 + - pos: 8.33245,-18.597364 parent: 34 + type: Transform - uid: 10907 components: - - type: Transform - pos: 37.36135,-27.587206 + - pos: 37.36135,-27.587206 parent: 34 + type: Transform - proto: ClothingMaskGasExplorer entities: - uid: 11088 components: - - type: Transform - pos: -23.165615,-6.7525067 + - pos: -23.165615,-6.7525067 parent: 34 + type: Transform - proto: ClothingMaskSterile entities: - uid: 8988 components: - - type: Transform - pos: 8.497331,-26.25664 + - pos: 8.497331,-26.25664 parent: 34 + type: Transform - proto: ClothingNeckBling entities: - uid: 5253 components: - - type: Transform - pos: 26.728117,-35.429417 + - pos: 26.728117,-35.429417 parent: 34 + type: Transform - proto: ClothingNeckMantleCap entities: - uid: 11021 components: - - type: Transform - pos: 25.62694,-27.737291 + - pos: 25.62694,-27.737291 parent: 34 + type: Transform - proto: ClothingNeckMantleCE entities: - uid: 2484 components: - - type: Transform - pos: -24.217266,-29.723326 + - pos: -24.217266,-29.723326 parent: 34 + type: Transform - proto: ClothingNeckMantleCMO entities: - uid: 11762 components: - - type: Transform - pos: 9.707951,-32.065105 + - pos: 9.707951,-32.065105 parent: 34 + type: Transform - proto: ClothingNeckMantleHOP entities: - uid: 11019 components: - - type: Transform - pos: -18.673035,-16.724771 + - pos: -18.673035,-16.724771 parent: 34 + type: Transform - proto: ClothingNeckMantleHOS entities: - uid: 11020 components: - - type: Transform - pos: 30.0086,-10.640028 + - pos: 30.0086,-10.640028 parent: 34 + type: Transform - proto: ClothingNeckMantleMystagogue entities: - uid: 11049 components: - - type: Transform - pos: -35.36167,-5.56062 + - pos: -35.36167,-5.56062 parent: 34 + type: Transform - proto: ClothingOuterArmorKendoBogu entities: - uid: 161 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.1353214,8.488211 parent: 34 + type: Transform - uid: 204 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.4165714,8.717537 parent: 34 + type: Transform - proto: ClothingOuterArmorRiot entities: - uid: 3589 components: - - type: Transform - pos: 26.505474,-19.430716 + - pos: 26.505474,-19.430716 parent: 34 + type: Transform - uid: 3590 components: - - type: Transform - pos: 26.7086,-19.22745 + - pos: 26.7086,-19.22745 parent: 34 + type: Transform - uid: 3591 components: - - type: Transform - pos: 26.317974,-19.22745 + - pos: 26.317974,-19.22745 parent: 34 + type: Transform - proto: ClothingOuterCoatDetective entities: - uid: 2270 components: - - type: Transform - parent: 2273 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 2273 + type: Transform + - canCollide: False + type: Physics - type: InsideEntityStorage - proto: ClothingOuterCoatJensen entities: - uid: 11130 components: - - type: Transform - pos: 7.0981836,13.422745 + - pos: 7.0981836,13.422745 parent: 34 + type: Transform - proto: ClothingOuterHoodieBlack entities: - uid: 11172 components: - - type: Transform - pos: -53.648323,13.706945 + - pos: -53.648323,13.706945 parent: 34 + type: Transform - proto: ClothingOuterHoodieGrey entities: - uid: 3366 components: - - type: Transform - pos: -50.284447,-6.6377063 + - pos: -50.284447,-6.6377063 parent: 34 + type: Transform - uid: 11173 components: - - type: Transform - pos: -53.335823,13.441137 + - pos: -53.335823,13.441137 parent: 34 + type: Transform - proto: ClothingOuterRobesJudge entities: - uid: 3941 components: - - type: Transform - pos: 17.450125,-33.60338 + - pos: 17.450125,-33.60338 parent: 34 + type: Transform - proto: ClothingOuterVestHazard entities: - uid: 11398 components: - - type: Transform - pos: 8.771124,-18.63701 + - pos: 8.771124,-18.63701 parent: 34 + type: Transform - proto: ClothingOuterWinterMed entities: - uid: 9029 components: - - type: Transform - pos: -1.6763294,-43.283558 + - pos: -1.6763294,-43.283558 parent: 34 + type: Transform - uid: 9031 components: - - type: Transform - pos: -1.2700794,-43.549183 + - pos: -1.2700794,-43.549183 parent: 34 + type: Transform - proto: ClothingShoesBling entities: - uid: 5252 components: - - type: Transform - pos: 26.415617,-35.476326 + - pos: 26.415617,-35.476326 parent: 34 + type: Transform - proto: ClothingShoesBootsLaceup entities: - uid: 2275 components: - - type: Transform - pos: -47.71953,-3.922996 + - pos: -47.71953,-3.922996 parent: 34 + type: Transform - proto: ClothingShoesLeather entities: - uid: 3368 components: - - type: Transform - pos: -50.26882,-7.091146 + - pos: -50.26882,-7.091146 parent: 34 + type: Transform - proto: ClothingShoesSlippers entities: - uid: 3367 components: - - type: Transform - pos: -45.26882,-7.1380534 + - pos: -45.26882,-7.1380534 parent: 34 + type: Transform - proto: ClothingShoesTourist entities: - uid: 10939 components: - - type: Transform - pos: -48.775764,1.1938145 + - pos: -48.775764,1.1938145 parent: 34 + type: Transform - proto: ClothingShoesWizard entities: - uid: 7654 components: - - type: MetaData - desc: How about you "geta" real shoe?? + - desc: How about you "geta" real shoe?? name: geta - - type: Transform - pos: -0.7402786,3.1785288 + type: MetaData + - pos: -0.7402786,3.1785288 parent: 34 + type: Transform - uid: 7658 components: - - type: MetaData - desc: How about you "geta" real shoe?? + - desc: How about you "geta" real shoe?? name: geta - - type: Transform - pos: -0.854862,3.5016704 + type: MetaData + - pos: -0.854862,3.5016704 parent: 34 + type: Transform - uid: 7659 components: - - type: MetaData - desc: How about you "geta" real shoe?? + - desc: How about you "geta" real shoe?? name: geta - - type: Transform - pos: -0.40694523,3.6580286 + type: MetaData + - pos: -0.40694523,3.6580286 parent: 34 + type: Transform - uid: 7662 components: - - type: MetaData - desc: How about you "geta" real shoe?? + - desc: How about you "geta" real shoe?? name: geta - - type: Transform - pos: -0.3965286,3.36616 + type: MetaData + - pos: -0.3965286,3.36616 parent: 34 + type: Transform - uid: 12020 components: - - type: MetaData - desc: How about you "geta" real shoe?? + - desc: How about you "geta" real shoe?? name: geta - - type: Transform - pos: -47.218323,-9.130675 + type: MetaData + - pos: -47.218323,-9.130675 parent: 34 + type: Transform - uid: 12021 components: - - type: MetaData - desc: How about you "geta" real shoe?? + - desc: How about you "geta" real shoe?? name: geta - - type: Transform - pos: -47.072487,-9.339152 + type: MetaData + - pos: -47.072487,-9.339152 parent: 34 + type: Transform - proto: ClothingUnderSocksBee entities: - uid: 3369 components: - - type: Transform - pos: -47.789196,-7.7931514 + - pos: -47.789196,-7.7931514 parent: 34 + type: Transform - proto: ClothingUnderSocksCoder entities: - uid: 3464 components: - - type: Transform - pos: -27.712547,-36.253307 + - pos: -27.712547,-36.253307 parent: 34 + type: Transform - proto: ClothingUniformJumpskirtDetective entities: - uid: 2272 components: - - type: Transform - parent: 2273 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 2273 + type: Transform + - canCollide: False + type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpsuitDetective entities: - uid: 2271 components: - - type: Transform - parent: 2273 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 2273 + type: Transform + - canCollide: False + type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpsuitDetectiveGrey entities: - uid: 2274 components: - - type: Transform - pos: -47.672653,-4.517158 + - pos: -47.672653,-4.517158 parent: 34 + type: Transform - proto: ClothingUniformJumpsuitEngineeringHazard entities: - uid: 11400 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.718834,-4.253128 parent: 34 + type: Transform - proto: ClothingUniformJumpsuitPrisoner entities: - uid: 3536 components: - - type: Transform - pos: 17.322996,-10.366264 + - pos: 17.322996,-10.366264 parent: 34 + type: Transform - uid: 3537 components: - - type: Transform - pos: 17.71883,-10.366264 + - pos: 17.71883,-10.366264 parent: 34 + type: Transform - uid: 3549 components: - - type: Transform - pos: 17.520914,-10.574743 + - pos: 17.520914,-10.574743 parent: 34 + type: Transform - proto: ClothingUniformJumpsuitTshirtJeans entities: - uid: 10938 components: - - type: Transform - pos: -48.369514,1.6107705 + - pos: -48.369514,1.6107705 parent: 34 + type: Transform - uid: 11174 components: - - type: Transform - pos: -52.663948,13.675674 + - pos: -52.663948,13.675674 parent: 34 + type: Transform - proto: ClothingUniformJumpsuitTshirtJeansGray entities: - uid: 11175 components: - - type: Transform - pos: -52.492073,13.456772 + - pos: -52.492073,13.456772 parent: 34 + type: Transform - proto: ClothingUniformJumpsuitTshirtJeansPeach entities: - uid: 11176 components: - - type: Transform - pos: -52.257698,13.691311 + - pos: -52.257698,13.691311 parent: 34 + type: Transform - proto: ClothingUniformKendoHakama entities: - uid: 149 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.208238,8.790504 parent: 34 + type: Transform - uid: 157 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.1040714,8.488211 parent: 34 + type: Transform - uid: 210 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.6353214,8.769655 parent: 34 + type: Transform - uid: 227 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5415714,8.488211 parent: 34 + type: Transform - proto: ClothingUniformMartialGi entities: - uid: 199 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.6569455,5.5239077 parent: 34 + type: Transform - uid: 7657 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.2715287,5.5343323 parent: 34 + type: Transform - uid: 7660 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.511112,5.242462 parent: 34 + type: Transform - proto: ComfyChair entities: - uid: 909 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-5.5 parent: 34 + type: Transform - uid: 1001 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 49.5,-0.5 parent: 34 + type: Transform - uid: 1078 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-1.5 parent: 34 + type: Transform - uid: 1359 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -17.5,-38.5 parent: 34 + type: Transform - uid: 2187 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-4.5 parent: 34 + type: Transform - uid: 2188 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-4.5 parent: 34 + type: Transform - uid: 2189 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-6.5 parent: 34 + type: Transform - uid: 3624 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-7.5 parent: 34 + type: Transform - uid: 3903 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 16.5,-33.5 parent: 34 + type: Transform - uid: 4282 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-29.5 parent: 34 + type: Transform - uid: 4857 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 47.5,-0.5 parent: 34 + type: Transform - uid: 4955 components: - - type: Transform - pos: 40.5,-12.5 + - pos: 40.5,-12.5 parent: 34 + type: Transform - uid: 6232 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,-27.5 parent: 34 + type: Transform - uid: 11514 components: - - type: Transform - pos: 39.5,-32.5 + - pos: 39.5,-32.5 parent: 34 + type: Transform - proto: ComputerAnalysisConsole entities: - uid: 404 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-6.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 49: - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver + type: DeviceLinkSource - proto: ComputerBroken entities: - uid: 11374 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-37.5 parent: 34 + type: Transform - proto: ComputerCargoBounty entities: - uid: 7863 components: - - type: Transform - pos: -7.5,-29.5 + - pos: -7.5,-29.5 parent: 34 + type: Transform - proto: ComputerCargoOrders entities: - uid: 1886 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,-27.5 parent: 34 + type: Transform - proto: ComputerCargoShuttle entities: - uid: 12610 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -11.5,-38.5 parent: 34 + type: Transform - proto: ComputerCloningConsole entities: - uid: 12440 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-41.5 parent: 34 + type: Transform - proto: ComputerComms entities: - uid: 4371 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 30.5,-35.5 parent: 34 + type: Transform - proto: ComputerCrewMonitoring entities: - uid: 2514 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-35.5 parent: 34 + type: Transform - uid: 4370 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-33.5 parent: 34 + type: Transform - proto: ComputerCriminalRecords entities: - uid: 4367 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 30.5,-34.5 parent: 34 + type: Transform - proto: ComputerId entities: - uid: 71 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-30.5 parent: 34 + type: Transform - uid: 955 components: - - type: Transform - pos: -33.5,-3.5 + - pos: -33.5,-3.5 parent: 34 + type: Transform - uid: 1962 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-19.5 parent: 34 + type: Transform - uid: 2489 components: - - type: Transform - pos: 10.5,-31.5 + - pos: 10.5,-31.5 parent: 34 + type: Transform - uid: 2493 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-9.5 parent: 34 + type: Transform - uid: 7702 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -18.5,-38.5 parent: 34 + type: Transform - uid: 12112 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-28.5 parent: 34 + type: Transform - proto: ComputerMassMedia entities: - uid: 1083 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 18.5,-39.5 parent: 34 + type: Transform - proto: ComputerMedicalRecords entities: - uid: 4369 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-34.5 parent: 34 + type: Transform - proto: ComputerPowerMonitoring entities: - uid: 2155 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 30.5,-45.5 parent: 34 + type: Transform - uid: 5413 components: - - type: Transform - pos: 32.5,-42.5 + - pos: 32.5,-42.5 parent: 34 + type: Transform - uid: 5575 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,2.5 parent: 34 + type: Transform - uid: 12274 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-31.5 parent: 34 + type: Transform - proto: ComputerRadar entities: - uid: 2370 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 33.5,-37.5 parent: 34 + type: Transform - uid: 5579 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-56.5 parent: 34 + type: Transform - proto: ComputerResearchAndDevelopment entities: - uid: 2029 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-18.5 parent: 34 + type: Transform - proto: ComputerShuttleCargo entities: - uid: 2673 components: - - type: Transform - pos: -15.5,-40.5 + - pos: -15.5,-40.5 parent: 34 + type: Transform - proto: ComputerShuttleSalvage entities: - uid: 1052 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-55.5 parent: 34 + type: Transform - proto: ComputerSolarControl entities: - uid: 5421 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-44.5 parent: 34 + type: Transform - uid: 11698 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,2.5 parent: 34 + type: Transform - proto: ComputerStationRecords entities: - uid: 2201 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,2.5 parent: 34 + type: Transform - uid: 4368 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-35.5 parent: 34 + type: Transform - uid: 10791 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,2.5 parent: 34 + type: Transform - proto: ComputerSurveillanceCameraMonitor entities: - uid: 3634 components: - - type: Transform - pos: 26.5,-6.5 + - pos: 26.5,-6.5 parent: 34 + type: Transform - uid: 4366 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 30.5,-33.5 parent: 34 + type: Transform - uid: 4915 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-15.5 parent: 34 + type: Transform - uid: 6956 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-9.5 parent: 34 + type: Transform - proto: ComputerSurveillanceWirelessCameraMonitor entities: - uid: 8750 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,3.5 parent: 34 + type: Transform - proto: ComputerTechnologyDiskTerminal entities: - uid: 2549 components: - - type: Transform - pos: -35.5,-15.5 + - pos: -35.5,-15.5 parent: 34 + type: Transform - proto: ComputerTelevision entities: - uid: 2416 components: - - type: Transform - pos: -39.5,-25.5 + - pos: -39.5,-25.5 parent: 34 + type: Transform - uid: 3625 components: - - type: Transform - pos: 20.5,-6.5 + - pos: 20.5,-6.5 parent: 34 + type: Transform - uid: 4953 components: - - type: Transform - pos: 48.5,1.5 + - pos: 48.5,1.5 + parent: 34 + type: Transform + - uid: 13002 + components: + - pos: 0.5,-3.5 parent: 34 + type: Transform - proto: ConveyorBelt entities: - uid: 902 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-43.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 1307 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -17.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 8449 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -21.5,-43.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 10282 components: - - type: Transform - pos: -38.5,7.5 + - pos: -38.5,7.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11254 + type: DeviceLinkSink - uid: 10283 components: - - type: Transform - pos: -38.5,8.5 + - pos: -38.5,8.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11254 + type: DeviceLinkSink - uid: 10284 components: - - type: Transform - pos: -38.5,9.5 + - pos: -38.5,9.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11254 + type: DeviceLinkSink - uid: 10285 components: - - type: Transform - pos: -38.5,10.5 + - pos: -38.5,10.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11254 + type: DeviceLinkSink - uid: 12657 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12658 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -37.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12659 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -36.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12661 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12664 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12666 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12672 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12673 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-57.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12677 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-56.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12678 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-55.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12679 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-54.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12680 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-53.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12687 + type: DeviceLinkSink - uid: 12691 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 12692 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 12693 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -14.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 12697 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -13.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 12698 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -12.5,-42.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - uid: 12699 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -12.5,-41.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1054 + type: DeviceLinkSink - proto: CowToolboxFilled entities: - uid: 11086 components: - - type: Transform - pos: 3.5872319,-47.363503 + - pos: 3.5872319,-47.363503 parent: 34 + type: Transform - proto: CrateAirlockKit entities: - uid: 10255 components: - - type: Transform - pos: -56.5,-6.5 + - pos: -56.5,-6.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -28944,15 +28975,15 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateArtifactContainer entities: - uid: 958 components: - - type: Transform - pos: -25.5,-3.5 + - pos: -25.5,-3.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -28969,15 +29000,15 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateEmergencyInternals entities: - uid: 5563 components: - - type: Transform - pos: -16.5,4.5 + - pos: -16.5,4.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -28994,27 +29025,27 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateEmptySpawner entities: - uid: 649 components: - - type: Transform - pos: -7.5,-35.5 + - pos: -7.5,-35.5 parent: 34 + type: Transform - uid: 664 components: - - type: Transform - pos: -7.5,-36.5 + - pos: -7.5,-36.5 parent: 34 + type: Transform - proto: CrateEngineeringAMEJar entities: - uid: 1151 components: - - type: Transform - pos: -29.5,-36.5 + - pos: -29.5,-36.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29031,15 +29062,15 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateEngineeringAMEShielding entities: - uid: 1153 components: - - type: Transform - pos: -29.5,-39.5 + - pos: -29.5,-39.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29056,13 +29087,13 @@ entities: - 0 - 0 - 0 + type: EntityStorage - uid: 1311 components: - - type: Transform - pos: -29.5,-38.5 + - pos: -29.5,-38.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29079,22 +29110,22 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateEngineeringCableBulk entities: - uid: 4533 components: - - type: Transform - pos: 37.5,-18.5 + - pos: 37.5,-18.5 parent: 34 + type: Transform - proto: CrateEngineeringSolar entities: - uid: 5629 components: - - type: Transform - pos: -22.5,7.5 + - pos: -22.5,7.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29111,13 +29142,13 @@ entities: - 0 - 0 - 0 + type: EntityStorage - uid: 5672 components: - - type: Transform - pos: -21.5,7.5 + - pos: -21.5,7.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29134,36 +29165,36 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateEngineeringToolbox entities: - uid: 2487 components: - - type: Transform - pos: -21.5,-25.5 + - pos: -21.5,-25.5 parent: 34 + type: Transform - proto: CrateFilledSpawner entities: - uid: 1930 components: - - type: Transform - pos: -7.5,-34.5 + - pos: -7.5,-34.5 parent: 34 + type: Transform - proto: CrateFunArtSupplies entities: - uid: 626 components: - - type: Transform - pos: 39.5,-15.5 + - pos: 39.5,-15.5 parent: 34 + type: Transform - proto: CrateFunBoardGames entities: - uid: 3629 components: - - type: Transform - pos: 20.5,-5.5 + - pos: 20.5,-5.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29180,15 +29211,15 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateHydroponics entities: - uid: 431 components: - - type: Transform - pos: -16.5,-4.5 + - pos: -16.5,-4.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.1496 @@ -29205,8 +29236,8 @@ entities: - 0 - 0 - 0 - - type: ContainerContainer - containers: + type: EntityStorage + - containers: entity_storage: !type:Container showEnts: False occludes: True @@ -29216,22 +29247,22 @@ entities: showEnts: False occludes: True ent: null + type: ContainerContainer - proto: CrateHydroSecure entities: - uid: 254 components: - - type: Transform - pos: -14.5,-7.5 + - pos: -14.5,-7.5 parent: 34 + type: Transform - proto: CrateMedicalSecure entities: - uid: 2693 components: - - type: Transform - pos: -1.5,-29.5 + - pos: -1.5,-29.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29248,20 +29279,20 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateMedicalSurgery entities: - uid: 2504 components: - - type: Transform - pos: -49.5,-16.5 + - pos: -49.5,-16.5 parent: 34 + type: Transform - uid: 2930 components: - - type: Transform - pos: 7.5,-26.5 + - pos: 7.5,-26.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29278,22 +29309,22 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateNPCHamster entities: - uid: 5248 components: - - type: Transform - pos: -1.5,-18.5 + - pos: -1.5,-18.5 parent: 34 + type: Transform - proto: CratePrivateSecure entities: - uid: 5062 components: - - type: Transform - pos: -48.5,2.5 + - pos: -48.5,2.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29310,15 +29341,15 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateScienceSecure entities: - uid: 2529 components: - - type: Transform - pos: -32.5,-19.5 + - pos: -32.5,-19.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29335,15 +29366,15 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrateServiceBureaucracy entities: - uid: 1917 components: - - type: Transform - pos: -12.5,-24.5 + - pos: -12.5,-24.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29360,36 +29391,36 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrayonBlack entities: - uid: 5947 components: - - type: Transform - pos: 1.8039385,-17.44404 + - pos: 1.8039385,-17.44404 parent: 34 + type: Transform - proto: CrayonBox entities: - uid: 3630 components: - - type: Transform - pos: 19.63428,-3.22361 + - pos: 19.63428,-3.22361 parent: 34 + type: Transform - proto: CrayonWhite entities: - uid: 5944 components: - - type: Transform - pos: 2.0226886,-17.459675 + - pos: 2.0226886,-17.459675 parent: 34 + type: Transform - proto: Crematorium entities: - uid: 3361 components: - - type: Transform - pos: -31.5,-13.5 + - pos: -31.5,-13.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -29406,4058 +29437,4077 @@ entities: - 0 - 0 - 0 + type: EntityStorage - proto: CrewMonitoringServer entities: - uid: 11690 components: - - type: Transform - pos: 31.5,-27.5 + - pos: 31.5,-27.5 parent: 34 + type: Transform - proto: Crowbar entities: - uid: 85 components: - - type: Transform - pos: -52.397526,-17.118998 + - pos: -52.397526,-17.118998 parent: 34 + type: Transform - uid: 10225 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.760273,-35.584446 parent: 34 + type: Transform - proto: CrowbarRed entities: - uid: 11104 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.135655,-15.792711 parent: 34 + type: Transform - uid: 11345 components: - - type: Transform - pos: -35.52583,-11.586708 + - pos: -35.52583,-11.586708 parent: 34 + type: Transform - uid: 11692 components: - - type: Transform - pos: 17.491467,-44.574703 + - pos: 17.491467,-44.574703 parent: 34 + type: Transform - uid: 12191 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.613799,13.602171 parent: 34 + type: Transform - proto: CryoPod entities: - uid: 2679 components: - - type: Transform - pos: 0.5,-39.5 + - pos: 0.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: CryoxadoneBeakerSmall entities: - uid: 12604 components: - - type: Transform - pos: 1.0656376,-43.150978 + - pos: 1.0656376,-43.150978 parent: 34 + type: Transform - proto: CultAltarSpawner entities: - uid: 4967 components: - - type: Transform - pos: 26.5,11.5 + - pos: 26.5,11.5 parent: 34 + type: Transform - proto: CyborgEndoskeleton entities: - uid: 8001 components: - - type: Transform - pos: -45.505913,-18.333607 + - pos: -45.505913,-18.333607 parent: 34 + type: Transform - proto: d20Dice entities: - uid: 4675 components: - - type: Transform - pos: 48.918518,-3.4653316 + - pos: 48.918518,-3.4653316 parent: 34 + type: Transform - uid: 5044 components: - - type: Transform - pos: 17.480783,3.5951743 + - pos: 17.480783,3.5951743 parent: 34 + type: Transform - proto: DefibrillatorCabinetFilled entities: - uid: 3284 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-2.5 parent: 34 + type: Transform - uid: 7144 components: - - type: Transform - pos: 6.5,-30.5 + - pos: 6.5,-30.5 parent: 34 + type: Transform - proto: DeployableBarrier entities: - uid: 4923 components: - - type: Transform - pos: 21.5,-1.5 + - pos: 21.5,-1.5 parent: 34 + type: Transform - uid: 4924 components: - - type: Transform - pos: 21.5,-0.5 + - pos: 21.5,-0.5 parent: 34 + type: Transform - uid: 4925 components: - - type: Transform - pos: 26.5,-16.5 + - pos: 26.5,-16.5 parent: 34 + type: Transform - uid: 4926 components: - - type: Transform - pos: 26.5,-15.5 + - pos: 26.5,-15.5 parent: 34 + type: Transform - proto: DeskBell entities: - uid: 1412 components: - - type: Transform - pos: -20.592945,-26.566446 + - pos: -20.592945,-26.566446 parent: 34 + type: Transform - uid: 1421 components: - - type: Transform - pos: -1.7226835,-30.526058 + - pos: -1.7226835,-30.526058 parent: 34 + type: Transform - uid: 4139 components: - - type: Transform - pos: 21.280338,-13.184029 + - pos: 21.280338,-13.184029 parent: 34 + type: Transform - proto: DiceBag entities: - uid: 3628 components: - - type: Transform - pos: 18.355251,-7.464027 + - pos: 18.355251,-7.464027 parent: 34 + type: Transform - proto: DiseaseDiagnoser entities: - uid: 8681 components: - - type: Transform - pos: -0.5,-35.5 + - pos: -0.5,-35.5 parent: 34 + type: Transform - proto: DisposalBend entities: - uid: 1305 components: - - type: Transform - pos: -3.5,-44.5 + - pos: -3.5,-44.5 parent: 34 + type: Transform - uid: 2701 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-46.5 parent: 34 + type: Transform - uid: 4046 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-44.5 parent: 34 + type: Transform - uid: 8142 components: - - type: Transform - pos: 8.5,13.5 + - pos: 8.5,13.5 parent: 34 + type: Transform - uid: 8185 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-13.5 parent: 34 + type: Transform - uid: 8354 components: - - type: Transform - pos: 32.5,-22.5 + - pos: 32.5,-22.5 parent: 34 + type: Transform - uid: 8513 components: - - type: Transform - pos: -5.5,-34.5 + - pos: -5.5,-34.5 parent: 34 + type: Transform - uid: 8529 components: - - type: Transform - pos: -5.5,-21.5 + - pos: -5.5,-21.5 parent: 34 + type: Transform - uid: 8530 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-23.5 parent: 34 + type: Transform - uid: 8535 components: - - type: Transform - pos: 5.5,-23.5 + - pos: 5.5,-23.5 parent: 34 + type: Transform - uid: 8541 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-22.5 parent: 34 + type: Transform - uid: 8583 components: - - type: Transform - pos: 12.5,-0.5 + - pos: 12.5,-0.5 parent: 34 + type: Transform - uid: 10856 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-29.5 parent: 34 + type: Transform - uid: 11569 components: - - type: Transform - pos: -34.5,-25.5 + - pos: -34.5,-25.5 parent: 34 + type: Transform - uid: 11570 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-25.5 parent: 34 + type: Transform - uid: 11639 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,-0.5 parent: 34 + type: Transform - uid: 11649 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,9.5 parent: 34 + type: Transform - proto: DisposalJunction entities: - uid: 2335 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-21.5 parent: 34 + type: Transform - uid: 6958 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 34 + type: Transform - uid: 8140 components: - - type: Transform - pos: 8.5,8.5 + - pos: 8.5,8.5 parent: 34 + type: Transform - uid: 8141 components: - - type: Transform - pos: 8.5,2.5 + - pos: 8.5,2.5 parent: 34 + type: Transform - uid: 8190 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-22.5 parent: 34 + type: Transform - uid: 8191 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,-22.5 parent: 34 + type: Transform - uid: 8262 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-13.5 parent: 34 + type: Transform - uid: 8263 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-5.5 parent: 34 + type: Transform - uid: 8474 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-34.5 parent: 34 + type: Transform - uid: 8539 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-13.5 parent: 34 + type: Transform - uid: 8581 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-0.5 parent: 34 + type: Transform - uid: 8582 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-0.5 parent: 34 + type: Transform - proto: DisposalJunctionFlipped entities: - uid: 5789 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-0.5 parent: 34 + type: Transform - uid: 8220 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-21.5 parent: 34 + type: Transform - uid: 8222 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -26.5,-21.5 parent: 34 + type: Transform - uid: 8316 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-12.5 parent: 34 + type: Transform - uid: 8536 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-21.5 parent: 34 + type: Transform - uid: 8540 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-12.5 parent: 34 + type: Transform - uid: 8580 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 34 + type: Transform - proto: DisposalPipe entities: - uid: 2334 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-21.5 parent: 34 + type: Transform - uid: 2371 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-21.5 parent: 34 + type: Transform - uid: 2676 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-45.5 parent: 34 + type: Transform - uid: 4494 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-46.5 parent: 34 + type: Transform - uid: 4528 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-5.5 parent: 34 + type: Transform - uid: 4784 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-0.5 parent: 34 + type: Transform - uid: 4809 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-5.5 parent: 34 + type: Transform - uid: 4810 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-5.5 parent: 34 + type: Transform - uid: 4844 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-5.5 parent: 34 + type: Transform - uid: 5024 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-5.5 parent: 34 + type: Transform - uid: 5788 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-0.5 parent: 34 + type: Transform - uid: 7068 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 34 + type: Transform - uid: 7828 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-46.5 parent: 34 + type: Transform - uid: 7829 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-46.5 parent: 34 + type: Transform - uid: 8125 components: - - type: Transform - pos: 42.5,7.5 + - pos: 42.5,7.5 parent: 34 + type: Transform - uid: 8126 components: - - type: Transform - pos: 42.5,8.5 + - pos: 42.5,8.5 parent: 34 + type: Transform - uid: 8127 components: - - type: Transform - pos: 42.5,9.5 + - pos: 42.5,9.5 parent: 34 + type: Transform - uid: 8143 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,13.5 parent: 34 + type: Transform - uid: 8144 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,13.5 parent: 34 + type: Transform - uid: 8145 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,13.5 parent: 34 + type: Transform - uid: 8146 components: - - type: Transform - pos: 8.5,12.5 + - pos: 8.5,12.5 parent: 34 + type: Transform - uid: 8147 components: - - type: Transform - pos: 8.5,11.5 + - pos: 8.5,11.5 parent: 34 + type: Transform - uid: 8148 components: - - type: Transform - pos: 8.5,10.5 + - pos: 8.5,10.5 parent: 34 + type: Transform - uid: 8149 components: - - type: Transform - pos: 8.5,9.5 + - pos: 8.5,9.5 parent: 34 + type: Transform - uid: 8150 components: - - type: Transform - pos: 8.5,7.5 + - pos: 8.5,7.5 parent: 34 + type: Transform - uid: 8151 components: - - type: Transform - pos: 8.5,6.5 + - pos: 8.5,6.5 parent: 34 + type: Transform - uid: 8152 components: - - type: Transform - pos: 8.5,5.5 + - pos: 8.5,5.5 parent: 34 + type: Transform - uid: 8153 components: - - type: Transform - pos: 8.5,4.5 + - pos: 8.5,4.5 parent: 34 + type: Transform - uid: 8154 components: - - type: Transform - pos: 8.5,3.5 + - pos: 8.5,3.5 parent: 34 + type: Transform - uid: 8155 components: - - type: Transform - pos: 8.5,1.5 + - pos: 8.5,1.5 parent: 34 + type: Transform - uid: 8156 components: - - type: Transform - pos: 8.5,0.5 + - pos: 8.5,0.5 parent: 34 + type: Transform - uid: 8162 components: - - type: Transform - pos: 12.5,-11.5 + - pos: 12.5,-11.5 parent: 34 + type: Transform - uid: 8163 components: - - type: Transform - pos: 12.5,-10.5 + - pos: 12.5,-10.5 parent: 34 + type: Transform - uid: 8164 components: - - type: Transform - pos: 12.5,-9.5 + - pos: 12.5,-9.5 parent: 34 + type: Transform - uid: 8165 components: - - type: Transform - pos: 12.5,-8.5 + - pos: 12.5,-8.5 parent: 34 + type: Transform - uid: 8166 components: - - type: Transform - pos: 12.5,-7.5 + - pos: 12.5,-7.5 parent: 34 + type: Transform - uid: 8167 components: - - type: Transform - pos: 12.5,-6.5 + - pos: 12.5,-6.5 parent: 34 + type: Transform - uid: 8168 components: - - type: Transform - pos: 12.5,-5.5 + - pos: 12.5,-5.5 parent: 34 + type: Transform - uid: 8169 components: - - type: Transform - pos: 12.5,-4.5 + - pos: 12.5,-4.5 parent: 34 + type: Transform - uid: 8170 components: - - type: Transform - pos: 12.5,-3.5 + - pos: 12.5,-3.5 parent: 34 + type: Transform - uid: 8171 components: - - type: Transform - pos: 12.5,-2.5 + - pos: 12.5,-2.5 parent: 34 + type: Transform - uid: 8172 components: - - type: Transform - pos: 12.5,-1.5 + - pos: 12.5,-1.5 parent: 34 + type: Transform - uid: 8173 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-13.5 parent: 34 + type: Transform - uid: 8174 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-13.5 parent: 34 + type: Transform - uid: 8175 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-13.5 parent: 34 + type: Transform - uid: 8176 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,-13.5 parent: 34 + type: Transform - uid: 8177 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,-13.5 parent: 34 + type: Transform - uid: 8178 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-13.5 parent: 34 + type: Transform - uid: 8179 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-13.5 parent: 34 + type: Transform - uid: 8180 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-13.5 parent: 34 + type: Transform - uid: 8181 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 21.5,-13.5 parent: 34 + type: Transform - uid: 8182 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-13.5 parent: 34 + type: Transform - uid: 8183 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-13.5 parent: 34 + type: Transform - uid: 8184 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-13.5 parent: 34 + type: Transform - uid: 8187 components: - - type: Transform - pos: 25.5,-12.5 + - pos: 25.5,-12.5 parent: 34 + type: Transform - uid: 8192 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,-22.5 parent: 34 + type: Transform - uid: 8200 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-21.5 parent: 34 + type: Transform - uid: 8201 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-21.5 parent: 34 + type: Transform - uid: 8202 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-21.5 parent: 34 + type: Transform - uid: 8203 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-21.5 parent: 34 + type: Transform - uid: 8204 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-21.5 parent: 34 + type: Transform - uid: 8205 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -17.5,-21.5 parent: 34 + type: Transform - uid: 8206 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -18.5,-21.5 parent: 34 + type: Transform - uid: 8207 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -19.5,-21.5 parent: 34 + type: Transform - uid: 8208 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,-21.5 parent: 34 + type: Transform - uid: 8209 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -21.5,-21.5 parent: 34 + type: Transform - uid: 8210 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -22.5,-21.5 parent: 34 + type: Transform - uid: 8211 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -23.5,-21.5 parent: 34 + type: Transform - uid: 8212 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-21.5 parent: 34 + type: Transform - uid: 8213 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-21.5 parent: 34 + type: Transform - uid: 8215 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-21.5 parent: 34 + type: Transform - uid: 8216 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-21.5 parent: 34 + type: Transform - uid: 8217 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-21.5 parent: 34 + type: Transform - uid: 8218 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -30.5,-21.5 parent: 34 + type: Transform - uid: 8219 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-21.5 parent: 34 + type: Transform - uid: 8221 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-21.5 parent: 34 + type: Transform - uid: 8224 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-21.5 parent: 34 + type: Transform - uid: 8226 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -37.5,-21.5 parent: 34 + type: Transform - uid: 8228 components: - - type: Transform - pos: -38.5,-18.5 + - pos: -38.5,-18.5 parent: 34 + type: Transform - uid: 8229 components: - - type: Transform - pos: -38.5,-17.5 + - pos: -38.5,-17.5 parent: 34 + type: Transform - uid: 8231 components: - - type: Transform - pos: -38.5,-20.5 + - pos: -38.5,-20.5 parent: 34 + type: Transform - uid: 8232 components: - - type: Transform - pos: -38.5,-19.5 + - pos: -38.5,-19.5 parent: 34 + type: Transform - uid: 8233 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-22.5 parent: 34 + type: Transform - uid: 8234 components: - - type: Transform - pos: -38.5,-16.5 + - pos: -38.5,-16.5 parent: 34 + type: Transform - uid: 8235 components: - - type: Transform - pos: -38.5,-15.5 + - pos: -38.5,-15.5 parent: 34 + type: Transform - uid: 8236 components: - - type: Transform - pos: -38.5,-14.5 + - pos: -38.5,-14.5 parent: 34 + type: Transform - uid: 8238 components: - - type: Transform - pos: -38.5,-12.5 + - pos: -38.5,-12.5 parent: 34 + type: Transform - uid: 8239 components: - - type: Transform - pos: -38.5,-11.5 + - pos: -38.5,-11.5 parent: 34 + type: Transform - uid: 8240 components: - - type: Transform - pos: -38.5,-10.5 + - pos: -38.5,-10.5 parent: 34 + type: Transform - uid: 8241 components: - - type: Transform - pos: -38.5,-9.5 + - pos: -38.5,-9.5 parent: 34 + type: Transform - uid: 8242 components: - - type: Transform - pos: -38.5,-8.5 + - pos: -38.5,-8.5 parent: 34 + type: Transform - uid: 8243 components: - - type: Transform - pos: -38.5,-7.5 + - pos: -38.5,-7.5 parent: 34 + type: Transform - uid: 8244 components: - - type: Transform - pos: -38.5,-6.5 + - pos: -38.5,-6.5 parent: 34 + type: Transform - uid: 8245 components: - - type: Transform - pos: -38.5,-4.5 + - pos: -38.5,-4.5 parent: 34 + type: Transform - uid: 8246 components: - - type: Transform - pos: -38.5,-3.5 + - pos: -38.5,-3.5 parent: 34 + type: Transform - uid: 8247 components: - - type: Transform - pos: -38.5,-2.5 + - pos: -38.5,-2.5 parent: 34 + type: Transform - uid: 8248 components: - - type: Transform - pos: -38.5,-1.5 + - pos: -38.5,-1.5 parent: 34 + type: Transform - uid: 8251 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-0.5 parent: 34 + type: Transform - uid: 8252 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-0.5 parent: 34 + type: Transform - uid: 8253 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-0.5 parent: 34 + type: Transform - uid: 8254 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-0.5 parent: 34 + type: Transform - uid: 8255 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-0.5 parent: 34 + type: Transform - uid: 8256 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-0.5 parent: 34 + type: Transform - uid: 8257 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -30.5,-0.5 parent: 34 + type: Transform - uid: 8258 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-0.5 parent: 34 + type: Transform - uid: 8259 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-0.5 parent: 34 + type: Transform - uid: 8260 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-13.5 parent: 34 + type: Transform - uid: 8261 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-13.5 parent: 34 + type: Transform - uid: 8280 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-12.5 parent: 34 + type: Transform - uid: 8281 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-12.5 parent: 34 + type: Transform - uid: 8282 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-11.5 parent: 34 + type: Transform - uid: 8283 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-10.5 parent: 34 + type: Transform - uid: 8284 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-9.5 parent: 34 + type: Transform - uid: 8285 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-8.5 parent: 34 + type: Transform - uid: 8286 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 34 + type: Transform - uid: 8287 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-6.5 parent: 34 + type: Transform - uid: 8289 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 34 + type: Transform - uid: 8290 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 34 + type: Transform - uid: 8291 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-2.5 parent: 34 + type: Transform - uid: 8292 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 34 + type: Transform - uid: 8294 components: - - type: Transform - pos: -12.5,-8.5 + - pos: -12.5,-8.5 parent: 34 + type: Transform - uid: 8295 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-12.5 parent: 34 + type: Transform - uid: 8296 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-12.5 parent: 34 + type: Transform - uid: 8297 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-12.5 parent: 34 + type: Transform - uid: 8298 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-12.5 parent: 34 + type: Transform - uid: 8299 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-12.5 parent: 34 + type: Transform - uid: 8300 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-12.5 parent: 34 + type: Transform - uid: 8301 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-12.5 parent: 34 + type: Transform - uid: 8302 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-12.5 parent: 34 + type: Transform - uid: 8303 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 34 + type: Transform - uid: 8304 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-12.5 parent: 34 + type: Transform - uid: 8305 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-12.5 parent: 34 + type: Transform - uid: 8306 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 34 + type: Transform - uid: 8307 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-12.5 parent: 34 + type: Transform - uid: 8308 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-12.5 parent: 34 + type: Transform - uid: 8309 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 34 + type: Transform - uid: 8310 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-12.5 parent: 34 + type: Transform - uid: 8313 components: - - type: Transform - pos: -12.5,-9.5 + - pos: -12.5,-9.5 parent: 34 + type: Transform - uid: 8314 components: - - type: Transform - pos: -12.5,-10.5 + - pos: -12.5,-10.5 parent: 34 + type: Transform - uid: 8315 components: - - type: Transform - pos: -12.5,-11.5 + - pos: -12.5,-11.5 parent: 34 + type: Transform - uid: 8318 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-12.5 parent: 34 + type: Transform - uid: 8319 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-14.5 parent: 34 + type: Transform - uid: 8320 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-15.5 parent: 34 + type: Transform - uid: 8321 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-16.5 parent: 34 + type: Transform - uid: 8322 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-17.5 parent: 34 + type: Transform - uid: 8323 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-18.5 parent: 34 + type: Transform - uid: 8324 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-19.5 parent: 34 + type: Transform - uid: 8325 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-20.5 parent: 34 + type: Transform - uid: 8326 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 12.5,-21.5 parent: 34 + type: Transform - uid: 8330 components: - - type: Transform - pos: 17.5,-21.5 + - pos: 17.5,-21.5 parent: 34 + type: Transform - uid: 8331 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-22.5 parent: 34 + type: Transform - uid: 8332 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-22.5 parent: 34 + type: Transform - uid: 8333 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-22.5 parent: 34 + type: Transform - uid: 8334 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 21.5,-22.5 parent: 34 + type: Transform - uid: 8335 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-22.5 parent: 34 + type: Transform - uid: 8336 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-22.5 parent: 34 + type: Transform - uid: 8337 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-22.5 parent: 34 + type: Transform - uid: 8338 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-22.5 parent: 34 + type: Transform - uid: 8339 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-22.5 parent: 34 + type: Transform - uid: 8340 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-22.5 parent: 34 + type: Transform - uid: 8341 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-22.5 parent: 34 + type: Transform - uid: 8342 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.5,-22.5 parent: 34 + type: Transform - uid: 8343 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-22.5 parent: 34 + type: Transform - uid: 8344 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 31.5,-22.5 parent: 34 + type: Transform - uid: 8345 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-30.5 parent: 34 + type: Transform - uid: 8346 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-29.5 parent: 34 + type: Transform - uid: 8347 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-28.5 parent: 34 + type: Transform - uid: 8348 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-27.5 parent: 34 + type: Transform - uid: 8349 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-26.5 parent: 34 + type: Transform - uid: 8350 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-25.5 parent: 34 + type: Transform - uid: 8351 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-24.5 parent: 34 + type: Transform - uid: 8352 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-23.5 parent: 34 + type: Transform - uid: 8473 components: - - type: Transform - pos: -9.5,-35.5 + - pos: -9.5,-35.5 parent: 34 + type: Transform - uid: 8475 components: - - type: Transform - pos: -9.5,-33.5 + - pos: -9.5,-33.5 parent: 34 + type: Transform - uid: 8476 components: - - type: Transform - pos: -9.5,-32.5 + - pos: -9.5,-32.5 parent: 34 + type: Transform - uid: 8477 components: - - type: Transform - pos: -9.5,-31.5 + - pos: -9.5,-31.5 parent: 34 + type: Transform - uid: 8478 components: - - type: Transform - pos: -9.5,-30.5 + - pos: -9.5,-30.5 parent: 34 + type: Transform - uid: 8479 components: - - type: Transform - pos: -9.5,-29.5 + - pos: -9.5,-29.5 parent: 34 + type: Transform - uid: 8480 components: - - type: Transform - pos: -9.5,-28.5 + - pos: -9.5,-28.5 parent: 34 + type: Transform - uid: 8481 components: - - type: Transform - pos: -9.5,-27.5 + - pos: -9.5,-27.5 parent: 34 + type: Transform - uid: 8482 components: - - type: Transform - pos: -9.5,-26.5 + - pos: -9.5,-26.5 parent: 34 + type: Transform - uid: 8483 components: - - type: Transform - pos: -9.5,-25.5 + - pos: -9.5,-25.5 parent: 34 + type: Transform - uid: 8484 components: - - type: Transform - pos: -9.5,-24.5 + - pos: -9.5,-24.5 parent: 34 + type: Transform - uid: 8485 components: - - type: Transform - pos: -9.5,-23.5 + - pos: -9.5,-23.5 parent: 34 + type: Transform - uid: 8486 components: - - type: Transform - pos: -9.5,-22.5 + - pos: -9.5,-22.5 parent: 34 + type: Transform - uid: 8487 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-21.5 parent: 34 + type: Transform - uid: 8488 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-21.5 parent: 34 + type: Transform - uid: 8500 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-44.5 parent: 34 + type: Transform - uid: 8504 components: - - type: Transform - pos: -5.5,-43.5 + - pos: -5.5,-43.5 parent: 34 + type: Transform - uid: 8505 components: - - type: Transform - pos: -5.5,-42.5 + - pos: -5.5,-42.5 parent: 34 + type: Transform - uid: 8506 components: - - type: Transform - pos: -5.5,-41.5 + - pos: -5.5,-41.5 parent: 34 + type: Transform - uid: 8507 components: - - type: Transform - pos: -5.5,-40.5 + - pos: -5.5,-40.5 parent: 34 + type: Transform - uid: 8508 components: - - type: Transform - pos: -5.5,-39.5 + - pos: -5.5,-39.5 parent: 34 + type: Transform - uid: 8509 components: - - type: Transform - pos: -5.5,-38.5 + - pos: -5.5,-38.5 parent: 34 + type: Transform - uid: 8510 components: - - type: Transform - pos: -5.5,-37.5 + - pos: -5.5,-37.5 parent: 34 + type: Transform - uid: 8511 components: - - type: Transform - pos: -5.5,-36.5 + - pos: -5.5,-36.5 parent: 34 + type: Transform - uid: 8512 components: - - type: Transform - pos: -5.5,-35.5 + - pos: -5.5,-35.5 parent: 34 + type: Transform - uid: 8514 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-34.5 parent: 34 + type: Transform - uid: 8515 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-34.5 parent: 34 + type: Transform - uid: 8516 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-34.5 parent: 34 + type: Transform - uid: 8518 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-24.5 parent: 34 + type: Transform - uid: 8519 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-23.5 parent: 34 + type: Transform - uid: 8520 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-23.5 parent: 34 + type: Transform - uid: 8521 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-23.5 parent: 34 + type: Transform - uid: 8522 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-23.5 parent: 34 + type: Transform - uid: 8523 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-23.5 parent: 34 + type: Transform - uid: 8524 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-23.5 parent: 34 + type: Transform - uid: 8525 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-23.5 parent: 34 + type: Transform - uid: 8526 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-23.5 parent: 34 + type: Transform - uid: 8527 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-23.5 parent: 34 + type: Transform - uid: 8528 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-23.5 parent: 34 + type: Transform - uid: 8531 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-21.5 parent: 34 + type: Transform - uid: 8532 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.5,-21.5 parent: 34 + type: Transform - uid: 8533 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,-21.5 parent: 34 + type: Transform - uid: 8534 components: - - type: Transform - pos: -5.5,-22.5 + - pos: -5.5,-22.5 parent: 34 + type: Transform - uid: 8537 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-22.5 parent: 34 + type: Transform - uid: 8538 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-22.5 parent: 34 + type: Transform - uid: 8542 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-0.5 parent: 34 + type: Transform - uid: 8543 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 34 + type: Transform - uid: 8544 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-0.5 parent: 34 + type: Transform - uid: 8545 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 34 + type: Transform - uid: 8546 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 34 + type: Transform - uid: 8547 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 34 + type: Transform - uid: 8548 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 34 + type: Transform - uid: 8549 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 34 + type: Transform - uid: 8550 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 34 + type: Transform - uid: 8551 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 34 + type: Transform - uid: 8552 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 34 + type: Transform - uid: 8553 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 34 + type: Transform - uid: 8554 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 34 + type: Transform - uid: 8555 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 34 + type: Transform - uid: 8556 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 34 + type: Transform - uid: 8557 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 34 + type: Transform - uid: 8558 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 34 + type: Transform - uid: 8559 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 34 + type: Transform - uid: 8560 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 34 + type: Transform - uid: 8561 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 34 + type: Transform - uid: 8562 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 34 + type: Transform - uid: 8563 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 34 + type: Transform - uid: 8564 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-0.5 parent: 34 + type: Transform - uid: 8565 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 34 + type: Transform - uid: 8566 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-0.5 parent: 34 + type: Transform - uid: 8567 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-0.5 parent: 34 + type: Transform - uid: 8568 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -17.5,-0.5 parent: 34 + type: Transform - uid: 8569 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -18.5,-0.5 parent: 34 + type: Transform - uid: 8570 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -19.5,-0.5 parent: 34 + type: Transform - uid: 8571 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,-0.5 parent: 34 + type: Transform - uid: 8572 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -21.5,-0.5 parent: 34 + type: Transform - uid: 8573 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -22.5,-0.5 parent: 34 + type: Transform - uid: 8574 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -23.5,-0.5 parent: 34 + type: Transform - uid: 8575 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-0.5 parent: 34 + type: Transform - uid: 8576 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-0.5 parent: 34 + type: Transform - uid: 8577 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -26.5,-0.5 parent: 34 + type: Transform - uid: 10468 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-30.5 parent: 34 + type: Transform - uid: 10524 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 34 + type: Transform - uid: 10776 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-29.5 parent: 34 + type: Transform - uid: 10777 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-28.5 parent: 34 + type: Transform - uid: 10826 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-27.5 parent: 34 + type: Transform - uid: 10851 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-24.5 parent: 34 + type: Transform - uid: 10852 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-23.5 parent: 34 + type: Transform - uid: 10853 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-22.5 parent: 34 + type: Transform - uid: 10855 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-28.5 parent: 34 + type: Transform - uid: 10857 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-26.5 parent: 34 + type: Transform - uid: 10962 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-25.5 parent: 34 + type: Transform - uid: 11248 components: - - type: Transform - pos: -9.5,-36.5 + - pos: -9.5,-36.5 parent: 34 + type: Transform - uid: 11255 components: - - type: Transform - pos: -9.5,-37.5 + - pos: -9.5,-37.5 parent: 34 + type: Transform - uid: 11555 components: - - type: Transform - pos: -34.5,-27.5 + - pos: -34.5,-27.5 parent: 34 + type: Transform - uid: 11556 components: - - type: Transform - pos: -34.5,-26.5 + - pos: -34.5,-26.5 parent: 34 + type: Transform - uid: 11557 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-25.5 parent: 34 + type: Transform - uid: 11558 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-25.5 parent: 34 + type: Transform - uid: 11559 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-25.5 parent: 34 + type: Transform - uid: 11560 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-25.5 parent: 34 + type: Transform - uid: 11561 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-25.5 parent: 34 + type: Transform - uid: 11562 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-25.5 parent: 34 + type: Transform - uid: 11563 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-25.5 parent: 34 + type: Transform - uid: 11564 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 34 + type: Transform - uid: 11565 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -44.5,-25.5 parent: 34 + type: Transform - uid: 11566 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.5,-25.5 parent: 34 + type: Transform - uid: 11567 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-25.5 parent: 34 + type: Transform - uid: 11568 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-25.5 parent: 34 + type: Transform - uid: 11572 components: - - type: Transform - pos: -38.5,-24.5 + - pos: -38.5,-24.5 parent: 34 + type: Transform - uid: 11573 components: - - type: Transform - pos: -38.5,-23.5 + - pos: -38.5,-23.5 parent: 34 + type: Transform - uid: 11574 components: - - type: Transform - pos: -38.5,-22.5 + - pos: -38.5,-22.5 parent: 34 + type: Transform - uid: 11615 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-0.5 parent: 34 + type: Transform - uid: 11636 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-0.5 parent: 34 + type: Transform - uid: 11640 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,0.5 parent: 34 + type: Transform - uid: 11641 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,1.5 parent: 34 + type: Transform - uid: 11642 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,2.5 parent: 34 + type: Transform - uid: 11643 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,3.5 parent: 34 + type: Transform - uid: 11644 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,4.5 parent: 34 + type: Transform - uid: 11645 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,5.5 parent: 34 + type: Transform - uid: 11646 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,6.5 parent: 34 + type: Transform - uid: 11647 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,7.5 parent: 34 + type: Transform - uid: 11648 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,8.5 parent: 34 + type: Transform - uid: 11650 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,9.5 parent: 34 + type: Transform - uid: 11651 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,9.5 parent: 34 + type: Transform - uid: 12929 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 34 + type: Transform - uid: 12933 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-5.5 parent: 34 + type: Transform - uid: 12934 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-5.5 parent: 34 + type: Transform - proto: DisposalTrunk entities: - uid: 1596 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 34 + type: Transform - uid: 4067 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -6.5,-45.5 parent: 34 + type: Transform - uid: 5138 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-46.5 parent: 34 + type: Transform - uid: 8123 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,6.5 parent: 34 + type: Transform - uid: 8124 components: - - type: Transform - pos: 42.5,10.5 + - pos: 42.5,10.5 parent: 34 + type: Transform - uid: 8136 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,13.5 parent: 34 + type: Transform - uid: 8138 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,8.5 parent: 34 + type: Transform - uid: 8139 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,2.5 parent: 34 + type: Transform - uid: 8186 components: - - type: Transform - pos: 25.5,-11.5 + - pos: 25.5,-11.5 parent: 34 + type: Transform - uid: 8188 components: - - type: Transform - pos: 17.5,-20.5 + - pos: 17.5,-20.5 parent: 34 + type: Transform - uid: 8189 components: - - type: Transform - pos: 15.5,-21.5 + - pos: 15.5,-21.5 parent: 34 + type: Transform - uid: 8225 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-23.5 parent: 34 + type: Transform - uid: 8237 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-13.5 parent: 34 + type: Transform - uid: 8264 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-5.5 parent: 34 + type: Transform - uid: 8311 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-12.5 parent: 34 + type: Transform - uid: 8312 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-12.5 parent: 34 + type: Transform - uid: 8317 components: - - type: Transform - pos: -12.5,-7.5 + - pos: -12.5,-7.5 parent: 34 + type: Transform - uid: 8353 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-31.5 parent: 34 + type: Transform - uid: 8578 components: - - type: Transform - pos: -27.5,0.5 + - pos: -27.5,0.5 parent: 34 + type: Transform - uid: 8795 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 34 + type: Transform - uid: 10577 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-31.5 parent: 34 + type: Transform - uid: 10844 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-29.5 parent: 34 + type: Transform - uid: 10845 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-25.5 parent: 34 + type: Transform - uid: 11256 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-38.5 parent: 34 + type: Transform - uid: 11571 components: - - type: Transform - pos: -48.5,-24.5 + - pos: -48.5,-24.5 parent: 34 + type: Transform - uid: 11652 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 34 + type: Transform - proto: DisposalUnit entities: - uid: 789 components: - - type: Transform - pos: 5.5,-12.5 + - pos: 5.5,-12.5 parent: 34 + type: Transform - uid: 885 components: - - type: Transform - pos: -12.5,-7.5 + - pos: -12.5,-7.5 parent: 34 + type: Transform - uid: 907 components: - - type: Transform - pos: 6.5,-5.5 + - pos: 6.5,-5.5 parent: 34 + type: Transform - uid: 974 components: - - type: Transform - pos: 10.5,-12.5 + - pos: 10.5,-12.5 parent: 34 + type: Transform - uid: 2141 components: - - type: Transform - pos: 0.5,-46.5 + - pos: 0.5,-46.5 parent: 34 + type: Transform - uid: 2209 components: - - type: Transform - pos: -37.5,-5.5 + - pos: -37.5,-5.5 parent: 34 + type: Transform - uid: 2323 components: - - type: Transform - pos: -26.5,-25.5 + - pos: -26.5,-25.5 parent: 34 + type: Transform - uid: 2352 components: - - type: Transform - pos: -48.5,-24.5 + - pos: -48.5,-24.5 parent: 34 + type: Transform - uid: 2531 components: - - type: Transform - pos: -35.5,-13.5 + - pos: -35.5,-13.5 parent: 34 + type: Transform - uid: 4043 components: - - type: Transform - pos: -6.5,-45.5 + - pos: -6.5,-45.5 parent: 34 + type: Transform - uid: 4760 components: - - type: MetaData - desc: We all know where this is going. - - type: Transform - pos: 42.5,6.5 + - desc: We all know where this is going. + type: MetaData + - pos: 42.5,6.5 parent: 34 + type: Transform - uid: 6157 components: - - type: Transform - pos: 7.5,8.5 + - pos: 7.5,8.5 parent: 34 + type: Transform - uid: 6213 components: - - type: Transform - pos: 7.5,2.5 + - pos: 7.5,2.5 parent: 34 + type: Transform - uid: 8083 components: - - type: Transform - pos: -32.5,-23.5 + - pos: -32.5,-23.5 parent: 34 + type: Transform - uid: 8130 components: - - type: Transform - pos: 25.5,-11.5 + - pos: 25.5,-11.5 parent: 34 + type: Transform - uid: 8131 components: - - type: Transform - pos: 17.5,-20.5 + - pos: 17.5,-20.5 parent: 34 + type: Transform - uid: 8132 components: - - type: Transform - pos: 32.5,-31.5 + - pos: 32.5,-31.5 parent: 34 + type: Transform - uid: 8133 components: - - type: Transform - pos: 15.5,-21.5 + - pos: 15.5,-21.5 parent: 34 + type: Transform - uid: 8134 components: - - type: Transform - pos: -15.5,-12.5 + - pos: -15.5,-12.5 parent: 34 + type: Transform - uid: 8135 components: - - type: Transform - pos: -27.5,0.5 + - pos: -27.5,0.5 parent: 34 + type: Transform - uid: 8137 components: - - type: Transform - pos: 4.5,13.5 + - pos: 4.5,13.5 parent: 34 + type: Transform - uid: 10843 components: - - type: Transform - pos: -33.5,-29.5 + - pos: -33.5,-29.5 parent: 34 + type: Transform - uid: 10988 components: - - type: Transform - pos: 5.5,-31.5 + - pos: 5.5,-31.5 parent: 34 + type: Transform - uid: 11535 components: - - type: Transform - pos: -9.5,-38.5 + - pos: -9.5,-38.5 parent: 34 + type: Transform - proto: DisposalYJunction entities: - uid: 2403 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-25.5 parent: 34 + type: Transform - uid: 8293 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-12.5 parent: 34 + type: Transform - uid: 8492 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-44.5 parent: 34 + type: Transform - proto: DogBed entities: - uid: 1041 components: - - type: Transform - pos: -31.5,-6.5 + - pos: -31.5,-6.5 parent: 34 + type: Transform - uid: 1847 components: - - type: Transform - pos: -28.5,-34.5 + - pos: -28.5,-34.5 parent: 34 + type: Transform - uid: 1977 components: - - type: Transform - pos: -16.5,-16.5 + - pos: -16.5,-16.5 parent: 34 + type: Transform - uid: 2547 components: - - type: Transform - pos: -35.5,-16.5 + - pos: -35.5,-16.5 parent: 34 + type: Transform - uid: 4278 components: - - type: Transform - pos: 27.5,-29.5 + - pos: 27.5,-29.5 parent: 34 + type: Transform - uid: 10820 components: - - type: Transform - pos: -39.5,-6.5 + - pos: -39.5,-6.5 parent: 34 + type: Transform - uid: 10821 components: - - type: Transform - pos: -39.5,-4.5 + - pos: -39.5,-4.5 parent: 34 + type: Transform - uid: 10987 components: - - type: Transform - pos: 27.5,-13.5 + - pos: 27.5,-13.5 parent: 34 + type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 4932 components: - - type: Transform - pos: 20.5,-16.5 + - pos: 20.5,-16.5 parent: 34 + type: Transform - uid: 10538 components: - - type: Transform - pos: 39.5,3.5 + - pos: 39.5,3.5 parent: 34 + type: Transform - proto: DoubleEmergencyOxygenTankFilled entities: - uid: 3817 components: - - type: Transform - pos: 8.592867,-18.409733 + - pos: 8.592867,-18.409733 parent: 34 + type: Transform - proto: Dresser entities: - uid: 2110 components: - - type: Transform - pos: -48.5,1.5 + - pos: -48.5,1.5 parent: 34 + type: Transform - uid: 2206 components: - - type: Transform - pos: -46.5,-6.5 + - pos: -46.5,-6.5 parent: 34 + type: Transform - uid: 2230 components: - - type: Transform - pos: -47.5,-4.5 + - pos: -47.5,-4.5 parent: 34 + type: Transform - proto: DresserFilled entities: - uid: 4654 components: - - type: Transform - pos: 48.5,-12.5 + - pos: 48.5,-12.5 parent: 34 + type: Transform - proto: DrinkAleBottleFull entities: - uid: 3273 components: - - type: Transform - pos: -32.131615,-50.500923 + - pos: -32.131615,-50.500923 parent: 34 + type: Transform - uid: 3274 components: - - type: Transform - pos: -32.235783,-50.344563 + - pos: -32.235783,-50.344563 parent: 34 + type: Transform - uid: 11530 components: - - type: Transform - pos: -46.67791,-26.995934 + - pos: -46.67791,-26.995934 parent: 34 + type: Transform - proto: DrinkBeerBottleFull entities: - uid: 5900 components: - - type: Transform - pos: -55.75351,1.6634254 + - pos: -55.75351,1.6634254 parent: 34 + type: Transform - uid: 11529 components: - - type: Transform - pos: -46.219578,-27.193987 + - pos: -46.219578,-27.193987 parent: 34 + type: Transform - proto: DrinkBottleBeer entities: - uid: 5898 components: - - type: Transform - pos: -56.78476,2.1012297 + - pos: -56.78476,2.1012297 parent: 34 + type: Transform - uid: 5901 components: - - type: Transform - pos: -56.69101,1.913599 + - pos: -56.69101,1.913599 parent: 34 + type: Transform - uid: 5902 components: - - type: Transform - pos: -56.50351,2.0386868 + - pos: -56.50351,2.0386868 parent: 34 + type: Transform - uid: 5903 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -56.487885,1.5696106 parent: 34 + type: Transform - uid: 11108 components: - - type: Transform - pos: -26.051832,-25.571123 + - pos: -26.051832,-25.571123 parent: 34 + type: Transform - proto: DrinkBottleWhiskey entities: - uid: 11668 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5405045,4.049676 parent: 34 + type: Transform - uid: 11669 components: - - type: Transform - pos: -5.2280045,4.393426 + - pos: -5.2280045,4.393426 parent: 34 + type: Transform - proto: DrinkBottleWine entities: - uid: 3365 components: - - type: Transform - pos: -32.31502,-15.337397 + - pos: -32.31502,-15.337397 parent: 34 + type: Transform - proto: DrinkCoffee entities: - - uid: 2062 + - uid: 13012 components: - - type: Transform - pos: -14.270972,-24.442413 + - pos: -13.472433,-27.461184 parent: 34 - - uid: 2125 + type: Transform + - uid: 13013 components: - - type: Transform - pos: -14.531389,-24.452837 + - pos: -13.191183,-27.461184 parent: 34 + type: Transform - proto: DrinkColaCan entities: - uid: 10890 components: - - type: Transform - pos: 25.045292,-40.075157 + - pos: 25.045292,-40.075157 parent: 34 + type: Transform - proto: DrinkDrGibbCan entities: - uid: 9717 components: - - type: Transform - pos: -28.792316,-8.542484 + - pos: -28.792316,-8.542484 parent: 34 + type: Transform - proto: DrinkEnergyDrinkCan entities: - uid: 11933 components: - - type: Transform - pos: -1.4162182,6.109795 + - pos: -1.4162182,6.109795 parent: 34 + type: Transform - uid: 12130 components: - - type: Transform - pos: -9.450497,-26.264732 + - pos: -9.450497,-26.264732 parent: 34 + type: Transform - uid: 12131 components: - - type: Transform - pos: -9.31508,-26.42109 + - pos: -9.31508,-26.42109 parent: 34 + type: Transform - proto: DrinkGinBottleFull entities: - uid: 8023 components: - - type: Transform - pos: -32.75218,3.924251 + - pos: -32.75218,3.924251 parent: 34 + type: Transform - proto: DrinkGlass entities: - uid: 2544 components: - - type: Transform - pos: 38.47935,-33.795593 + - pos: 38.47935,-33.795593 parent: 34 + type: Transform - uid: 2566 components: - - type: Transform - pos: 38.526226,-35.139343 + - pos: 38.526226,-35.139343 parent: 34 + type: Transform - uid: 2583 components: - - type: Transform - pos: 40.5106,-33.12372 + - pos: 40.5106,-33.12372 parent: 34 + type: Transform - uid: 3945 components: - - type: Transform - pos: -7.714716,-40.29142 + - pos: -7.714716,-40.29142 parent: 34 + type: Transform - uid: 4040 components: - - type: Transform - pos: -7.339716,-40.32267 + - pos: -7.339716,-40.32267 parent: 34 + type: Transform - uid: 4124 components: - - type: Transform - pos: -7.886591,-40.307045 + - pos: -7.886591,-40.307045 parent: 34 + type: Transform - uid: 4146 components: - - type: Transform - pos: -7.527216,-40.29142 + - pos: -7.527216,-40.29142 parent: 34 + type: Transform - uid: 6026 components: - - type: Transform - pos: 39.088726,-33.420593 + - pos: 39.088726,-33.420593 parent: 34 + type: Transform - uid: 6192 components: - - type: Transform - pos: 40.494976,-34.99872 + - pos: 40.494976,-34.99872 parent: 34 + type: Transform - uid: 6224 components: - - type: Transform - pos: 40.5106,-34.06122 + - pos: 40.5106,-34.06122 parent: 34 + type: Transform - uid: 7383 components: - - type: Transform - pos: 38.5106,-34.795593 + - pos: 38.5106,-34.795593 parent: 34 + type: Transform - uid: 11084 components: - - type: Transform - pos: 38.66562,-41.206146 + - pos: 38.66562,-41.206146 parent: 34 + type: Transform - uid: 11085 components: - - type: Transform - pos: 38.41562,-40.080368 + - pos: 38.41562,-40.080368 parent: 34 + type: Transform - proto: DrinkGoldenCup entities: - uid: 5250 components: - - type: Transform - pos: 24.771664,-33.41835 + - pos: 24.771664,-33.41835 parent: 34 + type: Transform - proto: DrinkGrapeCan entities: - uid: 10366 components: - - type: Transform - pos: 20.222105,-30.938963 + - pos: 20.222105,-30.938963 parent: 34 + type: Transform - uid: 11611 components: - - type: Transform - pos: -37.329296,-27.171295 + - pos: -37.329296,-27.171295 parent: 34 + type: Transform - proto: DrinkHoochGlass entities: - uid: 5959 components: - - type: Transform - pos: 8.726354,-5.1830006 + - pos: 8.726354,-5.1830006 parent: 34 + type: Transform - proto: DrinkIcedTeaCan entities: - uid: 5896 components: - - type: Transform - pos: -55.56601,-1.2604798 + - pos: -55.56601,-1.2604798 parent: 34 + type: Transform - uid: 5897 components: - - type: Transform - pos: -55.40976,-1.432474 + - pos: -55.40976,-1.432474 parent: 34 + type: Transform - proto: DrinkMugMetal entities: - uid: 4724 components: - - type: Transform - pos: 41.65903,5.41313 + - pos: 41.65903,5.41313 parent: 34 + type: Transform - uid: 4725 components: - - type: Transform - pos: 41.768406,5.710211 + - pos: 41.768406,5.710211 parent: 34 + type: Transform - uid: 4726 components: - - type: Transform - pos: 41.612156,6.0072923 + - pos: 41.612156,6.0072923 parent: 34 + type: Transform - proto: DrinkMugOne entities: - uid: 3940 components: - - type: Transform - pos: 17.364058,-32.902626 + - pos: 17.364058,-32.902626 parent: 34 + type: Transform - uid: 10911 components: - - type: Transform - pos: 37.376976,-29.338423 + - pos: 37.376976,-29.338423 parent: 34 + type: Transform - proto: DrinkMugRainbow entities: - uid: 11215 components: - - type: Transform - pos: 22.321388,11.995523 + - pos: 22.321388,11.995523 parent: 34 + type: Transform - proto: DrinkRootBeerCan entities: - uid: 8954 components: - - type: Transform - pos: 13.863688,-40.13169 - parent: 34 - - uid: 11711 - components: - - type: Transform - pos: -45.753075,-14.524826 + - pos: 13.863688,-40.13169 parent: 34 + type: Transform - proto: DrinkSakeBottleFull entities: - uid: 10534 components: - - type: Transform - pos: 2.7853847,-3.2562366 + - pos: 2.7853847,-3.2562366 parent: 34 + type: Transform - proto: DrinkSakeCup entities: - uid: 12164 components: - - type: Transform - pos: -56.416985,-11.465357 + - pos: -56.416985,-11.465357 parent: 34 + type: Transform - uid: 12165 components: - - type: Transform - pos: -56.583652,-11.236031 + - pos: -56.583652,-11.236031 parent: 34 + type: Transform - uid: 12166 components: - - type: Transform - pos: -56.68782,-11.4757805 + - pos: -56.68782,-11.4757805 parent: 34 + type: Transform - proto: DrinkSakeGlass entities: - uid: 832 components: - - type: Transform - pos: 0.4312179,-5.622464 + - pos: 0.4312179,-5.622464 parent: 34 + type: Transform - uid: 4286 components: - - type: Transform - pos: 24.769295,-29.12897 + - pos: 24.769295,-29.12897 parent: 34 + type: Transform - uid: 9521 components: - - type: Transform - pos: 0.3062179,-5.3410187 + - pos: 0.3062179,-5.3410187 parent: 34 + type: Transform - proto: DrinkShaker entities: - uid: 3955 components: - - type: Transform - pos: -10.339716,-42.691956 + - pos: -10.339716,-42.691956 parent: 34 + type: Transform - uid: 4722 components: - - type: Transform - pos: 41.310482,5.6547894 + - pos: 41.310482,5.6547894 parent: 34 + type: Transform - proto: DrinkShotGlass entities: - uid: 9846 components: - - type: Transform - pos: 2.502306,-3.3255205 + - pos: 2.502306,-3.3255205 parent: 34 + type: Transform - uid: 11011 components: - - type: Transform - pos: 2.346056,-3.492303 + - pos: 2.346056,-3.492303 parent: 34 + type: Transform - proto: DrinkSojuBottleFull entities: - uid: 10937 components: - - type: Transform - pos: 3.0978847,-3.2770853 + - pos: 3.0978847,-3.2770853 parent: 34 + type: Transform - proto: DrinkSoyLatte entities: - uid: 1984 components: - - type: Transform - pos: -17.281527,-18.907257 - parent: 34 -- proto: DrinkSpaceMountainWindCan - entities: - - uid: 11710 - components: - - type: Transform - pos: -45.180157,-14.232956 + - pos: -17.281527,-18.907257 parent: 34 + type: Transform - proto: DrinkTeacup entities: - uid: 604 components: - - type: Transform - pos: 4.259925,-6.364277 + - pos: 4.259925,-6.364277 parent: 34 + type: Transform - uid: 1912 components: - - type: Transform - pos: 4.082842,-6.520635 + - pos: 4.082842,-6.520635 parent: 34 + type: Transform - uid: 12149 components: - - type: Transform - pos: -58.303734,-10.438734 + - pos: -58.303734,-10.438734 parent: 34 + type: Transform - uid: 12150 components: - - type: Transform - pos: -58.741234,-10.438734 + - pos: -58.741234,-10.438734 parent: 34 + type: Transform - uid: 12151 components: - - type: Transform - pos: -58.2829,-9.302528 + - pos: -58.2829,-9.302528 parent: 34 + type: Transform - uid: 12152 components: - - type: Transform - pos: -58.75165,-9.302528 + - pos: -58.75165,-9.302528 parent: 34 + type: Transform - proto: DrinkTeapot entities: - uid: 1915 components: - - type: Transform - pos: 3.7286751,-6.1870704 + - pos: 3.7286751,-6.1870704 parent: 34 + type: Transform - uid: 12148 components: - - type: Transform - pos: -58.522484,-9.854996 + - pos: -58.522484,-9.854996 parent: 34 + type: Transform - proto: DrinkTokkuri entities: - uid: 9543 components: - - type: Transform - pos: 0.72288465,-5.330594 + - pos: 0.72288465,-5.330594 parent: 34 + type: Transform - uid: 12163 components: - - type: Transform - pos: -56.271152,-11.152639 + - pos: -56.271152,-11.152639 parent: 34 + type: Transform - proto: DrinkVacuumFlask entities: - uid: 8024 components: - - type: Transform - pos: -32.50218,3.7678924 + - pos: -32.50218,3.7678924 parent: 34 + type: Transform - proto: DrinkWaterBottleFull entities: - uid: 681 components: - - type: Transform - pos: -15.294816,-32.0834 + - pos: -15.294816,-32.0834 parent: 34 + type: Transform - uid: 2706 components: - - type: Transform - pos: 10.330606,-38.57587 + - pos: 10.330606,-38.57587 parent: 34 + type: Transform - uid: 2947 components: - - type: Transform - pos: 10.752976,-38.638725 + - pos: 10.752976,-38.638725 parent: 34 + type: Transform - uid: 7549 components: - - type: Transform - pos: -31.421936,-29.090164 + - pos: -31.421936,-29.090164 parent: 34 + type: Transform - uid: 7550 components: - - type: Transform - pos: -31.22402,-29.090164 + - pos: -31.22402,-29.090164 parent: 34 + type: Transform - uid: 7551 components: - - type: Transform - pos: -31.31777,-29.225676 + - pos: -31.31777,-29.225676 parent: 34 + type: Transform - uid: 11341 components: - - type: Transform - pos: 20.285599,-16.020523 + - pos: 20.285599,-16.020523 parent: 34 + type: Transform - uid: 11343 components: - - type: Transform - pos: 20.358517,-15.947556 + - pos: 20.358517,-15.947556 parent: 34 + type: Transform - uid: 11344 components: - - type: Transform - pos: 20.181433,-15.947556 + - pos: 20.181433,-15.947556 parent: 34 + type: Transform - uid: 11932 components: - - type: Transform - pos: -0.8433014,4.316883 + - pos: -0.8433014,4.316883 + parent: 34 + type: Transform + - uid: 12465 + components: + - pos: -47.692326,-15.116192 + parent: 34 + type: Transform + - uid: 12467 + components: + - pos: -47.33295,-15.100567 parent: 34 + type: Transform - uid: 12625 components: - - type: Transform - pos: -8.453513,-29.251322 + - pos: -8.453513,-29.251322 parent: 34 + type: Transform - uid: 12655 components: - - type: Transform - pos: -8.266013,-29.266947 + - pos: -8.266013,-29.266947 parent: 34 + type: Transform - proto: DrinkWaterCup entities: - uid: 212 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.255108,-13.224632 parent: 34 + type: Transform - uid: 872 components: - - type: Transform - pos: -10.285259,5.6222386 + - pos: -10.285259,5.6222386 parent: 34 + type: Transform - uid: 964 components: - - type: Transform - pos: -10.472759,5.497151 + - pos: -10.472759,5.497151 parent: 34 + type: Transform - uid: 6392 components: - - type: Transform - pos: 40.553383,-31.46188 + - pos: 40.553383,-31.46188 parent: 34 + type: Transform - uid: 10990 components: - - type: Transform - pos: 7.386877,7.710605 + - pos: 7.386877,7.710605 parent: 34 + type: Transform - uid: 11109 components: - - type: Transform - pos: 7.652502,7.679355 + - pos: 7.652502,7.679355 parent: 34 + type: Transform - uid: 11505 components: - - type: Transform - pos: 40.178383,-31.415005 + - pos: 40.178383,-31.415005 parent: 34 + type: Transform - uid: 12173 components: - - type: Transform - pos: 32.380108,-13.427757 + - pos: 32.380108,-13.427757 parent: 34 + type: Transform - uid: 12228 components: - - type: Transform - pos: 32.255108,-13.412132 + - pos: 32.255108,-13.412132 parent: 34 + type: Transform - uid: 12525 components: - - type: Transform - pos: -46.29773,-24.245388 + - pos: -46.29773,-24.245388 parent: 34 + type: Transform - uid: 12527 components: - - type: Transform - pos: -46.532104,-24.276638 + - pos: -46.532104,-24.276638 parent: 34 + type: Transform - uid: 12528 components: - - type: Transform - pos: -46.73523,-24.307888 + - pos: -46.73523,-24.307888 parent: 34 + type: Transform - proto: DrinkWhiskeyGlass entities: - uid: 12285 components: - - type: Transform - pos: -5.6498795,4.393426 + - pos: -5.6498795,4.393426 parent: 34 + type: Transform - proto: Dropper entities: - uid: 11396 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -20.435867,-4.130167 parent: 34 + type: Transform - uid: 11702 components: - - type: Transform - pos: -32.276623,-17.299429 + - pos: -32.276623,-17.299429 parent: 34 + type: Transform - proto: EmergencyLight entities: - uid: 685 components: - - type: Transform - pos: -1.5,-45.5 + - pos: -1.5,-45.5 parent: 34 + type: Transform - uid: 874 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-6.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 1058 components: - - type: Transform - pos: -15.5,-32.5 + - pos: -15.5,-32.5 parent: 34 + type: Transform - uid: 2417 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 18.5,-1.5 parent: 34 + type: Transform - uid: 6132 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,10.5 parent: 34 + type: Transform - uid: 6133 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,6.5 parent: 34 + type: Transform - uid: 6134 components: - - type: Transform - pos: 9.5,8.5 + - pos: 9.5,8.5 parent: 34 + type: Transform - uid: 6136 components: - - type: Transform - pos: 4.5,11.5 + - pos: 4.5,11.5 parent: 34 + type: Transform - uid: 7465 components: - - type: Transform - pos: -37.5,5.5 + - pos: -37.5,5.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 7701 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-31.5 parent: 34 + type: Transform - uid: 7711 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,-48.5 parent: 34 + type: Transform - uid: 7874 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-44.5 parent: 34 + type: Transform - uid: 8429 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-38.5 parent: 34 + type: Transform - uid: 8927 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-35.5 parent: 34 + type: Transform - uid: 10415 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,7.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10636 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-22.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10637 components: - - type: Transform - pos: -7.5,-11.5 + - pos: -7.5,-11.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10638 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -16.5,-11.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10640 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10641 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-12.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10642 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10643 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-5.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10644 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -47.5,-10.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10645 components: - - type: Transform - pos: -47.5,-0.5 + - pos: -47.5,-0.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10649 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,2.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10650 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,2.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10651 components: - - type: Transform - pos: -14.5,4.5 + - pos: -14.5,4.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10653 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,3.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10654 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10656 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-18.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10657 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 19.5,-24.5 parent: 34 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 10658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-25.5 - parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10659 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-37.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10660 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 38.5,-36.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10664 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-41.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10665 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-27.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10666 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -19.5,-27.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10667 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-38.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10668 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-38.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10669 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -48.5,-37.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10670 components: - - type: Transform - pos: -44.5,-29.5 + - pos: -44.5,-29.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10671 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-31.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10674 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-16.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10675 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-11.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10676 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-16.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10677 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -28.5,-1.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10679 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-49.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10680 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,5.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10681 components: - - type: Transform - pos: 24.5,-2.5 + - pos: 24.5,-2.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10682 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-16.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10683 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,-7.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10685 components: - - type: Transform - pos: 41.5,6.5 + - pos: 41.5,6.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10688 components: - - type: Transform - pos: 50.5,-22.5 + - pos: 50.5,-22.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10694 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-34.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10773 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,3.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10779 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-23.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10780 components: - - type: Transform - pos: -30.5,-25.5 + - pos: -30.5,-25.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10781 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-46.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 10782 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-49.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11093 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-33.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11307 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -16.5,-1.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11322 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-34.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11327 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 37.5,-9.5 parent: 34 + type: Transform - uid: 11551 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-21.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11579 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-27.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11612 components: - - type: Transform - pos: -50.5,-24.5 + - pos: -50.5,-24.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11613 components: - - type: Transform - pos: -39.5,-25.5 + - pos: -39.5,-25.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11735 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-27.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 11737 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,-24.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 12192 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-9.5 parent: 34 - - type: PointLight - enabled: True + type: Transform + - enabled: True + type: PointLight - type: ActiveEmergencyLight - uid: 12244 components: - - type: Transform - pos: -15.5,-29.5 + - pos: -15.5,-29.5 parent: 34 + type: Transform - uid: 12292 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,-13.5 parent: 34 + type: Transform - uid: 12505 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-39.5 parent: 34 + type: Transform - uid: 12508 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-42.5 parent: 34 + type: Transform - uid: 12517 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-37.5 parent: 34 + type: Transform - uid: 12925 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-8.5 parent: 34 + type: Transform - proto: EmergencyRollerBed entities: - uid: 12267 components: - - type: Transform - pos: 4.4804573,-34.454243 + - pos: 4.4804573,-34.454243 parent: 34 + type: Transform - proto: EncryptionKeyCargo entities: - uid: 12061 components: - - type: Transform - parent: 12060 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12060 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyCommand entities: - uid: 12099 components: - - type: Transform - parent: 12098 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12098 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyCommon entities: - uid: 12051 components: - - type: Transform - parent: 12050 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12050 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyEngineering entities: - uid: 12054 components: - - type: Transform - parent: 12052 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12052 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyMedical entities: - uid: 12056 components: - - type: Transform - parent: 12055 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12055 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyMedicalScience entities: - uid: 12057 components: - - type: Transform - parent: 12055 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12055 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyRobo entities: - uid: 12053 components: - - type: Transform - parent: 12052 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12052 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeySecurity entities: - uid: 3763 components: - - type: Transform - parent: 3762 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 3762 + type: Transform + - canCollide: False + type: Physics - proto: EncryptionKeyService entities: - uid: 12059 components: - - type: Transform - parent: 12058 - - type: Physics - canCollide: False + - flags: InContainer + type: MetaData + - parent: 12058 + type: Transform + - canCollide: False + type: Physics - proto: ExosuitFabricator entities: - uid: 3382 components: - - type: Transform - pos: -47.5,-19.5 + - pos: -47.5,-19.5 parent: 34 + type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 345 components: - - type: Transform - pos: 7.5,-20.5 + - pos: 7.5,-20.5 parent: 34 + type: Transform - uid: 1166 components: - - type: Transform - pos: -41.5,-34.5 + - pos: -41.5,-34.5 + parent: 34 + type: Transform + - uid: 2081 + components: + - rot: 3.141592653589793 rad + pos: 7.5,-38.5 parent: 34 + type: Transform - uid: 3299 components: - - type: Transform - pos: -27.5,-9.5 + - pos: -27.5,-9.5 parent: 34 + type: Transform - uid: 3300 components: - - type: Transform - pos: -13.5,-9.5 + - pos: -13.5,-9.5 parent: 34 + type: Transform - uid: 3301 components: - - type: Transform - pos: -2.5,-21.5 + - pos: -2.5,-21.5 parent: 34 + type: Transform - uid: 5628 components: - - type: Transform - pos: -39.5,0.5 + - pos: -39.5,0.5 parent: 34 + type: Transform - uid: 5671 components: - - type: Transform - pos: -33.5,3.5 + - pos: -33.5,3.5 parent: 34 + type: Transform - uid: 8085 components: - - type: Transform - pos: -30.5,-17.5 + - pos: -30.5,-17.5 parent: 34 + type: Transform - uid: 8087 components: - - type: Transform - pos: -41.5,-28.5 + - pos: -41.5,-28.5 parent: 34 + type: Transform - uid: 8088 components: - - type: Transform - pos: -31.5,-42.5 + - pos: -31.5,-42.5 parent: 34 + type: Transform - uid: 8089 components: - - type: Transform - pos: -26.5,-28.5 + - pos: -26.5,-28.5 parent: 34 + type: Transform - uid: 8090 components: - - type: Transform - pos: 6.5,-6.5 + - pos: 6.5,-6.5 parent: 34 + type: Transform - uid: 8093 components: - - type: Transform - pos: -0.5,-16.5 + - pos: -0.5,-16.5 parent: 34 + type: Transform - uid: 8095 components: - - type: Transform - pos: 11.5,-33.5 + - pos: 11.5,-33.5 parent: 34 + type: Transform - uid: 8096 components: - - type: Transform - pos: 19.5,-25.5 + - pos: 19.5,-25.5 parent: 34 + type: Transform - uid: 8097 components: - - type: Transform - pos: 28.5,-25.5 + - pos: 28.5,-25.5 parent: 34 + type: Transform - uid: 8098 components: - - type: Transform - pos: 16.5,-20.5 + - pos: 16.5,-20.5 parent: 34 + type: Transform - uid: 8099 components: - - type: Transform - pos: 20.5,-2.5 + - pos: 20.5,-2.5 parent: 34 + type: Transform - uid: 8100 components: - - type: Transform - pos: 35.5,-37.5 + - pos: 35.5,-37.5 parent: 34 + type: Transform - uid: 8101 components: - - type: Transform - pos: 37.5,-30.5 + - pos: 37.5,-30.5 parent: 34 + type: Transform - uid: 8102 components: - - type: Transform - pos: 27.5,-16.5 + - pos: 27.5,-16.5 parent: 34 + type: Transform - uid: 8103 components: - - type: Transform - pos: 31.5,-1.5 + - pos: 31.5,-1.5 parent: 34 + type: Transform - uid: 8106 components: - - type: Transform - pos: 6.5,12.5 + - pos: 6.5,12.5 parent: 34 + type: Transform - uid: 8107 components: - - type: Transform - pos: 10.5,-9.5 + - pos: 10.5,-9.5 parent: 34 + type: Transform - uid: 8109 components: - - type: Transform - pos: -52.5,-9.5 + - pos: -52.5,-9.5 parent: 34 + type: Transform - uid: 8112 components: - - type: Transform - pos: -23.5,-12.5 + - pos: -23.5,-12.5 parent: 34 + type: Transform - uid: 9467 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-11.5 parent: 34 + type: Transform - uid: 10417 components: - - type: Transform - pos: 11.5,4.5 + - pos: 11.5,4.5 parent: 34 + type: Transform - uid: 10954 components: - - type: Transform - pos: -11.5,-2.5 + - pos: -11.5,-2.5 parent: 34 + type: Transform - uid: 11502 components: - - type: Transform - pos: -49.5,-19.5 + - pos: -49.5,-19.5 parent: 34 -- proto: FaxMachineBase - entities: + type: Transform + - uid: 12984 + components: + - rot: 3.141592653589793 rad + pos: -13.5,-31.5 + parent: 34 + type: Transform +- proto: FaxMachineBase + entities: - uid: 1232 components: - - type: Transform - pos: -26.5,-31.5 + - pos: -26.5,-31.5 parent: 34 - - type: FaxMachine - name: Engie, Chief + type: Transform + - name: Engie, Chief + type: FaxMachine - uid: 1343 components: - - type: Transform - pos: 9.5,-31.5 + - pos: 9.5,-31.5 parent: 34 - - type: FaxMachine - name: Medical, CMO + type: Transform + - name: Medical, CMO + type: FaxMachine - uid: 1983 components: - - type: Transform - pos: -17.5,-18.5 + - pos: -17.5,-18.5 parent: 34 - - type: FaxMachine - name: Service, HoP + type: Transform + - name: Service, HoP + type: FaxMachine - uid: 2027 components: - - type: Transform - pos: -31.5,3.5 + - pos: -31.5,3.5 parent: 34 - - type: FaxMachine - name: Epi, Forensic + type: Transform + - name: Epi, Forensic + type: FaxMachine - uid: 2418 components: - - type: Transform - pos: 9.5,7.5 + - pos: 9.5,7.5 parent: 34 - - type: FaxMachine - name: Service, Lawyer + type: Transform + - name: Service, Lawyer + type: FaxMachine - uid: 4202 components: - - type: Transform - pos: 30.5,-10.5 + - pos: 30.5,-10.5 parent: 34 - - type: FaxMachine - name: Security, HoS + type: Transform + - name: Security, HoS + type: FaxMachine - uid: 4203 components: - - type: Transform - pos: 29.5,-45.5 + - pos: 29.5,-45.5 parent: 34 - - type: FaxMachine - name: Engie, South Solar + type: Transform + - name: Engie, South Solar + type: FaxMachine - uid: 4397 components: - - type: Transform - pos: 16.5,-38.5 + - pos: 16.5,-38.5 parent: 34 - - type: FaxMachine - name: Service, Reporter + type: Transform + - name: Service, Reporter + type: FaxMachine - uid: 4463 components: - - type: Transform - pos: 32.5,-34.5 + - pos: 32.5,-34.5 parent: 34 - - type: FaxMachine - name: Command, Bridge + type: Transform + - name: Command, Bridge + type: FaxMachine - uid: 4918 components: - - type: Transform - pos: 22.5,-11.5 + - pos: 22.5,-11.5 parent: 34 - - type: FaxMachine - name: Security, Main + type: Transform + - name: Security, Main + type: FaxMachine - uid: 5798 components: - - type: Transform - pos: -21.5,5.5 + - pos: -21.5,5.5 parent: 34 - - type: FaxMachine - name: Engie, North Solar + type: Transform + - name: Engie, North Solar + type: FaxMachine - uid: 5812 components: - - type: Transform - pos: -8.5,-27.5 + - pos: -8.5,-27.5 parent: 34 - - type: FaxMachine - name: Service, Cargo + type: Transform + - name: Service, Cargo + type: FaxMachine - uid: 7403 components: - - type: Transform - pos: -35.5,-4.5 + - pos: -35.5,-4.5 parent: 34 - - type: FaxMachine - name: Epi, Mystagogue + type: Transform + - name: Epi, Mystagogue + type: FaxMachine - uid: 7544 components: - - type: Transform - pos: -32.5,-29.5 + - pos: -32.5,-29.5 parent: 34 - - type: FaxMachine - name: Engie, Main + type: Transform + - name: Engie, Main + type: FaxMachine - uid: 8686 components: - - type: Transform - pos: 18.5,-0.5 + - pos: 18.5,-0.5 parent: 34 - - type: FaxMachine - name: Security, Corpsman + type: Transform + - name: Security, Corpsman + type: FaxMachine - uid: 11013 components: - - type: Transform - pos: 2.5,-17.5 + - pos: 2.5,-17.5 parent: 34 - - type: FaxMachine - name: Service, Clown/Mime + type: Transform + - name: Service, Clown/Mime + type: FaxMachine - uid: 11774 components: - - type: Transform - pos: -48.5,-31.5 + - pos: -48.5,-31.5 parent: 34 - - type: FaxMachine - name: Atmos department + type: Transform + - name: Atmos department + type: FaxMachine - proto: FaxMachineCaptain entities: - uid: 4462 components: - - type: Transform - pos: 24.5,-27.5 + - pos: 24.5,-27.5 parent: 34 - - type: FaxMachine - name: Command, Captain + type: Transform + - name: Command, Captain + type: FaxMachine - proto: filingCabinetDrawer entities: - uid: 4445 components: - - type: Transform - pos: 32.5,-33.5 + - pos: 32.5,-33.5 parent: 34 + type: Transform - proto: filingCabinetDrawerRandom entities: - uid: 2501 components: - - type: Transform - pos: 41.5,-31.5 + - pos: 41.5,-31.5 parent: 34 + type: Transform - uid: 10754 components: - - type: Transform - pos: 7.5,7.5 + - pos: 7.5,7.5 parent: 34 + type: Transform - proto: filingCabinetRandom entities: - uid: 12938 components: - - type: Transform - pos: -9.5,3.5 + - pos: -9.5,3.5 parent: 34 + type: Transform - proto: FireAlarm entities: - uid: 8199 components: - - type: Transform - pos: -7.5,-10.5 + - pos: -7.5,-10.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 841 - 840 - 839 @@ -33474,43 +33524,43 @@ entities: - 10322 - 998 - 2714 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8271 components: - - type: Transform - pos: -13.5,-23.5 + - pos: -13.5,-23.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 1952 - 10318 - 10319 - 1954 - 10576 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8272 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-38.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10551 - 10557 - 10556 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8273 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-35.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10546 - 10555 - 10554 @@ -33518,42 +33568,42 @@ entities: - 10552 - 10551 - 10549 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8274 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-15.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 617 - 10563 - 10565 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8275 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-12.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10564 - 10565 - 10566 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8276 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-2.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10302 - 10301 - 10311 @@ -33563,16 +33613,16 @@ entities: - 11252 - 11253 - 5925 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8278 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -6.5,-2.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 998 - 10652 - 892 @@ -33582,16 +33632,16 @@ entities: - 11983 - 11984 - 8724 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 8279 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -21.5,-2.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10307 - 10306 - 10305 @@ -33602,104 +33652,104 @@ entities: - 10302 - 10308 - 10309 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10858 components: - - type: Transform - pos: 8.5,-21.5 + - pos: 8.5,-21.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10326 - 10325 - 10860 - 10859 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10861 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-8.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10339 - 10590 - 10598 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10862 components: - - type: Transform - pos: 21.5,-8.5 + - pos: 21.5,-8.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 3638 - 10340 - 10592 - 10586 - 10587 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10863 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 25.5,-4.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10592 - 3638 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10865 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,5.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10615 - 10612 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 10866 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,7.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10598 - 10599 - 10600 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11679 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-28.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10338 - 11249 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11680 components: - - type: Transform - pos: 18.5,-21.5 + - pos: 18.5,-21.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10339 - 10326 - 10338 @@ -33707,23439 +33757,23653 @@ entities: - 11095 - 10774 - 4252 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11681 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-32.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10346 - 10344 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11683 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,12.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10600 - 11903 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11738 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-34.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10715 - 10692 - 10578 - 10712 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 11739 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-29.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10689 - 10619 - 10620 - 10691 - 10690 - 10692 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12706 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-11.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 8922 - 12372 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - uid: 12975 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,-30.5 parent: 34 - - type: DeviceList - devices: + type: Transform + - devices: - 10344 - - type: AtmosDevice - joinedGrid: 34 + type: DeviceList + - joinedGrid: 34 + type: AtmosDevice - proto: FireAxeCabinetFilled entities: - uid: 1840 components: - - type: Transform - pos: -47.5,-32.5 + - pos: -47.5,-32.5 parent: 34 + type: Transform - uid: 4470 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-31.5 parent: 34 + type: Transform - proto: Firelock entities: - uid: 262 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-48.5 parent: 34 + type: Transform - uid: 1252 components: - - type: Transform - pos: -49.5,-26.5 + - pos: -49.5,-26.5 parent: 34 + type: Transform - uid: 1573 components: - - type: Transform - pos: -49.5,-25.5 + - pos: -49.5,-25.5 parent: 34 + type: Transform - uid: 1928 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 34 + type: Transform - uid: 2355 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-34.5 parent: 34 + type: Transform - uid: 2450 components: - - type: Transform - pos: -27.5,-26.5 + - pos: -27.5,-26.5 parent: 34 + type: Transform - uid: 2750 components: - - type: Transform - pos: -21.5,-12.5 + - pos: -21.5,-12.5 parent: 34 + type: Transform - uid: 3437 components: - - type: Transform - pos: 3.5,-14.5 + - pos: 3.5,-14.5 parent: 34 + type: Transform - uid: 5925 components: - - type: Transform - pos: -37.5,0.5 + - pos: -37.5,0.5 parent: 34 + type: Transform - uid: 5948 components: - - type: Transform - pos: -22.5,-12.5 + - pos: -22.5,-12.5 parent: 34 + type: Transform - uid: 6140 components: - - type: Transform - pos: 9.5,4.5 + - pos: 9.5,4.5 parent: 34 + type: Transform - uid: 7409 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 16.5,-43.5 parent: 34 + type: Transform - uid: 7682 components: - - type: Transform - pos: 30.5,8.5 + - pos: 30.5,8.5 parent: 34 + type: Transform - uid: 7748 components: - - type: Transform - pos: 7.5,-44.5 + - pos: 7.5,-44.5 parent: 34 + type: Transform - uid: 7798 components: - - type: Transform - pos: -43.5,5.5 + - pos: -43.5,5.5 parent: 34 + type: Transform - uid: 8003 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,-41.5 parent: 34 + type: Transform - uid: 8503 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-39.5 parent: 34 - - uid: 9901 - components: - - type: Transform - pos: -40.5,-22.5 - parent: 34 + type: Transform - uid: 10281 components: - - type: Transform - pos: -43.5,4.5 + - pos: -43.5,4.5 parent: 34 + type: Transform - uid: 10340 components: - - type: Transform - pos: 20.5,-11.5 + - pos: 20.5,-11.5 parent: 34 + type: Transform - uid: 10563 components: - - type: Transform - pos: -30.5,-18.5 + - pos: -30.5,-18.5 parent: 34 + type: Transform - uid: 10564 components: - - type: Transform - pos: -28.5,-12.5 + - pos: -28.5,-12.5 parent: 34 + type: Transform - uid: 10566 components: - - type: Transform - pos: -31.5,-2.5 + - pos: -31.5,-2.5 parent: 34 + type: Transform - uid: 10599 components: - - type: Transform - pos: 15.5,-0.5 + - pos: 15.5,-0.5 parent: 34 + type: Transform - uid: 10615 components: - - type: Transform - pos: 38.5,2.5 + - pos: 38.5,2.5 parent: 34 + type: Transform - uid: 10689 components: - - type: Transform - pos: 2.5,-28.5 + - pos: 2.5,-28.5 parent: 34 + type: Transform - uid: 10690 components: - - type: Transform - pos: 6.5,-28.5 + - pos: 6.5,-28.5 parent: 34 + type: Transform - uid: 10715 components: - - type: Transform - pos: 8.5,-33.5 + - pos: 8.5,-33.5 parent: 34 + type: Transform - uid: 10859 components: - - type: Transform - pos: 0.5,-21.5 + - pos: 0.5,-21.5 parent: 34 + type: Transform - uid: 10860 components: - - type: Transform - pos: 5.5,-21.5 + - pos: 5.5,-21.5 parent: 34 + type: Transform - uid: 11051 components: - - type: Transform - pos: -53.5,-6.5 + - pos: -53.5,-6.5 parent: 34 + type: Transform - uid: 11056 components: - - type: Transform - pos: -54.5,-6.5 + - pos: -54.5,-6.5 parent: 34 + type: Transform - uid: 11071 components: - - type: Transform - pos: 30.5,7.5 + - pos: 30.5,7.5 parent: 34 + type: Transform - uid: 11090 components: - - type: Transform - pos: 3.5,-15.5 + - pos: 3.5,-15.5 parent: 34 + type: Transform - uid: 11101 components: - - type: Transform - pos: 7.5,-45.5 + - pos: 7.5,-45.5 parent: 34 + type: Transform - uid: 11285 components: - - type: Transform - pos: 26.5,9.5 + - pos: 26.5,9.5 parent: 34 + type: Transform - uid: 12227 components: - - type: Transform - pos: -28.5,-37.5 + - pos: -28.5,-37.5 parent: 34 + type: Transform - uid: 12427 components: - - type: Transform - pos: 5.5,-40.5 + - pos: 5.5,-40.5 parent: 34 + type: Transform - uid: 12487 components: - - type: Transform - pos: 2.5,-40.5 + - pos: 2.5,-40.5 parent: 34 + type: Transform - uid: 12641 components: - - type: Transform - pos: -49.5,-33.5 + - pos: -49.5,-33.5 parent: 34 + type: Transform - uid: 12642 components: - - type: Transform - pos: -49.5,-34.5 + - pos: -49.5,-34.5 parent: 34 + type: Transform - uid: 12885 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-39.5 parent: 34 + type: Transform - uid: 12886 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 34 + type: Transform - uid: 12899 components: - - type: Transform - pos: -10.5,-28.5 + - pos: -10.5,-28.5 parent: 34 + type: Transform - proto: FirelockEdge entities: - uid: 735 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 34 + type: Transform - uid: 736 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-3.5 parent: 34 + type: Transform - uid: 792 components: - - type: Transform - pos: 2.5,-6.5 + - pos: 2.5,-6.5 parent: 34 + type: Transform - uid: 793 components: - - type: Transform - pos: 1.5,-6.5 + - pos: 1.5,-6.5 parent: 34 + type: Transform - uid: 813 components: - - type: Transform - pos: 3.5,-6.5 + - pos: 3.5,-6.5 parent: 34 + type: Transform - uid: 815 components: - - type: Transform - pos: 0.5,-6.5 + - pos: 0.5,-6.5 parent: 34 + type: Transform - uid: 816 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-6.5 parent: 34 + type: Transform - uid: 817 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-5.5 parent: 34 + type: Transform - uid: 818 components: - - type: Transform - pos: 4.5,-6.5 + - pos: 4.5,-6.5 parent: 34 + type: Transform - uid: 819 components: - - type: Transform - pos: 5.5,-6.5 + - pos: 5.5,-6.5 parent: 34 + type: Transform - uid: 3414 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-45.5 parent: 34 + type: Transform - uid: 4029 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-41.5 parent: 34 + type: Transform - uid: 4033 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-45.5 parent: 34 + type: Transform - uid: 4034 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-45.5 parent: 34 + type: Transform - uid: 10558 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -50.5,-42.5 parent: 34 + type: Transform - proto: FirelockGlass entities: - uid: 115 components: - - type: Transform - pos: -12.5,0.5 + - pos: -12.5,0.5 parent: 34 + type: Transform - uid: 180 components: - - type: Transform - pos: -36.5,-23.5 + - pos: -36.5,-23.5 parent: 34 + type: Transform - uid: 280 components: - - type: Transform - pos: -10.5,1.5 + - pos: -10.5,1.5 parent: 34 + type: Transform - uid: 617 components: - - type: Transform - pos: -34.5,-20.5 + - pos: -34.5,-20.5 parent: 34 + type: Transform - uid: 719 components: - - type: Transform - pos: -37.5,-24.5 + - pos: -37.5,-24.5 parent: 34 + type: Transform - uid: 737 components: - - type: Transform - pos: -2.5,-10.5 + - pos: -2.5,-10.5 parent: 34 + type: Transform - uid: 838 components: - - type: Transform - pos: -11.5,-10.5 + - pos: -11.5,-10.5 parent: 34 + type: Transform - uid: 839 components: - - type: Transform - pos: -10.5,-10.5 + - pos: -10.5,-10.5 parent: 34 + type: Transform - uid: 840 components: - - type: Transform - pos: -9.5,-10.5 + - pos: -9.5,-10.5 parent: 34 + type: Transform - uid: 841 components: - - type: Transform - pos: -8.5,-10.5 + - pos: -8.5,-10.5 parent: 34 + type: Transform - uid: 892 components: - - type: Transform - pos: -12.5,-0.5 + - pos: -12.5,-0.5 parent: 34 + type: Transform - uid: 998 components: - - type: Transform - pos: -4.5,-3.5 + - pos: -4.5,-3.5 parent: 34 + type: Transform - uid: 1121 components: - - type: Transform - pos: -36.5,-22.5 + - pos: -36.5,-22.5 parent: 34 + type: Transform - uid: 1274 components: - - type: Transform - pos: -13.5,-8.5 + - pos: -13.5,-8.5 parent: 34 + type: Transform - uid: 1275 components: - - type: Transform - pos: -13.5,-7.5 + - pos: -13.5,-7.5 parent: 34 + type: Transform - uid: 1828 components: - - type: Transform - pos: -38.5,-24.5 + - pos: -38.5,-24.5 parent: 34 + type: Transform - uid: 1952 components: - - type: Transform - pos: -15.5,-26.5 + - pos: -15.5,-26.5 parent: 34 + type: Transform - uid: 1953 components: - - type: Transform - pos: -18.5,-20.5 + - pos: -18.5,-20.5 parent: 34 + type: Transform - uid: 1954 components: - - type: Transform - pos: -6.5,-25.5 + - pos: -6.5,-25.5 parent: 34 + type: Transform - uid: 2158 components: - - type: Transform - pos: -30.5,0.5 + - pos: -30.5,0.5 parent: 34 + type: Transform - uid: 2309 components: - - type: Transform - pos: -20.5,-26.5 + - pos: -20.5,-26.5 parent: 34 + type: Transform - uid: 2714 components: - - type: Transform - pos: -15.5,-22.5 + - pos: -15.5,-22.5 parent: 34 + type: Transform - uid: 3340 components: - - type: Transform - pos: 16.5,-13.5 + - pos: 16.5,-13.5 parent: 34 + type: Transform - uid: 3638 components: - - type: Transform - pos: 22.5,-8.5 + - pos: 22.5,-8.5 parent: 34 + type: Transform - uid: 4252 components: - - type: Transform - pos: 20.5,-32.5 + - pos: 20.5,-32.5 parent: 34 + type: Transform - uid: 4700 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -25.5,-32.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 10548 + type: DeviceNetwork - uid: 6087 components: - - type: Transform - pos: -40.5,-10.5 + - pos: -40.5,-10.5 parent: 34 + type: Transform - uid: 6402 components: - - type: Transform - pos: -6.5,-43.5 + - pos: -6.5,-43.5 parent: 34 + type: Transform - uid: 8724 components: - - type: Transform - pos: 6.5,0.5 + - pos: 6.5,0.5 parent: 34 + type: Transform - uid: 8728 components: - - type: Transform - pos: -19.5,-2.5 + - pos: -19.5,-2.5 parent: 34 + type: Transform - uid: 8729 components: - - type: Transform - pos: -18.5,-2.5 + - pos: -18.5,-2.5 parent: 34 + type: Transform - uid: 8922 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,-5.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 10611 - 9601 - 12706 + type: DeviceNetwork - uid: 10248 components: - - type: Transform - pos: -40.5,-9.5 + - pos: -40.5,-9.5 parent: 34 + type: Transform - uid: 10301 components: - - type: Transform - pos: -33.5,-1.5 + - pos: -33.5,-1.5 parent: 34 + type: Transform - uid: 10302 components: - - type: Transform - pos: -33.5,-0.5 + - pos: -33.5,-0.5 parent: 34 + type: Transform - uid: 10304 components: - - type: Transform - pos: -25.5,1.5 + - pos: -25.5,1.5 parent: 34 + type: Transform - uid: 10305 components: - - type: Transform - pos: -24.5,1.5 + - pos: -24.5,1.5 parent: 34 + type: Transform - uid: 10306 components: - - type: Transform - pos: -22.5,1.5 + - pos: -22.5,1.5 parent: 34 + type: Transform - uid: 10307 components: - - type: Transform - pos: -21.5,1.5 + - pos: -21.5,1.5 parent: 34 + type: Transform - uid: 10308 components: - - type: Transform - pos: -17.5,1.5 + - pos: -17.5,1.5 parent: 34 + type: Transform - uid: 10309 components: - - type: Transform - pos: -14.5,1.5 + - pos: -14.5,1.5 parent: 34 + type: Transform - uid: 10311 components: - - type: Transform - pos: -38.5,-14.5 + - pos: -38.5,-14.5 parent: 34 + type: Transform - uid: 10312 components: - - type: Transform - pos: -37.5,-14.5 + - pos: -37.5,-14.5 parent: 34 + type: Transform - uid: 10315 components: - - type: Transform - pos: -27.5,-20.5 + - pos: -27.5,-20.5 parent: 34 + type: Transform - uid: 10316 components: - - type: Transform - pos: -26.5,-20.5 + - pos: -26.5,-20.5 parent: 34 + type: Transform - uid: 10317 components: - - type: Transform - pos: -25.5,-24.5 + - pos: -25.5,-24.5 parent: 34 + type: Transform - uid: 10318 components: - - type: Transform - pos: -11.5,-23.5 + - pos: -11.5,-23.5 parent: 34 + type: Transform - uid: 10319 components: - - type: Transform - pos: -10.5,-23.5 + - pos: -10.5,-23.5 parent: 34 + type: Transform - uid: 10320 components: - - type: Transform - pos: -15.5,-17.5 + - pos: -15.5,-17.5 parent: 34 + type: Transform - uid: 10321 components: - - type: Transform - pos: -15.5,-9.5 + - pos: -15.5,-9.5 parent: 34 + type: Transform - uid: 10322 components: - - type: Transform - pos: -6.5,-7.5 + - pos: -6.5,-7.5 parent: 34 + type: Transform - uid: 10324 components: - - type: Transform - pos: -2.5,-8.5 + - pos: -2.5,-8.5 parent: 34 + type: Transform - uid: 10325 components: - - type: Transform - pos: -2.5,-23.5 + - pos: -2.5,-23.5 parent: 34 + type: Transform - uid: 10326 components: - - type: Transform - pos: 10.5,-23.5 + - pos: 10.5,-23.5 parent: 34 + type: Transform - uid: 10337 components: - - type: Transform - pos: 19.5,-36.5 + - pos: 19.5,-36.5 parent: 34 + type: Transform - uid: 10338 components: - - type: Transform - pos: 15.5,-25.5 + - pos: 15.5,-25.5 parent: 34 + type: Transform - uid: 10339 components: - - type: Transform - pos: 13.5,-20.5 + - pos: 13.5,-20.5 parent: 34 + type: Transform - uid: 10341 components: - - type: Transform - pos: 23.5,-23.5 + - pos: 23.5,-23.5 parent: 34 + type: Transform - uid: 10342 components: - - type: Transform - pos: 30.5,-26.5 + - pos: 30.5,-26.5 parent: 34 + type: Transform - uid: 10343 components: - - type: Transform - pos: 32.5,-26.5 + - pos: 32.5,-26.5 parent: 34 + type: Transform - uid: 10344 components: - - type: Transform - pos: 35.5,-32.5 + - pos: 35.5,-32.5 parent: 34 + type: Transform - uid: 10346 components: - - type: Transform - pos: 31.5,-30.5 + - pos: 31.5,-30.5 parent: 34 + type: Transform - uid: 10542 components: - - type: Transform - pos: -4.5,-30.5 + - pos: -4.5,-30.5 parent: 34 + type: Transform - uid: 10546 components: - - type: Transform - pos: -30.5,-28.5 + - pos: -30.5,-28.5 parent: 34 + type: Transform - uid: 10549 components: - - type: Transform - pos: -33.5,-41.5 + - pos: -33.5,-41.5 parent: 34 + type: Transform - uid: 10551 components: - - type: Transform - pos: -36.5,-36.5 + - pos: -36.5,-36.5 parent: 34 + type: Transform - uid: 10552 components: - - type: Transform - pos: -36.5,-33.5 + - pos: -36.5,-33.5 parent: 34 + type: Transform - uid: 10553 components: - - type: Transform - pos: -36.5,-30.5 + - pos: -36.5,-30.5 parent: 34 + type: Transform - uid: 10554 components: - - type: Transform - pos: -35.5,-28.5 + - pos: -35.5,-28.5 parent: 34 + type: Transform - uid: 10555 components: - - type: Transform - pos: -34.5,-28.5 + - pos: -34.5,-28.5 parent: 34 + type: Transform - uid: 10556 components: - - type: Transform - pos: -45.5,-32.5 + - pos: -45.5,-32.5 parent: 34 + type: Transform - uid: 10557 components: - - type: Transform - pos: -41.5,-33.5 + - pos: -41.5,-33.5 parent: 34 + type: Transform - uid: 10565 components: - - type: Transform - pos: -32.5,-10.5 + - pos: -32.5,-10.5 parent: 34 + type: Transform - uid: 10576 components: - - type: Transform - pos: -6.5,-37.5 + - pos: -6.5,-37.5 parent: 34 + type: Transform - uid: 10578 components: - - type: Transform - pos: 1.5,-33.5 + - pos: 1.5,-33.5 parent: 34 + type: Transform - uid: 10579 components: - - type: Transform - pos: -0.5,-30.5 + - pos: -0.5,-30.5 parent: 34 + type: Transform - uid: 10580 components: - - type: Transform - pos: -1.5,-30.5 + - pos: -1.5,-30.5 parent: 34 + type: Transform - uid: 10582 components: - - type: Transform - pos: -4.5,-39.5 + - pos: -4.5,-39.5 parent: 34 + type: Transform - uid: 10586 components: - - type: Transform - pos: 21.5,-17.5 + - pos: 21.5,-17.5 parent: 34 + type: Transform - uid: 10587 components: - - type: Transform - pos: 21.5,-13.5 + - pos: 21.5,-13.5 parent: 34 + type: Transform - uid: 10590 components: - - type: Transform - pos: 16.5,-14.5 + - pos: 16.5,-14.5 parent: 34 + type: Transform - uid: 10592 components: - - type: Transform - pos: 23.5,-8.5 + - pos: 23.5,-8.5 parent: 34 + type: Transform - uid: 10598 components: - - type: Transform - pos: 13.5,-2.5 + - pos: 13.5,-2.5 parent: 34 + type: Transform - uid: 10600 components: - - type: Transform - pos: 13.5,12.5 + - pos: 13.5,12.5 parent: 34 + type: Transform - uid: 10612 components: - - type: Transform - pos: 42.5,2.5 + - pos: 42.5,2.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 + type: DeviceNetwork - uid: 10619 components: - - type: Transform - pos: 2.5,-27.5 + - pos: 2.5,-27.5 parent: 34 + type: Transform - uid: 10620 components: - - type: Transform - pos: 2.5,-26.5 + - pos: 2.5,-26.5 parent: 34 + type: Transform - uid: 10652 components: - - type: Transform - pos: -12.5,-1.5 + - pos: -12.5,-1.5 parent: 34 + type: Transform - uid: 10691 components: - - type: Transform - pos: 4.5,-25.5 + - pos: 4.5,-25.5 parent: 34 + type: Transform - uid: 10692 components: - - type: Transform - pos: 4.5,-30.5 + - pos: 4.5,-30.5 parent: 34 + type: Transform - uid: 10712 components: - - type: Transform - pos: 8.5,-37.5 + - pos: 8.5,-37.5 parent: 34 + type: Transform - uid: 10774 components: - - type: Transform - pos: 21.5,-32.5 + - pos: 21.5,-32.5 parent: 34 + type: Transform - uid: 11095 components: - - type: Transform - pos: 22.5,-32.5 + - pos: 22.5,-32.5 parent: 34 + type: Transform - uid: 11249 components: - - type: Transform - pos: 19.5,-33.5 + - pos: 19.5,-33.5 parent: 34 + type: Transform - uid: 11251 components: - - type: Transform - pos: -36.5,-21.5 + - pos: -36.5,-21.5 parent: 34 + type: Transform - uid: 11252 components: - - type: Transform - pos: -40.5,-1.5 + - pos: -40.5,-1.5 parent: 34 + type: Transform - uid: 11253 components: - - type: Transform - pos: -40.5,-0.5 + - pos: -40.5,-0.5 parent: 34 + type: Transform - uid: 11517 components: - - type: Transform - pos: -39.5,-28.5 + - pos: -39.5,-28.5 parent: 34 + type: Transform - uid: 11903 components: - - type: Transform - pos: 3.5,14.5 + - pos: 3.5,14.5 parent: 34 + type: Transform - uid: 11983 components: - - type: Transform - pos: -2.5,2.5 + - pos: -2.5,2.5 parent: 34 + type: Transform - uid: 11984 components: - - type: Transform - pos: -1.5,2.5 + - pos: -1.5,2.5 parent: 34 + type: Transform - uid: 12016 components: - - type: Transform - pos: -8.5,1.5 + - pos: -8.5,1.5 parent: 34 + type: Transform - uid: 12360 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-3.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 12258 - 10611 - 9601 + type: DeviceNetwork - uid: 12372 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 44.5,-5.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 10611 - 9601 - 12706 + type: DeviceNetwork - uid: 12855 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,0.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 12258 - 10611 - 9601 + type: DeviceNetwork + - uid: 12977 + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 34 + type: Transform + - deviceLists: + - 11539 + type: DeviceNetwork - proto: Fireplace entities: - uid: 2186 components: - - type: Transform - pos: -43.5,-3.5 + - pos: -43.5,-3.5 parent: 34 + type: Transform - uid: 4273 components: - - type: Transform - pos: 26.5,-27.5 + - pos: 26.5,-27.5 parent: 34 + type: Transform - proto: Floodlight entities: - uid: 4927 components: - - type: Transform - pos: 25.210653,-9.219074 + - pos: 25.210653,-9.219074 parent: 34 + type: Transform - uid: 4929 components: - - type: Transform - pos: 25.476278,-9.437975 + - pos: 25.476278,-9.437975 parent: 34 + type: Transform - uid: 10693 components: - - type: Transform - pos: -54.96202,-0.68965304 + - pos: -54.96202,-0.68965304 parent: 34 + type: Transform - proto: FloodlightBroken entities: - uid: 10494 components: - - type: Transform - pos: 39.290485,-19.296558 + - pos: 39.290485,-19.296558 parent: 34 + type: Transform - proto: FloorDrain entities: - uid: 99 components: - - type: Transform - pos: -18.5,-6.5 + - pos: -18.5,-6.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 100 components: - - type: Transform - pos: -9.5,-5.5 + - pos: -9.5,-5.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 2497 components: - - type: Transform - pos: -27.5,-11.5 + - pos: -27.5,-11.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 2682 components: - - type: Transform - pos: 0.5,-27.5 + - pos: 0.5,-27.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 3074 components: - - type: Transform - pos: 5.5,-19.5 + - pos: 5.5,-19.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 3970 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-42.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 4211 components: - - type: Transform - pos: 3.5,-4.5 + - pos: 3.5,-4.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 4600 components: - - type: Transform - pos: 38.5,0.5 + - pos: 38.5,0.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 4716 components: - - type: Transform - pos: 39.5,4.5 + - pos: 39.5,4.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 5510 components: - - type: Transform - pos: 39.5,-40.5 + - pos: 39.5,-40.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 5574 components: - - type: Transform - pos: -16.5,2.5 + - pos: -16.5,2.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 8971 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,-41.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 9705 components: - - type: Transform - pos: -13.5,-3.5 + - pos: -13.5,-3.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - uid: 11541 components: - - type: Transform - pos: -51.5,-17.5 + - pos: -51.5,-17.5 parent: 34 - - type: Fixtures - fixtures: {} + type: Transform + - fixtures: {} + type: Fixtures - proto: FloorTileItemSteel entities: - uid: 10229 components: - - type: Transform - pos: 22.066668,-36.34333 + - pos: 22.066668,-36.34333 parent: 34 + type: Transform - proto: FoodApple entities: - uid: 10536 components: - - type: Transform - pos: -18.488152,-2.3030024 + - pos: -18.488152,-2.3030024 parent: 34 + type: Transform - proto: FoodBoxDonkpocketPizza entities: - uid: 1994 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -42.521614,-17.474852 parent: 34 + type: Transform - proto: FoodBoxDonut entities: - - uid: 1922 + - uid: 4461 components: - - type: Transform - pos: -14.60823,-24.216122 + - pos: 38.512604,-31.40184 parent: 34 - - uid: 4461 + type: Transform + - uid: 13014 components: - - type: Transform - pos: 38.512604,-31.40184 + - pos: -13.488058,-27.226809 parent: 34 + type: Transform - proto: FoodBoxPizzaFilled entities: - uid: 2017 components: - - type: Transform - pos: -42.521614,-16.271727 + - pos: -42.521614,-16.271727 parent: 34 + type: Transform - uid: 11491 components: - - type: Transform - pos: 10.603919,-38.149315 + - pos: 10.603919,-38.149315 parent: 34 + type: Transform - proto: FoodBreadBanana entities: - uid: 10703 components: - - type: Transform - pos: 38.625507,-33.303604 + - pos: 38.625507,-33.303604 parent: 34 + type: Transform - proto: FoodBreadBananaSlice entities: - uid: 10751 components: - - type: Transform - pos: 38.297382,-33.491104 + - pos: 38.297382,-33.491104 parent: 34 + type: Transform - proto: FoodBurgerBacon entities: - uid: 7571 components: - - type: Transform - pos: 38.500507,-35.553604 + - pos: 38.500507,-35.553604 parent: 34 + type: Transform - proto: FoodBurgerBig entities: - uid: 7391 components: - - type: Transform - pos: 39.516132,-33.38173 + - pos: 39.516132,-33.38173 parent: 34 + type: Transform - proto: FoodBurgerMcguffin entities: - uid: 10883 components: - - type: Transform - pos: 40.531757,-35.459854 + - pos: 40.531757,-35.459854 parent: 34 + type: Transform - proto: FoodBurgerMcrib entities: - uid: 9403 components: - - type: Transform - pos: 40.531757,-34.522354 + - pos: 40.531757,-34.522354 parent: 34 + type: Transform - proto: FoodChili entities: - uid: 1 components: - - type: Transform - pos: -14.388376,-3.5088358 + - pos: -14.388376,-3.5088358 parent: 34 + type: Transform - uid: 835 components: - - type: Transform - pos: -14.232126,-3.5818033 + - pos: -14.232126,-3.5818033 parent: 34 + type: Transform - proto: FoodFrozenCornuto entities: - uid: 10299 components: - - type: Transform - pos: -14.232126,-4.6137686 + - pos: -14.232126,-4.6137686 parent: 34 + type: Transform - proto: FoodFrozenSandwich entities: - uid: 83 components: - - type: Transform - pos: -14.711293,-4.6033454 + - pos: -14.711293,-4.6033454 parent: 34 + type: Transform - proto: FoodFrozenSandwichStrawberry entities: - uid: 10298 components: - - type: Transform - pos: -14.555043,-4.342748 + - pos: -14.555043,-4.342748 parent: 34 + type: Transform - proto: FoodMealNachos entities: - uid: 12198 components: - - type: MetaData - desc: Made up of whatever came out of the vents since the last kitchen disaster. + - desc: Made up of whatever came out of the vents since the last kitchen disaster. name: the disposal nachos - - type: Transform - pos: -42.47748,10.023155 + type: MetaData + - pos: -42.47748,10.023155 parent: 34 + type: Transform - proto: FoodMealSashimi entities: - uid: 890 components: - - type: Transform - pos: 0.5249679,-6.3729854 + - pos: 0.5249679,-6.3729854 parent: 34 + type: Transform - uid: 4285 components: - - type: Transform - pos: 24.47242,-29.488592 + - pos: 24.47242,-29.488592 parent: 34 + type: Transform - uid: 10882 components: - - type: Transform - pos: 40.547382,-33.584854 + - pos: 40.547382,-33.584854 parent: 34 + type: Transform - proto: FoodOnion entities: - uid: 11376 components: - - type: Transform - pos: -12.218711,-4.6579046 + - pos: -12.218711,-4.6579046 parent: 34 + type: Transform - proto: FoodPieApple entities: - uid: 10663 components: - - type: Transform - pos: 38.484882,-34.38173 + - pos: 38.484882,-34.38173 parent: 34 + type: Transform - proto: FoodPieBananaCream entities: - uid: 5077 components: - - type: Transform - pos: -1.5631683,-17.486998 + - pos: -1.5631683,-17.486998 parent: 34 + type: Transform - uid: 5078 components: - - type: Transform - pos: -1.3912933,-17.299368 + - pos: -1.3912933,-17.299368 parent: 34 + type: Transform - uid: 5079 components: - - type: Transform - pos: -1.0944183,-17.486998 + - pos: -1.0944183,-17.486998 parent: 34 + type: Transform - proto: FoodPizzaVegetableSlice entities: - uid: 12266 components: - - type: Transform - pos: -15.762994,-32.17715 + - pos: -15.762994,-32.17715 parent: 34 + type: Transform - proto: FoodPlateSmallTrash entities: - uid: 11061 components: - - type: Transform - pos: 40.281178,-17.254995 + - pos: 40.281178,-17.254995 parent: 34 + type: Transform - proto: FoodPotato entities: - uid: 11377 components: - - type: Transform - pos: -12.499961,-4.345187 + - pos: -12.499961,-4.345187 parent: 34 + type: Transform - uid: 11378 components: - - type: Transform - pos: -12.760378,-4.4494267 + - pos: -12.760378,-4.4494267 parent: 34 + type: Transform - uid: 11379 components: - - type: Transform - pos: -12.593711,-4.5953608 + - pos: -12.593711,-4.5953608 parent: 34 + type: Transform - proto: FoodSnackChowMein entities: - uid: 11629 components: - - type: Transform - pos: -37.67993,-27.39584 + - pos: -37.67993,-27.39584 parent: 34 + type: Transform - proto: FoodSnackPopcorn entities: - uid: 466 components: - - type: Transform - pos: -7.0152483,-13.743542 + - pos: -7.0152483,-13.743542 parent: 34 + type: Transform - uid: 11630 components: - - type: Transform - pos: -41.016098,-27.677042 + - pos: -41.016098,-27.677042 parent: 34 + type: Transform - proto: FoodSnackSus entities: - uid: 10365 components: - - type: Transform - pos: 20.315855,-29.578644 + - pos: 20.315855,-29.578644 parent: 34 + type: Transform - uid: 12257 components: - - type: Transform - pos: -48.674168,-30.394135 + - pos: -48.674168,-30.394135 parent: 34 + type: Transform - proto: FoodSpaceshroomCooked entities: - uid: 9107 components: - - type: Transform - pos: 41.046803,-17.192495 + - pos: 41.046803,-17.192495 parent: 34 + type: Transform - proto: FoodTartGapple entities: - uid: 11177 components: - - type: Transform - pos: -51.492073,13.550587 + - pos: -51.492073,13.550587 parent: 34 + type: Transform - proto: FoodTinPeachesMaint entities: - uid: 4341 components: - - type: Transform - pos: 35.22465,-10.347923 + - pos: 35.22465,-10.347923 parent: 34 + type: Transform - uid: 4507 components: - - type: Transform - pos: 35.646526,-10.644798 + - pos: 35.646526,-10.644798 parent: 34 + type: Transform +- proto: FoodTinPeachesMaintOpen + entities: + - uid: 12985 + components: + - pos: -53.505413,-22.109913 + parent: 34 + type: Transform - proto: FoodTinPeachesMaintTrash entities: - uid: 8941 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.312428,-16.52062 parent: 34 + type: Transform - proto: FoodTomato entities: - uid: 33 components: - - type: Transform - pos: -14.461293,-3.2273908 + - pos: -14.461293,-3.2273908 parent: 34 + type: Transform - uid: 42 components: - - type: Transform - pos: -14.721709,-3.2586622 + - pos: -14.721709,-3.2586622 parent: 34 + type: Transform - uid: 88 components: - - type: Transform - pos: -14.575876,-3.3837485 + - pos: -14.575876,-3.3837485 parent: 34 + type: Transform - proto: FuelDispenser entities: - uid: 5540 components: - - type: Transform - pos: -27.5,6.5 + - pos: -27.5,6.5 parent: 34 + type: Transform - proto: GasAnalyzer entities: - uid: 239 components: - - type: Transform - pos: -15.333032,-7.4604254 + - pos: -15.333032,-7.4604254 parent: 34 + type: Transform - uid: 10908 components: - - type: Transform - pos: 37.73635,-27.41521 + - pos: 37.73635,-27.41521 parent: 34 + type: Transform - uid: 12000 components: - - type: Transform - pos: -28.32841,-30.367157 + - pos: -28.32841,-30.367157 parent: 34 + type: Transform - uid: 12134 components: - - type: Transform - pos: -48.174168,-30.56601 + - pos: -48.174168,-30.56601 parent: 34 + type: Transform - proto: GasFilter entities: - uid: 1653 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 2456 components: - - type: MetaData - desc: This filters gases into the recycler loop. Generally speaking, you should set this to carbon dioxide. + - desc: This filters gases into the recycler loop. Generally speaking, you should set this to carbon dioxide. name: recycler input filter - - type: Transform - pos: -41.5,-36.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#00FF00FF' + type: MetaData + - pos: -41.5,-36.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#00FF00FF' + type: AtmosPipeColor - proto: GasFilterFlipped entities: - uid: 1154 components: - - type: MetaData - name: nitrogen filter - - type: Transform - rot: 3.141592653589793 rad + - name: nitrogen filter + type: MetaData + - rot: 3.141592653589793 rad pos: -41.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 1219 components: - - type: MetaData - name: oxygen filter - - type: Transform - rot: 3.141592653589793 rad + - name: oxygen filter + type: MetaData + - rot: 3.141592653589793 rad pos: -41.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1265 components: - - type: MetaData - name: storage filter - - type: Transform - rot: 3.141592653589793 rad + - name: storage filter + type: MetaData + - rot: 3.141592653589793 rad pos: -41.5,-45.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1546 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1547 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 2983 components: - - type: MetaData - name: Carbon Dioxide filter - - type: Transform - rot: 3.141592653589793 rad + - name: Carbon Dioxide filter + type: MetaData + - rot: 3.141592653589793 rad pos: 0.5,-42.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3244 components: - - type: MetaData - name: Nitro oxide filter - - type: Transform - rot: 3.141592653589793 rad + - name: Nitro oxide filter + type: MetaData + - rot: 3.141592653589793 rad pos: 0.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasMinerCarbonDioxide entities: - uid: 1619 components: - - type: Transform - pos: -51.5,-38.5 + - pos: -51.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMinerNitrogen entities: - uid: 1458 components: - - type: Transform - pos: -37.5,-39.5 + - pos: -37.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMinerPlasma entities: - uid: 1460 components: - - type: Transform - pos: -37.5,-43.5 + - pos: -37.5,-43.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMixer entities: - uid: 970 components: - - type: MetaData - name: breathable air mixer - - type: Transform - rot: 3.141592653589793 rad + - name: breathable air mixer + type: MetaData + - rot: 3.141592653589793 rad pos: -44.5,-40.5 parent: 34 - - type: GasMixer - inletTwoConcentration: 0.79 + type: Transform + - inletTwoConcentration: 0.79 inletOneConcentration: 0.21 targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: GasMixer + - joinedGrid: 34 + type: AtmosDevice + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 8111 components: - - type: Transform - pos: -56.5,-35.5 + - pos: -56.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasMixerFlipped entities: - uid: 971 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-43.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1434 components: - - type: MetaData - name: plasma mixer - - type: Transform - rot: 3.141592653589793 rad + - name: plasma mixer + type: MetaData + - rot: 3.141592653589793 rad pos: -43.5,-44.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1440 components: - - type: MetaData - name: storage mixer - - type: Transform - rot: 3.141592653589793 rad + - name: storage mixer + type: MetaData + - rot: 3.141592653589793 rad pos: -43.5,-45.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: GasOutletInjector entities: - uid: 925 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0088F8FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0088F8FF' + type: AtmosPipeColor - uid: 1216 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1254 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1268 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-45.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1536 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-47.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12603 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -59.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12660 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -56.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#947507FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#947507FF' + type: AtmosPipeColor - proto: GasPassiveGate entities: - uid: 1566 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-49.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 8366 components: - - type: Transform - pos: -38.5,-33.5 + - pos: -38.5,-33.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8595 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - proto: GasPassiveVent entities: - uid: 926 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 927 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 1217 components: - - type: Transform - pos: -38.5,-43.5 + - pos: -38.5,-43.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1255 components: - - type: Transform - pos: -36.5,-39.5 + - pos: -36.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1256 components: - - type: Transform - pos: -36.5,-41.5 + - pos: -36.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1406 components: - - type: Transform - pos: -36.5,-45.5 + - pos: -36.5,-45.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1453 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -42.5,-51.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1531 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -50.5,-47.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1649 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -50.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 3331 components: - - type: Transform - pos: -31.5,5.5 + - pos: -31.5,5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 12653 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12654 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasPipeBend entities: - uid: 63 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: Transform + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 95 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -42.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#00FF00FF' + type: Transform + - color: '#00FF00FF' + type: AtmosPipeColor - uid: 107 components: - - type: Transform - pos: -42.5,-34.5 + - pos: -42.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#00FF00FF' + type: Transform + - color: '#00FF00FF' + type: AtmosPipeColor - uid: 939 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 942 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 972 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 1257 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-44.5 parent: 34 + type: Transform - uid: 1420 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-46.5 parent: 34 + type: Transform - uid: 1422 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-42.5 parent: 34 + type: Transform - uid: 1423 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-40.5 parent: 34 + type: Transform - uid: 1435 components: - - type: Transform - pos: -42.5,-45.5 + - pos: -42.5,-45.5 parent: 34 + type: Transform - uid: 1436 components: - - type: Transform - pos: -42.5,-41.5 + - pos: -42.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 1438 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 1442 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -42.5,-46.5 parent: 34 + type: Transform - uid: 1448 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-47.5 parent: 34 + type: Transform - uid: 1451 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-49.5 parent: 34 + type: Transform - uid: 1514 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-46.5 parent: 34 + type: Transform - uid: 1519 components: - - type: Transform - pos: -44.5,-42.5 + - pos: -44.5,-42.5 parent: 34 + type: Transform - uid: 1541 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -49.5,-42.5 parent: 34 + type: Transform - uid: 1565 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-49.5 parent: 34 + type: Transform - uid: 1572 components: - - type: Transform - pos: -43.5,-35.5 + - pos: -43.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 1578 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 1634 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 2020 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-4.5 parent: 34 + type: Transform - uid: 2023 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2346 components: - - type: Transform - pos: -35.5,-27.5 + - pos: -35.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2354 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -51.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2377 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -42.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2378 components: - - type: Transform - pos: -34.5,-26.5 + - pos: -34.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2398 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2415 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 2427 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-38.5 parent: 34 + type: Transform - uid: 2530 components: - - type: Transform - pos: -15.5,-7.5 + - pos: -15.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2675 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-43.5 parent: 34 + type: Transform - uid: 2680 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2928 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3204 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3249 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3253 components: - - type: Transform - pos: -8.5,4.5 + - pos: -8.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3376 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -46.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 3794 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -44.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' - - uid: 4022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-25.5 - parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 4570 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4685 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 44.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4895 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4896 components: - - type: Transform - pos: 28.5,-14.5 + - pos: 28.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5011 components: - - type: Transform - pos: 32.5,-22.5 + - pos: 32.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5664 components: - - type: Transform - pos: -37.5,3.5 + - pos: -37.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6505 components: - - type: Transform - pos: 47.5,-3.5 + - pos: 47.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6564 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6952 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7751 components: - - type: Transform - pos: 6.5,-40.5 + - pos: 6.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7842 components: - - type: Transform - pos: -0.5,-46.5 + - pos: -0.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7998 components: - - type: Transform - pos: -42.5,-25.5 + - pos: -42.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8358 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8367 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 8384 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8385 components: - - type: Transform - pos: -29.5,-40.5 + - pos: -29.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8392 components: - - type: Transform - pos: -30.5,-30.5 + - pos: -30.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8406 components: - - type: Transform - pos: -44.5,-29.5 + - pos: -44.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8416 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8430 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -59.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 8434 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8490 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8598 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8629 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8630 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8649 components: - - type: Transform - pos: 8.5,-4.5 + - pos: 8.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8659 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8781 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8786 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8802 components: - - type: Transform - pos: 17.5,-4.5 + - pos: 17.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8803 components: - - type: Transform - pos: -0.5,-14.5 + - pos: -0.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8878 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8972 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9012 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9027 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-43.5 parent: 34 + type: Transform - uid: 9028 components: - - type: Transform - pos: 5.5,-44.5 + - pos: 5.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9152 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 36.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9186 components: - - type: Transform - pos: -26.5,-14.5 + - pos: -26.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9202 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 38.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9232 components: - - type: Transform - pos: -27.5,-10.5 + - pos: -27.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9323 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9378 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9391 components: - - type: Transform - pos: -33.5,-40.5 + - pos: -33.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9392 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9393 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9398 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9399 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9402 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9424 components: - - type: Transform - pos: -53.5,-11.5 + - pos: -53.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9429 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9444 components: - - type: Transform - pos: -27.5,-18.5 + - pos: -27.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9497 components: - - type: Transform - pos: 13.5,13.5 + - pos: 13.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9507 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9539 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9627 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9630 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9631 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9632 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9645 components: - - type: Transform - pos: 4.5,-29.5 + - pos: 4.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9655 components: - - type: Transform - pos: -3.5,-43.5 + - pos: -3.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9656 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9781 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9827 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -49.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9891 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9942 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10006 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10073 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 18.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10081 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 21.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10086 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10150 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 37.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10165 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 31.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10206 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10333 components: - - type: Transform - pos: 11.5,-36.5 + - pos: 11.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10562 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10903 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11291 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-49.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11392 + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 11425 + components: + - pos: -45.5,-19.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11436 + components: + - rot: 3.141592653589793 rad + pos: -57.5,-24.5 + parent: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11445 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -57.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11484 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 11453 components: - - type: Transform - pos: -54.5,-19.5 + - pos: -57.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 11493 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor + - uid: 11454 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-25.5 + - rot: 1.5707963267948966 rad + pos: -59.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11542 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-19.5 + - pos: -57.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11576 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -58.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 11580 + components: + - rot: 3.141592653589793 rad + pos: -59.5,-25.5 + parent: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11633 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -18.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11705 + components: + - pos: -54.5,-24.5 + parent: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11834 components: - - type: Transform - pos: -45.5,-41.5 + - pos: -45.5,-41.5 parent: 34 + type: Transform - uid: 11840 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11882 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -18.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11885 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11921 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -58.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12180 components: - - type: Transform - pos: -28.5,-9.5 + - pos: -28.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 12200 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -53.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12221 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12224 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -25.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12611 components: - - type: Transform - pos: -53.5,-31.5 + - pos: -53.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12652 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -55.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12663 components: - - type: Transform - pos: -54.5,-30.5 + - pos: -54.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12669 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -55.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12670 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12863 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12877 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12932 components: - - type: Transform - pos: 41.5,4.5 + - pos: 41.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12945 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 39.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - proto: GasPipeFourway entities: - uid: 2969 components: - - type: Transform - pos: 5.5,-24.5 + - pos: 5.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2970 components: - - type: Transform - pos: 4.5,-23.5 + - pos: 4.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2981 components: - - type: Transform - pos: 3.5,-40.5 + - pos: 3.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4803 components: - - type: Transform - pos: 43.5,-2.5 + - pos: 43.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4872 components: - - type: Transform - pos: 44.5,-3.5 + - pos: 44.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5906 components: - - type: Transform - pos: -41.5,-0.5 + - pos: -41.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6344 components: - - type: Transform - pos: -57.5,-27.5 + - pos: -57.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 8370 components: - - type: Transform - pos: -30.5,-37.5 + - pos: -30.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8432 components: - - type: Transform - pos: -38.5,-21.5 + - pos: -38.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8436 components: - - type: Transform - pos: -37.5,-22.5 + - pos: -37.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9085 components: - - type: Transform - pos: 22.5,-24.5 + - pos: 22.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9102 components: - - type: Transform - pos: 44.5,-12.5 + - pos: 44.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9119 components: - - type: Transform - pos: 32.5,-27.5 + - pos: 32.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9235 components: - - type: Transform - pos: -37.5,-1.5 + - pos: -37.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9366 components: - - type: Transform - pos: -35.5,-29.5 + - pos: -35.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9608 components: - - type: Transform - pos: 7.5,-37.5 + - pos: 7.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9718 components: - - type: Transform - pos: -8.5,-0.5 + - pos: -8.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9873 components: - - type: Transform - pos: 13.5,1.5 + - pos: 13.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9949 components: - - type: Transform - pos: 22.5,-13.5 + - pos: 22.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10179 components: - - type: Transform - pos: 31.5,-29.5 + - pos: 31.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11884 components: - - type: Transform - pos: -57.5,-32.5 + - pos: -57.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasPipeStraight entities: - uid: 43 components: - - type: Transform - pos: -13.5,-1.5 + - pos: -13.5,-1.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 70 + components: + - rot: -1.5707963267948966 rad + pos: -56.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 94 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: Transform + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 96 components: - - type: Transform - pos: -42.5,-35.5 + - pos: -42.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#00FF00FF' + type: Transform + - color: '#00FF00FF' + type: AtmosPipeColor - uid: 102 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: Transform + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 103 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: Transform + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 124 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 132 components: - - type: Transform - pos: -43.5,-36.5 + - pos: -43.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 135 components: - - type: Transform - pos: -43.5,-37.5 + - pos: -43.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 198 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 258 + components: + - rot: -1.5707963267948966 rad + pos: -44.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 731 components: - - type: Transform - pos: 41.5,3.5 + - pos: 41.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 794 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 797 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 807 components: - - type: Transform - pos: -5.5,-12.5 + - pos: -5.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 809 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 810 components: - - type: Transform - pos: -10.5,-10.5 + - pos: -10.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 811 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 812 components: - - type: Transform - pos: -10.5,-9.5 + - pos: -10.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 814 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 830 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 34 + type: Transform - uid: 849 components: - - type: Transform - pos: -13.5,-2.5 + - pos: -13.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 889 components: - - type: Transform - pos: -13.5,-3.5 + - pos: -13.5,-3.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 919 + components: + - rot: 1.5707963267948966 rad + pos: -58.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 924 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0088F8FF' + type: Transform + - color: '#0088F8FF' + type: AtmosPipeColor - uid: 928 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-4.5 parent: 34 + type: Transform - uid: 929 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 941 components: - - type: Transform - pos: -31.5,-3.5 + - pos: -31.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 944 components: - - type: Transform - pos: -31.5,-4.5 + - pos: -31.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 945 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 977 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: Transform + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 1079 components: - - type: Transform - pos: 10.5,10.5 + - pos: 10.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 1173 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-41.5 parent: 34 + type: Transform - uid: 1175 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-39.5 parent: 34 + type: Transform - uid: 1176 components: - - type: Transform - pos: -41.5,-42.5 + - pos: -41.5,-42.5 parent: 34 + type: Transform - uid: 1185 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 1193 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-39.5 parent: 34 + type: Transform - uid: 1197 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1209 components: - - type: Transform - pos: -41.5,-40.5 + - pos: -41.5,-40.5 parent: 34 + type: Transform - uid: 1211 components: - - type: Transform - pos: -41.5,-43.5 + - pos: -41.5,-43.5 parent: 34 + type: Transform - uid: 1218 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-41.5 parent: 34 + type: Transform - uid: 1223 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0000FFFF' + type: Transform + - color: '#0000FFFF' + type: AtmosPipeColor - uid: 1267 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-45.5 parent: 34 + type: Transform - uid: 1407 components: - - type: Transform - pos: -41.5,-44.5 + - pos: -41.5,-44.5 parent: 34 + type: Transform - uid: 1408 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-46.5 parent: 34 + type: Transform - uid: 1409 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-46.5 parent: 34 + type: Transform - uid: 1410 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-46.5 parent: 34 + type: Transform - uid: 1413 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-44.5 parent: 34 + type: Transform - uid: 1414 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-42.5 parent: 34 + type: Transform - uid: 1415 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-42.5 parent: 34 + type: Transform - uid: 1416 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-42.5 parent: 34 + type: Transform - uid: 1417 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-40.5 parent: 34 + type: Transform - uid: 1418 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-40.5 parent: 34 + type: Transform - uid: 1419 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-40.5 parent: 34 + type: Transform - uid: 1428 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1429 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1430 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 1433 components: - - type: Transform - pos: -43.5,-42.5 + - pos: -43.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1437 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 1441 components: - - type: Transform - pos: -41.5,-46.5 + - pos: -41.5,-46.5 parent: 34 + type: Transform - uid: 1443 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-46.5 parent: 34 + type: Transform - uid: 1444 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-44.5 parent: 34 + type: Transform - uid: 1445 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-44.5 parent: 34 + type: Transform - uid: 1452 components: - - type: Transform - pos: -42.5,-50.5 + - pos: -42.5,-50.5 parent: 34 + type: Transform - uid: 1516 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-45.5 parent: 34 + type: Transform - uid: 1517 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-44.5 parent: 34 + type: Transform - uid: 1518 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-43.5 parent: 34 + type: Transform - uid: 1522 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.5,-42.5 parent: 34 + type: Transform - uid: 1523 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-42.5 parent: 34 + type: Transform - uid: 1525 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-42.5 parent: 34 + type: Transform - uid: 1527 components: - - type: Transform - pos: -50.5,-42.5 + - pos: -50.5,-42.5 parent: 34 + type: Transform - uid: 1528 components: - - type: Transform - pos: -50.5,-44.5 + - pos: -50.5,-44.5 parent: 34 + type: Transform - uid: 1529 components: - - type: Transform - pos: -50.5,-45.5 + - pos: -50.5,-45.5 parent: 34 + type: Transform - uid: 1530 components: - - type: Transform - pos: -50.5,-46.5 + - pos: -50.5,-46.5 parent: 34 + type: Transform - uid: 1538 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-44.5 parent: 34 + type: Transform - uid: 1539 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-45.5 parent: 34 + type: Transform - uid: 1540 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-46.5 parent: 34 + type: Transform - uid: 1548 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-41.5 parent: 34 + type: Transform - uid: 1558 components: - - type: Transform - pos: -45.5,-42.5 + - pos: -45.5,-42.5 parent: 34 + type: Transform - uid: 1560 components: - - type: Transform - pos: -45.5,-44.5 + - pos: -45.5,-44.5 parent: 34 + type: Transform - uid: 1561 components: - - type: Transform - pos: -45.5,-45.5 + - pos: -45.5,-45.5 parent: 34 + type: Transform - uid: 1562 components: - - type: Transform - pos: -45.5,-46.5 + - pos: -45.5,-46.5 parent: 34 + type: Transform - uid: 1563 components: - - type: Transform - pos: -45.5,-47.5 + - pos: -45.5,-47.5 parent: 34 + type: Transform - uid: 1564 components: - - type: Transform - pos: -45.5,-48.5 + - pos: -45.5,-48.5 parent: 34 + type: Transform - uid: 1567 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-49.5 parent: 34 + type: Transform - uid: 1580 components: - - type: Transform - pos: -41.5,-37.5 + - pos: -41.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 1587 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#00FF00FF' + type: Transform + - color: '#00FF00FF' + type: AtmosPipeColor - uid: 1627 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 1913 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 1971 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -19.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2079 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2089 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2149 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2333 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2336 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2338 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2339 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2340 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -37.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2343 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -37.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2345 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2347 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2348 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2353 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2357 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -42.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2373 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2374 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2376 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2390 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2429 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -48.5,-38.5 parent: 34 + type: Transform - uid: 2496 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-42.5 parent: 34 + type: Transform - uid: 2550 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2591 - components: - - type: Transform - pos: -56.5,-23.5 - parent: 34 - - uid: 2593 - components: - - type: Transform - pos: -54.5,-23.5 - parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2641 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2710 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2713 components: - - type: Transform - pos: -33.5,-43.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2718 - components: - - type: Transform - pos: -56.5,-22.5 + - pos: -33.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2924 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2929 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-41.5 parent: 34 + type: Transform - uid: 2931 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2935 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2968 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3188 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3190 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3248 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3323 components: - - type: Transform - pos: -31.5,-2.5 + - pos: -31.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3324 components: - - type: Transform - pos: -31.5,-1.5 + - pos: -31.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3325 components: - - type: Transform - pos: -31.5,-0.5 + - pos: -31.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3326 components: - - type: Transform - pos: -31.5,0.5 + - pos: -31.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3327 components: - - type: Transform - pos: -31.5,1.5 + - pos: -31.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3328 components: - - type: Transform - pos: -31.5,2.5 + - pos: -31.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3329 components: - - type: Transform - pos: -31.5,3.5 + - pos: -31.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3330 components: - - type: Transform - pos: -31.5,4.5 + - pos: -31.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 3377 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-38.5 parent: 34 + type: Transform - uid: 3416 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3754 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3973 components: - - type: Transform - pos: -5.5,-44.5 + - pos: -5.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4455 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -22.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4459 components: - - type: Transform - pos: 43.5,-4.5 + - pos: 43.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4512 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4535 components: - - type: Transform - pos: 44.5,-8.5 + - pos: 44.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4537 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4539 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 42.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4568 components: - - type: Transform - pos: -11.5,-35.5 + - pos: -11.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4569 components: - - type: Transform - pos: -11.5,-36.5 + - pos: -11.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4571 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4668 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4676 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4678 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 44.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4679 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4680 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 42.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4681 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4684 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4687 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 42.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4763 components: - - type: Transform - pos: 43.5,-5.5 + - pos: 43.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4782 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4789 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4860 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4891 components: - - type: Transform - pos: -10.5,-33.5 + - pos: -10.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4948 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4951 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 41.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5674 components: - - type: Transform - pos: -37.5,1.5 + - pos: -37.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5848 components: - - type: Transform - pos: -40.5,4.5 + - pos: -40.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5867 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5910 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 30.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5911 components: - - type: Transform - pos: -41.5,0.5 + - pos: -41.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5912 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5936 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5937 components: - - type: Transform - pos: 10.5,9.5 + - pos: 10.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6114 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6117 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6118 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6171 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6318 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -26.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6368 components: - - type: Transform - pos: -59.5,-28.5 + - pos: -59.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 6397 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 45.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6686 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6700 components: - - type: Transform - pos: 44.5,-4.5 + - pos: 44.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6876 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7088 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7146 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7232 components: - - type: Transform - pos: -28.5,-11.5 + - pos: -28.5,-11.5 + parent: 34 + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor + - uid: 7405 + components: + - rot: 3.141592653589793 rad + pos: -59.5,-24.5 + parent: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor + - uid: 7493 + components: + - rot: 3.141592653589793 rad + pos: -57.5,-23.5 + parent: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor + - uid: 7495 + components: + - rot: -1.5707963267948966 rad + pos: -39.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 7497 + components: + - rot: -1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 7501 + components: + - rot: -1.5707963267948966 rad + pos: -42.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7553 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7555 + components: + - rot: -1.5707963267948966 rad + pos: -41.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7734 components: - - type: Transform - pos: 4.5,-45.5 + - pos: 4.5,-45.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7762 + components: + - rot: 1.5707963267948966 rad + pos: -43.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7763 + components: + - rot: -1.5707963267948966 rad + pos: -46.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 7764 + components: + - rot: 3.141592653589793 rad + pos: -45.5,-21.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7769 + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7770 + components: + - rot: 1.5707963267948966 rad + pos: -48.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7771 + components: + - rot: 1.5707963267948966 rad + pos: -44.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7773 + components: + - rot: 1.5707963267948966 rad + pos: -50.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7774 + components: + - rot: 3.141592653589793 rad + pos: -59.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 7815 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -58.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 7823 components: - - type: Transform - pos: -58.5,-37.5 + - pos: -58.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7971 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7972 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7974 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -18.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7975 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -19.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7976 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7977 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -21.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7978 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -22.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7979 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7980 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7982 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7983 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7984 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7985 components: - - type: Transform - pos: -30.5,0.5 + - pos: -30.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7990 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8006 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8196 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8214 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8223 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8227 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8277 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -50.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8355 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8357 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8369 components: - - type: Transform - pos: -38.5,-34.5 + - pos: -38.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8372 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8373 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8374 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8375 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8376 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8377 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8378 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8379 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8380 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8381 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8382 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8383 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8386 components: - - type: Transform - pos: -30.5,-36.5 + - pos: -30.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8387 components: - - type: Transform - pos: -30.5,-35.5 + - pos: -30.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8389 components: - - type: Transform - pos: -30.5,-33.5 + - pos: -30.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8390 components: - - type: Transform - pos: -30.5,-32.5 + - pos: -30.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8391 components: - - type: Transform - pos: -30.5,-31.5 + - pos: -30.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8393 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8394 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8395 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8397 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8398 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8399 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8400 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8401 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8402 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8407 components: - - type: Transform - pos: -44.5,-31.5 + - pos: -44.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8408 components: - - type: Transform - pos: -44.5,-32.5 + - pos: -44.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8410 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8411 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8414 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8419 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8420 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8423 components: - - type: Transform - pos: -44.5,-26.5 + - pos: -44.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8425 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8426 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8427 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8428 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8433 components: - - type: Transform - pos: -2.5,13.5 + - pos: -2.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8437 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8438 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8442 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8443 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -23.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8445 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -21.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8446 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8447 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -19.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8448 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -18.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8451 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8452 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8453 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8456 components: - - type: Transform - pos: -16.5,-21.5 + - pos: -16.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8457 components: - - type: Transform - pos: -16.5,-20.5 + - pos: -16.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8459 components: - - type: Transform - pos: -11.5,-24.5 + - pos: -11.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8460 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8462 components: - - type: Transform - pos: -11.5,-23.5 + - pos: -11.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8464 components: - - type: Transform - pos: -11.5,-26.5 + - pos: -11.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8465 components: - - type: Transform - pos: -11.5,-27.5 + - pos: -11.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8466 components: - - type: Transform - pos: -11.5,-28.5 + - pos: -11.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8467 components: - - type: Transform - pos: -11.5,-29.5 + - pos: -11.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8468 components: - - type: Transform - pos: -11.5,-30.5 + - pos: -11.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8469 components: - - type: Transform - pos: -11.5,-31.5 + - pos: -11.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8497 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8585 components: - - type: Transform - pos: -12.5,-21.5 + - pos: -12.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8586 components: - - type: Transform - pos: -12.5,-20.5 + - pos: -12.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8587 components: - - type: Transform - pos: -12.5,-19.5 + - pos: -12.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8588 components: - - type: Transform - pos: -12.5,-18.5 + - pos: -12.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8589 components: - - type: Transform - pos: -12.5,-17.5 + - pos: -12.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8590 components: - - type: Transform - pos: -12.5,-16.5 + - pos: -12.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8591 components: - - type: Transform - pos: -12.5,-15.5 + - pos: -12.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8592 components: - - type: Transform - pos: -12.5,-14.5 + - pos: -12.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8593 components: - - type: Transform - pos: -12.5,-13.5 + - pos: -12.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8594 components: - - type: Transform - pos: -12.5,-12.5 + - pos: -12.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8599 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -13.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8600 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8601 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8602 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8603 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8604 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8606 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8611 components: - - type: Transform - pos: -5.5,-13.5 + - pos: -5.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8613 components: - - type: Transform - pos: -5.5,-15.5 + - pos: -5.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8614 components: - - type: Transform - pos: -5.5,-16.5 + - pos: -5.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8615 components: - - type: Transform - pos: -5.5,-17.5 + - pos: -5.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8616 components: - - type: Transform - pos: -5.5,-18.5 + - pos: -5.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8618 components: - - type: Transform - pos: -5.5,-20.5 + - pos: -5.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8619 components: - - type: Transform - pos: -5.5,-21.5 + - pos: -5.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8620 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8621 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8622 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8623 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8624 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8625 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8627 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8631 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8632 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8633 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8635 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8639 components: - - type: Transform - pos: 2.5,-7.5 + - pos: 2.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8640 components: - - type: Transform - pos: 2.5,-6.5 + - pos: 2.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8641 components: - - type: Transform - pos: 2.5,-5.5 + - pos: 2.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8644 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8645 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8646 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8647 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8648 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8654 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8655 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8656 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8657 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8658 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8660 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8665 components: - - type: Transform - pos: -3.5,-9.5 + - pos: -3.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8666 components: - - type: Transform - pos: -3.5,-8.5 + - pos: -3.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8667 components: - - type: Transform - pos: -3.5,-7.5 + - pos: -3.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8668 components: - - type: Transform - pos: -3.5,-6.5 + - pos: -3.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8669 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8670 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8671 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8672 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8675 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8676 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8677 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8678 components: - - type: Transform - pos: -7.5,-0.5 + - pos: -7.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8679 components: - - type: Transform - pos: -7.5,0.5 + - pos: -7.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8680 components: - - type: Transform - pos: -7.5,1.5 + - pos: -7.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8691 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8692 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -27.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8693 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -26.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8694 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8695 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8696 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8702 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8703 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8704 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8705 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8706 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8707 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8708 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -22.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8709 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8710 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8711 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8712 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -17.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8713 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8714 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8715 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -13.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8716 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8717 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8718 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8719 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8720 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8725 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8730 components: - - type: Transform - pos: -0.5,-0.5 + - pos: -0.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8731 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8732 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8733 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8734 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8735 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8736 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8737 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8738 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8739 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8740 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8742 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8743 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8744 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8745 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8746 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8747 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8748 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8749 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8755 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8756 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8757 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8758 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 13.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8762 components: - - type: Transform - pos: 14.5,9.5 + - pos: 14.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8763 components: - - type: Transform - pos: 14.5,10.5 + - pos: 14.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8765 components: - - type: Transform - pos: 14.5,12.5 + - pos: 14.5,12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8766 components: - - type: Transform - pos: 14.5,7.5 + - pos: 14.5,7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8767 components: - - type: Transform - pos: 14.5,6.5 + - pos: 14.5,6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8768 components: - - type: Transform - pos: 14.5,5.5 + - pos: 14.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8769 components: - - type: Transform - pos: 14.5,4.5 + - pos: 14.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8770 components: - - type: Transform - pos: 14.5,2.5 + - pos: 14.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8771 components: - - type: Transform - pos: 14.5,1.5 + - pos: 14.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8772 components: - - type: Transform - pos: 14.5,-0.5 + - pos: 14.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8773 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8774 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8775 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8777 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8778 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8783 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8784 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8785 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8788 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8790 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8791 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8792 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8793 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8794 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8797 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8798 components: - - type: Transform - pos: 14.5,-5.5 + - pos: 14.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8799 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8800 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8807 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8808 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8809 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8811 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 15.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8812 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8813 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8814 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 18.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8816 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8817 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8818 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8820 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8821 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8822 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8823 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8826 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8828 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 21.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8829 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8834 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 23.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8838 components: - - type: Transform - pos: 23.5,-15.5 + - pos: 23.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8839 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8840 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8842 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 28.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8844 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8845 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8847 components: - - type: Transform - pos: 23.5,-13.5 + - pos: 23.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8851 components: - - type: Transform - pos: 23.5,-11.5 + - pos: 23.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8852 components: - - type: Transform - pos: 23.5,-10.5 + - pos: 23.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8853 components: - - type: Transform - pos: 23.5,-9.5 + - pos: 23.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8854 components: - - type: Transform - pos: 23.5,-8.5 + - pos: 23.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8855 components: - - type: Transform - pos: 23.5,-7.5 + - pos: 23.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8856 components: - - type: Transform - pos: 23.5,-5.5 + - pos: 23.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8857 components: - - type: Transform - pos: 23.5,-4.5 + - pos: 23.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8859 components: - - type: Transform - pos: 23.5,-2.5 + - pos: 23.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8861 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8862 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8863 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8865 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8866 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8867 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8869 components: - - type: Transform - pos: 23.5,-1.5 + - pos: 23.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8870 components: - - type: Transform - pos: 23.5,-0.5 + - pos: 23.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8871 components: - - type: Transform - pos: 23.5,0.5 + - pos: 23.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8873 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8874 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8875 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8876 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8877 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8882 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8883 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8884 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8885 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8886 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 36.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8887 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 37.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8888 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8896 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8897 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8898 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8899 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8900 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8901 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8902 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8904 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8934 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8935 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 39.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8945 components: - - type: Transform - pos: -5.5,-23.5 + - pos: -5.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8946 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8947 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8948 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8949 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8950 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8951 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8952 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8953 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8955 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8956 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8958 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8959 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8960 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8961 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8963 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8964 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8966 components: - - type: Transform - pos: -5.5,-45.5 + - pos: -5.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8973 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8974 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8975 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8976 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8979 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8982 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8984 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8985 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8997 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8998 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8999 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9000 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9001 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9002 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9003 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9004 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9005 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9006 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9007 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9008 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9009 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9011 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9014 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9015 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9017 components: - - type: Transform - pos: 3.5,-44.5 + - pos: 3.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9018 components: - - type: Transform - pos: 3.5,-43.5 + - pos: 3.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9022 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9024 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9025 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9026 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9030 components: - - type: Transform - pos: 4.5,-46.5 + - pos: 4.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9034 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9038 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-42.5 parent: 34 + type: Transform - uid: 9039 components: - - type: Transform - pos: 3.5,-39.5 + - pos: 3.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9040 components: - - type: Transform - pos: 3.5,-38.5 + - pos: 3.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9045 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9046 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9047 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9048 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9049 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9050 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9051 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9052 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9053 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9054 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9055 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9056 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9058 components: - - type: Transform - pos: 5.5,-23.5 + - pos: 5.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9059 components: - - type: Transform - pos: 5.5,-22.5 + - pos: 5.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9060 components: - - type: Transform - pos: 5.5,-21.5 + - pos: 5.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9062 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9063 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9065 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9068 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9069 components: - - type: Transform - pos: 13.5,-29.5 + - pos: 13.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9070 components: - - type: Transform - pos: 13.5,-27.5 + - pos: 13.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9071 components: - - type: Transform - pos: 13.5,-26.5 + - pos: 13.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9074 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9075 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9076 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9077 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9078 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9079 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9080 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9081 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9082 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9083 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9084 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9086 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9087 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9088 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9089 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9090 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9091 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9092 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 21.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9093 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9094 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9095 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9096 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9097 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9098 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9099 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9100 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9101 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9112 components: - - type: Transform - pos: 32.5,-23.5 + - pos: 32.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9114 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9115 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 31.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9117 components: - - type: Transform - pos: 32.5,-25.5 + - pos: 32.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9118 components: - - type: Transform - pos: 32.5,-26.5 + - pos: 32.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9122 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9123 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 30.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9124 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9125 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9126 components: - - type: Transform - pos: 32.5,-28.5 + - pos: 32.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9127 components: - - type: Transform - pos: 32.5,-29.5 + - pos: 32.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9128 components: - - type: Transform - pos: 32.5,-30.5 + - pos: 32.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9129 components: - - type: Transform - pos: 32.5,-31.5 + - pos: 32.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9131 components: - - type: Transform - pos: 32.5,-33.5 + - pos: 32.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9133 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 33.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9134 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 34.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9135 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9137 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9140 components: - - type: Transform - pos: 36.5,-33.5 + - pos: 36.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9141 components: - - type: Transform - pos: 36.5,-34.5 + - pos: 36.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9142 components: - - type: Transform - pos: 36.5,-35.5 + - pos: 36.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9143 components: - - type: Transform - pos: 36.5,-36.5 + - pos: 36.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9144 components: - - type: Transform - pos: 36.5,-37.5 + - pos: 36.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9145 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 37.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9146 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9149 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9150 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 34.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9151 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 33.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9154 components: - - type: Transform - pos: 22.5,-25.5 + - pos: 22.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9155 components: - - type: Transform - pos: 22.5,-26.5 + - pos: 22.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9156 components: - - type: Transform - pos: 22.5,-27.5 + - pos: 22.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9157 components: - - type: Transform - pos: 22.5,-28.5 + - pos: 22.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9158 components: - - type: Transform - pos: 22.5,-29.5 + - pos: 22.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9159 components: - - type: Transform - pos: 22.5,-30.5 + - pos: 22.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9160 components: - - type: Transform - pos: 22.5,-31.5 + - pos: 22.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9161 components: - - type: Transform - pos: 22.5,-32.5 + - pos: 22.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9162 components: - - type: Transform - pos: 22.5,-33.5 + - pos: 22.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9164 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9165 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9166 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9167 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9169 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9170 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 18.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9171 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9172 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9177 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -25.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9178 components: - - type: Transform - pos: -26.5,-21.5 + - pos: -26.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9179 components: - - type: Transform - pos: -26.5,-20.5 + - pos: -26.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9180 components: - - type: Transform - pos: -26.5,-19.5 + - pos: -26.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9183 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9184 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9185 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9188 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9189 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9190 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -30.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9193 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9194 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9195 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9196 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9197 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9198 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9199 components: - - type: Transform - pos: -33.5,-21.5 + - pos: -33.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9200 components: - - type: Transform - pos: -33.5,-20.5 + - pos: -33.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9203 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9204 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9206 components: - - type: Transform - pos: -37.5,-21.5 + - pos: -37.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9207 components: - - type: Transform - pos: -37.5,-20.5 + - pos: -37.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9208 components: - - type: Transform - pos: -37.5,-19.5 + - pos: -37.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9209 components: - - type: Transform - pos: -37.5,-18.5 + - pos: -37.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9210 components: - - type: Transform - pos: -37.5,-17.5 + - pos: -37.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9211 components: - - type: Transform - pos: -37.5,-16.5 + - pos: -37.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9212 components: - - type: Transform - pos: -37.5,-15.5 + - pos: -37.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9213 components: - - type: Transform - pos: -37.5,-14.5 + - pos: -37.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9214 components: - - type: Transform - pos: -37.5,-13.5 + - pos: -37.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9215 components: - - type: Transform - pos: -37.5,-12.5 + - pos: -37.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9216 components: - - type: Transform - pos: -37.5,-11.5 + - pos: -37.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9218 components: - - type: Transform - pos: -37.5,-9.5 + - pos: -37.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9219 components: - - type: Transform - pos: -37.5,-8.5 + - pos: -37.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9221 components: - - type: Transform - pos: -37.5,-6.5 + - pos: -37.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9222 components: - - type: Transform - pos: -37.5,-5.5 + - pos: -37.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9223 components: - - type: Transform - pos: -37.5,-4.5 + - pos: -37.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9224 components: - - type: Transform - pos: -37.5,-3.5 + - pos: -37.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9225 components: - - type: Transform - pos: -37.5,-2.5 + - pos: -37.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9226 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9227 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9229 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9230 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9231 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9233 components: - - type: Transform - pos: -34.5,-2.5 + - pos: -34.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9236 components: - - type: Transform - pos: -37.5,-0.5 + - pos: -37.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9237 components: - - type: Transform - pos: -37.5,0.5 + - pos: -37.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9239 components: - - type: Transform - pos: -37.5,2.5 + - pos: -37.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9240 components: - - type: Transform - pos: -41.5,2.5 + - pos: -41.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9241 components: - - type: Transform - pos: -41.5,3.5 + - pos: -41.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9242 components: - - type: Transform - pos: -41.5,4.5 + - pos: -41.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9243 components: - - type: Transform - pos: -41.5,5.5 + - pos: -41.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9244 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9245 components: - - type: Transform - pos: -41.5,6.5 + - pos: -41.5,6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9246 components: - - type: Transform - pos: -41.5,7.5 + - pos: -41.5,7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9247 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9248 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9249 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9250 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9259 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9260 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9262 components: - - type: Transform - pos: -43.5,-2.5 + - pos: -43.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9263 components: - - type: Transform - pos: -43.5,-3.5 + - pos: -43.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9264 components: - - type: Transform - pos: -43.5,-4.5 + - pos: -43.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9267 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9268 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9269 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -45.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9270 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -46.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9271 components: - - type: Transform - pos: -47.5,-0.5 + - pos: -47.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9272 components: - - type: Transform - pos: -47.5,0.5 + - pos: -47.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9273 components: - - type: Transform - pos: -47.5,1.5 + - pos: -47.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9274 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9275 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -50.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9276 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -51.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9277 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -52.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9279 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9280 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9281 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9282 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9283 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9284 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9285 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -44.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9286 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9287 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9288 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9291 components: - - type: Transform - pos: -48.5,-7.5 + - pos: -48.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9292 components: - - type: Transform - pos: -48.5,-8.5 + - pos: -48.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9293 components: - - type: Transform - pos: -48.5,-9.5 + - pos: -48.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9296 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9299 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9300 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9301 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9303 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9306 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9309 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9310 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9311 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9312 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9313 components: - - type: Transform - pos: -47.5,-16.5 + - pos: -47.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9315 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9316 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9317 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9318 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9319 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9320 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 26.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9321 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 25.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9324 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9325 components: - - type: Transform - pos: 30.5,-43.5 + - pos: 30.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9326 components: - - type: Transform - pos: 30.5,-42.5 + - pos: 30.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9327 components: - - type: Transform - pos: 30.5,-41.5 + - pos: 30.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9328 components: - - type: Transform - pos: 30.5,-40.5 + - pos: 30.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9356 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9357 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 15.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9358 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9359 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9361 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9362 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9363 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9364 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9365 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9367 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9368 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9369 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9370 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9375 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9376 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9377 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9380 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9381 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9385 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -33.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9386 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9387 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9389 components: - - type: Transform - pos: -33.5,-42.5 + - pos: -33.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9390 components: - - type: Transform - pos: -33.5,-41.5 + - pos: -33.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9394 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9395 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9396 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9400 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9401 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -30.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9405 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9408 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9409 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9410 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9411 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9412 components: - - type: Transform - pos: -30.5,-27.5 + - pos: -30.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9413 components: - - type: Transform - pos: -30.5,-28.5 + - pos: -30.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9416 components: - - type: Transform - pos: -47.5,-15.5 + - pos: -47.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9417 components: - - type: Transform - pos: -47.5,-14.5 + - pos: -47.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9418 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9419 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9420 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -50.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9421 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -51.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9422 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -52.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9423 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9426 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9427 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -35.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9428 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9431 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9432 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9434 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9435 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9436 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9437 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9438 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9439 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -30.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9441 components: - - type: Transform - pos: -27.5,-20.5 + - pos: -27.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9442 components: - - type: Transform - pos: -27.5,-19.5 + - pos: -27.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9443 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9446 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9447 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9448 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9449 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -25.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9450 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -24.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9452 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9453 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9454 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9455 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9458 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -22.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9459 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -22.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9465 components: - - type: Transform - pos: -18.5,-22.5 + - pos: -18.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9466 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9472 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9473 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9474 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -17.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9475 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9476 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9477 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -14.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9479 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9480 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9482 components: - - type: Transform - pos: -10.5,-22.5 + - pos: -10.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9483 components: - - type: Transform - pos: -10.5,-23.5 + - pos: -10.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9484 components: - - type: Transform - pos: -10.5,-24.5 + - pos: -10.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9486 components: - - type: Transform - pos: -10.5,-26.5 + - pos: -10.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9487 components: - - type: Transform - pos: -10.5,-27.5 + - pos: -10.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9488 components: - - type: Transform - pos: -10.5,-28.5 + - pos: -10.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9489 components: - - type: Transform - pos: -10.5,-29.5 + - pos: -10.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9490 components: - - type: Transform - pos: -10.5,-30.5 + - pos: -10.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9491 components: - - type: Transform - pos: -10.5,-31.5 + - pos: -10.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9492 components: - - type: Transform - pos: -10.5,-32.5 + - pos: -10.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9494 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9498 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9499 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9500 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9501 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9502 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9503 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9504 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9505 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9508 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9511 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -14.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9512 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9513 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9514 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9516 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9517 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9518 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9519 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9520 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9525 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9526 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9527 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9528 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9529 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9530 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9531 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9533 components: - - type: Transform - pos: -4.5,-7.5 + - pos: -4.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9535 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9536 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9537 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9538 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9540 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9541 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9542 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9549 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9550 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9551 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9552 components: - - type: Transform - pos: -4.5,-13.5 + - pos: -4.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9553 components: - - type: Transform - pos: -4.5,-14.5 + - pos: -4.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9554 components: - - type: Transform - pos: -4.5,-15.5 + - pos: -4.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9555 components: - - type: Transform - pos: -4.5,-16.5 + - pos: -4.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9556 components: - - type: Transform - pos: -4.5,-17.5 + - pos: -4.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9558 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9559 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9560 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9561 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9564 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9565 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9566 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9567 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9568 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9569 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9572 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9574 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9575 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9576 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9578 components: - - type: Transform - pos: 3.5,-37.5 + - pos: 3.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9579 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9580 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9581 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9582 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9583 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9584 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9585 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9587 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9588 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9589 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 9.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9591 components: - - type: Transform - pos: 6.5,-22.5 + - pos: 6.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9592 components: - - type: Transform - pos: 6.5,-21.5 + - pos: 6.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9597 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9600 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9602 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9603 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9604 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9605 components: - - type: Transform - pos: 7.5,-39.5 + - pos: 7.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9606 components: - - type: Transform - pos: 7.5,-38.5 + - pos: 7.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9611 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9613 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9614 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9617 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9618 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9619 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9622 components: - - type: Transform - pos: 5.5,-32.5 + - pos: 5.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9623 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9624 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9625 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9628 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9629 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9639 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9640 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9641 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9642 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9643 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9644 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9646 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9647 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9648 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9649 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9650 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9651 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9652 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9653 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9654 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -3.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9661 components: - - type: Transform - pos: -7.5,-46.5 + - pos: -7.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9662 components: - - type: Transform - pos: -7.5,-45.5 + - pos: -7.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9663 components: - - type: Transform - pos: -7.5,-44.5 + - pos: -7.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9664 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9665 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9666 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9667 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9668 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9669 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9670 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9671 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9672 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9673 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9674 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9675 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9676 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9677 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9678 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9679 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9680 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9681 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9682 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9683 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9684 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9688 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9689 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9690 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9691 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9692 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9693 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9694 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9697 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9698 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9699 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9700 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9702 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9703 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9712 components: - - type: Transform - pos: -8.5,2.5 + - pos: -8.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9713 components: - - type: Transform - pos: -8.5,1.5 + - pos: -8.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9714 components: - - type: Transform - pos: -8.5,0.5 + - pos: -8.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9715 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9716 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9741 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9742 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9743 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9744 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9745 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9746 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9747 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9750 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9751 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9752 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9753 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9754 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9755 components: - - type: Transform - pos: -28.5,-12.5 + - pos: -28.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9756 components: - - type: Transform - pos: -28.5,-13.5 + - pos: -28.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9757 components: - - type: Transform - pos: -28.5,-14.5 + - pos: -28.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9758 components: - - type: Transform - pos: -28.5,-15.5 + - pos: -28.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9759 components: - - type: Transform - pos: -28.5,-16.5 + - pos: -28.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9760 components: - - type: Transform - pos: -28.5,-17.5 + - pos: -28.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9762 components: - - type: Transform - pos: -28.5,-10.5 + - pos: -28.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9763 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9767 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9768 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9770 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9771 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9772 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -31.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9773 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9774 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9775 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9776 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9779 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -36.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9780 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -36.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9784 components: - - type: Transform - pos: -41.5,-1.5 + - pos: -41.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9785 components: - - type: Transform - pos: -41.5,-2.5 + - pos: -41.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9787 components: - - type: Transform - pos: -40.5,5.5 + - pos: -40.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9788 components: - - type: Transform - pos: -40.5,6.5 + - pos: -40.5,6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9789 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9790 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -37.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9791 components: - - type: Transform - pos: -38.5,-1.5 + - pos: -38.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9792 components: - - type: Transform - pos: -38.5,-2.5 + - pos: -38.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9793 components: - - type: Transform - pos: -38.5,-5.5 + - pos: -38.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9794 components: - - type: Transform - pos: -38.5,-6.5 + - pos: -38.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9795 components: - - type: Transform - pos: -38.5,-7.5 + - pos: -38.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9796 components: - - type: Transform - pos: -38.5,-8.5 + - pos: -38.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9806 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -53.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9807 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -52.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9808 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9809 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -50.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9810 components: - - type: Transform - pos: -48.5,0.5 + - pos: -48.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9811 components: - - type: Transform - pos: -44.5,0.5 + - pos: -44.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9812 components: - - type: Transform - pos: -44.5,1.5 + - pos: -44.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9813 components: - - type: Transform - pos: -46.5,-1.5 + - pos: -46.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9814 components: - - type: Transform - pos: -46.5,-2.5 + - pos: -46.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9815 components: - - type: Transform - pos: -46.5,-3.5 + - pos: -46.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9816 components: - - type: Transform - pos: -49.5,-1.5 + - pos: -49.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9817 components: - - type: Transform - pos: -49.5,-2.5 + - pos: -49.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9818 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9819 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9820 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9821 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9828 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9829 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -50.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9830 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -49.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9831 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -48.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9832 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -47.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9833 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -45.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9834 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9835 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9836 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9837 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9838 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9839 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9840 components: - - type: Transform - pos: -46.5,-8.5 + - pos: -46.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9841 components: - - type: Transform - pos: -46.5,-7.5 + - pos: -46.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9842 components: - - type: Transform - pos: -51.5,-8.5 + - pos: -51.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9843 components: - - type: Transform - pos: -51.5,-7.5 + - pos: -51.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9847 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9848 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9849 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9850 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9851 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9852 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9853 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9854 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9855 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-12.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9857 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9858 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9860 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -36.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9861 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -37.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9862 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -44.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9863 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9864 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9865 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9866 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9867 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9868 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 9.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9869 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9870 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9871 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9872 components: - - type: Transform - pos: 13.5,0.5 + - pos: 13.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9874 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9877 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9878 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9879 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9881 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9882 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9884 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9885 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9888 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9889 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 15.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9890 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9895 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9896 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9898 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9899 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9900 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9903 components: - - type: Transform - pos: 13.5,-1.5 + - pos: 13.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9905 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9906 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9907 components: - - type: Transform - pos: 13.5,-2.5 + - pos: 13.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9908 components: - - type: Transform - pos: 13.5,-3.5 + - pos: 13.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9909 components: - - type: Transform - pos: 13.5,-4.5 + - pos: 13.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9911 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9912 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 15.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9913 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9914 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9915 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 18.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9917 components: - - type: Transform - pos: 13.5,-6.5 + - pos: 13.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9918 components: - - type: Transform - pos: 13.5,-7.5 + - pos: 13.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9919 components: - - type: Transform - pos: 13.5,-8.5 + - pos: 13.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9920 components: - - type: Transform - pos: 13.5,-9.5 + - pos: 13.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9921 components: - - type: Transform - pos: 13.5,-10.5 + - pos: 13.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9922 components: - - type: Transform - pos: 13.5,-11.5 + - pos: 13.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9924 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9927 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9928 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 15.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9929 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9930 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 18.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9931 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9932 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 20.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9933 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9937 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9938 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9940 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9941 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9944 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 18.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9945 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9946 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 20.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9947 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9950 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9951 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9952 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9953 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9954 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9955 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 25.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9956 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9961 components: - - type: Transform - pos: 22.5,-10.5 + - pos: 22.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9962 components: - - type: Transform - pos: 22.5,-12.5 + - pos: 22.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9963 components: - - type: Transform - pos: 22.5,-11.5 + - pos: 22.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9964 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9965 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9966 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9967 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9969 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9970 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9971 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9972 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9973 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9974 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9975 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9976 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9977 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9988 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 34.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9989 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 35.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9990 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 36.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9991 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9992 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9993 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9994 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 30.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9995 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9996 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9997 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 26.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9998 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 25.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9999 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10000 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10002 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10003 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10007 components: - - type: Transform - pos: 38.5,3.5 + - pos: 38.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10008 components: - - type: Transform - pos: 38.5,2.5 + - pos: 38.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10012 components: - - type: Transform - pos: 44.5,-5.5 + - pos: 44.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10014 components: - - type: Transform - pos: 43.5,-3.5 + - pos: 43.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10017 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 39.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10018 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 42.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10020 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 44.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10021 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10026 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10028 components: - - type: Transform - pos: 13.5,-14.5 + - pos: 13.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10029 components: - - type: Transform - pos: 13.5,-15.5 + - pos: 13.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10030 components: - - type: Transform - pos: 13.5,-16.5 + - pos: 13.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10031 components: - - type: Transform - pos: 13.5,-17.5 + - pos: 13.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10033 components: - - type: Transform - pos: 13.5,-19.5 + - pos: 13.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10034 components: - - type: Transform - pos: 13.5,-20.5 + - pos: 13.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10035 components: - - type: Transform - pos: 13.5,-21.5 + - pos: 13.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10036 components: - - type: Transform - pos: 13.5,-22.5 + - pos: 13.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10037 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10038 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10039 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10040 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10041 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10042 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10043 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10047 components: - - type: Transform - pos: 17.5,-24.5 + - pos: 17.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10048 components: - - type: Transform - pos: 17.5,-25.5 + - pos: 17.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10049 components: - - type: Transform - pos: 17.5,-26.5 + - pos: 17.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10050 components: - - type: Transform - pos: 17.5,-27.5 + - pos: 17.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10051 components: - - type: Transform - pos: 17.5,-29.5 + - pos: 17.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10056 components: - - type: Transform - pos: 11.5,-22.5 + - pos: 11.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10058 components: - - type: Transform - pos: 21.5,-24.5 + - pos: 21.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10059 components: - - type: Transform - pos: 21.5,-25.5 + - pos: 21.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10060 components: - - type: Transform - pos: 21.5,-26.5 + - pos: 21.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10061 components: - - type: Transform - pos: 21.5,-27.5 + - pos: 21.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10062 components: - - type: Transform - pos: 21.5,-28.5 + - pos: 21.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10063 components: - - type: Transform - pos: 21.5,-29.5 + - pos: 21.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10064 components: - - type: Transform - pos: 21.5,-30.5 + - pos: 21.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10065 components: - - type: Transform - pos: 21.5,-31.5 + - pos: 21.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10066 components: - - type: Transform - pos: 21.5,-32.5 + - pos: 21.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10067 components: - - type: Transform - pos: 21.5,-33.5 + - pos: 21.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10068 components: - - type: Transform - pos: 21.5,-34.5 + - pos: 21.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10069 components: - - type: Transform - pos: 21.5,-35.5 + - pos: 21.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10070 components: - - type: Transform - pos: 21.5,-36.5 + - pos: 21.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10072 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10077 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 21.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10078 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 21.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10079 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 21.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10080 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 21.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10082 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10083 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10084 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10085 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 25.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10088 components: - - type: Transform - pos: 26.5,-41.5 + - pos: 26.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10089 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10090 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10092 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10093 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 31.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10095 components: - - type: Transform - pos: 29.5,-41.5 + - pos: 29.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10096 components: - - type: Transform - pos: 29.5,-42.5 + - pos: 29.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10097 components: - - type: Transform - pos: 29.5,-43.5 + - pos: 29.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10151 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 36.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10152 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 35.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10153 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10154 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10155 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10156 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 37.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10157 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 37.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10161 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 36.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10162 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10163 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 35.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10164 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10168 components: - - type: Transform - pos: 31.5,-35.5 + - pos: 31.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10169 components: - - type: Transform - pos: 31.5,-34.5 + - pos: 31.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10170 components: - - type: Transform - pos: 31.5,-33.5 + - pos: 31.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10171 components: - - type: Transform - pos: 31.5,-32.5 + - pos: 31.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10172 components: - - type: Transform - pos: 31.5,-31.5 + - pos: 31.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10173 components: - - type: Transform - pos: 31.5,-30.5 + - pos: 31.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10174 components: - - type: Transform - pos: 31.5,-28.5 + - pos: 31.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10175 components: - - type: Transform - pos: 31.5,-27.5 + - pos: 31.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10176 components: - - type: Transform - pos: 31.5,-26.5 + - pos: 31.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10177 components: - - type: Transform - pos: 31.5,-25.5 + - pos: 31.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10178 components: - - type: Transform - pos: 31.5,-24.5 + - pos: 31.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10180 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10181 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10182 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10183 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10186 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10187 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10188 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10189 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10190 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10191 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10192 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10193 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10194 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 31.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10195 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10197 components: - - type: Transform - pos: 33.5,-14.5 + - pos: 33.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10198 components: - - type: Transform - pos: 33.5,-15.5 + - pos: 33.5,-15.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10199 components: - - type: Transform - pos: 33.5,-16.5 + - pos: 33.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10200 components: - - type: Transform - pos: 33.5,-17.5 + - pos: 33.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10201 components: - - type: Transform - pos: 33.5,-18.5 + - pos: 33.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10202 components: - - type: Transform - pos: 33.5,-19.5 + - pos: 33.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10203 components: - - type: Transform - pos: 33.5,-20.5 + - pos: 33.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10204 components: - - type: Transform - pos: 33.5,-21.5 + - pos: 33.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10205 components: - - type: Transform - pos: 33.5,-22.5 + - pos: 33.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10208 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10209 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10210 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10211 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10212 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10213 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10214 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10215 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10216 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10258 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10260 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10263 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10313 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10314 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10327 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10328 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10329 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10330 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10331 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 9.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10332 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10389 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -50.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10465 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 10477 + components: + - rot: 3.141592653589793 rad + pos: -59.5,-23.5 + parent: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 10575 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10596 components: - - type: Transform - pos: -38.5,-22.5 + - pos: -38.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10626 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 33.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10841 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10842 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10846 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10848 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10854 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -39.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10901 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10902 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10904 components: - - type: Transform - pos: 22.5,2.5 + - pos: 22.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10905 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11100 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11224 components: - - type: Transform - pos: 3.5,-42.5 + - pos: 3.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11310 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 11393 + components: + - rot: 3.141592653589793 rad + pos: -45.5,-20.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11394 + components: + - rot: 1.5707963267948966 rad + pos: -47.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11405 + components: + - rot: 1.5707963267948966 rad + pos: -49.5,-22.5 + parent: 34 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11406 components: - - type: Transform - pos: -57.5,-37.5 + - pos: -57.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11407 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-41.5 parent: 34 + type: Transform - uid: 11439 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11448 components: - - type: Transform - pos: -58.5,-36.5 + - pos: -58.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11461 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -47.5,-38.5 parent: 34 + type: Transform - uid: 11464 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11489 - components: - - type: Transform - pos: -54.5,-22.5 - parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 11490 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11471 components: - - type: Transform - pos: -54.5,-20.5 + - pos: -57.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11520 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11531 components: - - type: Transform - pos: -58.5,-34.5 + - pos: -58.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11540 components: - - type: Transform - pos: -58.5,-33.5 + - pos: -58.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11547 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 11546 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-22.5 + - rot: -1.5707963267948966 rad + pos: -55.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11577 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor + - uid: 11547 components: - - type: Transform - pos: -56.5,-20.5 + - rot: -1.5707963267948966 rad + pos: -38.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11603 components: - - type: Transform - pos: -59.5,-30.5 + - pos: -59.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11608 components: - - type: Transform - pos: -59.5,-31.5 + - pos: -59.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11610 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11708 + components: + - rot: -1.5707963267948966 rad + pos: -45.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11716 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11766 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,15.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11767 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 13.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11783 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 9.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11784 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11819 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11828 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11829 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11841 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11843 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11848 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11858 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11859 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11860 components: - - type: Transform - pos: -2.5,12.5 + - pos: -2.5,12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11861 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11862 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11863 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11864 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11865 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11866 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11867 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11868 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11870 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11871 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11872 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -14.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11873 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11874 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11875 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11881 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11888 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11897 components: - - type: Transform - pos: -59.5,-29.5 + - pos: -59.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 11898 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11913 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11987 components: - - type: Transform - pos: -2.5,2.5 + - pos: -2.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11988 components: - - type: Transform - pos: -2.5,1.5 + - pos: -2.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11989 components: - - type: Transform - pos: -2.5,0.5 + - pos: -2.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11990 components: - - type: Transform - pos: -2.5,-0.5 + - pos: -2.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11991 components: - - type: Transform - pos: -1.5,0.5 + - pos: -1.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11992 components: - - type: Transform - pos: -1.5,1.5 + - pos: -1.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11993 components: - - type: Transform - pos: -1.5,2.5 + - pos: -1.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12062 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-49.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12063 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-49.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12064 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-49.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12065 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12066 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12067 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12068 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12069 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12070 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-48.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12071 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12137 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12139 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12181 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 12199 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12201 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -55.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12202 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12203 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -55.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12206 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12207 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12210 components: - - type: Transform - pos: -49.5,-11.5 + - pos: -49.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12211 components: - - type: Transform - pos: -49.5,-12.5 + - pos: -49.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12222 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12223 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12225 components: - - type: Transform - pos: -29.5,-30.5 + - pos: -29.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12283 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12315 components: - - type: Transform - pos: -57.5,-35.5 + - pos: -57.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12341 components: - - type: Transform - pos: -18.5,-34.5 + - pos: -18.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12342 components: - - type: Transform - pos: -18.5,-35.5 + - pos: -18.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12343 components: - - type: Transform - pos: -18.5,-36.5 + - pos: -18.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12344 components: - - type: Transform - pos: -18.5,-37.5 + - pos: -18.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12347 components: - - type: Transform - pos: -57.5,-36.5 + - pos: -57.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12348 components: - - type: Transform - pos: -57.5,-34.5 + - pos: -57.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12349 components: - - type: Transform - pos: -57.5,-33.5 + - pos: -57.5,-33.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12363 + components: + - rot: -1.5707963267948966 rad + pos: -43.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 12367 + components: + - rot: 1.5707963267948966 rad + pos: -58.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12386 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 46.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12405 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12438 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12519 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -59.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12522 components: - - type: Transform - pos: -55.5,-37.5 + - pos: -55.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12563 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -59.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12565 components: - - type: Transform - pos: -55.5,-36.5 + - pos: -55.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12662 components: - - type: Transform - pos: -56.5,-36.5 + - pos: -56.5,-36.5 parent: 34 + type: Transform - uid: 12667 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -55.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12668 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12671 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -54.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12682 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -54.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12683 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -54.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12694 components: - - type: Transform - pos: -59.5,-32.5 + - pos: -59.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12695 components: - - type: Transform - pos: -59.5,-33.5 + - pos: -59.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12696 components: - - type: Transform - pos: -59.5,-34.5 + - pos: -59.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12708 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 46.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12858 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12859 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12861 components: - - type: Transform - pos: 8.5,12.5 + - pos: 8.5,12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12862 components: - - type: Transform - pos: 8.5,11.5 + - pos: 8.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12864 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12865 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12866 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12867 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12868 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12869 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12870 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12871 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12872 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12873 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12874 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12875 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12876 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12878 components: - - type: Transform - pos: -5.5,9.5 + - pos: -5.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12881 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12882 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12884 components: - - type: Transform - pos: -13.5,-39.5 + - pos: -13.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12930 components: - - type: Transform - pos: 41.5,2.5 + - pos: 41.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12936 components: - - type: Transform - pos: 41.5,1.5 + - pos: 41.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12939 components: - - type: Transform - pos: 41.5,0.5 + - pos: 41.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12940 components: - - type: Transform - pos: 41.5,-0.5 + - pos: 41.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12941 components: - - type: Transform - pos: 41.5,-1.5 + - pos: 41.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12943 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12944 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12949 components: - - type: Transform - pos: 39.5,2.5 + - pos: 39.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12950 components: - - type: Transform - pos: -12.5,-34.5 + - pos: -12.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12953 components: - - type: Transform - pos: -12.5,-35.5 + - pos: -12.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12954 components: - - type: Transform - pos: -12.5,-36.5 + - pos: -12.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12963 components: - - type: Transform - pos: -12.5,-37.5 + - pos: -12.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12964 components: - - type: Transform - pos: -12.5,-38.5 + - pos: -12.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12965 components: - - type: Transform - pos: -12.5,-39.5 + - pos: -12.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - proto: GasPipeTJunction entities: - uid: 106 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 806 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 808 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 823 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-4.5 parent: 34 + type: Transform - uid: 956 components: - - type: Transform - pos: 5.5,-5.5 + - pos: 5.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 979 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 44.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 1192 components: - - type: Transform - pos: -43.5,-40.5 + - pos: -43.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1431 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 1446 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -41.5,-47.5 parent: 34 + type: Transform - uid: 1450 components: - - type: Transform - pos: -42.5,-49.5 + - pos: -42.5,-49.5 parent: 34 + type: Transform - uid: 1515 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-46.5 parent: 34 + type: Transform - uid: 1526 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -50.5,-41.5 parent: 34 + type: Transform - uid: 1646 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 2330 components: - - type: Transform - pos: -45.5,-26.5 + - pos: -45.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2337 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2344 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2372 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -37.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2375 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -39.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2413 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 2400 components: - - type: Transform - pos: -45.5,-34.5 + - rot: 3.141592653589793 rad + pos: -45.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' - - uid: 2567 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 2413 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-21.5 + - pos: -45.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 2700 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-40.5 parent: 34 + type: Transform - uid: 2708 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-46.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2966 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2967 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2971 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2972 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2973 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3251 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 31.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3378 components: - - type: Transform - pos: -44.5,-34.5 + - pos: -44.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor - uid: 3460 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3783 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -33.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4015 components: - - type: Transform - pos: 0.5,-47.5 + - pos: 0.5,-47.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4567 components: - - type: Transform - pos: -11.5,-34.5 + - pos: -11.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4785 components: - - type: Transform - pos: -13.5,-37.5 + - pos: -13.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4793 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5803 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5845 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5849 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 5994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-21.5 - parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6398 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-40.5 parent: 34 + type: Transform - uid: 6399 components: - - type: Transform - pos: -0.5,-40.5 + - pos: -0.5,-40.5 parent: 34 + type: Transform - uid: 6690 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6701 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 44.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6878 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 7498 + components: + - rot: -1.5707963267948966 rad + pos: -38.5,-12.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7579 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7663 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7735 components: - - type: Transform - pos: -13.5,-0.5 + - pos: -13.5,-0.5 + parent: 34 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - uid: 7761 + components: + - rot: -1.5707963267948966 rad + pos: -47.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7767 components: - - type: Transform - pos: 1.5,14.5 + - pos: 1.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7926 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8005 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-44.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8008 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8158 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8159 components: - - type: Transform - pos: 38.5,-2.5 + - pos: 38.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8160 components: - - type: Transform - pos: 39.5,-3.5 + - pos: 39.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8161 components: - - type: Transform - pos: -12.5,-33.5 + - pos: -12.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8198 components: - - type: Transform - pos: -44.5,-25.5 + - pos: -44.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8327 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8365 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8368 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 8371 components: - - type: Transform - pos: -32.5,-37.5 + - pos: -32.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8388 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8396 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8403 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8405 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8421 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8439 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8441 components: - - type: Transform - pos: -25.5,-22.5 + - pos: -25.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8450 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -16.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8454 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -12.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8455 components: - - type: Transform - pos: -11.5,-22.5 + - pos: -11.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8461 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8470 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 8472 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8498 components: - - type: Transform - pos: 1.5,-41.5 + - pos: 1.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8499 components: - - type: Transform - pos: 4.5,-37.5 + - pos: 4.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8584 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8596 components: - - type: Transform - pos: -12.5,-11.5 + - pos: -12.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8597 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8605 components: - - type: Transform - pos: -5.5,-11.5 + - pos: -5.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8612 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8617 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-19.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8636 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8637 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 2.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8638 components: - - type: Transform - pos: 2.5,-4.5 + - pos: 2.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8662 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8664 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8673 components: - - type: Transform - pos: -3.5,-1.5 + - pos: -3.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8674 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8687 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -14.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8688 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8689 components: - - type: Transform - pos: -23.5,-1.5 + - pos: -23.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8690 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8721 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8723 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8727 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8752 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8753 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 9.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8754 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.5,-30.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8759 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8760 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8761 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8764 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8787 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8789 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8806 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8810 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 14.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8815 components: - - type: Transform - pos: 20.5,-12.5 + - pos: 20.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8819 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8825 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 20.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8832 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-16.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8833 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8835 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8836 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8848 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8849 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8858 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 23.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8860 components: - - type: Transform - pos: 29.5,-3.5 + - pos: 29.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8864 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8881 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,0.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8908 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8911 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-11.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8937 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 41.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8944 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8962 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8992 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8995 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8996 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-33.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9041 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9042 components: - - type: Transform - pos: 3.5,-36.5 + - pos: 3.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9043 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9064 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9072 components: - - type: Transform - pos: 13.5,-24.5 + - pos: 13.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9073 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9113 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-24.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9130 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9136 components: - - type: Transform - pos: 36.5,-32.5 + - pos: 36.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9148 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 36.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9153 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,-34.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9163 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9168 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9176 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9181 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9187 components: - - type: Transform - pos: -30.5,-1.5 + - pos: -30.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9192 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -33.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9217 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9220 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9228 components: - - type: Transform - pos: -34.5,-1.5 + - pos: -34.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9251 components: - - type: Transform - pos: -48.5,-1.5 + - pos: -48.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9252 components: - - type: Transform - pos: -43.5,-1.5 + - pos: -43.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9253 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -47.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9254 components: - - type: Transform - pos: -47.5,2.5 + - pos: -47.5,2.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9261 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9278 components: - - type: Transform - pos: -53.5,-1.5 + - pos: -53.5,-1.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9290 components: - - type: Transform - pos: -48.5,-6.5 + - pos: -48.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9304 components: - - type: Transform - pos: -29.5,-10.5 + - pos: -29.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9305 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9322 components: - - type: Transform - pos: 24.5,-39.5 + - pos: 24.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9329 components: - - type: Transform - pos: 30.5,-39.5 + - pos: 30.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9360 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9371 components: - - type: Transform - pos: -40.5,-29.5 + - pos: -40.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9379 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -43.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9382 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -32.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9397 components: - - type: Transform - pos: -34.5,-36.5 + - pos: -34.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9415 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9430 - components: - - type: Transform - pos: -47.5,-13.5 - parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9433 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9440 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9451 components: - - type: Transform - pos: -23.5,-21.5 + - pos: -23.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9457 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -22.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9461 components: - - type: Transform - pos: -18.5,-21.5 + - pos: -18.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9462 components: - - type: Transform - pos: -17.5,-22.5 + - pos: -17.5,-22.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9471 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -19.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9478 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9481 components: - - type: Transform - pos: -10.5,-21.5 + - pos: -10.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9485 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,-25.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9506 components: - - type: Transform - pos: -13.5,-12.5 + - pos: -13.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9509 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -15.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9515 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9523 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9524 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-6.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9532 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9544 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9548 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-7.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9557 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9563 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-21.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9570 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9573 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9586 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 6.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9612 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9616 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-26.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9626 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9634 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9635 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9636 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9657 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9658 components: - - type: Transform - pos: -7.5,-43.5 + - pos: -7.5,-43.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9685 components: - - type: Transform - pos: 0.5,-45.5 + - pos: 0.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9695 components: - - type: Transform - pos: -4.5,-0.5 + - pos: -4.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9696 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9709 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9711 components: - - type: Transform - pos: 42.5,3.5 + - pos: 42.5,3.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9748 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9749 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9761 components: - - type: Transform - pos: -30.5,-9.5 + - pos: -30.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9778 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -36.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9786 components: - - type: Transform - pos: -38.5,-0.5 + - pos: -38.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9797 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,-4.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9798 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-3.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9801 components: - - type: Transform - pos: -46.5,-0.5 + - pos: -46.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9802 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9803 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9804 components: - - type: Transform - pos: -49.5,-0.5 + - pos: -49.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9826 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9859 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9876 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9880 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 13.5,5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9883 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,8.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9893 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 13.5,9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9897 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,10.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9910 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 13.5,-5.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9923 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-12.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9926 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 13.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9934 components: - - type: Transform - pos: 17.5,-13.5 + - pos: 17.5,-13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9935 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-14.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9939 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9948 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 22.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9959 components: - - type: Transform - pos: 26.5,-17.5 + - pos: 26.5,-17.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9960 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9978 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9979 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,1.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9986 components: - - type: Transform - pos: 33.5,-2.5 + - pos: 33.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10001 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-2.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10016 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 44.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10032 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-18.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10044 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 11.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10045 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10046 components: - - type: Transform - pos: 17.5,-23.5 + - pos: 17.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10052 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-28.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10057 components: - - type: Transform - pos: 21.5,-23.5 + - pos: 21.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10071 components: - - type: Transform - pos: 20.5,-37.5 + - pos: 20.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10074 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 21.5,-37.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10087 components: - - type: Transform - pos: 26.5,-40.5 + - pos: 26.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10091 components: - - type: Transform - pos: 29.5,-40.5 + - pos: 29.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10148 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-40.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10149 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-39.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10158 components: - - type: Transform - pos: 37.5,-36.5 + - pos: 37.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10166 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-36.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10207 components: - - type: Transform - pos: 31.5,-23.5 + - pos: 31.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10217 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 28.5,-23.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10249 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-45.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10382 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,6.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10435 components: - - type: Transform - pos: 8.5,13.5 + - pos: 8.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10941 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-20.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11895 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,13.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12013 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -16.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12014 components: - - type: Transform - pos: -26.5,-0.5 + - pos: -26.5,-0.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12017 components: - - type: Transform - pos: -29.5,-29.5 + - pos: -29.5,-29.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12209 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-9.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12261 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 44.5,-10.5 parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12420 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.5,-41.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12491 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -54.5,-31.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12498 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -55.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12651 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -55.5,-38.5 parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12665 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.5,-32.5 parent: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12681 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -54.5,-27.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor - proto: GasPort entities: - uid: 938 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -30.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1542 components: - - type: Transform - pos: -47.5,-40.5 + - pos: -47.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1545 components: - - type: Transform - pos: -48.5,-40.5 + - pos: -48.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1779 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#F84000FF' + type: AtmosPipeColor - uid: 1780 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-31.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#F84000FF' + type: AtmosPipeColor - uid: 2161 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3415 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-42.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 3811 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11487 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 11890 components: - - type: Transform - pos: -56.5,-34.5 + - pos: -56.5,-34.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12501 components: - - type: Transform - pos: -55.5,-25.5 + - pos: -55.5,-25.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12609 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-33.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasPressurePump entities: - uid: 64 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -39.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 125 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 931 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 932 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-4.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1266 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-45.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1424 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-46.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1425 components: - - type: MetaData - name: plasma pump - - type: Transform - rot: -1.5707963267948966 rad + - name: plasma pump + type: MetaData + - rot: -1.5707963267948966 rad pos: -40.5,-44.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1426 components: - - type: MetaData - name: oxygen pump - - type: Transform - rot: -1.5707963267948966 rad + - name: oxygen pump + type: MetaData + - rot: -1.5707963267948966 rad pos: -40.5,-42.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#00FFFFFF' + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice + - color: '#00FFFFFF' + type: AtmosPipeColor - uid: 1427 components: - - type: MetaData - name: nitrogen pump - - type: Transform - rot: -1.5707963267948966 rad + - name: nitrogen pump + type: MetaData + - rot: -1.5707963267948966 rad pos: -40.5,-40.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF00FFFF' + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF00FFFF' + type: AtmosPipeColor - uid: 1535 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -50.5,-43.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 1537 components: - - type: Transform - pos: -49.5,-43.5 + - pos: -49.5,-43.5 parent: 34 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetPressure: 4500 + type: GasPressurePump + - joinedGrid: 34 + type: AtmosDevice - uid: 7847 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 11916 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12497 components: - - type: Transform - pos: -55.5,-26.5 + - pos: -55.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12606 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -53.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasRecycler entities: - uid: 3795 components: - - type: Transform - pos: -45.5,-35.5 + - pos: -45.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#3AB334FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#3AB334FF' + type: AtmosPipeColor - proto: GasThermoMachineFreezer entities: - uid: 824 components: - - type: Transform - pos: -10.5,-3.5 + - pos: -10.5,-3.5 parent: 34 - - type: GasThermoMachine - targetTemperature: 0 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - targetTemperature: 0 + type: GasThermoMachine + - joinedGrid: 34 + type: AtmosDevice - uid: 1544 components: - - type: Transform - pos: -50.5,-40.5 + - pos: -50.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 4105 components: - - type: Transform - pos: -1.5,-39.5 + - pos: -1.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 6377 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-42.5 parent: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - color: '#03FCD3FF' + type: AtmosPipeColor + - joinedGrid: 34 + type: AtmosDevice - proto: GasThermoMachineHeater entities: - uid: 11463 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -47.5,-35.5 parent: 34 - - type: AtmosPipeColor - color: '#3AB334FF' - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - color: '#3AB334FF' + type: AtmosPipeColor + - joinedGrid: 34 + type: AtmosDevice - proto: GasValve entities: - uid: 930 components: - - type: MetaData - desc: This valve separates the chamber from space. Opening it will cause gas in the chamber to flow into space quickly. + - desc: This valve separates the chamber from space. Opening it will cause gas in the chamber to flow into space quickly. name: depressurization valve - - type: Transform - rot: -1.5707963267948966 rad + type: MetaData + - rot: -1.5707963267948966 rad pos: -29.5,-5.5 parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FFFF00FF' + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#FFFF00FF' + type: AtmosPipeColor - uid: 1447 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-47.5 parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice - uid: 7997 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-43.5 parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice - uid: 12518 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -55.5,-35.5 parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12562 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -59.5,-35.5 parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12572 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -56.5,-27.5 parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 12674 components: - - type: Transform - pos: -57.5,-31.5 - parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + - pos: -57.5,-31.5 + parent: 34 + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12675 components: - - type: Transform - pos: -57.5,-29.5 - parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + - pos: -57.5,-29.5 + parent: 34 + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 12676 components: - - type: Transform - pos: -57.5,-26.5 - parent: 34 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + - pos: -57.5,-26.5 + parent: 34 + type: Transform + - open: False + type: GasValve + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - proto: GasVentPump entities: - uid: 181 components: - - type: Transform - pos: 14.5,16.5 + - pos: 14.5,16.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 352 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -12.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 771 components: - - type: Transform - pos: -14.5,-10.5 + - pos: -14.5,-10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 803 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-8.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2964 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,-10.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2965 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,-9.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 2986 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,-12.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3227 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 3285 components: - - type: Transform - pos: 31.5,-2.5 + - pos: 31.5,-2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4677 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 43.5,-12.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4769 components: - - type: Transform - pos: -17.5,-32.5 + - pos: -17.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 4783 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 5137 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-48.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6009 components: - - type: Transform - pos: 27.5,-10.5 + - pos: 27.5,-10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6020 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 47.5,-4.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 12258 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 6226 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,-13.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7087 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 39.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7094 components: - - type: Transform - pos: -38.5,4.5 + - pos: -38.5,4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 7772 + components: + - rot: 1.5707963267948966 rad + pos: -46.5,-19.5 + parent: 34 + type: Transform + - deviceLists: + - 11539 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 7843 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8360 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8362 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8363 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8364 components: - - type: Transform - pos: -38.5,-29.5 + - pos: -38.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8404 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -45.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8409 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-33.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8440 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-23.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8458 components: - - type: Transform - pos: -16.5,-19.5 + - pos: -16.5,-19.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8463 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -13.5,-25.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8579 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 39.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8610 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-7.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8626 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-19.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8634 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 3.5,-9.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8642 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8643 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8661 components: - - type: Transform - pos: 9.5,-7.5 + - pos: 9.5,-7.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8663 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8684 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8697 components: - - type: Transform - pos: -14.5,3.5 + - pos: -14.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8698 components: - - type: Transform - pos: -24.5,2.5 + - pos: -24.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 8699 components: - - type: Transform - pos: -29.5,1.5 + - pos: -29.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8700 components: - - type: Transform - pos: -18.5,0.5 + - pos: -18.5,0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8701 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8722 components: - - type: Transform - pos: -0.5,0.5 + - pos: -0.5,0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8741 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8751 components: - - type: Transform - pos: 9.5,10.5 + - pos: 9.5,10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8776 components: - - type: Transform - pos: 17.5,1.5 + - pos: 17.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8779 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 17.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8780 components: - - type: Transform - pos: 17.5,9.5 + - pos: 17.5,9.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8796 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8801 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8804 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-15.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8805 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8824 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8827 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,-14.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8830 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 23.5,-19.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8831 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8843 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 28.5,-16.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8850 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8868 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8872 components: - - type: Transform - pos: 23.5,1.5 + - pos: 23.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8879 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8880 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8968 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-47.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8977 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8980 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-45.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8991 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-27.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 8994 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-33.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9013 components: - - type: Transform - pos: -0.5,-26.5 + - pos: -0.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9023 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 7.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9044 components: - - type: Transform - pos: 3.5,-22.5 + - pos: 3.5,-22.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9057 components: - - type: Transform - pos: 0.5,-19.5 + - pos: 0.5,-19.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9061 components: - - type: Transform - pos: 5.5,-20.5 + - pos: 5.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9066 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 13.5,-30.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9067 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,-28.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9116 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-22.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9120 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-27.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9121 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-27.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9132 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-34.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9147 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 39.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9173 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-34.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9174 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-36.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9175 components: - - type: Transform - pos: 20.5,-35.5 + - pos: 20.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9182 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9191 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-14.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9201 components: - - type: Transform - pos: -33.5,-19.5 + - pos: -33.5,-19.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9234 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9255 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -46.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9256 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -48.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9257 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -49.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9258 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9265 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9266 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -54.5,-1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9294 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -49.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9295 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9297 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-7.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9307 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9308 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9346 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 30.5,-44.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9355 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 24.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9469 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-23.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9470 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9594 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9595 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9609 components: - - type: Transform - pos: 7.5,-36.5 + - pos: 7.5,-36.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9615 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9620 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-33.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9621 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-31.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9782 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 9783 components: - - type: Transform - pos: -40.5,7.5 + - pos: -40.5,7.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10027 components: - - type: Transform - pos: 22.5,-22.5 + - pos: 22.5,-22.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10390 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10426 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10467 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-36.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 10560 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-27.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-22.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11005 components: - - type: Transform - pos: -40.5,-25.5 + - pos: -40.5,-25.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11112 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-42.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor + - uid: 11404 + components: + - rot: 1.5707963267948966 rad + pos: -51.5,-22.5 + parent: 34 + type: Transform + - deviceLists: + - 2349 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11519 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-23.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11894 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,13.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 11985 components: - - type: Transform - pos: -2.5,3.5 + - pos: -2.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12072 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -36.5,-49.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12190 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 32.5,-11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12205 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.5,-8.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12212 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-13.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12220 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-30.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12368 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,-6.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12381 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,-7.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12843 components: - - type: Transform - pos: 44.5,-2.5 + - pos: 44.5,-2.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 10611 - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12860 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.5,11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12942 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 43.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - uid: 12966 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -12.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#0335FCFF' + type: AtmosPipeColor - proto: GasVentScrubber entities: - uid: 831 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 1101 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 42.5,-6.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 1818 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -47.5,-17.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - deviceLists: + - 11539 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 1914 components: - - type: Transform - pos: -17.5,-6.5 + - pos: -17.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 1974 components: - - type: Transform - pos: -19.5,-19.5 + - pos: -19.5,-19.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2451 components: - - type: Transform - pos: -33.5,-35.5 + - pos: -33.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2601 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-46.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 2936 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-42.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 3247 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 33.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 4957 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,-2.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 12258 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5850 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5851 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,8.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 5915 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6113 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 6873 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7085 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 38.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7973 components: - - type: Transform - pos: -16.5,0.5 + - pos: -16.5,0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7981 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -26.5,-1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7987 components: - - type: Transform - pos: -30.5,1.5 + - pos: -30.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7988 components: - - type: Transform - pos: -23.5,2.5 + - pos: -23.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 7989 components: - - type: Transform - pos: -17.5,3.5 + - pos: -17.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8195 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-21.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - deviceLists: + - 2349 + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8424 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-25.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8936 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8990 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-28.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 8993 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -0.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9010 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-28.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9372 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-33.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9373 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-31.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9374 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,-31.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9414 components: - - type: Transform - pos: -30.5,-26.5 + - pos: -30.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9445 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9456 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-26.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9460 components: - - type: Transform - pos: -22.5,-18.5 + - pos: -22.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9496 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-25.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9510 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9522 components: - - type: Transform - pos: -9.5,-8.5 + - pos: -9.5,-8.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9534 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9545 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-9.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9546 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 8.5,-7.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9562 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9571 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9590 components: - - type: Transform - pos: 4.5,-22.5 + - pos: 4.5,-22.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9593 components: - - type: Transform - pos: 6.5,-20.5 + - pos: 6.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9598 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-36.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9599 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 11.5,-37.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9610 components: - - type: Transform - pos: 5.5,-35.5 + - pos: 5.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9633 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,-27.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9637 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9638 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9659 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-47.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9660 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,-43.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9686 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-46.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9687 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-45.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9704 components: - - type: Transform - pos: 3.5,0.5 + - pos: 3.5,0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9706 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9707 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9764 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -30.5,-11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9765 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-9.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#F84000FF' + type: AtmosPipeColor - uid: 9766 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9777 components: - - type: Transform - pos: -36.5,2.5 + - pos: -36.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9799 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9800 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9805 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -54.5,-0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9822 components: - - type: Transform - pos: -44.5,2.5 + - pos: -44.5,2.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9823 components: - - type: Transform - pos: -48.5,1.5 + - pos: -48.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9824 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9825 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9844 components: - - type: Transform - pos: -46.5,-6.5 + - pos: -46.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9845 components: - - type: Transform - pos: -51.5,-6.5 + - pos: -51.5,-6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9875 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9886 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,7.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9887 components: - - type: Transform - pos: 10.5,11.5 + - pos: 10.5,11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9892 components: - - type: Transform - pos: 17.5,6.5 + - pos: 17.5,6.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9894 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,9.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9902 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,10.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9904 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 16.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9916 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-5.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9925 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-12.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9936 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-14.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9943 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9957 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-17.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9958 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 26.5,-18.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9968 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-9.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 9980 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10004 components: - - type: Transform - pos: 29.5,0.5 + - pos: 29.5,0.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10053 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-28.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10054 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-30.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10055 components: - - type: Transform - pos: 11.5,-21.5 + - pos: 11.5,-21.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10075 components: - - type: Transform - pos: 18.5,-36.5 + - pos: 18.5,-36.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10076 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 20.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10094 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 25.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10098 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,-44.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10159 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 39.5,-39.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10160 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-36.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10167 components: - - type: Transform - pos: 32.5,-35.5 + - pos: 32.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10184 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 27.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10185 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10218 components: - - type: Transform - pos: 28.5,-22.5 + - pos: 28.5,-22.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10466 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 10672 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11250 components: - - type: Transform - pos: -39.5,-25.5 + - pos: -39.5,-25.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11274 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-17.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11527 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-27.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11575 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-34.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11830 components: - - type: Transform - pos: 9.5,14.5 + - pos: 9.5,14.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11902 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -2.5,13.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11905 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-23.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11986 components: - - type: Transform - pos: -1.5,3.5 + - pos: -1.5,3.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12015 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-1.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12204 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.5,-11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' - - uid: 12208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-13.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#F84000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12219 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12226 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-31.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12358 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12421 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-41.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12546 components: - - type: Transform - pos: 33.5,-11.5 + - pos: 33.5,-11.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12844 components: - - type: Transform - pos: 43.5,-1.5 + - pos: 43.5,-1.5 parent: 34 - - type: DeviceNetwork - deviceLists: + type: Transform + - deviceLists: - 10611 - 9601 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: DeviceNetwork + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12879 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,8.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12889 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 12931 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-34.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: GasVolumePump entities: - uid: 1449 components: - - type: Transform - pos: -41.5,-48.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - uid: 2627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-24.5 + - pos: -41.5,-48.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 4075 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -56.5,-28.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor - uid: 4076 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -56.5,-30.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF0000FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF0000FF' + type: AtmosPipeColor - uid: 7821 components: - - type: Transform - pos: -58.5,-35.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11688 - components: - - type: Transform - pos: -56.5,-24.5 + - pos: -58.5,-35.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: Gauze entities: - uid: 1371 components: - - type: Transform - pos: 7.3725023,-35.544624 + - pos: 7.3725023,-35.544624 parent: 34 + type: Transform - uid: 5880 components: - - type: Transform - pos: -49.318726,6.9375215 + - pos: -49.318726,6.9375215 parent: 34 + type: Transform - proto: GeneratorRTG entities: - uid: 2637 components: - - type: Transform - pos: 52.5,-22.5 + - pos: 52.5,-22.5 parent: 34 + type: Transform - proto: GlimmerProber entities: - uid: 37 components: - - type: Transform - pos: -33.5,-8.5 + - pos: -33.5,-8.5 parent: 34 + type: Transform - proto: GravityGenerator entities: - uid: 2414 components: - - type: Transform - pos: -25.5,-37.5 + - pos: -25.5,-37.5 parent: 34 + type: Transform - proto: Grille entities: - uid: 19 components: - - type: Transform - pos: 23.5,-24.5 + - pos: 23.5,-24.5 parent: 34 + type: Transform - uid: 27 components: - - type: Transform - pos: -16.5,5.5 + - pos: -16.5,5.5 parent: 34 + type: Transform - uid: 36 components: - - type: Transform - pos: -32.5,-4.5 + - pos: -32.5,-4.5 parent: 34 + type: Transform - uid: 39 components: - - type: Transform - pos: -32.5,-3.5 + - pos: -32.5,-3.5 parent: 34 + type: Transform - uid: 52 components: - - type: Transform - pos: -15.5,5.5 + - pos: -15.5,5.5 parent: 34 + type: Transform - uid: 67 components: - - type: Transform - pos: -15.5,-21.5 + - pos: -15.5,-21.5 parent: 34 + type: Transform - uid: 75 components: - - type: Transform - pos: 23.5,-22.5 + - pos: 23.5,-22.5 + parent: 34 + type: Transform + - uid: 179 + components: + - pos: -56.5,-21.5 parent: 34 + type: Transform - uid: 183 components: - - type: Transform - pos: 2.5,2.5 + - pos: 2.5,2.5 parent: 34 + type: Transform - uid: 187 components: - - type: Transform - pos: 1.5,2.5 + - pos: 1.5,2.5 parent: 34 + type: Transform - uid: 202 components: - - type: Transform - pos: 3.5,2.5 + - pos: 3.5,2.5 parent: 34 + type: Transform - uid: 233 components: - - type: Transform - pos: -17.5,-9.5 + - pos: -17.5,-9.5 parent: 34 + type: Transform - uid: 244 components: - - type: Transform - pos: -11.5,1.5 + - pos: -11.5,1.5 parent: 34 + type: Transform - uid: 247 components: - - type: Transform - pos: -18.5,-9.5 + - pos: -18.5,-9.5 parent: 34 + type: Transform - uid: 250 components: - - type: Transform - pos: -3.5,-3.5 + - pos: -3.5,-3.5 parent: 34 + type: Transform - uid: 267 components: - - type: Transform - pos: 6.5,1.5 + - pos: 6.5,1.5 parent: 34 + type: Transform - uid: 275 components: - - type: Transform - pos: -17.5,-2.5 + - pos: -17.5,-2.5 parent: 34 + type: Transform - uid: 284 components: - - type: Transform - pos: -10.5,-2.5 + - pos: -10.5,-2.5 parent: 34 + type: Transform - uid: 285 components: - - type: Transform - pos: -9.5,-2.5 + - pos: -9.5,-2.5 parent: 34 + type: Transform - uid: 286 components: - - type: Transform - pos: -8.5,-2.5 + - pos: -8.5,-2.5 parent: 34 + type: Transform - uid: 287 components: - - type: Transform - pos: -7.5,-2.5 + - pos: -7.5,-2.5 parent: 34 + type: Transform - uid: 289 components: - - type: Transform - pos: -2.5,-6.5 + - pos: -2.5,-6.5 parent: 34 + type: Transform - uid: 294 components: - - type: Transform - pos: -0.5,-2.5 + - pos: -0.5,-2.5 parent: 34 + type: Transform - uid: 295 components: - - type: Transform - pos: 0.5,-2.5 + - pos: 0.5,-2.5 parent: 34 + type: Transform - uid: 299 components: - - type: Transform - pos: -2.5,-5.5 + - pos: -2.5,-5.5 parent: 34 + type: Transform - uid: 300 components: - - type: Transform - pos: -2.5,-4.5 + - pos: -2.5,-4.5 parent: 34 + type: Transform - uid: 320 components: - - type: Transform - pos: 10.5,-7.5 + - pos: 10.5,-7.5 parent: 34 + type: Transform - uid: 332 components: - - type: Transform - pos: 10.5,-5.5 + - pos: 10.5,-5.5 parent: 34 + type: Transform - uid: 333 components: - - type: Transform - pos: 10.5,-4.5 + - pos: 10.5,-4.5 parent: 34 + type: Transform - uid: 336 components: - - type: Transform - pos: 10.5,-8.5 + - pos: 10.5,-8.5 parent: 34 + type: Transform - uid: 346 components: - - type: Transform - pos: -6.5,-4.5 + - pos: -6.5,-4.5 parent: 34 + type: Transform - uid: 347 components: - - type: Transform - pos: -6.5,-5.5 + - pos: -6.5,-5.5 parent: 34 + type: Transform - uid: 348 components: - - type: Transform - pos: -6.5,-6.5 + - pos: -6.5,-6.5 parent: 34 + type: Transform - uid: 351 components: - - type: Transform - pos: -11.5,-3.5 + - pos: -11.5,-3.5 parent: 34 + type: Transform - uid: 353 components: - - type: Transform - pos: -15.5,-4.5 + - pos: -15.5,-4.5 parent: 34 + type: Transform - uid: 373 components: - - type: Transform - pos: -9.5,1.5 + - pos: -9.5,1.5 parent: 34 + type: Transform - uid: 378 components: - - type: Transform - pos: 5.5,-25.5 + - pos: 5.5,-25.5 parent: 34 + type: Transform - uid: 411 components: - - type: Transform - pos: -17.5,-20.5 + - pos: -17.5,-20.5 parent: 34 + type: Transform - uid: 412 components: - - type: Transform - pos: -19.5,-20.5 + - pos: -19.5,-20.5 parent: 34 + type: Transform - uid: 425 components: - - type: Transform - pos: -16.5,-20.5 + - pos: -16.5,-20.5 parent: 34 + type: Transform - uid: 435 components: - - type: Transform - pos: -2.5,-18.5 + - pos: -2.5,-18.5 parent: 34 + type: Transform - uid: 437 components: - - type: Transform - pos: -2.5,-19.5 + - pos: -2.5,-19.5 parent: 34 + type: Transform - uid: 458 components: - - type: Transform - pos: -29.5,-2.5 + - pos: -29.5,-2.5 parent: 34 + type: Transform - uid: 459 components: - - type: Transform - pos: -30.5,-2.5 + - pos: -30.5,-2.5 parent: 34 + type: Transform - uid: 463 components: - - type: Transform - pos: -27.5,-8.5 + - pos: -27.5,-8.5 parent: 34 + type: Transform - uid: 491 components: - - type: Transform - pos: -27.5,-7.5 + - pos: -27.5,-7.5 parent: 34 + type: Transform - uid: 502 components: - - type: Transform - pos: -28.5,-3.5 + - pos: -28.5,-3.5 parent: 34 + type: Transform - uid: 503 components: - - type: Transform - pos: -28.5,-4.5 + - pos: -28.5,-4.5 parent: 34 + type: Transform - uid: 504 components: - - type: Transform - pos: -28.5,-5.5 + - pos: -28.5,-5.5 parent: 34 + type: Transform - uid: 506 components: - - type: Transform - pos: -25.5,-9.5 + - pos: -25.5,-9.5 parent: 34 + type: Transform - uid: 534 components: - - type: Transform - pos: -36.5,-16.5 + - pos: -36.5,-16.5 parent: 34 + type: Transform - uid: 539 components: - - type: Transform - pos: -28.5,-20.5 + - pos: -28.5,-20.5 parent: 34 + type: Transform - uid: 543 components: - - type: Transform - pos: -25.5,-20.5 + - pos: -25.5,-20.5 parent: 34 + type: Transform - uid: 547 components: - - type: Transform - pos: -24.5,-20.5 + - pos: -24.5,-20.5 parent: 34 + type: Transform - uid: 548 components: - - type: Transform - pos: -29.5,-20.5 + - pos: -29.5,-20.5 parent: 34 + type: Transform - uid: 569 components: - - type: Transform - pos: -32.5,-20.5 + - pos: -32.5,-20.5 parent: 34 + type: Transform - uid: 570 components: - - type: Transform - pos: -35.5,-20.5 + - pos: -35.5,-20.5 parent: 34 + type: Transform - uid: 571 components: - - type: Transform - pos: -33.5,-20.5 + - pos: -33.5,-20.5 parent: 34 + type: Transform - uid: 575 components: - - type: Transform - pos: -36.5,-18.5 + - pos: -36.5,-18.5 parent: 34 + type: Transform - uid: 576 components: - - type: Transform - pos: -36.5,-17.5 + - pos: -36.5,-17.5 parent: 34 + type: Transform - uid: 597 components: - - type: Transform - pos: -32.5,-9.5 + - pos: -32.5,-9.5 parent: 34 + type: Transform - uid: 598 components: - - type: Transform - pos: -32.5,-11.5 + - pos: -32.5,-11.5 parent: 34 + type: Transform - uid: 631 components: - - type: Transform - pos: -6.5,-27.5 + - pos: -6.5,-27.5 parent: 34 + type: Transform - uid: 632 components: - - type: Transform - pos: -6.5,-24.5 + - pos: -6.5,-24.5 parent: 34 + type: Transform - uid: 633 components: - - type: Transform - pos: -6.5,-26.5 + - pos: -6.5,-26.5 parent: 34 + type: Transform - uid: 638 components: - - type: Transform - pos: -15.5,-24.5 + - pos: -15.5,-24.5 parent: 34 + type: Transform - uid: 639 components: - - type: Transform - pos: -15.5,-27.5 + - pos: -15.5,-27.5 parent: 34 + type: Transform - uid: 640 components: - - type: Transform - pos: -15.5,-25.5 + - pos: -15.5,-25.5 parent: 34 + type: Transform - uid: 647 components: - - type: Transform - pos: -11.5,-28.5 + - pos: -11.5,-28.5 parent: 34 + type: Transform - uid: 650 components: - - type: Transform - pos: -6.5,-36.5 + - pos: -6.5,-36.5 parent: 34 + type: Transform - uid: 652 components: - - type: Transform - pos: -6.5,-35.5 + - pos: -6.5,-35.5 parent: 34 + type: Transform - uid: 653 components: - - type: Transform - pos: -6.5,-34.5 + - pos: -6.5,-34.5 parent: 34 + type: Transform - uid: 654 components: - - type: Transform - pos: -6.5,-33.5 + - pos: -6.5,-33.5 parent: 34 + type: Transform - uid: 655 components: - - type: Transform - pos: -6.5,-32.5 + - pos: -6.5,-32.5 parent: 34 + type: Transform - uid: 672 components: - - type: Transform - pos: 27.5,13.5 + - pos: 27.5,13.5 parent: 34 + type: Transform - uid: 700 components: - - type: Transform - pos: -20.5,-25.5 + - pos: -20.5,-25.5 parent: 34 + type: Transform - uid: 779 components: - - type: Transform - pos: -2.5,-9.5 + - pos: -2.5,-9.5 parent: 34 + type: Transform - uid: 786 components: - - type: Transform - pos: 30.5,-15.5 + - pos: 30.5,-15.5 parent: 34 + type: Transform - uid: 861 components: - - type: Transform - pos: -20.5,-2.5 + - pos: -20.5,-2.5 parent: 34 + type: Transform - uid: 887 components: - - type: Transform - pos: -11.5,-4.5 + - pos: -11.5,-4.5 parent: 34 + type: Transform - uid: 923 components: - - type: Transform - pos: 33.5,-4.5 + - pos: 33.5,-4.5 parent: 34 + type: Transform - uid: 982 components: - - type: Transform - pos: -15.5,-3.5 + - pos: -15.5,-3.5 parent: 34 + type: Transform - uid: 1000 components: - - type: Transform - pos: -5.5,-3.5 + - pos: -5.5,-3.5 parent: 34 + type: Transform - uid: 1017 components: - - type: Transform - pos: -1.5,-21.5 + - pos: -1.5,-21.5 parent: 34 + type: Transform - uid: 1020 components: - - type: Transform - pos: -43.5,-27.5 + - pos: -43.5,-27.5 parent: 34 + type: Transform - uid: 1069 components: - - type: Transform - pos: -25.5,-35.5 + - pos: -25.5,-35.5 parent: 34 + type: Transform - uid: 1070 components: - - type: Transform - pos: -26.5,-35.5 + - pos: -26.5,-35.5 parent: 34 + type: Transform - uid: 1114 components: - - type: Transform - pos: -22.5,-24.5 + - pos: -22.5,-24.5 parent: 34 + type: Transform - uid: 1115 components: - - type: Transform - pos: -23.5,-24.5 + - pos: -23.5,-24.5 parent: 34 + type: Transform - uid: 1116 components: - - type: Transform - pos: -24.5,-24.5 + - pos: -24.5,-24.5 parent: 34 + type: Transform - uid: 1158 components: - - type: Transform - pos: -34.5,-41.5 + - pos: -34.5,-41.5 parent: 34 + type: Transform - uid: 1164 components: - - type: Transform - pos: -33.5,-51.5 + - pos: -33.5,-51.5 parent: 34 + type: Transform - uid: 1169 components: - - type: Transform - pos: -39.5,-39.5 + - pos: -39.5,-39.5 parent: 34 + type: Transform - uid: 1170 components: - - type: Transform - pos: -39.5,-41.5 + - pos: -39.5,-41.5 parent: 34 + type: Transform - uid: 1177 components: - - type: Transform - pos: -39.5,-43.5 + - pos: -39.5,-43.5 parent: 34 + type: Transform - uid: 1202 components: - - type: Transform - pos: -48.5,-44.5 + - pos: -48.5,-44.5 parent: 34 + type: Transform - uid: 1206 components: - - type: Transform - pos: -50.5,-44.5 + - pos: -50.5,-44.5 parent: 34 + type: Transform - uid: 1208 components: - - type: Transform - pos: -51.5,-43.5 + - pos: -51.5,-43.5 parent: 34 + type: Transform - uid: 1234 components: - - type: Transform - pos: -6.5,-54.5 + - pos: -6.5,-54.5 parent: 34 + type: Transform - uid: 1264 components: - - type: Transform - pos: -39.5,-45.5 + - pos: -39.5,-45.5 parent: 34 + type: Transform - uid: 1330 components: - - type: Transform - pos: 41.5,-6.5 + - pos: 41.5,-6.5 parent: 34 + type: Transform - uid: 1340 components: - - type: Transform - pos: -0.5,-34.5 + - pos: -0.5,-34.5 parent: 34 + type: Transform - uid: 1349 components: - - type: Transform - pos: 9.5,-30.5 + - pos: 9.5,-30.5 parent: 34 + type: Transform - uid: 1350 components: - - type: Transform - pos: 10.5,-30.5 + - pos: 10.5,-30.5 parent: 34 + type: Transform - uid: 1404 components: - - type: Transform - pos: 1.5,-32.5 + - pos: 1.5,-32.5 parent: 34 + type: Transform - uid: 1461 components: - - type: Transform - pos: -49.5,-44.5 + - pos: -49.5,-44.5 parent: 34 + type: Transform - uid: 1463 components: - - type: Transform - pos: -48.5,-47.5 + - pos: -48.5,-47.5 parent: 34 + type: Transform - uid: 1465 components: - - type: Transform - pos: -49.5,-48.5 + - pos: -49.5,-48.5 parent: 34 + type: Transform - uid: 1466 components: - - type: Transform - pos: -50.5,-48.5 + - pos: -50.5,-48.5 parent: 34 + type: Transform - uid: 1471 components: - - type: Transform - pos: -49.5,-46.5 + - pos: -49.5,-46.5 parent: 34 + type: Transform - uid: 1474 components: - - type: Transform - pos: -46.5,-46.5 + - pos: -46.5,-46.5 parent: 34 + type: Transform - uid: 1475 components: - - type: Transform - pos: -48.5,-46.5 + - pos: -48.5,-46.5 parent: 34 + type: Transform - uid: 1476 components: - - type: Transform - pos: -46.5,-48.5 + - pos: -46.5,-48.5 parent: 34 + type: Transform - uid: 1478 components: - - type: Transform - pos: -47.5,-44.5 + - pos: -47.5,-44.5 parent: 34 + type: Transform - uid: 1479 components: - - type: Transform - pos: -46.5,-49.5 + - pos: -46.5,-49.5 parent: 34 + type: Transform - uid: 1481 components: - - type: Transform - pos: -46.5,-45.5 + - pos: -46.5,-45.5 parent: 34 + type: Transform - uid: 1482 components: - - type: Transform - pos: -48.5,-48.5 + - pos: -48.5,-48.5 parent: 34 + type: Transform - uid: 1483 components: - - type: Transform - pos: -46.5,-47.5 + - pos: -46.5,-47.5 parent: 34 + type: Transform - uid: 1488 components: - - type: Transform - pos: -50.5,-46.5 + - pos: -50.5,-46.5 parent: 34 + type: Transform - uid: 1598 components: - - type: Transform - pos: -36.5,-32.5 + - pos: -36.5,-32.5 parent: 34 + type: Transform - uid: 1600 components: - - type: Transform - pos: -36.5,-31.5 + - pos: -36.5,-31.5 parent: 34 + type: Transform - uid: 1603 components: - - type: Transform - pos: -38.5,-28.5 + - pos: -38.5,-28.5 parent: 34 + type: Transform - uid: 1629 components: - - type: Transform - pos: -44.5,-50.5 + - pos: -44.5,-50.5 parent: 34 + type: Transform - uid: 1630 components: - - type: Transform - pos: -43.5,-50.5 + - pos: -43.5,-50.5 parent: 34 + type: Transform - uid: 1631 components: - - type: Transform - pos: -42.5,-50.5 + - pos: -42.5,-50.5 parent: 34 + type: Transform - uid: 1632 components: - - type: Transform - pos: -41.5,-50.5 + - pos: -41.5,-50.5 parent: 34 + type: Transform - uid: 1770 components: - - type: Transform - pos: -44.5,-32.5 + - pos: -44.5,-32.5 parent: 34 + type: Transform - uid: 1771 components: - - type: Transform - pos: -43.5,-32.5 + - pos: -43.5,-32.5 parent: 34 + type: Transform - uid: 1772 components: - - type: Transform - pos: -42.5,-32.5 + - pos: -42.5,-32.5 parent: 34 + type: Transform - uid: 1821 components: - - type: Transform - pos: 11.5,8.5 + - pos: 11.5,8.5 parent: 34 + type: Transform - uid: 1827 components: - - type: Transform - pos: -29.5,4.5 + - pos: -29.5,4.5 parent: 34 + type: Transform - uid: 1871 components: - - type: Transform - pos: -39.5,-14.5 + - pos: -39.5,-14.5 parent: 34 + type: Transform - uid: 1931 components: - - type: Transform - pos: -27.5,-31.5 + - pos: -27.5,-31.5 parent: 34 + type: Transform - uid: 1948 components: - - type: Transform - pos: 8.5,-36.5 + - pos: 8.5,-36.5 parent: 34 + type: Transform - uid: 1968 components: - - type: Transform - pos: 27.5,-34.5 + - pos: 27.5,-34.5 parent: 34 + type: Transform - uid: 1999 components: - - type: Transform - pos: -2.5,-22.5 + - pos: -2.5,-22.5 parent: 34 + type: Transform - uid: 2001 components: - - type: Transform - pos: -30.5,4.5 + - pos: -30.5,4.5 parent: 34 + type: Transform - uid: 2002 components: - - type: Transform - pos: -31.5,4.5 + - pos: -31.5,4.5 parent: 34 + type: Transform - uid: 2003 components: - - type: Transform - pos: -32.5,4.5 + - pos: -32.5,4.5 parent: 34 + type: Transform - uid: 2013 components: - - type: Transform - pos: -32.5,0.5 + - pos: -32.5,0.5 parent: 34 + type: Transform - uid: 2014 components: - - type: Transform - pos: -31.5,0.5 + - pos: -31.5,0.5 parent: 34 + type: Transform - uid: 2018 components: - - type: Transform - pos: -29.5,0.5 + - pos: -29.5,0.5 parent: 34 + type: Transform - uid: 2034 components: - - type: Transform - pos: -40.5,-4.5 + - pos: -40.5,-4.5 parent: 34 + type: Transform - uid: 2035 components: - - type: Transform - pos: -40.5,-3.5 + - pos: -40.5,-3.5 parent: 34 + type: Transform - uid: 2037 components: - - type: Transform - pos: -40.5,-7.5 + - pos: -40.5,-7.5 parent: 34 + type: Transform - uid: 2038 components: - - type: Transform - pos: -40.5,-6.5 + - pos: -40.5,-6.5 parent: 34 + type: Transform - uid: 2095 components: - - type: Transform - pos: -61.5,-16.5 + - pos: -61.5,-16.5 parent: 34 + type: Transform - uid: 2100 components: - - type: Transform - pos: -46.5,-2.5 + - pos: -46.5,-2.5 parent: 34 + type: Transform - uid: 2101 components: - - type: Transform - pos: -45.5,-2.5 + - pos: -45.5,-2.5 parent: 34 + type: Transform - uid: 2124 components: - - type: Transform - pos: -60.5,-19.5 + - pos: -60.5,-19.5 parent: 34 + type: Transform - uid: 2137 components: - - type: Transform - pos: -12.5,-28.5 + - pos: -12.5,-28.5 parent: 34 + type: Transform - uid: 2146 components: - - type: Transform - pos: 5.5,-30.5 + - pos: 5.5,-30.5 parent: 34 + type: Transform - uid: 2150 components: - - type: Transform - pos: -60.5,-17.5 + - pos: -60.5,-17.5 parent: 34 + type: Transform - uid: 2175 components: - - type: Transform - pos: -43.5,-8.5 + - pos: -43.5,-8.5 parent: 34 + type: Transform - uid: 2177 components: - - type: Transform - pos: -41.5,-2.5 + - pos: -41.5,-2.5 parent: 34 + type: Transform - uid: 2289 components: - - type: Transform - pos: -34.5,-24.5 + - pos: -34.5,-24.5 parent: 34 + type: Transform - uid: 2291 components: - - type: Transform - pos: -35.5,-24.5 + - pos: -35.5,-24.5 parent: 34 + type: Transform - uid: 2305 components: - - type: Transform - pos: -20.5,-27.5 - parent: 34 - - uid: 2405 - components: - - type: Transform - pos: 11.5,7.5 + - pos: -20.5,-27.5 parent: 34 - - uid: 2426 + type: Transform + - uid: 2327 components: - - type: Transform - pos: -59.5,-18.5 + - pos: -46.5,-11.5 parent: 34 - - uid: 2435 + type: Transform + - uid: 2361 components: - - type: Transform - pos: -56.5,-23.5 + - pos: -45.5,-11.5 parent: 34 - - uid: 2476 + type: Transform + - uid: 2405 components: - - type: Transform - pos: -9.5,-53.5 + - pos: 11.5,7.5 parent: 34 - - uid: 2499 + type: Transform + - uid: 2426 components: - - type: Transform - pos: 46.5,-10.5 + - pos: -59.5,-18.5 parent: 34 - - uid: 2513 + type: Transform + - uid: 2476 components: - - type: Transform - pos: -51.5,-21.5 + - pos: -9.5,-53.5 parent: 34 - - uid: 2539 + type: Transform + - uid: 2499 components: - - type: Transform - pos: -51.5,-20.5 + - pos: 46.5,-10.5 parent: 34 + type: Transform - uid: 2616 components: - - type: Transform - pos: 45.5,-14.5 - parent: 34 - - uid: 2617 - components: - - type: Transform - pos: -55.5,-18.5 - parent: 34 - - uid: 2624 - components: - - type: Transform - pos: -55.5,-23.5 - parent: 34 - - uid: 2625 - components: - - type: Transform - pos: -54.5,-23.5 - parent: 34 - - uid: 2626 - components: - - type: Transform - pos: -57.5,-23.5 + - pos: 45.5,-14.5 parent: 34 + type: Transform - uid: 2628 components: - - type: Transform - pos: 43.5,-14.5 + - pos: 43.5,-14.5 parent: 34 + type: Transform - uid: 2636 components: - - type: Transform - pos: 13.5,20.5 + - pos: 13.5,20.5 parent: 34 + type: Transform - uid: 2639 components: - - type: Transform - pos: -27.5,-30.5 + - pos: -27.5,-30.5 parent: 34 + type: Transform - uid: 2662 components: - - type: Transform - pos: -5.5,-30.5 + - pos: -5.5,-30.5 parent: 34 + type: Transform - uid: 2663 components: - - type: Transform - pos: -3.5,-30.5 - parent: 34 - - uid: 2665 - components: - - type: Transform - pos: -52.5,-23.5 + - pos: -3.5,-30.5 parent: 34 + type: Transform - uid: 2666 components: - - type: Transform - pos: 3.5,-30.5 + - pos: 3.5,-30.5 parent: 34 + type: Transform - uid: 2683 components: - - type: Transform - pos: 44.5,-14.5 + - pos: 44.5,-14.5 parent: 34 + type: Transform - uid: 2814 components: - - type: Transform - pos: 25.5,-36.5 + - pos: 25.5,-36.5 parent: 34 + type: Transform - uid: 2818 components: - - type: Transform - pos: 25.5,-32.5 + - pos: 25.5,-32.5 parent: 34 + type: Transform - uid: 2917 components: - - type: Transform - pos: 2.5,-21.5 + - pos: 2.5,-21.5 parent: 34 + type: Transform - uid: 2944 components: - - type: Transform - pos: -1.5,-34.5 + - pos: -1.5,-34.5 parent: 34 + type: Transform - uid: 3196 components: - - type: Transform - pos: -32.5,-41.5 + - pos: -32.5,-41.5 parent: 34 + type: Transform - uid: 3205 components: - - type: Transform - pos: -35.5,-48.5 + - pos: -35.5,-48.5 parent: 34 + type: Transform - uid: 3207 components: - - type: Transform - pos: -62.5,-44.5 + - pos: -62.5,-44.5 parent: 34 + type: Transform - uid: 3208 components: - - type: Transform - pos: -35.5,-50.5 + - pos: -35.5,-50.5 parent: 34 + type: Transform - uid: 3212 components: - - type: Transform - pos: -30.5,-49.5 + - pos: -30.5,-49.5 parent: 34 + type: Transform - uid: 3219 components: - - type: Transform - pos: -30.5,-48.5 + - pos: -30.5,-48.5 parent: 34 + type: Transform - uid: 3245 components: - - type: Transform - pos: -25.5,-43.5 + - pos: -25.5,-43.5 parent: 34 + type: Transform - uid: 3341 components: - - type: Transform - pos: 21.5,-16.5 + - pos: 21.5,-16.5 parent: 34 + type: Transform - uid: 3342 components: - - type: Transform - pos: 21.5,-14.5 + - pos: 21.5,-14.5 parent: 34 + type: Transform - uid: 3386 components: - - type: Transform - pos: -49.5,-38.5 + - pos: -49.5,-38.5 parent: 34 + type: Transform - uid: 3451 components: - - type: Transform - pos: -57.5,0.5 + - pos: -57.5,0.5 parent: 34 + type: Transform - uid: 3453 components: - - type: Transform - pos: -57.5,-0.5 + - pos: -57.5,-0.5 parent: 34 + type: Transform - uid: 3459 components: - - type: Transform - pos: 10.5,4.5 + - pos: 10.5,4.5 parent: 34 + type: Transform - uid: 3477 components: - - type: Transform - pos: 21.5,-12.5 + - pos: 21.5,-12.5 parent: 34 + type: Transform - uid: 3497 components: - - type: Transform - pos: 15.5,-6.5 + - pos: 15.5,-6.5 parent: 34 + type: Transform - uid: 3500 components: - - type: Transform - pos: 15.5,-5.5 + - pos: 15.5,-5.5 parent: 34 + type: Transform - uid: 3501 components: - - type: Transform - pos: 21.5,-7.5 + - pos: 21.5,-7.5 parent: 34 + type: Transform - uid: 3502 components: - - type: Transform - pos: 15.5,-4.5 + - pos: 15.5,-4.5 parent: 34 + type: Transform - uid: 3503 components: - - type: Transform - pos: 18.5,-10.5 + - pos: 18.5,-10.5 parent: 34 + type: Transform - uid: 3515 components: - - type: Transform - pos: 21.5,-4.5 + - pos: 21.5,-4.5 parent: 34 + type: Transform - uid: 3516 components: - - type: Transform - pos: 21.5,-5.5 + - pos: 21.5,-5.5 parent: 34 + type: Transform - uid: 3517 components: - - type: Transform - pos: 21.5,-6.5 + - pos: 21.5,-6.5 parent: 34 + type: Transform - uid: 3532 components: - - type: Transform - pos: 28.5,-15.5 + - pos: 28.5,-15.5 parent: 34 + type: Transform - uid: 3533 components: - - type: Transform - pos: 29.5,-15.5 + - pos: 29.5,-15.5 parent: 34 + type: Transform - uid: 3539 components: - - type: Transform - pos: 26.5,-9.5 + - pos: 26.5,-9.5 parent: 34 + type: Transform - uid: 3540 components: - - type: Transform - pos: 26.5,-10.5 + - pos: 26.5,-10.5 parent: 34 + type: Transform - uid: 3546 components: - - type: Transform - pos: 14.5,-35.5 + - pos: 14.5,-35.5 parent: 34 + type: Transform - uid: 3553 components: - - type: Transform - pos: 27.5,-12.5 + - pos: 27.5,-12.5 parent: 34 + type: Transform - uid: 3556 components: - - type: Transform - pos: 29.5,-12.5 + - pos: 29.5,-12.5 parent: 34 + type: Transform - uid: 3559 components: - - type: Transform - pos: 21.5,-18.5 + - pos: 21.5,-18.5 parent: 34 + type: Transform - uid: 3563 components: - - type: Transform - pos: 25.5,-7.5 + - pos: 25.5,-7.5 parent: 34 + type: Transform - uid: 3565 components: - - type: Transform - pos: 29.5,-4.5 + - pos: 29.5,-4.5 parent: 34 + type: Transform - uid: 3567 components: - - type: Transform - pos: 27.5,-4.5 + - pos: 27.5,-4.5 parent: 34 + type: Transform - uid: 3569 components: - - type: Transform - pos: 25.5,-6.5 + - pos: 25.5,-6.5 parent: 34 + type: Transform - uid: 3571 components: - - type: Transform - pos: 26.5,-4.5 + - pos: 26.5,-4.5 parent: 34 + type: Transform - uid: 3574 components: - - type: Transform - pos: 25.5,-5.5 + - pos: 25.5,-5.5 parent: 34 + type: Transform - uid: 3576 components: - - type: Transform - pos: 25.5,-1.5 + - pos: 25.5,-1.5 parent: 34 + type: Transform - uid: 3613 components: - - type: Transform - pos: 30.5,-12.5 + - pos: 30.5,-12.5 parent: 34 + type: Transform - uid: 3642 components: - - type: Transform - pos: 26.5,-1.5 + - pos: 26.5,-1.5 parent: 34 + type: Transform - uid: 3643 components: - - type: Transform - pos: 29.5,-1.5 + - pos: 29.5,-1.5 parent: 34 + type: Transform - uid: 3644 components: - - type: Transform - pos: 28.5,-1.5 + - pos: 28.5,-1.5 parent: 34 + type: Transform - uid: 3682 components: - - type: Transform - pos: 10.5,-49.5 + - pos: 10.5,-49.5 parent: 34 + type: Transform - uid: 3688 components: - - type: Transform - pos: 26.5,2.5 + - pos: 26.5,2.5 parent: 34 + type: Transform - uid: 3689 components: - - type: Transform - pos: 29.5,2.5 + - pos: 29.5,2.5 parent: 34 + type: Transform - uid: 3690 components: - - type: Transform - pos: 28.5,2.5 + - pos: 28.5,2.5 parent: 34 + type: Transform - uid: 3694 components: - - type: Transform - pos: 24.5,1.5 + - pos: 24.5,1.5 parent: 34 + type: Transform - uid: 3765 components: - - type: Transform - pos: -63.5,-11.5 + - pos: -63.5,-11.5 parent: 34 + type: Transform - uid: 3778 components: - - type: Transform - pos: -36.5,-37.5 + - pos: -36.5,-37.5 parent: 34 + type: Transform - uid: 3780 components: - - type: Transform - pos: -36.5,-35.5 + - pos: -36.5,-35.5 parent: 34 + type: Transform - uid: 3796 components: - - type: Transform - pos: 14.5,-2.5 + - pos: 14.5,-2.5 parent: 34 + type: Transform - uid: 3822 components: - - type: Transform - pos: 12.5,-2.5 + - pos: 12.5,-2.5 parent: 34 + type: Transform - uid: 3857 components: - - type: Transform - pos: 15.5,-35.5 + - pos: 15.5,-35.5 parent: 34 + type: Transform - uid: 3868 components: - - type: Transform - pos: 19.5,-31.5 + - pos: 19.5,-31.5 parent: 34 + type: Transform - uid: 3869 components: - - type: Transform - pos: 19.5,-30.5 + - pos: 19.5,-30.5 parent: 34 + type: Transform - uid: 3870 components: - - type: Transform - pos: 19.5,-28.5 + - pos: 19.5,-28.5 parent: 34 + type: Transform - uid: 3919 components: - - type: Transform - pos: 17.5,-25.5 + - pos: 17.5,-25.5 parent: 34 + type: Transform - uid: 3920 components: - - type: Transform - pos: 18.5,-25.5 + - pos: 18.5,-25.5 parent: 34 + type: Transform - uid: 3921 components: - - type: Transform - pos: 13.5,-25.5 + - pos: 13.5,-25.5 parent: 34 + type: Transform - uid: 3922 components: - - type: Transform - pos: 12.5,-25.5 + - pos: 12.5,-25.5 parent: 34 + type: Transform - uid: 3949 components: - - type: Transform - pos: -9.5,-49.5 + - pos: -9.5,-49.5 parent: 34 + type: Transform - uid: 3950 components: - - type: Transform - pos: -8.5,-49.5 + - pos: -8.5,-49.5 parent: 34 + type: Transform - uid: 3951 components: - - type: Transform - pos: -7.5,-49.5 + - pos: -7.5,-49.5 parent: 34 + type: Transform - uid: 3968 components: - - type: Transform - pos: -3.5,-39.5 + - pos: -3.5,-39.5 parent: 34 + type: Transform - uid: 3982 components: - - type: Transform - pos: 45.5,10.5 + - pos: 45.5,10.5 parent: 34 + type: Transform - uid: 3987 components: - - type: Transform - pos: 22.5,-44.5 + - pos: 22.5,-44.5 parent: 34 + type: Transform - uid: 3993 components: - - type: Transform - pos: 43.5,-32.5 + - pos: 43.5,-32.5 parent: 34 + type: Transform - uid: 3998 components: - - type: Transform - pos: 43.5,-34.5 + - pos: 43.5,-34.5 parent: 34 + type: Transform - uid: 4001 components: - - type: Transform - pos: 19.5,-38.5 + - pos: 19.5,-38.5 parent: 34 + type: Transform - uid: 4002 components: - - type: Transform - pos: 43.5,-36.5 + - pos: 43.5,-36.5 parent: 34 + type: Transform - uid: 4011 components: - - type: Transform - pos: 23.5,-31.5 + - pos: 23.5,-31.5 parent: 34 + type: Transform - uid: 4013 components: - - type: Transform - pos: 29.5,-26.5 + - pos: 29.5,-26.5 parent: 34 + type: Transform - uid: 4041 components: - - type: Transform - pos: -5.5,-39.5 + - pos: -5.5,-39.5 parent: 34 + type: Transform - uid: 4069 components: - - type: Transform - pos: 5.5,-55.5 + - pos: 5.5,-55.5 parent: 34 + type: Transform - uid: 4070 components: - - type: Transform - pos: -2.5,-55.5 + - pos: -2.5,-55.5 parent: 34 + type: Transform - uid: 4081 components: - - type: Transform - pos: 0.5,-51.5 + - pos: 0.5,-51.5 parent: 34 + type: Transform - uid: 4082 components: - - type: Transform - pos: 1.5,-51.5 + - pos: 1.5,-51.5 parent: 34 + type: Transform - uid: 4083 components: - - type: Transform - pos: 2.5,-51.5 + - pos: 2.5,-51.5 parent: 34 + type: Transform - uid: 4087 components: - - type: Transform - pos: 0.5,-53.5 + - pos: 0.5,-53.5 parent: 34 + type: Transform - uid: 4088 components: - - type: Transform - pos: 1.5,-53.5 + - pos: 1.5,-53.5 parent: 34 + type: Transform - uid: 4089 components: - - type: Transform - pos: 2.5,-53.5 + - pos: 2.5,-53.5 parent: 34 + type: Transform - uid: 4097 components: - - type: Transform - pos: -3.5,-51.5 + - pos: -3.5,-51.5 parent: 34 + type: Transform - uid: 4098 components: - - type: Transform - pos: -1.5,-51.5 + - pos: -1.5,-51.5 parent: 34 + type: Transform - uid: 4099 components: - - type: Transform - pos: 4.5,-51.5 + - pos: 4.5,-51.5 parent: 34 + type: Transform - uid: 4100 components: - - type: Transform - pos: 6.5,-51.5 + - pos: 6.5,-51.5 parent: 34 + type: Transform - uid: 4145 components: - - type: Transform - pos: -6.5,-42.5 + - pos: -6.5,-42.5 parent: 34 + type: Transform - uid: 4148 components: - - type: Transform - pos: -11.5,-45.5 + - pos: -11.5,-45.5 parent: 34 + type: Transform - uid: 4163 components: - - type: Transform - pos: -24.5,-43.5 + - pos: -24.5,-43.5 parent: 34 + type: Transform - uid: 4174 components: - - type: Transform - pos: 12.5,-20.5 + - pos: 12.5,-20.5 parent: 34 + type: Transform - uid: 4175 components: - - type: Transform - pos: 14.5,-20.5 + - pos: 14.5,-20.5 parent: 34 + type: Transform - uid: 4178 components: - - type: Transform - pos: -2.5,-24.5 + - pos: -2.5,-24.5 parent: 34 + type: Transform - uid: 4180 components: - - type: Transform - pos: 10.5,-22.5 + - pos: 10.5,-22.5 parent: 34 + type: Transform - uid: 4181 components: - - type: Transform - pos: 10.5,-24.5 + - pos: 10.5,-24.5 parent: 34 + type: Transform - uid: 4185 components: - - type: Transform - pos: 8.5,4.5 + - pos: 8.5,4.5 parent: 34 + type: Transform - uid: 4187 components: - - type: Transform - pos: 40.5,10.5 + - pos: 40.5,10.5 parent: 34 + type: Transform - uid: 4188 components: - - type: Transform - pos: 7.5,4.5 + - pos: 7.5,4.5 parent: 34 + type: Transform - uid: 4189 components: - - type: Transform - pos: 15.5,-1.5 + - pos: 15.5,-1.5 parent: 34 + type: Transform - uid: 4190 components: - - type: Transform - pos: 15.5,0.5 + - pos: 15.5,0.5 parent: 34 + type: Transform - uid: 4191 components: - - type: Transform - pos: 15.5,1.5 + - pos: 15.5,1.5 parent: 34 + type: Transform - uid: 4251 components: - - type: Transform - pos: 19.5,-29.5 + - pos: 19.5,-29.5 parent: 34 + type: Transform - uid: 4263 components: - - type: Transform - pos: 26.5,-30.5 + - pos: 26.5,-30.5 parent: 34 + type: Transform - uid: 4264 components: - - type: Transform - pos: 25.5,-30.5 + - pos: 25.5,-30.5 parent: 34 + type: Transform - uid: 4272 components: - - type: Transform - pos: 33.5,-26.5 + - pos: 33.5,-26.5 parent: 34 + type: Transform - uid: 4287 components: - - type: Transform - pos: 29.5,-35.5 + - pos: 29.5,-35.5 parent: 34 + type: Transform - uid: 4289 components: - - type: Transform - pos: 29.5,-33.5 + - pos: 29.5,-33.5 parent: 34 + type: Transform - uid: 4290 components: - - type: Transform - pos: 29.5,-34.5 + - pos: 29.5,-34.5 parent: 34 + type: Transform - uid: 4293 components: - - type: Transform - pos: 32.5,-30.5 + - pos: 32.5,-30.5 parent: 34 + type: Transform - uid: 4321 components: - - type: Transform - pos: 35.5,-33.5 + - pos: 35.5,-33.5 parent: 34 + type: Transform - uid: 4322 components: - - type: Transform - pos: 35.5,-34.5 + - pos: 35.5,-34.5 parent: 34 + type: Transform - uid: 4323 components: - - type: Transform - pos: 35.5,-35.5 + - pos: 35.5,-35.5 parent: 34 + type: Transform - uid: 4332 components: - - type: Transform - pos: 37.5,-37.5 + - pos: 37.5,-37.5 parent: 34 + type: Transform - uid: 4333 components: - - type: Transform - pos: 21.5,-44.5 + - pos: 21.5,-44.5 parent: 34 + type: Transform - uid: 4388 components: - - type: Transform - pos: 23.5,-37.5 + - pos: 23.5,-37.5 parent: 34 + type: Transform - uid: 4404 components: - - type: Transform - pos: 19.5,-37.5 + - pos: 19.5,-37.5 parent: 34 + type: Transform - uid: 4473 components: - - type: Transform - pos: 41.5,-41.5 + - pos: 41.5,-41.5 parent: 34 + type: Transform - uid: 4474 components: - - type: Transform - pos: 41.5,-40.5 + - pos: 41.5,-40.5 parent: 34 + type: Transform - uid: 4475 components: - - type: Transform - pos: 41.5,-39.5 + - pos: 41.5,-39.5 parent: 34 + type: Transform - uid: 4476 components: - - type: Transform - pos: 41.5,-38.5 + - pos: 41.5,-38.5 parent: 34 + type: Transform - uid: 4482 components: - - type: Transform - pos: 30.5,-42.5 + - pos: 30.5,-42.5 parent: 34 + type: Transform - uid: 4491 components: - - type: Transform - pos: 44.5,12.5 + - pos: 44.5,12.5 parent: 34 + type: Transform - uid: 4493 components: - - type: Transform - pos: 20.5,-44.5 + - pos: 20.5,-44.5 parent: 34 + type: Transform - uid: 4504 components: - - type: Transform - pos: 37.5,-4.5 + - pos: 37.5,-4.5 parent: 34 + type: Transform - uid: 4505 components: - - type: Transform - pos: 37.5,-2.5 + - pos: 37.5,-2.5 parent: 34 + type: Transform - uid: 4519 components: - - type: Transform - pos: 45.5,12.5 + - pos: 45.5,12.5 parent: 34 + type: Transform - uid: 4536 components: - - type: Transform - pos: 46.5,-2.5 + - pos: 46.5,-2.5 parent: 34 + type: Transform - uid: 4615 components: - - type: Transform - pos: 43.5,7.5 + - pos: 43.5,7.5 parent: 34 + type: Transform - uid: 4616 components: - - type: Transform - pos: 44.5,7.5 + - pos: 44.5,7.5 parent: 34 + type: Transform - uid: 4620 components: - - type: Transform - pos: 46.5,4.5 + - pos: 46.5,4.5 parent: 34 + type: Transform - uid: 4621 components: - - type: Transform - pos: 46.5,5.5 + - pos: 46.5,5.5 parent: 34 + type: Transform - uid: 4625 components: - - type: Transform - pos: 39.5,7.5 + - pos: 39.5,7.5 parent: 34 + type: Transform - uid: 4626 components: - - type: Transform - pos: 38.5,7.5 + - pos: 38.5,7.5 parent: 34 + type: Transform - uid: 4627 components: - - type: Transform - pos: 37.5,7.5 + - pos: 37.5,7.5 parent: 34 + type: Transform - uid: 4637 components: - - type: Transform - pos: 41.5,2.5 + - pos: 41.5,2.5 parent: 34 + type: Transform - uid: 4642 components: - - type: Transform - pos: 43.5,2.5 + - pos: 43.5,2.5 parent: 34 + type: Transform - uid: 4652 components: - - type: Transform - pos: -5.5,-51.5 + - pos: -5.5,-51.5 parent: 34 + type: Transform - uid: 4781 components: - - type: Transform - pos: 51.5,0.5 + - pos: 51.5,0.5 parent: 34 + type: Transform - uid: 4893 components: - - type: Transform - pos: -14.5,-38.5 + - pos: -14.5,-38.5 parent: 34 + type: Transform - uid: 4962 components: - - type: Transform - pos: 31.5,9.5 + - pos: 31.5,9.5 parent: 34 + type: Transform - uid: 4963 components: - - type: Transform - pos: 32.5,9.5 + - pos: 32.5,9.5 parent: 34 + type: Transform - uid: 5000 components: - - type: Transform - pos: 15.5,5.5 + - pos: 15.5,5.5 parent: 34 + type: Transform - uid: 5001 components: - - type: Transform - pos: 15.5,3.5 + - pos: 15.5,3.5 parent: 34 + type: Transform - uid: 5014 components: - - type: Transform - pos: 38.5,-21.5 + - pos: 38.5,-21.5 parent: 34 + type: Transform - uid: 5015 components: - - type: Transform - pos: 38.5,-25.5 + - pos: 38.5,-25.5 parent: 34 + type: Transform - uid: 5061 components: - - type: Transform - pos: -44.5,6.5 + - pos: -44.5,6.5 parent: 34 + type: Transform - uid: 5313 components: - - type: Transform - pos: 19.5,-54.5 + - pos: 19.5,-54.5 parent: 34 + type: Transform - uid: 5317 components: - - type: Transform - pos: 16.5,-54.5 + - pos: 16.5,-54.5 parent: 34 + type: Transform - uid: 5337 components: - - type: Transform - pos: 17.5,-54.5 + - pos: 17.5,-54.5 parent: 34 + type: Transform - uid: 5338 components: - - type: Transform - pos: 22.5,-55.5 + - pos: 22.5,-55.5 parent: 34 + type: Transform - uid: 5342 components: - - type: Transform - pos: 15.5,-54.5 + - pos: 15.5,-54.5 parent: 34 + type: Transform - uid: 5343 components: - - type: Transform - pos: 21.5,-54.5 + - pos: 21.5,-54.5 parent: 34 + type: Transform - uid: 5348 components: - - type: Transform - pos: 20.5,-54.5 + - pos: 20.5,-54.5 parent: 34 + type: Transform - uid: 5353 components: - - type: Transform - pos: 18.5,-54.5 + - pos: 18.5,-54.5 parent: 34 + type: Transform - uid: 5397 components: - - type: Transform - pos: 28.5,-46.5 + - pos: 28.5,-46.5 parent: 34 + type: Transform - uid: 5398 components: - - type: Transform - pos: 29.5,-46.5 + - pos: 29.5,-46.5 parent: 34 + type: Transform - uid: 5399 components: - - type: Transform - pos: 30.5,-46.5 + - pos: 30.5,-46.5 parent: 34 + type: Transform - uid: 5400 components: - - type: Transform - pos: 27.5,-44.5 + - pos: 27.5,-44.5 parent: 34 + type: Transform - uid: 5401 components: - - type: Transform - pos: 27.5,-45.5 + - pos: 27.5,-45.5 parent: 34 + type: Transform - uid: 5403 components: - - type: Transform - pos: 34.5,-44.5 + - pos: 34.5,-44.5 parent: 34 + type: Transform - uid: 5419 components: - - type: Transform - pos: 31.5,-46.5 + - pos: 31.5,-46.5 parent: 34 + type: Transform - uid: 5484 components: - - type: Transform - pos: 35.5,-46.5 + - pos: 35.5,-46.5 parent: 34 + type: Transform - uid: 5544 components: - - type: Transform - pos: 51.5,-2.5 + - pos: 51.5,-2.5 parent: 34 + type: Transform - uid: 5548 components: - - type: Transform - pos: -16.5,1.5 + - pos: -16.5,1.5 parent: 34 + type: Transform - uid: 5549 components: - - type: Transform - pos: -15.5,1.5 + - pos: -15.5,1.5 parent: 34 + type: Transform - uid: 5594 components: - - type: Transform - pos: -20.5,1.5 + - pos: -20.5,1.5 parent: 34 + type: Transform - uid: 5599 components: - - type: Transform - pos: -26.5,1.5 + - pos: -26.5,1.5 parent: 34 + type: Transform - uid: 5606 components: - - type: Transform - pos: -26.5,6.5 + - pos: -26.5,6.5 parent: 34 + type: Transform - uid: 5610 components: - - type: Transform - pos: -27.5,7.5 + - pos: -27.5,7.5 parent: 34 + type: Transform - uid: 5611 components: - - type: Transform - pos: -24.5,7.5 + - pos: -24.5,7.5 parent: 34 + type: Transform - uid: 5630 components: - - type: Transform - pos: -30.5,16.5 + - pos: -30.5,16.5 parent: 34 + type: Transform - uid: 5730 components: - - type: Transform - pos: -23.5,6.5 + - pos: -23.5,6.5 parent: 34 + type: Transform - uid: 5731 components: - - type: Transform - pos: -22.5,6.5 + - pos: -22.5,6.5 parent: 34 + type: Transform - uid: 5732 components: - - type: Transform - pos: -21.5,6.5 + - pos: -21.5,6.5 parent: 34 + type: Transform - uid: 5733 components: - - type: Transform - pos: -20.5,6.5 + - pos: -20.5,6.5 parent: 34 + type: Transform - uid: 5843 components: - - type: Transform - pos: -7.5,16.5 + - pos: -7.5,16.5 parent: 34 + type: Transform - uid: 5863 components: - - type: Transform - pos: -45.5,6.5 + - pos: -45.5,6.5 parent: 34 + type: Transform - uid: 5864 components: - - type: Transform - pos: -46.5,6.5 + - pos: -46.5,6.5 parent: 34 + type: Transform - uid: 5916 components: - - type: Transform - pos: -35.5,0.5 + - pos: -35.5,0.5 parent: 34 + type: Transform - uid: 5917 components: - - type: Transform - pos: -34.5,0.5 - parent: 34 - - uid: 5991 - components: - - type: Transform - pos: -53.5,-23.5 + - pos: -34.5,0.5 parent: 34 + type: Transform - uid: 6023 components: - - type: Transform - pos: 51.5,-0.5 + - pos: 51.5,-0.5 parent: 34 + type: Transform - uid: 6046 components: - - type: Transform - pos: -18.5,-36.5 + - pos: -18.5,-36.5 parent: 34 + type: Transform - uid: 6098 components: - - type: Transform - pos: 11.5,6.5 + - pos: 11.5,6.5 parent: 34 + type: Transform - uid: 6111 components: - - type: Transform - pos: -60.5,-27.5 + - pos: -60.5,-27.5 parent: 34 + type: Transform - uid: 6178 components: - - type: Transform - pos: 10.5,19.5 + - pos: 10.5,19.5 parent: 34 + type: Transform - uid: 6183 components: - - type: Transform - pos: 9.5,19.5 + - pos: 9.5,19.5 parent: 34 + type: Transform - uid: 6196 components: - - type: Transform - pos: 12.5,12.5 + - pos: 12.5,12.5 parent: 34 + type: Transform - uid: 6197 components: - - type: Transform - pos: 14.5,12.5 + - pos: 14.5,12.5 parent: 34 + type: Transform - uid: 6200 components: - - type: Transform - pos: 15.5,15.5 + - pos: 15.5,15.5 parent: 34 + type: Transform - uid: 6201 components: - - type: Transform - pos: 15.5,14.5 + - pos: 15.5,14.5 parent: 34 + type: Transform - uid: 6215 components: - - type: Transform - pos: -58.5,-4.5 + - pos: -58.5,-4.5 parent: 34 + type: Transform - uid: 6216 components: - - type: Transform - pos: -58.5,-5.5 + - pos: -58.5,-5.5 parent: 34 + type: Transform - uid: 6228 components: - - type: Transform - pos: -49.5,-27.5 + - pos: -49.5,-27.5 parent: 34 + type: Transform - uid: 6229 components: - - type: Transform - pos: -49.5,-24.5 + - pos: -49.5,-24.5 parent: 34 + type: Transform - uid: 6249 components: - - type: Transform - pos: -8.5,16.5 + - pos: -8.5,16.5 parent: 34 + type: Transform - uid: 6251 components: - - type: Transform - pos: -9.5,16.5 + - pos: -9.5,16.5 parent: 34 + type: Transform - uid: 6252 components: - - type: Transform - pos: -11.5,16.5 + - pos: -11.5,16.5 parent: 34 + type: Transform - uid: 6253 components: - - type: Transform - pos: -12.5,16.5 + - pos: -12.5,16.5 parent: 34 + type: Transform - uid: 6254 components: - - type: Transform - pos: -13.5,16.5 + - pos: -13.5,16.5 parent: 34 + type: Transform - uid: 6255 components: - - type: Transform - pos: -14.5,16.5 + - pos: -14.5,16.5 parent: 34 + type: Transform - uid: 6256 components: - - type: Transform - pos: -15.5,16.5 + - pos: -15.5,16.5 parent: 34 + type: Transform - uid: 6257 components: - - type: Transform - pos: -16.5,16.5 + - pos: -16.5,16.5 parent: 34 + type: Transform - uid: 6259 components: - - type: Transform - pos: -18.5,16.5 + - pos: -18.5,16.5 parent: 34 + type: Transform - uid: 6260 components: - - type: Transform - pos: -19.5,16.5 + - pos: -19.5,16.5 parent: 34 + type: Transform - uid: 6261 components: - - type: Transform - pos: -20.5,16.5 + - pos: -20.5,16.5 parent: 34 + type: Transform - uid: 6262 components: - - type: Transform - pos: -21.5,16.5 + - pos: -21.5,16.5 parent: 34 + type: Transform - uid: 6263 components: - - type: Transform - pos: -22.5,16.5 + - pos: -22.5,16.5 parent: 34 + type: Transform - uid: 6264 components: - - type: Transform - pos: -23.5,16.5 + - pos: -23.5,16.5 parent: 34 + type: Transform - uid: 6266 components: - - type: Transform - pos: -24.5,15.5 + - pos: -24.5,15.5 parent: 34 + type: Transform - uid: 6267 components: - - type: Transform - pos: -27.5,15.5 + - pos: -27.5,15.5 parent: 34 + type: Transform - uid: 6269 components: - - type: Transform - pos: -28.5,16.5 + - pos: -28.5,16.5 parent: 34 + type: Transform - uid: 6270 components: - - type: Transform - pos: -29.5,16.5 + - pos: -29.5,16.5 parent: 34 + type: Transform - uid: 6272 components: - - type: Transform - pos: -31.5,16.5 + - pos: -31.5,16.5 parent: 34 + type: Transform - uid: 6273 components: - - type: Transform - pos: -32.5,16.5 + - pos: -32.5,16.5 parent: 34 + type: Transform - uid: 6274 components: - - type: Transform - pos: -33.5,16.5 + - pos: -33.5,16.5 parent: 34 + type: Transform - uid: 6275 components: - - type: Transform - pos: -7.5,15.5 + - pos: -7.5,15.5 parent: 34 + type: Transform - uid: 6276 components: - - type: Transform - pos: -35.5,16.5 + - pos: -35.5,16.5 parent: 34 + type: Transform - uid: 6277 components: - - type: Transform - pos: -36.5,16.5 + - pos: -36.5,16.5 parent: 34 + type: Transform - uid: 6278 components: - - type: Transform - pos: -37.5,16.5 + - pos: -37.5,16.5 parent: 34 + type: Transform - uid: 6279 components: - - type: Transform - pos: -38.5,16.5 + - pos: -38.5,16.5 parent: 34 + type: Transform - uid: 6280 components: - - type: Transform - pos: -39.5,16.5 + - pos: -39.5,16.5 parent: 34 + type: Transform - uid: 6281 components: - - type: Transform - pos: -40.5,16.5 + - pos: -40.5,16.5 parent: 34 + type: Transform - uid: 6283 components: - - type: Transform - pos: -63.5,9.5 + - pos: -63.5,9.5 parent: 34 + type: Transform - uid: 6284 components: - - type: Transform - pos: -62.5,9.5 + - pos: -62.5,9.5 parent: 34 + type: Transform - uid: 6285 components: - - type: Transform - pos: -62.5,10.5 + - pos: -62.5,10.5 parent: 34 + type: Transform - uid: 6286 components: - - type: Transform - pos: -61.5,10.5 + - pos: -61.5,10.5 parent: 34 + type: Transform - uid: 6287 components: - - type: Transform - pos: -61.5,11.5 + - pos: -61.5,11.5 parent: 34 + type: Transform - uid: 6288 components: - - type: Transform - pos: -60.5,11.5 + - pos: -60.5,11.5 parent: 34 + type: Transform - uid: 6289 components: - - type: Transform - pos: -60.5,12.5 + - pos: -60.5,12.5 parent: 34 + type: Transform - uid: 6290 components: - - type: Transform - pos: -59.5,12.5 + - pos: -59.5,12.5 parent: 34 + type: Transform - uid: 6291 components: - - type: Transform - pos: -59.5,13.5 + - pos: -59.5,13.5 parent: 34 + type: Transform - uid: 6292 components: - - type: Transform - pos: -58.5,13.5 + - pos: -58.5,13.5 parent: 34 + type: Transform - uid: 6293 components: - - type: Transform - pos: -58.5,14.5 + - pos: -58.5,14.5 parent: 34 + type: Transform - uid: 6294 components: - - type: Transform - pos: -57.5,14.5 + - pos: -57.5,14.5 parent: 34 + type: Transform - uid: 6295 components: - - type: Transform - pos: -63.5,8.5 + - pos: -63.5,8.5 parent: 34 + type: Transform - uid: 6296 components: - - type: Transform - pos: -7.5,14.5 + - pos: -7.5,14.5 parent: 34 + type: Transform - uid: 6300 components: - - type: Transform - pos: -63.5,1.5 + - pos: -63.5,1.5 parent: 34 + type: Transform - uid: 6301 components: - - type: Transform - pos: -63.5,5.5 + - pos: -63.5,5.5 parent: 34 + type: Transform - uid: 6302 components: - - type: Transform - pos: -62.5,5.5 + - pos: -62.5,5.5 parent: 34 + type: Transform - uid: 6303 components: - - type: Transform - pos: -42.5,16.5 + - pos: -42.5,16.5 parent: 34 + type: Transform - uid: 6304 components: - - type: Transform - pos: -43.5,16.5 + - pos: -43.5,16.5 parent: 34 + type: Transform - uid: 6305 components: - - type: Transform - pos: -44.5,16.5 + - pos: -44.5,16.5 parent: 34 + type: Transform - uid: 6306 components: - - type: Transform - pos: -44.5,15.5 + - pos: -44.5,15.5 parent: 34 + type: Transform - uid: 6307 components: - - type: Transform - pos: -44.5,14.5 + - pos: -44.5,14.5 parent: 34 + type: Transform - uid: 6308 components: - - type: Transform - pos: -63.5,3.5 + - pos: -63.5,3.5 parent: 34 + type: Transform - uid: 6309 components: - - type: Transform - pos: -63.5,2.5 + - pos: -63.5,2.5 parent: 34 + type: Transform - uid: 6310 components: - - type: Transform - pos: -63.5,4.5 + - pos: -63.5,4.5 parent: 34 + type: Transform - uid: 6311 components: - - type: Transform - pos: -63.5,0.5 + - pos: -63.5,0.5 parent: 34 + type: Transform - uid: 6312 components: - - type: Transform - pos: -63.5,-0.5 + - pos: -63.5,-0.5 parent: 34 + type: Transform - uid: 6313 components: - - type: Transform - pos: -63.5,-1.5 + - pos: -63.5,-1.5 parent: 34 + type: Transform - uid: 6314 components: - - type: Transform - pos: -63.5,-2.5 + - pos: -63.5,-2.5 parent: 34 + type: Transform - uid: 6315 components: - - type: Transform - pos: -63.5,-3.5 + - pos: -63.5,-3.5 parent: 34 + type: Transform - uid: 6316 components: - - type: Transform - pos: -63.5,-4.5 + - pos: -63.5,-4.5 parent: 34 + type: Transform - uid: 6317 components: - - type: Transform - pos: -62.5,-4.5 + - pos: -62.5,-4.5 parent: 34 + type: Transform - uid: 6321 components: - - type: Transform - pos: -60.5,-10.5 + - pos: -60.5,-10.5 parent: 34 + type: Transform - uid: 6330 components: - - type: Transform - pos: -60.5,-9.5 + - pos: -60.5,-9.5 + parent: 34 + type: Transform + - uid: 6333 + components: + - pos: -56.5,-22.5 parent: 34 + type: Transform - uid: 6345 components: - - type: Transform - pos: -55.5,-45.5 + - pos: -55.5,-45.5 parent: 34 + type: Transform - uid: 6346 components: - - type: Transform - pos: -56.5,-45.5 + - pos: -56.5,-45.5 parent: 34 + type: Transform - uid: 6347 components: - - type: Transform - pos: -56.5,-46.5 + - pos: -56.5,-46.5 parent: 34 + type: Transform - uid: 6348 components: - - type: Transform - pos: -56.5,-47.5 + - pos: -56.5,-47.5 parent: 34 + type: Transform - uid: 6349 components: - - type: Transform - pos: -56.5,-48.5 + - pos: -56.5,-48.5 parent: 34 + type: Transform - uid: 6350 components: - - type: Transform - pos: -56.5,-49.5 + - pos: -56.5,-49.5 parent: 34 + type: Transform - uid: 6351 components: - - type: Transform - pos: -56.5,-50.5 + - pos: -56.5,-50.5 parent: 34 + type: Transform - uid: 6352 components: - - type: Transform - pos: -56.5,-51.5 + - pos: -56.5,-51.5 parent: 34 + type: Transform - uid: 6353 components: - - type: Transform - pos: -56.5,-52.5 + - pos: -56.5,-52.5 parent: 34 + type: Transform - uid: 6354 components: - - type: Transform - pos: -56.5,-53.5 + - pos: -56.5,-53.5 parent: 34 + type: Transform - uid: 6355 components: - - type: Transform - pos: -55.5,-53.5 + - pos: -55.5,-53.5 parent: 34 + type: Transform - uid: 6356 components: - - type: Transform - pos: -54.5,-53.5 + - pos: -54.5,-53.5 parent: 34 + type: Transform - uid: 6357 components: - - type: Transform - pos: -53.5,-53.5 + - pos: -53.5,-53.5 parent: 34 + type: Transform - uid: 6358 components: - - type: Transform - pos: -52.5,-53.5 + - pos: -52.5,-53.5 parent: 34 + type: Transform - uid: 6359 components: - - type: Transform - pos: -51.5,-53.5 + - pos: -51.5,-53.5 parent: 34 + type: Transform - uid: 6360 components: - - type: Transform - pos: -50.5,-53.5 + - pos: -50.5,-53.5 parent: 34 + type: Transform - uid: 6361 components: - - type: Transform - pos: -49.5,-53.5 + - pos: -49.5,-53.5 parent: 34 + type: Transform - uid: 6362 components: - - type: Transform - pos: -48.5,-53.5 + - pos: -48.5,-53.5 parent: 34 + type: Transform - uid: 6363 components: - - type: Transform - pos: -47.5,-53.5 + - pos: -47.5,-53.5 parent: 34 + type: Transform - uid: 6364 components: - - type: Transform - pos: -47.5,-52.5 + - pos: -47.5,-52.5 parent: 34 + type: Transform - uid: 6365 components: - - type: Transform - pos: -46.5,-52.5 + - pos: -46.5,-52.5 parent: 34 + type: Transform - uid: 6367 components: - - type: Transform - pos: -63.5,-13.5 + - pos: -63.5,-13.5 parent: 34 + type: Transform - uid: 6369 components: - - type: Transform - pos: -63.5,-10.5 + - pos: -63.5,-10.5 parent: 34 + type: Transform - uid: 6370 components: - - type: Transform - pos: -63.5,-12.5 + - pos: -63.5,-12.5 parent: 34 + type: Transform - uid: 6371 components: - - type: Transform - pos: -59.5,-45.5 + - pos: -59.5,-45.5 parent: 34 + type: Transform - uid: 6372 components: - - type: Transform - pos: -63.5,-8.5 + - pos: -63.5,-8.5 parent: 34 + type: Transform - uid: 6378 components: - - type: Transform - pos: -63.5,-35.5 + - pos: -63.5,-35.5 parent: 34 + type: Transform - uid: 6379 components: - - type: Transform - pos: -63.5,-33.5 + - pos: -63.5,-33.5 parent: 34 + type: Transform - uid: 6380 components: - - type: Transform - pos: -63.5,-14.5 + - pos: -63.5,-14.5 parent: 34 + type: Transform - uid: 6381 components: - - type: Transform - pos: -32.5,-51.5 + - pos: -32.5,-51.5 parent: 34 + type: Transform - uid: 6382 components: - - type: Transform - pos: -34.5,-51.5 + - pos: -34.5,-51.5 parent: 34 + type: Transform - uid: 6385 components: - - type: Transform - pos: -60.5,-45.5 + - pos: -60.5,-45.5 parent: 34 + type: Transform - uid: 6386 components: - - type: Transform - pos: -61.5,-45.5 + - pos: -61.5,-45.5 parent: 34 + type: Transform - uid: 6394 components: - - type: Transform - pos: 16.5,-35.5 + - pos: 16.5,-35.5 parent: 34 + type: Transform - uid: 6396 components: - - type: Transform - pos: -63.5,-26.5 + - pos: -63.5,-26.5 parent: 34 + type: Transform - uid: 6404 components: - - type: Transform - pos: 22.5,-56.5 + - pos: 22.5,-56.5 parent: 34 + type: Transform - uid: 6407 components: - - type: Transform - pos: 25.5,-56.5 + - pos: 25.5,-56.5 parent: 34 + type: Transform - uid: 6408 components: - - type: Transform - pos: 26.5,-56.5 + - pos: 26.5,-56.5 parent: 34 + type: Transform - uid: 6409 components: - - type: Transform - pos: 27.5,-56.5 + - pos: 27.5,-56.5 parent: 34 + type: Transform - uid: 6410 components: - - type: Transform - pos: 28.5,-56.5 + - pos: 28.5,-56.5 parent: 34 + type: Transform - uid: 6411 components: - - type: Transform - pos: 29.5,-56.5 + - pos: 29.5,-56.5 parent: 34 + type: Transform - uid: 6412 components: - - type: Transform - pos: 30.5,-56.5 + - pos: 30.5,-56.5 parent: 34 + type: Transform - uid: 6413 components: - - type: Transform - pos: 31.5,-56.5 + - pos: 31.5,-56.5 parent: 34 + type: Transform - uid: 6414 components: - - type: Transform - pos: 32.5,-56.5 + - pos: 32.5,-56.5 parent: 34 + type: Transform - uid: 6415 components: - - type: Transform - pos: 33.5,-56.5 + - pos: 33.5,-56.5 parent: 34 + type: Transform - uid: 6416 components: - - type: Transform - pos: 34.5,-56.5 + - pos: 34.5,-56.5 parent: 34 + type: Transform - uid: 6417 components: - - type: Transform - pos: 35.5,-56.5 + - pos: 35.5,-56.5 parent: 34 + type: Transform - uid: 6419 components: - - type: Transform - pos: 36.5,-55.5 + - pos: 36.5,-55.5 parent: 34 + type: Transform - uid: 6420 components: - - type: Transform - pos: 36.5,-54.5 + - pos: 36.5,-54.5 parent: 34 + type: Transform - uid: 6421 components: - - type: Transform - pos: 36.5,-53.5 + - pos: 36.5,-53.5 parent: 34 + type: Transform - uid: 6422 components: - - type: Transform - pos: 36.5,-52.5 + - pos: 36.5,-52.5 parent: 34 + type: Transform - uid: 6423 components: - - type: Transform - pos: 36.5,-51.5 + - pos: 36.5,-51.5 parent: 34 + type: Transform - uid: 6424 components: - - type: Transform - pos: 36.5,-50.5 + - pos: 36.5,-50.5 parent: 34 + type: Transform - uid: 6425 components: - - type: Transform - pos: 42.5,-52.5 + - pos: 42.5,-52.5 parent: 34 + type: Transform - uid: 6427 components: - - type: Transform - pos: 43.5,-51.5 + - pos: 43.5,-51.5 parent: 34 + type: Transform - uid: 6428 components: - - type: Transform - pos: 43.5,-50.5 + - pos: 43.5,-50.5 parent: 34 + type: Transform - uid: 6429 components: - - type: Transform - pos: 44.5,-50.5 + - pos: 44.5,-50.5 parent: 34 + type: Transform - uid: 6430 components: - - type: Transform - pos: 44.5,-49.5 + - pos: 44.5,-49.5 parent: 34 + type: Transform - uid: 6431 components: - - type: Transform - pos: 45.5,-49.5 + - pos: 45.5,-49.5 parent: 34 + type: Transform - uid: 6432 components: - - type: Transform - pos: 45.5,-48.5 + - pos: 45.5,-48.5 parent: 34 + type: Transform - uid: 6433 components: - - type: Transform - pos: 46.5,-48.5 + - pos: 46.5,-48.5 parent: 34 + type: Transform - uid: 6435 components: - - type: Transform - pos: 47.5,-47.5 + - pos: 47.5,-47.5 parent: 34 + type: Transform - uid: 6436 components: - - type: Transform - pos: 46.5,-29.5 + - pos: 46.5,-29.5 parent: 34 + type: Transform - uid: 6437 components: - - type: Transform - pos: 47.5,-29.5 + - pos: 47.5,-29.5 parent: 34 + type: Transform - uid: 6439 components: - - type: Transform - pos: 49.5,-31.5 + - pos: 49.5,-31.5 parent: 34 + type: Transform - uid: 6440 components: - - type: Transform - pos: 49.5,-32.5 + - pos: 49.5,-32.5 parent: 34 + type: Transform - uid: 6441 components: - - type: Transform - pos: 49.5,-33.5 + - pos: 49.5,-33.5 parent: 34 + type: Transform - uid: 6443 components: - - type: Transform - pos: 49.5,-35.5 + - pos: 49.5,-35.5 parent: 34 + type: Transform - uid: 6444 components: - - type: Transform - pos: 49.5,-36.5 + - pos: 49.5,-36.5 parent: 34 + type: Transform - uid: 6446 components: - - type: Transform - pos: 49.5,-38.5 + - pos: 49.5,-38.5 parent: 34 + type: Transform - uid: 6447 components: - - type: Transform - pos: 49.5,-39.5 + - pos: 49.5,-39.5 parent: 34 + type: Transform - uid: 6449 components: - - type: Transform - pos: 49.5,-41.5 + - pos: 49.5,-41.5 parent: 34 + type: Transform - uid: 6450 components: - - type: Transform - pos: 49.5,-42.5 + - pos: 49.5,-42.5 parent: 34 + type: Transform - uid: 6451 components: - - type: Transform - pos: 49.5,-43.5 + - pos: 49.5,-43.5 parent: 34 + type: Transform - uid: 6453 components: - - type: Transform - pos: 47.5,-45.5 + - pos: 47.5,-45.5 parent: 34 + type: Transform - uid: 6454 components: - - type: Transform - pos: 46.5,-45.5 + - pos: 46.5,-45.5 parent: 34 + type: Transform - uid: 6455 components: - - type: Transform - pos: 52.5,-17.5 + - pos: 52.5,-17.5 parent: 34 + type: Transform - uid: 6456 components: - - type: Transform - pos: 53.5,-17.5 + - pos: 53.5,-17.5 parent: 34 + type: Transform - uid: 6457 components: - - type: Transform - pos: 54.5,-17.5 + - pos: 54.5,-17.5 parent: 34 + type: Transform - uid: 6458 components: - - type: Transform - pos: 54.5,-18.5 + - pos: 54.5,-18.5 parent: 34 + type: Transform - uid: 6459 components: - - type: Transform - pos: 55.5,-18.5 + - pos: 55.5,-18.5 parent: 34 + type: Transform - uid: 6461 components: - - type: Transform - pos: 56.5,-19.5 + - pos: 56.5,-19.5 parent: 34 + type: Transform - uid: 6462 components: - - type: Transform - pos: 56.5,-20.5 + - pos: 56.5,-20.5 parent: 34 + type: Transform - uid: 6463 components: - - type: Transform - pos: 57.5,-20.5 + - pos: 57.5,-20.5 parent: 34 + type: Transform - uid: 6464 components: - - type: Transform - pos: 57.5,-21.5 + - pos: 57.5,-21.5 parent: 34 + type: Transform - uid: 6465 components: - - type: Transform - pos: 57.5,-22.5 + - pos: 57.5,-22.5 parent: 34 + type: Transform - uid: 6467 components: - - type: Transform - pos: 57.5,-24.5 + - pos: 57.5,-24.5 parent: 34 + type: Transform - uid: 6468 components: - - type: Transform - pos: 57.5,-25.5 + - pos: 57.5,-25.5 parent: 34 + type: Transform - uid: 6469 components: - - type: Transform - pos: 57.5,-26.5 + - pos: 57.5,-26.5 parent: 34 + type: Transform - uid: 6470 components: - - type: Transform - pos: 56.5,-26.5 + - pos: 56.5,-26.5 parent: 34 + type: Transform - uid: 6471 components: - - type: Transform - pos: 56.5,-27.5 + - pos: 56.5,-27.5 parent: 34 + type: Transform - uid: 6473 components: - - type: Transform - pos: 55.5,-28.5 + - pos: 55.5,-28.5 parent: 34 + type: Transform - uid: 6474 components: - - type: Transform - pos: 54.5,-28.5 + - pos: 54.5,-28.5 parent: 34 + type: Transform - uid: 6475 components: - - type: Transform - pos: 54.5,-29.5 + - pos: 54.5,-29.5 parent: 34 + type: Transform - uid: 6476 components: - - type: Transform - pos: 53.5,-29.5 + - pos: 53.5,-29.5 parent: 34 + type: Transform - uid: 6477 components: - - type: Transform - pos: 52.5,-29.5 + - pos: 52.5,-29.5 parent: 34 + type: Transform - uid: 6478 components: - - type: Transform - pos: 49.5,8.5 + - pos: 49.5,8.5 parent: 34 + type: Transform - uid: 6479 components: - - type: Transform - pos: 50.5,8.5 + - pos: 50.5,8.5 parent: 34 + type: Transform - uid: 6481 components: - - type: Transform - pos: 52.5,7.5 + - pos: 52.5,7.5 parent: 34 + type: Transform - uid: 6482 components: - - type: Transform - pos: 53.5,6.5 + - pos: 53.5,6.5 parent: 34 + type: Transform - uid: 6483 components: - - type: Transform - pos: 54.5,5.5 + - pos: 54.5,5.5 parent: 34 + type: Transform - uid: 6484 components: - - type: Transform - pos: 54.5,4.5 + - pos: 54.5,4.5 parent: 34 + type: Transform - uid: 6486 components: - - type: Transform - pos: 54.5,2.5 + - pos: 54.5,2.5 parent: 34 + type: Transform - uid: 6487 components: - - type: Transform - pos: 54.5,1.5 + - pos: 54.5,1.5 parent: 34 + type: Transform - uid: 6488 components: - - type: Transform - pos: 54.5,0.5 + - pos: 54.5,0.5 parent: 34 + type: Transform - uid: 6491 components: - - type: Transform - pos: 54.5,-2.5 + - pos: 54.5,-2.5 parent: 34 + type: Transform - uid: 6492 components: - - type: Transform - pos: 54.5,-3.5 + - pos: 54.5,-3.5 parent: 34 + type: Transform - uid: 6493 components: - - type: Transform - pos: 54.5,-4.5 + - pos: 54.5,-4.5 parent: 34 + type: Transform - uid: 6495 components: - - type: Transform - pos: 54.5,-6.5 + - pos: 54.5,-6.5 parent: 34 + type: Transform - uid: 6496 components: - - type: Transform - pos: 54.5,-7.5 + - pos: 54.5,-7.5 parent: 34 + type: Transform - uid: 6497 components: - - type: Transform - pos: 54.5,-8.5 + - pos: 54.5,-8.5 parent: 34 + type: Transform - uid: 6499 components: - - type: Transform - pos: 54.5,-10.5 + - pos: 54.5,-10.5 parent: 34 + type: Transform - uid: 6500 components: - - type: Transform - pos: 54.5,-11.5 + - pos: 54.5,-11.5 parent: 34 + type: Transform - uid: 6501 components: - - type: Transform - pos: 53.5,-12.5 + - pos: 53.5,-12.5 parent: 34 + type: Transform - uid: 6502 components: - - type: Transform - pos: 52.5,-13.5 + - pos: 52.5,-13.5 parent: 34 + type: Transform - uid: 6504 components: - - type: Transform - pos: 50.5,-14.5 + - pos: 50.5,-14.5 parent: 34 + type: Transform - uid: 6506 components: - - type: Transform - pos: 36.5,11.5 + - pos: 36.5,11.5 parent: 34 + type: Transform - uid: 6508 components: - - type: Transform - pos: 37.5,12.5 + - pos: 37.5,12.5 parent: 34 + type: Transform - uid: 6509 components: - - type: Transform - pos: 38.5,12.5 + - pos: 38.5,12.5 parent: 34 + type: Transform - uid: 6510 components: - - type: Transform - pos: 39.5,12.5 + - pos: 39.5,12.5 parent: 34 + type: Transform - uid: 6511 components: - - type: Transform - pos: 40.5,12.5 + - pos: 40.5,12.5 parent: 34 + type: Transform - uid: 6512 components: - - type: Transform - pos: 41.5,12.5 + - pos: 41.5,12.5 parent: 34 + type: Transform - uid: 6514 components: - - type: Transform - pos: 43.5,12.5 + - pos: 43.5,12.5 parent: 34 + type: Transform - uid: 6515 components: - - type: Transform - pos: 40.5,9.5 + - pos: 40.5,9.5 parent: 34 + type: Transform - uid: 6516 components: - - type: Transform - pos: 31.5,17.5 + - pos: 31.5,17.5 parent: 34 + type: Transform - uid: 6517 components: - - type: Transform - pos: 47.5,12.5 + - pos: 47.5,12.5 parent: 34 + type: Transform - uid: 6518 components: - - type: Transform - pos: 46.5,12.5 + - pos: 46.5,12.5 parent: 34 + type: Transform - uid: 6519 components: - - type: Transform - pos: 32.5,17.5 + - pos: 32.5,17.5 parent: 34 + type: Transform - uid: 6520 components: - - type: Transform - pos: 48.5,11.5 + - pos: 48.5,11.5 parent: 34 + type: Transform - uid: 6521 components: - - type: Transform - pos: 32.5,16.5 + - pos: 32.5,16.5 parent: 34 + type: Transform - uid: 6522 components: - - type: Transform - pos: 21.5,17.5 + - pos: 21.5,17.5 parent: 34 + type: Transform - uid: 6523 components: - - type: Transform - pos: 22.5,17.5 + - pos: 22.5,17.5 parent: 34 + type: Transform - uid: 6524 components: - - type: Transform - pos: 18.5,17.5 + - pos: 18.5,17.5 parent: 34 + type: Transform - uid: 6526 components: - - type: Transform - pos: 25.5,17.5 + - pos: 25.5,17.5 parent: 34 + type: Transform - uid: 6527 components: - - type: Transform - pos: 26.5,17.5 + - pos: 26.5,17.5 parent: 34 + type: Transform - uid: 6528 components: - - type: Transform - pos: 23.5,17.5 + - pos: 23.5,17.5 parent: 34 + type: Transform - uid: 6529 components: - - type: Transform - pos: 24.5,17.5 + - pos: 24.5,17.5 parent: 34 + type: Transform - uid: 6530 components: - - type: Transform - pos: 28.5,17.5 + - pos: 28.5,17.5 parent: 34 + type: Transform - uid: 6531 components: - - type: Transform - pos: 29.5,17.5 + - pos: 29.5,17.5 parent: 34 + type: Transform - uid: 6532 components: - - type: Transform - pos: 27.5,17.5 + - pos: 27.5,17.5 parent: 34 + type: Transform - uid: 6533 components: - - type: Transform - pos: 18.5,16.5 + - pos: 18.5,16.5 parent: 34 + type: Transform - uid: 6566 components: - - type: Transform - pos: 32.5,-46.5 + - pos: 32.5,-46.5 parent: 34 + type: Transform - uid: 6688 components: - - type: Transform - pos: 51.5,-1.5 + - pos: 51.5,-1.5 parent: 34 + type: Transform - uid: 6689 components: - - type: Transform - pos: 45.5,11.5 + - pos: 45.5,11.5 parent: 34 + type: Transform - uid: 6691 components: - - type: Transform - pos: 51.5,-3.5 + - pos: 51.5,-3.5 parent: 34 + type: Transform - uid: 7052 components: - - type: Transform - pos: 43.5,-31.5 + - pos: 43.5,-31.5 parent: 34 + type: Transform - uid: 7053 components: - - type: Transform - pos: 43.5,-33.5 + - pos: 43.5,-33.5 parent: 34 + type: Transform - uid: 7054 components: - - type: Transform - pos: 43.5,-35.5 + - pos: 43.5,-35.5 parent: 34 + type: Transform - uid: 7235 components: - - type: Transform - pos: 9.5,-52.5 + - pos: 9.5,-52.5 parent: 34 + type: Transform - uid: 7408 components: - - type: Transform - pos: -11.5,-48.5 - parent: 34 - - uid: 7555 - components: - - type: Transform - pos: -40.5,-21.5 + - pos: -11.5,-48.5 parent: 34 + type: Transform - uid: 7806 components: - - type: Transform - pos: -40.5,11.5 + - pos: -40.5,11.5 parent: 34 + type: Transform - uid: 7811 components: - - type: Transform - pos: -41.5,11.5 + - pos: -41.5,11.5 parent: 34 + type: Transform - uid: 7844 components: - - type: Transform - pos: 5.5,-41.5 + - pos: 5.5,-41.5 parent: 34 + type: Transform - uid: 7845 components: - - type: Transform - pos: 2.5,-41.5 + - pos: 2.5,-41.5 parent: 34 + type: Transform - uid: 7907 components: - - type: Transform - pos: -11.5,-47.5 + - pos: -11.5,-47.5 parent: 34 + type: Transform - uid: 8072 components: - - type: Transform - pos: -6.5,-52.5 + - pos: -6.5,-52.5 parent: 34 + type: Transform - uid: 8091 components: - - type: Transform - pos: 40.5,11.5 + - pos: 40.5,11.5 parent: 34 + type: Transform - uid: 8288 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 + - pos: 6.5,-0.5 parent: 34 + type: Transform - uid: 8418 components: - - type: Transform - pos: -7.5,12.5 + - pos: -7.5,12.5 parent: 34 + type: Transform - uid: 8491 components: - - type: Transform - pos: -11.5,-46.5 + - pos: -11.5,-46.5 parent: 34 + type: Transform - uid: 8502 components: - - type: Transform - pos: -8.5,-53.5 + - pos: -8.5,-53.5 parent: 34 + type: Transform - uid: 8913 components: - - type: Transform - pos: 41.5,-12.5 + - pos: 41.5,-12.5 parent: 34 + type: Transform - uid: 8914 components: - - type: Transform - pos: 8.5,-55.5 + - pos: 8.5,-55.5 parent: 34 + type: Transform - uid: 8923 components: - - type: Transform - pos: 42.5,-5.5 + - pos: 42.5,-5.5 parent: 34 + type: Transform - uid: 8943 components: - - type: Transform - pos: -26.5,-32.5 + - pos: -26.5,-32.5 parent: 34 + type: Transform - uid: 9106 components: - - type: Transform - pos: -5.5,-55.5 + - pos: -5.5,-55.5 + parent: 34 + type: Transform + - uid: 9856 + components: + - pos: -44.5,-11.5 parent: 34 + type: Transform - uid: 9985 components: - - type: Transform - pos: 31.5,-4.5 + - pos: 31.5,-4.5 parent: 34 + type: Transform - uid: 10458 components: - - type: Transform - pos: -41.5,-19.5 + - pos: -41.5,-19.5 parent: 34 + type: Transform - uid: 10489 components: - - type: Transform - pos: 46.5,-13.5 + - pos: 46.5,-13.5 parent: 34 + type: Transform - uid: 10493 components: - - type: Transform - pos: 40.5,-2.5 + - pos: 40.5,-2.5 parent: 34 + type: Transform - uid: 10589 components: - - type: Transform - pos: 16.5,-12.5 + - pos: 16.5,-12.5 parent: 34 + type: Transform - uid: 10608 components: - - type: Transform - pos: -6.5,-53.5 + - pos: -6.5,-53.5 parent: 34 + type: Transform - uid: 10610 components: - - type: Transform - pos: 9.5,-54.5 + - pos: 9.5,-54.5 parent: 34 + type: Transform - uid: 10613 components: - - type: Transform - pos: 9.5,-53.5 + - pos: 9.5,-53.5 parent: 34 + type: Transform - uid: 10616 components: - - type: Transform - pos: 8.5,-51.5 + - pos: 8.5,-51.5 parent: 34 + type: Transform - uid: 10617 components: - - type: Transform - pos: 11.5,-49.5 + - pos: 11.5,-49.5 parent: 34 + type: Transform - uid: 10621 components: - - type: Transform - pos: 26.5,13.5 + - pos: 26.5,13.5 parent: 34 + type: Transform - uid: 10624 components: - - type: Transform - pos: 25.5,13.5 + - pos: 25.5,13.5 parent: 34 + type: Transform - uid: 10891 components: - - type: Transform - pos: 5.5,-39.5 + - pos: 5.5,-39.5 parent: 34 + type: Transform - uid: 10913 components: - - type: Transform - pos: 40.5,8.5 + - pos: 40.5,8.5 parent: 34 + type: Transform - uid: 11002 components: - - type: Transform - pos: -61.5,-20.5 + - pos: -61.5,-20.5 parent: 34 + type: Transform - uid: 11024 components: - - type: Transform - pos: -41.5,-18.5 + - pos: -41.5,-18.5 parent: 34 + type: Transform - uid: 11038 components: - - type: Transform - pos: -10.5,-52.5 + - pos: -10.5,-52.5 parent: 34 + type: Transform - uid: 11199 components: - - type: Transform - pos: 21.5,13.5 + - pos: 21.5,13.5 parent: 34 + type: Transform - uid: 11200 components: - - type: Transform - pos: 20.5,13.5 + - pos: 20.5,13.5 parent: 34 + type: Transform - uid: 11441 components: - - type: Transform - pos: -6.5,12.5 - parent: 34 - - uid: 11453 - components: - - type: Transform - pos: -56.5,-18.5 - parent: 34 - - uid: 11454 - components: - - type: Transform - pos: -54.5,-18.5 + - pos: -6.5,12.5 parent: 34 + type: Transform - uid: 11488 components: - - type: Transform - pos: -58.5,-18.5 + - pos: -58.5,-18.5 parent: 34 + type: Transform - uid: 11549 components: - - type: Transform - pos: 41.5,-9.5 + - pos: 41.5,-9.5 parent: 34 + type: Transform - uid: 11550 components: - - type: Transform - pos: 45.5,-5.5 + - pos: 45.5,-5.5 parent: 34 + type: Transform - uid: 11687 components: - - type: Transform - pos: -57.5,-18.5 + - pos: -57.5,-18.5 + parent: 34 + type: Transform + - uid: 11711 + components: + - pos: -56.5,-14.5 parent: 34 + type: Transform - uid: 11717 components: - - type: Transform - pos: -60.5,-33.5 + - pos: -60.5,-33.5 + parent: 34 + type: Transform + - uid: 11756 + components: + - pos: -40.5,-13.5 parent: 34 + type: Transform - uid: 11776 components: - - type: Transform - pos: 8.5,19.5 + - pos: 8.5,19.5 parent: 34 + type: Transform - uid: 11777 components: - - type: Transform - pos: 3.5,16.5 + - pos: 3.5,16.5 parent: 34 + type: Transform - uid: 11778 components: - - type: Transform - pos: 3.5,17.5 + - pos: 3.5,17.5 parent: 34 + type: Transform - uid: 11781 components: - - type: Transform - pos: 3.5,18.5 + - pos: 3.5,18.5 parent: 34 + type: Transform - uid: 11795 components: - - type: Transform - pos: -0.5,15.5 + - pos: -0.5,15.5 parent: 34 + type: Transform - uid: 11796 components: - - type: Transform - pos: -4.5,15.5 + - pos: -4.5,15.5 parent: 34 + type: Transform - uid: 11802 components: - - type: Transform - pos: 15.5,18.5 + - pos: 15.5,18.5 parent: 34 + type: Transform - uid: 11804 components: - - type: Transform - pos: 15.5,17.5 + - pos: 15.5,17.5 parent: 34 + type: Transform - uid: 11815 components: - - type: Transform - pos: -58.5,-36.5 + - pos: -58.5,-36.5 parent: 34 + type: Transform - uid: 11879 components: - - type: Transform - pos: -1.5,15.5 + - pos: -1.5,15.5 parent: 34 + type: Transform - uid: 11896 components: - - type: Transform - pos: -57.5,-36.5 + - pos: -57.5,-36.5 parent: 34 + type: Transform - uid: 11909 components: - - type: Transform - pos: 5.5,20.5 + - pos: 5.5,20.5 + parent: 34 + type: Transform + - uid: 11999 + components: + - pos: -56.5,-20.5 parent: 34 + type: Transform - uid: 12046 components: - - type: Transform - pos: -63.5,-25.5 + - pos: -63.5,-25.5 parent: 34 + type: Transform - uid: 12047 components: - - type: Transform - pos: -63.5,-29.5 + - pos: -63.5,-29.5 parent: 34 + type: Transform - uid: 12048 components: - - type: Transform - pos: -63.5,-28.5 + - pos: -63.5,-28.5 parent: 34 + type: Transform - uid: 12049 components: - - type: Transform - pos: -63.5,-32.5 + - pos: -63.5,-32.5 parent: 34 + type: Transform - uid: 12073 components: - - type: Transform - pos: -63.5,-31.5 + - pos: -63.5,-31.5 parent: 34 + type: Transform - uid: 12080 components: - - type: Transform - pos: -63.5,-6.5 + - pos: -63.5,-6.5 parent: 34 + type: Transform - uid: 12081 components: - - type: Transform - pos: -63.5,-7.5 + - pos: -63.5,-7.5 parent: 34 + type: Transform - uid: 12086 components: - - type: Transform - pos: -39.5,-59.5 + - pos: -39.5,-59.5 parent: 34 + type: Transform - uid: 12087 components: - - type: Transform - pos: -40.5,-59.5 + - pos: -40.5,-59.5 parent: 34 + type: Transform - uid: 12088 components: - - type: Transform - pos: -41.5,-59.5 + - pos: -41.5,-59.5 parent: 34 + type: Transform - uid: 12090 components: - - type: Transform - pos: -43.5,-59.5 + - pos: -43.5,-59.5 parent: 34 + type: Transform - uid: 12091 components: - - type: Transform - pos: -44.5,-59.5 + - pos: -44.5,-59.5 parent: 34 + type: Transform - uid: 12092 components: - - type: Transform - pos: -45.5,-59.5 + - pos: -45.5,-59.5 parent: 34 + type: Transform - uid: 12093 components: - - type: Transform - pos: -46.5,-59.5 + - pos: -46.5,-59.5 parent: 34 + type: Transform - uid: 12094 components: - - type: Transform - pos: -47.5,-59.5 + - pos: -47.5,-59.5 parent: 34 + type: Transform - uid: 12095 components: - - type: Transform - pos: -47.5,-58.5 + - pos: -47.5,-58.5 parent: 34 + type: Transform - uid: 12096 components: - - type: Transform - pos: -48.5,-58.5 + - pos: -48.5,-58.5 parent: 34 + type: Transform - uid: 12170 components: - - type: Transform - pos: -16.5,-43.5 + - pos: -16.5,-43.5 + parent: 34 + type: Transform + - uid: 12208 + components: + - pos: -56.5,-16.5 parent: 34 + type: Transform - uid: 12241 components: - - type: Transform - pos: -8.5,12.5 + - pos: -8.5,12.5 + parent: 34 + type: Transform + - uid: 12264 + components: + - pos: -56.5,-17.5 + parent: 34 + type: Transform + - uid: 12265 + components: + - pos: -56.5,-19.5 parent: 34 + type: Transform - uid: 12309 components: - - type: Transform - pos: -17.5,-36.5 + - pos: -17.5,-36.5 parent: 34 + type: Transform - uid: 12314 components: - - type: Transform - pos: -7.5,12.5 + - pos: -7.5,12.5 + parent: 34 + type: Transform + - uid: 12350 + components: + - pos: -56.5,-15.5 parent: 34 + type: Transform - uid: 12373 components: - - type: Transform - pos: -18.5,-39.5 + - pos: -18.5,-39.5 parent: 34 + type: Transform - uid: 12374 components: - - type: Transform - pos: -17.5,-39.5 + - pos: -17.5,-39.5 parent: 34 + type: Transform - uid: 12375 components: - - type: Transform - pos: -16.5,-39.5 + - pos: -16.5,-39.5 parent: 34 + type: Transform - uid: 12376 components: - - type: Transform - pos: -15.5,-39.5 + - pos: -15.5,-39.5 parent: 34 + type: Transform - uid: 12378 components: - - type: Transform - pos: -9.5,12.5 + - pos: -9.5,12.5 parent: 34 + type: Transform - uid: 12418 components: - - type: Transform - pos: -15.5,-43.5 + - pos: -15.5,-43.5 parent: 34 + type: Transform - uid: 12429 components: - - type: Transform - pos: 2.5,-39.5 + - pos: 2.5,-39.5 parent: 34 + type: Transform - uid: 12430 components: - - type: Transform - pos: 46.5,-7.5 + - pos: 46.5,-7.5 parent: 34 + type: Transform - uid: 12461 components: - - type: Transform - pos: 40.5,-4.5 + - pos: 40.5,-4.5 parent: 34 + type: Transform - uid: 12481 components: - - type: Transform - pos: -62.5,-22.5 + - pos: -62.5,-22.5 parent: 34 + type: Transform - uid: 12482 components: - - type: Transform - pos: -62.5,-24.5 + - pos: -62.5,-24.5 parent: 34 + type: Transform - uid: 12488 components: - - type: Transform - pos: -24.5,-32.5 + - pos: -24.5,-32.5 parent: 34 + type: Transform - uid: 12568 components: - - type: Transform - pos: -56.5,-36.5 + - pos: -56.5,-36.5 parent: 34 + type: Transform - uid: 12569 components: - - type: Transform - pos: -55.5,-36.5 + - pos: -55.5,-36.5 parent: 34 + type: Transform - uid: 12613 components: - - type: Transform - pos: -59.5,-36.5 + - pos: -59.5,-36.5 parent: 34 + type: Transform - uid: 12615 components: - - type: Transform - pos: -63.5,-43.5 + - pos: -63.5,-43.5 parent: 34 + type: Transform - uid: 12616 components: - - type: Transform - pos: -63.5,-41.5 + - pos: -63.5,-41.5 parent: 34 + type: Transform - uid: 12617 components: - - type: Transform - pos: -63.5,-40.5 + - pos: -63.5,-40.5 parent: 34 + type: Transform - uid: 12618 components: - - type: Transform - pos: -63.5,-39.5 + - pos: -63.5,-39.5 parent: 34 + type: Transform - uid: 12619 components: - - type: Transform - pos: -63.5,-38.5 + - pos: -63.5,-38.5 parent: 34 + type: Transform - uid: 12620 components: - - type: Transform - pos: -63.5,-37.5 + - pos: -63.5,-37.5 parent: 34 + type: Transform - uid: 12704 components: - - type: Transform - pos: 46.5,-0.5 + - pos: 46.5,-0.5 parent: 34 + type: Transform - uid: 12707 components: - - type: Transform - pos: 46.5,-1.5 + - pos: 46.5,-1.5 parent: 34 + type: Transform - uid: 12766 components: - - type: Transform - pos: -60.5,-28.5 + - pos: -60.5,-28.5 parent: 34 + type: Transform - uid: 12767 components: - - type: Transform - pos: -60.5,-29.5 + - pos: -60.5,-29.5 parent: 34 + type: Transform - uid: 12768 components: - - type: Transform - pos: -60.5,-31.5 + - pos: -60.5,-31.5 parent: 34 + type: Transform - uid: 12769 components: - - type: Transform - pos: -60.5,-32.5 + - pos: -60.5,-32.5 parent: 34 + type: Transform - uid: 12913 components: - - type: Transform - pos: 45.5,9.5 + - pos: 45.5,9.5 parent: 34 + type: Transform - uid: 12914 components: - - type: Transform - pos: 45.5,8.5 + - pos: 45.5,8.5 parent: 34 + type: Transform - proto: GrilleBroken entities: - uid: 6299 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-56.5 parent: 34 + type: Transform - uid: 6405 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-56.5 parent: 34 + type: Transform - uid: 6406 components: - - type: Transform - pos: 54.5,-1.5 + - pos: 54.5,-1.5 parent: 34 + type: Transform - uid: 6525 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,17.5 parent: 34 + type: Transform - uid: 11876 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,17.5 parent: 34 + type: Transform - uid: 12089 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-59.5 parent: 34 + type: Transform - uid: 12097 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,-59.5 parent: 34 + type: Transform - uid: 12624 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -57.5,-45.5 parent: 34 + type: Transform - uid: 12626 components: - - type: Transform - pos: -63.5,-36.5 + - pos: -63.5,-36.5 parent: 34 + type: Transform - uid: 12627 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -63.5,-34.5 parent: 34 + type: Transform - uid: 12628 components: - - type: Transform - pos: -63.5,-30.5 + - pos: -63.5,-30.5 parent: 34 + type: Transform - uid: 12629 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -63.5,-27.5 parent: 34 + type: Transform - uid: 12630 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -62.5,-23.5 parent: 34 + type: Transform - uid: 12631 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -62.5,-21.5 parent: 34 + type: Transform - uid: 12633 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -63.5,-9.5 parent: 34 + type: Transform - proto: GunSafePistolMk58 entities: - uid: 3710 components: - - type: Transform - pos: 29.5,1.5 + - pos: 29.5,1.5 parent: 34 + type: Transform - proto: HandheldGPSBasic entities: - uid: 12251 components: - - type: Transform - pos: -30.257595,-57.612514 + - pos: -30.257595,-57.612514 parent: 34 + type: Transform - uid: 12291 components: - - type: Transform - pos: -30.64822,-57.300014 + - pos: -30.64822,-57.300014 parent: 34 + type: Transform - proto: HatSpawner entities: - uid: 9016 components: - - type: Transform - pos: 49.5,-3.5 + - pos: 49.5,-3.5 parent: 34 + type: Transform - uid: 11099 components: - - type: Transform - pos: -14.5,-15.5 + - pos: -14.5,-15.5 parent: 34 + type: Transform - proto: HeadSkeleton entities: - uid: 4660 components: - - type: Transform - pos: 40.995945,-16.198792 + - pos: 40.995945,-16.198792 parent: 34 + type: Transform - proto: HeatExchanger entities: - - uid: 11446 + - uid: 677 components: - - type: Transform - pos: -58.5,-38.5 + - rot: 3.141592653589793 rad + pos: -59.5,-21.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11482 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor + - uid: 11429 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-21.5 + - rot: 3.141592653589793 rad + pos: -57.5,-21.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 11483 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#03FCD3FF' + type: AtmosPipeColor + - uid: 11446 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-19.5 + - pos: -58.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#03FCD3FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - uid: 11995 components: - - type: Transform - pos: -57.5,-38.5 + - pos: -57.5,-38.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - color: '#FF1212FF' + type: AtmosPipeColor - proto: HighSecArmoryLocked entities: - uid: 3702 components: - - type: MetaData - name: armory - level II - - type: Transform - pos: 27.5,2.5 + - name: armory - level II + type: MetaData + - pos: 27.5,2.5 parent: 34 + type: Transform - proto: HighSecCommandLocked entities: - uid: 10 components: - - type: Transform - pos: 23.5,-34.5 + - pos: 23.5,-34.5 parent: 34 + type: Transform - uid: 1073 components: - - type: Transform - pos: -28.5,-37.5 + - pos: -28.5,-37.5 parent: 34 + type: Transform - proto: HolofanProjector entities: - uid: 4405 components: - - type: Transform - pos: -24.64519,-29.318565 + - pos: -24.64519,-29.318565 parent: 34 + type: Transform - proto: HoloprojectorEngineering entities: - uid: 5266 components: - - type: Transform - pos: -28.794937,-30.222109 + - pos: -28.794937,-30.222109 parent: 34 + type: Transform - uid: 5267 components: - - type: Transform - pos: -28.701187,-29.847109 + - pos: -28.701187,-29.847109 parent: 34 + type: Transform - proto: HoloprojectorSecurity entities: - uid: 3584 components: - - type: Transform - pos: 24.346996,-19.636211 + - pos: 24.346996,-19.636211 parent: 34 + type: Transform - uid: 3585 components: - - type: Transform - pos: 24.388662,-19.354765 + - pos: 24.388662,-19.354765 parent: 34 + type: Transform - proto: HospitalCurtains entities: - uid: 12408 components: - - type: Transform - pos: -48.5,-16.5 + - pos: -48.5,-16.5 parent: 34 + type: Transform - uid: 12409 components: - - type: Transform - pos: -48.5,-17.5 + - pos: -48.5,-17.5 parent: 34 + type: Transform - uid: 12410 components: - - type: Transform - pos: -48.5,-18.5 + - pos: -48.5,-18.5 parent: 34 + type: Transform - proto: HospitalCurtainsOpen entities: - uid: 1355 components: - - type: Transform - pos: 1.5,-36.5 + - pos: 1.5,-36.5 parent: 34 + type: Transform - uid: 1405 components: - - type: Transform - pos: 1.5,-37.5 + - pos: 1.5,-37.5 parent: 34 + type: Transform - uid: 2638 components: - - type: Transform - pos: -5.5,2.5 + - pos: -5.5,2.5 parent: 34 + type: Transform - uid: 3999 components: - - type: Transform - pos: 15.5,-36.5 + - pos: 15.5,-36.5 parent: 34 + type: Transform - uid: 9982 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.5,-9.5 parent: 34 + type: Transform - proto: HydroponicsToolClippers entities: - uid: 4711 components: - - type: Transform - pos: 37.63338,6.2854657 + - pos: 37.63338,6.2854657 parent: 34 + type: Transform - proto: HydroponicsToolMiniHoe entities: - uid: 4712 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.336506,6.488732 parent: 34 + type: Transform - proto: HydroponicsToolSpade entities: - uid: 4713 components: - - type: Transform - pos: 37.742756,6.5356393 + - pos: 37.742756,6.5356393 parent: 34 + type: Transform - proto: hydroponicsTray entities: - uid: 865 components: - - type: Transform - pos: -18.5,-3.5 + - pos: -18.5,-3.5 parent: 34 + type: Transform - uid: 866 components: - - type: Transform - pos: -17.5,-3.5 + - pos: -17.5,-3.5 parent: 34 + type: Transform - uid: 867 components: - - type: Transform - pos: -17.5,-4.5 + - pos: -17.5,-4.5 parent: 34 + type: Transform - uid: 868 components: - - type: Transform - pos: -18.5,-4.5 + - pos: -18.5,-4.5 parent: 34 + type: Transform - uid: 4706 components: - - type: Transform - pos: 36.5,4.5 + - pos: 36.5,4.5 parent: 34 + type: Transform - uid: 4708 components: - - type: Transform - pos: 37.5,3.5 + - pos: 37.5,3.5 parent: 34 + type: Transform - uid: 4709 components: - - type: Transform - pos: 36.5,3.5 + - pos: 36.5,3.5 parent: 34 + type: Transform - uid: 12332 components: - - type: Transform - pos: -19.5,-3.5 + - pos: -19.5,-3.5 parent: 34 + type: Transform - uid: 12333 components: - - type: Transform - pos: -19.5,-4.5 + - pos: -19.5,-4.5 parent: 34 + type: Transform - uid: 12334 components: - - type: Transform - pos: -19.5,-5.5 + - pos: -19.5,-5.5 parent: 34 + type: Transform - uid: 12335 components: - - type: Transform - pos: -18.5,-5.5 + - pos: -18.5,-5.5 parent: 34 + type: Transform - uid: 12336 components: - - type: Transform - pos: -17.5,-5.5 + - pos: -17.5,-5.5 parent: 34 + type: Transform - proto: Igniter entities: - uid: 12320 components: - - type: Transform - pos: -55.819836,-37.60099 + - pos: -55.819836,-37.60099 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12319 + type: DeviceLinkSink - proto: IngotGold entities: - uid: 5251 components: - - type: Transform - pos: 24.600164,-35.196 + - pos: 24.600164,-35.196 parent: 34 + type: Transform - uid: 11693 components: - - type: Transform - pos: -35.610165,-4.992127 + - pos: -35.610165,-4.992127 parent: 34 - - type: Stack - count: 15 + type: Transform + - count: 15 + type: Stack - proto: IngotSilver entities: - uid: 11133 components: - - type: Transform - pos: 24.433498,-35.592106 + - pos: 24.433498,-35.592106 parent: 34 + type: Transform - proto: IntercomAll entities: - uid: 5596 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-36.5 parent: 34 + type: Transform - proto: IntercomCommand entities: - uid: 3482 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 41.5,-37.5 parent: 34 + type: Transform - uid: 12022 components: - - type: Transform - pos: 35.5,-38.5 + - pos: 35.5,-38.5 parent: 34 + type: Transform - uid: 12114 components: - - type: Transform - pos: 29.5,-8.5 + - pos: 29.5,-8.5 parent: 34 + type: Transform - uid: 12124 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-32.5 parent: 34 + type: Transform - proto: IntercomCommon entities: - uid: 8356 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-9.5 parent: 34 + type: Transform - uid: 11825 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,14.5 parent: 34 + type: Transform - uid: 12122 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -44.5,-6.5 parent: 34 + type: Transform - uid: 12138 components: - - type: Transform - pos: 2.5,-46.5 + - pos: 2.5,-46.5 parent: 34 + type: Transform - proto: IntercomEngineering entities: - uid: 1489 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-44.5 parent: 34 + type: Transform - uid: 2322 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,-27.5 parent: 34 + type: Transform - uid: 5934 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,1.5 parent: 34 + type: Transform - uid: 11022 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-45.5 parent: 34 + type: Transform - uid: 12132 components: - - type: Transform - pos: -29.5,-28.5 + - pos: -29.5,-28.5 parent: 34 + type: Transform - uid: 12133 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-24.5 parent: 34 + type: Transform - uid: 12136 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-38.5 parent: 34 + type: Transform - uid: 12144 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-20.5 parent: 34 + type: Transform - proto: IntercomMedical entities: - uid: 12123 components: - - type: Transform - pos: 1.5,-25.5 + - pos: 1.5,-25.5 parent: 34 + type: Transform - uid: 12450 components: - - type: Transform - pos: 8.5,-38.5 + - pos: 8.5,-38.5 parent: 34 + type: Transform - proto: IntercomScience entities: - uid: 600 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-8.5 parent: 34 + type: Transform - uid: 12120 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,-13.5 parent: 34 + type: Transform - uid: 12121 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,2.5 parent: 34 + type: Transform - uid: 12143 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,2.5 parent: 34 + type: Transform - proto: IntercomSecurity entities: - uid: 12113 components: - - type: Transform - pos: 20.5,-8.5 + - pos: 20.5,-8.5 parent: 34 + type: Transform - uid: 12115 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 26.5,-8.5 parent: 34 + type: Transform - uid: 12116 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-1.5 parent: 34 + type: Transform - uid: 12141 components: - - type: Transform - pos: 17.5,-15.5 + - pos: 17.5,-15.5 parent: 34 + type: Transform - uid: 12178 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,4.5 parent: 34 + type: Transform - uid: 12915 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 40.5,1.5 parent: 34 + type: Transform - proto: IntercomService entities: - uid: 8030 components: - - type: Transform - pos: 17.5,-35.5 + - pos: 17.5,-35.5 parent: 34 + type: Transform - uid: 10971 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-19.5 parent: 34 + type: Transform - uid: 12118 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -16.5,-9.5 parent: 34 + type: Transform - uid: 12119 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-6.5 parent: 34 + type: Transform - uid: 12140 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 34 + type: Transform - uid: 12142 components: - - type: Transform - pos: -17.5,5.5 + - pos: -17.5,5.5 parent: 34 + type: Transform - proto: IntercomSupply entities: - uid: 8415 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-23.5 parent: 34 + type: Transform - proto: JanitorialTrolley entities: - uid: 1026 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-20.5 parent: 34 + type: Transform - proto: JanitorServiceLight entities: + - uid: 1889 + components: + - rot: 3.141592653589793 rad + pos: -12.5,-22.5 + parent: 34 + type: Transform + - links: + - 1922 + type: DeviceLinkSink + - uid: 1907 + components: + - rot: 3.141592653589793 rad + pos: 31.5,-25.5 + parent: 34 + type: Transform + - links: + - 13007 + type: DeviceLinkSink - uid: 10010 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-24.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12928 + type: DeviceLinkSink - uid: 10492 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-31.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 12928 - - uid: 10684 + type: DeviceLinkSink + - uid: 10572 components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-23.5 + - rot: 3.141592653589793 rad + pos: -39.5,-23.5 parent: 34 - - type: DeviceLinkSink - links: - - 10572 + type: Transform + - links: + - 2062 + type: DeviceLinkSink - uid: 12371 components: - - type: Transform - pos: -30.5,-21.5 + - pos: -30.5,-21.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10413 + type: DeviceLinkSink - uid: 12927 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-15.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10011 + type: DeviceLinkSink - proto: JetpackMini entities: - uid: 2485 components: - - type: Transform - pos: -28.284822,-41.71001 + - pos: -28.284822,-41.71001 parent: 34 + type: Transform - uid: 11805 components: - - type: Transform - pos: -28.659822,-41.319386 + - pos: -28.659822,-41.319386 parent: 34 + type: Transform - proto: JetpackSecurityFilled entities: - uid: 904 components: - - type: Transform - pos: 26.298405,1.8209641 + - pos: 26.298405,1.8209641 parent: 34 + type: Transform - uid: 3593 components: - - type: Transform - pos: 26.68382,1.6541817 + - pos: 26.68382,1.6541817 parent: 34 + type: Transform - uid: 3714 components: - - type: Transform - pos: 26.34007,1.4978237 + - pos: 26.34007,1.4978237 parent: 34 + type: Transform - proto: Katana entities: - uid: 12177 components: - - type: MetaData - desc: 'You can almost hear the shout in the distance: "SHOUBU ARI!"' - - type: Transform - rot: 3.141592653589793 rad + - desc: 'You can almost hear the shout in the distance: "SHOUBU ARI!"' + type: MetaData + - rot: 3.141592653589793 rad pos: 26.516588,-0.45976734 parent: 34 + type: Transform - proto: KitchenDeepFryer entities: - uid: 829 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-6.5 parent: 34 + type: Transform - proto: KitchenElectricGrill entities: - uid: 9139 components: - - type: Transform - pos: -7.5,-5.5 + - pos: -7.5,-5.5 parent: 34 + type: Transform - proto: KitchenKnife entities: - uid: 4048 components: - - type: Transform - pos: -10.605341,-42.33258 + - pos: -10.605341,-42.33258 parent: 34 + type: Transform - uid: 12782 components: - - type: Transform - pos: -52.41315,-17.509623 + - pos: -52.41315,-17.509623 parent: 34 + type: Transform - proto: KitchenMicrowave entities: - uid: 884 components: - - type: Transform - pos: -7.5,-3.5 + - pos: -7.5,-3.5 parent: 34 + type: Transform - uid: 3952 components: - - type: Transform - pos: -10.5,-43.5 + - pos: -10.5,-43.5 parent: 34 + type: Transform - uid: 4719 components: - - type: Transform - pos: 41.5,6.5 + - pos: 41.5,6.5 parent: 34 + type: Transform - uid: 10537 components: - - type: Transform - pos: 19.5,-16.5 + - pos: 19.5,-16.5 parent: 34 + type: Transform - proto: KitchenReagentGrinder entities: - uid: 877 components: - - type: Transform - pos: -20.5,-3.5 + - pos: -20.5,-3.5 parent: 34 + type: Transform - uid: 2927 components: - - type: Transform - pos: -1.5,-26.5 + - pos: -1.5,-26.5 parent: 34 + type: Transform - uid: 4717 components: - - type: Transform - pos: 38.5,6.5 + - pos: 38.5,6.5 parent: 34 + type: Transform - uid: 9302 components: - - type: Transform - pos: -9.5,-3.5 + - pos: -9.5,-3.5 parent: 34 + type: Transform - uid: 11700 components: - - type: Transform - pos: -33.5,-17.5 + - pos: -33.5,-17.5 parent: 34 + type: Transform - proto: KitchenSpike entities: - uid: 821 components: - - type: Transform - pos: -12.5,-3.5 + - pos: -12.5,-3.5 parent: 34 + type: Transform - proto: Lamp entities: - uid: 2229 components: - - type: Transform - pos: -45.557014,-4.0842085 + - pos: -45.557014,-4.0842085 parent: 34 + type: Transform - uid: 4886 components: - - type: Transform - pos: 29.473913,-17.902529 + - pos: 29.473913,-17.902529 parent: 34 + type: Transform - proto: LampBanana entities: - uid: 11135 components: - - type: Transform - pos: -0.45901644,-17.103552 + - pos: -0.45901644,-17.103552 parent: 34 + type: Transform - proto: LargeBeaker entities: - uid: 1280 components: - - type: Transform - pos: -20.379763,-4.4422 + - pos: -20.379763,-4.4422 parent: 34 + type: Transform - proto: Lighter entities: - uid: 12289 components: - - type: Transform - pos: -9.306129,2.377801 + - pos: -9.306129,2.377801 parent: 34 + type: Transform - proto: LightPostSmall entities: - uid: 8931 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-52.5 parent: 34 + type: Transform - proto: LockerAtmosphericsFilled entities: - uid: 1857 components: - - type: Transform - pos: -43.5,-29.5 + - pos: -43.5,-29.5 parent: 34 + type: Transform - uid: 1858 components: - - type: Transform - pos: -44.5,-29.5 + - pos: -44.5,-29.5 parent: 34 + type: Transform - proto: LockerBoozeFilled entities: - uid: 776 components: - - type: Transform - pos: 8.5,-3.5 + - pos: 8.5,-3.5 parent: 34 + type: Transform - proto: LockerBotanistFilled entities: - uid: 871 components: - - type: Transform - pos: -18.5,-8.5 + - pos: -18.5,-8.5 parent: 34 + type: Transform - proto: LockerBrigmedicFilledHardsuit entities: - uid: 4044 components: - - type: Transform - pos: 19.5,1.5 + - pos: 19.5,1.5 parent: 34 + type: Transform - proto: LockerCaptainFilled entities: - uid: 4014 components: - - type: Transform - pos: 27.5,-27.5 + - pos: 27.5,-27.5 parent: 34 + type: Transform - proto: LockerChemistryFilled entities: - uid: 11757 components: - - type: Transform - pos: 0.5,-26.5 + - pos: 0.5,-26.5 parent: 34 + type: Transform - proto: LockerChiefEngineerFilled entities: - uid: 1233 components: - - type: Transform - pos: -26.5,-29.5 + - pos: -26.5,-29.5 parent: 34 + type: Transform - proto: LockerChiefMedicalOfficerFilled entities: - uid: 1382 components: - - type: Transform - pos: 9.5,-34.5 + - pos: 9.5,-34.5 parent: 34 + type: Transform - proto: LockerClown entities: - uid: 312 components: - - type: Transform - pos: -0.5,-20.5 + - pos: -0.5,-20.5 parent: 34 + type: Transform - proto: LockerDetectiveFilled entities: - uid: 10872 components: - - type: Transform - pos: -5.5,5.5 + - pos: -5.5,5.5 parent: 34 + type: Transform - proto: LockerElectricalSuppliesFilled entities: - uid: 2321 components: - - type: Transform - pos: -24.5,-27.5 + - pos: -24.5,-27.5 parent: 34 + type: Transform - proto: LockerEngineerFilled entities: - uid: 1047 components: - - type: Transform - pos: -29.5,-25.5 + - pos: -29.5,-25.5 parent: 34 + type: Transform - uid: 1093 components: - - type: Transform - pos: -28.5,-25.5 + - pos: -28.5,-25.5 parent: 34 + type: Transform - uid: 1094 components: - - type: Transform - pos: -30.5,-25.5 + - pos: -30.5,-25.5 parent: 34 + type: Transform - uid: 1096 components: - - type: Transform - pos: -31.5,-25.5 + - pos: -31.5,-25.5 parent: 34 + type: Transform - proto: LockerEngineerFilledHardsuit entities: - uid: 4780 components: - - type: Transform - pos: -23.5,5.5 + - pos: -23.5,5.5 parent: 34 + type: Transform - proto: LockerEvidence entities: - uid: 3749 components: - - type: Transform - pos: 24.5,-5.5 + - pos: 24.5,-5.5 parent: 34 + type: Transform - uid: 3751 components: - - type: Transform - pos: 24.5,-7.5 + - pos: 24.5,-7.5 parent: 34 + type: Transform - uid: 3752 components: - - type: Transform - pos: 24.5,-4.5 + - pos: 24.5,-4.5 parent: 34 + type: Transform - uid: 10591 components: - - type: Transform - pos: 24.5,-6.5 + - pos: 24.5,-6.5 parent: 34 + type: Transform - proto: LockerForensicMantisFilled entities: - uid: 2024 components: - - type: Transform - pos: -29.5,1.5 + - pos: -29.5,1.5 parent: 34 + type: Transform - proto: LockerFreezer entities: - uid: 883 components: - - type: MetaData - name: standing freezer - - type: Transform - pos: -10.5,-4.5 + - name: standing freezer + type: MetaData + - pos: -10.5,-4.5 parent: 34 - - type: EntityStorage - air: + type: Transform + - air: volume: 200 immutable: False temperature: 293.14957 @@ -57156,9135 +57420,9150 @@ entities: - 0 - 0 - 0 + type: EntityStorage - uid: 4035 components: - - type: Transform - pos: -10.5,-41.5 + - pos: -10.5,-41.5 parent: 34 + type: Transform - proto: LockerFreezerVaultFilled entities: - uid: 12970 components: - - type: Transform - pos: 25.5,-35.5 + - pos: 25.5,-35.5 parent: 34 + type: Transform - proto: LockerHeadOfPersonnelFilled entities: - uid: 129 components: - - type: Transform - pos: -17.5,-16.5 + - pos: -17.5,-16.5 parent: 34 + type: Transform - proto: LockerHeadOfSecurityFilled entities: - uid: 8892 components: - - type: Transform - pos: 33.5,-9.5 + - pos: 33.5,-9.5 parent: 34 + type: Transform - proto: LockerMedicalFilled entities: - uid: 1347 components: - - type: Transform - pos: 11.5,-36.5 + - pos: 11.5,-36.5 parent: 34 + type: Transform - uid: 6877 components: - - type: Transform - pos: 10.5,-36.5 + - pos: 10.5,-36.5 parent: 34 + type: Transform - proto: LockerMedicineFilled entities: - uid: 8019 components: - - type: Transform - pos: 7.5,-29.5 + - pos: 7.5,-29.5 parent: 34 + type: Transform - proto: LockerMime entities: - uid: 12329 components: - - type: Transform - pos: 1.5,-20.5 + - pos: 1.5,-20.5 parent: 34 + type: Transform - proto: LockerParamedicFilled entities: - uid: 10750 components: - - type: Transform - pos: 12.5,-38.5 + - pos: 12.5,-38.5 parent: 34 + type: Transform - uid: 10775 components: - - type: Transform - pos: 13.5,-38.5 + - pos: 13.5,-38.5 parent: 34 + type: Transform - proto: LockerQuarterMasterFilled entities: - uid: 10503 components: - - type: Transform - pos: -18.5,-37.5 + - pos: -18.5,-37.5 parent: 34 + type: Transform - proto: LockerResearchDirectorFilled entities: - uid: 606 components: - - type: Transform - pos: -35.5,-3.5 + - pos: -35.5,-3.5 parent: 34 + type: Transform - proto: LockerSalvageSpecialistFilledHardsuit entities: - uid: 12433 components: - - type: Transform - pos: -18.5,-35.5 + - pos: -18.5,-35.5 parent: 34 + type: Transform - uid: 12434 components: - - type: Transform - pos: -17.5,-35.5 + - pos: -17.5,-35.5 parent: 34 + type: Transform - uid: 12435 components: - - type: Transform - pos: -16.5,-35.5 + - pos: -16.5,-35.5 parent: 34 + type: Transform - uid: 12436 components: - - type: Transform - pos: -15.5,-35.5 + - pos: -15.5,-35.5 parent: 34 + type: Transform - proto: LockerScienceFilled entities: - uid: 583 components: - - type: Transform - pos: -35.5,-8.5 + - pos: -35.5,-8.5 parent: 34 + type: Transform - uid: 594 components: - - type: Transform - pos: -35.5,-7.5 + - pos: -35.5,-7.5 parent: 34 + type: Transform - proto: LockerSecurityFilled entities: - uid: 3507 components: - - type: Transform - pos: 16.5,-16.5 + - pos: 16.5,-16.5 parent: 34 + type: Transform - uid: 3508 components: - - type: Transform - pos: 16.5,-17.5 + - pos: 16.5,-17.5 parent: 34 + type: Transform - uid: 3509 components: - - type: Transform - pos: 16.5,-18.5 + - pos: 16.5,-18.5 parent: 34 + type: Transform - uid: 3510 components: - - type: Transform - pos: 16.5,-19.5 + - pos: 16.5,-19.5 parent: 34 + type: Transform - proto: LockerWallMedicalFilled entities: - uid: 6957 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-0.5 parent: 34 + type: Transform - proto: LockerWardenFilled entities: - uid: 3636 components: - - type: Transform - pos: 29.5,-7.5 + - pos: 29.5,-7.5 parent: 34 + type: Transform - proto: LockerWeldingSuppliesFilled entities: - uid: 8078 components: - - type: Transform - pos: -18.5,-14.5 + - pos: -18.5,-14.5 parent: 34 + type: Transform - uid: 10909 components: - - type: Transform - pos: 35.5,-29.5 + - pos: 35.5,-29.5 parent: 34 + type: Transform - proto: MachineAnomalyGenerator entities: - uid: 5913 components: - - type: Transform - pos: -35.5,4.5 + - pos: -35.5,4.5 parent: 34 + type: Transform - proto: MachineAnomalyVessel entities: - uid: 5909 components: - - type: Transform - pos: -38.5,5.5 + - pos: -38.5,5.5 parent: 34 + type: Transform - uid: 5921 components: - - type: Transform - pos: -34.5,3.5 + - pos: -34.5,3.5 parent: 34 + type: Transform - proto: MachineAPE entities: - uid: 6271 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,2.5 parent: 34 + type: Transform - uid: 7093 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,1.5 parent: 34 + type: Transform - proto: MachineArtifactAnalyzer entities: - uid: 49 components: - - type: Transform - pos: -25.5,-5.5 + - pos: -25.5,-5.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 404 + type: DeviceLinkSink - proto: MachineFrame entities: - uid: 1162 components: - - type: Transform - pos: -26.5,4.5 + - pos: -26.5,4.5 parent: 34 + type: Transform - proto: MagazineBoxPistol entities: - uid: 3719 components: - - type: Transform - pos: 30.423405,1.6646061 + - pos: 30.423405,1.6646061 parent: 34 + type: Transform - proto: MagazineBoxPistolPractice entities: - uid: 3726 components: - - type: Transform - pos: 25.694237,1.4144318 + - pos: 25.694237,1.4144318 parent: 34 + type: Transform - proto: MagazineBoxPistolRubber entities: - uid: 3725 components: - - type: Transform - pos: 30.662987,1.476975 + - pos: 30.662987,1.476975 parent: 34 + type: Transform - proto: MagazineBoxRifleBig entities: - uid: 11330 components: - - type: Transform - pos: 27.333197,4.0074997 + - pos: 27.333197,4.0074997 parent: 34 + type: Transform - proto: MagazineBoxRifleBigRubber entities: - uid: 3716 components: - - type: Transform - pos: 27.531113,3.6947823 + - pos: 27.531113,3.6947823 parent: 34 + type: Transform - proto: MagazineBoxRiflePractice entities: - uid: 3594 components: - - type: Transform - pos: 25.298405,1.466552 + - pos: 25.298405,1.466552 parent: 34 + type: Transform - proto: MailTeleporter entities: - uid: 1901 components: - - type: Transform - pos: -7.5,-27.5 + - pos: -7.5,-27.5 parent: 34 + type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 4197 components: - - type: Transform - pos: -18.5,-30.5 + - pos: -18.5,-30.5 parent: 34 + type: Transform - uid: 4869 components: - - type: Transform - pos: 37.5,-11.5 + - pos: 37.5,-11.5 parent: 34 + type: Transform - uid: 6126 components: - - type: Transform - pos: 4.5,10.5 + - pos: 4.5,10.5 parent: 34 + type: Transform - uid: 8895 components: - - type: Transform - pos: -20.5,-33.5 + - pos: -20.5,-33.5 parent: 34 + type: Transform - uid: 8909 components: - - type: Transform - pos: -22.5,-32.5 + - pos: -22.5,-32.5 parent: 34 + type: Transform - uid: 10269 components: - - type: Transform - pos: -23.5,-8.5 + - pos: -23.5,-8.5 parent: 34 + type: Transform - uid: 10270 components: - - type: Transform - pos: -23.5,-9.5 + - pos: -23.5,-9.5 parent: 34 + type: Transform - uid: 10272 components: - - type: Transform - pos: -22.5,-16.5 - parent: 34 - - uid: 10273 - components: - - type: Transform - pos: -54.5,-13.5 + - pos: -22.5,-16.5 parent: 34 + type: Transform - uid: 10274 components: - - type: Transform - pos: -54.5,-12.5 + - pos: -54.5,-12.5 parent: 34 + type: Transform - uid: 10276 components: - - type: Transform - pos: -56.5,-0.5 + - pos: -56.5,-0.5 parent: 34 + type: Transform - uid: 10277 components: - - type: Transform - pos: -53.5,1.5 + - pos: -53.5,1.5 parent: 34 + type: Transform - uid: 10278 components: - - type: Transform - pos: -57.5,4.5 + - pos: -57.5,4.5 parent: 34 + type: Transform - uid: 10279 components: - - type: Transform - pos: -56.5,4.5 + - pos: -56.5,4.5 parent: 34 + type: Transform - uid: 10280 components: - - type: Transform - pos: -42.5,5.5 + - pos: -42.5,5.5 parent: 34 + type: Transform - uid: 10540 components: - - type: Transform - pos: 8.5,-16.5 + - pos: 8.5,-16.5 parent: 34 + type: Transform - uid: 10541 components: - - type: Transform - pos: 7.5,-15.5 + - pos: 7.5,-15.5 parent: 34 + type: Transform - uid: 10897 components: - - type: Transform - pos: 21.5,-43.5 + - pos: 21.5,-43.5 parent: 34 + type: Transform - uid: 10898 components: - - type: Transform - pos: 20.5,-43.5 + - pos: 20.5,-43.5 parent: 34 + type: Transform - uid: 11287 components: - - type: Transform - pos: 27.5,10.5 + - pos: 27.5,10.5 parent: 34 + type: Transform - uid: 11664 components: - - type: Transform - pos: -40.5,5.5 + - pos: -40.5,5.5 parent: 34 + type: Transform - uid: 11704 components: - - type: Transform - pos: -49.5,-14.5 + - pos: -49.5,-14.5 parent: 34 + type: Transform + - uid: 12991 + components: + - pos: -55.5,-17.5 + parent: 34 + type: Transform - proto: MaintenancePlantSpawner entities: - uid: 4564 components: - - type: Transform - pos: -20.5,-37.5 + - pos: -20.5,-37.5 parent: 34 + type: Transform - uid: 5352 components: - - type: Transform - pos: 35.5,-9.5 + - pos: 35.5,-9.5 parent: 34 + type: Transform - uid: 8930 components: - - type: Transform - pos: -19.5,-31.5 + - pos: -19.5,-31.5 + parent: 34 + type: Transform + - uid: 12981 + components: + - pos: -49.5,-20.5 parent: 34 + type: Transform - proto: MaintenanceToolSpawner entities: - uid: 4339 components: - - type: Transform - pos: -14.5,-29.5 + - pos: -14.5,-29.5 parent: 34 + type: Transform - uid: 4514 components: - - type: Transform - pos: 37.5,-15.5 + - pos: 37.5,-15.5 parent: 34 + type: Transform - uid: 4651 components: - - type: Transform - pos: -21.5,-31.5 + - pos: -21.5,-31.5 parent: 34 + type: Transform - uid: 6129 components: - - type: Transform - pos: 8.5,11.5 + - pos: 8.5,11.5 parent: 34 - - uid: 10275 + type: Transform + - uid: 9019 components: - - type: Transform - pos: -53.5,-13.5 + - pos: -54.5,-13.5 parent: 34 + type: Transform + - uid: 9430 + components: + - pos: -52.5,-14.5 + parent: 34 + type: Transform - uid: 11659 components: - - type: Transform - pos: -42.5,10.5 + - pos: -42.5,10.5 parent: 34 - - type: RandomSpawner - rareChance: 0.1 + type: Transform + - rareChance: 0.1 + type: RandomSpawner + - uid: 12983 + components: + - pos: -46.5,-22.5 + parent: 34 + type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 2615 components: - - type: Transform - pos: -16.5,-29.5 + - pos: -16.5,-29.5 parent: 34 + type: Transform - uid: 2974 components: - - type: Transform - pos: 14.5,-43.5 + - pos: 14.5,-43.5 parent: 34 + type: Transform - uid: 3975 components: - - type: Transform - pos: 14.5,-44.5 + - pos: 14.5,-44.5 parent: 34 + type: Transform - uid: 4173 components: - - type: Transform - pos: 35.5,-12.5 + - pos: 35.5,-12.5 parent: 34 + type: Transform - uid: 4762 components: - - type: Transform - pos: -20.5,-36.5 + - pos: -20.5,-36.5 parent: 34 + type: Transform - uid: 6135 components: - - type: Transform - pos: 1.5,11.5 + - pos: 1.5,11.5 parent: 34 + type: Transform - uid: 10271 components: - - type: Transform - pos: -22.5,-18.5 + - pos: -22.5,-18.5 parent: 34 + type: Transform - uid: 10899 components: - - type: Transform - pos: 26.5,-42.5 + - pos: 26.5,-42.5 parent: 34 + type: Transform - uid: 11288 components: - - type: Transform - pos: 26.5,10.5 + - pos: 26.5,10.5 parent: 34 + type: Transform - uid: 11289 components: - - type: Transform - pos: 25.5,12.5 + - pos: 25.5,12.5 + parent: 34 + type: Transform + - uid: 12982 + components: + - pos: -41.5,-21.5 parent: 34 + type: Transform - proto: MaterialBiomass entities: - uid: 12284 components: - - type: Transform - pos: 11.235675,-40.627632 + - pos: 11.235675,-40.627632 parent: 34 + type: Transform - proto: MaterialCloth entities: - uid: 1966 components: - - type: Transform - pos: -18.67057,-16.331293 + - pos: -18.67057,-16.331293 parent: 34 + type: Transform - proto: MaterialDiamond entities: - uid: 11134 components: - - type: Transform - pos: 24.277248,-33.257153 + - pos: 24.277248,-33.257153 parent: 34 + type: Transform - proto: MaterialDiamond1 entities: - uid: 11184 components: - - type: Transform - pos: -50.257698,12.299719 + - pos: -50.257698,12.299719 parent: 34 + type: Transform - proto: MaterialDurathread entities: - uid: 1967 components: - - type: Transform - pos: -18.35807,-16.56062 + - pos: -18.35807,-16.56062 parent: 34 + type: Transform - proto: MaterialReclaimer entities: - uid: 4433 components: - - type: Transform - pos: -39.5,10.5 + - pos: -39.5,10.5 parent: 34 + type: Transform - uid: 8092 components: - - type: Transform - pos: 6.5,-19.5 + - pos: 6.5,-19.5 parent: 34 + type: Transform - proto: MaterialWoodPlank1 entities: - uid: 7808 components: - - type: Transform - pos: -55.129627,3.9950948 + - pos: -55.129627,3.9950948 parent: 34 + type: Transform - uid: 7809 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -51.989002,7.0284524 parent: 34 + type: Transform - uid: 7810 components: - - type: Transform - pos: -50.489002,5.089605 + - pos: -50.489002,5.089605 parent: 34 + type: Transform - proto: MedicalBed entities: - uid: 1348 components: - - type: Transform - pos: 2.5,-31.5 + - pos: 2.5,-31.5 parent: 34 + type: Transform - uid: 1363 components: - - type: Transform - pos: -1.5,-37.5 + - pos: -1.5,-37.5 parent: 34 + type: Transform - uid: 1808 components: - - type: Transform - pos: 2.5,-35.5 + - pos: 2.5,-35.5 parent: 34 + type: Transform - uid: 2691 components: - - type: Transform - pos: 7.5,-34.5 + - pos: 7.5,-34.5 parent: 34 + type: Transform - uid: 3295 components: - - type: Transform - pos: 17.5,1.5 + - pos: 17.5,1.5 parent: 34 + type: Transform - uid: 6092 components: - - type: Transform - pos: 16.5,1.5 + - pos: 16.5,1.5 parent: 34 + type: Transform - proto: MedicalScanner entities: - uid: 1320 components: - - type: Transform - pos: 10.5,-28.5 + - pos: 10.5,-28.5 parent: 34 + type: Transform - uid: 12439 components: - - type: Transform - pos: 7.5,-42.5 + - pos: 7.5,-42.5 parent: 34 + type: Transform - proto: MedicalTechFab entities: - uid: 8094 components: - - type: Transform - pos: 11.5,-38.5 + - pos: 11.5,-38.5 parent: 34 + type: Transform - proto: MedkitAdvancedFilled entities: - uid: 2962 components: - - type: Transform - pos: 7.3725023,-32.292366 + - pos: 7.3725023,-32.292366 parent: 34 + type: Transform - uid: 3599 components: - - type: Transform - pos: 19.332401,-20.266586 + - pos: 19.332401,-20.266586 parent: 34 + type: Transform - proto: MedkitBruteFilled entities: - uid: 1322 components: - - type: Transform - pos: 2.6381276,-34.34066 + - pos: 2.6381276,-34.34066 parent: 34 + type: Transform - uid: 5008 components: - - type: Transform - pos: 18.284376,1.6808949 + - pos: 18.284376,1.6808949 parent: 34 + type: Transform - proto: MedkitCombatFilled entities: - uid: 5543 components: - - type: Transform - pos: 18.737501,1.3371449 + - pos: 18.737501,1.3371449 parent: 34 + type: Transform - uid: 10763 components: - - type: Transform - pos: 34.663086,-37.573326 + - pos: 34.663086,-37.573326 parent: 34 + type: Transform - proto: MedkitFilled entities: - uid: 203 components: - - type: Transform - pos: -3.3196468,6.387051 + - pos: -3.3196468,6.387051 parent: 34 + type: Transform - uid: 206 components: - - type: Transform - pos: -3.6738133,6.658072 + - pos: -3.6738133,6.658072 parent: 34 + type: Transform - uid: 231 components: - - type: Transform - pos: -49.631226,7.4378686 + - pos: -49.631226,7.4378686 parent: 34 + type: Transform - uid: 2144 components: - - type: Transform - pos: 2.3568776,-34.63774 + - pos: 2.3568776,-34.63774 parent: 34 + type: Transform - uid: 4142 components: - - type: Transform - pos: 0.33109748,-32.21473 + - pos: 0.33109748,-32.21473 parent: 34 + type: Transform - uid: 10535 components: - - type: Transform - pos: -35.349274,-10.358557 + - pos: -35.349274,-10.358557 parent: 34 + type: Transform - uid: 10764 components: - - type: Transform - pos: 34.444336,-37.33879 - parent: 34 - - uid: 11545 - components: - - type: Transform - pos: -49.613564,-22.515951 + - pos: 34.444336,-37.33879 parent: 34 + type: Transform - proto: MedkitOxygenFilled entities: - uid: 1945 components: - - type: Transform - pos: 3.6850026,-31.276035 + - pos: 3.6850026,-31.276035 parent: 34 + type: Transform - proto: MedkitRadiationFilled entities: - uid: 1364 components: - - type: Transform - pos: 7.6850023,-32.558174 + - pos: 7.6850023,-32.558174 parent: 34 + type: Transform - uid: 11080 components: - - type: Transform - pos: -35.633457,-10.615738 - parent: 34 - - uid: 11546 - components: - - type: Transform - pos: -49.332314,-22.17196 + - pos: -35.633457,-10.615738 parent: 34 + type: Transform - proto: MedkitToxinFilled entities: - uid: 2957 components: - - type: Transform - pos: 7.7162523,-35.278812 + - pos: 7.7162523,-35.278812 parent: 34 + type: Transform - proto: MicrowaveMachineCircuitboard entities: - uid: 6184 components: - - type: Transform - pos: -31.364555,-29.564827 + - pos: -31.364555,-29.564827 parent: 34 + type: Transform - proto: Mirror entities: - uid: 2215 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -48.5,-4.5 parent: 34 + type: Transform - uid: 4597 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,0.5 parent: 34 + type: Transform + - uid: 12978 + components: + - rot: 1.5707963267948966 rad + pos: 9.5,-39.5 + parent: 34 + type: Transform - proto: MonkeyCubeWrapped entities: - uid: 1807 components: - - type: Transform - pos: 11.538644,-40.647446 + - pos: 11.538644,-40.647446 parent: 34 + type: Transform - uid: 2958 components: - - type: Transform - pos: 11.679269,-40.272446 + - pos: 11.679269,-40.272446 parent: 34 + type: Transform - proto: MopBucket entities: - uid: 5567 components: - - type: Transform - pos: -16.48062,2.4929824 + - pos: -16.48062,2.4929824 parent: 34 + type: Transform - uid: 10539 components: - - type: Transform - pos: 4.6722717,-20.514727 + - pos: 4.6722717,-20.514727 parent: 34 + type: Transform - proto: MopItem entities: - uid: 7411 components: - - type: Transform - pos: -49.63304,-18.481379 + - pos: -49.63304,-18.481379 parent: 34 + type: Transform - proto: Morgue entities: - uid: 5136 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 11.5,-42.5 parent: 34 + type: Transform - uid: 8967 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,-42.5 parent: 34 + type: Transform - uid: 8969 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,-42.5 parent: 34 + type: Transform - proto: MouseTimedSpawner entities: - uid: 3777 components: - - type: Transform - pos: 0.5,11.5 + - pos: 0.5,11.5 parent: 34 + type: Transform - uid: 10686 components: - - type: Transform - pos: -19.5,-30.5 + - pos: -19.5,-30.5 parent: 34 + type: Transform - uid: 10815 components: - - type: Transform - pos: 18.5,9.5 + - pos: 18.5,9.5 parent: 34 - - type: TimedSpawner - intervalSeconds: 600 + type: Transform + - intervalSeconds: 600 chance: 0.4 + type: TimedSpawner - uid: 10816 components: - - type: Transform - pos: 1.5,-15.5 + - pos: 1.5,-15.5 parent: 34 - - type: TimedSpawner - intervalSeconds: 520 + type: Transform + - intervalSeconds: 520 chance: 0.4 + type: TimedSpawner - uid: 12196 components: - - type: Transform - pos: 32.5,-17.5 + - pos: 32.5,-17.5 parent: 34 + type: Transform - proto: Mousetrap entities: - uid: 3729 components: - - type: Transform - pos: 5.77034,-17.400778 + - pos: 5.77034,-17.400778 parent: 34 + type: Transform - uid: 3730 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.187007,-17.734343 parent: 34 + type: Transform - uid: 3732 components: - - type: Transform - pos: -14.619152,-5.5521803 + - pos: -14.619152,-5.5521803 parent: 34 + type: Transform - proto: MousetrapArmed entities: - uid: 10723 components: - - type: Transform - pos: 39.559204,-16.464417 + - pos: 39.559204,-16.464417 parent: 34 + type: Transform - proto: Multitool entities: - uid: 7423 components: - - type: Transform - pos: -28.788094,-8.180353 + - pos: -28.788094,-8.180353 parent: 34 + type: Transform - uid: 12442 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 6.7165976,-41.643085 parent: 34 + type: Transform - proto: NitrogenCanister entities: - uid: 1797 components: - - type: Transform - pos: -38.5,-29.5 + - pos: -38.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 7818 components: - - type: Transform - pos: -52.5,-33.5 + - pos: -52.5,-33.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - uid: 12979 + components: + - pos: -55.5,-16.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: NitrousOxideTankFilled entities: - uid: 8957 components: - - type: Transform - pos: 10.32414,-26.42562 + - pos: 10.32414,-26.42562 parent: 34 + type: Transform - proto: NuclearBomb entities: - uid: 5242 components: - - type: Transform - pos: 25.5,-33.5 + - pos: 25.5,-33.5 parent: 34 + type: Transform - proto: OilJarOlive entities: - uid: 1949 components: - - type: Transform - pos: -8.041328,-6.172539 + - pos: -8.041328,-6.172539 parent: 34 + type: Transform - proto: OperatingTable entities: - uid: 2948 components: - - type: Transform - pos: 9.5,-28.5 + - pos: 9.5,-28.5 parent: 34 + type: Transform - uid: 12380 components: - - type: Transform - pos: -51.5,-17.5 + - pos: -51.5,-17.5 parent: 34 + type: Transform - proto: Oracle entities: - uid: 592 components: - - type: Transform - pos: -25.5,-13.5 + - pos: -25.5,-13.5 parent: 34 + type: Transform - proto: OreBox entities: - uid: 11347 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-58.5 parent: 34 + type: Transform - proto: OreProcessor entities: - uid: 11508 components: - - type: Transform - pos: -18.5,-40.5 + - pos: -18.5,-40.5 parent: 34 + type: Transform - proto: OrganArachnidStomach entities: - uid: 12379 components: - - type: Transform - pos: -52.617416,-16.778254 + - pos: -52.617416,-16.778254 parent: 34 + type: Transform - proto: OrganHumanKidneys entities: - uid: 4517 components: - - type: Transform - pos: -52.599697,-18.21204 + - pos: -52.599697,-18.21204 parent: 34 + type: Transform - proto: OxygenCanister entities: - uid: 1798 components: - - type: Transform - pos: -37.5,-29.5 + - pos: -37.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 10358 components: - - type: Transform - pos: 29.5,8.5 + - pos: 29.5,8.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 10359 components: - - type: Transform - pos: -23.5,-4.5 + - pos: -23.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 10618 components: - - type: Transform - pos: -30.5,-42.5 + - pos: -30.5,-42.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 12324 components: - - type: Transform - pos: -52.5,-31.5 + - pos: -52.5,-31.5 + parent: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice + - uid: 12980 + components: + - pos: -50.5,-20.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: PaintingBlunt entities: - uid: 2407 components: - - type: Transform - pos: 10.5,12.5 + - pos: 10.5,12.5 parent: 34 + type: Transform - proto: PaintingSkeletonCigarette entities: - uid: 7096 components: - - type: Transform - pos: -33.5,1.5 + - pos: -33.5,1.5 parent: 34 + type: Transform - proto: PaintingTheGreatWave entities: - uid: 8029 components: - - type: Transform - pos: 33.5,-46.5 + - pos: 33.5,-46.5 parent: 34 + type: Transform - uid: 11936 components: - - type: Transform - pos: -4.5,6.5 + - pos: -4.5,6.5 parent: 34 + type: Transform - proto: Paper entities: - uid: 1328 components: - - type: Transform - pos: 9.308239,-32.511734 + - pos: 9.308239,-32.511734 parent: 34 + type: Transform - uid: 1333 components: - - type: Transform - pos: 9.308239,-32.277195 + - pos: 9.308239,-32.277195 parent: 34 + type: Transform - uid: 1338 components: - - type: Transform - pos: 9.308239,-32.386646 + - pos: 9.308239,-32.386646 parent: 34 + type: Transform - uid: 1362 components: - - type: Transform - pos: 9.308239,-32.152107 + - pos: 9.308239,-32.152107 parent: 34 + type: Transform - uid: 1906 components: - - type: Transform - pos: -9.339812,-27.507086 + - pos: -9.339812,-27.507086 parent: 34 + type: Transform - uid: 1982 components: - - type: Transform - pos: -17.327166,-19.47925 + - pos: -17.327166,-19.47925 parent: 34 + type: Transform - uid: 1985 components: - - type: Transform - pos: -17.31675,-19.47925 + - pos: -17.31675,-19.47925 parent: 34 + type: Transform - uid: 1986 components: - - type: Transform - pos: -17.31675,-19.47925 + - pos: -17.31675,-19.47925 parent: 34 + type: Transform - uid: 1987 components: - - type: Transform - pos: -17.31675,-19.47925 + - pos: -17.31675,-19.47925 parent: 34 + type: Transform - uid: 1988 components: - - type: Transform - pos: -17.31675,-19.47925 + - pos: -17.31675,-19.47925 parent: 34 + type: Transform - uid: 2028 components: - - type: Transform - pos: -32.142803,3.720985 + - pos: -32.142803,3.720985 parent: 34 + type: Transform - uid: 2254 components: - - type: Transform - pos: -51.69855,-6.4908032 + - pos: -51.69855,-6.4908032 parent: 34 + type: Transform - uid: 2255 components: - - type: Transform - pos: -51.688133,-6.3657165 + - pos: -51.688133,-6.3657165 parent: 34 + type: Transform - uid: 2643 components: - - type: Transform - pos: -28.336557,-8.620605 + - pos: -28.336557,-8.620605 parent: 34 + type: Transform - uid: 2684 components: - - type: Transform - pos: 1.8838005,-18.2281 + - pos: 1.8838005,-18.2281 parent: 34 + type: Transform - uid: 2689 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.3629673,-18.321917 parent: 34 + type: Transform - uid: 3379 components: - - type: Transform - pos: -5.6864357,4.6488633 + - pos: -5.6864357,4.6488633 parent: 34 + type: Transform - uid: 3631 components: - - type: Transform - pos: 19.32178,-3.4320881 + - pos: 19.32178,-3.4320881 parent: 34 + type: Transform - uid: 3632 components: - - type: Transform - pos: 19.44678,-3.5050554 + - pos: 19.44678,-3.5050554 parent: 34 + type: Transform - uid: 3633 components: - - type: Transform - pos: 19.60303,-3.4529357 + - pos: 19.60303,-3.4529357 parent: 34 + type: Transform - uid: 3768 components: - - type: Transform - pos: 29.520655,-10.540871 + - pos: 29.520655,-10.540871 parent: 34 + type: Transform - uid: 3769 components: - - type: Transform - pos: 29.62482,-10.488752 + - pos: 29.62482,-10.488752 parent: 34 + type: Transform - uid: 3770 components: - - type: Transform - pos: 27.53107,-6.433852 + - pos: 27.53107,-6.433852 parent: 34 + type: Transform - uid: 3771 components: - - type: Transform - pos: 27.62482,-6.5276675 + - pos: 27.62482,-6.5276675 parent: 34 + type: Transform - uid: 4464 components: - - type: Transform - pos: 32.318638,-35.18796 + - pos: 32.318638,-35.18796 parent: 34 + type: Transform - uid: 4465 components: - - type: Transform - pos: 32.318638,-35.281776 + - pos: 32.318638,-35.281776 parent: 34 + type: Transform - uid: 4466 components: - - type: Transform - pos: 32.318638,-35.37559 + - pos: 32.318638,-35.37559 parent: 34 + type: Transform - uid: 4467 components: - - type: Transform - pos: 32.334263,-35.469406 + - pos: 32.334263,-35.469406 parent: 34 + type: Transform - uid: 4598 components: - - type: Transform - pos: 41.321945,-0.09843111 + - pos: 41.321945,-0.09843111 parent: 34 + type: Transform - uid: 4775 components: - - type: Transform - pos: 41.71257,-0.0046162605 + - pos: 41.71257,-0.0046162605 parent: 34 + type: Transform - uid: 4776 components: - - type: Transform - pos: 41.58757,-0.2078824 + - pos: 41.58757,-0.2078824 parent: 34 + type: Transform - uid: 4777 components: - - type: Transform - pos: 41.759445,-0.3955121 + - pos: 41.759445,-0.3955121 parent: 34 + type: Transform - uid: 4778 components: - - type: Transform - pos: 41.40007,-0.3955121 + - pos: 41.40007,-0.3955121 parent: 34 + type: Transform - uid: 4779 components: - - type: Transform - pos: 41.321945,-0.2078824 + - pos: 41.321945,-0.2078824 parent: 34 + type: Transform - uid: 4919 components: - - type: Transform - pos: 22.311316,-12.096777 + - pos: 22.311316,-12.096777 parent: 34 + type: Transform - uid: 4920 components: - - type: Transform - pos: 22.311316,-12.206228 + - pos: 22.311316,-12.206228 parent: 34 + type: Transform - uid: 4921 components: - - type: Transform - pos: 22.311316,-12.315678 + - pos: 22.311316,-12.315678 parent: 34 + type: Transform - uid: 4922 components: - - type: Transform - pos: 22.311316,-12.425129 + - pos: 22.311316,-12.425129 parent: 34 + type: Transform - uid: 5800 components: - - type: Transform - pos: -22.62567,5.6665845 + - pos: -22.62567,5.6665845 parent: 34 + type: Transform - uid: 5801 components: - - type: Transform - pos: -22.578794,5.5414977 + - pos: -22.578794,5.5414977 parent: 34 + type: Transform - uid: 7395 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.4358838,-18.415731 parent: 34 + type: Transform - uid: 7546 components: - - type: Transform - pos: -31.765686,-29.31949 + - pos: -31.765686,-29.31949 parent: 34 + type: Transform - uid: 7547 components: - - type: Transform - pos: -31.776102,-29.402882 + - pos: -31.776102,-29.402882 parent: 34 + type: Transform - uid: 7548 components: - - type: Transform - pos: -31.765686,-29.507122 + - pos: -31.765686,-29.507122 parent: 34 + type: Transform - uid: 8025 components: - - type: Transform - pos: -32.12718,3.658441 + - pos: -32.12718,3.658441 parent: 34 + type: Transform - uid: 8026 components: - - type: Transform - pos: -32.12718,3.5646262 + - pos: -32.12718,3.5646262 parent: 34 + type: Transform - uid: 9981 components: - - type: Transform - pos: -28.445932,-8.44873 + - pos: -28.445932,-8.44873 parent: 34 + type: Transform - uid: 10824 components: - - type: Transform - pos: -5.5458107,4.6644883 + - pos: -5.5458107,4.6644883 parent: 34 + type: Transform - uid: 11338 components: - - type: Transform - pos: 30.01355,-44.74732 + - pos: 30.01355,-44.74732 parent: 34 + type: Transform - uid: 11339 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.2323,-44.872406 parent: 34 + type: Transform - uid: 11533 components: - - type: Transform - pos: -28.305307,-8.276855 + - pos: -28.305307,-8.276855 parent: 34 + type: Transform - uid: 11675 components: - - type: Transform - pos: -35.2688,-5.0857 + - pos: -35.2688,-5.0857 parent: 34 + type: Transform - uid: 11676 components: - - type: Transform - pos: -35.310463,-5.169091 + - pos: -35.310463,-5.169091 parent: 34 + type: Transform - uid: 11677 components: - - type: Transform - pos: -35.30005,-5.3150253 + - pos: -35.30005,-5.3150253 parent: 34 + type: Transform - uid: 12127 components: - - type: Transform - pos: -9.339812,-27.434118 + - pos: -9.339812,-27.434118 parent: 34 + type: Transform - uid: 12128 components: - - type: Transform - pos: -9.339812,-27.309032 + - pos: -9.339812,-27.309032 parent: 34 + type: Transform - uid: 12321 components: - - type: Transform - pos: -54.258076,-35.258347 + - pos: -54.258076,-35.258347 parent: 34 + type: Transform - uid: 12322 components: - - type: Transform - pos: -54.226826,-35.52397 + - pos: -54.226826,-35.52397 parent: 34 + type: Transform - proto: PaperDoor entities: - uid: 131 components: - - type: Transform - pos: -1.5,2.5 + - pos: -1.5,2.5 parent: 34 + type: Transform - uid: 2213 components: - - type: Transform - pos: -46.5,-8.5 + - pos: -46.5,-8.5 parent: 34 + type: Transform - uid: 5858 components: - - type: Transform - pos: -45.5,0.5 + - pos: -45.5,0.5 parent: 34 + type: Transform - uid: 5859 components: - - type: Transform - pos: -49.5,0.5 + - pos: -49.5,0.5 parent: 34 + type: Transform - uid: 10455 components: - - type: Transform - pos: -2.5,2.5 + - pos: -2.5,2.5 parent: 34 + type: Transform - uid: 12158 components: - - type: MetaData - desc: A funny way of saying "tea room." + - desc: A funny way of saying "tea room." name: chashitsu - - type: Transform - pos: -55.5,-10.5 + type: MetaData + - pos: -55.5,-10.5 parent: 34 + type: Transform - proto: PartRodMetal entities: - uid: 11034 components: - - type: Transform - pos: -58.602688,-22.4019 + - pos: -58.602688,-22.4019 parent: 34 - - type: Stack - count: 4 - - type: Item - size: 4 + type: Transform + - count: 4 + type: Stack + - size: 4 + type: Item - proto: Pen entities: - uid: 2619 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.829333,7.8510137 parent: 34 + type: Transform - proto: PianoInstrument entities: - uid: 7556 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -9.5,-17.5 parent: 34 + type: Transform - proto: PillTricordrazine entities: - uid: 6568 components: - - type: Transform - pos: 19.251152,-20.558546 + - pos: 19.251152,-20.558546 parent: 34 + type: Transform - proto: PlasmaCanister entities: - uid: 12323 components: - - type: Transform - pos: -52.5,-32.5 + - pos: -52.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: PlasmaReinforcedWindowDirectional entities: - uid: 8889 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 51.5,-22.5 parent: 34 + type: Transform - uid: 12403 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 51.5,-24.5 parent: 34 + type: Transform - proto: PlasticFlapsAirtightClear entities: - uid: 11096 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -17.5,-43.5 parent: 34 + type: Transform - uid: 11814 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-43.5 parent: 34 + type: Transform - proto: PlushieAtmosian entities: - uid: 7822 components: - - type: Transform - pos: -55.47413,-37.50877 + - pos: -55.47413,-37.50877 parent: 34 + type: Transform - uid: 12252 components: - - type: Transform - pos: -47.59705,-31.373934 + - pos: -47.59705,-31.373934 parent: 34 + type: Transform - proto: PlushieBee entities: - uid: 12117 components: - - type: Transform - pos: 48.453728,-6.551665 + - pos: 48.453728,-6.551665 parent: 34 + type: Transform - uid: 12155 components: - - type: Transform - pos: -57.521152,-9.3701515 + - pos: -57.521152,-9.3701515 parent: 34 + type: Transform - proto: PlushieLizard entities: - uid: 11626 components: - - type: Transform - pos: -40.514656,-16.672596 + - pos: -40.514656,-16.672596 parent: 34 + type: Transform - proto: PlushieMothRandom entities: - uid: 12153 components: - - type: Transform - pos: -58.489902,-8.671749 + - pos: -58.489902,-8.671749 parent: 34 + type: Transform - uid: 12154 components: - - type: Transform - pos: -58.541985,-11.340271 + - pos: -58.541985,-11.340271 parent: 34 + type: Transform - proto: PlushieRGBee entities: - uid: 11168 components: - - type: MetaData - desc: Don't knock his hustle! + - desc: Don't knock his hustle! name: Fred - - type: Transform - pos: -50.507698,12.956425 + type: MetaData + - pos: -50.507698,12.956425 parent: 34 + type: Transform - proto: PlushieRouny entities: - uid: 11189 components: - - type: Transform - pos: -54.695198,11.486654 + - pos: -54.695198,11.486654 parent: 34 + type: Transform - proto: PlushieSharkBlue entities: - uid: 2234 components: - - type: Transform - pos: -45.917328,-7.050636 + - pos: -45.917328,-7.050636 parent: 34 + type: Transform - uid: 11187 components: - - type: Transform - pos: -54.507698,12.612436 + - pos: -54.507698,12.612436 parent: 34 + type: Transform - proto: PlushieSharkPink entities: - uid: 2235 components: - - type: Transform - pos: -47.459995,-7.309145 + - pos: -47.459995,-7.309145 parent: 34 + type: Transform - uid: 11188 components: - - type: Transform - pos: -54.320198,12.362263 + - pos: -54.320198,12.362263 parent: 34 + type: Transform - proto: PlushieSlime entities: - uid: 2199 components: - - type: Transform - pos: -41.952106,-5.241523 + - pos: -41.952106,-5.241523 parent: 34 + type: Transform - uid: 11191 components: - - type: Transform - pos: -54.367073,11.533562 + - pos: -54.367073,11.533562 parent: 34 + type: Transform - uid: 11625 components: - - type: Transform - pos: -39.431324,-16.776836 + - pos: -39.431324,-16.776836 parent: 34 + type: Transform - proto: PlushieSnake entities: - uid: 2200 components: - - type: Transform - pos: -42.830803,-6.005159 + - pos: -42.830803,-6.005159 parent: 34 + type: Transform - uid: 11190 components: - - type: Transform - pos: -54.679573,11.68992 + - pos: -54.679573,11.68992 parent: 34 + type: Transform - proto: PlushieSpaceLizard entities: - uid: 11192 components: - - type: MetaData - desc: He's perusing the stock... + - desc: He's perusing the stock... name: Hubert - - type: Transform - pos: -53.398323,11.502291 + type: MetaData + - pos: -53.398323,11.502291 parent: 34 + type: Transform - uid: 11635 components: - - type: Transform - pos: -59.334618,-10.539148 + - pos: -59.334618,-10.539148 + parent: 34 + type: Transform +- proto: PlushieXeno + entities: + - uid: 11710 + components: + - pos: -57.49212,-15.477257 parent: 34 + type: Transform - proto: PortableFlasher entities: - uid: 5545 components: - - type: Transform - pos: 27.5,4.5 + - pos: 27.5,4.5 parent: 34 + type: Transform - proto: PortableGeneratorJrPacman entities: - uid: 4577 components: - - type: Transform - pos: 35.5,-18.5 + - pos: 35.5,-18.5 parent: 34 + type: Transform - proto: PortableGeneratorPacman entities: - uid: 4396 components: - - type: Transform - pos: -33.5,-33.5 + - pos: -33.5,-33.5 parent: 34 + type: Transform - uid: 4398 components: - - type: Transform - pos: -31.5,-33.5 + - pos: -31.5,-33.5 parent: 34 + type: Transform - uid: 6128 components: - - type: Transform - pos: -57.5,-4.5 + - pos: -57.5,-4.5 parent: 34 + type: Transform - proto: PortableGeneratorSuperPacman entities: - uid: 6099 components: - - type: Transform - pos: -27.5,3.5 + - pos: -27.5,3.5 parent: 34 + type: Transform - proto: PortableScrubber entities: - uid: 1165 components: - - type: Transform - pos: -37.5,-32.5 + - pos: -37.5,-32.5 parent: 34 + type: Transform - uid: 2553 components: - - type: Transform - pos: -37.5,-31.5 + - pos: -37.5,-31.5 parent: 34 + type: Transform - uid: 5546 components: - - type: Transform - pos: 10.5,-18.5 + - pos: 10.5,-18.5 parent: 34 + type: Transform - uid: 8114 components: - - type: Transform - pos: 24.5,3.5 + - pos: 24.5,3.5 parent: 34 + type: Transform - proto: PosterBroken entities: - uid: 11001 components: - - type: Transform - pos: 29.5,-38.5 + - pos: 29.5,-38.5 parent: 34 + type: Transform - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - uid: 1520 components: - - type: Transform - pos: -46.5,-32.5 + - pos: -46.5,-32.5 parent: 34 + type: Transform - proto: PosterContrabandBeachStarYamamoto entities: - uid: 3370 components: - - type: Transform - pos: -48.5,-6.5 + - pos: -48.5,-6.5 parent: 34 + type: Transform - proto: PosterContrabandDonutCorp entities: - uid: 11592 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-12.5 parent: 34 + type: Transform - proto: PosterContrabandEAT entities: - uid: 905 components: - - type: MetaData - desc: This poster promotes eating tasty burgers! - - type: Transform - pos: -13.5,-10.5 + - desc: This poster promotes eating tasty burgers! + type: MetaData + - pos: -13.5,-10.5 parent: 34 + type: Transform - proto: PosterContrabandHaveaPuff entities: - uid: 4772 components: - - type: Transform - pos: 35.5,4.5 + - pos: 35.5,4.5 parent: 34 + type: Transform - proto: PosterContrabandPunchShit entities: - uid: 11937 components: - - type: Transform - pos: -4.5,4.5 + - pos: -4.5,4.5 parent: 34 + type: Transform - proto: PosterContrabandRedRum entities: - uid: 10956 components: - - type: Transform - pos: 6.5,-11.5 + - pos: 6.5,-11.5 parent: 34 + type: Transform - proto: PosterContrabandRobustSoftdrinks entities: - uid: 2164 components: - - type: Transform - pos: -36.5,-7.5 + - pos: -36.5,-7.5 parent: 34 + type: Transform - proto: PosterLegit12Gauge entities: - uid: 12213 components: - - type: Transform - pos: 30.5,2.5 + - pos: 30.5,2.5 parent: 34 + type: Transform - proto: PosterLegitBarDrinks entities: - uid: 340 components: - - type: Transform - pos: -2.5,-7.5 + - pos: -2.5,-7.5 parent: 34 + type: Transform - uid: 4030 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-44.5 parent: 34 + type: Transform - proto: PosterLegitCarbonDioxide entities: - uid: 3298 components: - - type: Transform - pos: -39.5,-34.5 + - pos: -39.5,-34.5 parent: 34 + type: Transform - proto: PosterLegitHereForYourSafety entities: - uid: 2279 components: - - type: Transform - pos: -28.5,0.5 + - pos: -28.5,0.5 parent: 34 + type: Transform - uid: 11079 components: - - type: Transform - pos: 17.5,-11.5 + - pos: 17.5,-11.5 parent: 34 + type: Transform - proto: PosterLegitMedicate entities: - uid: 1946 components: - - type: Transform - pos: 3.5,-25.5 + - pos: 3.5,-25.5 parent: 34 + type: Transform - proto: PosterLegitNanotrasenLogo entities: - uid: 1991 components: - - type: Transform - pos: -20.5,-20.5 + - pos: -20.5,-20.5 parent: 34 + type: Transform - uid: 12846 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-36.5 parent: 34 + type: Transform - proto: PosterLegitNoERP entities: - uid: 2231 components: - - type: Transform - pos: -46.5,-5.5 + - pos: -46.5,-5.5 parent: 34 + type: Transform - proto: PosterLegitSafetyEyeProtection entities: - uid: 11584 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -23.5,-32.5 parent: 34 + type: Transform - proto: PosterLegitSafetyInternals entities: - uid: 1082 components: - - type: Transform - pos: -24.5,-40.5 + - pos: -24.5,-40.5 parent: 34 + type: Transform - proto: PosterLegitSafetyMothBoH entities: - uid: 11585 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-6.5 parent: 34 + type: Transform - proto: PosterLegitSafetyMothFires entities: - uid: 12847 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-35.5 parent: 34 + type: Transform - proto: PosterLegitShoukou entities: - uid: 11357 components: - - type: Transform - pos: 38.5,-30.5 + - pos: 38.5,-30.5 parent: 34 + type: Transform - uid: 11943 components: - - type: Transform - pos: 4.5,-46.5 + - pos: 4.5,-46.5 parent: 34 + type: Transform - uid: 12004 components: - - type: Transform - pos: 6.5,2.5 + - pos: 6.5,2.5 parent: 34 + type: Transform - uid: 12184 components: - - type: Transform - pos: 7.5,19.5 + - pos: 7.5,19.5 parent: 34 + type: Transform - proto: PosterLegitSpaceCops entities: - uid: 12215 components: - - type: Transform - pos: 21.5,-19.5 + - pos: 21.5,-19.5 parent: 34 + type: Transform - proto: PosterLegitUeNo entities: - uid: 5861 components: - - type: Transform - pos: -47.5,0.5 + - pos: -47.5,0.5 parent: 34 + type: Transform - proto: PosterMapShoukou entities: - uid: 5862 components: - - type: Transform - pos: 3.5,-46.5 + - pos: 3.5,-46.5 parent: 34 + type: Transform - uid: 11718 components: - - type: Transform - pos: 39.5,-30.5 + - pos: 39.5,-30.5 parent: 34 + type: Transform - uid: 11780 components: - - type: Transform - pos: 11.5,19.5 + - pos: 11.5,19.5 parent: 34 + type: Transform - proto: PottedPlant10 entities: - uid: 2597 components: - - type: Transform - pos: 13.5,19.5 + - pos: 13.5,19.5 parent: 34 + type: Transform - uid: 3372 components: - - type: Transform - pos: -5.5,-13.5 + - pos: -5.5,-13.5 parent: 34 + type: Transform - uid: 3374 components: - - type: Transform - pos: -11.5,-19.5 + - pos: -11.5,-19.5 parent: 34 + type: Transform - uid: 3602 components: - - type: Transform - pos: 42.5,-31.5 + - pos: 42.5,-31.5 parent: 34 + type: Transform - uid: 4458 components: - - type: Transform - pos: 36.5,-31.5 + - pos: 36.5,-31.5 parent: 34 + type: Transform - uid: 4503 components: - - type: Transform - pos: 10.471451,-47.802937 + - pos: 10.471451,-47.802937 parent: 34 + type: Transform - uid: 5527 components: - - type: Transform - pos: 35.5,-41.5 + - pos: 35.5,-41.5 parent: 34 + type: Transform - uid: 10227 components: - - type: Transform - pos: -3.5,-2.5 + - pos: -3.5,-2.5 parent: 34 + type: Transform - uid: 10228 components: - - type: Transform - pos: -5.5,-2.5 + - pos: -5.5,-2.5 parent: 34 + type: Transform - uid: 10297 components: - - type: Transform - pos: -51.5,-9.5 + - pos: -51.5,-9.5 parent: 34 + type: Transform - uid: 11046 components: - - type: Transform - pos: 18.5,-29.5 + - pos: 18.5,-29.5 parent: 34 + type: Transform - uid: 11047 components: - - type: Transform - pos: 12.5,-29.5 + - pos: 12.5,-29.5 parent: 34 + type: Transform - uid: 11621 components: - - type: Transform - pos: -11.5,5.5 + - pos: -11.5,5.5 parent: 34 + type: Transform - uid: 11831 components: - - type: Transform - pos: 5.5,19.5 + - pos: 5.5,19.5 parent: 34 + type: Transform - uid: 11883 components: - - type: Transform - pos: -4.5,13.5 + - pos: -4.5,13.5 parent: 34 + type: Transform - uid: 12002 components: - - type: Transform - pos: -3.5,1.5 + - pos: -3.5,1.5 parent: 34 + type: Transform - uid: 12003 components: - - type: Transform - pos: 5.5,1.5 + - pos: 5.5,1.5 parent: 34 + type: Transform - uid: 12892 components: - - type: Transform - pos: 42.5,-36.5 + - pos: 42.5,-36.5 parent: 34 + type: Transform - proto: PottedPlant21 entities: - uid: 10347 components: - - type: Transform - pos: 29.5,-29.5 + - pos: 29.5,-29.5 parent: 34 + type: Transform - uid: 10348 components: - - type: Transform - pos: 33.5,-29.5 + - pos: 33.5,-29.5 parent: 34 + type: Transform - proto: PottedPlant22 entities: - uid: 4245 components: - - type: Transform - pos: 14.5,-24.5 + - pos: 14.5,-24.5 parent: 34 + type: Transform - uid: 4246 components: - - type: Transform - pos: 16.5,-24.5 + - pos: 16.5,-24.5 parent: 34 + type: Transform - proto: PottedPlantBioluminscent entities: - uid: 10349 components: - - type: Transform - pos: 29.5,-27.5 + - pos: 29.5,-27.5 parent: 34 + type: Transform - uid: 10350 components: - - type: Transform - pos: 33.5,-27.5 + - pos: 33.5,-27.5 parent: 34 + type: Transform - uid: 11334 components: - - type: Transform - pos: 4.5,-42.5 + - pos: 4.5,-42.5 parent: 34 + type: Transform - proto: PottedPlantRandom entities: - uid: 790 components: - - type: Transform - pos: 5.5,-11.5 + - pos: 5.5,-11.5 parent: 34 + type: Transform - uid: 791 components: - - type: Transform - pos: -5.5,-19.5 - parent: 34 - - uid: 1907 - components: - - type: Transform - pos: -13.5,-24.5 + - pos: -5.5,-19.5 parent: 34 + type: Transform - uid: 2191 components: - - type: Transform - pos: -41.5,-3.5 + - pos: -41.5,-3.5 parent: 34 + type: Transform - uid: 2276 components: - - type: Transform - pos: -1.5,-9.5 + - pos: -1.5,-9.5 parent: 34 + type: Transform - uid: 2532 components: - - type: Transform - pos: -35.5,-14.5 + - pos: -35.5,-14.5 parent: 34 + type: Transform - uid: 2533 components: - - type: Transform - pos: -29.5,-13.5 + - pos: -29.5,-13.5 parent: 34 + type: Transform - uid: 2534 components: - - type: Transform - pos: -24.5,-13.5 + - pos: -24.5,-13.5 parent: 34 + type: Transform - uid: 2552 components: - - type: Transform - pos: -31.5,-19.5 + - pos: -31.5,-19.5 parent: 34 + type: Transform - uid: 3375 components: - - type: Transform - pos: -11.5,-13.5 + - pos: -11.5,-13.5 parent: 34 + type: Transform - uid: 3566 components: - - type: Transform - pos: 26.5,-5.5 + - pos: 26.5,-5.5 parent: 34 + type: Transform - uid: 3961 components: - - type: Transform - pos: -5.5,-48.5 + - pos: -5.5,-48.5 parent: 34 + type: Transform - uid: 4365 components: - - type: Transform - pos: 30.5,-32.5 + - pos: 30.5,-32.5 parent: 34 + type: Transform - uid: 5241 components: - - type: Transform - pos: 30.5,-37.5 + - pos: 30.5,-37.5 parent: 34 + type: Transform - uid: 8020 components: - - type: Transform - pos: 3.5,-29.5 + - pos: 3.5,-29.5 parent: 34 + type: Transform - uid: 8082 components: - - type: Transform - pos: -30.5,-23.5 + - pos: -30.5,-23.5 parent: 34 + type: Transform - uid: 8912 components: - - type: Transform - pos: 27.5,-11.5 + - pos: 27.5,-11.5 parent: 34 + type: Transform - uid: 10223 components: - - type: Transform - pos: 22.5,-29.5 + - pos: 22.5,-29.5 parent: 34 + type: Transform - uid: 10224 components: - - type: Transform - pos: 22.5,-27.5 + - pos: 22.5,-27.5 parent: 34 + type: Transform - uid: 10293 components: - - type: Transform - pos: -1.5,-22.5 + - pos: -1.5,-22.5 parent: 34 + type: Transform - uid: 10294 components: - - type: Transform - pos: 9.5,-22.5 + - pos: 9.5,-22.5 parent: 34 + type: Transform - uid: 10416 components: - - type: Transform - pos: -19.5,0.5 + - pos: -19.5,0.5 parent: 34 + type: Transform - uid: 10491 components: - - type: Transform - pos: 45.5,1.5 + - pos: 45.5,1.5 parent: 34 + type: Transform - uid: 10522 components: - - type: Transform - pos: 11.5,13.5 + - pos: 11.5,13.5 parent: 34 + type: Transform - uid: 10634 components: - - type: Transform - pos: 14.5,6.5 + - pos: 14.5,6.5 parent: 34 + type: Transform - uid: 10635 components: - - type: Transform - pos: 14.5,2.5 + - pos: 14.5,2.5 parent: 34 + type: Transform - uid: 10837 components: - - type: Transform - pos: -3.5,-38.5 + - pos: -3.5,-38.5 parent: 34 + type: Transform - uid: 10838 components: - - type: Transform - pos: -3.5,-31.5 + - pos: -3.5,-31.5 parent: 34 + type: Transform - uid: 11526 components: - - type: Transform - pos: -48.5,-27.5 + - pos: -48.5,-27.5 parent: 34 + type: Transform - uid: 11596 components: - - type: Transform - pos: -40.5,-19.5 + - pos: -40.5,-19.5 parent: 34 + type: Transform - uid: 11600 components: - - type: Transform - pos: -39.5,-15.5 + - pos: -39.5,-15.5 parent: 34 + type: Transform - uid: 11663 components: - - type: Transform - pos: -36.5,1.5 + - pos: -36.5,1.5 parent: 34 + type: Transform - uid: 11773 components: - - type: Transform - pos: 4.5,17.5 + - pos: 4.5,17.5 parent: 34 + type: Transform - uid: 11944 components: - - type: Transform - pos: -3.5,-29.5 + - pos: -3.5,-29.5 parent: 34 + type: Transform - uid: 11949 components: - - type: Transform - pos: -3.5,-40.5 + - pos: -3.5,-40.5 parent: 34 + type: Transform - uid: 12454 components: - - type: Transform - pos: -1.5,-45.5 + - pos: -1.5,-45.5 + parent: 34 + type: Transform + - uid: 12537 + components: + - pos: -14.5,-24.5 parent: 34 + type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 1767 components: - - type: Transform - pos: -42.5,-27.5 + - pos: -42.5,-27.5 parent: 34 + type: Transform - uid: 1961 components: - - type: Transform - pos: -16.5,-19.5 + - pos: -16.5,-19.5 parent: 34 + type: Transform - uid: 2060 components: - - type: Transform - pos: -41.5,-24.5 + - pos: -41.5,-24.5 parent: 34 + type: Transform - uid: 4748 components: - - type: Transform - pos: 29.5,-5.5 + - pos: 29.5,-5.5 parent: 34 + type: Transform - uid: 4853 components: - - type: Transform - pos: 47.5,1.5 + - pos: 47.5,1.5 parent: 34 + type: Transform - uid: 4952 components: - - type: Transform - pos: 49.5,1.5 + - pos: 49.5,1.5 parent: 34 + type: Transform - uid: 10296 components: - - type: Transform - pos: -51.5,-1.5 + - pos: -51.5,-1.5 parent: 34 + type: Transform - uid: 10414 components: - - type: Transform - pos: -37.5,-2.5 + - pos: -37.5,-2.5 parent: 34 + type: Transform - uid: 11553 components: - - type: Transform - pos: 10.5,5.5 + - pos: 10.5,5.5 parent: 34 + type: Transform - uid: 11892 components: - - type: Transform - pos: -37.5,-8.5 + - pos: -37.5,-8.5 parent: 34 + type: Transform - uid: 12193 components: - - type: Transform - pos: 20.5,-14.5 + - pos: 20.5,-14.5 parent: 34 + type: Transform - uid: 12194 components: - - type: Transform - pos: 19.5,-10.5 + - pos: 19.5,-10.5 parent: 34 + type: Transform - proto: PowerCellRecharger entities: - uid: 1367 components: - - type: Transform - pos: -31.5,-11.5 + - pos: -31.5,-11.5 parent: 34 + type: Transform - uid: 1375 components: - - type: Transform - pos: -42.5,10.5 + - pos: -42.5,10.5 parent: 34 + type: Transform - uid: 7402 components: - - type: Transform - pos: 5.5,-29.5 + - pos: 5.5,-29.5 parent: 34 + type: Transform - uid: 7426 components: - - type: Transform - pos: -22.5,1.5 + - pos: -22.5,1.5 parent: 34 + type: Transform - uid: 9103 components: - - type: Transform - pos: -42.5,-18.5 + - pos: -42.5,-18.5 parent: 34 + type: Transform - uid: 10427 components: - - type: Transform - pos: -22.5,-27.5 + - pos: -22.5,-27.5 parent: 34 + type: Transform - uid: 11331 components: - - type: Transform - pos: 23.5,-15.5 + - pos: 23.5,-15.5 parent: 34 + type: Transform - uid: 11337 components: - - type: Transform - pos: 28.5,-45.5 + - pos: 28.5,-45.5 parent: 34 + type: Transform - proto: Poweredlight entities: - uid: 2 components: - - type: Transform - pos: 3.5,-47.5 + - pos: 3.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-42.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,-52.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 14 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,-49.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 40 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-52.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 44 components: - - type: Transform - pos: -12.5,-3.5 + - pos: -12.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 48 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-35.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 56 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-50.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 86 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 89 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 117 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-38.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 182 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,16.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 225 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 229 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 252 components: - - type: Transform - pos: -4.5,0.5 + - pos: -4.5,0.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 364 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 460 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 591 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 641 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 666 components: - - type: Transform - pos: -0.5,-39.5 + - pos: -0.5,-39.5 parent: 34 + type: Transform - uid: 721 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 15.5,-37.5 parent: 34 + type: Transform - uid: 772 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 39.5,-36.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 847 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 920 components: - - type: Transform - pos: -9.5,-40.5 + - pos: -9.5,-40.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1010 components: - - type: Transform - pos: -0.5,-17.5 + - pos: -0.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1018 components: - - type: Transform - pos: 1.5,-17.5 + - pos: 1.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1027 components: - - type: Transform - pos: 7.5,-22.5 + - pos: 7.5,-22.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1091 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1215 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-43.5 parent: 34 + type: Transform - uid: 1335 components: - - type: Transform - pos: -2.5,-45.5 + - pos: -2.5,-45.5 parent: 34 + type: Transform - uid: 1388 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -23.5,-37.5 parent: 34 + type: Transform - uid: 1720 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-45.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1722 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-41.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1723 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -36.5,-39.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1841 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -39.5,-33.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1866 components: - - type: Transform - pos: -45.5,-29.5 + - pos: -45.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1867 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-34.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1870 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1969 components: - - type: Transform - pos: -17.5,-16.5 + - pos: -17.5,-16.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1970 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2031 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,-48.5 parent: 34 + type: Transform - uid: 2064 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-25.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2080 - components: - - type: Transform - pos: -48.5,-20.5 - parent: 34 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2132 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2133 components: - - type: Transform - pos: -14.5,-10.5 + - pos: -14.5,-10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2134 components: - - type: Transform - pos: -13.5,-24.5 + - pos: -13.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2135 components: - - type: Transform - pos: -8.5,-24.5 + - pos: -8.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2138 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2139 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-38.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2142 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2143 components: - - type: Transform - pos: -9.5,-29.5 + - pos: -9.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2153 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-11.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2154 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -5.5,-8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2157 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2159 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -21.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2160 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2162 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -36.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2163 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-2.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2165 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2166 components: - - type: Transform - pos: -44.5,-9.5 + - pos: -44.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2167 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2202 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -43.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2210 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,-5.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2211 components: - - type: Transform - pos: -50.5,-9.5 + - pos: -50.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2212 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -32.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2237 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-15.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2238 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2248 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2287 components: - - type: Transform - pos: -34.5,-3.5 + - pos: -34.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2317 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -42.5,-16.5 parent: 34 + type: Transform - uid: 2380 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -38.5,-33.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2381 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2480 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-34.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2486 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-40.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2551 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - uid: 2511 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-24.5 + - rot: 1.5707963267948966 rad + pos: -47.5,-12.5 parent: 34 + type: Transform - uid: 2640 components: - - type: Transform - pos: -48.5,-16.5 + - pos: -48.5,-16.5 parent: 34 + type: Transform - uid: 2668 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3288 components: - - type: Transform - pos: -26.5,-25.5 + - pos: -26.5,-25.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3289 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -19.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3290 components: - - type: Transform - pos: -21.5,-25.5 + - pos: -21.5,-25.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3292 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -16.5,-23.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3302 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3303 components: - - type: Transform - pos: -11.5,-7.5 + - pos: -11.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3304 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3308 components: - - type: Transform - pos: -14.5,-7.5 + - pos: -14.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3310 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3311 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3319 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3320 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-11.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3322 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -31.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3335 components: - - type: Transform - pos: -32.5,-17.5 + - pos: -32.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3336 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,-14.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3337 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -35.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4199 components: - - type: Transform - pos: 17.5,1.5 + - pos: 17.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4200 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 19.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4247 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4248 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 16.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4249 components: - - type: Transform - pos: 20.5,-22.5 + - pos: 20.5,-22.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4250 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-26.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4253 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-21.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4254 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4255 components: - - type: Transform - pos: 18.5,-12.5 + - pos: 18.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4256 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4257 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4258 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4259 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4288 components: - - type: Transform - pos: 37.5,-31.5 + - pos: 37.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4426 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -53.5,-40.5 parent: 34 + type: Transform - uid: 4460 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,-22.5 parent: 34 + type: Transform - uid: 4758 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 44.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4761 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 36.5,5.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4794 components: - - type: Transform - pos: 48.5,1.5 + - pos: 48.5,1.5 parent: 34 + type: Transform - uid: 4907 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4909 components: - - type: Transform - pos: 17.5,-16.5 + - pos: 17.5,-16.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4910 components: - - type: Transform - pos: 24.5,-19.5 + - pos: 24.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4911 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 25.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4912 components: - - type: Transform - pos: 26.5,-13.5 + - pos: 26.5,-13.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4933 components: - - type: Transform - pos: 19.5,-9.5 + - pos: 19.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4934 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 25.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4935 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 18.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4936 components: - - type: Transform - pos: 18.5,-3.5 + - pos: 18.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4937 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 24.5,-4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4938 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 30.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4939 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 28.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4940 components: - - type: Transform - pos: 28.5,-9.5 + - pos: 28.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4941 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4942 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,0.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4943 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 29.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4944 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 26.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4945 components: - - type: Transform - pos: 25.5,1.5 + - pos: 25.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4946 components: - - type: Transform - pos: 21.5,1.5 + - pos: 21.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5524 components: - - type: Transform - pos: 39.5,-38.5 + - pos: 39.5,-38.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5525 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 39.5,-41.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5526 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 36.5,-41.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5533 components: - - type: Transform - pos: 30.5,-31.5 + - pos: 30.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5534 components: - - type: Transform - pos: 40.5,-31.5 + - pos: 40.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5535 components: - - type: Transform - pos: 34.5,-31.5 + - pos: 34.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5536 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 30.5,-37.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5537 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 34.5,-37.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5572 components: - - type: Transform - pos: -17.5,4.5 + - pos: -17.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5573 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5585 components: - - type: Transform - pos: -7.5,5.5 + - pos: -7.5,5.5 parent: 34 + type: Transform - uid: 5804 components: - - type: Transform - pos: -24.5,5.5 + - pos: -24.5,5.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5806 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5807 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5930 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-44.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5990 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -13.5,-42.5 parent: 34 + type: Transform - uid: 6051 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 28.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform - uid: 6055 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 34.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6056 components: - - type: Transform - pos: 31.5,-27.5 + - pos: 31.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6057 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6058 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6061 components: - - type: Transform - pos: 14.5,-26.5 + - pos: 14.5,-26.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6062 components: - - type: Transform - pos: 16.5,-26.5 + - pos: 16.5,-26.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6078 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6079 components: - - type: Transform - pos: -27.5,-13.5 + - pos: -27.5,-13.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6082 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -24.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6088 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -31.5,-23.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6089 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -28.5,-23.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6090 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -21.5,-23.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6091 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-38.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6165 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,13.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6239 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6240 components: - - type: Transform - pos: 7.5,11.5 + - pos: 7.5,11.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6242 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,2.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6243 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,2.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6244 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6245 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6246 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6247 components: - - type: Transform - pos: 17.5,6.5 + - pos: 17.5,6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6961 components: - - type: Transform - pos: 10.5,-47.5 + - pos: 10.5,-47.5 parent: 34 + type: Transform - uid: 7082 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-4.5 parent: 34 + type: Transform - uid: 7102 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,2.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7150 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -38.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7165 components: - - type: Transform - pos: 17.5,-36.5 + - pos: 17.5,-36.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7167 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,-38.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7176 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -50.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7406 components: - - type: Transform - pos: -38.5,-35.5 + - pos: -38.5,-35.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7464 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -34.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7814 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-53.5 parent: 34 + type: Transform - uid: 7848 components: - - type: Transform - pos: 6.5,-39.5 + - pos: 6.5,-39.5 parent: 34 + type: Transform - uid: 8002 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -28.5,-25.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8121 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 47.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8122 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 41.5,8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8609 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8893 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-14.5 parent: 34 + type: Transform - uid: 8905 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-34.5 parent: 34 + type: Transform - uid: 8920 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,1.5 parent: 34 + type: Transform - uid: 9596 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-43.5 parent: 34 + type: Transform - uid: 10303 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -6.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 10419 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 10420 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 10601 components: - - type: Transform - pos: 4.5,8.5 + - pos: 4.5,8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11094 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 20.5,-34.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11259 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,19.5 parent: 34 + type: Transform - uid: 11371 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 50.5,-4.5 parent: 34 + type: Transform - uid: 11444 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -52.5,-17.5 parent: 34 + type: Transform + - uid: 11490 + components: + - pos: -42.5,-12.5 + parent: 34 + type: Transform - uid: 11501 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -50.5,-22.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11503 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -47.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11504 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11507 components: - - type: Transform - pos: -51.5,-24.5 + - pos: -51.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11509 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11510 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -37.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11582 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-37.5 parent: 34 + type: Transform - uid: 11622 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11624 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-17.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11632 components: - - type: Transform - pos: 29.5,-9.5 + - pos: 29.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11634 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,-9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11678 components: - - type: Transform - pos: 7.5,-31.5 + - pos: 7.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11691 components: - - type: Transform - pos: 2.5,-31.5 + - pos: 2.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11721 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,-34.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11722 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11723 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11724 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11725 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11726 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11727 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-26.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11728 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11730 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11732 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -1.5,-35.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11826 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11877 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,15.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11923 components: - - type: Transform - pos: -2.5,14.5 + - pos: -2.5,14.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11924 components: - - type: Transform - pos: 1.5,14.5 + - pos: 1.5,14.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11939 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11946 components: - - type: Transform - pos: 1.5,8.5 + - pos: 1.5,8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11947 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11948 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -3.5,7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12102 components: - - type: Transform - anchored: False + - anchored: False rot: 1.5707963267948966 rad - pos: -34.5,-52.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + pos: -34.351696,-50.423775 + parent: 35 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12104 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -34.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12106 components: - - type: Transform - pos: -37.5,-47.5 + - pos: -37.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12107 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -37.5,-51.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12232 components: - - type: Transform - pos: -25.5,-29.5 + - pos: -25.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12233 components: - - type: Transform - pos: -32.5,-29.5 + - pos: -32.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12245 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -22.5,-42.5 parent: 34 + type: Transform - uid: 12346 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-53.5 parent: 34 + type: Transform - uid: 12400 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -16.5,-35.5 parent: 34 + type: Transform - uid: 12406 components: - - type: Transform - pos: -15.5,-32.5 + - pos: -15.5,-32.5 parent: 34 + type: Transform - uid: 12445 components: - - type: Transform - pos: -16.5,-37.5 + - pos: -16.5,-37.5 parent: 34 + type: Transform - uid: 12449 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -11.5,-38.5 parent: 34 + type: Transform - uid: 12494 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -52.5,-36.5 parent: 34 + type: Transform - uid: 12502 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-42.5 parent: 34 + type: Transform - uid: 12503 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-37.5 parent: 34 + type: Transform - uid: 12608 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -57.5,-35.5 parent: 34 + type: Transform - uid: 12805 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,10.5 parent: 34 + type: Transform - uid: 12888 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 41.5,-4.5 parent: 34 + type: Transform - uid: 12891 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 42.5,-8.5 parent: 34 + type: Transform - uid: 12906 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-11.5 parent: 34 + type: Transform - uid: 12926 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.5,-10.5 parent: 34 + type: Transform - proto: PoweredLightColoredBlack entities: - uid: 2328 components: - - type: Transform - pos: 8.5,-7.5 + - pos: 8.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - proto: PoweredLightColoredFrostyBlue entities: - uid: 2063 components: - - type: Transform - pos: 4.5,-3.5 + - pos: 4.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6145 components: - - type: Transform - pos: 2.5,-3.5 + - pos: 2.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - proto: PoweredLightColoredRed entities: - uid: 6047 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 48.5,-25.5 parent: 34 + type: Transform - uid: 6048 components: - - type: Transform - pos: 48.5,-21.5 + - pos: 48.5,-21.5 parent: 34 + type: Transform - proto: PoweredlightExterior entities: - - uid: 1040 - components: - - type: Transform - anchored: False - pos: -53.5,-20.5 - parent: 34 - uid: 1512 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -52.5,-49.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1864 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -48.5,-49.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2612 - components: - - type: Transform - anchored: False - pos: -55.351696,-13.423773 - parent: 35 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5072 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -23.5,9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5530 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-31.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5531 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-37.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5802 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -12.5,7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6049 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-25.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6050 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 45.5,-21.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8032 components: - - type: Transform - pos: 27.5,-47.5 + - pos: 27.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8033 components: - - type: Transform - pos: 34.5,-47.5 + - pos: 34.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 10632 components: - - type: Transform - anchored: False + - anchored: False rot: -1.5707963267948966 rad - pos: -12.5,-40.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + pos: -12.351697,-38.423775 + parent: 35 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11230 components: - - type: Transform - pos: 18.5,-47.5 + - pos: 18.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11674 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -39.5,12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - proto: PoweredlightLED entities: - uid: 1513 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1576 components: - - type: Transform - pos: -47.5,-33.5 + - pos: -47.5,-33.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1856 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -48.5,-39.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1863 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -50.5,-41.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 1865 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-42.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2126 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -14.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2127 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -14.5,-14.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2128 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-21.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2129 components: - - type: Transform - pos: -6.5,-11.5 + - pos: -6.5,-11.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2130 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-15.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2131 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-22.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6052 components: - - type: Transform - pos: 26.5,-22.5 + - pos: 26.5,-22.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6053 components: - - type: Transform - pos: 35.5,-21.5 + - pos: 35.5,-21.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6054 components: - - type: Transform - pos: 30.5,-21.5 + - pos: 30.5,-21.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6059 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-32.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6060 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 12.5,-32.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - proto: PoweredLightPostSmall entities: - uid: 12689 components: - - type: Transform - pos: -39.5,-57.5 + - pos: -39.5,-57.5 parent: 34 + type: Transform - uid: 12690 components: - - type: Transform - pos: -33.5,-59.5 + - pos: -33.5,-59.5 parent: 34 + type: Transform - uid: 12784 components: - - type: Transform - pos: 14.5,-49.5 + - pos: 14.5,-49.5 parent: 34 + type: Transform - proto: PoweredSmallLight entities: - uid: 6 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-40.5 parent: 34 + type: Transform - uid: 2168 components: - - type: Transform - pos: -46.5,-6.5 + - pos: -46.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2169 components: - - type: Transform - pos: -50.5,-6.5 + - pos: -50.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2170 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 2171 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -50.5,-4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3309 components: - - type: Transform - pos: -18.5,-13.5 + - pos: -18.5,-13.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3313 components: - - type: Transform - pos: -26.5,-3.5 + - pos: -26.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3321 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -25.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 3362 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -32.5,-15.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4126 components: - - type: Transform - pos: 13.5,-40.5 + - pos: 13.5,-40.5 parent: 34 + type: Transform - uid: 4740 components: - - type: Transform - pos: 37.5,1.5 + - pos: 37.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4741 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 37.5,-0.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4890 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 35.5,-4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 4908 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 30.5,-18.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5411 components: - - type: Transform - pos: 36.5,-43.5 + - pos: 36.5,-43.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5487 components: - - type: Transform - pos: 32.5,-42.5 + - pos: 32.5,-42.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5528 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 37.5,-28.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5529 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-29.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5532 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-35.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5805 components: - - type: Transform - pos: -26.5,8.5 + - pos: -26.5,8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5922 components: - - type: Transform - pos: -50.5,2.5 + - pos: -50.5,2.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5923 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -44.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5924 components: - - type: Transform - pos: -36.5,5.5 + - pos: -36.5,5.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5953 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5954 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 8.5,-19.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6095 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -57.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6323 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -57.5,-11.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 6569 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 28.5,-43.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 7382 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 22.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8607 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8608 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 8650 components: - - type: Transform - pos: 8.5,-3.5 + - pos: 8.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 9547 components: - - type: Transform - pos: -29.5,-42.5 + - pos: -29.5,-42.5 parent: 34 + type: Transform - uid: 10114 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,-45.5 parent: 34 + type: Transform - uid: 10648 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -42.5,9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 10655 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 16.5,-10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 10789 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11036 components: - - type: Transform - pos: -30.5,-52.5 + - pos: -30.5,-52.5 parent: 34 + type: Transform - uid: 11219 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11275 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11296 components: - - type: Transform - pos: -58.5,-8.5 + - pos: -58.5,-8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 11311 components: - - type: Transform - pos: -25.5,-41.5 + - pos: -25.5,-41.5 parent: 34 + type: Transform - uid: 11719 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-45.5 parent: 34 + type: Transform - uid: 12174 components: - - type: Transform - pos: 39.5,-23.5 + - pos: 39.5,-23.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 12317 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -59.5,-34.5 parent: 34 + type: Transform - uid: 12601 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -59.5,-26.5 parent: 34 + type: Transform - uid: 12607 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -59.5,-30.5 parent: 34 + type: Transform - uid: 12917 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 48.5,-6.5 parent: 34 + type: Transform - uid: 12920 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 48.5,-9.5 parent: 34 + type: Transform - uid: 12921 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 48.5,-12.5 parent: 34 + type: Transform - uid: 12922 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 39.5,-12.5 parent: 34 + type: Transform - uid: 12923 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 39.5,-9.5 parent: 34 + type: Transform - uid: 12924 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 39.5,-6.5 parent: 34 + type: Transform - proto: PoweredSmallLightEmpty entities: - uid: 3312 components: - - type: Transform - pos: -54.5,8.5 + - pos: -54.5,8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5929 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.5,6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 5932 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -55.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - proto: PoweredSmallLightMaintenance entities: - uid: 2087 components: - - type: Transform - pos: 16.5,-44.5 + - pos: 16.5,-44.5 parent: 34 + type: Transform - proto: PoweredSmallLightMaintenanceRed entities: - - uid: 179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-14.5 - parent: 34 - uid: 2088 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 31.5,-6.5 parent: 34 + type: Transform - uid: 4904 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-15.5 parent: 34 + type: Transform - uid: 4979 components: - - type: Transform - pos: 17.5,9.5 + - pos: 17.5,9.5 parent: 34 + type: Transform - uid: 5067 components: - - type: Transform - pos: 32.5,-39.5 + - pos: 32.5,-39.5 parent: 34 + type: Transform - uid: 5931 components: - - type: Transform - pos: 18.5,-41.5 + - pos: 18.5,-41.5 parent: 34 + type: Transform - uid: 5942 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-12.5 parent: 34 + type: Transform - uid: 6152 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -53.5,-1.5 parent: 34 + type: Transform - uid: 6236 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,2.5 parent: 34 + type: Transform - uid: 7145 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-45.5 parent: 34 - - uid: 8329 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 34 - - uid: 8489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-14.5 - parent: 34 + type: Transform - uid: 8981 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -53.5,-10.5 parent: 34 + type: Transform - uid: 10627 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -41.5,3.5 parent: 34 + type: Transform - uid: 10646 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,4.5 parent: 34 + type: Transform - uid: 10647 components: - - type: Transform - pos: 25.5,-39.5 + - pos: 25.5,-39.5 parent: 34 + type: Transform - uid: 10661 components: - - type: Transform - pos: 25.5,8.5 + - pos: 25.5,8.5 parent: 34 + type: Transform - uid: 10673 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-15.5 parent: 34 + type: Transform - uid: 10687 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-16.5 parent: 34 + type: Transform - uid: 10772 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -22.5,-17.5 parent: 34 + type: Transform - uid: 11137 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -22.5,-4.5 parent: 34 + type: Transform - uid: 11138 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -23.5,-11.5 parent: 34 + type: Transform - uid: 11449 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.5,-18.5 parent: 34 + type: Transform - uid: 11450 components: - - type: Transform - pos: -16.5,-29.5 + - pos: -16.5,-29.5 parent: 34 + type: Transform - uid: 12967 components: - - type: Transform - pos: 37.5,-6.5 + - pos: 37.5,-6.5 parent: 34 + type: Transform - uid: 12968 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -21.5,-36.5 parent: 34 + type: Transform + - uid: 12989 + components: + - pos: -42.5,-21.5 + parent: 34 + type: Transform + - uid: 12990 + components: + - pos: -50.5,-12.5 + parent: 34 + type: Transform - proto: Protolathe entities: - - uid: 139 + - uid: 11301 components: - - type: Transform - pos: -48.5,-20.5 + - pos: -35.5,-17.5 parent: 34 - - uid: 11301 + type: Transform + - uid: 12493 components: - - type: Transform - pos: -35.5,-17.5 + - pos: -44.5,-12.5 parent: 34 + type: Transform - proto: Rack entities: - uid: 140 components: - - type: Transform - pos: -3.5,6.5 + - pos: -3.5,6.5 parent: 34 + type: Transform - uid: 171 components: - - type: Transform - pos: -0.5,8.5 + - pos: -0.5,8.5 parent: 34 + type: Transform - uid: 281 components: - - type: Transform - pos: -14.5,-4.5 + - pos: -14.5,-4.5 parent: 34 + type: Transform - uid: 618 components: - - type: Transform - pos: -35.5,-11.5 + - pos: -35.5,-11.5 parent: 34 + type: Transform - uid: 675 components: - - type: Transform - pos: -8.5,-38.5 + - pos: -8.5,-38.5 parent: 34 + type: Transform - uid: 822 components: - - type: Transform - pos: -12.5,-4.5 + - pos: -12.5,-4.5 parent: 34 + type: Transform - uid: 915 components: - - type: Transform - pos: -35.5,-10.5 + - pos: -35.5,-10.5 parent: 34 + type: Transform - uid: 1028 components: - - type: Transform - pos: 7.5,-9.5 + - pos: 7.5,-9.5 parent: 34 + type: Transform - uid: 1098 components: - - type: Transform - pos: -24.5,-29.5 + - pos: -24.5,-29.5 parent: 34 + type: Transform - uid: 1099 components: - - type: Transform - pos: -32.5,-27.5 + - pos: -32.5,-27.5 parent: 34 + type: Transform - uid: 1352 components: - - type: Transform - pos: 7.5,-32.5 + - pos: 7.5,-32.5 parent: 34 + type: Transform - uid: 1361 components: - - type: Transform - pos: 3.5,-31.5 + - pos: 3.5,-31.5 parent: 34 + type: Transform - uid: 1964 components: - - type: Transform - pos: -18.5,-16.5 + - pos: -18.5,-16.5 parent: 34 + type: Transform - uid: 2313 components: - - type: Transform - pos: -22.5,-25.5 + - pos: -22.5,-25.5 parent: 34 + type: Transform - uid: 2314 components: - - type: Transform - pos: -23.5,-25.5 + - pos: -23.5,-25.5 parent: 34 + type: Transform - uid: 2315 components: - - type: Transform - pos: -24.5,-25.5 + - pos: -24.5,-25.5 parent: 34 - - uid: 2395 + type: Transform + - uid: 2410 components: - - type: Transform - pos: -46.5,-22.5 + - pos: 18.5,1.5 parent: 34 - - uid: 2410 + type: Transform + - uid: 2539 components: - - type: Transform - pos: 18.5,1.5 + - pos: -45.5,-12.5 + parent: 34 + type: Transform + - uid: 2543 + components: + - pos: -47.5,-12.5 + parent: 34 + type: Transform + - uid: 2551 + components: + - pos: -46.5,-12.5 parent: 34 + type: Transform - uid: 2669 components: - - type: Transform - pos: 7.5,-35.5 + - pos: 7.5,-35.5 parent: 34 + type: Transform - uid: 2697 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-43.5 parent: 34 + type: Transform - uid: 2956 components: - - type: Transform - pos: 2.5,-34.5 + - pos: 2.5,-34.5 parent: 34 + type: Transform - uid: 3581 components: - - type: Transform - pos: 24.5,-19.5 + - pos: 24.5,-19.5 parent: 34 + type: Transform - uid: 3583 components: - - type: Transform - pos: 22.5,-19.5 + - pos: 22.5,-19.5 parent: 34 + type: Transform - uid: 3592 components: - - type: Transform - pos: 26.5,1.5 + - pos: 26.5,1.5 parent: 34 + type: Transform - uid: 3715 components: - - type: Transform - pos: 29.5,3.5 + - pos: 29.5,3.5 parent: 34 + type: Transform - uid: 3717 components: - - type: Transform - pos: 26.5,4.5 + - pos: 26.5,4.5 parent: 34 + type: Transform - uid: 3718 components: - - type: Transform - pos: 26.5,3.5 + - pos: 26.5,3.5 parent: 34 + type: Transform - uid: 3764 components: - - type: Transform - pos: -31.5,-50.5 + - pos: -31.5,-50.5 parent: 34 + type: Transform - uid: 3815 components: - - type: Transform - pos: 8.5,-18.5 + - pos: 8.5,-18.5 parent: 34 + type: Transform - uid: 4170 components: - - type: Transform - pos: 26.5,-19.5 + - pos: 26.5,-19.5 parent: 34 + type: Transform - uid: 4451 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-38.5 parent: 34 - - uid: 4457 - components: - - type: Transform - pos: -47.5,-22.5 - parent: 34 + type: Transform - uid: 4710 components: - - type: Transform - pos: 37.5,6.5 + - pos: 37.5,6.5 parent: 34 + type: Transform - uid: 4805 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-2.5 parent: 34 + type: Transform - uid: 4859 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 38.5,-4.5 parent: 34 + type: Transform - uid: 4947 components: - - type: Transform - pos: 17.5,-10.5 + - pos: 17.5,-10.5 parent: 34 + type: Transform - uid: 5143 components: - - type: Transform - pos: -19.5,-14.5 + - pos: -19.5,-14.5 parent: 34 + type: Transform - uid: 5245 components: - - type: Transform - pos: 24.5,-33.5 + - pos: 24.5,-33.5 parent: 34 + type: Transform - uid: 5246 components: - - type: Transform - pos: 26.5,-33.5 + - pos: 26.5,-33.5 parent: 34 + type: Transform - uid: 5417 components: - - type: Transform - pos: 28.5,-43.5 + - pos: 28.5,-43.5 parent: 34 + type: Transform - uid: 5555 components: - - type: Transform - pos: -14.5,4.5 + - pos: -14.5,4.5 parent: 34 + type: Transform - uid: 5556 components: - - type: Transform - pos: -15.5,4.5 + - pos: -15.5,4.5 parent: 34 + type: Transform - uid: 5875 components: - - type: Transform - pos: -56.5,3.5 + - pos: -56.5,3.5 parent: 34 + type: Transform - uid: 5961 components: - - type: Transform - pos: 8.5,-9.5 - parent: 34 - - uid: 6237 - components: - - type: Transform - pos: -45.5,-22.5 + - pos: 8.5,-9.5 parent: 34 + type: Transform - uid: 7420 components: - - type: Transform - pos: -43.5,-31.5 + - pos: -43.5,-31.5 parent: 34 + type: Transform - uid: 8000 components: - - type: Transform - pos: -37.5,-51.5 + - pos: -37.5,-51.5 parent: 34 + type: Transform - uid: 8108 components: - - type: Transform - pos: -14.5,-3.5 + - pos: -14.5,-3.5 parent: 34 + type: Transform - uid: 10906 components: - - type: Transform - pos: 37.5,-27.5 + - pos: 37.5,-27.5 parent: 34 + type: Transform - uid: 11152 components: - - type: Transform - pos: -54.5,11.5 + - pos: -54.5,11.5 parent: 34 + type: Transform - uid: 11170 components: - - type: Transform - pos: -53.5,13.5 + - pos: -53.5,13.5 parent: 34 + type: Transform - uid: 11171 components: - - type: Transform - pos: -52.5,13.5 + - pos: -52.5,13.5 parent: 34 + type: Transform - uid: 11186 components: - - type: Transform - pos: -54.5,12.5 + - pos: -54.5,12.5 parent: 34 + type: Transform - uid: 11329 components: - - type: Transform - pos: 29.5,4.5 + - pos: 29.5,4.5 parent: 34 + type: Transform - uid: 11462 components: - - type: Transform - pos: -30.5,-57.5 + - pos: -30.5,-57.5 parent: 34 + type: Transform - uid: 11511 components: - - type: Transform - pos: -28.5,-41.5 + - pos: -28.5,-41.5 parent: 34 + type: Transform - uid: 11709 components: - - type: Transform - pos: -29.5,3.5 + - pos: -29.5,3.5 parent: 34 + type: Transform - uid: 11900 components: - - type: Transform - pos: -7.5,-38.5 + - pos: -7.5,-38.5 parent: 34 + type: Transform - uid: 12145 components: - - type: Transform - pos: -56.5,-8.5 + - pos: -56.5,-8.5 parent: 34 + type: Transform - uid: 12175 components: - - type: Transform - pos: 26.5,-0.5 + - pos: 26.5,-0.5 parent: 34 + type: Transform - proto: RadioHandheld entities: - uid: 4599 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 41.50296,0.532346 parent: 34 + type: Transform - uid: 12105 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -37.60172,-51.62474 parent: 34 + type: Transform - uid: 12108 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -37.268387,-51.405838 parent: 34 + type: Transform - proto: RagItem entities: - uid: 12793 components: - - type: Transform - pos: -9.447277,9.671606 + - pos: -9.447277,9.671606 parent: 34 + type: Transform - proto: Railing entities: - uid: 471 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-17.5 parent: 34 + type: Transform - uid: 472 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-16.5 parent: 34 + type: Transform - uid: 473 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-15.5 parent: 34 + type: Transform - uid: 474 components: - - type: Transform - pos: -7.5,-18.5 + - pos: -7.5,-18.5 parent: 34 + type: Transform - uid: 475 components: - - type: Transform - pos: -8.5,-18.5 + - pos: -8.5,-18.5 parent: 34 + type: Transform - uid: 476 components: - - type: Transform - pos: -9.5,-18.5 + - pos: -9.5,-18.5 parent: 34 + type: Transform - uid: 477 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-17.5 parent: 34 + type: Transform - uid: 479 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-15.5 parent: 34 + type: Transform - uid: 480 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-14.5 parent: 34 + type: Transform - uid: 481 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-14.5 parent: 34 + type: Transform - uid: 482 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-14.5 parent: 34 + type: Transform - uid: 2302 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -29.5,-19.5 parent: 34 + type: Transform - uid: 2303 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -24.5,-19.5 parent: 34 + type: Transform - uid: 3534 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 25.5,-25.5 parent: 34 + type: Transform - uid: 3827 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-8.5 parent: 34 + type: Transform - uid: 3828 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-7.5 parent: 34 + type: Transform - uid: 3829 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-6.5 parent: 34 + type: Transform - uid: 3830 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-5.5 parent: 34 + type: Transform - uid: 3831 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-4.5 parent: 34 + type: Transform - uid: 3832 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-3.5 parent: 34 + type: Transform - uid: 3833 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-14.5 parent: 34 + type: Transform - uid: 3834 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-15.5 parent: 34 + type: Transform - uid: 3835 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-16.5 parent: 34 + type: Transform - uid: 3887 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-25.5 parent: 34 + type: Transform - uid: 4150 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 24.5,-25.5 parent: 34 + type: Transform - uid: 4244 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 26.5,-25.5 parent: 34 + type: Transform - uid: 4901 components: - - type: Transform - pos: 30.5,-21.5 + - pos: 30.5,-21.5 parent: 34 + type: Transform - uid: 4902 components: - - type: Transform - pos: 29.5,-21.5 + - pos: 29.5,-21.5 parent: 34 + type: Transform - uid: 4903 components: - - type: Transform - pos: 28.5,-21.5 + - pos: 28.5,-21.5 parent: 34 + type: Transform - uid: 6010 components: - - type: Transform - pos: 41.5,-24.5 + - pos: 41.5,-24.5 parent: 34 + type: Transform - uid: 6011 components: - - type: Transform - pos: 42.5,-24.5 + - pos: 42.5,-24.5 parent: 34 + type: Transform - uid: 6012 components: - - type: Transform - pos: 45.5,-24.5 + - pos: 45.5,-24.5 parent: 34 + type: Transform - uid: 6013 components: - - type: Transform - pos: 44.5,-24.5 + - pos: 44.5,-24.5 parent: 34 + type: Transform - uid: 6014 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 45.5,-22.5 parent: 34 + type: Transform - uid: 6015 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 44.5,-22.5 parent: 34 + type: Transform - uid: 6016 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 42.5,-22.5 parent: 34 + type: Transform - uid: 6017 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 41.5,-22.5 parent: 34 + type: Transform - uid: 6102 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 34 + type: Transform - uid: 6103 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 34 + type: Transform - uid: 6107 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 7.5,-1.5 parent: 34 + type: Transform - uid: 6122 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 8.5,-1.5 parent: 34 + type: Transform - uid: 7172 components: - - type: Transform - pos: 35.5,-21.5 + - pos: 35.5,-21.5 parent: 34 + type: Transform - uid: 7173 components: - - type: Transform - pos: 36.5,-21.5 + - pos: 36.5,-21.5 parent: 34 + type: Transform - uid: 7174 components: - - type: Transform - pos: 37.5,-21.5 + - pos: 37.5,-21.5 parent: 34 + type: Transform - uid: 12006 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 34 + type: Transform - uid: 12007 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 34 + type: Transform - uid: 12008 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 34 + type: Transform - uid: 12009 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 34 + type: Transform - uid: 12010 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 34 + type: Transform - uid: 12011 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 34 + type: Transform - uid: 12012 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 34 + type: Transform - proto: RailingCorner entities: - uid: 448 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -6.5,-14.5 parent: 34 + type: Transform - uid: 449 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-14.5 parent: 34 + type: Transform - uid: 450 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-18.5 parent: 34 + type: Transform - uid: 451 components: - - type: Transform - pos: -6.5,-18.5 + - pos: -6.5,-18.5 parent: 34 + type: Transform - uid: 837 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-9.5 parent: 34 + type: Transform - uid: 2300 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -28.5,-19.5 parent: 34 + type: Transform - uid: 2301 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -25.5,-19.5 parent: 34 + type: Transform - uid: 3473 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 33.5,-25.5 parent: 34 + type: Transform - uid: 3474 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 29.5,-25.5 parent: 34 + type: Transform - uid: 3824 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-13.5 parent: 34 + type: Transform - uid: 3826 components: - - type: Transform - pos: 11.5,-9.5 + - pos: 11.5,-9.5 parent: 34 + type: Transform - uid: 4900 components: - - type: Transform - pos: 31.5,-21.5 + - pos: 31.5,-21.5 parent: 34 + type: Transform - uid: 6205 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,-1.5 parent: 34 + type: Transform - uid: 7171 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 34.5,-21.5 parent: 34 + type: Transform - uid: 12005 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 34 + type: Transform - proto: RandomArcade entities: - uid: 5026 components: - - type: Transform - pos: 16.5,6.5 + - pos: 16.5,6.5 parent: 34 + type: Transform - uid: 5030 components: - - type: Transform - pos: 17.5,6.5 + - pos: 17.5,6.5 parent: 34 + type: Transform - uid: 5031 components: - - type: Transform - pos: 18.5,6.5 + - pos: 18.5,6.5 parent: 34 + type: Transform - uid: 5569 components: - - type: Transform - pos: -1.5,-3.5 + - pos: -1.5,-3.5 parent: 34 + type: Transform - proto: RandomArtifactSpawner entities: - uid: 957 components: - - type: Transform - pos: -25.5,-4.5 + - pos: -25.5,-4.5 parent: 34 + type: Transform - proto: RandomBoards entities: - uid: 5559 components: - - type: Transform - pos: -18.5,4.5 + - pos: -18.5,4.5 parent: 34 + type: Transform - uid: 10786 components: - - type: Transform - pos: -57.5,-6.5 + - pos: -57.5,-6.5 parent: 34 + type: Transform - uid: 11336 components: - - type: Transform - pos: 8.5,-20.5 + - pos: 8.5,-20.5 parent: 34 + type: Transform - proto: RandomDrinkBottle entities: - uid: 2541 components: - - type: Transform - pos: 39.5,-35.5 + - pos: 39.5,-35.5 parent: 34 + type: Transform - proto: RandomDrinkGlass entities: - uid: 4143 components: - - type: Transform - pos: -6.5,-41.5 + - pos: -6.5,-41.5 parent: 34 + type: Transform - uid: 10530 components: - - type: Transform - pos: -0.5,-11.5 + - pos: -0.5,-11.5 parent: 34 + type: Transform - uid: 10531 components: - - type: Transform - pos: 2.5,-12.5 + - pos: 2.5,-12.5 parent: 34 + type: Transform - uid: 11136 components: - - type: Transform - pos: -8.5,-22.5 + - pos: -8.5,-22.5 parent: 34 + type: Transform - uid: 11590 components: - - type: Transform - pos: -42.5,-19.5 + - pos: -42.5,-19.5 parent: 34 + type: Transform - proto: RandomFoodBakedSingle entities: - uid: 45 components: - - type: Transform - pos: -8.5,-10.5 + - pos: -8.5,-10.5 parent: 34 + type: Transform - proto: RandomFoodBakedWhole entities: - uid: 12526 components: - - type: Transform - pos: -45.5,-24.5 + - pos: -45.5,-24.5 parent: 34 + type: Transform - uid: 12536 components: - - type: Transform - pos: -46.5,-24.5 + - pos: -46.5,-24.5 parent: 34 + type: Transform - proto: RandomFoodMeal entities: - uid: 722 components: - - type: Transform - pos: -5.5,3.5 + - pos: -5.5,3.5 parent: 34 + type: Transform - uid: 899 components: - - type: Transform - pos: -9.5,-10.5 + - pos: -9.5,-10.5 parent: 34 + type: Transform - uid: 4039 components: - - type: Transform - pos: -9.5,-44.5 + - pos: -9.5,-44.5 parent: 34 + type: Transform - uid: 4059 components: - - type: Transform - pos: -7.5,-44.5 + - pos: -7.5,-44.5 parent: 34 + type: Transform - proto: RandomFoodSingle entities: - uid: 898 components: - - type: Transform - pos: -10.5,-10.5 + - pos: -10.5,-10.5 parent: 34 + type: Transform - uid: 901 components: - - type: Transform - pos: 8.5,-5.5 + - pos: 8.5,-5.5 parent: 34 + type: Transform - uid: 2933 components: - - type: Transform - pos: 13.5,-40.5 + - pos: 13.5,-40.5 parent: 34 + type: Transform - uid: 4057 components: - - type: Transform - pos: -10.5,-46.5 + - pos: -10.5,-46.5 parent: 34 + type: Transform - uid: 4412 components: - - type: Transform - pos: 10.5,7.5 + - pos: 10.5,7.5 parent: 34 + type: Transform - uid: 10412 components: - - type: Transform - pos: -28.5,-23.5 + - pos: -28.5,-23.5 parent: 34 + type: Transform - uid: 10528 components: - - type: Transform - pos: -0.5,-12.5 + - pos: -0.5,-12.5 parent: 34 + type: Transform - uid: 10529 components: - - type: Transform - pos: 2.5,-11.5 + - pos: 2.5,-11.5 parent: 34 + type: Transform - proto: RandomInstruments entities: - uid: 4847 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 50.5,-0.5 parent: 34 + type: Transform - uid: 4848 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 50.5,-1.5 parent: 34 + type: Transform - uid: 5962 components: - - type: Transform - pos: 7.5,-9.5 + - pos: 7.5,-9.5 parent: 34 + type: Transform - uid: 5963 components: - - type: Transform - pos: 8.5,-9.5 + - pos: 8.5,-9.5 parent: 34 + type: Transform - proto: RandomItem entities: - uid: 226 components: - - type: Transform - pos: 39.5,-13.5 + - pos: 39.5,-13.5 parent: 34 + type: Transform - uid: 4023 components: - - type: Transform - pos: 47.5,-12.5 + - pos: 47.5,-12.5 parent: 34 + type: Transform - uid: 4077 components: - - type: Transform - pos: 40.5,-10.5 + - pos: 40.5,-10.5 parent: 34 + type: Transform - uid: 4078 components: - - type: Transform - pos: 39.5,-7.5 + - pos: 39.5,-7.5 parent: 34 + type: Transform - uid: 4420 components: - - type: Transform - pos: 47.5,-10.5 + - pos: 47.5,-10.5 parent: 34 + type: Transform - uid: 4656 components: - - type: Transform - pos: 47.5,-6.5 + - pos: 47.5,-6.5 parent: 34 + type: Transform - proto: RandomPainting entities: - uid: 1290 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-43.5 parent: 34 + type: Transform - uid: 1990 components: - - type: Transform - pos: -17.5,-15.5 + - pos: -17.5,-15.5 parent: 34 + type: Transform - uid: 2196 components: - - type: Transform - pos: -44.5,-4.5 + - pos: -44.5,-4.5 parent: 34 + type: Transform - uid: 3364 components: - - type: Transform - pos: -33.5,-14.5 + - pos: -33.5,-14.5 parent: 34 + type: Transform - uid: 3596 components: - - type: Transform - pos: -12.5,-6.5 + - pos: -12.5,-6.5 parent: 34 + type: Transform - uid: 4283 components: - - type: Transform - pos: 27.5,-30.5 + - pos: 27.5,-30.5 parent: 34 + type: Transform - uid: 5860 components: - - type: Transform - pos: -47.5,2.5 + - pos: -47.5,2.5 parent: 34 + type: Transform - uid: 7400 components: - - type: Transform - pos: 8.5,-6.5 + - pos: 8.5,-6.5 parent: 34 + type: Transform - uid: 7401 components: - - type: Transform - pos: 6.5,-9.5 + - pos: 6.5,-9.5 parent: 34 + type: Transform - uid: 10397 components: - - type: Transform - pos: -47.5,-11.5 + - pos: -47.5,-11.5 parent: 34 + type: Transform - uid: 10957 components: - - type: Transform - pos: 2.5,-13.5 + - pos: 2.5,-13.5 parent: 34 + type: Transform - uid: 10968 components: - - type: Transform - pos: -24.5,-35.5 + - pos: -24.5,-35.5 parent: 34 + type: Transform - uid: 10997 components: - - type: Transform - pos: -6.5,-39.5 + - pos: -6.5,-39.5 parent: 34 + type: Transform - uid: 11008 components: - - type: Transform - pos: -30.5,-24.5 + - pos: -30.5,-24.5 parent: 34 + type: Transform - uid: 11352 components: - - type: Transform - pos: 6.5,-2.5 + - pos: 6.5,-2.5 parent: 34 + type: Transform - uid: 11354 components: - - type: Transform - pos: 29.5,-30.5 + - pos: 29.5,-30.5 parent: 34 + type: Transform - uid: 11355 components: - - type: Transform - pos: 33.5,-30.5 + - pos: 33.5,-30.5 parent: 34 + type: Transform - uid: 11617 components: - - type: Transform - pos: -41.5,-17.5 + - pos: -41.5,-17.5 parent: 34 + type: Transform - uid: 11618 components: - - type: Transform - pos: -49.5,-23.5 + - pos: -49.5,-23.5 parent: 34 + type: Transform - uid: 11699 components: - - type: Transform - pos: 3.5,-51.5 + - pos: 3.5,-51.5 parent: 34 + type: Transform - proto: RandomPosterAny entities: - uid: 2198 components: - - type: Transform - pos: -44.5,-7.5 + - pos: -44.5,-7.5 parent: 34 + type: Transform - uid: 2267 components: - - type: Transform - pos: -52.5,-6.5 + - pos: -52.5,-6.5 parent: 34 + type: Transform - uid: 2268 components: - - type: Transform - pos: -48.5,-3.5 + - pos: -48.5,-3.5 parent: 34 + type: Transform - uid: 3410 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-41.5 parent: 34 + type: Transform - uid: 4764 components: - - type: Transform - pos: 35.5,-6.5 + - pos: 35.5,-6.5 parent: 34 + type: Transform - uid: 4770 components: - - type: Transform - pos: 40.5,2.5 + - pos: 40.5,2.5 parent: 34 + type: Transform - uid: 10958 components: - - type: Transform - pos: -0.5,-13.5 + - pos: -0.5,-13.5 parent: 34 + type: Transform - uid: 10963 components: - - type: Transform - pos: -9.5,-28.5 + - pos: -9.5,-28.5 parent: 34 + type: Transform - uid: 10965 components: - - type: Transform - pos: -51.5,-41.5 + - pos: -51.5,-41.5 parent: 34 + type: Transform - uid: 10972 components: - - type: Transform - pos: -1.5,-16.5 + - pos: -1.5,-16.5 parent: 34 + type: Transform - uid: 10983 components: - - type: Transform - pos: 18.5,-8.5 + - pos: 18.5,-8.5 parent: 34 + type: Transform - uid: 10984 components: - - type: Transform - pos: 24.5,6.5 + - pos: 24.5,6.5 parent: 34 + type: Transform - uid: 10985 components: - - type: Transform - pos: 31.5,4.5 + - pos: 31.5,4.5 parent: 34 + type: Transform - uid: 11000 components: - - type: Transform - pos: 23.5,-40.5 + - pos: 23.5,-40.5 parent: 34 + type: Transform - uid: 11006 components: - - type: Transform - pos: -45.5,-28.5 + - pos: -45.5,-28.5 parent: 34 + type: Transform - uid: 11360 components: - - type: Transform - pos: 27.5,-43.5 + - pos: 27.5,-43.5 parent: 34 + type: Transform - uid: 11361 components: - - type: Transform - pos: 6.5,-43.5 + - pos: 6.5,-43.5 parent: 34 + type: Transform - uid: 11368 components: - - type: Transform - pos: -55.5,-2.5 + - pos: -55.5,-2.5 parent: 34 + type: Transform - uid: 11369 components: - - type: Transform - pos: -55.5,2.5 + - pos: -55.5,2.5 parent: 34 + type: Transform - uid: 12214 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -51.5,-11.5 parent: 34 + type: Transform - proto: RandomPosterContraband entities: - uid: 10847 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-31.5 parent: 34 + type: Transform - uid: 11364 components: - - type: Transform - pos: -24.5,-6.5 + - pos: -24.5,-6.5 parent: 34 + type: Transform - uid: 11365 components: - - type: Transform - pos: -52.5,3.5 + - pos: -52.5,3.5 parent: 34 + type: Transform - uid: 11366 components: - - type: Transform - pos: -57.5,3.5 + - pos: -57.5,3.5 parent: 34 + type: Transform - uid: 11367 components: - - type: Transform - pos: -57.5,8.5 + - pos: -57.5,8.5 parent: 34 + type: Transform - proto: RandomPosterLegit entities: - uid: 775 components: - - type: Transform - pos: -17.5,-12.5 + - pos: -17.5,-12.5 parent: 34 + type: Transform - uid: 2072 components: - - type: Transform - pos: -40.5,-14.5 + - pos: -40.5,-14.5 parent: 34 + type: Transform - uid: 2115 components: - - type: Transform - pos: -42.5,0.5 + - pos: -42.5,0.5 parent: 34 + type: Transform - uid: 2197 components: - - type: Transform - pos: -40.5,-5.5 + - pos: -40.5,-5.5 parent: 34 + type: Transform - uid: 2269 components: - - type: Transform - pos: -50.5,-8.5 + - pos: -50.5,-8.5 parent: 34 + type: Transform - uid: 2677 components: - - type: Transform - pos: 8.5,-35.5 + - pos: 8.5,-35.5 parent: 34 + type: Transform - uid: 3075 components: - - type: Transform - pos: -2.5,9.5 + - pos: -2.5,9.5 parent: 34 + type: Transform - uid: 7151 components: - - type: Transform - pos: -36.5,-12.5 + - pos: -36.5,-12.5 parent: 34 + type: Transform - uid: 8628 components: - - type: Transform - pos: -2.5,-13.5 + - pos: -2.5,-13.5 parent: 34 + type: Transform - uid: 9238 components: - - type: Transform - pos: -45.5,-23.5 + - pos: -45.5,-23.5 parent: 34 + type: Transform - uid: 10300 components: - - type: Transform - pos: -12.5,-2.5 + - pos: -12.5,-2.5 parent: 34 + type: Transform - uid: 10953 components: - - type: Transform - pos: -28.5,-2.5 + - pos: -28.5,-2.5 parent: 34 + type: Transform - uid: 10955 components: - - type: Transform - pos: -1.5,-2.5 + - pos: -1.5,-2.5 parent: 34 + type: Transform - uid: 10959 components: - - type: Transform - pos: -6.5,-8.5 + - pos: -6.5,-8.5 parent: 34 + type: Transform - uid: 10960 components: - - type: Transform - pos: -2.5,-16.5 + - pos: -2.5,-16.5 parent: 34 + type: Transform - uid: 10961 components: - - type: Transform - pos: 7.5,-21.5 + - pos: 7.5,-21.5 parent: 34 + type: Transform - uid: 10964 components: - - type: Transform - pos: -33.5,-28.5 + - pos: -33.5,-28.5 parent: 34 + type: Transform - uid: 10973 components: - - type: Transform - pos: 31.5,-20.5 + - pos: 31.5,-20.5 parent: 34 + type: Transform - uid: 10974 components: - - type: Transform - pos: 34.5,-25.5 + - pos: 34.5,-25.5 parent: 34 + type: Transform - uid: 10975 components: - - type: Transform - pos: 36.5,-20.5 + - pos: 36.5,-20.5 parent: 34 + type: Transform - uid: 10978 components: - - type: Transform - pos: 21.5,-21.5 + - pos: 21.5,-21.5 parent: 34 + type: Transform - uid: 10979 components: - - type: Transform - pos: 16.5,-21.5 + - pos: 16.5,-21.5 parent: 34 + type: Transform - uid: 10980 components: - - type: Transform - pos: 10.5,-13.5 + - pos: 10.5,-13.5 parent: 34 + type: Transform - uid: 10981 components: - - type: Transform - pos: 10.5,-6.5 + - pos: 10.5,-6.5 parent: 34 + type: Transform - uid: 10993 components: - - type: Transform - pos: 15.5,16.5 + - pos: 15.5,16.5 parent: 34 + type: Transform - uid: 10995 components: - - type: Transform - pos: -0.5,-51.5 + - pos: -0.5,-51.5 parent: 34 + type: Transform - uid: 11007 components: - - type: Transform - pos: -33.5,-25.5 + - pos: -33.5,-25.5 parent: 34 + type: Transform - uid: 11018 components: - - type: Transform - pos: 1.5,-30.5 + - pos: 1.5,-30.5 parent: 34 + type: Transform - uid: 11043 components: - - type: Transform - pos: 6.5,-25.5 + - pos: 6.5,-25.5 parent: 34 + type: Transform - uid: 11044 components: - - type: Transform - pos: 11.5,-39.5 + - pos: 11.5,-39.5 parent: 34 + type: Transform - uid: 11356 components: - - type: Transform - pos: 38.5,-28.5 + - pos: 38.5,-28.5 parent: 34 + type: Transform - uid: 11359 components: - - type: Transform - pos: 37.5,-42.5 + - pos: 37.5,-42.5 parent: 34 + type: Transform - uid: 11363 components: - - type: Transform - pos: -15.5,-15.5 + - pos: -15.5,-15.5 parent: 34 + type: Transform - uid: 11578 components: - - type: Transform - pos: -51.5,-23.5 + - pos: -51.5,-23.5 parent: 34 + type: Transform - uid: 12197 components: - - type: Transform - pos: 24.5,-8.5 + - pos: 24.5,-8.5 parent: 34 + type: Transform - uid: 12330 components: - - type: Transform - pos: 3.5,9.5 + - pos: 3.5,9.5 parent: 34 + type: Transform - uid: 12331 components: - - type: Transform - pos: 6.5,7.5 + - pos: 6.5,7.5 parent: 34 + type: Transform - proto: RandomSnacks entities: - uid: 4037 components: - - type: Transform - pos: -8.5,-48.5 + - pos: -8.5,-48.5 parent: 34 + type: Transform - uid: 11216 components: - - type: Transform - pos: 22.5,11.5 - parent: 34 - - uid: 11708 - components: - - type: Transform - pos: -45.5,-14.5 + - pos: 22.5,11.5 parent: 34 + type: Transform - proto: RandomSoap entities: - uid: 4746 components: - - type: Transform - pos: 37.5,-0.5 + - pos: 37.5,-0.5 parent: 34 + type: Transform - proto: RandomSpawner entities: - uid: 3861 components: - - type: Transform - pos: 28.5,8.5 + - pos: 28.5,8.5 parent: 34 + type: Transform - uid: 4036 components: - - type: Transform - pos: -5.5,-45.5 + - pos: -5.5,-45.5 parent: 34 + type: Transform - uid: 10237 components: - - type: Transform - pos: 2.5,-15.5 + - pos: 2.5,-15.5 parent: 34 + type: Transform - uid: 10238 components: - - type: Transform - pos: 8.5,-15.5 + - pos: 8.5,-15.5 parent: 34 + type: Transform - uid: 10239 components: - - type: Transform - pos: 6.5,-15.5 + - pos: 6.5,-15.5 parent: 34 + type: Transform - uid: 10240 components: - - type: Transform - pos: -20.5,-0.5 + - pos: -20.5,-0.5 parent: 34 + type: Transform - uid: 10241 components: - - type: Transform - pos: -26.5,-1.5 + - pos: -26.5,-1.5 parent: 34 + type: Transform - uid: 10242 components: - - type: Transform - pos: -9.5,-1.5 + - pos: -9.5,-1.5 parent: 34 + type: Transform - uid: 10243 components: - - type: Transform - pos: -23.5,-7.5 + - pos: -23.5,-7.5 parent: 34 + type: Transform - uid: 10244 components: - - type: Transform - pos: -21.5,-15.5 + - pos: -21.5,-15.5 parent: 34 + type: Transform - uid: 10245 components: - - type: Transform - pos: -22.5,-13.5 + - pos: -22.5,-13.5 parent: 34 - - uid: 10247 + type: Transform + - uid: 10250 components: - - type: Transform - pos: -44.5,-12.5 + - pos: -53.5,-6.5 parent: 34 - - uid: 10250 + type: Transform + - uid: 10289 components: - - type: Transform - pos: -53.5,-6.5 - parent: 34 - - uid: 10289 - components: - - type: Transform - pos: -46.5,5.5 + - pos: -46.5,5.5 parent: 34 + type: Transform - uid: 10290 components: - - type: Transform - pos: -47.5,4.5 + - pos: -47.5,4.5 parent: 34 + type: Transform - uid: 10292 components: - - type: Transform - pos: -44.5,-10.5 + - pos: -44.5,-10.5 parent: 34 + type: Transform - uid: 10867 components: - - type: Transform - pos: 23.5,7.5 + - pos: 23.5,7.5 parent: 34 + type: Transform - uid: 10868 components: - - type: Transform - pos: 20.5,9.5 + - pos: 20.5,9.5 parent: 34 + type: Transform - uid: 10869 components: - - type: Transform - pos: 32.5,7.5 + - pos: 32.5,7.5 parent: 34 + type: Transform - uid: 10870 components: - - type: Transform - pos: 32.5,8.5 + - pos: 32.5,8.5 parent: 34 + type: Transform - uid: 10871 components: - - type: Transform - pos: 33.5,3.5 + - pos: 33.5,3.5 parent: 34 + type: Transform - uid: 10874 components: - - type: Transform - pos: 28.5,-39.5 + - pos: 28.5,-39.5 parent: 34 + type: Transform - uid: 10875 components: - - type: Transform - pos: 27.5,-40.5 + - pos: 27.5,-40.5 parent: 34 + type: Transform - uid: 10876 components: - - type: Transform - pos: 22.5,-43.5 + - pos: 22.5,-43.5 parent: 34 + type: Transform - uid: 10877 components: - - type: Transform - pos: 19.5,-41.5 + - pos: 19.5,-41.5 parent: 34 + type: Transform - uid: 10878 components: - - type: Transform - pos: 8.5,-45.5 + - pos: 8.5,-45.5 parent: 34 + type: Transform - uid: 10879 components: - - type: Transform - pos: 9.5,-44.5 + - pos: 9.5,-44.5 parent: 34 + type: Transform - uid: 10880 components: - - type: Transform - pos: -0.5,-49.5 + - pos: -0.5,-49.5 parent: 34 + type: Transform - uid: 10881 components: - - type: Transform - pos: 4.5,-48.5 + - pos: 4.5,-48.5 parent: 34 + type: Transform - uid: 11048 components: - - type: Transform - pos: -50.5,-13.5 + - pos: -50.5,-13.5 parent: 34 + type: Transform - uid: 11102 components: - - type: Transform - pos: -54.5,-10.5 + - pos: -54.5,-10.5 parent: 34 + type: Transform - uid: 11217 components: - - type: Transform - pos: 19.5,12.5 + - pos: 19.5,12.5 parent: 34 + type: Transform - uid: 11218 components: - - type: Transform - pos: 20.5,11.5 + - pos: 20.5,11.5 parent: 34 + type: Transform - uid: 11280 components: - - type: Transform - pos: 25.5,10.5 + - pos: 25.5,10.5 parent: 34 + type: Transform - uid: 11281 components: - - type: Transform - pos: 28.5,12.5 + - pos: 28.5,12.5 parent: 34 + type: Transform - uid: 11282 components: - - type: Transform - pos: 27.5,12.5 + - pos: 27.5,12.5 parent: 34 + type: Transform - uid: 11283 components: - - type: Transform - pos: 28.5,10.5 + - pos: 28.5,10.5 parent: 34 + type: Transform - uid: 11284 components: - - type: Transform - pos: 24.5,12.5 + - pos: 24.5,12.5 parent: 34 + type: Transform - uid: 11653 components: - - type: Transform - pos: -38.5,8.5 + - pos: -38.5,8.5 parent: 34 + type: Transform - uid: 11654 components: - - type: Transform - pos: -38.5,9.5 + - pos: -38.5,9.5 parent: 34 + type: Transform - uid: 11655 components: - - type: Transform - pos: -38.5,10.5 + - pos: -38.5,10.5 parent: 34 + type: Transform - uid: 11656 components: - - type: Transform - pos: -39.5,7.5 + - pos: -39.5,7.5 parent: 34 + type: Transform - uid: 11657 components: - - type: Transform - pos: -40.5,10.5 + - pos: -40.5,10.5 parent: 34 + type: Transform - uid: 11665 components: - - type: Transform - pos: -40.5,4.5 + - pos: -40.5,4.5 parent: 34 + type: Transform - uid: 11666 components: - - type: Transform - pos: -41.5,5.5 - parent: 34 - - uid: 11695 - components: - - type: Transform - pos: -43.5,-13.5 - parent: 34 - - uid: 11707 - components: - - type: Transform - pos: -48.5,-12.5 + - pos: -41.5,5.5 parent: 34 + type: Transform - proto: RandomSpawner100 entities: - uid: 12243 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -15.5,-33.5 parent: 34 + type: Transform - proto: RandomVending entities: - uid: 3956 components: - - type: Transform - pos: -4.5,-48.5 + - pos: -4.5,-48.5 parent: 34 + type: Transform - uid: 4050 components: - - type: Transform - pos: -6.5,-48.5 + - pos: -6.5,-48.5 parent: 34 + type: Transform - uid: 6212 components: - - type: Transform - pos: 7.5,3.5 + - pos: 7.5,3.5 parent: 34 + type: Transform - uid: 8084 components: - - type: Transform - pos: -31.5,-23.5 + - pos: -31.5,-23.5 parent: 34 + type: Transform - uid: 10222 components: - - type: Transform - pos: 22.5,-28.5 + - pos: 22.5,-28.5 parent: 34 + type: Transform - uid: 10354 components: - - type: Transform - pos: 24.5,-22.5 + - pos: 24.5,-22.5 parent: 34 + type: Transform - uid: 10794 components: - - type: Transform - pos: -36.5,-25.5 + - pos: -36.5,-25.5 parent: 34 + type: Transform - proto: RandomVendingDrinks entities: - uid: 10952 components: - - type: Transform - pos: 4.5,16.5 + - pos: 4.5,16.5 parent: 34 + type: Transform - proto: RandomVendingSnacks entities: - uid: 6202 components: - - type: Transform - pos: 4.5,18.5 + - pos: 4.5,18.5 parent: 34 + type: Transform - uid: 11528 components: - - type: Transform - pos: 10.5,-10.5 + - pos: 10.5,-10.5 parent: 34 + type: Transform - proto: RCD entities: - uid: 1061 components: - - type: Transform - pos: -24.3519,-29.269886 + - pos: -24.3519,-29.269886 parent: 34 + type: Transform - proto: RCDAmmo entities: - uid: 1110 components: - - type: Transform - pos: -24.742525,-29.55133 + - pos: -24.742525,-29.55133 parent: 34 + type: Transform - uid: 2360 components: - - type: Transform - pos: -24.5394,-29.598238 + - pos: -24.5394,-29.598238 parent: 34 + type: Transform - proto: ReagentGrinderMachineCircuitboard entities: - uid: 7397 components: - - type: Transform - pos: 8.320472,-5.1379967 + - pos: 8.320472,-5.1379967 parent: 34 + type: Transform - proto: Recycler entities: - uid: 10817 components: - - type: Transform - pos: -38.5,7.5 + - pos: -38.5,7.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 11254 + type: DeviceLinkSink - proto: ReinforcedGirder entities: - uid: 165 components: - - type: Transform - pos: -62.5,-15.5 + - pos: -62.5,-15.5 parent: 34 + type: Transform - uid: 5318 components: - - type: Transform - pos: 21.5,-55.5 + - pos: 21.5,-55.5 parent: 34 + type: Transform - uid: 5347 components: - - type: Transform - pos: 36.5,-56.5 + - pos: 36.5,-56.5 parent: 34 + type: Transform - uid: 6250 components: - - type: Transform - pos: -17.5,16.5 + - pos: -17.5,16.5 parent: 34 + type: Transform - uid: 6258 components: - - type: Transform - pos: -41.5,16.5 + - pos: -41.5,16.5 parent: 34 + type: Transform - uid: 6265 components: - - type: Transform - pos: -24.5,16.5 + - pos: -24.5,16.5 parent: 34 + type: Transform - uid: 6268 components: - - type: Transform - pos: -34.5,16.5 + - pos: -34.5,16.5 parent: 34 + type: Transform - uid: 6375 components: - - type: Transform - pos: -59.5,-19.5 + - pos: -59.5,-19.5 parent: 34 + type: Transform - uid: 6391 components: - - type: Transform - pos: -62.5,-25.5 + - pos: -62.5,-25.5 parent: 34 + type: Transform - uid: 6418 components: - - type: Transform - pos: 46.5,-47.5 + - pos: 46.5,-47.5 parent: 34 + type: Transform - uid: 6426 components: - - type: Transform - pos: 42.5,-51.5 + - pos: 42.5,-51.5 parent: 34 + type: Transform - uid: 6434 components: - - type: Transform - pos: 48.5,-30.5 + - pos: 48.5,-30.5 parent: 34 + type: Transform - uid: 6438 components: - - type: Transform - pos: 49.5,-34.5 + - pos: 49.5,-34.5 parent: 34 + type: Transform - uid: 6442 components: - - type: Transform - pos: 49.5,-37.5 + - pos: 49.5,-37.5 parent: 34 + type: Transform - uid: 6445 components: - - type: Transform - pos: 49.5,-40.5 + - pos: 49.5,-40.5 parent: 34 + type: Transform - uid: 6448 components: - - type: Transform - pos: 48.5,-44.5 + - pos: 48.5,-44.5 parent: 34 + type: Transform - uid: 6452 components: - - type: Transform - pos: 57.5,-23.5 + - pos: 57.5,-23.5 parent: 34 + type: Transform - uid: 6460 components: - - type: Transform - pos: 55.5,-27.5 + - pos: 55.5,-27.5 parent: 34 + type: Transform - uid: 6466 components: - - type: Transform - pos: 55.5,-19.5 + - pos: 55.5,-19.5 parent: 34 + type: Transform - uid: 6472 components: - - type: Transform - pos: 54.5,-9.5 + - pos: 54.5,-9.5 parent: 34 + type: Transform - uid: 6480 components: - - type: Transform - pos: 54.5,3.5 + - pos: 54.5,3.5 parent: 34 + type: Transform - uid: 6485 components: - - type: Transform - pos: -27.5,16.5 + - pos: -27.5,16.5 parent: 34 + type: Transform - uid: 6489 components: - - type: Transform - pos: 51.5,7.5 + - pos: 51.5,7.5 parent: 34 + type: Transform - uid: 6494 components: - - type: Transform - pos: 54.5,-5.5 + - pos: 54.5,-5.5 parent: 34 + type: Transform - uid: 6503 components: - - type: Transform - pos: 47.5,11.5 + - pos: 47.5,11.5 parent: 34 + type: Transform - uid: 6507 components: - - type: Transform - pos: 42.5,12.5 + - pos: 42.5,12.5 parent: 34 + type: Transform - uid: 6513 components: - - type: Transform - pos: 37.5,11.5 + - pos: 37.5,11.5 parent: 34 + type: Transform - uid: 6535 components: - - type: Transform - pos: 30.5,17.5 + - pos: 30.5,17.5 parent: 34 + type: Transform - uid: 6536 components: - - type: Transform - pos: 20.5,17.5 + - pos: 20.5,17.5 parent: 34 + type: Transform - uid: 7234 components: - - type: Transform - pos: -61.5,-21.5 + - pos: -61.5,-21.5 parent: 34 + type: Transform - uid: 7991 components: - - type: Transform - pos: 54.5,-0.5 + - pos: 54.5,-0.5 parent: 34 + type: Transform - uid: 11837 components: - - type: Transform - pos: 51.5,-13.5 + - pos: 51.5,-13.5 parent: 34 + type: Transform - uid: 11915 components: - - type: Transform - pos: -10.5,16.5 + - pos: -10.5,16.5 parent: 34 + type: Transform - uid: 12103 components: - - type: Transform - pos: -47.5,-55.5 + - pos: -47.5,-55.5 parent: 34 + type: Transform - uid: 12167 components: - - type: Transform - pos: -60.5,-20.5 + - pos: -60.5,-20.5 parent: 34 + type: Transform - uid: 12621 components: - - type: Transform - pos: -62.5,-45.5 + - pos: -62.5,-45.5 parent: 34 + type: Transform - uid: 12622 components: - - type: Transform - pos: -63.5,-42.5 + - pos: -63.5,-42.5 parent: 34 + type: Transform - uid: 12623 components: - - type: Transform - pos: -62.5,-43.5 + - pos: -62.5,-43.5 parent: 34 + type: Transform - uid: 12634 components: - - type: Transform - pos: -62.5,-5.5 + - pos: -62.5,-5.5 parent: 34 + type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 74 components: - - type: Transform - pos: 27.5,-34.5 + - pos: 27.5,-34.5 parent: 34 + type: Transform - uid: 1464 components: - - type: Transform - pos: -48.5,-47.5 + - pos: -48.5,-47.5 parent: 34 + type: Transform - uid: 1467 components: - - type: Transform - pos: -49.5,-48.5 + - pos: -49.5,-48.5 parent: 34 + type: Transform - uid: 1468 components: - - type: Transform - pos: -50.5,-48.5 + - pos: -50.5,-48.5 parent: 34 + type: Transform - uid: 1469 components: - - type: Transform - pos: -49.5,-46.5 + - pos: -49.5,-46.5 parent: 34 + type: Transform - uid: 1470 components: - - type: Transform - pos: -50.5,-46.5 + - pos: -50.5,-46.5 parent: 34 + type: Transform - uid: 1486 components: - - type: Transform - pos: -48.5,-48.5 + - pos: -48.5,-48.5 parent: 34 + type: Transform - uid: 1487 components: - - type: Transform - pos: -48.5,-46.5 + - pos: -48.5,-46.5 parent: 34 + type: Transform - uid: 1588 components: - - type: Transform - pos: -39.5,-39.5 + - pos: -39.5,-39.5 parent: 34 + type: Transform - uid: 1589 components: - - type: Transform - pos: -39.5,-41.5 + - pos: -39.5,-41.5 parent: 34 + type: Transform - uid: 1590 components: - - type: Transform - pos: -39.5,-43.5 + - pos: -39.5,-43.5 parent: 34 + type: Transform - uid: 1591 components: - - type: Transform - pos: -39.5,-45.5 + - pos: -39.5,-45.5 parent: 34 + type: Transform - uid: 1593 components: - - type: Transform - pos: -49.5,-38.5 - parent: 34 - - uid: 2568 - components: - - type: Transform - pos: -57.5,-23.5 - parent: 34 - - uid: 2595 - components: - - type: Transform - pos: -56.5,-23.5 - parent: 34 - - uid: 2596 - components: - - type: Transform - pos: -55.5,-23.5 - parent: 34 - - uid: 2610 - components: - - type: Transform - pos: -53.5,-23.5 - parent: 34 - - uid: 2623 - components: - - type: Transform - pos: -54.5,-23.5 + - pos: -49.5,-38.5 parent: 34 + type: Transform - uid: 3691 components: - - type: Transform - pos: 29.5,2.5 + - pos: 29.5,2.5 parent: 34 + type: Transform - uid: 3692 components: - - type: Transform - pos: 28.5,2.5 + - pos: 28.5,2.5 parent: 34 + type: Transform - uid: 3693 components: - - type: Transform - pos: 26.5,2.5 + - pos: 26.5,2.5 parent: 34 + type: Transform - uid: 4004 components: - - type: Transform - pos: 25.5,-32.5 + - pos: 25.5,-32.5 parent: 34 + type: Transform - uid: 4380 components: - - type: Transform - pos: 25.5,-36.5 + - pos: 25.5,-36.5 parent: 34 + type: Transform - uid: 7819 components: - - type: Transform - pos: -58.5,-36.5 + - pos: -58.5,-36.5 parent: 34 + type: Transform - uid: 11443 components: - - type: Transform - pos: -57.5,-36.5 - parent: 34 - - uid: 11447 - components: - - type: Transform - pos: -52.5,-23.5 + - pos: -57.5,-36.5 parent: 34 + type: Transform - uid: 12573 components: - - type: Transform - pos: -55.5,-36.5 + - pos: -55.5,-36.5 parent: 34 + type: Transform - uid: 12574 components: - - type: Transform - pos: -56.5,-36.5 + - pos: -56.5,-36.5 parent: 34 + type: Transform - uid: 12612 components: - - type: Transform - pos: -59.5,-36.5 + - pos: -59.5,-36.5 parent: 34 + type: Transform - proto: ReinforcedWindow entities: - uid: 51 components: - - type: Transform - pos: -16.5,5.5 + - pos: -16.5,5.5 parent: 34 + type: Transform - uid: 87 components: - - type: Transform - pos: -15.5,5.5 + - pos: -15.5,5.5 parent: 34 + type: Transform - uid: 264 components: - - type: Transform - pos: -9.5,1.5 + - pos: -9.5,1.5 parent: 34 + type: Transform - uid: 339 components: - - type: Transform - pos: -0.5,-2.5 + - pos: -0.5,-2.5 parent: 34 + type: Transform - uid: 496 components: - - type: Transform - pos: -27.5,-8.5 + - pos: -27.5,-8.5 parent: 34 + type: Transform - uid: 497 components: - - type: Transform - pos: -27.5,-7.5 + - pos: -27.5,-7.5 parent: 34 + type: Transform - uid: 514 components: - - type: Transform - pos: -28.5,-5.5 + - pos: -28.5,-5.5 parent: 34 + type: Transform - uid: 515 components: - - type: Transform - pos: -28.5,-4.5 + - pos: -28.5,-4.5 parent: 34 + type: Transform - uid: 516 components: - - type: Transform - pos: -28.5,-3.5 + - pos: -28.5,-3.5 parent: 34 + type: Transform - uid: 572 components: - - type: Transform - pos: -32.5,-20.5 + - pos: -32.5,-20.5 parent: 34 + type: Transform - uid: 614 components: - - type: Transform - pos: -33.5,-20.5 + - pos: -33.5,-20.5 parent: 34 + type: Transform - uid: 615 components: - - type: Transform - pos: -35.5,-20.5 + - pos: -35.5,-20.5 parent: 34 + type: Transform - uid: 657 components: - - type: Transform - pos: -19.5,-20.5 + - pos: -19.5,-20.5 parent: 34 + type: Transform - uid: 659 components: - - type: Transform - pos: -15.5,-25.5 + - pos: -15.5,-25.5 parent: 34 + type: Transform - uid: 668 components: - - type: Transform - pos: -15.5,-24.5 + - pos: -15.5,-24.5 parent: 34 + type: Transform - uid: 670 components: - - type: Transform - pos: -15.5,-27.5 + - pos: -15.5,-27.5 parent: 34 + type: Transform - uid: 747 components: - - type: Transform - pos: 0.5,-2.5 + - pos: 0.5,-2.5 parent: 34 + type: Transform - uid: 805 components: - - type: Transform - pos: -11.5,1.5 + - pos: -11.5,1.5 parent: 34 + type: Transform - uid: 820 components: - - type: Transform - pos: -6.5,-4.5 + - pos: -6.5,-4.5 parent: 34 + type: Transform - uid: 851 components: - - type: Transform - pos: -6.5,-5.5 + - pos: -6.5,-5.5 parent: 34 + type: Transform - uid: 852 components: - - type: Transform - pos: -6.5,-6.5 + - pos: -6.5,-6.5 parent: 34 + type: Transform - uid: 853 components: - - type: Transform - pos: -8.5,-2.5 + - pos: -8.5,-2.5 parent: 34 + type: Transform - uid: 854 components: - - type: Transform - pos: -9.5,-2.5 + - pos: -9.5,-2.5 parent: 34 + type: Transform - uid: 855 components: - - type: Transform - pos: -10.5,-2.5 + - pos: -10.5,-2.5 parent: 34 + type: Transform - uid: 856 components: - - type: Transform - pos: -7.5,-2.5 + - pos: -7.5,-2.5 parent: 34 + type: Transform - uid: 860 components: - - type: Transform - pos: -17.5,-2.5 + - pos: -17.5,-2.5 parent: 34 + type: Transform - uid: 862 components: - - type: Transform - pos: -20.5,-2.5 + - pos: -20.5,-2.5 parent: 34 + type: Transform - uid: 916 components: - - type: Transform - pos: -25.5,-9.5 + - pos: -25.5,-9.5 parent: 34 + type: Transform - uid: 1042 components: - - type: Transform - pos: -20.5,-25.5 + - pos: -20.5,-25.5 parent: 34 + type: Transform - uid: 1084 components: - - type: Transform - pos: -23.5,-24.5 + - pos: -23.5,-24.5 parent: 34 + type: Transform - uid: 1104 components: - - type: Transform - pos: -22.5,-24.5 + - pos: -22.5,-24.5 parent: 34 + type: Transform - uid: 1112 components: - - type: Transform - pos: -25.5,-35.5 + - pos: -25.5,-35.5 parent: 34 + type: Transform - uid: 1113 components: - - type: Transform - pos: -26.5,-35.5 + - pos: -26.5,-35.5 parent: 34 + type: Transform - uid: 1334 components: - - type: Transform - pos: 9.5,-30.5 + - pos: 9.5,-30.5 parent: 34 + type: Transform - uid: 1336 components: - - type: Transform - pos: 10.5,-30.5 + - pos: 10.5,-30.5 parent: 34 + type: Transform - uid: 1380 components: - - type: Transform - pos: 5.5,-25.5 + - pos: 5.5,-25.5 parent: 34 + type: Transform - uid: 1455 components: - - type: Transform - pos: -43.5,-32.5 + - pos: -43.5,-32.5 parent: 34 + type: Transform - uid: 1462 components: - - type: Transform - pos: -49.5,-44.5 + - pos: -49.5,-44.5 parent: 34 + type: Transform - uid: 1480 components: - - type: Transform - pos: -46.5,-49.5 + - pos: -46.5,-49.5 parent: 34 + type: Transform - uid: 1485 components: - - type: Transform - pos: -51.5,-43.5 + - pos: -51.5,-43.5 parent: 34 + type: Transform - uid: 1490 components: - - type: Transform - pos: -46.5,-45.5 + - pos: -46.5,-45.5 parent: 34 + type: Transform - uid: 1491 components: - - type: Transform - pos: -46.5,-46.5 + - pos: -46.5,-46.5 parent: 34 + type: Transform - uid: 1492 components: - - type: Transform - pos: -46.5,-47.5 + - pos: -46.5,-47.5 parent: 34 + type: Transform - uid: 1493 components: - - type: Transform - pos: -46.5,-48.5 + - pos: -46.5,-48.5 parent: 34 + type: Transform - uid: 1532 components: - - type: Transform - pos: -50.5,-44.5 + - pos: -50.5,-44.5 parent: 34 + type: Transform - uid: 1533 components: - - type: Transform - pos: -48.5,-44.5 + - pos: -48.5,-44.5 parent: 34 + type: Transform - uid: 1534 components: - - type: Transform - pos: -47.5,-44.5 + - pos: -47.5,-44.5 parent: 34 + type: Transform - uid: 1641 components: - - type: Transform - pos: -41.5,-50.5 + - pos: -41.5,-50.5 parent: 34 + type: Transform - uid: 1642 components: - - type: Transform - pos: -42.5,-50.5 + - pos: -42.5,-50.5 parent: 34 + type: Transform - uid: 1643 components: - - type: Transform - pos: -43.5,-50.5 + - pos: -43.5,-50.5 parent: 34 + type: Transform - uid: 1644 components: - - type: Transform - pos: -44.5,-50.5 + - pos: -44.5,-50.5 parent: 34 + type: Transform - uid: 1773 components: - - type: Transform - pos: -42.5,-32.5 + - pos: -42.5,-32.5 parent: 34 + type: Transform - uid: 1775 components: - - type: Transform - pos: -44.5,-32.5 + - pos: -44.5,-32.5 parent: 34 + type: Transform - uid: 1793 components: - - type: Transform - pos: 16.5,-12.5 + - pos: 16.5,-12.5 parent: 34 + type: Transform - uid: 1882 components: - - type: Transform - pos: -27.5,-31.5 + - pos: -27.5,-31.5 parent: 34 + type: Transform - uid: 1896 components: - - type: Transform - pos: -6.5,-24.5 + - pos: -6.5,-24.5 parent: 34 + type: Transform - uid: 1897 components: - - type: Transform - pos: -6.5,-26.5 + - pos: -6.5,-26.5 parent: 34 + type: Transform - uid: 1898 components: - - type: Transform - pos: -6.5,-27.5 + - pos: -6.5,-27.5 parent: 34 + type: Transform - uid: 1934 components: - - type: Transform - pos: -6.5,-34.5 + - pos: -6.5,-34.5 parent: 34 + type: Transform - uid: 1936 components: - - type: Transform - pos: -6.5,-32.5 + - pos: -6.5,-32.5 parent: 34 + type: Transform - uid: 1937 components: - - type: Transform - pos: -6.5,-33.5 + - pos: -6.5,-33.5 parent: 34 + type: Transform - uid: 1938 components: - - type: Transform - pos: -6.5,-35.5 + - pos: -6.5,-35.5 parent: 34 + type: Transform - uid: 1939 components: - - type: Transform - pos: -6.5,-36.5 + - pos: -6.5,-36.5 parent: 34 + type: Transform - uid: 1940 components: - - type: Transform - pos: -24.5,-32.5 + - pos: -24.5,-32.5 parent: 34 + type: Transform - uid: 1950 components: - - type: Transform - pos: -17.5,-20.5 + - pos: -17.5,-20.5 parent: 34 + type: Transform - uid: 1951 components: - - type: Transform - pos: -16.5,-20.5 + - pos: -16.5,-20.5 parent: 34 + type: Transform - uid: 2004 components: - - type: Transform - pos: -29.5,4.5 + - pos: -29.5,4.5 parent: 34 + type: Transform - uid: 2005 components: - - type: Transform - pos: -30.5,4.5 + - pos: -30.5,4.5 parent: 34 + type: Transform - uid: 2006 components: - - type: Transform - pos: -31.5,4.5 + - pos: -31.5,4.5 parent: 34 + type: Transform - uid: 2007 components: - - type: Transform - pos: -32.5,4.5 + - pos: -32.5,4.5 parent: 34 + type: Transform - uid: 2078 components: - - type: Transform - pos: -35.5,-24.5 + - pos: -35.5,-24.5 parent: 34 + type: Transform - uid: 2288 components: - - type: Transform - pos: -34.5,-24.5 + - pos: -34.5,-24.5 parent: 34 + type: Transform - uid: 2306 components: - - type: Transform - pos: -20.5,-27.5 + - pos: -20.5,-27.5 parent: 34 + type: Transform - uid: 2316 components: - - type: Transform - pos: -24.5,-24.5 + - pos: -24.5,-24.5 parent: 34 + type: Transform - uid: 2479 components: - - type: Transform - pos: -27.5,-30.5 + - pos: -27.5,-30.5 parent: 34 + type: Transform - uid: 2491 components: - - type: Transform - pos: 33.5,-4.5 + - pos: 33.5,-4.5 parent: 34 + type: Transform - uid: 2502 components: - - type: Transform - pos: 46.5,-10.5 - parent: 34 - - uid: 2546 - components: - - type: Transform - pos: -51.5,-20.5 - parent: 34 - - uid: 2562 - components: - - type: Transform - pos: -51.5,-21.5 + - pos: 46.5,-10.5 parent: 34 + type: Transform - uid: 3189 components: - - type: Transform - pos: 46.5,-13.5 + - pos: 46.5,-13.5 parent: 34 + type: Transform - uid: 3209 components: - - type: Transform - pos: -30.5,-49.5 + - pos: -30.5,-49.5 parent: 34 + type: Transform - uid: 3215 components: - - type: Transform - pos: -30.5,-48.5 + - pos: -30.5,-48.5 parent: 34 + type: Transform - uid: 3223 components: - - type: Transform - pos: 15.5,-35.5 + - pos: 15.5,-35.5 parent: 34 + type: Transform - uid: 3264 components: - - type: Transform - pos: -35.5,-50.5 + - pos: -35.5,-50.5 parent: 34 + type: Transform - uid: 3268 components: - - type: Transform - pos: -35.5,-48.5 + - pos: -35.5,-48.5 parent: 34 + type: Transform - uid: 3286 components: - - type: Transform - pos: 43.5,-31.5 + - pos: 43.5,-31.5 parent: 34 + type: Transform - uid: 3287 components: - - type: Transform - pos: -26.5,-32.5 + - pos: -26.5,-32.5 parent: 34 + type: Transform - uid: 3332 components: - - type: Transform - pos: -36.5,-16.5 + - pos: -36.5,-16.5 parent: 34 + type: Transform - uid: 3333 components: - - type: Transform - pos: -36.5,-17.5 + - pos: -36.5,-17.5 parent: 34 + type: Transform - uid: 3334 components: - - type: Transform - pos: -36.5,-18.5 + - pos: -36.5,-18.5 parent: 34 + type: Transform - uid: 3343 components: - - type: Transform - pos: 21.5,-14.5 + - pos: 21.5,-14.5 parent: 34 + type: Transform - uid: 3347 components: - - type: Transform - pos: -29.5,-2.5 + - pos: -29.5,-2.5 parent: 34 + type: Transform - uid: 3348 components: - - type: Transform - pos: -30.5,-2.5 + - pos: -30.5,-2.5 parent: 34 + type: Transform - uid: 3478 components: - - type: Transform - pos: 21.5,-12.5 + - pos: 21.5,-12.5 parent: 34 + type: Transform - uid: 3504 components: - - type: Transform - pos: 21.5,-7.5 + - pos: 21.5,-7.5 parent: 34 + type: Transform - uid: 3506 components: - - type: Transform - pos: 18.5,-10.5 + - pos: 18.5,-10.5 parent: 34 + type: Transform - uid: 3513 components: - - type: Transform - pos: 21.5,-6.5 + - pos: 21.5,-6.5 parent: 34 + type: Transform - uid: 3518 components: - - type: Transform - pos: 15.5,-4.5 + - pos: 15.5,-4.5 parent: 34 + type: Transform - uid: 3519 components: - - type: Transform - pos: 21.5,-4.5 + - pos: 21.5,-4.5 parent: 34 + type: Transform - uid: 3521 components: - - type: Transform - pos: 21.5,-5.5 + - pos: 21.5,-5.5 parent: 34 + type: Transform - uid: 3525 components: - - type: Transform - pos: 15.5,-6.5 + - pos: 15.5,-6.5 parent: 34 + type: Transform - uid: 3526 components: - - type: Transform - pos: 15.5,-5.5 + - pos: 15.5,-5.5 parent: 34 + type: Transform - uid: 3604 components: - - type: Transform - pos: 29.5,-12.5 + - pos: 29.5,-12.5 parent: 34 + type: Transform - uid: 3605 components: - - type: Transform - pos: 27.5,-12.5 + - pos: 27.5,-12.5 parent: 34 + type: Transform - uid: 3607 components: - - type: Transform - pos: 26.5,-10.5 + - pos: 26.5,-10.5 parent: 34 + type: Transform - uid: 3608 components: - - type: Transform - pos: 26.5,-9.5 + - pos: 26.5,-9.5 parent: 34 + type: Transform - uid: 3645 components: - - type: Transform - pos: 26.5,-1.5 + - pos: 26.5,-1.5 parent: 34 + type: Transform - uid: 3646 components: - - type: Transform - pos: 28.5,-1.5 + - pos: 28.5,-1.5 parent: 34 + type: Transform - uid: 3652 components: - - type: Transform - pos: 25.5,-1.5 + - pos: 25.5,-1.5 parent: 34 + type: Transform - uid: 3673 components: - - type: Transform - pos: 29.5,-1.5 + - pos: 29.5,-1.5 parent: 34 + type: Transform - uid: 3675 components: - - type: Transform - pos: 10.5,-49.5 + - pos: 10.5,-49.5 parent: 34 + type: Transform - uid: 3686 components: - - type: Transform - pos: 11.5,-49.5 + - pos: 11.5,-49.5 parent: 34 + type: Transform - uid: 3695 components: - - type: Transform - pos: 24.5,1.5 + - pos: 24.5,1.5 parent: 34 + type: Transform - uid: 3779 components: - - type: Transform - pos: -36.5,-37.5 + - pos: -36.5,-37.5 parent: 34 + type: Transform - uid: 3781 components: - - type: Transform - pos: -36.5,-35.5 + - pos: -36.5,-35.5 parent: 34 + type: Transform - uid: 3867 components: - - type: Transform - pos: 19.5,-28.5 + - pos: 19.5,-28.5 parent: 34 + type: Transform - uid: 3946 components: - - type: Transform - pos: -11.5,-46.5 + - pos: -11.5,-46.5 parent: 34 + type: Transform - uid: 3953 components: - - type: Transform - pos: -11.5,-45.5 + - pos: -11.5,-45.5 parent: 34 + type: Transform - uid: 3954 components: - - type: Transform - pos: -11.5,-48.5 + - pos: -11.5,-48.5 parent: 34 + type: Transform - uid: 3992 components: - - type: Transform - pos: 43.5,-32.5 + - pos: 43.5,-32.5 parent: 34 + type: Transform - uid: 4058 components: - - type: Transform - pos: -9.5,-49.5 + - pos: -9.5,-49.5 parent: 34 + type: Transform - uid: 4060 components: - - type: Transform - pos: -7.5,-49.5 + - pos: -7.5,-49.5 parent: 34 + type: Transform - uid: 4062 components: - - type: Transform - pos: -8.5,-49.5 + - pos: -8.5,-49.5 parent: 34 + type: Transform - uid: 4090 components: - - type: Transform - pos: 2.5,-53.5 + - pos: 2.5,-53.5 parent: 34 + type: Transform - uid: 4091 components: - - type: Transform - pos: 1.5,-53.5 + - pos: 1.5,-53.5 parent: 34 + type: Transform - uid: 4092 components: - - type: Transform - pos: 0.5,-53.5 + - pos: 0.5,-53.5 parent: 34 + type: Transform - uid: 4101 components: - - type: Transform - pos: 6.5,-51.5 + - pos: 6.5,-51.5 parent: 34 + type: Transform - uid: 4102 components: - - type: Transform - pos: 4.5,-51.5 + - pos: 4.5,-51.5 parent: 34 + type: Transform - uid: 4103 components: - - type: Transform - pos: -1.5,-51.5 + - pos: -1.5,-51.5 parent: 34 + type: Transform - uid: 4104 components: - - type: Transform - pos: -3.5,-51.5 + - pos: -3.5,-51.5 parent: 34 + type: Transform - uid: 4123 components: - - type: Transform - pos: -11.5,-47.5 + - pos: -11.5,-47.5 parent: 34 + type: Transform - uid: 4168 components: - - type: Transform - pos: 30.5,-12.5 + - pos: 30.5,-12.5 parent: 34 + type: Transform - uid: 4267 components: - - type: Transform - pos: 25.5,-30.5 + - pos: 25.5,-30.5 parent: 34 + type: Transform - uid: 4268 components: - - type: Transform - pos: 26.5,-30.5 + - pos: 26.5,-30.5 parent: 34 + type: Transform - uid: 4316 components: - - type: Transform - pos: 29.5,-33.5 + - pos: 29.5,-33.5 parent: 34 + type: Transform - uid: 4317 components: - - type: Transform - pos: 29.5,-34.5 + - pos: 29.5,-34.5 parent: 34 + type: Transform - uid: 4318 components: - - type: Transform - pos: 29.5,-35.5 + - pos: 29.5,-35.5 parent: 34 + type: Transform - uid: 4352 components: - - type: Transform - pos: 35.5,-33.5 + - pos: 35.5,-33.5 parent: 34 + type: Transform - uid: 4353 components: - - type: Transform - pos: 35.5,-34.5 + - pos: 35.5,-34.5 parent: 34 + type: Transform - uid: 4354 components: - - type: Transform - pos: 35.5,-35.5 + - pos: 35.5,-35.5 parent: 34 + type: Transform - uid: 4376 components: - - type: Transform - pos: 32.5,-30.5 + - pos: 32.5,-30.5 parent: 34 + type: Transform - uid: 4402 components: - - type: Transform - pos: 19.5,-38.5 + - pos: 19.5,-38.5 parent: 34 + type: Transform - uid: 4403 components: - - type: Transform - pos: 19.5,-37.5 + - pos: 19.5,-37.5 parent: 34 + type: Transform - uid: 4502 components: - - type: Transform - pos: 37.5,-2.5 + - pos: 37.5,-2.5 parent: 34 + type: Transform - uid: 4530 components: - - type: Transform - pos: -6.5,-54.5 + - pos: -6.5,-54.5 parent: 34 + type: Transform - uid: 4541 components: - - type: Transform - pos: 46.5,-2.5 + - pos: 46.5,-2.5 parent: 34 + type: Transform - uid: 4575 components: - - type: Transform - pos: 8.5,-51.5 + - pos: 8.5,-51.5 parent: 34 + type: Transform - uid: 4644 components: - - type: Transform - pos: 51.5,-0.5 + - pos: 51.5,-0.5 parent: 34 + type: Transform - uid: 4646 components: - - type: Transform - pos: 51.5,0.5 + - pos: 51.5,0.5 parent: 34 + type: Transform - uid: 4664 components: - - type: Transform - pos: 45.5,-5.5 + - pos: 45.5,-5.5 parent: 34 + type: Transform - uid: 4665 components: - - type: Transform - pos: 42.5,-5.5 + - pos: 42.5,-5.5 parent: 34 + type: Transform - uid: 4670 components: - - type: Transform - pos: -6.5,-53.5 + - pos: -6.5,-53.5 parent: 34 + type: Transform - uid: 4688 components: - - type: Transform - pos: 51.5,-3.5 + - pos: 51.5,-3.5 parent: 34 + type: Transform - uid: 4689 components: - - type: Transform - pos: 51.5,-1.5 + - pos: 51.5,-1.5 parent: 34 + type: Transform - uid: 4691 components: - - type: Transform - pos: 43.5,2.5 + - pos: 43.5,2.5 parent: 34 + type: Transform - uid: 4692 components: - - type: Transform - pos: 41.5,2.5 + - pos: 41.5,2.5 parent: 34 + type: Transform - uid: 4733 components: - - type: Transform - pos: 44.5,7.5 + - pos: 44.5,7.5 parent: 34 + type: Transform - uid: 4734 components: - - type: Transform - pos: 43.5,7.5 + - pos: 43.5,7.5 parent: 34 + type: Transform - uid: 4735 components: - - type: Transform - pos: 46.5,5.5 + - pos: 46.5,5.5 parent: 34 + type: Transform - uid: 4736 components: - - type: Transform - pos: 46.5,4.5 + - pos: 46.5,4.5 parent: 34 + type: Transform - uid: 4737 components: - - type: Transform - pos: 39.5,7.5 + - pos: 39.5,7.5 parent: 34 + type: Transform - uid: 4738 components: - - type: Transform - pos: 38.5,7.5 + - pos: 38.5,7.5 parent: 34 + type: Transform - uid: 4739 components: - - type: Transform - pos: 37.5,7.5 + - pos: 37.5,7.5 parent: 34 + type: Transform - uid: 4766 components: - - type: Transform - pos: 41.5,-12.5 + - pos: 41.5,-12.5 parent: 34 + type: Transform - uid: 4870 components: - - type: Transform - pos: 41.5,-9.5 + - pos: 41.5,-9.5 parent: 34 + type: Transform - uid: 4874 components: - - type: Transform - pos: -14.5,-38.5 + - pos: -14.5,-38.5 parent: 34 + type: Transform - uid: 5264 components: - - type: Transform - pos: -2.5,-55.5 + - pos: -2.5,-55.5 parent: 34 + type: Transform - uid: 5265 components: - - type: Transform - pos: 5.5,-55.5 + - pos: 5.5,-55.5 parent: 34 + type: Transform - uid: 5276 components: - - type: Transform - pos: 21.5,-44.5 + - pos: 21.5,-44.5 parent: 34 + type: Transform - uid: 5277 components: - - type: Transform - pos: 20.5,-44.5 + - pos: 20.5,-44.5 parent: 34 + type: Transform - uid: 5279 components: - - type: Transform - pos: 22.5,-44.5 + - pos: 22.5,-44.5 parent: 34 + type: Transform - uid: 5404 components: - - type: Transform - pos: 27.5,-44.5 + - pos: 27.5,-44.5 parent: 34 + type: Transform - uid: 5405 components: - - type: Transform - pos: 27.5,-45.5 + - pos: 27.5,-45.5 parent: 34 + type: Transform - uid: 5406 components: - - type: Transform - pos: 28.5,-46.5 + - pos: 28.5,-46.5 parent: 34 + type: Transform - uid: 5407 components: - - type: Transform - pos: 29.5,-46.5 + - pos: 29.5,-46.5 parent: 34 + type: Transform - uid: 5408 components: - - type: Transform - pos: 30.5,-46.5 + - pos: 30.5,-46.5 parent: 34 + type: Transform - uid: 5410 components: - - type: Transform - pos: 34.5,-44.5 + - pos: 34.5,-44.5 parent: 34 + type: Transform - uid: 5485 components: - - type: Transform - pos: 35.5,-46.5 + - pos: 35.5,-46.5 parent: 34 + type: Transform - uid: 5488 components: - - type: Transform - pos: 32.5,-46.5 + - pos: 32.5,-46.5 parent: 34 + type: Transform - uid: 5496 components: - - type: Transform - pos: 30.5,-42.5 + - pos: 30.5,-42.5 parent: 34 + type: Transform - uid: 5498 components: - - type: Transform - pos: 37.5,-37.5 + - pos: 37.5,-37.5 parent: 34 + type: Transform - uid: 5503 components: - - type: Transform - pos: 41.5,-39.5 + - pos: 41.5,-39.5 parent: 34 + type: Transform - uid: 5504 components: - - type: Transform - pos: 41.5,-40.5 + - pos: 41.5,-40.5 parent: 34 + type: Transform - uid: 5505 components: - - type: Transform - pos: 41.5,-38.5 + - pos: 41.5,-38.5 parent: 34 + type: Transform - uid: 5506 components: - - type: Transform - pos: 41.5,-41.5 + - pos: 41.5,-41.5 parent: 34 + type: Transform - uid: 5595 components: - - type: Transform - pos: -20.5,1.5 + - pos: -20.5,1.5 parent: 34 + type: Transform - uid: 5600 components: - - type: Transform - pos: -26.5,1.5 + - pos: -26.5,1.5 parent: 34 + type: Transform - uid: 5612 components: - - type: Transform - pos: -24.5,7.5 + - pos: -24.5,7.5 parent: 34 + type: Transform - uid: 5613 components: - - type: Transform - pos: -27.5,7.5 + - pos: -27.5,7.5 parent: 34 + type: Transform - uid: 5614 components: - - type: Transform - pos: -26.5,6.5 + - pos: -26.5,6.5 parent: 34 + type: Transform - uid: 5734 components: - - type: Transform - pos: -20.5,6.5 + - pos: -20.5,6.5 parent: 34 + type: Transform - uid: 5735 components: - - type: Transform - pos: -21.5,6.5 + - pos: -21.5,6.5 parent: 34 + type: Transform - uid: 5736 components: - - type: Transform - pos: -22.5,6.5 + - pos: -22.5,6.5 parent: 34 + type: Transform - uid: 5737 components: - - type: Transform - pos: -23.5,6.5 + - pos: -23.5,6.5 parent: 34 + type: Transform - uid: 5824 components: - - type: Transform - pos: 31.5,-46.5 + - pos: 31.5,-46.5 parent: 34 + type: Transform - uid: 5918 components: - - type: Transform - pos: -34.5,0.5 + - pos: -34.5,0.5 parent: 34 + type: Transform - uid: 5919 components: - - type: Transform - pos: -35.5,0.5 + - pos: -35.5,0.5 parent: 34 + type: Transform - uid: 5927 components: - - type: Transform - pos: -44.5,6.5 + - pos: -44.5,6.5 parent: 34 + type: Transform - uid: 5928 components: - - type: Transform - pos: -57.5,0.5 + - pos: -57.5,0.5 parent: 34 + type: Transform - uid: 5946 components: - - type: Transform - pos: -57.5,-0.5 + - pos: -57.5,-0.5 parent: 34 + type: Transform - uid: 6206 components: - - type: Transform - pos: 15.5,15.5 + - pos: 15.5,15.5 parent: 34 + type: Transform - uid: 6207 components: - - type: Transform - pos: 15.5,14.5 + - pos: 15.5,14.5 parent: 34 + type: Transform - uid: 6230 components: - - type: Transform - pos: -49.5,-24.5 + - pos: -49.5,-24.5 parent: 34 + type: Transform - uid: 6231 components: - - type: Transform - pos: -49.5,-27.5 + - pos: -49.5,-27.5 + parent: 34 + type: Transform + - uid: 6237 + components: + - pos: -56.5,-14.5 parent: 34 + type: Transform - uid: 6341 components: - - type: Transform - pos: 15.5,0.5 + - pos: 15.5,0.5 parent: 34 + type: Transform - uid: 6342 components: - - type: Transform - pos: 15.5,-1.5 + - pos: 15.5,-1.5 parent: 34 + type: Transform - uid: 6343 components: - - type: Transform - pos: 15.5,1.5 + - pos: 15.5,1.5 parent: 34 + type: Transform - uid: 6383 components: - - type: Transform - pos: -32.5,-51.5 + - pos: -32.5,-51.5 parent: 34 + type: Transform - uid: 6384 components: - - type: Transform - pos: -34.5,-51.5 + - pos: -34.5,-51.5 parent: 34 + type: Transform - uid: 6395 components: - - type: Transform - pos: 14.5,-35.5 + - pos: 14.5,-35.5 parent: 34 + type: Transform - uid: 6403 components: - - type: Transform - pos: 5.5,20.5 + - pos: 5.5,20.5 parent: 34 + type: Transform - uid: 6698 components: - - type: Transform - pos: 43.5,-33.5 + - pos: 43.5,-33.5 parent: 34 + type: Transform - uid: 7162 components: - - type: Transform - pos: 19.5,-29.5 + - pos: 19.5,-29.5 parent: 34 + type: Transform - uid: 7163 components: - - type: Transform - pos: 19.5,-30.5 + - pos: 19.5,-30.5 parent: 34 + type: Transform - uid: 7164 components: - - type: Transform - pos: 19.5,-31.5 + - pos: 19.5,-31.5 parent: 34 + type: Transform - uid: 7166 components: - - type: Transform - pos: 23.5,-31.5 + - pos: 23.5,-31.5 parent: 34 + type: Transform - uid: 7168 components: - - type: Transform - pos: 23.5,-37.5 + - pos: 23.5,-37.5 parent: 34 + type: Transform - uid: 7169 components: - - type: Transform - pos: 29.5,-26.5 + - pos: 29.5,-26.5 parent: 34 + type: Transform - uid: 7170 components: - - type: Transform - pos: 33.5,-26.5 + - pos: 33.5,-26.5 parent: 34 + type: Transform - uid: 7380 components: - - type: Transform - pos: 32.5,9.5 + - pos: 32.5,9.5 parent: 34 + type: Transform - uid: 7381 components: - - type: Transform - pos: 31.5,9.5 + - pos: 31.5,9.5 + parent: 34 + type: Transform + - uid: 7492 + components: + - pos: -56.5,-22.5 parent: 34 + type: Transform + - uid: 7496 + components: + - pos: -56.5,-16.5 + parent: 34 + type: Transform + - uid: 7499 + components: + - pos: -56.5,-17.5 + parent: 34 + type: Transform + - uid: 7500 + components: + - pos: -56.5,-21.5 + parent: 34 + type: Transform + - uid: 7760 + components: + - pos: -56.5,-20.5 + parent: 34 + type: Transform + - uid: 7768 + components: + - pos: -56.5,-15.5 + parent: 34 + type: Transform - uid: 8471 components: - - type: Transform - pos: 31.5,-4.5 + - pos: 31.5,-4.5 + parent: 34 + type: Transform + - uid: 8489 + components: + - pos: -56.5,-19.5 parent: 34 + type: Transform - uid: 8837 components: - - type: Transform - pos: 43.5,-14.5 + - pos: 43.5,-14.5 parent: 34 + type: Transform - uid: 8907 components: - - type: Transform - pos: -5.5,-55.5 + - pos: -5.5,-55.5 parent: 34 + type: Transform - uid: 8932 components: - - type: Transform - pos: 9.5,-54.5 + - pos: 9.5,-54.5 parent: 34 + type: Transform - uid: 9105 components: - - type: Transform - pos: 9.5,-52.5 + - pos: 9.5,-52.5 parent: 34 + type: Transform - uid: 9138 components: - - type: Transform - pos: 9.5,-53.5 + - pos: 9.5,-53.5 parent: 34 + type: Transform - uid: 9463 components: - - type: Transform - pos: 46.5,-0.5 + - pos: 46.5,-0.5 parent: 34 + type: Transform - uid: 10015 components: - - type: Transform - pos: 37.5,-4.5 + - pos: 37.5,-4.5 parent: 34 + type: Transform - uid: 10252 components: - - type: Transform - pos: -58.5,-4.5 + - pos: -58.5,-4.5 parent: 34 + type: Transform - uid: 10253 components: - - type: Transform - pos: -58.5,-5.5 + - pos: -58.5,-5.5 parent: 34 + type: Transform - uid: 10457 components: - - type: Transform - pos: -4.5,15.5 + - pos: -4.5,15.5 parent: 34 + type: Transform - uid: 10490 components: - - type: Transform - pos: 46.5,-1.5 + - pos: 46.5,-1.5 parent: 34 + type: Transform - uid: 10628 components: - - type: Transform - pos: -45.5,6.5 + - pos: -45.5,6.5 parent: 34 + type: Transform - uid: 10629 components: - - type: Transform - pos: -46.5,6.5 + - pos: -46.5,6.5 parent: 34 + type: Transform - uid: 10746 components: - - type: Transform - pos: 16.5,-35.5 + - pos: 16.5,-35.5 parent: 34 + type: Transform - uid: 10884 components: - - type: Transform - pos: 13.5,20.5 + - pos: 13.5,20.5 parent: 34 + type: Transform - uid: 10967 components: - - type: Transform - pos: -60.5,-10.5 + - pos: -60.5,-10.5 parent: 34 + type: Transform - uid: 10976 components: - - type: Transform - pos: 38.5,-21.5 + - pos: 38.5,-21.5 parent: 34 + type: Transform - uid: 10977 components: - - type: Transform - pos: 38.5,-25.5 + - pos: 38.5,-25.5 parent: 34 + type: Transform - uid: 11037 components: - - type: Transform - pos: 43.5,-36.5 + - pos: 43.5,-36.5 parent: 34 + type: Transform - uid: 11039 components: - - type: Transform - pos: -6.5,-52.5 + - pos: -6.5,-52.5 parent: 34 + type: Transform - uid: 11072 components: - - type: Transform - pos: 43.5,-35.5 + - pos: 43.5,-35.5 parent: 34 + type: Transform - uid: 11207 components: - - type: Transform - pos: 21.5,13.5 + - pos: 21.5,13.5 parent: 34 + type: Transform - uid: 11208 components: - - type: Transform - pos: 20.5,13.5 + - pos: 20.5,13.5 parent: 34 + type: Transform - uid: 11264 components: - - type: Transform - pos: 27.5,13.5 + - pos: 27.5,13.5 parent: 34 + type: Transform - uid: 11265 components: - - type: Transform - pos: 26.5,13.5 + - pos: 26.5,13.5 parent: 34 + type: Transform - uid: 11266 components: - - type: Transform - pos: 25.5,13.5 + - pos: 25.5,13.5 parent: 34 + type: Transform - uid: 11295 components: - - type: Transform - pos: -60.5,-9.5 + - pos: -60.5,-9.5 parent: 34 + type: Transform - uid: 11308 components: - - type: Transform - pos: 1.5,-32.5 + - pos: 1.5,-32.5 parent: 34 + type: Transform - uid: 11314 components: - - type: Transform - pos: 43.5,-34.5 + - pos: 43.5,-34.5 parent: 34 + type: Transform - uid: 11671 components: - - type: Transform - pos: -40.5,11.5 + - pos: -40.5,11.5 parent: 34 + type: Transform - uid: 11672 components: - - type: Transform - pos: -41.5,11.5 + - pos: -41.5,11.5 parent: 34 + type: Transform - uid: 11684 components: - - type: Transform - pos: 51.5,-2.5 + - pos: 51.5,-2.5 parent: 34 + type: Transform - uid: 11765 components: - - type: Transform - pos: 9.5,19.5 + - pos: 9.5,19.5 parent: 34 + type: Transform - uid: 11775 components: - - type: Transform - pos: 3.5,16.5 + - pos: 3.5,16.5 parent: 34 + type: Transform - uid: 11790 components: - - type: Transform - pos: -0.5,15.5 + - pos: -0.5,15.5 parent: 34 + type: Transform - uid: 11797 components: - - type: Transform - pos: 3.5,18.5 + - pos: 3.5,18.5 parent: 34 + type: Transform - uid: 11800 components: - - type: Transform - pos: 3.5,17.5 + - pos: 3.5,17.5 parent: 34 + type: Transform - uid: 11801 components: - - type: Transform - pos: 10.5,19.5 + - pos: 10.5,19.5 parent: 34 + type: Transform - uid: 11803 components: - - type: Transform - pos: 15.5,18.5 + - pos: 15.5,18.5 parent: 34 + type: Transform - uid: 11832 components: - - type: Transform - pos: -1.5,15.5 + - pos: -1.5,15.5 parent: 34 + type: Transform - uid: 11847 components: - - type: Transform - pos: 8.5,19.5 + - pos: 8.5,19.5 parent: 34 + type: Transform - uid: 11886 components: - - type: Transform - pos: -24.5,-43.5 + - pos: -24.5,-43.5 parent: 34 + type: Transform - uid: 11906 components: - - type: Transform - pos: 15.5,17.5 + - pos: 15.5,17.5 parent: 34 + type: Transform - uid: 12076 components: - - type: Transform - pos: -25.5,-43.5 + - pos: -25.5,-43.5 parent: 34 + type: Transform - uid: 12188 components: - - type: Transform - pos: 45.5,-14.5 + - pos: 45.5,-14.5 parent: 34 + type: Transform - uid: 12256 components: - - type: Transform - pos: -60.5,-33.5 + - pos: -60.5,-33.5 parent: 34 + type: Transform - uid: 12325 components: - - type: Transform - pos: -15.5,-43.5 + - pos: -15.5,-43.5 parent: 34 + type: Transform - uid: 12337 components: - - type: Transform - pos: -16.5,-43.5 + - pos: -16.5,-43.5 parent: 34 + type: Transform - uid: 12353 components: - - type: Transform - pos: 8.5,-55.5 + - pos: 8.5,-55.5 parent: 34 + type: Transform - uid: 12356 components: - - type: Transform - pos: -5.5,-51.5 + - pos: -5.5,-51.5 parent: 34 + type: Transform - uid: 12411 components: - - type: Transform - pos: -18.5,-36.5 + - pos: -18.5,-36.5 parent: 34 + type: Transform - uid: 12412 components: - - type: Transform - pos: -18.5,-39.5 + - pos: -18.5,-39.5 parent: 34 + type: Transform - uid: 12413 components: - - type: Transform - pos: -15.5,-39.5 + - pos: -15.5,-39.5 parent: 34 + type: Transform - uid: 12423 components: - - type: Transform - pos: 46.5,-7.5 + - pos: 46.5,-7.5 parent: 34 + type: Transform - uid: 12460 components: - - type: Transform - pos: 41.5,-6.5 + - pos: 41.5,-6.5 parent: 34 + type: Transform - uid: 12462 components: - - type: Transform - pos: 40.5,-2.5 + - pos: 40.5,-2.5 parent: 34 + type: Transform - uid: 12500 components: - - type: Transform - pos: -17.5,-39.5 + - pos: -17.5,-39.5 parent: 34 + type: Transform - uid: 12549 components: - - type: Transform - pos: -60.5,-29.5 + - pos: -60.5,-29.5 parent: 34 + type: Transform - uid: 12550 components: - - type: Transform - pos: -60.5,-32.5 + - pos: -60.5,-32.5 parent: 34 + type: Transform - uid: 12560 components: - - type: Transform - pos: -60.5,-31.5 + - pos: -60.5,-31.5 parent: 34 + type: Transform - uid: 12564 components: - - type: Transform - pos: -60.5,-27.5 + - pos: -60.5,-27.5 parent: 34 + type: Transform - uid: 12570 components: - - type: Transform - pos: -60.5,-28.5 + - pos: -60.5,-28.5 parent: 34 + type: Transform - uid: 12602 components: - - type: Transform - pos: -16.5,-39.5 + - pos: -16.5,-39.5 parent: 34 + type: Transform - uid: 12614 components: - - type: Transform - pos: -17.5,-36.5 + - pos: -17.5,-36.5 parent: 34 + type: Transform - uid: 12632 components: - - type: Transform - pos: -33.5,-51.5 + - pos: -33.5,-51.5 parent: 34 + type: Transform - uid: 12705 components: - - type: Transform - pos: 40.5,-4.5 + - pos: 40.5,-4.5 parent: 34 + type: Transform - uid: 12709 components: - - type: Transform - pos: 44.5,-14.5 + - pos: 44.5,-14.5 parent: 34 + type: Transform - proto: RemoteSignaller entities: - uid: 12319 components: - - type: Transform - pos: -54.716194,-35.31927 + - pos: -54.716194,-35.31927 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12320: - Pressed: Trigger + type: DeviceLinkSource - proto: ResearchAndDevelopmentServer entities: - uid: 581 components: - - type: Transform - pos: -33.5,-7.5 + - pos: -33.5,-7.5 parent: 34 + type: Transform - proto: ReverseEngineeringMachine entities: - uid: 4520 components: - - type: Transform - pos: -35.5,-19.5 + - pos: -35.5,-19.5 parent: 34 + type: Transform - proto: Roboisseur entities: - uid: 218 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -11.5,-11.5 parent: 34 + type: Transform - proto: RollerBed entities: - uid: 1365 components: - - type: Transform - pos: 5.5,-26.5 + - pos: 5.5,-26.5 parent: 34 + type: Transform - proto: RubberStampApproved entities: - uid: 1979 components: - - type: Transform - pos: -17.69175,-19.103989 + - pos: -17.69175,-19.103989 parent: 34 + type: Transform - proto: RubberStampDenied entities: - uid: 1980 components: - - type: Transform - pos: -17.681334,-19.270771 + - pos: -17.681334,-19.270771 parent: 34 + type: Transform - proto: SalvageCanisterSpawner entities: - uid: 133 components: - - type: Transform - pos: -7.5,-33.5 + - pos: -7.5,-33.5 parent: 34 + type: Transform - proto: SalvageMagnet entities: - uid: 1063 components: - - type: Transform - pos: -30.5,-58.5 + - pos: -30.5,-58.5 parent: 34 + type: Transform - proto: ScalpelShiv entities: - uid: 4745 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 40.427826,3.6428523 parent: 34 + type: Transform - uid: 11290 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 33.900448,3.428866 parent: 34 + type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 11028 components: - - type: Transform - pos: -42.5,-31.5 + - pos: -42.5,-31.5 parent: 34 + type: Transform - proto: Screen entities: - uid: 4693 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 14.5,19.5 parent: 34 + type: Transform - uid: 8105 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -4.5,-50.5 parent: 34 + type: Transform - uid: 12185 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,19.5 parent: 34 + type: Transform - uid: 12937 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 7.5,-50.5 parent: 34 + type: Transform - proto: Screwdriver entities: - uid: 5558 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.468266,3.9137797 parent: 34 + type: Transform - proto: SecBreachingHammer entities: - uid: 6565 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 26.47547,-0.5123596 parent: 34 + type: Transform - proto: SecurityTechFab entities: - uid: 3709 components: - - type: Transform - pos: 28.5,1.5 + - pos: 28.5,1.5 parent: 34 + type: Transform - proto: SeedExtractor entities: - uid: 390 components: - - type: Transform - pos: -20.5,-8.5 + - pos: -20.5,-8.5 parent: 34 + type: Transform - proto: ShardGlass entities: - uid: 12772 components: - - type: Transform - pos: -21.936665,12.978247 + - pos: -21.936665,12.978247 parent: 34 + type: Transform - uid: 12773 components: - - type: Transform - pos: -21.23354,11.650122 + - pos: -21.23354,11.650122 parent: 34 + type: Transform - uid: 12774 components: - - type: Transform - pos: -22.155415,10.571997 + - pos: -22.155415,10.571997 parent: 34 + type: Transform - uid: 12775 components: - - type: Transform - pos: -17.95229,12.650122 + - pos: -17.95229,12.650122 parent: 34 + type: Transform - uid: 12776 components: - - type: Transform - pos: -16.811665,11.478247 + - pos: -16.811665,11.478247 parent: 34 + type: Transform - uid: 12777 components: - - type: Transform - pos: -17.70229,10.368872 + - pos: -17.70229,10.368872 parent: 34 + type: Transform - uid: 12778 components: - - type: Transform - pos: -17.73354,10.540747 + - pos: -17.73354,10.540747 parent: 34 + type: Transform - uid: 12779 components: - - type: Transform - pos: -14.174653,13.212622 + - pos: -14.174653,13.212622 parent: 34 + type: Transform - uid: 12781 components: - - type: Transform - pos: -13.549653,12.900122 + - pos: -13.549653,12.900122 parent: 34 + type: Transform - uid: 12783 components: - - type: Transform - pos: -13.299653,11.556372 + - pos: -13.299653,11.556372 parent: 34 + type: Transform - uid: 12790 components: - - type: Transform - pos: -29.486526,13.978247 + - pos: -29.486526,13.978247 parent: 34 + type: Transform - uid: 12836 components: - - type: Transform - pos: -30.783401,12.759497 + - pos: -30.783401,12.759497 parent: 34 + type: Transform - uid: 12839 components: - - type: Transform - pos: -29.142776,10.618872 + - pos: -29.142776,10.618872 parent: 34 + type: Transform - uid: 12840 components: - - type: Transform - pos: -31.642776,14.040747 + - pos: -31.642776,14.040747 parent: 34 + type: Transform - proto: SheetGlass entities: - - uid: 2319 + - uid: 1942 components: - - type: Transform - pos: -23.42932,-25.482 + - pos: -45.535515,-12.3644905 parent: 34 - - uid: 4032 + type: Transform + - uid: 2319 components: - - type: Transform - pos: -45.440067,-22.364462 + - pos: -23.42932,-25.482 parent: 34 + type: Transform - uid: 11313 components: - - type: Transform - pos: -10.453392,-38.404453 + - pos: -10.453392,-38.404453 parent: 34 + type: Transform - proto: SheetPaper entities: - uid: 11945 components: - - type: Transform - pos: -32.350746,-27.221853 + - pos: -32.350746,-27.221853 parent: 34 + type: Transform - proto: SheetPlasma entities: - uid: 11132 components: - - type: Transform - pos: -34.59602,1.5904913 + - pos: -34.59602,1.5904913 parent: 34 + type: Transform - proto: SheetPlasma1 entities: - uid: 6248 components: - - type: Transform - pos: -1.0009673,-26.397503 + - pos: -1.0009673,-26.397503 parent: 34 + type: Transform - proto: SheetPlasteel entities: - uid: 7425 components: - - type: Transform - pos: -43.65221,-31.345268 + - pos: -43.65221,-31.345268 parent: 34 - - type: Stack - count: 15 + type: Transform + - count: 15 + type: Stack - uid: 8077 components: - - type: Transform - pos: -19.331738,-14.409908 + - pos: -19.331738,-14.409908 parent: 34 - - type: Stack - count: 10 + type: Transform + - count: 10 + type: Stack - proto: SheetPlastic entities: - - uid: 2320 + - uid: 2061 components: - - type: Transform - pos: -24.46057,-25.461153 + - pos: -46.55114,-12.4113655 parent: 34 - - uid: 7405 + type: Transform + - uid: 2320 components: - - type: Transform - pos: -46.549442,-22.364462 + - pos: -24.46057,-25.461153 parent: 34 + type: Transform - uid: 11889 components: - - type: Transform - pos: -7.4719124,-38.466084 + - pos: -7.4719124,-38.466084 parent: 34 + type: Transform - proto: SheetSteel entities: - uid: 689 components: - - type: Transform - pos: -8.470482,-38.473114 + - pos: -8.470482,-38.473114 parent: 34 - - uid: 2318 + type: Transform + - uid: 2073 components: - - type: Transform - pos: -22.46057,-25.461153 + - pos: -47.45739,-12.4269905 parent: 34 - - uid: 3226 + type: Transform + - uid: 2318 components: - - type: Transform - pos: -47.440067,-22.473837 + - pos: -22.46057,-25.461153 parent: 34 + type: Transform - uid: 7399 components: - - type: Transform - pos: -14.468778,4.521938 + - pos: -14.468778,4.521938 parent: 34 + type: Transform - uid: 7421 components: - - type: Transform - pos: -43.30846,-31.56417 + - pos: -43.30846,-31.56417 parent: 34 - - type: Stack - count: 15 + type: Transform + - count: 15 + type: Stack - uid: 8034 components: - - type: Transform - pos: 28.599783,-43.326553 + - pos: 28.599783,-43.326553 parent: 34 + type: Transform - uid: 8076 components: - - type: Transform - pos: -19.644238,-14.534996 + - pos: -19.644238,-14.534996 parent: 34 - - type: Stack - count: 15 + type: Transform + - count: 15 + type: Stack - proto: Shinai entities: - uid: 147 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.57282126,8.550755 parent: 34 + type: Transform - uid: 148 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.41657126,8.602873 parent: 34 + type: Transform - uid: 168 components: - - type: Transform - pos: -0.5832379,8.571602 + - pos: -0.5832379,8.571602 parent: 34 + type: Transform - uid: 209 components: - - type: Transform - pos: -0.41657126,8.561178 + - pos: -0.41657126,8.561178 parent: 34 + type: Transform - proto: ShuttersNormalOpen entities: - uid: 843 components: - - type: Transform - pos: -11.5,-10.5 + - pos: -11.5,-10.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 246 + type: DeviceLinkSink - uid: 844 components: - - type: Transform - pos: -10.5,-10.5 + - pos: -10.5,-10.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 246 + type: DeviceLinkSink - uid: 845 components: - - type: Transform - pos: -9.5,-10.5 + - pos: -9.5,-10.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 246 + type: DeviceLinkSink - uid: 846 components: - - type: Transform - pos: -8.5,-10.5 + - pos: -8.5,-10.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 246 - - uid: 2387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-18.5 - parent: 34 - - type: DeviceLinkSink - links: - - 690 + type: DeviceLinkSink - uid: 3609 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-9.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2525 + type: DeviceLinkSink - uid: 3610 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-10.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2525 + type: DeviceLinkSink - uid: 3611 components: - - type: Transform - pos: 27.5,-12.5 + - pos: 27.5,-12.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2525 + type: DeviceLinkSink - uid: 3612 components: - - type: Transform - pos: 29.5,-12.5 + - pos: 29.5,-12.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2525 + type: DeviceLinkSink - uid: 4169 components: - - type: Transform - pos: 30.5,-12.5 + - pos: 30.5,-12.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2525 + type: DeviceLinkSink - uid: 5005 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,1.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 4377 + type: DeviceLinkSink - uid: 5006 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,0.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 4377 + type: DeviceLinkSink - uid: 5007 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-1.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 4377 + type: DeviceLinkSink - uid: 5312 components: - - type: Transform - pos: -10.5,1.5 + - pos: -10.5,1.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 8431 + type: DeviceLinkSink - uid: 5541 components: - - type: Transform - pos: -11.5,1.5 + - pos: -11.5,1.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 8431 + type: DeviceLinkSink - uid: 6093 components: - - type: Transform - pos: -9.5,1.5 + - pos: -9.5,1.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 8431 + type: DeviceLinkSink - uid: 7097 components: - - type: Transform - pos: -35.5,0.5 + - pos: -35.5,0.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2278 + type: DeviceLinkSink - uid: 7098 components: - - type: Transform - pos: -34.5,0.5 + - pos: -34.5,0.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 2278 - - uid: 12264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-19.5 - parent: 34 - - type: DeviceLinkSink - links: - - 690 - - uid: 12265 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-21.5 - parent: 34 - - type: DeviceLinkSink - links: - - 690 + type: DeviceLinkSink - uid: 12328 components: - - type: Transform - pos: -15.5,-39.5 + - pos: -15.5,-39.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink - uid: 12351 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -14.5,-38.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink + - uid: 12540 + components: + - rot: 1.5707963267948966 rad + pos: -40.5,-13.5 + parent: 34 + type: Transform + - links: + - 12999 + type: DeviceLinkSink + - uid: 12542 + components: + - rot: 3.141592653589793 rad + pos: -44.5,-11.5 + parent: 34 + type: Transform + - links: + - 12999 + type: DeviceLinkSink + - uid: 12716 + components: + - rot: 3.141592653589793 rad + pos: -45.5,-11.5 + parent: 34 + type: Transform + - links: + - 12999 + type: DeviceLinkSink + - uid: 12738 + components: + - rot: 3.141592653589793 rad + pos: -46.5,-11.5 + parent: 34 + type: Transform + - links: + - 12999 + type: DeviceLinkSink + - uid: 12758 + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-18.5 + parent: 34 + type: Transform - uid: 12900 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,8.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10766 + type: DeviceLinkSink - uid: 12901 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,7.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10766 + type: DeviceLinkSink - uid: 12902 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.5,6.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10766 + type: DeviceLinkSink - uid: 12903 components: - - type: Transform - pos: 10.5,4.5 + - pos: 10.5,4.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10766 + type: DeviceLinkSink - uid: 12904 components: - - type: Transform - pos: 7.5,4.5 + - pos: 7.5,4.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10766 + type: DeviceLinkSink - uid: 12905 components: - - type: Transform - pos: 8.5,4.5 + - pos: 8.5,4.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 10766 + type: DeviceLinkSink - uid: 12946 components: - - type: Transform - pos: -16.5,-39.5 + - pos: -16.5,-39.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink - uid: 12947 components: - - type: Transform - pos: -17.5,-39.5 + - pos: -17.5,-39.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink - uid: 12948 components: - - type: Transform - pos: -18.5,-39.5 + - pos: -18.5,-39.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink - uid: 12951 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.5,-36.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink - uid: 12952 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -17.5,-36.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 7459 + type: DeviceLinkSink + - uid: 12971 + components: + - rot: 1.5707963267948966 rad + pos: -41.5,-19.5 + parent: 34 + type: Transform - proto: ShuttersWindowOpen entities: - uid: 1287 components: - - type: Transform - pos: -26.5,-9.5 + - pos: -26.5,-9.5 parent: 34 - - type: DeviceLinkSink - links: + type: Transform + - links: - 1163 + type: DeviceLinkSink - proto: shuttle_manipulator entities: - uid: 8359 components: - - type: Transform - pos: 39.5,-34.5 + - pos: 39.5,-34.5 parent: 34 + type: Transform - proto: SignAi entities: - uid: 6003 components: - - type: Transform - pos: 46.5,-22.5 + - pos: 46.5,-22.5 parent: 34 + type: Transform - uid: 6004 components: - - type: Transform - pos: 38.5,-24.5 + - pos: 38.5,-24.5 parent: 34 + type: Transform - proto: SignalButton entities: - uid: 678 components: - - type: Transform - pos: -49.5,-39.5 + - pos: -49.5,-39.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 1484: - Pressed: Toggle + type: DeviceLinkSource - uid: 679 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -51.5,-46.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 1484: - Pressed: Toggle + type: DeviceLinkSource - proto: SignalButtonDirectional entities: - uid: 7459 components: - - type: Transform - pos: -15.5,-36.5 + - pos: -15.5,-36.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12952: - Pressed: Close - Pressed: Open @@ -66313,16 +66592,16 @@ entities: - Pressed: Open - Pressed: Close - Pressed: Toggle + type: DeviceLinkSource - proto: SignalSwitch entities: - uid: 246 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -11.5,-6.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 843: - On: Close - Off: Open @@ -66335,14 +66614,14 @@ entities: 846: - On: Close - Off: Open + type: DeviceLinkSource - uid: 1054 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -19.5,-43.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 8449: - On: Reverse - Off: Off @@ -66376,29 +66655,29 @@ entities: 12699: - On: Forward - Off: Off + type: DeviceLinkSource - uid: 1163 components: - - type: Transform - pos: -25.5,-6.5 + - pos: -25.5,-6.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 836: - On: Open - Off: Close 1287: - On: Close - Off: Open + type: DeviceLinkSource - uid: 3750 components: - - type: MetaData - name: cell shutter switch - - type: Transform - rot: 1.5707963267948966 rad + - name: cell shutter switch + type: MetaData + - rot: 1.5707963267948966 rad pos: 21.5,-2.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 3639: - On: Close - Off: Open @@ -66408,25 +66687,25 @@ entities: 3641: - On: Close - Off: Open + type: DeviceLinkSource - uid: 7996 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 33.5,-4.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 8683: - On: Close - Off: Open + type: DeviceLinkSource - uid: 12307 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -60.5,-35.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12306: - On: Open - Off: Close @@ -66436,46 +66715,56 @@ entities: 12295: - On: Open - Off: Close + type: DeviceLinkSource - proto: SignalSwitchDirectional entities: - - uid: 690 + - uid: 1922 components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-23.5 + - name: Janitorial service lights + type: MetaData + - pos: -14.5,-23.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: - 12265: - - On: Close - - Off: Open - 12264: - - On: Close - - Off: Open - 2387: - - On: Close - - Off: Open + type: Transform + - linkedPorts: + 1889: + - On: On + - Off: Off + - Status: Toggle + type: DeviceLinkSource + - uid: 2062 + components: + - name: Janitorial service lights + type: MetaData + - rot: 3.141592653589793 rad + pos: -36.5,-28.5 + parent: 34 + type: Transform + - linkedPorts: + 10572: + - On: On + - Off: Off + - Status: Toggle + type: DeviceLinkSource - uid: 2278 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.5,2.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 7097: - On: Close - Off: Open 7098: - On: Close - Off: Open + type: DeviceLinkSource - uid: 2525 components: - - type: Transform - pos: 28.5,-8.5 + - pos: 28.5,-8.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 3609: - On: Close - Off: Open @@ -66491,14 +66780,14 @@ entities: 4169: - On: Close - Off: Open + type: DeviceLinkSource - uid: 4377 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.5,-1.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 5007: - On: Close - Off: Open @@ -66508,14 +66797,14 @@ entities: 5005: - On: Close - Off: Open + type: DeviceLinkSource - uid: 8431 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,1.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 6093: - On: Close - Off: Open @@ -66525,52 +66814,45 @@ entities: 5541: - On: Close - Off: Open + type: DeviceLinkSource - uid: 10011 components: - - type: MetaData - name: Janitorial service lights - - type: Transform - rot: 3.141592653589793 rad + - name: Janitorial service lights + type: MetaData + - rot: 3.141592653589793 rad pos: 21.5,-11.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12927: - On: On - Off: Off + type: DeviceLinkSource - uid: 10413 components: - - type: MetaData - name: Janitorial service lights - - type: Transform - rot: -1.5707963267948966 rad + - name: Janitorial service lights + type: MetaData + - rot: -1.5707963267948966 rad pos: -30.5,-19.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12371: - On: On - Off: Off - - uid: 10572 + type: DeviceLinkSource + - uid: 10439 components: - - type: MetaData - name: Janitorial service lights - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-28.5 + - rot: 3.141592653589793 rad + pos: -44.5,-20.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: - 10684: - - On: On - - Off: Off + type: Transform - uid: 10766 components: - - type: Transform - pos: 10.5,9.5 + - pos: 10.5,9.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12900: - On: Close - Off: Open @@ -66589,5157 +66871,5230 @@ entities: 12904: - On: Close - Off: Open + type: DeviceLinkSource - uid: 12928 components: - - type: MetaData - name: Janitorial service lights - - type: Transform - rot: 1.5707963267948966 rad + - name: Janitorial service lights + type: MetaData + - rot: 1.5707963267948966 rad pos: 1.5,-31.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 10010: - On: On - Off: Off 10492: - On: On - Off: Off + type: DeviceLinkSource + - uid: 12999 + components: + - pos: -42.5,-11.5 + parent: 34 + type: Transform + - linkedPorts: + 12540: + - On: Close + - Off: Open + 12542: + - On: Close + - Off: Open + 12716: + - On: Close + - Off: Open + 12738: + - On: Close + - Off: Open + type: DeviceLinkSource + - uid: 13007 + components: + - name: Janitorial service lights + type: MetaData + - rot: 1.5707963267948966 rad + pos: 28.5,-27.5 + parent: 34 + type: Transform + - linkedPorts: + 1907: + - On: On + - Off: Off + - Status: Toggle + type: DeviceLinkSource - proto: SignAnomaly entities: - uid: 963 components: - - type: Transform - pos: -28.5,-6.5 + - pos: -28.5,-6.5 parent: 34 + type: Transform - proto: SignAnomaly2 entities: - uid: 5669 components: - - type: Transform - pos: -36.5,0.5 + - pos: -36.5,0.5 parent: 34 + type: Transform - proto: SignArmory entities: - uid: 3698 components: - - type: Transform - pos: 24.5,-1.5 + - pos: 24.5,-1.5 parent: 34 + type: Transform - proto: SignAtmos entities: - uid: 1599 components: - - type: Transform - pos: -36.5,-34.5 + - pos: -36.5,-34.5 parent: 34 + type: Transform - uid: 1816 components: - - type: Transform - pos: -41.5,-31.5 + - pos: -41.5,-31.5 parent: 34 + type: Transform - proto: SignBar entities: - uid: 304 components: - - type: Transform - pos: -2.5,-11.5 + - pos: -2.5,-11.5 parent: 34 + type: Transform - proto: SignBridge entities: - uid: 4443 components: - - type: Transform - pos: 31.5,-26.5 + - pos: 31.5,-26.5 parent: 34 + type: Transform - proto: SignCanisters entities: - uid: 1606 components: - - type: Transform - pos: -36.5,-29.5 + - pos: -36.5,-29.5 parent: 34 + type: Transform - proto: SignCargo entities: - uid: 1892 components: - - type: Transform - pos: -15.5,-23.5 + - pos: -15.5,-23.5 parent: 34 + type: Transform - uid: 1933 components: - - type: Transform - pos: -6.5,-38.5 + - pos: -6.5,-38.5 parent: 34 + type: Transform - proto: SignChapel entities: - uid: 1992 components: - - type: Transform - pos: -23.5,-20.5 + - pos: -23.5,-20.5 parent: 34 + type: Transform - proto: SignChem entities: - uid: 2949 components: - - type: Transform - pos: 0.5,-30.5 + - pos: 0.5,-30.5 parent: 34 + type: Transform - proto: SignCloning entities: - uid: 11333 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-38.5 parent: 34 + type: Transform - proto: SignConference entities: - uid: 4442 components: - - type: Transform - pos: 35.5,-31.5 + - pos: 35.5,-31.5 parent: 34 + type: Transform - proto: SignConspiracyBoard entities: - uid: 6137 components: - - type: Transform - pos: -10.5,6.5 + - pos: -10.5,6.5 parent: 34 + type: Transform - proto: SignCryogenicsMed entities: - uid: 1313 components: - - type: Transform - pos: 2.5,-38.5 + - pos: 2.5,-38.5 + parent: 34 + type: Transform +- proto: SignDirectionalBar + entities: + - uid: 10658 + components: + - rot: 1.5707963267948966 rad + pos: -27.50208,-24.27535 parent: 34 + type: Transform - proto: SignDirectionalBridge entities: - uid: 10373 components: - - type: Transform - pos: 11.5,-2.5 + - pos: 11.5,-2.5 parent: 34 + type: Transform - uid: 10375 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 11.498057,-20.727808 parent: 34 + type: Transform - uid: 10386 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.487588,-23.27868 parent: 34 + type: Transform + - uid: 13004 + components: + - rot: 1.5707963267948966 rad + pos: -27.50208,-24.697226 + parent: 34 + type: Transform - proto: SignDirectionalChapel entities: - uid: 185 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.493627,-23.698729 parent: 34 + type: Transform - proto: SignDirectionalDorms entities: - uid: 10387 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -7.518838,-23.716486 parent: 34 + type: Transform - uid: 10402 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.4955645,1.703541 parent: 34 + type: Transform - uid: 10411 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -36.482975,-20.252234 parent: 34 + type: Transform - proto: SignDirectionalEng entities: - uid: 159 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.491532,-2.266921 parent: 34 + type: Transform - uid: 184 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-23.5 parent: 34 + type: Transform - uid: 10264 components: - - type: Transform - pos: -40.5,-11.5 + - pos: -40.5,-11.5 parent: 34 + type: Transform - uid: 10398 components: - - type: Transform - pos: -36.5,-2.5 + - pos: -36.5,-2.5 parent: 34 + type: Transform - uid: 10407 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.489528,-21.720585 parent: 34 + type: Transform - uid: 10410 components: - - type: Transform - pos: -36.515026,-20.725943 + - pos: -36.515026,-20.725943 parent: 34 + type: Transform - proto: SignDirectionalEvac entities: - uid: 3463 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -26.5,-2.5 parent: 34 + type: Transform - uid: 5957 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -27.5,-24.5 parent: 34 + type: Transform - uid: 10379 components: - - type: Transform - pos: -4.4991846,1.2674417 + - pos: -4.4991846,1.2674417 parent: 34 + type: Transform - uid: 10384 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-21.5 parent: 34 + type: Transform - uid: 10388 components: - - type: Transform - pos: -6.5,-10.5 + - pos: -6.5,-10.5 parent: 34 + type: Transform - uid: 10393 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 20.489033,-40.71605 parent: 34 + type: Transform - uid: 10394 components: - - type: Transform - pos: -2.5,-42.5 + - pos: -2.5,-42.5 parent: 34 + type: Transform - uid: 10396 components: - - type: Transform - pos: -2.5,-25.5 + - pos: -2.5,-25.5 parent: 34 + type: Transform - proto: SignDirectionalFood entities: - uid: 10385 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-23.5 parent: 34 + type: Transform - uid: 10408 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.520778,-21.296457 parent: 34 - - uid: 12537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-24.5 - parent: 34 - - uid: 12538 + type: Transform + - uid: 13005 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-2.5 + - rot: 1.5707963267948966 rad + pos: -26.49933,-2.2605238 parent: 34 + type: Transform - proto: SignDirectionalGravity entities: - uid: 11474 components: - - type: Transform - pos: -33.5,-27.5 + - pos: -33.5,-27.5 parent: 34 + type: Transform - proto: SignDirectionalHop entities: - uid: 77 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.493627,-23.27656 parent: 34 + type: Transform - uid: 10405 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.494371,-25.253572 parent: 34 + type: Transform +- proto: SignDirectionalJanitor + entities: + - uid: 10684 + components: + - rot: 1.5707963267948966 rad + pos: -2.508112,-25.285345 + parent: 34 + type: Transform + - uid: 13009 + components: + - rot: -1.5707963267948966 rad + pos: 15.501943,-20.287218 + parent: 34 + type: Transform - proto: SignDirectionalMed entities: - uid: 153 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.507157,-2.7047243 parent: 34 + type: Transform - uid: 694 components: - - type: Transform - pos: -2.504551,-25.707623 + - pos: -2.504551,-25.707623 parent: 34 + type: Transform - uid: 10400 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -36.48356,-2.7110643 parent: 34 + type: Transform - uid: 10401 components: - - type: Transform - pos: -5.5,1.5 + - pos: -5.5,1.5 parent: 34 + type: Transform - uid: 10406 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.513676,-25.72845 parent: 34 + type: Transform + - uid: 13010 + components: + - rot: -1.5707963267948966 rad + pos: 15.501943,-20.724718 + parent: 34 + type: Transform - proto: SignDirectionalSalvage entities: - uid: 11476 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -33.49873,-27.715355 parent: 34 + type: Transform - uid: 12253 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-32.5 parent: 34 + type: Transform - uid: 12432 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -22.5,-40.5 parent: 34 + type: Transform - proto: SignDirectionalSci entities: - uid: 186 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 10.5,-2.5 parent: 34 + type: Transform - uid: 10376 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.4643145,1.2813723 parent: 34 + type: Transform - uid: 10404 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 23.5,-25.5 parent: 34 + type: Transform + - uid: 13008 + components: + - rot: -1.5707963267948966 rad + pos: 11.494478,-20.26107 + parent: 34 + type: Transform - proto: SignDirectionalSec entities: - uid: 155 components: - - type: Transform - pos: 11.522782,-2.6890879 + - pos: 11.522782,-2.6890879 parent: 34 + type: Transform - uid: 10378 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -4.4991846,1.7208815 parent: 34 + type: Transform - uid: 10383 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 11.5,-20.5 parent: 34 + type: Transform - uid: 10399 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -36.501534,-2.2698255 parent: 34 + type: Transform - proto: SignDirectionalSolar entities: - uid: 10391 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,1.5 parent: 34 + type: Transform - uid: 10392 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 20.5,-40.5 parent: 34 + type: Transform - proto: SignDirectionalSupply entities: - uid: 10377 components: - - type: Transform - pos: -4.5,1.5 + - pos: -4.5,1.5 parent: 34 + type: Transform - uid: 10409 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -36.5,-20.5 parent: 34 + type: Transform - uid: 11128 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 15.5,-20.5 parent: 34 + type: Transform - proto: SignDirectionalWash entities: - uid: 4588 components: - - type: Transform - pos: 39.5,2.5 + - pos: 39.5,2.5 parent: 34 + type: Transform - uid: 4707 components: - - type: Transform - pos: -50.5,-2.5 + - pos: -50.5,-2.5 parent: 34 + type: Transform - proto: SignDisposalSpace entities: - uid: 8128 components: - - type: MetaData - desc: Don't get any ideas. - - type: Transform - pos: 42.5,7.5 + - desc: Don't get any ideas. + type: MetaData + - pos: 42.5,7.5 parent: 34 + type: Transform - uid: 11306 components: - - type: Transform - pos: -40.5,6.5 + - pos: -40.5,6.5 parent: 34 + type: Transform - proto: SignDojo entities: - uid: 193 components: - - type: Transform - pos: -0.5,2.5 + - pos: -0.5,2.5 parent: 34 + type: Transform - proto: SignEngineering entities: - uid: 2324 components: - - type: Transform - pos: -26.5,-24.5 + - pos: -26.5,-24.5 parent: 34 + type: Transform - uid: 2325 components: - - type: Transform - pos: -33.5,-24.5 + - pos: -33.5,-24.5 parent: 34 + type: Transform - proto: SignEscapePods entities: - uid: 68 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,15.5 parent: 34 + type: Transform - uid: 6692 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-49.5 parent: 34 + type: Transform - proto: SignEVA entities: - uid: 11003 components: - - type: Transform - pos: 27.5,-46.5 + - pos: 27.5,-46.5 parent: 34 + type: Transform - uid: 11004 components: - - type: Transform - pos: -25.5,9.5 + - pos: -25.5,9.5 parent: 34 + type: Transform - proto: SignGravity entities: - uid: 1123 components: - - type: Transform - pos: -28.5,-38.5 + - pos: -28.5,-38.5 parent: 34 + type: Transform - proto: SignHead entities: - uid: 1993 components: - - type: MetaData - desc: A sign designating the head of personnel's office. + - desc: A sign designating the head of personnel's office. name: head of personnel sign - - type: Transform - pos: -15.5,-20.5 + type: MetaData + - pos: -15.5,-20.5 parent: 34 + type: Transform - proto: SignHydro2 entities: - uid: 1273 components: - - type: Transform - pos: -14.5,-9.5 + - pos: -14.5,-9.5 parent: 34 + type: Transform - proto: SignHydro3 entities: - uid: 10372 components: - - type: Transform - pos: -16.5,-2.5 + - pos: -16.5,-2.5 parent: 34 + type: Transform - proto: SignInterrogation entities: - uid: 4885 components: - - type: Transform - pos: 27.5,-15.5 + - pos: 27.5,-15.5 parent: 34 + type: Transform - proto: SignJanitor entities: - uid: 3728 components: - - type: Transform - pos: 6.5,-21.5 + - pos: 6.5,-21.5 parent: 34 + type: Transform - proto: SignLawyer entities: - uid: 11817 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,7.5 parent: 34 + type: Transform - proto: SignMail entities: - uid: 1895 components: - - type: Transform - pos: -6.5,-23.5 + - pos: -6.5,-23.5 parent: 34 + type: Transform - proto: SignMedical entities: - uid: 2934 components: - - type: Transform - pos: -2.5,-34.5 + - pos: -2.5,-34.5 parent: 34 + type: Transform +- proto: SignMorgue + entities: + - uid: 13011 + components: + - rot: -1.5707963267948966 rad + pos: 10.5,-39.5 + parent: 34 + type: Transform - proto: SignRedOne entities: - uid: 11792 components: - - type: Transform - pos: 1.2183137,15.5 + - pos: 1.2183137,15.5 parent: 34 + type: Transform - proto: SignRedTwo entities: - uid: 11827 components: - - type: Transform - pos: -2.7816863,15.5 + - pos: -2.7816863,15.5 parent: 34 + type: Transform - proto: SignRobo entities: - - uid: 919 + - uid: 2567 components: - - type: Transform - pos: -40.5,-21.5 + - pos: -40.5,-13.5 parent: 34 + type: Transform - proto: SignScience entities: - uid: 599 components: - - type: Transform - pos: -30.5,-20.5 + - pos: -30.5,-20.5 parent: 34 + type: Transform - proto: SignSec entities: - uid: 10374 components: - - type: Transform - pos: 15.5,-11.5 + - pos: 15.5,-11.5 parent: 34 + type: Transform - uid: 10403 components: - - type: Transform - pos: 15.5,-15.5 + - pos: 15.5,-15.5 parent: 34 + type: Transform - proto: SignSurgery entities: - uid: 2950 components: - - type: Transform - pos: 6.5,-27.5 + - pos: 6.5,-27.5 parent: 34 + type: Transform - uid: 11912 components: - - type: Transform - pos: -49.5,-15.5 + - pos: -49.5,-15.5 parent: 34 + type: Transform - proto: SignTelecomms entities: - uid: 3276 components: - - type: Transform - pos: -35.5,-47.5 + - pos: -35.5,-47.5 parent: 34 + type: Transform - proto: SignToolStorage entities: - uid: 2326 components: - - type: Transform - pos: -20.5,-24.5 + - pos: -20.5,-24.5 parent: 34 + type: Transform - proto: SignVirology entities: - uid: 2690 components: - - type: Transform - pos: 1.5,-35.5 + - pos: 1.5,-35.5 parent: 34 + type: Transform - proto: SinkStemlessWater entities: - uid: 2216 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -49.5,-4.5 parent: 34 + type: Transform - uid: 4594 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 39.5,1.5 parent: 34 + type: Transform - uid: 4595 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 39.5,0.5 parent: 34 + type: Transform - uid: 4596 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 39.5,-0.5 parent: 34 + type: Transform - proto: SinkWide entities: - uid: 609 components: - - type: Transform - pos: 1.5,-3.5 + - pos: 1.5,-3.5 parent: 34 + type: Transform - uid: 882 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -10.5,-6.5 parent: 34 + type: Transform - uid: 1006 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-20.5 parent: 34 + type: Transform - uid: 12804 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,7.5 parent: 34 + type: Transform - proto: SmartFridge entities: - uid: 401 components: - - type: Transform - pos: -13.5,-7.5 + - flags: SessionSpecific + type: MetaData + - pos: -13.5,-7.5 parent: 34 + type: Transform - proto: SMESBasic entities: - uid: 1124 components: - - type: MetaData - name: AME SMES 1 - - type: Transform - pos: -33.5,-31.5 + - name: AME SMES 1 + type: MetaData + - pos: -33.5,-31.5 parent: 34 + type: Transform - uid: 1125 components: - - type: MetaData - name: AME SMES 2 - - type: Transform - pos: -32.5,-31.5 + - name: AME SMES 2 + type: MetaData + - pos: -32.5,-31.5 parent: 34 + type: Transform - uid: 1126 components: - - type: MetaData - name: AME SMES 3 - - type: Transform - pos: -31.5,-31.5 + - name: AME SMES 3 + type: MetaData + - pos: -31.5,-31.5 parent: 34 + type: Transform - uid: 5388 components: - - type: MetaData - name: Lower Solar's SMES - - type: Transform - pos: 33.5,-44.5 + - name: Lower Solar's SMES + type: MetaData + - pos: 33.5,-44.5 parent: 34 + type: Transform - uid: 5795 components: - - type: MetaData - name: Upper Solar's SMES - - type: Transform - pos: -27.5,4.5 + - name: Upper Solar's SMES + type: MetaData + - pos: -27.5,4.5 parent: 34 + type: Transform - uid: 11763 components: - - type: MetaData - name: TEG SMES 1 - - type: Transform - pos: -50.5,-29.5 + - name: TEG SMES 1 + type: MetaData + - pos: -50.5,-29.5 parent: 34 + type: Transform - uid: 11787 components: - - type: MetaData - name: TEG SMES 2 - - type: Transform - pos: -50.5,-30.5 + - name: TEG SMES 2 + type: MetaData + - pos: -50.5,-30.5 parent: 34 + type: Transform - proto: soda_dispenser entities: - uid: 611 components: - - type: Transform - pos: 5.5,-3.5 + - pos: 5.5,-3.5 parent: 34 + type: Transform - uid: 4720 components: - - type: Transform - pos: 39.5,6.5 + - pos: 39.5,6.5 parent: 34 + type: Transform - uid: 5516 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 40.5,-41.5 parent: 34 + type: Transform - uid: 5796 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,7.5 parent: 34 + type: Transform - uid: 8495 components: - - type: Transform - pos: -8.5,-40.5 + - pos: -8.5,-40.5 parent: 34 + type: Transform - uid: 11212 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 22.5,12.5 parent: 34 + type: Transform - proto: SolarAssembly entities: - uid: 12841 components: - - type: Transform - pos: -31.5,11.5 + - pos: -31.5,11.5 parent: 34 + type: Transform - uid: 12842 components: - - type: Transform - pos: -29.5,14.5 + - pos: -29.5,14.5 parent: 34 + type: Transform - proto: SolarPanel entities: - uid: 5447 components: - - type: Transform - pos: 34.5,-54.5 + - pos: 34.5,-54.5 parent: 34 + type: Transform - uid: 5448 components: - - type: Transform - pos: 34.5,-53.5 + - pos: 34.5,-53.5 parent: 34 + type: Transform - uid: 5449 components: - - type: Transform - pos: 34.5,-52.5 + - pos: 34.5,-52.5 parent: 34 + type: Transform - uid: 5450 components: - - type: Transform - pos: 34.5,-51.5 + - pos: 34.5,-51.5 parent: 34 + type: Transform - uid: 5451 components: - - type: Transform - pos: 34.5,-50.5 + - pos: 34.5,-50.5 parent: 34 + type: Transform - uid: 5452 components: - - type: Transform - pos: 32.5,-50.5 + - pos: 32.5,-50.5 parent: 34 + type: Transform - uid: 5453 components: - - type: Transform - pos: 32.5,-51.5 + - pos: 32.5,-51.5 parent: 34 + type: Transform - uid: 5454 components: - - type: Transform - pos: 32.5,-52.5 + - pos: 32.5,-52.5 parent: 34 + type: Transform - uid: 5455 components: - - type: Transform - pos: 32.5,-53.5 + - pos: 32.5,-53.5 parent: 34 + type: Transform - uid: 5456 components: - - type: Transform - pos: 32.5,-54.5 + - pos: 32.5,-54.5 parent: 34 + type: Transform - uid: 5457 components: - - type: Transform - pos: 30.5,-50.5 + - pos: 30.5,-50.5 parent: 34 + type: Transform - uid: 5458 components: - - type: Transform - pos: 30.5,-51.5 + - pos: 30.5,-51.5 parent: 34 + type: Transform - uid: 5459 components: - - type: Transform - pos: 30.5,-52.5 + - pos: 30.5,-52.5 parent: 34 + type: Transform - uid: 5460 components: - - type: Transform - pos: 30.5,-53.5 + - pos: 30.5,-53.5 parent: 34 + type: Transform - uid: 5461 components: - - type: Transform - pos: 30.5,-54.5 + - pos: 30.5,-54.5 parent: 34 + type: Transform - uid: 5462 components: - - type: Transform - pos: 28.5,-50.5 + - pos: 28.5,-50.5 parent: 34 + type: Transform - uid: 5463 components: - - type: Transform - pos: 28.5,-51.5 + - pos: 28.5,-51.5 parent: 34 + type: Transform - uid: 5464 components: - - type: Transform - pos: 28.5,-52.5 + - pos: 28.5,-52.5 parent: 34 + type: Transform - uid: 5465 components: - - type: Transform - pos: 28.5,-53.5 + - pos: 28.5,-53.5 parent: 34 + type: Transform - uid: 5466 components: - - type: Transform - pos: 28.5,-54.5 + - pos: 28.5,-54.5 parent: 34 + type: Transform - uid: 5467 components: - - type: Transform - pos: 24.5,-50.5 + - pos: 24.5,-50.5 parent: 34 + type: Transform - uid: 5468 components: - - type: Transform - pos: 24.5,-51.5 + - pos: 24.5,-51.5 parent: 34 + type: Transform - uid: 5469 components: - - type: Transform - pos: 24.5,-52.5 + - pos: 24.5,-52.5 parent: 34 + type: Transform - uid: 5470 components: - - type: Transform - pos: 26.5,-50.5 + - pos: 26.5,-50.5 parent: 34 + type: Transform - uid: 5471 components: - - type: Transform - pos: 26.5,-51.5 + - pos: 26.5,-51.5 parent: 34 + type: Transform - uid: 5472 components: - - type: Transform - pos: 26.5,-52.5 + - pos: 26.5,-52.5 parent: 34 + type: Transform - uid: 5473 components: - - type: Transform - pos: 26.5,-53.5 + - pos: 26.5,-53.5 parent: 34 + type: Transform - uid: 7073 components: - - type: Transform - pos: -22.5,10.5 + - pos: -22.5,10.5 parent: 34 + type: Transform - uid: 7075 components: - - type: Transform - pos: -22.5,12.5 + - pos: -22.5,12.5 parent: 34 + type: Transform - uid: 7076 components: - - type: Transform - pos: -22.5,13.5 + - pos: -22.5,13.5 parent: 34 + type: Transform - uid: 7077 components: - - type: Transform - pos: -22.5,14.5 + - pos: -22.5,14.5 parent: 34 + type: Transform - uid: 7079 components: - - type: Transform - pos: -20.5,11.5 + - pos: -20.5,11.5 parent: 34 + type: Transform - uid: 7081 components: - - type: Transform - pos: -20.5,13.5 + - pos: -20.5,13.5 parent: 34 + type: Transform - uid: 7083 components: - - type: Transform - pos: -18.5,14.5 + - pos: -18.5,14.5 parent: 34 + type: Transform - uid: 7084 components: - - type: Transform - pos: -18.5,13.5 + - pos: -18.5,13.5 parent: 34 + type: Transform - uid: 7086 components: - - type: Transform - pos: -18.5,11.5 + - pos: -18.5,11.5 parent: 34 + type: Transform - uid: 7089 components: - - type: Transform - pos: -16.5,11.5 + - pos: -16.5,11.5 parent: 34 + type: Transform - uid: 7091 components: - - type: Transform - pos: -16.5,13.5 + - pos: -16.5,13.5 parent: 34 + type: Transform - proto: SolarPanelBroken entities: - uid: 2241 components: - - type: Transform - pos: -20.5,7.5 + - pos: -20.5,7.5 parent: 34 + type: Transform - uid: 4701 components: - - type: Transform - pos: -16.5,10.5 + - pos: -16.5,10.5 parent: 34 + type: Transform - uid: 5474 components: - - type: Transform - pos: 24.5,-53.5 + - pos: 24.5,-53.5 parent: 34 + type: Transform - uid: 5475 components: - - type: Transform - pos: 24.5,-54.5 + - pos: 24.5,-54.5 parent: 34 + type: Transform - uid: 5476 components: - - type: Transform - pos: 26.5,-54.5 + - pos: 26.5,-54.5 parent: 34 + type: Transform - uid: 10724 components: - - type: Transform - pos: -16.5,14.5 + - pos: -16.5,14.5 parent: 34 + type: Transform - uid: 10725 components: - - type: Transform - pos: -20.5,14.5 + - pos: -20.5,14.5 parent: 34 + type: Transform - uid: 10726 components: - - type: Transform - pos: -22.5,11.5 + - pos: -22.5,11.5 parent: 34 + type: Transform - uid: 10734 components: - - type: Transform - pos: -18.5,10.5 + - pos: -18.5,10.5 parent: 34 + type: Transform - uid: 10914 components: - - type: Transform - pos: -14.5,12.5 + - pos: -14.5,12.5 parent: 34 + type: Transform - uid: 12739 components: - - type: Transform - pos: -12.5,14.5 + - pos: -12.5,14.5 parent: 34 + type: Transform - uid: 12770 components: - - type: Transform - pos: -12.5,10.5 + - pos: -12.5,10.5 parent: 34 + type: Transform - uid: 12771 components: - - type: Transform - pos: -14.5,14.5 + - pos: -14.5,14.5 parent: 34 + type: Transform - proto: SolarTracker entities: - uid: 9338 components: - - type: Transform - pos: 25.5,-45.5 + - pos: 25.5,-45.5 parent: 34 + type: Transform - proto: SophicScribe entities: - uid: 388 components: - - type: Transform - pos: -27.5,-13.5 + - pos: -27.5,-13.5 parent: 34 + type: Transform - proto: SpaceCash entities: - uid: 126 components: - - type: Transform - pos: -15.450494,-32.36465 + - pos: -15.450494,-32.36465 parent: 34 + type: Transform - uid: 973 components: - - type: Transform - pos: -15.403619,-32.317776 + - pos: -15.403619,-32.317776 parent: 34 + type: Transform - uid: 12268 components: - - type: Transform - pos: -15.450494,-32.3334 + - pos: -15.450494,-32.3334 parent: 34 + type: Transform - uid: 12269 components: - - type: Transform - pos: -15.512994,-32.474026 + - pos: -15.512994,-32.474026 parent: 34 + type: Transform - proto: SpaceCash10 entities: - uid: 5892 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -57.634686,5.447304 parent: 34 + type: Transform - uid: 5893 components: - - type: Transform - pos: -57.415936,5.6036625 + - pos: -57.415936,5.6036625 parent: 34 + type: Transform - uid: 11180 components: - - type: Transform - pos: -50.507698,12.237175 + - pos: -50.507698,12.237175 parent: 34 + type: Transform - uid: 11181 components: - - type: Transform - pos: -50.304573,12.393534 + - pos: -50.304573,12.393534 parent: 34 + type: Transform - uid: 11182 components: - - type: Transform - pos: -50.538948,12.518621 + - pos: -50.538948,12.518621 parent: 34 + type: Transform - uid: 11183 components: - - type: Transform - pos: -50.773323,12.33099 + - pos: -50.773323,12.33099 parent: 34 + type: Transform - proto: SpaceCash500 entities: - uid: 11083 components: - - type: Transform - pos: 40.50937,-38.527203 + - pos: 40.50937,-38.527203 parent: 34 + type: Transform - proto: SpareIdCabinetFilled entities: - uid: 12969 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 27.5,-35.5 parent: 34 + type: Transform - proto: SpawnMobAlexander entities: - uid: 2548 components: - - type: Transform - pos: -35.5,-16.5 + - pos: -35.5,-16.5 parent: 34 + type: Transform - proto: SpawnMobArcticFoxSiobhan entities: - uid: 954 components: - - type: Transform - pos: -31.5,-6.5 + - pos: -31.5,-6.5 parent: 34 + type: Transform - proto: SpawnMobBandito entities: - uid: 10819 components: - - type: Transform - pos: 22.5,-37.5 + - pos: 22.5,-37.5 parent: 34 - - uid: 11756 + type: Transform + - uid: 11850 components: - - type: Transform - pos: -48.5,-14.5 + - pos: -55.5,-13.5 parent: 34 + type: Transform - proto: SpawnMobCatGeneric entities: - uid: 10818 components: - - type: Transform - pos: -39.5,-4.5 + - pos: -39.5,-4.5 parent: 34 + type: Transform - uid: 10822 components: - - type: Transform - pos: -39.5,-6.5 + - pos: -39.5,-6.5 parent: 34 + type: Transform - proto: SpawnMobCleanBot entities: - uid: 10234 components: - - type: Transform - pos: -4.5,-20.5 + - pos: -4.5,-20.5 parent: 34 + type: Transform - uid: 10236 components: - - type: Transform - pos: -39.5,-0.5 + - pos: -39.5,-0.5 parent: 34 + type: Transform - proto: SpawnMobCorgi entities: - uid: 1978 components: - - type: Transform - pos: -16.5,-16.5 + - pos: -16.5,-16.5 parent: 34 + type: Transform - proto: SpawnMobCow entities: - uid: 4340 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-9.5 parent: 34 + type: Transform - proto: SpawnMobCrab entities: - uid: 2408 components: - - type: Transform - pos: -1.5,10.5 + - pos: -1.5,10.5 parent: 34 + type: Transform - proto: SpawnMobDrone entities: - uid: 11854 components: - - type: Transform - pos: -34.5,-44.5 + - pos: -34.5,-44.5 parent: 34 + type: Transform - uid: 11856 components: - - type: Transform - pos: -34.5,-45.5 + - pos: -34.5,-45.5 parent: 34 + type: Transform - proto: SpawnMobFoxRenault entities: - uid: 4279 components: - - type: Transform - pos: 27.5,-29.5 + - pos: 27.5,-29.5 parent: 34 + type: Transform - proto: SpawnMobMedibot entities: - uid: 2246 components: - - type: Transform - pos: 2.5,0.5 + - pos: 2.5,0.5 parent: 34 + type: Transform - uid: 10233 components: - - type: Transform - pos: 3.5,-23.5 + - pos: 3.5,-23.5 parent: 34 + type: Transform - uid: 12539 components: - - type: Transform - pos: -0.5,-37.5 + - pos: -0.5,-37.5 parent: 34 + type: Transform - proto: SpawnMobMonkeyPunpun entities: - uid: 11469 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 34 + type: Transform - proto: SpawnMobShiva entities: - uid: 4699 components: - - type: Transform - pos: 27.5,-13.5 + - pos: 27.5,-13.5 parent: 34 + type: Transform - proto: SpawnMobSmile entities: - uid: 1846 components: - - type: Transform - pos: -28.5,-34.5 + - pos: -28.5,-34.5 parent: 34 -- proto: SpawnPointAtmos + type: Transform +- proto: SpawnPointAssistant entities: - - uid: 10425 + - uid: 1051 components: - - type: Transform - pos: -34.5,-37.5 + - pos: -44.5,1.5 parent: 34 - - uid: 12236 + type: Transform + - uid: 1057 components: - - type: Transform - pos: -34.5,-36.5 + - pos: -50.5,-7.5 parent: 34 -- proto: SpawnPointBartender - entities: - - uid: 10423 + type: Transform + - uid: 1064 components: - - type: Transform - pos: 2.5,-5.5 + - pos: -46.5,-3.5 parent: 34 - - uid: 10424 + type: Transform + - uid: 10369 components: - - type: Transform - pos: 4.5,-5.5 + - pos: -5.5,-15.5 parent: 34 -- proto: SpawnPointBorg - entities: - - uid: 2379 + type: Transform + - uid: 10471 components: - - type: Transform - pos: -42.5,-21.5 + - pos: -14.5,-14.5 parent: 34 - - uid: 6097 + type: Transform + - uid: 10472 components: - - type: Transform - pos: -41.5,-21.5 + - pos: -14.5,-16.5 parent: 34 -- proto: SpawnPointBotanist - entities: - - uid: 228 + type: Transform + - uid: 10473 components: - - type: Transform - pos: -19.5,-6.5 + - pos: -5.5,-16.5 parent: 34 - - uid: 10421 + type: Transform + - uid: 10474 components: - - type: Transform - pos: -18.5,-7.5 + - pos: -5.5,-17.5 parent: 34 - - uid: 10422 + type: Transform + - uid: 10475 components: - - type: Transform - pos: -19.5,-7.5 + - pos: -14.5,-20.5 parent: 34 -- proto: SpawnPointBrigmedic - entities: - - uid: 3983 + type: Transform + - uid: 10476 components: - - type: Transform - pos: 19.5,-1.5 + - pos: -14.5,-18.5 parent: 34 -- proto: SpawnPointCaptain - entities: - - uid: 11532 + type: Transform + - uid: 10478 components: - - type: Transform - pos: 39.5,-32.5 + - pos: -25.5,-17.5 parent: 34 -- proto: SpawnPointCargoTechnician - entities: - - uid: 1924 + type: Transform + - uid: 10480 components: - - type: Transform - pos: -13.5,-25.5 + - pos: -24.5,-17.5 parent: 34 - - uid: 1925 + type: Transform + - uid: 10481 components: - - type: Transform - pos: -13.5,-26.5 + - pos: -38.5,-4.5 parent: 34 - - uid: 1926 + type: Transform + - uid: 10482 components: - - type: Transform - pos: -12.5,-26.5 + - pos: -42.5,-4.5 parent: 34 - - uid: 1927 + type: Transform + - uid: 10483 components: - - type: Transform - pos: -12.5,-25.5 + - pos: -42.5,-6.5 parent: 34 -- proto: SpawnPointChaplain - entities: - - uid: 10436 + type: Transform + - uid: 10484 components: - - type: Transform - pos: -27.5,-14.5 + - pos: -42.5,-5.5 parent: 34 -- proto: SpawnPointChef - entities: - - uid: 10942 + type: Transform + - uid: 10485 components: - - type: Transform - pos: -10.5,-7.5 + - pos: -39.5,-2.5 parent: 34 - - uid: 10943 + type: Transform + - uid: 10486 components: - - type: Transform - pos: -8.5,-7.5 + - pos: -39.5,-8.5 parent: 34 - - uid: 10944 + type: Transform + - uid: 10487 components: - - type: Transform - pos: -9.5,-5.5 + - pos: -7.5,-22.5 parent: 34 - - uid: 10945 + type: Transform + - uid: 10488 components: - - type: Transform - pos: -9.5,-9.5 + - pos: -9.5,-22.5 parent: 34 -- proto: SpawnPointChemist - entities: - - uid: 6390 + type: Transform + - uid: 10512 components: - - type: Transform - pos: -0.5,-27.5 + - pos: 18.5,3.5 parent: 34 - - uid: 11397 + type: Transform + - uid: 10513 components: - - type: Transform - pos: 0.5,-28.5 + - pos: 17.5,4.5 parent: 34 -- proto: SpawnPointChiefEngineer - entities: - - uid: 4437 + type: Transform + - uid: 10514 components: - - type: Transform - pos: 37.5,-33.5 + - pos: 16.5,3.5 parent: 34 -- proto: SpawnPointChiefMedicalOfficer - entities: - - uid: 8118 + type: Transform + - uid: 10515 components: - - type: Transform - pos: 37.5,-35.5 + - pos: 16.5,5.5 parent: 34 -- proto: SpawnPointClown - entities: - - uid: 10437 + type: Transform + - uid: 10516 components: - - type: Transform - pos: -1.5,-19.5 + - pos: 17.5,5.5 parent: 34 -- proto: SpawnPointDetective - entities: - - uid: 4415 + type: Transform + - uid: 10517 components: - - type: Transform - pos: -10.5,2.5 + - pos: 18.5,5.5 parent: 34 -- proto: SpawnPointForensicMantis - entities: - - uid: 1921 + type: Transform + - uid: 10518 components: - - type: Transform - pos: -31.5,2.5 + - pos: 20.5,3.5 parent: 34 -- proto: SpawnPointHeadOfPersonnel - entities: - - uid: 11534 + type: Transform + - uid: 10519 components: - - type: Transform - pos: 41.5,-34.5 + - pos: 20.5,5.5 parent: 34 -- proto: SpawnPointHeadOfSecurity - entities: - - uid: 11536 + type: Transform + - uid: 11009 components: - - type: Transform - pos: 41.5,-33.5 + - pos: -11.5,-15.5 parent: 34 -- proto: SpawnPointJanitor - entities: - - uid: 240 + type: Transform + - uid: 11010 components: - - type: Transform - pos: 5.5,-19.5 + - pos: -11.5,-17.5 parent: 34 - - uid: 12179 + type: Transform + - uid: 11053 components: - - type: Transform - pos: 5.5,-18.5 + - pos: -50.5,1.5 parent: 34 -- proto: SpawnPointLatejoin - entities: - - uid: 11818 + type: Transform + - uid: 11054 components: - - type: Transform - pos: 8.5,18.5 + - pos: -45.5,-7.5 parent: 34 - - uid: 11821 + type: Transform + - uid: 11055 components: - - type: Transform - pos: 9.5,18.5 + - pos: -47.5,-7.5 parent: 34 - - uid: 11822 + type: Transform + - uid: 12897 components: - - type: Transform - pos: 10.5,18.5 + - pos: -51.5,-4.5 parent: 34 -- proto: SpawnPointLawyer + type: Transform +- proto: SpawnPointAtmos entities: - - uid: 11820 + - uid: 10425 components: - - type: Transform - pos: 10.5,8.5 + - pos: -34.5,-37.5 parent: 34 -- proto: SpawnPointLocationMidRoundAntag - entities: - - uid: 1072 + type: Transform + - uid: 12236 components: - - type: Transform - pos: -41.5,-9.5 + - pos: -34.5,-36.5 parent: 34 - - uid: 4038 + type: Transform +- proto: SpawnPointBartender + entities: + - uid: 10423 components: - - type: Transform - pos: -9.5,-47.5 + - pos: 2.5,-5.5 parent: 34 - - uid: 10235 + type: Transform + - uid: 10424 components: - - type: Transform - pos: 24.5,8.5 + - pos: 4.5,-5.5 parent: 34 - - uid: 10834 + type: Transform +- proto: SpawnPointBorg + entities: + - uid: 1941 components: - - type: Transform - pos: -23.5,-5.5 + - pos: -42.5,-13.5 parent: 34 - - uid: 10836 + type: Transform + - uid: 2546 components: - - type: Transform - pos: -28.5,-14.5 + - pos: -41.5,-13.5 parent: 34 - - uid: 11239 + type: Transform +- proto: SpawnPointBotanist + entities: + - uid: 228 components: - - type: Transform - pos: 9.5,-14.5 + - pos: -19.5,-6.5 parent: 34 - - uid: 11241 + type: Transform + - uid: 10421 components: - - type: Transform - pos: -53.5,-4.5 + - pos: -18.5,-7.5 parent: 34 - - uid: 11323 + type: Transform + - uid: 10422 components: - - type: Transform - pos: -7.5,-17.5 + - pos: -19.5,-7.5 parent: 34 -- proto: SpawnPointMailCarrier + type: Transform +- proto: SpawnPointBrigmedic entities: - - uid: 857 + - uid: 3983 components: - - type: Transform - pos: -7.5,-26.5 + - pos: 19.5,-1.5 parent: 34 - - uid: 1284 + type: Transform +- proto: SpawnPointCaptain + entities: + - uid: 11532 components: - - type: Transform - pos: -8.5,-26.5 + - pos: 39.5,-32.5 parent: 34 -- proto: SpawnPointMartialArtist + type: Transform +- proto: SpawnPointCargoTechnician entities: - - uid: 11940 + - uid: 1924 components: - - type: Transform - pos: -2.5,4.5 + - pos: -13.5,-25.5 parent: 34 - - uid: 11941 + type: Transform + - uid: 1925 components: - - type: Transform - pos: -2.5,6.5 + - pos: -13.5,-26.5 parent: 34 - - uid: 11942 + type: Transform + - uid: 1926 components: - - type: Transform - pos: -2.5,5.5 + - pos: -12.5,-26.5 parent: 34 -- proto: SpawnPointMedicalDoctor - entities: - - uid: 11745 + type: Transform + - uid: 1927 components: - - type: Transform - pos: 3.5,-33.5 + - pos: -12.5,-25.5 parent: 34 - - uid: 11747 + type: Transform +- proto: SpawnPointChaplain + entities: + - uid: 10436 components: - - type: Transform - pos: 3.5,-32.5 + - pos: -27.5,-14.5 parent: 34 - - uid: 11748 + type: Transform +- proto: SpawnPointChef + entities: + - uid: 10942 components: - - type: Transform - pos: 6.5,-33.5 + - pos: -10.5,-7.5 parent: 34 - - uid: 11749 + type: Transform + - uid: 10943 components: - - type: Transform - pos: 6.5,-32.5 + - pos: -8.5,-7.5 parent: 34 - - uid: 11752 + type: Transform + - uid: 10944 components: - - type: Transform - pos: 5.5,-33.5 + - pos: -9.5,-5.5 parent: 34 - - uid: 11753 + type: Transform + - uid: 10945 components: - - type: Transform - pos: 4.5,-33.5 + - pos: -9.5,-9.5 parent: 34 - - uid: 11754 + type: Transform +- proto: SpawnPointChemist + entities: + - uid: 6390 components: - - type: Transform - pos: 4.5,-32.5 + - pos: -0.5,-27.5 parent: 34 - - uid: 11755 + type: Transform + - uid: 11397 components: - - type: Transform - pos: 5.5,-32.5 + - pos: 0.5,-28.5 parent: 34 -- proto: SpawnPointMedicalIntern + type: Transform +- proto: SpawnPointChiefEngineer entities: - - uid: 7999 + - uid: 4437 components: - - type: Transform - pos: 6.5,-34.5 + - pos: 37.5,-33.5 parent: 34 - - uid: 8117 + type: Transform +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 8118 components: - - type: Transform - pos: 6.5,-35.5 + - pos: 37.5,-35.5 parent: 34 - - uid: 12895 + type: Transform +- proto: SpawnPointClown + entities: + - uid: 10437 components: - - type: Transform - pos: 3.5,-34.5 + - pos: -1.5,-19.5 parent: 34 - - uid: 12896 + type: Transform +- proto: SpawnPointDetective + entities: + - uid: 4415 components: - - type: Transform - pos: 3.5,-35.5 + - pos: -10.5,2.5 parent: 34 -- proto: SpawnPointMime + type: Transform +- proto: SpawnPointForensicMantis entities: - - uid: 10469 + - uid: 1921 components: - - type: Transform - pos: 2.5,-19.5 + - pos: -31.5,2.5 parent: 34 -- proto: SpawnPointMusician + type: Transform +- proto: SpawnPointHeadOfPersonnel entities: - - uid: 10470 + - uid: 11534 components: - - type: Transform - pos: 8.5,-8.5 + - pos: 41.5,-34.5 parent: 34 -- proto: SpawnPointObserver + type: Transform +- proto: SpawnPointHeadOfSecurity entities: - - uid: 11309 + - uid: 11536 components: - - type: Transform - pos: -7.5,-16.5 + - pos: 41.5,-33.5 parent: 34 -- proto: SpawnPointParamedic + type: Transform +- proto: SpawnPointJanitor entities: - - uid: 11855 + - uid: 240 components: - - type: Transform - pos: 12.5,-37.5 + - pos: 5.5,-19.5 parent: 34 - - uid: 11869 + type: Transform + - uid: 12179 components: - - type: Transform - pos: 13.5,-37.5 + - pos: 5.5,-18.5 parent: 34 -- proto: SpawnPointPassenger + type: Transform +- proto: SpawnPointLatejoin entities: - - uid: 1051 + - uid: 11818 components: - - type: Transform - pos: -44.5,1.5 + - pos: 8.5,18.5 parent: 34 - - uid: 1057 + type: Transform + - uid: 11821 components: - - type: Transform - pos: -50.5,-7.5 + - pos: 9.5,18.5 parent: 34 - - uid: 1064 + type: Transform + - uid: 11822 components: - - type: Transform - pos: -46.5,-3.5 + - pos: 10.5,18.5 parent: 34 - - uid: 10369 + type: Transform +- proto: SpawnPointLawyer + entities: + - uid: 11820 components: - - type: Transform - pos: -5.5,-15.5 + - pos: 10.5,8.5 parent: 34 - - uid: 10471 + type: Transform +- proto: SpawnPointLocationMidRoundAntag + entities: + - uid: 1072 components: - - type: Transform - pos: -14.5,-14.5 + - pos: -41.5,-9.5 parent: 34 - - uid: 10472 + type: Transform + - uid: 4038 components: - - type: Transform - pos: -14.5,-16.5 + - pos: -9.5,-47.5 parent: 34 - - uid: 10473 + type: Transform + - uid: 10235 components: - - type: Transform - pos: -5.5,-16.5 + - pos: 24.5,8.5 parent: 34 - - uid: 10474 + type: Transform + - uid: 10834 components: - - type: Transform - pos: -5.5,-17.5 + - pos: -23.5,-5.5 parent: 34 - - uid: 10475 + type: Transform + - uid: 10836 components: - - type: Transform - pos: -14.5,-20.5 + - pos: -28.5,-14.5 parent: 34 - - uid: 10476 + type: Transform + - uid: 11239 components: - - type: Transform - pos: -14.5,-18.5 + - pos: 9.5,-14.5 parent: 34 - - uid: 10478 + type: Transform + - uid: 11241 components: - - type: Transform - pos: -25.5,-17.5 + - pos: -53.5,-4.5 parent: 34 - - uid: 10480 + type: Transform + - uid: 11323 components: - - type: Transform - pos: -24.5,-17.5 + - pos: -7.5,-17.5 parent: 34 - - uid: 10481 + type: Transform +- proto: SpawnPointMailCarrier + entities: + - uid: 857 components: - - type: Transform - pos: -38.5,-4.5 + - pos: -7.5,-26.5 parent: 34 - - uid: 10482 + type: Transform + - uid: 1284 components: - - type: Transform - pos: -42.5,-4.5 + - pos: -8.5,-26.5 parent: 34 - - uid: 10483 + type: Transform +- proto: SpawnPointMartialArtist + entities: + - uid: 11940 components: - - type: Transform - pos: -42.5,-6.5 + - pos: -2.5,4.5 parent: 34 - - uid: 10484 + type: Transform + - uid: 11941 components: - - type: Transform - pos: -42.5,-5.5 + - pos: -2.5,6.5 parent: 34 - - uid: 10485 + type: Transform + - uid: 11942 components: - - type: Transform - pos: -39.5,-2.5 + - pos: -2.5,5.5 parent: 34 - - uid: 10486 + type: Transform +- proto: SpawnPointMedicalDoctor + entities: + - uid: 11745 components: - - type: Transform - pos: -39.5,-8.5 + - pos: 3.5,-33.5 parent: 34 - - uid: 10487 + type: Transform + - uid: 11747 components: - - type: Transform - pos: -7.5,-22.5 + - pos: 3.5,-32.5 parent: 34 - - uid: 10488 + type: Transform + - uid: 11748 components: - - type: Transform - pos: -9.5,-22.5 + - pos: 6.5,-33.5 parent: 34 - - uid: 10512 + type: Transform + - uid: 11749 components: - - type: Transform - pos: 18.5,3.5 + - pos: 6.5,-32.5 parent: 34 - - uid: 10513 + type: Transform + - uid: 11752 components: - - type: Transform - pos: 17.5,4.5 + - pos: 5.5,-33.5 parent: 34 - - uid: 10514 + type: Transform + - uid: 11753 components: - - type: Transform - pos: 16.5,3.5 + - pos: 4.5,-33.5 parent: 34 - - uid: 10515 + type: Transform + - uid: 11754 components: - - type: Transform - pos: 16.5,5.5 + - pos: 4.5,-32.5 parent: 34 - - uid: 10516 + type: Transform + - uid: 11755 components: - - type: Transform - pos: 17.5,5.5 + - pos: 5.5,-32.5 parent: 34 - - uid: 10517 + type: Transform +- proto: SpawnPointMedicalIntern + entities: + - uid: 7999 components: - - type: Transform - pos: 18.5,5.5 + - pos: 6.5,-34.5 parent: 34 - - uid: 10518 + type: Transform + - uid: 8117 components: - - type: Transform - pos: 20.5,3.5 + - pos: 6.5,-35.5 parent: 34 - - uid: 10519 + type: Transform + - uid: 12895 components: - - type: Transform - pos: 20.5,5.5 + - pos: 3.5,-34.5 parent: 34 - - uid: 11009 + type: Transform + - uid: 12896 components: - - type: Transform - pos: -11.5,-15.5 + - pos: 3.5,-35.5 parent: 34 - - uid: 11010 + type: Transform +- proto: SpawnPointMime + entities: + - uid: 10469 components: - - type: Transform - pos: -11.5,-17.5 + - pos: 2.5,-19.5 parent: 34 - - uid: 11053 + type: Transform +- proto: SpawnPointMusician + entities: + - uid: 10470 components: - - type: Transform - pos: -50.5,1.5 + - pos: 8.5,-8.5 parent: 34 - - uid: 11054 + type: Transform +- proto: SpawnPointObserver + entities: + - uid: 11309 components: - - type: Transform - pos: -45.5,-7.5 + - pos: -7.5,-16.5 parent: 34 - - uid: 11055 + type: Transform +- proto: SpawnPointParamedic + entities: + - uid: 11855 components: - - type: Transform - pos: -47.5,-7.5 + - pos: 12.5,-37.5 parent: 34 - - uid: 12897 + type: Transform + - uid: 11869 components: - - type: Transform - pos: -51.5,-4.5 + - pos: 13.5,-37.5 parent: 34 + type: Transform - proto: SpawnPointPrisoner entities: - uid: 4655 components: - - type: Transform - pos: 40.5,-6.5 + - pos: 40.5,-6.5 parent: 34 + type: Transform - uid: 4663 components: - - type: Transform - pos: 47.5,-7.5 + - pos: 47.5,-7.5 parent: 34 + type: Transform - uid: 4802 components: - - type: Transform - pos: 36.5,0.5 + - pos: 36.5,0.5 parent: 34 + type: Transform - uid: 8910 components: - - type: Transform - pos: 40.5,-12.5 + - pos: 40.5,-12.5 parent: 34 + type: Transform - uid: 12079 components: - - type: Transform - pos: 47.5,-13.5 + - pos: 47.5,-13.5 parent: 34 + type: Transform - uid: 12187 components: - - type: Transform - pos: 39.5,-10.5 + - pos: 39.5,-10.5 parent: 34 + type: Transform - uid: 12189 components: - - type: Transform - pos: 47.5,-9.5 + - pos: 47.5,-9.5 parent: 34 + type: Transform - proto: SpawnPointQuartermaster entities: - uid: 11544 components: - - type: Transform - pos: 37.5,-34.5 + - pos: 37.5,-34.5 parent: 34 + type: Transform - proto: SpawnPointReporter entities: - uid: 10499 components: - - type: Transform - pos: 17.5,-37.5 + - pos: 17.5,-37.5 parent: 34 + type: Transform - proto: SpawnPointResearchAssistant entities: - uid: 10220 components: - - type: Transform - pos: -28.5,-9.5 + - pos: -28.5,-9.5 parent: 34 + type: Transform - uid: 11349 components: - - type: Transform - pos: -29.5,-17.5 + - pos: -29.5,-17.5 parent: 34 + type: Transform - uid: 11350 components: - - type: Transform - pos: -28.5,-17.5 + - pos: -28.5,-17.5 parent: 34 + type: Transform - uid: 11424 components: - - type: Transform - pos: -28.5,-7.5 + - pos: -28.5,-7.5 parent: 34 + type: Transform - proto: SpawnPointResearchDirector entities: - uid: 11589 components: - - type: Transform - pos: 41.5,-35.5 + - pos: 41.5,-35.5 parent: 34 + type: Transform - proto: SpawnPointSalvageSpecialist entities: - uid: 704 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -17.5,-32.5 parent: 34 + type: Transform - uid: 4771 components: - - type: Transform - pos: -17.5,-34.5 + - pos: -17.5,-34.5 parent: 34 + type: Transform - uid: 4894 components: - - type: Transform - pos: -14.5,-32.5 + - pos: -14.5,-32.5 parent: 34 + type: Transform - uid: 12515 components: - - type: Transform - pos: -16.5,-32.5 + - pos: -16.5,-32.5 parent: 34 + type: Transform - proto: SpawnPointScientist entities: - uid: 10440 components: - - type: Transform - pos: -25.5,-15.5 + - pos: -25.5,-15.5 parent: 34 + type: Transform - uid: 10441 components: - - type: Transform - pos: -24.5,-15.5 + - pos: -24.5,-15.5 parent: 34 + type: Transform - uid: 10442 components: - - type: Transform - pos: -28.5,-15.5 + - pos: -28.5,-15.5 parent: 34 + type: Transform - uid: 10443 components: - - type: Transform - pos: -29.5,-15.5 + - pos: -29.5,-15.5 parent: 34 + type: Transform - uid: 10444 components: - - type: Transform - pos: -24.5,-16.5 + - pos: -24.5,-16.5 parent: 34 + type: Transform - uid: 10445 components: - - type: Transform - pos: -25.5,-16.5 + - pos: -25.5,-16.5 parent: 34 + type: Transform - uid: 10446 components: - - type: Transform - pos: -28.5,-16.5 + - pos: -28.5,-16.5 parent: 34 + type: Transform - uid: 10447 components: - - type: Transform - pos: -29.5,-16.5 + - pos: -29.5,-16.5 parent: 34 + type: Transform - proto: SpawnPointSecurityCadet entities: - uid: 10504 components: - - type: Transform - pos: 25.5,-13.5 + - pos: 25.5,-13.5 parent: 34 + type: Transform - proto: SpawnPointSecurityOfficer entities: - uid: 10505 components: - - type: Transform - pos: 23.5,-17.5 + - pos: 23.5,-17.5 parent: 34 + type: Transform - uid: 10506 components: - - type: Transform - pos: 24.5,-17.5 + - pos: 24.5,-17.5 parent: 34 + type: Transform - uid: 10507 components: - - type: Transform - pos: 25.5,-17.5 + - pos: 25.5,-17.5 parent: 34 + type: Transform - uid: 10508 components: - - type: Transform - pos: 23.5,-16.5 + - pos: 23.5,-16.5 parent: 34 + type: Transform - uid: 10509 components: - - type: Transform - pos: 24.5,-16.5 + - pos: 24.5,-16.5 parent: 34 + type: Transform - uid: 10510 components: - - type: Transform - pos: 25.5,-16.5 + - pos: 25.5,-16.5 parent: 34 + type: Transform - proto: SpawnPointServiceWorker entities: - uid: 12278 components: - - type: Transform - pos: -8.5,-13.5 + - pos: -8.5,-13.5 parent: 34 + type: Transform - uid: 12279 components: - - type: Transform - pos: -9.5,-13.5 + - pos: -9.5,-13.5 parent: 34 + type: Transform - uid: 12280 components: - - type: Transform - pos: -7.5,-13.5 + - pos: -7.5,-13.5 parent: 34 + type: Transform - proto: SpawnPointStationEngineer entities: - uid: 10428 components: - - type: Transform - pos: -30.5,-37.5 + - pos: -30.5,-37.5 parent: 34 + type: Transform - uid: 10429 components: - - type: Transform - pos: -30.5,-38.5 + - pos: -30.5,-38.5 parent: 34 + type: Transform - uid: 10430 components: - - type: Transform - pos: -30.5,-39.5 + - pos: -30.5,-39.5 parent: 34 + type: Transform - uid: 10431 components: - - type: Transform - pos: -30.5,-36.5 + - pos: -30.5,-36.5 parent: 34 + type: Transform - uid: 10432 components: - - type: Transform - pos: -30.5,-35.5 + - pos: -30.5,-35.5 parent: 34 + type: Transform - proto: SpawnPointTechnicalAssistant entities: - uid: 2136 components: - - type: Transform - pos: -32.5,-40.5 + - pos: -32.5,-40.5 parent: 34 + type: Transform - uid: 9710 components: - - type: Transform - pos: -34.5,-40.5 + - pos: -34.5,-40.5 parent: 34 + type: Transform - uid: 12893 components: - - type: Transform - pos: -34.5,-38.5 + - pos: -34.5,-38.5 parent: 34 + type: Transform - uid: 12894 components: - - type: Transform - pos: -34.5,-39.5 + - pos: -34.5,-39.5 parent: 34 + type: Transform - proto: SpawnPointWarden entities: - uid: 10511 components: - - type: Transform - pos: 23.5,-14.5 + - pos: 23.5,-14.5 parent: 34 + type: Transform - proto: SpawnVehicleATV entities: - uid: 7868 components: - - type: Transform - pos: -9.5,-29.5 + - pos: -9.5,-29.5 parent: 34 + type: Transform - proto: SpawnVehicleWheelchairFolded entities: - uid: 4795 components: - - type: Transform - pos: 10.5,-29.5 + - pos: 10.5,-29.5 parent: 34 + type: Transform - proto: SprayBottleSpaceCleaner entities: - uid: 4204 components: - - type: Transform - pos: 6.355405,-18.541101 + - pos: 6.355405,-18.541101 parent: 34 + type: Transform - uid: 8031 components: - - type: Transform - pos: 6.178322,-18.416014 + - pos: 6.178322,-18.416014 parent: 34 + type: Transform - proto: SprayBottleWater entities: - uid: 11045 components: - - type: Transform - pos: 1.9681275,-3.6084273 + - pos: 1.9681275,-3.6084273 parent: 34 + type: Transform - uid: 11107 components: - - type: Transform - pos: -50.3787,-3.3120065 + - pos: -50.3787,-3.3120065 parent: 34 + type: Transform - proto: StasisBed entities: - uid: 1399 components: - - type: Transform - pos: 7.5,-31.5 + - pos: 7.5,-31.5 parent: 34 + type: Transform - proto: StationMap entities: - uid: 3243 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 34 + type: Transform - proto: SteelBench entities: - uid: 2737 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,18.5 parent: 34 + type: Transform - uid: 2738 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.5,17.5 parent: 34 + type: Transform - proto: Stool entities: - uid: 1108 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 34 + type: Transform - uid: 2728 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,-17.5 parent: 34 + type: Transform - uid: 3853 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,-9.5 parent: 34 + type: Transform - uid: 5032 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 16.5,5.5 parent: 34 + type: Transform - uid: 5033 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,5.5 parent: 34 + type: Transform - uid: 5034 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 18.5,5.5 parent: 34 + type: Transform - uid: 10887 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-39.5 parent: 34 + type: Transform - uid: 10888 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.5,-39.5 parent: 34 + type: Transform - uid: 10912 components: - - type: Transform - pos: 37.5,-28.5 + - pos: 37.5,-28.5 parent: 34 + type: Transform - proto: StoolBar entities: - uid: 751 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-7.5 parent: 34 + type: Transform - uid: 752 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 34 + type: Transform - uid: 753 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 34 + type: Transform - uid: 754 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,-7.5 parent: 34 + type: Transform - uid: 755 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,-7.5 parent: 34 + type: Transform - uid: 756 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,-7.5 parent: 34 + type: Transform - uid: 757 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 34 + type: Transform - uid: 758 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 34 + type: Transform - uid: 4144 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-41.5 parent: 34 + type: Transform - uid: 5511 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-41.5 parent: 34 + type: Transform - uid: 5512 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-40.5 parent: 34 + type: Transform - uid: 5513 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 37.5,-39.5 parent: 34 + type: Transform - proto: StorageCanister entities: - uid: 933 components: - - type: Transform - pos: -30.5,-4.5 + - pos: -30.5,-4.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1647 components: - - type: Transform - pos: -47.5,-40.5 + - pos: -47.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1648 components: - - type: Transform - pos: -48.5,-40.5 + - pos: -48.5,-40.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1795 components: - - type: Transform - pos: -40.5,-31.5 + - pos: -40.5,-31.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - uid: 1796 components: - - type: Transform - pos: -40.5,-32.5 + - pos: -40.5,-32.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: Stunbaton entities: - uid: 3722 components: - - type: Transform - pos: 24.607412,-19.584091 + - pos: 24.607412,-19.584091 parent: 34 + type: Transform - uid: 10762 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 34.55371,-31.428358 parent: 34 + type: Transform - proto: SubstationBasic entities: - uid: 2236 components: - - type: MetaData - name: Dorm's substation - - type: Transform - pos: -56.5,-3.5 + - name: Dorm's substation + type: MetaData + - pos: -56.5,-3.5 parent: 34 + type: Transform - uid: 2762 components: - - type: MetaData - name: Service/epistemic's substation - - type: Transform - pos: -16.5,-14.5 + - name: Service/epistemic's substation + type: MetaData + - pos: -16.5,-14.5 parent: 34 + type: Transform - uid: 3053 components: - - type: MetaData - name: Janitorial/bar's substation - - type: Transform - pos: 10.5,-19.5 + - name: Janitorial/bar's substation + type: MetaData + - pos: 10.5,-19.5 parent: 34 + type: Transform - uid: 3577 components: - - type: MetaData - name: Upper security's substation - - type: Transform - pos: 24.5,4.5 + - name: Upper security's substation + type: MetaData + - pos: 24.5,4.5 parent: 34 + type: Transform - uid: 4309 components: - - type: MetaData - name: Command substation - - type: Transform - pos: 36.5,-29.5 + - name: Command substation + type: MetaData + - pos: 36.5,-29.5 parent: 34 + type: Transform - uid: 4609 components: - - type: MetaData - name: Logistic's substation - - type: Transform - pos: -22.5,-29.5 + - name: Logistic's substation + type: MetaData + - pos: -22.5,-29.5 parent: 34 + type: Transform - uid: 5580 components: - - type: MetaData - name: Upper solar's substation - - type: Transform - pos: -23.5,3.5 + - name: Upper solar's substation + type: MetaData + - pos: -23.5,3.5 parent: 34 + type: Transform - uid: 8938 components: - - type: MetaData - name: Lower security's substation - - type: Transform - pos: 37.5,-19.5 + - name: Lower security's substation + type: MetaData + - pos: 37.5,-19.5 parent: 34 + type: Transform - uid: 9407 components: - - type: MetaData - name: Camera's substation - - type: Transform - pos: 52.5,-24.5 + - name: Camera's substation + type: MetaData + - pos: 52.5,-24.5 parent: 34 + type: Transform - uid: 11370 components: - - type: MetaData - name: Medical's substation. - - type: Transform - pos: 18.5,-44.5 + - name: Medical's substation. + type: MetaData + - pos: 18.5,-44.5 parent: 34 + type: Transform - uid: 11852 components: - - type: MetaData - name: Engineering's substation - - type: Transform - pos: -28.5,-32.5 + - name: Engineering's substation + type: MetaData + - pos: -28.5,-32.5 parent: 34 + type: Transform - proto: SuitStorageAtmos entities: - uid: 7422 components: - - type: Transform - pos: -46.5,-29.5 + - pos: -46.5,-29.5 parent: 34 + type: Transform - uid: 11548 components: - - type: Transform - pos: -47.5,-29.5 + - pos: -47.5,-29.5 parent: 34 + type: Transform - proto: SuitStorageCaptain entities: - uid: 12229 components: - - type: Transform - pos: 26.5,-29.5 + - pos: 26.5,-29.5 parent: 34 + type: Transform - proto: SuitStorageCE entities: - uid: 11538 components: - - type: Transform - pos: -24.5,-30.5 + - pos: -24.5,-30.5 parent: 34 + type: Transform - proto: SuitStorageCMO entities: - uid: 2284 components: - - type: Transform - pos: 10.5,-34.5 + - pos: 10.5,-34.5 parent: 34 + type: Transform - proto: SuitStorageEngi entities: - uid: 3229 components: - - type: Transform - pos: -35.5,-31.5 + - pos: -35.5,-31.5 parent: 34 + type: Transform - uid: 3373 components: - - type: Transform - pos: -35.5,-32.5 + - pos: -35.5,-32.5 parent: 34 + type: Transform - uid: 12354 components: - - type: Transform - pos: -31.5,-48.5 + - pos: -31.5,-48.5 parent: 34 + type: Transform - uid: 12355 components: - - type: Transform - pos: -31.5,-49.5 + - pos: -31.5,-49.5 parent: 34 + type: Transform - proto: SuitStorageEVAAlternate entities: - uid: 1038 components: - - type: Transform - pos: 8.5,-52.5 + - pos: 8.5,-52.5 parent: 34 + type: Transform - uid: 1814 components: - - type: Transform - pos: -5.5,-52.5 + - pos: -5.5,-52.5 parent: 34 + type: Transform - uid: 6387 components: - - type: Transform - pos: -5.5,-54.5 + - pos: -5.5,-54.5 parent: 34 + type: Transform - uid: 10025 components: - - type: Transform - pos: 8.5,-54.5 + - pos: 8.5,-54.5 parent: 34 + type: Transform - uid: 11833 components: - - type: Transform - pos: -5.5,-53.5 + - pos: -5.5,-53.5 parent: 34 + type: Transform - uid: 12635 components: - - type: Transform - pos: 8.5,-53.5 + - pos: 8.5,-53.5 parent: 34 + type: Transform - proto: SuitStorageHOS entities: - uid: 11631 components: - - type: Transform - pos: 33.5,-11.5 + - pos: 33.5,-11.5 parent: 34 + type: Transform - proto: SuitStorageParamedic entities: - uid: 69 components: - - type: Transform - pos: 13.5,-36.5 + - pos: 13.5,-36.5 parent: 34 + type: Transform - uid: 2505 components: - - type: Transform - pos: 12.5,-36.5 + - pos: 12.5,-36.5 parent: 34 + type: Transform - proto: SuitStorageRD entities: - uid: 11240 components: - - type: Transform - pos: -34.5,-3.5 + - pos: -34.5,-3.5 parent: 34 + type: Transform - proto: SuitStorageSec entities: - uid: 3587 components: - - type: Transform - pos: 28.5,-0.5 + - pos: 28.5,-0.5 parent: 34 + type: Transform - uid: 3597 components: - - type: Transform - pos: 23.5,-20.5 + - pos: 23.5,-20.5 parent: 34 + type: Transform - uid: 3707 components: - - type: Transform - pos: 25.5,-20.5 + - pos: 25.5,-20.5 parent: 34 + type: Transform - uid: 3711 components: - - type: Transform - pos: 29.5,-0.5 + - pos: 29.5,-0.5 parent: 34 + type: Transform - uid: 3712 components: - - type: Transform - pos: 30.5,-0.5 + - pos: 30.5,-0.5 parent: 34 + type: Transform - proto: SuitStorageWarden entities: - uid: 3384 components: - - type: Transform - pos: 29.5,-6.5 + - pos: 29.5,-6.5 parent: 34 + type: Transform - proto: SurveillanceCameraCommand entities: - uid: 3316 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 38.5,-31.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: conference + type: SurveillanceCamera - uid: 10756 components: - - type: Transform - pos: 33.5,-37.5 + - pos: 33.5,-37.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: bridge + type: SurveillanceCamera - uid: 10757 components: - - type: Transform - pos: 37.5,-41.5 + - pos: 37.5,-41.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: bar + type: SurveillanceCamera - uid: 10758 components: - - type: Transform - pos: 30.5,-29.5 + - pos: 30.5,-29.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: front + type: SurveillanceCamera - uid: 10759 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 26.5,-33.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: vault + type: SurveillanceCamera - proto: SurveillanceCameraEngineering entities: - uid: 1801 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -59.5,-30.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: TEG + type: SurveillanceCamera - uid: 9035 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -43.5,-29.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmosian's office + type: SurveillanceCamera - uid: 10728 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-34.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: AME + type: SurveillanceCamera - uid: 10729 components: - - type: Transform - pos: -23.5,-27.5 + - pos: -23.5,-27.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: front desk + type: SurveillanceCamera - uid: 10730 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -41.5,-35.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: atmospherics north + type: SurveillanceCamera - uid: 10731 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -40.5,-46.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: atmospherics south + type: SurveillanceCamera - uid: 10732 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.5,-40.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: atmospherics mix + type: SurveillanceCamera - uid: 10733 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -40.5,-31.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: canisters + type: SurveillanceCamera - uid: 10767 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 31.5,-43.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: south solar in + type: SurveillanceCamera - uid: 10768 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 27.5,-47.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: south solar out + type: SurveillanceCamera - uid: 10769 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -20.5,3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: north solar in + type: SurveillanceCamera - uid: 10770 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -23.5,9.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: north solar out + type: SurveillanceCamera - uid: 11222 components: - - type: Transform - pos: -38.5,-27.5 + - pos: -38.5,-27.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Front of engineering + type: SurveillanceCamera - uid: 12109 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -38.5,-49.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Telecomms + type: SurveillanceCamera - proto: SurveillanceCameraGeneral entities: - uid: 4065 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -5.5,-40.5 parent: 34 + type: Transform - uid: 10695 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: arrivals west + type: SurveillanceCamera - uid: 10696 components: - - type: Transform - pos: -23.5,-1.5 + - pos: -23.5,-1.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: north solars + type: SurveillanceCamera - uid: 10697 components: - - type: Transform - pos: -40.5,-1.5 + - pos: -40.5,-1.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: dorms north + type: SurveillanceCamera - uid: 10698 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -40.5,-9.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: dorms south + type: SurveillanceCamera - uid: 10699 components: - - type: Transform - pos: -29.5,-23.5 + - pos: -29.5,-23.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: chapel + type: SurveillanceCamera - uid: 10700 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -16.5,-23.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: HoP + type: SurveillanceCamera - uid: 10701 components: - - type: Transform - pos: -9.5,-22.5 + - pos: -9.5,-22.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: center south + type: SurveillanceCamera - uid: 10702 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-11.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: center north + type: SurveillanceCamera - uid: 10704 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 18.5,-22.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: courtroom front + type: SurveillanceCamera - uid: 10705 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 12.5,-31.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: courtroom + type: SurveillanceCamera - uid: 10706 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-13.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: security + type: SurveillanceCamera - uid: 10707 components: - - type: Transform - pos: 11.5,-1.5 + - pos: 11.5,-1.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: arrivals east + type: SurveillanceCamera - uid: 10708 components: - - type: Transform - pos: 7.5,13.5 + - pos: 7.5,13.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: dock north + type: SurveillanceCamera - uid: 10709 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 31.5,-21.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: bridge + type: SurveillanceCamera - uid: 10710 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-22.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: medical + type: SurveillanceCamera - uid: 10744 components: - - type: Transform - pos: 19.5,3.5 + - pos: 19.5,3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: arcade + type: SurveillanceCamera - uid: 12424 components: - - type: Transform - pos: 10.5,13.5 + - pos: 10.5,13.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Arrivals + type: SurveillanceCamera - uid: 12428 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -3.5,-49.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evacuation + type: SurveillanceCamera - proto: SurveillanceCameraMedical entities: - uid: 5278 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -1.5,-40.5 parent: 34 + type: Transform + - setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Cryo room + type: SurveillanceCamera - uid: 11758 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-35.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Treatment + type: SurveillanceCamera - uid: 11759 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-26.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Chemistry + type: SurveillanceCamera - uid: 11760 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 10.5,-29.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Surgery + type: SurveillanceCamera - proto: SurveillanceCameraRouterCommand entities: - uid: 5969 components: - - type: MetaData - name: camera router (command) - - type: Transform - pos: 48.5,-25.5 + - name: camera router (command) + type: MetaData + - pos: 48.5,-25.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterEngineering entities: - uid: 5970 components: - - type: MetaData - name: camera router (engineering) - - type: Transform - pos: 47.5,-25.5 + - name: camera router (engineering) + type: MetaData + - pos: 47.5,-25.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterGeneral entities: - uid: 5972 components: - - type: MetaData - name: camera router (general) - - type: Transform - pos: 48.5,-23.5 + - name: camera router (general) + type: MetaData + - pos: 48.5,-23.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterMedical entities: - uid: 5966 components: - - type: MetaData - name: camera router (medical) - - type: Transform - pos: 47.5,-21.5 + - name: camera router (medical) + type: MetaData + - pos: 47.5,-21.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterScience entities: - uid: 5971 components: - - type: MetaData - name: camera router (epistemics) - - type: Transform - pos: 49.5,-25.5 + - name: camera router (epistemics) + type: MetaData + - pos: 49.5,-25.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterSecurity entities: - uid: 5968 components: - - type: MetaData - name: camera router (security) - - type: Transform - pos: 49.5,-21.5 + - name: camera router (security) + type: MetaData + - pos: 49.5,-21.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterService entities: - uid: 5967 components: - - type: MetaData - name: camera router (service) - - type: Transform - pos: 48.5,-21.5 + - name: camera router (service) + type: MetaData + - pos: 48.5,-21.5 parent: 34 + type: Transform - proto: SurveillanceCameraRouterSupply entities: - uid: 6697 components: - - type: Transform - pos: 49.5,-23.5 + - pos: 49.5,-23.5 parent: 34 + type: Transform - proto: SurveillanceCameraScience entities: - - uid: 9019 + - uid: 730 components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-16.5 + - rot: 1.5707963267948966 rad + pos: -42.5,-16.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Robotics + type: SurveillanceCamera - uid: 10735 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-16.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: chapel + type: SurveillanceCamera - uid: 10736 components: - - type: Transform - pos: -30.5,-11.5 + - pos: -30.5,-11.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: interior + type: SurveillanceCamera - uid: 10737 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -27.5,-3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: artifact + type: SurveillanceCamera - uid: 10738 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -35.5,-19.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: front desk + type: SurveillanceCamera - uid: 10771 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -29.5,2.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: forensic mantis + type: SurveillanceCamera - proto: SurveillanceCameraSecurity entities: - uid: 4559 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 45.5,-8.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 3 + type: SurveillanceCamera - uid: 4560 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 45.5,-11.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 4 + type: SurveillanceCamera - uid: 4561 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 42.5,-8.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 2 + type: SurveillanceCamera - uid: 4562 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 42.5,-11.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 1 + type: SurveillanceCamera - uid: 5941 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 19.5,-0.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Corpsman's office + type: SurveillanceCamera - uid: 9020 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,5.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Detective's office + type: SurveillanceCamera - uid: 10716 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 26.5,-15.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: south + type: SurveillanceCamera - uid: 10717 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 28.5,-18.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: interrogation + type: SurveillanceCamera - uid: 10718 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 17.5,-3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: communal cell + type: SurveillanceCamera - uid: 10719 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 29.5,4.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: armory + type: SurveillanceCamera - uid: 10720 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 24.5,-2.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: north + type: SurveillanceCamera - uid: 10727 components: - - type: Transform - pos: 40.5,3.5 + - pos: 40.5,3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: perma chow + type: SurveillanceCamera - uid: 12883 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,-4.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Breakroom prison + type: SurveillanceCamera - uid: 12887 components: - - type: Transform - pos: 41.5,-4.5 + - pos: 41.5,-4.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Main hall prison + type: SurveillanceCamera - proto: SurveillanceCameraService entities: - uid: 10739 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,-7.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: botany + type: SurveillanceCamera - uid: 10740 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.5,-8.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: kitchen + type: SurveillanceCamera - uid: 10741 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: bar + type: SurveillanceCamera - uid: 10742 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -13.5,3.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: storage + type: SurveillanceCamera - uid: 12422 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,8.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Dojo + type: SurveillanceCamera - proto: SurveillanceCameraSupply entities: - uid: 8194 components: - - type: Transform - pos: -9.5,-27.5 + - pos: -9.5,-27.5 parent: 34 + type: Transform - uid: 8197 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -7.5,-31.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Main room + type: SurveillanceCamera - uid: 9987 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -18.5,-33.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Salvage + type: SurveillanceCamera - uid: 12398 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -12.5,-41.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Loading bay + type: SurveillanceCamera - uid: 12399 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -29.5,-46.5 parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: + type: Transform + - setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Salvage's walkway + type: SurveillanceCamera - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 11689 components: - - type: Transform - pos: 16.5,-36.5 + - pos: 16.5,-36.5 parent: 34 + type: Transform - proto: SurveillanceWirelessCameraAnchoredEntertainment entities: - uid: 680 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 15.5,-36.5 parent: 34 + type: Transform - proto: SurveillanceWirelessCameraMovableEntertainment entities: - uid: 7404 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-36.5 parent: 34 + type: Transform - proto: Syringe entities: - uid: 11714 components: - - type: Transform - pos: -29.291363,3.4877024 + - pos: -29.291363,3.4877024 parent: 34 + type: Transform - proto: SyringeEphedrine entities: - uid: 5878 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -49.412476,7.484777 parent: 34 + type: Transform - proto: SyringeInaprovaline entities: - uid: 4194 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 16.366955,-1.2841376 parent: 34 + type: Transform - proto: SyringeTranexamicAcid entities: - uid: 8989 components: - - type: Transform - pos: 9.893164,-26.39215 + - pos: 9.893164,-26.39215 parent: 34 + type: Transform - proto: Table entities: - uid: 825 components: - - type: Transform - pos: -8.5,-3.5 + - pos: -8.5,-3.5 parent: 34 + type: Transform - uid: 826 components: - - type: Transform - pos: -7.5,-3.5 + - pos: -7.5,-3.5 parent: 34 + type: Transform - uid: 827 components: - - type: Transform - pos: -7.5,-4.5 + - pos: -7.5,-4.5 parent: 34 + type: Transform - uid: 828 components: - - type: Transform - pos: -7.5,-5.5 + - pos: -7.5,-5.5 parent: 34 + type: Transform - uid: 863 components: - - type: Transform - pos: -20.5,-3.5 + - pos: -20.5,-3.5 parent: 34 + type: Transform - uid: 864 components: - - type: Transform - pos: -20.5,-4.5 + - pos: -20.5,-4.5 parent: 34 + type: Transform - uid: 908 components: - - type: Transform - pos: -35.5,-5.5 + - pos: -35.5,-5.5 parent: 34 + type: Transform - uid: 1888 components: - - type: Transform - pos: -13.5,-27.5 - parent: 34 - - uid: 1889 - components: - - type: Transform - pos: -14.5,-24.5 + - pos: -13.5,-27.5 parent: 34 + type: Transform - uid: 1902 components: - - type: Transform - pos: -9.5,-27.5 + - pos: -9.5,-27.5 parent: 34 + type: Transform - uid: 1903 components: - - type: Transform - pos: -8.5,-27.5 + - pos: -8.5,-27.5 parent: 34 + type: Transform - uid: 1904 components: - - type: Transform - pos: -7.5,-24.5 + - pos: -7.5,-24.5 parent: 34 + type: Transform - uid: 1916 components: - - type: Transform - pos: -9.5,-26.5 + - pos: -9.5,-26.5 parent: 34 + type: Transform - uid: 1989 components: - - type: Transform - pos: -32.5,-29.5 + - pos: -32.5,-29.5 + parent: 34 + type: Transform + - uid: 2125 + components: + - pos: -13.5,-24.5 parent: 34 + type: Transform - uid: 2286 components: - - type: Transform - pos: 40.5,-35.5 + - pos: 40.5,-35.5 parent: 34 + type: Transform - uid: 2359 components: - - type: Transform - pos: -37.5,-27.5 + - pos: -37.5,-27.5 parent: 34 + type: Transform - uid: 2424 components: - - type: Transform - pos: 40.5,-34.5 + - pos: 40.5,-34.5 parent: 34 + type: Transform - uid: 2425 components: - - type: Transform - pos: 40.5,-33.5 + - pos: 40.5,-33.5 parent: 34 + type: Transform - uid: 2942 components: - - type: Transform - pos: 10.5,-38.5 + - pos: 10.5,-38.5 parent: 34 + type: Transform - uid: 3511 components: - - type: Transform - pos: 19.5,-20.5 + - pos: 19.5,-20.5 parent: 34 + type: Transform - uid: 3512 components: - - type: Transform - pos: 18.5,-20.5 + - pos: 18.5,-20.5 parent: 34 + type: Transform - uid: 3813 components: - - type: Transform - pos: 8.5,-20.5 + - pos: 8.5,-20.5 parent: 34 + type: Transform - uid: 3957 components: - - type: Transform - pos: -10.5,-46.5 + - pos: -10.5,-46.5 parent: 34 + type: Transform - uid: 3960 components: - - type: Transform - pos: -8.5,-48.5 + - pos: -8.5,-48.5 parent: 34 + type: Transform - uid: 4325 components: - - type: Transform - pos: 38.5,-33.5 + - pos: 38.5,-33.5 parent: 34 + type: Transform - uid: 4326 components: - - type: Transform - pos: 38.5,-34.5 + - pos: 38.5,-34.5 parent: 34 + type: Transform - uid: 4327 components: - - type: Transform - pos: 38.5,-35.5 + - pos: 38.5,-35.5 parent: 34 + type: Transform - uid: 4328 components: - - type: Transform - pos: 39.5,-33.5 + - pos: 39.5,-33.5 parent: 34 + type: Transform - uid: 4330 components: - - type: Transform - pos: 39.5,-35.5 + - pos: 39.5,-35.5 parent: 34 + type: Transform - uid: 4394 components: - - type: Transform - pos: 16.5,-38.5 + - pos: 16.5,-38.5 parent: 34 + type: Transform - uid: 4727 components: - - type: Transform - pos: 44.5,3.5 + - pos: 44.5,3.5 parent: 34 + type: Transform - uid: 4728 components: - - type: Transform - pos: 44.5,6.5 + - pos: 44.5,6.5 parent: 34 + type: Transform - uid: 4773 components: - - type: Transform - pos: 41.5,-0.5 + - pos: 41.5,-0.5 parent: 34 + type: Transform - uid: 4774 components: - - type: Transform - pos: 41.5,0.5 + - pos: 41.5,0.5 parent: 34 + type: Transform - uid: 4905 components: - - type: Transform - pos: 29.5,-18.5 + - pos: 29.5,-18.5 parent: 34 + type: Transform - uid: 4913 components: - - type: Transform - pos: 22.5,-12.5 + - pos: 22.5,-12.5 parent: 34 + type: Transform - uid: 4914 components: - - type: Transform - pos: 22.5,-11.5 + - pos: 22.5,-11.5 parent: 34 + type: Transform - uid: 4916 components: - - type: Transform - pos: 23.5,-15.5 + - pos: 23.5,-15.5 parent: 34 + type: Transform - uid: 4930 components: - - type: Transform - pos: 20.5,-16.5 + - pos: 20.5,-16.5 parent: 34 + type: Transform - uid: 4931 components: - - type: Transform - pos: 19.5,-16.5 + - pos: 19.5,-16.5 parent: 34 + type: Transform - uid: 5075 components: - - type: Transform - pos: 2.5,-17.5 + - pos: 2.5,-17.5 parent: 34 + type: Transform - uid: 5076 components: - - type: Transform - pos: 1.5,-17.5 + - pos: 1.5,-17.5 parent: 34 + type: Transform - uid: 5243 components: - - type: Transform - pos: 24.5,-35.5 + - pos: 24.5,-35.5 parent: 34 + type: Transform - uid: 5244 components: - - type: Transform - pos: 26.5,-35.5 + - pos: 26.5,-35.5 parent: 34 + type: Transform - uid: 5553 components: - - type: Transform - pos: -18.5,3.5 + - pos: -18.5,3.5 parent: 34 + type: Transform - uid: 5554 components: - - type: Transform - pos: -18.5,4.5 + - pos: -18.5,4.5 parent: 34 + type: Transform - uid: 5797 components: - - type: Transform - pos: -21.5,5.5 + - pos: -21.5,5.5 parent: 34 + type: Transform - uid: 5799 components: - - type: Transform - pos: -22.5,5.5 + - pos: -22.5,5.5 parent: 34 + type: Transform - uid: 5955 components: - - type: Transform - pos: 29.5,-19.5 + - pos: 29.5,-19.5 parent: 34 + type: Transform - uid: 7396 components: - - type: Transform - pos: -35.5,-4.5 + - pos: -35.5,-4.5 parent: 34 + type: Transform - uid: 7398 components: - - type: Transform - pos: -31.5,-11.5 + - pos: -31.5,-11.5 parent: 34 + type: Transform - uid: 7545 components: - - type: Transform - pos: -31.5,-29.5 + - pos: -31.5,-29.5 parent: 34 + type: Transform - uid: 9298 components: - - type: Transform - pos: -9.5,-3.5 + - pos: -9.5,-3.5 parent: 34 + type: Transform - uid: 10103 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 11.5,-40.5 parent: 34 + type: Transform - uid: 10254 components: - - type: Transform - pos: -57.5,-6.5 + - pos: -57.5,-6.5 parent: 34 + type: Transform - uid: 10910 components: - - type: Transform - pos: 37.5,-29.5 + - pos: 37.5,-29.5 parent: 34 + type: Transform - uid: 11302 components: - - type: Transform - pos: -42.5,10.5 + - pos: -42.5,10.5 parent: 34 + type: Transform - uid: 11303 components: - - type: Transform - pos: -42.5,9.5 + - pos: -42.5,9.5 parent: 34 + type: Transform - uid: 11346 components: - - type: Transform - pos: -28.5,-8.5 + - pos: -28.5,-8.5 parent: 34 + type: Transform - uid: 12286 components: - - type: Transform - pos: -9.5,2.5 + - pos: -9.5,2.5 parent: 34 + type: Transform - proto: TableCarpet entities: - uid: 81 components: - - type: Transform - pos: -15.5,-32.5 + - pos: -15.5,-32.5 parent: 34 + type: Transform - uid: 750 components: - - type: Transform - pos: 2.5,-12.5 + - pos: 2.5,-12.5 parent: 34 + type: Transform - uid: 760 components: - - type: Transform - pos: -0.5,-12.5 + - pos: -0.5,-12.5 parent: 34 + type: Transform - uid: 761 components: - - type: Transform - pos: -0.5,-11.5 + - pos: -0.5,-11.5 parent: 34 + type: Transform - uid: 762 components: - - type: Transform - pos: 2.5,-11.5 + - pos: 2.5,-11.5 parent: 34 + type: Transform - uid: 1297 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 13.5,-40.5 parent: 34 + type: Transform - uid: 2587 components: - - type: Transform - pos: -55.5,0.5 + - pos: -55.5,0.5 parent: 34 + type: Transform - uid: 3622 components: - - type: Transform - pos: 18.5,-7.5 + - pos: 18.5,-7.5 parent: 34 + type: Transform - uid: 5035 components: - - type: Transform - pos: 20.5,4.5 + - pos: 20.5,4.5 parent: 34 + type: Transform - uid: 5036 components: - - type: Transform - pos: 17.5,3.5 + - pos: 17.5,3.5 parent: 34 + type: Transform - uid: 9205 components: - - type: Transform - pos: 48.5,-3.5 + - pos: 48.5,-3.5 parent: 34 + type: Transform - uid: 11523 components: - - type: Transform - pos: -46.5,-27.5 + - pos: -46.5,-27.5 parent: 34 + type: Transform - uid: 12382 components: - - type: Transform - pos: 49.5,-3.5 + - pos: 49.5,-3.5 parent: 34 + type: Transform - proto: TableCounterMetal entities: - uid: 732 components: - - type: Transform - pos: 5.5,-3.5 + - pos: 5.5,-3.5 parent: 34 + type: Transform - uid: 734 components: - - type: Transform - pos: 2.5,-3.5 + - pos: 2.5,-3.5 parent: 34 + type: Transform - uid: 746 components: - - type: Transform - pos: 3.5,-3.5 + - pos: 3.5,-3.5 parent: 34 + type: Transform - uid: 1402 components: - - type: Transform - pos: 5.5,-29.5 + - pos: 5.5,-29.5 parent: 34 + type: Transform - uid: 2025 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -33.5,-17.5 parent: 34 + type: Transform - uid: 2085 components: - - type: Transform - pos: -42.5,-19.5 + - pos: -42.5,-19.5 parent: 34 + type: Transform - uid: 2281 components: - - type: Transform - pos: -42.5,-18.5 + - pos: -42.5,-18.5 parent: 34 + type: Transform - uid: 2503 components: - - type: Transform - pos: -42.5,-17.5 + - pos: -42.5,-17.5 parent: 34 + type: Transform - uid: 2526 components: - - type: Transform - pos: -32.5,-17.5 + - pos: -32.5,-17.5 parent: 34 + type: Transform - uid: 2527 components: - - type: Transform - pos: -31.5,-17.5 + - pos: -31.5,-17.5 parent: 34 + type: Transform - uid: 2695 components: - - type: Transform - pos: 10.5,-26.5 + - pos: 10.5,-26.5 parent: 34 + type: Transform - uid: 2709 components: - - type: Transform - pos: 9.5,-26.5 + - pos: 9.5,-26.5 parent: 34 + type: Transform - uid: 2711 components: - - type: Transform - pos: 8.5,-26.5 + - pos: 8.5,-26.5 parent: 34 + type: Transform - uid: 3595 components: - - type: Transform - pos: 30.5,1.5 + - pos: 30.5,1.5 parent: 34 + type: Transform - uid: 3708 components: - - type: Transform - pos: 25.5,1.5 + - pos: 25.5,1.5 parent: 34 + type: Transform - uid: 3740 components: - - type: Transform - pos: 28.5,4.5 + - pos: 28.5,4.5 parent: 34 + type: Transform - uid: 4031 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-44.5 parent: 34 + type: Transform - uid: 4047 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-44.5 parent: 34 + type: Transform - uid: 4054 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-44.5 parent: 34 + type: Transform - uid: 4667 components: - - type: Transform - pos: 40.5,6.5 + - pos: 40.5,6.5 parent: 34 + type: Transform - uid: 4682 components: - - type: Transform - pos: 41.5,6.5 + - pos: 41.5,6.5 parent: 34 + type: Transform - uid: 4695 components: - - type: Transform - pos: 39.5,6.5 + - pos: 39.5,6.5 parent: 34 + type: Transform - uid: 4703 components: - - type: Transform - pos: 41.5,5.5 + - pos: 41.5,5.5 parent: 34 + type: Transform - uid: 4704 components: - - type: Transform - pos: 38.5,6.5 + - pos: 38.5,6.5 parent: 34 + type: Transform - uid: 4718 components: - - type: Transform - pos: 40.5,3.5 + - pos: 40.5,3.5 parent: 34 + type: Transform - uid: 4723 components: - - type: Transform - pos: 39.5,3.5 + - pos: 39.5,3.5 parent: 34 + type: Transform - uid: 5073 components: - - type: Transform - pos: -0.5,-17.5 + - pos: -0.5,-17.5 parent: 34 + type: Transform - uid: 5074 components: - - type: Transform - pos: -1.5,-17.5 + - pos: -1.5,-17.5 parent: 34 + type: Transform - uid: 5499 components: - - type: Transform - pos: 40.5,-38.5 + - pos: 40.5,-38.5 parent: 34 + type: Transform - uid: 5500 components: - - type: Transform - pos: 40.5,-41.5 + - pos: 40.5,-41.5 parent: 34 + type: Transform - uid: 5501 components: - - type: Transform - pos: 40.5,-40.5 + - pos: 40.5,-40.5 parent: 34 + type: Transform - uid: 6340 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-0.5 parent: 34 + type: Transform - uid: 8028 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 18.5,-1.5 parent: 34 + type: Transform - uid: 8157 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 6.5,-3.5 parent: 34 + type: Transform - uid: 10625 components: - - type: Transform - pos: -8.5,7.5 + - pos: -8.5,7.5 parent: 34 + type: Transform - uid: 11426 components: - - type: Transform - pos: -42.5,-16.5 + - pos: -42.5,-16.5 parent: 34 + type: Transform - uid: 12792 components: - - type: Transform - pos: -9.5,7.5 + - pos: -9.5,7.5 parent: 34 + type: Transform - proto: TableCounterWood entities: - uid: 2516 components: - - type: Transform - pos: 40.5,-31.5 + - pos: 40.5,-31.5 parent: 34 + type: Transform - uid: 3875 components: - - type: Transform - pos: 13.5,-33.5 + - pos: 13.5,-33.5 parent: 34 + type: Transform - uid: 3894 components: - - type: Transform - pos: 15.5,-34.5 + - pos: 15.5,-34.5 parent: 34 + type: Transform - uid: 3895 components: - - type: Transform - pos: 15.5,-33.5 + - pos: 15.5,-33.5 parent: 34 + type: Transform - uid: 3896 components: - - type: Transform - pos: 16.5,-32.5 + - pos: 16.5,-32.5 parent: 34 + type: Transform - uid: 3897 components: - - type: Transform - pos: 17.5,-32.5 + - pos: 17.5,-32.5 parent: 34 + type: Transform - uid: 3898 components: - - type: Transform - pos: 15.5,-32.5 + - pos: 15.5,-32.5 parent: 34 + type: Transform - uid: 3899 components: - - type: Transform - pos: 14.5,-32.5 + - pos: 14.5,-32.5 parent: 34 + type: Transform - uid: 3900 components: - - type: Transform - pos: 13.5,-32.5 + - pos: 13.5,-32.5 parent: 34 + type: Transform - uid: 3901 components: - - type: Transform - pos: 17.5,-33.5 + - pos: 17.5,-33.5 parent: 34 + type: Transform - uid: 3964 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -6.5,-41.5 parent: 34 + type: Transform - uid: 4055 components: - - type: Transform - pos: -7.5,-40.5 + - pos: -7.5,-40.5 parent: 34 + type: Transform - uid: 4439 components: - - type: Transform - pos: 38.5,-31.5 + - pos: 38.5,-31.5 parent: 34 + type: Transform - uid: 4440 components: - - type: Transform - pos: 39.5,-31.5 + - pos: 39.5,-31.5 parent: 34 + type: Transform - uid: 5507 components: - - type: Transform - pos: 38.5,-41.5 + - pos: 38.5,-41.5 parent: 34 + type: Transform - uid: 5508 components: - - type: Transform - pos: 38.5,-40.5 + - pos: 38.5,-40.5 parent: 34 + type: Transform - uid: 5509 components: - - type: Transform - pos: 38.5,-39.5 + - pos: 38.5,-39.5 parent: 34 + type: Transform - uid: 5894 components: - - type: Transform - pos: -56.5,-1.5 + - pos: -56.5,-1.5 parent: 34 + type: Transform - uid: 5895 components: - - type: Transform - pos: -55.5,-1.5 + - pos: -55.5,-1.5 parent: 34 + type: Transform - uid: 11166 components: - - type: Transform - pos: -51.5,12.5 + - pos: -51.5,12.5 parent: 34 + type: Transform - uid: 11167 components: - - type: Transform - pos: -51.5,13.5 + - pos: -51.5,13.5 parent: 34 + type: Transform - uid: 11210 components: - - type: Transform - pos: 22.5,12.5 + - pos: 22.5,12.5 parent: 34 + type: Transform - uid: 11211 components: - - type: Transform - pos: 22.5,11.5 + - pos: 22.5,11.5 parent: 34 + type: Transform - uid: 12162 components: - - type: Transform - pos: -56.5,-11.5 + - pos: -56.5,-11.5 parent: 34 + type: Transform - proto: TableGlass entities: - uid: 833 components: - - type: Transform - pos: -49.5,7.5 + - pos: -49.5,7.5 parent: 34 + type: Transform - uid: 1308 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-43.5 parent: 34 + type: Transform - uid: 1325 components: - - type: Transform - pos: 9.5,-31.5 + - pos: 9.5,-31.5 parent: 34 + type: Transform - uid: 1339 components: - - type: Transform - pos: 9.5,-32.5 + - pos: 9.5,-32.5 parent: 34 + type: Transform - uid: 2082 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -52.5,-16.5 parent: 34 + type: Transform - uid: 2228 components: - - type: Transform - pos: -45.5,-4.5 + - pos: -45.5,-4.5 parent: 34 + type: Transform - uid: 2250 components: - - type: Transform - pos: -51.5,-6.5 + - pos: -51.5,-6.5 parent: 34 + type: Transform - uid: 2310 components: - - type: Transform - pos: -22.5,-27.5 + - pos: -22.5,-27.5 parent: 34 + type: Transform - uid: 2311 components: - - type: Transform - pos: -21.5,-27.5 + - pos: -21.5,-27.5 parent: 34 + type: Transform - uid: 2409 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -52.5,-17.5 parent: 34 + type: Transform - uid: 2411 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -52.5,-18.5 parent: 34 + type: Transform - uid: 3250 components: - - type: Transform - pos: -5.5,4.5 + - pos: -5.5,4.5 parent: 34 + type: Transform - uid: 3281 components: - - type: Transform - pos: -5.5,3.5 + - pos: -5.5,3.5 parent: 34 + type: Transform - uid: 4128 components: - - type: Transform - pos: 6.5,-47.5 + - pos: 6.5,-47.5 parent: 34 + type: Transform - uid: 4201 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 16.5,-1.5 parent: 34 + type: Transform - uid: 4372 components: - - type: Transform - pos: 32.5,-35.5 + - pos: 32.5,-35.5 parent: 34 + type: Transform - uid: 4373 components: - - type: Transform - pos: 32.5,-34.5 + - pos: 32.5,-34.5 parent: 34 + type: Transform - uid: 4998 components: - - type: Transform - pos: -49.5,6.5 + - pos: -49.5,6.5 parent: 34 + type: Transform - uid: 5852 components: - - type: Transform - pos: -50.5,2.5 + - pos: -50.5,2.5 parent: 34 + type: Transform - uid: 7849 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-43.5 parent: 34 + type: Transform - uid: 10351 components: - - type: Transform - pos: 26.5,-22.5 + - pos: 26.5,-22.5 parent: 34 + type: Transform - uid: 10523 components: - - type: Transform - pos: 14.5,13.5 + - pos: 14.5,13.5 parent: 34 - - uid: 11539 + type: Transform + - uid: 11779 components: - - type: Transform - pos: -49.5,-22.5 + - pos: 14.5,16.5 parent: 34 - - uid: 11779 + type: Transform + - uid: 12369 components: - - type: Transform - pos: 14.5,16.5 + - rot: -1.5707963267948966 rad + pos: -47.5,-15.5 parent: 34 + type: Transform - uid: 12484 components: - - type: Transform - pos: -8.5,-29.5 + - pos: -8.5,-29.5 parent: 34 + type: Transform - uid: 12848 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 32.5,-13.5 parent: 34 + type: Transform - proto: TablePlasmaGlass entities: - uid: 2953 components: - - type: Transform - pos: -1.5,-36.5 + - pos: -1.5,-36.5 parent: 34 + type: Transform - uid: 4374 components: - - type: Transform - pos: 33.5,-31.5 + - pos: 33.5,-31.5 parent: 34 + type: Transform - uid: 4375 components: - - type: Transform - pos: 34.5,-31.5 + - pos: 34.5,-31.5 parent: 34 + type: Transform - uid: 4378 components: - - type: Transform - pos: 34.5,-37.5 + - pos: 34.5,-37.5 parent: 34 + type: Transform - uid: 5926 components: - - type: Transform - pos: -34.5,1.5 + - pos: -34.5,1.5 parent: 34 + type: Transform - uid: 7095 components: - - type: Transform - pos: -35.5,1.5 + - pos: -35.5,1.5 parent: 34 + type: Transform - uid: 12318 components: - - type: Transform - pos: -54.5,-35.5 + - pos: -54.5,-35.5 parent: 34 + type: Transform - proto: TableReinforced entities: - uid: 211 components: - - type: Transform - pos: -22.5,1.5 + - pos: -22.5,1.5 parent: 34 + type: Transform - uid: 269 components: - - type: Transform - pos: -10.5,1.5 + - pos: -10.5,1.5 parent: 34 + type: Transform - uid: 276 components: - - type: Transform - pos: -18.5,-2.5 + - pos: -18.5,-2.5 parent: 34 + type: Transform - uid: 365 components: - - type: Transform - pos: -11.5,-10.5 + - pos: -11.5,-10.5 parent: 34 + type: Transform - uid: 366 components: - - type: Transform - pos: -10.5,-10.5 + - pos: -10.5,-10.5 parent: 34 + type: Transform - uid: 367 components: - - type: Transform - pos: -9.5,-10.5 + - pos: -9.5,-10.5 parent: 34 + type: Transform - uid: 370 components: - - type: Transform - pos: -8.5,-10.5 + - pos: -8.5,-10.5 parent: 34 + type: Transform - uid: 410 components: - - type: Transform - pos: -18.5,-20.5 + - pos: -18.5,-20.5 parent: 34 + type: Transform - uid: 710 components: - - type: Transform - pos: -34.5,-20.5 + - pos: -34.5,-20.5 parent: 34 + type: Transform - uid: 859 components: - - type: Transform - pos: -19.5,-2.5 + - pos: -19.5,-2.5 parent: 34 + type: Transform - uid: 968 components: - - type: Transform - pos: -13.5,-8.5 + - pos: -13.5,-8.5 parent: 34 + type: Transform - uid: 1282 components: - - type: Transform - pos: 21.5,-13.5 + - pos: 21.5,-13.5 parent: 34 + type: Transform - uid: 1384 components: - - type: Transform - pos: -1.5,-30.5 + - pos: -1.5,-30.5 parent: 34 + type: Transform - uid: 1387 components: - - type: Transform - pos: -0.5,-30.5 + - pos: -0.5,-30.5 parent: 34 + type: Transform - uid: 1396 components: - - type: Transform - pos: 2.5,-27.5 + - pos: 2.5,-27.5 parent: 34 + type: Transform - uid: 1397 components: - - type: Transform - pos: 2.5,-26.5 + - pos: 2.5,-26.5 parent: 34 + type: Transform - uid: 1884 components: - - type: Transform - pos: -15.5,-26.5 + - pos: -15.5,-26.5 parent: 34 + type: Transform - uid: 1899 components: - - type: Transform - pos: -6.5,-25.5 + - pos: -6.5,-25.5 parent: 34 + type: Transform - uid: 2307 components: - - type: Transform - pos: -20.5,-26.5 + - pos: -20.5,-26.5 parent: 34 + type: Transform - uid: 3696 components: - - type: Transform - pos: 24.5,0.5 + - pos: 24.5,0.5 parent: 34 + type: Transform - uid: 3697 components: - - type: Transform - pos: 24.5,-0.5 + - pos: 24.5,-0.5 parent: 34 + type: Transform - uid: 4056 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-43.5 parent: 34 + type: Transform - uid: 4063 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,-42.5 parent: 34 + type: Transform - uid: 4483 components: - - type: Transform - pos: 33.5,-42.5 + - pos: 33.5,-42.5 parent: 34 + type: Transform - uid: 5422 components: - - type: Transform - pos: 28.5,-45.5 + - pos: 28.5,-45.5 parent: 34 + type: Transform - uid: 5423 components: - - type: Transform - pos: 29.5,-45.5 + - pos: 29.5,-45.5 parent: 34 + type: Transform - uid: 5593 components: - - type: Transform - pos: -21.5,1.5 + - pos: -21.5,1.5 parent: 34 + type: Transform - uid: 11844 components: - - type: Transform - pos: -48.5,-30.5 + - pos: -48.5,-30.5 parent: 34 + type: Transform - uid: 11887 components: - - type: Transform - pos: -28.5,-29.5 + - pos: -28.5,-29.5 parent: 34 + type: Transform - uid: 11996 components: - - type: Transform - pos: -28.5,-30.5 + - pos: -28.5,-30.5 parent: 34 + type: Transform - uid: 12182 components: - - type: Transform - pos: -48.5,-31.5 + - pos: -48.5,-31.5 parent: 34 + type: Transform - proto: TableReinforcedGlass entities: - uid: 219 components: - - type: Transform - pos: -10.5,5.5 + - pos: -10.5,5.5 parent: 34 + type: Transform - uid: 1309 components: - - type: Transform - pos: 5.5,-35.5 + - pos: 5.5,-35.5 parent: 34 + type: Transform - uid: 1337 components: - - type: Transform - pos: 5.5,-34.5 + - pos: 5.5,-34.5 parent: 34 + type: Transform - uid: 1947 components: - - type: Transform - pos: -1.5,-26.5 + - pos: -1.5,-26.5 parent: 34 + type: Transform - uid: 2925 components: - - type: Transform - pos: -0.5,-26.5 + - pos: -0.5,-26.5 parent: 34 + type: Transform - uid: 12529 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-24.5 parent: 34 + type: Transform - uid: 12530 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-24.5 parent: 34 + type: Transform - proto: TableStone entities: - uid: 2112 components: - - type: Transform - pos: -43.5,2.5 + - pos: -43.5,2.5 parent: 34 + type: Transform - uid: 2712 components: - - type: Transform - pos: -14.5,-15.5 + - pos: -14.5,-15.5 parent: 34 + type: Transform - uid: 2719 components: - - type: Transform - pos: -8.5,-22.5 + - pos: -8.5,-22.5 parent: 34 + type: Transform - uid: 2720 components: - - type: Transform - pos: -14.5,-19.5 + - pos: -14.5,-19.5 parent: 34 + type: Transform - proto: TableWood entities: - uid: 787 components: - - type: Transform - pos: 8.5,-5.5 + - pos: 8.5,-5.5 parent: 34 + type: Transform - uid: 1552 components: - - type: Transform - pos: -40.5,-17.5 + - pos: -40.5,-17.5 parent: 34 + type: Transform - uid: 1809 components: - - type: Transform - pos: -39.5,-17.5 + - pos: -39.5,-17.5 parent: 34 + type: Transform - uid: 1958 components: - - type: Transform - pos: -17.5,-18.5 + - pos: -17.5,-18.5 parent: 34 + type: Transform - uid: 1976 components: - - type: Transform - pos: -17.5,-19.5 + - pos: -17.5,-19.5 parent: 34 + type: Transform - uid: 2021 components: - - type: Transform - pos: -31.5,3.5 + - pos: -31.5,3.5 parent: 34 + type: Transform - uid: 2185 components: - - type: Transform - pos: -43.5,-6.5 + - pos: -43.5,-6.5 parent: 34 + type: Transform - uid: 2483 components: - - type: Transform - pos: -26.5,-31.5 + - pos: -26.5,-31.5 parent: 34 + type: Transform - uid: 3359 components: - - type: Transform - pos: -32.5,-15.5 + - pos: -32.5,-15.5 parent: 34 + type: Transform - uid: 3627 components: - - type: Transform - pos: 19.5,-3.5 + - pos: 19.5,-3.5 parent: 34 + type: Transform - uid: 3635 components: - - type: Transform - pos: 27.5,-6.5 + - pos: 27.5,-6.5 parent: 34 + type: Transform - uid: 3757 components: - - type: Transform - pos: 29.5,-10.5 + - pos: 29.5,-10.5 parent: 34 + type: Transform - uid: 3758 components: - - type: Transform - pos: 30.5,-10.5 + - pos: 30.5,-10.5 parent: 34 + type: Transform - uid: 3908 components: - - type: Transform - pos: 17.5,-30.5 + - pos: 17.5,-30.5 parent: 34 + type: Transform - uid: 3909 components: - - type: Transform - pos: 16.5,-30.5 + - pos: 16.5,-30.5 parent: 34 + type: Transform - uid: 3910 components: - - type: Transform - pos: 14.5,-30.5 + - pos: 14.5,-30.5 parent: 34 + type: Transform - uid: 3911 components: - - type: Transform - pos: 13.5,-30.5 + - pos: 13.5,-30.5 parent: 34 + type: Transform - uid: 4280 components: - - type: Transform - pos: 24.5,-29.5 + - pos: 24.5,-29.5 parent: 34 + type: Transform - uid: 4281 components: - - type: Transform - pos: 24.5,-27.5 + - pos: 24.5,-27.5 parent: 34 + type: Transform - uid: 4329 components: - - type: Transform - pos: 48.5,-9.5 + - pos: 48.5,-9.5 parent: 34 + type: Transform - uid: 4344 components: - - type: Transform - pos: 39.5,-7.5 + - pos: 39.5,-7.5 parent: 34 + type: Transform - uid: 4801 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 48.5,-0.5 parent: 34 + type: Transform - uid: 8022 components: - - type: Transform - pos: -32.5,3.5 + - pos: -32.5,3.5 parent: 34 + type: Transform - uid: 8079 components: - - type: Transform - pos: -28.5,-23.5 + - pos: -28.5,-23.5 parent: 34 + type: Transform - uid: 8942 components: - - type: Transform - pos: 41.5,-18.5 + - pos: 41.5,-18.5 parent: 34 + type: Transform - uid: 10886 components: - - type: Transform - pos: 25.5,-39.5 + - pos: 25.5,-39.5 parent: 34 + type: Transform - uid: 11261 components: - - type: Transform - pos: 35.5,-10.5 - parent: 34 - - uid: 11703 - components: - - type: Transform - pos: -45.5,-14.5 + - pos: 35.5,-10.5 parent: 34 + type: Transform - uid: 12146 components: - - type: Transform - pos: -58.5,-9.5 + - pos: -58.5,-9.5 parent: 34 + type: Transform - uid: 12147 components: - - type: Transform - pos: -58.5,-10.5 + - pos: -58.5,-10.5 parent: 34 + type: Transform - uid: 12794 components: - - type: Transform - pos: -7.5,11.5 + - pos: -7.5,11.5 parent: 34 + type: Transform - proto: TableWoodReinforced entities: - uid: 130 components: - - type: Transform - pos: -3.5,4.5 + - pos: -3.5,4.5 parent: 34 + type: Transform - uid: 194 components: - - type: Transform - pos: -2.5,8.5 + - pos: -2.5,8.5 parent: 34 + type: Transform - uid: 195 components: - - type: Transform - pos: -1.5,8.5 + - pos: -1.5,8.5 parent: 34 + type: Transform - uid: 200 components: - - type: Transform - pos: -3.5,8.5 + - pos: -3.5,8.5 parent: 34 + type: Transform - uid: 601 components: - - type: Transform - pos: 1.5,-6.5 + - pos: 1.5,-6.5 parent: 34 + type: Transform - uid: 607 components: - - type: Transform - pos: 3.5,-6.5 + - pos: 3.5,-6.5 parent: 34 + type: Transform - uid: 610 components: - - type: Transform - pos: 4.5,-6.5 + - pos: 4.5,-6.5 parent: 34 + type: Transform - uid: 612 components: - - type: Transform - pos: 2.5,-6.5 + - pos: 2.5,-6.5 parent: 34 + type: Transform - uid: 613 components: - - type: Transform - pos: 0.5,-5.5 + - pos: 0.5,-5.5 parent: 34 + type: Transform - uid: 728 components: - - type: Transform - pos: 0.5,-6.5 - parent: 34 - - uid: 730 - components: - - type: Transform - pos: 0.5,-3.5 + - pos: 0.5,-6.5 parent: 34 + type: Transform - uid: 3479 components: - - type: Transform - pos: 10.5,7.5 + - pos: 10.5,7.5 parent: 34 + type: Transform - uid: 4053 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-40.5 parent: 34 + type: Transform - uid: 4068 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-40.5 parent: 34 + type: Transform - uid: 6105 components: - - type: Transform - pos: 9.5,7.5 + - pos: 9.5,7.5 parent: 34 + type: Transform - uid: 7655 components: - - type: Transform - pos: -3.5,5.5 + - pos: -3.5,5.5 parent: 34 + type: Transform - uid: 10532 components: - - type: Transform - pos: 5.5,-6.5 + - pos: 5.5,-6.5 parent: 34 + type: Transform - uid: 11518 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 34 + type: Transform - uid: 11583 components: - - type: Transform - pos: -7.5,9.5 + - pos: -7.5,9.5 parent: 34 + type: Transform - uid: 11670 components: - - type: Transform - pos: -8.5,9.5 + - pos: -8.5,9.5 parent: 34 + type: Transform - uid: 11785 components: - - type: Transform - pos: -9.5,9.5 + - pos: -9.5,9.5 parent: 34 + type: Transform - proto: tatamimat entities: - uid: 3 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,4.5 parent: 34 + type: Transform - uid: 4 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,4.5 parent: 34 + type: Transform - uid: 15 components: - - type: Transform - pos: 0.5,8.5 + - pos: 0.5,8.5 parent: 34 + type: Transform - uid: 32 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,7.5 parent: 34 + type: Transform - uid: 137 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 34 + type: Transform - uid: 138 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,8.5 parent: 34 + type: Transform - uid: 141 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 4.5,5.5 parent: 34 + type: Transform - uid: 142 components: - - type: Transform - pos: 4.5,3.5 + - pos: 4.5,3.5 parent: 34 + type: Transform - uid: 144 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,5.5 parent: 34 + type: Transform - uid: 145 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 5.5,3.5 parent: 34 + type: Transform - uid: 146 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,6.5 parent: 34 + type: Transform - uid: 150 components: - - type: Transform - pos: 3.5,7.5 + - pos: 3.5,7.5 parent: 34 + type: Transform - uid: 151 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,8.5 parent: 34 + type: Transform - uid: 152 components: - - type: Transform - pos: 1.5,7.5 + - pos: 1.5,7.5 parent: 34 + type: Transform - uid: 154 components: - - type: Transform - pos: 3.5,4.5 + - pos: 3.5,4.5 parent: 34 + type: Transform - uid: 156 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 1.5,5.5 parent: 34 + type: Transform - uid: 158 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 1.5,6.5 parent: 34 + type: Transform - uid: 164 components: - - type: Transform - pos: 0.5,3.5 + - pos: 0.5,3.5 parent: 34 + type: Transform - uid: 166 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,3.5 parent: 34 + type: Transform - uid: 167 components: - - type: Transform - pos: 1.5,4.5 + - pos: 1.5,4.5 parent: 34 + type: Transform - uid: 169 components: - - type: Transform - pos: 2.5,6.5 + - pos: 2.5,6.5 parent: 34 + type: Transform - uid: 170 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,5.5 parent: 34 + type: Transform - uid: 173 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 4.5,6.5 parent: 34 + type: Transform - uid: 174 components: - - type: Transform - pos: 2.5,8.5 + - pos: 2.5,8.5 parent: 34 + type: Transform - uid: 177 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,8.5 parent: 34 + type: Transform - uid: 189 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 5.5,7.5 parent: 34 + type: Transform - uid: 190 components: - - type: Transform - pos: 2.5,5.5 + - pos: 2.5,5.5 parent: 34 + type: Transform - uid: 191 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,6.5 parent: 34 + type: Transform - uid: 208 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,6.5 parent: 34 + type: Transform - uid: 224 components: - - type: Transform - pos: -46.5,-6.5 + - pos: -46.5,-6.5 parent: 34 + type: Transform - uid: 238 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -45.5,-6.5 parent: 34 + type: Transform - uid: 259 components: - - type: Transform - pos: -47.5,-7.5 + - pos: -47.5,-7.5 parent: 34 + type: Transform - uid: 593 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -59.5,-9.5 parent: 34 + type: Transform - uid: 2576 components: - - type: Transform - pos: -58.5,-8.5 + - pos: -58.5,-8.5 parent: 34 + type: Transform - uid: 2578 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -57.5,-11.5 parent: 34 + type: Transform - uid: 2579 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -57.5,-8.5 parent: 34 + type: Transform - uid: 2580 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -57.5,-10.5 parent: 34 + type: Transform - uid: 2926 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -46.5,-7.5 parent: 34 + type: Transform - uid: 6109 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -59.5,-11.5 parent: 34 + type: Transform - uid: 6322 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -57.5,-9.5 parent: 34 + type: Transform - uid: 6366 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -58.5,-9.5 parent: 34 + type: Transform - uid: 10418 components: - - type: Transform - pos: 4.5,8.5 + - pos: 4.5,8.5 parent: 34 + type: Transform - uid: 10451 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,4.5 parent: 34 + type: Transform - uid: 10452 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 3.5,3.5 parent: 34 + type: Transform - uid: 10453 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,7.5 parent: 34 + type: Transform - uid: 10454 components: - - type: Transform - pos: 2.5,3.5 + - pos: 2.5,3.5 parent: 34 + type: Transform - uid: 10456 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 4.5,7.5 parent: 34 + type: Transform - uid: 10573 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 0.5,4.5 parent: 34 + type: Transform - uid: 11032 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -59.5,-10.5 parent: 34 + type: Transform - uid: 11293 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -58.5,-10.5 parent: 34 + type: Transform - uid: 11297 components: - - type: Transform - pos: -58.5,-11.5 + - pos: -58.5,-11.5 parent: 34 + type: Transform - uid: 11358 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -59.5,-8.5 parent: 34 + type: Transform - proto: tatamisingle entities: - uid: 253 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -45.5,-7.5 parent: 34 + type: Transform - uid: 2099 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -47.5,-6.5 parent: 34 + type: Transform - proto: TegCenter entities: - uid: 10438 components: - - type: Transform - pos: -55.5,-29.5 + - pos: -55.5,-29.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: TegCirculator entities: - uid: 6159 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -55.5,-30.5 parent: 34 - - type: PointLight - color: '#FF3300FF' + type: Transform + - color: '#FF3300FF' + type: PointLight - uid: 6282 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -55.5,-28.5 parent: 34 - - type: PointLight - color: '#FF3300FF' + type: Transform + - color: '#FF3300FF' + type: PointLight - proto: TelecomServer entities: - uid: 3762 components: - - type: Transform - pos: 27.5,-10.5 + - pos: 27.5,-10.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71753,13 +72108,13 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - uid: 12050 components: - - type: Transform - pos: -38.5,-47.5 + - pos: -38.5,-47.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71773,13 +72128,13 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - uid: 12052 components: - - type: Transform - pos: -37.5,-47.5 + - pos: -37.5,-47.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71794,13 +72149,13 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - uid: 12055 components: - - type: Transform - pos: -36.5,-47.5 + - pos: -36.5,-47.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71815,13 +72170,13 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - uid: 12058 components: - - type: Transform - pos: -36.5,-51.5 + - pos: -36.5,-51.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71835,13 +72190,13 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - uid: 12060 components: - - type: Transform - pos: -38.5,-51.5 + - pos: -38.5,-51.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71855,13 +72210,13 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - uid: 12098 components: - - type: Transform - pos: 30.5,-31.5 + - pos: 30.5,-31.5 parent: 34 - - type: ContainerContainer - containers: + type: Transform + - containers: key_slots: !type:Container showEnts: False occludes: True @@ -71875,372 +72230,367 @@ entities: showEnts: False occludes: True ents: [] + type: ContainerContainer - proto: TintedWindow entities: - uid: 111 components: - - type: Transform - pos: -15.5,-3.5 + - pos: -15.5,-3.5 parent: 34 + type: Transform - uid: 112 components: - - type: Transform - pos: -15.5,-4.5 + - pos: -15.5,-4.5 parent: 34 + type: Transform - uid: 360 components: - - type: Transform - pos: -11.5,-3.5 + - pos: -11.5,-3.5 parent: 34 + type: Transform - uid: 361 components: - - type: Transform - pos: -11.5,-4.5 + - pos: -11.5,-4.5 parent: 34 + type: Transform - uid: 447 components: - - type: Transform - pos: -1.5,-21.5 + - pos: -1.5,-21.5 parent: 34 + type: Transform - uid: 602 components: - - type: Transform - pos: -32.5,-3.5 + - pos: -32.5,-3.5 parent: 34 + type: Transform - uid: 603 components: - - type: Transform - pos: -32.5,-4.5 + - pos: -32.5,-4.5 parent: 34 + type: Transform - uid: 1014 components: - - type: Transform - pos: -2.5,-19.5 + - pos: -2.5,-19.5 parent: 34 + type: Transform - uid: 1015 components: - - type: Transform - pos: -2.5,-18.5 + - pos: -2.5,-18.5 parent: 34 + type: Transform - uid: 1022 components: - - type: Transform - pos: 2.5,-21.5 + - pos: 2.5,-21.5 parent: 34 + type: Transform - uid: 2015 components: - - type: Transform - pos: -32.5,0.5 + - pos: -32.5,0.5 parent: 34 + type: Transform - uid: 2016 components: - - type: Transform - pos: -31.5,0.5 + - pos: -31.5,0.5 parent: 34 + type: Transform - uid: 2030 components: - - type: Transform - pos: -29.5,0.5 + - pos: -29.5,0.5 parent: 34 + type: Transform - uid: 2222 components: - - type: Transform - pos: -45.5,-2.5 + - pos: -45.5,-2.5 parent: 34 + type: Transform - uid: 2223 components: - - type: Transform - pos: -46.5,-2.5 + - pos: -46.5,-2.5 parent: 34 + type: Transform - uid: 4882 components: - - type: Transform - pos: 28.5,-15.5 + - pos: 28.5,-15.5 parent: 34 + type: Transform - uid: 4883 components: - - type: Transform - pos: 29.5,-15.5 + - pos: 29.5,-15.5 parent: 34 + type: Transform - uid: 4884 components: - - type: Transform - pos: 30.5,-15.5 + - pos: 30.5,-15.5 parent: 34 + type: Transform - uid: 5956 components: - - type: Transform - pos: 10.5,-4.5 + - pos: 10.5,-4.5 parent: 34 + type: Transform - uid: 7389 components: - - type: Transform - pos: 5.5,-41.5 + - pos: 5.5,-41.5 parent: 34 + type: Transform - uid: 8651 components: - - type: Transform - pos: 10.5,-5.5 + - pos: 10.5,-5.5 parent: 34 + type: Transform - uid: 8652 components: - - type: Transform - pos: 10.5,-7.5 + - pos: 10.5,-7.5 parent: 34 + type: Transform - uid: 8653 components: - - type: Transform - pos: 10.5,-8.5 + - pos: 10.5,-8.5 parent: 34 + type: Transform - uid: 10999 components: - - type: Transform - pos: 5.5,-39.5 + - pos: 5.5,-39.5 parent: 34 + type: Transform - uid: 11075 components: - - type: Transform - pos: -1.5,-34.5 + - pos: -1.5,-34.5 parent: 34 + type: Transform - uid: 11098 components: - - type: Transform - pos: -0.5,-34.5 + - pos: -0.5,-34.5 parent: 34 + type: Transform - uid: 12437 components: - - type: Transform - pos: 2.5,-39.5 + - pos: 2.5,-39.5 parent: 34 + type: Transform - uid: 12468 components: - - type: Transform - pos: 2.5,-41.5 + - pos: 2.5,-41.5 parent: 34 + type: Transform - proto: ToiletEmpty entities: - uid: 1055 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -51.5,-4.5 parent: 34 + type: Transform - uid: 4591 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 36.5,-0.5 parent: 34 + type: Transform - uid: 4592 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 36.5,1.5 parent: 34 + type: Transform - uid: 4593 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 36.5,0.5 parent: 34 + type: Transform - proto: ToolboxArtistic entities: - uid: 444 components: - - type: Transform - pos: 1.5070635,-17.303316 + - pos: 1.5070635,-17.303316 parent: 34 + type: Transform - proto: ToolboxElectricalFilled entities: - uid: 1077 components: - - type: Transform - pos: 34.524654,-6.9607882 + - pos: 34.524654,-6.9607882 parent: 34 + type: Transform - uid: 2108 components: - - type: Transform - pos: -21.166645,8.012135 + - pos: -21.166645,8.012135 parent: 34 + type: Transform - proto: ToolboxEmergencyFilled entities: - uid: 620 components: - - type: Transform - pos: -35.40616,-11.695753 + - pos: -35.40616,-11.695753 parent: 34 + type: Transform - uid: 10630 components: - - type: Transform - pos: -54.650143,-13.716921 + - pos: -54.650143,-13.716921 parent: 34 + type: Transform - uid: 11195 components: - - type: Transform - pos: 17.907946,9.591223 + - pos: 17.907946,9.591223 parent: 34 + type: Transform - uid: 11658 components: - - type: Transform - pos: -42.40179,9.528585 + - pos: -42.40179,9.528585 parent: 34 + type: Transform - uid: 11744 components: - - type: Transform - pos: 11.630091,-37.747 + - pos: 11.630091,-37.747 parent: 34 + type: Transform - uid: 11746 components: - - type: Transform - pos: 9.4623,-32.9502 + - pos: 9.4623,-32.9502 parent: 34 + type: Transform - uid: 12183 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 14.738799,13.774046 parent: 34 + type: Transform - proto: ToolboxGoldFilled entities: - uid: 11115 components: - - type: Transform - pos: 26.593485,-34.190426 + - pos: 26.593485,-34.190426 parent: 34 + type: Transform - proto: ToolboxMechanical entities: - uid: 10226 components: - - type: Transform - pos: 22.119648,-37.101128 + - pos: 22.119648,-37.101128 parent: 34 + type: Transform - proto: ToolboxMechanicalFilled entities: - - uid: 70 - components: - - type: Transform - pos: -49.305214,-20.810715 - parent: 34 - uid: 82 components: - - type: Transform - pos: -32.164547,-17.605564 + - pos: -32.164547,-17.605564 parent: 34 + type: Transform - uid: 619 components: - - type: Transform - pos: -35.635326,-11.362188 + - pos: -35.635326,-11.362188 parent: 34 + type: Transform - uid: 5564 components: - - type: Transform - pos: -15.578087,4.7132735 + - pos: -15.578087,4.7132735 parent: 34 + type: Transform - uid: 5565 components: - - type: Transform - pos: -15.406212,4.3849206 + - pos: -15.406212,4.3849206 parent: 34 + type: Transform - proto: TorsoSkeleton entities: - uid: 4659 components: - - type: Transform - pos: 41.464695,-16.448792 + - pos: 41.464695,-16.448792 parent: 34 + type: Transform - proto: ToyAi entities: - uid: 2642 components: - - type: Transform - pos: 52.53624,-23.395956 + - pos: 52.53624,-23.395956 parent: 34 + type: Transform - proto: ToyIan entities: - uid: 1981 components: - - type: Transform - pos: -17.75425,-19.468826 + - pos: -17.75425,-19.468826 parent: 34 + type: Transform - uid: 11627 components: - - type: Transform - pos: -39.733406,-17.16252 + - pos: -39.733406,-17.16252 parent: 34 + type: Transform - proto: ToyMouse entities: - uid: 6563 components: - - type: Transform - pos: 3.415373,10.654667 + - pos: 3.415373,10.654667 parent: 34 + type: Transform - proto: ToyRenault entities: - uid: 12247 components: - - type: Transform - pos: 33.246067,-31.269136 + - pos: 33.246067,-31.269136 parent: 34 + type: Transform - proto: ToyRipley entities: - uid: 11628 components: - - type: Transform - pos: -40.264656,-17.308455 + - pos: -40.264656,-17.308455 parent: 34 + type: Transform - proto: ToySiobhan entities: - uid: 12239 components: - - type: Transform - pos: -28.485638,-19.517445 + - pos: -28.485638,-19.517445 parent: 34 + type: Transform - proto: ToySpawner entities: - uid: 9769 components: - - type: Transform - pos: -14.5,-19.5 + - pos: -14.5,-19.5 parent: 34 + type: Transform - uid: 10828 components: - - type: Transform - pos: 1.5,-19.5 + - pos: 1.5,-19.5 parent: 34 - - type: RandomSpawner - chance: 1 + type: Transform + - chance: 1 + type: RandomSpawner - uid: 12327 components: - - type: Transform - pos: -0.5,-19.5 + - pos: -0.5,-19.5 parent: 34 + type: Transform - proto: TrainingBomb entities: - uid: 7869 components: - - type: Transform - pos: 34.5,-6.5 + - pos: 34.5,-6.5 parent: 34 + type: Transform - uid: 8685 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 32.5,-6.5 parent: 34 + type: Transform - uid: 9577 components: - - type: Transform - pos: 34.5,-7.5 + - pos: 34.5,-7.5 parent: 34 + type: Transform - proto: TwoWayLever entities: - uid: 11254 components: - - type: Transform - pos: -40.5,9.5 + - pos: -40.5,9.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 10285: - Left: Forward - Right: Reverse @@ -72261,13 +72611,13 @@ entities: - Left: Forward - Right: Reverse - Middle: Off + type: DeviceLinkSource - uid: 12687 components: - - type: Transform - pos: -39.5,-58.5 + - pos: -39.5,-58.5 parent: 34 - - type: DeviceLinkSource - linkedPorts: + type: Transform + - linkedPorts: 12657: - Right: Forward - Left: Reverse @@ -72316,9211 +72666,9387 @@ entities: - Left: Reverse - Right: Forward - Middle: Off + type: DeviceLinkSource - proto: UniformPrinter entities: - uid: 1965 components: - - type: Transform - pos: -19.5,-16.5 + - pos: -19.5,-16.5 parent: 34 + type: Transform - proto: UnstableMutagenChemistryBottle entities: - uid: 11382 components: - - type: MetaData - desc: Just one drop of this will cause rapid mutations in your plants. - - type: Transform - pos: -20.702679,-4.431776 + - desc: Just one drop of this will cause rapid mutations in your plants. + type: MetaData + - pos: -20.702679,-4.431776 parent: 34 + type: Transform - proto: UprightPianoInstrument entities: - uid: 770 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 5.5,-9.5 parent: 34 + type: Transform - proto: Vaccinator entities: - uid: 2506 components: - - type: Transform - pos: -1.5,-35.5 + - pos: -1.5,-35.5 parent: 34 + type: Transform - proto: VehicleKeyATV entities: - uid: 12486 components: - - type: Transform - pos: -8.795478,-29.291481 + - pos: -8.795478,-29.291481 parent: 34 + type: Transform - proto: VendingBarDrobe entities: - uid: 780 components: - - type: Transform - pos: 9.5,-3.5 + - flags: SessionSpecific + type: MetaData + - pos: 9.5,-3.5 parent: 34 + type: Transform - proto: VendingMachineAtmosDrobe entities: - uid: 11808 components: - - type: Transform - pos: -48.5,-29.5 + - pos: -48.5,-29.5 parent: 34 + type: Transform - proto: VendingMachineBooze entities: - uid: 733 components: - - type: Transform - pos: 4.5,-3.5 + - flags: SessionSpecific + type: MetaData + - pos: 4.5,-3.5 parent: 34 + type: Transform - uid: 5502 components: - - type: Transform - pos: 40.5,-39.5 + - flags: SessionSpecific + type: MetaData + - pos: 40.5,-39.5 parent: 34 + type: Transform - uid: 10196 components: - - type: Transform - pos: -7.5,7.5 + - pos: -7.5,7.5 parent: 34 + type: Transform - proto: VendingMachineBoxingDrobe entities: - uid: 7575 components: - - type: Transform - pos: -3.5,3.5 + - flags: SessionSpecific + type: MetaData + - pos: -3.5,3.5 parent: 34 + type: Transform - proto: VendingMachineCargoDrobe entities: - uid: 858 components: - - type: Transform - pos: -12.5,-29.5 + - pos: -12.5,-29.5 parent: 34 + type: Transform - proto: VendingMachineCart entities: - uid: 1963 components: - - type: Transform - pos: -19.5,-18.5 + - flags: SessionSpecific + type: MetaData + - pos: -19.5,-18.5 parent: 34 + type: Transform - proto: VendingMachineChapel entities: - uid: 3317 components: - - type: Transform - pos: -32.5,-13.5 + - flags: SessionSpecific + type: MetaData + - pos: -32.5,-13.5 parent: 34 + type: Transform - proto: VendingMachineChefDrobe entities: - uid: 850 components: - - type: Transform - pos: -7.5,-9.5 + - flags: SessionSpecific + type: MetaData + - pos: -7.5,-9.5 parent: 34 + type: Transform - proto: VendingMachineChefvend entities: - uid: 101 components: - - type: Transform - pos: -11.5,-7.5 + - flags: SessionSpecific + type: MetaData + - pos: -11.5,-7.5 parent: 34 + type: Transform - uid: 4064 components: - - type: Transform - pos: -10.5,-40.5 + - pos: -10.5,-40.5 parent: 34 + type: Transform - proto: VendingMachineChemDrobe entities: - uid: 6120 components: - - type: Transform - pos: 1.5,-26.5 + - pos: 1.5,-26.5 parent: 34 + type: Transform - proto: VendingMachineChemicals entities: - uid: 7841 components: - - type: Transform - pos: 0.5,-29.5 + - pos: 0.5,-29.5 parent: 34 + type: Transform - proto: VendingMachineCigs entities: - uid: 800 components: - - type: Transform - pos: -0.5,-3.5 + - flags: SessionSpecific + type: MetaData + - pos: -0.5,-3.5 parent: 34 + type: Transform - uid: 4673 components: - - type: Transform - pos: 45.5,-4.5 + - pos: 45.5,-4.5 parent: 34 + type: Transform - uid: 9425 components: - - type: Transform - pos: -51.5,-10.5 + - flags: SessionSpecific + type: MetaData + - pos: -51.5,-10.5 parent: 34 + type: Transform - uid: 12074 components: - - type: Transform - pos: -10.5,-48.5 + - pos: -10.5,-48.5 parent: 34 + type: Transform - uid: 12287 components: - - type: Transform - pos: -8.5,5.5 + - pos: -8.5,5.5 parent: 34 + type: Transform - proto: VendingMachineClothing entities: - uid: 2260 components: - - type: Transform - pos: -37.5,-4.5 + - flags: SessionSpecific + type: MetaData + - pos: -37.5,-4.5 parent: 34 + type: Transform - proto: VendingMachineCoffee entities: - uid: 1918 components: - - type: Transform - pos: -12.5,-27.5 + - flags: SessionSpecific + type: MetaData + - pos: -12.5,-27.5 parent: 34 + type: Transform - uid: 10367 components: - - type: Transform - pos: 6.5,-22.5 + - flags: SessionSpecific + type: MetaData + - pos: 6.5,-22.5 parent: 34 + type: Transform - uid: 11597 components: - - type: Transform - pos: -40.5,-15.5 + - flags: SessionSpecific + type: MetaData + - pos: -40.5,-15.5 parent: 34 + type: Transform - proto: VendingMachineCola entities: - uid: 2207 components: - - type: Transform - pos: -37.5,-6.5 + - flags: SessionSpecific + type: MetaData + - pos: -37.5,-6.5 parent: 34 + type: Transform - uid: 11185 components: - - type: Transform - pos: -52.5,10.5 + - flags: SessionSpecific + type: MetaData + - pos: -52.5,10.5 parent: 34 + type: Transform - proto: VendingMachineCondiments entities: - uid: 13 components: - - type: Transform - pos: -11.5,-10.5 + - flags: SessionSpecific + type: MetaData + - pos: -11.5,-10.5 parent: 34 + type: Transform - uid: 4721 components: - - type: Transform - pos: 40.5,6.5 + - flags: SessionSpecific + type: MetaData + - pos: 40.5,6.5 parent: 34 + type: Transform - proto: VendingMachineCourierDrobe entities: - uid: 8682 components: - - type: Transform - pos: -8.5,-24.5 + - pos: -8.5,-24.5 parent: 34 + type: Transform - proto: VendingMachineDetDrobe entities: - uid: 12275 components: - - type: Transform - pos: -7.5,5.5 + - pos: -7.5,5.5 parent: 34 + type: Transform - proto: VendingMachineDinnerware entities: - uid: 834 components: - - type: Transform - pos: -7.5,-8.5 + - flags: SessionSpecific + type: MetaData + - pos: -7.5,-8.5 parent: 34 + type: Transform - proto: VendingMachineDiscount entities: - uid: 4851 components: - - type: Transform - pos: 44.5,1.5 + - pos: 44.5,1.5 parent: 34 + type: Transform - proto: VendingMachineDonut entities: - uid: 10368 components: - - type: Transform - pos: 7.5,-22.5 + - flags: SessionSpecific + type: MetaData + - pos: 7.5,-22.5 parent: 34 + type: Transform - uid: 12849 components: - - type: Transform - pos: 33.5,-13.5 + - pos: 33.5,-13.5 parent: 34 + type: Transform - proto: VendingMachineEngiDrobe entities: - uid: 1095 components: - - type: Transform - pos: -32.5,-25.5 + - flags: SessionSpecific + type: MetaData + - pos: -32.5,-25.5 parent: 34 + type: Transform - proto: VendingMachineEngivend entities: - uid: 11477 components: - - type: Transform - pos: -34.5,-25.5 + - flags: SessionSpecific + type: MetaData + - pos: -34.5,-25.5 parent: 34 + type: Transform - proto: VendingMachineGames entities: - uid: 4800 components: - - type: Transform - pos: 47.5,-1.5 + - pos: 47.5,-1.5 parent: 34 + type: Transform - uid: 5037 components: - - type: Transform - pos: 19.5,6.5 + - flags: SessionSpecific + type: MetaData + - pos: 19.5,6.5 parent: 34 + type: Transform - proto: VendingMachineHydrobe entities: - uid: 372 components: - - type: Transform - pos: -19.5,-8.5 + - flags: SessionSpecific + type: MetaData + - pos: -19.5,-8.5 parent: 34 + type: Transform - proto: VendingMachineJaniDrobe entities: - uid: 1025 components: - - type: Transform - pos: 4.5,-17.5 + - flags: SessionSpecific + type: MetaData + - pos: 4.5,-17.5 parent: 34 + type: Transform - proto: VendingMachineLawDrobe entities: - uid: 10996 components: - - type: Transform - pos: 7.5,5.5 + - pos: 7.5,5.5 parent: 34 + type: Transform - proto: VendingMachineMedical entities: - uid: 12700 components: - - type: Transform - pos: 5.5,-37.5 + - pos: 5.5,-37.5 parent: 34 + type: Transform - proto: VendingMachineMediDrobe entities: - uid: 4492 components: - - type: Transform - pos: 9.5,-36.5 + - pos: 9.5,-36.5 parent: 34 + type: Transform - proto: VendingMachineMNKDrobe entities: - uid: 980 components: - - type: Transform - pos: -19.5,-10.5 + - flags: SessionSpecific + type: MetaData + - pos: -19.5,-10.5 parent: 34 + type: Transform - proto: VendingMachineNutri entities: - uid: 875 components: - - type: Transform - pos: -20.5,-7.5 + - flags: SessionSpecific + type: MetaData + - pos: -20.5,-7.5 parent: 34 + type: Transform - proto: VendingMachinePride entities: - uid: 61 components: - - type: Transform - pos: -18.5,-10.5 + - flags: SessionSpecific + type: MetaData + - pos: -18.5,-10.5 parent: 34 + type: Transform - proto: VendingMachineRepDrobe entities: - uid: 4393 components: - - type: Transform - pos: 17.5,-39.5 + - flags: SessionSpecific + type: MetaData + - pos: 17.5,-39.5 parent: 34 + type: Transform - proto: VendingMachineRestockMedical entities: - uid: 3847 components: - - type: Transform - pos: 10.066545,-36.64957 + - pos: 10.066545,-36.64957 parent: 34 + type: Transform - proto: VendingMachineRoboDrobe entities: - - uid: 677 + - uid: 12516 components: - - type: Transform - pos: -50.5,-20.5 + - pos: -42.5,-14.5 parent: 34 + type: Transform - proto: VendingMachineRobotics entities: - - uid: 12419 + - uid: 11447 components: - - type: Transform - pos: -42.5,-15.5 + - pos: -42.5,-15.5 parent: 34 + type: Transform - proto: VendingMachineSalvage entities: - uid: 2620 components: - - type: Transform - pos: -14.5,-35.5 + - pos: -14.5,-35.5 parent: 34 + type: Transform - proto: VendingMachineSciDrobe entities: - uid: 590 components: - - type: Transform - pos: -35.5,-9.5 + - flags: SessionSpecific + type: MetaData + - pos: -35.5,-9.5 parent: 34 + type: Transform - proto: VendingMachineSec entities: - uid: 3582 components: - - type: Transform - pos: 24.5,-20.5 + - flags: SessionSpecific + type: MetaData + - pos: 24.5,-20.5 parent: 34 + type: Transform - proto: VendingMachineSecDrobe entities: - uid: 11340 components: - - type: Transform - pos: 20.5,-20.5 + - flags: SessionSpecific + type: MetaData + - pos: 20.5,-20.5 parent: 34 + type: Transform - proto: VendingMachineSeeds entities: - uid: 870 components: - - type: Transform - pos: -20.5,-6.5 + - flags: SessionSpecific + type: MetaData + - pos: -20.5,-6.5 parent: 34 + type: Transform - proto: VendingMachineSeedsUnlocked entities: - uid: 4705 components: - - type: Transform - pos: 36.5,6.5 + - flags: SessionSpecific + type: MetaData + - pos: 36.5,6.5 parent: 34 + type: Transform - proto: VendingMachineTankDispenserEngineering entities: - uid: 3278 components: - - type: Transform - pos: -31.5,-47.5 + - flags: SessionSpecific + type: MetaData + - pos: -31.5,-47.5 parent: 34 + type: Transform - proto: VendingMachineTankDispenserEVA entities: - uid: 1859 components: - - type: Transform - pos: -42.5,-29.5 + - flags: SessionSpecific + type: MetaData + - pos: -42.5,-29.5 parent: 34 + type: Transform - uid: 3318 components: - - type: Transform - pos: -35.5,-34.5 + - flags: SessionSpecific + type: MetaData + - pos: -35.5,-34.5 parent: 34 + type: Transform - uid: 5603 components: - - type: Transform - pos: -20.5,5.5 + - flags: SessionSpecific + type: MetaData + - pos: -20.5,5.5 parent: 34 + type: Transform - uid: 10023 components: - - type: Transform - pos: 39.5,-4.5 + - pos: 39.5,-4.5 parent: 34 + type: Transform - proto: VendingMachineTheater entities: - uid: 62 components: - - type: Transform - pos: -17.5,-10.5 + - flags: SessionSpecific + type: MetaData + - pos: -17.5,-10.5 parent: 34 + type: Transform - proto: VendingMachineVendomat entities: - uid: 10371 components: - - type: Transform - pos: -22.5,-20.5 + - flags: SessionSpecific + type: MetaData + - pos: -22.5,-20.5 parent: 34 + type: Transform - proto: VendingMachineWinter entities: - uid: 4450 components: - - type: Transform - pos: -37.5,-7.5 + - pos: -37.5,-7.5 parent: 34 + type: Transform - proto: VendingMachineYouTool entities: - uid: 5738 components: - - type: Transform - pos: -20.5,4.5 + - flags: SessionSpecific + type: MetaData + - pos: -20.5,4.5 parent: 34 + type: Transform - proto: Wakizashi entities: - uid: 1174 components: - - type: MetaData - desc: Shitai ni kiru no yō... + - desc: Shitai ni kiru no yō... name: the mortician's scalpel - - type: Transform - pos: 9.741736,-40.32208 + type: MetaData + - pos: 9.741736,-40.32208 parent: 34 + type: Transform - proto: WallmountTelevision entities: - uid: 5418 components: - - type: Transform - pos: 2.5,-2.5 + - pos: 2.5,-2.5 parent: 34 + type: Transform - proto: WallPaper entities: - uid: 46 components: - - type: Transform - pos: 4.5,2.5 + - pos: 4.5,2.5 parent: 34 + type: Transform - uid: 47 components: - - type: Transform - pos: -0.5,2.5 + - pos: -0.5,2.5 parent: 34 + type: Transform - uid: 80 components: - - type: Transform - pos: 0.5,2.5 + - pos: 0.5,2.5 parent: 34 + type: Transform - uid: 91 components: - - type: Transform - pos: -3.5,2.5 + - pos: -3.5,2.5 parent: 34 + type: Transform - uid: 205 components: - - type: Transform - pos: 5.5,2.5 + - pos: 5.5,2.5 parent: 34 + type: Transform - uid: 2098 components: - - type: Transform - pos: -47.5,-8.5 + - pos: -47.5,-8.5 parent: 34 + type: Transform - uid: 2119 components: - - type: Transform - pos: -51.5,0.5 + - pos: -51.5,0.5 parent: 34 + type: Transform - uid: 2121 components: - - type: Transform - pos: -50.5,0.5 + - pos: -50.5,0.5 parent: 34 + type: Transform - uid: 2122 components: - - type: Transform - pos: -48.5,0.5 + - pos: -48.5,0.5 parent: 34 + type: Transform - uid: 2123 components: - - type: Transform - pos: -47.5,0.5 + - pos: -47.5,0.5 parent: 34 + type: Transform - uid: 2247 components: - - type: Transform - pos: -45.5,-8.5 + - pos: -45.5,-8.5 parent: 34 + type: Transform - uid: 5050 components: - - type: Transform - pos: -43.5,0.5 + - pos: -43.5,0.5 parent: 34 + type: Transform - uid: 5809 components: - - type: Transform - pos: -46.5,0.5 + - pos: -46.5,0.5 parent: 34 + type: Transform - uid: 5810 components: - - type: Transform - pos: -44.5,0.5 + - pos: -44.5,0.5 parent: 34 + type: Transform - uid: 7995 components: - - type: Transform - pos: -55.5,-8.5 + - pos: -55.5,-8.5 parent: 34 + type: Transform - uid: 10360 components: - - type: Transform - pos: -55.5,-11.5 + - pos: -55.5,-11.5 parent: 34 + type: Transform - uid: 11298 components: - - type: Transform - pos: -55.5,-9.5 + - pos: -55.5,-9.5 parent: 34 + type: Transform - proto: WallReinforced entities: - uid: 8 components: - - type: Transform - pos: 24.5,-36.5 + - pos: 24.5,-36.5 parent: 34 + type: Transform - uid: 11 components: - - type: Transform - pos: -14.5,5.5 + - pos: -14.5,5.5 parent: 34 + type: Transform - uid: 23 components: - - type: Transform - pos: 29.5,-31.5 + - pos: 29.5,-31.5 parent: 34 + type: Transform - uid: 24 components: - - type: Transform - pos: -19.5,2.5 + - pos: -19.5,2.5 parent: 34 + type: Transform - uid: 25 components: - - type: Transform - pos: -19.5,1.5 + - pos: -19.5,1.5 parent: 34 + type: Transform - uid: 28 components: - - type: Transform - pos: -19.5,4.5 + - pos: -19.5,4.5 parent: 34 + type: Transform - uid: 29 components: - - type: Transform - pos: -18.5,5.5 + - pos: -18.5,5.5 parent: 34 + type: Transform - uid: 30 components: - - type: Transform - pos: -19.5,3.5 + - pos: -19.5,3.5 parent: 34 + type: Transform - uid: 31 components: - - type: Transform - pos: -19.5,5.5 + - pos: -19.5,5.5 parent: 34 + type: Transform - uid: 54 components: - - type: Transform - pos: -13.5,5.5 + - pos: -13.5,5.5 parent: 34 + type: Transform - uid: 55 components: - - type: Transform - pos: -17.5,5.5 + - pos: -17.5,5.5 parent: 34 + type: Transform - uid: 73 components: - - type: Transform - pos: 35.5,-17.5 + - pos: 35.5,-17.5 parent: 34 + type: Transform - uid: 213 components: - - type: Transform - pos: -22.5,-36.5 + - pos: -22.5,-36.5 parent: 34 + type: Transform - uid: 214 components: - - type: Transform - pos: -12.5,2.5 + - pos: -12.5,2.5 parent: 34 + type: Transform - uid: 215 components: - - type: Transform - pos: -12.5,6.5 + - pos: -12.5,6.5 parent: 34 + type: Transform - uid: 217 components: - - type: Transform - pos: -23.5,-33.5 + - pos: -23.5,-33.5 parent: 34 + type: Transform - uid: 235 components: - - type: Transform - pos: -11.5,6.5 + - pos: -11.5,6.5 parent: 34 + type: Transform - uid: 236 components: - - type: Transform - pos: -10.5,6.5 + - pos: -10.5,6.5 parent: 34 + type: Transform - uid: 237 components: - - type: Transform - pos: -9.5,6.5 + - pos: -9.5,6.5 parent: 34 + type: Transform - uid: 241 components: - - type: Transform - pos: -8.5,6.5 + - pos: -8.5,6.5 parent: 34 + type: Transform - uid: 242 components: - - type: Transform - pos: -7.5,6.5 + - pos: -7.5,6.5 parent: 34 + type: Transform - uid: 248 components: - - type: Transform - pos: -5.5,1.5 + - pos: -5.5,1.5 parent: 34 + type: Transform - uid: 249 components: - - type: Transform - pos: -5.5,6.5 + - pos: -5.5,6.5 parent: 34 + type: Transform - uid: 251 components: - - type: Transform - pos: -4.5,6.5 + - pos: -4.5,6.5 parent: 34 + type: Transform - uid: 255 components: - - type: Transform - pos: -12.5,4.5 + - pos: -12.5,4.5 parent: 34 + type: Transform - uid: 256 components: - - type: Transform - pos: -4.5,1.5 + - pos: -4.5,1.5 parent: 34 + type: Transform - uid: 257 components: - - type: Transform - pos: -12.5,5.5 + - pos: -12.5,5.5 parent: 34 + type: Transform - uid: 265 components: - - type: Transform - pos: -12.5,3.5 + - pos: -12.5,3.5 parent: 34 + type: Transform - uid: 268 components: - - type: Transform - pos: -55.5,10.5 + - pos: -55.5,10.5 parent: 34 + type: Transform - uid: 330 components: - - type: Transform - pos: 34.5,-26.5 + - pos: 34.5,-26.5 parent: 34 + type: Transform - uid: 331 components: - - type: Transform - pos: 27.5,-20.5 + - pos: 27.5,-20.5 parent: 34 + type: Transform - uid: 358 components: - - type: Transform - pos: -17.5,-12.5 + - pos: -17.5,-12.5 parent: 34 + type: Transform - uid: 377 components: - - type: Transform - pos: -2.5,-30.5 + - pos: -2.5,-30.5 parent: 34 + type: Transform - uid: 393 components: - - type: Transform - pos: 8.5,-34.5 + - pos: 8.5,-34.5 parent: 34 + type: Transform - uid: 397 components: - - type: Transform - pos: -18.5,-12.5 + - pos: -18.5,-12.5 parent: 34 + type: Transform - uid: 398 components: - - type: Transform - pos: -16.5,-13.5 + - pos: -16.5,-13.5 parent: 34 + type: Transform - uid: 399 components: - - type: Transform - pos: -18.5,-15.5 + - pos: -18.5,-15.5 parent: 34 + type: Transform - uid: 400 components: - - type: Transform - pos: -19.5,-15.5 + - pos: -19.5,-15.5 parent: 34 + type: Transform - uid: 402 components: - - type: Transform - pos: -15.5,-15.5 + - pos: -15.5,-15.5 parent: 34 + type: Transform - uid: 403 components: - - type: Transform - pos: -15.5,-16.5 + - pos: -15.5,-16.5 parent: 34 + type: Transform - uid: 405 components: - - type: Transform - pos: -15.5,-18.5 + - pos: -15.5,-18.5 parent: 34 + type: Transform - uid: 408 components: - - type: Transform - pos: -15.5,-19.5 + - pos: -15.5,-19.5 parent: 34 + type: Transform - uid: 409 components: - - type: Transform - pos: -15.5,-20.5 + - pos: -15.5,-20.5 parent: 34 + type: Transform - uid: 413 components: - - type: Transform - pos: -20.5,-18.5 + - pos: -20.5,-18.5 parent: 34 + type: Transform - uid: 414 components: - - type: Transform - pos: -17.5,-15.5 + - pos: -17.5,-15.5 parent: 34 + type: Transform - uid: 415 components: - - type: Transform - pos: -20.5,-14.5 + - pos: -20.5,-14.5 parent: 34 + type: Transform - uid: 416 components: - - type: Transform - pos: -16.5,-15.5 + - pos: -16.5,-15.5 parent: 34 + type: Transform - uid: 417 components: - - type: Transform - pos: -20.5,-20.5 + - pos: -20.5,-20.5 parent: 34 + type: Transform - uid: 418 components: - - type: Transform - pos: -20.5,-15.5 + - pos: -20.5,-15.5 parent: 34 + type: Transform - uid: 419 components: - - type: Transform - pos: -20.5,-16.5 + - pos: -20.5,-16.5 parent: 34 + type: Transform - uid: 439 components: - - type: Transform - pos: 10.5,-17.5 + - pos: 10.5,-17.5 parent: 34 + type: Transform - uid: 440 components: - - type: Transform - pos: 11.5,-17.5 + - pos: 11.5,-17.5 parent: 34 + type: Transform - uid: 441 components: - - type: Transform - pos: 11.5,-18.5 + - pos: 11.5,-18.5 parent: 34 + type: Transform - uid: 442 components: - - type: Transform - pos: 11.5,-19.5 + - pos: 11.5,-19.5 parent: 34 + type: Transform - uid: 443 components: - - type: Transform - pos: 11.5,-20.5 + - pos: 11.5,-20.5 parent: 34 + type: Transform - uid: 467 components: - - type: Transform - pos: 8.5,-21.5 + - pos: 8.5,-21.5 parent: 34 + type: Transform - uid: 468 components: - - type: Transform - pos: 9.5,-21.5 + - pos: 9.5,-21.5 parent: 34 + type: Transform - uid: 469 components: - - type: Transform - pos: 10.5,-21.5 + - pos: 10.5,-21.5 parent: 34 + type: Transform - uid: 483 components: - - type: Transform - pos: -24.5,-2.5 + - pos: -24.5,-2.5 parent: 34 + type: Transform - uid: 484 components: - - type: Transform - pos: -24.5,-3.5 + - pos: -24.5,-3.5 parent: 34 + type: Transform - uid: 485 components: - - type: Transform - pos: -24.5,-4.5 + - pos: -24.5,-4.5 parent: 34 + type: Transform - uid: 486 components: - - type: Transform - pos: -24.5,-5.5 + - pos: -24.5,-5.5 parent: 34 + type: Transform - uid: 487 components: - - type: Transform - pos: -24.5,-6.5 + - pos: -24.5,-6.5 parent: 34 + type: Transform - uid: 488 components: - - type: Transform - pos: -24.5,-7.5 + - pos: -24.5,-7.5 parent: 34 + type: Transform - uid: 489 components: - - type: Transform - pos: -24.5,-8.5 + - pos: -24.5,-8.5 parent: 34 + type: Transform - uid: 490 components: - - type: Transform - pos: -24.5,-9.5 + - pos: -24.5,-9.5 parent: 34 + type: Transform - uid: 492 components: - - type: Transform - pos: -25.5,-2.5 + - pos: -25.5,-2.5 parent: 34 + type: Transform - uid: 493 components: - - type: Transform - pos: -26.5,-2.5 + - pos: -26.5,-2.5 parent: 34 + type: Transform - uid: 494 components: - - type: Transform - pos: -27.5,-2.5 + - pos: -27.5,-2.5 parent: 34 + type: Transform - uid: 495 components: - - type: Transform - pos: -28.5,-2.5 + - pos: -28.5,-2.5 parent: 34 + type: Transform - uid: 499 components: - - type: Transform - pos: -32.5,-2.5 + - pos: -32.5,-2.5 parent: 34 + type: Transform - uid: 500 components: - - type: Transform - pos: -33.5,-2.5 + - pos: -33.5,-2.5 parent: 34 + type: Transform - uid: 501 components: - - type: Transform - pos: -34.5,-2.5 + - pos: -34.5,-2.5 parent: 34 + type: Transform - uid: 509 components: - - type: Transform - pos: -24.5,-11.5 + - pos: -24.5,-11.5 parent: 34 + type: Transform - uid: 510 components: - - type: Transform - pos: -24.5,-12.5 + - pos: -24.5,-12.5 parent: 34 + type: Transform - uid: 512 components: - - type: Transform - pos: -25.5,-12.5 + - pos: -25.5,-12.5 parent: 34 + type: Transform - uid: 513 components: - - type: Transform - pos: -30.5,-13.5 + - pos: -30.5,-13.5 parent: 34 + type: Transform - uid: 519 components: - - type: Transform - pos: -35.5,-2.5 + - pos: -35.5,-2.5 parent: 34 + type: Transform - uid: 520 components: - - type: Transform - pos: -36.5,-2.5 + - pos: -36.5,-2.5 parent: 34 + type: Transform - uid: 521 components: - - type: Transform - pos: -36.5,-3.5 + - pos: -36.5,-3.5 parent: 34 + type: Transform - uid: 522 components: - - type: Transform - pos: -36.5,-4.5 + - pos: -36.5,-4.5 parent: 34 + type: Transform - uid: 523 components: - - type: Transform - pos: -36.5,-5.5 + - pos: -36.5,-5.5 parent: 34 + type: Transform - uid: 524 components: - - type: Transform - pos: -36.5,-6.5 + - pos: -36.5,-6.5 parent: 34 + type: Transform - uid: 525 components: - - type: Transform - pos: -36.5,-7.5 + - pos: -36.5,-7.5 parent: 34 + type: Transform - uid: 526 components: - - type: Transform - pos: -30.5,-16.5 + - pos: -30.5,-16.5 parent: 34 + type: Transform - uid: 527 components: - - type: Transform - pos: -36.5,-9.5 + - pos: -36.5,-9.5 parent: 34 + type: Transform - uid: 528 components: - - type: Transform - pos: -36.5,-10.5 + - pos: -36.5,-10.5 parent: 34 + type: Transform - uid: 529 components: - - type: Transform - pos: -36.5,-11.5 + - pos: -36.5,-11.5 parent: 34 + type: Transform - uid: 530 components: - - type: Transform - pos: -36.5,-12.5 + - pos: -36.5,-12.5 parent: 34 + type: Transform - uid: 531 components: - - type: Transform - pos: -36.5,-13.5 + - pos: -36.5,-13.5 parent: 34 + type: Transform - uid: 532 components: - - type: Transform - pos: -36.5,-14.5 + - pos: -36.5,-14.5 parent: 34 + type: Transform - uid: 533 components: - - type: Transform - pos: -36.5,-15.5 + - pos: -36.5,-15.5 parent: 34 + type: Transform - uid: 535 components: - - type: Transform - pos: -30.5,-17.5 + - pos: -30.5,-17.5 parent: 34 + type: Transform - uid: 536 components: - - type: Transform - pos: -30.5,-15.5 + - pos: -30.5,-15.5 parent: 34 + type: Transform - uid: 538 components: - - type: Transform - pos: -30.5,-12.5 + - pos: -30.5,-12.5 parent: 34 + type: Transform - uid: 554 components: - - type: Transform - pos: -30.5,-19.5 + - pos: -30.5,-19.5 parent: 34 + type: Transform - uid: 557 components: - - type: Transform - pos: 26.5,-36.5 + - pos: 26.5,-36.5 parent: 34 + type: Transform - uid: 561 components: - - type: Transform - pos: -26.5,-12.5 + - pos: -26.5,-12.5 parent: 34 + type: Transform - uid: 565 components: - - type: Transform - pos: -29.5,-12.5 + - pos: -29.5,-12.5 parent: 34 + type: Transform - uid: 566 components: - - type: Transform - pos: -27.5,-12.5 + - pos: -27.5,-12.5 parent: 34 + type: Transform - uid: 567 components: - - type: Transform - pos: -30.5,-20.5 + - pos: -30.5,-20.5 parent: 34 + type: Transform - uid: 568 components: - - type: Transform - pos: -31.5,-20.5 + - pos: -31.5,-20.5 parent: 34 + type: Transform - uid: 573 components: - - type: Transform - pos: -36.5,-20.5 + - pos: -36.5,-20.5 parent: 34 + type: Transform - uid: 574 components: - - type: Transform - pos: -36.5,-19.5 + - pos: -36.5,-19.5 parent: 34 + type: Transform - uid: 579 components: - - type: Transform - pos: -19.5,-12.5 + - pos: -19.5,-12.5 parent: 34 + type: Transform - uid: 580 components: - - type: Transform - pos: -20.5,-12.5 + - pos: -20.5,-12.5 parent: 34 + type: Transform - uid: 588 components: - - type: Transform - pos: -32.5,-6.5 + - pos: -32.5,-6.5 parent: 34 + type: Transform - uid: 596 components: - - type: Transform - pos: -36.5,-8.5 + - pos: -36.5,-8.5 parent: 34 + type: Transform - uid: 605 components: - - type: Transform - pos: 0.5,-38.5 + - pos: 0.5,-38.5 parent: 34 + type: Transform - uid: 608 components: - - type: Transform - pos: -33.5,-6.5 + - pos: -33.5,-6.5 parent: 34 + type: Transform - uid: 621 components: - - type: Transform - pos: -15.5,-23.5 + - pos: -15.5,-23.5 parent: 34 + type: Transform - uid: 622 components: - - type: Transform - pos: -14.5,-23.5 + - pos: -14.5,-23.5 parent: 34 + type: Transform - uid: 623 components: - - type: Transform - pos: -13.5,-23.5 + - pos: -13.5,-23.5 parent: 34 + type: Transform - uid: 624 components: - - type: Transform - pos: -12.5,-23.5 + - pos: -12.5,-23.5 parent: 34 + type: Transform - uid: 627 components: - - type: Transform - pos: -9.5,-23.5 + - pos: -9.5,-23.5 parent: 34 + type: Transform - uid: 628 components: - - type: Transform - pos: -8.5,-23.5 + - pos: -8.5,-23.5 parent: 34 + type: Transform - uid: 629 components: - - type: Transform - pos: -7.5,-23.5 + - pos: -7.5,-23.5 parent: 34 + type: Transform - uid: 630 components: - - type: Transform - pos: -6.5,-23.5 + - pos: -6.5,-23.5 parent: 34 + type: Transform - uid: 635 components: - - type: Transform - pos: -6.5,-28.5 + - pos: -6.5,-28.5 parent: 34 + type: Transform - uid: 636 components: - - type: Transform - pos: -6.5,-29.5 + - pos: -6.5,-29.5 parent: 34 + type: Transform - uid: 637 components: - - type: Transform - pos: -6.5,-30.5 + - pos: -6.5,-30.5 parent: 34 + type: Transform - uid: 642 components: - - type: Transform - pos: -13.5,-32.5 + - pos: -13.5,-32.5 parent: 34 + type: Transform - uid: 643 components: - - type: Transform - pos: -15.5,-28.5 + - pos: -15.5,-28.5 parent: 34 + type: Transform - uid: 645 components: - - type: Transform - pos: -14.5,-28.5 + - pos: -14.5,-28.5 parent: 34 + type: Transform - uid: 656 components: - - type: Transform - pos: -6.5,-39.5 + - pos: -6.5,-39.5 parent: 34 + type: Transform - uid: 658 components: - - type: Transform - pos: -6.5,-38.5 + - pos: -6.5,-38.5 parent: 34 + type: Transform - uid: 660 components: - - type: Transform - pos: -8.5,-39.5 + - pos: -8.5,-39.5 parent: 34 + type: Transform - uid: 661 components: - - type: Transform - pos: -9.5,-39.5 + - pos: -9.5,-39.5 parent: 34 + type: Transform - uid: 662 components: - - type: Transform - pos: -13.5,-28.5 + - pos: -13.5,-28.5 parent: 34 + type: Transform - uid: 663 components: - - type: Transform - pos: -11.5,-39.5 + - pos: -11.5,-39.5 parent: 34 + type: Transform - uid: 665 components: - - type: Transform - pos: 15.5,-43.5 + - pos: 15.5,-43.5 parent: 34 + type: Transform - uid: 667 components: - - type: Transform - pos: 15.5,-44.5 + - pos: 15.5,-44.5 parent: 34 + type: Transform - uid: 682 components: - - type: Transform - pos: 1.5,-30.5 + - pos: 1.5,-30.5 parent: 34 + type: Transform - uid: 683 components: - - type: Transform - pos: 8.5,-31.5 + - pos: 8.5,-31.5 parent: 34 + type: Transform - uid: 684 components: - - type: Transform - pos: 8.5,-30.5 + - pos: 8.5,-30.5 parent: 34 + type: Transform - uid: 688 components: - - type: Transform - pos: 8.5,-32.5 + - pos: 8.5,-32.5 parent: 34 + type: Transform - uid: 696 components: - - type: Transform - pos: -7.5,-39.5 + - pos: -7.5,-39.5 parent: 34 + type: Transform - uid: 697 components: - - type: Transform - pos: -10.5,-39.5 + - pos: -10.5,-39.5 parent: 34 + type: Transform - uid: 699 components: - - type: Transform - pos: -22.5,-40.5 + - pos: -22.5,-40.5 parent: 34 + type: Transform - uid: 701 components: - - type: Transform - pos: -2.5,-28.5 + - pos: -2.5,-28.5 parent: 34 + type: Transform - uid: 702 components: - - type: Transform - pos: -2.5,-40.5 + - pos: -2.5,-40.5 parent: 34 + type: Transform - uid: 703 components: - - type: Transform - pos: -20.5,-28.5 + - pos: -20.5,-28.5 parent: 34 + type: Transform - uid: 705 components: - - type: Transform - pos: -23.5,-29.5 + - pos: -23.5,-29.5 parent: 34 + type: Transform - uid: 706 components: - - type: Transform - pos: -22.5,-28.5 + - pos: -22.5,-28.5 parent: 34 + type: Transform - uid: 707 components: - - type: Transform - pos: -2.5,-41.5 + - pos: -2.5,-41.5 parent: 34 + type: Transform - uid: 712 components: - - type: Transform - pos: -27.5,-24.5 + - pos: -27.5,-24.5 parent: 34 + type: Transform - uid: 713 components: - - type: Transform - pos: -28.5,-24.5 + - pos: -28.5,-24.5 parent: 34 + type: Transform - uid: 714 components: - - type: Transform - pos: -29.5,-24.5 + - pos: -29.5,-24.5 parent: 34 + type: Transform - uid: 715 components: - - type: Transform - pos: -30.5,-24.5 + - pos: -30.5,-24.5 parent: 34 + type: Transform - uid: 716 components: - - type: Transform - pos: -31.5,-24.5 + - pos: -31.5,-24.5 parent: 34 + type: Transform - uid: 717 components: - - type: Transform - pos: -32.5,-24.5 + - pos: -32.5,-24.5 parent: 34 + type: Transform - uid: 718 components: - - type: Transform - pos: -33.5,-24.5 + - pos: -33.5,-24.5 parent: 34 + type: Transform - uid: 725 components: - - type: Transform - pos: -23.5,-30.5 + - pos: -23.5,-30.5 parent: 34 + type: Transform - uid: 726 components: - - type: Transform - pos: -53.5,-18.5 + - pos: -53.5,-18.5 parent: 34 + type: Transform - uid: 748 components: - - type: Transform - pos: 33.5,-46.5 + - pos: 33.5,-46.5 parent: 34 + type: Transform - uid: 785 components: - - type: Transform - pos: 31.5,-17.5 + - pos: 31.5,-17.5 parent: 34 + type: Transform - uid: 788 components: - - type: Transform - pos: -21.5,-28.5 + - pos: -21.5,-28.5 parent: 34 + type: Transform - uid: 795 components: - - type: Transform - pos: -6.5,1.5 + - pos: -6.5,1.5 parent: 34 + type: Transform - uid: 796 components: - - type: Transform - pos: -4.5,2.5 + - pos: -4.5,2.5 parent: 34 + type: Transform - uid: 798 components: - - type: Transform - pos: -4.5,4.5 + - pos: -4.5,4.5 parent: 34 + type: Transform - uid: 799 components: - - type: Transform - pos: -4.5,3.5 + - pos: -4.5,3.5 parent: 34 + type: Transform - uid: 804 components: - - type: Transform - pos: -12.5,1.5 + - pos: -12.5,1.5 parent: 34 + type: Transform - uid: 848 components: - - type: Transform - pos: -20.5,-19.5 + - pos: -20.5,-19.5 parent: 34 + type: Transform - uid: 878 components: - - type: Transform - pos: 15.5,-15.5 + - pos: 15.5,-15.5 parent: 34 + type: Transform - uid: 886 components: - - type: Transform - pos: -2.5,-26.5 + - pos: -2.5,-26.5 parent: 34 + type: Transform - uid: 894 components: - - type: Transform - pos: -2.5,-27.5 + - pos: -2.5,-27.5 + parent: 34 + type: Transform + - uid: 917 + components: + - pos: -41.5,-11.5 parent: 34 + type: Transform - uid: 965 components: - - type: Transform - pos: -28.5,0.5 + - pos: -28.5,0.5 parent: 34 + type: Transform - uid: 966 components: - - type: Transform - pos: -28.5,1.5 + - pos: -28.5,1.5 parent: 34 + type: Transform - uid: 969 components: - - type: Transform - pos: 16.5,-20.5 + - pos: 16.5,-20.5 parent: 34 + type: Transform - uid: 975 components: - - type: Transform - pos: -28.5,4.5 + - pos: -28.5,4.5 parent: 34 + type: Transform - uid: 976 components: - - type: Transform - pos: -28.5,3.5 + - pos: -28.5,3.5 parent: 34 + type: Transform - uid: 978 components: - - type: Transform - pos: -4.5,5.5 + - pos: -4.5,5.5 parent: 34 + type: Transform - uid: 984 components: - - type: Transform - pos: 21.5,-21.5 + - pos: 21.5,-21.5 parent: 34 + type: Transform - uid: 985 components: - - type: Transform - pos: 16.5,-21.5 + - pos: 16.5,-21.5 parent: 34 + type: Transform - uid: 988 components: - - type: Transform - pos: 17.5,-21.5 + - pos: 17.5,-21.5 parent: 34 + type: Transform - uid: 989 components: - - type: Transform - pos: 15.5,-16.5 + - pos: 15.5,-16.5 parent: 34 + type: Transform - uid: 990 components: - - type: Transform - pos: 15.5,-17.5 + - pos: 15.5,-17.5 parent: 34 + type: Transform - uid: 991 components: - - type: Transform - pos: 15.5,-18.5 + - pos: 15.5,-18.5 parent: 34 + type: Transform - uid: 992 components: - - type: Transform - pos: 15.5,-19.5 + - pos: 15.5,-19.5 parent: 34 + type: Transform - uid: 993 components: - - type: Transform - pos: 19.5,-15.5 + - pos: 19.5,-15.5 parent: 34 + type: Transform - uid: 994 components: - - type: Transform - pos: 16.5,-11.5 + - pos: 16.5,-11.5 parent: 34 + type: Transform - uid: 996 components: - - type: Transform - pos: 15.5,-8.5 + - pos: 15.5,-8.5 parent: 34 + type: Transform - uid: 997 components: - - type: Transform - pos: 15.5,-10.5 + - pos: 15.5,-10.5 parent: 34 + type: Transform - uid: 1002 components: - - type: Transform - pos: 21.5,-15.5 + - pos: 21.5,-15.5 parent: 34 + type: Transform - uid: 1012 components: - - type: Transform - pos: 8.5,-17.5 + - pos: 8.5,-17.5 parent: 34 + type: Transform - uid: 1035 components: - - type: Transform - pos: -23.5,-31.5 + - pos: -23.5,-31.5 parent: 34 + type: Transform - uid: 1037 components: - - type: Transform - pos: -23.5,-32.5 + - pos: -23.5,-32.5 parent: 34 + type: Transform - uid: 1039 components: - - type: Transform - pos: -23.5,-35.5 + - pos: -23.5,-35.5 + parent: 34 + type: Transform + - uid: 1040 + components: + - pos: -56.5,-23.5 parent: 34 + type: Transform - uid: 1043 components: - - type: Transform - pos: -25.5,-28.5 + - pos: -25.5,-28.5 parent: 34 + type: Transform - uid: 1044 components: - - type: Transform - pos: -26.5,-28.5 + - pos: -26.5,-28.5 parent: 34 + type: Transform - uid: 1045 components: - - type: Transform - pos: -27.5,-28.5 + - pos: -27.5,-28.5 parent: 34 + type: Transform - uid: 1053 components: - - type: Transform - pos: 38.5,-5.5 + - pos: 38.5,-5.5 parent: 34 + type: Transform - uid: 1062 components: - - type: Transform - pos: -28.5,-35.5 + - pos: -28.5,-35.5 parent: 34 + type: Transform - uid: 1066 components: - - type: Transform - pos: -27.5,-29.5 + - pos: -27.5,-29.5 parent: 34 + type: Transform - uid: 1068 components: - - type: Transform - pos: -24.5,-35.5 + - pos: -24.5,-35.5 parent: 34 + type: Transform - uid: 1071 components: - - type: Transform - pos: -27.5,-35.5 + - pos: -27.5,-35.5 parent: 34 + type: Transform - uid: 1074 components: - - type: Transform - pos: -28.5,-38.5 + - pos: -28.5,-38.5 parent: 34 + type: Transform - uid: 1117 components: - - type: Transform - pos: -28.5,-36.5 + - pos: -28.5,-36.5 parent: 34 + type: Transform - uid: 1118 components: - - type: Transform - pos: -28.5,-39.5 + - pos: -28.5,-39.5 parent: 34 + type: Transform - uid: 1119 components: - - type: Transform - pos: -29.5,-41.5 + - pos: -29.5,-41.5 parent: 34 + type: Transform - uid: 1155 components: - - type: Transform - pos: -23.5,-28.5 + - pos: -23.5,-28.5 parent: 34 + type: Transform - uid: 1167 components: - - type: Transform - pos: -35.5,-39.5 + - pos: -35.5,-39.5 parent: 34 + type: Transform - uid: 1168 components: - - type: Transform - pos: -38.5,-38.5 + - pos: -38.5,-38.5 parent: 34 + type: Transform - uid: 1171 components: - - type: Transform - pos: -37.5,-38.5 + - pos: -37.5,-38.5 parent: 34 + type: Transform - uid: 1172 components: - - type: Transform - pos: -39.5,-38.5 + - pos: -39.5,-38.5 parent: 34 + type: Transform - uid: 1178 components: - - type: Transform - pos: -35.5,-40.5 + - pos: -35.5,-40.5 parent: 34 + type: Transform - uid: 1179 components: - - type: Transform - pos: -35.5,-42.5 + - pos: -35.5,-42.5 parent: 34 + type: Transform - uid: 1180 components: - - type: Transform - pos: -39.5,-44.5 + - pos: -39.5,-44.5 parent: 34 + type: Transform - uid: 1181 components: - - type: Transform - pos: -38.5,-44.5 + - pos: -38.5,-44.5 parent: 34 + type: Transform - uid: 1182 components: - - type: Transform - pos: -37.5,-44.5 + - pos: -37.5,-44.5 parent: 34 + type: Transform - uid: 1183 components: - - type: Transform - pos: -36.5,-44.5 + - pos: -36.5,-44.5 parent: 34 + type: Transform - uid: 1184 components: - - type: Transform - pos: -35.5,-44.5 + - pos: -35.5,-44.5 parent: 34 + type: Transform - uid: 1186 components: - - type: Transform - pos: -36.5,-42.5 + - pos: -36.5,-42.5 parent: 34 + type: Transform - uid: 1187 components: - - type: Transform - pos: -35.5,-38.5 + - pos: -35.5,-38.5 parent: 34 + type: Transform - uid: 1188 components: - - type: Transform - pos: -37.5,-34.5 + - pos: -37.5,-34.5 parent: 34 + type: Transform - uid: 1190 components: - - type: Transform - pos: -35.5,-41.5 + - pos: -35.5,-41.5 parent: 34 + type: Transform - uid: 1191 components: - - type: Transform - pos: -38.5,-40.5 + - pos: -38.5,-40.5 parent: 34 + type: Transform - uid: 1194 components: - - type: Transform - pos: -36.5,-38.5 + - pos: -36.5,-38.5 parent: 34 + type: Transform - uid: 1195 components: - - type: Transform - pos: -39.5,-40.5 + - pos: -39.5,-40.5 parent: 34 + type: Transform - uid: 1196 components: - - type: Transform - pos: -36.5,-40.5 + - pos: -36.5,-40.5 parent: 34 + type: Transform - uid: 1203 components: - - type: Transform - pos: -53.5,-44.5 + - pos: -53.5,-44.5 parent: 34 + type: Transform - uid: 1204 components: - - type: Transform - pos: -53.5,-43.5 + - pos: -53.5,-43.5 parent: 34 + type: Transform - uid: 1205 components: - - type: Transform - pos: -53.5,-42.5 + - pos: -53.5,-42.5 parent: 34 + type: Transform - uid: 1207 components: - - type: Transform - pos: -51.5,-44.5 + - pos: -51.5,-44.5 parent: 34 + type: Transform - uid: 1210 components: - - type: Transform - pos: -35.5,-43.5 + - pos: -35.5,-43.5 parent: 34 + type: Transform - uid: 1212 components: - - type: Transform - pos: -39.5,-42.5 + - pos: -39.5,-42.5 parent: 34 + type: Transform - uid: 1213 components: - - type: Transform - pos: -37.5,-40.5 + - pos: -37.5,-40.5 parent: 34 + type: Transform - uid: 1214 components: - - type: Transform - pos: -38.5,-42.5 + - pos: -38.5,-42.5 parent: 34 + type: Transform - uid: 1220 components: - - type: Transform - pos: -37.5,-42.5 + - pos: -37.5,-42.5 parent: 34 + type: Transform - uid: 1224 components: - - type: Transform - pos: -38.5,-34.5 + - pos: -38.5,-34.5 parent: 34 + type: Transform - uid: 1258 components: - - type: Transform - pos: -35.5,-45.5 + - pos: -35.5,-45.5 parent: 34 + type: Transform - uid: 1259 components: - - type: Transform - pos: -35.5,-46.5 + - pos: -35.5,-46.5 parent: 34 + type: Transform - uid: 1260 components: - - type: Transform - pos: -36.5,-46.5 + - pos: -36.5,-46.5 parent: 34 + type: Transform - uid: 1261 components: - - type: Transform - pos: -37.5,-46.5 + - pos: -37.5,-46.5 parent: 34 + type: Transform - uid: 1262 components: - - type: Transform - pos: -38.5,-46.5 + - pos: -38.5,-46.5 parent: 34 + type: Transform - uid: 1263 components: - - type: Transform - pos: -39.5,-46.5 + - pos: -39.5,-46.5 parent: 34 + type: Transform - uid: 1269 components: - - type: Transform - pos: -16.5,-12.5 + - pos: -16.5,-12.5 parent: 34 + type: Transform - uid: 1270 components: - - type: Transform - pos: -15.5,-14.5 + - pos: -15.5,-14.5 parent: 34 + type: Transform - uid: 1271 components: - - type: Transform - pos: -15.5,-13.5 + - pos: -15.5,-13.5 parent: 34 + type: Transform - uid: 1293 components: - - type: Transform - pos: 19.5,-43.5 + - pos: 19.5,-43.5 parent: 34 + type: Transform - uid: 1295 components: - - type: Transform - pos: 11.5,-34.5 + - pos: 11.5,-34.5 parent: 34 + type: Transform - uid: 1296 components: - - type: Transform - pos: 11.5,-35.5 + - pos: 11.5,-35.5 parent: 34 + type: Transform - uid: 1298 components: - - type: Transform - pos: -30.5,-46.5 + - pos: -30.5,-46.5 parent: 34 + type: Transform - uid: 1301 components: - - type: Transform - pos: 11.5,-33.5 + - pos: 11.5,-33.5 parent: 34 + type: Transform - uid: 1302 components: - - type: Transform - pos: 11.5,-31.5 + - pos: 11.5,-31.5 parent: 34 + type: Transform - uid: 1306 components: - - type: Transform - pos: 11.5,-32.5 + - pos: 11.5,-32.5 parent: 34 + type: Transform - uid: 1310 components: - - type: Transform - pos: 11.5,-30.5 + - pos: 11.5,-30.5 parent: 34 + type: Transform - uid: 1312 components: - - type: Transform - pos: 1.5,-25.5 + - pos: 1.5,-25.5 parent: 34 + type: Transform - uid: 1314 components: - - type: Transform - pos: 2.5,-25.5 + - pos: 2.5,-25.5 parent: 34 + type: Transform - uid: 1317 components: - - type: Transform - pos: -1.5,-25.5 + - pos: -1.5,-25.5 parent: 34 + type: Transform - uid: 1318 components: - - type: Transform - pos: 0.5,-25.5 + - pos: 0.5,-25.5 parent: 34 + type: Transform - uid: 1319 components: - - type: Transform - pos: -0.5,-25.5 + - pos: -0.5,-25.5 + parent: 34 + type: Transform + - uid: 1324 + components: + - pos: -44.5,-20.5 parent: 34 + type: Transform - uid: 1345 components: - - type: Transform - pos: 2.5,-30.5 + - pos: 2.5,-30.5 parent: 34 + type: Transform - uid: 1346 components: - - type: Transform - pos: -0.5,-38.5 + - pos: -0.5,-38.5 parent: 34 + type: Transform - uid: 1368 components: - - type: Transform - pos: -2.5,-43.5 + - pos: -2.5,-43.5 + parent: 34 + type: Transform + - uid: 1376 + components: + - pos: -53.5,-23.5 parent: 34 + type: Transform - uid: 1378 components: - - type: Transform - pos: 0.5,-30.5 + - pos: 0.5,-30.5 parent: 34 + type: Transform - uid: 1393 components: - - type: Transform - pos: -1.5,-38.5 + - pos: -1.5,-38.5 parent: 34 + type: Transform - uid: 1394 components: - - type: Transform - pos: -2.5,-38.5 + - pos: -2.5,-38.5 parent: 34 + type: Transform - uid: 1398 components: - - type: Transform - pos: -4.5,-50.5 + - pos: -4.5,-50.5 parent: 34 + type: Transform - uid: 1432 components: - - type: Transform - pos: 18.5,-21.5 + - pos: 18.5,-21.5 parent: 34 + type: Transform - uid: 1439 components: - - type: Transform - pos: 19.5,-21.5 + - pos: 19.5,-21.5 parent: 34 + type: Transform - uid: 1454 components: - - type: Transform - pos: -41.5,-29.5 + - pos: -41.5,-29.5 parent: 34 + type: Transform - uid: 1456 components: - - type: Transform - pos: -41.5,-32.5 + - pos: -41.5,-32.5 parent: 34 + type: Transform - uid: 1457 components: - - type: Transform - pos: -41.5,-31.5 + - pos: -41.5,-31.5 parent: 34 + type: Transform - uid: 1472 components: - - type: Transform - pos: -46.5,-44.5 + - pos: -46.5,-44.5 parent: 34 + type: Transform - uid: 1473 components: - - type: Transform - pos: -51.5,-46.5 + - pos: -51.5,-46.5 parent: 34 + type: Transform - uid: 1477 components: - - type: Transform - pos: -51.5,-48.5 + - pos: -51.5,-48.5 parent: 34 + type: Transform - uid: 1495 components: - - type: Transform - pos: -52.5,-41.5 + - pos: -52.5,-41.5 parent: 34 + type: Transform - uid: 1496 components: - - type: Transform - pos: -51.5,-41.5 + - pos: -51.5,-41.5 parent: 34 + type: Transform - uid: 1499 components: - - type: Transform - pos: -53.5,-45.5 + - pos: -53.5,-45.5 parent: 34 + type: Transform - uid: 1500 components: - - type: Transform - pos: -53.5,-46.5 + - pos: -53.5,-46.5 parent: 34 + type: Transform - uid: 1501 components: - - type: Transform - pos: -53.5,-47.5 + - pos: -53.5,-47.5 parent: 34 + type: Transform - uid: 1502 components: - - type: Transform - pos: -53.5,-48.5 + - pos: -53.5,-48.5 parent: 34 + type: Transform - uid: 1503 components: - - type: Transform - pos: -53.5,-49.5 + - pos: -53.5,-49.5 parent: 34 + type: Transform - uid: 1504 components: - - type: Transform - pos: -53.5,-50.5 + - pos: -53.5,-50.5 parent: 34 + type: Transform - uid: 1505 components: - - type: Transform - pos: -52.5,-50.5 + - pos: -52.5,-50.5 parent: 34 + type: Transform - uid: 1506 components: - - type: Transform - pos: -51.5,-50.5 + - pos: -51.5,-50.5 parent: 34 + type: Transform - uid: 1507 components: - - type: Transform - pos: -50.5,-50.5 + - pos: -50.5,-50.5 parent: 34 + type: Transform - uid: 1508 components: - - type: Transform - pos: -49.5,-50.5 + - pos: -49.5,-50.5 parent: 34 + type: Transform - uid: 1509 components: - - type: Transform - pos: -48.5,-50.5 + - pos: -48.5,-50.5 parent: 34 + type: Transform - uid: 1510 components: - - type: Transform - pos: -47.5,-50.5 + - pos: -47.5,-50.5 parent: 34 + type: Transform - uid: 1511 components: - - type: Transform - pos: -46.5,-50.5 + - pos: -46.5,-50.5 parent: 34 + type: Transform - uid: 1521 components: - - type: Transform - pos: -52.5,-38.5 + - pos: -52.5,-38.5 parent: 34 + type: Transform - uid: 1543 components: - - type: Transform - pos: -51.5,-40.5 + - pos: -51.5,-40.5 parent: 34 + type: Transform - uid: 1568 components: - - type: Transform - pos: -51.5,-39.5 + - pos: -51.5,-39.5 parent: 34 + type: Transform - uid: 1569 components: - - type: Transform - pos: -50.5,-39.5 + - pos: -50.5,-39.5 parent: 34 + type: Transform - uid: 1570 components: - - type: Transform - pos: -49.5,-39.5 + - pos: -49.5,-39.5 parent: 34 + type: Transform - uid: 1571 components: - - type: Transform - pos: 20.5,-21.5 + - pos: 20.5,-21.5 parent: 34 + type: Transform - uid: 1577 components: - - type: Transform - pos: -50.5,-37.5 + - pos: -50.5,-37.5 parent: 34 + type: Transform - uid: 1579 components: - - type: Transform - pos: -49.5,-37.5 + - pos: -49.5,-37.5 parent: 34 + type: Transform - uid: 1583 components: - - type: Transform - pos: -52.5,-39.5 + - pos: -52.5,-39.5 parent: 34 + type: Transform - uid: 1592 components: - - type: Transform - pos: -47.5,-32.5 + - pos: -47.5,-32.5 parent: 34 + type: Transform - uid: 1594 components: - - type: Transform - pos: -14.5,-36.5 + - pos: -14.5,-36.5 parent: 34 + type: Transform - uid: 1605 components: - - type: Transform - pos: -41.5,-28.5 + - pos: -41.5,-28.5 parent: 34 + type: Transform - uid: 1628 components: - - type: Transform - pos: -45.5,-50.5 + - pos: -45.5,-50.5 parent: 34 + type: Transform - uid: 1633 components: - - type: Transform - pos: -40.5,-50.5 + - pos: -40.5,-50.5 parent: 34 + type: Transform - uid: 1654 components: - - type: Transform - pos: -39.5,-47.5 + - pos: -39.5,-47.5 parent: 34 + type: Transform - uid: 1655 components: - - type: Transform - pos: -39.5,-48.5 + - pos: -39.5,-48.5 parent: 34 + type: Transform - uid: 1656 components: - - type: Transform - pos: -39.5,-49.5 + - pos: -39.5,-49.5 parent: 34 + type: Transform - uid: 1657 components: - - type: Transform - pos: -39.5,-50.5 + - pos: -39.5,-50.5 parent: 34 + type: Transform - uid: 1721 components: - - type: Transform - pos: -36.5,-43.5 + - pos: -36.5,-43.5 parent: 34 + type: Transform - uid: 1740 components: - - type: Transform - pos: -42.5,-28.5 + - pos: -42.5,-28.5 parent: 34 + type: Transform - uid: 1741 components: - - type: Transform - pos: -43.5,-28.5 + - pos: -43.5,-28.5 parent: 34 + type: Transform - uid: 1742 components: - - type: Transform - pos: -44.5,-28.5 + - pos: -44.5,-28.5 parent: 34 + type: Transform - uid: 1743 components: - - type: Transform - pos: -45.5,-28.5 + - pos: -45.5,-28.5 parent: 34 + type: Transform - uid: 1744 components: - - type: Transform - pos: -46.5,-28.5 + - pos: -46.5,-28.5 parent: 34 + type: Transform - uid: 1745 components: - - type: Transform - pos: -47.5,-28.5 + - pos: -47.5,-28.5 parent: 34 + type: Transform - uid: 1747 components: - - type: Transform - pos: -52.5,-40.5 + - pos: -52.5,-40.5 parent: 34 + type: Transform - uid: 1751 components: - - type: Transform - pos: -40.5,-34.5 + - pos: -40.5,-34.5 parent: 34 + type: Transform - uid: 1794 components: - - type: Transform - pos: -53.5,-17.5 + - pos: -53.5,-17.5 parent: 34 + type: Transform - uid: 1804 components: - - type: Transform - pos: 32.5,-8.5 + - pos: 32.5,-8.5 parent: 34 + type: Transform - uid: 1812 components: - - type: Transform - pos: -40.5,-24.5 + - pos: -40.5,-24.5 parent: 34 + type: Transform - uid: 1813 components: - - type: Transform - pos: -39.5,-24.5 + - pos: -39.5,-24.5 parent: 34 + type: Transform - uid: 1819 components: - - type: Transform - pos: -49.5,-28.5 + - pos: -49.5,-28.5 parent: 34 + type: Transform - uid: 1820 components: - - type: Transform - pos: -48.5,-28.5 + - pos: -48.5,-28.5 parent: 34 + type: Transform - uid: 1825 components: - - type: Transform - pos: 17.5,-15.5 + - pos: 17.5,-15.5 parent: 34 + type: Transform - uid: 1829 components: - - type: Transform - pos: -36.5,-24.5 - parent: 34 - - uid: 1833 - components: - - type: Transform - pos: -53.5,-14.5 + - pos: -36.5,-24.5 parent: 34 + type: Transform - uid: 1839 components: - - type: Transform - pos: -41.5,-34.5 + - pos: -41.5,-34.5 parent: 34 + type: Transform - uid: 1862 components: - - type: Transform - pos: 20.5,-15.5 + - pos: 20.5,-15.5 parent: 34 + type: Transform - uid: 1869 components: - - type: Transform - pos: -52.5,-37.5 + - pos: -52.5,-37.5 parent: 34 + type: Transform - uid: 1935 components: - - type: Transform - pos: -6.5,-31.5 + - pos: -6.5,-31.5 parent: 34 + type: Transform - uid: 1995 components: - - type: Transform - pos: 7.5,-17.5 + - pos: 7.5,-17.5 parent: 34 + type: Transform - uid: 1996 components: - - type: Transform - pos: 7.5,-19.5 + - pos: 7.5,-19.5 parent: 34 + type: Transform - uid: 1997 components: - - type: Transform - pos: 7.5,-18.5 + - pos: 7.5,-18.5 parent: 34 + type: Transform - uid: 2008 components: - - type: Transform - pos: -33.5,4.5 + - pos: -33.5,4.5 parent: 34 + type: Transform - uid: 2009 components: - - type: Transform - pos: -33.5,3.5 + - pos: -33.5,3.5 parent: 34 + type: Transform - uid: 2010 components: - - type: Transform - pos: -33.5,2.5 + - pos: -33.5,2.5 parent: 34 + type: Transform - uid: 2011 components: - - type: Transform - pos: -33.5,1.5 + - pos: -33.5,1.5 parent: 34 + type: Transform - uid: 2012 components: - - type: Transform - pos: -33.5,0.5 + - pos: -33.5,0.5 parent: 34 + type: Transform - uid: 2032 components: - - type: Transform - pos: -28.5,2.5 + - pos: -28.5,2.5 + parent: 34 + type: Transform + - uid: 2080 + components: + - pos: -56.5,-13.5 parent: 34 + type: Transform - uid: 2083 components: - - type: Transform - pos: -44.5,-15.5 + - pos: -56.5,-18.5 + parent: 34 + type: Transform + - uid: 2093 + components: + - pos: -58.5,-24.5 parent: 34 + type: Transform + - uid: 2094 + components: + - pos: -41.5,-20.5 + parent: 34 + type: Transform - uid: 2145 components: - - type: Transform - pos: 10.5,-35.5 + - pos: 10.5,-35.5 parent: 34 + type: Transform - uid: 2152 components: - - type: Transform - pos: -52.5,-14.5 + - pos: -42.5,-20.5 parent: 34 + type: Transform - uid: 2156 components: - - type: Transform - pos: 17.5,-2.5 + - pos: 17.5,-2.5 parent: 34 + type: Transform - uid: 2218 components: - - type: Transform - pos: 41.5,-5.5 + - pos: 41.5,-5.5 parent: 34 + type: Transform - uid: 2280 components: - - type: Transform - pos: -51.5,-23.5 + - pos: -51.5,-23.5 parent: 34 + type: Transform - uid: 2285 components: - - type: Transform - pos: -50.5,-19.5 + - pos: -50.5,-19.5 parent: 34 + type: Transform - uid: 2331 components: - - type: Transform - pos: -46.5,-15.5 + - pos: -43.5,-20.5 parent: 34 + type: Transform - uid: 2342 components: - - type: Transform - pos: 40.5,-5.5 + - pos: 40.5,-5.5 + parent: 34 + type: Transform + - uid: 2379 + components: + - pos: -54.5,-23.5 + parent: 34 + type: Transform + - uid: 2383 + components: + - pos: -46.5,-20.5 + parent: 34 + type: Transform + - uid: 2384 + components: + - pos: -52.5,-23.5 parent: 34 + type: Transform - uid: 2386 components: - - type: Transform - pos: 39.5,-5.5 + - pos: 39.5,-5.5 parent: 34 + type: Transform - uid: 2404 components: - - type: Transform - pos: -49.5,-19.5 + - pos: -49.5,-19.5 parent: 34 + type: Transform - uid: 2406 components: - - type: Transform - pos: -49.5,-35.5 - parent: 34 - - uid: 2419 - components: - - type: Transform - pos: -58.5,-23.5 + - pos: -49.5,-35.5 parent: 34 + type: Transform - uid: 2420 components: - - type: Transform - pos: -49.5,-15.5 + - pos: -49.5,-15.5 parent: 34 + type: Transform - uid: 2431 components: - - type: Transform - pos: 41.5,-8.5 + - pos: 41.5,-8.5 parent: 34 + type: Transform - uid: 2433 components: - - type: Transform - pos: -52.5,-15.5 + - pos: -52.5,-15.5 parent: 34 + type: Transform - uid: 2434 components: - - type: Transform - pos: 34.5,-4.5 + - pos: 34.5,-4.5 parent: 34 + type: Transform - uid: 2436 components: - - type: Transform - pos: -51.5,-19.5 + - pos: -51.5,-19.5 parent: 34 + type: Transform - uid: 2474 components: - - type: Transform - pos: 31.5,-10.5 + - pos: 31.5,-10.5 parent: 34 + type: Transform - uid: 2477 components: - - type: Transform - pos: -14.5,-39.5 + - pos: -14.5,-39.5 parent: 34 + type: Transform - uid: 2488 components: - - type: Transform - pos: -31.5,-46.5 + - pos: -31.5,-46.5 parent: 34 + type: Transform - uid: 2494 components: - - type: Transform - pos: -48.5,-19.5 - parent: 34 - - uid: 2512 - components: - - type: Transform - pos: -51.5,-22.5 + - pos: -48.5,-19.5 parent: 34 + type: Transform - uid: 2517 components: - - type: Transform - pos: 49.5,-7.5 + - pos: 49.5,-7.5 parent: 34 + type: Transform - uid: 2519 components: - - type: Transform - pos: 49.5,-10.5 + - pos: 49.5,-10.5 parent: 34 + type: Transform - uid: 2521 components: - - type: Transform - pos: 49.5,-9.5 + - pos: 49.5,-9.5 parent: 34 + type: Transform - uid: 2565 components: - - type: Transform - pos: 47.5,-8.5 - parent: 34 - - uid: 2572 - components: - - type: Transform - pos: -54.5,-14.5 - parent: 34 - - uid: 2573 - components: - - type: Transform - pos: -55.5,-14.5 - parent: 34 - - uid: 2574 - components: - - type: Transform - pos: -55.5,-13.5 + - pos: 47.5,-8.5 parent: 34 + type: Transform - uid: 2575 components: - - type: Transform - pos: -55.5,-12.5 + - pos: -55.5,-12.5 parent: 34 + type: Transform - uid: 2577 components: - - type: Transform - pos: -55.5,-7.5 + - pos: -55.5,-7.5 parent: 34 + type: Transform - uid: 2581 components: - - type: Transform - pos: -58.5,-7.5 + - pos: -58.5,-7.5 parent: 34 + type: Transform - uid: 2582 components: - - type: Transform - pos: -56.5,-7.5 + - pos: -56.5,-7.5 parent: 34 + type: Transform - uid: 2585 components: - - type: Transform - pos: -57.5,-7.5 + - pos: -57.5,-7.5 parent: 34 + type: Transform - uid: 2586 components: - - type: Transform - pos: -58.5,-6.5 + - pos: -58.5,-6.5 parent: 34 + type: Transform - uid: 2588 components: - - type: Transform - pos: -49.5,8.5 + - pos: -49.5,8.5 parent: 34 + type: Transform - uid: 2589 components: - - type: Transform - pos: -48.5,6.5 + - pos: -48.5,6.5 parent: 34 + type: Transform - uid: 2590 components: - - type: Transform - pos: -47.5,6.5 + - pos: -47.5,6.5 parent: 34 + type: Transform - uid: 2609 components: - - type: Transform - pos: -19.5,-28.5 + - pos: -19.5,-28.5 parent: 34 + type: Transform - uid: 2613 components: - - type: Transform - pos: -52.5,-19.5 + - pos: -52.5,-19.5 parent: 34 + type: Transform - uid: 2614 components: - - type: Transform - pos: 42.5,-14.5 + - pos: 42.5,-14.5 parent: 34 + type: Transform - uid: 2631 components: - - type: Transform - pos: 46.5,-14.5 + - pos: 46.5,-14.5 parent: 34 + type: Transform - uid: 2648 components: - - type: Transform - pos: 49.5,-8.5 + - pos: 49.5,-8.5 parent: 34 + type: Transform - uid: 2678 components: - - type: Transform - pos: -14.5,-31.5 + - pos: -14.5,-31.5 parent: 34 + type: Transform - uid: 2694 components: - - type: Transform - pos: 2.5,-29.5 + - pos: 2.5,-29.5 parent: 34 + type: Transform - uid: 2807 components: - - type: Transform - pos: 27.5,-36.5 + - pos: 27.5,-36.5 parent: 34 + type: Transform - uid: 2815 components: - - type: Transform - pos: 26.5,-32.5 + - pos: 26.5,-32.5 parent: 34 + type: Transform - uid: 2816 components: - - type: Transform - pos: 27.5,-32.5 + - pos: 27.5,-32.5 parent: 34 + type: Transform - uid: 2817 components: - - type: Transform - pos: 27.5,-33.5 + - pos: 27.5,-33.5 parent: 34 + type: Transform - uid: 2819 components: - - type: Transform - pos: 27.5,-35.5 + - pos: 27.5,-35.5 parent: 34 + type: Transform - uid: 2923 components: - - type: Transform - pos: -2.5,-39.5 + - pos: -2.5,-39.5 parent: 34 + type: Transform - uid: 2941 components: - - type: Transform - pos: -2.5,-25.5 + - pos: -2.5,-25.5 parent: 34 + type: Transform - uid: 2946 components: - - type: Transform - pos: -2.5,-29.5 + - pos: -2.5,-29.5 parent: 34 + type: Transform - uid: 2951 components: - - type: Transform - pos: 8.5,-35.5 + - pos: 8.5,-35.5 parent: 34 + type: Transform - uid: 2952 components: - - type: Transform - pos: 9.5,-35.5 + - pos: 9.5,-35.5 parent: 34 + type: Transform - uid: 2954 components: - - type: Transform - pos: 41.5,-20.5 + - pos: 41.5,-20.5 parent: 34 + type: Transform - uid: 2955 components: - - type: Transform - pos: 42.5,-20.5 + - pos: 42.5,-20.5 parent: 34 + type: Transform - uid: 3038 components: - - type: Transform - pos: 24.5,-32.5 + - pos: 24.5,-32.5 parent: 34 + type: Transform - uid: 3066 components: - - type: Transform - pos: -18.5,-31.5 + - pos: -18.5,-31.5 parent: 34 + type: Transform - uid: 3077 components: - - type: Transform - pos: 7.5,-21.5 + - pos: 7.5,-21.5 parent: 34 + type: Transform - uid: 3078 components: - - type: Transform - pos: 7.5,-20.5 + - pos: 7.5,-20.5 parent: 34 + type: Transform - uid: 3210 components: - - type: Transform - pos: -31.5,-51.5 + - pos: -31.5,-51.5 parent: 34 + type: Transform - uid: 3211 components: - - type: Transform - pos: -30.5,-51.5 + - pos: -30.5,-51.5 parent: 34 + type: Transform - uid: 3213 components: - - type: Transform - pos: -30.5,-47.5 + - pos: -30.5,-47.5 parent: 34 + type: Transform - uid: 3214 components: - - type: Transform - pos: -30.5,-50.5 + - pos: -30.5,-50.5 parent: 34 + type: Transform - uid: 3216 components: - - type: Transform - pos: -35.5,-52.5 + - pos: -35.5,-52.5 parent: 34 + type: Transform - uid: 3218 components: - - type: Transform - pos: -35.5,-51.5 + - pos: -35.5,-51.5 parent: 34 + type: Transform - uid: 3240 components: - - type: Transform - pos: -19.5,-43.5 + - pos: -19.5,-43.5 parent: 34 + type: Transform - uid: 3254 components: - - type: Transform - pos: 49.5,-6.5 + - pos: 49.5,-6.5 parent: 34 + type: Transform - uid: 3266 components: - - type: Transform - pos: -35.5,-47.5 + - pos: -35.5,-47.5 parent: 34 + type: Transform - uid: 3270 components: - - type: Transform - pos: -38.5,-52.5 + - pos: -38.5,-52.5 parent: 34 + type: Transform - uid: 3271 components: - - type: Transform - pos: -36.5,-52.5 + - pos: -36.5,-52.5 parent: 34 + type: Transform - uid: 3272 components: - - type: Transform - pos: -37.5,-52.5 + - pos: -37.5,-52.5 parent: 34 + type: Transform - uid: 3277 components: - - type: Transform - pos: -30.5,-41.5 + - pos: -30.5,-41.5 parent: 34 + type: Transform - uid: 3280 components: - - type: Transform - pos: 48.5,-8.5 + - pos: 48.5,-8.5 parent: 34 + type: Transform - uid: 3296 components: - - type: Transform - pos: -17.5,-31.5 + - pos: -17.5,-31.5 parent: 34 + type: Transform - uid: 3297 components: - - type: Transform - pos: -39.5,-34.5 + - pos: -39.5,-34.5 parent: 34 + type: Transform - uid: 3305 components: - - type: Transform - pos: 15.5,-11.5 + - pos: 15.5,-11.5 parent: 34 + type: Transform - uid: 3338 components: - - type: Transform - pos: 16.5,-15.5 + - pos: 16.5,-15.5 parent: 34 + type: Transform - uid: 3339 components: - - type: Transform - pos: 15.5,-20.5 + - pos: 15.5,-20.5 parent: 34 + type: Transform - uid: 3383 components: - - type: Transform - pos: -7.5,1.5 + - pos: -7.5,1.5 parent: 34 + type: Transform - uid: 3385 components: - - type: Transform - pos: -51.5,-37.5 + - pos: -51.5,-37.5 parent: 34 + type: Transform - uid: 3390 components: - - type: Transform - pos: 17.5,-8.5 + - pos: 17.5,-8.5 parent: 34 + type: Transform - uid: 3393 components: - - type: Transform - pos: 15.5,-7.5 + - pos: 15.5,-7.5 parent: 34 + type: Transform - uid: 3394 components: - - type: Transform - pos: 17.5,-11.5 + - pos: 17.5,-11.5 parent: 34 + type: Transform - uid: 3395 components: - - type: Transform - pos: 18.5,-11.5 + - pos: 18.5,-11.5 parent: 34 + type: Transform - uid: 3396 components: - - type: Transform - pos: 19.5,-11.5 + - pos: 19.5,-11.5 parent: 34 + type: Transform - uid: 3409 components: - - type: Transform - pos: -11.5,-40.5 + - pos: -11.5,-40.5 parent: 34 + type: Transform - uid: 3411 components: - - type: Transform - pos: -11.5,-41.5 + - pos: -11.5,-41.5 parent: 34 + type: Transform - uid: 3412 components: - - type: Transform - pos: -11.5,-43.5 + - pos: -11.5,-43.5 parent: 34 + type: Transform - uid: 3413 components: - - type: Transform - pos: -11.5,-44.5 + - pos: -11.5,-44.5 parent: 34 + type: Transform - uid: 3449 components: - - type: Transform - pos: -55.5,-6.5 + - pos: -55.5,-6.5 parent: 34 + type: Transform - uid: 3450 components: - - type: Transform - pos: -57.5,-1.5 + - pos: -57.5,-1.5 parent: 34 + type: Transform - uid: 3452 components: - - type: Transform - pos: -57.5,1.5 + - pos: -57.5,1.5 parent: 34 + type: Transform - uid: 3455 components: - - type: Transform - pos: -56.5,-2.5 + - pos: -56.5,-2.5 parent: 34 + type: Transform - uid: 3456 components: - - type: Transform - pos: -55.5,-2.5 + - pos: -55.5,-2.5 parent: 34 + type: Transform - uid: 3457 components: - - type: Transform - pos: -55.5,-3.5 + - pos: -55.5,-3.5 parent: 34 + type: Transform - uid: 3465 components: - - type: Transform - pos: -57.5,2.5 + - pos: -57.5,2.5 parent: 34 + type: Transform - uid: 3466 components: - - type: Transform - pos: -57.5,3.5 + - pos: -57.5,3.5 parent: 34 + type: Transform - uid: 3468 components: - - type: Transform - pos: -51.5,9.5 + - pos: -51.5,9.5 parent: 34 + type: Transform - uid: 3469 components: - - type: Transform - pos: -50.5,9.5 + - pos: -50.5,9.5 parent: 34 + type: Transform - uid: 3470 components: - - type: Transform - pos: -55.5,9.5 + - pos: -55.5,9.5 parent: 34 + type: Transform - uid: 3472 components: - - type: Transform - pos: -50.5,8.5 + - pos: -50.5,8.5 parent: 34 + type: Transform - uid: 3476 components: - - type: Transform - pos: 21.5,-11.5 + - pos: 21.5,-11.5 parent: 34 + type: Transform - uid: 3480 components: - - type: Transform - pos: 20.5,2.5 + - pos: 20.5,2.5 parent: 34 + type: Transform - uid: 3481 components: - - type: Transform - pos: 20.5,1.5 + - pos: 20.5,1.5 parent: 34 + type: Transform - uid: 3485 components: - - type: Transform - pos: 23.5,-21.5 + - pos: 23.5,-21.5 parent: 34 + type: Transform - uid: 3486 components: - - type: Transform - pos: 22.5,-21.5 + - pos: 22.5,-21.5 parent: 34 + type: Transform - uid: 3487 components: - - type: Transform - pos: 20.5,-0.5 + - pos: 20.5,-0.5 parent: 34 + type: Transform - uid: 3488 components: - - type: Transform - pos: 20.5,-1.5 + - pos: 20.5,-1.5 parent: 34 + type: Transform - uid: 3489 components: - - type: Transform - pos: 19.5,-2.5 + - pos: 19.5,-2.5 parent: 34 + type: Transform - uid: 3490 components: - - type: Transform - pos: 20.5,-2.5 + - pos: 20.5,-2.5 parent: 34 + type: Transform - uid: 3491 components: - - type: Transform - pos: 18.5,-2.5 + - pos: 18.5,-2.5 parent: 34 + type: Transform - uid: 3492 components: - - type: Transform - pos: 16.5,-2.5 + - pos: 16.5,-2.5 parent: 34 + type: Transform - uid: 3493 components: - - type: Transform - pos: 15.5,-2.5 + - pos: 15.5,-2.5 parent: 34 + type: Transform - uid: 3495 components: - - type: Transform - pos: 21.5,-8.5 + - pos: 21.5,-8.5 parent: 34 + type: Transform - uid: 3496 components: - - type: Transform - pos: 19.5,-8.5 + - pos: 19.5,-8.5 parent: 34 + type: Transform - uid: 3498 components: - - type: Transform - pos: 18.5,-8.5 + - pos: 18.5,-8.5 parent: 34 + type: Transform - uid: 3499 components: - - type: Transform - pos: 15.5,-3.5 + - pos: 15.5,-3.5 parent: 34 + type: Transform - uid: 3505 components: - - type: Transform - pos: 15.5,-9.5 + - pos: 15.5,-9.5 parent: 34 + type: Transform - uid: 3520 components: - - type: Transform - pos: 21.5,-3.5 + - pos: 21.5,-3.5 parent: 34 + type: Transform - uid: 3522 components: - - type: Transform - pos: 21.5,-2.5 + - pos: 21.5,-2.5 parent: 34 + type: Transform - uid: 3523 components: - - type: Transform - pos: 28.5,-8.5 + - pos: 28.5,-8.5 parent: 34 + type: Transform - uid: 3524 components: - - type: Transform - pos: 27.5,-8.5 + - pos: 27.5,-8.5 parent: 34 + type: Transform - uid: 3527 components: - - type: Transform - pos: 24.5,-21.5 + - pos: 24.5,-21.5 parent: 34 + type: Transform - uid: 3528 components: - - type: Transform - pos: 25.5,-21.5 + - pos: 25.5,-21.5 parent: 34 + type: Transform - uid: 3529 components: - - type: Transform - pos: 26.5,-21.5 + - pos: 26.5,-21.5 parent: 34 + type: Transform - uid: 3530 components: - - type: Transform - pos: 27.5,-21.5 + - pos: 27.5,-21.5 parent: 34 + type: Transform - uid: 3538 components: - - type: Transform - pos: 20.5,-8.5 + - pos: 20.5,-8.5 parent: 34 + type: Transform - uid: 3541 components: - - type: Transform - pos: 26.5,-11.5 + - pos: 26.5,-11.5 parent: 34 + type: Transform - uid: 3542 components: - - type: Transform - pos: 26.5,-8.5 + - pos: 26.5,-8.5 parent: 34 + type: Transform - uid: 3547 components: - - type: Transform - pos: 30.5,-6.5 + - pos: 30.5,-6.5 parent: 34 + type: Transform - uid: 3548 components: - - type: Transform - pos: 30.5,-7.5 + - pos: 30.5,-7.5 parent: 34 + type: Transform - uid: 3550 components: - - type: Transform - pos: 29.5,-8.5 + - pos: 29.5,-8.5 parent: 34 + type: Transform - uid: 3551 components: - - type: Transform - pos: 30.5,-8.5 + - pos: 30.5,-8.5 parent: 34 + type: Transform - uid: 3552 components: - - type: Transform - pos: 26.5,-12.5 + - pos: 26.5,-12.5 parent: 34 + type: Transform - uid: 3555 components: - - type: Transform - pos: 28.5,-20.5 + - pos: 28.5,-20.5 parent: 34 + type: Transform - uid: 3557 components: - - type: Transform - pos: 31.5,-12.5 + - pos: 31.5,-12.5 parent: 34 + type: Transform - uid: 3600 components: - - type: Transform - pos: 31.5,-8.5 + - pos: 31.5,-8.5 parent: 34 + type: Transform - uid: 3601 components: - - type: Transform - pos: -19.5,-38.5 + - pos: -19.5,-38.5 parent: 34 + type: Transform - uid: 3647 components: - - type: Transform - pos: 23.5,6.5 + - pos: 23.5,6.5 parent: 34 + type: Transform - uid: 3648 components: - - type: Transform - pos: 25.5,2.5 + - pos: 25.5,2.5 parent: 34 + type: Transform - uid: 3650 components: - - type: Transform - pos: 24.5,-1.5 + - pos: 24.5,-1.5 parent: 34 + type: Transform - uid: 3651 components: - - type: Transform - pos: 24.5,2.5 + - pos: 24.5,2.5 parent: 34 + type: Transform - uid: 3653 components: - - type: Transform - pos: 24.5,6.5 + - pos: 24.5,6.5 parent: 34 + type: Transform - uid: 3654 components: - - type: Transform - pos: 25.5,3.5 + - pos: 25.5,3.5 parent: 34 + type: Transform - uid: 3655 components: - - type: Transform - pos: 25.5,4.5 + - pos: 25.5,4.5 parent: 34 + type: Transform - uid: 3656 components: - - type: Transform - pos: 25.5,5.5 + - pos: 25.5,5.5 parent: 34 + type: Transform - uid: 3657 components: - - type: Transform - pos: 25.5,6.5 + - pos: 25.5,6.5 parent: 34 + type: Transform - uid: 3658 components: - - type: Transform - pos: 31.5,2.5 + - pos: 31.5,2.5 parent: 34 + type: Transform - uid: 3659 components: - - type: Transform - pos: 31.5,3.5 + - pos: 31.5,3.5 parent: 34 + type: Transform - uid: 3660 components: - - type: Transform - pos: 31.5,4.5 + - pos: 31.5,4.5 parent: 34 + type: Transform - uid: 3661 components: - - type: Transform - pos: 31.5,5.5 + - pos: 31.5,5.5 parent: 34 + type: Transform - uid: 3662 components: - - type: Transform - pos: 31.5,6.5 + - pos: 31.5,6.5 parent: 34 + type: Transform - uid: 3663 components: - - type: Transform - pos: 30.5,2.5 + - pos: 30.5,2.5 parent: 34 + type: Transform - uid: 3664 components: - - type: Transform - pos: 30.5,3.5 + - pos: 30.5,3.5 parent: 34 + type: Transform - uid: 3665 components: - - type: Transform - pos: 30.5,4.5 + - pos: 30.5,4.5 parent: 34 + type: Transform - uid: 3666 components: - - type: Transform - pos: 30.5,5.5 + - pos: 30.5,5.5 parent: 34 + type: Transform - uid: 3667 components: - - type: Transform - pos: 30.5,6.5 + - pos: 30.5,6.5 parent: 34 + type: Transform - uid: 3668 components: - - type: Transform - pos: 27.5,6.5 + - pos: 27.5,6.5 parent: 34 + type: Transform - uid: 3669 components: - - type: Transform - pos: 26.5,6.5 + - pos: 26.5,6.5 parent: 34 + type: Transform - uid: 3670 components: - - type: Transform - pos: 28.5,6.5 + - pos: 28.5,6.5 parent: 34 + type: Transform - uid: 3671 components: - - type: Transform - pos: 28.5,5.5 + - pos: 28.5,5.5 parent: 34 + type: Transform - uid: 3672 components: - - type: Transform - pos: 30.5,-1.5 + - pos: 30.5,-1.5 parent: 34 + type: Transform - uid: 3676 components: - - type: Transform - pos: 27.5,5.5 + - pos: 27.5,5.5 parent: 34 + type: Transform - uid: 3677 components: - - type: Transform - pos: 26.5,5.5 + - pos: 26.5,5.5 parent: 34 + type: Transform - uid: 3678 components: - - type: Transform - pos: 29.5,6.5 + - pos: 29.5,6.5 parent: 34 + type: Transform - uid: 3679 components: - - type: Transform - pos: 29.5,5.5 + - pos: 29.5,5.5 parent: 34 + type: Transform - uid: 3703 components: - - type: Transform - pos: 31.5,-1.5 + - pos: 31.5,-1.5 parent: 34 + type: Transform - uid: 3704 components: - - type: Transform - pos: 31.5,-0.5 + - pos: 31.5,-0.5 parent: 34 + type: Transform - uid: 3705 components: - - type: Transform - pos: 31.5,0.5 + - pos: 31.5,0.5 parent: 34 + type: Transform - uid: 3706 components: - - type: Transform - pos: 31.5,1.5 + - pos: 31.5,1.5 parent: 34 + type: Transform - uid: 3735 components: - - type: Transform - pos: 23.5,2.5 + - pos: 23.5,2.5 parent: 34 + type: Transform - uid: 3792 components: - - type: Transform - pos: -16.5,-31.5 + - pos: -16.5,-31.5 parent: 34 + type: Transform - uid: 3820 components: - - type: Transform - pos: 10.5,-20.5 + - pos: 10.5,-20.5 parent: 34 + type: Transform - uid: 3846 components: - - type: Transform - pos: -21.5,-30.5 + - pos: -21.5,-30.5 parent: 34 + type: Transform - uid: 3848 components: - - type: Transform - pos: -15.5,-31.5 + - pos: -15.5,-31.5 parent: 34 + type: Transform - uid: 3863 components: - - type: Transform - pos: -19.5,-33.5 + - pos: -19.5,-33.5 parent: 34 + type: Transform - uid: 3881 components: - - type: Transform - pos: 23.5,-32.5 + - pos: 23.5,-32.5 parent: 34 + type: Transform - uid: 3882 components: - - type: Transform - pos: 23.5,-36.5 + - pos: 23.5,-36.5 parent: 34 + type: Transform - uid: 3883 components: - - type: Transform - pos: 23.5,-35.5 + - pos: 23.5,-35.5 parent: 34 + type: Transform - uid: 3884 components: - - type: Transform - pos: 23.5,-25.5 + - pos: 23.5,-25.5 parent: 34 + type: Transform - uid: 3885 components: - - type: Transform - pos: 23.5,-26.5 + - pos: 23.5,-26.5 parent: 34 + type: Transform - uid: 3886 components: - - type: Transform - pos: 23.5,-33.5 + - pos: 23.5,-33.5 parent: 34 + type: Transform - uid: 3888 components: - - type: Transform - pos: 24.5,-26.5 + - pos: 24.5,-26.5 parent: 34 + type: Transform - uid: 3889 components: - - type: Transform - pos: 25.5,-26.5 + - pos: 25.5,-26.5 parent: 34 + type: Transform - uid: 3890 components: - - type: Transform - pos: 26.5,-26.5 + - pos: 26.5,-26.5 parent: 34 + type: Transform - uid: 3891 components: - - type: Transform - pos: 27.5,-26.5 + - pos: 27.5,-26.5 parent: 34 + type: Transform - uid: 3947 components: - - type: Transform - pos: -11.5,-49.5 + - pos: -11.5,-49.5 parent: 34 + type: Transform - uid: 3948 components: - - type: Transform - pos: -10.5,-49.5 + - pos: -10.5,-49.5 parent: 34 + type: Transform - uid: 3958 components: - - type: Transform - pos: -4.5,-49.5 + - pos: -4.5,-49.5 parent: 34 + type: Transform - uid: 3959 components: - - type: Transform - pos: -5.5,-49.5 + - pos: -5.5,-49.5 parent: 34 + type: Transform - uid: 3963 components: - - type: Transform - pos: -6.5,-49.5 + - pos: -6.5,-49.5 parent: 34 + type: Transform - uid: 3981 components: - - type: Transform - pos: -19.5,-35.5 + - pos: -19.5,-35.5 parent: 34 + type: Transform - uid: 3985 components: - - type: Transform - pos: 13.5,-46.5 + - pos: 13.5,-46.5 parent: 34 + type: Transform - uid: 3986 components: - - type: Transform - pos: 14.5,-46.5 + - pos: 14.5,-46.5 parent: 34 + type: Transform - uid: 3988 components: - - type: Transform - pos: 18.5,-43.5 + - pos: 18.5,-43.5 parent: 34 + type: Transform - uid: 3990 components: - - type: Transform - pos: 17.5,-43.5 + - pos: 17.5,-43.5 parent: 34 + type: Transform - uid: 4006 components: - - type: Transform - pos: 23.5,-38.5 + - pos: 23.5,-38.5 parent: 34 + type: Transform - uid: 4007 components: - - type: Transform - pos: 23.5,-27.5 + - pos: 23.5,-27.5 parent: 34 + type: Transform - uid: 4008 components: - - type: Transform - pos: 23.5,-28.5 + - pos: 23.5,-28.5 parent: 34 + type: Transform - uid: 4009 components: - - type: Transform - pos: 23.5,-29.5 + - pos: 23.5,-29.5 parent: 34 + type: Transform - uid: 4010 components: - - type: Transform - pos: 23.5,-30.5 + - pos: 23.5,-30.5 parent: 34 + type: Transform - uid: 4012 components: - - type: Transform - pos: 28.5,-26.5 + - pos: 28.5,-26.5 parent: 34 + type: Transform - uid: 4016 components: - - type: Transform - pos: -2.5,-42.5 + - pos: -2.5,-42.5 parent: 34 + type: Transform - uid: 4018 components: - - type: Transform - pos: -4.5,-51.5 + - pos: -4.5,-51.5 parent: 34 + type: Transform - uid: 4019 components: - - type: Transform - pos: -0.5,-54.5 + - pos: -0.5,-54.5 parent: 34 + type: Transform - uid: 4020 components: - - type: Transform - pos: 7.5,-51.5 + - pos: 7.5,-51.5 parent: 34 + type: Transform - uid: 4021 components: - - type: Transform - pos: 7.5,-50.5 + - pos: 7.5,-50.5 parent: 34 + type: Transform - uid: 4024 components: - - type: Transform - pos: 3.5,-51.5 + - pos: 3.5,-51.5 parent: 34 + type: Transform - uid: 4025 components: - - type: Transform - pos: -0.5,-51.5 + - pos: -0.5,-51.5 parent: 34 + type: Transform - uid: 4026 components: - - type: Transform - pos: -0.5,-53.5 + - pos: -0.5,-53.5 parent: 34 + type: Transform - uid: 4027 components: - - type: Transform - pos: -0.5,-52.5 + - pos: -0.5,-52.5 parent: 34 + type: Transform - uid: 4028 components: - - type: Transform - pos: 3.5,-52.5 + - pos: 3.5,-52.5 parent: 34 + type: Transform - uid: 4073 components: - - type: Transform - pos: 3.5,-53.5 + - pos: 3.5,-53.5 parent: 34 + type: Transform - uid: 4074 components: - - type: Transform - pos: 3.5,-54.5 + - pos: 3.5,-54.5 parent: 34 + type: Transform - uid: 4080 components: - - type: Transform - pos: -49.5,-29.5 + - pos: -49.5,-29.5 parent: 34 + type: Transform - uid: 4130 components: - - type: Transform - pos: 8.5,-49.5 + - pos: 8.5,-49.5 parent: 34 + type: Transform - uid: 4131 components: - - type: Transform - pos: 9.5,-49.5 + - pos: 9.5,-49.5 parent: 34 + type: Transform - uid: 4132 components: - - type: Transform - pos: 7.5,-49.5 + - pos: 7.5,-49.5 parent: 34 + type: Transform - uid: 4133 components: - - type: Transform - pos: 10.5,-46.5 + - pos: 10.5,-46.5 parent: 34 + type: Transform - uid: 4135 components: - - type: Transform - pos: -49.5,-30.5 + - pos: -49.5,-30.5 parent: 34 + type: Transform - uid: 4138 components: - - type: Transform - pos: 33.5,-8.5 + - pos: 33.5,-8.5 parent: 34 + type: Transform - uid: 4140 components: - - type: Transform - pos: 34.5,-5.5 + - pos: 34.5,-5.5 parent: 34 + type: Transform - uid: 4147 components: - - type: Transform - pos: 19.5,-44.5 + - pos: 19.5,-44.5 parent: 34 + type: Transform - uid: 4149 components: - - type: Transform - pos: 31.5,-18.5 + - pos: 31.5,-18.5 parent: 34 + type: Transform - uid: 4151 components: - - type: Transform - pos: 31.5,-15.5 + - pos: 31.5,-15.5 parent: 34 + type: Transform - uid: 4152 components: - - type: Transform - pos: 31.5,-16.5 + - pos: 31.5,-16.5 parent: 34 + type: Transform - uid: 4154 components: - - type: Transform - pos: 38.5,-15.5 + - pos: 38.5,-15.5 parent: 34 + type: Transform - uid: 4155 components: - - type: Transform - pos: 34.5,-15.5 + - pos: 34.5,-15.5 parent: 34 + type: Transform - uid: 4158 components: - - type: Transform - pos: 34.5,-12.5 + - pos: 34.5,-12.5 parent: 34 + type: Transform - uid: 4165 components: - - type: Transform - pos: 34.5,-1.5 + - pos: 34.5,-1.5 parent: 34 + type: Transform - uid: 4167 components: - - type: Transform - pos: 30.5,-5.5 + - pos: 30.5,-5.5 parent: 34 + type: Transform - uid: 4172 components: - - type: Transform - pos: 34.5,-18.5 + - pos: 34.5,-18.5 parent: 34 + type: Transform - uid: 4260 components: - - type: Transform - pos: 29.5,-30.5 + - pos: 29.5,-30.5 parent: 34 + type: Transform - uid: 4261 components: - - type: Transform - pos: 28.5,-30.5 + - pos: 28.5,-30.5 parent: 34 + type: Transform - uid: 4262 components: - - type: Transform - pos: 28.5,-27.5 + - pos: 28.5,-27.5 parent: 34 + type: Transform - uid: 4265 components: - - type: Transform - pos: 24.5,-30.5 + - pos: 24.5,-30.5 parent: 34 + type: Transform - uid: 4266 components: - - type: Transform - pos: 27.5,-30.5 + - pos: 27.5,-30.5 parent: 34 + type: Transform - uid: 4270 components: - - type: Transform - pos: 28.5,-29.5 + - pos: 28.5,-29.5 parent: 34 + type: Transform - uid: 4291 components: - - type: Transform - pos: 29.5,-36.5 + - pos: 29.5,-36.5 parent: 34 + type: Transform - uid: 4292 components: - - type: Transform - pos: 30.5,-30.5 + - pos: 30.5,-30.5 parent: 34 + type: Transform - uid: 4294 components: - - type: Transform - pos: 33.5,-30.5 + - pos: 33.5,-30.5 parent: 34 + type: Transform - uid: 4295 components: - - type: Transform - pos: 34.5,-30.5 + - pos: 34.5,-30.5 parent: 34 + type: Transform - uid: 4296 components: - - type: Transform - pos: 34.5,-27.5 + - pos: 34.5,-27.5 parent: 34 + type: Transform - uid: 4297 components: - - type: Transform - pos: 34.5,-29.5 + - pos: 34.5,-29.5 parent: 34 + type: Transform - uid: 4298 components: - - type: Transform - pos: 35.5,-26.5 + - pos: 35.5,-26.5 parent: 34 + type: Transform - uid: 4300 components: - - type: Transform - pos: 35.5,-30.5 + - pos: 35.5,-30.5 parent: 34 + type: Transform - uid: 4301 components: - - type: Transform - pos: 36.5,-30.5 + - pos: 36.5,-30.5 parent: 34 + type: Transform - uid: 4302 components: - - type: Transform - pos: 37.5,-30.5 + - pos: 37.5,-30.5 parent: 34 + type: Transform - uid: 4303 components: - - type: Transform - pos: 38.5,-30.5 + - pos: 38.5,-30.5 parent: 34 + type: Transform - uid: 4304 components: - - type: Transform - pos: 37.5,-26.5 + - pos: 37.5,-26.5 parent: 34 + type: Transform - uid: 4305 components: - - type: Transform - pos: 38.5,-26.5 + - pos: 38.5,-26.5 parent: 34 + type: Transform - uid: 4306 components: - - type: Transform - pos: 38.5,-27.5 + - pos: 38.5,-27.5 parent: 34 + type: Transform - uid: 4307 components: - - type: Transform - pos: 38.5,-28.5 + - pos: 38.5,-28.5 parent: 34 + type: Transform - uid: 4308 components: - - type: Transform - pos: 38.5,-29.5 + - pos: 38.5,-29.5 parent: 34 + type: Transform - uid: 4337 components: - - type: Transform - pos: 41.5,-37.5 + - pos: 41.5,-37.5 parent: 34 + type: Transform - uid: 4338 components: - - type: Transform - pos: 42.5,-37.5 + - pos: 42.5,-37.5 parent: 34 + type: Transform - uid: 4345 components: - - type: Transform - pos: 42.5,-30.5 + - pos: 42.5,-30.5 parent: 34 + type: Transform - uid: 4346 components: - - type: Transform - pos: 41.5,-30.5 + - pos: 41.5,-30.5 parent: 34 + type: Transform - uid: 4347 components: - - type: Transform - pos: 40.5,-30.5 + - pos: 40.5,-30.5 parent: 34 + type: Transform - uid: 4348 components: - - type: Transform - pos: 39.5,-30.5 + - pos: 39.5,-30.5 parent: 34 + type: Transform - uid: 4379 components: - - type: Transform - pos: 29.5,-37.5 + - pos: 29.5,-37.5 parent: 34 + type: Transform - uid: 4381 components: - - type: Transform - pos: 28.5,-38.5 + - pos: 28.5,-38.5 parent: 34 + type: Transform - uid: 4383 components: - - type: Transform - pos: 34.5,-38.5 + - pos: 34.5,-38.5 parent: 34 + type: Transform - uid: 4384 components: - - type: Transform - pos: 33.5,-38.5 + - pos: 33.5,-38.5 parent: 34 + type: Transform - uid: 4385 components: - - type: Transform - pos: 30.5,-38.5 + - pos: 30.5,-38.5 parent: 34 + type: Transform - uid: 4386 components: - - type: Transform - pos: 39.5,-42.5 + - pos: 39.5,-42.5 parent: 34 + type: Transform - uid: 4387 components: - - type: Transform - pos: 32.5,-38.5 + - pos: 32.5,-38.5 parent: 34 + type: Transform - uid: 4389 components: - - type: Transform - pos: 27.5,-38.5 + - pos: 27.5,-38.5 parent: 34 + type: Transform - uid: 4390 components: - - type: Transform - pos: 26.5,-38.5 + - pos: 26.5,-38.5 parent: 34 + type: Transform - uid: 4391 components: - - type: Transform - pos: 25.5,-38.5 + - pos: 25.5,-38.5 parent: 34 + type: Transform - uid: 4392 components: - - type: Transform - pos: 24.5,-38.5 + - pos: 24.5,-38.5 parent: 34 + type: Transform - uid: 4417 components: - - type: Transform - pos: 35.5,-5.5 + - pos: 35.5,-5.5 parent: 34 + type: Transform - uid: 4419 components: - - type: Transform - pos: -19.5,-37.5 + - pos: -19.5,-37.5 parent: 34 + type: Transform - uid: 4421 components: - - type: Transform - pos: 35.5,-1.5 + - pos: 35.5,-1.5 parent: 34 + type: Transform - uid: 4422 components: - - type: Transform - pos: 37.5,-5.5 + - pos: 37.5,-5.5 parent: 34 + type: Transform - uid: 4423 components: - - type: Transform - pos: 35.5,-0.5 + - pos: 35.5,-0.5 parent: 34 + type: Transform - uid: 4424 components: - - type: Transform - pos: 35.5,-6.5 + - pos: 35.5,-6.5 parent: 34 + type: Transform - uid: 4425 components: - - type: Transform - pos: 32.5,-0.5 + - pos: 32.5,-0.5 parent: 34 + type: Transform - uid: 4427 components: - - type: Transform - pos: 37.5,-1.5 + - pos: 37.5,-1.5 parent: 34 + type: Transform - uid: 4428 components: - - type: Transform - pos: 36.5,-1.5 + - pos: 36.5,-1.5 parent: 34 + type: Transform - uid: 4429 components: - - type: Transform - pos: 33.5,-12.5 + - pos: 33.5,-12.5 parent: 34 + type: Transform - uid: 4446 components: - - type: Transform - pos: -18.5,-28.5 + - pos: -18.5,-28.5 parent: 34 + type: Transform - uid: 4471 components: - - type: Transform - pos: 40.5,-42.5 + - pos: 40.5,-42.5 parent: 34 + type: Transform - uid: 4472 components: - - type: Transform - pos: 41.5,-42.5 + - pos: 41.5,-42.5 parent: 34 + type: Transform - uid: 4477 components: - - type: Transform - pos: 34.5,-41.5 + - pos: 34.5,-41.5 parent: 34 + type: Transform - uid: 4478 components: - - type: Transform - pos: 33.5,-41.5 + - pos: 33.5,-41.5 parent: 34 + type: Transform - uid: 4479 components: - - type: Transform - pos: 32.5,-41.5 + - pos: 32.5,-41.5 parent: 34 + type: Transform - uid: 4480 components: - - type: Transform - pos: 31.5,-41.5 + - pos: 31.5,-41.5 parent: 34 + type: Transform - uid: 4481 components: - - type: Transform - pos: 31.5,-42.5 + - pos: 31.5,-42.5 parent: 34 + type: Transform - uid: 4484 components: - - type: Transform - pos: 28.5,-42.5 + - pos: 28.5,-42.5 parent: 34 + type: Transform - uid: 4485 components: - - type: Transform - pos: 27.5,-43.5 + - pos: 27.5,-43.5 parent: 34 + type: Transform - uid: 4486 components: - - type: Transform - pos: 27.5,-42.5 + - pos: 27.5,-42.5 parent: 34 + type: Transform - uid: 4487 components: - - type: Transform - pos: 26.5,-43.5 + - pos: 26.5,-43.5 parent: 34 + type: Transform - uid: 4488 components: - - type: Transform - pos: 25.5,-43.5 + - pos: 25.5,-43.5 parent: 34 + type: Transform - uid: 4489 components: - - type: Transform - pos: 24.5,-43.5 + - pos: 24.5,-43.5 parent: 34 + type: Transform - uid: 4490 components: - - type: Transform - pos: 23.5,-43.5 + - pos: 23.5,-43.5 parent: 34 + type: Transform - uid: 4495 components: - - type: Transform - pos: 23.5,-44.5 + - pos: 23.5,-44.5 parent: 34 + type: Transform - uid: 4500 components: - - type: Transform - pos: 21.5,2.5 + - pos: 21.5,2.5 parent: 34 + type: Transform - uid: 4501 components: - - type: Transform - pos: 34.5,-0.5 + - pos: 34.5,-0.5 parent: 34 + type: Transform - uid: 4508 components: - - type: Transform - pos: 35.5,-7.5 + - pos: 35.5,-7.5 parent: 34 + type: Transform - uid: 4515 components: - - type: Transform - pos: -28.5,-40.5 + - pos: -28.5,-40.5 parent: 34 + type: Transform - uid: 4521 components: - - type: Transform - pos: 35.5,0.5 + - pos: 35.5,0.5 parent: 34 + type: Transform - uid: 4522 components: - - type: Transform - pos: 35.5,1.5 + - pos: 35.5,1.5 parent: 34 + type: Transform - uid: 4523 components: - - type: Transform - pos: 35.5,2.5 + - pos: 35.5,2.5 parent: 34 + type: Transform - uid: 4524 components: - - type: Transform - pos: 35.5,3.5 + - pos: 35.5,3.5 parent: 34 + type: Transform - uid: 4525 components: - - type: Transform - pos: 35.5,4.5 + - pos: 35.5,4.5 parent: 34 + type: Transform - uid: 4526 components: - - type: Transform - pos: 35.5,5.5 + - pos: 35.5,5.5 parent: 34 + type: Transform - uid: 4527 components: - - type: Transform - pos: 35.5,6.5 + - pos: 35.5,6.5 parent: 34 + type: Transform - uid: 4534 components: - - type: Transform - pos: 38.5,-11.5 + - pos: 38.5,-11.5 parent: 34 + type: Transform - uid: 4538 components: - - type: Transform - pos: 38.5,-14.5 + - pos: 38.5,-14.5 parent: 34 + type: Transform - uid: 4546 components: - - type: Transform - pos: 46.5,-5.5 + - pos: 46.5,-5.5 parent: 34 + type: Transform - uid: 4566 components: - - type: Transform - pos: -22.5,-38.5 + - pos: -22.5,-38.5 parent: 34 + type: Transform - uid: 4573 components: - - type: Transform - pos: -20.5,-38.5 + - pos: -20.5,-38.5 parent: 34 + type: Transform - uid: 4582 components: - - type: Transform - pos: 40.5,-1.5 + - pos: 40.5,-1.5 parent: 34 + type: Transform - uid: 4583 components: - - type: Transform - pos: 40.5,-0.5 + - pos: 40.5,-0.5 parent: 34 + type: Transform - uid: 4584 components: - - type: Transform - pos: 40.5,0.5 + - pos: 40.5,0.5 parent: 34 + type: Transform - uid: 4585 components: - - type: Transform - pos: 40.5,1.5 + - pos: 40.5,1.5 parent: 34 + type: Transform - uid: 4586 components: - - type: Transform - pos: 40.5,2.5 + - pos: 40.5,2.5 parent: 34 + type: Transform - uid: 4587 components: - - type: Transform - pos: 39.5,2.5 + - pos: 39.5,2.5 parent: 34 + type: Transform - uid: 4589 components: - - type: Transform - pos: 37.5,2.5 + - pos: 37.5,2.5 parent: 34 + type: Transform - uid: 4590 components: - - type: Transform - pos: 36.5,2.5 + - pos: 36.5,2.5 parent: 34 + type: Transform - uid: 4602 components: - - type: Transform - pos: 47.5,-5.5 + - pos: 47.5,-5.5 parent: 34 + type: Transform - uid: 4603 components: - - type: Transform - pos: 48.5,-5.5 + - pos: 48.5,-5.5 parent: 34 + type: Transform - uid: 4604 components: - - type: Transform - pos: -22.5,-30.5 + - pos: -22.5,-30.5 parent: 34 + type: Transform - uid: 4611 components: - - type: Transform - pos: 48.5,2.5 + - pos: 48.5,2.5 parent: 34 + type: Transform - uid: 4612 components: - - type: Transform - pos: 47.5,2.5 + - pos: 47.5,2.5 parent: 34 + type: Transform - uid: 4613 components: - - type: Transform - pos: 46.5,2.5 + - pos: 46.5,2.5 parent: 34 + type: Transform - uid: 4614 components: - - type: Transform - pos: 46.5,3.5 + - pos: 46.5,3.5 parent: 34 + type: Transform - uid: 4617 components: - - type: Transform - pos: 46.5,6.5 + - pos: 46.5,6.5 parent: 34 + type: Transform - uid: 4618 components: - - type: Transform - pos: 46.5,7.5 + - pos: 46.5,7.5 parent: 34 + type: Transform - uid: 4619 components: - - type: Transform - pos: 45.5,7.5 + - pos: 45.5,7.5 parent: 34 + type: Transform - uid: 4622 components: - - type: Transform - pos: 42.5,7.5 + - pos: 42.5,7.5 parent: 34 + type: Transform - uid: 4623 components: - - type: Transform - pos: 41.5,7.5 + - pos: 41.5,7.5 parent: 34 + type: Transform - uid: 4624 components: - - type: Transform - pos: 40.5,7.5 + - pos: 40.5,7.5 parent: 34 + type: Transform - uid: 4628 components: - - type: Transform - pos: 36.5,7.5 + - pos: 36.5,7.5 parent: 34 + type: Transform - uid: 4629 components: - - type: Transform - pos: 35.5,7.5 + - pos: 35.5,7.5 parent: 34 + type: Transform - uid: 4630 components: - - type: Transform - pos: 34.5,7.5 + - pos: 34.5,7.5 parent: 34 + type: Transform - uid: 4638 components: - - type: Transform - pos: 34.5,-11.5 + - pos: 34.5,-11.5 parent: 34 + type: Transform - uid: 4639 components: - - type: Transform - pos: 34.5,-10.5 + - pos: 34.5,-10.5 parent: 34 + type: Transform - uid: 4640 components: - - type: Transform - pos: 51.5,-4.5 + - pos: 51.5,-4.5 parent: 34 + type: Transform - uid: 4641 components: - - type: Transform - pos: 50.5,2.5 + - pos: 50.5,2.5 parent: 34 + type: Transform - uid: 4643 components: - - type: Transform - pos: 51.5,1.5 + - pos: 51.5,1.5 parent: 34 + type: Transform - uid: 4645 components: - - type: Transform - pos: 49.5,2.5 + - pos: 49.5,2.5 parent: 34 + type: Transform - uid: 4647 components: - - type: Transform - pos: 51.5,2.5 + - pos: 51.5,2.5 parent: 34 + type: Transform - uid: 4649 components: - - type: Transform - pos: 38.5,-19.5 + - pos: 38.5,-19.5 parent: 34 + type: Transform - uid: 4653 components: - - type: Transform - pos: 49.5,-5.5 + - pos: 49.5,-5.5 parent: 34 + type: Transform - uid: 4751 components: - - type: Transform - pos: -18.5,-32.5 + - pos: -18.5,-32.5 parent: 34 + type: Transform - uid: 4754 components: - - type: Transform - pos: 46.5,-4.5 + - pos: 46.5,-4.5 parent: 34 + type: Transform - uid: 4765 components: - - type: Transform - pos: 46.5,-11.5 + - pos: 46.5,-11.5 parent: 34 + type: Transform - uid: 4861 components: - - type: Transform - pos: 32.5,-12.5 + - pos: 32.5,-12.5 parent: 34 + type: Transform - uid: 4862 components: - - type: Transform - pos: 40.5,-20.5 + - pos: 40.5,-20.5 parent: 34 + type: Transform - uid: 4863 components: - - type: Transform - pos: 37.5,-17.5 + - pos: 37.5,-17.5 parent: 34 + type: Transform - uid: 4871 components: - - type: Transform - pos: 42.5,-15.5 + - pos: 42.5,-15.5 parent: 34 + type: Transform - uid: 4877 components: - - type: Transform - pos: 29.5,-20.5 + - pos: 29.5,-20.5 parent: 34 + type: Transform - uid: 4878 components: - - type: Transform - pos: 30.5,-20.5 + - pos: 30.5,-20.5 parent: 34 + type: Transform - uid: 4879 components: - - type: Transform - pos: 31.5,-20.5 + - pos: 31.5,-20.5 parent: 34 + type: Transform - uid: 4897 components: - - type: Transform - pos: 31.5,-19.5 + - pos: 31.5,-19.5 parent: 34 + type: Transform - uid: 4898 components: - - type: Transform - pos: 35.5,-20.5 + - pos: 35.5,-20.5 parent: 34 + type: Transform - uid: 4899 components: - - type: Transform - pos: 34.5,-19.5 + - pos: 34.5,-19.5 parent: 34 + type: Transform - uid: 4949 components: - - type: Transform - pos: 38.5,-17.5 + - pos: 38.5,-17.5 parent: 34 + type: Transform - uid: 4950 components: - - type: Transform - pos: 38.5,-18.5 + - pos: 38.5,-18.5 parent: 34 + type: Transform - uid: 4958 components: - - type: Transform - pos: 32.5,-15.5 + - pos: 32.5,-15.5 parent: 34 + type: Transform - uid: 4959 components: - - type: Transform - pos: 34.5,8.5 + - pos: 34.5,8.5 parent: 34 + type: Transform - uid: 4960 components: - - type: Transform - pos: 34.5,9.5 + - pos: 34.5,9.5 parent: 34 + type: Transform - uid: 4961 components: - - type: Transform - pos: 33.5,9.5 + - pos: 33.5,9.5 parent: 34 + type: Transform - uid: 4964 components: - - type: Transform - pos: 30.5,9.5 + - pos: 30.5,9.5 parent: 34 + type: Transform - uid: 4965 components: - - type: Transform - pos: 29.5,9.5 + - pos: 29.5,9.5 parent: 34 + type: Transform - uid: 4968 components: - - type: Transform - pos: 24.5,13.5 + - pos: 24.5,13.5 parent: 34 + type: Transform - uid: 4974 components: - - type: Transform - pos: 21.5,4.5 + - pos: 21.5,4.5 parent: 34 + type: Transform - uid: 4975 components: - - type: Transform - pos: 21.5,3.5 + - pos: 21.5,3.5 parent: 34 + type: Transform - uid: 4976 components: - - type: Transform - pos: 21.5,6.5 + - pos: 21.5,6.5 parent: 34 + type: Transform - uid: 4977 components: - - type: Transform - pos: 21.5,5.5 + - pos: 21.5,5.5 parent: 34 + type: Transform - uid: 4978 components: - - type: Transform - pos: -58.5,-3.5 + - pos: -58.5,-3.5 parent: 34 + type: Transform - uid: 4985 components: - - type: Transform - pos: 18.5,10.5 + - pos: 18.5,10.5 parent: 34 + type: Transform - uid: 4986 components: - - type: Transform - pos: 17.5,10.5 + - pos: 17.5,10.5 parent: 34 + type: Transform - uid: 4987 components: - - type: Transform - pos: 16.5,10.5 + - pos: 16.5,10.5 parent: 34 + type: Transform - uid: 4993 components: - - type: Transform - pos: 15.5,10.5 + - pos: 15.5,10.5 parent: 34 + type: Transform - uid: 4994 components: - - type: Transform - pos: -58.5,-2.5 + - pos: -58.5,-2.5 parent: 34 + type: Transform - uid: 4995 components: - - type: Transform - pos: -57.5,-2.5 + - pos: -57.5,-2.5 parent: 34 + type: Transform - uid: 4996 components: - - type: Transform - pos: -58.5,4.5 + - pos: -58.5,4.5 parent: 34 + type: Transform - uid: 4997 components: - - type: Transform - pos: -58.5,3.5 + - pos: -58.5,3.5 parent: 34 + type: Transform - uid: 5009 components: - - type: Transform - pos: 34.5,-20.5 + - pos: 34.5,-20.5 parent: 34 + type: Transform - uid: 5010 components: - - type: Transform - pos: 36.5,-20.5 + - pos: 36.5,-20.5 parent: 34 + type: Transform - uid: 5012 components: - - type: Transform - pos: 37.5,-20.5 + - pos: 37.5,-20.5 parent: 34 + type: Transform - uid: 5013 components: - - type: Transform - pos: 38.5,-20.5 + - pos: 38.5,-20.5 parent: 34 + type: Transform - uid: 5016 components: - - type: Transform - pos: 38.5,-22.5 + - pos: 38.5,-22.5 parent: 34 + type: Transform - uid: 5017 components: - - type: Transform - pos: 38.5,-24.5 + - pos: 38.5,-24.5 parent: 34 + type: Transform - uid: 5018 components: - - type: Transform - pos: 40.5,-22.5 + - pos: 40.5,-22.5 parent: 34 + type: Transform - uid: 5019 components: - - type: Transform - pos: 40.5,-24.5 + - pos: 40.5,-24.5 parent: 34 + type: Transform - uid: 5020 components: - - type: Transform - pos: 39.5,-24.5 + - pos: 39.5,-24.5 parent: 34 + type: Transform - uid: 5021 components: - - type: Transform - pos: 39.5,-22.5 + - pos: 39.5,-22.5 parent: 34 + type: Transform - uid: 5059 components: - - type: Transform - pos: -48.5,8.5 + - pos: -48.5,8.5 parent: 34 + type: Transform - uid: 5060 components: - - type: Transform - pos: -58.5,5.5 + - pos: -58.5,5.5 parent: 34 + type: Transform - uid: 5139 components: - - type: Transform - pos: 19.5,-45.5 + - pos: 19.5,-45.5 parent: 34 + type: Transform - uid: 5206 components: - - type: Transform - pos: 29.5,-32.5 + - pos: 29.5,-32.5 parent: 34 + type: Transform - uid: 5254 components: - - type: Transform - pos: 3.5,-55.5 + - pos: 3.5,-55.5 parent: 34 + type: Transform - uid: 5255 components: - - type: Transform - pos: 7.5,-55.5 + - pos: 7.5,-55.5 parent: 34 + type: Transform - uid: 5256 components: - - type: Transform - pos: -0.5,-55.5 + - pos: -0.5,-55.5 parent: 34 + type: Transform - uid: 5257 components: - - type: Transform - pos: -4.5,-55.5 + - pos: -4.5,-55.5 parent: 34 + type: Transform - uid: 5268 components: - - type: Transform - pos: 31.5,-9.5 + - pos: 31.5,-9.5 parent: 34 + type: Transform - uid: 5280 components: - - type: Transform - pos: 13.5,-49.5 + - pos: 13.5,-49.5 parent: 34 + type: Transform - uid: 5283 components: - - type: Transform - pos: 13.5,-47.5 + - pos: 13.5,-47.5 parent: 34 + type: Transform - uid: 5303 components: - - type: Transform - pos: 37.5,-43.5 + - pos: 37.5,-43.5 parent: 34 + type: Transform - uid: 5396 components: - - type: Transform - pos: 27.5,-46.5 + - pos: 27.5,-46.5 parent: 34 + type: Transform - uid: 5412 components: - - type: Transform - pos: 34.5,-42.5 + - pos: 34.5,-42.5 parent: 34 + type: Transform - uid: 5420 components: - - type: Transform - pos: 34.5,-46.5 + - pos: 34.5,-46.5 parent: 34 + type: Transform - uid: 5483 components: - - type: Transform - pos: 37.5,-46.5 + - pos: 37.5,-46.5 parent: 34 + type: Transform - uid: 5489 components: - - type: Transform - pos: 37.5,-44.5 + - pos: 37.5,-44.5 parent: 34 + type: Transform - uid: 5490 components: - - type: Transform - pos: 37.5,-45.5 + - pos: 37.5,-45.5 parent: 34 + type: Transform - uid: 5491 components: - - type: Transform - pos: 35.5,-42.5 + - pos: 35.5,-42.5 parent: 34 + type: Transform - uid: 5492 components: - - type: Transform - pos: 36.5,-42.5 + - pos: 36.5,-42.5 parent: 34 + type: Transform - uid: 5493 components: - - type: Transform - pos: 37.5,-42.5 + - pos: 37.5,-42.5 parent: 34 + type: Transform - uid: 5494 components: - - type: Transform - pos: 38.5,-42.5 + - pos: 38.5,-42.5 parent: 34 + type: Transform - uid: 5497 components: - - type: Transform - pos: 34.5,-39.5 + - pos: 34.5,-39.5 parent: 34 + type: Transform - uid: 5576 components: - - type: Transform - pos: -28.5,5.5 + - pos: -28.5,5.5 parent: 34 + type: Transform - uid: 5577 components: - - type: Transform - pos: -28.5,6.5 + - pos: -28.5,6.5 parent: 34 + type: Transform - uid: 5597 components: - - type: Transform - pos: -23.5,1.5 + - pos: -23.5,1.5 parent: 34 + type: Transform - uid: 5598 components: - - type: Transform - pos: -27.5,1.5 + - pos: -27.5,1.5 parent: 34 + type: Transform - uid: 5604 components: - - type: Transform - pos: -19.5,6.5 + - pos: -19.5,6.5 parent: 34 + type: Transform - uid: 5605 components: - - type: Transform - pos: -24.5,6.5 + - pos: -24.5,6.5 parent: 34 + type: Transform - uid: 5607 components: - - type: Transform - pos: -27.5,6.5 + - pos: -27.5,6.5 parent: 34 + type: Transform - uid: 5608 components: - - type: Transform - pos: -27.5,9.5 + - pos: -27.5,9.5 parent: 34 + type: Transform - uid: 5609 components: - - type: Transform - pos: -24.5,9.5 + - pos: -24.5,9.5 parent: 34 + type: Transform - uid: 5615 components: - - type: Transform - pos: -26.5,9.5 + - pos: -26.5,9.5 parent: 34 + type: Transform - uid: 5616 components: - - type: Transform - pos: -25.5,9.5 + - pos: -25.5,9.5 parent: 34 + type: Transform - uid: 5631 components: - - type: Transform - pos: -43.5,7.5 + - pos: -43.5,7.5 parent: 34 + type: Transform - uid: 5834 components: - - type: Transform - pos: -33.5,6.5 + - pos: -33.5,6.5 parent: 34 + type: Transform - uid: 5835 components: - - type: Transform - pos: -33.5,5.5 + - pos: -33.5,5.5 parent: 34 + type: Transform - uid: 5836 components: - - type: Transform - pos: -34.5,6.5 + - pos: -34.5,6.5 parent: 34 + type: Transform - uid: 5837 components: - - type: Transform - pos: -35.5,6.5 + - pos: -35.5,6.5 parent: 34 + type: Transform - uid: 5838 components: - - type: Transform - pos: -36.5,6.5 + - pos: -36.5,6.5 parent: 34 + type: Transform - uid: 5839 components: - - type: Transform - pos: -37.5,6.5 + - pos: -37.5,6.5 parent: 34 + type: Transform - uid: 5840 components: - - type: Transform - pos: -38.5,6.5 + - pos: -38.5,6.5 parent: 34 + type: Transform - uid: 5841 components: - - type: Transform - pos: -39.5,6.5 + - pos: -39.5,6.5 parent: 34 + type: Transform - uid: 5842 components: - - type: Transform - pos: -40.5,6.5 + - pos: -40.5,6.5 parent: 34 + type: Transform - uid: 5865 components: - - type: Transform - pos: -43.5,6.5 + - pos: -43.5,6.5 parent: 34 + type: Transform - uid: 5866 components: - - type: Transform - pos: -42.5,6.5 + - pos: -42.5,6.5 parent: 34 + type: Transform - uid: 5868 components: - - type: Transform - pos: -48.5,7.5 + - pos: -48.5,7.5 parent: 34 + type: Transform - uid: 5869 components: - - type: Transform - pos: -58.5,6.5 + - pos: -58.5,6.5 parent: 34 + type: Transform - uid: 5870 components: - - type: Transform - pos: -58.5,7.5 + - pos: -58.5,7.5 parent: 34 + type: Transform - uid: 5871 components: - - type: Transform - pos: -57.5,8.5 + - pos: -57.5,8.5 parent: 34 + type: Transform - uid: 5872 components: - - type: Transform - pos: -57.5,9.5 + - pos: -57.5,9.5 parent: 34 + type: Transform - uid: 5873 components: - - type: Transform - pos: -56.5,9.5 + - pos: -56.5,9.5 parent: 34 + type: Transform - uid: 5874 components: - - type: Transform - pos: -58.5,8.5 + - pos: -58.5,8.5 parent: 34 + type: Transform - uid: 5914 components: - - type: Transform - pos: -43.5,8.5 + - pos: -43.5,8.5 parent: 34 + type: Transform - uid: 5973 components: - - type: Transform - pos: 46.5,-20.5 + - pos: 46.5,-20.5 parent: 34 + type: Transform - uid: 5974 components: - - type: Transform - pos: 47.5,-20.5 + - pos: 47.5,-20.5 parent: 34 + type: Transform - uid: 5975 components: - - type: Transform - pos: 48.5,-20.5 + - pos: 48.5,-20.5 parent: 34 + type: Transform - uid: 5976 components: - - type: Transform - pos: 49.5,-20.5 + - pos: 49.5,-20.5 parent: 34 + type: Transform - uid: 5977 components: - - type: Transform - pos: 50.5,-20.5 + - pos: 50.5,-20.5 parent: 34 + type: Transform - uid: 5978 components: - - type: Transform - pos: 51.5,-20.5 + - pos: 51.5,-20.5 parent: 34 + type: Transform - uid: 5979 components: - - type: Transform - pos: 52.5,-20.5 + - pos: 52.5,-20.5 parent: 34 + type: Transform - uid: 5980 components: - - type: Transform - pos: 46.5,-21.5 + - pos: 46.5,-21.5 parent: 34 + type: Transform - uid: 5981 components: - - type: Transform - pos: 46.5,-25.5 + - pos: 46.5,-25.5 parent: 34 + type: Transform - uid: 5982 components: - - type: Transform - pos: 46.5,-26.5 + - pos: 46.5,-26.5 parent: 34 + type: Transform - uid: 5983 components: - - type: Transform - pos: 47.5,-26.5 + - pos: 47.5,-26.5 parent: 34 + type: Transform - uid: 5984 components: - - type: Transform - pos: 48.5,-26.5 + - pos: 48.5,-26.5 parent: 34 + type: Transform - uid: 5985 components: - - type: Transform - pos: 49.5,-26.5 + - pos: 49.5,-26.5 parent: 34 + type: Transform - uid: 5986 components: - - type: Transform - pos: 50.5,-26.5 + - pos: 50.5,-26.5 parent: 34 + type: Transform - uid: 5987 components: - - type: Transform - pos: 51.5,-26.5 + - pos: 51.5,-26.5 parent: 34 + type: Transform - uid: 5988 components: - - type: Transform - pos: 52.5,-26.5 + - pos: 52.5,-26.5 parent: 34 + type: Transform - uid: 5989 components: - - type: Transform - pos: 52.5,-25.5 + - pos: 52.5,-25.5 parent: 34 + type: Transform - uid: 5993 components: - - type: Transform - pos: 52.5,-21.5 + - pos: 52.5,-21.5 parent: 34 + type: Transform - uid: 5995 components: - - type: Transform - pos: 53.5,-21.5 + - pos: 53.5,-21.5 parent: 34 + type: Transform - uid: 5996 components: - - type: Transform - pos: 53.5,-22.5 + - pos: 53.5,-22.5 parent: 34 + type: Transform - uid: 5997 components: - - type: Transform - pos: 53.5,-23.5 + - pos: 53.5,-23.5 parent: 34 + type: Transform - uid: 5998 components: - - type: Transform - pos: 53.5,-24.5 + - pos: 53.5,-24.5 parent: 34 + type: Transform - uid: 5999 components: - - type: Transform - pos: 53.5,-25.5 + - pos: 53.5,-25.5 parent: 34 + type: Transform - uid: 6000 components: - - type: Transform - pos: 46.5,-22.5 + - pos: 46.5,-22.5 parent: 34 + type: Transform - uid: 6001 components: - - type: Transform - pos: 46.5,-24.5 + - pos: 46.5,-24.5 parent: 34 + type: Transform - uid: 6005 components: - - type: Transform - pos: 50.5,-25.5 + - pos: 50.5,-25.5 parent: 34 + type: Transform - uid: 6006 components: - - type: Transform - pos: 51.5,-25.5 + - pos: 51.5,-25.5 parent: 34 + type: Transform - uid: 6018 components: - - type: Transform - pos: 51.5,-21.5 + - pos: 51.5,-21.5 parent: 34 + type: Transform - uid: 6019 components: - - type: Transform - pos: 50.5,-21.5 + - pos: 50.5,-21.5 parent: 34 + type: Transform - uid: 6106 components: - - type: Transform - pos: 7.5,12.5 + - pos: 7.5,12.5 parent: 34 + type: Transform - uid: 6119 components: - - type: Transform - pos: 11.5,11.5 + - pos: 11.5,11.5 parent: 34 + type: Transform - uid: 6121 components: - - type: Transform - pos: 11.5,12.5 + - pos: 11.5,12.5 parent: 34 + type: Transform - uid: 6124 components: - - type: Transform - pos: 6.5,12.5 + - pos: 6.5,12.5 parent: 34 + type: Transform - uid: 6131 components: - - type: Transform - pos: 9.5,12.5 + - pos: 9.5,12.5 parent: 34 + type: Transform - uid: 6149 components: - - type: Transform - pos: 10.5,12.5 + - pos: 10.5,12.5 parent: 34 + type: Transform - uid: 6151 components: - - type: Transform - pos: 18.5,2.5 + - pos: 18.5,2.5 parent: 34 + type: Transform - uid: 6153 components: - - type: Transform - pos: 16.5,2.5 + - pos: 16.5,2.5 parent: 34 + type: Transform - uid: 6154 components: - - type: Transform - pos: 19.5,2.5 + - pos: 19.5,2.5 parent: 34 + type: Transform - uid: 6156 components: - - type: Transform - pos: 15.5,2.5 + - pos: 15.5,2.5 parent: 34 + type: Transform - uid: 6160 components: - - type: Transform - pos: 15.5,11.5 + - pos: 15.5,11.5 parent: 34 + type: Transform - uid: 6161 components: - - type: Transform - pos: 15.5,12.5 + - pos: 15.5,12.5 parent: 34 + type: Transform - uid: 6162 components: - - type: Transform - pos: 5.5,12.5 + - pos: 5.5,12.5 parent: 34 + type: Transform - uid: 6163 components: - - type: Transform - pos: 4.5,12.5 + - pos: 4.5,12.5 parent: 34 + type: Transform - uid: 6166 components: - - type: Transform - pos: -5.5,13.5 + - pos: -5.5,13.5 parent: 34 + type: Transform - uid: 6167 components: - - type: Transform - pos: 15.5,16.5 + - pos: 15.5,16.5 parent: 34 + type: Transform - uid: 6169 components: - - type: Transform - pos: 15.5,13.5 + - pos: 15.5,13.5 parent: 34 + type: Transform - uid: 6170 components: - - type: Transform - pos: 14.5,20.5 + - pos: 14.5,20.5 parent: 34 + type: Transform - uid: 6173 components: - - type: Transform - pos: 3.5,12.5 + - pos: 3.5,12.5 parent: 34 + type: Transform - uid: 6174 components: - - type: Transform - pos: 3.5,13.5 + - pos: 3.5,13.5 parent: 34 + type: Transform - uid: 6176 components: - - type: Transform - pos: 11.5,19.5 + - pos: 11.5,19.5 parent: 34 + type: Transform - uid: 6177 components: - - type: Transform - pos: -5.5,12.5 + - pos: -5.5,12.5 parent: 34 + type: Transform - uid: 6182 components: - - type: Transform - pos: -4.5,12.5 + - pos: -4.5,12.5 parent: 34 + type: Transform - uid: 6193 components: - - type: Transform - pos: -12.5,-43.5 + - pos: -12.5,-43.5 parent: 34 + type: Transform - uid: 6214 components: - - type: Transform - pos: -55.5,-5.5 + - pos: -55.5,-5.5 parent: 34 + type: Transform - uid: 6241 components: - - type: Transform - pos: 17.5,2.5 + - pos: 17.5,2.5 parent: 34 + type: Transform - uid: 6297 components: - - type: Transform - pos: 1.5,15.5 + - pos: 1.5,15.5 parent: 34 + type: Transform - uid: 6298 components: - - type: Transform - pos: -2.5,15.5 + - pos: -2.5,15.5 parent: 34 + type: Transform - uid: 6319 components: - - type: Transform - pos: -60.5,-8.5 + - pos: -60.5,-8.5 parent: 34 + type: Transform - uid: 6320 components: - - type: Transform - pos: -60.5,-7.5 + - pos: -60.5,-7.5 parent: 34 + type: Transform - uid: 6324 components: - - type: Transform - pos: -60.5,-11.5 + - pos: -60.5,-11.5 parent: 34 + type: Transform - uid: 6325 components: - - type: Transform - pos: -60.5,-12.5 + - pos: -60.5,-12.5 parent: 34 + type: Transform - uid: 6326 components: - - type: Transform - pos: -59.5,-12.5 + - pos: -59.5,-12.5 parent: 34 + type: Transform - uid: 6327 components: - - type: Transform - pos: -58.5,-12.5 + - pos: -58.5,-12.5 parent: 34 + type: Transform - uid: 6328 components: - - type: Transform - pos: -57.5,-12.5 + - pos: -57.5,-12.5 parent: 34 + type: Transform - uid: 6329 components: - - type: Transform - pos: -56.5,-12.5 + - pos: -56.5,-12.5 parent: 34 + type: Transform - uid: 6331 components: - - type: Transform - pos: -59.5,-7.5 + - pos: -59.5,-7.5 parent: 34 + type: Transform - uid: 6389 components: - - type: Transform - pos: 7.5,19.5 + - pos: 7.5,19.5 parent: 34 + type: Transform - uid: 6393 components: - - type: Transform - pos: -22.5,-37.5 + - pos: -22.5,-37.5 parent: 34 + type: Transform - uid: 6400 components: - - type: Transform - pos: -14.5,-43.5 + - pos: -14.5,-43.5 parent: 34 + type: Transform - uid: 6401 components: - - type: Transform - pos: -16.5,-36.5 + - pos: -16.5,-36.5 parent: 34 + type: Transform - uid: 6687 components: - - type: Transform - pos: -15.5,-36.5 + - pos: -15.5,-36.5 parent: 34 + type: Transform - uid: 6695 components: - - type: Transform - pos: 12.5,-46.5 + - pos: 12.5,-46.5 parent: 34 + type: Transform - uid: 6749 components: - - type: Transform - pos: 15.5,-45.5 + - pos: 15.5,-45.5 parent: 34 + type: Transform - uid: 7030 components: - - type: Transform - pos: 49.5,-14.5 + - pos: 49.5,-14.5 parent: 34 + type: Transform - uid: 7046 components: - - type: Transform - pos: 49.5,-12.5 + - pos: 49.5,-12.5 parent: 34 + type: Transform - uid: 7047 components: - - type: Transform - pos: 40.5,-11.5 + - pos: 40.5,-11.5 parent: 34 + type: Transform - uid: 7048 components: - - type: Transform - pos: 11.5,-46.5 + - pos: 11.5,-46.5 parent: 34 + type: Transform - uid: 7055 components: - - type: Transform - pos: 40.5,-14.5 + - pos: 40.5,-14.5 parent: 34 + type: Transform - uid: 7074 components: - - type: Transform - pos: 39.5,-8.5 + - pos: 39.5,-8.5 parent: 34 + type: Transform - uid: 7078 components: - - type: Transform - pos: 46.5,-8.5 + - pos: 46.5,-8.5 parent: 34 + type: Transform - uid: 7080 components: - - type: Transform - pos: 46.5,1.5 + - pos: 46.5,1.5 parent: 34 + type: Transform - uid: 7090 components: - - type: Transform - pos: 47.5,-11.5 + - pos: 47.5,-11.5 parent: 34 + type: Transform - uid: 7412 components: - - type: Transform - pos: -10.5,9.5 + - pos: -10.5,9.5 parent: 34 + type: Transform - uid: 7417 components: - - type: Transform - pos: -49.5,-31.5 + - pos: -49.5,-31.5 parent: 34 + type: Transform - uid: 7418 components: - - type: Transform - pos: 9.5,-51.5 + - pos: 9.5,-51.5 parent: 34 + type: Transform - uid: 7428 components: - - type: Transform - pos: 19.5,-46.5 + - pos: 19.5,-46.5 parent: 34 + type: Transform - uid: 7466 components: - - type: Transform - pos: -43.5,9.5 + - pos: -43.5,9.5 parent: 34 + type: Transform - uid: 7554 components: - - type: Transform - pos: -10.5,11.5 + - pos: -10.5,11.5 parent: 34 + type: Transform - uid: 7572 components: - - type: Transform - pos: -5.5,14.5 + - pos: -5.5,14.5 parent: 34 + type: Transform - uid: 7574 components: - - type: Transform - pos: 2.5,12.5 + - pos: 2.5,12.5 parent: 34 + type: Transform - uid: 7578 components: - - type: Transform - pos: 15.5,19.5 + - pos: 15.5,19.5 parent: 34 + type: Transform - uid: 7703 components: - - type: Transform - pos: 9.5,-55.5 + - pos: 9.5,-55.5 parent: 34 + type: Transform - uid: 7705 components: - - type: Transform - pos: -31.5,-44.5 + - pos: -31.5,-44.5 parent: 34 + type: Transform - uid: 7720 components: - - type: Transform - pos: 29.5,-38.5 + - pos: 29.5,-38.5 parent: 34 + type: Transform - uid: 7754 components: - - type: Transform - pos: -1.5,-44.5 + - pos: -1.5,-44.5 parent: 34 + type: Transform - uid: 7756 components: - - type: Transform - pos: -0.5,-44.5 + - pos: -0.5,-44.5 parent: 34 + type: Transform - uid: 7780 components: - - type: Transform - pos: -6.5,-55.5 + - pos: -6.5,-55.5 parent: 34 + type: Transform - uid: 7803 components: - - type: Transform - pos: -43.5,10.5 + - pos: -43.5,10.5 parent: 34 + type: Transform - uid: 7804 components: - - type: Transform - pos: -43.5,11.5 + - pos: -43.5,11.5 parent: 34 + type: Transform - uid: 7805 components: - - type: Transform - pos: -42.5,11.5 + - pos: -42.5,11.5 parent: 34 + type: Transform - uid: 7812 components: - - type: Transform - pos: -39.5,11.5 + - pos: -39.5,11.5 parent: 34 + type: Transform - uid: 7820 components: - - type: Transform - pos: -49.5,-36.5 + - pos: -49.5,-36.5 parent: 34 + type: Transform - uid: 7827 components: - - type: Transform - pos: 0.5,-44.5 + - pos: 0.5,-44.5 parent: 34 + type: Transform - uid: 7968 components: - - type: Transform - pos: -38.5,11.5 + - pos: -38.5,11.5 parent: 34 + type: Transform - uid: 7969 components: - - type: Transform - pos: -37.5,11.5 + - pos: -37.5,11.5 parent: 34 + type: Transform - uid: 7970 components: - - type: Transform - pos: -37.5,10.5 + - pos: -37.5,10.5 parent: 34 + type: Transform - uid: 8086 components: - - type: Transform - pos: -37.5,9.5 + - pos: -37.5,9.5 parent: 34 + type: Transform - uid: 8110 components: - - type: Transform - pos: -37.5,8.5 + - pos: -37.5,8.5 parent: 34 + type: Transform - uid: 8249 components: - - type: Transform - pos: -37.5,7.5 + - pos: -37.5,7.5 parent: 34 + type: Transform + - uid: 8329 + components: + - pos: -48.5,-12.5 + parent: 34 + type: Transform - uid: 8417 components: - - type: Transform - pos: -27.5,-32.5 + - pos: -27.5,-32.5 parent: 34 + type: Transform - uid: 8422 components: - - type: Transform - pos: -10.5,12.5 + - pos: -10.5,12.5 parent: 34 + type: Transform - uid: 8435 components: - - type: Transform - pos: -47.5,-23.5 + - pos: -47.5,-23.5 parent: 34 + type: Transform - uid: 8891 components: - - type: Transform - pos: 34.5,-14.5 + - pos: 34.5,-14.5 parent: 34 + type: Transform - uid: 8903 components: - - type: Transform - pos: 39.5,-1.5 + - pos: 39.5,-1.5 parent: 34 + type: Transform - uid: 8916 components: - - type: Transform - pos: 50.5,-5.5 + - pos: 50.5,-5.5 parent: 34 + type: Transform - uid: 8917 components: - - type: Transform - pos: 48.5,-11.5 + - pos: 48.5,-11.5 parent: 34 + type: Transform - uid: 8918 components: - - type: Transform - pos: 42.5,-17.5 + - pos: 42.5,-17.5 parent: 34 + type: Transform - uid: 8925 components: - - type: Transform - pos: 34.5,-9.5 + - pos: 34.5,-9.5 parent: 34 + type: Transform - uid: 8926 components: - - type: Transform - pos: 34.5,-13.5 + - pos: 34.5,-13.5 parent: 34 + type: Transform - uid: 8928 components: - - type: Transform - pos: -19.5,-32.5 + - pos: -19.5,-32.5 parent: 34 + type: Transform - uid: 8933 components: - - type: Transform - pos: 35.5,-8.5 + - pos: 35.5,-8.5 parent: 34 + type: Transform - uid: 8970 components: - - type: Transform - pos: -2.5,-44.5 + - pos: -2.5,-44.5 parent: 34 + type: Transform - uid: 9021 components: - - type: Transform - pos: 1.5,-44.5 + - pos: 1.5,-44.5 parent: 34 + type: Transform - uid: 9383 components: - - type: Transform - pos: -41.5,-17.5 + - pos: -41.5,-17.5 parent: 34 + type: Transform - uid: 9493 components: - - type: Transform - pos: -45.5,-23.5 + - pos: -45.5,-23.5 parent: 34 + type: Transform - uid: 9701 components: - - type: Transform - pos: -10.5,8.5 + - pos: -10.5,8.5 + parent: 34 + type: Transform + - uid: 9901 + components: + - pos: -47.5,-20.5 parent: 34 + type: Transform - uid: 10005 components: - - type: Transform - pos: 38.5,-1.5 + - pos: 38.5,-1.5 parent: 34 + type: Transform - uid: 10138 components: - - type: Transform - pos: 48.5,-14.5 + - pos: 48.5,-14.5 parent: 34 + type: Transform - uid: 10219 components: - - type: Transform - pos: 49.5,-13.5 + - pos: 49.5,-13.5 parent: 34 + type: Transform - uid: 10221 components: - - type: Transform - pos: 41.5,-11.5 + - pos: 41.5,-11.5 + parent: 34 + type: Transform + - uid: 10246 + components: + - pos: -40.5,-11.5 parent: 34 + type: Transform - uid: 10261 components: - - type: Transform - pos: 43.5,-37.5 + - pos: 43.5,-37.5 parent: 34 + type: Transform - uid: 10295 components: - - type: Transform - pos: -35.5,-6.5 + - pos: -35.5,-6.5 parent: 34 + type: Transform - uid: 10335 components: - - type: Transform - pos: 43.5,-30.5 + - pos: 43.5,-30.5 parent: 34 + type: Transform - uid: 10345 components: - - type: Transform - pos: 39.5,-11.5 + - pos: 39.5,-11.5 parent: 34 + type: Transform - uid: 10380 components: - - type: Transform - pos: -41.5,-23.5 + - pos: -41.5,-23.5 parent: 34 + type: Transform - uid: 10434 components: - - type: Transform - pos: -31.5,-41.5 - parent: 34 - - uid: 10448 - components: - - type: Transform - pos: -41.5,-20.5 + - pos: -31.5,-41.5 parent: 34 + type: Transform - uid: 10450 components: - - type: Transform - pos: -53.5,-19.5 + - pos: -53.5,-19.5 parent: 34 + type: Transform - uid: 10459 components: - - type: Transform - pos: 40.5,-8.5 + - pos: 40.5,-8.5 parent: 34 + type: Transform - uid: 10462 components: - - type: Transform - pos: 16.5,-46.5 + - pos: 16.5,-46.5 parent: 34 + type: Transform - uid: 10496 components: - - type: Transform - pos: -53.5,-41.5 + - pos: -53.5,-41.5 parent: 34 + type: Transform - uid: 10497 components: - - type: Transform - pos: -43.5,-23.5 + - pos: -43.5,-23.5 parent: 34 + type: Transform - uid: 10498 components: - - type: Transform - pos: -40.5,-23.5 - parent: 34 - - uid: 10500 - components: - - type: Transform - pos: -40.5,-20.5 + - pos: -40.5,-23.5 parent: 34 + type: Transform - uid: 10501 components: - - type: Transform - pos: -49.5,-23.5 + - pos: -49.5,-23.5 parent: 34 + type: Transform - uid: 10502 components: - - type: Transform - pos: -50.5,-23.5 + - pos: -50.5,-23.5 parent: 34 + type: Transform - uid: 10545 components: - - type: Transform - pos: -24.5,-28.5 + - pos: -24.5,-28.5 parent: 34 + type: Transform - uid: 10561 components: - - type: Transform - pos: -31.5,-42.5 + - pos: -31.5,-42.5 parent: 34 + type: Transform - uid: 10609 components: - - type: Transform - pos: -6.5,-51.5 + - pos: -6.5,-51.5 parent: 34 + type: Transform - uid: 10623 components: - - type: Transform - pos: 29.5,13.5 + - pos: 29.5,13.5 parent: 34 + type: Transform - uid: 10633 components: - - type: Transform - pos: -31.5,-45.5 + - pos: -31.5,-45.5 parent: 34 + type: Transform - uid: 10678 components: - - type: Transform - pos: -48.5,-32.5 + - pos: -48.5,-32.5 parent: 34 + type: Transform - uid: 10745 components: - - type: Transform - pos: -31.5,-43.5 + - pos: -31.5,-43.5 parent: 34 + type: Transform - uid: 10747 components: - - type: Transform - pos: -5.5,15.5 + - pos: -5.5,15.5 parent: 34 + type: Transform - uid: 10752 components: - - type: Transform - pos: -11.5,-42.5 + - pos: -11.5,-42.5 parent: 34 + type: Transform - uid: 10765 components: - - type: Transform - pos: -42.5,-23.5 + - pos: -42.5,-23.5 parent: 34 + type: Transform - uid: 10790 components: - - type: Transform - pos: -44.5,-23.5 + - pos: -44.5,-23.5 parent: 34 + type: Transform - uid: 10792 components: - - type: Transform - pos: -51.5,-15.5 + - pos: -51.5,-15.5 parent: 34 + type: Transform - uid: 10793 components: - - type: Transform - pos: -50.5,-15.5 + - pos: -50.5,-15.5 parent: 34 + type: Transform - uid: 10947 components: - - type: Transform - pos: -34.5,-6.5 + - pos: -34.5,-6.5 parent: 34 + type: Transform - uid: 10949 components: - - type: Transform - pos: 3.5,19.5 + - pos: 3.5,19.5 parent: 34 + type: Transform - uid: 10950 components: - - type: Transform - pos: 7.5,20.5 + - pos: 7.5,20.5 parent: 34 + type: Transform - uid: 10982 components: - - type: Transform - pos: -22.5,-43.5 + - pos: -22.5,-43.5 parent: 34 + type: Transform - uid: 11103 components: - - type: Transform - pos: 18.5,11.5 + - pos: 18.5,11.5 parent: 34 + type: Transform - uid: 11110 components: - - type: Transform - pos: -39.5,-52.5 + - pos: -39.5,-52.5 parent: 34 + type: Transform - uid: 11111 components: - - type: Transform - pos: -39.5,-51.5 + - pos: -39.5,-51.5 parent: 34 + type: Transform - uid: 11131 components: - - type: Transform - pos: -3.5,12.5 + - pos: -3.5,12.5 parent: 34 + type: Transform - uid: 11148 components: - - type: Transform - pos: -55.5,11.5 + - pos: -55.5,11.5 parent: 34 + type: Transform - uid: 11149 components: - - type: Transform - pos: -55.5,12.5 + - pos: -55.5,12.5 parent: 34 + type: Transform - uid: 11150 components: - - type: Transform - pos: -55.5,13.5 + - pos: -55.5,13.5 parent: 34 + type: Transform - uid: 11151 components: - - type: Transform - pos: -54.5,13.5 + - pos: -54.5,13.5 parent: 34 + type: Transform - uid: 11153 components: - - type: Transform - pos: -53.5,14.5 + - pos: -53.5,14.5 parent: 34 + type: Transform - uid: 11154 components: - - type: Transform - pos: -52.5,14.5 + - pos: -52.5,14.5 parent: 34 + type: Transform - uid: 11155 components: - - type: Transform - pos: -51.5,14.5 + - pos: -51.5,14.5 parent: 34 + type: Transform - uid: 11156 components: - - type: Transform - pos: -50.5,14.5 + - pos: -50.5,14.5 parent: 34 + type: Transform - uid: 11157 components: - - type: Transform - pos: -49.5,14.5 + - pos: -49.5,14.5 parent: 34 + type: Transform - uid: 11158 components: - - type: Transform - pos: -49.5,13.5 + - pos: -49.5,13.5 parent: 34 + type: Transform - uid: 11159 components: - - type: Transform - pos: -49.5,12.5 + - pos: -49.5,12.5 parent: 34 + type: Transform - uid: 11160 components: - - type: Transform - pos: -49.5,11.5 + - pos: -49.5,11.5 parent: 34 + type: Transform - uid: 11161 components: - - type: Transform - pos: -50.5,11.5 + - pos: -50.5,11.5 parent: 34 + type: Transform - uid: 11162 components: - - type: Transform - pos: -51.5,11.5 + - pos: -51.5,11.5 parent: 34 + type: Transform - uid: 11163 components: - - type: Transform - pos: -51.5,10.5 + - pos: -51.5,10.5 parent: 34 + type: Transform - uid: 11169 components: - - type: Transform - pos: -54.5,14.5 + - pos: -54.5,14.5 parent: 34 + type: Transform - uid: 11196 components: - - type: Transform - pos: 18.5,12.5 + - pos: 18.5,12.5 parent: 34 + type: Transform - uid: 11197 components: - - type: Transform - pos: 18.5,13.5 + - pos: 18.5,13.5 parent: 34 + type: Transform - uid: 11198 components: - - type: Transform - pos: 19.5,13.5 + - pos: 19.5,13.5 parent: 34 + type: Transform - uid: 11201 components: - - type: Transform - pos: 22.5,13.5 + - pos: 22.5,13.5 parent: 34 + type: Transform - uid: 11203 components: - - type: Transform - pos: 23.5,13.5 + - pos: 23.5,13.5 parent: 34 + type: Transform - uid: 11220 components: - - type: Transform - pos: 18.5,-46.5 + - pos: 18.5,-46.5 parent: 34 + type: Transform - uid: 11221 components: - - type: Transform - pos: 15.5,-46.5 + - pos: 15.5,-46.5 parent: 34 + type: Transform - uid: 11232 components: - - type: Transform - pos: 17.5,-46.5 + - pos: 17.5,-46.5 parent: 34 + type: Transform - uid: 11262 components: - - type: Transform - pos: 28.5,13.5 + - pos: 28.5,13.5 parent: 34 + type: Transform - uid: 11267 components: - - type: Transform - pos: 29.5,12.5 + - pos: 29.5,12.5 parent: 34 + type: Transform - uid: 11268 components: - - type: Transform - pos: 29.5,11.5 + - pos: 29.5,11.5 parent: 34 + type: Transform - uid: 11269 components: - - type: Transform - pos: 29.5,10.5 + - pos: 29.5,10.5 parent: 34 + type: Transform - uid: 11317 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-23.5 + - pos: -46.5,-23.5 parent: 34 + type: Transform - uid: 11372 components: - - type: Transform - pos: 42.5,-16.5 + - pos: 42.5,-16.5 + parent: 34 + type: Transform + - uid: 11383 + components: + - pos: 0.5,12.5 + parent: 34 + type: Transform + - uid: 11438 + components: + - pos: -1.5,12.5 + parent: 34 + type: Transform + - uid: 11442 + components: + - pos: 42.5,-18.5 + parent: 34 + type: Transform + - uid: 11470 + components: + - pos: -58.5,-23.5 + parent: 34 + type: Transform + - uid: 11472 + components: + - pos: -57.5,-23.5 parent: 34 - - uid: 11383 + type: Transform + - uid: 11473 components: - - type: Transform - pos: 0.5,12.5 + - pos: -48.5,-14.5 parent: 34 - - uid: 11438 + type: Transform + - uid: 11484 components: - - type: Transform - pos: -1.5,12.5 + - pos: -48.5,-20.5 parent: 34 - - uid: 11442 + type: Transform + - uid: 11493 components: - - type: Transform - pos: 42.5,-18.5 + - pos: -42.5,-11.5 parent: 34 + type: Transform - uid: 11494 components: - - type: Transform - pos: -54.5,-42.5 + - pos: -54.5,-42.5 parent: 34 + type: Transform - uid: 11495 components: - - type: Transform - pos: -54.5,-41.5 + - pos: -54.5,-41.5 parent: 34 + type: Transform - uid: 11496 components: - - type: Transform - pos: -54.5,-38.5 + - pos: -54.5,-38.5 parent: 34 + type: Transform - uid: 11497 components: - - type: Transform - pos: -54.5,-39.5 + - pos: -54.5,-39.5 parent: 34 + type: Transform - uid: 11537 components: - - type: Transform - pos: -10.5,7.5 + - pos: -10.5,7.5 parent: 34 + type: Transform - uid: 11588 components: - - type: Transform - pos: -53.5,-16.5 + - pos: -53.5,-16.5 parent: 34 + type: Transform - uid: 11604 components: - - type: Transform - pos: -48.5,-15.5 + - pos: -48.5,-15.5 parent: 34 - - uid: 11606 + type: Transform + - uid: 11605 components: - - type: Transform - pos: -45.5,-15.5 + - pos: -43.5,-11.5 parent: 34 + type: Transform - uid: 11609 components: - - type: Transform - pos: -22.5,-35.5 + - pos: -22.5,-35.5 + parent: 34 + type: Transform + - uid: 11707 + components: + - pos: -40.5,-14.5 parent: 34 + type: Transform - uid: 11764 components: - - type: Transform - pos: -29.5,-40.5 + - pos: -29.5,-40.5 parent: 34 + type: Transform - uid: 11770 components: - - type: Transform - pos: -48.5,-23.5 + - pos: -48.5,-23.5 parent: 34 + type: Transform - uid: 11788 components: - - type: Transform - pos: 1.5,12.5 + - pos: 1.5,12.5 parent: 34 + type: Transform - uid: 11791 components: - - type: Transform - pos: 2.5,15.5 + - pos: 2.5,15.5 parent: 34 + type: Transform - uid: 11824 components: - - type: Transform - pos: -0.5,12.5 + - pos: -0.5,12.5 parent: 34 + type: Transform - uid: 11836 components: - - type: Transform - pos: 3.5,15.5 + - pos: 3.5,15.5 parent: 34 + type: Transform - uid: 11878 components: - - type: Transform - pos: 51.5,-5.5 + - pos: 51.5,-5.5 parent: 34 + type: Transform - uid: 11907 components: - - type: Transform - pos: 4.5,19.5 + - pos: 4.5,19.5 parent: 34 + type: Transform - uid: 11908 components: - - type: Transform - pos: 11.5,20.5 + - pos: 11.5,20.5 parent: 34 + type: Transform - uid: 11910 components: - - type: Transform - pos: 14.5,19.5 + - pos: 14.5,19.5 parent: 34 + type: Transform - uid: 11919 components: - - type: Transform - pos: -26.5,-43.5 + - pos: -26.5,-43.5 parent: 34 + type: Transform - uid: 11920 components: - - type: Transform - pos: -13.5,-43.5 + - pos: -13.5,-43.5 parent: 34 + type: Transform + - uid: 11922 + components: + - pos: -47.5,-11.5 + parent: 34 + type: Transform - uid: 12001 components: - - type: Transform - pos: -13.5,-31.5 + - pos: -13.5,-31.5 parent: 34 + type: Transform - uid: 12101 components: - - type: Transform - pos: -53.5,-15.5 + - pos: -53.5,-15.5 parent: 34 + type: Transform - uid: 12110 components: - - type: Transform - pos: -13.5,-29.5 + - pos: -13.5,-29.5 + parent: 34 + type: Transform + - uid: 12171 + components: + - pos: -41.5,-14.5 parent: 34 + type: Transform - uid: 12218 components: - - type: Transform - pos: -23.5,-43.5 + - pos: -23.5,-43.5 parent: 34 + type: Transform - uid: 12255 components: - - type: Transform - pos: 4.5,20.5 + - pos: 4.5,20.5 parent: 34 + type: Transform - uid: 12301 components: - - type: Transform - pos: -27.5,-40.5 + - pos: -27.5,-40.5 parent: 34 + type: Transform - uid: 12302 components: - - type: Transform - pos: -26.5,-40.5 + - pos: -26.5,-40.5 parent: 34 + type: Transform - uid: 12303 components: - - type: Transform - pos: -25.5,-40.5 + - pos: -25.5,-40.5 parent: 34 + type: Transform - uid: 12304 components: - - type: Transform - pos: -24.5,-40.5 + - pos: -24.5,-40.5 parent: 34 + type: Transform - uid: 12305 components: - - type: Transform - pos: -23.5,-40.5 + - pos: -23.5,-40.5 parent: 34 + type: Transform - uid: 12308 components: - - type: Transform - pos: -41.5,-16.5 + - pos: -41.5,-16.5 parent: 34 + type: Transform - uid: 12310 components: - - type: Transform - pos: -16.5,-28.5 + - pos: -16.5,-28.5 parent: 34 + type: Transform - uid: 12311 components: - - type: Transform - pos: -13.5,-36.5 + - pos: -13.5,-36.5 parent: 34 + type: Transform - uid: 12312 components: - - type: Transform - pos: -13.5,-35.5 + - pos: -13.5,-35.5 parent: 34 + type: Transform - uid: 12313 components: - - type: Transform - pos: -19.5,-36.5 + - pos: -19.5,-36.5 parent: 34 + type: Transform - uid: 12316 components: - - type: Transform - pos: -41.5,-15.5 - parent: 34 - - uid: 12363 - components: - - type: Transform - pos: -44.5,-14.5 - parent: 34 - - uid: 12366 - components: - - type: Transform - pos: -41.5,-14.5 - parent: 34 - - uid: 12367 - components: - - type: Transform - pos: -42.5,-14.5 + - pos: -41.5,-15.5 parent: 34 + type: Transform - uid: 12385 components: - - type: Transform - pos: -10.5,10.5 + - pos: -10.5,10.5 parent: 34 + type: Transform - uid: 12387 components: - - type: Transform - pos: 38.5,-6.5 + - pos: 38.5,-6.5 parent: 34 + type: Transform - uid: 12388 components: - - type: Transform - pos: 38.5,-7.5 + - pos: 38.5,-7.5 parent: 34 + type: Transform - uid: 12389 components: - - type: Transform - pos: 38.5,-8.5 + - pos: 38.5,-8.5 parent: 34 + type: Transform - uid: 12396 components: - - type: Transform - pos: 38.5,-9.5 + - pos: 38.5,-9.5 parent: 34 + type: Transform - uid: 12397 components: - - type: Transform - pos: 38.5,-10.5 + - pos: 38.5,-10.5 parent: 34 + type: Transform - uid: 12401 components: - - type: Transform - pos: 38.5,-12.5 + - pos: 38.5,-12.5 parent: 34 + type: Transform - uid: 12402 components: - - type: Transform - pos: 38.5,-13.5 + - pos: 38.5,-13.5 parent: 34 + type: Transform - uid: 12415 components: - - type: Transform - pos: 42.5,-19.5 + - pos: 42.5,-19.5 parent: 34 + type: Transform - uid: 12441 components: - - type: Transform - pos: -19.5,-39.5 + - pos: -19.5,-39.5 parent: 34 + type: Transform - uid: 12463 components: - - type: Transform - pos: 39.5,-20.5 + - pos: 39.5,-20.5 parent: 34 + type: Transform - uid: 12464 components: - - type: Transform - pos: 34.5,-17.5 + - pos: 34.5,-17.5 parent: 34 + type: Transform - uid: 12523 components: - - type: Transform - pos: -54.5,-37.5 + - pos: -54.5,-37.5 parent: 34 + type: Transform - uid: 12524 components: - - type: Transform - pos: -54.5,-36.5 + - pos: -54.5,-36.5 parent: 34 + type: Transform - uid: 12532 components: - - type: Transform - pos: -22.5,-39.5 - parent: 34 - - uid: 12540 - components: - - type: Transform - pos: -59.5,-24.5 + - pos: -22.5,-39.5 parent: 34 + type: Transform - uid: 12541 components: - - type: Transform - pos: -60.5,-24.5 - parent: 34 - - uid: 12542 - components: - - type: Transform - pos: -58.5,-24.5 + - pos: -60.5,-24.5 parent: 34 + type: Transform - uid: 12543 components: - - type: Transform - pos: -60.5,-25.5 + - pos: -60.5,-25.5 parent: 34 + type: Transform - uid: 12544 components: - - type: Transform - pos: -60.5,-26.5 + - pos: -60.5,-26.5 parent: 34 + type: Transform - uid: 12547 components: - - type: Transform - pos: -56.5,-42.5 + - pos: -56.5,-42.5 parent: 34 + type: Transform - uid: 12548 components: - - type: Transform - pos: -60.5,-30.5 + - pos: -60.5,-30.5 parent: 34 + type: Transform - uid: 12552 components: - - type: Transform - pos: -60.5,-34.5 + - pos: -60.5,-34.5 parent: 34 + type: Transform - uid: 12553 components: - - type: Transform - pos: -60.5,-35.5 + - pos: -60.5,-35.5 parent: 34 + type: Transform - uid: 12554 components: - - type: Transform - pos: -60.5,-36.5 + - pos: -60.5,-36.5 parent: 34 + type: Transform - uid: 12556 components: - - type: Transform - pos: -60.5,-37.5 + - pos: -60.5,-37.5 parent: 34 + type: Transform - uid: 12559 components: - - type: Transform - pos: -60.5,-41.5 + - pos: -60.5,-41.5 parent: 34 + type: Transform - uid: 12575 components: - - type: Transform - pos: -55.5,-42.5 + - pos: -55.5,-42.5 parent: 34 + type: Transform - uid: 12576 components: - - type: Transform - pos: -57.5,-42.5 + - pos: -57.5,-42.5 parent: 34 + type: Transform - uid: 12577 components: - - type: Transform - pos: -58.5,-42.5 + - pos: -58.5,-42.5 parent: 34 + type: Transform - uid: 12578 components: - - type: Transform - pos: -59.5,-42.5 + - pos: -59.5,-42.5 parent: 34 + type: Transform - uid: 12579 components: - - type: Transform - pos: -60.5,-42.5 + - pos: -60.5,-42.5 parent: 34 + type: Transform - uid: 12580 components: - - type: Transform - pos: -54.5,-43.5 + - pos: -54.5,-43.5 parent: 34 + type: Transform - uid: 12636 components: - - type: Transform - pos: 49.5,-11.5 + - pos: 49.5,-11.5 parent: 34 + type: Transform - uid: 12638 components: - - type: Transform - pos: -49.5,-32.5 + - pos: -49.5,-32.5 parent: 34 + type: Transform - uid: 12701 components: - - type: Transform - pos: 47.5,-14.5 + - pos: 47.5,-14.5 parent: 34 + type: Transform - uid: 12702 components: - - type: Transform - pos: 41.5,-14.5 + - pos: 41.5,-14.5 parent: 34 + type: Transform - uid: 12703 components: - - type: Transform - pos: 39.5,-14.5 + - pos: 39.5,-14.5 parent: 34 + type: Transform - uid: 12780 components: - - type: Transform - pos: 34.5,-8.5 + - pos: 34.5,-8.5 parent: 34 + type: Transform - uid: 12785 components: - - type: Transform - pos: 7.5,-46.5 + - pos: 7.5,-46.5 parent: 34 + type: Transform - uid: 12786 components: - - type: Transform - pos: 8.5,-46.5 + - pos: 8.5,-46.5 parent: 34 + type: Transform - uid: 12787 components: - - type: Transform - pos: 9.5,-46.5 + - pos: 9.5,-46.5 parent: 34 + type: Transform - uid: 12788 components: - - type: Transform - pos: 7.5,-47.5 + - pos: 7.5,-47.5 + parent: 34 + type: Transform + - uid: 13003 + components: + - pos: -59.5,-24.5 parent: 34 + type: Transform - proto: WallSolid entities: - uid: 109 components: - - type: Transform - pos: -13.5,1.5 + - pos: -13.5,1.5 parent: 34 + type: Transform - uid: 134 components: - - type: Transform - pos: -14.5,-2.5 + - pos: -14.5,-2.5 parent: 34 + type: Transform - uid: 270 components: - - type: Transform - pos: 4.5,-2.5 + - pos: 4.5,-2.5 parent: 34 + type: Transform - uid: 271 components: - - type: Transform - pos: 5.5,-2.5 + - pos: 5.5,-2.5 parent: 34 + type: Transform - uid: 273 components: - - type: Transform - pos: 7.5,-2.5 + - pos: 7.5,-2.5 parent: 34 + type: Transform - uid: 278 components: - - type: Transform - pos: -16.5,-2.5 + - pos: -16.5,-2.5 parent: 34 + type: Transform - uid: 279 components: - - type: Transform - pos: -15.5,-2.5 + - pos: -15.5,-2.5 parent: 34 + type: Transform - uid: 282 components: - - type: Transform - pos: -12.5,-2.5 + - pos: -12.5,-2.5 parent: 34 + type: Transform - uid: 283 components: - - type: Transform - pos: -11.5,-2.5 + - pos: -11.5,-2.5 parent: 34 + type: Transform - uid: 288 components: - - type: Transform - pos: -6.5,-2.5 + - pos: -6.5,-2.5 parent: 34 + type: Transform - uid: 290 components: - - type: Transform - pos: -2.5,-7.5 + - pos: -2.5,-7.5 parent: 34 + type: Transform - uid: 291 components: - - type: Transform - pos: -2.5,-3.5 + - pos: -2.5,-3.5 parent: 34 + type: Transform - uid: 292 components: - - type: Transform - pos: -2.5,-2.5 + - pos: -2.5,-2.5 parent: 34 + type: Transform - uid: 293 components: - - type: Transform - pos: -1.5,-2.5 + - pos: -1.5,-2.5 parent: 34 + type: Transform - uid: 296 components: - - type: Transform - pos: 1.5,-2.5 + - pos: 1.5,-2.5 parent: 34 + type: Transform - uid: 297 components: - - type: Transform - pos: 3.5,-2.5 + - pos: 3.5,-2.5 parent: 34 + type: Transform - uid: 301 components: - - type: Transform - pos: -2.5,-11.5 + - pos: -2.5,-11.5 parent: 34 + type: Transform - uid: 305 components: - - type: Transform - pos: -2.5,-12.5 + - pos: -2.5,-12.5 parent: 34 + type: Transform - uid: 306 components: - - type: Transform - pos: -2.5,-13.5 + - pos: -2.5,-13.5 parent: 34 + type: Transform - uid: 308 components: - - type: Transform - pos: 6.5,-9.5 + - pos: 6.5,-9.5 parent: 34 + type: Transform - uid: 309 components: - - type: Transform - pos: 6.5,-10.5 + - pos: 6.5,-10.5 parent: 34 + type: Transform - uid: 310 components: - - type: Transform - pos: 6.5,-11.5 + - pos: 6.5,-11.5 parent: 34 + type: Transform - uid: 311 components: - - type: Transform - pos: 7.5,-5.5 + - pos: 7.5,-5.5 parent: 34 + type: Transform - uid: 314 components: - - type: Transform - pos: 6.5,-6.5 + - pos: 6.5,-6.5 parent: 34 + type: Transform - uid: 315 components: - - type: Transform - pos: 6.5,-7.5 + - pos: 6.5,-7.5 parent: 34 + type: Transform - uid: 316 components: - - type: Transform - pos: 6.5,-12.5 + - pos: 6.5,-12.5 parent: 34 + type: Transform - uid: 317 components: - - type: Transform - pos: 6.5,-13.5 + - pos: 6.5,-13.5 parent: 34 + type: Transform - uid: 319 components: - - type: Transform - pos: 5.5,-13.5 + - pos: 5.5,-13.5 parent: 34 + type: Transform - uid: 321 components: - - type: Transform - pos: 3.5,-13.5 + - pos: 3.5,-13.5 parent: 34 + type: Transform - uid: 322 components: - - type: Transform - pos: 2.5,-13.5 + - pos: 2.5,-13.5 parent: 34 + type: Transform - uid: 323 components: - - type: Transform - pos: 1.5,-13.5 + - pos: 1.5,-13.5 parent: 34 + type: Transform - uid: 324 components: - - type: Transform - pos: 0.5,-13.5 + - pos: 0.5,-13.5 parent: 34 + type: Transform - uid: 325 components: - - type: Transform - pos: -0.5,-13.5 + - pos: -0.5,-13.5 parent: 34 + type: Transform - uid: 326 components: - - type: Transform - pos: -1.5,-13.5 + - pos: -1.5,-13.5 parent: 34 + type: Transform - uid: 327 components: - - type: Transform - pos: 8.5,-2.5 + - pos: 8.5,-2.5 parent: 34 + type: Transform - uid: 328 components: - - type: Transform - pos: 9.5,-2.5 + - pos: 9.5,-2.5 parent: 34 + type: Transform - uid: 329 components: - - type: Transform - pos: 10.5,-2.5 + - pos: 10.5,-2.5 parent: 34 + type: Transform - uid: 334 components: - - type: Transform - pos: 10.5,-3.5 + - pos: 10.5,-3.5 parent: 34 + type: Transform - uid: 335 components: - - type: Transform - pos: 10.5,-9.5 + - pos: 10.5,-9.5 parent: 34 + type: Transform - uid: 338 components: - - type: Transform - pos: 7.5,-3.5 + - pos: 7.5,-3.5 parent: 34 + type: Transform - uid: 342 components: - - type: Transform - pos: 7.5,-10.5 + - pos: 7.5,-10.5 parent: 34 + type: Transform - uid: 343 components: - - type: Transform - pos: 8.5,-10.5 + - pos: 8.5,-10.5 parent: 34 + type: Transform - uid: 344 components: - - type: Transform - pos: 9.5,-10.5 + - pos: 9.5,-10.5 parent: 34 + type: Transform - uid: 349 components: - - type: Transform - pos: -6.5,-3.5 + - pos: -6.5,-3.5 parent: 34 + type: Transform - uid: 354 components: - - type: Transform - pos: -6.5,-8.5 + - pos: -6.5,-8.5 parent: 34 + type: Transform - uid: 355 components: - - type: Transform - pos: -6.5,-9.5 + - pos: -6.5,-9.5 parent: 34 + type: Transform - uid: 356 components: - - type: Transform - pos: -13.5,-6.5 + - pos: -13.5,-6.5 parent: 34 + type: Transform - uid: 357 components: - - type: Transform - pos: -12.5,-6.5 + - pos: -12.5,-6.5 parent: 34 + type: Transform - uid: 359 components: - - type: Transform - pos: -11.5,-6.5 + - pos: -11.5,-6.5 parent: 34 + type: Transform - uid: 362 components: - - type: Transform - pos: -14.5,-6.5 + - pos: -14.5,-6.5 parent: 34 + type: Transform - uid: 363 components: - - type: Transform - pos: -15.5,-6.5 + - pos: -15.5,-6.5 parent: 34 + type: Transform - uid: 368 components: - - type: Transform - pos: -6.5,-10.5 + - pos: -6.5,-10.5 parent: 34 + type: Transform - uid: 369 components: - - type: Transform - pos: -7.5,-10.5 + - pos: -7.5,-10.5 parent: 34 + type: Transform - uid: 374 components: - - type: Transform - pos: -19.5,-9.5 + - pos: -19.5,-9.5 parent: 34 + type: Transform - uid: 375 components: - - type: Transform - pos: -13.5,-10.5 - parent: 34 - - uid: 376 - components: - - type: Transform - pos: -45.5,-11.5 + - pos: -13.5,-10.5 parent: 34 + type: Transform - uid: 379 components: - - type: Transform - pos: -2.5,-35.5 + - pos: -2.5,-35.5 parent: 34 + type: Transform - uid: 380 components: - - type: Transform - pos: -21.5,-2.5 + - pos: -21.5,-2.5 parent: 34 + type: Transform - uid: 381 components: - - type: Transform - pos: -21.5,-3.5 + - pos: -21.5,-3.5 parent: 34 + type: Transform - uid: 382 components: - - type: Transform - pos: -21.5,-4.5 + - pos: -21.5,-4.5 parent: 34 + type: Transform - uid: 384 components: - - type: Transform - pos: -21.5,-6.5 + - pos: -21.5,-6.5 parent: 34 + type: Transform - uid: 385 components: - - type: Transform - pos: -21.5,-7.5 + - pos: -21.5,-7.5 parent: 34 + type: Transform - uid: 386 components: - - type: Transform - pos: 6.5,-25.5 + - pos: 6.5,-25.5 parent: 34 + type: Transform - uid: 387 components: - - type: Transform - pos: -21.5,-9.5 + - pos: -21.5,-9.5 parent: 34 + type: Transform - uid: 389 components: - - type: Transform - pos: -20.5,-10.5 + - pos: -20.5,-10.5 parent: 34 + type: Transform - uid: 391 components: - - type: Transform - pos: 3.5,-25.5 + - pos: 3.5,-25.5 parent: 34 + type: Transform - uid: 394 components: - - type: Transform - pos: 1.5,-16.5 + - pos: 1.5,-16.5 parent: 34 + type: Transform - uid: 395 components: - - type: Transform - pos: 7.5,-16.5 + - pos: 7.5,-16.5 parent: 34 + type: Transform - uid: 407 components: - - type: Transform - pos: -23.5,-15.5 + - pos: -23.5,-15.5 parent: 34 + type: Transform - uid: 420 components: - - type: Transform - pos: -2.5,-15.5 + - pos: -2.5,-15.5 parent: 34 + type: Transform - uid: 421 components: - - type: Transform - pos: -2.5,-16.5 + - pos: -2.5,-16.5 parent: 34 + type: Transform - uid: 422 components: - - type: Transform - pos: -1.5,-16.5 + - pos: -1.5,-16.5 parent: 34 + type: Transform - uid: 423 components: - - type: Transform - pos: -0.5,-16.5 + - pos: -0.5,-16.5 parent: 34 + type: Transform - uid: 426 components: - - type: Transform - pos: 2.5,-16.5 + - pos: 2.5,-16.5 parent: 34 + type: Transform - uid: 427 components: - - type: Transform - pos: 3.5,-16.5 + - pos: 3.5,-16.5 parent: 34 + type: Transform - uid: 428 components: - - type: Transform - pos: 4.5,-16.5 + - pos: 4.5,-16.5 parent: 34 + type: Transform - uid: 430 components: - - type: Transform - pos: 6.5,-16.5 + - pos: 6.5,-16.5 parent: 34 + type: Transform - uid: 434 components: - - type: Transform - pos: -2.5,-17.5 + - pos: -2.5,-17.5 parent: 34 + type: Transform - uid: 436 components: - - type: Transform - pos: 10.5,-14.5 + - pos: 10.5,-14.5 parent: 34 + type: Transform - uid: 438 components: - - type: Transform - pos: 10.5,-15.5 + - pos: 10.5,-15.5 parent: 34 + type: Transform - uid: 445 components: - - type: Transform - pos: 3.5,-20.5 + - pos: 3.5,-20.5 parent: 34 + type: Transform - uid: 446 components: - - type: Transform - pos: -0.5,-21.5 + - pos: -0.5,-21.5 parent: 34 + type: Transform - uid: 452 components: - - type: Transform - pos: -2.5,-21.5 + - pos: -2.5,-21.5 parent: 34 + type: Transform - uid: 454 components: - - type: Transform - pos: 4.5,-21.5 + - pos: 4.5,-21.5 parent: 34 + type: Transform - uid: 455 components: - - type: Transform - pos: 3.5,-21.5 + - pos: 3.5,-21.5 parent: 34 + type: Transform - uid: 456 components: - - type: Transform - pos: 1.5,-21.5 + - pos: 1.5,-21.5 parent: 34 + type: Transform - uid: 462 components: - - type: Transform - pos: -27.5,-6.5 + - pos: -27.5,-6.5 parent: 34 + type: Transform - uid: 505 components: - - type: Transform - pos: -28.5,-6.5 + - pos: -28.5,-6.5 parent: 34 + type: Transform - uid: 507 components: - - type: Transform - pos: -25.5,-6.5 + - pos: -25.5,-6.5 parent: 34 + type: Transform - uid: 508 components: - - type: Transform - pos: -32.5,-8.5 + - pos: -32.5,-8.5 parent: 34 + type: Transform - uid: 511 components: - - type: Transform - pos: -23.5,-12.5 + - pos: -23.5,-12.5 parent: 34 + type: Transform - uid: 517 components: - - type: Transform - pos: -33.5,-13.5 + - pos: -33.5,-13.5 parent: 34 + type: Transform - uid: 518 components: - - type: Transform - pos: -33.5,-15.5 + - pos: -33.5,-15.5 parent: 34 + type: Transform - uid: 537 components: - - type: Transform - pos: -31.5,-16.5 + - pos: -31.5,-16.5 parent: 34 + type: Transform - uid: 540 components: - - type: Transform - pos: -32.5,-12.5 + - pos: -32.5,-12.5 parent: 34 + type: Transform - uid: 542 components: - - type: Transform - pos: -32.5,-7.5 + - pos: -32.5,-7.5 parent: 34 + type: Transform - uid: 544 components: - - type: Transform - pos: -20.5,-9.5 + - pos: -20.5,-9.5 parent: 34 + type: Transform - uid: 550 components: - - type: Transform - pos: -33.5,-12.5 + - pos: -33.5,-12.5 parent: 34 + type: Transform - uid: 552 components: - - type: Transform - pos: -31.5,-12.5 + - pos: -31.5,-12.5 parent: 34 + type: Transform - uid: 553 components: - - type: Transform - pos: -35.5,-12.5 + - pos: -35.5,-12.5 parent: 34 + type: Transform - uid: 558 components: - - type: Transform - pos: -23.5,-16.5 + - pos: -23.5,-16.5 parent: 34 + type: Transform - uid: 559 components: - - type: Transform - pos: -23.5,-17.5 + - pos: -23.5,-17.5 parent: 34 + type: Transform - uid: 560 components: - - type: Transform - pos: -23.5,-18.5 + - pos: -23.5,-18.5 parent: 34 + type: Transform - uid: 562 components: - - type: Transform - pos: -33.5,-14.5 + - pos: -33.5,-14.5 parent: 34 + type: Transform - uid: 563 components: - - type: Transform - pos: -33.5,-16.5 + - pos: -33.5,-16.5 parent: 34 + type: Transform - uid: 564 components: - - type: Transform - pos: -32.5,-16.5 + - pos: -32.5,-16.5 parent: 34 + type: Transform - uid: 577 components: - - type: Transform - pos: -23.5,-19.5 + - pos: -23.5,-19.5 parent: 34 + type: Transform - uid: 578 components: - - type: Transform - pos: -23.5,-20.5 + - pos: -23.5,-20.5 parent: 34 + type: Transform - uid: 584 components: - - type: Transform - pos: -23.5,-13.5 + - pos: -23.5,-13.5 parent: 34 + type: Transform - uid: 646 components: - - type: Transform - pos: -7.5,-28.5 + - pos: -7.5,-28.5 parent: 34 + type: Transform - uid: 651 components: - - type: Transform - pos: -9.5,-28.5 + - pos: -9.5,-28.5 parent: 34 + type: Transform - uid: 671 components: - - type: Transform - pos: -8.5,-28.5 + - pos: -8.5,-28.5 parent: 34 + type: Transform - uid: 691 components: - - type: Transform - pos: 5.5,-38.5 + - pos: 5.5,-38.5 parent: 34 + type: Transform - uid: 698 components: - - type: Transform - pos: -21.5,-24.5 + - pos: -21.5,-24.5 parent: 34 + type: Transform - uid: 711 components: - - type: Transform - pos: -26.5,-24.5 + - pos: -26.5,-24.5 parent: 34 + type: Transform - uid: 739 components: - - type: Transform - pos: 10.5,-13.5 + - pos: 10.5,-13.5 parent: 34 + type: Transform - uid: 741 components: - - type: Transform - pos: 9.5,-13.5 + - pos: 9.5,-13.5 parent: 34 + type: Transform - uid: 742 components: - - type: Transform - pos: 7.5,-6.5 + - pos: 7.5,-6.5 parent: 34 + type: Transform - uid: 743 components: - - type: Transform - pos: 8.5,-6.5 + - pos: 8.5,-6.5 parent: 34 + type: Transform - uid: 744 components: - - type: Transform - pos: 9.5,-6.5 + - pos: 9.5,-6.5 parent: 34 + type: Transform - uid: 745 components: - - type: Transform - pos: 10.5,-6.5 + - pos: 10.5,-6.5 parent: 34 + type: Transform - uid: 749 components: - - type: Transform - pos: 2.5,-2.5 + - pos: 2.5,-2.5 parent: 34 + type: Transform - uid: 842 components: - - type: Transform - pos: -12.5,-10.5 + - pos: -12.5,-10.5 parent: 34 + type: Transform - uid: 873 components: - - type: Transform - pos: -21.5,-8.5 + - pos: -21.5,-8.5 parent: 34 + type: Transform - uid: 879 components: - - type: Transform - pos: -16.5,-9.5 + - pos: -16.5,-9.5 parent: 34 + type: Transform - uid: 880 components: - - type: Transform - pos: -14.5,-9.5 + - pos: -14.5,-9.5 parent: 34 + type: Transform - uid: 913 components: - - type: Transform - pos: -27.5,-9.5 + - pos: -27.5,-9.5 parent: 34 + type: Transform - uid: 987 components: - - type: Transform - pos: -2.5,-31.5 + - pos: -2.5,-31.5 parent: 34 + type: Transform - uid: 1013 components: - - type: Transform - pos: -2.5,-20.5 + - pos: -2.5,-20.5 parent: 34 + type: Transform - uid: 1023 components: - - type: Transform - pos: 10.5,-16.5 + - pos: 10.5,-16.5 parent: 34 + type: Transform - uid: 1032 components: - - type: Transform - pos: 9.5,-12.5 + - pos: 9.5,-12.5 parent: 34 + type: Transform - uid: 1046 components: - - type: Transform - pos: -27.5,-27.5 + - pos: -27.5,-27.5 parent: 34 + type: Transform - uid: 1048 components: - - type: Transform - pos: -27.5,-25.5 + - pos: -27.5,-25.5 parent: 34 + type: Transform - uid: 1075 components: - - type: Transform - pos: -20.5,-24.5 + - pos: -20.5,-24.5 parent: 34 + type: Transform - uid: 1087 components: - - type: Transform - pos: -29.5,-28.5 + - pos: -29.5,-28.5 parent: 34 + type: Transform - uid: 1088 components: - - type: Transform - pos: -32.5,-28.5 + - pos: -32.5,-28.5 parent: 34 + type: Transform - uid: 1089 components: - - type: Transform - pos: -33.5,-28.5 + - pos: -33.5,-28.5 parent: 34 + type: Transform - uid: 1090 components: - - type: Transform - pos: -33.5,-27.5 + - pos: -33.5,-27.5 parent: 34 + type: Transform - uid: 1092 components: - - type: Transform - pos: -33.5,-25.5 + - pos: -33.5,-25.5 parent: 34 + type: Transform - uid: 1105 components: - - type: Transform - pos: -31.5,-28.5 + - pos: -31.5,-28.5 parent: 34 + type: Transform - uid: 1106 components: - - type: Transform - pos: -28.5,-28.5 + - pos: -28.5,-28.5 parent: 34 + type: Transform - uid: 1276 components: - - type: Transform - pos: -13.5,-9.5 + - pos: -13.5,-9.5 parent: 34 + type: Transform - uid: 1277 components: - - type: Transform - pos: 10.5,-25.5 + - pos: 10.5,-25.5 parent: 34 + type: Transform - uid: 1283 components: - - type: Transform - pos: 11.5,-25.5 + - pos: 11.5,-25.5 parent: 34 + type: Transform - uid: 1288 components: - - type: Transform - pos: 5.5,-42.5 + - pos: 5.5,-42.5 parent: 34 + type: Transform - uid: 1292 components: - - type: Transform - pos: -2.5,-34.5 + - pos: -2.5,-34.5 parent: 34 + type: Transform - uid: 1299 components: - - type: Transform - pos: 1.5,-34.5 + - pos: 1.5,-34.5 parent: 34 + type: Transform - uid: 1316 components: - - type: Transform - pos: -2.5,-36.5 + - pos: -2.5,-36.5 parent: 34 + type: Transform - uid: 1323 components: - - type: Transform - pos: 1.5,-35.5 + - pos: 1.5,-35.5 parent: 34 + type: Transform - uid: 1326 components: - - type: Transform - pos: 0.5,-34.5 + - pos: 0.5,-34.5 parent: 34 + type: Transform - uid: 1329 components: - - type: Transform - pos: 9.5,-39.5 + - pos: 9.5,-39.5 parent: 34 + type: Transform - uid: 1331 components: - - type: Transform - pos: 6.5,-38.5 + - pos: 6.5,-38.5 parent: 34 + type: Transform - uid: 1341 components: - - type: Transform - pos: 5.5,-43.5 + - pos: 5.5,-43.5 parent: 34 + type: Transform - uid: 1344 components: - - type: Transform - pos: 11.5,-29.5 + - pos: 11.5,-29.5 parent: 34 + type: Transform - uid: 1351 components: - - type: Transform - pos: 1.5,-31.5 + - pos: 1.5,-31.5 parent: 34 + type: Transform - uid: 1356 components: - - type: Transform - pos: 11.5,-28.5 + - pos: 11.5,-28.5 parent: 34 + type: Transform - uid: 1357 components: - - type: Transform - pos: 11.5,-27.5 + - pos: 11.5,-27.5 parent: 34 + type: Transform - uid: 1358 components: - - type: Transform - pos: 11.5,-26.5 + - pos: 11.5,-26.5 parent: 34 + type: Transform - uid: 1360 components: - - type: Transform - pos: 7.5,-30.5 + - pos: 7.5,-30.5 parent: 34 + type: Transform - uid: 1377 components: - - type: Transform - pos: -2.5,-37.5 + - pos: -2.5,-37.5 parent: 34 + type: Transform - uid: 1390 components: - - type: Transform - pos: 6.5,-29.5 + - pos: 6.5,-29.5 parent: 34 + type: Transform - uid: 1400 components: - - type: Transform - pos: 1.5,-38.5 + - pos: 1.5,-38.5 parent: 34 + type: Transform - uid: 1401 components: - - type: Transform - pos: 13.5,-39.5 + - pos: 13.5,-39.5 parent: 34 + type: Transform - uid: 1601 components: - - type: Transform - pos: -36.5,-28.5 + - pos: -36.5,-28.5 parent: 34 + type: Transform - uid: 1618 components: - - type: Transform - pos: 11.5,-2.5 + - pos: 11.5,-2.5 parent: 34 + type: Transform - uid: 1753 components: - - type: Transform - pos: -36.5,-29.5 + - pos: -36.5,-29.5 parent: 34 + type: Transform - uid: 1755 components: - - type: Transform - pos: -36.5,-34.5 + - pos: -36.5,-34.5 parent: 34 + type: Transform - uid: 1766 components: - - type: Transform - pos: -37.5,-28.5 + - pos: -37.5,-28.5 parent: 34 + type: Transform - uid: 1768 components: - - type: Transform - pos: -40.5,-28.5 + - pos: -40.5,-28.5 parent: 34 + type: Transform - uid: 1774 components: - - type: Transform - pos: -46.5,-32.5 + - pos: -46.5,-32.5 parent: 34 + type: Transform - uid: 1806 components: - - type: Transform - pos: 6.5,-26.5 + - pos: 6.5,-26.5 parent: 34 + type: Transform - uid: 1826 components: - - type: Transform - pos: 9.5,-9.5 + - pos: 9.5,-9.5 parent: 34 + type: Transform - uid: 1875 components: - - type: Transform - pos: 11.5,5.5 + - pos: 11.5,5.5 parent: 34 + type: Transform - uid: 2033 components: - - type: Transform - pos: -40.5,-2.5 + - pos: -40.5,-2.5 parent: 34 + type: Transform - uid: 2036 components: - - type: Transform - pos: -40.5,-5.5 + - pos: -40.5,-5.5 parent: 34 + type: Transform - uid: 2039 components: - - type: Transform - pos: -49.5,-5.5 + - pos: -49.5,-5.5 parent: 34 + type: Transform - uid: 2040 components: - - type: Transform - pos: -50.5,-5.5 + - pos: -50.5,-5.5 parent: 34 + type: Transform - uid: 2041 components: - - type: Transform - pos: -51.5,-5.5 + - pos: -51.5,-5.5 parent: 34 + type: Transform - uid: 2042 components: - - type: Transform - pos: -44.5,-5.5 + - pos: -44.5,-5.5 parent: 34 + type: Transform - uid: 2043 components: - - type: Transform - pos: -45.5,-5.5 + - pos: -45.5,-5.5 parent: 34 + type: Transform - uid: 2044 components: - - type: Transform - pos: -46.5,-5.5 + - pos: -46.5,-5.5 parent: 34 + type: Transform - uid: 2045 components: - - type: Transform - pos: -47.5,-5.5 + - pos: -47.5,-5.5 parent: 34 + type: Transform - uid: 2046 components: - - type: Transform - pos: -44.5,-2.5 + - pos: -44.5,-2.5 parent: 34 + type: Transform - uid: 2047 components: - - type: Transform - pos: -44.5,-3.5 + - pos: -44.5,-3.5 parent: 34 + type: Transform - uid: 2048 components: - - type: Transform - pos: -44.5,-4.5 + - pos: -44.5,-4.5 parent: 34 + type: Transform - uid: 2049 components: - - type: Transform - pos: -48.5,-5.5 + - pos: -48.5,-5.5 parent: 34 + type: Transform - uid: 2050 components: - - type: Transform - pos: -48.5,-4.5 + - pos: -48.5,-4.5 parent: 34 + type: Transform - uid: 2051 components: - - type: Transform - pos: -48.5,-3.5 + - pos: -48.5,-3.5 parent: 34 + type: Transform - uid: 2052 components: - - type: Transform - pos: -48.5,-2.5 + - pos: -48.5,-2.5 parent: 34 + type: Transform - uid: 2053 components: - - type: Transform - pos: -44.5,-6.5 + - pos: -44.5,-6.5 parent: 34 + type: Transform - uid: 2054 components: - - type: Transform - pos: -44.5,-7.5 + - pos: -44.5,-7.5 parent: 34 + type: Transform - uid: 2055 components: - - type: Transform - pos: -48.5,-6.5 + - pos: -48.5,-6.5 parent: 34 + type: Transform - uid: 2056 components: - - type: Transform - pos: -48.5,-7.5 + - pos: -48.5,-7.5 parent: 34 + type: Transform - uid: 2057 components: - - type: Transform - pos: -48.5,-8.5 + - pos: -48.5,-8.5 parent: 34 + type: Transform - uid: 2058 components: - - type: Transform - pos: -44.5,-8.5 + - pos: -44.5,-8.5 parent: 34 + type: Transform - uid: 2059 components: - - type: Transform - pos: -40.5,-8.5 + - pos: -40.5,-8.5 parent: 34 + type: Transform - uid: 2065 components: - - type: Transform - pos: -52.5,-8.5 + - pos: -52.5,-8.5 parent: 34 + type: Transform - uid: 2066 components: - - type: Transform - pos: -52.5,-2.5 + - pos: -52.5,-2.5 parent: 34 + type: Transform - uid: 2067 components: - - type: Transform - pos: -52.5,-4.5 + - pos: -52.5,-4.5 parent: 34 + type: Transform - uid: 2068 components: - - type: Transform - pos: -52.5,-5.5 + - pos: -52.5,-5.5 parent: 34 + type: Transform - uid: 2069 components: - - type: Transform - pos: -52.5,-7.5 + - pos: -52.5,-7.5 parent: 34 + type: Transform - uid: 2070 components: - - type: Transform - pos: -52.5,-6.5 + - pos: -52.5,-6.5 parent: 34 + type: Transform - uid: 2071 components: - - type: Transform - pos: -52.5,-3.5 - parent: 34 - - uid: 2073 - components: - - type: Transform - pos: -40.5,-13.5 - parent: 34 - - uid: 2074 - components: - - type: Transform - pos: -46.5,-11.5 + - pos: -52.5,-3.5 parent: 34 + type: Transform - uid: 2075 components: - - type: Transform - pos: -48.5,-11.5 - parent: 34 - - uid: 2076 - components: - - type: Transform - pos: -47.5,-11.5 + - pos: -48.5,-11.5 parent: 34 + type: Transform - uid: 2077 components: - - type: Transform - pos: -51.5,-11.5 + - pos: -51.5,-11.5 parent: 34 + type: Transform - uid: 2090 components: - - type: Transform - pos: -52.5,-11.5 + - pos: -52.5,-11.5 parent: 34 + type: Transform - uid: 2092 components: - - type: Transform - pos: -52.5,-1.5 - parent: 34 - - uid: 2093 - components: - - type: Transform - pos: -40.5,-11.5 - parent: 34 - - uid: 2094 - components: - - type: Transform - pos: -40.5,-14.5 + - pos: -52.5,-1.5 parent: 34 + type: Transform - uid: 2096 components: - - type: Transform - pos: -51.5,-8.5 + - pos: -51.5,-8.5 parent: 34 + type: Transform - uid: 2097 components: - - type: Transform - pos: -50.5,-8.5 + - pos: -50.5,-8.5 parent: 34 + type: Transform - uid: 2102 components: - - type: Transform - pos: -50.5,-2.5 + - pos: -50.5,-2.5 parent: 34 + type: Transform - uid: 2103 components: - - type: Transform - pos: -51.5,-2.5 + - pos: -51.5,-2.5 parent: 34 + type: Transform - uid: 2116 components: - - type: Transform - pos: -39.5,2.5 + - pos: -39.5,2.5 parent: 34 + type: Transform - uid: 2147 components: - - type: Transform - pos: 8.5,-25.5 + - pos: 8.5,-25.5 parent: 34 + type: Transform - uid: 2148 components: - - type: Transform - pos: 6.5,-27.5 + - pos: 6.5,-27.5 parent: 34 + type: Transform - uid: 2176 components: - - type: Transform - pos: -41.5,-8.5 + - pos: -41.5,-8.5 parent: 34 + type: Transform - uid: 2178 components: - - type: Transform - pos: -43.5,-2.5 + - pos: -43.5,-2.5 parent: 34 + type: Transform - uid: 2240 components: - - type: Transform - pos: -39.5,5.5 + - pos: -39.5,5.5 parent: 34 + type: Transform - uid: 2242 components: - - type: Transform - pos: -39.5,4.5 + - pos: -39.5,4.5 parent: 34 + type: Transform - uid: 2382 components: - - type: Transform - pos: -43.5,-24.5 + - pos: -43.5,-24.5 parent: 34 + type: Transform - uid: 2428 components: - - type: Transform - pos: 14.5,-37.5 + - pos: 14.5,-37.5 parent: 34 + type: Transform - uid: 2507 components: - - type: Transform - pos: -50.5,-11.5 - parent: 34 - - uid: 2509 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 34 - - uid: 2510 - components: - - type: Transform - pos: -42.5,-11.5 - parent: 34 - - uid: 2511 - components: - - type: Transform - pos: -41.5,-11.5 + - pos: -50.5,-11.5 parent: 34 + type: Transform - uid: 2542 components: - - type: Transform - pos: 22.5,-40.5 + - pos: 22.5,-40.5 parent: 34 + type: Transform - uid: 2561 components: - - type: Transform - pos: -39.5,1.5 + - pos: -39.5,1.5 parent: 34 + type: Transform - uid: 2599 components: - - type: Transform - pos: 20.5,-40.5 + - pos: 20.5,-40.5 parent: 34 + type: Transform - uid: 2600 components: - - type: Transform - pos: 17.5,-40.5 + - pos: 17.5,-40.5 parent: 34 + type: Transform - uid: 2602 components: - - type: Transform - pos: -52.5,-9.5 + - pos: -52.5,-9.5 parent: 34 + type: Transform - uid: 2611 components: - - type: Transform - pos: -39.5,0.5 + - pos: -39.5,0.5 parent: 34 + type: Transform - uid: 2667 components: - - type: Transform - pos: 16.5,-39.5 + - pos: 16.5,-39.5 parent: 34 + type: Transform - uid: 2672 components: - - type: Transform - pos: 11.5,-39.5 + - pos: 11.5,-39.5 parent: 34 + type: Transform - uid: 2705 components: - - type: Transform - pos: 6.5,-43.5 + - pos: 6.5,-43.5 parent: 34 + type: Transform - uid: 2739 components: - - type: Transform - pos: -22.5,-19.5 + - pos: -22.5,-19.5 parent: 34 + type: Transform - uid: 2743 components: - - type: Transform - pos: -23.5,-2.5 + - pos: -23.5,-2.5 parent: 34 + type: Transform - uid: 2921 components: - - type: Transform - pos: 3.5,-19.5 + - pos: 3.5,-19.5 parent: 34 + type: Transform - uid: 2922 components: - - type: Transform - pos: 3.5,-18.5 + - pos: 3.5,-18.5 parent: 34 + type: Transform - uid: 2939 components: - - type: Transform - pos: 8.5,-38.5 + - pos: 8.5,-38.5 parent: 34 + type: Transform - uid: 2940 components: - - type: Transform - pos: 8.5,-43.5 + - pos: 8.5,-43.5 parent: 34 + type: Transform - uid: 2943 components: - - type: Transform - pos: 6.5,-30.5 + - pos: 6.5,-30.5 parent: 34 + type: Transform - uid: 2945 components: - - type: Transform - pos: 7.5,-25.5 + - pos: 7.5,-25.5 parent: 34 + type: Transform - uid: 2960 components: - - type: Transform - pos: 10.5,-39.5 + - pos: 10.5,-39.5 parent: 34 + type: Transform - uid: 2961 components: - - type: Transform - pos: 9.5,-25.5 + - pos: 9.5,-25.5 parent: 34 + type: Transform - uid: 3073 components: - - type: Transform - pos: 6.5,-21.5 + - pos: 6.5,-21.5 parent: 34 + type: Transform - uid: 3080 components: - - type: Transform - pos: 12.5,-35.5 + - pos: 12.5,-35.5 parent: 34 + type: Transform - uid: 3224 components: - - type: Transform - pos: 23.5,-40.5 + - pos: 23.5,-40.5 parent: 34 + type: Transform - uid: 3225 components: - - type: Transform - pos: 23.5,-39.5 + - pos: 23.5,-39.5 parent: 34 + type: Transform - uid: 3282 components: - - type: Transform - pos: 18.5,-40.5 + - pos: 18.5,-40.5 parent: 34 + type: Transform - uid: 3283 components: - - type: Transform - pos: 19.5,-40.5 + - pos: 19.5,-40.5 parent: 34 + type: Transform - uid: 3447 components: - - type: Transform - pos: 3.5,-17.5 + - pos: 3.5,-17.5 parent: 34 + type: Transform - uid: 3454 components: - - type: Transform - pos: -56.5,2.5 + - pos: -56.5,2.5 parent: 34 + type: Transform - uid: 3467 components: - - type: Transform - pos: -55.5,2.5 + - pos: -55.5,2.5 parent: 34 + type: Transform - uid: 3483 components: - - type: Transform - pos: 21.5,-20.5 + - pos: 21.5,-20.5 parent: 34 + type: Transform - uid: 3531 components: - - type: Transform - pos: 27.5,-19.5 + - pos: 27.5,-19.5 parent: 34 + type: Transform - uid: 3535 components: - - type: Transform - pos: 21.5,-19.5 + - pos: 21.5,-19.5 parent: 34 + type: Transform - uid: 3545 components: - - type: Transform - pos: 30.5,-4.5 + - pos: 30.5,-4.5 parent: 34 + type: Transform - uid: 3562 components: - - type: Transform - pos: 25.5,-8.5 + - pos: 25.5,-8.5 parent: 34 + type: Transform - uid: 3570 components: - - type: Transform - pos: 25.5,-4.5 + - pos: 25.5,-4.5 parent: 34 + type: Transform - uid: 3649 components: - - type: Transform - pos: 15.5,9.5 + - pos: 15.5,9.5 parent: 34 + type: Transform - uid: 3855 components: - - type: Transform - pos: 17.5,-35.5 + - pos: 17.5,-35.5 parent: 34 + type: Transform - uid: 3864 components: - - type: Transform - pos: 18.5,-35.5 + - pos: 18.5,-35.5 parent: 34 + type: Transform - uid: 3866 components: - - type: Transform - pos: 19.5,-32.5 + - pos: 19.5,-32.5 parent: 34 + type: Transform - uid: 3871 components: - - type: Transform - pos: 19.5,-27.5 + - pos: 19.5,-27.5 parent: 34 + type: Transform - uid: 3872 components: - - type: Transform - pos: 19.5,-26.5 + - pos: 19.5,-26.5 parent: 34 + type: Transform - uid: 3873 components: - - type: Transform - pos: 19.5,-25.5 + - pos: 19.5,-25.5 parent: 34 + type: Transform - uid: 3892 components: - - type: Transform - pos: 19.5,-35.5 + - pos: 19.5,-35.5 parent: 34 + type: Transform - uid: 3893 components: - - type: Transform - pos: 19.5,-34.5 + - pos: 19.5,-34.5 parent: 34 + type: Transform - uid: 3927 components: - - type: Transform - pos: 14.5,-25.5 + - pos: 14.5,-25.5 parent: 34 + type: Transform - uid: 3928 components: - - type: Transform - pos: 16.5,-25.5 + - pos: 16.5,-25.5 parent: 34 + type: Transform - uid: 3974 components: - - type: Transform - pos: 1.5,-46.5 + - pos: 1.5,-46.5 parent: 34 + type: Transform - uid: 3976 components: - - type: Transform - pos: 3.5,-46.5 + - pos: 3.5,-46.5 parent: 34 + type: Transform - uid: 3977 components: - - type: Transform - pos: 4.5,-46.5 + - pos: 4.5,-46.5 parent: 34 + type: Transform - uid: 3978 components: - - type: Transform - pos: 5.5,-46.5 + - pos: 5.5,-46.5 parent: 34 + type: Transform - uid: 3979 components: - - type: Transform - pos: 6.5,-46.5 + - pos: 6.5,-46.5 parent: 34 + type: Transform - uid: 3991 components: - - type: Transform - pos: 13.5,-35.5 + - pos: 13.5,-35.5 parent: 34 + type: Transform - uid: 3994 components: - - type: Transform - pos: 12.5,-39.5 + - pos: 12.5,-39.5 parent: 34 + type: Transform - uid: 3996 components: - - type: Transform - pos: 16.5,-40.5 + - pos: 16.5,-40.5 parent: 34 + type: Transform - uid: 3997 components: - - type: Transform - pos: 2.5,-42.5 + - pos: 2.5,-42.5 parent: 34 + type: Transform - uid: 4000 components: - - type: Transform - pos: 19.5,-39.5 + - pos: 19.5,-39.5 parent: 34 + type: Transform - uid: 4049 components: - - type: Transform - pos: -10.5,-44.5 + - pos: -10.5,-44.5 parent: 34 + type: Transform - uid: 4066 components: - - type: Transform - pos: -6.5,-44.5 + - pos: -6.5,-44.5 parent: 34 + type: Transform - uid: 4171 components: - - type: Transform - pos: 27.5,-15.5 + - pos: 27.5,-15.5 parent: 34 + type: Transform - uid: 4269 components: - - type: Transform - pos: 34.5,-25.5 + - pos: 34.5,-25.5 parent: 34 + type: Transform - uid: 4271 components: - - type: Transform - pos: 31.5,-26.5 + - pos: 31.5,-26.5 parent: 34 + type: Transform - uid: 4314 components: - - type: Transform - pos: 28.5,-25.5 + - pos: 28.5,-25.5 parent: 34 + type: Transform - uid: 4319 components: - - type: Transform - pos: 35.5,-31.5 + - pos: 35.5,-31.5 parent: 34 + type: Transform - uid: 4324 components: - - type: Transform - pos: 35.5,-36.5 + - pos: 35.5,-36.5 parent: 34 + type: Transform - uid: 4331 components: - - type: Transform - pos: 35.5,-37.5 + - pos: 35.5,-37.5 parent: 34 + type: Transform - uid: 4334 components: - - type: Transform - pos: 38.5,-37.5 + - pos: 38.5,-37.5 parent: 34 + type: Transform - uid: 4335 components: - - type: Transform - pos: 39.5,-37.5 + - pos: 39.5,-37.5 parent: 34 + type: Transform - uid: 4336 components: - - type: Transform - pos: 40.5,-37.5 + - pos: 40.5,-37.5 parent: 34 + type: Transform - uid: 4351 components: - - type: Transform - pos: 14.5,-36.5 + - pos: 14.5,-36.5 parent: 34 + type: Transform - uid: 4360 components: - - type: Transform - pos: 11.5,-43.5 + - pos: 11.5,-43.5 parent: 34 + type: Transform - uid: 4361 components: - - type: Transform - pos: 10.5,-43.5 + - pos: 10.5,-43.5 parent: 34 + type: Transform - uid: 4362 components: - - type: Transform - pos: 9.5,-43.5 + - pos: 9.5,-43.5 parent: 34 + type: Transform - uid: 4364 components: - - type: Transform - pos: 7.5,-43.5 + - pos: 7.5,-43.5 parent: 34 + type: Transform - uid: 4382 components: - - type: Transform - pos: 35.5,-38.5 + - pos: 35.5,-38.5 parent: 34 + type: Transform - uid: 4406 components: - - type: Transform - pos: -18.5,1.5 + - pos: -18.5,1.5 parent: 34 + type: Transform - uid: 4635 components: - - type: Transform - pos: 45.5,2.5 + - pos: 45.5,2.5 parent: 34 + type: Transform - uid: 4636 components: - - type: Transform - pos: 44.5,2.5 + - pos: 44.5,2.5 parent: 34 + type: Transform - uid: 4867 components: - - type: Transform - pos: 32.5,-20.5 + - pos: 32.5,-20.5 parent: 34 + type: Transform - uid: 4880 components: - - type: Transform - pos: 27.5,-18.5 + - pos: 27.5,-18.5 parent: 34 + type: Transform - uid: 4881 components: - - type: Transform - pos: 27.5,-16.5 + - pos: 27.5,-16.5 parent: 34 + type: Transform - uid: 4966 components: - - type: Transform - pos: 24.5,9.5 + - pos: 24.5,9.5 parent: 34 + type: Transform - uid: 4970 components: - - type: Transform - pos: 27.5,9.5 + - pos: 27.5,9.5 parent: 34 + type: Transform - uid: 4971 components: - - type: Transform - pos: 25.5,9.5 + - pos: 25.5,9.5 parent: 34 + type: Transform - uid: 4973 components: - - type: Transform - pos: 20.5,10.5 + - pos: 20.5,10.5 parent: 34 + type: Transform - uid: 4980 components: - - type: Transform - pos: 20.5,7.5 + - pos: 20.5,7.5 parent: 34 + type: Transform - uid: 4981 components: - - type: Transform - pos: 20.5,6.5 + - pos: 20.5,6.5 parent: 34 + type: Transform - uid: 4988 components: - - type: Transform - pos: 19.5,7.5 + - pos: 19.5,7.5 parent: 34 + type: Transform - uid: 4989 components: - - type: Transform - pos: 18.5,7.5 + - pos: 18.5,7.5 parent: 34 + type: Transform - uid: 4990 components: - - type: Transform - pos: 17.5,7.5 + - pos: 17.5,7.5 parent: 34 + type: Transform - uid: 4991 components: - - type: Transform - pos: 16.5,7.5 + - pos: 16.5,7.5 parent: 34 + type: Transform - uid: 4992 components: - - type: Transform - pos: 15.5,7.5 + - pos: 15.5,7.5 parent: 34 + type: Transform - uid: 4999 components: - - type: Transform - pos: 15.5,6.5 + - pos: 15.5,6.5 parent: 34 + type: Transform - uid: 5402 components: - - type: Transform - pos: 34.5,-45.5 + - pos: 34.5,-45.5 parent: 34 + type: Transform - uid: 5570 components: - - type: Transform - pos: 3.5,9.5 + - pos: 3.5,9.5 parent: 34 + type: Transform - uid: 5626 components: - - type: Transform - pos: -38.5,0.5 + - pos: -38.5,0.5 parent: 34 + type: Transform - uid: 5668 components: - - type: Transform - pos: -40.5,0.5 + - pos: -40.5,0.5 parent: 34 + type: Transform - uid: 5677 components: - - type: Transform - pos: -36.5,0.5 + - pos: -36.5,0.5 parent: 34 + type: Transform - uid: 5943 components: - - type: Transform - pos: 6.5,4.5 + - pos: 6.5,4.5 parent: 34 + type: Transform - uid: 5952 components: - - type: Transform - pos: 5.5,9.5 + - pos: 5.5,9.5 parent: 34 + type: Transform - uid: 6108 components: - - type: Transform - pos: 11.5,4.5 + - pos: 11.5,4.5 parent: 34 + type: Transform - uid: 6127 components: - - type: Transform - pos: 6.5,2.5 + - pos: 6.5,2.5 parent: 34 + type: Transform - uid: 6130 components: - - type: Transform - pos: 4.5,9.5 + - pos: 4.5,9.5 parent: 34 + type: Transform - uid: 6141 components: - - type: Transform - pos: -4.5,9.5 + - pos: -4.5,9.5 parent: 34 + type: Transform - uid: 6144 components: - - type: Transform - pos: -4.5,7.5 + - pos: -4.5,7.5 parent: 34 + type: Transform - uid: 6147 components: - - type: Transform - pos: 6.5,3.5 + - pos: 6.5,3.5 parent: 34 + type: Transform - uid: 6388 components: - - type: Transform - pos: 12.5,-40.5 + - pos: 12.5,-40.5 parent: 34 - - uid: 6567 + type: Transform + - uid: 6730 components: - - type: Transform - pos: -44.5,-11.5 + - pos: 23.5,10.5 parent: 34 - - uid: 6730 + type: Transform + - uid: 7179 components: - - type: Transform - pos: 23.5,10.5 + - pos: -40.5,-21.5 parent: 34 + type: Transform - uid: 7741 components: - - type: Transform - pos: 12.5,-42.5 + - pos: 12.5,-42.5 parent: 34 + type: Transform - uid: 7742 components: - - type: Transform - pos: 2.5,-43.5 + - pos: 2.5,-43.5 parent: 34 + type: Transform - uid: 7755 components: - - type: Transform - pos: 9.5,-38.5 + - pos: 9.5,-38.5 parent: 34 + type: Transform - uid: 7846 components: - - type: Transform - pos: 12.5,-43.5 + - pos: 12.5,-43.5 parent: 34 + type: Transform - uid: 8004 components: - - type: Transform - pos: 2.5,-46.5 + - pos: 2.5,-46.5 parent: 34 + type: Transform - uid: 8035 components: - - type: Transform - pos: -3.5,9.5 + - pos: -3.5,9.5 parent: 34 + type: Transform - uid: 8116 components: - - type: Transform - pos: -4.5,8.5 + - pos: -4.5,8.5 parent: 34 + type: Transform - uid: 8413 components: - - type: Transform - pos: 14.5,-38.5 + - pos: 14.5,-38.5 parent: 34 + type: Transform - uid: 8501 components: - - type: Transform - pos: -6.5,-40.5 + - pos: -6.5,-40.5 parent: 34 + type: Transform - uid: 9033 components: - - type: Transform - pos: 4.5,-43.5 + - pos: 4.5,-43.5 parent: 34 + type: Transform - uid: 9289 components: - - type: Transform - pos: -52.5,-10.5 + - pos: -52.5,-10.5 parent: 34 + type: Transform - uid: 10009 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 + - pos: 6.5,-1.5 parent: 34 + type: Transform - uid: 10370 components: - - type: Transform - pos: 2.5,9.5 + - pos: 2.5,9.5 parent: 34 + type: Transform - uid: 10381 components: - - type: Transform - pos: 10.5,9.5 + - pos: 10.5,9.5 parent: 34 + type: Transform - uid: 10449 components: - - type: Transform - pos: 9.5,9.5 + - pos: 9.5,9.5 parent: 34 + type: Transform - uid: 10463 components: - - type: Transform - pos: 7.5,-38.5 + - pos: 7.5,-38.5 parent: 34 + type: Transform - uid: 10593 components: - - type: Transform - pos: 24.5,-8.5 + - pos: 24.5,-8.5 parent: 34 + type: Transform - uid: 10622 components: - - type: Transform - pos: 23.5,9.5 + - pos: 23.5,9.5 parent: 34 + type: Transform - uid: 10711 components: - - type: Transform - pos: 2.5,-44.5 + - pos: 2.5,-44.5 parent: 34 + type: Transform - uid: 10714 components: - - type: Transform - pos: 17.5,-42.5 + - pos: 17.5,-42.5 parent: 34 + type: Transform - uid: 10788 components: - - type: Transform - pos: 14.5,-39.5 + - pos: 14.5,-39.5 parent: 34 + type: Transform - uid: 10829 components: - - type: Transform - pos: 11.5,9.5 + - pos: 11.5,9.5 parent: 34 + type: Transform - uid: 11202 components: - - type: Transform - pos: 23.5,12.5 + - pos: 23.5,12.5 parent: 34 + type: Transform - uid: 11206 components: - - type: Transform - pos: 23.5,11.5 + - pos: 23.5,11.5 parent: 34 + type: Transform - uid: 11263 components: - - type: Transform - pos: 28.5,9.5 + - pos: 28.5,9.5 parent: 34 + type: Transform - uid: 11381 components: - - type: Transform - pos: 6.5,9.5 + - pos: 6.5,9.5 parent: 34 + type: Transform - uid: 11399 components: - - type: Transform - pos: 7.5,9.5 + - pos: 7.5,9.5 parent: 34 + type: Transform - uid: 11437 components: - - type: Transform - pos: -1.5,9.5 + - pos: -1.5,9.5 parent: 34 + type: Transform - uid: 11623 components: - - type: Transform - pos: 1.5,9.5 + - pos: 1.5,9.5 + parent: 34 + type: Transform + - uid: 11703 + components: + - pos: -40.5,-20.5 parent: 34 + type: Transform - uid: 11715 components: - - type: Transform - pos: -2.5,9.5 + - pos: -2.5,9.5 parent: 34 + type: Transform - uid: 11786 components: - - type: Transform - pos: 6.5,6.5 + - pos: 6.5,6.5 parent: 34 + type: Transform - uid: 11807 components: - - type: Transform - pos: -0.5,9.5 + - pos: -0.5,9.5 parent: 34 + type: Transform - uid: 11810 components: - - type: Transform - pos: 6.5,5.5 + - pos: 6.5,5.5 parent: 34 + type: Transform - uid: 12231 components: - - type: Transform - pos: 6.5,8.5 + - pos: 6.5,8.5 parent: 34 + type: Transform - uid: 12238 components: - - type: Transform - pos: 6.5,7.5 + - pos: 6.5,7.5 parent: 34 + type: Transform - uid: 12425 components: - - type: Transform - pos: 2.5,-38.5 + - pos: 2.5,-38.5 parent: 34 + type: Transform - uid: 12935 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-2.5 + - pos: 6.5,-2.5 parent: 34 + type: Transform - proto: WallSolidRust entities: - uid: 3462 components: - - type: Transform - pos: -54.5,9.5 + - pos: -54.5,9.5 parent: 34 + type: Transform - uid: 3471 components: - - type: Transform - pos: -53.5,9.5 + - pos: -53.5,9.5 parent: 34 + type: Transform - uid: 4982 components: - - type: Transform - pos: 22.5,10.5 + - pos: 22.5,10.5 parent: 34 + type: Transform - uid: 4983 components: - - type: Transform - pos: 21.5,10.5 + - pos: 21.5,10.5 parent: 34 + type: Transform - uid: 11164 components: - - type: Transform - pos: -52.5,9.5 + - pos: -52.5,9.5 parent: 34 + type: Transform - proto: WallWeaponCapacitorRecharger entities: - uid: 3586 components: - - type: Transform - pos: 27.5,5.5 + - pos: 27.5,5.5 parent: 34 + type: Transform - uid: 4496 components: - - type: Transform - pos: 28.5,5.5 + - pos: 28.5,5.5 parent: 34 + type: Transform - proto: WallWood entities: - uid: 2109 components: - - type: Transform - pos: -52.5,2.5 + - pos: -52.5,2.5 parent: 34 + type: Transform - uid: 2111 components: - - type: Transform - pos: -51.5,3.5 + - pos: -51.5,3.5 parent: 34 + type: Transform - uid: 2113 components: - - type: Transform - pos: -47.5,2.5 + - pos: -47.5,2.5 parent: 34 + type: Transform - uid: 2114 components: - - type: Transform - pos: -47.5,1.5 + - pos: -47.5,1.5 parent: 34 + type: Transform - uid: 2117 components: - - type: Transform - pos: -52.5,1.5 + - pos: -52.5,1.5 parent: 34 + type: Transform - uid: 2118 components: - - type: Transform - pos: -52.5,0.5 + - pos: -52.5,0.5 parent: 34 + type: Transform - uid: 5046 components: - - type: Transform - pos: -52.5,3.5 + - pos: -52.5,3.5 parent: 34 + type: Transform - uid: 5047 components: - - type: Transform - pos: -50.5,3.5 + - pos: -50.5,3.5 parent: 34 + type: Transform - uid: 5048 components: - - type: Transform - pos: -49.5,3.5 + - pos: -49.5,3.5 parent: 34 + type: Transform - uid: 5049 components: - - type: Transform - pos: -48.5,3.5 + - pos: -48.5,3.5 parent: 34 + type: Transform - uid: 5051 components: - - type: Transform - pos: -42.5,0.5 + - pos: -42.5,0.5 parent: 34 + type: Transform - uid: 5052 components: - - type: Transform - pos: -42.5,1.5 + - pos: -42.5,1.5 parent: 34 + type: Transform - uid: 5053 components: - - type: Transform - pos: -42.5,2.5 + - pos: -42.5,2.5 parent: 34 + type: Transform - uid: 5054 components: - - type: Transform - pos: -42.5,3.5 + - pos: -42.5,3.5 parent: 34 + type: Transform - uid: 5055 components: - - type: Transform - pos: -43.5,3.5 + - pos: -43.5,3.5 parent: 34 + type: Transform - uid: 5056 components: - - type: Transform - pos: -44.5,3.5 + - pos: -44.5,3.5 parent: 34 + type: Transform - uid: 5057 components: - - type: Transform - pos: -45.5,3.5 + - pos: -45.5,3.5 parent: 34 + type: Transform - uid: 5058 components: - - type: Transform - pos: -46.5,3.5 + - pos: -46.5,3.5 parent: 34 + type: Transform - uid: 5808 components: - - type: Transform - pos: -47.5,3.5 + - pos: -47.5,3.5 parent: 34 + type: Transform - uid: 5886 components: - - type: Transform - pos: -53.5,2.5 + - pos: -53.5,2.5 parent: 34 + type: Transform - proto: WardrobeCargoFilled entities: - uid: 10970 components: - - type: Transform - pos: -11.5,-29.5 + - pos: -11.5,-29.5 parent: 34 + type: Transform - proto: WardrobeFormal entities: - uid: 5960 components: - - type: Transform - pos: 7.5,-7.5 + - pos: 7.5,-7.5 parent: 34 + type: Transform - proto: WardrobeGreyFilled entities: - uid: 2208 components: - - type: Transform - pos: -50.5,-6.5 + - pos: -50.5,-6.5 parent: 34 + type: Transform - proto: WardrobeMixedFilled entities: - uid: 2120 components: - - type: Transform - pos: -43.5,1.5 + - pos: -43.5,1.5 parent: 34 + type: Transform - proto: WardrobePrisonFilled entities: - uid: 3392 components: - - type: Transform - pos: 16.5,-10.5 + - pos: 16.5,-10.5 parent: 34 + type: Transform - proto: WarningCO2 entities: - uid: 10966 components: - - type: Transform - pos: -49.5,-37.5 + - pos: -49.5,-37.5 parent: 34 + type: Transform - proto: WarningN2 entities: - uid: 1199 components: - - type: Transform - pos: -39.5,-40.5 + - pos: -39.5,-40.5 parent: 34 + type: Transform - proto: WarningO2 entities: - uid: 1198 components: - - type: Transform - pos: -39.5,-42.5 + - pos: -39.5,-42.5 parent: 34 + type: Transform - proto: WarningPlasma entities: - uid: 1201 components: - - type: MetaData - name: plasma warning sign - - type: Transform - pos: -39.5,-44.5 + - name: plasma warning sign + type: MetaData + - pos: -39.5,-44.5 parent: 34 + type: Transform - proto: WarningWaste entities: - uid: 1200 components: - - type: Transform - pos: -39.5,-46.5 + - pos: -39.5,-46.5 parent: 34 + type: Transform - proto: WarpPoint entities: - uid: 11316 components: - - type: Transform - pos: -44.5,-41.5 + - pos: -44.5,-41.5 parent: 34 - - type: WarpPoint - location: atmospherics + type: Transform + - location: atmospherics + type: WarpPoint - uid: 11319 components: - - type: Transform - pos: 22.5,-7.5 + - pos: 22.5,-7.5 parent: 34 - - type: WarpPoint - location: security - - type: NavMapBeacon - text: Security + type: Transform + - location: security + type: WarpPoint + - text: Security + type: NavMapBeacon - uid: 11320 components: - - type: Transform - pos: 42.5,-2.5 + - pos: 42.5,-2.5 parent: 34 - - type: WarpPoint - location: perma + type: Transform + - location: perma + type: WarpPoint - uid: 11324 components: - - type: Transform - pos: -0.5,-48.5 + - pos: -0.5,-48.5 parent: 34 - - type: WarpPoint - location: evac south - - type: NavMapBeacon - text: evac south + type: Transform + - location: evac south + type: WarpPoint + - text: evac south + type: NavMapBeacon - uid: 11325 components: - - type: Transform - pos: 15.5,-30.5 + - pos: 15.5,-30.5 parent: 34 - - type: WarpPoint - location: courtroom + type: Transform + - location: courtroom + type: WarpPoint + - text: Court + type: NavMapBeacon - uid: 11326 components: - - type: Transform - pos: 9.5,14.5 + - pos: 9.5,14.5 + parent: 34 + type: Transform + - location: evac north + type: WarpPoint + - text: evac north + type: NavMapBeacon + - uid: 13006 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 34 + type: Transform + - text: Bar + type: NavMapBeacon +- proto: WarpPointBeaconCargo + entities: + - uid: 11321 + components: + - pos: -10.5,-31.5 + parent: 34 + type: Transform + - location: logistics + type: WarpPoint +- proto: WarpPointBeaconCommand + entities: + - uid: 12919 + components: + - pos: 31.5,-34.5 + parent: 34 + type: Transform +- proto: WarpPointBeaconEngineering + entities: + - uid: 11015 + components: + - pos: -32.5,-37.5 + parent: 34 + type: Transform +- proto: WarpPointBeaconMedical + entities: + - uid: 10915 + components: + - pos: 4.5,-34.5 + parent: 34 + type: Transform +- proto: WarpPointBeaconScience + entities: + - uid: 10916 + components: + - pos: -30.5,-9.5 + parent: 34 + type: Transform + - location: epistemics + type: WarpPoint +- proto: WarpPointBeaconSecurity + entities: + - uid: 11318 + components: + - pos: 24.5,-12.5 parent: 34 - - type: WarpPoint - location: evac north - - type: NavMapBeacon - text: evac north + type: Transform +- proto: WarpPointBeaconService + entities: + - uid: 10917 + components: + - pos: -13.5,-5.5 + parent: 34 + type: Transform - proto: WarpPointBombing entities: - uid: 6490 components: - - type: Transform - pos: 8.5,-27.5 + - pos: 8.5,-27.5 parent: 34 - - type: WarpPoint - location: surgery - - uid: 9983 + type: Transform + - location: surgery + type: WarpPoint + - uid: 7494 components: - - type: Transform - pos: -8.5,-16.5 + - pos: -45.5,-17.5 parent: 34 - - type: WarpPoint - location: central square - - uid: 11315 + type: Transform + - location: robotics + type: WarpPoint + - uid: 9983 components: - - type: Transform - pos: -43.5,-5.5 + - pos: -8.5,-16.5 parent: 34 - - type: WarpPoint - location: dorms - - uid: 12350 + type: Transform + - location: central square + type: WarpPoint + - uid: 11315 components: - - type: Transform - pos: -45.5,-20.5 + - pos: -43.5,-5.5 parent: 34 - - type: WarpPoint - location: robotics + type: Transform + - location: dorms + type: WarpPoint - uid: 12916 components: - - type: Transform - pos: 25.5,-34.5 + - pos: 25.5,-34.5 parent: 34 - - type: WarpPoint - location: vault + type: Transform + - location: vault + type: WarpPoint - uid: 12918 components: - - type: Transform - pos: -24.5,4.5 + - pos: -24.5,4.5 parent: 34 - - type: WarpPoint - location: engineering checkpoint + type: Transform + - location: engineering checkpoint + type: WarpPoint - proto: WashingMachineFilledClothes entities: - uid: 8890 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -51.5,-3.5 parent: 34 + type: Transform - proto: WaterCooler entities: - uid: 17 components: - - type: Transform - pos: -9.5,5.5 - parent: 34 - - uid: 2084 - components: - - type: Transform - pos: -42.5,-20.5 + - pos: -9.5,5.5 parent: 34 + type: Transform - uid: 2190 components: - - type: Transform - pos: -41.5,-5.5 + - pos: -41.5,-5.5 parent: 34 + type: Transform - uid: 3856 components: - - type: Transform - pos: 31.5,-13.5 + - pos: 31.5,-13.5 parent: 34 + type: Transform - uid: 4157 components: - - type: Transform - pos: 25.5,-10.5 + - pos: 25.5,-10.5 parent: 34 + type: Transform - uid: 4444 components: - - type: Transform - pos: 37.5,-31.5 + - pos: 37.5,-31.5 parent: 34 + type: Transform - uid: 10743 components: - - type: Transform - pos: 7.5,6.5 + - pos: 7.5,6.5 + parent: 34 + type: Transform + - uid: 12419 + components: + - pos: -47.5,-14.5 parent: 34 + type: Transform - uid: 12531 components: - - type: Transform - pos: -47.5,-24.5 + - pos: -47.5,-24.5 parent: 34 + type: Transform - uid: 12545 components: - - type: Transform - pos: -7.5,-31.5 + - pos: -7.5,-31.5 parent: 34 + type: Transform - proto: WaterTankFull entities: - uid: 4714 components: - - type: Transform - pos: 36.5,5.5 + - pos: 36.5,5.5 parent: 34 + type: Transform - uid: 5557 components: - - type: Transform - pos: -18.5,2.5 + - pos: -18.5,2.5 parent: 34 + type: Transform - proto: WaterTankHighCapacity entities: - uid: 876 components: - - type: Transform - pos: -17.5,-8.5 + - pos: -17.5,-8.5 parent: 34 + type: Transform - proto: WaterVaporCanister entities: - uid: 12326 components: - - type: Transform - pos: -52.5,-30.5 + - pos: -52.5,-30.5 parent: 34 - - type: AtmosDevice - joinedGrid: 34 + type: Transform + - joinedGrid: 34 + type: AtmosDevice - proto: WeaponCapacitorRecharger entities: - uid: 3598 components: - - type: Transform - pos: 18.5,-20.5 + - pos: 18.5,-20.5 parent: 34 + type: Transform - uid: 10760 components: - - type: Transform - pos: 33.5,-31.5 + - pos: 33.5,-31.5 parent: 34 + type: Transform - proto: WeaponDisabler entities: - uid: 3713 components: - - type: Transform - pos: 22.34301,-19.588076 + - pos: 22.34301,-19.588076 parent: 34 + type: Transform - uid: 3723 components: - - type: Transform - pos: 22.634678,-19.421293 + - pos: 22.634678,-19.421293 parent: 34 + type: Transform - uid: 3724 components: - - type: Transform - pos: 22.31176,-19.264936 + - pos: 22.31176,-19.264936 parent: 34 + type: Transform - uid: 10761 components: - - type: Transform - pos: 34.069336,-31.35018 + - pos: 34.069336,-31.35018 parent: 34 + type: Transform - proto: WeaponLaserCarbine entities: - uid: 3736 components: - - type: Transform - pos: 26.565401,3.7038927 + - pos: 26.565401,3.7038927 parent: 34 + type: Transform - uid: 3737 components: - - type: Transform - pos: 26.513319,3.4224472 + - pos: 26.513319,3.4224472 parent: 34 + type: Transform - proto: WeaponLauncherRocket entities: - uid: 3741 components: - - type: Transform - pos: 29.395697,4.62251 + - pos: 29.395697,4.62251 parent: 34 + type: Transform - uid: 4499 components: - - type: Transform - pos: 29.57278,4.3827605 + - pos: 29.57278,4.3827605 parent: 34 + type: Transform - proto: WeaponRifleBB entities: - uid: 12483 components: - - type: Transform - pos: 41.015553,-16.55187 + - pos: 41.015553,-16.55187 parent: 34 + type: Transform - proto: WeaponRifleLecter entities: - uid: 3738 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.263319,4.548229 parent: 34 + type: Transform - uid: 3739 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 26.669569,4.548229 parent: 34 + type: Transform - proto: WeaponShotgunKammerer entities: - uid: 3733 components: - - type: Transform - pos: 29.461235,3.6309257 + - pos: 29.461235,3.6309257 parent: 34 + type: Transform - uid: 3734 components: - - type: Transform - pos: 29.502901,3.3911757 + - pos: 29.502901,3.3911757 parent: 34 + type: Transform - proto: WeldingFuelTankFull entities: - uid: 5566 components: - - type: Transform - pos: -13.5,2.5 + - pos: -13.5,2.5 parent: 34 + type: Transform - uid: 6222 components: - - type: Transform - pos: 34.5,6.5 + - pos: 34.5,6.5 parent: 34 + type: Transform - uid: 10356 components: - - type: Transform - pos: 7.5,-13.5 + - pos: 7.5,-13.5 parent: 34 + type: Transform - uid: 11165 components: - - type: MetaData - desc: Fred insists it's alright to put the fuel tank here. Take it up with him if you have a problem with it. - - type: Transform - pos: -54.5,10.5 + - desc: Fred insists it's alright to put the fuel tank here. Take it up with him if you have a problem with it. + type: MetaData + - pos: -54.5,10.5 parent: 34 + type: Transform - uid: 11478 components: - - type: Transform - pos: -35.5,-25.5 + - pos: -35.5,-25.5 parent: 34 + type: Transform - uid: 12157 components: - - type: Transform - pos: -54.5,-7.5 + - pos: -54.5,-7.5 parent: 34 + type: Transform - proto: WetFloorSign entities: - uid: 11925 components: - - type: Transform - pos: 4.345566,-19.175034 + - pos: 4.345566,-19.175034 parent: 34 + type: Transform - uid: 11934 components: - - type: Transform - pos: 4.480983,-19.341816 + - pos: 4.480983,-19.341816 parent: 34 + type: Transform - proto: Windoor entities: - uid: 478 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -10.5,-16.5 parent: 34 + type: Transform - uid: 5514 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 38.5,-38.5 parent: 34 + type: Transform - uid: 10310 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,9.5 parent: 34 + type: Transform - proto: WindoorBarLocked entities: - uid: 729 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 34 + type: Transform - uid: 12789 components: - - type: Transform - pos: -6.5,9.5 + - pos: -6.5,9.5 parent: 34 + type: Transform - proto: WindoorHydroponicsLocked entities: - uid: 274 components: - - type: MetaData - name: snack window - - type: Transform - pos: -18.5,-2.5 + - name: snack window + type: MetaData + - pos: -18.5,-2.5 parent: 34 + type: Transform - uid: 277 components: - - type: MetaData - name: snack window - - type: Transform - pos: -19.5,-2.5 + - name: snack window + type: MetaData + - pos: -19.5,-2.5 parent: 34 + type: Transform - uid: 12240 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -13.5,-8.5 parent: 34 + type: Transform - proto: WindoorKitchenLocked entities: - uid: 223 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -13.5,-8.5 parent: 34 + type: Transform - proto: WindoorSecure entities: - uid: 11328 components: - - type: Transform - pos: -18.5,-20.5 + - pos: -18.5,-20.5 parent: 34 + type: Transform - proto: WindoorSecureArmoryLocked entities: - uid: 3700 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,-0.5 parent: 34 + type: Transform - uid: 3701 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 24.5,0.5 parent: 34 + type: Transform - proto: WindoorSecureCargoLocked entities: - uid: 1885 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -15.5,-26.5 parent: 34 + type: Transform - uid: 1900 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -6.5,-25.5 parent: 34 + type: Transform - proto: WindoorSecureChemistryLocked entities: - uid: 1385 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-27.5 parent: 34 + type: Transform - uid: 2685 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -0.5,-30.5 parent: 34 + type: Transform - uid: 2687 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -1.5,-30.5 parent: 34 + type: Transform - uid: 2692 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 2.5,-26.5 parent: 34 + type: Transform - proto: WindoorSecureCommandLocked entities: - uid: 1353 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-54.5 parent: 34 + type: Transform - uid: 1810 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-52.5 parent: 34 + type: Transform - uid: 1891 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-53.5 parent: 34 + type: Transform - uid: 7029 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-53.5 parent: 34 + type: Transform - uid: 11057 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 7.5,-52.5 parent: 34 + type: Transform - uid: 11809 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 51.5,-23.5 parent: 34 + type: Transform - uid: 12345 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -4.5,-54.5 parent: 34 + type: Transform - proto: WindoorSecureEngineeringLocked entities: - uid: 2308 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -20.5,-26.5 parent: 34 + type: Transform - uid: 5601 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -22.5,1.5 parent: 34 + type: Transform - uid: 5602 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -21.5,1.5 parent: 34 + type: Transform - proto: WindoorSecureHeadOfPersonnelLocked entities: - uid: 1955 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -18.5,-20.5 parent: 34 + type: Transform - proto: WindoorSecureScienceLocked entities: - uid: 2523 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -34.5,-20.5 parent: 34 + type: Transform - proto: WindoorSecureSecurityLawyerLocked entities: - uid: 802 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -10.5,1.5 parent: 34 + type: Transform - uid: 3902 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 17.5,-34.5 parent: 34 + type: Transform - uid: 3935 components: - - type: Transform - pos: 15.5,-28.5 + - pos: 15.5,-28.5 parent: 34 + type: Transform - proto: WindoorSecureSecurityLocked entities: - uid: 1281 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: 21.5,-13.5 parent: 34 + type: Transform - uid: 3560 components: - - type: Transform - pos: 25.5,-18.5 + - pos: 25.5,-18.5 parent: 34 + type: Transform - uid: 3578 components: - - type: Transform - pos: 23.5,-18.5 + - pos: 23.5,-18.5 parent: 34 + type: Transform - proto: Window entities: - uid: 16 components: - - type: Transform - pos: -15.5,-21.5 + - pos: -15.5,-21.5 parent: 34 + type: Transform - uid: 59 components: - - type: Transform - pos: -17.5,-9.5 + - pos: -17.5,-9.5 parent: 34 + type: Transform - uid: 60 components: - - type: Transform - pos: -18.5,-9.5 + - pos: -18.5,-9.5 parent: 34 + type: Transform - uid: 108 components: - - type: Transform - pos: 23.5,-22.5 + - pos: 23.5,-22.5 parent: 34 + type: Transform - uid: 128 components: - - type: Transform - pos: 23.5,-24.5 + - pos: 23.5,-24.5 parent: 34 + type: Transform - uid: 188 components: - - type: Transform - pos: 3.5,2.5 + - pos: 3.5,2.5 parent: 34 + type: Transform - uid: 192 components: - - type: Transform - pos: 1.5,2.5 + - pos: 1.5,2.5 parent: 34 + type: Transform - uid: 585 components: - - type: Transform - pos: -32.5,-9.5 + - pos: -32.5,-9.5 parent: 34 + type: Transform - uid: 587 components: - - type: Transform - pos: -32.5,-11.5 + - pos: -32.5,-11.5 parent: 34 + type: Transform - uid: 595 components: - - type: Transform - pos: -29.5,-20.5 + - pos: -29.5,-20.5 parent: 34 + type: Transform - uid: 648 components: - - type: Transform - pos: -11.5,-28.5 + - pos: -11.5,-28.5 parent: 34 + type: Transform - uid: 720 components: - - type: Transform - pos: -43.5,-27.5 + - pos: -43.5,-27.5 parent: 34 + type: Transform - uid: 774 components: - - type: Transform - pos: -2.5,-6.5 + - pos: -2.5,-6.5 parent: 34 + type: Transform - uid: 777 components: - - type: Transform - pos: -2.5,-5.5 + - pos: -2.5,-5.5 parent: 34 + type: Transform - uid: 778 components: - - type: Transform - pos: -2.5,-4.5 + - pos: -2.5,-4.5 parent: 34 + type: Transform - uid: 906 components: - - type: Transform - pos: -2.5,-9.5 + - pos: -2.5,-9.5 parent: 34 + type: Transform - uid: 910 components: - - type: Transform - pos: -28.5,-20.5 + - pos: -28.5,-20.5 parent: 34 + type: Transform - uid: 911 components: - - type: Transform - pos: -25.5,-20.5 + - pos: -25.5,-20.5 parent: 34 + type: Transform - uid: 912 components: - - type: Transform - pos: -24.5,-20.5 + - pos: -24.5,-20.5 parent: 34 + type: Transform - uid: 1003 components: - - type: Transform - pos: -3.5,-3.5 + - pos: -3.5,-3.5 parent: 34 + type: Transform - uid: 1005 components: - - type: Transform - pos: -5.5,-3.5 + - pos: -5.5,-3.5 parent: 34 + type: Transform - uid: 1315 components: - - type: Transform - pos: 5.5,-30.5 + - pos: 5.5,-30.5 parent: 34 + type: Transform - uid: 1739 components: - - type: Transform - pos: -36.5,-31.5 + - pos: -36.5,-31.5 parent: 34 + type: Transform - uid: 1765 components: - - type: Transform - pos: -36.5,-32.5 + - pos: -36.5,-32.5 parent: 34 + type: Transform - uid: 1769 components: - - type: Transform - pos: 11.5,7.5 + - pos: 11.5,7.5 parent: 34 + type: Transform - uid: 1830 components: - - type: Transform - pos: -38.5,-28.5 + - pos: -38.5,-28.5 parent: 34 + type: Transform - uid: 1893 components: - - type: Transform - pos: -12.5,-28.5 + - pos: -12.5,-28.5 parent: 34 + type: Transform - uid: 1943 components: - - type: Transform - pos: 3.5,-30.5 + - pos: 3.5,-30.5 parent: 34 + type: Transform - uid: 1998 components: - - type: Transform - pos: -2.5,-22.5 + - pos: -2.5,-22.5 parent: 34 + type: Transform - uid: 2104 components: - - type: Transform - pos: -40.5,-3.5 + - pos: -40.5,-3.5 parent: 34 + type: Transform - uid: 2105 components: - - type: Transform - pos: -40.5,-4.5 + - pos: -40.5,-4.5 parent: 34 + type: Transform - uid: 2106 components: - - type: Transform - pos: -40.5,-6.5 + - pos: -40.5,-6.5 parent: 34 + type: Transform - uid: 2107 components: - - type: Transform - pos: -40.5,-7.5 + - pos: -40.5,-7.5 parent: 34 + type: Transform - uid: 2179 components: - - type: Transform - pos: -43.5,-8.5 + - pos: -43.5,-8.5 parent: 34 + type: Transform - uid: 2181 components: - - type: Transform - pos: -41.5,-2.5 + - pos: -41.5,-2.5 parent: 34 + type: Transform - uid: 2699 components: - - type: Transform - pos: 8.5,-36.5 + - pos: 8.5,-36.5 parent: 34 + type: Transform - uid: 3200 components: - - type: Transform - pos: -34.5,-41.5 + - pos: -34.5,-41.5 parent: 34 + type: Transform - uid: 3201 components: - - type: Transform - pos: -32.5,-41.5 + - pos: -32.5,-41.5 parent: 34 + type: Transform - uid: 3222 components: - - type: Transform - pos: 11.5,6.5 + - pos: 11.5,6.5 parent: 34 + type: Transform - uid: 3458 components: - - type: Transform - pos: 11.5,8.5 + - pos: 11.5,8.5 parent: 34 + type: Transform - uid: 3544 components: - - type: Transform - pos: 27.5,-4.5 + - pos: 27.5,-4.5 parent: 34 + type: Transform - uid: 3558 components: - - type: Transform - pos: 21.5,-16.5 + - pos: 21.5,-16.5 parent: 34 + type: Transform - uid: 3564 components: - - type: Transform - pos: 29.5,-4.5 + - pos: 29.5,-4.5 parent: 34 + type: Transform - uid: 3568 components: - - type: Transform - pos: 26.5,-4.5 + - pos: 26.5,-4.5 parent: 34 + type: Transform - uid: 3572 components: - - type: Transform - pos: 25.5,-6.5 + - pos: 25.5,-6.5 parent: 34 + type: Transform - uid: 3573 components: - - type: Transform - pos: 25.5,-7.5 + - pos: 25.5,-7.5 parent: 34 + type: Transform - uid: 3575 components: - - type: Transform - pos: 25.5,-5.5 + - pos: 25.5,-5.5 parent: 34 + type: Transform - uid: 3614 components: - - type: Transform - pos: 21.5,-18.5 + - pos: 21.5,-18.5 parent: 34 + type: Transform - uid: 3797 components: - - type: Transform - pos: 14.5,-2.5 + - pos: 14.5,-2.5 parent: 34 + type: Transform - uid: 3798 components: - - type: Transform - pos: 12.5,-2.5 + - pos: 12.5,-2.5 parent: 34 + type: Transform - uid: 3923 components: - - type: Transform - pos: 12.5,-25.5 + - pos: 12.5,-25.5 parent: 34 + type: Transform - uid: 3924 components: - - type: Transform - pos: 13.5,-25.5 + - pos: 13.5,-25.5 parent: 34 + type: Transform - uid: 3925 components: - - type: Transform - pos: 17.5,-25.5 + - pos: 17.5,-25.5 parent: 34 + type: Transform - uid: 3926 components: - - type: Transform - pos: 18.5,-25.5 + - pos: 18.5,-25.5 parent: 34 + type: Transform - uid: 3967 components: - - type: Transform - pos: -3.5,-30.5 + - pos: -3.5,-30.5 parent: 34 + type: Transform - uid: 3969 components: - - type: Transform - pos: -5.5,-30.5 + - pos: -5.5,-30.5 parent: 34 + type: Transform - uid: 3971 components: - - type: Transform - pos: -3.5,-39.5 + - pos: -3.5,-39.5 parent: 34 + type: Transform - uid: 4042 components: - - type: Transform - pos: -6.5,-42.5 + - pos: -6.5,-42.5 parent: 34 + type: Transform - uid: 4045 components: - - type: Transform - pos: -5.5,-39.5 + - pos: -5.5,-39.5 parent: 34 + type: Transform - uid: 4084 components: - - type: Transform - pos: 2.5,-51.5 + - pos: 2.5,-51.5 parent: 34 + type: Transform - uid: 4085 components: - - type: Transform - pos: 1.5,-51.5 + - pos: 1.5,-51.5 parent: 34 + type: Transform - uid: 4086 components: - - type: Transform - pos: 0.5,-51.5 + - pos: 0.5,-51.5 parent: 34 + type: Transform - uid: 4176 components: - - type: Transform - pos: 14.5,-20.5 + - pos: 14.5,-20.5 parent: 34 + type: Transform - uid: 4177 components: - - type: Transform - pos: 12.5,-20.5 + - pos: 12.5,-20.5 parent: 34 + type: Transform - uid: 4179 components: - - type: Transform - pos: -2.5,-24.5 + - pos: -2.5,-24.5 parent: 34 + type: Transform - uid: 4182 components: - - type: Transform - pos: 10.5,-22.5 + - pos: 10.5,-22.5 parent: 34 + type: Transform - uid: 4183 components: - - type: Transform - pos: 10.5,-24.5 + - pos: 10.5,-24.5 parent: 34 + type: Transform - uid: 4192 components: - - type: Transform - pos: 8.5,4.5 + - pos: 8.5,4.5 parent: 34 + type: Transform - uid: 4193 components: - - type: Transform - pos: 7.5,4.5 + - pos: 7.5,4.5 parent: 34 + type: Transform - uid: 4545 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 + - pos: 6.5,-0.5 parent: 34 + type: Transform - uid: 5003 components: - - type: Transform - pos: 15.5,5.5 + - pos: 15.5,5.5 parent: 34 + type: Transform - uid: 5004 components: - - type: Transform - pos: 15.5,3.5 + - pos: 15.5,3.5 parent: 34 + type: Transform - uid: 5550 components: - - type: Transform - pos: -15.5,1.5 + - pos: -15.5,1.5 parent: 34 + type: Transform - uid: 5551 components: - - type: Transform - pos: -16.5,1.5 + - pos: -16.5,1.5 parent: 34 + type: Transform - uid: 5939 components: - - type: Transform - pos: 10.5,4.5 + - pos: 10.5,4.5 parent: 34 + type: Transform - uid: 6198 components: - - type: Transform - pos: 14.5,12.5 + - pos: 14.5,12.5 parent: 34 + type: Transform - uid: 6199 components: - - type: Transform - pos: 12.5,12.5 + - pos: 12.5,12.5 parent: 34 + type: Transform + - uid: 7765 + components: + - pos: -46.5,-11.5 + parent: 34 + type: Transform + - uid: 7766 + components: + - pos: -44.5,-11.5 + parent: 34 + type: Transform - uid: 8726 components: - - type: Transform - pos: 6.5,1.5 + - pos: 6.5,1.5 + parent: 34 + type: Transform + - uid: 10275 + components: + - pos: -40.5,-13.5 parent: 34 + type: Transform - uid: 10940 components: - - type: Transform - pos: -6.5,12.5 + - pos: -6.5,12.5 parent: 34 + type: Transform - uid: 10951 components: - - type: Transform - pos: 2.5,2.5 + - pos: 2.5,2.5 parent: 34 + type: Transform - uid: 10992 components: - - type: Transform - pos: -8.5,12.5 + - pos: -8.5,12.5 parent: 34 - - uid: 11580 + type: Transform + - uid: 11428 components: - - type: Transform - pos: -40.5,-21.5 + - pos: -45.5,-11.5 parent: 34 + type: Transform - uid: 11607 components: - - type: Transform - pos: -41.5,-18.5 + - pos: -41.5,-18.5 parent: 34 + type: Transform - uid: 11616 components: - - type: Transform - pos: -39.5,-14.5 + - pos: -39.5,-14.5 parent: 34 + type: Transform - uid: 11771 components: - - type: Transform - pos: -7.5,12.5 + - pos: -7.5,12.5 parent: 34 + type: Transform - uid: 11789 components: - - type: Transform - pos: -9.5,12.5 + - pos: -9.5,12.5 parent: 34 + type: Transform - uid: 12262 components: - - type: Transform - pos: -41.5,-19.5 + - pos: -41.5,-19.5 parent: 34 + type: Transform - proto: WindowDirectional entities: - uid: 10286 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,7.5 parent: 34 + type: Transform - uid: 10287 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,8.5 parent: 34 + type: Transform - uid: 10288 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -39.5,10.5 parent: 34 + type: Transform - proto: WindowReinforcedDirectional entities: - uid: 116 components: - - type: Transform - pos: -16.5,6.5 + - pos: -16.5,6.5 parent: 34 + type: Transform - uid: 461 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 43.5,-15.5 parent: 34 + type: Transform - uid: 3484 components: - - type: Transform - pos: 22.5,-18.5 + - pos: 22.5,-18.5 parent: 34 + type: Transform - uid: 3579 components: - - type: Transform - pos: 24.5,-18.5 + - pos: 24.5,-18.5 parent: 34 + type: Transform - uid: 3588 components: - - type: Transform - pos: 26.5,-18.5 + - pos: 26.5,-18.5 parent: 34 + type: Transform - uid: 3929 components: - - type: Transform - pos: 12.5,-28.5 + - pos: 12.5,-28.5 parent: 34 + type: Transform - uid: 3930 components: - - type: Transform - pos: 13.5,-28.5 + - pos: 13.5,-28.5 parent: 34 + type: Transform - uid: 3931 components: - - type: Transform - pos: 14.5,-28.5 + - pos: 14.5,-28.5 parent: 34 + type: Transform - uid: 3932 components: - - type: Transform - pos: 16.5,-28.5 + - pos: 16.5,-28.5 parent: 34 + type: Transform - uid: 3933 components: - - type: Transform - pos: 17.5,-28.5 + - pos: 17.5,-28.5 parent: 34 + type: Transform - uid: 3934 components: - - type: Transform - pos: 18.5,-28.5 + - pos: 18.5,-28.5 parent: 34 + type: Transform - uid: 4205 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -9.5,-50.5 parent: 34 + type: Transform - uid: 4206 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -8.5,-50.5 parent: 34 + type: Transform - uid: 4207 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: -7.5,-50.5 parent: 34 + type: Transform - uid: 4208 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 0.5,-54.5 parent: 34 + type: Transform - uid: 4209 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 1.5,-54.5 parent: 34 + type: Transform - uid: 4210 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 2.5,-54.5 parent: 34 + type: Transform - uid: 4563 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 44.5,-15.5 parent: 34 + type: Transform - uid: 4661 components: - - type: Transform - rot: 3.141592653589793 rad + - rot: 3.141592653589793 rad pos: 45.5,-15.5 parent: 34 + type: Transform - uid: 4698 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 52.5,-2.5 parent: 34 + type: Transform - uid: 8073 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 52.5,-1.5 parent: 34 + type: Transform - uid: 9104 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 52.5,0.5 parent: 34 + type: Transform - uid: 11062 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,4.5 parent: 34 + type: Transform - uid: 11063 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 47.5,5.5 parent: 34 + type: Transform - uid: 11064 components: - - type: Transform - pos: 44.5,8.5 + - pos: 44.5,8.5 parent: 34 + type: Transform - uid: 11065 components: - - type: Transform - pos: 43.5,8.5 + - pos: 43.5,8.5 parent: 34 + type: Transform - uid: 11066 components: - - type: Transform - pos: 39.5,8.5 + - pos: 39.5,8.5 parent: 34 + type: Transform - uid: 11067 components: - - type: Transform - pos: 38.5,8.5 + - pos: 38.5,8.5 parent: 34 + type: Transform - uid: 11068 components: - - type: Transform - pos: 37.5,8.5 + - pos: 37.5,8.5 parent: 34 + type: Transform - uid: 11581 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 52.5,-0.5 parent: 34 + type: Transform - uid: 11591 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 52.5,-3.5 parent: 34 + type: Transform - uid: 12237 components: - - type: Transform - pos: -15.5,6.5 + - pos: -15.5,6.5 parent: 34 + type: Transform - proto: WindowTintedDirectional entities: - uid: 216 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: -8.5,5.5 parent: 34 + type: Transform - uid: 10873 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,2.5 parent: 34 + type: Transform - uid: 10900 components: - - type: Transform - rot: 1.5707963267948966 rad + - rot: 1.5707963267948966 rad pos: -9.5,3.5 parent: 34 + type: Transform - uid: 11014 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-40.5 parent: 34 + type: Transform - uid: 11223 components: - - type: Transform - rot: -1.5707963267948966 rad + - rot: -1.5707963267948966 rad pos: 9.5,-42.5 parent: 34 + type: Transform - proto: WoodDoor entities: - uid: 2183 components: - - type: Transform - pos: -42.5,-8.5 + - pos: -42.5,-8.5 parent: 34 + type: Transform - uid: 2184 components: - - type: Transform - pos: -42.5,-2.5 + - pos: -42.5,-2.5 + parent: 34 + type: Transform +- proto: WoodenSupportWall + entities: + - uid: 13001 + components: + - pos: -55.5,-18.5 + parent: 34 + type: Transform +- proto: WoodenSupportWallBroken + entities: + - uid: 13000 + components: + - pos: -54.5,-18.5 parent: 34 + type: Transform - proto: Wrench entities: - uid: 12447 components: - - type: Transform - pos: 1.6133218,-43.478226 + - pos: 1.6133218,-43.478226 parent: 34 + type: Transform - proto: Zipties entities: - uid: 11712 components: - - type: Transform - pos: -29.666363,3.6544852 + - pos: -29.666363,3.6544852 parent: 34 + type: Transform - uid: 11713 components: - - type: Transform - pos: -29.655947,3.425158 + - pos: -29.655947,3.425158 parent: 34 + type: Transform ... From 4433bf4ffc6c19a02ce1cac0843bec97fc42b7c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:47:48 +0100 Subject: [PATCH 009/391] Update Credits (#724) Co-authored-by: DeltaV-Bot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 548175f46c..b9dcd97f0e 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -08A, 0x6273, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 4dplanner, 612git, 778b, aaronmell, Ablankmann, abregado, Absolute-Potato, Acruid, actioninja, adamsong, Adrian16199, Aerocrux, Aexxie, Ahion, AJCM-git, AjexRose, aklos, Alainx277, AlbertSnows, Alekshhh, AlexMorgan3817, Alithsko, AlmondFlour, ALMv1, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, areitpog, Arendian, arimah, artak10t, Arteben, ArthurMousatov, AruMoon, as334, AsikKEsel, asperger-sind, astriloqua, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, benev0, BGare, bhespiritu, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Bloody2372, Boaz1111, BobdaBiscuit, BobTheSleder, brainfood1183, Brandon-Huu, Bright0, brndd, BubblegumBlue, BYONDFuckery, c0rigin, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, Carou02, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, ChrisThirtle, chromiumboy, Chronophylos, civilCornball, clement-or, Clyybber, CMDR-Piboy314, ColdAutumnRain, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, DamianX, DangerRevolution, daniel-cr, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, deepy, Delete69, DelleVelleD, deltanedas, DerbyX, Dezandor, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, drongood12, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EEASAS, Efruit, efzapa, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, Errant-4, estacaoespacialpirata, exp111, Fahasor, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, forthbridge, Fortune117, freeman2651, Fromoriss, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, gituhabu, GoodWheatley, Gotimanga, graevy, gusxyz, h3half, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, iczero, igorsaux, ike709, illersaver, Illiux, Ilya246, Injazz, InquisitivePenguin, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustArt1m, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, Klaypexx, Kmc2000, komunre, kxvvv, lajolico, Lamrr, LankLTE, laok233, lapatison, Leander-0, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordEclipse, LudwigVonChesterfield, Lukasz825700516, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, och-och, OctoRocket, OldDanceJacket, OliverOtter, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, pewter-wiz, Phantom-Lily, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, remove32, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rok-povsic, rolfero, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, shaeone, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, SonicHDC, SoulSloth, SpaceManiac, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TaralGit, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, UnderscoreX5, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, volundr-, Vordenburg, vulppine, waylon531, weaversam8, Willhelm53, Wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, Ygg01, YotaXP, youarereadingthis, zach-hill, Zandario, ZelteHonor, zerorulez, ZeWaka, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zth--, Zumorica, Zymem +08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AitorLogedo, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bribrooo, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, Carolyn3114, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, clement-or, Clyybber, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Delete69, deltanedas, DeltaV-Bot, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EEASAS, Efruit, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, evilexecutive, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, gituhabu, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, InquisitivePenguin, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LudwigVonChesterfield, Lukasz825700516, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Master2112, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TadJohnson00, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, Volotomite, volundr-, Vordenburg, vulppine, Warentan, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, ZelteHonor, zerorulez, ZeWaka, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem From 2b08f3d2250a09d51bf8720450ca463787705d99 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:43:33 -0600 Subject: [PATCH 010/391] Map Edits: Arena (#732) * Map Edits: Arena * Updates paper bins and dirt->cleanable --------- Co-authored-by: Velcroboy <> --- Resources/Maps/arena.yml | 3327 ++++++++++++++++++++++++++------------ 1 file changed, 2314 insertions(+), 1013 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index 4a98c443a7..e8041bbaec 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -57,6 +57,7 @@ tilemap: 109: FloorWhite 110: FloorWhiteDiagonal 111: FloorWhiteDiagonalMini + 114: FloorWhiteMono 119: FloorWood 120: FloorWoodTile 121: Lattice @@ -88,135 +89,135 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: MQAAAAABMQAAAAABMQAAAAABTgAAAAAAIwAAAAADIwAAAAACTgAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAAAMQAAAAAAMQAAAAACMQAAAAADTgAAAAAAIwAAAAADIwAAAAABTgAAAAAAKQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAABegAAAAAAKQAAAAACKQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAACLgAAAAABWgAAAAABWgAAAAABLgAAAAADWgAAAAADWgAAAAABLgAAAAACWgAAAAADWgAAAAAALgAAAAAAWgAAAAACWgAAAAADLgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADLgAAAAAAWgAAAAAAWgAAAAAALgAAAAABWgAAAAAAWgAAAAAALgAAAAAAWgAAAAACWgAAAAABLgAAAAABWgAAAAAAWgAAAAADLgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACZQAAAAACTgAAAAAATgAAAAAAZQAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAADegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAACegAAAAAATgAAAAAAZQAAAAADZQAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADegAAAAAAZQAAAAAAZQAAAAAAZQAAAAADZQAAAAACegAAAAAATgAAAAAAZQAAAAACZQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAACegAAAAAATgAAAAAAZQAAAAACZQAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAADTgAAAAAATgAAAAAAegAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAABegAAAAAATgAAAAAAZQAAAAADZQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABTgAAAAAATgAAAAAAegAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAAAegAAAAAATgAAAAAAZQAAAAABZQAAAAAB + tiles: MQAAAAADMQAAAAACMQAAAAACTgAAAAAAIwAAAAAAIwAAAAADTgAAAAAAKQAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAABKQAAAAABKQAAAAADKQAAAAAAKQAAAAACMQAAAAAAMQAAAAACMQAAAAADTgAAAAAAIwAAAAADIwAAAAAATgAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAACKQAAAAABKQAAAAABKQAAAAACKQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAADegAAAAAAKQAAAAACKQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAALgAAAAAAWgAAAAACWgAAAAACLgAAAAACWgAAAAAAWgAAAAAALgAAAAADWgAAAAABWgAAAAAALgAAAAACWgAAAAAAWgAAAAABLgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACLgAAAAABWgAAAAADWgAAAAADLgAAAAACWgAAAAADWgAAAAACLgAAAAADWgAAAAABWgAAAAADLgAAAAADWgAAAAABWgAAAAACLgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAACZQAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACZQAAAAACTgAAAAAATgAAAAAAZQAAAAADZQAAAAACZQAAAAABZQAAAAACZQAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAACZQAAAAACegAAAAAATgAAAAAAZQAAAAABZQAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABegAAAAAAZQAAAAACZQAAAAADZQAAAAACZQAAAAADegAAAAAATgAAAAAAZQAAAAABZQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAADegAAAAAAZQAAAAADZQAAAAABZQAAAAAAZQAAAAABegAAAAAATgAAAAAAZQAAAAACZQAAAAABegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAACegAAAAAATgAAAAAAZQAAAAAAZQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAABTgAAAAAATgAAAAAAegAAAAAAZQAAAAADTgAAAAAATgAAAAAAZQAAAAADegAAAAAATgAAAAAAZQAAAAACZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAAegAAAAAAZQAAAAAATgAAAAAATgAAAAAAZQAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAAD version: 6 -1,0: ind: -1,0 - tiles: ZQAAAAAAZQAAAAADZQAAAAABZQAAAAADZQAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAABTgAAAAAATgAAAAAAZQAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAABZQAAAAACZQAAAAAAZQAAAAACZQAAAAACZQAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAACZQAAAAADZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAACZQAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAACZQAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAADHgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAFwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAFFwAAAAAGFwAAAAACFwAAAAABFwAAAAABFwAAAAABBwAAAAAAFwAAAAAAFwAAAAABFwAAAAAEFwAAAAAGFwAAAAABFwAAAAAEFwAAAAACFwAAAAAGFwAAAAAGFwAAAAACFwAAAAACFwAAAAAGFwAAAAAFFwAAAAADBwAAAAAABwAAAAAAFwAAAAACFwAAAAAEFwAAAAAFFwAAAAAGFwAAAAADFwAAAAAEFwAAAAABFwAAAAADFwAAAAAGFwAAAAACFwAAAAAAFwAAAAACBwAAAAAABwAAAAAGBwAAAAAAQQAAAAAAFwAAAAAFFwAAAAAEFwAAAAAGFwAAAAAFFwAAAAACFwAAAAAGFwAAAAAFFwAAAAAEFwAAAAABFwAAAAAEFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAQQAAAAAAFwAAAAAEFwAAAAAGFwAAAAABFwAAAAACFwAAAAAFFwAAAAACFwAAAAADFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEQQAAAAAABwAAAAAABwAAAAAAFwAAAAAGBwAAAAAAFwAAAAACFwAAAAAGFwAAAAACFwAAAAAGFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAEFwAAAAACFwAAAAACBwAAAAAABwAAAAAEBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAFFwAAAAADBwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAE + tiles: ZQAAAAACZQAAAAAAZQAAAAACZQAAAAACZQAAAAACZQAAAAAATgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAAAZQAAAAABZQAAAAADZQAAAAABZQAAAAACZQAAAAABZQAAAAAAZQAAAAACZQAAAAADZQAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAABZQAAAAABZQAAAAACZQAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAAAHgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAFFwAAAAAAFwAAAAADFwAAAAABFwAAAAAFFwAAAAAABwAAAAAAFwAAAAAFFwAAAAADFwAAAAABFwAAAAAEFwAAAAADFwAAAAAEFwAAAAADFwAAAAAAFwAAAAACFwAAAAADFwAAAAAGFwAAAAAFFwAAAAAFFwAAAAADBwAAAAAFBwAAAAAAFwAAAAAAFwAAAAACFwAAAAAAFwAAAAADFwAAAAAAFwAAAAAAFwAAAAAFFwAAAAADFwAAAAADFwAAAAADFwAAAAADFwAAAAACBwAAAAAGBwAAAAAABwAAAAAEQQAAAAAAFwAAAAACFwAAAAAAFwAAAAAGFwAAAAAAFwAAAAABFwAAAAAAFwAAAAADFwAAAAADFwAAAAACFwAAAAAEFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAMQQAAAAAAFwAAAAABFwAAAAAFFwAAAAABFwAAAAAEFwAAAAACFwAAAAAAFwAAAAACFwAAAAABFwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAHBwAAAAADBwAAAAAAQQAAAAAABwAAAAAABwAAAAAAFwAAAAACBwAAAAAFFwAAAAACFwAAAAAAFwAAAAAGFwAAAAABFwAAAAACBwAAAAAABwAAAAAGBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAGFwAAAAACFwAAAAAGFwAAAAAFBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMFwAAAAABFwAAAAAGFwAAAAAABwAAAAAJBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: egAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACegAAAAAABwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAAAWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABTgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAADTgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAAAZQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABTgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAATgAAAAAAegAAAAAATgAAAAAAZQAAAAABZQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAACZQAAAAACTgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAA + tiles: egAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAADegAAAAAABwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACTgAAAAAAegAAAAAATgAAAAAAZQAAAAADZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABTgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAACTgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAACTgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAAAZQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAATgAAAAAAegAAAAAATgAAAAAAZQAAAAACZQAAAAACTgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAABZQAAAAADTgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAFgAAAAAAZQAAAAAAZQAAAAADZQAAAAAAZQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAA version: 6 0,0: ind: 0,0 - tiles: TgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAABwAAAAAIegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADBwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAB + tiles: TgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAB version: 6 -2,0: ind: -2,0 - tiles: TgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAAAZQAAAAABZQAAAAADZQAAAAADZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADZQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAZQAAAAABTgAAAAAAegAAAAAATgAAAAAAJwAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABTgAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAAFWgAAAAAAWgAAAAAAWgAAAAADZQAAAAACTgAAAAAATgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAACWgAAAAABWgAAAAACWgAAAAADZQAAAAABTgAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACTgAAAAAAFwAAAAAAFwAAAAABFwAAAAAEFwAAAAAFegAAAAAAegAAAAAAegAAAAAAZQAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTgAAAAAATgAAAAAAFwAAAAADFwAAAAAFFwAAAAAFWgAAAAADWgAAAAAAWgAAAAACZQAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAABFwAAAAAGWgAAAAADWgAAAAADWgAAAAAAZQAAAAACTgAAAAAAFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAACFwAAAAAFFwAAAAAGFwAAAAACFwAAAAACFwAAAAAAFwAAAAACFwAAAAABFwAAAAAAFwAAAAACFwAAAAAEFwAAAAADFwAAAAAEFwAAAAABFwAAAAAFFwAAAAABFwAAAAAAFwAAAAACFwAAAAAGFwAAAAAFFwAAAAAEFwAAAAACFwAAAAAAFwAAAAABFwAAAAAAFwAAAAACFwAAAAAAFwAAAAACFwAAAAAEFwAAAAAAFwAAAAADFwAAAAAGFwAAAAAFFwAAAAADFwAAAAAAFwAAAAAGFwAAAAACFwAAAAACFwAAAAAAFwAAAAACFwAAAAAAFwAAAAADFwAAAAAEFwAAAAACFwAAAAABFwAAAAAEFwAAAAACFwAAAAACFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAADFwAAAAADFwAAAAAEFwAAAAAFFwAAAAAGFwAAAAAGFwAAAAAGFwAAAAAAFwAAAAAGFwAAAAACFwAAAAAGFwAAAAACFwAAAAAGFwAAAAABFwAAAAAEFwAAAAAGFwAAAAACFwAAAAAGFwAAAAAAFwAAAAABFwAAAAAAFwAAAAADFwAAAAABFwAAAAAGFwAAAAADFwAAAAADFwAAAAAEFwAAAAAEFwAAAAAAFwAAAAABFwAAAAAFFwAAAAACFwAAAAAGFwAAAAAGFwAAAAAFFwAAAAACFwAAAAAGFwAAAAAGFwAAAAACFwAAAAAEFwAAAAAEFwAAAAAEFwAAAAAEBwAAAAAABwAAAAABFwAAAAAFFwAAAAAFFwAAAAABFwAAAAADFwAAAAAFFwAAAAACFwAAAAABFwAAAAAAFwAAAAAAFwAAAAABFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAA + tiles: TgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAAAZQAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADZQAAAAACTgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAZQAAAAAATgAAAAAAegAAAAAATgAAAAAAJwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAABWgAAAAAAWgAAAAAAWgAAAAABZQAAAAACTgAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAABWgAAAAADWgAAAAACWgAAAAAAZQAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAFwAAAAAEFwAAAAAFFwAAAAAFFwAAAAAFegAAAAAAegAAAAAAegAAAAAAZQAAAAABTgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACTgAAAAAATgAAAAAAFwAAAAAGFwAAAAAGFwAAAAAEWgAAAAACWgAAAAAAWgAAAAABZQAAAAADTgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAAFFwAAAAAAWgAAAAADWgAAAAABWgAAAAABZQAAAAACTgAAAAAAFwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAABFwAAAAACFwAAAAADFwAAAAAGFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAGFwAAAAADFwAAAAABFwAAAAAAFwAAAAAEFwAAAAADFwAAAAAGFwAAAAABFwAAAAACFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAADFwAAAAACFwAAAAADFwAAAAADFwAAAAABFwAAAAAAFwAAAAAFFwAAAAAFFwAAAAABFwAAAAAAFwAAAAABFwAAAAABFwAAAAAGFwAAAAADFwAAAAAEFwAAAAADFwAAAAABFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAACFwAAAAAFFwAAAAADFwAAAAACFwAAAAABFwAAAAADFwAAAAAEFwAAAAAEFwAAAAADFwAAAAAFFwAAAAABFwAAAAAGFwAAAAAEFwAAAAADFwAAAAAEFwAAAAACFwAAAAAEFwAAAAABFwAAAAAGFwAAAAADFwAAAAAFFwAAAAAAFwAAAAAFFwAAAAAFFwAAAAAGFwAAAAADFwAAAAADFwAAAAAFFwAAAAAEFwAAAAADFwAAAAADFwAAAAAEFwAAAAAAFwAAAAABFwAAAAAEFwAAAAADFwAAAAACFwAAAAACFwAAAAADFwAAAAAGFwAAAAAEFwAAAAACFwAAAAAGFwAAAAAEFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAAFFwAAAAABFwAAAAACFwAAAAADFwAAAAAGFwAAAAAGBwAAAAAABwAAAAAAFwAAAAADFwAAAAADFwAAAAAFFwAAAAACFwAAAAADFwAAAAAFFwAAAAAFFwAAAAADFwAAAAAGFwAAAAACFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: GAAAAAACGAAAAAAHGAAAAAAHGAAAAAAGegAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMQAAAAAAZQAAAAAAZQAAAAADTgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAegAAAAAAOwAAAAAAOwAAAAAALgAAAAACLgAAAAADOwAAAAAAMQAAAAACZQAAAAABZQAAAAADTgAAAAAATgAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAADTgAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAABTgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAZQAAAAADZQAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAADZQAAAAACZQAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAABTgAAAAAAZQAAAAAAZQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADTgAAAAAAZQAAAAAAZQAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAADTgAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABegAAAAAAHgAAAAADHgAAAAABZQAAAAABZQAAAAACZQAAAAADTgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAHgAAAAADHgAAAAABZQAAAAABZQAAAAABZQAAAAADTgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAADZQAAAAADZQAAAAACZQAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAADZQAAAAACZQAAAAABZQAAAAACZQAAAAACTgAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACTQAAAAADTQAAAAACTQAAAAACTQAAAAACTQAAAAACZQAAAAAATgAAAAAA + tiles: GAAAAAAGGAAAAAAHGAAAAAADGAAAAAAAegAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAADegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMQAAAAABZQAAAAADZQAAAAABTgAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAADegAAAAAAOwAAAAAAOwAAAAAALgAAAAABLgAAAAADOwAAAAAAMQAAAAADZQAAAAADZQAAAAABTgAAAAAATgAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAADTgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACTgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAAATgAAAAAAZQAAAAADZQAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADZQAAAAACZQAAAAACTgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAACTgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAABbQAAAAAATgAAAAAAZQAAAAABZQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAZQAAAAAAZQAAAAABTgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAABHgAAAAABZQAAAAABZQAAAAABZQAAAAABTgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAADegAAAAAAHgAAAAADHgAAAAABHgAAAAABegAAAAAAHgAAAAABHgAAAAAAZQAAAAABZQAAAAADZQAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABegAAAAAAHgAAAAABHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAADZQAAAAADZQAAAAABZQAAAAADZQAAAAACZQAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAACTQAAAAAAZQAAAAADTgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAADBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAFBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAHBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAMBwAAAAACBwAAAAAABwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAIBwAAAAAABwAAAAAABwAAAAAFBwAAAAADBwAAAAAIBwAAAAAABwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAHBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAFAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 0,1: ind: 0,1 - tiles: BwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAWgAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAATgAAAAAAegAAAAAATgAAAAAAJAAAAAAAegAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAACWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAACZQAAAAABTgAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAACZQAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAABegAAAAAAegAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAABQQAAAAAAawAAAAADawAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABBwAAAAACBwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAWgAAAAABWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAegAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAATgAAAAAAegAAAAAATgAAAAAAJAAAAAAAegAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAABWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAADZQAAAAACTgAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAAAZQAAAAACZQAAAAADZQAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADegAAAAAAegAAAAAAegAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAADegAAAAAAegAAAAAATgAAAAAAXAAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAABawAAAAADQQAAAAAAawAAAAACawAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAB version: 6 1,0: ind: 1,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABLgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAALgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACLgAAAAACWgAAAAACTgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAALgAAAAAAWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAALgAAAAACLgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAACaQAAAAAAQQAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABaQAAAAAAQQAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAABWgAAAAADegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADTgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAACTgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACLgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAALgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAAALgAAAAACWgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACLgAAAAAAWgAAAAADWgAAAAABTgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAALgAAAAACLgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAQQAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACaQAAAAAAQQAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABTgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABegAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAABTgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAADegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAAC version: 6 1,1: ind: 1,1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACTgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADQQAAAAAAQQAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADTgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAawAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAawAAAAABaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAegAAAAAAawAAAAACaQAAAAAAaQAAAAAAawAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAawAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAABQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADQQAAAAAAQQAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAawAAAAADaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAABegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABegAAAAAAawAAAAABaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABegAAAAAAawAAAAADaQAAAAAAaQAAAAAAawAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABegAAAAAAaQAAAAAAaQAAAAAAawAAAAABaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAABQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAA version: 6 2,0: ind: 2,0 - tiles: WgAAAAADWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACYQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAADYQAAAAAAWgAAAAADYQAAAAAAYQAAAAAAWgAAAAABWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAADZQAAAAADZQAAAAACZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAACZQAAAAABZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAACZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADTgAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADTgAAAAAAWgAAAAAAWgAAAAADWgAAAAADZQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADZQAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAZQAAAAACZQAAAAACZQAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAD + tiles: WgAAAAACWgAAAAADYQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABYQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADegAAAAAAWgAAAAABYQAAAAAAWgAAAAABYQAAAAAAYQAAAAAAWgAAAAABWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABZQAAAAACZQAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAAAWgAAAAABWgAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAACZQAAAAADZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAZQAAAAAAZQAAAAAAZQAAAAADZQAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAABZQAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAZQAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADZQAAAAAAZQAAAAADZQAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAD version: 6 2,1: ind: 2,1 - tiles: WgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAABWgAAAAABWgAAAAACWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 3,1: ind: 3,1 - tiles: WgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAWgAAAAABegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAADegAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAADWgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAAIwAAAAAAegAAAAAAIwAAAAABIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAIwAAAAAAIwAAAAAAegAAAAAAIwAAAAABIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAADegAAAAAAIwAAAAAAIwAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAACegAAAAAAZQAAAAACZQAAAAABZQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAABegAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAABZQAAAAABZQAAAAADZQAAAAAAZQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAIwAAAAACegAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAABZQAAAAABZQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAABZQAAAAAAZQAAAAADZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAACZQAAAAABZQAAAAACZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAADegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAABWgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAAAWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADegAAAAAAIwAAAAADegAAAAAAIwAAAAACIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAIwAAAAADIwAAAAAAegAAAAAAIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAADegAAAAAAIwAAAAABIwAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABegAAAAAAegAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAACegAAAAAAZQAAAAADZQAAAAADZQAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAAAZQAAAAACZQAAAAACZQAAAAADZQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAACZQAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAABZQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAZQAAAAACZQAAAAACZQAAAAACZQAAAAADZQAAAAACZQAAAAABZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAABZQAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 3,0: ind: 3,0 - tiles: TgAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADTgAAAAAAWgAAAAACWgAAAAADWgAAAAABPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAZQAAAAACTgAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAQQAAAAAAZQAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAZQAAAAADegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAACWgAAAAAAZQAAAAACZQAAAAADZQAAAAABZQAAAAACZQAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAADZQAAAAACZQAAAAAAZQAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAADZQAAAAABZQAAAAAAZQAAAAABZQAAAAADWgAAAAACZQAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAACZQAAAAABZQAAAAABZQAAAAABZQAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAACWgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACTgAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACegAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADTgAAAAAAWgAAAAAAWgAAAAABWgAAAAACPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAZQAAAAADTgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAQQAAAAAAZQAAAAABTgAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAZQAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAADWgAAAAACZQAAAAABZQAAAAADZQAAAAABZQAAAAACZQAAAAABZQAAAAAAZQAAAAACZQAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAACWgAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAACZQAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAABIwAAAAABWgAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: bQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABEQAAAAAAEQAAAAAAegAAAAAAaAAAAAABaAAAAAADTQAAAAABegAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAABTgAAAAAAegAAAAAAaAAAAAABaAAAAAAATQAAAAABegAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAaAAAAAABaAAAAAAATQAAAAAAegAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAABTgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAaAAAAAAAaAAAAAABTQAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAAAaAAAAAADTQAAAAAAegAAAAAAKgAAAAAAegAAAAAAKgAAAAAAegAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaAAAAAAAaAAAAAACaAAAAAAAaAAAAAADaAAAAAABTQAAAAACegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABaAAAAAABaAAAAAADaAAAAAADaAAAAAABaAAAAAADTQAAAAADegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAACYgAAAAADYgAAAAABYgAAAAACYgAAAAABYgAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAACTQAAAAABTQAAAAADTgAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAAegAAAAAAaAAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAADZwAAAAAAZwAAAAACZwAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAYgAAAAABZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAAAZwAAAAADFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAADWgAAAAAALgAAAAABWgAAAAACegAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAABWgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAABLgAAAAABWgAAAAADWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAACWgAAAAABLgAAAAACWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAABLgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAC + tiles: bQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABEQAAAAAAEQAAAAAAegAAAAAAaAAAAAAAaAAAAAAATQAAAAACegAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAAATgAAAAAAegAAAAAAaAAAAAACaAAAAAADTQAAAAADegAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAABTgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAaAAAAAACaAAAAAADTQAAAAACegAAAAAAKgAAAAAAEgAAAAAAKgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAABbQAAAAAATgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAaAAAAAAAaAAAAAACTQAAAAACegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAAAaAAAAAACTQAAAAACegAAAAAAKgAAAAAAegAAAAAAKgAAAAAAegAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaAAAAAAAaAAAAAADaAAAAAACaAAAAAADaAAAAAAATQAAAAABegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADaAAAAAABaAAAAAACaAAAAAADaAAAAAACaAAAAAAATQAAAAABegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABYgAAAAACYgAAAAACYgAAAAAAYgAAAAADYgAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAZwAAAAACZwAAAAAAZwAAAAACZwAAAAABZwAAAAADTQAAAAACTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAAATgAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAAegAAAAAAaAAAAAACZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAACFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAYgAAAAACZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAACTgAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAATgAAAAAAWgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAADWgAAAAABLgAAAAADWgAAAAACegAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAACWgAAAAADFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAABLgAAAAABWgAAAAABWgAAAAADegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAADWgAAAAAALgAAAAADWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAAALgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: bQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAaAAAAAAAbQAAAAADWgAAAAADbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAACbQAAAAADTgAAAAAAaAAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAAAbQAAAAAATgAAAAAAaAAAAAACbQAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAaAAAAAABbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAABaAAAAAABbgAAAAABbgAAAAABbgAAAAADbQAAAAAATgAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAADbQAAAAABTgAAAAAAaAAAAAAAbgAAAAACbwAAAAAAbgAAAAABbQAAAAABbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAAATgAAAAAAaAAAAAADbgAAAAACbwAAAAABbgAAAAADbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAACTgAAAAAAegAAAAAAbQAAAAAAbQAAAAACegAAAAAAaAAAAAADbgAAAAABbwAAAAAAbgAAAAABbQAAAAACTgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAABegAAAAAAYgAAAAADZwAAAAADZwAAAAADYgAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAAaAAAAAADZwAAAAABZwAAAAABYgAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAAATgAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAAAegAAAAAAaAAAAAABZwAAAAACZwAAAAAAYgAAAAABegAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAaAAAAAABZwAAAAABZwAAAAACYgAAAAAAbQAAAAABbQAAAAADbQAAAAAAbQAAAAADTgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAYgAAAAAAZwAAAAAAZwAAAAABZwAAAAADYgAAAAABZwAAAAACZwAAAAABYgAAAAABbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABTgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAaAAAAAACaAAAAAADaAAAAAABYgAAAAAAZwAAAAACZwAAAAADZwAAAAAAYgAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAAATgAAAAAAegAAAAAAaAAAAAACaAAAAAACaAAAAAADZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADEQAAAAAAEQAAAAAAegAAAAAAaAAAAAAAaAAAAAADTQAAAAADegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAA + tiles: bQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAaAAAAAADbQAAAAAAWgAAAAADbQAAAAADbQAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAACbQAAAAABbQAAAAABbQAAAAABTgAAAAAAaAAAAAACbQAAAAACegAAAAAAbQAAAAADbQAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADTgAAAAAAaAAAAAAAbQAAAAABegAAAAAAbQAAAAACbQAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAaAAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAABaAAAAAACbgAAAAADbgAAAAAAbgAAAAACbQAAAAABTgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAaAAAAAABbgAAAAADbwAAAAADbgAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAaAAAAAACbgAAAAACbwAAAAAAbgAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAAATgAAAAAAegAAAAAAbQAAAAABbQAAAAACegAAAAAAaAAAAAADbgAAAAADbwAAAAAAbgAAAAABbQAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABegAAAAAAYgAAAAACZwAAAAABZwAAAAACYgAAAAADbgAAAAABbgAAAAAAbgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAAAegAAAAAAaAAAAAABZwAAAAADZwAAAAACYgAAAAABbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAAAbQAAAAADegAAAAAAaAAAAAAAZwAAAAADZwAAAAAAYgAAAAADegAAAAAAegAAAAAAbQAAAAADbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAaAAAAAAAZwAAAAADZwAAAAAAYgAAAAADbQAAAAAAbQAAAAACbQAAAAABbQAAAAAATgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAYgAAAAADZwAAAAABZwAAAAABZwAAAAAAYgAAAAABZwAAAAACZwAAAAAAYgAAAAAAbQAAAAABbQAAAAADbQAAAAAAbQAAAAAATgAAAAAAEQAAAAAAEQAAAAAAegAAAAAAaAAAAAADaAAAAAADaAAAAAABYgAAAAABZwAAAAACZwAAAAAAZwAAAAADYgAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACegAAAAAAbQAAAAACTgAAAAAAegAAAAAAaAAAAAACaAAAAAAAaAAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAABEQAAAAAAEQAAAAAAegAAAAAAaAAAAAACaAAAAAAATQAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: TQAAAAAAaAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAaAAAAAADegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAABYQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAATQAAAAADaAAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABegAAAAAATQAAAAACaAAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAATQAAAAAAaAAAAAABegAAAAAAegAAAAAAFQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACaAAAAAACWgAAAAABawAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABYQAAAAAAWgAAAAADWgAAAAAAWgAAAAADTQAAAAADaAAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAawAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADTQAAAAAAaAAAAAADegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAaAAAAAADegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACegAAAAAAYwAAAAAAYwAAAAAAYwAAAAABYwAAAAABegAAAAAAYwAAAAAAYwAAAAABZwAAAAAAaAAAAAACegAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAegAAAAAAYwAAAAADYwAAAAABYwAAAAADYwAAAAAAegAAAAAAYwAAAAAAYwAAAAABZwAAAAAAYgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAYwAAAAADYwAAAAABYwAAAAABYwAAAAAAegAAAAAAYwAAAAAAYwAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAAAYQAAAAAAWgAAAAACYQAAAAAAYQAAAAAAWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TQAAAAABaAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAaAAAAAADegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAADYQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAATQAAAAABaAAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABegAAAAAATQAAAAADaAAAAAADegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAATQAAAAABaAAAAAAAegAAAAAAegAAAAAAFQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABaAAAAAABWgAAAAAAawAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAYQAAAAAAWgAAAAACWgAAAAADWgAAAAABTQAAAAACaAAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAawAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACTQAAAAABaAAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADaAAAAAACegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAYwAAAAACYwAAAAAAYwAAAAABYwAAAAACegAAAAAAYwAAAAADYwAAAAABZwAAAAACaAAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABegAAAAAAYwAAAAADYwAAAAABYwAAAAAAYwAAAAABegAAAAAAYwAAAAABYwAAAAAAZwAAAAADYgAAAAADegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAABegAAAAAAYwAAAAABYwAAAAAAYwAAAAACYwAAAAADegAAAAAAYwAAAAABYwAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAABYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAWgAAAAACWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: ZwAAAAACaAAAAAACTgAAAAAAHwAAAAACHwAAAAACHwAAAAADTgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACHgAAAAAAegAAAAAAQQAAAAAAIAAAAAABIAAAAAAAZwAAAAAAaAAAAAAAegAAAAAATgAAAAAAHwAAAAADHwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAIAAAAAACYgAAAAABYgAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAAAZwAAAAACYgAAAAACYgAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAADZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAABYgAAAAAAYgAAAAADZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAADaAAAAAACaAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADaAAAAAABegAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAADaAAAAAADaAAAAAABegAAAAAAWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAADaAAAAAACaAAAAAADegAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAAAaAAAAAABaAAAAAABegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAaAAAAAAAaAAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADaAAAAAADaAAAAAAAWgAAAAABWgAAAAADWgAAAAADawAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABYQAAAAAAWgAAAAADWgAAAAABWgAAAAABawAAAAABaAAAAAADaAAAAAAAegAAAAAAegAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADaAAAAAACegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAaAAAAAAAaAAAAAAAegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAawAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACegAAAAAATQAAAAADaAAAAAACegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAYQAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAA + tiles: ZwAAAAABaAAAAAACTgAAAAAAHwAAAAADHwAAAAACHwAAAAABTgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAADegAAAAAAQQAAAAAAIAAAAAAAIAAAAAAAZwAAAAACaAAAAAAAegAAAAAATgAAAAAAHwAAAAAAHwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAIAAAAAADYgAAAAAAYgAAAAAAZwAAAAABZwAAAAAAZwAAAAADZwAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAACZwAAAAABYgAAAAAAYgAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAADZwAAAAADYgAAAAAAYgAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAADaAAAAAABaAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACegAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADaAAAAAADaAAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAABaAAAAAADaAAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAaAAAAAADaAAAAAADegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAaAAAAAADaAAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAADaAAAAAABaAAAAAACWgAAAAACWgAAAAABWgAAAAACawAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADYQAAAAAAWgAAAAAAWgAAAAABWgAAAAACawAAAAADaAAAAAAAaAAAAAAAegAAAAAAegAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAABegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAaAAAAAADaAAAAAADegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAawAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACegAAAAAATQAAAAABaAAAAAADegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAYQAAAAAAWgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: DgAAAAADDgAAAAABDgAAAAAADgAAAAACIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABegAAAAAAZQAAAAAAZQAAAAACZQAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAACIwAAAAAAIwAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAAADgAAAAADegAAAAAAZQAAAAACZQAAAAADZQAAAAAADgAAAAABDgAAAAADDgAAAAACDgAAAAACIwAAAAADIwAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAAAIwAAAAACIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAABIwAAAAABIwAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAIwAAAAAAIwAAAAAADgAAAAADDgAAAAADDgAAAAACDgAAAAAAIwAAAAAAIwAAAAAAPQAAAAAAPQAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAABPQAAAAAAPQAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAABIwAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABIwAAAAACIwAAAAABPQAAAAAAPQAAAAAAIwAAAAAAIwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAACIwAAAAADTgAAAAAAPQAAAAAAIwAAAAABIwAAAAACPQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAACTgAAAAAAPQAAAAAAIwAAAAABIwAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAAIwAAAAACIwAAAAAAegAAAAAAPQAAAAAAIwAAAAACIwAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAIwAAAAACIwAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAAAMQAAAAACMQAAAAACegAAAAAAIwAAAAAAIwAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAAMQAAAAACMQAAAAADMQAAAAABTgAAAAAAIwAAAAAAIwAAAAAAQQAAAAAAQQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAMQAAAAADMQAAAAACMQAAAAADTgAAAAAAIwAAAAACIwAAAAADTgAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAACKQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAMQAAAAABMQAAAAACMQAAAAABTgAAAAAAIwAAAAABIwAAAAADTgAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAADKQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA + tiles: DgAAAAAADgAAAAACDgAAAAACDgAAAAACIwAAAAABIwAAAAACDgAAAAADDgAAAAADDgAAAAABDgAAAAACDgAAAAABDgAAAAABegAAAAAAZQAAAAABZQAAAAADZQAAAAADDgAAAAADDgAAAAACDgAAAAAADgAAAAADIwAAAAACIwAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAADegAAAAAAZQAAAAADZQAAAAAAZQAAAAADDgAAAAAADgAAAAADDgAAAAACDgAAAAADIwAAAAACIwAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAAADgAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAADIwAAAAABIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADIwAAAAABIwAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAACDgAAAAACDgAAAAACIwAAAAAAIwAAAAACPQAAAAAAPQAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAAAPQAAAAAAPQAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAADIwAAAAACIwAAAAADIwAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAABIwAAAAABIwAAAAAAPQAAAAAAPQAAAAAAIwAAAAAAIwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAAATgAAAAAAPQAAAAAAIwAAAAAAIwAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAADTgAAAAAAPQAAAAAAIwAAAAABIwAAAAACPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAAIwAAAAADIwAAAAADegAAAAAAPQAAAAAAIwAAAAABIwAAAAABPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAIwAAAAAAIwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAAAMQAAAAADMQAAAAADegAAAAAAIwAAAAADIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAAMQAAAAABMQAAAAAAMQAAAAABTgAAAAAAIwAAAAABIwAAAAACQQAAAAAAQQAAAAAAKQAAAAACKQAAAAADKQAAAAACKQAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAMQAAAAADMQAAAAABMQAAAAABTgAAAAAAIwAAAAAAIwAAAAACTgAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAAAKQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAMQAAAAACMQAAAAACMQAAAAADTgAAAAAAIwAAAAACIwAAAAACTgAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: GAAAAAABGAAAAAAHGAAAAAAEGAAAAAAFYAAAAAADYAAAAAABXwAAAAABXwAAAAADXwAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAADGAAAAAAFGAAAAAAHGAAAAAABGAAAAAAFYAAAAAACYAAAAAADXwAAAAACXwAAAAACXwAAAAABDgAAAAACDgAAAAADDgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAAAGAAAAAACGAAAAAAAGAAAAAADGAAAAAAEYAAAAAAAYAAAAAADXwAAAAABXwAAAAABXwAAAAADDgAAAAABDgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAABDgAAAAACGAAAAAAHGAAAAAAFGAAAAAACGAAAAAAEYAAAAAABYAAAAAABXwAAAAACXwAAAAAAXwAAAAACTgAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAACGAAAAAAGGAAAAAAEGAAAAAABGAAAAAACYAAAAAADYAAAAAADXwAAAAADXwAAAAAAXwAAAAABTgAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAABGAAAAAACGAAAAAAEGAAAAAADGAAAAAAAYAAAAAABYAAAAAAAXwAAAAABXwAAAAADXwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAFGAAAAAADGAAAAAAEGAAAAAAEIAAAAAABIAAAAAADTgAAAAAAXwAAAAACXwAAAAADXwAAAAADXwAAAAADXwAAAAADXwAAAAACIwAAAAABIwAAAAAAIwAAAAADGAAAAAABGAAAAAAFGAAAAAAFGAAAAAAGIwAAAAADIwAAAAAAIwAAAAABXwAAAAACXwAAAAAAXwAAAAACXwAAAAADXwAAAAAAXwAAAAADTQAAAAACTQAAAAAATQAAAAABGAAAAAADGAAAAAAGGAAAAAAHGAAAAAABIAAAAAAAIAAAAAAATgAAAAAAXwAAAAADXwAAAAAAXwAAAAACXwAAAAACXwAAAAADXwAAAAACIwAAAAAAIwAAAAAAIwAAAAABGAAAAAAEGAAAAAAEGAAAAAADGAAAAAADYAAAAAABYAAAAAACXwAAAAADXwAAAAACXwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAHGAAAAAAEGAAAAAAEGAAAAAAHYAAAAAADYAAAAAAAXwAAAAADXwAAAAAAXwAAAAABXwAAAAADegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGAAAAAAHGAAAAAAGGAAAAAAGGAAAAAADYAAAAAACYAAAAAABXwAAAAADXwAAAAADXwAAAAACXwAAAAADegAAAAAAOwAAAAAALgAAAAADLgAAAAABOwAAAAAAOwAAAAAAGAAAAAAAGAAAAAAGGAAAAAAEGAAAAAACYAAAAAADYAAAAAADXwAAAAABXwAAAAADXwAAAAABXwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMQAAAAABGAAAAAACGAAAAAABGAAAAAAHGAAAAAACYAAAAAABYAAAAAADXwAAAAABXwAAAAAAXwAAAAADXwAAAAADegAAAAAAOwAAAAAALgAAAAABLgAAAAAAOwAAAAAAMQAAAAABGAAAAAAEGAAAAAADGAAAAAAGGAAAAAABYAAAAAAAYAAAAAAAXwAAAAABXwAAAAACXwAAAAACXwAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMQAAAAABGAAAAAAEGAAAAAACGAAAAAAFGAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAALgAAAAABLgAAAAADOwAAAAAAMQAAAAAC + tiles: GAAAAAAFGAAAAAAFGAAAAAADGAAAAAACYAAAAAAAYAAAAAADXwAAAAADXwAAAAABXwAAAAABegAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAADGAAAAAAFGAAAAAACGAAAAAABGAAAAAAFYAAAAAADYAAAAAAAXwAAAAACXwAAAAADXwAAAAABDgAAAAABDgAAAAACDgAAAAACDgAAAAABDgAAAAACDgAAAAADDgAAAAABGAAAAAAHGAAAAAABGAAAAAAEGAAAAAAGYAAAAAABYAAAAAACXwAAAAADXwAAAAAAXwAAAAACDgAAAAADDgAAAAACDgAAAAADDgAAAAAADgAAAAADDgAAAAADDgAAAAABGAAAAAAGGAAAAAAHGAAAAAACGAAAAAAGYAAAAAABYAAAAAADXwAAAAACXwAAAAADXwAAAAACTgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAADGAAAAAACGAAAAAAGGAAAAAADGAAAAAADYAAAAAADYAAAAAACXwAAAAABXwAAAAABXwAAAAADTgAAAAAADgAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAACGAAAAAAAGAAAAAAGGAAAAAAAGAAAAAABYAAAAAADYAAAAAAAXwAAAAAAXwAAAAACXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAAGAAAAAAGGAAAAAABGAAAAAAGIAAAAAADIAAAAAAATgAAAAAAXwAAAAABXwAAAAADXwAAAAADXwAAAAACXwAAAAAAXwAAAAACIwAAAAADIwAAAAACIwAAAAAAGAAAAAAGGAAAAAACGAAAAAAAGAAAAAAHIwAAAAACIwAAAAABIwAAAAACXwAAAAABXwAAAAACXwAAAAADXwAAAAABXwAAAAACXwAAAAACTQAAAAADTQAAAAACTQAAAAABGAAAAAAGGAAAAAAEGAAAAAABGAAAAAABIAAAAAAAIAAAAAABTgAAAAAAXwAAAAACXwAAAAAAXwAAAAABXwAAAAABXwAAAAABXwAAAAABIwAAAAABIwAAAAAAIwAAAAACGAAAAAABGAAAAAACGAAAAAAHGAAAAAAHYAAAAAABYAAAAAADXwAAAAABXwAAAAADXwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAFGAAAAAAFGAAAAAAHGAAAAAADYAAAAAADYAAAAAAAXwAAAAADXwAAAAABXwAAAAAAXwAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAGAAAAAABGAAAAAAGGAAAAAADGAAAAAAGYAAAAAAAYAAAAAABXwAAAAADXwAAAAADXwAAAAADXwAAAAACegAAAAAAOwAAAAAALgAAAAAALgAAAAABOwAAAAAAOwAAAAAAGAAAAAAHGAAAAAAHGAAAAAACGAAAAAAFYAAAAAABYAAAAAADXwAAAAABXwAAAAABXwAAAAAAXwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMQAAAAADGAAAAAAGGAAAAAAFGAAAAAACGAAAAAAGYAAAAAABYAAAAAAAXwAAAAADXwAAAAACXwAAAAADXwAAAAACegAAAAAAOwAAAAAALgAAAAAALgAAAAACOwAAAAAAMQAAAAABGAAAAAAGGAAAAAAEGAAAAAABGAAAAAACYAAAAAABYAAAAAADXwAAAAADXwAAAAABXwAAAAABXwAAAAACegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMQAAAAABGAAAAAADGAAAAAAHGAAAAAAHGAAAAAAHegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAALgAAAAAALgAAAAAAOwAAAAAAMQAAAAAD version: 6 -2,1: ind: -2,1 - tiles: FwAAAAAGFwAAAAADFwAAAAACFwAAAAAEFwAAAAADFwAAAAADFwAAAAADFwAAAAAAFwAAAAACFwAAAAAAFwAAAAAEBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAAFFwAAAAAFFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAGFwAAAAACFwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAFFwAAAAAGFwAAAAAFFwAAAAAGFwAAAAACFwAAAAACFwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAABFwAAAAACFwAAAAAFFwAAAAABFwAAAAAGFwAAAAAFFwAAAAABFwAAAAADBwAAAAABBwAAAAAABwAAAAAFBwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAACFwAAAAAEFwAAAAACFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAKBwAAAAAAFwAAAAAFFwAAAAAEFwAAAAAFFwAAAAABFwAAAAAFBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAACBwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: FwAAAAADFwAAAAADFwAAAAAEFwAAAAAGFwAAAAADFwAAAAAGFwAAAAADFwAAAAAAFwAAAAAGFwAAAAACFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAFwAAAAAAFwAAAAACFwAAAAAEFwAAAAADFwAAAAADFwAAAAAFFwAAAAAGFwAAAAABFwAAAAAFFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAGFwAAAAAEFwAAAAAFFwAAAAADFwAAAAAEFwAAAAAAFwAAAAABFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAABFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAABFwAAAAAFFwAAAAADFwAAAAABBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAMBwAAAAAGBwAAAAAAFwAAAAAAFwAAAAABFwAAAAAGFwAAAAAGFwAAAAADFwAAAAABFwAAAAADFwAAAAADBwAAAAAABwAAAAAEBwAAAAADBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAABFwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAIBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAEBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,0: ind: -3,0 - tiles: ZQAAAAADZQAAAAADZQAAAAADZQAAAAADZQAAAAABZQAAAAACZQAAAAACZQAAAAABZQAAAAADZQAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAACZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAADegAAAAAAZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAADZQAAAAACZQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAAAZQAAAAABZQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAAAawAAAAACZQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAADawAAAAACawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAAAZQAAAAADZQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAABFwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEFwAAAAAEFwAAAAADFwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFwAAAAACFwAAAAAFFwAAAAABFwAAAAAEFwAAAAAF + tiles: ZQAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAACZQAAAAABZQAAAAAAZQAAAAAAZQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAAAZQAAAAABZQAAAAADZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAABZQAAAAACZQAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAAAZQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAAAZQAAAAAAZQAAAAABZQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAACZQAAAAABZQAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAACawAAAAAAZQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAAAawAAAAAAawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAGFwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAABFwAAAAAAFwAAAAADFwAAAAADQQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFwAAAAACFwAAAAACFwAAAAACFwAAAAABFwAAAAAE version: 6 -2,-4: ind: -2,-4 - tiles: egAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAAEFwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAADegAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAAATQAAAAADTQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAAAIwAAAAABegAAAAAATgAAAAAATQAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAACTQAAAAACTgAAAAAAHgAAAAACHgAAAAADHgAAAAAAIwAAAAABIwAAAAAAIwAAAAADegAAAAAATgAAAAAATQAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAIAAAAAADTQAAAAACTgAAAAAAHgAAAAADHgAAAAADHgAAAAACIwAAAAACIwAAAAACIwAAAAABHgAAAAACTgAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAAATgAAAAAAegAAAAAATgAAAAAAJwAAAAACTgAAAAAAegAAAAAAeAAAAAAC + tiles: egAAAAAABwAAAAAABwAAAAAJFwAAAAADFwAAAAAGFwAAAAAEFwAAAAAEFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEgAAAAAAcgAAAAACEgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAcgAAAAAAcgAAAAACcgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAcgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAACIwAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAATgAAAAAATQAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAACIAAAAAADTQAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAADIwAAAAAAIwAAAAABIwAAAAACegAAAAAATgAAAAAATQAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAADTQAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAABIwAAAAABIwAAAAABIwAAAAABHgAAAAABTgAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAACTgAAAAAAegAAAAAATgAAAAAAJwAAAAADTgAAAAAAegAAAAAAeAAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: IAAAAAADQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAADeAAAAAABTgAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAeAAAAAACTgAAAAAAeAAAAAAATgAAAAAATgAAAAAAZwAAAAACZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAACWgAAAAADWgAAAAAALgAAAAAAWgAAAAADWgAAAAABWgAAAAABLgAAAAACWgAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADLgAAAAAAWgAAAAACWgAAAAABWgAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAWgAAAAADWgAAAAABLgAAAAACWgAAAAAAWgAAAAADWgAAAAADLgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADegAAAAAAawAAAAACegAAAAAAXwAAAAAAXwAAAAADXwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACegAAAAAAYQAAAAAAegAAAAAAXwAAAAABXwAAAAACXwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAegAAAAAAYQAAAAAAegAAAAAAXwAAAAACXwAAAAABXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADYQAAAAAAWgAAAAACegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAawAAAAACWgAAAAACWgAAAAABWgAAAAACegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABYQAAAAAAegAAAAAAWgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: IAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAAAeAAAAAADTgAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAeAAAAAAATgAAAAAAeAAAAAADTgAAAAAATgAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACWgAAAAADWgAAAAAALgAAAAABWgAAAAACWgAAAAACWgAAAAAALgAAAAACWgAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAACZwAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACLgAAAAABWgAAAAADWgAAAAABWgAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAACWgAAAAACWgAAAAACLgAAAAAAWgAAAAAAWgAAAAACWgAAAAACLgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABegAAAAAAawAAAAADegAAAAAAXwAAAAABXwAAAAAAXwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACegAAAAAAYQAAAAAAegAAAAAAXwAAAAACXwAAAAADXwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABegAAAAAAYQAAAAAAegAAAAAAXwAAAAAAXwAAAAABXwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABYQAAAAAAWgAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAawAAAAABWgAAAAAAWgAAAAADWgAAAAABegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAADYQAAAAAAegAAAAAAWgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: WgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACLgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAADegAAAAAALgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAADWgAAAAABLgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAADegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABLgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAALgAAAAACegAAAAAAHwAAAAADHwAAAAAAHwAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAABHwAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAZwAAAAACYgAAAAAAegAAAAAAHwAAAAABHwAAAAAAHwAAAAACTgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACegAAAAAAQQAAAAAAIAAAAAAAQQAAAAAAZwAAAAAAaAAAAAADHwAAAAADHwAAAAABHwAAAAADHwAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADegAAAAAAQQAAAAAAIAAAAAACQQAAAAAAZwAAAAACaAAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABIAAAAAACIAAAAAAAIAAAAAAC + tiles: WgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABLgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAegAAAAAALgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAbQAAAAACbQAAAAAAWgAAAAAALgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABegAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAABegAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADLgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAALgAAAAADegAAAAAAHwAAAAABHwAAAAACHwAAAAADTgAAAAAAHgAAAAACHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAACHwAAAAACHwAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAACegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAZwAAAAAAYgAAAAAAegAAAAAAHwAAAAABHwAAAAACHwAAAAAATgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAACegAAAAAAQQAAAAAAIAAAAAABQQAAAAAAZwAAAAABaAAAAAACHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAADegAAAAAAQQAAAAAAIAAAAAABQQAAAAAAZwAAAAABaAAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAABIAAAAAADIAAAAAADIAAAAAAD version: 6 3,-3: ind: 3,-3 - tiles: WgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACLgAAAAACWgAAAAACWgAAAAABWgAAAAADLgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADLgAAAAACWgAAAAAAWgAAAAADWgAAAAACLgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAALgAAAAACWgAAAAADWgAAAAABWgAAAAADLgAAAAACWgAAAAABWgAAAAADbQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAABbQAAAAADegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAAAeAAAAAABeAAAAAABeAAAAAADIAAAAAABQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAABIAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAACIAAAAAACQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAACegAAAAAAegAAAAAA + tiles: WgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADLgAAAAAAWgAAAAACWgAAAAADWgAAAAACLgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACLgAAAAADWgAAAAABWgAAAAAAWgAAAAAALgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABLgAAAAABWgAAAAADWgAAAAAAWgAAAAAALgAAAAACWgAAAAABWgAAAAAAbQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADbQAAAAACbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAADegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAABeAAAAAADIAAAAAADQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAAAIAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAACeAAAAAACeAAAAAACeAAAAAAAeAAAAAADeAAAAAABIAAAAAABQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAABeAAAAAAAegAAAAAAegAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: ZQAAAAAAZQAAAAACaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAbQAAAAACbQAAAAACZQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAABPQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADbQAAAAABegAAAAAAbQAAAAADPQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAbQAAAAAAPQAAAAAAPQAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAABbQAAAAAAbQAAAAADTgAAAAAAbQAAAAADPQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAABTgAAAAAAbQAAAAABLQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAADbQAAAAAALQAAAAAAegAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAEQAAAAAAegAAAAAAbQAAAAACLQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAbQAAAAACegAAAAAABwAAAAAABwAAAAAFQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAABwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAACQQAAAAAABwAAAAAABwAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAB + tiles: ZQAAAAAAZQAAAAABaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAbQAAAAACbQAAAAACZQAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAAAbQAAAAABbQAAAAACbQAAAAABPQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAACPQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAADTgAAAAAAbQAAAAADPQAAAAAAPQAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAbQAAAAABPQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAABTgAAAAAAbQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAAAbQAAAAABbQAAAAADLQAAAAAAegAAAAAAfQAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAEQAAAAAAegAAAAAAbQAAAAABLQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAbQAAAAACegAAAAAABwAAAAAABwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAABwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABQQAAAAAABwAAAAAKBwAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: TgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAADTQAAAAABTQAAAAADTgAAAAAAegAAAAAATgAAAAAAJwAAAAADTgAAAAAAegAAAAAAeAAAAAABTgAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAJwAAAAABegAAAAAAegAAAAAAeAAAAAACTgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAJwAAAAADegAAAAAAeAAAAAADeAAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAADawAAAAABegAAAAAATgAAAAAAJwAAAAADHgAAAAACeAAAAAABeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAawAAAAAAegAAAAAATgAAAAAAJwAAAAAAegAAAAAAeAAAAAADeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeAAAAAADeAAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAeAAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADegAAAAAAeAAAAAACeAAAAAABegAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAACegAAAAAAWgAAAAABWgAAAAADTgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAeAAAAAACeAAAAAADegAAAAAAeAAAAAAAeAAAAAAAeAAAAAADegAAAAAAGAAAAAAHGAAAAAACGAAAAAABGAAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAeAAAAAACeAAAAAACeAAAAAAAeAAAAAADeAAAAAAAeAAAAAABegAAAAAAGAAAAAABGAAAAAAEGAAAAAADGAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAATQAAAAACTgAAAAAAegAAAAAATgAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAAATgAAAAAAegAAAAAATgAAAAAAJwAAAAACTgAAAAAAegAAAAAAeAAAAAABTgAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAJwAAAAABegAAAAAAegAAAAAAeAAAAAADTgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAJwAAAAAAegAAAAAAeAAAAAAAeAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAACawAAAAAAegAAAAAATgAAAAAAJwAAAAADHgAAAAADeAAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAawAAAAAAegAAAAAATgAAAAAAJwAAAAACegAAAAAAeAAAAAADeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeAAAAAABeAAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAeAAAAAABeAAAAAAAeAAAAAACeAAAAAACeAAAAAAAeAAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAAAegAAAAAAeAAAAAADeAAAAAACegAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAACeAAAAAACegAAAAAAWgAAAAADWgAAAAACTgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAeAAAAAABeAAAAAACegAAAAAAeAAAAAAAeAAAAAACeAAAAAABegAAAAAAGAAAAAACGAAAAAADGAAAAAAAGAAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAACeAAAAAABegAAAAAAGAAAAAABGAAAAAACGAAAAAADGAAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABegAAAAAAegAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: eAAAAAABeAAAAAABeAAAAAADeAAAAAACeAAAAAABeAAAAAACeAAAAAADeAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAADegAAAAAAaAAAAAABaAAAAAAAWgAAAAACeAAAAAADeAAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAAAeAAAAAACeAAAAAAAeAAAAAADTgAAAAAAaAAAAAABaAAAAAABWgAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAAAeAAAAAADTgAAAAAAaAAAAAACaAAAAAADWgAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAACeAAAAAACaAAAAAAAaAAAAAADWgAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAABeAAAAAADeAAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAAAeAAAAAACTgAAAAAAaAAAAAABaAAAAAACWgAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAABeAAAAAAAeAAAAAADeAAAAAABeAAAAAABeAAAAAADTgAAAAAAaAAAAAABaAAAAAADWgAAAAAAeAAAAAAAeAAAAAACeAAAAAAAeAAAAAABeAAAAAACeAAAAAACeAAAAAAAeAAAAAACeAAAAAAAeAAAAAABeAAAAAABeAAAAAAAegAAAAAAaAAAAAACaAAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAABTQAAAAAATQAAAAABTQAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAATQAAAAABTQAAAAADTQAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAADDgAAAAADegAAAAAAZQAAAAABegAAAAAAZQAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAACIwAAAAACIwAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAADDgAAAAADegAAAAAAZQAAAAABegAAAAAAZQAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAIwAAAAABIwAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAAADgAAAAABDgAAAAABZQAAAAAAZQAAAAABZQAAAAABZQAAAAAC + tiles: eAAAAAADeAAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAAAeAAAAAABeAAAAAACeAAAAAADegAAAAAAaAAAAAAAaAAAAAACWgAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAADeAAAAAACeAAAAAAAeAAAAAAAeAAAAAADeAAAAAABTgAAAAAAaAAAAAADaAAAAAAAWgAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADeAAAAAADTgAAAAAAaAAAAAABaAAAAAABWgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAACeAAAAAADeAAAAAACeAAAAAADeAAAAAACeAAAAAAAeAAAAAACeAAAAAAAeAAAAAABaAAAAAACaAAAAAABWgAAAAADeAAAAAACeAAAAAABeAAAAAACeAAAAAABeAAAAAADeAAAAAACeAAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAACeAAAAAABTgAAAAAAaAAAAAABaAAAAAACWgAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAABTgAAAAAAaAAAAAADaAAAAAADWgAAAAACeAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAAAeAAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAAAeAAAAAABegAAAAAAaAAAAAADaAAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAABTQAAAAABTQAAAAADTQAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAACTQAAAAABTQAAAAACTQAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAACDgAAAAACegAAAAAAZQAAAAADegAAAAAAZQAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAACIwAAAAADIwAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAACegAAAAAAZQAAAAABegAAAAAAZQAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAAAIwAAAAADIwAAAAADDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAABZQAAAAACZQAAAAABZQAAAAACZQAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: WgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABMQAAAAADMQAAAAAAMQAAAAAAMQAAAAABMQAAAAACMQAAAAADMQAAAAACMQAAAAABMQAAAAADMQAAAAABMQAAAAADMQAAAAADMQAAAAABWgAAAAABWgAAAAADWgAAAAAAMQAAAAADMQAAAAAAMQAAAAACMQAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAADMQAAAAADMQAAAAAAMQAAAAADMQAAAAADMQAAAAACWgAAAAACWgAAAAACWgAAAAACMQAAAAABMQAAAAADMQAAAAAAMQAAAAAAMQAAAAADMQAAAAACMQAAAAAAMQAAAAADMQAAAAAAMQAAAAADMQAAAAABMQAAAAADMQAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAACTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAADTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAbQAAAAAAbQAAAAAB + tiles: WgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAABMQAAAAABMQAAAAAAMQAAAAAAMQAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAACMQAAAAACMQAAAAADMQAAAAACMQAAAAAAMQAAAAACWgAAAAAAWgAAAAAAWgAAAAABMQAAAAACMQAAAAACMQAAAAADMQAAAAABMQAAAAAAMQAAAAABMQAAAAADMQAAAAADMQAAAAABMQAAAAACMQAAAAAAMQAAAAABMQAAAAABWgAAAAABWgAAAAACWgAAAAABMQAAAAACMQAAAAAAMQAAAAADMQAAAAACMQAAAAABMQAAAAADMQAAAAACMQAAAAABMQAAAAAAMQAAAAABMQAAAAABMQAAAAABMQAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAADTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAADTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAbQAAAAABbQAAAAAD version: 6 1,-3: ind: 1,-3 - tiles: WgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACMQAAAAACMQAAAAABMQAAAAABMQAAAAACMQAAAAAAMQAAAAAAMQAAAAABMQAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAABMQAAAAADMQAAAAADMQAAAAABMQAAAAADMQAAAAACMQAAAAABMQAAAAABMQAAAAACWgAAAAACWgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADWgAAAAAAWgAAAAACMQAAAAADMQAAAAACMQAAAAAAMQAAAAADMQAAAAACMQAAAAADMQAAAAACMQAAAAABWgAAAAACWgAAAAABUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaAAAAAADaAAAAAADTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACTgAAAAAAaAAAAAACaAAAAAABaAAAAAACaAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACaAAAAAAAaAAAAAADaAAAAAADaAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAABTgAAAAAAaAAAAAACaAAAAAAAaAAAAAABaAAAAAADWgAAAAABegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAaAAAAAABaAAAAAAAaAAAAAACaAAAAAAAbQAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACTgAAAAAAaAAAAAADaAAAAAAAaAAAAAADYgAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACTgAAAAAAaAAAAAACaAAAAAAAaAAAAAABaAAAAAAAbQAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAADTgAAAAAAYgAAAAAAZwAAAAAAZwAAAAACYgAAAAAB + tiles: WgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACMQAAAAACMQAAAAACMQAAAAAAMQAAAAABMQAAAAAAMQAAAAABMQAAAAADMQAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACMQAAAAACMQAAAAACMQAAAAABMQAAAAABMQAAAAABMQAAAAACMQAAAAAAMQAAAAABWgAAAAAAWgAAAAACUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAWgAAAAABWgAAAAADMQAAAAACMQAAAAAAMQAAAAACMQAAAAACMQAAAAACMQAAAAACMQAAAAADMQAAAAABWgAAAAABWgAAAAABUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaAAAAAADaAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAADTgAAAAAAaAAAAAACaAAAAAABaAAAAAACaAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAACaAAAAAACaAAAAAACaAAAAAACaAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAABTgAAAAAAaAAAAAADaAAAAAADaAAAAAACaAAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaAAAAAABaAAAAAABaAAAAAADaAAAAAAAbQAAAAABegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAAATgAAAAAAaAAAAAADaAAAAAABaAAAAAACYgAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAATgAAAAAAaAAAAAABaAAAAAAAaAAAAAABaAAAAAABbQAAAAABegAAAAAAbQAAAAABbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAABTgAAAAAAYgAAAAAAZwAAAAAAZwAAAAADYgAAAAAB version: 6 0,2: ind: 0,2 - tiles: egAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABQQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACQQAAAAAAQQAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABQQAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACQQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABQQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: WgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAACegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 2,2: ind: 2,2 @@ -236,43 +237,43 @@ entities: version: 6 -3,-1: ind: -3,-1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAAGAAAAAADGAAAAAAFGAAAAAAGGAAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAYQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAACegAAAAAAdwAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACawAAAAACawAAAAADWgAAAAABZQAAAAABZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAATgAAAAAAZQAAAAADaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAADZQAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAABZQAAAAADZQAAAAABZQAAAAAAZQAAAAACZQAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAADZQAAAAACZQAAAAAAZQAAAAACZQAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAABZQAAAAAATgAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAFGAAAAAADGAAAAAAGGAAAAAAFGAAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAYQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAADegAAAAAAdwAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABawAAAAADawAAAAADWgAAAAAAZQAAAAABZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAATgAAAAAAZQAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAAAZQAAAAACZQAAAAACZQAAAAACZQAAAAADZQAAAAABZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAADZQAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAABZQAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAADTgAAAAAATgAAAAAATgAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAFgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaAAAAAACaAAAAAADaAAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADTgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAaAAAAAACaAAAAAABaAAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAACaAAAAAAAaAAAAAAAaAAAAAACUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaAAAAAAAaAAAAAACaAAAAAADUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACaAAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAeAAAAAACeAAAAAACeAAAAAAAeAAAAAABaAAAAAAAaAAAAAADaAAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAD + tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAFgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAFgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaAAAAAABaAAAAAABaAAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADTgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAADaAAAAAABaAAAAAABaAAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAADaAAAAAADaAAAAAADaAAAAAADUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaAAAAAADaAAAAAADaAAAAAADUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAAAaAAAAAACaAAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAADaAAAAAABaAAAAAADaAAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADeAAAAAACeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: aQAAAAAAHgAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAJAAAAAAAHgAAAAACHgAAAAACHgAAAAACJAAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACegAAAAAAJAAAAAAAHgAAAAADHgAAAAAAHgAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAABegAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAHgAAAAABegAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAAAdwAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAACTgAAAAAAegAAAAAA + tiles: aQAAAAAAHgAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAAAegAAAAAAegAAAAAAJAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACJAAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACegAAAAAAJAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAACegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAACegAAAAAAdwAAAAACdwAAAAAAdwAAAAADegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAADegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAADegAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAACegAAAAAAegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAACdwAAAAABdwAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAABdwAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAAATgAAAAAAegAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: HgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACIgAAAAAAHgAAAAADHgAAAAAAegAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAADeAAAAAACUAAAAAAAegAAAAAAHgAAAAACHgAAAAAAIgAAAAAAHgAAAAACHgAAAAACegAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABeAAAAAACUAAAAAAAegAAAAAAHgAAAAAAHgAAAAAAIgAAAAABHgAAAAACHgAAAAABegAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADeAAAAAABUAAAAAAAegAAAAAAHgAAAAACHgAAAAAAIgAAAAACHgAAAAADHgAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAADeAAAAAABeAAAAAABeAAAAAAAeAAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAIgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAAAdwAAAAAAegAAAAAAHgAAAAAAHgAAAAADIgAAAAABHgAAAAABHgAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADdwAAAAAAdwAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAADIgAAAAAAHgAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAADeAAAAAAAdwAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAAATgAAAAAAHgAAAAAAIgAAAAAAHgAAAAADegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAeAAAAAACeAAAAAADeAAAAAAAeAAAAAADdwAAAAACegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAACegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAABdwAAAAACegAAAAAAHgAAAAADIgAAAAAAIgAAAAABIgAAAAAAHgAAAAABWgAAAAABHgAAAAACHgAAAAACHgAAAAACegAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAADdwAAAAABegAAAAAAHgAAAAABIgAAAAAAIgAAAAAAIgAAAAADHgAAAAACTgAAAAAAHgAAAAABIgAAAAADHgAAAAACegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACdwAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAeAAAAAACeAAAAAACeAAAAAACeAAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAATgAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAATgAAAAAAeAAAAAADTgAAAAAA + tiles: HgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAADegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACIgAAAAADHgAAAAABHgAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAADeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAeAAAAAAAUAAAAAAAegAAAAAAHgAAAAACHgAAAAABIgAAAAAAHgAAAAABHgAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAACeAAAAAAAeAAAAAAAUAAAAAAAegAAAAAAHgAAAAAAHgAAAAACIgAAAAAAHgAAAAABHgAAAAABegAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAADeAAAAAACUAAAAAAAegAAAAAAHgAAAAACHgAAAAABIgAAAAADHgAAAAACHgAAAAADegAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAABeAAAAAAAeAAAAAACeAAAAAADeAAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABIgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAeAAAAAABeAAAAAAAeAAAAAABdwAAAAADegAAAAAAHgAAAAACHgAAAAAAIgAAAAADHgAAAAAAHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAABdwAAAAACdwAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAAAIgAAAAADHgAAAAADegAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAACdwAAAAADegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACTgAAAAAAHgAAAAADIgAAAAAAHgAAAAACegAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAeAAAAAADeAAAAAADeAAAAAACeAAAAAABdwAAAAABegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAAAegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAABdwAAAAACegAAAAAAHgAAAAAAIgAAAAACIgAAAAABIgAAAAADHgAAAAADWgAAAAAAHgAAAAACHgAAAAAAHgAAAAABegAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAdwAAAAABegAAAAAAHgAAAAADIgAAAAAAIgAAAAAAIgAAAAACHgAAAAACTgAAAAAAHgAAAAABIgAAAAACHgAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAADdwAAAAABegAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAADegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAATgAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAeAAAAAAATgAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: egAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAABGAAAAAAFGAAAAAAFGAAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAADIwAAAAABegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAABGAAAAAACGAAAAAABGAAAAAAHegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAACIwAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAGGAAAAAACGAAAAAACGAAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAAAIwAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAFGAAAAAACGAAAAAAHGAAAAAACegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAAAIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAAGAAAAAAEGAAAAAAHGAAAAAAETgAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAACIwAAAAABegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAFGAAAAAADGAAAAAABGAAAAAAHTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAACIwAAAAADegAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAHGAAAAAAGGAAAAAAEGAAAAAACTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAACIwAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAFGAAAAAADGAAAAAAFGAAAAAAATgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAABIwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAADGAAAAAAFGAAAAAADGAAAAAAGTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAAAIwAAAAACegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAAGAAAAAACGAAAAAAGGAAAAAADTgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAFGAAAAAADGAAAAAAAGAAAAAAGTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAAGAAAAAACGAAAAAADGAAAAAABTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAGGAAAAAAAGAAAAAAEGAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAEGAAAAAADGAAAAAAEGAAAAAAGegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAAGAAAAAAAGAAAAAABGAAAAAAGGAAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEGAAAAAAAGAAAAAAGGAAAAAADGAAAAAAH + tiles: egAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAAHGAAAAAAEGAAAAAAGGAAAAAAHegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAAAIwAAAAACegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAEGAAAAAAFGAAAAAAFGAAAAAAGegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAABIwAAAAACegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAHGAAAAAAFGAAAAAAEGAAAAAACegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAAAIwAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAGGAAAAAABGAAAAAABGAAAAAAEegAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAABGAAAAAAHGAAAAAACGAAAAAAFTgAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAABIwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAACGAAAAAABGAAAAAAAGAAAAAABTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAADIwAAAAACegAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAACGAAAAAAAGAAAAAABGAAAAAAETgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAABIwAAAAACegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAABGAAAAAAGGAAAAAAHGAAAAAAATgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAACIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAFGAAAAAAHGAAAAAAFGAAAAAAGTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAIwAAAAADIwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAHGAAAAAAAGAAAAAAEGAAAAAAHTgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAEGAAAAAACGAAAAAACGAAAAAABTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAAEGAAAAAABGAAAAAAHGAAAAAACTgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAGAAAAAACGAAAAAAAGAAAAAAHGAAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGAAAAAADGAAAAAAFGAAAAAADGAAAAAAEegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAGGAAAAAAAGAAAAAABGAAAAAAAGAAAAAAEegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAFGAAAAAAGGAAAAAADGAAAAAAAGAAAAAAE version: 6 3,-1: ind: 3,-1 - tiles: awAAAAABYQAAAAAAegAAAAAAawAAAAABegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAawAAAAADWgAAAAAAegAAAAAAWgAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAawAAAAADWgAAAAABWgAAAAADWgAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAWgAAAAADYQAAAAAAYQAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAYwAAAAABegAAAAAAegAAAAAAWgAAAAABYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAYwAAAAABYwAAAAABegAAAAAAYQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAYwAAAAABYwAAAAACegAAAAAAWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAYwAAAAADYwAAAAAAegAAAAAAWgAAAAABYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + tiles: awAAAAABYQAAAAAAegAAAAAAawAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAawAAAAACWgAAAAACegAAAAAAWgAAAAACegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAawAAAAACWgAAAAAAWgAAAAAAWgAAAAADYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAYwAAAAADegAAAAAAegAAAAAAWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAYwAAAAAAYwAAAAADegAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAYwAAAAACYwAAAAAAegAAAAAAWgAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAYwAAAAACYwAAAAACegAAAAAAWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALgAAAAABWgAAAAADLgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACLgAAAAAAWgAAAAADWgAAAAABWgAAAAADLgAAAAAAWgAAAAABWgAAAAAAWgAAAAAALgAAAAACWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACWgAAAAABWgAAAAAAWgAAAAADLgAAAAADWgAAAAABWgAAAAADWgAAAAABLgAAAAABWgAAAAABWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAALgAAAAACWgAAAAABWgAAAAADWgAAAAACLgAAAAADWgAAAAAAWgAAAAAAWgAAAAABLgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAACegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAAAAAAAAAegAAAAAAcgAAAAAALQAAAAAAcgAAAAABegAAAAAAAAAAAAAAegAAAAAALgAAAAACWgAAAAADLgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAATgAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAALgAAAAABWgAAAAACWgAAAAACWgAAAAACLgAAAAAAWgAAAAADWgAAAAAAWgAAAAABLgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABWgAAAAAAWgAAAAAAWgAAAAACLgAAAAACWgAAAAACWgAAAAADWgAAAAADLgAAAAABWgAAAAACWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAALgAAAAACWgAAAAABWgAAAAABWgAAAAACLgAAAAADWgAAAAACWgAAAAAAWgAAAAACLgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: WgAAAAABLgAAAAAAWgAAAAABWgAAAAADWgAAAAAALgAAAAAAWgAAAAADWgAAAAABWgAAAAADLgAAAAACWgAAAAAALgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAWgAAAAADLgAAAAAAWgAAAAAAWgAAAAACWgAAAAADLgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADLgAAAAACWgAAAAABWgAAAAACWgAAAAABLgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABLgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADLgAAAAADWgAAAAADLgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAABTgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAALgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAABTgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAALgAAAAACWgAAAAACLgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACLgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADWgAAAAADLgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACLgAAAAABWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAABLgAAAAABWgAAAAACWgAAAAADWgAAAAAALgAAAAACWgAAAAACWgAAAAABWgAAAAADLgAAAAADWgAAAAAALgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAACLgAAAAAAWgAAAAACWgAAAAAAWgAAAAADLgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABLgAAAAADWgAAAAADWgAAAAABWgAAAAABLgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADLgAAAAADWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACLgAAAAADWgAAAAADLgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAALgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADLgAAAAADWgAAAAACLgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADLgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAATgAAAAAALQAAAAAAcgAAAAADLQAAAAAATgAAAAAAAAAAAAAATgAAAAAALgAAAAADWgAAAAADLgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAATgAAAAAALQAAAAAAcgAAAAABLQAAAAAATgAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAATgAAAAAALQAAAAAAcgAAAAABLQAAAAAATgAAAAAAAAAAAAAAegAAAAAAWgAAAAACLgAAAAAAWgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAATgAAAAAAcgAAAAAAcgAAAAABcgAAAAAATgAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeAAAAAACegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAAAeAAAAAADegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAACeAAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAADeAAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAaQAAAAAAdwAAAAACdwAAAAABeAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAFgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAD + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAADaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADYQAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeAAAAAABegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAACeAAAAAACegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAABeAAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAeAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAaQAAAAAAdwAAAAABdwAAAAABeAAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAFgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAA version: 6 1,-5: ind: 1,-5 - tiles: TgAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAACegAAAAAAaQAAAAAAegAAAAAAIAAAAAABHgAAAAACegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAACIwAAAAADHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAIAAAAAAAHgAAAAABegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAACHgAAAAABJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAADegAAAAAAaQAAAAAAegAAAAAAIAAAAAAAHgAAAAABegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADJAAAAAAAHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAAAHgAAAAACJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACJAAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAIAAAAAADHgAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADIwAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAIAAAAAAAHgAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAADHgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAIAAAAAACHgAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACJAAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAHgAAAAAAHgAAAAACJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAABegAAAAAAaQAAAAAAegAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACJAAAAAAAHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAA version: 6 2,-5: ind: 2,-5 @@ -280,31 +281,31 @@ entities: version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAABFwAAAAABFwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAACFwAAAAAGFwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAACeAAAAAACeAAAAAACegAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAACeAAAAAADTgAAAAAAWgAAAAAAWgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAABeAAAAAACWgAAAAADWgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAACeAAAAAACTgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAABegAAAAAAGAAAAAAGGAAAAAAAGAAAAAABGAAAAAAHaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAACeAAAAAACegAAAAAAGAAAAAAHGAAAAAAAGAAAAAAAGAAAAAAH + tiles: AAAAAAAAAAAAAAAABwAAAAAABwAAAAAMFwAAAAABFwAAAAADFwAAAAAAFwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAACFwAAAAABFwAAAAABFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAAegAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAABegAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAABeAAAAAADTgAAAAAAWgAAAAABWgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAAAWgAAAAACWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAADTgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAADegAAAAAAGAAAAAAHGAAAAAAHGAAAAAAGGAAAAAAHaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAABegAAAAAAGAAAAAAAGAAAAAADGAAAAAAEGAAAAAAC version: 6 -3,-4: ind: -3,-4 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAEBwAAAAALBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAIBwAAAAADBwAAAAAIBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAHBwAAAAACBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAJegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAADBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAACBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAHBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAALBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACBwAAAAAFBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAFFwAAAAABFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADAAAAAAAABwAAAAAABwAAAAAMBwAAAAAAFwAAAAACFwAAAAAGFwAAAAAFFwAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAACFwAAAAAEFwAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAKBwAAAAACBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEegAAAAAAegAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFegAAAAAAegAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAACBwAAAAADBwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAJBwAAAAAABwAAAAAMBwAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAADBwAAAAAABwAAAAAEBwAAAAAIBwAAAAAABwAAAAAABwAAAAAFBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAFBwAAAAAABwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACBwAAAAAABwAAAAAABwAAAAAHBwAAAAAMBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADBwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAAFwAAAAAFFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAFFwAAAAADFwAAAAAFFwAAAAADFwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAAFwAAAAAEFwAAAAABFwAAAAACFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: egAAAAAAFwAAAAAGFwAAAAAGFwAAAAACFwAAAAACFwAAAAADTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAADFwAAAAACFwAAAAADFwAAAAAEFwAAAAAATgAAAAAATgAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABFwAAAAABFwAAAAABFwAAAAACFwAAAAAGTgAAAAAAFwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAFwAAAAADFwAAAAAFFwAAAAADFwAAAAABFwAAAAAEFwAAAAAFTgAAAAAAFwAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAABQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAATgAAAAAAFwAAAAACAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAFwAAAAADFwAAAAAEFwAAAAAEQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAFFwAAAAAEQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAACFwAAAAAGFwAAAAADFwAAAAACFwAAAAAEFwAAAAABFwAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAFwAAAAADFwAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAFwAAAAAFAAAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAADegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAFwAAAAABAAAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAHgAAAAABIAAAAAADIAAAAAACIAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAFAAAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAADTgAAAAAAHgAAAAADIAAAAAADHwAAAAAAHwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAFwAAAAAGAAAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAABTgAAAAAAHgAAAAADIAAAAAABIAAAAAADIAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAFwAAAAADFwAAAAADFwAAAAABFwAAAAABFwAAAAAETgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAACFwAAAAABFwAAAAADFwAAAAABFwAAAAAATgAAAAAATgAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAACFwAAAAADFwAAAAAGFwAAAAAFFwAAAAABFwAAAAAATgAAAAAAFwAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAABFwAAAAADFwAAAAACFwAAAAACFwAAAAAATgAAAAAAFwAAAAADAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAFwAAAAACFwAAAAABQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAACTgAAAAAAFwAAAAAEAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAFwAAAAAFFwAAAAAGFwAAAAAEQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAAFwAAAAAFQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAAFFwAAAAACFwAAAAADFwAAAAABFwAAAAABFwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAFwAAAAAFFwAAAAACegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAFwAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAFwAAAAADAAAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAAATgAAAAAAHgAAAAAAIAAAAAACIAAAAAACIAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAADAAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAHgAAAAADIAAAAAADHwAAAAAAHwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAFwAAAAAEAAAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAABTgAAAAAAHgAAAAADIAAAAAADIAAAAAADIAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: FwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAADFwAAAAABFwAAAAACFwAAAAAGegAAAAAAFwAAAAAAFwAAAAAGFwAAAAACFwAAAAAEFwAAAAABFwAAAAAGFwAAAAAGFwAAAAAAFwAAAAADFwAAAAAEFwAAAAAEFwAAAAADFwAAAAAAFwAAAAAAFwAAAAAFegAAAAAAFwAAAAADFwAAAAADFwAAAAABFwAAAAAGQQAAAAAAQQAAAAAAFwAAAAAEFwAAAAAAFwAAAAACFwAAAAAGFwAAAAAEFwAAAAAFFwAAAAADFwAAAAADFwAAAAADegAAAAAAFwAAAAAFFwAAAAAFFwAAAAACFwAAAAAAQQAAAAAAQQAAAAAAFwAAAAACFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAABFwAAAAAAFwAAAAAFFwAAAAAFFwAAAAAEegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAADFwAAAAAFFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFFwAAAAADFwAAAAADFwAAAAAEegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAABFwAAAAAEFwAAAAADFwAAAAAAFwAAAAABFwAAAAABFwAAAAABFwAAAAAFFwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAFwAAAAABFwAAAAAFQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAADFwAAAAAEFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAADFwAAAAABFwAAAAACQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAFFwAAAAAEFwAAAAACFwAAAAAEFwAAAAAFFwAAAAADFwAAAAAEFwAAAAADQQAAAAAAQQAAAAAATgAAAAAAFwAAAAACFwAAAAAEFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAAEFwAAAAAFFwAAAAAEFwAAAAABFwAAAAABFwAAAAADFwAAAAAFFwAAAAAFFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAFwAAAAAFFwAAAAAEFwAAAAABFwAAAAAFegAAAAAAFwAAAAAAFwAAAAABFwAAAAAEFwAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAFwAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAA + tiles: FwAAAAAFFwAAAAAFFwAAAAAGFwAAAAADFwAAAAAAFwAAAAACFwAAAAACFwAAAAABFwAAAAAEegAAAAAAFwAAAAADFwAAAAAAFwAAAAACFwAAAAACFwAAAAAFFwAAAAABFwAAAAAGFwAAAAAFFwAAAAAFFwAAAAACFwAAAAAFFwAAAAACFwAAAAAEFwAAAAACFwAAAAAFegAAAAAAFwAAAAAGFwAAAAABFwAAAAACFwAAAAAFQQAAAAAAQQAAAAAAFwAAAAAGFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABFwAAAAAGFwAAAAAEFwAAAAAGFwAAAAAFegAAAAAAFwAAAAADFwAAAAAEFwAAAAADFwAAAAAAQQAAAAAAQQAAAAAAFwAAAAADFwAAAAACFwAAAAAFFwAAAAAEFwAAAAAGFwAAAAAGFwAAAAACFwAAAAAEFwAAAAAEegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAFFwAAAAADFwAAAAAGFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAACFwAAAAAEegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAFFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAABFwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAFwAAAAACFwAAAAAFQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAADFwAAAAAFFwAAAAABFwAAAAAEFwAAAAACFwAAAAAEFwAAAAAFFwAAAAAGQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAGFwAAAAAGFwAAAAADFwAAAAAEFwAAAAABFwAAAAAFFwAAAAAFFwAAAAABQQAAAAAAQQAAAAAATgAAAAAAFwAAAAADFwAAAAAGFwAAAAACFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAEFwAAAAAGFwAAAAACFwAAAAACFwAAAAABFwAAAAAGFwAAAAACFwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAFwAAAAAFFwAAAAABFwAAAAAGFwAAAAACegAAAAAAFwAAAAAEFwAAAAABFwAAAAAEFwAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAA version: 6 -4,0: ind: -4,0 - tiles: LgAAAAAATgAAAAAALgAAAAAALgAAAAACLgAAAAACLgAAAAABLgAAAAADTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAAALgAAAAACTgAAAAAALgAAAAACLgAAAAADLgAAAAADLgAAAAAALgAAAAADTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAABMwAAAAAAMwAAAAACZQAAAAADLgAAAAABLgAAAAABLgAAAAADLgAAAAAALgAAAAACLgAAAAADLgAAAAACLgAAAAAAaQAAAAAAegAAAAAAegAAAAAAMwAAAAACKQAAAAABKQAAAAAAKQAAAAACZQAAAAABLgAAAAABLgAAAAABLgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAADLgAAAAADaQAAAAAAegAAAAAAegAAAAAAMwAAAAAAKQAAAAACKQAAAAAAKQAAAAADZQAAAAAALgAAAAADTgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAADLgAAAAACTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAACMwAAAAACZQAAAAACLgAAAAAATgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAACLgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAABLgAAAAABTgAAAAAALgAAAAACLgAAAAAALgAAAAAALgAAAAADLgAAAAADTgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACLgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAALgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAALgAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAALgAAAAABLgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAALgAAAAAALgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + tiles: LgAAAAADTgAAAAAALgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAAALgAAAAABTgAAAAAALgAAAAACLgAAAAACLgAAAAAALgAAAAAALgAAAAACTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAABMwAAAAACZQAAAAADLgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAABLgAAAAABaQAAAAAAegAAAAAAegAAAAAAMwAAAAADKQAAAAACKQAAAAACKQAAAAADZQAAAAACLgAAAAACLgAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAABLgAAAAACLgAAAAADaQAAAAAAegAAAAAAegAAAAAAMwAAAAABKQAAAAABKQAAAAAAKQAAAAACZQAAAAADLgAAAAADTgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAAALgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAAAMwAAAAABZQAAAAAALgAAAAACTgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAADLgAAAAACTgAAAAAALgAAAAAALgAAAAAALgAAAAACLgAAAAAALgAAAAABTgAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAAAZQAAAAACLgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAABLgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAATgAAAAAAZQAAAAABZQAAAAADZQAAAAACZQAAAAABLgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAATgAAAAAAZQAAAAACZQAAAAAAZQAAAAADZQAAAAADLgAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAAAegAAAAAALgAAAAADLgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAADegAAAAAALgAAAAADLgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAawAAAAACawAAAAABaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAawAAAAABaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAWgAAAAADYQAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAYQAAAAAAYQAAAAAALgAAAAAALgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAWgAAAAADawAAAAABLgAAAAADLgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABLgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAALgAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAALgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADLgAAAAACTgAAAAAALgAAAAACLgAAAAACLgAAAAAALgAAAAACLgAAAAABTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAWgAAAAAAYQAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAYQAAAAAAYQAAAAAALgAAAAACLgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAWgAAAAABawAAAAADLgAAAAACLgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABLgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAALgAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAALgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACLgAAAAABTgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAABLgAAAAABTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAC version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAACeAAAAAABeAAAAAAAeAAAAAABeAAAAAAAeAAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAABeAAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAADdwAAAAABdwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAABdwAAAAABdwAAAAABegAAAAAABwAAAAAABwAAAAAABwAAAAAGegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeAAAAAACeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAAAegAAAAAATgAAAAAAeAAAAAABTgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAABeAAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAABeAAAAAACeAAAAAACeAAAAAABeAAAAAADeAAAAAAAdwAAAAABdwAAAAADegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAAAdwAAAAACdwAAAAAAegAAAAAABwAAAAAABwAAAAADBwAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAABegAAAAAATgAAAAAAeAAAAAADTgAAAAAA version: 6 4,-4: ind: 4,-4 @@ -316,23 +317,23 @@ entities: version: 6 0,-6: ind: 0,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAACFwAAAAAEFwAAAAADFwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGTgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEFwAAAAABFwAAAAAGFwAAAAAEegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: AAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAITgAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAABwAAAAAHBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAANwAAAAAANwAAAAAATgAAAAAAegAAAAAATgAAAAAAEgAAAAAAEgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAGegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAHBwAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAFwAAAAAEegAAAAAABwAAAAAEBwAAAAAHBwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAFwAAAAAFegAAAAAABwAAAAAAFwAAAAAEBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAACFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAAFFwAAAAABFwAAAAAGFwAAAAAGFwAAAAACegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAACFwAAAAAAFwAAAAAEFwAAAAABFwAAAAACFwAAAAAFFwAAAAADFwAAAAADFwAAAAAAFwAAAAAFFwAAAAACFwAAAAAFegAAAAAAFwAAAAAEFwAAAAAEFwAAAAABFwAAAAAFFwAAAAACFwAAAAAF + tiles: AAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAALBwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAGBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAALBwAAAAAABwAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAATgAAAAAABwAAAAAABwAAAAABBwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAHBwAAAAAABwAAAAAAegAAAAAATgAAAAAANwAAAAAANwAAAAAATgAAAAAAegAAAAAATgAAAAAAEgAAAAAAEgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAFwAAAAAFegAAAAAABwAAAAAABwAAAAAKBwAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAFwAAAAAEegAAAAAABwAAAAAAFwAAAAAFBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAACFwAAAAAFFwAAAAACFwAAAAAAFwAAAAAFFwAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAFwAAAAAGFwAAAAACFwAAAAAGFwAAAAABFwAAAAAFFwAAAAACFwAAAAABFwAAAAAAFwAAAAACFwAAAAAGFwAAAAADFwAAAAAFegAAAAAAFwAAAAABFwAAAAAAFwAAAAADFwAAAAAGFwAAAAACFwAAAAAE version: 6 -2,-6: ind: -2,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAALBwAAAAAKBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAAJBwAAAAAABwAAAAAABwAAAAALAAAAAAAABwAAAAAABwAAAAAAegAAAAAAdwAAAAABdwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAGFwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAHBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAHAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAABwAAAAAKBwAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAACBwAAAAAIBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAdwAAAAABdwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAGBwAAAAABBwAAAAAAFwAAAAACFwAAAAAGFwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAABBwAAAAAGBwAAAAAKFwAAAAAAFwAAAAAGFwAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAEegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAAEBwAAAAAABwAAAAAHBwAAAAALBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAACFwAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAAFFwAAAAAAFwAAAAABFwAAAAAEBwAAAAAGBwAAAAAKBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGFwAAAAAEFwAAAAAEFwAAAAAGFwAAAAAGFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAEFwAAAAAEFwAAAAADFwAAAAADBwAAAAAABwAAAAAJBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACFwAAAAADFwAAAAAFFwAAAAAFFwAAAAAFFwAAAAAEFwAAAAADFwAAAAABBwAAAAAABwAAAAAIBwAAAAAJBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAAGFwAAAAACFwAAAAAFFwAAAAAFFwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAHBwAAAAAEBwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAFFwAAAAABFwAAAAABFwAAAAACFwAAAAABFwAAAAAGFwAAAAAGBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAACFwAAAAACFwAAAAABFwAAAAADFwAAAAABFwAAAAACFwAAAAAFBwAAAAAABwAAAAAABwAAAAAIBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAABFwAAAAAAFwAAAAADFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAAFwAAAAAEFwAAAAABFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAGFwAAAAACFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAADFwAAAAAAFwAAAAABFwAAAAABFwAAAAAEBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAFwAAAAABFwAAAAAFBwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAABFwAAAAAGFwAAAAABFwAAAAABFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAACFwAAAAAFFwAAAAADFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAABFwAAAAAGFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAABwAAAAAHBwAAAAAAFwAAAAAFFwAAAAAEFwAAAAAGFwAAAAADFwAAAAAAFwAAAAADFwAAAAAFFwAAAAACFwAAAAAFFwAAAAADFwAAAAACFwAAAAAF + tiles: BwAAAAADBwAAAAAABwAAAAABBwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAACFwAAAAAEFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAABFwAAAAAEFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAABwAAAAABBwAAAAAKBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAGFwAAAAAAFwAAAAACFwAAAAACFwAAAAAFFwAAAAADBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAADFwAAAAAFFwAAAAADFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAFwAAAAAEFwAAAAAAFwAAAAADFwAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAGFwAAAAABFwAAAAAAFwAAAAAGFwAAAAAEFwAAAAAEBwAAAAALBwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAABBwAAAAAIFwAAAAAFFwAAAAABFwAAAAAAFwAAAAACFwAAAAAGFwAAAAAFFwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAALBwAAAAAABwAAAAAGBwAAAAAABwAAAAAAFwAAAAADFwAAAAAFFwAAAAAFFwAAAAABFwAAAAADFwAAAAAAFwAAAAAGFwAAAAABBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAADFwAAAAABFwAAAAAGFwAAAAAEFwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAGBwAAAAADBwAAAAAABwAAAAAAFwAAAAAFFwAAAAADFwAAAAAEFwAAAAACFwAAAAACFwAAAAADFwAAAAABFwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAFwAAAAAFFwAAAAAFFwAAAAAFFwAAAAAGFwAAAAAAFwAAAAAEBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAIBwAAAAAABwAAAAAAFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAAFFwAAAAADBwAAAAAHBwAAAAAABwAAAAACBwAAAAAGBwAAAAAABwAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAABFwAAAAACFwAAAAABFwAAAAAFBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAFwAAAAABFwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAAGFwAAAAABFwAAAAAAFwAAAAABFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAADFwAAAAAFFwAAAAADFwAAAAABFwAAAAAEFwAAAAAGFwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAAAFwAAAAADFwAAAAAFFwAAAAACFwAAAAAAFwAAAAAEFwAAAAAAFwAAAAAGFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAEFwAAAAAE version: 6 -3,-5: ind: -3,-5 - tiles: egAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAABwAAAAAGBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHegAAAAAAegAAAAAATgAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAKBwAAAAAJBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: egAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAETgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAKegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAJegAAAAAAegAAAAAATgAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAHBwAAAAAMBwAAAAAABwAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAABwAAAAALBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 4,-1: ind: 4,-1 @@ -344,7 +345,7 @@ entities: version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAADegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAA version: 6 3,2: ind: 3,2 @@ -360,7 +361,7 @@ entities: version: 6 -3,1: ind: -3,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAACFwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAGFwAAAAAGeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAABFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAAFwAAAAABFwAAAAAAFwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAGFwAAAAAEFwAAAAAAFwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAGFwAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAABFwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAFFwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAEBwAAAAAABwAAAAABBwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,2: ind: -2,2 @@ -380,7 +381,7 @@ entities: version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-6: ind: -5,-6 @@ -392,15 +393,15 @@ entities: version: 6 2,-6: ind: 2,-6 - tiles: eAAAAAABeAAAAAADeAAAAAAAeAAAAAADeAAAAAACegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADTgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAABeAAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAACeAAAAAAAeAAAAAACeAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAeAAAAAADeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAKQAAAAADKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eAAAAAADeAAAAAAAeAAAAAADeAAAAAABeAAAAAABegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAABTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAABTgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAABeAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAACeAAAAAADeAAAAAADeAAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAeAAAAAACeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAKQAAAAABKQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-6: ind: 1,-6 - tiles: egAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAABeAAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAACeAAAAAAAeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAACeAAAAAADeAAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAACeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAADIwAAAAACLgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAALgAAAAAAIwAAAAABLgAAAAAD + tiles: egAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAAAeAAAAAACeAAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAACeAAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAABeAAAAAADeAAAAAABeAAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAACeAAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAABeAAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeAAAAAACeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAADIwAAAAADLgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAALgAAAAADIwAAAAADLgAAAAAA version: 6 -1,-7: ind: -1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-7: ind: 0,-7 @@ -416,7 +417,7 @@ entities: version: 6 -4,1: ind: -4,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 @@ -440,11 +441,11 @@ entities: version: 6 -5,0: ind: -5,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAAAMwAAAAABTgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAADTgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAACMwAAAAAATgAAAAAALgAAAAACLgAAAAAALgAAAAAALgAAAAABTgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAACMwAAAAAALgAAAAABLgAAAAADLgAAAAACLgAAAAACLgAAAAADLgAAAAAALgAAAAACAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAMwAAAAACMwAAAAADMwAAAAABLgAAAAABLgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAAALgAAAAABAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACMwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAAAMwAAAAAATgAAAAAALgAAAAADLgAAAAACLgAAAAACLgAAAAABTgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAAAMwAAAAADTgAAAAAALgAAAAABLgAAAAADLgAAAAABLgAAAAAALgAAAAACLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAAATgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAABLgAAAAADLgAAAAADTgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAAALgAAAAABLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAABMwAAAAACTgAAAAAALgAAAAACLgAAAAADLgAAAAAALgAAAAABTgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAABMwAAAAABTgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAABTgAAAAAALgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACMwAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAABLgAAAAADLgAAAAAALgAAAAACAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAMwAAAAABMwAAAAABMwAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAABLgAAAAADLgAAAAABLgAAAAABAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAABMwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAADMwAAAAACTgAAAAAALgAAAAADLgAAAAAALgAAAAADLgAAAAAATgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAACMwAAAAADTgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAAALgAAAAAALgAAAAADLgAAAAAATgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAACLgAAAAADLgAAAAABTgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADLgAAAAAALgAAAAADLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAABLgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAAALgAAAAADLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAACLgAAAAABLgAAAAADLgAAAAADLgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAADTgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAABMwAAAAADTgAAAAAALgAAAAACLgAAAAACLgAAAAABLgAAAAABTgAAAAAALgAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAACLgAAAAABLgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADLgAAAAAALgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAACLgAAAAADLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAABLgAAAAABLgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAACLgAAAAADLgAAAAADTgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAABMwAAAAADTgAAAAAALgAAAAABLgAAAAADLgAAAAADLgAAAAAATgAAAAAALgAAAAAD version: 6 -5,1: ind: -5,1 @@ -452,11 +453,11 @@ entities: version: 6 4,0: ind: 4,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAADHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAACHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,1: ind: 4,1 - tiles: QQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATwAAAAAAegAAAAAAegAAAAAATwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATwAAAAAAegAAAAAAegAAAAAATwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATwAAAAAAegAAAAAAegAAAAAATwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: QQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATwAAAAAAegAAAAAAegAAAAAATwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATwAAAAAAegAAAAAAegAAAAAATwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATwAAAAAAegAAAAAAegAAAAAATwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 @@ -861,6 +862,11 @@ entities: 4041: -36,-1 4046: -41,3 4057: -45,6 + - node: + color: '#D58C18C2' + id: BrickTileWhiteCornerNe + decals: + 5615: -49,9 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNe @@ -952,10 +958,14 @@ entities: id: BrickTileWhiteCornerNw decals: 4048: -43,3 - 4062: -49,6 4073: -49,-1 4074: -47,-1 4075: -45,-1 + - node: + color: '#D58C18C2' + id: BrickTileWhiteCornerNw + decals: + 5611: -52,9 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNw @@ -1142,6 +1152,11 @@ entities: 4076: -49,-2 4077: -47,-2 4078: -45,-2 + - node: + color: '#D58C18C2' + id: BrickTileWhiteCornerSw + decals: + 5607: -52,5 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSw @@ -1299,6 +1314,12 @@ entities: 4040: -36,-2 4052: -45,1 4058: -46,6 + - node: + color: '#D58C18C2' + id: BrickTileWhiteInnerNe + decals: + 5603: -49,6 + 5613: -51,9 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNe @@ -1387,6 +1408,11 @@ entities: 4050: -43,1 4059: -46,6 4065: -49,3 + - node: + color: '#D58C18C2' + id: BrickTileWhiteInnerNw + decals: + 5612: -51,9 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNw @@ -1543,6 +1569,11 @@ entities: decals: 4066: -49,2 4070: -43,0 + - node: + color: '#D58C18C2' + id: BrickTileWhiteInnerSw + decals: + 5604: -49,5 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSw @@ -1730,6 +1761,12 @@ entities: 4083: -46,-1 4084: -48,-1 4089: -41,1 + - node: + color: '#D58C18C2' + id: BrickTileWhiteLineE + decals: + 5616: -49,8 + 5617: -49,7 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE @@ -2047,7 +2084,12 @@ entities: 4047: -42,3 4051: -44,1 4060: -47,6 - 4061: -48,6 + - node: + color: '#D58C18C2' + id: BrickTileWhiteLineN + decals: + 5602: -48,6 + 5614: -50,9 - node: color: '#DE3A3A96' id: BrickTileWhiteLineN @@ -2385,6 +2427,12 @@ entities: 4071: -45,0 4072: -47,0 4088: -42,-2 + - node: + color: '#D58C18C2' + id: BrickTileWhiteLineS + decals: + 5605: -50,5 + 5606: -51,5 - node: color: '#DE3A3A96' id: BrickTileWhiteLineS @@ -2687,10 +2735,16 @@ entities: id: BrickTileWhiteLineW decals: 4049: -43,2 - 4063: -49,5 4064: -49,4 4067: -49,1 4069: -43,-1 + - node: + color: '#D58C18C2' + id: BrickTileWhiteLineW + decals: + 5608: -52,6 + 5609: -52,7 + 5610: -52,8 - node: color: '#DE3A3A96' id: BrickTileWhiteLineW @@ -3029,6 +3083,14 @@ entities: 3773: -26,-12 3777: -26,-15 3778: -25,-15 + - node: + color: '#D58C18C2' + id: CheckerNWSE + decals: + 5618: -52,10 + 5619: -51,10 + 5620: -50,10 + 5621: -51,11 - node: color: '#DE3A3AC0' id: Delivery @@ -3740,6 +3802,21 @@ entities: 5576: 54.722065,12.0858755 5577: 56.253315,12.023332 5578: 55.598217,11.992061 + 5638: -50.289814,6.3337994 + 5639: -51.081482,6.2087126 + 5640: -51.081482,6.2087126 + 5641: -50.091896,6.0940495 + 5642: -49.852314,5.864723 + 5643: -49.789814,5.572854 + 5644: -49.821064,5.1767454 + 5645: -49.852314,5.343528 + 5646: -49.789814,6.0940495 + 5647: -49.841896,6.427614 + 5648: -50.123146,6.3650713 + 5649: -48.956482,8.335189 + 5650: -48.987732,8.616634 + 5651: -49.164814,9.023167 + 5652: -49.258564,9.085711 - node: cleanable: True angle: 1.5707963267948966 rad @@ -3752,6 +3829,7 @@ entities: 2990: 1.0636721,-25.214315 2991: 0.39550686,-34.45684 - node: + cleanable: True angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Dirt @@ -3780,8 +3858,6 @@ entities: 4376: -32.026825,-5.997283 4377: -24.030098,-6.0480723 4378: -24.030098,-6.0480723 - 4391: -49.025608,6.0883503 - 4392: -49.025608,6.0883503 4439: -45.0686,3.3973076 4440: -45.0686,3.3973076 4441: -44.641518,4.001895 @@ -3840,6 +3916,27 @@ entities: 5436: 27.006283,21.543348 5579: 60.44457,13.635814 5580: 60.44457,13.552423 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 5622: -48.654396,6.5110054 + 5623: -48.633564,9.32546 + 5624: -49.300232,9.440124 + 5625: -49.123146,9.32546 + 5626: -48.946064,9.13783 + 5627: -48.789814,8.783418 + 5628: -51.383564,9.544362 + 5629: -51.383564,9.544362 + 5630: -51.633564,9.210797 + 5631: -52.206482,6.5631247 + 5632: -51.487732,6.438039 + 5633: -51.508564,6.7403316 + 5634: -51.706482,7.2823744 + 5635: -52.393982,7.949505 + 5636: -52.404396,8.032896 + 5637: -52.414814,8.199678 - node: cleanable: True color: '#FFFFFFFF' @@ -11278,6 +11375,8 @@ entities: - 3243 - 3755 - 27297 + - 27396 + - 27395 - type: AtmosDevice joinedGrid: 6747 - uid: 8860 @@ -11610,20 +11709,20 @@ entities: parent: 6747 - type: DeviceList devices: - - 21796 - - 21795 - - 21797 - - 22159 - - 22160 - - 22161 - - 22242 - - 21895 - - 15304 - - 15394 - - 15395 - - 15340 - - 15396 + - 27387 - 15341 + - 15396 + - 15340 + - 15395 + - 15394 + - 15304 + - 21895 + - 22161 + - 22160 + - 22159 + - 21797 + - 21795 + - 21796 - type: AtmosDevice joinedGrid: 6747 - uid: 22091 @@ -12161,16 +12260,16 @@ entities: parent: 6747 - type: DeviceList devices: + - 27387 - 10126 - 10125 - 22157 - 21810 - - 22242 - 22241 - 15358 - 15431 - - 15430 - 15359 + - 21428 - type: AtmosDevice joinedGrid: 6747 - uid: 22288 @@ -13205,16 +13304,6 @@ entities: - type: Transform pos: 3.5,25.5 parent: 6747 - - uid: 5377 - components: - - type: Transform - pos: 43.5,-8.5 - parent: 6747 - - uid: 5378 - components: - - type: Transform - pos: 48.5,-8.5 - parent: 6747 - uid: 8491 components: - type: Transform @@ -13284,13 +13373,6 @@ entities: - type: Transform pos: 36.5,-11.5 parent: 6747 -- proto: AirlockCommand - entities: - - uid: 3943 - components: - - type: Transform - pos: -23.5,-56.5 - parent: 6747 - proto: AirlockCommandGlassLocked entities: - uid: 1911 @@ -13333,13 +13415,18 @@ entities: - type: Transform pos: -18.5,-52.5 parent: 6747 -- proto: AirlockCommandLocked - entities: - - uid: 2585 + - uid: 21442 components: - type: Transform - pos: -22.5,-57.5 + pos: -20.5,-56.5 parent: 6747 + - uid: 27380 + components: + - type: Transform + pos: -18.5,-57.5 + parent: 6747 +- proto: AirlockCommandLocked + entities: - uid: 2977 components: - type: Transform @@ -13360,6 +13447,11 @@ entities: - type: Transform pos: -28.5,-46.5 parent: 6747 + - uid: 11457 + components: + - type: Transform + pos: -23.5,-56.5 + parent: 6747 - proto: AirlockDetectiveGlassLocked entities: - uid: 233 @@ -14023,6 +14115,11 @@ entities: - type: Transform pos: -56.5,2.5 parent: 6747 + - uid: 15414 + components: + - type: Transform + pos: 67.5,-30.5 + parent: 6747 - uid: 15623 components: - type: Transform @@ -14055,6 +14152,11 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,9.5 parent: 6747 + - uid: 20643 + components: + - type: Transform + pos: 69.5,-30.5 + parent: 6747 - uid: 21701 components: - type: Transform @@ -14869,6 +14971,11 @@ entities: - type: Transform pos: 19.5,-35.5 parent: 6747 + - uid: 21420 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 6747 - proto: AirlockMedicalScienceLocked entities: - uid: 2472 @@ -15052,6 +15159,11 @@ entities: parent: 6747 - proto: AirlockScienceLocked entities: + - uid: 872 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 6747 - uid: 2842 components: - type: Transform @@ -15466,6 +15578,10 @@ entities: - type: Transform pos: -25.5,-53.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 21896 components: - type: Transform @@ -15592,6 +15708,10 @@ entities: - type: Transform pos: -27.5,-60.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 + - 22240 - uid: 22162 components: - type: Transform @@ -15617,6 +15737,10 @@ entities: - type: Transform pos: -17.5,-57.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 + - 22240 - uid: 22243 components: - type: Transform @@ -16469,8 +16593,40 @@ entities: - type: Transform pos: -38.5,-16.5 parent: 6747 +- proto: ArrowRegular + entities: + - uid: 27354 + components: + - type: Transform + pos: -31.80962,-24.44182 + parent: 6747 + - uid: 27355 + components: + - type: Transform + pos: -31.674206,-24.535635 + parent: 6747 + - uid: 27356 + components: + - type: Transform + pos: -31.52837,-24.62945 + parent: 6747 + - uid: 27357 + components: + - type: Transform + pos: -31.392956,-24.764961 + parent: 6747 + - uid: 27358 + components: + - type: Transform + pos: -31.955456,-24.316732 + parent: 6747 - proto: Ashtray entities: + - uid: 21418 + components: + - type: Transform + pos: -25.983795,-53.14252 + parent: 6747 - uid: 27180 components: - type: Transform @@ -16491,11 +16647,6 @@ entities: - type: Transform pos: -39.76789,-35.24225 parent: 6747 - - uid: 27205 - components: - - type: Transform - pos: -25.2234,-54.07828 - parent: 6747 - uid: 27206 components: - type: Transform @@ -17860,28 +18011,35 @@ entities: - type: Transform pos: 23.5,-75.5 parent: 6747 - - uid: 15849 + - uid: 17403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,11.5 + pos: 40.5,-58.5 parent: 6747 - - uid: 15850 + - uid: 27441 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,12.5 + pos: -55.5,17.5 parent: 6747 - - uid: 15851 + - uid: 27442 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,13.5 + pos: -54.5,17.5 parent: 6747 - - uid: 17403 + - uid: 27443 components: - type: Transform - pos: 40.5,-58.5 + pos: -55.5,16.5 + parent: 6747 + - uid: 27444 + components: + - type: Transform + pos: -56.5,15.5 + parent: 6747 + - uid: 27454 + components: + - type: Transform + pos: -56.5,16.5 parent: 6747 - proto: BarSign entities: @@ -18000,6 +18158,11 @@ entities: - type: Transform pos: -17.5,-6.5 parent: 6747 + - uid: 2599 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 6747 - uid: 2811 components: - type: Transform @@ -18130,11 +18293,6 @@ entities: - type: Transform pos: -45.5,-1.5 parent: 6747 - - uid: 9382 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 6747 - uid: 9392 components: - type: Transform @@ -18321,6 +18479,11 @@ entities: - type: Transform pos: -26.5,8.5 parent: 6747 + - uid: 2600 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 6747 - uid: 9383 components: - type: Transform @@ -18331,11 +18494,6 @@ entities: - type: Transform pos: -45.5,-1.5 parent: 6747 - - uid: 9385 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 6747 - uid: 9399 components: - type: Transform @@ -18512,6 +18670,12 @@ entities: parent: 6747 - proto: BenchSofaCorpCorner entities: + - uid: 22208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,5.5 + parent: 6747 - uid: 22637 components: - type: Transform @@ -18549,6 +18713,12 @@ entities: rot: 1.5707963267948966 rad pos: 65.5,-41.5 parent: 6747 + - uid: 21075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,6.5 + parent: 6747 - uid: 22638 components: - type: Transform @@ -18556,6 +18726,12 @@ entities: parent: 6747 - proto: BenchSofaCorpMiddle entities: + - uid: 22082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,5.5 + parent: 6747 - uid: 22639 components: - type: Transform @@ -18587,6 +18763,12 @@ entities: rot: 3.141592653589793 rad pos: -31.5,-51.5 parent: 6747 + - uid: 15349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,5.5 + parent: 6747 - uid: 22641 components: - type: Transform @@ -19502,6 +19684,13 @@ entities: - type: Transform pos: 20.5,-54.5 parent: 6747 +- proto: BowImprovised + entities: + - uid: 12153 + components: + - type: Transform + pos: -31.59087,-24.504364 + parent: 6747 - proto: BoxBeaker entities: - uid: 4378 @@ -19596,6 +19785,13 @@ entities: rot: -1.5707963267948966 rad pos: 57.368393,-9.936714 parent: 6747 +- proto: BoxDarts + entities: + - uid: 7347 + components: + - type: Transform + pos: -45.51484,2.6627676 + parent: 6747 - proto: BoxDonkSoftBox entities: - uid: 11181 @@ -20160,6 +20356,16 @@ entities: - type: Transform pos: 27.5,-68.5 parent: 6747 + - uid: 5377 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 6747 + - uid: 5789 + components: + - type: Transform + pos: -18.5,-57.5 + parent: 6747 - uid: 5891 components: - type: Transform @@ -20330,6 +20536,11 @@ entities: - type: Transform pos: 26.5,-68.5 parent: 6747 + - uid: 7177 + components: + - type: Transform + pos: -17.5,-57.5 + parent: 6747 - uid: 8323 components: - type: Transform @@ -21050,81 +21261,6 @@ entities: - type: Transform pos: -54.5,6.5 parent: 6747 - - uid: 16345 - components: - - type: Transform - pos: -54.5,7.5 - parent: 6747 - - uid: 16346 - components: - - type: Transform - pos: -54.5,8.5 - parent: 6747 - - uid: 16347 - components: - - type: Transform - pos: -54.5,9.5 - parent: 6747 - - uid: 16348 - components: - - type: Transform - pos: -53.5,9.5 - parent: 6747 - - uid: 16349 - components: - - type: Transform - pos: -52.5,9.5 - parent: 6747 - - uid: 16350 - components: - - type: Transform - pos: -51.5,9.5 - parent: 6747 - - uid: 16351 - components: - - type: Transform - pos: -50.5,9.5 - parent: 6747 - - uid: 16352 - components: - - type: Transform - pos: -50.5,10.5 - parent: 6747 - - uid: 16353 - components: - - type: Transform - pos: -50.5,11.5 - parent: 6747 - - uid: 16354 - components: - - type: Transform - pos: -50.5,12.5 - parent: 6747 - - uid: 16355 - components: - - type: Transform - pos: -50.5,13.5 - parent: 6747 - - uid: 16356 - components: - - type: Transform - pos: -49.5,13.5 - parent: 6747 - - uid: 16357 - components: - - type: Transform - pos: -48.5,13.5 - parent: 6747 - - uid: 16358 - components: - - type: Transform - pos: -47.5,13.5 - parent: 6747 - - uid: 16359 - components: - - type: Transform - pos: -46.5,13.5 - parent: 6747 - uid: 16360 components: - type: Transform @@ -28830,11 +28966,6 @@ entities: - type: Transform pos: -17.5,-58.5 parent: 6747 - - uid: 20640 - components: - - type: Transform - pos: -18.5,-58.5 - parent: 6747 - uid: 20641 components: - type: Transform @@ -28845,26 +28976,6 @@ entities: - type: Transform pos: -20.5,-58.5 parent: 6747 - - uid: 20643 - components: - - type: Transform - pos: -21.5,-58.5 - parent: 6747 - - uid: 20644 - components: - - type: Transform - pos: -21.5,-57.5 - parent: 6747 - - uid: 20645 - components: - - type: Transform - pos: -22.5,-57.5 - parent: 6747 - - uid: 20646 - components: - - type: Transform - pos: -23.5,-57.5 - parent: 6747 - uid: 20648 components: - type: Transform @@ -33305,11 +33416,6 @@ entities: - type: Transform pos: -55.5,-4.5 parent: 6747 - - uid: 25494 - components: - - type: Transform - pos: -55.5,9.5 - parent: 6747 - uid: 25503 components: - type: Transform @@ -35670,19 +35776,233 @@ entities: - type: Transform pos: 59.5,-29.5 parent: 6747 -- proto: CableApcStack - entities: - - uid: 4143 + - uid: 27397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.09296,-55.44727 + pos: 67.5,-30.5 + parent: 6747 + - uid: 27398 + components: + - type: Transform + pos: 67.5,-31.5 + parent: 6747 + - uid: 27399 + components: + - type: Transform + pos: 67.5,-32.5 + parent: 6747 + - uid: 27400 + components: + - type: Transform + pos: 68.5,-32.5 + parent: 6747 + - uid: 27401 + components: + - type: Transform + pos: 69.5,-32.5 + parent: 6747 + - uid: 27402 + components: + - type: Transform + pos: 69.5,-31.5 + parent: 6747 + - uid: 27403 + components: + - type: Transform + pos: 69.5,-30.5 + parent: 6747 + - uid: 27404 + components: + - type: Transform + pos: 68.5,-33.5 + parent: 6747 + - uid: 27405 + components: + - type: Transform + pos: 68.5,-34.5 parent: 6747 + - uid: 27483 + components: + - type: Transform + pos: -55.5,6.5 + parent: 6747 + - uid: 27484 + components: + - type: Transform + pos: -55.5,7.5 + parent: 6747 + - uid: 27485 + components: + - type: Transform + pos: -55.5,8.5 + parent: 6747 + - uid: 27486 + components: + - type: Transform + pos: -55.5,9.5 + parent: 6747 + - uid: 27487 + components: + - type: Transform + pos: -55.5,10.5 + parent: 6747 + - uid: 27488 + components: + - type: Transform + pos: -55.5,11.5 + parent: 6747 + - uid: 27489 + components: + - type: Transform + pos: -55.5,12.5 + parent: 6747 + - uid: 27490 + components: + - type: Transform + pos: -55.5,13.5 + parent: 6747 + - uid: 27491 + components: + - type: Transform + pos: -55.5,14.5 + parent: 6747 + - uid: 27492 + components: + - type: Transform + pos: -55.5,15.5 + parent: 6747 + - uid: 27493 + components: + - type: Transform + pos: -55.5,16.5 + parent: 6747 + - uid: 27494 + components: + - type: Transform + pos: -55.5,17.5 + parent: 6747 + - uid: 27495 + components: + - type: Transform + pos: -54.5,17.5 + parent: 6747 + - uid: 27496 + components: + - type: Transform + pos: -53.5,17.5 + parent: 6747 + - uid: 27497 + components: + - type: Transform + pos: -52.5,17.5 + parent: 6747 + - uid: 27498 + components: + - type: Transform + pos: -51.5,17.5 + parent: 6747 + - uid: 27499 + components: + - type: Transform + pos: -50.5,17.5 + parent: 6747 + - uid: 27500 + components: + - type: Transform + pos: -49.5,17.5 + parent: 6747 + - uid: 27501 + components: + - type: Transform + pos: -48.5,17.5 + parent: 6747 + - uid: 27502 + components: + - type: Transform + pos: -47.5,17.5 + parent: 6747 + - uid: 27503 + components: + - type: Transform + pos: -46.5,17.5 + parent: 6747 + - uid: 27504 + components: + - type: Transform + pos: -46.5,16.5 + parent: 6747 + - uid: 27505 + components: + - type: Transform + pos: -46.5,15.5 + parent: 6747 + - uid: 27506 + components: + - type: Transform + pos: -46.5,14.5 + parent: 6747 + - uid: 27507 + components: + - type: Transform + pos: -46.5,13.5 + parent: 6747 + - uid: 27534 + components: + - type: Transform + pos: -47.5,5.5 + parent: 6747 + - uid: 27535 + components: + - type: Transform + pos: -48.5,5.5 + parent: 6747 + - uid: 27536 + components: + - type: Transform + pos: -48.5,6.5 + parent: 6747 + - uid: 27537 + components: + - type: Transform + pos: -48.5,7.5 + parent: 6747 + - uid: 27538 + components: + - type: Transform + pos: -49.5,7.5 + parent: 6747 + - uid: 27539 + components: + - type: Transform + pos: -50.5,7.5 + parent: 6747 + - uid: 27540 + components: + - type: Transform + pos: -50.5,8.5 + parent: 6747 + - uid: 27541 + components: + - type: Transform + pos: -50.5,9.5 + parent: 6747 + - uid: 27542 + components: + - type: Transform + pos: -50.5,16.5 + parent: 6747 +- proto: CableApcStack + entities: - uid: 5081 components: - type: Transform pos: 23.46833,-66.94682 parent: 6747 + - uid: 6521 + components: + - type: Transform + pos: -25.007961,-53.358715 + parent: 6747 - uid: 7852 components: - type: Transform @@ -39637,81 +39957,6 @@ entities: - type: Transform pos: -54.5,6.5 parent: 6747 - - uid: 22069 - components: - - type: Transform - pos: -54.5,7.5 - parent: 6747 - - uid: 22070 - components: - - type: Transform - pos: -54.5,8.5 - parent: 6747 - - uid: 22073 - components: - - type: Transform - pos: -54.5,9.5 - parent: 6747 - - uid: 22074 - components: - - type: Transform - pos: -53.5,9.5 - parent: 6747 - - uid: 22075 - components: - - type: Transform - pos: -52.5,9.5 - parent: 6747 - - uid: 22076 - components: - - type: Transform - pos: -51.5,9.5 - parent: 6747 - - uid: 22077 - components: - - type: Transform - pos: -50.5,9.5 - parent: 6747 - - uid: 22078 - components: - - type: Transform - pos: -48.5,9.5 - parent: 6747 - - uid: 22079 - components: - - type: Transform - pos: -49.5,9.5 - parent: 6747 - - uid: 22080 - components: - - type: Transform - pos: -48.5,10.5 - parent: 6747 - - uid: 22081 - components: - - type: Transform - pos: -48.5,11.5 - parent: 6747 - - uid: 22082 - components: - - type: Transform - pos: -48.5,12.5 - parent: 6747 - - uid: 22083 - components: - - type: Transform - pos: -48.5,13.5 - parent: 6747 - - uid: 22084 - components: - - type: Transform - pos: -47.5,13.5 - parent: 6747 - - uid: 22085 - components: - - type: Transform - pos: -46.5,13.5 - parent: 6747 - uid: 22086 components: - type: Transform @@ -41632,19 +41877,133 @@ entities: - type: Transform pos: -45.5,-16.5 parent: 6747 -- proto: CableHVStack - entities: - - uid: 4142 + - uid: 27460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.99921,-55.415997 + pos: -55.5,6.5 + parent: 6747 + - uid: 27461 + components: + - type: Transform + pos: -55.5,7.5 + parent: 6747 + - uid: 27462 + components: + - type: Transform + pos: -55.5,8.5 + parent: 6747 + - uid: 27463 + components: + - type: Transform + pos: -55.5,9.5 + parent: 6747 + - uid: 27464 + components: + - type: Transform + pos: -55.5,10.5 + parent: 6747 + - uid: 27465 + components: + - type: Transform + pos: -55.5,11.5 + parent: 6747 + - uid: 27466 + components: + - type: Transform + pos: -55.5,12.5 + parent: 6747 + - uid: 27467 + components: + - type: Transform + pos: -55.5,13.5 + parent: 6747 + - uid: 27468 + components: + - type: Transform + pos: -55.5,14.5 + parent: 6747 + - uid: 27469 + components: + - type: Transform + pos: -55.5,15.5 + parent: 6747 + - uid: 27470 + components: + - type: Transform + pos: -55.5,16.5 + parent: 6747 + - uid: 27471 + components: + - type: Transform + pos: -54.5,16.5 + parent: 6747 + - uid: 27472 + components: + - type: Transform + pos: -53.5,16.5 + parent: 6747 + - uid: 27473 + components: + - type: Transform + pos: -52.5,16.5 + parent: 6747 + - uid: 27474 + components: + - type: Transform + pos: -51.5,16.5 + parent: 6747 + - uid: 27475 + components: + - type: Transform + pos: -50.5,16.5 + parent: 6747 + - uid: 27476 + components: + - type: Transform + pos: -49.5,16.5 + parent: 6747 + - uid: 27477 + components: + - type: Transform + pos: -48.5,16.5 parent: 6747 + - uid: 27478 + components: + - type: Transform + pos: -47.5,16.5 + parent: 6747 + - uid: 27479 + components: + - type: Transform + pos: -46.5,16.5 + parent: 6747 + - uid: 27480 + components: + - type: Transform + pos: -45.5,16.5 + parent: 6747 + - uid: 27481 + components: + - type: Transform + pos: -45.5,15.5 + parent: 6747 + - uid: 27482 + components: + - type: Transform + pos: -45.5,14.5 + parent: 6747 +- proto: CableHVStack + entities: - uid: 6915 components: - type: Transform pos: 54.459545,-23.356133 parent: 6747 + - uid: 7209 + components: + - type: Transform + pos: -25.018375,-53.25448 + parent: 6747 - proto: CableMV entities: - uid: 342 @@ -41742,6 +42101,16 @@ entities: - type: Transform pos: 18.5,-76.5 parent: 6747 + - uid: 5378 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 6747 + - uid: 5788 + components: + - type: Transform + pos: -20.5,-55.5 + parent: 6747 - uid: 6291 components: - type: Transform @@ -41772,6 +42141,11 @@ entities: - type: Transform pos: 68.5,-6.5 parent: 6747 + - uid: 7185 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 6747 - uid: 10369 components: - type: Transform @@ -41782,6 +42156,16 @@ entities: - type: Transform pos: 13.5,4.5 parent: 6747 + - uid: 11311 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 6747 + - uid: 11455 + components: + - type: Transform + pos: -22.5,-54.5 + parent: 6747 - uid: 12492 components: - type: Transform @@ -45977,31 +46361,6 @@ entities: - type: Transform pos: -23.5,-54.5 parent: 6747 - - uid: 21074 - components: - - type: Transform - pos: -23.5,-55.5 - parent: 6747 - - uid: 21075 - components: - - type: Transform - pos: -23.5,-56.5 - parent: 6747 - - uid: 21076 - components: - - type: Transform - pos: -23.5,-57.5 - parent: 6747 - - uid: 21077 - components: - - type: Transform - pos: -22.5,-57.5 - parent: 6747 - - uid: 21078 - components: - - type: Transform - pos: -21.5,-57.5 - parent: 6747 - uid: 21079 components: - type: Transform @@ -47239,11 +47598,10 @@ entities: - type: Transform pos: 54.584545,-23.460371 parent: 6747 - - uid: 4144 + - uid: 5987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.165874,-55.47854 + pos: -25.060043,-53.171085 parent: 6747 - proto: CableMVStack1 entities: @@ -48297,6 +48655,36 @@ entities: - type: Transform pos: 16.5,22.5 parent: 6747 + - uid: 4005 + components: + - type: Transform + pos: -51.5,5.5 + parent: 6747 + - uid: 4110 + components: + - type: Transform + pos: -51.5,6.5 + parent: 6747 + - uid: 4118 + components: + - type: Transform + pos: -50.5,5.5 + parent: 6747 + - uid: 4135 + components: + - type: Transform + pos: -50.5,6.5 + parent: 6747 + - uid: 4142 + components: + - type: Transform + pos: -49.5,5.5 + parent: 6747 + - uid: 6499 + components: + - type: Transform + pos: -49.5,6.5 + parent: 6747 - uid: 8297 components: - type: Transform @@ -51182,21 +51570,6 @@ entities: - type: Transform pos: -45.5,13.5 parent: 6747 - - uid: 22172 - components: - - type: Transform - pos: -46.5,13.5 - parent: 6747 - - uid: 22207 - components: - - type: Transform - pos: -47.5,13.5 - parent: 6747 - - uid: 22208 - components: - - type: Transform - pos: -48.5,13.5 - parent: 6747 - uid: 22209 components: - type: Transform @@ -51328,27 +51701,12 @@ entities: - type: Transform pos: -54.5,4.5 parent: 6747 - - uid: 22286 - components: - - type: Transform - pos: -48.5,10.5 - parent: 6747 - - uid: 22287 - components: - - type: Transform - pos: -48.5,11.5 - parent: 6747 - uid: 22332 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-20.5 parent: 6747 - - uid: 22334 - components: - - type: Transform - pos: -48.5,12.5 - parent: 6747 - uid: 22710 components: - type: Transform @@ -53056,6 +53414,56 @@ entities: - type: Transform pos: -41.5,-40.5 parent: 6747 + - uid: 27510 + components: + - type: Transform + pos: -45.5,14.5 + parent: 6747 + - uid: 27511 + components: + - type: Transform + pos: -45.5,15.5 + parent: 6747 + - uid: 27512 + components: + - type: Transform + pos: -45.5,16.5 + parent: 6747 + - uid: 27513 + components: + - type: Transform + pos: -46.5,16.5 + parent: 6747 + - uid: 27514 + components: + - type: Transform + pos: -47.5,16.5 + parent: 6747 + - uid: 27515 + components: + - type: Transform + pos: -48.5,16.5 + parent: 6747 + - uid: 27516 + components: + - type: Transform + pos: -49.5,16.5 + parent: 6747 + - uid: 27517 + components: + - type: Transform + pos: -50.5,16.5 + parent: 6747 + - uid: 27518 + components: + - type: Transform + pos: -51.5,16.5 + parent: 6747 + - uid: 27519 + components: + - type: Transform + pos: -52.5,16.5 + parent: 6747 - proto: Cautery entities: - uid: 23896 @@ -57137,12 +57545,6 @@ entities: - type: Transform pos: 47.5,-24.5 parent: 6747 - - uid: 8791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,5.5 - parent: 6747 - uid: 10420 components: - type: Transform @@ -57776,11 +58178,6 @@ entities: - type: Transform pos: 43.5,-5.5 parent: 6747 - - uid: 8790 - components: - - type: Transform - pos: -47.5,6.5 - parent: 6747 - uid: 10419 components: - type: Transform @@ -57796,6 +58193,11 @@ entities: - type: Transform pos: 16.5,7.5 parent: 6747 + - uid: 21423 + components: + - type: Transform + pos: -50.5,6.5 + parent: 6747 - uid: 22462 components: - type: Transform @@ -58810,7 +59212,7 @@ entities: - type: Transform pos: 37.5,28.5 parent: 6747 - - uid: 15866 + - uid: 21076 components: - type: Transform pos: -47.5,11.5 @@ -59126,6 +59528,13 @@ entities: - type: Transform pos: 34.5,-78.5 parent: 6747 +- proto: CrayonBlue + entities: + - uid: 21077 + components: + - type: Transform + pos: -51.334675,8.650842 + parent: 6747 - proto: CrayonBox entities: - uid: 2177 @@ -59133,11 +59542,32 @@ entities: - type: Transform pos: 23.551468,-27.755493 parent: 6747 + - uid: 6497 + components: + - type: Transform + pos: -51.522175,9.3700905 + parent: 6747 - uid: 9261 components: - type: Transform pos: -13.650353,-48.23381 parent: 6747 +- proto: CrayonRed + entities: + - uid: 6498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.303425,8.557026 + parent: 6747 +- proto: CrayonYellow + entities: + - uid: 21424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.62634,8.192189 + parent: 6747 - proto: Crematorium entities: - uid: 4298 @@ -59259,6 +59689,67 @@ entities: - type: Transform pos: 3.361577,27.5596 parent: 6747 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 15419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-35.5 + parent: 6747 + - uid: 16346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-33.5 + parent: 6747 + - uid: 16347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-34.5 + parent: 6747 + - uid: 20645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-35.5 + parent: 6747 + - uid: 21078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-58.5 + parent: 6747 + - uid: 22076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-33.5 + parent: 6747 + - uid: 22085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,11.5 + parent: 6747 + - uid: 22172 + components: + - type: Transform + pos: -49.5,11.5 + parent: 6747 + - uid: 27382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-34.5 + parent: 6747 + - uid: 27386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-58.5 + parent: 6747 - proto: CryoPod entities: - uid: 22345 @@ -59404,6 +59895,212 @@ entities: - type: Transform pos: -27.5,-80.5 parent: 6747 +- proto: DefaultStationBeaconAI + entities: + - uid: 27407 + components: + - type: Transform + pos: -12.5,-58.5 + parent: 6747 +- proto: DefaultStationBeaconAME + entities: + - uid: 27408 + components: + - type: Transform + pos: 67.5,14.5 + parent: 6747 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 27409 + components: + - type: Transform + pos: 26.5,-66.5 + parent: 6747 +- proto: DefaultStationBeaconArmory + entities: + - uid: 27410 + components: + - type: Transform + pos: -31.5,2.5 + parent: 6747 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 27411 + components: + - type: Transform + pos: -6.5,-83.5 + parent: 6747 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 27414 + components: + - type: Transform + pos: -31.5,-53.5 + parent: 6747 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 27412 + components: + - type: Transform + pos: 55.5,7.5 + parent: 6747 +- proto: DefaultStationBeaconChapel + entities: + - uid: 27415 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 6747 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 27413 + components: + - type: Transform + pos: 24.5,-36.5 + parent: 6747 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 27416 + components: + - type: Transform + pos: 68.5,-32.5 + parent: 6747 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 27417 + components: + - type: Transform + pos: -18.5,5.5 + parent: 6747 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 27418 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 6747 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 27419 + components: + - type: Transform + pos: 46.5,-34.5 + parent: 6747 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 27420 + components: + - type: Transform + pos: 66.5,6.5 + parent: 6747 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 27421 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 6747 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 27422 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 6747 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 27423 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 6747 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 27427 + components: + - type: Transform + pos: 59.5,20.5 + parent: 6747 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 27424 + components: + - type: Transform + pos: 14.5,20.5 + parent: 6747 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 27425 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 6747 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 27426 + components: + - type: Transform + pos: 2.5,-70.5 + parent: 6747 +- proto: DefaultStationBeaconService + entities: + - uid: 27428 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 6747 +- proto: DefaultStationBeaconSolars + entities: + - uid: 25590 + components: + - type: Transform + pos: 40.5,49.5 + parent: 6747 + - uid: 27429 + components: + - type: Transform + pos: 78.5,18.5 + parent: 6747 + - uid: 27431 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 6747 +- proto: DefaultStationBeaconTechVault + entities: + - uid: 27432 + components: + - type: Transform + pos: 72.5,9.5 + parent: 6747 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 27433 + components: + - type: Transform + pos: 62.5,8.5 + parent: 6747 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 27434 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 6747 +- proto: DefaultStationBeaconVault + entities: + - uid: 27435 + components: + - type: Transform + pos: -34.5,-46.5 + parent: 6747 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 27436 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 6747 - proto: DefibrillatorCabinet entities: - uid: 3246 @@ -69010,6 +69707,11 @@ entities: - type: Transform pos: -29.5,-58.5 parent: 6747 + - uid: 7316 + components: + - type: Transform + pos: -49.5,6.5 + parent: 6747 - uid: 11528 components: - type: Transform @@ -69094,117 +69796,138 @@ entities: parent: 6747 - proto: Dresser entities: - - uid: 1377 + - uid: 4272 components: - type: Transform - pos: -25.5,-7.5 + pos: 8.5,-55.5 parent: 6747 - - uid: 1470 + - uid: 4382 components: - type: Transform - pos: -17.5,-5.5 + pos: 6.5,-60.5 parent: 6747 - - uid: 3341 + - uid: 16713 components: - type: Transform - pos: 41.5,-39.5 + pos: -32.5,26.5 parent: 6747 - - uid: 4272 + - uid: 23453 components: - type: Transform - pos: 8.5,-55.5 + pos: -66.5,8.5 parent: 6747 - - uid: 4382 +- proto: DresserCaptainFilled + entities: + - uid: 7518 components: - type: Transform - pos: 6.5,-60.5 + pos: -31.5,-59.5 parent: 6747 - - uid: 5820 +- proto: DresserChiefEngineerFilled + entities: + - uid: 8790 components: - type: Transform - pos: -31.5,-59.5 + pos: 55.5,9.5 parent: 6747 - - uid: 7177 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 16345 components: - type: Transform - pos: 39.5,-17.5 + pos: 22.5,-38.5 parent: 6747 - - uid: 7185 +- proto: DresserFilled + entities: + - uid: 136 + components: + - type: Transform + pos: -15.5,6.5 + parent: 6747 + - uid: 7531 components: - type: Transform pos: 39.5,-13.5 parent: 6747 - - uid: 7209 + - uid: 7532 components: - type: Transform - pos: 39.5,-7.5 + pos: 39.5,-17.5 parent: 6747 - - uid: 7238 + - uid: 7533 components: - type: Transform - pos: 35.5,-25.5 + pos: 46.5,-7.5 parent: 6747 - - uid: 7239 + - uid: 7534 components: - type: Transform - pos: 38.5,-25.5 + pos: 35.5,-25.5 parent: 6747 - - uid: 7315 + - uid: 7535 components: - type: Transform - pos: 46.5,-17.5 + pos: 38.5,-25.5 parent: 6747 - - uid: 7316 + - uid: 7537 components: - type: Transform pos: 46.5,-13.5 parent: 6747 - - uid: 7340 + - uid: 7538 components: - type: Transform - pos: 49.5,-24.5 + pos: 46.5,-17.5 parent: 6747 - - uid: 7346 + - uid: 7539 components: - type: Transform - pos: 41.5,-6.5 + pos: 49.5,-24.5 parent: 6747 - - uid: 7347 + - uid: 7540 components: - type: Transform - pos: 46.5,-7.5 + pos: 41.5,-6.5 parent: 6747 - - uid: 9129 + - uid: 8683 components: - type: Transform - pos: 21.5,-68.5 + pos: 39.5,-7.5 parent: 6747 - - uid: 16713 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 7517 components: - type: Transform - pos: -32.5,26.5 + pos: 41.5,-39.5 parent: 6747 - - uid: 23453 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 7459 components: - type: Transform - pos: -66.5,8.5 + pos: -17.5,-5.5 parent: 6747 -- proto: DresserFilled +- proto: DresserQuarterMasterFilled entities: - - uid: 136 + - uid: 8789 components: - type: Transform - pos: -15.5,6.5 + pos: 9.5,21.5 parent: 6747 - - uid: 367 +- proto: DresserResearchDirectorFilled + entities: + - uid: 8788 components: - type: Transform - pos: 9.5,21.5 + pos: 21.5,-68.5 parent: 6747 - - uid: 17756 +- proto: DresserWardenFilled + entities: + - uid: 7443 components: - type: Transform - pos: 55.5,9.5 + pos: -25.5,-7.5 parent: 6747 - proto: Drill entities: @@ -69290,11 +70013,11 @@ entities: Quantity: 77 - proto: DrinkFlask entities: - - uid: 4118 + - uid: 8791 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.356895,-55.393482 + pos: -32.452812,-55.39877 parent: 6747 - proto: DrinkFlaskOld entities: @@ -71390,14 +72113,14 @@ entities: parent: 6747 - type: DeviceList devices: - - 21796 - - 21795 - - 21797 - - 22159 - - 22160 - - 22161 - - 22242 + - 27387 - 21895 + - 22161 + - 22160 + - 22159 + - 21797 + - 21795 + - 21796 - type: AtmosDevice joinedGrid: 6747 - uid: 22092 @@ -71818,12 +72541,12 @@ entities: parent: 6747 - type: DeviceList devices: - - 10126 - - 10125 - - 22157 - - 21810 - - 22242 + - 27387 - 22241 + - 21810 + - 22157 + - 10125 + - 10126 - type: AtmosDevice joinedGrid: 6747 - uid: 22289 @@ -72440,11 +73163,19 @@ entities: - type: Transform pos: -32.5,-62.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 + - 22240 - uid: 10126 components: - type: Transform pos: -32.5,-61.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 + - 22240 - uid: 10127 components: - type: Transform @@ -72475,6 +73206,10 @@ entities: - type: Transform pos: -11.5,-68.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 + - 22240 - uid: 21811 components: - type: Transform @@ -72825,11 +73560,19 @@ entities: - type: Transform pos: -24.5,-49.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 22160 components: - type: Transform pos: -25.5,-49.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 25292 components: - type: Transform @@ -73416,16 +74159,28 @@ entities: - type: Transform pos: -10.5,-52.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 21796 components: - type: Transform pos: -10.5,-53.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 21797 components: - type: Transform pos: -19.5,-49.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 22134 components: - type: Transform @@ -73486,6 +74241,10 @@ entities: - type: Transform pos: -28.5,-51.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22090 + - 22089 - uid: 22166 components: - type: Transform @@ -73552,11 +74311,6 @@ entities: - type: Transform pos: 0.5,-88.5 parent: 6747 - - uid: 22242 - components: - - type: Transform - pos: -23.5,-56.5 - parent: 6747 - uid: 22290 components: - type: Transform @@ -73932,6 +74686,17 @@ entities: - type: Transform pos: -19.5,2.5 parent: 6747 + - uid: 27387 + components: + - type: Transform + pos: -20.5,-56.5 + parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 + - 22090 + - 22240 + - 22239 - proto: Fireplace entities: - uid: 3332 @@ -74416,15 +75181,15 @@ entities: parent: 6747 - proto: FoodBoxDonut entities: - - uid: 4110 + - uid: 8351 components: - type: Transform - pos: -25.455345,-54.34257 + pos: -16.220764,2.6199877 parent: 6747 - - uid: 8351 + - uid: 27377 components: - type: Transform - pos: -16.220764,2.6199877 + pos: -23.046295,-50.39061 parent: 6747 - proto: FoodBurgerGhost entities: @@ -74585,10 +75350,10 @@ entities: parent: 6747 - proto: FoodFrozenFreezy entities: - - uid: 21828 + - uid: 27445 components: - type: Transform - pos: -56.64825,17.804348 + pos: -57.407303,20.538885 parent: 6747 - proto: FoodFrozenSnowconeClown entities: @@ -75840,6 +76605,28 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#CC6600FF' + - uid: 8826 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-54.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9385 + components: + - type: Transform + pos: -21.5,-55.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11197 components: - type: Transform @@ -75878,6 +76665,14 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-86.5 parent: 6747 + - uid: 11458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-55.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11732 components: - type: Transform @@ -76745,14 +77540,14 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 15347 + - uid: 15344 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-57.5 + pos: -21.5,-58.5 parent: 6747 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 15381 components: - type: Transform @@ -76768,14 +77563,6 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-58.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15432 components: - type: Transform @@ -78422,6 +79209,13 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 1377 + components: + - type: Transform + pos: -19.5,-56.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3016 components: - type: Transform @@ -78469,6 +79263,22 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 5791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-57.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-54.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6749 components: - type: Transform @@ -79388,6 +80198,21 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#CC6600FF' + - uid: 9338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9382 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10105 components: - type: Transform @@ -79468,6 +80293,22 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 11460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-54.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-55.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11514 components: - type: Transform @@ -84077,11 +84918,11 @@ entities: - uid: 14007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-28.5 + rot: 3.141592653589793 rad + pos: -21.5,-56.5 parent: 6747 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 14008 components: - type: Transform @@ -85232,14 +86073,6 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-27.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14186 components: - type: Transform @@ -91232,51 +92065,14 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 15344 - components: - - type: Transform - pos: -23.5,-54.5 - parent: 6747 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15345 - components: - - type: Transform - pos: -23.5,-55.5 - parent: 6747 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15346 - components: - - type: Transform - pos: -23.5,-56.5 - parent: 6747 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-57.5 - parent: 6747 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-57.5 - parent: 6747 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15350 + - uid: 15347 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-57.5 + pos: -18.5,-58.5 parent: 6747 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 15351 components: - type: Transform @@ -91624,62 +92420,6 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-55.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-56.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-57.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15418 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-58.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-58.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-58.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15421 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-58.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15422 components: - type: Transform @@ -94042,6 +94782,13 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 22070 + components: + - type: Transform + pos: 67.5,-29.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22072 components: - type: Transform @@ -100527,6 +101274,14 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 25494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-54.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25586 components: - type: Transform @@ -103082,6 +103837,48 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 27389 + components: + - type: Transform + pos: 67.5,-30.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27390 + components: + - type: Transform + pos: 67.5,-31.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27391 + components: + - type: Transform + pos: 69.5,-28.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27392 + components: + - type: Transform + pos: 69.5,-29.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27393 + components: + - type: Transform + pos: 69.5,-30.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27394 + components: + - type: Transform + pos: 69.5,-31.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 293 @@ -103144,6 +103941,14 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 6811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-57.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7264 components: - type: Transform @@ -103309,6 +104114,20 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 9339 + components: + - type: Transform + pos: 69.5,-27.5 + parent: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9360 + components: + - type: Transform + pos: 67.5,-28.5 + parent: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9752 components: - type: Transform @@ -104839,13 +105658,14 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 15360 + - uid: 15345 components: - type: Transform - pos: -19.5,-57.5 + rot: 3.141592653589793 rad + pos: -20.5,-58.5 parent: 6747 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 15380 components: - type: Transform @@ -104870,14 +105690,6 @@ entities: parent: 6747 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-58.5 - parent: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15439 components: - type: Transform @@ -108155,6 +108967,9 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-53.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -108165,6 +108980,9 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-54.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -108175,6 +108993,9 @@ entities: rot: 3.141592653589793 rad pos: -12.5,-54.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -108209,21 +109030,15 @@ entities: joinedGrid: 6747 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 15430 - components: - - type: Transform - pos: -18.5,-57.5 - parent: 6747 - - type: AtmosDevice - joinedGrid: 6747 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15431 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-58.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -108375,6 +109190,18 @@ entities: joinedGrid: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 21428 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 + - type: AtmosDevice + joinedGrid: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22062 components: - type: Transform @@ -109470,6 +110297,19 @@ entities: joinedGrid: 6747 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 27395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-32.5 + parent: 6747 + - type: DeviceNetwork + deviceLists: + - 7456 + - type: AtmosDevice + joinedGrid: 6747 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 3243 @@ -110511,6 +111351,9 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-52.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -110578,6 +111421,9 @@ entities: - type: Transform pos: -16.5,-51.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -110587,6 +111433,9 @@ entities: - type: Transform pos: -12.5,-51.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22089 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -110597,6 +111446,9 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-57.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -110607,6 +111459,9 @@ entities: rot: 3.141592653589793 rad pos: -19.5,-58.5 parent: 6747 + - type: DeviceNetwork + deviceLists: + - 22239 - type: AtmosDevice joinedGrid: 6747 - type: AtmosPipeColor @@ -111804,6 +112659,19 @@ entities: joinedGrid: 6747 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 27396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,-32.5 + parent: 6747 + - type: DeviceNetwork + deviceLists: + - 7456 + - type: AtmosDevice + joinedGrid: 6747 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVolumePump entities: - uid: 13116 @@ -113510,6 +114378,11 @@ entities: - type: Transform pos: -34.5,-2.5 parent: 6747 + - uid: 3192 + components: + - type: Transform + pos: -52.5,9.5 + parent: 6747 - uid: 3208 components: - type: Transform @@ -113915,16 +114788,6 @@ entities: - type: Transform pos: -51.5,0.5 parent: 6747 - - uid: 5789 - components: - - type: Transform - pos: -51.5,5.5 - parent: 6747 - - uid: 5791 - components: - - type: Transform - pos: -50.5,5.5 - parent: 6747 - uid: 5839 components: - type: Transform @@ -114575,11 +115438,6 @@ entities: - type: Transform pos: 57.5,-30.5 parent: 6747 - - uid: 6445 - components: - - type: Transform - pos: 71.5,-30.5 - parent: 6747 - uid: 6446 components: - type: Transform @@ -114590,15 +115448,10 @@ entities: - type: Transform pos: 62.5,-30.5 parent: 6747 - - uid: 6449 - components: - - type: Transform - pos: 69.5,-30.5 - parent: 6747 - - uid: 6450 + - uid: 6451 components: - type: Transform - pos: 70.5,-30.5 + pos: -52.5,8.5 parent: 6747 - uid: 6459 components: @@ -114635,16 +115488,6 @@ entities: - type: Transform pos: 58.5,-26.5 parent: 6747 - - uid: 6471 - components: - - type: Transform - pos: 72.5,-32.5 - parent: 6747 - - uid: 6472 - components: - - type: Transform - pos: 66.5,-30.5 - parent: 6747 - uid: 6489 components: - type: Transform @@ -114670,16 +115513,6 @@ entities: - type: Transform pos: 66.5,-38.5 parent: 6747 - - uid: 6497 - components: - - type: Transform - pos: 65.5,-30.5 - parent: 6747 - - uid: 6498 - components: - - type: Transform - pos: 67.5,-30.5 - parent: 6747 - uid: 6506 components: - type: Transform @@ -114695,11 +115528,6 @@ entities: - type: Transform pos: 72.5,-34.5 parent: 6747 - - uid: 6509 - components: - - type: Transform - pos: 72.5,-33.5 - parent: 6747 - uid: 6514 components: - type: Transform @@ -115925,31 +116753,6 @@ entities: - type: Transform pos: 60.5,14.5 parent: 6747 - - uid: 11455 - components: - - type: Transform - pos: -57.5,16.5 - parent: 6747 - - uid: 11457 - components: - - type: Transform - pos: -57.5,14.5 - parent: 6747 - - uid: 11458 - components: - - type: Transform - pos: -57.5,13.5 - parent: 6747 - - uid: 11460 - components: - - type: Transform - pos: -57.5,11.5 - parent: 6747 - - uid: 11461 - components: - - type: Transform - pos: -57.5,10.5 - parent: 6747 - uid: 11463 components: - type: Transform @@ -116170,6 +116973,16 @@ entities: - type: Transform pos: -56.5,6.5 parent: 6747 + - uid: 15417 + components: + - type: Transform + pos: 68.5,-30.5 + parent: 6747 + - uid: 15420 + components: + - type: Transform + pos: 70.5,-33.5 + parent: 6747 - uid: 15625 components: - type: Transform @@ -116600,6 +117413,11 @@ entities: - type: Transform pos: -62.5,13.5 parent: 6747 + - uid: 16358 + components: + - type: Transform + pos: 66.5,-32.5 + parent: 6747 - uid: 16540 components: - type: Transform @@ -117060,45 +117878,15 @@ entities: - type: Transform pos: -67.5,-8.5 parent: 6747 - - uid: 21418 - components: - - type: Transform - pos: -55.5,18.5 - parent: 6747 - - uid: 21420 - components: - - type: Transform - pos: -53.5,18.5 - parent: 6747 - - uid: 21421 - components: - - type: Transform - pos: -52.5,18.5 - parent: 6747 - - uid: 21423 - components: - - type: Transform - pos: -50.5,18.5 - parent: 6747 - - uid: 21424 - components: - - type: Transform - pos: -49.5,18.5 - parent: 6747 - - uid: 21426 - components: - - type: Transform - pos: -47.5,18.5 - parent: 6747 - - uid: 21427 + - uid: 21425 components: - type: Transform - pos: -46.5,18.5 + pos: -49.5,12.5 parent: 6747 - uid: 21429 components: - type: Transform - pos: -44.5,18.5 + pos: -21.5,-56.5 parent: 6747 - uid: 21430 components: @@ -117150,6 +117938,16 @@ entities: - type: Transform pos: 31.5,12.5 parent: 6747 + - uid: 22073 + components: + - type: Transform + pos: -51.5,12.5 + parent: 6747 + - uid: 22074 + components: + - type: Transform + pos: -50.5,12.5 + parent: 6747 - uid: 22744 components: - type: Transform @@ -117780,6 +118578,11 @@ entities: - type: Transform pos: 1.5,-71.5 parent: 6747 + - uid: 27205 + components: + - type: Transform + pos: 70.5,-32.5 + parent: 6747 - uid: 27236 components: - type: Transform @@ -117835,6 +118638,51 @@ entities: - type: Transform pos: 63.5,-36.5 parent: 6747 + - uid: 27360 + components: + - type: Transform + pos: 66.5,-35.5 + parent: 6747 + - uid: 27361 + components: + - type: Transform + pos: 66.5,-34.5 + parent: 6747 + - uid: 27362 + components: + - type: Transform + pos: 66.5,-33.5 + parent: 6747 + - uid: 27364 + components: + - type: Transform + pos: 67.5,-36.5 + parent: 6747 + - uid: 27365 + components: + - type: Transform + pos: 68.5,-36.5 + parent: 6747 + - uid: 27366 + components: + - type: Transform + pos: 69.5,-36.5 + parent: 6747 + - uid: 27367 + components: + - type: Transform + pos: 70.5,-35.5 + parent: 6747 + - uid: 27368 + components: + - type: Transform + pos: 70.5,-34.5 + parent: 6747 + - uid: 27383 + components: + - type: Transform + pos: -19.5,-56.5 + parent: 6747 - proto: GrilleBroken entities: - uid: 9970 @@ -118976,10 +119824,10 @@ entities: parent: 6747 - proto: InflatableWallStack entities: - - uid: 4135 + - uid: 1470 components: - type: Transform - pos: -20.495575,-55.417816 + pos: -21.528793,-55.443497 parent: 6747 - uid: 4677 components: @@ -120658,11 +121506,6 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-20.5 parent: 6747 - - uid: 15865 - components: - - type: Transform - pos: -50.5,13.5 - parent: 6747 - uid: 21401 components: - type: Transform @@ -120693,6 +121536,11 @@ entities: - type: Transform pos: 46.5,-39.5 parent: 6747 + - uid: 27447 + components: + - type: Transform + pos: -54.5,19.5 + parent: 6747 - proto: MaintenancePlantSpawner entities: - uid: 8225 @@ -120799,11 +121647,6 @@ entities: - type: Transform pos: 5.5,-18.5 parent: 6747 - - uid: 15873 - components: - - type: Transform - pos: -48.5,8.5 - parent: 6747 - uid: 17426 components: - type: Transform @@ -120814,6 +121657,11 @@ entities: - type: Transform pos: 48.5,18.5 parent: 6747 + - uid: 22080 + components: + - type: Transform + pos: -53.5,11.5 + parent: 6747 - uid: 22570 components: - type: Transform @@ -120878,11 +121726,6 @@ entities: - type: Transform pos: -33.5,-24.5 parent: 6747 - - uid: 12153 - components: - - type: Transform - pos: -31.5,-24.5 - parent: 6747 - uid: 12154 components: - type: Transform @@ -124885,6 +125728,18 @@ entities: - type: Transform pos: 31.505016,14.532468 parent: 6747 + - uid: 6509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.3732,8.765504 + parent: 6747 + - uid: 6511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.52945,8.744657 + parent: 6747 - uid: 6535 components: - type: Transform @@ -126209,6 +127064,12 @@ entities: - type: Transform pos: 43.63285,-23.521706 parent: 6747 + - uid: 7340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.571114,8.953135 + parent: 6747 - uid: 7448 components: - type: Transform @@ -128056,7 +128917,7 @@ entities: - type: Transform pos: -19.976349,-5.430711 parent: 6747 -- proto: PaperBin10 +- proto: PaperBin20 entities: - uid: 2746 components: @@ -128100,6 +128961,14 @@ entities: - type: Transform pos: 47.5,-51.5 parent: 6747 +- proto: PaperBin20 + entities: + - uid: 3943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,7.5 + parent: 6747 - proto: PaperBin5 entities: - uid: 12909 @@ -129254,6 +130123,12 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,-7.5 parent: 6747 + - uid: 7346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,10.5 + parent: 6747 - proto: PosterLegitDontPanic entities: - uid: 7502 @@ -129580,6 +130455,11 @@ entities: - type: Transform pos: 18.5,22.5 parent: 6747 + - uid: 14185 + components: + - type: Transform + pos: 68.5,-31.5 + parent: 6747 - uid: 19129 components: - type: Transform @@ -129677,11 +130557,6 @@ entities: - type: Transform pos: 31.5,16.5 parent: 6747 - - uid: 7362 - components: - - type: Transform - pos: 22.5,-38.5 - parent: 6747 - uid: 8211 components: - type: Transform @@ -129777,6 +130652,11 @@ entities: - type: Transform pos: 57.5,-35.5 parent: 6747 + - uid: 27406 + components: + - type: Transform + pos: 26.5,-36.5 + parent: 6747 - proto: PottedPlantRandomPlastic entities: - uid: 301 @@ -130118,14 +130998,6 @@ entities: - type: DeviceLinkSink links: - 801 - - uid: 872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-29.5 - parent: 6747 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2808 components: - type: Transform @@ -130477,6 +131349,12 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-6.5 parent: 6747 + - uid: 16349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-58.5 + parent: 6747 - uid: 16373 components: - type: Transform @@ -131803,6 +132681,12 @@ entities: parent: 6747 - type: ApcPowerReceiver powerLoad: 0 + - uid: 22083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,7.5 + parent: 6747 - uid: 22199 components: - type: Transform @@ -132036,13 +132920,6 @@ entities: parent: 6747 - proto: PoweredLightBlueInterior entities: - - uid: 1634 - components: - - type: Transform - pos: 68.5,-31.5 - parent: 6747 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2197 components: - type: Transform @@ -132240,6 +133117,12 @@ entities: parent: 6747 - type: ApcPowerReceiver powerLoad: 0 + - uid: 15622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,10.5 + parent: 6747 - uid: 16403 components: - type: Transform @@ -132417,12 +133300,6 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,-5.5 parent: 6747 - - uid: 25464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,10.5 - parent: 6747 - uid: 25466 components: - type: Transform @@ -132474,6 +133351,11 @@ entities: powerLoad: 0 - proto: PoweredLightColoredFrostyBlue entities: + - uid: 2597 + components: + - type: Transform + pos: -50.5,14.5 + parent: 6747 - uid: 10353 components: - type: Transform @@ -132560,11 +133442,6 @@ entities: parent: 6747 - type: ApcPowerReceiver powerLoad: 0 - - uid: 9055 - components: - - type: Transform - pos: -21.5,-57.5 - parent: 6747 - uid: 16305 components: - type: Transform @@ -132575,6 +133452,12 @@ entities: - type: Transform pos: -30.5,10.5 parent: 6747 + - uid: 21828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-58.5 + parent: 6747 - uid: 25629 components: - type: Transform @@ -133662,6 +134545,11 @@ entities: - type: Transform pos: 53.5,-12.5 parent: 6747 + - uid: 27533 + components: + - type: Transform + pos: -44.5,16.5 + parent: 6747 - proto: PresentRandom entities: - uid: 22513 @@ -134760,6 +135648,24 @@ entities: - type: Transform pos: 57.5,-34.5 parent: 6747 + - uid: 27522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,16.5 + parent: 6747 + - uid: 27526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,5.5 + parent: 6747 + - uid: 27527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,6.5 + parent: 6747 - proto: RadioHandheld entities: - uid: 817 @@ -135337,10 +136243,10 @@ entities: - type: Transform pos: 29.5,-9.5 parent: 6747 - - uid: 8788 + - uid: 22287 components: - type: Transform - pos: -48.5,6.5 + pos: -48.5,9.5 parent: 6747 - proto: RandomArtifactSpawner entities: @@ -135405,11 +136311,6 @@ entities: parent: 6747 - proto: RandomBox entities: - - uid: 7429 - components: - - type: Transform - pos: -51.5,13.5 - parent: 6747 - uid: 8299 components: - type: Transform @@ -135425,6 +136326,11 @@ entities: - type: Transform pos: 18.5,19.5 parent: 6747 + - uid: 9055 + components: + - type: Transform + pos: -56.5,18.5 + parent: 6747 - uid: 10378 components: - type: Transform @@ -140273,6 +141179,18 @@ entities: rot: 1.5707963267948966 rad pos: -40.5,-30.5 parent: 6747 + - uid: 27529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,5.5 + parent: 6747 + - uid: 27530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,6.5 + parent: 6747 - proto: RandomSoap entities: - uid: 900 @@ -140449,6 +141367,14 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,26.5 parent: 6747 +- proto: RandomSpawner100 + entities: + - uid: 27523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,15.5 + parent: 6747 - proto: RandomVending entities: - uid: 118 @@ -140774,11 +141700,6 @@ entities: - type: Transform pos: 40.5,-99.5 parent: 6747 - - uid: 11311 - components: - - type: Transform - pos: -57.5,15.5 - parent: 6747 - uid: 11317 components: - type: Transform @@ -140809,26 +141730,6 @@ entities: - type: Transform pos: -75.5,-41.5 parent: 6747 - - uid: 21419 - components: - - type: Transform - pos: -54.5,18.5 - parent: 6747 - - uid: 21422 - components: - - type: Transform - pos: -51.5,18.5 - parent: 6747 - - uid: 21425 - components: - - type: Transform - pos: -48.5,18.5 - parent: 6747 - - uid: 21428 - components: - - type: Transform - pos: -45.5,18.5 - parent: 6747 - uid: 21431 components: - type: Transform @@ -140849,11 +141750,6 @@ entities: - type: Transform pos: -57.5,9.5 parent: 6747 - - uid: 21442 - components: - - type: Transform - pos: -57.5,12.5 - parent: 6747 - uid: 21444 components: - type: Transform @@ -142073,6 +142969,11 @@ entities: - type: Transform pos: -10.5,-54.5 parent: 6747 + - uid: 2585 + components: + - type: Transform + pos: -49.5,12.5 + parent: 6747 - uid: 2621 components: - type: Transform @@ -142228,6 +143129,11 @@ entities: - type: Transform pos: -18.5,-54.5 parent: 6747 + - uid: 4143 + components: + - type: Transform + pos: -51.5,12.5 + parent: 6747 - uid: 4491 components: - type: Transform @@ -142418,6 +143324,11 @@ entities: - type: Transform pos: -42.5,4.5 parent: 6747 + - uid: 5820 + components: + - type: Transform + pos: -52.5,8.5 + parent: 6747 - uid: 5841 components: - type: Transform @@ -142963,26 +143874,6 @@ entities: - type: Transform pos: 65.5,-38.5 parent: 6747 - - uid: 6495 - components: - - type: Transform - pos: 65.5,-30.5 - parent: 6747 - - uid: 6499 - components: - - type: Transform - pos: 66.5,-30.5 - parent: 6747 - - uid: 6511 - components: - - type: Transform - pos: 72.5,-32.5 - parent: 6747 - - uid: 6512 - components: - - type: Transform - pos: 70.5,-30.5 - parent: 6747 - uid: 6515 components: - type: Transform @@ -142993,26 +143884,6 @@ entities: - type: Transform pos: 57.5,-30.5 parent: 6747 - - uid: 6519 - components: - - type: Transform - pos: 69.5,-30.5 - parent: 6747 - - uid: 6520 - components: - - type: Transform - pos: 71.5,-30.5 - parent: 6747 - - uid: 6521 - components: - - type: Transform - pos: 67.5,-30.5 - parent: 6747 - - uid: 6522 - components: - - type: Transform - pos: 72.5,-33.5 - parent: 6747 - uid: 6523 components: - type: Transform @@ -143113,6 +143984,11 @@ entities: - type: Transform pos: 61.5,36.5 parent: 6747 + - uid: 7315 + components: + - type: Transform + pos: -50.5,12.5 + parent: 6747 - uid: 7698 components: - type: Transform @@ -143343,16 +144219,6 @@ entities: - type: Transform pos: 56.5,35.5 parent: 6747 - - uid: 9338 - components: - - type: Transform - pos: -50.5,5.5 - parent: 6747 - - uid: 9339 - components: - - type: Transform - pos: -51.5,5.5 - parent: 6747 - uid: 9340 components: - type: Transform @@ -143913,6 +144779,16 @@ entities: - type: Transform pos: 78.5,-34.5 parent: 6747 + - uid: 20644 + components: + - type: Transform + pos: 66.5,-32.5 + parent: 6747 + - uid: 20646 + components: + - type: Transform + pos: 70.5,-32.5 + parent: 6747 - uid: 22051 components: - type: Transform @@ -144168,6 +145044,11 @@ entities: - type: Transform pos: -55.5,-6.5 parent: 6747 + - uid: 25464 + components: + - type: Transform + pos: -52.5,9.5 + parent: 6747 - uid: 25547 components: - type: Transform @@ -144228,6 +145109,61 @@ entities: - type: Transform pos: 64.5,-33.5 parent: 6747 + - uid: 27363 + components: + - type: Transform + pos: 70.5,-33.5 + parent: 6747 + - uid: 27371 + components: + - type: Transform + pos: 67.5,-36.5 + parent: 6747 + - uid: 27372 + components: + - type: Transform + pos: 68.5,-36.5 + parent: 6747 + - uid: 27373 + components: + - type: Transform + pos: 69.5,-36.5 + parent: 6747 + - uid: 27374 + components: + - type: Transform + pos: 66.5,-35.5 + parent: 6747 + - uid: 27375 + components: + - type: Transform + pos: 66.5,-34.5 + parent: 6747 + - uid: 27376 + components: + - type: Transform + pos: 66.5,-33.5 + parent: 6747 + - uid: 27378 + components: + - type: Transform + pos: 70.5,-35.5 + parent: 6747 + - uid: 27379 + components: + - type: Transform + pos: 70.5,-34.5 + parent: 6747 + - uid: 27384 + components: + - type: Transform + pos: -21.5,-56.5 + parent: 6747 + - uid: 27385 + components: + - type: Transform + pos: -19.5,-56.5 + parent: 6747 - proto: RemoteSignaller entities: - uid: 1379 @@ -144506,12 +145442,6 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,3.5 parent: 6747 - - uid: 15880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,12.5 - parent: 6747 - uid: 23530 components: - type: Transform @@ -144527,6 +145457,12 @@ entities: - type: Transform pos: -73.5,3.5 parent: 6747 + - uid: 27446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,17.5 + parent: 6747 - proto: SalvageShuttleConsoleCircuitboard entities: - uid: 17748 @@ -144599,6 +145535,11 @@ entities: - type: Transform pos: 32.5,8.5 parent: 6747 + - uid: 27438 + components: + - type: Transform + pos: -27.5,-32.5 + parent: 6747 - proto: Screwdriver entities: - uid: 4230 @@ -144644,16 +145585,15 @@ entities: - type: Transform pos: -27.446579,-25.25944 parent: 6747 - - uid: 15875 + - uid: 23905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.083187,9.530352 + pos: 23.439396,-65.19289 parent: 6747 - - uid: 23905 + - uid: 27452 components: - type: Transform - pos: 23.439396,-65.19289 + pos: -53.685658,12.73306 parent: 6747 - proto: SeashellInstrument entities: @@ -145791,10 +146731,10 @@ entities: parent: 6747 - proto: SignAi entities: - - uid: 4986 + - uid: 8836 components: - type: Transform - pos: -22.5,-58.5 + pos: -18.5,-58.5 parent: 6747 - proto: SignalButtonDirectional entities: @@ -147038,6 +147978,30 @@ entities: - type: Transform pos: 11.5,-16.5 parent: 6747 +- proto: SignCryogenicsMed + entities: + - uid: 15874 + components: + - type: Transform + pos: 70.5,-30.5 + parent: 6747 + - uid: 21426 + components: + - type: Transform + pos: 66.5,-30.5 + parent: 6747 + - uid: 22084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,12.5 + parent: 6747 + - uid: 27388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-59.5 + parent: 6747 - proto: SignDangerMed entities: - uid: 3680 @@ -147574,6 +148538,12 @@ entities: parent: 6747 - proto: SignDirectionalWash entities: + - uid: 6520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,7.5 + parent: 6747 - uid: 7481 components: - type: Transform @@ -149286,6 +150256,13 @@ entities: - type: Transform pos: 27.5,-2.5 parent: 6747 +- proto: SpawnMobCockroach + entities: + - uid: 27531 + components: + - type: Transform + pos: -41.5,9.5 + parent: 6747 - proto: SpawnMobCorgi entities: - uid: 3334 @@ -149300,6 +150277,13 @@ entities: - type: Transform pos: -13.5,-14.5 parent: 6747 +- proto: SpawnMobCrabAtmos + entities: + - uid: 27437 + components: + - type: Transform + pos: -16.5,5.5 + parent: 6747 - proto: SpawnMobDrone entities: - uid: 957 @@ -149332,6 +150316,13 @@ entities: - type: Transform pos: 72.5,20.5 parent: 6747 +- proto: SpawnMobFerret + entities: + - uid: 27532 + components: + - type: Transform + pos: -49.5,6.5 + parent: 6747 - proto: SpawnMobFoxRenault entities: - uid: 4069 @@ -149341,10 +150332,10 @@ entities: parent: 6747 - proto: SpawnMobHamsterHamlet entities: - - uid: 23219 + - uid: 1634 components: - type: Transform - pos: -30.5,-59.5 + pos: -25.5,-54.5 parent: 6747 - proto: SpawnMobMcGriff entities: @@ -149489,26 +150480,6 @@ entities: parent: 6747 - proto: SpawnPointCargoTechnician entities: - - uid: 5987 - components: - - type: Transform - pos: 46.5,-6.5 - parent: 6747 - - uid: 6870 - components: - - type: Transform - pos: 41.5,-5.5 - parent: 6747 - - uid: 8826 - components: - - type: Transform - pos: 49.5,-7.5 - parent: 6747 - - uid: 8836 - components: - - type: Transform - pos: 43.5,-6.5 - parent: 6747 - uid: 27027 components: - type: Transform @@ -149790,6 +150761,11 @@ entities: parent: 6747 - proto: SpawnPointMedicalDoctor entities: + - uid: 367 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 6747 - uid: 3523 components: - type: Transform @@ -149835,6 +150811,11 @@ entities: - type: Transform pos: 54.5,-42.5 parent: 6747 + - uid: 21422 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 6747 - proto: SpawnPointMedicalIntern entities: - uid: 25530 @@ -150100,6 +151081,16 @@ entities: parent: 6747 - proto: SpawnPointScientist entities: + - uid: 21419 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 6747 + - uid: 21421 + components: + - type: Transform + pos: 46.5,-6.5 + parent: 6747 - uid: 22429 components: - type: Transform @@ -150396,6 +151387,11 @@ entities: - type: Transform pos: 16.5,28.5 parent: 6747 + - uid: 27528 + components: + - type: Transform + pos: -53.5,6.5 + parent: 6747 - proto: SprayBottle entities: - uid: 3432 @@ -150561,11 +151557,11 @@ entities: rot: 3.141592653589793 rad pos: 28.445503,-10 parent: 6747 - - uid: 8789 + - uid: 15880 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.49578,6.0301065 + pos: -48.495148,9.036526 parent: 6747 - uid: 27275 components: @@ -152968,6 +153964,11 @@ entities: - type: Transform pos: 15.5,-54.5 parent: 6747 + - uid: 7362 + components: + - type: Transform + pos: -51.5,9.5 + parent: 6747 - uid: 9245 components: - type: Transform @@ -152983,6 +153984,11 @@ entities: - type: Transform pos: -16.5,-45.5 parent: 6747 + - uid: 16350 + components: + - type: Transform + pos: -51.5,8.5 + parent: 6747 - uid: 17493 components: - type: Transform @@ -153007,6 +154013,11 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,-91.5 parent: 6747 + - uid: 21427 + components: + - type: Transform + pos: -51.5,7.5 + parent: 6747 - proto: TableFrame entities: - uid: 10567 @@ -153029,15 +154040,25 @@ entities: - type: Transform pos: 60.5,-10.5 parent: 6747 - - uid: 15871 + - uid: 27448 components: - type: Transform - pos: -49.5,9.5 + pos: -56.5,13.5 parent: 6747 - - uid: 15872 + - uid: 27449 components: - type: Transform - pos: -49.5,8.5 + pos: -56.5,14.5 + parent: 6747 + - uid: 27450 + components: + - type: Transform + pos: -53.5,13.5 + parent: 6747 + - uid: 27451 + components: + - type: Transform + pos: -53.5,14.5 parent: 6747 - proto: TableGlass entities: @@ -153385,6 +154406,11 @@ entities: - type: Transform pos: 3.5,-70.5 parent: 6747 + - uid: 27381 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 6747 - proto: TablePlasmaGlass entities: - uid: 4020 @@ -154086,11 +155112,6 @@ entities: - type: Transform pos: 13.5,-26.5 parent: 6747 - - uid: 3942 - components: - - type: Transform - pos: -20.5,-55.5 - parent: 6747 - uid: 3944 components: - type: Transform @@ -155104,6 +156125,13 @@ entities: - type: Transform pos: -27.5,27.5 parent: 6747 +- proto: TargetDarts + entities: + - uid: 15875 + components: + - type: Transform + pos: -47.5,6.5 + parent: 6747 - proto: TargetHuman entities: - uid: 616 @@ -155782,10 +156810,10 @@ entities: - type: Transform pos: -17.521683,-61.278667 parent: 6747 - - uid: 15874 + - uid: 27453 components: - type: Transform - pos: -48.792343,9.040427 + pos: -53.560658,12.409917 parent: 6747 - proto: Torch entities: @@ -155908,6 +156936,20 @@ entities: - type: Transform pos: 48.442043,-15.340294 parent: 6747 +- proto: TrashBakedBananaPeel + entities: + - uid: 27524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.440125,16.66821 + parent: 6747 + - uid: 27525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.440125,16.501427 + parent: 6747 - proto: trayScanner entities: - uid: 8307 @@ -156362,10 +157404,10 @@ entities: parent: 6747 - proto: VendingMachineCondiments entities: - - uid: 2743 + - uid: 27370 components: - type: Transform - pos: -9.5,-24.5 + pos: -15.5,-26.5 parent: 6747 - proto: VendingMachineCourierDrobe entities: @@ -159358,25 +160400,10 @@ entities: - type: Transform pos: -18.5,-56.5 parent: 6747 - - uid: 2597 - components: - - type: Transform - pos: -19.5,-56.5 - parent: 6747 - uid: 2598 components: - type: Transform - pos: -20.5,-56.5 - parent: 6747 - - uid: 2599 - components: - - type: Transform - pos: -21.5,-56.5 - parent: 6747 - - uid: 2600 - components: - - type: Transform - pos: -22.5,-56.5 + pos: -48.5,18.5 parent: 6747 - uid: 2601 components: @@ -159386,7 +160413,7 @@ entities: - uid: 2602 components: - type: Transform - pos: -22.5,-58.5 + pos: -54.5,7.5 parent: 6747 - uid: 2603 components: @@ -159533,6 +160560,11 @@ entities: - type: Transform pos: -35.5,-43.5 parent: 6747 + - uid: 2743 + components: + - type: Transform + pos: -54.5,8.5 + parent: 6747 - uid: 2759 components: - type: Transform @@ -160266,12 +161298,7 @@ entities: - uid: 3191 components: - type: Transform - pos: -49.5,6.5 - parent: 6747 - - uid: 3192 - components: - - type: Transform - pos: -49.5,7.5 + pos: -53.5,10.5 parent: 6747 - uid: 3197 components: @@ -160428,6 +161455,11 @@ entities: - type: Transform pos: 2.5,23.5 parent: 6747 + - uid: 3341 + components: + - type: Transform + pos: -48.5,10.5 + parent: 6747 - uid: 3472 components: - type: Transform @@ -160463,6 +161495,11 @@ entities: - type: Transform pos: 62.5,-32.5 parent: 6747 + - uid: 3942 + components: + - type: Transform + pos: -48.5,12.5 + parent: 6747 - uid: 3945 components: - type: Transform @@ -160613,6 +161650,11 @@ entities: - type: Transform pos: 58.5,-32.5 parent: 6747 + - uid: 4144 + components: + - type: Transform + pos: -52.5,15.5 + parent: 6747 - uid: 4319 components: - type: Transform @@ -161193,6 +162235,11 @@ entities: - type: Transform pos: -13.5,-60.5 parent: 6747 + - uid: 4986 + components: + - type: Transform + pos: -56.5,8.5 + parent: 6747 - uid: 4998 components: - type: Transform @@ -162003,11 +163050,6 @@ entities: - type: Transform pos: -49.5,0.5 parent: 6747 - - uid: 5788 - components: - - type: Transform - pos: -49.5,5.5 - parent: 6747 - uid: 5813 components: - type: Transform @@ -162388,16 +163430,36 @@ entities: - type: Transform pos: 72.5,-30.5 parent: 6747 - - uid: 6451 + - uid: 6445 components: - type: Transform - pos: 68.5,-30.5 + pos: -53.5,7.5 + parent: 6747 + - uid: 6449 + components: + - type: Transform + pos: -54.5,9.5 + parent: 6747 + - uid: 6450 + components: + - type: Transform + pos: -54.5,10.5 parent: 6747 - uid: 6470 components: - type: Transform pos: 72.5,-31.5 parent: 6747 + - uid: 6471 + components: + - type: Transform + pos: -48.5,11.5 + parent: 6747 + - uid: 6472 + components: + - type: Transform + pos: -48.5,13.5 + parent: 6747 - uid: 6474 components: - type: Transform @@ -162433,6 +163495,16 @@ entities: - type: Transform pos: 72.5,-37.5 parent: 6747 + - uid: 6512 + components: + - type: Transform + pos: -52.5,14.5 + parent: 6747 + - uid: 6519 + components: + - type: Transform + pos: -51.5,15.5 + parent: 6747 - uid: 6610 components: - type: Transform @@ -162563,11 +163635,6 @@ entities: - type: Transform pos: 56.5,19.5 parent: 6747 - - uid: 6811 - components: - - type: Transform - pos: -55.5,9.5 - parent: 6747 - uid: 6828 components: - type: Transform @@ -162678,6 +163745,16 @@ entities: - type: Transform pos: 39.5,-61.5 parent: 6747 + - uid: 7238 + components: + - type: Transform + pos: -56.5,9.5 + parent: 6747 + - uid: 7239 + components: + - type: Transform + pos: -52.5,13.5 + parent: 6747 - uid: 7372 components: - type: Transform @@ -162728,6 +163805,11 @@ entities: - type: Transform pos: -53.5,-14.5 parent: 6747 + - uid: 7429 + components: + - type: Transform + pos: -50.5,18.5 + parent: 6747 - uid: 7438 components: - type: Transform @@ -162738,16 +163820,6 @@ entities: - type: Transform pos: -54.5,-14.5 parent: 6747 - - uid: 7443 - components: - - type: Transform - pos: -55.5,10.5 - parent: 6747 - - uid: 7459 - components: - - type: Transform - pos: -55.5,8.5 - parent: 6747 - uid: 7509 components: - type: Transform @@ -162773,16 +163845,6 @@ entities: - type: Transform pos: -52.5,7.5 parent: 6747 - - uid: 7517 - components: - - type: Transform - pos: -54.5,10.5 - parent: 6747 - - uid: 7518 - components: - - type: Transform - pos: -53.5,10.5 - parent: 6747 - uid: 7528 components: - type: Transform @@ -162798,56 +163860,11 @@ entities: - type: Transform pos: -52.5,12.5 parent: 6747 - - uid: 7531 - components: - - type: Transform - pos: -52.5,13.5 - parent: 6747 - - uid: 7532 - components: - - type: Transform - pos: -52.5,14.5 - parent: 6747 - - uid: 7533 - components: - - type: Transform - pos: -51.5,14.5 - parent: 6747 - - uid: 7534 - components: - - type: Transform - pos: -50.5,14.5 - parent: 6747 - - uid: 7535 - components: - - type: Transform - pos: -49.5,14.5 - parent: 6747 - uid: 7536 components: - type: Transform pos: -48.5,14.5 parent: 6747 - - uid: 7537 - components: - - type: Transform - pos: -47.5,14.5 - parent: 6747 - - uid: 7538 - components: - - type: Transform - pos: -46.5,14.5 - parent: 6747 - - uid: 7539 - components: - - type: Transform - pos: -45.5,14.5 - parent: 6747 - - uid: 7540 - components: - - type: Transform - pos: -44.5,14.5 - parent: 6747 - uid: 7549 components: - type: Transform @@ -163598,11 +164615,6 @@ entities: - type: Transform pos: 13.5,16.5 parent: 6747 - - uid: 8683 - components: - - type: Transform - pos: -48.5,7.5 - parent: 6747 - uid: 8684 components: - type: Transform @@ -163763,16 +164775,6 @@ entities: - type: Transform pos: -52.5,6.5 parent: 6747 - - uid: 9360 - components: - - type: Transform - pos: -51.5,7.5 - parent: 6747 - - uid: 9361 - components: - - type: Transform - pos: -50.5,7.5 - parent: 6747 - uid: 9366 components: - type: Transform @@ -165358,10 +166360,85 @@ entities: - type: Transform pos: 4.5,-68.5 parent: 6747 - - uid: 15622 + - uid: 15348 components: - type: Transform - pos: -55.5,7.5 + pos: -18.5,-58.5 + parent: 6747 + - uid: 15360 + components: + - type: Transform + pos: 66.5,-31.5 + parent: 6747 + - uid: 15415 + components: + - type: Transform + pos: 66.5,-30.5 + parent: 6747 + - uid: 15416 + components: + - type: Transform + pos: 72.5,-33.5 + parent: 6747 + - uid: 15418 + components: + - type: Transform + pos: 65.5,-30.5 + parent: 6747 + - uid: 15421 + components: + - type: Transform + pos: -57.5,16.5 + parent: 6747 + - uid: 15429 + components: + - type: Transform + pos: -57.5,14.5 + parent: 6747 + - uid: 15430 + components: + - type: Transform + pos: -57.5,13.5 + parent: 6747 + - uid: 15849 + components: + - type: Transform + pos: -56.5,11.5 + parent: 6747 + - uid: 15850 + components: + - type: Transform + pos: -52.5,18.5 + parent: 6747 + - uid: 15851 + components: + - type: Transform + pos: -56.5,20.5 + parent: 6747 + - uid: 15865 + components: + - type: Transform + pos: -53.5,20.5 + parent: 6747 + - uid: 15866 + components: + - type: Transform + pos: -55.5,20.5 + parent: 6747 + - uid: 15871 + components: + - type: Transform + pos: -53.5,19.5 + parent: 6747 + - uid: 15872 + components: + - type: Transform + pos: -57.5,19.5 + parent: 6747 + - uid: 15873 + components: + - type: Transform + pos: -57.5,18.5 parent: 6747 - uid: 15881 components: @@ -165378,6 +166455,46 @@ entities: - type: Transform pos: 9.5,-17.5 parent: 6747 + - uid: 16348 + components: + - type: Transform + pos: -56.5,10.5 + parent: 6747 + - uid: 16351 + components: + - type: Transform + pos: -49.5,18.5 + parent: 6747 + - uid: 16352 + components: + - type: Transform + pos: -57.5,15.5 + parent: 6747 + - uid: 16353 + components: + - type: Transform + pos: -53.5,18.5 + parent: 6747 + - uid: 16354 + components: + - type: Transform + pos: -54.5,20.5 + parent: 6747 + - uid: 16355 + components: + - type: Transform + pos: -56.5,19.5 + parent: 6747 + - uid: 16356 + components: + - type: Transform + pos: -57.5,17.5 + parent: 6747 + - uid: 16357 + components: + - type: Transform + pos: -57.5,12.5 + parent: 6747 - uid: 16874 components: - type: Transform @@ -165683,6 +166800,11 @@ entities: - type: Transform pos: 8.5,20.5 parent: 6747 + - uid: 17756 + components: + - type: Transform + pos: 72.5,-32.5 + parent: 6747 - uid: 17784 components: - type: Transform @@ -165743,6 +166865,11 @@ entities: - type: Transform pos: 41.5,19.5 parent: 6747 + - uid: 20640 + components: + - type: Transform + pos: 70.5,-30.5 + parent: 6747 - uid: 21961 components: - type: Transform @@ -165823,6 +166950,26 @@ entities: - type: Transform pos: 51.5,29.5 parent: 6747 + - uid: 22077 + components: + - type: Transform + pos: -49.5,15.5 + parent: 6747 + - uid: 22078 + components: + - type: Transform + pos: -50.5,15.5 + parent: 6747 + - uid: 22079 + components: + - type: Transform + pos: -48.5,15.5 + parent: 6747 + - uid: 22081 + components: + - type: Transform + pos: -46.5,18.5 + parent: 6747 - uid: 22148 components: - type: Transform @@ -165848,6 +166995,11 @@ entities: - type: Transform pos: 55.5,29.5 parent: 6747 + - uid: 22242 + components: + - type: Transform + pos: -47.5,18.5 + parent: 6747 - uid: 22446 components: - type: Transform @@ -166188,6 +167340,16 @@ entities: - type: Transform pos: 4.5,22.5 parent: 6747 + - uid: 25588 + components: + - type: Transform + pos: 70.5,-36.5 + parent: 6747 + - uid: 25589 + components: + - type: Transform + pos: 66.5,-36.5 + parent: 6747 - uid: 26189 components: - type: Transform @@ -166268,6 +167430,56 @@ entities: - type: Transform pos: 8.5,-27.5 parent: 6747 + - uid: 27359 + components: + - type: Transform + pos: 71.5,-30.5 + parent: 6747 + - uid: 27369 + components: + - type: Transform + pos: 70.5,-31.5 + parent: 6747 + - uid: 27430 + components: + - type: Transform + pos: -51.5,18.5 + parent: 6747 + - uid: 27439 + components: + - type: Transform + pos: -56.5,12.5 + parent: 6747 + - uid: 27440 + components: + - type: Transform + pos: -45.5,18.5 + parent: 6747 + - uid: 27455 + components: + - type: Transform + pos: -45.5,17.5 + parent: 6747 + - uid: 27456 + components: + - type: Transform + pos: -44.5,17.5 + parent: 6747 + - uid: 27457 + components: + - type: Transform + pos: -43.5,17.5 + parent: 6747 + - uid: 27458 + components: + - type: Transform + pos: -43.5,16.5 + parent: 6747 + - uid: 27459 + components: + - type: Transform + pos: -43.5,15.5 + parent: 6747 - proto: WallShuttle entities: - uid: 6231 @@ -169092,11 +170304,6 @@ entities: - type: Transform pos: -25.5,-58.5 parent: 6747 - - uid: 4005 - components: - - type: Transform - pos: -24.5,-56.5 - parent: 6747 - uid: 4042 components: - type: Transform @@ -169932,6 +171139,11 @@ entities: - type: Transform pos: 56.5,18.5 parent: 6747 + - uid: 6870 + components: + - type: Transform + pos: -24.5,-56.5 + parent: 6747 - uid: 6874 components: - type: Transform @@ -170257,6 +171469,11 @@ entities: - type: Transform pos: 55.5,-22.5 parent: 6747 + - uid: 9129 + components: + - type: Transform + pos: -22.5,-58.5 + parent: 6747 - uid: 9352 components: - type: Transform @@ -170887,6 +172104,11 @@ entities: - type: Transform pos: 61.5,14.5 parent: 6747 + - uid: 15346 + components: + - type: Transform + pos: -22.5,-57.5 + parent: 6747 - uid: 15561 components: - type: Transform @@ -170972,6 +172194,21 @@ entities: - type: Transform pos: 56.5,28.5 parent: 6747 + - uid: 22069 + components: + - type: Transform + pos: -22.5,-56.5 + parent: 6747 + - uid: 22207 + components: + - type: Transform + pos: -47.5,14.5 + parent: 6747 + - uid: 22286 + components: + - type: Transform + pos: -44.5,14.5 + parent: 6747 - uid: 25465 components: - type: Transform @@ -171820,7 +173057,7 @@ entities: pos: -2.5,-76.5 parent: 6747 - type: WarpPoint - location: Epistemics Anomaly Lab + location: Epistemics Artifact Lab - uid: 22367 components: - type: Transform @@ -172615,6 +173852,11 @@ entities: - type: Transform pos: 43.5,22.5 parent: 6747 + - uid: 22334 + components: + - type: Transform + pos: -50.5,10.5 + parent: 6747 - uid: 25407 components: - type: Transform @@ -172625,6 +173867,30 @@ entities: - type: Transform pos: -53.5,-6.5 parent: 6747 + - uid: 27508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,6.5 + parent: 6747 + - uid: 27509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,5.5 + parent: 6747 + - uid: 27520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,15.5 + parent: 6747 + - uid: 27521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,16.5 + parent: 6747 - proto: WindoorSecureArmoryLocked entities: - uid: 1622 @@ -174028,6 +175294,11 @@ entities: - type: Transform pos: -62.5,5.5 parent: 6747 + - uid: 16359 + components: + - type: Transform + pos: 68.5,-30.5 + parent: 6747 - uid: 17242 components: - type: Transform @@ -174375,6 +175646,12 @@ entities: parent: 6747 - proto: WindowDirectional entities: + - uid: 15350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,4.5 + parent: 6747 - uid: 17293 components: - type: Transform @@ -174390,6 +175667,18 @@ entities: - type: Transform pos: 53.5,-50.5 parent: 6747 + - uid: 21074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,4.5 + parent: 6747 + - uid: 22075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,4.5 + parent: 6747 - uid: 22204 components: - type: Transform @@ -174407,6 +175696,13 @@ entities: - type: Transform pos: 57.5,-34.5 parent: 6747 +- proto: WindowFrostedDirectional + entities: + - uid: 6495 + components: + - type: Transform + pos: -49.5,10.5 + parent: 6747 - proto: WindowReinforcedDirectional entities: - uid: 680 @@ -175291,6 +176587,11 @@ entities: rot: 3.141592653589793 rad pos: 48.5,-31.5 parent: 6747 + - uid: 23219 + components: + - type: Transform + pos: -51.5,10.5 + parent: 6747 - uid: 23584 components: - type: Transform From 2d2c2dbacd481e711615fb071786c2767b8887a0 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:40:29 -0600 Subject: [PATCH 011/391] Map Edits: Hammurabi (#734) Co-authored-by: Velcroboy <> --- Resources/Maps/arena.yml | 2 +- Resources/Maps/hammurabi.yml | 215582 ++++++++++++++++---------------- 2 files changed, 107767 insertions(+), 107817 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index e8041bbaec..2c7e573ae1 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -19806,7 +19806,7 @@ entities: - type: Transform pos: -34.465603,3.7004526 parent: 6747 -- proto: BoxFolderBase +- proto: FolderSpawner entities: - uid: 9152 components: diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index 629bdec2d4..2fa010371d 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -65,6 +65,8 @@ tilemap: 106: FloorTechMaint2 107: FloorTechMaint3 109: FloorWhite + 110: FloorWhiteDiagonal + 114: FloorWhiteMono 119: FloorWood 120: FloorWoodTile 121: Lattice @@ -76,149 +78,150 @@ entities: - uid: 1 components: - type: MetaData - - pos: 0.46875,0.35927707 + - type: Transform + pos: 0.46875,0.35927707 parent: 34785 - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: OwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAADIwAAAAACegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAABIwAAAAABUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAABIwAAAAACIwAAAAABIwAAAAABIwAAAAABIwAAAAABUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAADIwAAAAADegAAAAAAUAAAAAAAUAAAAAAA + tiles: OwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAACegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAADUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAACegAAAAAAUAAAAAAAUAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: TgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAABIwAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADIwAAAAADIwAAAAACIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: TgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAADIwAAAAABIwAAAAADIwAAAAAAIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAADIwAAAAACIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAcgAAAAABegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAcgAAAAACcgAAAAABcgAAAAADegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAcgAAAAACcgAAAAACcgAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAcgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 0,0: ind: 0,0 - tiles: UAAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAACUAAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAACIwAAAAADIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAAAUAAAAAAAegAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAACIwAAAAACIwAAAAAAIwAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAACUAAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAABUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAawAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: UAAAAAAAegAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAADUAAAAAAAegAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAADUAAAAAAAegAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAACUAAAAAAAegAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAACUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAawAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAYQAAAAAAawAAAAAAWgAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAYQAAAAAAWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAACUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAABUAAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAACUAAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAABIwAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAABUAAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAAAUAAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAACIwAAAAADIwAAAAAAIwAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAAC + tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAYQAAAAAAawAAAAADWgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAADYQAAAAAAWgAAAAACWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAADUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAAAUAAAAAAAegAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAACUAAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAADIwAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAAAUAAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADIwAAAAADIwAAAAABIwAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAADUAAAAAAAegAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAABIwAAAAADIwAAAAADegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAWgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: WgAAAAACTgAAAAAAHgAAAAACHgAAAAAAHgAAAAABegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAABTgAAAAAAbQAAAAADbQAAAAABWgAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAABbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAADWgAAAAABTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACTgAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAbQAAAAACbQAAAAABbQAAAAADTgAAAAAAbQAAAAACbQAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAJwAAAAADJwAAAAAAJwAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAAAegAAAAAAJwAAAAAAJwAAAAABJwAAAAACJwAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAABegAAAAAAJwAAAAABJwAAAAADJwAAAAABegAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAATgAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADegAAAAAAegAAAAAAUAAAAAAAegAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAA + tiles: WgAAAAACTgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAABTgAAAAAAbQAAAAADbQAAAAACWgAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAACWgAAAAADTgAAAAAAHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAbQAAAAABbQAAAAABbQAAAAADTgAAAAAAbQAAAAABbQAAAAADbQAAAAACTgAAAAAAbQAAAAACbQAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAJwAAAAADJwAAAAADJwAAAAABegAAAAAAbQAAAAAAbQAAAAABbQAAAAADbQAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAACegAAAAAAJwAAAAABJwAAAAADJwAAAAAAJwAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAACegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWgAAAAADegAAAAAAJwAAAAACJwAAAAAAJwAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACTgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAATgAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABegAAAAAAUAAAAAAAUAAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABegAAAAAAegAAAAAAUAAAAAAAegAAAAAAUAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: egAAAAAARAAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAABWgAAAAACegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAAWgAAAAADegAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAABHgAAAAADHgAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAABTgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAYQAAAAAA + tiles: egAAAAAARAAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAATgAAAAAAWgAAAAACegAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAABTgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACYQAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAADMwAAAAAAMwAAAAADegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAABHwAAAAADegAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAADZQAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAACHwAAAAACegAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAACHwAAAAADegAAAAAAZQAAAAACZQAAAAABZQAAAAABZQAAAAACZQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAADHwAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAABHwAAAAABegAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAAAZQAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIwAAAAABIwAAAAADIwAAAAAD + tiles: OwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAAAMwAAAAADMwAAAAACegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAACegAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAACZQAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAACHwAAAAACegAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAABZQAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAADHwAAAAADegAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAADZQAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAAAHwAAAAACegAAAAAAZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAACHwAAAAABegAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAABZQAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIwAAAAACIwAAAAAAIwAAAAAD version: 6 -2,0: ind: -2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAIwAAAAAAIwAAAAADIwAAAAABTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABPQAAAAAAPQAAAAAAUQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAIwAAAAADIwAAAAADIwAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABPQAAAAAAPQAAAAAAUQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAA version: 6 1,0: ind: 1,0 - tiles: WgAAAAACWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAWgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAAAWgAAAAACQQAAAAAAQQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABQQAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAADPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAACWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAACWgAAAAABWgAAAAACQQAAAAAAQQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAQQAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAADPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAADWgAAAAAAegAAAAAAYQAAAAAAWgAAAAADWgAAAAABWgAAAAADYQAAAAAAYQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABWgAAAAACUAAAAAAAUAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAACWgAAAAACegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAawAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAACQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAACWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAAWgAAAAACegAAAAAAYQAAAAAAWgAAAAAAWgAAAAACWgAAAAADYQAAAAAAYQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAACWgAAAAABUAAAAAAAUAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAADWgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAawAAAAACQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAABQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAADWgAAAAACQQAAAAAAQQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAWgAAAAAAWgAAAAADYQAAAAAAawAAAAACYQAAAAAAYQAAAAAAWgAAAAABYQAAAAAAWgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADYQAAAAAAawAAAAADWgAAAAACYQAAAAAAWgAAAAABYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAAAYQAAAAAAWgAAAAABawAAAAAAWgAAAAAAYQAAAAAAWgAAAAADWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAWgAAAAABWgAAAAAAWgAAAAABawAAAAACYQAAAAAAYQAAAAAAWgAAAAABYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADYQAAAAAAYQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAABeAAAAAADeAAAAAADeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAADeAAAAAACUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAWgAAAAADWgAAAAACYQAAAAAAawAAAAADYQAAAAAAYQAAAAAAWgAAAAABYQAAAAAAWgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADYQAAAAAAawAAAAADWgAAAAADYQAAAAAAWgAAAAADYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAADYQAAAAAAWgAAAAAAawAAAAABWgAAAAABYQAAAAAAWgAAAAACWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAWgAAAAABWgAAAAACWgAAAAADawAAAAADYQAAAAAAYQAAAAAAWgAAAAACYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAADeAAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWwAAAAABYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAIwAAAAADIwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAABIwAAAAACIwAAAAACTgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAWgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWwAAAAABYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAIwAAAAABIwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: TgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAAAdwAAAAABdwAAAAACIwAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAAAegAAAAAAWgAAAAABWgAAAAADJQAAAAABJQAAAAAAegAAAAAAIwAAAAAAIwAAAAAAIwAAAAACdwAAAAACdwAAAAACIwAAAAAAIwAAAAACIwAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADJQAAAAACJQAAAAADegAAAAAAIwAAAAADIwAAAAACIwAAAAADdwAAAAABdwAAAAACIwAAAAACIwAAAAAAIwAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACJQAAAAADJQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAACdwAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAawAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAdwAAAAAAdwAAAAACdwAAAAACegAAAAAAawAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAAAegAAAAAAMwAAAAABMwAAAAACMwAAAAACMwAAAAABegAAAAAAQQAAAAAAawAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABegAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAATgAAAAAAegAAAAAAIwAAAAADIwAAAAACIwAAAAAAdwAAAAADdwAAAAABIwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAABegAAAAAAWgAAAAAAWgAAAAABJQAAAAAAJQAAAAACegAAAAAAIwAAAAADIwAAAAABIwAAAAACdwAAAAADdwAAAAABIwAAAAAAIwAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADJQAAAAACJQAAAAAAegAAAAAAIwAAAAADIwAAAAACIwAAAAADdwAAAAABdwAAAAABIwAAAAADIwAAAAAAIwAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACJQAAAAABJQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAABdwAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACdwAAAAAAdwAAAAACdwAAAAACdwAAAAABegAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAABegAAAAAAQQAAAAAAawAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADdwAAAAACdwAAAAABdwAAAAABdwAAAAAAegAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAADegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: MwAAAAADMwAAAAADMwAAAAAAMwAAAAABMwAAAAACWgAAAAACWgAAAAABWgAAAAABTgAAAAAAKQAAAAABGAAAAAAEKQAAAAADTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAAAMwAAAAAAWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAKQAAAAABGAAAAAAFKQAAAAADTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAAAWgAAAAACWgAAAAACWgAAAAADGAAAAAAAGAAAAAACGAAAAAAHOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAABMwAAAAADMwAAAAAAMwAAAAAAMwAAAAACMwAAAAACWgAAAAADWgAAAAACTgAAAAAAKQAAAAAAGAAAAAAAKQAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAADWgAAAAACWgAAAAADWgAAAAADTgAAAAAAKQAAAAADGAAAAAAAKQAAAAABTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAACMwAAAAADWgAAAAABWgAAAAACWgAAAAADTgAAAAAAKQAAAAAAGAAAAAACKQAAAAABTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAADMwAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACTgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAABTgAAAAAAIQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAABTQAAAAACIQAAAAACHwAAAAACIQAAAAACTQAAAAADegAAAAAAWgAAAAADWgAAAAAAWgAAAAADTgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAADIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAACTgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAACIQAAAAACdwAAAAAAdwAAAAACdwAAAAADTgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAADIQAAAAABIQAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAAAHwAAAAABTQAAAAABIQAAAAADdwAAAAAAdwAAAAAAdwAAAAADTgAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAACIQAAAAACIQAAAAADdwAAAAACdwAAAAABdwAAAAADTgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAA + tiles: MwAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAACWgAAAAACWgAAAAADWgAAAAAATgAAAAAAKQAAAAABGAAAAAAFKQAAAAABTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAAAMwAAAAAAWgAAAAABWgAAAAABWgAAAAACTgAAAAAAKQAAAAADGAAAAAADKQAAAAABTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAADMwAAAAAAMwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAGAAAAAAHGAAAAAACGAAAAAAEOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAAAMwAAAAABWgAAAAABWgAAAAACTgAAAAAAKQAAAAABGAAAAAADKQAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAAAWgAAAAACWgAAAAABWgAAAAACTgAAAAAAKQAAAAACGAAAAAABKQAAAAACTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMwAAAAABMwAAAAABMwAAAAADMwAAAAADMwAAAAACWgAAAAACWgAAAAADWgAAAAABTgAAAAAAKQAAAAAAGAAAAAAGKQAAAAABTgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAAAMwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAACTgAAAAAAIQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAATgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAABTQAAAAAAIQAAAAADHwAAAAABIQAAAAADTQAAAAADegAAAAAAWgAAAAADWgAAAAAAWgAAAAACTgAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAAAHwAAAAADHwAAAAABIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAABIQAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAACIQAAAAADIQAAAAADdwAAAAADdwAAAAABdwAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAABTgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAABTQAAAAABIQAAAAACdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAABTgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACIQAAAAADIQAAAAAAdwAAAAADdwAAAAADdwAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAAA version: 6 -3,0: ind: -3,0 - tiles: HwAAAAADIQAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAHwAAAAABHwAAAAADHwAAAAACIQAAAAACIQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAATgAAAAAAHwAAAAADHwAAAAACHwAAAAAATQAAAAADIQAAAAABHwAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAACWgAAAAABWgAAAAABWgAAAAABLgAAAAACLgAAAAACLgAAAAACWgAAAAABWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAAAIQAAAAADTQAAAAABTgAAAAAAWgAAAAABWgAAAAAAWgAAAAACLgAAAAAAegAAAAAALgAAAAADWgAAAAADWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIQAAAAABIQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADLgAAAAAALgAAAAACLgAAAAAAWgAAAAACWgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATQAAAAADIQAAAAABHwAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIQAAAAABIQAAAAACIQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAADQQAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAZQAAAAABZQAAAAABZQAAAAACZQAAAAACZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: HwAAAAABIQAAAAABdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAHwAAAAABHwAAAAAAHwAAAAABIQAAAAACIQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAHwAAAAAAHwAAAAADHwAAAAABTQAAAAACIQAAAAABHwAAAAABTgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAADWgAAAAABWgAAAAADWgAAAAAALgAAAAABLgAAAAADLgAAAAADWgAAAAAAWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHwAAAAADIQAAAAABTQAAAAADTgAAAAAAWgAAAAACWgAAAAABWgAAAAABLgAAAAABegAAAAAALgAAAAAAWgAAAAABWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIQAAAAACIQAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAALgAAAAADLgAAAAADLgAAAAADWgAAAAABWgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATQAAAAAAIQAAAAABHwAAAAADegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIQAAAAACIQAAAAABIQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADZQAAAAADZQAAAAABZQAAAAACZQAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,1: ind: -3,1 - tiles: ZQAAAAACZQAAAAADZQAAAAABZQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAALgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAADMwAAAAADMwAAAAACMwAAAAABMwAAAAABMwAAAAABMwAAAAABLgAAAAACWgAAAAACLgAAAAACWgAAAAACLgAAAAABWgAAAAAAWgAAAAAALgAAAAAAWgAAAAABWgAAAAABMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAABWgAAAAAAWgAAAAAAWgAAAAACLgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAADMwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAALgAAAAABWgAAAAACWgAAAAACLgAAAAACWgAAAAADWgAAAAAALgAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAAALgAAAAABWgAAAAABWgAAAAADLgAAAAAAWgAAAAACWgAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABLgAAAAACWgAAAAACWgAAAAAALgAAAAACWgAAAAAAWgAAAAAALgAAAAACWgAAAAABWgAAAAABeAAAAAABegAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABeAAAAAADegAAAAAAeAAAAAACeAAAAAABeAAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABeAAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAAATgAAAAAAWgAAAAABWgAAAAADTgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAC + tiles: ZQAAAAAAZQAAAAACZQAAAAADZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABLgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABMwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAAALgAAAAAAWgAAAAADLgAAAAACWgAAAAADLgAAAAACWgAAAAABWgAAAAACLgAAAAADWgAAAAABWgAAAAACMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAAAMwAAAAAAWgAAAAABWgAAAAACWgAAAAABLgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAABMwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADLgAAAAAAWgAAAAABWgAAAAACLgAAAAABWgAAAAAAWgAAAAAALgAAAAABWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAABLgAAAAABWgAAAAACWgAAAAADLgAAAAACWgAAAAABWgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABLgAAAAACWgAAAAACWgAAAAADLgAAAAACWgAAAAACWgAAAAAALgAAAAAAWgAAAAADWgAAAAADeAAAAAAAegAAAAAAeAAAAAACeAAAAAABeAAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACeAAAAAADegAAAAAAeAAAAAADeAAAAAAAeAAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADeAAAAAAAegAAAAAAeAAAAAAAeAAAAAACeAAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAABTgAAAAAAWgAAAAABWgAAAAADTgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAA version: 6 -2,1: ind: -2,1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAABWgAAAAABLgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAMwAAAAACMwAAAAABWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABWgAAAAABWgAAAAADLgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAALgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAALgAAAAADWgAAAAADWgAAAAAALgAAAAADWgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAAWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAAAWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAAAWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACegAAAAAAeAAAAAACeAAAAAABeAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAAAWgAAAAAALgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAADWgAAAAABWgAAAAADWgAAAAACTgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABWgAAAAABWgAAAAABLgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABLgAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAALgAAAAABWgAAAAADWgAAAAAALgAAAAACWgAAAAACTgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAeAAAAAADegAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABegAAAAAAeAAAAAABeAAAAAACeAAAAAACWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAeAAAAAADeAAAAAACeAAAAAACWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: ZQAAAAADZQAAAAADZQAAAAADZQAAAAABZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACTgAAAAAATgAAAAAAegAAAAAAZQAAAAAAZQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAJQAAAAACJQAAAAADJQAAAAACZQAAAAADTgAAAAAAegAAAAAAZQAAAAADZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABegAAAAAAJQAAAAADJQAAAAAAJQAAAAACZQAAAAACTgAAAAAATgAAAAAAZQAAAAABZQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADJQAAAAACJQAAAAADJQAAAAADJQAAAAABZQAAAAABTgAAAAAATgAAAAAAZQAAAAADZQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAABZQAAAAABTgAAAAAATgAAAAAAZQAAAAACZQAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADZQAAAAADTgAAAAAAegAAAAAAZQAAAAACZQAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACZQAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAADZQAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADTgAAAAAATgAAAAAAZQAAAAAAZQAAAAABZQAAAAABWgAAAAADWgAAAAADWgAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAawAAAAABZQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAACawAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAADZQAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACegAAAAAAdwAAAAACdwAAAAACegAAAAAAdwAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACegAAAAAAegAAAAAAdwAAAAADegAAAAAAdwAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAADegAAAAAAdwAAAAACdwAAAAAAegAAAAAAdwAAAAADWgAAAAAAWgAAAAACMwAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: ZQAAAAADZQAAAAADZQAAAAABZQAAAAACZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACTgAAAAAATgAAAAAAegAAAAAAZQAAAAADZQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAJQAAAAAAJQAAAAACJQAAAAAAZQAAAAAATgAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADegAAAAAAJQAAAAACJQAAAAAAJQAAAAABZQAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAADTgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACJQAAAAACJQAAAAAAJQAAAAACJQAAAAADZQAAAAABTgAAAAAATgAAAAAAZQAAAAAAZQAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACZQAAAAAATgAAAAAATgAAAAAAZQAAAAABZQAAAAADegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAZQAAAAABTgAAAAAAegAAAAAAZQAAAAACZQAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABZQAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAABWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAAAZQAAAAADZQAAAAADWgAAAAABWgAAAAABWgAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAawAAAAAAZQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAAAawAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAACZQAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADegAAAAAAdwAAAAADdwAAAAADegAAAAAAdwAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAACegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAACWgAAAAABWgAAAAADMwAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: WgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACMwAAAAACMwAAAAABMwAAAAAAMwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAMwAAAAABMwAAAAADMwAAAAAAMwAAAAAAegAAAAAAYQAAAAAAWgAAAAABegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAABegAAAAAAWgAAAAADYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAABegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABbQAAAAABbQAAAAABbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAegAAAAAAEQAAAAAAWgAAAAABWgAAAAABTgAAAAAAbQAAAAABbQAAAAAAbQAAAAAATgAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAABegAAAAAAEQAAAAAAWgAAAAAAWgAAAAABTgAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAACegAAAAAAEQAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAADegAAAAAAWgAAAAAAWgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAABWgAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAADTgAAAAAAbQAAAAAAbQAAAAABbQAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACMwAAAAADMwAAAAAAMwAAAAADMwAAAAADegAAAAAAYQAAAAAAWgAAAAADegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACMwAAAAABMwAAAAACMwAAAAACMwAAAAACegAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAMwAAAAABMwAAAAADMwAAAAAAMwAAAAADegAAAAAAWgAAAAACYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABWgAAAAACegAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAACTgAAAAAAbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADbQAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAABegAAAAAAEQAAAAAAWgAAAAACWgAAAAADTgAAAAAAbQAAAAACbQAAAAABbQAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAEQAAAAAAWgAAAAADWgAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAABbQAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAACbQAAAAADbQAAAAABegAAAAAAEQAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAADbQAAAAADbQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAABegAAAAAAWgAAAAABWgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAADbQAAAAACWgAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAbQAAAAAAbQAAAAADbQAAAAADTgAAAAAAbQAAAAAAbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: WgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAPwAAAAAATgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABegAAAAAAHgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAABbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAARAAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAARAAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAA + tiles: WgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAPwAAAAAATgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAADegAAAAAAHgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAARAAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAARAAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: bQAAAAAAbQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAACZQAAAAACbQAAAAAAbQAAAAABegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACTgAAAAAAZQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAbQAAAAABbQAAAAABegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAZQAAAAABTgAAAAAAegAAAAAATgAAAAAAZQAAAAABbQAAAAABbQAAAAABegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACZQAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAAZQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABTgAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAAAbQAAAAABbQAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADbQAAAAAAbQAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAADegAAAAAATgAAAAAAIwAAAAABTgAAAAAAegAAAAAATgAAAAAAZQAAAAABbQAAAAADbQAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABegAAAAAATgAAAAAAIwAAAAADTgAAAAAATgAAAAAATgAAAAAAZQAAAAAAbQAAAAABbQAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAATgAAAAAAIwAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAABbQAAAAADbQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAAATgAAAAAAegAAAAAATgAAAAAAZQAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAADTgAAAAAATgAAAAAATgAAAAAAZQAAAAACbQAAAAABbQAAAAAAbQAAAAADegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAADTgAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAADbQAAAAADbQAAAAAAbQAAAAACbQAAAAADegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAIwAAAAADIwAAAAADTgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAADegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAADbQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAD + tiles: bQAAAAAAbQAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAAAbQAAAAACbQAAAAACegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAZQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAATgAAAAAAZQAAAAACTgAAAAAAegAAAAAATgAAAAAAZQAAAAABbQAAAAAAbQAAAAABegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABZQAAAAACZQAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAABbQAAAAACbQAAAAADbQAAAAABegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADTgAAAAAAZQAAAAADZQAAAAADZQAAAAAAZQAAAAADZQAAAAADbQAAAAAAbQAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAAZQAAAAACbQAAAAADbQAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAATgAAAAAAIwAAAAABTgAAAAAAegAAAAAATgAAAAAAZQAAAAAAbQAAAAADbQAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAATgAAAAAAIwAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAADbQAAAAAAbQAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADegAAAAAATgAAAAAAIwAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAAZQAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADTgAAAAAATgAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAABbQAAAAACbQAAAAABbQAAAAADegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAZQAAAAACbQAAAAABbQAAAAACbQAAAAABbQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAABbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAABbQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAB version: 6 -4,-1: ind: -4,-1 - tiles: WgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAMwAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAWgAAAAAAegAAAAAAWgAAAAACWgAAAAADMwAAAAACWgAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAWgAAAAADWgAAAAACegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAKgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIQAAAAADegAAAAAAegAAAAAAegAAAAAAIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAHwAAAAABIQAAAAACTQAAAAABIQAAAAADHwAAAAABIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATQAAAAAAIQAAAAACHwAAAAACIQAAAAACTQAAAAABIQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAABegAAAAAAeAAAAAADeAAAAAABegAAAAAAHwAAAAAAIQAAAAAATQAAAAACIQAAAAABHwAAAAABIQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAAeAAAAAAAegAAAAAAegAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAAC + tiles: WgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACMwAAAAABWgAAAAACegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAADMwAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABKgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIQAAAAADegAAAAAAegAAAAAAegAAAAAAIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAHwAAAAABIQAAAAADTQAAAAACIQAAAAADHwAAAAAAIQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAABIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATQAAAAACIQAAAAAAHwAAAAAAIQAAAAAATQAAAAACIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAAAegAAAAAAeAAAAAABeAAAAAABegAAAAAAHwAAAAABIQAAAAABTQAAAAABIQAAAAAAHwAAAAADIQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAAeAAAAAADegAAAAAAegAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAABIQAAAAADIQAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: HgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAAAegAAAAAAWgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACTgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAACawAAAAACawAAAAACawAAAAACegAAAAAAWgAAAAABTQAAAAACTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACawAAAAAAawAAAAAAawAAAAAAegAAAAAAWgAAAAABTQAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAACawAAAAACawAAAAADawAAAAACegAAAAAAWgAAAAADTQAAAAAATgAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAAWgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAACTgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAATgAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAAAIwAAAAADdwAAAAABdwAAAAABIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAACegAAAAAAWgAAAAABWgAAAAAAIAAAAAADTQAAAAABegAAAAAAIwAAAAACIwAAAAAAIwAAAAACdwAAAAADdwAAAAABIwAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADegAAAAAAWgAAAAACWgAAAAAATQAAAAACIAAAAAACegAAAAAAIwAAAAAAIwAAAAAAIwAAAAACdwAAAAABdwAAAAACIwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAADegAAAAAAWgAAAAACWgAAAAADIAAAAAAAIAAAAAABegAAAAAAIwAAAAABIwAAAAADIwAAAAADdwAAAAABdwAAAAADIwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAACTgAAAAAAWgAAAAADWgAAAAAATQAAAAABIAAAAAADegAAAAAAIwAAAAABIwAAAAABIwAAAAACdwAAAAACdwAAAAACIwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABTgAAAAAAWgAAAAAAWgAAAAABIAAAAAADTQAAAAADegAAAAAAIwAAAAADIwAAAAADIwAAAAACdwAAAAACdwAAAAADIwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAACTgAAAAAAWgAAAAADWgAAAAAD + tiles: HgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAADegAAAAAAWgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADTgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABawAAAAAAawAAAAAAawAAAAADegAAAAAAWgAAAAABTQAAAAACTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACawAAAAADawAAAAAAawAAAAABegAAAAAAWgAAAAABTQAAAAABTgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAADawAAAAAAawAAAAABawAAAAACegAAAAAAWgAAAAACTQAAAAABTgAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAHgAAAAACHgAAAAADTgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAWgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAABTgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADTgAAAAAAWgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAABIwAAAAAAdwAAAAAAdwAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAADegAAAAAAWgAAAAACWgAAAAABIAAAAAABTQAAAAABegAAAAAAIwAAAAACIwAAAAAAIwAAAAABdwAAAAADdwAAAAACIwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAADegAAAAAAWgAAAAACWgAAAAADTQAAAAAAIAAAAAABegAAAAAAIwAAAAACIwAAAAACIwAAAAADdwAAAAAAdwAAAAADIwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAADegAAAAAAWgAAAAABWgAAAAABIAAAAAABIAAAAAAAegAAAAAAIwAAAAADIwAAAAABIwAAAAAAdwAAAAACdwAAAAAAIwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABTgAAAAAAWgAAAAABWgAAAAADTQAAAAABIAAAAAACegAAAAAAIwAAAAABIwAAAAABIwAAAAABdwAAAAACdwAAAAAAIwAAAAABdwAAAAABdwAAAAABdwAAAAADdwAAAAACTgAAAAAAWgAAAAADWgAAAAACIAAAAAABTQAAAAADegAAAAAAIwAAAAACIwAAAAABIwAAAAADdwAAAAACdwAAAAACIwAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAABTgAAAAAAWgAAAAACWgAAAAAC version: 6 -4,0: ind: -4,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAABegAAAAAAIwAAAAABIQAAAAAAHwAAAAADIQAAAAACLgAAAAADIQAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADIQAAAAACIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAegAAAAAAHwAAAAADIQAAAAAATQAAAAACIQAAAAABHwAAAAADIQAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAACIQAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAABegAAAAAAIQAAAAADHwAAAAAAIQAAAAABTQAAAAABIQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAAAegAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAAAIQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADDgAAAAACIQAAAAABTQAAAAABIQAAAAADHwAAAAADIQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAIQAAAAABIQAAAAACIQAAAAABHwAAAAAAIQAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAADegAAAAAAHgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAHgAAAAABegAAAAAAHgAAAAADegAAAAAAHgAAAAADegAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAABegAAAAAAIwAAAAACIQAAAAABHwAAAAACIQAAAAAALgAAAAAAIQAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAAAIQAAAAADIQAAAAADaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAADeAAAAAACeAAAAAADegAAAAAAHwAAAAADIQAAAAACTQAAAAACIQAAAAAAHwAAAAABIQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAAAIQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAAAegAAAAAAIQAAAAACHwAAAAABIQAAAAAATQAAAAADIQAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAADIQAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAADgAAAAAAIQAAAAADTQAAAAAAIQAAAAABHwAAAAABIQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAIQAAAAACIQAAAAAAIQAAAAABHwAAAAADIQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAADegAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAHgAAAAACegAAAAAAHgAAAAADegAAAAAAHgAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: egAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAADEwAAAAACEwAAAAAAEwAAAAABEwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAACEwAAAAABEwAAAAABEwAAAAACEwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAACEwAAAAABEwAAAAACEwAAAAABEwAAAAACPwAAAAAAPwAAAAAAegAAAAAAaQAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAABEwAAAAABEwAAAAAAEwAAAAAAEwAAAAACPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEwAAAAADEwAAAAABEwAAAAACEwAAAAACEwAAAAADPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAAADgAAAAADPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAADegAAAAAATgAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAACegAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAADDgAAAAADDgAAAAABTgAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAACegAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAACTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAawAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAawAAAAABQQAAAAAAegAAAAAAaQAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAA + tiles: egAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAAAEwAAAAACEwAAAAADEwAAAAACEwAAAAADPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAABEwAAAAAAEwAAAAADEwAAAAAAEwAAAAACPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAAAEwAAAAADEwAAAAAAEwAAAAADEwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAaQAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEwAAAAADEwAAAAADEwAAAAACEwAAAAADEwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAEwAAAAADEwAAAAADEwAAAAADEwAAAAACEwAAAAADPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAPwAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAACPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAAAegAAAAAATgAAAAAAUAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADegAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAADTgAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAACegAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAACTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAawAAAAACegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAACegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAawAAAAACQQAAAAAAegAAAAAAaQAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAA version: 6 -4,1: ind: -4,1 - tiles: egAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABegAAAAAATgAAAAAAZQAAAAACZQAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHwAAAAACHwAAAAADHwAAAAADTgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABLgAAAAACWgAAAAACWgAAAAADWgAAAAAALgAAAAACTgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAACLgAAAAAAWgAAAAACLgAAAAAAWgAAAAABLgAAAAACWgAAAAABHgAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABLgAAAAABWgAAAAACWgAAAAAAWgAAAAAALgAAAAACTgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHwAAAAAAHwAAAAADHwAAAAAATgAAAAAAWgAAAAAALgAAAAACLgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAABegAAAAAAeAAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACLgAAAAAALgAAAAADWgAAAAAAegAAAAAAeAAAAAABeAAAAAAAeAAAAAABegAAAAAAeAAAAAACeAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACegAAAAAAeAAAAAABeAAAAAAAeAAAAAABegAAAAAAeAAAAAABeAAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADLgAAAAAALgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: egAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABegAAAAAATgAAAAAAZQAAAAACZQAAAAADegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHwAAAAADHwAAAAAAHwAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACLgAAAAABWgAAAAABWgAAAAAAWgAAAAABLgAAAAABTgAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAADLgAAAAADWgAAAAABLgAAAAADWgAAAAADLgAAAAABWgAAAAAAHgAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADLgAAAAACWgAAAAACWgAAAAABWgAAAAACLgAAAAAATgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHwAAAAADHwAAAAACHwAAAAACTgAAAAAAWgAAAAAALgAAAAACLgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAeAAAAAABeAAAAAADeAAAAAAAegAAAAAAeAAAAAABeAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACLgAAAAADLgAAAAACWgAAAAAAegAAAAAAeAAAAAAAeAAAAAAAeAAAAAACegAAAAAAeAAAAAADeAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADegAAAAAAeAAAAAABeAAAAAACeAAAAAACegAAAAAAeAAAAAACeAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADLgAAAAACLgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: WgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAABZwAAAAACZwAAAAACZwAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACZwAAAAACZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACTgAAAAAATgAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAABZwAAAAAAegAAAAAATgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAABegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAdwAAAAACegAAAAAAdwAAAAABegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABTgAAAAAAZwAAAAACZwAAAAACZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADZwAAAAABZwAAAAABZwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAAATgAAAAAAZwAAAAACZwAAAAADZwAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAAATgAAAAAAZwAAAAABZwAAAAAAZwAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAACZwAAAAABZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAD + tiles: WgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAZwAAAAACZwAAAAAAZwAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAADTgAAAAAATgAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAADZwAAAAADZwAAAAABZwAAAAACZwAAAAAAegAAAAAATgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAABegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAdwAAAAACegAAAAAAdwAAAAACegAAAAAAegAAAAAAZwAAAAADZwAAAAAAZwAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAZwAAAAABZwAAAAABZwAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAATgAAAAAAZwAAAAAAZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAABZwAAAAAAZwAAAAADZwAAAAADdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACTgAAAAAAZwAAAAAAZwAAAAABZwAAAAABegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABTgAAAAAAZwAAAAAAZwAAAAAAZwAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZwAAAAACZwAAAAAAZwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAD version: 6 -5,-2: ind: -5,-2 - tiles: UAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAABbQAAAAACbQAAAAACegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAADTgAAAAAAUAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAADbQAAAAADbQAAAAADTgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACWgAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAACTgAAAAAAbQAAAAABTgAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAbQAAAAABbQAAAAACbQAAAAACegAAAAAAbQAAAAADbQAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAABegAAAAAAbQAAAAADbQAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAACegAAAAAATgAAAAAAbQAAAAADbQAAAAACTgAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADegAAAAAATgAAAAAAbQAAAAACbQAAAAACTgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAACTgAAAAAAbQAAAAAA + tiles: UAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAABTgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAAAWgAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAACTgAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAABbQAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAATgAAAAAAbQAAAAACbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAC version: 6 1,-3: ind: 1,-3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACegAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAPQAAAAAATgAAAAAAPQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAegAAAAAATgAAAAAATgAAAAAAPQAAAAAATgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADegAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAPQAAAAAATgAAAAAAPQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAegAAAAAATgAAAAAATgAAAAAAPQAAAAAATgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: aQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAADTgAAAAAAWgAAAAACWgAAAAADQQAAAAAAegAAAAAAHgAAAAADTQAAAAAAHwAAAAABTQAAAAABHwAAAAADTQAAAAACHwAAAAABTQAAAAAAHwAAAAAATQAAAAABHgAAAAABHgAAAAAAWgAAAAADLgAAAAACQQAAAAAAegAAAAAAHgAAAAACTQAAAAAAHwAAAAADTQAAAAADHwAAAAAATQAAAAADHwAAAAAATQAAAAACHwAAAAACTQAAAAACHgAAAAACHgAAAAADWgAAAAAALgAAAAAAQQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAACTgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAACJwAAAAACJwAAAAACJwAAAAAAJwAAAAACJwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAADegAAAAAAHgAAAAABJwAAAAABJwAAAAADJwAAAAABJwAAAAAAJwAAAAACegAAAAAAZQAAAAADZQAAAAAAZQAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAABegAAAAAAegAAAAAAJwAAAAAAJwAAAAACJwAAAAAAJwAAAAADJwAAAAADegAAAAAAZQAAAAADZQAAAAADZQAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAABQQAAAAAAegAAAAAAJwAAAAABJwAAAAABJwAAAAACegAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYwAAAAAAQQAAAAAAegAAAAAAJwAAAAAAJwAAAAACJwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAABegAAAAAAegAAAAAAJwAAAAABJwAAAAADJwAAAAADTgAAAAAATgAAAAAAZQAAAAADZQAAAAABZQAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAACegAAAAAAegAAAAAAJwAAAAABJwAAAAADJwAAAAABTgAAAAAATgAAAAAAZQAAAAACZQAAAAADZQAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAADWgAAAAADegAAAAAATgAAAAAAJwAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAYwAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA + tiles: aQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAQQAAAAAAegAAAAAAHgAAAAACTQAAAAABHwAAAAABTQAAAAADHwAAAAADTQAAAAABHwAAAAABTQAAAAAAHwAAAAADTQAAAAAAHgAAAAACHgAAAAADWgAAAAADLgAAAAACQQAAAAAAegAAAAAAHgAAAAAATQAAAAAAHwAAAAABTQAAAAABHwAAAAACTQAAAAADHwAAAAABTQAAAAACHwAAAAABTQAAAAACHgAAAAAAHgAAAAADWgAAAAADLgAAAAADQQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADTgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAACJwAAAAADJwAAAAACJwAAAAABJwAAAAACJwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAABegAAAAAAHgAAAAACJwAAAAAAJwAAAAADJwAAAAAAJwAAAAADJwAAAAABegAAAAAAZQAAAAAAZQAAAAABZQAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAADegAAAAAAegAAAAAAJwAAAAACJwAAAAADJwAAAAABJwAAAAADJwAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAACQQAAAAAAegAAAAAAJwAAAAABJwAAAAADJwAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYwAAAAAAQQAAAAAAegAAAAAAJwAAAAACJwAAAAADJwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAAAegAAAAAAegAAAAAAJwAAAAACJwAAAAAAJwAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABZQAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAADegAAAAAAegAAAAAAJwAAAAAAJwAAAAAAJwAAAAABTgAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYwAAAAADWgAAAAABegAAAAAATgAAAAAAJwAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAYwAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACLgAAAAACWgAAAAAAWgAAAAABLgAAAAAAWgAAAAAAWgAAAAACLgAAAAADLgAAAAADLgAAAAACLgAAAAACWgAAAAACLgAAAAACLgAAAAABLgAAAAADLgAAAAABWgAAAAAALgAAAAACWgAAAAAAWgAAAAACLgAAAAADWgAAAAACWgAAAAAALgAAAAACLgAAAAADLgAAAAADLgAAAAADWgAAAAADLgAAAAABLgAAAAACLgAAAAAALgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACYwAAAAABYwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAACYwAAAAADWgAAAAABWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADYwAAAAABYwAAAAABWgAAAAABWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAYwAAAAABYwAAAAAAWgAAAAACWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAABYwAAAAACYwAAAAABYwAAAAADYwAAAAACYwAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABYwAAAAABYwAAAAABYwAAAAAAYwAAAAACYwAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAABYwAAAAACYwAAAAADWgAAAAABWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAABYwAAAAACYwAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAYwAAAAADYwAAAAAAWgAAAAAAWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAYwAAAAADYwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACLgAAAAABWgAAAAAAWgAAAAACLgAAAAAAWgAAAAADWgAAAAADLgAAAAAALgAAAAACLgAAAAACLgAAAAAAWgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAABWgAAAAACLgAAAAABWgAAAAACWgAAAAADLgAAAAACWgAAAAABWgAAAAADLgAAAAAALgAAAAACLgAAAAACLgAAAAABWgAAAAACLgAAAAABLgAAAAACLgAAAAAALgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAYwAAAAADYwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAYwAAAAADWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAACdwAAAAACYwAAAAABYwAAAAACWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAYwAAAAAAYwAAAAADWgAAAAACWgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAAAYwAAAAADYwAAAAACYwAAAAABYwAAAAAAYwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACYwAAAAADYwAAAAABYwAAAAADYwAAAAACYwAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAACYwAAAAAAYwAAAAABWgAAAAADWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAYwAAAAACYwAAAAABWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAADYwAAAAACYwAAAAADWgAAAAACWgAAAAABWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAACYwAAAAABYwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: aQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAAALgAAAAACWgAAAAADWgAAAAADLgAAAAAALgAAAAACWgAAAAACWgAAAAAAWgAAAAADLgAAAAACLgAAAAABWgAAAAACLgAAAAAAWgAAAAADWgAAAAACLgAAAAAAWgAAAAADLgAAAAADWgAAAAAAWgAAAAADLgAAAAAALgAAAAADWgAAAAADWgAAAAACWgAAAAAALgAAAAADLgAAAAABWgAAAAABLgAAAAADWgAAAAADWgAAAAABLgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACgAAAAAACgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAGAAAAAAEDAAAAAABCgAAAAAACgAAAAAADAAAAAAADAAAAAADegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAACTgAAAAAAeQAAAAAAAAAAAAAATgAAAAAAGAAAAAAEDAAAAAABDAAAAAAACgAAAAAADAAAAAABDAAAAAADegAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACTgAAAAAAeQAAAAAAAAAAAAAATgAAAAAAGAAAAAABDAAAAAABDAAAAAADCgAAAAAACgAAAAAADAAAAAABegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAACegAAAAAAeQAAAAAAeQAAAAAAegAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAACCgAAAAAADAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAA + tiles: aQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAALgAAAAABWgAAAAABWgAAAAADLgAAAAAALgAAAAACWgAAAAACWgAAAAAAWgAAAAADLgAAAAACLgAAAAACWgAAAAAALgAAAAAAWgAAAAAAWgAAAAACLgAAAAABWgAAAAADLgAAAAABWgAAAAADWgAAAAABLgAAAAADLgAAAAABWgAAAAACWgAAAAABWgAAAAADLgAAAAACLgAAAAABWgAAAAAALgAAAAABWgAAAAADWgAAAAADLgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACgAAAAAACgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAGAAAAAAFDAAAAAAACgAAAAAACgAAAAAADAAAAAABDAAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAABTgAAAAAAeQAAAAAAAAAAAAAATgAAAAAAGAAAAAAADAAAAAABDAAAAAAACgAAAAAADAAAAAAADAAAAAADegAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAAAdwAAAAABTgAAAAAAeQAAAAAAAAAAAAAATgAAAAAAGAAAAAABDAAAAAAADAAAAAACCgAAAAAACgAAAAAADAAAAAABegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACegAAAAAAeQAAAAAAeQAAAAAAegAAAAAADAAAAAACDAAAAAABDAAAAAADDAAAAAABCgAAAAAADAAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: egAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAANAAAAAABNAAAAAAANAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAeAAAAAACeAAAAAAANAAAAAABNAAAAAAANAAAAAADNAAAAAACegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAeAAAAAADeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAeAAAAAABeAAAAAAAeAAAAAADegAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAACIwAAAAACegAAAAAAegAAAAAAHgAAAAAAegAAAAAAeAAAAAAAeAAAAAACeAAAAAACegAAAAAAIwAAAAABTQAAAAACTQAAAAABIwAAAAACTQAAAAAATQAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADIwAAAAABTQAAAAACTQAAAAACIwAAAAACIwAAAAACegAAAAAAWgAAAAAA + tiles: egAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAANAAAAAAANAAAAAACNAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAeAAAAAADeAAAAAACNAAAAAADNAAAAAAANAAAAAADNAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAeAAAAAABeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAIwAAAAACIwAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAADegAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAAAIwAAAAADegAAAAAAegAAAAAAHgAAAAAAegAAAAAAeAAAAAABeAAAAAADeAAAAAABegAAAAAAIwAAAAABTQAAAAAATQAAAAAAIwAAAAACTQAAAAADTQAAAAABIwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACIwAAAAABTQAAAAACTQAAAAABIwAAAAAAIwAAAAABegAAAAAAWgAAAAAC version: 6 2,-1: ind: 2,-1 - tiles: egAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAALBwAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAACBwAAAAAABwAAAAAACwAAAAAACwAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAKBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAABwAAAAALBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAABwAAAAALBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAABCwAAAAAACwAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAACwAAAAAACwAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAACwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAABwAAAAAHBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAABwAAAAAKBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA version: 6 2,0: ind: 2,0 - tiles: eQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAHegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 @@ -226,23 +229,23 @@ entities: version: 6 3,-1: ind: 3,-1 - tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAALegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAIBwAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAGBwAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACwAAAAAACwAAAAAABwAAAAALBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAECwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABCwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAACBwAAAAAAegAAAAAAQQAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAGBwAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAAegAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAJBwAAAAAIBwAAAAADBwAAAAAABwAAAAAABwAAAAABCwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAIBwAAAAABBwAAAAAABwAAAAAICwAAAAAACwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: TgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAADTgAAAAAATgAAAAAAZQAAAAACUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAADZQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAATgAAAAAATQAAAAAATQAAAAABTgAAAAAATgAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAATgAAAAAATQAAAAAATQAAAAADZQAAAAADZQAAAAACZQAAAAADUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADTgAAAAAATQAAAAACTQAAAAADTgAAAAAATgAAAAAAZQAAAAADUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADegAAAAAATgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAATgAAAAAAHgAAAAACHgAAAAAAZQAAAAADZQAAAAACegAAAAAAZQAAAAADZQAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAACZQAAAAAAZQAAAAAAegAAAAAAZQAAAAABZQAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAAATgAAAAAAHgAAAAABHgAAAAACZQAAAAACTgAAAAAAegAAAAAAZQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATQAAAAACIAAAAAAAIAAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAADZQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAAATQAAAAABIAAAAAAATgAAAAAATgAAAAAAegAAAAAAZQAAAAAAZQAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAABTQAAAAACTgAAAAAATgAAAAAAegAAAAAAZQAAAAACZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAABTQAAAAADIAAAAAACZQAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAACIAAAAAADIAAAAAAD + tiles: TgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAABTgAAAAAATgAAAAAAZQAAAAABUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAADZQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABTgAAAAAATQAAAAAATQAAAAABTgAAAAAATgAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADTgAAAAAATQAAAAADTQAAAAADZQAAAAACZQAAAAABZQAAAAACUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAADTgAAAAAATQAAAAACTQAAAAACTgAAAAAATgAAAAAAZQAAAAABUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAegAAAAAATgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAABZQAAAAAAZQAAAAAAegAAAAAAZQAAAAACZQAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAADZQAAAAABZQAAAAADegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAABTgAAAAAAHgAAAAAAHgAAAAACZQAAAAABTgAAAAAAegAAAAAAZQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAACZQAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATQAAAAAAIAAAAAAAIAAAAAADZQAAAAADZQAAAAACZQAAAAADZQAAAAADZQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAABTQAAAAADIAAAAAADTgAAAAAATgAAAAAAegAAAAAAZQAAAAAAZQAAAAACTgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAACIAAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAZQAAAAADZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAACTQAAAAACIAAAAAACZQAAAAADTgAAAAAATgAAAAAAZQAAAAAAZQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAAAIAAAAAADIAAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAACegAAAAAAegAAAAAAZQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAACZQAAAAACTgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAACZQAAAAADZQAAAAABZQAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAADTgAAAAAATgAAAAAAZQAAAAABTgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADTgAAAAAAZQAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAADZQAAAAABaQAAAAAAaQAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAACeAAAAAABeAAAAAACZQAAAAADZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAABeAAAAAABeAAAAAAAegAAAAAAZQAAAAAAZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAZQAAAAADZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAZQAAAAACZQAAAAACegAAAAAAZQAAAAABZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAZQAAAAAAZQAAAAABegAAAAAAZQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAZQAAAAACZQAAAAADZQAAAAAAZQAAAAACZQAAAAADZQAAAAABQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAATgAAAAAAZQAAAAACZQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAZQAAAAAAZQAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADTgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAAA + tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAABegAAAAAAegAAAAAAZQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAADZQAAAAADZQAAAAABTgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAADZQAAAAABZQAAAAADZQAAAAABZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAACTgAAAAAATgAAAAAAZQAAAAADTgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAADeAAAAAABeAAAAAAATgAAAAAAZQAAAAABZQAAAAADTgAAAAAATgAAAAAAZQAAAAAAZQAAAAADaQAAAAAAaQAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAACeAAAAAACZQAAAAACZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAABeAAAAAABeAAAAAABegAAAAAAZQAAAAACZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAAAegAAAAAAZQAAAAADZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAZQAAAAABZQAAAAACegAAAAAAZQAAAAABZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAZQAAAAADZQAAAAABegAAAAAAZQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAZQAAAAAAZQAAAAACZQAAAAACZQAAAAABZQAAAAADZQAAAAADQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAAAZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAZQAAAAADZQAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADZQAAAAAAZQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAATgAAAAAATgAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAAZQAAAAAA version: 6 3,0: ind: 3,0 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAMBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAFwAAAAABFwAAAAAFBwAAAAAGBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAARAAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAAGFwAAAAABFwAAAAACFwAAAAADAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAAFwAAAAADFwAAAAAAFwAAAAAAFwAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAJBwAAAAAATgAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIegAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAABCwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAJCwAAAAAACwAAAAAACwAAAAAABwAAAAABFwAAAAAEFwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAARAAAAAAATgAAAAAATgAAAAAAegAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAAFwAAAAABFwAAAAACFwAAAAADFwAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAATgAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFegAAAAAAegAAAAAARAAAAAAARAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: aQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAawAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: aQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAawAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 @@ -254,11 +257,11 @@ entities: version: 6 3,2: ind: 3,2 - tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAAAFwAAAAAFFwAAAAABFwAAAAAFFwAAAAAGFwAAAAADFwAAAAACFwAAAAABFwAAAAAFFwAAAAAFFwAAAAAGAAAAAAAABwAAAAAIegAAAAAAegAAAAAAFwAAAAAAFwAAAAAAFwAAAAAGFwAAAAABFwAAAAAGFwAAAAACFwAAAAAGFwAAAAACFwAAAAABFwAAAAABFwAAAAAEFwAAAAAEAAAAAAAABwAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAAFwAAAAABFwAAAAAFFwAAAAAEFwAAAAADFwAAAAADFwAAAAACFwAAAAAGFwAAAAAAAAAAAAAABwAAAAADegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAABwAAAAAGFwAAAAADFwAAAAAAFwAAAAAEFwAAAAAAFwAAAAABFwAAAAAEFwAAAAAGeQAAAAAABwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAABwAAAAAAFwAAAAACFwAAAAAGFwAAAAAEFwAAAAADFwAAAAAFFwAAAAAGFwAAAAADBwAAAAAABwAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAABwAAAAAAFwAAAAAAFwAAAAACFwAAAAADFwAAAAABFwAAAAAGFwAAAAACFwAAAAAFBwAAAAAABwAAAAAAegAAAAAATgAAAAAAQwAAAAAAQwAAAAAATgAAAAAAegAAAAAABwAAAAAABwAAAAAHBwAAAAAFBwAAAAAABwAAAAAGBwAAAAAAFwAAAAABFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAFwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAMBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAF + tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAEFwAAAAADFwAAAAADFwAAAAACFwAAAAAGFwAAAAABFwAAAAAFFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAABAAAAAAAABwAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAAFFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABFwAAAAAAFwAAAAACFwAAAAAGFwAAAAAGFwAAAAADFwAAAAAFAAAAAAAABwAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAAFwAAAAADFwAAAAABFwAAAAACFwAAAAAAFwAAAAAGFwAAAAABFwAAAAABFwAAAAAFAAAAAAAABwAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGeQAAAAAABwAAAAAGQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAABwAAAAAAFwAAAAACFwAAAAABFwAAAAABFwAAAAADFwAAAAACFwAAAAAGFwAAAAAEBwAAAAAABwAAAAAEegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAABwAAAAAAFwAAAAACFwAAAAAGFwAAAAAAFwAAAAABFwAAAAACFwAAAAACFwAAAAACBwAAAAAABwAAAAADegAAAAAATgAAAAAAQwAAAAAAQwAAAAAATgAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAADBwAAAAAHBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAADBwAAAAAFBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAADFwAAAAADFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAKBwAAAAAJBwAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAGBwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 3,1: ind: 3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAAGFwAAAAACFwAAAAABBwAAAAAABwAAAAAFBwAAAAAAFwAAAAAEFwAAAAAAFwAAAAACFwAAAAACBwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAABFwAAAAACFwAAAAABFwAAAAAFBwAAAAAAFwAAAAAEFwAAAAAEFwAAAAAFFwAAAAACFwAAAAADFwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAAFwAAAAAAFwAAAAADFwAAAAAGFwAAAAACFwAAAAAGFwAAAAAFFwAAAAABBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAABFwAAAAAFFwAAAAABFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAADFwAAAAAFFwAAAAACFwAAAAAFBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAADFwAAAAAGFwAAAAABFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAEFwAAAAAFFwAAAAAAFwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAAGBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAACFwAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAACFwAAAAAAFwAAAAAEBwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAACFwAAAAAFFwAAAAACFwAAAAACBwAAAAAAFwAAAAADFwAAAAACFwAAAAAAFwAAAAAFFwAAAAAFFwAAAAAFBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAAFFwAAAAABFwAAAAAAFwAAAAAFFwAAAAABFwAAAAAEFwAAAAABFwAAAAAGFwAAAAAFFwAAAAAFFwAAAAACBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAABFwAAAAAEFwAAAAABFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAAEFwAAAAADFwAAAAADFwAAAAAFBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAADFwAAAAAAFwAAAAABFwAAAAAAFwAAAAAFFwAAAAACFwAAAAAEFwAAAAAAFwAAAAADFwAAAAAABwAAAAAA version: 6 2,1: ind: 2,1 @@ -266,11 +269,11 @@ entities: version: 6 4,1: ind: 4,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAKBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAMBwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAEBwAAAAACBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAKPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAHBwAAAAAKBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: egAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAZQAAAAABZQAAAAADZQAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA + tiles: egAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAZQAAAAAAZQAAAAAAZQAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA version: 6 -1,-5: ind: -1,-5 @@ -278,155 +281,155 @@ entities: version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAAIAAAAAADIAAAAAACIAAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAATgAAAAAATgAAAAAAIAAAAAAAIAAAAAABIAAAAAABTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJAAAAAAAJAAAAAAAIwAAAAACIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAIwAAAAAAIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAAIAAAAAADIAAAAAACIAAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAATgAAAAAATgAAAAAAIAAAAAADIAAAAAABIAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAABIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: JAAAAAAAJAAAAAAAJAAAAAAAIwAAAAADIwAAAAACIwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADJwAAAAADJwAAAAADJwAAAAAAJwAAAAABJwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAADHgAAAAABJwAAAAAAJwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAAAJwAAAAAAJwAAAAACJwAAAAADJwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAACJwAAAAAAHgAAAAAAJwAAAAACJwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAWgAAAAABWgAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAACJwAAAAACJwAAAAAAJwAAAAADJwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAAAJwAAAAACHgAAAAADJwAAAAABJwAAAAABegAAAAAAJwAAAAADJwAAAAABJwAAAAAAHgAAAAABHgAAAAADWgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAACJwAAAAACJwAAAAABJwAAAAABJwAAAAACegAAAAAAJwAAAAADJwAAAAABJwAAAAADHgAAAAABHgAAAAAAWgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADegAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADTQAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAABTQAAAAABHgAAAAACTgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAACTQAAAAAAHgAAAAABHgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAAA + tiles: JAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABIwAAAAADIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADJwAAAAABJwAAAAADJwAAAAAAJwAAAAAAJwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAAAHgAAAAADJwAAAAABJwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAAAJwAAAAABJwAAAAACJwAAAAAAJwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAABJwAAAAADHgAAAAABJwAAAAABJwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAWgAAAAABWgAAAAADegAAAAAAaQAAAAAAegAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAABJwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAAAJwAAAAADHgAAAAABJwAAAAABJwAAAAABegAAAAAAJwAAAAADJwAAAAACJwAAAAADHgAAAAABHgAAAAACWgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAJwAAAAABJwAAAAABJwAAAAADJwAAAAABJwAAAAABegAAAAAAJwAAAAACJwAAAAAAJwAAAAADHgAAAAAAHgAAAAADWgAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACegAAAAAATgAAAAAAHgAAAAADHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAABTQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABTQAAAAAAHgAAAAACTgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAABTQAAAAACHgAAAAAAHgAAAAACHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACTgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAAD version: 6 -5,1: ind: -5,1 - tiles: dwAAAAACegAAAAAAZQAAAAACZQAAAAADTgAAAAAAZwAAAAABZwAAAAAAZwAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZwAAAAABZwAAAAADZwAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAZQAAAAABZQAAAAABTgAAAAAAZwAAAAACZwAAAAACZwAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAABegAAAAAAHgAAAAAAegAAAAAAdwAAAAADegAAAAAAZQAAAAADZQAAAAACTgAAAAAAZwAAAAABZwAAAAACZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAADegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAADZwAAAAACZwAAAAABTgAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAABegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAAAHgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZwAAAAACZwAAAAACZwAAAAACegAAAAAAegAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAAAZQAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAIAAAAAADQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAAAQQAAAAAATgAAAAAAZQAAAAADZQAAAAABZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAADIAAAAAACQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAAAZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAAAZwAAAAADZwAAAAAATgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAABHwAAAAACHwAAAAADHwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAACZwAAAAACZwAAAAADHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAAC + tiles: dwAAAAAAegAAAAAAZQAAAAABZQAAAAACTgAAAAAAZwAAAAABZwAAAAACZwAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAZQAAAAADZQAAAAADZQAAAAAAZwAAAAAAZwAAAAADZwAAAAADegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAZQAAAAABZQAAAAACTgAAAAAAZwAAAAAAZwAAAAAAZwAAAAADegAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAACegAAAAAAHgAAAAAAegAAAAAAdwAAAAACegAAAAAAZQAAAAABZQAAAAABTgAAAAAAZwAAAAAAZwAAAAACZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAABZwAAAAADZwAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADTgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZwAAAAACZwAAAAABZwAAAAABegAAAAAAegAAAAAAHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAZQAAAAACZQAAAAAAZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAIAAAAAADQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAZQAAAAACZQAAAAAAZQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAQQAAAAAATgAAAAAAZQAAAAACZQAAAAADZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAACQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIAAAAAACQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAACZwAAAAADZwAAAAADTgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAACZwAAAAADZwAAAAACHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAAD version: 6 -5,0: ind: -5,0 - tiles: ZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAegAAAAAAZwAAAAADZwAAAAAAZwAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAZwAAAAADZwAAAAABZwAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAZwAAAAACZwAAAAAAZwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAABZwAAAAABZwAAAAADQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAADegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAACZwAAAAACZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAACZwAAAAACZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAADZwAAAAABZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAZwAAAAADZwAAAAABZwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAZwAAAAADZwAAAAABZwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAZwAAAAAAZwAAAAAAZwAAAAADegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAABegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: ZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAZwAAAAAAZwAAAAADZwAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAZwAAAAADZwAAAAABZwAAAAADFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAAAZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAACegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAADQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAABegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAZwAAAAAAZwAAAAACZwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAZwAAAAADZwAAAAADZwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAZwAAAAADZwAAAAABZwAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAA version: 6 -4,2: ind: -4,2 - tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABLgAAAAABLgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAABIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABLgAAAAAAWgAAAAADLgAAAAADWgAAAAAAWgAAAAACLgAAAAAALgAAAAAAWgAAAAACWgAAAAADLgAAAAABWgAAAAAALgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAACLgAAAAADWgAAAAABLgAAAAADWgAAAAACWgAAAAAALgAAAAADLgAAAAAAWgAAAAACWgAAAAAALgAAAAAAWgAAAAAALgAAAAACTgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACLgAAAAACLgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAABLgAAAAAAWgAAAAACLgAAAAACWgAAAAACWgAAAAAALgAAAAACLgAAAAACWgAAAAADWgAAAAAALgAAAAAAWgAAAAACLgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACLgAAAAABWgAAAAACLgAAAAACWgAAAAADWgAAAAABLgAAAAABLgAAAAADWgAAAAACWgAAAAAALgAAAAAAWgAAAAAALgAAAAADTgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAcgAAAAABcgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAcgAAAAACcgAAAAAAcgAAAAADcgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAcgAAAAADcgAAAAABcgAAAAABcgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAcgAAAAACcgAAAAAAcgAAAAADcgAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAcgAAAAACcgAAAAABcgAAAAABcgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: WgAAAAAAWgAAAAADWgAAAAABIwAAAAACIwAAAAABegAAAAAAegAAAAAAZQAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADIwAAAAADIwAAAAABegAAAAAAZQAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAABZQAAAAADegAAAAAAWgAAAAACWgAAAAABWgAAAAAALgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAZQAAAAACawAAAAABawAAAAABawAAAAACZQAAAAACZQAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAALgAAAAABLgAAAAADLgAAAAACWgAAAAABWgAAAAADWgAAAAADZQAAAAADawAAAAACawAAAAAAawAAAAABZQAAAAAAZQAAAAACWgAAAAADWgAAAAABLgAAAAACLgAAAAACLgAAAAACLgAAAAADLgAAAAABWgAAAAADWgAAAAADWgAAAAACZQAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABegAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAADZQAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAAALgAAAAADaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACaQAAAAAAQQAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACaQAAAAAAQQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABaQAAAAAAaQAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAADWgAAAAADWgAAAAACIwAAAAACIwAAAAABegAAAAAAegAAAAAAZQAAAAADZQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAIwAAAAADIwAAAAABegAAAAAAZQAAAAABZQAAAAACZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAZQAAAAACZQAAAAAAZQAAAAACZQAAAAADZQAAAAABegAAAAAAWgAAAAAAWgAAAAADWgAAAAABLgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAZQAAAAABawAAAAAAawAAAAACawAAAAAAZQAAAAADZQAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACLgAAAAAALgAAAAADLgAAAAACWgAAAAAAWgAAAAADWgAAAAACZQAAAAAAawAAAAABawAAAAADawAAAAACZQAAAAAAZQAAAAAAWgAAAAACWgAAAAABLgAAAAACLgAAAAABLgAAAAADLgAAAAADLgAAAAADWgAAAAACWgAAAAABWgAAAAACZQAAAAACZQAAAAAAZQAAAAABZQAAAAADZQAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADegAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAALgAAAAABaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABaQAAAAAAQQAAAAAAegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAADdwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABaQAAAAAAQQAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABaQAAAAAAaQAAAAAAegAAAAAAdwAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADIwAAAAABIwAAAAADIwAAAAADIwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAADIwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAHgAAAAACegAAAAAAegAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACTgAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACTgAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABTgAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAABTgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAAAegAAAAAAegAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACegAAAAAATgAAAAAAZQAAAAABZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAATgAAAAAAZQAAAAAAZQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACegAAAAAATgAAAAAAZQAAAAAAZQAAAAAD + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAADegAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAADIwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAABegAAAAAAegAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABTgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAACTgAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAACTgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAACTgAAAAAAWgAAAAABWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAADegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAATgAAAAAAZQAAAAAAZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAegAAAAAATgAAAAAAZQAAAAAAZQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACegAAAAAATgAAAAAAZQAAAAACZQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAZQAAAAADZQAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAADbQAAAAADbQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABbQAAAAABegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABTgAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAABbQAAAAABbQAAAAADegAAAAAAegAAAAAAQQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -5,-4: ind: -5,-4 - tiles: fQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAWgAAAAACWgAAAAABYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAAAWgAAAAACegAAAAAAYQAAAAAAegAAAAAAegAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAA + tiles: fQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADWgAAAAABWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAACWgAAAAACegAAAAAAYQAAAAAAegAAAAAAegAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAA version: 6 -5,-5: ind: -5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAACWgAAAAAATgAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAACYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAWgAAAAACYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAACTgAAAAAAYQAAAAAAWgAAAAADWgAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAYQAAAAAATgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADYQAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAACYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAABWgAAAAADTgAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADTgAAAAAAYQAAAAAAWgAAAAAAWgAAAAABWgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAYQAAAAAATgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADYQAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAA version: 6 -4,-5: ind: -4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAIgAAAAABIgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAIgAAAAABIgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAIgAAAAADIgAAAAACegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAIgAAAAACIgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAIgAAAAADIgAAAAADegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAIgAAAAACIgAAAAABegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -6,-2: ind: -6,-2 - tiles: TgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAABegAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAACbQAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAABegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAegAAAAAAUAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAUAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAACegAAAAAATgAAAAAAbQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAAAbQAAAAABTgAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAADbQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAADbQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACegAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAA + tiles: TgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAADegAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAABegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAADegAAAAAAUAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAUAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAACTgAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAADbQAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAABbQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAADegAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACegAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: egAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAABeAAAAAAAeAAAAAAAegAAAAAAeAAAAAACeAAAAAABeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAABeAAAAAADegAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAACTgAAAAAARQAAAAAARQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAARQAAAAAARQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAARQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAWgAAAAABegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAARQAAAAAARQAAAAAAegAAAAAAawAAAAACWgAAAAACWgAAAAACawAAAAABawAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADegAAAAAAYQAAAAAAWgAAAAACYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAARQAAAAAARQAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAARQAAAAAARQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAARQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAADegAAAAAAegAAAAAARQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAACegAAAAAAUAAAAAAA + tiles: egAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAABeAAAAAABeAAAAAABegAAAAAAeAAAAAABeAAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAABeAAAAAACegAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAADTgAAAAAARQAAAAAARQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAARQAAAAAARQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAARQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAWgAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAARQAAAAAARQAAAAAAegAAAAAAawAAAAAAWgAAAAAAWgAAAAABawAAAAABawAAAAADYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACegAAAAAAYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADRQAAAAAARQAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAAARQAAAAAARQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAABRQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABRQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAABbQAAAAACegAAAAAAegAAAAAARQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAACegAAAAAAUAAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: WgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADLgAAAAABUQAAAAAAUQAAAAAAUQAAAAAALgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAWgAAAAABLgAAAAADUQAAAAAAUQAAAAAAUQAAAAAALgAAAAADWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAACLgAAAAACLgAAAAACLgAAAAABLgAAAAACLgAAAAACWgAAAAAAegAAAAAAWgAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAAAegAAAAAAWgAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAADFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAAFgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAABFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAAFgAAAAAAegAAAAAATgAAAAAAdwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAACZwAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAABMwAAAAACMwAAAAABMwAAAAACZwAAAAACZwAAAAAAZwAAAAADegAAAAAAIwAAAAAAIwAAAAAATgAAAAAATgAAAAAAaAAAAAAAaAAAAAAAZwAAAAAAZwAAAAADMwAAAAABMwAAAAACMwAAAAACMwAAAAACMwAAAAACZwAAAAADZwAAAAADZwAAAAAA + tiles: WgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAAALgAAAAABLgAAAAACLgAAAAADLgAAAAADLgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAALgAAAAABUQAAAAAAUQAAAAAAUQAAAAAALgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADTgAAAAAAWgAAAAACLgAAAAADUQAAAAAAUQAAAAAAUQAAAAAALgAAAAADWgAAAAAAWgAAAAADWgAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAABLgAAAAACLgAAAAAALgAAAAABLgAAAAADLgAAAAACWgAAAAABegAAAAAAWgAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADegAAAAAAWgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAdwAAAAACFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAAFgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAAFgAAAAAAegAAAAAATgAAAAAAdwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAACMwAAAAABMwAAAAACMwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAegAAAAAAIwAAAAACIwAAAAADTgAAAAAATgAAAAAAaAAAAAADaAAAAAADZwAAAAACZwAAAAADMwAAAAADMwAAAAADMwAAAAACMwAAAAABMwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAB version: 6 -7,-2: ind: -7,-2 - tiles: TgAAAAAAegAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAAAYwAAAAABYwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAARQAAAAAAYwAAAAABegAAAAAAYwAAAAAAYwAAAAACYwAAAAADYwAAAAABYwAAAAADYwAAAAACegAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAYwAAAAACYwAAAAADegAAAAAAeAAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAACQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAABYwAAAAABYwAAAAAAYwAAAAADTgAAAAAAYwAAAAABYwAAAAADYwAAAAACTgAAAAAAYwAAAAACYwAAAAACYwAAAAABYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAACYwAAAAACYwAAAAACYwAAAAAAYwAAAAABYwAAAAAAYwAAAAADYwAAAAACYwAAAAACYwAAAAACYwAAAAAAegAAAAAAegAAAAAAYwAAAAADYwAAAAAAegAAAAAAYwAAAAADTgAAAAAAYwAAAAABYwAAAAADYwAAAAACYwAAAAABYwAAAAACYwAAAAAAYwAAAAADYwAAAAABegAAAAAAegAAAAAAegAAAAAAYwAAAAACYwAAAAACegAAAAAAYwAAAAABegAAAAAAYwAAAAADYwAAAAACYwAAAAACTgAAAAAAYwAAAAAAYwAAAAAAYwAAAAABYwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAADYwAAAAADYwAAAAACegAAAAAAYwAAAAADYwAAAAACYwAAAAABYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAYwAAAAACYwAAAAACYwAAAAADegAAAAAAYwAAAAACYwAAAAACYwAAAAABYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAQQAAAAAAQQAAAAAAYwAAAAADYwAAAAABYwAAAAABegAAAAAAYwAAAAADYwAAAAAAYwAAAAADYwAAAAACegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAACQQAAAAAAQQAAAAAAYwAAAAAAYwAAAAABYwAAAAACegAAAAAAYwAAAAABYwAAAAACYwAAAAACYwAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAYwAAAAACTgAAAAAAegAAAAAATgAAAAAAYwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAYwAAAAABYwAAAAADYwAAAAACYwAAAAAAYwAAAAACYwAAAAAAYwAAAAABegAAAAAAWgAAAAACWgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAYwAAAAABYwAAAAAAYwAAAAABYwAAAAACYwAAAAABYwAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAYwAAAAACYwAAAAAAYwAAAAADYwAAAAAAYwAAAAADYwAAAAADQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA + tiles: TgAAAAAAegAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAABYwAAAAABYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAARQAAAAAAYwAAAAACegAAAAAAYwAAAAABYwAAAAAAYwAAAAAAYwAAAAADYwAAAAACYwAAAAACegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAACYwAAAAACYwAAAAADegAAAAAAeAAAAAACeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAABYwAAAAADYwAAAAABYwAAAAACTgAAAAAAYwAAAAADYwAAAAABYwAAAAADTgAAAAAAYwAAAAADYwAAAAAAYwAAAAAAYwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAYwAAAAACYwAAAAACYwAAAAABYwAAAAABYwAAAAADYwAAAAABYwAAAAADYwAAAAAAYwAAAAADYwAAAAABegAAAAAAegAAAAAAYwAAAAADYwAAAAADegAAAAAAYwAAAAACTgAAAAAAYwAAAAAAYwAAAAADYwAAAAAAYwAAAAADYwAAAAACYwAAAAADYwAAAAACYwAAAAACegAAAAAAegAAAAAAegAAAAAAYwAAAAADYwAAAAADegAAAAAAYwAAAAABegAAAAAAYwAAAAACYwAAAAACYwAAAAADTgAAAAAAYwAAAAADYwAAAAADYwAAAAABYwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAADYwAAAAACYwAAAAADegAAAAAAYwAAAAABYwAAAAADYwAAAAACYwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAYwAAAAACYwAAAAADYwAAAAABegAAAAAAYwAAAAADYwAAAAADYwAAAAABYwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADQQAAAAAAQQAAAAAAYwAAAAADYwAAAAACYwAAAAABegAAAAAAYwAAAAAAYwAAAAABYwAAAAACYwAAAAACegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAAAQQAAAAAAQQAAAAAAYwAAAAACYwAAAAADYwAAAAABegAAAAAAYwAAAAAAYwAAAAADYwAAAAAAYwAAAAADegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAYwAAAAACTgAAAAAAegAAAAAATgAAAAAAYwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAADYwAAAAABYwAAAAABYwAAAAACYwAAAAAAYwAAAAACYwAAAAABYwAAAAADegAAAAAAWgAAAAABWgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAYwAAAAABYwAAAAADYwAAAAABYwAAAAACYwAAAAADYwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAYwAAAAABYwAAAAABYwAAAAABYwAAAAADYwAAAAAAYwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA version: 6 -6,0: ind: -6,0 - tiles: TgAAAAAAIwAAAAAATgAAAAAATgAAAAAAaAAAAAAAaAAAAAABZwAAAAABZwAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAACMwAAAAADZwAAAAACZwAAAAABZwAAAAAAMgAAAAAAIwAAAAAATgAAAAAATgAAAAAAaAAAAAABaAAAAAAAZwAAAAADZwAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAACZwAAAAAAZwAAAAAAegAAAAAAMgAAAAAAIwAAAAACIwAAAAACaAAAAAACaAAAAAADaAAAAAACZwAAAAACZwAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAAAZwAAAAADZwAAAAAATgAAAAAAMgAAAAAAIwAAAAABIwAAAAAAaAAAAAABaAAAAAABaAAAAAACZwAAAAAAZwAAAAABMwAAAAABMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADZwAAAAACZwAAAAAATgAAAAAAMgAAAAAAIwAAAAACTgAAAAAATgAAAAAAaAAAAAABaAAAAAABZwAAAAAAZwAAAAADMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAADZwAAAAACZwAAAAAAegAAAAAATgAAAAAAIwAAAAABTgAAAAAATgAAAAAAaAAAAAADaAAAAAADZwAAAAABZwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAZwAAAAABZwAAAAACTgAAAAAAIwAAAAABIwAAAAABTgAAAAAATgAAAAAAaAAAAAADaAAAAAADZwAAAAACZwAAAAABMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAACZwAAAAAAZwAAAAACFgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAACMwAAAAADMwAAAAAAMwAAAAADZwAAAAAAZwAAAAACZwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAAAZwAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAFgAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAAAegAAAAAAFgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAFgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAACdwAAAAABdwAAAAADTgAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAACdwAAAAADdwAAAAABdwAAAAAATgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAACTgAAAAAATgAAAAAA + tiles: TgAAAAAAIwAAAAABTgAAAAAATgAAAAAAaAAAAAAAaAAAAAABZwAAAAABZwAAAAACMwAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADZwAAAAADZwAAAAADZwAAAAACMgAAAAAAIwAAAAADTgAAAAAATgAAAAAAaAAAAAAAaAAAAAABZwAAAAABZwAAAAADMwAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAACZwAAAAADZwAAAAAAegAAAAAAMgAAAAAAIwAAAAACIwAAAAAAaAAAAAACaAAAAAACaAAAAAAAZwAAAAAAZwAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAADMwAAAAABZwAAAAABZwAAAAAATgAAAAAAMgAAAAAAIwAAAAABIwAAAAAAaAAAAAAAaAAAAAAAaAAAAAACZwAAAAABZwAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAADZwAAAAACZwAAAAABTgAAAAAAMgAAAAAAIwAAAAABTgAAAAAATgAAAAAAaAAAAAABaAAAAAABZwAAAAACZwAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAACZwAAAAADZwAAAAABegAAAAAATgAAAAAAIwAAAAABTgAAAAAATgAAAAAAaAAAAAADaAAAAAADZwAAAAAAZwAAAAACMwAAAAADMwAAAAACMwAAAAABMwAAAAAAMwAAAAAAZwAAAAADZwAAAAACTgAAAAAAIwAAAAAAIwAAAAABTgAAAAAATgAAAAAAaAAAAAAAaAAAAAABZwAAAAAAZwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACMwAAAAAAZwAAAAAAZwAAAAAAFgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAACMwAAAAADMwAAAAAAMwAAAAAAZwAAAAACZwAAAAABZwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAABZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAFgAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACegAAAAAAFgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAABdwAAAAAAdwAAAAACegAAAAAAFgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAADTgAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAAATgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADTgAAAAAATgAAAAAA version: 6 -6,1: ind: -6,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAACdwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAADZQAAAAABZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAWgAAAAACTQAAAAAAWgAAAAACTQAAAAAAWgAAAAAATQAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACTQAAAAABWgAAAAACTQAAAAADWgAAAAACTQAAAAACWgAAAAABTQAAAAACWgAAAAADWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAWgAAAAACTQAAAAAAWgAAAAADTQAAAAABWgAAAAADTQAAAAABWgAAAAABegAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAACTgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADWgAAAAAATQAAAAABWgAAAAADTQAAAAACWgAAAAADTQAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABTQAAAAABWgAAAAABTQAAAAACWgAAAAABTQAAAAACWgAAAAAATQAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABWgAAAAAATQAAAAACWgAAAAACTQAAAAABWgAAAAACTQAAAAADWgAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAA version: 6 -7,-1: ind: -7,-1 - tiles: UQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAYwAAAAAAYwAAAAABYwAAAAAAYwAAAAABYwAAAAAAYwAAAAABYwAAAAADYwAAAAACTgAAAAAAWgAAAAAAWgAAAAACUQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAYwAAAAACTgAAAAAAegAAAAAAYwAAAAACYwAAAAADYwAAAAACYwAAAAACWgAAAAACWgAAAAAAWgAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAADegAAAAAAYwAAAAABYwAAAAADYwAAAAAAegAAAAAAYwAAAAACYwAAAAACYwAAAAAAYwAAAAABWgAAAAACWgAAAAAAWgAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAACZQAAAAACYwAAAAAAYwAAAAAAYwAAAAACegAAAAAAYwAAAAACYwAAAAAAYwAAAAACYwAAAAADTgAAAAAAWgAAAAADWgAAAAABZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAAAYwAAAAACYwAAAAAAYwAAAAAAegAAAAAAYwAAAAABYwAAAAABYwAAAAADYwAAAAABTgAAAAAAWgAAAAADWgAAAAACZQAAAAABZQAAAAAAZQAAAAADZQAAAAACegAAAAAAYwAAAAADYwAAAAAAYwAAAAABegAAAAAAYwAAAAACYwAAAAADYwAAAAABYwAAAAACegAAAAAAegAAAAAAegAAAAAAZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAAAYwAAAAADYwAAAAAAYwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUQAAAAAAKwAAAAAAKwAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAAAdwAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAAAIwAAAAAB + tiles: UQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAYwAAAAABYwAAAAABYwAAAAAAYwAAAAABYwAAAAAAYwAAAAADYwAAAAABYwAAAAACTgAAAAAAWgAAAAADWgAAAAACUQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAYwAAAAADTgAAAAAAegAAAAAAYwAAAAACYwAAAAACYwAAAAACYwAAAAAAWgAAAAACWgAAAAACWgAAAAABZQAAAAADZQAAAAABZQAAAAADZQAAAAAAegAAAAAAYwAAAAABYwAAAAADYwAAAAADegAAAAAAYwAAAAABYwAAAAADYwAAAAADYwAAAAABWgAAAAADWgAAAAACWgAAAAAAZQAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAABYwAAAAABYwAAAAACYwAAAAACegAAAAAAYwAAAAADYwAAAAAAYwAAAAABYwAAAAAATgAAAAAAWgAAAAADWgAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAABZQAAAAABYwAAAAAAYwAAAAACYwAAAAAAegAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAADTgAAAAAAWgAAAAADWgAAAAACZQAAAAACZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAYwAAAAAAYwAAAAAAYwAAAAACegAAAAAAYwAAAAADYwAAAAADYwAAAAAAYwAAAAADegAAAAAAegAAAAAAegAAAAAAZQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAADYwAAAAABYwAAAAADYwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUQAAAAAAKwAAAAAAKwAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAACdwAAAAACdwAAAAABIwAAAAAD version: 6 -7,0: ind: -7,0 - tiles: dwAAAAACIwAAAAABIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADTgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABTgAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAACIwAAAAADIwAAAAACTgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAACTgAAAAAAegAAAAAATgAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAADTgAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAADTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAA + tiles: dwAAAAAAIwAAAAADIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAABTgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAABdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAABTgAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAACIwAAAAADIwAAAAABTgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAbgAAAAACTQAAAAAAbgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAbgAAAAACTQAAAAAAbgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAAATgAAAAAAegAAAAAAegAAAAAAbgAAAAADbgAAAAAAbgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAABTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAA version: 6 -8,0: ind: -8,0 - tiles: TgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAUQAAAAAAUQAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADHwAAAAAAHwAAAAAAHwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAABHwAAAAAAHwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHwAAAAADHwAAAAADHwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACHwAAAAAAHwAAAAACHwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAANwAAAAAANwAAAAAANwAAAAAAHwAAAAABHwAAAAACHwAAAAADegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAABNwAAAAAAEgAAAAAAEgAAAAAAHwAAAAABHwAAAAADHwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAABNwAAAAAANwAAAAAANwAAAAAAegAAAAAAHwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAADNwAAAAAAEgAAAAAANwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAANwAAAAAANwAAAAAANwAAAAAAHwAAAAACHwAAAAACHwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAACNwAAAAAAEgAAAAAAEgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAACNwAAAAAANwAAAAAANwAAAAAAHwAAAAADHwAAAAADHwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAACHwAAAAADHwAAAAACHwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHwAAAAACHwAAAAADHwAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABHwAAAAAAHwAAAAACHwAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAANwAAAAAANwAAAAAANwAAAAAAHwAAAAACHwAAAAABHwAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAADNwAAAAAAEgAAAAAAEgAAAAAAHwAAAAABHwAAAAAAHwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAACNwAAAAAANwAAAAAANwAAAAAAegAAAAAAHwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAANwAAAAAAEgAAAAAANwAAAAAAHwAAAAAAHwAAAAACHwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAADNwAAAAAANwAAAAAANwAAAAAAHwAAAAABHwAAAAAAHwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAABNwAAAAAAEgAAAAAAEgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAANwAAAAAANwAAAAAANwAAAAAAHwAAAAABHwAAAAADHwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -8,-1: ind: -8,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAACAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAAAZQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAADegAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAADegAAAAAATgAAAAAAIwAAAAADIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAAAZQAAAAABAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAADAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAdwAAAAACdwAAAAACegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAADegAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAATgAAAAAAIwAAAAAAIwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAA version: 6 -8,1: ind: -8,1 - tiles: AAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAACMQAAAAAAMQAAAAADMQAAAAABMQAAAAADMQAAAAACMQAAAAAAMQAAAAABMQAAAAACAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAAMQAAAAADMQAAAAADMQAAAAAAMQAAAAACMQAAAAABMQAAAAABMQAAAAACMQAAAAABMQAAAAABAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAMQAAAAACMQAAAAAAMQAAAAADMQAAAAACCwAAAAAAMQAAAAACMQAAAAABMQAAAAAAMQAAAAADAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAABLgAAAAADTgAAAAAAMQAAAAACMQAAAAADMQAAAAACMQAAAAABCwAAAAAAMQAAAAAAMQAAAAAAMQAAAAABMQAAAAACAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAAALgAAAAADTgAAAAAAMQAAAAADMQAAAAAAMQAAAAACMQAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACLgAAAAACLgAAAAAATgAAAAAAMQAAAAABMQAAAAACMQAAAAACMQAAAAADMQAAAAADMQAAAAABMQAAAAADMQAAAAACMQAAAAABAAAAAAAAAAAAAAAAegAAAAAALgAAAAACegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAAAMQAAAAADMQAAAAABMQAAAAADMQAAAAADMQAAAAABMQAAAAAAMQAAAAACMQAAAAACAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAAMQAAAAADMQAAAAAAMQAAAAADMQAAAAADMQAAAAAAMQAAAAAAMQAAAAACMQAAAAABMQAAAAACAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAMQAAAAABMQAAAAAAMQAAAAAAMQAAAAABCwAAAAAAMQAAAAACMQAAAAAAMQAAAAAAMQAAAAACAAAAAAAAAAAAAAAATgAAAAAALgAAAAADLgAAAAAALgAAAAAATgAAAAAAMQAAAAADMQAAAAACMQAAAAACMQAAAAAACwAAAAAAMQAAAAAAMQAAAAACMQAAAAADMQAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAACLgAAAAAATgAAAAAAMQAAAAABMQAAAAADMQAAAAADMQAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAACLgAAAAACTgAAAAAAMQAAAAACMQAAAAACMQAAAAABMQAAAAACMQAAAAADMQAAAAABMQAAAAAAMQAAAAADMQAAAAAAAAAAAAAAAAAAAAAAegAAAAAALgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -7,1: ind: -7,1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHwAAAAADHwAAAAADTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAADMQAAAAABMQAAAAACMQAAAAADMQAAAAAAMQAAAAADMQAAAAACMQAAAAACMQAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAADMQAAAAADMQAAAAACMQAAAAABMQAAAAACMQAAAAABMQAAAAABMQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAACMQAAAAADMQAAAAACCwAAAAAAMQAAAAADMQAAAAAAMQAAAAABMQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAABMQAAAAADMQAAAAADCwAAAAAAMQAAAAACMQAAAAACMQAAAAACMQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAMQAAAAABMQAAAAAAMQAAAAABMQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAAAMQAAAAABMQAAAAADMQAAAAACMQAAAAACMQAAAAACMQAAAAABMQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACTQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAACTQAAAAAAegAAAAAAWgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAACMQAAAAABMQAAAAADMQAAAAABMQAAAAABMQAAAAABMQAAAAADMQAAAAAAMQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAAAMQAAAAACMQAAAAADMQAAAAADMQAAAAADMQAAAAABMQAAAAAAMQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAACMQAAAAAAMQAAAAADCwAAAAAAMQAAAAADMQAAAAADMQAAAAABMQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAACMQAAAAADMQAAAAAACwAAAAAAMQAAAAABMQAAAAACMQAAAAABMQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAMQAAAAACMQAAAAABMQAAAAAAMQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMQAAAAABMQAAAAAAMQAAAAABMQAAAAAAMQAAAAADMQAAAAADMQAAAAADMQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABTQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAATQAAAAACegAAAAAAWgAAAAAB version: 6 -6,2: ind: -6,2 - tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAAWgAAAAABTQAAAAABWgAAAAACTQAAAAACWgAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAATQAAAAABWgAAAAAATQAAAAACWgAAAAABTQAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADTQAAAAACWgAAAAACTQAAAAABWgAAAAABTQAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABWgAAAAAATQAAAAABWgAAAAADTQAAAAAAWgAAAAADTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAATQAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAWgAAAAABWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACWgAAAAAATQAAAAABWgAAAAADTQAAAAADWgAAAAACTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAABTQAAAAAAWgAAAAACTQAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAADTQAAAAABWgAAAAABTQAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACWgAAAAADTQAAAAAAWgAAAAAATQAAAAACWgAAAAACTQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADTQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,2: ind: -7,2 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAABWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAACTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADTQAAAAADWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAATQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAABWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACWgAAAAACWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADTQAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADTQAAAAABWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACWgAAAAABWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAAAAAAAAAA + tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACTQAAAAABWgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAATQAAAAAAWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAATQAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAATQAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAATQAAAAACWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: AAAAAAAATgAAAAAAIwAAAAADIwAAAAAAIwAAAAACTgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAABIwAAAAADIwAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAADQQAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZQAAAAADTQAAAAAATQAAAAAAQQAAAAAATQAAAAADTQAAAAABQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADQQAAAAAAQQAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAADTQAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAIwAAAAADIwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAACQQAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZQAAAAAATQAAAAACTQAAAAADQQAAAAAATQAAAAACTQAAAAADQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADQQAAAAAAQQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAIwAAAAACIwAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAATgAAAAAAIwAAAAABIwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,2: ind: -2,2 - tiles: WgAAAAACWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAWgAAAAACegAAAAAAeAAAAAABeAAAAAACeAAAAAACWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAeAAAAAAAeAAAAAADeAAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeAAAAAADTgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAALgAAAAACWgAAAAABLgAAAAADLgAAAAAAWgAAAAACLgAAAAACWgAAAAACLgAAAAACWgAAAAACLgAAAAACLgAAAAACWgAAAAADLgAAAAAAWgAAAAACLgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAADegAAAAAAZQAAAAACZQAAAAAAQQAAAAAAQQAAAAAAZQAAAAADZQAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAADTgAAAAAAZQAAAAACZQAAAAAAZQAAAAACZQAAAAAAZQAAAAADZQAAAAABegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADTgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAABZQAAAAADZQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAeAAAAAAAeAAAAAAAeAAAAAACWgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAABegAAAAAAeAAAAAACeAAAAAABeAAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeAAAAAACTgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAALgAAAAAAWgAAAAADLgAAAAAALgAAAAACWgAAAAADLgAAAAACWgAAAAABLgAAAAABWgAAAAABLgAAAAACLgAAAAAAWgAAAAABLgAAAAACWgAAAAADLgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAABegAAAAAAZQAAAAABZQAAAAACQQAAAAAAQQAAAAAAZQAAAAAAZQAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAAATgAAAAAAZQAAAAADZQAAAAADZQAAAAADZQAAAAABZQAAAAAAZQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAACZQAAAAAAZQAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: eAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeAAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABTgAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAAAZQAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAADZQAAAAABZQAAAAABZQAAAAADZQAAAAADZQAAAAAAZQAAAAABZQAAAAADZQAAAAADZQAAAAABZQAAAAACTgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAABTgAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAAAZQAAAAAAZQAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADegAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAACZQAAAAADZQAAAAADZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eAAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAADeAAAAAACeAAAAAAAeAAAAAADeAAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeAAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAAAZQAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAABZQAAAAADTgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAACZQAAAAADZQAAAAAAZQAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAZQAAAAACZQAAAAACZQAAAAADZQAAAAAAZQAAAAADZQAAAAAAZQAAAAAAZQAAAAACZQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -5,2: ind: -5,2 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAAAZwAAAAACZwAAAAADTgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAACZwAAAAABZwAAAAACegAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZwAAAAADTgAAAAAAZwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADLgAAAAABLgAAAAACWgAAAAACWgAAAAAALgAAAAAAWgAAAAADLgAAAAACWgAAAAACWgAAAAADLgAAAAAALgAAAAABLgAAAAAALgAAAAADWgAAAAABWgAAAAABWgAAAAACLgAAAAADLgAAAAAAWgAAAAAAWgAAAAADLgAAAAADWgAAAAADLgAAAAADWgAAAAABWgAAAAADLgAAAAAALgAAAAABLgAAAAADLgAAAAACWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAAAZwAAAAAAZwAAAAADTgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAABHwAAAAAAHwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAADZwAAAAABZwAAAAAAegAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAADHwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAZwAAAAABTgAAAAAAZwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABLgAAAAAALgAAAAADWgAAAAAAWgAAAAAALgAAAAAAWgAAAAABLgAAAAAAWgAAAAACWgAAAAAALgAAAAADLgAAAAABLgAAAAADLgAAAAACWgAAAAACWgAAAAADWgAAAAADLgAAAAAALgAAAAABWgAAAAADWgAAAAABLgAAAAADWgAAAAADLgAAAAABWgAAAAABWgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAADWgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-3: ind: -7,-3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAARQAAAAAAQwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAYwAAAAADYwAAAAACYwAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAQQAAAAAAEgAAAAAAEgAAAAAAaQAAAAAAegAAAAAAYwAAAAADYwAAAAAAYwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAYwAAAAABYwAAAAADYwAAAAACYwAAAAACYwAAAAAAYwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAYwAAAAACYwAAAAADYwAAAAADYwAAAAACYwAAAAABYwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAARQAAAAAARQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAARQAAAAAARQAAAAAARQAAAAAARQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAARQAAAAAAQwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAYwAAAAAAYwAAAAADYwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAQQAAAAAAEgAAAAAAEgAAAAAAaQAAAAAAegAAAAAAYwAAAAABYwAAAAABYwAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYwAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAYwAAAAABYwAAAAACYwAAAAACYwAAAAAAYwAAAAACYwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAYwAAAAABYwAAAAACYwAAAAABYwAAAAAAYwAAAAAAYwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAARQAAAAAARQAAAAAA version: 6 -10,-1: ind: -10,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADIwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAACMwAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADTgAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAAAMwAAAAAATgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAABMwAAAAABTgAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAACAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAMwAAAAADMwAAAAABMwAAAAADTgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAAAIwAAAAADAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAACIwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAACMwAAAAADTgAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACMwAAAAADTgAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAADMwAAAAACTgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAADMwAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAMwAAAAAAMwAAAAABMwAAAAADTgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAB version: 6 -9,-1: ind: -9,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAABTgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAABIwAAAAACIwAAAAABegAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADegAAAAAAIwAAAAACIwAAAAAAIwAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAACIwAAAAADTgAAAAAAIwAAAAACIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAACTgAAAAAAIwAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAABIwAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAABIwAAAAACIwAAAAADTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAADTgAAAAAAPQAAAAAAPQAAAAAAegAAAAAAIwAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAADTgAAAAAAIwAAAAAAIwAAAAADQQAAAAAAIwAAAAACIwAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAADTgAAAAAAIwAAAAACIwAAAAABQQAAAAAAIwAAAAABIwAAAAADIwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAADegAAAAAAIwAAAAADIwAAAAAAQQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAACTgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAACIwAAAAABegAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAACIwAAAAAATgAAAAAAIwAAAAAAIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAATgAAAAAAIwAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAACIwAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAABIwAAAAABTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAADIwAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAACTgAAAAAAPQAAAAAAPQAAAAAAegAAAAAAIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAADTgAAAAAAIwAAAAAAIwAAAAABQQAAAAAAIwAAAAABIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACTgAAAAAAIwAAAAABIwAAAAACQQAAAAAAIwAAAAABIwAAAAADIwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAADTgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAABegAAAAAAIwAAAAACIwAAAAABQQAAAAAA version: 6 -9,0: ind: -9,0 - tiles: IwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAADIwAAAAABTgAAAAAATgAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAACegAAAAAAIwAAAAACIwAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAABTgAAAAAAeQAAAAAATgAAAAAAMwAAAAAAMwAAAAABegAAAAAAPQAAAAAAPQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAABTgAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAACTgAAAAAAIwAAAAAAIwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAAATgAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAACTgAAAAAAIwAAAAADIwAAAAAATgAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAABIwAAAAACIwAAAAABTgAAAAAATgAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAADTgAAAAAAIwAAAAAAIwAAAAADTgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAAAIwAAAAABIwAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAABTgAAAAAAIwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAAMwAAAAADMwAAAAAAegAAAAAAIwAAAAAAIwAAAAACTgAAAAAAegAAAAAAWAAAAAAAIwAAAAAAIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAADTgAAAAAAIwAAAAADIwAAAAABTgAAAAAAIwAAAAAAIwAAAAABWAAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAADTgAAAAAAIwAAAAAAIwAAAAACTgAAAAAAIwAAAAAAWAAAAAAAWAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACTgAAAAAAIwAAAAADIwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAMwAAAAADMwAAAAACTgAAAAAAIwAAAAAAIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAACegAAAAAAIwAAAAAAIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAABegAAAAAAIwAAAAABIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAAAegAAAAAAIwAAAAACIwAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAABTgAAAAAAIwAAAAAAIwAAAAADegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAACTgAAAAAAIwAAAAACIwAAAAABegAAAAAA + tiles: IwAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAACTgAAAAAATgAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAADegAAAAAAIwAAAAAAIwAAAAABQQAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACTgAAAAAAeQAAAAAATgAAAAAAMwAAAAABMwAAAAADegAAAAAAPQAAAAAAPQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAACTgAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAABTgAAAAAAIwAAAAABIwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAACTgAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAABTgAAAAAAIwAAAAADIwAAAAABTgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAAATgAAAAAATgAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAACTgAAAAAAIwAAAAADIwAAAAABTgAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAADIwAAAAAAIwAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAABTgAAAAAAIwAAAAADIwAAAAADTgAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAAMwAAAAADMwAAAAABegAAAAAAIwAAAAABIwAAAAACTgAAAAAAegAAAAAAWAAAAAAIIwAAAAADIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAABTgAAAAAAIwAAAAABIwAAAAABTgAAAAAAIwAAAAAAIwAAAAADWAAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAAMwAAAAADTgAAAAAAIwAAAAABIwAAAAACTgAAAAAAIwAAAAAAWAAAAAAEWAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAADTgAAAAAAIwAAAAACIwAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAMwAAAAADMwAAAAABTgAAAAAAIwAAAAAAIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAACegAAAAAAIwAAAAADIwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAAAegAAAAAAIwAAAAADIwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAABegAAAAAAIwAAAAABIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAABTgAAAAAAIwAAAAAAIwAAAAADegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAADTgAAAAAAIwAAAAACIwAAAAAAegAAAAAA version: 6 -10,0: ind: -10,0 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAAAAAAAAAeQAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAACTgAAAAAAMwAAAAAATgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAADIwAAAAABIwAAAAADIwAAAAADTgAAAAAAMwAAAAACTgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAADTgAAAAAAMwAAAAACTgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAMwAAAAABTgAAAAAAIwAAAAABegAAAAAAIwAAAAADTgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAWAAAAAAIIwAAAAABIwAAAAADIwAAAAABTgAAAAAAMwAAAAADegAAAAAAIwAAAAADegAAAAAAIwAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWAAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACTgAAAAAAMwAAAAAAegAAAAAAIwAAAAABegAAAAAAIwAAAAACegAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAJIwAAAAACWAAAAAAMegAAAAAAegAAAAAAegAAAAAATgAAAAAAMwAAAAAATgAAAAAAIwAAAAADegAAAAAAIwAAAAABTgAAAAAAAAAAAAAATgAAAAAAWAAAAAAAIwAAAAABWAAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAATgAAAAAAIwAAAAACegAAAAAAIwAAAAAATgAAAAAAeQAAAAAATgAAAAAAWAAAAAAAIwAAAAACWAAAAAAAWAAAAAAGegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAABegAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAAWAAAAAAAIwAAAAABWAAAAAAAWAAAAAAEegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAAATgAAAAAAIwAAAAAAegAAAAAAIwAAAAACTgAAAAAAeQAAAAAATgAAAAAAWAAAAAAAWAAAAAAAIwAAAAABWAAAAAAFegAAAAAATgAAAAAATgAAAAAATgAAAAAAMwAAAAAAegAAAAAAIwAAAAADegAAAAAAIwAAAAAAegAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAWAAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAAC + tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAAAAAAAAAeQAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAABIwAAAAACIwAAAAABTgAAAAAAMwAAAAADTgAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAAIwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAACegAAAAAAIwAAAAADTgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAWAAAAAAAIwAAAAAAIwAAAAABIwAAAAADTgAAAAAAMwAAAAABegAAAAAAIwAAAAABegAAAAAAIwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWAAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAAATgAAAAAAMwAAAAADegAAAAAAIwAAAAAAegAAAAAAIwAAAAACegAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAIwAAAAAAWAAAAAAFegAAAAAAegAAAAAAegAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAABegAAAAAAIwAAAAABTgAAAAAAAAAAAAAATgAAAAAAWAAAAAALIwAAAAABWAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABTgAAAAAAIwAAAAACegAAAAAAIwAAAAAATgAAAAAAeQAAAAAATgAAAAAAWAAAAAAAIwAAAAACWAAAAAAAWAAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADTgAAAAAAIwAAAAAAegAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAAWAAAAAAAIwAAAAAAWAAAAAAEWAAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAACegAAAAAAIwAAAAAATgAAAAAAeQAAAAAATgAAAAAAWAAAAAAHWAAAAAAAIwAAAAAAWAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMwAAAAAAegAAAAAAIwAAAAAAegAAAAAAIwAAAAADegAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAWAAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAAC version: 6 -10,1: ind: -10,1 - tiles: TgAAAAAAMwAAAAAAegAAAAAAIwAAAAABegAAAAAAIwAAAAABegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWAAAAAAFWAAAAAACIwAAAAADIwAAAAADIwAAAAAATgAAAAAAMwAAAAACTgAAAAAAIwAAAAAAegAAAAAAIwAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWAAAAAAGIwAAAAACIwAAAAADTgAAAAAAMwAAAAADTgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWAAAAAAAIwAAAAACIwAAAAADTgAAAAAAMwAAAAABTgAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAADIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAADTgAAAAAAMwAAAAADTgAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAABIwAAAAABIwAAAAACeQAAAAAAeQAAAAAAegAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAABAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAAAIwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: TgAAAAAAMwAAAAAAegAAAAAAIwAAAAABegAAAAAAIwAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWAAAAAAAWAAAAAAAIwAAAAACIwAAAAADIwAAAAADTgAAAAAAMwAAAAAATgAAAAAAIwAAAAAAegAAAAAAIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWAAAAAAAIwAAAAAAIwAAAAACTgAAAAAAMwAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWAAAAAAAIwAAAAAAIwAAAAAATgAAAAAAMwAAAAADTgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAADTgAAAAAAMwAAAAACTgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADTgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAABeQAAAAAAeQAAAAAAegAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADIwAAAAADIwAAAAACAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAAAIwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -9,1: ind: -9,1 - tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAACTgAAAAAAIwAAAAAAIwAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAADMwAAAAAATgAAAAAAIwAAAAABIwAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAABTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAAAIwAAAAABTgAAAAAAIwAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAABIwAAAAACIwAAAAACTgAAAAAAIwAAAAADIwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAACTgAAAAAAIwAAAAACIwAAAAACIwAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAABTgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAADIwAAAAACIwAAAAADegAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAADIwAAAAABIwAAAAADIwAAAAADIwAAAAACIwAAAAAAIwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAABTgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAADTgAAAAAAIwAAAAABIwAAAAADegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAAATgAAAAAAIwAAAAACIwAAAAADTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAABIwAAAAADTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAACIwAAAAACTgAAAAAAIwAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAACTgAAAAAAIwAAAAABIwAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAADTgAAAAAAIwAAAAACIwAAAAADIwAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAAATgAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAACegAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAABIwAAAAADIwAAAAACIwAAAAACIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAADTgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -6,-4: ind: -6,-4 - tiles: RQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAfQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAABeAAAAAACeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAACeAAAAAADegAAAAAAegAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeAAAAAAAeAAAAAACegAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAADegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAeAAAAAAAegAAAAAAeAAAAAABeAAAAAACegAAAAAAegAAAAAAegAAAAAA + tiles: RQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARQAAAAAARQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeAAAAAADeAAAAAACeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAeAAAAAABeAAAAAACegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeAAAAAACeAAAAAACegAAAAAAegAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAeAAAAAACegAAAAAAeAAAAAAAeAAAAAADegAAAAAAegAAAAAAegAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADTgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABLgAAAAAALgAAAAADWgAAAAABLgAAAAABWgAAAAACWgAAAAADLgAAAAAAWgAAAAACLgAAAAACLgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADLgAAAAAALgAAAAABWgAAAAADLgAAAAABWgAAAAADWgAAAAADLgAAAAACWgAAAAAALgAAAAAALgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACTgAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAAAdwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAFAAAAAADeAAAAAABeAAAAAADegAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAACegAAAAAAeAAAAAADeAAAAAADeAAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAAAeAAAAAABeAAAAAACeAAAAAACeAAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADWgAAAAABeAAAAAAAeAAAAAADeAAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAAAWgAAAAACeAAAAAADeAAAAAAAeAAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAABeAAAAAADeAAAAAABeAAAAAACegAAAAAAegAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAABeAAAAAAAeAAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA + tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAABTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACLgAAAAADLgAAAAAAWgAAAAABLgAAAAAAWgAAAAABWgAAAAACLgAAAAACWgAAAAABLgAAAAADLgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAALgAAAAABLgAAAAACWgAAAAACLgAAAAACWgAAAAABWgAAAAADLgAAAAADWgAAAAABLgAAAAABLgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAADdwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAFAAAAAAEeAAAAAACeAAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAeAAAAAACeAAAAAABeAAAAAADeAAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAWgAAAAADeAAAAAADeAAAAAADeAAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADeAAAAAADeAAAAAABeAAAAAABeAAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAABWgAAAAABeAAAAAAAeAAAAAADeAAAAAACegAAAAAAWgAAAAACWgAAAAADWgAAAAAAeAAAAAAAeAAAAAADeAAAAAADegAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA version: 6 -2,-6: ind: -2,-6 @@ -434,7 +437,7 @@ entities: version: 6 3,-4: ind: 3,-4 - tiles: aQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABTgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAACaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAA + tiles: aQAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAACTgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAACQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAADaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAA version: 6 -3,-6: ind: -3,-6 @@ -446,23 +449,23 @@ entities: version: 6 3,-3: ind: 3,-3 - tiles: egAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAADaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAAAaQAAAAAAaQAAAAAAawAAAAABaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAABaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAaQAAAAAAawAAAAACaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAEBwAAAAAIBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAEBwAAAAAKBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAEBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAHCwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAMBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAMBwAAAAAIBwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAFCwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAACBwAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAABBwAAAAAABwAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAFBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAFBwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAACwAAAAAACwAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAADBwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAA version: 6 -6,-5: ind: -6,-5 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -9,-2: ind: -9,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABQAAAAAIBQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABQAAAAANBQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA version: 6 -10,-2: ind: -10,-2 @@ -470,7 +473,7 @@ entities: version: 6 -8,-2: ind: -8,-2 - tiles: QQAAAAAABQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAABQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYwAAAAADYwAAAAADYwAAAAADYwAAAAADYwAAAAACYwAAAAAAYwAAAAACYwAAAAABYwAAAAABYwAAAAADBQAAAAANBQAAAAADBQAAAAABBQAAAAAIBQAAAAAHegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAABQAAAAAKQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAABQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAYwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAYwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAIwAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAIwAAAAACIwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA + tiles: QQAAAAAABQAAAAACQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAABQAAAAAEQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAADYwAAAAACYwAAAAACYwAAAAAAYwAAAAAAYwAAAAACYwAAAAACBQAAAAAOBQAAAAAABQAAAAAABQAAAAAGBQAAAAANegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAABQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAABQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAaQAAAAAAaQAAAAAAYwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAYwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAIwAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA version: 6 -5,-6: ind: -5,-6 @@ -478,7 +481,7 @@ entities: version: 6 -6,-6: ind: -6,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAVwAAAAAAVwAAAAAATQAAAAABQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABVwAAAAAAVwAAAAAATQAAAAABQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABVwAAAAAAVwAAAAAATQAAAAADQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAADQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAADQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADVwAAAAAAVwAAAAAATQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADVwAAAAAAVwAAAAAATQAAAAACQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADVwAAAAAAVwAAAAAATQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA version: 6 -7,-4: ind: -7,-4 @@ -490,11 +493,11 @@ entities: version: 6 5,2: ind: 5,2 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAFFwAAAAAEBwAAAAAABwAAAAAABwAAAAADBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAFwAAAAADFwAAAAABFwAAAAAEFwAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAABFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAAGBwAAAAAEBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAFFwAAAAACFwAAAAAFBwAAAAAAFwAAAAAEBwAAAAALBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAACFwAAAAADFwAAAAAFFwAAAAABFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAAAFwAAAAACFwAAAAAEFwAAAAAGFwAAAAADFwAAAAAFFwAAAAAFFwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAABFwAAAAADFwAAAAAAFwAAAAACFwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAACFwAAAAABFwAAAAAEFwAAAAAEFwAAAAADBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAACFwAAAAAAFwAAAAAFFwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAAAFwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAABFwAAAAAGBwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAAEFwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAAFFwAAAAAEBwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAACFwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAADFwAAAAACBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAFFwAAAAABFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAAGFwAAAAADFwAAAAAEFwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAFwAAAAAGFwAAAAAEFwAAAAAAFwAAAAAEFwAAAAABFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAADFwAAAAAFFwAAAAAEBwAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAACFwAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAADFwAAAAACFwAAAAABFwAAAAADBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAACFwAAAAABFwAAAAADFwAAAAAFFwAAAAAGFwAAAAAGFwAAAAABFwAAAAAEFwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAAGFwAAAAABFwAAAAAFFwAAAAABFwAAAAABBwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAABFwAAAAAAFwAAAAAFFwAAAAABFwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAACFwAAAAAFFwAAAAADFwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAAGFwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAAGFwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAACFwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAAFFwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAAFFwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGFwAAAAAAFwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 - tiles: BwAAAAAGBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADBwAAAAAABwAAAAAABwAAAAALBwAAAAAAFwAAAAAAFwAAAAADBwAAAAAFBwAAAAAABwAAAAAAFwAAAAAAFwAAAAACFwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAACFwAAAAAAFwAAAAAFFwAAAAAGFwAAAAAAFwAAAAAAFwAAAAAFFwAAAAAAFwAAAAACFwAAAAABFwAAAAAAFwAAAAADBwAAAAAAFwAAAAAAFwAAAAAFFwAAAAAFFwAAAAACFwAAAAAFFwAAAAAEFwAAAAAEFwAAAAADFwAAAAAAFwAAAAACFwAAAAABFwAAAAADFwAAAAAGFwAAAAABFwAAAAABBwAAAAAAFwAAAAADFwAAAAADBwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAAEFwAAAAAAFwAAAAAAFwAAAAABFwAAAAAFFwAAAAABFwAAAAACFwAAAAAAFwAAAAACFwAAAAACFwAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAADBwAAAAABBwAAAAAAFwAAAAABFwAAAAAEFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAABFwAAAAAAFwAAAAAEFwAAAAAFBwAAAAABBwAAAAAEBwAAAAAAFwAAAAAEFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAFFwAAAAAGFwAAAAABFwAAAAABFwAAAAAGFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAEBwAAAAAABwAAAAAAFwAAAAABBwAAAAAAFwAAAAADFwAAAAAAFwAAAAADBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAFwAAAAAGBwAAAAAIBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACFwAAAAAFBwAAAAAABwAAAAAABwAAAAALBwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAHFwAAAAADFwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAFFwAAAAAGFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAEFwAAAAACFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAADFwAAAAABBwAAAAADFwAAAAABFwAAAAABFwAAAAAFFwAAAAADFwAAAAABFwAAAAAAFwAAAAABFwAAAAACFwAAAAAEFwAAAAACFwAAAAAEFwAAAAACFwAAAAAGFwAAAAAGFwAAAAABBwAAAAAKFwAAAAACFwAAAAABBwAAAAAAFwAAAAACFwAAAAADFwAAAAACFwAAAAAAFwAAAAAAFwAAAAAFFwAAAAACFwAAAAAFFwAAAAABFwAAAAAEFwAAAAAEFwAAAAABFwAAAAAEFwAAAAABFwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAACBwAAAAAABwAAAAAAFwAAAAABFwAAAAAAFwAAAAAEFwAAAAABFwAAAAACFwAAAAAAFwAAAAAFFwAAAAAAFwAAAAAEBwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAKBwAAAAABBwAAAAALFwAAAAAAFwAAAAADFwAAAAAEFwAAAAAEFwAAAAACFwAAAAADFwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABBwAAAAAAFwAAAAAFFwAAAAACFwAAAAABBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAFwAAAAADBwAAAAAABwAAAAAAFwAAAAABFwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAIBwAAAAAIBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAFwAAAAAAFwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAFBwAAAAAAFwAAAAADFwAAAAAEBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 -11,-1: ind: -11,-1 @@ -526,19 +529,19 @@ entities: version: 6 -8,-3: ind: -8,-3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAANwAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAKwAAAAAAKwAAAAAAOgAAAAAAOgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAaQAAAAAAKwAAAAAAKwAAAAAAOgAAAAAAOgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAawAAAAABNwAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAABTgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAawAAAAABOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAANwAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAKwAAAAAAKwAAAAAAOgAAAAAAOgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAaQAAAAAAKwAAAAAAKwAAAAAAOgAAAAAAOgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAawAAAAADNwAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAADTgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAawAAAAABOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -9,-3: ind: -9,-3 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAANwAAAAAATgAAAAAAWgAAAAADegAAAAAAWgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAATgAAAAAANwAAAAAATgAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAATgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAANwAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAANwAAAAAATgAAAAAAWgAAAAADegAAAAAAWgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAATgAAAAAANwAAAAAATgAAAAAAWgAAAAAAegAAAAAAWgAAAAACegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAATgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAANwAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -8,-4: ind: -8,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAACFAAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAFAAAAAACdwAAAAACFAAAAAABFAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAFAAAAAAAdwAAAAADFAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFAAAAAACdwAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAACawAAAAADawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAeQAAAAAAegAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAADFAAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAFAAAAAACdwAAAAACFAAAAAAGFAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAFAAAAAACdwAAAAABFAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFAAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAADawAAAAAAawAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAeQAAAAAAegAAAAAA version: 6 -9,-4: ind: -9,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAABYQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYQAAAAAAWgAAAAABWgAAAAABYQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAYQAAAAAAWgAAAAACegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADYQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAYQAAAAAAWgAAAAAAWgAAAAADYQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAYQAAAAAAWgAAAAACegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,3: ind: 0,3 @@ -550,11 +553,11 @@ entities: version: 6 -8,-5: ind: -8,-5 - tiles: AAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAA + tiles: AAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAA version: 6 -7,-6: ind: -7,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAACZQAAAAACZQAAAAACZQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACegAAAAAAMQAAAAAAKQAAAAADMQAAAAADMQAAAAACMQAAAAABMQAAAAABawAAAAACegAAAAAAQQAAAAAAZQAAAAACZQAAAAABZQAAAAADZQAAAAADegAAAAAAZQAAAAADegAAAAAAKQAAAAACKQAAAAABKQAAAAABMQAAAAABMQAAAAADMQAAAAACMQAAAAADMQAAAAACQQAAAAAAZQAAAAABZQAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAADMQAAAAADMQAAAAAAawAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAADZQAAAAABZQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAAegAAAAAAMQAAAAABKQAAAAADMQAAAAACMQAAAAADMQAAAAABMQAAAAAAawAAAAACegAAAAAAQQAAAAAAZQAAAAADZQAAAAAAZQAAAAAAZQAAAAABegAAAAAAZQAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAABMQAAAAACMQAAAAADMQAAAAADMQAAAAADMQAAAAABQQAAAAAAZQAAAAABZQAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAABMQAAAAAAMQAAAAADawAAAAABegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -8,-6: ind: -8,-6 @@ -562,23 +565,23 @@ entities: version: 6 4,-1: ind: 4,-1 - tiles: BwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAACFwAAAAAEFwAAAAACFwAAAAAAFwAAAAADFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAGFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAFwAAAAADFwAAAAABFwAAAAAFFwAAAAAEFwAAAAABFwAAAAAEFwAAAAADFwAAAAABFwAAAAADFwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAGFwAAAAAGFwAAAAADFwAAAAADFwAAAAADFwAAAAAAFwAAAAACFwAAAAAEFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAFwAAAAAGFwAAAAADFwAAAAABFwAAAAACFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAMFwAAAAACFwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAEFwAAAAADFwAAAAAGBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGFwAAAAABFwAAAAAFFwAAAAACFwAAAAADFwAAAAAGFwAAAAAGFwAAAAACBwAAAAAEBwAAAAALBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAEFwAAAAABFwAAAAADFwAAAAAAFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAFwAAAAAEFwAAAAAEFwAAAAABFwAAAAAAFwAAAAAFFwAAAAAEFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAABFwAAAAABFwAAAAAFFwAAAAABFwAAAAADFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAFwAAAAAGFwAAAAAGFwAAAAABFwAAAAAEFwAAAAAAFwAAAAADFwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAGFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAGFwAAAAAAFwAAAAABFwAAAAAEFwAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAHFwAAAAAAFwAAAAACFwAAAAAEFwAAAAAAFwAAAAABFwAAAAADFwAAAAADFwAAAAAFFwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAAFFwAAAAAFFwAAAAABFwAAAAAGFwAAAAAGFwAAAAADFwAAAAADFwAAAAAGFwAAAAADFwAAAAAFFwAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAFFwAAAAAEFwAAAAABFwAAAAAAFwAAAAADFwAAAAAFFwAAAAADFwAAAAABFwAAAAAGFwAAAAAGBwAAAAAABwAAAAAAFwAAAAAFFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAADFwAAAAAGFwAAAAAFFwAAAAAFFwAAAAABFwAAAAABFwAAAAADFwAAAAAFFwAAAAAEFwAAAAABBwAAAAAAFwAAAAACFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAGFwAAAAACFwAAAAACFwAAAAABFwAAAAACFwAAAAABFwAAAAAEFwAAAAACFwAAAAABFwAAAAAFFwAAAAAE + tiles: BwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAAFwAAAAAEFwAAAAAGFwAAAAADFwAAAAAEFwAAAAABFwAAAAADFwAAAAADFwAAAAACFwAAAAAEFwAAAAACFwAAAAAGBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAGFwAAAAADFwAAAAAFFwAAAAAAFwAAAAAFFwAAAAAEFwAAAAADFwAAAAAGFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJFwAAAAADFwAAAAAGFwAAAAAGFwAAAAABFwAAAAAGFwAAAAABFwAAAAAEFwAAAAAFFwAAAAAFFwAAAAAFBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAAFFwAAAAAAFwAAAAADFwAAAAAAFwAAAAABFwAAAAAEFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAFwAAAAADFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAABFwAAAAADFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAEBwAAAAAAFwAAAAAEFwAAAAAEFwAAAAADFwAAAAAGFwAAAAABFwAAAAADFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAHBwAAAAAABwAAAAAJBwAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAABFwAAAAADFwAAAAAEFwAAAAAGFwAAAAADBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAGFwAAAAAGFwAAAAACFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKFwAAAAAEFwAAAAAEFwAAAAACFwAAAAAFFwAAAAABFwAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAAEFwAAAAAAFwAAAAAFFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAADBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAAFwAAAAACFwAAAAAAFwAAAAACFwAAAAAEFwAAAAAFFwAAAAABFwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAADFwAAAAAEFwAAAAACFwAAAAAFFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAACFwAAAAAAFwAAAAADFwAAAAAEFwAAAAABFwAAAAABFwAAAAAGFwAAAAAFFwAAAAADFwAAAAACFwAAAAADFwAAAAACFwAAAAAFBwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAEFwAAAAADFwAAAAACFwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAEFwAAAAAEFwAAAAADFwAAAAABFwAAAAAAFwAAAAADBwAAAAAABwAAAAAAFwAAAAAEFwAAAAAAFwAAAAABFwAAAAAAFwAAAAAAFwAAAAABFwAAAAAFFwAAAAAGFwAAAAABFwAAAAAFFwAAAAACFwAAAAAAFwAAAAABFwAAAAAEBwAAAAABFwAAAAACFwAAAAACFwAAAAAGFwAAAAAFFwAAAAABFwAAAAAAFwAAAAACFwAAAAABFwAAAAAFFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAAGFwAAAAACFwAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAAAFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAABFwAAAAABFwAAAAABFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAABFwAAAAAAFwAAAAAGFwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAAFwAAAAABFwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAABFwAAAAADFwAAAAAGFwAAAAAGFwAAAAAGFwAAAAABBwAAAAAIBwAAAAAIFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAAAFwAAAAABFwAAAAAAFwAAAAAGBwAAAAAAFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAFFwAAAAABFwAAAAAEFwAAAAAAFwAAAAADFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAIFwAAAAADFwAAAAACFwAAAAAEFwAAAAAGFwAAAAAEFwAAAAAEBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAAEFwAAAAACFwAAAAAAFwAAAAAFFwAAAAABFwAAAAAEFwAAAAABBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAFwAAAAABFwAAAAADFwAAAAAGFwAAAAACFwAAAAABFwAAAAAEFwAAAAAGFwAAAAABBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAFwAAAAAAFwAAAAAGFwAAAAACFwAAAAACFwAAAAAAFwAAAAAAFwAAAAAEFwAAAAACFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAFwAAAAAEFwAAAAAGFwAAAAAFFwAAAAAEFwAAAAADFwAAAAACFwAAAAAAFwAAAAACFwAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAMBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAFwAAAAAFFwAAAAAGFwAAAAADFwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAADAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAAFwAAAAAAFwAAAAABFwAAAAADFwAAAAACFwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAABFwAAAAAGFwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAHFwAAAAAFFwAAAAADFwAAAAAEFwAAAAAFFwAAAAACFwAAAAAGFwAAAAAEBwAAAAAABwAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAMBwAAAAALBwAAAAAAFwAAAAAGFwAAAAAGFwAAAAAGFwAAAAACFwAAAAAFBwAAAAAAFwAAAAAEFwAAAAACBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAFFwAAAAADFwAAAAAEFwAAAAAAFwAAAAAGFwAAAAAGFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAFwAAAAACFwAAAAAEFwAAAAAAFwAAAAADFwAAAAACFwAAAAAGBwAAAAAGBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAALBwAAAAAAFwAAAAACFwAAAAAAFwAAAAAAFwAAAAAFFwAAAAAGFwAAAAAAFwAAAAAFFwAAAAAABwAAAAAABwAAAAALBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKFwAAAAAFFwAAAAACFwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAGFwAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAABFwAAAAACFwAAAAAGFwAAAAAFFwAAAAAEFwAAAAADFwAAAAACFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAFFwAAAAAAFwAAAAABFwAAAAAEFwAAAAACFwAAAAAGFwAAAAADFwAAAAAEFwAAAAAAFwAAAAAF version: 6 5,-2: ind: 5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABBwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEBwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAHBwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: FwAAAAABFwAAAAAEFwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAFFwAAAAABBwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAAEFwAAAAAEFwAAAAAAFwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAADFwAAAAAFFwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAADFwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAAGFwAAAAABBwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAAEFwAAAAADBwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAACFwAAAAAABwAAAAAAFwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFFwAAAAAEFwAAAAAAFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAAAFwAAAAADFwAAAAAEFwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: FwAAAAADFwAAAAAGFwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAAAFwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAABFwAAAAAFFwAAAAACFwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAABFwAAAAADFwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAACFwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAABFwAAAAAGBwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAACFwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAABFwAAAAAFBwAAAAAAFwAAAAACBwAAAAAHBwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAEFwAAAAACFwAAAAABFwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAACFwAAAAAEFwAAAAAAFwAAAAAEFwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGBwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,0: ind: 4,0 - tiles: BwAAAAAFFwAAAAAAFwAAAAAFFwAAAAACFwAAAAAFFwAAAAADFwAAAAADFwAAAAADFwAAAAADFwAAAAACFwAAAAABFwAAAAAAFwAAAAABFwAAAAABFwAAAAACFwAAAAAFBwAAAAAABwAAAAAAFwAAAAAAFwAAAAADFwAAAAABFwAAAAAGFwAAAAAEFwAAAAAFFwAAAAADFwAAAAAEFwAAAAAFFwAAAAACFwAAAAAGFwAAAAAGFwAAAAADBwAAAAAHBwAAAAAABwAAAAAAFwAAAAADFwAAAAAFFwAAAAAFFwAAAAAAFwAAAAAGFwAAAAADFwAAAAAEFwAAAAAEFwAAAAAGFwAAAAAAFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAABFwAAAAADFwAAAAACFwAAAAACFwAAAAACFwAAAAAAFwAAAAADBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAFwAAAAAGFwAAAAACFwAAAAAFFwAAAAAFFwAAAAAFFwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAAGFwAAAAADFwAAAAABFwAAAAADFwAAAAAGFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAABAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAFFwAAAAAEFwAAAAACFwAAAAAGFwAAAAAAFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAADFwAAAAADFwAAAAAEFwAAAAAAFwAAAAAFFwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAABFwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAAFwAAAAAEFwAAAAAGFwAAAAACFwAAAAAEFwAAAAACFwAAAAAAFwAAAAAFFwAAAAACFwAAAAAAFwAAAAAEFwAAAAAEFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAAFwAAAAADFwAAAAAFFwAAAAACFwAAAAAFFwAAAAAGFwAAAAABFwAAAAAGFwAAAAAFFwAAAAAFFwAAAAACFwAAAAADFwAAAAADFwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAADFwAAAAADFwAAAAAEFwAAAAABFwAAAAAAFwAAAAAGFwAAAAAAFwAAAAABFwAAAAAEFwAAAAAGBwAAAAADBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAAFFwAAAAAEFwAAAAAEFwAAAAAEFwAAAAABFwAAAAAEFwAAAAACBwAAAAAGBwAAAAALBwAAAAAABwAAAAABBwAAAAAIBwAAAAAABwAAAAAABwAAAAAAFwAAAAAAFwAAAAACFwAAAAADFwAAAAAFFwAAAAABFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAJFwAAAAAAFwAAAAAAFwAAAAACFwAAAAAFFwAAAAAGFwAAAAAEFwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAAEFwAAAAAFFwAAAAAAFwAAAAADFwAAAAADFwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAAFFwAAAAABFwAAAAABFwAAAAAFFwAAAAAEFwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAGFwAAAAAAFwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-5: ind: 0,-5 @@ -598,7 +601,7 @@ entities: version: 6 5,0: ind: 5,0 - tiles: BwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-4: ind: 4,-4 @@ -618,11 +621,11 @@ entities: version: 6 6,2: ind: 6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAJBwAAAAAABwAAAAAAFwAAAAACFwAAAAADFwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABFwAAAAAFFwAAAAACFwAAAAABBwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAACFwAAAAABBwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGFwAAAAAEFwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAFwAAAAADFwAAAAABFwAAAAADBwAAAAAABwAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAFwAAAAAGFwAAAAAFFwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAABFwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAGFwAAAAACFwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAFwAAAAAFFwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAFwAAAAAEFwAAAAACFwAAAAAABwAAAAAABwAAAAAAAAAAAAAA version: 6 3,3: ind: 3,3 @@ -630,7 +633,7 @@ entities: version: 6 4,3: ind: 4,3 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAFBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,3: ind: 5,3 @@ -638,7 +641,7 @@ entities: version: 6 -10,-3: ind: -10,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAA version: 6 -10,-4: ind: -10,-4 @@ -704,25 +707,25 @@ entities: ind: 1,3 tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 10000 linearDamping: 10000 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - - angularDamping: 10000 + - type: Shuttle + angularDamping: 10000 linearDamping: 10000 - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -1932,11 +1935,6 @@ entities: 9247: -68,-32 9287: -83,-38 9294: -76,-37 - - node: - color: '#334E6DC8' - id: BrickTileWhiteEndN - decals: - 635: -103,10 - node: color: '#9FED5896' id: BrickTileWhiteEndN @@ -2544,8 +2542,6 @@ entities: 625: -103,4 626: -103,3 632: -103,7 - 633: -103,8 - 634: -103,9 6425: -14,-51 6426: -14,-52 6427: -14,-57 @@ -3216,8 +3212,6 @@ entities: 627: -103,3 628: -103,4 629: -103,7 - 630: -103,8 - 631: -103,9 6432: -12,-57 6433: -12,-56 6434: -12,-55 @@ -3871,6 +3865,17 @@ entities: 328: -54,-2 329: -46,6 330: -50,2 + - node: + color: '#334E6DC8' + id: DiagonalCheckerBOverlay + decals: + 9371: -104,9 + 9372: -104,10 + 9373: -102,9 + 9374: -102,10 + 9375: -104,11 + 9376: -103,11 + 9377: -102,11 - node: color: '#5E7C16FF' id: DiagonalCheckerBOverlay @@ -6462,12 +6467,6 @@ entities: 3084: -88.936874,9.428208 3085: -89.5202,8.959132 3086: -86.436874,9.56372 - 3087: -103.02373,10.224341 - 3088: -103.09664,9.9012 - 3089: -102.91956,9.505092 - 3090: -102.63831,9.942895 - 3091: -102.95081,7.2944417 - 3092: -103.55498,7.429953 3093: -99.82581,6.181931 3094: -100.95081,6.4008327 3095: -102.14873,6.3487134 @@ -12103,12 +12102,32 @@ entities: 7087: 36,1 7088: 36,2 7101: -8,43 + - node: + color: '#1D1D21FF' + id: WarnLineGreyscaleE + decals: + 9363: -57,40 + 9364: -57,41 + 9365: -57,42 + 9366: -57,43 + - node: + angle: 3.141592653589793 rad + color: '#1D1D21FF' + id: WarnLineGreyscaleE + decals: + 9359: -58,40 + 9360: -58,41 + 9361: -58,42 + 9362: -58,43 + 9388: -15,8 + 9389: -15,9 - node: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: 2109: -14,-9 2112: 13,-10 + 9392: 18,5 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleE @@ -12135,6 +12154,8 @@ entities: 2108: -15,-8 2110: -14,6 2111: 12,6 + 9390: -14,9 + 9391: -14,9 - node: color: '#FED83DFF' id: WarnLineGreyscaleN @@ -12169,6 +12190,23 @@ entities: 60: 4,0 61: 7,0 62: 9,0 + - node: + color: '#1D1D21FF' + id: WarnLineGreyscaleW + decals: + 9367: -58,40 + 9368: -58,41 + 9369: -58,42 + 9370: -58,43 + - node: + angle: 3.141592653589793 rad + color: '#1D1D21FF' + id: WarnLineGreyscaleW + decals: + 9355: -57,43 + 9356: -57,42 + 9357: -57,41 + 9358: -57,40 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW @@ -12615,8 +12653,8 @@ entities: id: splatter decals: 338: -77.312065,-68.372765 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -14232,13 +14270,11 @@ entities: -23,-10: 0: 65535 -22,-10: - 0: 65407 - 3: 128 + 0: 65535 -22,-9: 0: 65535 -21,-10: - 0: 65521 - 2: 14 + 0: 65535 -21,-9: 0: 65535 -24,-4: @@ -14866,8 +14902,7 @@ entities: -21,-12: 0: 65535 -21,-11: - 0: 4369 - 2: 60928 + 0: 65297 -32,-4: 0: 49152 -31,-4: @@ -15001,8 +15036,7 @@ entities: 3,9: 0: 32767 3,11: - 0: 64246 - 2: 256 + 0: 64502 3,10: 0: 32639 -1,9: @@ -15404,8 +15438,7 @@ entities: 4,10: 0: 62271 4,11: - 0: 13311 - 2: 17408 + 0: 30719 -7,-20: 0: 51340 6,-17: @@ -15559,8 +15592,7 @@ entities: 1,-25: 0: 17478 4,12: - 0: 13299 - 2: 12 + 0: 13311 4,13: 0: 62259 4,14: @@ -15580,9 +15612,9 @@ entities: -21,-21: 0: 32512 -26,-13: - 4: 17 + 3: 17 0: 65314 - 5: 204 + 4: 204 -26,-16: 0: 65535 -26,-15: @@ -15604,8 +15636,7 @@ entities: 15,3: 0: 63281 8,11: - 0: 255 - 2: 12544 + 0: 12799 9,11: 0: 61439 10,11: @@ -15631,8 +15662,7 @@ entities: 16,9: 0: 65535 7,11: - 0: 250 - 2: 32768 + 0: 33018 -40,-1: 0: 17662 -40,-3: @@ -15786,8 +15816,7 @@ entities: 4,15: 0: 13299 5,12: - 0: 4369 - 2: 14 + 0: 4383 5,13: 0: 4369 5,14: @@ -15798,7 +15827,7 @@ entities: 0: 63743 2: 1792 -28,-15: - 6: 7 + 5: 7 0: 63736 2: 1792 -28,-14: @@ -15816,7 +15845,7 @@ entities: -27,-13: 0: 65351 2: 48 - 4: 136 + 3: 136 -25,-14: 0: 65535 -32,-12: @@ -16926,20 +16955,19 @@ entities: -3,13: 0: 2184 6,11: - 0: 244 - 2: 9984 + 0: 10228 11,1: 0: 4096 8,12: - 2: 15 + 0: 15 9,12: - 2: 15 + 0: 15 10,12: - 2: 1 + 0: 1 6,12: - 2: 15 + 0: 15 7,12: - 2: 15 + 0: 15 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -16986,21 +17014,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -17047,11 +17060,10 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: RadiationGridResistance - type: GasTileOverlay - - id: Hammurabi - type: BecomesStation + - type: BecomesStation + id: Hammurabi - type: SpreaderGrid - uid: 34785 components: @@ -17068,11 +17080,12 @@ entities: entities: - uid: 35 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-12.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29661 - 29660 - 27348 @@ -17092,16 +17105,16 @@ entities: - 28207 - 27271 - 28203 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 121 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29649 - 12067 - 12068 @@ -17127,16 +17140,16 @@ entities: - 27060 - 27992 - 29653 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 122 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-13.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29721 - 29654 - 27341 @@ -17145,31 +17158,31 @@ entities: - 28416 - 27411 - 63 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29650 - 27346 - 27345 - 27991 - 27101 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-9.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29642 - 27331 - 27330 @@ -17192,16 +17205,16 @@ entities: - 27993 - 27983 - 27149 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1744 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22351 - 22350 @@ -17217,16 +17230,16 @@ entities: - 23369 - 24827 - 23368 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 3209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,33.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 33761 - 15570 - 11126 @@ -17241,16 +17254,16 @@ entities: - 26362 - 24927 - 24934 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29606 - 30027 - 30026 @@ -17262,42 +17275,42 @@ entities: - 14577 - 24829 - 23358 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29601 - 30054 - 23303 - 24861 - 22851 - 16805 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4941 components: - - pos: -104.5,-44.5 + - type: Transform + pos: -104.5,-44.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 36733 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 7586 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-17.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41500 - 41578 - 29593 @@ -17311,15 +17324,15 @@ entities: - 19234 - 23026 - 24975 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 9855 components: - - pos: -61.5,-43.5 + - type: Transform + pos: -61.5,-43.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29697 - 30239 - 30241 @@ -17334,15 +17347,15 @@ entities: - 24337 - 23265 - 24338 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13266 components: - - pos: -73.5,-32.5 + - type: Transform + pos: -73.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29607 - 14577 - 29848 @@ -17359,15 +17372,15 @@ entities: - 30025 - 23332 - 24837 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13956 components: - - pos: -47.5,31.5 + - type: Transform + pos: -47.5,31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29556 - 30105 - 27660 @@ -17378,15 +17391,15 @@ entities: - 27658 - 26811 - 27659 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14556 components: - - pos: -77.5,-22.5 + - type: Transform + pos: -77.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29610 - 13502 - 4385 @@ -17411,45 +17424,45 @@ entities: - 24833 - 23335 - 24835 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14983 components: - - pos: -58.5,-39.5 + - type: Transform + pos: -58.5,-39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29848 - 41647 - 29697 - 41648 - 37374 - 37371 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 15065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29650 - 143 - 212 - 27990 - 27100 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16630 components: - - pos: 20.5,-47.5 + - type: Transform + pos: 20.5,-47.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 37953 - 29709 - 41678 @@ -17460,16 +17473,16 @@ entities: - 41676 - 38169 - 23512 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29594 - 29921 - 29920 @@ -17480,25 +17493,25 @@ entities: - 25026 - 6754 - 41590 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 18597 components: - - pos: -20.5,-61.5 + - type: Transform + pos: -20.5,-61.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 16634 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 27563 components: - - pos: -100.5,23.5 + - type: Transform + pos: -100.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29575 - 29793 - 29738 @@ -17509,15 +17522,15 @@ entities: - 29563 - 29803 - 29574 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29584 components: - - pos: -82.5,20.5 + - type: Transform + pos: -82.5,20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29803 - 29858 - 29881 @@ -17531,16 +17544,16 @@ entities: - 26207 - 25064 - 26208 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29726 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29654 - 27343 - 27342 @@ -17550,15 +17563,15 @@ entities: - 27482 - 28243 - 27483 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29780 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29662 - 27336 - 27337 @@ -17577,16 +17590,16 @@ entities: - 27269 - 27268 - 28208 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29783 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29561 - 29731 - 29563 @@ -17599,16 +17612,16 @@ entities: - 25431 - 26274 - 29859 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29786 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,27.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29559 - 29560 - 29561 @@ -17619,15 +17632,15 @@ entities: - 26443 - 25612 - 26442 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29788 components: - - pos: -68.5,24.5 + - type: Transform + pos: -68.5,24.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29790 - 29558 - 29557 @@ -17639,16 +17652,16 @@ entities: - 25615 - 29556 - 33509 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29860 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29858 - 29792 - 29859 @@ -17665,16 +17678,16 @@ entities: - 25428 - 29569 - 33509 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22347 - 22346 @@ -17700,59 +17713,59 @@ entities: - 25436 - 25371 - 26121 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29871 components: - - pos: -70.5,8.5 + - type: Transform + pos: -70.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29564 - 29569 - 29869 - 26396 - 25511 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29872 components: - - pos: -69.5,4.5 + - type: Transform + pos: -69.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29564 - 29569 - 29868 - 26395 - 25510 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29564 - 29569 - 29867 - 26394 - 25509 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29879 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-1.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29569 - 29564 - 22356 @@ -17780,15 +17793,15 @@ entities: - 25369 - 25376 - 26089 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29883 components: - - pos: -49.5,39.5 + - type: Transform + pos: -49.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 11375 - 41540 - 41541 @@ -17797,46 +17810,46 @@ entities: - 41543 - 37488 - 37694 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29885 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29865 - 29571 - 26095 - 25370 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29889 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29588 - 29892 - 26019 - 25289 - 25288 - 26018 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29894 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29590 - 29893 - 29802 @@ -17851,16 +17864,16 @@ entities: - 26021 - 26020 - 25350 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29901 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29909 - 29900 - 29588 @@ -17869,15 +17882,15 @@ entities: - 29905 - 25292 - 26013 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29902 components: - - pos: -67.5,39.5 + - type: Transform + pos: -67.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29731 - 29766 - 29767 @@ -17891,15 +17904,15 @@ entities: - 25606 - 34984 - 26281 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29903 components: - - pos: -89.5,-4.5 + - type: Transform + pos: -89.5,-4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29571 - 29604 - 29916 @@ -17910,15 +17923,15 @@ entities: - 26098 - 26100 - 25368 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29906 components: - - pos: -95.5,8.5 + - type: Transform + pos: -95.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29571 - 22361 - 22362 @@ -17927,52 +17940,32 @@ entities: - 25284 - 26012 - 29588 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29910 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29571 - 29866 - 26228 - 25375 - 25374 - 26227 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice - - uid: 29912 - components: - - rot: -1.5707963267948966 rad - pos: -112.5,-2.5 - parent: 1 - type: Transform - - devices: - - 29585 - - 29900 - - 29916 - - 29797 - - 25299 - - 26008 - - 25300 - - 26009 - - 26007 - - 13961 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29913 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29593 - 22354 - 22353 @@ -18002,16 +17995,16 @@ entities: - 23395 - 24982 - 23394 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29917 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22354 - 22353 @@ -18027,15 +18020,15 @@ entities: - 41583 - 23397 - 25014 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29918 components: - - pos: -121.5,-5.5 + - type: Transform + pos: -121.5,-5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29916 - 29800 - 29799 @@ -18049,16 +18042,16 @@ entities: - 29794 - 37241 - 37240 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22322 - 29556 @@ -18072,15 +18065,15 @@ entities: - 25782 - 26578 - 25768 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29928 components: - - pos: -29.5,27.5 + - type: Transform + pos: -29.5,27.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29553 - 22321 - 29634 @@ -18105,29 +18098,29 @@ entities: - 26792 - 26793 - 27699 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29937 components: - - pos: -79.5,-47.5 + - type: Transform + pos: -79.5,-47.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29848 - 29811 - 29920 - 23065 - 24501 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30036 components: - - pos: -69.5,-66.5 + - type: Transform + pos: -69.5,-66.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29816 - 29618 - 29815 @@ -18143,16 +18136,16 @@ entities: - 22942 - 24377 - 22943 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30063 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22342 - 22343 @@ -18179,16 +18172,16 @@ entities: - 24549 - 23122 - 24539 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30065 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29684 - 29685 - 29686 @@ -18212,16 +18205,16 @@ entities: - 26493 - 26489 - 23103 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30068 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29914 - 30072 - 30067 @@ -18230,16 +18223,16 @@ entities: - 29679 - 26590 - 25676 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30071 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29678 - 30067 - 29915 @@ -18264,29 +18257,29 @@ entities: - 26596 - 25678 - 10306 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30077 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29601 - 30056 - 24855 - 23293 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30079 components: - - pos: -89.5,-22.5 + - type: Transform + pos: -89.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29601 - 30055 - 23296 @@ -18295,15 +18288,15 @@ entities: - 24846 - 23295 - 24847 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30085 components: - - pos: -69.5,-5.5 + - type: Transform + pos: -69.5,-5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 29874 - 20075 @@ -18311,15 +18304,15 @@ entities: - 30083 - 25654 - 26392 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30087 components: - - pos: -60.5,-6.5 + - type: Transform + pos: -60.5,-6.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22409 - 30084 @@ -18341,15 +18334,15 @@ entities: - 25661 - 26476 - 25660 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30090 components: - - pos: -43.5,8.5 + - type: Transform + pos: -43.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29681 - 29682 - 22332 @@ -18377,15 +18370,15 @@ entities: - 26579 - 25769 - 30093 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30092 components: - - pos: -54.5,22.5 + - type: Transform + pos: -54.5,22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22318 - 22317 @@ -18410,16 +18403,16 @@ entities: - 26463 - 27656 - 26426 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30094 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-10.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29916 - 41579 - 29594 @@ -18434,16 +18427,16 @@ entities: - 37122 - 37124 - 37111 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30095 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22321 - 29779 @@ -18452,15 +18445,15 @@ entities: - 27634 - 27633 - 26950 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30096 components: - - pos: -24.5,23.5 + - type: Transform + pos: -24.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22319 - 22320 @@ -18468,17 +18461,17 @@ entities: - 30115 - 27638 - 26988 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30099 components: - - name: hallway air alarm - type: MetaData - - pos: -8.5,7.5 + - type: MetaData + name: hallway air alarm + - type: Transform + pos: -8.5,7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41788 - 41786 - 41785 @@ -18510,16 +18503,16 @@ entities: - 41803 - 41802 - 41801 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41532 - 41779 - 41780 @@ -18550,16 +18543,16 @@ entities: - 27480 - 28249 - 27479 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-26.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41782 - 27328 - 27327 @@ -18582,16 +18575,16 @@ entities: - 28259 - 28095 - 27347 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-35.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1703 - 41769 - 29667 @@ -18600,39 +18593,39 @@ entities: - 22391 - 27186 - 28106 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1703 - 30191 - 30207 - 29834 - 22019 - 16376 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30111 components: - - pos: -27.5,-42.5 + - type: Transform + pos: -27.5,-42.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41657 - 23613 - 41652 @@ -18663,16 +18656,16 @@ entities: - 24077 - 24076 - 22727 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29699 - 22370 - 22369 @@ -18698,15 +18691,15 @@ entities: - 22698 - 38289 - 38288 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30114 components: - - pos: 8.5,-44.5 + - type: Transform + pos: 8.5,-44.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41685 - 41679 - 41680 @@ -18731,30 +18724,30 @@ entities: - 34628 - 22423 - 23501 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30116 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29779 - 29845 - 27637 - 26949 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29639 - 30140 - 30141 @@ -18770,16 +18763,17 @@ entities: - 27783 - 26758 - 27784 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - 16351 + - type: AtmosDevice + joinedGrid: 1 - uid: 30120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29633 - 30146 - 29778 @@ -18798,16 +18792,17 @@ entities: - 27774 - 26754 - 27826 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - 16351 + - type: AtmosDevice + joinedGrid: 1 - uid: 30122 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-14.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29641 - 30143 - 30139 @@ -18824,16 +18819,16 @@ entities: - 27823 - 27822 - 26724 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30124 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-18.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29639 - 30142 - 26721 @@ -18842,32 +18837,32 @@ entities: - 26720 - 29839 - 30152 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30135 - 27765 - 26678 - 27764 - 26677 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30134 - 29642 @@ -18878,46 +18873,46 @@ entities: - 29649 - 27962 - 27147 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30149 - 30139 - 29639 - 27825 - 26753 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30147 components: - - pos: -22.5,12.5 + - type: Transform + pos: -22.5,12.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30146 - 26675 - 27762 - 27763 - 26674 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30165 components: - - pos: -18.5,4.5 + - type: Transform + pos: -18.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29636 - 30132 - 30131 @@ -18933,16 +18928,16 @@ entities: - 27960 - 27959 - 27123 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30168 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41520 - 41518 - 30207 @@ -18968,16 +18963,16 @@ entities: - 35564 - 22232 - 30344 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,38.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29731 - 11126 - 15570 @@ -18988,15 +18983,15 @@ entities: - 41534 - 33653 - 33635 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30173 components: - - pos: -12.5,39.5 + - type: Transform + pos: -12.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41496 - 41566 - 41495 @@ -19005,16 +19000,16 @@ entities: - 41563 - 37649 - 37594 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30174 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-49.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29709 - 41670 - 41671 @@ -19023,15 +19018,15 @@ entities: - 41672 - 38259 - 38258 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30184 components: - - pos: 6.5,-20.5 + - type: Transform + pos: 6.5,-20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29662 - 27328 - 27327 @@ -19053,30 +19048,30 @@ entities: - 27365 - 28260 - 27355 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 27340 - 28291 - 27362 - 27363 - 28288 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30188 components: - - pos: -5.5,-28.5 + - type: Transform + pos: -5.5,-28.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29662 - 38 - 60 @@ -19096,24 +19091,24 @@ entities: - 27178 - 30205 - 30200 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-36.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29683 - 22404 - 22403 @@ -19127,16 +19122,16 @@ entities: - 29690 - 23145 - 24175 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30228 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29688 - 29690 - 30216 @@ -19146,16 +19141,16 @@ entities: - 23137 - 24222 - 23134 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-29.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29689 - 30216 - 29687 @@ -19187,16 +19182,16 @@ entities: - 23171 - 23170 - 24242 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-33.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29690 - 29688 - 30220 @@ -19218,16 +19213,16 @@ entities: - 24202 - 23179 - 24203 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30236 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-35.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29848 - 29810 - 30227 @@ -19237,15 +19232,15 @@ entities: - 24248 - 24249 - 23124 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30247 components: - - pos: -48.5,-46.5 + - type: Transform + pos: -48.5,-46.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29697 - 30240 - 29819 @@ -19258,16 +19253,16 @@ entities: - 23208 - 24273 - 23207 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-50.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29697 - 30238 - 29613 @@ -19281,16 +19276,16 @@ entities: - 23236 - 24320 - 23235 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 22412 - 29639 - 29681 @@ -19308,15 +19303,15 @@ entities: - 30152 - 23101 - 24529 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30255 components: - - pos: -34.5,-24.5 + - type: Transform + pos: -34.5,-24.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29688 - 29690 - 22402 @@ -19344,16 +19339,16 @@ entities: - 22700 - 22656 - 23981 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29699 - 22398 - 22399 @@ -19367,16 +19362,16 @@ entities: - 22707 - 24157 - 30288 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-33.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29699 - 22400 - 30266 @@ -19386,16 +19381,16 @@ entities: - 22734 - 24083 - 30288 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30279 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-42.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 30268 - 29623 - 29624 @@ -19406,16 +19401,16 @@ entities: - 30288 - 30023 - 41791 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-49.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29624 - 29623 - 29628 @@ -19431,47 +19426,47 @@ entities: - 30270 - 24131 - 22803 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30284 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-54.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29622 - 30273 - 29619 - 30274 - 22794 - 24136 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-65.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29620 - 30274 - 22786 - 24141 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36730 components: - - name: prisoner cells air alarm - type: MetaData - - pos: 3.5,7.5 + - type: MetaData + name: prisoner cells air alarm + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29649 - 41806 - 41805 @@ -19491,16 +19486,16 @@ entities: - 27057 - 28009 - 27059 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,37.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41491 - 41542 - 41543 @@ -19517,16 +19512,16 @@ entities: - 37683 - 37682 - 37497 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41550 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41499 - 17149 - 17146 @@ -19545,15 +19540,15 @@ entities: - 37519 - 37696 - 37520 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41556 components: - - pos: -20.5,38.5 + - type: Transform + pos: -20.5,38.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41493 - 17149 - 17146 @@ -19568,47 +19563,47 @@ entities: - 37689 - 37528 - 37686 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41560 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,41.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41499 - 41562 - 37526 - 37688 - 37525 - 37687 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41498 - 41566 - 41497 - 41573 - 37648 - 37578 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41571 components: - - pos: 5.5,39.5 + - type: Transform + pos: 5.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41496 - 41573 - 37579 @@ -19618,16 +19613,16 @@ entities: - 41574 - 37608 - 37609 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41575 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,28.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41498 - 41565 - 41499 @@ -19638,16 +19633,16 @@ entities: - 37624 - 37650 - 26928 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41585 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29596 - 41615 - 41616 @@ -19662,32 +19657,32 @@ entities: - 41614 - 24628 - 36276 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,-34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41501 - 41611 - 24666 - 36285 - 24700 - 36286 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-29.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 19235 - 41617 - 41501 @@ -19703,73 +19698,73 @@ entities: - 41606 - 24748 - 41622 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41599 components: - - pos: -110.5,-34.5 + - type: Transform + pos: -110.5,-34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41503 - 41609 - 41505 - 41610 - 6014 - 16848 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41601 components: - - pos: -123.5,-26.5 + - type: Transform + pos: -123.5,-26.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41503 - 41605 - 41604 - 41603 - 16849 - 23025 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41619 components: - - pos: -113.5,-18.5 + - type: Transform + pos: -113.5,-18.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41501 - 41613 - 41612 - 29221 - 14676 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41623 components: - - pos: -98.5,-84.5 + - type: Transform + pos: -98.5,-84.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41625 - 41626 - 37278 - 36908 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41636 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-62.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41510 - 41627 - 41644 @@ -19783,16 +19778,16 @@ entities: - 34631 - 37362 - 34597 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41638 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-66.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41512 - 41634 - 34602 @@ -19800,16 +19795,16 @@ entities: - 34601 - 34604 - 34603 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41640 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-71.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41512 - 41633 - 41632 @@ -19817,27 +19812,27 @@ entities: - 41635 - 34596 - 34595 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41642 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-76.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41643 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-33.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41512 - 41629 - 29920 @@ -19847,16 +19842,16 @@ entities: - 34209 - 23048 - 34598 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-46.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41649 - 41648 - 29688 @@ -19870,16 +19865,16 @@ entities: - 30239 - 23205 - 24269 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41655 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-51.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 30287 - 41654 - 29623 @@ -19888,16 +19883,16 @@ entities: - 41653 - 37422 - 37424 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41659 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-50.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29623 - 41661 - 30287 @@ -19906,15 +19901,15 @@ entities: - 37449 - 22752 - 37450 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41662 components: - - pos: -15.5,-61.5 + - type: Transform + pos: -15.5,-61.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 30287 - 41514 - 41515 @@ -19925,16 +19920,16 @@ entities: - 37386 - 22605 - 23908 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41665 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-54.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29700 - 30113 - 41523 @@ -19944,16 +19939,16 @@ entities: - 38332 - 38330 - 38331 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41668 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-53.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29700 - 41517 - 29709 @@ -19962,32 +19957,32 @@ entities: - 38321 - 38300 - 38322 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-37.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29710 - 41736 - 41705 - 41704 - 41706 - 41703 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41741 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-40.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29710 - 41681 - 41682 @@ -20002,15 +19997,15 @@ entities: - 41688 - 41690 - 41702 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41744 components: - - pos: 28.5,-15.5 + - type: Transform + pos: 28.5,-15.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29710 - 29854 - 41530 @@ -20020,16 +20015,16 @@ entities: - 41743 - 27413 - 35510 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41748 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-53.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29709 - 41675 - 41523 @@ -20038,15 +20033,15 @@ entities: - 38215 - 38228 - 38214 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41749 components: - - pos: 38.5,-52.5 + - type: Transform + pos: 38.5,-52.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41524 - 41764 - 41763 @@ -20062,15 +20057,15 @@ entities: - 37870 - 37871 - 37898 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41751 components: - - pos: 44.5,-42.5 + - type: Transform + pos: 44.5,-42.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41527 - 41768 - 41529 @@ -20080,16 +20075,16 @@ entities: - 37474 - 37983 - 37982 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41753 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-52.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41526 - 41767 - 41528 @@ -20098,15 +20093,15 @@ entities: - 38016 - 38011 - 38017 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41756 components: - - pos: 45.5,-57.5 + - type: Transform + pos: 45.5,-57.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41524 - 41766 - 41765 @@ -20116,16 +20111,16 @@ entities: - 38015 - 38014 - 38013 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41757 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,-62.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41523 - 41761 - 41762 @@ -20142,16 +20137,16 @@ entities: - 38180 - 37953 - 37952 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41760 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-62.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41521 - 41672 - 41673 @@ -20167,31 +20162,31 @@ entities: - 38179 - 38257 - 38260 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29669 - 41769 - 29718 - 30191 - 27198 - 27193 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41772 components: - - pos: 22.5,-8.5 + - type: Transform + pos: 22.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41532 - 41779 - 41780 @@ -20202,15 +20197,15 @@ entities: - 29853 - 37782 - 37783 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41775 components: - - pos: 40.5,-8.5 + - type: Transform + pos: 40.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41776 - 41778 - 41777 @@ -20221,16 +20216,16 @@ entities: - 41780 - 27423 - 26922 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,10.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29725 - 41787 - 29723 @@ -20242,937 +20237,955 @@ entities: - 28377 - 28378 - 27013 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 + - uid: 42164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -116.5,1.5 + parent: 1 + - type: DeviceList + devices: + - 29585 + - 29900 + - 29916 + - 29797 + - 25299 + - 26008 + - 25300 + - 26009 + - 26007 + - 13961 + - type: AtmosDevice + joinedGrid: 1 - proto: AirAlarmAssembly entities: - uid: 30612 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,-9.5 parent: 1 - type: Transform - proto: AirCanister entities: - uid: 9896 components: - - pos: -31.542486,33.480453 + - type: Transform + pos: -31.542486,33.480453 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10028 components: - - pos: 52.5,-12.5 + - type: Transform + pos: 52.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10227 components: - - pos: 48.5,-12.5 + - type: Transform + pos: 48.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10350 components: - - pos: 54.5,-54.5 + - type: Transform + pos: 54.5,-54.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 20281 components: - - pos: -105.5,-45.5 + - type: Transform + pos: -105.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22305 components: - - pos: -103.5,-42.5 + - type: Transform + pos: -103.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28175 components: - - pos: 1.5,-32.5 + - type: Transform + pos: 1.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28760 components: - - pos: 3.5,-27.5 + - type: Transform + pos: 3.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28761 components: - - pos: 2.5,-27.5 + - type: Transform + pos: 2.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30625 components: - - pos: -124.5,21.5 + - type: Transform + pos: -124.5,21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30763 components: - - pos: -58.5,-30.5 + - type: Transform + pos: -58.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30931 components: - - pos: -36.5,-73.5 + - type: Transform + pos: -36.5,-73.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30932 components: - - pos: -52.5,-73.5 + - type: Transform + pos: -52.5,-73.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31008 components: - - pos: 15.5,-30.5 + - type: Transform + pos: 15.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31044 components: - - pos: -48.5,12.5 + - type: Transform + pos: -48.5,12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36653 components: - - pos: -96.5,-82.5 + - type: Transform + pos: -96.5,-82.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36720 components: - - pos: -15.5,-62.5 + - type: Transform + pos: -15.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36975 components: - - pos: -110.5,-47.5 + - type: Transform + pos: -110.5,-47.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: Airlock entities: - uid: 1453 components: - - pos: -53.5,6.5 + - type: Transform + pos: -53.5,6.5 parent: 1 - type: Transform - uid: 1873 components: - - pos: 26.5,-36.5 + - type: Transform + pos: 26.5,-36.5 parent: 1 - type: Transform - uid: 5750 components: - - pos: -52.5,28.5 + - type: Transform + pos: -52.5,28.5 parent: 1 - type: Transform - uid: 5769 components: - - pos: -48.5,28.5 + - type: Transform + pos: -48.5,28.5 parent: 1 - type: Transform - uid: 7273 components: - - pos: -44.5,28.5 + - type: Transform + pos: -44.5,28.5 parent: 1 - type: Transform - uid: 9586 components: - - pos: -31.5,-0.5 + - type: Transform + pos: -31.5,-0.5 parent: 1 - type: Transform - uid: 9587 components: - - pos: -31.5,-2.5 + - type: Transform + pos: -31.5,-2.5 parent: 1 - type: Transform - uid: 10249 components: - - pos: 35.5,-53.5 + - type: Transform + pos: 35.5,-53.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41031 - type: DeviceLinkSink - uid: 10251 components: - - pos: 35.5,-55.5 + - type: Transform + pos: 35.5,-55.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41032 - type: DeviceLinkSink - uid: 23704 components: - - pos: 40.5,-53.5 + - type: Transform + pos: 40.5,-53.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41030 - type: DeviceLinkSink - uid: 23705 components: - - pos: 40.5,-55.5 + - type: Transform + pos: 40.5,-55.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41029 - type: DeviceLinkSink - uid: 23736 components: - - pos: 29.5,-52.5 + - type: Transform + pos: 29.5,-52.5 parent: 1 - type: Transform - proto: AirlockArmoryGlassLocked entities: - uid: 1298 components: - - pos: 17.5,-19.5 + - type: Transform + pos: 17.5,-19.5 parent: 1 - type: Transform - uid: 1328 components: - - pos: 17.5,-18.5 + - type: Transform + pos: 17.5,-18.5 parent: 1 - type: Transform - uid: 4203 components: - - pos: -59.5,-45.5 + - type: Transform + pos: -59.5,-45.5 parent: 1 - type: Transform - uid: 7155 components: - - pos: 12.5,-19.5 + - type: Transform + pos: 12.5,-19.5 parent: 1 - type: Transform - proto: AirlockAssembly entities: - uid: 4369 components: - - pos: -70.5,-57.5 + - type: Transform + pos: -70.5,-57.5 parent: 1 - type: Transform - uid: 30592 components: - - pos: -121.5,-8.5 + - type: Transform + pos: -121.5,-8.5 parent: 1 - type: Transform - proto: AirlockAtmosphericsGlassLocked entities: - uid: 4951 components: - - pos: -97.5,-38.5 + - type: Transform + pos: -97.5,-38.5 parent: 1 - type: Transform - uid: 18893 components: - - pos: -96.5,-38.5 + - type: Transform + pos: -96.5,-38.5 parent: 1 - type: Transform - uid: 19258 components: - - pos: -96.5,-31.5 + - type: Transform + pos: -96.5,-31.5 parent: 1 - type: Transform - uid: 33934 components: - - pos: -110.5,-66.5 + - type: Transform + pos: -110.5,-66.5 parent: 1 - type: Transform - uid: 33935 components: - - pos: -109.5,-66.5 + - type: Transform + pos: -109.5,-66.5 parent: 1 - type: Transform - uid: 33944 components: - - pos: -96.5,-64.5 + - type: Transform + pos: -96.5,-64.5 parent: 1 - type: Transform - uid: 34075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-52.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34080 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34080: - DoorStatus: Close - type: DeviceLinkSource - uid: 34080 components: - - pos: -97.5,-49.5 + - type: Transform + pos: -97.5,-49.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34075 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34075: - DoorStatus: Close - type: DeviceLinkSource - proto: AirlockAtmosphericsLocked entities: - uid: 3378 components: - - name: emergency air storage - type: MetaData - - pos: -16.5,-67.5 + - type: MetaData + name: emergency air storage + - type: Transform + pos: -16.5,-67.5 parent: 1 - type: Transform - uid: 33980 components: - - pos: -95.5,-70.5 + - type: Transform + pos: -95.5,-70.5 parent: 1 - type: Transform - uid: 36704 components: - - name: emergency air storage - type: MetaData - - pos: -16.5,-61.5 + - type: MetaData + name: emergency air storage + - type: Transform + pos: -16.5,-61.5 parent: 1 - type: Transform - proto: AirlockBarLocked entities: - uid: 1565 components: - - pos: -54.5,1.5 + - type: Transform + pos: -54.5,1.5 parent: 1 - type: Transform - proto: AirlockBoxerLocked entities: - uid: 3602 components: - - pos: 19.5,-30.5 + - type: Transform + pos: 19.5,-30.5 parent: 1 - type: Transform - proto: AirlockCaptainGlassLocked entities: - uid: 5194 components: - - pos: -111.5,0.5 - parent: 1 - type: Transform -- proto: AirlockCaptainLocked - entities: - - uid: 5228 - components: - - pos: -102.5,8.5 + - type: Transform + pos: -111.5,0.5 parent: 1 - type: Transform - proto: AirlockCargoGlassLocked entities: - uid: 2114 components: - - pos: -39.5,27.5 + - type: Transform + pos: -39.5,27.5 parent: 1 - type: Transform - uid: 2131 components: - - pos: -40.5,27.5 + - type: Transform + pos: -40.5,27.5 parent: 1 - type: Transform - uid: 5432 components: - - pos: -36.5,35.5 + - type: Transform + pos: -36.5,35.5 parent: 1 - type: Transform - uid: 5433 components: - - pos: -36.5,36.5 + - type: Transform + pos: -36.5,36.5 parent: 1 - type: Transform - uid: 6133 components: - - pos: -17.5,34.5 + - type: Transform + pos: -17.5,34.5 parent: 1 - type: Transform - proto: AirlockCargoLocked entities: - uid: 6117 components: - - pos: -10.5,31.5 + - type: Transform + pos: -10.5,31.5 parent: 1 - type: Transform - uid: 6132 components: - - pos: -10.5,29.5 + - type: Transform + pos: -10.5,29.5 parent: 1 - type: Transform - uid: 7247 components: - - pos: -39.5,41.5 + - type: Transform + pos: -39.5,41.5 parent: 1 - type: Transform - uid: 7251 components: - - pos: -42.5,41.5 + - type: Transform + pos: -42.5,41.5 parent: 1 - type: Transform - uid: 11530 components: - - pos: -40.5,39.5 + - type: Transform + pos: -40.5,39.5 parent: 1 - type: Transform - proto: AirlockChapelGlassLocked entities: - uid: 3329 components: - - pos: -27.5,-52.5 + - type: Transform + pos: -27.5,-52.5 parent: 1 - type: Transform - uid: 6778 components: - - pos: -28.5,-48.5 + - type: Transform + pos: -28.5,-48.5 parent: 1 - type: Transform - proto: AirlockChemistryGlassLocked entities: - uid: 4625 components: - - pos: -67.5,-26.5 + - type: Transform + pos: -67.5,-26.5 parent: 1 - type: Transform - proto: AirlockChemistryLocked entities: - uid: 4658 components: - - pos: -68.5,-32.5 + - type: Transform + pos: -68.5,-32.5 parent: 1 - type: Transform - proto: AirlockChiefEngineerGlassLocked entities: - uid: 3412 components: - - pos: -111.5,-34.5 + - type: Transform + pos: -111.5,-34.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17977 - 17976 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17976: - DoorStatus: DoorBolt 17977: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 13303 components: - - pos: -105.5,-28.5 + - type: Transform + pos: -105.5,-28.5 parent: 1 - type: Transform - uid: 17964 components: - - pos: -119.5,-36.5 + - type: Transform + pos: -119.5,-36.5 parent: 1 - type: Transform - uid: 17965 components: - - pos: -120.5,-36.5 + - type: Transform + pos: -120.5,-36.5 parent: 1 - type: Transform - uid: 17966 components: - - pos: -123.5,-39.5 + - type: Transform + pos: -123.5,-39.5 parent: 1 - type: Transform - uid: 17967 components: - - pos: -123.5,-38.5 + - type: Transform + pos: -123.5,-38.5 parent: 1 - type: Transform - uid: 17968 components: - - pos: -126.5,-39.5 + - type: Transform + pos: -126.5,-39.5 parent: 1 - type: Transform - uid: 17969 components: - - pos: -126.5,-38.5 + - type: Transform + pos: -126.5,-38.5 parent: 1 - type: Transform - uid: 17970 components: - - pos: -113.5,-31.5 + - type: Transform + pos: -113.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17977 - 17976 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17977: - DoorStatus: DoorBolt 17976: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 17971 components: - - pos: -112.5,-31.5 + - type: Transform + pos: -112.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17977 - 17976 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17977: - DoorStatus: DoorBolt 17976: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockChiefEngineerLocked entities: - uid: 9755 components: - - pos: -105.5,-34.5 + - type: Transform + pos: -105.5,-34.5 parent: 1 - type: Transform - proto: AirlockChiefMedicalOfficerGlassLocked entities: - uid: 4848 components: - - pos: -83.5,-22.5 + - type: Transform + pos: -83.5,-22.5 parent: 1 - type: Transform - proto: AirlockChiefMedicalOfficerLocked entities: - uid: 8732 components: - - pos: -86.5,-20.5 + - type: Transform + pos: -86.5,-20.5 parent: 1 - type: Transform - proto: AirlockClownLocked entities: - uid: 5846 components: - - pos: -71.5,3.5 + - type: Transform + pos: -71.5,3.5 parent: 1 - type: Transform - proto: AirlockCommandGlassLocked entities: + - uid: 306 + components: + - type: Transform + pos: -102.5,8.5 + parent: 1 - uid: 3788 components: - - pos: -69.5,24.5 + - type: Transform + pos: -69.5,24.5 parent: 1 - type: Transform - uid: 5001 components: - - pos: -92.5,2.5 + - type: Transform + pos: -92.5,2.5 parent: 1 - type: Transform - uid: 5002 components: - - pos: -92.5,3.5 + - type: Transform + pos: -92.5,3.5 parent: 1 - type: Transform - uid: 5045 components: - - pos: -96.5,6.5 + - type: Transform + pos: -96.5,6.5 parent: 1 - type: Transform - uid: 5046 components: - - pos: -96.5,-0.5 + - type: Transform + pos: -96.5,-0.5 parent: 1 - type: Transform - uid: 5221 components: - - pos: -104.5,1.5 + - type: Transform + pos: -104.5,1.5 parent: 1 - type: Transform - uid: 5222 components: - - pos: -102.5,3.5 + - type: Transform + pos: -102.5,3.5 parent: 1 - type: Transform - uid: 5692 components: - - pos: -67.5,29.5 + - type: Transform + pos: -67.5,29.5 parent: 1 - type: Transform - uid: 5693 components: - - pos: -71.5,31.5 + - type: Transform + pos: -71.5,31.5 parent: 1 - type: Transform - uid: 9886 components: - - pos: -12.5,-57.5 + - type: Transform + pos: -12.5,-57.5 parent: 1 - type: Transform - uid: 10421 components: - - pos: -12.5,-49.5 + - type: Transform + pos: -12.5,-49.5 parent: 1 - type: Transform - uid: 10498 components: - - pos: -2.5,-60.5 + - type: Transform + pos: -2.5,-60.5 parent: 1 - type: Transform - uid: 10499 components: - - pos: -2.5,-59.5 + - type: Transform + pos: -2.5,-59.5 parent: 1 - type: Transform - proto: AirlockCommandLocked entities: - uid: 5219 components: - - pos: -105.5,5.5 + - type: Transform + pos: -105.5,5.5 parent: 1 - type: Transform - uid: 5830 components: - - pos: -91.5,18.5 + - type: Transform + pos: -91.5,18.5 parent: 1 - type: Transform - uid: 7969 components: - - pos: -97.5,18.5 + - type: Transform + pos: -97.5,18.5 parent: 1 - type: Transform - proto: AirlockDetectiveGlassLocked entities: - uid: 4245 components: - - pos: -54.5,-41.5 + - type: Transform + pos: -54.5,-41.5 parent: 1 - type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 1847 components: - - pos: -103.5,-25.5 + - type: Transform + pos: -103.5,-25.5 parent: 1 - type: Transform - uid: 2077 components: - - pos: 37.5,-40.5 + - type: Transform + pos: 37.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2294 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2294: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 3185 components: - - pos: -103.5,-26.5 + - type: Transform + pos: -103.5,-26.5 parent: 1 - type: Transform - uid: 7062 components: - - pos: -107.5,-26.5 + - type: Transform + pos: -107.5,-26.5 parent: 1 - type: Transform - uid: 8909 components: - - pos: -107.5,-12.5 + - type: Transform + pos: -107.5,-12.5 parent: 1 - type: Transform - uid: 8917 components: - - pos: -98.5,-17.5 + - type: Transform + pos: -98.5,-17.5 parent: 1 - type: Transform - uid: 9206 components: - - pos: -105.5,-19.5 + - type: Transform + pos: -105.5,-19.5 parent: 1 - type: Transform - uid: 9250 components: - - pos: -109.5,-23.5 + - type: Transform + pos: -109.5,-23.5 parent: 1 - type: Transform - uid: 9532 components: - - pos: -101.5,-19.5 + - type: Transform + pos: -101.5,-19.5 parent: 1 - type: Transform - uid: 13190 components: - - pos: -107.5,-20.5 + - type: Transform + pos: -107.5,-20.5 parent: 1 - type: Transform - uid: 13191 components: - - pos: -107.5,-21.5 + - type: Transform + pos: -107.5,-21.5 parent: 1 - type: Transform - uid: 15601 components: - - pos: -98.5,-16.5 + - type: Transform + pos: -98.5,-16.5 parent: 1 - type: Transform - uid: 16195 components: - - pos: -107.5,-11.5 + - type: Transform + pos: -107.5,-11.5 parent: 1 - type: Transform - uid: 16207 components: - - pos: -105.5,-14.5 + - type: Transform + pos: -105.5,-14.5 parent: 1 - type: Transform - uid: 34167 components: - - pos: -138.5,-37.5 + - type: Transform + pos: -138.5,-37.5 parent: 1 - type: Transform - uid: 34168 components: - - pos: -143.5,-37.5 + - type: Transform + pos: -143.5,-37.5 parent: 1 - type: Transform - uid: 35602 components: - - pos: -107.5,-85.5 + - type: Transform + pos: -107.5,-85.5 parent: 1 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 1040 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 1 - type: Transform - uid: 1066 components: - - pos: 16.5,15.5 + - type: Transform + pos: 16.5,15.5 parent: 1 - type: Transform - uid: 1399 components: - - pos: -51.5,11.5 + - type: Transform + pos: -51.5,11.5 parent: 1 - type: Transform - uid: 1713 components: - - pos: 9.5,-38.5 + - type: Transform + pos: 9.5,-38.5 parent: 1 - type: Transform - uid: 3331 components: - - pos: -102.5,-28.5 + - type: Transform + pos: -102.5,-28.5 parent: 1 - type: Transform - uid: 3445 components: - - pos: -25.5,-71.5 + - type: Transform + pos: -25.5,-71.5 parent: 1 - type: Transform - uid: 4409 components: - - pos: -65.5,-36.5 + - type: Transform + pos: -65.5,-36.5 parent: 1 - type: Transform - uid: 5373 components: - - pos: -106.5,-5.5 + - type: Transform + pos: -106.5,-5.5 parent: 1 - type: Transform - uid: 6004 components: - - pos: -91.5,-35.5 + - type: Transform + pos: -91.5,-35.5 parent: 1 - type: Transform - uid: 6047 components: - - pos: -19.5,20.5 + - type: Transform + pos: -19.5,20.5 parent: 1 - type: Transform - uid: 6081 components: - - pos: -26.5,22.5 + - type: Transform + pos: -26.5,22.5 parent: 1 - type: Transform - uid: 9863 components: - - pos: -63.5,-39.5 + - type: Transform + pos: -63.5,-39.5 parent: 1 - type: Transform - uid: 15073 components: - - pos: -98.5,23.5 + - type: Transform + pos: -98.5,23.5 parent: 1 - type: Transform - uid: 15483 components: - - pos: -111.5,-14.5 + - type: Transform + pos: -111.5,-14.5 parent: 1 - type: Transform - uid: 16649 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 1 - type: Transform - uid: 16695 components: - - pos: -28.5,-71.5 + - type: Transform + pos: -28.5,-71.5 parent: 1 - type: Transform - uid: 36652 components: - - pos: -97.5,-78.5 + - type: Transform + pos: -97.5,-78.5 parent: 1 - type: Transform - uid: 40822 components: - - pos: 31.5,-11.5 + - type: Transform + pos: 31.5,-11.5 parent: 1 - type: Transform - uid: 41899 components: - - pos: 23.5,8.5 + - type: Transform + pos: 23.5,8.5 parent: 1 - type: Transform - proto: AirlockExternalEngineeringLocked entities: - uid: 10670 components: - - pos: 56.5,-55.5 + - type: Transform + pos: 56.5,-55.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10673 - 10672 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10672: - DoorStatus: DoorBolt 10673: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10671 components: - - pos: 57.5,-55.5 + - type: Transform + pos: 57.5,-55.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10673 - 10672 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10673: - DoorStatus: DoorBolt 10672: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockExternalGlass entities: - uid: 10226 components: - - pos: 53.5,-14.5 + - type: Transform + pos: 53.5,-14.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10268 - 10263 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10268: - DoorStatus: DoorBolt 10263: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10228 components: - - pos: 47.5,-14.5 + - type: Transform + pos: 47.5,-14.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10268 - 10263 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10268: - DoorStatus: DoorBolt 10263: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10229 components: - - pos: 47.5,-13.5 + - type: Transform + pos: 47.5,-13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10268 - 10263 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10268: - DoorStatus: DoorBolt 10263: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10230 components: - - pos: 53.5,-13.5 + - type: Transform + pos: 53.5,-13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10268 - 10263 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10268: - DoorStatus: DoorBolt 10263: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10263 components: - - pos: 51.5,-11.5 + - type: Transform + pos: 51.5,-11.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10229 - 10228 - 10230 - 10226 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10229: - DoorStatus: DoorBolt 10228: @@ -21181,19 +21194,19 @@ entities: - DoorStatus: DoorBolt 10226: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10268 components: - - pos: 49.5,-11.5 + - type: Transform + pos: 49.5,-11.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10229 - 10228 - 10230 - 10226 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10229: - DoorStatus: DoorBolt 10228: @@ -21202,194 +21215,194 @@ entities: - DoorStatus: DoorBolt 10226: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockExternalGlassAtmosphericsLocked entities: - uid: 30734 components: - - pos: -106.5,-75.5 + - type: Transform + pos: -106.5,-75.5 parent: 1 - type: Transform - proto: AirlockExternalGlassEasyPry entities: - uid: 539 components: - - pos: -74.5,39.5 + - type: Transform + pos: -74.5,39.5 parent: 1 - type: Transform - uid: 540 components: - - pos: -72.5,39.5 + - type: Transform + pos: -72.5,39.5 parent: 1 - type: Transform - uid: 672 components: - - pos: -134.5,-24.5 + - type: Transform + pos: -134.5,-24.5 parent: 1 - type: Transform - uid: 1101 components: - - pos: -134.5,-25.5 + - type: Transform + pos: -134.5,-25.5 parent: 1 - type: Transform - uid: 2303 components: - - pos: -3.5,-62.5 + - type: Transform + pos: -3.5,-62.5 parent: 1 - type: Transform - uid: 5429 components: - - pos: -64.5,39.5 + - type: Transform + pos: -64.5,39.5 parent: 1 - type: Transform - uid: 5451 components: - - pos: -66.5,39.5 + - type: Transform + pos: -66.5,39.5 parent: 1 - type: Transform - uid: 9890 components: - - pos: -5.5,-62.5 + - type: Transform + pos: -5.5,-62.5 parent: 1 - type: Transform - uid: 23891 components: - - pos: 48.5,-62.5 + - type: Transform + pos: 48.5,-62.5 parent: 1 - type: Transform - uid: 23892 components: - - pos: 46.5,-62.5 + - type: Transform + pos: 46.5,-62.5 parent: 1 - type: Transform - uid: 23893 components: - - pos: 40.5,-62.5 + - type: Transform + pos: 40.5,-62.5 parent: 1 - type: Transform - uid: 23894 components: - - pos: 38.5,-62.5 + - type: Transform + pos: 38.5,-62.5 parent: 1 - type: Transform - uid: 23909 components: - - pos: 26.5,-62.5 + - type: Transform + pos: 26.5,-62.5 parent: 1 - type: Transform - uid: 23910 components: - - pos: 24.5,-62.5 + - type: Transform + pos: 24.5,-62.5 parent: 1 - type: Transform - uid: 23911 components: - - pos: 18.5,-62.5 + - type: Transform + pos: 18.5,-62.5 parent: 1 - type: Transform - uid: 23912 components: - - pos: 16.5,-62.5 + - type: Transform + pos: 16.5,-62.5 parent: 1 - type: Transform - uid: 23913 components: - - pos: 4.5,-62.5 + - type: Transform + pos: 4.5,-62.5 parent: 1 - type: Transform - uid: 23914 components: - - pos: 2.5,-62.5 + - type: Transform + pos: 2.5,-62.5 parent: 1 - type: Transform - uid: 36456 components: - - pos: -123.5,23.5 + - type: Transform + pos: -123.5,23.5 parent: 1 - type: Transform - uid: 36642 components: - - pos: -97.5,-83.5 + - type: Transform + pos: -97.5,-83.5 parent: 1 - type: Transform - uid: 36643 components: - - pos: -92.5,-81.5 + - type: Transform + pos: -92.5,-81.5 parent: 1 - type: Transform - uid: 38513 components: - - pos: -74.5,42.5 + - type: Transform + pos: -74.5,42.5 parent: 1 - type: Transform - uid: 38514 components: - - pos: -72.5,42.5 + - type: Transform + pos: -72.5,42.5 parent: 1 - type: Transform - uid: 38515 components: - - pos: -66.5,42.5 + - type: Transform + pos: -66.5,42.5 parent: 1 - type: Transform - uid: 38516 components: - - pos: -64.5,42.5 + - type: Transform + pos: -64.5,42.5 parent: 1 - type: Transform - proto: AirlockExternalGlassEngineeringLocked entities: - uid: 2197 components: - - pos: 56.5,-41.5 + - type: Transform + pos: 56.5,-41.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2198 - 10676 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2198: - DoorStatus: DoorBolt 10676: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 2198 components: - - pos: 54.5,-40.5 + - type: Transform + pos: 54.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2197 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2197: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 2294 components: - - pos: 44.5,-40.5 + - type: Transform + pos: 44.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2077 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2077: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10672 components: - - pos: 56.5,-52.5 + - type: Transform + pos: 56.5,-52.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10670 - 10671 - 10675 - 10674 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10675: - DoorStatus: DoorBolt 10674: @@ -21398,19 +21411,19 @@ entities: - DoorStatus: DoorBolt 10670: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10673 components: - - pos: 57.5,-52.5 + - type: Transform + pos: 57.5,-52.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10670 - 10671 - 10675 - 10674 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10675: - DoorStatus: DoorBolt 10674: @@ -21419,187 +21432,187 @@ entities: - DoorStatus: DoorBolt 10670: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10674 components: - - pos: 62.5,-55.5 + - type: Transform + pos: 62.5,-55.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10673 - 10672 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10673: - DoorStatus: DoorBolt 10672: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10675 components: - - pos: 62.5,-54.5 + - type: Transform + pos: 62.5,-54.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10673 - 10672 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10673: - DoorStatus: DoorBolt 10672: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10676 components: - - pos: 62.5,-40.5 + - type: Transform + pos: 62.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2197 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2197: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 17976 components: - - pos: -115.5,-33.5 + - type: Transform + pos: -115.5,-33.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3412 - 17970 - 17971 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17970: - DoorStatus: DoorBolt 17971: - DoorStatus: DoorBolt 3412: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 17977 components: - - pos: -115.5,-32.5 + - type: Transform + pos: -115.5,-32.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3412 - 17970 - 17971 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17970: - DoorStatus: DoorBolt 17971: - DoorStatus: DoorBolt 3412: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34118 components: - - pos: -149.5,-42.5 + - type: Transform + pos: -149.5,-42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34169 - 34172 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34169: - DoorStatus: DoorBolt 34172: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34119 components: - - pos: -149.5,-43.5 + - type: Transform + pos: -149.5,-43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34169 - 34172 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34169: - DoorStatus: DoorBolt 34172: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34130 components: - - pos: -148.5,-31.5 + - type: Transform + pos: -148.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34176 - 34174 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34176: - DoorStatus: DoorBolt 34174: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34137 components: - - pos: -147.5,-31.5 + - type: Transform + pos: -147.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34176 - 34174 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34176: - DoorStatus: DoorBolt 34174: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34151 components: - - pos: -146.5,-43.5 + - type: Transform + pos: -146.5,-43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34169 - 34172 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34172: - DoorStatus: DoorBolt 34169: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34152 components: - - pos: -146.5,-42.5 + - type: Transform + pos: -146.5,-42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34169 - 34172 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34172: - DoorStatus: DoorBolt 34169: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34169 components: - - pos: -148.5,-40.5 + - type: Transform + pos: -148.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34118 - 34119 - 34152 - 34151 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34118: - DoorStatus: DoorBolt 34119: @@ -21608,19 +21621,19 @@ entities: - DoorStatus: DoorBolt 34151: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34172 components: - - pos: -147.5,-40.5 + - type: Transform + pos: -147.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34118 - 34119 - 34152 - 34151 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34118: - DoorStatus: DoorBolt 34119: @@ -21629,2807 +21642,2822 @@ entities: - DoorStatus: DoorBolt 34151: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34174 components: - - pos: -147.5,-34.5 + - type: Transform + pos: -147.5,-34.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34130 - 34137 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34130: - DoorStatus: DoorBolt 34137: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 34176 components: - - pos: -148.5,-34.5 + - type: Transform + pos: -148.5,-34.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34130 - 34137 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34130: - DoorStatus: DoorBolt 34137: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 35630 components: - - pos: -112.5,-87.5 + - type: Transform + pos: -112.5,-87.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 35633 - 35632 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 35633: - DoorStatus: DoorBolt 35632: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 35631 components: - - pos: -112.5,-86.5 + - type: Transform + pos: -112.5,-86.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 35633 - 35632 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 35633: - DoorStatus: DoorBolt 35632: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 35632 components: - - pos: -116.5,-87.5 + - type: Transform + pos: -116.5,-87.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 35631 - 35630 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 35631: - DoorStatus: DoorBolt 35630: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 35633 components: - - pos: -116.5,-86.5 + - type: Transform + pos: -116.5,-86.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 35631 - 35630 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 35631: - DoorStatus: DoorBolt 35630: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockExternalGlassLocked entities: - uid: 2208 components: - - pos: 36.5,29.5 + - type: Transform + pos: 36.5,29.5 parent: 1 - type: Transform - uid: 8912 components: - - pos: 26.5,9.5 + - type: Transform + pos: 26.5,9.5 parent: 1 - type: Transform - uid: 9873 components: - - pos: 38.5,1.5 + - type: Transform + pos: 38.5,1.5 parent: 1 - type: Transform - uid: 10107 components: - - pos: 42.5,-5.5 + - type: Transform + pos: 42.5,-5.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32777 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 32777: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 24935 components: - - pos: 26.5,5.5 + - type: Transform + pos: 26.5,5.5 parent: 1 - type: Transform - uid: 32777 components: - - pos: 42.5,-8.5 + - type: Transform + pos: 42.5,-8.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10107 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10107: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 38981 components: - - pos: 42.5,38.5 + - type: Transform + pos: 42.5,38.5 parent: 1 - type: Transform - proto: AirlockExternalGlassSalvageLocked entities: - uid: 5488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11568 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11568: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 5526 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,39.5 parent: 1 - type: Transform - uid: 5550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,39.5 parent: 1 - type: Transform - uid: 5655 components: - - pos: 2.5,46.5 + - type: Transform + pos: 2.5,46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11583 - 11582 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11583: - DoorStatus: DoorBolt 11582: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 6139 components: - - pos: 2.5,29.5 + - type: Transform + pos: 2.5,29.5 parent: 1 - type: Transform - uid: 11353 components: - - pos: 2.5,45.5 + - type: Transform + pos: 2.5,45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11583 - 11582 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11583: - DoorStatus: DoorBolt 11582: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11463 components: - - pos: 2.5,34.5 + - type: Transform + pos: 2.5,34.5 parent: 1 - type: Transform - uid: 11568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,39.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 5488 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5488: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11582 components: - - pos: 3.5,44.5 + - type: Transform + pos: 3.5,44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 5655 - 11353 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5655: - DoorStatus: DoorBolt 11353: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11583 components: - - pos: 4.5,44.5 + - type: Transform + pos: 4.5,44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 5655 - 11353 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5655: - DoorStatus: DoorBolt 11353: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11597 components: - - pos: 4.5,39.5 + - type: Transform + pos: 4.5,39.5 parent: 1 - type: Transform - uid: 13167 components: - - pos: 3.5,39.5 + - type: Transform + pos: 3.5,39.5 parent: 1 - type: Transform - uid: 23523 components: - - pos: 5.5,31.5 + - type: Transform + pos: 5.5,31.5 parent: 1 - type: Transform - uid: 23524 components: - - pos: 8.5,31.5 + - type: Transform + pos: 8.5,31.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleArrivals entities: - uid: 7401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,38.5 parent: 1 - type: Transform - uid: 7405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,45.5 parent: 1 - type: Transform - uid: 7408 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,38.5 parent: 1 - type: Transform - uid: 19937 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,45.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - uid: 23879 components: - - pos: -5.5,-65.5 + - type: Transform + pos: -5.5,-65.5 parent: 1 - type: Transform - uid: 23880 components: - - pos: -3.5,-65.5 + - type: Transform + pos: -3.5,-65.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleEscape entities: - uid: 18556 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,-24.5 parent: 1 - type: Transform - uid: 19247 components: - - pos: -41.5,-78.5 + - type: Transform + pos: -41.5,-78.5 parent: 1 - type: Transform - uid: 23061 components: - - pos: -49.5,-78.5 + - type: Transform + pos: -49.5,-78.5 parent: 1 - type: Transform - uid: 33859 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-86.5 parent: 1 - type: Transform - uid: 33860 components: - - pos: -93.5,-89.5 + - type: Transform + pos: -93.5,-89.5 parent: 1 - type: Transform - uid: 34787 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,5.5 parent: 1 - type: Transform - uid: 36454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,27.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleLocked entities: - uid: 2369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,9.5 parent: 1 - type: Transform - uid: 5888 components: - - pos: -45.5,-78.5 + - type: Transform + pos: -45.5,-78.5 parent: 1 - type: Transform - uid: 34212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -153.5,-33.5 parent: 1 - type: Transform - uid: 34213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -153.5,-32.5 parent: 1 - type: Transform - uid: 38494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,45.5 parent: 1 - type: Transform - uid: 38495 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,45.5 parent: 1 - type: Transform - uid: 38496 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,45.5 parent: 1 - type: Transform - uid: 38497 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,45.5 parent: 1 - type: Transform - uid: 38498 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,45.5 parent: 1 - type: Transform - uid: 38499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,45.5 parent: 1 - type: Transform - proto: AirlockExternalLocked entities: - uid: 1074 components: - - pos: -12.5,17.5 + - type: Transform + pos: -12.5,17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1077 - 1076 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1077: - DoorStatus: DoorBolt 1076: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1075 components: - - pos: -12.5,18.5 + - type: Transform + pos: -12.5,18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1077 - 1076 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1077: - DoorStatus: DoorBolt 1076: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1076 components: - - pos: -9.5,17.5 + - type: Transform + pos: -9.5,17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1075 - 1074 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1075: - DoorStatus: DoorBolt 1074: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1077 components: - - pos: -9.5,18.5 + - type: Transform + pos: -9.5,18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1075 - 1074 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1075: - DoorStatus: DoorBolt 1074: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1078 components: - - pos: 11.5,17.5 + - type: Transform + pos: 11.5,17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1080 - 1081 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1080: - DoorStatus: DoorBolt 1081: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1079 components: - - pos: 11.5,18.5 + - type: Transform + pos: 11.5,18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1080 - 1081 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1080: - DoorStatus: DoorBolt 1081: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1080 components: - - pos: 8.5,18.5 + - type: Transform + pos: 8.5,18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1079 - 1078 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1079: - DoorStatus: DoorBolt 1078: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1081 components: - - pos: 8.5,17.5 + - type: Transform + pos: 8.5,17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1079 - 1078 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1079: - DoorStatus: DoorBolt 1078: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 12362 components: - - pos: -32.5,-73.5 + - type: Transform + pos: -32.5,-73.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 16148 - 16170 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16148: - DoorStatus: DoorBolt 16170: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 12369 components: - - pos: -31.5,-73.5 + - type: Transform + pos: -31.5,-73.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 16148 - 16170 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16148: - DoorStatus: DoorBolt 16170: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 12384 components: - - pos: -57.5,-68.5 + - type: Transform + pos: -57.5,-68.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 16103 - 12712 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16103: - DoorStatus: DoorBolt 12712: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 12385 components: - - pos: -56.5,-68.5 + - type: Transform + pos: -56.5,-68.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 16103 - 12712 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16103: - DoorStatus: DoorBolt 12712: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 12712 components: - - pos: -54.5,-81.5 + - type: Transform + pos: -54.5,-81.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12385 - 12384 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12385: - DoorStatus: DoorBolt 12384: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 16103 components: - - pos: -54.5,-80.5 + - type: Transform + pos: -54.5,-80.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12385 - 12384 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12385: - DoorStatus: DoorBolt 12384: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 16148 components: - - pos: -35.5,-80.5 + - type: Transform + pos: -35.5,-80.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12362 - 12369 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12362: - DoorStatus: DoorBolt 12369: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 16170 components: - - pos: -35.5,-81.5 + - type: Transform + pos: -35.5,-81.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12362 - 12369 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12362: - DoorStatus: DoorBolt 12369: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 29214 components: - - pos: -135.5,-31.5 + - type: Transform + pos: -135.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 36305 - 36304 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 36305: - DoorStatus: DoorBolt 36304: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 29216 components: - - pos: -135.5,-30.5 + - type: Transform + pos: -135.5,-30.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 36305 - 36304 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 36305: - DoorStatus: DoorBolt 36304: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 36304 components: - - pos: -138.5,-31.5 + - type: Transform + pos: -138.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29216 - 29214 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 29216: - DoorStatus: DoorBolt 29214: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 36305 components: - - pos: -138.5,-30.5 + - type: Transform + pos: -138.5,-30.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29216 - 29214 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 29216: - DoorStatus: DoorBolt 29214: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockExternalShuttleLocked entities: - uid: 11618 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,51.5 parent: 1 - type: Transform - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 332 components: - - pos: -25.5,10.5 + - type: Transform + pos: -25.5,10.5 parent: 1 - type: Transform - uid: 523 components: - - pos: 22.5,-41.5 + - type: Transform + pos: 22.5,-41.5 parent: 1 - type: Transform - proto: AirlockGlass entities: - uid: 1030 components: - - pos: 0.5,-57.5 + - type: Transform + pos: 0.5,-57.5 parent: 1 - type: Transform - uid: 1323 components: - - pos: 14.5,-40.5 + - type: Transform + pos: 14.5,-40.5 parent: 1 - type: Transform - uid: 1411 components: - - pos: -44.5,3.5 + - type: Transform + pos: -44.5,3.5 parent: 1 - type: Transform - uid: 1412 components: - - pos: -46.5,-6.5 + - type: Transform + pos: -46.5,-6.5 parent: 1 - type: Transform - uid: 1413 components: - - pos: -48.5,-6.5 + - type: Transform + pos: -48.5,-6.5 parent: 1 - type: Transform - uid: 1687 components: - - pos: -74.5,-7.5 + - type: Transform + pos: -74.5,-7.5 parent: 1 - type: Transform - uid: 2516 components: - - pos: 1.5,-57.5 + - type: Transform + pos: 1.5,-57.5 parent: 1 - type: Transform - uid: 2626 components: - - pos: 11.5,-48.5 + - type: Transform + pos: 11.5,-48.5 parent: 1 - type: Transform - uid: 2627 components: - - pos: 10.5,-57.5 + - type: Transform + pos: 10.5,-57.5 parent: 1 - type: Transform - uid: 2917 components: - - pos: 23.5,-60.5 + - type: Transform + pos: 23.5,-60.5 parent: 1 - type: Transform - uid: 2918 components: - - pos: 23.5,-59.5 + - type: Transform + pos: 23.5,-59.5 parent: 1 - type: Transform - uid: 3730 components: - - pos: -61.5,18.5 + - type: Transform + pos: -61.5,18.5 parent: 1 - type: Transform - uid: 4482 components: - - pos: -72.5,-16.5 + - type: Transform + pos: -72.5,-16.5 parent: 1 - type: Transform - uid: 4538 components: - - pos: -71.5,-16.5 + - type: Transform + pos: -71.5,-16.5 parent: 1 - type: Transform - uid: 4546 components: - - pos: -63.5,-16.5 + - type: Transform + pos: -63.5,-16.5 parent: 1 - type: Transform - uid: 4553 components: - - pos: -64.5,-16.5 + - type: Transform + pos: -64.5,-16.5 parent: 1 - type: Transform - uid: 5076 components: - - pos: -87.5,-4.5 + - type: Transform + pos: -87.5,-4.5 parent: 1 - type: Transform - uid: 5544 components: - - pos: -72.5,34.5 + - type: Transform + pos: -72.5,34.5 parent: 1 - type: Transform - uid: 5545 components: - - pos: -74.5,34.5 + - type: Transform + pos: -74.5,34.5 parent: 1 - type: Transform - uid: 5667 components: - - pos: -57.5,34.5 + - type: Transform + pos: -57.5,34.5 parent: 1 - type: Transform - uid: 5668 components: - - pos: -56.5,34.5 + - type: Transform + pos: -56.5,34.5 parent: 1 - type: Transform - uid: 5755 components: - - pos: -54.5,29.5 + - type: Transform + pos: -54.5,29.5 parent: 1 - type: Transform - uid: 5844 components: - - pos: -80.5,6.5 + - type: Transform + pos: -80.5,6.5 parent: 1 - type: Transform - uid: 6543 components: - - pos: -126.5,9.5 + - type: Transform + pos: -126.5,9.5 parent: 1 - type: Transform - uid: 7879 components: - - pos: -85.5,10.5 + - type: Transform + pos: -85.5,10.5 parent: 1 - type: Transform - uid: 8025 components: - - pos: -78.5,1.5 + - type: Transform + pos: -78.5,1.5 parent: 1 - type: Transform - uid: 8026 components: - - pos: -77.5,1.5 + - type: Transform + pos: -77.5,1.5 parent: 1 - type: Transform - uid: 8028 components: - - pos: -75.5,-4.5 + - type: Transform + pos: -75.5,-4.5 parent: 1 - type: Transform - uid: 8030 components: - - name: barber shop - type: MetaData - - pos: -84.5,-4.5 + - type: MetaData + name: barber shop + - type: Transform + pos: -84.5,-4.5 parent: 1 - type: Transform - uid: 8156 components: - - pos: -67.5,-9.5 + - type: Transform + pos: -67.5,-9.5 parent: 1 - type: Transform - uid: 8157 components: - - pos: -66.5,-9.5 + - type: Transform + pos: -66.5,-9.5 parent: 1 - type: Transform - uid: 8330 components: - - pos: -75.5,17.5 + - type: Transform + pos: -75.5,17.5 + parent: 1 + - uid: 9394 + components: + - type: Transform + pos: -57.5,39.5 parent: 1 - type: Transform - uid: 9596 components: - - pos: -35.5,5.5 + - type: Transform + pos: -35.5,5.5 parent: 1 - type: Transform - uid: 9597 components: - - pos: -35.5,4.5 + - type: Transform + pos: -35.5,4.5 parent: 1 - type: Transform - uid: 9598 components: - - pos: -35.5,3.5 + - type: Transform + pos: -35.5,3.5 parent: 1 - type: Transform - uid: 10511 components: - - pos: 0.5,-48.5 + - type: Transform + pos: 0.5,-48.5 parent: 1 - type: Transform - uid: 10512 components: - - pos: 1.5,-48.5 + - type: Transform + pos: 1.5,-48.5 + parent: 1 + - uid: 15368 + components: + - type: Transform + pos: -56.5,39.5 parent: 1 - type: Transform - uid: 22416 components: - - pos: -75.5,-0.5 + - type: Transform + pos: -75.5,-0.5 parent: 1 - type: Transform - uid: 22417 components: - - pos: -75.5,0.5 + - type: Transform + pos: -75.5,0.5 parent: 1 - type: Transform - uid: 22418 components: - - pos: -86.5,-15.5 + - type: Transform + pos: -86.5,-15.5 parent: 1 - type: Transform - uid: 22419 components: - - pos: -86.5,-14.5 + - type: Transform + pos: -86.5,-14.5 parent: 1 - type: Transform - uid: 22420 components: - - pos: -86.5,-13.5 + - type: Transform + pos: -86.5,-13.5 parent: 1 - type: Transform - uid: 22425 components: - - pos: -41.5,-6.5 + - type: Transform + pos: -41.5,-6.5 parent: 1 - type: Transform - uid: 22426 components: - - pos: -40.5,-6.5 + - type: Transform + pos: -40.5,-6.5 parent: 1 - type: Transform - uid: 22427 components: - - pos: -39.5,-6.5 + - type: Transform + pos: -39.5,-6.5 parent: 1 - type: Transform - uid: 22428 components: - - pos: -42.5,19.5 + - type: Transform + pos: -42.5,19.5 parent: 1 - type: Transform - uid: 22429 components: - - pos: -42.5,20.5 + - type: Transform + pos: -42.5,20.5 parent: 1 - type: Transform - uid: 22430 components: - - pos: -42.5,21.5 + - type: Transform + pos: -42.5,21.5 parent: 1 - type: Transform - uid: 22434 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 1 - type: Transform - uid: 22435 components: - - pos: -40.5,-22.5 + - type: Transform + pos: -40.5,-22.5 parent: 1 - type: Transform - uid: 22436 components: - - pos: -39.5,-22.5 + - type: Transform + pos: -39.5,-22.5 parent: 1 - type: Transform - uid: 22437 components: - - pos: -20.5,-27.5 + - type: Transform + pos: -20.5,-27.5 parent: 1 - type: Transform - uid: 22438 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 1 - type: Transform - uid: 22439 components: - - pos: -20.5,-25.5 + - type: Transform + pos: -20.5,-25.5 parent: 1 - type: Transform - uid: 23710 components: - - pos: 37.5,-57.5 + - type: Transform + pos: 37.5,-57.5 parent: 1 - type: Transform - uid: 23711 components: - - pos: 38.5,-57.5 + - type: Transform + pos: 38.5,-57.5 parent: 1 - type: Transform - uid: 23717 components: - - pos: 27.5,-57.5 + - type: Transform + pos: 27.5,-57.5 parent: 1 - type: Transform - uid: 23718 components: - - pos: 28.5,-57.5 + - type: Transform + pos: 28.5,-57.5 parent: 1 - type: Transform - uid: 23731 components: - - pos: 24.5,-47.5 + - type: Transform + pos: 24.5,-47.5 parent: 1 - type: Transform - uid: 28168 components: - - pos: -73.5,-7.5 + - type: Transform + pos: -73.5,-7.5 parent: 1 - type: Transform - uid: 29733 components: - - pos: -71.5,37.5 + - type: Transform + pos: -71.5,37.5 parent: 1 - type: Transform - uid: 29734 components: - - pos: -71.5,36.5 + - type: Transform + pos: -71.5,36.5 parent: 1 - type: Transform - uid: 32283 components: - - pos: -72.5,-7.5 + - type: Transform + pos: -72.5,-7.5 parent: 1 - type: Transform - proto: AirlockGlassShuttleEasyPryLocked entities: - uid: 5444 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,42.5 parent: 1 - type: Transform - uid: 5445 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,42.5 parent: 1 - type: Transform - uid: 23881 components: - - pos: 2.5,-65.5 + - type: Transform + pos: 2.5,-65.5 parent: 1 - type: Transform - uid: 23882 components: - - pos: 4.5,-65.5 + - type: Transform + pos: 4.5,-65.5 parent: 1 - type: Transform - uid: 23883 components: - - pos: 16.5,-65.5 + - type: Transform + pos: 16.5,-65.5 parent: 1 - type: Transform - uid: 23884 components: - - pos: 18.5,-65.5 + - type: Transform + pos: 18.5,-65.5 parent: 1 - type: Transform - uid: 23885 components: - - pos: 24.5,-65.5 + - type: Transform + pos: 24.5,-65.5 parent: 1 - type: Transform - uid: 23886 components: - - pos: 26.5,-65.5 + - type: Transform + pos: 26.5,-65.5 parent: 1 - type: Transform - uid: 23887 components: - - pos: 38.5,-65.5 + - type: Transform + pos: 38.5,-65.5 parent: 1 - type: Transform - uid: 23888 components: - - pos: 40.5,-65.5 + - type: Transform + pos: 40.5,-65.5 parent: 1 - type: Transform - uid: 23889 components: - - pos: 46.5,-65.5 + - type: Transform + pos: 46.5,-65.5 parent: 1 - type: Transform - uid: 23890 components: - - pos: 48.5,-65.5 + - type: Transform + pos: 48.5,-65.5 parent: 1 - type: Transform - proto: AirlockHeadOfPersonnelGlassLocked entities: - uid: 3754 components: - - pos: -63.5,19.5 + - type: Transform + pos: -63.5,19.5 parent: 1 - type: Transform - proto: AirlockHeadOfPersonnelLocked entities: - uid: 3806 components: - - pos: -67.5,18.5 + - type: Transform + pos: -67.5,18.5 parent: 1 - type: Transform - proto: AirlockHeadOfSecurityGlassLocked entities: - uid: 3586 components: - - pos: -52.5,-25.5 + - type: Transform + pos: -52.5,-25.5 parent: 1 - type: Transform - uid: 3819 components: - - pos: -52.5,-22.5 + - type: Transform + pos: -52.5,-22.5 parent: 1 - type: Transform - proto: AirlockHeadOfSecurityLocked entities: - uid: 3821 components: - - pos: -55.5,-22.5 + - type: Transform + pos: -55.5,-22.5 parent: 1 - type: Transform - proto: AirlockHydroGlassLocked entities: - uid: 621 components: - - pos: -25.5,-9.5 + - type: Transform + pos: -25.5,-9.5 parent: 1 - type: Transform - uid: 863 components: - - pos: -39.5,-13.5 + - type: Transform + pos: -39.5,-13.5 parent: 1 - type: Transform - uid: 950 components: - - pos: -35.5,-13.5 + - type: Transform + pos: -35.5,-13.5 parent: 1 - type: Transform - proto: AirlockHydroponicsLocked entities: - uid: 635 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 1 - type: Transform - uid: 824 components: - - pos: -34.5,-18.5 + - type: Transform + pos: -34.5,-18.5 parent: 1 - type: Transform - proto: AirlockJanitorLocked entities: - uid: 1783 components: - - pos: -5.5,-44.5 + - type: Transform + pos: -5.5,-44.5 parent: 1 - type: Transform - uid: 6660 components: - - pos: -26.5,25.5 + - type: Transform + pos: -26.5,25.5 parent: 1 - type: Transform - uid: 6669 components: - - pos: -20.5,32.5 + - type: Transform + pos: -20.5,32.5 parent: 1 - type: Transform - proto: AirlockKitchenGlassLocked entities: - uid: 620 components: - - pos: -25.5,-3.5 + - type: Transform + pos: -25.5,-3.5 parent: 1 - type: Transform - uid: 9116 components: - - pos: -31.5,2.5 + - type: Transform + pos: -31.5,2.5 parent: 1 - type: Transform - proto: AirlockKitchenLocked entities: - uid: 318 components: - - pos: -28.5,10.5 + - type: Transform + pos: -28.5,10.5 parent: 1 - type: Transform - uid: 537 components: - - pos: -29.5,12.5 + - type: Transform + pos: -29.5,12.5 parent: 1 - type: Transform - proto: AirlockLawyerGlassLocked entities: - uid: 5842 components: - - pos: -90.5,-7.5 + - type: Transform + pos: -90.5,-7.5 parent: 1 - type: Transform - uid: 5843 components: - - pos: -92.5,-5.5 + - type: Transform + pos: -92.5,-5.5 parent: 1 - type: Transform - proto: AirlockLibraryLocked entities: - uid: 2623 components: - - pos: 16.5,-54.5 + - type: Transform + pos: 16.5,-54.5 parent: 1 - type: Transform - proto: AirlockMailGlassLocked entities: - uid: 2041 components: - - pos: -42.5,36.5 + - type: Transform + pos: -42.5,36.5 parent: 1 - type: Transform - uid: 5649 components: - - pos: -50.5,38.5 + - type: Transform + pos: -50.5,38.5 parent: 1 - type: Transform - uid: 7224 components: - - pos: -42.5,37.5 + - type: Transform + pos: -42.5,37.5 parent: 1 - type: Transform - proto: AirlockMaint entities: - uid: 1008 components: - - pos: -36.5,8.5 + - type: Transform + pos: -36.5,8.5 parent: 1 - type: Transform - uid: 1017 components: - - pos: -28.5,18.5 + - type: Transform + pos: -28.5,18.5 parent: 1 - type: Transform - uid: 1535 components: - - pos: -52.5,-6.5 + - type: Transform + pos: -52.5,-6.5 parent: 1 - type: Transform - uid: 1804 components: - - pos: 12.5,-42.5 + - type: Transform + pos: 12.5,-42.5 parent: 1 - type: Transform - uid: 2158 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 1 - type: Transform - uid: 3379 components: - - pos: -15.5,-49.5 + - type: Transform + pos: -15.5,-49.5 parent: 1 - type: Transform - uid: 3460 components: - - pos: -33.5,-65.5 + - type: Transform + pos: -33.5,-65.5 parent: 1 - type: Transform - uid: 3680 components: - - pos: -42.5,9.5 + - type: Transform + pos: -42.5,9.5 parent: 1 - type: Transform - uid: 3711 components: - - pos: -57.5,13.5 + - type: Transform + pos: -57.5,13.5 parent: 1 - type: Transform - uid: 4089 components: - - pos: -36.5,-30.5 + - type: Transform + pos: -36.5,-30.5 parent: 1 - type: Transform - uid: 4483 components: - - pos: -58.5,-16.5 + - type: Transform + pos: -58.5,-16.5 parent: 1 - type: Transform - uid: 4973 components: - - pos: -76.5,-49.5 + - type: Transform + pos: -76.5,-49.5 parent: 1 - type: Transform - uid: 5052 components: - - pos: -90.5,8.5 + - type: Transform + pos: -90.5,8.5 parent: 1 - type: Transform - uid: 5920 components: - - pos: 37.5,-52.5 + - type: Transform + pos: 37.5,-52.5 parent: 1 - type: Transform - uid: 6043 components: - - pos: -55.5,11.5 + - type: Transform + pos: -55.5,11.5 parent: 1 - type: Transform - uid: 7525 components: - - pos: -75.5,21.5 + - type: Transform + pos: -75.5,21.5 parent: 1 - type: Transform - uid: 7929 components: - - pos: -71.5,9.5 + - type: Transform + pos: -71.5,9.5 parent: 1 - type: Transform - uid: 7931 components: - - pos: -51.5,-8.5 + - type: Transform + pos: -51.5,-8.5 parent: 1 - type: Transform - uid: 8164 components: - - pos: -63.5,-8.5 + - type: Transform + pos: -63.5,-8.5 parent: 1 - type: Transform - uid: 9281 components: - - pos: -59.5,-68.5 + - type: Transform + pos: -59.5,-68.5 parent: 1 - type: Transform - uid: 9318 components: - - pos: -37.5,-21.5 + - type: Transform + pos: -37.5,-21.5 parent: 1 - type: Transform - uid: 10361 components: - - pos: 31.5,-32.5 + - type: Transform + pos: 31.5,-32.5 parent: 1 - type: Transform - uid: 10413 components: - - pos: 32.5,-49.5 + - type: Transform + pos: 32.5,-49.5 parent: 1 - type: Transform - uid: 10414 components: - - pos: 29.5,-45.5 + - type: Transform + pos: 29.5,-45.5 parent: 1 - type: Transform - uid: 11445 components: - - pos: 16.5,-28.5 + - type: Transform + pos: 16.5,-28.5 parent: 1 - type: Transform - uid: 13071 components: - - pos: -65.5,-65.5 + - type: Transform + pos: -65.5,-65.5 parent: 1 - type: Transform - uid: 13239 components: - - pos: -57.5,6.5 + - type: Transform + pos: -57.5,6.5 parent: 1 - type: Transform - uid: 16852 components: - - pos: -96.5,-19.5 + - type: Transform + pos: -96.5,-19.5 parent: 1 - type: Transform - uid: 28906 components: - - pos: -97.5,-10.5 + - type: Transform + pos: -97.5,-10.5 parent: 1 - type: Transform - uid: 30962 components: - - pos: -21.5,-71.5 + - type: Transform + pos: -21.5,-71.5 parent: 1 - type: Transform - uid: 33887 components: - - pos: -97.5,-86.5 + - type: Transform + pos: -97.5,-86.5 parent: 1 - type: Transform - uid: 36021 components: - - pos: -117.5,-53.5 + - type: Transform + pos: -117.5,-53.5 parent: 1 - type: Transform - uid: 36796 components: - - pos: 34.5,-33.5 + - type: Transform + pos: 34.5,-33.5 parent: 1 - type: Transform - proto: AirlockMaintAtmoLocked entities: - uid: 20360 components: - - pos: -93.5,-35.5 + - type: Transform + pos: -93.5,-35.5 parent: 1 - type: Transform - uid: 31997 components: - - pos: -112.5,-72.5 + - type: Transform + pos: -112.5,-72.5 parent: 1 - type: Transform - uid: 34006 components: - - pos: -93.5,-59.5 + - type: Transform + pos: -93.5,-59.5 parent: 1 - type: Transform - proto: AirlockMaintBarLocked entities: - uid: 1564 components: - - pos: -58.5,3.5 + - type: Transform + pos: -58.5,3.5 parent: 1 - type: Transform - proto: AirlockMaintCaptainLocked entities: - uid: 8770 components: - - pos: -115.5,-3.5 + - type: Transform + pos: -115.5,-3.5 parent: 1 - type: Transform - uid: 8775 components: - - pos: -113.5,-5.5 + - type: Transform + pos: -113.5,-5.5 parent: 1 - type: Transform - proto: AirlockMaintCargoLocked entities: - uid: 5841 components: - - pos: -17.5,28.5 + - type: Transform + pos: -17.5,28.5 parent: 1 - type: Transform - proto: AirlockMaintChapelLocked entities: - uid: 39877 components: - - pos: -28.5,-53.5 + - type: Transform + pos: -28.5,-53.5 parent: 1 - type: Transform - proto: AirlockMaintChemLocked entities: - uid: 4421 components: - - pos: -61.5,-27.5 + - type: Transform + pos: -61.5,-27.5 parent: 1 - type: Transform - proto: AirlockMaintChiefEngineerLocked entities: - uid: 9818 components: - - pos: -108.5,-39.5 + - type: Transform + pos: -108.5,-39.5 parent: 1 - type: Transform - proto: AirlockMaintCommandLocked entities: - uid: 5225 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - uid: 8231 components: - - pos: -98.5,11.5 + - type: Transform + pos: -98.5,11.5 parent: 1 - type: Transform - proto: AirlockMaintDetectiveLocked entities: - uid: 4106 components: - - pos: -59.5,-39.5 + - type: Transform + pos: -59.5,-39.5 parent: 1 - type: Transform - proto: AirlockMaintEngiLocked entities: - uid: 3514 components: - - pos: -122.5,-24.5 + - type: Transform + pos: -122.5,-24.5 parent: 1 - type: Transform - uid: 3515 components: - - pos: -98.5,-26.5 + - type: Transform + pos: -98.5,-26.5 parent: 1 - type: Transform - uid: 17109 components: - - pos: -111.5,-9.5 + - type: Transform + pos: -111.5,-9.5 parent: 1 - type: Transform - proto: AirlockMaintGlass entities: - uid: 6508 components: - - pos: -124.5,12.5 + - type: Transform + pos: -124.5,12.5 parent: 1 - type: Transform - uid: 6514 components: - - pos: -124.5,-1.5 + - type: Transform + pos: -124.5,-1.5 parent: 1 - type: Transform - uid: 6555 components: - - pos: -124.5,3.5 + - type: Transform + pos: -124.5,3.5 parent: 1 - type: Transform - uid: 12311 components: - - pos: -121.5,22.5 + - type: Transform + pos: -121.5,22.5 parent: 1 - type: Transform - uid: 12312 components: - - pos: -103.5,22.5 + - type: Transform + pos: -103.5,22.5 parent: 1 - type: Transform - uid: 13095 components: - - pos: -85.5,-43.5 + - type: Transform + pos: -85.5,-43.5 parent: 1 - type: Transform - uid: 13097 components: - - pos: -80.5,-49.5 + - type: Transform + pos: -80.5,-49.5 parent: 1 - type: Transform - uid: 30060 components: - - pos: -83.5,-39.5 + - type: Transform + pos: -83.5,-39.5 parent: 1 - type: Transform - uid: 30758 components: - - pos: -76.5,-39.5 + - type: Transform + pos: -76.5,-39.5 parent: 1 - type: Transform - uid: 34575 components: - - pos: -117.5,-8.5 + - type: Transform + pos: -117.5,-8.5 parent: 1 - type: Transform - uid: 34576 components: - - pos: -116.5,-8.5 + - type: Transform + pos: -116.5,-8.5 parent: 1 - type: Transform - uid: 36018 components: - - pos: -116.5,-51.5 + - type: Transform + pos: -116.5,-51.5 parent: 1 - type: Transform - proto: AirlockMaintGlassLocked entities: - uid: 41877 components: - - pos: 23.5,13.5 + - type: Transform + pos: 23.5,13.5 parent: 1 - type: Transform - uid: 41878 components: - - pos: 23.5,14.5 + - type: Transform + pos: 23.5,14.5 parent: 1 - type: Transform - proto: AirlockMaintHOPLocked entities: - uid: 33512 components: - - pos: -65.5,18.5 + - type: Transform + pos: -65.5,18.5 parent: 1 - type: Transform - proto: AirlockMaintHydroLocked entities: - uid: 832 components: - - pos: -32.5,-21.5 + - type: Transform + pos: -32.5,-21.5 parent: 1 - type: Transform - proto: AirlockMaintIntLocked entities: - uid: 36483 components: - - pos: -118.5,-61.5 + - type: Transform + pos: -118.5,-61.5 parent: 1 - type: Transform - proto: AirlockMaintJanitorLocked entities: - uid: 4970 components: - - pos: -88.5,-37.5 + - type: Transform + pos: -88.5,-37.5 parent: 1 - type: Transform - uid: 6650 components: - - pos: -19.5,25.5 + - type: Transform + pos: -19.5,25.5 parent: 1 - type: Transform - uid: 13893 components: - - pos: -3.5,-42.5 + - type: Transform + pos: -3.5,-42.5 parent: 1 - type: Transform - proto: AirlockMaintKitchenLocked entities: - uid: 3488 components: - - pos: -26.5,12.5 + - type: Transform + pos: -26.5,12.5 parent: 1 - type: Transform - proto: AirlockMaintLawyerLocked entities: - uid: 24000 components: - - pos: -96.5,-6.5 + - type: Transform + pos: -96.5,-6.5 parent: 1 - type: Transform - proto: AirlockMaintLocked entities: - uid: 6648 components: - - pos: -15.5,25.5 + - type: Transform + pos: -15.5,25.5 parent: 1 - type: Transform - uid: 12033 components: - - pos: 25.5,-13.5 + - type: Transform + pos: 25.5,-13.5 parent: 1 - type: Transform - uid: 15769 components: - - pos: -65.5,-74.5 + - type: Transform + pos: -65.5,-74.5 parent: 1 - type: Transform - proto: AirlockMaintMedLocked entities: - uid: 1339 components: - - pos: 9.5,-34.5 + - type: Transform + pos: 9.5,-34.5 parent: 1 - type: Transform - uid: 4403 components: - - pos: -68.5,-36.5 + - type: Transform + pos: -68.5,-36.5 parent: 1 - type: Transform - uid: 18950 components: - - pos: -83.5,-36.5 + - type: Transform + pos: -83.5,-36.5 parent: 1 - type: Transform - proto: AirlockMaintResearchDirectorLocked entities: - uid: 36731 components: - - pos: -39.5,-40.5 + - type: Transform + pos: -39.5,-40.5 parent: 1 - type: Transform - proto: AirlockMaintRnDLocked entities: - uid: 3358 components: - - pos: -18.5,-50.5 + - type: Transform + pos: -18.5,-50.5 parent: 1 - type: Transform - uid: 6885 components: - - pos: -41.5,-51.5 + - type: Transform + pos: -41.5,-51.5 parent: 1 - type: Transform - proto: AirlockMaintRnDMedLocked entities: - uid: 9261 components: - - pos: -65.5,-68.5 + - type: Transform + pos: -65.5,-68.5 parent: 1 - type: Transform - proto: AirlockMaintSecLocked entities: - - uid: 301 - components: - - pos: -13.5,10.5 - parent: 1 - type: Transform - uid: 1112 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 1844 components: - - pos: 28.5,-13.5 + - type: Transform + pos: 28.5,-13.5 + parent: 1 + - uid: 3144 + components: + - type: Transform + pos: -13.5,13.5 parent: 1 - type: Transform - uid: 3992 components: - - pos: -58.5,-37.5 + - type: Transform + pos: -58.5,-37.5 parent: 1 - type: Transform - uid: 4452 components: - - pos: -46.5,-56.5 + - type: Transform + pos: -46.5,-56.5 parent: 1 - type: Transform - uid: 7129 components: - - pos: 18.5,-13.5 + - type: Transform + pos: 18.5,-13.5 parent: 1 - type: Transform - uid: 10352 components: - - pos: 31.5,-23.5 + - type: Transform + pos: 31.5,-23.5 parent: 1 - type: Transform - uid: 15419 components: - - pos: -38.5,-31.5 + - type: Transform + pos: -38.5,-31.5 parent: 1 - type: Transform - uid: 21130 components: - - pos: -18.5,-22.5 + - type: Transform + pos: -18.5,-22.5 parent: 1 - type: Transform - uid: 41897 components: - - pos: 22.5,5.5 - parent: 1 - type: Transform + - type: Transform + pos: 22.5,5.5 + parent: 1 - proto: AirlockMaintTheatreLocked entities: - uid: 6023 components: - - name: honk closet - type: MetaData - - pos: -64.5,4.5 + - type: MetaData + name: honk closet + - type: Transform + pos: -64.5,4.5 parent: 1 - type: Transform - proto: AirlockMantisLocked entities: - uid: 4107 components: - - pos: -32.5,-31.5 + - type: Transform + pos: -32.5,-31.5 parent: 1 - type: Transform - uid: 4109 components: - - pos: -32.5,-37.5 + - type: Transform + pos: -32.5,-37.5 parent: 1 - type: Transform - proto: AirlockMedicalGlass entities: - uid: 1845 components: - - pos: -13.5,-39.5 + - type: Transform + pos: -13.5,-39.5 parent: 1 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 1657 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 1 - type: Transform - uid: 1658 components: - - pos: -6.5,-30.5 + - type: Transform + pos: -6.5,-30.5 parent: 1 - type: Transform - uid: 1749 components: - - pos: -9.5,-39.5 + - type: Transform + pos: -9.5,-39.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33548 - type: DeviceLinkSink - uid: 4575 components: - - pos: -75.5,-22.5 + - type: Transform + pos: -75.5,-22.5 parent: 1 - type: Transform - uid: 4579 components: - - pos: -72.5,-21.5 + - type: Transform + pos: -72.5,-21.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33549 - type: DeviceLinkSink - uid: 4637 components: - - pos: -78.5,-26.5 + - type: Transform + pos: -78.5,-26.5 parent: 1 - type: Transform - uid: 4722 components: - - pos: -70.5,-24.5 + - type: Transform + pos: -70.5,-24.5 parent: 1 - type: Transform - uid: 4762 components: - - pos: -76.5,-35.5 + - type: Transform + pos: -76.5,-35.5 parent: 1 - type: Transform - uid: 4803 components: - - pos: -78.5,-22.5 + - type: Transform + pos: -78.5,-22.5 parent: 1 - type: Transform - uid: 4849 components: - - pos: -83.5,-26.5 + - type: Transform + pos: -83.5,-26.5 parent: 1 - type: Transform - uid: 9157 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 1 - type: Transform - uid: 27187 components: - - pos: 0.5,-34.5 + - type: Transform + pos: 0.5,-34.5 parent: 1 - type: Transform - proto: AirlockMedicalLocked entities: - uid: 1683 components: - - pos: 5.5,-30.5 + - type: Transform + pos: 5.5,-30.5 parent: 1 - type: Transform - uid: 3601 components: - - pos: -74.5,-19.5 + - type: Transform + pos: -74.5,-19.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33550 - type: DeviceLinkSink - uid: 4624 components: - - pos: -79.5,-33.5 + - type: Transform + pos: -79.5,-33.5 parent: 1 - type: Transform - uid: 4891 components: - - pos: -86.5,-30.5 + - type: Transform + pos: -86.5,-30.5 parent: 1 - type: Transform - uid: 9160 components: - - pos: 5.5,-38.5 + - type: Transform + pos: 5.5,-38.5 parent: 1 - type: Transform - uid: 23347 components: - - pos: -71.5,-32.5 + - type: Transform + pos: -71.5,-32.5 parent: 1 - type: Transform - uid: 27189 components: - - pos: 5.5,-34.5 + - type: Transform + pos: 5.5,-34.5 parent: 1 - type: Transform - uid: 29806 components: - - pos: -74.5,-32.5 + - type: Transform + pos: -74.5,-32.5 parent: 1 - type: Transform - proto: AirlockMedicalScienceGlassLocked entities: - uid: 13669 components: - - pos: -75.5,-68.5 + - type: Transform + pos: -75.5,-68.5 parent: 1 - type: Transform - proto: AirlockMimeLocked entities: - uid: 5845 components: - - pos: -71.5,6.5 + - type: Transform + pos: -71.5,6.5 parent: 1 - type: Transform - proto: AirlockMiningGlassLocked entities: - uid: 3045 components: - - pos: 53.5,38.5 + - type: Transform + pos: 53.5,38.5 parent: 1 - type: Transform - uid: 3046 components: - - pos: 52.5,38.5 + - type: Transform + pos: 52.5,38.5 parent: 1 - type: Transform - proto: AirlockMusicianLocked entities: - uid: 5847 components: - - pos: -71.5,-4.5 + - type: Transform + pos: -71.5,-4.5 parent: 1 - type: Transform - proto: AirlockPsychologistLocked entities: - uid: 1632 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 1 - type: Transform - uid: 1633 components: - - pos: -11.5,-33.5 + - type: Transform + pos: -11.5,-33.5 parent: 1 - type: Transform - proto: AirlockQuartermasterGlassLocked entities: - uid: 6674 components: - - pos: -17.5,38.5 + - type: Transform + pos: -17.5,38.5 parent: 1 - type: Transform - proto: AirlockQuartermasterLocked entities: - uid: 7236 components: - - pos: -15.5,40.5 + - type: Transform + pos: -15.5,40.5 parent: 1 - type: Transform - proto: AirlockResearchDirectorGlassLocked entities: - uid: 6843 components: - - pos: -32.5,-41.5 + - type: Transform + pos: -32.5,-41.5 parent: 1 - type: Transform - uid: 6853 components: - - pos: -34.5,-39.5 + - type: Transform + pos: -34.5,-39.5 parent: 1 - type: Transform - uid: 6854 components: - - pos: -36.5,-45.5 + - type: Transform + pos: -36.5,-45.5 parent: 1 - type: Transform - proto: AirlockSalvageGlassLocked entities: - uid: 3360 components: - - pos: 0.5,36.5 + - type: Transform + pos: 0.5,36.5 parent: 1 - type: Transform - uid: 5956 components: - - pos: -13.5,34.5 + - type: Transform + pos: -13.5,34.5 parent: 1 - type: Transform - uid: 6138 components: - - pos: -15.5,36.5 + - type: Transform + pos: -15.5,36.5 parent: 1 - type: Transform - uid: 11389 components: - - pos: -9.5,36.5 + - type: Transform + pos: -9.5,36.5 parent: 1 - type: Transform - proto: AirlockScienceGlassLocked entities: - uid: 6792 components: - - pos: -34.5,-53.5 + - type: Transform + pos: -34.5,-53.5 parent: 1 - type: Transform - uid: 6803 components: - - pos: -25.5,-38.5 + - type: Transform + pos: -25.5,-38.5 parent: 1 - type: Transform - uid: 6804 components: - - pos: -24.5,-38.5 + - type: Transform + pos: -24.5,-38.5 parent: 1 - type: Transform - uid: 6892 components: - - pos: -25.5,-42.5 + - type: Transform + pos: -25.5,-42.5 parent: 1 - type: Transform - uid: 6893 components: - - pos: -24.5,-42.5 + - type: Transform + pos: -24.5,-42.5 parent: 1 - type: Transform - uid: 6959 components: - - pos: -35.5,-53.5 + - type: Transform + pos: -35.5,-53.5 parent: 1 - type: Transform - uid: 6982 components: - - pos: -33.5,-48.5 + - type: Transform + pos: -33.5,-48.5 parent: 1 - type: Transform - uid: 6987 components: - - pos: -32.5,-48.5 + - type: Transform + pos: -32.5,-48.5 parent: 1 - type: Transform - uid: 6990 components: - - pos: -38.5,-53.5 + - type: Transform + pos: -38.5,-53.5 parent: 1 - type: Transform - uid: 7008 components: - - pos: -35.5,-56.5 + - type: Transform + pos: -35.5,-56.5 parent: 1 - type: Transform - uid: 7059 components: - - pos: -44.5,-61.5 + - type: Transform + pos: -44.5,-61.5 parent: 1 - type: Transform - uid: 12219 components: - - pos: -34.5,-56.5 + - type: Transform + pos: -34.5,-56.5 parent: 1 - type: Transform - proto: AirlockSecurity entities: - uid: 4034 components: - - pos: -45.5,-46.5 + - type: Transform + pos: -45.5,-46.5 parent: 1 - type: Transform - proto: AirlockSecurityGlass entities: - uid: 3534 components: - - pos: -48.5,-19.5 + - type: Transform + pos: -48.5,-19.5 parent: 1 - type: Transform - uid: 3535 components: - - pos: -47.5,-19.5 + - type: Transform + pos: -47.5,-19.5 parent: 1 - type: Transform - proto: AirlockSecurityGlassLocked entities: - uid: 253 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 455 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 1 - type: Transform - uid: 456 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 1 - type: Transform - uid: 457 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 1 - type: Transform - uid: 458 components: - - pos: -15.5,2.5 + - type: Transform + pos: -15.5,2.5 parent: 1 - type: Transform - uid: 685 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 686 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 1 - type: Transform - uid: 687 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 688 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 690 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 1 - type: Transform - uid: 692 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 1 - type: Transform - uid: 693 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 1 - type: Transform - uid: 694 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - uid: 696 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - uid: 700 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 1 - type: Transform - uid: 703 components: - - pos: -7.5,-19.5 + - type: Transform + pos: -7.5,-19.5 parent: 1 - type: Transform - uid: 704 components: - - pos: -3.5,-19.5 + - type: Transform + pos: -3.5,-19.5 parent: 1 - type: Transform - uid: 717 components: - - pos: -7.5,-18.5 + - type: Transform + pos: -7.5,-18.5 parent: 1 - type: Transform - uid: 718 components: - - pos: 6.5,-19.5 + - type: Transform + pos: 6.5,-19.5 parent: 1 - type: Transform - uid: 719 components: - - pos: 6.5,-18.5 + - type: Transform + pos: 6.5,-18.5 parent: 1 - type: Transform - uid: 727 components: - - pos: -3.5,-18.5 + - type: Transform + pos: -3.5,-18.5 parent: 1 - type: Transform - uid: 728 components: - - pos: 2.5,-19.5 + - type: Transform + pos: 2.5,-19.5 parent: 1 - type: Transform - uid: 729 components: - - pos: 2.5,-18.5 + - type: Transform + pos: 2.5,-18.5 parent: 1 - type: Transform - uid: 848 components: - - pos: -13.5,-11.5 + - type: Transform + pos: -13.5,-11.5 parent: 1 - type: Transform - uid: 1059 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 1 - type: Transform - uid: 1155 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - uid: 1156 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 1157 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 1158 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 1159 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 1161 components: - - pos: 17.5,4.5 + - type: Transform + pos: 17.5,4.5 parent: 1 - type: Transform - uid: 1198 components: - - pos: 14.5,-7.5 + - type: Transform + pos: 14.5,-7.5 parent: 1 - type: Transform - uid: 1576 components: - - pos: 8.5,-24.5 + - type: Transform + pos: 8.5,-24.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 30185 - type: DeviceLinkSink - uid: 1577 components: - - pos: 10.5,-24.5 + - type: Transform + pos: 10.5,-24.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33644 - type: DeviceLinkSink - uid: 1607 components: - - pos: -9.5,-28.5 + - type: Transform + pos: -9.5,-28.5 parent: 1 - type: Transform - uid: 1627 components: - - pos: -8.5,-28.5 + - type: Transform + pos: -8.5,-28.5 parent: 1 - type: Transform - uid: 1682 components: - - pos: -2.5,-30.5 + - type: Transform + pos: -2.5,-30.5 parent: 1 - type: Transform - uid: 1846 components: - - pos: 44.5,-60.5 + - type: Transform + pos: 44.5,-60.5 parent: 1 - type: Transform - uid: 2010 components: - - pos: 54.5,-11.5 + - type: Transform + pos: 54.5,-11.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10081 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10081: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 2329 components: - - pos: 44.5,-59.5 + - type: Transform + pos: 44.5,-59.5 + parent: 1 + - uid: 3146 + components: + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - uid: 3547 components: - - pos: -44.5,-22.5 + - type: Transform + pos: -44.5,-22.5 parent: 1 - type: Transform - uid: 3908 components: - - pos: -49.5,-46.5 + - type: Transform + pos: -49.5,-46.5 parent: 1 - type: Transform - uid: 3922 components: - - pos: -50.5,-37.5 + - type: Transform + pos: -50.5,-37.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 16025 - type: DeviceLinkSink - uid: 3923 components: - - pos: -47.5,-37.5 + - type: Transform + pos: -47.5,-37.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33641 - type: DeviceLinkSink - uid: 3924 components: - - pos: -44.5,-37.5 + - type: Transform + pos: -44.5,-37.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33642 - type: DeviceLinkSink - uid: 3930 components: - - pos: -45.5,-31.5 + - type: Transform + pos: -45.5,-31.5 parent: 1 - type: Transform - uid: 3931 components: - - pos: -50.5,-31.5 + - type: Transform + pos: -50.5,-31.5 parent: 1 - type: Transform - uid: 4033 components: - - pos: -51.5,-44.5 + - type: Transform + pos: -51.5,-44.5 parent: 1 - type: Transform - uid: 4058 components: - - pos: -53.5,-47.5 + - type: Transform + pos: -53.5,-47.5 parent: 1 - type: Transform - uid: 4221 components: - - pos: -55.5,-45.5 + - type: Transform + pos: -55.5,-45.5 parent: 1 - type: Transform - uid: 4469 components: - - pos: -49.5,-52.5 + - type: Transform + pos: -49.5,-52.5 parent: 1 - type: Transform - uid: 5675 components: - - pos: -75.5,24.5 + - type: Transform + pos: -75.5,24.5 parent: 1 - type: Transform - uid: 7483 components: - - pos: -42.5,12.5 + - type: Transform + pos: -42.5,12.5 parent: 1 - type: Transform - uid: 9382 components: - - pos: 56.5,6.5 + - type: Transform + pos: 56.5,6.5 parent: 1 - type: Transform - uid: 9421 components: - - pos: -12.5,-16.5 + - type: Transform + pos: -12.5,-16.5 parent: 1 - type: Transform - uid: 9423 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - uid: 9925 components: - - pos: 46.5,-51.5 + - type: Transform + pos: 46.5,-51.5 parent: 1 - type: Transform - uid: 10072 components: - - pos: 28.5,-9.5 + - type: Transform + pos: 28.5,-9.5 parent: 1 - type: Transform - uid: 10073 components: - - pos: 28.5,-10.5 + - type: Transform + pos: 28.5,-10.5 parent: 1 - type: Transform - uid: 10081 components: - - pos: 52.5,-9.5 + - type: Transform + pos: 52.5,-9.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2010 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2010: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 10372 components: - - pos: 48.5,-54.5 + - type: Transform + pos: 48.5,-54.5 parent: 1 - type: Transform - uid: 10373 components: - - pos: 46.5,-57.5 + - type: Transform + pos: 46.5,-57.5 parent: 1 - type: Transform - uid: 10490 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 49.5,-60.5 parent: 1 - type: Transform - uid: 10491 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 49.5,-59.5 parent: 1 - type: Transform - uid: 13010 components: - - pos: 16.5,7.5 + - type: Transform + pos: 16.5,7.5 parent: 1 - type: Transform - uid: 13011 components: - - pos: 17.5,7.5 + - type: Transform + pos: 17.5,7.5 parent: 1 - type: Transform - uid: 13062 components: - - pos: 10.5,-16.5 + - type: Transform + pos: 10.5,-16.5 parent: 1 - type: Transform - uid: 13065 components: - - pos: -9.5,-24.5 + - type: Transform + pos: -9.5,-24.5 parent: 1 - type: Transform - uid: 13066 components: - - pos: -8.5,-24.5 + - type: Transform + pos: -8.5,-24.5 parent: 1 - type: Transform - uid: 13772 components: - - pos: 27.5,-24.5 + - type: Transform + pos: 27.5,-24.5 parent: 1 - type: Transform - uid: 37780 components: - - pos: 26.5,-15.5 + - type: Transform + pos: 26.5,-15.5 parent: 1 - type: Transform - uid: 37781 components: - - pos: 27.5,-15.5 + - type: Transform + pos: 27.5,-15.5 parent: 1 - type: Transform - uid: 40853 components: - - pos: 47.5,-10.5 + - type: Transform + pos: 47.5,-10.5 parent: 1 - type: Transform - uid: 40854 components: - - pos: 47.5,-9.5 + - type: Transform + pos: 47.5,-9.5 parent: 1 - type: Transform - proto: AirlockSecurityLawyerGlassLocked entities: - uid: 3587 components: - - pos: -48.5,-25.5 + - type: Transform + pos: -48.5,-25.5 parent: 1 - type: Transform - uid: 3588 components: - - pos: -47.5,-25.5 + - type: Transform + pos: -47.5,-25.5 parent: 1 - type: Transform - uid: 3926 components: - - pos: -51.5,-35.5 + - type: Transform + pos: -51.5,-35.5 parent: 1 - type: Transform - uid: 3927 components: - - pos: -51.5,-36.5 + - type: Transform + pos: -51.5,-36.5 parent: 1 - type: Transform - uid: 4060 components: - - pos: -43.5,-29.5 + - type: Transform + pos: -43.5,-29.5 parent: 1 - type: Transform - uid: 4062 components: - - pos: -44.5,-29.5 + - type: Transform + pos: -44.5,-29.5 parent: 1 - type: Transform - uid: 9470 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 1 - type: Transform - uid: 16435 components: - - pos: -14.5,-22.5 + - type: Transform + pos: -14.5,-22.5 parent: 1 - type: Transform - uid: 16436 components: - - pos: -14.5,-23.5 + - type: Transform + pos: -14.5,-23.5 parent: 1 - type: Transform - uid: 16437 components: - - pos: -16.5,-24.5 + - type: Transform + pos: -16.5,-24.5 parent: 1 - type: Transform - uid: 16438 components: - - pos: -17.5,-24.5 + - type: Transform + pos: -17.5,-24.5 parent: 1 - type: Transform - proto: AirlockSecurityLawyerLocked entities: - uid: 3911 components: - - pos: -54.5,-33.5 + - type: Transform + pos: -54.5,-33.5 parent: 1 - type: Transform - proto: AirlockSecurityLocked entities: - uid: 350 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 1 - type: Transform - uid: 352 components: - - pos: -21.5,5.5 + - type: Transform + pos: -21.5,5.5 parent: 1 - type: Transform - uid: 931 components: - - name: garden tools - type: MetaData - - pos: -15.5,-16.5 + - type: MetaData + name: garden tools + - type: Transform + pos: -15.5,-16.5 parent: 1 - type: Transform - uid: 1113 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 1 - type: Transform - uid: 1123 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - uid: 1601 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 1 - type: Transform - uid: 1606 components: - - name: rubber room - type: MetaData - - pos: -10.5,-26.5 + - type: MetaData + name: rubber room + - type: Transform + pos: -10.5,-26.5 parent: 1 - type: Transform - uid: 1775 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 1 - type: Transform - uid: 3201 components: - - pos: 44.5,-50.5 + - type: Transform + pos: 44.5,-50.5 parent: 1 - type: Transform - uid: 3479 components: - - pos: -24.5,0.5 + - type: Transform + pos: -24.5,0.5 parent: 1 - type: Transform - uid: 3536 components: - - pos: -45.5,-24.5 + - type: Transform + pos: -45.5,-24.5 parent: 1 - type: Transform - uid: 3537 components: - - pos: -45.5,-23.5 + - type: Transform + pos: -45.5,-23.5 parent: 1 - type: Transform - uid: 3554 components: - - pos: -42.5,-24.5 + - type: Transform + pos: -42.5,-24.5 parent: 1 - type: Transform - uid: 3555 components: - - pos: -42.5,-23.5 + - type: Transform + pos: -42.5,-23.5 parent: 1 - type: Transform - uid: 3598 components: - - pos: -42.5,-31.5 + - type: Transform + pos: -42.5,-31.5 parent: 1 - type: Transform - uid: 3985 components: - - pos: -54.5,-37.5 + - type: Transform + pos: -54.5,-37.5 parent: 1 - type: Transform - uid: 9383 components: - - pos: 56.5,10.5 + - type: Transform + pos: 56.5,10.5 parent: 1 - type: Transform - uid: 9384 components: - - pos: 57.5,10.5 + - type: Transform + pos: 57.5,10.5 parent: 1 - type: Transform - uid: 9983 components: - - pos: 37.5,-44.5 + - type: Transform + pos: 37.5,-44.5 parent: 1 - type: Transform - uid: 9988 components: - - pos: 37.5,-43.5 + - type: Transform + pos: 37.5,-43.5 parent: 1 - type: Transform - uid: 10371 components: - - pos: 44.5,-49.5 + - type: Transform + pos: 44.5,-49.5 parent: 1 - type: Transform - uid: 12155 components: - - pos: -58.5,-58.5 + - type: Transform + pos: -58.5,-58.5 parent: 1 - type: Transform - - uid: 18445 + - uid: 42166 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,10.5 parent: 1 - type: Transform - proto: AirlockServiceCaptainLocked entities: - - uid: 8786 + - uid: 18445 components: - - pos: -116.5,0.5 + - type: Transform + pos: -117.5,-0.5 parent: 1 - type: Transform - proto: AirlockServiceGlassLocked entities: - uid: 2937 components: - - pos: 18.5,-43.5 + - type: Transform + pos: 18.5,-43.5 parent: 1 - type: Transform - uid: 2963 components: - - pos: 20.5,-38.5 + - type: Transform + pos: 20.5,-38.5 parent: 1 - type: Transform - uid: 3670 components: - - pos: -54.5,18.5 + - type: Transform + pos: -54.5,18.5 parent: 1 - type: Transform - uid: 3672 components: - - pos: -53.5,18.5 + - type: Transform + pos: -53.5,18.5 parent: 1 - type: Transform - uid: 3685 components: - - pos: -56.5,17.5 + - type: Transform + pos: -56.5,17.5 parent: 1 - type: Transform - proto: AirlockServiceLocked entities: - uid: 1548 components: - - pos: -61.5,-9.5 + - type: Transform + pos: -61.5,-9.5 parent: 1 - type: Transform - uid: 4494 components: - - pos: -62.5,-10.5 + - type: Transform + pos: -62.5,-10.5 parent: 1 - type: Transform - uid: 4495 components: - - pos: -54.5,-10.5 + - type: Transform + pos: -54.5,-10.5 parent: 1 - type: Transform - uid: 4508 components: - - pos: -58.5,-10.5 + - type: Transform + pos: -58.5,-10.5 parent: 1 - type: Transform - uid: 4519 components: - - pos: -51.5,-10.5 + - type: Transform + pos: -51.5,-10.5 parent: 1 - type: Transform - uid: 11074 components: - - pos: -26.5,-23.5 + - type: Transform + pos: -26.5,-23.5 parent: 1 - type: Transform - uid: 12748 components: - - name: 'trinket & souvenirs shop ' - type: MetaData - - pos: -83.5,32.5 + - type: MetaData + name: 'trinket & souvenirs shop ' + - type: Transform + pos: -83.5,32.5 parent: 1 - type: Transform - proto: AirlockTheatreLocked entities: - uid: 1515 components: - - pos: -54.5,-4.5 + - type: Transform + pos: -54.5,-4.5 parent: 1 - type: Transform - proto: AirlockVirologyGlassLocked entities: - uid: 4850 components: - - pos: -85.5,-24.5 + - type: Transform + pos: -85.5,-24.5 parent: 1 - type: Transform - proto: AirSensor entities: - uid: 1703 components: - - pos: 0.5,-37.5 + - type: Transform + pos: 0.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14572 - 30109 - 1585 - 30102 - type: DeviceNetwork - uid: 4668 components: - - pos: -79.5,-36.5 + - type: Transform + pos: -79.5,-36.5 parent: 1 - type: Transform - uid: 11375 components: - - pos: -63.5,37.5 + - type: Transform + pos: -63.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - 96 - 29883 - 13960 - 30092 - type: DeviceNetwork - uid: 16634 components: - - pos: -24.5,-62.5 + - type: Transform + pos: -24.5,-62.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 18597 - type: DeviceNetwork - uid: 18595 components: - - pos: -34.5,23.5 + - type: Transform + pos: -34.5,23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41551 - 41550 - 13997 @@ -24440,61 +24468,61 @@ entities: - 30092 - 8313 - 29926 - type: DeviceNetwork - uid: 18596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41745 - 41744 - 41774 - 41775 - 14068 - 30100 - type: DeviceNetwork - uid: 19235 components: - - pos: -108.5,-21.5 + - type: Transform + pos: -108.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - 41597 - 41596 - type: DeviceNetwork - uid: 29526 components: - - pos: -143.5,-8.5 + - type: Transform + pos: -143.5,-8.5 parent: 1 - type: Transform - uid: 29553 components: - - pos: -23.5,29.5 + - type: Transform + pos: -23.5,29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - type: DeviceNetwork - uid: 29555 components: - - pos: -48.5,30.5 + - type: Transform + pos: -48.5,30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29556 components: - - pos: -56.5,21.5 + - type: Transform + pos: -56.5,21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4090 - 29902 - 12232 @@ -24503,229 +24531,224 @@ entities: - 13956 - 8313 - 29926 - type: DeviceNetwork - uid: 29557 components: - - pos: -68.5,31.5 + - type: Transform + pos: -68.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - type: DeviceNetwork - uid: 29558 components: - - pos: -67.5,26.5 + - type: Transform + pos: -67.5,26.5 parent: 1 - type: Transform - uid: 29559 components: - - pos: -66.5,22.5 + - type: Transform + pos: -66.5,22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29560 components: - - pos: -68.5,16.5 + - type: Transform + pos: -68.5,16.5 parent: 1 - type: Transform - uid: 29561 components: - - pos: -73.5,31.5 + - type: Transform + pos: -73.5,31.5 parent: 1 - type: Transform - uid: 29562 components: - - pos: -78.5,26.5 + - type: Transform + pos: -78.5,26.5 parent: 1 - type: Transform - uid: 29563 components: - - pos: -72.5,20.5 + - type: Transform + pos: -72.5,20.5 parent: 1 - type: Transform - uid: 29564 components: - - pos: -72.5,7.5 + - type: Transform + pos: -72.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 29565 components: - - pos: -68.5,6.5 + - type: Transform + pos: -68.5,6.5 parent: 1 - type: Transform - uid: 29566 components: - - pos: -67.5,3.5 + - type: Transform + pos: -67.5,3.5 parent: 1 - type: Transform - uid: 29567 components: - - pos: -67.5,-2.5 + - type: Transform + pos: -67.5,-2.5 parent: 1 - type: Transform - uid: 29568 components: - - pos: -66.5,-7.5 + - type: Transform + pos: -66.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 29569 components: - - pos: -77.5,-4.5 + - type: Transform + pos: -77.5,-4.5 parent: 1 - type: Transform - uid: 29570 components: - - pos: -80.5,-5.5 + - type: Transform + pos: -80.5,-5.5 parent: 1 - type: Transform - uid: 29571 components: - - pos: -82.5,2.5 + - type: Transform + pos: -82.5,2.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 5124 - 29903 - type: DeviceNetwork - uid: 29572 components: - - pos: -77.5,8.5 + - type: Transform + pos: -77.5,8.5 parent: 1 - type: Transform - uid: 29573 components: - - pos: -77.5,13.5 + - type: Transform + pos: -77.5,13.5 parent: 1 - type: Transform - uid: 29574 components: - - pos: -85.5,16.5 + - type: Transform + pos: -85.5,16.5 parent: 1 - type: Transform - uid: 29575 components: - - pos: -112.5,21.5 + - type: Transform + pos: -112.5,21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29576 components: - - pos: -131.5,21.5 + - type: Transform + pos: -131.5,21.5 parent: 1 - type: Transform - uid: 29577 components: - - pos: -142.5,22.5 + - type: Transform + pos: -142.5,22.5 parent: 1 - type: Transform - uid: 29578 components: - - pos: -132.5,-9.5 + - type: Transform + pos: -132.5,-9.5 parent: 1 - type: Transform - uid: 29580 components: - - pos: -126.5,-1.5 + - type: Transform + pos: -126.5,-1.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29581 components: - - pos: -126.5,4.5 + - type: Transform + pos: -126.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29582 components: - - pos: -126.5,11.5 + - type: Transform + pos: -126.5,11.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29585 components: - - pos: -106.5,1.5 + - type: Transform + pos: -106.5,1.5 parent: 1 - type: Transform - - deviceLists: - - 5656 - - 29912 - type: DeviceNetwork + - type: DeviceNetwork + deviceLists: + - 42164 + - 5456 - uid: 29586 components: - - pos: -111.5,13.5 - parent: 1 - type: Transform - - uid: 29587 - components: - - pos: -102.5,10.5 + - type: Transform + pos: -111.5,13.5 parent: 1 - type: Transform - uid: 29588 components: - - pos: -101.5,6.5 + - type: Transform + pos: -101.5,6.5 parent: 1 - type: Transform - uid: 29589 components: - - pos: -103.5,0.5 + - type: Transform + pos: -103.5,0.5 parent: 1 - type: Transform - uid: 29590 components: - - pos: -93.5,1.5 + - type: Transform + pos: -93.5,1.5 parent: 1 - type: Transform - uid: 29591 components: - - pos: -90.5,-8.5 + - type: Transform + pos: -90.5,-8.5 parent: 1 - type: Transform - uid: 29592 components: - - pos: -93.5,-6.5 + - type: Transform + pos: -93.5,-6.5 parent: 1 - type: Transform - uid: 29593 components: - - pos: -93.5,-13.5 + - type: Transform + pos: -93.5,-13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 6118 - 29913 - type: DeviceNetwork - uid: 29594 components: - - pos: -101.5,-12.5 + - type: Transform + pos: -101.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41577 - 30094 - 30172 @@ -24734,47 +24757,47 @@ entities: - 41585 - 6689 - 29917 - type: DeviceNetwork - uid: 29595 components: - - pos: -112.5,-12.5 + - type: Transform + pos: -112.5,-12.5 parent: 1 - type: Transform - uid: 29596 components: - - pos: -101.5,-23.5 + - type: Transform + pos: -101.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 41586 - 41585 - type: DeviceNetwork - uid: 29599 components: - - pos: -88.5,-25.5 + - type: Transform + pos: -88.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - type: DeviceNetwork - uid: 29600 components: - - pos: -84.5,-30.5 + - type: Transform + pos: -84.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - type: DeviceNetwork - uid: 29601 components: - - pos: -80.5,-24.5 + - type: Transform + pos: -80.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12147 - 1744 - 4740 @@ -24783,579 +24806,579 @@ entities: - 13266 - 14568 - 4486 - type: DeviceNetwork - uid: 29602 components: - - pos: -84.5,-19.5 + - type: Transform + pos: -84.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - type: DeviceNetwork - uid: 29605 components: - - pos: -78.5,-19.5 + - type: Transform + pos: -78.5,-19.5 parent: 1 - type: Transform - uid: 29606 components: - - pos: -65.5,-18.5 + - type: Transform + pos: -65.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - 520 - 14556 - 4740 - 4412 - type: DeviceNetwork - uid: 29607 components: - - pos: -63.5,-27.5 + - type: Transform + pos: -63.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14555 - 13266 - type: DeviceNetwork - uid: 29608 components: - - pos: -68.5,-24.5 + - type: Transform + pos: -68.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12147 - 1744 - 520 - 14556 - type: DeviceNetwork - uid: 29610 components: - - pos: -73.5,-34.5 + - type: Transform + pos: -73.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4740 - 4412 - 520 - 14556 - type: DeviceNetwork - uid: 29612 components: - - pos: -66.5,-47.5 + - type: Transform + pos: -66.5,-47.5 parent: 1 - type: Transform - uid: 29613 components: - - pos: -61.5,-47.5 + - type: Transform + pos: -61.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 29614 components: - - pos: -57.5,-54.5 + - type: Transform + pos: -57.5,-54.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 29615 components: - - pos: -58.5,-60.5 + - type: Transform + pos: -58.5,-60.5 parent: 1 - type: Transform - uid: 29616 components: - - pos: -52.5,-59.5 + - type: Transform + pos: -52.5,-59.5 parent: 1 - type: Transform - uid: 29618 components: - - pos: -62.5,-64.5 + - type: Transform + pos: -62.5,-64.5 parent: 1 - type: Transform - uid: 29619 components: - - pos: -43.5,-69.5 + - type: Transform + pos: -43.5,-69.5 parent: 1 - type: Transform - uid: 29620 components: - - pos: -39.5,-56.5 + - type: Transform + pos: -39.5,-56.5 parent: 1 - type: Transform - uid: 29621 components: - - pos: -35.5,-54.5 + - type: Transform + pos: -35.5,-54.5 parent: 1 - type: Transform - uid: 29622 components: - - pos: -32.5,-50.5 + - type: Transform + pos: -32.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 29623 components: - - pos: -27.5,-44.5 + - type: Transform + pos: -27.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41656 - 41655 - 41660 - 41659 - 16627 - 30112 - type: DeviceNetwork - uid: 29624 components: - - pos: -32.5,-44.5 + - type: Transform + pos: -32.5,-44.5 parent: 1 - type: Transform - uid: 29625 components: - - pos: -36.5,-43.5 + - type: Transform + pos: -36.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 29626 components: - - pos: -32.5,-33.5 + - type: Transform + pos: -32.5,-33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 29627 components: - - pos: -23.5,-33.5 + - type: Transform + pos: -23.5,-33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 29628 components: - - pos: -22.5,-40.5 + - type: Transform + pos: -22.5,-40.5 parent: 1 - type: Transform - uid: 29629 components: - - pos: -47.5,15.5 + - type: Transform + pos: -47.5,15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29630 components: - - pos: -54.5,17.5 + - type: Transform + pos: -54.5,17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29631 components: - - pos: -61.5,14.5 + - type: Transform + pos: -61.5,14.5 parent: 1 - type: Transform - uid: 29632 components: - - pos: -31.5,10.5 + - type: Transform + pos: -31.5,10.5 parent: 1 - type: Transform - uid: 29633 components: - - pos: -19.5,10.5 + - type: Transform + pos: -19.5,10.5 parent: 1 - type: Transform - uid: 29634 components: - - pos: -22.5,21.5 + - type: Transform + pos: -22.5,21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - type: DeviceNetwork - uid: 29636 components: - - pos: -23.5,4.5 + - type: Transform + pos: -23.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 29637 components: - - pos: -27.5,4.5 + - type: Transform + pos: -27.5,4.5 parent: 1 - type: Transform - uid: 29638 components: - - pos: -33.5,2.5 + - type: Transform + pos: -33.5,2.5 parent: 1 - type: Transform - uid: 29639 components: - - pos: -30.5,-12.5 + - type: Transform + pos: -30.5,-12.5 parent: 1 - type: Transform - uid: 29640 components: - - pos: -29.5,-19.5 + - type: Transform + pos: -29.5,-19.5 parent: 1 - type: Transform - uid: 29641 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 1 - type: Transform - uid: 29642 components: - - pos: -19.5,-3.5 + - type: Transform + pos: -19.5,-3.5 parent: 1 - type: Transform - uid: 29649 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 41783 - 41784 - 41795 - 36730 - type: DeviceNetwork - uid: 29650 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 14067 - 30099 - type: DeviceNetwork - uid: 29651 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 14069 - 30101 - type: DeviceNetwork - uid: 29652 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 29653 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 29654 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41773 - 41772 - 14068 - 30100 - 14067 - 30099 - type: DeviceNetwork - uid: 29655 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 61 - 29780 - type: DeviceNetwork - uid: 29656 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 29657 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 29658 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 1 - type: Transform - uid: 29659 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 29660 components: - - pos: -0.5,-19.5 + - type: Transform + pos: -0.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 29661 components: - - pos: -0.5,-22.5 + - type: Transform + pos: -0.5,-22.5 parent: 1 - type: Transform - uid: 29662 components: - - pos: -8.5,-22.5 + - type: Transform + pos: -8.5,-22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 61 - 29780 - type: DeviceNetwork - uid: 29664 components: - - pos: -8.5,-26.5 + - type: Transform + pos: -8.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 29665 components: - - pos: -11.5,-32.5 + - type: Transform + pos: -11.5,-32.5 parent: 1 - type: Transform - uid: 29666 components: - - pos: -8.5,-30.5 + - type: Transform + pos: -8.5,-30.5 parent: 1 - type: Transform - uid: 29667 components: - - pos: -4.5,-31.5 + - type: Transform + pos: -4.5,-31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 1585 - 30102 - type: DeviceNetwork - uid: 29669 components: - - pos: -5.5,-36.5 + - type: Transform + pos: -5.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41771 - 41770 - type: DeviceNetwork - uid: 29671 components: - - pos: -11.5,-39.5 + - type: Transform + pos: -11.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - type: DeviceNetwork - uid: 29675 components: - - pos: -39.5,14.5 + - type: Transform + pos: -39.5,14.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - type: DeviceNetwork - uid: 29676 components: - - pos: -41.5,4.5 + - type: Transform + pos: -41.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8313 - 29926 - type: DeviceNetwork - uid: 29677 components: - - pos: -47.5,1.5 + - type: Transform + pos: -47.5,1.5 parent: 1 - type: Transform - uid: 29678 components: - - pos: -58.5,1.5 + - type: Transform + pos: -58.5,1.5 parent: 1 - type: Transform - uid: 29679 components: - - pos: -57.5,-4.5 + - type: Transform + pos: -57.5,-4.5 parent: 1 - type: Transform - uid: 29680 components: - - pos: -55.5,6.5 + - type: Transform + pos: -55.5,6.5 parent: 1 - type: Transform - uid: 29681 components: - - pos: -43.5,-9.5 + - type: Transform + pos: -43.5,-9.5 parent: 1 - type: Transform - uid: 29682 components: - - pos: -45.5,-14.5 + - type: Transform + pos: -45.5,-14.5 parent: 1 - type: Transform - uid: 29683 components: - - pos: -51.5,-14.5 + - type: Transform + pos: -51.5,-14.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 29684 components: - - pos: -53.5,-10.5 + - type: Transform + pos: -53.5,-10.5 parent: 1 - type: Transform - uid: 29685 components: - - pos: -57.5,-10.5 + - type: Transform + pos: -57.5,-10.5 parent: 1 - type: Transform - uid: 29686 components: - - pos: -60.5,-10.5 + - type: Transform + pos: -60.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 29687 components: - - pos: -48.5,-22.5 + - type: Transform + pos: -48.5,-22.5 parent: 1 - type: Transform - uid: 29688 components: - - pos: -47.5,-27.5 + - type: Transform + pos: -47.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 29689 components: - - pos: -54.5,-20.5 + - type: Transform + pos: -54.5,-20.5 parent: 1 - type: Transform - uid: 29690 components: - - pos: -56.5,-29.5 + - type: Transform + pos: -56.5,-29.5 parent: 1 - type: Transform - uid: 29691 components: - - pos: -47.5,-31.5 + - type: Transform + pos: -47.5,-31.5 parent: 1 - type: Transform - uid: 29692 components: - - pos: -57.5,-34.5 + - type: Transform + pos: -57.5,-34.5 parent: 1 - type: Transform - uid: 29693 components: - - pos: -44.5,-35.5 + - type: Transform + pos: -44.5,-35.5 parent: 1 - type: Transform - uid: 29694 components: - - pos: -45.5,-44.5 + - type: Transform + pos: -45.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 29695 components: - - pos: -49.5,-49.5 + - type: Transform + pos: -49.5,-49.5 parent: 1 - type: Transform - uid: 29696 components: - - pos: -49.5,-55.5 + - type: Transform + pos: -49.5,-55.5 parent: 1 - type: Transform - uid: 29697 components: - - pos: -52.5,-43.5 + - type: Transform + pos: -52.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30110 - 14983 - type: DeviceNetwork - uid: 29698 components: - - pos: -40.5,-18.5 + - type: Transform + pos: -40.5,-18.5 parent: 1 - type: Transform - uid: 29699 components: - - pos: -33.5,-26.5 + - type: Transform + pos: -33.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - type: DeviceNetwork - uid: 29700 components: - - pos: -15.5,-37.5 + - type: Transform + pos: -15.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - 41666 @@ -25366,13 +25389,13 @@ entities: - 30102 - 14069 - 30101 - type: DeviceNetwork - uid: 29709 components: - - pos: 9.5,-46.5 + - type: Transform + pos: 9.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41667 - 41668 - 16631 @@ -25385,13 +25408,13 @@ entities: - 41748 - 41746 - 30174 - type: DeviceNetwork - uid: 29710 components: - - pos: 17.5,-34.5 + - type: Transform + pos: 17.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41745 - 41744 - 41738 @@ -25400,106 +25423,106 @@ entities: - 41741 - 16629 - 30114 - type: DeviceNetwork - uid: 29714 components: - - pos: 27.5,-50.5 + - type: Transform + pos: 27.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 41758 - 41757 - type: DeviceNetwork - uid: 29718 components: - - pos: 7.5,-31.5 + - type: Transform + pos: 7.5,-31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41771 - 41770 - type: DeviceNetwork - uid: 29719 components: - - pos: 15.5,-20.5 + - type: Transform + pos: 15.5,-20.5 parent: 1 - type: Transform - uid: 29720 components: - - pos: 20.5,-18.5 + - type: Transform + pos: 20.5,-18.5 parent: 1 - type: Transform - uid: 29721 components: - - pos: 21.5,-13.5 + - type: Transform + pos: 21.5,-13.5 parent: 1 - type: Transform - uid: 29722 components: - - pos: 14.5,-13.5 + - type: Transform + pos: 14.5,-13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 29723 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 41783 - 41784 - type: DeviceNetwork - uid: 29725 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41783 - 41784 - type: DeviceNetwork - uid: 29731 components: - - pos: -73.5,38.5 + - type: Transform + pos: -73.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16632 - 30171 - 4090 - 29902 - type: DeviceNetwork - uid: 29769 components: - - pos: -72.5,27.5 + - type: Transform + pos: -72.5,27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - type: DeviceNetwork - uid: 29778 components: - - pos: -36.5,16.5 + - type: Transform + pos: -36.5,16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - type: DeviceNetwork - uid: 29779 components: - - pos: -18.5,22.5 + - type: Transform + pos: -18.5,22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41576 - 41575 - 13997 @@ -25508,83 +25531,83 @@ entities: - 30095 - 14067 - 30099 - type: DeviceNetwork - uid: 29790 components: - - pos: -65.5,9.5 + - type: Transform + pos: -65.5,9.5 parent: 1 - type: Transform - uid: 29848 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30110 - 14983 - 14555 - 13266 - type: DeviceNetwork - uid: 29858 components: - - pos: -92.5,23.5 + - type: Transform + pos: -92.5,23.5 parent: 1 - type: Transform - uid: 29862 components: - - pos: -73.5,-13.5 + - type: Transform + pos: -73.5,-13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6689 - 29917 - 12147 - 1744 - type: DeviceNetwork - uid: 29881 components: - - pos: -97.5,12.5 + - type: Transform + pos: -97.5,12.5 parent: 1 - type: Transform - uid: 29908 components: - - pos: -109.5,-2.5 + - type: Transform + pos: -109.5,-2.5 parent: 1 - type: Transform - uid: 29909 components: - - pos: -115.5,-0.5 + - type: Transform + pos: -115.5,-0.5 parent: 1 - type: Transform - uid: 29914 components: - - pos: -63.5,2.5 + - type: Transform + pos: -63.5,2.5 parent: 1 - type: Transform - uid: 29916 components: - - pos: -110.5,-8.5 + - type: Transform + pos: -110.5,-8.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 5124 - 29903 - 8102 - 29918 - - 5656 - - 29912 - 41577 - 30094 - 6689 - 29917 - type: DeviceNetwork + - 42164 + - 5456 - uid: 29920 components: - - pos: -97.5,-29.5 + - type: Transform + pos: -97.5,-29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30172 - 16633 - 41646 @@ -25593,99 +25616,99 @@ entities: - 29917 - 14555 - 13266 - type: DeviceNetwork - uid: 29936 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4740 - 4412 - type: DeviceNetwork - uid: 30022 components: - - pos: -44.5,-52.5 + - type: Transform + pos: -44.5,-52.5 parent: 1 - type: Transform - uid: 30023 components: - - pos: -40.5,-38.5 + - type: Transform + pos: -40.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30279 - 30280 - type: DeviceNetwork - uid: 30057 components: - - pos: -79.5,-30.5 + - type: Transform + pos: -79.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - type: DeviceNetwork - uid: 30083 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-7.5 parent: 1 - type: Transform - uid: 30088 components: - - pos: -50.5,10.5 + - type: Transform + pos: -50.5,10.5 parent: 1 - type: Transform - uid: 30143 components: - - pos: -25.5,-6.5 + - type: Transform + pos: -25.5,-6.5 parent: 1 - type: Transform - uid: 30152 components: - - pos: -27.5,-20.5 + - type: Transform + pos: -27.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 30170 components: - - pos: 12.5,15.5 + - type: Transform + pos: 12.5,15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 30207 components: - - pos: 8.5,-41.5 + - type: Transform + pos: 8.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 16629 - 30114 - 14572 - 30109 - type: DeviceNetwork - uid: 30232 components: - - pos: -56.5,-37.5 + - type: Transform + pos: -56.5,-37.5 parent: 1 - type: Transform - uid: 30287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-55.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41656 - 41655 - 41660 @@ -25694,155 +25717,155 @@ entities: - 41662 - 16627 - 30112 - type: DeviceNetwork - uid: 30288 components: - - pos: -28.5,-50.5 + - type: Transform + pos: -28.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30321 components: - - pos: -44.5,-74.5 + - type: Transform + pos: -44.5,-74.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41663 - 41662 - type: DeviceNetwork - uid: 33442 components: - - pos: -153.5,6.5 + - type: Transform + pos: -153.5,6.5 parent: 1 - type: Transform - uid: 33738 components: - - pos: -100.5,31.5 + - type: Transform + pos: -100.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16632 - 30171 - type: DeviceNetwork - uid: 33761 components: - - pos: -81.5,38.5 + - type: Transform + pos: -81.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - type: DeviceNetwork - uid: 36733 components: - - pos: -102.5,-43.5 + - type: Transform + pos: -102.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4941 - type: DeviceNetwork - uid: 41388 components: - - pos: -109.5,-81.5 + - type: Transform + pos: -109.5,-81.5 parent: 1 - type: Transform - uid: 41491 components: - - pos: -46.5,34.5 + - type: Transform + pos: -46.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4090 - 29902 - 41549 - 41548 - type: DeviceNetwork - uid: 41492 components: - - pos: -39.5,34.5 + - type: Transform + pos: -39.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 96 - 29883 - 41550 - 41551 - type: DeviceNetwork - uid: 41493 components: - - pos: -33.5,33.5 + - type: Transform + pos: -33.5,33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41549 - 41548 - 41557 - 41556 - 12232 - 29928 - type: DeviceNetwork - uid: 41494 components: - - pos: -17.5,40.5 + - type: Transform + pos: -17.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41557 - 41556 - type: DeviceNetwork - uid: 41495 components: - - pos: -12.5,29.5 + - type: Transform + pos: -12.5,29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41557 - 41556 - 41568 - 30173 - type: DeviceNetwork - uid: 41496 components: - - pos: -5.5,37.5 + - type: Transform + pos: -5.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41568 - 30173 - 41572 - 41571 - type: DeviceNetwork - uid: 41497 components: - - pos: 4.5,36.5 + - type: Transform + pos: 4.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41569 - 41570 - type: DeviceNetwork - uid: 41498 components: - - pos: -12.5,36.5 + - type: Transform + pos: -12.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41557 - 41556 - 41569 - 41570 - 41576 - 41575 - type: DeviceNetwork - uid: 41499 components: - - pos: -23.5,36.5 + - type: Transform + pos: -23.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 41561 @@ -25851,22 +25874,22 @@ entities: - 30173 - 41576 - 41575 - type: DeviceNetwork - uid: 41500 components: - - pos: -111.5,-12.5 + - type: Transform + pos: -111.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - type: DeviceNetwork - uid: 41501 components: - - pos: -104.5,-23.5 + - type: Transform + pos: -104.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 30172 @@ -25877,183 +25900,183 @@ entities: - 41619 - 41597 - 41596 - type: DeviceNetwork - uid: 41502 components: - - pos: -106.5,-31.5 + - type: Transform + pos: -106.5,-31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - type: DeviceNetwork - uid: 41503 components: - - pos: -113.5,-28.5 + - type: Transform + pos: -113.5,-28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - 41602 - 41601 - 41598 - 41599 - type: DeviceNetwork - uid: 41504 components: - - pos: -111.5,-39.5 + - type: Transform + pos: -111.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41505 components: - - pos: -118.5,-46.5 + - type: Transform + pos: -118.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41598 - 41599 - type: DeviceNetwork - uid: 41506 components: - - pos: -137.5,-35.5 + - type: Transform + pos: -137.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41507 components: - - pos: -119.5,-19.5 + - type: Transform + pos: -119.5,-19.5 parent: 1 - type: Transform - uid: 41508 components: - - pos: -118.5,-65.5 + - type: Transform + pos: -118.5,-65.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41641 - 41640 - type: DeviceNetwork - uid: 41509 components: - - pos: 27.5,-38.5 + - type: Transform + pos: 27.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - type: DeviceNetwork - uid: 41510 components: - - pos: -90.5,-69.5 + - type: Transform + pos: -90.5,-69.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41511 components: - - pos: -97.5,-44.5 + - type: Transform + pos: -97.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - type: DeviceNetwork - uid: 41512 components: - - pos: -98.5,-61.5 + - type: Transform + pos: -98.5,-61.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41639 - 41638 - 41641 - 41640 - 41646 - 41645 - type: DeviceNetwork - uid: 41513 components: - - pos: -111.5,-69.5 + - type: Transform + pos: -111.5,-69.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - type: DeviceNetwork - uid: 41516 components: - - pos: -16.5,-70.5 + - type: Transform + pos: -16.5,-70.5 parent: 1 - type: Transform - uid: 41519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-58.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 41759 - 41760 - type: DeviceNetwork - uid: 41520 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-51.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 16631 - 30168 - 16629 - 30114 - type: DeviceNetwork - uid: 41521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 41759 - 41760 - type: DeviceNetwork - uid: 41522 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 41759 - 41760 - type: DeviceNetwork - uid: 41523 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41666 - 41665 - 41747 @@ -26062,14 +26085,14 @@ entities: - 30174 - 41758 - 41757 - type: DeviceNetwork - uid: 41524 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30167 - 16630 - 41759 @@ -26078,58 +26101,58 @@ entities: - 41749 - 41755 - 41756 - type: DeviceNetwork - uid: 41525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-56.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41758 - 41757 - type: DeviceNetwork - uid: 41526 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-58.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41758 - 41757 - 41754 - 41753 - type: DeviceNetwork - uid: 41527 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41755 - 41756 - 41752 - 41751 - type: DeviceNetwork - uid: 41528 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41754 - 41753 - type: DeviceNetwork - uid: 41529 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 16629 @@ -26140,223 +26163,223 @@ entities: - 41749 - 41752 - 41751 - type: DeviceNetwork - uid: 41530 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41745 - 41744 - 41774 - 41775 - type: DeviceNetwork - uid: 41531 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 41532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 41574 components: - - pos: 3.5,42.5 + - type: Transform + pos: 3.5,42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41572 - 41571 - type: DeviceNetwork - uid: 41600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41625 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.5,-82.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41624 - 41623 - type: DeviceNetwork - uid: 41643 components: - - pos: -103.5,-76.5 + - type: Transform + pos: -103.5,-76.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41642 - type: DeviceNetwork - uid: 41644 components: - - pos: -95.5,-68.5 + - type: Transform + pos: -95.5,-68.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - type: DeviceNetwork - uid: 41649 components: - - pos: -57.5,-42.5 + - type: Transform + pos: -57.5,-42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 41657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 41685 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 16629 - 30114 - type: DeviceNetwork - uid: 41735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-37.5 parent: 1 - type: Transform - uid: 41776 components: - - pos: 49.5,-9.5 + - type: Transform + pos: 49.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41774 - 41775 - type: DeviceNetwork - uid: 41782 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 14069 - 30101 - 61 - 29780 - type: DeviceNetwork - uid: 41788 components: - - pos: 17.5,6.5 + - type: Transform + pos: 17.5,6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - proto: AirSensorAssembly entities: - uid: 30611 components: - - pos: -120.976,-10.982209 + - type: Transform + pos: -120.976,-10.982209 parent: 1 - type: Transform - proto: AirTank entities: - uid: 32156 components: - - pos: -111.61989,-77.355354 + - type: Transform + pos: -111.61989,-77.355354 parent: 1 - type: Transform - uid: 32157 components: - - pos: -111.3178,-77.470024 + - type: Transform + pos: -111.3178,-77.470024 parent: 1 - type: Transform - uid: 36723 components: - - pos: -15.667404,-63.27983 + - type: Transform + pos: -15.667404,-63.27983 parent: 1 - type: Transform - uid: 36724 components: - - pos: -15.467403,-63.46746 + - type: Transform + pos: -15.467403,-63.46746 parent: 1 - type: Transform - proto: AirTankFilled entities: - uid: 12707 components: - - pos: -88.5214,-30.403326 + - type: Transform + pos: -88.5214,-30.403326 parent: 1 - type: Transform - proto: AltarSpawner entities: - uid: 6937 components: - - pos: -27.5,-33.5 + - type: Transform + pos: -27.5,-33.5 parent: 1 - type: Transform - uid: 8753 components: - - pos: -64.5,7.5 + - type: Transform + pos: -64.5,7.5 parent: 1 - type: Transform - proto: AmeController entities: - uid: 3221 components: - - pos: -116.5,-23.5 + - type: Transform + pos: -116.5,-23.5 parent: 1 - type: Transform - uid: 10232 components: - - name: Prison AME controller - type: MetaData - - pos: 16.5,20.5 + - type: MetaData + name: Prison AME controller + - type: Transform + pos: 16.5,20.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: AMEController-fuelJarContainer: !type:ContainerSlot showEnts: False occludes: True @@ -26365,5308 +26388,5304 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: AmeJar entities: - uid: 4967 components: - - pos: 18.664925,19.617306 + - type: Transform + pos: 18.664925,19.617306 parent: 1 - type: Transform - uid: 6186 components: - - pos: 18.39409,19.62773 + - type: Transform + pos: 18.39409,19.62773 parent: 1 - type: Transform - uid: 9348 components: - - pos: -41.664303,29.800814 + - type: Transform + pos: -41.664303,29.800814 parent: 1 - type: Transform - uid: 11376 components: - - flags: InContainer - type: MetaData - - parent: 10232 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10232 + - type: Physics + canCollide: False - proto: AmeShielding entities: - uid: 11383 components: - - pos: 17.5,21.5 + - type: Transform + pos: 17.5,21.5 parent: 1 - type: Transform - uid: 11384 components: - - pos: 15.5,21.5 + - type: Transform + pos: 15.5,21.5 parent: 1 - type: Transform - uid: 11393 components: - - pos: 16.5,21.5 + - type: Transform + pos: 16.5,21.5 parent: 1 - type: Transform - uid: 11409 components: - - pos: 15.5,22.5 + - type: Transform + pos: 15.5,22.5 parent: 1 - type: Transform - uid: 11411 components: - - pos: 16.5,22.5 + - type: Transform + pos: 16.5,22.5 parent: 1 - type: Transform - uid: 11426 components: - - pos: 17.5,22.5 + - type: Transform + pos: 17.5,22.5 parent: 1 - type: Transform - uid: 11429 components: - - pos: 17.5,23.5 + - type: Transform + pos: 17.5,23.5 parent: 1 - type: Transform - uid: 11458 components: - - pos: 16.5,23.5 + - type: Transform + pos: 16.5,23.5 parent: 1 - type: Transform - uid: 11459 components: - - pos: 15.5,23.5 + - type: Transform + pos: 15.5,23.5 parent: 1 - type: Transform - proto: Amphora entities: - uid: 9041 components: - - pos: -30.5,-32.5 + - type: Transform + pos: -30.5,-32.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: jar: temperature: 293.15 canMix: False canReact: True maxVol: 120 + name: null reagents: - data: null ReagentId: Silicon Quantity: 40 - type: SolutionContainerManager - uid: 9047 components: - - pos: -34.5,-32.5 + - type: Transform + pos: -34.5,-32.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: jar: temperature: 293.15 canMix: False canReact: True maxVol: 120 + name: null reagents: - data: null ReagentId: Hydrogen Quantity: 100 - type: SolutionContainerManager - uid: 18981 components: - - pos: -35.5,-40.5 + - type: Transform + pos: -35.5,-40.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: jar: temperature: 293.15 canMix: False canReact: True maxVol: 120 + name: null reagents: - data: null ReagentId: Goldschlager Quantity: 35 - type: SolutionContainerManager - uid: 33163 components: - - pos: -26.45357,-31.073204 + - type: Transform + pos: -26.45357,-31.073204 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: jar: temperature: 293.15 canMix: False canReact: True maxVol: 120 + name: null reagents: - data: null ReagentId: DemonsBlood Quantity: 15 - type: SolutionContainerManager - uid: 33164 components: - - pos: -22.589075,-37.54056 + - type: Transform + pos: -22.589075,-37.54056 parent: 1 - type: Transform - uid: 33165 components: - - pos: -20.464073,-37.571835 + - type: Transform + pos: -20.464073,-37.571835 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: jar: temperature: 293.15 canMix: False canReact: True maxVol: 120 + name: null reagents: - data: null ReagentId: HolyWater Quantity: 60 - type: SolutionContainerManager - proto: AnomalyScanner entities: - uid: 20881 components: - - pos: -39.430927,-68.88715 + - type: Transform + pos: -39.430927,-68.88715 parent: 1 - type: Transform - proto: AnomalyVesselCircuitboard entities: - uid: 20880 components: - - pos: -35.4169,-41.366516 + - type: Transform + pos: -35.4169,-41.366516 parent: 1 - type: Transform - proto: AntiPoisonMedipen entities: - uid: 9702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.38498,-19.392637 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 2472 components: - - name: CE's APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: CE's APC + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-29.5 parent: 1 - type: Transform - uid: 5988 components: - - name: outer starboard maints APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: outer starboard maints APC + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,8.5 parent: 1 - type: Transform - uid: 5989 components: - - name: main hall APC - type: MetaData - - pos: -96.5,-10.5 + - type: MetaData + name: main hall APC + - type: Transform + pos: -96.5,-10.5 parent: 1 - type: Transform - uid: 8457 components: - - name: upper portside maints APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: upper portside maints APC + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-5.5 parent: 1 - type: Transform - uid: 8458 components: - - name: race track APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: race track APC + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-0.5 parent: 1 - type: Transform - uid: 14986 components: - - name: prison yard securtity grille APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: prison yard securtity grille APC + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 18084 components: - - name: mystagogue's office APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: mystagogue's office APC + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-39.5 parent: 1 - type: Transform - uid: 18085 components: - - name: psionic mantis office/epistemics hall APC - type: MetaData - - pos: -31.5,-37.5 + - type: MetaData + name: psionic mantis office/epistemics hall APC + - type: Transform + pos: -31.5,-37.5 parent: 1 - type: Transform - uid: 18478 components: - - name: security lobby/holding cells APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: security lobby/holding cells APC + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-32.5 parent: 1 - type: Transform - uid: 18851 components: - - name: arcade APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: arcade APC + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-7.5 parent: 1 - type: Transform - uid: 18871 components: - - name: lower portside APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: lower portside APC + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-77.5 parent: 1 - type: Transform - uid: 19428 components: - - name: port-forward maints APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: port-forward maints APC + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,23.5 parent: 1 - type: Transform - uid: 19437 components: - - name: captain's office/vault APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: captain's office/vault APC + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,0.5 parent: 1 - type: Transform - uid: 19613 components: - - name: court room APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: court room APC + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,12.5 parent: 1 - type: Transform - uid: 19614 components: - - name: reporter's office APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: reporter's office APC + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,8.5 parent: 1 - type: Transform - uid: 19615 components: - - name: lawyer's office/barber shop/clothing store APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: lawyer's office/barber shop/clothing store APC + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-7.5 parent: 1 - type: Transform - uid: 19865 components: - - name: arrivals sec point APC - type: MetaData - - pos: -77.5,29.5 + - type: MetaData + name: arrivals sec point APC + - type: Transform + pos: -77.5,29.5 parent: 1 - type: Transform - uid: 19949 components: - - name: EVA APC - type: MetaData - - pos: -66.5,29.5 + - type: MetaData + name: EVA APC + - type: Transform + pos: -66.5,29.5 parent: 1 - type: Transform - uid: 20018 components: - - name: service room APC - type: MetaData - - pos: -59.5,18.5 + - type: MetaData + name: service room APC + - type: Transform + pos: -59.5,18.5 parent: 1 - type: Transform - uid: 20101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,11.5 parent: 1 - type: Transform - uid: 20464 components: - - name: upper dorms APC - type: MetaData - - pos: -50.5,31.5 + - type: MetaData + name: upper dorms APC + - type: Transform + pos: -50.5,31.5 parent: 1 - type: Transform - uid: 20635 components: - - name: lower midstation maints APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: lower midstation maints APC + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-27.5 parent: 1 - type: Transform - uid: 20845 components: - - pos: -25.5,-22.5 + - type: Transform + pos: -25.5,-22.5 parent: 1 - type: Transform - uid: 20846 components: - - name: janitorial APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: janitorial APC + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,27.5 parent: 1 - type: Transform - uid: 20947 components: - - name: foreward starboard maints APC - type: MetaData - - pos: -24.5,15.5 + - type: MetaData + name: foreward starboard maints APC + - type: Transform + pos: -24.5,15.5 parent: 1 - type: Transform - uid: 20950 components: - - name: dining room APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: dining room APC + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,0.5 parent: 1 - type: Transform - uid: 21015 components: - - name: kitchen breakroom APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: kitchen breakroom APC + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,11.5 parent: 1 - type: Transform - uid: 21016 components: - - name: freezer APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: freezer APC + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,11.5 parent: 1 - type: Transform - uid: 21218 components: - - name: recycling room APC - type: MetaData - - pos: -12.5,28.5 + - type: MetaData + name: recycling room APC + - type: Transform + pos: -12.5,28.5 parent: 1 - type: Transform - uid: 21322 components: - - name: prison AME APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: prison AME APC + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,15.5 parent: 1 - type: Transform - uid: 21399 components: - - name: prison lower hall/entrance APC - type: MetaData - - pos: -11.5,-21.5 + - type: MetaData + name: prison lower hall/entrance APC + - type: Transform + pos: -11.5,-21.5 parent: 1 - type: Transform - uid: 21647 components: - - name: prison custodial APC - type: MetaData - - pos: 13.5,-11.5 + - type: MetaData + name: prison custodial APC + - type: Transform + pos: 13.5,-11.5 parent: 1 - type: Transform - uid: 21673 components: - - name: prison guard main post APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: prison guard main post APC + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-20.5 parent: 1 - type: Transform - uid: 32431 components: - - name: particle accelerator APC - type: MetaData - - pos: 58.5,-38.5 + - type: MetaData + name: particle accelerator APC + - type: Transform + pos: 58.5,-38.5 parent: 1 - type: Transform - uid: 38554 components: - - name: mailroom APC - type: MetaData - - pos: -44.5,39.5 + - type: MetaData + name: mailroom APC + - type: Transform + pos: -44.5,39.5 parent: 1 - type: Transform - uid: 38709 components: - - name: logistics breakroom/salvage locker APC - type: MetaData - - pos: -11.5,34.5 + - type: MetaData + name: logistics breakroom/salvage locker APC + - type: Transform + pos: -11.5,34.5 parent: 1 - type: Transform - uid: 39171 components: - - name: portside maints/solars APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: portside maints/solars APC + - type: Transform + rot: 3.141592653589793 rad pos: -140.5,-40.5 parent: 1 - type: Transform - uid: 39648 components: - - name: robotics APC - type: MetaData - - pos: -20.5,-46.5 + - type: MetaData + name: robotics APC + - type: Transform + pos: -20.5,-46.5 parent: 1 - type: Transform - uid: 39731 components: - - name: prison mining shaft APC - type: MetaData - - pos: 30.5,-8.5 + - type: MetaData + name: prison mining shaft APC + - type: Transform + pos: 30.5,-8.5 parent: 1 - type: Transform - uid: 40031 components: - - name: command evac/evac sec-point APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: command evac/evac sec-point APC + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-53.5 parent: 1 - type: Transform - uid: 40069 components: - - name: civilian evac section APC - type: MetaData - - pos: 3.5,-57.5 + - type: MetaData + name: civilian evac section APC + - type: Transform + pos: 3.5,-57.5 parent: 1 - type: Transform - uid: 40070 components: - - name: lower dorms APC - type: MetaData - - pos: 36.5,-52.5 + - type: MetaData + name: lower dorms APC + - type: Transform + pos: 36.5,-52.5 parent: 1 - type: Transform - uid: 40071 components: - - name: prison evac APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: prison evac APC + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-56.5 parent: 1 - type: Transform - proto: APCConstructed entities: - uid: 18602 components: - - pos: 58.5,-52.5 + - type: Transform + pos: 58.5,-52.5 parent: 1 - type: Transform - uid: 39816 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,7.5 parent: 1 - type: Transform - proto: APCElectronics entities: - uid: 4761 components: - - pos: -64.478836,-33.391758 + - type: Transform + pos: -64.478836,-33.391758 parent: 1 - type: Transform - proto: APCHighCapacity entities: - uid: 18086 components: - - name: epistemics front desk/lobby APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: epistemics front desk/lobby APC + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-42.5 parent: 1 - type: Transform - uid: 18194 components: - - name: lower maints APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: lower maints APC + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-75.5 parent: 1 - type: Transform - uid: 18195 components: - - name: security main APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: security main APC + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-40.5 parent: 1 - type: Transform - uid: 18477 components: - - name: Hos's office APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Hos's office APC + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-22.5 parent: 1 - type: Transform - uid: 18479 components: - - name: armory APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: armory APC + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-51.5 parent: 1 - type: Transform - uid: 18887 components: - - name: engineering front APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: engineering front APC + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-19.5 parent: 1 - type: Transform - uid: 19143 components: - - name: lower midstation maints APC - type: MetaData - - pos: -60.5,-68.5 + - type: MetaData + name: lower midstation maints APC + - type: Transform + pos: -60.5,-68.5 parent: 1 - type: Transform - uid: 19435 components: - - name: conference room APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: conference room APC + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,0.5 parent: 1 - type: Transform - uid: 19436 components: - - name: captain's quarters APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: captain's quarters APC + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,1.5 parent: 1 - type: Transform - uid: 19504 components: - - name: AI APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: AI APC + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,9.5 parent: 1 - type: Transform - uid: 19950 components: - - name: HoP's APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: HoP's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,19.5 parent: 1 - type: Transform - uid: 20043 components: - - name: clown/mime/musician dorms APC - type: MetaData - - pos: -70.5,4.5 + - type: MetaData + name: clown/mime/musician dorms APC + - type: Transform + pos: -70.5,4.5 parent: 1 - type: Transform - uid: 20948 components: - - name: kitchen main APC - type: MetaData - - pos: -28.5,8.5 + - type: MetaData + name: kitchen main APC + - type: Transform + pos: -28.5,8.5 parent: 1 - type: Transform - uid: 21397 components: - - name: prison kitchen APC - type: MetaData - - pos: -19.5,7.5 + - type: MetaData + name: prison kitchen APC + - type: Transform + pos: -19.5,7.5 parent: 1 - type: Transform - uid: 21398 components: - - name: prison hydronics APC - type: MetaData - - pos: -16.5,-16.5 + - type: MetaData + name: prison hydronics APC + - type: Transform + pos: -16.5,-16.5 parent: 1 - type: Transform - uid: 21400 components: - - name: warden's office APC - type: MetaData - - pos: 15.5,-17.5 + - type: MetaData + name: warden's office APC + - type: Transform + pos: 15.5,-17.5 parent: 1 - type: Transform - uid: 26348 components: - - name: chemistry lab APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: chemistry lab APC + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-28.5 parent: 1 - type: Transform - uid: 32213 components: - - name: mid-station sec-point APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: mid-station sec-point APC + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,13.5 parent: 1 - type: Transform - uid: 38607 components: - - name: logistics main APC - type: MetaData - - pos: -25.5,38.5 + - type: MetaData + name: logistics main APC + - type: Transform + pos: -25.5,38.5 parent: 1 - type: Transform - uid: 39072 components: - - name: main engineering APC - type: MetaData - - pos: -114.5,-23.5 + - type: MetaData + name: main engineering APC + - type: Transform + pos: -114.5,-23.5 parent: 1 - type: Transform - uid: 40879 components: - - name: prison security fence/conveyor belt APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: prison security fence/conveyor belt APC + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-8.5 parent: 1 - type: Transform - proto: APCHyperCapacity entities: - uid: 18087 components: - - name: epistemics laboratory APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: epistemics laboratory APC + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-55.5 parent: 1 - type: Transform - uid: 19434 components: - - name: bridge command room APC - type: MetaData - - pos: -103.5,8.5 + - type: MetaData + name: bridge command room APC + - type: Transform + pos: -103.5,8.5 parent: 1 - type: Transform - uid: 20260 components: - - name: arrivals/upper hall APC - type: MetaData - - pos: -25.5,23.5 + - type: MetaData + name: arrivals/upper hall APC + - type: Transform + pos: -25.5,23.5 parent: 1 - type: Transform - uid: 20637 components: - - name: lower starboard hall APC - type: MetaData - - pos: -3.5,-44.5 + - type: MetaData + name: lower starboard hall APC + - type: Transform + pos: -3.5,-44.5 parent: 1 - type: Transform - uid: 21669 components: - - name: prison main hall/cells/yard APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: prison main hall/cells/yard APC + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-12.5 parent: 1 - type: Transform - proto: APCSuperCapacity entities: - uid: 2107 components: - - name: grav ge/comms APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: grav ge/comms APC + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-37.5 parent: 1 - type: Transform - uid: 4950 components: - - pos: -92.5,-34.5 + - type: Transform + pos: -92.5,-34.5 parent: 1 - type: Transform - uid: 17707 components: - - name: casino APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: casino APC + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-27.5 parent: 1 - type: Transform - uid: 18706 components: - - name: CMO/Surgery/morgue/cloning APC - type: MetaData - - pos: -81.5,-22.5 + - type: MetaData + name: CMO/Surgery/morgue/cloning APC + - type: Transform + pos: -81.5,-22.5 parent: 1 - type: Transform - uid: 18707 components: - - name: medical treatment room APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: medical treatment room APC + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-26.5 parent: 1 - type: Transform - uid: 18878 components: - - name: atmospherics APC - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: atmospherics APC + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-61.5 parent: 1 - type: Transform - uid: 18991 components: - - name: prison medical wing APC - type: MetaData - - pos: -1.5,-32.5 + - type: MetaData + name: prison medical wing APC + - type: Transform + pos: -1.5,-32.5 parent: 1 - type: Transform - uid: 19616 components: - - name: command courtyard APC - type: MetaData - - pos: -89.5,9.5 + - type: MetaData + name: command courtyard APC + - type: Transform + pos: -89.5,9.5 parent: 1 - type: Transform - uid: 20102 components: - - name: bar APC - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: bar APC + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-3.5 parent: 1 - type: Transform - uid: 20567 components: - - name: mid-station hall APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: mid-station hall APC + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,1.5 parent: 1 - type: Transform - uid: 20949 components: - - name: hydroponics APC - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: hydroponics APC + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-16.5 parent: 1 - type: Transform - uid: 21648 components: - - name: prison workshop APC - type: MetaData - - pos: 18.5,4.5 + - type: MetaData + name: prison workshop APC + - type: Transform + pos: 18.5,4.5 parent: 1 - type: Transform - uid: 38710 components: - - name: salvage APC - type: MetaData - - pos: 1.5,39.5 + - type: MetaData + name: salvage APC + - type: Transform + pos: 1.5,39.5 parent: 1 - type: Transform - proto: APECircuitboard entities: - uid: 20878 components: - - pos: -39.65888,-69.37619 + - type: Transform + pos: -39.65888,-69.37619 parent: 1 - type: Transform - proto: AppraisalTool entities: - uid: 11614 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.382385,-10.418118 parent: 1 - type: Transform - proto: ArrivalsShuttleTimer entities: - uid: 32517 components: - - pos: -97.5,46.5 + - type: Transform + pos: -97.5,46.5 parent: 1 - type: Transform - uid: 32518 components: - - pos: -87.5,46.5 + - type: Transform + pos: -87.5,46.5 parent: 1 - type: Transform - uid: 32520 components: - - pos: -79.5,39.5 + - type: Transform + pos: -79.5,39.5 parent: 1 - type: Transform - proto: Ash entities: - uid: 12416 components: - - pos: 22.473688,-13.231509 + - type: Transform + pos: 22.473688,-13.231509 parent: 1 - type: Transform - proto: Ashtray entities: - uid: 32519 components: - - pos: -53.231686,27.549654 + - type: Transform + pos: -53.231686,27.549654 parent: 1 - type: Transform - uid: 32996 components: - - pos: -52.27259,3.5293334 + - type: Transform + pos: -52.27259,3.5293334 parent: 1 - type: Transform - uid: 32997 components: - - pos: -49.59551,-1.2969353 + - type: Transform + pos: -49.59551,-1.2969353 parent: 1 - type: Transform - uid: 32998 components: - - pos: -46.39759,7.6572003 + - type: Transform + pos: -46.39759,7.6572003 parent: 1 - type: Transform - uid: 32999 components: - - pos: -44.06426,0.4221565 + - type: Transform + pos: -44.06426,0.4221565 parent: 1 - type: Transform - uid: 33000 components: - - pos: -59.267883,-4.274349 + - type: Transform + pos: -59.267883,-4.274349 parent: 1 - type: Transform - uid: 33001 components: - - pos: -80.558876,39.533493 + - type: Transform + pos: -80.558876,39.533493 parent: 1 - type: Transform - uid: 33002 components: - - pos: -66.57248,35.50421 + - type: Transform + pos: -66.57248,35.50421 parent: 1 - type: Transform - uid: 33004 components: - - pos: -15.665407,29.458918 + - type: Transform + pos: -15.665407,29.458918 parent: 1 - type: Transform - uid: 33005 components: - - pos: 14.665653,-21.585917 + - type: Transform + pos: 14.665653,-21.585917 parent: 1 - type: Transform - uid: 33006 components: - - pos: -31.322895,17.42215 + - type: Transform + pos: -31.322895,17.42215 parent: 1 - type: Transform - uid: 33007 components: - - pos: -55.499535,-36.266476 + - type: Transform + pos: -55.499535,-36.266476 parent: 1 - type: Transform - uid: 33008 components: - - pos: -104.60396,-31.560234 + - type: Transform + pos: -104.60396,-31.560234 parent: 1 - type: Transform - uid: 33009 components: - - pos: -86.99369,-49.494698 + - type: Transform + pos: -86.99369,-49.494698 parent: 1 - type: Transform - uid: 33010 components: - - pos: -88.26453,-46.58643 + - type: Transform + pos: -88.26453,-46.58643 parent: 1 - type: Transform - uid: 33011 components: - - pos: -71.22065,-62.68286 + - type: Transform + pos: -71.22065,-62.68286 parent: 1 - type: Transform - uid: 33012 components: - - pos: -58.3313,-80.37624 + - type: Transform + pos: -58.3313,-80.37624 parent: 1 - type: Transform - uid: 33013 components: - - pos: 4.375538,-58.33389 + - type: Transform + pos: 4.375538,-58.33389 parent: 1 - type: Transform - uid: 33014 components: - - pos: -12.264183,-61.36652 + - type: Transform + pos: -12.264183,-61.36652 parent: 1 - type: Transform - uid: 33015 components: - - pos: 3.351296,-49.252316 + - type: Transform + pos: 3.351296,-49.252316 parent: 1 - type: Transform - uid: 33016 components: - - pos: 34.694817,-61.56961 + - type: Transform + pos: 34.694817,-61.56961 parent: 1 - type: Transform - uid: 33017 components: - - pos: 20.234701,-24.471699 + - type: Transform + pos: 20.234701,-24.471699 parent: 1 - type: Transform - uid: 33018 components: - - pos: 28.840578,-34.524048 + - type: Transform + pos: 28.840578,-34.524048 parent: 1 - type: Transform - proto: AsteroidAltRock entities: - uid: 3127 components: - - pos: 78.5,43.5 + - type: Transform + pos: 78.5,43.5 parent: 1 - type: Transform - uid: 3128 components: - - pos: 81.5,47.5 + - type: Transform + pos: 81.5,47.5 parent: 1 - type: Transform - uid: 3129 components: - - pos: 81.5,45.5 + - type: Transform + pos: 81.5,45.5 parent: 1 - type: Transform - uid: 3193 components: - - pos: 78.5,45.5 + - type: Transform + pos: 78.5,45.5 parent: 1 - type: Transform - uid: 17303 components: - - pos: 67.5,-4.5 + - type: Transform + pos: 67.5,-4.5 parent: 1 - type: Transform - uid: 17304 components: - - pos: 67.5,-5.5 + - type: Transform + pos: 67.5,-5.5 parent: 1 - type: Transform - uid: 17305 components: - - pos: 67.5,-6.5 + - type: Transform + pos: 67.5,-6.5 parent: 1 - type: Transform - uid: 17306 components: - - pos: 67.5,-7.5 + - type: Transform + pos: 67.5,-7.5 parent: 1 - type: Transform - uid: 17307 components: - - pos: 67.5,-8.5 + - type: Transform + pos: 67.5,-8.5 parent: 1 - type: Transform - uid: 17308 components: - - pos: 67.5,-9.5 + - type: Transform + pos: 67.5,-9.5 parent: 1 - type: Transform - uid: 17309 components: - - pos: 67.5,-10.5 + - type: Transform + pos: 67.5,-10.5 parent: 1 - type: Transform - uid: 17310 components: - - pos: 66.5,-10.5 + - type: Transform + pos: 66.5,-10.5 parent: 1 - type: Transform - uid: 17311 components: - - pos: 65.5,-10.5 + - type: Transform + pos: 65.5,-10.5 parent: 1 - type: Transform - uid: 17312 components: - - pos: 64.5,-10.5 + - type: Transform + pos: 64.5,-10.5 parent: 1 - type: Transform - uid: 17313 components: - - pos: 63.5,-10.5 + - type: Transform + pos: 63.5,-10.5 parent: 1 - type: Transform - uid: 17314 components: - - pos: 62.5,-10.5 + - type: Transform + pos: 62.5,-10.5 parent: 1 - type: Transform - uid: 17315 components: - - pos: 61.5,-10.5 + - type: Transform + pos: 61.5,-10.5 parent: 1 - type: Transform - uid: 17316 components: - - pos: 60.5,-10.5 + - type: Transform + pos: 60.5,-10.5 parent: 1 - type: Transform - uid: 17317 components: - - pos: 59.5,-10.5 + - type: Transform + pos: 59.5,-10.5 parent: 1 - type: Transform - uid: 22635 components: - - pos: 44.5,-17.5 + - type: Transform + pos: 44.5,-17.5 parent: 1 - type: Transform - uid: 22636 components: - - pos: 45.5,-16.5 + - type: Transform + pos: 45.5,-16.5 parent: 1 - type: Transform - uid: 22637 components: - - pos: 45.5,-16.5 + - type: Transform + pos: 45.5,-16.5 parent: 1 - type: Transform - uid: 22638 components: - - pos: 45.5,-18.5 + - type: Transform + pos: 45.5,-18.5 parent: 1 - type: Transform - uid: 22639 components: - - pos: 45.5,-17.5 + - type: Transform + pos: 45.5,-17.5 parent: 1 - type: Transform - uid: 22640 components: - - pos: 44.5,-18.5 + - type: Transform + pos: 44.5,-18.5 parent: 1 - type: Transform - uid: 22641 components: - - pos: 44.5,-12.5 + - type: Transform + pos: 44.5,-12.5 parent: 1 - type: Transform - uid: 22642 components: - - pos: 45.5,-12.5 + - type: Transform + pos: 45.5,-12.5 parent: 1 - type: Transform - uid: 22643 components: - - pos: 44.5,-13.5 + - type: Transform + pos: 44.5,-13.5 parent: 1 - type: Transform - uid: 23466 components: - - pos: 52.5,-16.5 + - type: Transform + pos: 52.5,-16.5 parent: 1 - type: Transform - uid: 23467 components: - - pos: 53.5,-16.5 + - type: Transform + pos: 53.5,-16.5 parent: 1 - type: Transform - uid: 23468 components: - - pos: 52.5,-17.5 + - type: Transform + pos: 52.5,-17.5 parent: 1 - type: Transform - uid: 23469 components: - - pos: 46.5,-18.5 + - type: Transform + pos: 46.5,-18.5 parent: 1 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 3003 components: - - pos: 82.5,47.5 + - type: Transform + pos: 82.5,47.5 parent: 1 - type: Transform - uid: 3004 components: - - pos: 81.5,43.5 + - type: Transform + pos: 81.5,43.5 parent: 1 - type: Transform - uid: 3110 components: - - pos: 82.5,46.5 + - type: Transform + pos: 82.5,46.5 parent: 1 - type: Transform - uid: 3111 components: - - pos: 82.5,45.5 + - type: Transform + pos: 82.5,45.5 parent: 1 - type: Transform - uid: 3112 components: - - pos: 84.5,40.5 + - type: Transform + pos: 84.5,40.5 parent: 1 - type: Transform - uid: 3113 components: - - pos: 82.5,41.5 + - type: Transform + pos: 82.5,41.5 parent: 1 - type: Transform - uid: 3114 components: - - pos: 82.5,44.5 + - type: Transform + pos: 82.5,44.5 parent: 1 - type: Transform - uid: 3115 components: - - pos: 85.5,40.5 + - type: Transform + pos: 85.5,40.5 parent: 1 - type: Transform - uid: 3116 components: - - pos: 83.5,41.5 + - type: Transform + pos: 83.5,41.5 parent: 1 - type: Transform - uid: 3118 components: - - pos: 82.5,43.5 + - type: Transform + pos: 82.5,43.5 parent: 1 - type: Transform - uid: 3119 components: - - pos: 82.5,42.5 + - type: Transform + pos: 82.5,42.5 parent: 1 - type: Transform - uid: 3124 components: - - pos: 71.5,41.5 + - type: Transform + pos: 71.5,41.5 parent: 1 - type: Transform - uid: 3125 components: - - pos: 72.5,41.5 + - type: Transform + pos: 72.5,41.5 parent: 1 - type: Transform - uid: 3126 components: - - pos: 73.5,42.5 + - type: Transform + pos: 73.5,42.5 parent: 1 - type: Transform - uid: 3186 components: - - pos: 73.5,41.5 + - type: Transform + pos: 73.5,41.5 parent: 1 - type: Transform - uid: 29701 components: - - pos: 68.5,37.5 + - type: Transform + pos: 68.5,37.5 parent: 1 - type: Transform - uid: 29702 components: - - pos: 68.5,36.5 + - type: Transform + pos: 68.5,36.5 parent: 1 - type: Transform - uid: 29703 components: - - pos: 69.5,36.5 + - type: Transform + pos: 69.5,36.5 parent: 1 - type: Transform - uid: 29704 components: - - pos: 70.5,36.5 + - type: Transform + pos: 70.5,36.5 parent: 1 - type: Transform - uid: 29705 components: - - pos: 71.5,36.5 + - type: Transform + pos: 71.5,36.5 parent: 1 - type: Transform - uid: 29706 components: - - pos: 71.5,37.5 + - type: Transform + pos: 71.5,37.5 parent: 1 - type: Transform - uid: 29707 components: - - pos: 84.5,36.5 + - type: Transform + pos: 84.5,36.5 parent: 1 - type: Transform - uid: 29708 components: - - pos: 84.5,35.5 + - type: Transform + pos: 84.5,35.5 parent: 1 - type: Transform - uid: 29711 components: - - pos: 83.5,35.5 + - type: Transform + pos: 83.5,35.5 parent: 1 - type: Transform - uid: 29713 components: - - pos: 83.5,34.5 + - type: Transform + pos: 83.5,34.5 parent: 1 - type: Transform - uid: 29715 components: - - pos: 82.5,34.5 + - type: Transform + pos: 82.5,34.5 parent: 1 - type: Transform - uid: 29716 components: - - pos: 82.5,33.5 + - type: Transform + pos: 82.5,33.5 parent: 1 - type: Transform - uid: 31807 components: - - pos: 73.5,4.5 + - type: Transform + pos: 73.5,4.5 parent: 1 - type: Transform - uid: 31808 components: - - pos: 73.5,5.5 + - type: Transform + pos: 73.5,5.5 parent: 1 - type: Transform - uid: 31809 components: - - pos: 74.5,4.5 + - type: Transform + pos: 74.5,4.5 parent: 1 - type: Transform - uid: 31810 components: - - pos: 74.5,5.5 + - type: Transform + pos: 74.5,5.5 parent: 1 - type: Transform - uid: 31812 components: - - pos: 81.5,-1.5 + - type: Transform + pos: 81.5,-1.5 parent: 1 - type: Transform - uid: 31813 components: - - pos: 82.5,-3.5 + - type: Transform + pos: 82.5,-3.5 parent: 1 - type: Transform - uid: 31814 components: - - pos: 83.5,-4.5 + - type: Transform + pos: 83.5,-4.5 parent: 1 - type: Transform - uid: 31815 components: - - pos: 83.5,-14.5 + - type: Transform + pos: 83.5,-14.5 parent: 1 - type: Transform - uid: 31816 components: - - pos: 80.5,-18.5 + - type: Transform + pos: 80.5,-18.5 parent: 1 - type: Transform - uid: 31818 components: - - pos: 75.5,-23.5 + - type: Transform + pos: 75.5,-23.5 parent: 1 - type: Transform - uid: 31819 components: - - pos: 75.5,-24.5 + - type: Transform + pos: 75.5,-24.5 parent: 1 - type: Transform - uid: 31822 components: - - pos: 76.5,-23.5 + - type: Transform + pos: 76.5,-23.5 parent: 1 - type: Transform - uid: 31823 components: - - pos: 76.5,-24.5 + - type: Transform + pos: 76.5,-24.5 parent: 1 - type: Transform - uid: 31824 components: - - pos: 73.5,-25.5 + - type: Transform + pos: 73.5,-25.5 parent: 1 - type: Transform - uid: 31825 components: - - pos: 73.5,-26.5 + - type: Transform + pos: 73.5,-26.5 parent: 1 - type: Transform - uid: 31826 components: - - pos: 72.5,-26.5 + - type: Transform + pos: 72.5,-26.5 parent: 1 - type: Transform - uid: 31827 components: - - pos: 71.5,-26.5 + - type: Transform + pos: 71.5,-26.5 parent: 1 - type: Transform - uid: 32148 components: - - pos: 43.5,-7.5 + - type: Transform + pos: 43.5,-7.5 parent: 1 - type: Transform - uid: 32149 components: - - pos: 44.5,-7.5 + - type: Transform + pos: 44.5,-7.5 parent: 1 - type: Transform - uid: 32150 components: - - pos: 44.5,-6.5 + - type: Transform + pos: 44.5,-6.5 parent: 1 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 541 components: - - pos: -72.5,45.5 + - type: Transform + pos: -72.5,45.5 parent: 1 - type: Transform - uid: 548 components: - - pos: -64.5,45.5 + - type: Transform + pos: -64.5,45.5 parent: 1 - type: Transform - uid: 550 components: - - pos: -46.5,45.5 + - type: Transform + pos: -46.5,45.5 parent: 1 - type: Transform - uid: 2036 components: - - pos: -30.5,42.5 + - type: Transform + pos: -30.5,42.5 parent: 1 - type: Transform - uid: 2179 components: - - pos: -74.5,45.5 + - type: Transform + pos: -74.5,45.5 parent: 1 - type: Transform - uid: 2214 components: - - pos: -66.5,45.5 + - type: Transform + pos: -66.5,45.5 parent: 1 - type: Transform - uid: 2464 components: - - pos: -48.5,45.5 + - type: Transform + pos: -48.5,45.5 parent: 1 - type: Transform - uid: 5442 components: - - pos: -31.5,42.5 + - type: Transform + pos: -31.5,42.5 parent: 1 - type: Transform - uid: 5587 components: - - pos: -34.5,42.5 + - type: Transform + pos: -34.5,42.5 parent: 1 - type: Transform - uid: 5661 components: - - pos: -33.5,42.5 + - type: Transform + pos: -33.5,42.5 parent: 1 - type: Transform - uid: 5991 components: - - pos: 28.5,5.5 + - type: Transform + pos: 28.5,5.5 parent: 1 - type: Transform - uid: 5992 components: - - pos: 28.5,9.5 + - type: Transform + pos: 28.5,9.5 parent: 1 - type: Transform - uid: 10515 components: - - pos: 22.5,-41.5 + - type: Transform + pos: 22.5,-41.5 parent: 1 - type: Transform - uid: 12719 components: - - pos: -97.5,38.5 + - type: Transform + pos: -97.5,38.5 parent: 1 - type: Transform - uid: 12720 components: - - pos: -87.5,45.5 + - type: Transform + pos: -87.5,45.5 parent: 1 - type: Transform - uid: 12721 components: - - pos: -87.5,38.5 + - type: Transform + pos: -87.5,38.5 parent: 1 - type: Transform - uid: 12788 components: - - pos: -97.5,45.5 + - type: Transform + pos: -97.5,45.5 parent: 1 - type: Transform - uid: 16635 components: - - pos: -137.5,-24.5 + - type: Transform + pos: -137.5,-24.5 parent: 1 - type: Transform - uid: 19249 components: - - pos: -45.5,-78.5 + - type: Transform + pos: -45.5,-78.5 parent: 1 - type: Transform - uid: 24591 components: - - pos: -5.5,-65.5 + - type: Transform + pos: -5.5,-65.5 parent: 1 - type: Transform - uid: 24592 components: - - pos: -3.5,-65.5 + - type: Transform + pos: -3.5,-65.5 parent: 1 - type: Transform - uid: 24593 components: - - pos: 2.5,-65.5 + - type: Transform + pos: 2.5,-65.5 parent: 1 - type: Transform - uid: 24594 components: - - pos: 4.5,-65.5 + - type: Transform + pos: 4.5,-65.5 parent: 1 - type: Transform - uid: 24595 components: - - pos: 16.5,-65.5 + - type: Transform + pos: 16.5,-65.5 parent: 1 - type: Transform - uid: 24596 components: - - pos: 18.5,-65.5 + - type: Transform + pos: 18.5,-65.5 parent: 1 - type: Transform - uid: 24597 components: - - pos: 24.5,-65.5 + - type: Transform + pos: 24.5,-65.5 parent: 1 - type: Transform - uid: 24598 components: - - pos: 26.5,-65.5 + - type: Transform + pos: 26.5,-65.5 parent: 1 - type: Transform - uid: 24599 components: - - pos: 38.5,-65.5 + - type: Transform + pos: 38.5,-65.5 parent: 1 - type: Transform - uid: 24600 components: - - pos: 40.5,-65.5 + - type: Transform + pos: 40.5,-65.5 parent: 1 - type: Transform - uid: 24601 components: - - pos: 46.5,-65.5 + - type: Transform + pos: 46.5,-65.5 parent: 1 - type: Transform - uid: 24602 components: - - pos: 48.5,-65.5 + - type: Transform + pos: 48.5,-65.5 parent: 1 - type: Transform - uid: 24931 components: - - pos: -41.5,-78.5 + - type: Transform + pos: -41.5,-78.5 parent: 1 - type: Transform - uid: 24947 components: - - pos: -49.5,-78.5 + - type: Transform + pos: -49.5,-78.5 parent: 1 - type: Transform - uid: 36459 components: - - pos: -124.5,27.5 + - type: Transform + pos: -124.5,27.5 parent: 1 - type: Transform - uid: 36464 components: - - pos: -153.5,-32.5 + - type: Transform + pos: -153.5,-32.5 parent: 1 - type: Transform - uid: 36465 components: - - pos: -153.5,-33.5 + - type: Transform + pos: -153.5,-33.5 parent: 1 - type: Transform - uid: 41739 components: - - pos: -93.5,-89.5 + - type: Transform + pos: -93.5,-89.5 parent: 1 - type: Transform - uid: 41810 components: - - pos: -90.5,-86.5 + - type: Transform + pos: -90.5,-86.5 parent: 1 - type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 22173 components: - - pos: -103.5,-41.5 + - type: Transform + pos: -103.5,-41.5 parent: 1 - type: Transform - uid: 22174 components: - - pos: -103.5,-42.5 + - type: Transform + pos: -103.5,-42.5 parent: 1 - type: Transform - uid: 22175 components: - - pos: -103.5,-43.5 + - type: Transform + pos: -103.5,-43.5 parent: 1 - type: Transform - uid: 22176 components: - - pos: -102.5,-41.5 + - type: Transform + pos: -102.5,-41.5 parent: 1 - type: Transform - uid: 22177 components: - - pos: -102.5,-42.5 + - type: Transform + pos: -102.5,-42.5 parent: 1 - type: Transform - uid: 22178 components: - - pos: -102.5,-43.5 + - type: Transform + pos: -102.5,-43.5 parent: 1 - type: Transform - uid: 22179 components: - - pos: -101.5,-41.5 + - type: Transform + pos: -101.5,-41.5 parent: 1 - type: Transform - uid: 22180 components: - - pos: -101.5,-42.5 + - type: Transform + pos: -101.5,-42.5 parent: 1 - type: Transform - uid: 22304 components: - - pos: -101.5,-43.5 + - type: Transform + pos: -101.5,-43.5 parent: 1 - type: Transform - uid: 40755 components: - - pos: -26.5,-61.5 + - type: Transform + pos: -26.5,-61.5 parent: 1 - type: Transform - uid: 40756 components: - - pos: -26.5,-62.5 + - type: Transform + pos: -26.5,-62.5 parent: 1 - type: Transform - uid: 40757 components: - - pos: -26.5,-63.5 + - type: Transform + pos: -26.5,-63.5 parent: 1 - type: Transform - uid: 40758 components: - - pos: -26.5,-64.5 + - type: Transform + pos: -26.5,-64.5 parent: 1 - type: Transform - uid: 40759 components: - - pos: -25.5,-61.5 + - type: Transform + pos: -25.5,-61.5 parent: 1 - type: Transform - uid: 40760 components: - - pos: -25.5,-62.5 + - type: Transform + pos: -25.5,-62.5 parent: 1 - type: Transform - uid: 40761 components: - - pos: -25.5,-63.5 + - type: Transform + pos: -25.5,-63.5 parent: 1 - type: Transform - uid: 40762 components: - - pos: -25.5,-64.5 + - type: Transform + pos: -25.5,-64.5 parent: 1 - type: Transform - uid: 40763 components: - - pos: -24.5,-61.5 + - type: Transform + pos: -24.5,-61.5 parent: 1 - type: Transform - uid: 40764 components: - - pos: -24.5,-62.5 + - type: Transform + pos: -24.5,-62.5 parent: 1 - type: Transform - uid: 40765 components: - - pos: -24.5,-63.5 + - type: Transform + pos: -24.5,-63.5 parent: 1 - type: Transform - uid: 40766 components: - - pos: -24.5,-64.5 + - type: Transform + pos: -24.5,-64.5 parent: 1 - type: Transform - uid: 40767 components: - - pos: -23.5,-61.5 + - type: Transform + pos: -23.5,-61.5 parent: 1 - type: Transform - uid: 40768 components: - - pos: -23.5,-62.5 + - type: Transform + pos: -23.5,-62.5 parent: 1 - type: Transform - uid: 40769 components: - - pos: -23.5,-63.5 + - type: Transform + pos: -23.5,-63.5 parent: 1 - type: Transform - uid: 40770 components: - - pos: -23.5,-64.5 + - type: Transform + pos: -23.5,-64.5 parent: 1 - type: Transform - uid: 40771 components: - - pos: -22.5,-61.5 + - type: Transform + pos: -22.5,-61.5 parent: 1 - type: Transform - uid: 40772 components: - - pos: -22.5,-62.5 + - type: Transform + pos: -22.5,-62.5 parent: 1 - type: Transform - uid: 40773 components: - - pos: -22.5,-63.5 + - type: Transform + pos: -22.5,-63.5 parent: 1 - type: Transform - uid: 40774 components: - - pos: -22.5,-64.5 + - type: Transform + pos: -22.5,-64.5 parent: 1 - type: Transform - uid: 40778 components: - - pos: -108.5,-50.5 + - type: Transform + pos: -108.5,-50.5 parent: 1 - type: Transform - uid: 40779 components: - - pos: -107.5,-50.5 + - type: Transform + pos: -107.5,-50.5 parent: 1 - type: Transform - uid: 40780 components: - - pos: -106.5,-50.5 + - type: Transform + pos: -106.5,-50.5 parent: 1 - type: Transform - uid: 40781 components: - - pos: -111.5,-55.5 + - type: Transform + pos: -111.5,-55.5 parent: 1 - type: Transform - uid: 40782 components: - - pos: -110.5,-55.5 + - type: Transform + pos: -110.5,-55.5 parent: 1 - type: Transform - uid: 40783 components: - - pos: -109.5,-55.5 + - type: Transform + pos: -109.5,-55.5 parent: 1 - type: Transform - uid: 40784 components: - - pos: -111.5,-57.5 + - type: Transform + pos: -111.5,-57.5 parent: 1 - type: Transform - uid: 40785 components: - - pos: -110.5,-57.5 + - type: Transform + pos: -110.5,-57.5 parent: 1 - type: Transform - uid: 40786 components: - - pos: -109.5,-57.5 + - type: Transform + pos: -109.5,-57.5 parent: 1 - type: Transform - uid: 40787 components: - - pos: -111.5,-61.5 + - type: Transform + pos: -111.5,-61.5 parent: 1 - type: Transform - uid: 40788 components: - - pos: -110.5,-61.5 + - type: Transform + pos: -110.5,-61.5 parent: 1 - type: Transform - uid: 40789 components: - - pos: -109.5,-61.5 + - type: Transform + pos: -109.5,-61.5 parent: 1 - type: Transform - uid: 40790 components: - - pos: -105.5,-74.5 + - type: Transform + pos: -105.5,-74.5 parent: 1 - type: Transform - uid: 40791 components: - - pos: -105.5,-75.5 + - type: Transform + pos: -105.5,-75.5 parent: 1 - type: Transform - uid: 40792 components: - - pos: -105.5,-76.5 + - type: Transform + pos: -105.5,-76.5 parent: 1 - type: Transform - uid: 40793 components: - - pos: -105.5,-77.5 + - type: Transform + pos: -105.5,-77.5 parent: 1 - type: Transform - uid: 40794 components: - - pos: -104.5,-74.5 + - type: Transform + pos: -104.5,-74.5 parent: 1 - type: Transform - uid: 40795 components: - - pos: -104.5,-75.5 + - type: Transform + pos: -104.5,-75.5 parent: 1 - type: Transform - uid: 40796 components: - - pos: -104.5,-76.5 + - type: Transform + pos: -104.5,-76.5 parent: 1 - type: Transform - uid: 40797 components: - - pos: -104.5,-77.5 + - type: Transform + pos: -104.5,-77.5 parent: 1 - type: Transform - uid: 40798 components: - - pos: -103.5,-74.5 + - type: Transform + pos: -103.5,-74.5 parent: 1 - type: Transform - uid: 40799 components: - - pos: -103.5,-75.5 + - type: Transform + pos: -103.5,-75.5 parent: 1 - type: Transform - uid: 40800 components: - - pos: -103.5,-76.5 + - type: Transform + pos: -103.5,-76.5 parent: 1 - type: Transform - uid: 40801 components: - - pos: -103.5,-77.5 + - type: Transform + pos: -103.5,-77.5 parent: 1 - type: Transform - uid: 40802 components: - - pos: -102.5,-74.5 + - type: Transform + pos: -102.5,-74.5 parent: 1 - type: Transform - uid: 40803 components: - - pos: -102.5,-75.5 + - type: Transform + pos: -102.5,-75.5 parent: 1 - type: Transform - uid: 40804 components: - - pos: -102.5,-76.5 + - type: Transform + pos: -102.5,-76.5 parent: 1 - type: Transform - uid: 40805 components: - - pos: -102.5,-77.5 + - type: Transform + pos: -102.5,-77.5 parent: 1 - type: Transform - uid: 40806 components: - - pos: -101.5,-74.5 + - type: Transform + pos: -101.5,-74.5 parent: 1 - type: Transform - uid: 40807 components: - - pos: -101.5,-75.5 + - type: Transform + pos: -101.5,-75.5 parent: 1 - type: Transform - uid: 40808 components: - - pos: -101.5,-76.5 + - type: Transform + pos: -101.5,-76.5 parent: 1 - type: Transform - uid: 40809 components: - - pos: -101.5,-77.5 + - type: Transform + pos: -101.5,-77.5 parent: 1 - type: Transform - uid: 40810 components: - - pos: -94.5,-50.5 + - type: Transform + pos: -94.5,-50.5 parent: 1 - type: Transform - uid: 40811 components: - - pos: -94.5,-51.5 + - type: Transform + pos: -94.5,-51.5 parent: 1 - type: Transform - proto: AtmosFixFreezerMarker entities: - uid: 11128 components: - - pos: -25.5,-24.5 + - type: Transform + pos: -25.5,-24.5 parent: 1 - type: Transform - uid: 11129 components: - - pos: -25.5,-23.5 + - type: Transform + pos: -25.5,-23.5 parent: 1 - type: Transform - uid: 11130 components: - - pos: -24.5,-22.5 + - type: Transform + pos: -24.5,-22.5 parent: 1 - type: Transform - uid: 11131 components: - - pos: -24.5,-23.5 + - type: Transform + pos: -24.5,-23.5 parent: 1 - type: Transform - uid: 11132 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 1 - type: Transform - uid: 11133 components: - - pos: -23.5,-23.5 + - type: Transform + pos: -23.5,-23.5 parent: 1 - type: Transform - uid: 11134 components: - - pos: -23.5,-24.5 + - type: Transform + pos: -23.5,-24.5 parent: 1 - type: Transform - uid: 11135 components: - - pos: -22.5,-24.5 + - type: Transform + pos: -22.5,-24.5 parent: 1 - type: Transform - uid: 11136 components: - - pos: -22.5,-23.5 + - type: Transform + pos: -22.5,-23.5 parent: 1 - type: Transform - uid: 11137 components: - - pos: -23.5,-22.5 + - type: Transform + pos: -23.5,-22.5 parent: 1 - type: Transform - uid: 33589 components: - - pos: 23.5,-40.5 + - type: Transform + pos: 23.5,-40.5 parent: 1 - type: Transform - uid: 33590 components: - - pos: 23.5,-41.5 + - type: Transform + pos: 23.5,-41.5 parent: 1 - type: Transform - uid: 33594 components: - - pos: 23.5,-42.5 + - type: Transform + pos: 23.5,-42.5 parent: 1 - type: Transform - uid: 33595 components: - - pos: 24.5,-40.5 + - type: Transform + pos: 24.5,-40.5 parent: 1 - type: Transform - uid: 33596 components: - - pos: 24.5,-41.5 + - type: Transform + pos: 24.5,-41.5 parent: 1 - type: Transform - uid: 33600 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 1 - type: Transform - uid: 34823 components: - - pos: -24.5,11.5 + - type: Transform + pos: -24.5,11.5 parent: 1 - type: Transform - uid: 34824 components: - - pos: -24.5,10.5 + - type: Transform + pos: -24.5,10.5 parent: 1 - type: Transform - uid: 34825 components: - - pos: -24.5,9.5 + - type: Transform + pos: -24.5,9.5 parent: 1 - type: Transform - uid: 34826 components: - - pos: -23.5,11.5 + - type: Transform + pos: -23.5,11.5 parent: 1 - type: Transform - uid: 34827 components: - - pos: -23.5,10.5 + - type: Transform + pos: -23.5,10.5 parent: 1 - type: Transform - uid: 34828 components: - - pos: -23.5,9.5 + - type: Transform + pos: -23.5,9.5 parent: 1 - type: Transform - uid: 34829 components: - - pos: -22.5,11.5 + - type: Transform + pos: -22.5,11.5 parent: 1 - type: Transform - uid: 34830 components: - - pos: -22.5,10.5 + - type: Transform + pos: -22.5,10.5 parent: 1 - type: Transform - uid: 34831 components: - - pos: -22.5,9.5 + - type: Transform + pos: -22.5,9.5 parent: 1 - type: Transform - uid: 34832 components: - - pos: -21.5,11.5 + - type: Transform + pos: -21.5,11.5 parent: 1 - type: Transform - uid: 34833 components: - - pos: -21.5,10.5 + - type: Transform + pos: -21.5,10.5 parent: 1 - type: Transform - uid: 34834 components: - - pos: -21.5,9.5 + - type: Transform + pos: -21.5,9.5 parent: 1 - type: Transform - uid: 34835 components: - - pos: -20.5,11.5 + - type: Transform + pos: -20.5,11.5 parent: 1 - type: Transform - uid: 34836 components: - - pos: -20.5,10.5 + - type: Transform + pos: -20.5,10.5 parent: 1 - type: Transform - uid: 34837 components: - - pos: -20.5,9.5 + - type: Transform + pos: -20.5,9.5 parent: 1 - type: Transform - uid: 34838 components: - - pos: -19.5,11.5 + - type: Transform + pos: -19.5,11.5 parent: 1 - type: Transform - uid: 34839 components: - - pos: -19.5,10.5 + - type: Transform + pos: -19.5,10.5 parent: 1 - type: Transform - uid: 34840 components: - - pos: -19.5,9.5 + - type: Transform + pos: -19.5,9.5 parent: 1 - type: Transform - uid: 34841 components: - - pos: -18.5,11.5 + - type: Transform + pos: -18.5,11.5 parent: 1 - type: Transform - uid: 34842 components: - - pos: -18.5,10.5 + - type: Transform + pos: -18.5,10.5 parent: 1 - type: Transform - uid: 34843 components: - - pos: -18.5,9.5 + - type: Transform + pos: -18.5,9.5 parent: 1 - type: Transform - uid: 34844 components: - - pos: -17.5,11.5 + - type: Transform + pos: -17.5,11.5 parent: 1 - type: Transform - uid: 34845 components: - - pos: -17.5,10.5 + - type: Transform + pos: -17.5,10.5 parent: 1 - type: Transform - uid: 34846 components: - - pos: -17.5,9.5 + - type: Transform + pos: -17.5,9.5 parent: 1 - type: Transform - uid: 34847 components: - - pos: -20.5,8.5 + - type: Transform + pos: -20.5,8.5 parent: 1 - type: Transform - uid: 34848 components: - - pos: -19.5,8.5 + - type: Transform + pos: -19.5,8.5 parent: 1 - type: Transform - uid: 34849 components: - - pos: -18.5,8.5 + - type: Transform + pos: -18.5,8.5 parent: 1 - type: Transform - uid: 34850 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 1 - type: Transform - uid: 34851 components: - - pos: -19.5,12.5 + - type: Transform + pos: -19.5,12.5 parent: 1 - type: Transform - uid: 34852 components: - - pos: -18.5,12.5 + - type: Transform + pos: -18.5,12.5 parent: 1 - type: Transform - uid: 34853 components: - - pos: -17.5,12.5 + - type: Transform + pos: -17.5,12.5 parent: 1 - type: Transform - uid: 34854 components: - - pos: -16.5,12.5 + - type: Transform + pos: -16.5,12.5 parent: 1 - type: Transform - uid: 34855 components: - - pos: -16.5,11.5 + - type: Transform + pos: -16.5,11.5 parent: 1 - type: Transform - proto: AtmosFixNitrogenMarker entities: - uid: 22169 components: - - pos: -104.5,-50.5 + - type: Transform + pos: -104.5,-50.5 parent: 1 - type: Transform - uid: 22170 components: - - pos: -104.5,-51.5 + - type: Transform + pos: -104.5,-51.5 parent: 1 - type: Transform - uid: 22171 components: - - pos: -103.5,-50.5 + - type: Transform + pos: -103.5,-50.5 parent: 1 - type: Transform - uid: 22172 components: - - pos: -103.5,-51.5 + - type: Transform + pos: -103.5,-51.5 parent: 1 - type: Transform - proto: AtmosFixOxygenMarker entities: - uid: 22165 components: - - pos: -101.5,-50.5 + - type: Transform + pos: -101.5,-50.5 parent: 1 - type: Transform - uid: 22166 components: - - pos: -101.5,-51.5 + - type: Transform + pos: -101.5,-51.5 parent: 1 - type: Transform - uid: 22167 components: - - pos: -100.5,-50.5 + - type: Transform + pos: -100.5,-50.5 parent: 1 - type: Transform - uid: 22168 components: - - pos: -100.5,-51.5 + - type: Transform + pos: -100.5,-51.5 parent: 1 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 40775 components: - - pos: -109.5,-59.5 + - type: Transform + pos: -109.5,-59.5 parent: 1 - type: Transform - uid: 40776 components: - - pos: -110.5,-59.5 + - type: Transform + pos: -110.5,-59.5 parent: 1 - type: Transform - uid: 40777 components: - - pos: -111.5,-59.5 + - type: Transform + pos: -111.5,-59.5 parent: 1 - type: Transform - proto: Autolathe entities: - uid: 5047 components: - - pos: -52.5,16.5 + - type: Transform + pos: -52.5,16.5 parent: 1 - type: Transform - uid: 5434 components: - - pos: -41.5,30.5 + - type: Transform + pos: -41.5,30.5 parent: 1 - type: Transform - uid: 7461 components: - - pos: -23.5,19.5 + - type: Transform + pos: -23.5,19.5 parent: 1 - type: Transform - uid: 8852 components: - - pos: -102.5,-14.5 + - type: Transform + pos: -102.5,-14.5 parent: 1 - type: Transform - uid: 9791 components: - - pos: -104.5,7.5 + - type: Transform + pos: -104.5,7.5 parent: 1 - type: Transform - uid: 32166 components: - - pos: -77.5,18.5 + - type: Transform + pos: -77.5,18.5 parent: 1 - type: Transform - proto: BackgammonBoard entities: - uid: 15091 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.069756,24.58025 parent: 1 - type: Transform - proto: BagpipeInstrument entities: - uid: 36971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.467255,-46.383945 parent: 1 - type: Transform - proto: BalloonCorgi entities: - uid: 13526 components: - - pos: -93.12421,25.546886 + - type: Transform + pos: -93.12421,25.546886 parent: 1 - type: Transform - uid: 41230 components: - - pos: 27.763897,22.591543 + - type: Transform + pos: 27.763897,22.591543 parent: 1 - type: Transform - proto: BananaPhoneInstrument entities: - uid: 31066 components: - - pos: -66.29403,3.7992694 + - type: Transform + pos: -66.29403,3.7992694 parent: 1 - type: Transform - proto: BannerBlue entities: - uid: 6523 components: - - pos: -128.5,0.5 + - type: Transform + pos: -128.5,0.5 parent: 1 - type: Transform - uid: 6524 components: - - pos: -128.5,-3.5 + - type: Transform + pos: -128.5,-3.5 parent: 1 - type: Transform - proto: BannerCargo entities: - uid: 7544 components: - - pos: -41.5,26.5 + - type: Transform + pos: -41.5,26.5 parent: 1 - type: Transform - uid: 7545 components: - - pos: -30.5,26.5 + - type: Transform + pos: -30.5,26.5 parent: 1 - type: Transform - proto: BannerEngineering entities: - uid: 9838 components: - - pos: -97.5,-15.5 + - type: Transform + pos: -97.5,-15.5 parent: 1 - type: Transform - uid: 32284 components: - - pos: -97.5,-18.5 + - type: Transform + pos: -97.5,-18.5 parent: 1 - type: Transform - proto: BannerMedical entities: - uid: 9110 components: - - pos: -73.5,-15.5 + - type: Transform + pos: -73.5,-15.5 parent: 1 - type: Transform - uid: 9111 components: - - pos: -62.5,-15.5 + - type: Transform + pos: -62.5,-15.5 parent: 1 - type: Transform - proto: BannerNanotrasen entities: - uid: 5141 components: - - pos: -101.5,2.5 + - type: Transform + pos: -101.5,2.5 parent: 1 - type: Transform - uid: 5142 components: - - pos: -99.5,2.5 + - type: Transform + pos: -99.5,2.5 parent: 1 - type: Transform - uid: 31107 components: - - pos: -58.5,19.5 + - type: Transform + pos: -58.5,19.5 parent: 1 - type: Transform - uid: 31108 components: - - pos: -58.5,23.5 + - type: Transform + pos: -58.5,23.5 parent: 1 - type: Transform - proto: BannerScience entities: - uid: 11958 components: - - pos: -21.5,-27.5 + - type: Transform + pos: -21.5,-27.5 parent: 1 - type: Transform - uid: 11959 components: - - pos: -29.5,-27.5 + - type: Transform + pos: -29.5,-27.5 parent: 1 - type: Transform - proto: BannerSecurity entities: - uid: 3994 components: - - pos: -50.5,-18.5 + - type: Transform + pos: -50.5,-18.5 parent: 1 - type: Transform - uid: 3995 components: - - pos: -45.5,-18.5 + - type: Transform + pos: -45.5,-18.5 parent: 1 - type: Transform - proto: BarberScissors entities: - uid: 13261 components: - - pos: -85.43389,-6.36954 + - type: Transform + pos: -85.43389,-6.36954 parent: 1 - type: Transform - uid: 14692 components: - - pos: -85.663055,-6.3382688 + - type: Transform + pos: -85.663055,-6.3382688 parent: 1 - type: Transform - proto: Barricade entities: - uid: 4348 components: - - pos: -75.5,-48.5 + - type: Transform + pos: -75.5,-48.5 parent: 1 - type: Transform - uid: 10469 components: - - pos: 0.5,-42.5 + - type: Transform + pos: 0.5,-42.5 parent: 1 - type: Transform - uid: 12450 components: - - pos: -72.5,-57.5 + - type: Transform + pos: -72.5,-57.5 parent: 1 - type: Transform - uid: 12452 components: - - pos: -72.5,-58.5 + - type: Transform + pos: -72.5,-58.5 parent: 1 - type: Transform - uid: 13692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-68.5 parent: 1 - type: Transform - uid: 13693 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-69.5 parent: 1 - type: Transform - uid: 13694 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-67.5 parent: 1 - type: Transform - uid: 15785 components: - - pos: -78.5,-71.5 + - type: Transform + pos: -78.5,-71.5 parent: 1 - type: Transform - uid: 15786 components: - - pos: -77.5,-71.5 + - type: Transform + pos: -77.5,-71.5 parent: 1 - type: Transform - uid: 16333 components: - - pos: -121.5,15.5 + - type: Transform + pos: -121.5,15.5 parent: 1 - type: Transform - uid: 29611 components: - - pos: -84.5,-49.5 + - type: Transform + pos: -84.5,-49.5 parent: 1 - type: Transform - uid: 30684 components: - - pos: 10.5,-43.5 + - type: Transform + pos: 10.5,-43.5 parent: 1 - type: Transform - uid: 30947 components: - - pos: -48.5,-58.5 + - type: Transform + pos: -48.5,-58.5 parent: 1 - type: Transform - uid: 30948 components: - - pos: -47.5,-58.5 + - type: Transform + pos: -47.5,-58.5 parent: 1 - type: Transform - uid: 31206 components: - - pos: -80.5,-63.5 + - type: Transform + pos: -80.5,-63.5 parent: 1 - type: Transform - uid: 31223 components: - - pos: -82.5,-69.5 + - type: Transform + pos: -82.5,-69.5 parent: 1 - type: Transform - uid: 31224 components: - - pos: -81.5,-73.5 + - type: Transform + pos: -81.5,-73.5 parent: 1 - type: Transform - uid: 31238 components: - - pos: -78.5,-75.5 + - type: Transform + pos: -78.5,-75.5 parent: 1 - type: Transform - uid: 33897 components: - - pos: -76.5,-60.5 + - type: Transform + pos: -76.5,-60.5 parent: 1 - type: Transform - uid: 33921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-68.5 parent: 1 - type: Transform - uid: 34170 components: - - pos: -100.5,-32.5 + - type: Transform + pos: -100.5,-32.5 parent: 1 - type: Transform - uid: 34171 components: - - pos: -99.5,-31.5 + - type: Transform + pos: -99.5,-31.5 parent: 1 - type: Transform - uid: 36364 components: - - pos: -131.5,-51.5 + - type: Transform + pos: -131.5,-51.5 parent: 1 - type: Transform - uid: 36365 components: - - pos: -128.5,-52.5 + - type: Transform + pos: -128.5,-52.5 parent: 1 - type: Transform - uid: 36366 components: - - pos: -127.5,-52.5 + - type: Transform + pos: -127.5,-52.5 parent: 1 - type: Transform - uid: 36367 components: - - pos: -127.5,-51.5 + - type: Transform + pos: -127.5,-51.5 parent: 1 - type: Transform - uid: 36670 components: - - pos: -90.5,-79.5 + - type: Transform + pos: -90.5,-79.5 parent: 1 - type: Transform - uid: 36671 components: - - pos: -89.5,-78.5 + - type: Transform + pos: -89.5,-78.5 parent: 1 - type: Transform - uid: 40812 components: - - pos: -24.5,-55.5 + - type: Transform + pos: -24.5,-55.5 parent: 1 - type: Transform - proto: BarricadeDirectional entities: - uid: 36327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-56.5 parent: 1 - type: Transform - uid: 36328 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-55.5 parent: 1 - type: Transform - uid: 36329 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-54.5 parent: 1 - type: Transform - uid: 36330 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-54.5 parent: 1 - type: Transform - uid: 36331 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-55.5 parent: 1 - type: Transform - uid: 36332 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-56.5 parent: 1 - type: Transform - uid: 36333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-52.5 parent: 1 - type: Transform - uid: 36334 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-51.5 parent: 1 - type: Transform - uid: 36335 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-50.5 parent: 1 - type: Transform - uid: 36336 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-50.5 parent: 1 - type: Transform - uid: 36337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-51.5 parent: 1 - type: Transform - uid: 36338 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-52.5 parent: 1 - type: Transform - uid: 36339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-54.5 parent: 1 - type: Transform - uid: 36340 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-55.5 parent: 1 - type: Transform - uid: 36341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-56.5 parent: 1 - type: Transform - uid: 36342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-56.5 parent: 1 - type: Transform - uid: 36343 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-54.5 parent: 1 - type: Transform - uid: 36344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-55.5 parent: 1 - type: Transform - proto: BarSign entities: - uid: 1480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,6.5 parent: 1 - type: Transform - uid: 12706 components: - - pos: -87.5,-44.5 + - type: Transform + pos: -87.5,-44.5 parent: 1 - type: Transform - uid: 17559 components: - - pos: 19.5,-21.5 + - type: Transform + pos: 19.5,-21.5 parent: 1 - type: Transform - proto: BaseChemistryEmptyVial entities: - uid: 32306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.138084,-21.609352 parent: 1 - type: Transform - - tags: [] - type: Tag - - solutions: + - type: Tag + tags: [] + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: True canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: DemonsBlood Quantity: 1 - type: SolutionContainerManager - uid: 32307 components: - - pos: -63.988083,-21.371687 + - type: Transform + pos: -63.988083,-21.371687 parent: 1 - type: Transform - - tags: [] - type: Tag - - solutions: + - type: Tag + tags: [] + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: True canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: Mold Quantity: 18 - type: SolutionContainerManager - proto: BaseComputer entities: - uid: 23784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-53.5 parent: 1 - type: Transform - proto: BaseGasCondenser entities: - uid: 1743 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-37.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30039 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: Basketball entities: - uid: 11162 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.987872,-2.6871533 parent: 1 - type: Transform - uid: 16273 components: - - pos: -47.64365,-77.24409 + - type: Transform + pos: -47.64365,-77.24409 parent: 1 - type: Transform - proto: Beaker entities: - uid: 32231 components: - - pos: -36.658237,-49.28672 + - type: Transform + pos: -36.658237,-49.28672 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: RootBeer Quantity: 34 - type: SolutionContainerManager - uid: 32232 components: - - pos: -35.29365,-49.109512 + - type: Transform + pos: -35.29365,-49.109512 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: Starkist Quantity: 27 - type: SolutionContainerManager - uid: 32233 components: - - pos: -35.29365,-49.38053 + - type: Transform + pos: -35.29365,-49.38053 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: Cola Quantity: 15 - type: SolutionContainerManager - proto: Bed entities: - uid: 229 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 1 - type: Transform - uid: 231 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 1 - type: Transform - uid: 582 components: - - pos: -34.5,14.5 + - type: Transform + pos: -34.5,14.5 parent: 1 - type: Transform - uid: 811 components: - - pos: -35.5,-19.5 + - type: Transform + pos: -35.5,-19.5 parent: 1 - type: Transform - uid: 1258 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 1259 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 1260 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 1261 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - uid: 1262 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 1 - type: Transform - uid: 1263 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - uid: 1264 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 1 - type: Transform - uid: 1265 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - uid: 1266 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 1 - type: Transform - uid: 1267 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 1 - type: Transform - uid: 1580 components: - - pos: 7.5,-26.5 + - type: Transform + pos: 7.5,-26.5 parent: 1 - type: Transform - uid: 1581 components: - - pos: 11.5,-26.5 + - type: Transform + pos: 11.5,-26.5 parent: 1 - type: Transform - uid: 1678 components: - - pos: -0.5,-29.5 + - type: Transform + pos: -0.5,-29.5 parent: 1 - type: Transform - uid: 2638 components: - - pos: 20.5,-54.5 + - type: Transform + pos: 20.5,-54.5 parent: 1 - type: Transform - uid: 3172 components: - - pos: -102.5,-30.5 + - type: Transform + pos: -102.5,-30.5 parent: 1 - type: Transform - uid: 3355 components: - - pos: -27.5,-50.5 + - type: Transform + pos: -27.5,-50.5 parent: 1 - type: Transform - uid: 3517 components: - - pos: -101.5,-29.5 + - type: Transform + pos: -101.5,-29.5 parent: 1 - type: Transform - uid: 3948 components: - - pos: -49.5,-38.5 + - type: Transform + pos: -49.5,-38.5 parent: 1 - type: Transform - uid: 3949 components: - - pos: -46.5,-38.5 + - type: Transform + pos: -46.5,-38.5 parent: 1 - type: Transform - uid: 3950 components: - - pos: -43.5,-38.5 + - type: Transform + pos: -43.5,-38.5 parent: 1 - type: Transform - uid: 4856 components: - - pos: -90.5,-23.5 + - type: Transform + pos: -90.5,-23.5 parent: 1 - type: Transform - uid: 4857 components: - - pos: -90.5,-25.5 + - type: Transform + pos: -90.5,-25.5 parent: 1 - type: Transform - uid: 7327 components: - - pos: -51.5,27.5 + - type: Transform + pos: -51.5,27.5 parent: 1 - type: Transform - uid: 7330 components: - - pos: -47.5,27.5 + - type: Transform + pos: -47.5,27.5 parent: 1 - type: Transform - uid: 7335 components: - - pos: -43.5,27.5 + - type: Transform + pos: -43.5,27.5 parent: 1 - type: Transform - uid: 7592 components: - - pos: -69.5,15.5 + - type: Transform + pos: -69.5,15.5 parent: 1 - type: Transform - uid: 8340 components: - - pos: -67.5,7.5 + - type: Transform + pos: -67.5,7.5 parent: 1 - type: Transform - uid: 8349 components: - - pos: -67.5,1.5 + - type: Transform + pos: -67.5,1.5 parent: 1 - type: Transform - uid: 8550 components: - - pos: -67.5,-0.5 + - type: Transform + pos: -67.5,-0.5 parent: 1 - type: Transform - uid: 8558 components: - - pos: -64.5,-0.5 + - type: Transform + pos: -64.5,-0.5 parent: 1 - type: Transform - uid: 8787 components: - - pos: -117.5,-3.5 + - type: Transform + pos: -117.5,-3.5 parent: 1 - type: Transform - uid: 9477 components: - - pos: -57.5,-23.5 + - type: Transform + pos: -57.5,-23.5 parent: 1 - type: Transform - uid: 9513 components: - - pos: -58.5,-1.5 + - type: Transform + pos: -58.5,-1.5 parent: 1 - type: Transform - uid: 9521 components: - - pos: -56.5,-1.5 + - type: Transform + pos: -56.5,-1.5 parent: 1 - type: Transform - uid: 9684 components: - - pos: -87.5,-21.5 + - type: Transform + pos: -87.5,-21.5 parent: 1 - type: Transform - uid: 9792 components: - - pos: -104.5,-35.5 + - type: Transform + pos: -104.5,-35.5 parent: 1 - type: Transform - uid: 11390 components: - - pos: -13.5,40.5 + - type: Transform + pos: -13.5,40.5 parent: 1 - type: Transform - uid: 11486 components: - - pos: -43.5,40.5 + - type: Transform + pos: -43.5,40.5 parent: 1 - type: Transform - uid: 11487 components: - - pos: -38.5,40.5 + - type: Transform + pos: -38.5,40.5 parent: 1 - type: Transform - uid: 11978 components: - - pos: -8.5,-15.5 + - type: Transform + pos: -8.5,-15.5 parent: 1 - type: Transform - uid: 11979 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 1 - type: Transform - uid: 12000 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 1 - type: Transform - uid: 23770 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 1 - type: Transform - uid: 23771 components: - - pos: 32.5,-55.5 + - type: Transform + pos: 32.5,-55.5 parent: 1 - type: Transform - uid: 23772 components: - - pos: 43.5,-55.5 + - type: Transform + pos: 43.5,-55.5 parent: 1 - type: Transform - uid: 23773 components: - - pos: 43.5,-52.5 + - type: Transform + pos: 43.5,-52.5 parent: 1 - type: Transform - uid: 28495 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - uid: 30740 components: - - pos: -92.5,-40.5 + - type: Transform + pos: -92.5,-40.5 parent: 1 - type: Transform - uid: 32286 components: - - pos: -120.5,-55.5 + - type: Transform + pos: -120.5,-55.5 parent: 1 - type: Transform - uid: 33937 components: - - pos: -99.5,-71.5 + - type: Transform + pos: -99.5,-71.5 parent: 1 - type: Transform - uid: 33938 components: - - pos: -99.5,-72.5 + - type: Transform + pos: -99.5,-72.5 parent: 1 - type: Transform - proto: BedsheetBrigmedic entities: - uid: 1640 components: - - pos: -0.5,-29.5 + - type: Transform + pos: -0.5,-29.5 parent: 1 - type: Transform - proto: BedsheetCaptain entities: - uid: 8769 components: - - pos: -117.5,-3.5 + - type: Transform + pos: -117.5,-3.5 parent: 1 - type: Transform - proto: BedsheetCE entities: - uid: 9793 components: - - pos: -104.5,-35.5 + - type: Transform + pos: -104.5,-35.5 parent: 1 - type: Transform - proto: BedsheetClown entities: - uid: 8353 components: - - pos: -67.5,1.5 + - type: Transform + pos: -67.5,1.5 parent: 1 - type: Transform - proto: BedsheetCMO entities: - uid: 9685 components: - - pos: -87.5,-21.5 + - type: Transform + pos: -87.5,-21.5 parent: 1 - type: Transform - proto: BedsheetCult entities: - uid: 5636 components: - - pos: -27.5,-50.5 + - type: Transform + pos: -27.5,-50.5 parent: 1 - type: Transform - proto: BedsheetGreen entities: - uid: 4858 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-23.5 parent: 1 - type: Transform - uid: 4860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-25.5 parent: 1 - type: Transform - proto: BedsheetHOS entities: - uid: 9476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-23.5 parent: 1 - type: Transform - proto: BedsheetIan entities: - uid: 7593 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,15.5 parent: 1 - type: Transform - proto: BedsheetMedical entities: - uid: 9064 components: - - pos: -75.5,-27.5 + - type: Transform + pos: -75.5,-27.5 parent: 1 - type: Transform - uid: 9065 components: - - pos: -75.5,-28.5 + - type: Transform + pos: -75.5,-28.5 parent: 1 - type: Transform - uid: 9066 components: - - pos: -75.5,-30.5 + - type: Transform + pos: -75.5,-30.5 parent: 1 - type: Transform - uid: 9067 components: - - pos: -75.5,-31.5 + - type: Transform + pos: -75.5,-31.5 parent: 1 - type: Transform - uid: 9068 components: - - pos: -70.5,-31.5 + - type: Transform + pos: -70.5,-31.5 parent: 1 - type: Transform - uid: 9144 components: - - pos: -6.5,-39.5 + - type: Transform + pos: -6.5,-39.5 parent: 1 - type: Transform - uid: 9145 components: - - pos: -4.5,-39.5 + - type: Transform + pos: -4.5,-39.5 parent: 1 - type: Transform - uid: 9146 components: - - pos: -2.5,-39.5 + - type: Transform + pos: -2.5,-39.5 parent: 1 - type: Transform - uid: 30044 components: - - pos: -70.5,-29.5 + - type: Transform + pos: -70.5,-29.5 parent: 1 - type: Transform - uid: 30045 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -70.5,-30.5 parent: 1 - type: Transform - proto: BedsheetMime entities: - uid: 8341 components: - - pos: -67.5,7.5 + - type: Transform + pos: -67.5,7.5 parent: 1 - type: Transform - proto: BedsheetOrange entities: - uid: 254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,10.5 parent: 1 - type: Transform - uid: 255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,10.5 parent: 1 - type: Transform - uid: 1268 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,10.5 parent: 1 - type: Transform - uid: 1269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,10.5 parent: 1 - type: Transform - uid: 1270 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,10.5 parent: 1 - type: Transform - uid: 1271 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,10.5 parent: 1 - type: Transform - uid: 1272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,10.5 parent: 1 - type: Transform - uid: 1274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,10.5 parent: 1 - type: Transform - uid: 1275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,10.5 parent: 1 - type: Transform - uid: 1276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,10.5 parent: 1 - type: Transform - uid: 1277 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,10.5 parent: 1 - type: Transform - uid: 1278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,10.5 parent: 1 - type: Transform - uid: 1582 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-26.5 parent: 1 - type: Transform - uid: 1583 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-26.5 parent: 1 - type: Transform - uid: 3951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-38.5 parent: 1 - type: Transform - uid: 3952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-38.5 parent: 1 - type: Transform - uid: 3953 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-38.5 parent: 1 - type: Transform - proto: BedsheetQM entities: - uid: 11602 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,40.5 parent: 1 - type: Transform - proto: BedsheetSpawner entities: - uid: 594 components: - - pos: -34.5,14.5 + - type: Transform + pos: -34.5,14.5 parent: 1 - type: Transform - uid: 2140 components: - - pos: -101.5,-29.5 + - type: Transform + pos: -101.5,-29.5 parent: 1 - type: Transform - uid: 2141 components: - - pos: -102.5,-30.5 + - type: Transform + pos: -102.5,-30.5 parent: 1 - type: Transform - uid: 2639 components: - - pos: 20.5,-54.5 + - type: Transform + pos: 20.5,-54.5 parent: 1 - type: Transform - uid: 7331 components: - - pos: -51.5,27.5 + - type: Transform + pos: -51.5,27.5 parent: 1 - type: Transform - uid: 7332 components: - - pos: -43.5,27.5 + - type: Transform + pos: -43.5,27.5 parent: 1 - type: Transform - uid: 7337 components: - - pos: -47.5,27.5 + - type: Transform + pos: -47.5,27.5 parent: 1 - type: Transform - uid: 8566 components: - - pos: -67.5,-0.5 + - type: Transform + pos: -67.5,-0.5 parent: 1 - type: Transform - uid: 8567 components: - - pos: -64.5,-0.5 + - type: Transform + pos: -64.5,-0.5 parent: 1 - type: Transform - uid: 9517 components: - - pos: -56.5,-1.5 + - type: Transform + pos: -56.5,-1.5 parent: 1 - type: Transform - uid: 9531 components: - - pos: -58.5,-1.5 + - type: Transform + pos: -58.5,-1.5 parent: 1 - type: Transform - uid: 10999 components: - - pos: -35.5,-19.5 + - type: Transform + pos: -35.5,-19.5 parent: 1 - type: Transform - uid: 11488 components: - - pos: -43.5,40.5 + - type: Transform + pos: -43.5,40.5 parent: 1 - type: Transform - uid: 11491 components: - - pos: -38.5,40.5 + - type: Transform + pos: -38.5,40.5 parent: 1 - type: Transform - uid: 11980 components: - - pos: -8.5,-15.5 + - type: Transform + pos: -8.5,-15.5 parent: 1 - type: Transform - uid: 11981 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 1 - type: Transform - uid: 12001 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 1 - type: Transform - uid: 23778 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 1 - type: Transform - uid: 23779 components: - - pos: 32.5,-55.5 + - type: Transform + pos: 32.5,-55.5 parent: 1 - type: Transform - uid: 23780 components: - - pos: 43.5,-55.5 + - type: Transform + pos: 43.5,-55.5 parent: 1 - type: Transform - uid: 23781 components: - - pos: 43.5,-52.5 + - type: Transform + pos: 43.5,-52.5 parent: 1 - type: Transform - uid: 28496 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - uid: 30741 components: - - pos: -92.5,-40.5 + - type: Transform + pos: -92.5,-40.5 parent: 1 - type: Transform - uid: 33986 components: - - pos: -99.5,-71.5 + - type: Transform + pos: -99.5,-71.5 parent: 1 - type: Transform - uid: 33989 components: - - pos: -99.5,-72.5 + - type: Transform + pos: -99.5,-72.5 parent: 1 - type: Transform - uid: 36485 components: - - pos: -120.5,-55.5 + - type: Transform + pos: -120.5,-55.5 parent: 1 - type: Transform - proto: BenchParkBambooMiddle entities: - uid: 39536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-87.5 parent: 1 - type: Transform - proto: BenchSofaCorner entities: - uid: 2142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-25.5 parent: 1 - type: Transform - uid: 12349 components: - - pos: -11.5,33.5 + - type: Transform + pos: -11.5,33.5 parent: 1 - type: Transform - proto: BenchSofaCorpLeft entities: - uid: 8923 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-8.5 parent: 1 - type: Transform - uid: 8924 components: - - pos: -36.5,-3.5 + - type: Transform + pos: -36.5,-3.5 parent: 1 - type: Transform - uid: 8927 components: - - pos: -36.5,-0.5 + - type: Transform + pos: -36.5,-0.5 parent: 1 - type: Transform - uid: 8928 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-2.5 parent: 1 - type: Transform - uid: 8930 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-5.5 parent: 1 - type: Transform - uid: 8932 components: - - pos: -36.5,-6.5 + - type: Transform + pos: -36.5,-6.5 parent: 1 - type: Transform - uid: 9177 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,17.5 parent: 1 - type: Transform - proto: BenchSofaCorpRight entities: - uid: 8919 components: - - pos: -37.5,-0.5 + - type: Transform + pos: -37.5,-0.5 parent: 1 - type: Transform - uid: 8925 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-5.5 parent: 1 - type: Transform - uid: 8926 components: - - pos: -37.5,-3.5 + - type: Transform + pos: -37.5,-3.5 parent: 1 - type: Transform - uid: 8929 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-2.5 parent: 1 - type: Transform - uid: 8931 components: - - pos: -37.5,-6.5 + - type: Transform + pos: -37.5,-6.5 parent: 1 - type: Transform - uid: 9167 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,16.5 parent: 1 - type: Transform - uid: 15607 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-8.5 parent: 1 - type: Transform - proto: BenchSofaLeft entities: - uid: 9168 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,32.5 parent: 1 - type: Transform - uid: 9534 components: - - pos: -100.5,-25.5 + - type: Transform + pos: -100.5,-25.5 parent: 1 - type: Transform - uid: 33985 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-68.5 parent: 1 - type: Transform - uid: 36490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.5,-60.5 parent: 1 - type: Transform - proto: BenchSofaMiddle entities: - uid: 9537 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-26.5 parent: 1 - type: Transform - proto: BenchSofaRight entities: - uid: 9536 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-27.5 parent: 1 - type: Transform - uid: 29598 components: - - pos: -12.5,33.5 + - type: Transform + pos: -12.5,33.5 parent: 1 - type: Transform - uid: 33959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-68.5 parent: 1 - type: Transform - uid: 36489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5,-60.5 parent: 1 - type: Transform - proto: BenchSteelLeft entities: - uid: 2921 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-55.5 parent: 1 - type: Transform - uid: 2922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-54.5 parent: 1 - type: Transform - uid: 7748 components: - - pos: -83.5,26.5 + - type: Transform + pos: -83.5,26.5 parent: 1 - type: Transform - uid: 7751 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,24.5 parent: 1 - type: Transform - proto: BenchSteelRight entities: - uid: 7225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-55.5 parent: 1 - type: Transform - uid: 7591 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-54.5 parent: 1 - type: Transform - uid: 7749 components: - - pos: -82.5,26.5 + - type: Transform + pos: -82.5,26.5 parent: 1 - type: Transform - uid: 7750 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,24.5 parent: 1 - type: Transform - proto: BigBox entities: - uid: 8201 components: - - pos: -45.49905,38.670017 + - type: Transform + pos: -45.49905,38.670017 parent: 1 - type: Transform - proto: BikeHornInstrument entities: - uid: 8454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.50091,6.665364 parent: 1 - type: Transform - proto: BiomassReclaimer entities: - uid: 1731 components: - - pos: 7.5,-28.5 + - type: Transform + pos: 7.5,-28.5 parent: 1 - type: Transform - uid: 4654 components: - - pos: -78.5,-32.5 + - type: Transform + pos: -78.5,-32.5 parent: 1 - type: Transform - proto: BlastDoor entities: - uid: 970 components: - - pos: -23.5,-46.5 + - type: Transform + pos: -23.5,-46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1818 - 32205 - type: DeviceLinkSink - uid: 2144 components: - - pos: -17.5,-43.5 + - type: Transform + pos: -17.5,-43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12258 - type: DeviceLinkSink - uid: 3142 components: - - pos: -24.5,-46.5 + - type: Transform + pos: -24.5,-46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1818 - 32205 - type: DeviceLinkSink - uid: 3161 components: - - pos: -22.5,-46.5 + - type: Transform + pos: -22.5,-46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1818 - 32205 - type: DeviceLinkSink - uid: 3469 components: - - pos: -17.5,-44.5 + - type: Transform + pos: -17.5,-44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12258 - type: DeviceLinkSink - uid: 3470 components: - - pos: -17.5,-45.5 + - type: Transform + pos: -17.5,-45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12258 - type: DeviceLinkSink - uid: 5440 components: - - pos: -30.5,42.5 + - type: Transform + pos: -30.5,42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 5441 components: - - pos: -34.5,42.5 + - type: Transform + pos: -34.5,42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 6091 components: - - pos: -5.5,44.5 + - type: Transform + pos: -5.5,44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11595 - 5438 - type: DeviceLinkSink - uid: 6096 components: - - pos: -6.5,44.5 + - type: Transform + pos: -6.5,44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11595 - 5438 - type: DeviceLinkSink - uid: 6794 components: - - pos: -21.5,-43.5 + - type: Transform + pos: -21.5,-43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12259 - type: DeviceLinkSink - uid: 6795 components: - - pos: -21.5,-44.5 + - type: Transform + pos: -21.5,-44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12259 - type: DeviceLinkSink - uid: 6796 components: - - pos: -21.5,-45.5 + - type: Transform + pos: -21.5,-45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12259 - type: DeviceLinkSink - uid: 6965 components: - - pos: -35.5,-60.5 + - type: Transform + pos: -35.5,-60.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29504 - type: DeviceLinkSink - uid: 11534 components: - - pos: 4.5,51.5 + - type: Transform + pos: 4.5,51.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11333 - type: DeviceLinkSink - uid: 30107 components: - - pos: -104.5,-78.5 + - type: Transform + pos: -104.5,-78.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31370 - type: DeviceLinkSink - uid: 30108 components: - - pos: -103.5,-78.5 + - type: Transform + pos: -103.5,-78.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31370 - type: DeviceLinkSink - uid: 30667 components: - - pos: -102.5,-78.5 + - type: Transform + pos: -102.5,-78.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31370 - type: DeviceLinkSink - proto: BlastDoorOpen entities: - uid: 5119 components: - - pos: -44.5,-25.5 + - type: Transform + pos: -44.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 7455 components: - - pos: -43.5,-25.5 + - type: Transform + pos: -43.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 8260 components: - - pos: -98.5,10.5 + - type: Transform + pos: -98.5,10.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29492 - type: DeviceLinkSink - uid: 8261 components: - - pos: -90.5,-0.5 + - type: Transform + pos: -90.5,-0.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8262 components: - - pos: -90.5,0.5 + - type: Transform + pos: -90.5,0.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8263 components: - - pos: -90.5,1.5 + - type: Transform + pos: -90.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8264 components: - - pos: -90.5,2.5 + - type: Transform + pos: -90.5,2.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8265 components: - - pos: -90.5,3.5 + - type: Transform + pos: -90.5,3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8266 components: - - pos: -90.5,4.5 + - type: Transform + pos: -90.5,4.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8267 components: - - pos: -90.5,5.5 + - type: Transform + pos: -90.5,5.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8268 components: - - pos: -90.5,6.5 + - type: Transform + pos: -90.5,6.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29491 - type: DeviceLinkSink - uid: 8800 components: - - pos: -114.5,-4.5 + - type: Transform + pos: -114.5,-4.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29490 - type: DeviceLinkSink - uid: 11867 components: - - pos: -52.5,-25.5 + - type: Transform + pos: -52.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 13782 components: - - pos: -47.5,-25.5 + - type: Transform + pos: -47.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 13979 components: - - pos: -48.5,-25.5 + - type: Transform + pos: -48.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 24603 components: - - pos: -6.5,-48.5 + - type: Transform + pos: -6.5,-48.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 24606 - type: DeviceLinkSink - uid: 24604 components: - - pos: -6.5,-47.5 + - type: Transform + pos: -6.5,-47.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 24606 - type: DeviceLinkSink - uid: 24605 components: - - pos: -6.5,-46.5 + - type: Transform + pos: -6.5,-46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 24606 - type: DeviceLinkSink - uid: 29482 components: - - pos: -41.5,13.5 + - type: Transform + pos: -41.5,13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29489 - type: DeviceLinkSink - uid: 29483 components: - - pos: -40.5,13.5 + - type: Transform + pos: -40.5,13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29489 - type: DeviceLinkSink - uid: 29484 components: - - pos: -39.5,13.5 + - type: Transform + pos: -39.5,13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29489 - type: DeviceLinkSink - uid: 29485 components: - - pos: -74.5,25.5 + - type: Transform + pos: -74.5,25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29488 - type: DeviceLinkSink - uid: 29486 components: - - pos: -73.5,25.5 + - type: Transform + pos: -73.5,25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29488 - type: DeviceLinkSink - uid: 29487 components: - - pos: -72.5,25.5 + - type: Transform + pos: -72.5,25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29488 - type: DeviceLinkSink - proto: BlockGameArcade entities: - uid: 1929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 53.5,-7.5 parent: 1 - type: Transform - proto: BoardGameSpawner entities: - uid: 2973 components: - - pos: -84.5,0.5 + - type: Transform + pos: -84.5,0.5 parent: 1 - type: Transform - uid: 9385 components: - - pos: -86.5,0.5 + - type: Transform + pos: -86.5,0.5 parent: 1 - type: Transform - uid: 9386 components: - - pos: -84.5,5.5 + - type: Transform + pos: -84.5,5.5 parent: 1 - type: Transform - uid: 9388 components: - - pos: -86.5,5.5 + - type: Transform + pos: -86.5,5.5 parent: 1 - type: Transform - uid: 12341 components: - - pos: -114.5,20.5 + - type: Transform + pos: -114.5,20.5 parent: 1 - type: Transform - uid: 12353 components: - - pos: -109.5,26.5 + - type: Transform + pos: -109.5,26.5 parent: 1 - type: Transform - uid: 23020 components: - - pos: -87.5,-49.5 + - type: Transform + pos: -87.5,-49.5 parent: 1 - type: Transform - uid: 37382 components: - - pos: -17.5,-71.5 + - type: Transform + pos: -17.5,-71.5 parent: 1 - type: Transform - proto: Bonfire entities: - uid: 23679 components: - - pos: 68.5,0.5 + - type: Transform + pos: 68.5,0.5 parent: 1 - type: Transform - proto: BookAtmosAirAlarms entities: - uid: 15400 components: - - pos: -94.90623,-39.386993 + - type: Transform + pos: -94.90623,-39.386993 parent: 1 - type: Transform - proto: BookBartendersManual entities: - uid: 9646 components: - - pos: -52.461086,2.7009819 + - type: Transform + pos: -52.461086,2.7009819 parent: 1 - type: Transform - uid: 32023 components: - - flags: InContainer - type: MetaData - - parent: 13800 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 13800 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 32052 components: - - pos: -85.54477,-50.276264 + - type: Transform + pos: -85.54477,-50.276264 parent: 1 - type: Transform - proto: BookChefGaming entities: - uid: 9645 components: - - pos: -32.475998,10.675412 + - type: Transform + pos: -32.475998,10.675412 parent: 1 - type: Transform - uid: 32054 components: - - pos: -22.474867,7.6008115 + - type: Transform + pos: -22.474867,7.6008115 parent: 1 - type: Transform - proto: BookChemicalCompendium entities: - uid: 4671 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.51425,-29.406227 parent: 1 - type: Transform - uid: 32315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.52896166,-39.458164 parent: 1 - type: Transform - proto: BookDetective entities: - uid: 11233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.462261,1.7426231 parent: 1 - type: Transform - proto: BookEngineersHandbook entities: - uid: 8883 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.50173,-11.930775 parent: 1 - type: Transform - uid: 32051 components: - - pos: -34.523594,-64.49235 + - type: Transform + pos: -34.523594,-64.49235 parent: 1 - type: Transform - proto: BookFishing entities: - uid: 11234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.7671967,2.5765367 parent: 1 - type: Transform - proto: BookHowToSurvive entities: - uid: 11845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.35571,-7.445701 parent: 1 - type: Transform - proto: BookLeafLoversSecret entities: - uid: 904 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.50293,-11.364823 parent: 1 - type: Transform - uid: 11025 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.3566,-10.526518 parent: 1 - type: Transform - proto: BookMedicalReferenceBook entities: - uid: 4474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.61171,-22.726242 parent: 1 - type: Transform - proto: BookRandom entities: - uid: 2886 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.991606,-56.394897 parent: 1 - type: Transform - uid: 3766 components: - - pos: -61.479443,23.57373 + - type: Transform + pos: -61.479443,23.57373 parent: 1 - type: Transform - uid: 8843 components: - - pos: -101.03304,-0.48043472 + - type: Transform + pos: -101.03304,-0.48043472 parent: 1 - type: Transform - uid: 11236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.484922,-2.3575933 parent: 1 - type: Transform - uid: 11921 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.463581,-32.9859 parent: 1 - type: Transform - uid: 11947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.45056,-32.855602 parent: 1 - type: Transform - uid: 12780 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.4304,32.685825 parent: 1 - type: Transform - uid: 12835 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.44081,32.539894 parent: 1 - type: Transform - uid: 32030 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.99947,-81.416466 parent: 1 - type: Transform - uid: 32050 components: - - pos: -69.510765,38.599113 + - type: Transform + pos: -69.510765,38.599113 parent: 1 - type: Transform - proto: BookSalvageEpistemicsRandom entities: - uid: 2630 components: - - pos: 14.27593,-53.43313 + - type: Transform + pos: 14.27593,-53.43313 parent: 1 - type: Transform - uid: 2631 components: - - pos: 14.442596,-53.44355 + - type: Transform + pos: 14.442596,-53.44355 parent: 1 - type: Transform - uid: 2632 components: - - pos: 14.598846,-53.43313 + - type: Transform + pos: 14.598846,-53.43313 parent: 1 - type: Transform - proto: BookScientistsGuidebook entities: - uid: 16059 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.446167,-49.578117 parent: 1 - type: Transform - proto: BookSecurity entities: - uid: 11844 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.452065,-10.260155 parent: 1 - type: Transform - proto: BookshelfFilled entities: - uid: 2602 components: - - pos: 12.5,-49.5 + - type: Transform + pos: 12.5,-49.5 parent: 1 - type: Transform - uid: 2603 components: - - pos: 13.5,-49.5 + - type: Transform + pos: 13.5,-49.5 parent: 1 - type: Transform - uid: 2604 components: - - pos: 14.5,-49.5 + - type: Transform + pos: 14.5,-49.5 parent: 1 - type: Transform - uid: 2606 components: - - pos: 15.5,-51.5 + - type: Transform + pos: 15.5,-51.5 parent: 1 - type: Transform - uid: 2607 components: - - pos: 14.5,-51.5 + - type: Transform + pos: 14.5,-51.5 parent: 1 - type: Transform - uid: 2608 components: - - pos: 13.5,-51.5 + - type: Transform + pos: 13.5,-51.5 parent: 1 - type: Transform - uid: 2609 components: - - pos: 12.5,-51.5 + - type: Transform + pos: 12.5,-51.5 parent: 1 - type: Transform - uid: 2610 components: - - pos: 9.5,-52.5 + - type: Transform + pos: 9.5,-52.5 parent: 1 - type: Transform - uid: 2611 components: - - pos: 9.5,-54.5 + - type: Transform + pos: 9.5,-54.5 parent: 1 - type: Transform - uid: 2615 components: - - pos: 9.5,-53.5 + - type: Transform + pos: 9.5,-53.5 parent: 1 - type: Transform - uid: 2619 components: - - pos: 9.5,-55.5 + - type: Transform + pos: 9.5,-55.5 parent: 1 - type: Transform - uid: 3706 components: - - pos: -28.5,-30.5 + - type: Transform + pos: -28.5,-30.5 parent: 1 - type: Transform - uid: 3736 components: - - pos: -19.5,-36.5 + - type: Transform + pos: -19.5,-36.5 parent: 1 - type: Transform - uid: 4419 components: - - pos: -19.5,-37.5 + - type: Transform + pos: -19.5,-37.5 parent: 1 - type: Transform - uid: 4757 components: - - pos: -19.5,-31.5 + - type: Transform + pos: -19.5,-31.5 parent: 1 - type: Transform - uid: 6024 components: - - pos: -22.5,-30.5 + - type: Transform + pos: -22.5,-30.5 parent: 1 - type: Transform - uid: 6758 components: - - pos: -27.5,-30.5 + - type: Transform + pos: -27.5,-30.5 parent: 1 - type: Transform - uid: 6764 components: - - pos: -26.5,-30.5 - parent: 1 - type: Transform - - uid: 6940 - components: - - pos: -38.5,-38.5 + - type: Transform + pos: -26.5,-30.5 parent: 1 - type: Transform - uid: 6941 components: - - pos: -23.5,-37.5 + - type: Transform + pos: -23.5,-37.5 parent: 1 - type: Transform - uid: 9898 components: - - pos: -28.5,-37.5 + - type: Transform + pos: -28.5,-37.5 parent: 1 - type: Transform - uid: 9899 components: - - pos: -26.5,-37.5 + - type: Transform + pos: -26.5,-37.5 parent: 1 - type: Transform - uid: 18629 components: - - pos: -100.5,2.5 + - type: Transform + pos: -100.5,2.5 parent: 1 - type: Transform - uid: 18988 components: - - pos: -21.5,-30.5 + - type: Transform + pos: -21.5,-30.5 parent: 1 - type: Transform - uid: 18995 components: - - pos: -28.5,-36.5 + - type: Transform + pos: -28.5,-36.5 parent: 1 - type: Transform - uid: 19590 components: - - pos: -70.5,18.5 + - type: Transform + pos: -70.5,18.5 parent: 1 - type: Transform - uid: 19592 components: - - pos: -93.5,-7.5 + - type: Transform + pos: -93.5,-7.5 parent: 1 - type: Transform - uid: 19596 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 1 - type: Transform - uid: 21123 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 21143 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 1 - type: Transform - uid: 21572 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 21575 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 21576 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 21577 components: - - pos: -89.5,-19.5 + - type: Transform + pos: -89.5,-19.5 parent: 1 - type: Transform - uid: 33963 components: - - pos: -99.5,-69.5 + - type: Transform + pos: -99.5,-69.5 parent: 1 - type: Transform - uid: 33965 components: - - pos: -98.5,-69.5 + - type: Transform + pos: -98.5,-69.5 parent: 1 - type: Transform - proto: BoozeDispenser entities: - uid: 1530 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-0.5 parent: 1 - type: Transform - uid: 12668 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-51.5 parent: 1 - type: Transform - uid: 13805 components: - - pos: 18.5,-22.5 + - type: Transform + pos: 18.5,-22.5 parent: 1 - type: Transform - uid: 17533 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-0.5 parent: 1 - type: Transform - uid: 23845 components: - - pos: -7.5,-57.5 + - type: Transform + pos: -7.5,-57.5 parent: 1 - type: Transform - proto: BoozeDispenserMachineCircuitboard entities: - uid: 34233 components: - - pos: -99.294075,-32.747967 + - type: Transform + pos: -99.294075,-32.747967 parent: 1 - type: Transform - proto: BorgCharger entities: - uid: 12862 components: - - pos: -85.5,47.5 + - type: Transform + pos: -85.5,47.5 parent: 1 - type: Transform - uid: 29668 components: - - pos: -95.5,-9.5 + - type: Transform + pos: -95.5,-9.5 parent: 1 - type: Transform - - uid: 32202 + - uid: 31681 components: - - rot: 1.5707963267948966 rad - pos: -18.5,-47.5 + - type: Transform + pos: -22.5,-51.5 parent: 1 - type: Transform - uid: 32280 components: - - pos: -93.5,-9.5 + - type: Transform + pos: -93.5,-9.5 parent: 1 - type: Transform - uid: 32287 components: - - pos: 15.5,19.5 + - type: Transform + pos: 15.5,19.5 parent: 1 - type: Transform - proto: BoxBeaker entities: - uid: 9083 components: - - pos: -62.54828,-24.667576 + - type: Transform + pos: -62.54828,-24.667576 parent: 1 - type: Transform - uid: 12248 components: - - pos: -26.604498,-40.19401 + - type: Transform + pos: -26.604498,-40.19401 parent: 1 - type: Transform - uid: 16434 components: - - pos: 6.5053406,-37.179287 + - type: Transform + pos: 6.5053406,-37.179287 parent: 1 - type: Transform - proto: BoxBeanbag entities: - uid: 15533 components: - - pos: 23.508007,-19.265778 + - type: Transform + pos: 23.508007,-19.265778 parent: 1 - type: Transform - uid: 28743 components: - - pos: 23.518984,-19.390024 + - type: Transform + pos: 23.518984,-19.390024 parent: 1 - type: Transform - proto: BoxBodyBag entities: - uid: 9058 components: - - pos: -80.51019,-27.374659 + - type: Transform + pos: -80.51019,-27.374659 parent: 1 - type: Transform - uid: 9132 components: - - pos: 6.9590178,-35.351105 + - type: Transform + pos: 6.9590178,-35.351105 parent: 1 - type: Transform - proto: BoxBottle entities: - uid: 12249 components: - - pos: -26.437832,-40.3191 + - type: Transform + pos: -26.437832,-40.3191 parent: 1 - type: Transform - proto: BoxCardboard entities: - uid: 5647 components: - - pos: -49.551132,32.999413 + - type: Transform + pos: -49.551132,32.999413 parent: 1 - type: Transform - uid: 7293 components: - - pos: -49.37405,34.70893 + - type: Transform + pos: -49.37405,34.70893 parent: 1 - type: Transform - uid: 7294 components: - - pos: -43.426132,34.67766 + - type: Transform + pos: -43.426132,34.67766 parent: 1 - type: Transform - uid: 7295 components: - - pos: -43.5303,34.635963 + - type: Transform + pos: -43.5303,34.635963 parent: 1 - type: Transform - uid: 7303 components: - - pos: -49.644882,34.667236 + - type: Transform + pos: -49.644882,34.667236 parent: 1 - type: Transform - uid: 13682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.52693,-67.32834 parent: 1 - type: Transform - uid: 13683 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.818596,-67.964195 parent: 1 - type: Transform - uid: 40612 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.607631,22.33284 parent: 1 - type: Transform - uid: 40613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.420131,21.08197 parent: 1 - type: Transform - uid: 40617 components: - - pos: 13.555548,22.645557 + - type: Transform + pos: 13.555548,22.645557 parent: 1 - type: Transform - proto: BoxCartridgeCap entities: - uid: 8345 components: - - pos: -69.42907,7.6555877 + - type: Transform + pos: -69.42907,7.6555877 parent: 1 - type: Transform - uid: 32106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.568935,14.576718 parent: 1 - type: Transform - proto: BoxColoredLighttube entities: - uid: 30742 components: - - pos: -87.50396,-39.25258 + - type: Transform + pos: -87.50396,-39.25258 parent: 1 - type: Transform - proto: BoxDonkSoftBox entities: - uid: 14488 components: - - pos: -119.48909,26.165625 + - type: Transform + pos: -119.48909,26.165625 parent: 1 - type: Transform - proto: BoxFlashbang entities: - uid: 12144 components: - - pos: 14.418488,-18.29686 + - type: Transform + pos: 14.418488,-18.29686 parent: 1 - type: Transform - uid: 12145 components: - - pos: 14.5955715,-18.276012 + - type: Transform + pos: 14.5955715,-18.276012 parent: 1 - type: Transform -- proto: BoxFolderBase +- proto: FolderSpawner entities: - uid: 8702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.597176,5.596501 parent: 1 - type: Transform - uid: 8703 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.2951,5.669468 parent: 1 - type: Transform - uid: 8704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.472176,5.7215877 parent: 1 - type: Transform - uid: 8705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.51385,7.0037284 parent: 1 - type: Transform - uid: 8706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.628426,11.684063 parent: 1 - type: Transform - uid: 8707 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.6076,10.829303 parent: 1 - type: Transform - uid: 11907 components: - - pos: -36.84636,-41.31863 + - type: Transform + pos: -36.84636,-41.31863 parent: 1 - type: Transform - uid: 11908 components: - - pos: -36.69011,-41.514076 + - type: Transform + pos: -36.69011,-41.514076 parent: 1 - type: Transform - uid: 13053 components: - - pos: 14.889085,-21.414913 + - type: Transform + pos: 14.889085,-21.414913 parent: 1 - type: Transform - uid: 13054 components: - - pos: 14.357835,-21.498304 + - type: Transform + pos: 14.357835,-21.498304 parent: 1 - type: Transform - uid: 15160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.96112,18.581358 parent: 1 - type: Transform - uid: 15161 components: - - pos: -86.84654,15.600122 + - type: Transform + pos: -86.84654,15.600122 parent: 1 - type: Transform - uid: 15162 components: - - pos: -84.28404,15.589699 + - type: Transform + pos: -84.28404,15.589699 parent: 1 - type: Transform - uid: 15163 components: - - pos: -84.44029,15.610546 + - type: Transform + pos: -84.44029,15.610546 parent: 1 - type: Transform - uid: 20884 components: - - flags: InContainer - type: MetaData - - parent: 20883 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 20883 + - type: Physics + canCollide: False - uid: 20885 components: - - flags: InContainer - type: MetaData - - parent: 20883 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 20883 + - type: Physics + canCollide: False - uid: 20886 components: - - flags: InContainer - type: MetaData - - parent: 20883 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 20883 + - type: Physics + canCollide: False - uid: 20946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.329487,-49.34212 parent: 1 - type: Transform - uid: 28492 components: - - pos: -12.654238,-34.35408 + - type: Transform + pos: -12.654238,-34.35408 parent: 1 - type: Transform - uid: 29457 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.652184,-41.869183 parent: 1 - type: Transform - uid: 29458 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.44385,-41.962997 parent: 1 - type: Transform - uid: 29459 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.64177,-42.505043 parent: 1 - type: Transform - uid: 36415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.62933,-55.119263 parent: 1 - type: Transform - proto: BoxFolderBlack entities: - uid: 23861 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.416724,-56.06218 parent: 1 - type: Transform - proto: BoxFolderBlue entities: - uid: 9713 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.57248,-19.470816 parent: 1 - type: Transform - uid: 23860 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.61464,-56.06218 parent: 1 - type: Transform - proto: BoxFolderClipboard entities: - uid: 23862 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.416724,-55.415897 parent: 1 - type: Transform - proto: BoxFolderRed entities: - uid: 30927 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.477264,-19.33748 parent: 1 - type: Transform - proto: BoxForensicPad entities: - uid: 29508 components: - - pos: -56.320763,-40.27422 + - type: Transform + pos: -56.320763,-40.27422 parent: 1 - type: Transform - proto: BoxInflatable entities: - uid: 8150 components: - - pos: -106.458725,-18.385973 + - type: Transform + pos: -106.458725,-18.385973 parent: 1 - type: Transform - uid: 11299 components: - - pos: -20.443964,21.969835 + - type: Transform + pos: -20.443964,21.969835 parent: 1 - type: Transform - proto: BoxLatexGloves entities: - uid: 9059 components: - - pos: -77.46853,-31.37744 + - type: Transform + pos: -77.46853,-31.37744 parent: 1 - type: Transform - uid: 9131 components: - - pos: 8.104851,-35.351105 + - type: Transform + pos: 8.104851,-35.351105 parent: 1 - type: Transform - uid: 28507 components: - - pos: -68.51415,-28.287876 + - type: Transform + pos: -68.51415,-28.287876 parent: 1 - type: Transform - proto: BoxLightbulb entities: - uid: 7196 components: - - pos: -20.481083,27.717798 + - type: Transform + pos: -20.481083,27.717798 parent: 1 - type: Transform - proto: BoxLightMixed entities: - uid: 30416 components: - - pos: -63.501144,-35.27278 + - type: Transform + pos: -63.501144,-35.27278 parent: 1 - type: Transform - proto: BoxLighttube entities: - uid: 7195 components: - - pos: -20.491499,28.697645 + - type: Transform + pos: -20.491499,28.697645 parent: 1 - type: Transform - uid: 13908 components: - - pos: -6.4903593,-41.275818 + - type: Transform + pos: -6.4903593,-41.275818 parent: 1 - type: Transform - proto: BoxMagazineLightRiflePractice entities: - uid: 4443 components: - - pos: -55.5491,-48.302628 + - type: Transform + pos: -55.5491,-48.302628 parent: 1 - type: Transform - proto: BoxMagazineMagnumSubMachineGunPractice entities: - uid: 4442 components: - - pos: -56.158474,-48.318264 + - type: Transform + pos: -56.158474,-48.318264 parent: 1 - type: Transform - proto: BoxMagazinePistolPractice entities: - uid: 4441 components: - - pos: -56.7366,-48.302628 + - type: Transform + pos: -56.7366,-48.302628 parent: 1 - type: Transform - uid: 12587 components: - - pos: -59.432156,-48.563755 + - type: Transform + pos: -59.432156,-48.563755 parent: 1 - type: Transform - proto: BoxMagazineShotgunBeanbag entities: - uid: 12161 components: - - pos: -1.536452,-23.315777 + - type: Transform + pos: -1.536452,-23.315777 parent: 1 - type: Transform - proto: BoxMaintenanceLightbulb entities: - uid: 15398 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.483955,-10.801642 parent: 1 - type: Transform - uid: 36665 components: - - pos: -90.28692,-68.9993 + - type: Transform + pos: -90.28692,-68.9993 parent: 1 - type: Transform - proto: BoxMesonScanners entities: - uid: 30760 components: - - pos: -62.49649,-35.249317 + - type: Transform + pos: -62.49649,-35.249317 parent: 1 - type: Transform - proto: BoxMousetrap entities: - uid: 7194 components: - - pos: -20.512333,29.72961 + - type: Transform + pos: -20.512333,29.72961 parent: 1 - type: Transform - uid: 9643 components: - - pos: -28.507246,-2.2867155 + - type: Transform + pos: -28.507246,-2.2867155 parent: 1 - type: Transform - uid: 13907 components: - - pos: -7.4903593,-41.29667 + - type: Transform + pos: -7.4903593,-41.29667 parent: 1 - type: Transform - proto: BoxMouthSwab entities: - uid: 4917 components: - - pos: -87.65843,-27.36025 + - type: Transform + pos: -87.65843,-27.36025 parent: 1 - type: Transform - uid: 12570 components: - - pos: -16.49164,-15.313523 + - type: Transform + pos: -16.49164,-15.313523 parent: 1 - type: Transform - uid: 29509 components: - - pos: -56.633263,-40.305492 + - type: Transform + pos: -56.633263,-40.305492 parent: 1 - type: Transform - proto: BoxMRE entities: - uid: 30363 components: - - pos: -37.584335,-66.26245 + - type: Transform + pos: -37.584335,-66.26245 parent: 1 - type: Transform - proto: BoxPerformer entities: - uid: 30413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.18089,-48.344585 parent: 1 - type: Transform - proto: BoxPillCanister entities: - uid: 16432 components: - - pos: 6.5053406,-37.283524 + - type: Transform + pos: 6.5053406,-37.283524 parent: 1 - type: Transform - proto: BoxShotgunPractice entities: - uid: 4440 components: - - pos: -57.439724,-48.318264 + - type: Transform + pos: -57.439724,-48.318264 parent: 1 - type: Transform - proto: BoxSterileMask entities: - uid: 4790 components: - - pos: -70.48274,-19.380396 + - type: Transform + pos: -70.48274,-19.380396 parent: 1 - type: Transform - uid: 4791 components: - - pos: -65.46712,-19.380396 + - type: Transform + pos: -65.46712,-19.380396 parent: 1 - type: Transform - uid: 9180 components: - - pos: -12.47504,-37.396946 + - type: Transform + pos: -12.47504,-37.396946 parent: 1 - type: Transform - proto: BoxSyringe entities: - uid: 4681 components: - - pos: -62.35725,-24.963905 + - type: Transform + pos: -62.35725,-24.963905 parent: 1 - type: Transform - proto: BoxTrashbag entities: - uid: 7197 components: - - pos: -20.491499,26.706678 + - type: Transform + pos: -20.491499,26.706678 parent: 1 - type: Transform - uid: 12079 components: - - pos: 17.763779,-13.805279 + - type: Transform + pos: 17.763779,-13.805279 parent: 1 - type: Transform - uid: 30743 components: - - pos: -87.51437,-38.29358 + - type: Transform + pos: -87.51437,-38.29358 parent: 1 - type: Transform - proto: BoxVial entities: - uid: 28176 components: - - pos: 3.4585488,-29.378923 + - type: Transform + pos: 3.4585488,-29.378923 parent: 1 - type: Transform - proto: BoxZiptie entities: - uid: 1397 components: - - pos: -48.45456,14.719884 + - type: Transform + pos: -48.45456,14.719884 parent: 1 - type: Transform - uid: 7764 components: - - pos: -78.494255,24.713926 + - type: Transform + pos: -78.494255,24.713926 parent: 1 - type: Transform - uid: 12142 components: - - pos: 13.449738,-18.265587 + - type: Transform + pos: 13.449738,-18.265587 parent: 1 - type: Transform - uid: 12143 components: - - pos: 13.6268215,-18.276012 + - type: Transform + pos: 13.6268215,-18.276012 parent: 1 - type: Transform - uid: 14924 components: - - pos: -46.74948,-33.33157 + - type: Transform + pos: -46.74948,-33.33157 parent: 1 - type: Transform - uid: 28648 components: - - pos: -1.480845,-20.389856 + - type: Transform + pos: -1.480845,-20.389856 parent: 1 - type: Transform - uid: 29448 components: - - pos: -9.530252,-52.395126 + - type: Transform + pos: -9.530252,-52.395126 parent: 1 - type: Transform - proto: BrbSign entities: - uid: 3177 components: - - pos: -36.940586,27.49595 + - type: Transform + pos: -36.940586,27.49595 parent: 1 - type: Transform - uid: 8762 components: - - pos: -99.357864,-12.496858 + - type: Transform + pos: -99.357864,-12.496858 parent: 1 - type: Transform - proto: BriefcaseBrown entities: - uid: 2887 components: - - pos: 20.267475,-56.090908 + - type: Transform + pos: 20.267475,-56.090908 parent: 1 - type: Transform - proto: BriefcaseBrownFilled entities: - uid: 11918 components: - - pos: -20.682331,-34.14556 + - type: Transform + pos: -20.682331,-34.14556 parent: 1 - type: Transform - uid: 20557 components: - - pos: -81.21649,32.29706 + - type: Transform + pos: -81.21649,32.29706 parent: 1 - type: Transform - uid: 20558 components: - - pos: -81.22691,32.51596 + - type: Transform + pos: -81.22691,32.51596 parent: 1 - type: Transform - uid: 20559 components: - - pos: -81.24774,32.755707 + - type: Transform + pos: -81.24774,32.755707 parent: 1 - type: Transform - uid: 30928 components: - - pos: -69.64716,-62.083187 + - type: Transform + pos: -69.64716,-62.083187 parent: 1 - type: Transform - uid: 32165 components: - - pos: -87.361115,0.23540133 + - type: Transform + pos: -87.361115,0.23540133 parent: 1 - type: Transform - uid: 36809 components: - - pos: 35.47866,-34.359875 + - type: Transform + pos: 35.47866,-34.359875 parent: 1 - type: Transform - proto: BrigTimer entities: - uid: 16025 components: - - name: cell 1 timer - type: MetaData - - pos: -50.5,-34.5 + - type: MetaData + name: cell 1 timer + - type: Transform + pos: -50.5,-34.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3922: - Start: Close - Timer: Open - Timer: AutoClose - type: DeviceLinkSource - uid: 30185 components: - - name: solitary B timer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: solitary B timer + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-24.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1576: - Start: Close - Timer: Open - Timer: AutoClose - type: DeviceLinkSource - uid: 33641 components: - - name: cell 2 timer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: cell 2 timer + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-37.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3923: - Start: Close - Timer: Open - Timer: AutoClose - type: DeviceLinkSource - uid: 33642 components: - - name: cell 3 timer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: cell 3 timer + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-37.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3924: - Start: Close - Timer: Open - Timer: AutoClose - type: DeviceLinkSource - uid: 33644 components: - - name: solitary A timer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: solitary A timer + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-24.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1577: - Start: Close - Timer: Open - Timer: AutoClose - type: DeviceLinkSource - proto: BrokenBottle entities: - uid: 12432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.58995,-14.732552 parent: 1 - type: Transform - uid: 12433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.985783,-13.55465 parent: 1 - type: Transform - uid: 31012 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.46251655,-43.874573 parent: 1 - type: Transform - proto: Brutepack entities: - uid: 14961 components: - - pos: 13.949057,-21.248465 + - type: Transform + pos: 13.949057,-21.248465 parent: 1 - type: Transform - proto: Bucket entities: - uid: 923 components: - - pos: -34.25293,-10.207769 + - type: Transform + pos: -34.25293,-10.207769 parent: 1 - type: Transform - uid: 7199 components: - - pos: -21.981083,24.3613 + - type: Transform + pos: -21.981083,24.3613 parent: 1 - type: Transform - uid: 10279 components: - - pos: -11.721792,9.063126 + - type: Transform + pos: -11.721792,9.063126 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: bucket: temperature: 293.15 canMix: False canReact: True maxVol: 250 + name: null reagents: - data: null ReagentId: Hooch Quantity: 100 - type: SolutionContainerManager - uid: 12561 components: - - pos: -16.34122,-10.277122 + - type: Transform + pos: -16.34122,-10.277122 parent: 1 - type: Transform - uid: 23759 components: - - pos: 25.599798,-56.344418 + - type: Transform + pos: 25.599798,-56.344418 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: bucket: temperature: 293.15 canMix: False canReact: True maxVol: 250 + name: null reagents: - data: null ReagentId: Water @@ -31674,53317 +31693,53276 @@ entities: - data: null ReagentId: EZNutrient Quantity: 75 - type: SolutionContainerManager - uid: 30900 components: - - pos: -85.34233,-50.92668 + - type: Transform + pos: -85.34233,-50.92668 parent: 1 - type: Transform - uid: 36424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.92159,-52.697895 parent: 1 - type: Transform - proto: BulletFoam entities: - uid: 41128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.46376,-18.346937 parent: 1 - type: Transform - uid: 41129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.224174,-18.586687 parent: 1 - type: Transform - proto: ButchCleaver entities: - uid: 10523 components: - - pos: 23.478565,-40.32107 + - type: Transform + pos: 23.478565,-40.32107 parent: 1 - type: Transform - uid: 12549 components: - - pos: -17.665884,12.609267 + - type: Transform + pos: -17.665884,12.609267 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 1114 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 1 - type: Transform - uid: 1118 components: - - pos: 23.5,5.5 + - type: Transform + pos: 23.5,5.5 parent: 1 - type: Transform - uid: 1699 components: - - pos: -1.5,-32.5 + - type: Transform + pos: -1.5,-32.5 parent: 1 - type: Transform - uid: 1862 components: - - pos: 30.5,-10.5 + - type: Transform + pos: 30.5,-10.5 parent: 1 - type: Transform - uid: 2137 components: - - pos: 22.5,1.5 + - type: Transform + pos: 22.5,1.5 parent: 1 - type: Transform - uid: 2223 components: - - pos: 26.5,-51.5 + - type: Transform + pos: 26.5,-51.5 parent: 1 - type: Transform - uid: 2224 components: - - pos: 26.5,-53.5 + - type: Transform + pos: 26.5,-53.5 parent: 1 - type: Transform - uid: 2225 components: - - pos: 26.5,-52.5 + - type: Transform + pos: 26.5,-52.5 parent: 1 - type: Transform - uid: 2232 components: - - pos: 32.5,0.5 + - type: Transform + pos: 32.5,0.5 parent: 1 - type: Transform - uid: 2234 components: - - pos: 14.5,-45.5 + - type: Transform + pos: 14.5,-45.5 parent: 1 - type: Transform - uid: 2236 components: - - pos: 15.5,-45.5 + - type: Transform + pos: 15.5,-45.5 parent: 1 - type: Transform - uid: 2237 components: - - pos: 14.5,-44.5 + - type: Transform + pos: 14.5,-44.5 parent: 1 - type: Transform - uid: 2239 components: - - pos: 43.5,29.5 + - type: Transform + pos: 43.5,29.5 parent: 1 - type: Transform - uid: 2240 components: - - pos: 43.5,26.5 + - type: Transform + pos: 43.5,26.5 parent: 1 - type: Transform - uid: 2241 components: - - pos: 43.5,25.5 + - type: Transform + pos: 43.5,25.5 parent: 1 - type: Transform - uid: 2242 components: - - pos: 43.5,23.5 + - type: Transform + pos: 43.5,23.5 parent: 1 - type: Transform - uid: 2243 components: - - pos: 43.5,21.5 + - type: Transform + pos: 43.5,21.5 parent: 1 - type: Transform - uid: 2267 components: - - pos: 43.5,19.5 + - type: Transform + pos: 43.5,19.5 parent: 1 - type: Transform - uid: 2473 components: - - pos: -105.5,-25.5 + - type: Transform + pos: -105.5,-25.5 parent: 1 - type: Transform - uid: 2475 components: - - pos: -107.5,-12.5 + - type: Transform + pos: -107.5,-12.5 parent: 1 - type: Transform - uid: 2477 components: - - pos: -29.5,24.5 + - type: Transform + pos: -29.5,24.5 parent: 1 - type: Transform - uid: 2478 components: - - pos: -105.5,-23.5 + - type: Transform + pos: -105.5,-23.5 parent: 1 - type: Transform - uid: 2480 components: - - pos: -105.5,-24.5 + - type: Transform + pos: -105.5,-24.5 parent: 1 - type: Transform - uid: 2481 components: - - pos: -105.5,-21.5 + - type: Transform + pos: -105.5,-21.5 parent: 1 - type: Transform - uid: 2482 components: - - pos: -105.5,-22.5 + - type: Transform + pos: -105.5,-22.5 parent: 1 - type: Transform - uid: 2483 components: - - pos: -105.5,-20.5 + - type: Transform + pos: -105.5,-20.5 parent: 1 - type: Transform - uid: 2486 components: - - pos: -105.5,-19.5 + - type: Transform + pos: -105.5,-19.5 parent: 1 - type: Transform - uid: 2523 components: - - pos: -101.5,-19.5 + - type: Transform + pos: -101.5,-19.5 parent: 1 - type: Transform - uid: 2536 components: - - pos: -101.5,-20.5 + - type: Transform + pos: -101.5,-20.5 parent: 1 - type: Transform - uid: 3149 components: - - pos: -77.5,-49.5 + - type: Transform + pos: -77.5,-49.5 parent: 1 - type: Transform - uid: 4699 components: - - pos: -79.5,-33.5 + - type: Transform + pos: -79.5,-33.5 parent: 1 - type: Transform - uid: 4738 components: - - pos: -79.5,-35.5 + - type: Transform + pos: -79.5,-35.5 parent: 1 - type: Transform - uid: 4771 components: - - pos: -74.5,-34.5 + - type: Transform + pos: -74.5,-34.5 parent: 1 - type: Transform - uid: 4782 components: - - pos: -84.5,-39.5 + - type: Transform + pos: -84.5,-39.5 parent: 1 - type: Transform - uid: 4792 components: - - pos: -79.5,-39.5 + - type: Transform + pos: -79.5,-39.5 parent: 1 - type: Transform - uid: 4924 components: - - pos: -96.5,-42.5 + - type: Transform + pos: -96.5,-42.5 parent: 1 - type: Transform - uid: 5310 components: - - pos: -96.5,-11.5 + - type: Transform + pos: -96.5,-11.5 parent: 1 - type: Transform - uid: 5482 components: - - pos: -101.5,-26.5 + - type: Transform + pos: -101.5,-26.5 parent: 1 - type: Transform - uid: 5517 components: - - pos: -106.5,-12.5 + - type: Transform + pos: -106.5,-12.5 parent: 1 - type: Transform - uid: 5615 components: - - pos: -100.5,-26.5 + - type: Transform + pos: -100.5,-26.5 parent: 1 - type: Transform - uid: 5946 components: - - pos: -101.5,-25.5 + - type: Transform + pos: -101.5,-25.5 parent: 1 - type: Transform - uid: 6641 components: - - pos: -38.5,-75.5 + - type: Transform + pos: -38.5,-75.5 parent: 1 - type: Transform - uid: 6642 components: - - pos: -40.5,-75.5 + - type: Transform + pos: -40.5,-75.5 parent: 1 - type: Transform - uid: 6945 components: - - pos: -59.5,-38.5 + - type: Transform + pos: -59.5,-38.5 parent: 1 - type: Transform - uid: 6946 components: - - pos: -59.5,-37.5 + - type: Transform + pos: -59.5,-37.5 parent: 1 - type: Transform - uid: 6991 components: - - pos: -59.5,-36.5 + - type: Transform + pos: -59.5,-36.5 parent: 1 - type: Transform - uid: 7463 components: - - pos: -103.5,-0.5 + - type: Transform + pos: -103.5,-0.5 parent: 1 - type: Transform - uid: 8038 components: - - pos: -59.5,-35.5 + - type: Transform + pos: -59.5,-35.5 parent: 1 - type: Transform - uid: 8055 components: - - pos: -59.5,-34.5 + - type: Transform + pos: -59.5,-34.5 parent: 1 - type: Transform - uid: 8064 components: - - pos: -59.5,-33.5 + - type: Transform + pos: -59.5,-33.5 parent: 1 - type: Transform - uid: 8109 components: - - pos: -59.5,-32.5 + - type: Transform + pos: -59.5,-32.5 parent: 1 - type: Transform - uid: 8110 components: - - pos: -59.5,-31.5 + - type: Transform + pos: -59.5,-31.5 parent: 1 - type: Transform - uid: 8111 components: - - pos: -59.5,-30.5 + - type: Transform + pos: -59.5,-30.5 parent: 1 - type: Transform - uid: 8116 components: - - pos: -59.5,-22.5 + - type: Transform + pos: -59.5,-22.5 parent: 1 - type: Transform - uid: 8151 components: - - pos: -59.5,-29.5 + - type: Transform + pos: -59.5,-29.5 parent: 1 - type: Transform - uid: 8162 components: - - pos: -59.5,-28.5 + - type: Transform + pos: -59.5,-28.5 parent: 1 - type: Transform - uid: 8163 components: - - pos: -59.5,-27.5 + - type: Transform + pos: -59.5,-27.5 parent: 1 - type: Transform - uid: 8167 components: - - pos: -59.5,-26.5 + - type: Transform + pos: -59.5,-26.5 parent: 1 - type: Transform - uid: 8169 components: - - pos: -59.5,-25.5 + - type: Transform + pos: -59.5,-25.5 parent: 1 - type: Transform - uid: 8173 components: - - pos: -59.5,-24.5 + - type: Transform + pos: -59.5,-24.5 parent: 1 - type: Transform - uid: 8234 components: - - pos: -65.5,27.5 + - type: Transform + pos: -65.5,27.5 parent: 1 - type: Transform - uid: 8367 components: - - pos: -63.5,-14.5 + - type: Transform + pos: -63.5,-14.5 parent: 1 - type: Transform - uid: 8368 components: - - pos: -62.5,-14.5 + - type: Transform + pos: -62.5,-14.5 parent: 1 - type: Transform - uid: 8369 components: - - pos: -61.5,-14.5 + - type: Transform + pos: -61.5,-14.5 parent: 1 - type: Transform - uid: 8370 components: - - pos: -60.5,-14.5 + - type: Transform + pos: -60.5,-14.5 parent: 1 - type: Transform - uid: 8371 components: - - pos: -59.5,-14.5 + - type: Transform + pos: -59.5,-14.5 parent: 1 - type: Transform - uid: 8372 components: - - pos: -58.5,-14.5 + - type: Transform + pos: -58.5,-14.5 parent: 1 - type: Transform - uid: 8373 components: - - pos: -57.5,-14.5 + - type: Transform + pos: -57.5,-14.5 parent: 1 - type: Transform - uid: 8374 components: - - pos: -56.5,-14.5 + - type: Transform + pos: -56.5,-14.5 parent: 1 - type: Transform - uid: 8375 components: - - pos: -55.5,-14.5 + - type: Transform + pos: -55.5,-14.5 parent: 1 - type: Transform - uid: 8376 components: - - pos: -54.5,-14.5 + - type: Transform + pos: -54.5,-14.5 parent: 1 - type: Transform - uid: 8377 components: - - pos: -53.5,-14.5 + - type: Transform + pos: -53.5,-14.5 parent: 1 - type: Transform - uid: 8378 components: - - pos: -52.5,-14.5 + - type: Transform + pos: -52.5,-14.5 parent: 1 - type: Transform - uid: 8379 components: - - pos: -60.5,-13.5 + - type: Transform + pos: -60.5,-13.5 parent: 1 - type: Transform - uid: 8380 components: - - pos: -60.5,-12.5 + - type: Transform + pos: -60.5,-12.5 parent: 1 - type: Transform - uid: 8381 components: - - pos: -56.5,-13.5 + - type: Transform + pos: -56.5,-13.5 parent: 1 - type: Transform - uid: 8382 components: - - pos: -56.5,-12.5 + - type: Transform + pos: -56.5,-12.5 parent: 1 - type: Transform - uid: 8383 components: - - pos: -52.5,-13.5 + - type: Transform + pos: -52.5,-13.5 parent: 1 - type: Transform - uid: 8384 components: - - pos: -52.5,-12.5 + - type: Transform + pos: -52.5,-12.5 parent: 1 - type: Transform - uid: 8385 components: - - pos: -52.5,-11.5 + - type: Transform + pos: -52.5,-11.5 parent: 1 - type: Transform - uid: 8386 components: - - pos: -56.5,-11.5 + - type: Transform + pos: -56.5,-11.5 parent: 1 - type: Transform - uid: 8387 components: - - pos: -60.5,-11.5 + - type: Transform + pos: -60.5,-11.5 parent: 1 - type: Transform - uid: 8389 components: - - pos: -105.5,-5.5 + - type: Transform + pos: -105.5,-5.5 parent: 1 - type: Transform - uid: 8390 components: - - pos: -105.5,-6.5 + - type: Transform + pos: -105.5,-6.5 parent: 1 - type: Transform - uid: 8391 components: - - pos: -105.5,-7.5 + - type: Transform + pos: -105.5,-7.5 parent: 1 - type: Transform - uid: 8392 components: - - pos: -106.5,-7.5 + - type: Transform + pos: -106.5,-7.5 parent: 1 - type: Transform - uid: 8393 components: - - pos: -107.5,-7.5 + - type: Transform + pos: -107.5,-7.5 parent: 1 - type: Transform - uid: 8394 components: - - pos: -108.5,-7.5 + - type: Transform + pos: -108.5,-7.5 parent: 1 - type: Transform - uid: 8395 components: - - pos: -109.5,-7.5 + - type: Transform + pos: -109.5,-7.5 parent: 1 - type: Transform - uid: 8396 components: - - pos: -110.5,-7.5 + - type: Transform + pos: -110.5,-7.5 parent: 1 - type: Transform - uid: 8397 components: - - pos: -111.5,-7.5 + - type: Transform + pos: -111.5,-7.5 parent: 1 - type: Transform - uid: 8398 components: - - pos: -112.5,-7.5 + - type: Transform + pos: -112.5,-7.5 parent: 1 - type: Transform - uid: 8399 components: - - pos: -113.5,-7.5 + - type: Transform + pos: -113.5,-7.5 parent: 1 - type: Transform - uid: 8400 components: - - pos: -114.5,-7.5 + - type: Transform + pos: -114.5,-7.5 parent: 1 - type: Transform - uid: 8401 components: - - pos: -115.5,-7.5 + - type: Transform + pos: -115.5,-7.5 parent: 1 - type: Transform - uid: 8402 components: - - pos: -116.5,-7.5 + - type: Transform + pos: -116.5,-7.5 parent: 1 - type: Transform - uid: 8403 components: - - pos: -117.5,-7.5 + - type: Transform + pos: -117.5,-7.5 parent: 1 - type: Transform - uid: 8404 components: - - pos: -118.5,-7.5 + - type: Transform + pos: -118.5,-7.5 parent: 1 - type: Transform - uid: 8405 components: - - pos: -119.5,-7.5 + - type: Transform + pos: -119.5,-7.5 parent: 1 - type: Transform - uid: 8406 components: - - pos: -120.5,-7.5 + - type: Transform + pos: -120.5,-7.5 parent: 1 - type: Transform - uid: 8407 components: - - pos: -121.5,-7.5 + - type: Transform + pos: -121.5,-7.5 parent: 1 - type: Transform - uid: 8408 components: - - pos: -122.5,-7.5 + - type: Transform + pos: -122.5,-7.5 parent: 1 - type: Transform - uid: 8409 components: - - pos: -122.5,-8.5 + - type: Transform + pos: -122.5,-8.5 parent: 1 - type: Transform - uid: 8410 components: - - pos: -122.5,-9.5 + - type: Transform + pos: -122.5,-9.5 parent: 1 - type: Transform - uid: 8411 components: - - pos: -122.5,-10.5 + - type: Transform + pos: -122.5,-10.5 parent: 1 - type: Transform - uid: 8412 components: - - pos: -121.5,-10.5 + - type: Transform + pos: -121.5,-10.5 parent: 1 - type: Transform - uid: 8413 components: - - pos: -122.5,-6.5 + - type: Transform + pos: -122.5,-6.5 parent: 1 - type: Transform - uid: 8414 components: - - pos: -122.5,-5.5 + - type: Transform + pos: -122.5,-5.5 parent: 1 - type: Transform - uid: 8415 components: - - pos: -122.5,-4.5 + - type: Transform + pos: -122.5,-4.5 parent: 1 - type: Transform - uid: 8416 components: - - pos: -122.5,-3.5 + - type: Transform + pos: -122.5,-3.5 parent: 1 - type: Transform - uid: 8417 components: - - pos: -122.5,-2.5 + - type: Transform + pos: -122.5,-2.5 parent: 1 - type: Transform - uid: 8419 components: - - pos: -122.5,-1.5 + - type: Transform + pos: -122.5,-1.5 parent: 1 - type: Transform - uid: 8420 components: - - pos: -122.5,-0.5 + - type: Transform + pos: -122.5,-0.5 parent: 1 - type: Transform - uid: 8421 components: - - pos: -122.5,0.5 + - type: Transform + pos: -122.5,0.5 parent: 1 - type: Transform - uid: 8422 components: - - pos: -122.5,1.5 + - type: Transform + pos: -122.5,1.5 parent: 1 - type: Transform - uid: 8423 components: - - pos: -122.5,2.5 + - type: Transform + pos: -122.5,2.5 parent: 1 - type: Transform - uid: 8424 components: - - pos: -122.5,3.5 + - type: Transform + pos: -122.5,3.5 parent: 1 - type: Transform - uid: 8425 components: - - pos: -122.5,4.5 + - type: Transform + pos: -122.5,4.5 parent: 1 - type: Transform - uid: 8426 components: - - pos: -122.5,5.5 + - type: Transform + pos: -122.5,5.5 parent: 1 - type: Transform - uid: 8427 components: - - pos: -122.5,6.5 + - type: Transform + pos: -122.5,6.5 parent: 1 - type: Transform - uid: 8428 components: - - pos: -122.5,7.5 + - type: Transform + pos: -122.5,7.5 parent: 1 - type: Transform - uid: 8429 components: - - pos: -122.5,8.5 + - type: Transform + pos: -122.5,8.5 parent: 1 - type: Transform - uid: 8430 components: - - pos: -122.5,9.5 + - type: Transform + pos: -122.5,9.5 parent: 1 - type: Transform - uid: 8431 components: - - pos: -122.5,10.5 + - type: Transform + pos: -122.5,10.5 parent: 1 - type: Transform - uid: 8432 components: - - pos: -122.5,11.5 + - type: Transform + pos: -122.5,11.5 parent: 1 - type: Transform - uid: 8433 components: - - pos: -122.5,12.5 + - type: Transform + pos: -122.5,12.5 parent: 1 - type: Transform - uid: 8434 components: - - pos: -122.5,13.5 + - type: Transform + pos: -122.5,13.5 parent: 1 - type: Transform - uid: 8435 components: - - pos: -122.5,14.5 + - type: Transform + pos: -122.5,14.5 parent: 1 - type: Transform - uid: 8436 components: - - pos: -122.5,15.5 + - type: Transform + pos: -122.5,15.5 parent: 1 - type: Transform - uid: 8437 components: - - pos: -122.5,16.5 + - type: Transform + pos: -122.5,16.5 parent: 1 - type: Transform - uid: 8438 components: - - pos: -122.5,17.5 + - type: Transform + pos: -122.5,17.5 parent: 1 - type: Transform - uid: 8439 components: - - pos: -122.5,18.5 + - type: Transform + pos: -122.5,18.5 parent: 1 - type: Transform - uid: 8440 components: - - pos: -122.5,19.5 + - type: Transform + pos: -122.5,19.5 parent: 1 - type: Transform - uid: 8441 components: - - pos: -122.5,20.5 + - type: Transform + pos: -122.5,20.5 parent: 1 - type: Transform - uid: 8442 components: - - pos: -122.5,21.5 + - type: Transform + pos: -122.5,21.5 parent: 1 - type: Transform - uid: 8443 components: - - pos: -122.5,22.5 + - type: Transform + pos: -122.5,22.5 parent: 1 - type: Transform - uid: 8444 components: - - pos: -121.5,22.5 + - type: Transform + pos: -121.5,22.5 parent: 1 - type: Transform - uid: 8445 components: - - pos: -120.5,22.5 + - type: Transform + pos: -120.5,22.5 parent: 1 - type: Transform - uid: 8446 components: - - pos: -119.5,22.5 + - type: Transform + pos: -119.5,22.5 parent: 1 - type: Transform - uid: 8447 components: - - pos: -118.5,22.5 + - type: Transform + pos: -118.5,22.5 parent: 1 - type: Transform - uid: 8506 components: - - pos: -96.5,-12.5 + - type: Transform + pos: -96.5,-12.5 parent: 1 - type: Transform - uid: 8507 components: - - pos: -95.5,-12.5 + - type: Transform + pos: -95.5,-12.5 parent: 1 - type: Transform - uid: 8508 components: - - pos: -94.5,-12.5 + - type: Transform + pos: -94.5,-12.5 parent: 1 - type: Transform - uid: 8509 components: - - pos: -93.5,-12.5 + - type: Transform + pos: -93.5,-12.5 parent: 1 - type: Transform - uid: 8510 components: - - pos: -93.5,-13.5 + - type: Transform + pos: -93.5,-13.5 parent: 1 - type: Transform - uid: 8511 components: - - pos: -93.5,-14.5 + - type: Transform + pos: -93.5,-14.5 parent: 1 - type: Transform - uid: 8512 components: - - pos: -92.5,-14.5 + - type: Transform + pos: -92.5,-14.5 parent: 1 - type: Transform - uid: 8513 components: - - pos: -91.5,-14.5 + - type: Transform + pos: -91.5,-14.5 parent: 1 - type: Transform - uid: 8514 components: - - pos: -90.5,-14.5 + - type: Transform + pos: -90.5,-14.5 parent: 1 - type: Transform - uid: 8515 components: - - pos: -89.5,-14.5 + - type: Transform + pos: -89.5,-14.5 parent: 1 - type: Transform - uid: 8516 components: - - pos: -88.5,-14.5 + - type: Transform + pos: -88.5,-14.5 parent: 1 - type: Transform - uid: 8517 components: - - pos: -87.5,-14.5 + - type: Transform + pos: -87.5,-14.5 parent: 1 - type: Transform - uid: 8518 components: - - pos: -86.5,-14.5 + - type: Transform + pos: -86.5,-14.5 parent: 1 - type: Transform - uid: 8520 components: - - pos: -93.5,-15.5 + - type: Transform + pos: -93.5,-15.5 parent: 1 - type: Transform - uid: 8521 components: - - pos: -93.5,-16.5 + - type: Transform + pos: -93.5,-16.5 parent: 1 - type: Transform - uid: 8522 components: - - pos: -94.5,-16.5 + - type: Transform + pos: -94.5,-16.5 parent: 1 - type: Transform - uid: 8523 components: - - pos: -95.5,-16.5 + - type: Transform + pos: -95.5,-16.5 parent: 1 - type: Transform - uid: 8524 components: - - pos: -89.5,-15.5 + - type: Transform + pos: -89.5,-15.5 parent: 1 - type: Transform - uid: 8525 components: - - pos: -85.5,-14.5 + - type: Transform + pos: -85.5,-14.5 parent: 1 - type: Transform - uid: 8526 components: - - pos: -84.5,-14.5 + - type: Transform + pos: -84.5,-14.5 parent: 1 - type: Transform - uid: 8527 components: - - pos: -83.5,-14.5 + - type: Transform + pos: -83.5,-14.5 parent: 1 - type: Transform - uid: 8528 components: - - pos: -82.5,-14.5 + - type: Transform + pos: -82.5,-14.5 parent: 1 - type: Transform - uid: 8529 components: - - pos: -81.5,-14.5 + - type: Transform + pos: -81.5,-14.5 parent: 1 - type: Transform - uid: 8530 components: - - pos: -80.5,-14.5 + - type: Transform + pos: -80.5,-14.5 parent: 1 - type: Transform - uid: 8531 components: - - pos: -79.5,-14.5 + - type: Transform + pos: -79.5,-14.5 parent: 1 - type: Transform - uid: 8532 components: - - pos: -78.5,-14.5 + - type: Transform + pos: -78.5,-14.5 parent: 1 - type: Transform - uid: 8533 components: - - pos: -77.5,-14.5 + - type: Transform + pos: -77.5,-14.5 parent: 1 - type: Transform - uid: 8534 components: - - pos: -78.5,-13.5 + - type: Transform + pos: -78.5,-13.5 parent: 1 - type: Transform - uid: 8535 components: - - pos: -76.5,-14.5 + - type: Transform + pos: -76.5,-14.5 parent: 1 - type: Transform - uid: 8536 components: - - pos: -75.5,-14.5 + - type: Transform + pos: -75.5,-14.5 parent: 1 - type: Transform - uid: 8537 components: - - pos: -74.5,-14.5 + - type: Transform + pos: -74.5,-14.5 parent: 1 - type: Transform - uid: 8538 components: - - pos: -73.5,-14.5 + - type: Transform + pos: -73.5,-14.5 parent: 1 - type: Transform - uid: 8539 components: - - pos: -72.5,-14.5 + - type: Transform + pos: -72.5,-14.5 parent: 1 - type: Transform - uid: 8540 components: - - pos: -71.5,-14.5 + - type: Transform + pos: -71.5,-14.5 parent: 1 - type: Transform - uid: 8541 components: - - pos: -70.5,-14.5 + - type: Transform + pos: -70.5,-14.5 parent: 1 - type: Transform - uid: 8542 components: - - pos: -69.5,-14.5 + - type: Transform + pos: -69.5,-14.5 parent: 1 - type: Transform - uid: 8543 components: - - pos: -68.5,-14.5 + - type: Transform + pos: -68.5,-14.5 parent: 1 - type: Transform - uid: 8544 components: - - pos: -68.5,-13.5 + - type: Transform + pos: -68.5,-13.5 parent: 1 - type: Transform - uid: 8545 components: - - pos: -67.5,-14.5 + - type: Transform + pos: -67.5,-14.5 parent: 1 - type: Transform - uid: 8546 components: - - pos: -66.5,-14.5 + - type: Transform + pos: -66.5,-14.5 parent: 1 - type: Transform - uid: 8547 components: - - pos: -65.5,-14.5 + - type: Transform + pos: -65.5,-14.5 parent: 1 - type: Transform - uid: 8548 components: - - pos: -64.5,-14.5 + - type: Transform + pos: -64.5,-14.5 parent: 1 - type: Transform - uid: 8710 components: - - pos: -59.5,-23.5 + - type: Transform + pos: -59.5,-23.5 parent: 1 - type: Transform - uid: 8715 components: - - pos: -70.5,-7.5 + - type: Transform + pos: -70.5,-7.5 parent: 1 - type: Transform - uid: 8872 components: - - pos: -40.5,-76.5 + - type: Transform + pos: -40.5,-76.5 parent: 1 - type: Transform - uid: 8939 components: - - pos: 27.5,8.5 + - type: Transform + pos: 27.5,8.5 parent: 1 - type: Transform - uid: 9046 components: - - pos: -92.5,-34.5 + - type: Transform + pos: -92.5,-34.5 parent: 1 - type: Transform - uid: 9165 components: - - pos: -62.5,-28.5 + - type: Transform + pos: -62.5,-28.5 parent: 1 - type: Transform - uid: 9662 components: - - pos: -61.5,-28.5 + - type: Transform + pos: -61.5,-28.5 parent: 1 - type: Transform - uid: 9903 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - uid: 10625 components: - - pos: 28.5,-50.5 + - type: Transform + pos: 28.5,-50.5 parent: 1 - type: Transform - uid: 11107 components: - - pos: -19.5,-70.5 + - type: Transform + pos: -19.5,-70.5 parent: 1 - type: Transform - uid: 11112 components: - - pos: -20.5,-70.5 + - type: Transform + pos: -20.5,-70.5 parent: 1 - type: Transform - uid: 11113 components: - - pos: -21.5,-70.5 + - type: Transform + pos: -21.5,-70.5 parent: 1 - type: Transform - uid: 11114 components: - - pos: -21.5,-71.5 + - type: Transform + pos: -21.5,-71.5 parent: 1 - type: Transform - uid: 13243 components: - - pos: -25.5,21.5 + - type: Transform + pos: -25.5,21.5 parent: 1 - type: Transform - uid: 13260 components: - - pos: 48.5,-14.5 + - type: Transform + pos: 48.5,-14.5 parent: 1 - type: Transform - uid: 13272 components: - - pos: 52.5,-14.5 + - type: Transform + pos: 52.5,-14.5 parent: 1 - type: Transform - uid: 13276 components: - - pos: -25.5,20.5 + - type: Transform + pos: -25.5,20.5 parent: 1 - type: Transform - uid: 13292 components: - - pos: -24.5,20.5 + - type: Transform + pos: -24.5,20.5 parent: 1 - type: Transform - uid: 13314 components: - - pos: -23.5,20.5 + - type: Transform + pos: -23.5,20.5 parent: 1 - type: Transform - uid: 13333 components: - - pos: 23.5,-0.5 + - type: Transform + pos: 23.5,-0.5 parent: 1 - type: Transform - uid: 13497 components: - - pos: -22.5,20.5 + - type: Transform + pos: -22.5,20.5 parent: 1 - type: Transform - uid: 13530 components: - - pos: -21.5,20.5 + - type: Transform + pos: -21.5,20.5 parent: 1 - type: Transform - uid: 14633 components: - - pos: -82.5,-39.5 + - type: Transform + pos: -82.5,-39.5 parent: 1 - type: Transform - uid: 14987 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 14988 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 1 - type: Transform - uid: 14989 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 1 - type: Transform - uid: 14990 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 1 - type: Transform - uid: 14991 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - uid: 14992 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 14993 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 14994 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - uid: 14995 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 14996 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 14997 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 14998 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 14999 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 15000 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 15001 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 15002 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - uid: 15003 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 15004 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 1 - type: Transform - uid: 15005 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 1 - type: Transform - uid: 15006 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 15007 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 1 - type: Transform - uid: 15008 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 15009 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 15010 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 15011 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 15012 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - uid: 15013 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - uid: 15014 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 1 - type: Transform - uid: 15015 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 1 - type: Transform - uid: 15016 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 1 - type: Transform - uid: 15017 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 15018 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 15019 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 15020 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 15021 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 15022 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 15023 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 15024 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 15025 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 15026 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 15027 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 15028 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 15031 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 15032 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 15033 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 15034 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 15035 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 15036 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 15037 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 15038 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 15039 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 1 - type: Transform - uid: 15040 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 1 - type: Transform - uid: 15041 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 1 - type: Transform - uid: 15042 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 15043 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 1 - type: Transform - uid: 15044 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 1 - type: Transform - uid: 15045 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 15046 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 15047 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 15048 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 15049 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 1 - type: Transform - uid: 15050 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 1 - type: Transform - uid: 15051 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 1 - type: Transform - uid: 15052 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 1 - type: Transform - uid: 15053 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 15054 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 1 - type: Transform - uid: 15055 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - uid: 15056 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 15057 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 15058 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 15059 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 15060 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 15061 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 15062 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 15063 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 15064 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 15179 components: - - pos: 23.5,-1.5 + - type: Transform + pos: 23.5,-1.5 parent: 1 - type: Transform - uid: 15183 components: - - pos: -136.5,-23.5 + - type: Transform + pos: -136.5,-23.5 parent: 1 - type: Transform - uid: 15330 components: - - pos: -78.5,-35.5 + - type: Transform + pos: -78.5,-35.5 parent: 1 - type: Transform - uid: 15331 components: - - pos: -79.5,-36.5 + - type: Transform + pos: -79.5,-36.5 parent: 1 - type: Transform - uid: 15382 components: - - pos: -79.5,-32.5 + - type: Transform + pos: -79.5,-32.5 parent: 1 - type: Transform - uid: 15383 components: - - pos: -79.5,-34.5 + - type: Transform + pos: -79.5,-34.5 parent: 1 - type: Transform - uid: 15403 components: - - pos: -57.5,-66.5 + - type: Transform + pos: -57.5,-66.5 parent: 1 - type: Transform - uid: 15592 components: - - pos: -72.5,-5.5 + - type: Transform + pos: -72.5,-5.5 parent: 1 - type: Transform - uid: 16381 components: - - pos: -45.5,13.5 + - type: Transform + pos: -45.5,13.5 parent: 1 - type: Transform - uid: 16417 components: - - pos: -27.5,6.5 + - type: Transform + pos: -27.5,6.5 parent: 1 - type: Transform - uid: 16418 components: - - pos: -22.5,6.5 + - type: Transform + pos: -22.5,6.5 parent: 1 - type: Transform - uid: 16419 components: - - pos: -23.5,6.5 + - type: Transform + pos: -23.5,6.5 parent: 1 - type: Transform - uid: 16421 components: - - pos: -45.5,-51.5 + - type: Transform + pos: -45.5,-51.5 parent: 1 - type: Transform - uid: 16422 components: - - pos: -45.5,-52.5 + - type: Transform + pos: -45.5,-52.5 parent: 1 - type: Transform - uid: 16423 components: - - pos: -45.5,-53.5 + - type: Transform + pos: -45.5,-53.5 parent: 1 - type: Transform - uid: 16425 components: - - pos: -45.5,-57.5 + - type: Transform + pos: -45.5,-57.5 parent: 1 - type: Transform - uid: 16428 components: - - pos: -45.5,-56.5 + - type: Transform + pos: -45.5,-56.5 parent: 1 - type: Transform - uid: 16429 components: - - pos: -45.5,-55.5 + - type: Transform + pos: -45.5,-55.5 parent: 1 - type: Transform - uid: 16430 components: - - pos: -45.5,-54.5 + - type: Transform + pos: -45.5,-54.5 parent: 1 - type: Transform - uid: 16802 components: - - pos: -80.5,-36.5 + - type: Transform + pos: -80.5,-36.5 parent: 1 - type: Transform - uid: 16806 components: - - pos: -79.5,-30.5 + - type: Transform + pos: -79.5,-30.5 parent: 1 - type: Transform - uid: 16818 components: - - pos: -92.5,-33.5 + - type: Transform + pos: -92.5,-33.5 parent: 1 - type: Transform - uid: 17113 components: - - pos: 9.5,17.5 + - type: Transform + pos: 9.5,17.5 parent: 1 - type: Transform - uid: 17407 components: - - pos: -22.5,-61.5 + - type: Transform + pos: -22.5,-61.5 parent: 1 - type: Transform - uid: 17408 components: - - pos: -23.5,-61.5 + - type: Transform + pos: -23.5,-61.5 parent: 1 - type: Transform - uid: 17409 components: - - pos: -24.5,-61.5 + - type: Transform + pos: -24.5,-61.5 parent: 1 - type: Transform - uid: 17410 components: - - pos: -25.5,-61.5 + - type: Transform + pos: -25.5,-61.5 parent: 1 - type: Transform - uid: 17411 components: - - pos: -26.5,-61.5 + - type: Transform + pos: -26.5,-61.5 parent: 1 - type: Transform - uid: 17412 components: - - pos: -26.5,-62.5 + - type: Transform + pos: -26.5,-62.5 parent: 1 - type: Transform - uid: 17413 components: - - pos: -26.5,-63.5 + - type: Transform + pos: -26.5,-63.5 parent: 1 - type: Transform - uid: 17414 components: - - pos: -26.5,-64.5 + - type: Transform + pos: -26.5,-64.5 parent: 1 - type: Transform - uid: 17415 components: - - pos: -25.5,-64.5 + - type: Transform + pos: -25.5,-64.5 parent: 1 - type: Transform - uid: 17416 components: - - pos: -24.5,-64.5 + - type: Transform + pos: -24.5,-64.5 parent: 1 - type: Transform - uid: 17417 components: - - pos: -23.5,-64.5 + - type: Transform + pos: -23.5,-64.5 parent: 1 - type: Transform - uid: 17418 components: - - pos: -22.5,-64.5 + - type: Transform + pos: -22.5,-64.5 parent: 1 - type: Transform - uid: 17419 components: - - pos: -22.5,-63.5 + - type: Transform + pos: -22.5,-63.5 parent: 1 - type: Transform - uid: 17420 components: - - pos: -22.5,-62.5 + - type: Transform + pos: -22.5,-62.5 parent: 1 - type: Transform - uid: 17421 components: - - pos: -21.5,-62.5 + - type: Transform + pos: -21.5,-62.5 parent: 1 - type: Transform - uid: 17422 components: - - pos: -20.5,-62.5 + - type: Transform + pos: -20.5,-62.5 parent: 1 - type: Transform - uid: 17687 components: - - pos: -17.5,-70.5 + - type: Transform + pos: -17.5,-70.5 parent: 1 - type: Transform - uid: 17688 components: - - pos: -18.5,-70.5 + - type: Transform + pos: -18.5,-70.5 parent: 1 - type: Transform - uid: 17703 components: - - pos: 31.5,-10.5 + - type: Transform + pos: 31.5,-10.5 parent: 1 - type: Transform - uid: 17711 components: - - pos: 29.5,-50.5 + - type: Transform + pos: 29.5,-50.5 parent: 1 - type: Transform - uid: 17754 components: - - pos: 24.5,-49.5 + - type: Transform + pos: 24.5,-49.5 parent: 1 - type: Transform - uid: 17755 components: - - pos: 24.5,-50.5 + - type: Transform + pos: 24.5,-50.5 parent: 1 - type: Transform - uid: 17756 components: - - pos: 23.5,-50.5 + - type: Transform + pos: 23.5,-50.5 parent: 1 - type: Transform - uid: 17757 components: - - pos: 22.5,-50.5 + - type: Transform + pos: 22.5,-50.5 parent: 1 - type: Transform - uid: 17758 components: - - pos: 25.5,-50.5 + - type: Transform + pos: 25.5,-50.5 parent: 1 - type: Transform - uid: 17759 components: - - pos: 26.5,-50.5 + - type: Transform + pos: 26.5,-50.5 parent: 1 - type: Transform - uid: 17760 components: - - pos: 27.5,-50.5 + - type: Transform + pos: 27.5,-50.5 parent: 1 - type: Transform - uid: 17776 components: - - pos: 30.5,-50.5 + - type: Transform + pos: 30.5,-50.5 parent: 1 - type: Transform - uid: 17778 components: - - pos: 33.5,-10.5 + - type: Transform + pos: 33.5,-10.5 parent: 1 - type: Transform - uid: 17820 components: - - pos: 32.5,-10.5 + - type: Transform + pos: 32.5,-10.5 parent: 1 - type: Transform - uid: 17887 components: - - pos: 36.5,-2.5 + - type: Transform + pos: 36.5,-2.5 parent: 1 - type: Transform - uid: 17888 components: - - pos: 35.5,-2.5 + - type: Transform + pos: 35.5,-2.5 parent: 1 - type: Transform - uid: 17889 components: - - pos: 34.5,-2.5 + - type: Transform + pos: 34.5,-2.5 parent: 1 - type: Transform - uid: 17890 components: - - pos: 33.5,-2.5 + - type: Transform + pos: 33.5,-2.5 parent: 1 - type: Transform - uid: 17891 components: - - pos: 32.5,-2.5 + - type: Transform + pos: 32.5,-2.5 parent: 1 - type: Transform - uid: 17892 components: - - pos: 31.5,-2.5 + - type: Transform + pos: 31.5,-2.5 parent: 1 - type: Transform - uid: 17893 components: - - pos: 30.5,-2.5 + - type: Transform + pos: 30.5,-2.5 parent: 1 - type: Transform - uid: 17894 components: - - pos: 29.5,-2.5 + - type: Transform + pos: 29.5,-2.5 parent: 1 - type: Transform - uid: 17895 components: - - pos: 28.5,-2.5 + - type: Transform + pos: 28.5,-2.5 parent: 1 - type: Transform - uid: 17896 components: - - pos: 27.5,-2.5 + - type: Transform + pos: 27.5,-2.5 parent: 1 - type: Transform - uid: 17897 components: - - pos: 26.5,-2.5 + - type: Transform + pos: 26.5,-2.5 parent: 1 - type: Transform - uid: 17898 components: - - pos: 25.5,-2.5 + - type: Transform + pos: 25.5,-2.5 parent: 1 - type: Transform - uid: 17899 components: - - pos: 24.5,-2.5 + - type: Transform + pos: 24.5,-2.5 parent: 1 - type: Transform - uid: 17900 components: - - pos: 23.5,-2.5 + - type: Transform + pos: 23.5,-2.5 parent: 1 - type: Transform - uid: 17901 components: - - pos: 23.5,-3.5 + - type: Transform + pos: 23.5,-3.5 parent: 1 - type: Transform - uid: 17902 components: - - pos: 23.5,-4.5 + - type: Transform + pos: 23.5,-4.5 parent: 1 - type: Transform - uid: 17903 components: - - pos: 24.5,-4.5 + - type: Transform + pos: 24.5,-4.5 parent: 1 - type: Transform - uid: 17904 components: - - pos: 25.5,-4.5 + - type: Transform + pos: 25.5,-4.5 parent: 1 - type: Transform - uid: 17905 components: - - pos: 26.5,-4.5 + - type: Transform + pos: 26.5,-4.5 parent: 1 - type: Transform - uid: 17906 components: - - pos: 27.5,-4.5 + - type: Transform + pos: 27.5,-4.5 parent: 1 - type: Transform - uid: 17907 components: - - pos: 28.5,-4.5 + - type: Transform + pos: 28.5,-4.5 parent: 1 - type: Transform - uid: 17908 components: - - pos: 29.5,-4.5 + - type: Transform + pos: 29.5,-4.5 parent: 1 - type: Transform - uid: 17909 components: - - pos: 30.5,-4.5 + - type: Transform + pos: 30.5,-4.5 parent: 1 - type: Transform - uid: 17910 components: - - pos: 31.5,-4.5 + - type: Transform + pos: 31.5,-4.5 parent: 1 - type: Transform - uid: 17911 components: - - pos: 32.5,-4.5 + - type: Transform + pos: 32.5,-4.5 parent: 1 - type: Transform - uid: 17912 components: - - pos: 33.5,-4.5 + - type: Transform + pos: 33.5,-4.5 parent: 1 - type: Transform - uid: 17913 components: - - pos: 34.5,-4.5 + - type: Transform + pos: 34.5,-4.5 parent: 1 - type: Transform - uid: 17994 components: - - pos: 34.5,-10.5 + - type: Transform + pos: 34.5,-10.5 parent: 1 - type: Transform - uid: 18009 components: - - pos: 31.5,2.5 + - type: Transform + pos: 31.5,2.5 parent: 1 - type: Transform - uid: 18010 components: - - pos: 30.5,2.5 + - type: Transform + pos: 30.5,2.5 parent: 1 - type: Transform - uid: 18011 components: - - pos: 29.5,2.5 + - type: Transform + pos: 29.5,2.5 parent: 1 - type: Transform - uid: 18012 components: - - pos: 28.5,2.5 + - type: Transform + pos: 28.5,2.5 parent: 1 - type: Transform - uid: 18013 components: - - pos: 27.5,2.5 + - type: Transform + pos: 27.5,2.5 parent: 1 - type: Transform - uid: 18014 components: - - pos: 26.5,2.5 + - type: Transform + pos: 26.5,2.5 parent: 1 - type: Transform - uid: 18015 components: - - pos: 25.5,2.5 + - type: Transform + pos: 25.5,2.5 parent: 1 - type: Transform - uid: 18016 components: - - pos: 24.5,2.5 + - type: Transform + pos: 24.5,2.5 parent: 1 - type: Transform - uid: 18017 components: - - pos: 23.5,2.5 + - type: Transform + pos: 23.5,2.5 parent: 1 - type: Transform - uid: 18018 components: - - pos: 23.5,1.5 + - type: Transform + pos: 23.5,1.5 parent: 1 - type: Transform - uid: 18019 components: - - pos: 23.5,0.5 + - type: Transform + pos: 23.5,0.5 parent: 1 - type: Transform - uid: 18020 components: - - pos: 24.5,0.5 + - type: Transform + pos: 24.5,0.5 parent: 1 - type: Transform - uid: 18021 components: - - pos: 25.5,0.5 + - type: Transform + pos: 25.5,0.5 parent: 1 - type: Transform - uid: 18022 components: - - pos: 26.5,0.5 + - type: Transform + pos: 26.5,0.5 parent: 1 - type: Transform - uid: 18023 components: - - pos: 27.5,0.5 + - type: Transform + pos: 27.5,0.5 parent: 1 - type: Transform - uid: 18024 components: - - pos: 28.5,0.5 + - type: Transform + pos: 28.5,0.5 parent: 1 - type: Transform - uid: 18025 components: - - pos: 29.5,0.5 + - type: Transform + pos: 29.5,0.5 parent: 1 - type: Transform - uid: 18026 components: - - pos: 30.5,0.5 + - type: Transform + pos: 30.5,0.5 parent: 1 - type: Transform - uid: 18059 components: - - pos: 35.5,-10.5 + - type: Transform + pos: 35.5,-10.5 parent: 1 - type: Transform - uid: 18080 components: - - pos: 22.5,-3.5 + - type: Transform + pos: 22.5,-3.5 parent: 1 - type: Transform - uid: 18081 components: - - pos: -58.5,-51.5 + - type: Transform + pos: -58.5,-51.5 parent: 1 - type: Transform - uid: 18111 components: - - pos: 24.5,15.5 + - type: Transform + pos: 24.5,15.5 parent: 1 - type: Transform - uid: 18112 components: - - pos: 24.5,16.5 + - type: Transform + pos: 24.5,16.5 parent: 1 - type: Transform - uid: 18113 components: - - pos: 24.5,17.5 + - type: Transform + pos: 24.5,17.5 parent: 1 - type: Transform - uid: 18114 components: - - pos: 24.5,18.5 + - type: Transform + pos: 24.5,18.5 parent: 1 - type: Transform - uid: 18115 components: - - pos: 24.5,19.5 + - type: Transform + pos: 24.5,19.5 parent: 1 - type: Transform - uid: 18116 components: - - pos: 24.5,20.5 + - type: Transform + pos: 24.5,20.5 parent: 1 - type: Transform - uid: 18117 components: - - pos: 24.5,21.5 + - type: Transform + pos: 24.5,21.5 parent: 1 - type: Transform - uid: 18118 components: - - pos: 25.5,21.5 + - type: Transform + pos: 25.5,21.5 parent: 1 - type: Transform - uid: 18119 components: - - pos: 26.5,21.5 + - type: Transform + pos: 26.5,21.5 parent: 1 - type: Transform - uid: 18127 components: - - pos: 26.5,20.5 + - type: Transform + pos: 26.5,20.5 parent: 1 - type: Transform - uid: 18196 components: - - pos: -21.5,-42.5 + - type: Transform + pos: -21.5,-42.5 parent: 1 - type: Transform - uid: 18197 components: - - pos: -21.5,-41.5 + - type: Transform + pos: -21.5,-41.5 parent: 1 - type: Transform - uid: 18198 components: - - pos: -21.5,-40.5 + - type: Transform + pos: -21.5,-40.5 parent: 1 - type: Transform - uid: 18199 components: - - pos: -20.5,-40.5 + - type: Transform + pos: -20.5,-40.5 parent: 1 - type: Transform - uid: 18200 components: - - pos: -22.5,-40.5 + - type: Transform + pos: -22.5,-40.5 parent: 1 - type: Transform - uid: 18201 components: - - pos: -23.5,-40.5 + - type: Transform + pos: -23.5,-40.5 parent: 1 - type: Transform - uid: 18202 components: - - pos: -24.5,-40.5 + - type: Transform + pos: -24.5,-40.5 parent: 1 - type: Transform - uid: 18203 components: - - pos: -24.5,-39.5 + - type: Transform + pos: -24.5,-39.5 parent: 1 - type: Transform - uid: 18204 components: - - pos: -24.5,-38.5 + - type: Transform + pos: -24.5,-38.5 parent: 1 - type: Transform - uid: 18205 components: - - pos: -24.5,-37.5 + - type: Transform + pos: -24.5,-37.5 parent: 1 - type: Transform - uid: 18206 components: - - pos: -25.5,-37.5 + - type: Transform + pos: -25.5,-37.5 parent: 1 - type: Transform - uid: 18207 components: - - pos: -26.5,-37.5 + - type: Transform + pos: -26.5,-37.5 parent: 1 - type: Transform - uid: 18208 components: - - pos: -24.5,-36.5 + - type: Transform + pos: -24.5,-36.5 parent: 1 - type: Transform - uid: 18209 components: - - pos: -23.5,-36.5 + - type: Transform + pos: -23.5,-36.5 parent: 1 - type: Transform - uid: 18210 components: - - pos: -22.5,-36.5 + - type: Transform + pos: -22.5,-36.5 parent: 1 - type: Transform - uid: 18211 components: - - pos: -21.5,-36.5 + - type: Transform + pos: -21.5,-36.5 parent: 1 - type: Transform - uid: 18212 components: - - pos: -21.5,-35.5 + - type: Transform + pos: -21.5,-35.5 parent: 1 - type: Transform - uid: 18213 components: - - pos: -21.5,-34.5 + - type: Transform + pos: -21.5,-34.5 parent: 1 - type: Transform - uid: 18214 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 1 - type: Transform - uid: 18215 components: - - pos: -21.5,-32.5 + - type: Transform + pos: -21.5,-32.5 parent: 1 - type: Transform - uid: 18216 components: - - pos: -21.5,-31.5 + - type: Transform + pos: -21.5,-31.5 parent: 1 - type: Transform - uid: 18217 components: - - pos: -24.5,-35.5 + - type: Transform + pos: -24.5,-35.5 parent: 1 - type: Transform - uid: 18218 components: - - pos: -24.5,-34.5 + - type: Transform + pos: -24.5,-34.5 parent: 1 - type: Transform - uid: 18219 components: - - pos: -24.5,-33.5 + - type: Transform + pos: -24.5,-33.5 parent: 1 - type: Transform - uid: 18220 components: - - pos: -24.5,-32.5 + - type: Transform + pos: -24.5,-32.5 parent: 1 - type: Transform - uid: 18221 components: - - pos: -24.5,-31.5 + - type: Transform + pos: -24.5,-31.5 parent: 1 - type: Transform - uid: 18222 components: - - pos: -25.5,-34.5 + - type: Transform + pos: -25.5,-34.5 parent: 1 - type: Transform - uid: 18223 components: - - pos: -26.5,-34.5 + - type: Transform + pos: -26.5,-34.5 parent: 1 - type: Transform - uid: 18224 components: - - pos: -27.5,-34.5 + - type: Transform + pos: -27.5,-34.5 parent: 1 - type: Transform - uid: 18225 components: - - pos: -27.5,-33.5 + - type: Transform + pos: -27.5,-33.5 parent: 1 - type: Transform - uid: 18226 components: - - pos: -27.5,-32.5 + - type: Transform + pos: -27.5,-32.5 parent: 1 - type: Transform - uid: 18227 components: - - pos: -27.5,-31.5 + - type: Transform + pos: -27.5,-31.5 parent: 1 - type: Transform - uid: 18228 components: - - pos: -24.5,-41.5 + - type: Transform + pos: -24.5,-41.5 parent: 1 - type: Transform - uid: 18229 components: - - pos: -24.5,-42.5 + - type: Transform + pos: -24.5,-42.5 parent: 1 - type: Transform - uid: 18230 components: - - pos: -24.5,-43.5 + - type: Transform + pos: -24.5,-43.5 parent: 1 - type: Transform - uid: 18231 components: - - pos: -24.5,-44.5 + - type: Transform + pos: -24.5,-44.5 parent: 1 - type: Transform - uid: 18232 components: - - pos: -23.5,-44.5 + - type: Transform + pos: -23.5,-44.5 parent: 1 - type: Transform - uid: 18233 components: - - pos: -22.5,-44.5 + - type: Transform + pos: -22.5,-44.5 parent: 1 - type: Transform - uid: 18234 components: - - pos: -21.5,-44.5 + - type: Transform + pos: -21.5,-44.5 parent: 1 - type: Transform - uid: 18235 components: - - pos: -20.5,-44.5 + - type: Transform + pos: -20.5,-44.5 parent: 1 - type: Transform - uid: 18236 components: - - pos: -19.5,-44.5 + - type: Transform + pos: -19.5,-44.5 parent: 1 - type: Transform - uid: 18237 components: - - pos: -19.5,-43.5 + - type: Transform + pos: -19.5,-43.5 parent: 1 - type: Transform - uid: 18238 components: - - pos: -19.5,-45.5 + - type: Transform + pos: -19.5,-45.5 parent: 1 - type: Transform - uid: 18239 components: - - pos: -31.5,-37.5 + - type: Transform + pos: -31.5,-37.5 parent: 1 - type: Transform - uid: 18240 components: - - pos: -31.5,-36.5 + - type: Transform + pos: -31.5,-36.5 parent: 1 - type: Transform - uid: 18241 components: - - pos: -32.5,-36.5 + - type: Transform + pos: -32.5,-36.5 parent: 1 - type: Transform - uid: 18242 components: - - pos: -32.5,-35.5 + - type: Transform + pos: -32.5,-35.5 parent: 1 - type: Transform - uid: 18243 components: - - pos: -32.5,-34.5 + - type: Transform + pos: -32.5,-34.5 parent: 1 - type: Transform - uid: 18244 components: - - pos: -32.5,-33.5 + - type: Transform + pos: -32.5,-33.5 parent: 1 - type: Transform - uid: 18245 components: - - pos: -31.5,-38.5 + - type: Transform + pos: -31.5,-38.5 parent: 1 - type: Transform - uid: 18246 components: - - pos: -31.5,-39.5 + - type: Transform + pos: -31.5,-39.5 parent: 1 - type: Transform - uid: 18247 components: - - pos: -30.5,-39.5 + - type: Transform + pos: -30.5,-39.5 parent: 1 - type: Transform - uid: 18248 components: - - pos: -29.5,-39.5 + - type: Transform + pos: -29.5,-39.5 parent: 1 - type: Transform - uid: 18249 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 1 - type: Transform - uid: 18250 components: - - pos: -29.5,-41.5 + - type: Transform + pos: -29.5,-41.5 parent: 1 - type: Transform - uid: 18251 components: - - pos: -29.5,-42.5 + - type: Transform + pos: -29.5,-42.5 parent: 1 - type: Transform - uid: 18252 components: - - pos: -29.5,-43.5 + - type: Transform + pos: -29.5,-43.5 parent: 1 - type: Transform - uid: 18253 components: - - pos: -29.5,-44.5 + - type: Transform + pos: -29.5,-44.5 parent: 1 - type: Transform - uid: 18254 components: - - pos: -29.5,-45.5 + - type: Transform + pos: -29.5,-45.5 parent: 1 - type: Transform - uid: 18255 components: - - pos: -29.5,-46.5 + - type: Transform + pos: -29.5,-46.5 parent: 1 - type: Transform - uid: 18256 components: - - pos: -29.5,-47.5 + - type: Transform + pos: -29.5,-47.5 parent: 1 - type: Transform - uid: 18257 components: - - pos: -28.5,-47.5 + - type: Transform + pos: -28.5,-47.5 parent: 1 - type: Transform - uid: 18258 components: - - pos: -28.5,-48.5 + - type: Transform + pos: -28.5,-48.5 parent: 1 - type: Transform - uid: 18259 components: - - pos: -28.5,-49.5 + - type: Transform + pos: -28.5,-49.5 parent: 1 - type: Transform - uid: 18260 components: - - pos: -29.5,-49.5 + - type: Transform + pos: -29.5,-49.5 parent: 1 - type: Transform - uid: 18261 components: - - pos: -29.5,-50.5 + - type: Transform + pos: -29.5,-50.5 parent: 1 - type: Transform - uid: 18262 components: - - pos: -30.5,-47.5 + - type: Transform + pos: -30.5,-47.5 parent: 1 - type: Transform - uid: 18263 components: - - pos: -31.5,-47.5 + - type: Transform + pos: -31.5,-47.5 parent: 1 - type: Transform - uid: 18264 components: - - pos: -32.5,-47.5 + - type: Transform + pos: -32.5,-47.5 parent: 1 - type: Transform - uid: 18265 components: - - pos: -33.5,-47.5 + - type: Transform + pos: -33.5,-47.5 parent: 1 - type: Transform - uid: 18266 components: - - pos: -34.5,-47.5 + - type: Transform + pos: -34.5,-47.5 parent: 1 - type: Transform - uid: 18267 components: - - pos: -35.5,-47.5 + - type: Transform + pos: -35.5,-47.5 parent: 1 - type: Transform - uid: 18268 components: - - pos: -36.5,-47.5 + - type: Transform + pos: -36.5,-47.5 parent: 1 - type: Transform - uid: 18269 components: - - pos: -39.5,-39.5 + - type: Transform + pos: -39.5,-39.5 parent: 1 - type: Transform - uid: 18270 components: - - pos: -38.5,-39.5 + - type: Transform + pos: -38.5,-39.5 parent: 1 - type: Transform - uid: 18271 components: - - pos: -37.5,-39.5 + - type: Transform + pos: -37.5,-39.5 parent: 1 - type: Transform - uid: 18272 components: - - pos: -36.5,-39.5 + - type: Transform + pos: -36.5,-39.5 parent: 1 - type: Transform - uid: 18273 components: - - pos: -36.5,-40.5 + - type: Transform + pos: -36.5,-40.5 parent: 1 - type: Transform - uid: 18274 components: - - pos: -36.5,-41.5 + - type: Transform + pos: -36.5,-41.5 parent: 1 - type: Transform - uid: 18275 components: - - pos: -36.5,-42.5 + - type: Transform + pos: -36.5,-42.5 parent: 1 - type: Transform - uid: 18276 components: - - pos: -36.5,-43.5 + - type: Transform + pos: -36.5,-43.5 parent: 1 - type: Transform - uid: 18277 components: - - pos: -37.5,-43.5 + - type: Transform + pos: -37.5,-43.5 parent: 1 - type: Transform - uid: 18278 components: - - pos: -35.5,-43.5 + - type: Transform + pos: -35.5,-43.5 parent: 1 - type: Transform - uid: 18279 components: - - pos: -34.5,-43.5 + - type: Transform + pos: -34.5,-43.5 parent: 1 - type: Transform - uid: 18280 components: - - pos: -33.5,-43.5 + - type: Transform + pos: -33.5,-43.5 parent: 1 - type: Transform - uid: 18281 components: - - pos: -32.5,-43.5 + - type: Transform + pos: -32.5,-43.5 parent: 1 - type: Transform - uid: 18282 components: - - pos: -43.5,-55.5 + - type: Transform + pos: -43.5,-55.5 parent: 1 - type: Transform - uid: 18283 components: - - pos: -42.5,-55.5 + - type: Transform + pos: -42.5,-55.5 parent: 1 - type: Transform - uid: 18284 components: - - pos: -41.5,-55.5 + - type: Transform + pos: -41.5,-55.5 parent: 1 - type: Transform - uid: 18285 components: - - pos: -40.5,-55.5 + - type: Transform + pos: -40.5,-55.5 parent: 1 - type: Transform - uid: 18286 components: - - pos: -39.5,-55.5 + - type: Transform + pos: -39.5,-55.5 parent: 1 - type: Transform - uid: 18287 components: - - pos: -38.5,-55.5 + - type: Transform + pos: -38.5,-55.5 parent: 1 - type: Transform - uid: 18288 components: - - pos: -38.5,-54.5 + - type: Transform + pos: -38.5,-54.5 parent: 1 - type: Transform - uid: 18289 components: - - pos: -38.5,-53.5 + - type: Transform + pos: -38.5,-53.5 parent: 1 - type: Transform - uid: 18290 components: - - pos: -38.5,-52.5 + - type: Transform + pos: -38.5,-52.5 parent: 1 - type: Transform - uid: 18291 components: - - pos: -37.5,-52.5 + - type: Transform + pos: -37.5,-52.5 parent: 1 - type: Transform - uid: 18292 components: - - pos: -36.5,-52.5 + - type: Transform + pos: -36.5,-52.5 parent: 1 - type: Transform - uid: 18293 components: - - pos: -35.5,-52.5 + - type: Transform + pos: -35.5,-52.5 parent: 1 - type: Transform - uid: 18294 components: - - pos: -34.5,-52.5 + - type: Transform + pos: -34.5,-52.5 parent: 1 - type: Transform - uid: 18295 components: - - pos: -34.5,-53.5 + - type: Transform + pos: -34.5,-53.5 parent: 1 - type: Transform - uid: 18296 components: - - pos: -34.5,-54.5 + - type: Transform + pos: -34.5,-54.5 parent: 1 - type: Transform - uid: 18297 components: - - pos: -35.5,-55.5 + - type: Transform + pos: -35.5,-55.5 parent: 1 - type: Transform - uid: 18298 components: - - pos: -35.5,-54.5 + - type: Transform + pos: -35.5,-54.5 parent: 1 - type: Transform - uid: 18299 components: - - pos: -35.5,-56.5 + - type: Transform + pos: -35.5,-56.5 parent: 1 - type: Transform - uid: 18300 components: - - pos: -35.5,-57.5 + - type: Transform + pos: -35.5,-57.5 parent: 1 - type: Transform - uid: 18301 components: - - pos: -35.5,-58.5 + - type: Transform + pos: -35.5,-58.5 parent: 1 - type: Transform - uid: 18302 components: - - pos: -40.5,-56.5 + - type: Transform + pos: -40.5,-56.5 parent: 1 - type: Transform - uid: 18303 components: - - pos: -40.5,-57.5 + - type: Transform + pos: -40.5,-57.5 parent: 1 - type: Transform - uid: 18304 components: - - pos: -40.5,-58.5 + - type: Transform + pos: -40.5,-58.5 parent: 1 - type: Transform - uid: 18305 components: - - pos: -40.5,-59.5 + - type: Transform + pos: -40.5,-59.5 parent: 1 - type: Transform - uid: 18306 components: - - pos: -40.5,-60.5 + - type: Transform + pos: -40.5,-60.5 parent: 1 - type: Transform - uid: 18307 components: - - pos: -41.5,-60.5 + - type: Transform + pos: -41.5,-60.5 parent: 1 - type: Transform - uid: 18308 components: - - pos: -41.5,-61.5 + - type: Transform + pos: -41.5,-61.5 parent: 1 - type: Transform - uid: 18309 components: - - pos: -42.5,-61.5 + - type: Transform + pos: -42.5,-61.5 parent: 1 - type: Transform - uid: 18310 components: - - pos: -43.5,-61.5 + - type: Transform + pos: -43.5,-61.5 parent: 1 - type: Transform - uid: 18311 components: - - pos: -44.5,-61.5 + - type: Transform + pos: -44.5,-61.5 parent: 1 - type: Transform - uid: 18312 components: - - pos: -45.5,-61.5 + - type: Transform + pos: -45.5,-61.5 parent: 1 - type: Transform - uid: 18313 components: - - pos: -45.5,-62.5 + - type: Transform + pos: -45.5,-62.5 parent: 1 - type: Transform - uid: 18314 components: - - pos: -45.5,-63.5 + - type: Transform + pos: -45.5,-63.5 parent: 1 - type: Transform - uid: 18315 components: - - pos: -45.5,-64.5 + - type: Transform + pos: -45.5,-64.5 parent: 1 - type: Transform - uid: 18316 components: - - pos: -45.5,-65.5 + - type: Transform + pos: -45.5,-65.5 parent: 1 - type: Transform - uid: 18317 components: - - pos: -45.5,-66.5 + - type: Transform + pos: -45.5,-66.5 parent: 1 - type: Transform - uid: 18318 components: - - pos: -45.5,-67.5 + - type: Transform + pos: -45.5,-67.5 parent: 1 - type: Transform - uid: 18319 components: - - pos: -45.5,-68.5 + - type: Transform + pos: -45.5,-68.5 parent: 1 - type: Transform - uid: 18320 components: - - pos: -46.5,-68.5 + - type: Transform + pos: -46.5,-68.5 parent: 1 - type: Transform - uid: 18321 components: - - pos: -47.5,-68.5 + - type: Transform + pos: -47.5,-68.5 parent: 1 - type: Transform - uid: 18322 components: - - pos: -45.5,-69.5 + - type: Transform + pos: -45.5,-69.5 parent: 1 - type: Transform - uid: 18323 components: - - pos: -44.5,-69.5 + - type: Transform + pos: -44.5,-69.5 parent: 1 - type: Transform - uid: 18324 components: - - pos: -43.5,-69.5 + - type: Transform + pos: -43.5,-69.5 parent: 1 - type: Transform - uid: 18325 components: - - pos: -42.5,-69.5 + - type: Transform + pos: -42.5,-69.5 parent: 1 - type: Transform - uid: 18326 components: - - pos: -41.5,-69.5 + - type: Transform + pos: -41.5,-69.5 parent: 1 - type: Transform - uid: 18327 components: - - pos: -41.5,-68.5 + - type: Transform + pos: -41.5,-68.5 parent: 1 - type: Transform - uid: 18328 components: - - pos: -41.5,-67.5 + - type: Transform + pos: -41.5,-67.5 parent: 1 - type: Transform - uid: 18329 components: - - pos: -41.5,-66.5 + - type: Transform + pos: -41.5,-66.5 parent: 1 - type: Transform - uid: 18330 components: - - pos: -42.5,-66.5 + - type: Transform + pos: -42.5,-66.5 parent: 1 - type: Transform - uid: 18331 components: - - pos: -43.5,-66.5 + - type: Transform + pos: -43.5,-66.5 parent: 1 - type: Transform - uid: 18332 components: - - pos: -44.5,-66.5 + - type: Transform + pos: -44.5,-66.5 parent: 1 - type: Transform - uid: 18333 components: - - pos: -27.5,-75.5 + - type: Transform + pos: -27.5,-75.5 parent: 1 - type: Transform - uid: 18334 components: - - pos: -27.5,-74.5 + - type: Transform + pos: -27.5,-74.5 parent: 1 - type: Transform - uid: 18335 components: - - pos: -27.5,-73.5 + - type: Transform + pos: -27.5,-73.5 parent: 1 - type: Transform - uid: 18336 components: - - pos: -27.5,-72.5 + - type: Transform + pos: -27.5,-72.5 parent: 1 - type: Transform - uid: 18337 components: - - pos: -28.5,-72.5 + - type: Transform + pos: -28.5,-72.5 parent: 1 - type: Transform - uid: 18338 components: - - pos: -28.5,-71.5 + - type: Transform + pos: -28.5,-71.5 parent: 1 - type: Transform - uid: 18339 components: - - pos: -26.5,-73.5 + - type: Transform + pos: -26.5,-73.5 parent: 1 - type: Transform - uid: 18340 components: - - pos: -28.5,-70.5 + - type: Transform + pos: -28.5,-70.5 parent: 1 - type: Transform - uid: 18341 components: - - pos: -29.5,-70.5 + - type: Transform + pos: -29.5,-70.5 parent: 1 - type: Transform - uid: 18342 components: - - pos: -30.5,-70.5 + - type: Transform + pos: -30.5,-70.5 parent: 1 - type: Transform - uid: 18343 components: - - pos: -31.5,-70.5 + - type: Transform + pos: -31.5,-70.5 parent: 1 - type: Transform - uid: 18344 components: - - pos: -31.5,-69.5 + - type: Transform + pos: -31.5,-69.5 parent: 1 - type: Transform - uid: 18345 components: - - pos: -31.5,-68.5 + - type: Transform + pos: -31.5,-68.5 parent: 1 - type: Transform - uid: 18346 components: - - pos: -31.5,-67.5 + - type: Transform + pos: -31.5,-67.5 parent: 1 - type: Transform - uid: 18347 components: - - pos: -31.5,-66.5 + - type: Transform + pos: -31.5,-66.5 parent: 1 - type: Transform - uid: 18348 components: - - pos: -31.5,-65.5 + - type: Transform + pos: -31.5,-65.5 parent: 1 - type: Transform - uid: 18349 components: - - pos: -31.5,-64.5 + - type: Transform + pos: -31.5,-64.5 parent: 1 - type: Transform - uid: 18350 components: - - pos: -31.5,-63.5 + - type: Transform + pos: -31.5,-63.5 parent: 1 - type: Transform - uid: 18351 components: - - pos: -31.5,-62.5 + - type: Transform + pos: -31.5,-62.5 parent: 1 - type: Transform - uid: 18352 components: - - pos: -31.5,-61.5 + - type: Transform + pos: -31.5,-61.5 parent: 1 - type: Transform - uid: 18353 components: - - pos: -31.5,-60.5 + - type: Transform + pos: -31.5,-60.5 parent: 1 - type: Transform - uid: 18354 components: - - pos: -31.5,-59.5 + - type: Transform + pos: -31.5,-59.5 parent: 1 - type: Transform - uid: 18355 components: - - pos: -31.5,-58.5 + - type: Transform + pos: -31.5,-58.5 parent: 1 - type: Transform - uid: 18356 components: - - pos: -31.5,-57.5 + - type: Transform + pos: -31.5,-57.5 parent: 1 - type: Transform - uid: 18357 components: - - pos: -30.5,-57.5 + - type: Transform + pos: -30.5,-57.5 parent: 1 - type: Transform - uid: 18358 components: - - pos: -30.5,-56.5 + - type: Transform + pos: -30.5,-56.5 parent: 1 - type: Transform - uid: 18359 components: - - pos: -29.5,-56.5 + - type: Transform + pos: -29.5,-56.5 parent: 1 - type: Transform - uid: 18360 components: - - pos: -28.5,-56.5 + - type: Transform + pos: -28.5,-56.5 parent: 1 - type: Transform - uid: 18361 components: - - pos: -27.5,-56.5 + - type: Transform + pos: -27.5,-56.5 parent: 1 - type: Transform - uid: 18362 components: - - pos: -26.5,-56.5 + - type: Transform + pos: -26.5,-56.5 parent: 1 - type: Transform - uid: 18379 components: - - pos: -31.5,-71.5 + - type: Transform + pos: -31.5,-71.5 parent: 1 - type: Transform - uid: 18380 components: - - pos: -31.5,-72.5 + - type: Transform + pos: -31.5,-72.5 parent: 1 - type: Transform - uid: 18381 components: - - pos: -31.5,-73.5 + - type: Transform + pos: -31.5,-73.5 parent: 1 - type: Transform - uid: 18382 components: - - pos: -31.5,-74.5 + - type: Transform + pos: -31.5,-74.5 parent: 1 - type: Transform - uid: 18383 components: - - pos: -31.5,-75.5 + - type: Transform + pos: -31.5,-75.5 parent: 1 - type: Transform - uid: 18384 components: - - pos: -31.5,-76.5 + - type: Transform + pos: -31.5,-76.5 parent: 1 - type: Transform - uid: 18385 components: - - pos: -32.5,-76.5 + - type: Transform + pos: -32.5,-76.5 parent: 1 - type: Transform - uid: 18386 components: - - pos: -31.5,-77.5 + - type: Transform + pos: -31.5,-77.5 parent: 1 - type: Transform - uid: 18387 components: - - pos: -31.5,-78.5 + - type: Transform + pos: -31.5,-78.5 parent: 1 - type: Transform - uid: 18388 components: - - pos: -31.5,-79.5 + - type: Transform + pos: -31.5,-79.5 parent: 1 - type: Transform - uid: 18389 components: - - pos: -31.5,-80.5 + - type: Transform + pos: -31.5,-80.5 parent: 1 - type: Transform - uid: 18390 components: - - pos: -32.5,-80.5 + - type: Transform + pos: -32.5,-80.5 parent: 1 - type: Transform - uid: 18391 components: - - pos: -33.5,-80.5 + - type: Transform + pos: -33.5,-80.5 parent: 1 - type: Transform - uid: 18392 components: - - pos: -34.5,-80.5 + - type: Transform + pos: -34.5,-80.5 parent: 1 - type: Transform - uid: 18393 components: - - pos: -32.5,-71.5 + - type: Transform + pos: -32.5,-71.5 parent: 1 - type: Transform - uid: 18394 components: - - pos: -33.5,-71.5 + - type: Transform + pos: -33.5,-71.5 parent: 1 - type: Transform - uid: 18395 components: - - pos: -34.5,-71.5 + - type: Transform + pos: -34.5,-71.5 parent: 1 - type: Transform - uid: 18396 components: - - pos: -34.5,-72.5 + - type: Transform + pos: -34.5,-72.5 parent: 1 - type: Transform - uid: 18397 components: - - pos: -34.5,-73.5 + - type: Transform + pos: -34.5,-73.5 parent: 1 - type: Transform - uid: 18398 components: - - pos: -34.5,-74.5 + - type: Transform + pos: -34.5,-74.5 parent: 1 - type: Transform - uid: 18399 components: - - pos: -35.5,-74.5 + - type: Transform + pos: -35.5,-74.5 parent: 1 - type: Transform - uid: 18400 components: - - pos: -36.5,-74.5 + - type: Transform + pos: -36.5,-74.5 parent: 1 - type: Transform - uid: 18401 components: - - pos: -37.5,-74.5 + - type: Transform + pos: -37.5,-74.5 parent: 1 - type: Transform - uid: 18402 components: - - pos: -38.5,-74.5 + - type: Transform + pos: -38.5,-74.5 parent: 1 - type: Transform - uid: 18404 components: - - pos: -40.5,-74.5 + - type: Transform + pos: -40.5,-74.5 parent: 1 - type: Transform - uid: 18405 components: - - pos: -41.5,-74.5 + - type: Transform + pos: -41.5,-74.5 parent: 1 - type: Transform - uid: 18406 components: - - pos: -42.5,-74.5 + - type: Transform + pos: -42.5,-74.5 parent: 1 - type: Transform - uid: 18407 components: - - pos: -43.5,-74.5 + - type: Transform + pos: -43.5,-74.5 parent: 1 - type: Transform - uid: 18408 components: - - pos: -44.5,-74.5 + - type: Transform + pos: -44.5,-74.5 parent: 1 - type: Transform - uid: 18409 components: - - pos: -45.5,-74.5 + - type: Transform + pos: -45.5,-74.5 parent: 1 - type: Transform - uid: 18410 components: - - pos: -46.5,-74.5 + - type: Transform + pos: -46.5,-74.5 parent: 1 - type: Transform - uid: 18411 components: - - pos: -47.5,-74.5 + - type: Transform + pos: -47.5,-74.5 parent: 1 - type: Transform - uid: 18412 components: - - pos: -48.5,-74.5 + - type: Transform + pos: -48.5,-74.5 parent: 1 - type: Transform - uid: 18413 components: - - pos: -49.5,-74.5 + - type: Transform + pos: -49.5,-74.5 parent: 1 - type: Transform - uid: 18414 components: - - pos: -50.5,-74.5 + - type: Transform + pos: -50.5,-74.5 parent: 1 - type: Transform - uid: 18415 components: - - pos: -51.5,-74.5 + - type: Transform + pos: -51.5,-74.5 parent: 1 - type: Transform - uid: 18416 components: - - pos: -52.5,-74.5 + - type: Transform + pos: -52.5,-74.5 parent: 1 - type: Transform - uid: 18417 components: - - pos: -53.5,-74.5 + - type: Transform + pos: -53.5,-74.5 parent: 1 - type: Transform - uid: 18418 components: - - pos: -53.5,-73.5 + - type: Transform + pos: -53.5,-73.5 parent: 1 - type: Transform - uid: 18419 components: - - pos: -53.5,-72.5 + - type: Transform + pos: -53.5,-72.5 parent: 1 - type: Transform - uid: 18420 components: - - pos: -53.5,-71.5 + - type: Transform + pos: -53.5,-71.5 parent: 1 - type: Transform - uid: 18421 components: - - pos: -53.5,-70.5 + - type: Transform + pos: -53.5,-70.5 parent: 1 - type: Transform - uid: 18422 components: - - pos: -53.5,-69.5 + - type: Transform + pos: -53.5,-69.5 parent: 1 - type: Transform - uid: 18423 components: - - pos: -53.5,-68.5 + - type: Transform + pos: -53.5,-68.5 parent: 1 - type: Transform - uid: 18424 components: - - pos: -53.5,-67.5 + - type: Transform + pos: -53.5,-67.5 parent: 1 - type: Transform - uid: 18425 components: - - pos: -53.5,-66.5 + - type: Transform + pos: -53.5,-66.5 parent: 1 - type: Transform - uid: 18426 components: - - pos: -53.5,-65.5 + - type: Transform + pos: -53.5,-65.5 parent: 1 - type: Transform - uid: 18427 components: - - pos: -52.5,-65.5 + - type: Transform + pos: -52.5,-65.5 parent: 1 - type: Transform - uid: 18428 components: - - pos: -51.5,-65.5 + - type: Transform + pos: -51.5,-65.5 parent: 1 - type: Transform - uid: 18429 components: - - pos: -50.5,-65.5 + - type: Transform + pos: -50.5,-65.5 parent: 1 - type: Transform - uid: 18430 components: - - pos: -49.5,-65.5 + - type: Transform + pos: -49.5,-65.5 parent: 1 - type: Transform - uid: 18431 components: - - pos: -49.5,-64.5 + - type: Transform + pos: -49.5,-64.5 parent: 1 - type: Transform - uid: 18432 components: - - pos: -49.5,-63.5 + - type: Transform + pos: -49.5,-63.5 parent: 1 - type: Transform - uid: 18433 components: - - pos: -49.5,-62.5 + - type: Transform + pos: -49.5,-62.5 parent: 1 - type: Transform - uid: 18434 components: - - pos: -49.5,-61.5 + - type: Transform + pos: -49.5,-61.5 parent: 1 - type: Transform - uid: 18435 components: - - pos: -49.5,-60.5 + - type: Transform + pos: -49.5,-60.5 parent: 1 - type: Transform - uid: 18436 components: - - pos: -49.5,-59.5 + - type: Transform + pos: -49.5,-59.5 parent: 1 - type: Transform - uid: 18437 components: - - pos: -48.5,-59.5 + - type: Transform + pos: -48.5,-59.5 parent: 1 - type: Transform - uid: 18438 components: - - pos: -47.5,-59.5 + - type: Transform + pos: -47.5,-59.5 parent: 1 - type: Transform - uid: 18439 components: - - pos: -46.5,-59.5 + - type: Transform + pos: -46.5,-59.5 parent: 1 - type: Transform - uid: 18440 components: - - pos: -45.5,-59.5 + - type: Transform + pos: -45.5,-59.5 parent: 1 - type: Transform - uid: 18441 components: - - pos: -45.5,-58.5 + - type: Transform + pos: -45.5,-58.5 parent: 1 - type: Transform - uid: 18449 components: - - pos: -44.5,-51.5 + - type: Transform + pos: -44.5,-51.5 parent: 1 - type: Transform - uid: 18450 components: - - pos: -43.5,-51.5 + - type: Transform + pos: -43.5,-51.5 parent: 1 - type: Transform - uid: 18451 components: - - pos: -42.5,-51.5 + - type: Transform + pos: -42.5,-51.5 parent: 1 - type: Transform - uid: 18452 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 1 - type: Transform - uid: 18453 components: - - pos: -42.5,-49.5 + - type: Transform + pos: -42.5,-49.5 parent: 1 - type: Transform - uid: 18454 components: - - pos: -42.5,-48.5 + - type: Transform + pos: -42.5,-48.5 parent: 1 - type: Transform - uid: 18455 components: - - pos: -41.5,-48.5 + - type: Transform + pos: -41.5,-48.5 parent: 1 - type: Transform - uid: 18466 components: - - pos: -40.5,-38.5 + - type: Transform + pos: -40.5,-38.5 parent: 1 - type: Transform - uid: 18467 components: - - pos: -40.5,-37.5 + - type: Transform + pos: -40.5,-37.5 parent: 1 - type: Transform - uid: 18468 components: - - pos: -40.5,-36.5 + - type: Transform + pos: -40.5,-36.5 parent: 1 - type: Transform - uid: 18469 components: - - pos: -40.5,-35.5 + - type: Transform + pos: -40.5,-35.5 parent: 1 - type: Transform - uid: 18470 components: - - pos: -39.5,-35.5 + - type: Transform + pos: -39.5,-35.5 parent: 1 - type: Transform - uid: 18471 components: - - pos: -38.5,-35.5 + - type: Transform + pos: -38.5,-35.5 parent: 1 - type: Transform - uid: 18472 components: - - pos: -37.5,-35.5 + - type: Transform + pos: -37.5,-35.5 parent: 1 - type: Transform - uid: 18473 components: - - pos: -36.5,-35.5 + - type: Transform + pos: -36.5,-35.5 parent: 1 - type: Transform - uid: 18474 components: - - pos: -36.5,-34.5 + - type: Transform + pos: -36.5,-34.5 parent: 1 - type: Transform - uid: 18475 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 1 - type: Transform - uid: 18476 components: - - pos: -36.5,-32.5 + - type: Transform + pos: -36.5,-32.5 parent: 1 - type: Transform - uid: 18543 components: - - pos: -54.5,-22.5 + - type: Transform + pos: -54.5,-22.5 parent: 1 - type: Transform - uid: 18544 components: - - pos: -54.5,-21.5 + - type: Transform + pos: -54.5,-21.5 parent: 1 - type: Transform - uid: 18545 components: - - pos: -54.5,-20.5 + - type: Transform + pos: -54.5,-20.5 parent: 1 - type: Transform - uid: 18546 components: - - pos: -54.5,-19.5 + - type: Transform + pos: -54.5,-19.5 parent: 1 - type: Transform - uid: 18547 components: - - pos: -54.5,-18.5 + - type: Transform + pos: -54.5,-18.5 parent: 1 - type: Transform - uid: 18548 components: - - pos: -55.5,-22.5 + - type: Transform + pos: -55.5,-22.5 parent: 1 - type: Transform - uid: 18549 components: - - pos: -55.5,-23.5 + - type: Transform + pos: -55.5,-23.5 parent: 1 - type: Transform - uid: 18550 components: - - pos: -55.5,-24.5 + - type: Transform + pos: -55.5,-24.5 parent: 1 - type: Transform - uid: 18551 components: - - pos: -56.5,-24.5 + - type: Transform + pos: -56.5,-24.5 parent: 1 - type: Transform - uid: 18552 components: - - pos: -53.5,-21.5 + - type: Transform + pos: -53.5,-21.5 parent: 1 - type: Transform - uid: 18553 components: - - pos: -52.5,-21.5 + - type: Transform + pos: -52.5,-21.5 parent: 1 - type: Transform - uid: 18554 components: - - pos: -52.5,-22.5 + - type: Transform + pos: -52.5,-22.5 parent: 1 - type: Transform - uid: 18555 components: - - pos: -52.5,-23.5 + - type: Transform + pos: -52.5,-23.5 parent: 1 - type: Transform - uid: 18560 components: - - pos: -51.5,-27.5 + - type: Transform + pos: -51.5,-27.5 parent: 1 - type: Transform - uid: 18561 components: - - pos: -50.5,-27.5 + - type: Transform + pos: -50.5,-27.5 parent: 1 - type: Transform - uid: 18562 components: - - pos: -49.5,-27.5 + - type: Transform + pos: -49.5,-27.5 parent: 1 - type: Transform - uid: 18563 components: - - pos: -48.5,-27.5 + - type: Transform + pos: -48.5,-27.5 parent: 1 - type: Transform - uid: 18564 components: - - pos: -47.5,-27.5 + - type: Transform + pos: -47.5,-27.5 parent: 1 - type: Transform - uid: 18565 components: - - pos: -47.5,-26.5 + - type: Transform + pos: -47.5,-26.5 parent: 1 - type: Transform - uid: 18566 components: - - pos: -47.5,-25.5 + - type: Transform + pos: -47.5,-25.5 parent: 1 - type: Transform - uid: 18567 components: - - pos: -47.5,-24.5 + - type: Transform + pos: -47.5,-24.5 parent: 1 - type: Transform - uid: 18568 components: - - pos: -47.5,-23.5 + - type: Transform + pos: -47.5,-23.5 parent: 1 - type: Transform - uid: 18569 components: - - pos: -47.5,-22.5 + - type: Transform + pos: -47.5,-22.5 parent: 1 - type: Transform - uid: 18570 components: - - pos: -47.5,-21.5 + - type: Transform + pos: -47.5,-21.5 parent: 1 - type: Transform - uid: 18571 components: - - pos: -48.5,-21.5 + - type: Transform + pos: -48.5,-21.5 parent: 1 - type: Transform - uid: 18572 components: - - pos: -46.5,-27.5 + - type: Transform + pos: -46.5,-27.5 parent: 1 - type: Transform - uid: 18573 components: - - pos: -45.5,-27.5 + - type: Transform + pos: -45.5,-27.5 parent: 1 - type: Transform - uid: 18574 components: - - pos: -44.5,-27.5 + - type: Transform + pos: -44.5,-27.5 parent: 1 - type: Transform - uid: 18575 components: - - pos: -43.5,-27.5 + - type: Transform + pos: -43.5,-27.5 parent: 1 - type: Transform - uid: 18576 components: - - pos: -43.5,-26.5 + - type: Transform + pos: -43.5,-26.5 parent: 1 - type: Transform - uid: 18577 components: - - pos: -43.5,-25.5 + - type: Transform + pos: -43.5,-25.5 parent: 1 - type: Transform - uid: 18578 components: - - pos: -43.5,-24.5 + - type: Transform + pos: -43.5,-24.5 parent: 1 - type: Transform - uid: 18579 components: - - pos: -44.5,-24.5 + - type: Transform + pos: -44.5,-24.5 parent: 1 - type: Transform - uid: 18580 components: - - pos: -44.5,-23.5 + - type: Transform + pos: -44.5,-23.5 parent: 1 - type: Transform - uid: 18581 components: - - pos: -44.5,-22.5 + - type: Transform + pos: -44.5,-22.5 parent: 1 - type: Transform - uid: 18582 components: - - pos: -44.5,-21.5 + - type: Transform + pos: -44.5,-21.5 parent: 1 - type: Transform - uid: 18586 components: - - pos: -54.5,-40.5 + - type: Transform + pos: -54.5,-40.5 parent: 1 - type: Transform - uid: 18587 components: - - pos: -53.5,-40.5 + - type: Transform + pos: -53.5,-40.5 parent: 1 - type: Transform - uid: 18592 components: - - pos: -53.5,-37.5 + - type: Transform + pos: -53.5,-37.5 parent: 1 - type: Transform - uid: 18593 components: - - pos: -54.5,-37.5 + - type: Transform + pos: -54.5,-37.5 parent: 1 - type: Transform - uid: 18594 components: - - pos: -55.5,-37.5 + - type: Transform + pos: -55.5,-37.5 parent: 1 - type: Transform - uid: 18598 components: - - pos: -52.5,-33.5 + - type: Transform + pos: -52.5,-33.5 parent: 1 - type: Transform - uid: 18599 components: - - pos: -53.5,-33.5 + - type: Transform + pos: -53.5,-33.5 parent: 1 - type: Transform - uid: 18600 components: - - pos: -54.5,-33.5 + - type: Transform + pos: -54.5,-33.5 parent: 1 - type: Transform - uid: 18601 components: - - pos: -55.5,-33.5 + - type: Transform + pos: -55.5,-33.5 parent: 1 - type: Transform - uid: 18603 components: - - pos: -50.5,-35.5 + - type: Transform + pos: -50.5,-35.5 parent: 1 - type: Transform - uid: 18604 components: - - pos: -50.5,-36.5 + - type: Transform + pos: -50.5,-36.5 parent: 1 - type: Transform - uid: 18605 components: - - pos: -50.5,-37.5 + - type: Transform + pos: -50.5,-37.5 parent: 1 - type: Transform - uid: 18606 components: - - pos: -49.5,-35.5 + - type: Transform + pos: -49.5,-35.5 parent: 1 - type: Transform - uid: 18607 components: - - pos: -48.5,-35.5 + - type: Transform + pos: -48.5,-35.5 parent: 1 - type: Transform - uid: 18608 components: - - pos: -47.5,-35.5 + - type: Transform + pos: -47.5,-35.5 parent: 1 - type: Transform - uid: 18609 components: - - pos: -47.5,-36.5 + - type: Transform + pos: -47.5,-36.5 parent: 1 - type: Transform - uid: 18610 components: - - pos: -47.5,-37.5 + - type: Transform + pos: -47.5,-37.5 parent: 1 - type: Transform - uid: 18611 components: - - pos: -46.5,-35.5 + - type: Transform + pos: -46.5,-35.5 parent: 1 - type: Transform - uid: 18612 components: - - pos: -45.5,-35.5 + - type: Transform + pos: -45.5,-35.5 parent: 1 - type: Transform - uid: 18613 components: - - pos: -44.5,-35.5 + - type: Transform + pos: -44.5,-35.5 parent: 1 - type: Transform - uid: 18614 components: - - pos: -44.5,-36.5 + - type: Transform + pos: -44.5,-36.5 parent: 1 - type: Transform - uid: 18615 components: - - pos: -44.5,-37.5 + - type: Transform + pos: -44.5,-37.5 parent: 1 - type: Transform - uid: 18616 components: - - pos: -44.5,-34.5 + - type: Transform + pos: -44.5,-34.5 parent: 1 - type: Transform - uid: 18617 components: - - pos: -44.5,-33.5 + - type: Transform + pos: -44.5,-33.5 parent: 1 - type: Transform - uid: 18618 components: - - pos: -44.5,-32.5 + - type: Transform + pos: -44.5,-32.5 parent: 1 - type: Transform - uid: 18619 components: - - pos: -44.5,-31.5 + - type: Transform + pos: -44.5,-31.5 parent: 1 - type: Transform - uid: 18620 components: - - pos: -43.5,-31.5 + - type: Transform + pos: -43.5,-31.5 parent: 1 - type: Transform - uid: 18621 components: - - pos: -42.5,-31.5 + - type: Transform + pos: -42.5,-31.5 parent: 1 - type: Transform - uid: 18622 components: - - pos: -41.5,-31.5 + - type: Transform + pos: -41.5,-31.5 parent: 1 - type: Transform - uid: 18623 components: - - pos: -45.5,-31.5 + - type: Transform + pos: -45.5,-31.5 parent: 1 - type: Transform - uid: 18624 components: - - pos: -46.5,-31.5 + - type: Transform + pos: -46.5,-31.5 parent: 1 - type: Transform - uid: 18625 components: - - pos: -47.5,-31.5 + - type: Transform + pos: -47.5,-31.5 parent: 1 - type: Transform - uid: 18626 components: - - pos: -48.5,-31.5 + - type: Transform + pos: -48.5,-31.5 parent: 1 - type: Transform - uid: 18630 components: - - pos: -52.5,-44.5 + - type: Transform + pos: -52.5,-44.5 parent: 1 - type: Transform - uid: 18631 components: - - pos: -51.5,-44.5 + - type: Transform + pos: -51.5,-44.5 parent: 1 - type: Transform - uid: 18632 components: - - pos: -50.5,-44.5 + - type: Transform + pos: -50.5,-44.5 parent: 1 - type: Transform - uid: 18633 components: - - pos: -49.5,-44.5 + - type: Transform + pos: -49.5,-44.5 parent: 1 - type: Transform - uid: 18634 components: - - pos: -49.5,-43.5 + - type: Transform + pos: -49.5,-43.5 parent: 1 - type: Transform - uid: 18635 components: - - pos: -49.5,-42.5 + - type: Transform + pos: -49.5,-42.5 parent: 1 - type: Transform - uid: 18636 components: - - pos: -48.5,-42.5 + - type: Transform + pos: -48.5,-42.5 parent: 1 - type: Transform - uid: 18637 components: - - pos: -47.5,-42.5 + - type: Transform + pos: -47.5,-42.5 parent: 1 - type: Transform - uid: 18638 components: - - pos: -46.5,-42.5 + - type: Transform + pos: -46.5,-42.5 parent: 1 - type: Transform - uid: 18639 components: - - pos: -45.5,-42.5 + - type: Transform + pos: -45.5,-42.5 parent: 1 - type: Transform - uid: 18640 components: - - pos: -48.5,-44.5 + - type: Transform + pos: -48.5,-44.5 parent: 1 - type: Transform - uid: 18641 components: - - pos: -47.5,-44.5 + - type: Transform + pos: -47.5,-44.5 parent: 1 - type: Transform - uid: 18642 components: - - pos: -46.5,-44.5 + - type: Transform + pos: -46.5,-44.5 parent: 1 - type: Transform - uid: 18643 components: - - pos: -45.5,-44.5 + - type: Transform + pos: -45.5,-44.5 parent: 1 - type: Transform - uid: 18644 components: - - pos: -45.5,-45.5 + - type: Transform + pos: -45.5,-45.5 parent: 1 - type: Transform - uid: 18645 components: - - pos: -45.5,-46.5 + - type: Transform + pos: -45.5,-46.5 parent: 1 - type: Transform - uid: 18646 components: - - pos: -49.5,-45.5 + - type: Transform + pos: -49.5,-45.5 parent: 1 - type: Transform - uid: 18647 components: - - pos: -49.5,-46.5 + - type: Transform + pos: -49.5,-46.5 parent: 1 - type: Transform - uid: 18648 components: - - pos: -49.5,-47.5 + - type: Transform + pos: -49.5,-47.5 parent: 1 - type: Transform - uid: 18649 components: - - pos: -49.5,-48.5 + - type: Transform + pos: -49.5,-48.5 parent: 1 - type: Transform - uid: 18650 components: - - pos: -49.5,-49.5 + - type: Transform + pos: -49.5,-49.5 parent: 1 - type: Transform - uid: 18651 components: - - pos: -49.5,-50.5 + - type: Transform + pos: -49.5,-50.5 parent: 1 - type: Transform - uid: 18652 components: - - pos: -49.5,-51.5 + - type: Transform + pos: -49.5,-51.5 parent: 1 - type: Transform - uid: 18653 components: - - pos: -49.5,-52.5 + - type: Transform + pos: -49.5,-52.5 parent: 1 - type: Transform - uid: 18654 components: - - pos: -49.5,-53.5 + - type: Transform + pos: -49.5,-53.5 parent: 1 - type: Transform - uid: 18655 components: - - pos: -49.5,-54.5 + - type: Transform + pos: -49.5,-54.5 parent: 1 - type: Transform - uid: 18656 components: - - pos: -48.5,-54.5 + - type: Transform + pos: -48.5,-54.5 parent: 1 - type: Transform - uid: 18657 components: - - pos: -60.5,-51.5 + - type: Transform + pos: -60.5,-51.5 parent: 1 - type: Transform - uid: 18658 components: - - pos: -60.5,-50.5 + - type: Transform + pos: -60.5,-50.5 parent: 1 - type: Transform - uid: 18659 components: - - pos: -60.5,-49.5 + - type: Transform + pos: -60.5,-49.5 parent: 1 - type: Transform - uid: 18660 components: - - pos: -60.5,-48.5 + - type: Transform + pos: -60.5,-48.5 parent: 1 - type: Transform - uid: 18661 components: - - pos: -61.5,-48.5 + - type: Transform + pos: -61.5,-48.5 parent: 1 - type: Transform - uid: 18662 components: - - pos: -62.5,-48.5 + - type: Transform + pos: -62.5,-48.5 parent: 1 - type: Transform - uid: 18663 components: - - pos: -62.5,-47.5 + - type: Transform + pos: -62.5,-47.5 parent: 1 - type: Transform - uid: 18664 components: - - pos: -63.5,-47.5 + - type: Transform + pos: -63.5,-47.5 parent: 1 - type: Transform - uid: 18665 components: - - pos: -64.5,-47.5 + - type: Transform + pos: -64.5,-47.5 parent: 1 - type: Transform - uid: 18666 components: - - pos: -65.5,-47.5 + - type: Transform + pos: -65.5,-47.5 parent: 1 - type: Transform - uid: 18667 components: - - pos: -66.5,-47.5 + - type: Transform + pos: -66.5,-47.5 parent: 1 - type: Transform - uid: 18668 components: - - pos: -67.5,-47.5 + - type: Transform + pos: -67.5,-47.5 parent: 1 - type: Transform - uid: 18669 components: - - pos: -61.5,-47.5 + - type: Transform + pos: -61.5,-47.5 parent: 1 - type: Transform - uid: 18670 components: - - pos: -61.5,-46.5 + - type: Transform + pos: -61.5,-46.5 parent: 1 - type: Transform - uid: 18671 components: - - pos: -61.5,-45.5 + - type: Transform + pos: -61.5,-45.5 parent: 1 - type: Transform - uid: 18672 components: - - pos: -60.5,-45.5 + - type: Transform + pos: -60.5,-45.5 parent: 1 - type: Transform - uid: 18673 components: - - pos: -59.5,-45.5 + - type: Transform + pos: -59.5,-45.5 parent: 1 - type: Transform - uid: 18674 components: - - pos: -58.5,-45.5 + - type: Transform + pos: -58.5,-45.5 parent: 1 - type: Transform - uid: 18675 components: - - pos: -57.5,-45.5 + - type: Transform + pos: -57.5,-45.5 parent: 1 - type: Transform - uid: 18676 components: - - pos: -59.5,-49.5 + - type: Transform + pos: -59.5,-49.5 parent: 1 - type: Transform - uid: 18677 components: - - pos: -58.5,-49.5 + - type: Transform + pos: -58.5,-49.5 parent: 1 - type: Transform - uid: 18678 components: - - pos: -57.5,-49.5 + - type: Transform + pos: -57.5,-49.5 parent: 1 - type: Transform - uid: 18679 components: - - pos: -56.5,-49.5 + - type: Transform + pos: -56.5,-49.5 parent: 1 - type: Transform - uid: 18680 components: - - pos: -55.5,-49.5 + - type: Transform + pos: -55.5,-49.5 parent: 1 - type: Transform - uid: 18681 components: - - pos: -54.5,-49.5 + - type: Transform + pos: -54.5,-49.5 parent: 1 - type: Transform - uid: 18682 components: - - pos: -54.5,-52.5 + - type: Transform + pos: -54.5,-52.5 parent: 1 - type: Transform - uid: 18683 components: - - pos: -54.5,-51.5 + - type: Transform + pos: -54.5,-51.5 parent: 1 - type: Transform - uid: 18684 components: - - pos: -54.5,-50.5 + - type: Transform + pos: -54.5,-50.5 parent: 1 - type: Transform - uid: 18685 components: - - pos: -54.5,-53.5 + - type: Transform + pos: -54.5,-53.5 parent: 1 - type: Transform - uid: 18686 components: - - pos: -54.5,-54.5 + - type: Transform + pos: -54.5,-54.5 parent: 1 - type: Transform - uid: 18687 components: - - pos: -54.5,-55.5 + - type: Transform + pos: -54.5,-55.5 parent: 1 - type: Transform - uid: 18688 components: - - pos: -54.5,-56.5 + - type: Transform + pos: -54.5,-56.5 parent: 1 - type: Transform - uid: 18689 components: - - pos: -54.5,-57.5 + - type: Transform + pos: -54.5,-57.5 parent: 1 - type: Transform - uid: 18690 components: - - pos: -54.5,-58.5 + - type: Transform + pos: -54.5,-58.5 parent: 1 - type: Transform - uid: 18691 components: - - pos: -54.5,-59.5 + - type: Transform + pos: -54.5,-59.5 parent: 1 - type: Transform - uid: 18692 components: - - pos: -54.5,-60.5 + - type: Transform + pos: -54.5,-60.5 parent: 1 - type: Transform - uid: 18693 components: - - pos: -58.5,-51.5 + - type: Transform + pos: -58.5,-51.5 parent: 1 - type: Transform - uid: 18694 components: - - pos: -58.5,-50.5 + - type: Transform + pos: -58.5,-50.5 parent: 1 - type: Transform - uid: 18695 components: - - pos: -36.5,-80.5 + - type: Transform + pos: -36.5,-80.5 parent: 1 - type: Transform - uid: 18696 components: - - pos: -58.5,-52.5 + - type: Transform + pos: -58.5,-52.5 parent: 1 - type: Transform - uid: 18697 components: - - pos: -58.5,-53.5 + - type: Transform + pos: -58.5,-53.5 parent: 1 - type: Transform - uid: 18698 components: - - pos: -58.5,-54.5 + - type: Transform + pos: -58.5,-54.5 parent: 1 - type: Transform - uid: 18699 components: - - pos: -58.5,-55.5 + - type: Transform + pos: -58.5,-55.5 parent: 1 - type: Transform - uid: 18700 components: - - pos: -58.5,-56.5 + - type: Transform + pos: -58.5,-56.5 parent: 1 - type: Transform - uid: 18701 components: - - pos: -58.5,-57.5 + - type: Transform + pos: -58.5,-57.5 parent: 1 - type: Transform - uid: 18702 components: - - pos: -58.5,-58.5 + - type: Transform + pos: -58.5,-58.5 parent: 1 - type: Transform - uid: 18703 components: - - pos: -58.5,-59.5 + - type: Transform + pos: -58.5,-59.5 parent: 1 - type: Transform - uid: 18704 components: - - pos: -58.5,-60.5 + - type: Transform + pos: -58.5,-60.5 parent: 1 - type: Transform - uid: 18705 components: - - pos: -59.5,-60.5 + - type: Transform + pos: -59.5,-60.5 parent: 1 - type: Transform - uid: 18754 components: - - pos: -81.5,-22.5 + - type: Transform + pos: -81.5,-22.5 parent: 1 - type: Transform - uid: 18755 components: - - pos: -81.5,-21.5 + - type: Transform + pos: -81.5,-21.5 parent: 1 - type: Transform - uid: 18756 components: - - pos: -81.5,-20.5 + - type: Transform + pos: -81.5,-20.5 parent: 1 - type: Transform - uid: 18757 components: - - pos: -81.5,-19.5 + - type: Transform + pos: -81.5,-19.5 parent: 1 - type: Transform - uid: 18758 components: - - pos: -81.5,-18.5 + - type: Transform + pos: -81.5,-18.5 parent: 1 - type: Transform - uid: 18759 components: - - pos: -82.5,-18.5 + - type: Transform + pos: -82.5,-18.5 parent: 1 - type: Transform - uid: 18760 components: - - pos: -83.5,-18.5 + - type: Transform + pos: -83.5,-18.5 parent: 1 - type: Transform - uid: 18761 components: - - pos: -84.5,-18.5 + - type: Transform + pos: -84.5,-18.5 parent: 1 - type: Transform - uid: 18762 components: - - pos: -84.5,-19.5 + - type: Transform + pos: -84.5,-19.5 parent: 1 - type: Transform - uid: 18763 components: - - pos: -84.5,-20.5 + - type: Transform + pos: -84.5,-20.5 parent: 1 - type: Transform - uid: 18764 components: - - pos: -85.5,-20.5 + - type: Transform + pos: -85.5,-20.5 parent: 1 - type: Transform - uid: 18765 components: - - pos: -86.5,-20.5 + - type: Transform + pos: -86.5,-20.5 parent: 1 - type: Transform - uid: 18766 components: - - pos: -87.5,-20.5 + - type: Transform + pos: -87.5,-20.5 parent: 1 - type: Transform - uid: 18767 components: - - pos: -88.5,-20.5 + - type: Transform + pos: -88.5,-20.5 parent: 1 - type: Transform - uid: 18768 components: - - pos: -83.5,-20.5 + - type: Transform + pos: -83.5,-20.5 parent: 1 - type: Transform - uid: 18769 components: - - pos: -83.5,-21.5 + - type: Transform + pos: -83.5,-21.5 parent: 1 - type: Transform - uid: 18770 components: - - pos: -83.5,-22.5 + - type: Transform + pos: -83.5,-22.5 parent: 1 - type: Transform - uid: 18771 components: - - pos: -83.5,-23.5 + - type: Transform + pos: -83.5,-23.5 parent: 1 - type: Transform - uid: 18772 components: - - pos: -83.5,-24.5 + - type: Transform + pos: -83.5,-24.5 parent: 1 - type: Transform - uid: 18773 components: - - pos: -84.5,-24.5 + - type: Transform + pos: -84.5,-24.5 parent: 1 - type: Transform - uid: 18774 components: - - pos: -85.5,-24.5 + - type: Transform + pos: -85.5,-24.5 parent: 1 - type: Transform - uid: 18775 components: - - pos: -86.5,-24.5 + - type: Transform + pos: -86.5,-24.5 parent: 1 - type: Transform - uid: 18776 components: - - pos: -87.5,-24.5 + - type: Transform + pos: -87.5,-24.5 parent: 1 - type: Transform - uid: 18777 components: - - pos: -88.5,-24.5 + - type: Transform + pos: -88.5,-24.5 parent: 1 - type: Transform - uid: 18778 components: - - pos: -88.5,-25.5 + - type: Transform + pos: -88.5,-25.5 parent: 1 - type: Transform - uid: 18779 components: - - pos: -88.5,-26.5 + - type: Transform + pos: -88.5,-26.5 parent: 1 - type: Transform - uid: 18780 components: - - pos: -87.5,-26.5 + - type: Transform + pos: -87.5,-26.5 parent: 1 - type: Transform - uid: 18781 components: - - pos: -86.5,-26.5 + - type: Transform + pos: -86.5,-26.5 parent: 1 - type: Transform - uid: 18786 components: - - pos: -83.5,-25.5 + - type: Transform + pos: -83.5,-25.5 parent: 1 - type: Transform - uid: 18787 components: - - pos: -83.5,-26.5 + - type: Transform + pos: -83.5,-26.5 parent: 1 - type: Transform - uid: 18788 components: - - pos: -83.5,-27.5 + - type: Transform + pos: -83.5,-27.5 parent: 1 - type: Transform - uid: 18789 components: - - pos: -83.5,-28.5 + - type: Transform + pos: -83.5,-28.5 parent: 1 - type: Transform - uid: 18790 components: - - pos: -83.5,-29.5 + - type: Transform + pos: -83.5,-29.5 parent: 1 - type: Transform - uid: 18791 components: - - pos: -83.5,-30.5 + - type: Transform + pos: -83.5,-30.5 parent: 1 - type: Transform - uid: 18792 components: - - pos: -83.5,-31.5 + - type: Transform + pos: -83.5,-31.5 parent: 1 - type: Transform - uid: 18793 components: - - pos: -84.5,-30.5 + - type: Transform + pos: -84.5,-30.5 parent: 1 - type: Transform - uid: 18794 components: - - pos: -85.5,-30.5 + - type: Transform + pos: -85.5,-30.5 parent: 1 - type: Transform - uid: 18795 components: - - pos: -81.5,-23.5 + - type: Transform + pos: -81.5,-23.5 parent: 1 - type: Transform - uid: 18796 components: - - pos: -80.5,-23.5 + - type: Transform + pos: -80.5,-23.5 parent: 1 - type: Transform - uid: 18797 components: - - pos: -79.5,-23.5 + - type: Transform + pos: -79.5,-23.5 parent: 1 - type: Transform - uid: 18798 components: - - pos: -78.5,-23.5 + - type: Transform + pos: -78.5,-23.5 parent: 1 - type: Transform - uid: 18799 components: - - pos: -78.5,-22.5 + - type: Transform + pos: -78.5,-22.5 parent: 1 - type: Transform - uid: 18800 components: - - pos: -78.5,-21.5 + - type: Transform + pos: -78.5,-21.5 parent: 1 - type: Transform - uid: 18801 components: - - pos: -78.5,-20.5 + - type: Transform + pos: -78.5,-20.5 parent: 1 - type: Transform - uid: 18802 components: - - pos: -71.5,-26.5 + - type: Transform + pos: -71.5,-26.5 parent: 1 - type: Transform - uid: 18803 components: - - pos: -72.5,-26.5 + - type: Transform + pos: -72.5,-26.5 parent: 1 - type: Transform - uid: 18804 components: - - pos: -72.5,-25.5 + - type: Transform + pos: -72.5,-25.5 parent: 1 - type: Transform - uid: 18805 components: - - pos: -72.5,-24.5 + - type: Transform + pos: -72.5,-24.5 parent: 1 - type: Transform - uid: 18806 components: - - pos: -72.5,-23.5 + - type: Transform + pos: -72.5,-23.5 parent: 1 - type: Transform - uid: 18807 components: - - pos: -72.5,-22.5 + - type: Transform + pos: -72.5,-22.5 parent: 1 - type: Transform - uid: 18808 components: - - pos: -72.5,-21.5 + - type: Transform + pos: -72.5,-21.5 parent: 1 - type: Transform - uid: 18809 components: - - pos: -72.5,-20.5 + - type: Transform + pos: -72.5,-20.5 parent: 1 - type: Transform - uid: 18810 components: - - pos: -72.5,-19.5 + - type: Transform + pos: -72.5,-19.5 parent: 1 - type: Transform - uid: 18811 components: - - pos: -73.5,-19.5 + - type: Transform + pos: -73.5,-19.5 parent: 1 - type: Transform - uid: 18812 components: - - pos: -74.5,-19.5 + - type: Transform + pos: -74.5,-19.5 parent: 1 - type: Transform - uid: 18813 components: - - pos: -72.5,-18.5 + - type: Transform + pos: -72.5,-18.5 parent: 1 - type: Transform - uid: 18814 components: - - pos: -71.5,-18.5 + - type: Transform + pos: -71.5,-18.5 parent: 1 - type: Transform - uid: 18815 components: - - pos: -70.5,-18.5 + - type: Transform + pos: -70.5,-18.5 parent: 1 - type: Transform - uid: 18816 components: - - pos: -69.5,-18.5 + - type: Transform + pos: -69.5,-18.5 parent: 1 - type: Transform - uid: 18817 components: - - pos: -68.5,-18.5 + - type: Transform + pos: -68.5,-18.5 parent: 1 - type: Transform - uid: 18818 components: - - pos: -67.5,-18.5 + - type: Transform + pos: -67.5,-18.5 parent: 1 - type: Transform - uid: 18819 components: - - pos: -66.5,-18.5 + - type: Transform + pos: -66.5,-18.5 parent: 1 - type: Transform - uid: 18820 components: - - pos: -65.5,-18.5 + - type: Transform + pos: -65.5,-18.5 parent: 1 - type: Transform - uid: 18821 components: - - pos: -64.5,-18.5 + - type: Transform + pos: -64.5,-18.5 parent: 1 - type: Transform - uid: 18822 components: - - pos: -63.5,-18.5 + - type: Transform + pos: -63.5,-18.5 parent: 1 - type: Transform - uid: 18823 components: - - pos: -62.5,-18.5 + - type: Transform + pos: -62.5,-18.5 parent: 1 - type: Transform - uid: 18824 components: - - pos: -71.5,-24.5 + - type: Transform + pos: -71.5,-24.5 parent: 1 - type: Transform - uid: 18825 components: - - pos: -70.5,-24.5 + - type: Transform + pos: -70.5,-24.5 parent: 1 - type: Transform - uid: 18826 components: - - pos: -69.5,-24.5 + - type: Transform + pos: -69.5,-24.5 parent: 1 - type: Transform - uid: 18827 components: - - pos: -68.5,-24.5 + - type: Transform + pos: -68.5,-24.5 parent: 1 - type: Transform - uid: 18828 components: - - pos: -68.5,-23.5 + - type: Transform + pos: -68.5,-23.5 parent: 1 - type: Transform - uid: 18829 components: - - pos: -68.5,-22.5 + - type: Transform + pos: -68.5,-22.5 parent: 1 - type: Transform - uid: 18830 components: - - pos: -72.5,-27.5 + - type: Transform + pos: -72.5,-27.5 parent: 1 - type: Transform - uid: 18831 components: - - pos: -72.5,-28.5 + - type: Transform + pos: -72.5,-28.5 parent: 1 - type: Transform - uid: 18832 components: - - pos: -72.5,-29.5 + - type: Transform + pos: -72.5,-29.5 parent: 1 - type: Transform - uid: 18833 components: - - pos: -72.5,-30.5 + - type: Transform + pos: -72.5,-30.5 parent: 1 - type: Transform - uid: 18834 components: - - pos: -73.5,-27.5 + - type: Transform + pos: -73.5,-27.5 parent: 1 - type: Transform - uid: 18835 components: - - pos: -73.5,-30.5 + - type: Transform + pos: -73.5,-30.5 parent: 1 - type: Transform - uid: 18836 components: - - pos: -72.5,-31.5 + - type: Transform + pos: -72.5,-31.5 parent: 1 - type: Transform - uid: 18837 components: - - pos: -72.5,-32.5 + - type: Transform + pos: -72.5,-32.5 parent: 1 - type: Transform - uid: 18838 components: - - pos: -72.5,-33.5 + - type: Transform + pos: -72.5,-33.5 parent: 1 - type: Transform - uid: 18839 components: - - pos: -78.5,-24.5 + - type: Transform + pos: -78.5,-24.5 parent: 1 - type: Transform - uid: 18840 components: - - pos: -78.5,-25.5 + - type: Transform + pos: -78.5,-25.5 parent: 1 - type: Transform - uid: 18841 components: - - pos: -78.5,-26.5 + - type: Transform + pos: -78.5,-26.5 parent: 1 - type: Transform - uid: 18842 components: - - pos: -78.5,-27.5 + - type: Transform + pos: -78.5,-27.5 parent: 1 - type: Transform - uid: 18843 components: - - pos: -78.5,-28.5 + - type: Transform + pos: -78.5,-28.5 parent: 1 - type: Transform - uid: 18844 components: - - pos: -78.5,-29.5 + - type: Transform + pos: -78.5,-29.5 parent: 1 - type: Transform - uid: 18845 components: - - pos: -78.5,-30.5 + - type: Transform + pos: -78.5,-30.5 parent: 1 - type: Transform - uid: 18846 components: - - pos: -72.5,-34.5 + - type: Transform + pos: -72.5,-34.5 parent: 1 - type: Transform - uid: 18847 components: - - pos: -73.5,-34.5 + - type: Transform + pos: -73.5,-34.5 parent: 1 - type: Transform - uid: 18848 components: - - pos: -71.5,-34.5 + - type: Transform + pos: -71.5,-34.5 parent: 1 - type: Transform - uid: 18849 components: - - pos: -70.5,-34.5 + - type: Transform + pos: -70.5,-34.5 parent: 1 - type: Transform - uid: 18850 components: - - pos: -69.5,-34.5 + - type: Transform + pos: -69.5,-34.5 parent: 1 - type: Transform - uid: 18853 components: - - pos: -63.5,-29.5 + - type: Transform + pos: -63.5,-29.5 parent: 1 - type: Transform - uid: 18854 components: - - pos: -64.5,-29.5 + - type: Transform + pos: -64.5,-29.5 parent: 1 - type: Transform - uid: 18855 components: - - pos: -65.5,-29.5 + - type: Transform + pos: -65.5,-29.5 parent: 1 - type: Transform - uid: 18856 components: - - pos: -66.5,-29.5 + - type: Transform + pos: -66.5,-29.5 parent: 1 - type: Transform - uid: 18857 components: - - pos: -67.5,-29.5 + - type: Transform + pos: -67.5,-29.5 parent: 1 - type: Transform - uid: 18858 components: - - pos: -67.5,-30.5 + - type: Transform + pos: -67.5,-30.5 parent: 1 - type: Transform - uid: 18859 components: - - pos: -67.5,-28.5 + - type: Transform + pos: -67.5,-28.5 parent: 1 - type: Transform - uid: 18860 components: - - pos: -63.5,-28.5 + - type: Transform + pos: -63.5,-28.5 parent: 1 - type: Transform - uid: 18861 components: - - pos: -63.5,-27.5 + - type: Transform + pos: -63.5,-27.5 parent: 1 - type: Transform - uid: 18862 components: - - pos: -63.5,-26.5 + - type: Transform + pos: -63.5,-26.5 parent: 1 - type: Transform - uid: 18863 components: - - pos: -63.5,-25.5 + - type: Transform + pos: -63.5,-25.5 parent: 1 - type: Transform - uid: 18864 components: - - pos: -63.5,-24.5 + - type: Transform + pos: -63.5,-24.5 parent: 1 - type: Transform - uid: 18865 components: - - pos: -63.5,-23.5 + - type: Transform + pos: -63.5,-23.5 parent: 1 - type: Transform - uid: 18866 components: - - pos: -67.5,-24.5 + - type: Transform + pos: -67.5,-24.5 parent: 1 - type: Transform - uid: 18875 components: - - pos: -96.5,-39.5 + - type: Transform + pos: -96.5,-39.5 parent: 1 - type: Transform - uid: 18920 components: - - pos: -88.5,-36.5 + - type: Transform + pos: -88.5,-36.5 parent: 1 - type: Transform - uid: 18921 components: - - pos: -87.5,-36.5 + - type: Transform + pos: -87.5,-36.5 parent: 1 - type: Transform - uid: 18922 components: - - pos: -86.5,-36.5 + - type: Transform + pos: -86.5,-36.5 parent: 1 - type: Transform - uid: 18923 components: - - pos: -85.5,-36.5 + - type: Transform + pos: -85.5,-36.5 parent: 1 - type: Transform - uid: 18924 components: - - pos: -88.5,-37.5 + - type: Transform + pos: -88.5,-37.5 parent: 1 - type: Transform - uid: 18925 components: - - pos: -88.5,-38.5 + - type: Transform + pos: -88.5,-38.5 parent: 1 - type: Transform - uid: 18926 components: - - pos: -85.5,-37.5 + - type: Transform + pos: -85.5,-37.5 parent: 1 - type: Transform - uid: 18927 components: - - pos: -85.5,-38.5 + - type: Transform + pos: -85.5,-38.5 parent: 1 - type: Transform - uid: 18928 components: - - pos: -85.5,-39.5 + - type: Transform + pos: -85.5,-39.5 parent: 1 - type: Transform - uid: 18929 components: - - pos: -85.5,-40.5 + - type: Transform + pos: -85.5,-40.5 parent: 1 - type: Transform - uid: 18930 components: - - pos: -85.5,-41.5 + - type: Transform + pos: -85.5,-41.5 parent: 1 - type: Transform - uid: 18931 components: - - pos: -85.5,-42.5 + - type: Transform + pos: -85.5,-42.5 parent: 1 - type: Transform - uid: 18932 components: - - pos: -85.5,-43.5 + - type: Transform + pos: -85.5,-43.5 parent: 1 - type: Transform - uid: 18933 components: - - pos: -85.5,-44.5 + - type: Transform + pos: -85.5,-44.5 parent: 1 - type: Transform - uid: 18934 components: - - pos: -85.5,-45.5 + - type: Transform + pos: -85.5,-45.5 parent: 1 - type: Transform - uid: 18935 components: - - pos: -85.5,-46.5 + - type: Transform + pos: -85.5,-46.5 parent: 1 - type: Transform - uid: 18936 components: - - pos: -85.5,-47.5 + - type: Transform + pos: -85.5,-47.5 parent: 1 - type: Transform - uid: 18937 components: - - pos: -85.5,-48.5 + - type: Transform + pos: -85.5,-48.5 parent: 1 - type: Transform - uid: 18938 components: - - pos: -85.5,-49.5 + - type: Transform + pos: -85.5,-49.5 parent: 1 - type: Transform - uid: 18939 components: - - pos: -86.5,-49.5 + - type: Transform + pos: -86.5,-49.5 parent: 1 - type: Transform - uid: 18940 components: - - pos: -84.5,-49.5 + - type: Transform + pos: -84.5,-49.5 parent: 1 - type: Transform - uid: 18941 components: - - pos: -83.5,-49.5 + - type: Transform + pos: -83.5,-49.5 parent: 1 - type: Transform - uid: 18942 components: - - pos: -85.5,-50.5 + - type: Transform + pos: -85.5,-50.5 parent: 1 - type: Transform - uid: 18943 components: - - pos: -85.5,-51.5 + - type: Transform + pos: -85.5,-51.5 parent: 1 - type: Transform - uid: 18944 components: - - pos: -86.5,-51.5 + - type: Transform + pos: -86.5,-51.5 parent: 1 - type: Transform - uid: 18945 components: - - pos: -84.5,-51.5 + - type: Transform + pos: -84.5,-51.5 parent: 1 - type: Transform - uid: 18946 components: - - pos: -83.5,-51.5 + - type: Transform + pos: -83.5,-51.5 parent: 1 - type: Transform - uid: 18947 components: - - pos: -86.5,-46.5 + - type: Transform + pos: -86.5,-46.5 parent: 1 - type: Transform - uid: 18948 components: - - pos: -84.5,-46.5 + - type: Transform + pos: -84.5,-46.5 parent: 1 - type: Transform - uid: 18949 components: - - pos: -83.5,-46.5 + - type: Transform + pos: -83.5,-46.5 parent: 1 - type: Transform - uid: 18953 components: - - pos: -79.5,-31.5 + - type: Transform + pos: -79.5,-31.5 parent: 1 - type: Transform - uid: 18962 components: - - pos: -77.5,-39.5 + - type: Transform + pos: -77.5,-39.5 parent: 1 - type: Transform - uid: 18963 components: - - pos: -76.5,-39.5 + - type: Transform + pos: -76.5,-39.5 parent: 1 - type: Transform - uid: 18964 components: - - pos: -75.5,-39.5 + - type: Transform + pos: -75.5,-39.5 parent: 1 - type: Transform - uid: 18965 components: - - pos: -74.5,-39.5 + - type: Transform + pos: -74.5,-39.5 parent: 1 - type: Transform - uid: 18966 components: - - pos: -74.5,-38.5 + - type: Transform + pos: -74.5,-38.5 parent: 1 - type: Transform - uid: 18967 components: - - pos: -73.5,-38.5 + - type: Transform + pos: -73.5,-38.5 parent: 1 - type: Transform - uid: 18968 components: - - pos: -72.5,-38.5 + - type: Transform + pos: -72.5,-38.5 parent: 1 - type: Transform - uid: 18969 components: - - pos: -71.5,-38.5 + - type: Transform + pos: -71.5,-38.5 parent: 1 - type: Transform - uid: 18970 components: - - pos: -70.5,-38.5 + - type: Transform + pos: -70.5,-38.5 parent: 1 - type: Transform - uid: 18971 components: - - pos: -69.5,-38.5 + - type: Transform + pos: -69.5,-38.5 parent: 1 - type: Transform - uid: 18972 components: - - pos: -68.5,-38.5 + - type: Transform + pos: -68.5,-38.5 parent: 1 - type: Transform - uid: 18973 components: - - pos: -67.5,-38.5 + - type: Transform + pos: -67.5,-38.5 parent: 1 - type: Transform - uid: 18974 components: - - pos: -66.5,-38.5 + - type: Transform + pos: -66.5,-38.5 parent: 1 - type: Transform - uid: 18975 components: - - pos: -65.5,-38.5 + - type: Transform + pos: -65.5,-38.5 parent: 1 - type: Transform - uid: 18976 components: - - pos: -64.5,-38.5 + - type: Transform + pos: -64.5,-38.5 parent: 1 - type: Transform - uid: 18977 components: - - pos: -63.5,-38.5 + - type: Transform + pos: -63.5,-38.5 parent: 1 - type: Transform - uid: 18978 components: - - pos: -62.5,-38.5 + - type: Transform + pos: -62.5,-38.5 parent: 1 - type: Transform - uid: 18979 components: - - pos: -61.5,-38.5 + - type: Transform + pos: -61.5,-38.5 parent: 1 - type: Transform - uid: 18980 components: - - pos: -60.5,-38.5 + - type: Transform + pos: -60.5,-38.5 parent: 1 - type: Transform - uid: 18998 components: - - pos: -59.5,-21.5 + - type: Transform + pos: -59.5,-21.5 parent: 1 - type: Transform - uid: 18999 components: - - pos: -58.5,-21.5 + - type: Transform + pos: -58.5,-21.5 parent: 1 - type: Transform - uid: 19000 components: - - pos: -58.5,-20.5 + - type: Transform + pos: -58.5,-20.5 parent: 1 - type: Transform - uid: 19001 components: - - pos: -58.5,-19.5 + - type: Transform + pos: -58.5,-19.5 parent: 1 - type: Transform - uid: 19002 components: - - pos: -58.5,-18.5 + - type: Transform + pos: -58.5,-18.5 parent: 1 - type: Transform - uid: 19003 components: - - pos: -44.5,13.5 + - type: Transform + pos: -44.5,13.5 parent: 1 - type: Transform - uid: 19004 components: - - pos: -74.5,-40.5 + - type: Transform + pos: -74.5,-40.5 parent: 1 - type: Transform - uid: 19005 components: - - pos: -74.5,-41.5 + - type: Transform + pos: -74.5,-41.5 parent: 1 - type: Transform - uid: 19006 components: - - pos: -74.5,-42.5 + - type: Transform + pos: -74.5,-42.5 parent: 1 - type: Transform - uid: 19007 components: - - pos: -74.5,-43.5 + - type: Transform + pos: -74.5,-43.5 parent: 1 - type: Transform - uid: 19008 components: - - pos: -74.5,-44.5 + - type: Transform + pos: -74.5,-44.5 parent: 1 - type: Transform - uid: 19009 components: - - pos: -74.5,-45.5 + - type: Transform + pos: -74.5,-45.5 parent: 1 - type: Transform - uid: 19010 components: - - pos: -74.5,-46.5 + - type: Transform + pos: -74.5,-46.5 parent: 1 - type: Transform - uid: 19011 components: - - pos: -74.5,-47.5 + - type: Transform + pos: -74.5,-47.5 parent: 1 - type: Transform - uid: 19012 components: - - pos: -74.5,-48.5 + - type: Transform + pos: -74.5,-48.5 parent: 1 - type: Transform - uid: 19013 components: - - pos: -74.5,-49.5 + - type: Transform + pos: -74.5,-49.5 parent: 1 - type: Transform - uid: 19014 components: - - pos: -74.5,-50.5 + - type: Transform + pos: -74.5,-50.5 parent: 1 - type: Transform - uid: 19015 components: - - pos: -74.5,-51.5 + - type: Transform + pos: -74.5,-51.5 parent: 1 - type: Transform - uid: 19016 components: - - pos: -74.5,-52.5 + - type: Transform + pos: -74.5,-52.5 parent: 1 - type: Transform - uid: 19017 components: - - pos: -74.5,-53.5 + - type: Transform + pos: -74.5,-53.5 parent: 1 - type: Transform - uid: 19018 components: - - pos: -74.5,-54.5 + - type: Transform + pos: -74.5,-54.5 parent: 1 - type: Transform - uid: 19019 components: - - pos: -76.5,-49.5 + - type: Transform + pos: -76.5,-49.5 parent: 1 - type: Transform - uid: 19020 components: - - pos: -75.5,-49.5 + - type: Transform + pos: -75.5,-49.5 parent: 1 - type: Transform - uid: 19021 components: - - pos: -82.5,-49.5 + - type: Transform + pos: -82.5,-49.5 parent: 1 - type: Transform - uid: 19025 components: - - pos: -96.5,-27.5 + - type: Transform + pos: -96.5,-27.5 parent: 1 - type: Transform - uid: 19028 components: - - pos: -69.5,-56.5 + - type: Transform + pos: -69.5,-56.5 parent: 1 - type: Transform - uid: 19029 components: - - pos: -69.5,-57.5 + - type: Transform + pos: -69.5,-57.5 parent: 1 - type: Transform - uid: 19030 components: - - pos: -68.5,-56.5 + - type: Transform + pos: -68.5,-56.5 parent: 1 - type: Transform - uid: 19031 components: - - pos: -67.5,-56.5 + - type: Transform + pos: -67.5,-56.5 parent: 1 - type: Transform - uid: 19032 components: - - pos: -66.5,-56.5 + - type: Transform + pos: -66.5,-56.5 parent: 1 - type: Transform - uid: 19033 components: - - pos: -65.5,-56.5 + - type: Transform + pos: -65.5,-56.5 parent: 1 - type: Transform - uid: 19034 components: - - pos: -64.5,-56.5 + - type: Transform + pos: -64.5,-56.5 parent: 1 - type: Transform - uid: 19035 components: - - pos: -63.5,-56.5 + - type: Transform + pos: -63.5,-56.5 parent: 1 - type: Transform - uid: 19036 components: - - pos: -63.5,-57.5 + - type: Transform + pos: -63.5,-57.5 parent: 1 - type: Transform - uid: 19037 components: - - pos: -63.5,-58.5 + - type: Transform + pos: -63.5,-58.5 parent: 1 - type: Transform - uid: 19038 components: - - pos: -63.5,-59.5 + - type: Transform + pos: -63.5,-59.5 parent: 1 - type: Transform - uid: 19039 components: - - pos: -63.5,-60.5 + - type: Transform + pos: -63.5,-60.5 parent: 1 - type: Transform - uid: 19040 components: - - pos: -63.5,-61.5 + - type: Transform + pos: -63.5,-61.5 parent: 1 - type: Transform - uid: 19041 components: - - pos: -63.5,-62.5 + - type: Transform + pos: -63.5,-62.5 parent: 1 - type: Transform - uid: 19042 components: - - pos: -63.5,-63.5 + - type: Transform + pos: -63.5,-63.5 parent: 1 - type: Transform - uid: 19043 components: - - pos: -63.5,-64.5 + - type: Transform + pos: -63.5,-64.5 parent: 1 - type: Transform - uid: 19044 components: - - pos: -63.5,-65.5 + - type: Transform + pos: -63.5,-65.5 parent: 1 - type: Transform - uid: 19045 components: - - pos: -64.5,-65.5 + - type: Transform + pos: -64.5,-65.5 parent: 1 - type: Transform - uid: 19046 components: - - pos: -65.5,-65.5 + - type: Transform + pos: -65.5,-65.5 parent: 1 - type: Transform - uid: 19047 components: - - pos: -66.5,-65.5 + - type: Transform + pos: -66.5,-65.5 parent: 1 - type: Transform - uid: 19048 components: - - pos: -67.5,-65.5 + - type: Transform + pos: -67.5,-65.5 parent: 1 - type: Transform - uid: 19049 components: - - pos: -68.5,-65.5 + - type: Transform + pos: -68.5,-65.5 parent: 1 - type: Transform - uid: 19050 components: - - pos: -68.5,-64.5 + - type: Transform + pos: -68.5,-64.5 parent: 1 - type: Transform - uid: 19051 components: - - pos: -68.5,-63.5 + - type: Transform + pos: -68.5,-63.5 parent: 1 - type: Transform - uid: 19052 components: - - pos: -69.5,-63.5 + - type: Transform + pos: -69.5,-63.5 parent: 1 - type: Transform - uid: 19053 components: - - pos: -62.5,-65.5 + - type: Transform + pos: -62.5,-65.5 parent: 1 - type: Transform - uid: 19054 components: - - pos: -61.5,-65.5 + - type: Transform + pos: -61.5,-65.5 parent: 1 - type: Transform - uid: 19055 components: - - pos: -60.5,-65.5 + - type: Transform + pos: -60.5,-65.5 parent: 1 - type: Transform - uid: 19056 components: - - pos: -59.5,-65.5 + - type: Transform + pos: -59.5,-65.5 parent: 1 - type: Transform - uid: 19057 components: - - pos: -59.5,-66.5 + - type: Transform + pos: -59.5,-66.5 parent: 1 - type: Transform - uid: 19058 components: - - pos: -59.5,-67.5 + - type: Transform + pos: -59.5,-67.5 parent: 1 - type: Transform - uid: 19059 components: - - pos: -59.5,-68.5 + - type: Transform + pos: -59.5,-68.5 parent: 1 - type: Transform - uid: 19060 components: - - pos: -59.5,-69.5 + - type: Transform + pos: -59.5,-69.5 parent: 1 - type: Transform - uid: 19061 components: - - pos: -60.5,-69.5 + - type: Transform + pos: -60.5,-69.5 parent: 1 - type: Transform - uid: 19062 components: - - pos: -61.5,-69.5 + - type: Transform + pos: -61.5,-69.5 parent: 1 - type: Transform - uid: 19063 components: - - pos: -62.5,-69.5 + - type: Transform + pos: -62.5,-69.5 parent: 1 - type: Transform - uid: 19064 components: - - pos: -63.5,-69.5 + - type: Transform + pos: -63.5,-69.5 parent: 1 - type: Transform - uid: 19065 components: - - pos: -64.5,-69.5 + - type: Transform + pos: -64.5,-69.5 parent: 1 - type: Transform - uid: 19066 components: - - pos: -64.5,-68.5 + - type: Transform + pos: -64.5,-68.5 parent: 1 - type: Transform - uid: 19067 components: - - pos: -65.5,-68.5 + - type: Transform + pos: -65.5,-68.5 parent: 1 - type: Transform - uid: 19068 components: - - pos: -66.5,-68.5 + - type: Transform + pos: -66.5,-68.5 parent: 1 - type: Transform - uid: 19069 components: - - pos: -67.5,-68.5 + - type: Transform + pos: -67.5,-68.5 parent: 1 - type: Transform - uid: 19070 components: - - pos: -68.5,-68.5 + - type: Transform + pos: -68.5,-68.5 parent: 1 - type: Transform - uid: 19071 components: - - pos: -69.5,-68.5 + - type: Transform + pos: -69.5,-68.5 parent: 1 - type: Transform - uid: 19072 components: - - pos: -70.5,-68.5 + - type: Transform + pos: -70.5,-68.5 parent: 1 - type: Transform - uid: 19073 components: - - pos: -71.5,-68.5 + - type: Transform + pos: -71.5,-68.5 parent: 1 - type: Transform - uid: 19074 components: - - pos: -72.5,-68.5 + - type: Transform + pos: -72.5,-68.5 parent: 1 - type: Transform - uid: 19075 components: - - pos: -73.5,-68.5 + - type: Transform + pos: -73.5,-68.5 parent: 1 - type: Transform - uid: 19076 components: - - pos: -74.5,-68.5 + - type: Transform + pos: -74.5,-68.5 parent: 1 - type: Transform - uid: 19077 components: - - pos: -75.5,-68.5 + - type: Transform + pos: -75.5,-68.5 parent: 1 - type: Transform - uid: 19078 components: - - pos: -76.5,-68.5 + - type: Transform + pos: -76.5,-68.5 parent: 1 - type: Transform - uid: 19079 components: - - pos: -77.5,-68.5 + - type: Transform + pos: -77.5,-68.5 parent: 1 - type: Transform - uid: 19080 components: - - pos: -77.5,-67.5 + - type: Transform + pos: -77.5,-67.5 parent: 1 - type: Transform - uid: 19081 components: - - pos: -74.5,-67.5 + - type: Transform + pos: -74.5,-67.5 parent: 1 - type: Transform - uid: 19082 components: - - pos: -72.5,-69.5 + - type: Transform + pos: -72.5,-69.5 parent: 1 - type: Transform - uid: 19083 components: - - pos: -67.5,-69.5 + - type: Transform + pos: -67.5,-69.5 parent: 1 - type: Transform - uid: 19084 components: - - pos: -61.5,-70.5 + - type: Transform + pos: -61.5,-70.5 parent: 1 - type: Transform - uid: 19085 components: - - pos: -61.5,-71.5 + - type: Transform + pos: -61.5,-71.5 parent: 1 - type: Transform - uid: 19086 components: - - pos: -61.5,-73.5 + - type: Transform + pos: -61.5,-73.5 parent: 1 - type: Transform - uid: 19087 components: - - pos: -61.5,-72.5 + - type: Transform + pos: -61.5,-72.5 parent: 1 - type: Transform - uid: 19088 components: - - pos: -61.5,-74.5 + - type: Transform + pos: -61.5,-74.5 parent: 1 - type: Transform - uid: 19089 components: - - pos: -61.5,-75.5 + - type: Transform + pos: -61.5,-75.5 parent: 1 - type: Transform - uid: 19090 components: - - pos: -62.5,-74.5 + - type: Transform + pos: -62.5,-74.5 parent: 1 - type: Transform - uid: 19091 components: - - pos: -63.5,-74.5 + - type: Transform + pos: -63.5,-74.5 parent: 1 - type: Transform - uid: 19092 components: - - pos: -61.5,-76.5 + - type: Transform + pos: -61.5,-76.5 parent: 1 - type: Transform - uid: 19093 components: - - pos: -62.5,-76.5 + - type: Transform + pos: -62.5,-76.5 parent: 1 - type: Transform - uid: 19094 components: - - pos: -58.5,-67.5 + - type: Transform + pos: -58.5,-67.5 parent: 1 - type: Transform - uid: 19095 components: - - pos: -57.5,-67.5 + - type: Transform + pos: -57.5,-67.5 parent: 1 - type: Transform - uid: 19096 components: - - pos: -57.5,-68.5 + - type: Transform + pos: -57.5,-68.5 parent: 1 - type: Transform - uid: 19097 components: - - pos: -57.5,-69.5 + - type: Transform + pos: -57.5,-69.5 parent: 1 - type: Transform - uid: 19098 components: - - pos: -57.5,-70.5 + - type: Transform + pos: -57.5,-70.5 parent: 1 - type: Transform - uid: 19099 components: - - pos: -57.5,-71.5 + - type: Transform + pos: -57.5,-71.5 parent: 1 - type: Transform - uid: 19100 components: - - pos: -57.5,-72.5 + - type: Transform + pos: -57.5,-72.5 parent: 1 - type: Transform - uid: 19101 components: - - pos: -57.5,-73.5 + - type: Transform + pos: -57.5,-73.5 parent: 1 - type: Transform - uid: 19102 components: - - pos: -57.5,-74.5 + - type: Transform + pos: -57.5,-74.5 parent: 1 - type: Transform - uid: 19103 components: - - pos: -57.5,-75.5 + - type: Transform + pos: -57.5,-75.5 parent: 1 - type: Transform - uid: 19104 components: - - pos: -57.5,-76.5 + - type: Transform + pos: -57.5,-76.5 parent: 1 - type: Transform - uid: 19105 components: - - pos: -57.5,-77.5 + - type: Transform + pos: -57.5,-77.5 parent: 1 - type: Transform - uid: 19106 components: - - pos: -57.5,-78.5 + - type: Transform + pos: -57.5,-78.5 parent: 1 - type: Transform - uid: 19107 components: - - pos: -57.5,-79.5 + - type: Transform + pos: -57.5,-79.5 parent: 1 - type: Transform - uid: 19108 components: - - pos: -57.5,-80.5 + - type: Transform + pos: -57.5,-80.5 parent: 1 - type: Transform - uid: 19109 components: - - pos: -56.5,-80.5 + - type: Transform + pos: -56.5,-80.5 parent: 1 - type: Transform - uid: 19110 components: - - pos: -56.5,-81.5 + - type: Transform + pos: -56.5,-81.5 parent: 1 - type: Transform - uid: 19111 components: - - pos: -35.5,-80.5 + - type: Transform + pos: -35.5,-80.5 parent: 1 - type: Transform - uid: 19112 components: - - pos: -36.5,-81.5 + - type: Transform + pos: -36.5,-81.5 parent: 1 - type: Transform - uid: 19113 components: - - pos: -36.5,-82.5 + - type: Transform + pos: -36.5,-82.5 parent: 1 - type: Transform - uid: 19114 components: - - pos: -36.5,-83.5 + - type: Transform + pos: -36.5,-83.5 parent: 1 - type: Transform - uid: 19115 components: - - pos: -35.5,-83.5 + - type: Transform + pos: -35.5,-83.5 parent: 1 - type: Transform - uid: 19116 components: - - pos: -35.5,-84.5 + - type: Transform + pos: -35.5,-84.5 parent: 1 - type: Transform - uid: 19117 components: - - pos: -34.5,-84.5 + - type: Transform + pos: -34.5,-84.5 parent: 1 - type: Transform - uid: 19118 components: - - pos: -56.5,-84.5 + - type: Transform + pos: -56.5,-84.5 parent: 1 - type: Transform - uid: 19119 components: - - pos: -33.5,-84.5 + - type: Transform + pos: -33.5,-84.5 parent: 1 - type: Transform - uid: 19120 components: - - pos: -33.5,-85.5 + - type: Transform + pos: -33.5,-85.5 parent: 1 - type: Transform - uid: 19121 components: - - pos: -33.5,-86.5 + - type: Transform + pos: -33.5,-86.5 parent: 1 - type: Transform - uid: 19122 components: - - pos: -33.5,-87.5 + - type: Transform + pos: -33.5,-87.5 parent: 1 - type: Transform - uid: 19123 components: - - pos: -33.5,-88.5 + - type: Transform + pos: -33.5,-88.5 parent: 1 - type: Transform - uid: 19124 components: - - pos: -33.5,-89.5 + - type: Transform + pos: -33.5,-89.5 parent: 1 - type: Transform - uid: 19125 components: - - pos: -33.5,-90.5 + - type: Transform + pos: -33.5,-90.5 parent: 1 - type: Transform - uid: 19126 components: - - pos: -33.5,-91.5 + - type: Transform + pos: -33.5,-91.5 parent: 1 - type: Transform - uid: 19127 components: - - pos: -55.5,-81.5 + - type: Transform + pos: -55.5,-81.5 parent: 1 - type: Transform - uid: 19128 components: - - pos: -54.5,-81.5 + - type: Transform + pos: -54.5,-81.5 parent: 1 - type: Transform - uid: 19129 components: - - pos: -53.5,-81.5 + - type: Transform + pos: -53.5,-81.5 parent: 1 - type: Transform - uid: 19130 components: - - pos: -53.5,-82.5 + - type: Transform + pos: -53.5,-82.5 parent: 1 - type: Transform - uid: 19131 components: - - pos: -53.5,-83.5 + - type: Transform + pos: -53.5,-83.5 parent: 1 - type: Transform - uid: 19132 components: - - pos: -54.5,-83.5 + - type: Transform + pos: -54.5,-83.5 parent: 1 - type: Transform - uid: 19133 components: - - pos: -54.5,-84.5 + - type: Transform + pos: -54.5,-84.5 parent: 1 - type: Transform - uid: 19134 components: - - pos: -55.5,-84.5 + - type: Transform + pos: -55.5,-84.5 parent: 1 - type: Transform - uid: 19135 components: - - pos: -56.5,-85.5 + - type: Transform + pos: -56.5,-85.5 parent: 1 - type: Transform - uid: 19136 components: - - pos: -56.5,-86.5 + - type: Transform + pos: -56.5,-86.5 parent: 1 - type: Transform - uid: 19137 components: - - pos: -56.5,-87.5 + - type: Transform + pos: -56.5,-87.5 parent: 1 - type: Transform - uid: 19138 components: - - pos: -56.5,-88.5 + - type: Transform + pos: -56.5,-88.5 parent: 1 - type: Transform - uid: 19139 components: - - pos: -56.5,-89.5 + - type: Transform + pos: -56.5,-89.5 parent: 1 - type: Transform - uid: 19140 components: - - pos: -56.5,-90.5 + - type: Transform + pos: -56.5,-90.5 parent: 1 - type: Transform - uid: 19141 components: - - pos: -56.5,-91.5 + - type: Transform + pos: -56.5,-91.5 parent: 1 - type: Transform - uid: 19199 components: - - pos: -60.5,-68.5 + - type: Transform + pos: -60.5,-68.5 parent: 1 - type: Transform - uid: 19200 components: - - pos: -88.5,-35.5 + - type: Transform + pos: -88.5,-35.5 parent: 1 - type: Transform - uid: 19201 components: - - pos: -88.5,-34.5 + - type: Transform + pos: -88.5,-34.5 parent: 1 - type: Transform - uid: 19202 components: - - pos: -88.5,-33.5 + - type: Transform + pos: -88.5,-33.5 parent: 1 - type: Transform - uid: 19203 components: - - pos: -89.5,-33.5 + - type: Transform + pos: -89.5,-33.5 parent: 1 - type: Transform - uid: 19204 components: - - pos: -90.5,-33.5 + - type: Transform + pos: -90.5,-33.5 parent: 1 - type: Transform - uid: 19205 components: - - pos: -91.5,-33.5 + - type: Transform + pos: -91.5,-33.5 parent: 1 - type: Transform - uid: 19206 components: - - pos: -91.5,-32.5 + - type: Transform + pos: -91.5,-32.5 parent: 1 - type: Transform - uid: 19207 components: - - pos: -91.5,-31.5 + - type: Transform + pos: -91.5,-31.5 parent: 1 - type: Transform - uid: 19208 components: - - pos: -91.5,-30.5 + - type: Transform + pos: -91.5,-30.5 parent: 1 - type: Transform - uid: 19209 components: - - pos: -91.5,-29.5 + - type: Transform + pos: -91.5,-29.5 parent: 1 - type: Transform - uid: 19210 components: - - pos: -91.5,-28.5 + - type: Transform + pos: -91.5,-28.5 parent: 1 - type: Transform - uid: 19211 components: - - pos: -92.5,-28.5 + - type: Transform + pos: -92.5,-28.5 parent: 1 - type: Transform - uid: 19212 components: - - pos: -93.5,-28.5 + - type: Transform + pos: -93.5,-28.5 parent: 1 - type: Transform - uid: 19213 components: - - pos: -94.5,-28.5 + - type: Transform + pos: -94.5,-28.5 parent: 1 - type: Transform - uid: 19214 components: - - pos: -95.5,-28.5 + - type: Transform + pos: -95.5,-28.5 parent: 1 - type: Transform - uid: 19215 components: - - pos: -96.5,-28.5 + - type: Transform + pos: -96.5,-28.5 parent: 1 - type: Transform - uid: 19216 components: - - pos: -96.5,-26.5 + - type: Transform + pos: -96.5,-26.5 parent: 1 - type: Transform - uid: 19217 components: - - pos: -96.5,-25.5 + - type: Transform + pos: -96.5,-25.5 parent: 1 - type: Transform - uid: 19218 components: - - pos: -96.5,-24.5 + - type: Transform + pos: -96.5,-24.5 parent: 1 - type: Transform - uid: 19219 components: - - pos: -96.5,-23.5 + - type: Transform + pos: -96.5,-23.5 parent: 1 - type: Transform - uid: 19220 components: - - pos: -96.5,-22.5 + - type: Transform + pos: -96.5,-22.5 parent: 1 - type: Transform - uid: 19221 components: - - pos: -96.5,-21.5 + - type: Transform + pos: -96.5,-21.5 parent: 1 - type: Transform - uid: 19236 components: - - pos: -104.5,-18.5 + - type: Transform + pos: -104.5,-18.5 parent: 1 - type: Transform - uid: 19237 components: - - pos: -105.5,-18.5 + - type: Transform + pos: -105.5,-18.5 parent: 1 - type: Transform - uid: 19238 components: - - pos: -103.5,-18.5 + - type: Transform + pos: -103.5,-18.5 parent: 1 - type: Transform - uid: 19240 components: - - pos: -103.5,-19.5 + - type: Transform + pos: -103.5,-19.5 parent: 1 - type: Transform - uid: 19262 components: - - pos: -102.5,-18.5 + - type: Transform + pos: -102.5,-18.5 parent: 1 - type: Transform - uid: 19263 components: - - pos: -102.5,-17.5 + - type: Transform + pos: -102.5,-17.5 parent: 1 - type: Transform - uid: 19264 components: - - pos: -102.5,-16.5 + - type: Transform + pos: -102.5,-16.5 parent: 1 - type: Transform - uid: 19265 components: - - pos: -103.5,-16.5 + - type: Transform + pos: -103.5,-16.5 parent: 1 - type: Transform - uid: 19266 components: - - pos: -104.5,-16.5 + - type: Transform + pos: -104.5,-16.5 parent: 1 - type: Transform - uid: 19267 components: - - pos: -102.5,-15.5 + - type: Transform + pos: -102.5,-15.5 parent: 1 - type: Transform - uid: 19268 components: - - pos: -102.5,-14.5 + - type: Transform + pos: -102.5,-14.5 parent: 1 - type: Transform - uid: 19269 components: - - pos: -101.5,-14.5 + - type: Transform + pos: -101.5,-14.5 parent: 1 - type: Transform - uid: 19270 components: - - pos: -100.5,-14.5 + - type: Transform + pos: -100.5,-14.5 parent: 1 - type: Transform - uid: 19271 components: - - pos: -99.5,-14.5 + - type: Transform + pos: -99.5,-14.5 parent: 1 - type: Transform - uid: 19272 components: - - pos: -100.5,-13.5 + - type: Transform + pos: -100.5,-13.5 parent: 1 - type: Transform - uid: 19273 components: - - pos: -100.5,-12.5 + - type: Transform + pos: -100.5,-12.5 parent: 1 - type: Transform - uid: 19274 components: - - pos: -100.5,-11.5 + - type: Transform + pos: -100.5,-11.5 parent: 1 - type: Transform - uid: 19277 components: - - pos: -105.5,-13.5 + - type: Transform + pos: -105.5,-13.5 parent: 1 - type: Transform - uid: 19278 components: - - pos: -105.5,-12.5 + - type: Transform + pos: -105.5,-12.5 parent: 1 - type: Transform - uid: 19280 components: - - pos: -108.5,-12.5 + - type: Transform + pos: -108.5,-12.5 parent: 1 - type: Transform - uid: 19281 components: - - pos: -109.5,-12.5 + - type: Transform + pos: -109.5,-12.5 parent: 1 - type: Transform - uid: 19282 components: - - pos: -110.5,-12.5 + - type: Transform + pos: -110.5,-12.5 parent: 1 - type: Transform - uid: 19283 components: - - pos: -111.5,-12.5 + - type: Transform + pos: -111.5,-12.5 parent: 1 - type: Transform - uid: 19284 components: - - pos: -112.5,-12.5 + - type: Transform + pos: -112.5,-12.5 parent: 1 - type: Transform - uid: 19285 components: - - pos: -113.5,-12.5 + - type: Transform + pos: -113.5,-12.5 parent: 1 - type: Transform - uid: 19291 components: - - pos: -143.5,23.5 + - type: Transform + pos: -143.5,23.5 parent: 1 - type: Transform - uid: 19295 components: - - pos: -117.5,22.5 + - type: Transform + pos: -117.5,22.5 parent: 1 - type: Transform - uid: 19296 components: - - pos: -116.5,22.5 + - type: Transform + pos: -116.5,22.5 parent: 1 - type: Transform - uid: 19297 components: - - pos: -116.5,23.5 + - type: Transform + pos: -116.5,23.5 parent: 1 - type: Transform - uid: 19298 components: - - pos: -116.5,24.5 + - type: Transform + pos: -116.5,24.5 parent: 1 - type: Transform - uid: 19299 components: - - pos: -115.5,22.5 + - type: Transform + pos: -115.5,22.5 parent: 1 - type: Transform - uid: 19300 components: - - pos: -114.5,22.5 + - type: Transform + pos: -114.5,22.5 parent: 1 - type: Transform - uid: 19301 components: - - pos: -113.5,22.5 + - type: Transform + pos: -113.5,22.5 parent: 1 - type: Transform - uid: 19302 components: - - pos: -112.5,22.5 + - type: Transform + pos: -112.5,22.5 parent: 1 - type: Transform - uid: 19303 components: - - pos: -111.5,22.5 + - type: Transform + pos: -111.5,22.5 parent: 1 - type: Transform - uid: 19304 components: - - pos: -110.5,22.5 + - type: Transform + pos: -110.5,22.5 parent: 1 - type: Transform - uid: 19305 components: - - pos: -109.5,22.5 + - type: Transform + pos: -109.5,22.5 parent: 1 - type: Transform - uid: 19306 components: - - pos: -108.5,22.5 + - type: Transform + pos: -108.5,22.5 parent: 1 - type: Transform - uid: 19307 components: - - pos: -108.5,23.5 + - type: Transform + pos: -108.5,23.5 parent: 1 - type: Transform - uid: 19308 components: - - pos: -108.5,24.5 + - type: Transform + pos: -108.5,24.5 parent: 1 - type: Transform - uid: 19309 components: - - pos: -107.5,22.5 + - type: Transform + pos: -107.5,22.5 parent: 1 - type: Transform - uid: 19310 components: - - pos: -106.5,22.5 + - type: Transform + pos: -106.5,22.5 parent: 1 - type: Transform - uid: 19311 components: - - pos: -105.5,22.5 + - type: Transform + pos: -105.5,22.5 parent: 1 - type: Transform - uid: 19312 components: - - pos: -124.5,-0.5 + - type: Transform + pos: -124.5,-0.5 parent: 1 - type: Transform - uid: 19313 components: - - pos: -125.5,-0.5 + - type: Transform + pos: -125.5,-0.5 parent: 1 - type: Transform - uid: 19314 components: - - pos: -125.5,-1.5 + - type: Transform + pos: -125.5,-1.5 parent: 1 - type: Transform - uid: 19315 components: - - pos: -126.5,-1.5 + - type: Transform + pos: -126.5,-1.5 parent: 1 - type: Transform - uid: 19316 components: - - pos: -127.5,-1.5 + - type: Transform + pos: -127.5,-1.5 parent: 1 - type: Transform - uid: 19317 components: - - pos: -128.5,-1.5 + - type: Transform + pos: -128.5,-1.5 parent: 1 - type: Transform - uid: 19318 components: - - pos: -129.5,-1.5 + - type: Transform + pos: -129.5,-1.5 parent: 1 - type: Transform - uid: 19319 components: - - pos: -130.5,-1.5 + - type: Transform + pos: -130.5,-1.5 parent: 1 - type: Transform - uid: 19320 components: - - pos: -130.5,-2.5 + - type: Transform + pos: -130.5,-2.5 parent: 1 - type: Transform - uid: 19321 components: - - pos: -130.5,-3.5 + - type: Transform + pos: -130.5,-3.5 parent: 1 - type: Transform - uid: 19322 components: - - pos: -130.5,-4.5 + - type: Transform + pos: -130.5,-4.5 parent: 1 - type: Transform - uid: 19323 components: - - pos: -130.5,-5.5 + - type: Transform + pos: -130.5,-5.5 parent: 1 - type: Transform - uid: 19324 components: - - pos: -130.5,-6.5 + - type: Transform + pos: -130.5,-6.5 parent: 1 - type: Transform - uid: 19325 components: - - pos: -130.5,-7.5 + - type: Transform + pos: -130.5,-7.5 parent: 1 - type: Transform - uid: 19326 components: - - pos: -130.5,-8.5 + - type: Transform + pos: -130.5,-8.5 parent: 1 - type: Transform - uid: 19327 components: - - pos: -130.5,-9.5 + - type: Transform + pos: -130.5,-9.5 parent: 1 - type: Transform - uid: 19328 components: - - pos: -130.5,-10.5 + - type: Transform + pos: -130.5,-10.5 parent: 1 - type: Transform - uid: 19329 components: - - pos: -131.5,-10.5 + - type: Transform + pos: -131.5,-10.5 parent: 1 - type: Transform - uid: 19330 components: - - pos: -132.5,-10.5 + - type: Transform + pos: -132.5,-10.5 parent: 1 - type: Transform - uid: 19331 components: - - pos: -133.5,-10.5 + - type: Transform + pos: -133.5,-10.5 parent: 1 - type: Transform - uid: 19332 components: - - pos: -134.5,-10.5 + - type: Transform + pos: -134.5,-10.5 parent: 1 - type: Transform - uid: 19333 components: - - pos: -135.5,-10.5 + - type: Transform + pos: -135.5,-10.5 parent: 1 - type: Transform - uid: 19334 components: - - pos: -136.5,-10.5 + - type: Transform + pos: -136.5,-10.5 parent: 1 - type: Transform - uid: 19335 components: - - pos: -137.5,-10.5 + - type: Transform + pos: -137.5,-10.5 parent: 1 - type: Transform - uid: 19336 components: - - pos: -138.5,-10.5 + - type: Transform + pos: -138.5,-10.5 parent: 1 - type: Transform - uid: 19337 components: - - pos: -139.5,-10.5 + - type: Transform + pos: -139.5,-10.5 parent: 1 - type: Transform - uid: 19338 components: - - pos: -140.5,-10.5 + - type: Transform + pos: -140.5,-10.5 parent: 1 - type: Transform - uid: 19339 components: - - pos: -141.5,-10.5 + - type: Transform + pos: -141.5,-10.5 parent: 1 - type: Transform - uid: 19340 components: - - pos: -142.5,-10.5 + - type: Transform + pos: -142.5,-10.5 parent: 1 - type: Transform - uid: 19341 components: - - pos: -143.5,-10.5 + - type: Transform + pos: -143.5,-10.5 parent: 1 - type: Transform - uid: 19342 components: - - pos: -144.5,-10.5 + - type: Transform + pos: -144.5,-10.5 parent: 1 - type: Transform - uid: 19343 components: - - pos: -144.5,-9.5 + - type: Transform + pos: -144.5,-9.5 parent: 1 - type: Transform - uid: 19344 components: - - pos: -144.5,-8.5 + - type: Transform + pos: -144.5,-8.5 parent: 1 - type: Transform - uid: 19345 components: - - pos: -144.5,-7.5 + - type: Transform + pos: -144.5,-7.5 parent: 1 - type: Transform - uid: 19346 components: - - pos: -144.5,-6.5 + - type: Transform + pos: -144.5,-6.5 parent: 1 - type: Transform - uid: 19347 components: - - pos: -144.5,-5.5 + - type: Transform + pos: -144.5,-5.5 parent: 1 - type: Transform - uid: 19348 components: - - pos: -144.5,-4.5 + - type: Transform + pos: -144.5,-4.5 parent: 1 - type: Transform - uid: 19349 components: - - pos: -144.5,-3.5 + - type: Transform + pos: -144.5,-3.5 parent: 1 - type: Transform - uid: 19350 components: - - pos: -144.5,-2.5 + - type: Transform + pos: -144.5,-2.5 parent: 1 - type: Transform - uid: 19351 components: - - pos: -144.5,-1.5 + - type: Transform + pos: -144.5,-1.5 parent: 1 - type: Transform - uid: 19370 components: - - pos: -144.5,17.5 + - type: Transform + pos: -144.5,17.5 parent: 1 - type: Transform - uid: 19371 components: - - pos: -144.5,18.5 + - type: Transform + pos: -144.5,18.5 parent: 1 - type: Transform - uid: 19372 components: - - pos: -144.5,19.5 + - type: Transform + pos: -144.5,19.5 parent: 1 - type: Transform - uid: 19373 components: - - pos: -144.5,20.5 + - type: Transform + pos: -144.5,20.5 parent: 1 - type: Transform - uid: 19374 components: - - pos: -144.5,21.5 + - type: Transform + pos: -144.5,21.5 parent: 1 - type: Transform - uid: 19375 components: - - pos: -144.5,22.5 + - type: Transform + pos: -144.5,22.5 parent: 1 - type: Transform - uid: 19376 components: - - pos: -144.5,23.5 + - type: Transform + pos: -144.5,23.5 parent: 1 - type: Transform - uid: 19377 components: - - pos: -142.5,23.5 + - type: Transform + pos: -142.5,23.5 parent: 1 - type: Transform - uid: 19378 components: - - pos: -141.5,23.5 + - type: Transform + pos: -141.5,23.5 parent: 1 - type: Transform - uid: 19379 components: - - pos: -140.5,23.5 + - type: Transform + pos: -140.5,23.5 parent: 1 - type: Transform - uid: 19380 components: - - pos: -139.5,23.5 + - type: Transform + pos: -139.5,23.5 parent: 1 - type: Transform - uid: 19381 components: - - pos: -138.5,23.5 + - type: Transform + pos: -138.5,23.5 parent: 1 - type: Transform - uid: 19382 components: - - pos: -137.5,23.5 + - type: Transform + pos: -137.5,23.5 parent: 1 - type: Transform - uid: 19383 components: - - pos: -136.5,23.5 + - type: Transform + pos: -136.5,23.5 parent: 1 - type: Transform - uid: 19384 components: - - pos: -135.5,23.5 + - type: Transform + pos: -135.5,23.5 parent: 1 - type: Transform - uid: 19385 components: - - pos: -134.5,23.5 + - type: Transform + pos: -134.5,23.5 parent: 1 - type: Transform - uid: 19386 components: - - pos: -133.5,23.5 + - type: Transform + pos: -133.5,23.5 parent: 1 - type: Transform - uid: 19387 components: - - pos: -132.5,23.5 + - type: Transform + pos: -132.5,23.5 parent: 1 - type: Transform - uid: 19388 components: - - pos: -131.5,23.5 + - type: Transform + pos: -131.5,23.5 parent: 1 - type: Transform - uid: 19389 components: - - pos: -130.5,23.5 + - type: Transform + pos: -130.5,23.5 parent: 1 - type: Transform - uid: 19390 components: - - pos: -130.5,22.5 + - type: Transform + pos: -130.5,22.5 parent: 1 - type: Transform - uid: 19391 components: - - pos: -130.5,21.5 + - type: Transform + pos: -130.5,21.5 parent: 1 - type: Transform - uid: 19392 components: - - pos: -130.5,20.5 + - type: Transform + pos: -130.5,20.5 parent: 1 - type: Transform - uid: 19393 components: - - pos: -130.5,19.5 + - type: Transform + pos: -130.5,19.5 parent: 1 - type: Transform - uid: 19394 components: - - pos: -130.5,18.5 + - type: Transform + pos: -130.5,18.5 parent: 1 - type: Transform - uid: 19395 components: - - pos: -130.5,17.5 + - type: Transform + pos: -130.5,17.5 parent: 1 - type: Transform - uid: 19396 components: - - pos: -130.5,16.5 + - type: Transform + pos: -130.5,16.5 parent: 1 - type: Transform - uid: 19397 components: - - pos: -130.5,15.5 + - type: Transform + pos: -130.5,15.5 parent: 1 - type: Transform - uid: 19398 components: - - pos: -130.5,14.5 + - type: Transform + pos: -130.5,14.5 parent: 1 - type: Transform - uid: 19399 components: - - pos: -130.5,13.5 + - type: Transform + pos: -130.5,13.5 parent: 1 - type: Transform - uid: 19400 components: - - pos: -130.5,12.5 + - type: Transform + pos: -130.5,12.5 parent: 1 - type: Transform - uid: 19401 components: - - pos: -130.5,11.5 + - type: Transform + pos: -130.5,11.5 parent: 1 - type: Transform - uid: 19402 components: - - pos: -130.5,10.5 + - type: Transform + pos: -130.5,10.5 parent: 1 - type: Transform - uid: 19403 components: - - pos: -130.5,9.5 + - type: Transform + pos: -130.5,9.5 parent: 1 - type: Transform - uid: 19404 components: - - pos: -130.5,8.5 + - type: Transform + pos: -130.5,8.5 parent: 1 - type: Transform - uid: 19405 components: - - pos: -130.5,7.5 + - type: Transform + pos: -130.5,7.5 parent: 1 - type: Transform - uid: 19406 components: - - pos: -130.5,6.5 + - type: Transform + pos: -130.5,6.5 parent: 1 - type: Transform - uid: 19407 components: - - pos: -130.5,5.5 + - type: Transform + pos: -130.5,5.5 parent: 1 - type: Transform - uid: 19408 components: - - pos: -130.5,4.5 + - type: Transform + pos: -130.5,4.5 parent: 1 - type: Transform - uid: 19409 components: - - pos: -130.5,3.5 + - type: Transform + pos: -130.5,3.5 parent: 1 - type: Transform - uid: 19410 components: - - pos: -130.5,2.5 + - type: Transform + pos: -130.5,2.5 parent: 1 - type: Transform - uid: 19411 components: - - pos: -130.5,1.5 + - type: Transform + pos: -130.5,1.5 parent: 1 - type: Transform - uid: 19412 components: - - pos: -130.5,0.5 + - type: Transform + pos: -130.5,0.5 parent: 1 - type: Transform - uid: 19413 components: - - pos: -130.5,-0.5 + - type: Transform + pos: -130.5,-0.5 parent: 1 - type: Transform - uid: 19415 components: - - pos: -129.5,2.5 + - type: Transform + pos: -129.5,2.5 parent: 1 - type: Transform - uid: 19416 components: - - pos: -128.5,2.5 + - type: Transform + pos: -128.5,2.5 parent: 1 - type: Transform - uid: 19417 components: - - pos: -127.5,2.5 + - type: Transform + pos: -127.5,2.5 parent: 1 - type: Transform - uid: 19418 components: - - pos: -126.5,2.5 + - type: Transform + pos: -126.5,2.5 parent: 1 - type: Transform - uid: 19419 components: - - pos: -126.5,3.5 + - type: Transform + pos: -126.5,3.5 parent: 1 - type: Transform - uid: 19420 components: - - pos: -126.5,4.5 + - type: Transform + pos: -126.5,4.5 parent: 1 - type: Transform - uid: 19421 components: - - pos: -126.5,5.5 + - type: Transform + pos: -126.5,5.5 parent: 1 - type: Transform - uid: 19422 components: - - pos: -126.5,6.5 + - type: Transform + pos: -126.5,6.5 parent: 1 - type: Transform - uid: 19423 components: - - pos: -126.5,7.5 + - type: Transform + pos: -126.5,7.5 parent: 1 - type: Transform - uid: 19424 components: - - pos: -126.5,8.5 + - type: Transform + pos: -126.5,8.5 parent: 1 - type: Transform - uid: 19425 components: - - pos: -126.5,9.5 + - type: Transform + pos: -126.5,9.5 parent: 1 - type: Transform - uid: 19426 components: - - pos: -126.5,10.5 + - type: Transform + pos: -126.5,10.5 parent: 1 - type: Transform - uid: 19427 components: - - pos: -126.5,11.5 + - type: Transform + pos: -126.5,11.5 parent: 1 - type: Transform - uid: 19477 components: - - pos: -103.5,8.5 + - type: Transform + pos: -103.5,8.5 parent: 1 - type: Transform - uid: 19485 components: - - pos: -103.5,9.5 + - type: Transform + pos: -103.5,9.5 parent: 1 - type: Transform - uid: 19486 components: - - pos: -103.5,10.5 + - type: Transform + pos: -103.5,10.5 parent: 1 - type: Transform - uid: 19487 components: - - pos: -102.5,10.5 + - type: Transform + pos: -102.5,10.5 parent: 1 - type: Transform - uid: 19488 components: - - pos: -103.5,7.5 + - type: Transform + pos: -103.5,7.5 parent: 1 - type: Transform - uid: 19489 components: - - pos: -103.5,6.5 + - type: Transform + pos: -103.5,6.5 parent: 1 - type: Transform - uid: 19490 components: - - pos: -102.5,6.5 + - type: Transform + pos: -102.5,6.5 parent: 1 - type: Transform - uid: 19491 components: - - pos: -101.5,6.5 + - type: Transform + pos: -101.5,6.5 parent: 1 - type: Transform - uid: 19492 components: - - pos: -100.5,6.5 + - type: Transform + pos: -100.5,6.5 parent: 1 - type: Transform - uid: 19493 components: - - pos: -99.5,6.5 + - type: Transform + pos: -99.5,6.5 parent: 1 - type: Transform - uid: 19494 components: - - pos: -98.5,6.5 + - type: Transform + pos: -98.5,6.5 parent: 1 - type: Transform - uid: 19495 components: - - pos: -98.5,7.5 + - type: Transform + pos: -98.5,7.5 parent: 1 - type: Transform - uid: 19496 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - uid: 19497 components: - - pos: -98.5,9.5 + - type: Transform + pos: -98.5,9.5 parent: 1 - type: Transform - uid: 19498 components: - - pos: -103.5,5.5 + - type: Transform + pos: -103.5,5.5 parent: 1 - type: Transform - uid: 19514 components: - - pos: -105.5,9.5 + - type: Transform + pos: -105.5,9.5 parent: 1 - type: Transform - uid: 19515 components: - - pos: -106.5,9.5 + - type: Transform + pos: -106.5,9.5 parent: 1 - type: Transform - uid: 19516 components: - - pos: -107.5,9.5 + - type: Transform + pos: -107.5,9.5 parent: 1 - type: Transform - uid: 19517 components: - - pos: -108.5,9.5 + - type: Transform + pos: -108.5,9.5 parent: 1 - type: Transform - uid: 19518 components: - - pos: -109.5,9.5 + - type: Transform + pos: -109.5,9.5 parent: 1 - type: Transform - uid: 19519 components: - - pos: -110.5,9.5 + - type: Transform + pos: -110.5,9.5 parent: 1 - type: Transform - uid: 19520 components: - - pos: -111.5,9.5 + - type: Transform + pos: -111.5,9.5 parent: 1 - type: Transform - uid: 19521 components: - - pos: -112.5,9.5 + - type: Transform + pos: -112.5,9.5 parent: 1 - type: Transform - uid: 19522 components: - - pos: -113.5,9.5 + - type: Transform + pos: -113.5,9.5 parent: 1 - type: Transform - uid: 19523 components: - - pos: -107.5,10.5 + - type: Transform + pos: -107.5,10.5 parent: 1 - type: Transform - uid: 19524 components: - - pos: -107.5,11.5 + - type: Transform + pos: -107.5,11.5 parent: 1 - type: Transform - uid: 19525 components: - - pos: -107.5,12.5 + - type: Transform + pos: -107.5,12.5 parent: 1 - type: Transform - uid: 19526 components: - - pos: -107.5,13.5 + - type: Transform + pos: -107.5,13.5 parent: 1 - type: Transform - uid: 19527 components: - - pos: -108.5,13.5 + - type: Transform + pos: -108.5,13.5 parent: 1 - type: Transform - uid: 19528 components: - - pos: -109.5,13.5 + - type: Transform + pos: -109.5,13.5 parent: 1 - type: Transform - uid: 19529 components: - - pos: -110.5,13.5 + - type: Transform + pos: -110.5,13.5 parent: 1 - type: Transform - uid: 19530 components: - - pos: -111.5,13.5 + - type: Transform + pos: -111.5,13.5 parent: 1 - type: Transform - uid: 19531 components: - - pos: -112.5,13.5 + - type: Transform + pos: -112.5,13.5 parent: 1 - type: Transform - uid: 19532 components: - - pos: -113.5,13.5 + - type: Transform + pos: -113.5,13.5 parent: 1 - type: Transform - uid: 19533 components: - - pos: -114.5,13.5 + - type: Transform + pos: -114.5,13.5 parent: 1 - type: Transform - uid: 19534 components: - - pos: -115.5,13.5 + - type: Transform + pos: -115.5,13.5 parent: 1 - type: Transform - uid: 19535 components: - - pos: -115.5,12.5 + - type: Transform + pos: -115.5,12.5 parent: 1 - type: Transform - uid: 19536 components: - - pos: -115.5,11.5 + - type: Transform + pos: -115.5,11.5 parent: 1 - type: Transform - uid: 19537 components: - - pos: -115.5,10.5 + - type: Transform + pos: -115.5,10.5 parent: 1 - type: Transform - uid: 19538 components: - - pos: -115.5,9.5 + - type: Transform + pos: -115.5,9.5 parent: 1 - type: Transform - uid: 19539 components: - - pos: -115.5,8.5 + - type: Transform + pos: -115.5,8.5 parent: 1 - type: Transform - uid: 19540 components: - - pos: -115.5,7.5 + - type: Transform + pos: -115.5,7.5 parent: 1 - type: Transform - uid: 19541 components: - - pos: -115.5,6.5 + - type: Transform + pos: -115.5,6.5 parent: 1 - type: Transform - uid: 19542 components: - - pos: -115.5,5.5 + - type: Transform + pos: -115.5,5.5 parent: 1 - type: Transform - uid: 19543 components: - - pos: -114.5,5.5 + - type: Transform + pos: -114.5,5.5 parent: 1 - type: Transform - uid: 19544 components: - - pos: -113.5,5.5 + - type: Transform + pos: -113.5,5.5 parent: 1 - type: Transform - uid: 19545 components: - - pos: -112.5,5.5 + - type: Transform + pos: -112.5,5.5 parent: 1 - type: Transform - uid: 19546 components: - - pos: -111.5,5.5 + - type: Transform + pos: -111.5,5.5 parent: 1 - type: Transform - uid: 19547 components: - - pos: -110.5,5.5 + - type: Transform + pos: -110.5,5.5 parent: 1 - type: Transform - uid: 19548 components: - - pos: -109.5,5.5 + - type: Transform + pos: -109.5,5.5 parent: 1 - type: Transform - uid: 19549 components: - - pos: -108.5,5.5 + - type: Transform + pos: -108.5,5.5 parent: 1 - type: Transform - uid: 19550 components: - - pos: -107.5,5.5 + - type: Transform + pos: -107.5,5.5 parent: 1 - type: Transform - uid: 19551 components: - - pos: -107.5,6.5 + - type: Transform + pos: -107.5,6.5 parent: 1 - type: Transform - uid: 19552 components: - - pos: -107.5,7.5 + - type: Transform + pos: -107.5,7.5 parent: 1 - type: Transform - uid: 19553 components: - - pos: -107.5,8.5 + - type: Transform + pos: -107.5,8.5 parent: 1 - type: Transform - uid: 19562 components: - - pos: -104.5,0.5 + - type: Transform + pos: -104.5,0.5 parent: 1 - type: Transform - uid: 19563 components: - - pos: -103.5,0.5 + - type: Transform + pos: -103.5,0.5 parent: 1 - type: Transform - uid: 19564 components: - - pos: -102.5,0.5 + - type: Transform + pos: -102.5,0.5 parent: 1 - type: Transform - uid: 19565 components: - - pos: -101.5,0.5 + - type: Transform + pos: -101.5,0.5 parent: 1 - type: Transform - uid: 19566 components: - - pos: -100.5,0.5 + - type: Transform + pos: -100.5,0.5 parent: 1 - type: Transform - uid: 19567 components: - - pos: -99.5,0.5 + - type: Transform + pos: -99.5,0.5 parent: 1 - type: Transform - uid: 19568 components: - - pos: -98.5,0.5 + - type: Transform + pos: -98.5,0.5 parent: 1 - type: Transform - uid: 19569 components: - - pos: -97.5,0.5 + - type: Transform + pos: -97.5,0.5 parent: 1 - type: Transform - uid: 19570 components: - - pos: -96.5,0.5 + - type: Transform + pos: -96.5,0.5 parent: 1 - type: Transform - uid: 19571 components: - - pos: -95.5,0.5 + - type: Transform + pos: -95.5,0.5 parent: 1 - type: Transform - uid: 19572 components: - - pos: -94.5,0.5 + - type: Transform + pos: -94.5,0.5 parent: 1 - type: Transform - uid: 19573 components: - - pos: -94.5,1.5 + - type: Transform + pos: -94.5,1.5 parent: 1 - type: Transform - uid: 19574 components: - - pos: -94.5,2.5 + - type: Transform + pos: -94.5,2.5 parent: 1 - type: Transform - uid: 19575 components: - - pos: -94.5,3.5 + - type: Transform + pos: -94.5,3.5 parent: 1 - type: Transform - uid: 19576 components: - - pos: -94.5,4.5 + - type: Transform + pos: -94.5,4.5 parent: 1 - type: Transform - uid: 19577 components: - - pos: -94.5,5.5 + - type: Transform + pos: -94.5,5.5 parent: 1 - type: Transform - uid: 19578 components: - - pos: -93.5,2.5 + - type: Transform + pos: -93.5,2.5 parent: 1 - type: Transform - uid: 19579 components: - - pos: -93.5,2.5 + - type: Transform + pos: -93.5,2.5 parent: 1 - type: Transform - uid: 19580 components: - - pos: -92.5,2.5 + - type: Transform + pos: -92.5,2.5 parent: 1 - type: Transform - uid: 19581 components: - - pos: -91.5,2.5 + - type: Transform + pos: -91.5,2.5 parent: 1 - type: Transform - uid: 19582 components: - - pos: -91.5,3.5 + - type: Transform + pos: -91.5,3.5 parent: 1 - type: Transform - uid: 19583 components: - - pos: -91.5,4.5 + - type: Transform + pos: -91.5,4.5 parent: 1 - type: Transform - uid: 19584 components: - - pos: -91.5,1.5 + - type: Transform + pos: -91.5,1.5 parent: 1 - type: Transform - uid: 19585 components: - - pos: -106.5,0.5 + - type: Transform + pos: -106.5,0.5 parent: 1 - type: Transform - uid: 19586 components: - - pos: -106.5,1.5 + - type: Transform + pos: -106.5,1.5 parent: 1 - type: Transform - uid: 19587 components: - - pos: -107.5,1.5 + - type: Transform + pos: -107.5,1.5 parent: 1 - type: Transform - uid: 19588 components: - - pos: -108.5,1.5 + - type: Transform + pos: -108.5,1.5 parent: 1 - type: Transform - uid: 19589 components: - - pos: -109.5,1.5 + - type: Transform + pos: -109.5,1.5 parent: 1 - type: Transform - uid: 19591 components: - - pos: -111.5,1.5 + - type: Transform + pos: -111.5,1.5 parent: 1 - type: Transform - uid: 19593 components: - - pos: -110.5,-0.5 + - type: Transform + pos: -110.5,-0.5 parent: 1 - type: Transform - uid: 19594 components: - - pos: -110.5,-1.5 + - type: Transform + pos: -110.5,-1.5 parent: 1 - type: Transform - uid: 19595 components: - - pos: -110.5,-2.5 + - type: Transform + pos: -110.5,-2.5 parent: 1 - type: Transform - uid: 19597 components: - - pos: -112.5,0.5 + - type: Transform + pos: -112.5,0.5 parent: 1 - type: Transform - uid: 19598 components: - - pos: -113.5,0.5 + - type: Transform + pos: -113.5,0.5 parent: 1 - type: Transform - uid: 19599 components: - - pos: -114.5,0.5 + - type: Transform + pos: -114.5,0.5 parent: 1 - type: Transform - uid: 19600 components: - - pos: -115.5,0.5 + - type: Transform + pos: -115.5,0.5 parent: 1 - type: Transform - uid: 19601 components: - - pos: -114.5,-0.5 + - type: Transform + pos: -114.5,-0.5 parent: 1 - type: Transform - uid: 19602 components: - - pos: -114.5,-1.5 + - type: Transform + pos: -114.5,-1.5 parent: 1 - type: Transform - uid: 19603 components: - - pos: -114.5,-2.5 + - type: Transform + pos: -114.5,-2.5 parent: 1 - type: Transform - uid: 19604 components: - - pos: -115.5,-2.5 + - type: Transform + pos: -115.5,-2.5 parent: 1 - type: Transform - uid: 19605 components: - - pos: -115.5,-3.5 + - type: Transform + pos: -115.5,-3.5 parent: 1 - type: Transform - uid: 19606 components: - - pos: -116.5,-2.5 + - type: Transform + pos: -116.5,-2.5 parent: 1 - type: Transform - uid: 19607 components: - - pos: -117.5,-2.5 + - type: Transform + pos: -117.5,-2.5 parent: 1 - type: Transform - uid: 19669 components: - - pos: -97.5,23.5 + - type: Transform + pos: -97.5,23.5 parent: 1 - type: Transform - uid: 19670 components: - - pos: -97.5,22.5 + - type: Transform + pos: -97.5,22.5 parent: 1 - type: Transform - uid: 19671 components: - - pos: -97.5,21.5 + - type: Transform + pos: -97.5,21.5 parent: 1 - type: Transform - uid: 19672 components: - - pos: -98.5,21.5 + - type: Transform + pos: -98.5,21.5 parent: 1 - type: Transform - uid: 19673 components: - - pos: -99.5,21.5 + - type: Transform + pos: -99.5,21.5 parent: 1 - type: Transform - uid: 19674 components: - - pos: -100.5,21.5 + - type: Transform + pos: -100.5,21.5 parent: 1 - type: Transform - uid: 19675 components: - - pos: -101.5,21.5 + - type: Transform + pos: -101.5,21.5 parent: 1 - type: Transform - uid: 19676 components: - - pos: -98.5,20.5 + - type: Transform + pos: -98.5,20.5 parent: 1 - type: Transform - uid: 19677 components: - - pos: -98.5,19.5 + - type: Transform + pos: -98.5,19.5 parent: 1 - type: Transform - uid: 19678 components: - - pos: -98.5,18.5 + - type: Transform + pos: -98.5,18.5 parent: 1 - type: Transform - uid: 19679 components: - - pos: -98.5,17.5 + - type: Transform + pos: -98.5,17.5 parent: 1 - type: Transform - uid: 19680 components: - - pos: -98.5,16.5 + - type: Transform + pos: -98.5,16.5 parent: 1 - type: Transform - uid: 19681 components: - - pos: -98.5,15.5 + - type: Transform + pos: -98.5,15.5 parent: 1 - type: Transform - uid: 19682 components: - - pos: -98.5,14.5 + - type: Transform + pos: -98.5,14.5 parent: 1 - type: Transform - uid: 19683 components: - - pos: -98.5,13.5 + - type: Transform + pos: -98.5,13.5 parent: 1 - type: Transform - uid: 19684 components: - - pos: -97.5,13.5 + - type: Transform + pos: -97.5,13.5 parent: 1 - type: Transform - uid: 19685 components: - - pos: -96.5,13.5 + - type: Transform + pos: -96.5,13.5 parent: 1 - type: Transform - uid: 19686 components: - - pos: -96.5,12.5 + - type: Transform + pos: -96.5,12.5 parent: 1 - type: Transform - uid: 19687 components: - - pos: -96.5,11.5 + - type: Transform + pos: -96.5,11.5 parent: 1 - type: Transform - uid: 19688 components: - - pos: -96.5,10.5 + - type: Transform + pos: -96.5,10.5 parent: 1 - type: Transform - uid: 19689 components: - - pos: -95.5,10.5 + - type: Transform + pos: -95.5,10.5 parent: 1 - type: Transform - uid: 19690 components: - - pos: -94.5,10.5 + - type: Transform + pos: -94.5,10.5 parent: 1 - type: Transform - uid: 19691 components: - - pos: -93.5,10.5 + - type: Transform + pos: -93.5,10.5 parent: 1 - type: Transform - uid: 19692 components: - - pos: -92.5,10.5 + - type: Transform + pos: -92.5,10.5 parent: 1 - type: Transform - uid: 19693 components: - - pos: -91.5,10.5 + - type: Transform + pos: -91.5,10.5 parent: 1 - type: Transform - uid: 19694 components: - - pos: -96.5,21.5 + - type: Transform + pos: -96.5,21.5 parent: 1 - type: Transform - uid: 19695 components: - - pos: -95.5,21.5 + - type: Transform + pos: -95.5,21.5 parent: 1 - type: Transform - uid: 19696 components: - - pos: -94.5,21.5 + - type: Transform + pos: -94.5,21.5 parent: 1 - type: Transform - uid: 19697 components: - - pos: -93.5,21.5 + - type: Transform + pos: -93.5,21.5 parent: 1 - type: Transform - uid: 19698 components: - - pos: -93.5,22.5 + - type: Transform + pos: -93.5,22.5 parent: 1 - type: Transform - uid: 19699 components: - - pos: -92.5,21.5 + - type: Transform + pos: -92.5,21.5 parent: 1 - type: Transform - uid: 19700 components: - - pos: -91.5,21.5 + - type: Transform + pos: -91.5,21.5 parent: 1 - type: Transform - uid: 19701 components: - - pos: -90.5,21.5 + - type: Transform + pos: -90.5,21.5 parent: 1 - type: Transform - uid: 19702 components: - - pos: -89.5,21.5 + - type: Transform + pos: -89.5,21.5 parent: 1 - type: Transform - uid: 19703 components: - - pos: -88.5,21.5 + - type: Transform + pos: -88.5,21.5 parent: 1 - type: Transform - uid: 19704 components: - - pos: -87.5,21.5 + - type: Transform + pos: -87.5,21.5 parent: 1 - type: Transform - uid: 19705 components: - - pos: -86.5,21.5 + - type: Transform + pos: -86.5,21.5 parent: 1 - type: Transform - uid: 19706 components: - - pos: -85.5,21.5 + - type: Transform + pos: -85.5,21.5 parent: 1 - type: Transform - uid: 19707 components: - - pos: -84.5,21.5 + - type: Transform + pos: -84.5,21.5 parent: 1 - type: Transform - uid: 19708 components: - - pos: -83.5,21.5 + - type: Transform + pos: -83.5,21.5 parent: 1 - type: Transform - uid: 19709 components: - - pos: -82.5,21.5 + - type: Transform + pos: -82.5,21.5 parent: 1 - type: Transform - uid: 19710 components: - - pos: -81.5,21.5 + - type: Transform + pos: -81.5,21.5 parent: 1 - type: Transform - uid: 19711 components: - - pos: -80.5,21.5 + - type: Transform + pos: -80.5,21.5 parent: 1 - type: Transform - uid: 19712 components: - - pos: -79.5,21.5 + - type: Transform + pos: -79.5,21.5 parent: 1 - type: Transform - uid: 19713 components: - - pos: -78.5,21.5 + - type: Transform + pos: -78.5,21.5 parent: 1 - type: Transform - uid: 19714 components: - - pos: -77.5,21.5 + - type: Transform + pos: -77.5,21.5 parent: 1 - type: Transform - uid: 19715 components: - - pos: -89.5,12.5 + - type: Transform + pos: -89.5,12.5 parent: 1 - type: Transform - uid: 19716 components: - - pos: -88.5,12.5 + - type: Transform + pos: -88.5,12.5 parent: 1 - type: Transform - uid: 19717 components: - - pos: -88.5,13.5 + - type: Transform + pos: -88.5,13.5 parent: 1 - type: Transform - uid: 19718 components: - - pos: -88.5,14.5 + - type: Transform + pos: -88.5,14.5 parent: 1 - type: Transform - uid: 19719 components: - - pos: -88.5,15.5 + - type: Transform + pos: -88.5,15.5 parent: 1 - type: Transform - uid: 19720 components: - - pos: -88.5,16.5 + - type: Transform + pos: -88.5,16.5 parent: 1 - type: Transform - uid: 19721 components: - - pos: -88.5,17.5 + - type: Transform + pos: -88.5,17.5 parent: 1 - type: Transform - uid: 19722 components: - - pos: -88.5,18.5 + - type: Transform + pos: -88.5,18.5 parent: 1 - type: Transform - uid: 19723 components: - - pos: -89.5,18.5 + - type: Transform + pos: -89.5,18.5 parent: 1 - type: Transform - uid: 19724 components: - - pos: -90.5,18.5 + - type: Transform + pos: -90.5,18.5 parent: 1 - type: Transform - uid: 19725 components: - - pos: -91.5,18.5 + - type: Transform + pos: -91.5,18.5 parent: 1 - type: Transform - uid: 19726 components: - - pos: -92.5,18.5 + - type: Transform + pos: -92.5,18.5 parent: 1 - type: Transform - uid: 19727 components: - - pos: -93.5,18.5 + - type: Transform + pos: -93.5,18.5 parent: 1 - type: Transform - uid: 19728 components: - - pos: -94.5,18.5 + - type: Transform + pos: -94.5,18.5 parent: 1 - type: Transform - uid: 19729 components: - - pos: -95.5,18.5 + - type: Transform + pos: -95.5,18.5 parent: 1 - type: Transform - uid: 19732 components: - - pos: -87.5,16.5 + - type: Transform + pos: -87.5,16.5 parent: 1 - type: Transform - uid: 19733 components: - - pos: -86.5,16.5 + - type: Transform + pos: -86.5,16.5 parent: 1 - type: Transform - uid: 19734 components: - - pos: -85.5,16.5 + - type: Transform + pos: -85.5,16.5 parent: 1 - type: Transform - uid: 19735 components: - - pos: -84.5,16.5 + - type: Transform + pos: -84.5,16.5 parent: 1 - type: Transform - uid: 19736 components: - - pos: -83.5,16.5 + - type: Transform + pos: -83.5,16.5 parent: 1 - type: Transform - uid: 19737 components: - - pos: -82.5,16.5 + - type: Transform + pos: -82.5,16.5 parent: 1 - type: Transform - uid: 19738 components: - - pos: -81.5,16.5 + - type: Transform + pos: -81.5,16.5 parent: 1 - type: Transform - uid: 19739 components: - - pos: -87.5,12.5 + - type: Transform + pos: -87.5,12.5 parent: 1 - type: Transform - uid: 19740 components: - - pos: -86.5,12.5 + - type: Transform + pos: -86.5,12.5 parent: 1 - type: Transform - uid: 19741 components: - - pos: -85.5,12.5 + - type: Transform + pos: -85.5,12.5 parent: 1 - type: Transform - uid: 19742 components: - - pos: -84.5,12.5 + - type: Transform + pos: -84.5,12.5 parent: 1 - type: Transform - uid: 19743 components: - - pos: -80.5,8.5 + - type: Transform + pos: -80.5,8.5 parent: 1 - type: Transform - uid: 19744 components: - - pos: -79.5,8.5 + - type: Transform + pos: -79.5,8.5 parent: 1 - type: Transform - uid: 19745 components: - - pos: -79.5,7.5 + - type: Transform + pos: -79.5,7.5 parent: 1 - type: Transform - uid: 19746 components: - - pos: -79.5,6.5 + - type: Transform + pos: -79.5,6.5 parent: 1 - type: Transform - uid: 19747 components: - - pos: -78.5,6.5 + - type: Transform + pos: -78.5,6.5 parent: 1 - type: Transform - uid: 19748 components: - - pos: -77.5,6.5 + - type: Transform + pos: -77.5,6.5 parent: 1 - type: Transform - uid: 19749 components: - - pos: -77.5,7.5 + - type: Transform + pos: -77.5,7.5 parent: 1 - type: Transform - uid: 19750 components: - - pos: -77.5,8.5 + - type: Transform + pos: -77.5,8.5 parent: 1 - type: Transform - uid: 19751 components: - - pos: -77.5,9.5 + - type: Transform + pos: -77.5,9.5 parent: 1 - type: Transform - uid: 19752 components: - - pos: -77.5,10.5 + - type: Transform + pos: -77.5,10.5 parent: 1 - type: Transform - uid: 19753 components: - - pos: -77.5,11.5 + - type: Transform + pos: -77.5,11.5 parent: 1 - type: Transform - uid: 19754 components: - - pos: -77.5,12.5 + - type: Transform + pos: -77.5,12.5 parent: 1 - type: Transform - uid: 19755 components: - - pos: -77.5,13.5 + - type: Transform + pos: -77.5,13.5 parent: 1 - type: Transform - uid: 19756 components: - - pos: -78.5,13.5 + - type: Transform + pos: -78.5,13.5 parent: 1 - type: Transform - uid: 19757 components: - - pos: -79.5,13.5 + - type: Transform + pos: -79.5,13.5 parent: 1 - type: Transform - uid: 19758 components: - - pos: -79.5,12.5 + - type: Transform + pos: -79.5,12.5 parent: 1 - type: Transform - uid: 19759 components: - - pos: -88.5,-7.5 + - type: Transform + pos: -88.5,-7.5 parent: 1 - type: Transform - uid: 19760 components: - - pos: -88.5,-8.5 + - type: Transform + pos: -88.5,-8.5 parent: 1 - type: Transform - uid: 19761 components: - - pos: -88.5,-9.5 + - type: Transform + pos: -88.5,-9.5 parent: 1 - type: Transform - uid: 19762 components: - - pos: -89.5,-9.5 + - type: Transform + pos: -89.5,-9.5 parent: 1 - type: Transform - uid: 19763 components: - - pos: -90.5,-9.5 + - type: Transform + pos: -90.5,-9.5 parent: 1 - type: Transform - uid: 19764 components: - - pos: -90.5,-8.5 + - type: Transform + pos: -90.5,-8.5 parent: 1 - type: Transform - uid: 19765 components: - - pos: -90.5,-7.5 + - type: Transform + pos: -90.5,-7.5 parent: 1 - type: Transform - uid: 19766 components: - - pos: -90.5,-6.5 + - type: Transform + pos: -90.5,-6.5 parent: 1 - type: Transform - uid: 19767 components: - - pos: -88.5,-6.5 + - type: Transform + pos: -88.5,-6.5 parent: 1 - type: Transform - uid: 19768 components: - - pos: -90.5,-5.5 + - type: Transform + pos: -90.5,-5.5 parent: 1 - type: Transform - uid: 19769 components: - - pos: -91.5,-5.5 + - type: Transform + pos: -91.5,-5.5 parent: 1 - type: Transform - uid: 19770 components: - - pos: -92.5,-5.5 + - type: Transform + pos: -92.5,-5.5 parent: 1 - type: Transform - uid: 19771 components: - - pos: -93.5,-5.5 + - type: Transform + pos: -93.5,-5.5 parent: 1 - type: Transform - uid: 19772 components: - - pos: -94.5,-5.5 + - type: Transform + pos: -94.5,-5.5 parent: 1 - type: Transform - uid: 19773 components: - - pos: -87.5,-6.5 + - type: Transform + pos: -87.5,-6.5 parent: 1 - type: Transform - uid: 19774 components: - - pos: -86.5,-6.5 + - type: Transform + pos: -86.5,-6.5 parent: 1 - type: Transform - uid: 19775 components: - - pos: -85.5,-7.5 + - type: Transform + pos: -85.5,-7.5 parent: 1 - type: Transform - uid: 19776 components: - - pos: -85.5,-6.5 + - type: Transform + pos: -85.5,-6.5 parent: 1 - type: Transform - uid: 19777 components: - - pos: -84.5,-7.5 + - type: Transform + pos: -84.5,-7.5 parent: 1 - type: Transform - uid: 19778 components: - - pos: -83.5,-7.5 + - type: Transform + pos: -83.5,-7.5 parent: 1 - type: Transform - uid: 19779 components: - - pos: -82.5,-7.5 + - type: Transform + pos: -82.5,-7.5 parent: 1 - type: Transform - uid: 19780 components: - - pos: -81.5,-7.5 + - type: Transform + pos: -81.5,-7.5 parent: 1 - type: Transform - uid: 19781 components: - - pos: -80.5,-7.5 + - type: Transform + pos: -80.5,-7.5 parent: 1 - type: Transform - uid: 19782 components: - - pos: -79.5,-7.5 + - type: Transform + pos: -79.5,-7.5 parent: 1 - type: Transform - uid: 19783 components: - - pos: -78.5,-7.5 + - type: Transform + pos: -78.5,-7.5 parent: 1 - type: Transform - uid: 19784 components: - - pos: -77.5,-7.5 + - type: Transform + pos: -77.5,-7.5 parent: 1 - type: Transform - uid: 19785 components: - - pos: -77.5,-6.5 + - type: Transform + pos: -77.5,-6.5 parent: 1 - type: Transform - uid: 19786 components: - - pos: -77.5,-5.5 + - type: Transform + pos: -77.5,-5.5 parent: 1 - type: Transform - uid: 19787 components: - - pos: -77.5,-4.5 + - type: Transform + pos: -77.5,-4.5 parent: 1 - type: Transform - uid: 19788 components: - - pos: -84.5,-6.5 + - type: Transform + pos: -84.5,-6.5 parent: 1 - type: Transform - uid: 19789 components: - - pos: -89.5,9.5 + - type: Transform + pos: -89.5,9.5 parent: 1 - type: Transform - uid: 19790 components: - - pos: -88.5,9.5 + - type: Transform + pos: -88.5,9.5 parent: 1 - type: Transform - uid: 19791 components: - - pos: -88.5,8.5 + - type: Transform + pos: -88.5,8.5 parent: 1 - type: Transform - uid: 19792 components: - - pos: -88.5,7.5 + - type: Transform + pos: -88.5,7.5 parent: 1 - type: Transform - uid: 19793 components: - - pos: -88.5,6.5 + - type: Transform + pos: -88.5,6.5 parent: 1 - type: Transform - uid: 19794 components: - - pos: -88.5,5.5 + - type: Transform + pos: -88.5,5.5 parent: 1 - type: Transform - uid: 19795 components: - - pos: -88.5,4.5 + - type: Transform + pos: -88.5,4.5 parent: 1 - type: Transform - uid: 19796 components: - - pos: -88.5,3.5 + - type: Transform + pos: -88.5,3.5 parent: 1 - type: Transform - uid: 19797 components: - - pos: -88.5,2.5 + - type: Transform + pos: -88.5,2.5 parent: 1 - type: Transform - uid: 19798 components: - - pos: -88.5,1.5 + - type: Transform + pos: -88.5,1.5 parent: 1 - type: Transform - uid: 19799 components: - - pos: -88.5,0.5 + - type: Transform + pos: -88.5,0.5 parent: 1 - type: Transform - uid: 19800 components: - - pos: -88.5,-0.5 + - type: Transform + pos: -88.5,-0.5 parent: 1 - type: Transform - uid: 19801 components: - - pos: -88.5,-1.5 + - type: Transform + pos: -88.5,-1.5 parent: 1 - type: Transform - uid: 19802 components: - - pos: -87.5,-1.5 + - type: Transform + pos: -87.5,-1.5 parent: 1 - type: Transform - uid: 19803 components: - - pos: -87.5,-2.5 + - type: Transform + pos: -87.5,-2.5 parent: 1 - type: Transform - uid: 19804 components: - - pos: -86.5,-2.5 + - type: Transform + pos: -86.5,-2.5 parent: 1 - type: Transform - uid: 19805 components: - - pos: -85.5,-2.5 + - type: Transform + pos: -85.5,-2.5 parent: 1 - type: Transform - uid: 19806 components: - - pos: -84.5,-2.5 + - type: Transform + pos: -84.5,-2.5 parent: 1 - type: Transform - uid: 19807 components: - - pos: -83.5,-2.5 + - type: Transform + pos: -83.5,-2.5 parent: 1 - type: Transform - uid: 19808 components: - - pos: -83.5,-1.5 + - type: Transform + pos: -83.5,-1.5 parent: 1 - type: Transform - uid: 19809 components: - - pos: -82.5,-1.5 + - type: Transform + pos: -82.5,-1.5 parent: 1 - type: Transform - uid: 19810 components: - - pos: -82.5,-0.5 + - type: Transform + pos: -82.5,-0.5 parent: 1 - type: Transform - uid: 19811 components: - - pos: -82.5,0.5 + - type: Transform + pos: -82.5,0.5 parent: 1 - type: Transform - uid: 19812 components: - - pos: -82.5,1.5 + - type: Transform + pos: -82.5,1.5 parent: 1 - type: Transform - uid: 19813 components: - - pos: -82.5,2.5 + - type: Transform + pos: -82.5,2.5 parent: 1 - type: Transform - uid: 19814 components: - - pos: -82.5,3.5 + - type: Transform + pos: -82.5,3.5 parent: 1 - type: Transform - uid: 19815 components: - - pos: -82.5,4.5 + - type: Transform + pos: -82.5,4.5 parent: 1 - type: Transform - uid: 19816 components: - - pos: -82.5,5.5 + - type: Transform + pos: -82.5,5.5 parent: 1 - type: Transform - uid: 19817 components: - - pos: -82.5,6.5 + - type: Transform + pos: -82.5,6.5 parent: 1 - type: Transform - uid: 19818 components: - - pos: -82.5,7.5 + - type: Transform + pos: -82.5,7.5 parent: 1 - type: Transform - uid: 19819 components: - - pos: -83.5,7.5 + - type: Transform + pos: -83.5,7.5 parent: 1 - type: Transform - uid: 19820 components: - - pos: -83.5,8.5 + - type: Transform + pos: -83.5,8.5 parent: 1 - type: Transform - uid: 19821 components: - - pos: -84.5,8.5 + - type: Transform + pos: -84.5,8.5 parent: 1 - type: Transform - uid: 19822 components: - - pos: -85.5,8.5 + - type: Transform + pos: -85.5,8.5 parent: 1 - type: Transform - uid: 19823 components: - - pos: -86.5,8.5 + - type: Transform + pos: -86.5,8.5 parent: 1 - type: Transform - uid: 19824 components: - - pos: -87.5,8.5 + - type: Transform + pos: -87.5,8.5 parent: 1 - type: Transform - uid: 19825 components: - - pos: -81.5,0.5 + - type: Transform + pos: -81.5,0.5 parent: 1 - type: Transform - uid: 19826 components: - - pos: -80.5,0.5 + - type: Transform + pos: -80.5,0.5 parent: 1 - type: Transform - uid: 19827 components: - - pos: -79.5,0.5 + - type: Transform + pos: -79.5,0.5 parent: 1 - type: Transform - uid: 19828 components: - - pos: -78.5,0.5 + - type: Transform + pos: -78.5,0.5 parent: 1 - type: Transform - uid: 19829 components: - - pos: -77.5,0.5 + - type: Transform + pos: -77.5,0.5 parent: 1 - type: Transform - uid: 19830 components: - - pos: -77.5,1.5 + - type: Transform + pos: -77.5,1.5 parent: 1 - type: Transform - uid: 19831 components: - - pos: -77.5,2.5 + - type: Transform + pos: -77.5,2.5 parent: 1 - type: Transform - uid: 19832 components: - - pos: -78.5,2.5 + - type: Transform + pos: -78.5,2.5 parent: 1 - type: Transform - uid: 19833 components: - - pos: -76.5,0.5 + - type: Transform + pos: -76.5,0.5 parent: 1 - type: Transform - uid: 19834 components: - - pos: -75.5,0.5 + - type: Transform + pos: -75.5,0.5 parent: 1 - type: Transform - uid: 19835 components: - - pos: -74.5,0.5 + - type: Transform + pos: -74.5,0.5 parent: 1 - type: Transform - uid: 19836 components: - - pos: -73.5,0.5 + - type: Transform + pos: -73.5,0.5 parent: 1 - type: Transform - uid: 19837 components: - - pos: -73.5,-0.5 + - type: Transform + pos: -73.5,-0.5 parent: 1 - type: Transform - uid: 19838 components: - - pos: -73.5,-1.5 + - type: Transform + pos: -73.5,-1.5 parent: 1 - type: Transform - uid: 19839 components: - - pos: -73.5,-2.5 + - type: Transform + pos: -73.5,-2.5 parent: 1 - type: Transform - uid: 19840 components: - - pos: -73.5,-3.5 + - type: Transform + pos: -73.5,-3.5 parent: 1 - type: Transform - uid: 19841 components: - - pos: -73.5,-4.5 + - type: Transform + pos: -73.5,-4.5 parent: 1 - type: Transform - uid: 19842 components: - - pos: -73.5,-5.5 + - type: Transform + pos: -73.5,-5.5 parent: 1 - type: Transform - uid: 19843 components: - - pos: -73.5,2.5 + - type: Transform + pos: -73.5,2.5 parent: 1 - type: Transform - uid: 19844 components: - - pos: -73.5,3.5 + - type: Transform + pos: -73.5,3.5 parent: 1 - type: Transform - uid: 19845 components: - - pos: -73.5,4.5 + - type: Transform + pos: -73.5,4.5 parent: 1 - type: Transform - uid: 19846 components: - - pos: -73.5,1.5 + - type: Transform + pos: -73.5,1.5 parent: 1 - type: Transform - uid: 19847 components: - - pos: -73.5,5.5 + - type: Transform + pos: -73.5,5.5 parent: 1 - type: Transform - uid: 19848 components: - - pos: -73.5,6.5 + - type: Transform + pos: -73.5,6.5 parent: 1 - type: Transform - uid: 19849 components: - - pos: -73.5,7.5 + - type: Transform + pos: -73.5,7.5 parent: 1 - type: Transform - uid: 19850 components: - - pos: -73.5,8.5 + - type: Transform + pos: -73.5,8.5 parent: 1 - type: Transform - uid: 19851 components: - - pos: -73.5,9.5 + - type: Transform + pos: -73.5,9.5 parent: 1 - type: Transform - uid: 19852 components: - - pos: -73.5,10.5 + - type: Transform + pos: -73.5,10.5 parent: 1 - type: Transform - uid: 19853 components: - - pos: -73.5,11.5 + - type: Transform + pos: -73.5,11.5 parent: 1 - type: Transform - uid: 19854 components: - - pos: -73.5,12.5 + - type: Transform + pos: -73.5,12.5 parent: 1 - type: Transform - uid: 19855 components: - - pos: -73.5,13.5 + - type: Transform + pos: -73.5,13.5 parent: 1 - type: Transform - uid: 19856 components: - - pos: -73.5,14.5 + - type: Transform + pos: -73.5,14.5 parent: 1 - type: Transform - uid: 19857 components: - - pos: -73.5,15.5 + - type: Transform + pos: -73.5,15.5 parent: 1 - type: Transform - uid: 19858 components: - - pos: -73.5,16.5 + - type: Transform + pos: -73.5,16.5 parent: 1 - type: Transform - uid: 19859 components: - - pos: -73.5,17.5 + - type: Transform + pos: -73.5,17.5 parent: 1 - type: Transform - uid: 19860 components: - - pos: -73.5,18.5 + - type: Transform + pos: -73.5,18.5 parent: 1 - type: Transform - uid: 19861 components: - - pos: -73.5,19.5 + - type: Transform + pos: -73.5,19.5 parent: 1 - type: Transform - uid: 19862 components: - - pos: -73.5,20.5 + - type: Transform + pos: -73.5,20.5 parent: 1 - type: Transform - uid: 19863 components: - - pos: -74.5,17.5 + - type: Transform + pos: -74.5,17.5 parent: 1 - type: Transform - uid: 19864 components: - - pos: -75.5,17.5 + - type: Transform + pos: -75.5,17.5 parent: 1 - type: Transform - uid: 19900 components: - - pos: -77.5,29.5 + - type: Transform + pos: -77.5,29.5 parent: 1 - type: Transform - uid: 19901 components: - - pos: -77.5,28.5 + - type: Transform + pos: -77.5,28.5 parent: 1 - type: Transform - uid: 19902 components: - - pos: -77.5,27.5 + - type: Transform + pos: -77.5,27.5 parent: 1 - type: Transform - uid: 19903 components: - - pos: -77.5,26.5 + - type: Transform + pos: -77.5,26.5 parent: 1 - type: Transform - uid: 19904 components: - - pos: -76.5,26.5 + - type: Transform + pos: -76.5,26.5 parent: 1 - type: Transform - uid: 19905 components: - - pos: -75.5,26.5 + - type: Transform + pos: -75.5,26.5 parent: 1 - type: Transform - uid: 19906 components: - - pos: -74.5,26.5 + - type: Transform + pos: -74.5,26.5 parent: 1 - type: Transform - uid: 19907 components: - - pos: -73.5,26.5 + - type: Transform + pos: -73.5,26.5 parent: 1 - type: Transform - uid: 19908 components: - - pos: -73.5,27.5 + - type: Transform + pos: -73.5,27.5 parent: 1 - type: Transform - uid: 19909 components: - - pos: -77.5,25.5 + - type: Transform + pos: -77.5,25.5 parent: 1 - type: Transform - uid: 19910 components: - - pos: -78.5,25.5 + - type: Transform + pos: -78.5,25.5 parent: 1 - type: Transform - uid: 19911 components: - - pos: -79.5,25.5 + - type: Transform + pos: -79.5,25.5 parent: 1 - type: Transform - uid: 19912 components: - - pos: -80.5,25.5 + - type: Transform + pos: -80.5,25.5 parent: 1 - type: Transform - uid: 19913 components: - - pos: -81.5,25.5 + - type: Transform + pos: -81.5,25.5 parent: 1 - type: Transform - uid: 19992 components: - - pos: -66.5,29.5 + - type: Transform + pos: -66.5,29.5 parent: 1 - type: Transform - uid: 19993 components: - - pos: -66.5,30.5 + - type: Transform + pos: -66.5,30.5 parent: 1 - type: Transform - uid: 19994 components: - - pos: -66.5,31.5 + - type: Transform + pos: -66.5,31.5 parent: 1 - type: Transform - uid: 19995 components: - - pos: -67.5,31.5 + - type: Transform + pos: -67.5,31.5 parent: 1 - type: Transform - uid: 19996 components: - - pos: -68.5,31.5 + - type: Transform + pos: -68.5,31.5 parent: 1 - type: Transform - uid: 19997 components: - - pos: -69.5,31.5 + - type: Transform + pos: -69.5,31.5 parent: 1 - type: Transform - uid: 19998 components: - - pos: -66.5,28.5 + - type: Transform + pos: -66.5,28.5 parent: 1 - type: Transform - uid: 19999 components: - - pos: -66.5,27.5 + - type: Transform + pos: -66.5,27.5 parent: 1 - type: Transform - uid: 20000 components: - - pos: -66.5,26.5 + - type: Transform + pos: -66.5,26.5 parent: 1 - type: Transform - uid: 20001 components: - - pos: -67.5,26.5 + - type: Transform + pos: -67.5,26.5 parent: 1 - type: Transform - uid: 20002 components: - - pos: -68.5,26.5 + - type: Transform + pos: -68.5,26.5 parent: 1 - type: Transform - uid: 20003 components: - - pos: -68.5,19.5 + - type: Transform + pos: -68.5,19.5 parent: 1 - type: Transform - uid: 20004 components: - - pos: -67.5,19.5 + - type: Transform + pos: -67.5,19.5 parent: 1 - type: Transform - uid: 20005 components: - - pos: -67.5,20.5 + - type: Transform + pos: -67.5,20.5 parent: 1 - type: Transform - uid: 20006 components: - - pos: -67.5,21.5 + - type: Transform + pos: -67.5,21.5 parent: 1 - type: Transform - uid: 20007 components: - - pos: -67.5,22.5 + - type: Transform + pos: -67.5,22.5 parent: 1 - type: Transform - uid: 20008 components: - - pos: -68.5,22.5 + - type: Transform + pos: -68.5,22.5 parent: 1 - type: Transform - uid: 20009 components: - - pos: -66.5,21.5 + - type: Transform + pos: -66.5,21.5 parent: 1 - type: Transform - uid: 20010 components: - - pos: -65.5,21.5 + - type: Transform + pos: -65.5,21.5 parent: 1 - type: Transform - uid: 20011 components: - - pos: -64.5,21.5 + - type: Transform + pos: -64.5,21.5 parent: 1 - type: Transform - uid: 20012 components: - - pos: -63.5,21.5 + - type: Transform + pos: -63.5,21.5 parent: 1 - type: Transform - uid: 20013 components: - - pos: -62.5,21.5 + - type: Transform + pos: -62.5,21.5 parent: 1 - type: Transform - uid: 20014 components: - - pos: -67.5,18.5 + - type: Transform + pos: -67.5,18.5 parent: 1 - type: Transform - uid: 20015 components: - - pos: -67.5,17.5 + - type: Transform + pos: -67.5,17.5 parent: 1 - type: Transform - uid: 20016 components: - - pos: -67.5,16.5 + - type: Transform + pos: -67.5,16.5 parent: 1 - type: Transform - uid: 20017 components: - - pos: -68.5,16.5 + - type: Transform + pos: -68.5,16.5 parent: 1 - type: Transform - uid: 20028 components: - - pos: -59.5,18.5 + - type: Transform + pos: -59.5,18.5 parent: 1 - type: Transform - uid: 20029 components: - - pos: -59.5,17.5 + - type: Transform + pos: -59.5,17.5 parent: 1 - type: Transform - uid: 20030 components: - - pos: -59.5,16.5 + - type: Transform + pos: -59.5,16.5 parent: 1 - type: Transform - uid: 20031 components: - - pos: -59.5,15.5 + - type: Transform + pos: -59.5,15.5 parent: 1 - type: Transform - uid: 20032 components: - - pos: -59.5,14.5 + - type: Transform + pos: -59.5,14.5 parent: 1 - type: Transform - uid: 20033 components: - - pos: -59.5,13.5 + - type: Transform + pos: -59.5,13.5 parent: 1 - type: Transform - uid: 20034 components: - - pos: -60.5,13.5 + - type: Transform + pos: -60.5,13.5 parent: 1 - type: Transform - uid: 20035 components: - - pos: -58.5,13.5 + - type: Transform + pos: -58.5,13.5 parent: 1 - type: Transform - uid: 20036 components: - - pos: -58.5,17.5 + - type: Transform + pos: -58.5,17.5 parent: 1 - type: Transform - uid: 20037 components: - - pos: -57.5,17.5 + - type: Transform + pos: -57.5,17.5 parent: 1 - type: Transform - uid: 20038 components: - - pos: -56.5,17.5 + - type: Transform + pos: -56.5,17.5 parent: 1 - type: Transform - uid: 20039 components: - - pos: -55.5,17.5 + - type: Transform + pos: -55.5,17.5 parent: 1 - type: Transform - uid: 20040 components: - - pos: -54.5,17.5 + - type: Transform + pos: -54.5,17.5 parent: 1 - type: Transform - uid: 20041 components: - - pos: -53.5,17.5 + - type: Transform + pos: -53.5,17.5 parent: 1 - type: Transform - uid: 20042 components: - - pos: -53.5,16.5 + - type: Transform + pos: -53.5,16.5 parent: 1 - type: Transform - uid: 20058 components: - - pos: -70.5,4.5 + - type: Transform + pos: -70.5,4.5 parent: 1 - type: Transform - uid: 20059 components: - - pos: -70.5,5.5 + - type: Transform + pos: -70.5,5.5 parent: 1 - type: Transform - uid: 20060 components: - - pos: -70.5,6.5 + - type: Transform + pos: -70.5,6.5 parent: 1 - type: Transform - uid: 20061 components: - - pos: -69.5,6.5 + - type: Transform + pos: -69.5,6.5 parent: 1 - type: Transform - uid: 20062 components: - - pos: -70.5,3.5 + - type: Transform + pos: -70.5,3.5 parent: 1 - type: Transform - uid: 20063 components: - - pos: -69.5,3.5 + - type: Transform + pos: -69.5,3.5 parent: 1 - type: Transform - uid: 20064 components: - - pos: -68.5,3.5 + - type: Transform + pos: -68.5,3.5 parent: 1 - type: Transform - uid: 20065 components: - - pos: -67.5,3.5 + - type: Transform + pos: -67.5,3.5 parent: 1 - type: Transform - uid: 20066 components: - - pos: -67.5,2.5 + - type: Transform + pos: -67.5,2.5 parent: 1 - type: Transform - uid: 20067 components: - - pos: -67.5,1.5 + - type: Transform + pos: -67.5,1.5 parent: 1 - type: Transform - uid: 20068 components: - - pos: -67.5,0.5 + - type: Transform + pos: -67.5,0.5 parent: 1 - type: Transform - uid: 20069 components: - - pos: -67.5,-0.5 + - type: Transform + pos: -67.5,-0.5 parent: 1 - type: Transform - uid: 20070 components: - - pos: -67.5,-1.5 + - type: Transform + pos: -67.5,-1.5 parent: 1 - type: Transform - uid: 20071 components: - - pos: -67.5,-2.5 + - type: Transform + pos: -67.5,-2.5 parent: 1 - type: Transform - uid: 20072 components: - - pos: -66.5,-2.5 + - type: Transform + pos: -66.5,-2.5 parent: 1 - type: Transform - uid: 20073 components: - - pos: -67.5,-3.5 + - type: Transform + pos: -67.5,-3.5 parent: 1 - type: Transform - uid: 20074 components: - - pos: -68.5,-3.5 + - type: Transform + pos: -68.5,-3.5 parent: 1 - type: Transform - uid: 20093 components: - - pos: -70.5,-6.5 + - type: Transform + pos: -70.5,-6.5 parent: 1 - type: Transform - uid: 20094 components: - - pos: -69.5,-6.5 + - type: Transform + pos: -69.5,-6.5 parent: 1 - type: Transform - uid: 20095 components: - - pos: -68.5,-6.5 + - type: Transform + pos: -68.5,-6.5 parent: 1 - type: Transform - uid: 20096 components: - - pos: -68.5,-7.5 + - type: Transform + pos: -68.5,-7.5 parent: 1 - type: Transform - uid: 20097 components: - - pos: -67.5,-7.5 + - type: Transform + pos: -67.5,-7.5 parent: 1 - type: Transform - uid: 20098 components: - - pos: -66.5,-7.5 + - type: Transform + pos: -66.5,-7.5 parent: 1 - type: Transform - uid: 20099 components: - - pos: -65.5,-7.5 + - type: Transform + pos: -65.5,-7.5 parent: 1 - type: Transform - uid: 20146 components: - - pos: -50.5,11.5 + - type: Transform + pos: -50.5,11.5 parent: 1 - type: Transform - uid: 20147 components: - - pos: -50.5,10.5 + - type: Transform + pos: -50.5,10.5 parent: 1 - type: Transform - uid: 20148 components: - - pos: -50.5,9.5 + - type: Transform + pos: -50.5,9.5 parent: 1 - type: Transform - uid: 20149 components: - - pos: -49.5,9.5 + - type: Transform + pos: -49.5,9.5 parent: 1 - type: Transform - uid: 20150 components: - - pos: -48.5,9.5 + - type: Transform + pos: -48.5,9.5 parent: 1 - type: Transform - uid: 20151 components: - - pos: -47.5,9.5 + - type: Transform + pos: -47.5,9.5 parent: 1 - type: Transform - uid: 20152 components: - - pos: -46.5,9.5 + - type: Transform + pos: -46.5,9.5 parent: 1 - type: Transform - uid: 20153 components: - - pos: -45.5,9.5 + - type: Transform + pos: -45.5,9.5 parent: 1 - type: Transform - uid: 20154 components: - - pos: -44.5,9.5 + - type: Transform + pos: -44.5,9.5 parent: 1 - type: Transform - uid: 20155 components: - - pos: -51.5,9.5 + - type: Transform + pos: -51.5,9.5 parent: 1 - type: Transform - uid: 20156 components: - - pos: -52.5,9.5 + - type: Transform + pos: -52.5,9.5 parent: 1 - type: Transform - uid: 20157 components: - - pos: -53.5,9.5 + - type: Transform + pos: -53.5,9.5 parent: 1 - type: Transform - uid: 20158 components: - - pos: -54.5,9.5 + - type: Transform + pos: -54.5,9.5 parent: 1 - type: Transform - uid: 20159 components: - - pos: -55.5,9.5 + - type: Transform + pos: -55.5,9.5 parent: 1 - type: Transform - uid: 20160 components: - - pos: -56.5,9.5 + - type: Transform + pos: -56.5,9.5 parent: 1 - type: Transform - uid: 20161 components: - - pos: -57.5,9.5 + - type: Transform + pos: -57.5,9.5 parent: 1 - type: Transform - uid: 20162 components: - - pos: -58.5,9.5 + - type: Transform + pos: -58.5,9.5 parent: 1 - type: Transform - uid: 20163 components: - - pos: -59.5,9.5 + - type: Transform + pos: -59.5,9.5 parent: 1 - type: Transform - uid: 20164 components: - - pos: -60.5,9.5 + - type: Transform + pos: -60.5,9.5 parent: 1 - type: Transform - uid: 20165 components: - - pos: -60.5,8.5 + - type: Transform + pos: -60.5,8.5 parent: 1 - type: Transform - uid: 20166 components: - - pos: -60.5,7.5 + - type: Transform + pos: -60.5,7.5 parent: 1 - type: Transform - uid: 20167 components: - - pos: -60.5,6.5 + - type: Transform + pos: -60.5,6.5 parent: 1 - type: Transform - uid: 20168 components: - - pos: -60.5,5.5 + - type: Transform + pos: -60.5,5.5 parent: 1 - type: Transform - uid: 20169 components: - - pos: -61.5,5.5 + - type: Transform + pos: -61.5,5.5 parent: 1 - type: Transform - uid: 20170 components: - - pos: -62.5,5.5 + - type: Transform + pos: -62.5,5.5 parent: 1 - type: Transform - uid: 20171 components: - - pos: -62.5,4.5 + - type: Transform + pos: -62.5,4.5 parent: 1 - type: Transform - uid: 20172 components: - - pos: -62.5,3.5 + - type: Transform + pos: -62.5,3.5 parent: 1 - type: Transform - uid: 20173 components: - - pos: -62.5,2.5 + - type: Transform + pos: -62.5,2.5 parent: 1 - type: Transform - uid: 20175 components: - - pos: -62.5,1.5 + - type: Transform + pos: -62.5,1.5 parent: 1 - type: Transform - uid: 20176 components: - - pos: -62.5,0.5 + - type: Transform + pos: -62.5,0.5 parent: 1 - type: Transform - uid: 20177 components: - - pos: -62.5,-0.5 + - type: Transform + pos: -62.5,-0.5 parent: 1 - type: Transform - uid: 20178 components: - - pos: -62.5,-1.5 + - type: Transform + pos: -62.5,-1.5 parent: 1 - type: Transform - uid: 20179 components: - - pos: -62.5,-2.5 + - type: Transform + pos: -62.5,-2.5 parent: 1 - type: Transform - uid: 20180 components: - - pos: -62.5,-3.5 + - type: Transform + pos: -62.5,-3.5 parent: 1 - type: Transform - uid: 20181 components: - - pos: -62.5,-4.5 + - type: Transform + pos: -62.5,-4.5 parent: 1 - type: Transform - uid: 20182 components: - - pos: -62.5,-5.5 + - type: Transform + pos: -62.5,-5.5 parent: 1 - type: Transform - uid: 20183 components: - - pos: -62.5,-6.5 + - type: Transform + pos: -62.5,-6.5 parent: 1 - type: Transform - uid: 20184 components: - - pos: -62.5,-7.5 + - type: Transform + pos: -62.5,-7.5 parent: 1 - type: Transform - uid: 20185 components: - - pos: -61.5,-7.5 + - type: Transform + pos: -61.5,-7.5 parent: 1 - type: Transform - uid: 20186 components: - - pos: -60.5,-7.5 + - type: Transform + pos: -60.5,-7.5 parent: 1 - type: Transform - uid: 20187 components: - - pos: -59.5,-7.5 + - type: Transform + pos: -59.5,-7.5 parent: 1 - type: Transform - uid: 20188 components: - - pos: -58.5,-7.5 + - type: Transform + pos: -58.5,-7.5 parent: 1 - type: Transform - uid: 20189 components: - - pos: -57.5,-7.5 + - type: Transform + pos: -57.5,-7.5 parent: 1 - type: Transform - uid: 20190 components: - - pos: -56.5,-7.5 + - type: Transform + pos: -56.5,-7.5 parent: 1 - type: Transform - uid: 20191 components: - - pos: -55.5,-7.5 + - type: Transform + pos: -55.5,-7.5 parent: 1 - type: Transform - uid: 20192 components: - - pos: -54.5,-7.5 + - type: Transform + pos: -54.5,-7.5 parent: 1 - type: Transform - uid: 20193 components: - - pos: -53.5,-7.5 + - type: Transform + pos: -53.5,-7.5 parent: 1 - type: Transform - uid: 20194 components: - - pos: -52.5,-7.5 + - type: Transform + pos: -52.5,-7.5 parent: 1 - type: Transform - uid: 20197 components: - - pos: -54.5,-3.5 + - type: Transform + pos: -54.5,-3.5 parent: 1 - type: Transform - uid: 20198 components: - - pos: -54.5,-4.5 + - type: Transform + pos: -54.5,-4.5 parent: 1 - type: Transform - uid: 20199 components: - - pos: -55.5,-4.5 + - type: Transform + pos: -55.5,-4.5 parent: 1 - type: Transform - uid: 20200 components: - - pos: -56.5,-4.5 + - type: Transform + pos: -56.5,-4.5 parent: 1 - type: Transform - uid: 20201 components: - - pos: -57.5,-4.5 + - type: Transform + pos: -57.5,-4.5 parent: 1 - type: Transform - uid: 20202 components: - - pos: -53.5,-4.5 + - type: Transform + pos: -53.5,-4.5 parent: 1 - type: Transform - uid: 20203 components: - - pos: -52.5,-4.5 + - type: Transform + pos: -52.5,-4.5 parent: 1 - type: Transform - uid: 20204 components: - - pos: -51.5,-4.5 + - type: Transform + pos: -51.5,-4.5 parent: 1 - type: Transform - uid: 20205 components: - - pos: -50.5,-4.5 + - type: Transform + pos: -50.5,-4.5 parent: 1 - type: Transform - uid: 20206 components: - - pos: -49.5,-4.5 + - type: Transform + pos: -49.5,-4.5 parent: 1 - type: Transform - uid: 20207 components: - - pos: -48.5,-4.5 + - type: Transform + pos: -48.5,-4.5 parent: 1 - type: Transform - uid: 20208 components: - - pos: -47.5,-4.5 + - type: Transform + pos: -47.5,-4.5 parent: 1 - type: Transform - uid: 20209 components: - - pos: -46.5,-4.5 + - type: Transform + pos: -46.5,-4.5 parent: 1 - type: Transform - uid: 20210 components: - - pos: -45.5,-4.5 + - type: Transform + pos: -45.5,-4.5 parent: 1 - type: Transform - uid: 20211 components: - - pos: -46.5,-3.5 + - type: Transform + pos: -46.5,-3.5 parent: 1 - type: Transform - uid: 20212 components: - - pos: -46.5,-2.5 + - type: Transform + pos: -46.5,-2.5 parent: 1 - type: Transform - uid: 20213 components: - - pos: -46.5,-1.5 + - type: Transform + pos: -46.5,-1.5 parent: 1 - type: Transform - uid: 20214 components: - - pos: -46.5,-0.5 + - type: Transform + pos: -46.5,-0.5 parent: 1 - type: Transform - uid: 20215 components: - - pos: -46.5,0.5 + - type: Transform + pos: -46.5,0.5 parent: 1 - type: Transform - uid: 20216 components: - - pos: -46.5,1.5 + - type: Transform + pos: -46.5,1.5 parent: 1 - type: Transform - uid: 20217 components: - - pos: -46.5,2.5 + - type: Transform + pos: -46.5,2.5 parent: 1 - type: Transform - uid: 20218 components: - - pos: -46.5,3.5 + - type: Transform + pos: -46.5,3.5 parent: 1 - type: Transform - uid: 20219 components: - - pos: -46.5,4.5 + - type: Transform + pos: -46.5,4.5 parent: 1 - type: Transform - uid: 20220 components: - - pos: -46.5,5.5 + - type: Transform + pos: -46.5,5.5 parent: 1 - type: Transform - uid: 20221 components: - - pos: -47.5,5.5 + - type: Transform + pos: -47.5,5.5 parent: 1 - type: Transform - uid: 20222 components: - - pos: -48.5,5.5 + - type: Transform + pos: -48.5,5.5 parent: 1 - type: Transform - uid: 20223 components: - - pos: -49.5,5.5 + - type: Transform + pos: -49.5,5.5 parent: 1 - type: Transform - uid: 20224 components: - - pos: -50.5,5.5 + - type: Transform + pos: -50.5,5.5 parent: 1 - type: Transform - uid: 20225 components: - - pos: -51.5,5.5 + - type: Transform + pos: -51.5,5.5 parent: 1 - type: Transform - uid: 20226 components: - - pos: -52.5,5.5 + - type: Transform + pos: -52.5,5.5 parent: 1 - type: Transform - uid: 20227 components: - - pos: -52.5,6.5 + - type: Transform + pos: -52.5,6.5 parent: 1 - type: Transform - uid: 20228 components: - - pos: -53.5,6.5 + - type: Transform + pos: -53.5,6.5 parent: 1 - type: Transform - uid: 20229 components: - - pos: -54.5,6.5 + - type: Transform + pos: -54.5,6.5 parent: 1 - type: Transform - uid: 20230 components: - - pos: -52.5,-3.5 + - type: Transform + pos: -52.5,-3.5 parent: 1 - type: Transform - uid: 20231 components: - - pos: -52.5,-2.5 + - type: Transform + pos: -52.5,-2.5 parent: 1 - type: Transform - uid: 20232 components: - - pos: -52.5,-1.5 + - type: Transform + pos: -52.5,-1.5 parent: 1 - type: Transform - uid: 20233 components: - - pos: -52.5,-0.5 + - type: Transform + pos: -52.5,-0.5 parent: 1 - type: Transform - uid: 20234 components: - - pos: -52.5,0.5 + - type: Transform + pos: -52.5,0.5 parent: 1 - type: Transform - uid: 20235 components: - - pos: -52.5,1.5 + - type: Transform + pos: -52.5,1.5 parent: 1 - type: Transform - uid: 20236 components: - - pos: -53.5,1.5 + - type: Transform + pos: -53.5,1.5 parent: 1 - type: Transform - uid: 20237 components: - - pos: -54.5,1.5 + - type: Transform + pos: -54.5,1.5 parent: 1 - type: Transform - uid: 20238 components: - - pos: -55.5,1.5 + - type: Transform + pos: -55.5,1.5 parent: 1 - type: Transform - uid: 20239 components: - - pos: -56.5,1.5 + - type: Transform + pos: -56.5,1.5 parent: 1 - type: Transform - uid: 20240 components: - - pos: -57.5,1.5 + - type: Transform + pos: -57.5,1.5 parent: 1 - type: Transform - uid: 20241 components: - - pos: -58.5,1.5 + - type: Transform + pos: -58.5,1.5 parent: 1 - type: Transform - uid: 20242 components: - - pos: -58.5,0.5 + - type: Transform + pos: -58.5,0.5 parent: 1 - type: Transform - uid: 20243 components: - - pos: -56.5,0.5 + - type: Transform + pos: -56.5,0.5 parent: 1 - type: Transform - uid: 20245 components: - - pos: -43.5,12.5 + - type: Transform + pos: -43.5,12.5 parent: 1 - type: Transform - uid: 20247 components: - - pos: -43.5,13.5 + - type: Transform + pos: -43.5,13.5 parent: 1 - type: Transform - uid: 20248 components: - - pos: -43.5,14.5 + - type: Transform + pos: -43.5,14.5 parent: 1 - type: Transform - uid: 20249 components: - - pos: -43.5,15.5 + - type: Transform + pos: -43.5,15.5 parent: 1 - type: Transform - uid: 20250 components: - - pos: -44.5,15.5 + - type: Transform + pos: -44.5,15.5 parent: 1 - type: Transform - uid: 20251 components: - - pos: -45.5,15.5 + - type: Transform + pos: -45.5,15.5 parent: 1 - type: Transform - uid: 20252 components: - - pos: -45.5,16.5 + - type: Transform + pos: -45.5,16.5 parent: 1 - type: Transform - uid: 20253 components: - - pos: -46.5,15.5 + - type: Transform + pos: -46.5,15.5 parent: 1 - type: Transform - uid: 20254 components: - - pos: -47.5,15.5 + - type: Transform + pos: -47.5,15.5 parent: 1 - type: Transform - uid: 20255 components: - - pos: -47.5,16.5 + - type: Transform + pos: -47.5,16.5 parent: 1 - type: Transform - uid: 20256 components: - - pos: -48.5,16.5 + - type: Transform + pos: -48.5,16.5 parent: 1 - type: Transform - uid: 20257 components: - - pos: -49.5,16.5 + - type: Transform + pos: -49.5,16.5 parent: 1 - type: Transform - uid: 20269 components: - - pos: -25.5,23.5 + - type: Transform + pos: -25.5,23.5 parent: 1 - type: Transform - uid: 20270 components: - - pos: -25.5,22.5 + - type: Transform + pos: -25.5,22.5 parent: 1 - type: Transform - uid: 20271 components: - - pos: -26.5,22.5 + - type: Transform + pos: -26.5,22.5 parent: 1 - type: Transform - uid: 20272 components: - - pos: -27.5,22.5 + - type: Transform + pos: -27.5,22.5 parent: 1 - type: Transform - uid: 20273 components: - - pos: -28.5,22.5 + - type: Transform + pos: -28.5,22.5 parent: 1 - type: Transform - uid: 20274 components: - - pos: -28.5,23.5 + - type: Transform + pos: -28.5,23.5 parent: 1 - type: Transform - uid: 20275 components: - - pos: -28.5,24.5 + - type: Transform + pos: -28.5,24.5 parent: 1 - type: Transform - uid: 20277 components: - - pos: -28.5,21.5 + - type: Transform + pos: -28.5,21.5 parent: 1 - type: Transform - uid: 20278 components: - - pos: -28.5,20.5 + - type: Transform + pos: -28.5,20.5 parent: 1 - type: Transform - uid: 20279 components: - - pos: -29.5,20.5 + - type: Transform + pos: -29.5,20.5 parent: 1 - type: Transform - uid: 20288 components: - - pos: -38.5,20.5 + - type: Transform + pos: -38.5,20.5 parent: 1 - type: Transform - uid: 20289 components: - - pos: -39.5,20.5 + - type: Transform + pos: -39.5,20.5 parent: 1 - type: Transform - uid: 20290 components: - - pos: -40.5,20.5 + - type: Transform + pos: -40.5,20.5 parent: 1 - type: Transform - uid: 20291 components: - - pos: -42.5,14.5 + - type: Transform + pos: -42.5,14.5 parent: 1 - type: Transform - uid: 20292 components: - - pos: -41.5,14.5 + - type: Transform + pos: -41.5,14.5 parent: 1 - type: Transform - uid: 20293 components: - - pos: -40.5,14.5 + - type: Transform + pos: -40.5,14.5 parent: 1 - type: Transform - uid: 20294 components: - - pos: -40.5,15.5 + - type: Transform + pos: -40.5,15.5 parent: 1 - type: Transform - uid: 20295 components: - - pos: -40.5,13.5 + - type: Transform + pos: -40.5,13.5 parent: 1 - type: Transform - uid: 20296 components: - - pos: -40.5,21.5 + - type: Transform + pos: -40.5,21.5 parent: 1 - type: Transform - uid: 20297 components: - - pos: -40.5,22.5 + - type: Transform + pos: -40.5,22.5 parent: 1 - type: Transform - uid: 20396 components: - - pos: -41.5,20.5 + - type: Transform + pos: -41.5,20.5 parent: 1 - type: Transform - uid: 20397 components: - - pos: -42.5,20.5 + - type: Transform + pos: -42.5,20.5 parent: 1 - type: Transform - uid: 20398 components: - - pos: -43.5,20.5 + - type: Transform + pos: -43.5,20.5 parent: 1 - type: Transform - uid: 20399 components: - - pos: -44.5,20.5 + - type: Transform + pos: -44.5,20.5 parent: 1 - type: Transform - uid: 20400 components: - - pos: -45.5,20.5 + - type: Transform + pos: -45.5,20.5 parent: 1 - type: Transform - uid: 20401 components: - - pos: -46.5,20.5 + - type: Transform + pos: -46.5,20.5 parent: 1 - type: Transform - uid: 20402 components: - - pos: -47.5,20.5 + - type: Transform + pos: -47.5,20.5 parent: 1 - type: Transform - uid: 20403 components: - - pos: -48.5,20.5 + - type: Transform + pos: -48.5,20.5 parent: 1 - type: Transform - uid: 20404 components: - - pos: -49.5,20.5 + - type: Transform + pos: -49.5,20.5 parent: 1 - type: Transform - uid: 20405 components: - - pos: -50.5,20.5 + - type: Transform + pos: -50.5,20.5 parent: 1 - type: Transform - uid: 20406 components: - - pos: -51.5,20.5 + - type: Transform + pos: -51.5,20.5 parent: 1 - type: Transform - uid: 20407 components: - - pos: -52.5,20.5 + - type: Transform + pos: -52.5,20.5 parent: 1 - type: Transform - uid: 20408 components: - - pos: -53.5,20.5 + - type: Transform + pos: -53.5,20.5 parent: 1 - type: Transform - uid: 20409 components: - - pos: -54.5,20.5 + - type: Transform + pos: -54.5,20.5 parent: 1 - type: Transform - uid: 20410 components: - - pos: -55.5,20.5 + - type: Transform + pos: -55.5,20.5 parent: 1 - type: Transform - uid: 20411 components: - - pos: -56.5,20.5 + - type: Transform + pos: -56.5,20.5 parent: 1 - type: Transform - uid: 20412 components: - - pos: -56.5,21.5 + - type: Transform + pos: -56.5,21.5 parent: 1 - type: Transform - uid: 20413 components: - - pos: -56.5,22.5 + - type: Transform + pos: -56.5,22.5 parent: 1 - type: Transform - uid: 20414 components: - - pos: -56.5,23.5 + - type: Transform + pos: -56.5,23.5 parent: 1 - type: Transform - uid: 20415 components: - - pos: -56.5,24.5 + - type: Transform + pos: -56.5,24.5 parent: 1 - type: Transform - uid: 20416 components: - - pos: -56.5,25.5 + - type: Transform + pos: -56.5,25.5 parent: 1 - type: Transform - uid: 20417 components: - - pos: -56.5,26.5 + - type: Transform + pos: -56.5,26.5 parent: 1 - type: Transform - uid: 20418 components: - - pos: -56.5,27.5 + - type: Transform + pos: -56.5,27.5 parent: 1 - type: Transform - uid: 20419 components: - - pos: -56.5,28.5 + - type: Transform + pos: -56.5,28.5 parent: 1 - type: Transform - uid: 20420 components: - - pos: -56.5,29.5 + - type: Transform + pos: -56.5,29.5 parent: 1 - type: Transform - uid: 20421 components: - - pos: -56.5,30.5 + - type: Transform + pos: -56.5,30.5 parent: 1 - type: Transform - uid: 20422 components: - - pos: -56.5,31.5 + - type: Transform + pos: -56.5,31.5 parent: 1 - type: Transform - uid: 20423 components: - - pos: -56.5,32.5 + - type: Transform + pos: -56.5,32.5 parent: 1 - type: Transform - uid: 20424 components: - - pos: -56.5,33.5 + - type: Transform + pos: -56.5,33.5 parent: 1 - type: Transform - uid: 20425 components: - - pos: -56.5,34.5 + - type: Transform + pos: -56.5,34.5 parent: 1 - type: Transform - uid: 20426 components: - - pos: -56.5,35.5 + - type: Transform + pos: -56.5,35.5 parent: 1 - type: Transform - uid: 20427 components: - - pos: -56.5,36.5 + - type: Transform + pos: -56.5,36.5 parent: 1 - type: Transform - uid: 20428 components: - - pos: -57.5,36.5 + - type: Transform + pos: -57.5,36.5 parent: 1 - type: Transform - uid: 20429 components: - - pos: -58.5,36.5 + - type: Transform + pos: -58.5,36.5 parent: 1 - type: Transform - uid: 20430 components: - - pos: -59.5,36.5 + - type: Transform + pos: -59.5,36.5 parent: 1 - type: Transform - uid: 20431 components: - - pos: -60.5,36.5 + - type: Transform + pos: -60.5,36.5 parent: 1 - type: Transform - uid: 20432 components: - - pos: -61.5,36.5 + - type: Transform + pos: -61.5,36.5 parent: 1 - type: Transform - uid: 20433 components: - - pos: -62.5,36.5 + - type: Transform + pos: -62.5,36.5 parent: 1 - type: Transform - uid: 20434 components: - - pos: -63.5,36.5 + - type: Transform + pos: -63.5,36.5 parent: 1 - type: Transform - uid: 20435 components: - - pos: -64.5,36.5 + - type: Transform + pos: -64.5,36.5 parent: 1 - type: Transform - uid: 20436 components: - - pos: -65.5,36.5 + - type: Transform + pos: -65.5,36.5 parent: 1 - type: Transform - uid: 20437 components: - - pos: -66.5,36.5 + - type: Transform + pos: -66.5,36.5 parent: 1 - type: Transform - uid: 20438 components: - - pos: -67.5,36.5 + - type: Transform + pos: -67.5,36.5 parent: 1 - type: Transform - uid: 20439 components: - - pos: -68.5,36.5 + - type: Transform + pos: -68.5,36.5 parent: 1 - type: Transform - uid: 20440 components: - - pos: -69.5,36.5 + - type: Transform + pos: -69.5,36.5 parent: 1 - type: Transform - uid: 20441 components: - - pos: -70.5,36.5 + - type: Transform + pos: -70.5,36.5 parent: 1 - type: Transform - uid: 20442 components: - - pos: -71.5,36.5 + - type: Transform + pos: -71.5,36.5 parent: 1 - type: Transform - uid: 20443 components: - - pos: -72.5,36.5 + - type: Transform + pos: -72.5,36.5 parent: 1 - type: Transform - uid: 20444 components: - - pos: -73.5,36.5 + - type: Transform + pos: -73.5,36.5 parent: 1 - type: Transform - uid: 20445 components: - - pos: -74.5,36.5 + - type: Transform + pos: -74.5,36.5 parent: 1 - type: Transform - uid: 20446 components: - - pos: -75.5,36.5 + - type: Transform + pos: -75.5,36.5 parent: 1 - type: Transform - uid: 20447 components: - - pos: -76.5,36.5 + - type: Transform + pos: -76.5,36.5 parent: 1 - type: Transform - uid: 20448 components: - - pos: -77.5,36.5 + - type: Transform + pos: -77.5,36.5 parent: 1 - type: Transform - uid: 20449 components: - - pos: -77.5,37.5 + - type: Transform + pos: -77.5,37.5 parent: 1 - type: Transform - uid: 20450 components: - - pos: -73.5,35.5 + - type: Transform + pos: -73.5,35.5 parent: 1 - type: Transform - uid: 20451 components: - - pos: -73.5,37.5 + - type: Transform + pos: -73.5,37.5 parent: 1 - type: Transform - uid: 20452 components: - - pos: -73.5,38.5 + - type: Transform + pos: -73.5,38.5 parent: 1 - type: Transform - uid: 20453 components: - - pos: -74.5,38.5 + - type: Transform + pos: -74.5,38.5 parent: 1 - type: Transform - uid: 20454 components: - - pos: -74.5,39.5 + - type: Transform + pos: -74.5,39.5 parent: 1 - type: Transform - uid: 20455 components: - - pos: -74.5,40.5 + - type: Transform + pos: -74.5,40.5 parent: 1 - type: Transform - uid: 20456 components: - - pos: -72.5,38.5 + - type: Transform + pos: -72.5,38.5 parent: 1 - type: Transform - uid: 20457 components: - - pos: -72.5,39.5 + - type: Transform + pos: -72.5,39.5 parent: 1 - type: Transform - uid: 20458 components: - - pos: -72.5,40.5 + - type: Transform + pos: -72.5,40.5 parent: 1 - type: Transform - uid: 20459 components: - - pos: -65.5,37.5 + - type: Transform + pos: -65.5,37.5 parent: 1 - type: Transform - uid: 20460 components: - - pos: -65.5,38.5 + - type: Transform + pos: -65.5,38.5 parent: 1 - type: Transform - uid: 20461 components: - - pos: -66.5,38.5 + - type: Transform + pos: -66.5,38.5 parent: 1 - type: Transform - uid: 20462 components: - - pos: -66.5,39.5 + - type: Transform + pos: -66.5,39.5 parent: 1 - type: Transform - uid: 20463 components: - - pos: -66.5,40.5 + - type: Transform + pos: -66.5,40.5 parent: 1 - type: Transform - uid: 20465 components: - - pos: -64.5,38.5 + - type: Transform + pos: -64.5,38.5 parent: 1 - type: Transform - uid: 20466 components: - - pos: -64.5,39.5 + - type: Transform + pos: -64.5,39.5 parent: 1 - type: Transform - uid: 20467 components: - - pos: -64.5,40.5 + - type: Transform + pos: -64.5,40.5 parent: 1 - type: Transform - uid: 20491 components: - - pos: -50.5,31.5 + - type: Transform + pos: -50.5,31.5 parent: 1 - type: Transform - uid: 20492 components: - - pos: -50.5,30.5 + - type: Transform + pos: -50.5,30.5 parent: 1 - type: Transform - uid: 20493 components: - - pos: -50.5,29.5 + - type: Transform + pos: -50.5,29.5 parent: 1 - type: Transform - uid: 20494 components: - - pos: -51.5,29.5 + - type: Transform + pos: -51.5,29.5 parent: 1 - type: Transform - uid: 20495 components: - - pos: -52.5,29.5 + - type: Transform + pos: -52.5,29.5 parent: 1 - type: Transform - uid: 20496 components: - - pos: -52.5,28.5 + - type: Transform + pos: -52.5,28.5 parent: 1 - type: Transform - uid: 20497 components: - - pos: -52.5,27.5 + - type: Transform + pos: -52.5,27.5 parent: 1 - type: Transform - uid: 20498 components: - - pos: -49.5,29.5 + - type: Transform + pos: -49.5,29.5 parent: 1 - type: Transform - uid: 20499 components: - - pos: -48.5,29.5 + - type: Transform + pos: -48.5,29.5 parent: 1 - type: Transform - uid: 20500 components: - - pos: -48.5,28.5 + - type: Transform + pos: -48.5,28.5 parent: 1 - type: Transform - uid: 20501 components: - - pos: -48.5,27.5 + - type: Transform + pos: -48.5,27.5 parent: 1 - type: Transform - uid: 20502 components: - - pos: -47.5,29.5 + - type: Transform + pos: -47.5,29.5 parent: 1 - type: Transform - uid: 20503 components: - - pos: -46.5,29.5 + - type: Transform + pos: -46.5,29.5 parent: 1 - type: Transform - uid: 20504 components: - - pos: -45.5,29.5 + - type: Transform + pos: -45.5,29.5 parent: 1 - type: Transform - uid: 20505 components: - - pos: -44.5,29.5 + - type: Transform + pos: -44.5,29.5 parent: 1 - type: Transform - uid: 20506 components: - - pos: -44.5,28.5 + - type: Transform + pos: -44.5,28.5 parent: 1 - type: Transform - uid: 20507 components: - - pos: -44.5,27.5 + - type: Transform + pos: -44.5,27.5 parent: 1 - type: Transform - uid: 20508 components: - - pos: -78.5,37.5 + - type: Transform + pos: -78.5,37.5 parent: 1 - type: Transform - uid: 20509 components: - - pos: -79.5,37.5 + - type: Transform + pos: -79.5,37.5 parent: 1 - type: Transform - uid: 20570 components: - - pos: -42.5,1.5 + - type: Transform + pos: -42.5,1.5 parent: 1 - type: Transform - uid: 20571 components: - - pos: -42.5,2.5 + - type: Transform + pos: -42.5,2.5 parent: 1 - type: Transform - uid: 20572 components: - - pos: -42.5,3.5 + - type: Transform + pos: -42.5,3.5 parent: 1 - type: Transform - uid: 20573 components: - - pos: -42.5,4.5 + - type: Transform + pos: -42.5,4.5 parent: 1 - type: Transform - uid: 20574 components: - - pos: -42.5,5.5 + - type: Transform + pos: -42.5,5.5 parent: 1 - type: Transform - uid: 20575 components: - - pos: -42.5,6.5 + - type: Transform + pos: -42.5,6.5 parent: 1 - type: Transform - uid: 20576 components: - - pos: -41.5,6.5 + - type: Transform + pos: -41.5,6.5 parent: 1 - type: Transform - uid: 20577 components: - - pos: -40.5,6.5 + - type: Transform + pos: -40.5,6.5 parent: 1 - type: Transform - uid: 20578 components: - - pos: -39.5,6.5 + - type: Transform + pos: -39.5,6.5 parent: 1 - type: Transform - uid: 20579 components: - - pos: -38.5,6.5 + - type: Transform + pos: -38.5,6.5 parent: 1 - type: Transform - uid: 20580 components: - - pos: -37.5,6.5 + - type: Transform + pos: -37.5,6.5 parent: 1 - type: Transform - uid: 20581 components: - - pos: -37.5,5.5 + - type: Transform + pos: -37.5,5.5 parent: 1 - type: Transform - uid: 20582 components: - - pos: -37.5,4.5 + - type: Transform + pos: -37.5,4.5 parent: 1 - type: Transform - uid: 20583 components: - - pos: -37.5,3.5 + - type: Transform + pos: -37.5,3.5 parent: 1 - type: Transform - uid: 20584 components: - - pos: -37.5,2.5 + - type: Transform + pos: -37.5,2.5 parent: 1 - type: Transform - uid: 20585 components: - - pos: -38.5,2.5 + - type: Transform + pos: -38.5,2.5 parent: 1 - type: Transform - uid: 20586 components: - - pos: -39.5,2.5 + - type: Transform + pos: -39.5,2.5 parent: 1 - type: Transform - uid: 20587 components: - - pos: -40.5,2.5 + - type: Transform + pos: -40.5,2.5 parent: 1 - type: Transform - uid: 20588 components: - - pos: -41.5,2.5 + - type: Transform + pos: -41.5,2.5 parent: 1 - type: Transform - uid: 20589 components: - - pos: -40.5,1.5 + - type: Transform + pos: -40.5,1.5 parent: 1 - type: Transform - uid: 20590 components: - - pos: -40.5,0.5 + - type: Transform + pos: -40.5,0.5 parent: 1 - type: Transform - uid: 20591 components: - - pos: -40.5,-0.5 + - type: Transform + pos: -40.5,-0.5 parent: 1 - type: Transform - uid: 20592 components: - - pos: -40.5,-1.5 + - type: Transform + pos: -40.5,-1.5 parent: 1 - type: Transform - uid: 20593 components: - - pos: -40.5,-2.5 + - type: Transform + pos: -40.5,-2.5 parent: 1 - type: Transform - uid: 20594 components: - - pos: -40.5,-3.5 + - type: Transform + pos: -40.5,-3.5 parent: 1 - type: Transform - uid: 20595 components: - - pos: -40.5,-4.5 + - type: Transform + pos: -40.5,-4.5 parent: 1 - type: Transform - uid: 20596 components: - - pos: -40.5,-5.5 + - type: Transform + pos: -40.5,-5.5 parent: 1 - type: Transform - uid: 20597 components: - - pos: -40.5,-6.5 + - type: Transform + pos: -40.5,-6.5 parent: 1 - type: Transform - uid: 20598 components: - - pos: -40.5,-7.5 + - type: Transform + pos: -40.5,-7.5 parent: 1 - type: Transform - uid: 20599 components: - - pos: -40.5,-8.5 + - type: Transform + pos: -40.5,-8.5 parent: 1 - type: Transform - uid: 20600 components: - - pos: -41.5,-8.5 + - type: Transform + pos: -41.5,-8.5 parent: 1 - type: Transform - uid: 20601 components: - - pos: -42.5,-8.5 + - type: Transform + pos: -42.5,-8.5 parent: 1 - type: Transform - uid: 20602 components: - - pos: -43.5,-8.5 + - type: Transform + pos: -43.5,-8.5 parent: 1 - type: Transform - uid: 20603 components: - - pos: -44.5,-8.5 + - type: Transform + pos: -44.5,-8.5 parent: 1 - type: Transform - uid: 20604 components: - - pos: -45.5,-8.5 + - type: Transform + pos: -45.5,-8.5 parent: 1 - type: Transform - uid: 20605 components: - - pos: -46.5,-8.5 + - type: Transform + pos: -46.5,-8.5 parent: 1 - type: Transform - uid: 20606 components: - - pos: -47.5,-8.5 + - type: Transform + pos: -47.5,-8.5 parent: 1 - type: Transform - uid: 20607 components: - - pos: -48.5,-8.5 + - type: Transform + pos: -48.5,-8.5 parent: 1 - type: Transform - uid: 20608 components: - - pos: -40.5,-9.5 + - type: Transform + pos: -40.5,-9.5 parent: 1 - type: Transform - uid: 20609 components: - - pos: -40.5,-10.5 + - type: Transform + pos: -40.5,-10.5 parent: 1 - type: Transform - uid: 20610 components: - - pos: -40.5,-11.5 + - type: Transform + pos: -40.5,-11.5 parent: 1 - type: Transform - uid: 20611 components: - - pos: -40.5,-12.5 + - type: Transform + pos: -40.5,-12.5 parent: 1 - type: Transform - uid: 20612 components: - - pos: -40.5,-13.5 + - type: Transform + pos: -40.5,-13.5 parent: 1 - type: Transform - uid: 20613 components: - - pos: -40.5,-14.5 + - type: Transform + pos: -40.5,-14.5 parent: 1 - type: Transform - uid: 20614 components: - - pos: -40.5,-15.5 + - type: Transform + pos: -40.5,-15.5 parent: 1 - type: Transform - uid: 20615 components: - - pos: -40.5,-16.5 + - type: Transform + pos: -40.5,-16.5 parent: 1 - type: Transform - uid: 20616 components: - - pos: -40.5,-17.5 + - type: Transform + pos: -40.5,-17.5 parent: 1 - type: Transform - uid: 20617 components: - - pos: -41.5,-17.5 + - type: Transform + pos: -41.5,-17.5 parent: 1 - type: Transform - uid: 20618 components: - - pos: -42.5,-17.5 + - type: Transform + pos: -42.5,-17.5 parent: 1 - type: Transform - uid: 20619 components: - - pos: -43.5,-17.5 + - type: Transform + pos: -43.5,-17.5 parent: 1 - type: Transform - uid: 20620 components: - - pos: -44.5,-17.5 + - type: Transform + pos: -44.5,-17.5 parent: 1 - type: Transform - uid: 20621 components: - - pos: -45.5,-17.5 + - type: Transform + pos: -45.5,-17.5 parent: 1 - type: Transform - uid: 20622 components: - - pos: -46.5,-17.5 + - type: Transform + pos: -46.5,-17.5 parent: 1 - type: Transform - uid: 20623 components: - - pos: -47.5,-17.5 + - type: Transform + pos: -47.5,-17.5 parent: 1 - type: Transform - uid: 20624 components: - - pos: -48.5,-17.5 + - type: Transform + pos: -48.5,-17.5 parent: 1 - type: Transform - uid: 20625 components: - - pos: -49.5,-17.5 + - type: Transform + pos: -49.5,-17.5 parent: 1 - type: Transform - uid: 20626 components: - - pos: -49.5,-16.5 + - type: Transform + pos: -49.5,-16.5 parent: 1 - type: Transform - uid: 20627 components: - - pos: -49.5,-15.5 + - type: Transform + pos: -49.5,-15.5 parent: 1 - type: Transform - uid: 20628 components: - - pos: -49.5,-14.5 + - type: Transform + pos: -49.5,-14.5 parent: 1 - type: Transform - uid: 20629 components: - - pos: -49.5,-13.5 + - type: Transform + pos: -49.5,-13.5 parent: 1 - type: Transform - uid: 20630 components: - - pos: -49.5,-12.5 + - type: Transform + pos: -49.5,-12.5 parent: 1 - type: Transform - uid: 20631 components: - - pos: -49.5,-11.5 + - type: Transform + pos: -49.5,-11.5 parent: 1 - type: Transform - uid: 20632 components: - - pos: -49.5,-10.5 + - type: Transform + pos: -49.5,-10.5 parent: 1 - type: Transform - uid: 20633 components: - - pos: -49.5,-9.5 + - type: Transform + pos: -49.5,-9.5 parent: 1 - type: Transform - uid: 20634 components: - - pos: -49.5,-8.5 + - type: Transform + pos: -49.5,-8.5 parent: 1 - type: Transform - uid: 20654 components: - - pos: 16.5,-27.5 + - type: Transform + pos: 16.5,-27.5 parent: 1 - type: Transform - uid: 20655 components: - - pos: 17.5,-27.5 + - type: Transform + pos: 17.5,-27.5 parent: 1 - type: Transform - uid: 20656 components: - - pos: 18.5,-27.5 + - type: Transform + pos: 18.5,-27.5 parent: 1 - type: Transform - uid: 20657 components: - - pos: 19.5,-27.5 + - type: Transform + pos: 19.5,-27.5 parent: 1 - type: Transform - uid: 20658 components: - - pos: 20.5,-27.5 + - type: Transform + pos: 20.5,-27.5 parent: 1 - type: Transform - uid: 20659 components: - - pos: 20.5,-26.5 + - type: Transform + pos: 20.5,-26.5 parent: 1 - type: Transform - uid: 20660 components: - - pos: 20.5,-25.5 + - type: Transform + pos: 20.5,-25.5 parent: 1 - type: Transform - uid: 20661 components: - - pos: 20.5,-24.5 + - type: Transform + pos: 20.5,-24.5 parent: 1 - type: Transform - uid: 20662 components: - - pos: 20.5,-23.5 + - type: Transform + pos: 20.5,-23.5 parent: 1 - type: Transform - uid: 20663 components: - - pos: 21.5,-23.5 + - type: Transform + pos: 21.5,-23.5 parent: 1 - type: Transform - uid: 20664 components: - - pos: 22.5,-23.5 + - type: Transform + pos: 22.5,-23.5 parent: 1 - type: Transform - uid: 20665 components: - - pos: 23.5,-23.5 + - type: Transform + pos: 23.5,-23.5 parent: 1 - type: Transform - uid: 20666 components: - - pos: 23.5,-24.5 + - type: Transform + pos: 23.5,-24.5 parent: 1 - type: Transform - uid: 20667 components: - - pos: 23.5,-25.5 + - type: Transform + pos: 23.5,-25.5 parent: 1 - type: Transform - uid: 20668 components: - - pos: 23.5,-26.5 + - type: Transform + pos: 23.5,-26.5 parent: 1 - type: Transform - uid: 20669 components: - - pos: 21.5,-26.5 + - type: Transform + pos: 21.5,-26.5 parent: 1 - type: Transform - uid: 20670 components: - - pos: 22.5,-26.5 + - type: Transform + pos: 22.5,-26.5 parent: 1 - type: Transform - uid: 20671 components: - - pos: 18.5,-28.5 + - type: Transform + pos: 18.5,-28.5 parent: 1 - type: Transform - uid: 20672 components: - - pos: 18.5,-29.5 + - type: Transform + pos: 18.5,-29.5 parent: 1 - type: Transform - uid: 20673 components: - - pos: 18.5,-30.5 + - type: Transform + pos: 18.5,-30.5 parent: 1 - type: Transform - uid: 20674 components: - - pos: 18.5,-31.5 + - type: Transform + pos: 18.5,-31.5 parent: 1 - type: Transform - uid: 20675 components: - - pos: 18.5,-32.5 + - type: Transform + pos: 18.5,-32.5 parent: 1 - type: Transform - uid: 20676 components: - - pos: 18.5,-33.5 + - type: Transform + pos: 18.5,-33.5 parent: 1 - type: Transform - uid: 20677 components: - - pos: 17.5,-33.5 + - type: Transform + pos: 17.5,-33.5 parent: 1 - type: Transform - uid: 20678 components: - - pos: 16.5,-33.5 + - type: Transform + pos: 16.5,-33.5 parent: 1 - type: Transform - uid: 20679 components: - - pos: 15.5,-33.5 + - type: Transform + pos: 15.5,-33.5 parent: 1 - type: Transform - uid: 20680 components: - - pos: 15.5,-34.5 + - type: Transform + pos: 15.5,-34.5 parent: 1 - type: Transform - uid: 20681 components: - - pos: 15.5,-35.5 + - type: Transform + pos: 15.5,-35.5 parent: 1 - type: Transform - uid: 20682 components: - - pos: 15.5,-36.5 + - type: Transform + pos: 15.5,-36.5 parent: 1 - type: Transform - uid: 20683 components: - - pos: 15.5,-37.5 + - type: Transform + pos: 15.5,-37.5 parent: 1 - type: Transform - uid: 20684 components: - - pos: 15.5,-38.5 + - type: Transform + pos: 15.5,-38.5 parent: 1 - type: Transform - uid: 20685 components: - - pos: 14.5,-38.5 + - type: Transform + pos: 14.5,-38.5 parent: 1 - type: Transform - uid: 20686 components: - - pos: 16.5,-36.5 + - type: Transform + pos: 16.5,-36.5 parent: 1 - type: Transform - uid: 20687 components: - - pos: 17.5,-36.5 + - type: Transform + pos: 17.5,-36.5 parent: 1 - type: Transform - uid: 20688 components: - - pos: 18.5,-36.5 + - type: Transform + pos: 18.5,-36.5 parent: 1 - type: Transform - uid: 20689 components: - - pos: 19.5,-36.5 + - type: Transform + pos: 19.5,-36.5 parent: 1 - type: Transform - uid: 20690 components: - - pos: 20.5,-36.5 + - type: Transform + pos: 20.5,-36.5 parent: 1 - type: Transform - uid: 20691 components: - - pos: 19.5,-33.5 + - type: Transform + pos: 19.5,-33.5 parent: 1 - type: Transform - uid: 20692 components: - - pos: 20.5,-33.5 + - type: Transform + pos: 20.5,-33.5 parent: 1 - type: Transform - uid: 20693 components: - - pos: 21.5,-33.5 + - type: Transform + pos: 21.5,-33.5 parent: 1 - type: Transform - uid: 20694 components: - - pos: 22.5,-33.5 + - type: Transform + pos: 22.5,-33.5 parent: 1 - type: Transform - uid: 20695 components: - - pos: 23.5,-33.5 + - type: Transform + pos: 23.5,-33.5 parent: 1 - type: Transform - uid: 20696 components: - - pos: 24.5,-33.5 + - type: Transform + pos: 24.5,-33.5 parent: 1 - type: Transform - uid: 20697 components: - - pos: 25.5,-33.5 + - type: Transform + pos: 25.5,-33.5 parent: 1 - type: Transform - uid: 20698 components: - - pos: 26.5,-33.5 + - type: Transform + pos: 26.5,-33.5 parent: 1 - type: Transform - uid: 20699 components: - - pos: 27.5,-33.5 + - type: Transform + pos: 27.5,-33.5 parent: 1 - type: Transform - uid: 20700 components: - - pos: 28.5,-33.5 + - type: Transform + pos: 28.5,-33.5 parent: 1 - type: Transform - uid: 20701 components: - - pos: 29.5,-33.5 + - type: Transform + pos: 29.5,-33.5 parent: 1 - type: Transform - uid: 20702 components: - - pos: 19.5,-30.5 + - type: Transform + pos: 19.5,-30.5 parent: 1 - type: Transform - uid: 20703 components: - - pos: 20.5,-30.5 + - type: Transform + pos: 20.5,-30.5 parent: 1 - type: Transform - uid: 20704 components: - - pos: 22.5,-30.5 + - type: Transform + pos: 22.5,-30.5 parent: 1 - type: Transform - uid: 20705 components: - - pos: 21.5,-30.5 + - type: Transform + pos: 21.5,-30.5 parent: 1 - type: Transform - uid: 20706 components: - - pos: 24.5,-26.5 + - type: Transform + pos: 24.5,-26.5 parent: 1 - type: Transform - uid: 20707 components: - - pos: 25.5,-26.5 + - type: Transform + pos: 25.5,-26.5 parent: 1 - type: Transform - uid: 20708 components: - - pos: 26.5,-26.5 + - type: Transform + pos: 26.5,-26.5 parent: 1 - type: Transform - uid: 20709 components: - - pos: 27.5,-26.5 + - type: Transform + pos: 27.5,-26.5 parent: 1 - type: Transform - uid: 20710 components: - - pos: 28.5,-26.5 + - type: Transform + pos: 28.5,-26.5 parent: 1 - type: Transform - uid: 20711 components: - - pos: 29.5,-26.5 + - type: Transform + pos: 29.5,-26.5 parent: 1 - type: Transform - uid: 20712 components: - - pos: 14.5,-27.5 + - type: Transform + pos: 14.5,-27.5 parent: 1 - type: Transform - uid: 20713 components: - - pos: 14.5,-28.5 + - type: Transform + pos: 14.5,-28.5 parent: 1 - type: Transform - uid: 20714 components: - - pos: 14.5,-29.5 + - type: Transform + pos: 14.5,-29.5 parent: 1 - type: Transform - uid: 20715 components: - - pos: 13.5,-29.5 + - type: Transform + pos: 13.5,-29.5 parent: 1 - type: Transform - uid: 20716 components: - - pos: 12.5,-29.5 + - type: Transform + pos: 12.5,-29.5 parent: 1 - type: Transform - uid: 20717 components: - - pos: 11.5,-29.5 + - type: Transform + pos: 11.5,-29.5 parent: 1 - type: Transform - uid: 20718 components: - - pos: 11.5,-30.5 + - type: Transform + pos: 11.5,-30.5 parent: 1 - type: Transform - uid: 20719 components: - - pos: 11.5,-31.5 + - type: Transform + pos: 11.5,-31.5 parent: 1 - type: Transform - uid: 20720 components: - - pos: 11.5,-32.5 + - type: Transform + pos: 11.5,-32.5 parent: 1 - type: Transform - uid: 20721 components: - - pos: 11.5,-33.5 + - type: Transform + pos: 11.5,-33.5 parent: 1 - type: Transform - uid: 20722 components: - - pos: 11.5,-34.5 + - type: Transform + pos: 11.5,-34.5 parent: 1 - type: Transform - uid: 20723 components: - - pos: 11.5,-35.5 + - type: Transform + pos: 11.5,-35.5 parent: 1 - type: Transform - uid: 20724 components: - - pos: 11.5,-36.5 + - type: Transform + pos: 11.5,-36.5 parent: 1 - type: Transform - uid: 20725 components: - - pos: 11.5,-37.5 + - type: Transform + pos: 11.5,-37.5 parent: 1 - type: Transform - uid: 20726 components: - - pos: 11.5,-38.5 + - type: Transform + pos: 11.5,-38.5 parent: 1 - type: Transform - uid: 20727 components: - - pos: 11.5,-39.5 + - type: Transform + pos: 11.5,-39.5 parent: 1 - type: Transform - uid: 20728 components: - - pos: 11.5,-40.5 + - type: Transform + pos: 11.5,-40.5 parent: 1 - type: Transform - uid: 20729 components: - - pos: 11.5,-41.5 + - type: Transform + pos: 11.5,-41.5 parent: 1 - type: Transform - uid: 20730 components: - - pos: 10.5,-41.5 + - type: Transform + pos: 10.5,-41.5 parent: 1 - type: Transform - uid: 20731 components: - - pos: 10.5,-42.5 + - type: Transform + pos: 10.5,-42.5 parent: 1 - type: Transform - uid: 20732 components: - - pos: 9.5,-42.5 + - type: Transform + pos: 9.5,-42.5 parent: 1 - type: Transform - uid: 20733 components: - - pos: 8.5,-42.5 + - type: Transform + pos: 8.5,-42.5 parent: 1 - type: Transform - uid: 20734 components: - - pos: 7.5,-42.5 + - type: Transform + pos: 7.5,-42.5 parent: 1 - type: Transform - uid: 20735 components: - - pos: 6.5,-42.5 + - type: Transform + pos: 6.5,-42.5 parent: 1 - type: Transform - uid: 20736 components: - - pos: 5.5,-42.5 + - type: Transform + pos: 5.5,-42.5 parent: 1 - type: Transform - uid: 20737 components: - - pos: 4.5,-42.5 + - type: Transform + pos: 4.5,-42.5 parent: 1 - type: Transform - uid: 20738 components: - - pos: 3.5,-42.5 + - type: Transform + pos: 3.5,-42.5 parent: 1 - type: Transform - uid: 20739 components: - - pos: 2.5,-42.5 + - type: Transform + pos: 2.5,-42.5 parent: 1 - type: Transform - uid: 20740 components: - - pos: 1.5,-42.5 + - type: Transform + pos: 1.5,-42.5 parent: 1 - type: Transform - uid: 20741 components: - - pos: 0.5,-42.5 + - type: Transform + pos: 0.5,-42.5 parent: 1 - type: Transform - uid: 20742 components: - - pos: -0.5,-42.5 + - type: Transform + pos: -0.5,-42.5 parent: 1 - type: Transform - uid: 20743 components: - - pos: -3.5,-44.5 + - type: Transform + pos: -3.5,-44.5 parent: 1 - type: Transform - uid: 20744 components: - - pos: -3.5,-45.5 + - type: Transform + pos: -3.5,-45.5 parent: 1 - type: Transform - uid: 20745 components: - - pos: -4.5,-45.5 + - type: Transform + pos: -4.5,-45.5 parent: 1 - type: Transform - uid: 20746 components: - - pos: -5.5,-45.5 + - type: Transform + pos: -5.5,-45.5 parent: 1 - type: Transform - uid: 20747 components: - - pos: -5.5,-44.5 + - type: Transform + pos: -5.5,-44.5 parent: 1 - type: Transform - uid: 20748 components: - - pos: -5.5,-43.5 + - type: Transform + pos: -5.5,-43.5 parent: 1 - type: Transform - uid: 20749 components: - - pos: -5.5,-42.5 + - type: Transform + pos: -5.5,-42.5 parent: 1 - type: Transform - uid: 20750 components: - - pos: -6.5,-42.5 + - type: Transform + pos: -6.5,-42.5 parent: 1 - type: Transform - uid: 20751 components: - - pos: -3.5,-46.5 + - type: Transform + pos: -3.5,-46.5 parent: 1 - type: Transform - uid: 20752 components: - - pos: -2.5,-46.5 + - type: Transform + pos: -2.5,-46.5 parent: 1 - type: Transform - uid: 20753 components: - - pos: -1.5,-46.5 + - type: Transform + pos: -1.5,-46.5 parent: 1 - type: Transform - uid: 20754 components: - - pos: -0.5,-46.5 + - type: Transform + pos: -0.5,-46.5 parent: 1 - type: Transform - uid: 20755 components: - - pos: 0.5,-46.5 + - type: Transform + pos: 0.5,-46.5 parent: 1 - type: Transform - uid: 20756 components: - - pos: 1.5,-46.5 + - type: Transform + pos: 1.5,-46.5 parent: 1 - type: Transform - uid: 20757 components: - - pos: 2.5,-46.5 + - type: Transform + pos: 2.5,-46.5 parent: 1 - type: Transform - uid: 20758 components: - - pos: 3.5,-46.5 + - type: Transform + pos: 3.5,-46.5 parent: 1 - type: Transform - uid: 20759 components: - - pos: 4.5,-46.5 + - type: Transform + pos: 4.5,-46.5 parent: 1 - type: Transform - uid: 20760 components: - - pos: 5.5,-46.5 + - type: Transform + pos: 5.5,-46.5 parent: 1 - type: Transform - uid: 20761 components: - - pos: 6.5,-46.5 + - type: Transform + pos: 6.5,-46.5 parent: 1 - type: Transform - uid: 20762 components: - - pos: 7.5,-46.5 + - type: Transform + pos: 7.5,-46.5 parent: 1 - type: Transform - uid: 20763 components: - - pos: 8.5,-46.5 + - type: Transform + pos: 8.5,-46.5 parent: 1 - type: Transform - uid: 20764 components: - - pos: 9.5,-46.5 + - type: Transform + pos: 9.5,-46.5 parent: 1 - type: Transform - uid: 20765 components: - - pos: 10.5,-46.5 + - type: Transform + pos: 10.5,-46.5 parent: 1 - type: Transform - uid: 20766 components: - - pos: 11.5,-46.5 + - type: Transform + pos: 11.5,-46.5 parent: 1 - type: Transform - uid: 20767 components: - - pos: 12.5,-46.5 + - type: Transform + pos: 12.5,-46.5 parent: 1 - type: Transform - uid: 20768 components: - - pos: 13.5,-46.5 + - type: Transform + pos: 13.5,-46.5 parent: 1 - type: Transform - uid: 20769 components: - - pos: 14.5,-46.5 + - type: Transform + pos: 14.5,-46.5 parent: 1 - type: Transform - uid: 20773 components: - - pos: -3.5,-47.5 + - type: Transform + pos: -3.5,-47.5 parent: 1 - type: Transform - uid: 20774 components: - - pos: -4.5,-47.5 + - type: Transform + pos: -4.5,-47.5 parent: 1 - type: Transform - uid: 20775 components: - - pos: -5.5,-47.5 + - type: Transform + pos: -5.5,-47.5 parent: 1 - type: Transform - uid: 20776 components: - - pos: -6.5,-47.5 + - type: Transform + pos: -6.5,-47.5 parent: 1 - type: Transform - uid: 20777 components: - - pos: -7.5,-47.5 + - type: Transform + pos: -7.5,-47.5 parent: 1 - type: Transform - uid: 20778 components: - - pos: -8.5,-47.5 + - type: Transform + pos: -8.5,-47.5 parent: 1 - type: Transform - uid: 20779 components: - - pos: -9.5,-47.5 + - type: Transform + pos: -9.5,-47.5 parent: 1 - type: Transform - uid: 20780 components: - - pos: -10.5,-47.5 + - type: Transform + pos: -10.5,-47.5 parent: 1 - type: Transform - uid: 20781 components: - - pos: -11.5,-47.5 + - type: Transform + pos: -11.5,-47.5 parent: 1 - type: Transform - uid: 20782 components: - - pos: -12.5,-47.5 + - type: Transform + pos: -12.5,-47.5 parent: 1 - type: Transform - uid: 20783 components: - - pos: -13.5,-47.5 + - type: Transform + pos: -13.5,-47.5 parent: 1 - type: Transform - uid: 20784 components: - - pos: -14.5,-47.5 + - type: Transform + pos: -14.5,-47.5 parent: 1 - type: Transform - uid: 20785 components: - - pos: -6.5,-43.5 + - type: Transform + pos: -6.5,-43.5 parent: 1 - type: Transform - uid: 20786 components: - - pos: -7.5,-43.5 + - type: Transform + pos: -7.5,-43.5 parent: 1 - type: Transform - uid: 20787 components: - - pos: -8.5,-43.5 + - type: Transform + pos: -8.5,-43.5 parent: 1 - type: Transform - uid: 20788 components: - - pos: -8.5,-42.5 + - type: Transform + pos: -8.5,-42.5 parent: 1 - type: Transform - uid: 20789 components: - - pos: -15.5,-47.5 + - type: Transform + pos: -15.5,-47.5 parent: 1 - type: Transform - uid: 20790 components: - - pos: -15.5,-46.5 + - type: Transform + pos: -15.5,-46.5 parent: 1 - type: Transform - uid: 20791 components: - - pos: -15.5,-45.5 + - type: Transform + pos: -15.5,-45.5 parent: 1 - type: Transform - uid: 20792 components: - - pos: -15.5,-44.5 + - type: Transform + pos: -15.5,-44.5 parent: 1 - type: Transform - uid: 20793 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 1 - type: Transform - uid: 20794 components: - - pos: -15.5,-42.5 + - type: Transform + pos: -15.5,-42.5 parent: 1 - type: Transform - uid: 20795 components: - - pos: -15.5,-41.5 + - type: Transform + pos: -15.5,-41.5 parent: 1 - type: Transform - uid: 20796 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 1 - type: Transform - uid: 20797 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 1 - type: Transform - uid: 20798 components: - - pos: -15.5,-38.5 + - type: Transform + pos: -15.5,-38.5 parent: 1 - type: Transform - uid: 20799 components: - - pos: -15.5,-37.5 + - type: Transform + pos: -15.5,-37.5 parent: 1 - type: Transform - uid: 20800 components: - - pos: -15.5,-36.5 + - type: Transform + pos: -15.5,-36.5 parent: 1 - type: Transform - uid: 20801 components: - - pos: -15.5,-35.5 + - type: Transform + pos: -15.5,-35.5 parent: 1 - type: Transform - uid: 20802 components: - - pos: -15.5,-34.5 + - type: Transform + pos: -15.5,-34.5 parent: 1 - type: Transform - uid: 20803 components: - - pos: -16.5,-34.5 + - type: Transform + pos: -16.5,-34.5 parent: 1 - type: Transform - uid: 20804 components: - - pos: -16.5,-33.5 + - type: Transform + pos: -16.5,-33.5 parent: 1 - type: Transform - uid: 20805 components: - - pos: -16.5,-32.5 + - type: Transform + pos: -16.5,-32.5 parent: 1 - type: Transform - uid: 20806 components: - - pos: -16.5,-31.5 + - type: Transform + pos: -16.5,-31.5 parent: 1 - type: Transform - uid: 20807 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 1 - type: Transform - uid: 20808 components: - - pos: -16.5,-29.5 + - type: Transform + pos: -16.5,-29.5 parent: 1 - type: Transform - uid: 20809 components: - - pos: -16.5,-28.5 + - type: Transform + pos: -16.5,-28.5 parent: 1 - type: Transform - uid: 20810 components: - - pos: -16.5,-27.5 + - type: Transform + pos: -16.5,-27.5 parent: 1 - type: Transform - uid: 20811 components: - - pos: -16.5,-26.5 + - type: Transform + pos: -16.5,-26.5 parent: 1 - type: Transform - uid: 20812 components: - - pos: -17.5,-26.5 + - type: Transform + pos: -17.5,-26.5 parent: 1 - type: Transform - uid: 20813 components: - - pos: -18.5,-26.5 + - type: Transform + pos: -18.5,-26.5 parent: 1 - type: Transform - uid: 20814 components: - - pos: -19.5,-26.5 + - type: Transform + pos: -19.5,-26.5 parent: 1 - type: Transform - uid: 20815 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 1 - type: Transform - uid: 20816 components: - - pos: -21.5,-26.5 + - type: Transform + pos: -21.5,-26.5 parent: 1 - type: Transform - uid: 20817 components: - - pos: -22.5,-26.5 + - type: Transform + pos: -22.5,-26.5 parent: 1 - type: Transform - uid: 20818 components: - - pos: -23.5,-26.5 + - type: Transform + pos: -23.5,-26.5 parent: 1 - type: Transform - uid: 20819 components: - - pos: -24.5,-26.5 + - type: Transform + pos: -24.5,-26.5 parent: 1 - type: Transform - uid: 20820 components: - - pos: -25.5,-26.5 + - type: Transform + pos: -25.5,-26.5 parent: 1 - type: Transform - uid: 20821 components: - - pos: -26.5,-26.5 + - type: Transform + pos: -26.5,-26.5 parent: 1 - type: Transform - uid: 20822 components: - - pos: -27.5,-26.5 + - type: Transform + pos: -27.5,-26.5 parent: 1 - type: Transform - uid: 20823 components: - - pos: -28.5,-26.5 + - type: Transform + pos: -28.5,-26.5 parent: 1 - type: Transform - uid: 20824 components: - - pos: -29.5,-26.5 + - type: Transform + pos: -29.5,-26.5 parent: 1 - type: Transform - uid: 20825 components: - - pos: -30.5,-26.5 + - type: Transform + pos: -30.5,-26.5 parent: 1 - type: Transform - uid: 20826 components: - - pos: -31.5,-26.5 + - type: Transform + pos: -31.5,-26.5 parent: 1 - type: Transform - uid: 20827 components: - - pos: -32.5,-26.5 + - type: Transform + pos: -32.5,-26.5 parent: 1 - type: Transform - uid: 20828 components: - - pos: -33.5,-26.5 + - type: Transform + pos: -33.5,-26.5 parent: 1 - type: Transform - uid: 20829 components: - - pos: -34.5,-26.5 + - type: Transform + pos: -34.5,-26.5 parent: 1 - type: Transform - uid: 20830 components: - - pos: -35.5,-26.5 + - type: Transform + pos: -35.5,-26.5 parent: 1 - type: Transform - uid: 20831 components: - - pos: -36.5,-26.5 + - type: Transform + pos: -36.5,-26.5 parent: 1 - type: Transform - uid: 20832 components: - - pos: -37.5,-26.5 + - type: Transform + pos: -37.5,-26.5 parent: 1 - type: Transform - uid: 20833 components: - - pos: -38.5,-26.5 + - type: Transform + pos: -38.5,-26.5 parent: 1 - type: Transform - uid: 20834 components: - - pos: -34.5,-27.5 + - type: Transform + pos: -34.5,-27.5 parent: 1 - type: Transform - uid: 20835 components: - - pos: -30.5,-27.5 + - type: Transform + pos: -30.5,-27.5 parent: 1 - type: Transform - uid: 20836 components: - - pos: -39.5,-26.5 + - type: Transform + pos: -39.5,-26.5 parent: 1 - type: Transform - uid: 20837 components: - - pos: -40.5,-26.5 + - type: Transform + pos: -40.5,-26.5 parent: 1 - type: Transform - uid: 20838 components: - - pos: -40.5,-25.5 + - type: Transform + pos: -40.5,-25.5 parent: 1 - type: Transform - uid: 20839 components: - - pos: -40.5,-24.5 + - type: Transform + pos: -40.5,-24.5 parent: 1 - type: Transform - uid: 20840 components: - - pos: -40.5,-23.5 + - type: Transform + pos: -40.5,-23.5 parent: 1 - type: Transform - uid: 20841 components: - - pos: -40.5,-22.5 + - type: Transform + pos: -40.5,-22.5 parent: 1 - type: Transform - uid: 20842 components: - - pos: -40.5,-21.5 + - type: Transform + pos: -40.5,-21.5 parent: 1 - type: Transform - uid: 20843 components: - - pos: -40.5,-20.5 + - type: Transform + pos: -40.5,-20.5 parent: 1 - type: Transform - uid: 20844 components: - - pos: -39.5,-20.5 + - type: Transform + pos: -39.5,-20.5 parent: 1 - type: Transform - uid: 20852 components: - - pos: -26.5,27.5 + - type: Transform + pos: -26.5,27.5 parent: 1 - type: Transform - uid: 20853 components: - - pos: -25.5,27.5 + - type: Transform + pos: -25.5,27.5 parent: 1 - type: Transform - uid: 20854 components: - - pos: -24.5,27.5 + - type: Transform + pos: -24.5,27.5 parent: 1 - type: Transform - uid: 20855 components: - - pos: -23.5,27.5 + - type: Transform + pos: -23.5,27.5 parent: 1 - type: Transform - uid: 20856 components: - - pos: -22.5,27.5 + - type: Transform + pos: -22.5,27.5 parent: 1 - type: Transform - uid: 20857 components: - - pos: -21.5,27.5 + - type: Transform + pos: -21.5,27.5 parent: 1 - type: Transform - uid: 20858 components: - - pos: -21.5,26.5 + - type: Transform + pos: -21.5,26.5 parent: 1 - type: Transform - uid: 20859 components: - - pos: -24.5,26.5 + - type: Transform + pos: -24.5,26.5 parent: 1 - type: Transform - uid: 20860 components: - - pos: -24.5,28.5 + - type: Transform + pos: -24.5,28.5 parent: 1 - type: Transform - uid: 20861 components: - - pos: -24.5,29.5 + - type: Transform + pos: -24.5,29.5 parent: 1 - type: Transform - uid: 20862 components: - - pos: -24.5,30.5 + - type: Transform + pos: -24.5,30.5 parent: 1 - type: Transform - uid: 20863 components: - - pos: -24.5,31.5 + - type: Transform + pos: -24.5,31.5 parent: 1 - type: Transform - uid: 20864 components: - - pos: -21.5,28.5 + - type: Transform + pos: -21.5,28.5 parent: 1 - type: Transform - uid: 20865 components: - - pos: -21.5,29.5 + - type: Transform + pos: -21.5,29.5 parent: 1 - type: Transform - uid: 20866 components: - - pos: -21.5,30.5 + - type: Transform + pos: -21.5,30.5 parent: 1 - type: Transform - uid: 20867 components: - - pos: -21.5,31.5 + - type: Transform + pos: -21.5,31.5 parent: 1 - type: Transform - uid: 21020 components: - - pos: -28.5,11.5 + - type: Transform + pos: -28.5,11.5 parent: 1 - type: Transform - uid: 21021 components: - - pos: -29.5,11.5 + - type: Transform + pos: -29.5,11.5 parent: 1 - type: Transform - uid: 21022 components: - - pos: -29.5,10.5 + - type: Transform + pos: -29.5,10.5 parent: 1 - type: Transform - uid: 21023 components: - - pos: -30.5,10.5 + - type: Transform + pos: -30.5,10.5 parent: 1 - type: Transform - uid: 21024 components: - - pos: -31.5,10.5 + - type: Transform + pos: -31.5,10.5 parent: 1 - type: Transform - uid: 21025 components: - - pos: -32.5,10.5 + - type: Transform + pos: -32.5,10.5 parent: 1 - type: Transform - uid: 21026 components: - - pos: -32.5,11.5 + - type: Transform + pos: -32.5,11.5 parent: 1 - type: Transform - uid: 21027 components: - - pos: -32.5,12.5 + - type: Transform + pos: -32.5,12.5 parent: 1 - type: Transform - uid: 21028 components: - - pos: -32.5,13.5 + - type: Transform + pos: -32.5,13.5 parent: 1 - type: Transform - uid: 21029 components: - - pos: -25.5,11.5 + - type: Transform + pos: -25.5,11.5 parent: 1 - type: Transform - uid: 21030 components: - - pos: -25.5,10.5 + - type: Transform + pos: -25.5,10.5 parent: 1 - type: Transform - uid: 21031 components: - - pos: -23.5,10.5 + - type: Transform + pos: -23.5,10.5 parent: 1 - type: Transform - uid: 21032 components: - - pos: -24.5,10.5 + - type: Transform + pos: -24.5,10.5 parent: 1 - type: Transform - uid: 21033 components: - - pos: -22.5,10.5 + - type: Transform + pos: -22.5,10.5 parent: 1 - type: Transform - uid: 21034 components: - - pos: -21.5,10.5 + - type: Transform + pos: -21.5,10.5 parent: 1 - type: Transform - uid: 21035 components: - - pos: -20.5,10.5 + - type: Transform + pos: -20.5,10.5 parent: 1 - type: Transform - uid: 21036 components: - - pos: -19.5,10.5 + - type: Transform + pos: -19.5,10.5 parent: 1 - type: Transform - uid: 21037 components: - - pos: -18.5,10.5 + - type: Transform + pos: -18.5,10.5 parent: 1 - type: Transform - uid: 21038 components: - - pos: -18.5,11.5 + - type: Transform + pos: -18.5,11.5 parent: 1 - type: Transform - uid: 21039 components: - - pos: -28.5,8.5 + - type: Transform + pos: -28.5,8.5 parent: 1 - type: Transform - uid: 21040 components: - - pos: -28.5,7.5 + - type: Transform + pos: -28.5,7.5 parent: 1 - type: Transform - uid: 21041 components: - - pos: -28.5,6.5 + - type: Transform + pos: -28.5,6.5 parent: 1 - type: Transform - uid: 21042 components: - - pos: -28.5,5.5 + - type: Transform + pos: -28.5,5.5 parent: 1 - type: Transform - uid: 21043 components: - - pos: -28.5,4.5 + - type: Transform + pos: -28.5,4.5 parent: 1 - type: Transform - uid: 21044 components: - - pos: -28.5,3.5 + - type: Transform + pos: -28.5,3.5 parent: 1 - type: Transform - uid: 21045 components: - - pos: -28.5,2.5 + - type: Transform + pos: -28.5,2.5 parent: 1 - type: Transform - uid: 21046 components: - - pos: -28.5,1.5 + - type: Transform + pos: -28.5,1.5 parent: 1 - type: Transform - uid: 21047 components: - - pos: -27.5,1.5 + - type: Transform + pos: -27.5,1.5 parent: 1 - type: Transform - uid: 21048 components: - - pos: -27.5,0.5 + - type: Transform + pos: -27.5,0.5 parent: 1 - type: Transform - uid: 21049 components: - - pos: -27.5,-0.5 + - type: Transform + pos: -27.5,-0.5 parent: 1 - type: Transform - uid: 21050 components: - - pos: -27.5,-1.5 + - type: Transform + pos: -27.5,-1.5 parent: 1 - type: Transform - uid: 21051 components: - - pos: -26.5,-1.5 + - type: Transform + pos: -26.5,-1.5 parent: 1 - type: Transform - uid: 21052 components: - - pos: -25.5,-1.5 + - type: Transform + pos: -25.5,-1.5 parent: 1 - type: Transform - uid: 21053 components: - - pos: -25.5,-2.5 + - type: Transform + pos: -25.5,-2.5 parent: 1 - type: Transform - uid: 21054 components: - - pos: -25.5,-3.5 + - type: Transform + pos: -25.5,-3.5 parent: 1 - type: Transform - uid: 21055 components: - - pos: -25.5,-4.5 + - type: Transform + pos: -25.5,-4.5 parent: 1 - type: Transform - uid: 21056 components: - - pos: -25.5,-5.5 + - type: Transform + pos: -25.5,-5.5 parent: 1 - type: Transform - uid: 21057 components: - - pos: -25.5,-6.5 + - type: Transform + pos: -25.5,-6.5 parent: 1 - type: Transform - uid: 21058 components: - - pos: -25.5,-7.5 + - type: Transform + pos: -25.5,-7.5 parent: 1 - type: Transform - uid: 21059 components: - - pos: -26.5,-7.5 + - type: Transform + pos: -26.5,-7.5 parent: 1 - type: Transform - uid: 21060 components: - - pos: -26.5,-4.5 + - type: Transform + pos: -26.5,-4.5 parent: 1 - type: Transform - uid: 21061 components: - - pos: -27.5,-16.5 + - type: Transform + pos: -27.5,-16.5 parent: 1 - type: Transform - uid: 21062 components: - - pos: -27.5,-15.5 + - type: Transform + pos: -27.5,-15.5 parent: 1 - type: Transform - uid: 21063 components: - - pos: -27.5,-14.5 + - type: Transform + pos: -27.5,-14.5 parent: 1 - type: Transform - uid: 21064 components: - - pos: -26.5,-14.5 + - type: Transform + pos: -26.5,-14.5 parent: 1 - type: Transform - uid: 21065 components: - - pos: -26.5,-16.5 + - type: Transform + pos: -26.5,-16.5 parent: 1 - type: Transform - uid: 21066 components: - - pos: -25.5,-16.5 + - type: Transform + pos: -25.5,-16.5 parent: 1 - type: Transform - uid: 21067 components: - - pos: -25.5,-17.5 + - type: Transform + pos: -25.5,-17.5 parent: 1 - type: Transform - uid: 21068 components: - - pos: -26.5,-13.5 + - type: Transform + pos: -26.5,-13.5 parent: 1 - type: Transform - uid: 21069 components: - - pos: -26.5,-12.5 + - type: Transform + pos: -26.5,-12.5 parent: 1 - type: Transform - uid: 21070 components: - - pos: -26.5,-11.5 + - type: Transform + pos: -26.5,-11.5 parent: 1 - type: Transform - uid: 21071 components: - - pos: -27.5,-11.5 + - type: Transform + pos: -27.5,-11.5 parent: 1 - type: Transform - uid: 21072 components: - - pos: -28.5,-11.5 + - type: Transform + pos: -28.5,-11.5 parent: 1 - type: Transform - uid: 21073 components: - - pos: -29.5,-11.5 + - type: Transform + pos: -29.5,-11.5 parent: 1 - type: Transform - uid: 21074 components: - - pos: -30.5,-11.5 + - type: Transform + pos: -30.5,-11.5 parent: 1 - type: Transform - uid: 21075 components: - - pos: -31.5,-11.5 + - type: Transform + pos: -31.5,-11.5 parent: 1 - type: Transform - uid: 21076 components: - - pos: -32.5,-11.5 + - type: Transform + pos: -32.5,-11.5 parent: 1 - type: Transform - uid: 21077 components: - - pos: -33.5,-11.5 + - type: Transform + pos: -33.5,-11.5 parent: 1 - type: Transform - uid: 21078 components: - - pos: -28.5,-14.5 + - type: Transform + pos: -28.5,-14.5 parent: 1 - type: Transform - uid: 21079 components: - - pos: -29.5,-14.5 + - type: Transform + pos: -29.5,-14.5 parent: 1 - type: Transform - uid: 21080 components: - - pos: -29.5,-15.5 + - type: Transform + pos: -29.5,-15.5 parent: 1 - type: Transform - uid: 21081 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 1 - type: Transform - uid: 21082 components: - - pos: -29.5,-17.5 + - type: Transform + pos: -29.5,-17.5 parent: 1 - type: Transform - uid: 21083 components: - - pos: -29.5,-18.5 + - type: Transform + pos: -29.5,-18.5 parent: 1 - type: Transform - uid: 21084 components: - - pos: -29.5,-19.5 + - type: Transform + pos: -29.5,-19.5 parent: 1 - type: Transform - uid: 21085 components: - - pos: -31.5,-19.5 + - type: Transform + pos: -31.5,-19.5 parent: 1 - type: Transform - uid: 21086 components: - - pos: -30.5,-19.5 + - type: Transform + pos: -30.5,-19.5 parent: 1 - type: Transform - uid: 21087 components: - - pos: -32.5,-19.5 + - type: Transform + pos: -32.5,-19.5 parent: 1 - type: Transform - uid: 21088 components: - - pos: -33.5,-19.5 + - type: Transform + pos: -33.5,-19.5 parent: 1 - type: Transform - uid: 21089 components: - - pos: -33.5,-12.5 + - type: Transform + pos: -33.5,-12.5 parent: 1 - type: Transform - uid: 21090 components: - - pos: -33.5,-13.5 + - type: Transform + pos: -33.5,-13.5 parent: 1 - type: Transform - uid: 21091 components: - - pos: -34.5,-11.5 + - type: Transform + pos: -34.5,-11.5 parent: 1 - type: Transform - uid: 21092 components: - - pos: -35.5,-11.5 + - type: Transform + pos: -35.5,-11.5 parent: 1 - type: Transform - uid: 21093 components: - - pos: -33.5,-14.5 + - type: Transform + pos: -33.5,-14.5 parent: 1 - type: Transform - uid: 21094 components: - - pos: -33.5,-15.5 + - type: Transform + pos: -33.5,-15.5 parent: 1 - type: Transform - uid: 21095 components: - - pos: -34.5,-15.5 + - type: Transform + pos: -34.5,-15.5 parent: 1 - type: Transform - uid: 21096 components: - - pos: -35.5,-15.5 + - type: Transform + pos: -35.5,-15.5 parent: 1 - type: Transform - uid: 21097 components: - - pos: -32.5,-15.5 + - type: Transform + pos: -32.5,-15.5 parent: 1 - type: Transform - uid: 21098 components: - - pos: -31.5,-15.5 + - type: Transform + pos: -31.5,-15.5 parent: 1 - type: Transform - uid: 21099 components: - - pos: -30.5,-15.5 + - type: Transform + pos: -30.5,-15.5 parent: 1 - type: Transform - uid: 21100 components: - - pos: -25.5,-22.5 + - type: Transform + pos: -25.5,-22.5 parent: 1 - type: Transform - uid: 21101 components: - - pos: -25.5,-23.5 + - type: Transform + pos: -25.5,-23.5 parent: 1 - type: Transform - uid: 21102 components: - - pos: -24.5,-23.5 + - type: Transform + pos: -24.5,-23.5 parent: 1 - type: Transform - uid: 21103 components: - - pos: -23.5,-23.5 + - type: Transform + pos: -23.5,-23.5 parent: 1 - type: Transform - uid: 21104 components: - - pos: -26.5,-23.5 + - type: Transform + pos: -26.5,-23.5 parent: 1 - type: Transform - uid: 21105 components: - - pos: -27.5,-23.5 + - type: Transform + pos: -27.5,-23.5 parent: 1 - type: Transform - uid: 21106 components: - - pos: -28.5,-23.5 + - type: Transform + pos: -28.5,-23.5 parent: 1 - type: Transform - uid: 21107 components: - - pos: -29.5,-23.5 + - type: Transform + pos: -29.5,-23.5 parent: 1 - type: Transform - uid: 21108 components: - - pos: -30.5,-23.5 + - type: Transform + pos: -30.5,-23.5 parent: 1 - type: Transform - uid: 21109 components: - - pos: -31.5,-23.5 + - type: Transform + pos: -31.5,-23.5 parent: 1 - type: Transform - uid: 21110 components: - - pos: -32.5,-23.5 + - type: Transform + pos: -32.5,-23.5 parent: 1 - type: Transform - uid: 21111 components: - - pos: -33.5,-23.5 + - type: Transform + pos: -33.5,-23.5 parent: 1 - type: Transform - uid: 21112 components: - - pos: -34.5,-23.5 + - type: Transform + pos: -34.5,-23.5 parent: 1 - type: Transform - uid: 21113 components: - - pos: -35.5,-23.5 + - type: Transform + pos: -35.5,-23.5 parent: 1 - type: Transform - uid: 21114 components: - - pos: -36.5,-23.5 + - type: Transform + pos: -36.5,-23.5 parent: 1 - type: Transform - uid: 21115 components: - - pos: -27.5,-22.5 + - type: Transform + pos: -27.5,-22.5 parent: 1 - type: Transform - uid: 21116 components: - - pos: -27.5,-21.5 + - type: Transform + pos: -27.5,-21.5 parent: 1 - type: Transform - uid: 21117 components: - - pos: -26.5,-21.5 + - type: Transform + pos: -26.5,-21.5 parent: 1 - type: Transform - uid: 21118 components: - - pos: -26.5,-20.5 + - type: Transform + pos: -26.5,-20.5 parent: 1 - type: Transform - uid: 21119 components: - - pos: -25.5,-20.5 + - type: Transform + pos: -25.5,-20.5 parent: 1 - type: Transform - uid: 21120 components: - - pos: -24.5,-20.5 + - type: Transform + pos: -24.5,-20.5 parent: 1 - type: Transform - uid: 21121 components: - - pos: -23.5,-20.5 + - type: Transform + pos: -23.5,-20.5 parent: 1 - type: Transform - uid: 21122 components: - - pos: -22.5,-20.5 + - type: Transform + pos: -22.5,-20.5 parent: 1 - type: Transform - uid: 21131 components: - - pos: -31.5,0.5 + - type: Transform + pos: -31.5,0.5 parent: 1 - type: Transform - uid: 21132 components: - - pos: -32.5,0.5 + - type: Transform + pos: -32.5,0.5 parent: 1 - type: Transform - uid: 21133 components: - - pos: -33.5,0.5 + - type: Transform + pos: -33.5,0.5 parent: 1 - type: Transform - uid: 21134 components: - - pos: -33.5,1.5 + - type: Transform + pos: -33.5,1.5 parent: 1 - type: Transform - uid: 21135 components: - - pos: -33.5,2.5 + - type: Transform + pos: -33.5,2.5 parent: 1 - type: Transform - uid: 21136 components: - - pos: -33.5,3.5 + - type: Transform + pos: -33.5,3.5 parent: 1 - type: Transform - uid: 21137 components: - - pos: -33.5,4.5 + - type: Transform + pos: -33.5,4.5 parent: 1 - type: Transform - uid: 21138 components: - - pos: -33.5,5.5 + - type: Transform + pos: -33.5,5.5 parent: 1 - type: Transform - uid: 21139 components: - - pos: -33.5,6.5 + - type: Transform + pos: -33.5,6.5 parent: 1 - type: Transform - uid: 21149 components: - - pos: -33.5,-0.5 + - type: Transform + pos: -33.5,-0.5 parent: 1 - type: Transform - uid: 21150 components: - - pos: -33.5,-1.5 + - type: Transform + pos: -33.5,-1.5 parent: 1 - type: Transform - uid: 21151 components: - - pos: -33.5,-2.5 + - type: Transform + pos: -33.5,-2.5 parent: 1 - type: Transform - uid: 21152 components: - - pos: -33.5,-3.5 + - type: Transform + pos: -33.5,-3.5 parent: 1 - type: Transform - uid: 21153 components: - - pos: -32.5,-2.5 + - type: Transform + pos: -32.5,-2.5 parent: 1 - type: Transform - uid: 21154 components: - - pos: -33.5,-4.5 + - type: Transform + pos: -33.5,-4.5 parent: 1 - type: Transform - uid: 21155 components: - - pos: -33.5,-5.5 + - type: Transform + pos: -33.5,-5.5 parent: 1 - type: Transform - uid: 21156 components: - - pos: -33.5,-6.5 + - type: Transform + pos: -33.5,-6.5 parent: 1 - type: Transform - uid: 21157 components: - - pos: -33.5,-7.5 + - type: Transform + pos: -33.5,-7.5 parent: 1 - type: Transform - uid: 21158 components: - - pos: -32.5,-7.5 + - type: Transform + pos: -32.5,-7.5 parent: 1 - type: Transform - uid: 21159 components: - - pos: -31.5,-7.5 + - type: Transform + pos: -31.5,-7.5 parent: 1 - type: Transform - uid: 21160 components: - - pos: -34.5,-7.5 + - type: Transform + pos: -34.5,-7.5 parent: 1 - type: Transform - uid: 21161 components: - - pos: -35.5,-7.5 + - type: Transform + pos: -35.5,-7.5 parent: 1 - type: Transform - uid: 21162 components: - - pos: -36.5,-7.5 + - type: Transform + pos: -36.5,-7.5 parent: 1 - type: Transform - uid: 21163 components: - - pos: -34.5,-4.5 + - type: Transform + pos: -34.5,-4.5 parent: 1 - type: Transform - uid: 21164 components: - - pos: -35.5,-4.5 + - type: Transform + pos: -35.5,-4.5 parent: 1 - type: Transform - uid: 21165 components: - - pos: -34.5,-0.5 + - type: Transform + pos: -34.5,-0.5 parent: 1 - type: Transform - uid: 21166 components: - - pos: -35.5,-0.5 + - type: Transform + pos: -35.5,-0.5 parent: 1 - type: Transform - uid: 21167 components: - - pos: -24.5,15.5 + - type: Transform + pos: -24.5,15.5 parent: 1 - type: Transform - uid: 21168 components: - - pos: -24.5,16.5 + - type: Transform + pos: -24.5,16.5 parent: 1 - type: Transform - uid: 21169 components: - - pos: -25.5,16.5 + - type: Transform + pos: -25.5,16.5 parent: 1 - type: Transform - uid: 21170 components: - - pos: -26.5,16.5 + - type: Transform + pos: -26.5,16.5 parent: 1 - type: Transform - uid: 21171 components: - - pos: -27.5,16.5 + - type: Transform + pos: -27.5,16.5 parent: 1 - type: Transform - uid: 21172 components: - - pos: -28.5,16.5 + - type: Transform + pos: -28.5,16.5 parent: 1 - type: Transform - uid: 21173 components: - - pos: -29.5,16.5 + - type: Transform + pos: -29.5,16.5 parent: 1 - type: Transform - uid: 21174 components: - - pos: -30.5,16.5 + - type: Transform + pos: -30.5,16.5 parent: 1 - type: Transform - uid: 21175 components: - - pos: -31.5,16.5 + - type: Transform + pos: -31.5,16.5 parent: 1 - type: Transform - uid: 21176 components: - - pos: -32.5,16.5 + - type: Transform + pos: -32.5,16.5 parent: 1 - type: Transform - uid: 21177 components: - - pos: -33.5,16.5 + - type: Transform + pos: -33.5,16.5 parent: 1 - type: Transform - uid: 21178 components: - - pos: -34.5,16.5 + - type: Transform + pos: -34.5,16.5 parent: 1 - type: Transform - uid: 21179 components: - - pos: -35.5,16.5 + - type: Transform + pos: -35.5,16.5 parent: 1 - type: Transform - uid: 21180 components: - - pos: -36.5,16.5 + - type: Transform + pos: -36.5,16.5 parent: 1 - type: Transform - uid: 21181 components: - - pos: -36.5,15.5 + - type: Transform + pos: -36.5,15.5 parent: 1 - type: Transform - uid: 21182 components: - - pos: -36.5,14.5 + - type: Transform + pos: -36.5,14.5 parent: 1 - type: Transform - uid: 21183 components: - - pos: -36.5,13.5 + - type: Transform + pos: -36.5,13.5 parent: 1 - type: Transform - uid: 21184 components: - - pos: -36.5,12.5 + - type: Transform + pos: -36.5,12.5 parent: 1 - type: Transform - uid: 21185 components: - - pos: -36.5,11.5 + - type: Transform + pos: -36.5,11.5 parent: 1 - type: Transform - uid: 21186 components: - - pos: -36.5,10.5 + - type: Transform + pos: -36.5,10.5 parent: 1 - type: Transform - uid: 21187 components: - - pos: -23.5,16.5 + - type: Transform + pos: -23.5,16.5 parent: 1 - type: Transform - uid: 21188 components: - - pos: -22.5,16.5 + - type: Transform + pos: -22.5,16.5 parent: 1 - type: Transform - uid: 21189 components: - - pos: -21.5,16.5 + - type: Transform + pos: -21.5,16.5 parent: 1 - type: Transform - uid: 21190 components: - - pos: -20.5,16.5 + - type: Transform + pos: -20.5,16.5 parent: 1 - type: Transform - uid: 21191 components: - - pos: -19.5,16.5 + - type: Transform + pos: -19.5,16.5 parent: 1 - type: Transform - uid: 21192 components: - - pos: -18.5,16.5 + - type: Transform + pos: -18.5,16.5 parent: 1 - type: Transform - uid: 21193 components: - - pos: -17.5,16.5 + - type: Transform + pos: -17.5,16.5 parent: 1 - type: Transform - uid: 21194 components: - - pos: -16.5,16.5 + - type: Transform + pos: -16.5,16.5 parent: 1 - type: Transform - uid: 21195 components: - - pos: -16.5,17.5 + - type: Transform + pos: -16.5,17.5 parent: 1 - type: Transform - uid: 21196 components: - - pos: -16.5,18.5 + - type: Transform + pos: -16.5,18.5 parent: 1 - type: Transform - uid: 21197 components: - - pos: -16.5,19.5 + - type: Transform + pos: -16.5,19.5 parent: 1 - type: Transform - uid: 21198 components: - - pos: -16.5,20.5 + - type: Transform + pos: -16.5,20.5 parent: 1 - type: Transform - uid: 21199 components: - - pos: -15.5,19.5 + - type: Transform + pos: -15.5,19.5 parent: 1 - type: Transform - uid: 21200 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 21201 components: - - pos: -17.5,21.5 + - type: Transform + pos: -17.5,21.5 parent: 1 - type: Transform - uid: 21202 components: - - pos: -17.5,22.5 + - type: Transform + pos: -17.5,22.5 parent: 1 - type: Transform - uid: 21203 components: - - pos: -17.5,23.5 + - type: Transform + pos: -17.5,23.5 parent: 1 - type: Transform - uid: 21204 components: - - pos: -17.5,24.5 + - type: Transform + pos: -17.5,24.5 parent: 1 - type: Transform - uid: 21205 components: - - pos: -17.5,25.5 + - type: Transform + pos: -17.5,25.5 parent: 1 - type: Transform - uid: 21206 components: - - pos: -17.5,26.5 + - type: Transform + pos: -17.5,26.5 parent: 1 - type: Transform - uid: 21219 components: - - pos: -24.5,14.5 + - type: Transform + pos: -24.5,14.5 parent: 1 - type: Transform - uid: 21220 components: - - pos: -23.5,14.5 + - type: Transform + pos: -23.5,14.5 parent: 1 - type: Transform - uid: 21221 components: - - pos: -22.5,14.5 + - type: Transform + pos: -22.5,14.5 parent: 1 - type: Transform - uid: 21242 components: - - pos: -12.5,28.5 + - type: Transform + pos: -12.5,28.5 parent: 1 - type: Transform - uid: 21243 components: - - pos: -12.5,27.5 + - type: Transform + pos: -12.5,27.5 parent: 1 - type: Transform - uid: 21244 components: - - pos: -12.5,26.5 + - type: Transform + pos: -12.5,26.5 parent: 1 - type: Transform - uid: 21245 components: - - pos: -12.5,25.5 + - type: Transform + pos: -12.5,25.5 parent: 1 - type: Transform - uid: 21246 components: - - pos: -13.5,25.5 + - type: Transform + pos: -13.5,25.5 parent: 1 - type: Transform - uid: 21247 components: - - pos: -12.5,24.5 + - type: Transform + pos: -12.5,24.5 parent: 1 - type: Transform - uid: 21248 components: - - pos: -11.5,24.5 + - type: Transform + pos: -11.5,24.5 parent: 1 - type: Transform - uid: 21249 components: - - pos: -10.5,24.5 + - type: Transform + pos: -10.5,24.5 parent: 1 - type: Transform - uid: 21250 components: - - pos: -9.5,24.5 + - type: Transform + pos: -9.5,24.5 parent: 1 - type: Transform - uid: 21251 components: - - pos: -8.5,24.5 + - type: Transform + pos: -8.5,24.5 parent: 1 - type: Transform - uid: 21252 components: - - pos: -7.5,24.5 + - type: Transform + pos: -7.5,24.5 parent: 1 - type: Transform - uid: 21253 components: - - pos: -6.5,24.5 + - type: Transform + pos: -6.5,24.5 parent: 1 - type: Transform - uid: 21254 components: - - pos: -6.5,23.5 + - type: Transform + pos: -6.5,23.5 parent: 1 - type: Transform - uid: 21255 components: - - pos: -5.5,23.5 + - type: Transform + pos: -5.5,23.5 parent: 1 - type: Transform - uid: 21256 components: - - pos: -4.5,23.5 + - type: Transform + pos: -4.5,23.5 parent: 1 - type: Transform - uid: 21257 components: - - pos: -4.5,24.5 + - type: Transform + pos: -4.5,24.5 parent: 1 - type: Transform - uid: 21258 components: - - pos: -4.5,25.5 + - type: Transform + pos: -4.5,25.5 parent: 1 - type: Transform - uid: 21259 components: - - pos: -4.5,26.5 + - type: Transform + pos: -4.5,26.5 parent: 1 - type: Transform - uid: 21260 components: - - pos: -4.5,27.5 + - type: Transform + pos: -4.5,27.5 parent: 1 - type: Transform - uid: 21262 components: - - pos: -15.5,16.5 + - type: Transform + pos: -15.5,16.5 parent: 1 - type: Transform - uid: 21263 components: - - pos: -14.5,16.5 + - type: Transform + pos: -14.5,16.5 parent: 1 - type: Transform - uid: 21264 components: - - pos: -14.5,15.5 + - type: Transform + pos: -14.5,15.5 parent: 1 - type: Transform - uid: 21265 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 1 - type: Transform - uid: 21266 components: - - pos: -14.5,13.5 + - type: Transform + pos: -14.5,13.5 parent: 1 - type: Transform - uid: 21267 components: - - pos: -14.5,12.5 + - type: Transform + pos: -14.5,12.5 parent: 1 - type: Transform - uid: 21268 components: - - pos: -14.5,11.5 + - type: Transform + pos: -14.5,11.5 parent: 1 - type: Transform - uid: 21269 components: - - pos: -14.5,10.5 + - type: Transform + pos: -14.5,10.5 parent: 1 - type: Transform - uid: 21270 components: - - pos: -14.5,9.5 + - type: Transform + pos: -14.5,9.5 parent: 1 - type: Transform - uid: 21271 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 1 - type: Transform - uid: 21272 components: - - pos: -14.5,17.5 + - type: Transform + pos: -14.5,17.5 parent: 1 - type: Transform - uid: 21273 components: - - pos: -13.5,17.5 + - type: Transform + pos: -13.5,17.5 parent: 1 - type: Transform - uid: 21274 components: - - pos: -12.5,17.5 + - type: Transform + pos: -12.5,17.5 parent: 1 - type: Transform - uid: 21275 components: - - pos: -11.5,17.5 + - type: Transform + pos: -11.5,17.5 parent: 1 - type: Transform - uid: 21276 components: - - pos: -10.5,17.5 + - type: Transform + pos: -10.5,17.5 parent: 1 - type: Transform - uid: 21277 components: - - pos: -9.5,17.5 + - type: Transform + pos: -9.5,17.5 parent: 1 - type: Transform - uid: 21278 components: - - pos: -8.5,17.5 + - type: Transform + pos: -8.5,17.5 parent: 1 - type: Transform - uid: 21279 components: - - pos: -7.5,17.5 + - type: Transform + pos: -7.5,17.5 parent: 1 - type: Transform - uid: 21281 components: - - pos: -5.5,17.5 + - type: Transform + pos: -5.5,17.5 parent: 1 - type: Transform - uid: 21282 components: - - pos: -4.5,17.5 + - type: Transform + pos: -4.5,17.5 parent: 1 - type: Transform - uid: 21283 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - uid: 21284 components: - - pos: -2.5,17.5 + - type: Transform + pos: -2.5,17.5 parent: 1 - type: Transform - uid: 21285 components: - - pos: -1.5,17.5 + - type: Transform + pos: -1.5,17.5 parent: 1 - type: Transform - uid: 21286 components: - - pos: -0.5,17.5 + - type: Transform + pos: -0.5,17.5 parent: 1 - type: Transform - uid: 21287 components: - - pos: 17.5,14.5 + - type: Transform + pos: 17.5,14.5 parent: 1 - type: Transform - uid: 21288 components: - - pos: 16.5,14.5 + - type: Transform + pos: 16.5,14.5 parent: 1 - type: Transform - uid: 21289 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 1 - type: Transform - uid: 21290 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 21291 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 21292 components: - - pos: 13.5,13.5 + - type: Transform + pos: 13.5,13.5 parent: 1 - type: Transform - uid: 21293 components: - - pos: 13.5,12.5 + - type: Transform + pos: 13.5,12.5 parent: 1 - type: Transform - uid: 21294 components: - - pos: 13.5,11.5 + - type: Transform + pos: 13.5,11.5 parent: 1 - type: Transform - uid: 21295 components: - - pos: 13.5,15.5 + - type: Transform + pos: 13.5,15.5 parent: 1 - type: Transform - uid: 21296 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 1 - type: Transform - uid: 21297 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 1 - type: Transform - uid: 21298 components: - - pos: 13.5,16.5 + - type: Transform + pos: 13.5,16.5 parent: 1 - type: Transform - uid: 21299 components: - - pos: 13.5,21.5 + - type: Transform + pos: 13.5,21.5 parent: 1 - type: Transform - uid: 21304 components: - - pos: 13.5,20.5 + - type: Transform + pos: 13.5,20.5 parent: 1 - type: Transform - uid: 21305 components: - - pos: 13.5,17.5 + - type: Transform + pos: 13.5,17.5 parent: 1 - type: Transform - uid: 21306 components: - - pos: 13.5,19.5 + - type: Transform + pos: 13.5,19.5 parent: 1 - type: Transform - uid: 21307 components: - - pos: 13.5,18.5 + - type: Transform + pos: 13.5,18.5 parent: 1 - type: Transform - uid: 21308 components: - - pos: 13.5,22.5 + - type: Transform + pos: 13.5,22.5 parent: 1 - type: Transform - uid: 21309 components: - - pos: 12.5,17.5 + - type: Transform + pos: 12.5,17.5 parent: 1 - type: Transform - uid: 21310 components: - - pos: 11.5,17.5 + - type: Transform + pos: 11.5,17.5 parent: 1 - type: Transform - uid: 21311 components: - - pos: 10.5,17.5 + - type: Transform + pos: 10.5,17.5 parent: 1 - type: Transform - uid: 21314 components: - - pos: 12.5,14.5 + - type: Transform + pos: 12.5,14.5 parent: 1 - type: Transform - uid: 21315 components: - - pos: 11.5,14.5 + - type: Transform + pos: 11.5,14.5 parent: 1 - type: Transform - uid: 21316 components: - - pos: 10.5,14.5 + - type: Transform + pos: 10.5,14.5 parent: 1 - type: Transform - uid: 21317 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 1 - type: Transform - uid: 21323 components: - - pos: 17.5,15.5 + - type: Transform + pos: 17.5,15.5 parent: 1 - type: Transform - uid: 21324 components: - - pos: 17.5,16.5 + - type: Transform + pos: 17.5,16.5 parent: 1 - type: Transform - uid: 21325 components: - - pos: 17.5,17.5 + - type: Transform + pos: 17.5,17.5 parent: 1 - type: Transform - uid: 21326 components: - - pos: 17.5,18.5 + - type: Transform + pos: 17.5,18.5 parent: 1 - type: Transform - uid: 21329 components: - - pos: 8.5,14.5 + - type: Transform + pos: 8.5,14.5 parent: 1 - type: Transform - uid: 21330 components: - - pos: 7.5,14.5 + - type: Transform + pos: 7.5,14.5 parent: 1 - type: Transform - uid: 21331 components: - - pos: 6.5,14.5 + - type: Transform + pos: 6.5,14.5 parent: 1 - type: Transform - uid: 21332 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 1 - type: Transform - uid: 21333 components: - - pos: 4.5,14.5 + - type: Transform + pos: 4.5,14.5 parent: 1 - type: Transform - uid: 21334 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 1 - type: Transform - uid: 21335 components: - - pos: 2.5,14.5 + - type: Transform + pos: 2.5,14.5 parent: 1 - type: Transform - uid: 21336 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 1 - type: Transform - uid: 21337 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 1 - type: Transform - uid: 21338 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 21339 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 1 - type: Transform - uid: 21340 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 1 - type: Transform - uid: 21341 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 21342 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 21343 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 21344 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 21345 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 1 - type: Transform - uid: 21346 components: - - pos: -8.5,14.5 + - type: Transform + pos: -8.5,14.5 parent: 1 - type: Transform - uid: 21347 components: - - pos: -9.5,14.5 + - type: Transform + pos: -9.5,14.5 parent: 1 - type: Transform - uid: 21348 components: - - pos: -10.5,14.5 + - type: Transform + pos: -10.5,14.5 parent: 1 - type: Transform - uid: 21349 components: - - pos: -11.5,14.5 + - type: Transform + pos: -11.5,14.5 parent: 1 - type: Transform - uid: 21395 components: - - pos: -55.5,-41.5 + - type: Transform + pos: -55.5,-41.5 parent: 1 - type: Transform - uid: 21465 components: - - pos: -19.5,7.5 + - type: Transform + pos: -19.5,7.5 parent: 1 - type: Transform - uid: 21466 components: - - pos: -19.5,6.5 + - type: Transform + pos: -19.5,6.5 parent: 1 - type: Transform - uid: 21467 components: - - pos: -19.5,5.5 + - type: Transform + pos: -19.5,5.5 parent: 1 - type: Transform - uid: 21468 components: - - pos: -20.5,5.5 + - type: Transform + pos: -20.5,5.5 parent: 1 - type: Transform - uid: 21469 components: - - pos: -21.5,5.5 + - type: Transform + pos: -21.5,5.5 parent: 1 - type: Transform - uid: 21470 components: - - pos: -22.5,5.5 + - type: Transform + pos: -22.5,5.5 parent: 1 - type: Transform - uid: 21471 components: - - pos: -22.5,4.5 + - type: Transform + pos: -22.5,4.5 parent: 1 - type: Transform - uid: 21472 components: - - pos: -22.5,3.5 + - type: Transform + pos: -22.5,3.5 parent: 1 - type: Transform - uid: 21473 components: - - pos: -22.5,2.5 + - type: Transform + pos: -22.5,2.5 parent: 1 - type: Transform - uid: 21474 components: - - pos: -21.5,2.5 + - type: Transform + pos: -21.5,2.5 parent: 1 - type: Transform - uid: 21475 components: - - pos: -20.5,2.5 + - type: Transform + pos: -20.5,2.5 parent: 1 - type: Transform - uid: 21476 components: - - pos: -19.5,2.5 + - type: Transform + pos: -19.5,2.5 parent: 1 - type: Transform - uid: 21477 components: - - pos: -18.5,2.5 + - type: Transform + pos: -18.5,2.5 parent: 1 - type: Transform - uid: 21478 components: - - pos: -19.5,1.5 + - type: Transform + pos: -19.5,1.5 parent: 1 - type: Transform - uid: 21479 components: - - pos: -19.5,0.5 + - type: Transform + pos: -19.5,0.5 parent: 1 - type: Transform - uid: 21480 components: - - pos: -19.5,-0.5 + - type: Transform + pos: -19.5,-0.5 parent: 1 - type: Transform - uid: 21481 components: - - pos: -19.5,-1.5 + - type: Transform + pos: -19.5,-1.5 parent: 1 - type: Transform - uid: 21482 components: - - pos: -19.5,-2.5 + - type: Transform + pos: -19.5,-2.5 parent: 1 - type: Transform - uid: 21483 components: - - pos: -19.5,-3.5 + - type: Transform + pos: -19.5,-3.5 parent: 1 - type: Transform - uid: 21484 components: - - pos: -19.5,-4.5 + - type: Transform + pos: -19.5,-4.5 parent: 1 - type: Transform - uid: 21485 components: - - pos: -19.5,-5.5 + - type: Transform + pos: -19.5,-5.5 parent: 1 - type: Transform - uid: 21486 components: - - pos: -19.5,-6.5 + - type: Transform + pos: -19.5,-6.5 parent: 1 - type: Transform - uid: 21487 components: - - pos: -19.5,-7.5 + - type: Transform + pos: -19.5,-7.5 parent: 1 - type: Transform - uid: 21488 components: - - pos: -18.5,-6.5 + - type: Transform + pos: -18.5,-6.5 parent: 1 - type: Transform - uid: 21489 components: - - pos: -17.5,-6.5 + - type: Transform + pos: -17.5,-6.5 parent: 1 - type: Transform - uid: 21490 components: - - pos: -17.5,-5.5 + - type: Transform + pos: -17.5,-5.5 parent: 1 - type: Transform - uid: 21491 components: - - pos: -20.5,-6.5 + - type: Transform + pos: -20.5,-6.5 parent: 1 - type: Transform - uid: 21492 components: - - pos: -20.5,-1.5 + - type: Transform + pos: -20.5,-1.5 parent: 1 - type: Transform - uid: 21493 components: - - pos: -18.5,-1.5 + - type: Transform + pos: -18.5,-1.5 parent: 1 - type: Transform - uid: 21494 components: - - pos: -18.5,5.5 + - type: Transform + pos: -18.5,5.5 parent: 1 - type: Transform - uid: 21495 components: - - pos: -17.5,5.5 + - type: Transform + pos: -17.5,5.5 parent: 1 - type: Transform - uid: 21496 components: - - pos: -17.5,2.5 + - type: Transform + pos: -17.5,2.5 parent: 1 - type: Transform - uid: 21497 components: - - pos: -17.5,3.5 + - type: Transform + pos: -17.5,3.5 parent: 1 - type: Transform - uid: 21498 components: - - pos: -22.5,1.5 + - type: Transform + pos: -22.5,1.5 parent: 1 - type: Transform - uid: 21499 components: - - pos: -23.5,1.5 + - type: Transform + pos: -23.5,1.5 parent: 1 - type: Transform - uid: 21500 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 1 - type: Transform - uid: 21501 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 21502 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 1 - type: Transform - uid: 21503 components: - - pos: -17.5,-14.5 + - type: Transform + pos: -17.5,-14.5 parent: 1 - type: Transform - uid: 21504 components: - - pos: -18.5,-14.5 + - type: Transform + pos: -18.5,-14.5 parent: 1 - type: Transform - uid: 21505 components: - - pos: -19.5,-14.5 + - type: Transform + pos: -19.5,-14.5 parent: 1 - type: Transform - uid: 21506 components: - - pos: -20.5,-14.5 + - type: Transform + pos: -20.5,-14.5 parent: 1 - type: Transform - uid: 21507 components: - - pos: -21.5,-14.5 + - type: Transform + pos: -21.5,-14.5 parent: 1 - type: Transform - uid: 21508 components: - - pos: -21.5,-13.5 + - type: Transform + pos: -21.5,-13.5 parent: 1 - type: Transform - uid: 21509 components: - - pos: -22.5,-13.5 + - type: Transform + pos: -22.5,-13.5 parent: 1 - type: Transform - uid: 21510 components: - - pos: -22.5,-12.5 + - type: Transform + pos: -22.5,-12.5 parent: 1 - type: Transform - uid: 21511 components: - - pos: -21.5,-12.5 + - type: Transform + pos: -21.5,-12.5 parent: 1 - type: Transform - uid: 21512 components: - - pos: -20.5,-12.5 + - type: Transform + pos: -20.5,-12.5 parent: 1 - type: Transform - uid: 21513 components: - - pos: -19.5,-12.5 + - type: Transform + pos: -19.5,-12.5 parent: 1 - type: Transform - uid: 21514 components: - - pos: -18.5,-12.5 + - type: Transform + pos: -18.5,-12.5 parent: 1 - type: Transform - uid: 21515 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 1 - type: Transform - uid: 21516 components: - - pos: -16.5,-12.5 + - type: Transform + pos: -16.5,-12.5 parent: 1 - type: Transform - uid: 21517 components: - - pos: -15.5,-12.5 + - type: Transform + pos: -15.5,-12.5 parent: 1 - type: Transform - uid: 21518 components: - - pos: -14.5,-12.5 + - type: Transform + pos: -14.5,-12.5 parent: 1 - type: Transform - uid: 21519 components: - - pos: -11.5,-21.5 + - type: Transform + pos: -11.5,-21.5 parent: 1 - type: Transform - uid: 21520 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 1 - type: Transform - uid: 21521 components: - - pos: -12.5,-20.5 + - type: Transform + pos: -12.5,-20.5 parent: 1 - type: Transform - uid: 21522 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 1 - type: Transform - uid: 21523 components: - - pos: -12.5,-18.5 + - type: Transform + pos: -12.5,-18.5 parent: 1 - type: Transform - uid: 21524 components: - - pos: -11.5,-22.5 + - type: Transform + pos: -11.5,-22.5 parent: 1 - type: Transform - uid: 21525 components: - - pos: -0.5,19.5 + - type: Transform + pos: -0.5,19.5 parent: 1 - type: Transform - uid: 21526 components: - - pos: -0.5,20.5 + - type: Transform + pos: -0.5,20.5 parent: 1 - type: Transform - uid: 21528 components: - - pos: -9.5,-21.5 + - type: Transform + pos: -9.5,-21.5 parent: 1 - type: Transform - uid: 21529 components: - - pos: -12.5,-26.5 + - type: Transform + pos: -12.5,-26.5 parent: 1 - type: Transform - uid: 21530 components: - - pos: -12.5,-27.5 + - type: Transform + pos: -12.5,-27.5 parent: 1 - type: Transform - uid: 21531 components: - - pos: -12.5,-25.5 + - type: Transform + pos: -12.5,-25.5 parent: 1 - type: Transform - uid: 21532 components: - - pos: -10.5,-21.5 + - type: Transform + pos: -10.5,-21.5 parent: 1 - type: Transform - uid: 21533 components: - - pos: -9.5,-20.5 + - type: Transform + pos: -9.5,-20.5 parent: 1 - type: Transform - uid: 21534 components: - - pos: -9.5,-19.5 + - type: Transform + pos: -9.5,-19.5 parent: 1 - type: Transform - uid: 21535 components: - - pos: -9.5,-22.5 + - type: Transform + pos: -9.5,-22.5 parent: 1 - type: Transform - uid: 21536 components: - - pos: -9.5,-23.5 + - type: Transform + pos: -9.5,-23.5 parent: 1 - type: Transform - uid: 21537 components: - - pos: -8.5,-23.5 + - type: Transform + pos: -8.5,-23.5 parent: 1 - type: Transform - uid: 21538 components: - - pos: -7.5,-23.5 + - type: Transform + pos: -7.5,-23.5 parent: 1 - type: Transform - uid: 21539 components: - - pos: -6.5,-23.5 + - type: Transform + pos: -6.5,-23.5 parent: 1 - type: Transform - uid: 21540 components: - - pos: -5.5,-23.5 + - type: Transform + pos: -5.5,-23.5 parent: 1 - type: Transform - uid: 21541 components: - - pos: -5.5,-24.5 + - type: Transform + pos: -5.5,-24.5 parent: 1 - type: Transform - uid: 21542 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 1 - type: Transform - uid: 21543 components: - - pos: -4.5,-25.5 + - type: Transform + pos: -4.5,-25.5 parent: 1 - type: Transform - uid: 21544 components: - - pos: -4.5,-26.5 + - type: Transform + pos: -4.5,-26.5 parent: 1 - type: Transform - uid: 21545 components: - - pos: -3.5,-26.5 + - type: Transform + pos: -3.5,-26.5 parent: 1 - type: Transform - uid: 21546 components: - - pos: -1.5,-26.5 + - type: Transform + pos: -1.5,-26.5 parent: 1 - type: Transform - uid: 21547 components: - - pos: -2.5,-26.5 + - type: Transform + pos: -2.5,-26.5 parent: 1 - type: Transform - uid: 21548 components: - - pos: -0.5,-26.5 + - type: Transform + pos: -0.5,-26.5 parent: 1 - type: Transform - uid: 21549 components: - - pos: 0.5,-26.5 + - type: Transform + pos: 0.5,-26.5 parent: 1 - type: Transform - uid: 21550 components: - - pos: 1.5,-26.5 + - type: Transform + pos: 1.5,-26.5 parent: 1 - type: Transform - uid: 21551 components: - - pos: 2.5,-26.5 + - type: Transform + pos: 2.5,-26.5 parent: 1 - type: Transform - uid: 21552 components: - - pos: 3.5,-26.5 + - type: Transform + pos: 3.5,-26.5 parent: 1 - type: Transform - uid: 21553 components: - - pos: 4.5,-26.5 + - type: Transform + pos: 4.5,-26.5 parent: 1 - type: Transform - uid: 21554 components: - - pos: 4.5,-25.5 + - type: Transform + pos: 4.5,-25.5 parent: 1 - type: Transform - uid: 21555 components: - - pos: 5.5,-25.5 + - type: Transform + pos: 5.5,-25.5 parent: 1 - type: Transform - uid: 21556 components: - - pos: 5.5,-24.5 + - type: Transform + pos: 5.5,-24.5 parent: 1 - type: Transform - uid: 21557 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 1 - type: Transform - uid: 21558 components: - - pos: 6.5,-23.5 + - type: Transform + pos: 6.5,-23.5 parent: 1 - type: Transform - uid: 21559 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 1 - type: Transform - uid: 21560 components: - - pos: 8.5,-23.5 + - type: Transform + pos: 8.5,-23.5 parent: 1 - type: Transform - uid: 21561 components: - - pos: 8.5,-24.5 + - type: Transform + pos: 8.5,-24.5 parent: 1 - type: Transform - uid: 21562 components: - - pos: 9.5,-23.5 + - type: Transform + pos: 9.5,-23.5 parent: 1 - type: Transform - uid: 21563 components: - - pos: 10.5,-23.5 + - type: Transform + pos: 10.5,-23.5 parent: 1 - type: Transform - uid: 21564 components: - - pos: 10.5,-24.5 + - type: Transform + pos: 10.5,-24.5 parent: 1 - type: Transform - uid: 21565 components: - - pos: 9.5,-22.5 + - type: Transform + pos: 9.5,-22.5 parent: 1 - type: Transform - uid: 21566 components: - - pos: 9.5,-21.5 + - type: Transform + pos: 9.5,-21.5 parent: 1 - type: Transform - uid: 21567 components: - - pos: 9.5,-20.5 + - type: Transform + pos: 9.5,-20.5 parent: 1 - type: Transform - uid: 21568 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 1 - type: Transform - uid: 21569 components: - - pos: 8.5,-19.5 + - type: Transform + pos: 8.5,-19.5 parent: 1 - type: Transform - uid: 21570 components: - - pos: 8.5,-18.5 + - type: Transform + pos: 8.5,-18.5 parent: 1 - type: Transform - uid: 21571 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 1 - type: Transform - uid: 21574 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 1 - type: Transform - uid: 21578 components: - - pos: -43.5,-30.5 + - type: Transform + pos: -43.5,-30.5 parent: 1 - type: Transform - uid: 21581 components: - - pos: -42.5,-32.5 + - type: Transform + pos: -42.5,-32.5 parent: 1 - type: Transform - uid: 21684 components: - - pos: 2.5,-20.5 + - type: Transform + pos: 2.5,-20.5 parent: 1 - type: Transform - uid: 21685 components: - - pos: 1.5,-20.5 + - type: Transform + pos: 1.5,-20.5 parent: 1 - type: Transform - uid: 21686 components: - - pos: 1.5,-21.5 + - type: Transform + pos: 1.5,-21.5 parent: 1 - type: Transform - uid: 21687 components: - - pos: 0.5,-21.5 + - type: Transform + pos: 0.5,-21.5 parent: 1 - type: Transform - uid: 21688 components: - - pos: -0.5,-21.5 + - type: Transform + pos: -0.5,-21.5 parent: 1 - type: Transform - uid: 21689 components: - - pos: -1.5,-21.5 + - type: Transform + pos: -1.5,-21.5 parent: 1 - type: Transform - uid: 21691 components: - - pos: -2.5,-21.5 + - type: Transform + pos: -2.5,-21.5 parent: 1 - type: Transform - uid: 21692 components: - - pos: -2.5,-20.5 + - type: Transform + pos: -2.5,-20.5 parent: 1 - type: Transform - uid: 21693 components: - - pos: -2.5,-19.5 + - type: Transform + pos: -2.5,-19.5 parent: 1 - type: Transform - uid: 21694 components: - - pos: -3.5,-19.5 + - type: Transform + pos: -3.5,-19.5 parent: 1 - type: Transform - uid: 21695 components: - - pos: -4.5,-19.5 + - type: Transform + pos: -4.5,-19.5 parent: 1 - type: Transform - uid: 21696 components: - - pos: -4.5,-18.5 + - type: Transform + pos: -4.5,-18.5 parent: 1 - type: Transform - uid: 21697 components: - - pos: 1.5,-19.5 + - type: Transform + pos: 1.5,-19.5 parent: 1 - type: Transform - uid: 21698 components: - - pos: 2.5,-19.5 + - type: Transform + pos: 2.5,-19.5 parent: 1 - type: Transform - uid: 21699 components: - - pos: 3.5,-19.5 + - type: Transform + pos: 3.5,-19.5 parent: 1 - type: Transform - uid: 21700 components: - - pos: 3.5,-18.5 + - type: Transform + pos: 3.5,-18.5 parent: 1 - type: Transform - uid: 21701 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 1 - type: Transform - uid: 21702 components: - - pos: -5.5,-19.5 + - type: Transform + pos: -5.5,-19.5 parent: 1 - type: Transform - uid: 21703 components: - - pos: 4.5,-18.5 + - type: Transform + pos: 4.5,-18.5 parent: 1 - type: Transform - uid: 21704 components: - - pos: 4.5,-19.5 + - type: Transform + pos: 4.5,-19.5 parent: 1 - type: Transform - uid: 21705 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 21706 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 21707 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 21708 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - uid: 21709 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - uid: 21710 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 21711 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 21712 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 1 - type: Transform - uid: 21713 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - uid: 21714 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 1 - type: Transform - uid: 21715 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 1 - type: Transform - uid: 21716 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 21717 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - uid: 21718 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 1 - type: Transform - uid: 21719 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 21720 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 1 - type: Transform - uid: 21721 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 1 - type: Transform - uid: 21722 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 1 - type: Transform - uid: 21723 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 1 - type: Transform - uid: 21724 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 1 - type: Transform - uid: 21725 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 1 - type: Transform - uid: 21726 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 1 - type: Transform - uid: 21727 components: - - pos: -11.5,-11.5 + - type: Transform + pos: -11.5,-11.5 parent: 1 - type: Transform - uid: 21728 components: - - pos: -11.5,-12.5 + - type: Transform + pos: -11.5,-12.5 parent: 1 - type: Transform - uid: 21729 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 1 - type: Transform - uid: 21730 components: - - pos: -11.5,-14.5 + - type: Transform + pos: -11.5,-14.5 parent: 1 - type: Transform - uid: 21731 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 1 - type: Transform - uid: 21732 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 1 - type: Transform - uid: 21733 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 1 - type: Transform - uid: 21734 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 1 - type: Transform - uid: 21735 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 1 - type: Transform - uid: 21736 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 21737 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - uid: 21738 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - uid: 21739 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 21740 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - uid: 21741 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - uid: 21742 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 21743 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 21744 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 21745 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 1 - type: Transform - uid: 21746 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 1 - type: Transform - uid: 21747 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 21748 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - uid: 21749 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - uid: 21750 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 21751 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 21752 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 21753 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 21754 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 21755 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 21756 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 21757 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 21758 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 21759 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 21760 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 21761 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - uid: 21762 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 21763 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - uid: 21764 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - uid: 21765 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 1 - type: Transform - uid: 21766 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - uid: 21767 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 1 - type: Transform - uid: 21768 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 1 - type: Transform - uid: 21769 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 1 - type: Transform - uid: 21770 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - uid: 21771 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - uid: 21772 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 1 - type: Transform - uid: 21773 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 21774 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 1 - type: Transform - uid: 21775 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 1 - type: Transform - uid: 21776 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 21777 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 21778 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 21779 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - uid: 21780 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 1 - type: Transform - uid: 21781 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 1 - type: Transform - uid: 21782 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 1 - type: Transform - uid: 21783 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 1 - type: Transform - uid: 21784 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 1 - type: Transform - uid: 21785 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 1 - type: Transform - uid: 21786 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 1 - type: Transform - uid: 21787 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 1 - type: Transform - uid: 21788 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 1 - type: Transform - uid: 21789 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 1 - type: Transform - uid: 21790 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 1 - type: Transform - uid: 21791 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 1 - type: Transform - uid: 21792 components: - - pos: 10.5,-14.5 + - type: Transform + pos: 10.5,-14.5 parent: 1 - type: Transform - uid: 21793 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 1 - type: Transform - uid: 21794 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 1 - type: Transform - uid: 21795 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 21796 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - uid: 21797 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - uid: 21798 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - uid: 21799 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 21800 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 21801 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 21802 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 21803 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 21804 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 21805 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 21806 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 21807 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 21808 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 1 - type: Transform - uid: 21809 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 1 - type: Transform - uid: 21810 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 21811 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - uid: 21812 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 1 - type: Transform - uid: 21813 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 21814 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - uid: 21815 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 21816 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - uid: 21817 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 21818 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 21819 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 21820 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 21821 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 21822 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 21824 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 21825 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 21826 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 21827 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 21828 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 21829 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 21830 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 21831 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 21832 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 21833 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 1 - type: Transform - uid: 21834 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - uid: 21835 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 21836 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 1 - type: Transform - uid: 21837 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - uid: 21838 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 1 - type: Transform - uid: 21839 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 21840 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 21841 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 21842 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 21843 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 21844 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 21845 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 21846 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 21848 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 21849 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 21850 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - uid: 21851 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 21852 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 21853 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 21854 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 21855 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 21856 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 1 - type: Transform - uid: 21857 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 21858 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 21859 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 21860 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 21861 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 21862 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 21863 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 21864 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 21865 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 21866 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 21867 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 21868 components: - - pos: -1.5,-19.5 + - type: Transform + pos: -1.5,-19.5 parent: 1 - type: Transform - uid: 21869 components: - - pos: -0.5,-19.5 + - type: Transform + pos: -0.5,-19.5 parent: 1 - type: Transform - uid: 21870 components: - - pos: 0.5,-19.5 + - type: Transform + pos: 0.5,-19.5 parent: 1 - type: Transform - uid: 21871 components: - - pos: -0.5,-18.5 + - type: Transform + pos: -0.5,-18.5 parent: 1 - type: Transform - uid: 21872 components: - - pos: -0.5,-17.5 + - type: Transform + pos: -0.5,-17.5 parent: 1 - type: Transform - uid: 21873 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 1 - type: Transform - uid: 21874 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 1 - type: Transform - uid: 21875 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 21876 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - uid: 21877 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 21878 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 1 - type: Transform - uid: 21879 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - uid: 21880 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 1 - type: Transform - uid: 21881 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 21882 components: - - pos: -7.5,-14.5 + - type: Transform + pos: -7.5,-14.5 parent: 1 - type: Transform - uid: 21883 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 1 - type: Transform - uid: 21884 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 1 - type: Transform - uid: 21885 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 1 - type: Transform - uid: 21886 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 1 - type: Transform - uid: 21887 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 21888 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 1 - type: Transform - uid: 21889 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 1 - type: Transform - uid: 21890 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - uid: 21891 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 1 - type: Transform - uid: 21892 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 1 - type: Transform - uid: 21893 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 1 - type: Transform - uid: 21894 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 1 - type: Transform - uid: 21895 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 1 - type: Transform - uid: 21896 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 1 - type: Transform - uid: 21897 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 1 - type: Transform - uid: 21898 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 1 - type: Transform - uid: 21899 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 1 - type: Transform - uid: 21900 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 1 - type: Transform - uid: 21901 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 21902 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 1 - type: Transform - uid: 21903 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 1 - type: Transform - uid: 21904 components: - - pos: 18.5,4.5 + - type: Transform + pos: 18.5,4.5 parent: 1 - type: Transform - uid: 21905 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 1 - type: Transform - uid: 21906 components: - - pos: 18.5,6.5 + - type: Transform + pos: 18.5,6.5 parent: 1 - type: Transform - uid: 21907 components: - - pos: 17.5,6.5 + - type: Transform + pos: 17.5,6.5 parent: 1 - type: Transform - uid: 21908 components: - - pos: 16.5,6.5 + - type: Transform + pos: 16.5,6.5 parent: 1 - type: Transform - uid: 21909 components: - - pos: 16.5,7.5 + - type: Transform + pos: 16.5,7.5 parent: 1 - type: Transform - uid: 21910 components: - - pos: 16.5,8.5 + - type: Transform + pos: 16.5,8.5 parent: 1 - type: Transform - uid: 21911 components: - - pos: 17.5,8.5 + - type: Transform + pos: 17.5,8.5 parent: 1 - type: Transform - uid: 21912 components: - - pos: 17.5,9.5 + - type: Transform + pos: 17.5,9.5 parent: 1 - type: Transform - uid: 21913 components: - - pos: 16.5,9.5 + - type: Transform + pos: 16.5,9.5 parent: 1 - type: Transform - uid: 21914 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 1 - type: Transform - uid: 21922 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 1 - type: Transform - uid: 21923 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 1 - type: Transform - uid: 21924 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 1 - type: Transform - uid: 21925 components: - - pos: 24.5,9.5 + - type: Transform + pos: 24.5,9.5 parent: 1 - type: Transform - uid: 21926 components: - - pos: 24.5,10.5 + - type: Transform + pos: 24.5,10.5 parent: 1 - type: Transform - uid: 21927 components: - - pos: 24.5,11.5 + - type: Transform + pos: 24.5,11.5 parent: 1 - type: Transform - uid: 21928 components: - - pos: 24.5,12.5 + - type: Transform + pos: 24.5,12.5 parent: 1 - type: Transform - uid: 21929 components: - - pos: 24.5,13.5 + - type: Transform + pos: 24.5,13.5 parent: 1 - type: Transform - uid: 21930 components: - - pos: 24.5,14.5 + - type: Transform + pos: 24.5,14.5 parent: 1 - type: Transform - uid: 21941 components: - - pos: -0.5,18.5 + - type: Transform + pos: -0.5,18.5 parent: 1 - type: Transform - uid: 21948 components: - - pos: 18.5,3.5 + - type: Transform + pos: 18.5,3.5 parent: 1 - type: Transform - uid: 21949 components: - - pos: 18.5,2.5 + - type: Transform + pos: 18.5,2.5 parent: 1 - type: Transform - uid: 21950 components: - - pos: 17.5,2.5 + - type: Transform + pos: 17.5,2.5 parent: 1 - type: Transform - uid: 21951 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 1 - type: Transform - uid: 21952 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 1 - type: Transform - uid: 21953 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 1 - type: Transform - uid: 21954 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 1 - type: Transform - uid: 21955 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 1 - type: Transform - uid: 21956 components: - - pos: 17.5,-3.5 + - type: Transform + pos: 17.5,-3.5 parent: 1 - type: Transform - uid: 21957 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 1 - type: Transform - uid: 21958 components: - - pos: 17.5,-5.5 + - type: Transform + pos: 17.5,-5.5 parent: 1 - type: Transform - uid: 21959 components: - - pos: 17.5,-6.5 + - type: Transform + pos: 17.5,-6.5 parent: 1 - type: Transform - uid: 21960 components: - - pos: 18.5,-6.5 + - type: Transform + pos: 18.5,-6.5 parent: 1 - type: Transform - uid: 21961 components: - - pos: 19.5,-6.5 + - type: Transform + pos: 19.5,-6.5 parent: 1 - type: Transform - uid: 21962 components: - - pos: 20.5,-6.5 + - type: Transform + pos: 20.5,-6.5 parent: 1 - type: Transform - uid: 21963 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 1 - type: Transform - uid: 21964 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 1 - type: Transform - uid: 21965 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 1 - type: Transform - uid: 21966 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 1 - type: Transform - uid: 21967 components: - - pos: 15.5,-9.5 + - type: Transform + pos: 15.5,-9.5 parent: 1 - type: Transform - uid: 21968 components: - - pos: 16.5,-9.5 + - type: Transform + pos: 16.5,-9.5 parent: 1 - type: Transform - uid: 21969 components: - - pos: 17.5,-9.5 + - type: Transform + pos: 17.5,-9.5 parent: 1 - type: Transform - uid: 21970 components: - - pos: 18.5,-9.5 + - type: Transform + pos: 18.5,-9.5 parent: 1 - type: Transform - uid: 21971 components: - - pos: 19.5,-9.5 + - type: Transform + pos: 19.5,-9.5 parent: 1 - type: Transform - uid: 21972 components: - - pos: 20.5,-9.5 + - type: Transform + pos: 20.5,-9.5 parent: 1 - type: Transform - uid: 21973 components: - - pos: 21.5,-9.5 + - type: Transform + pos: 21.5,-9.5 parent: 1 - type: Transform - uid: 21974 components: - - pos: 22.5,-9.5 + - type: Transform + pos: 22.5,-9.5 parent: 1 - type: Transform - uid: 21975 components: - - pos: 23.5,-9.5 + - type: Transform + pos: 23.5,-9.5 parent: 1 - type: Transform - uid: 21976 components: - - pos: 24.5,-9.5 + - type: Transform + pos: 24.5,-9.5 parent: 1 - type: Transform - uid: 21977 components: - - pos: 25.5,-9.5 + - type: Transform + pos: 25.5,-9.5 parent: 1 - type: Transform - uid: 21978 components: - - pos: 26.5,-9.5 + - type: Transform + pos: 26.5,-9.5 parent: 1 - type: Transform - uid: 21979 components: - - pos: 27.5,-9.5 + - type: Transform + pos: 27.5,-9.5 parent: 1 - type: Transform - uid: 21980 components: - - pos: 27.5,-10.5 + - type: Transform + pos: 27.5,-10.5 parent: 1 - type: Transform - uid: 21981 components: - - pos: 27.5,-11.5 + - type: Transform + pos: 27.5,-11.5 parent: 1 - type: Transform - uid: 21982 components: - - pos: 27.5,-12.5 + - type: Transform + pos: 27.5,-12.5 parent: 1 - type: Transform - uid: 21983 components: - - pos: 27.5,-13.5 + - type: Transform + pos: 27.5,-13.5 parent: 1 - type: Transform - uid: 21984 components: - - pos: 27.5,-14.5 + - type: Transform + pos: 27.5,-14.5 parent: 1 - type: Transform - uid: 21985 components: - - pos: 27.5,-15.5 + - type: Transform + pos: 27.5,-15.5 parent: 1 - type: Transform - uid: 21986 components: - - pos: 27.5,-16.5 + - type: Transform + pos: 27.5,-16.5 parent: 1 - type: Transform - uid: 21987 components: - - pos: 27.5,-17.5 + - type: Transform + pos: 27.5,-17.5 parent: 1 - type: Transform - uid: 21988 components: - - pos: 27.5,-18.5 + - type: Transform + pos: 27.5,-18.5 parent: 1 - type: Transform - uid: 21989 components: - - pos: 27.5,-19.5 + - type: Transform + pos: 27.5,-19.5 parent: 1 - type: Transform - uid: 21990 components: - - pos: 27.5,-20.5 + - type: Transform + pos: 27.5,-20.5 parent: 1 - type: Transform - uid: 21991 components: - - pos: 27.5,-21.5 + - type: Transform + pos: 27.5,-21.5 parent: 1 - type: Transform - uid: 21992 components: - - pos: 27.5,-22.5 + - type: Transform + pos: 27.5,-22.5 parent: 1 - type: Transform - uid: 21993 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 1 - type: Transform - uid: 21994 components: - - pos: 13.5,-13.5 + - type: Transform + pos: 13.5,-13.5 parent: 1 - type: Transform - uid: 21995 components: - - pos: 14.5,-13.5 + - type: Transform + pos: 14.5,-13.5 parent: 1 - type: Transform - uid: 21996 components: - - pos: 15.5,-13.5 + - type: Transform + pos: 15.5,-13.5 parent: 1 - type: Transform - uid: 21997 components: - - pos: 15.5,-14.5 + - type: Transform + pos: 15.5,-14.5 parent: 1 - type: Transform - uid: 21998 components: - - pos: 16.5,-13.5 + - type: Transform + pos: 16.5,-13.5 parent: 1 - type: Transform - uid: 21999 components: - - pos: 17.5,-13.5 + - type: Transform + pos: 17.5,-13.5 parent: 1 - type: Transform - uid: 22000 components: - - pos: 18.5,-13.5 + - type: Transform + pos: 18.5,-13.5 parent: 1 - type: Transform - uid: 22001 components: - - pos: 19.5,-13.5 + - type: Transform + pos: 19.5,-13.5 parent: 1 - type: Transform - uid: 22002 components: - - pos: 20.5,-13.5 + - type: Transform + pos: 20.5,-13.5 parent: 1 - type: Transform - uid: 22003 components: - - pos: 21.5,-13.5 + - type: Transform + pos: 21.5,-13.5 parent: 1 - type: Transform - uid: 22004 components: - - pos: 22.5,-13.5 + - type: Transform + pos: 22.5,-13.5 parent: 1 - type: Transform - uid: 22005 components: - - pos: 23.5,-13.5 + - type: Transform + pos: 23.5,-13.5 parent: 1 - type: Transform - uid: 22006 components: - - pos: 15.5,-17.5 + - type: Transform + pos: 15.5,-17.5 parent: 1 - type: Transform - uid: 22007 components: - - pos: 15.5,-18.5 + - type: Transform + pos: 15.5,-18.5 parent: 1 - type: Transform - uid: 22008 components: - - pos: 16.5,-18.5 + - type: Transform + pos: 16.5,-18.5 parent: 1 - type: Transform - uid: 22009 components: - - pos: 17.5,-18.5 + - type: Transform + pos: 17.5,-18.5 parent: 1 - type: Transform - uid: 22010 components: - - pos: 18.5,-18.5 + - type: Transform + pos: 18.5,-18.5 parent: 1 - type: Transform - uid: 22011 components: - - pos: 19.5,-18.5 + - type: Transform + pos: 19.5,-18.5 parent: 1 - type: Transform - uid: 22012 components: - - pos: 20.5,-18.5 + - type: Transform + pos: 20.5,-18.5 parent: 1 - type: Transform - uid: 22013 components: - - pos: 21.5,-18.5 + - type: Transform + pos: 21.5,-18.5 parent: 1 - type: Transform - uid: 22014 components: - - pos: 15.5,-19.5 + - type: Transform + pos: 15.5,-19.5 parent: 1 - type: Transform - uid: 22015 components: - - pos: 14.5,-19.5 + - type: Transform + pos: 14.5,-19.5 parent: 1 - type: Transform - uid: 22016 components: - - pos: 15.5,-20.5 + - type: Transform + pos: 15.5,-20.5 parent: 1 - type: Transform - uid: 22017 components: - - pos: 15.5,-21.5 + - type: Transform + pos: 15.5,-21.5 parent: 1 - type: Transform - uid: 22018 components: - - pos: 15.5,-22.5 + - type: Transform + pos: 15.5,-22.5 parent: 1 - type: Transform - uid: 22037 components: - - pos: 0.5,-33.5 + - type: Transform + pos: 0.5,-33.5 parent: 1 - type: Transform - uid: 22038 components: - - pos: 1.5,-33.5 + - type: Transform + pos: 1.5,-33.5 parent: 1 - type: Transform - uid: 22039 components: - - pos: 2.5,-33.5 + - type: Transform + pos: 2.5,-33.5 parent: 1 - type: Transform - uid: 22040 components: - - pos: 2.5,-32.5 + - type: Transform + pos: 2.5,-32.5 parent: 1 - type: Transform - uid: 22041 components: - - pos: 2.5,-31.5 + - type: Transform + pos: 2.5,-31.5 parent: 1 - type: Transform - uid: 22042 components: - - pos: 2.5,-30.5 + - type: Transform + pos: 2.5,-30.5 parent: 1 - type: Transform - uid: 22043 components: - - pos: 3.5,-30.5 + - type: Transform + pos: 3.5,-30.5 parent: 1 - type: Transform - uid: 22044 components: - - pos: 4.5,-30.5 + - type: Transform + pos: 4.5,-30.5 parent: 1 - type: Transform - uid: 22045 components: - - pos: 5.5,-30.5 + - type: Transform + pos: 5.5,-30.5 parent: 1 - type: Transform - uid: 22046 components: - - pos: 6.5,-30.5 + - type: Transform + pos: 6.5,-30.5 parent: 1 - type: Transform - uid: 22047 components: - - pos: 7.5,-30.5 + - type: Transform + pos: 7.5,-30.5 parent: 1 - type: Transform - uid: 22048 components: - - pos: 7.5,-31.5 + - type: Transform + pos: 7.5,-31.5 parent: 1 - type: Transform - uid: 22049 components: - - pos: 7.5,-32.5 + - type: Transform + pos: 7.5,-32.5 parent: 1 - type: Transform - uid: 22050 components: - - pos: 7.5,-33.5 + - type: Transform + pos: 7.5,-33.5 parent: 1 - type: Transform - uid: 22051 components: - - pos: 7.5,-34.5 + - type: Transform + pos: 7.5,-34.5 parent: 1 - type: Transform - uid: 22052 components: - - pos: 2.5,-34.5 + - type: Transform + pos: 2.5,-34.5 parent: 1 - type: Transform - uid: 22053 components: - - pos: 2.5,-35.5 + - type: Transform + pos: 2.5,-35.5 parent: 1 - type: Transform - uid: 22054 components: - - pos: 2.5,-36.5 + - type: Transform + pos: 2.5,-36.5 parent: 1 - type: Transform - uid: 22055 components: - - pos: 2.5,-37.5 + - type: Transform + pos: 2.5,-37.5 parent: 1 - type: Transform - uid: 22056 components: - - pos: 1.5,-37.5 + - type: Transform + pos: 1.5,-37.5 parent: 1 - type: Transform - uid: 22057 components: - - pos: 3.5,-37.5 + - type: Transform + pos: 3.5,-37.5 parent: 1 - type: Transform - uid: 22058 components: - - pos: 4.5,-37.5 + - type: Transform + pos: 4.5,-37.5 parent: 1 - type: Transform - uid: 22059 components: - - pos: 4.5,-38.5 + - type: Transform + pos: 4.5,-38.5 parent: 1 - type: Transform - uid: 22060 components: - - pos: -0.5,-33.5 + - type: Transform + pos: -0.5,-33.5 parent: 1 - type: Transform - uid: 22061 components: - - pos: -1.5,-33.5 + - type: Transform + pos: -1.5,-33.5 parent: 1 - type: Transform - uid: 22062 components: - - pos: -1.5,-34.5 + - type: Transform + pos: -1.5,-34.5 parent: 1 - type: Transform - uid: 22063 components: - - pos: -2.5,-34.5 + - type: Transform + pos: -2.5,-34.5 parent: 1 - type: Transform - uid: 22064 components: - - pos: -3.5,-34.5 + - type: Transform + pos: -3.5,-34.5 parent: 1 - type: Transform - uid: 22065 components: - - pos: -4.5,-34.5 + - type: Transform + pos: -4.5,-34.5 parent: 1 - type: Transform - uid: 22066 components: - - pos: -4.5,-35.5 + - type: Transform + pos: -4.5,-35.5 parent: 1 - type: Transform - uid: 22067 components: - - pos: -4.5,-36.5 + - type: Transform + pos: -4.5,-36.5 parent: 1 - type: Transform - uid: 22068 components: - - pos: -4.5,-37.5 + - type: Transform + pos: -4.5,-37.5 parent: 1 - type: Transform - uid: 22069 components: - - pos: -5.5,-35.5 + - type: Transform + pos: -5.5,-35.5 parent: 1 - type: Transform - uid: 22070 components: - - pos: -6.5,-35.5 + - type: Transform + pos: -6.5,-35.5 parent: 1 - type: Transform - uid: 22071 components: - - pos: -7.5,-35.5 + - type: Transform + pos: -7.5,-35.5 parent: 1 - type: Transform - uid: 22072 components: - - pos: -8.5,-35.5 + - type: Transform + pos: -8.5,-35.5 parent: 1 - type: Transform - uid: 22073 components: - - pos: -9.5,-35.5 + - type: Transform + pos: -9.5,-35.5 parent: 1 - type: Transform - uid: 22074 components: - - pos: -10.5,-35.5 + - type: Transform + pos: -10.5,-35.5 parent: 1 - type: Transform - uid: 22075 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - uid: 22076 components: - - pos: -11.5,-34.5 + - type: Transform + pos: -11.5,-34.5 parent: 1 - type: Transform - uid: 22077 components: - - pos: -11.5,-33.5 + - type: Transform + pos: -11.5,-33.5 parent: 1 - type: Transform - uid: 22078 components: - - pos: -11.5,-32.5 + - type: Transform + pos: -11.5,-32.5 parent: 1 - type: Transform - uid: 22079 components: - - pos: -11.5,-31.5 + - type: Transform + pos: -11.5,-31.5 parent: 1 - type: Transform - uid: 22080 components: - - pos: -11.5,-30.5 + - type: Transform + pos: -11.5,-30.5 parent: 1 - type: Transform - uid: 22081 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 1 - type: Transform - uid: 22082 components: - - pos: -9.5,-30.5 + - type: Transform + pos: -9.5,-30.5 parent: 1 - type: Transform - uid: 22083 components: - - pos: -8.5,-30.5 + - type: Transform + pos: -8.5,-30.5 parent: 1 - type: Transform - uid: 22084 components: - - pos: -7.5,-30.5 + - type: Transform + pos: -7.5,-30.5 parent: 1 - type: Transform - uid: 22085 components: - - pos: -6.5,-30.5 + - type: Transform + pos: -6.5,-30.5 parent: 1 - type: Transform - uid: 22086 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 1 - type: Transform - uid: 22087 components: - - pos: -4.5,-30.5 + - type: Transform + pos: -4.5,-30.5 parent: 1 - type: Transform - uid: 22088 components: - - pos: -4.5,-31.5 + - type: Transform + pos: -4.5,-31.5 parent: 1 - type: Transform - uid: 22089 components: - - pos: -4.5,-32.5 + - type: Transform + pos: -4.5,-32.5 parent: 1 - type: Transform - uid: 22090 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 1 - type: Transform - uid: 22091 components: - - pos: -3.5,-30.5 + - type: Transform + pos: -3.5,-30.5 parent: 1 - type: Transform - uid: 22092 components: - - pos: -2.5,-30.5 + - type: Transform + pos: -2.5,-30.5 parent: 1 - type: Transform - uid: 22093 components: - - pos: -8.5,-29.5 + - type: Transform + pos: -8.5,-29.5 parent: 1 - type: Transform - uid: 22094 components: - - pos: -8.5,-28.5 + - type: Transform + pos: -8.5,-28.5 parent: 1 - type: Transform - uid: 22095 components: - - pos: -8.5,-27.5 + - type: Transform + pos: -8.5,-27.5 parent: 1 - type: Transform - uid: 22096 components: - - pos: -8.5,-26.5 + - type: Transform + pos: -8.5,-26.5 parent: 1 - type: Transform - uid: 22097 components: - - pos: -8.5,-36.5 + - type: Transform + pos: -8.5,-36.5 parent: 1 - type: Transform - uid: 22098 components: - - pos: -8.5,-37.5 + - type: Transform + pos: -8.5,-37.5 parent: 1 - type: Transform - uid: 22099 components: - - pos: -8.5,-38.5 + - type: Transform + pos: -8.5,-38.5 parent: 1 - type: Transform - uid: 22100 components: - - pos: -9.5,-38.5 + - type: Transform + pos: -9.5,-38.5 parent: 1 - type: Transform - uid: 22101 components: - - pos: -10.5,-38.5 + - type: Transform + pos: -10.5,-38.5 parent: 1 - type: Transform - uid: 22102 components: - - pos: -11.5,-38.5 + - type: Transform + pos: -11.5,-38.5 parent: 1 - type: Transform - uid: 22103 components: - - pos: -11.5,-39.5 + - type: Transform + pos: -11.5,-39.5 parent: 1 - type: Transform - uid: 22181 components: - - pos: -52.5,-32.5 + - type: Transform + pos: -52.5,-32.5 parent: 1 - type: Transform - uid: 22182 components: - - pos: -52.5,-31.5 + - type: Transform + pos: -52.5,-31.5 parent: 1 - type: Transform - uid: 22183 components: - - pos: -52.5,-30.5 + - type: Transform + pos: -52.5,-30.5 parent: 1 - type: Transform - uid: 22184 components: - - pos: -53.5,-30.5 + - type: Transform + pos: -53.5,-30.5 parent: 1 - type: Transform - uid: 22185 components: - - pos: -54.5,-30.5 + - type: Transform + pos: -54.5,-30.5 parent: 1 - type: Transform - uid: 22186 components: - - pos: -55.5,-30.5 + - type: Transform + pos: -55.5,-30.5 parent: 1 - type: Transform - uid: 22187 components: - - pos: -55.5,-29.5 + - type: Transform + pos: -55.5,-29.5 parent: 1 - type: Transform - uid: 22233 components: - - pos: -53.5,-41.5 + - type: Transform + pos: -53.5,-41.5 parent: 1 - type: Transform - uid: 22250 components: - - pos: -53.5,-39.5 + - type: Transform + pos: -53.5,-39.5 parent: 1 - type: Transform - uid: 22252 components: - - pos: -53.5,-38.5 + - type: Transform + pos: -53.5,-38.5 parent: 1 - type: Transform - uid: 22272 components: - - pos: -53.5,-34.5 + - type: Transform + pos: -53.5,-34.5 parent: 1 - type: Transform - uid: 22273 components: - - pos: -53.5,-35.5 + - type: Transform + pos: -53.5,-35.5 parent: 1 - type: Transform - uid: 22274 components: - - pos: -53.5,-36.5 + - type: Transform + pos: -53.5,-36.5 parent: 1 - type: Transform - uid: 22382 components: - - pos: 36.5,-10.5 + - type: Transform + pos: 36.5,-10.5 parent: 1 - type: Transform - uid: 22506 components: - - pos: 37.5,-10.5 + - type: Transform + pos: 37.5,-10.5 parent: 1 - type: Transform - uid: 23055 components: - - pos: -43.5,-28.5 + - type: Transform + pos: -43.5,-28.5 parent: 1 - type: Transform - uid: 23446 components: - - pos: -43.5,-29.5 + - type: Transform + pos: -43.5,-29.5 parent: 1 - type: Transform - uid: 23500 components: - - pos: -53.5,-42.5 + - type: Transform + pos: -53.5,-42.5 parent: 1 - type: Transform - uid: 23554 components: - - pos: -53.5,-43.5 + - type: Transform + pos: -53.5,-43.5 parent: 1 - type: Transform - uid: 23555 components: - - pos: -53.5,-44.5 + - type: Transform + pos: -53.5,-44.5 parent: 1 - type: Transform - uid: 23608 components: - - pos: -112.5,1.5 + - type: Transform + pos: -112.5,1.5 parent: 1 - type: Transform - uid: 23610 components: - - pos: -109.5,-0.5 + - type: Transform + pos: -109.5,-0.5 parent: 1 - type: Transform - uid: 23611 components: - - pos: -109.5,0.5 + - type: Transform + pos: -109.5,0.5 parent: 1 - type: Transform - uid: 23612 components: - - pos: -55.5,-40.5 + - type: Transform + pos: -55.5,-40.5 parent: 1 - type: Transform - uid: 24747 components: - - pos: -80.5,-39.5 + - type: Transform + pos: -80.5,-39.5 parent: 1 - type: Transform - uid: 24763 components: - - pos: -96.5,-40.5 + - type: Transform + pos: -96.5,-40.5 parent: 1 - type: Transform - uid: 24939 components: - - pos: 24.5,5.5 + - type: Transform + pos: 24.5,5.5 parent: 1 - type: Transform - uid: 24940 components: - - pos: 25.5,5.5 + - type: Transform + pos: 25.5,5.5 parent: 1 - type: Transform - uid: 24941 components: - - pos: 26.5,5.5 + - type: Transform + pos: 26.5,5.5 parent: 1 - type: Transform - uid: 24942 components: - - pos: 27.5,5.5 + - type: Transform + pos: 27.5,5.5 parent: 1 - type: Transform - uid: 24943 components: - - pos: 27.5,6.5 + - type: Transform + pos: 27.5,6.5 parent: 1 - type: Transform - uid: 24944 components: - - pos: 27.5,7.5 + - type: Transform + pos: 27.5,7.5 parent: 1 - type: Transform - uid: 26926 components: - - pos: -6.5,17.5 + - type: Transform + pos: -6.5,17.5 parent: 1 - type: Transform - uid: 28649 components: - - pos: -78.5,-39.5 + - type: Transform + pos: -78.5,-39.5 parent: 1 - type: Transform - uid: 28676 components: - - pos: -41.5,-47.5 + - type: Transform + pos: -41.5,-47.5 parent: 1 - type: Transform - uid: 28677 components: - - pos: -41.5,-46.5 + - type: Transform + pos: -41.5,-46.5 parent: 1 - type: Transform - uid: 28678 components: - - pos: -41.5,-45.5 + - type: Transform + pos: -41.5,-45.5 parent: 1 - type: Transform - uid: 28679 components: - - pos: -41.5,-44.5 + - type: Transform + pos: -41.5,-44.5 parent: 1 - type: Transform - uid: 28680 components: - - pos: -41.5,-43.5 + - type: Transform + pos: -41.5,-43.5 parent: 1 - type: Transform - uid: 28681 components: - - pos: -41.5,-42.5 + - type: Transform + pos: -41.5,-42.5 parent: 1 - type: Transform - uid: 28682 components: - - pos: -41.5,-41.5 + - type: Transform + pos: -41.5,-41.5 parent: 1 - type: Transform - uid: 28685 components: - - pos: -41.5,-40.5 + - type: Transform + pos: -41.5,-40.5 parent: 1 - type: Transform - uid: 29284 components: - - pos: -83.5,-39.5 + - type: Transform + pos: -83.5,-39.5 parent: 1 - type: Transform - uid: 29316 components: - - pos: -41.5,-39.5 + - type: Transform + pos: -41.5,-39.5 parent: 1 - type: Transform - uid: 29317 components: - - pos: -41.5,-38.5 + - type: Transform + pos: -41.5,-38.5 parent: 1 - type: Transform - uid: 29328 components: - - pos: -74.5,-13.5 + - type: Transform + pos: -74.5,-13.5 parent: 1 - type: Transform - uid: 29329 components: - - pos: -74.5,-12.5 + - type: Transform + pos: -74.5,-12.5 parent: 1 - type: Transform - uid: 29330 components: - - pos: -73.5,34.5 + - type: Transform + pos: -73.5,34.5 parent: 1 - type: Transform - uid: 29331 components: - - pos: -73.5,33.5 + - type: Transform + pos: -73.5,33.5 parent: 1 - type: Transform - uid: 29332 components: - - pos: -73.5,32.5 + - type: Transform + pos: -73.5,32.5 parent: 1 - type: Transform - uid: 29333 components: - - pos: -61.5,9.5 + - type: Transform + pos: -61.5,9.5 parent: 1 - type: Transform - uid: 29334 components: - - pos: -62.5,9.5 + - type: Transform + pos: -62.5,9.5 parent: 1 - type: Transform - uid: 29335 components: - - pos: -63.5,9.5 + - type: Transform + pos: -63.5,9.5 parent: 1 - type: Transform - uid: 29336 components: - - pos: -64.5,9.5 + - type: Transform + pos: -64.5,9.5 parent: 1 - type: Transform - uid: 29337 components: - - pos: -65.5,9.5 + - type: Transform + pos: -65.5,9.5 parent: 1 - type: Transform - uid: 29338 components: - - pos: -66.5,9.5 + - type: Transform + pos: -66.5,9.5 parent: 1 - type: Transform - uid: 29339 components: - - pos: -67.5,9.5 + - type: Transform + pos: -67.5,9.5 parent: 1 - type: Transform - uid: 29340 components: - - pos: -68.5,9.5 + - type: Transform + pos: -68.5,9.5 parent: 1 - type: Transform - uid: 29341 components: - - pos: -69.5,9.5 + - type: Transform + pos: -69.5,9.5 parent: 1 - type: Transform - uid: 29342 components: - - pos: -65.5,10.5 + - type: Transform + pos: -65.5,10.5 parent: 1 - type: Transform - uid: 29343 components: - - pos: -65.5,11.5 + - type: Transform + pos: -65.5,11.5 parent: 1 - type: Transform - uid: 29344 components: - - pos: -65.5,12.5 + - type: Transform + pos: -65.5,12.5 parent: 1 - type: Transform - uid: 29345 components: - - pos: -65.5,13.5 + - type: Transform + pos: -65.5,13.5 parent: 1 - type: Transform - uid: 29346 components: - - pos: -65.5,14.5 + - type: Transform + pos: -65.5,14.5 parent: 1 - type: Transform - uid: 29347 components: - - pos: -65.5,15.5 + - type: Transform + pos: -65.5,15.5 parent: 1 - type: Transform - uid: 29348 components: - - pos: -65.5,16.5 + - type: Transform + pos: -65.5,16.5 parent: 1 - type: Transform - uid: 30040 components: - - pos: -81.5,-39.5 + - type: Transform + pos: -81.5,-39.5 parent: 1 - type: Transform - uid: 30153 components: - - pos: -21.5,-20.5 + - type: Transform + pos: -21.5,-20.5 parent: 1 - type: Transform - uid: 30154 components: - - pos: -20.5,-20.5 + - type: Transform + pos: -20.5,-20.5 parent: 1 - type: Transform - uid: 30155 components: - - pos: -20.5,-19.5 + - type: Transform + pos: -20.5,-19.5 parent: 1 - type: Transform - uid: 30156 components: - - pos: -20.5,-21.5 + - type: Transform + pos: -20.5,-21.5 parent: 1 - type: Transform - uid: 30157 components: - - pos: -20.5,-22.5 + - type: Transform + pos: -20.5,-22.5 parent: 1 - type: Transform - uid: 30159 components: - - pos: -12.5,-22.5 + - type: Transform + pos: -12.5,-22.5 parent: 1 - type: Transform - uid: 30160 components: - - pos: -13.5,-22.5 + - type: Transform + pos: -13.5,-22.5 parent: 1 - type: Transform - uid: 30161 components: - - pos: -14.5,-22.5 + - type: Transform + pos: -14.5,-22.5 parent: 1 - type: Transform - uid: 30162 components: - - pos: -15.5,-22.5 + - type: Transform + pos: -15.5,-22.5 parent: 1 - type: Transform - uid: 30163 components: - - pos: -16.5,-22.5 + - type: Transform + pos: -16.5,-22.5 parent: 1 - type: Transform - uid: 30164 components: - - pos: -17.5,-22.5 + - type: Transform + pos: -17.5,-22.5 parent: 1 - type: Transform - uid: 30348 components: - - pos: -69.5,22.5 + - type: Transform + pos: -69.5,22.5 parent: 1 - type: Transform - uid: 30368 components: - - pos: -32.5,-65.5 + - type: Transform + pos: -32.5,-65.5 parent: 1 - type: Transform - uid: 30369 components: - - pos: -33.5,-65.5 + - type: Transform + pos: -33.5,-65.5 parent: 1 - type: Transform - uid: 30370 components: - - pos: -34.5,-65.5 + - type: Transform + pos: -34.5,-65.5 parent: 1 - type: Transform - uid: 30371 components: - - pos: -35.5,-65.5 + - type: Transform + pos: -35.5,-65.5 parent: 1 - type: Transform - uid: 30388 components: - - pos: -74.5,-5.5 + - type: Transform + pos: -74.5,-5.5 parent: 1 - type: Transform - uid: 31056 components: - - pos: -99.5,-7.5 + - type: Transform + pos: -99.5,-7.5 parent: 1 - type: Transform - uid: 31158 components: - - pos: -100.5,-7.5 + - type: Transform + pos: -100.5,-7.5 parent: 1 - type: Transform - uid: 31160 components: - - pos: -117.5,-39.5 + - type: Transform + pos: -117.5,-39.5 parent: 1 - type: Transform - uid: 31259 components: - - pos: -69.5,21.5 + - type: Transform + pos: -69.5,21.5 parent: 1 - type: Transform - uid: 31331 components: - - pos: -63.5,-13.5 + - type: Transform + pos: -63.5,-13.5 parent: 1 - type: Transform - uid: 31356 components: - - pos: -63.5,-12.5 + - type: Transform + pos: -63.5,-12.5 parent: 1 - type: Transform - uid: 32378 components: - - pos: -144.5,-0.5 + - type: Transform + pos: -144.5,-0.5 parent: 1 - type: Transform - uid: 32405 components: - - pos: 0.5,-58.5 + - type: Transform + pos: 0.5,-58.5 parent: 1 - type: Transform - uid: 32406 components: - - pos: 4.5,-60.5 + - type: Transform + pos: 4.5,-60.5 parent: 1 - type: Transform - uid: 32407 components: - - pos: 2.5,-63.5 + - type: Transform + pos: 2.5,-63.5 parent: 1 - type: Transform - uid: 32408 components: - - pos: 2.5,-61.5 + - type: Transform + pos: 2.5,-61.5 parent: 1 - type: Transform - uid: 32409 components: - - pos: 2.5,-59.5 + - type: Transform + pos: 2.5,-59.5 parent: 1 - type: Transform - uid: 32432 components: - - pos: 43.5,30.5 + - type: Transform + pos: 43.5,30.5 parent: 1 - type: Transform - uid: 32433 components: - - pos: 43.5,-1.5 + - type: Transform + pos: 43.5,-1.5 parent: 1 - type: Transform - uid: 32437 components: - - pos: 43.5,-0.5 + - type: Transform + pos: 43.5,-0.5 parent: 1 - type: Transform - uid: 32438 components: - - pos: 41.5,34.5 + - type: Transform + pos: 41.5,34.5 parent: 1 - type: Transform - uid: 32440 components: - - pos: 43.5,7.5 + - type: Transform + pos: 43.5,7.5 parent: 1 - type: Transform - uid: 32441 components: - - pos: 43.5,6.5 + - type: Transform + pos: 43.5,6.5 parent: 1 - type: Transform - uid: 32442 components: - - pos: 43.5,5.5 + - type: Transform + pos: 43.5,5.5 parent: 1 - type: Transform - uid: 32443 components: - - pos: 43.5,0.5 + - type: Transform + pos: 43.5,0.5 parent: 1 - type: Transform - uid: 32444 components: - - pos: 43.5,1.5 + - type: Transform + pos: 43.5,1.5 parent: 1 - type: Transform - uid: 32448 components: - - pos: 43.5,28.5 + - type: Transform + pos: 43.5,28.5 parent: 1 - type: Transform - uid: 32449 components: - - pos: 43.5,27.5 + - type: Transform + pos: 43.5,27.5 parent: 1 - type: Transform - uid: 32450 components: - - pos: 43.5,20.5 + - type: Transform + pos: 43.5,20.5 parent: 1 - type: Transform - uid: 32451 components: - - pos: 43.5,18.5 + - type: Transform + pos: 43.5,18.5 parent: 1 - type: Transform - uid: 32452 components: - - pos: 43.5,17.5 + - type: Transform + pos: 43.5,17.5 parent: 1 - type: Transform - uid: 32453 components: - - pos: 43.5,8.5 + - type: Transform + pos: 43.5,8.5 parent: 1 - type: Transform - uid: 32454 components: - - pos: 43.5,13.5 + - type: Transform + pos: 43.5,13.5 parent: 1 - type: Transform - uid: 32455 components: - - pos: 43.5,24.5 + - type: Transform + pos: 43.5,24.5 parent: 1 - type: Transform - uid: 32456 components: - - pos: 43.5,22.5 + - type: Transform + pos: 43.5,22.5 parent: 1 - type: Transform - uid: 32457 components: - - pos: 43.5,15.5 + - type: Transform + pos: 43.5,15.5 parent: 1 - type: Transform - uid: 32458 components: - - pos: 43.5,16.5 + - type: Transform + pos: 43.5,16.5 parent: 1 - type: Transform - uid: 32459 components: - - pos: 43.5,14.5 + - type: Transform + pos: 43.5,14.5 parent: 1 - type: Transform - uid: 32460 components: - - pos: 43.5,11.5 + - type: Transform + pos: 43.5,11.5 parent: 1 - type: Transform - uid: 32461 components: - - pos: 43.5,12.5 + - type: Transform + pos: 43.5,12.5 parent: 1 - type: Transform - uid: 32462 components: - - pos: 43.5,10.5 + - type: Transform + pos: 43.5,10.5 parent: 1 - type: Transform - uid: 32463 components: - - pos: 43.5,9.5 + - type: Transform + pos: 43.5,9.5 parent: 1 - type: Transform - uid: 32464 components: - - pos: 43.5,3.5 + - type: Transform + pos: 43.5,3.5 parent: 1 - type: Transform - uid: 32465 components: - - pos: 43.5,4.5 + - type: Transform + pos: 43.5,4.5 parent: 1 - type: Transform - uid: 32466 components: - - pos: 43.5,2.5 + - type: Transform + pos: 43.5,2.5 parent: 1 - type: Transform - uid: 32474 components: - - pos: -9.5,-51.5 + - type: Transform + pos: -9.5,-51.5 parent: 1 - type: Transform - uid: 32475 components: - - pos: -3.5,-61.5 + - type: Transform + pos: -3.5,-61.5 parent: 1 - type: Transform - uid: 32476 components: - - pos: 4.5,-63.5 + - type: Transform + pos: 4.5,-63.5 parent: 1 - type: Transform - uid: 32481 components: - - pos: 0.5,-55.5 + - type: Transform + pos: 0.5,-55.5 parent: 1 - type: Transform - uid: 32482 components: - - pos: 0.5,-56.5 + - type: Transform + pos: 0.5,-56.5 parent: 1 - type: Transform - uid: 32483 components: - - pos: 0.5,-57.5 + - type: Transform + pos: 0.5,-57.5 parent: 1 - type: Transform - uid: 32484 components: - - pos: 1.5,-59.5 + - type: Transform + pos: 1.5,-59.5 parent: 1 - type: Transform - uid: 32485 components: - - pos: 0.5,-59.5 + - type: Transform + pos: 0.5,-59.5 parent: 1 - type: Transform - uid: 32486 components: - - pos: 4.5,-62.5 + - type: Transform + pos: 4.5,-62.5 parent: 1 - type: Transform - uid: 32487 components: - - pos: 4.5,-61.5 + - type: Transform + pos: 4.5,-61.5 parent: 1 - type: Transform - uid: 32488 components: - - pos: 4.5,-59.5 + - type: Transform + pos: 4.5,-59.5 parent: 1 - type: Transform - uid: 32489 components: - - pos: 2.5,-62.5 + - type: Transform + pos: 2.5,-62.5 parent: 1 - type: Transform - uid: 32490 components: - - pos: 2.5,-60.5 + - type: Transform + pos: 2.5,-60.5 parent: 1 - type: Transform - uid: 32495 components: - - pos: 3.5,-59.5 + - type: Transform + pos: 3.5,-59.5 parent: 1 - type: Transform - uid: 32496 components: - - pos: -3.5,-63.5 + - type: Transform + pos: -3.5,-63.5 parent: 1 - type: Transform - uid: 32497 components: - - pos: -3.5,-62.5 + - type: Transform + pos: -3.5,-62.5 parent: 1 - type: Transform - uid: 32498 components: - - pos: 3.5,-58.5 + - type: Transform + pos: 3.5,-58.5 parent: 1 - type: Transform - uid: 32499 components: - - pos: -3.5,-60.5 + - type: Transform + pos: -3.5,-60.5 parent: 1 - type: Transform - uid: 32500 components: - - pos: -5.5,-63.5 + - type: Transform + pos: -5.5,-63.5 parent: 1 - type: Transform - uid: 32501 components: - - pos: -5.5,-62.5 + - type: Transform + pos: -5.5,-62.5 parent: 1 - type: Transform - uid: 32502 components: - - pos: -5.5,-61.5 + - type: Transform + pos: -5.5,-61.5 parent: 1 - type: Transform - uid: 32503 components: - - pos: 3.5,-57.5 + - type: Transform + pos: 3.5,-57.5 parent: 1 - type: Transform - uid: 32504 components: - - pos: -4.5,-60.5 + - type: Transform + pos: -4.5,-60.5 parent: 1 - type: Transform - uid: 32505 components: - - pos: -5.5,-60.5 + - type: Transform + pos: -5.5,-60.5 parent: 1 - type: Transform - uid: 32506 components: - - pos: -5.5,-59.5 + - type: Transform + pos: -5.5,-59.5 parent: 1 - type: Transform - uid: 32507 components: - - pos: -6.5,-59.5 + - type: Transform + pos: -6.5,-59.5 parent: 1 - type: Transform - uid: 32508 components: - - pos: -7.5,-59.5 + - type: Transform + pos: -7.5,-59.5 parent: 1 - type: Transform - uid: 32509 components: - - pos: -8.5,-59.5 + - type: Transform + pos: -8.5,-59.5 parent: 1 - type: Transform - uid: 32510 components: - - pos: -9.5,-59.5 + - type: Transform + pos: -9.5,-59.5 parent: 1 - type: Transform - uid: 32511 components: - - pos: -10.5,-59.5 + - type: Transform + pos: -10.5,-59.5 parent: 1 - type: Transform - uid: 32512 components: - - pos: -11.5,-59.5 + - type: Transform + pos: -11.5,-59.5 parent: 1 - type: Transform - uid: 32513 components: - - pos: -12.5,-59.5 + - type: Transform + pos: -12.5,-59.5 parent: 1 - type: Transform - uid: 32514 components: - - pos: -12.5,-58.5 + - type: Transform + pos: -12.5,-58.5 parent: 1 - type: Transform - uid: 32515 components: - - pos: -12.5,-57.5 + - type: Transform + pos: -12.5,-57.5 parent: 1 - type: Transform - uid: 32718 components: - - pos: -118.5,-36.5 + - type: Transform + pos: -118.5,-36.5 parent: 1 - type: Transform - uid: 32724 components: - - pos: -118.5,-37.5 + - type: Transform + pos: -118.5,-37.5 parent: 1 - type: Transform - uid: 32725 components: - - pos: -117.5,-37.5 + - type: Transform + pos: -117.5,-37.5 parent: 1 - type: Transform - uid: 32729 components: - - pos: -117.5,-38.5 + - type: Transform + pos: -117.5,-38.5 parent: 1 - type: Transform - uid: 32730 components: - - pos: -116.5,-38.5 + - type: Transform + pos: -116.5,-38.5 parent: 1 - type: Transform - uid: 32731 components: - - pos: -115.5,-38.5 + - type: Transform + pos: -115.5,-38.5 parent: 1 - type: Transform - uid: 32732 components: - - pos: -114.5,-38.5 + - type: Transform + pos: -114.5,-38.5 parent: 1 - type: Transform - uid: 32733 components: - - pos: -113.5,-38.5 + - type: Transform + pos: -113.5,-38.5 parent: 1 - type: Transform - uid: 32734 components: - - pos: -113.5,-37.5 + - type: Transform + pos: -113.5,-37.5 parent: 1 - type: Transform - uid: 32742 components: - - pos: -93.5,-11.5 + - type: Transform + pos: -93.5,-11.5 parent: 1 - type: Transform - uid: 32772 components: - - pos: -101.5,-7.5 + - type: Transform + pos: -101.5,-7.5 parent: 1 - type: Transform - uid: 32773 components: - - pos: -102.5,-7.5 + - type: Transform + pos: -102.5,-7.5 parent: 1 - type: Transform - uid: 33149 components: - - pos: -143.5,-0.5 + - type: Transform + pos: -143.5,-0.5 parent: 1 - type: Transform - uid: 33159 components: - - pos: -77.5,-24.5 + - type: Transform + pos: -77.5,-24.5 parent: 1 - type: Transform - uid: 33160 components: - - pos: -76.5,-24.5 + - type: Transform + pos: -76.5,-24.5 parent: 1 - type: Transform - uid: 33161 components: - - pos: -75.5,-24.5 + - type: Transform + pos: -75.5,-24.5 parent: 1 - type: Transform - uid: 33162 components: - - pos: -75.5,-23.5 + - type: Transform + pos: -75.5,-23.5 parent: 1 - type: Transform - uid: 33370 components: - - pos: -142.5,-0.5 + - type: Transform + pos: -142.5,-0.5 parent: 1 - type: Transform - uid: 33371 components: - - pos: -141.5,-0.5 + - type: Transform + pos: -141.5,-0.5 parent: 1 - type: Transform - uid: 33372 components: - - pos: -140.5,-0.5 + - type: Transform + pos: -140.5,-0.5 parent: 1 - type: Transform - uid: 33373 components: - - pos: -140.5,0.5 + - type: Transform + pos: -140.5,0.5 parent: 1 - type: Transform - uid: 33374 components: - - pos: -140.5,1.5 + - type: Transform + pos: -140.5,1.5 parent: 1 - type: Transform - uid: 33375 components: - - pos: -140.5,2.5 + - type: Transform + pos: -140.5,2.5 parent: 1 - type: Transform - uid: 33376 components: - - pos: -140.5,3.5 + - type: Transform + pos: -140.5,3.5 parent: 1 - type: Transform - uid: 33377 components: - - pos: -140.5,4.5 + - type: Transform + pos: -140.5,4.5 parent: 1 - type: Transform - uid: 33378 components: - - pos: -140.5,5.5 + - type: Transform + pos: -140.5,5.5 parent: 1 - type: Transform - uid: 33379 components: - - pos: -141.5,5.5 + - type: Transform + pos: -141.5,5.5 parent: 1 - type: Transform - uid: 33380 components: - - pos: -142.5,5.5 + - type: Transform + pos: -142.5,5.5 parent: 1 - type: Transform - uid: 33381 components: - - pos: -143.5,5.5 + - type: Transform + pos: -143.5,5.5 parent: 1 - type: Transform - uid: 33382 components: - - pos: -144.5,5.5 + - type: Transform + pos: -144.5,5.5 parent: 1 - type: Transform - uid: 33383 components: - - pos: -145.5,5.5 + - type: Transform + pos: -145.5,5.5 parent: 1 - type: Transform - uid: 33384 components: - - pos: -146.5,5.5 + - type: Transform + pos: -146.5,5.5 parent: 1 - type: Transform - uid: 33385 components: - - pos: -147.5,5.5 + - type: Transform + pos: -147.5,5.5 parent: 1 - type: Transform - uid: 33386 components: - - pos: -148.5,5.5 + - type: Transform + pos: -148.5,5.5 parent: 1 - type: Transform - uid: 33387 components: - - pos: -149.5,5.5 + - type: Transform + pos: -149.5,5.5 parent: 1 - type: Transform - uid: 33388 components: - - pos: -150.5,5.5 + - type: Transform + pos: -150.5,5.5 parent: 1 - type: Transform - uid: 33389 components: - - pos: -151.5,5.5 + - type: Transform + pos: -151.5,5.5 parent: 1 - type: Transform - uid: 33390 components: - - pos: -152.5,5.5 + - type: Transform + pos: -152.5,5.5 parent: 1 - type: Transform - uid: 33391 components: - - pos: -153.5,5.5 + - type: Transform + pos: -153.5,5.5 parent: 1 - type: Transform - uid: 33392 components: - - pos: -154.5,5.5 + - type: Transform + pos: -154.5,5.5 parent: 1 - type: Transform - uid: 33393 components: - - pos: -154.5,6.5 + - type: Transform + pos: -154.5,6.5 parent: 1 - type: Transform - uid: 33394 components: - - pos: -154.5,7.5 + - type: Transform + pos: -154.5,7.5 parent: 1 - type: Transform - uid: 33395 components: - - pos: -154.5,8.5 + - type: Transform + pos: -154.5,8.5 parent: 1 - type: Transform - uid: 33396 components: - - pos: -154.5,9.5 + - type: Transform + pos: -154.5,9.5 parent: 1 - type: Transform - uid: 33397 components: - - pos: -154.5,10.5 + - type: Transform + pos: -154.5,10.5 parent: 1 - type: Transform - uid: 33398 components: - - pos: -154.5,11.5 + - type: Transform + pos: -154.5,11.5 parent: 1 - type: Transform - uid: 33399 components: - - pos: -154.5,12.5 + - type: Transform + pos: -154.5,12.5 parent: 1 - type: Transform - uid: 33400 components: - - pos: -154.5,13.5 + - type: Transform + pos: -154.5,13.5 parent: 1 - type: Transform - uid: 33401 components: - - pos: -154.5,14.5 + - type: Transform + pos: -154.5,14.5 parent: 1 - type: Transform - uid: 33402 components: - - pos: -154.5,15.5 + - type: Transform + pos: -154.5,15.5 parent: 1 - type: Transform - uid: 33403 components: - - pos: -154.5,16.5 + - type: Transform + pos: -154.5,16.5 parent: 1 - type: Transform - uid: 33404 components: - - pos: -154.5,17.5 + - type: Transform + pos: -154.5,17.5 parent: 1 - type: Transform - uid: 33405 components: - - pos: -154.5,18.5 + - type: Transform + pos: -154.5,18.5 parent: 1 - type: Transform - uid: 33406 components: - - pos: -154.5,19.5 + - type: Transform + pos: -154.5,19.5 parent: 1 - type: Transform - uid: 33407 components: - - pos: -154.5,20.5 + - type: Transform + pos: -154.5,20.5 parent: 1 - type: Transform - uid: 33408 components: - - pos: -154.5,21.5 + - type: Transform + pos: -154.5,21.5 parent: 1 - type: Transform - uid: 33409 components: - - pos: -153.5,21.5 + - type: Transform + pos: -153.5,21.5 parent: 1 - type: Transform - uid: 33410 components: - - pos: -152.5,21.5 + - type: Transform + pos: -152.5,21.5 parent: 1 - type: Transform - uid: 33411 components: - - pos: -151.5,21.5 + - type: Transform + pos: -151.5,21.5 parent: 1 - type: Transform - uid: 33412 components: - - pos: -150.5,21.5 + - type: Transform + pos: -150.5,21.5 parent: 1 - type: Transform - uid: 33413 components: - - pos: -149.5,21.5 + - type: Transform + pos: -149.5,21.5 parent: 1 - type: Transform - uid: 33414 components: - - pos: -148.5,21.5 + - type: Transform + pos: -148.5,21.5 parent: 1 - type: Transform - uid: 33415 components: - - pos: -147.5,21.5 + - type: Transform + pos: -147.5,21.5 parent: 1 - type: Transform - uid: 33416 components: - - pos: -146.5,21.5 + - type: Transform + pos: -146.5,21.5 parent: 1 - type: Transform - uid: 33417 components: - - pos: -145.5,21.5 + - type: Transform + pos: -145.5,21.5 parent: 1 - type: Transform - uid: 33418 components: - - pos: -144.5,16.5 + - type: Transform + pos: -144.5,16.5 parent: 1 - type: Transform - uid: 33419 components: - - pos: -145.5,16.5 + - type: Transform + pos: -145.5,16.5 parent: 1 - type: Transform - uid: 33420 components: - - pos: -146.5,16.5 + - type: Transform + pos: -146.5,16.5 parent: 1 - type: Transform - uid: 33421 components: - - pos: -146.5,15.5 + - type: Transform + pos: -146.5,15.5 parent: 1 - type: Transform - uid: 33422 components: - - pos: -147.5,15.5 + - type: Transform + pos: -147.5,15.5 parent: 1 - type: Transform - uid: 33423 components: - - pos: -147.5,14.5 + - type: Transform + pos: -147.5,14.5 parent: 1 - type: Transform - uid: 33424 components: - - pos: -148.5,14.5 + - type: Transform + pos: -148.5,14.5 parent: 1 - type: Transform - uid: 33425 components: - - pos: -149.5,14.5 + - type: Transform + pos: -149.5,14.5 parent: 1 - type: Transform - uid: 33426 components: - - pos: -149.5,13.5 + - type: Transform + pos: -149.5,13.5 parent: 1 - type: Transform - uid: 33427 components: - - pos: -149.5,12.5 + - type: Transform + pos: -149.5,12.5 parent: 1 - type: Transform - uid: 33428 components: - - pos: -149.5,11.5 + - type: Transform + pos: -149.5,11.5 parent: 1 - type: Transform - uid: 33429 components: - - pos: -149.5,10.5 + - type: Transform + pos: -149.5,10.5 parent: 1 - type: Transform - uid: 33430 components: - - pos: -148.5,10.5 + - type: Transform + pos: -148.5,10.5 parent: 1 - type: Transform - uid: 33431 components: - - pos: -147.5,10.5 + - type: Transform + pos: -147.5,10.5 parent: 1 - type: Transform - uid: 33432 components: - - pos: -147.5,9.5 + - type: Transform + pos: -147.5,9.5 parent: 1 - type: Transform - uid: 33433 components: - - pos: -146.5,9.5 + - type: Transform + pos: -146.5,9.5 parent: 1 - type: Transform - uid: 33434 components: - - pos: -146.5,8.5 + - type: Transform + pos: -146.5,8.5 parent: 1 - type: Transform - uid: 33435 components: - - pos: -145.5,8.5 + - type: Transform + pos: -145.5,8.5 parent: 1 - type: Transform - uid: 33436 components: - - pos: -144.5,8.5 + - type: Transform + pos: -144.5,8.5 parent: 1 - type: Transform - uid: 33437 components: - - pos: -143.5,8.5 + - type: Transform + pos: -143.5,8.5 parent: 1 - type: Transform - uid: 33438 components: - - pos: -142.5,8.5 + - type: Transform + pos: -142.5,8.5 parent: 1 - type: Transform - uid: 33439 components: - - pos: -142.5,7.5 + - type: Transform + pos: -142.5,7.5 parent: 1 - type: Transform - uid: 33440 components: - - pos: -141.5,7.5 + - type: Transform + pos: -141.5,7.5 parent: 1 - type: Transform - uid: 33441 components: - - pos: -141.5,6.5 + - type: Transform + pos: -141.5,6.5 parent: 1 - type: Transform - uid: 33581 components: - - pos: 38.5,-10.5 + - type: Transform + pos: 38.5,-10.5 parent: 1 - type: Transform - uid: 33598 components: - - pos: -104.5,-7.5 + - type: Transform + pos: -104.5,-7.5 parent: 1 - type: Transform - uid: 33599 components: - - pos: -103.5,-7.5 + - type: Transform + pos: -103.5,-7.5 parent: 1 - type: Transform - uid: 33773 components: - - pos: -99.5,39.5 + - type: Transform + pos: -99.5,39.5 parent: 1 - type: Transform - uid: 33774 components: - - pos: -80.5,37.5 + - type: Transform + pos: -80.5,37.5 parent: 1 - type: Transform - uid: 33775 components: - - pos: -81.5,37.5 + - type: Transform + pos: -81.5,37.5 parent: 1 - type: Transform - uid: 33776 components: - - pos: -82.5,37.5 + - type: Transform + pos: -82.5,37.5 parent: 1 - type: Transform - uid: 33777 components: - - pos: -83.5,37.5 + - type: Transform + pos: -83.5,37.5 parent: 1 - type: Transform - uid: 33778 components: - - pos: -84.5,37.5 + - type: Transform + pos: -84.5,37.5 parent: 1 - type: Transform - uid: 33779 components: - - pos: -85.5,37.5 + - type: Transform + pos: -85.5,37.5 parent: 1 - type: Transform - uid: 33780 components: - - pos: -85.5,38.5 + - type: Transform + pos: -85.5,38.5 parent: 1 - type: Transform - uid: 33781 components: - - pos: -85.5,39.5 + - type: Transform + pos: -85.5,39.5 parent: 1 - type: Transform - uid: 33782 components: - - pos: -85.5,40.5 + - type: Transform + pos: -85.5,40.5 parent: 1 - type: Transform - uid: 33783 components: - - pos: -85.5,41.5 + - type: Transform + pos: -85.5,41.5 parent: 1 - type: Transform - uid: 33784 components: - - pos: -85.5,42.5 + - type: Transform + pos: -85.5,42.5 parent: 1 - type: Transform - uid: 33785 components: - - pos: -85.5,43.5 + - type: Transform + pos: -85.5,43.5 parent: 1 - type: Transform - uid: 33786 components: - - pos: -85.5,44.5 + - type: Transform + pos: -85.5,44.5 parent: 1 - type: Transform - uid: 33787 components: - - pos: -84.5,40.5 + - type: Transform + pos: -84.5,40.5 parent: 1 - type: Transform - uid: 33788 components: - - pos: -83.5,40.5 + - type: Transform + pos: -83.5,40.5 parent: 1 - type: Transform - uid: 33789 components: - - pos: -82.5,40.5 + - type: Transform + pos: -82.5,40.5 parent: 1 - type: Transform - uid: 33790 components: - - pos: -85.5,36.5 + - type: Transform + pos: -85.5,36.5 parent: 1 - type: Transform - uid: 33791 components: - - pos: -85.5,35.5 + - type: Transform + pos: -85.5,35.5 parent: 1 - type: Transform - uid: 33792 components: - - pos: -85.5,34.5 + - type: Transform + pos: -85.5,34.5 parent: 1 - type: Transform - uid: 33793 components: - - pos: -85.5,33.5 + - type: Transform + pos: -85.5,33.5 parent: 1 - type: Transform - uid: 33794 components: - - pos: -85.5,32.5 + - type: Transform + pos: -85.5,32.5 parent: 1 - type: Transform - uid: 33795 components: - - pos: -85.5,31.5 + - type: Transform + pos: -85.5,31.5 parent: 1 - type: Transform - uid: 33796 components: - - pos: -85.5,30.5 + - type: Transform + pos: -85.5,30.5 parent: 1 - type: Transform - uid: 33797 components: - - pos: -84.5,33.5 + - type: Transform + pos: -84.5,33.5 parent: 1 - type: Transform - uid: 33798 components: - - pos: -83.5,33.5 + - type: Transform + pos: -83.5,33.5 parent: 1 - type: Transform - uid: 33799 components: - - pos: -82.5,33.5 + - type: Transform + pos: -82.5,33.5 parent: 1 - type: Transform - uid: 33800 components: - - pos: -86.5,30.5 + - type: Transform + pos: -86.5,30.5 parent: 1 - type: Transform - uid: 33801 components: - - pos: -87.5,30.5 + - type: Transform + pos: -87.5,30.5 parent: 1 - type: Transform - uid: 33802 components: - - pos: -88.5,30.5 + - type: Transform + pos: -88.5,30.5 parent: 1 - type: Transform - uid: 33803 components: - - pos: -89.5,30.5 + - type: Transform + pos: -89.5,30.5 parent: 1 - type: Transform - uid: 33804 components: - - pos: -90.5,30.5 + - type: Transform + pos: -90.5,30.5 parent: 1 - type: Transform - uid: 33805 components: - - pos: -91.5,30.5 + - type: Transform + pos: -91.5,30.5 parent: 1 - type: Transform - uid: 33806 components: - - pos: -92.5,30.5 + - type: Transform + pos: -92.5,30.5 parent: 1 - type: Transform - uid: 33807 components: - - pos: -93.5,30.5 + - type: Transform + pos: -93.5,30.5 parent: 1 - type: Transform - uid: 33808 components: - - pos: -94.5,30.5 + - type: Transform + pos: -94.5,30.5 parent: 1 - type: Transform - uid: 33809 components: - - pos: -95.5,30.5 + - type: Transform + pos: -95.5,30.5 parent: 1 - type: Transform - uid: 33810 components: - - pos: -96.5,30.5 + - type: Transform + pos: -96.5,30.5 parent: 1 - type: Transform - uid: 33811 components: - - pos: -97.5,30.5 + - type: Transform + pos: -97.5,30.5 parent: 1 - type: Transform - uid: 33812 components: - - pos: -98.5,30.5 + - type: Transform + pos: -98.5,30.5 parent: 1 - type: Transform - uid: 33813 components: - - pos: -99.5,30.5 + - type: Transform + pos: -99.5,30.5 parent: 1 - type: Transform - uid: 33814 components: - - pos: -99.5,31.5 + - type: Transform + pos: -99.5,31.5 parent: 1 - type: Transform - uid: 33815 components: - - pos: -99.5,32.5 + - type: Transform + pos: -99.5,32.5 parent: 1 - type: Transform - uid: 33816 components: - - pos: -99.5,33.5 + - type: Transform + pos: -99.5,33.5 parent: 1 - type: Transform - uid: 33817 components: - - pos: -99.5,34.5 + - type: Transform + pos: -99.5,34.5 parent: 1 - type: Transform - uid: 33818 components: - - pos: -99.5,35.5 + - type: Transform + pos: -99.5,35.5 parent: 1 - type: Transform - uid: 33819 components: - - pos: -99.5,36.5 + - type: Transform + pos: -99.5,36.5 parent: 1 - type: Transform - uid: 33820 components: - - pos: -99.5,37.5 + - type: Transform + pos: -99.5,37.5 parent: 1 - type: Transform - uid: 33821 components: - - pos: -99.5,38.5 + - type: Transform + pos: -99.5,38.5 parent: 1 - type: Transform - uid: 33822 components: - - pos: -99.5,39.5 + - type: Transform + pos: -99.5,39.5 parent: 1 - type: Transform - uid: 33823 components: - - pos: -99.5,40.5 + - type: Transform + pos: -99.5,40.5 parent: 1 - type: Transform - uid: 33824 components: - - pos: -99.5,41.5 + - type: Transform + pos: -99.5,41.5 parent: 1 - type: Transform - uid: 33825 components: - - pos: -99.5,42.5 + - type: Transform + pos: -99.5,42.5 parent: 1 - type: Transform - uid: 33826 components: - - pos: -99.5,43.5 + - type: Transform + pos: -99.5,43.5 parent: 1 - type: Transform - uid: 33827 components: - - pos: -99.5,44.5 + - type: Transform + pos: -99.5,44.5 parent: 1 - type: Transform - uid: 33844 components: - - pos: -101.5,-24.5 + - type: Transform + pos: -101.5,-24.5 parent: 1 - type: Transform - uid: 33845 components: - - pos: -101.5,-23.5 + - type: Transform + pos: -101.5,-23.5 parent: 1 - type: Transform - uid: 33846 components: - - pos: -101.5,-22.5 + - type: Transform + pos: -101.5,-22.5 parent: 1 - type: Transform - uid: 33847 components: - - pos: -101.5,-21.5 + - type: Transform + pos: -101.5,-21.5 parent: 1 - type: Transform - uid: 33864 components: - - pos: -55.5,6.5 + - type: Transform + pos: -55.5,6.5 parent: 1 - type: Transform - uid: 34003 components: - - pos: -100.5,44.5 + - type: Transform + pos: -100.5,44.5 parent: 1 - type: Transform - uid: 34008 components: - - pos: -100.5,45.5 + - type: Transform + pos: -100.5,45.5 parent: 1 - type: Transform - uid: 34009 components: - - pos: -100.5,46.5 + - type: Transform + pos: -100.5,46.5 parent: 1 - type: Transform - uid: 34010 components: - - pos: -100.5,47.5 + - type: Transform + pos: -100.5,47.5 parent: 1 - type: Transform - uid: 34011 components: - - pos: -100.5,48.5 + - type: Transform + pos: -100.5,48.5 parent: 1 - type: Transform - uid: 34012 components: - - pos: -100.5,49.5 + - type: Transform + pos: -100.5,49.5 parent: 1 - type: Transform - uid: 34013 components: - - pos: -100.5,50.5 + - type: Transform + pos: -100.5,50.5 parent: 1 - type: Transform - uid: 34014 components: - - pos: -100.5,51.5 + - type: Transform + pos: -100.5,51.5 parent: 1 - type: Transform - uid: 34015 components: - - pos: -100.5,52.5 + - type: Transform + pos: -100.5,52.5 parent: 1 - type: Transform - uid: 34016 components: - - pos: -100.5,53.5 + - type: Transform + pos: -100.5,53.5 parent: 1 - type: Transform - uid: 34017 components: - - pos: -100.5,54.5 + - type: Transform + pos: -100.5,54.5 parent: 1 - type: Transform - uid: 34018 components: - - pos: -100.5,55.5 + - type: Transform + pos: -100.5,55.5 parent: 1 - type: Transform - uid: 34019 components: - - pos: -100.5,56.5 + - type: Transform + pos: -100.5,56.5 parent: 1 - type: Transform - uid: 34020 components: - - pos: -100.5,57.5 + - type: Transform + pos: -100.5,57.5 parent: 1 - type: Transform - uid: 34021 components: - - pos: -100.5,58.5 + - type: Transform + pos: -100.5,58.5 parent: 1 - type: Transform - uid: 34022 components: - - pos: -100.5,59.5 + - type: Transform + pos: -100.5,59.5 parent: 1 - type: Transform - uid: 34023 components: - - pos: -100.5,60.5 + - type: Transform + pos: -100.5,60.5 parent: 1 - type: Transform - uid: 34024 components: - - pos: -100.5,61.5 + - type: Transform + pos: -100.5,61.5 parent: 1 - type: Transform - uid: 34025 components: - - pos: -100.5,62.5 + - type: Transform + pos: -100.5,62.5 parent: 1 - type: Transform - uid: 34026 components: - - pos: -100.5,63.5 + - type: Transform + pos: -100.5,63.5 parent: 1 - type: Transform - uid: 34027 components: - - pos: -84.5,44.5 + - type: Transform + pos: -84.5,44.5 parent: 1 - type: Transform - uid: 34028 components: - - pos: -84.5,45.5 + - type: Transform + pos: -84.5,45.5 parent: 1 - type: Transform - uid: 34029 components: - - pos: -84.5,46.5 + - type: Transform + pos: -84.5,46.5 parent: 1 - type: Transform - uid: 34030 components: - - pos: -84.5,47.5 + - type: Transform + pos: -84.5,47.5 parent: 1 - type: Transform - uid: 34031 components: - - pos: -84.5,48.5 + - type: Transform + pos: -84.5,48.5 parent: 1 - type: Transform - uid: 34032 components: - - pos: -84.5,49.5 + - type: Transform + pos: -84.5,49.5 parent: 1 - type: Transform - uid: 34033 components: - - pos: -84.5,50.5 + - type: Transform + pos: -84.5,50.5 parent: 1 - type: Transform - uid: 34034 components: - - pos: -84.5,51.5 + - type: Transform + pos: -84.5,51.5 parent: 1 - type: Transform - uid: 34035 components: - - pos: -84.5,52.5 + - type: Transform + pos: -84.5,52.5 parent: 1 - type: Transform - uid: 34036 components: - - pos: -84.5,53.5 + - type: Transform + pos: -84.5,53.5 parent: 1 - type: Transform - uid: 34037 components: - - pos: -84.5,54.5 + - type: Transform + pos: -84.5,54.5 parent: 1 - type: Transform - uid: 34038 components: - - pos: -84.5,55.5 + - type: Transform + pos: -84.5,55.5 parent: 1 - type: Transform - uid: 34039 components: - - pos: -84.5,56.5 + - type: Transform + pos: -84.5,56.5 parent: 1 - type: Transform - uid: 34040 components: - - pos: -84.5,57.5 + - type: Transform + pos: -84.5,57.5 parent: 1 - type: Transform - uid: 34041 components: - - pos: -84.5,58.5 + - type: Transform + pos: -84.5,58.5 parent: 1 - type: Transform - uid: 34042 components: - - pos: -84.5,59.5 + - type: Transform + pos: -84.5,59.5 parent: 1 - type: Transform - uid: 34043 components: - - pos: -84.5,60.5 + - type: Transform + pos: -84.5,60.5 parent: 1 - type: Transform - uid: 34044 components: - - pos: -84.5,61.5 + - type: Transform + pos: -84.5,61.5 parent: 1 - type: Transform - uid: 34045 components: - - pos: -84.5,62.5 + - type: Transform + pos: -84.5,62.5 parent: 1 - type: Transform - uid: 34046 components: - - pos: -84.5,63.5 + - type: Transform + pos: -84.5,63.5 parent: 1 - type: Transform - uid: 34185 components: - - pos: -96.5,-34.5 + - type: Transform + pos: -96.5,-34.5 parent: 1 - type: Transform - uid: 34186 components: - - pos: -96.5,-35.5 + - type: Transform + pos: -96.5,-35.5 parent: 1 - type: Transform - uid: 34187 components: - - pos: -96.5,-36.5 + - type: Transform + pos: -96.5,-36.5 parent: 1 - type: Transform - uid: 34188 components: - - pos: -96.5,-37.5 + - type: Transform + pos: -96.5,-37.5 parent: 1 - type: Transform - uid: 34275 components: - - pos: -96.5,-41.5 + - type: Transform + pos: -96.5,-41.5 parent: 1 - type: Transform - uid: 34563 components: - - pos: -96.5,-10.5 + - type: Transform + pos: -96.5,-10.5 parent: 1 - type: Transform - uid: 34666 components: - - pos: -12.5,-56.5 + - type: Transform + pos: -12.5,-56.5 parent: 1 - type: Transform - uid: 34722 components: - - pos: -0.5,21.5 + - type: Transform + pos: -0.5,21.5 parent: 1 - type: Transform - uid: 34752 components: - - pos: -101.5,-18.5 + - type: Transform + pos: -101.5,-18.5 parent: 1 - type: Transform - uid: 34753 components: - - pos: -101.5,-16.5 + - type: Transform + pos: -101.5,-16.5 parent: 1 - type: Transform - uid: 34765 components: - - pos: -50.5,-75.5 + - type: Transform + pos: -50.5,-75.5 parent: 1 - type: Transform - uid: 34766 components: - - pos: -50.5,-76.5 + - type: Transform + pos: -50.5,-76.5 parent: 1 - type: Transform - uid: 34767 components: - - pos: -50.5,-77.5 + - type: Transform + pos: -50.5,-77.5 parent: 1 - type: Transform - uid: 34768 components: - - pos: -49.5,-77.5 + - type: Transform + pos: -49.5,-77.5 parent: 1 - type: Transform - uid: 34769 components: - - pos: -48.5,-77.5 + - type: Transform + pos: -48.5,-77.5 parent: 1 - type: Transform - uid: 34770 components: - - pos: -47.5,-77.5 + - type: Transform + pos: -47.5,-77.5 parent: 1 - type: Transform - uid: 34771 components: - - pos: -46.5,-77.5 + - type: Transform + pos: -46.5,-77.5 parent: 1 - type: Transform - uid: 34772 components: - - pos: -45.5,-77.5 + - type: Transform + pos: -45.5,-77.5 parent: 1 - type: Transform - uid: 34773 components: - - pos: -44.5,-77.5 + - type: Transform + pos: -44.5,-77.5 parent: 1 - type: Transform - uid: 34774 components: - - pos: -43.5,-77.5 + - type: Transform + pos: -43.5,-77.5 parent: 1 - type: Transform - uid: 34775 components: - - pos: -42.5,-77.5 + - type: Transform + pos: -42.5,-77.5 parent: 1 - type: Transform - uid: 34776 components: - - pos: -41.5,-77.5 + - type: Transform + pos: -41.5,-77.5 parent: 1 - type: Transform - uid: 34777 components: - - pos: -40.5,-77.5 + - type: Transform + pos: -40.5,-77.5 parent: 1 - type: Transform - uid: 34780 components: - - pos: -39.5,-75.5 + - type: Transform + pos: -39.5,-75.5 parent: 1 - type: Transform - uid: 34858 components: - - pos: -11.5,-26.5 + - type: Transform + pos: -11.5,-26.5 parent: 1 - type: Transform - uid: 34859 components: - - pos: -10.5,-26.5 + - type: Transform + pos: -10.5,-26.5 parent: 1 - type: Transform - uid: 34860 components: - - pos: -9.5,-26.5 + - type: Transform + pos: -9.5,-26.5 parent: 1 - type: Transform - uid: 34967 components: - - pos: -12.5,-55.5 + - type: Transform + pos: -12.5,-55.5 parent: 1 - type: Transform - uid: 34968 components: - - pos: -12.5,-54.5 + - type: Transform + pos: -12.5,-54.5 parent: 1 - type: Transform - uid: 34969 components: - - pos: -6.5,-54.5 + - type: Transform + pos: -6.5,-54.5 parent: 1 - type: Transform - uid: 34970 components: - - pos: -6.5,-53.5 + - type: Transform + pos: -6.5,-53.5 parent: 1 - type: Transform - uid: 34971 components: - - pos: -6.5,-52.5 + - type: Transform + pos: -6.5,-52.5 parent: 1 - type: Transform - uid: 34972 components: - - pos: -6.5,-51.5 + - type: Transform + pos: -6.5,-51.5 parent: 1 - type: Transform - uid: 34973 components: - - pos: -7.5,-51.5 + - type: Transform + pos: -7.5,-51.5 parent: 1 - type: Transform - uid: 34974 components: - - pos: -8.5,-51.5 + - type: Transform + pos: -8.5,-51.5 parent: 1 - type: Transform - uid: 34975 components: - - pos: -10.5,-51.5 + - type: Transform + pos: -10.5,-51.5 parent: 1 - type: Transform - uid: 34976 components: - - pos: -11.5,-51.5 + - type: Transform + pos: -11.5,-51.5 parent: 1 - type: Transform - uid: 35007 components: - - pos: -12.5,-51.5 + - type: Transform + pos: -12.5,-51.5 parent: 1 - type: Transform - uid: 35008 components: - - pos: -12.5,-52.5 + - type: Transform + pos: -12.5,-52.5 parent: 1 - type: Transform - uid: 35009 components: - - pos: -12.5,-53.5 + - type: Transform + pos: -12.5,-53.5 parent: 1 - type: Transform - uid: 35010 components: - - pos: -11.5,-53.5 + - type: Transform + pos: -11.5,-53.5 parent: 1 - type: Transform - uid: 35011 components: - - pos: -10.5,-53.5 + - type: Transform + pos: -10.5,-53.5 parent: 1 - type: Transform - uid: 35496 components: - - pos: -96.5,-38.5 + - type: Transform + pos: -96.5,-38.5 parent: 1 - type: Transform - uid: 35566 components: - - pos: -137.5,-21.5 + - type: Transform + pos: -137.5,-21.5 parent: 1 - type: Transform - uid: 35569 components: - - pos: -137.5,-22.5 + - type: Transform + pos: -137.5,-22.5 parent: 1 - type: Transform - uid: 35571 components: - - pos: -136.5,-22.5 + - type: Transform + pos: -136.5,-22.5 parent: 1 - type: Transform - uid: 36550 components: - - pos: -137.5,-20.5 + - type: Transform + pos: -137.5,-20.5 parent: 1 - type: Transform - uid: 38378 components: - - pos: -73.5,21.5 + - type: Transform + pos: -73.5,21.5 parent: 1 - type: Transform - uid: 38379 components: - - pos: -37.5,20.5 + - type: Transform + pos: -37.5,20.5 parent: 1 - type: Transform - uid: 38380 components: - - pos: -36.5,20.5 + - type: Transform + pos: -36.5,20.5 parent: 1 - type: Transform - uid: 38381 components: - - pos: -35.5,20.5 + - type: Transform + pos: -35.5,20.5 parent: 1 - type: Transform - uid: 38382 components: - - pos: -34.5,20.5 + - type: Transform + pos: -34.5,20.5 parent: 1 - type: Transform - uid: 38383 components: - - pos: -33.5,20.5 + - type: Transform + pos: -33.5,20.5 parent: 1 - type: Transform - uid: 38384 components: - - pos: -32.5,20.5 + - type: Transform + pos: -32.5,20.5 parent: 1 - type: Transform - uid: 38385 components: - - pos: -31.5,20.5 + - type: Transform + pos: -31.5,20.5 parent: 1 - type: Transform - uid: 38386 components: - - pos: -30.5,20.5 + - type: Transform + pos: -30.5,20.5 parent: 1 - type: Transform - uid: 38387 components: - - pos: -30.5,24.5 + - type: Transform + pos: -30.5,24.5 parent: 1 - type: Transform - uid: 38388 components: - - pos: -31.5,24.5 + - type: Transform + pos: -31.5,24.5 parent: 1 - type: Transform - uid: 38389 components: - - pos: -32.5,24.5 + - type: Transform + pos: -32.5,24.5 parent: 1 - type: Transform - uid: 38390 components: - - pos: -33.5,24.5 + - type: Transform + pos: -33.5,24.5 parent: 1 - type: Transform - uid: 38391 components: - - pos: -34.5,24.5 + - type: Transform + pos: -34.5,24.5 parent: 1 - type: Transform - uid: 38392 components: - - pos: -35.5,24.5 + - type: Transform + pos: -35.5,24.5 parent: 1 - type: Transform - uid: 38393 components: - - pos: -36.5,24.5 + - type: Transform + pos: -36.5,24.5 parent: 1 - type: Transform - uid: 38394 components: - - pos: -37.5,24.5 + - type: Transform + pos: -37.5,24.5 parent: 1 - type: Transform - uid: 38395 components: - - pos: -38.5,24.5 + - type: Transform + pos: -38.5,24.5 parent: 1 - type: Transform - uid: 38396 components: - - pos: -39.5,24.5 + - type: Transform + pos: -39.5,24.5 parent: 1 - type: Transform - uid: 38397 components: - - pos: -40.5,24.5 + - type: Transform + pos: -40.5,24.5 parent: 1 - type: Transform - uid: 38398 components: - - pos: -40.5,23.5 + - type: Transform + pos: -40.5,23.5 parent: 1 - type: Transform - uid: 38399 components: - - pos: -55.5,36.5 + - type: Transform + pos: -55.5,36.5 parent: 1 - type: Transform - uid: 38400 components: - - pos: -54.5,36.5 + - type: Transform + pos: -54.5,36.5 parent: 1 - type: Transform - uid: 38401 components: - - pos: -53.5,36.5 + - type: Transform + pos: -53.5,36.5 parent: 1 - type: Transform - uid: 38402 components: - - pos: -53.5,37.5 + - type: Transform + pos: -53.5,37.5 parent: 1 - type: Transform - uid: 38536 components: - - pos: 5.5,36.5 + - type: Transform + pos: 5.5,36.5 parent: 1 - type: Transform - uid: 38539 components: - - pos: -74.5,41.5 + - type: Transform + pos: -74.5,41.5 parent: 1 - type: Transform - uid: 38540 components: - - pos: -74.5,42.5 + - type: Transform + pos: -74.5,42.5 parent: 1 - type: Transform - uid: 38541 components: - - pos: -74.5,43.5 + - type: Transform + pos: -74.5,43.5 parent: 1 - type: Transform - uid: 38542 components: - - pos: -73.5,43.5 + - type: Transform + pos: -73.5,43.5 parent: 1 - type: Transform - uid: 38543 components: - - pos: -72.5,43.5 + - type: Transform + pos: -72.5,43.5 parent: 1 - type: Transform - uid: 38544 components: - - pos: -72.5,42.5 + - type: Transform + pos: -72.5,42.5 parent: 1 - type: Transform - uid: 38545 components: - - pos: -72.5,41.5 + - type: Transform + pos: -72.5,41.5 parent: 1 - type: Transform - uid: 38546 components: - - pos: -64.5,41.5 + - type: Transform + pos: -64.5,41.5 parent: 1 - type: Transform - uid: 38547 components: - - pos: -64.5,42.5 + - type: Transform + pos: -64.5,42.5 parent: 1 - type: Transform - uid: 38548 components: - - pos: -64.5,43.5 + - type: Transform + pos: -64.5,43.5 parent: 1 - type: Transform - uid: 38549 components: - - pos: -64.5,43.5 + - type: Transform + pos: -64.5,43.5 parent: 1 - type: Transform - uid: 38550 components: - - pos: -65.5,43.5 + - type: Transform + pos: -65.5,43.5 parent: 1 - type: Transform - uid: 38551 components: - - pos: -66.5,43.5 + - type: Transform + pos: -66.5,43.5 parent: 1 - type: Transform - uid: 38552 components: - - pos: -66.5,42.5 + - type: Transform + pos: -66.5,42.5 parent: 1 - type: Transform - uid: 38553 components: - - pos: -66.5,41.5 + - type: Transform + pos: -66.5,41.5 parent: 1 - type: Transform - uid: 38555 components: - - pos: -44.5,39.5 + - type: Transform + pos: -44.5,39.5 parent: 1 - type: Transform - uid: 38556 components: - - pos: -44.5,38.5 + - type: Transform + pos: -44.5,38.5 parent: 1 - type: Transform - uid: 38557 components: - - pos: -44.5,37.5 + - type: Transform + pos: -44.5,37.5 parent: 1 - type: Transform - uid: 38558 components: - - pos: -44.5,36.5 + - type: Transform + pos: -44.5,36.5 parent: 1 - type: Transform - uid: 38559 components: - - pos: -44.5,35.5 + - type: Transform + pos: -44.5,35.5 parent: 1 - type: Transform - uid: 38560 components: - - pos: -44.5,34.5 + - type: Transform + pos: -44.5,34.5 parent: 1 - type: Transform - uid: 38561 components: - - pos: -45.5,34.5 + - type: Transform + pos: -45.5,34.5 parent: 1 - type: Transform - uid: 38562 components: - - pos: -46.5,34.5 + - type: Transform + pos: -46.5,34.5 parent: 1 - type: Transform - uid: 38563 components: - - pos: -47.5,34.5 + - type: Transform + pos: -47.5,34.5 parent: 1 - type: Transform - uid: 38564 components: - - pos: -48.5,34.5 + - type: Transform + pos: -48.5,34.5 parent: 1 - type: Transform - uid: 38565 components: - - pos: -48.5,35.5 + - type: Transform + pos: -48.5,35.5 parent: 1 - type: Transform - uid: 38566 components: - - pos: -48.5,36.5 + - type: Transform + pos: -48.5,36.5 parent: 1 - type: Transform - uid: 38567 components: - - pos: -48.5,37.5 + - type: Transform + pos: -48.5,37.5 parent: 1 - type: Transform - uid: 38568 components: - - pos: -48.5,38.5 + - type: Transform + pos: -48.5,38.5 parent: 1 - type: Transform - uid: 38569 components: - - pos: -48.5,39.5 + - type: Transform + pos: -48.5,39.5 parent: 1 - type: Transform - uid: 38570 components: - - pos: -48.5,40.5 + - type: Transform + pos: -48.5,40.5 parent: 1 - type: Transform - uid: 38571 components: - - pos: -48.5,41.5 + - type: Transform + pos: -48.5,41.5 parent: 1 - type: Transform - uid: 38572 components: - - pos: -48.5,42.5 + - type: Transform + pos: -48.5,42.5 parent: 1 - type: Transform - uid: 38573 components: - - pos: -48.5,43.5 + - type: Transform + pos: -48.5,43.5 parent: 1 - type: Transform - uid: 38574 components: - - pos: -47.5,43.5 + - type: Transform + pos: -47.5,43.5 parent: 1 - type: Transform - uid: 38575 components: - - pos: -46.5,43.5 + - type: Transform + pos: -46.5,43.5 parent: 1 - type: Transform - uid: 38576 components: - - pos: -46.5,42.5 + - type: Transform + pos: -46.5,42.5 parent: 1 - type: Transform - uid: 38577 components: - - pos: -46.5,41.5 + - type: Transform + pos: -46.5,41.5 parent: 1 - type: Transform - uid: 38578 components: - - pos: -46.5,40.5 + - type: Transform + pos: -46.5,40.5 parent: 1 - type: Transform - uid: 38579 components: - - pos: -46.5,39.5 + - type: Transform + pos: -46.5,39.5 parent: 1 - type: Transform - uid: 38580 components: - - pos: -46.5,38.5 + - type: Transform + pos: -46.5,38.5 parent: 1 - type: Transform - uid: 38581 components: - - pos: -46.5,37.5 + - type: Transform + pos: -46.5,37.5 parent: 1 - type: Transform - uid: 38582 components: - - pos: -45.5,37.5 + - type: Transform + pos: -45.5,37.5 parent: 1 - type: Transform - uid: 38583 components: - - pos: -47.5,37.5 + - type: Transform + pos: -47.5,37.5 parent: 1 - type: Transform - uid: 38584 components: - - pos: -43.5,37.5 + - type: Transform + pos: -43.5,37.5 parent: 1 - type: Transform - uid: 38585 components: - - pos: -42.5,37.5 + - type: Transform + pos: -42.5,37.5 parent: 1 - type: Transform - uid: 38586 components: - - pos: -41.5,37.5 + - type: Transform + pos: -41.5,37.5 parent: 1 - type: Transform - uid: 38587 components: - - pos: -40.5,37.5 + - type: Transform + pos: -40.5,37.5 parent: 1 - type: Transform - uid: 38588 components: - - pos: -40.5,38.5 + - type: Transform + pos: -40.5,38.5 parent: 1 - type: Transform - uid: 38589 components: - - pos: -40.5,39.5 + - type: Transform + pos: -40.5,39.5 parent: 1 - type: Transform - uid: 38590 components: - - pos: -40.5,40.5 + - type: Transform + pos: -40.5,40.5 parent: 1 - type: Transform - uid: 38591 components: - - pos: -40.5,41.5 + - type: Transform + pos: -40.5,41.5 parent: 1 - type: Transform - uid: 38592 components: - - pos: -41.5,41.5 + - type: Transform + pos: -41.5,41.5 parent: 1 - type: Transform - uid: 38593 components: - - pos: -42.5,41.5 + - type: Transform + pos: -42.5,41.5 parent: 1 - type: Transform - uid: 38594 components: - - pos: -43.5,41.5 + - type: Transform + pos: -43.5,41.5 parent: 1 - type: Transform - uid: 38595 components: - - pos: -39.5,41.5 + - type: Transform + pos: -39.5,41.5 parent: 1 - type: Transform - uid: 38596 components: - - pos: -38.5,41.5 + - type: Transform + pos: -38.5,41.5 parent: 1 - type: Transform - uid: 38597 components: - - pos: -40.5,36.5 + - type: Transform + pos: -40.5,36.5 parent: 1 - type: Transform - uid: 38598 components: - - pos: -40.5,35.5 + - type: Transform + pos: -40.5,35.5 parent: 1 - type: Transform - uid: 38599 components: - - pos: -40.5,34.5 + - type: Transform + pos: -40.5,34.5 parent: 1 - type: Transform - uid: 38600 components: - - pos: -39.5,34.5 + - type: Transform + pos: -39.5,34.5 parent: 1 - type: Transform - uid: 38601 components: - - pos: -38.5,34.5 + - type: Transform + pos: -38.5,34.5 parent: 1 - type: Transform - uid: 38602 components: - - pos: -38.5,35.5 + - type: Transform + pos: -38.5,35.5 parent: 1 - type: Transform - uid: 38603 components: - - pos: -38.5,35.5 + - type: Transform + pos: -38.5,35.5 parent: 1 - type: Transform - uid: 38604 components: - - pos: -38.5,36.5 + - type: Transform + pos: -38.5,36.5 parent: 1 - type: Transform - uid: 38605 components: - - pos: -38.5,37.5 + - type: Transform + pos: -38.5,37.5 parent: 1 - type: Transform - uid: 38606 components: - - pos: -39.5,37.5 + - type: Transform + pos: -39.5,37.5 parent: 1 - type: Transform - uid: 38608 components: - - pos: -25.5,38.5 + - type: Transform + pos: -25.5,38.5 parent: 1 - type: Transform - uid: 38609 components: - - pos: -25.5,37.5 + - type: Transform + pos: -25.5,37.5 parent: 1 - type: Transform - uid: 38610 components: - - pos: -25.5,36.5 + - type: Transform + pos: -25.5,36.5 parent: 1 - type: Transform - uid: 38611 components: - - pos: -24.5,36.5 + - type: Transform + pos: -24.5,36.5 parent: 1 - type: Transform - uid: 38612 components: - - pos: -23.5,36.5 + - type: Transform + pos: -23.5,36.5 parent: 1 - type: Transform - uid: 38613 components: - - pos: -22.5,36.5 + - type: Transform + pos: -22.5,36.5 parent: 1 - type: Transform - uid: 38614 components: - - pos: -22.5,37.5 + - type: Transform + pos: -22.5,37.5 parent: 1 - type: Transform - uid: 38615 components: - - pos: -22.5,38.5 + - type: Transform + pos: -22.5,38.5 parent: 1 - type: Transform - uid: 38616 components: - - pos: -22.5,39.5 + - type: Transform + pos: -22.5,39.5 parent: 1 - type: Transform - uid: 38617 components: - - pos: -22.5,40.5 + - type: Transform + pos: -22.5,40.5 parent: 1 - type: Transform - uid: 38618 components: - - pos: -23.5,40.5 + - type: Transform + pos: -23.5,40.5 parent: 1 - type: Transform - uid: 38619 components: - - pos: -21.5,36.5 + - type: Transform + pos: -21.5,36.5 parent: 1 - type: Transform - uid: 38620 components: - - pos: -20.5,36.5 + - type: Transform + pos: -20.5,36.5 parent: 1 - type: Transform - uid: 38621 components: - - pos: -19.5,36.5 + - type: Transform + pos: -19.5,36.5 parent: 1 - type: Transform - uid: 38622 components: - - pos: -18.5,36.5 + - type: Transform + pos: -18.5,36.5 parent: 1 - type: Transform - uid: 38623 components: - - pos: -17.5,36.5 + - type: Transform + pos: -17.5,36.5 parent: 1 - type: Transform - uid: 38624 components: - - pos: -17.5,37.5 + - type: Transform + pos: -17.5,37.5 parent: 1 - type: Transform - uid: 38625 components: - - pos: -17.5,38.5 + - type: Transform + pos: -17.5,38.5 parent: 1 - type: Transform - uid: 38626 components: - - pos: -17.5,39.5 + - type: Transform + pos: -17.5,39.5 parent: 1 - type: Transform - uid: 38627 components: - - pos: -17.5,40.5 + - type: Transform + pos: -17.5,40.5 parent: 1 - type: Transform - uid: 38628 components: - - pos: -16.5,40.5 + - type: Transform + pos: -16.5,40.5 parent: 1 - type: Transform - uid: 38629 components: - - pos: -15.5,40.5 + - type: Transform + pos: -15.5,40.5 parent: 1 - type: Transform - uid: 38630 components: - - pos: -26.5,36.5 - parent: 1 - type: Transform + - type: Transform + pos: -26.5,36.5 + parent: 1 - uid: 38631 components: - - pos: -27.5,36.5 + - type: Transform + pos: -27.5,36.5 parent: 1 - type: Transform - uid: 38632 components: - - pos: -28.5,36.5 + - type: Transform + pos: -28.5,36.5 parent: 1 - type: Transform - uid: 38633 components: - - pos: -29.5,36.5 + - type: Transform + pos: -29.5,36.5 parent: 1 - type: Transform - uid: 38634 components: - - pos: -30.5,36.5 + - type: Transform + pos: -30.5,36.5 parent: 1 - type: Transform - uid: 38635 components: - - pos: -31.5,36.5 + - type: Transform + pos: -31.5,36.5 parent: 1 - type: Transform - uid: 38636 components: - - pos: -32.5,36.5 + - type: Transform + pos: -32.5,36.5 parent: 1 - type: Transform - uid: 38637 components: - - pos: -32.5,37.5 + - type: Transform + pos: -32.5,37.5 parent: 1 - type: Transform - uid: 38638 components: - - pos: -32.5,38.5 + - type: Transform + pos: -32.5,38.5 parent: 1 - type: Transform - uid: 38639 components: - - pos: -32.5,39.5 + - type: Transform + pos: -32.5,39.5 parent: 1 - type: Transform - uid: 38640 components: - - pos: -32.5,40.5 + - type: Transform + pos: -32.5,40.5 parent: 1 - type: Transform - uid: 38641 components: - - pos: -32.5,41.5 + - type: Transform + pos: -32.5,41.5 parent: 1 - type: Transform - uid: 38642 components: - - pos: -28.5,37.5 + - type: Transform + pos: -28.5,37.5 parent: 1 - type: Transform - uid: 38643 components: - - pos: -28.5,38.5 + - type: Transform + pos: -28.5,38.5 parent: 1 - type: Transform - uid: 38644 components: - - pos: -28.5,39.5 + - type: Transform + pos: -28.5,39.5 parent: 1 - type: Transform - uid: 38645 components: - - pos: -28.5,40.5 + - type: Transform + pos: -28.5,40.5 parent: 1 - type: Transform - uid: 38646 components: - - pos: -32.5,35.5 + - type: Transform + pos: -32.5,35.5 parent: 1 - type: Transform - uid: 38647 components: - - pos: -32.5,34.5 + - type: Transform + pos: -32.5,34.5 parent: 1 - type: Transform - uid: 38648 components: - - pos: -32.5,33.5 + - type: Transform + pos: -32.5,33.5 parent: 1 - type: Transform - uid: 38649 components: - - pos: -32.5,32.5 + - type: Transform + pos: -32.5,32.5 parent: 1 - type: Transform - uid: 38650 components: - - pos: -32.5,31.5 + - type: Transform + pos: -32.5,31.5 parent: 1 - type: Transform - uid: 38651 components: - - pos: -32.5,30.5 + - type: Transform + pos: -32.5,30.5 parent: 1 - type: Transform - uid: 38652 components: - - pos: -33.5,30.5 + - type: Transform + pos: -33.5,30.5 parent: 1 - type: Transform - uid: 38653 components: - - pos: -34.5,30.5 + - type: Transform + pos: -34.5,30.5 parent: 1 - type: Transform - uid: 38654 components: - - pos: -35.5,30.5 + - type: Transform + pos: -35.5,30.5 parent: 1 - type: Transform - uid: 38655 components: - - pos: -36.5,30.5 + - type: Transform + pos: -36.5,30.5 parent: 1 - type: Transform - uid: 38656 components: - - pos: -37.5,30.5 + - type: Transform + pos: -37.5,30.5 parent: 1 - type: Transform - uid: 38657 components: - - pos: -38.5,30.5 + - type: Transform + pos: -38.5,30.5 parent: 1 - type: Transform - uid: 38658 components: - - pos: -39.5,30.5 + - type: Transform + pos: -39.5,30.5 parent: 1 - type: Transform - uid: 38659 components: - - pos: -40.5,30.5 + - type: Transform + pos: -40.5,30.5 parent: 1 - type: Transform - uid: 38660 components: - - pos: -34.5,29.5 + - type: Transform + pos: -34.5,29.5 parent: 1 - type: Transform - uid: 38661 components: - - pos: -34.5,28.5 + - type: Transform + pos: -34.5,28.5 parent: 1 - type: Transform - uid: 38662 components: - - pos: -34.5,27.5 + - type: Transform + pos: -34.5,27.5 parent: 1 - type: Transform - uid: 38663 components: - - pos: -39.5,29.5 + - type: Transform + pos: -39.5,29.5 parent: 1 - type: Transform - uid: 38664 components: - - pos: -39.5,28.5 + - type: Transform + pos: -39.5,28.5 parent: 1 - type: Transform - uid: 38665 components: - - pos: -40.5,28.5 + - type: Transform + pos: -40.5,28.5 parent: 1 - type: Transform - uid: 38735 components: - - pos: -11.5,34.5 + - type: Transform + pos: -11.5,34.5 parent: 1 - type: Transform - uid: 38736 components: - - pos: -11.5,33.5 + - type: Transform + pos: -11.5,33.5 parent: 1 - type: Transform - uid: 38737 components: - - pos: -11.5,32.5 + - type: Transform + pos: -11.5,32.5 parent: 1 - type: Transform - uid: 38738 components: - - pos: -11.5,31.5 + - type: Transform + pos: -11.5,31.5 parent: 1 - type: Transform - uid: 38739 components: - - pos: -10.5,31.5 + - type: Transform + pos: -10.5,31.5 parent: 1 - type: Transform - uid: 38740 components: - - pos: -9.5,31.5 + - type: Transform + pos: -9.5,31.5 parent: 1 - type: Transform - uid: 38741 components: - - pos: -11.5,30.5 + - type: Transform + pos: -11.5,30.5 parent: 1 - type: Transform - uid: 38742 components: - - pos: -11.5,29.5 + - type: Transform + pos: -11.5,29.5 parent: 1 - type: Transform - uid: 38743 components: - - pos: -10.5,29.5 + - type: Transform + pos: -10.5,29.5 parent: 1 - type: Transform - uid: 38744 components: - - pos: -9.5,29.5 + - type: Transform + pos: -9.5,29.5 parent: 1 - type: Transform - uid: 38745 components: - - pos: -12.5,31.5 + - type: Transform + pos: -12.5,31.5 parent: 1 - type: Transform - uid: 38746 components: - - pos: -13.5,31.5 + - type: Transform + pos: -13.5,31.5 parent: 1 - type: Transform - uid: 38747 components: - - pos: -14.5,31.5 + - type: Transform + pos: -14.5,31.5 parent: 1 - type: Transform - uid: 38748 components: - - pos: -15.5,31.5 + - type: Transform + pos: -15.5,31.5 parent: 1 - type: Transform - uid: 38749 components: - - pos: -16.5,31.5 + - type: Transform + pos: -16.5,31.5 parent: 1 - type: Transform - uid: 38750 components: - - pos: -17.5,31.5 + - type: Transform + pos: -17.5,31.5 parent: 1 - type: Transform - uid: 38751 components: - - pos: -17.5,30.5 + - type: Transform + pos: -17.5,30.5 parent: 1 - type: Transform - uid: 38752 components: - - pos: -17.5,32.5 + - type: Transform + pos: -17.5,32.5 parent: 1 - type: Transform - uid: 38753 components: - - pos: -11.5,34.5 + - type: Transform + pos: -11.5,34.5 parent: 1 - type: Transform - uid: 38754 components: - - pos: -11.5,35.5 + - type: Transform + pos: -11.5,35.5 parent: 1 - type: Transform - uid: 38755 components: - - pos: -11.5,36.5 + - type: Transform + pos: -11.5,36.5 parent: 1 - type: Transform - uid: 38756 components: - - pos: -12.5,36.5 + - type: Transform + pos: -12.5,36.5 parent: 1 - type: Transform - uid: 38757 components: - - pos: -13.5,36.5 + - type: Transform + pos: -13.5,36.5 parent: 1 - type: Transform - uid: 38758 components: - - pos: 1.5,39.5 + - type: Transform + pos: 1.5,39.5 parent: 1 - type: Transform - uid: 38759 components: - - pos: 1.5,38.5 + - type: Transform + pos: 1.5,38.5 parent: 1 - type: Transform - uid: 38760 components: - - pos: 1.5,37.5 + - type: Transform + pos: 1.5,37.5 parent: 1 - type: Transform - uid: 38761 components: - - pos: 1.5,36.5 + - type: Transform + pos: 1.5,36.5 parent: 1 - type: Transform - uid: 38762 components: - - pos: 0.5,36.5 + - type: Transform + pos: 0.5,36.5 parent: 1 - type: Transform - uid: 38763 components: - - pos: -0.5,36.5 + - type: Transform + pos: -0.5,36.5 parent: 1 - type: Transform - uid: 38764 components: - - pos: -1.5,36.5 + - type: Transform + pos: -1.5,36.5 parent: 1 - type: Transform - uid: 38765 components: - - pos: -2.5,36.5 + - type: Transform + pos: -2.5,36.5 parent: 1 - type: Transform - uid: 38766 components: - - pos: -3.5,36.5 + - type: Transform + pos: -3.5,36.5 parent: 1 - type: Transform - uid: 38767 components: - - pos: -4.5,36.5 + - type: Transform + pos: -4.5,36.5 parent: 1 - type: Transform - uid: 38768 components: - - pos: -5.5,36.5 + - type: Transform + pos: -5.5,36.5 parent: 1 - type: Transform - uid: 38769 components: - - pos: -6.5,36.5 + - type: Transform + pos: -6.5,36.5 parent: 1 - type: Transform - uid: 38770 components: - - pos: -7.5,36.5 + - type: Transform + pos: -7.5,36.5 parent: 1 - type: Transform - uid: 38771 components: - - pos: -2.5,37.5 + - type: Transform + pos: -2.5,37.5 parent: 1 - type: Transform - uid: 38772 components: - - pos: -2.5,38.5 + - type: Transform + pos: -2.5,38.5 parent: 1 - type: Transform - uid: 38773 components: - - pos: -2.5,39.5 + - type: Transform + pos: -2.5,39.5 parent: 1 - type: Transform - uid: 38774 components: - - pos: -2.5,40.5 + - type: Transform + pos: -2.5,40.5 parent: 1 - type: Transform - uid: 38775 components: - - pos: -2.5,41.5 + - type: Transform + pos: -2.5,41.5 parent: 1 - type: Transform - uid: 38776 components: - - pos: -2.5,42.5 + - type: Transform + pos: -2.5,42.5 parent: 1 - type: Transform - uid: 38777 components: - - pos: -2.5,43.5 + - type: Transform + pos: -2.5,43.5 parent: 1 - type: Transform - uid: 38778 components: - - pos: -2.5,44.5 + - type: Transform + pos: -2.5,44.5 parent: 1 - type: Transform - uid: 38779 components: - - pos: -2.5,45.5 + - type: Transform + pos: -2.5,45.5 parent: 1 - type: Transform - uid: 38780 components: - - pos: -2.5,46.5 + - type: Transform + pos: -2.5,46.5 parent: 1 - type: Transform - uid: 38781 components: - - pos: -2.5,47.5 + - type: Transform + pos: -2.5,47.5 parent: 1 - type: Transform - uid: 38782 components: - - pos: -2.5,48.5 + - type: Transform + pos: -2.5,48.5 parent: 1 - type: Transform - uid: 38783 components: - - pos: -2.5,49.5 + - type: Transform + pos: -2.5,49.5 parent: 1 - type: Transform - uid: 38784 components: - - pos: -2.5,50.5 + - type: Transform + pos: -2.5,50.5 parent: 1 - type: Transform - uid: 38785 components: - - pos: -3.5,50.5 + - type: Transform + pos: -3.5,50.5 parent: 1 - type: Transform - uid: 38786 components: - - pos: -4.5,50.5 + - type: Transform + pos: -4.5,50.5 parent: 1 - type: Transform - uid: 38787 components: - - pos: -5.5,50.5 + - type: Transform + pos: -5.5,50.5 parent: 1 - type: Transform - uid: 38788 components: - - pos: -5.5,49.5 + - type: Transform + pos: -5.5,49.5 parent: 1 - type: Transform - uid: 38789 components: - - pos: -5.5,48.5 + - type: Transform + pos: -5.5,48.5 parent: 1 - type: Transform - uid: 38790 components: - - pos: -5.5,47.5 + - type: Transform + pos: -5.5,47.5 parent: 1 - type: Transform - uid: 38791 components: - - pos: -5.5,46.5 + - type: Transform + pos: -5.5,46.5 parent: 1 - type: Transform - uid: 38792 components: - - pos: -5.5,45.5 + - type: Transform + pos: -5.5,45.5 parent: 1 - type: Transform - uid: 38793 components: - - pos: -5.5,44.5 + - type: Transform + pos: -5.5,44.5 parent: 1 - type: Transform - uid: 38794 components: - - pos: -5.5,43.5 + - type: Transform + pos: -5.5,43.5 parent: 1 - type: Transform - uid: 38795 components: - - pos: -5.5,42.5 + - type: Transform + pos: -5.5,42.5 parent: 1 - type: Transform - uid: 38796 components: - - pos: -5.5,41.5 + - type: Transform + pos: -5.5,41.5 parent: 1 - type: Transform - uid: 38797 components: - - pos: -5.5,40.5 + - type: Transform + pos: -5.5,40.5 parent: 1 - type: Transform - uid: 38798 components: - - pos: -5.5,39.5 + - type: Transform + pos: -5.5,39.5 parent: 1 - type: Transform - uid: 38799 components: - - pos: -5.5,38.5 + - type: Transform + pos: -5.5,38.5 parent: 1 - type: Transform - uid: 38800 components: - - pos: -5.5,37.5 + - type: Transform + pos: -5.5,37.5 parent: 1 - type: Transform - uid: 38801 components: - - pos: 2.5,37.5 + - type: Transform + pos: 2.5,37.5 parent: 1 - type: Transform - uid: 38802 components: - - pos: 3.5,37.5 + - type: Transform + pos: 3.5,37.5 parent: 1 - type: Transform - uid: 38803 components: - - pos: 4.5,37.5 + - type: Transform + pos: 4.5,37.5 parent: 1 - type: Transform - uid: 38804 components: - - pos: 3.5,38.5 + - type: Transform + pos: 3.5,38.5 parent: 1 - type: Transform - uid: 38805 components: - - pos: 3.5,39.5 + - type: Transform + pos: 3.5,39.5 parent: 1 - type: Transform - uid: 38806 components: - - pos: 3.5,40.5 + - type: Transform + pos: 3.5,40.5 parent: 1 - type: Transform - uid: 38807 components: - - pos: 3.5,41.5 + - type: Transform + pos: 3.5,41.5 parent: 1 - type: Transform - uid: 38808 components: - - pos: 3.5,42.5 + - type: Transform + pos: 3.5,42.5 parent: 1 - type: Transform - uid: 38809 components: - - pos: 3.5,43.5 + - type: Transform + pos: 3.5,43.5 parent: 1 - type: Transform - uid: 38810 components: - - pos: 3.5,44.5 + - type: Transform + pos: 3.5,44.5 parent: 1 - type: Transform - uid: 38811 components: - - pos: 3.5,45.5 + - type: Transform + pos: 3.5,45.5 parent: 1 - type: Transform - uid: 38812 components: - - pos: 3.5,46.5 + - type: Transform + pos: 3.5,46.5 parent: 1 - type: Transform - uid: 38813 components: - - pos: 3.5,47.5 + - type: Transform + pos: 3.5,47.5 parent: 1 - type: Transform - uid: 38814 components: - - pos: 3.5,48.5 + - type: Transform + pos: 3.5,48.5 parent: 1 - type: Transform - uid: 38815 components: - - pos: 3.5,49.5 + - type: Transform + pos: 3.5,49.5 parent: 1 - type: Transform - uid: 38816 components: - - pos: 4.5,49.5 + - type: Transform + pos: 4.5,49.5 parent: 1 - type: Transform - uid: 38817 components: - - pos: 5.5,37.5 + - type: Transform + pos: 5.5,37.5 parent: 1 - type: Transform - uid: 38818 components: - - pos: 6.5,36.5 + - type: Transform + pos: 6.5,36.5 parent: 1 - type: Transform - uid: 38819 components: - - pos: 7.5,36.5 + - type: Transform + pos: 7.5,36.5 parent: 1 - type: Transform - uid: 38820 components: - - pos: 8.5,36.5 + - type: Transform + pos: 8.5,36.5 parent: 1 - type: Transform - uid: 38821 components: - - pos: 9.5,36.5 + - type: Transform + pos: 9.5,36.5 parent: 1 - type: Transform - uid: 38822 components: - - pos: 10.5,36.5 + - type: Transform + pos: 10.5,36.5 parent: 1 - type: Transform - uid: 38823 components: - - pos: 11.5,36.5 + - type: Transform + pos: 11.5,36.5 parent: 1 - type: Transform - uid: 38824 components: - - pos: 12.5,36.5 + - type: Transform + pos: 12.5,36.5 parent: 1 - type: Transform - uid: 38825 components: - - pos: 13.5,36.5 + - type: Transform + pos: 13.5,36.5 parent: 1 - type: Transform - uid: 38826 components: - - pos: 14.5,36.5 + - type: Transform + pos: 14.5,36.5 parent: 1 - type: Transform - uid: 38827 components: - - pos: 15.5,36.5 + - type: Transform + pos: 15.5,36.5 parent: 1 - type: Transform - uid: 38828 components: - - pos: 16.5,36.5 + - type: Transform + pos: 16.5,36.5 parent: 1 - type: Transform - uid: 38829 components: - - pos: 17.5,36.5 + - type: Transform + pos: 17.5,36.5 parent: 1 - type: Transform - uid: 38830 components: - - pos: 18.5,36.5 + - type: Transform + pos: 18.5,36.5 parent: 1 - type: Transform - uid: 38831 components: - - pos: 19.5,36.5 + - type: Transform + pos: 19.5,36.5 parent: 1 - type: Transform - uid: 38832 components: - - pos: 20.5,36.5 + - type: Transform + pos: 20.5,36.5 parent: 1 - type: Transform - uid: 38833 components: - - pos: 21.5,36.5 + - type: Transform + pos: 21.5,36.5 parent: 1 - type: Transform - uid: 38834 components: - - pos: 22.5,36.5 + - type: Transform + pos: 22.5,36.5 parent: 1 - type: Transform - uid: 38835 components: - - pos: 23.5,36.5 + - type: Transform + pos: 23.5,36.5 parent: 1 - type: Transform - uid: 38836 components: - - pos: 24.5,36.5 + - type: Transform + pos: 24.5,36.5 parent: 1 - type: Transform - uid: 38837 components: - - pos: 25.5,36.5 + - type: Transform + pos: 25.5,36.5 parent: 1 - type: Transform - uid: 38838 components: - - pos: 26.5,36.5 + - type: Transform + pos: 26.5,36.5 parent: 1 - type: Transform - uid: 38839 components: - - pos: 27.5,36.5 + - type: Transform + pos: 27.5,36.5 parent: 1 - type: Transform - uid: 38840 components: - - pos: 28.5,36.5 + - type: Transform + pos: 28.5,36.5 parent: 1 - type: Transform - uid: 38841 components: - - pos: 29.5,36.5 + - type: Transform + pos: 29.5,36.5 parent: 1 - type: Transform - uid: 38842 components: - - pos: 30.5,36.5 + - type: Transform + pos: 30.5,36.5 parent: 1 - type: Transform - uid: 38843 components: - - pos: 31.5,36.5 + - type: Transform + pos: 31.5,36.5 parent: 1 - type: Transform - uid: 38844 components: - - pos: 32.5,36.5 + - type: Transform + pos: 32.5,36.5 parent: 1 - type: Transform - uid: 38845 components: - - pos: 33.5,36.5 + - type: Transform + pos: 33.5,36.5 parent: 1 - type: Transform - uid: 38846 components: - - pos: 34.5,36.5 + - type: Transform + pos: 34.5,36.5 parent: 1 - type: Transform - uid: 38847 components: - - pos: 35.5,36.5 + - type: Transform + pos: 35.5,36.5 parent: 1 - type: Transform - uid: 38848 components: - - pos: 36.5,36.5 + - type: Transform + pos: 36.5,36.5 parent: 1 - type: Transform - uid: 38849 components: - - pos: 37.5,36.5 + - type: Transform + pos: 37.5,36.5 parent: 1 - type: Transform - uid: 38850 components: - - pos: 38.5,36.5 + - type: Transform + pos: 38.5,36.5 parent: 1 - type: Transform - uid: 38851 components: - - pos: 39.5,36.5 + - type: Transform + pos: 39.5,36.5 parent: 1 - type: Transform - uid: 38852 components: - - pos: 40.5,36.5 + - type: Transform + pos: 40.5,36.5 parent: 1 - type: Transform - uid: 38853 components: - - pos: 41.5,36.5 + - type: Transform + pos: 41.5,36.5 parent: 1 - type: Transform - uid: 38854 components: - - pos: 42.5,36.5 + - type: Transform + pos: 42.5,36.5 parent: 1 - type: Transform - uid: 38855 components: - - pos: 43.5,36.5 + - type: Transform + pos: 43.5,36.5 parent: 1 - type: Transform - uid: 38856 components: - - pos: 44.5,36.5 + - type: Transform + pos: 44.5,36.5 parent: 1 - type: Transform - uid: 38857 components: - - pos: 45.5,36.5 + - type: Transform + pos: 45.5,36.5 parent: 1 - type: Transform - uid: 38858 components: - - pos: 46.5,36.5 + - type: Transform + pos: 46.5,36.5 parent: 1 - type: Transform - uid: 38859 components: - - pos: 47.5,36.5 + - type: Transform + pos: 47.5,36.5 parent: 1 - type: Transform - uid: 38860 components: - - pos: 48.5,36.5 + - type: Transform + pos: 48.5,36.5 parent: 1 - type: Transform - uid: 38861 components: - - pos: 49.5,36.5 + - type: Transform + pos: 49.5,36.5 parent: 1 - type: Transform - uid: 38862 components: - - pos: 50.5,36.5 + - type: Transform + pos: 50.5,36.5 parent: 1 - type: Transform - uid: 38863 components: - - pos: 51.5,36.5 + - type: Transform + pos: 51.5,36.5 parent: 1 - type: Transform - uid: 38864 components: - - pos: 52.5,36.5 + - type: Transform + pos: 52.5,36.5 parent: 1 - type: Transform - uid: 38865 components: - - pos: 53.5,36.5 + - type: Transform + pos: 53.5,36.5 parent: 1 - type: Transform - uid: 38866 components: - - pos: 53.5,35.5 + - type: Transform + pos: 53.5,35.5 parent: 1 - type: Transform - uid: 38867 components: - - pos: 52.5,35.5 + - type: Transform + pos: 52.5,35.5 parent: 1 - type: Transform - uid: 38868 components: - - pos: 42.5,35.5 + - type: Transform + pos: 42.5,35.5 parent: 1 - type: Transform - uid: 38869 components: - - pos: 42.5,34.5 + - type: Transform + pos: 42.5,34.5 parent: 1 - type: Transform - uid: 38907 components: - - pos: 3.5,36.5 + - type: Transform + pos: 3.5,36.5 parent: 1 - type: Transform - uid: 38908 components: - - pos: 3.5,35.5 + - type: Transform + pos: 3.5,35.5 parent: 1 - type: Transform - uid: 38909 components: - - pos: 3.5,34.5 + - type: Transform + pos: 3.5,34.5 parent: 1 - type: Transform - uid: 38910 components: - - pos: 3.5,33.5 + - type: Transform + pos: 3.5,33.5 parent: 1 - type: Transform - uid: 38911 components: - - pos: 3.5,32.5 + - type: Transform + pos: 3.5,32.5 parent: 1 - type: Transform - uid: 38912 components: - - pos: 3.5,31.5 + - type: Transform + pos: 3.5,31.5 parent: 1 - type: Transform - uid: 38917 components: - - pos: 4.5,31.5 + - type: Transform + pos: 4.5,31.5 parent: 1 - type: Transform - uid: 38918 components: - - pos: 6.5,31.5 + - type: Transform + pos: 6.5,31.5 parent: 1 - type: Transform - uid: 38919 components: - - pos: 5.5,31.5 + - type: Transform + pos: 5.5,31.5 parent: 1 - type: Transform - uid: 38990 components: - - pos: -117.5,-40.5 + - type: Transform + pos: -117.5,-40.5 parent: 1 - type: Transform - uid: 38991 components: - - pos: -118.5,-40.5 + - type: Transform + pos: -118.5,-40.5 parent: 1 - type: Transform - uid: 38992 components: - - pos: -118.5,-41.5 + - type: Transform + pos: -118.5,-41.5 parent: 1 - type: Transform - uid: 38993 components: - - pos: -119.5,-41.5 + - type: Transform + pos: -119.5,-41.5 parent: 1 - type: Transform - uid: 38994 components: - - pos: -120.5,-41.5 + - type: Transform + pos: -120.5,-41.5 parent: 1 - type: Transform - uid: 38995 components: - - pos: -121.5,-41.5 + - type: Transform + pos: -121.5,-41.5 parent: 1 - type: Transform - uid: 38996 components: - - pos: -122.5,-41.5 + - type: Transform + pos: -122.5,-41.5 parent: 1 - type: Transform - uid: 38997 components: - - pos: -122.5,-40.5 + - type: Transform + pos: -122.5,-40.5 parent: 1 - type: Transform - uid: 38998 components: - - pos: -123.5,-40.5 + - type: Transform + pos: -123.5,-40.5 parent: 1 - type: Transform - uid: 38999 components: - - pos: -123.5,-39.5 + - type: Transform + pos: -123.5,-39.5 parent: 1 - type: Transform - uid: 39000 components: - - pos: -119.5,-36.5 + - type: Transform + pos: -119.5,-36.5 parent: 1 - type: Transform - uid: 39001 components: - - pos: -120.5,-36.5 + - type: Transform + pos: -120.5,-36.5 parent: 1 - type: Transform - uid: 39002 components: - - pos: -121.5,-36.5 + - type: Transform + pos: -121.5,-36.5 parent: 1 - type: Transform - uid: 39003 components: - - pos: -122.5,-36.5 + - type: Transform + pos: -122.5,-36.5 parent: 1 - type: Transform - uid: 39004 components: - - pos: -122.5,-37.5 + - type: Transform + pos: -122.5,-37.5 parent: 1 - type: Transform - uid: 39005 components: - - pos: -123.5,-37.5 + - type: Transform + pos: -123.5,-37.5 parent: 1 - type: Transform - uid: 39006 components: - - pos: -123.5,-38.5 + - type: Transform + pos: -123.5,-38.5 parent: 1 - type: Transform - uid: 39007 components: - - pos: -124.5,-38.5 + - type: Transform + pos: -124.5,-38.5 parent: 1 - type: Transform - uid: 39008 components: - - pos: -125.5,-38.5 + - type: Transform + pos: -125.5,-38.5 parent: 1 - type: Transform - uid: 39009 components: - - pos: -126.5,-38.5 + - type: Transform + pos: -126.5,-38.5 parent: 1 - type: Transform - uid: 39010 components: - - pos: -126.5,-37.5 + - type: Transform + pos: -126.5,-37.5 parent: 1 - type: Transform - uid: 39011 components: - - pos: -127.5,-37.5 + - type: Transform + pos: -127.5,-37.5 parent: 1 - type: Transform - uid: 39012 components: - - pos: -127.5,-36.5 + - type: Transform + pos: -127.5,-36.5 parent: 1 - type: Transform - uid: 39013 components: - - pos: -128.5,-36.5 + - type: Transform + pos: -128.5,-36.5 parent: 1 - type: Transform - uid: 39014 components: - - pos: -128.5,-37.5 + - type: Transform + pos: -128.5,-37.5 parent: 1 - type: Transform - uid: 39015 components: - - pos: -129.5,-37.5 + - type: Transform + pos: -129.5,-37.5 parent: 1 - type: Transform - uid: 39016 components: - - pos: -129.5,-38.5 + - type: Transform + pos: -129.5,-38.5 parent: 1 - type: Transform - uid: 39017 components: - - pos: -129.5,-39.5 + - type: Transform + pos: -129.5,-39.5 parent: 1 - type: Transform - uid: 39018 components: - - pos: -129.5,-40.5 + - type: Transform + pos: -129.5,-40.5 parent: 1 - type: Transform - uid: 39019 components: - - pos: -128.5,-40.5 + - type: Transform + pos: -128.5,-40.5 parent: 1 - type: Transform - uid: 39020 components: - - pos: -128.5,-41.5 + - type: Transform + pos: -128.5,-41.5 parent: 1 - type: Transform - uid: 39021 components: - - pos: -127.5,-41.5 + - type: Transform + pos: -127.5,-41.5 parent: 1 - type: Transform - uid: 39022 components: - - pos: -127.5,-40.5 + - type: Transform + pos: -127.5,-40.5 parent: 1 - type: Transform - uid: 39023 components: - - pos: -126.5,-40.5 + - type: Transform + pos: -126.5,-40.5 parent: 1 - type: Transform - uid: 39024 components: - - pos: -126.5,-39.5 + - type: Transform + pos: -126.5,-39.5 parent: 1 - type: Transform - uid: 39025 components: - - pos: -125.5,-39.5 + - type: Transform + pos: -125.5,-39.5 parent: 1 - type: Transform - uid: 39026 components: - - pos: -124.5,-39.5 + - type: Transform + pos: -124.5,-39.5 parent: 1 - type: Transform - uid: 39027 components: - - pos: -116.5,-39.5 + - type: Transform + pos: -116.5,-39.5 parent: 1 - type: Transform - uid: 39028 components: - - pos: -115.5,-39.5 + - type: Transform + pos: -115.5,-39.5 parent: 1 - type: Transform - uid: 39029 components: - - pos: -114.5,-39.5 + - type: Transform + pos: -114.5,-39.5 parent: 1 - type: Transform - uid: 39030 components: - - pos: -113.5,-39.5 + - type: Transform + pos: -113.5,-39.5 parent: 1 - type: Transform - uid: 39042 components: - - pos: -100.5,-18.5 + - type: Transform + pos: -100.5,-18.5 parent: 1 - type: Transform - uid: 39043 components: - - pos: -100.5,-17.5 + - type: Transform + pos: -100.5,-17.5 parent: 1 - type: Transform - uid: 39044 components: - - pos: -100.5,-16.5 + - type: Transform + pos: -100.5,-16.5 parent: 1 - type: Transform - uid: 39045 components: - - pos: -99.5,-16.5 + - type: Transform + pos: -99.5,-16.5 parent: 1 - type: Transform - uid: 39046 components: - - pos: -99.5,-15.5 + - type: Transform + pos: -99.5,-15.5 parent: 1 - type: Transform - uid: 39047 components: - - pos: -105.5,-16.5 + - type: Transform + pos: -105.5,-16.5 parent: 1 - type: Transform - uid: 39048 components: - - pos: -105.5,-15.5 + - type: Transform + pos: -105.5,-15.5 parent: 1 - type: Transform - uid: 39049 components: - - pos: -105.5,-14.5 + - type: Transform + pos: -105.5,-14.5 parent: 1 - type: Transform - uid: 39050 components: - - pos: -111.5,-13.5 + - type: Transform + pos: -111.5,-13.5 parent: 1 - type: Transform - uid: 39051 components: - - pos: -111.5,-14.5 + - type: Transform + pos: -111.5,-14.5 parent: 1 - type: Transform - uid: 39052 components: - - pos: -111.5,-15.5 + - type: Transform + pos: -111.5,-15.5 parent: 1 - type: Transform - uid: 39053 components: - - pos: -111.5,-16.5 + - type: Transform + pos: -111.5,-16.5 parent: 1 - type: Transform - uid: 39054 components: - - pos: -110.5,-16.5 + - type: Transform + pos: -110.5,-16.5 parent: 1 - type: Transform - uid: 39055 components: - - pos: -112.5,-16.5 + - type: Transform + pos: -112.5,-16.5 parent: 1 - type: Transform - uid: 39060 components: - - pos: -103.5,-29.5 + - type: Transform + pos: -103.5,-29.5 parent: 1 - type: Transform - uid: 39061 components: - - pos: -104.5,-29.5 + - type: Transform + pos: -104.5,-29.5 parent: 1 - type: Transform - uid: 39062 components: - - pos: -105.5,-29.5 + - type: Transform + pos: -105.5,-29.5 parent: 1 - type: Transform - uid: 39063 components: - - pos: -105.5,-30.5 + - type: Transform + pos: -105.5,-30.5 parent: 1 - type: Transform - uid: 39064 components: - - pos: -105.5,-31.5 + - type: Transform + pos: -105.5,-31.5 parent: 1 - type: Transform - uid: 39065 components: - - pos: -105.5,-32.5 + - type: Transform + pos: -105.5,-32.5 parent: 1 - type: Transform - uid: 39066 components: - - pos: -105.5,-33.5 + - type: Transform + pos: -105.5,-33.5 parent: 1 - type: Transform - uid: 39067 components: - - pos: -105.5,-34.5 + - type: Transform + pos: -105.5,-34.5 parent: 1 - type: Transform - uid: 39068 components: - - pos: -106.5,-31.5 + - type: Transform + pos: -106.5,-31.5 parent: 1 - type: Transform - uid: 39069 components: - - pos: -107.5,-31.5 + - type: Transform + pos: -107.5,-31.5 parent: 1 - type: Transform - uid: 39070 components: - - pos: -107.5,-32.5 + - type: Transform + pos: -107.5,-32.5 parent: 1 - type: Transform - uid: 39071 components: - - pos: -106.5,-32.5 + - type: Transform + pos: -106.5,-32.5 parent: 1 - type: Transform - uid: 39085 components: - - pos: -114.5,-23.5 + - type: Transform + pos: -114.5,-23.5 parent: 1 - type: Transform - uid: 39086 components: - - pos: -114.5,-24.5 + - type: Transform + pos: -114.5,-24.5 parent: 1 - type: Transform - uid: 39087 components: - - pos: -113.5,-24.5 + - type: Transform + pos: -113.5,-24.5 parent: 1 - type: Transform - uid: 39088 components: - - pos: -112.5,-24.5 + - type: Transform + pos: -112.5,-24.5 parent: 1 - type: Transform - uid: 39089 components: - - pos: -111.5,-24.5 + - type: Transform + pos: -111.5,-24.5 parent: 1 - type: Transform - uid: 39090 components: - - pos: -110.5,-24.5 + - type: Transform + pos: -110.5,-24.5 parent: 1 - type: Transform - uid: 39091 components: - - pos: -109.5,-24.5 + - type: Transform + pos: -109.5,-24.5 parent: 1 - type: Transform - uid: 39092 components: - - pos: -109.5,-23.5 + - type: Transform + pos: -109.5,-23.5 parent: 1 - type: Transform - uid: 39093 components: - - pos: -109.5,-22.5 + - type: Transform + pos: -109.5,-22.5 parent: 1 - type: Transform - uid: 39094 components: - - pos: -108.5,-22.5 + - type: Transform + pos: -108.5,-22.5 parent: 1 - type: Transform - uid: 39095 components: - - pos: -108.5,-21.5 + - type: Transform + pos: -108.5,-21.5 parent: 1 - type: Transform - uid: 39096 components: - - pos: -108.5,-20.5 + - type: Transform + pos: -108.5,-20.5 parent: 1 - type: Transform - uid: 39097 components: - - pos: -108.5,-19.5 + - type: Transform + pos: -108.5,-19.5 parent: 1 - type: Transform - uid: 39098 components: - - pos: -109.5,-19.5 + - type: Transform + pos: -109.5,-19.5 parent: 1 - type: Transform - uid: 39099 components: - - pos: -110.5,-19.5 + - type: Transform + pos: -110.5,-19.5 parent: 1 - type: Transform - uid: 39100 components: - - pos: -111.5,-19.5 + - type: Transform + pos: -111.5,-19.5 parent: 1 - type: Transform - uid: 39101 components: - - pos: -112.5,-19.5 + - type: Transform + pos: -112.5,-19.5 parent: 1 - type: Transform - uid: 39102 components: - - pos: -113.5,-19.5 + - type: Transform + pos: -113.5,-19.5 parent: 1 - type: Transform - uid: 39103 components: - - pos: -114.5,-19.5 + - type: Transform + pos: -114.5,-19.5 parent: 1 - type: Transform - uid: 39104 components: - - pos: -114.5,-20.5 + - type: Transform + pos: -114.5,-20.5 parent: 1 - type: Transform - uid: 39105 components: - - pos: -114.5,-21.5 + - type: Transform + pos: -114.5,-21.5 parent: 1 - type: Transform - uid: 39106 components: - - pos: -114.5,-22.5 + - type: Transform + pos: -114.5,-22.5 parent: 1 - type: Transform - uid: 39107 components: - - pos: -110.5,-25.5 + - type: Transform + pos: -110.5,-25.5 parent: 1 - type: Transform - uid: 39108 components: - - pos: -110.5,-26.5 + - type: Transform + pos: -110.5,-26.5 parent: 1 - type: Transform - uid: 39109 components: - - pos: -110.5,-27.5 + - type: Transform + pos: -110.5,-27.5 parent: 1 - type: Transform - uid: 39110 components: - - pos: -111.5,-27.5 + - type: Transform + pos: -111.5,-27.5 parent: 1 - type: Transform - uid: 39111 components: - - pos: -112.5,-27.5 + - type: Transform + pos: -112.5,-27.5 parent: 1 - type: Transform - uid: 39112 components: - - pos: -112.5,-28.5 + - type: Transform + pos: -112.5,-28.5 parent: 1 - type: Transform - uid: 39113 components: - - pos: -112.5,-29.5 + - type: Transform + pos: -112.5,-29.5 parent: 1 - type: Transform - uid: 39114 components: - - pos: -112.5,-30.5 + - type: Transform + pos: -112.5,-30.5 parent: 1 - type: Transform - uid: 39115 components: - - pos: -112.5,-31.5 + - type: Transform + pos: -112.5,-31.5 parent: 1 - type: Transform - uid: 39116 components: - - pos: -112.5,-32.5 + - type: Transform + pos: -112.5,-32.5 parent: 1 - type: Transform - uid: 39117 components: - - pos: -112.5,-33.5 + - type: Transform + pos: -112.5,-33.5 parent: 1 - type: Transform - uid: 39118 components: - - pos: -113.5,-33.5 + - type: Transform + pos: -113.5,-33.5 parent: 1 - type: Transform - uid: 39119 components: - - pos: -111.5,-33.5 + - type: Transform + pos: -111.5,-33.5 parent: 1 - type: Transform - uid: 39120 components: - - pos: -111.5,-34.5 + - type: Transform + pos: -111.5,-34.5 parent: 1 - type: Transform - uid: 39121 components: - - pos: -111.5,-35.5 + - type: Transform + pos: -111.5,-35.5 parent: 1 - type: Transform - uid: 39122 components: - - pos: -110.5,-35.5 + - type: Transform + pos: -110.5,-35.5 parent: 1 - type: Transform - uid: 39123 components: - - pos: -110.5,-36.5 + - type: Transform + pos: -110.5,-36.5 parent: 1 - type: Transform - uid: 39124 components: - - pos: -110.5,-37.5 + - type: Transform + pos: -110.5,-37.5 parent: 1 - type: Transform - uid: 39125 components: - - pos: -110.5,-38.5 + - type: Transform + pos: -110.5,-38.5 parent: 1 - type: Transform - uid: 39126 components: - - pos: -110.5,-39.5 + - type: Transform + pos: -110.5,-39.5 parent: 1 - type: Transform - uid: 39127 components: - - pos: -113.5,-29.5 + - type: Transform + pos: -113.5,-29.5 parent: 1 - type: Transform - uid: 39128 components: - - pos: -114.5,-29.5 + - type: Transform + pos: -114.5,-29.5 parent: 1 - type: Transform - uid: 39129 components: - - pos: -115.5,-29.5 + - type: Transform + pos: -115.5,-29.5 parent: 1 - type: Transform - uid: 39130 components: - - pos: -116.5,-29.5 + - type: Transform + pos: -116.5,-29.5 parent: 1 - type: Transform - uid: 39131 components: - - pos: -117.5,-29.5 + - type: Transform + pos: -117.5,-29.5 parent: 1 - type: Transform - uid: 39132 components: - - pos: -118.5,-29.5 + - type: Transform + pos: -118.5,-29.5 parent: 1 - type: Transform - uid: 39133 components: - - pos: -119.5,-29.5 + - type: Transform + pos: -119.5,-29.5 parent: 1 - type: Transform - uid: 39134 components: - - pos: -120.5,-29.5 + - type: Transform + pos: -120.5,-29.5 parent: 1 - type: Transform - uid: 39135 components: - - pos: -121.5,-29.5 + - type: Transform + pos: -121.5,-29.5 parent: 1 - type: Transform - uid: 39136 components: - - pos: -121.5,-28.5 + - type: Transform + pos: -121.5,-28.5 parent: 1 - type: Transform - uid: 39137 components: - - pos: -121.5,-27.5 + - type: Transform + pos: -121.5,-27.5 parent: 1 - type: Transform - uid: 39138 components: - - pos: -121.5,-26.5 + - type: Transform + pos: -121.5,-26.5 parent: 1 - type: Transform - uid: 39139 components: - - pos: -121.5,-25.5 + - type: Transform + pos: -121.5,-25.5 parent: 1 - type: Transform - uid: 39140 components: - - pos: -121.5,-24.5 + - type: Transform + pos: -121.5,-24.5 parent: 1 - type: Transform - uid: 39141 components: - - pos: -120.5,-24.5 + - type: Transform + pos: -120.5,-24.5 parent: 1 - type: Transform - uid: 39142 components: - - pos: -119.5,-24.5 + - type: Transform + pos: -119.5,-24.5 parent: 1 - type: Transform - uid: 39143 components: - - pos: -118.5,-24.5 + - type: Transform + pos: -118.5,-24.5 parent: 1 - type: Transform - uid: 39144 components: - - pos: -117.5,-24.5 + - type: Transform + pos: -117.5,-24.5 parent: 1 - type: Transform - uid: 39145 components: - - pos: -116.5,-24.5 + - type: Transform + pos: -116.5,-24.5 parent: 1 - type: Transform - uid: 39146 components: - - pos: -115.5,-24.5 + - type: Transform + pos: -115.5,-24.5 parent: 1 - type: Transform - uid: 39147 components: - - pos: -123.5,-28.5 + - type: Transform + pos: -123.5,-28.5 parent: 1 - type: Transform - uid: 39148 components: - - pos: -122.5,-28.5 + - type: Transform + pos: -122.5,-28.5 parent: 1 - type: Transform - uid: 39149 components: - - pos: -124.5,-28.5 + - type: Transform + pos: -124.5,-28.5 parent: 1 - type: Transform - uid: 39150 components: - - pos: -125.5,-28.5 + - type: Transform + pos: -125.5,-28.5 parent: 1 - type: Transform - uid: 39151 components: - - pos: -122.5,-30.5 + - type: Transform + pos: -122.5,-30.5 parent: 1 - type: Transform - uid: 39152 components: - - pos: -123.5,-30.5 + - type: Transform + pos: -123.5,-30.5 parent: 1 - type: Transform - uid: 39153 components: - - pos: -124.5,-30.5 + - type: Transform + pos: -124.5,-30.5 parent: 1 - type: Transform - uid: 39154 components: - - pos: -125.5,-30.5 + - type: Transform + pos: -125.5,-30.5 parent: 1 - type: Transform - uid: 39155 components: - - pos: -98.5,-82.5 + - type: Transform + pos: -98.5,-82.5 parent: 1 - type: Transform - uid: 39156 components: - - pos: -83.5,-13.5 + - type: Transform + pos: -83.5,-13.5 parent: 1 - type: Transform - uid: 39168 components: - - pos: -56.5,-41.5 + - type: Transform + pos: -56.5,-41.5 parent: 1 - type: Transform - uid: 39169 components: - - pos: -57.5,-41.5 + - type: Transform + pos: -57.5,-41.5 parent: 1 - type: Transform - uid: 39170 components: - - pos: -58.5,-41.5 + - type: Transform + pos: -58.5,-41.5 parent: 1 - type: Transform - uid: 39175 components: - - pos: -140.5,-40.5 + - type: Transform + pos: -140.5,-40.5 parent: 1 - type: Transform - uid: 39176 components: - - pos: -140.5,-39.5 + - type: Transform + pos: -140.5,-39.5 parent: 1 - type: Transform - uid: 39177 components: - - pos: -140.5,-38.5 + - type: Transform + pos: -140.5,-38.5 parent: 1 - type: Transform - uid: 39178 components: - - pos: -140.5,-37.5 + - type: Transform + pos: -140.5,-37.5 parent: 1 - type: Transform - uid: 39179 components: - - pos: -141.5,-37.5 + - type: Transform + pos: -141.5,-37.5 parent: 1 - type: Transform - uid: 39180 components: - - pos: -142.5,-37.5 + - type: Transform + pos: -142.5,-37.5 parent: 1 - type: Transform - uid: 39181 components: - - pos: -143.5,-37.5 + - type: Transform + pos: -143.5,-37.5 parent: 1 - type: Transform - uid: 39182 components: - - pos: -144.5,-37.5 + - type: Transform + pos: -144.5,-37.5 parent: 1 - type: Transform - uid: 39183 components: - - pos: -145.5,-37.5 + - type: Transform + pos: -145.5,-37.5 parent: 1 - type: Transform - uid: 39184 components: - - pos: -146.5,-37.5 + - type: Transform + pos: -146.5,-37.5 parent: 1 - type: Transform - uid: 39185 components: - - pos: -147.5,-37.5 + - type: Transform + pos: -147.5,-37.5 parent: 1 - type: Transform - uid: 39186 components: - - pos: -148.5,-37.5 + - type: Transform + pos: -148.5,-37.5 parent: 1 - type: Transform - uid: 39187 components: - - pos: -149.5,-37.5 + - type: Transform + pos: -149.5,-37.5 parent: 1 - type: Transform - uid: 39188 components: - - pos: -150.5,-37.5 + - type: Transform + pos: -150.5,-37.5 parent: 1 - type: Transform - uid: 39189 components: - - pos: -148.5,-38.5 + - type: Transform + pos: -148.5,-38.5 parent: 1 - type: Transform - uid: 39190 components: - - pos: -148.5,-39.5 + - type: Transform + pos: -148.5,-39.5 parent: 1 - type: Transform - uid: 39191 components: - - pos: -148.5,-40.5 + - type: Transform + pos: -148.5,-40.5 parent: 1 - type: Transform - uid: 39192 components: - - pos: -148.5,-41.5 + - type: Transform + pos: -148.5,-41.5 parent: 1 - type: Transform - uid: 39193 components: - - pos: -148.5,-42.5 + - type: Transform + pos: -148.5,-42.5 parent: 1 - type: Transform - uid: 39194 components: - - pos: -148.5,-43.5 + - type: Transform + pos: -148.5,-43.5 parent: 1 - type: Transform - uid: 39195 components: - - pos: -147.5,-43.5 + - type: Transform + pos: -147.5,-43.5 parent: 1 - type: Transform - uid: 39196 components: - - pos: -148.5,-36.5 + - type: Transform + pos: -148.5,-36.5 parent: 1 - type: Transform - uid: 39197 components: - - pos: -148.5,-35.5 + - type: Transform + pos: -148.5,-35.5 parent: 1 - type: Transform - uid: 39198 components: - - pos: -148.5,-34.5 + - type: Transform + pos: -148.5,-34.5 parent: 1 - type: Transform - uid: 39199 components: - - pos: -148.5,-33.5 + - type: Transform + pos: -148.5,-33.5 parent: 1 - type: Transform - uid: 39200 components: - - pos: -148.5,-32.5 + - type: Transform + pos: -148.5,-32.5 parent: 1 - type: Transform - uid: 39201 components: - - pos: -149.5,-32.5 + - type: Transform + pos: -149.5,-32.5 parent: 1 - type: Transform - uid: 39202 components: - - pos: -150.5,-32.5 + - type: Transform + pos: -150.5,-32.5 parent: 1 - type: Transform - uid: 39203 components: - - pos: -151.5,-32.5 + - type: Transform + pos: -151.5,-32.5 parent: 1 - type: Transform - uid: 39204 components: - - pos: -151.5,-33.5 + - type: Transform + pos: -151.5,-33.5 parent: 1 - type: Transform - uid: 39205 components: - - pos: -139.5,-37.5 + - type: Transform + pos: -139.5,-37.5 parent: 1 - type: Transform - uid: 39206 components: - - pos: -138.5,-37.5 + - type: Transform + pos: -138.5,-37.5 parent: 1 - type: Transform - uid: 39207 components: - - pos: -137.5,-37.5 + - type: Transform + pos: -137.5,-37.5 parent: 1 - type: Transform - uid: 39208 components: - - pos: -136.5,-37.5 + - type: Transform + pos: -136.5,-37.5 parent: 1 - type: Transform - uid: 39209 components: - - pos: -135.5,-37.5 + - type: Transform + pos: -135.5,-37.5 parent: 1 - type: Transform - uid: 39210 components: - - pos: -135.5,-36.5 + - type: Transform + pos: -135.5,-36.5 parent: 1 - type: Transform - uid: 39211 components: - - pos: -135.5,-35.5 + - type: Transform + pos: -135.5,-35.5 parent: 1 - type: Transform - uid: 39212 components: - - pos: -135.5,-34.5 + - type: Transform + pos: -135.5,-34.5 parent: 1 - type: Transform - uid: 39213 components: - - pos: -134.5,-34.5 + - type: Transform + pos: -134.5,-34.5 parent: 1 - type: Transform - uid: 39214 components: - - pos: -133.5,-34.5 + - type: Transform + pos: -133.5,-34.5 parent: 1 - type: Transform - uid: 39215 components: - - pos: -133.5,-33.5 + - type: Transform + pos: -133.5,-33.5 parent: 1 - type: Transform - uid: 39216 components: - - pos: -133.5,-32.5 + - type: Transform + pos: -133.5,-32.5 parent: 1 - type: Transform - uid: 39217 components: - - pos: -133.5,-31.5 + - type: Transform + pos: -133.5,-31.5 parent: 1 - type: Transform - uid: 39218 components: - - pos: -134.5,-31.5 + - type: Transform + pos: -134.5,-31.5 parent: 1 - type: Transform - uid: 39219 components: - - pos: -135.5,-31.5 + - type: Transform + pos: -135.5,-31.5 parent: 1 - type: Transform - uid: 39220 components: - - pos: -136.5,-31.5 + - type: Transform + pos: -136.5,-31.5 parent: 1 - type: Transform - uid: 39221 components: - - pos: -137.5,-31.5 + - type: Transform + pos: -137.5,-31.5 parent: 1 - type: Transform - uid: 39222 components: - - pos: -137.5,-30.5 + - type: Transform + pos: -137.5,-30.5 parent: 1 - type: Transform - uid: 39223 components: - - pos: -132.5,-31.5 + - type: Transform + pos: -132.5,-31.5 parent: 1 - type: Transform - uid: 39224 components: - - pos: -132.5,-30.5 + - type: Transform + pos: -132.5,-30.5 parent: 1 - type: Transform - uid: 39225 components: - - pos: -132.5,-29.5 + - type: Transform + pos: -132.5,-29.5 parent: 1 - type: Transform - uid: 39226 components: - - pos: -132.5,-28.5 + - type: Transform + pos: -132.5,-28.5 parent: 1 - type: Transform - uid: 39227 components: - - pos: -132.5,-27.5 + - type: Transform + pos: -132.5,-27.5 parent: 1 - type: Transform - uid: 39228 components: - - pos: -132.5,-26.5 + - type: Transform + pos: -132.5,-26.5 parent: 1 - type: Transform - uid: 39229 components: - - pos: -132.5,-25.5 + - type: Transform + pos: -132.5,-25.5 parent: 1 - type: Transform - uid: 39230 components: - - pos: -132.5,-24.5 + - type: Transform + pos: -132.5,-24.5 parent: 1 - type: Transform - uid: 39231 components: - - pos: -133.5,-25.5 + - type: Transform + pos: -133.5,-25.5 parent: 1 - type: Transform - uid: 39232 components: - - pos: -134.5,-25.5 + - type: Transform + pos: -134.5,-25.5 parent: 1 - type: Transform - uid: 39233 components: - - pos: -135.5,-25.5 + - type: Transform + pos: -135.5,-25.5 parent: 1 - type: Transform - uid: 39234 components: - - pos: -136.5,-25.5 + - type: Transform + pos: -136.5,-25.5 parent: 1 - type: Transform - uid: 39235 components: - - pos: -136.5,-24.5 + - type: Transform + pos: -136.5,-24.5 parent: 1 - type: Transform - uid: 39236 components: - - pos: -131.5,-24.5 + - type: Transform + pos: -131.5,-24.5 parent: 1 - type: Transform - uid: 39237 components: - - pos: -130.5,-24.5 + - type: Transform + pos: -130.5,-24.5 parent: 1 - type: Transform - uid: 39238 components: - - pos: -129.5,-24.5 + - type: Transform + pos: -129.5,-24.5 parent: 1 - type: Transform - uid: 39239 components: - - pos: -128.5,-24.5 + - type: Transform + pos: -128.5,-24.5 parent: 1 - type: Transform - uid: 39240 components: - - pos: -127.5,-24.5 + - type: Transform + pos: -127.5,-24.5 parent: 1 - type: Transform - uid: 39241 components: - - pos: -126.5,-24.5 + - type: Transform + pos: -126.5,-24.5 parent: 1 - type: Transform - uid: 39242 components: - - pos: -125.5,-24.5 + - type: Transform + pos: -125.5,-24.5 parent: 1 - type: Transform - uid: 39243 components: - - pos: -124.5,-24.5 + - type: Transform + pos: -124.5,-24.5 parent: 1 - type: Transform - uid: 39244 components: - - pos: -124.5,-23.5 + - type: Transform + pos: -124.5,-23.5 parent: 1 - type: Transform - uid: 39245 components: - - pos: -124.5,-22.5 + - type: Transform + pos: -124.5,-22.5 parent: 1 - type: Transform - uid: 39246 components: - - pos: -124.5,-21.5 + - type: Transform + pos: -124.5,-21.5 parent: 1 - type: Transform - uid: 39247 components: - - pos: -123.5,-21.5 + - type: Transform + pos: -123.5,-21.5 parent: 1 - type: Transform - uid: 39248 components: - - pos: -122.5,-21.5 + - type: Transform + pos: -122.5,-21.5 parent: 1 - type: Transform - uid: 39249 components: - - pos: -122.5,-20.5 + - type: Transform + pos: -122.5,-20.5 parent: 1 - type: Transform - uid: 39250 components: - - pos: -122.5,-19.5 + - type: Transform + pos: -122.5,-19.5 parent: 1 - type: Transform - uid: 39251 components: - - pos: -122.5,-18.5 + - type: Transform + pos: -122.5,-18.5 parent: 1 - type: Transform - uid: 39252 components: - - pos: -122.5,-17.5 + - type: Transform + pos: -122.5,-17.5 parent: 1 - type: Transform - uid: 39253 components: - - pos: -121.5,-17.5 + - type: Transform + pos: -121.5,-17.5 parent: 1 - type: Transform - uid: 39254 components: - - pos: -120.5,-17.5 + - type: Transform + pos: -120.5,-17.5 parent: 1 - type: Transform - uid: 39255 components: - - pos: -119.5,-17.5 + - type: Transform + pos: -119.5,-17.5 parent: 1 - type: Transform - uid: 39256 components: - - pos: -118.5,-17.5 + - type: Transform + pos: -118.5,-17.5 parent: 1 - type: Transform - uid: 39257 components: - - pos: -117.5,-17.5 + - type: Transform + pos: -117.5,-17.5 parent: 1 - type: Transform - uid: 39258 components: - - pos: -117.5,-12.5 + - type: Transform + pos: -117.5,-12.5 parent: 1 - type: Transform - uid: 39259 components: - - pos: -117.5,-13.5 + - type: Transform + pos: -117.5,-13.5 parent: 1 - type: Transform - uid: 39260 components: - - pos: -117.5,-14.5 + - type: Transform + pos: -117.5,-14.5 parent: 1 - type: Transform - uid: 39261 components: - - pos: -117.5,-15.5 + - type: Transform + pos: -117.5,-15.5 parent: 1 - type: Transform - uid: 39262 components: - - pos: -117.5,-16.5 + - type: Transform + pos: -117.5,-16.5 parent: 1 - type: Transform - uid: 39263 components: - - pos: -135.5,-38.5 + - type: Transform + pos: -135.5,-38.5 parent: 1 - type: Transform - uid: 39264 components: - - pos: -135.5,-39.5 + - type: Transform + pos: -135.5,-39.5 parent: 1 - type: Transform - uid: 39265 components: - - pos: -135.5,-40.5 + - type: Transform + pos: -135.5,-40.5 parent: 1 - type: Transform - uid: 39266 components: - - pos: -134.5,-40.5 + - type: Transform + pos: -134.5,-40.5 parent: 1 - type: Transform - uid: 39267 components: - - pos: -134.5,-41.5 + - type: Transform + pos: -134.5,-41.5 parent: 1 - type: Transform - uid: 39268 components: - - pos: -134.5,-42.5 + - type: Transform + pos: -134.5,-42.5 parent: 1 - type: Transform - uid: 39269 components: - - pos: -134.5,-43.5 + - type: Transform + pos: -134.5,-43.5 parent: 1 - type: Transform - uid: 39270 components: - - pos: -134.5,-44.5 + - type: Transform + pos: -134.5,-44.5 parent: 1 - type: Transform - uid: 39271 components: - - pos: -134.5,-45.5 + - type: Transform + pos: -134.5,-45.5 parent: 1 - type: Transform - uid: 39272 components: - - pos: -134.5,-46.5 + - type: Transform + pos: -134.5,-46.5 parent: 1 - type: Transform - uid: 39273 components: - - pos: -133.5,-46.5 + - type: Transform + pos: -133.5,-46.5 parent: 1 - type: Transform - uid: 39274 components: - - pos: -132.5,-46.5 + - type: Transform + pos: -132.5,-46.5 parent: 1 - type: Transform - uid: 39275 components: - - pos: -131.5,-46.5 + - type: Transform + pos: -131.5,-46.5 parent: 1 - type: Transform - uid: 39276 components: - - pos: -130.5,-46.5 + - type: Transform + pos: -130.5,-46.5 parent: 1 - type: Transform - uid: 39277 components: - - pos: -129.5,-46.5 + - type: Transform + pos: -129.5,-46.5 parent: 1 - type: Transform - uid: 39278 components: - - pos: -128.5,-46.5 + - type: Transform + pos: -128.5,-46.5 parent: 1 - type: Transform - uid: 39279 components: - - pos: -127.5,-46.5 + - type: Transform + pos: -127.5,-46.5 parent: 1 - type: Transform - uid: 39280 components: - - pos: -126.5,-46.5 + - type: Transform + pos: -126.5,-46.5 parent: 1 - type: Transform - uid: 39281 components: - - pos: -125.5,-46.5 + - type: Transform + pos: -125.5,-46.5 parent: 1 - type: Transform - uid: 39282 components: - - pos: -124.5,-46.5 + - type: Transform + pos: -124.5,-46.5 parent: 1 - type: Transform - uid: 39283 components: - - pos: -123.5,-46.5 + - type: Transform + pos: -123.5,-46.5 parent: 1 - type: Transform - uid: 39284 components: - - pos: -122.5,-46.5 + - type: Transform + pos: -122.5,-46.5 parent: 1 - type: Transform - uid: 39285 components: - - pos: -121.5,-46.5 + - type: Transform + pos: -121.5,-46.5 parent: 1 - type: Transform - uid: 39286 components: - - pos: -120.5,-46.5 + - type: Transform + pos: -120.5,-46.5 parent: 1 - type: Transform - uid: 39287 components: - - pos: -119.5,-46.5 + - type: Transform + pos: -119.5,-46.5 parent: 1 - type: Transform - uid: 39288 components: - - pos: -118.5,-46.5 + - type: Transform + pos: -118.5,-46.5 parent: 1 - type: Transform - uid: 39289 components: - - pos: -117.5,-46.5 + - type: Transform + pos: -117.5,-46.5 parent: 1 - type: Transform - uid: 39290 components: - - pos: -116.5,-46.5 + - type: Transform + pos: -116.5,-46.5 parent: 1 - type: Transform - uid: 39291 components: - - pos: -115.5,-46.5 + - type: Transform + pos: -115.5,-46.5 parent: 1 - type: Transform - uid: 39292 components: - - pos: -114.5,-46.5 + - type: Transform + pos: -114.5,-46.5 parent: 1 - type: Transform - uid: 39293 components: - - pos: -113.5,-46.5 + - type: Transform + pos: -113.5,-46.5 parent: 1 - type: Transform - uid: 39294 components: - - pos: -112.5,-46.5 + - type: Transform + pos: -112.5,-46.5 parent: 1 - type: Transform - uid: 39295 components: - - pos: -111.5,-46.5 + - type: Transform + pos: -111.5,-46.5 parent: 1 - type: Transform - uid: 39296 components: - - pos: -110.5,-46.5 + - type: Transform + pos: -110.5,-46.5 parent: 1 - type: Transform - uid: 39297 components: - - pos: -110.5,-45.5 + - type: Transform + pos: -110.5,-45.5 parent: 1 - type: Transform - uid: 39298 components: - - pos: -110.5,-44.5 + - type: Transform + pos: -110.5,-44.5 parent: 1 - type: Transform - uid: 39299 components: - - pos: -110.5,-43.5 + - type: Transform + pos: -110.5,-43.5 parent: 1 - type: Transform - uid: 39300 components: - - pos: -109.5,-43.5 + - type: Transform + pos: -109.5,-43.5 parent: 1 - type: Transform - uid: 39301 components: - - pos: -108.5,-43.5 + - type: Transform + pos: -108.5,-43.5 parent: 1 - type: Transform - uid: 39302 components: - - pos: -107.5,-43.5 + - type: Transform + pos: -107.5,-43.5 parent: 1 - type: Transform - uid: 39303 components: - - pos: -101.5,-34.5 + - type: Transform + pos: -101.5,-34.5 parent: 1 - type: Transform - uid: 39304 components: - - pos: -101.5,-35.5 + - type: Transform + pos: -101.5,-35.5 parent: 1 - type: Transform - uid: 39305 components: - - pos: -101.5,-36.5 + - type: Transform + pos: -101.5,-36.5 parent: 1 - type: Transform - uid: 39306 components: - - pos: -101.5,-37.5 + - type: Transform + pos: -101.5,-37.5 parent: 1 - type: Transform - uid: 39307 components: - - pos: -101.5,-38.5 + - type: Transform + pos: -101.5,-38.5 parent: 1 - type: Transform - uid: 39308 components: - - pos: -102.5,-38.5 + - type: Transform + pos: -102.5,-38.5 parent: 1 - type: Transform - uid: 39309 components: - - pos: -103.5,-38.5 + - type: Transform + pos: -103.5,-38.5 parent: 1 - type: Transform - uid: 39310 components: - - pos: -104.5,-38.5 + - type: Transform + pos: -104.5,-38.5 parent: 1 - type: Transform - uid: 39311 components: - - pos: -105.5,-38.5 + - type: Transform + pos: -105.5,-38.5 parent: 1 - type: Transform - uid: 39312 components: - - pos: -106.5,-38.5 + - type: Transform + pos: -106.5,-38.5 parent: 1 - type: Transform - uid: 39313 components: - - pos: -106.5,-43.5 + - type: Transform + pos: -106.5,-43.5 parent: 1 - type: Transform - uid: 39314 components: - - pos: -106.5,-42.5 + - type: Transform + pos: -106.5,-42.5 parent: 1 - type: Transform - uid: 39315 components: - - pos: -106.5,-41.5 + - type: Transform + pos: -106.5,-41.5 parent: 1 - type: Transform - uid: 39316 components: - - pos: -106.5,-40.5 + - type: Transform + pos: -106.5,-40.5 parent: 1 - type: Transform - uid: 39317 components: - - pos: -106.5,-39.5 + - type: Transform + pos: -106.5,-39.5 parent: 1 - type: Transform - uid: 39355 components: - - pos: -96.5,-43.5 + - type: Transform + pos: -96.5,-43.5 parent: 1 - type: Transform - uid: 39356 components: - - pos: -96.5,-44.5 + - type: Transform + pos: -96.5,-44.5 parent: 1 - type: Transform - uid: 39357 components: - - pos: -96.5,-45.5 + - type: Transform + pos: -96.5,-45.5 parent: 1 - type: Transform - uid: 39358 components: - - pos: -97.5,-45.5 + - type: Transform + pos: -97.5,-45.5 parent: 1 - type: Transform - uid: 39382 components: - - pos: -99.5,-41.5 + - type: Transform + pos: -99.5,-41.5 parent: 1 - type: Transform - uid: 39383 components: - - pos: -98.5,-41.5 + - type: Transform + pos: -98.5,-41.5 parent: 1 - type: Transform - uid: 39384 components: - - pos: -97.5,-41.5 + - type: Transform + pos: -97.5,-41.5 parent: 1 - type: Transform - uid: 39385 components: - - pos: -104.5,-46.5 + - type: Transform + pos: -104.5,-46.5 parent: 1 - type: Transform - uid: 39386 components: - - pos: -103.5,-46.5 + - type: Transform + pos: -103.5,-46.5 parent: 1 - type: Transform - uid: 39387 components: - - pos: -102.5,-46.5 + - type: Transform + pos: -102.5,-46.5 parent: 1 - type: Transform - uid: 39388 components: - - pos: -101.5,-46.5 + - type: Transform + pos: -101.5,-46.5 parent: 1 - type: Transform - uid: 39389 components: - - pos: -100.5,-46.5 + - type: Transform + pos: -100.5,-46.5 parent: 1 - type: Transform - uid: 39390 components: - - pos: -99.5,-46.5 + - type: Transform + pos: -99.5,-46.5 parent: 1 - type: Transform - uid: 39391 components: - - pos: -98.5,-46.5 + - type: Transform + pos: -98.5,-46.5 parent: 1 - type: Transform - uid: 39392 components: - - pos: -97.5,-46.5 + - type: Transform + pos: -97.5,-46.5 parent: 1 - type: Transform - uid: 39393 components: - - pos: -100.5,-41.5 + - type: Transform + pos: -100.5,-41.5 parent: 1 - type: Transform - uid: 39394 components: - - pos: -101.5,-41.5 + - type: Transform + pos: -101.5,-41.5 parent: 1 - type: Transform - uid: 39395 components: - - pos: -102.5,-41.5 + - type: Transform + pos: -102.5,-41.5 parent: 1 - type: Transform - uid: 39396 components: - - pos: -97.5,-47.5 + - type: Transform + pos: -97.5,-47.5 parent: 1 - type: Transform - uid: 39397 components: - - pos: -97.5,-48.5 + - type: Transform + pos: -97.5,-48.5 parent: 1 - type: Transform - uid: 39398 components: - - pos: -97.5,-49.5 + - type: Transform + pos: -97.5,-49.5 parent: 1 - type: Transform - uid: 39399 components: - - pos: -97.5,-50.5 + - type: Transform + pos: -97.5,-50.5 parent: 1 - type: Transform - uid: 39400 components: - - pos: -97.5,-51.5 + - type: Transform + pos: -97.5,-51.5 parent: 1 - type: Transform - uid: 39401 components: - - pos: -97.5,-52.5 + - type: Transform + pos: -97.5,-52.5 parent: 1 - type: Transform - uid: 39402 components: - - pos: -97.5,-53.5 + - type: Transform + pos: -97.5,-53.5 parent: 1 - type: Transform - uid: 39403 components: - - pos: -96.5,-53.5 + - type: Transform + pos: -96.5,-53.5 parent: 1 - type: Transform - uid: 39404 components: - - pos: -96.5,-54.5 + - type: Transform + pos: -96.5,-54.5 parent: 1 - type: Transform - uid: 39405 components: - - pos: -96.5,-55.5 + - type: Transform + pos: -96.5,-55.5 parent: 1 - type: Transform - uid: 39406 components: - - pos: -96.5,-56.5 + - type: Transform + pos: -96.5,-56.5 parent: 1 - type: Transform - uid: 39407 components: - - pos: -96.5,-57.5 + - type: Transform + pos: -96.5,-57.5 parent: 1 - type: Transform - uid: 39408 components: - - pos: -96.5,-58.5 + - type: Transform + pos: -96.5,-58.5 parent: 1 - type: Transform - uid: 39409 components: - - pos: -96.5,-59.5 + - type: Transform + pos: -96.5,-59.5 parent: 1 - type: Transform - uid: 39410 components: - - pos: -96.5,-60.5 + - type: Transform + pos: -96.5,-60.5 parent: 1 - type: Transform - uid: 39411 components: - - pos: -96.5,-61.5 + - type: Transform + pos: -96.5,-61.5 parent: 1 - type: Transform - uid: 39412 components: - - pos: -96.5,-62.5 + - type: Transform + pos: -96.5,-62.5 parent: 1 - type: Transform - uid: 39413 components: - - pos: -96.5,-63.5 + - type: Transform + pos: -96.5,-63.5 parent: 1 - type: Transform - uid: 39414 components: - - pos: -96.5,-64.5 + - type: Transform + pos: -96.5,-64.5 parent: 1 - type: Transform - uid: 39415 components: - - pos: -96.5,-65.5 + - type: Transform + pos: -96.5,-65.5 parent: 1 - type: Transform - uid: 39416 components: - - pos: -96.5,-66.5 + - type: Transform + pos: -96.5,-66.5 parent: 1 - type: Transform - uid: 39417 components: - - pos: -96.5,-67.5 + - type: Transform + pos: -96.5,-67.5 parent: 1 - type: Transform - uid: 39418 components: - - pos: -96.5,-68.5 + - type: Transform + pos: -96.5,-68.5 parent: 1 - type: Transform - uid: 39419 components: - - pos: -95.5,-68.5 + - type: Transform + pos: -95.5,-68.5 parent: 1 - type: Transform - uid: 39420 components: - - pos: -95.5,-69.5 + - type: Transform + pos: -95.5,-69.5 parent: 1 - type: Transform - uid: 39421 components: - - pos: -95.5,-70.5 + - type: Transform + pos: -95.5,-70.5 parent: 1 - type: Transform - uid: 39422 components: - - pos: -95.5,-71.5 + - type: Transform + pos: -95.5,-71.5 parent: 1 - type: Transform - uid: 39423 components: - - pos: -97.5,-68.5 + - type: Transform + pos: -97.5,-68.5 parent: 1 - type: Transform - uid: 39424 components: - - pos: -97.5,-69.5 + - type: Transform + pos: -97.5,-69.5 parent: 1 - type: Transform - uid: 39425 components: - - pos: -97.5,-70.5 + - type: Transform + pos: -97.5,-70.5 parent: 1 - type: Transform - uid: 39426 components: - - pos: -97.5,-71.5 + - type: Transform + pos: -97.5,-71.5 parent: 1 - type: Transform - uid: 39427 components: - - pos: -98.5,-53.5 + - type: Transform + pos: -98.5,-53.5 parent: 1 - type: Transform - uid: 39428 components: - - pos: -99.5,-53.5 + - type: Transform + pos: -99.5,-53.5 parent: 1 - type: Transform - uid: 39429 components: - - pos: -100.5,-53.5 + - type: Transform + pos: -100.5,-53.5 parent: 1 - type: Transform - uid: 39430 components: - - pos: -101.5,-53.5 + - type: Transform + pos: -101.5,-53.5 parent: 1 - type: Transform - uid: 39431 components: - - pos: -102.5,-53.5 + - type: Transform + pos: -102.5,-53.5 parent: 1 - type: Transform - uid: 39432 components: - - pos: -103.5,-53.5 + - type: Transform + pos: -103.5,-53.5 parent: 1 - type: Transform - uid: 39433 components: - - pos: -104.5,-53.5 + - type: Transform + pos: -104.5,-53.5 parent: 1 - type: Transform - uid: 39434 components: - - pos: -105.5,-53.5 + - type: Transform + pos: -105.5,-53.5 parent: 1 - type: Transform - uid: 39435 components: - - pos: -106.5,-53.5 + - type: Transform + pos: -106.5,-53.5 parent: 1 - type: Transform - uid: 39436 components: - - pos: -107.5,-53.5 + - type: Transform + pos: -107.5,-53.5 parent: 1 - type: Transform - uid: 39437 components: - - pos: -107.5,-52.5 + - type: Transform + pos: -107.5,-52.5 parent: 1 - type: Transform - uid: 39438 components: - - pos: -106.5,-55.5 + - type: Transform + pos: -106.5,-55.5 parent: 1 - type: Transform - uid: 39439 components: - - pos: -105.5,-55.5 + - type: Transform + pos: -105.5,-55.5 parent: 1 - type: Transform - uid: 39440 components: - - pos: -105.5,-54.5 + - type: Transform + pos: -105.5,-54.5 parent: 1 - type: Transform - uid: 39441 components: - - pos: -106.5,-56.5 + - type: Transform + pos: -106.5,-56.5 parent: 1 - type: Transform - uid: 39442 components: - - pos: -106.5,-57.5 + - type: Transform + pos: -106.5,-57.5 parent: 1 - type: Transform - uid: 39443 components: - - pos: -106.5,-58.5 + - type: Transform + pos: -106.5,-58.5 parent: 1 - type: Transform - uid: 39444 components: - - pos: -106.5,-59.5 + - type: Transform + pos: -106.5,-59.5 parent: 1 - type: Transform - uid: 39445 components: - - pos: -106.5,-60.5 + - type: Transform + pos: -106.5,-60.5 parent: 1 - type: Transform - uid: 39446 components: - - pos: -106.5,-61.5 + - type: Transform + pos: -106.5,-61.5 parent: 1 - type: Transform - uid: 39447 components: - - pos: -106.5,-62.5 + - type: Transform + pos: -106.5,-62.5 parent: 1 - type: Transform - uid: 39448 components: - - pos: -106.5,-63.5 + - type: Transform + pos: -106.5,-63.5 parent: 1 - type: Transform - uid: 39449 components: - - pos: -106.5,-64.5 + - type: Transform + pos: -106.5,-64.5 parent: 1 - type: Transform - uid: 39450 components: - - pos: -107.5,-55.5 + - type: Transform + pos: -107.5,-55.5 parent: 1 - type: Transform - uid: 39451 components: - - pos: -108.5,-55.5 + - type: Transform + pos: -108.5,-55.5 parent: 1 - type: Transform - uid: 39452 components: - - pos: -107.5,-59.5 + - type: Transform + pos: -107.5,-59.5 parent: 1 - type: Transform - uid: 39453 components: - - pos: -108.5,-59.5 + - type: Transform + pos: -108.5,-59.5 parent: 1 - type: Transform - uid: 39454 components: - - pos: -106.5,-65.5 + - type: Transform + pos: -106.5,-65.5 parent: 1 - type: Transform - uid: 39455 components: - - pos: -107.5,-65.5 + - type: Transform + pos: -107.5,-65.5 parent: 1 - type: Transform - uid: 39456 components: - - pos: -108.5,-65.5 + - type: Transform + pos: -108.5,-65.5 parent: 1 - type: Transform - uid: 39457 components: - - pos: -109.5,-65.5 + - type: Transform + pos: -109.5,-65.5 parent: 1 - type: Transform - uid: 39458 components: - - pos: -110.5,-65.5 + - type: Transform + pos: -110.5,-65.5 parent: 1 - type: Transform - uid: 39459 components: - - pos: -111.5,-65.5 + - type: Transform + pos: -111.5,-65.5 parent: 1 - type: Transform - uid: 39460 components: - - pos: -110.5,-66.5 + - type: Transform + pos: -110.5,-66.5 parent: 1 - type: Transform - uid: 39461 components: - - pos: -110.5,-67.5 + - type: Transform + pos: -110.5,-67.5 parent: 1 - type: Transform - uid: 39462 components: - - pos: -109.5,-67.5 + - type: Transform + pos: -109.5,-67.5 parent: 1 - type: Transform - uid: 39463 components: - - pos: -111.5,-67.5 + - type: Transform + pos: -111.5,-67.5 parent: 1 - type: Transform - uid: 39464 components: - - pos: -111.5,-68.5 + - type: Transform + pos: -111.5,-68.5 parent: 1 - type: Transform - uid: 39465 components: - - pos: -111.5,-69.5 + - type: Transform + pos: -111.5,-69.5 parent: 1 - type: Transform - uid: 39466 components: - - pos: -111.5,-70.5 + - type: Transform + pos: -111.5,-70.5 parent: 1 - type: Transform - uid: 39467 components: - - pos: -111.5,-71.5 + - type: Transform + pos: -111.5,-71.5 parent: 1 - type: Transform - uid: 39468 components: - - pos: -111.5,-72.5 + - type: Transform + pos: -111.5,-72.5 parent: 1 - type: Transform - uid: 39469 components: - - pos: -111.5,-73.5 + - type: Transform + pos: -111.5,-73.5 parent: 1 - type: Transform - uid: 39470 components: - - pos: -111.5,-74.5 + - type: Transform + pos: -111.5,-74.5 parent: 1 - type: Transform - uid: 39471 components: - - pos: -111.5,-75.5 + - type: Transform + pos: -111.5,-75.5 parent: 1 - type: Transform - uid: 39472 components: - - pos: -111.5,-76.5 + - type: Transform + pos: -111.5,-76.5 parent: 1 - type: Transform - uid: 39473 components: - - pos: -110.5,-73.5 + - type: Transform + pos: -110.5,-73.5 parent: 1 - type: Transform - uid: 39474 components: - - pos: -109.5,-73.5 + - type: Transform + pos: -109.5,-73.5 parent: 1 - type: Transform - uid: 39475 components: - - pos: -108.5,-73.5 + - type: Transform + pos: -108.5,-73.5 parent: 1 - type: Transform - uid: 39476 components: - - pos: -108.5,-74.5 + - type: Transform + pos: -108.5,-74.5 parent: 1 - type: Transform - uid: 39477 components: - - pos: -108.5,-75.5 + - type: Transform + pos: -108.5,-75.5 parent: 1 - type: Transform - uid: 39478 components: - - pos: -107.5,-75.5 + - type: Transform + pos: -107.5,-75.5 parent: 1 - type: Transform - uid: 39479 components: - - pos: -106.5,-75.5 + - type: Transform + pos: -106.5,-75.5 parent: 1 - type: Transform - uid: 39480 components: - - pos: -105.5,-75.5 + - type: Transform + pos: -105.5,-75.5 parent: 1 - type: Transform - uid: 39481 components: - - pos: -104.5,-75.5 + - type: Transform + pos: -104.5,-75.5 parent: 1 - type: Transform - uid: 39482 components: - - pos: -103.5,-75.5 + - type: Transform + pos: -103.5,-75.5 parent: 1 - type: Transform - uid: 39483 components: - - pos: -102.5,-75.5 + - type: Transform + pos: -102.5,-75.5 parent: 1 - type: Transform - uid: 39484 components: - - pos: -102.5,-54.5 + - type: Transform + pos: -102.5,-54.5 parent: 1 - type: Transform - uid: 39485 components: - - pos: -102.5,-55.5 + - type: Transform + pos: -102.5,-55.5 parent: 1 - type: Transform - uid: 39486 components: - - pos: -102.5,-56.5 + - type: Transform + pos: -102.5,-56.5 parent: 1 - type: Transform - uid: 39487 components: - - pos: -102.5,-57.5 + - type: Transform + pos: -102.5,-57.5 parent: 1 - type: Transform - uid: 39488 components: - - pos: -102.5,-58.5 + - type: Transform + pos: -102.5,-58.5 parent: 1 - type: Transform - uid: 39489 components: - - pos: -102.5,-59.5 + - type: Transform + pos: -102.5,-59.5 parent: 1 - type: Transform - uid: 39490 components: - - pos: -102.5,-60.5 + - type: Transform + pos: -102.5,-60.5 parent: 1 - type: Transform - uid: 39491 components: - - pos: -102.5,-61.5 + - type: Transform + pos: -102.5,-61.5 parent: 1 - type: Transform - uid: 39492 components: - - pos: -102.5,-62.5 + - type: Transform + pos: -102.5,-62.5 parent: 1 - type: Transform - uid: 39493 components: - - pos: -102.5,-63.5 + - type: Transform + pos: -102.5,-63.5 parent: 1 - type: Transform - uid: 39494 components: - - pos: -102.5,-64.5 + - type: Transform + pos: -102.5,-64.5 parent: 1 - type: Transform - uid: 39495 components: - - pos: -102.5,-65.5 + - type: Transform + pos: -102.5,-65.5 parent: 1 - type: Transform - uid: 39496 components: - - pos: -103.5,-65.5 + - type: Transform + pos: -103.5,-65.5 parent: 1 - type: Transform - uid: 39497 components: - - pos: -104.5,-65.5 + - type: Transform + pos: -104.5,-65.5 parent: 1 - type: Transform - uid: 39498 components: - - pos: -105.5,-65.5 + - type: Transform + pos: -105.5,-65.5 parent: 1 - type: Transform - uid: 39499 components: - - pos: -101.5,-64.5 + - type: Transform + pos: -101.5,-64.5 parent: 1 - type: Transform - uid: 39500 components: - - pos: -100.5,-64.5 + - type: Transform + pos: -100.5,-64.5 parent: 1 - type: Transform - uid: 39501 components: - - pos: -99.5,-64.5 + - type: Transform + pos: -99.5,-64.5 parent: 1 - type: Transform - uid: 39502 components: - - pos: -99.5,-63.5 + - type: Transform + pos: -99.5,-63.5 parent: 1 - type: Transform - uid: 39503 components: - - pos: -98.5,-63.5 + - type: Transform + pos: -98.5,-63.5 parent: 1 - type: Transform - uid: 39504 components: - - pos: -97.5,-63.5 + - type: Transform + pos: -97.5,-63.5 parent: 1 - type: Transform - uid: 39505 components: - - pos: -95.5,-61.5 + - type: Transform + pos: -95.5,-61.5 parent: 1 - type: Transform - uid: 39506 components: - - pos: -94.5,-61.5 + - type: Transform + pos: -94.5,-61.5 parent: 1 - type: Transform - uid: 39507 components: - - pos: -93.5,-61.5 + - type: Transform + pos: -93.5,-61.5 parent: 1 - type: Transform - uid: 39508 components: - - pos: -96.5,-77.5 + - type: Transform + pos: -96.5,-77.5 parent: 1 - type: Transform - uid: 39509 components: - - pos: -97.5,-77.5 + - type: Transform + pos: -97.5,-77.5 parent: 1 - type: Transform - uid: 39510 components: - - pos: -97.5,-78.5 + - type: Transform + pos: -97.5,-78.5 parent: 1 - type: Transform - uid: 39511 components: - - pos: -97.5,-79.5 + - type: Transform + pos: -97.5,-79.5 parent: 1 - type: Transform - uid: 39512 components: - - pos: -97.5,-80.5 + - type: Transform + pos: -97.5,-80.5 parent: 1 - type: Transform - uid: 39513 components: - - pos: -96.5,-80.5 + - type: Transform + pos: -96.5,-80.5 parent: 1 - type: Transform - uid: 39514 components: - - pos: -95.5,-80.5 + - type: Transform + pos: -95.5,-80.5 parent: 1 - type: Transform - uid: 39515 components: - - pos: -94.5,-80.5 + - type: Transform + pos: -94.5,-80.5 parent: 1 - type: Transform - uid: 39516 components: - - pos: -93.5,-80.5 + - type: Transform + pos: -93.5,-80.5 parent: 1 - type: Transform - uid: 39517 components: - - pos: -92.5,-80.5 + - type: Transform + pos: -92.5,-80.5 parent: 1 - type: Transform - uid: 39518 components: - - pos: -91.5,-80.5 + - type: Transform + pos: -91.5,-80.5 parent: 1 - type: Transform - uid: 39519 components: - - pos: -92.5,-81.5 + - type: Transform + pos: -92.5,-81.5 parent: 1 - type: Transform - uid: 39520 components: - - pos: -92.5,-82.5 + - type: Transform + pos: -92.5,-82.5 parent: 1 - type: Transform - uid: 39521 components: - - pos: -92.5,-83.5 + - type: Transform + pos: -92.5,-83.5 parent: 1 - type: Transform - uid: 39522 components: - - pos: -92.5,-84.5 + - type: Transform + pos: -92.5,-84.5 parent: 1 - type: Transform - uid: 39523 components: - - pos: -92.5,-85.5 + - type: Transform + pos: -92.5,-85.5 parent: 1 - type: Transform - uid: 39524 components: - - pos: -92.5,-86.5 + - type: Transform + pos: -92.5,-86.5 parent: 1 - type: Transform - uid: 39525 components: - - pos: -92.5,-87.5 + - type: Transform + pos: -92.5,-87.5 parent: 1 - type: Transform - uid: 39526 components: - - pos: -93.5,-87.5 + - type: Transform + pos: -93.5,-87.5 parent: 1 - type: Transform - uid: 39527 components: - - pos: -94.5,-87.5 + - type: Transform + pos: -94.5,-87.5 parent: 1 - type: Transform - uid: 39528 components: - - pos: -95.5,-87.5 + - type: Transform + pos: -95.5,-87.5 parent: 1 - type: Transform - uid: 39529 components: - - pos: -95.5,-86.5 + - type: Transform + pos: -95.5,-86.5 parent: 1 - type: Transform - uid: 39530 components: - - pos: -95.5,-85.5 + - type: Transform + pos: -95.5,-85.5 parent: 1 - type: Transform - uid: 39531 components: - - pos: -95.5,-84.5 + - type: Transform + pos: -95.5,-84.5 parent: 1 - type: Transform - uid: 39532 components: - - pos: -95.5,-83.5 + - type: Transform + pos: -95.5,-83.5 parent: 1 - type: Transform - uid: 39533 components: - - pos: -94.5,-83.5 + - type: Transform + pos: -94.5,-83.5 parent: 1 - type: Transform - uid: 39534 components: - - pos: -93.5,-83.5 + - type: Transform + pos: -93.5,-83.5 parent: 1 - type: Transform - uid: 39537 components: - - pos: -98.5,-80.5 + - type: Transform + pos: -98.5,-80.5 parent: 1 - type: Transform - uid: 39538 components: - - pos: -98.5,-81.5 + - type: Transform + pos: -98.5,-81.5 parent: 1 - type: Transform - uid: 39539 components: - - pos: -99.5,-82.5 + - type: Transform + pos: -99.5,-82.5 parent: 1 - type: Transform - uid: 39540 components: - - pos: -100.5,-82.5 + - type: Transform + pos: -100.5,-82.5 parent: 1 - type: Transform - uid: 39541 components: - - pos: -101.5,-82.5 + - type: Transform + pos: -101.5,-82.5 parent: 1 - type: Transform - uid: 39542 components: - - pos: -102.5,-82.5 + - type: Transform + pos: -102.5,-82.5 parent: 1 - type: Transform - uid: 39543 components: - - pos: -103.5,-82.5 + - type: Transform + pos: -103.5,-82.5 parent: 1 - type: Transform - uid: 39544 components: - - pos: -104.5,-82.5 + - type: Transform + pos: -104.5,-82.5 parent: 1 - type: Transform - uid: 39545 components: - - pos: -105.5,-82.5 + - type: Transform + pos: -105.5,-82.5 parent: 1 - type: Transform - uid: 39546 components: - - pos: -106.5,-82.5 + - type: Transform + pos: -106.5,-82.5 parent: 1 - type: Transform - uid: 39547 components: - - pos: -107.5,-82.5 + - type: Transform + pos: -107.5,-82.5 parent: 1 - type: Transform - uid: 39549 components: - - pos: -107.5,-83.5 + - type: Transform + pos: -107.5,-83.5 parent: 1 - type: Transform - uid: 39550 components: - - pos: -107.5,-84.5 + - type: Transform + pos: -107.5,-84.5 parent: 1 - type: Transform - uid: 39551 components: - - pos: -107.5,-85.5 + - type: Transform + pos: -107.5,-85.5 parent: 1 - type: Transform - uid: 39552 components: - - pos: -107.5,-86.5 + - type: Transform + pos: -107.5,-86.5 parent: 1 - type: Transform - uid: 39553 components: - - pos: -107.5,-87.5 + - type: Transform + pos: -107.5,-87.5 parent: 1 - type: Transform - uid: 39554 components: - - pos: -108.5,-87.5 + - type: Transform + pos: -108.5,-87.5 parent: 1 - type: Transform - uid: 39555 components: - - pos: -109.5,-87.5 + - type: Transform + pos: -109.5,-87.5 parent: 1 - type: Transform - uid: 39556 components: - - pos: -110.5,-87.5 + - type: Transform + pos: -110.5,-87.5 parent: 1 - type: Transform - uid: 39557 components: - - pos: -111.5,-87.5 + - type: Transform + pos: -111.5,-87.5 parent: 1 - type: Transform - uid: 39558 components: - - pos: -112.5,-87.5 + - type: Transform + pos: -112.5,-87.5 parent: 1 - type: Transform - uid: 39559 components: - - pos: -113.5,-87.5 + - type: Transform + pos: -113.5,-87.5 parent: 1 - type: Transform - uid: 39560 components: - - pos: -114.5,-87.5 + - type: Transform + pos: -114.5,-87.5 parent: 1 - type: Transform - uid: 39561 components: - - pos: -115.5,-87.5 + - type: Transform + pos: -115.5,-87.5 parent: 1 - type: Transform - uid: 39562 components: - - pos: -108.5,-82.5 + - type: Transform + pos: -108.5,-82.5 parent: 1 - type: Transform - uid: 39563 components: - - pos: -109.5,-82.5 + - type: Transform + pos: -109.5,-82.5 parent: 1 - type: Transform - uid: 39564 components: - - pos: -110.5,-82.5 + - type: Transform + pos: -110.5,-82.5 parent: 1 - type: Transform - uid: 39565 components: - - pos: -111.5,-82.5 + - type: Transform + pos: -111.5,-82.5 parent: 1 - type: Transform - uid: 39566 components: - - pos: -112.5,-82.5 + - type: Transform + pos: -112.5,-82.5 parent: 1 - type: Transform - uid: 39567 components: - - pos: -113.5,-82.5 + - type: Transform + pos: -113.5,-82.5 parent: 1 - type: Transform - uid: 39568 components: - - pos: -114.5,-82.5 + - type: Transform + pos: -114.5,-82.5 parent: 1 - type: Transform - uid: 39569 components: - - pos: -114.5,-81.5 + - type: Transform + pos: -114.5,-81.5 parent: 1 - type: Transform - uid: 39570 components: - - pos: -114.5,-80.5 + - type: Transform + pos: -114.5,-80.5 parent: 1 - type: Transform - uid: 39571 components: - - pos: -114.5,-79.5 + - type: Transform + pos: -114.5,-79.5 parent: 1 - type: Transform - uid: 39572 components: - - pos: -114.5,-78.5 + - type: Transform + pos: -114.5,-78.5 parent: 1 - type: Transform - uid: 39573 components: - - pos: -114.5,-77.5 + - type: Transform + pos: -114.5,-77.5 parent: 1 - type: Transform - uid: 39574 components: - - pos: -114.5,-76.5 + - type: Transform + pos: -114.5,-76.5 parent: 1 - type: Transform - uid: 39575 components: - - pos: -114.5,-75.5 + - type: Transform + pos: -114.5,-75.5 parent: 1 - type: Transform - uid: 39576 components: - - pos: -114.5,-74.5 + - type: Transform + pos: -114.5,-74.5 parent: 1 - type: Transform - uid: 39577 components: - - pos: -114.5,-73.5 + - type: Transform + pos: -114.5,-73.5 parent: 1 - type: Transform - uid: 39578 components: - - pos: -115.5,-73.5 + - type: Transform + pos: -115.5,-73.5 parent: 1 - type: Transform - uid: 39579 components: - - pos: -116.5,-73.5 + - type: Transform + pos: -116.5,-73.5 parent: 1 - type: Transform - uid: 39580 components: - - pos: -116.5,-72.5 + - type: Transform + pos: -116.5,-72.5 parent: 1 - type: Transform - uid: 39581 components: - - pos: -116.5,-71.5 + - type: Transform + pos: -116.5,-71.5 parent: 1 - type: Transform - uid: 39582 components: - - pos: -116.5,-70.5 + - type: Transform + pos: -116.5,-70.5 parent: 1 - type: Transform - uid: 39583 components: - - pos: -116.5,-69.5 + - type: Transform + pos: -116.5,-69.5 parent: 1 - type: Transform - uid: 39584 components: - - pos: -116.5,-68.5 + - type: Transform + pos: -116.5,-68.5 parent: 1 - type: Transform - uid: 39585 components: - - pos: -116.5,-67.5 + - type: Transform + pos: -116.5,-67.5 parent: 1 - type: Transform - uid: 39586 components: - - pos: -117.5,-67.5 - parent: 1 - type: Transform + - type: Transform + pos: -117.5,-67.5 + parent: 1 - uid: 39587 components: - - pos: -118.5,-67.5 + - type: Transform + pos: -118.5,-67.5 parent: 1 - type: Transform - uid: 39588 components: - - pos: -118.5,-66.5 + - type: Transform + pos: -118.5,-66.5 parent: 1 - type: Transform - uid: 39589 components: - - pos: -118.5,-65.5 + - type: Transform + pos: -118.5,-65.5 parent: 1 - type: Transform - uid: 39590 components: - - pos: -118.5,-64.5 + - type: Transform + pos: -118.5,-64.5 parent: 1 - type: Transform - uid: 39591 components: - - pos: -118.5,-63.5 + - type: Transform + pos: -118.5,-63.5 parent: 1 - type: Transform - uid: 39592 components: - - pos: -118.5,-62.5 + - type: Transform + pos: -118.5,-62.5 parent: 1 - type: Transform - uid: 39593 components: - - pos: -118.5,-61.5 + - type: Transform + pos: -118.5,-61.5 parent: 1 - type: Transform - uid: 39594 components: - - pos: -118.5,-60.5 + - type: Transform + pos: -118.5,-60.5 parent: 1 - type: Transform - uid: 39595 components: - - pos: -118.5,-59.5 + - type: Transform + pos: -118.5,-59.5 parent: 1 - type: Transform - uid: 39596 components: - - pos: -119.5,-59.5 + - type: Transform + pos: -119.5,-59.5 parent: 1 - type: Transform - uid: 39597 components: - - pos: -119.5,-58.5 + - type: Transform + pos: -119.5,-58.5 parent: 1 - type: Transform - uid: 39598 components: - - pos: -119.5,-57.5 + - type: Transform + pos: -119.5,-57.5 parent: 1 - type: Transform - uid: 39599 components: - - pos: -117.5,-62.5 + - type: Transform + pos: -117.5,-62.5 parent: 1 - type: Transform - uid: 39600 components: - - pos: -116.5,-62.5 + - type: Transform + pos: -116.5,-62.5 parent: 1 - type: Transform - uid: 39601 components: - - pos: -116.5,-61.5 + - type: Transform + pos: -116.5,-61.5 parent: 1 - type: Transform - uid: 39602 components: - - pos: -116.5,-60.5 + - type: Transform + pos: -116.5,-60.5 parent: 1 - type: Transform - uid: 39603 components: - - pos: -116.5,-59.5 + - type: Transform + pos: -116.5,-59.5 parent: 1 - type: Transform - uid: 39604 components: - - pos: -116.5,-58.5 + - type: Transform + pos: -116.5,-58.5 parent: 1 - type: Transform - uid: 39605 components: - - pos: -116.5,-57.5 + - type: Transform + pos: -116.5,-57.5 parent: 1 - type: Transform - uid: 39606 components: - - pos: -116.5,-56.5 + - type: Transform + pos: -116.5,-56.5 parent: 1 - type: Transform - uid: 39607 components: - - pos: -116.5,-55.5 + - type: Transform + pos: -116.5,-55.5 parent: 1 - type: Transform - uid: 39608 components: - - pos: -116.5,-54.5 + - type: Transform + pos: -116.5,-54.5 parent: 1 - type: Transform - uid: 39609 components: - - pos: -116.5,-53.5 + - type: Transform + pos: -116.5,-53.5 parent: 1 - type: Transform - uid: 39610 components: - - pos: -117.5,-53.5 + - type: Transform + pos: -117.5,-53.5 parent: 1 - type: Transform - uid: 39611 components: - - pos: -118.5,-53.5 + - type: Transform + pos: -118.5,-53.5 parent: 1 - type: Transform - uid: 39612 components: - - pos: -119.5,-53.5 + - type: Transform + pos: -119.5,-53.5 parent: 1 - type: Transform - uid: 39613 components: - - pos: -120.5,-53.5 + - type: Transform + pos: -120.5,-53.5 parent: 1 - type: Transform - uid: 39614 components: - - pos: -121.5,-53.5 + - type: Transform + pos: -121.5,-53.5 parent: 1 - type: Transform - uid: 39615 components: - - pos: -122.5,-53.5 + - type: Transform + pos: -122.5,-53.5 parent: 1 - type: Transform - uid: 39616 components: - - pos: -116.5,-47.5 + - type: Transform + pos: -116.5,-47.5 parent: 1 - type: Transform - uid: 39617 components: - - pos: -116.5,-48.5 + - type: Transform + pos: -116.5,-48.5 parent: 1 - type: Transform - uid: 39618 components: - - pos: -117.5,-48.5 + - type: Transform + pos: -117.5,-48.5 parent: 1 - type: Transform - uid: 39619 components: - - pos: -118.5,-48.5 + - type: Transform + pos: -118.5,-48.5 parent: 1 - type: Transform - uid: 39620 components: - - pos: -119.5,-48.5 + - type: Transform + pos: -119.5,-48.5 parent: 1 - type: Transform - uid: 39621 components: - - pos: -119.5,-47.5 + - type: Transform + pos: -119.5,-47.5 parent: 1 - type: Transform - uid: 39638 components: - - pos: 42.5,-1.5 + - type: Transform + pos: 42.5,-1.5 parent: 1 - type: Transform - uid: 39644 components: - - pos: -28.5,-52.5 + - type: Transform + pos: -28.5,-52.5 parent: 1 - type: Transform - uid: 39645 components: - - pos: -29.5,-52.5 + - type: Transform + pos: -29.5,-52.5 parent: 1 - type: Transform - uid: 39646 components: - - pos: -29.5,-51.5 + - type: Transform + pos: -29.5,-51.5 parent: 1 - type: Transform - uid: 39647 components: - - pos: -27.5,-52.5 + - type: Transform + pos: -27.5,-52.5 parent: 1 - type: Transform - uid: 39653 components: - - pos: -20.5,-46.5 + - type: Transform + pos: -20.5,-46.5 parent: 1 - type: Transform - uid: 39654 components: - - pos: -20.5,-47.5 + - type: Transform + pos: -20.5,-47.5 parent: 1 - type: Transform - uid: 39655 components: - - pos: -20.5,-48.5 + - type: Transform + pos: -20.5,-48.5 parent: 1 - type: Transform - uid: 39656 components: - - pos: -21.5,-48.5 + - type: Transform + pos: -21.5,-48.5 parent: 1 - type: Transform - uid: 39657 components: - - pos: -22.5,-48.5 + - type: Transform + pos: -22.5,-48.5 parent: 1 - type: Transform - uid: 39658 components: - - pos: -23.5,-48.5 + - type: Transform + pos: -23.5,-48.5 parent: 1 - type: Transform - uid: 39659 components: - - pos: -23.5,-49.5 + - type: Transform + pos: -23.5,-49.5 parent: 1 - type: Transform - uid: 39660 components: - - pos: -20.5,-49.5 + - type: Transform + pos: -20.5,-49.5 parent: 1 - type: Transform - uid: 39661 components: - - pos: 26.5,-34.5 + - type: Transform + pos: 26.5,-34.5 parent: 1 - type: Transform - uid: 39662 components: - - pos: 26.5,-35.5 + - type: Transform + pos: 26.5,-35.5 parent: 1 - type: Transform - uid: 39663 components: - - pos: 26.5,-36.5 + - type: Transform + pos: 26.5,-36.5 parent: 1 - type: Transform - uid: 39664 components: - - pos: 26.5,-37.5 + - type: Transform + pos: 26.5,-37.5 parent: 1 - type: Transform - uid: 39665 components: - - pos: 26.5,-38.5 + - type: Transform + pos: 26.5,-38.5 parent: 1 - type: Transform - uid: 39666 components: - - pos: 25.5,-38.5 + - type: Transform + pos: 25.5,-38.5 parent: 1 - type: Transform - uid: 39667 components: - - pos: 24.5,-38.5 + - type: Transform + pos: 24.5,-38.5 parent: 1 - type: Transform - uid: 39668 components: - - pos: 27.5,-38.5 + - type: Transform + pos: 27.5,-38.5 parent: 1 - type: Transform - uid: 39669 components: - - pos: 27.5,-39.5 + - type: Transform + pos: 27.5,-39.5 parent: 1 - type: Transform - uid: 39670 components: - - pos: 27.5,-40.5 + - type: Transform + pos: 27.5,-40.5 parent: 1 - type: Transform - uid: 39671 components: - - pos: 20.5,-37.5 + - type: Transform + pos: 20.5,-37.5 parent: 1 - type: Transform - uid: 39672 components: - - pos: 20.5,-38.5 + - type: Transform + pos: 20.5,-38.5 parent: 1 - type: Transform - uid: 39673 components: - - pos: 20.5,-39.5 + - type: Transform + pos: 20.5,-39.5 parent: 1 - type: Transform - uid: 39674 components: - - pos: 20.5,-40.5 + - type: Transform + pos: 20.5,-40.5 parent: 1 - type: Transform - uid: 39675 components: - - pos: 20.5,-41.5 + - type: Transform + pos: 20.5,-41.5 parent: 1 - type: Transform - uid: 39676 components: - - pos: 21.5,-41.5 + - type: Transform + pos: 21.5,-41.5 parent: 1 - type: Transform - uid: 39677 components: - - pos: 22.5,-41.5 + - type: Transform + pos: 22.5,-41.5 parent: 1 - type: Transform - uid: 39678 components: - - pos: 19.5,-41.5 + - type: Transform + pos: 19.5,-41.5 parent: 1 - type: Transform - uid: 39679 components: - - pos: -25.5,-56.5 + - type: Transform + pos: -25.5,-56.5 parent: 1 - type: Transform - uid: 39680 components: - - pos: -24.5,-56.5 + - type: Transform + pos: -24.5,-56.5 parent: 1 - type: Transform - uid: 39681 components: - - pos: -23.5,-56.5 + - type: Transform + pos: -23.5,-56.5 parent: 1 - type: Transform - uid: 39682 components: - - pos: -22.5,-56.5 + - type: Transform + pos: -22.5,-56.5 parent: 1 - type: Transform - uid: 39683 components: - - pos: -21.5,-56.5 + - type: Transform + pos: -21.5,-56.5 parent: 1 - type: Transform - uid: 39684 components: - - pos: -20.5,-56.5 + - type: Transform + pos: -20.5,-56.5 parent: 1 - type: Transform - uid: 39685 components: - - pos: -19.5,-56.5 + - type: Transform + pos: -19.5,-56.5 parent: 1 - type: Transform - uid: 39686 components: - - pos: -18.5,-56.5 + - type: Transform + pos: -18.5,-56.5 parent: 1 - type: Transform - uid: 39687 components: - - pos: -17.5,-56.5 + - type: Transform + pos: -17.5,-56.5 parent: 1 - type: Transform - uid: 39688 components: - - pos: -17.5,-55.5 + - type: Transform + pos: -17.5,-55.5 parent: 1 - type: Transform - uid: 39689 components: - - pos: -17.5,-54.5 + - type: Transform + pos: -17.5,-54.5 parent: 1 - type: Transform - uid: 39690 components: - - pos: -17.5,-53.5 + - type: Transform + pos: -17.5,-53.5 parent: 1 - type: Transform - uid: 39691 components: - - pos: -17.5,-52.5 + - type: Transform + pos: -17.5,-52.5 parent: 1 - type: Transform - uid: 39692 components: - - pos: -16.5,-52.5 + - type: Transform + pos: -16.5,-52.5 parent: 1 - type: Transform - uid: 39693 components: - - pos: -17.5,-57.5 + - type: Transform + pos: -17.5,-57.5 parent: 1 - type: Transform - uid: 39694 components: - - pos: -17.5,-58.5 + - type: Transform + pos: -17.5,-58.5 parent: 1 - type: Transform - uid: 39695 components: - - pos: -17.5,-59.5 + - type: Transform + pos: -17.5,-59.5 parent: 1 - type: Transform - uid: 39696 components: - - pos: -17.5,-60.5 + - type: Transform + pos: -17.5,-60.5 parent: 1 - type: Transform - uid: 39697 components: - - pos: -16.5,-60.5 + - type: Transform + pos: -16.5,-60.5 parent: 1 - type: Transform - uid: 39698 components: - - pos: -16.5,-61.5 + - type: Transform + pos: -16.5,-61.5 parent: 1 - type: Transform - uid: 39699 components: - - pos: -16.5,-62.5 + - type: Transform + pos: -16.5,-62.5 parent: 1 - type: Transform - uid: 39700 components: - - pos: -16.5,-63.5 + - type: Transform + pos: -16.5,-63.5 parent: 1 - type: Transform - uid: 39701 components: - - pos: -16.5,-64.5 + - type: Transform + pos: -16.5,-64.5 parent: 1 - type: Transform - uid: 39702 components: - - pos: -16.5,-65.5 + - type: Transform + pos: -16.5,-65.5 parent: 1 - type: Transform - uid: 39703 components: - - pos: -16.5,-66.5 + - type: Transform + pos: -16.5,-66.5 parent: 1 - type: Transform - uid: 39704 components: - - pos: -16.5,-67.5 + - type: Transform + pos: -16.5,-67.5 parent: 1 - type: Transform - uid: 39705 components: - - pos: -16.5,-68.5 + - type: Transform + pos: -16.5,-68.5 parent: 1 - type: Transform - uid: 39706 components: - - pos: -16.5,-69.5 + - type: Transform + pos: -16.5,-69.5 parent: 1 - type: Transform - uid: 39707 components: - - pos: -16.5,-70.5 + - type: Transform + pos: -16.5,-70.5 parent: 1 - type: Transform - uid: 39708 components: - - pos: -27.5,-70.5 + - type: Transform + pos: -27.5,-70.5 parent: 1 - type: Transform - uid: 39709 components: - - pos: -26.5,-70.5 + - type: Transform + pos: -26.5,-70.5 parent: 1 - type: Transform - uid: 39710 components: - - pos: -25.5,-70.5 + - type: Transform + pos: -25.5,-70.5 parent: 1 - type: Transform - uid: 39711 components: - - pos: -24.5,-70.5 + - type: Transform + pos: -24.5,-70.5 parent: 1 - type: Transform - uid: 39712 components: - - pos: -23.5,-70.5 + - type: Transform + pos: -23.5,-70.5 parent: 1 - type: Transform - uid: 39713 components: - - pos: -22.5,-70.5 + - type: Transform + pos: -22.5,-70.5 parent: 1 - type: Transform - uid: 39714 components: - - pos: -19.5,-62.5 + - type: Transform + pos: -19.5,-62.5 parent: 1 - type: Transform - uid: 39715 components: - - pos: -18.5,-62.5 + - type: Transform + pos: -18.5,-62.5 parent: 1 - type: Transform - uid: 39716 components: - - pos: -17.5,-62.5 + - type: Transform + pos: -17.5,-62.5 parent: 1 - type: Transform - uid: 39732 components: - - pos: 44.5,-10.5 + - type: Transform + pos: 44.5,-10.5 parent: 1 - type: Transform - uid: 39733 components: - - pos: 43.5,-10.5 + - type: Transform + pos: 43.5,-10.5 parent: 1 - type: Transform - uid: 39734 components: - - pos: 42.5,-10.5 + - type: Transform + pos: 42.5,-10.5 parent: 1 - type: Transform - uid: 39735 components: - - pos: 41.5,-10.5 + - type: Transform + pos: 41.5,-10.5 parent: 1 - type: Transform - uid: 39736 components: - - pos: 40.5,-10.5 + - type: Transform + pos: 40.5,-10.5 parent: 1 - type: Transform - uid: 39737 components: - - pos: 39.5,-10.5 + - type: Transform + pos: 39.5,-10.5 parent: 1 - type: Transform - uid: 39738 components: - - pos: 41.5,-7.5 + - type: Transform + pos: 41.5,-7.5 parent: 1 - type: Transform - uid: 39739 components: - - pos: 41.5,-8.5 + - type: Transform + pos: 41.5,-8.5 parent: 1 - type: Transform - uid: 39740 components: - - pos: 45.5,-10.5 + - type: Transform + pos: 45.5,-10.5 parent: 1 - type: Transform - uid: 39741 components: - - pos: 46.5,-10.5 + - type: Transform + pos: 46.5,-10.5 parent: 1 - type: Transform - uid: 39742 components: - - pos: 41.5,-6.5 + - type: Transform + pos: 41.5,-6.5 parent: 1 - type: Transform - uid: 39750 components: - - pos: 30.5,-8.5 + - type: Transform + pos: 30.5,-8.5 parent: 1 - type: Transform - uid: 39751 components: - - pos: 30.5,-9.5 + - type: Transform + pos: 30.5,-9.5 parent: 1 - type: Transform - uid: 39767 components: - - pos: 46.5,-9.5 + - type: Transform + pos: 46.5,-9.5 parent: 1 - type: Transform - uid: 39768 components: - - pos: 47.5,-9.5 + - type: Transform + pos: 47.5,-9.5 parent: 1 - type: Transform - uid: 39769 components: - - pos: 48.5,-9.5 + - type: Transform + pos: 48.5,-9.5 parent: 1 - type: Transform - uid: 39770 components: - - pos: 49.5,-9.5 + - type: Transform + pos: 49.5,-9.5 parent: 1 - type: Transform - uid: 39771 components: - - pos: 50.5,-9.5 + - type: Transform + pos: 50.5,-9.5 parent: 1 - type: Transform - uid: 39772 components: - - pos: 51.5,-9.5 + - type: Transform + pos: 51.5,-9.5 parent: 1 - type: Transform - uid: 39773 components: - - pos: 52.5,-9.5 + - type: Transform + pos: 52.5,-9.5 parent: 1 - type: Transform - uid: 39774 components: - - pos: 53.5,-9.5 + - type: Transform + pos: 53.5,-9.5 parent: 1 - type: Transform - uid: 39775 components: - - pos: 49.5,-10.5 + - type: Transform + pos: 49.5,-10.5 parent: 1 - type: Transform - uid: 39776 components: - - pos: 49.5,-11.5 + - type: Transform + pos: 49.5,-11.5 parent: 1 - type: Transform - uid: 39777 components: - - pos: 49.5,-12.5 + - type: Transform + pos: 49.5,-12.5 parent: 1 - type: Transform - uid: 39778 components: - - pos: 49.5,-13.5 + - type: Transform + pos: 49.5,-13.5 parent: 1 - type: Transform - uid: 39779 components: - - pos: 49.5,-14.5 + - type: Transform + pos: 49.5,-14.5 parent: 1 - type: Transform - uid: 39780 components: - - pos: 50.5,-14.5 + - type: Transform + pos: 50.5,-14.5 parent: 1 - type: Transform - uid: 39781 components: - - pos: 51.5,-14.5 + - type: Transform + pos: 51.5,-14.5 parent: 1 - type: Transform - uid: 39782 components: - - pos: 51.5,-13.5 + - type: Transform + pos: 51.5,-13.5 parent: 1 - type: Transform - uid: 39783 components: - - pos: 35.5,-4.5 + - type: Transform + pos: 35.5,-4.5 parent: 1 - type: Transform - uid: 39784 components: - - pos: 51.5,-12.5 + - type: Transform + pos: 51.5,-12.5 parent: 1 - type: Transform - uid: 39785 components: - - pos: 51.5,-11.5 + - type: Transform + pos: 51.5,-11.5 parent: 1 - type: Transform - uid: 39786 components: - - pos: 51.5,-10.5 + - type: Transform + pos: 51.5,-10.5 parent: 1 - type: Transform - uid: 39787 components: - - pos: 36.5,-4.5 + - type: Transform + pos: 36.5,-4.5 parent: 1 - type: Transform - uid: 39788 components: - - pos: 37.5,-4.5 + - type: Transform + pos: 37.5,-4.5 parent: 1 - type: Transform - uid: 39789 components: - - pos: 38.5,-4.5 + - type: Transform + pos: 38.5,-4.5 parent: 1 - type: Transform - uid: 39790 components: - - pos: 39.5,-4.5 + - type: Transform + pos: 39.5,-4.5 parent: 1 - type: Transform - uid: 39791 components: - - pos: 40.5,-4.5 + - type: Transform + pos: 40.5,-4.5 parent: 1 - type: Transform - uid: 39792 components: - - pos: 41.5,-4.5 + - type: Transform + pos: 41.5,-4.5 parent: 1 - type: Transform - uid: 39793 components: - - pos: 42.5,-4.5 + - type: Transform + pos: 42.5,-4.5 parent: 1 - type: Transform - uid: 39794 components: - - pos: 43.5,-4.5 + - type: Transform + pos: 43.5,-4.5 parent: 1 - type: Transform - uid: 39795 components: - - pos: 44.5,-4.5 + - type: Transform + pos: 44.5,-4.5 parent: 1 - type: Transform - uid: 39796 components: - - pos: 37.5,-2.5 + - type: Transform + pos: 37.5,-2.5 parent: 1 - type: Transform - uid: 39797 components: - - pos: 38.5,-2.5 + - type: Transform + pos: 38.5,-2.5 parent: 1 - type: Transform - uid: 39798 components: - - pos: 39.5,-2.5 + - type: Transform + pos: 39.5,-2.5 parent: 1 - type: Transform - uid: 39799 components: - - pos: 40.5,-2.5 + - type: Transform + pos: 40.5,-2.5 parent: 1 - type: Transform - uid: 39800 components: - - pos: 40.5,-3.5 + - type: Transform + pos: 40.5,-3.5 parent: 1 - type: Transform - uid: 39801 components: - - pos: 44.5,-3.5 + - type: Transform + pos: 44.5,-3.5 parent: 1 - type: Transform - uid: 39802 components: - - pos: 45.5,-3.5 + - type: Transform + pos: 45.5,-3.5 parent: 1 - type: Transform - uid: 39803 components: - - pos: 46.5,-3.5 + - type: Transform + pos: 46.5,-3.5 parent: 1 - type: Transform - uid: 39804 components: - - pos: 47.5,-3.5 + - type: Transform + pos: 47.5,-3.5 parent: 1 - type: Transform - uid: 39805 components: - - pos: 48.5,-3.5 + - type: Transform + pos: 48.5,-3.5 parent: 1 - type: Transform - uid: 39806 components: - - pos: 49.5,-3.5 + - type: Transform + pos: 49.5,-3.5 parent: 1 - type: Transform - uid: 39807 components: - - pos: 50.5,-3.5 + - type: Transform + pos: 50.5,-3.5 parent: 1 - type: Transform - uid: 39808 components: - - pos: 51.5,-3.5 + - type: Transform + pos: 51.5,-3.5 parent: 1 - type: Transform - uid: 39821 components: - - pos: 28.5,-13.5 + - type: Transform + pos: 28.5,-13.5 parent: 1 - type: Transform - uid: 39822 components: - - pos: 29.5,-13.5 + - type: Transform + pos: 29.5,-13.5 parent: 1 - type: Transform - uid: 39823 components: - - pos: 30.5,-13.5 + - type: Transform + pos: 30.5,-13.5 parent: 1 - type: Transform - uid: 39824 components: - - pos: 31.5,-13.5 + - type: Transform + pos: 31.5,-13.5 parent: 1 - type: Transform - uid: 39825 components: - - pos: 32.5,-13.5 + - type: Transform + pos: 32.5,-13.5 parent: 1 - type: Transform - uid: 39826 components: - - pos: 32.5,-14.5 + - type: Transform + pos: 32.5,-14.5 parent: 1 - type: Transform - uid: 39827 components: - - pos: 32.5,-15.5 + - type: Transform + pos: 32.5,-15.5 parent: 1 - type: Transform - uid: 39828 components: - - pos: 32.5,-16.5 + - type: Transform + pos: 32.5,-16.5 parent: 1 - type: Transform - uid: 39829 components: - - pos: 32.5,-17.5 + - type: Transform + pos: 32.5,-17.5 parent: 1 - type: Transform - uid: 39830 components: - - pos: 32.5,-18.5 + - type: Transform + pos: 32.5,-18.5 parent: 1 - type: Transform - uid: 39831 components: - - pos: 32.5,-19.5 + - type: Transform + pos: 32.5,-19.5 parent: 1 - type: Transform - uid: 39832 components: - - pos: 32.5,-20.5 + - type: Transform + pos: 32.5,-20.5 parent: 1 - type: Transform - uid: 39833 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 1 - type: Transform - uid: 39834 components: - - pos: 33.5,-21.5 + - type: Transform + pos: 33.5,-21.5 parent: 1 - type: Transform - uid: 39835 components: - - pos: 33.5,-22.5 + - type: Transform + pos: 33.5,-22.5 parent: 1 - type: Transform - uid: 39836 components: - - pos: 33.5,-23.5 + - type: Transform + pos: 33.5,-23.5 parent: 1 - type: Transform - uid: 39837 components: - - pos: 33.5,-24.5 + - type: Transform + pos: 33.5,-24.5 parent: 1 - type: Transform - uid: 39838 components: - - pos: 33.5,-25.5 + - type: Transform + pos: 33.5,-25.5 parent: 1 - type: Transform - uid: 39839 components: - - pos: 33.5,-26.5 + - type: Transform + pos: 33.5,-26.5 parent: 1 - type: Transform - uid: 39840 components: - - pos: 33.5,-27.5 + - type: Transform + pos: 33.5,-27.5 parent: 1 - type: Transform - uid: 39841 components: - - pos: 33.5,-28.5 + - type: Transform + pos: 33.5,-28.5 parent: 1 - type: Transform - uid: 39842 components: - - pos: 33.5,-29.5 + - type: Transform + pos: 33.5,-29.5 parent: 1 - type: Transform - uid: 39843 components: - - pos: 33.5,-30.5 + - type: Transform + pos: 33.5,-30.5 parent: 1 - type: Transform - uid: 39844 components: - - pos: 33.5,-31.5 + - type: Transform + pos: 33.5,-31.5 parent: 1 - type: Transform - uid: 39845 components: - - pos: 33.5,-32.5 + - type: Transform + pos: 33.5,-32.5 parent: 1 - type: Transform - uid: 39846 components: - - pos: 33.5,-33.5 + - type: Transform + pos: 33.5,-33.5 parent: 1 - type: Transform - uid: 39847 components: - - pos: 34.5,-33.5 + - type: Transform + pos: 34.5,-33.5 parent: 1 - type: Transform - uid: 39848 components: - - pos: 35.5,-33.5 + - type: Transform + pos: 35.5,-33.5 parent: 1 - type: Transform - uid: 39849 components: - - pos: 36.5,-33.5 + - type: Transform + pos: 36.5,-33.5 parent: 1 - type: Transform - uid: 39850 components: - - pos: 36.5,-32.5 + - type: Transform + pos: 36.5,-32.5 parent: 1 - type: Transform - uid: 39851 components: - - pos: 36.5,-31.5 + - type: Transform + pos: 36.5,-31.5 parent: 1 - type: Transform - uid: 39852 components: - - pos: 37.5,-31.5 + - type: Transform + pos: 37.5,-31.5 parent: 1 - type: Transform - uid: 39853 components: - - pos: 33.5,-34.5 + - type: Transform + pos: 33.5,-34.5 parent: 1 - type: Transform - uid: 39854 components: - - pos: 33.5,-35.5 + - type: Transform + pos: 33.5,-35.5 parent: 1 - type: Transform - uid: 39855 components: - - pos: 33.5,-36.5 + - type: Transform + pos: 33.5,-36.5 parent: 1 - type: Transform - uid: 39856 components: - - pos: 33.5,-37.5 + - type: Transform + pos: 33.5,-37.5 parent: 1 - type: Transform - uid: 39857 components: - - pos: 33.5,-38.5 + - type: Transform + pos: 33.5,-38.5 parent: 1 - type: Transform - uid: 39858 components: - - pos: 33.5,-39.5 + - type: Transform + pos: 33.5,-39.5 parent: 1 - type: Transform - uid: 39859 components: - - pos: 33.5,-40.5 + - type: Transform + pos: 33.5,-40.5 parent: 1 - type: Transform - uid: 39860 components: - - pos: 33.5,-41.5 + - type: Transform + pos: 33.5,-41.5 parent: 1 - type: Transform - uid: 39861 components: - - pos: 33.5,-42.5 + - type: Transform + pos: 33.5,-42.5 parent: 1 - type: Transform - uid: 39862 components: - - pos: 33.5,-43.5 + - type: Transform + pos: 33.5,-43.5 parent: 1 - type: Transform - uid: 39863 components: - - pos: 33.5,-44.5 + - type: Transform + pos: 33.5,-44.5 parent: 1 - type: Transform - uid: 39864 components: - - pos: 33.5,-45.5 + - type: Transform + pos: 33.5,-45.5 parent: 1 - type: Transform - uid: 39865 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 1 - type: Transform - uid: 39866 components: - - pos: 34.5,-45.5 + - type: Transform + pos: 34.5,-45.5 parent: 1 - type: Transform - uid: 39867 components: - - pos: 34.5,-46.5 + - type: Transform + pos: 34.5,-46.5 parent: 1 - type: Transform - uid: 39868 components: - - pos: 34.5,-47.5 + - type: Transform + pos: 34.5,-47.5 parent: 1 - type: Transform - uid: 39869 components: - - pos: 34.5,-48.5 + - type: Transform + pos: 34.5,-48.5 parent: 1 - type: Transform - uid: 39870 components: - - pos: 34.5,-49.5 + - type: Transform + pos: 34.5,-49.5 parent: 1 - type: Transform - uid: 39871 components: - - pos: 35.5,-49.5 + - type: Transform + pos: 35.5,-49.5 parent: 1 - type: Transform - uid: 39872 components: - - pos: 36.5,-49.5 + - type: Transform + pos: 36.5,-49.5 parent: 1 - type: Transform - uid: 39873 components: - - pos: 37.5,-49.5 + - type: Transform + pos: 37.5,-49.5 parent: 1 - type: Transform - uid: 39874 components: - - pos: 38.5,-49.5 + - type: Transform + pos: 38.5,-49.5 parent: 1 - type: Transform - uid: 39875 components: - - pos: 39.5,-49.5 + - type: Transform + pos: 39.5,-49.5 parent: 1 - type: Transform - uid: 39876 components: - - pos: 40.5,-49.5 + - type: Transform + pos: 40.5,-49.5 parent: 1 - type: Transform - uid: 39882 components: - - pos: 58.5,-52.5 + - type: Transform + pos: 58.5,-52.5 parent: 1 - type: Transform - uid: 39891 components: - - pos: 58.5,-53.5 + - type: Transform + pos: 58.5,-53.5 parent: 1 - type: Transform - uid: 39892 components: - - pos: 58.5,-54.5 + - type: Transform + pos: 58.5,-54.5 parent: 1 - type: Transform - uid: 39893 components: - - pos: 57.5,-54.5 + - type: Transform + pos: 57.5,-54.5 parent: 1 - type: Transform - uid: 39894 components: - - pos: 59.5,-54.5 + - type: Transform + pos: 59.5,-54.5 parent: 1 - type: Transform - uid: 39895 components: - - pos: 60.5,-54.5 + - type: Transform + pos: 60.5,-54.5 parent: 1 - type: Transform - uid: 39896 components: - - pos: 61.5,-54.5 + - type: Transform + pos: 61.5,-54.5 parent: 1 - type: Transform - uid: 39897 components: - - pos: 58.5,-51.5 + - type: Transform + pos: 58.5,-51.5 parent: 1 - type: Transform - uid: 39898 components: - - pos: 58.5,-50.5 + - type: Transform + pos: 58.5,-50.5 parent: 1 - type: Transform - uid: 39899 components: - - pos: 58.5,-49.5 + - type: Transform + pos: 58.5,-49.5 parent: 1 - type: Transform - uid: 39900 components: - - pos: 59.5,-49.5 + - type: Transform + pos: 59.5,-49.5 parent: 1 - type: Transform - uid: 39901 components: - - pos: 60.5,-49.5 + - type: Transform + pos: 60.5,-49.5 parent: 1 - type: Transform - uid: 39902 components: - - pos: 61.5,-49.5 + - type: Transform + pos: 61.5,-49.5 parent: 1 - type: Transform - uid: 39903 components: - - pos: 61.5,-48.5 + - type: Transform + pos: 61.5,-48.5 parent: 1 - type: Transform - uid: 39904 components: - - pos: 61.5,-47.5 + - type: Transform + pos: 61.5,-47.5 parent: 1 - type: Transform - uid: 39905 components: - - pos: 61.5,-46.5 + - type: Transform + pos: 61.5,-46.5 parent: 1 - type: Transform - uid: 39906 components: - - pos: 61.5,-45.5 + - type: Transform + pos: 61.5,-45.5 parent: 1 - type: Transform - uid: 39907 components: - - pos: 61.5,-44.5 + - type: Transform + pos: 61.5,-44.5 parent: 1 - type: Transform - uid: 39908 components: - - pos: 60.5,-44.5 + - type: Transform + pos: 60.5,-44.5 parent: 1 - type: Transform - uid: 39909 components: - - pos: 59.5,-44.5 + - type: Transform + pos: 59.5,-44.5 parent: 1 - type: Transform - uid: 39910 components: - - pos: 58.5,-44.5 + - type: Transform + pos: 58.5,-44.5 parent: 1 - type: Transform - uid: 39911 components: - - pos: 57.5,-44.5 + - type: Transform + pos: 57.5,-44.5 parent: 1 - type: Transform - uid: 39912 components: - - pos: 56.5,-44.5 + - type: Transform + pos: 56.5,-44.5 parent: 1 - type: Transform - uid: 39913 components: - - pos: 56.5,-45.5 + - type: Transform + pos: 56.5,-45.5 parent: 1 - type: Transform - uid: 39914 components: - - pos: 56.5,-46.5 + - type: Transform + pos: 56.5,-46.5 parent: 1 - type: Transform - uid: 39915 components: - - pos: 56.5,-47.5 + - type: Transform + pos: 56.5,-47.5 parent: 1 - type: Transform - uid: 39916 components: - - pos: 56.5,-48.5 + - type: Transform + pos: 56.5,-48.5 parent: 1 - type: Transform - uid: 39917 components: - - pos: 56.5,-49.5 + - type: Transform + pos: 56.5,-49.5 parent: 1 - type: Transform - uid: 39918 components: - - pos: 57.5,-49.5 + - type: Transform + pos: 57.5,-49.5 parent: 1 - type: Transform - uid: 39919 components: - - pos: 55.5,-48.5 + - type: Transform + pos: 55.5,-48.5 parent: 1 - type: Transform - uid: 39920 components: - - pos: 54.5,-48.5 + - type: Transform + pos: 54.5,-48.5 parent: 1 - type: Transform - uid: 39921 components: - - pos: 53.5,-48.5 + - type: Transform + pos: 53.5,-48.5 parent: 1 - type: Transform - uid: 39922 components: - - pos: 52.5,-48.5 + - type: Transform + pos: 52.5,-48.5 parent: 1 - type: Transform - uid: 39923 components: - - pos: 51.5,-48.5 + - type: Transform + pos: 51.5,-48.5 parent: 1 - type: Transform - uid: 39924 components: - - pos: 55.5,-44.5 + - type: Transform + pos: 55.5,-44.5 parent: 1 - type: Transform - uid: 39925 components: - - pos: 54.5,-44.5 + - type: Transform + pos: 54.5,-44.5 parent: 1 - type: Transform - uid: 39926 components: - - pos: 53.5,-44.5 + - type: Transform + pos: 53.5,-44.5 parent: 1 - type: Transform - uid: 39927 components: - - pos: 52.5,-44.5 + - type: Transform + pos: 52.5,-44.5 parent: 1 - type: Transform - uid: 39928 components: - - pos: 51.5,-44.5 + - type: Transform + pos: 51.5,-44.5 parent: 1 - type: Transform - uid: 39929 components: - - pos: 56.5,-43.5 + - type: Transform + pos: 56.5,-43.5 parent: 1 - type: Transform - uid: 39930 components: - - pos: 56.5,-42.5 + - type: Transform + pos: 56.5,-42.5 parent: 1 - type: Transform - uid: 39931 components: - - pos: 56.5,-41.5 + - type: Transform + pos: 56.5,-41.5 parent: 1 - type: Transform - uid: 39932 components: - - pos: 56.5,-40.5 + - type: Transform + pos: 56.5,-40.5 parent: 1 - type: Transform - uid: 39933 components: - - pos: 56.5,-39.5 + - type: Transform + pos: 56.5,-39.5 parent: 1 - type: Transform - uid: 39934 components: - - pos: 57.5,-39.5 + - type: Transform + pos: 57.5,-39.5 parent: 1 - type: Transform - uid: 39935 components: - - pos: 58.5,-39.5 + - type: Transform + pos: 58.5,-39.5 parent: 1 - type: Transform - uid: 39936 components: - - pos: 59.5,-39.5 + - type: Transform + pos: 59.5,-39.5 parent: 1 - type: Transform - uid: 39937 components: - - pos: 60.5,-39.5 + - type: Transform + pos: 60.5,-39.5 parent: 1 - type: Transform - uid: 39938 components: - - pos: 60.5,-40.5 + - type: Transform + pos: 60.5,-40.5 parent: 1 - type: Transform - uid: 39939 components: - - pos: 55.5,-40.5 + - type: Transform + pos: 55.5,-40.5 parent: 1 - type: Transform - uid: 39940 components: - - pos: 54.5,-40.5 + - type: Transform + pos: 54.5,-40.5 parent: 1 - type: Transform - uid: 39941 components: - - pos: 53.5,-40.5 + - type: Transform + pos: 53.5,-40.5 parent: 1 - type: Transform - uid: 39942 components: - - pos: 52.5,-40.5 + - type: Transform + pos: 52.5,-40.5 parent: 1 - type: Transform - uid: 39943 components: - - pos: 51.5,-40.5 + - type: Transform + pos: 51.5,-40.5 parent: 1 - type: Transform - uid: 39944 components: - - pos: 50.5,-40.5 + - type: Transform + pos: 50.5,-40.5 parent: 1 - type: Transform - uid: 39945 components: - - pos: 49.5,-40.5 + - type: Transform + pos: 49.5,-40.5 parent: 1 - type: Transform - uid: 39946 components: - - pos: 48.5,-40.5 + - type: Transform + pos: 48.5,-40.5 parent: 1 - type: Transform - uid: 39947 components: - - pos: 47.5,-40.5 + - type: Transform + pos: 47.5,-40.5 parent: 1 - type: Transform - uid: 39948 components: - - pos: 46.5,-40.5 + - type: Transform + pos: 46.5,-40.5 parent: 1 - type: Transform - uid: 39949 components: - - pos: 45.5,-40.5 + - type: Transform + pos: 45.5,-40.5 parent: 1 - type: Transform - uid: 39950 components: - - pos: 44.5,-40.5 + - type: Transform + pos: 44.5,-40.5 parent: 1 - type: Transform - uid: 39951 components: - - pos: 43.5,-40.5 + - type: Transform + pos: 43.5,-40.5 parent: 1 - type: Transform - uid: 39952 components: - - pos: 42.5,-40.5 + - type: Transform + pos: 42.5,-40.5 parent: 1 - type: Transform - uid: 39953 components: - - pos: 41.5,-40.5 + - type: Transform + pos: 41.5,-40.5 parent: 1 - type: Transform - uid: 39954 components: - - pos: 40.5,-40.5 + - type: Transform + pos: 40.5,-40.5 parent: 1 - type: Transform - uid: 40068 components: - - pos: 58.5,-38.5 + - type: Transform + pos: 58.5,-38.5 parent: 1 - type: Transform - uid: 40152 components: - - pos: 48.5,-56.5 + - type: Transform + pos: 48.5,-56.5 parent: 1 - type: Transform - uid: 40153 components: - - pos: 47.5,-56.5 + - type: Transform + pos: 47.5,-56.5 parent: 1 - type: Transform - uid: 40154 components: - - pos: 46.5,-56.5 + - type: Transform + pos: 46.5,-56.5 parent: 1 - type: Transform - uid: 40155 components: - - pos: 46.5,-57.5 + - type: Transform + pos: 46.5,-57.5 parent: 1 - type: Transform - uid: 40156 components: - - pos: 46.5,-58.5 + - type: Transform + pos: 46.5,-58.5 parent: 1 - type: Transform - uid: 40157 components: - - pos: 46.5,-59.5 + - type: Transform + pos: 46.5,-59.5 parent: 1 - type: Transform - uid: 40158 components: - - pos: 46.5,-60.5 + - type: Transform + pos: 46.5,-60.5 parent: 1 - type: Transform - uid: 40159 components: - - pos: 47.5,-60.5 + - type: Transform + pos: 47.5,-60.5 parent: 1 - type: Transform - uid: 40160 components: - - pos: 48.5,-60.5 + - type: Transform + pos: 48.5,-60.5 parent: 1 - type: Transform - uid: 40161 components: - - pos: 49.5,-60.5 + - type: Transform + pos: 49.5,-60.5 parent: 1 - type: Transform - uid: 40162 components: - - pos: 50.5,-60.5 + - type: Transform + pos: 50.5,-60.5 parent: 1 - type: Transform - uid: 40163 components: - - pos: 51.5,-60.5 + - type: Transform + pos: 51.5,-60.5 parent: 1 - type: Transform - uid: 40164 components: - - pos: 52.5,-60.5 + - type: Transform + pos: 52.5,-60.5 parent: 1 - type: Transform - uid: 40165 components: - - pos: 53.5,-60.5 + - type: Transform + pos: 53.5,-60.5 parent: 1 - type: Transform - uid: 40166 components: - - pos: 53.5,-59.5 + - type: Transform + pos: 53.5,-59.5 parent: 1 - type: Transform - uid: 40167 components: - - pos: 46.5,-61.5 + - type: Transform + pos: 46.5,-61.5 parent: 1 - type: Transform - uid: 40168 components: - - pos: 46.5,-62.5 + - type: Transform + pos: 46.5,-62.5 parent: 1 - type: Transform - uid: 40169 components: - - pos: 46.5,-63.5 + - type: Transform + pos: 46.5,-63.5 parent: 1 - type: Transform - uid: 40170 components: - - pos: 48.5,-61.5 + - type: Transform + pos: 48.5,-61.5 parent: 1 - type: Transform - uid: 40171 components: - - pos: 48.5,-62.5 + - type: Transform + pos: 48.5,-62.5 parent: 1 - type: Transform - uid: 40172 components: - - pos: 48.5,-63.5 + - type: Transform + pos: 48.5,-63.5 parent: 1 - type: Transform - uid: 40173 components: - - pos: 46.5,-55.5 + - type: Transform + pos: 46.5,-55.5 parent: 1 - type: Transform - uid: 40174 components: - - pos: 46.5,-54.5 + - type: Transform + pos: 46.5,-54.5 parent: 1 - type: Transform - uid: 40175 components: - - pos: 47.5,-54.5 + - type: Transform + pos: 47.5,-54.5 parent: 1 - type: Transform - uid: 40176 components: - - pos: 48.5,-54.5 + - type: Transform + pos: 48.5,-54.5 parent: 1 - type: Transform - uid: 40177 components: - - pos: 49.5,-54.5 + - type: Transform + pos: 49.5,-54.5 parent: 1 - type: Transform - uid: 40178 components: - - pos: 50.5,-54.5 + - type: Transform + pos: 50.5,-54.5 parent: 1 - type: Transform - uid: 40179 components: - - pos: 51.5,-54.5 + - type: Transform + pos: 51.5,-54.5 parent: 1 - type: Transform - uid: 40180 components: - - pos: 52.5,-54.5 + - type: Transform + pos: 52.5,-54.5 parent: 1 - type: Transform - uid: 40181 components: - - pos: 46.5,-53.5 + - type: Transform + pos: 46.5,-53.5 parent: 1 - type: Transform - uid: 40182 components: - - pos: 46.5,-52.5 + - type: Transform + pos: 46.5,-52.5 parent: 1 - type: Transform - uid: 40183 components: - - pos: 46.5,-51.5 + - type: Transform + pos: 46.5,-51.5 parent: 1 - type: Transform - uid: 40184 components: - - pos: 46.5,-50.5 + - type: Transform + pos: 46.5,-50.5 parent: 1 - type: Transform - uid: 40185 components: - - pos: 46.5,-49.5 + - type: Transform + pos: 46.5,-49.5 parent: 1 - type: Transform - uid: 40186 components: - - pos: 46.5,-48.5 + - type: Transform + pos: 46.5,-48.5 parent: 1 - type: Transform - uid: 40187 components: - - pos: 46.5,-47.5 + - type: Transform + pos: 46.5,-47.5 parent: 1 - type: Transform - uid: 40188 components: - - pos: 46.5,-46.5 + - type: Transform + pos: 46.5,-46.5 parent: 1 - type: Transform - uid: 40189 components: - - pos: 46.5,-45.5 + - type: Transform + pos: 46.5,-45.5 parent: 1 - type: Transform - uid: 40190 components: - - pos: 46.5,-44.5 + - type: Transform + pos: 46.5,-44.5 parent: 1 - type: Transform - uid: 40191 components: - - pos: 45.5,-44.5 + - type: Transform + pos: 45.5,-44.5 parent: 1 - type: Transform - uid: 40192 components: - - pos: 44.5,-44.5 + - type: Transform + pos: 44.5,-44.5 parent: 1 - type: Transform - uid: 40193 components: - - pos: 43.5,-44.5 + - type: Transform + pos: 43.5,-44.5 parent: 1 - type: Transform - uid: 40194 components: - - pos: 42.5,-44.5 + - type: Transform + pos: 42.5,-44.5 parent: 1 - type: Transform - uid: 40195 components: - - pos: 41.5,-44.5 + - type: Transform + pos: 41.5,-44.5 parent: 1 - type: Transform - uid: 40196 components: - - pos: 40.5,-44.5 + - type: Transform + pos: 40.5,-44.5 parent: 1 - type: Transform - uid: 40197 components: - - pos: 39.5,-44.5 + - type: Transform + pos: 39.5,-44.5 parent: 1 - type: Transform - uid: 40198 components: - - pos: 36.5,-52.5 + - type: Transform + pos: 36.5,-52.5 parent: 1 - type: Transform - uid: 40199 components: - - pos: 36.5,-53.5 + - type: Transform + pos: 36.5,-53.5 parent: 1 - type: Transform - uid: 40200 components: - - pos: 35.5,-53.5 + - type: Transform + pos: 35.5,-53.5 parent: 1 - type: Transform - uid: 40201 components: - - pos: 34.5,-53.5 + - type: Transform + pos: 34.5,-53.5 parent: 1 - type: Transform - uid: 40202 components: - - pos: 37.5,-53.5 + - type: Transform + pos: 37.5,-53.5 parent: 1 - type: Transform - uid: 40203 components: - - pos: 38.5,-53.5 + - type: Transform + pos: 38.5,-53.5 parent: 1 - type: Transform - uid: 40204 components: - - pos: 39.5,-53.5 + - type: Transform + pos: 39.5,-53.5 parent: 1 - type: Transform - uid: 40205 components: - - pos: 40.5,-53.5 + - type: Transform + pos: 40.5,-53.5 parent: 1 - type: Transform - uid: 40206 components: - - pos: 41.5,-53.5 + - type: Transform + pos: 41.5,-53.5 parent: 1 - type: Transform - uid: 40207 components: - - pos: 37.5,-54.5 + - type: Transform + pos: 37.5,-54.5 parent: 1 - type: Transform - uid: 40208 components: - - pos: 37.5,-55.5 + - type: Transform + pos: 37.5,-55.5 parent: 1 - type: Transform - uid: 40209 components: - - pos: 36.5,-55.5 + - type: Transform + pos: 36.5,-55.5 parent: 1 - type: Transform - uid: 40210 components: - - pos: 35.5,-55.5 + - type: Transform + pos: 35.5,-55.5 parent: 1 - type: Transform - uid: 40211 components: - - pos: 34.5,-55.5 + - type: Transform + pos: 34.5,-55.5 parent: 1 - type: Transform - uid: 40212 components: - - pos: 38.5,-55.5 + - type: Transform + pos: 38.5,-55.5 parent: 1 - type: Transform - uid: 40213 components: - - pos: 39.5,-55.5 + - type: Transform + pos: 39.5,-55.5 parent: 1 - type: Transform - uid: 40214 components: - - pos: 40.5,-55.5 + - type: Transform + pos: 40.5,-55.5 parent: 1 - type: Transform - uid: 40215 components: - - pos: 41.5,-55.5 + - type: Transform + pos: 41.5,-55.5 parent: 1 - type: Transform - uid: 40216 components: - - pos: 37.5,-56.5 + - type: Transform + pos: 37.5,-56.5 parent: 1 - type: Transform - uid: 40217 components: - - pos: 37.5,-57.5 + - type: Transform + pos: 37.5,-57.5 parent: 1 - type: Transform - uid: 40218 components: - - pos: 37.5,-58.5 + - type: Transform + pos: 37.5,-58.5 parent: 1 - type: Transform - uid: 40219 components: - - pos: 37.5,-59.5 + - type: Transform + pos: 37.5,-59.5 parent: 1 - type: Transform - uid: 40220 components: - - pos: 37.5,-60.5 + - type: Transform + pos: 37.5,-60.5 parent: 1 - type: Transform - uid: 40221 components: - - pos: 38.5,-60.5 + - type: Transform + pos: 38.5,-60.5 parent: 1 - type: Transform - uid: 40222 components: - - pos: 39.5,-60.5 + - type: Transform + pos: 39.5,-60.5 parent: 1 - type: Transform - uid: 40223 components: - - pos: 40.5,-60.5 + - type: Transform + pos: 40.5,-60.5 parent: 1 - type: Transform - uid: 40224 components: - - pos: 41.5,-60.5 + - type: Transform + pos: 41.5,-60.5 parent: 1 - type: Transform - uid: 40225 components: - - pos: 40.5,-61.5 + - type: Transform + pos: 40.5,-61.5 parent: 1 - type: Transform - uid: 40226 components: - - pos: 40.5,-62.5 + - type: Transform + pos: 40.5,-62.5 parent: 1 - type: Transform - uid: 40227 components: - - pos: 40.5,-63.5 + - type: Transform + pos: 40.5,-63.5 parent: 1 - type: Transform - uid: 40228 components: - - pos: 38.5,-61.5 + - type: Transform + pos: 38.5,-61.5 parent: 1 - type: Transform - uid: 40229 components: - - pos: 38.5,-62.5 + - type: Transform + pos: 38.5,-62.5 parent: 1 - type: Transform - uid: 40230 components: - - pos: 38.5,-63.5 + - type: Transform + pos: 38.5,-63.5 parent: 1 - type: Transform - uid: 40231 components: - - pos: 36.5,-60.5 + - type: Transform + pos: 36.5,-60.5 parent: 1 - type: Transform - uid: 40232 components: - - pos: 35.5,-60.5 + - type: Transform + pos: 35.5,-60.5 parent: 1 - type: Transform - uid: 40233 components: - - pos: 34.5,-60.5 + - type: Transform + pos: 34.5,-60.5 parent: 1 - type: Transform - uid: 40234 components: - - pos: 33.5,-60.5 + - type: Transform + pos: 33.5,-60.5 parent: 1 - type: Transform - uid: 40235 components: - - pos: 32.5,-60.5 + - type: Transform + pos: 32.5,-60.5 parent: 1 - type: Transform - uid: 40236 components: - - pos: 31.5,-60.5 + - type: Transform + pos: 31.5,-60.5 parent: 1 - type: Transform - uid: 40237 components: - - pos: 30.5,-60.5 + - type: Transform + pos: 30.5,-60.5 parent: 1 - type: Transform - uid: 40238 components: - - pos: 29.5,-60.5 + - type: Transform + pos: 29.5,-60.5 parent: 1 - type: Transform - uid: 40239 components: - - pos: 28.5,-60.5 + - type: Transform + pos: 28.5,-60.5 parent: 1 - type: Transform - uid: 40240 components: - - pos: 27.5,-60.5 + - type: Transform + pos: 27.5,-60.5 parent: 1 - type: Transform - uid: 40241 components: - - pos: 26.5,-60.5 + - type: Transform + pos: 26.5,-60.5 parent: 1 - type: Transform - uid: 40242 components: - - pos: 25.5,-60.5 + - type: Transform + pos: 25.5,-60.5 parent: 1 - type: Transform - uid: 40243 components: - - pos: 24.5,-60.5 + - type: Transform + pos: 24.5,-60.5 parent: 1 - type: Transform - uid: 40244 components: - - pos: 24.5,-61.5 + - type: Transform + pos: 24.5,-61.5 parent: 1 - type: Transform - uid: 40245 components: - - pos: 24.5,-62.5 + - type: Transform + pos: 24.5,-62.5 parent: 1 - type: Transform - uid: 40246 components: - - pos: 24.5,-63.5 + - type: Transform + pos: 24.5,-63.5 parent: 1 - type: Transform - uid: 40247 components: - - pos: 26.5,-61.5 + - type: Transform + pos: 26.5,-61.5 parent: 1 - type: Transform - uid: 40248 components: - - pos: 26.5,-62.5 + - type: Transform + pos: 26.5,-62.5 parent: 1 - type: Transform - uid: 40249 components: - - pos: 26.5,-63.5 + - type: Transform + pos: 26.5,-63.5 parent: 1 - type: Transform - uid: 40250 components: - - pos: 16.5,-45.5 + - type: Transform + pos: 16.5,-45.5 parent: 1 - type: Transform - uid: 40251 components: - - pos: 17.5,-45.5 + - type: Transform + pos: 17.5,-45.5 parent: 1 - type: Transform - uid: 40252 components: - - pos: 18.5,-45.5 + - type: Transform + pos: 18.5,-45.5 parent: 1 - type: Transform - uid: 40253 components: - - pos: 19.5,-45.5 + - type: Transform + pos: 19.5,-45.5 parent: 1 - type: Transform - uid: 40254 components: - - pos: 20.5,-45.5 + - type: Transform + pos: 20.5,-45.5 parent: 1 - type: Transform - uid: 40255 components: - - pos: 21.5,-45.5 + - type: Transform + pos: 21.5,-45.5 parent: 1 - type: Transform - uid: 40256 components: - - pos: 22.5,-45.5 + - type: Transform + pos: 22.5,-45.5 parent: 1 - type: Transform - uid: 40257 components: - - pos: 23.5,-45.5 + - type: Transform + pos: 23.5,-45.5 parent: 1 - type: Transform - uid: 40258 components: - - pos: 24.5,-45.5 + - type: Transform + pos: 24.5,-45.5 parent: 1 - type: Transform - uid: 40259 components: - - pos: 25.5,-45.5 + - type: Transform + pos: 25.5,-45.5 parent: 1 - type: Transform - uid: 40260 components: - - pos: 26.5,-45.5 + - type: Transform + pos: 26.5,-45.5 parent: 1 - type: Transform - uid: 40261 components: - - pos: 26.5,-54.5 + - type: Transform + pos: 26.5,-54.5 parent: 1 - type: Transform - uid: 40262 components: - - pos: 26.5,-55.5 + - type: Transform + pos: 26.5,-55.5 parent: 1 - type: Transform - uid: 40263 components: - - pos: 26.5,-56.5 + - type: Transform + pos: 26.5,-56.5 parent: 1 - type: Transform - uid: 40264 components: - - pos: 26.5,-57.5 + - type: Transform + pos: 26.5,-57.5 parent: 1 - type: Transform - uid: 40265 components: - - pos: 26.5,-58.5 + - type: Transform + pos: 26.5,-58.5 parent: 1 - type: Transform - uid: 40266 components: - - pos: 26.5,-59.5 + - type: Transform + pos: 26.5,-59.5 parent: 1 - type: Transform - uid: 40306 components: - - pos: 0.5,-54.5 + - type: Transform + pos: 0.5,-54.5 parent: 1 - type: Transform - uid: 40307 components: - - pos: 0.5,-53.5 + - type: Transform + pos: 0.5,-53.5 parent: 1 - type: Transform - uid: 40308 components: - - pos: 0.5,-52.5 + - type: Transform + pos: 0.5,-52.5 parent: 1 - type: Transform - uid: 40309 components: - - pos: 0.5,-51.5 + - type: Transform + pos: 0.5,-51.5 parent: 1 - type: Transform - uid: 40310 components: - - pos: 0.5,-50.5 + - type: Transform + pos: 0.5,-50.5 parent: 1 - type: Transform - uid: 40311 components: - - pos: 1.5,-50.5 + - type: Transform + pos: 1.5,-50.5 parent: 1 - type: Transform - uid: 40312 components: - - pos: 1.5,-53.5 + - type: Transform + pos: 1.5,-53.5 parent: 1 - type: Transform - uid: 40313 components: - - pos: 5.5,-59.5 + - type: Transform + pos: 5.5,-59.5 parent: 1 - type: Transform - uid: 40314 components: - - pos: 6.5,-59.5 + - type: Transform + pos: 6.5,-59.5 parent: 1 - type: Transform - uid: 40315 components: - - pos: 7.5,-59.5 + - type: Transform + pos: 7.5,-59.5 parent: 1 - type: Transform - uid: 40316 components: - - pos: 8.5,-59.5 + - type: Transform + pos: 8.5,-59.5 parent: 1 - type: Transform - uid: 40317 components: - - pos: 9.5,-59.5 + - type: Transform + pos: 9.5,-59.5 parent: 1 - type: Transform - uid: 40318 components: - - pos: 10.5,-59.5 + - type: Transform + pos: 10.5,-59.5 parent: 1 - type: Transform - uid: 40319 components: - - pos: 11.5,-59.5 + - type: Transform + pos: 11.5,-59.5 parent: 1 - type: Transform - uid: 40320 components: - - pos: 12.5,-59.5 + - type: Transform + pos: 12.5,-59.5 parent: 1 - type: Transform - uid: 40321 components: - - pos: 13.5,-59.5 + - type: Transform + pos: 13.5,-59.5 parent: 1 - type: Transform - uid: 40322 components: - - pos: 14.5,-59.5 + - type: Transform + pos: 14.5,-59.5 parent: 1 - type: Transform - uid: 40323 components: - - pos: 15.5,-59.5 + - type: Transform + pos: 15.5,-59.5 parent: 1 - type: Transform - uid: 40324 components: - - pos: 16.5,-59.5 + - type: Transform + pos: 16.5,-59.5 parent: 1 - type: Transform - uid: 40325 components: - - pos: 17.5,-59.5 + - type: Transform + pos: 17.5,-59.5 parent: 1 - type: Transform - uid: 40326 components: - - pos: 18.5,-59.5 + - type: Transform + pos: 18.5,-59.5 parent: 1 - type: Transform - uid: 40327 components: - - pos: 19.5,-59.5 + - type: Transform + pos: 19.5,-59.5 parent: 1 - type: Transform - uid: 40328 components: - - pos: 20.5,-59.5 + - type: Transform + pos: 20.5,-59.5 parent: 1 - type: Transform - uid: 40329 components: - - pos: 20.5,-60.5 + - type: Transform + pos: 20.5,-60.5 parent: 1 - type: Transform - uid: 40330 components: - - pos: 18.5,-60.5 + - type: Transform + pos: 18.5,-60.5 parent: 1 - type: Transform - uid: 40331 components: - - pos: 18.5,-61.5 + - type: Transform + pos: 18.5,-61.5 parent: 1 - type: Transform - uid: 40332 components: - - pos: 18.5,-62.5 + - type: Transform + pos: 18.5,-62.5 parent: 1 - type: Transform - uid: 40333 components: - - pos: 18.5,-63.5 + - type: Transform + pos: 18.5,-63.5 parent: 1 - type: Transform - uid: 40334 components: - - pos: 16.5,-60.5 + - type: Transform + pos: 16.5,-60.5 parent: 1 - type: Transform - uid: 40335 components: - - pos: 16.5,-61.5 + - type: Transform + pos: 16.5,-61.5 parent: 1 - type: Transform - uid: 40336 components: - - pos: 16.5,-62.5 + - type: Transform + pos: 16.5,-62.5 parent: 1 - type: Transform - uid: 40337 components: - - pos: 16.5,-63.5 + - type: Transform + pos: 16.5,-63.5 parent: 1 - type: Transform - uid: 40338 components: - - pos: 10.5,-58.5 + - type: Transform + pos: 10.5,-58.5 parent: 1 - type: Transform - uid: 40339 components: - - pos: 10.5,-57.5 + - type: Transform + pos: 10.5,-57.5 parent: 1 - type: Transform - uid: 40340 components: - - pos: 10.5,-56.5 + - type: Transform + pos: 10.5,-56.5 parent: 1 - type: Transform - uid: 40341 components: - - pos: 10.5,-55.5 + - type: Transform + pos: 10.5,-55.5 parent: 1 - type: Transform - uid: 40342 components: - - pos: 10.5,-54.5 + - type: Transform + pos: 10.5,-54.5 parent: 1 - type: Transform - uid: 40343 components: - - pos: 10.5,-53.5 + - type: Transform + pos: 10.5,-53.5 parent: 1 - type: Transform - uid: 40344 components: - - pos: 10.5,-52.5 + - type: Transform + pos: 10.5,-52.5 parent: 1 - type: Transform - uid: 40345 components: - - pos: 10.5,-51.5 + - type: Transform + pos: 10.5,-51.5 parent: 1 - type: Transform - uid: 40346 components: - - pos: 10.5,-50.5 + - type: Transform + pos: 10.5,-50.5 parent: 1 - type: Transform - uid: 40347 components: - - pos: 11.5,-50.5 + - type: Transform + pos: 11.5,-50.5 parent: 1 - type: Transform - uid: 40348 components: - - pos: 12.5,-50.5 + - type: Transform + pos: 12.5,-50.5 parent: 1 - type: Transform - uid: 40349 components: - - pos: 13.5,-50.5 + - type: Transform + pos: 13.5,-50.5 parent: 1 - type: Transform - uid: 40350 components: - - pos: 14.5,-50.5 + - type: Transform + pos: 14.5,-50.5 parent: 1 - type: Transform - uid: 40351 components: - - pos: 14.5,-51.5 + - type: Transform + pos: 14.5,-51.5 parent: 1 - type: Transform - uid: 40352 components: - - pos: 14.5,-52.5 + - type: Transform + pos: 14.5,-52.5 parent: 1 - type: Transform - uid: 40353 components: - - pos: 14.5,-53.5 + - type: Transform + pos: 14.5,-53.5 parent: 1 - type: Transform - uid: 40354 components: - - pos: 14.5,-54.5 + - type: Transform + pos: 14.5,-54.5 parent: 1 - type: Transform - uid: 40355 components: - - pos: 14.5,-55.5 + - type: Transform + pos: 14.5,-55.5 parent: 1 - type: Transform - uid: 40356 components: - - pos: 14.5,-56.5 + - type: Transform + pos: 14.5,-56.5 parent: 1 - type: Transform - uid: 40357 components: - - pos: 13.5,-56.5 + - type: Transform + pos: 13.5,-56.5 parent: 1 - type: Transform - uid: 40358 components: - - pos: 12.5,-56.5 + - type: Transform + pos: 12.5,-56.5 parent: 1 - type: Transform - uid: 40359 components: - - pos: 11.5,-56.5 + - type: Transform + pos: 11.5,-56.5 parent: 1 - type: Transform - uid: 40360 components: - - pos: 15.5,-54.5 + - type: Transform + pos: 15.5,-54.5 parent: 1 - type: Transform - uid: 40361 components: - - pos: 16.5,-54.5 + - type: Transform + pos: 16.5,-54.5 parent: 1 - type: Transform - uid: 40362 components: - - pos: 17.5,-54.5 + - type: Transform + pos: 17.5,-54.5 parent: 1 - type: Transform - uid: 40363 components: - - pos: 18.5,-54.5 + - type: Transform + pos: 18.5,-54.5 parent: 1 - type: Transform - uid: 40364 components: - - pos: 18.5,-55.5 + - type: Transform + pos: 18.5,-55.5 parent: 1 - type: Transform - uid: 40365 components: - - pos: 6.5,28.5 + - type: Transform + pos: 6.5,28.5 parent: 1 - type: Transform - uid: 40366 components: - - pos: 7.5,28.5 + - type: Transform + pos: 7.5,28.5 parent: 1 - type: Transform - uid: 40367 components: - - pos: 8.5,28.5 + - type: Transform + pos: 8.5,28.5 parent: 1 - type: Transform - uid: 40368 components: - - pos: 9.5,28.5 + - type: Transform + pos: 9.5,28.5 parent: 1 - type: Transform - uid: 40369 components: - - pos: 10.5,28.5 + - type: Transform + pos: 10.5,28.5 parent: 1 - type: Transform - uid: 40370 components: - - pos: 11.5,28.5 + - type: Transform + pos: 11.5,28.5 parent: 1 - type: Transform - uid: 40371 components: - - pos: 12.5,28.5 + - type: Transform + pos: 12.5,28.5 parent: 1 - type: Transform - uid: 40372 components: - - pos: 13.5,28.5 + - type: Transform + pos: 13.5,28.5 parent: 1 - type: Transform - uid: 40373 components: - - pos: 14.5,28.5 + - type: Transform + pos: 14.5,28.5 parent: 1 - type: Transform - uid: 40374 components: - - pos: 15.5,28.5 + - type: Transform + pos: 15.5,28.5 parent: 1 - type: Transform - uid: 40375 components: - - pos: 16.5,28.5 + - type: Transform + pos: 16.5,28.5 parent: 1 - type: Transform - uid: 40376 components: - - pos: 17.5,28.5 + - type: Transform + pos: 17.5,28.5 parent: 1 - type: Transform - uid: 40377 components: - - pos: 18.5,28.5 + - type: Transform + pos: 18.5,28.5 parent: 1 - type: Transform - uid: 40378 components: - - pos: 19.5,28.5 + - type: Transform + pos: 19.5,28.5 parent: 1 - type: Transform - uid: 40379 components: - - pos: 20.5,28.5 + - type: Transform + pos: 20.5,28.5 parent: 1 - type: Transform - uid: 40380 components: - - pos: 21.5,28.5 + - type: Transform + pos: 21.5,28.5 parent: 1 - type: Transform - uid: 40381 components: - - pos: 22.5,28.5 + - type: Transform + pos: 22.5,28.5 parent: 1 - type: Transform - uid: 40382 components: - - pos: 23.5,28.5 + - type: Transform + pos: 23.5,28.5 parent: 1 - type: Transform - uid: 40383 components: - - pos: 24.5,28.5 + - type: Transform + pos: 24.5,28.5 parent: 1 - type: Transform - uid: 40384 components: - - pos: 25.5,28.5 + - type: Transform + pos: 25.5,28.5 parent: 1 - type: Transform - uid: 40385 components: - - pos: 26.5,28.5 + - type: Transform + pos: 26.5,28.5 parent: 1 - type: Transform - uid: 40386 components: - - pos: 27.5,28.5 + - type: Transform + pos: 27.5,28.5 parent: 1 - type: Transform - uid: 40387 components: - - pos: 28.5,28.5 + - type: Transform + pos: 28.5,28.5 parent: 1 - type: Transform - uid: 40388 components: - - pos: 29.5,28.5 + - type: Transform + pos: 29.5,28.5 parent: 1 - type: Transform - uid: 40389 components: - - pos: 30.5,28.5 + - type: Transform + pos: 30.5,28.5 parent: 1 - type: Transform - uid: 40390 components: - - pos: 31.5,28.5 + - type: Transform + pos: 31.5,28.5 parent: 1 - type: Transform - uid: 40391 components: - - pos: 32.5,28.5 + - type: Transform + pos: 32.5,28.5 parent: 1 - type: Transform - uid: 40392 components: - - pos: 33.5,28.5 + - type: Transform + pos: 33.5,28.5 parent: 1 - type: Transform - uid: 40393 components: - - pos: 34.5,28.5 + - type: Transform + pos: 34.5,28.5 parent: 1 - type: Transform - uid: 40394 components: - - pos: 34.5,27.5 + - type: Transform + pos: 34.5,27.5 parent: 1 - type: Transform - uid: 40395 components: - - pos: 34.5,26.5 + - type: Transform + pos: 34.5,26.5 parent: 1 - type: Transform - uid: 40396 components: - - pos: 33.5,26.5 + - type: Transform + pos: 33.5,26.5 parent: 1 - type: Transform - uid: 40397 components: - - pos: 32.5,26.5 + - type: Transform + pos: 32.5,26.5 parent: 1 - type: Transform - uid: 40398 components: - - pos: 31.5,26.5 + - type: Transform + pos: 31.5,26.5 parent: 1 - type: Transform - uid: 40399 components: - - pos: 30.5,26.5 + - type: Transform + pos: 30.5,26.5 parent: 1 - type: Transform - uid: 40400 components: - - pos: 29.5,26.5 + - type: Transform + pos: 29.5,26.5 parent: 1 - type: Transform - uid: 40401 components: - - pos: 28.5,26.5 + - type: Transform + pos: 28.5,26.5 parent: 1 - type: Transform - uid: 40402 components: - - pos: 27.5,26.5 + - type: Transform + pos: 27.5,26.5 parent: 1 - type: Transform - uid: 40403 components: - - pos: 26.5,26.5 + - type: Transform + pos: 26.5,26.5 parent: 1 - type: Transform - uid: 40404 components: - - pos: 25.5,26.5 + - type: Transform + pos: 25.5,26.5 parent: 1 - type: Transform - uid: 40405 components: - - pos: 24.5,26.5 + - type: Transform + pos: 24.5,26.5 parent: 1 - type: Transform - uid: 40406 components: - - pos: 23.5,26.5 + - type: Transform + pos: 23.5,26.5 parent: 1 - type: Transform - uid: 40407 components: - - pos: 22.5,26.5 + - type: Transform + pos: 22.5,26.5 parent: 1 - type: Transform - uid: 40408 components: - - pos: 21.5,26.5 + - type: Transform + pos: 21.5,26.5 parent: 1 - type: Transform - uid: 40409 components: - - pos: 20.5,26.5 + - type: Transform + pos: 20.5,26.5 parent: 1 - type: Transform - uid: 40410 components: - - pos: 19.5,26.5 + - type: Transform + pos: 19.5,26.5 parent: 1 - type: Transform - uid: 40411 components: - - pos: 18.5,26.5 + - type: Transform + pos: 18.5,26.5 parent: 1 - type: Transform - uid: 40412 components: - - pos: 17.5,26.5 + - type: Transform + pos: 17.5,26.5 parent: 1 - type: Transform - uid: 40413 components: - - pos: 16.5,26.5 + - type: Transform + pos: 16.5,26.5 parent: 1 - type: Transform - uid: 40414 components: - - pos: 15.5,26.5 + - type: Transform + pos: 15.5,26.5 parent: 1 - type: Transform - uid: 40415 components: - - pos: 14.5,26.5 + - type: Transform + pos: 14.5,26.5 parent: 1 - type: Transform - uid: 40416 components: - - pos: 13.5,26.5 + - type: Transform + pos: 13.5,26.5 parent: 1 - type: Transform - uid: 40417 components: - - pos: 12.5,26.5 + - type: Transform + pos: 12.5,26.5 parent: 1 - type: Transform - uid: 40418 components: - - pos: 11.5,26.5 + - type: Transform + pos: 11.5,26.5 parent: 1 - type: Transform - uid: 40419 components: - - pos: 10.5,26.5 + - type: Transform + pos: 10.5,26.5 parent: 1 - type: Transform - uid: 40420 components: - - pos: 9.5,26.5 + - type: Transform + pos: 9.5,26.5 parent: 1 - type: Transform - uid: 40421 components: - - pos: 8.5,26.5 + - type: Transform + pos: 8.5,26.5 parent: 1 - type: Transform - uid: 40422 components: - - pos: 7.5,26.5 + - type: Transform + pos: 7.5,26.5 parent: 1 - type: Transform - uid: 40423 components: - - pos: 6.5,26.5 + - type: Transform + pos: 6.5,26.5 parent: 1 - type: Transform - uid: 40424 components: - - pos: 5.5,26.5 + - type: Transform + pos: 5.5,26.5 parent: 1 - type: Transform - uid: 40425 components: - - pos: 5.5,27.5 + - type: Transform + pos: 5.5,27.5 parent: 1 - type: Transform - uid: 40426 components: - - pos: 5.5,28.5 + - type: Transform + pos: 5.5,28.5 parent: 1 - type: Transform - uid: 40500 components: - - pos: 35.5,26.5 + - type: Transform + pos: 35.5,26.5 parent: 1 - type: Transform - uid: 40501 components: - - pos: 35.5,25.5 + - type: Transform + pos: 35.5,25.5 parent: 1 - type: Transform - uid: 40502 components: - - pos: 35.5,24.5 + - type: Transform + pos: 35.5,24.5 parent: 1 - type: Transform - uid: 40503 components: - - pos: 35.5,23.5 + - type: Transform + pos: 35.5,23.5 parent: 1 - type: Transform - uid: 40504 components: - - pos: 35.5,22.5 + - type: Transform + pos: 35.5,22.5 parent: 1 - type: Transform - uid: 40505 components: - - pos: 35.5,21.5 + - type: Transform + pos: 35.5,21.5 parent: 1 - type: Transform - uid: 40506 components: - - pos: 35.5,20.5 + - type: Transform + pos: 35.5,20.5 parent: 1 - type: Transform - uid: 40507 components: - - pos: 35.5,19.5 + - type: Transform + pos: 35.5,19.5 parent: 1 - type: Transform - uid: 40508 components: - - pos: 35.5,18.5 + - type: Transform + pos: 35.5,18.5 parent: 1 - type: Transform - uid: 40509 components: - - pos: 35.5,17.5 + - type: Transform + pos: 35.5,17.5 parent: 1 - type: Transform - uid: 40510 components: - - pos: 35.5,16.5 + - type: Transform + pos: 35.5,16.5 parent: 1 - type: Transform - uid: 40511 components: - - pos: 35.5,15.5 + - type: Transform + pos: 35.5,15.5 parent: 1 - type: Transform - uid: 40512 components: - - pos: 35.5,14.5 + - type: Transform + pos: 35.5,14.5 parent: 1 - type: Transform - uid: 40513 components: - - pos: 35.5,13.5 + - type: Transform + pos: 35.5,13.5 parent: 1 - type: Transform - uid: 40514 components: - - pos: 35.5,12.5 + - type: Transform + pos: 35.5,12.5 parent: 1 - type: Transform - uid: 40515 components: - - pos: 35.5,11.5 + - type: Transform + pos: 35.5,11.5 parent: 1 - type: Transform - uid: 40516 components: - - pos: 35.5,10.5 + - type: Transform + pos: 35.5,10.5 parent: 1 - type: Transform - uid: 40517 components: - - pos: 35.5,9.5 + - type: Transform + pos: 35.5,9.5 parent: 1 - type: Transform - uid: 40518 components: - - pos: 35.5,8.5 + - type: Transform + pos: 35.5,8.5 parent: 1 - type: Transform - uid: 40519 components: - - pos: 35.5,7.5 + - type: Transform + pos: 35.5,7.5 parent: 1 - type: Transform - uid: 40520 components: - - pos: 35.5,6.5 + - type: Transform + pos: 35.5,6.5 parent: 1 - type: Transform - uid: 40521 components: - - pos: 35.5,5.5 + - type: Transform + pos: 35.5,5.5 parent: 1 - type: Transform - uid: 40522 components: - - pos: 35.5,4.5 + - type: Transform + pos: 35.5,4.5 parent: 1 - type: Transform - uid: 40523 components: - - pos: 35.5,3.5 + - type: Transform + pos: 35.5,3.5 parent: 1 - type: Transform - uid: 40524 components: - - pos: 36.5,3.5 + - type: Transform + pos: 36.5,3.5 parent: 1 - type: Transform - uid: 40525 components: - - pos: 37.5,3.5 + - type: Transform + pos: 37.5,3.5 parent: 1 - type: Transform - uid: 40526 components: - - pos: 37.5,4.5 + - type: Transform + pos: 37.5,4.5 parent: 1 - type: Transform - uid: 40527 components: - - pos: 37.5,5.5 + - type: Transform + pos: 37.5,5.5 parent: 1 - type: Transform - uid: 40528 components: - - pos: 37.5,6.5 + - type: Transform + pos: 37.5,6.5 parent: 1 - type: Transform - uid: 40529 components: - - pos: 37.5,7.5 + - type: Transform + pos: 37.5,7.5 parent: 1 - type: Transform - uid: 40530 components: - - pos: 37.5,8.5 + - type: Transform + pos: 37.5,8.5 parent: 1 - type: Transform - uid: 40531 components: - - pos: 37.5,9.5 + - type: Transform + pos: 37.5,9.5 parent: 1 - type: Transform - uid: 40532 components: - - pos: 37.5,10.5 + - type: Transform + pos: 37.5,10.5 parent: 1 - type: Transform - uid: 40533 components: - - pos: 37.5,11.5 + - type: Transform + pos: 37.5,11.5 parent: 1 - type: Transform - uid: 40534 components: - - pos: 37.5,12.5 + - type: Transform + pos: 37.5,12.5 parent: 1 - type: Transform - uid: 40535 components: - - pos: 37.5,13.5 + - type: Transform + pos: 37.5,13.5 parent: 1 - type: Transform - uid: 40536 components: - - pos: 37.5,14.5 + - type: Transform + pos: 37.5,14.5 parent: 1 - type: Transform - uid: 40537 components: - - pos: 37.5,15.5 + - type: Transform + pos: 37.5,15.5 parent: 1 - type: Transform - uid: 40538 components: - - pos: 37.5,16.5 + - type: Transform + pos: 37.5,16.5 parent: 1 - type: Transform - uid: 40539 components: - - pos: 37.5,17.5 + - type: Transform + pos: 37.5,17.5 parent: 1 - type: Transform - uid: 40540 components: - - pos: 37.5,18.5 + - type: Transform + pos: 37.5,18.5 parent: 1 - type: Transform - uid: 40541 components: - - pos: 37.5,19.5 + - type: Transform + pos: 37.5,19.5 parent: 1 - type: Transform - uid: 40542 components: - - pos: 37.5,20.5 + - type: Transform + pos: 37.5,20.5 parent: 1 - type: Transform - uid: 40543 components: - - pos: 37.5,21.5 + - type: Transform + pos: 37.5,21.5 parent: 1 - type: Transform - uid: 40544 components: - - pos: 37.5,22.5 + - type: Transform + pos: 37.5,22.5 parent: 1 - type: Transform - uid: 40545 components: - - pos: 37.5,23.5 + - type: Transform + pos: 37.5,23.5 parent: 1 - type: Transform - uid: 40546 components: - - pos: 37.5,24.5 + - type: Transform + pos: 37.5,24.5 parent: 1 - type: Transform - uid: 40547 components: - - pos: 37.5,25.5 + - type: Transform + pos: 37.5,25.5 parent: 1 - type: Transform - uid: 40548 components: - - pos: 36.5,25.5 + - type: Transform + pos: 36.5,25.5 parent: 1 - type: Transform - uid: 40549 components: - - pos: 35.5,2.5 + - type: Transform + pos: 35.5,2.5 parent: 1 - type: Transform - uid: 40550 components: - - pos: 34.5,2.5 + - type: Transform + pos: 34.5,2.5 parent: 1 - type: Transform - uid: 40551 components: - - pos: 33.5,2.5 + - type: Transform + pos: 33.5,2.5 parent: 1 - type: Transform - uid: 40552 components: - - pos: 32.5,2.5 + - type: Transform + pos: 32.5,2.5 parent: 1 - type: Transform - uid: 40553 components: - - pos: 34.5,1.5 + - type: Transform + pos: 34.5,1.5 parent: 1 - type: Transform - uid: 40554 components: - - pos: 34.5,0.5 + - type: Transform + pos: 34.5,0.5 parent: 1 - type: Transform - uid: 40555 components: - - pos: 33.5,0.5 + - type: Transform + pos: 33.5,0.5 parent: 1 - type: Transform - uid: 40557 components: - - pos: 31.5,0.5 + - type: Transform + pos: 31.5,0.5 parent: 1 - type: Transform - uid: 40614 components: - - pos: 43.5,31.5 + - type: Transform + pos: 43.5,31.5 parent: 1 - type: Transform - uid: 40622 components: - - pos: 43.5,32.5 + - type: Transform + pos: 43.5,32.5 parent: 1 - type: Transform - uid: 40623 components: - - pos: 43.5,33.5 + - type: Transform + pos: 43.5,33.5 parent: 1 - type: Transform - uid: 40624 components: - - pos: 43.5,34.5 + - type: Transform + pos: 43.5,34.5 parent: 1 - type: Transform - uid: 40625 components: - - pos: 41.5,33.5 + - type: Transform + pos: 41.5,33.5 parent: 1 - type: Transform - uid: 40626 components: - - pos: 41.5,32.5 + - type: Transform + pos: 41.5,32.5 parent: 1 - type: Transform - uid: 40627 components: - - pos: 41.5,31.5 + - type: Transform + pos: 41.5,31.5 parent: 1 - type: Transform - uid: 40628 components: - - pos: 41.5,30.5 + - type: Transform + pos: 41.5,30.5 parent: 1 - type: Transform - uid: 40629 components: - - pos: 41.5,29.5 + - type: Transform + pos: 41.5,29.5 parent: 1 - type: Transform - uid: 40630 components: - - pos: 41.5,28.5 + - type: Transform + pos: 41.5,28.5 parent: 1 - type: Transform - uid: 40631 components: - - pos: 41.5,27.5 + - type: Transform + pos: 41.5,27.5 parent: 1 - type: Transform - uid: 40632 components: - - pos: 41.5,26.5 + - type: Transform + pos: 41.5,26.5 parent: 1 - type: Transform - uid: 40633 components: - - pos: 41.5,25.5 + - type: Transform + pos: 41.5,25.5 parent: 1 - type: Transform - uid: 40634 components: - - pos: 41.5,24.5 + - type: Transform + pos: 41.5,24.5 parent: 1 - type: Transform - uid: 40635 components: - - pos: 41.5,23.5 + - type: Transform + pos: 41.5,23.5 parent: 1 - type: Transform - uid: 40636 components: - - pos: 41.5,22.5 + - type: Transform + pos: 41.5,22.5 parent: 1 - type: Transform - uid: 40637 components: - - pos: 41.5,21.5 + - type: Transform + pos: 41.5,21.5 parent: 1 - type: Transform - uid: 40638 components: - - pos: 41.5,20.5 + - type: Transform + pos: 41.5,20.5 parent: 1 - type: Transform - uid: 40639 components: - - pos: 41.5,19.5 + - type: Transform + pos: 41.5,19.5 parent: 1 - type: Transform - uid: 40640 components: - - pos: 41.5,18.5 + - type: Transform + pos: 41.5,18.5 parent: 1 - type: Transform - uid: 40641 components: - - pos: 41.5,17.5 + - type: Transform + pos: 41.5,17.5 parent: 1 - type: Transform - uid: 40642 components: - - pos: 41.5,16.5 + - type: Transform + pos: 41.5,16.5 parent: 1 - type: Transform - uid: 40643 components: - - pos: 41.5,15.5 + - type: Transform + pos: 41.5,15.5 parent: 1 - type: Transform - uid: 40644 components: - - pos: 41.5,14.5 + - type: Transform + pos: 41.5,14.5 parent: 1 - type: Transform - uid: 40645 components: - - pos: 41.5,13.5 + - type: Transform + pos: 41.5,13.5 parent: 1 - type: Transform - uid: 40646 components: - - pos: 41.5,12.5 + - type: Transform + pos: 41.5,12.5 parent: 1 - type: Transform - uid: 40647 components: - - pos: 41.5,11.5 + - type: Transform + pos: 41.5,11.5 parent: 1 - type: Transform - uid: 40648 components: - - pos: 41.5,10.5 + - type: Transform + pos: 41.5,10.5 parent: 1 - type: Transform - uid: 40649 components: - - pos: 41.5,9.5 + - type: Transform + pos: 41.5,9.5 parent: 1 - type: Transform - uid: 40650 components: - - pos: 41.5,8.5 + - type: Transform + pos: 41.5,8.5 parent: 1 - type: Transform - uid: 40651 components: - - pos: 41.5,7.5 + - type: Transform + pos: 41.5,7.5 parent: 1 - type: Transform - uid: 40652 components: - - pos: 41.5,6.5 + - type: Transform + pos: 41.5,6.5 parent: 1 - type: Transform - uid: 40653 components: - - pos: 41.5,5.5 + - type: Transform + pos: 41.5,5.5 parent: 1 - type: Transform - uid: 40654 components: - - pos: 41.5,4.5 + - type: Transform + pos: 41.5,4.5 parent: 1 - type: Transform - uid: 40655 components: - - pos: 41.5,3.5 + - type: Transform + pos: 41.5,3.5 parent: 1 - type: Transform - uid: 40656 components: - - pos: 41.5,2.5 + - type: Transform + pos: 41.5,2.5 parent: 1 - type: Transform - uid: 40657 components: - - pos: 41.5,1.5 + - type: Transform + pos: 41.5,1.5 parent: 1 - type: Transform - uid: 40658 components: - - pos: 41.5,0.5 + - type: Transform + pos: 41.5,0.5 parent: 1 - type: Transform - uid: 40659 components: - - pos: 41.5,-0.5 + - type: Transform + pos: 41.5,-0.5 parent: 1 - type: Transform - uid: 40660 components: - - pos: 41.5,-1.5 + - type: Transform + pos: 41.5,-1.5 parent: 1 - type: Transform - uid: 40877 components: - - pos: 42.5,-6.5 + - type: Transform + pos: 42.5,-6.5 parent: 1 - type: Transform - uid: 40878 components: - - pos: 42.5,-5.5 + - type: Transform + pos: 42.5,-5.5 parent: 1 - type: Transform - uid: 41268 components: - - pos: -137.5,-19.5 + - type: Transform + pos: -137.5,-19.5 parent: 1 - type: Transform - uid: 41269 components: - - pos: -138.5,-19.5 + - type: Transform + pos: -138.5,-19.5 parent: 1 - type: Transform - uid: 41270 components: - - pos: -139.5,-19.5 + - type: Transform + pos: -139.5,-19.5 parent: 1 - type: Transform - uid: 41271 components: - - pos: -140.5,-19.5 + - type: Transform + pos: -140.5,-19.5 parent: 1 - type: Transform - uid: 41272 components: - - pos: -141.5,-19.5 + - type: Transform + pos: -141.5,-19.5 parent: 1 - type: Transform - uid: 41273 components: - - pos: -142.5,-19.5 + - type: Transform + pos: -142.5,-19.5 parent: 1 - type: Transform - uid: 41274 components: - - pos: -143.5,-19.5 + - type: Transform + pos: -143.5,-19.5 parent: 1 - type: Transform - uid: 41275 components: - - pos: -144.5,-19.5 + - type: Transform + pos: -144.5,-19.5 parent: 1 - type: Transform - uid: 41276 components: - - pos: -145.5,-19.5 + - type: Transform + pos: -145.5,-19.5 parent: 1 - type: Transform - uid: 41277 components: - - pos: -146.5,-19.5 + - type: Transform + pos: -146.5,-19.5 parent: 1 - type: Transform - uid: 41278 components: - - pos: -147.5,-19.5 + - type: Transform + pos: -147.5,-19.5 parent: 1 - type: Transform - uid: 41279 components: - - pos: -148.5,-19.5 + - type: Transform + pos: -148.5,-19.5 parent: 1 - type: Transform - uid: 41280 components: - - pos: -149.5,-19.5 + - type: Transform + pos: -149.5,-19.5 parent: 1 - type: Transform - uid: 41281 components: - - pos: -150.5,-19.5 + - type: Transform + pos: -150.5,-19.5 parent: 1 - type: Transform - uid: 41282 components: - - pos: -151.5,-19.5 + - type: Transform + pos: -151.5,-19.5 parent: 1 - type: Transform - uid: 41283 components: - - pos: -152.5,-19.5 + - type: Transform + pos: -152.5,-19.5 parent: 1 - type: Transform - uid: 41287 components: - - pos: -151.5,-31.5 + - type: Transform + pos: -151.5,-31.5 parent: 1 - type: Transform - uid: 41288 components: - - pos: -151.5,-30.5 + - type: Transform + pos: -151.5,-30.5 parent: 1 - type: Transform - uid: 41289 components: - - pos: -152.5,-30.5 + - type: Transform + pos: -152.5,-30.5 parent: 1 - type: Transform - uid: 41290 components: - - pos: -152.5,-29.5 + - type: Transform + pos: -152.5,-29.5 parent: 1 - type: Transform - uid: 41381 components: - - pos: -91.5,-87.5 + - type: Transform + pos: -91.5,-87.5 parent: 1 - type: Transform - uid: 41382 components: - - pos: -91.5,-88.5 + - type: Transform + pos: -91.5,-88.5 parent: 1 - type: Transform - uid: 41383 components: - - pos: -92.5,-88.5 + - type: Transform + pos: -92.5,-88.5 parent: 1 - type: Transform - uid: 41886 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 1 - type: Transform - uid: 41887 components: - - pos: 23.5,8.5 + - type: Transform + pos: 23.5,8.5 parent: 1 - type: Transform - uid: 41888 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 1 - type: Transform - uid: 42055 components: - - pos: -123.5,22.5 + - type: Transform + pos: -123.5,22.5 parent: 1 - type: Transform - uid: 42056 components: - - pos: -123.5,23.5 + - type: Transform + pos: -123.5,23.5 parent: 1 - type: Transform - uid: 42057 components: - - pos: -123.5,24.5 + - type: Transform + pos: -123.5,24.5 parent: 1 - type: Transform - uid: 42058 components: - - pos: -123.5,25.5 + - type: Transform + pos: -123.5,25.5 + parent: 1 + - uid: 42155 + components: + - type: Transform + pos: -56.5,37.5 + parent: 1 + - uid: 42156 + components: + - type: Transform + pos: -56.5,38.5 + parent: 1 + - uid: 42157 + components: + - type: Transform + pos: -56.5,39.5 + parent: 1 + - uid: 42158 + components: + - type: Transform + pos: -56.5,40.5 + parent: 1 + - uid: 42159 + components: + - type: Transform + pos: -56.5,41.5 + parent: 1 + - uid: 42160 + components: + - type: Transform + pos: -56.5,42.5 parent: 1 - type: Transform - proto: CableApcStack entities: - uid: 8848 components: - - pos: -99.68037,-1.3461936 + - type: Transform + pos: -99.68037,-1.3461936 parent: 1 - type: Transform - uid: 9784 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.89818,-31.395166 parent: 1 - type: Transform - uid: 12255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.989914,-41.351067 parent: 1 - type: Transform - uid: 19431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.45831,-3.414914 parent: 1 - type: Transform - uid: 34110 components: - - pos: -94.48165,-42.474792 + - type: Transform + pos: -94.48165,-42.474792 parent: 1 - type: Transform - uid: 34290 components: - - pos: -139.6468,-35.37442 + - type: Transform + pos: -139.6468,-35.37442 parent: 1 - type: Transform - proto: CableApcStack1 entities: - uid: 36681 components: - - pos: -90.42774,-78.24702 + - type: Transform + pos: -90.42774,-78.24702 parent: 1 - type: Transform - uid: 36682 components: - - pos: -89.81525,-77.79671 + - type: Transform + pos: -89.81525,-77.79671 parent: 1 - type: Transform - proto: CableApcStack10 entities: - uid: 36402 components: - - pos: -135.48181,-49.51148 + - type: Transform + pos: -135.48181,-49.51148 parent: 1 - type: Transform - proto: CableHV entities: - uid: 1119 components: - - pos: 23.5,8.5 + - type: Transform + pos: 23.5,8.5 parent: 1 - type: Transform - uid: 1120 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 1 - type: Transform - uid: 1121 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 1 - type: Transform - uid: 1122 components: - - pos: 24.5,5.5 + - type: Transform + pos: 24.5,5.5 parent: 1 - type: Transform - uid: 1127 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 1 - type: Transform - uid: 1128 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 1 - type: Transform - uid: 1129 components: - - pos: 16.5,22.5 + - type: Transform + pos: 16.5,22.5 parent: 1 - type: Transform - uid: 1135 components: - - pos: -75.5,-39.5 + - type: Transform + pos: -75.5,-39.5 parent: 1 - type: Transform - uid: 2400 components: - - pos: -105.5,8.5 + - type: Transform + pos: -105.5,8.5 parent: 1 - type: Transform - uid: 4249 components: - - pos: -63.5,-39.5 + - type: Transform + pos: -63.5,-39.5 parent: 1 - type: Transform - uid: 4281 components: - - pos: -63.5,-40.5 + - type: Transform + pos: -63.5,-40.5 parent: 1 - type: Transform - uid: 4657 components: - - pos: -65.5,-37.5 + - type: Transform + pos: -65.5,-37.5 parent: 1 - type: Transform - uid: 4660 components: - - pos: -64.5,-35.5 + - type: Transform + pos: -64.5,-35.5 parent: 1 - type: Transform - uid: 4669 components: - - pos: -65.5,-36.5 + - type: Transform + pos: -65.5,-36.5 parent: 1 - type: Transform - uid: 4670 components: - - pos: -65.5,-35.5 + - type: Transform + pos: -65.5,-35.5 parent: 1 - type: Transform - uid: 4684 components: - - pos: -85.5,-38.5 + - type: Transform + pos: -85.5,-38.5 parent: 1 - type: Transform - uid: 4732 components: - - pos: -85.5,-37.5 + - type: Transform + pos: -85.5,-37.5 parent: 1 - type: Transform - uid: 4733 components: - - pos: -85.5,-39.5 + - type: Transform + pos: -85.5,-39.5 parent: 1 - type: Transform - uid: 4775 components: - - pos: -82.5,-39.5 + - type: Transform + pos: -82.5,-39.5 parent: 1 - type: Transform - uid: 4779 components: - - pos: -84.5,-39.5 + - type: Transform + pos: -84.5,-39.5 parent: 1 - type: Transform - uid: 5121 components: - - pos: -106.5,-20.5 + - type: Transform + pos: -106.5,-20.5 parent: 1 - type: Transform - uid: 5364 components: - - pos: -110.5,-20.5 + - type: Transform + pos: -110.5,-20.5 parent: 1 - type: Transform - uid: 5838 components: - - pos: -115.5,-26.5 + - type: Transform + pos: -115.5,-26.5 parent: 1 - type: Transform - uid: 5840 components: - - pos: -109.5,-20.5 + - type: Transform + pos: -109.5,-20.5 parent: 1 - type: Transform - uid: 5853 components: - - pos: -118.5,-26.5 + - type: Transform + pos: -118.5,-26.5 parent: 1 - type: Transform - uid: 5854 components: - - pos: -116.5,-26.5 + - type: Transform + pos: -116.5,-26.5 parent: 1 - type: Transform - uid: 5856 components: - - pos: -109.5,-26.5 + - type: Transform + pos: -109.5,-26.5 parent: 1 - type: Transform - uid: 5860 components: - - pos: -111.5,-22.5 + - type: Transform + pos: -111.5,-22.5 parent: 1 - type: Transform - uid: 5861 components: - - pos: -109.5,-23.5 + - type: Transform + pos: -109.5,-23.5 parent: 1 - type: Transform - uid: 5862 components: - - pos: -109.5,-24.5 + - type: Transform + pos: -109.5,-24.5 parent: 1 - type: Transform - uid: 5868 components: - - pos: -110.5,-22.5 + - type: Transform + pos: -110.5,-22.5 parent: 1 - type: Transform - uid: 5870 components: - - pos: -109.5,-22.5 + - type: Transform + pos: -109.5,-22.5 parent: 1 - type: Transform - uid: 5942 components: - - pos: -106.5,9.5 + - type: Transform + pos: -106.5,9.5 parent: 1 - type: Transform - uid: 5943 components: - - pos: -106.5,10.5 + - type: Transform + pos: -106.5,10.5 parent: 1 - type: Transform - uid: 5944 components: - - pos: -106.5,11.5 + - type: Transform + pos: -106.5,11.5 parent: 1 - type: Transform - uid: 5945 components: - - pos: -106.5,12.5 + - type: Transform + pos: -106.5,12.5 parent: 1 - type: Transform - uid: 5998 components: - - pos: -111.5,-9.5 + - type: Transform + pos: -111.5,-9.5 parent: 1 - type: Transform - uid: 6000 components: - - pos: -108.5,-11.5 + - type: Transform + pos: -108.5,-11.5 parent: 1 - type: Transform - uid: 6003 components: - - pos: -105.5,-11.5 + - type: Transform + pos: -105.5,-11.5 parent: 1 - type: Transform - uid: 6188 components: - - pos: 16.5,21.5 + - type: Transform + pos: 16.5,21.5 parent: 1 - type: Transform - uid: 8456 components: - - pos: 33.5,-35.5 + - type: Transform + pos: 33.5,-35.5 parent: 1 - type: Transform - uid: 8503 components: - - pos: -15.5,-49.5 + - type: Transform + pos: -15.5,-49.5 parent: 1 - type: Transform - uid: 8504 components: - - pos: -15.5,-48.5 + - type: Transform + pos: -15.5,-48.5 parent: 1 - type: Transform - uid: 8899 components: - - pos: -107.5,-20.5 + - type: Transform + pos: -107.5,-20.5 parent: 1 - type: Transform - uid: 8934 components: - - pos: -110.5,-26.5 + - type: Transform + pos: -110.5,-26.5 parent: 1 - type: Transform - uid: 8948 components: - - pos: -112.5,-26.5 + - type: Transform + pos: -112.5,-26.5 parent: 1 - type: Transform - uid: 8965 components: - - pos: -105.5,-19.5 + - type: Transform + pos: -105.5,-19.5 parent: 1 - type: Transform - uid: 8993 components: - - pos: -105.5,-18.5 + - type: Transform + pos: -105.5,-18.5 parent: 1 - type: Transform - uid: 9003 components: - - pos: -105.5,-17.5 + - type: Transform + pos: -105.5,-17.5 parent: 1 - type: Transform - uid: 9024 components: - - pos: -111.5,-21.5 + - type: Transform + pos: -111.5,-21.5 parent: 1 - type: Transform - uid: 9031 components: - - pos: -111.5,-20.5 + - type: Transform + pos: -111.5,-20.5 parent: 1 - type: Transform - uid: 9032 components: - - pos: -111.5,-26.5 + - type: Transform + pos: -111.5,-26.5 parent: 1 - type: Transform - uid: 9033 components: - - pos: -112.5,-20.5 + - type: Transform + pos: -112.5,-20.5 parent: 1 - type: Transform - uid: 9034 components: - - pos: -120.5,-26.5 + - type: Transform + pos: -120.5,-26.5 parent: 1 - type: Transform - uid: 9159 components: - - pos: -81.5,-39.5 + - type: Transform + pos: -81.5,-39.5 parent: 1 - type: Transform - uid: 9567 components: - - pos: -105.5,-16.5 + - type: Transform + pos: -105.5,-16.5 parent: 1 - type: Transform - uid: 9570 components: - - pos: -105.5,-15.5 + - type: Transform + pos: -105.5,-15.5 parent: 1 - type: Transform - uid: 9671 components: - - pos: -105.5,-14.5 + - type: Transform + pos: -105.5,-14.5 parent: 1 - type: Transform - uid: 9859 components: - - pos: -62.5,-40.5 + - type: Transform + pos: -62.5,-40.5 parent: 1 - type: Transform - uid: 10921 components: - - pos: 33.5,-36.5 + - type: Transform + pos: 33.5,-36.5 parent: 1 - type: Transform - uid: 10922 components: - - pos: 33.5,-37.5 + - type: Transform + pos: 33.5,-37.5 parent: 1 - type: Transform - uid: 10923 components: - - pos: 33.5,-38.5 + - type: Transform + pos: 33.5,-38.5 parent: 1 - type: Transform - uid: 10924 components: - - pos: 33.5,-39.5 + - type: Transform + pos: 33.5,-39.5 parent: 1 - type: Transform - uid: 10925 components: - - pos: 33.5,-41.5 + - type: Transform + pos: 33.5,-41.5 parent: 1 - type: Transform - uid: 10926 components: - - pos: 33.5,-42.5 + - type: Transform + pos: 33.5,-42.5 parent: 1 - type: Transform - uid: 10927 components: - - pos: 33.5,-43.5 + - type: Transform + pos: 33.5,-43.5 parent: 1 - type: Transform - uid: 10930 components: - - pos: 34.5,-39.5 + - type: Transform + pos: 34.5,-39.5 parent: 1 - type: Transform - uid: 10931 components: - - pos: 35.5,-39.5 + - type: Transform + pos: 35.5,-39.5 parent: 1 - type: Transform - uid: 10932 components: - - pos: 34.5,-41.5 + - type: Transform + pos: 34.5,-41.5 parent: 1 - type: Transform - uid: 10933 components: - - pos: 35.5,-41.5 + - type: Transform + pos: 35.5,-41.5 parent: 1 - type: Transform - uid: 11304 components: - - pos: -25.5,19.5 + - type: Transform + pos: -25.5,19.5 parent: 1 - type: Transform - uid: 11305 components: - - pos: -25.5,20.5 + - type: Transform + pos: -25.5,20.5 parent: 1 - type: Transform - uid: 11379 components: - - pos: 16.5,23.5 + - type: Transform + pos: 16.5,23.5 parent: 1 - type: Transform - uid: 11381 components: - - pos: 16.5,20.5 + - type: Transform + pos: 16.5,20.5 parent: 1 - type: Transform - uid: 11382 components: - - pos: 16.5,19.5 + - type: Transform + pos: 16.5,19.5 parent: 1 - type: Transform - uid: 11738 components: - - pos: -105.5,-13.5 + - type: Transform + pos: -105.5,-13.5 parent: 1 - type: Transform - uid: 11758 components: - - pos: -110.5,-0.5 + - type: Transform + pos: -110.5,-0.5 parent: 1 - type: Transform - uid: 11759 components: - - pos: -109.5,-0.5 + - type: Transform + pos: -109.5,-0.5 parent: 1 - type: Transform - uid: 11760 components: - - pos: -110.5,0.5 + - type: Transform + pos: -110.5,0.5 parent: 1 - type: Transform - uid: 11761 components: - - pos: -110.5,1.5 + - type: Transform + pos: -110.5,1.5 parent: 1 - type: Transform - uid: 11762 components: - - pos: -110.5,2.5 + - type: Transform + pos: -110.5,2.5 parent: 1 - type: Transform - uid: 11763 components: - - pos: -108.5,-0.5 + - type: Transform + pos: -108.5,-0.5 parent: 1 - type: Transform - uid: 11764 components: - - pos: -108.5,0.5 + - type: Transform + pos: -108.5,0.5 parent: 1 - type: Transform - uid: 13195 components: - - pos: -105.5,-12.5 + - type: Transform + pos: -105.5,-12.5 parent: 1 - type: Transform - uid: 13216 components: - - pos: -110.5,-21.5 + - type: Transform + pos: -110.5,-21.5 parent: 1 - type: Transform - uid: 13217 components: - - pos: -113.5,-26.5 + - type: Transform + pos: -113.5,-26.5 parent: 1 - type: Transform - uid: 13223 components: - - pos: -119.5,-26.5 + - type: Transform + pos: -119.5,-26.5 parent: 1 - type: Transform - uid: 13293 components: - - pos: -107.5,-11.5 + - type: Transform + pos: -107.5,-11.5 parent: 1 - type: Transform - uid: 13566 components: - - pos: -111.5,-11.5 + - type: Transform + pos: -111.5,-11.5 parent: 1 - type: Transform - uid: 14177 components: - - pos: 73.5,-57.5 + - type: Transform + pos: 73.5,-57.5 parent: 1 - type: Transform - uid: 14178 components: - - pos: 73.5,-39.5 + - type: Transform + pos: 73.5,-39.5 parent: 1 - type: Transform - uid: 14179 components: - - pos: 74.5,-39.5 + - type: Transform + pos: 74.5,-39.5 parent: 1 - type: Transform - uid: 14180 components: - - pos: 75.5,-39.5 + - type: Transform + pos: 75.5,-39.5 parent: 1 - type: Transform - uid: 14181 components: - - pos: 76.5,-39.5 + - type: Transform + pos: 76.5,-39.5 parent: 1 - type: Transform - uid: 14182 components: - - pos: 77.5,-39.5 + - type: Transform + pos: 77.5,-39.5 parent: 1 - type: Transform - uid: 14183 components: - - pos: 78.5,-39.5 + - type: Transform + pos: 78.5,-39.5 parent: 1 - type: Transform - uid: 14184 components: - - pos: 79.5,-39.5 + - type: Transform + pos: 79.5,-39.5 parent: 1 - type: Transform - uid: 14185 components: - - pos: 80.5,-39.5 + - type: Transform + pos: 80.5,-39.5 parent: 1 - type: Transform - uid: 14186 components: - - pos: 81.5,-39.5 + - type: Transform + pos: 81.5,-39.5 parent: 1 - type: Transform - uid: 14187 components: - - pos: 81.5,-38.5 + - type: Transform + pos: 81.5,-38.5 parent: 1 - type: Transform - uid: 14188 components: - - pos: 81.5,-37.5 + - type: Transform + pos: 81.5,-37.5 parent: 1 - type: Transform - uid: 14189 components: - - pos: 82.5,-37.5 + - type: Transform + pos: 82.5,-37.5 parent: 1 - type: Transform - uid: 14190 components: - - pos: 83.5,-37.5 + - type: Transform + pos: 83.5,-37.5 parent: 1 - type: Transform - uid: 14191 components: - - pos: 84.5,-37.5 + - type: Transform + pos: 84.5,-37.5 parent: 1 - type: Transform - uid: 14192 components: - - pos: 85.5,-37.5 + - type: Transform + pos: 85.5,-37.5 parent: 1 - type: Transform - uid: 14193 components: - - pos: 86.5,-37.5 + - type: Transform + pos: 86.5,-37.5 parent: 1 - type: Transform - uid: 14194 components: - - pos: 87.5,-37.5 + - type: Transform + pos: 87.5,-37.5 parent: 1 - type: Transform - uid: 14195 components: - - pos: 87.5,-38.5 + - type: Transform + pos: 87.5,-38.5 parent: 1 - type: Transform - uid: 14196 components: - - pos: 87.5,-39.5 + - type: Transform + pos: 87.5,-39.5 parent: 1 - type: Transform - uid: 14197 components: - - pos: 87.5,-40.5 + - type: Transform + pos: 87.5,-40.5 parent: 1 - type: Transform - uid: 14198 components: - - pos: 87.5,-41.5 + - type: Transform + pos: 87.5,-41.5 parent: 1 - type: Transform - uid: 14199 components: - - pos: 87.5,-42.5 + - type: Transform + pos: 87.5,-42.5 parent: 1 - type: Transform - uid: 14200 components: - - pos: 87.5,-43.5 + - type: Transform + pos: 87.5,-43.5 parent: 1 - type: Transform - uid: 14201 components: - - pos: 87.5,-44.5 + - type: Transform + pos: 87.5,-44.5 parent: 1 - type: Transform - uid: 14202 components: - - pos: 87.5,-45.5 + - type: Transform + pos: 87.5,-45.5 parent: 1 - type: Transform - uid: 14203 components: - - pos: 87.5,-46.5 + - type: Transform + pos: 87.5,-46.5 parent: 1 - type: Transform - uid: 14204 components: - - pos: 87.5,-47.5 + - type: Transform + pos: 87.5,-47.5 parent: 1 - type: Transform - uid: 14205 components: - - pos: 87.5,-48.5 + - type: Transform + pos: 87.5,-48.5 parent: 1 - type: Transform - uid: 14206 components: - - pos: 87.5,-49.5 + - type: Transform + pos: 87.5,-49.5 parent: 1 - type: Transform - uid: 14207 components: - - pos: 87.5,-50.5 + - type: Transform + pos: 87.5,-50.5 parent: 1 - type: Transform - uid: 14208 components: - - pos: 87.5,-51.5 + - type: Transform + pos: 87.5,-51.5 parent: 1 - type: Transform - uid: 14209 components: - - pos: 87.5,-52.5 + - type: Transform + pos: 87.5,-52.5 parent: 1 - type: Transform - uid: 14210 components: - - pos: 87.5,-53.5 + - type: Transform + pos: 87.5,-53.5 parent: 1 - type: Transform - uid: 14211 components: - - pos: 87.5,-54.5 + - type: Transform + pos: 87.5,-54.5 parent: 1 - type: Transform - uid: 14212 components: - - pos: 87.5,-55.5 + - type: Transform + pos: 87.5,-55.5 parent: 1 - type: Transform - uid: 14213 components: - - pos: 87.5,-56.5 + - type: Transform + pos: 87.5,-56.5 parent: 1 - type: Transform - uid: 14214 components: - - pos: 87.5,-57.5 + - type: Transform + pos: 87.5,-57.5 parent: 1 - type: Transform - uid: 14215 components: - - pos: 86.5,-57.5 + - type: Transform + pos: 86.5,-57.5 parent: 1 - type: Transform - uid: 14216 components: - - pos: 85.5,-57.5 + - type: Transform + pos: 85.5,-57.5 parent: 1 - type: Transform - uid: 14217 components: - - pos: 84.5,-57.5 + - type: Transform + pos: 84.5,-57.5 parent: 1 - type: Transform - uid: 14218 components: - - pos: 83.5,-57.5 + - type: Transform + pos: 83.5,-57.5 parent: 1 - type: Transform - uid: 14219 components: - - pos: 82.5,-57.5 + - type: Transform + pos: 82.5,-57.5 parent: 1 - type: Transform - uid: 14220 components: - - pos: 81.5,-57.5 + - type: Transform + pos: 81.5,-57.5 parent: 1 - type: Transform - uid: 14221 components: - - pos: 81.5,-56.5 + - type: Transform + pos: 81.5,-56.5 parent: 1 - type: Transform - uid: 14222 components: - - pos: 81.5,-55.5 + - type: Transform + pos: 81.5,-55.5 parent: 1 - type: Transform - uid: 14223 components: - - pos: 80.5,-55.5 + - type: Transform + pos: 80.5,-55.5 parent: 1 - type: Transform - uid: 14224 components: - - pos: 79.5,-55.5 + - type: Transform + pos: 79.5,-55.5 parent: 1 - type: Transform - uid: 14225 components: - - pos: 78.5,-55.5 + - type: Transform + pos: 78.5,-55.5 parent: 1 - type: Transform - uid: 14226 components: - - pos: 77.5,-55.5 + - type: Transform + pos: 77.5,-55.5 parent: 1 - type: Transform - uid: 14227 components: - - pos: 76.5,-55.5 + - type: Transform + pos: 76.5,-55.5 parent: 1 - type: Transform - uid: 14228 components: - - pos: 75.5,-55.5 + - type: Transform + pos: 75.5,-55.5 parent: 1 - type: Transform - uid: 14229 components: - - pos: 74.5,-55.5 + - type: Transform + pos: 74.5,-55.5 parent: 1 - type: Transform - uid: 14230 components: - - pos: 73.5,-55.5 + - type: Transform + pos: 73.5,-55.5 parent: 1 - type: Transform - uid: 14231 components: - - pos: 73.5,-56.5 + - type: Transform + pos: 73.5,-56.5 parent: 1 - type: Transform - uid: 14232 components: - - pos: 72.5,-57.5 + - type: Transform + pos: 72.5,-57.5 parent: 1 - type: Transform - uid: 14233 components: - - pos: 71.5,-57.5 + - type: Transform + pos: 71.5,-57.5 parent: 1 - type: Transform - uid: 14234 components: - - pos: 70.5,-57.5 + - type: Transform + pos: 70.5,-57.5 parent: 1 - type: Transform - uid: 14235 components: - - pos: 69.5,-57.5 + - type: Transform + pos: 69.5,-57.5 parent: 1 - type: Transform - uid: 14236 components: - - pos: 68.5,-57.5 + - type: Transform + pos: 68.5,-57.5 parent: 1 - type: Transform - uid: 14237 components: - - pos: 67.5,-57.5 + - type: Transform + pos: 67.5,-57.5 parent: 1 - type: Transform - uid: 14238 components: - - pos: 66.5,-57.5 + - type: Transform + pos: 66.5,-57.5 parent: 1 - type: Transform - uid: 14239 components: - - pos: 65.5,-57.5 + - type: Transform + pos: 65.5,-57.5 parent: 1 - type: Transform - uid: 14240 components: - - pos: 64.5,-57.5 + - type: Transform + pos: 64.5,-57.5 parent: 1 - type: Transform - uid: 14242 components: - - pos: 63.5,-57.5 + - type: Transform + pos: 63.5,-57.5 parent: 1 - type: Transform - uid: 14243 components: - - pos: 63.5,-56.5 + - type: Transform + pos: 63.5,-56.5 parent: 1 - type: Transform - uid: 14244 components: - - pos: 63.5,-55.5 + - type: Transform + pos: 63.5,-55.5 parent: 1 - type: Transform - uid: 14245 components: - - pos: 62.5,-55.5 + - type: Transform + pos: 62.5,-55.5 parent: 1 - type: Transform - uid: 14246 components: - - pos: 61.5,-55.5 + - type: Transform + pos: 61.5,-55.5 parent: 1 - type: Transform - uid: 14247 components: - - pos: 61.5,-56.5 + - type: Transform + pos: 61.5,-56.5 parent: 1 - type: Transform - uid: 14248 components: - - pos: 60.5,-56.5 + - type: Transform + pos: 60.5,-56.5 parent: 1 - type: Transform - uid: 14249 components: - - pos: 59.5,-56.5 + - type: Transform + pos: 59.5,-56.5 parent: 1 - type: Transform - uid: 14250 components: - - pos: 59.5,-55.5 + - type: Transform + pos: 59.5,-55.5 parent: 1 - type: Transform - uid: 14251 components: - - pos: 59.5,-54.5 + - type: Transform + pos: 59.5,-54.5 parent: 1 - type: Transform - uid: 14252 components: - - pos: 73.5,-38.5 + - type: Transform + pos: 73.5,-38.5 parent: 1 - type: Transform - uid: 14253 components: - - pos: 58.5,-54.5 + - type: Transform + pos: 58.5,-54.5 parent: 1 - type: Transform - uid: 14254 components: - - pos: 57.5,-54.5 + - type: Transform + pos: 57.5,-54.5 parent: 1 - type: Transform - uid: 14255 components: - - pos: 57.5,-53.5 + - type: Transform + pos: 57.5,-53.5 parent: 1 - type: Transform - uid: 14256 components: - - pos: 57.5,-52.5 + - type: Transform + pos: 57.5,-52.5 parent: 1 - type: Transform - uid: 14257 components: - - pos: 57.5,-51.5 + - type: Transform + pos: 57.5,-51.5 parent: 1 - type: Transform - uid: 14674 components: - - pos: -135.5,-37.5 + - type: Transform + pos: -135.5,-37.5 parent: 1 - type: Transform - uid: 14675 components: - - pos: 57.5,-50.5 + - type: Transform + pos: 57.5,-50.5 parent: 1 - type: Transform - uid: 14677 components: - - pos: -135.5,-34.5 + - type: Transform + pos: -135.5,-34.5 parent: 1 - type: Transform - uid: 14679 components: - - pos: -133.5,-32.5 + - type: Transform + pos: -133.5,-32.5 parent: 1 - type: Transform - uid: 14965 components: - - pos: 57.5,-49.5 + - type: Transform + pos: 57.5,-49.5 parent: 1 - type: Transform - uid: 14966 components: - - pos: 58.5,-49.5 + - type: Transform + pos: 58.5,-49.5 parent: 1 - type: Transform - uid: 14971 components: - - pos: 59.5,-49.5 + - type: Transform + pos: 59.5,-49.5 parent: 1 - type: Transform - uid: 14973 components: - - pos: 18.5,16.5 + - type: Transform + pos: 18.5,16.5 parent: 1 - type: Transform - uid: 14974 components: - - pos: 18.5,17.5 + - type: Transform + pos: 18.5,17.5 parent: 1 - type: Transform - uid: 14975 components: - - pos: 18.5,18.5 + - type: Transform + pos: 18.5,18.5 parent: 1 - type: Transform - uid: 14976 components: - - pos: 17.5,18.5 + - type: Transform + pos: 17.5,18.5 parent: 1 - type: Transform - uid: 14977 components: - - pos: 16.5,18.5 + - type: Transform + pos: 16.5,18.5 parent: 1 - type: Transform - uid: 14978 components: - - pos: 15.5,18.5 + - type: Transform + pos: 15.5,18.5 parent: 1 - type: Transform - uid: 14979 components: - - pos: 15.5,17.5 + - type: Transform + pos: 15.5,17.5 parent: 1 - type: Transform - uid: 14980 components: - - pos: 15.5,16.5 + - type: Transform + pos: 15.5,16.5 parent: 1 - type: Transform - uid: 14984 components: - - pos: 56.5,-49.5 + - type: Transform + pos: 56.5,-49.5 parent: 1 - type: Transform - uid: 14985 components: - - pos: 56.5,-48.5 + - type: Transform + pos: 56.5,-48.5 parent: 1 - type: Transform - uid: 15067 components: - - pos: -107.5,8.5 + - type: Transform + pos: -107.5,8.5 parent: 1 - type: Transform - uid: 15171 components: - - pos: 56.5,-47.5 + - type: Transform + pos: 56.5,-47.5 parent: 1 - type: Transform - uid: 15172 components: - - pos: 56.5,-46.5 + - type: Transform + pos: 56.5,-46.5 parent: 1 - type: Transform - uid: 15173 components: - - pos: 56.5,-45.5 + - type: Transform + pos: 56.5,-45.5 parent: 1 - type: Transform - uid: 15174 components: - - pos: 56.5,-44.5 + - type: Transform + pos: 56.5,-44.5 parent: 1 - type: Transform - uid: 15176 components: - - pos: 56.5,-43.5 + - type: Transform + pos: 56.5,-43.5 parent: 1 - type: Transform - uid: 15177 components: - - pos: 56.5,-42.5 + - type: Transform + pos: 56.5,-42.5 parent: 1 - type: Transform - uid: 15206 components: - - pos: 56.5,-41.5 + - type: Transform + pos: 56.5,-41.5 parent: 1 - type: Transform - uid: 15210 components: - - pos: 56.5,-40.5 + - type: Transform + pos: 56.5,-40.5 parent: 1 - type: Transform - uid: 15225 components: - - pos: 57.5,-46.5 + - type: Transform + pos: 57.5,-46.5 parent: 1 - type: Transform - uid: 15247 components: - - pos: 58.5,-46.5 + - type: Transform + pos: 58.5,-46.5 parent: 1 - type: Transform - uid: 15249 components: - - pos: 59.5,-46.5 + - type: Transform + pos: 59.5,-46.5 parent: 1 - type: Transform - uid: 15256 components: - - pos: 60.5,-46.5 + - type: Transform + pos: 60.5,-46.5 parent: 1 - type: Transform - uid: 15259 components: - - pos: 60.5,-45.5 + - type: Transform + pos: 60.5,-45.5 parent: 1 - type: Transform - uid: 15265 components: - - pos: 60.5,-47.5 + - type: Transform + pos: 60.5,-47.5 parent: 1 - type: Transform - uid: 15270 components: - - pos: 73.5,-37.5 + - type: Transform + pos: 73.5,-37.5 parent: 1 - type: Transform - uid: 15273 components: - - pos: 72.5,-37.5 + - type: Transform + pos: 72.5,-37.5 parent: 1 - type: Transform - uid: 15274 components: - - pos: 71.5,-37.5 + - type: Transform + pos: 71.5,-37.5 parent: 1 - type: Transform - uid: 15275 components: - - pos: 70.5,-37.5 + - type: Transform + pos: 70.5,-37.5 parent: 1 - type: Transform - uid: 15276 components: - - pos: 69.5,-37.5 + - type: Transform + pos: 69.5,-37.5 parent: 1 - type: Transform - uid: 15278 components: - - pos: 68.5,-37.5 + - type: Transform + pos: 68.5,-37.5 parent: 1 - type: Transform - uid: 15287 components: - - pos: 67.5,-37.5 + - type: Transform + pos: 67.5,-37.5 parent: 1 - type: Transform - uid: 15291 components: - - pos: 66.5,-37.5 + - type: Transform + pos: 66.5,-37.5 parent: 1 - type: Transform - uid: 15297 components: - - pos: 65.5,-37.5 + - type: Transform + pos: 65.5,-37.5 parent: 1 - type: Transform - uid: 15299 components: - - pos: 64.5,-37.5 + - type: Transform + pos: 64.5,-37.5 parent: 1 - type: Transform - uid: 15300 components: - - pos: 63.5,-37.5 + - type: Transform + pos: 63.5,-37.5 parent: 1 - type: Transform - uid: 15307 components: - - pos: 63.5,-38.5 + - type: Transform + pos: 63.5,-38.5 parent: 1 - type: Transform - uid: 15311 components: - - pos: 63.5,-39.5 + - type: Transform + pos: 63.5,-39.5 parent: 1 - type: Transform - uid: 15314 components: - - pos: 63.5,-40.5 + - type: Transform + pos: 63.5,-40.5 parent: 1 - type: Transform - uid: 15322 components: - - pos: 63.5,-41.5 + - type: Transform + pos: 63.5,-41.5 parent: 1 - type: Transform - uid: 15324 components: - - pos: 63.5,-42.5 + - type: Transform + pos: 63.5,-42.5 parent: 1 - type: Transform - uid: 15325 components: - - pos: 63.5,-43.5 + - type: Transform + pos: 63.5,-43.5 parent: 1 - type: Transform - uid: 15328 components: - - pos: 63.5,-44.5 + - type: Transform + pos: 63.5,-44.5 parent: 1 - type: Transform - uid: 15336 components: - - pos: 63.5,-45.5 + - type: Transform + pos: 63.5,-45.5 parent: 1 - type: Transform - uid: 15340 components: - - pos: 63.5,-46.5 + - type: Transform + pos: 63.5,-46.5 parent: 1 - type: Transform - uid: 15342 components: - - pos: 63.5,-47.5 + - type: Transform + pos: 63.5,-47.5 parent: 1 - type: Transform - uid: 15345 components: - - pos: 63.5,-48.5 + - type: Transform + pos: 63.5,-48.5 parent: 1 - type: Transform - uid: 15367 components: - - pos: 63.5,-49.5 + - type: Transform + pos: 63.5,-49.5 parent: 1 - type: Transform - uid: 15374 components: - - pos: 63.5,-50.5 + - type: Transform + pos: 63.5,-50.5 parent: 1 - type: Transform - uid: 15391 components: - - pos: 63.5,-51.5 + - type: Transform + pos: 63.5,-51.5 parent: 1 - type: Transform - uid: 15393 components: - - pos: 63.5,-52.5 + - type: Transform + pos: 63.5,-52.5 parent: 1 - type: Transform - uid: 15394 components: - - pos: 63.5,-53.5 + - type: Transform + pos: 63.5,-53.5 parent: 1 - type: Transform - uid: 15395 components: - - pos: 63.5,-54.5 + - type: Transform + pos: 63.5,-54.5 parent: 1 - type: Transform - uid: 15472 components: - - pos: -133.5,-34.5 + - type: Transform + pos: -133.5,-34.5 parent: 1 - type: Transform - uid: 15586 components: - - pos: -112.5,-21.5 + - type: Transform + pos: -112.5,-21.5 parent: 1 - type: Transform - uid: 15593 components: - - pos: 8.5,-37.5 + - type: Transform + pos: 8.5,-37.5 parent: 1 - type: Transform - uid: 15594 components: - - pos: 8.5,-38.5 + - type: Transform + pos: 8.5,-38.5 parent: 1 - type: Transform - uid: 15600 components: - - pos: -117.5,-26.5 + - type: Transform + pos: -117.5,-26.5 parent: 1 - type: Transform - uid: 15646 components: - - pos: -114.5,-26.5 + - type: Transform + pos: -114.5,-26.5 parent: 1 - type: Transform - uid: 15808 components: - - pos: 55.5,-40.5 + - type: Transform + pos: 55.5,-40.5 parent: 1 - type: Transform - uid: 15809 components: - - pos: 54.5,-40.5 + - type: Transform + pos: 54.5,-40.5 parent: 1 - type: Transform - uid: 15810 components: - - pos: 53.5,-40.5 + - type: Transform + pos: 53.5,-40.5 parent: 1 - type: Transform - uid: 15811 components: - - pos: 52.5,-40.5 + - type: Transform + pos: 52.5,-40.5 parent: 1 - type: Transform - uid: 15812 components: - - pos: 51.5,-40.5 + - type: Transform + pos: 51.5,-40.5 parent: 1 - type: Transform - uid: 15813 components: - - pos: 50.5,-40.5 + - type: Transform + pos: 50.5,-40.5 parent: 1 - type: Transform - uid: 15814 components: - - pos: 49.5,-40.5 + - type: Transform + pos: 49.5,-40.5 parent: 1 - type: Transform - uid: 15815 components: - - pos: 48.5,-40.5 + - type: Transform + pos: 48.5,-40.5 parent: 1 - type: Transform - uid: 15816 components: - - pos: 47.5,-40.5 + - type: Transform + pos: 47.5,-40.5 parent: 1 - type: Transform - uid: 15817 components: - - pos: 46.5,-40.5 + - type: Transform + pos: 46.5,-40.5 parent: 1 - type: Transform - uid: 15818 components: - - pos: 45.5,-40.5 + - type: Transform + pos: 45.5,-40.5 parent: 1 - type: Transform - uid: 15819 components: - - pos: 44.5,-40.5 + - type: Transform + pos: 44.5,-40.5 parent: 1 - type: Transform - uid: 15820 components: - - pos: 43.5,-40.5 + - type: Transform + pos: 43.5,-40.5 parent: 1 - type: Transform - uid: 15821 components: - - pos: 42.5,-40.5 + - type: Transform + pos: 42.5,-40.5 parent: 1 - type: Transform - uid: 15822 components: - - pos: 41.5,-40.5 + - type: Transform + pos: 41.5,-40.5 parent: 1 - type: Transform - uid: 15823 components: - - pos: 40.5,-40.5 + - type: Transform + pos: 40.5,-40.5 parent: 1 - type: Transform - uid: 15824 components: - - pos: 39.5,-40.5 + - type: Transform + pos: 39.5,-40.5 parent: 1 - type: Transform - uid: 15825 components: - - pos: 37.5,-39.5 + - type: Transform + pos: 37.5,-39.5 parent: 1 - type: Transform - uid: 15826 components: - - pos: 36.5,-39.5 + - type: Transform + pos: 36.5,-39.5 parent: 1 - type: Transform - uid: 15827 components: - - name: Prison HV power cable - type: MetaData - - pos: 38.5,-39.5 + - type: MetaData + name: Prison HV power cable + - type: Transform + pos: 38.5,-39.5 parent: 1 - type: Transform - uid: 15828 components: - - pos: 36.5,-41.5 + - type: Transform + pos: 36.5,-41.5 parent: 1 - type: Transform - uid: 15829 components: - - pos: 37.5,-41.5 + - type: Transform + pos: 37.5,-41.5 parent: 1 - type: Transform - uid: 15830 components: - - name: Station HV power cable - type: MetaData - - pos: 38.5,-41.5 + - type: MetaData + name: Station HV power cable + - type: Transform + pos: 38.5,-41.5 parent: 1 - type: Transform - uid: 16240 components: - - pos: -112.5,-22.5 + - type: Transform + pos: -112.5,-22.5 parent: 1 - type: Transform - uid: 16242 components: - - pos: -109.5,-25.5 + - type: Transform + pos: -109.5,-25.5 parent: 1 - type: Transform - uid: 16252 components: - - pos: -110.5,7.5 + - type: Transform + pos: -110.5,7.5 parent: 1 - type: Transform - uid: 16253 components: - - pos: -111.5,8.5 + - type: Transform + pos: -111.5,8.5 parent: 1 - type: Transform - uid: 16258 components: - - pos: -109.5,7.5 + - type: Transform + pos: -109.5,7.5 parent: 1 - type: Transform - uid: 16260 components: - - pos: -108.5,7.5 + - type: Transform + pos: -108.5,7.5 parent: 1 - type: Transform - uid: 16269 components: - - pos: -107.5,7.5 + - type: Transform + pos: -107.5,7.5 parent: 1 - type: Transform - uid: 16507 components: - - pos: -122.5,-20.5 + - type: Transform + pos: -122.5,-20.5 parent: 1 - type: Transform - uid: 16508 components: - - pos: -12.5,-47.5 + - type: Transform + pos: -12.5,-47.5 parent: 1 - type: Transform - uid: 16509 components: - - pos: -13.5,-47.5 + - type: Transform + pos: -13.5,-47.5 parent: 1 - type: Transform - uid: 16510 components: - - pos: -14.5,-47.5 + - type: Transform + pos: -14.5,-47.5 parent: 1 - type: Transform - uid: 16511 components: - - pos: -15.5,-47.5 + - type: Transform + pos: -15.5,-47.5 parent: 1 - type: Transform - uid: 16512 components: - - pos: -120.5,-20.5 + - type: Transform + pos: -120.5,-20.5 parent: 1 - type: Transform - uid: 16537 components: - - pos: -118.5,-20.5 + - type: Transform + pos: -118.5,-20.5 parent: 1 - type: Transform - uid: 16538 components: - - pos: -26.5,-56.5 + - type: Transform + pos: -26.5,-56.5 parent: 1 - type: Transform - uid: 16539 components: - - pos: -27.5,-56.5 + - type: Transform + pos: -27.5,-56.5 parent: 1 - type: Transform - uid: 16540 components: - - pos: -28.5,-56.5 + - type: Transform + pos: -28.5,-56.5 parent: 1 - type: Transform - uid: 16541 components: - - pos: -29.5,-56.5 + - type: Transform + pos: -29.5,-56.5 parent: 1 - type: Transform - uid: 16542 components: - - pos: -30.5,-56.5 + - type: Transform + pos: -30.5,-56.5 parent: 1 - type: Transform - uid: 16543 components: - - pos: -30.5,-57.5 + - type: Transform + pos: -30.5,-57.5 parent: 1 - type: Transform - uid: 16544 components: - - pos: -31.5,-57.5 + - type: Transform + pos: -31.5,-57.5 parent: 1 - type: Transform - uid: 16545 components: - - pos: -31.5,-58.5 + - type: Transform + pos: -31.5,-58.5 parent: 1 - type: Transform - uid: 16546 components: - - pos: -31.5,-59.5 + - type: Transform + pos: -31.5,-59.5 parent: 1 - type: Transform - uid: 16547 components: - - pos: -31.5,-60.5 + - type: Transform + pos: -31.5,-60.5 parent: 1 - type: Transform - uid: 16548 components: - - pos: -31.5,-61.5 + - type: Transform + pos: -31.5,-61.5 parent: 1 - type: Transform - uid: 16549 components: - - pos: -31.5,-62.5 + - type: Transform + pos: -31.5,-62.5 parent: 1 - type: Transform - uid: 16550 components: - - pos: -31.5,-63.5 + - type: Transform + pos: -31.5,-63.5 parent: 1 - type: Transform - uid: 16551 components: - - pos: -31.5,-64.5 + - type: Transform + pos: -31.5,-64.5 parent: 1 - type: Transform - uid: 16552 components: - - pos: -31.5,-65.5 + - type: Transform + pos: -31.5,-65.5 parent: 1 - type: Transform - uid: 16553 components: - - pos: -31.5,-66.5 + - type: Transform + pos: -31.5,-66.5 parent: 1 - type: Transform - uid: 16554 components: - - pos: -31.5,-67.5 + - type: Transform + pos: -31.5,-67.5 parent: 1 - type: Transform - uid: 16555 components: - - pos: -31.5,-68.5 + - type: Transform + pos: -31.5,-68.5 parent: 1 - type: Transform - uid: 16556 components: - - pos: -31.5,-69.5 + - type: Transform + pos: -31.5,-69.5 parent: 1 - type: Transform - uid: 16557 components: - - pos: -31.5,-70.5 + - type: Transform + pos: -31.5,-70.5 parent: 1 - type: Transform - uid: 16558 components: - - pos: -30.5,-70.5 + - type: Transform + pos: -30.5,-70.5 parent: 1 - type: Transform - uid: 16559 components: - - pos: -29.5,-70.5 + - type: Transform + pos: -29.5,-70.5 parent: 1 - type: Transform - uid: 16560 components: - - pos: -28.5,-70.5 + - type: Transform + pos: -28.5,-70.5 parent: 1 - type: Transform - uid: 16561 components: - - pos: -28.5,-71.5 + - type: Transform + pos: -28.5,-71.5 parent: 1 - type: Transform - uid: 16562 components: - - pos: -28.5,-72.5 + - type: Transform + pos: -28.5,-72.5 parent: 1 - type: Transform - uid: 16563 components: - - pos: -28.5,-73.5 + - type: Transform + pos: -28.5,-73.5 parent: 1 - type: Transform - uid: 16564 components: - - pos: -28.5,-74.5 + - type: Transform + pos: -28.5,-74.5 parent: 1 - type: Transform - uid: 16597 components: - - pos: -74.5,-53.5 + - type: Transform + pos: -74.5,-53.5 parent: 1 - type: Transform - uid: 16636 components: - - pos: -2.5,-47.5 + - type: Transform + pos: -2.5,-47.5 parent: 1 - type: Transform - uid: 16637 components: - - pos: -3.5,-47.5 + - type: Transform + pos: -3.5,-47.5 parent: 1 - type: Transform - uid: 16638 components: - - pos: -4.5,-47.5 + - type: Transform + pos: -4.5,-47.5 parent: 1 - type: Transform - uid: 16639 components: - - pos: -5.5,-47.5 + - type: Transform + pos: -5.5,-47.5 parent: 1 - type: Transform - uid: 16640 components: - - pos: -6.5,-47.5 + - type: Transform + pos: -6.5,-47.5 parent: 1 - type: Transform - uid: 16641 components: - - pos: -7.5,-47.5 + - type: Transform + pos: -7.5,-47.5 parent: 1 - type: Transform - uid: 16642 components: - - pos: -8.5,-47.5 + - type: Transform + pos: -8.5,-47.5 parent: 1 - type: Transform - uid: 16643 components: - - pos: -9.5,-47.5 + - type: Transform + pos: -9.5,-47.5 parent: 1 - type: Transform - uid: 16644 components: - - pos: -10.5,-47.5 + - type: Transform + pos: -10.5,-47.5 parent: 1 - type: Transform - uid: 16645 components: - - pos: -11.5,-47.5 + - type: Transform + pos: -11.5,-47.5 parent: 1 - type: Transform - uid: 16655 components: - - pos: -2.5,-46.5 + - type: Transform + pos: -2.5,-46.5 parent: 1 - type: Transform - uid: 16656 components: - - pos: -2.5,-45.5 + - type: Transform + pos: -2.5,-45.5 parent: 1 - type: Transform - uid: 16657 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 1 - type: Transform - uid: 16658 components: - - pos: -2.5,-43.5 + - type: Transform + pos: -2.5,-43.5 parent: 1 - type: Transform - uid: 16659 components: - - pos: -1.5,-43.5 + - type: Transform + pos: -1.5,-43.5 parent: 1 - type: Transform - uid: 16660 components: - - pos: -0.5,-43.5 + - type: Transform + pos: -0.5,-43.5 parent: 1 - type: Transform - uid: 16661 components: - - pos: 0.5,-43.5 + - type: Transform + pos: 0.5,-43.5 parent: 1 - type: Transform - uid: 16662 components: - - pos: 1.5,-43.5 + - type: Transform + pos: 1.5,-43.5 parent: 1 - type: Transform - uid: 16663 components: - - pos: 2.5,-43.5 + - type: Transform + pos: 2.5,-43.5 parent: 1 - type: Transform - uid: 16664 components: - - pos: 3.5,-43.5 + - type: Transform + pos: 3.5,-43.5 parent: 1 - type: Transform - uid: 16665 components: - - pos: 4.5,-43.5 + - type: Transform + pos: 4.5,-43.5 parent: 1 - type: Transform - uid: 16666 components: - - pos: 5.5,-43.5 + - type: Transform + pos: 5.5,-43.5 parent: 1 - type: Transform - uid: 16667 components: - - pos: 6.5,-43.5 + - type: Transform + pos: 6.5,-43.5 parent: 1 - type: Transform - uid: 16668 components: - - pos: 7.5,-43.5 + - type: Transform + pos: 7.5,-43.5 parent: 1 - type: Transform - uid: 16669 components: - - pos: 8.5,-43.5 + - type: Transform + pos: 8.5,-43.5 parent: 1 - type: Transform - uid: 16670 components: - - pos: 9.5,-43.5 + - type: Transform + pos: 9.5,-43.5 parent: 1 - type: Transform - uid: 16671 components: - - pos: 10.5,-43.5 + - type: Transform + pos: 10.5,-43.5 parent: 1 - type: Transform - uid: 16672 components: - - pos: 10.5,-42.5 + - type: Transform + pos: 10.5,-42.5 parent: 1 - type: Transform - uid: 16673 components: - - pos: 10.5,-41.5 + - type: Transform + pos: 10.5,-41.5 parent: 1 - type: Transform - uid: 16674 components: - - pos: 10.5,-40.5 + - type: Transform + pos: 10.5,-40.5 parent: 1 - type: Transform - uid: 16675 components: - - pos: 10.5,-39.5 + - type: Transform + pos: 10.5,-39.5 parent: 1 - type: Transform - uid: 16676 components: - - pos: 10.5,-38.5 + - type: Transform + pos: 10.5,-38.5 parent: 1 - type: Transform - uid: 16677 components: - - pos: 10.5,-37.5 + - type: Transform + pos: 10.5,-37.5 parent: 1 - type: Transform - uid: 16678 components: - - pos: 10.5,-36.5 + - type: Transform + pos: 10.5,-36.5 parent: 1 - type: Transform - uid: 16679 components: - - pos: 10.5,-35.5 + - type: Transform + pos: 10.5,-35.5 parent: 1 - type: Transform - uid: 16680 components: - - pos: 10.5,-34.5 + - type: Transform + pos: 10.5,-34.5 parent: 1 - type: Transform - uid: 16681 components: - - pos: 10.5,-33.5 + - type: Transform + pos: 10.5,-33.5 parent: 1 - type: Transform - uid: 16682 components: - - pos: 10.5,-32.5 + - type: Transform + pos: 10.5,-32.5 parent: 1 - type: Transform - uid: 16683 components: - - pos: 10.5,-31.5 + - type: Transform + pos: 10.5,-31.5 parent: 1 - type: Transform - uid: 16684 components: - - pos: 10.5,-30.5 + - type: Transform + pos: 10.5,-30.5 parent: 1 - type: Transform - uid: 16685 components: - - pos: 10.5,-29.5 + - type: Transform + pos: 10.5,-29.5 parent: 1 - type: Transform - uid: 16686 components: - - pos: 11.5,-29.5 + - type: Transform + pos: 11.5,-29.5 parent: 1 - type: Transform - uid: 16688 components: - - pos: 12.5,-29.5 + - type: Transform + pos: 12.5,-29.5 parent: 1 - type: Transform - uid: 16689 components: - - pos: 13.5,-29.5 + - type: Transform + pos: 13.5,-29.5 parent: 1 - type: Transform - uid: 16690 components: - - pos: 13.5,-28.5 + - type: Transform + pos: 13.5,-28.5 parent: 1 - type: Transform - uid: 16691 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 1 - type: Transform - uid: 16692 components: - - pos: 13.5,-26.5 + - type: Transform + pos: 13.5,-26.5 parent: 1 - type: Transform - uid: 16693 components: - - pos: 14.5,-26.5 + - type: Transform + pos: 14.5,-26.5 parent: 1 - type: Transform - uid: 16694 components: - - pos: 14.5,-25.5 + - type: Transform + pos: 14.5,-25.5 parent: 1 - type: Transform - uid: 16696 components: - - pos: -31.5,-71.5 + - type: Transform + pos: -31.5,-71.5 parent: 1 - type: Transform - uid: 16697 components: - - pos: -32.5,-71.5 + - type: Transform + pos: -32.5,-71.5 parent: 1 - type: Transform - uid: 16698 components: - - pos: -33.5,-71.5 + - type: Transform + pos: -33.5,-71.5 parent: 1 - type: Transform - uid: 16699 components: - - pos: -34.5,-71.5 + - type: Transform + pos: -34.5,-71.5 parent: 1 - type: Transform - uid: 16700 components: - - pos: -34.5,-72.5 + - type: Transform + pos: -34.5,-72.5 parent: 1 - type: Transform - uid: 16701 components: - - pos: -34.5,-73.5 + - type: Transform + pos: -34.5,-73.5 parent: 1 - type: Transform - uid: 16702 components: - - pos: -34.5,-74.5 + - type: Transform + pos: -34.5,-74.5 parent: 1 - type: Transform - uid: 16703 components: - - pos: -35.5,-74.5 + - type: Transform + pos: -35.5,-74.5 parent: 1 - type: Transform - uid: 16704 components: - - pos: -36.5,-74.5 + - type: Transform + pos: -36.5,-74.5 parent: 1 - type: Transform - uid: 16705 components: - - pos: -37.5,-74.5 + - type: Transform + pos: -37.5,-74.5 parent: 1 - type: Transform - uid: 16706 components: - - pos: -38.5,-74.5 + - type: Transform + pos: -38.5,-74.5 parent: 1 - type: Transform - uid: 16707 components: - - pos: -39.5,-74.5 + - type: Transform + pos: -39.5,-74.5 parent: 1 - type: Transform - uid: 16708 components: - - pos: -40.5,-74.5 + - type: Transform + pos: -40.5,-74.5 parent: 1 - type: Transform - uid: 16709 components: - - pos: -41.5,-74.5 + - type: Transform + pos: -41.5,-74.5 parent: 1 - type: Transform - uid: 16710 components: - - pos: -42.5,-74.5 + - type: Transform + pos: -42.5,-74.5 parent: 1 - type: Transform - uid: 16711 components: - - pos: -43.5,-74.5 + - type: Transform + pos: -43.5,-74.5 parent: 1 - type: Transform - uid: 16712 components: - - pos: -44.5,-74.5 + - type: Transform + pos: -44.5,-74.5 parent: 1 - type: Transform - uid: 16713 components: - - pos: -45.5,-74.5 + - type: Transform + pos: -45.5,-74.5 parent: 1 - type: Transform - uid: 16714 components: - - pos: -46.5,-74.5 + - type: Transform + pos: -46.5,-74.5 parent: 1 - type: Transform - uid: 16715 components: - - pos: -47.5,-74.5 + - type: Transform + pos: -47.5,-74.5 parent: 1 - type: Transform - uid: 16716 components: - - pos: -48.5,-74.5 + - type: Transform + pos: -48.5,-74.5 parent: 1 - type: Transform - uid: 16717 components: - - pos: -49.5,-74.5 + - type: Transform + pos: -49.5,-74.5 parent: 1 - type: Transform - uid: 16718 components: - - pos: -50.5,-74.5 + - type: Transform + pos: -50.5,-74.5 parent: 1 - type: Transform - uid: 16719 components: - - pos: -51.5,-74.5 + - type: Transform + pos: -51.5,-74.5 parent: 1 - type: Transform - uid: 16720 components: - - pos: -52.5,-74.5 + - type: Transform + pos: -52.5,-74.5 parent: 1 - type: Transform - uid: 16721 components: - - pos: -53.5,-74.5 + - type: Transform + pos: -53.5,-74.5 parent: 1 - type: Transform - uid: 16722 components: - - pos: -53.5,-73.5 + - type: Transform + pos: -53.5,-73.5 parent: 1 - type: Transform - uid: 16723 components: - - pos: -53.5,-72.5 + - type: Transform + pos: -53.5,-72.5 parent: 1 - type: Transform - uid: 16724 components: - - pos: -53.5,-71.5 + - type: Transform + pos: -53.5,-71.5 parent: 1 - type: Transform - uid: 16725 components: - - pos: -53.5,-70.5 + - type: Transform + pos: -53.5,-70.5 parent: 1 - type: Transform - uid: 16726 components: - - pos: -53.5,-69.5 + - type: Transform + pos: -53.5,-69.5 parent: 1 - type: Transform - uid: 16727 components: - - pos: -53.5,-68.5 + - type: Transform + pos: -53.5,-68.5 parent: 1 - type: Transform - uid: 16728 components: - - pos: -53.5,-67.5 + - type: Transform + pos: -53.5,-67.5 parent: 1 - type: Transform - uid: 16729 components: - - pos: -53.5,-66.5 + - type: Transform + pos: -53.5,-66.5 parent: 1 - type: Transform - uid: 16730 components: - - pos: -53.5,-65.5 + - type: Transform + pos: -53.5,-65.5 parent: 1 - type: Transform - uid: 16731 components: - - pos: -54.5,-65.5 + - type: Transform + pos: -54.5,-65.5 parent: 1 - type: Transform - uid: 16732 components: - - pos: -55.5,-65.5 + - type: Transform + pos: -55.5,-65.5 parent: 1 - type: Transform - uid: 16733 components: - - pos: -56.5,-65.5 + - type: Transform + pos: -56.5,-65.5 parent: 1 - type: Transform - uid: 16734 components: - - pos: -57.5,-65.5 + - type: Transform + pos: -57.5,-65.5 parent: 1 - type: Transform - uid: 16735 components: - - pos: -58.5,-65.5 + - type: Transform + pos: -58.5,-65.5 parent: 1 - type: Transform - uid: 16736 components: - - pos: -59.5,-65.5 + - type: Transform + pos: -59.5,-65.5 parent: 1 - type: Transform - uid: 16737 components: - - pos: -60.5,-65.5 + - type: Transform + pos: -60.5,-65.5 parent: 1 - type: Transform - uid: 16738 components: - - pos: -61.5,-65.5 + - type: Transform + pos: -61.5,-65.5 parent: 1 - type: Transform - uid: 16739 components: - - pos: -62.5,-65.5 + - type: Transform + pos: -62.5,-65.5 parent: 1 - type: Transform - uid: 16740 components: - - pos: -63.5,-65.5 + - type: Transform + pos: -63.5,-65.5 parent: 1 - type: Transform - uid: 16741 components: - - pos: -63.5,-64.5 + - type: Transform + pos: -63.5,-64.5 parent: 1 - type: Transform - uid: 16742 components: - - pos: -63.5,-63.5 + - type: Transform + pos: -63.5,-63.5 parent: 1 - type: Transform - uid: 16743 components: - - pos: -63.5,-62.5 + - type: Transform + pos: -63.5,-62.5 parent: 1 - type: Transform - uid: 16744 components: - - pos: -63.5,-61.5 + - type: Transform + pos: -63.5,-61.5 parent: 1 - type: Transform - uid: 16745 components: - - pos: -63.5,-60.5 + - type: Transform + pos: -63.5,-60.5 parent: 1 - type: Transform - uid: 16746 components: - - pos: -63.5,-59.5 + - type: Transform + pos: -63.5,-59.5 parent: 1 - type: Transform - uid: 16747 components: - - pos: -63.5,-58.5 + - type: Transform + pos: -63.5,-58.5 parent: 1 - type: Transform - uid: 16748 components: - - pos: -63.5,-57.5 + - type: Transform + pos: -63.5,-57.5 parent: 1 - type: Transform - uid: 16749 components: - - pos: -63.5,-56.5 + - type: Transform + pos: -63.5,-56.5 parent: 1 - type: Transform - uid: 16750 components: - - pos: -64.5,-56.5 + - type: Transform + pos: -64.5,-56.5 parent: 1 - type: Transform - uid: 16751 components: - - pos: -65.5,-56.5 + - type: Transform + pos: -65.5,-56.5 parent: 1 - type: Transform - uid: 16752 components: - - pos: -66.5,-56.5 + - type: Transform + pos: -66.5,-56.5 parent: 1 - type: Transform - uid: 16753 components: - - pos: -67.5,-56.5 + - type: Transform + pos: -67.5,-56.5 parent: 1 - type: Transform - uid: 16754 components: - - pos: -68.5,-56.5 + - type: Transform + pos: -68.5,-56.5 parent: 1 - type: Transform - uid: 16755 components: - - pos: -69.5,-56.5 + - type: Transform + pos: -69.5,-56.5 parent: 1 - type: Transform - uid: 16756 components: - - pos: -69.5,-55.5 + - type: Transform + pos: -69.5,-55.5 parent: 1 - type: Transform - uid: 16757 components: - - pos: -69.5,-54.5 + - type: Transform + pos: -69.5,-54.5 parent: 1 - type: Transform - uid: 16758 components: - - pos: -70.5,-54.5 + - type: Transform + pos: -70.5,-54.5 parent: 1 - type: Transform - uid: 16759 components: - - pos: -71.5,-54.5 + - type: Transform + pos: -71.5,-54.5 parent: 1 - type: Transform - uid: 16760 components: - - pos: -72.5,-54.5 + - type: Transform + pos: -72.5,-54.5 parent: 1 - type: Transform - uid: 16761 components: - - pos: -73.5,-54.5 + - type: Transform + pos: -73.5,-54.5 parent: 1 - type: Transform - uid: 16762 components: - - pos: -74.5,-54.5 + - type: Transform + pos: -74.5,-54.5 parent: 1 - type: Transform - uid: 16763 components: - - pos: -74.5,-52.5 + - type: Transform + pos: -74.5,-52.5 parent: 1 - type: Transform - uid: 16764 components: - - pos: -74.5,-51.5 + - type: Transform + pos: -74.5,-51.5 parent: 1 - type: Transform - uid: 16765 components: - - pos: -74.5,-50.5 + - type: Transform + pos: -74.5,-50.5 parent: 1 - type: Transform - uid: 16766 components: - - pos: -74.5,-49.5 + - type: Transform + pos: -74.5,-49.5 parent: 1 - type: Transform - uid: 16767 components: - - pos: -74.5,-48.5 + - type: Transform + pos: -74.5,-48.5 parent: 1 - type: Transform - uid: 16768 components: - - pos: -74.5,-47.5 + - type: Transform + pos: -74.5,-47.5 parent: 1 - type: Transform - uid: 16769 components: - - pos: -74.5,-46.5 + - type: Transform + pos: -74.5,-46.5 parent: 1 - type: Transform - uid: 16770 components: - - pos: -74.5,-45.5 + - type: Transform + pos: -74.5,-45.5 parent: 1 - type: Transform - uid: 16771 components: - - pos: -74.5,-44.5 + - type: Transform + pos: -74.5,-44.5 parent: 1 - type: Transform - uid: 16772 components: - - pos: -74.5,-43.5 + - type: Transform + pos: -74.5,-43.5 parent: 1 - type: Transform - uid: 16773 components: - - pos: -74.5,-42.5 + - type: Transform + pos: -74.5,-42.5 parent: 1 - type: Transform - uid: 16774 components: - - pos: -74.5,-41.5 + - type: Transform + pos: -74.5,-41.5 parent: 1 - type: Transform - uid: 16775 components: - - pos: -74.5,-40.5 + - type: Transform + pos: -74.5,-40.5 parent: 1 - type: Transform - uid: 16776 components: - - pos: -74.5,-39.5 + - type: Transform + pos: -74.5,-39.5 parent: 1 - type: Transform - uid: 16777 components: - - pos: -74.5,-38.5 + - type: Transform + pos: -74.5,-38.5 parent: 1 - type: Transform - uid: 16778 components: - - pos: -73.5,-38.5 + - type: Transform + pos: -73.5,-38.5 parent: 1 - type: Transform - uid: 16779 components: - - pos: -72.5,-38.5 + - type: Transform + pos: -72.5,-38.5 parent: 1 - type: Transform - uid: 16780 components: - - pos: -71.5,-38.5 + - type: Transform + pos: -71.5,-38.5 parent: 1 - type: Transform - uid: 16781 components: - - pos: -70.5,-38.5 + - type: Transform + pos: -70.5,-38.5 parent: 1 - type: Transform - uid: 16782 components: - - pos: -69.5,-38.5 + - type: Transform + pos: -69.5,-38.5 parent: 1 - type: Transform - uid: 16783 components: - - pos: -68.5,-38.5 + - type: Transform + pos: -68.5,-38.5 parent: 1 - type: Transform - uid: 16784 components: - - pos: -67.5,-38.5 + - type: Transform + pos: -67.5,-38.5 parent: 1 - type: Transform - uid: 16785 components: - - pos: -66.5,-38.5 + - type: Transform + pos: -66.5,-38.5 parent: 1 - type: Transform - uid: 16786 components: - - pos: -65.5,-38.5 + - type: Transform + pos: -65.5,-38.5 parent: 1 - type: Transform - uid: 16787 components: - - pos: -64.5,-38.5 + - type: Transform + pos: -64.5,-38.5 parent: 1 - type: Transform - uid: 16788 components: - - pos: -63.5,-38.5 + - type: Transform + pos: -63.5,-38.5 parent: 1 - type: Transform - uid: 16789 components: - - pos: -62.5,-38.5 + - type: Transform + pos: -62.5,-38.5 parent: 1 - type: Transform - uid: 16790 components: - - pos: -61.5,-38.5 + - type: Transform + pos: -61.5,-38.5 parent: 1 - type: Transform - uid: 16791 components: - - pos: -60.5,-38.5 + - type: Transform + pos: -60.5,-38.5 parent: 1 - type: Transform - uid: 16800 components: - - pos: -76.5,-39.5 + - type: Transform + pos: -76.5,-39.5 parent: 1 - type: Transform - uid: 16801 components: - - pos: -77.5,-39.5 + - type: Transform + pos: -77.5,-39.5 parent: 1 - type: Transform - uid: 16812 components: - - pos: -83.5,-39.5 + - type: Transform + pos: -83.5,-39.5 parent: 1 - type: Transform - uid: 16813 components: - - pos: -85.5,-35.5 + - type: Transform + pos: -85.5,-35.5 parent: 1 - type: Transform - uid: 16814 components: - - pos: -86.5,-35.5 + - type: Transform + pos: -86.5,-35.5 parent: 1 - type: Transform - uid: 16815 components: - - pos: -87.5,-35.5 + - type: Transform + pos: -87.5,-35.5 parent: 1 - type: Transform - uid: 16816 components: - - pos: -88.5,-35.5 + - type: Transform + pos: -88.5,-35.5 parent: 1 - type: Transform - uid: 16820 components: - - pos: -117.5,-19.5 + - type: Transform + pos: -117.5,-19.5 parent: 1 - type: Transform - uid: 16821 components: - - pos: -88.5,-34.5 + - type: Transform + pos: -88.5,-34.5 parent: 1 - type: Transform - uid: 16822 components: - - pos: -88.5,-33.5 + - type: Transform + pos: -88.5,-33.5 parent: 1 - type: Transform - uid: 16823 components: - - pos: -89.5,-33.5 + - type: Transform + pos: -89.5,-33.5 parent: 1 - type: Transform - uid: 16824 components: - - pos: -90.5,-33.5 + - type: Transform + pos: -90.5,-33.5 parent: 1 - type: Transform - uid: 16825 components: - - pos: -91.5,-33.5 + - type: Transform + pos: -91.5,-33.5 parent: 1 - type: Transform - uid: 16826 components: - - pos: -91.5,-32.5 + - type: Transform + pos: -91.5,-32.5 parent: 1 - type: Transform - uid: 16827 components: - - pos: -91.5,-31.5 + - type: Transform + pos: -91.5,-31.5 parent: 1 - type: Transform - uid: 16828 components: - - pos: -91.5,-30.5 + - type: Transform + pos: -91.5,-30.5 parent: 1 - type: Transform - uid: 16829 components: - - pos: -91.5,-29.5 + - type: Transform + pos: -91.5,-29.5 parent: 1 - type: Transform - uid: 16830 components: - - pos: -92.5,-29.5 + - type: Transform + pos: -92.5,-29.5 parent: 1 - type: Transform - uid: 16831 components: - - pos: -93.5,-29.5 + - type: Transform + pos: -93.5,-29.5 parent: 1 - type: Transform - uid: 16832 components: - - pos: -94.5,-29.5 + - type: Transform + pos: -94.5,-29.5 parent: 1 - type: Transform - uid: 16833 components: - - pos: -95.5,-29.5 + - type: Transform + pos: -95.5,-29.5 parent: 1 - type: Transform - uid: 16834 components: - - pos: -96.5,-29.5 + - type: Transform + pos: -96.5,-29.5 parent: 1 - type: Transform - uid: 16835 components: - - pos: -96.5,-28.5 + - type: Transform + pos: -96.5,-28.5 parent: 1 - type: Transform - uid: 16836 components: - - pos: -96.5,-27.5 + - type: Transform + pos: -96.5,-27.5 parent: 1 - type: Transform - uid: 16837 components: - - pos: -96.5,-26.5 + - type: Transform + pos: -96.5,-26.5 parent: 1 - type: Transform - uid: 16838 components: - - pos: -96.5,-25.5 + - type: Transform + pos: -96.5,-25.5 parent: 1 - type: Transform - uid: 16839 components: - - pos: -96.5,-24.5 + - type: Transform + pos: -96.5,-24.5 parent: 1 - type: Transform - uid: 16840 components: - - pos: -96.5,-23.5 + - type: Transform + pos: -96.5,-23.5 parent: 1 - type: Transform - uid: 16841 components: - - pos: -96.5,-22.5 + - type: Transform + pos: -96.5,-22.5 parent: 1 - type: Transform - uid: 16842 components: - - pos: -96.5,-21.5 + - type: Transform + pos: -96.5,-21.5 parent: 1 - type: Transform - uid: 16843 components: - - pos: -117.5,-17.5 + - type: Transform + pos: -117.5,-17.5 parent: 1 - type: Transform - uid: 16844 components: - - pos: -117.5,-15.5 + - type: Transform + pos: -117.5,-15.5 parent: 1 - type: Transform - uid: 16845 components: - - pos: -117.5,-13.5 + - type: Transform + pos: -117.5,-13.5 parent: 1 - type: Transform - uid: 16851 components: - - pos: -108.5,-20.5 + - type: Transform + pos: -108.5,-20.5 parent: 1 - type: Transform - uid: 16860 components: - - pos: -117.5,-12.5 + - type: Transform + pos: -117.5,-12.5 parent: 1 - type: Transform - uid: 16865 components: - - pos: -117.5,-14.5 + - type: Transform + pos: -117.5,-14.5 parent: 1 - type: Transform - uid: 16866 components: - - pos: -106.5,-7.5 + - type: Transform + pos: -106.5,-7.5 parent: 1 - type: Transform - uid: 16867 components: - - pos: -106.5,-6.5 + - type: Transform + pos: -106.5,-6.5 parent: 1 - type: Transform - uid: 16868 components: - - pos: -106.5,-5.5 + - type: Transform + pos: -106.5,-5.5 parent: 1 - type: Transform - uid: 16869 components: - - pos: -106.5,-4.5 + - type: Transform + pos: -106.5,-4.5 parent: 1 - type: Transform - uid: 16870 components: - - pos: -106.5,-3.5 + - type: Transform + pos: -106.5,-3.5 parent: 1 - type: Transform - uid: 16871 components: - - pos: -105.5,-3.5 + - type: Transform + pos: -105.5,-3.5 parent: 1 - type: Transform - uid: 16873 components: - - pos: -107.5,-7.5 + - type: Transform + pos: -107.5,-7.5 parent: 1 - type: Transform - uid: 16874 components: - - pos: -108.5,-7.5 + - type: Transform + pos: -108.5,-7.5 parent: 1 - type: Transform - uid: 16875 components: - - pos: -109.5,-7.5 + - type: Transform + pos: -109.5,-7.5 parent: 1 - type: Transform - uid: 16876 components: - - pos: -110.5,-7.5 + - type: Transform + pos: -110.5,-7.5 parent: 1 - type: Transform - uid: 16877 components: - - pos: -111.5,-7.5 + - type: Transform + pos: -111.5,-7.5 parent: 1 - type: Transform - uid: 16878 components: - - pos: -112.5,-7.5 + - type: Transform + pos: -112.5,-7.5 parent: 1 - type: Transform - uid: 16879 components: - - pos: -113.5,-7.5 + - type: Transform + pos: -113.5,-7.5 parent: 1 - type: Transform - uid: 16880 components: - - pos: -114.5,-7.5 + - type: Transform + pos: -114.5,-7.5 parent: 1 - type: Transform - uid: 16881 components: - - pos: -115.5,-7.5 + - type: Transform + pos: -115.5,-7.5 parent: 1 - type: Transform - uid: 16882 components: - - pos: -116.5,-7.5 + - type: Transform + pos: -116.5,-7.5 parent: 1 - type: Transform - uid: 16883 components: - - pos: -117.5,-7.5 + - type: Transform + pos: -117.5,-7.5 parent: 1 - type: Transform - uid: 16884 components: - - pos: -118.5,-7.5 + - type: Transform + pos: -118.5,-7.5 parent: 1 - type: Transform - uid: 16885 components: - - pos: -119.5,-7.5 + - type: Transform + pos: -119.5,-7.5 parent: 1 - type: Transform - uid: 16886 components: - - pos: -120.5,-7.5 + - type: Transform + pos: -120.5,-7.5 parent: 1 - type: Transform - uid: 16887 components: - - pos: -121.5,-7.5 + - type: Transform + pos: -121.5,-7.5 parent: 1 - type: Transform - uid: 16888 components: - - pos: -122.5,-7.5 + - type: Transform + pos: -122.5,-7.5 parent: 1 - type: Transform - uid: 16889 components: - - pos: -122.5,-6.5 + - type: Transform + pos: -122.5,-6.5 parent: 1 - type: Transform - uid: 16890 components: - - pos: -122.5,-5.5 + - type: Transform + pos: -122.5,-5.5 parent: 1 - type: Transform - uid: 16891 components: - - pos: -122.5,-4.5 + - type: Transform + pos: -122.5,-4.5 parent: 1 - type: Transform - uid: 16892 components: - - pos: -122.5,-3.5 + - type: Transform + pos: -122.5,-3.5 parent: 1 - type: Transform - uid: 16893 components: - - pos: -122.5,-2.5 + - type: Transform + pos: -122.5,-2.5 parent: 1 - type: Transform - uid: 16894 components: - - pos: -122.5,-1.5 + - type: Transform + pos: -122.5,-1.5 parent: 1 - type: Transform - uid: 16895 components: - - pos: -122.5,-0.5 + - type: Transform + pos: -122.5,-0.5 parent: 1 - type: Transform - uid: 16896 components: - - pos: -122.5,0.5 + - type: Transform + pos: -122.5,0.5 parent: 1 - type: Transform - uid: 16897 components: - - pos: -122.5,1.5 + - type: Transform + pos: -122.5,1.5 parent: 1 - type: Transform - uid: 16898 components: - - pos: -122.5,2.5 + - type: Transform + pos: -122.5,2.5 parent: 1 - type: Transform - uid: 16899 components: - - pos: -122.5,3.5 + - type: Transform + pos: -122.5,3.5 parent: 1 - type: Transform - uid: 16900 components: - - pos: -122.5,4.5 + - type: Transform + pos: -122.5,4.5 parent: 1 - type: Transform - uid: 16901 components: - - pos: -122.5,5.5 + - type: Transform + pos: -122.5,5.5 parent: 1 - type: Transform - uid: 16902 components: - - pos: -122.5,6.5 + - type: Transform + pos: -122.5,6.5 parent: 1 - type: Transform - uid: 16903 components: - - pos: -122.5,7.5 + - type: Transform + pos: -122.5,7.5 parent: 1 - type: Transform - uid: 16904 components: - - pos: -122.5,8.5 + - type: Transform + pos: -122.5,8.5 parent: 1 - type: Transform - uid: 16905 components: - - pos: -122.5,9.5 + - type: Transform + pos: -122.5,9.5 parent: 1 - type: Transform - uid: 16906 components: - - pos: -122.5,10.5 + - type: Transform + pos: -122.5,10.5 parent: 1 - type: Transform - uid: 16907 components: - - pos: -122.5,11.5 + - type: Transform + pos: -122.5,11.5 parent: 1 - type: Transform - uid: 16908 components: - - pos: -122.5,12.5 + - type: Transform + pos: -122.5,12.5 parent: 1 - type: Transform - uid: 16909 components: - - pos: -122.5,13.5 + - type: Transform + pos: -122.5,13.5 parent: 1 - type: Transform - uid: 16910 components: - - pos: -122.5,14.5 + - type: Transform + pos: -122.5,14.5 parent: 1 - type: Transform - uid: 16911 components: - - pos: -122.5,15.5 + - type: Transform + pos: -122.5,15.5 parent: 1 - type: Transform - uid: 16912 components: - - pos: -122.5,16.5 + - type: Transform + pos: -122.5,16.5 parent: 1 - type: Transform - uid: 16913 components: - - pos: -122.5,17.5 + - type: Transform + pos: -122.5,17.5 parent: 1 - type: Transform - uid: 16914 components: - - pos: -122.5,18.5 + - type: Transform + pos: -122.5,18.5 parent: 1 - type: Transform - uid: 16915 components: - - pos: -122.5,19.5 + - type: Transform + pos: -122.5,19.5 parent: 1 - type: Transform - uid: 16916 components: - - pos: -122.5,20.5 + - type: Transform + pos: -122.5,20.5 parent: 1 - type: Transform - uid: 16917 components: - - pos: -122.5,21.5 + - type: Transform + pos: -122.5,21.5 parent: 1 - type: Transform - uid: 16918 components: - - pos: -122.5,22.5 + - type: Transform + pos: -122.5,22.5 parent: 1 - type: Transform - uid: 16919 components: - - pos: -121.5,22.5 + - type: Transform + pos: -121.5,22.5 parent: 1 - type: Transform - uid: 16920 components: - - pos: -120.5,22.5 + - type: Transform + pos: -120.5,22.5 parent: 1 - type: Transform - uid: 16921 components: - - pos: -119.5,22.5 + - type: Transform + pos: -119.5,22.5 parent: 1 - type: Transform - uid: 16922 components: - - pos: -118.5,22.5 + - type: Transform + pos: -118.5,22.5 parent: 1 - type: Transform - uid: 16923 components: - - pos: -117.5,22.5 + - type: Transform + pos: -117.5,22.5 parent: 1 - type: Transform - uid: 16924 components: - - pos: -116.5,22.5 + - type: Transform + pos: -116.5,22.5 parent: 1 - type: Transform - uid: 16925 components: - - pos: -115.5,22.5 + - type: Transform + pos: -115.5,22.5 parent: 1 - type: Transform - uid: 16926 components: - - pos: -114.5,22.5 + - type: Transform + pos: -114.5,22.5 parent: 1 - type: Transform - uid: 16927 components: - - pos: -113.5,22.5 + - type: Transform + pos: -113.5,22.5 parent: 1 - type: Transform - uid: 16928 components: - - pos: -112.5,22.5 + - type: Transform + pos: -112.5,22.5 parent: 1 - type: Transform - uid: 16929 components: - - pos: -111.5,22.5 + - type: Transform + pos: -111.5,22.5 parent: 1 - type: Transform - uid: 16930 components: - - pos: -110.5,22.5 + - type: Transform + pos: -110.5,22.5 parent: 1 - type: Transform - uid: 16931 components: - - pos: -109.5,22.5 + - type: Transform + pos: -109.5,22.5 parent: 1 - type: Transform - uid: 16932 components: - - pos: -108.5,22.5 + - type: Transform + pos: -108.5,22.5 parent: 1 - type: Transform - uid: 16933 components: - - pos: -107.5,22.5 + - type: Transform + pos: -107.5,22.5 parent: 1 - type: Transform - uid: 16934 components: - - pos: -106.5,22.5 + - type: Transform + pos: -106.5,22.5 parent: 1 - type: Transform - uid: 16935 components: - - pos: -105.5,22.5 + - type: Transform + pos: -105.5,22.5 parent: 1 - type: Transform - uid: 16936 components: - - pos: -104.5,22.5 + - type: Transform + pos: -104.5,22.5 parent: 1 - type: Transform - uid: 16937 components: - - pos: -103.5,22.5 + - type: Transform + pos: -103.5,22.5 parent: 1 - type: Transform - uid: 16938 components: - - pos: -102.5,22.5 + - type: Transform + pos: -102.5,22.5 parent: 1 - type: Transform - uid: 16939 components: - - pos: -101.5,22.5 + - type: Transform + pos: -101.5,22.5 parent: 1 - type: Transform - uid: 16940 components: - - pos: -100.5,22.5 + - type: Transform + pos: -100.5,22.5 parent: 1 - type: Transform - uid: 16941 components: - - pos: -99.5,22.5 + - type: Transform + pos: -99.5,22.5 parent: 1 - type: Transform - uid: 16942 components: - - pos: -98.5,22.5 + - type: Transform + pos: -98.5,22.5 parent: 1 - type: Transform - uid: 16943 components: - - pos: -98.5,23.5 + - type: Transform + pos: -98.5,23.5 parent: 1 - type: Transform - uid: 16944 components: - - pos: -98.5,24.5 + - type: Transform + pos: -98.5,24.5 parent: 1 - type: Transform - uid: 16945 components: - - pos: -98.5,25.5 + - type: Transform + pos: -98.5,25.5 parent: 1 - type: Transform - uid: 16946 components: - - pos: -98.5,4.5 + - type: Transform + pos: -98.5,4.5 parent: 1 - type: Transform - uid: 16947 components: - - pos: -98.5,5.5 + - type: Transform + pos: -98.5,5.5 parent: 1 - type: Transform - uid: 16948 components: - - pos: -98.5,6.5 + - type: Transform + pos: -98.5,6.5 parent: 1 - type: Transform - uid: 16949 components: - - pos: -98.5,7.5 + - type: Transform + pos: -98.5,7.5 parent: 1 - type: Transform - uid: 16950 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - uid: 16951 components: - - pos: -98.5,9.5 + - type: Transform + pos: -98.5,9.5 parent: 1 - type: Transform - uid: 16952 components: - - pos: -98.5,10.5 + - type: Transform + pos: -98.5,10.5 parent: 1 - type: Transform - uid: 16953 components: - - pos: -98.5,11.5 + - type: Transform + pos: -98.5,11.5 parent: 1 - type: Transform - uid: 16954 components: - - pos: -98.5,12.5 + - type: Transform + pos: -98.5,12.5 parent: 1 - type: Transform - uid: 16955 components: - - pos: -98.5,13.5 + - type: Transform + pos: -98.5,13.5 parent: 1 - type: Transform - uid: 16956 components: - - pos: -98.5,14.5 + - type: Transform + pos: -98.5,14.5 parent: 1 - type: Transform - uid: 16957 components: - - pos: -98.5,15.5 + - type: Transform + pos: -98.5,15.5 parent: 1 - type: Transform - uid: 16958 components: - - pos: -98.5,16.5 + - type: Transform + pos: -98.5,16.5 parent: 1 - type: Transform - uid: 16959 components: - - pos: -98.5,17.5 + - type: Transform + pos: -98.5,17.5 parent: 1 - type: Transform - uid: 16960 components: - - pos: -98.5,18.5 + - type: Transform + pos: -98.5,18.5 parent: 1 - type: Transform - uid: 16961 components: - - pos: -98.5,19.5 + - type: Transform + pos: -98.5,19.5 parent: 1 - type: Transform - uid: 16962 components: - - pos: -98.5,20.5 + - type: Transform + pos: -98.5,20.5 parent: 1 - type: Transform - uid: 16963 components: - - pos: -98.5,21.5 + - type: Transform + pos: -98.5,21.5 parent: 1 - type: Transform - uid: 16966 components: - - pos: -99.5,25.5 + - type: Transform + pos: -99.5,25.5 parent: 1 - type: Transform - uid: 16967 components: - - pos: -97.5,25.5 + - type: Transform + pos: -97.5,25.5 parent: 1 - type: Transform - uid: 16968 components: - - pos: -97.5,21.5 + - type: Transform + pos: -97.5,21.5 parent: 1 - type: Transform - uid: 16969 components: - - pos: -96.5,21.5 + - type: Transform + pos: -96.5,21.5 parent: 1 - type: Transform - uid: 16970 components: - - pos: -95.5,21.5 + - type: Transform + pos: -95.5,21.5 parent: 1 - type: Transform - uid: 16971 components: - - pos: -94.5,21.5 + - type: Transform + pos: -94.5,21.5 parent: 1 - type: Transform - uid: 16972 components: - - pos: -93.5,21.5 + - type: Transform + pos: -93.5,21.5 parent: 1 - type: Transform - uid: 16973 components: - - pos: -92.5,21.5 + - type: Transform + pos: -92.5,21.5 parent: 1 - type: Transform - uid: 16974 components: - - pos: -91.5,21.5 + - type: Transform + pos: -91.5,21.5 parent: 1 - type: Transform - uid: 16975 components: - - pos: -90.5,21.5 + - type: Transform + pos: -90.5,21.5 parent: 1 - type: Transform - uid: 16976 components: - - pos: -89.5,21.5 + - type: Transform + pos: -89.5,21.5 parent: 1 - type: Transform - uid: 16977 components: - - pos: -88.5,21.5 + - type: Transform + pos: -88.5,21.5 parent: 1 - type: Transform - uid: 16978 components: - - pos: -87.5,21.5 + - type: Transform + pos: -87.5,21.5 parent: 1 - type: Transform - uid: 16979 components: - - pos: -86.5,21.5 + - type: Transform + pos: -86.5,21.5 parent: 1 - type: Transform - uid: 16980 components: - - pos: -85.5,21.5 + - type: Transform + pos: -85.5,21.5 parent: 1 - type: Transform - uid: 16981 components: - - pos: -84.5,21.5 + - type: Transform + pos: -84.5,21.5 parent: 1 - type: Transform - uid: 16982 components: - - pos: -83.5,21.5 + - type: Transform + pos: -83.5,21.5 parent: 1 - type: Transform - uid: 16983 components: - - pos: -82.5,21.5 + - type: Transform + pos: -82.5,21.5 parent: 1 - type: Transform - uid: 16984 components: - - pos: -81.5,21.5 + - type: Transform + pos: -81.5,21.5 parent: 1 - type: Transform - uid: 16985 components: - - pos: -80.5,21.5 + - type: Transform + pos: -80.5,21.5 parent: 1 - type: Transform - uid: 16986 components: - - pos: -79.5,21.5 + - type: Transform + pos: -79.5,21.5 parent: 1 - type: Transform - uid: 16987 components: - - pos: -78.5,21.5 + - type: Transform + pos: -78.5,21.5 parent: 1 - type: Transform - uid: 16988 components: - - pos: -77.5,21.5 + - type: Transform + pos: -77.5,21.5 parent: 1 - type: Transform - uid: 16989 components: - - pos: -76.5,21.5 + - type: Transform + pos: -76.5,21.5 parent: 1 - type: Transform - uid: 16990 components: - - pos: -75.5,21.5 + - type: Transform + pos: -75.5,21.5 parent: 1 - type: Transform - uid: 16991 components: - - pos: -74.5,21.5 + - type: Transform + pos: -74.5,21.5 parent: 1 - type: Transform - uid: 16992 components: - - pos: -74.5,20.5 + - type: Transform + pos: -74.5,20.5 parent: 1 - type: Transform - uid: 16993 components: - - pos: -74.5,19.5 + - type: Transform + pos: -74.5,19.5 parent: 1 - type: Transform - uid: 16994 components: - - pos: -74.5,18.5 + - type: Transform + pos: -74.5,18.5 parent: 1 - type: Transform - uid: 16995 components: - - pos: -74.5,17.5 + - type: Transform + pos: -74.5,17.5 parent: 1 - type: Transform - uid: 16996 components: - - pos: -74.5,16.5 + - type: Transform + pos: -74.5,16.5 parent: 1 - type: Transform - uid: 16997 components: - - pos: -74.5,15.5 + - type: Transform + pos: -74.5,15.5 parent: 1 - type: Transform - uid: 16998 components: - - pos: -74.5,14.5 + - type: Transform + pos: -74.5,14.5 parent: 1 - type: Transform - uid: 16999 components: - - pos: -74.5,13.5 + - type: Transform + pos: -74.5,13.5 parent: 1 - type: Transform - uid: 17000 components: - - pos: -74.5,12.5 + - type: Transform + pos: -74.5,12.5 parent: 1 - type: Transform - uid: 17001 components: - - pos: -74.5,11.5 + - type: Transform + pos: -74.5,11.5 parent: 1 - type: Transform - uid: 17002 components: - - pos: -74.5,10.5 + - type: Transform + pos: -74.5,10.5 parent: 1 - type: Transform - uid: 17003 components: - - pos: -74.5,9.5 + - type: Transform + pos: -74.5,9.5 parent: 1 - type: Transform - uid: 17004 components: - - pos: -73.5,9.5 + - type: Transform + pos: -73.5,9.5 parent: 1 - type: Transform - uid: 17005 components: - - pos: -72.5,9.5 + - type: Transform + pos: -72.5,9.5 parent: 1 - type: Transform - uid: 17006 components: - - pos: -71.5,9.5 + - type: Transform + pos: -71.5,9.5 parent: 1 - type: Transform - uid: 17007 components: - - pos: -70.5,9.5 + - type: Transform + pos: -70.5,9.5 parent: 1 - type: Transform - uid: 17008 components: - - pos: -69.5,9.5 + - type: Transform + pos: -69.5,9.5 parent: 1 - type: Transform - uid: 17009 components: - - pos: -68.5,9.5 + - type: Transform + pos: -68.5,9.5 parent: 1 - type: Transform - uid: 17010 components: - - pos: -67.5,9.5 + - type: Transform + pos: -67.5,9.5 parent: 1 - type: Transform - uid: 17011 components: - - pos: -66.5,9.5 + - type: Transform + pos: -66.5,9.5 parent: 1 - type: Transform - uid: 17012 components: - - pos: -65.5,9.5 + - type: Transform + pos: -65.5,9.5 parent: 1 - type: Transform - uid: 17013 components: - - pos: -64.5,9.5 + - type: Transform + pos: -64.5,9.5 parent: 1 - type: Transform - uid: 17014 components: - - pos: -63.5,9.5 + - type: Transform + pos: -63.5,9.5 parent: 1 - type: Transform - uid: 17015 components: - - pos: -62.5,9.5 + - type: Transform + pos: -62.5,9.5 parent: 1 - type: Transform - uid: 17016 components: - - pos: -61.5,9.5 + - type: Transform + pos: -61.5,9.5 parent: 1 - type: Transform - uid: 17017 components: - - pos: -60.5,9.5 + - type: Transform + pos: -60.5,9.5 parent: 1 - type: Transform - uid: 17018 components: - - pos: -59.5,9.5 + - type: Transform + pos: -59.5,9.5 parent: 1 - type: Transform - uid: 17019 components: - - pos: -58.5,9.5 + - type: Transform + pos: -58.5,9.5 parent: 1 - type: Transform - uid: 17020 components: - - pos: -57.5,9.5 + - type: Transform + pos: -57.5,9.5 parent: 1 - type: Transform - uid: 17021 components: - - pos: -56.5,9.5 + - type: Transform + pos: -56.5,9.5 parent: 1 - type: Transform - uid: 17022 components: - - pos: -55.5,9.5 + - type: Transform + pos: -55.5,9.5 parent: 1 - type: Transform - uid: 17023 components: - - pos: -54.5,9.5 + - type: Transform + pos: -54.5,9.5 parent: 1 - type: Transform - uid: 17024 components: - - pos: -53.5,9.5 + - type: Transform + pos: -53.5,9.5 parent: 1 - type: Transform - uid: 17025 components: - - pos: -52.5,9.5 + - type: Transform + pos: -52.5,9.5 parent: 1 - type: Transform - uid: 17026 components: - - pos: -51.5,9.5 + - type: Transform + pos: -51.5,9.5 parent: 1 - type: Transform - uid: 17027 components: - - pos: -51.5,10.5 + - type: Transform + pos: -51.5,10.5 parent: 1 - type: Transform - uid: 17028 components: - - pos: -51.5,11.5 + - type: Transform + pos: -51.5,11.5 parent: 1 - type: Transform - uid: 17029 components: - - pos: -51.5,12.5 + - type: Transform + pos: -51.5,12.5 parent: 1 - type: Transform - uid: 17030 components: - - pos: -51.5,13.5 + - type: Transform + pos: -51.5,13.5 parent: 1 - type: Transform - uid: 17031 components: - - pos: -50.5,13.5 + - type: Transform + pos: -50.5,13.5 parent: 1 - type: Transform - uid: 17032 components: - - pos: -52.5,13.5 + - type: Transform + pos: -52.5,13.5 parent: 1 - type: Transform - uid: 17035 components: - - pos: -50.5,9.5 + - type: Transform + pos: -50.5,9.5 parent: 1 - type: Transform - uid: 17036 components: - - pos: -49.5,9.5 + - type: Transform + pos: -49.5,9.5 parent: 1 - type: Transform - uid: 17037 components: - - pos: -48.5,9.5 + - type: Transform + pos: -48.5,9.5 parent: 1 - type: Transform - uid: 17038 components: - - pos: -47.5,9.5 + - type: Transform + pos: -47.5,9.5 parent: 1 - type: Transform - uid: 17039 components: - - pos: -46.5,9.5 + - type: Transform + pos: -46.5,9.5 parent: 1 - type: Transform - uid: 17040 components: - - pos: -45.5,9.5 + - type: Transform + pos: -45.5,9.5 parent: 1 - type: Transform - uid: 17041 components: - - pos: -44.5,9.5 + - type: Transform + pos: -44.5,9.5 parent: 1 - type: Transform - uid: 17042 components: - - pos: -43.5,9.5 + - type: Transform + pos: -43.5,9.5 parent: 1 - type: Transform - uid: 17043 components: - - pos: -42.5,9.5 + - type: Transform + pos: -42.5,9.5 parent: 1 - type: Transform - uid: 17044 components: - - pos: -41.5,9.5 + - type: Transform + pos: -41.5,9.5 parent: 1 - type: Transform - uid: 17045 components: - - pos: -40.5,9.5 + - type: Transform + pos: -40.5,9.5 parent: 1 - type: Transform - uid: 17046 components: - - pos: -39.5,9.5 + - type: Transform + pos: -39.5,9.5 parent: 1 - type: Transform - uid: 17047 components: - - pos: -39.5,8.5 + - type: Transform + pos: -39.5,8.5 parent: 1 - type: Transform - uid: 17048 components: - - pos: -39.5,7.5 + - type: Transform + pos: -39.5,7.5 parent: 1 - type: Transform - uid: 17049 components: - - pos: -38.5,7.5 + - type: Transform + pos: -38.5,7.5 parent: 1 - type: Transform - uid: 17050 components: - - pos: -37.5,7.5 + - type: Transform + pos: -37.5,7.5 parent: 1 - type: Transform - uid: 17051 components: - - pos: -36.5,7.5 + - type: Transform + pos: -36.5,7.5 parent: 1 - type: Transform - uid: 17052 components: - - pos: -36.5,8.5 + - type: Transform + pos: -36.5,8.5 parent: 1 - type: Transform - uid: 17053 components: - - pos: -36.5,9.5 + - type: Transform + pos: -36.5,9.5 parent: 1 - type: Transform - uid: 17054 components: - - pos: -36.5,10.5 + - type: Transform + pos: -36.5,10.5 parent: 1 - type: Transform - uid: 17055 components: - - pos: -36.5,11.5 + - type: Transform + pos: -36.5,11.5 parent: 1 - type: Transform - uid: 17056 components: - - pos: -36.5,12.5 + - type: Transform + pos: -36.5,12.5 parent: 1 - type: Transform - uid: 17057 components: - - pos: -36.5,13.5 + - type: Transform + pos: -36.5,13.5 parent: 1 - type: Transform - uid: 17058 components: - - pos: -36.5,14.5 + - type: Transform + pos: -36.5,14.5 parent: 1 - type: Transform - uid: 17059 components: - - pos: -36.5,15.5 + - type: Transform + pos: -36.5,15.5 parent: 1 - type: Transform - uid: 17060 components: - - pos: -36.5,16.5 + - type: Transform + pos: -36.5,16.5 parent: 1 - type: Transform - uid: 17061 components: - - pos: -35.5,16.5 + - type: Transform + pos: -35.5,16.5 parent: 1 - type: Transform - uid: 17062 components: - - pos: -34.5,16.5 + - type: Transform + pos: -34.5,16.5 parent: 1 - type: Transform - uid: 17063 components: - - pos: -33.5,16.5 + - type: Transform + pos: -33.5,16.5 parent: 1 - type: Transform - uid: 17064 components: - - pos: -32.5,16.5 + - type: Transform + pos: -32.5,16.5 parent: 1 - type: Transform - uid: 17065 components: - - pos: -31.5,16.5 + - type: Transform + pos: -31.5,16.5 parent: 1 - type: Transform - uid: 17066 components: - - pos: -30.5,16.5 + - type: Transform + pos: -30.5,16.5 parent: 1 - type: Transform - uid: 17067 components: - - pos: -29.5,16.5 + - type: Transform + pos: -29.5,16.5 parent: 1 - type: Transform - uid: 17068 components: - - pos: -28.5,16.5 + - type: Transform + pos: -28.5,16.5 parent: 1 - type: Transform - uid: 17069 components: - - pos: -27.5,16.5 + - type: Transform + pos: -27.5,16.5 parent: 1 - type: Transform - uid: 17070 components: - - pos: -26.5,16.5 + - type: Transform + pos: -26.5,16.5 parent: 1 - type: Transform - uid: 17071 components: - - pos: -25.5,16.5 + - type: Transform + pos: -25.5,16.5 parent: 1 - type: Transform - uid: 17072 components: - - pos: -24.5,16.5 + - type: Transform + pos: -24.5,16.5 parent: 1 - type: Transform - uid: 17073 components: - - pos: -23.5,16.5 + - type: Transform + pos: -23.5,16.5 parent: 1 - type: Transform - uid: 17074 components: - - pos: -22.5,16.5 + - type: Transform + pos: -22.5,16.5 parent: 1 - type: Transform - uid: 17075 components: - - pos: -21.5,16.5 + - type: Transform + pos: -21.5,16.5 parent: 1 - type: Transform - uid: 17076 components: - - pos: -20.5,16.5 + - type: Transform + pos: -20.5,16.5 parent: 1 - type: Transform - uid: 17077 components: - - pos: -19.5,16.5 + - type: Transform + pos: -19.5,16.5 parent: 1 - type: Transform - uid: 17078 components: - - pos: -19.5,15.5 + - type: Transform + pos: -19.5,15.5 parent: 1 - type: Transform - uid: 17079 components: - - pos: -19.5,14.5 + - type: Transform + pos: -19.5,14.5 parent: 1 - type: Transform - uid: 17080 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 1 - type: Transform - uid: 17081 components: - - pos: -21.5,14.5 + - type: Transform + pos: -21.5,14.5 parent: 1 - type: Transform - uid: 17082 components: - - pos: -22.5,14.5 + - type: Transform + pos: -22.5,14.5 parent: 1 - type: Transform - uid: 17083 components: - - pos: -23.5,14.5 + - type: Transform + pos: -23.5,14.5 parent: 1 - type: Transform - uid: 17084 components: - - pos: -24.5,14.5 + - type: Transform + pos: -24.5,14.5 parent: 1 - type: Transform - uid: 17085 components: - - pos: -24.5,13.5 + - type: Transform + pos: -24.5,13.5 parent: 1 - type: Transform - uid: 17088 components: - - pos: -21.5,13.5 + - type: Transform + pos: -21.5,13.5 parent: 1 - type: Transform - uid: 17089 components: - - pos: -18.5,16.5 + - type: Transform + pos: -18.5,16.5 parent: 1 - type: Transform - uid: 17090 components: - - pos: -17.5,16.5 + - type: Transform + pos: -17.5,16.5 parent: 1 - type: Transform - uid: 17091 components: - - pos: -16.5,16.5 + - type: Transform + pos: -16.5,16.5 parent: 1 - type: Transform - uid: 17092 components: - - pos: -16.5,17.5 + - type: Transform + pos: -16.5,17.5 parent: 1 - type: Transform - uid: 17093 components: - - pos: -16.5,18.5 + - type: Transform + pos: -16.5,18.5 parent: 1 - type: Transform - uid: 17094 components: - - pos: -16.5,19.5 + - type: Transform + pos: -16.5,19.5 parent: 1 - type: Transform - uid: 17095 components: - - pos: -16.5,20.5 + - type: Transform + pos: -16.5,20.5 parent: 1 - type: Transform - uid: 17096 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 17097 components: - - pos: -18.5,20.5 + - type: Transform + pos: -18.5,20.5 parent: 1 - type: Transform - uid: 17098 components: - - pos: -19.5,20.5 + - type: Transform + pos: -19.5,20.5 parent: 1 - type: Transform - uid: 17099 components: - - pos: -20.5,20.5 + - type: Transform + pos: -20.5,20.5 parent: 1 - type: Transform - uid: 17100 components: - - pos: -21.5,20.5 + - type: Transform + pos: -21.5,20.5 parent: 1 - type: Transform - uid: 17101 components: - - pos: -22.5,20.5 + - type: Transform + pos: -22.5,20.5 parent: 1 - type: Transform - uid: 17102 components: - - pos: -23.5,20.5 + - type: Transform + pos: -23.5,20.5 parent: 1 - type: Transform - uid: 17103 components: - - pos: -24.5,20.5 + - type: Transform + pos: -24.5,20.5 parent: 1 - type: Transform - uid: 17104 components: - - pos: -0.5,17.5 + - type: Transform + pos: -0.5,17.5 parent: 1 - type: Transform - uid: 17121 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 17176 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 17177 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 1 - type: Transform - uid: 17178 components: - - pos: 16.5,14.5 + - type: Transform + pos: 16.5,14.5 parent: 1 - type: Transform - uid: 17179 components: - - pos: 16.5,15.5 + - type: Transform + pos: 16.5,15.5 parent: 1 - type: Transform - uid: 17180 components: - - pos: 16.5,16.5 + - type: Transform + pos: 16.5,16.5 parent: 1 - type: Transform - uid: 18089 components: - - pos: -29.5,-74.5 + - type: Transform + pos: -29.5,-74.5 parent: 1 - type: Transform - uid: 18090 components: - - pos: -29.5,-72.5 + - type: Transform + pos: -29.5,-72.5 parent: 1 - type: Transform - uid: 18120 components: - - pos: -117.5,-16.5 + - type: Transform + pos: -117.5,-16.5 parent: 1 - type: Transform - uid: 18363 components: - - pos: -117.5,-18.5 + - type: Transform + pos: -117.5,-18.5 parent: 1 - type: Transform - uid: 18583 components: - - pos: -117.5,-20.5 + - type: Transform + pos: -117.5,-20.5 parent: 1 - type: Transform - uid: 18894 components: - - pos: -119.5,-20.5 + - type: Transform + pos: -119.5,-20.5 parent: 1 - type: Transform - uid: 18897 components: - - pos: -121.5,-20.5 + - type: Transform + pos: -121.5,-20.5 parent: 1 - type: Transform - uid: 18898 components: - - pos: -133.5,-33.5 + - type: Transform + pos: -133.5,-33.5 parent: 1 - type: Transform - uid: 19154 components: - - pos: -85.5,-36.5 + - type: Transform + pos: -85.5,-36.5 parent: 1 - type: Transform - uid: 19244 components: - - pos: -131.5,-32.5 + - type: Transform + pos: -131.5,-32.5 parent: 1 - type: Transform - uid: 19251 components: - - pos: -133.5,-41.5 + - type: Transform + pos: -133.5,-41.5 parent: 1 - type: Transform - uid: 19254 components: - - pos: -135.5,-35.5 + - type: Transform + pos: -135.5,-35.5 parent: 1 - type: Transform - uid: 19499 components: - - pos: -111.5,11.5 + - type: Transform + pos: -111.5,11.5 parent: 1 - type: Transform - uid: 19500 components: - - pos: -111.5,10.5 + - type: Transform + pos: -111.5,10.5 parent: 1 - type: Transform - uid: 19501 components: - - pos: -111.5,9.5 + - type: Transform + pos: -111.5,9.5 parent: 1 - type: Transform - uid: 19503 components: - - pos: -111.5,7.5 + - type: Transform + pos: -111.5,7.5 parent: 1 - type: Transform - uid: 20258 components: - - pos: -21.5,21.5 + - type: Transform + pos: -21.5,21.5 parent: 1 - type: Transform - uid: 20259 components: - - pos: -21.5,22.5 + - type: Transform + pos: -21.5,22.5 parent: 1 - type: Transform - uid: 20325 components: - - pos: -133.5,-40.5 + - type: Transform + pos: -133.5,-40.5 parent: 1 - type: Transform - uid: 20375 components: - - pos: -133.5,-39.5 + - type: Transform + pos: -133.5,-39.5 parent: 1 - type: Transform - uid: 20385 components: - - pos: -134.5,-39.5 + - type: Transform + pos: -134.5,-39.5 parent: 1 - type: Transform - uid: 20386 components: - - pos: -135.5,-39.5 + - type: Transform + pos: -135.5,-39.5 parent: 1 - type: Transform - uid: 20392 components: - - pos: -135.5,-38.5 + - type: Transform + pos: -135.5,-38.5 parent: 1 - type: Transform - uid: 21363 components: - - pos: 12.5,14.5 + - type: Transform + pos: 12.5,14.5 parent: 1 - type: Transform - uid: 21364 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 1 - type: Transform - uid: 21365 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 21366 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - uid: 21367 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 21368 components: - - pos: 12.5,9.5 + - type: Transform + pos: 12.5,9.5 parent: 1 - type: Transform - uid: 21369 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 1 - type: Transform - uid: 21370 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - uid: 21371 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 1 - type: Transform - uid: 21372 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - uid: 21373 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 1 - type: Transform - uid: 21374 components: - - pos: 14.5,5.5 + - type: Transform + pos: 14.5,5.5 parent: 1 - type: Transform - uid: 21375 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 1 - type: Transform - uid: 21376 components: - - pos: 16.5,5.5 + - type: Transform + pos: 16.5,5.5 parent: 1 - type: Transform - uid: 21377 components: - - pos: 17.5,5.5 + - type: Transform + pos: 17.5,5.5 parent: 1 - type: Transform - uid: 21378 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 1 - type: Transform - uid: 21379 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 1 - type: Transform - uid: 21380 components: - - pos: 20.5,5.5 + - type: Transform + pos: 20.5,5.5 parent: 1 - type: Transform - uid: 21381 components: - - pos: 21.5,5.5 + - type: Transform + pos: 21.5,5.5 parent: 1 - type: Transform - uid: 21384 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 1 - type: Transform - uid: 21385 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 1 - type: Transform - uid: 21386 components: - - pos: 20.5,9.5 + - type: Transform + pos: 20.5,9.5 parent: 1 - type: Transform - uid: 22625 components: - - pos: -113.5,-20.5 + - type: Transform + pos: -113.5,-20.5 parent: 1 - type: Transform - uid: 23003 components: - - pos: -123.5,-20.5 + - type: Transform + pos: -123.5,-20.5 parent: 1 - type: Transform - uid: 23004 components: - - pos: -123.5,-25.5 + - type: Transform + pos: -123.5,-25.5 parent: 1 - type: Transform - uid: 23005 components: - - pos: -124.5,-25.5 + - type: Transform + pos: -124.5,-25.5 parent: 1 - type: Transform - uid: 23006 components: - - pos: -111.5,-10.5 + - type: Transform + pos: -111.5,-10.5 parent: 1 - type: Transform - uid: 23007 components: - - pos: -135.5,-36.5 + - type: Transform + pos: -135.5,-36.5 parent: 1 - type: Transform - uid: 23023 components: - - pos: -131.5,-31.5 + - type: Transform + pos: -131.5,-31.5 parent: 1 - type: Transform - uid: 23051 components: - - pos: -123.5,-21.5 + - type: Transform + pos: -123.5,-21.5 parent: 1 - type: Transform - uid: 25264 components: - - pos: -129.5,-25.5 + - type: Transform + pos: -129.5,-25.5 parent: 1 - type: Transform - uid: 25265 components: - - pos: -128.5,-25.5 + - type: Transform + pos: -128.5,-25.5 parent: 1 - type: Transform - uid: 25266 components: - - pos: -127.5,-25.5 + - type: Transform + pos: -127.5,-25.5 parent: 1 - type: Transform - uid: 25267 components: - - pos: -126.5,-25.5 + - type: Transform + pos: -126.5,-25.5 parent: 1 - type: Transform - uid: 25268 components: - - pos: -125.5,-25.5 + - type: Transform + pos: -125.5,-25.5 parent: 1 - type: Transform - uid: 25269 components: - - pos: -123.5,-24.5 + - type: Transform + pos: -123.5,-24.5 parent: 1 - type: Transform - uid: 25270 components: - - pos: -123.5,-23.5 + - type: Transform + pos: -123.5,-23.5 parent: 1 - type: Transform - uid: 25271 components: - - pos: -123.5,-22.5 + - type: Transform + pos: -123.5,-22.5 parent: 1 - type: Transform - uid: 25827 components: - - pos: -130.5,-25.5 + - type: Transform + pos: -130.5,-25.5 parent: 1 - type: Transform - uid: 25828 components: - - pos: -131.5,-25.5 + - type: Transform + pos: -131.5,-25.5 parent: 1 - type: Transform - uid: 25829 components: - - pos: -131.5,-26.5 + - type: Transform + pos: -131.5,-26.5 parent: 1 - type: Transform - uid: 25986 components: - - pos: -131.5,-27.5 + - type: Transform + pos: -131.5,-27.5 parent: 1 - type: Transform - uid: 25987 components: - - pos: -131.5,-28.5 + - type: Transform + pos: -131.5,-28.5 parent: 1 - type: Transform - uid: 25988 components: - - pos: -131.5,-29.5 + - type: Transform + pos: -131.5,-29.5 parent: 1 - type: Transform - uid: 25989 components: - - pos: -131.5,-30.5 + - type: Transform + pos: -131.5,-30.5 parent: 1 - type: Transform - uid: 25990 components: - - pos: -132.5,-32.5 + - type: Transform + pos: -132.5,-32.5 parent: 1 - type: Transform - uid: 25991 components: - - pos: -134.5,-34.5 + - type: Transform + pos: -134.5,-34.5 parent: 1 - type: Transform - uid: 25992 components: - - pos: -109.5,-11.5 + - type: Transform + pos: -109.5,-11.5 parent: 1 - type: Transform - uid: 27173 components: - - pos: -106.5,-11.5 + - type: Transform + pos: -106.5,-11.5 parent: 1 - type: Transform - uid: 28646 components: - - pos: -80.5,-39.5 + - type: Transform + pos: -80.5,-39.5 parent: 1 - type: Transform - uid: 29220 components: - - pos: -136.5,-37.5 + - type: Transform + pos: -136.5,-37.5 parent: 1 - type: Transform - uid: 29469 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 1 - type: Transform - uid: 29470 components: - - pos: 23.5,5.5 + - type: Transform + pos: 23.5,5.5 parent: 1 - type: Transform - uid: 29544 components: - - pos: -106.5,8.5 + - type: Transform + pos: -106.5,8.5 parent: 1 - type: Transform - uid: 29603 components: - - pos: -79.5,-39.5 + - type: Transform + pos: -79.5,-39.5 parent: 1 - type: Transform - uid: 30387 components: - - pos: 9.5,-38.5 + - type: Transform + pos: 9.5,-38.5 parent: 1 - type: Transform - uid: 32309 components: - - pos: -78.5,-39.5 + - type: Transform + pos: -78.5,-39.5 parent: 1 - type: Transform - uid: 34247 components: - - pos: -146.5,-39.5 + - type: Transform + pos: -146.5,-39.5 parent: 1 - type: Transform - uid: 34248 components: - - pos: -147.5,-39.5 + - type: Transform + pos: -147.5,-39.5 parent: 1 - type: Transform - uid: 34249 components: - - pos: -147.5,-40.5 + - type: Transform + pos: -147.5,-40.5 parent: 1 - type: Transform - uid: 34250 components: - - pos: -147.5,-41.5 + - type: Transform + pos: -147.5,-41.5 parent: 1 - type: Transform - uid: 34251 components: - - pos: -147.5,-42.5 + - type: Transform + pos: -147.5,-42.5 parent: 1 - type: Transform - uid: 34252 components: - - pos: -147.5,-43.5 + - type: Transform + pos: -147.5,-43.5 parent: 1 - type: Transform - uid: 34258 components: - - pos: -145.5,-39.5 + - type: Transform + pos: -145.5,-39.5 parent: 1 - type: Transform - uid: 34259 components: - - pos: -144.5,-39.5 + - type: Transform + pos: -144.5,-39.5 parent: 1 - type: Transform - uid: 34260 components: - - pos: -144.5,-38.5 + - type: Transform + pos: -144.5,-38.5 parent: 1 - type: Transform - uid: 34261 components: - - pos: -144.5,-37.5 + - type: Transform + pos: -144.5,-37.5 parent: 1 - type: Transform - uid: 34263 components: - - pos: -143.5,-37.5 + - type: Transform + pos: -143.5,-37.5 parent: 1 - type: Transform - uid: 34264 components: - - pos: -142.5,-37.5 + - type: Transform + pos: -142.5,-37.5 parent: 1 - type: Transform - uid: 34265 components: - - pos: -141.5,-37.5 + - type: Transform + pos: -141.5,-37.5 parent: 1 - type: Transform - uid: 34266 components: - - pos: -140.5,-37.5 + - type: Transform + pos: -140.5,-37.5 parent: 1 - type: Transform - uid: 34270 components: - - pos: -139.5,-37.5 + - type: Transform + pos: -139.5,-37.5 parent: 1 - type: Transform - uid: 34271 components: - - pos: -138.5,-37.5 + - type: Transform + pos: -138.5,-37.5 parent: 1 - type: Transform - uid: 34272 components: - - pos: -137.5,-37.5 + - type: Transform + pos: -137.5,-37.5 parent: 1 - type: Transform - uid: 34273 components: - - pos: -141.5,-38.5 + - type: Transform + pos: -141.5,-38.5 parent: 1 - type: Transform - uid: 34274 components: - - pos: -141.5,-39.5 + - type: Transform + pos: -141.5,-39.5 parent: 1 - type: Transform - uid: 34276 components: - - pos: -139.5,-38.5 + - type: Transform + pos: -139.5,-38.5 parent: 1 - type: Transform - uid: 34277 components: - - pos: -139.5,-39.5 + - type: Transform + pos: -139.5,-39.5 parent: 1 - type: Transform - uid: 34295 components: - - pos: -153.5,-67.5 + - type: Transform + pos: -153.5,-67.5 parent: 1 - type: Transform - uid: 34296 components: - - pos: -153.5,-66.5 + - type: Transform + pos: -153.5,-66.5 parent: 1 - type: Transform - uid: 34297 components: - - pos: -153.5,-65.5 + - type: Transform + pos: -153.5,-65.5 parent: 1 - type: Transform - uid: 34298 components: - - pos: -153.5,-64.5 + - type: Transform + pos: -153.5,-64.5 parent: 1 - type: Transform - uid: 34299 components: - - pos: -153.5,-63.5 + - type: Transform + pos: -153.5,-63.5 parent: 1 - type: Transform - uid: 34300 components: - - pos: -153.5,-62.5 + - type: Transform + pos: -153.5,-62.5 parent: 1 - type: Transform - uid: 34301 components: - - pos: -153.5,-61.5 + - type: Transform + pos: -153.5,-61.5 parent: 1 - type: Transform - uid: 34302 components: - - pos: -153.5,-60.5 + - type: Transform + pos: -153.5,-60.5 parent: 1 - type: Transform - uid: 34303 components: - - pos: -153.5,-59.5 + - type: Transform + pos: -153.5,-59.5 parent: 1 - type: Transform - uid: 34304 components: - - pos: -153.5,-58.5 + - type: Transform + pos: -153.5,-58.5 parent: 1 - type: Transform - uid: 34305 components: - - pos: -153.5,-57.5 + - type: Transform + pos: -153.5,-57.5 parent: 1 - type: Transform - uid: 34306 components: - - pos: -153.5,-56.5 + - type: Transform + pos: -153.5,-56.5 parent: 1 - type: Transform - uid: 34307 components: - - pos: -153.5,-55.5 + - type: Transform + pos: -153.5,-55.5 parent: 1 - type: Transform - uid: 34308 components: - - pos: -153.5,-54.5 + - type: Transform + pos: -153.5,-54.5 parent: 1 - type: Transform - uid: 34309 components: - - pos: -153.5,-53.5 + - type: Transform + pos: -153.5,-53.5 parent: 1 - type: Transform - uid: 34310 components: - - pos: -153.5,-52.5 + - type: Transform + pos: -153.5,-52.5 parent: 1 - type: Transform - uid: 34311 components: - - pos: -153.5,-51.5 + - type: Transform + pos: -153.5,-51.5 parent: 1 - type: Transform - uid: 34312 components: - - pos: -153.5,-50.5 + - type: Transform + pos: -153.5,-50.5 parent: 1 - type: Transform - uid: 34313 components: - - pos: -153.5,-49.5 + - type: Transform + pos: -153.5,-49.5 parent: 1 - type: Transform - uid: 34314 components: - - pos: -153.5,-48.5 + - type: Transform + pos: -153.5,-48.5 parent: 1 - type: Transform - uid: 34315 components: - - pos: -153.5,-47.5 + - type: Transform + pos: -153.5,-47.5 parent: 1 - type: Transform - uid: 34316 components: - - pos: -153.5,-46.5 + - type: Transform + pos: -153.5,-46.5 parent: 1 - type: Transform - uid: 34317 components: - - pos: -153.5,-45.5 + - type: Transform + pos: -153.5,-45.5 parent: 1 - type: Transform - uid: 34318 components: - - pos: -153.5,-44.5 + - type: Transform + pos: -153.5,-44.5 parent: 1 - type: Transform - uid: 34319 components: - - pos: -153.5,-43.5 + - type: Transform + pos: -153.5,-43.5 parent: 1 - type: Transform - uid: 34320 components: - - pos: -152.5,-43.5 + - type: Transform + pos: -152.5,-43.5 parent: 1 - type: Transform - uid: 34321 components: - - pos: -151.5,-43.5 + - type: Transform + pos: -151.5,-43.5 parent: 1 - type: Transform - uid: 34322 components: - - pos: -150.5,-43.5 + - type: Transform + pos: -150.5,-43.5 parent: 1 - type: Transform - uid: 34323 components: - - pos: -149.5,-43.5 + - type: Transform + pos: -149.5,-43.5 parent: 1 - type: Transform - uid: 34324 components: - - pos: -148.5,-43.5 + - type: Transform + pos: -148.5,-43.5 parent: 1 - type: Transform - uid: 34325 components: - - pos: -154.5,-50.5 + - type: Transform + pos: -154.5,-50.5 parent: 1 - type: Transform - uid: 34326 components: - - pos: -160.5,-49.5 + - type: Transform + pos: -160.5,-49.5 parent: 1 - type: Transform - uid: 34327 components: - - pos: -159.5,-49.5 + - type: Transform + pos: -159.5,-49.5 parent: 1 - type: Transform - uid: 34328 components: - - pos: -158.5,-49.5 + - type: Transform + pos: -158.5,-49.5 parent: 1 - type: Transform - uid: 34329 components: - - pos: -157.5,-49.5 + - type: Transform + pos: -157.5,-49.5 parent: 1 - type: Transform - uid: 34330 components: - - pos: -156.5,-49.5 + - type: Transform + pos: -156.5,-49.5 parent: 1 - type: Transform - uid: 34331 components: - - pos: -155.5,-49.5 + - type: Transform + pos: -155.5,-49.5 parent: 1 - type: Transform - uid: 34332 components: - - pos: -160.5,-51.5 + - type: Transform + pos: -160.5,-51.5 parent: 1 - type: Transform - uid: 34333 components: - - pos: -159.5,-51.5 + - type: Transform + pos: -159.5,-51.5 parent: 1 - type: Transform - uid: 34334 components: - - pos: -158.5,-51.5 + - type: Transform + pos: -158.5,-51.5 parent: 1 - type: Transform - uid: 34335 components: - - pos: -157.5,-51.5 + - type: Transform + pos: -157.5,-51.5 parent: 1 - type: Transform - uid: 34336 components: - - pos: -156.5,-51.5 + - type: Transform + pos: -156.5,-51.5 parent: 1 - type: Transform - uid: 34337 components: - - pos: -155.5,-51.5 + - type: Transform + pos: -155.5,-51.5 parent: 1 - type: Transform - uid: 34338 components: - - pos: -155.5,-50.5 + - type: Transform + pos: -155.5,-50.5 parent: 1 - type: Transform - uid: 34339 components: - - pos: -151.5,-49.5 + - type: Transform + pos: -151.5,-49.5 parent: 1 - type: Transform - uid: 34340 components: - - pos: -150.5,-49.5 + - type: Transform + pos: -150.5,-49.5 parent: 1 - type: Transform - uid: 34341 components: - - pos: -149.5,-49.5 + - type: Transform + pos: -149.5,-49.5 parent: 1 - type: Transform - uid: 34342 components: - - pos: -148.5,-49.5 + - type: Transform + pos: -148.5,-49.5 parent: 1 - type: Transform - uid: 34343 components: - - pos: -147.5,-49.5 + - type: Transform + pos: -147.5,-49.5 parent: 1 - type: Transform - uid: 34344 components: - - pos: -146.5,-49.5 + - type: Transform + pos: -146.5,-49.5 parent: 1 - type: Transform - uid: 34345 components: - - pos: -146.5,-51.5 + - type: Transform + pos: -146.5,-51.5 parent: 1 - type: Transform - uid: 34346 components: - - pos: -147.5,-51.5 + - type: Transform + pos: -147.5,-51.5 parent: 1 - type: Transform - uid: 34347 components: - - pos: -148.5,-51.5 + - type: Transform + pos: -148.5,-51.5 parent: 1 - type: Transform - uid: 34348 components: - - pos: -149.5,-51.5 + - type: Transform + pos: -149.5,-51.5 parent: 1 - type: Transform - uid: 34349 components: - - pos: -150.5,-51.5 + - type: Transform + pos: -150.5,-51.5 parent: 1 - type: Transform - uid: 34350 components: - - pos: -151.5,-51.5 + - type: Transform + pos: -151.5,-51.5 parent: 1 - type: Transform - uid: 34351 components: - - pos: -151.5,-53.5 + - type: Transform + pos: -151.5,-53.5 parent: 1 - type: Transform - uid: 34352 components: - - pos: -150.5,-53.5 + - type: Transform + pos: -150.5,-53.5 parent: 1 - type: Transform - uid: 34353 components: - - pos: -149.5,-53.5 + - type: Transform + pos: -149.5,-53.5 parent: 1 - type: Transform - uid: 34354 components: - - pos: -148.5,-53.5 + - type: Transform + pos: -148.5,-53.5 parent: 1 - type: Transform - uid: 34355 components: - - pos: -147.5,-53.5 + - type: Transform + pos: -147.5,-53.5 parent: 1 - type: Transform - uid: 34356 components: - - pos: -146.5,-53.5 + - type: Transform + pos: -146.5,-53.5 parent: 1 - type: Transform - uid: 34357 components: - - pos: -146.5,-55.5 + - type: Transform + pos: -146.5,-55.5 parent: 1 - type: Transform - uid: 34358 components: - - pos: -147.5,-55.5 + - type: Transform + pos: -147.5,-55.5 parent: 1 - type: Transform - uid: 34359 components: - - pos: -148.5,-55.5 + - type: Transform + pos: -148.5,-55.5 parent: 1 - type: Transform - uid: 34360 components: - - pos: -149.5,-55.5 + - type: Transform + pos: -149.5,-55.5 parent: 1 - type: Transform - uid: 34361 components: - - pos: -150.5,-55.5 + - type: Transform + pos: -150.5,-55.5 parent: 1 - type: Transform - uid: 34362 components: - - pos: -151.5,-55.5 + - type: Transform + pos: -151.5,-55.5 parent: 1 - type: Transform - uid: 34363 components: - - pos: -151.5,-57.5 + - type: Transform + pos: -151.5,-57.5 parent: 1 - type: Transform - uid: 34364 components: - - pos: -150.5,-57.5 + - type: Transform + pos: -150.5,-57.5 parent: 1 - type: Transform - uid: 34365 components: - - pos: -149.5,-57.5 + - type: Transform + pos: -149.5,-57.5 parent: 1 - type: Transform - uid: 34366 components: - - pos: -148.5,-57.5 + - type: Transform + pos: -148.5,-57.5 parent: 1 - type: Transform - uid: 34367 components: - - pos: -147.5,-57.5 + - type: Transform + pos: -147.5,-57.5 parent: 1 - type: Transform - uid: 34368 components: - - pos: -146.5,-57.5 + - type: Transform + pos: -146.5,-57.5 parent: 1 - type: Transform - uid: 34369 components: - - pos: -146.5,-59.5 + - type: Transform + pos: -146.5,-59.5 parent: 1 - type: Transform - uid: 34370 components: - - pos: -147.5,-59.5 + - type: Transform + pos: -147.5,-59.5 parent: 1 - type: Transform - uid: 34371 components: - - pos: -148.5,-59.5 + - type: Transform + pos: -148.5,-59.5 parent: 1 - type: Transform - uid: 34372 components: - - pos: -149.5,-59.5 + - type: Transform + pos: -149.5,-59.5 parent: 1 - type: Transform - uid: 34373 components: - - pos: -150.5,-59.5 + - type: Transform + pos: -150.5,-59.5 parent: 1 - type: Transform - uid: 34374 components: - - pos: -151.5,-59.5 + - type: Transform + pos: -151.5,-59.5 parent: 1 - type: Transform - uid: 34375 components: - - pos: -151.5,-54.5 + - type: Transform + pos: -151.5,-54.5 parent: 1 - type: Transform - uid: 34376 components: - - pos: -152.5,-54.5 + - type: Transform + pos: -152.5,-54.5 parent: 1 - type: Transform - uid: 34377 components: - - pos: -151.5,-50.5 + - type: Transform + pos: -151.5,-50.5 parent: 1 - type: Transform - uid: 34378 components: - - pos: -152.5,-50.5 + - type: Transform + pos: -152.5,-50.5 parent: 1 - type: Transform - uid: 34379 components: - - pos: -151.5,-58.5 + - type: Transform + pos: -151.5,-58.5 parent: 1 - type: Transform - uid: 34561 components: - - pos: -110.5,-11.5 + - type: Transform + pos: -110.5,-11.5 parent: 1 - type: Transform - uid: 34564 components: - - pos: -111.5,-8.5 + - type: Transform + pos: -111.5,-8.5 parent: 1 - type: Transform - uid: 34565 components: - - pos: -105.5,-20.5 + - type: Transform + pos: -105.5,-20.5 parent: 1 - type: Transform - uid: 34639 components: - - pos: -15.5,17.5 + - type: Transform + pos: -15.5,17.5 parent: 1 - type: Transform - uid: 34640 components: - - pos: -14.5,17.5 + - type: Transform + pos: -14.5,17.5 parent: 1 - type: Transform - uid: 34641 components: - - pos: -13.5,17.5 + - type: Transform + pos: -13.5,17.5 parent: 1 - type: Transform - uid: 34642 components: - - pos: -12.5,17.5 + - type: Transform + pos: -12.5,17.5 parent: 1 - type: Transform - uid: 34643 components: - - pos: -11.5,17.5 + - type: Transform + pos: -11.5,17.5 parent: 1 - type: Transform - uid: 34644 components: - - pos: -10.5,17.5 + - type: Transform + pos: -10.5,17.5 parent: 1 - type: Transform - uid: 34645 components: - - pos: -9.5,17.5 + - type: Transform + pos: -9.5,17.5 parent: 1 - type: Transform - uid: 34646 components: - - pos: -8.5,17.5 + - type: Transform + pos: -8.5,17.5 parent: 1 - type: Transform - uid: 34647 components: - - pos: -7.5,17.5 + - type: Transform + pos: -7.5,17.5 parent: 1 - type: Transform - uid: 34648 components: - - pos: -6.5,17.5 + - type: Transform + pos: -6.5,17.5 parent: 1 - type: Transform - uid: 34649 components: - - pos: -5.5,17.5 + - type: Transform + pos: -5.5,17.5 parent: 1 - type: Transform - uid: 34650 components: - - pos: -4.5,17.5 + - type: Transform + pos: -4.5,17.5 parent: 1 - type: Transform - uid: 34651 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - uid: 34652 components: - - pos: -2.5,17.5 + - type: Transform + pos: -2.5,17.5 parent: 1 - type: Transform - uid: 34653 components: - - pos: -1.5,17.5 + - type: Transform + pos: -1.5,17.5 parent: 1 - type: Transform - uid: 34687 components: - - pos: -117.5,-11.5 + - type: Transform + pos: -117.5,-11.5 parent: 1 - type: Transform - uid: 34688 components: - - pos: -117.5,-10.5 + - type: Transform + pos: -117.5,-10.5 parent: 1 - type: Transform - uid: 34689 components: - - pos: -117.5,-9.5 + - type: Transform + pos: -117.5,-9.5 parent: 1 - type: Transform - uid: 34690 components: - - pos: -117.5,-8.5 + - type: Transform + pos: -117.5,-8.5 parent: 1 - type: Transform - uid: 34861 components: - - pos: 33.5,-34.5 + - type: Transform + pos: 33.5,-34.5 parent: 1 - type: Transform - uid: 34862 components: - - pos: 33.5,-33.5 + - type: Transform + pos: 33.5,-33.5 parent: 1 - type: Transform - uid: 34863 components: - - pos: 33.5,-32.5 + - type: Transform + pos: 33.5,-32.5 parent: 1 - type: Transform - uid: 34864 components: - - pos: 33.5,-31.5 + - type: Transform + pos: 33.5,-31.5 parent: 1 - type: Transform - uid: 34865 components: - - pos: 33.5,-30.5 + - type: Transform + pos: 33.5,-30.5 parent: 1 - type: Transform - uid: 34866 components: - - pos: 33.5,-29.5 + - type: Transform + pos: 33.5,-29.5 parent: 1 - type: Transform - uid: 34867 components: - - pos: 33.5,-28.5 + - type: Transform + pos: 33.5,-28.5 parent: 1 - type: Transform - uid: 34868 components: - - pos: 33.5,-27.5 + - type: Transform + pos: 33.5,-27.5 parent: 1 - type: Transform - uid: 34869 components: - - pos: 33.5,-26.5 + - type: Transform + pos: 33.5,-26.5 parent: 1 - type: Transform - uid: 34870 components: - - pos: 33.5,-25.5 + - type: Transform + pos: 33.5,-25.5 parent: 1 - type: Transform - uid: 34871 components: - - pos: 33.5,-24.5 + - type: Transform + pos: 33.5,-24.5 parent: 1 - type: Transform - uid: 34872 components: - - pos: 33.5,-23.5 + - type: Transform + pos: 33.5,-23.5 parent: 1 - type: Transform - uid: 34873 components: - - pos: 33.5,-22.5 + - type: Transform + pos: 33.5,-22.5 parent: 1 - type: Transform - uid: 34874 components: - - pos: 33.5,-21.5 + - type: Transform + pos: 33.5,-21.5 parent: 1 - type: Transform - uid: 34877 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 1 - type: Transform - uid: 34881 components: - - pos: 32.5,-20.5 + - type: Transform + pos: 32.5,-20.5 parent: 1 - type: Transform - uid: 34884 components: - - pos: 32.5,-19.5 + - type: Transform + pos: 32.5,-19.5 parent: 1 - type: Transform - uid: 34885 components: - - pos: 32.5,-18.5 + - type: Transform + pos: 32.5,-18.5 parent: 1 - type: Transform - uid: 34886 components: - - pos: 32.5,-17.5 + - type: Transform + pos: 32.5,-17.5 parent: 1 - type: Transform - uid: 34887 components: - - pos: 32.5,-16.5 + - type: Transform + pos: 32.5,-16.5 parent: 1 - type: Transform - uid: 34888 components: - - pos: 32.5,-15.5 + - type: Transform + pos: 32.5,-15.5 parent: 1 - type: Transform - uid: 34889 components: - - pos: 32.5,-14.5 + - type: Transform + pos: 32.5,-14.5 parent: 1 - type: Transform - uid: 34890 components: - - pos: 32.5,-13.5 + - type: Transform + pos: 32.5,-13.5 parent: 1 - type: Transform - uid: 34891 components: - - pos: 31.5,-13.5 + - type: Transform + pos: 31.5,-13.5 parent: 1 - type: Transform - uid: 34892 components: - - pos: 30.5,-13.5 + - type: Transform + pos: 30.5,-13.5 parent: 1 - type: Transform - uid: 34893 components: - - pos: 29.5,-13.5 + - type: Transform + pos: 29.5,-13.5 parent: 1 - type: Transform - uid: 34894 components: - - pos: 28.5,-13.5 + - type: Transform + pos: 28.5,-13.5 parent: 1 - type: Transform - uid: 34895 components: - - pos: 27.5,-13.5 + - type: Transform + pos: 27.5,-13.5 parent: 1 - type: Transform - uid: 34896 components: - - pos: 26.5,-13.5 + - type: Transform + pos: 26.5,-13.5 parent: 1 - type: Transform - uid: 34897 components: - - pos: 26.5,-12.5 + - type: Transform + pos: 26.5,-12.5 parent: 1 - type: Transform - uid: 34898 components: - - pos: 26.5,-11.5 + - type: Transform + pos: 26.5,-11.5 parent: 1 - type: Transform - uid: 34899 components: - - pos: 26.5,-10.5 + - type: Transform + pos: 26.5,-10.5 parent: 1 - type: Transform - uid: 34900 components: - - pos: 25.5,-10.5 + - type: Transform + pos: 25.5,-10.5 parent: 1 - type: Transform - uid: 34901 components: - - pos: 24.5,-10.5 + - type: Transform + pos: 24.5,-10.5 parent: 1 - type: Transform - uid: 34902 components: - - pos: 23.5,-10.5 + - type: Transform + pos: 23.5,-10.5 parent: 1 - type: Transform - uid: 34903 components: - - pos: 22.5,-10.5 + - type: Transform + pos: 22.5,-10.5 parent: 1 - type: Transform - uid: 34904 components: - - pos: 21.5,-10.5 + - type: Transform + pos: 21.5,-10.5 parent: 1 - type: Transform - uid: 34905 components: - - pos: 20.5,-10.5 + - type: Transform + pos: 20.5,-10.5 parent: 1 - type: Transform - uid: 34906 components: - - pos: 19.5,-10.5 + - type: Transform + pos: 19.5,-10.5 parent: 1 - type: Transform - uid: 34907 components: - - pos: 18.5,-10.5 + - type: Transform + pos: 18.5,-10.5 parent: 1 - type: Transform - uid: 34908 components: - - pos: 17.5,-10.5 + - type: Transform + pos: 17.5,-10.5 parent: 1 - type: Transform - uid: 34909 components: - - pos: 16.5,-10.5 + - type: Transform + pos: 16.5,-10.5 parent: 1 - type: Transform - uid: 34910 components: - - pos: 15.5,-10.5 + - type: Transform + pos: 15.5,-10.5 parent: 1 - type: Transform - uid: 34911 components: - - pos: 14.5,-10.5 + - type: Transform + pos: 14.5,-10.5 parent: 1 - type: Transform - uid: 34912 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 1 - type: Transform - uid: 34913 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 1 - type: Transform - uid: 34914 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 1 - type: Transform - uid: 34915 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 1 - type: Transform - uid: 34916 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 1 - type: Transform - uid: 34917 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 1 - type: Transform - uid: 34918 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 1 - type: Transform - uid: 34919 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 1 - type: Transform - uid: 34920 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 1 - type: Transform - uid: 34921 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 1 - type: Transform - uid: 34922 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - uid: 34923 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 1 - type: Transform - uid: 34924 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 1 - type: Transform - uid: 34925 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 1 - type: Transform - uid: 34926 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 1 - type: Transform - uid: 34927 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 1 - type: Transform - uid: 34928 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 34929 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 1 - type: Transform - uid: 34930 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 34931 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 34932 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 1 - type: Transform - uid: 34933 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 1 - type: Transform - uid: 34934 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - uid: 34935 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 34936 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 1 - type: Transform - uid: 34937 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 1 - type: Transform - uid: 34938 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 1 - type: Transform - uid: 34939 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 34940 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 1 - type: Transform - uid: 34941 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 1 - type: Transform - uid: 34942 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 1 - type: Transform - uid: 34943 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 1 - type: Transform - uid: 34944 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 1 - type: Transform - uid: 34945 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 1 - type: Transform - uid: 34946 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 1 - type: Transform - uid: 34947 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 34948 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - uid: 34949 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - uid: 34950 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 34951 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - uid: 34952 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - uid: 34953 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 34954 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 34955 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 34956 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 1 - type: Transform - uid: 34957 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - uid: 34958 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 1 - type: Transform - uid: 34959 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 1 - type: Transform - uid: 34960 components: - - pos: -13.5,10.5 + - type: Transform + pos: -13.5,10.5 parent: 1 - type: Transform - uid: 34961 components: - - pos: -13.5,11.5 + - type: Transform + pos: -13.5,11.5 parent: 1 - type: Transform - uid: 34962 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 1 - type: Transform - uid: 34963 components: - - pos: -13.5,13.5 + - type: Transform + pos: -13.5,13.5 parent: 1 - type: Transform - uid: 34964 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 1 - type: Transform - uid: 34965 components: - - pos: -13.5,15.5 + - type: Transform + pos: -13.5,15.5 parent: 1 - type: Transform - uid: 34966 components: - - pos: -13.5,16.5 + - type: Transform + pos: -13.5,16.5 parent: 1 - type: Transform - uid: 35018 components: - - pos: 33.5,-44.5 + - type: Transform + pos: 33.5,-44.5 parent: 1 - type: Transform - uid: 35019 components: - - pos: 33.5,-45.5 + - type: Transform + pos: 33.5,-45.5 parent: 1 - type: Transform - uid: 35020 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 1 - type: Transform - uid: 35021 components: - - pos: 31.5,-45.5 + - type: Transform + pos: 31.5,-45.5 parent: 1 - type: Transform - uid: 35022 components: - - pos: 30.5,-45.5 + - type: Transform + pos: 30.5,-45.5 parent: 1 - type: Transform - uid: 35023 components: - - pos: 29.5,-45.5 + - type: Transform + pos: 29.5,-45.5 parent: 1 - type: Transform - uid: 35024 components: - - pos: 28.5,-45.5 + - type: Transform + pos: 28.5,-45.5 parent: 1 - type: Transform - uid: 35025 components: - - pos: 27.5,-45.5 + - type: Transform + pos: 27.5,-45.5 parent: 1 - type: Transform - uid: 35026 components: - - pos: 26.5,-45.5 + - type: Transform + pos: 26.5,-45.5 parent: 1 - type: Transform - uid: 35027 components: - - pos: 25.5,-45.5 + - type: Transform + pos: 25.5,-45.5 parent: 1 - type: Transform - uid: 35028 components: - - pos: 24.5,-45.5 + - type: Transform + pos: 24.5,-45.5 parent: 1 - type: Transform - uid: 35029 components: - - pos: 23.5,-45.5 + - type: Transform + pos: 23.5,-45.5 parent: 1 - type: Transform - uid: 35030 components: - - pos: 22.5,-45.5 + - type: Transform + pos: 22.5,-45.5 parent: 1 - type: Transform - uid: 35031 components: - - pos: 21.5,-45.5 + - type: Transform + pos: 21.5,-45.5 parent: 1 - type: Transform - uid: 35032 components: - - pos: 20.5,-45.5 + - type: Transform + pos: 20.5,-45.5 parent: 1 - type: Transform - uid: 35033 components: - - pos: 19.5,-45.5 + - type: Transform + pos: 19.5,-45.5 parent: 1 - type: Transform - uid: 35034 components: - - pos: 18.5,-45.5 + - type: Transform + pos: 18.5,-45.5 parent: 1 - type: Transform - uid: 35035 components: - - pos: 17.5,-45.5 + - type: Transform + pos: 17.5,-45.5 parent: 1 - type: Transform - uid: 35036 components: - - pos: 16.5,-45.5 + - type: Transform + pos: 16.5,-45.5 parent: 1 - type: Transform - uid: 35037 components: - - pos: 15.5,-45.5 + - type: Transform + pos: 15.5,-45.5 parent: 1 - type: Transform - uid: 35038 components: - - pos: 14.5,-45.5 + - type: Transform + pos: 14.5,-45.5 parent: 1 - type: Transform - uid: 35039 components: - - pos: 13.5,-45.5 + - type: Transform + pos: 13.5,-45.5 parent: 1 - type: Transform - uid: 35040 components: - - pos: 12.5,-45.5 + - type: Transform + pos: 12.5,-45.5 parent: 1 - type: Transform - uid: 35041 components: - - pos: 11.5,-45.5 + - type: Transform + pos: 11.5,-45.5 parent: 1 - type: Transform - uid: 35042 components: - - pos: 10.5,-45.5 + - type: Transform + pos: 10.5,-45.5 parent: 1 - type: Transform - uid: 35043 components: - - pos: 9.5,-45.5 + - type: Transform + pos: 9.5,-45.5 parent: 1 - type: Transform - uid: 35044 components: - - pos: 8.5,-45.5 + - type: Transform + pos: 8.5,-45.5 parent: 1 - type: Transform - uid: 35045 components: - - pos: 7.5,-45.5 + - type: Transform + pos: 7.5,-45.5 parent: 1 - type: Transform - uid: 35046 components: - - pos: 6.5,-45.5 + - type: Transform + pos: 6.5,-45.5 parent: 1 - type: Transform - uid: 35047 components: - - pos: 5.5,-45.5 + - type: Transform + pos: 5.5,-45.5 parent: 1 - type: Transform - uid: 35048 components: - - pos: 4.5,-45.5 + - type: Transform + pos: 4.5,-45.5 parent: 1 - type: Transform - uid: 35049 components: - - pos: 3.5,-45.5 + - type: Transform + pos: 3.5,-45.5 parent: 1 - type: Transform - uid: 35050 components: - - pos: 2.5,-45.5 + - type: Transform + pos: 2.5,-45.5 parent: 1 - type: Transform - uid: 35051 components: - - pos: 1.5,-45.5 + - type: Transform + pos: 1.5,-45.5 parent: 1 - type: Transform - uid: 35052 components: - - pos: 0.5,-45.5 + - type: Transform + pos: 0.5,-45.5 parent: 1 - type: Transform - uid: 35053 components: - - pos: -0.5,-45.5 + - type: Transform + pos: -0.5,-45.5 parent: 1 - type: Transform - uid: 35054 components: - - pos: -1.5,-45.5 + - type: Transform + pos: -1.5,-45.5 parent: 1 - type: Transform - uid: 35055 components: - - pos: -15.5,-50.5 + - type: Transform + pos: -15.5,-50.5 parent: 1 - type: Transform - uid: 35056 components: - - pos: -15.5,-51.5 + - type: Transform + pos: -15.5,-51.5 parent: 1 - type: Transform - uid: 35057 components: - - pos: -16.5,-51.5 + - type: Transform + pos: -16.5,-51.5 parent: 1 - type: Transform - uid: 35058 components: - - pos: -16.5,-52.5 + - type: Transform + pos: -16.5,-52.5 parent: 1 - type: Transform - uid: 35059 components: - - pos: -16.5,-53.5 + - type: Transform + pos: -16.5,-53.5 parent: 1 - type: Transform - uid: 35060 components: - - pos: -16.5,-54.5 + - type: Transform + pos: -16.5,-54.5 parent: 1 - type: Transform - uid: 35061 components: - - pos: -16.5,-55.5 + - type: Transform + pos: -16.5,-55.5 parent: 1 - type: Transform - uid: 35062 components: - - pos: -16.5,-56.5 + - type: Transform + pos: -16.5,-56.5 parent: 1 - type: Transform - uid: 35063 components: - - pos: -17.5,-56.5 + - type: Transform + pos: -17.5,-56.5 parent: 1 - type: Transform - uid: 35064 components: - - pos: -18.5,-56.5 + - type: Transform + pos: -18.5,-56.5 parent: 1 - type: Transform - uid: 35065 components: - - pos: -19.5,-56.5 + - type: Transform + pos: -19.5,-56.5 parent: 1 - type: Transform - uid: 35066 components: - - pos: -20.5,-56.5 + - type: Transform + pos: -20.5,-56.5 parent: 1 - type: Transform - uid: 35067 components: - - pos: -21.5,-56.5 + - type: Transform + pos: -21.5,-56.5 parent: 1 - type: Transform - uid: 35068 components: - - pos: -22.5,-56.5 + - type: Transform + pos: -22.5,-56.5 parent: 1 - type: Transform - uid: 35069 components: - - pos: -23.5,-56.5 + - type: Transform + pos: -23.5,-56.5 parent: 1 - type: Transform - uid: 35070 components: - - pos: -24.5,-56.5 + - type: Transform + pos: -24.5,-56.5 parent: 1 - type: Transform - uid: 35071 components: - - pos: -25.5,-56.5 + - type: Transform + pos: -25.5,-56.5 parent: 1 - type: Transform - uid: 35083 components: - - pos: -96.5,-20.5 + - type: Transform + pos: -96.5,-20.5 parent: 1 - type: Transform - uid: 35084 components: - - pos: -96.5,-19.5 + - type: Transform + pos: -96.5,-19.5 parent: 1 - type: Transform - uid: 35085 components: - - pos: -96.5,-18.5 + - type: Transform + pos: -96.5,-18.5 parent: 1 - type: Transform - uid: 35086 components: - - pos: -96.5,-17.5 + - type: Transform + pos: -96.5,-17.5 parent: 1 - type: Transform - uid: 35087 components: - - pos: -96.5,-16.5 + - type: Transform + pos: -96.5,-16.5 parent: 1 - type: Transform - uid: 35088 components: - - pos: -96.5,-15.5 + - type: Transform + pos: -96.5,-15.5 parent: 1 - type: Transform - uid: 35089 components: - - pos: -96.5,-14.5 + - type: Transform + pos: -96.5,-14.5 parent: 1 - type: Transform - uid: 35090 components: - - pos: -96.5,-13.5 + - type: Transform + pos: -96.5,-13.5 parent: 1 - type: Transform - uid: 35091 components: - - pos: -96.5,-12.5 + - type: Transform + pos: -96.5,-12.5 parent: 1 - type: Transform - uid: 35092 components: - - pos: -96.5,-11.5 + - type: Transform + pos: -96.5,-11.5 parent: 1 - type: Transform - uid: 35093 components: - - pos: -97.5,-11.5 + - type: Transform + pos: -97.5,-11.5 parent: 1 - type: Transform - uid: 35094 components: - - pos: -97.5,-10.5 + - type: Transform + pos: -97.5,-10.5 parent: 1 - type: Transform - uid: 35095 components: - - pos: -97.5,-9.5 + - type: Transform + pos: -97.5,-9.5 parent: 1 - type: Transform - uid: 35096 components: - - pos: -97.5,-8.5 + - type: Transform + pos: -97.5,-8.5 parent: 1 - type: Transform - uid: 35097 components: - - pos: -97.5,-7.5 + - type: Transform + pos: -97.5,-7.5 parent: 1 - type: Transform - uid: 35098 components: - - pos: -97.5,-6.5 + - type: Transform + pos: -97.5,-6.5 parent: 1 - type: Transform - uid: 35099 components: - - pos: -96.5,-6.5 + - type: Transform + pos: -96.5,-6.5 parent: 1 - type: Transform - uid: 35100 components: - - pos: -95.5,-6.5 + - type: Transform + pos: -95.5,-6.5 parent: 1 - type: Transform - uid: 35101 components: - - pos: -94.5,-6.5 + - type: Transform + pos: -94.5,-6.5 parent: 1 - type: Transform - uid: 35102 components: - - pos: -93.5,-6.5 + - type: Transform + pos: -93.5,-6.5 parent: 1 - type: Transform - uid: 35103 components: - - pos: -93.5,-5.5 + - type: Transform + pos: -93.5,-5.5 parent: 1 - type: Transform - uid: 35104 components: - - pos: -92.5,-5.5 + - type: Transform + pos: -92.5,-5.5 parent: 1 - type: Transform - uid: 35105 components: - - pos: -91.5,-5.5 + - type: Transform + pos: -91.5,-5.5 parent: 1 - type: Transform - uid: 35106 components: - - pos: -90.5,-5.5 + - type: Transform + pos: -90.5,-5.5 parent: 1 - type: Transform - uid: 35107 components: - - pos: -89.5,-5.5 + - type: Transform + pos: -89.5,-5.5 parent: 1 - type: Transform - uid: 35108 components: - - pos: -88.5,-5.5 + - type: Transform + pos: -88.5,-5.5 parent: 1 - type: Transform - uid: 35109 components: - - pos: -87.5,-5.5 + - type: Transform + pos: -87.5,-5.5 parent: 1 - type: Transform - uid: 35110 components: - - pos: -87.5,-4.5 + - type: Transform + pos: -87.5,-4.5 parent: 1 - type: Transform - uid: 35111 components: - - pos: -87.5,-3.5 + - type: Transform + pos: -87.5,-3.5 parent: 1 - type: Transform - uid: 35112 components: - - pos: -87.5,-2.5 + - type: Transform + pos: -87.5,-2.5 parent: 1 - type: Transform - uid: 35113 components: - - pos: -87.5,-1.5 + - type: Transform + pos: -87.5,-1.5 parent: 1 - type: Transform - uid: 35114 components: - - pos: -88.5,-1.5 + - type: Transform + pos: -88.5,-1.5 parent: 1 - type: Transform - uid: 35115 components: - - pos: -89.5,-1.5 + - type: Transform + pos: -89.5,-1.5 parent: 1 - type: Transform - uid: 35116 components: - - pos: -89.5,-0.5 + - type: Transform + pos: -89.5,-0.5 parent: 1 - type: Transform - uid: 35117 components: - - pos: -89.5,0.5 + - type: Transform + pos: -89.5,0.5 parent: 1 - type: Transform - uid: 35118 components: - - pos: -89.5,1.5 + - type: Transform + pos: -89.5,1.5 parent: 1 - type: Transform - uid: 35119 components: - - pos: -89.5,2.5 + - type: Transform + pos: -89.5,2.5 parent: 1 - type: Transform - uid: 35120 components: - - pos: -89.5,3.5 + - type: Transform + pos: -89.5,3.5 parent: 1 - type: Transform - uid: 35121 components: - - pos: -89.5,4.5 + - type: Transform + pos: -89.5,4.5 parent: 1 - type: Transform - uid: 35122 components: - - pos: -89.5,5.5 + - type: Transform + pos: -89.5,5.5 parent: 1 - type: Transform - uid: 35123 components: - - pos: -89.5,6.5 + - type: Transform + pos: -89.5,6.5 parent: 1 - type: Transform - uid: 35124 components: - - pos: -89.5,7.5 + - type: Transform + pos: -89.5,7.5 parent: 1 - type: Transform - uid: 35125 components: - - pos: -89.5,8.5 + - type: Transform + pos: -89.5,8.5 parent: 1 - type: Transform - uid: 35126 components: - - pos: -90.5,8.5 + - type: Transform + pos: -90.5,8.5 parent: 1 - type: Transform - uid: 35127 components: - - pos: -91.5,8.5 + - type: Transform + pos: -91.5,8.5 parent: 1 - type: Transform - uid: 35128 components: - - pos: -91.5,9.5 + - type: Transform + pos: -91.5,9.5 parent: 1 - type: Transform - uid: 35129 components: - - pos: -92.5,9.5 + - type: Transform + pos: -92.5,9.5 parent: 1 - type: Transform - uid: 35130 components: - - pos: -93.5,9.5 + - type: Transform + pos: -93.5,9.5 parent: 1 - type: Transform - uid: 35131 components: - - pos: -94.5,9.5 + - type: Transform + pos: -94.5,9.5 parent: 1 - type: Transform - uid: 35132 components: - - pos: -95.5,9.5 + - type: Transform + pos: -95.5,9.5 parent: 1 - type: Transform - uid: 35133 components: - - pos: -96.5,9.5 + - type: Transform + pos: -96.5,9.5 parent: 1 - type: Transform - uid: 35134 components: - - pos: -96.5,10.5 + - type: Transform + pos: -96.5,10.5 parent: 1 - type: Transform - uid: 35135 components: - - pos: -96.5,11.5 + - type: Transform + pos: -96.5,11.5 parent: 1 - type: Transform - uid: 35136 components: - - pos: -96.5,12.5 + - type: Transform + pos: -96.5,12.5 parent: 1 - type: Transform - uid: 35137 components: - - pos: -96.5,13.5 + - type: Transform + pos: -96.5,13.5 parent: 1 - type: Transform - uid: 35138 components: - - pos: -97.5,13.5 + - type: Transform + pos: -97.5,13.5 parent: 1 - type: Transform - uid: 35139 components: - - pos: -60.5,-37.5 + - type: Transform + pos: -60.5,-37.5 parent: 1 - type: Transform - uid: 35140 components: - - pos: -60.5,-36.5 + - type: Transform + pos: -60.5,-36.5 parent: 1 - type: Transform - uid: 35141 components: - - pos: -60.5,-35.5 + - type: Transform + pos: -60.5,-35.5 parent: 1 - type: Transform - uid: 35142 components: - - pos: -60.5,-34.5 + - type: Transform + pos: -60.5,-34.5 parent: 1 - type: Transform - uid: 35143 components: - - pos: -60.5,-33.5 + - type: Transform + pos: -60.5,-33.5 parent: 1 - type: Transform - uid: 35144 components: - - pos: -60.5,-32.5 + - type: Transform + pos: -60.5,-32.5 parent: 1 - type: Transform - uid: 35145 components: - - pos: -60.5,-31.5 + - type: Transform + pos: -60.5,-31.5 parent: 1 - type: Transform - uid: 35146 components: - - pos: -60.5,-30.5 + - type: Transform + pos: -60.5,-30.5 parent: 1 - type: Transform - uid: 35147 components: - - pos: -60.5,-29.5 + - type: Transform + pos: -60.5,-29.5 parent: 1 - type: Transform - uid: 35148 components: - - pos: -60.5,-28.5 + - type: Transform + pos: -60.5,-28.5 parent: 1 - type: Transform - uid: 35149 components: - - pos: -60.5,-27.5 + - type: Transform + pos: -60.5,-27.5 parent: 1 - type: Transform - uid: 35150 components: - - pos: -60.5,-26.5 + - type: Transform + pos: -60.5,-26.5 parent: 1 - type: Transform - uid: 35151 components: - - pos: -60.5,-25.5 + - type: Transform + pos: -60.5,-25.5 parent: 1 - type: Transform - uid: 35152 components: - - pos: -60.5,-24.5 + - type: Transform + pos: -60.5,-24.5 parent: 1 - type: Transform - uid: 35153 components: - - pos: -60.5,-23.5 + - type: Transform + pos: -60.5,-23.5 parent: 1 - type: Transform - uid: 35154 components: - - pos: -60.5,-22.5 + - type: Transform + pos: -60.5,-22.5 parent: 1 - type: Transform - uid: 35155 components: - - pos: -60.5,-21.5 + - type: Transform + pos: -60.5,-21.5 parent: 1 - type: Transform - uid: 35156 components: - - pos: -59.5,-21.5 + - type: Transform + pos: -59.5,-21.5 parent: 1 - type: Transform - uid: 35157 components: - - pos: -58.5,-21.5 + - type: Transform + pos: -58.5,-21.5 parent: 1 - type: Transform - uid: 35158 components: - - pos: -58.5,-20.5 + - type: Transform + pos: -58.5,-20.5 parent: 1 - type: Transform - uid: 35159 components: - - pos: -58.5,-19.5 + - type: Transform + pos: -58.5,-19.5 parent: 1 - type: Transform - uid: 35160 components: - - pos: -58.5,-18.5 + - type: Transform + pos: -58.5,-18.5 parent: 1 - type: Transform - uid: 35161 components: - - pos: -58.5,-17.5 + - type: Transform + pos: -58.5,-17.5 parent: 1 - type: Transform - uid: 35162 components: - - pos: -58.5,-16.5 + - type: Transform + pos: -58.5,-16.5 parent: 1 - type: Transform - uid: 35163 components: - - pos: -58.5,-15.5 + - type: Transform + pos: -58.5,-15.5 parent: 1 - type: Transform - uid: 35164 components: - - pos: -58.5,-14.5 + - type: Transform + pos: -58.5,-14.5 parent: 1 - type: Transform - uid: 35165 components: - - pos: -59.5,-14.5 + - type: Transform + pos: -59.5,-14.5 parent: 1 - type: Transform - uid: 35166 components: - - pos: -60.5,-14.5 + - type: Transform + pos: -60.5,-14.5 parent: 1 - type: Transform - uid: 35167 components: - - pos: -61.5,-14.5 + - type: Transform + pos: -61.5,-14.5 parent: 1 - type: Transform - uid: 35168 components: - - pos: -62.5,-14.5 + - type: Transform + pos: -62.5,-14.5 parent: 1 - type: Transform - uid: 35169 components: - - pos: -63.5,-14.5 + - type: Transform + pos: -63.5,-14.5 parent: 1 - type: Transform - uid: 35170 components: - - pos: -63.5,-13.5 + - type: Transform + pos: -63.5,-13.5 parent: 1 - type: Transform - uid: 35171 components: - - pos: -63.5,-12.5 + - type: Transform + pos: -63.5,-12.5 parent: 1 - type: Transform - uid: 35172 components: - - pos: -63.5,-11.5 + - type: Transform + pos: -63.5,-11.5 parent: 1 - type: Transform - uid: 35173 components: - - pos: -63.5,-10.5 + - type: Transform + pos: -63.5,-10.5 parent: 1 - type: Transform - uid: 35174 components: - - pos: -62.5,-10.5 + - type: Transform + pos: -62.5,-10.5 parent: 1 - type: Transform - uid: 35175 components: - - pos: -61.5,-10.5 + - type: Transform + pos: -61.5,-10.5 parent: 1 - type: Transform - uid: 35176 components: - - pos: -61.5,-9.5 + - type: Transform + pos: -61.5,-9.5 parent: 1 - type: Transform - uid: 35177 components: - - pos: -61.5,-8.5 + - type: Transform + pos: -61.5,-8.5 parent: 1 - type: Transform - uid: 35178 components: - - pos: -61.5,-7.5 + - type: Transform + pos: -61.5,-7.5 parent: 1 - type: Transform - uid: 35179 components: - - pos: -61.5,-6.5 + - type: Transform + pos: -61.5,-6.5 parent: 1 - type: Transform - uid: 35180 components: - - pos: -61.5,-5.5 + - type: Transform + pos: -61.5,-5.5 parent: 1 - type: Transform - uid: 35181 components: - - pos: -61.5,-4.5 + - type: Transform + pos: -61.5,-4.5 parent: 1 - type: Transform - uid: 35182 components: - - pos: -61.5,-3.5 + - type: Transform + pos: -61.5,-3.5 parent: 1 - type: Transform - uid: 35183 components: - - pos: -61.5,-2.5 + - type: Transform + pos: -61.5,-2.5 parent: 1 - type: Transform - uid: 35184 components: - - pos: -61.5,-1.5 + - type: Transform + pos: -61.5,-1.5 parent: 1 - type: Transform - uid: 35185 components: - - pos: -61.5,-0.5 + - type: Transform + pos: -61.5,-0.5 parent: 1 - type: Transform - uid: 35186 components: - - pos: -61.5,0.5 + - type: Transform + pos: -61.5,0.5 parent: 1 - type: Transform - uid: 35187 components: - - pos: -61.5,1.5 + - type: Transform + pos: -61.5,1.5 parent: 1 - type: Transform - uid: 35188 components: - - pos: -61.5,2.5 + - type: Transform + pos: -61.5,2.5 parent: 1 - type: Transform - uid: 35189 components: - - pos: -61.5,3.5 + - type: Transform + pos: -61.5,3.5 parent: 1 - type: Transform - uid: 35190 components: - - pos: -61.5,4.5 + - type: Transform + pos: -61.5,4.5 parent: 1 - type: Transform - uid: 35191 components: - - pos: -61.5,5.5 + - type: Transform + pos: -61.5,5.5 parent: 1 - type: Transform - uid: 35192 components: - - pos: -61.5,6.5 + - type: Transform + pos: -61.5,6.5 parent: 1 - type: Transform - uid: 35193 components: - - pos: -61.5,7.5 + - type: Transform + pos: -61.5,7.5 parent: 1 - type: Transform - uid: 35194 components: - - pos: -61.5,8.5 + - type: Transform + pos: -61.5,8.5 parent: 1 - type: Transform - uid: 35195 components: - - pos: -53.5,-64.5 + - type: Transform + pos: -53.5,-64.5 parent: 1 - type: Transform - uid: 35196 components: - - pos: -52.5,-64.5 + - type: Transform + pos: -52.5,-64.5 parent: 1 - type: Transform - uid: 35197 components: - - pos: -51.5,-64.5 + - type: Transform + pos: -51.5,-64.5 parent: 1 - type: Transform - uid: 35198 components: - - pos: -50.5,-64.5 + - type: Transform + pos: -50.5,-64.5 parent: 1 - type: Transform - uid: 35199 components: - - pos: -49.5,-64.5 + - type: Transform + pos: -49.5,-64.5 parent: 1 - type: Transform - uid: 35200 components: - - pos: -49.5,-63.5 + - type: Transform + pos: -49.5,-63.5 parent: 1 - type: Transform - uid: 35201 components: - - pos: -49.5,-62.5 + - type: Transform + pos: -49.5,-62.5 parent: 1 - type: Transform - uid: 35202 components: - - pos: -49.5,-61.5 + - type: Transform + pos: -49.5,-61.5 parent: 1 - type: Transform - uid: 35203 components: - - pos: -49.5,-60.5 + - type: Transform + pos: -49.5,-60.5 parent: 1 - type: Transform - uid: 35204 components: - - pos: -49.5,-59.5 + - type: Transform + pos: -49.5,-59.5 parent: 1 - type: Transform - uid: 35205 components: - - pos: -48.5,-59.5 + - type: Transform + pos: -48.5,-59.5 parent: 1 - type: Transform - uid: 35206 components: - - pos: -47.5,-59.5 + - type: Transform + pos: -47.5,-59.5 parent: 1 - type: Transform - uid: 35207 components: - - pos: -46.5,-59.5 + - type: Transform + pos: -46.5,-59.5 parent: 1 - type: Transform - uid: 35208 components: - - pos: -45.5,-59.5 + - type: Transform + pos: -45.5,-59.5 parent: 1 - type: Transform - uid: 35209 components: - - pos: -45.5,-58.5 + - type: Transform + pos: -45.5,-58.5 parent: 1 - type: Transform - uid: 35210 components: - - pos: -45.5,-57.5 + - type: Transform + pos: -45.5,-57.5 parent: 1 - type: Transform - uid: 35211 components: - - pos: -45.5,-56.5 + - type: Transform + pos: -45.5,-56.5 parent: 1 - type: Transform - uid: 35212 components: - - pos: -45.5,-55.5 + - type: Transform + pos: -45.5,-55.5 parent: 1 - type: Transform - uid: 35213 components: - - pos: -45.5,-54.5 + - type: Transform + pos: -45.5,-54.5 parent: 1 - type: Transform - uid: 35214 components: - - pos: -45.5,-53.5 + - type: Transform + pos: -45.5,-53.5 parent: 1 - type: Transform - uid: 35215 components: - - pos: -45.5,-52.5 + - type: Transform + pos: -45.5,-52.5 parent: 1 - type: Transform - uid: 35216 components: - - pos: -45.5,-51.5 + - type: Transform + pos: -45.5,-51.5 parent: 1 - type: Transform - uid: 35217 components: - - pos: -44.5,-51.5 + - type: Transform + pos: -44.5,-51.5 parent: 1 - type: Transform - uid: 35218 components: - - pos: -43.5,-51.5 + - type: Transform + pos: -43.5,-51.5 parent: 1 - type: Transform - uid: 35219 components: - - pos: -42.5,-51.5 + - type: Transform + pos: -42.5,-51.5 parent: 1 - type: Transform - uid: 35220 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 1 - type: Transform - uid: 35221 components: - - pos: -42.5,-49.5 + - type: Transform + pos: -42.5,-49.5 parent: 1 - type: Transform - uid: 35222 components: - - pos: -42.5,-48.5 + - type: Transform + pos: -42.5,-48.5 parent: 1 - type: Transform - uid: 35223 components: - - pos: -42.5,-47.5 + - type: Transform + pos: -42.5,-47.5 parent: 1 - type: Transform - uid: 35224 components: - - pos: -41.5,-47.5 + - type: Transform + pos: -41.5,-47.5 parent: 1 - type: Transform - uid: 35225 components: - - pos: -40.5,-47.5 + - type: Transform + pos: -40.5,-47.5 parent: 1 - type: Transform - uid: 35226 components: - - pos: -40.5,-46.5 + - type: Transform + pos: -40.5,-46.5 parent: 1 - type: Transform - uid: 35227 components: - - pos: -40.5,-45.5 + - type: Transform + pos: -40.5,-45.5 parent: 1 - type: Transform - uid: 35228 components: - - pos: -40.5,-44.5 + - type: Transform + pos: -40.5,-44.5 parent: 1 - type: Transform - uid: 35229 components: - - pos: -40.5,-43.5 + - type: Transform + pos: -40.5,-43.5 parent: 1 - type: Transform - uid: 35230 components: - - pos: -40.5,-42.5 + - type: Transform + pos: -40.5,-42.5 parent: 1 - type: Transform - uid: 35231 components: - - pos: -40.5,-41.5 + - type: Transform + pos: -40.5,-41.5 parent: 1 - type: Transform - uid: 35232 components: - - pos: -40.5,-40.5 + - type: Transform + pos: -40.5,-40.5 parent: 1 - type: Transform - uid: 35233 components: - - pos: -40.5,-39.5 + - type: Transform + pos: -40.5,-39.5 parent: 1 - type: Transform - uid: 35234 components: - - pos: -40.5,-38.5 + - type: Transform + pos: -40.5,-38.5 parent: 1 - type: Transform - uid: 35235 components: - - pos: -40.5,-37.5 + - type: Transform + pos: -40.5,-37.5 parent: 1 - type: Transform - uid: 35236 components: - - pos: -40.5,-36.5 + - type: Transform + pos: -40.5,-36.5 parent: 1 - type: Transform - uid: 35237 components: - - pos: -40.5,-35.5 + - type: Transform + pos: -40.5,-35.5 parent: 1 - type: Transform - uid: 35238 components: - - pos: -39.5,-35.5 + - type: Transform + pos: -39.5,-35.5 parent: 1 - type: Transform - uid: 35239 components: - - pos: -38.5,-35.5 + - type: Transform + pos: -38.5,-35.5 parent: 1 - type: Transform - uid: 35240 components: - - pos: -37.5,-35.5 + - type: Transform + pos: -37.5,-35.5 parent: 1 - type: Transform - uid: 35241 components: - - pos: -36.5,-35.5 + - type: Transform + pos: -36.5,-35.5 parent: 1 - type: Transform - uid: 35242 components: - - pos: -36.5,-34.5 + - type: Transform + pos: -36.5,-34.5 parent: 1 - type: Transform - uid: 35243 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 1 - type: Transform - uid: 35244 components: - - pos: -36.5,-32.5 + - type: Transform + pos: -36.5,-32.5 parent: 1 - type: Transform - uid: 35245 components: - - pos: -36.5,-31.5 + - type: Transform + pos: -36.5,-31.5 parent: 1 - type: Transform - uid: 35246 components: - - pos: -36.5,-30.5 + - type: Transform + pos: -36.5,-30.5 parent: 1 - type: Transform - uid: 35247 components: - - pos: -36.5,-29.5 + - type: Transform + pos: -36.5,-29.5 parent: 1 - type: Transform - uid: 35248 components: - - pos: -36.5,-28.5 + - type: Transform + pos: -36.5,-28.5 parent: 1 - type: Transform - uid: 35249 components: - - pos: -36.5,-27.5 + - type: Transform + pos: -36.5,-27.5 parent: 1 - type: Transform - uid: 35250 components: - - pos: -36.5,-26.5 + - type: Transform + pos: -36.5,-26.5 parent: 1 - type: Transform - uid: 35251 components: - - pos: -37.5,-26.5 + - type: Transform + pos: -37.5,-26.5 parent: 1 - type: Transform - uid: 35252 components: - - pos: -38.5,-26.5 + - type: Transform + pos: -38.5,-26.5 parent: 1 - type: Transform - uid: 35253 components: - - pos: -39.5,-26.5 + - type: Transform + pos: -39.5,-26.5 parent: 1 - type: Transform - uid: 35254 components: - - pos: -41.5,8.5 + - type: Transform + pos: -41.5,8.5 parent: 1 - type: Transform - uid: 35255 components: - - pos: -41.5,7.5 + - type: Transform + pos: -41.5,7.5 parent: 1 - type: Transform - uid: 35256 components: - - pos: -41.5,6.5 + - type: Transform + pos: -41.5,6.5 parent: 1 - type: Transform - uid: 35257 components: - - pos: -41.5,5.5 + - type: Transform + pos: -41.5,5.5 parent: 1 - type: Transform - uid: 35258 components: - - pos: -41.5,4.5 + - type: Transform + pos: -41.5,4.5 parent: 1 - type: Transform - uid: 35259 components: - - pos: -41.5,3.5 + - type: Transform + pos: -41.5,3.5 parent: 1 - type: Transform - uid: 35260 components: - - pos: -41.5,2.5 + - type: Transform + pos: -41.5,2.5 parent: 1 - type: Transform - uid: 35261 components: - - pos: -41.5,1.5 + - type: Transform + pos: -41.5,1.5 parent: 1 - type: Transform - uid: 35262 components: - - pos: -41.5,0.5 + - type: Transform + pos: -41.5,0.5 parent: 1 - type: Transform - uid: 35263 components: - - pos: -41.5,-0.5 + - type: Transform + pos: -41.5,-0.5 parent: 1 - type: Transform - uid: 35264 components: - - pos: -41.5,-1.5 + - type: Transform + pos: -41.5,-1.5 parent: 1 - type: Transform - uid: 35265 components: - - pos: -41.5,-2.5 + - type: Transform + pos: -41.5,-2.5 parent: 1 - type: Transform - uid: 35266 components: - - pos: -41.5,-3.5 + - type: Transform + pos: -41.5,-3.5 parent: 1 - type: Transform - uid: 35267 components: - - pos: -41.5,-4.5 + - type: Transform + pos: -41.5,-4.5 parent: 1 - type: Transform - uid: 35268 components: - - pos: -41.5,-5.5 + - type: Transform + pos: -41.5,-5.5 parent: 1 - type: Transform - uid: 35269 components: - - pos: -41.5,-6.5 + - type: Transform + pos: -41.5,-6.5 parent: 1 - type: Transform - uid: 35270 components: - - pos: -41.5,-7.5 + - type: Transform + pos: -41.5,-7.5 parent: 1 - type: Transform - uid: 35271 components: - - pos: -41.5,-8.5 + - type: Transform + pos: -41.5,-8.5 parent: 1 - type: Transform - uid: 35272 components: - - pos: -41.5,-9.5 + - type: Transform + pos: -41.5,-9.5 parent: 1 - type: Transform - uid: 35273 components: - - pos: -41.5,-10.5 + - type: Transform + pos: -41.5,-10.5 parent: 1 - type: Transform - uid: 35274 components: - - pos: -41.5,-11.5 + - type: Transform + pos: -41.5,-11.5 parent: 1 - type: Transform - uid: 35275 components: - - pos: -41.5,-12.5 + - type: Transform + pos: -41.5,-12.5 parent: 1 - type: Transform - uid: 35276 components: - - pos: -41.5,-13.5 + - type: Transform + pos: -41.5,-13.5 parent: 1 - type: Transform - uid: 35277 components: - - pos: -41.5,-14.5 + - type: Transform + pos: -41.5,-14.5 parent: 1 - type: Transform - uid: 35278 components: - - pos: -41.5,-15.5 + - type: Transform + pos: -41.5,-15.5 parent: 1 - type: Transform - uid: 35279 components: - - pos: -41.5,-16.5 + - type: Transform + pos: -41.5,-16.5 parent: 1 - type: Transform - uid: 35280 components: - - pos: -41.5,-17.5 + - type: Transform + pos: -41.5,-17.5 parent: 1 - type: Transform - uid: 35281 components: - - pos: -41.5,-18.5 + - type: Transform + pos: -41.5,-18.5 parent: 1 - type: Transform - uid: 35282 components: - - pos: -41.5,-19.5 + - type: Transform + pos: -41.5,-19.5 parent: 1 - type: Transform - uid: 35283 components: - - pos: -41.5,-20.5 + - type: Transform + pos: -41.5,-20.5 parent: 1 - type: Transform - uid: 35284 components: - - pos: -41.5,-21.5 + - type: Transform + pos: -41.5,-21.5 parent: 1 - type: Transform - uid: 35285 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 1 - type: Transform - uid: 35286 components: - - pos: -41.5,-23.5 + - type: Transform + pos: -41.5,-23.5 parent: 1 - type: Transform - uid: 35287 components: - - pos: -41.5,-24.5 + - type: Transform + pos: -41.5,-24.5 parent: 1 - type: Transform - uid: 35288 components: - - pos: -41.5,-25.5 + - type: Transform + pos: -41.5,-25.5 parent: 1 - type: Transform - uid: 35289 components: - - pos: -41.5,-26.5 + - type: Transform + pos: -41.5,-26.5 parent: 1 - type: Transform - uid: 35290 components: - - pos: -40.5,-26.5 + - type: Transform + pos: -40.5,-26.5 parent: 1 - type: Transform - uid: 35291 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - uid: 35292 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 1 - type: Transform - uid: 35293 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 1 - type: Transform - uid: 35294 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 1 - type: Transform - uid: 35295 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 1 - type: Transform - uid: 35296 components: - - pos: -12.5,-13.5 + - type: Transform + pos: -12.5,-13.5 parent: 1 - type: Transform - uid: 35297 components: - - pos: -12.5,-14.5 + - type: Transform + pos: -12.5,-14.5 parent: 1 - type: Transform - uid: 35298 components: - - pos: -12.5,-15.5 + - type: Transform + pos: -12.5,-15.5 parent: 1 - type: Transform - uid: 35299 components: - - pos: -12.5,-16.5 + - type: Transform + pos: -12.5,-16.5 parent: 1 - type: Transform - uid: 35300 components: - - pos: -12.5,-17.5 + - type: Transform + pos: -12.5,-17.5 parent: 1 - type: Transform - uid: 35301 components: - - pos: -12.5,-18.5 + - type: Transform + pos: -12.5,-18.5 parent: 1 - type: Transform - uid: 35302 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 1 - type: Transform - uid: 35303 components: - - pos: -12.5,-20.5 + - type: Transform + pos: -12.5,-20.5 parent: 1 - type: Transform - uid: 35304 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 1 - type: Transform - uid: 35305 components: - - pos: -12.5,-22.5 + - type: Transform + pos: -12.5,-22.5 parent: 1 - type: Transform - uid: 35306 components: - - pos: -12.5,-23.5 + - type: Transform + pos: -12.5,-23.5 parent: 1 - type: Transform - uid: 35307 components: - - pos: -13.5,-23.5 + - type: Transform + pos: -13.5,-23.5 parent: 1 - type: Transform - uid: 35308 components: - - pos: -14.5,-23.5 + - type: Transform + pos: -14.5,-23.5 parent: 1 - type: Transform - uid: 35309 components: - - pos: -15.5,-23.5 + - type: Transform + pos: -15.5,-23.5 parent: 1 - type: Transform - uid: 35310 components: - - pos: -16.5,-23.5 + - type: Transform + pos: -16.5,-23.5 parent: 1 - type: Transform - uid: 35311 components: - - pos: -16.5,-24.5 + - type: Transform + pos: -16.5,-24.5 parent: 1 - type: Transform - uid: 35312 components: - - pos: -16.5,-25.5 + - type: Transform + pos: -16.5,-25.5 parent: 1 - type: Transform - uid: 35313 components: - - pos: -16.5,-26.5 + - type: Transform + pos: -16.5,-26.5 parent: 1 - type: Transform - uid: 35314 components: - - pos: -16.5,-27.5 + - type: Transform + pos: -16.5,-27.5 parent: 1 - type: Transform - uid: 35315 components: - - pos: -16.5,-28.5 + - type: Transform + pos: -16.5,-28.5 parent: 1 - type: Transform - uid: 35316 components: - - pos: -16.5,-29.5 + - type: Transform + pos: -16.5,-29.5 parent: 1 - type: Transform - uid: 35317 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 1 - type: Transform - uid: 35318 components: - - pos: -16.5,-31.5 + - type: Transform + pos: -16.5,-31.5 parent: 1 - type: Transform - uid: 35319 components: - - pos: -16.5,-32.5 + - type: Transform + pos: -16.5,-32.5 parent: 1 - type: Transform - uid: 35320 components: - - pos: -16.5,-33.5 + - type: Transform + pos: -16.5,-33.5 parent: 1 - type: Transform - uid: 35321 components: - - pos: -16.5,-34.5 + - type: Transform + pos: -16.5,-34.5 parent: 1 - type: Transform - uid: 35322 components: - - pos: -16.5,-35.5 + - type: Transform + pos: -16.5,-35.5 parent: 1 - type: Transform - uid: 35323 components: - - pos: -16.5,-36.5 + - type: Transform + pos: -16.5,-36.5 parent: 1 - type: Transform - uid: 35324 components: - - pos: -16.5,-37.5 + - type: Transform + pos: -16.5,-37.5 parent: 1 - type: Transform - uid: 35325 components: - - pos: -16.5,-38.5 + - type: Transform + pos: -16.5,-38.5 parent: 1 - type: Transform - uid: 35326 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 1 - type: Transform - uid: 35327 components: - - pos: -16.5,-40.5 + - type: Transform + pos: -16.5,-40.5 parent: 1 - type: Transform - uid: 35328 components: - - pos: -16.5,-41.5 + - type: Transform + pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 35329 components: - - pos: -16.5,-42.5 + - type: Transform + pos: -16.5,-42.5 parent: 1 - type: Transform - uid: 35330 components: - - pos: -16.5,-43.5 + - type: Transform + pos: -16.5,-43.5 parent: 1 - type: Transform - uid: 35331 components: - - pos: -16.5,-44.5 + - type: Transform + pos: -16.5,-44.5 parent: 1 - type: Transform - uid: 35332 components: - - pos: -16.5,-45.5 + - type: Transform + pos: -16.5,-45.5 parent: 1 - type: Transform - uid: 35333 components: - - pos: -16.5,-46.5 + - type: Transform + pos: -16.5,-46.5 parent: 1 - type: Transform - uid: 35334 components: - - pos: -16.5,-47.5 + - type: Transform + pos: -16.5,-47.5 parent: 1 - type: Transform - uid: 35423 components: - - pos: -133.5,-42.5 + - type: Transform + pos: -133.5,-42.5 parent: 1 - type: Transform - uid: 35424 components: - - pos: -133.5,-43.5 + - type: Transform + pos: -133.5,-43.5 parent: 1 - type: Transform - uid: 35425 components: - - pos: -133.5,-44.5 + - type: Transform + pos: -133.5,-44.5 parent: 1 - type: Transform - uid: 35426 components: - - pos: -133.5,-45.5 + - type: Transform + pos: -133.5,-45.5 parent: 1 - type: Transform - uid: 35427 components: - - pos: -132.5,-45.5 + - type: Transform + pos: -132.5,-45.5 parent: 1 - type: Transform - uid: 35428 components: - - pos: -131.5,-45.5 + - type: Transform + pos: -131.5,-45.5 parent: 1 - type: Transform - uid: 35429 components: - - pos: -130.5,-45.5 + - type: Transform + pos: -130.5,-45.5 parent: 1 - type: Transform - uid: 35430 components: - - pos: -129.5,-45.5 + - type: Transform + pos: -129.5,-45.5 parent: 1 - type: Transform - uid: 35431 components: - - pos: -128.5,-45.5 + - type: Transform + pos: -128.5,-45.5 parent: 1 - type: Transform - uid: 35432 components: - - pos: -127.5,-45.5 + - type: Transform + pos: -127.5,-45.5 parent: 1 - type: Transform - uid: 35433 components: - - pos: -126.5,-45.5 + - type: Transform + pos: -126.5,-45.5 parent: 1 - type: Transform - uid: 35434 components: - - pos: -125.5,-45.5 + - type: Transform + pos: -125.5,-45.5 parent: 1 - type: Transform - uid: 35435 components: - - pos: -124.5,-45.5 - parent: 1 - type: Transform + - type: Transform + pos: -124.5,-45.5 + parent: 1 - uid: 35436 components: - - pos: -123.5,-45.5 + - type: Transform + pos: -123.5,-45.5 parent: 1 - type: Transform - uid: 35437 components: - - pos: -122.5,-45.5 + - type: Transform + pos: -122.5,-45.5 parent: 1 - type: Transform - uid: 35438 components: - - pos: -121.5,-45.5 + - type: Transform + pos: -121.5,-45.5 parent: 1 - type: Transform - uid: 35439 components: - - pos: -120.5,-45.5 + - type: Transform + pos: -120.5,-45.5 parent: 1 - type: Transform - uid: 35440 components: - - pos: -119.5,-45.5 + - type: Transform + pos: -119.5,-45.5 parent: 1 - type: Transform - uid: 35441 components: - - pos: -118.5,-45.5 + - type: Transform + pos: -118.5,-45.5 parent: 1 - type: Transform - uid: 35442 components: - - pos: -117.5,-45.5 + - type: Transform + pos: -117.5,-45.5 parent: 1 - type: Transform - uid: 35443 components: - - pos: -116.5,-45.5 + - type: Transform + pos: -116.5,-45.5 parent: 1 - type: Transform - uid: 35444 components: - - pos: -115.5,-45.5 + - type: Transform + pos: -115.5,-45.5 parent: 1 - type: Transform - uid: 35445 components: - - pos: -114.5,-45.5 + - type: Transform + pos: -114.5,-45.5 parent: 1 - type: Transform - uid: 35446 components: - - pos: -113.5,-45.5 + - type: Transform + pos: -113.5,-45.5 parent: 1 - type: Transform - uid: 35447 components: - - pos: -112.5,-45.5 + - type: Transform + pos: -112.5,-45.5 parent: 1 - type: Transform - uid: 35448 components: - - pos: -111.5,-45.5 + - type: Transform + pos: -111.5,-45.5 parent: 1 - type: Transform - uid: 35449 components: - - pos: -110.5,-45.5 + - type: Transform + pos: -110.5,-45.5 parent: 1 - type: Transform - uid: 35450 components: - - pos: -109.5,-45.5 + - type: Transform + pos: -109.5,-45.5 parent: 1 - type: Transform - uid: 35451 components: - - pos: -109.5,-44.5 + - type: Transform + pos: -109.5,-44.5 parent: 1 - type: Transform - uid: 35452 components: - - pos: -109.5,-43.5 + - type: Transform + pos: -109.5,-43.5 parent: 1 - type: Transform - uid: 35453 components: - - pos: -108.5,-43.5 + - type: Transform + pos: -108.5,-43.5 parent: 1 - type: Transform - uid: 35454 components: - - pos: -107.5,-43.5 + - type: Transform + pos: -107.5,-43.5 parent: 1 - type: Transform - uid: 35455 components: - - pos: -107.5,-42.5 + - type: Transform + pos: -107.5,-42.5 parent: 1 - type: Transform - uid: 35456 components: - - pos: -107.5,-41.5 + - type: Transform + pos: -107.5,-41.5 parent: 1 - type: Transform - uid: 35457 components: - - pos: -107.5,-40.5 + - type: Transform + pos: -107.5,-40.5 parent: 1 - type: Transform - uid: 35458 components: - - pos: -107.5,-39.5 + - type: Transform + pos: -107.5,-39.5 parent: 1 - type: Transform - uid: 35459 components: - - pos: -107.5,-38.5 + - type: Transform + pos: -107.5,-38.5 parent: 1 - type: Transform - uid: 35460 components: - - pos: -106.5,-38.5 + - type: Transform + pos: -106.5,-38.5 parent: 1 - type: Transform - uid: 35461 components: - - pos: -105.5,-38.5 + - type: Transform + pos: -105.5,-38.5 parent: 1 - type: Transform - uid: 35462 components: - - pos: -104.5,-38.5 + - type: Transform + pos: -104.5,-38.5 parent: 1 - type: Transform - uid: 35463 components: - - pos: -103.5,-38.5 + - type: Transform + pos: -103.5,-38.5 parent: 1 - type: Transform - uid: 35464 components: - - pos: -102.5,-38.5 + - type: Transform + pos: -102.5,-38.5 parent: 1 - type: Transform - uid: 35465 components: - - pos: -101.5,-38.5 + - type: Transform + pos: -101.5,-38.5 parent: 1 - type: Transform - uid: 35466 components: - - pos: -100.5,-38.5 + - type: Transform + pos: -100.5,-38.5 parent: 1 - type: Transform - uid: 35467 components: - - pos: -100.5,-37.5 + - type: Transform + pos: -100.5,-37.5 parent: 1 - type: Transform - uid: 35468 components: - - pos: -100.5,-36.5 + - type: Transform + pos: -100.5,-36.5 parent: 1 - type: Transform - uid: 35469 components: - - pos: -100.5,-35.5 + - type: Transform + pos: -100.5,-35.5 parent: 1 - type: Transform - uid: 35470 components: - - pos: -100.5,-34.5 + - type: Transform + pos: -100.5,-34.5 parent: 1 - type: Transform - uid: 35471 components: - - pos: -100.5,-33.5 + - type: Transform + pos: -100.5,-33.5 parent: 1 - type: Transform - uid: 35472 components: - - pos: -100.5,-32.5 + - type: Transform + pos: -100.5,-32.5 parent: 1 - type: Transform - uid: 35473 components: - - pos: -100.5,-31.5 + - type: Transform + pos: -100.5,-31.5 parent: 1 - type: Transform - uid: 35474 components: - - pos: -99.5,-31.5 + - type: Transform + pos: -99.5,-31.5 parent: 1 - type: Transform - uid: 35475 components: - - pos: -99.5,-30.5 + - type: Transform + pos: -99.5,-30.5 parent: 1 - type: Transform - uid: 35476 components: - - pos: -99.5,-29.5 + - type: Transform + pos: -99.5,-29.5 parent: 1 - type: Transform - uid: 35477 components: - - pos: -98.5,-29.5 + - type: Transform + pos: -98.5,-29.5 parent: 1 - type: Transform - uid: 35478 components: - - pos: -97.5,-29.5 + - type: Transform + pos: -97.5,-29.5 parent: 1 - type: Transform - uid: 35479 components: - - pos: -105.5,-7.5 + - type: Transform + pos: -105.5,-7.5 parent: 1 - type: Transform - uid: 35480 components: - - pos: -104.5,-7.5 + - type: Transform + pos: -104.5,-7.5 parent: 1 - type: Transform - uid: 35481 components: - - pos: -103.5,-7.5 + - type: Transform + pos: -103.5,-7.5 parent: 1 - type: Transform - uid: 35482 components: - - pos: -102.5,-7.5 + - type: Transform + pos: -102.5,-7.5 parent: 1 - type: Transform - uid: 35483 components: - - pos: -101.5,-7.5 + - type: Transform + pos: -101.5,-7.5 parent: 1 - type: Transform - uid: 35484 components: - - pos: -100.5,-7.5 + - type: Transform + pos: -100.5,-7.5 parent: 1 - type: Transform - uid: 35485 components: - - pos: -99.5,-7.5 + - type: Transform + pos: -99.5,-7.5 parent: 1 - type: Transform - uid: 35486 components: - - pos: -98.5,-7.5 + - type: Transform + pos: -98.5,-7.5 parent: 1 - type: Transform - uid: 35572 components: - - pos: -126.5,-79.5 + - type: Transform + pos: -126.5,-79.5 parent: 1 - type: Transform - uid: 35609 components: - - pos: -114.5,-84.5 + - type: Transform + pos: -114.5,-84.5 parent: 1 - type: Transform - uid: 35610 components: - - pos: -113.5,-86.5 + - type: Transform + pos: -113.5,-86.5 parent: 1 - type: Transform - uid: 35611 components: - - pos: -113.5,-85.5 + - type: Transform + pos: -113.5,-85.5 parent: 1 - type: Transform - uid: 35612 components: - - pos: -114.5,-87.5 + - type: Transform + pos: -114.5,-87.5 parent: 1 - type: Transform - uid: 35613 components: - - pos: -114.5,-88.5 + - type: Transform + pos: -114.5,-88.5 parent: 1 - type: Transform - uid: 35614 components: - - pos: -114.5,-89.5 + - type: Transform + pos: -114.5,-89.5 parent: 1 - type: Transform - uid: 35615 components: - - pos: -113.5,-87.5 + - type: Transform + pos: -113.5,-87.5 parent: 1 - type: Transform - uid: 35616 components: - - pos: -112.5,-87.5 + - type: Transform + pos: -112.5,-87.5 parent: 1 - type: Transform - uid: 35617 components: - - pos: -111.5,-87.5 + - type: Transform + pos: -111.5,-87.5 parent: 1 - type: Transform - uid: 35618 components: - - pos: -110.5,-87.5 + - type: Transform + pos: -110.5,-87.5 parent: 1 - type: Transform - uid: 35619 components: - - pos: -109.5,-87.5 + - type: Transform + pos: -109.5,-87.5 parent: 1 - type: Transform - uid: 35620 components: - - pos: -108.5,-87.5 + - type: Transform + pos: -108.5,-87.5 parent: 1 - type: Transform - uid: 35621 components: - - pos: -107.5,-87.5 + - type: Transform + pos: -107.5,-87.5 parent: 1 - type: Transform - uid: 35622 components: - - pos: -107.5,-86.5 + - type: Transform + pos: -107.5,-86.5 parent: 1 - type: Transform - uid: 35623 components: - - pos: -107.5,-85.5 + - type: Transform + pos: -107.5,-85.5 parent: 1 - type: Transform - uid: 35624 components: - - pos: -107.5,-84.5 + - type: Transform + pos: -107.5,-84.5 parent: 1 - type: Transform - uid: 35625 components: - - pos: -107.5,-83.5 + - type: Transform + pos: -107.5,-83.5 parent: 1 - type: Transform - uid: 35655 components: - - pos: -113.5,-84.5 + - type: Transform + pos: -113.5,-84.5 parent: 1 - type: Transform - uid: 35656 components: - - pos: -115.5,-84.5 + - type: Transform + pos: -115.5,-84.5 parent: 1 - type: Transform - uid: 35657 components: - - pos: -115.5,-85.5 + - type: Transform + pos: -115.5,-85.5 parent: 1 - type: Transform - uid: 35658 components: - - pos: -115.5,-86.5 + - type: Transform + pos: -115.5,-86.5 parent: 1 - type: Transform - uid: 35659 components: - - pos: -116.5,-86.5 + - type: Transform + pos: -116.5,-86.5 parent: 1 - type: Transform - uid: 35761 components: - - pos: -126.5,-80.5 + - type: Transform + pos: -126.5,-80.5 parent: 1 - type: Transform - uid: 35762 components: - - pos: -126.5,-81.5 + - type: Transform + pos: -126.5,-81.5 parent: 1 - type: Transform - uid: 35763 components: - - pos: -126.5,-82.5 + - type: Transform + pos: -126.5,-82.5 parent: 1 - type: Transform - uid: 35764 components: - - pos: -126.5,-83.5 + - type: Transform + pos: -126.5,-83.5 parent: 1 - type: Transform - uid: 35765 components: - - pos: -126.5,-84.5 + - type: Transform + pos: -126.5,-84.5 parent: 1 - type: Transform - uid: 35766 components: - - pos: -124.5,-79.5 + - type: Transform + pos: -124.5,-79.5 parent: 1 - type: Transform - uid: 35767 components: - - pos: -124.5,-80.5 + - type: Transform + pos: -124.5,-80.5 parent: 1 - type: Transform - uid: 35768 components: - - pos: -124.5,-81.5 + - type: Transform + pos: -124.5,-81.5 parent: 1 - type: Transform - uid: 35769 components: - - pos: -124.5,-82.5 + - type: Transform + pos: -124.5,-82.5 parent: 1 - type: Transform - uid: 35770 components: - - pos: -124.5,-83.5 + - type: Transform + pos: -124.5,-83.5 parent: 1 - type: Transform - uid: 35771 components: - - pos: -124.5,-84.5 + - type: Transform + pos: -124.5,-84.5 parent: 1 - type: Transform - uid: 35772 components: - - pos: -125.5,-84.5 + - type: Transform + pos: -125.5,-84.5 parent: 1 - type: Transform - uid: 35773 components: - - pos: -125.5,-85.5 + - type: Transform + pos: -125.5,-85.5 parent: 1 - type: Transform - uid: 35774 components: - - pos: -124.5,-93.5 + - type: Transform + pos: -124.5,-93.5 parent: 1 - type: Transform - uid: 35775 components: - - pos: -124.5,-92.5 + - type: Transform + pos: -124.5,-92.5 parent: 1 - type: Transform - uid: 35776 components: - - pos: -124.5,-91.5 + - type: Transform + pos: -124.5,-91.5 parent: 1 - type: Transform - uid: 35777 components: - - pos: -124.5,-90.5 + - type: Transform + pos: -124.5,-90.5 parent: 1 - type: Transform - uid: 35778 components: - - pos: -124.5,-89.5 + - type: Transform + pos: -124.5,-89.5 parent: 1 - type: Transform - uid: 35779 components: - - pos: -124.5,-88.5 + - type: Transform + pos: -124.5,-88.5 parent: 1 - type: Transform - uid: 35780 components: - - pos: -126.5,-93.5 + - type: Transform + pos: -126.5,-93.5 parent: 1 - type: Transform - uid: 35781 components: - - pos: -126.5,-92.5 + - type: Transform + pos: -126.5,-92.5 parent: 1 - type: Transform - uid: 35782 components: - - pos: -126.5,-91.5 + - type: Transform + pos: -126.5,-91.5 parent: 1 - type: Transform - uid: 35783 components: - - pos: -126.5,-90.5 + - type: Transform + pos: -126.5,-90.5 parent: 1 - type: Transform - uid: 35784 components: - - pos: -126.5,-89.5 + - type: Transform + pos: -126.5,-89.5 parent: 1 - type: Transform - uid: 35785 components: - - pos: -126.5,-88.5 + - type: Transform + pos: -126.5,-88.5 parent: 1 - type: Transform - uid: 35786 components: - - pos: -125.5,-88.5 + - type: Transform + pos: -125.5,-88.5 parent: 1 - type: Transform - uid: 35787 components: - - pos: -138.5,-79.5 + - type: Transform + pos: -138.5,-79.5 parent: 1 - type: Transform - uid: 35788 components: - - pos: -130.5,-79.5 + - type: Transform + pos: -130.5,-79.5 parent: 1 - type: Transform - uid: 35789 components: - - pos: -130.5,-80.5 + - type: Transform + pos: -130.5,-80.5 parent: 1 - type: Transform - uid: 35790 components: - - pos: -130.5,-81.5 + - type: Transform + pos: -130.5,-81.5 parent: 1 - type: Transform - uid: 35791 components: - - pos: -130.5,-82.5 + - type: Transform + pos: -130.5,-82.5 parent: 1 - type: Transform - uid: 35792 components: - - pos: -130.5,-83.5 + - type: Transform + pos: -130.5,-83.5 parent: 1 - type: Transform - uid: 35793 components: - - pos: -130.5,-84.5 + - type: Transform + pos: -130.5,-84.5 parent: 1 - type: Transform - uid: 35794 components: - - pos: -129.5,-84.5 + - type: Transform + pos: -129.5,-84.5 parent: 1 - type: Transform - uid: 35795 components: - - pos: -129.5,-85.5 + - type: Transform + pos: -129.5,-85.5 parent: 1 - type: Transform - uid: 35796 components: - - pos: -129.5,-87.5 + - type: Transform + pos: -129.5,-87.5 parent: 1 - type: Transform - uid: 35797 components: - - pos: -129.5,-88.5 + - type: Transform + pos: -129.5,-88.5 parent: 1 - type: Transform - uid: 35798 components: - - pos: -130.5,-88.5 + - type: Transform + pos: -130.5,-88.5 parent: 1 - type: Transform - uid: 35799 components: - - pos: -130.5,-89.5 + - type: Transform + pos: -130.5,-89.5 parent: 1 - type: Transform - uid: 35800 components: - - pos: -130.5,-90.5 + - type: Transform + pos: -130.5,-90.5 parent: 1 - type: Transform - uid: 35801 components: - - pos: -130.5,-91.5 + - type: Transform + pos: -130.5,-91.5 parent: 1 - type: Transform - uid: 35802 components: - - pos: -130.5,-92.5 + - type: Transform + pos: -130.5,-92.5 parent: 1 - type: Transform - uid: 35803 components: - - pos: -130.5,-93.5 + - type: Transform + pos: -130.5,-93.5 parent: 1 - type: Transform - uid: 35804 components: - - pos: -132.5,-88.5 + - type: Transform + pos: -132.5,-88.5 parent: 1 - type: Transform - uid: 35805 components: - - pos: -132.5,-89.5 + - type: Transform + pos: -132.5,-89.5 parent: 1 - type: Transform - uid: 35806 components: - - pos: -132.5,-90.5 + - type: Transform + pos: -132.5,-90.5 parent: 1 - type: Transform - uid: 35807 components: - - pos: -132.5,-91.5 + - type: Transform + pos: -132.5,-91.5 parent: 1 - type: Transform - uid: 35808 components: - - pos: -132.5,-92.5 + - type: Transform + pos: -132.5,-92.5 parent: 1 - type: Transform - uid: 35809 components: - - pos: -134.5,-93.5 + - type: Transform + pos: -134.5,-93.5 parent: 1 - type: Transform - uid: 35810 components: - - pos: -134.5,-92.5 + - type: Transform + pos: -134.5,-92.5 parent: 1 - type: Transform - uid: 35811 components: - - pos: -134.5,-91.5 + - type: Transform + pos: -134.5,-91.5 parent: 1 - type: Transform - uid: 35812 components: - - pos: -134.5,-90.5 + - type: Transform + pos: -134.5,-90.5 parent: 1 - type: Transform - uid: 35813 components: - - pos: -134.5,-89.5 + - type: Transform + pos: -134.5,-89.5 parent: 1 - type: Transform - uid: 35814 components: - - pos: -134.5,-88.5 + - type: Transform + pos: -134.5,-88.5 parent: 1 - type: Transform - uid: 35815 components: - - pos: -133.5,-88.5 + - type: Transform + pos: -133.5,-88.5 parent: 1 - type: Transform - uid: 35816 components: - - pos: -133.5,-87.5 + - type: Transform + pos: -133.5,-87.5 parent: 1 - type: Transform - uid: 35817 components: - - pos: -133.5,-85.5 + - type: Transform + pos: -133.5,-85.5 parent: 1 - type: Transform - uid: 35818 components: - - pos: -133.5,-84.5 + - type: Transform + pos: -133.5,-84.5 parent: 1 - type: Transform - uid: 35819 components: - - pos: -134.5,-84.5 + - type: Transform + pos: -134.5,-84.5 parent: 1 - type: Transform - uid: 35820 components: - - pos: -134.5,-83.5 + - type: Transform + pos: -134.5,-83.5 parent: 1 - type: Transform - uid: 35821 components: - - pos: -134.5,-82.5 + - type: Transform + pos: -134.5,-82.5 parent: 1 - type: Transform - uid: 35822 components: - - pos: -134.5,-81.5 + - type: Transform + pos: -134.5,-81.5 parent: 1 - type: Transform - uid: 35823 components: - - pos: -134.5,-80.5 + - type: Transform + pos: -134.5,-80.5 parent: 1 - type: Transform - uid: 35824 components: - - pos: -134.5,-79.5 + - type: Transform + pos: -134.5,-79.5 parent: 1 - type: Transform - uid: 35825 components: - - pos: -138.5,-80.5 + - type: Transform + pos: -138.5,-80.5 parent: 1 - type: Transform - uid: 35826 components: - - pos: -138.5,-81.5 + - type: Transform + pos: -138.5,-81.5 parent: 1 - type: Transform - uid: 35827 components: - - pos: -138.5,-82.5 + - type: Transform + pos: -138.5,-82.5 parent: 1 - type: Transform - uid: 35828 components: - - pos: -138.5,-83.5 + - type: Transform + pos: -138.5,-83.5 parent: 1 - type: Transform - uid: 35829 components: - - pos: -138.5,-84.5 + - type: Transform + pos: -138.5,-84.5 parent: 1 - type: Transform - uid: 35830 components: - - pos: -136.5,-79.5 + - type: Transform + pos: -136.5,-79.5 parent: 1 - type: Transform - uid: 35831 components: - - pos: -136.5,-80.5 + - type: Transform + pos: -136.5,-80.5 parent: 1 - type: Transform - uid: 35832 components: - - pos: -136.5,-81.5 + - type: Transform + pos: -136.5,-81.5 parent: 1 - type: Transform - uid: 35833 components: - - pos: -136.5,-82.5 + - type: Transform + pos: -136.5,-82.5 parent: 1 - type: Transform - uid: 35834 components: - - pos: -136.5,-83.5 + - type: Transform + pos: -136.5,-83.5 parent: 1 - type: Transform - uid: 35835 components: - - pos: -136.5,-84.5 + - type: Transform + pos: -136.5,-84.5 parent: 1 - type: Transform - uid: 35836 components: - - pos: -137.5,-84.5 + - type: Transform + pos: -137.5,-84.5 parent: 1 - type: Transform - uid: 35837 components: - - pos: -137.5,-85.5 + - type: Transform + pos: -137.5,-85.5 parent: 1 - type: Transform - uid: 35839 components: - - pos: -143.5,-86.5 + - type: Transform + pos: -143.5,-86.5 parent: 1 - type: Transform - uid: 35840 components: - - pos: -142.5,-86.5 + - type: Transform + pos: -142.5,-86.5 parent: 1 - type: Transform - uid: 35841 components: - - pos: -141.5,-86.5 + - type: Transform + pos: -141.5,-86.5 parent: 1 - type: Transform - uid: 35842 components: - - pos: -140.5,-86.5 + - type: Transform + pos: -140.5,-86.5 parent: 1 - type: Transform - uid: 35843 components: - - pos: -139.5,-86.5 + - type: Transform + pos: -139.5,-86.5 parent: 1 - type: Transform - uid: 35844 components: - - pos: -138.5,-86.5 + - type: Transform + pos: -138.5,-86.5 parent: 1 - type: Transform - uid: 35845 components: - - pos: -137.5,-86.5 + - type: Transform + pos: -137.5,-86.5 parent: 1 - type: Transform - uid: 35846 components: - - pos: -136.5,-86.5 + - type: Transform + pos: -136.5,-86.5 parent: 1 - type: Transform - uid: 35847 components: - - pos: -135.5,-86.5 + - type: Transform + pos: -135.5,-86.5 parent: 1 - type: Transform - uid: 35848 components: - - pos: -134.5,-86.5 + - type: Transform + pos: -134.5,-86.5 parent: 1 - type: Transform - uid: 35849 components: - - pos: -133.5,-86.5 + - type: Transform + pos: -133.5,-86.5 parent: 1 - type: Transform - uid: 35850 components: - - pos: -132.5,-86.5 + - type: Transform + pos: -132.5,-86.5 parent: 1 - type: Transform - uid: 35851 components: - - pos: -131.5,-86.5 + - type: Transform + pos: -131.5,-86.5 parent: 1 - type: Transform - uid: 35852 components: - - pos: -130.5,-86.5 + - type: Transform + pos: -130.5,-86.5 parent: 1 - type: Transform - uid: 35853 components: - - pos: -129.5,-86.5 + - type: Transform + pos: -129.5,-86.5 parent: 1 - type: Transform - uid: 35854 components: - - pos: -128.5,-86.5 + - type: Transform + pos: -128.5,-86.5 parent: 1 - type: Transform - uid: 35855 components: - - pos: -127.5,-86.5 + - type: Transform + pos: -127.5,-86.5 parent: 1 - type: Transform - uid: 35856 components: - - pos: -126.5,-86.5 + - type: Transform + pos: -126.5,-86.5 parent: 1 - type: Transform - uid: 35857 components: - - pos: -125.5,-86.5 + - type: Transform + pos: -125.5,-86.5 parent: 1 - type: Transform - uid: 35858 components: - - pos: -124.5,-86.5 + - type: Transform + pos: -124.5,-86.5 parent: 1 - type: Transform - uid: 35859 components: - - pos: -123.5,-86.5 + - type: Transform + pos: -123.5,-86.5 parent: 1 - type: Transform - uid: 35860 components: - - pos: -122.5,-86.5 + - type: Transform + pos: -122.5,-86.5 parent: 1 - type: Transform - uid: 35861 components: - - pos: -121.5,-86.5 + - type: Transform + pos: -121.5,-86.5 parent: 1 - type: Transform - uid: 35862 components: - - pos: -120.5,-86.5 + - type: Transform + pos: -120.5,-86.5 parent: 1 - type: Transform - uid: 35863 components: - - pos: -119.5,-86.5 + - type: Transform + pos: -119.5,-86.5 parent: 1 - type: Transform - uid: 35864 components: - - pos: -118.5,-86.5 + - type: Transform + pos: -118.5,-86.5 parent: 1 - type: Transform - uid: 35865 components: - - pos: -117.5,-86.5 + - type: Transform + pos: -117.5,-86.5 parent: 1 - type: Transform - uid: 36022 components: - - pos: -107.5,-82.5 + - type: Transform + pos: -107.5,-82.5 parent: 1 - type: Transform - uid: 36023 components: - - pos: -108.5,-82.5 + - type: Transform + pos: -108.5,-82.5 parent: 1 - type: Transform - uid: 36024 components: - - pos: -109.5,-82.5 + - type: Transform + pos: -109.5,-82.5 parent: 1 - type: Transform - uid: 36025 components: - - pos: -110.5,-82.5 + - type: Transform + pos: -110.5,-82.5 parent: 1 - type: Transform - uid: 36026 components: - - pos: -111.5,-82.5 + - type: Transform + pos: -111.5,-82.5 parent: 1 - type: Transform - uid: 36027 components: - - pos: -112.5,-82.5 + - type: Transform + pos: -112.5,-82.5 parent: 1 - type: Transform - uid: 36028 components: - - pos: -113.5,-82.5 + - type: Transform + pos: -113.5,-82.5 parent: 1 - type: Transform - uid: 36029 components: - - pos: -114.5,-82.5 + - type: Transform + pos: -114.5,-82.5 parent: 1 - type: Transform - uid: 36030 components: - - pos: -114.5,-81.5 + - type: Transform + pos: -114.5,-81.5 parent: 1 - type: Transform - uid: 36031 components: - - pos: -114.5,-80.5 + - type: Transform + pos: -114.5,-80.5 parent: 1 - type: Transform - uid: 36032 components: - - pos: -114.5,-79.5 + - type: Transform + pos: -114.5,-79.5 parent: 1 - type: Transform - uid: 36033 components: - - pos: -114.5,-78.5 + - type: Transform + pos: -114.5,-78.5 parent: 1 - type: Transform - uid: 36034 components: - - pos: -114.5,-77.5 + - type: Transform + pos: -114.5,-77.5 parent: 1 - type: Transform - uid: 36035 components: - - pos: -114.5,-76.5 + - type: Transform + pos: -114.5,-76.5 parent: 1 - type: Transform - uid: 36036 components: - - pos: -114.5,-75.5 + - type: Transform + pos: -114.5,-75.5 parent: 1 - type: Transform - uid: 36037 components: - - pos: -114.5,-74.5 + - type: Transform + pos: -114.5,-74.5 parent: 1 - type: Transform - uid: 36038 components: - - pos: -114.5,-73.5 + - type: Transform + pos: -114.5,-73.5 parent: 1 - type: Transform - uid: 36039 components: - - pos: -114.5,-72.5 + - type: Transform + pos: -114.5,-72.5 parent: 1 - type: Transform - uid: 36040 components: - - pos: -114.5,-71.5 + - type: Transform + pos: -114.5,-71.5 parent: 1 - type: Transform - uid: 36041 components: - - pos: -115.5,-71.5 + - type: Transform + pos: -115.5,-71.5 parent: 1 - type: Transform - uid: 36042 components: - - pos: -116.5,-71.5 + - type: Transform + pos: -116.5,-71.5 parent: 1 - type: Transform - uid: 36043 components: - - pos: -116.5,-70.5 + - type: Transform + pos: -116.5,-70.5 parent: 1 - type: Transform - uid: 36044 components: - - pos: -116.5,-69.5 + - type: Transform + pos: -116.5,-69.5 parent: 1 - type: Transform - uid: 36045 components: - - pos: -116.5,-68.5 + - type: Transform + pos: -116.5,-68.5 parent: 1 - type: Transform - uid: 36046 components: - - pos: -116.5,-67.5 + - type: Transform + pos: -116.5,-67.5 parent: 1 - type: Transform - uid: 36047 components: - - pos: -116.5,-66.5 + - type: Transform + pos: -116.5,-66.5 parent: 1 - type: Transform - uid: 36048 components: - - pos: -116.5,-65.5 + - type: Transform + pos: -116.5,-65.5 parent: 1 - type: Transform - uid: 36049 components: - - pos: -116.5,-64.5 + - type: Transform + pos: -116.5,-64.5 parent: 1 - type: Transform - uid: 36050 components: - - pos: -116.5,-63.5 + - type: Transform + pos: -116.5,-63.5 parent: 1 - type: Transform - uid: 36051 components: - - pos: -116.5,-62.5 + - type: Transform + pos: -116.5,-62.5 parent: 1 - type: Transform - uid: 36052 components: - - pos: -116.5,-61.5 + - type: Transform + pos: -116.5,-61.5 parent: 1 - type: Transform - uid: 36053 components: - - pos: -116.5,-60.5 + - type: Transform + pos: -116.5,-60.5 parent: 1 - type: Transform - uid: 36054 components: - - pos: -116.5,-59.5 + - type: Transform + pos: -116.5,-59.5 parent: 1 - type: Transform - uid: 36055 components: - - pos: -116.5,-58.5 + - type: Transform + pos: -116.5,-58.5 parent: 1 - type: Transform - uid: 36056 components: - - pos: -116.5,-57.5 + - type: Transform + pos: -116.5,-57.5 parent: 1 - type: Transform - uid: 36057 components: - - pos: -116.5,-56.5 + - type: Transform + pos: -116.5,-56.5 parent: 1 - type: Transform - uid: 36058 components: - - pos: -116.5,-55.5 + - type: Transform + pos: -116.5,-55.5 parent: 1 - type: Transform - uid: 36059 components: - - pos: -116.5,-54.5 + - type: Transform + pos: -116.5,-54.5 parent: 1 - type: Transform - uid: 36060 components: - - pos: -116.5,-53.5 + - type: Transform + pos: -116.5,-53.5 parent: 1 - type: Transform - uid: 36061 components: - - pos: -116.5,-52.5 + - type: Transform + pos: -116.5,-52.5 parent: 1 - type: Transform - uid: 36062 components: - - pos: -116.5,-51.5 + - type: Transform + pos: -116.5,-51.5 parent: 1 - type: Transform - uid: 36063 components: - - pos: -116.5,-50.5 + - type: Transform + pos: -116.5,-50.5 parent: 1 - type: Transform - uid: 36064 components: - - pos: -116.5,-49.5 + - type: Transform + pos: -116.5,-49.5 parent: 1 - type: Transform - uid: 36065 components: - - pos: -116.5,-48.5 + - type: Transform + pos: -116.5,-48.5 parent: 1 - type: Transform - uid: 36066 components: - - pos: -116.5,-47.5 + - type: Transform + pos: -116.5,-47.5 parent: 1 - type: Transform - uid: 36067 components: - - pos: -116.5,-46.5 + - type: Transform + pos: -116.5,-46.5 parent: 1 - type: Transform - uid: 36068 components: - - pos: -106.5,-82.5 + - type: Transform + pos: -106.5,-82.5 parent: 1 - type: Transform - uid: 36069 components: - - pos: -105.5,-82.5 + - type: Transform + pos: -105.5,-82.5 parent: 1 - type: Transform - uid: 36070 components: - - pos: -104.5,-82.5 + - type: Transform + pos: -104.5,-82.5 parent: 1 - type: Transform - uid: 36071 components: - - pos: -103.5,-82.5 + - type: Transform + pos: -103.5,-82.5 parent: 1 - type: Transform - uid: 36072 components: - - pos: -102.5,-82.5 + - type: Transform + pos: -102.5,-82.5 parent: 1 - type: Transform - uid: 36073 components: - - pos: -101.5,-82.5 + - type: Transform + pos: -101.5,-82.5 parent: 1 - type: Transform - uid: 36074 components: - - pos: -100.5,-82.5 + - type: Transform + pos: -100.5,-82.5 parent: 1 - type: Transform - uid: 36075 components: - - pos: -99.5,-82.5 + - type: Transform + pos: -99.5,-82.5 parent: 1 - type: Transform - uid: 36076 components: - - pos: -98.5,-82.5 + - type: Transform + pos: -98.5,-82.5 parent: 1 - type: Transform - uid: 36077 components: - - pos: -98.5,-81.5 + - type: Transform + pos: -98.5,-81.5 parent: 1 - type: Transform - uid: 36078 components: - - pos: -98.5,-80.5 + - type: Transform + pos: -98.5,-80.5 parent: 1 - type: Transform - uid: 36079 components: - - pos: -97.5,-80.5 + - type: Transform + pos: -97.5,-80.5 parent: 1 - type: Transform - uid: 36080 components: - - pos: -96.5,-80.5 + - type: Transform + pos: -96.5,-80.5 parent: 1 - type: Transform - uid: 36081 components: - - pos: -95.5,-80.5 + - type: Transform + pos: -95.5,-80.5 parent: 1 - type: Transform - uid: 36082 components: - - pos: -94.5,-80.5 + - type: Transform + pos: -94.5,-80.5 parent: 1 - type: Transform - uid: 36083 components: - - pos: -93.5,-80.5 + - type: Transform + pos: -93.5,-80.5 parent: 1 - type: Transform - uid: 36084 components: - - pos: -92.5,-80.5 + - type: Transform + pos: -92.5,-80.5 parent: 1 - type: Transform - uid: 36085 components: - - pos: -91.5,-80.5 + - type: Transform + pos: -91.5,-80.5 parent: 1 - type: Transform - uid: 36086 components: - - pos: -91.5,-79.5 + - type: Transform + pos: -91.5,-79.5 parent: 1 - type: Transform - uid: 36087 components: - - pos: -91.5,-78.5 + - type: Transform + pos: -91.5,-78.5 parent: 1 - type: Transform - uid: 36088 components: - - pos: -91.5,-77.5 + - type: Transform + pos: -91.5,-77.5 parent: 1 - type: Transform - uid: 36089 components: - - pos: -91.5,-76.5 + - type: Transform + pos: -91.5,-76.5 parent: 1 - type: Transform - uid: 36090 components: - - pos: -91.5,-75.5 + - type: Transform + pos: -91.5,-75.5 parent: 1 - type: Transform - uid: 36091 components: - - pos: -91.5,-74.5 + - type: Transform + pos: -91.5,-74.5 parent: 1 - type: Transform - uid: 36092 components: - - pos: -91.5,-73.5 + - type: Transform + pos: -91.5,-73.5 parent: 1 - type: Transform - uid: 36093 components: - - pos: -91.5,-72.5 + - type: Transform + pos: -91.5,-72.5 parent: 1 - type: Transform - uid: 36094 components: - - pos: -91.5,-71.5 + - type: Transform + pos: -91.5,-71.5 parent: 1 - type: Transform - uid: 36095 components: - - pos: -91.5,-70.5 + - type: Transform + pos: -91.5,-70.5 parent: 1 - type: Transform - uid: 36096 components: - - pos: -91.5,-69.5 + - type: Transform + pos: -91.5,-69.5 parent: 1 - type: Transform - uid: 36097 components: - - pos: -91.5,-68.5 + - type: Transform + pos: -91.5,-68.5 parent: 1 - type: Transform - uid: 36098 components: - - pos: -91.5,-67.5 + - type: Transform + pos: -91.5,-67.5 parent: 1 - type: Transform - uid: 36099 components: - - pos: -91.5,-66.5 + - type: Transform + pos: -91.5,-66.5 parent: 1 - type: Transform - uid: 36100 components: - - pos: -91.5,-65.5 + - type: Transform + pos: -91.5,-65.5 parent: 1 - type: Transform - uid: 36101 components: - - pos: -91.5,-64.5 + - type: Transform + pos: -91.5,-64.5 parent: 1 - type: Transform - uid: 36102 components: - - pos: -91.5,-63.5 + - type: Transform + pos: -91.5,-63.5 parent: 1 - type: Transform - uid: 36103 components: - - pos: -91.5,-62.5 + - type: Transform + pos: -91.5,-62.5 parent: 1 - type: Transform - uid: 36104 components: - - pos: -91.5,-61.5 + - type: Transform + pos: -91.5,-61.5 parent: 1 - type: Transform - uid: 36105 components: - - pos: -91.5,-60.5 + - type: Transform + pos: -91.5,-60.5 parent: 1 - type: Transform - uid: 36106 components: - - pos: -91.5,-59.5 + - type: Transform + pos: -91.5,-59.5 parent: 1 - type: Transform - uid: 36107 components: - - pos: -91.5,-58.5 + - type: Transform + pos: -91.5,-58.5 parent: 1 - type: Transform - uid: 36108 components: - - pos: -90.5,-58.5 + - type: Transform + pos: -90.5,-58.5 parent: 1 - type: Transform - uid: 36109 components: - - pos: -89.5,-58.5 + - type: Transform + pos: -89.5,-58.5 parent: 1 - type: Transform - uid: 36110 components: - - pos: -88.5,-58.5 + - type: Transform + pos: -88.5,-58.5 parent: 1 - type: Transform - uid: 36111 components: - - pos: -87.5,-58.5 + - type: Transform + pos: -87.5,-58.5 parent: 1 - type: Transform - uid: 36112 components: - - pos: -86.5,-58.5 + - type: Transform + pos: -86.5,-58.5 parent: 1 - type: Transform - uid: 36113 components: - - pos: -85.5,-58.5 + - type: Transform + pos: -85.5,-58.5 parent: 1 - type: Transform - uid: 36114 components: - - pos: -84.5,-58.5 + - type: Transform + pos: -84.5,-58.5 parent: 1 - type: Transform - uid: 36115 components: - - pos: -83.5,-58.5 + - type: Transform + pos: -83.5,-58.5 parent: 1 - type: Transform - uid: 36116 components: - - pos: -82.5,-58.5 + - type: Transform + pos: -82.5,-58.5 parent: 1 - type: Transform - uid: 36117 components: - - pos: -81.5,-58.5 + - type: Transform + pos: -81.5,-58.5 parent: 1 - type: Transform - uid: 36118 components: - - pos: -80.5,-58.5 + - type: Transform + pos: -80.5,-58.5 parent: 1 - type: Transform - uid: 36119 components: - - pos: -79.5,-58.5 + - type: Transform + pos: -79.5,-58.5 parent: 1 - type: Transform - uid: 36120 components: - - pos: -78.5,-58.5 + - type: Transform + pos: -78.5,-58.5 parent: 1 - type: Transform - uid: 36121 components: - - pos: -77.5,-58.5 + - type: Transform + pos: -77.5,-58.5 parent: 1 - type: Transform - uid: 36122 components: - - pos: -76.5,-58.5 + - type: Transform + pos: -76.5,-58.5 parent: 1 - type: Transform - uid: 36123 components: - - pos: -76.5,-57.5 + - type: Transform + pos: -76.5,-57.5 parent: 1 - type: Transform - uid: 36124 components: - - pos: -76.5,-56.5 + - type: Transform + pos: -76.5,-56.5 parent: 1 - type: Transform - uid: 36125 components: - - pos: -76.5,-55.5 + - type: Transform + pos: -76.5,-55.5 parent: 1 - type: Transform - uid: 36126 components: - - pos: -76.5,-54.5 + - type: Transform + pos: -76.5,-54.5 parent: 1 - type: Transform - uid: 36127 components: - - pos: -75.5,-54.5 + - type: Transform + pos: -75.5,-54.5 parent: 1 - type: Transform - uid: 36561 components: - - pos: -114.5,-20.5 + - type: Transform + pos: -114.5,-20.5 parent: 1 - type: Transform - uid: 36562 components: - - pos: -115.5,-20.5 + - type: Transform + pos: -115.5,-20.5 parent: 1 - type: Transform - uid: 36563 components: - - pos: -114.5,-19.5 + - type: Transform + pos: -114.5,-19.5 parent: 1 - type: Transform - uid: 37455 components: - - pos: -99.5,-76.5 + - type: Transform + pos: -99.5,-76.5 parent: 1 - type: Transform - uid: 37456 components: - - pos: -99.5,-77.5 + - type: Transform + pos: -99.5,-77.5 parent: 1 - type: Transform - uid: 37457 components: - - pos: -98.5,-77.5 + - type: Transform + pos: -98.5,-77.5 parent: 1 - type: Transform - uid: 37458 components: - - pos: -97.5,-77.5 + - type: Transform + pos: -97.5,-77.5 parent: 1 - type: Transform - uid: 37459 components: - - pos: -97.5,-78.5 + - type: Transform + pos: -97.5,-78.5 parent: 1 - type: Transform - uid: 37460 components: - - pos: -97.5,-79.5 + - type: Transform + pos: -97.5,-79.5 parent: 1 - type: Transform - uid: 39031 components: - - pos: -108.5,-36.5 + - type: Transform + pos: -108.5,-36.5 parent: 1 - type: Transform - uid: 39032 components: - - pos: -109.5,-36.5 + - type: Transform + pos: -109.5,-36.5 parent: 1 - type: Transform - uid: 39033 components: - - pos: -110.5,-36.5 + - type: Transform + pos: -110.5,-36.5 parent: 1 - type: Transform - uid: 39034 components: - - pos: -111.5,-36.5 + - type: Transform + pos: -111.5,-36.5 parent: 1 - type: Transform - uid: 39035 components: - - pos: -111.5,-37.5 + - type: Transform + pos: -111.5,-37.5 parent: 1 - type: Transform - uid: 39036 components: - - pos: -110.5,-38.5 + - type: Transform + pos: -110.5,-38.5 parent: 1 - type: Transform - uid: 39037 components: - - pos: -111.5,-38.5 + - type: Transform + pos: -111.5,-38.5 parent: 1 - type: Transform - uid: 39038 components: - - pos: -109.5,-38.5 + - type: Transform + pos: -109.5,-38.5 parent: 1 - type: Transform - uid: 39039 components: - - pos: -109.5,-39.5 + - type: Transform + pos: -109.5,-39.5 parent: 1 - type: Transform - uid: 39040 components: - - pos: -108.5,-39.5 + - type: Transform + pos: -108.5,-39.5 parent: 1 - type: Transform - uid: 39041 components: - - pos: -108.5,-35.5 + - type: Transform + pos: -108.5,-35.5 parent: 1 - type: Transform - uid: 39956 components: - - pos: -27.5,-72.5 + - type: Transform + pos: -27.5,-72.5 parent: 1 - type: Transform - uid: 39957 components: - - pos: -26.5,-72.5 + - type: Transform + pos: -26.5,-72.5 parent: 1 - type: Transform - uid: 39958 components: - - pos: -25.5,-72.5 + - type: Transform + pos: -25.5,-72.5 parent: 1 - type: Transform - uid: 39959 components: - - pos: -24.5,-72.5 + - type: Transform + pos: -24.5,-72.5 parent: 1 - type: Transform - uid: 40855 components: - - pos: 27.5,-10.5 + - type: Transform + pos: 27.5,-10.5 parent: 1 - type: Transform - uid: 40856 components: - - pos: 28.5,-10.5 + - type: Transform + pos: 28.5,-10.5 parent: 1 - type: Transform - uid: 40857 components: - - pos: 29.5,-10.5 + - type: Transform + pos: 29.5,-10.5 parent: 1 - type: Transform - uid: 40858 components: - - pos: 30.5,-10.5 + - type: Transform + pos: 30.5,-10.5 parent: 1 - type: Transform - uid: 40859 components: - - pos: 31.5,-10.5 + - type: Transform + pos: 31.5,-10.5 parent: 1 - type: Transform - uid: 40860 components: - - pos: 32.5,-10.5 + - type: Transform + pos: 32.5,-10.5 parent: 1 - type: Transform - uid: 40861 components: - - pos: 33.5,-10.5 + - type: Transform + pos: 33.5,-10.5 parent: 1 - type: Transform - uid: 40862 components: - - pos: 34.5,-10.5 + - type: Transform + pos: 34.5,-10.5 parent: 1 - type: Transform - uid: 40863 components: - - pos: 35.5,-10.5 + - type: Transform + pos: 35.5,-10.5 parent: 1 - type: Transform - uid: 40864 components: - - pos: 36.5,-10.5 + - type: Transform + pos: 36.5,-10.5 parent: 1 - type: Transform - uid: 40865 components: - - pos: 37.5,-10.5 + - type: Transform + pos: 37.5,-10.5 parent: 1 - type: Transform - uid: 40866 components: - - pos: 38.5,-10.5 + - type: Transform + pos: 38.5,-10.5 parent: 1 - type: Transform - uid: 40867 components: - - pos: 39.5,-10.5 + - type: Transform + pos: 39.5,-10.5 parent: 1 - type: Transform - uid: 40868 components: - - pos: 40.5,-10.5 + - type: Transform + pos: 40.5,-10.5 parent: 1 - type: Transform - uid: 40869 components: - - pos: 41.5,-10.5 + - type: Transform + pos: 41.5,-10.5 parent: 1 - type: Transform - uid: 40870 components: - - pos: 42.5,-10.5 + - type: Transform + pos: 42.5,-10.5 parent: 1 - type: Transform - uid: 40871 components: - - pos: 42.5,-9.5 + - type: Transform + pos: 42.5,-9.5 parent: 1 - type: Transform - uid: 40872 components: - - pos: 42.5,-8.5 + - type: Transform + pos: 42.5,-8.5 parent: 1 - type: Transform - uid: 40873 components: - - pos: 42.5,-7.5 + - type: Transform + pos: 42.5,-7.5 parent: 1 - type: Transform - uid: 40874 components: - - pos: 42.5,-6.5 + - type: Transform + pos: 42.5,-6.5 parent: 1 - type: Transform - uid: 40875 components: - - pos: 43.5,-6.5 + - type: Transform + pos: 43.5,-6.5 parent: 1 - type: Transform - proto: CableHVStack entities: - uid: 3220 components: - - pos: -120.51751,-23.335634 + - type: Transform + pos: -120.51751,-23.335634 parent: 1 - type: Transform - uid: 8846 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.60745,-1.5233989 parent: 1 - type: Transform - uid: 35607 components: - - pos: -113.494675,-84.374245 + - type: Transform + pos: -113.494675,-84.374245 parent: 1 - type: Transform - proto: CableHVStack1 entities: - uid: 36357 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.1429,-47.4004 parent: 1 - type: Transform - proto: CableMV entities: - uid: 302 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 1 - type: Transform - uid: 1175 components: - - pos: 44.5,-2.5 + - type: Transform + pos: 44.5,-2.5 parent: 1 - type: Transform - uid: 1672 components: - - pos: -0.5,-33.5 + - type: Transform + pos: -0.5,-33.5 parent: 1 - type: Transform - uid: 1686 components: - - pos: -1.5,-33.5 + - type: Transform + pos: -1.5,-33.5 parent: 1 - type: Transform - uid: 1697 components: - - pos: 7.5,-38.5 + - type: Transform + pos: 7.5,-38.5 parent: 1 - type: Transform - uid: 1698 components: - - pos: 8.5,-38.5 + - type: Transform + pos: 8.5,-38.5 parent: 1 - type: Transform - uid: 1867 components: - - pos: -103.5,-29.5 + - type: Transform + pos: -103.5,-29.5 parent: 1 - type: Transform - uid: 2146 components: - - pos: -105.5,-19.5 + - type: Transform + pos: -105.5,-19.5 parent: 1 - type: Transform - uid: 2238 components: - - pos: 18.5,2.5 + - type: Transform + pos: 18.5,2.5 parent: 1 - type: Transform - uid: 2470 components: - - pos: -105.5,-27.5 + - type: Transform + pos: -105.5,-27.5 parent: 1 - type: Transform - uid: 2471 components: - - pos: -105.5,-29.5 + - type: Transform + pos: -105.5,-29.5 parent: 1 - type: Transform - uid: 2474 components: - - pos: -107.5,-20.5 + - type: Transform + pos: -107.5,-20.5 parent: 1 - type: Transform - uid: 2479 components: - - pos: -105.5,-21.5 + - type: Transform + pos: -105.5,-21.5 parent: 1 - type: Transform - uid: 2537 components: - - pos: -105.5,-28.5 + - type: Transform + pos: -105.5,-28.5 parent: 1 - type: Transform - uid: 2538 components: - - pos: -105.5,-26.5 + - type: Transform + pos: -105.5,-26.5 parent: 1 - type: Transform - uid: 2539 components: - - pos: -105.5,-25.5 + - type: Transform + pos: -105.5,-25.5 parent: 1 - type: Transform - uid: 2540 components: - - pos: -105.5,-24.5 + - type: Transform + pos: -105.5,-24.5 parent: 1 - type: Transform - uid: 3156 components: - - pos: -105.5,-23.5 + - type: Transform + pos: -105.5,-23.5 parent: 1 - type: Transform - uid: 3449 components: - - pos: -28.5,-72.5 + - type: Transform + pos: -28.5,-72.5 parent: 1 - type: Transform - uid: 3697 components: - - pos: -61.5,-28.5 + - type: Transform + pos: -61.5,-28.5 parent: 1 - type: Transform - uid: 4703 components: - - pos: -79.5,-39.5 + - type: Transform + pos: -79.5,-39.5 parent: 1 - type: Transform - uid: 4706 components: - - pos: -85.5,-38.5 + - type: Transform + pos: -85.5,-38.5 parent: 1 - type: Transform - uid: 4710 components: - - pos: -85.5,-39.5 + - type: Transform + pos: -85.5,-39.5 parent: 1 - type: Transform - uid: 4712 components: - - pos: -81.5,-39.5 + - type: Transform + pos: -81.5,-39.5 parent: 1 - type: Transform - uid: 4713 components: - - pos: -78.5,-39.5 + - type: Transform + pos: -78.5,-39.5 parent: 1 - type: Transform - uid: 4759 components: - - pos: -80.5,-39.5 + - type: Transform + pos: -80.5,-39.5 parent: 1 - type: Transform - uid: 4760 components: - - pos: -84.5,-39.5 + - type: Transform + pos: -84.5,-39.5 parent: 1 - type: Transform - uid: 4765 components: - - pos: -82.5,-39.5 + - type: Transform + pos: -82.5,-39.5 parent: 1 - type: Transform - uid: 5483 components: - - pos: -114.5,-19.5 + - type: Transform + pos: -114.5,-19.5 parent: 1 - type: Transform - uid: 5490 components: - - pos: -113.5,-19.5 + - type: Transform + pos: -113.5,-19.5 parent: 1 - type: Transform - uid: 5493 components: - - pos: -112.5,-19.5 + - type: Transform + pos: -112.5,-19.5 parent: 1 - type: Transform - uid: 5496 components: - - pos: -111.5,-19.5 + - type: Transform + pos: -111.5,-19.5 parent: 1 - type: Transform - uid: 5497 components: - - pos: -110.5,-19.5 + - type: Transform + pos: -110.5,-19.5 parent: 1 - type: Transform - uid: 5498 components: - - pos: -109.5,-19.5 + - type: Transform + pos: -109.5,-19.5 parent: 1 - type: Transform - uid: 5499 components: - - pos: -108.5,-20.5 + - type: Transform + pos: -108.5,-20.5 parent: 1 - type: Transform - uid: 5516 components: - - pos: -108.5,-19.5 + - type: Transform + pos: -108.5,-19.5 parent: 1 - type: Transform - uid: 5564 components: - - pos: -106.5,-20.5 + - type: Transform + pos: -106.5,-20.5 parent: 1 - type: Transform - uid: 5916 components: - - pos: -105.5,-22.5 + - type: Transform + pos: -105.5,-22.5 parent: 1 - type: Transform - uid: 6013 components: - - pos: -76.5,-58.5 + - type: Transform + pos: -76.5,-58.5 parent: 1 - type: Transform - uid: 6943 components: - - pos: -62.5,-29.5 + - type: Transform + pos: -62.5,-29.5 parent: 1 - type: Transform - uid: 8460 components: - - pos: -105.5,-3.5 + - type: Transform + pos: -105.5,-3.5 parent: 1 - type: Transform - uid: 8461 components: - - pos: -105.5,-4.5 + - type: Transform + pos: -105.5,-4.5 parent: 1 - type: Transform - uid: 8462 components: - - pos: -105.5,-5.5 + - type: Transform + pos: -105.5,-5.5 parent: 1 - type: Transform - uid: 8463 components: - - pos: -105.5,-6.5 + - type: Transform + pos: -105.5,-6.5 parent: 1 - type: Transform - uid: 8464 components: - - pos: -105.5,-7.5 + - type: Transform + pos: -105.5,-7.5 parent: 1 - type: Transform - uid: 8465 components: - - pos: -104.5,-7.5 + - type: Transform + pos: -104.5,-7.5 parent: 1 - type: Transform - uid: 8466 components: - - pos: -103.5,-7.5 + - type: Transform + pos: -103.5,-7.5 parent: 1 - type: Transform - uid: 8467 components: - - pos: -102.5,-7.5 + - type: Transform + pos: -102.5,-7.5 parent: 1 - type: Transform - uid: 8468 components: - - pos: -101.5,-7.5 + - type: Transform + pos: -101.5,-7.5 parent: 1 - type: Transform - uid: 8469 components: - - pos: -100.5,-7.5 + - type: Transform + pos: -100.5,-7.5 parent: 1 - type: Transform - uid: 8470 components: - - pos: -99.5,-7.5 + - type: Transform + pos: -99.5,-7.5 parent: 1 - type: Transform - uid: 8471 components: - - pos: -98.5,-7.5 + - type: Transform + pos: -98.5,-7.5 parent: 1 - type: Transform - uid: 8472 components: - - pos: -97.5,-7.5 + - type: Transform + pos: -97.5,-7.5 parent: 1 - type: Transform - uid: 8473 components: - - pos: -97.5,-8.5 + - type: Transform + pos: -97.5,-8.5 parent: 1 - type: Transform - uid: 8475 components: - - pos: -106.5,-7.5 + - type: Transform + pos: -106.5,-7.5 parent: 1 - type: Transform - uid: 8477 components: - - pos: -108.5,-7.5 + - type: Transform + pos: -108.5,-7.5 parent: 1 - type: Transform - uid: 8478 components: - - pos: -109.5,-7.5 + - type: Transform + pos: -109.5,-7.5 parent: 1 - type: Transform - uid: 8479 components: - - pos: -110.5,-7.5 + - type: Transform + pos: -110.5,-7.5 parent: 1 - type: Transform - uid: 8480 components: - - pos: -111.5,-7.5 + - type: Transform + pos: -111.5,-7.5 parent: 1 - type: Transform - uid: 8481 components: - - pos: -112.5,-7.5 + - type: Transform + pos: -112.5,-7.5 parent: 1 - type: Transform - uid: 8482 components: - - pos: -113.5,-7.5 + - type: Transform + pos: -113.5,-7.5 parent: 1 - type: Transform - uid: 8483 components: - - pos: -114.5,-7.5 + - type: Transform + pos: -114.5,-7.5 parent: 1 - type: Transform - uid: 8484 components: - - pos: -115.5,-7.5 + - type: Transform + pos: -115.5,-7.5 parent: 1 - type: Transform - uid: 8485 components: - - pos: -116.5,-7.5 + - type: Transform + pos: -116.5,-7.5 parent: 1 - type: Transform - uid: 8486 components: - - pos: -117.5,-7.5 + - type: Transform + pos: -117.5,-7.5 parent: 1 - type: Transform - uid: 8487 components: - - pos: -118.5,-7.5 + - type: Transform + pos: -118.5,-7.5 parent: 1 - type: Transform - uid: 8488 components: - - pos: -119.5,-7.5 + - type: Transform + pos: -119.5,-7.5 parent: 1 - type: Transform - uid: 8490 components: - - pos: -120.5,-7.5 + - type: Transform + pos: -120.5,-7.5 parent: 1 - type: Transform - uid: 8491 components: - - pos: -121.5,-7.5 + - type: Transform + pos: -121.5,-7.5 parent: 1 - type: Transform - uid: 8492 components: - - pos: -122.5,-7.5 + - type: Transform + pos: -122.5,-7.5 parent: 1 - type: Transform - uid: 8493 components: - - pos: -122.5,-6.5 + - type: Transform + pos: -122.5,-6.5 parent: 1 - type: Transform - uid: 8494 components: - - pos: -122.5,-5.5 + - type: Transform + pos: -122.5,-5.5 parent: 1 - type: Transform - uid: 8495 components: - - pos: -122.5,-4.5 + - type: Transform + pos: -122.5,-4.5 parent: 1 - type: Transform - uid: 8496 components: - - pos: -122.5,-3.5 + - type: Transform + pos: -122.5,-3.5 parent: 1 - type: Transform - uid: 8497 components: - - pos: -122.5,-2.5 + - type: Transform + pos: -122.5,-2.5 parent: 1 - type: Transform - uid: 8498 components: - - pos: -122.5,-1.5 + - type: Transform + pos: -122.5,-1.5 parent: 1 - type: Transform - uid: 8499 components: - - pos: -122.5,-0.5 + - type: Transform + pos: -122.5,-0.5 parent: 1 - type: Transform - uid: 8500 components: - - pos: -123.5,-0.5 + - type: Transform + pos: -123.5,-0.5 parent: 1 - type: Transform - uid: 8501 components: - - pos: -124.5,-0.5 + - type: Transform + pos: -124.5,-0.5 parent: 1 - type: Transform - uid: 9742 components: - - pos: -70.5,-7.5 + - type: Transform + pos: -70.5,-7.5 parent: 1 - type: Transform - uid: 10957 components: - - pos: 94.5,-42.5 + - type: Transform + pos: 94.5,-42.5 parent: 1 - type: Transform - uid: 12151 components: - - pos: -124.5,0.5 + - type: Transform + pos: -124.5,0.5 parent: 1 - type: Transform - uid: 12153 components: - - pos: -124.5,1.5 + - type: Transform + pos: -124.5,1.5 parent: 1 - type: Transform - uid: 12236 components: - - pos: 85.5,-58.5 + - type: Transform + pos: 85.5,-58.5 parent: 1 - type: Transform - uid: 12363 components: - - pos: 62.5,-34.5 + - type: Transform + pos: 62.5,-34.5 parent: 1 - type: Transform - uid: 12365 components: - - pos: 62.5,-35.5 + - type: Transform + pos: 62.5,-35.5 parent: 1 - type: Transform - uid: 12366 components: - - pos: 63.5,-35.5 + - type: Transform + pos: 63.5,-35.5 parent: 1 - type: Transform - uid: 12504 components: - - pos: 63.5,-36.5 + - type: Transform + pos: 63.5,-36.5 parent: 1 - type: Transform - uid: 12505 components: - - pos: 63.5,-37.5 + - type: Transform + pos: 63.5,-37.5 parent: 1 - type: Transform - uid: 12507 components: - - pos: 64.5,-36.5 + - type: Transform + pos: 64.5,-36.5 parent: 1 - type: Transform - uid: 12508 components: - - pos: 65.5,-36.5 + - type: Transform + pos: 65.5,-36.5 parent: 1 - type: Transform - uid: 12510 components: - - pos: 66.5,-36.5 + - type: Transform + pos: 66.5,-36.5 parent: 1 - type: Transform - uid: 12513 components: - - pos: 67.5,-36.5 + - type: Transform + pos: 67.5,-36.5 parent: 1 - type: Transform - uid: 12514 components: - - pos: 67.5,-37.5 + - type: Transform + pos: 67.5,-37.5 parent: 1 - type: Transform - uid: 12515 components: - - pos: 68.5,-37.5 + - type: Transform + pos: 68.5,-37.5 parent: 1 - type: Transform - uid: 12516 components: - - pos: 69.5,-37.5 + - type: Transform + pos: 69.5,-37.5 parent: 1 - type: Transform - uid: 12517 components: - - pos: 69.5,-36.5 + - type: Transform + pos: 69.5,-36.5 parent: 1 - type: Transform - uid: 12585 components: - - pos: -125.5,1.5 + - type: Transform + pos: -125.5,1.5 parent: 1 - type: Transform - uid: 12586 components: - - pos: -126.5,1.5 + - type: Transform + pos: -126.5,1.5 parent: 1 - type: Transform - uid: 12588 components: - - pos: -127.5,1.5 + - type: Transform + pos: -127.5,1.5 parent: 1 - type: Transform - uid: 12589 components: - - pos: -127.5,0.5 + - type: Transform + pos: -127.5,0.5 parent: 1 - type: Transform - uid: 12590 components: - - pos: -127.5,-0.5 + - type: Transform + pos: -127.5,-0.5 parent: 1 - type: Transform - uid: 12591 components: - - pos: -127.5,-1.5 + - type: Transform + pos: -127.5,-1.5 parent: 1 - type: Transform - uid: 12592 components: - - pos: -127.5,-2.5 + - type: Transform + pos: -127.5,-2.5 parent: 1 - type: Transform - uid: 12593 components: - - pos: -127.5,-3.5 + - type: Transform + pos: -127.5,-3.5 parent: 1 - type: Transform - uid: 12594 components: - - pos: -128.5,1.5 + - type: Transform + pos: -128.5,1.5 parent: 1 - type: Transform - uid: 12599 components: - - pos: -128.5,2.5 + - type: Transform + pos: -128.5,2.5 parent: 1 - type: Transform - uid: 12600 components: - - pos: -128.5,3.5 + - type: Transform + pos: -128.5,3.5 parent: 1 - type: Transform - uid: 12601 components: - - pos: -128.5,4.5 + - type: Transform + pos: -128.5,4.5 parent: 1 - type: Transform - uid: 12602 components: - - pos: -128.5,5.5 + - type: Transform + pos: -128.5,5.5 parent: 1 - type: Transform - uid: 12603 components: - - pos: -128.5,6.5 + - type: Transform + pos: -128.5,6.5 parent: 1 - type: Transform - uid: 12604 components: - - pos: -128.5,7.5 + - type: Transform + pos: -128.5,7.5 parent: 1 - type: Transform - uid: 12615 components: - - pos: -128.5,8.5 + - type: Transform + pos: -128.5,8.5 parent: 1 - type: Transform - uid: 12616 components: - - pos: -128.5,9.5 + - type: Transform + pos: -128.5,9.5 parent: 1 - type: Transform - uid: 12617 components: - - pos: -128.5,10.5 + - type: Transform + pos: -128.5,10.5 parent: 1 - type: Transform - uid: 12618 components: - - pos: -128.5,11.5 + - type: Transform + pos: -128.5,11.5 parent: 1 - type: Transform - uid: 12619 components: - - pos: -128.5,12.5 + - type: Transform + pos: -128.5,12.5 parent: 1 - type: Transform - uid: 12620 components: - - pos: -128.5,13.5 + - type: Transform + pos: -128.5,13.5 parent: 1 - type: Transform - uid: 12623 components: - - pos: 70.5,-36.5 + - type: Transform + pos: 70.5,-36.5 parent: 1 - type: Transform - uid: 12626 components: - - pos: 71.5,-36.5 + - type: Transform + pos: 71.5,-36.5 parent: 1 - type: Transform - uid: 12627 components: - - pos: 72.5,-36.5 + - type: Transform + pos: 72.5,-36.5 parent: 1 - type: Transform - uid: 12628 components: - - pos: 73.5,-36.5 + - type: Transform + pos: 73.5,-36.5 parent: 1 - type: Transform - uid: 12629 components: - - pos: 73.5,-37.5 + - type: Transform + pos: 73.5,-37.5 parent: 1 - type: Transform - uid: 12630 components: - - pos: 74.5,-37.5 + - type: Transform + pos: 74.5,-37.5 parent: 1 - type: Transform - uid: 12631 components: - - pos: 75.5,-37.5 + - type: Transform + pos: 75.5,-37.5 parent: 1 - type: Transform - uid: 12715 components: - - pos: 75.5,-36.5 + - type: Transform + pos: 75.5,-36.5 parent: 1 - type: Transform - uid: 12728 components: - - pos: 76.5,-36.5 + - type: Transform + pos: 76.5,-36.5 parent: 1 - type: Transform - uid: 12729 components: - - pos: 77.5,-36.5 + - type: Transform + pos: 77.5,-36.5 parent: 1 - type: Transform - uid: 12736 components: - - pos: 78.5,-36.5 + - type: Transform + pos: 78.5,-36.5 parent: 1 - type: Transform - uid: 12744 components: - - pos: 79.5,-36.5 + - type: Transform + pos: 79.5,-36.5 parent: 1 - type: Transform - uid: 12745 components: - - pos: 79.5,-37.5 + - type: Transform + pos: 79.5,-37.5 parent: 1 - type: Transform - uid: 12766 components: - - pos: 80.5,-37.5 + - type: Transform + pos: 80.5,-37.5 parent: 1 - type: Transform - uid: 12791 components: - - pos: -42.5,12.5 + - type: Transform + pos: -42.5,12.5 parent: 1 - type: Transform - uid: 12794 components: - - pos: 81.5,-37.5 + - type: Transform + pos: 81.5,-37.5 parent: 1 - type: Transform - uid: 12814 components: - - pos: 81.5,-36.5 + - type: Transform + pos: 81.5,-36.5 parent: 1 - type: Transform - uid: 12820 components: - - pos: 82.5,-36.5 + - type: Transform + pos: 82.5,-36.5 parent: 1 - type: Transform - uid: 12842 components: - - pos: 83.5,-36.5 + - type: Transform + pos: 83.5,-36.5 parent: 1 - type: Transform - uid: 12869 components: - - pos: 84.5,-36.5 + - type: Transform + pos: 84.5,-36.5 parent: 1 - type: Transform - uid: 12870 components: - - pos: 85.5,-36.5 + - type: Transform + pos: 85.5,-36.5 parent: 1 - type: Transform - uid: 12871 components: - - pos: 85.5,-37.5 + - type: Transform + pos: 85.5,-37.5 parent: 1 - type: Transform - uid: 12872 components: - - pos: 86.5,-37.5 + - type: Transform + pos: 86.5,-37.5 parent: 1 - type: Transform - uid: 12873 components: - - pos: 87.5,-37.5 + - type: Transform + pos: 87.5,-37.5 parent: 1 - type: Transform - uid: 12874 components: - - pos: 87.5,-36.5 + - type: Transform + pos: 87.5,-36.5 parent: 1 - type: Transform - uid: 12875 components: - - pos: 88.5,-36.5 + - type: Transform + pos: 88.5,-36.5 parent: 1 - type: Transform - uid: 12876 components: - - pos: 89.5,-36.5 + - type: Transform + pos: 89.5,-36.5 parent: 1 - type: Transform - uid: 12877 components: - - pos: 90.5,-36.5 + - type: Transform + pos: 90.5,-36.5 parent: 1 - type: Transform - uid: 12878 components: - - pos: 90.5,-37.5 + - type: Transform + pos: 90.5,-37.5 parent: 1 - type: Transform - uid: 12879 components: - - pos: 91.5,-37.5 + - type: Transform + pos: 91.5,-37.5 parent: 1 - type: Transform - uid: 12880 components: - - pos: 91.5,-38.5 + - type: Transform + pos: 91.5,-38.5 parent: 1 - type: Transform - uid: 12881 components: - - pos: 92.5,-38.5 + - type: Transform + pos: 92.5,-38.5 parent: 1 - type: Transform - uid: 12882 components: - - pos: 92.5,-39.5 + - type: Transform + pos: 92.5,-39.5 parent: 1 - type: Transform - uid: 12883 components: - - pos: 92.5,-40.5 + - type: Transform + pos: 92.5,-40.5 parent: 1 - type: Transform - uid: 12884 components: - - pos: 92.5,-41.5 + - type: Transform + pos: 92.5,-41.5 parent: 1 - type: Transform - uid: 12885 components: - - pos: 92.5,-42.5 + - type: Transform + pos: 92.5,-42.5 parent: 1 - type: Transform - uid: 12886 components: - - pos: 91.5,-42.5 + - type: Transform + pos: 91.5,-42.5 parent: 1 - type: Transform - uid: 12887 components: - - pos: 91.5,-43.5 + - type: Transform + pos: 91.5,-43.5 parent: 1 - type: Transform - uid: 12888 components: - - pos: 91.5,-44.5 + - type: Transform + pos: 91.5,-44.5 parent: 1 - type: Transform - uid: 12899 components: - - pos: 92.5,-44.5 + - type: Transform + pos: 92.5,-44.5 parent: 1 - type: Transform - uid: 12900 components: - - pos: 92.5,-45.5 + - type: Transform + pos: 92.5,-45.5 parent: 1 - type: Transform - uid: 12901 components: - - pos: 92.5,-46.5 + - type: Transform + pos: 92.5,-46.5 parent: 1 - type: Transform - uid: 12902 components: - - pos: 91.5,-46.5 + - type: Transform + pos: 91.5,-46.5 parent: 1 - type: Transform - uid: 12903 components: - - pos: 91.5,-47.5 + - type: Transform + pos: 91.5,-47.5 parent: 1 - type: Transform - uid: 12904 components: - - pos: 91.5,-48.5 + - type: Transform + pos: 91.5,-48.5 parent: 1 - type: Transform - uid: 12905 components: - - pos: 92.5,-48.5 + - type: Transform + pos: 92.5,-48.5 parent: 1 - type: Transform - uid: 12906 components: - - pos: 92.5,-49.5 + - type: Transform + pos: 92.5,-49.5 parent: 1 - type: Transform - uid: 12907 components: - - pos: 92.5,-50.5 + - type: Transform + pos: 92.5,-50.5 parent: 1 - type: Transform - uid: 12908 components: - - pos: 91.5,-50.5 + - type: Transform + pos: 91.5,-50.5 parent: 1 - type: Transform - uid: 12909 components: - - pos: 91.5,-51.5 + - type: Transform + pos: 91.5,-51.5 parent: 1 - type: Transform - uid: 12910 components: - - pos: 91.5,-52.5 + - type: Transform + pos: 91.5,-52.5 parent: 1 - type: Transform - uid: 12911 components: - - pos: 92.5,-52.5 + - type: Transform + pos: 92.5,-52.5 parent: 1 - type: Transform - uid: 12912 components: - - pos: 92.5,-53.5 + - type: Transform + pos: 92.5,-53.5 parent: 1 - type: Transform - uid: 12913 components: - - pos: 92.5,-54.5 + - type: Transform + pos: 92.5,-54.5 parent: 1 - type: Transform - uid: 12914 components: - - pos: 92.5,-55.5 + - type: Transform + pos: 92.5,-55.5 parent: 1 - type: Transform - uid: 12916 components: - - pos: 92.5,-56.5 + - type: Transform + pos: 92.5,-56.5 parent: 1 - type: Transform - uid: 12917 components: - - pos: 91.5,-56.5 + - type: Transform + pos: 91.5,-56.5 parent: 1 - type: Transform - uid: 12918 components: - - pos: 91.5,-57.5 + - type: Transform + pos: 91.5,-57.5 parent: 1 - type: Transform - uid: 12919 components: - - pos: 90.5,-57.5 + - type: Transform + pos: 90.5,-57.5 parent: 1 - type: Transform - uid: 12920 components: - - pos: 90.5,-58.5 + - type: Transform + pos: 90.5,-58.5 parent: 1 - type: Transform - uid: 12921 components: - - pos: 89.5,-58.5 + - type: Transform + pos: 89.5,-58.5 parent: 1 - type: Transform - uid: 12922 components: - - pos: 88.5,-58.5 + - type: Transform + pos: 88.5,-58.5 parent: 1 - type: Transform - uid: 12923 components: - - pos: 87.5,-58.5 + - type: Transform + pos: 87.5,-58.5 parent: 1 - type: Transform - uid: 12924 components: - - pos: 87.5,-57.5 + - type: Transform + pos: 87.5,-57.5 parent: 1 - type: Transform - uid: 12925 components: - - pos: 86.5,-57.5 + - type: Transform + pos: 86.5,-57.5 parent: 1 - type: Transform - uid: 12926 components: - - pos: 85.5,-57.5 + - type: Transform + pos: 85.5,-57.5 parent: 1 - type: Transform - uid: 12927 components: - - pos: 84.5,-58.5 + - type: Transform + pos: 84.5,-58.5 parent: 1 - type: Transform - uid: 12928 components: - - pos: 83.5,-58.5 + - type: Transform + pos: 83.5,-58.5 parent: 1 - type: Transform - uid: 12929 components: - - pos: 82.5,-58.5 + - type: Transform + pos: 82.5,-58.5 parent: 1 - type: Transform - uid: 12930 components: - - pos: 81.5,-58.5 + - type: Transform + pos: 81.5,-58.5 parent: 1 - type: Transform - uid: 12931 components: - - pos: 81.5,-57.5 + - type: Transform + pos: 81.5,-57.5 parent: 1 - type: Transform - uid: 12932 components: - - pos: 80.5,-57.5 + - type: Transform + pos: 80.5,-57.5 parent: 1 - type: Transform - uid: 12933 components: - - pos: 79.5,-57.5 + - type: Transform + pos: 79.5,-57.5 parent: 1 - type: Transform - uid: 12934 components: - - pos: 79.5,-58.5 + - type: Transform + pos: 79.5,-58.5 parent: 1 - type: Transform - uid: 12935 components: - - pos: 78.5,-58.5 + - type: Transform + pos: 78.5,-58.5 parent: 1 - type: Transform - uid: 12936 components: - - pos: 77.5,-58.5 + - type: Transform + pos: 77.5,-58.5 parent: 1 - type: Transform - uid: 12937 components: - - pos: 76.5,-58.5 + - type: Transform + pos: 76.5,-58.5 parent: 1 - type: Transform - uid: 12938 components: - - pos: 75.5,-58.5 + - type: Transform + pos: 75.5,-58.5 parent: 1 - type: Transform - uid: 12939 components: - - pos: 75.5,-57.5 + - type: Transform + pos: 75.5,-57.5 parent: 1 - type: Transform - uid: 12940 components: - - pos: 74.5,-57.5 + - type: Transform + pos: 74.5,-57.5 parent: 1 - type: Transform - uid: 12941 components: - - pos: 73.5,-57.5 + - type: Transform + pos: 73.5,-57.5 parent: 1 - type: Transform - uid: 12942 components: - - pos: 73.5,-58.5 + - type: Transform + pos: 73.5,-58.5 parent: 1 - type: Transform - uid: 12943 components: - - pos: 72.5,-58.5 + - type: Transform + pos: 72.5,-58.5 parent: 1 - type: Transform - uid: 12944 components: - - pos: 71.5,-58.5 + - type: Transform + pos: 71.5,-58.5 parent: 1 - type: Transform - uid: 12956 components: - - pos: 70.5,-58.5 + - type: Transform + pos: 70.5,-58.5 parent: 1 - type: Transform - uid: 12957 components: - - pos: 69.5,-58.5 + - type: Transform + pos: 69.5,-58.5 parent: 1 - type: Transform - uid: 12958 components: - - pos: 69.5,-57.5 + - type: Transform + pos: 69.5,-57.5 parent: 1 - type: Transform - uid: 12959 components: - - pos: 68.5,-57.5 + - type: Transform + pos: 68.5,-57.5 parent: 1 - type: Transform - uid: 12960 components: - - pos: 67.5,-57.5 + - type: Transform + pos: 67.5,-57.5 parent: 1 - type: Transform - uid: 12961 components: - - pos: 67.5,-58.5 + - type: Transform + pos: 67.5,-58.5 parent: 1 - type: Transform - uid: 12973 components: - - pos: 66.5,-58.5 + - type: Transform + pos: 66.5,-58.5 parent: 1 - type: Transform - uid: 12974 components: - - pos: 65.5,-58.5 + - type: Transform + pos: 65.5,-58.5 parent: 1 - type: Transform - uid: 12975 components: - - pos: 64.5,-58.5 + - type: Transform + pos: 64.5,-58.5 parent: 1 - type: Transform - uid: 12976 components: - - pos: 63.5,-58.5 + - type: Transform + pos: 63.5,-58.5 parent: 1 - type: Transform - uid: 12977 components: - - pos: 63.5,-57.5 + - type: Transform + pos: 63.5,-57.5 parent: 1 - type: Transform - uid: 12979 components: - - pos: 63.5,-59.5 + - type: Transform + pos: 63.5,-59.5 parent: 1 - type: Transform - uid: 12981 components: - - pos: 62.5,-59.5 + - type: Transform + pos: 62.5,-59.5 parent: 1 - type: Transform - uid: 12982 components: - - pos: 62.5,-60.5 + - type: Transform + pos: 62.5,-60.5 parent: 1 - type: Transform - uid: 12983 components: - - pos: 62.5,-61.5 + - type: Transform + pos: 62.5,-61.5 parent: 1 - type: Transform - uid: 12984 components: - - pos: 61.5,-62.5 + - type: Transform + pos: 61.5,-62.5 parent: 1 - type: Transform - uid: 12985 components: - - pos: 60.5,-62.5 + - type: Transform + pos: 60.5,-62.5 parent: 1 - type: Transform - uid: 12986 components: - - pos: 59.5,-62.5 + - type: Transform + pos: 59.5,-62.5 parent: 1 - type: Transform - uid: 12987 components: - - pos: 63.5,-34.5 + - type: Transform + pos: 63.5,-34.5 parent: 1 - type: Transform - uid: 12988 components: - - pos: 57.5,-62.5 + - type: Transform + pos: 57.5,-62.5 parent: 1 - type: Transform - uid: 12989 components: - - pos: 56.5,-62.5 + - type: Transform + pos: 56.5,-62.5 parent: 1 - type: Transform - uid: 12990 components: - - pos: 63.5,-33.5 + - type: Transform + pos: 63.5,-33.5 parent: 1 - type: Transform - uid: 12991 components: - - pos: 64.5,-33.5 + - type: Transform + pos: 64.5,-33.5 parent: 1 - type: Transform - uid: 12992 components: - - pos: 65.5,-33.5 + - type: Transform + pos: 65.5,-33.5 parent: 1 - type: Transform - uid: 12993 components: - - pos: 66.5,-33.5 + - type: Transform + pos: 66.5,-33.5 parent: 1 - type: Transform - uid: 12994 components: - - pos: 67.5,-33.5 + - type: Transform + pos: 67.5,-33.5 parent: 1 - type: Transform - uid: 12995 components: - - pos: 67.5,-34.5 + - type: Transform + pos: 67.5,-34.5 parent: 1 - type: Transform - uid: 12996 components: - - pos: 68.5,-34.5 + - type: Transform + pos: 68.5,-34.5 parent: 1 - type: Transform - uid: 12997 components: - - pos: 69.5,-34.5 + - type: Transform + pos: 69.5,-34.5 parent: 1 - type: Transform - uid: 12998 components: - - pos: 69.5,-33.5 + - type: Transform + pos: 69.5,-33.5 parent: 1 - type: Transform - uid: 12999 components: - - pos: 70.5,-33.5 + - type: Transform + pos: 70.5,-33.5 parent: 1 - type: Transform - uid: 13000 components: - - pos: 71.5,-33.5 + - type: Transform + pos: 71.5,-33.5 parent: 1 - type: Transform - uid: 13001 components: - - pos: 72.5,-33.5 + - type: Transform + pos: 72.5,-33.5 parent: 1 - type: Transform - uid: 13002 components: - - pos: 73.5,-33.5 + - type: Transform + pos: 73.5,-33.5 parent: 1 - type: Transform - uid: 13003 components: - - pos: 73.5,-34.5 + - type: Transform + pos: 73.5,-34.5 parent: 1 - type: Transform - uid: 13004 components: - - pos: 74.5,-34.5 + - type: Transform + pos: 74.5,-34.5 parent: 1 - type: Transform - uid: 13005 components: - - pos: 75.5,-34.5 + - type: Transform + pos: 75.5,-34.5 parent: 1 - type: Transform - uid: 13006 components: - - pos: 75.5,-33.5 + - type: Transform + pos: 75.5,-33.5 parent: 1 - type: Transform - uid: 13007 components: - - pos: 76.5,-33.5 + - type: Transform + pos: 76.5,-33.5 parent: 1 - type: Transform - uid: 13008 components: - - pos: 77.5,-33.5 + - type: Transform + pos: 77.5,-33.5 parent: 1 - type: Transform - uid: 13014 components: - - pos: 78.5,-33.5 + - type: Transform + pos: 78.5,-33.5 parent: 1 - type: Transform - uid: 13015 components: - - pos: 79.5,-33.5 + - type: Transform + pos: 79.5,-33.5 parent: 1 - type: Transform - uid: 13016 components: - - pos: 79.5,-34.5 + - type: Transform + pos: 79.5,-34.5 parent: 1 - type: Transform - uid: 13020 components: - - pos: 80.5,-34.5 + - type: Transform + pos: 80.5,-34.5 parent: 1 - type: Transform - uid: 13022 components: - - pos: 81.5,-34.5 + - type: Transform + pos: 81.5,-34.5 parent: 1 - type: Transform - uid: 13023 components: - - pos: 81.5,-33.5 + - type: Transform + pos: 81.5,-33.5 parent: 1 - type: Transform - uid: 13024 components: - - pos: 82.5,-33.5 + - type: Transform + pos: 82.5,-33.5 parent: 1 - type: Transform - uid: 13025 components: - - pos: 83.5,-33.5 + - type: Transform + pos: 83.5,-33.5 parent: 1 - type: Transform - uid: 13026 components: - - pos: 84.5,-33.5 + - type: Transform + pos: 84.5,-33.5 parent: 1 - type: Transform - uid: 13027 components: - - pos: 85.5,-33.5 + - type: Transform + pos: 85.5,-33.5 parent: 1 - type: Transform - uid: 13028 components: - - pos: 85.5,-34.5 + - type: Transform + pos: 85.5,-34.5 parent: 1 - type: Transform - uid: 13055 components: - - pos: 86.5,-34.5 + - type: Transform + pos: 86.5,-34.5 parent: 1 - type: Transform - uid: 13113 components: - - pos: 87.5,-34.5 + - type: Transform + pos: 87.5,-34.5 parent: 1 - type: Transform - uid: 13118 components: - - pos: 87.5,-33.5 + - type: Transform + pos: 87.5,-33.5 parent: 1 - type: Transform - uid: 13119 components: - - pos: 88.5,-33.5 + - type: Transform + pos: 88.5,-33.5 parent: 1 - type: Transform - uid: 13120 components: - - pos: 89.5,-33.5 + - type: Transform + pos: 89.5,-33.5 parent: 1 - type: Transform - uid: 13155 components: - - pos: 90.5,-33.5 + - type: Transform + pos: 90.5,-33.5 parent: 1 - type: Transform - uid: 13156 components: - - pos: 91.5,-33.5 + - type: Transform + pos: 91.5,-33.5 parent: 1 - type: Transform - uid: 13179 components: - - pos: 91.5,-34.5 + - type: Transform + pos: 91.5,-34.5 parent: 1 - type: Transform - uid: 13180 components: - - pos: 92.5,-34.5 + - type: Transform + pos: 92.5,-34.5 parent: 1 - type: Transform - uid: 13210 components: - - pos: 93.5,-34.5 + - type: Transform + pos: 93.5,-34.5 parent: 1 - type: Transform - uid: 13211 components: - - pos: 93.5,-33.5 + - type: Transform + pos: 93.5,-33.5 parent: 1 - type: Transform - uid: 13212 components: - - pos: 94.5,-33.5 + - type: Transform + pos: 94.5,-33.5 parent: 1 - type: Transform - uid: 13213 components: - - pos: 94.5,-34.5 + - type: Transform + pos: 94.5,-34.5 parent: 1 - type: Transform - uid: 13214 components: - - pos: 95.5,-34.5 + - type: Transform + pos: 95.5,-34.5 parent: 1 - type: Transform - uid: 13215 components: - - pos: 95.5,-35.5 + - type: Transform + pos: 95.5,-35.5 parent: 1 - type: Transform - uid: 13252 components: - - pos: 94.5,-35.5 + - type: Transform + pos: 94.5,-35.5 parent: 1 - type: Transform - uid: 13253 components: - - pos: 94.5,-36.5 + - type: Transform + pos: 94.5,-36.5 parent: 1 - type: Transform - uid: 13281 components: - - pos: 94.5,-37.5 + - type: Transform + pos: 94.5,-37.5 parent: 1 - type: Transform - uid: 13282 components: - - pos: 95.5,-37.5 + - type: Transform + pos: 95.5,-37.5 parent: 1 - type: Transform - uid: 13301 components: - - pos: 95.5,-38.5 + - type: Transform + pos: 95.5,-38.5 parent: 1 - type: Transform - uid: 13320 components: - - pos: 95.5,-39.5 + - type: Transform + pos: 95.5,-39.5 parent: 1 - type: Transform - uid: 13326 components: - - pos: 95.5,-40.5 + - type: Transform + pos: 95.5,-40.5 parent: 1 - type: Transform - uid: 13337 components: - - pos: 95.5,-41.5 + - type: Transform + pos: 95.5,-41.5 parent: 1 - type: Transform - uid: 13339 components: - - pos: 95.5,-42.5 + - type: Transform + pos: 95.5,-42.5 parent: 1 - type: Transform - uid: 13360 components: - - pos: 94.5,-43.5 + - type: Transform + pos: 94.5,-43.5 parent: 1 - type: Transform - uid: 13363 components: - - pos: 94.5,-44.5 + - type: Transform + pos: 94.5,-44.5 parent: 1 - type: Transform - uid: 13364 components: - - pos: 95.5,-44.5 + - type: Transform + pos: 95.5,-44.5 parent: 1 - type: Transform - uid: 13365 components: - - pos: 95.5,-45.5 + - type: Transform + pos: 95.5,-45.5 parent: 1 - type: Transform - uid: 13379 components: - - pos: 95.5,-46.5 + - type: Transform + pos: 95.5,-46.5 parent: 1 - type: Transform - uid: 13380 components: - - pos: 94.5,-50.5 + - type: Transform + pos: 94.5,-50.5 parent: 1 - type: Transform - uid: 13381 components: - - pos: 94.5,-46.5 + - type: Transform + pos: 94.5,-46.5 parent: 1 - type: Transform - uid: 13382 components: - - pos: 94.5,-47.5 + - type: Transform + pos: 94.5,-47.5 parent: 1 - type: Transform - uid: 13383 components: - - pos: 94.5,-48.5 + - type: Transform + pos: 94.5,-48.5 parent: 1 - type: Transform - uid: 13384 components: - - pos: 95.5,-48.5 + - type: Transform + pos: 95.5,-48.5 parent: 1 - type: Transform - uid: 13385 components: - - pos: 95.5,-49.5 + - type: Transform + pos: 95.5,-49.5 parent: 1 - type: Transform - uid: 13386 components: - - pos: 95.5,-50.5 + - type: Transform + pos: 95.5,-50.5 parent: 1 - type: Transform - uid: 13387 components: - - pos: 94.5,-51.5 + - type: Transform + pos: 94.5,-51.5 parent: 1 - type: Transform - uid: 13388 components: - - pos: 94.5,-52.5 + - type: Transform + pos: 94.5,-52.5 parent: 1 - type: Transform - uid: 13389 components: - - pos: 95.5,-59.5 + - type: Transform + pos: 95.5,-59.5 parent: 1 - type: Transform - uid: 13390 components: - - pos: 95.5,-52.5 + - type: Transform + pos: 95.5,-52.5 parent: 1 - type: Transform - uid: 13391 components: - - pos: 95.5,-53.5 + - type: Transform + pos: 95.5,-53.5 parent: 1 - type: Transform - uid: 13392 components: - - pos: 95.5,-54.5 + - type: Transform + pos: 95.5,-54.5 parent: 1 - type: Transform - uid: 13393 components: - - pos: 95.5,-55.5 + - type: Transform + pos: 95.5,-55.5 parent: 1 - type: Transform - uid: 13394 components: - - pos: 95.5,-56.5 + - type: Transform + pos: 95.5,-56.5 parent: 1 - type: Transform - uid: 13395 components: - - pos: 95.5,-57.5 + - type: Transform + pos: 95.5,-57.5 parent: 1 - type: Transform - uid: 13396 components: - - pos: 94.5,-57.5 + - type: Transform + pos: 94.5,-57.5 parent: 1 - type: Transform - uid: 13397 components: - - pos: 94.5,-58.5 + - type: Transform + pos: 94.5,-58.5 parent: 1 - type: Transform - uid: 13398 components: - - pos: 94.5,-59.5 + - type: Transform + pos: 94.5,-59.5 parent: 1 - type: Transform - uid: 13399 components: - - pos: 95.5,-60.5 + - type: Transform + pos: 95.5,-60.5 parent: 1 - type: Transform - uid: 13400 components: - - pos: 95.5,-61.5 + - type: Transform + pos: 95.5,-61.5 parent: 1 - type: Transform - uid: 13401 components: - - pos: 94.5,-61.5 + - type: Transform + pos: 94.5,-61.5 parent: 1 - type: Transform - uid: 13402 components: - - pos: 94.5,-62.5 + - type: Transform + pos: 94.5,-62.5 parent: 1 - type: Transform - uid: 13403 components: - - pos: 93.5,-62.5 + - type: Transform + pos: 93.5,-62.5 parent: 1 - type: Transform - uid: 13404 components: - - pos: 93.5,-61.5 + - type: Transform + pos: 93.5,-61.5 parent: 1 - type: Transform - uid: 13405 components: - - pos: 92.5,-61.5 + - type: Transform + pos: 92.5,-61.5 parent: 1 - type: Transform - uid: 13406 components: - - pos: 91.5,-61.5 + - type: Transform + pos: 91.5,-61.5 parent: 1 - type: Transform - uid: 13407 components: - - pos: 91.5,-62.5 + - type: Transform + pos: 91.5,-62.5 parent: 1 - type: Transform - uid: 13408 components: - - pos: 90.5,-62.5 + - type: Transform + pos: 90.5,-62.5 parent: 1 - type: Transform - uid: 13409 components: - - pos: 89.5,-62.5 + - type: Transform + pos: 89.5,-62.5 parent: 1 - type: Transform - uid: 13410 components: - - pos: 88.5,-62.5 + - type: Transform + pos: 88.5,-62.5 parent: 1 - type: Transform - uid: 13411 components: - - pos: 87.5,-62.5 + - type: Transform + pos: 87.5,-62.5 parent: 1 - type: Transform - uid: 13412 components: - - pos: 87.5,-61.5 + - type: Transform + pos: 87.5,-61.5 parent: 1 - type: Transform - uid: 13413 components: - - pos: 86.5,-61.5 + - type: Transform + pos: 86.5,-61.5 parent: 1 - type: Transform - uid: 13414 components: - - pos: 85.5,-61.5 + - type: Transform + pos: 85.5,-61.5 parent: 1 - type: Transform - uid: 13415 components: - - pos: 85.5,-62.5 + - type: Transform + pos: 85.5,-62.5 parent: 1 - type: Transform - uid: 13416 components: - - pos: 84.5,-62.5 + - type: Transform + pos: 84.5,-62.5 parent: 1 - type: Transform - uid: 13417 components: - - pos: 83.5,-62.5 + - type: Transform + pos: 83.5,-62.5 parent: 1 - type: Transform - uid: 13418 components: - - pos: 82.5,-62.5 + - type: Transform + pos: 82.5,-62.5 parent: 1 - type: Transform - uid: 13419 components: - - pos: 81.5,-62.5 + - type: Transform + pos: 81.5,-62.5 parent: 1 - type: Transform - uid: 13420 components: - - pos: 81.5,-61.5 + - type: Transform + pos: 81.5,-61.5 parent: 1 - type: Transform - uid: 13421 components: - - pos: 80.5,-61.5 + - type: Transform + pos: 80.5,-61.5 parent: 1 - type: Transform - uid: 13422 components: - - pos: 79.5,-61.5 + - type: Transform + pos: 79.5,-61.5 parent: 1 - type: Transform - uid: 13423 components: - - pos: 79.5,-62.5 + - type: Transform + pos: 79.5,-62.5 parent: 1 - type: Transform - uid: 13424 components: - - pos: 78.5,-62.5 + - type: Transform + pos: 78.5,-62.5 parent: 1 - type: Transform - uid: 13425 components: - - pos: 77.5,-62.5 + - type: Transform + pos: 77.5,-62.5 parent: 1 - type: Transform - uid: 13426 components: - - pos: 76.5,-62.5 + - type: Transform + pos: 76.5,-62.5 parent: 1 - type: Transform - uid: 13427 components: - - pos: 75.5,-62.5 + - type: Transform + pos: 75.5,-62.5 parent: 1 - type: Transform - uid: 13428 components: - - pos: 75.5,-61.5 + - type: Transform + pos: 75.5,-61.5 parent: 1 - type: Transform - uid: 13429 components: - - pos: 74.5,-61.5 + - type: Transform + pos: 74.5,-61.5 parent: 1 - type: Transform - uid: 13430 components: - - pos: 73.5,-61.5 + - type: Transform + pos: 73.5,-61.5 parent: 1 - type: Transform - uid: 13431 components: - - pos: 73.5,-62.5 + - type: Transform + pos: 73.5,-62.5 parent: 1 - type: Transform - uid: 13432 components: - - pos: 72.5,-62.5 + - type: Transform + pos: 72.5,-62.5 parent: 1 - type: Transform - uid: 13433 components: - - pos: 71.5,-62.5 + - type: Transform + pos: 71.5,-62.5 parent: 1 - type: Transform - uid: 13434 components: - - pos: 70.5,-62.5 + - type: Transform + pos: 70.5,-62.5 parent: 1 - type: Transform - uid: 13435 components: - - pos: 69.5,-62.5 + - type: Transform + pos: 69.5,-62.5 parent: 1 - type: Transform - uid: 13436 components: - - pos: 69.5,-61.5 + - type: Transform + pos: 69.5,-61.5 parent: 1 - type: Transform - uid: 13437 components: - - pos: 68.5,-61.5 + - type: Transform + pos: 68.5,-61.5 parent: 1 - type: Transform - uid: 13438 components: - - pos: 67.5,-61.5 + - type: Transform + pos: 67.5,-61.5 parent: 1 - type: Transform - uid: 13439 components: - - pos: 67.5,-62.5 + - type: Transform + pos: 67.5,-62.5 parent: 1 - type: Transform - uid: 13440 components: - - pos: 66.5,-62.5 + - type: Transform + pos: 66.5,-62.5 parent: 1 - type: Transform - uid: 13441 components: - - pos: 65.5,-62.5 + - type: Transform + pos: 65.5,-62.5 parent: 1 - type: Transform - uid: 13442 components: - - pos: 64.5,-62.5 + - type: Transform + pos: 64.5,-62.5 parent: 1 - type: Transform - uid: 13443 components: - - pos: 63.5,-62.5 + - type: Transform + pos: 63.5,-62.5 parent: 1 - type: Transform - uid: 13444 components: - - pos: 63.5,-61.5 + - type: Transform + pos: 63.5,-61.5 parent: 1 - type: Transform - uid: 13445 components: - - pos: 61.5,-61.5 + - type: Transform + pos: 61.5,-61.5 parent: 1 - type: Transform - uid: 13446 components: - - pos: 57.5,-61.5 + - type: Transform + pos: 57.5,-61.5 parent: 1 - type: Transform - uid: 13447 components: - - pos: 58.5,-61.5 + - type: Transform + pos: 58.5,-61.5 parent: 1 - type: Transform - uid: 13448 components: - - pos: 59.5,-61.5 + - type: Transform + pos: 59.5,-61.5 parent: 1 - type: Transform - uid: 13449 components: - - pos: 93.5,-50.5 + - type: Transform + pos: 93.5,-50.5 parent: 1 - type: Transform - uid: 13450 components: - - pos: 67.5,-35.5 + - type: Transform + pos: 67.5,-35.5 parent: 1 - type: Transform - uid: 13451 components: - - pos: 69.5,-35.5 + - type: Transform + pos: 69.5,-35.5 parent: 1 - type: Transform - uid: 13452 components: - - pos: 73.5,-35.5 + - type: Transform + pos: 73.5,-35.5 parent: 1 - type: Transform - uid: 13453 components: - - pos: 75.5,-35.5 + - type: Transform + pos: 75.5,-35.5 parent: 1 - type: Transform - uid: 13454 components: - - pos: 79.5,-35.5 + - type: Transform + pos: 79.5,-35.5 parent: 1 - type: Transform - uid: 13455 components: - - pos: 81.5,-35.5 + - type: Transform + pos: 81.5,-35.5 parent: 1 - type: Transform - uid: 13456 components: - - pos: 85.5,-35.5 + - type: Transform + pos: 85.5,-35.5 parent: 1 - type: Transform - uid: 13457 components: - - pos: 87.5,-35.5 + - type: Transform + pos: 87.5,-35.5 parent: 1 - type: Transform - uid: 13458 components: - - pos: 90.5,-35.5 + - type: Transform + pos: 90.5,-35.5 parent: 1 - type: Transform - uid: 13459 components: - - pos: 91.5,-35.5 + - type: Transform + pos: 91.5,-35.5 parent: 1 - type: Transform - uid: 13460 components: - - pos: 93.5,-38.5 + - type: Transform + pos: 93.5,-38.5 parent: 1 - type: Transform - uid: 13461 components: - - pos: 93.5,-37.5 + - type: Transform + pos: 93.5,-37.5 parent: 1 - type: Transform - uid: 13462 components: - - pos: 93.5,-42.5 + - type: Transform + pos: 93.5,-42.5 parent: 1 - type: Transform - uid: 13463 components: - - pos: 93.5,-44.5 + - type: Transform + pos: 93.5,-44.5 parent: 1 - type: Transform - uid: 13464 components: - - pos: 93.5,-46.5 + - type: Transform + pos: 93.5,-46.5 parent: 1 - type: Transform - uid: 13465 components: - - pos: 93.5,-48.5 + - type: Transform + pos: 93.5,-48.5 parent: 1 - type: Transform - uid: 13466 components: - - pos: 93.5,-52.5 + - type: Transform + pos: 93.5,-52.5 parent: 1 - type: Transform - uid: 13467 components: - - pos: 75.5,-59.5 + - type: Transform + pos: 75.5,-59.5 parent: 1 - type: Transform - uid: 13468 components: - - pos: 93.5,-56.5 + - type: Transform + pos: 93.5,-56.5 parent: 1 - type: Transform - uid: 13469 components: - - pos: 93.5,-57.5 + - type: Transform + pos: 93.5,-57.5 parent: 1 - type: Transform - uid: 13470 components: - - pos: 92.5,-60.5 + - type: Transform + pos: 92.5,-60.5 parent: 1 - type: Transform - uid: 13471 components: - - pos: 92.5,-59.5 + - type: Transform + pos: 92.5,-59.5 parent: 1 - type: Transform - uid: 13472 components: - - pos: 91.5,-59.5 + - type: Transform + pos: 91.5,-59.5 parent: 1 - type: Transform - uid: 13473 components: - - pos: 90.5,-59.5 + - type: Transform + pos: 90.5,-59.5 parent: 1 - type: Transform - uid: 13474 components: - - pos: 87.5,-59.5 + - type: Transform + pos: 87.5,-59.5 parent: 1 - type: Transform - uid: 13475 components: - - pos: 86.5,-59.5 + - type: Transform + pos: 86.5,-59.5 parent: 1 - type: Transform - uid: 13476 components: - - pos: 86.5,-60.5 + - type: Transform + pos: 86.5,-60.5 parent: 1 - type: Transform - uid: 13477 components: - - pos: 85.5,-59.5 + - type: Transform + pos: 85.5,-59.5 parent: 1 - type: Transform - uid: 13478 components: - - pos: 81.5,-59.5 + - type: Transform + pos: 81.5,-59.5 parent: 1 - type: Transform - uid: 13479 components: - - pos: 80.5,-59.5 + - type: Transform + pos: 80.5,-59.5 parent: 1 - type: Transform - uid: 13480 components: - - pos: 80.5,-60.5 + - type: Transform + pos: 80.5,-60.5 parent: 1 - type: Transform - uid: 13481 components: - - pos: 79.5,-59.5 + - type: Transform + pos: 79.5,-59.5 parent: 1 - type: Transform - uid: 13482 components: - - pos: 74.5,-59.5 + - type: Transform + pos: 74.5,-59.5 parent: 1 - type: Transform - uid: 13483 components: - - pos: 74.5,-60.5 + - type: Transform + pos: 74.5,-60.5 parent: 1 - type: Transform - uid: 13484 components: - - pos: 73.5,-59.5 + - type: Transform + pos: 73.5,-59.5 parent: 1 - type: Transform - uid: 13485 components: - - pos: 87.5,-56.5 + - type: Transform + pos: 87.5,-56.5 parent: 1 - type: Transform - uid: 13486 components: - - pos: 68.5,-60.5 + - type: Transform + pos: 68.5,-60.5 parent: 1 - type: Transform - uid: 13487 components: - - pos: 68.5,-59.5 + - type: Transform + pos: 68.5,-59.5 parent: 1 - type: Transform - uid: 13488 components: - - pos: 67.5,-59.5 + - type: Transform + pos: 67.5,-59.5 parent: 1 - type: Transform - uid: 13489 components: - - pos: 69.5,-59.5 + - type: Transform + pos: 69.5,-59.5 parent: 1 - type: Transform - uid: 13537 components: - - pos: 73.5,-56.5 + - type: Transform + pos: 73.5,-56.5 parent: 1 - type: Transform - uid: 13542 components: - - pos: 73.5,-55.5 + - type: Transform + pos: 73.5,-55.5 parent: 1 - type: Transform - uid: 13543 components: - - pos: 77.5,-57.5 + - type: Transform + pos: 77.5,-57.5 parent: 1 - type: Transform - uid: 13544 components: - - pos: 77.5,-56.5 + - type: Transform + pos: 77.5,-56.5 parent: 1 - type: Transform - uid: 13545 components: - - pos: 77.5,-55.5 + - type: Transform + pos: 77.5,-55.5 parent: 1 - type: Transform - uid: 13546 components: - - pos: 81.5,-56.5 + - type: Transform + pos: 81.5,-56.5 parent: 1 - type: Transform - uid: 13549 components: - - pos: 81.5,-55.5 + - type: Transform + pos: 81.5,-55.5 parent: 1 - type: Transform - uid: 13550 components: - - pos: 87.5,-55.5 + - type: Transform + pos: 87.5,-55.5 parent: 1 - type: Transform - uid: 13551 components: - - pos: 87.5,-54.5 + - type: Transform + pos: 87.5,-54.5 parent: 1 - type: Transform - uid: 13557 components: - - pos: 87.5,-53.5 + - type: Transform + pos: 87.5,-53.5 parent: 1 - type: Transform - uid: 13560 components: - - pos: 87.5,-52.5 + - type: Transform + pos: 87.5,-52.5 parent: 1 - type: Transform - uid: 13565 components: - - pos: 87.5,-51.5 + - type: Transform + pos: 87.5,-51.5 parent: 1 - type: Transform - uid: 13568 components: - - pos: 87.5,-50.5 + - type: Transform + pos: 87.5,-50.5 parent: 1 - type: Transform - uid: 13569 components: - - pos: 87.5,-49.5 + - type: Transform + pos: 87.5,-49.5 parent: 1 - type: Transform - uid: 13640 components: - - pos: 87.5,-48.5 + - type: Transform + pos: 87.5,-48.5 parent: 1 - type: Transform - uid: 13641 components: - - pos: 87.5,-47.5 + - type: Transform + pos: 87.5,-47.5 parent: 1 - type: Transform - uid: 13642 components: - - pos: 87.5,-46.5 + - type: Transform + pos: 87.5,-46.5 parent: 1 - type: Transform - uid: 13643 components: - - pos: 87.5,-45.5 + - type: Transform + pos: 87.5,-45.5 parent: 1 - type: Transform - uid: 13644 components: - - pos: 87.5,-44.5 + - type: Transform + pos: 87.5,-44.5 parent: 1 - type: Transform - uid: 13645 components: - - pos: 87.5,-43.5 + - type: Transform + pos: 87.5,-43.5 parent: 1 - type: Transform - uid: 13646 components: - - pos: 87.5,-42.5 + - type: Transform + pos: 87.5,-42.5 parent: 1 - type: Transform - uid: 13647 components: - - pos: 87.5,-41.5 + - type: Transform + pos: 87.5,-41.5 parent: 1 - type: Transform - uid: 13648 components: - - pos: 87.5,-40.5 + - type: Transform + pos: 87.5,-40.5 parent: 1 - type: Transform - uid: 13649 components: - - pos: 87.5,-39.5 + - type: Transform + pos: 87.5,-39.5 parent: 1 - type: Transform - uid: 13650 components: - - pos: 87.5,-38.5 + - type: Transform + pos: 87.5,-38.5 parent: 1 - type: Transform - uid: 13651 components: - - pos: 86.5,-43.5 + - type: Transform + pos: 86.5,-43.5 parent: 1 - type: Transform - uid: 13652 components: - - pos: 85.5,-43.5 + - type: Transform + pos: 85.5,-43.5 parent: 1 - type: Transform - uid: 13653 components: - - pos: 86.5,-47.5 + - type: Transform + pos: 86.5,-47.5 parent: 1 - type: Transform - uid: 13737 components: - - pos: 85.5,-47.5 + - type: Transform + pos: 85.5,-47.5 parent: 1 - type: Transform - uid: 13739 components: - - pos: 86.5,-51.5 + - type: Transform + pos: 86.5,-51.5 parent: 1 - type: Transform - uid: 13740 components: - - pos: 85.5,-51.5 + - type: Transform + pos: 85.5,-51.5 parent: 1 - type: Transform - uid: 13741 components: - - pos: 63.5,-38.5 + - type: Transform + pos: 63.5,-38.5 parent: 1 - type: Transform - uid: 13742 components: - - pos: 81.5,-38.5 + - type: Transform + pos: 81.5,-38.5 parent: 1 - type: Transform - uid: 13743 components: - - pos: 81.5,-39.5 + - type: Transform + pos: 81.5,-39.5 parent: 1 - type: Transform - uid: 13744 components: - - pos: 77.5,-37.5 + - type: Transform + pos: 77.5,-37.5 parent: 1 - type: Transform - uid: 13745 components: - - pos: 77.5,-38.5 + - type: Transform + pos: 77.5,-38.5 parent: 1 - type: Transform - uid: 13746 components: - - pos: 77.5,-39.5 + - type: Transform + pos: 77.5,-39.5 parent: 1 - type: Transform - uid: 13747 components: - - pos: 73.5,-38.5 + - type: Transform + pos: 73.5,-38.5 parent: 1 - type: Transform - uid: 13748 components: - - pos: 73.5,-39.5 + - type: Transform + pos: 73.5,-39.5 parent: 1 - type: Transform - uid: 13749 components: - - pos: 63.5,-39.5 + - type: Transform + pos: 63.5,-39.5 parent: 1 - type: Transform - uid: 13807 components: - - pos: 63.5,-40.5 + - type: Transform + pos: 63.5,-40.5 parent: 1 - type: Transform - uid: 13824 components: - - pos: 64.5,-40.5 + - type: Transform + pos: 64.5,-40.5 parent: 1 - type: Transform - uid: 13856 components: - - pos: 65.5,-40.5 + - type: Transform + pos: 65.5,-40.5 parent: 1 - type: Transform - uid: 13858 components: - - pos: 66.5,-40.5 + - type: Transform + pos: 66.5,-40.5 parent: 1 - type: Transform - uid: 13950 components: - - pos: 66.5,-41.5 + - type: Transform + pos: 66.5,-41.5 parent: 1 - type: Transform - uid: 13951 components: - - pos: 66.5,-42.5 + - type: Transform + pos: 66.5,-42.5 parent: 1 - type: Transform - uid: 14114 components: - - pos: 66.5,-43.5 + - type: Transform + pos: 66.5,-43.5 parent: 1 - type: Transform - uid: 14117 components: - - pos: 66.5,-44.5 + - type: Transform + pos: 66.5,-44.5 parent: 1 - type: Transform - uid: 14118 components: - - pos: 66.5,-45.5 + - type: Transform + pos: 66.5,-45.5 parent: 1 - type: Transform - uid: 14119 components: - - pos: 66.5,-46.5 + - type: Transform + pos: 66.5,-46.5 parent: 1 - type: Transform - uid: 14120 components: - - pos: 66.5,-47.5 + - type: Transform + pos: 66.5,-47.5 parent: 1 - type: Transform - uid: 14121 components: - - pos: 66.5,-48.5 + - type: Transform + pos: 66.5,-48.5 parent: 1 - type: Transform - uid: 14122 components: - - pos: 66.5,-49.5 + - type: Transform + pos: 66.5,-49.5 parent: 1 - type: Transform - uid: 14123 components: - - pos: 66.5,-50.5 + - type: Transform + pos: 66.5,-50.5 parent: 1 - type: Transform - uid: 14124 components: - - pos: 66.5,-51.5 + - type: Transform + pos: 66.5,-51.5 parent: 1 - type: Transform - uid: 14133 components: - - pos: 66.5,-52.5 + - type: Transform + pos: 66.5,-52.5 parent: 1 - type: Transform - uid: 14134 components: - - pos: 66.5,-53.5 + - type: Transform + pos: 66.5,-53.5 parent: 1 - type: Transform - uid: 14135 components: - - pos: 66.5,-54.5 + - type: Transform + pos: 66.5,-54.5 parent: 1 - type: Transform - uid: 14136 components: - - pos: 65.5,-54.5 + - type: Transform + pos: 65.5,-54.5 parent: 1 - type: Transform - uid: 14137 components: - - pos: 64.5,-54.5 + - type: Transform + pos: 64.5,-54.5 parent: 1 - type: Transform - uid: 14138 components: - - pos: 63.5,-54.5 + - type: Transform + pos: 63.5,-54.5 parent: 1 - type: Transform - uid: 14139 components: - - pos: 63.5,-56.5 + - type: Transform + pos: 63.5,-56.5 parent: 1 - type: Transform - uid: 14140 components: - - pos: 63.5,-55.5 + - type: Transform + pos: 63.5,-55.5 parent: 1 - type: Transform - uid: 14141 components: - - pos: 67.5,-51.5 + - type: Transform + pos: 67.5,-51.5 parent: 1 - type: Transform - uid: 14149 components: - - pos: 67.5,-47.5 + - type: Transform + pos: 67.5,-47.5 parent: 1 - type: Transform - uid: 14176 components: - - pos: 67.5,-43.5 + - type: Transform + pos: 67.5,-43.5 parent: 1 - type: Transform - uid: 14981 components: - - pos: 15.5,16.5 + - type: Transform + pos: 15.5,16.5 parent: 1 - type: Transform - uid: 14982 components: - - pos: 16.5,16.5 + - type: Transform + pos: 16.5,16.5 parent: 1 - type: Transform - uid: 15390 components: - - pos: -83.5,-39.5 + - type: Transform + pos: -83.5,-39.5 parent: 1 - type: Transform - uid: 15831 components: - - pos: 41.5,-44.5 + - type: Transform + pos: 41.5,-44.5 parent: 1 - type: Transform - uid: 15832 components: - - pos: 46.5,-42.5 + - type: Transform + pos: 46.5,-42.5 parent: 1 - type: Transform - uid: 15833 components: - - pos: 42.5,-44.5 + - type: Transform + pos: 42.5,-44.5 parent: 1 - type: Transform - uid: 15834 components: - - pos: 44.5,-44.5 + - type: Transform + pos: 44.5,-44.5 parent: 1 - type: Transform - uid: 15836 components: - - pos: 45.5,-44.5 + - type: Transform + pos: 45.5,-44.5 parent: 1 - type: Transform - uid: 16270 components: - - pos: 53.5,8.5 + - type: Transform + pos: 53.5,8.5 parent: 1 - type: Transform - uid: 16483 components: - - pos: -92.5,-35.5 + - type: Transform + pos: -92.5,-35.5 parent: 1 - type: Transform - uid: 16524 components: - - pos: -28.5,-71.5 + - type: Transform + pos: -28.5,-71.5 parent: 1 - type: Transform - uid: 16526 components: - - pos: -28.5,-70.5 + - type: Transform + pos: -28.5,-70.5 parent: 1 - type: Transform - uid: 16817 components: - - pos: -90.5,-35.5 + - type: Transform + pos: -90.5,-35.5 parent: 1 - type: Transform - uid: 17378 components: - - pos: 42.5,-19.5 + - type: Transform + pos: 42.5,-19.5 parent: 1 - type: Transform - uid: 17379 components: - - pos: 42.5,-20.5 + - type: Transform + pos: 42.5,-20.5 parent: 1 - type: Transform - uid: 17380 components: - - pos: 41.5,-19.5 + - type: Transform + pos: 41.5,-19.5 parent: 1 - type: Transform - uid: 17424 components: - - pos: 49.5,-8.5 + - type: Transform + pos: 49.5,-8.5 parent: 1 - type: Transform - uid: 17425 components: - - pos: 49.5,-7.5 + - type: Transform + pos: 49.5,-7.5 parent: 1 - type: Transform - uid: 17426 components: - - pos: 49.5,-6.5 + - type: Transform + pos: 49.5,-6.5 parent: 1 - type: Transform - uid: 17427 components: - - pos: 49.5,-5.5 + - type: Transform + pos: 49.5,-5.5 parent: 1 - type: Transform - uid: 17428 components: - - pos: 48.5,-8.5 + - type: Transform + pos: 48.5,-8.5 parent: 1 - type: Transform - uid: 17429 components: - - pos: 48.5,-7.5 + - type: Transform + pos: 48.5,-7.5 parent: 1 - type: Transform - uid: 17430 components: - - pos: 48.5,-6.5 + - type: Transform + pos: 48.5,-6.5 parent: 1 - type: Transform - uid: 17431 components: - - pos: 48.5,-5.5 + - type: Transform + pos: 48.5,-5.5 parent: 1 - type: Transform - uid: 17432 components: - - pos: 48.5,-4.5 + - type: Transform + pos: 48.5,-4.5 parent: 1 - type: Transform - uid: 17433 components: - - pos: 47.5,-4.5 + - type: Transform + pos: 47.5,-4.5 parent: 1 - type: Transform - uid: 17434 components: - - pos: 46.5,-4.5 + - type: Transform + pos: 46.5,-4.5 parent: 1 - type: Transform - uid: 17435 components: - - pos: 45.5,-4.5 + - type: Transform + pos: 45.5,-4.5 parent: 1 - type: Transform - uid: 17438 components: - - pos: 45.5,-2.5 + - type: Transform + pos: 45.5,-2.5 parent: 1 - type: Transform - uid: 17439 components: - - pos: 46.5,-2.5 + - type: Transform + pos: 46.5,-2.5 parent: 1 - type: Transform - uid: 17440 components: - - pos: 47.5,-2.5 + - type: Transform + pos: 47.5,-2.5 parent: 1 - type: Transform - uid: 17441 components: - - pos: 48.5,-2.5 + - type: Transform + pos: 48.5,-2.5 parent: 1 - type: Transform - uid: 17442 components: - - pos: 48.5,-1.5 + - type: Transform + pos: 48.5,-1.5 parent: 1 - type: Transform - uid: 17443 components: - - pos: 48.5,-0.5 + - type: Transform + pos: 48.5,-0.5 parent: 1 - type: Transform - uid: 17444 components: - - pos: 48.5,0.5 + - type: Transform + pos: 48.5,0.5 parent: 1 - type: Transform - uid: 17445 components: - - pos: 48.5,1.5 + - type: Transform + pos: 48.5,1.5 parent: 1 - type: Transform - uid: 17446 components: - - pos: 48.5,2.5 + - type: Transform + pos: 48.5,2.5 parent: 1 - type: Transform - uid: 17447 components: - - pos: 49.5,-1.5 + - type: Transform + pos: 49.5,-1.5 parent: 1 - type: Transform - uid: 17448 components: - - pos: 49.5,-0.5 + - type: Transform + pos: 49.5,-0.5 parent: 1 - type: Transform - uid: 17449 components: - - pos: 49.5,0.5 + - type: Transform + pos: 49.5,0.5 parent: 1 - type: Transform - uid: 17450 components: - - pos: 49.5,1.5 + - type: Transform + pos: 49.5,1.5 parent: 1 - type: Transform - uid: 17451 components: - - pos: 49.5,2.5 + - type: Transform + pos: 49.5,2.5 parent: 1 - type: Transform - uid: 17452 components: - - pos: 49.5,3.5 + - type: Transform + pos: 49.5,3.5 parent: 1 - type: Transform - uid: 17453 components: - - pos: 50.5,3.5 + - type: Transform + pos: 50.5,3.5 parent: 1 - type: Transform - uid: 17454 components: - - pos: 50.5,4.5 + - type: Transform + pos: 50.5,4.5 parent: 1 - type: Transform - uid: 17455 components: - - pos: 50.5,4.5 + - type: Transform + pos: 50.5,4.5 parent: 1 - type: Transform - uid: 17456 components: - - pos: 50.5,5.5 + - type: Transform + pos: 50.5,5.5 parent: 1 - type: Transform - uid: 17457 components: - - pos: 51.5,4.5 + - type: Transform + pos: 51.5,4.5 parent: 1 - type: Transform - uid: 17458 components: - - pos: 51.5,5.5 + - type: Transform + pos: 51.5,5.5 parent: 1 - type: Transform - uid: 17459 components: - - pos: 51.5,6.5 + - type: Transform + pos: 51.5,6.5 parent: 1 - type: Transform - uid: 17460 components: - - pos: 52.5,6.5 + - type: Transform + pos: 52.5,6.5 parent: 1 - type: Transform - uid: 17461 components: - - pos: 52.5,7.5 + - type: Transform + pos: 52.5,7.5 parent: 1 - type: Transform - uid: 17462 components: - - pos: 53.5,6.5 + - type: Transform + pos: 53.5,6.5 parent: 1 - type: Transform - uid: 17463 components: - - pos: 53.5,7.5 + - type: Transform + pos: 53.5,7.5 parent: 1 - type: Transform - uid: 17467 components: - - pos: 53.5,9.5 + - type: Transform + pos: 53.5,9.5 parent: 1 - type: Transform - uid: 17468 components: - - pos: 53.5,10.5 + - type: Transform + pos: 53.5,10.5 parent: 1 - type: Transform - uid: 17469 components: - - pos: 54.5,11.5 + - type: Transform + pos: 54.5,11.5 parent: 1 - type: Transform - uid: 17470 components: - - pos: 54.5,12.5 + - type: Transform + pos: 54.5,12.5 parent: 1 - type: Transform - uid: 17471 components: - - pos: 54.5,13.5 + - type: Transform + pos: 54.5,13.5 parent: 1 - type: Transform - uid: 17472 components: - - pos: 54.5,14.5 + - type: Transform + pos: 54.5,14.5 parent: 1 - type: Transform - uid: 17473 components: - - pos: 54.5,15.5 + - type: Transform + pos: 54.5,15.5 parent: 1 - type: Transform - uid: 17474 components: - - pos: 54.5,16.5 + - type: Transform + pos: 54.5,16.5 parent: 1 - type: Transform - uid: 17475 components: - - pos: 54.5,17.5 + - type: Transform + pos: 54.5,17.5 parent: 1 - type: Transform - uid: 17476 components: - - pos: 54.5,18.5 + - type: Transform + pos: 54.5,18.5 parent: 1 - type: Transform - uid: 17477 components: - - pos: 54.5,19.5 + - type: Transform + pos: 54.5,19.5 parent: 1 - type: Transform - uid: 17478 components: - - pos: 54.5,20.5 + - type: Transform + pos: 54.5,20.5 parent: 1 - type: Transform - uid: 17479 components: - - pos: 54.5,21.5 + - type: Transform + pos: 54.5,21.5 parent: 1 - type: Transform - uid: 17480 components: - - pos: 54.5,22.5 + - type: Transform + pos: 54.5,22.5 parent: 1 - type: Transform - uid: 17481 components: - - pos: 54.5,23.5 + - type: Transform + pos: 54.5,23.5 parent: 1 - type: Transform - uid: 17482 components: - - pos: 54.5,24.5 + - type: Transform + pos: 54.5,24.5 parent: 1 - type: Transform - uid: 17483 components: - - pos: 54.5,25.5 + - type: Transform + pos: 54.5,25.5 parent: 1 - type: Transform - uid: 17484 components: - - pos: 53.5,11.5 + - type: Transform + pos: 53.5,11.5 parent: 1 - type: Transform - uid: 17485 components: - - pos: 53.5,12.5 + - type: Transform + pos: 53.5,12.5 parent: 1 - type: Transform - uid: 17486 components: - - pos: 53.5,13.5 + - type: Transform + pos: 53.5,13.5 parent: 1 - type: Transform - uid: 17487 components: - - pos: 53.5,14.5 + - type: Transform + pos: 53.5,14.5 parent: 1 - type: Transform - uid: 17488 components: - - pos: 53.5,15.5 + - type: Transform + pos: 53.5,15.5 parent: 1 - type: Transform - uid: 17489 components: - - pos: 53.5,16.5 + - type: Transform + pos: 53.5,16.5 parent: 1 - type: Transform - uid: 17490 components: - - pos: 53.5,17.5 + - type: Transform + pos: 53.5,17.5 parent: 1 - type: Transform - uid: 17491 components: - - pos: 53.5,18.5 + - type: Transform + pos: 53.5,18.5 parent: 1 - type: Transform - uid: 17492 components: - - pos: 53.5,19.5 + - type: Transform + pos: 53.5,19.5 parent: 1 - type: Transform - uid: 17493 components: - - pos: 53.5,20.5 + - type: Transform + pos: 53.5,20.5 parent: 1 - type: Transform - uid: 17494 components: - - pos: 53.5,21.5 + - type: Transform + pos: 53.5,21.5 parent: 1 - type: Transform - uid: 17495 components: - - pos: 53.5,22.5 + - type: Transform + pos: 53.5,22.5 parent: 1 - type: Transform - uid: 17496 components: - - pos: 53.5,23.5 + - type: Transform + pos: 53.5,23.5 parent: 1 - type: Transform - uid: 17497 components: - - pos: 53.5,24.5 + - type: Transform + pos: 53.5,24.5 parent: 1 - type: Transform - uid: 17498 components: - - pos: 53.5,25.5 + - type: Transform + pos: 53.5,25.5 parent: 1 - type: Transform - uid: 17499 components: - - pos: 53.5,26.5 + - type: Transform + pos: 53.5,26.5 parent: 1 - type: Transform - uid: 17500 components: - - pos: 53.5,27.5 + - type: Transform + pos: 53.5,27.5 parent: 1 - type: Transform - uid: 17501 components: - - pos: 87.5,24.5 + - type: Transform + pos: 87.5,24.5 parent: 1 - type: Transform - uid: 17502 components: - - pos: 87.5,23.5 + - type: Transform + pos: 87.5,23.5 parent: 1 - type: Transform - uid: 17503 components: - - pos: 87.5,22.5 + - type: Transform + pos: 87.5,22.5 parent: 1 - type: Transform - uid: 17504 components: - - pos: 88.5,24.5 + - type: Transform + pos: 88.5,24.5 parent: 1 - type: Transform - uid: 17505 components: - - pos: 88.5,23.5 + - type: Transform + pos: 88.5,23.5 parent: 1 - type: Transform - uid: 17506 components: - - pos: 88.5,22.5 + - type: Transform + pos: 88.5,22.5 parent: 1 - type: Transform - uid: 17507 components: - - pos: 87.5,21.5 + - type: Transform + pos: 87.5,21.5 parent: 1 - type: Transform - uid: 17508 components: - - pos: 86.5,20.5 + - type: Transform + pos: 86.5,20.5 parent: 1 - type: Transform - uid: 17509 components: - - pos: 86.5,21.5 + - type: Transform + pos: 86.5,21.5 parent: 1 - type: Transform - uid: 17512 components: - - pos: 85.5,20.5 + - type: Transform + pos: 85.5,20.5 parent: 1 - type: Transform - uid: 17513 components: - - pos: 85.5,21.5 + - type: Transform + pos: 85.5,21.5 parent: 1 - type: Transform - uid: 17514 components: - - pos: 84.5,20.5 + - type: Transform + pos: 84.5,20.5 parent: 1 - type: Transform - uid: 17515 components: - - pos: 84.5,21.5 + - type: Transform + pos: 84.5,21.5 parent: 1 - type: Transform - uid: 17516 components: - - pos: 83.5,20.5 + - type: Transform + pos: 83.5,20.5 parent: 1 - type: Transform - uid: 17517 components: - - pos: 83.5,21.5 + - type: Transform + pos: 83.5,21.5 parent: 1 - type: Transform - uid: 17518 components: - - pos: 82.5,20.5 + - type: Transform + pos: 82.5,20.5 parent: 1 - type: Transform - uid: 17519 components: - - pos: 82.5,21.5 + - type: Transform + pos: 82.5,21.5 parent: 1 - type: Transform - uid: 17520 components: - - pos: 81.5,20.5 + - type: Transform + pos: 81.5,20.5 parent: 1 - type: Transform - uid: 17521 components: - - pos: 81.5,21.5 + - type: Transform + pos: 81.5,21.5 parent: 1 - type: Transform - uid: 17522 components: - - pos: 80.5,20.5 + - type: Transform + pos: 80.5,20.5 parent: 1 - type: Transform - uid: 17523 components: - - pos: 80.5,21.5 + - type: Transform + pos: 80.5,21.5 parent: 1 - type: Transform - uid: 17524 components: - - pos: 79.5,20.5 + - type: Transform + pos: 79.5,20.5 parent: 1 - type: Transform - uid: 17525 components: - - pos: 79.5,21.5 + - type: Transform + pos: 79.5,21.5 parent: 1 - type: Transform - uid: 17526 components: - - pos: 78.5,20.5 + - type: Transform + pos: 78.5,20.5 parent: 1 - type: Transform - uid: 17527 components: - - pos: 78.5,21.5 + - type: Transform + pos: 78.5,21.5 parent: 1 - type: Transform - uid: 17528 components: - - pos: 77.5,20.5 + - type: Transform + pos: 77.5,20.5 parent: 1 - type: Transform - uid: 17529 components: - - pos: 77.5,21.5 + - type: Transform + pos: 77.5,21.5 parent: 1 - type: Transform - uid: 17549 components: - - pos: 76.5,20.5 + - type: Transform + pos: 76.5,20.5 parent: 1 - type: Transform - uid: 17552 components: - - pos: 76.5,21.5 + - type: Transform + pos: 76.5,21.5 parent: 1 - type: Transform - uid: 17553 components: - - pos: 75.5,20.5 + - type: Transform + pos: 75.5,20.5 parent: 1 - type: Transform - uid: 17556 components: - - pos: 75.5,21.5 + - type: Transform + pos: 75.5,21.5 parent: 1 - type: Transform - uid: 17560 components: - - pos: 74.5,20.5 + - type: Transform + pos: 74.5,20.5 parent: 1 - type: Transform - uid: 17561 components: - - pos: 74.5,21.5 + - type: Transform + pos: 74.5,21.5 parent: 1 - type: Transform - uid: 17562 components: - - pos: 73.5,20.5 + - type: Transform + pos: 73.5,20.5 parent: 1 - type: Transform - uid: 17563 components: - - pos: 73.5,21.5 + - type: Transform + pos: 73.5,21.5 parent: 1 - type: Transform - uid: 17564 components: - - pos: 72.5,20.5 + - type: Transform + pos: 72.5,20.5 parent: 1 - type: Transform - uid: 17565 components: - - pos: 72.5,21.5 + - type: Transform + pos: 72.5,21.5 parent: 1 - type: Transform - uid: 17566 components: - - pos: 71.5,20.5 + - type: Transform + pos: 71.5,20.5 parent: 1 - type: Transform - uid: 17567 components: - - pos: 71.5,21.5 + - type: Transform + pos: 71.5,21.5 parent: 1 - type: Transform - uid: 17568 components: - - pos: 70.5,20.5 + - type: Transform + pos: 70.5,20.5 parent: 1 - type: Transform - uid: 17569 components: - - pos: 70.5,21.5 + - type: Transform + pos: 70.5,21.5 parent: 1 - type: Transform - uid: 17570 components: - - pos: 69.5,20.5 + - type: Transform + pos: 69.5,20.5 parent: 1 - type: Transform - uid: 17571 components: - - pos: 69.5,21.5 + - type: Transform + pos: 69.5,21.5 parent: 1 - type: Transform - uid: 17572 components: - - pos: 68.5,20.5 + - type: Transform + pos: 68.5,20.5 parent: 1 - type: Transform - uid: 17573 components: - - pos: 68.5,21.5 + - type: Transform + pos: 68.5,21.5 parent: 1 - type: Transform - uid: 17574 components: - - pos: 67.5,20.5 + - type: Transform + pos: 67.5,20.5 parent: 1 - type: Transform - uid: 17575 components: - - pos: 67.5,21.5 + - type: Transform + pos: 67.5,21.5 parent: 1 - type: Transform - uid: 17576 components: - - pos: 66.5,20.5 + - type: Transform + pos: 66.5,20.5 parent: 1 - type: Transform - uid: 17577 components: - - pos: 66.5,21.5 + - type: Transform + pos: 66.5,21.5 parent: 1 - type: Transform - uid: 17578 components: - - pos: 65.5,20.5 + - type: Transform + pos: 65.5,20.5 parent: 1 - type: Transform - uid: 17579 components: - - pos: 65.5,21.5 + - type: Transform + pos: 65.5,21.5 parent: 1 - type: Transform - uid: 17580 components: - - pos: 64.5,20.5 + - type: Transform + pos: 64.5,20.5 parent: 1 - type: Transform - uid: 17581 components: - - pos: 64.5,21.5 + - type: Transform + pos: 64.5,21.5 parent: 1 - type: Transform - uid: 17582 components: - - pos: 63.5,20.5 + - type: Transform + pos: 63.5,20.5 parent: 1 - type: Transform - uid: 17583 components: - - pos: 63.5,21.5 + - type: Transform + pos: 63.5,21.5 parent: 1 - type: Transform - uid: 17584 components: - - pos: 62.5,20.5 + - type: Transform + pos: 62.5,20.5 parent: 1 - type: Transform - uid: 17585 components: - - pos: 62.5,21.5 + - type: Transform + pos: 62.5,21.5 parent: 1 - type: Transform - uid: 17586 components: - - pos: 61.5,20.5 + - type: Transform + pos: 61.5,20.5 parent: 1 - type: Transform - uid: 17587 components: - - pos: 61.5,21.5 + - type: Transform + pos: 61.5,21.5 parent: 1 - type: Transform - uid: 17588 components: - - pos: 60.5,20.5 + - type: Transform + pos: 60.5,20.5 parent: 1 - type: Transform - uid: 17589 components: - - pos: 59.5,19.5 + - type: Transform + pos: 59.5,19.5 parent: 1 - type: Transform - uid: 17590 components: - - pos: 59.5,18.5 + - type: Transform + pos: 59.5,18.5 parent: 1 - type: Transform - uid: 17591 components: - - pos: 59.5,17.5 + - type: Transform + pos: 59.5,17.5 parent: 1 - type: Transform - uid: 17592 components: - - pos: 59.5,16.5 + - type: Transform + pos: 59.5,16.5 parent: 1 - type: Transform - uid: 17593 components: - - pos: 59.5,15.5 + - type: Transform + pos: 59.5,15.5 parent: 1 - type: Transform - uid: 17594 components: - - pos: 59.5,14.5 + - type: Transform + pos: 59.5,14.5 parent: 1 - type: Transform - uid: 17595 components: - - pos: 59.5,13.5 + - type: Transform + pos: 59.5,13.5 parent: 1 - type: Transform - uid: 17596 components: - - pos: 59.5,12.5 + - type: Transform + pos: 59.5,12.5 parent: 1 - type: Transform - uid: 17597 components: - - pos: 59.5,11.5 + - type: Transform + pos: 59.5,11.5 parent: 1 - type: Transform - uid: 17598 components: - - pos: 60.5,19.5 + - type: Transform + pos: 60.5,19.5 parent: 1 - type: Transform - uid: 17599 components: - - pos: 60.5,18.5 + - type: Transform + pos: 60.5,18.5 parent: 1 - type: Transform - uid: 17600 components: - - pos: 60.5,17.5 + - type: Transform + pos: 60.5,17.5 parent: 1 - type: Transform - uid: 17601 components: - - pos: 60.5,16.5 + - type: Transform + pos: 60.5,16.5 parent: 1 - type: Transform - uid: 17602 components: - - pos: 60.5,15.5 + - type: Transform + pos: 60.5,15.5 parent: 1 - type: Transform - uid: 17603 components: - - pos: 60.5,14.5 + - type: Transform + pos: 60.5,14.5 parent: 1 - type: Transform - uid: 17604 components: - - pos: 60.5,13.5 + - type: Transform + pos: 60.5,13.5 parent: 1 - type: Transform - uid: 17605 components: - - pos: 60.5,12.5 + - type: Transform + pos: 60.5,12.5 parent: 1 - type: Transform - uid: 17606 components: - - pos: 60.5,11.5 + - type: Transform + pos: 60.5,11.5 parent: 1 - type: Transform - uid: 17607 components: - - pos: 60.5,10.5 + - type: Transform + pos: 60.5,10.5 parent: 1 - type: Transform - uid: 17613 components: - - pos: 54.5,9.5 + - type: Transform + pos: 54.5,9.5 parent: 1 - type: Transform - uid: 17614 components: - - pos: 55.5,9.5 + - type: Transform + pos: 55.5,9.5 parent: 1 - type: Transform - uid: 17615 components: - - pos: 56.5,9.5 + - type: Transform + pos: 56.5,9.5 parent: 1 - type: Transform - uid: 17616 components: - - pos: 57.5,9.5 + - type: Transform + pos: 57.5,9.5 parent: 1 - type: Transform - uid: 17617 components: - - pos: 58.5,9.5 + - type: Transform + pos: 58.5,9.5 parent: 1 - type: Transform - uid: 17618 components: - - pos: 59.5,9.5 + - type: Transform + pos: 59.5,9.5 parent: 1 - type: Transform - uid: 17619 components: - - pos: 60.5,9.5 + - type: Transform + pos: 60.5,9.5 parent: 1 - type: Transform - uid: 17620 components: - - pos: 60.5,8.5 + - type: Transform + pos: 60.5,8.5 parent: 1 - type: Transform - uid: 17621 components: - - pos: 39.5,-11.5 + - type: Transform + pos: 39.5,-11.5 parent: 1 - type: Transform - uid: 17622 components: - - pos: 39.5,-12.5 + - type: Transform + pos: 39.5,-12.5 parent: 1 - type: Transform - uid: 17623 components: - - pos: 39.5,-13.5 + - type: Transform + pos: 39.5,-13.5 parent: 1 - type: Transform - uid: 17624 components: - - pos: 39.5,-14.5 + - type: Transform + pos: 39.5,-14.5 parent: 1 - type: Transform - uid: 17625 components: - - pos: 39.5,-15.5 + - type: Transform + pos: 39.5,-15.5 parent: 1 - type: Transform - uid: 17626 components: - - pos: 39.5,-16.5 + - type: Transform + pos: 39.5,-16.5 parent: 1 - type: Transform - uid: 17627 components: - - pos: 39.5,-17.5 + - type: Transform + pos: 39.5,-17.5 parent: 1 - type: Transform - uid: 17628 components: - - pos: 41.5,-18.5 + - type: Transform + pos: 41.5,-18.5 parent: 1 - type: Transform - uid: 17629 components: - - pos: 40.5,-11.5 + - type: Transform + pos: 40.5,-11.5 parent: 1 - type: Transform - uid: 17630 components: - - pos: 40.5,-12.5 + - type: Transform + pos: 40.5,-12.5 parent: 1 - type: Transform - uid: 17631 components: - - pos: 40.5,-13.5 + - type: Transform + pos: 40.5,-13.5 parent: 1 - type: Transform - uid: 17632 components: - - pos: 40.5,-14.5 + - type: Transform + pos: 40.5,-14.5 parent: 1 - type: Transform - uid: 17633 components: - - pos: 40.5,-15.5 + - type: Transform + pos: 40.5,-15.5 parent: 1 - type: Transform - uid: 17634 components: - - pos: 40.5,-16.5 + - type: Transform + pos: 40.5,-16.5 parent: 1 - type: Transform - uid: 17635 components: - - pos: 40.5,-17.5 + - type: Transform + pos: 40.5,-17.5 parent: 1 - type: Transform - uid: 17636 components: - - pos: 40.5,-18.5 + - type: Transform + pos: 40.5,-18.5 parent: 1 - type: Transform - uid: 17637 components: - - pos: 42.5,-21.5 + - type: Transform + pos: 42.5,-21.5 parent: 1 - type: Transform - uid: 17638 components: - - pos: 43.5,-20.5 + - type: Transform + pos: 43.5,-20.5 parent: 1 - type: Transform - uid: 17639 components: - - pos: 43.5,-21.5 + - type: Transform + pos: 43.5,-21.5 parent: 1 - type: Transform - uid: 17640 components: - - pos: 43.5,-22.5 + - type: Transform + pos: 43.5,-22.5 parent: 1 - type: Transform - uid: 17641 components: - - pos: 44.5,-22.5 + - type: Transform + pos: 44.5,-22.5 parent: 1 - type: Transform - uid: 17642 components: - - pos: 44.5,-23.5 + - type: Transform + pos: 44.5,-23.5 parent: 1 - type: Transform - uid: 17643 components: - - pos: 45.5,-23.5 + - type: Transform + pos: 45.5,-23.5 parent: 1 - type: Transform - uid: 17644 components: - - pos: 45.5,-24.5 + - type: Transform + pos: 45.5,-24.5 parent: 1 - type: Transform - uid: 17645 components: - - pos: 46.5,-23.5 + - type: Transform + pos: 46.5,-23.5 parent: 1 - type: Transform - uid: 17646 components: - - pos: 46.5,-24.5 + - type: Transform + pos: 46.5,-24.5 parent: 1 - type: Transform - uid: 17647 components: - - pos: 47.5,-23.5 + - type: Transform + pos: 47.5,-23.5 parent: 1 - type: Transform - uid: 17648 components: - - pos: 47.5,-24.5 + - type: Transform + pos: 47.5,-24.5 parent: 1 - type: Transform - uid: 17649 components: - - pos: 48.5,-23.5 + - type: Transform + pos: 48.5,-23.5 parent: 1 - type: Transform - uid: 17650 components: - - pos: 48.5,-24.5 + - type: Transform + pos: 48.5,-24.5 parent: 1 - type: Transform - uid: 17651 components: - - pos: 49.5,-23.5 + - type: Transform + pos: 49.5,-23.5 parent: 1 - type: Transform - uid: 17652 components: - - pos: 49.5,-24.5 + - type: Transform + pos: 49.5,-24.5 parent: 1 - type: Transform - uid: 17653 components: - - pos: 50.5,-24.5 + - type: Transform + pos: 50.5,-24.5 parent: 1 - type: Transform - uid: 17654 components: - - pos: 50.5,-25.5 + - type: Transform + pos: 50.5,-25.5 parent: 1 - type: Transform - uid: 17655 components: - - pos: 51.5,-25.5 + - type: Transform + pos: 51.5,-25.5 parent: 1 - type: Transform - uid: 17656 components: - - pos: 51.5,-26.5 + - type: Transform + pos: 51.5,-26.5 parent: 1 - type: Transform - uid: 17657 components: - - pos: 52.5,-25.5 + - type: Transform + pos: 52.5,-25.5 parent: 1 - type: Transform - uid: 17658 components: - - pos: 52.5,-26.5 + - type: Transform + pos: 52.5,-26.5 parent: 1 - type: Transform - uid: 17659 components: - - pos: 53.5,-25.5 + - type: Transform + pos: 53.5,-25.5 parent: 1 - type: Transform - uid: 17660 components: - - pos: 53.5,-26.5 + - type: Transform + pos: 53.5,-26.5 parent: 1 - type: Transform - uid: 17661 components: - - pos: 54.5,-26.5 + - type: Transform + pos: 54.5,-26.5 parent: 1 - type: Transform - uid: 17662 components: - - pos: 54.5,-27.5 + - type: Transform + pos: 54.5,-27.5 parent: 1 - type: Transform - uid: 17663 components: - - pos: 55.5,-26.5 + - type: Transform + pos: 55.5,-26.5 parent: 1 - type: Transform - uid: 17664 components: - - pos: 55.5,-27.5 + - type: Transform + pos: 55.5,-27.5 parent: 1 - type: Transform - uid: 17665 components: - - pos: 56.5,-26.5 + - type: Transform + pos: 56.5,-26.5 parent: 1 - type: Transform - uid: 17666 components: - - pos: 56.5,-27.5 + - type: Transform + pos: 56.5,-27.5 parent: 1 - type: Transform - uid: 17667 components: - - pos: 57.5,-26.5 + - type: Transform + pos: 57.5,-26.5 parent: 1 - type: Transform - uid: 17669 components: - - pos: 57.5,-27.5 + - type: Transform + pos: 57.5,-27.5 parent: 1 - type: Transform - uid: 17670 components: - - pos: 58.5,-26.5 + - type: Transform + pos: 58.5,-26.5 parent: 1 - type: Transform - uid: 17671 components: - - pos: 58.5,-27.5 + - type: Transform + pos: 58.5,-27.5 parent: 1 - type: Transform - uid: 17672 components: - - pos: 59.5,-26.5 + - type: Transform + pos: 59.5,-26.5 parent: 1 - type: Transform - uid: 17673 components: - - pos: 59.5,-27.5 + - type: Transform + pos: 59.5,-27.5 parent: 1 - type: Transform - uid: 17674 components: - - pos: 60.5,-26.5 + - type: Transform + pos: 60.5,-26.5 parent: 1 - type: Transform - uid: 17675 components: - - pos: 60.5,-27.5 + - type: Transform + pos: 60.5,-27.5 parent: 1 - type: Transform - uid: 17676 components: - - pos: 61.5,-26.5 + - type: Transform + pos: 61.5,-26.5 parent: 1 - type: Transform - uid: 17677 components: - - pos: 61.5,-27.5 + - type: Transform + pos: 61.5,-27.5 parent: 1 - type: Transform - uid: 17678 components: - - pos: 62.5,-26.5 + - type: Transform + pos: 62.5,-26.5 parent: 1 - type: Transform - uid: 17679 components: - - pos: 62.5,-27.5 + - type: Transform + pos: 62.5,-27.5 parent: 1 - type: Transform - uid: 17680 components: - - pos: 63.5,-26.5 + - type: Transform + pos: 63.5,-26.5 parent: 1 - type: Transform - uid: 17681 components: - - pos: 63.5,-27.5 + - type: Transform + pos: 63.5,-27.5 parent: 1 - type: Transform - uid: 17682 components: - - pos: 64.5,-26.5 + - type: Transform + pos: 64.5,-26.5 parent: 1 - type: Transform - uid: 17712 components: - - pos: 14.5,-25.5 + - type: Transform + pos: 14.5,-25.5 parent: 1 - type: Transform - uid: 17713 components: - - pos: 14.5,-26.5 + - type: Transform + pos: 14.5,-26.5 parent: 1 - type: Transform - uid: 17714 components: - - pos: 13.5,-26.5 + - type: Transform + pos: 13.5,-26.5 parent: 1 - type: Transform - uid: 17715 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 1 - type: Transform - uid: 17716 components: - - pos: 13.5,-28.5 + - type: Transform + pos: 13.5,-28.5 parent: 1 - type: Transform - uid: 17717 components: - - pos: 14.5,-28.5 + - type: Transform + pos: 14.5,-28.5 parent: 1 - type: Transform - uid: 17718 components: - - pos: 15.5,-28.5 + - type: Transform + pos: 15.5,-28.5 parent: 1 - type: Transform - uid: 17719 components: - - pos: 16.5,-28.5 + - type: Transform + pos: 16.5,-28.5 parent: 1 - type: Transform - uid: 17720 components: - - pos: 16.5,-27.5 + - type: Transform + pos: 16.5,-27.5 parent: 1 - type: Transform - uid: 17721 components: - - pos: 13.5,-29.5 + - type: Transform + pos: 13.5,-29.5 parent: 1 - type: Transform - uid: 17722 components: - - pos: 12.5,-29.5 + - type: Transform + pos: 12.5,-29.5 parent: 1 - type: Transform - uid: 17723 components: - - pos: 11.5,-29.5 + - type: Transform + pos: 11.5,-29.5 parent: 1 - type: Transform - uid: 17724 components: - - pos: 10.5,-29.5 + - type: Transform + pos: 10.5,-29.5 parent: 1 - type: Transform - uid: 17725 components: - - pos: 10.5,-30.5 + - type: Transform + pos: 10.5,-30.5 parent: 1 - type: Transform - uid: 17726 components: - - pos: 10.5,-31.5 + - type: Transform + pos: 10.5,-31.5 parent: 1 - type: Transform - uid: 17727 components: - - pos: 10.5,-32.5 + - type: Transform + pos: 10.5,-32.5 parent: 1 - type: Transform - uid: 17728 components: - - pos: 10.5,-33.5 + - type: Transform + pos: 10.5,-33.5 parent: 1 - type: Transform - uid: 17729 components: - - pos: 10.5,-34.5 + - type: Transform + pos: 10.5,-34.5 parent: 1 - type: Transform - uid: 17730 components: - - pos: 10.5,-35.5 + - type: Transform + pos: 10.5,-35.5 parent: 1 - type: Transform - uid: 17731 components: - - pos: 10.5,-36.5 + - type: Transform + pos: 10.5,-36.5 parent: 1 - type: Transform - uid: 17732 components: - - pos: 10.5,-37.5 + - type: Transform + pos: 10.5,-37.5 parent: 1 - type: Transform - uid: 17733 components: - - pos: 10.5,-38.5 + - type: Transform + pos: 10.5,-38.5 parent: 1 - type: Transform - uid: 17734 components: - - pos: 10.5,-39.5 + - type: Transform + pos: 10.5,-39.5 parent: 1 - type: Transform - uid: 17735 components: - - pos: 10.5,-40.5 + - type: Transform + pos: 10.5,-40.5 parent: 1 - type: Transform - uid: 17736 components: - - pos: 10.5,-41.5 + - type: Transform + pos: 10.5,-41.5 parent: 1 - type: Transform - uid: 17737 components: - - pos: 10.5,-42.5 + - type: Transform + pos: 10.5,-42.5 parent: 1 - type: Transform - uid: 17824 components: - - pos: -76.5,-56.5 + - type: Transform + pos: -76.5,-56.5 parent: 1 - type: Transform - uid: 18092 components: - - pos: -29.5,-74.5 + - type: Transform + pos: -29.5,-74.5 parent: 1 - type: Transform - uid: 18093 components: - - pos: -28.5,-74.5 + - type: Transform + pos: -28.5,-74.5 parent: 1 - type: Transform - uid: 18094 components: - - pos: -27.5,-74.5 + - type: Transform + pos: -27.5,-74.5 parent: 1 - type: Transform - uid: 18095 components: - - pos: -27.5,-75.5 + - type: Transform + pos: -27.5,-75.5 parent: 1 - type: Transform - uid: 18096 components: - - pos: -29.5,-72.5 + - type: Transform + pos: -29.5,-72.5 parent: 1 - type: Transform - uid: 18098 components: - - pos: -29.5,-70.5 + - type: Transform + pos: -29.5,-70.5 parent: 1 - type: Transform - uid: 18099 components: - - pos: -30.5,-70.5 + - type: Transform + pos: -30.5,-70.5 parent: 1 - type: Transform - uid: 18100 components: - - pos: -31.5,-70.5 + - type: Transform + pos: -31.5,-70.5 parent: 1 - type: Transform - uid: 18106 components: - - pos: -49.5,-62.5 + - type: Transform + pos: -49.5,-62.5 parent: 1 - type: Transform - uid: 18107 components: - - pos: -49.5,-61.5 + - type: Transform + pos: -49.5,-61.5 parent: 1 - type: Transform - uid: 18108 components: - - pos: -49.5,-60.5 + - type: Transform + pos: -49.5,-60.5 parent: 1 - type: Transform - uid: 18109 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 1 - type: Transform - uid: 18110 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 1 - type: Transform - uid: 18128 components: - - pos: 14.5,-7.5 + - type: Transform + pos: 14.5,-7.5 parent: 1 - type: Transform - uid: 18129 components: - - pos: 18.5,3.5 + - type: Transform + pos: 18.5,3.5 parent: 1 - type: Transform - uid: 18130 components: - - pos: -24.5,-47.5 + - type: Transform + pos: -24.5,-47.5 parent: 1 - type: Transform - uid: 18131 components: - - pos: -24.5,-46.5 + - type: Transform + pos: -24.5,-46.5 parent: 1 - type: Transform - uid: 18133 components: - - pos: -24.5,-44.5 + - type: Transform + pos: -24.5,-44.5 parent: 1 - type: Transform - uid: 18134 components: - - pos: -24.5,-43.5 + - type: Transform + pos: -24.5,-43.5 parent: 1 - type: Transform - uid: 18135 components: - - pos: -24.5,-42.5 + - type: Transform + pos: -24.5,-42.5 parent: 1 - type: Transform - uid: 18136 components: - - pos: -24.5,-41.5 + - type: Transform + pos: -24.5,-41.5 parent: 1 - type: Transform - uid: 18137 components: - - pos: -23.5,-41.5 + - type: Transform + pos: -23.5,-41.5 parent: 1 - type: Transform - uid: 18138 components: - - pos: -22.5,-41.5 + - type: Transform + pos: -22.5,-41.5 parent: 1 - type: Transform - uid: 18139 components: - - pos: -21.5,-41.5 + - type: Transform + pos: -21.5,-41.5 parent: 1 - type: Transform - uid: 18140 components: - - pos: -21.5,-42.5 + - type: Transform + pos: -21.5,-42.5 parent: 1 - type: Transform - uid: 18141 components: - - pos: -25.5,-43.5 + - type: Transform + pos: -25.5,-43.5 parent: 1 - type: Transform - uid: 18142 components: - - pos: -26.5,-43.5 + - type: Transform + pos: -26.5,-43.5 parent: 1 - type: Transform - uid: 18143 components: - - pos: -27.5,-43.5 + - type: Transform + pos: -27.5,-43.5 parent: 1 - type: Transform - uid: 18144 components: - - pos: -28.5,-43.5 + - type: Transform + pos: -28.5,-43.5 parent: 1 - type: Transform - uid: 18145 components: - - pos: -29.5,-43.5 + - type: Transform + pos: -29.5,-43.5 parent: 1 - type: Transform - uid: 18146 components: - - pos: -29.5,-42.5 + - type: Transform + pos: -29.5,-42.5 parent: 1 - type: Transform - uid: 18147 components: - - pos: -29.5,-41.5 + - type: Transform + pos: -29.5,-41.5 parent: 1 - type: Transform - uid: 18148 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 1 - type: Transform - uid: 18149 components: - - pos: -29.5,-39.5 + - type: Transform + pos: -29.5,-39.5 parent: 1 - type: Transform - uid: 18150 components: - - pos: -30.5,-39.5 + - type: Transform + pos: -30.5,-39.5 parent: 1 - type: Transform - uid: 18151 components: - - pos: -31.5,-39.5 + - type: Transform + pos: -31.5,-39.5 parent: 1 - type: Transform - uid: 18152 components: - - pos: -31.5,-38.5 + - type: Transform + pos: -31.5,-38.5 parent: 1 - type: Transform - uid: 18153 components: - - pos: -31.5,-37.5 + - type: Transform + pos: -31.5,-37.5 parent: 1 - type: Transform - uid: 18154 components: - - pos: -32.5,-39.5 + - type: Transform + pos: -32.5,-39.5 parent: 1 - type: Transform - uid: 18155 components: - - pos: -33.5,-39.5 + - type: Transform + pos: -33.5,-39.5 parent: 1 - type: Transform - uid: 18156 components: - - pos: -34.5,-39.5 + - type: Transform + pos: -34.5,-39.5 parent: 1 - type: Transform - uid: 18157 components: - - pos: -35.5,-39.5 + - type: Transform + pos: -35.5,-39.5 parent: 1 - type: Transform - uid: 18158 components: - - pos: -36.5,-39.5 + - type: Transform + pos: -36.5,-39.5 parent: 1 - type: Transform - uid: 18159 components: - - pos: -37.5,-39.5 + - type: Transform + pos: -37.5,-39.5 parent: 1 - type: Transform - uid: 18160 components: - - pos: -38.5,-39.5 + - type: Transform + pos: -38.5,-39.5 parent: 1 - type: Transform - uid: 18161 components: - - pos: -39.5,-39.5 + - type: Transform + pos: -39.5,-39.5 parent: 1 - type: Transform - uid: 18162 components: - - pos: -29.5,-44.5 + - type: Transform + pos: -29.5,-44.5 parent: 1 - type: Transform - uid: 18163 components: - - pos: -29.5,-45.5 + - type: Transform + pos: -29.5,-45.5 parent: 1 - type: Transform - uid: 18164 components: - - pos: -29.5,-46.5 + - type: Transform + pos: -29.5,-46.5 parent: 1 - type: Transform - uid: 18165 components: - - pos: -29.5,-47.5 + - type: Transform + pos: -29.5,-47.5 parent: 1 - type: Transform - uid: 18166 components: - - pos: -30.5,-47.5 + - type: Transform + pos: -30.5,-47.5 parent: 1 - type: Transform - uid: 18167 components: - - pos: -31.5,-47.5 + - type: Transform + pos: -31.5,-47.5 parent: 1 - type: Transform - uid: 18168 components: - - pos: -32.5,-47.5 + - type: Transform + pos: -32.5,-47.5 parent: 1 - type: Transform - uid: 18169 components: - - pos: -32.5,-48.5 + - type: Transform + pos: -32.5,-48.5 parent: 1 - type: Transform - uid: 18170 components: - - pos: -32.5,-49.5 + - type: Transform + pos: -32.5,-49.5 parent: 1 - type: Transform - uid: 18171 components: - - pos: -32.5,-50.5 + - type: Transform + pos: -32.5,-50.5 parent: 1 - type: Transform - uid: 18172 components: - - pos: -33.5,-50.5 + - type: Transform + pos: -33.5,-50.5 parent: 1 - type: Transform - uid: 18173 components: - - pos: -34.5,-50.5 + - type: Transform + pos: -34.5,-50.5 parent: 1 - type: Transform - uid: 18174 components: - - pos: -35.5,-50.5 + - type: Transform + pos: -35.5,-50.5 parent: 1 - type: Transform - uid: 18175 components: - - pos: -36.5,-50.5 + - type: Transform + pos: -36.5,-50.5 parent: 1 - type: Transform - uid: 18176 components: - - pos: -37.5,-50.5 + - type: Transform + pos: -37.5,-50.5 parent: 1 - type: Transform - uid: 18177 components: - - pos: -38.5,-50.5 + - type: Transform + pos: -38.5,-50.5 parent: 1 - type: Transform - uid: 18178 components: - - pos: -38.5,-51.5 + - type: Transform + pos: -38.5,-51.5 parent: 1 - type: Transform - uid: 18179 components: - - pos: -38.5,-52.5 + - type: Transform + pos: -38.5,-52.5 parent: 1 - type: Transform - uid: 18180 components: - - pos: -38.5,-53.5 + - type: Transform + pos: -38.5,-53.5 parent: 1 - type: Transform - uid: 18181 components: - - pos: -38.5,-54.5 + - type: Transform + pos: -38.5,-54.5 parent: 1 - type: Transform - uid: 18182 components: - - pos: -38.5,-55.5 + - type: Transform + pos: -38.5,-55.5 parent: 1 - type: Transform - uid: 18183 components: - - pos: -39.5,-55.5 + - type: Transform + pos: -39.5,-55.5 parent: 1 - type: Transform - uid: 18184 components: - - pos: -40.5,-55.5 + - type: Transform + pos: -40.5,-55.5 parent: 1 - type: Transform - uid: 18185 components: - - pos: -41.5,-55.5 + - type: Transform + pos: -41.5,-55.5 parent: 1 - type: Transform - uid: 18186 components: - - pos: -42.5,-55.5 + - type: Transform + pos: -42.5,-55.5 parent: 1 - type: Transform - uid: 18187 components: - - pos: -43.5,-55.5 + - type: Transform + pos: -43.5,-55.5 parent: 1 - type: Transform - uid: 18481 components: - - pos: -58.5,-41.5 + - type: Transform + pos: -58.5,-41.5 parent: 1 - type: Transform - uid: 18482 components: - - pos: -57.5,-41.5 + - type: Transform + pos: -57.5,-41.5 parent: 1 - type: Transform - uid: 18483 components: - - pos: -56.5,-41.5 + - type: Transform + pos: -56.5,-41.5 parent: 1 - type: Transform - uid: 18484 components: - - pos: -55.5,-41.5 + - type: Transform + pos: -55.5,-41.5 parent: 1 - type: Transform - uid: 18485 components: - - pos: -54.5,-41.5 + - type: Transform + pos: -54.5,-41.5 parent: 1 - type: Transform - uid: 18486 components: - - pos: -54.5,-40.5 + - type: Transform + pos: -54.5,-40.5 parent: 1 - type: Transform - uid: 18487 components: - - pos: -54.5,-40.5 + - type: Transform + pos: -54.5,-40.5 parent: 1 - type: Transform - uid: 18488 components: - - pos: -53.5,-41.5 + - type: Transform + pos: -53.5,-41.5 parent: 1 - type: Transform - uid: 18489 components: - - pos: -52.5,-41.5 + - type: Transform + pos: -52.5,-41.5 parent: 1 - type: Transform - uid: 18490 components: - - pos: -52.5,-40.5 + - type: Transform + pos: -52.5,-40.5 parent: 1 - type: Transform - uid: 18491 components: - - pos: -52.5,-39.5 + - type: Transform + pos: -52.5,-39.5 parent: 1 - type: Transform - uid: 18492 components: - - pos: -52.5,-38.5 + - type: Transform + pos: -52.5,-38.5 parent: 1 - type: Transform - uid: 18493 components: - - pos: -52.5,-37.5 + - type: Transform + pos: -52.5,-37.5 parent: 1 - type: Transform - uid: 18494 components: - - pos: -52.5,-36.5 + - type: Transform + pos: -52.5,-36.5 parent: 1 - type: Transform - uid: 18495 components: - - pos: -52.5,-35.5 + - type: Transform + pos: -52.5,-35.5 parent: 1 - type: Transform - uid: 18496 components: - - pos: -52.5,-34.5 + - type: Transform + pos: -52.5,-34.5 parent: 1 - type: Transform - uid: 18497 components: - - pos: -52.5,-33.5 + - type: Transform + pos: -52.5,-33.5 parent: 1 - type: Transform - uid: 18498 components: - - pos: -52.5,-32.5 + - type: Transform + pos: -52.5,-32.5 parent: 1 - type: Transform - uid: 18499 components: - - pos: -52.5,-31.5 + - type: Transform + pos: -52.5,-31.5 parent: 1 - type: Transform - uid: 18500 components: - - pos: -52.5,-30.5 + - type: Transform + pos: -52.5,-30.5 parent: 1 - type: Transform - uid: 18501 components: - - pos: -52.5,-29.5 + - type: Transform + pos: -52.5,-29.5 parent: 1 - type: Transform - uid: 18502 components: - - pos: -52.5,-28.5 + - type: Transform + pos: -52.5,-28.5 parent: 1 - type: Transform - uid: 18503 components: - - pos: -52.5,-27.5 + - type: Transform + pos: -52.5,-27.5 parent: 1 - type: Transform - uid: 18504 components: - - pos: -52.5,-26.5 + - type: Transform + pos: -52.5,-26.5 parent: 1 - type: Transform - uid: 18505 components: - - pos: -52.5,-25.5 + - type: Transform + pos: -52.5,-25.5 parent: 1 - type: Transform - uid: 18506 components: - - pos: -52.5,-24.5 + - type: Transform + pos: -52.5,-24.5 parent: 1 - type: Transform - uid: 18507 components: - - pos: -52.5,-23.5 + - type: Transform + pos: -52.5,-23.5 parent: 1 - type: Transform - uid: 18508 components: - - pos: -52.5,-22.5 + - type: Transform + pos: -52.5,-22.5 parent: 1 - type: Transform - uid: 18509 components: - - pos: -52.5,-21.5 + - type: Transform + pos: -52.5,-21.5 parent: 1 - type: Transform - uid: 18510 components: - - pos: -53.5,-21.5 + - type: Transform + pos: -53.5,-21.5 parent: 1 - type: Transform - uid: 18511 components: - - pos: -54.5,-21.5 + - type: Transform + pos: -54.5,-21.5 parent: 1 - type: Transform - uid: 18512 components: - - pos: -54.5,-22.5 + - type: Transform + pos: -54.5,-22.5 parent: 1 - type: Transform - uid: 18513 components: - - pos: -51.5,-35.5 + - type: Transform + pos: -51.5,-35.5 parent: 1 - type: Transform - uid: 18514 components: - - pos: -50.5,-35.5 + - type: Transform + pos: -50.5,-35.5 parent: 1 - type: Transform - uid: 18515 components: - - pos: -49.5,-35.5 + - type: Transform + pos: -49.5,-35.5 parent: 1 - type: Transform - uid: 18516 components: - - pos: -48.5,-35.5 + - type: Transform + pos: -48.5,-35.5 parent: 1 - type: Transform - uid: 18517 components: - - pos: -47.5,-35.5 + - type: Transform + pos: -47.5,-35.5 parent: 1 - type: Transform - uid: 18518 components: - - pos: -46.5,-35.5 + - type: Transform + pos: -46.5,-35.5 parent: 1 - type: Transform - uid: 18519 components: - - pos: -45.5,-35.5 + - type: Transform + pos: -45.5,-35.5 parent: 1 - type: Transform - uid: 18520 components: - - pos: -44.5,-35.5 + - type: Transform + pos: -44.5,-35.5 parent: 1 - type: Transform - uid: 18521 components: - - pos: -43.5,-35.5 + - type: Transform + pos: -43.5,-35.5 parent: 1 - type: Transform - uid: 18522 components: - - pos: -43.5,-34.5 + - type: Transform + pos: -43.5,-34.5 parent: 1 - type: Transform - uid: 18523 components: - - pos: -43.5,-33.5 + - type: Transform + pos: -43.5,-33.5 parent: 1 - type: Transform - uid: 18524 components: - - pos: -43.5,-32.5 + - type: Transform + pos: -43.5,-32.5 parent: 1 - type: Transform - uid: 18525 components: - - pos: -42.5,-32.5 + - type: Transform + pos: -42.5,-32.5 parent: 1 - type: Transform - uid: 18526 components: - - pos: -53.5,-42.5 + - type: Transform + pos: -53.5,-42.5 parent: 1 - type: Transform - uid: 18527 components: - - pos: -53.5,-43.5 + - type: Transform + pos: -53.5,-43.5 parent: 1 - type: Transform - uid: 18528 components: - - pos: -53.5,-44.5 + - type: Transform + pos: -53.5,-44.5 parent: 1 - type: Transform - uid: 18529 components: - - pos: -53.5,-45.5 + - type: Transform + pos: -53.5,-45.5 parent: 1 - type: Transform - uid: 18530 components: - - pos: -53.5,-46.5 + - type: Transform + pos: -53.5,-46.5 parent: 1 - type: Transform - uid: 18531 components: - - pos: -53.5,-47.5 + - type: Transform + pos: -53.5,-47.5 parent: 1 - type: Transform - uid: 18532 components: - - pos: -53.5,-48.5 + - type: Transform + pos: -53.5,-48.5 parent: 1 - type: Transform - uid: 18533 components: - - pos: -53.5,-49.5 + - type: Transform + pos: -53.5,-49.5 parent: 1 - type: Transform - uid: 18534 components: - - pos: -54.5,-49.5 + - type: Transform + pos: -54.5,-49.5 parent: 1 - type: Transform - uid: 18535 components: - - pos: -55.5,-49.5 + - type: Transform + pos: -55.5,-49.5 parent: 1 - type: Transform - uid: 18536 components: - - pos: -56.5,-49.5 + - type: Transform + pos: -56.5,-49.5 parent: 1 - type: Transform - uid: 18537 components: - - pos: -57.5,-49.5 + - type: Transform + pos: -57.5,-49.5 parent: 1 - type: Transform - uid: 18538 components: - - pos: -58.5,-49.5 + - type: Transform + pos: -58.5,-49.5 parent: 1 - type: Transform - uid: 18539 components: - - pos: -59.5,-49.5 + - type: Transform + pos: -59.5,-49.5 parent: 1 - type: Transform - uid: 18540 components: - - pos: -60.5,-49.5 + - type: Transform + pos: -60.5,-49.5 parent: 1 - type: Transform - uid: 18541 components: - - pos: -60.5,-50.5 + - type: Transform + pos: -60.5,-50.5 parent: 1 - type: Transform - uid: 18542 components: - - pos: -60.5,-51.5 + - type: Transform + pos: -60.5,-51.5 parent: 1 - type: Transform - uid: 18709 components: - - pos: -64.5,-35.5 + - type: Transform + pos: -64.5,-35.5 parent: 1 - type: Transform - uid: 18710 components: - - pos: -65.5,-35.5 + - type: Transform + pos: -65.5,-35.5 parent: 1 - type: Transform - uid: 18711 components: - - pos: -66.5,-35.5 + - type: Transform + pos: -66.5,-35.5 parent: 1 - type: Transform - uid: 18712 components: - - pos: -67.5,-35.5 + - type: Transform + pos: -67.5,-35.5 parent: 1 - type: Transform - uid: 18713 components: - - pos: -68.5,-35.5 + - type: Transform + pos: -68.5,-35.5 parent: 1 - type: Transform - uid: 18714 components: - - pos: -69.5,-35.5 + - type: Transform + pos: -69.5,-35.5 parent: 1 - type: Transform - uid: 18715 components: - - pos: -70.5,-35.5 + - type: Transform + pos: -70.5,-35.5 parent: 1 - type: Transform - uid: 18716 components: - - pos: -71.5,-35.5 + - type: Transform + pos: -71.5,-35.5 parent: 1 - type: Transform - uid: 18717 components: - - pos: -72.5,-35.5 + - type: Transform + pos: -72.5,-35.5 parent: 1 - type: Transform - uid: 18718 components: - - pos: -72.5,-34.5 + - type: Transform + pos: -72.5,-34.5 parent: 1 - type: Transform - uid: 18719 components: - - pos: -72.5,-33.5 + - type: Transform + pos: -72.5,-33.5 parent: 1 - type: Transform - uid: 18720 components: - - pos: -72.5,-32.5 + - type: Transform + pos: -72.5,-32.5 parent: 1 - type: Transform - uid: 18721 components: - - pos: -72.5,-31.5 + - type: Transform + pos: -72.5,-31.5 parent: 1 - type: Transform - uid: 18722 components: - - pos: -72.5,-30.5 + - type: Transform + pos: -72.5,-30.5 parent: 1 - type: Transform - uid: 18723 components: - - pos: -72.5,-29.5 + - type: Transform + pos: -72.5,-29.5 parent: 1 - type: Transform - uid: 18724 components: - - pos: -72.5,-28.5 + - type: Transform + pos: -72.5,-28.5 parent: 1 - type: Transform - uid: 18725 components: - - pos: -72.5,-27.5 + - type: Transform + pos: -72.5,-27.5 parent: 1 - type: Transform - uid: 18726 components: - - pos: -72.5,-26.5 + - type: Transform + pos: -72.5,-26.5 parent: 1 - type: Transform - uid: 18727 components: - - pos: -71.5,-26.5 + - type: Transform + pos: -71.5,-26.5 parent: 1 - type: Transform - uid: 18728 components: - - pos: -68.5,-34.5 + - type: Transform + pos: -68.5,-34.5 parent: 1 - type: Transform - uid: 18729 components: - - pos: -68.5,-33.5 + - type: Transform + pos: -68.5,-33.5 parent: 1 - type: Transform - uid: 18730 components: - - pos: -68.5,-32.5 + - type: Transform + pos: -68.5,-32.5 parent: 1 - type: Transform - uid: 18731 components: - - pos: -68.5,-31.5 + - type: Transform + pos: -68.5,-31.5 parent: 1 - type: Transform - uid: 18732 components: - - pos: -68.5,-30.5 + - type: Transform + pos: -68.5,-30.5 parent: 1 - type: Transform - uid: 18733 components: - - pos: -68.5,-29.5 + - type: Transform + pos: -68.5,-29.5 parent: 1 - type: Transform - uid: 18734 components: - - pos: -67.5,-29.5 + - type: Transform + pos: -67.5,-29.5 parent: 1 - type: Transform - uid: 18735 components: - - pos: -66.5,-29.5 + - type: Transform + pos: -66.5,-29.5 parent: 1 - type: Transform - uid: 18736 components: - - pos: -65.5,-29.5 + - type: Transform + pos: -65.5,-29.5 parent: 1 - type: Transform - uid: 18737 components: - - pos: -64.5,-29.5 + - type: Transform + pos: -64.5,-29.5 parent: 1 - type: Transform - uid: 18738 components: - - pos: -63.5,-29.5 + - type: Transform + pos: -63.5,-29.5 parent: 1 - type: Transform - uid: 18741 components: - - pos: -72.5,-25.5 + - type: Transform + pos: -72.5,-25.5 parent: 1 - type: Transform - uid: 18742 components: - - pos: -72.5,-24.5 + - type: Transform + pos: -72.5,-24.5 parent: 1 - type: Transform - uid: 18743 components: - - pos: -73.5,-24.5 + - type: Transform + pos: -73.5,-24.5 parent: 1 - type: Transform - uid: 18744 components: - - pos: -74.5,-24.5 + - type: Transform + pos: -74.5,-24.5 parent: 1 - type: Transform - uid: 18745 components: - - pos: -75.5,-24.5 + - type: Transform + pos: -75.5,-24.5 parent: 1 - type: Transform - uid: 18746 components: - - pos: -76.5,-24.5 + - type: Transform + pos: -76.5,-24.5 parent: 1 - type: Transform - uid: 18747 components: - - pos: -77.5,-24.5 + - type: Transform + pos: -77.5,-24.5 parent: 1 - type: Transform - uid: 18748 components: - - pos: -78.5,-24.5 + - type: Transform + pos: -78.5,-24.5 parent: 1 - type: Transform - uid: 18749 components: - - pos: -79.5,-24.5 + - type: Transform + pos: -79.5,-24.5 parent: 1 - type: Transform - uid: 18750 components: - - pos: -80.5,-24.5 + - type: Transform + pos: -80.5,-24.5 parent: 1 - type: Transform - uid: 18751 components: - - pos: -81.5,-24.5 + - type: Transform + pos: -81.5,-24.5 parent: 1 - type: Transform - uid: 18752 components: - - pos: -81.5,-23.5 + - type: Transform + pos: -81.5,-23.5 parent: 1 - type: Transform - uid: 18753 components: - - pos: -81.5,-22.5 + - type: Transform + pos: -81.5,-22.5 parent: 1 - type: Transform - uid: 18867 components: - - pos: -92.5,-34.5 + - type: Transform + pos: -92.5,-34.5 parent: 1 - type: Transform - uid: 18870 components: - - pos: -76.5,-55.5 + - type: Transform + pos: -76.5,-55.5 parent: 1 - type: Transform - uid: 18872 components: - - pos: -89.5,-35.5 + - type: Transform + pos: -89.5,-35.5 parent: 1 - type: Transform - uid: 18873 components: - - pos: -88.5,-35.5 + - type: Transform + pos: -88.5,-35.5 parent: 1 - type: Transform - uid: 18877 components: - - pos: -94.5,-60.5 + - type: Transform + pos: -94.5,-60.5 parent: 1 - type: Transform - uid: 18880 components: - - pos: -91.5,-58.5 + - type: Transform + pos: -91.5,-58.5 parent: 1 - type: Transform - uid: 18905 components: - - pos: -89.5,-58.5 + - type: Transform + pos: -89.5,-58.5 parent: 1 - type: Transform - uid: 18906 components: - - pos: -87.5,-58.5 + - type: Transform + pos: -87.5,-58.5 parent: 1 - type: Transform - uid: 18908 components: - - pos: -103.5,-19.5 + - type: Transform + pos: -103.5,-19.5 parent: 1 - type: Transform - uid: 18919 components: - - pos: -85.5,-58.5 + - type: Transform + pos: -85.5,-58.5 parent: 1 - type: Transform - uid: 18992 components: - - pos: -62.5,-28.5 + - type: Transform + pos: -62.5,-28.5 parent: 1 - type: Transform - uid: 19022 components: - - pos: -69.5,-54.5 + - type: Transform + pos: -69.5,-54.5 parent: 1 - type: Transform - uid: 19023 components: - - pos: -70.5,-54.5 + - type: Transform + pos: -70.5,-54.5 parent: 1 - type: Transform - uid: 19024 components: - - pos: -71.5,-54.5 + - type: Transform + pos: -71.5,-54.5 parent: 1 - type: Transform - uid: 19026 components: - - pos: -72.5,-54.5 + - type: Transform + pos: -72.5,-54.5 parent: 1 - type: Transform - uid: 19027 components: - - pos: -73.5,-54.5 + - type: Transform + pos: -73.5,-54.5 parent: 1 - type: Transform - uid: 19142 components: - - pos: -69.5,-55.5 + - type: Transform + pos: -69.5,-55.5 parent: 1 - type: Transform - uid: 19144 components: - - pos: -87.5,-35.5 + - type: Transform + pos: -87.5,-35.5 parent: 1 - type: Transform - uid: 19145 components: - - pos: -86.5,-35.5 + - type: Transform + pos: -86.5,-35.5 parent: 1 - type: Transform - uid: 19146 components: - - pos: -85.5,-35.5 + - type: Transform + pos: -85.5,-35.5 parent: 1 - type: Transform - uid: 19158 components: - - pos: -77.5,-39.5 + - type: Transform + pos: -77.5,-39.5 parent: 1 - type: Transform - uid: 19159 components: - - pos: -76.5,-39.5 + - type: Transform + pos: -76.5,-39.5 parent: 1 - type: Transform - uid: 19160 components: - - pos: -75.5,-39.5 + - type: Transform + pos: -75.5,-39.5 parent: 1 - type: Transform - uid: 19161 components: - - pos: -74.5,-39.5 + - type: Transform + pos: -74.5,-39.5 parent: 1 - type: Transform - uid: 19162 components: - - pos: -74.5,-40.5 + - type: Transform + pos: -74.5,-40.5 parent: 1 - type: Transform - uid: 19163 components: - - pos: -74.5,-41.5 + - type: Transform + pos: -74.5,-41.5 parent: 1 - type: Transform - uid: 19164 components: - - pos: -74.5,-42.5 + - type: Transform + pos: -74.5,-42.5 parent: 1 - type: Transform - uid: 19165 components: - - pos: -74.5,-43.5 + - type: Transform + pos: -74.5,-43.5 parent: 1 - type: Transform - uid: 19166 components: - - pos: -74.5,-44.5 + - type: Transform + pos: -74.5,-44.5 parent: 1 - type: Transform - uid: 19167 components: - - pos: -74.5,-45.5 + - type: Transform + pos: -74.5,-45.5 parent: 1 - type: Transform - uid: 19168 components: - - pos: -74.5,-46.5 + - type: Transform + pos: -74.5,-46.5 parent: 1 - type: Transform - uid: 19169 components: - - pos: -74.5,-47.5 + - type: Transform + pos: -74.5,-47.5 parent: 1 - type: Transform - uid: 19170 components: - - pos: -74.5,-48.5 + - type: Transform + pos: -74.5,-48.5 parent: 1 - type: Transform - uid: 19171 components: - - pos: -74.5,-49.5 + - type: Transform + pos: -74.5,-49.5 parent: 1 - type: Transform - uid: 19172 components: - - pos: -74.5,-50.5 + - type: Transform + pos: -74.5,-50.5 parent: 1 - type: Transform - uid: 19173 components: - - pos: -74.5,-51.5 + - type: Transform + pos: -74.5,-51.5 parent: 1 - type: Transform - uid: 19174 components: - - pos: -74.5,-52.5 + - type: Transform + pos: -74.5,-52.5 parent: 1 - type: Transform - uid: 19175 components: - - pos: -74.5,-53.5 + - type: Transform + pos: -74.5,-53.5 parent: 1 - type: Transform - uid: 19176 components: - - pos: -74.5,-54.5 + - type: Transform + pos: -74.5,-54.5 parent: 1 - type: Transform - uid: 19177 components: - - pos: -69.5,-56.5 + - type: Transform + pos: -69.5,-56.5 parent: 1 - type: Transform - uid: 19178 components: - - pos: -68.5,-56.5 + - type: Transform + pos: -68.5,-56.5 parent: 1 - type: Transform - uid: 19179 components: - - pos: -67.5,-56.5 + - type: Transform + pos: -67.5,-56.5 parent: 1 - type: Transform - uid: 19180 components: - - pos: -66.5,-56.5 + - type: Transform + pos: -66.5,-56.5 parent: 1 - type: Transform - uid: 19181 components: - - pos: -65.5,-56.5 + - type: Transform + pos: -65.5,-56.5 parent: 1 - type: Transform - uid: 19182 components: - - pos: -64.5,-56.5 + - type: Transform + pos: -64.5,-56.5 parent: 1 - type: Transform - uid: 19183 components: - - pos: -63.5,-56.5 + - type: Transform + pos: -63.5,-56.5 parent: 1 - type: Transform - uid: 19184 components: - - pos: -63.5,-57.5 + - type: Transform + pos: -63.5,-57.5 parent: 1 - type: Transform - uid: 19185 components: - - pos: -63.5,-58.5 + - type: Transform + pos: -63.5,-58.5 parent: 1 - type: Transform - uid: 19186 components: - - pos: -63.5,-59.5 + - type: Transform + pos: -63.5,-59.5 parent: 1 - type: Transform - uid: 19187 components: - - pos: -63.5,-60.5 + - type: Transform + pos: -63.5,-60.5 parent: 1 - type: Transform - uid: 19188 components: - - pos: -63.5,-61.5 + - type: Transform + pos: -63.5,-61.5 parent: 1 - type: Transform - uid: 19189 components: - - pos: -63.5,-62.5 + - type: Transform + pos: -63.5,-62.5 parent: 1 - type: Transform - uid: 19190 components: - - pos: -63.5,-63.5 + - type: Transform + pos: -63.5,-63.5 parent: 1 - type: Transform - uid: 19191 components: - - pos: -63.5,-64.5 + - type: Transform + pos: -63.5,-64.5 parent: 1 - type: Transform - uid: 19192 components: - - pos: -63.5,-65.5 + - type: Transform + pos: -63.5,-65.5 parent: 1 - type: Transform - uid: 19193 components: - - pos: -62.5,-65.5 + - type: Transform + pos: -62.5,-65.5 parent: 1 - type: Transform - uid: 19194 components: - - pos: -61.5,-65.5 + - type: Transform + pos: -61.5,-65.5 parent: 1 - type: Transform - uid: 19195 components: - - pos: -60.5,-65.5 + - type: Transform + pos: -60.5,-65.5 parent: 1 - type: Transform - uid: 19196 components: - - pos: -60.5,-66.5 + - type: Transform + pos: -60.5,-66.5 parent: 1 - type: Transform - uid: 19197 components: - - pos: -60.5,-67.5 + - type: Transform + pos: -60.5,-67.5 parent: 1 - type: Transform - uid: 19198 components: - - pos: -60.5,-68.5 + - type: Transform + pos: -60.5,-68.5 parent: 1 - type: Transform - uid: 19222 components: - - pos: -83.5,-58.5 + - type: Transform + pos: -83.5,-58.5 parent: 1 - type: Transform - uid: 19223 components: - - pos: -81.5,-58.5 + - type: Transform + pos: -81.5,-58.5 parent: 1 - type: Transform - uid: 19290 components: - - pos: -78.5,-58.5 + - type: Transform + pos: -78.5,-58.5 parent: 1 - type: Transform - uid: 19414 components: - - pos: -56.5,22.5 + - type: Transform + pos: -56.5,22.5 parent: 1 - type: Transform - uid: 19438 components: - - pos: -108.5,0.5 + - type: Transform + pos: -108.5,0.5 parent: 1 - type: Transform - uid: 19439 components: - - pos: -109.5,0.5 + - type: Transform + pos: -109.5,0.5 parent: 1 - type: Transform - uid: 19440 components: - - pos: -110.5,0.5 + - type: Transform + pos: -110.5,0.5 parent: 1 - type: Transform - uid: 19441 components: - - pos: -110.5,1.5 + - type: Transform + pos: -110.5,1.5 parent: 1 - type: Transform - uid: 19442 components: - - pos: -111.5,1.5 + - type: Transform + pos: -111.5,1.5 parent: 1 - type: Transform - uid: 19443 components: - - pos: -99.5,25.5 + - type: Transform + pos: -99.5,25.5 parent: 1 - type: Transform - uid: 19444 components: - - pos: -99.5,24.5 + - type: Transform + pos: -99.5,24.5 parent: 1 - type: Transform - uid: 19445 components: - - pos: -99.5,23.5 + - type: Transform + pos: -99.5,23.5 parent: 1 - type: Transform - uid: 19446 components: - - pos: -99.5,22.5 + - type: Transform + pos: -99.5,22.5 parent: 1 - type: Transform - uid: 19447 components: - - pos: -100.5,22.5 + - type: Transform + pos: -100.5,22.5 parent: 1 - type: Transform - uid: 19448 components: - - pos: -100.5,21.5 + - type: Transform + pos: -100.5,21.5 parent: 1 - type: Transform - uid: 19449 components: - - pos: -100.5,20.5 + - type: Transform + pos: -100.5,20.5 parent: 1 - type: Transform - uid: 19450 components: - - pos: -100.5,19.5 + - type: Transform + pos: -100.5,19.5 parent: 1 - type: Transform - uid: 19451 components: - - pos: -100.5,18.5 + - type: Transform + pos: -100.5,18.5 parent: 1 - type: Transform - uid: 19452 components: - - pos: -100.5,17.5 + - type: Transform + pos: -100.5,17.5 parent: 1 - type: Transform - uid: 19453 components: - - pos: -100.5,16.5 + - type: Transform + pos: -100.5,16.5 parent: 1 - type: Transform - uid: 19454 components: - - pos: -100.5,15.5 + - type: Transform + pos: -100.5,15.5 parent: 1 - type: Transform - uid: 19455 components: - - pos: -100.5,14.5 + - type: Transform + pos: -100.5,14.5 parent: 1 - type: Transform - uid: 19456 components: - - pos: -99.5,14.5 + - type: Transform + pos: -99.5,14.5 parent: 1 - type: Transform - uid: 19457 components: - - pos: -99.5,13.5 + - type: Transform + pos: -99.5,13.5 parent: 1 - type: Transform - uid: 19458 components: - - pos: -98.5,13.5 + - type: Transform + pos: -98.5,13.5 parent: 1 - type: Transform - uid: 19459 components: - - pos: -98.5,12.5 + - type: Transform + pos: -98.5,12.5 parent: 1 - type: Transform - uid: 19460 components: - - pos: -98.5,11.5 + - type: Transform + pos: -98.5,11.5 parent: 1 - type: Transform - uid: 19461 components: - - pos: -98.5,10.5 + - type: Transform + pos: -98.5,10.5 parent: 1 - type: Transform - uid: 19462 components: - - pos: -98.5,9.5 + - type: Transform + pos: -98.5,9.5 parent: 1 - type: Transform - uid: 19463 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - uid: 19464 components: - - pos: -98.5,7.5 + - type: Transform + pos: -98.5,7.5 parent: 1 - type: Transform - uid: 19465 components: - - pos: -98.5,6.5 + - type: Transform + pos: -98.5,6.5 parent: 1 - type: Transform - uid: 19466 components: - - pos: -99.5,6.5 + - type: Transform + pos: -99.5,6.5 parent: 1 - type: Transform - uid: 19467 components: - - pos: -100.5,6.5 + - type: Transform + pos: -100.5,6.5 parent: 1 - type: Transform - uid: 19468 components: - - pos: -101.5,6.5 + - type: Transform + pos: -101.5,6.5 parent: 1 - type: Transform - uid: 19469 components: - - pos: -102.5,6.5 + - type: Transform + pos: -102.5,6.5 parent: 1 - type: Transform - uid: 19470 components: - - pos: -103.5,6.5 + - type: Transform + pos: -103.5,6.5 parent: 1 - type: Transform - uid: 19471 components: - - pos: -103.5,7.5 + - type: Transform + pos: -103.5,7.5 parent: 1 - type: Transform - uid: 19472 components: - - pos: -103.5,8.5 + - type: Transform + pos: -103.5,8.5 parent: 1 - type: Transform - uid: 19473 components: - - pos: -102.5,5.5 + - type: Transform + pos: -102.5,5.5 parent: 1 - type: Transform - uid: 19474 components: - - pos: -102.5,4.5 + - type: Transform + pos: -102.5,4.5 parent: 1 - type: Transform - uid: 19475 components: - - pos: -102.5,3.5 + - type: Transform + pos: -102.5,3.5 parent: 1 - type: Transform - uid: 19476 components: - - pos: -102.5,2.5 + - type: Transform + pos: -102.5,2.5 parent: 1 - type: Transform - uid: 19478 components: - - pos: -102.5,1.5 + - type: Transform + pos: -102.5,1.5 parent: 1 - type: Transform - uid: 19479 components: - - pos: -103.5,1.5 + - type: Transform + pos: -103.5,1.5 parent: 1 - type: Transform - uid: 19480 components: - - pos: -104.5,1.5 + - type: Transform + pos: -104.5,1.5 parent: 1 - type: Transform - uid: 19481 components: - - pos: -104.5,0.5 + - type: Transform + pos: -104.5,0.5 parent: 1 - type: Transform - uid: 19482 components: - - pos: -105.5,1.5 + - type: Transform + pos: -105.5,1.5 parent: 1 - type: Transform - uid: 19483 components: - - pos: -106.5,1.5 + - type: Transform + pos: -106.5,1.5 parent: 1 - type: Transform - uid: 19484 components: - - pos: -106.5,0.5 + - type: Transform + pos: -106.5,0.5 parent: 1 - type: Transform - uid: 19512 components: - - pos: -105.5,8.5 + - type: Transform + pos: -105.5,8.5 parent: 1 - type: Transform - uid: 19513 components: - - pos: -105.5,9.5 + - type: Transform + pos: -105.5,9.5 parent: 1 - type: Transform - uid: 19608 components: - - pos: -97.5,25.5 + - type: Transform + pos: -97.5,25.5 parent: 1 - type: Transform - uid: 19609 components: - - pos: -97.5,24.5 + - type: Transform + pos: -97.5,24.5 parent: 1 - type: Transform - uid: 19610 components: - - pos: -97.5,23.5 + - type: Transform + pos: -97.5,23.5 parent: 1 - type: Transform - uid: 19611 components: - - pos: -97.5,22.5 + - type: Transform + pos: -97.5,22.5 parent: 1 - type: Transform - uid: 19612 components: - - pos: -97.5,21.5 + - type: Transform + pos: -97.5,21.5 parent: 1 - type: Transform - uid: 19617 components: - - pos: -98.5,21.5 + - type: Transform + pos: -98.5,21.5 parent: 1 - type: Transform - uid: 19618 components: - - pos: -98.5,20.5 + - type: Transform + pos: -98.5,20.5 parent: 1 - type: Transform - uid: 19619 components: - - pos: -98.5,19.5 + - type: Transform + pos: -98.5,19.5 parent: 1 - type: Transform - uid: 19620 components: - - pos: -98.5,18.5 + - type: Transform + pos: -98.5,18.5 parent: 1 - type: Transform - uid: 19621 components: - - pos: -97.5,18.5 + - type: Transform + pos: -97.5,18.5 parent: 1 - type: Transform - uid: 19622 components: - - pos: -96.5,18.5 + - type: Transform + pos: -96.5,18.5 parent: 1 - type: Transform - uid: 19623 components: - - pos: -95.5,18.5 + - type: Transform + pos: -95.5,18.5 parent: 1 - type: Transform - uid: 19624 components: - - pos: -94.5,18.5 + - type: Transform + pos: -94.5,18.5 parent: 1 - type: Transform - uid: 19625 components: - - pos: -93.5,18.5 + - type: Transform + pos: -93.5,18.5 parent: 1 - type: Transform - uid: 19626 components: - - pos: -92.5,18.5 + - type: Transform + pos: -92.5,18.5 parent: 1 - type: Transform - uid: 19627 components: - - pos: -91.5,18.5 + - type: Transform + pos: -91.5,18.5 parent: 1 - type: Transform - uid: 19628 components: - - pos: -90.5,18.5 + - type: Transform + pos: -90.5,18.5 parent: 1 - type: Transform - uid: 19629 components: - - pos: -89.5,18.5 + - type: Transform + pos: -89.5,18.5 parent: 1 - type: Transform - uid: 19630 components: - - pos: -88.5,18.5 + - type: Transform + pos: -88.5,18.5 parent: 1 - type: Transform - uid: 19631 components: - - pos: -88.5,17.5 + - type: Transform + pos: -88.5,17.5 parent: 1 - type: Transform - uid: 19632 components: - - pos: -88.5,16.5 + - type: Transform + pos: -88.5,16.5 parent: 1 - type: Transform - uid: 19633 components: - - pos: -88.5,15.5 + - type: Transform + pos: -88.5,15.5 parent: 1 - type: Transform - uid: 19634 components: - - pos: -88.5,14.5 + - type: Transform + pos: -88.5,14.5 parent: 1 - type: Transform - uid: 19635 components: - - pos: -88.5,13.5 + - type: Transform + pos: -88.5,13.5 parent: 1 - type: Transform - uid: 19636 components: - - pos: -88.5,12.5 + - type: Transform + pos: -88.5,12.5 parent: 1 - type: Transform - uid: 19637 components: - - pos: -89.5,12.5 + - type: Transform + pos: -89.5,12.5 parent: 1 - type: Transform - uid: 19638 components: - - pos: -87.5,12.5 + - type: Transform + pos: -87.5,12.5 parent: 1 - type: Transform - uid: 19639 components: - - pos: -87.5,11.5 + - type: Transform + pos: -87.5,11.5 parent: 1 - type: Transform - uid: 19640 components: - - pos: -87.5,10.5 + - type: Transform + pos: -87.5,10.5 parent: 1 - type: Transform - uid: 19641 components: - - pos: -87.5,9.5 + - type: Transform + pos: -87.5,9.5 parent: 1 - type: Transform - uid: 19642 components: - - pos: -88.5,9.5 + - type: Transform + pos: -88.5,9.5 parent: 1 - type: Transform - uid: 19643 components: - - pos: -89.5,9.5 + - type: Transform + pos: -89.5,9.5 parent: 1 - type: Transform - uid: 19644 components: - - pos: -87.5,8.5 + - type: Transform + pos: -87.5,8.5 parent: 1 - type: Transform - uid: 19645 components: - - pos: -86.5,8.5 + - type: Transform + pos: -86.5,8.5 parent: 1 - type: Transform - uid: 19646 components: - - pos: -85.5,8.5 + - type: Transform + pos: -85.5,8.5 parent: 1 - type: Transform - uid: 19647 components: - - pos: -84.5,8.5 + - type: Transform + pos: -84.5,8.5 parent: 1 - type: Transform - uid: 19648 components: - - pos: -83.5,8.5 + - type: Transform + pos: -83.5,8.5 parent: 1 - type: Transform - uid: 19649 components: - - pos: -82.5,8.5 + - type: Transform + pos: -82.5,8.5 parent: 1 - type: Transform - uid: 19650 components: - - pos: -81.5,8.5 + - type: Transform + pos: -81.5,8.5 parent: 1 - type: Transform - uid: 19651 components: - - pos: -80.5,8.5 + - type: Transform + pos: -80.5,8.5 parent: 1 - type: Transform - uid: 19652 components: - - pos: -88.5,8.5 + - type: Transform + pos: -88.5,8.5 parent: 1 - type: Transform - uid: 19653 components: - - pos: -88.5,7.5 + - type: Transform + pos: -88.5,7.5 parent: 1 - type: Transform - uid: 19654 components: - - pos: -88.5,6.5 + - type: Transform + pos: -88.5,6.5 parent: 1 - type: Transform - uid: 19655 components: - - pos: -88.5,5.5 + - type: Transform + pos: -88.5,5.5 parent: 1 - type: Transform - uid: 19656 components: - - pos: -88.5,4.5 + - type: Transform + pos: -88.5,4.5 parent: 1 - type: Transform - uid: 19657 components: - - pos: -88.5,3.5 + - type: Transform + pos: -88.5,3.5 parent: 1 - type: Transform - uid: 19658 components: - - pos: -88.5,2.5 + - type: Transform + pos: -88.5,2.5 parent: 1 - type: Transform - uid: 19659 components: - - pos: -88.5,1.5 + - type: Transform + pos: -88.5,1.5 parent: 1 - type: Transform - uid: 19660 components: - - pos: -88.5,0.5 + - type: Transform + pos: -88.5,0.5 parent: 1 - type: Transform - uid: 19661 components: - - pos: -88.5,-0.5 + - type: Transform + pos: -88.5,-0.5 parent: 1 - type: Transform - uid: 19662 components: - - pos: -88.5,-1.5 + - type: Transform + pos: -88.5,-1.5 parent: 1 - type: Transform - uid: 19663 components: - - pos: -88.5,-2.5 + - type: Transform + pos: -88.5,-2.5 parent: 1 - type: Transform - uid: 19664 components: - - pos: -88.5,-3.5 + - type: Transform + pos: -88.5,-3.5 parent: 1 - type: Transform - uid: 19665 components: - - pos: -88.5,-4.5 + - type: Transform + pos: -88.5,-4.5 parent: 1 - type: Transform - uid: 19666 components: - - pos: -88.5,-5.5 + - type: Transform + pos: -88.5,-5.5 parent: 1 - type: Transform - uid: 19667 components: - - pos: -88.5,-6.5 + - type: Transform + pos: -88.5,-6.5 parent: 1 - type: Transform - uid: 19668 components: - - pos: -88.5,-7.5 + - type: Transform + pos: -88.5,-7.5 parent: 1 - type: Transform - uid: 19866 components: - - pos: -96.5,21.5 + - type: Transform + pos: -96.5,21.5 parent: 1 - type: Transform - uid: 19867 components: - - pos: -95.5,21.5 + - type: Transform + pos: -95.5,21.5 parent: 1 - type: Transform - uid: 19868 components: - - pos: -94.5,21.5 + - type: Transform + pos: -94.5,21.5 parent: 1 - type: Transform - uid: 19869 components: - - pos: -93.5,21.5 + - type: Transform + pos: -93.5,21.5 parent: 1 - type: Transform - uid: 19870 components: - - pos: -92.5,21.5 + - type: Transform + pos: -92.5,21.5 parent: 1 - type: Transform - uid: 19871 components: - - pos: -91.5,21.5 + - type: Transform + pos: -91.5,21.5 parent: 1 - type: Transform - uid: 19872 components: - - pos: -90.5,21.5 + - type: Transform + pos: -90.5,21.5 parent: 1 - type: Transform - uid: 19873 components: - - pos: -89.5,21.5 + - type: Transform + pos: -89.5,21.5 parent: 1 - type: Transform - uid: 19874 components: - - pos: -88.5,21.5 + - type: Transform + pos: -88.5,21.5 parent: 1 - type: Transform - uid: 19875 components: - - pos: -87.5,21.5 + - type: Transform + pos: -87.5,21.5 parent: 1 - type: Transform - uid: 19876 components: - - pos: -86.5,21.5 + - type: Transform + pos: -86.5,21.5 parent: 1 - type: Transform - uid: 19877 components: - - pos: -85.5,21.5 + - type: Transform + pos: -85.5,21.5 parent: 1 - type: Transform - uid: 19878 components: - - pos: -84.5,21.5 + - type: Transform + pos: -84.5,21.5 parent: 1 - type: Transform - uid: 19879 components: - - pos: -83.5,21.5 + - type: Transform + pos: -83.5,21.5 parent: 1 - type: Transform - uid: 19880 components: - - pos: -82.5,21.5 + - type: Transform + pos: -82.5,21.5 parent: 1 - type: Transform - uid: 19881 components: - - pos: -81.5,21.5 + - type: Transform + pos: -81.5,21.5 parent: 1 - type: Transform - uid: 19882 components: - - pos: -80.5,21.5 + - type: Transform + pos: -80.5,21.5 parent: 1 - type: Transform - uid: 19883 components: - - pos: -79.5,21.5 + - type: Transform + pos: -79.5,21.5 parent: 1 - type: Transform - uid: 19884 components: - - pos: -78.5,21.5 + - type: Transform + pos: -78.5,21.5 parent: 1 - type: Transform - uid: 19885 components: - - pos: -77.5,21.5 + - type: Transform + pos: -77.5,21.5 parent: 1 - type: Transform - uid: 19886 components: - - pos: -76.5,21.5 + - type: Transform + pos: -76.5,21.5 parent: 1 - type: Transform - uid: 19887 components: - - pos: -75.5,21.5 + - type: Transform + pos: -75.5,21.5 parent: 1 - type: Transform - uid: 19888 components: - - pos: -74.5,21.5 + - type: Transform + pos: -74.5,21.5 parent: 1 - type: Transform - uid: 19889 components: - - pos: -74.5,22.5 + - type: Transform + pos: -74.5,22.5 parent: 1 - type: Transform - uid: 19890 components: - - pos: -74.5,23.5 + - type: Transform + pos: -74.5,23.5 parent: 1 - type: Transform - uid: 19891 components: - - pos: -74.5,24.5 + - type: Transform + pos: -74.5,24.5 parent: 1 - type: Transform - uid: 19892 components: - - pos: -74.5,25.5 + - type: Transform + pos: -74.5,25.5 parent: 1 - type: Transform - uid: 19893 components: - - pos: -74.5,26.5 + - type: Transform + pos: -74.5,26.5 parent: 1 - type: Transform - uid: 19894 components: - - pos: -75.5,26.5 + - type: Transform + pos: -75.5,26.5 parent: 1 - type: Transform - uid: 19895 components: - - pos: -76.5,26.5 + - type: Transform + pos: -76.5,26.5 parent: 1 - type: Transform - uid: 19896 components: - - pos: -77.5,26.5 + - type: Transform + pos: -77.5,26.5 parent: 1 - type: Transform - uid: 19897 components: - - pos: -77.5,27.5 + - type: Transform + pos: -77.5,27.5 parent: 1 - type: Transform - uid: 19898 components: - - pos: -77.5,28.5 + - type: Transform + pos: -77.5,28.5 parent: 1 - type: Transform - uid: 19899 components: - - pos: -77.5,29.5 + - type: Transform + pos: -77.5,29.5 parent: 1 - type: Transform - uid: 19951 components: - - pos: -52.5,13.5 + - type: Transform + pos: -52.5,13.5 parent: 1 - type: Transform - uid: 19952 components: - - pos: -52.5,12.5 + - type: Transform + pos: -52.5,12.5 parent: 1 - type: Transform - uid: 19953 components: - - pos: -52.5,11.5 + - type: Transform + pos: -52.5,11.5 parent: 1 - type: Transform - uid: 19954 components: - - pos: -52.5,10.5 + - type: Transform + pos: -52.5,10.5 parent: 1 - type: Transform - uid: 19955 components: - - pos: -52.5,9.5 + - type: Transform + pos: -52.5,9.5 parent: 1 - type: Transform - uid: 19956 components: - - pos: -53.5,9.5 + - type: Transform + pos: -53.5,9.5 parent: 1 - type: Transform - uid: 19957 components: - - pos: -54.5,9.5 + - type: Transform + pos: -54.5,9.5 parent: 1 - type: Transform - uid: 19958 components: - - pos: -55.5,9.5 + - type: Transform + pos: -55.5,9.5 parent: 1 - type: Transform - uid: 19959 components: - - pos: -56.5,9.5 + - type: Transform + pos: -56.5,9.5 parent: 1 - type: Transform - uid: 19960 components: - - pos: -57.5,9.5 + - type: Transform + pos: -57.5,9.5 parent: 1 - type: Transform - uid: 19961 components: - - pos: -58.5,9.5 + - type: Transform + pos: -58.5,9.5 parent: 1 - type: Transform - uid: 19962 components: - - pos: -59.5,9.5 + - type: Transform + pos: -59.5,9.5 parent: 1 - type: Transform - uid: 19963 components: - - pos: -60.5,9.5 + - type: Transform + pos: -60.5,9.5 parent: 1 - type: Transform - uid: 19964 components: - - pos: -61.5,9.5 + - type: Transform + pos: -61.5,9.5 parent: 1 - type: Transform - uid: 19965 components: - - pos: -62.5,9.5 + - type: Transform + pos: -62.5,9.5 parent: 1 - type: Transform - uid: 19966 components: - - pos: -63.5,9.5 + - type: Transform + pos: -63.5,9.5 parent: 1 - type: Transform - uid: 19967 components: - - pos: -64.5,9.5 + - type: Transform + pos: -64.5,9.5 parent: 1 - type: Transform - uid: 19968 components: - - pos: -65.5,9.5 + - type: Transform + pos: -65.5,9.5 parent: 1 - type: Transform - uid: 19969 components: - - pos: -65.5,10.5 + - type: Transform + pos: -65.5,10.5 parent: 1 - type: Transform - uid: 19970 components: - - pos: -65.5,11.5 + - type: Transform + pos: -65.5,11.5 parent: 1 - type: Transform - uid: 19971 components: - - pos: -65.5,12.5 + - type: Transform + pos: -65.5,12.5 parent: 1 - type: Transform - uid: 19972 components: - - pos: -65.5,13.5 + - type: Transform + pos: -65.5,13.5 parent: 1 - type: Transform - uid: 19973 components: - - pos: -65.5,14.5 + - type: Transform + pos: -65.5,14.5 parent: 1 - type: Transform - uid: 19974 components: - - pos: -65.5,15.5 + - type: Transform + pos: -65.5,15.5 parent: 1 - type: Transform - uid: 19975 components: - - pos: -65.5,16.5 + - type: Transform + pos: -65.5,16.5 parent: 1 - type: Transform - uid: 19976 components: - - pos: -65.5,17.5 + - type: Transform + pos: -65.5,17.5 parent: 1 - type: Transform - uid: 19977 components: - - pos: -65.5,18.5 + - type: Transform + pos: -65.5,18.5 parent: 1 - type: Transform - uid: 19978 components: - - pos: -65.5,19.5 + - type: Transform + pos: -65.5,19.5 parent: 1 - type: Transform - uid: 19979 components: - - pos: -66.5,19.5 + - type: Transform + pos: -66.5,19.5 parent: 1 - type: Transform - uid: 19980 components: - - pos: -67.5,19.5 + - type: Transform + pos: -67.5,19.5 parent: 1 - type: Transform - uid: 19981 components: - - pos: -68.5,19.5 + - type: Transform + pos: -68.5,19.5 parent: 1 - type: Transform - uid: 19982 components: - - pos: -66.5,20.5 + - type: Transform + pos: -66.5,20.5 parent: 1 - type: Transform - uid: 19983 components: - - pos: -66.5,21.5 + - type: Transform + pos: -66.5,21.5 parent: 1 - type: Transform - uid: 19984 components: - - pos: -66.5,22.5 + - type: Transform + pos: -66.5,22.5 parent: 1 - type: Transform - uid: 19985 components: - - pos: -66.5,23.5 + - type: Transform + pos: -66.5,23.5 parent: 1 - type: Transform - uid: 19986 components: - - pos: -66.5,24.5 + - type: Transform + pos: -66.5,24.5 parent: 1 - type: Transform - uid: 19987 components: - - pos: -66.5,25.5 + - type: Transform + pos: -66.5,25.5 parent: 1 - type: Transform - uid: 19988 components: - - pos: -66.5,26.5 + - type: Transform + pos: -66.5,26.5 parent: 1 - type: Transform - uid: 19989 components: - - pos: -66.5,27.5 + - type: Transform + pos: -66.5,27.5 parent: 1 - type: Transform - uid: 19990 components: - - pos: -66.5,28.5 + - type: Transform + pos: -66.5,28.5 parent: 1 - type: Transform - uid: 19991 components: - - pos: -66.5,29.5 + - type: Transform + pos: -66.5,29.5 parent: 1 - type: Transform - uid: 20019 components: - - pos: -64.5,19.5 + - type: Transform + pos: -64.5,19.5 parent: 1 - type: Transform - uid: 20020 components: - - pos: -63.5,19.5 + - type: Transform + pos: -63.5,19.5 parent: 1 - type: Transform - uid: 20021 components: - - pos: -62.5,19.5 + - type: Transform + pos: -62.5,19.5 parent: 1 - type: Transform - uid: 20022 components: - - pos: -61.5,19.5 + - type: Transform + pos: -61.5,19.5 parent: 1 - type: Transform - uid: 20023 components: - - pos: -61.5,18.5 + - type: Transform + pos: -61.5,18.5 parent: 1 - type: Transform - uid: 20024 components: - - pos: -61.5,17.5 + - type: Transform + pos: -61.5,17.5 parent: 1 - type: Transform - uid: 20025 components: - - pos: -60.5,17.5 + - type: Transform + pos: -60.5,17.5 parent: 1 - type: Transform - uid: 20026 components: - - pos: -59.5,17.5 + - type: Transform + pos: -59.5,17.5 parent: 1 - type: Transform - uid: 20027 components: - - pos: -59.5,18.5 + - type: Transform + pos: -59.5,18.5 parent: 1 - type: Transform - uid: 20044 components: - - pos: -66.5,9.5 + - type: Transform + pos: -66.5,9.5 parent: 1 - type: Transform - uid: 20045 components: - - pos: -67.5,9.5 + - type: Transform + pos: -67.5,9.5 parent: 1 - type: Transform - uid: 20046 components: - - pos: -68.5,9.5 + - type: Transform + pos: -68.5,9.5 parent: 1 - type: Transform - uid: 20047 components: - - pos: -69.5,9.5 + - type: Transform + pos: -69.5,9.5 parent: 1 - type: Transform - uid: 20048 components: - - pos: -70.5,9.5 + - type: Transform + pos: -70.5,9.5 parent: 1 - type: Transform - uid: 20049 components: - - pos: -71.5,9.5 + - type: Transform + pos: -71.5,9.5 parent: 1 - type: Transform - uid: 20050 components: - - pos: -72.5,9.5 + - type: Transform + pos: -72.5,9.5 parent: 1 - type: Transform - uid: 20051 components: - - pos: -72.5,8.5 + - type: Transform + pos: -72.5,8.5 parent: 1 - type: Transform - uid: 20052 components: - - pos: -72.5,7.5 + - type: Transform + pos: -72.5,7.5 parent: 1 - type: Transform - uid: 20053 components: - - pos: -72.5,6.5 + - type: Transform + pos: -72.5,6.5 parent: 1 - type: Transform - uid: 20054 components: - - pos: -71.5,6.5 + - type: Transform + pos: -71.5,6.5 parent: 1 - type: Transform - uid: 20055 components: - - pos: -70.5,6.5 + - type: Transform + pos: -70.5,6.5 parent: 1 - type: Transform - uid: 20056 components: - - pos: -70.5,5.5 + - type: Transform + pos: -70.5,5.5 parent: 1 - type: Transform - uid: 20057 components: - - pos: -70.5,4.5 + - type: Transform + pos: -70.5,4.5 parent: 1 - type: Transform - uid: 20076 components: - - pos: -72.5,5.5 + - type: Transform + pos: -72.5,5.5 parent: 1 - type: Transform - uid: 20077 components: - - pos: -72.5,4.5 + - type: Transform + pos: -72.5,4.5 parent: 1 - type: Transform - uid: 20078 components: - - pos: -72.5,3.5 + - type: Transform + pos: -72.5,3.5 parent: 1 - type: Transform - uid: 20079 components: - - pos: -72.5,2.5 + - type: Transform + pos: -72.5,2.5 parent: 1 - type: Transform - uid: 20080 components: - - pos: -72.5,1.5 + - type: Transform + pos: -72.5,1.5 parent: 1 - type: Transform - uid: 20081 components: - - pos: -72.5,0.5 + - type: Transform + pos: -72.5,0.5 parent: 1 - type: Transform - uid: 20082 components: - - pos: -72.5,-0.5 + - type: Transform + pos: -72.5,-0.5 parent: 1 - type: Transform - uid: 20083 components: - - pos: -72.5,-1.5 + - type: Transform + pos: -72.5,-1.5 parent: 1 - type: Transform - uid: 20084 components: - - pos: -72.5,-2.5 + - type: Transform + pos: -72.5,-2.5 parent: 1 - type: Transform - uid: 20085 components: - - pos: -72.5,-3.5 + - type: Transform + pos: -72.5,-3.5 parent: 1 - type: Transform - uid: 20086 components: - - pos: -72.5,-4.5 + - type: Transform + pos: -72.5,-4.5 parent: 1 - type: Transform - uid: 20087 components: - - pos: -72.5,-5.5 + - type: Transform + pos: -72.5,-5.5 parent: 1 - type: Transform - uid: 20088 components: - - pos: -72.5,-6.5 + - type: Transform + pos: -72.5,-6.5 parent: 1 - type: Transform - uid: 20089 components: - - pos: -71.5,-6.5 + - type: Transform + pos: -71.5,-6.5 parent: 1 - type: Transform - uid: 20090 components: - - pos: -70.5,-6.5 + - type: Transform + pos: -70.5,-6.5 parent: 1 - type: Transform - uid: 20100 components: - - pos: -41.5,10.5 + - type: Transform + pos: -41.5,10.5 parent: 1 - type: Transform - uid: 20103 components: - - pos: -50.5,13.5 + - type: Transform + pos: -50.5,13.5 parent: 1 - type: Transform - uid: 20104 components: - - pos: -50.5,12.5 + - type: Transform + pos: -50.5,12.5 parent: 1 - type: Transform - uid: 20105 components: - - pos: -50.5,11.5 + - type: Transform + pos: -50.5,11.5 parent: 1 - type: Transform - uid: 20106 components: - - pos: -50.5,10.5 + - type: Transform + pos: -50.5,10.5 parent: 1 - type: Transform - uid: 20107 components: - - pos: -49.5,10.5 + - type: Transform + pos: -49.5,10.5 parent: 1 - type: Transform - uid: 20108 components: - - pos: -48.5,10.5 + - type: Transform + pos: -48.5,10.5 parent: 1 - type: Transform - uid: 20109 components: - - pos: -47.5,10.5 + - type: Transform + pos: -47.5,10.5 parent: 1 - type: Transform - uid: 20110 components: - - pos: -46.5,10.5 + - type: Transform + pos: -46.5,10.5 parent: 1 - type: Transform - uid: 20111 components: - - pos: -41.5,11.5 + - type: Transform + pos: -41.5,11.5 parent: 1 - type: Transform - uid: 20112 components: - - pos: -41.5,12.5 + - type: Transform + pos: -41.5,12.5 parent: 1 - type: Transform - uid: 20114 components: - - pos: -46.5,9.5 + - type: Transform + pos: -46.5,9.5 parent: 1 - type: Transform - uid: 20115 components: - - pos: -45.5,9.5 + - type: Transform + pos: -45.5,9.5 parent: 1 - type: Transform - uid: 20116 components: - - pos: -44.5,9.5 + - type: Transform + pos: -44.5,9.5 parent: 1 - type: Transform - uid: 20117 components: - - pos: -43.5,9.5 + - type: Transform + pos: -43.5,9.5 parent: 1 - type: Transform - uid: 20118 components: - - pos: -42.5,9.5 + - type: Transform + pos: -42.5,9.5 parent: 1 - type: Transform - uid: 20119 components: - - pos: -41.5,9.5 + - type: Transform + pos: -41.5,9.5 parent: 1 - type: Transform - uid: 20120 components: - - pos: -41.5,8.5 + - type: Transform + pos: -41.5,8.5 parent: 1 - type: Transform - uid: 20121 components: - - pos: -41.5,7.5 + - type: Transform + pos: -41.5,7.5 parent: 1 - type: Transform - uid: 20122 components: - - pos: -41.5,6.5 + - type: Transform + pos: -41.5,6.5 parent: 1 - type: Transform - uid: 20123 components: - - pos: -41.5,5.5 + - type: Transform + pos: -41.5,5.5 parent: 1 - type: Transform - uid: 20124 components: - - pos: -41.5,4.5 + - type: Transform + pos: -41.5,4.5 parent: 1 - type: Transform - uid: 20125 components: - - pos: -41.5,3.5 + - type: Transform + pos: -41.5,3.5 parent: 1 - type: Transform - uid: 20126 components: - - pos: -42.5,3.5 + - type: Transform + pos: -42.5,3.5 parent: 1 - type: Transform - uid: 20127 components: - - pos: -43.5,3.5 + - type: Transform + pos: -43.5,3.5 parent: 1 - type: Transform - uid: 20128 components: - - pos: -44.5,3.5 + - type: Transform + pos: -44.5,3.5 parent: 1 - type: Transform - uid: 20129 components: - - pos: -45.5,3.5 + - type: Transform + pos: -45.5,3.5 parent: 1 - type: Transform - uid: 20130 components: - - pos: -46.5,3.5 + - type: Transform + pos: -46.5,3.5 parent: 1 - type: Transform - uid: 20131 components: - - pos: -46.5,2.5 + - type: Transform + pos: -46.5,2.5 parent: 1 - type: Transform - uid: 20132 components: - - pos: -46.5,1.5 + - type: Transform + pos: -46.5,1.5 parent: 1 - type: Transform - uid: 20133 components: - - pos: -46.5,0.5 + - type: Transform + pos: -46.5,0.5 parent: 1 - type: Transform - uid: 20134 components: - - pos: -46.5,-0.5 + - type: Transform + pos: -46.5,-0.5 parent: 1 - type: Transform - uid: 20135 components: - - pos: -46.5,-1.5 + - type: Transform + pos: -46.5,-1.5 parent: 1 - type: Transform - uid: 20136 components: - - pos: -46.5,-2.5 + - type: Transform + pos: -46.5,-2.5 parent: 1 - type: Transform - uid: 20137 components: - - pos: -46.5,-3.5 + - type: Transform + pos: -46.5,-3.5 parent: 1 - type: Transform - uid: 20138 components: - - pos: -47.5,-3.5 + - type: Transform + pos: -47.5,-3.5 parent: 1 - type: Transform - uid: 20139 components: - - pos: -48.5,-3.5 + - type: Transform + pos: -48.5,-3.5 parent: 1 - type: Transform - uid: 20140 components: - - pos: -49.5,-3.5 + - type: Transform + pos: -49.5,-3.5 parent: 1 - type: Transform - uid: 20141 components: - - pos: -50.5,-3.5 + - type: Transform + pos: -50.5,-3.5 parent: 1 - type: Transform - uid: 20142 components: - - pos: -51.5,-3.5 + - type: Transform + pos: -51.5,-3.5 parent: 1 - type: Transform - uid: 20143 components: - - pos: -52.5,-3.5 + - type: Transform + pos: -52.5,-3.5 parent: 1 - type: Transform - uid: 20144 components: - - pos: -53.5,-3.5 + - type: Transform + pos: -53.5,-3.5 parent: 1 - type: Transform - uid: 20145 components: - - pos: -54.5,-3.5 + - type: Transform + pos: -54.5,-3.5 parent: 1 - type: Transform - uid: 20261 components: - - pos: -21.5,22.5 + - type: Transform + pos: -21.5,22.5 parent: 1 - type: Transform - uid: 20262 components: - - pos: -21.5,21.5 + - type: Transform + pos: -21.5,21.5 parent: 1 - type: Transform - uid: 20263 components: - - pos: -22.5,21.5 + - type: Transform + pos: -22.5,21.5 parent: 1 - type: Transform - uid: 20264 components: - - pos: -23.5,21.5 + - type: Transform + pos: -23.5,21.5 parent: 1 - type: Transform - uid: 20265 components: - - pos: -24.5,21.5 + - type: Transform + pos: -24.5,21.5 parent: 1 - type: Transform - uid: 20266 components: - - pos: -25.5,21.5 + - type: Transform + pos: -25.5,21.5 parent: 1 - type: Transform - uid: 20267 components: - - pos: -25.5,22.5 + - type: Transform + pos: -25.5,22.5 parent: 1 - type: Transform - uid: 20268 components: - - pos: -25.5,23.5 + - type: Transform + pos: -25.5,23.5 parent: 1 - type: Transform - uid: 20388 components: - - pos: -96.5,-77.5 + - type: Transform + pos: -96.5,-77.5 parent: 1 - type: Transform - uid: 20468 components: - - pos: -61.5,20.5 + - type: Transform + pos: -61.5,20.5 parent: 1 - type: Transform - uid: 20469 components: - - pos: -61.5,21.5 + - type: Transform + pos: -61.5,21.5 parent: 1 - type: Transform - uid: 20470 components: - - pos: -60.5,21.5 + - type: Transform + pos: -60.5,21.5 parent: 1 - type: Transform - uid: 20471 components: - - pos: -59.5,21.5 + - type: Transform + pos: -59.5,21.5 parent: 1 - type: Transform - uid: 20472 components: - - pos: -58.5,21.5 + - type: Transform + pos: -58.5,21.5 parent: 1 - type: Transform - uid: 20473 components: - - pos: -57.5,21.5 + - type: Transform + pos: -57.5,21.5 parent: 1 - type: Transform - uid: 20474 components: - - pos: -56.5,21.5 + - type: Transform + pos: -56.5,21.5 parent: 1 - type: Transform - uid: 20475 components: - - pos: -56.5,23.5 + - type: Transform + pos: -56.5,23.5 parent: 1 - type: Transform - uid: 20476 components: - - pos: -56.5,24.5 + - type: Transform + pos: -56.5,24.5 parent: 1 - type: Transform - uid: 20477 components: - - pos: -56.5,25.5 + - type: Transform + pos: -56.5,25.5 parent: 1 - type: Transform - uid: 20478 components: - - pos: -56.5,26.5 + - type: Transform + pos: -56.5,26.5 parent: 1 - type: Transform - uid: 20479 components: - - pos: -56.5,27.5 + - type: Transform + pos: -56.5,27.5 parent: 1 - type: Transform - uid: 20480 components: - - pos: -56.5,28.5 + - type: Transform + pos: -56.5,28.5 parent: 1 - type: Transform - uid: 20481 components: - - pos: -56.5,29.5 + - type: Transform + pos: -56.5,29.5 parent: 1 - type: Transform - uid: 20483 components: - - pos: -55.5,29.5 + - type: Transform + pos: -55.5,29.5 parent: 1 - type: Transform - uid: 20484 components: - - pos: -54.5,29.5 + - type: Transform + pos: -54.5,29.5 parent: 1 - type: Transform - uid: 20485 components: - - pos: -53.5,29.5 + - type: Transform + pos: -53.5,29.5 parent: 1 - type: Transform - uid: 20486 components: - - pos: -52.5,29.5 + - type: Transform + pos: -52.5,29.5 parent: 1 - type: Transform - uid: 20487 components: - - pos: -51.5,29.5 + - type: Transform + pos: -51.5,29.5 parent: 1 - type: Transform - uid: 20488 components: - - pos: -50.5,29.5 + - type: Transform + pos: -50.5,29.5 parent: 1 - type: Transform - uid: 20489 components: - - pos: -50.5,30.5 + - type: Transform + pos: -50.5,30.5 parent: 1 - type: Transform - uid: 20490 components: - - pos: -50.5,31.5 + - type: Transform + pos: -50.5,31.5 parent: 1 - type: Transform - uid: 20568 components: - - pos: -42.5,2.5 + - type: Transform + pos: -42.5,2.5 parent: 1 - type: Transform - uid: 20569 components: - - pos: -42.5,1.5 + - type: Transform + pos: -42.5,1.5 parent: 1 - type: Transform - uid: 20636 components: - - pos: 14.5,-27.5 + - type: Transform + pos: 14.5,-27.5 parent: 1 - type: Transform - uid: 20638 components: - - pos: 10.5,-43.5 + - type: Transform + pos: 10.5,-43.5 parent: 1 - type: Transform - uid: 20639 components: - - pos: 9.5,-43.5 + - type: Transform + pos: 9.5,-43.5 parent: 1 - type: Transform - uid: 20640 components: - - pos: 8.5,-43.5 + - type: Transform + pos: 8.5,-43.5 parent: 1 - type: Transform - uid: 20641 components: - - pos: 7.5,-43.5 + - type: Transform + pos: 7.5,-43.5 parent: 1 - type: Transform - uid: 20642 components: - - pos: 6.5,-43.5 + - type: Transform + pos: 6.5,-43.5 parent: 1 - type: Transform - uid: 20643 components: - - pos: 5.5,-43.5 + - type: Transform + pos: 5.5,-43.5 parent: 1 - type: Transform - uid: 20644 components: - - pos: 4.5,-43.5 + - type: Transform + pos: 4.5,-43.5 parent: 1 - type: Transform - uid: 20645 components: - - pos: 3.5,-43.5 + - type: Transform + pos: 3.5,-43.5 parent: 1 - type: Transform - uid: 20646 components: - - pos: 2.5,-43.5 + - type: Transform + pos: 2.5,-43.5 parent: 1 - type: Transform - uid: 20647 components: - - pos: 1.5,-43.5 + - type: Transform + pos: 1.5,-43.5 parent: 1 - type: Transform - uid: 20648 components: - - pos: 0.5,-43.5 + - type: Transform + pos: 0.5,-43.5 parent: 1 - type: Transform - uid: 20649 components: - - pos: -0.5,-43.5 + - type: Transform + pos: -0.5,-43.5 parent: 1 - type: Transform - uid: 20650 components: - - pos: -1.5,-43.5 + - type: Transform + pos: -1.5,-43.5 parent: 1 - type: Transform - uid: 20651 components: - - pos: -2.5,-43.5 + - type: Transform + pos: -2.5,-43.5 parent: 1 - type: Transform - uid: 20652 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 1 - type: Transform - uid: 20653 components: - - pos: -3.5,-44.5 + - type: Transform + pos: -3.5,-44.5 parent: 1 - type: Transform - uid: 20847 components: - - pos: -25.5,24.5 + - type: Transform + pos: -25.5,24.5 parent: 1 - type: Transform - uid: 20848 components: - - pos: -25.5,25.5 + - type: Transform + pos: -25.5,25.5 parent: 1 - type: Transform - uid: 20849 components: - - pos: -25.5,26.5 + - type: Transform + pos: -25.5,26.5 parent: 1 - type: Transform - uid: 20850 components: - - pos: -25.5,27.5 + - type: Transform + pos: -25.5,27.5 parent: 1 - type: Transform - uid: 20851 components: - - pos: -26.5,27.5 + - type: Transform + pos: -26.5,27.5 parent: 1 - type: Transform - uid: 20951 components: - - pos: -24.5,13.5 + - type: Transform + pos: -24.5,13.5 parent: 1 - type: Transform - uid: 20952 components: - - pos: -24.5,14.5 + - type: Transform + pos: -24.5,14.5 parent: 1 - type: Transform - uid: 20953 components: - - pos: -24.5,15.5 + - type: Transform + pos: -24.5,15.5 parent: 1 - type: Transform - uid: 20954 components: - - pos: -25.5,13.5 + - type: Transform + pos: -25.5,13.5 parent: 1 - type: Transform - uid: 20955 components: - - pos: -26.5,13.5 + - type: Transform + pos: -26.5,13.5 parent: 1 - type: Transform - uid: 20956 components: - - pos: -26.5,12.5 + - type: Transform + pos: -26.5,12.5 parent: 1 - type: Transform - uid: 20957 components: - - pos: -26.5,11.5 + - type: Transform + pos: -26.5,11.5 parent: 1 - type: Transform - uid: 20958 components: - - pos: -26.5,10.5 + - type: Transform + pos: -26.5,10.5 parent: 1 - type: Transform - uid: 20959 components: - - pos: -26.5,9.5 + - type: Transform + pos: -26.5,9.5 parent: 1 - type: Transform - uid: 20960 components: - - pos: -26.5,8.5 + - type: Transform + pos: -26.5,8.5 parent: 1 - type: Transform - uid: 20961 components: - - pos: -27.5,8.5 + - type: Transform + pos: -27.5,8.5 parent: 1 - type: Transform - uid: 20962 components: - - pos: -28.5,8.5 + - type: Transform + pos: -28.5,8.5 parent: 1 - type: Transform - uid: 20963 components: - - pos: -28.5,7.5 + - type: Transform + pos: -28.5,7.5 parent: 1 - type: Transform - uid: 20964 components: - - pos: -28.5,6.5 + - type: Transform + pos: -28.5,6.5 parent: 1 - type: Transform - uid: 20965 components: - - pos: -28.5,5.5 + - type: Transform + pos: -28.5,5.5 parent: 1 - type: Transform - uid: 20966 components: - - pos: -29.5,5.5 + - type: Transform + pos: -29.5,5.5 parent: 1 - type: Transform - uid: 20967 components: - - pos: -30.5,5.5 + - type: Transform + pos: -30.5,5.5 parent: 1 - type: Transform - uid: 20968 components: - - pos: -31.5,5.5 + - type: Transform + pos: -31.5,5.5 parent: 1 - type: Transform - uid: 20969 components: - - pos: -32.5,5.5 + - type: Transform + pos: -32.5,5.5 parent: 1 - type: Transform - uid: 20970 components: - - pos: -32.5,4.5 + - type: Transform + pos: -32.5,4.5 parent: 1 - type: Transform - uid: 20971 components: - - pos: -32.5,3.5 + - type: Transform + pos: -32.5,3.5 parent: 1 - type: Transform - uid: 20972 components: - - pos: -32.5,2.5 + - type: Transform + pos: -32.5,2.5 parent: 1 - type: Transform - uid: 20973 components: - - pos: -32.5,1.5 + - type: Transform + pos: -32.5,1.5 parent: 1 - type: Transform - uid: 20974 components: - - pos: -32.5,0.5 + - type: Transform + pos: -32.5,0.5 parent: 1 - type: Transform - uid: 20975 components: - - pos: -31.5,0.5 + - type: Transform + pos: -31.5,0.5 parent: 1 - type: Transform - uid: 20976 components: - - pos: -28.5,4.5 + - type: Transform + pos: -28.5,4.5 parent: 1 - type: Transform - uid: 20977 components: - - pos: -28.5,3.5 + - type: Transform + pos: -28.5,3.5 parent: 1 - type: Transform - uid: 20978 components: - - pos: -28.5,2.5 + - type: Transform + pos: -28.5,2.5 parent: 1 - type: Transform - uid: 20979 components: - - pos: -28.5,1.5 + - type: Transform + pos: -28.5,1.5 parent: 1 - type: Transform - uid: 20980 components: - - pos: -28.5,0.5 + - type: Transform + pos: -28.5,0.5 parent: 1 - type: Transform - uid: 20981 components: - - pos: -28.5,-0.5 + - type: Transform + pos: -28.5,-0.5 parent: 1 - type: Transform - uid: 20982 components: - - pos: -28.5,-1.5 + - type: Transform + pos: -28.5,-1.5 parent: 1 - type: Transform - uid: 20983 components: - - pos: -28.5,-2.5 + - type: Transform + pos: -28.5,-2.5 parent: 1 - type: Transform - uid: 20984 components: - - pos: -27.5,-2.5 + - type: Transform + pos: -27.5,-2.5 parent: 1 - type: Transform - uid: 20985 components: - - pos: -26.5,-2.5 + - type: Transform + pos: -26.5,-2.5 parent: 1 - type: Transform - uid: 20986 components: - - pos: -25.5,-2.5 + - type: Transform + pos: -25.5,-2.5 parent: 1 - type: Transform - uid: 20987 components: - - pos: -25.5,-3.5 + - type: Transform + pos: -25.5,-3.5 parent: 1 - type: Transform - uid: 20988 components: - - pos: -25.5,-4.5 + - type: Transform + pos: -25.5,-4.5 parent: 1 - type: Transform - uid: 20989 components: - - pos: -25.5,-5.5 + - type: Transform + pos: -25.5,-5.5 parent: 1 - type: Transform - uid: 20990 components: - - pos: -25.5,-6.5 + - type: Transform + pos: -25.5,-6.5 parent: 1 - type: Transform - uid: 20991 components: - - pos: -25.5,-7.5 + - type: Transform + pos: -25.5,-7.5 parent: 1 - type: Transform - uid: 20992 components: - - pos: -25.5,-8.5 + - type: Transform + pos: -25.5,-8.5 parent: 1 - type: Transform - uid: 20993 components: - - pos: -25.5,-9.5 + - type: Transform + pos: -25.5,-9.5 parent: 1 - type: Transform - uid: 20994 components: - - pos: -25.5,-10.5 + - type: Transform + pos: -25.5,-10.5 parent: 1 - type: Transform - uid: 20995 components: - - pos: -25.5,-11.5 + - type: Transform + pos: -25.5,-11.5 parent: 1 - type: Transform - uid: 20996 components: - - pos: -25.5,-12.5 + - type: Transform + pos: -25.5,-12.5 parent: 1 - type: Transform - uid: 20997 components: - - pos: -25.5,-13.5 + - type: Transform + pos: -25.5,-13.5 parent: 1 - type: Transform - uid: 20998 components: - - pos: -25.5,-14.5 + - type: Transform + pos: -25.5,-14.5 parent: 1 - type: Transform - uid: 20999 components: - - pos: -26.5,-14.5 + - type: Transform + pos: -26.5,-14.5 parent: 1 - type: Transform - uid: 21000 components: - - pos: -27.5,-14.5 + - type: Transform + pos: -27.5,-14.5 parent: 1 - type: Transform - uid: 21001 components: - - pos: -27.5,-15.5 + - type: Transform + pos: -27.5,-15.5 parent: 1 - type: Transform - uid: 21002 components: - - pos: -27.5,-16.5 + - type: Transform + pos: -27.5,-16.5 parent: 1 - type: Transform - uid: 21003 components: - - pos: -26.5,-16.5 + - type: Transform + pos: -26.5,-16.5 parent: 1 - type: Transform - uid: 21004 components: - - pos: -26.5,-17.5 + - type: Transform + pos: -26.5,-17.5 parent: 1 - type: Transform - uid: 21005 components: - - pos: -26.5,-18.5 + - type: Transform + pos: -26.5,-18.5 parent: 1 - type: Transform - uid: 21006 components: - - pos: -26.5,-19.5 + - type: Transform + pos: -26.5,-19.5 parent: 1 - type: Transform - uid: 21007 components: - - pos: -26.5,-20.5 + - type: Transform + pos: -26.5,-20.5 parent: 1 - type: Transform - uid: 21008 components: - - pos: -26.5,-21.5 + - type: Transform + pos: -26.5,-21.5 parent: 1 - type: Transform - uid: 21009 components: - - pos: -27.5,-21.5 + - type: Transform + pos: -27.5,-21.5 parent: 1 - type: Transform - uid: 21010 components: - - pos: -27.5,-22.5 + - type: Transform + pos: -27.5,-22.5 parent: 1 - type: Transform - uid: 21011 components: - - pos: -27.5,-23.5 + - type: Transform + pos: -27.5,-23.5 parent: 1 - type: Transform - uid: 21012 components: - - pos: -26.5,-23.5 + - type: Transform + pos: -26.5,-23.5 parent: 1 - type: Transform - uid: 21013 components: - - pos: -25.5,-23.5 + - type: Transform + pos: -25.5,-23.5 parent: 1 - type: Transform - uid: 21014 components: - - pos: -25.5,-22.5 + - type: Transform + pos: -25.5,-22.5 parent: 1 - type: Transform - uid: 21017 components: - - pos: -25.5,11.5 + - type: Transform + pos: -25.5,11.5 parent: 1 - type: Transform - uid: 21018 components: - - pos: -27.5,11.5 + - type: Transform + pos: -27.5,11.5 parent: 1 - type: Transform - uid: 21019 components: - - pos: -28.5,11.5 + - type: Transform + pos: -28.5,11.5 parent: 1 - type: Transform - uid: 21224 components: - - pos: -17.5,21.5 + - type: Transform + pos: -17.5,21.5 parent: 1 - type: Transform - uid: 21225 components: - - pos: -17.5,22.5 + - type: Transform + pos: -17.5,22.5 parent: 1 - type: Transform - uid: 21226 components: - - pos: -17.5,23.5 + - type: Transform + pos: -17.5,23.5 parent: 1 - type: Transform - uid: 21227 components: - - pos: -17.5,24.5 + - type: Transform + pos: -17.5,24.5 parent: 1 - type: Transform - uid: 21228 components: - - pos: -17.5,25.5 + - type: Transform + pos: -17.5,25.5 parent: 1 - type: Transform - uid: 21229 components: - - pos: -21.5,20.5 + - type: Transform + pos: -21.5,20.5 parent: 1 - type: Transform - uid: 21230 components: - - pos: -20.5,20.5 + - type: Transform + pos: -20.5,20.5 parent: 1 - type: Transform - uid: 21231 components: - - pos: -19.5,20.5 + - type: Transform + pos: -19.5,20.5 parent: 1 - type: Transform - uid: 21232 components: - - pos: -18.5,20.5 + - type: Transform + pos: -18.5,20.5 parent: 1 - type: Transform - uid: 21233 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 21234 components: - - pos: -16.5,25.5 + - type: Transform + pos: -16.5,25.5 parent: 1 - type: Transform - uid: 21235 components: - - pos: -15.5,25.5 + - type: Transform + pos: -15.5,25.5 parent: 1 - type: Transform - uid: 21236 components: - - pos: -14.5,25.5 + - type: Transform + pos: -14.5,25.5 parent: 1 - type: Transform - uid: 21237 components: - - pos: -13.5,25.5 + - type: Transform + pos: -13.5,25.5 parent: 1 - type: Transform - uid: 21238 components: - - pos: -12.5,25.5 + - type: Transform + pos: -12.5,25.5 parent: 1 - type: Transform - uid: 21239 components: - - pos: -12.5,26.5 + - type: Transform + pos: -12.5,26.5 parent: 1 - type: Transform - uid: 21240 components: - - pos: -12.5,27.5 + - type: Transform + pos: -12.5,27.5 parent: 1 - type: Transform - uid: 21241 components: - - pos: -12.5,28.5 + - type: Transform + pos: -12.5,28.5 parent: 1 - type: Transform - uid: 21327 components: - - pos: 17.5,16.5 + - type: Transform + pos: 17.5,16.5 parent: 1 - type: Transform - uid: 21328 components: - - pos: 17.5,15.5 + - type: Transform + pos: 17.5,15.5 parent: 1 - type: Transform - uid: 21401 components: - - pos: -21.5,13.5 + - type: Transform + pos: -21.5,13.5 parent: 1 - type: Transform - uid: 21402 components: - - pos: -21.5,14.5 + - type: Transform + pos: -21.5,14.5 parent: 1 - type: Transform - uid: 21403 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 1 - type: Transform - uid: 21404 components: - - pos: -19.5,14.5 + - type: Transform + pos: -19.5,14.5 parent: 1 - type: Transform - uid: 21405 components: - - pos: -18.5,14.5 + - type: Transform + pos: -18.5,14.5 parent: 1 - type: Transform - uid: 21406 components: - - pos: -17.5,14.5 + - type: Transform + pos: -17.5,14.5 parent: 1 - type: Transform - uid: 21407 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 1 - type: Transform - uid: 21408 components: - - pos: -15.5,14.5 + - type: Transform + pos: -15.5,14.5 parent: 1 - type: Transform - uid: 21409 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 1 - type: Transform - uid: 21410 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 1 - type: Transform - uid: 21411 components: - - pos: -13.5,13.5 + - type: Transform + pos: -13.5,13.5 parent: 1 - type: Transform - uid: 21412 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 1 - type: Transform - uid: 21413 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 1 - type: Transform - uid: 21414 components: - - pos: -13.5,11.5 + - type: Transform + pos: -13.5,11.5 parent: 1 - type: Transform - uid: 21415 components: - - pos: -14.5,6.5 + - type: Transform + pos: -14.5,6.5 parent: 1 - type: Transform - uid: 21416 components: - - pos: -13.5,10.5 + - type: Transform + pos: -13.5,10.5 parent: 1 - type: Transform - uid: 21417 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 1 - type: Transform - uid: 21418 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 1 - type: Transform - uid: 21419 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - uid: 21420 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - uid: 21421 components: - - pos: -16.5,6.5 + - type: Transform + pos: -16.5,6.5 parent: 1 - type: Transform - uid: 21422 components: - - pos: -17.5,6.5 + - type: Transform + pos: -17.5,6.5 parent: 1 - type: Transform - uid: 21423 components: - - pos: -18.5,6.5 + - type: Transform + pos: -18.5,6.5 parent: 1 - type: Transform - uid: 21424 components: - - pos: -19.5,6.5 + - type: Transform + pos: -19.5,6.5 parent: 1 - type: Transform - uid: 21425 components: - - pos: -19.5,7.5 + - type: Transform + pos: -19.5,7.5 parent: 1 - type: Transform - uid: 21426 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 21427 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 21428 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 21429 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - uid: 21430 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - uid: 21431 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 21432 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - uid: 21433 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - uid: 21434 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 21435 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 1 - type: Transform - uid: 21436 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 1 - type: Transform - uid: 21437 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 1 - type: Transform - uid: 21438 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 1 - type: Transform - uid: 21439 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 1 - type: Transform - uid: 21440 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 1 - type: Transform - uid: 21441 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - uid: 21442 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 1 - type: Transform - uid: 21443 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 1 - type: Transform - uid: 21444 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 1 - type: Transform - uid: 21445 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 1 - type: Transform - uid: 21446 components: - - pos: -12.5,-13.5 + - type: Transform + pos: -12.5,-13.5 parent: 1 - type: Transform - uid: 21447 components: - - pos: -12.5,-14.5 + - type: Transform + pos: -12.5,-14.5 parent: 1 - type: Transform - uid: 21448 components: - - pos: -12.5,-15.5 + - type: Transform + pos: -12.5,-15.5 parent: 1 - type: Transform - uid: 21449 components: - - pos: -12.5,-16.5 + - type: Transform + pos: -12.5,-16.5 parent: 1 - type: Transform - uid: 21450 components: - - pos: -12.5,-17.5 + - type: Transform + pos: -12.5,-17.5 parent: 1 - type: Transform - uid: 21451 components: - - pos: -12.5,-18.5 + - type: Transform + pos: -12.5,-18.5 parent: 1 - type: Transform - uid: 21452 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 1 - type: Transform - uid: 21453 components: - - pos: -12.5,-20.5 + - type: Transform + pos: -12.5,-20.5 parent: 1 - type: Transform - uid: 21454 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 1 - type: Transform - uid: 21455 components: - - pos: -11.5,-21.5 + - type: Transform + pos: -11.5,-21.5 parent: 1 - type: Transform - uid: 21456 components: - - pos: -13.5,-11.5 + - type: Transform + pos: -13.5,-11.5 parent: 1 - type: Transform - uid: 21457 components: - - pos: -14.5,-11.5 + - type: Transform + pos: -14.5,-11.5 parent: 1 - type: Transform - uid: 21458 components: - - pos: -15.5,-11.5 + - type: Transform + pos: -15.5,-11.5 parent: 1 - type: Transform - uid: 21459 components: - - pos: -16.5,-11.5 + - type: Transform + pos: -16.5,-11.5 parent: 1 - type: Transform - uid: 21460 components: - - pos: -16.5,-12.5 + - type: Transform + pos: -16.5,-12.5 parent: 1 - type: Transform - uid: 21461 components: - - pos: -16.5,-13.5 + - type: Transform + pos: -16.5,-13.5 parent: 1 - type: Transform - uid: 21462 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 1 - type: Transform - uid: 21463 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 21464 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 1 - type: Transform - uid: 21582 components: - - pos: 17.5,14.5 + - type: Transform + pos: 17.5,14.5 parent: 1 - type: Transform - uid: 21583 components: - - pos: 16.5,14.5 + - type: Transform + pos: 16.5,14.5 parent: 1 - type: Transform - uid: 21584 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 1 - type: Transform - uid: 21585 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 21586 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 21587 components: - - pos: 12.5,14.5 + - type: Transform + pos: 12.5,14.5 parent: 1 - type: Transform - uid: 21588 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 1 - type: Transform - uid: 21589 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 21590 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - uid: 21591 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 21592 components: - - pos: 12.5,9.5 + - type: Transform + pos: 12.5,9.5 parent: 1 - type: Transform - uid: 21593 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 1 - type: Transform - uid: 21594 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - uid: 21595 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 1 - type: Transform - uid: 21596 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - uid: 21597 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - uid: 21598 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 1 - type: Transform - uid: 21599 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 21600 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 1 - type: Transform - uid: 21601 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 1 - type: Transform - uid: 21602 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 21603 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 21604 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 21605 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - uid: 21606 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 1 - type: Transform - uid: 21607 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 1 - type: Transform - uid: 21610 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 1 - type: Transform - uid: 21611 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 1 - type: Transform - uid: 21612 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 1 - type: Transform - uid: 21613 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 1 - type: Transform - uid: 21614 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 1 - type: Transform - uid: 21615 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - uid: 21616 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 1 - type: Transform - uid: 21617 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 1 - type: Transform - uid: 21618 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 1 - type: Transform - uid: 21619 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 1 - type: Transform - uid: 21620 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 1 - type: Transform - uid: 21621 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 21622 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 21623 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - uid: 21624 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 1 - type: Transform - uid: 21625 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 1 - type: Transform - uid: 21626 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 1 - type: Transform - uid: 21627 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 21628 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 1 - type: Transform - uid: 21629 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 1 - type: Transform - uid: 21630 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 1 - type: Transform - uid: 21631 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 1 - type: Transform - uid: 21632 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 1 - type: Transform - uid: 21633 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 1 - type: Transform - uid: 21634 components: - - pos: 10.5,-14.5 + - type: Transform + pos: 10.5,-14.5 parent: 1 - type: Transform - uid: 21635 components: - - pos: 10.5,-15.5 + - type: Transform + pos: 10.5,-15.5 parent: 1 - type: Transform - uid: 21636 components: - - pos: 10.5,-16.5 + - type: Transform + pos: 10.5,-16.5 parent: 1 - type: Transform - uid: 21637 components: - - pos: 10.5,-17.5 + - type: Transform + pos: 10.5,-17.5 parent: 1 - type: Transform - uid: 21638 components: - - pos: 10.5,-18.5 + - type: Transform + pos: 10.5,-18.5 parent: 1 - type: Transform - uid: 21639 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 1 - type: Transform - uid: 21640 components: - - pos: 11.5,-19.5 + - type: Transform + pos: 11.5,-19.5 parent: 1 - type: Transform - uid: 21641 components: - - pos: 12.5,-19.5 + - type: Transform + pos: 12.5,-19.5 parent: 1 - type: Transform - uid: 21642 components: - - pos: 13.5,-19.5 + - type: Transform + pos: 13.5,-19.5 parent: 1 - type: Transform - uid: 21643 components: - - pos: 14.5,-19.5 + - type: Transform + pos: 14.5,-19.5 parent: 1 - type: Transform - uid: 21644 components: - - pos: 15.5,-19.5 + - type: Transform + pos: 15.5,-19.5 parent: 1 - type: Transform - uid: 21645 components: - - pos: 15.5,-18.5 + - type: Transform + pos: 15.5,-18.5 parent: 1 - type: Transform - uid: 21646 components: - - pos: 15.5,-17.5 + - type: Transform + pos: 15.5,-17.5 parent: 1 - type: Transform - uid: 21657 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 1 - type: Transform - uid: 21658 components: - - pos: 20.5,5.5 + - type: Transform + pos: 20.5,5.5 parent: 1 - type: Transform - uid: 21659 components: - - pos: 21.5,5.5 + - type: Transform + pos: 21.5,5.5 parent: 1 - type: Transform - uid: 21662 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 1 - type: Transform - uid: 21663 components: - - pos: 18.5,4.5 + - type: Transform + pos: 18.5,4.5 parent: 1 - type: Transform - uid: 21664 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 1 - type: Transform - uid: 21665 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 1 - type: Transform - uid: 21666 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 1 - type: Transform - uid: 21667 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 1 - type: Transform - uid: 21668 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 1 - type: Transform - uid: 21670 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 21671 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 21672 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 21674 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 1 - type: Transform - uid: 21675 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - uid: 21676 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 1 - type: Transform - uid: 21677 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - uid: 21678 components: - - pos: 0.5,-17.5 + - type: Transform + pos: 0.5,-17.5 parent: 1 - type: Transform - uid: 21679 components: - - pos: 0.5,-18.5 + - type: Transform + pos: 0.5,-18.5 parent: 1 - type: Transform - uid: 21680 components: - - pos: 0.5,-19.5 + - type: Transform + pos: 0.5,-19.5 parent: 1 - type: Transform - uid: 21681 components: - - pos: 1.5,-19.5 + - type: Transform + pos: 1.5,-19.5 parent: 1 - type: Transform - uid: 21682 components: - - pos: 1.5,-20.5 + - type: Transform + pos: 1.5,-20.5 parent: 1 - type: Transform - uid: 21683 components: - - pos: 2.5,-20.5 + - type: Transform + pos: 2.5,-20.5 parent: 1 - type: Transform - uid: 21918 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 1 - type: Transform - uid: 21919 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 1 - type: Transform - uid: 21920 components: - - pos: 20.5,9.5 + - type: Transform + pos: 20.5,9.5 parent: 1 - type: Transform - uid: 21943 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 1 - type: Transform - uid: 22020 components: - - pos: 8.5,-37.5 + - type: Transform + pos: 8.5,-37.5 parent: 1 - type: Transform - uid: 22023 components: - - pos: 6.5,-38.5 + - type: Transform + pos: 6.5,-38.5 parent: 1 - type: Transform - uid: 22024 components: - - pos: 5.5,-38.5 + - type: Transform + pos: 5.5,-38.5 parent: 1 - type: Transform - uid: 22025 components: - - pos: 4.5,-38.5 + - type: Transform + pos: 4.5,-38.5 parent: 1 - type: Transform - uid: 22026 components: - - pos: 3.5,-38.5 + - type: Transform + pos: 3.5,-38.5 parent: 1 - type: Transform - uid: 22027 components: - - pos: 2.5,-38.5 + - type: Transform + pos: 2.5,-38.5 parent: 1 - type: Transform - uid: 22028 components: - - pos: 2.5,-37.5 + - type: Transform + pos: 2.5,-37.5 parent: 1 - type: Transform - uid: 22029 components: - - pos: 2.5,-36.5 + - type: Transform + pos: 2.5,-36.5 parent: 1 - type: Transform - uid: 22030 components: - - pos: 2.5,-35.5 + - type: Transform + pos: 2.5,-35.5 parent: 1 - type: Transform - uid: 22031 components: - - pos: 2.5,-34.5 + - type: Transform + pos: 2.5,-34.5 parent: 1 - type: Transform - uid: 22032 components: - - pos: 2.5,-33.5 + - type: Transform + pos: 2.5,-33.5 parent: 1 - type: Transform - uid: 22033 components: - - pos: 1.5,-33.5 + - type: Transform + pos: 1.5,-33.5 parent: 1 - type: Transform - uid: 22034 components: - - pos: 0.5,-33.5 + - type: Transform + pos: 0.5,-33.5 parent: 1 - type: Transform - uid: 22703 components: - - pos: -24.5,-45.5 + - type: Transform + pos: -24.5,-45.5 parent: 1 - type: Transform - uid: 23002 components: - - pos: -97.5,-9.5 + - type: Transform + pos: -97.5,-9.5 parent: 1 - type: Transform - uid: 23053 components: - - pos: -96.5,-10.5 + - type: Transform + pos: -96.5,-10.5 parent: 1 - type: Transform - uid: 23064 components: - - pos: -91.5,-35.5 + - type: Transform + pos: -91.5,-35.5 parent: 1 - type: Transform - uid: 23456 components: - - pos: 88.5,28.5 + - type: Transform + pos: 88.5,28.5 parent: 1 - type: Transform - uid: 23457 components: - - pos: 88.5,27.5 + - type: Transform + pos: 88.5,27.5 parent: 1 - type: Transform - uid: 23462 components: - - pos: 87.5,26.5 + - type: Transform + pos: 87.5,26.5 parent: 1 - type: Transform - uid: 23463 components: - - pos: 87.5,25.5 + - type: Transform + pos: 87.5,25.5 parent: 1 - type: Transform - uid: 23464 components: - - pos: 88.5,26.5 + - type: Transform + pos: 88.5,26.5 parent: 1 - type: Transform - uid: 23465 components: - - pos: 88.5,25.5 + - type: Transform + pos: 88.5,25.5 parent: 1 - type: Transform - uid: 24416 components: - - pos: -85.5,-37.5 + - type: Transform + pos: -85.5,-37.5 parent: 1 - type: Transform - uid: 24426 components: - - pos: -97.5,-10.5 + - type: Transform + pos: -97.5,-10.5 parent: 1 - type: Transform - uid: 24610 components: - - pos: -50.5,-75.5 + - type: Transform + pos: -50.5,-75.5 parent: 1 - type: Transform - uid: 24611 components: - - pos: -50.5,-74.5 + - type: Transform + pos: -50.5,-74.5 parent: 1 - type: Transform - uid: 24612 components: - - pos: -51.5,-74.5 + - type: Transform + pos: -51.5,-74.5 parent: 1 - type: Transform - uid: 24613 components: - - pos: -52.5,-74.5 + - type: Transform + pos: -52.5,-74.5 parent: 1 - type: Transform - uid: 24614 components: - - pos: -53.5,-70.5 + - type: Transform + pos: -53.5,-70.5 parent: 1 - type: Transform - uid: 24615 components: - - pos: -53.5,-68.5 + - type: Transform + pos: -53.5,-68.5 parent: 1 - type: Transform - uid: 24616 components: - - pos: -53.5,-67.5 + - type: Transform + pos: -53.5,-67.5 parent: 1 - type: Transform - uid: 24617 components: - - pos: -53.5,-65.5 + - type: Transform + pos: -53.5,-65.5 parent: 1 - type: Transform - uid: 24618 components: - - pos: -53.5,-66.5 + - type: Transform + pos: -53.5,-66.5 parent: 1 - type: Transform - uid: 24619 components: - - pos: -51.5,-64.5 + - type: Transform + pos: -51.5,-64.5 parent: 1 - type: Transform - uid: 24620 components: - - pos: -50.5,-64.5 + - type: Transform + pos: -50.5,-64.5 parent: 1 - type: Transform - uid: 24621 components: - - pos: -49.5,-64.5 + - type: Transform + pos: -49.5,-64.5 parent: 1 - type: Transform - uid: 24622 components: - - pos: -49.5,-63.5 + - type: Transform + pos: -49.5,-63.5 parent: 1 - type: Transform - uid: 24623 components: - - pos: -53.5,-64.5 + - type: Transform + pos: -53.5,-64.5 parent: 1 - type: Transform - uid: 24624 components: - - pos: -52.5,-64.5 + - type: Transform + pos: -52.5,-64.5 parent: 1 - type: Transform - uid: 24626 components: - - pos: -43.5,-75.5 + - type: Transform + pos: -43.5,-75.5 parent: 1 - type: Transform - uid: 24745 components: - - pos: -85.5,-36.5 + - type: Transform + pos: -85.5,-36.5 parent: 1 - type: Transform - uid: 24757 components: - - pos: -94.5,-61.5 + - type: Transform + pos: -94.5,-61.5 parent: 1 - type: Transform - uid: 24758 components: - - pos: -76.5,-54.5 + - type: Transform + pos: -76.5,-54.5 parent: 1 - type: Transform - uid: 24759 components: - - pos: -77.5,-58.5 + - type: Transform + pos: -77.5,-58.5 parent: 1 - type: Transform - uid: 24760 components: - - pos: -79.5,-58.5 + - type: Transform + pos: -79.5,-58.5 parent: 1 - type: Transform - uid: 24761 components: - - pos: -93.5,-61.5 + - type: Transform + pos: -93.5,-61.5 parent: 1 - type: Transform - uid: 24764 components: - - pos: -76.5,-57.5 + - type: Transform + pos: -76.5,-57.5 parent: 1 - type: Transform - uid: 25982 components: - - pos: -107.5,-7.5 + - type: Transform + pos: -107.5,-7.5 parent: 1 - type: Transform - uid: 28614 components: - - pos: -45.5,-75.5 + - type: Transform + pos: -45.5,-75.5 parent: 1 - type: Transform - uid: 29532 components: - - pos: -44.5,-75.5 + - type: Transform + pos: -44.5,-75.5 parent: 1 - type: Transform - uid: 29533 components: - - pos: -46.5,-75.5 + - type: Transform + pos: -46.5,-75.5 parent: 1 - type: Transform - uid: 29534 components: - - pos: -41.5,-75.5 + - type: Transform + pos: -41.5,-75.5 parent: 1 - type: Transform - uid: 29535 components: - - pos: -39.5,-75.5 + - type: Transform + pos: -39.5,-75.5 parent: 1 - type: Transform - uid: 29536 components: - - pos: -42.5,-75.5 + - type: Transform + pos: -42.5,-75.5 parent: 1 - type: Transform - uid: 29537 components: - - pos: -38.5,-75.5 + - type: Transform + pos: -38.5,-75.5 parent: 1 - type: Transform - uid: 29898 components: - - pos: -1.5,-32.5 + - type: Transform + pos: -1.5,-32.5 parent: 1 - type: Transform - uid: 30377 components: - - pos: -38.5,-74.5 + - type: Transform + pos: -38.5,-74.5 parent: 1 - type: Transform - uid: 32385 components: - - pos: -37.5,-74.5 + - type: Transform + pos: -37.5,-74.5 parent: 1 - type: Transform - uid: 32386 components: - - pos: -36.5,-74.5 + - type: Transform + pos: -36.5,-74.5 parent: 1 - type: Transform - uid: 32392 components: - - pos: -35.5,-74.5 + - type: Transform + pos: -35.5,-74.5 parent: 1 - type: Transform - uid: 32393 components: - - pos: -34.5,-74.5 + - type: Transform + pos: -34.5,-74.5 parent: 1 - type: Transform - uid: 32394 components: - - pos: -34.5,-72.5 + - type: Transform + pos: -34.5,-72.5 parent: 1 - type: Transform - uid: 32395 components: - - pos: -34.5,-71.5 + - type: Transform + pos: -34.5,-71.5 parent: 1 - type: Transform - uid: 32396 components: - - pos: -33.5,-71.5 + - type: Transform + pos: -33.5,-71.5 parent: 1 - type: Transform - uid: 32397 components: - - pos: -32.5,-71.5 + - type: Transform + pos: -32.5,-71.5 parent: 1 - type: Transform - uid: 32398 components: - - pos: -31.5,-71.5 + - type: Transform + pos: -31.5,-71.5 parent: 1 - type: Transform - uid: 32400 components: - - pos: -11.5,-59.5 + - type: Transform + pos: -11.5,-59.5 parent: 1 - type: Transform - uid: 32413 components: - - pos: 20.5,-45.5 + - type: Transform + pos: 20.5,-45.5 parent: 1 - type: Transform - uid: 32414 components: - - pos: 21.5,-45.5 + - type: Transform + pos: 21.5,-45.5 parent: 1 - type: Transform - uid: 32415 components: - - pos: 22.5,-45.5 + - type: Transform + pos: 22.5,-45.5 parent: 1 - type: Transform - uid: 32416 components: - - pos: 23.5,-45.5 + - type: Transform + pos: 23.5,-45.5 parent: 1 - type: Transform - uid: 32417 components: - - pos: 15.5,-45.5 + - type: Transform + pos: 15.5,-45.5 parent: 1 - type: Transform - uid: 32418 components: - - pos: 16.5,-45.5 + - type: Transform + pos: 16.5,-45.5 parent: 1 - type: Transform - uid: 32419 components: - - pos: 24.5,-45.5 + - type: Transform + pos: 24.5,-45.5 parent: 1 - type: Transform - uid: 32420 components: - - pos: 25.5,-45.5 + - type: Transform + pos: 25.5,-45.5 parent: 1 - type: Transform - uid: 32421 components: - - pos: 34.5,-44.5 + - type: Transform + pos: 34.5,-44.5 parent: 1 - type: Transform - uid: 32423 components: - - pos: -47.5,-75.5 + - type: Transform + pos: -47.5,-75.5 parent: 1 - type: Transform - uid: 32424 components: - - pos: -48.5,-75.5 + - type: Transform + pos: -48.5,-75.5 parent: 1 - type: Transform - uid: 32425 components: - - pos: -49.5,-75.5 + - type: Transform + pos: -49.5,-75.5 parent: 1 - type: Transform - uid: 32426 components: - - pos: -53.5,-74.5 + - type: Transform + pos: -53.5,-74.5 parent: 1 - type: Transform - uid: 32427 components: - - pos: -53.5,-73.5 + - type: Transform + pos: -53.5,-73.5 parent: 1 - type: Transform - uid: 32428 components: - - pos: -53.5,-72.5 + - type: Transform + pos: -53.5,-72.5 parent: 1 - type: Transform - uid: 32429 components: - - pos: -53.5,-71.5 + - type: Transform + pos: -53.5,-71.5 parent: 1 - type: Transform - uid: 32430 components: - - pos: -53.5,-69.5 + - type: Transform + pos: -53.5,-69.5 parent: 1 - type: Transform - uid: 32614 components: - - pos: -43.5,12.5 + - type: Transform + pos: -43.5,12.5 parent: 1 - type: Transform - uid: 32635 components: - - pos: -44.5,12.5 + - type: Transform + pos: -44.5,12.5 parent: 1 - type: Transform - uid: 32636 components: - - pos: -44.5,13.5 + - type: Transform + pos: -44.5,13.5 parent: 1 - type: Transform - uid: 32637 components: - - pos: -45.5,13.5 + - type: Transform + pos: -45.5,13.5 parent: 1 - type: Transform - uid: 32735 components: - - pos: -113.5,-37.5 + - type: Transform + pos: -113.5,-37.5 parent: 1 - type: Transform - uid: 32736 components: - - pos: -112.5,-37.5 + - type: Transform + pos: -112.5,-37.5 parent: 1 - type: Transform - uid: 32737 components: - - pos: -111.5,-37.5 + - type: Transform + pos: -111.5,-37.5 parent: 1 - type: Transform - uid: 32738 components: - - pos: -111.5,-36.5 + - type: Transform + pos: -111.5,-36.5 parent: 1 - type: Transform - uid: 32739 components: - - pos: -110.5,-36.5 + - type: Transform + pos: -110.5,-36.5 parent: 1 - type: Transform - uid: 32740 components: - - pos: -109.5,-36.5 + - type: Transform + pos: -109.5,-36.5 parent: 1 - type: Transform - uid: 32741 components: - - pos: -108.5,-36.5 + - type: Transform + pos: -108.5,-36.5 parent: 1 - type: Transform - uid: 33841 components: - - pos: -104.5,-29.5 + - type: Transform + pos: -104.5,-29.5 parent: 1 - type: Transform - uid: 33843 components: - - pos: -105.5,-20.5 + - type: Transform + pos: -105.5,-20.5 parent: 1 - type: Transform - uid: 33851 components: - - pos: -90.5,-58.5 + - type: Transform + pos: -90.5,-58.5 parent: 1 - type: Transform - uid: 33852 components: - - pos: -88.5,-58.5 + - type: Transform + pos: -88.5,-58.5 parent: 1 - type: Transform - uid: 34133 components: - - pos: -86.5,-58.5 + - type: Transform + pos: -86.5,-58.5 parent: 1 - type: Transform - uid: 34134 components: - - pos: -84.5,-58.5 + - type: Transform + pos: -84.5,-58.5 parent: 1 - type: Transform - uid: 34135 components: - - pos: -82.5,-58.5 + - type: Transform + pos: -82.5,-58.5 parent: 1 - type: Transform - uid: 34181 components: - - pos: -80.5,-58.5 + - type: Transform + pos: -80.5,-58.5 parent: 1 - type: Transform - uid: 34764 components: - - pos: -75.5,-54.5 + - type: Transform + pos: -75.5,-54.5 parent: 1 - type: Transform - uid: 38666 components: - - pos: -44.5,39.5 + - type: Transform + pos: -44.5,39.5 parent: 1 - type: Transform - uid: 38667 components: - - pos: -44.5,38.5 + - type: Transform + pos: -44.5,38.5 parent: 1 - type: Transform - uid: 38668 components: - - pos: -44.5,37.5 + - type: Transform + pos: -44.5,37.5 parent: 1 - type: Transform - uid: 38669 components: - - pos: -44.5,36.5 + - type: Transform + pos: -44.5,36.5 parent: 1 - type: Transform - uid: 38670 components: - - pos: -43.5,36.5 + - type: Transform + pos: -43.5,36.5 parent: 1 - type: Transform - uid: 38671 components: - - pos: -42.5,36.5 + - type: Transform + pos: -42.5,36.5 parent: 1 - type: Transform - uid: 38672 components: - - pos: -41.5,36.5 + - type: Transform + pos: -41.5,36.5 parent: 1 - type: Transform - uid: 38673 components: - - pos: -40.5,36.5 + - type: Transform + pos: -40.5,36.5 parent: 1 - type: Transform - uid: 38674 components: - - pos: -39.5,36.5 + - type: Transform + pos: -39.5,36.5 parent: 1 - type: Transform - uid: 38675 components: - - pos: -38.5,36.5 + - type: Transform + pos: -38.5,36.5 parent: 1 - type: Transform - uid: 38676 components: - - pos: -37.5,36.5 + - type: Transform + pos: -37.5,36.5 parent: 1 - type: Transform - uid: 38677 components: - - pos: -36.5,36.5 + - type: Transform + pos: -36.5,36.5 parent: 1 - type: Transform - uid: 38678 components: - - pos: -35.5,36.5 + - type: Transform + pos: -35.5,36.5 parent: 1 - type: Transform - uid: 38679 components: - - pos: -34.5,36.5 + - type: Transform + pos: -34.5,36.5 parent: 1 - type: Transform - uid: 38680 components: - - pos: -33.5,36.5 + - type: Transform + pos: -33.5,36.5 parent: 1 - type: Transform - uid: 38681 components: - - pos: -32.5,36.5 + - type: Transform + pos: -32.5,36.5 parent: 1 - type: Transform - uid: 38682 components: - - pos: -31.5,36.5 + - type: Transform + pos: -31.5,36.5 parent: 1 - type: Transform - uid: 38683 components: - - pos: -30.5,36.5 + - type: Transform + pos: -30.5,36.5 parent: 1 - type: Transform - uid: 38684 components: - - pos: -29.5,36.5 + - type: Transform + pos: -29.5,36.5 parent: 1 - type: Transform - uid: 38685 components: - - pos: -28.5,36.5 + - type: Transform + pos: -28.5,36.5 parent: 1 - type: Transform - uid: 38686 components: - - pos: -27.5,36.5 + - type: Transform + pos: -27.5,36.5 parent: 1 - type: Transform - uid: 38687 components: - - pos: -26.5,36.5 + - type: Transform + pos: -26.5,36.5 parent: 1 - type: Transform - uid: 38688 components: - - pos: -25.5,36.5 + - type: Transform + pos: -25.5,36.5 parent: 1 - type: Transform - uid: 38689 components: - - pos: -25.5,37.5 + - type: Transform + pos: -25.5,37.5 parent: 1 - type: Transform - uid: 38690 components: - - pos: -25.5,38.5 + - type: Transform + pos: -25.5,38.5 parent: 1 - type: Transform - uid: 38691 components: - - pos: -24.5,36.5 + - type: Transform + pos: -24.5,36.5 parent: 1 - type: Transform - uid: 38692 components: - - pos: -23.5,36.5 + - type: Transform + pos: -23.5,36.5 parent: 1 - type: Transform - uid: 38693 components: - - pos: -22.5,36.5 + - type: Transform + pos: -22.5,36.5 parent: 1 - type: Transform - uid: 38694 components: - - pos: -21.5,36.5 + - type: Transform + pos: -21.5,36.5 parent: 1 - type: Transform - uid: 38695 components: - - pos: -20.5,36.5 + - type: Transform + pos: -20.5,36.5 parent: 1 - type: Transform - uid: 38696 components: - - pos: -19.5,36.5 + - type: Transform + pos: -19.5,36.5 parent: 1 - type: Transform - uid: 38697 components: - - pos: -18.5,36.5 + - type: Transform + pos: -18.5,36.5 parent: 1 - type: Transform - uid: 38698 components: - - pos: -17.5,36.5 + - type: Transform + pos: -17.5,36.5 parent: 1 - type: Transform - uid: 38699 components: - - pos: -17.5,35.5 + - type: Transform + pos: -17.5,35.5 parent: 1 - type: Transform - uid: 38700 components: - - pos: -17.5,34.5 + - type: Transform + pos: -17.5,34.5 parent: 1 - type: Transform - uid: 38701 components: - - pos: -17.5,33.5 + - type: Transform + pos: -17.5,33.5 parent: 1 - type: Transform - uid: 38702 components: - - pos: -17.5,32.5 + - type: Transform + pos: -17.5,32.5 parent: 1 - type: Transform - uid: 38703 components: - - pos: -17.5,31.5 + - type: Transform + pos: -17.5,31.5 parent: 1 - type: Transform - uid: 38704 components: - - pos: -17.5,30.5 + - type: Transform + pos: -17.5,30.5 parent: 1 - type: Transform - uid: 38705 components: - - pos: -17.5,29.5 + - type: Transform + pos: -17.5,29.5 parent: 1 - type: Transform - uid: 38706 components: - - pos: -17.5,28.5 + - type: Transform + pos: -17.5,28.5 parent: 1 - type: Transform - uid: 38707 components: - - pos: -17.5,27.5 + - type: Transform + pos: -17.5,27.5 parent: 1 - type: Transform - uid: 38708 components: - - pos: -17.5,26.5 + - type: Transform + pos: -17.5,26.5 parent: 1 - type: Transform - uid: 38711 components: - - pos: -16.5,36.5 + - type: Transform + pos: -16.5,36.5 parent: 1 - type: Transform - uid: 38712 components: - - pos: -15.5,36.5 + - type: Transform + pos: -15.5,36.5 parent: 1 - type: Transform - uid: 38713 components: - - pos: -14.5,36.5 + - type: Transform + pos: -14.5,36.5 parent: 1 - type: Transform - uid: 38714 components: - - pos: -13.5,36.5 + - type: Transform + pos: -13.5,36.5 parent: 1 - type: Transform - uid: 38715 components: - - pos: -12.5,36.5 + - type: Transform + pos: -12.5,36.5 parent: 1 - type: Transform - uid: 38716 components: - - pos: -11.5,36.5 + - type: Transform + pos: -11.5,36.5 parent: 1 - type: Transform - uid: 38717 components: - - pos: -10.5,36.5 + - type: Transform + pos: -10.5,36.5 parent: 1 - type: Transform - uid: 38718 components: - - pos: -9.5,36.5 + - type: Transform + pos: -9.5,36.5 parent: 1 - type: Transform - uid: 38719 components: - - pos: -8.5,36.5 + - type: Transform + pos: -8.5,36.5 parent: 1 - type: Transform - uid: 38720 components: - - pos: -7.5,36.5 + - type: Transform + pos: -7.5,36.5 parent: 1 - type: Transform - uid: 38721 components: - - pos: -6.5,36.5 + - type: Transform + pos: -6.5,36.5 parent: 1 - type: Transform - uid: 38722 components: - - pos: -5.5,36.5 + - type: Transform + pos: -5.5,36.5 parent: 1 - type: Transform - uid: 38723 components: - - pos: -4.5,36.5 + - type: Transform + pos: -4.5,36.5 parent: 1 - type: Transform - uid: 38724 components: - - pos: -3.5,36.5 + - type: Transform + pos: -3.5,36.5 parent: 1 - type: Transform - uid: 38725 components: - - pos: -2.5,36.5 + - type: Transform + pos: -2.5,36.5 parent: 1 - type: Transform - uid: 38726 components: - - pos: -1.5,36.5 + - type: Transform + pos: -1.5,36.5 parent: 1 - type: Transform - uid: 38727 components: - - pos: -0.5,36.5 + - type: Transform + pos: -0.5,36.5 parent: 1 - type: Transform - uid: 38728 components: - - pos: 0.5,36.5 + - type: Transform + pos: 0.5,36.5 parent: 1 - type: Transform - uid: 38729 components: - - pos: 1.5,36.5 + - type: Transform + pos: 1.5,36.5 parent: 1 - type: Transform - uid: 38730 components: - - pos: 1.5,37.5 + - type: Transform + pos: 1.5,37.5 parent: 1 - type: Transform - uid: 38731 components: - - pos: 1.5,38.5 + - type: Transform + pos: 1.5,38.5 parent: 1 - type: Transform - uid: 38732 components: - - pos: 1.5,39.5 + - type: Transform + pos: 1.5,39.5 parent: 1 - type: Transform - uid: 38733 components: - - pos: -11.5,35.5 + - type: Transform + pos: -11.5,35.5 parent: 1 - type: Transform - uid: 38734 components: - - pos: -11.5,34.5 + - type: Transform + pos: -11.5,34.5 parent: 1 - type: Transform - uid: 38897 components: - - pos: 19.5,-45.5 + - type: Transform + pos: 19.5,-45.5 parent: 1 - type: Transform - uid: 38899 components: - - pos: 17.5,-45.5 + - type: Transform + pos: 17.5,-45.5 parent: 1 - type: Transform - uid: 38903 components: - - pos: 14.5,-45.5 + - type: Transform + pos: 14.5,-45.5 parent: 1 - type: Transform - uid: 38914 components: - - pos: 14.5,-44.5 + - type: Transform + pos: 14.5,-44.5 parent: 1 - type: Transform - uid: 38916 components: - - pos: 14.5,-43.5 + - type: Transform + pos: 14.5,-43.5 parent: 1 - type: Transform - uid: 39056 components: - - pos: -105.5,-18.5 + - type: Transform + pos: -105.5,-18.5 parent: 1 - type: Transform - uid: 39057 components: - - pos: -104.5,-18.5 + - type: Transform + pos: -104.5,-18.5 parent: 1 - type: Transform - uid: 39058 components: - - pos: -103.5,-18.5 + - type: Transform + pos: -103.5,-18.5 parent: 1 - type: Transform - uid: 39059 components: - - pos: -103.5,-19.5 + - type: Transform + pos: -103.5,-19.5 parent: 1 - type: Transform - uid: 39073 components: - - pos: -106.5,-26.5 + - type: Transform + pos: -106.5,-26.5 parent: 1 - type: Transform - uid: 39074 components: - - pos: -107.5,-26.5 + - type: Transform + pos: -107.5,-26.5 parent: 1 - type: Transform - uid: 39075 components: - - pos: -108.5,-26.5 + - type: Transform + pos: -108.5,-26.5 parent: 1 - type: Transform - uid: 39076 components: - - pos: -109.5,-26.5 + - type: Transform + pos: -109.5,-26.5 parent: 1 - type: Transform - uid: 39077 components: - - pos: -110.5,-26.5 + - type: Transform + pos: -110.5,-26.5 parent: 1 - type: Transform - uid: 39078 components: - - pos: -111.5,-26.5 + - type: Transform + pos: -111.5,-26.5 parent: 1 - type: Transform - uid: 39079 components: - - pos: -112.5,-26.5 + - type: Transform + pos: -112.5,-26.5 parent: 1 - type: Transform - uid: 39080 components: - - pos: -113.5,-26.5 + - type: Transform + pos: -113.5,-26.5 parent: 1 - type: Transform - uid: 39081 components: - - pos: -114.5,-26.5 + - type: Transform + pos: -114.5,-26.5 parent: 1 - type: Transform - uid: 39082 components: - - pos: -114.5,-25.5 + - type: Transform + pos: -114.5,-25.5 parent: 1 - type: Transform - uid: 39083 components: - - pos: -114.5,-24.5 + - type: Transform + pos: -114.5,-24.5 parent: 1 - type: Transform - uid: 39084 components: - - pos: -114.5,-23.5 + - type: Transform + pos: -114.5,-23.5 parent: 1 - type: Transform - uid: 39157 components: - - pos: -59.5,-41.5 + - type: Transform + pos: -59.5,-41.5 parent: 1 - type: Transform - uid: 39158 components: - - pos: -59.5,-40.5 + - type: Transform + pos: -59.5,-40.5 parent: 1 - type: Transform - uid: 39159 components: - - pos: -59.5,-39.5 + - type: Transform + pos: -59.5,-39.5 parent: 1 - type: Transform - uid: 39160 components: - - pos: -59.5,-38.5 + - type: Transform + pos: -59.5,-38.5 parent: 1 - type: Transform - uid: 39161 components: - - pos: -60.5,-38.5 + - type: Transform + pos: -60.5,-38.5 parent: 1 - type: Transform - uid: 39162 components: - - pos: -61.5,-38.5 + - type: Transform + pos: -61.5,-38.5 parent: 1 - type: Transform - uid: 39163 components: - - pos: -62.5,-38.5 + - type: Transform + pos: -62.5,-38.5 parent: 1 - type: Transform - uid: 39164 components: - - pos: -63.5,-38.5 + - type: Transform + pos: -63.5,-38.5 parent: 1 - type: Transform - uid: 39165 components: - - pos: -63.5,-39.5 + - type: Transform + pos: -63.5,-39.5 parent: 1 - type: Transform - uid: 39166 components: - - pos: -63.5,-40.5 + - type: Transform + pos: -63.5,-40.5 parent: 1 - type: Transform - uid: 39167 components: - - pos: -62.5,-40.5 + - type: Transform + pos: -62.5,-40.5 parent: 1 - type: Transform - uid: 39172 components: - - pos: -139.5,-39.5 + - type: Transform + pos: -139.5,-39.5 parent: 1 - type: Transform - uid: 39173 components: - - pos: -140.5,-39.5 + - type: Transform + pos: -140.5,-39.5 parent: 1 - type: Transform - uid: 39174 components: - - pos: -140.5,-40.5 + - type: Transform + pos: -140.5,-40.5 parent: 1 - type: Transform - uid: 39318 components: - - pos: -99.5,-76.5 + - type: Transform + pos: -99.5,-76.5 parent: 1 - type: Transform - uid: 39319 components: - - pos: -99.5,-77.5 + - type: Transform + pos: -99.5,-77.5 parent: 1 - type: Transform - uid: 39320 components: - - pos: -98.5,-77.5 + - type: Transform + pos: -98.5,-77.5 parent: 1 - type: Transform - uid: 39321 components: - - pos: -97.5,-77.5 + - type: Transform + pos: -97.5,-77.5 parent: 1 - type: Transform - uid: 39322 components: - - pos: -97.5,-78.5 + - type: Transform + pos: -97.5,-78.5 parent: 1 - type: Transform - uid: 39323 components: - - pos: -97.5,-79.5 + - type: Transform + pos: -97.5,-79.5 parent: 1 - type: Transform - uid: 39324 components: - - pos: -97.5,-80.5 + - type: Transform + pos: -97.5,-80.5 parent: 1 - type: Transform - uid: 39325 components: - - pos: -96.5,-80.5 + - type: Transform + pos: -96.5,-80.5 parent: 1 - type: Transform - uid: 39326 components: - - pos: -95.5,-80.5 + - type: Transform + pos: -95.5,-80.5 parent: 1 - type: Transform - uid: 39327 components: - - pos: -94.5,-80.5 + - type: Transform + pos: -94.5,-80.5 parent: 1 - type: Transform - uid: 39328 components: - - pos: -93.5,-80.5 + - type: Transform + pos: -93.5,-80.5 parent: 1 - type: Transform - uid: 39329 components: - - pos: -92.5,-80.5 + - type: Transform + pos: -92.5,-80.5 parent: 1 - type: Transform - uid: 39330 components: - - pos: -91.5,-80.5 + - type: Transform + pos: -91.5,-80.5 parent: 1 - type: Transform - uid: 39331 components: - - pos: -91.5,-79.5 + - type: Transform + pos: -91.5,-79.5 parent: 1 - type: Transform - uid: 39332 components: - - pos: -91.5,-78.5 + - type: Transform + pos: -91.5,-78.5 parent: 1 - type: Transform - uid: 39333 components: - - pos: -91.5,-77.5 + - type: Transform + pos: -91.5,-77.5 parent: 1 - type: Transform - uid: 39334 components: - - pos: -91.5,-76.5 + - type: Transform + pos: -91.5,-76.5 parent: 1 - type: Transform - uid: 39335 components: - - pos: -91.5,-75.5 + - type: Transform + pos: -91.5,-75.5 parent: 1 - type: Transform - uid: 39336 components: - - pos: -91.5,-74.5 + - type: Transform + pos: -91.5,-74.5 parent: 1 - type: Transform - uid: 39337 components: - - pos: -91.5,-73.5 + - type: Transform + pos: -91.5,-73.5 parent: 1 - type: Transform - uid: 39338 components: - - pos: -91.5,-72.5 + - type: Transform + pos: -91.5,-72.5 parent: 1 - type: Transform - uid: 39339 components: - - pos: -91.5,-71.5 + - type: Transform + pos: -91.5,-71.5 parent: 1 - type: Transform - uid: 39340 components: - - pos: -91.5,-70.5 + - type: Transform + pos: -91.5,-70.5 parent: 1 - type: Transform - uid: 39341 components: - - pos: -91.5,-69.5 + - type: Transform + pos: -91.5,-69.5 parent: 1 - type: Transform - uid: 39342 components: - - pos: -91.5,-68.5 + - type: Transform + pos: -91.5,-68.5 parent: 1 - type: Transform - uid: 39343 components: - - pos: -91.5,-67.5 + - type: Transform + pos: -91.5,-67.5 parent: 1 - type: Transform - uid: 39344 components: - - pos: -91.5,-66.5 + - type: Transform + pos: -91.5,-66.5 parent: 1 - type: Transform - uid: 39345 components: - - pos: -91.5,-65.5 + - type: Transform + pos: -91.5,-65.5 parent: 1 - type: Transform - uid: 39346 components: - - pos: -91.5,-64.5 + - type: Transform + pos: -91.5,-64.5 parent: 1 - type: Transform - uid: 39347 components: - - pos: -91.5,-63.5 + - type: Transform + pos: -91.5,-63.5 parent: 1 - type: Transform - uid: 39348 components: - - pos: -91.5,-62.5 + - type: Transform + pos: -91.5,-62.5 parent: 1 - type: Transform - uid: 39349 components: - - pos: -91.5,-61.5 + - type: Transform + pos: -91.5,-61.5 parent: 1 - type: Transform - uid: 39350 components: - - pos: -91.5,-60.5 + - type: Transform + pos: -91.5,-60.5 parent: 1 - type: Transform - uid: 39351 components: - - pos: -91.5,-59.5 + - type: Transform + pos: -91.5,-59.5 parent: 1 - type: Transform - uid: 39352 components: - - pos: -92.5,-59.5 + - type: Transform + pos: -92.5,-59.5 parent: 1 - type: Transform - uid: 39353 components: - - pos: -93.5,-59.5 + - type: Transform + pos: -93.5,-59.5 parent: 1 - type: Transform - uid: 39354 components: - - pos: -94.5,-59.5 + - type: Transform + pos: -94.5,-59.5 parent: 1 - type: Transform - uid: 39622 components: - - pos: 12.5,-42.5 + - type: Transform + pos: 12.5,-42.5 parent: 1 - type: Transform - uid: 39624 components: - - pos: 11.5,-42.5 + - type: Transform + pos: 11.5,-42.5 parent: 1 - type: Transform - uid: 39629 components: - - pos: 14.5,-42.5 + - type: Transform + pos: 14.5,-42.5 parent: 1 - type: Transform - uid: 39631 components: - - pos: 13.5,-42.5 + - type: Transform + pos: 13.5,-42.5 parent: 1 - type: Transform - uid: 39634 components: - - pos: 18.5,-45.5 + - type: Transform + pos: 18.5,-45.5 parent: 1 - type: Transform - uid: 39640 components: - - pos: 46.5,-43.5 + - type: Transform + pos: 46.5,-43.5 parent: 1 - type: Transform - uid: 39641 components: - - pos: -40.5,-75.5 + - type: Transform + pos: -40.5,-75.5 parent: 1 - type: Transform - uid: 39650 components: - - pos: 58.5,-52.5 + - type: Transform + pos: 58.5,-52.5 parent: 1 - type: Transform - uid: 39651 components: - - pos: -20.5,-47.5 + - type: Transform + pos: -20.5,-47.5 parent: 1 - type: Transform - uid: 39652 components: - - pos: -20.5,-46.5 + - type: Transform + pos: -20.5,-46.5 parent: 1 - type: Transform - uid: 39717 components: - - pos: -34.5,-73.5 + - type: Transform + pos: -34.5,-73.5 parent: 1 - type: Transform - uid: 39718 components: - - pos: 18.5,1.5 + - type: Transform + pos: 18.5,1.5 parent: 1 - type: Transform - uid: 39719 components: - - pos: 18.5,0.5 + - type: Transform + pos: 18.5,0.5 parent: 1 - type: Transform - uid: 39720 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 1 - type: Transform - uid: 39721 components: - - pos: 18.5,-1.5 + - type: Transform + pos: 18.5,-1.5 parent: 1 - type: Transform - uid: 39722 components: - - pos: 18.5,-2.5 + - type: Transform + pos: 18.5,-2.5 parent: 1 - type: Transform - uid: 39723 components: - - pos: 18.5,-3.5 + - type: Transform + pos: 18.5,-3.5 parent: 1 - type: Transform - uid: 39724 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 1 - type: Transform - uid: 39725 components: - - pos: 18.5,-5.5 + - type: Transform + pos: 18.5,-5.5 parent: 1 - type: Transform - uid: 39726 components: - - pos: 18.5,-6.5 + - type: Transform + pos: 18.5,-6.5 parent: 1 - type: Transform - uid: 39727 components: - - pos: 17.5,-6.5 + - type: Transform + pos: 17.5,-6.5 parent: 1 - type: Transform - uid: 39728 components: - - pos: 16.5,-6.5 + - type: Transform + pos: 16.5,-6.5 parent: 1 - type: Transform - uid: 39729 components: - - pos: 16.5,-7.5 + - type: Transform + pos: 16.5,-7.5 parent: 1 - type: Transform - uid: 39730 components: - - pos: 15.5,-7.5 + - type: Transform + pos: 15.5,-7.5 parent: 1 - type: Transform - uid: 39744 components: - - pos: 39.5,-10.5 + - type: Transform + pos: 39.5,-10.5 parent: 1 - type: Transform - uid: 39745 components: - - pos: 32.5,-9.5 + - type: Transform + pos: 32.5,-9.5 parent: 1 - type: Transform - uid: 39746 components: - - pos: 33.5,-9.5 + - type: Transform + pos: 33.5,-9.5 parent: 1 - type: Transform - uid: 39747 components: - - pos: 34.5,-9.5 + - type: Transform + pos: 34.5,-9.5 parent: 1 - type: Transform - uid: 39748 components: - - pos: 30.5,-9.5 + - type: Transform + pos: 30.5,-9.5 parent: 1 - type: Transform - uid: 39749 components: - - pos: 30.5,-8.5 + - type: Transform + pos: 30.5,-8.5 parent: 1 - type: Transform - uid: 39752 components: - - pos: 35.5,-9.5 + - type: Transform + pos: 35.5,-9.5 parent: 1 - type: Transform - uid: 39753 components: - - pos: 36.5,-9.5 + - type: Transform + pos: 36.5,-9.5 parent: 1 - type: Transform - uid: 39754 components: - - pos: 37.5,-9.5 + - type: Transform + pos: 37.5,-9.5 parent: 1 - type: Transform - uid: 39755 components: - - pos: 38.5,-9.5 + - type: Transform + pos: 38.5,-9.5 parent: 1 - type: Transform - uid: 39756 components: - - pos: 39.5,-9.5 + - type: Transform + pos: 39.5,-9.5 parent: 1 - type: Transform - uid: 39757 components: - - pos: 40.5,-9.5 + - type: Transform + pos: 40.5,-9.5 parent: 1 - type: Transform - uid: 39758 components: - - pos: 41.5,-9.5 + - type: Transform + pos: 41.5,-9.5 parent: 1 - type: Transform - uid: 39759 components: - - pos: 42.5,-8.5 + - type: Transform + pos: 42.5,-8.5 parent: 1 - type: Transform - uid: 39760 components: - - pos: 42.5,-7.5 + - type: Transform + pos: 42.5,-7.5 parent: 1 - type: Transform - uid: 39761 components: - - pos: 42.5,-6.5 + - type: Transform + pos: 42.5,-6.5 parent: 1 - type: Transform - uid: 39762 components: - - pos: 31.5,-9.5 + - type: Transform + pos: 31.5,-9.5 parent: 1 - type: Transform - uid: 39763 components: - - pos: 43.5,-6.5 + - type: Transform + pos: 43.5,-6.5 parent: 1 - type: Transform - uid: 39764 components: - - pos: 40.5,-10.5 + - type: Transform + pos: 40.5,-10.5 parent: 1 - type: Transform - uid: 39765 components: - - pos: 43.5,-5.5 + - type: Transform + pos: 43.5,-5.5 parent: 1 - type: Transform - uid: 39766 components: - - pos: 43.5,-4.5 + - type: Transform + pos: 43.5,-4.5 parent: 1 - type: Transform - uid: 39878 components: - - pos: 59.5,-56.5 + - type: Transform + pos: 59.5,-56.5 parent: 1 - type: Transform - uid: 39879 components: - - pos: 59.5,-55.5 + - type: Transform + pos: 59.5,-55.5 parent: 1 - type: Transform - uid: 39880 components: - - pos: 59.5,-54.5 + - type: Transform + pos: 59.5,-54.5 parent: 1 - type: Transform - uid: 39883 components: - - pos: 58.5,-53.5 + - type: Transform + pos: 58.5,-53.5 parent: 1 - type: Transform - uid: 39890 components: - - pos: 58.5,-54.5 + - type: Transform + pos: 58.5,-54.5 parent: 1 - type: Transform - uid: 39963 components: - - pos: -49.5,-59.5 + - type: Transform + pos: -49.5,-59.5 parent: 1 - type: Transform - uid: 39964 components: - - pos: -48.5,-59.5 + - type: Transform + pos: -48.5,-59.5 parent: 1 - type: Transform - uid: 39965 components: - - pos: -47.5,-59.5 + - type: Transform + pos: -47.5,-59.5 parent: 1 - type: Transform - uid: 39966 components: - - pos: -46.5,-59.5 + - type: Transform + pos: -46.5,-59.5 parent: 1 - type: Transform - uid: 39967 components: - - pos: -45.5,-59.5 + - type: Transform + pos: -45.5,-59.5 parent: 1 - type: Transform - uid: 39968 components: - - pos: -45.5,-58.5 + - type: Transform + pos: -45.5,-58.5 parent: 1 - type: Transform - uid: 39969 components: - - pos: -45.5,-57.5 + - type: Transform + pos: -45.5,-57.5 parent: 1 - type: Transform - uid: 39970 components: - - pos: -45.5,-56.5 + - type: Transform + pos: -45.5,-56.5 parent: 1 - type: Transform - uid: 39971 components: - - pos: -45.5,-55.5 + - type: Transform + pos: -45.5,-55.5 parent: 1 - type: Transform - uid: 39972 components: - - pos: -45.5,-54.5 + - type: Transform + pos: -45.5,-54.5 parent: 1 - type: Transform - uid: 39973 components: - - pos: -45.5,-53.5 + - type: Transform + pos: -45.5,-53.5 parent: 1 - type: Transform - uid: 39974 components: - - pos: -45.5,-52.5 + - type: Transform + pos: -45.5,-52.5 parent: 1 - type: Transform - uid: 39975 components: - - pos: -45.5,-51.5 + - type: Transform + pos: -45.5,-51.5 parent: 1 - type: Transform - uid: 39976 components: - - pos: -44.5,-51.5 + - type: Transform + pos: -44.5,-51.5 parent: 1 - type: Transform - uid: 39977 components: - - pos: -43.5,-51.5 + - type: Transform + pos: -43.5,-51.5 parent: 1 - type: Transform - uid: 39978 components: - - pos: -42.5,-51.5 + - type: Transform + pos: -42.5,-51.5 parent: 1 - type: Transform - uid: 39979 components: - - pos: -41.5,-51.5 + - type: Transform + pos: -41.5,-51.5 parent: 1 - type: Transform - uid: 39980 components: - - pos: -40.5,-51.5 + - type: Transform + pos: -40.5,-51.5 parent: 1 - type: Transform - uid: 39981 components: - - pos: -39.5,-51.5 + - type: Transform + pos: -39.5,-51.5 parent: 1 - type: Transform - uid: 39982 components: - - pos: -23.5,-47.5 + - type: Transform + pos: -23.5,-47.5 parent: 1 - type: Transform - uid: 39983 components: - - pos: -22.5,-47.5 + - type: Transform + pos: -22.5,-47.5 parent: 1 - type: Transform - uid: 39984 components: - - pos: -21.5,-47.5 + - type: Transform + pos: -21.5,-47.5 parent: 1 - type: Transform - uid: 39985 components: - - pos: -24.5,-72.5 + - type: Transform + pos: -24.5,-72.5 parent: 1 - type: Transform - uid: 39986 components: - - pos: -25.5,-72.5 + - type: Transform + pos: -25.5,-72.5 parent: 1 - type: Transform - uid: 39987 components: - - pos: -25.5,-71.5 + - type: Transform + pos: -25.5,-71.5 parent: 1 - type: Transform - uid: 39988 components: - - pos: -25.5,-70.5 + - type: Transform + pos: -25.5,-70.5 parent: 1 - type: Transform - uid: 39989 components: - - pos: -24.5,-70.5 + - type: Transform + pos: -24.5,-70.5 parent: 1 - type: Transform - uid: 39990 components: - - pos: -23.5,-70.5 + - type: Transform + pos: -23.5,-70.5 parent: 1 - type: Transform - uid: 39991 components: - - pos: -22.5,-70.5 + - type: Transform + pos: -22.5,-70.5 parent: 1 - type: Transform - uid: 39992 components: - - pos: -21.5,-70.5 + - type: Transform + pos: -21.5,-70.5 parent: 1 - type: Transform - uid: 39993 components: - - pos: -20.5,-70.5 + - type: Transform + pos: -20.5,-70.5 parent: 1 - type: Transform - uid: 39994 components: - - pos: -19.5,-70.5 + - type: Transform + pos: -19.5,-70.5 parent: 1 - type: Transform - uid: 39995 components: - - pos: -18.5,-70.5 + - type: Transform + pos: -18.5,-70.5 parent: 1 - type: Transform - uid: 39996 components: - - pos: -17.5,-70.5 + - type: Transform + pos: -17.5,-70.5 parent: 1 - type: Transform - uid: 39997 components: - - pos: -16.5,-70.5 + - type: Transform + pos: -16.5,-70.5 parent: 1 - type: Transform - uid: 39998 components: - - pos: -16.5,-69.5 + - type: Transform + pos: -16.5,-69.5 parent: 1 - type: Transform - uid: 39999 components: - - pos: -16.5,-68.5 + - type: Transform + pos: -16.5,-68.5 parent: 1 - type: Transform - uid: 40000 components: - - pos: -16.5,-67.5 + - type: Transform + pos: -16.5,-67.5 parent: 1 - type: Transform - uid: 40001 components: - - pos: -16.5,-66.5 + - type: Transform + pos: -16.5,-66.5 parent: 1 - type: Transform - uid: 40002 components: - - pos: -16.5,-65.5 + - type: Transform + pos: -16.5,-65.5 parent: 1 - type: Transform - uid: 40003 components: - - pos: -16.5,-64.5 + - type: Transform + pos: -16.5,-64.5 parent: 1 - type: Transform - uid: 40004 components: - - pos: -16.5,-63.5 + - type: Transform + pos: -16.5,-63.5 parent: 1 - type: Transform - uid: 40005 components: - - pos: -16.5,-62.5 + - type: Transform + pos: -16.5,-62.5 parent: 1 - type: Transform - uid: 40006 components: - - pos: -16.5,-61.5 + - type: Transform + pos: -16.5,-61.5 parent: 1 - type: Transform - uid: 40007 components: - - pos: -16.5,-60.5 + - type: Transform + pos: -16.5,-60.5 parent: 1 - type: Transform - uid: 40008 components: - - pos: -16.5,-59.5 + - type: Transform + pos: -16.5,-59.5 parent: 1 - type: Transform - uid: 40009 components: - - pos: -16.5,-58.5 + - type: Transform + pos: -16.5,-58.5 parent: 1 - type: Transform - uid: 40010 components: - - pos: -16.5,-57.5 + - type: Transform + pos: -16.5,-57.5 parent: 1 - type: Transform - uid: 40011 components: - - pos: -16.5,-56.5 + - type: Transform + pos: -16.5,-56.5 parent: 1 - type: Transform - uid: 40012 components: - - pos: -16.5,-55.5 + - type: Transform + pos: -16.5,-55.5 parent: 1 - type: Transform - uid: 40013 components: - - pos: -16.5,-54.5 + - type: Transform + pos: -16.5,-54.5 parent: 1 - type: Transform - uid: 40014 components: - - pos: -16.5,-53.5 + - type: Transform + pos: -16.5,-53.5 parent: 1 - type: Transform - uid: 40015 components: - - pos: -16.5,-52.5 + - type: Transform + pos: -16.5,-52.5 parent: 1 - type: Transform - uid: 40016 components: - - pos: -16.5,-51.5 + - type: Transform + pos: -16.5,-51.5 parent: 1 - type: Transform - uid: 40017 components: - - pos: -15.5,-51.5 + - type: Transform + pos: -15.5,-51.5 parent: 1 - type: Transform - uid: 40018 components: - - pos: -15.5,-50.5 + - type: Transform + pos: -15.5,-50.5 parent: 1 - type: Transform - uid: 40019 components: - - pos: -15.5,-49.5 + - type: Transform + pos: -15.5,-49.5 parent: 1 - type: Transform - uid: 40020 components: - - pos: -15.5,-48.5 + - type: Transform + pos: -15.5,-48.5 parent: 1 - type: Transform - uid: 40021 components: - - pos: -14.5,-48.5 + - type: Transform + pos: -14.5,-48.5 parent: 1 - type: Transform - uid: 40022 components: - - pos: -13.5,-48.5 + - type: Transform + pos: -13.5,-48.5 parent: 1 - type: Transform - uid: 40023 components: - - pos: -12.5,-48.5 + - type: Transform + pos: -12.5,-48.5 parent: 1 - type: Transform - uid: 40024 components: - - pos: -12.5,-49.5 + - type: Transform + pos: -12.5,-49.5 parent: 1 - type: Transform - uid: 40025 components: - - pos: -12.5,-50.5 + - type: Transform + pos: -12.5,-50.5 parent: 1 - type: Transform - uid: 40026 components: - - pos: -12.5,-51.5 + - type: Transform + pos: -12.5,-51.5 parent: 1 - type: Transform - uid: 40027 components: - - pos: -12.5,-52.5 + - type: Transform + pos: -12.5,-52.5 parent: 1 - type: Transform - uid: 40028 components: - - pos: -12.5,-53.5 + - type: Transform + pos: -12.5,-53.5 parent: 1 - type: Transform - uid: 40029 components: - - pos: -11.5,-53.5 + - type: Transform + pos: -11.5,-53.5 parent: 1 - type: Transform - uid: 40030 components: - - pos: -10.5,-53.5 + - type: Transform + pos: -10.5,-53.5 parent: 1 - type: Transform - uid: 40032 components: - - pos: 26.5,-45.5 + - type: Transform + pos: 26.5,-45.5 parent: 1 - type: Transform - uid: 40033 components: - - pos: 27.5,-45.5 + - type: Transform + pos: 27.5,-45.5 parent: 1 - type: Transform - uid: 40034 components: - - pos: 28.5,-45.5 + - type: Transform + pos: 28.5,-45.5 parent: 1 - type: Transform - uid: 40035 components: - - pos: 29.5,-45.5 + - type: Transform + pos: 29.5,-45.5 parent: 1 - type: Transform - uid: 40036 components: - - pos: 30.5,-45.5 + - type: Transform + pos: 30.5,-45.5 parent: 1 - type: Transform - uid: 40037 components: - - pos: 31.5,-45.5 + - type: Transform + pos: 31.5,-45.5 parent: 1 - type: Transform - uid: 40038 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 1 - type: Transform - uid: 40039 components: - - pos: 33.5,-45.5 + - type: Transform + pos: 33.5,-45.5 parent: 1 - type: Transform - uid: 40040 components: - - pos: 33.5,-44.5 + - type: Transform + pos: 33.5,-44.5 parent: 1 - type: Transform - uid: 40043 components: - - pos: 35.5,-44.5 + - type: Transform + pos: 35.5,-44.5 parent: 1 - type: Transform - uid: 40044 components: - - pos: 36.5,-44.5 + - type: Transform + pos: 36.5,-44.5 parent: 1 - type: Transform - uid: 40045 components: - - pos: 37.5,-44.5 + - type: Transform + pos: 37.5,-44.5 parent: 1 - type: Transform - uid: 40046 components: - - pos: 38.5,-44.5 + - type: Transform + pos: 38.5,-44.5 parent: 1 - type: Transform - uid: 40047 components: - - pos: 39.5,-44.5 + - type: Transform + pos: 39.5,-44.5 parent: 1 - type: Transform - uid: 40048 components: - - pos: 40.5,-44.5 + - type: Transform + pos: 40.5,-44.5 parent: 1 - type: Transform - uid: 40050 components: - - pos: 43.5,-44.5 + - type: Transform + pos: 43.5,-44.5 parent: 1 - type: Transform - uid: 40051 components: - - pos: 46.5,-44.5 + - type: Transform + pos: 46.5,-44.5 parent: 1 - type: Transform - uid: 40052 components: - - pos: 46.5,-41.5 + - type: Transform + pos: 46.5,-41.5 parent: 1 - type: Transform - uid: 40053 components: - - pos: 46.5,-40.5 + - type: Transform + pos: 46.5,-40.5 parent: 1 - type: Transform - uid: 40054 components: - - pos: 47.5,-40.5 + - type: Transform + pos: 47.5,-40.5 parent: 1 - type: Transform - uid: 40055 components: - - pos: 48.5,-40.5 + - type: Transform + pos: 48.5,-40.5 parent: 1 - type: Transform - uid: 40056 components: - - pos: 49.5,-40.5 + - type: Transform + pos: 49.5,-40.5 parent: 1 - type: Transform - uid: 40057 components: - - pos: 50.5,-40.5 + - type: Transform + pos: 50.5,-40.5 parent: 1 - type: Transform - uid: 40058 components: - - pos: 51.5,-40.5 + - type: Transform + pos: 51.5,-40.5 parent: 1 - type: Transform - uid: 40059 components: - - pos: 52.5,-40.5 + - type: Transform + pos: 52.5,-40.5 parent: 1 - type: Transform - uid: 40060 components: - - pos: 53.5,-40.5 + - type: Transform + pos: 53.5,-40.5 parent: 1 - type: Transform - uid: 40061 components: - - pos: 54.5,-40.5 + - type: Transform + pos: 54.5,-40.5 parent: 1 - type: Transform - uid: 40062 components: - - pos: 55.5,-40.5 + - type: Transform + pos: 55.5,-40.5 parent: 1 - type: Transform - uid: 40063 components: - - pos: 56.5,-40.5 + - type: Transform + pos: 56.5,-40.5 parent: 1 - type: Transform - uid: 40064 components: - - pos: 57.5,-40.5 + - type: Transform + pos: 57.5,-40.5 parent: 1 - type: Transform - uid: 40065 components: - - pos: 58.5,-40.5 + - type: Transform + pos: 58.5,-40.5 parent: 1 - type: Transform - uid: 40066 components: - - pos: 58.5,-39.5 + - type: Transform + pos: 58.5,-39.5 parent: 1 - type: Transform - uid: 40067 components: - - pos: 58.5,-38.5 + - type: Transform + pos: 58.5,-38.5 parent: 1 - type: Transform - uid: 40072 components: - - pos: -12.5,-54.5 + - type: Transform + pos: -12.5,-54.5 parent: 1 - type: Transform - uid: 40073 components: - - pos: -12.5,-55.5 + - type: Transform + pos: -12.5,-55.5 parent: 1 - type: Transform - uid: 40074 components: - - pos: -12.5,-56.5 + - type: Transform + pos: -12.5,-56.5 parent: 1 - type: Transform - uid: 40075 components: - - pos: -12.5,-57.5 + - type: Transform + pos: -12.5,-57.5 parent: 1 - type: Transform - uid: 40076 components: - - pos: -12.5,-58.5 + - type: Transform + pos: -12.5,-58.5 parent: 1 - type: Transform - uid: 40077 components: - - pos: -12.5,-59.5 + - type: Transform + pos: -12.5,-59.5 parent: 1 - type: Transform - uid: 40078 components: - - pos: -10.5,-59.5 + - type: Transform + pos: -10.5,-59.5 parent: 1 - type: Transform - uid: 40079 components: - - pos: -9.5,-59.5 + - type: Transform + pos: -9.5,-59.5 parent: 1 - type: Transform - uid: 40080 components: - - pos: -8.5,-59.5 + - type: Transform + pos: -8.5,-59.5 parent: 1 - type: Transform - uid: 40081 components: - - pos: -7.5,-59.5 + - type: Transform + pos: -7.5,-59.5 parent: 1 - type: Transform - uid: 40082 components: - - pos: -6.5,-59.5 + - type: Transform + pos: -6.5,-59.5 parent: 1 - type: Transform - uid: 40083 components: - - pos: -5.5,-59.5 + - type: Transform + pos: -5.5,-59.5 parent: 1 - type: Transform - uid: 40084 components: - - pos: -4.5,-59.5 + - type: Transform + pos: -4.5,-59.5 parent: 1 - type: Transform - uid: 40085 components: - - pos: -3.5,-59.5 + - type: Transform + pos: -3.5,-59.5 parent: 1 - type: Transform - uid: 40086 components: - - pos: -2.5,-59.5 + - type: Transform + pos: -2.5,-59.5 parent: 1 - type: Transform - uid: 40087 components: - - pos: -1.5,-59.5 + - type: Transform + pos: -1.5,-59.5 parent: 1 - type: Transform - uid: 40088 components: - - pos: -0.5,-59.5 + - type: Transform + pos: -0.5,-59.5 parent: 1 - type: Transform - uid: 40089 components: - - pos: 0.5,-59.5 + - type: Transform + pos: 0.5,-59.5 parent: 1 - type: Transform - uid: 40090 components: - - pos: 1.5,-59.5 + - type: Transform + pos: 1.5,-59.5 parent: 1 - type: Transform - uid: 40091 components: - - pos: 2.5,-59.5 + - type: Transform + pos: 2.5,-59.5 parent: 1 - type: Transform - uid: 40092 components: - - pos: 3.5,-59.5 + - type: Transform + pos: 3.5,-59.5 parent: 1 - type: Transform - uid: 40093 components: - - pos: 3.5,-58.5 + - type: Transform + pos: 3.5,-58.5 parent: 1 - type: Transform - uid: 40094 components: - - pos: 3.5,-57.5 + - type: Transform + pos: 3.5,-57.5 parent: 1 - type: Transform - uid: 40096 components: - - pos: 4.5,-59.5 + - type: Transform + pos: 4.5,-59.5 parent: 1 - type: Transform - uid: 40097 components: - - pos: 5.5,-59.5 + - type: Transform + pos: 5.5,-59.5 parent: 1 - type: Transform - uid: 40098 components: - - pos: 6.5,-59.5 + - type: Transform + pos: 6.5,-59.5 parent: 1 - type: Transform - uid: 40099 components: - - pos: 7.5,-59.5 + - type: Transform + pos: 7.5,-59.5 parent: 1 - type: Transform - uid: 40100 components: - - pos: 8.5,-59.5 + - type: Transform + pos: 8.5,-59.5 parent: 1 - type: Transform - uid: 40101 components: - - pos: 9.5,-59.5 + - type: Transform + pos: 9.5,-59.5 parent: 1 - type: Transform - uid: 40102 components: - - pos: 10.5,-59.5 + - type: Transform + pos: 10.5,-59.5 parent: 1 - type: Transform - uid: 40103 components: - - pos: 11.5,-59.5 + - type: Transform + pos: 11.5,-59.5 parent: 1 - type: Transform - uid: 40104 components: - - pos: 12.5,-59.5 + - type: Transform + pos: 12.5,-59.5 parent: 1 - type: Transform - uid: 40105 components: - - pos: 13.5,-59.5 + - type: Transform + pos: 13.5,-59.5 parent: 1 - type: Transform - uid: 40106 components: - - pos: 14.5,-59.5 + - type: Transform + pos: 14.5,-59.5 parent: 1 - type: Transform - uid: 40107 components: - - pos: 15.5,-59.5 + - type: Transform + pos: 15.5,-59.5 parent: 1 - type: Transform - uid: 40108 components: - - pos: 16.5,-59.5 + - type: Transform + pos: 16.5,-59.5 parent: 1 - type: Transform - uid: 40109 components: - - pos: 17.5,-59.5 + - type: Transform + pos: 17.5,-59.5 parent: 1 - type: Transform - uid: 40110 components: - - pos: 18.5,-59.5 + - type: Transform + pos: 18.5,-59.5 parent: 1 - type: Transform - uid: 40111 components: - - pos: 19.5,-59.5 + - type: Transform + pos: 19.5,-59.5 parent: 1 - type: Transform - uid: 40112 components: - - pos: 20.5,-59.5 + - type: Transform + pos: 20.5,-59.5 parent: 1 - type: Transform - uid: 40113 components: - - pos: 21.5,-59.5 + - type: Transform + pos: 21.5,-59.5 parent: 1 - type: Transform - uid: 40114 components: - - pos: 22.5,-59.5 + - type: Transform + pos: 22.5,-59.5 parent: 1 - type: Transform - uid: 40115 components: - - pos: 23.5,-59.5 + - type: Transform + pos: 23.5,-59.5 parent: 1 - type: Transform - uid: 40116 components: - - pos: 24.5,-59.5 + - type: Transform + pos: 24.5,-59.5 parent: 1 - type: Transform - uid: 40117 components: - - pos: 25.5,-59.5 + - type: Transform + pos: 25.5,-59.5 parent: 1 - type: Transform - uid: 40118 components: - - pos: 26.5,-59.5 + - type: Transform + pos: 26.5,-59.5 parent: 1 - type: Transform - uid: 40119 components: - - pos: 27.5,-59.5 + - type: Transform + pos: 27.5,-59.5 parent: 1 - type: Transform - uid: 40120 components: - - pos: 28.5,-59.5 + - type: Transform + pos: 28.5,-59.5 parent: 1 - type: Transform - uid: 40121 components: - - pos: 29.5,-59.5 + - type: Transform + pos: 29.5,-59.5 parent: 1 - type: Transform - uid: 40122 components: - - pos: 30.5,-59.5 + - type: Transform + pos: 30.5,-59.5 parent: 1 - type: Transform - uid: 40123 components: - - pos: 31.5,-59.5 + - type: Transform + pos: 31.5,-59.5 parent: 1 - type: Transform - uid: 40124 components: - - pos: 32.5,-59.5 + - type: Transform + pos: 32.5,-59.5 parent: 1 - type: Transform - uid: 40125 components: - - pos: 33.5,-59.5 + - type: Transform + pos: 33.5,-59.5 parent: 1 - type: Transform - uid: 40126 components: - - pos: 34.5,-59.5 + - type: Transform + pos: 34.5,-59.5 parent: 1 - type: Transform - uid: 40127 components: - - pos: 35.5,-59.5 + - type: Transform + pos: 35.5,-59.5 parent: 1 - type: Transform - uid: 40128 components: - - pos: 36.5,-59.5 + - type: Transform + pos: 36.5,-59.5 parent: 1 - type: Transform - uid: 40129 components: - - pos: 37.5,-59.5 + - type: Transform + pos: 37.5,-59.5 parent: 1 - type: Transform - uid: 40130 components: - - pos: 37.5,-58.5 + - type: Transform + pos: 37.5,-58.5 parent: 1 - type: Transform - uid: 40131 components: - - pos: 37.5,-57.5 + - type: Transform + pos: 37.5,-57.5 parent: 1 - type: Transform - uid: 40132 components: - - pos: 37.5,-56.5 + - type: Transform + pos: 37.5,-56.5 parent: 1 - type: Transform - uid: 40133 components: - - pos: 37.5,-55.5 + - type: Transform + pos: 37.5,-55.5 parent: 1 - type: Transform - uid: 40134 components: - - pos: 37.5,-54.5 + - type: Transform + pos: 37.5,-54.5 parent: 1 - type: Transform - uid: 40135 components: - - pos: 37.5,-53.5 + - type: Transform + pos: 37.5,-53.5 parent: 1 - type: Transform - uid: 40136 components: - - pos: 36.5,-53.5 + - type: Transform + pos: 36.5,-53.5 parent: 1 - type: Transform - uid: 40137 components: - - pos: 36.5,-52.5 + - type: Transform + pos: 36.5,-52.5 parent: 1 - type: Transform - uid: 40138 components: - - pos: 38.5,-59.5 + - type: Transform + pos: 38.5,-59.5 parent: 1 - type: Transform - uid: 40139 components: - - pos: 39.5,-59.5 + - type: Transform + pos: 39.5,-59.5 parent: 1 - type: Transform - uid: 40140 components: - - pos: 40.5,-59.5 + - type: Transform + pos: 40.5,-59.5 parent: 1 - type: Transform - uid: 40141 components: - - pos: 41.5,-59.5 + - type: Transform + pos: 41.5,-59.5 parent: 1 - type: Transform - uid: 40142 components: - - pos: 42.5,-59.5 + - type: Transform + pos: 42.5,-59.5 parent: 1 - type: Transform - uid: 40143 components: - - pos: 43.5,-59.5 + - type: Transform + pos: 43.5,-59.5 parent: 1 - type: Transform - uid: 40144 components: - - pos: 44.5,-59.5 + - type: Transform + pos: 44.5,-59.5 parent: 1 - type: Transform - uid: 40145 components: - - pos: 45.5,-59.5 + - type: Transform + pos: 45.5,-59.5 parent: 1 - type: Transform - uid: 40146 components: - - pos: 46.5,-59.5 + - type: Transform + pos: 46.5,-59.5 parent: 1 - type: Transform - uid: 40147 components: - - pos: 46.5,-58.5 + - type: Transform + pos: 46.5,-58.5 parent: 1 - type: Transform - uid: 40148 components: - - pos: 46.5,-57.5 + - type: Transform + pos: 46.5,-57.5 parent: 1 - type: Transform - uid: 40149 components: - - pos: 46.5,-56.5 + - type: Transform + pos: 46.5,-56.5 parent: 1 - type: Transform - uid: 40150 components: - - pos: 47.5,-56.5 + - type: Transform + pos: 47.5,-56.5 parent: 1 - type: Transform - uid: 40151 components: - - pos: 48.5,-56.5 + - type: Transform + pos: 48.5,-56.5 parent: 1 - type: Transform - uid: 40815 components: - - pos: 44.5,-4.5 + - type: Transform + pos: 44.5,-4.5 parent: 1 - type: Transform - uid: 40821 components: - - pos: 44.5,-3.5 + - type: Transform + pos: 44.5,-3.5 parent: 1 - type: Transform - uid: 40917 components: - - pos: 41.5,-8.5 + - type: Transform + pos: 41.5,-8.5 parent: 1 - type: Transform - uid: 41879 components: - - pos: 23.5,5.5 + - type: Transform + pos: 23.5,5.5 parent: 1 - type: Transform - uid: 41880 components: - - pos: 24.5,5.5 + - type: Transform + pos: 24.5,5.5 parent: 1 - type: Transform - uid: 41881 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 1 - type: Transform - uid: 41882 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 1 - type: Transform - uid: 41883 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 1 - type: Transform - uid: 41884 components: - - pos: 23.5,8.5 + - type: Transform + pos: 23.5,8.5 parent: 1 - type: Transform - uid: 41885 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 1 - type: Transform - proto: CableMVStack entities: - uid: 3219 components: - - pos: -120.43417,-23.48157 + - type: Transform + pos: -120.43417,-23.48157 parent: 1 - type: Transform - uid: 8847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.49287,-1.3044977 parent: 1 - type: Transform - proto: CableMVStack1 entities: - uid: 36358 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.8804,-47.437923 parent: 1 - type: Transform - uid: 36359 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.3429,-47.525486 parent: 1 - type: Transform - proto: CableTerminal entities: - uid: 5881 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-22.5 parent: 1 - type: Transform - uid: 6730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-42.5 parent: 1 - type: Transform - uid: 8280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-0.5 parent: 1 - type: Transform - uid: 8973 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-22.5 parent: 1 - type: Transform - uid: 10919 components: - - pos: 61.5,-55.5 + - type: Transform + pos: 61.5,-55.5 parent: 1 - type: Transform - uid: 13298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-22.5 parent: 1 - type: Transform - uid: 14972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,18.5 parent: 1 - type: Transform - uid: 16251 components: - - pos: -111.5,8.5 + - type: Transform + pos: -111.5,8.5 parent: 1 - type: Transform - uid: 33523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-34.5 parent: 1 - type: Transform - uid: 34246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -146.5,-39.5 parent: 1 - type: Transform - uid: 35608 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-84.5 parent: 1 - type: Transform - proto: CandlePurple entities: - uid: 9825 components: - - pos: -24.965246,-53.26391 + - type: Transform + pos: -24.965246,-53.26391 parent: 1 - type: Transform - uid: 36501 components: - - pos: -118.35001,-59.475918 + - type: Transform + pos: -118.35001,-59.475918 parent: 1 - type: Transform - proto: CandleRed entities: - uid: 33543 components: - - pos: -26.379585,-53.50056 + - type: Transform + pos: -26.379585,-53.50056 parent: 1 - type: Transform - proto: CandleSmall entities: - uid: 33544 components: - - pos: -37.274788,-7.318153 + - type: Transform + pos: -37.274788,-7.318153 parent: 1 - type: Transform - uid: 33545 components: - - pos: -36.88937,-4.316068 + - type: Transform + pos: -36.88937,-4.316068 parent: 1 - type: Transform - uid: 33546 components: - - pos: -37.462288,-1.2305918 + - type: Transform + pos: -37.462288,-1.2305918 parent: 1 - type: Transform - uid: 33547 components: - - pos: -31.3307,-5.6101155 + - type: Transform + pos: -31.3307,-5.6101155 parent: 1 - type: Transform - proto: CandyBowl entities: - uid: 42060 components: - - pos: -75.52153,-18.38139 + - type: Transform + pos: -75.52153,-18.38139 parent: 1 - type: Transform - proto: CannabisSeeds entities: - uid: 1419 components: - - flags: InContainer - type: MetaData - - parent: 1287 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1287 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 31059 components: - - flags: InContainer - type: MetaData - - parent: 31058 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 31058 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33556 components: - - pos: -81.48045,-48.51143 + - type: Transform + pos: -81.48045,-48.51143 parent: 1 - type: Transform - proto: CapacitorStockPart entities: - uid: 7070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.589684,-61.01759 parent: 1 - type: Transform - uid: 7076 components: - - pos: -38.290207,-61.00456 + - type: Transform + pos: -38.290207,-61.00456 parent: 1 - type: Transform - uid: 28753 components: - - pos: 15.5063925,-26.13142 + - type: Transform + pos: 15.5063925,-26.13142 parent: 1 - type: Transform - uid: 28754 components: - - pos: 15.610559,-26.444138 + - type: Transform + pos: 15.610559,-26.444138 parent: 1 - type: Transform - uid: 30384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.50176,-74.0715 parent: 1 - type: Transform - uid: 30878 components: - - pos: -58.585377,-80.38974 + - type: Transform + pos: -58.585377,-80.38974 parent: 1 - type: Transform - uid: 31188 components: - - pos: 17.789978,16.509428 + - type: Transform + pos: 17.789978,16.509428 parent: 1 - type: Transform - uid: 31189 components: - - pos: 17.633728,16.446884 + - type: Transform + pos: 17.633728,16.446884 parent: 1 - type: Transform - uid: 32102 components: - - pos: -22.391853,13.492632 + - type: Transform + pos: -22.391853,13.492632 parent: 1 - type: Transform - proto: CarbonDioxideCanister entities: - uid: 34089 components: - - pos: -111.5,-55.5 + - type: Transform + pos: -111.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: Carpet entities: - uid: 2340 components: - - pos: 23.5,-48.5 + - type: Transform + pos: 23.5,-48.5 parent: 1 - type: Transform - uid: 23714 components: - - pos: 22.5,-48.5 + - type: Transform + pos: 22.5,-48.5 parent: 1 - type: Transform - uid: 23715 components: - - pos: 21.5,-51.5 + - type: Transform + pos: 21.5,-51.5 parent: 1 - type: Transform - uid: 23716 components: - - pos: 21.5,-50.5 + - type: Transform + pos: 21.5,-50.5 parent: 1 - type: Transform - uid: 23719 components: - - pos: 22.5,-49.5 + - type: Transform + pos: 22.5,-49.5 parent: 1 - type: Transform - uid: 23720 components: - - pos: 23.5,-50.5 + - type: Transform + pos: 23.5,-50.5 parent: 1 - type: Transform - uid: 23721 components: - - pos: 23.5,-51.5 + - type: Transform + pos: 23.5,-51.5 parent: 1 - type: Transform - uid: 23722 components: - - pos: 20.5,-51.5 + - type: Transform + pos: 20.5,-51.5 parent: 1 - type: Transform - uid: 23723 components: - - pos: 20.5,-49.5 + - type: Transform + pos: 20.5,-49.5 parent: 1 - type: Transform - uid: 23724 components: - - pos: 23.5,-49.5 + - type: Transform + pos: 23.5,-49.5 parent: 1 - type: Transform - uid: 23725 components: - - pos: 22.5,-51.5 + - type: Transform + pos: 22.5,-51.5 parent: 1 - type: Transform - uid: 23726 components: - - pos: 20.5,-48.5 + - type: Transform + pos: 20.5,-48.5 parent: 1 - type: Transform - uid: 23727 components: - - pos: 21.5,-49.5 + - type: Transform + pos: 21.5,-49.5 parent: 1 - type: Transform - uid: 23728 components: - - pos: 20.5,-50.5 + - type: Transform + pos: 20.5,-50.5 parent: 1 - type: Transform - uid: 23729 components: - - pos: 21.5,-48.5 + - type: Transform + pos: 21.5,-48.5 parent: 1 - type: Transform - uid: 23730 components: - - pos: 22.5,-50.5 + - type: Transform + pos: 22.5,-50.5 parent: 1 - type: Transform - uid: 36773 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,-29.5 parent: 1 - type: Transform - uid: 36774 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,-30.5 parent: 1 - type: Transform - uid: 36775 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,-31.5 parent: 1 - type: Transform - uid: 36776 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-29.5 parent: 1 - type: Transform - uid: 36777 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-30.5 parent: 1 - type: Transform - uid: 36778 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-31.5 parent: 1 - type: Transform - uid: 36779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-29.5 parent: 1 - type: Transform - uid: 36780 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-30.5 parent: 1 - type: Transform - uid: 36781 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-31.5 parent: 1 - type: Transform - proto: CarpetBlack entities: - uid: 6931 components: - - pos: -19.5,-35.5 + - type: Transform + pos: -19.5,-35.5 parent: 1 - type: Transform - uid: 6933 components: - - pos: -22.5,-31.5 + - type: Transform + pos: -22.5,-31.5 parent: 1 - type: Transform - uid: 6934 components: - - pos: -22.5,-33.5 + - type: Transform + pos: -22.5,-33.5 parent: 1 - type: Transform - uid: 7013 components: - - pos: -20.5,-31.5 + - type: Transform + pos: -20.5,-31.5 parent: 1 - type: Transform - uid: 7014 components: - - pos: -21.5,-34.5 + - type: Transform + pos: -21.5,-34.5 parent: 1 - type: Transform - uid: 7015 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 1 - type: Transform - uid: 7016 components: - - pos: -21.5,-32.5 + - type: Transform + pos: -21.5,-32.5 parent: 1 - type: Transform - uid: 7017 components: - - pos: -20.5,-35.5 + - type: Transform + pos: -20.5,-35.5 parent: 1 - type: Transform - uid: 7018 components: - - pos: -20.5,-32.5 + - type: Transform + pos: -20.5,-32.5 parent: 1 - type: Transform - uid: 7019 components: - - pos: -22.5,-32.5 + - type: Transform + pos: -22.5,-32.5 parent: 1 - type: Transform - uid: 7022 components: - - pos: -21.5,-35.5 + - type: Transform + pos: -21.5,-35.5 parent: 1 - type: Transform - uid: 7023 components: - - pos: -22.5,-34.5 + - type: Transform + pos: -22.5,-34.5 parent: 1 - type: Transform - uid: 7024 components: - - pos: -20.5,-33.5 + - type: Transform + pos: -20.5,-33.5 parent: 1 - type: Transform - uid: 7025 components: - - pos: -21.5,-31.5 + - type: Transform + pos: -21.5,-31.5 parent: 1 - type: Transform - uid: 7026 components: - - pos: -19.5,-32.5 + - type: Transform + pos: -19.5,-32.5 parent: 1 - type: Transform - uid: 7027 components: - - pos: -22.5,-35.5 + - type: Transform + pos: -22.5,-35.5 parent: 1 - type: Transform - uid: 7028 components: - - pos: -19.5,-31.5 + - type: Transform + pos: -19.5,-31.5 parent: 1 - type: Transform - uid: 7029 components: - - pos: -20.5,-34.5 + - type: Transform + pos: -20.5,-34.5 parent: 1 - type: Transform - uid: 7030 components: - - pos: -19.5,-31.5 + - type: Transform + pos: -19.5,-31.5 parent: 1 - type: Transform - uid: 7031 components: - - pos: -19.5,-33.5 + - type: Transform + pos: -19.5,-33.5 parent: 1 - type: Transform - uid: 7032 components: - - pos: -19.5,-34.5 + - type: Transform + pos: -19.5,-34.5 parent: 1 - type: Transform - uid: 9578 components: - - pos: -101.5,-26.5 + - type: Transform + pos: -101.5,-26.5 parent: 1 - type: Transform - uid: 9579 components: - - pos: -101.5,-25.5 + - type: Transform + pos: -101.5,-25.5 parent: 1 - type: Transform - uid: 9604 components: - - pos: -101.5,-27.5 + - type: Transform + pos: -101.5,-27.5 parent: 1 - type: Transform - uid: 9665 components: - - pos: -100.5,-25.5 + - type: Transform + pos: -100.5,-25.5 parent: 1 - type: Transform - uid: 9723 components: - - pos: -100.5,-27.5 + - type: Transform + pos: -100.5,-27.5 parent: 1 - type: Transform - uid: 9724 components: - - pos: -99.5,-25.5 + - type: Transform + pos: -99.5,-25.5 parent: 1 - type: Transform - uid: 9725 components: - - pos: -99.5,-26.5 + - type: Transform + pos: -99.5,-26.5 parent: 1 - type: Transform - uid: 9726 components: - - pos: -99.5,-27.5 + - type: Transform + pos: -99.5,-27.5 parent: 1 - type: Transform - uid: 11846 components: - - pos: -91.5,-17.5 + - type: Transform + pos: -91.5,-17.5 parent: 1 - type: Transform - uid: 12472 components: - - pos: -34.5,1.5 + - type: Transform + pos: -34.5,1.5 parent: 1 - type: Transform - uid: 12473 components: - - pos: -32.5,-2.5 + - type: Transform + pos: -32.5,-2.5 parent: 1 - type: Transform - uid: 12474 components: - - pos: -33.5,-3.5 + - type: Transform + pos: -33.5,-3.5 parent: 1 - type: Transform - uid: 12475 components: - - pos: -33.5,-0.5 + - type: Transform + pos: -33.5,-0.5 parent: 1 - type: Transform - uid: 12476 components: - - pos: -34.5,-1.5 + - type: Transform + pos: -34.5,-1.5 parent: 1 - type: Transform - uid: 12477 components: - - pos: -34.5,-7.5 + - type: Transform + pos: -34.5,-7.5 parent: 1 - type: Transform - uid: 12478 components: - - pos: -34.5,-6.5 + - type: Transform + pos: -34.5,-6.5 parent: 1 - type: Transform - uid: 12479 components: - - pos: -34.5,-5.5 + - type: Transform + pos: -34.5,-5.5 parent: 1 - type: Transform - uid: 12480 components: - - pos: -34.5,-4.5 + - type: Transform + pos: -34.5,-4.5 parent: 1 - type: Transform - uid: 12482 components: - - pos: -32.5,-1.5 + - type: Transform + pos: -32.5,-1.5 parent: 1 - type: Transform - uid: 12483 components: - - pos: -32.5,-0.5 + - type: Transform + pos: -32.5,-0.5 parent: 1 - type: Transform - uid: 12484 components: - - pos: -34.5,-3.5 + - type: Transform + pos: -34.5,-3.5 parent: 1 - type: Transform - uid: 12485 components: - - pos: -34.5,-2.5 + - type: Transform + pos: -34.5,-2.5 parent: 1 - type: Transform - uid: 12486 components: - - pos: -33.5,-4.5 + - type: Transform + pos: -33.5,-4.5 parent: 1 - type: Transform - uid: 12487 components: - - pos: -33.5,-5.5 + - type: Transform + pos: -33.5,-5.5 parent: 1 - type: Transform - uid: 12488 components: - - pos: -33.5,-6.5 + - type: Transform + pos: -33.5,-6.5 parent: 1 - type: Transform - uid: 12489 components: - - pos: -33.5,-7.5 + - type: Transform + pos: -33.5,-7.5 parent: 1 - type: Transform - uid: 12490 components: - - pos: -34.5,-8.5 + - type: Transform + pos: -34.5,-8.5 parent: 1 - type: Transform - uid: 12491 components: - - pos: -35.5,-0.5 + - type: Transform + pos: -35.5,-0.5 parent: 1 - type: Transform - uid: 12492 components: - - pos: -35.5,-1.5 + - type: Transform + pos: -35.5,-1.5 parent: 1 - type: Transform - uid: 12493 components: - - pos: -35.5,-2.5 + - type: Transform + pos: -35.5,-2.5 parent: 1 - type: Transform - uid: 12494 components: - - pos: -35.5,-3.5 + - type: Transform + pos: -35.5,-3.5 parent: 1 - type: Transform - uid: 12495 components: - - pos: -35.5,-4.5 + - type: Transform + pos: -35.5,-4.5 parent: 1 - type: Transform - uid: 12496 components: - - pos: -35.5,-5.5 + - type: Transform + pos: -35.5,-5.5 parent: 1 - type: Transform - uid: 12497 components: - - pos: -35.5,-6.5 + - type: Transform + pos: -35.5,-6.5 parent: 1 - type: Transform - uid: 12498 components: - - pos: -35.5,-7.5 + - type: Transform + pos: -35.5,-7.5 parent: 1 - type: Transform - uid: 12499 components: - - pos: -35.5,-8.5 + - type: Transform + pos: -35.5,-8.5 parent: 1 - type: Transform - uid: 12518 components: - - pos: -33.5,0.5 + - type: Transform + pos: -33.5,0.5 parent: 1 - type: Transform - uid: 12519 components: - - pos: -34.5,0.5 + - type: Transform + pos: -34.5,0.5 parent: 1 - type: Transform - uid: 12520 components: - - pos: -32.5,-3.5 + - type: Transform + pos: -32.5,-3.5 parent: 1 - type: Transform - uid: 12521 components: - - pos: -33.5,-2.5 + - type: Transform + pos: -33.5,-2.5 parent: 1 - type: Transform - uid: 12522 components: - - pos: -33.5,-1.5 + - type: Transform + pos: -33.5,-1.5 parent: 1 - type: Transform - uid: 12523 components: - - pos: -34.5,-0.5 + - type: Transform + pos: -34.5,-0.5 parent: 1 - type: Transform - uid: 12524 components: - - pos: -32.5,-4.5 + - type: Transform + pos: -32.5,-4.5 parent: 1 - type: Transform - uid: 12525 components: - - pos: -32.5,-5.5 + - type: Transform + pos: -32.5,-5.5 parent: 1 - type: Transform - uid: 12526 components: - - pos: -32.5,-6.5 + - type: Transform + pos: -32.5,-6.5 parent: 1 - type: Transform - uid: 12527 components: - - pos: -32.5,-7.5 + - type: Transform + pos: -32.5,-7.5 parent: 1 - type: Transform - uid: 12528 components: - - pos: -32.5,1.5 + - type: Transform + pos: -32.5,1.5 parent: 1 - type: Transform - uid: 12529 components: - - pos: -31.5,-4.5 + - type: Transform + pos: -31.5,-4.5 parent: 1 - type: Transform - uid: 12530 components: - - pos: -31.5,-5.5 + - type: Transform + pos: -31.5,-5.5 parent: 1 - type: Transform - uid: 12531 components: - - pos: -31.5,-6.5 + - type: Transform + pos: -31.5,-6.5 parent: 1 - type: Transform - uid: 12532 components: - - pos: -31.5,-7.5 + - type: Transform + pos: -31.5,-7.5 parent: 1 - type: Transform - uid: 12533 components: - - pos: -33.5,1.5 + - type: Transform + pos: -33.5,1.5 parent: 1 - type: Transform - uid: 12534 components: - - pos: -30.5,-4.5 + - type: Transform + pos: -30.5,-4.5 parent: 1 - type: Transform - uid: 12535 components: - - pos: -30.5,-5.5 + - type: Transform + pos: -30.5,-5.5 parent: 1 - type: Transform - uid: 12536 components: - - pos: -30.5,-6.5 + - type: Transform + pos: -30.5,-6.5 parent: 1 - type: Transform - uid: 12537 components: - - pos: -30.5,-7.5 + - type: Transform + pos: -30.5,-7.5 parent: 1 - type: Transform - uid: 12538 components: - - pos: -32.5,0.5 + - type: Transform + pos: -32.5,0.5 parent: 1 - type: Transform - uid: 12539 components: - - pos: -33.5,-8.5 + - type: Transform + pos: -33.5,-8.5 parent: 1 - type: Transform - uid: 12541 components: - - pos: -32.5,-8.5 + - type: Transform + pos: -32.5,-8.5 parent: 1 - type: Transform - uid: 12542 components: - - pos: -31.5,-8.5 + - type: Transform + pos: -31.5,-8.5 parent: 1 - type: Transform - uid: 12543 components: - - pos: -30.5,-8.5 + - type: Transform + pos: -30.5,-8.5 parent: 1 - type: Transform - uid: 16850 components: - - pos: -100.5,-26.5 + - type: Transform + pos: -100.5,-26.5 parent: 1 - type: Transform - uid: 17690 components: - - pos: -90.5,-16.5 + - type: Transform + pos: -90.5,-16.5 parent: 1 - type: Transform - uid: 17691 components: - - pos: -89.5,-17.5 + - type: Transform + pos: -89.5,-17.5 parent: 1 - type: Transform - uid: 17692 components: - - pos: -88.5,-16.5 + - type: Transform + pos: -88.5,-16.5 parent: 1 - type: Transform - uid: 17693 components: - - pos: -87.5,-17.5 + - type: Transform + pos: -87.5,-17.5 parent: 1 - type: Transform - uid: 23795 components: - - pos: 36.5,-53.5 + - type: Transform + pos: 36.5,-53.5 parent: 1 - type: Transform - uid: 23796 components: - - pos: 37.5,-53.5 + - type: Transform + pos: 37.5,-53.5 parent: 1 - type: Transform - uid: 23797 components: - - pos: 38.5,-53.5 + - type: Transform + pos: 38.5,-53.5 parent: 1 - type: Transform - uid: 23798 components: - - pos: 39.5,-53.5 + - type: Transform + pos: 39.5,-53.5 parent: 1 - type: Transform - uid: 23799 components: - - pos: 36.5,-55.5 + - type: Transform + pos: 36.5,-55.5 parent: 1 - type: Transform - uid: 23802 components: - - pos: 37.5,-55.5 + - type: Transform + pos: 37.5,-55.5 parent: 1 - type: Transform - uid: 23803 components: - - pos: 38.5,-55.5 + - type: Transform + pos: 38.5,-55.5 parent: 1 - type: Transform - uid: 23804 components: - - pos: 39.5,-55.5 + - type: Transform + pos: 39.5,-55.5 parent: 1 - type: Transform - uid: 23805 components: - - pos: 37.5,-56.5 + - type: Transform + pos: 37.5,-56.5 parent: 1 - type: Transform - uid: 23806 components: - - pos: 38.5,-56.5 + - type: Transform + pos: 38.5,-56.5 parent: 1 - type: Transform - uid: 23807 components: - - pos: 38.5,-54.5 + - type: Transform + pos: 38.5,-54.5 parent: 1 - type: Transform - uid: 23808 components: - - pos: 37.5,-54.5 + - type: Transform + pos: 37.5,-54.5 parent: 1 - type: Transform - uid: 23809 components: - - pos: 37.5,-57.5 + - type: Transform + pos: 37.5,-57.5 parent: 1 - type: Transform - uid: 23810 components: - - pos: 38.5,-57.5 + - type: Transform + pos: 38.5,-57.5 parent: 1 - type: Transform - uid: 30788 components: - - pos: -72.5,-39.5 + - type: Transform + pos: -72.5,-39.5 parent: 1 - type: Transform - uid: 30789 components: - - pos: -72.5,-40.5 + - type: Transform + pos: -72.5,-40.5 parent: 1 - type: Transform - uid: 30790 components: - - pos: -71.5,-39.5 + - type: Transform + pos: -71.5,-39.5 parent: 1 - type: Transform - uid: 30791 components: - - pos: -71.5,-40.5 + - type: Transform + pos: -71.5,-40.5 parent: 1 - type: Transform - uid: 30792 components: - - pos: -70.5,-39.5 + - type: Transform + pos: -70.5,-39.5 parent: 1 - type: Transform - uid: 30793 components: - - pos: -70.5,-40.5 + - type: Transform + pos: -70.5,-40.5 parent: 1 - type: Transform - uid: 30794 components: - - pos: -69.5,-39.5 + - type: Transform + pos: -69.5,-39.5 parent: 1 - type: Transform - uid: 30795 components: - - pos: -69.5,-40.5 + - type: Transform + pos: -69.5,-40.5 parent: 1 - type: Transform - proto: CarpetBlue entities: - uid: 5947 components: - - pos: -43.5,29.5 + - type: Transform + pos: -43.5,29.5 parent: 1 - type: Transform - uid: 5948 components: - - pos: -44.5,29.5 + - type: Transform + pos: -44.5,29.5 parent: 1 - type: Transform - uid: 5949 components: - - pos: -43.5,30.5 + - type: Transform + pos: -43.5,30.5 parent: 1 - type: Transform - uid: 6092 components: - - pos: -44.5,30.5 + - type: Transform + pos: -44.5,30.5 parent: 1 - type: Transform - uid: 7231 components: - - pos: -45.5,30.5 + - type: Transform + pos: -45.5,30.5 parent: 1 - type: Transform - uid: 7232 components: - - pos: -45.5,29.5 + - type: Transform + pos: -45.5,29.5 parent: 1 - type: Transform - uid: 7234 components: - - pos: -46.5,29.5 + - type: Transform + pos: -46.5,29.5 parent: 1 - type: Transform - uid: 7282 components: - - pos: -46.5,30.5 + - type: Transform + pos: -46.5,30.5 parent: 1 - type: Transform - uid: 8198 components: - - pos: -47.5,30.5 + - type: Transform + pos: -47.5,30.5 parent: 1 - type: Transform - uid: 8296 components: - - pos: -47.5,29.5 + - type: Transform + pos: -47.5,29.5 parent: 1 - type: Transform - uid: 8297 components: - - pos: -49.5,29.5 + - type: Transform + pos: -49.5,29.5 parent: 1 - type: Transform - uid: 8298 components: - - pos: -48.5,29.5 + - type: Transform + pos: -48.5,29.5 parent: 1 - type: Transform - uid: 8299 components: - - pos: -48.5,30.5 + - type: Transform + pos: -48.5,30.5 parent: 1 - type: Transform - uid: 8300 components: - - pos: -49.5,30.5 + - type: Transform + pos: -49.5,30.5 parent: 1 - type: Transform - uid: 8301 components: - - pos: -50.5,29.5 + - type: Transform + pos: -50.5,29.5 parent: 1 - type: Transform - uid: 8302 components: - - pos: -50.5,30.5 + - type: Transform + pos: -50.5,30.5 parent: 1 - type: Transform - uid: 8303 components: - - pos: -51.5,30.5 + - type: Transform + pos: -51.5,30.5 parent: 1 - type: Transform - uid: 8304 components: - - pos: -51.5,29.5 + - type: Transform + pos: -51.5,29.5 parent: 1 - type: Transform - uid: 8305 components: - - pos: -52.5,29.5 + - type: Transform + pos: -52.5,29.5 parent: 1 - type: Transform - uid: 8306 components: - - pos: -52.5,30.5 + - type: Transform + pos: -52.5,30.5 parent: 1 - type: Transform - uid: 8307 components: - - pos: -53.5,30.5 + - type: Transform + pos: -53.5,30.5 parent: 1 - type: Transform - uid: 8308 components: - - pos: -53.5,29.5 + - type: Transform + pos: -53.5,29.5 parent: 1 - type: Transform - uid: 9405 components: - - pos: -13.5,-29.5 + - type: Transform + pos: -13.5,-29.5 parent: 1 - type: Transform - uid: 9406 components: - - pos: -13.5,-30.5 + - type: Transform + pos: -13.5,-30.5 parent: 1 - type: Transform - uid: 9407 components: - - pos: -13.5,-31.5 + - type: Transform + pos: -13.5,-31.5 parent: 1 - type: Transform - uid: 9408 components: - - pos: -12.5,-29.5 + - type: Transform + pos: -12.5,-29.5 parent: 1 - type: Transform - uid: 9409 components: - - pos: -12.5,-30.5 + - type: Transform + pos: -12.5,-30.5 parent: 1 - type: Transform - uid: 9410 components: - - pos: -12.5,-31.5 + - type: Transform + pos: -12.5,-31.5 parent: 1 - type: Transform - uid: 9411 components: - - pos: -11.5,-29.5 + - type: Transform + pos: -11.5,-29.5 parent: 1 - type: Transform - uid: 9412 components: - - pos: -11.5,-30.5 + - type: Transform + pos: -11.5,-30.5 parent: 1 - type: Transform - uid: 9413 components: - - pos: -11.5,-31.5 + - type: Transform + pos: -11.5,-31.5 parent: 1 - type: Transform - uid: 9475 components: - - pos: -57.5,-24.5 + - type: Transform + pos: -57.5,-24.5 parent: 1 - type: Transform - uid: 9478 components: - - pos: -57.5,-23.5 + - type: Transform + pos: -57.5,-23.5 parent: 1 - type: Transform - uid: 12283 components: - - pos: -57.5,-25.5 + - type: Transform + pos: -57.5,-25.5 parent: 1 - type: Transform - uid: 12284 components: - - pos: -56.5,-25.5 + - type: Transform + pos: -56.5,-25.5 parent: 1 - type: Transform - uid: 12285 components: - - pos: -56.5,-23.5 + - type: Transform + pos: -56.5,-23.5 parent: 1 - type: Transform - uid: 12286 components: - - pos: -56.5,-24.5 + - type: Transform + pos: -56.5,-24.5 parent: 1 - type: Transform - uid: 12292 components: - - pos: -55.5,-23.5 + - type: Transform + pos: -55.5,-23.5 parent: 1 - type: Transform - uid: 12293 components: - - pos: -55.5,-24.5 + - type: Transform + pos: -55.5,-24.5 parent: 1 - type: Transform - uid: 12294 components: - - pos: -55.5,-25.5 + - type: Transform + pos: -55.5,-25.5 parent: 1 - type: Transform - uid: 23811 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 1 - type: Transform - uid: 23812 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 1 - type: Transform - uid: 23813 components: - - pos: 32.5,-53.5 + - type: Transform + pos: 32.5,-53.5 parent: 1 - type: Transform - uid: 23814 components: - - pos: 33.5,-52.5 + - type: Transform + pos: 33.5,-52.5 parent: 1 - type: Transform - uid: 23815 components: - - pos: 33.5,-53.5 + - type: Transform + pos: 33.5,-53.5 parent: 1 - type: Transform - uid: 32344 components: - - pos: -88.5,14.5 + - type: Transform + pos: -88.5,14.5 parent: 1 - type: Transform - uid: 32345 components: - - pos: -82.5,16.5 + - type: Transform + pos: -82.5,16.5 parent: 1 - type: Transform - uid: 32346 components: - - pos: -88.5,16.5 + - type: Transform + pos: -88.5,16.5 parent: 1 - type: Transform - uid: 32349 components: - - pos: -88.5,13.5 + - type: Transform + pos: -88.5,13.5 parent: 1 - type: Transform - uid: 32350 components: - - pos: -82.5,14.5 + - type: Transform + pos: -82.5,14.5 parent: 1 - type: Transform - uid: 32351 components: - - pos: -82.5,15.5 + - type: Transform + pos: -82.5,15.5 parent: 1 - type: Transform - uid: 32352 components: - - pos: -82.5,13.5 + - type: Transform + pos: -82.5,13.5 parent: 1 - type: Transform - uid: 32357 components: - - pos: -88.5,15.5 + - type: Transform + pos: -88.5,15.5 parent: 1 - type: Transform - uid: 32358 components: - - pos: -85.5,17.5 + - type: Transform + pos: -85.5,17.5 parent: 1 - type: Transform - uid: 32359 components: - - pos: -84.5,16.5 + - type: Transform + pos: -84.5,16.5 parent: 1 - type: Transform - uid: 32361 components: - - pos: -85.5,14.5 + - type: Transform + pos: -85.5,14.5 parent: 1 - type: Transform - uid: 32362 components: - - pos: -85.5,15.5 + - type: Transform + pos: -85.5,15.5 parent: 1 - type: Transform - uid: 32363 components: - - pos: -85.5,13.5 + - type: Transform + pos: -85.5,13.5 parent: 1 - type: Transform - uid: 32364 components: - - pos: -85.5,12.5 + - type: Transform + pos: -85.5,12.5 parent: 1 - type: Transform - uid: 32365 components: - - pos: -85.5,11.5 + - type: Transform + pos: -85.5,11.5 parent: 1 - type: Transform - uid: 32374 components: - - pos: -83.5,16.5 + - type: Transform + pos: -83.5,16.5 parent: 1 - type: Transform - uid: 32375 components: - - pos: -85.5,16.5 + - type: Transform + pos: -85.5,16.5 parent: 1 - type: Transform - uid: 32377 components: - - pos: -86.5,16.5 + - type: Transform + pos: -86.5,16.5 parent: 1 - type: Transform - uid: 32383 components: - - pos: -87.5,13.5 + - type: Transform + pos: -87.5,13.5 parent: 1 - type: Transform - uid: 32387 components: - - pos: -87.5,16.5 + - type: Transform + pos: -87.5,16.5 parent: 1 - type: Transform - uid: 32388 components: - - pos: -86.5,13.5 + - type: Transform + pos: -86.5,13.5 parent: 1 - type: Transform - uid: 32389 components: - - pos: -84.5,13.5 + - type: Transform + pos: -84.5,13.5 parent: 1 - type: Transform - uid: 32390 components: - - pos: -83.5,13.5 + - type: Transform + pos: -83.5,13.5 parent: 1 - type: Transform - proto: CarpetGreen entities: - uid: 7587 components: - - pos: -70.5,18.5 + - type: Transform + pos: -70.5,18.5 parent: 1 - type: Transform - uid: 7588 components: - - pos: -70.5,17.5 + - type: Transform + pos: -70.5,17.5 parent: 1 - type: Transform - uid: 7589 components: - - pos: -69.5,18.5 + - type: Transform + pos: -69.5,18.5 parent: 1 - type: Transform - uid: 7590 components: - - pos: -69.5,17.5 + - type: Transform + pos: -69.5,17.5 parent: 1 - type: Transform - uid: 12466 components: - - pos: -57.5,2.5 + - type: Transform + pos: -57.5,2.5 parent: 1 - type: Transform - uid: 12467 components: - - pos: -57.5,1.5 + - type: Transform + pos: -57.5,1.5 parent: 1 - type: Transform - uid: 12468 components: - - pos: -56.5,2.5 + - type: Transform + pos: -56.5,2.5 parent: 1 - type: Transform - uid: 12469 components: - - pos: -56.5,1.5 + - type: Transform + pos: -56.5,1.5 parent: 1 - type: Transform - uid: 12470 components: - - pos: -55.5,2.5 + - type: Transform + pos: -55.5,2.5 parent: 1 - type: Transform - uid: 12471 components: - - pos: -55.5,1.5 + - type: Transform + pos: -55.5,1.5 parent: 1 - type: Transform - uid: 17694 components: - - pos: -91.5,-16.5 + - type: Transform + pos: -91.5,-16.5 parent: 1 - type: Transform - uid: 17695 components: - - pos: -90.5,-17.5 + - type: Transform + pos: -90.5,-17.5 parent: 1 - type: Transform - uid: 17696 components: - - pos: -89.5,-16.5 + - type: Transform + pos: -89.5,-16.5 parent: 1 - type: Transform - uid: 17697 components: - - pos: -88.5,-17.5 + - type: Transform + pos: -88.5,-17.5 parent: 1 - type: Transform - uid: 17699 components: - - pos: -87.5,-16.5 + - type: Transform + pos: -87.5,-16.5 parent: 1 - type: Transform - uid: 28651 components: - - pos: -89.5,-21.5 + - type: Transform + pos: -89.5,-21.5 parent: 1 - type: Transform - uid: 28652 components: - - pos: -89.5,-20.5 + - type: Transform + pos: -89.5,-20.5 parent: 1 - type: Transform - uid: 28653 components: - - pos: -90.5,-21.5 + - type: Transform + pos: -90.5,-21.5 parent: 1 - type: Transform - uid: 28654 components: - - pos: -90.5,-20.5 + - type: Transform + pos: -90.5,-20.5 parent: 1 - type: Transform - uid: 30640 components: - - pos: -113.5,1.5 + - type: Transform + pos: -113.5,1.5 parent: 1 - type: Transform - uid: 30641 components: - - pos: -113.5,0.5 + - type: Transform + pos: -113.5,0.5 parent: 1 - type: Transform - uid: 30642 components: - - pos: -113.5,-0.5 + - type: Transform + pos: -113.5,-0.5 parent: 1 - type: Transform - uid: 30643 components: - - pos: -114.5,1.5 + - type: Transform + pos: -114.5,1.5 parent: 1 - type: Transform - uid: 30644 components: - - pos: -114.5,0.5 + - type: Transform + pos: -114.5,0.5 parent: 1 - type: Transform - uid: 30645 components: - - pos: -114.5,-0.5 + - type: Transform + pos: -114.5,-0.5 parent: 1 - type: Transform - proto: CarpetOrange entities: - uid: 10981 components: - - pos: -30.5,-18.5 + - type: Transform + pos: -30.5,-18.5 parent: 1 - type: Transform - uid: 10982 components: - - pos: -31.5,-17.5 + - type: Transform + pos: -31.5,-17.5 parent: 1 - type: Transform - uid: 10983 components: - - pos: -30.5,-17.5 + - type: Transform + pos: -30.5,-17.5 parent: 1 - type: Transform - uid: 10984 components: - - pos: -31.5,-18.5 + - type: Transform + pos: -31.5,-18.5 parent: 1 - type: Transform - uid: 10985 components: - - pos: -32.5,-17.5 + - type: Transform + pos: -32.5,-17.5 parent: 1 - type: Transform - uid: 10986 components: - - pos: -32.5,-18.5 + - type: Transform + pos: -32.5,-18.5 parent: 1 - type: Transform - uid: 36614 components: - - pos: -115.5,-76.5 + - type: Transform + pos: -115.5,-76.5 parent: 1 - type: Transform - uid: 36615 components: - - pos: -116.5,-76.5 + - type: Transform + pos: -116.5,-76.5 parent: 1 - type: Transform - uid: 36616 components: - - pos: -117.5,-76.5 + - type: Transform + pos: -117.5,-76.5 parent: 1 - type: Transform - proto: CarpetPink entities: - uid: 6037 components: - - pos: -25.5,-36.5 + - type: Transform + pos: -25.5,-36.5 parent: 1 - type: Transform - uid: 6912 components: - - pos: -24.5,-28.5 + - type: Transform + pos: -24.5,-28.5 parent: 1 - type: Transform - uid: 6913 components: - - pos: -24.5,-30.5 + - type: Transform + pos: -24.5,-30.5 parent: 1 - type: Transform - uid: 6914 components: - - pos: -25.5,-29.5 + - type: Transform + pos: -25.5,-29.5 parent: 1 - type: Transform - uid: 6915 components: - - pos: -24.5,-34.5 + - type: Transform + pos: -24.5,-34.5 parent: 1 - type: Transform - uid: 6916 components: - - pos: -24.5,-36.5 + - type: Transform + pos: -24.5,-36.5 parent: 1 - type: Transform - uid: 6919 components: - - pos: -26.5,-33.5 + - type: Transform + pos: -26.5,-33.5 parent: 1 - type: Transform - uid: 6920 components: - - pos: -28.5,-33.5 + - type: Transform + pos: -28.5,-33.5 parent: 1 - type: Transform - uid: 6922 components: - - pos: -25.5,-28.5 + - type: Transform + pos: -25.5,-28.5 parent: 1 - type: Transform - uid: 6923 components: - - pos: -24.5,-32.5 + - type: Transform + pos: -24.5,-32.5 parent: 1 - type: Transform - uid: 6924 components: - - pos: -25.5,-35.5 + - type: Transform + pos: -25.5,-35.5 parent: 1 - type: Transform - uid: 6925 components: - - pos: -25.5,-33.5 + - type: Transform + pos: -25.5,-33.5 parent: 1 - type: Transform - uid: 6926 components: - - pos: -25.5,-31.5 + - type: Transform + pos: -25.5,-31.5 parent: 1 - type: Transform - uid: 6929 components: - - pos: -27.5,-32.5 + - type: Transform + pos: -27.5,-32.5 parent: 1 - type: Transform - uid: 6930 components: - - pos: -27.5,-34.5 + - type: Transform + pos: -27.5,-34.5 parent: 1 - type: Transform - uid: 9719 components: - - pos: -28.5,-34.5 + - type: Transform + pos: -28.5,-34.5 parent: 1 - type: Transform - uid: 9720 components: - - pos: -28.5,-32.5 + - type: Transform + pos: -28.5,-32.5 parent: 1 - type: Transform - uid: 9721 components: - - pos: -27.5,-33.5 + - type: Transform + pos: -27.5,-33.5 parent: 1 - type: Transform - uid: 9722 components: - - pos: -26.5,-34.5 + - type: Transform + pos: -26.5,-34.5 parent: 1 - type: Transform - uid: 9736 components: - - pos: -24.5,-37.5 + - type: Transform + pos: -24.5,-37.5 parent: 1 - type: Transform - uid: 9737 components: - - pos: -26.5,-32.5 + - type: Transform + pos: -26.5,-32.5 parent: 1 - type: Transform - uid: 9738 components: - - pos: -25.5,-32.5 + - type: Transform + pos: -25.5,-32.5 parent: 1 - type: Transform - uid: 9739 components: - - pos: -25.5,-34.5 + - type: Transform + pos: -25.5,-34.5 parent: 1 - type: Transform - uid: 9740 components: - - pos: -24.5,-35.5 + - type: Transform + pos: -24.5,-35.5 parent: 1 - type: Transform - uid: 9741 components: - - pos: -25.5,-30.5 + - type: Transform + pos: -25.5,-30.5 parent: 1 - type: Transform - uid: 9743 components: - - pos: -24.5,-29.5 + - type: Transform + pos: -24.5,-29.5 parent: 1 - type: Transform - uid: 9744 components: - - pos: -24.5,-31.5 + - type: Transform + pos: -24.5,-31.5 parent: 1 - type: Transform - uid: 9745 components: - - pos: -24.5,-33.5 + - type: Transform + pos: -24.5,-33.5 parent: 1 - type: Transform - uid: 18994 components: - - pos: -25.5,-37.5 + - type: Transform + pos: -25.5,-37.5 parent: 1 - type: Transform - proto: CarpetPurple entities: - uid: 9174 components: - - pos: -16.5,30.5 + - type: Transform + pos: -16.5,30.5 parent: 1 - type: Transform - uid: 23816 components: - - pos: 43.5,-53.5 + - type: Transform + pos: 43.5,-53.5 parent: 1 - type: Transform - uid: 23817 components: - - pos: 42.5,-53.5 + - type: Transform + pos: 42.5,-53.5 parent: 1 - type: Transform - uid: 29313 components: - - pos: 9.5,-50.5 + - type: Transform + pos: 9.5,-50.5 parent: 1 - type: Transform - uid: 30646 components: - - pos: -102.5,1.5 + - type: Transform + pos: -102.5,1.5 parent: 1 - type: Transform - uid: 30647 components: - - pos: -102.5,0.5 + - type: Transform + pos: -102.5,0.5 parent: 1 - type: Transform - uid: 30648 components: - - pos: -102.5,-0.5 + - type: Transform + pos: -102.5,-0.5 parent: 1 - type: Transform - uid: 30649 components: - - pos: -102.5,-1.5 + - type: Transform + pos: -102.5,-1.5 parent: 1 - type: Transform - uid: 30650 components: - - pos: -101.5,1.5 + - type: Transform + pos: -101.5,1.5 parent: 1 - type: Transform - uid: 30651 components: - - pos: -101.5,0.5 + - type: Transform + pos: -101.5,0.5 parent: 1 - type: Transform - uid: 30652 components: - - pos: -101.5,-0.5 + - type: Transform + pos: -101.5,-0.5 parent: 1 - type: Transform - uid: 30653 components: - - pos: -101.5,-1.5 + - type: Transform + pos: -101.5,-1.5 parent: 1 - type: Transform - uid: 30654 components: - - pos: -100.5,1.5 + - type: Transform + pos: -100.5,1.5 parent: 1 - type: Transform - uid: 30655 components: - - pos: -100.5,0.5 + - type: Transform + pos: -100.5,0.5 parent: 1 - type: Transform - uid: 30656 components: - - pos: -100.5,-0.5 + - type: Transform + pos: -100.5,-0.5 parent: 1 - type: Transform - uid: 30657 components: - - pos: -100.5,-1.5 + - type: Transform + pos: -100.5,-1.5 parent: 1 - type: Transform - uid: 30658 components: - - pos: -99.5,1.5 + - type: Transform + pos: -99.5,1.5 parent: 1 - type: Transform - uid: 30659 components: - - pos: -99.5,0.5 + - type: Transform + pos: -99.5,0.5 parent: 1 - type: Transform - uid: 30660 components: - - pos: -99.5,-0.5 + - type: Transform + pos: -99.5,-0.5 parent: 1 - type: Transform - uid: 30661 components: - - pos: -99.5,-1.5 + - type: Transform + pos: -99.5,-1.5 parent: 1 - type: Transform - uid: 30662 components: - - pos: -98.5,1.5 + - type: Transform + pos: -98.5,1.5 parent: 1 - type: Transform - uid: 30663 components: - - pos: -98.5,0.5 + - type: Transform + pos: -98.5,0.5 parent: 1 - type: Transform - uid: 30664 components: - - pos: -98.5,-0.5 + - type: Transform + pos: -98.5,-0.5 parent: 1 - type: Transform - uid: 30665 components: - - pos: -98.5,-1.5 + - type: Transform + pos: -98.5,-1.5 parent: 1 - type: Transform - uid: 31074 components: - - pos: 10.5,-49.5 + - type: Transform + pos: 10.5,-49.5 parent: 1 - type: Transform - uid: 31075 components: - - pos: 9.5,-51.5 + - type: Transform + pos: 9.5,-51.5 parent: 1 - type: Transform - uid: 31494 components: - - pos: -16.5,29.5 + - type: Transform + pos: -16.5,29.5 parent: 1 - type: Transform - uid: 32196 components: - - pos: 15.5,-49.5 + - type: Transform + pos: 15.5,-49.5 parent: 1 - type: Transform - uid: 32197 components: - - pos: 15.5,-50.5 + - type: Transform + pos: 15.5,-50.5 parent: 1 - type: Transform - uid: 32203 components: - - pos: 9.5,-51.5 + - type: Transform + pos: 9.5,-51.5 parent: 1 - type: Transform - uid: 32204 components: - - pos: 10.5,-51.5 + - type: Transform + pos: 10.5,-51.5 parent: 1 - type: Transform - uid: 32222 components: - - pos: 10.5,-50.5 + - type: Transform + pos: 10.5,-50.5 parent: 1 - type: Transform - uid: 32224 components: - - pos: 11.5,-53.5 + - type: Transform + pos: 11.5,-53.5 parent: 1 - type: Transform - uid: 32225 components: - - pos: 11.5,-54.5 + - type: Transform + pos: 11.5,-54.5 parent: 1 - type: Transform - uid: 32226 components: - - pos: 11.5,-55.5 + - type: Transform + pos: 11.5,-55.5 parent: 1 - type: Transform - uid: 32227 components: - - pos: 9.5,-49.5 + - type: Transform + pos: 9.5,-49.5 parent: 1 - type: Transform - uid: 32228 components: - - pos: 12.5,-53.5 + - type: Transform + pos: 12.5,-53.5 parent: 1 - type: Transform - uid: 32229 components: - - pos: 12.5,-54.5 + - type: Transform + pos: 12.5,-54.5 parent: 1 - type: Transform - uid: 32230 components: - - pos: 12.5,-55.5 + - type: Transform + pos: 12.5,-55.5 parent: 1 - type: Transform - uid: 32319 components: - - pos: -16.5,31.5 + - type: Transform + pos: -16.5,31.5 parent: 1 - type: Transform - uid: 32320 components: - - pos: -15.5,29.5 + - type: Transform + pos: -15.5,29.5 parent: 1 - type: Transform - uid: 32321 components: - - pos: -14.5,29.5 + - type: Transform + pos: -14.5,29.5 parent: 1 - type: Transform - uid: 32322 components: - - pos: -14.5,30.5 + - type: Transform + pos: -14.5,30.5 parent: 1 - type: Transform - uid: 32336 components: - - pos: -15.5,30.5 + - type: Transform + pos: -15.5,30.5 parent: 1 - type: Transform - uid: 32338 components: - - pos: -15.5,31.5 + - type: Transform + pos: -15.5,31.5 parent: 1 - type: Transform - uid: 32339 components: - - pos: -14.5,31.5 + - type: Transform + pos: -14.5,31.5 parent: 1 - type: Transform - uid: 32340 components: - - pos: -13.5,29.5 + - type: Transform + pos: -13.5,29.5 parent: 1 - type: Transform - uid: 32341 components: - - pos: -13.5,30.5 + - type: Transform + pos: -13.5,30.5 parent: 1 - type: Transform - uid: 32342 components: - - pos: -13.5,31.5 + - type: Transform + pos: -13.5,31.5 parent: 1 - type: Transform - proto: CarpetSBlue entities: - uid: 2547 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-49.5 parent: 1 - type: Transform - uid: 2548 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-50.5 parent: 1 - type: Transform - uid: 2549 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-51.5 parent: 1 - type: Transform - uid: 2550 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-49.5 parent: 1 - type: Transform - uid: 2551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-50.5 parent: 1 - type: Transform - uid: 2552 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-51.5 parent: 1 - type: Transform - uid: 2553 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-49.5 parent: 1 - type: Transform - uid: 2554 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-50.5 parent: 1 - type: Transform - uid: 2555 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-51.5 parent: 1 - type: Transform - uid: 2556 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-54.5 parent: 1 - type: Transform - uid: 2557 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-55.5 parent: 1 - type: Transform - uid: 2558 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-56.5 parent: 1 - type: Transform - uid: 2559 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-54.5 parent: 1 - type: Transform - uid: 2560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-55.5 parent: 1 - type: Transform - uid: 2561 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-56.5 parent: 1 - type: Transform - uid: 2562 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-54.5 parent: 1 - type: Transform - uid: 2563 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-55.5 parent: 1 - type: Transform - uid: 2564 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-56.5 parent: 1 - type: Transform - uid: 12772 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,41.5 parent: 1 - type: Transform - uid: 12789 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,40.5 parent: 1 - type: Transform - uid: 12793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,39.5 parent: 1 - type: Transform - uid: 12803 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,40.5 parent: 1 - type: Transform - uid: 12805 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,39.5 parent: 1 - type: Transform - uid: 12806 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,41.5 parent: 1 - type: Transform - uid: 12809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,40.5 parent: 1 - type: Transform - uid: 12863 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,39.5 parent: 1 - type: Transform - uid: 12865 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,41.5 parent: 1 - type: Transform - uid: 12866 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,40.5 parent: 1 - type: Transform - uid: 12867 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,39.5 parent: 1 - type: Transform - uid: 13103 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,41.5 parent: 1 - type: Transform - uid: 30636 components: - - pos: -118.5,-2.5 + - type: Transform + pos: -118.5,-2.5 parent: 1 - type: Transform - uid: 30637 components: - - pos: -118.5,-3.5 + - type: Transform + pos: -118.5,-3.5 parent: 1 - type: Transform - uid: 30638 components: - - pos: -117.5,-2.5 + - type: Transform + pos: -117.5,-2.5 parent: 1 - type: Transform - uid: 30639 components: - - pos: -117.5,-3.5 + - type: Transform + pos: -117.5,-3.5 parent: 1 - type: Transform - uid: 32366 components: - - pos: -85.5,10.5 + - type: Transform + pos: -85.5,10.5 parent: 1 - type: Transform - proto: Catwalk entities: - uid: 3215 components: - - pos: -112.5,-26.5 + - type: Transform + pos: -112.5,-26.5 parent: 1 - type: Transform - uid: 3216 components: - - pos: -113.5,-26.5 + - type: Transform + pos: -113.5,-26.5 parent: 1 - type: Transform - uid: 3217 components: - - pos: -114.5,-26.5 + - type: Transform + pos: -114.5,-26.5 parent: 1 - type: Transform - uid: 4701 components: - - pos: -80.5,-39.5 + - type: Transform + pos: -80.5,-39.5 parent: 1 - type: Transform - uid: 4702 components: - - pos: -85.5,-37.5 + - type: Transform + pos: -85.5,-37.5 parent: 1 - type: Transform - uid: 4714 components: - - pos: -83.5,-39.5 + - type: Transform + pos: -83.5,-39.5 parent: 1 - type: Transform - uid: 4717 components: - - pos: -78.5,-39.5 + - type: Transform + pos: -78.5,-39.5 parent: 1 - type: Transform - uid: 4718 components: - - pos: -77.5,-39.5 + - type: Transform + pos: -77.5,-39.5 parent: 1 - type: Transform - uid: 4741 components: - - pos: -82.5,-39.5 + - type: Transform + pos: -82.5,-39.5 parent: 1 - type: Transform - uid: 4743 components: - - pos: -85.5,-39.5 + - type: Transform + pos: -85.5,-39.5 parent: 1 - type: Transform - uid: 4766 components: - - pos: -85.5,-36.5 + - type: Transform + pos: -85.5,-36.5 parent: 1 - type: Transform - uid: 4767 components: - - pos: -84.5,-39.5 + - type: Transform + pos: -84.5,-39.5 parent: 1 - type: Transform - uid: 4769 components: - - pos: -79.5,-39.5 + - type: Transform + pos: -79.5,-39.5 parent: 1 - type: Transform - uid: 4965 components: - - pos: -96.5,-24.5 + - type: Transform + pos: -96.5,-24.5 parent: 1 - type: Transform - uid: 5785 components: - - pos: -100.5,65.5 + - type: Transform + pos: -100.5,65.5 parent: 1 - type: Transform - uid: 5899 components: - - pos: -111.5,-26.5 + - type: Transform + pos: -111.5,-26.5 parent: 1 - type: Transform - uid: 5918 components: - - pos: -110.5,-26.5 + - type: Transform + pos: -110.5,-26.5 parent: 1 - type: Transform - uid: 5937 components: - - pos: -109.5,-26.5 + - type: Transform + pos: -109.5,-26.5 parent: 1 - type: Transform - uid: 5963 components: - - pos: -109.5,-25.5 + - type: Transform + pos: -109.5,-25.5 parent: 1 - type: Transform - uid: 5981 components: - - pos: -96.5,-23.5 + - type: Transform + pos: -96.5,-23.5 parent: 1 - type: Transform - uid: 5995 components: - - pos: -109.5,-24.5 + - type: Transform + pos: -109.5,-24.5 parent: 1 - type: Transform - uid: 6187 components: - - pos: -109.5,-23.5 + - type: Transform + pos: -109.5,-23.5 parent: 1 - type: Transform - uid: 6571 components: - - pos: -121.5,-29.5 + - type: Transform + pos: -121.5,-29.5 parent: 1 - type: Transform - uid: 6585 components: - - pos: -120.5,-29.5 + - type: Transform + pos: -120.5,-29.5 parent: 1 - type: Transform - uid: 6716 components: - - pos: -119.5,-29.5 + - type: Transform + pos: -119.5,-29.5 parent: 1 - type: Transform - uid: 6774 components: - - pos: -118.5,-29.5 + - type: Transform + pos: -118.5,-29.5 parent: 1 - type: Transform - uid: 6775 components: - - pos: -117.5,-29.5 + - type: Transform + pos: -117.5,-29.5 parent: 1 - type: Transform - uid: 6776 components: - - pos: -116.5,-29.5 + - type: Transform + pos: -116.5,-29.5 parent: 1 - type: Transform - uid: 6789 components: - - pos: -115.5,-29.5 + - type: Transform + pos: -115.5,-29.5 parent: 1 - type: Transform - uid: 6917 components: - - pos: -114.5,-29.5 + - type: Transform + pos: -114.5,-29.5 parent: 1 - type: Transform - uid: 6918 components: - - pos: -113.5,-29.5 + - type: Transform + pos: -113.5,-29.5 parent: 1 - type: Transform - uid: 6927 components: - - pos: -112.5,-29.5 + - type: Transform + pos: -112.5,-29.5 parent: 1 - type: Transform - uid: 6928 components: - - pos: -112.5,-28.5 + - type: Transform + pos: -112.5,-28.5 parent: 1 - type: Transform - uid: 7038 components: - - pos: -112.5,-27.5 + - type: Transform + pos: -112.5,-27.5 parent: 1 - type: Transform - uid: 7046 components: - - pos: -122.5,-29.5 + - type: Transform + pos: -122.5,-29.5 parent: 1 - type: Transform - uid: 7922 components: - - pos: -96.5,-22.5 + - type: Transform + pos: -96.5,-22.5 parent: 1 - type: Transform - uid: 8862 components: - - pos: -124.5,-25.5 + - type: Transform + pos: -124.5,-25.5 parent: 1 - type: Transform - uid: 8863 components: - - pos: -96.5,-25.5 + - type: Transform + pos: -96.5,-25.5 parent: 1 - type: Transform - uid: 8935 components: - - pos: -39.5,-81.5 + - type: Transform + pos: -39.5,-81.5 parent: 1 - type: Transform - uid: 9860 components: - - pos: -63.5,-39.5 + - type: Transform + pos: -63.5,-39.5 parent: 1 - type: Transform - uid: 9861 components: - - pos: -63.5,-40.5 + - type: Transform + pos: -63.5,-40.5 parent: 1 - type: Transform - uid: 12737 components: - - pos: -84.5,52.5 + - type: Transform + pos: -84.5,52.5 parent: 1 - type: Transform - uid: 12738 components: - - pos: -84.5,58.5 + - type: Transform + pos: -84.5,58.5 parent: 1 - type: Transform - uid: 12757 components: - - pos: -84.5,65.5 + - type: Transform + pos: -84.5,65.5 parent: 1 - type: Transform - uid: 13561 components: - - pos: -96.5,-27.5 + - type: Transform + pos: -96.5,-27.5 parent: 1 - type: Transform - uid: 15332 components: - - pos: -81.5,-39.5 + - type: Transform + pos: -81.5,-39.5 parent: 1 - type: Transform - uid: 15396 components: - - pos: 62.5,-55.5 + - type: Transform + pos: 62.5,-55.5 parent: 1 - type: Transform - uid: 15405 components: - - pos: 63.5,-55.5 + - type: Transform + pos: 63.5,-55.5 parent: 1 - type: Transform - uid: 15410 components: - - pos: 63.5,-56.5 + - type: Transform + pos: 63.5,-56.5 parent: 1 - type: Transform - uid: 15413 components: - - pos: 63.5,-57.5 + - type: Transform + pos: 63.5,-57.5 parent: 1 - type: Transform - uid: 15418 components: - - pos: 64.5,-57.5 + - type: Transform + pos: 64.5,-57.5 parent: 1 - type: Transform - uid: 15434 components: - - pos: 65.5,-57.5 + - type: Transform + pos: 65.5,-57.5 parent: 1 - type: Transform - uid: 15435 components: - - pos: 66.5,-57.5 + - type: Transform + pos: 66.5,-57.5 parent: 1 - type: Transform - uid: 15436 components: - - pos: 67.5,-57.5 + - type: Transform + pos: 67.5,-57.5 parent: 1 - type: Transform - uid: 15437 components: - - pos: 68.5,-57.5 + - type: Transform + pos: 68.5,-57.5 parent: 1 - type: Transform - uid: 15438 components: - - pos: -110.5,-7.5 + - type: Transform + pos: -110.5,-7.5 parent: 1 - type: Transform - uid: 15439 components: - - pos: 69.5,-57.5 + - type: Transform + pos: 69.5,-57.5 parent: 1 - type: Transform - uid: 15440 components: - - pos: 70.5,-57.5 + - type: Transform + pos: 70.5,-57.5 parent: 1 - type: Transform - uid: 15445 components: - - pos: 71.5,-57.5 + - type: Transform + pos: 71.5,-57.5 parent: 1 - type: Transform - uid: 15446 components: - - pos: 72.5,-57.5 + - type: Transform + pos: 72.5,-57.5 parent: 1 - type: Transform - uid: 15456 components: - - pos: 73.5,-57.5 + - type: Transform + pos: 73.5,-57.5 parent: 1 - type: Transform - uid: 15457 components: - - pos: 75.5,-57.5 + - type: Transform + pos: 75.5,-57.5 parent: 1 - type: Transform - uid: 15470 components: - - pos: 74.5,-57.5 + - type: Transform + pos: 74.5,-57.5 parent: 1 - type: Transform - uid: 15471 components: - - pos: 76.5,-57.5 + - type: Transform + pos: 76.5,-57.5 parent: 1 - type: Transform - uid: 15476 components: - - pos: 77.5,-57.5 + - type: Transform + pos: 77.5,-57.5 parent: 1 - type: Transform - uid: 15477 components: - - pos: 78.5,-57.5 + - type: Transform + pos: 78.5,-57.5 parent: 1 - type: Transform - uid: 15481 components: - - pos: 79.5,-57.5 + - type: Transform + pos: 79.5,-57.5 parent: 1 - type: Transform - uid: 15498 components: - - pos: -85.5,-35.5 + - type: Transform + pos: -85.5,-35.5 parent: 1 - type: Transform - uid: 15504 components: - - pos: 80.5,-57.5 + - type: Transform + pos: 80.5,-57.5 parent: 1 - type: Transform - uid: 15505 components: - - pos: 81.5,-57.5 + - type: Transform + pos: 81.5,-57.5 parent: 1 - type: Transform - uid: 15506 components: - - pos: 82.5,-57.5 + - type: Transform + pos: 82.5,-57.5 parent: 1 - type: Transform - uid: 15508 components: - - pos: 83.5,-57.5 + - type: Transform + pos: 83.5,-57.5 parent: 1 - type: Transform - uid: 15509 components: - - pos: 84.5,-57.5 + - type: Transform + pos: 84.5,-57.5 parent: 1 - type: Transform - uid: 15510 components: - - pos: 85.5,-57.5 + - type: Transform + pos: 85.5,-57.5 parent: 1 - type: Transform - uid: 15514 components: - - pos: 86.5,-57.5 + - type: Transform + pos: 86.5,-57.5 parent: 1 - type: Transform - uid: 15518 components: - - pos: 87.5,-57.5 + - type: Transform + pos: 87.5,-57.5 parent: 1 - type: Transform - uid: 15519 components: - - pos: 87.5,-56.5 + - type: Transform + pos: 87.5,-56.5 parent: 1 - type: Transform - uid: 15520 components: - - pos: 87.5,-55.5 + - type: Transform + pos: 87.5,-55.5 parent: 1 - type: Transform - uid: 15521 components: - - pos: 87.5,-54.5 + - type: Transform + pos: 87.5,-54.5 parent: 1 - type: Transform - uid: 15522 components: - - pos: 87.5,-53.5 + - type: Transform + pos: 87.5,-53.5 parent: 1 - type: Transform - uid: 15523 components: - - pos: 87.5,-52.5 + - type: Transform + pos: 87.5,-52.5 parent: 1 - type: Transform - uid: 15524 components: - - pos: 87.5,-51.5 + - type: Transform + pos: 87.5,-51.5 parent: 1 - type: Transform - uid: 15525 components: - - pos: 87.5,-50.5 + - type: Transform + pos: 87.5,-50.5 parent: 1 - type: Transform - uid: 15527 components: - - pos: 87.5,-49.5 + - type: Transform + pos: 87.5,-49.5 parent: 1 - type: Transform - uid: 15528 components: - - pos: 87.5,-48.5 + - type: Transform + pos: 87.5,-48.5 parent: 1 - type: Transform - uid: 15529 components: - - pos: 87.5,-47.5 + - type: Transform + pos: 87.5,-47.5 parent: 1 - type: Transform - uid: 15534 components: - - pos: 87.5,-46.5 + - type: Transform + pos: 87.5,-46.5 parent: 1 - type: Transform - uid: 15535 components: - - pos: 87.5,-45.5 + - type: Transform + pos: 87.5,-45.5 parent: 1 - type: Transform - uid: 15537 components: - - pos: 87.5,-44.5 + - type: Transform + pos: 87.5,-44.5 parent: 1 - type: Transform - uid: 15539 components: - - pos: 87.5,-43.5 + - type: Transform + pos: 87.5,-43.5 parent: 1 - type: Transform - uid: 15541 components: - - pos: 87.5,-42.5 + - type: Transform + pos: 87.5,-42.5 parent: 1 - type: Transform - uid: 15542 components: - - pos: 87.5,-41.5 + - type: Transform + pos: 87.5,-41.5 parent: 1 - type: Transform - uid: 15543 components: - - pos: 87.5,-40.5 + - type: Transform + pos: 87.5,-40.5 parent: 1 - type: Transform - uid: 15544 components: - - pos: 87.5,-39.5 + - type: Transform + pos: 87.5,-39.5 parent: 1 - type: Transform - uid: 15545 components: - - pos: 87.5,-38.5 + - type: Transform + pos: 87.5,-38.5 parent: 1 - type: Transform - uid: 15546 components: - - pos: 87.5,-37.5 + - type: Transform + pos: 87.5,-37.5 parent: 1 - type: Transform - uid: 15547 components: - - pos: 86.5,-37.5 + - type: Transform + pos: 86.5,-37.5 parent: 1 - type: Transform - uid: 15548 components: - - pos: 85.5,-37.5 + - type: Transform + pos: 85.5,-37.5 parent: 1 - type: Transform - uid: 15549 components: - - pos: 84.5,-37.5 + - type: Transform + pos: 84.5,-37.5 parent: 1 - type: Transform - uid: 15550 components: - - pos: 83.5,-37.5 + - type: Transform + pos: 83.5,-37.5 parent: 1 - type: Transform - uid: 15551 components: - - pos: 82.5,-37.5 + - type: Transform + pos: 82.5,-37.5 parent: 1 - type: Transform - uid: 15552 components: - - pos: 81.5,-37.5 + - type: Transform + pos: 81.5,-37.5 parent: 1 - type: Transform - uid: 15553 components: - - pos: 80.5,-37.5 + - type: Transform + pos: 80.5,-37.5 parent: 1 - type: Transform - uid: 15555 components: - - pos: 79.5,-37.5 + - type: Transform + pos: 79.5,-37.5 parent: 1 - type: Transform - uid: 15556 components: - - pos: 78.5,-37.5 + - type: Transform + pos: 78.5,-37.5 parent: 1 - type: Transform - uid: 15558 components: - - pos: 77.5,-37.5 + - type: Transform + pos: 77.5,-37.5 parent: 1 - type: Transform - uid: 15559 components: - - pos: 76.5,-37.5 + - type: Transform + pos: 76.5,-37.5 parent: 1 - type: Transform - uid: 15560 components: - - pos: 75.5,-37.5 + - type: Transform + pos: 75.5,-37.5 parent: 1 - type: Transform - uid: 15561 components: - - pos: 74.5,-37.5 + - type: Transform + pos: 74.5,-37.5 parent: 1 - type: Transform - uid: 15562 components: - - pos: 73.5,-37.5 + - type: Transform + pos: 73.5,-37.5 parent: 1 - type: Transform - uid: 15567 components: - - pos: 72.5,-37.5 + - type: Transform + pos: 72.5,-37.5 parent: 1 - type: Transform - uid: 15568 components: - - pos: 71.5,-37.5 + - type: Transform + pos: 71.5,-37.5 parent: 1 - type: Transform - uid: 15571 components: - - pos: 70.5,-37.5 + - type: Transform + pos: 70.5,-37.5 parent: 1 - type: Transform - uid: 15572 components: - - pos: 69.5,-37.5 + - type: Transform + pos: 69.5,-37.5 parent: 1 - type: Transform - uid: 15573 components: - - pos: 68.5,-37.5 + - type: Transform + pos: 68.5,-37.5 parent: 1 - type: Transform - uid: 15581 components: - - pos: 67.5,-37.5 + - type: Transform + pos: 67.5,-37.5 parent: 1 - type: Transform - uid: 15582 components: - - pos: 66.5,-37.5 + - type: Transform + pos: 66.5,-37.5 parent: 1 - type: Transform - uid: 15583 components: - - pos: 65.5,-37.5 + - type: Transform + pos: 65.5,-37.5 parent: 1 - type: Transform - uid: 15584 components: - - pos: 64.5,-37.5 + - type: Transform + pos: 64.5,-37.5 parent: 1 - type: Transform - uid: 15585 components: - - pos: 63.5,-37.5 + - type: Transform + pos: 63.5,-37.5 parent: 1 - type: Transform - uid: 15587 components: - - pos: 63.5,-38.5 + - type: Transform + pos: 63.5,-38.5 parent: 1 - type: Transform - uid: 15595 components: - - pos: 63.5,-39.5 + - type: Transform + pos: 63.5,-39.5 parent: 1 - type: Transform - uid: 15596 components: - - pos: 63.5,-40.5 + - type: Transform + pos: 63.5,-40.5 parent: 1 - type: Transform - uid: 15602 components: - - pos: 63.5,-41.5 + - type: Transform + pos: 63.5,-41.5 parent: 1 - type: Transform - uid: 15604 components: - - pos: 63.5,-42.5 + - type: Transform + pos: 63.5,-42.5 parent: 1 - type: Transform - uid: 15605 components: - - pos: 63.5,-43.5 + - type: Transform + pos: 63.5,-43.5 parent: 1 - type: Transform - uid: 15606 components: - - pos: 63.5,-44.5 + - type: Transform + pos: 63.5,-44.5 parent: 1 - type: Transform - uid: 15654 components: - - pos: 63.5,-45.5 + - type: Transform + pos: 63.5,-45.5 parent: 1 - type: Transform - uid: 15655 components: - - pos: 63.5,-46.5 + - type: Transform + pos: 63.5,-46.5 parent: 1 - type: Transform - uid: 15656 components: - - pos: 63.5,-47.5 + - type: Transform + pos: 63.5,-47.5 parent: 1 - type: Transform - uid: 15672 components: - - pos: 63.5,-48.5 + - type: Transform + pos: 63.5,-48.5 parent: 1 - type: Transform - uid: 15733 components: - - pos: 63.5,-49.5 + - type: Transform + pos: 63.5,-49.5 parent: 1 - type: Transform - uid: 15790 components: - - pos: 63.5,-50.5 + - type: Transform + pos: 63.5,-50.5 parent: 1 - type: Transform - uid: 15791 components: - - pos: 63.5,-51.5 + - type: Transform + pos: 63.5,-51.5 parent: 1 - type: Transform - uid: 15792 components: - - pos: 63.5,-52.5 + - type: Transform + pos: 63.5,-52.5 parent: 1 - type: Transform - uid: 15793 components: - - pos: 63.5,-53.5 + - type: Transform + pos: 63.5,-53.5 parent: 1 - type: Transform - uid: 15794 components: - - pos: 63.5,-54.5 + - type: Transform + pos: 63.5,-54.5 parent: 1 - type: Transform - uid: 15835 components: - - pos: 44.5,-40.5 + - type: Transform + pos: 44.5,-40.5 parent: 1 - type: Transform - uid: 15837 components: - - pos: -31.5,-69.5 + - type: Transform + pos: -31.5,-69.5 parent: 1 - type: Transform - uid: 15838 components: - - pos: 47.5,-40.5 + - type: Transform + pos: 47.5,-40.5 parent: 1 - type: Transform - uid: 15839 components: - - pos: 48.5,-40.5 + - type: Transform + pos: 48.5,-40.5 parent: 1 - type: Transform - uid: 15840 components: - - pos: 49.5,-40.5 + - type: Transform + pos: 49.5,-40.5 parent: 1 - type: Transform - uid: 15841 components: - - pos: 50.5,-40.5 + - type: Transform + pos: 50.5,-40.5 parent: 1 - type: Transform - uid: 15842 components: - - pos: 51.5,-40.5 + - type: Transform + pos: 51.5,-40.5 parent: 1 - type: Transform - uid: 15843 components: - - pos: 52.5,-40.5 + - type: Transform + pos: 52.5,-40.5 parent: 1 - type: Transform - uid: 15844 components: - - pos: 53.5,-40.5 + - type: Transform + pos: 53.5,-40.5 parent: 1 - type: Transform - uid: 15845 components: - - pos: 54.5,-40.5 + - type: Transform + pos: 54.5,-40.5 parent: 1 - type: Transform - uid: 15846 components: - - pos: 55.5,-40.5 + - type: Transform + pos: 55.5,-40.5 parent: 1 - type: Transform - uid: 15847 components: - - pos: 56.5,-40.5 + - type: Transform + pos: 56.5,-40.5 parent: 1 - type: Transform - uid: 16026 components: - - pos: -85.5,-38.5 + - type: Transform + pos: -85.5,-38.5 parent: 1 - type: Transform - uid: 16162 components: - - pos: -51.5,-79.5 + - type: Transform + pos: -51.5,-79.5 parent: 1 - type: Transform - uid: 16163 components: - - pos: -51.5,-80.5 + - type: Transform + pos: -51.5,-80.5 parent: 1 - type: Transform - uid: 16164 components: - - pos: -51.5,-81.5 + - type: Transform + pos: -51.5,-81.5 parent: 1 - type: Transform - uid: 16165 components: - - pos: -51.5,-82.5 + - type: Transform + pos: -51.5,-82.5 parent: 1 - type: Transform - uid: 16166 components: - - pos: -38.5,-79.5 + - type: Transform + pos: -38.5,-79.5 parent: 1 - type: Transform - uid: 16167 components: - - pos: -38.5,-80.5 + - type: Transform + pos: -38.5,-80.5 parent: 1 - type: Transform - uid: 16168 components: - - pos: -38.5,-81.5 + - type: Transform + pos: -38.5,-81.5 parent: 1 - type: Transform - uid: 16169 components: - - pos: -38.5,-82.5 + - type: Transform + pos: -38.5,-82.5 parent: 1 - type: Transform - uid: 16172 components: - - pos: -33.5,-93.5 + - type: Transform + pos: -33.5,-93.5 parent: 1 - type: Transform - uid: 16173 components: - - pos: -56.5,-93.5 + - type: Transform + pos: -56.5,-93.5 parent: 1 - type: Transform - uid: 16481 components: - - pos: -96.5,-26.5 + - type: Transform + pos: -96.5,-26.5 parent: 1 - type: Transform - uid: 16847 components: - - pos: -31.5,-67.5 + - type: Transform + pos: -31.5,-67.5 parent: 1 - type: Transform - uid: 16853 components: - - pos: -31.5,-66.5 + - type: Transform + pos: -31.5,-66.5 parent: 1 - type: Transform - uid: 16854 components: - - pos: -31.5,-65.5 + - type: Transform + pos: -31.5,-65.5 parent: 1 - type: Transform - uid: 16855 components: - - pos: -95.5,9.5 + - type: Transform + pos: -95.5,9.5 parent: 1 - type: Transform - uid: 16856 components: - - pos: -96.5,9.5 + - type: Transform + pos: -96.5,9.5 parent: 1 - type: Transform - uid: 16857 components: - - pos: -96.5,10.5 + - type: Transform + pos: -96.5,10.5 parent: 1 - type: Transform - uid: 16858 components: - - pos: -96.5,12.5 + - type: Transform + pos: -96.5,12.5 parent: 1 - type: Transform - uid: 16859 components: - - pos: -97.5,13.5 + - type: Transform + pos: -97.5,13.5 parent: 1 - type: Transform - uid: 16861 components: - - pos: -92.5,9.5 + - type: Transform + pos: -92.5,9.5 parent: 1 - type: Transform - uid: 16862 components: - - pos: -91.5,9.5 + - type: Transform + pos: -91.5,9.5 parent: 1 - type: Transform - uid: 16863 components: - - pos: -97.5,-7.5 + - type: Transform + pos: -97.5,-7.5 parent: 1 - type: Transform - uid: 16864 components: - - pos: -97.5,-6.5 + - type: Transform + pos: -97.5,-6.5 parent: 1 - type: Transform - uid: 17437 components: - - pos: -31.5,-64.5 + - type: Transform + pos: -31.5,-64.5 parent: 1 - type: Transform - uid: 17668 components: - - pos: -31.5,-63.5 + - type: Transform + pos: -31.5,-63.5 parent: 1 - type: Transform - uid: 17738 components: - - pos: -31.5,-62.5 + - type: Transform + pos: -31.5,-62.5 parent: 1 - type: Transform - uid: 17739 components: - - pos: -31.5,-61.5 + - type: Transform + pos: -31.5,-61.5 parent: 1 - type: Transform - uid: 17740 components: - - pos: -31.5,-60.5 + - type: Transform + pos: -31.5,-60.5 parent: 1 - type: Transform - uid: 17741 components: - - pos: -31.5,-59.5 + - type: Transform + pos: -31.5,-59.5 parent: 1 - type: Transform - uid: 17742 components: - - pos: -31.5,-58.5 + - type: Transform + pos: -31.5,-58.5 parent: 1 - type: Transform - uid: 17752 components: - - pos: -31.5,-57.5 + - type: Transform + pos: -31.5,-57.5 parent: 1 - type: Transform - uid: 17753 components: - - pos: -30.5,-57.5 + - type: Transform + pos: -30.5,-57.5 parent: 1 - type: Transform - uid: 18027 components: - - pos: -30.5,-56.5 + - type: Transform + pos: -30.5,-56.5 parent: 1 - type: Transform - uid: 18082 components: - - pos: -95.5,-29.5 + - type: Transform + pos: -95.5,-29.5 parent: 1 - type: Transform - uid: 18101 components: - - pos: -29.5,-56.5 + - type: Transform + pos: -29.5,-56.5 parent: 1 - type: Transform - uid: 18102 components: - - pos: -28.5,-56.5 + - type: Transform + pos: -28.5,-56.5 parent: 1 - type: Transform - uid: 18103 components: - - pos: -27.5,-56.5 + - type: Transform + pos: -27.5,-56.5 parent: 1 - type: Transform - uid: 18104 components: - - pos: -26.5,-56.5 + - type: Transform + pos: -26.5,-56.5 parent: 1 - type: Transform - uid: 18105 components: - - pos: -25.5,-56.5 + - type: Transform + pos: -25.5,-56.5 parent: 1 - type: Transform - uid: 18874 components: - - pos: -96.5,-29.5 + - type: Transform + pos: -96.5,-29.5 parent: 1 - type: Transform - uid: 18879 components: - - pos: -93.5,-29.5 + - type: Transform + pos: -93.5,-29.5 parent: 1 - type: Transform - uid: 18881 components: - - pos: -88.5,-33.5 + - type: Transform + pos: -88.5,-33.5 parent: 1 - type: Transform - uid: 18882 components: - - pos: -88.5,-34.5 + - type: Transform + pos: -88.5,-34.5 parent: 1 - type: Transform - uid: 18883 components: - - pos: -90.5,-33.5 + - type: Transform + pos: -90.5,-33.5 parent: 1 - type: Transform - uid: 18884 components: - - pos: -91.5,-32.5 + - type: Transform + pos: -91.5,-32.5 parent: 1 - type: Transform - uid: 18885 components: - - pos: -91.5,-30.5 + - type: Transform + pos: -91.5,-30.5 parent: 1 - type: Transform - uid: 18889 components: - - pos: -92.5,-29.5 + - type: Transform + pos: -92.5,-29.5 parent: 1 - type: Transform - uid: 19227 components: - - pos: -109.5,-7.5 + - type: Transform + pos: -109.5,-7.5 parent: 1 - type: Transform - uid: 19252 components: - - pos: -94.5,9.5 + - type: Transform + pos: -94.5,9.5 parent: 1 - type: Transform - uid: 19287 components: - - pos: -96.5,-28.5 + - type: Transform + pos: -96.5,-28.5 parent: 1 - type: Transform - uid: 19927 components: - - pos: -100.5,58.5 + - type: Transform + pos: -100.5,58.5 parent: 1 - type: Transform - uid: 19928 components: - - pos: -100.5,52.5 + - type: Transform + pos: -100.5,52.5 parent: 1 - type: Transform - uid: 20770 components: - - pos: -24.5,-56.5 + - type: Transform + pos: -24.5,-56.5 parent: 1 - type: Transform - uid: 20771 components: - - pos: -23.5,-56.5 + - type: Transform + pos: -23.5,-56.5 parent: 1 - type: Transform - uid: 20772 components: - - pos: -22.5,-56.5 + - type: Transform + pos: -22.5,-56.5 parent: 1 - type: Transform - uid: 21280 components: - - pos: -107.5,-7.5 + - type: Transform + pos: -107.5,-7.5 parent: 1 - type: Transform - uid: 21608 components: - - pos: -21.5,-56.5 + - type: Transform + pos: -21.5,-56.5 parent: 1 - type: Transform - uid: 21609 components: - - pos: -20.5,-56.5 + - type: Transform + pos: -20.5,-56.5 parent: 1 - type: Transform - uid: 21931 components: - - pos: -19.5,-56.5 + - type: Transform + pos: -19.5,-56.5 parent: 1 - type: Transform - uid: 21942 components: - - pos: -18.5,-56.5 + - type: Transform + pos: -18.5,-56.5 parent: 1 - type: Transform - uid: 22117 components: - - pos: -106.5,-6.5 + - type: Transform + pos: -106.5,-6.5 parent: 1 - type: Transform - uid: 22301 components: - - pos: 17.5,18.5 + - type: Transform + pos: 17.5,18.5 parent: 1 - type: Transform - uid: 22306 components: - - pos: -97.5,-8.5 + - type: Transform + pos: -97.5,-8.5 parent: 1 - type: Transform - uid: 22392 components: - - pos: 15.5,17.5 + - type: Transform + pos: 15.5,17.5 parent: 1 - type: Transform - uid: 22991 components: - - pos: -17.5,-56.5 + - type: Transform + pos: -17.5,-56.5 parent: 1 - type: Transform - uid: 23049 components: - - pos: -16.5,-56.5 + - type: Transform + pos: -16.5,-56.5 parent: 1 - type: Transform - uid: 23525 components: - - pos: 9.5,31.5 + - type: Transform + pos: 9.5,31.5 parent: 1 - type: Transform - uid: 23526 components: - - pos: 10.5,31.5 + - type: Transform + pos: 10.5,31.5 parent: 1 - type: Transform - uid: 23527 components: - - pos: 10.5,30.5 + - type: Transform + pos: 10.5,30.5 parent: 1 - type: Transform - uid: 23528 components: - - pos: 11.5,30.5 + - type: Transform + pos: 11.5,30.5 parent: 1 - type: Transform - uid: 23529 components: - - pos: 12.5,30.5 + - type: Transform + pos: 12.5,30.5 parent: 1 - type: Transform - uid: 23530 components: - - pos: 13.5,30.5 + - type: Transform + pos: 13.5,30.5 parent: 1 - type: Transform - uid: 23531 components: - - pos: 14.5,30.5 + - type: Transform + pos: 14.5,30.5 parent: 1 - type: Transform - uid: 23532 components: - - pos: 15.5,30.5 + - type: Transform + pos: 15.5,30.5 parent: 1 - type: Transform - uid: 23533 components: - - pos: 16.5,30.5 + - type: Transform + pos: 16.5,30.5 parent: 1 - type: Transform - uid: 23534 components: - - pos: 17.5,30.5 + - type: Transform + pos: 17.5,30.5 parent: 1 - type: Transform - uid: 23556 components: - - pos: 18.5,30.5 + - type: Transform + pos: 18.5,30.5 parent: 1 - type: Transform - uid: 23557 components: - - pos: 19.5,30.5 + - type: Transform + pos: 19.5,30.5 parent: 1 - type: Transform - uid: 23558 components: - - pos: 20.5,30.5 + - type: Transform + pos: 20.5,30.5 parent: 1 - type: Transform - uid: 23559 components: - - pos: 21.5,30.5 + - type: Transform + pos: 21.5,30.5 parent: 1 - type: Transform - uid: 23560 components: - - pos: 22.5,30.5 + - type: Transform + pos: 22.5,30.5 parent: 1 - type: Transform - uid: 23561 components: - - pos: 23.5,30.5 + - type: Transform + pos: 23.5,30.5 parent: 1 - type: Transform - uid: 23562 components: - - pos: 24.5,30.5 + - type: Transform + pos: 24.5,30.5 parent: 1 - type: Transform - uid: 23563 components: - - pos: 25.5,30.5 + - type: Transform + pos: 25.5,30.5 parent: 1 - type: Transform - uid: 23564 components: - - pos: 26.5,30.5 + - type: Transform + pos: 26.5,30.5 parent: 1 - type: Transform - uid: 23565 components: - - pos: 27.5,30.5 + - type: Transform + pos: 27.5,30.5 parent: 1 - type: Transform - uid: 23566 components: - - pos: 28.5,30.5 + - type: Transform + pos: 28.5,30.5 parent: 1 - type: Transform - uid: 23567 components: - - pos: 29.5,30.5 + - type: Transform + pos: 29.5,30.5 parent: 1 - type: Transform - uid: 23568 components: - - pos: 30.5,30.5 + - type: Transform + pos: 30.5,30.5 parent: 1 - type: Transform - uid: 23569 components: - - pos: 31.5,30.5 + - type: Transform + pos: 31.5,30.5 parent: 1 - type: Transform - uid: 23570 components: - - pos: 32.5,30.5 + - type: Transform + pos: 32.5,30.5 parent: 1 - type: Transform - uid: 23571 components: - - pos: 33.5,30.5 + - type: Transform + pos: 33.5,30.5 parent: 1 - type: Transform - uid: 23572 components: - - pos: 34.5,30.5 + - type: Transform + pos: 34.5,30.5 parent: 1 - type: Transform - uid: 23573 components: - - pos: 35.5,30.5 + - type: Transform + pos: 35.5,30.5 parent: 1 - type: Transform - uid: 23574 components: - - pos: 36.5,30.5 + - type: Transform + pos: 36.5,30.5 parent: 1 - type: Transform - uid: 23575 components: - - pos: 37.5,30.5 + - type: Transform + pos: 37.5,30.5 parent: 1 - type: Transform - uid: 23576 components: - - pos: 38.5,30.5 + - type: Transform + pos: 38.5,30.5 parent: 1 - type: Transform - uid: 23577 components: - - pos: 39.5,30.5 + - type: Transform + pos: 39.5,30.5 parent: 1 - type: Transform - uid: 23578 components: - - pos: 39.5,29.5 + - type: Transform + pos: 39.5,29.5 parent: 1 - type: Transform - uid: 23579 components: - - pos: 39.5,28.5 + - type: Transform + pos: 39.5,28.5 parent: 1 - type: Transform - uid: 23580 components: - - pos: 39.5,27.5 + - type: Transform + pos: 39.5,27.5 parent: 1 - type: Transform - uid: 23581 components: - - pos: 39.5,26.5 + - type: Transform + pos: 39.5,26.5 parent: 1 - type: Transform - uid: 23582 components: - - pos: 39.5,25.5 + - type: Transform + pos: 39.5,25.5 parent: 1 - type: Transform - uid: 23583 components: - - pos: 39.5,24.5 + - type: Transform + pos: 39.5,24.5 parent: 1 - type: Transform - uid: 23584 components: - - pos: 39.5,23.5 + - type: Transform + pos: 39.5,23.5 parent: 1 - type: Transform - uid: 23585 components: - - pos: 39.5,22.5 + - type: Transform + pos: 39.5,22.5 parent: 1 - type: Transform - uid: 23586 components: - - pos: 39.5,21.5 + - type: Transform + pos: 39.5,21.5 parent: 1 - type: Transform - uid: 23587 components: - - pos: 39.5,20.5 + - type: Transform + pos: 39.5,20.5 parent: 1 - type: Transform - uid: 23588 components: - - pos: 39.5,19.5 + - type: Transform + pos: 39.5,19.5 parent: 1 - type: Transform - uid: 23590 components: - - pos: 39.5,18.5 + - type: Transform + pos: 39.5,18.5 parent: 1 - type: Transform - uid: 23591 components: - - pos: 39.5,17.5 + - type: Transform + pos: 39.5,17.5 parent: 1 - type: Transform - uid: 23652 components: - - pos: 39.5,16.5 + - type: Transform + pos: 39.5,16.5 parent: 1 - type: Transform - uid: 23653 components: - - pos: 39.5,15.5 + - type: Transform + pos: 39.5,15.5 parent: 1 - type: Transform - uid: 23654 components: - - pos: 39.5,14.5 + - type: Transform + pos: 39.5,14.5 parent: 1 - type: Transform - uid: 23655 components: - - pos: 39.5,13.5 + - type: Transform + pos: 39.5,13.5 parent: 1 - type: Transform - uid: 23656 components: - - pos: 39.5,12.5 + - type: Transform + pos: 39.5,12.5 parent: 1 - type: Transform - uid: 23657 components: - - pos: 39.5,11.5 + - type: Transform + pos: 39.5,11.5 parent: 1 - type: Transform - uid: 23658 components: - - pos: 39.5,10.5 + - type: Transform + pos: 39.5,10.5 parent: 1 - type: Transform - uid: 23659 components: - - pos: 39.5,9.5 + - type: Transform + pos: 39.5,9.5 parent: 1 - type: Transform - uid: 23660 components: - - pos: 39.5,8.5 + - type: Transform + pos: 39.5,8.5 parent: 1 - type: Transform - uid: 23661 components: - - pos: 39.5,7.5 + - type: Transform + pos: 39.5,7.5 parent: 1 - type: Transform - uid: 23662 components: - - pos: 39.5,6.5 + - type: Transform + pos: 39.5,6.5 parent: 1 - type: Transform - uid: 23663 components: - - pos: 39.5,5.5 + - type: Transform + pos: 39.5,5.5 parent: 1 - type: Transform - uid: 23664 components: - - pos: 39.5,4.5 + - type: Transform + pos: 39.5,4.5 parent: 1 - type: Transform - uid: 23665 components: - - pos: 39.5,3.5 + - type: Transform + pos: 39.5,3.5 parent: 1 - type: Transform - uid: 23666 components: - - pos: 39.5,2.5 + - type: Transform + pos: 39.5,2.5 parent: 1 - type: Transform - uid: 23667 components: - - pos: 39.5,1.5 + - type: Transform + pos: 39.5,1.5 parent: 1 - type: Transform - uid: 23950 components: - - pos: -73.5,-38.5 + - type: Transform + pos: -73.5,-38.5 parent: 1 - type: Transform - uid: 24609 components: - - pos: -16.5,-55.5 + - type: Transform + pos: -16.5,-55.5 parent: 1 - type: Transform - uid: 24627 components: - - pos: -31.5,-70.5 + - type: Transform + pos: -31.5,-70.5 parent: 1 - type: Transform - uid: 24629 components: - - pos: -29.5,-70.5 + - type: Transform + pos: -29.5,-70.5 parent: 1 - type: Transform - uid: 24630 components: - - pos: -28.5,-70.5 + - type: Transform + pos: -28.5,-70.5 parent: 1 - type: Transform - uid: 24631 components: - - pos: -28.5,-71.5 + - type: Transform + pos: -28.5,-71.5 parent: 1 - type: Transform - uid: 24632 components: - - pos: -28.5,-72.5 + - type: Transform + pos: -28.5,-72.5 parent: 1 - type: Transform - uid: 24633 components: - - pos: -28.5,-73.5 + - type: Transform + pos: -28.5,-73.5 parent: 1 - type: Transform - uid: 24634 components: - - pos: -28.5,-74.5 + - type: Transform + pos: -28.5,-74.5 parent: 1 - type: Transform - uid: 24635 components: - - pos: -31.5,-71.5 + - type: Transform + pos: -31.5,-71.5 parent: 1 - type: Transform - uid: 24636 components: - - pos: -33.5,-71.5 + - type: Transform + pos: -33.5,-71.5 parent: 1 - type: Transform - uid: 24637 components: - - pos: -32.5,-71.5 + - type: Transform + pos: -32.5,-71.5 parent: 1 - type: Transform - uid: 24638 components: - - pos: -34.5,-71.5 + - type: Transform + pos: -34.5,-71.5 parent: 1 - type: Transform - uid: 24639 components: - - pos: -34.5,-72.5 + - type: Transform + pos: -34.5,-72.5 parent: 1 - type: Transform - uid: 24640 components: - - pos: -34.5,-73.5 + - type: Transform + pos: -34.5,-73.5 parent: 1 - type: Transform - uid: 24641 components: - - pos: -34.5,-74.5 + - type: Transform + pos: -34.5,-74.5 parent: 1 - type: Transform - uid: 24642 components: - - pos: -35.5,-74.5 + - type: Transform + pos: -35.5,-74.5 parent: 1 - type: Transform - uid: 24643 components: - - pos: -36.5,-74.5 + - type: Transform + pos: -36.5,-74.5 parent: 1 - type: Transform - uid: 24644 components: - - pos: -37.5,-74.5 + - type: Transform + pos: -37.5,-74.5 parent: 1 - type: Transform - uid: 24645 components: - - pos: -38.5,-74.5 + - type: Transform + pos: -38.5,-74.5 parent: 1 - type: Transform - uid: 24647 components: - - pos: -40.5,-74.5 + - type: Transform + pos: -40.5,-74.5 parent: 1 - type: Transform - uid: 24648 components: - - pos: -41.5,-74.5 + - type: Transform + pos: -41.5,-74.5 parent: 1 - type: Transform - uid: 24649 components: - - pos: -42.5,-74.5 + - type: Transform + pos: -42.5,-74.5 parent: 1 - type: Transform - uid: 24651 components: - - pos: -44.5,-74.5 + - type: Transform + pos: -44.5,-74.5 parent: 1 - type: Transform - uid: 24652 components: - - pos: -45.5,-74.5 + - type: Transform + pos: -45.5,-74.5 parent: 1 - type: Transform - uid: 24653 components: - - pos: -46.5,-74.5 + - type: Transform + pos: -46.5,-74.5 parent: 1 - type: Transform - uid: 24654 components: - - pos: -47.5,-74.5 + - type: Transform + pos: -47.5,-74.5 parent: 1 - type: Transform - uid: 24655 components: - - pos: -48.5,-74.5 + - type: Transform + pos: -48.5,-74.5 parent: 1 - type: Transform - uid: 24656 components: - - pos: -49.5,-74.5 + - type: Transform + pos: -49.5,-74.5 parent: 1 - type: Transform - uid: 24657 components: - - pos: -50.5,-74.5 + - type: Transform + pos: -50.5,-74.5 parent: 1 - type: Transform - uid: 24658 components: - - pos: -51.5,-74.5 + - type: Transform + pos: -51.5,-74.5 parent: 1 - type: Transform - uid: 24659 components: - - pos: -52.5,-74.5 + - type: Transform + pos: -52.5,-74.5 parent: 1 - type: Transform - uid: 24660 components: - - pos: -53.5,-74.5 + - type: Transform + pos: -53.5,-74.5 parent: 1 - type: Transform - uid: 24661 components: - - pos: -53.5,-73.5 + - type: Transform + pos: -53.5,-73.5 parent: 1 - type: Transform - uid: 24662 components: - - pos: -53.5,-72.5 + - type: Transform + pos: -53.5,-72.5 parent: 1 - type: Transform - uid: 24663 components: - - pos: -53.5,-71.5 + - type: Transform + pos: -53.5,-71.5 parent: 1 - type: Transform - uid: 24664 components: - - pos: -53.5,-70.5 + - type: Transform + pos: -53.5,-70.5 parent: 1 - type: Transform - uid: 24665 components: - - pos: -53.5,-69.5 + - type: Transform + pos: -53.5,-69.5 parent: 1 - type: Transform - uid: 24667 components: - - pos: -53.5,-67.5 + - type: Transform + pos: -53.5,-67.5 parent: 1 - type: Transform - uid: 24668 components: - - pos: -53.5,-66.5 + - type: Transform + pos: -53.5,-66.5 parent: 1 - type: Transform - uid: 24669 components: - - pos: -53.5,-65.5 + - type: Transform + pos: -53.5,-65.5 parent: 1 - type: Transform - uid: 24670 components: - - pos: -54.5,-65.5 + - type: Transform + pos: -54.5,-65.5 parent: 1 - type: Transform - uid: 24671 components: - - pos: -55.5,-65.5 + - type: Transform + pos: -55.5,-65.5 parent: 1 - type: Transform - uid: 24672 components: - - pos: -56.5,-65.5 + - type: Transform + pos: -56.5,-65.5 parent: 1 - type: Transform - uid: 24673 components: - - pos: -57.5,-65.5 + - type: Transform + pos: -57.5,-65.5 parent: 1 - type: Transform - uid: 24674 components: - - pos: -58.5,-65.5 + - type: Transform + pos: -58.5,-65.5 parent: 1 - type: Transform - uid: 24675 components: - - pos: -59.5,-65.5 + - type: Transform + pos: -59.5,-65.5 parent: 1 - type: Transform - uid: 24676 components: - - pos: -60.5,-65.5 + - type: Transform + pos: -60.5,-65.5 parent: 1 - type: Transform - uid: 24677 components: - - pos: -61.5,-65.5 + - type: Transform + pos: -61.5,-65.5 parent: 1 - type: Transform - uid: 24678 components: - - pos: -62.5,-65.5 + - type: Transform + pos: -62.5,-65.5 parent: 1 - type: Transform - uid: 24679 components: - - pos: -63.5,-65.5 + - type: Transform + pos: -63.5,-65.5 parent: 1 - type: Transform - uid: 24680 components: - - pos: -63.5,-64.5 + - type: Transform + pos: -63.5,-64.5 parent: 1 - type: Transform - uid: 24681 components: - - pos: -63.5,-63.5 + - type: Transform + pos: -63.5,-63.5 parent: 1 - type: Transform - uid: 24682 components: - - pos: -63.5,-62.5 + - type: Transform + pos: -63.5,-62.5 parent: 1 - type: Transform - uid: 24683 components: - - pos: -63.5,-61.5 + - type: Transform + pos: -63.5,-61.5 parent: 1 - type: Transform - uid: 24684 components: - - pos: -63.5,-60.5 + - type: Transform + pos: -63.5,-60.5 parent: 1 - type: Transform - uid: 24685 components: - - pos: -63.5,-59.5 + - type: Transform + pos: -63.5,-59.5 parent: 1 - type: Transform - uid: 24686 components: - - pos: -63.5,-58.5 + - type: Transform + pos: -63.5,-58.5 parent: 1 - type: Transform - uid: 24687 components: - - pos: -63.5,-57.5 + - type: Transform + pos: -63.5,-57.5 parent: 1 - type: Transform - uid: 24688 components: - - pos: -63.5,-56.5 + - type: Transform + pos: -63.5,-56.5 parent: 1 - type: Transform - uid: 24689 components: - - pos: -64.5,-56.5 + - type: Transform + pos: -64.5,-56.5 parent: 1 - type: Transform - uid: 24690 components: - - pos: -65.5,-56.5 + - type: Transform + pos: -65.5,-56.5 parent: 1 - type: Transform - uid: 24691 components: - - pos: -66.5,-56.5 + - type: Transform + pos: -66.5,-56.5 parent: 1 - type: Transform - uid: 24692 components: - - pos: -67.5,-56.5 + - type: Transform + pos: -67.5,-56.5 parent: 1 - type: Transform - uid: 24693 components: - - pos: -68.5,-56.5 + - type: Transform + pos: -68.5,-56.5 parent: 1 - type: Transform - uid: 24694 components: - - pos: -69.5,-56.5 + - type: Transform + pos: -69.5,-56.5 parent: 1 - type: Transform - uid: 24695 components: - - pos: -69.5,-55.5 + - type: Transform + pos: -69.5,-55.5 parent: 1 - type: Transform - uid: 24696 components: - - pos: -69.5,-54.5 + - type: Transform + pos: -69.5,-54.5 parent: 1 - type: Transform - uid: 24697 components: - - pos: -70.5,-54.5 + - type: Transform + pos: -70.5,-54.5 parent: 1 - type: Transform - uid: 24698 components: - - pos: -71.5,-54.5 + - type: Transform + pos: -71.5,-54.5 parent: 1 - type: Transform - uid: 24699 components: - - pos: -72.5,-54.5 + - type: Transform + pos: -72.5,-54.5 parent: 1 - type: Transform - uid: 24701 components: - - pos: -74.5,-54.5 + - type: Transform + pos: -74.5,-54.5 parent: 1 - type: Transform - uid: 24702 components: - - pos: -74.5,-53.5 + - type: Transform + pos: -74.5,-53.5 parent: 1 - type: Transform - uid: 24703 components: - - pos: -74.5,-52.5 + - type: Transform + pos: -74.5,-52.5 parent: 1 - type: Transform - uid: 24704 components: - - pos: -74.5,-51.5 + - type: Transform + pos: -74.5,-51.5 parent: 1 - type: Transform - uid: 24705 components: - - pos: -74.5,-50.5 + - type: Transform + pos: -74.5,-50.5 parent: 1 - type: Transform - uid: 24706 components: - - pos: -74.5,-49.5 + - type: Transform + pos: -74.5,-49.5 parent: 1 - type: Transform - uid: 24707 components: - - pos: -74.5,-48.5 + - type: Transform + pos: -74.5,-48.5 parent: 1 - type: Transform - uid: 24708 components: - - pos: -74.5,-47.5 + - type: Transform + pos: -74.5,-47.5 parent: 1 - type: Transform - uid: 24709 components: - - pos: -74.5,-46.5 + - type: Transform + pos: -74.5,-46.5 parent: 1 - type: Transform - uid: 24710 components: - - pos: -74.5,-45.5 + - type: Transform + pos: -74.5,-45.5 parent: 1 - type: Transform - uid: 24711 components: - - pos: -74.5,-44.5 + - type: Transform + pos: -74.5,-44.5 parent: 1 - type: Transform - uid: 24712 components: - - pos: -74.5,-43.5 + - type: Transform + pos: -74.5,-43.5 parent: 1 - type: Transform - uid: 24713 components: - - pos: -74.5,-42.5 + - type: Transform + pos: -74.5,-42.5 parent: 1 - type: Transform - uid: 24714 components: - - pos: -74.5,-41.5 + - type: Transform + pos: -74.5,-41.5 parent: 1 - type: Transform - uid: 24715 components: - - pos: -74.5,-40.5 + - type: Transform + pos: -74.5,-40.5 parent: 1 - type: Transform - uid: 24716 components: - - pos: -74.5,-39.5 + - type: Transform + pos: -74.5,-39.5 parent: 1 - type: Transform - uid: 24717 components: - - pos: -74.5,-38.5 + - type: Transform + pos: -74.5,-38.5 parent: 1 - type: Transform - uid: 24718 components: - - pos: -72.5,-38.5 + - type: Transform + pos: -72.5,-38.5 parent: 1 - type: Transform - uid: 24719 components: - - pos: -71.5,-38.5 + - type: Transform + pos: -71.5,-38.5 parent: 1 - type: Transform - uid: 24720 components: - - pos: -70.5,-38.5 + - type: Transform + pos: -70.5,-38.5 parent: 1 - type: Transform - uid: 24721 components: - - pos: -69.5,-38.5 + - type: Transform + pos: -69.5,-38.5 parent: 1 - type: Transform - uid: 24722 components: - - pos: -68.5,-38.5 + - type: Transform + pos: -68.5,-38.5 parent: 1 - type: Transform - uid: 24723 components: - - pos: -67.5,-38.5 + - type: Transform + pos: -67.5,-38.5 parent: 1 - type: Transform - uid: 24724 components: - - pos: -66.5,-38.5 + - type: Transform + pos: -66.5,-38.5 parent: 1 - type: Transform - uid: 24725 components: - - pos: -65.5,-38.5 + - type: Transform + pos: -65.5,-38.5 parent: 1 - type: Transform - uid: 24726 components: - - pos: -64.5,-38.5 + - type: Transform + pos: -64.5,-38.5 parent: 1 - type: Transform - uid: 24727 components: - - pos: -63.5,-38.5 + - type: Transform + pos: -63.5,-38.5 parent: 1 - type: Transform - uid: 24728 components: - - pos: -62.5,-38.5 + - type: Transform + pos: -62.5,-38.5 parent: 1 - type: Transform - uid: 24729 components: - - pos: -61.5,-38.5 + - type: Transform + pos: -61.5,-38.5 parent: 1 - type: Transform - uid: 24730 components: - - pos: -60.5,-38.5 + - type: Transform + pos: -60.5,-38.5 parent: 1 - type: Transform - uid: 24731 components: - - pos: -65.5,-37.5 + - type: Transform + pos: -65.5,-37.5 parent: 1 - type: Transform - uid: 24732 components: - - pos: -65.5,-36.5 + - type: Transform + pos: -65.5,-36.5 parent: 1 - type: Transform - uid: 24733 components: - - pos: -65.5,-35.5 + - type: Transform + pos: -65.5,-35.5 parent: 1 - type: Transform - uid: 24736 components: - - pos: -75.5,-39.5 + - type: Transform + pos: -75.5,-39.5 parent: 1 - type: Transform - uid: 24737 components: - - pos: -76.5,-39.5 + - type: Transform + pos: -76.5,-39.5 parent: 1 - type: Transform - uid: 24751 components: - - pos: -86.5,-35.5 + - type: Transform + pos: -86.5,-35.5 parent: 1 - type: Transform - uid: 24752 components: - - pos: -87.5,-35.5 + - type: Transform + pos: -87.5,-35.5 parent: 1 - type: Transform - uid: 24753 components: - - pos: -88.5,-35.5 + - type: Transform + pos: -88.5,-35.5 parent: 1 - type: Transform - uid: 24765 components: - - pos: -89.5,-33.5 + - type: Transform + pos: -89.5,-33.5 parent: 1 - type: Transform - uid: 24766 components: - - pos: -91.5,-33.5 + - type: Transform + pos: -91.5,-33.5 parent: 1 - type: Transform - uid: 24767 components: - - pos: -91.5,-31.5 + - type: Transform + pos: -91.5,-31.5 parent: 1 - type: Transform - uid: 24768 components: - - pos: -91.5,-29.5 + - type: Transform + pos: -91.5,-29.5 parent: 1 - type: Transform - uid: 24780 components: - - pos: -1.5,-43.5 + - type: Transform + pos: -1.5,-43.5 parent: 1 - type: Transform - uid: 24781 components: - - pos: -0.5,-43.5 + - type: Transform + pos: -0.5,-43.5 parent: 1 - type: Transform - uid: 24782 components: - - pos: 0.5,-43.5 + - type: Transform + pos: 0.5,-43.5 parent: 1 - type: Transform - uid: 24783 components: - - pos: 1.5,-43.5 + - type: Transform + pos: 1.5,-43.5 parent: 1 - type: Transform - uid: 24784 components: - - pos: 2.5,-43.5 + - type: Transform + pos: 2.5,-43.5 parent: 1 - type: Transform - uid: 24785 components: - - pos: 3.5,-43.5 + - type: Transform + pos: 3.5,-43.5 parent: 1 - type: Transform - uid: 24786 components: - - pos: 4.5,-43.5 + - type: Transform + pos: 4.5,-43.5 parent: 1 - type: Transform - uid: 24787 components: - - pos: 5.5,-43.5 + - type: Transform + pos: 5.5,-43.5 parent: 1 - type: Transform - uid: 24788 components: - - pos: 6.5,-43.5 + - type: Transform + pos: 6.5,-43.5 parent: 1 - type: Transform - uid: 24789 components: - - pos: 7.5,-43.5 + - type: Transform + pos: 7.5,-43.5 parent: 1 - type: Transform - uid: 24790 components: - - pos: 8.5,-43.5 + - type: Transform + pos: 8.5,-43.5 parent: 1 - type: Transform - uid: 24791 components: - - pos: 9.5,-43.5 + - type: Transform + pos: 9.5,-43.5 parent: 1 - type: Transform - uid: 24792 components: - - pos: 10.5,-43.5 + - type: Transform + pos: 10.5,-43.5 parent: 1 - type: Transform - uid: 24793 components: - - pos: 10.5,-42.5 + - type: Transform + pos: 10.5,-42.5 parent: 1 - type: Transform - uid: 24794 components: - - pos: 10.5,-41.5 + - type: Transform + pos: 10.5,-41.5 parent: 1 - type: Transform - uid: 24795 components: - - pos: 10.5,-40.5 + - type: Transform + pos: 10.5,-40.5 parent: 1 - type: Transform - uid: 24796 components: - - pos: 10.5,-39.5 + - type: Transform + pos: 10.5,-39.5 parent: 1 - type: Transform - uid: 24797 components: - - pos: 10.5,-38.5 + - type: Transform + pos: 10.5,-38.5 parent: 1 - type: Transform - uid: 24798 components: - - pos: 10.5,-37.5 + - type: Transform + pos: 10.5,-37.5 parent: 1 - type: Transform - uid: 24799 components: - - pos: 10.5,-36.5 + - type: Transform + pos: 10.5,-36.5 parent: 1 - type: Transform - uid: 24800 components: - - pos: 10.5,-35.5 + - type: Transform + pos: 10.5,-35.5 parent: 1 - type: Transform - uid: 24801 components: - - pos: 10.5,-34.5 + - type: Transform + pos: 10.5,-34.5 parent: 1 - type: Transform - uid: 24802 components: - - pos: 10.5,-33.5 + - type: Transform + pos: 10.5,-33.5 parent: 1 - type: Transform - uid: 24803 components: - - pos: 10.5,-32.5 + - type: Transform + pos: 10.5,-32.5 parent: 1 - type: Transform - uid: 24804 components: - - pos: 10.5,-31.5 + - type: Transform + pos: 10.5,-31.5 parent: 1 - type: Transform - uid: 24805 components: - - pos: 10.5,-30.5 + - type: Transform + pos: 10.5,-30.5 parent: 1 - type: Transform - uid: 24806 components: - - pos: 10.5,-29.5 + - type: Transform + pos: 10.5,-29.5 parent: 1 - type: Transform - uid: 24807 components: - - pos: 11.5,-29.5 + - type: Transform + pos: 11.5,-29.5 parent: 1 - type: Transform - uid: 24808 components: - - pos: 12.5,-29.5 + - type: Transform + pos: 12.5,-29.5 parent: 1 - type: Transform - uid: 24809 components: - - pos: 13.5,-29.5 + - type: Transform + pos: 13.5,-29.5 parent: 1 - type: Transform - uid: 24810 components: - - pos: 13.5,-28.5 + - type: Transform + pos: 13.5,-28.5 parent: 1 - type: Transform - uid: 24811 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 1 - type: Transform - uid: 24812 components: - - pos: 13.5,-26.5 + - type: Transform + pos: 13.5,-26.5 parent: 1 - type: Transform - uid: 24813 components: - - pos: 14.5,-26.5 + - type: Transform + pos: 14.5,-26.5 parent: 1 - type: Transform - uid: 24814 components: - - pos: 9.5,-38.5 + - type: Transform + pos: 9.5,-38.5 parent: 1 - type: Transform - uid: 24815 components: - - pos: 8.5,-38.5 + - type: Transform + pos: 8.5,-38.5 parent: 1 - type: Transform - uid: 25548 components: - - pos: -92.5,-29.5 + - type: Transform + pos: -92.5,-29.5 parent: 1 - type: Transform - uid: 25983 components: - - pos: -111.5,-7.5 + - type: Transform + pos: -111.5,-7.5 parent: 1 - type: Transform - uid: 25984 components: - - pos: -108.5,-7.5 + - type: Transform + pos: -108.5,-7.5 parent: 1 - type: Transform - uid: 25985 components: - - pos: -106.5,-7.5 + - type: Transform + pos: -106.5,-7.5 parent: 1 - type: Transform - uid: 27497 components: - - pos: -43.5,9.5 + - type: Transform + pos: -43.5,9.5 parent: 1 - type: Transform - uid: 27498 components: - - pos: -44.5,9.5 + - type: Transform + pos: -44.5,9.5 parent: 1 - type: Transform - uid: 27499 components: - - pos: -45.5,9.5 + - type: Transform + pos: -45.5,9.5 parent: 1 - type: Transform - uid: 27500 components: - - pos: -46.5,9.5 + - type: Transform + pos: -46.5,9.5 parent: 1 - type: Transform - uid: 27501 components: - - pos: -47.5,9.5 + - type: Transform + pos: -47.5,9.5 parent: 1 - type: Transform - uid: 27502 components: - - pos: -48.5,9.5 + - type: Transform + pos: -48.5,9.5 parent: 1 - type: Transform - uid: 27503 components: - - pos: -49.5,9.5 + - type: Transform + pos: -49.5,9.5 parent: 1 - type: Transform - uid: 27504 components: - - pos: -50.5,9.5 + - type: Transform + pos: -50.5,9.5 parent: 1 - type: Transform - uid: 27505 components: - - pos: -51.5,9.5 + - type: Transform + pos: -51.5,9.5 parent: 1 - type: Transform - uid: 27506 components: - - pos: -52.5,9.5 + - type: Transform + pos: -52.5,9.5 parent: 1 - type: Transform - uid: 27507 components: - - pos: -53.5,9.5 + - type: Transform + pos: -53.5,9.5 parent: 1 - type: Transform - uid: 27508 components: - - pos: -54.5,9.5 + - type: Transform + pos: -54.5,9.5 parent: 1 - type: Transform - uid: 27509 components: - - pos: -55.5,9.5 + - type: Transform + pos: -55.5,9.5 parent: 1 - type: Transform - uid: 27510 components: - - pos: -56.5,9.5 + - type: Transform + pos: -56.5,9.5 parent: 1 - type: Transform - uid: 27511 components: - - pos: -121.5,34.5 + - type: Transform + pos: -121.5,34.5 parent: 1 - type: Transform - uid: 27512 components: - - pos: -58.5,9.5 + - type: Transform + pos: -58.5,9.5 parent: 1 - type: Transform - uid: 27513 components: - - pos: -59.5,9.5 + - type: Transform + pos: -59.5,9.5 parent: 1 - type: Transform - uid: 27514 components: - - pos: -60.5,9.5 + - type: Transform + pos: -60.5,9.5 parent: 1 - type: Transform - uid: 27515 components: - - pos: -61.5,9.5 + - type: Transform + pos: -61.5,9.5 parent: 1 - type: Transform - uid: 27516 components: - - pos: -62.5,9.5 + - type: Transform + pos: -62.5,9.5 parent: 1 - type: Transform - uid: 27518 components: - - pos: -64.5,9.5 + - type: Transform + pos: -64.5,9.5 parent: 1 - type: Transform - uid: 27519 components: - - pos: -65.5,9.5 + - type: Transform + pos: -65.5,9.5 parent: 1 - type: Transform - uid: 27520 components: - - pos: -66.5,9.5 + - type: Transform + pos: -66.5,9.5 parent: 1 - type: Transform - uid: 27521 components: - - pos: -67.5,9.5 + - type: Transform + pos: -67.5,9.5 parent: 1 - type: Transform - uid: 27522 components: - - pos: -68.5,9.5 + - type: Transform + pos: -68.5,9.5 parent: 1 - type: Transform - uid: 27523 components: - - pos: -69.5,9.5 + - type: Transform + pos: -69.5,9.5 parent: 1 - type: Transform - uid: 27524 components: - - pos: -70.5,9.5 + - type: Transform + pos: -70.5,9.5 parent: 1 - type: Transform - uid: 27525 components: - - pos: -51.5,10.5 + - type: Transform + pos: -51.5,10.5 parent: 1 - type: Transform - uid: 27526 components: - - pos: -51.5,11.5 + - type: Transform + pos: -51.5,11.5 parent: 1 - type: Transform - uid: 27527 components: - - pos: -51.5,12.5 + - type: Transform + pos: -51.5,12.5 parent: 1 - type: Transform - uid: 27528 components: - - pos: -51.5,13.5 + - type: Transform + pos: -51.5,13.5 parent: 1 - type: Transform - uid: 27529 components: - - pos: -76.5,21.5 + - type: Transform + pos: -76.5,21.5 parent: 1 - type: Transform - uid: 27530 components: - - pos: -77.5,21.5 + - type: Transform + pos: -77.5,21.5 parent: 1 - type: Transform - uid: 27531 components: - - pos: -78.5,21.5 + - type: Transform + pos: -78.5,21.5 parent: 1 - type: Transform - uid: 27532 components: - - pos: -79.5,21.5 + - type: Transform + pos: -79.5,21.5 parent: 1 - type: Transform - uid: 27533 components: - - pos: -80.5,21.5 + - type: Transform + pos: -80.5,21.5 parent: 1 - type: Transform - uid: 27534 components: - - pos: -81.5,21.5 + - type: Transform + pos: -81.5,21.5 parent: 1 - type: Transform - uid: 27535 components: - - pos: -82.5,21.5 + - type: Transform + pos: -82.5,21.5 parent: 1 - type: Transform - uid: 27536 components: - - pos: -83.5,21.5 + - type: Transform + pos: -83.5,21.5 parent: 1 - type: Transform - uid: 27537 components: - - pos: -84.5,21.5 + - type: Transform + pos: -84.5,21.5 parent: 1 - type: Transform - uid: 27538 components: - - pos: -85.5,21.5 + - type: Transform + pos: -85.5,21.5 parent: 1 - type: Transform - uid: 27539 components: - - pos: -86.5,21.5 + - type: Transform + pos: -86.5,21.5 parent: 1 - type: Transform - uid: 27540 components: - - pos: -87.5,21.5 + - type: Transform + pos: -87.5,21.5 parent: 1 - type: Transform - uid: 27541 components: - - pos: -88.5,21.5 + - type: Transform + pos: -88.5,21.5 parent: 1 - type: Transform - uid: 27542 components: - - pos: -89.5,21.5 + - type: Transform + pos: -89.5,21.5 parent: 1 - type: Transform - uid: 27543 components: - - pos: -90.5,21.5 + - type: Transform + pos: -90.5,21.5 parent: 1 - type: Transform - uid: 27544 components: - - pos: -91.5,21.5 + - type: Transform + pos: -91.5,21.5 parent: 1 - type: Transform - uid: 27545 components: - - pos: -92.5,21.5 + - type: Transform + pos: -92.5,21.5 parent: 1 - type: Transform - uid: 27546 components: - - pos: -93.5,21.5 + - type: Transform + pos: -93.5,21.5 parent: 1 - type: Transform - uid: 27547 components: - - pos: -94.5,21.5 + - type: Transform + pos: -94.5,21.5 parent: 1 - type: Transform - uid: 27548 components: - - pos: -95.5,21.5 + - type: Transform + pos: -95.5,21.5 parent: 1 - type: Transform - uid: 27549 components: - - pos: -96.5,21.5 + - type: Transform + pos: -96.5,21.5 parent: 1 - type: Transform - uid: 27550 components: - - pos: -97.5,21.5 + - type: Transform + pos: -97.5,21.5 parent: 1 - type: Transform - uid: 27551 components: - - pos: -98.5,21.5 + - type: Transform + pos: -98.5,21.5 parent: 1 - type: Transform - uid: 27552 components: - - pos: -98.5,22.5 + - type: Transform + pos: -98.5,22.5 parent: 1 - type: Transform - uid: 27553 components: - - pos: -98.5,23.5 + - type: Transform + pos: -98.5,23.5 parent: 1 - type: Transform - uid: 27554 components: - - pos: -98.5,24.5 + - type: Transform + pos: -98.5,24.5 parent: 1 - type: Transform - uid: 27555 components: - - pos: -98.5,25.5 + - type: Transform + pos: -98.5,25.5 parent: 1 - type: Transform - uid: 27556 components: - - pos: -99.5,22.5 + - type: Transform + pos: -99.5,22.5 parent: 1 - type: Transform - uid: 27557 components: - - pos: -100.5,22.5 + - type: Transform + pos: -100.5,22.5 parent: 1 - type: Transform - uid: 27558 components: - - pos: -101.5,22.5 + - type: Transform + pos: -101.5,22.5 parent: 1 - type: Transform - uid: 27559 components: - - pos: -102.5,22.5 + - type: Transform + pos: -102.5,22.5 parent: 1 - type: Transform - uid: 27560 components: - - pos: -122.5,22.5 + - type: Transform + pos: -122.5,22.5 parent: 1 - type: Transform - uid: 27561 components: - - pos: -122.5,21.5 + - type: Transform + pos: -122.5,21.5 parent: 1 - type: Transform - uid: 27564 components: - - pos: -122.5,20.5 + - type: Transform + pos: -122.5,20.5 parent: 1 - type: Transform - uid: 27565 components: - - pos: -122.5,19.5 + - type: Transform + pos: -122.5,19.5 parent: 1 - type: Transform - uid: 27566 components: - - pos: -122.5,18.5 + - type: Transform + pos: -122.5,18.5 parent: 1 - type: Transform - uid: 27567 components: - - pos: -122.5,17.5 + - type: Transform + pos: -122.5,17.5 parent: 1 - type: Transform - uid: 27568 components: - - pos: -122.5,16.5 + - type: Transform + pos: -122.5,16.5 parent: 1 - type: Transform - uid: 27569 components: - - pos: -122.5,15.5 + - type: Transform + pos: -122.5,15.5 parent: 1 - type: Transform - uid: 27570 components: - - pos: -122.5,14.5 + - type: Transform + pos: -122.5,14.5 parent: 1 - type: Transform - uid: 27571 components: - - pos: -122.5,13.5 + - type: Transform + pos: -122.5,13.5 parent: 1 - type: Transform - uid: 27572 components: - - pos: -122.5,12.5 + - type: Transform + pos: -122.5,12.5 parent: 1 - type: Transform - uid: 27573 components: - - pos: -122.5,11.5 + - type: Transform + pos: -122.5,11.5 parent: 1 - type: Transform - uid: 27574 components: - - pos: -122.5,10.5 + - type: Transform + pos: -122.5,10.5 parent: 1 - type: Transform - uid: 27575 components: - - pos: -122.5,9.5 + - type: Transform + pos: -122.5,9.5 parent: 1 - type: Transform - uid: 27576 components: - - pos: -122.5,8.5 + - type: Transform + pos: -122.5,8.5 parent: 1 - type: Transform - uid: 27577 components: - - pos: -122.5,7.5 + - type: Transform + pos: -122.5,7.5 parent: 1 - type: Transform - uid: 27578 components: - - pos: -122.5,6.5 + - type: Transform + pos: -122.5,6.5 parent: 1 - type: Transform - uid: 27579 components: - - pos: -122.5,5.5 + - type: Transform + pos: -122.5,5.5 parent: 1 - type: Transform - uid: 27581 components: - - pos: -122.5,3.5 + - type: Transform + pos: -122.5,3.5 parent: 1 - type: Transform - uid: 27582 components: - - pos: -122.5,2.5 + - type: Transform + pos: -122.5,2.5 parent: 1 - type: Transform - uid: 27583 components: - - pos: -122.5,1.5 + - type: Transform + pos: -122.5,1.5 parent: 1 - type: Transform - uid: 27584 components: - - pos: -122.5,0.5 + - type: Transform + pos: -122.5,0.5 parent: 1 - type: Transform - uid: 27585 components: - - pos: -122.5,-0.5 + - type: Transform + pos: -122.5,-0.5 parent: 1 - type: Transform - uid: 27586 components: - - pos: -122.5,-1.5 + - type: Transform + pos: -122.5,-1.5 parent: 1 - type: Transform - uid: 27587 components: - - pos: -122.5,-2.5 + - type: Transform + pos: -122.5,-2.5 parent: 1 - type: Transform - uid: 27588 components: - - pos: -122.5,-3.5 + - type: Transform + pos: -122.5,-3.5 parent: 1 - type: Transform - uid: 27589 components: - - pos: -122.5,-4.5 + - type: Transform + pos: -122.5,-4.5 parent: 1 - type: Transform - uid: 27590 components: - - pos: -122.5,-5.5 + - type: Transform + pos: -122.5,-5.5 parent: 1 - type: Transform - uid: 27591 components: - - pos: -122.5,-6.5 + - type: Transform + pos: -122.5,-6.5 parent: 1 - type: Transform - uid: 27592 components: - - pos: -122.5,-7.5 + - type: Transform + pos: -122.5,-7.5 parent: 1 - type: Transform - uid: 27593 components: - - pos: -121.5,-7.5 + - type: Transform + pos: -121.5,-7.5 parent: 1 - type: Transform - uid: 27594 components: - - pos: -120.5,-7.5 + - type: Transform + pos: -120.5,-7.5 parent: 1 - type: Transform - uid: 27595 components: - - pos: -119.5,-7.5 + - type: Transform + pos: -119.5,-7.5 parent: 1 - type: Transform - uid: 27597 components: - - pos: -117.5,-7.5 + - type: Transform + pos: -117.5,-7.5 parent: 1 - type: Transform - uid: 27598 components: - - pos: -116.5,-7.5 + - type: Transform + pos: -116.5,-7.5 parent: 1 - type: Transform - uid: 27599 components: - - pos: -115.5,-7.5 + - type: Transform + pos: -115.5,-7.5 parent: 1 - type: Transform - uid: 27600 components: - - pos: -114.5,-7.5 + - type: Transform + pos: -114.5,-7.5 parent: 1 - type: Transform - uid: 27601 components: - - pos: -113.5,-7.5 + - type: Transform + pos: -113.5,-7.5 parent: 1 - type: Transform - uid: 27602 components: - - pos: -112.5,-7.5 + - type: Transform + pos: -112.5,-7.5 parent: 1 - type: Transform - uid: 27610 components: - - pos: -106.5,-5.5 + - type: Transform + pos: -106.5,-5.5 parent: 1 - type: Transform - uid: 27611 components: - - pos: -106.5,-4.5 + - type: Transform + pos: -106.5,-4.5 parent: 1 - type: Transform - uid: 27612 components: - - pos: -106.5,-3.5 + - type: Transform + pos: -106.5,-3.5 parent: 1 - type: Transform - uid: 28520 components: - - pos: 16.5,15.5 + - type: Transform + pos: 16.5,15.5 parent: 1 - type: Transform - uid: 28521 components: - - pos: 16.5,14.5 + - type: Transform + pos: 16.5,14.5 parent: 1 - type: Transform - uid: 28522 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 1 - type: Transform - uid: 28523 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 28524 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 28600 components: - - pos: -24.5,14.5 + - type: Transform + pos: -24.5,14.5 parent: 1 - type: Transform - uid: 28601 components: - - pos: -23.5,14.5 + - type: Transform + pos: -23.5,14.5 parent: 1 - type: Transform - uid: 28602 components: - - pos: -22.5,14.5 + - type: Transform + pos: -22.5,14.5 parent: 1 - type: Transform - uid: 28603 components: - - pos: -21.5,14.5 + - type: Transform + pos: -21.5,14.5 parent: 1 - type: Transform - uid: 28604 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 1 - type: Transform - uid: 28605 components: - - pos: -19.5,14.5 + - type: Transform + pos: -19.5,14.5 parent: 1 - type: Transform - uid: 28606 components: - - pos: -19.5,15.5 + - type: Transform + pos: -19.5,15.5 parent: 1 - type: Transform - uid: 28607 components: - - pos: -19.5,16.5 + - type: Transform + pos: -19.5,16.5 parent: 1 - type: Transform - uid: 28608 components: - - pos: -18.5,16.5 + - type: Transform + pos: -18.5,16.5 parent: 1 - type: Transform - uid: 28609 components: - - pos: -17.5,16.5 + - type: Transform + pos: -17.5,16.5 parent: 1 - type: Transform - uid: 28610 components: - - pos: -16.5,16.5 + - type: Transform + pos: -16.5,16.5 parent: 1 - type: Transform - uid: 28611 components: - - pos: -16.5,17.5 + - type: Transform + pos: -16.5,17.5 parent: 1 - type: Transform - uid: 28612 components: - - pos: -16.5,18.5 + - type: Transform + pos: -16.5,18.5 parent: 1 - type: Transform - uid: 28613 components: - - pos: -16.5,19.5 + - type: Transform + pos: -16.5,19.5 parent: 1 - type: Transform - uid: 28615 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 28616 components: - - pos: -18.5,20.5 + - type: Transform + pos: -18.5,20.5 parent: 1 - type: Transform - uid: 28618 components: - - pos: -21.5,16.5 + - type: Transform + pos: -21.5,16.5 parent: 1 - type: Transform - uid: 28619 components: - - pos: -22.5,16.5 + - type: Transform + pos: -22.5,16.5 parent: 1 - type: Transform - uid: 28620 components: - - pos: -23.5,16.5 + - type: Transform + pos: -23.5,16.5 parent: 1 - type: Transform - uid: 28621 components: - - pos: -24.5,16.5 + - type: Transform + pos: -24.5,16.5 parent: 1 - type: Transform - uid: 28622 components: - - pos: -25.5,16.5 + - type: Transform + pos: -25.5,16.5 parent: 1 - type: Transform - uid: 28623 components: - - pos: -26.5,16.5 + - type: Transform + pos: -26.5,16.5 parent: 1 - type: Transform - uid: 28624 components: - - pos: -27.5,16.5 + - type: Transform + pos: -27.5,16.5 parent: 1 - type: Transform - uid: 28625 components: - - pos: -28.5,16.5 + - type: Transform + pos: -28.5,16.5 parent: 1 - type: Transform - uid: 28626 components: - - pos: -29.5,16.5 + - type: Transform + pos: -29.5,16.5 parent: 1 - type: Transform - uid: 28627 components: - - pos: -30.5,16.5 + - type: Transform + pos: -30.5,16.5 parent: 1 - type: Transform - uid: 28628 components: - - pos: -31.5,16.5 + - type: Transform + pos: -31.5,16.5 parent: 1 - type: Transform - uid: 28629 components: - - pos: -32.5,16.5 + - type: Transform + pos: -32.5,16.5 parent: 1 - type: Transform - uid: 28630 components: - - pos: -33.5,16.5 + - type: Transform + pos: -33.5,16.5 parent: 1 - type: Transform - uid: 28631 components: - - pos: -34.5,16.5 + - type: Transform + pos: -34.5,16.5 parent: 1 - type: Transform - uid: 28632 components: - - pos: -35.5,16.5 + - type: Transform + pos: -35.5,16.5 parent: 1 - type: Transform - uid: 28633 components: - - pos: -36.5,16.5 + - type: Transform + pos: -36.5,16.5 parent: 1 - type: Transform - uid: 28634 components: - - pos: -36.5,15.5 + - type: Transform + pos: -36.5,15.5 parent: 1 - type: Transform - uid: 28635 components: - - pos: -36.5,14.5 + - type: Transform + pos: -36.5,14.5 parent: 1 - type: Transform - uid: 28636 components: - - pos: -36.5,13.5 + - type: Transform + pos: -36.5,13.5 parent: 1 - type: Transform - uid: 28637 components: - - pos: -36.5,12.5 + - type: Transform + pos: -36.5,12.5 parent: 1 - type: Transform - uid: 28638 components: - - pos: -36.5,11.5 + - type: Transform + pos: -36.5,11.5 parent: 1 - type: Transform - uid: 28639 components: - - pos: -36.5,10.5 + - type: Transform + pos: -36.5,10.5 parent: 1 - type: Transform - uid: 28640 components: - - pos: -36.5,9.5 + - type: Transform + pos: -36.5,9.5 parent: 1 - type: Transform - uid: 29215 components: - - pos: -127.5,34.5 + - type: Transform + pos: -127.5,34.5 parent: 1 - type: Transform - uid: 29217 components: - - pos: 46.5,-40.5 + - type: Transform + pos: 46.5,-40.5 parent: 1 - type: Transform - uid: 29463 components: - - pos: 12.5,14.5 + - type: Transform + pos: 12.5,14.5 parent: 1 - type: Transform - uid: 29464 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 1 - type: Transform - uid: 29465 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 29466 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - uid: 29471 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 1 - type: Transform - uid: 29472 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 1 - type: Transform - uid: 29527 components: - - pos: 45.5,-40.5 + - type: Transform + pos: 45.5,-40.5 parent: 1 - type: Transform - uid: 29528 components: - - pos: 44.5,-40.5 + - type: Transform + pos: 44.5,-40.5 parent: 1 - type: Transform - uid: 29529 components: - - pos: 43.5,-40.5 + - type: Transform + pos: 43.5,-40.5 parent: 1 - type: Transform - uid: 30401 components: - - pos: -36.5,8.5 + - type: Transform + pos: -36.5,8.5 parent: 1 - type: Transform - uid: 30402 components: - - pos: -42.5,9.5 + - type: Transform + pos: -42.5,9.5 parent: 1 - type: Transform - uid: 30404 components: - - pos: -75.5,21.5 + - type: Transform + pos: -75.5,21.5 parent: 1 - type: Transform - uid: 30405 components: - - pos: -71.5,9.5 + - type: Transform + pos: -71.5,9.5 parent: 1 - type: Transform - uid: 30406 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 1 - type: Transform - uid: 30407 components: - - pos: -2.5,-43.5 + - type: Transform + pos: -2.5,-43.5 parent: 1 - type: Transform - uid: 32295 components: - - pos: 1.5,-30.5 + - type: Transform + pos: 1.5,-30.5 parent: 1 - type: Transform - uid: 32296 components: - - pos: 3.5,-30.5 + - type: Transform + pos: 3.5,-30.5 parent: 1 - type: Transform - uid: 32297 components: - - pos: 2.5,-30.5 + - type: Transform + pos: 2.5,-30.5 parent: 1 - type: Transform - uid: 32298 components: - - pos: 2.5,-31.5 + - type: Transform + pos: 2.5,-31.5 parent: 1 - type: Transform - uid: 32299 components: - - pos: 2.5,-32.5 + - type: Transform + pos: 2.5,-32.5 parent: 1 - type: Transform - uid: 32301 components: - - pos: 2.5,-33.5 + - type: Transform + pos: 2.5,-33.5 parent: 1 - type: Transform - uid: 32399 components: - - pos: -16.5,-51.5 + - type: Transform + pos: -16.5,-51.5 parent: 1 - type: Transform - uid: 32401 components: - - pos: -16.5,-52.5 + - type: Transform + pos: -16.5,-52.5 parent: 1 - type: Transform - uid: 32402 components: - - pos: -16.5,-53.5 + - type: Transform + pos: -16.5,-53.5 parent: 1 - type: Transform - uid: 32403 components: - - pos: -16.5,-54.5 + - type: Transform + pos: -16.5,-54.5 parent: 1 - type: Transform - uid: 32410 components: - - pos: -13.5,16.5 + - type: Transform + pos: -13.5,16.5 parent: 1 - type: Transform - uid: 32411 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 1 - type: Transform - uid: 32412 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 1 - type: Transform - uid: 32422 components: - - pos: 33.5,-42.5 + - type: Transform + pos: 33.5,-42.5 parent: 1 - type: Transform - uid: 32477 components: - - pos: -16.5,20.5 + - type: Transform + pos: -16.5,20.5 parent: 1 - type: Transform - uid: 32491 components: - - pos: -13.5,17.5 + - type: Transform + pos: -13.5,17.5 parent: 1 - type: Transform - uid: 32492 components: - - pos: -13.5,15.5 + - type: Transform + pos: -13.5,15.5 parent: 1 - type: Transform - uid: 32493 components: - - pos: -13.5,13.5 + - type: Transform + pos: -13.5,13.5 parent: 1 - type: Transform - uid: 32494 components: - - pos: -13.5,11.5 + - type: Transform + pos: -13.5,11.5 parent: 1 - type: Transform - uid: 33019 components: - - pos: -110.5,-36.5 + - type: Transform + pos: -110.5,-36.5 parent: 1 - type: Transform - uid: 33020 components: - - pos: -109.5,-36.5 + - type: Transform + pos: -109.5,-36.5 parent: 1 - type: Transform - uid: 33021 components: - - pos: -110.5,-38.5 + - type: Transform + pos: -110.5,-38.5 parent: 1 - type: Transform - uid: 33022 components: - - pos: -109.5,-38.5 + - type: Transform + pos: -109.5,-38.5 parent: 1 - type: Transform - uid: 33023 components: - - pos: -111.5,-36.5 + - type: Transform + pos: -111.5,-36.5 parent: 1 - type: Transform - uid: 33024 components: - - pos: -111.5,-37.5 + - type: Transform + pos: -111.5,-37.5 parent: 1 - type: Transform - uid: 33025 components: - - pos: -111.5,-38.5 + - type: Transform + pos: -111.5,-38.5 parent: 1 - type: Transform - uid: 33850 components: - - pos: -94.5,-29.5 + - type: Transform + pos: -94.5,-29.5 parent: 1 - type: Transform - uid: 34509 components: - - pos: -137.5,-37.5 + - type: Transform + pos: -137.5,-37.5 parent: 1 - type: Transform - uid: 34510 components: - - pos: -138.5,-37.5 + - type: Transform + pos: -138.5,-37.5 parent: 1 - type: Transform - uid: 34511 components: - - pos: -139.5,-37.5 + - type: Transform + pos: -139.5,-37.5 parent: 1 - type: Transform - uid: 34512 components: - - pos: -140.5,-37.5 + - type: Transform + pos: -140.5,-37.5 parent: 1 - type: Transform - uid: 34513 components: - - pos: -141.5,-37.5 + - type: Transform + pos: -141.5,-37.5 parent: 1 - type: Transform - uid: 34514 components: - - pos: -142.5,-37.5 + - type: Transform + pos: -142.5,-37.5 parent: 1 - type: Transform - uid: 34515 components: - - pos: -143.5,-37.5 + - type: Transform + pos: -143.5,-37.5 parent: 1 - type: Transform - uid: 34516 components: - - pos: -144.5,-37.5 + - type: Transform + pos: -144.5,-37.5 parent: 1 - type: Transform - uid: 34517 components: - - pos: -141.5,-38.5 + - type: Transform + pos: -141.5,-38.5 parent: 1 - type: Transform - uid: 34518 components: - - pos: -139.5,-38.5 + - type: Transform + pos: -139.5,-38.5 parent: 1 - type: Transform - uid: 34519 components: - - pos: -144.5,-38.5 + - type: Transform + pos: -144.5,-38.5 parent: 1 - type: Transform - uid: 34520 components: - - pos: -144.5,-39.5 + - type: Transform + pos: -144.5,-39.5 parent: 1 - type: Transform - uid: 34521 components: - - pos: -147.5,-39.5 + - type: Transform + pos: -147.5,-39.5 parent: 1 - type: Transform - uid: 34522 components: - - pos: -147.5,-40.5 + - type: Transform + pos: -147.5,-40.5 parent: 1 - type: Transform - uid: 34523 components: - - pos: -147.5,-41.5 + - type: Transform + pos: -147.5,-41.5 parent: 1 - type: Transform - uid: 34524 components: - - pos: -147.5,-42.5 + - type: Transform + pos: -147.5,-42.5 parent: 1 - type: Transform - uid: 34525 components: - - pos: -147.5,-43.5 + - type: Transform + pos: -147.5,-43.5 parent: 1 - type: Transform - uid: 34526 components: - - pos: -148.5,-43.5 + - type: Transform + pos: -148.5,-43.5 parent: 1 - type: Transform - uid: 34527 components: - - pos: -149.5,-43.5 + - type: Transform + pos: -149.5,-43.5 parent: 1 - type: Transform - uid: 34528 components: - - pos: -150.5,-43.5 + - type: Transform + pos: -150.5,-43.5 parent: 1 - type: Transform - uid: 34529 components: - - pos: -151.5,-43.5 + - type: Transform + pos: -151.5,-43.5 parent: 1 - type: Transform - uid: 34530 components: - - pos: -152.5,-43.5 + - type: Transform + pos: -152.5,-43.5 parent: 1 - type: Transform - uid: 34531 components: - - pos: -153.5,-43.5 + - type: Transform + pos: -153.5,-43.5 parent: 1 - type: Transform - uid: 34532 components: - - pos: -153.5,-44.5 + - type: Transform + pos: -153.5,-44.5 parent: 1 - type: Transform - uid: 34533 components: - - pos: -153.5,-45.5 + - type: Transform + pos: -153.5,-45.5 parent: 1 - type: Transform - uid: 34534 components: - - pos: -153.5,-46.5 + - type: Transform + pos: -153.5,-46.5 parent: 1 - type: Transform - uid: 34535 components: - - pos: -153.5,-47.5 + - type: Transform + pos: -153.5,-47.5 parent: 1 - type: Transform - uid: 34536 components: - - pos: -153.5,-48.5 + - type: Transform + pos: -153.5,-48.5 parent: 1 - type: Transform - uid: 34537 components: - - pos: -153.5,-49.5 + - type: Transform + pos: -153.5,-49.5 parent: 1 - type: Transform - uid: 34538 components: - - pos: -153.5,-50.5 + - type: Transform + pos: -153.5,-50.5 parent: 1 - type: Transform - uid: 34539 components: - - pos: -153.5,-51.5 + - type: Transform + pos: -153.5,-51.5 parent: 1 - type: Transform - uid: 34540 components: - - pos: -153.5,-52.5 + - type: Transform + pos: -153.5,-52.5 parent: 1 - type: Transform - uid: 34541 components: - - pos: -153.5,-53.5 + - type: Transform + pos: -153.5,-53.5 parent: 1 - type: Transform - uid: 34542 components: - - pos: -153.5,-54.5 + - type: Transform + pos: -153.5,-54.5 parent: 1 - type: Transform - uid: 34543 components: - - pos: -153.5,-55.5 + - type: Transform + pos: -153.5,-55.5 parent: 1 - type: Transform - uid: 34544 components: - - pos: -153.5,-56.5 + - type: Transform + pos: -153.5,-56.5 parent: 1 - type: Transform - uid: 34545 components: - - pos: -153.5,-57.5 + - type: Transform + pos: -153.5,-57.5 parent: 1 - type: Transform - uid: 34546 components: - - pos: -153.5,-58.5 + - type: Transform + pos: -153.5,-58.5 parent: 1 - type: Transform - uid: 34547 components: - - pos: -153.5,-59.5 + - type: Transform + pos: -153.5,-59.5 parent: 1 - type: Transform - uid: 34548 components: - - pos: -153.5,-60.5 + - type: Transform + pos: -153.5,-60.5 parent: 1 - type: Transform - uid: 34549 components: - - pos: -153.5,-61.5 + - type: Transform + pos: -153.5,-61.5 parent: 1 - type: Transform - uid: 34550 components: - - pos: -153.5,-62.5 + - type: Transform + pos: -153.5,-62.5 parent: 1 - type: Transform - uid: 34551 components: - - pos: -153.5,-63.5 + - type: Transform + pos: -153.5,-63.5 parent: 1 - type: Transform - uid: 34552 components: - - pos: -153.5,-64.5 + - type: Transform + pos: -153.5,-64.5 parent: 1 - type: Transform - uid: 34553 components: - - pos: -153.5,-65.5 + - type: Transform + pos: -153.5,-65.5 parent: 1 - type: Transform - uid: 34667 components: - - pos: -14.5,17.5 + - type: Transform + pos: -14.5,17.5 parent: 1 - type: Transform - uid: 34668 components: - - pos: -15.5,17.5 + - type: Transform + pos: -15.5,17.5 parent: 1 - type: Transform - uid: 34686 components: - - pos: -111.5,-8.5 + - type: Transform + pos: -111.5,-8.5 parent: 1 - type: Transform - uid: 34691 components: - - pos: -117.5,-8.5 + - type: Transform + pos: -117.5,-8.5 parent: 1 - type: Transform - uid: 34692 components: - - pos: -117.5,-9.5 + - type: Transform + pos: -117.5,-9.5 parent: 1 - type: Transform - uid: 34693 components: - - pos: -117.5,-10.5 + - type: Transform + pos: -117.5,-10.5 parent: 1 - type: Transform - uid: 34694 components: - - pos: -117.5,-11.5 + - type: Transform + pos: -117.5,-11.5 parent: 1 - type: Transform - uid: 34695 components: - - pos: -117.5,-12.5 + - type: Transform + pos: -117.5,-12.5 parent: 1 - type: Transform - uid: 34696 components: - - pos: -117.5,-13.5 + - type: Transform + pos: -117.5,-13.5 parent: 1 - type: Transform - uid: 34697 components: - - pos: -117.5,-14.5 + - type: Transform + pos: -117.5,-14.5 parent: 1 - type: Transform - uid: 34698 components: - - pos: -117.5,-15.5 + - type: Transform + pos: -117.5,-15.5 parent: 1 - type: Transform - uid: 34699 components: - - pos: -117.5,-16.5 + - type: Transform + pos: -117.5,-16.5 parent: 1 - type: Transform - uid: 34700 components: - - pos: -117.5,-17.5 + - type: Transform + pos: -117.5,-17.5 parent: 1 - type: Transform - uid: 34701 components: - - pos: -117.5,-18.5 + - type: Transform + pos: -117.5,-18.5 parent: 1 - type: Transform - uid: 34702 components: - - pos: -117.5,-19.5 + - type: Transform + pos: -117.5,-19.5 parent: 1 - type: Transform - uid: 34703 components: - - pos: -117.5,-20.5 + - type: Transform + pos: -117.5,-20.5 parent: 1 - type: Transform - uid: 34704 components: - - pos: -118.5,-20.5 + - type: Transform + pos: -118.5,-20.5 parent: 1 - type: Transform - uid: 34705 components: - - pos: -119.5,-20.5 + - type: Transform + pos: -119.5,-20.5 parent: 1 - type: Transform - uid: 34706 components: - - pos: -120.5,-20.5 + - type: Transform + pos: -120.5,-20.5 parent: 1 - type: Transform - uid: 34707 components: - - pos: -121.5,-20.5 + - type: Transform + pos: -121.5,-20.5 parent: 1 - type: Transform - uid: 34708 components: - - pos: -122.5,-20.5 + - type: Transform + pos: -122.5,-20.5 parent: 1 - type: Transform - uid: 34709 components: - - pos: -123.5,-20.5 + - type: Transform + pos: -123.5,-20.5 parent: 1 - type: Transform - uid: 34710 components: - - pos: -123.5,-21.5 + - type: Transform + pos: -123.5,-21.5 parent: 1 - type: Transform - uid: 34711 components: - - pos: -123.5,-22.5 + - type: Transform + pos: -123.5,-22.5 parent: 1 - type: Transform - uid: 34713 components: - - pos: -123.5,-24.5 + - type: Transform + pos: -123.5,-24.5 parent: 1 - type: Transform - uid: 34714 components: - - pos: -123.5,-25.5 + - type: Transform + pos: -123.5,-25.5 parent: 1 - type: Transform - uid: 34715 components: - - pos: -125.5,-25.5 + - type: Transform + pos: -125.5,-25.5 parent: 1 - type: Transform - uid: 34716 components: - - pos: -126.5,-25.5 + - type: Transform + pos: -126.5,-25.5 parent: 1 - type: Transform - uid: 34717 components: - - pos: -127.5,-25.5 + - type: Transform + pos: -127.5,-25.5 parent: 1 - type: Transform - uid: 34718 components: - - pos: -128.5,-25.5 + - type: Transform + pos: -128.5,-25.5 parent: 1 - type: Transform - uid: 34719 components: - - pos: -129.5,-25.5 + - type: Transform + pos: -129.5,-25.5 parent: 1 - type: Transform - uid: 34720 components: - - pos: -130.5,-25.5 + - type: Transform + pos: -130.5,-25.5 parent: 1 - type: Transform - uid: 34721 components: - - pos: -131.5,-25.5 + - type: Transform + pos: -131.5,-25.5 parent: 1 - type: Transform - uid: 34723 components: - - pos: -131.5,-26.5 + - type: Transform + pos: -131.5,-26.5 parent: 1 - type: Transform - uid: 34724 components: - - pos: -131.5,-27.5 + - type: Transform + pos: -131.5,-27.5 parent: 1 - type: Transform - uid: 34725 components: - - pos: -131.5,-28.5 + - type: Transform + pos: -131.5,-28.5 parent: 1 - type: Transform - uid: 34726 components: - - pos: -131.5,-29.5 + - type: Transform + pos: -131.5,-29.5 parent: 1 - type: Transform - uid: 34727 components: - - pos: -131.5,-30.5 + - type: Transform + pos: -131.5,-30.5 parent: 1 - type: Transform - uid: 34728 components: - - pos: -131.5,-31.5 + - type: Transform + pos: -131.5,-31.5 parent: 1 - type: Transform - uid: 34729 components: - - pos: -131.5,-32.5 + - type: Transform + pos: -131.5,-32.5 parent: 1 - type: Transform - uid: 34730 components: - - pos: -132.5,-32.5 + - type: Transform + pos: -132.5,-32.5 parent: 1 - type: Transform - uid: 34731 components: - - pos: -133.5,-32.5 + - type: Transform + pos: -133.5,-32.5 parent: 1 - type: Transform - uid: 34732 components: - - pos: -133.5,-33.5 + - type: Transform + pos: -133.5,-33.5 parent: 1 - type: Transform - uid: 34734 components: - - pos: -133.5,-34.5 + - type: Transform + pos: -133.5,-34.5 parent: 1 - type: Transform - uid: 34735 components: - - pos: -134.5,-34.5 + - type: Transform + pos: -134.5,-34.5 parent: 1 - type: Transform - uid: 34736 components: - - pos: -135.5,-34.5 + - type: Transform + pos: -135.5,-34.5 parent: 1 - type: Transform - uid: 34737 components: - - pos: -135.5,-35.5 + - type: Transform + pos: -135.5,-35.5 parent: 1 - type: Transform - uid: 34738 components: - - pos: -135.5,-36.5 + - type: Transform + pos: -135.5,-36.5 parent: 1 - type: Transform - uid: 34739 components: - - pos: -135.5,-37.5 + - type: Transform + pos: -135.5,-37.5 parent: 1 - type: Transform - uid: 34741 components: - - pos: -136.5,-37.5 + - type: Transform + pos: -136.5,-37.5 parent: 1 - type: Transform - uid: 34749 components: - - pos: -98.5,20.5 + - type: Transform + pos: -98.5,20.5 parent: 1 - type: Transform - uid: 34750 components: - - pos: -98.5,19.5 + - type: Transform + pos: -98.5,19.5 parent: 1 - type: Transform - uid: 34751 components: - - pos: -98.5,18.5 + - type: Transform + pos: -98.5,18.5 parent: 1 - type: Transform - uid: 34758 components: - - pos: -97.5,-9.5 + - type: Transform + pos: -97.5,-9.5 parent: 1 - type: Transform - uid: 34761 components: - - pos: -98.5,16.5 + - type: Transform + pos: -98.5,16.5 parent: 1 - type: Transform - uid: 34762 components: - - pos: -98.5,15.5 + - type: Transform + pos: -98.5,15.5 parent: 1 - type: Transform - uid: 34763 components: - - pos: -98.5,14.5 + - type: Transform + pos: -98.5,14.5 parent: 1 - type: Transform - uid: 34781 components: - - pos: -98.5,13.5 + - type: Transform + pos: -98.5,13.5 parent: 1 - type: Transform - uid: 34782 components: - - pos: -98.5,12.5 + - type: Transform + pos: -98.5,12.5 parent: 1 - type: Transform - uid: 34783 components: - - pos: -98.5,11.5 + - type: Transform + pos: -98.5,11.5 parent: 1 - type: Transform - uid: 34784 components: - - pos: -98.5,10.5 + - type: Transform + pos: -98.5,10.5 parent: 1 - type: Transform - uid: 34792 components: - - pos: -39.5,-82.5 + - type: Transform + pos: -39.5,-82.5 parent: 1 - type: Transform - uid: 34793 components: - - pos: -98.5,9.5 + - type: Transform + pos: -98.5,9.5 parent: 1 - type: Transform - uid: 34794 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - uid: 34795 components: - - pos: 20.5,5.5 + - type: Transform + pos: 20.5,5.5 parent: 1 - type: Transform - uid: 34796 components: - - pos: 21.5,5.5 + - type: Transform + pos: 21.5,5.5 parent: 1 - type: Transform - uid: 34801 components: - - pos: -39.5,-80.5 + - type: Transform + pos: -39.5,-80.5 parent: 1 - type: Transform - uid: 34802 components: - - pos: -39.5,-79.5 + - type: Transform + pos: -39.5,-79.5 parent: 1 - type: Transform - uid: 34977 components: - - pos: 33.5,-38.5 + - type: Transform + pos: 33.5,-38.5 parent: 1 - type: Transform - uid: 34978 components: - - pos: 33.5,-37.5 + - type: Transform + pos: 33.5,-37.5 parent: 1 - type: Transform - uid: 34979 components: - - pos: 33.5,-36.5 + - type: Transform + pos: 33.5,-36.5 parent: 1 - type: Transform - uid: 34980 components: - - pos: 33.5,-35.5 + - type: Transform + pos: 33.5,-35.5 parent: 1 - type: Transform - uid: 34981 components: - - pos: 33.5,-34.5 + - type: Transform + pos: 33.5,-34.5 parent: 1 - type: Transform - uid: 34982 components: - - pos: 33.5,-33.5 + - type: Transform + pos: 33.5,-33.5 parent: 1 - type: Transform - uid: 34983 components: - - pos: 33.5,-32.5 + - type: Transform + pos: 33.5,-32.5 parent: 1 - type: Transform - uid: 34985 components: - - pos: 33.5,-30.5 + - type: Transform + pos: 33.5,-30.5 parent: 1 - type: Transform - uid: 34986 components: - - pos: 33.5,-29.5 + - type: Transform + pos: 33.5,-29.5 parent: 1 - type: Transform - uid: 34987 components: - - pos: 33.5,-28.5 + - type: Transform + pos: 33.5,-28.5 parent: 1 - type: Transform - uid: 34988 components: - - pos: 33.5,-27.5 + - type: Transform + pos: 33.5,-27.5 parent: 1 - type: Transform - uid: 34989 components: - - pos: 33.5,-26.5 + - type: Transform + pos: 33.5,-26.5 parent: 1 - type: Transform - uid: 34990 components: - - pos: 33.5,-25.5 + - type: Transform + pos: 33.5,-25.5 parent: 1 - type: Transform - uid: 34991 components: - - pos: 33.5,-24.5 + - type: Transform + pos: 33.5,-24.5 parent: 1 - type: Transform - uid: 34992 components: - - pos: 33.5,-23.5 + - type: Transform + pos: 33.5,-23.5 parent: 1 - type: Transform - uid: 34993 components: - - pos: 33.5,-22.5 + - type: Transform + pos: 33.5,-22.5 parent: 1 - type: Transform - uid: 34994 components: - - pos: 33.5,-21.5 + - type: Transform + pos: 33.5,-21.5 parent: 1 - type: Transform - uid: 34995 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 1 - type: Transform - uid: 34996 components: - - pos: 32.5,-20.5 + - type: Transform + pos: 32.5,-20.5 parent: 1 - type: Transform - uid: 34997 components: - - pos: 32.5,-19.5 + - type: Transform + pos: 32.5,-19.5 parent: 1 - type: Transform - uid: 34998 components: - - pos: 32.5,-18.5 + - type: Transform + pos: 32.5,-18.5 parent: 1 - type: Transform - uid: 34999 components: - - pos: 32.5,-17.5 + - type: Transform + pos: 32.5,-17.5 parent: 1 - type: Transform - uid: 35000 components: - - pos: 32.5,-16.5 + - type: Transform + pos: 32.5,-16.5 parent: 1 - type: Transform - uid: 35001 components: - - pos: 32.5,-15.5 + - type: Transform + pos: 32.5,-15.5 parent: 1 - type: Transform - uid: 35002 components: - - pos: 32.5,-14.5 + - type: Transform + pos: 32.5,-14.5 parent: 1 - type: Transform - uid: 35003 components: - - pos: 32.5,-13.5 + - type: Transform + pos: 32.5,-13.5 parent: 1 - type: Transform - uid: 35004 components: - - pos: 31.5,-13.5 + - type: Transform + pos: 31.5,-13.5 parent: 1 - type: Transform - uid: 35005 components: - - pos: 30.5,-13.5 + - type: Transform + pos: 30.5,-13.5 parent: 1 - type: Transform - uid: 35006 components: - - pos: 29.5,-13.5 + - type: Transform + pos: 29.5,-13.5 parent: 1 - type: Transform - uid: 35013 components: - - pos: 33.5,-44.5 + - type: Transform + pos: 33.5,-44.5 parent: 1 - type: Transform - uid: 35014 components: - - pos: 33.5,-45.5 + - type: Transform + pos: 33.5,-45.5 parent: 1 - type: Transform - uid: 35015 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 1 - type: Transform - uid: 35016 components: - - pos: 31.5,-45.5 + - type: Transform + pos: 31.5,-45.5 parent: 1 - type: Transform - uid: 35017 components: - - pos: 30.5,-45.5 + - type: Transform + pos: 30.5,-45.5 parent: 1 - type: Transform - uid: 35080 components: - - pos: -15.5,-51.5 + - type: Transform + pos: -15.5,-51.5 parent: 1 - type: Transform - uid: 35081 components: - - pos: -15.5,-50.5 + - type: Transform + pos: -15.5,-50.5 parent: 1 - type: Transform - uid: 35082 components: - - pos: -96.5,-20.5 + - type: Transform + pos: -96.5,-20.5 parent: 1 - type: Transform - uid: 35335 components: - - pos: -36.5,-31.5 + - type: Transform + pos: -36.5,-31.5 parent: 1 - type: Transform - uid: 35336 components: - - pos: -36.5,-32.5 + - type: Transform + pos: -36.5,-32.5 parent: 1 - type: Transform - uid: 35337 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 1 - type: Transform - uid: 35338 components: - - pos: -36.5,-34.5 + - type: Transform + pos: -36.5,-34.5 parent: 1 - type: Transform - uid: 35339 components: - - pos: -36.5,-35.5 + - type: Transform + pos: -36.5,-35.5 parent: 1 - type: Transform - uid: 35340 components: - - pos: -37.5,-35.5 + - type: Transform + pos: -37.5,-35.5 parent: 1 - type: Transform - uid: 35341 components: - - pos: -38.5,-35.5 + - type: Transform + pos: -38.5,-35.5 parent: 1 - type: Transform - uid: 35342 components: - - pos: -39.5,-35.5 + - type: Transform + pos: -39.5,-35.5 parent: 1 - type: Transform - uid: 35343 components: - - pos: -40.5,-35.5 + - type: Transform + pos: -40.5,-35.5 parent: 1 - type: Transform - uid: 35344 components: - - pos: -40.5,-36.5 + - type: Transform + pos: -40.5,-36.5 parent: 1 - type: Transform - uid: 35345 components: - - pos: -40.5,-37.5 + - type: Transform + pos: -40.5,-37.5 parent: 1 - type: Transform - uid: 35346 components: - - pos: -40.5,-38.5 + - type: Transform + pos: -40.5,-38.5 parent: 1 - type: Transform - uid: 35347 components: - - pos: -40.5,-39.5 + - type: Transform + pos: -40.5,-39.5 parent: 1 - type: Transform - uid: 35348 components: - - pos: -40.5,-40.5 + - type: Transform + pos: -40.5,-40.5 parent: 1 - type: Transform - uid: 35349 components: - - pos: -40.5,-41.5 + - type: Transform + pos: -40.5,-41.5 parent: 1 - type: Transform - uid: 35350 components: - - pos: -40.5,-42.5 + - type: Transform + pos: -40.5,-42.5 parent: 1 - type: Transform - uid: 35351 components: - - pos: -40.5,-43.5 + - type: Transform + pos: -40.5,-43.5 parent: 1 - type: Transform - uid: 35352 components: - - pos: -40.5,-44.5 + - type: Transform + pos: -40.5,-44.5 parent: 1 - type: Transform - uid: 35353 components: - - pos: -40.5,-45.5 + - type: Transform + pos: -40.5,-45.5 parent: 1 - type: Transform - uid: 35354 components: - - pos: -40.5,-46.5 + - type: Transform + pos: -40.5,-46.5 parent: 1 - type: Transform - uid: 35355 components: - - pos: -40.5,-47.5 + - type: Transform + pos: -40.5,-47.5 parent: 1 - type: Transform - uid: 35356 components: - - pos: -41.5,-47.5 + - type: Transform + pos: -41.5,-47.5 parent: 1 - type: Transform - uid: 35357 components: - - pos: -42.5,-47.5 + - type: Transform + pos: -42.5,-47.5 parent: 1 - type: Transform - uid: 35358 components: - - pos: -42.5,-48.5 + - type: Transform + pos: -42.5,-48.5 parent: 1 - type: Transform - uid: 35359 components: - - pos: -42.5,-49.5 + - type: Transform + pos: -42.5,-49.5 parent: 1 - type: Transform - uid: 35360 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 1 - type: Transform - uid: 35361 components: - - pos: -42.5,-51.5 + - type: Transform + pos: -42.5,-51.5 parent: 1 - type: Transform - uid: 35362 components: - - pos: -43.5,-51.5 + - type: Transform + pos: -43.5,-51.5 parent: 1 - type: Transform - uid: 35363 components: - - pos: -44.5,-51.5 + - type: Transform + pos: -44.5,-51.5 parent: 1 - type: Transform - uid: 35364 components: - - pos: -45.5,-51.5 + - type: Transform + pos: -45.5,-51.5 parent: 1 - type: Transform - uid: 35365 components: - - pos: -45.5,-52.5 + - type: Transform + pos: -45.5,-52.5 parent: 1 - type: Transform - uid: 35366 components: - - pos: -45.5,-53.5 + - type: Transform + pos: -45.5,-53.5 parent: 1 - type: Transform - uid: 35367 components: - - pos: -45.5,-54.5 + - type: Transform + pos: -45.5,-54.5 parent: 1 - type: Transform - uid: 35368 components: - - pos: -45.5,-55.5 + - type: Transform + pos: -45.5,-55.5 parent: 1 - type: Transform - uid: 35369 components: - - pos: -45.5,-56.5 + - type: Transform + pos: -45.5,-56.5 parent: 1 - type: Transform - uid: 35370 components: - - pos: -45.5,-57.5 + - type: Transform + pos: -45.5,-57.5 parent: 1 - type: Transform - uid: 35371 components: - - pos: -45.5,-58.5 + - type: Transform + pos: -45.5,-58.5 parent: 1 - type: Transform - uid: 35372 components: - - pos: -45.5,-59.5 + - type: Transform + pos: -45.5,-59.5 parent: 1 - type: Transform - uid: 35373 components: - - pos: -46.5,-59.5 + - type: Transform + pos: -46.5,-59.5 parent: 1 - type: Transform - uid: 35374 components: - - pos: -47.5,-59.5 + - type: Transform + pos: -47.5,-59.5 parent: 1 - type: Transform - uid: 35375 components: - - pos: -48.5,-59.5 + - type: Transform + pos: -48.5,-59.5 parent: 1 - type: Transform - uid: 35376 components: - - pos: -49.5,-59.5 + - type: Transform + pos: -49.5,-59.5 parent: 1 - type: Transform - uid: 35377 components: - - pos: -49.5,-60.5 + - type: Transform + pos: -49.5,-60.5 parent: 1 - type: Transform - uid: 35378 components: - - pos: -49.5,-61.5 + - type: Transform + pos: -49.5,-61.5 parent: 1 - type: Transform - uid: 35379 components: - - pos: -49.5,-62.5 + - type: Transform + pos: -49.5,-62.5 parent: 1 - type: Transform - uid: 35380 components: - - pos: -49.5,-63.5 + - type: Transform + pos: -49.5,-63.5 parent: 1 - type: Transform - uid: 35381 components: - - pos: -49.5,-64.5 + - type: Transform + pos: -49.5,-64.5 parent: 1 - type: Transform - uid: 35382 components: - - pos: -50.5,-64.5 + - type: Transform + pos: -50.5,-64.5 parent: 1 - type: Transform - uid: 35383 components: - - pos: -51.5,-64.5 + - type: Transform + pos: -51.5,-64.5 parent: 1 - type: Transform - uid: 35384 components: - - pos: -96.5,11.5 + - type: Transform + pos: -96.5,11.5 parent: 1 - type: Transform - uid: 35385 components: - - pos: -53.5,-64.5 + - type: Transform + pos: -53.5,-64.5 parent: 1 - type: Transform - uid: 35386 components: - - pos: -60.5,-37.5 + - type: Transform + pos: -60.5,-37.5 parent: 1 - type: Transform - uid: 35387 components: - - pos: -96.5,13.5 + - type: Transform + pos: -96.5,13.5 parent: 1 - type: Transform - uid: 35388 components: - - pos: -60.5,-35.5 + - type: Transform + pos: -60.5,-35.5 parent: 1 - type: Transform - uid: 35389 components: - - pos: -60.5,-34.5 + - type: Transform + pos: -60.5,-34.5 parent: 1 - type: Transform - uid: 35390 components: - - pos: -60.5,-33.5 + - type: Transform + pos: -60.5,-33.5 parent: 1 - type: Transform - uid: 35391 components: - - pos: -60.5,-32.5 + - type: Transform + pos: -60.5,-32.5 parent: 1 - type: Transform - uid: 35392 components: - - pos: -60.5,-31.5 + - type: Transform + pos: -60.5,-31.5 parent: 1 - type: Transform - uid: 35393 components: - - pos: -60.5,-30.5 + - type: Transform + pos: -60.5,-30.5 parent: 1 - type: Transform - uid: 35394 components: - - pos: -60.5,-29.5 + - type: Transform + pos: -60.5,-29.5 parent: 1 - type: Transform - uid: 35395 components: - - pos: -60.5,-28.5 + - type: Transform + pos: -60.5,-28.5 parent: 1 - type: Transform - uid: 35396 components: - - pos: -60.5,-27.5 + - type: Transform + pos: -60.5,-27.5 parent: 1 - type: Transform - uid: 35397 components: - - pos: -60.5,-26.5 + - type: Transform + pos: -60.5,-26.5 parent: 1 - type: Transform - uid: 35398 components: - - pos: -60.5,-25.5 + - type: Transform + pos: -60.5,-25.5 parent: 1 - type: Transform - uid: 35399 components: - - pos: -60.5,-24.5 + - type: Transform + pos: -60.5,-24.5 parent: 1 - type: Transform - uid: 35400 components: - - pos: -60.5,-23.5 + - type: Transform + pos: -60.5,-23.5 parent: 1 - type: Transform - uid: 35401 components: - - pos: -60.5,-22.5 + - type: Transform + pos: -60.5,-22.5 parent: 1 - type: Transform - uid: 35402 components: - - pos: -60.5,-21.5 + - type: Transform + pos: -60.5,-21.5 parent: 1 - type: Transform - uid: 35403 components: - - pos: -59.5,-21.5 + - type: Transform + pos: -59.5,-21.5 parent: 1 - type: Transform - uid: 35404 components: - - pos: -58.5,-21.5 + - type: Transform + pos: -58.5,-21.5 parent: 1 - type: Transform - uid: 35405 components: - - pos: -58.5,-20.5 + - type: Transform + pos: -58.5,-20.5 parent: 1 - type: Transform - uid: 35406 components: - - pos: -58.5,-19.5 + - type: Transform + pos: -58.5,-19.5 parent: 1 - type: Transform - uid: 35407 components: - - pos: -58.5,-18.5 + - type: Transform + pos: -58.5,-18.5 parent: 1 - type: Transform - uid: 35408 components: - - pos: -58.5,-17.5 + - type: Transform + pos: -58.5,-17.5 parent: 1 - type: Transform - uid: 35409 components: - - pos: -61.5,-8.5 + - type: Transform + pos: -61.5,-8.5 parent: 1 - type: Transform - uid: 35410 components: - - pos: -61.5,-7.5 + - type: Transform + pos: -61.5,-7.5 parent: 1 - type: Transform - uid: 35411 components: - - pos: -61.5,-6.5 + - type: Transform + pos: -61.5,-6.5 parent: 1 - type: Transform - uid: 35412 components: - - pos: -93.5,9.5 + - type: Transform + pos: -93.5,9.5 parent: 1 - type: Transform - uid: 35413 components: - - pos: -61.5,-4.5 + - type: Transform + pos: -61.5,-4.5 parent: 1 - type: Transform - uid: 35414 components: - - pos: -61.5,-3.5 + - type: Transform + pos: -61.5,-3.5 parent: 1 - type: Transform - uid: 35415 components: - - pos: -61.5,-2.5 + - type: Transform + pos: -61.5,-2.5 parent: 1 - type: Transform - uid: 35416 components: - - pos: -61.5,-1.5 + - type: Transform + pos: -61.5,-1.5 parent: 1 - type: Transform - uid: 35417 components: - - pos: -61.5,-0.5 + - type: Transform + pos: -61.5,-0.5 parent: 1 - type: Transform - uid: 35418 components: - - pos: -61.5,0.5 + - type: Transform + pos: -61.5,0.5 parent: 1 - type: Transform - uid: 35419 components: - - pos: -61.5,1.5 + - type: Transform + pos: -61.5,1.5 parent: 1 - type: Transform - uid: 35420 components: - - pos: -61.5,2.5 + - type: Transform + pos: -61.5,2.5 parent: 1 - type: Transform - uid: 35421 components: - - pos: -61.5,3.5 + - type: Transform + pos: -61.5,3.5 parent: 1 - type: Transform - uid: 35422 components: - - pos: -91.5,8.5 + - type: Transform + pos: -91.5,8.5 parent: 1 - type: Transform - uid: 35487 components: - - pos: -105.5,-7.5 + - type: Transform + pos: -105.5,-7.5 parent: 1 - type: Transform - uid: 35488 components: - - pos: -104.5,-7.5 + - type: Transform + pos: -104.5,-7.5 parent: 1 - type: Transform - uid: 35489 components: - - pos: -103.5,-7.5 + - type: Transform + pos: -103.5,-7.5 parent: 1 - type: Transform - uid: 35490 components: - - pos: -102.5,-7.5 + - type: Transform + pos: -102.5,-7.5 parent: 1 - type: Transform - uid: 35491 components: - - pos: -101.5,-7.5 + - type: Transform + pos: -101.5,-7.5 parent: 1 - type: Transform - uid: 35492 components: - - pos: -100.5,-7.5 + - type: Transform + pos: -100.5,-7.5 parent: 1 - type: Transform - uid: 35493 components: - - pos: -99.5,-7.5 + - type: Transform + pos: -99.5,-7.5 parent: 1 - type: Transform - uid: 35494 components: - - pos: -98.5,-7.5 + - type: Transform + pos: -98.5,-7.5 parent: 1 - type: Transform - uid: 35498 components: - - pos: -99.5,-30.5 + - type: Transform + pos: -99.5,-30.5 parent: 1 - type: Transform - uid: 35499 components: - - pos: -99.5,-31.5 + - type: Transform + pos: -99.5,-31.5 parent: 1 - type: Transform - uid: 35500 components: - - pos: -100.5,-31.5 + - type: Transform + pos: -100.5,-31.5 parent: 1 - type: Transform - uid: 35501 components: - - pos: -100.5,-32.5 + - type: Transform + pos: -100.5,-32.5 parent: 1 - type: Transform - uid: 35502 components: - - pos: -100.5,-33.5 + - type: Transform + pos: -100.5,-33.5 parent: 1 - type: Transform - uid: 35503 components: - - pos: -100.5,-34.5 + - type: Transform + pos: -100.5,-34.5 parent: 1 - type: Transform - uid: 35504 components: - - pos: -100.5,-35.5 + - type: Transform + pos: -100.5,-35.5 parent: 1 - type: Transform - uid: 35505 components: - - pos: -100.5,-36.5 + - type: Transform + pos: -100.5,-36.5 parent: 1 - type: Transform - uid: 35506 components: - - pos: -100.5,-37.5 + - type: Transform + pos: -100.5,-37.5 parent: 1 - type: Transform - uid: 35507 components: - - pos: -100.5,-38.5 + - type: Transform + pos: -100.5,-38.5 parent: 1 - type: Transform - uid: 35508 components: - - pos: -101.5,-38.5 + - type: Transform + pos: -101.5,-38.5 parent: 1 - type: Transform - uid: 35509 components: - - pos: -102.5,-38.5 + - type: Transform + pos: -102.5,-38.5 parent: 1 - type: Transform - uid: 35511 components: - - pos: -104.5,-38.5 + - type: Transform + pos: -104.5,-38.5 parent: 1 - type: Transform - uid: 35512 components: - - pos: -105.5,-38.5 + - type: Transform + pos: -105.5,-38.5 parent: 1 - type: Transform - uid: 35513 components: - - pos: -106.5,-38.5 + - type: Transform + pos: -106.5,-38.5 parent: 1 - type: Transform - uid: 35514 components: - - pos: -107.5,-38.5 + - type: Transform + pos: -107.5,-38.5 parent: 1 - type: Transform - uid: 35515 components: - - pos: -107.5,-39.5 + - type: Transform + pos: -107.5,-39.5 parent: 1 - type: Transform - uid: 35516 components: - - pos: -107.5,-40.5 + - type: Transform + pos: -107.5,-40.5 parent: 1 - type: Transform - uid: 35517 components: - - pos: -107.5,-41.5 + - type: Transform + pos: -107.5,-41.5 parent: 1 - type: Transform - uid: 35518 components: - - pos: -107.5,-42.5 + - type: Transform + pos: -107.5,-42.5 parent: 1 - type: Transform - uid: 35519 components: - - pos: -107.5,-43.5 + - type: Transform + pos: -107.5,-43.5 parent: 1 - type: Transform - uid: 35520 components: - - pos: -108.5,-43.5 + - type: Transform + pos: -108.5,-43.5 parent: 1 - type: Transform - uid: 35521 components: - - pos: -109.5,-43.5 + - type: Transform + pos: -109.5,-43.5 parent: 1 - type: Transform - uid: 35522 components: - - pos: -109.5,-44.5 + - type: Transform + pos: -109.5,-44.5 parent: 1 - type: Transform - uid: 35523 components: - - pos: -109.5,-45.5 + - type: Transform + pos: -109.5,-45.5 parent: 1 - type: Transform - uid: 35524 components: - - pos: -110.5,-45.5 + - type: Transform + pos: -110.5,-45.5 parent: 1 - type: Transform - uid: 35525 components: - - pos: -111.5,-45.5 + - type: Transform + pos: -111.5,-45.5 parent: 1 - type: Transform - uid: 35526 components: - - pos: -112.5,-45.5 + - type: Transform + pos: -112.5,-45.5 parent: 1 - type: Transform - uid: 35527 components: - - pos: -113.5,-45.5 + - type: Transform + pos: -113.5,-45.5 parent: 1 - type: Transform - uid: 35528 components: - - pos: -114.5,-45.5 + - type: Transform + pos: -114.5,-45.5 parent: 1 - type: Transform - uid: 35529 components: - - pos: -115.5,-45.5 + - type: Transform + pos: -115.5,-45.5 parent: 1 - type: Transform - uid: 35530 components: - - pos: -116.5,-45.5 + - type: Transform + pos: -116.5,-45.5 parent: 1 - type: Transform - uid: 35531 components: - - pos: -117.5,-45.5 + - type: Transform + pos: -117.5,-45.5 parent: 1 - type: Transform - uid: 35532 components: - - pos: -118.5,-45.5 + - type: Transform + pos: -118.5,-45.5 parent: 1 - type: Transform - uid: 35533 components: - - pos: -119.5,-45.5 + - type: Transform + pos: -119.5,-45.5 parent: 1 - type: Transform - uid: 35534 components: - - pos: -120.5,-45.5 + - type: Transform + pos: -120.5,-45.5 parent: 1 - type: Transform - uid: 35535 components: - - pos: -121.5,-45.5 + - type: Transform + pos: -121.5,-45.5 parent: 1 - type: Transform - uid: 35536 components: - - pos: -122.5,-45.5 + - type: Transform + pos: -122.5,-45.5 parent: 1 - type: Transform - uid: 35537 components: - - pos: -123.5,-45.5 + - type: Transform + pos: -123.5,-45.5 parent: 1 - type: Transform - uid: 35538 components: - - pos: -124.5,-45.5 + - type: Transform + pos: -124.5,-45.5 parent: 1 - type: Transform - uid: 35539 components: - - pos: -125.5,-45.5 + - type: Transform + pos: -125.5,-45.5 parent: 1 - type: Transform - uid: 35540 components: - - pos: -126.5,-45.5 + - type: Transform + pos: -126.5,-45.5 parent: 1 - type: Transform - uid: 35541 components: - - pos: -127.5,-45.5 + - type: Transform + pos: -127.5,-45.5 parent: 1 - type: Transform - uid: 35542 components: - - pos: -128.5,-45.5 + - type: Transform + pos: -128.5,-45.5 parent: 1 - type: Transform - uid: 35543 components: - - pos: -129.5,-45.5 + - type: Transform + pos: -129.5,-45.5 parent: 1 - type: Transform - uid: 35544 components: - - pos: -130.5,-45.5 + - type: Transform + pos: -130.5,-45.5 parent: 1 - type: Transform - uid: 35545 components: - - pos: -131.5,-45.5 + - type: Transform + pos: -131.5,-45.5 parent: 1 - type: Transform - uid: 35546 components: - - pos: -132.5,-45.5 + - type: Transform + pos: -132.5,-45.5 parent: 1 - type: Transform - uid: 35547 components: - - pos: -133.5,-45.5 + - type: Transform + pos: -133.5,-45.5 parent: 1 - type: Transform - uid: 35548 components: - - pos: -133.5,-44.5 + - type: Transform + pos: -133.5,-44.5 parent: 1 - type: Transform - uid: 35550 components: - - pos: -133.5,-42.5 + - type: Transform + pos: -133.5,-42.5 parent: 1 - type: Transform - uid: 35551 components: - - pos: -133.5,-41.5 + - type: Transform + pos: -133.5,-41.5 parent: 1 - type: Transform - uid: 35552 components: - - pos: -133.5,-40.5 + - type: Transform + pos: -133.5,-40.5 parent: 1 - type: Transform - uid: 35553 components: - - pos: -133.5,-39.5 + - type: Transform + pos: -133.5,-39.5 parent: 1 - type: Transform - uid: 35554 components: - - pos: -134.5,-39.5 + - type: Transform + pos: -134.5,-39.5 parent: 1 - type: Transform - uid: 35555 components: - - pos: -135.5,-39.5 + - type: Transform + pos: -135.5,-39.5 parent: 1 - type: Transform - uid: 35556 components: - - pos: -135.5,-38.5 + - type: Transform + pos: -135.5,-38.5 parent: 1 - type: Transform - uid: 35660 components: - - pos: -116.5,-86.5 + - type: Transform + pos: -116.5,-86.5 parent: 1 - type: Transform - uid: 35661 components: - - pos: -115.5,-86.5 + - type: Transform + pos: -115.5,-86.5 parent: 1 - type: Transform - uid: 35662 components: - - pos: -115.5,-85.5 + - type: Transform + pos: -115.5,-85.5 parent: 1 - type: Transform - uid: 35663 components: - - pos: -113.5,-85.5 + - type: Transform + pos: -113.5,-85.5 parent: 1 - type: Transform - uid: 35664 components: - - pos: -113.5,-86.5 + - type: Transform + pos: -113.5,-86.5 parent: 1 - type: Transform - uid: 35665 components: - - pos: -113.5,-87.5 + - type: Transform + pos: -113.5,-87.5 parent: 1 - type: Transform - uid: 35666 components: - - pos: -114.5,-87.5 + - type: Transform + pos: -114.5,-87.5 parent: 1 - type: Transform - uid: 35667 components: - - pos: -114.5,-88.5 + - type: Transform + pos: -114.5,-88.5 parent: 1 - type: Transform - uid: 35668 components: - - pos: -112.5,-87.5 + - type: Transform + pos: -112.5,-87.5 parent: 1 - type: Transform - uid: 35669 components: - - pos: -111.5,-87.5 + - type: Transform + pos: -111.5,-87.5 parent: 1 - type: Transform - uid: 35670 components: - - pos: -110.5,-87.5 + - type: Transform + pos: -110.5,-87.5 parent: 1 - type: Transform - uid: 35671 components: - - pos: -109.5,-87.5 + - type: Transform + pos: -109.5,-87.5 parent: 1 - type: Transform - uid: 35672 components: - - pos: -108.5,-87.5 + - type: Transform + pos: -108.5,-87.5 parent: 1 - type: Transform - uid: 35673 components: - - pos: -107.5,-87.5 + - type: Transform + pos: -107.5,-87.5 parent: 1 - type: Transform - uid: 35674 components: - - pos: -107.5,-86.5 + - type: Transform + pos: -107.5,-86.5 parent: 1 - type: Transform - uid: 35675 components: - - pos: -107.5,-85.5 + - type: Transform + pos: -107.5,-85.5 parent: 1 - type: Transform - uid: 35676 components: - - pos: -107.5,-84.5 + - type: Transform + pos: -107.5,-84.5 parent: 1 - type: Transform - uid: 35677 components: - - pos: -107.5,-83.5 + - type: Transform + pos: -107.5,-83.5 parent: 1 - type: Transform - uid: 35866 components: - - pos: -141.5,-86.5 + - type: Transform + pos: -141.5,-86.5 parent: 1 - type: Transform - uid: 35867 components: - - pos: -140.5,-86.5 + - type: Transform + pos: -140.5,-86.5 parent: 1 - type: Transform - uid: 35868 components: - - pos: -139.5,-86.5 + - type: Transform + pos: -139.5,-86.5 parent: 1 - type: Transform - uid: 35869 components: - - pos: -138.5,-86.5 + - type: Transform + pos: -138.5,-86.5 parent: 1 - type: Transform - uid: 35870 components: - - pos: -137.5,-86.5 + - type: Transform + pos: -137.5,-86.5 parent: 1 - type: Transform - uid: 35871 components: - - pos: -136.5,-86.5 + - type: Transform + pos: -136.5,-86.5 parent: 1 - type: Transform - uid: 35872 components: - - pos: -135.5,-86.5 + - type: Transform + pos: -135.5,-86.5 parent: 1 - type: Transform - uid: 35873 components: - - pos: -134.5,-86.5 + - type: Transform + pos: -134.5,-86.5 parent: 1 - type: Transform - uid: 35874 components: - - pos: -133.5,-86.5 + - type: Transform + pos: -133.5,-86.5 parent: 1 - type: Transform - uid: 35875 components: - - pos: -132.5,-86.5 + - type: Transform + pos: -132.5,-86.5 parent: 1 - type: Transform - uid: 35876 components: - - pos: -131.5,-86.5 + - type: Transform + pos: -131.5,-86.5 parent: 1 - type: Transform - uid: 35877 components: - - pos: -130.5,-86.5 + - type: Transform + pos: -130.5,-86.5 parent: 1 - type: Transform - uid: 35878 components: - - pos: -129.5,-86.5 + - type: Transform + pos: -129.5,-86.5 parent: 1 - type: Transform - uid: 35879 components: - - pos: -128.5,-86.5 + - type: Transform + pos: -128.5,-86.5 parent: 1 - type: Transform - uid: 35880 components: - - pos: -127.5,-86.5 + - type: Transform + pos: -127.5,-86.5 parent: 1 - type: Transform - uid: 35881 components: - - pos: -126.5,-86.5 + - type: Transform + pos: -126.5,-86.5 parent: 1 - type: Transform - uid: 35882 components: - - pos: -125.5,-86.5 + - type: Transform + pos: -125.5,-86.5 parent: 1 - type: Transform - uid: 35883 components: - - pos: -124.5,-86.5 + - type: Transform + pos: -124.5,-86.5 parent: 1 - type: Transform - uid: 35884 components: - - pos: -123.5,-86.5 + - type: Transform + pos: -123.5,-86.5 parent: 1 - type: Transform - uid: 35885 components: - - pos: -122.5,-86.5 + - type: Transform + pos: -122.5,-86.5 parent: 1 - type: Transform - uid: 35886 components: - - pos: -121.5,-86.5 + - type: Transform + pos: -121.5,-86.5 parent: 1 - type: Transform - uid: 35887 components: - - pos: -120.5,-86.5 + - type: Transform + pos: -120.5,-86.5 parent: 1 - type: Transform - uid: 35888 components: - - pos: -119.5,-86.5 + - type: Transform + pos: -119.5,-86.5 parent: 1 - type: Transform - uid: 35889 components: - - pos: -118.5,-86.5 + - type: Transform + pos: -118.5,-86.5 parent: 1 - type: Transform - uid: 35890 components: - - pos: -117.5,-86.5 + - type: Transform + pos: -117.5,-86.5 parent: 1 - type: Transform - uid: 36128 components: - - pos: -75.5,-54.5 + - type: Transform + pos: -75.5,-54.5 parent: 1 - type: Transform - uid: 36129 components: - - pos: -76.5,-54.5 + - type: Transform + pos: -76.5,-54.5 parent: 1 - type: Transform - uid: 36130 components: - - pos: -76.5,-55.5 + - type: Transform + pos: -76.5,-55.5 parent: 1 - type: Transform - uid: 36131 components: - - pos: -76.5,-56.5 + - type: Transform + pos: -76.5,-56.5 parent: 1 - type: Transform - uid: 36132 components: - - pos: -76.5,-57.5 + - type: Transform + pos: -76.5,-57.5 parent: 1 - type: Transform - uid: 36133 components: - - pos: -76.5,-58.5 + - type: Transform + pos: -76.5,-58.5 parent: 1 - type: Transform - uid: 36134 components: - - pos: -77.5,-58.5 + - type: Transform + pos: -77.5,-58.5 parent: 1 - type: Transform - uid: 36135 components: - - pos: -78.5,-58.5 + - type: Transform + pos: -78.5,-58.5 parent: 1 - type: Transform - uid: 36136 components: - - pos: -79.5,-58.5 + - type: Transform + pos: -79.5,-58.5 parent: 1 - type: Transform - uid: 36137 components: - - pos: -80.5,-58.5 + - type: Transform + pos: -80.5,-58.5 parent: 1 - type: Transform - uid: 36139 components: - - pos: -82.5,-58.5 + - type: Transform + pos: -82.5,-58.5 parent: 1 - type: Transform - uid: 36140 components: - - pos: -83.5,-58.5 + - type: Transform + pos: -83.5,-58.5 parent: 1 - type: Transform - uid: 36141 components: - - pos: -84.5,-58.5 + - type: Transform + pos: -84.5,-58.5 parent: 1 - type: Transform - uid: 36142 components: - - pos: -85.5,-58.5 + - type: Transform + pos: -85.5,-58.5 parent: 1 - type: Transform - uid: 36143 components: - - pos: -86.5,-58.5 + - type: Transform + pos: -86.5,-58.5 parent: 1 - type: Transform - uid: 36144 components: - - pos: -87.5,-58.5 + - type: Transform + pos: -87.5,-58.5 parent: 1 - type: Transform - uid: 36145 components: - - pos: -88.5,-58.5 + - type: Transform + pos: -88.5,-58.5 parent: 1 - type: Transform - uid: 36146 components: - - pos: -89.5,-58.5 + - type: Transform + pos: -89.5,-58.5 parent: 1 - type: Transform - uid: 36147 components: - - pos: -90.5,-58.5 + - type: Transform + pos: -90.5,-58.5 parent: 1 - type: Transform - uid: 36148 components: - - pos: -91.5,-58.5 + - type: Transform + pos: -91.5,-58.5 parent: 1 - type: Transform - uid: 36149 components: - - pos: -91.5,-59.5 + - type: Transform + pos: -91.5,-59.5 parent: 1 - type: Transform - uid: 36150 components: - - pos: -91.5,-60.5 + - type: Transform + pos: -91.5,-60.5 parent: 1 - type: Transform - uid: 36151 components: - - pos: -91.5,-61.5 + - type: Transform + pos: -91.5,-61.5 parent: 1 - type: Transform - uid: 36152 components: - - pos: -91.5,-62.5 + - type: Transform + pos: -91.5,-62.5 parent: 1 - type: Transform - uid: 36153 components: - - pos: -91.5,-63.5 + - type: Transform + pos: -91.5,-63.5 parent: 1 - type: Transform - uid: 36154 components: - - pos: -91.5,-64.5 + - type: Transform + pos: -91.5,-64.5 parent: 1 - type: Transform - uid: 36155 components: - - pos: -91.5,-65.5 + - type: Transform + pos: -91.5,-65.5 parent: 1 - type: Transform - uid: 36156 components: - - pos: -91.5,-66.5 + - type: Transform + pos: -91.5,-66.5 parent: 1 - type: Transform - uid: 36157 components: - - pos: -91.5,-67.5 + - type: Transform + pos: -91.5,-67.5 parent: 1 - type: Transform - uid: 36158 components: - - pos: -91.5,-68.5 + - type: Transform + pos: -91.5,-68.5 parent: 1 - type: Transform - uid: 36159 components: - - pos: -91.5,-69.5 + - type: Transform + pos: -91.5,-69.5 parent: 1 - type: Transform - uid: 36160 components: - - pos: -91.5,-70.5 + - type: Transform + pos: -91.5,-70.5 parent: 1 - type: Transform - uid: 36161 components: - - pos: -91.5,-71.5 + - type: Transform + pos: -91.5,-71.5 parent: 1 - type: Transform - uid: 36162 components: - - pos: -91.5,-72.5 + - type: Transform + pos: -91.5,-72.5 parent: 1 - type: Transform - uid: 36163 components: - - pos: -91.5,-73.5 + - type: Transform + pos: -91.5,-73.5 parent: 1 - type: Transform - uid: 36164 components: - - pos: -91.5,-74.5 + - type: Transform + pos: -91.5,-74.5 parent: 1 - type: Transform - uid: 36165 components: - - pos: -91.5,-75.5 + - type: Transform + pos: -91.5,-75.5 parent: 1 - type: Transform - uid: 36166 components: - - pos: -91.5,-76.5 + - type: Transform + pos: -91.5,-76.5 parent: 1 - type: Transform - uid: 36167 components: - - pos: -91.5,-77.5 + - type: Transform + pos: -91.5,-77.5 parent: 1 - type: Transform - uid: 36168 components: - - pos: -91.5,-78.5 + - type: Transform + pos: -91.5,-78.5 parent: 1 - type: Transform - uid: 36169 components: - - pos: -91.5,-79.5 + - type: Transform + pos: -91.5,-79.5 parent: 1 - type: Transform - uid: 36170 components: - - pos: -91.5,-80.5 + - type: Transform + pos: -91.5,-80.5 parent: 1 - type: Transform - uid: 36171 components: - - pos: -92.5,-80.5 + - type: Transform + pos: -92.5,-80.5 parent: 1 - type: Transform - uid: 36173 components: - - pos: -94.5,-80.5 + - type: Transform + pos: -94.5,-80.5 parent: 1 - type: Transform - uid: 36174 components: - - pos: -95.5,-80.5 + - type: Transform + pos: -95.5,-80.5 parent: 1 - type: Transform - uid: 36175 components: - - pos: -96.5,-80.5 + - type: Transform + pos: -96.5,-80.5 parent: 1 - type: Transform - uid: 36176 components: - - pos: -97.5,-80.5 + - type: Transform + pos: -97.5,-80.5 parent: 1 - type: Transform - uid: 36177 components: - - pos: -98.5,-80.5 + - type: Transform + pos: -98.5,-80.5 parent: 1 - type: Transform - uid: 36178 components: - - pos: -98.5,-81.5 + - type: Transform + pos: -98.5,-81.5 parent: 1 - type: Transform - uid: 36179 components: - - pos: -98.5,-82.5 + - type: Transform + pos: -98.5,-82.5 parent: 1 - type: Transform - uid: 36180 components: - - pos: -99.5,-82.5 + - type: Transform + pos: -99.5,-82.5 parent: 1 - type: Transform - uid: 36181 components: - - pos: -100.5,-82.5 + - type: Transform + pos: -100.5,-82.5 parent: 1 - type: Transform - uid: 36182 components: - - pos: -101.5,-82.5 + - type: Transform + pos: -101.5,-82.5 parent: 1 - type: Transform - uid: 36183 components: - - pos: -102.5,-82.5 + - type: Transform + pos: -102.5,-82.5 parent: 1 - type: Transform - uid: 36184 components: - - pos: -103.5,-82.5 + - type: Transform + pos: -103.5,-82.5 parent: 1 - type: Transform - uid: 36185 components: - - pos: -104.5,-82.5 + - type: Transform + pos: -104.5,-82.5 parent: 1 - type: Transform - uid: 36186 components: - - pos: -105.5,-82.5 + - type: Transform + pos: -105.5,-82.5 parent: 1 - type: Transform - uid: 36187 components: - - pos: -106.5,-82.5 + - type: Transform + pos: -106.5,-82.5 parent: 1 - type: Transform - uid: 36188 components: - - pos: -107.5,-82.5 + - type: Transform + pos: -107.5,-82.5 parent: 1 - type: Transform - uid: 36189 components: - - pos: -108.5,-82.5 + - type: Transform + pos: -108.5,-82.5 parent: 1 - type: Transform - uid: 36190 components: - - pos: -109.5,-82.5 + - type: Transform + pos: -109.5,-82.5 parent: 1 - type: Transform - uid: 36191 components: - - pos: -110.5,-82.5 + - type: Transform + pos: -110.5,-82.5 parent: 1 - type: Transform - uid: 36192 components: - - pos: -111.5,-82.5 + - type: Transform + pos: -111.5,-82.5 parent: 1 - type: Transform - uid: 36193 components: - - pos: -112.5,-82.5 + - type: Transform + pos: -112.5,-82.5 parent: 1 - type: Transform - uid: 36194 components: - - pos: -113.5,-82.5 + - type: Transform + pos: -113.5,-82.5 parent: 1 - type: Transform - uid: 36195 components: - - pos: -114.5,-82.5 + - type: Transform + pos: -114.5,-82.5 parent: 1 - type: Transform - uid: 36196 components: - - pos: -114.5,-81.5 + - type: Transform + pos: -114.5,-81.5 parent: 1 - type: Transform - uid: 36197 components: - - pos: -114.5,-80.5 + - type: Transform + pos: -114.5,-80.5 parent: 1 - type: Transform - uid: 36198 components: - - pos: -114.5,-79.5 + - type: Transform + pos: -114.5,-79.5 parent: 1 - type: Transform - uid: 36199 components: - - pos: -114.5,-78.5 + - type: Transform + pos: -114.5,-78.5 parent: 1 - type: Transform - uid: 36200 components: - - pos: -114.5,-77.5 + - type: Transform + pos: -114.5,-77.5 parent: 1 - type: Transform - uid: 36201 components: - - pos: -114.5,-76.5 + - type: Transform + pos: -114.5,-76.5 parent: 1 - type: Transform - uid: 36202 components: - - pos: -114.5,-75.5 + - type: Transform + pos: -114.5,-75.5 parent: 1 - type: Transform - uid: 36204 components: - - pos: -114.5,-73.5 + - type: Transform + pos: -114.5,-73.5 parent: 1 - type: Transform - uid: 36205 components: - - pos: -114.5,-72.5 + - type: Transform + pos: -114.5,-72.5 parent: 1 - type: Transform - uid: 36206 components: - - pos: -114.5,-71.5 + - type: Transform + pos: -114.5,-71.5 parent: 1 - type: Transform - uid: 36207 components: - - pos: -115.5,-71.5 + - type: Transform + pos: -115.5,-71.5 parent: 1 - type: Transform - uid: 36208 components: - - pos: -116.5,-71.5 + - type: Transform + pos: -116.5,-71.5 parent: 1 - type: Transform - uid: 36209 components: - - pos: -116.5,-70.5 + - type: Transform + pos: -116.5,-70.5 parent: 1 - type: Transform - uid: 36210 components: - - pos: -116.5,-69.5 + - type: Transform + pos: -116.5,-69.5 parent: 1 - type: Transform - uid: 36211 components: - - pos: -116.5,-68.5 + - type: Transform + pos: -116.5,-68.5 parent: 1 - type: Transform - uid: 36212 components: - - pos: -116.5,-67.5 + - type: Transform + pos: -116.5,-67.5 parent: 1 - type: Transform - uid: 36213 components: - - pos: -116.5,-66.5 + - type: Transform + pos: -116.5,-66.5 parent: 1 - type: Transform - uid: 36214 components: - - pos: -116.5,-65.5 + - type: Transform + pos: -116.5,-65.5 parent: 1 - type: Transform - uid: 36215 components: - - pos: -116.5,-64.5 + - type: Transform + pos: -116.5,-64.5 parent: 1 - type: Transform - uid: 36216 components: - - pos: -116.5,-63.5 + - type: Transform + pos: -116.5,-63.5 parent: 1 - type: Transform - uid: 36217 components: - - pos: -116.5,-62.5 + - type: Transform + pos: -116.5,-62.5 parent: 1 - type: Transform - uid: 36218 components: - - pos: -116.5,-61.5 + - type: Transform + pos: -116.5,-61.5 parent: 1 - type: Transform - uid: 36219 components: - - pos: -116.5,-60.5 + - type: Transform + pos: -116.5,-60.5 parent: 1 - type: Transform - uid: 36220 components: - - pos: -116.5,-59.5 + - type: Transform + pos: -116.5,-59.5 parent: 1 - type: Transform - uid: 36221 components: - - pos: -116.5,-58.5 + - type: Transform + pos: -116.5,-58.5 parent: 1 - type: Transform - uid: 36222 components: - - pos: -116.5,-57.5 + - type: Transform + pos: -116.5,-57.5 parent: 1 - type: Transform - uid: 36223 components: - - pos: -116.5,-56.5 + - type: Transform + pos: -116.5,-56.5 parent: 1 - type: Transform - uid: 36224 components: - - pos: -116.5,-55.5 + - type: Transform + pos: -116.5,-55.5 parent: 1 - type: Transform - uid: 36225 components: - - pos: -116.5,-54.5 + - type: Transform + pos: -116.5,-54.5 parent: 1 - type: Transform - uid: 36226 components: - - pos: -116.5,-53.5 + - type: Transform + pos: -116.5,-53.5 parent: 1 - type: Transform - uid: 36227 components: - - pos: -116.5,-52.5 + - type: Transform + pos: -116.5,-52.5 parent: 1 - type: Transform - uid: 36228 components: - - pos: -116.5,-46.5 + - type: Transform + pos: -116.5,-46.5 parent: 1 - type: Transform - uid: 36394 components: - - pos: -133.5,-49.5 + - type: Transform + pos: -133.5,-49.5 parent: 1 - type: Transform - uid: 36395 components: - - pos: -133.5,-50.5 + - type: Transform + pos: -133.5,-50.5 parent: 1 - type: Transform - uid: 36396 components: - - pos: -133.5,-51.5 + - type: Transform + pos: -133.5,-51.5 parent: 1 - type: Transform - uid: 36397 components: - - pos: -133.5,-52.5 + - type: Transform + pos: -133.5,-52.5 parent: 1 - type: Transform - uid: 36398 components: - - pos: -133.5,-53.5 + - type: Transform + pos: -133.5,-53.5 parent: 1 - type: Transform - uid: 36399 components: - - pos: -134.5,-53.5 + - type: Transform + pos: -134.5,-53.5 parent: 1 - type: Transform - uid: 36400 components: - - pos: -135.5,-53.5 + - type: Transform + pos: -135.5,-53.5 parent: 1 - type: Transform - uid: 37461 components: - - pos: -99.5,-77.5 + - type: Transform + pos: -99.5,-77.5 parent: 1 - type: Transform - uid: 37462 components: - - pos: -98.5,-77.5 + - type: Transform + pos: -98.5,-77.5 parent: 1 - type: Transform - uid: 37463 components: - - pos: -97.5,-77.5 + - type: Transform + pos: -97.5,-77.5 parent: 1 - type: Transform - uid: 37464 components: - - pos: -97.5,-78.5 + - type: Transform + pos: -97.5,-78.5 parent: 1 - type: Transform - uid: 37465 components: - - pos: -97.5,-79.5 + - type: Transform + pos: -97.5,-79.5 parent: 1 - type: Transform - uid: 39630 components: - - pos: 42.5,-40.5 + - type: Transform + pos: 42.5,-40.5 parent: 1 - type: Transform - uid: 39884 components: - - pos: 57.5,-53.5 + - type: Transform + pos: 57.5,-53.5 parent: 1 - type: Transform - uid: 39885 components: - - pos: 57.5,-54.5 + - type: Transform + pos: 57.5,-54.5 parent: 1 - type: Transform - uid: 39886 components: - - pos: 57.5,-52.5 + - type: Transform + pos: 57.5,-52.5 parent: 1 - type: Transform - uid: 39887 components: - - pos: 58.5,-54.5 + - type: Transform + pos: 58.5,-54.5 parent: 1 - type: Transform - uid: 39888 components: - - pos: 59.5,-54.5 + - type: Transform + pos: 59.5,-54.5 parent: 1 - type: Transform - uid: 39889 components: - - pos: 59.5,-55.5 + - type: Transform + pos: 59.5,-55.5 parent: 1 - type: Transform - uid: 39960 components: - - pos: -27.5,-72.5 + - type: Transform + pos: -27.5,-72.5 parent: 1 - type: Transform - uid: 39961 components: - - pos: -26.5,-72.5 + - type: Transform + pos: -26.5,-72.5 parent: 1 - type: Transform - uid: 39962 components: - - pos: -25.5,-72.5 + - type: Transform + pos: -25.5,-72.5 parent: 1 - type: Transform - uid: 40041 components: - - pos: 33.5,-43.5 + - type: Transform + pos: 33.5,-43.5 parent: 1 - type: Transform - uid: 40876 components: - - pos: 42.5,-7.5 + - type: Transform + pos: 42.5,-7.5 parent: 1 - type: Transform - uid: 40880 components: - - pos: 46.5,43.5 + - type: Transform + pos: 46.5,43.5 parent: 1 - type: Transform - uid: 40881 components: - - pos: 47.5,43.5 + - type: Transform + pos: 47.5,43.5 parent: 1 - type: Transform - uid: 40882 components: - - pos: 48.5,43.5 + - type: Transform + pos: 48.5,43.5 parent: 1 - type: Transform - uid: 40883 components: - - pos: 48.5,42.5 + - type: Transform + pos: 48.5,42.5 parent: 1 - type: Transform - uid: 40884 components: - - pos: 7.5,45.5 + - type: Transform + pos: 7.5,45.5 parent: 1 - type: Transform - uid: 40885 components: - - pos: 8.5,45.5 + - type: Transform + pos: 8.5,45.5 parent: 1 - type: Transform - uid: 40886 components: - - pos: 9.5,45.5 + - type: Transform + pos: 9.5,45.5 parent: 1 - type: Transform - uid: 40887 components: - - pos: 10.5,45.5 + - type: Transform + pos: 10.5,45.5 parent: 1 - type: Transform - uid: 40888 components: - - pos: 11.5,45.5 + - type: Transform + pos: 11.5,45.5 parent: 1 - type: Transform - uid: 40889 components: - - pos: 12.5,45.5 + - type: Transform + pos: 12.5,45.5 parent: 1 - type: Transform - uid: 40890 components: - - pos: 13.5,45.5 + - type: Transform + pos: 13.5,45.5 parent: 1 - type: Transform - uid: 40891 components: - - pos: 14.5,45.5 + - type: Transform + pos: 14.5,45.5 parent: 1 - type: Transform - uid: 40892 components: - - pos: 15.5,45.5 + - type: Transform + pos: 15.5,45.5 parent: 1 - type: Transform - uid: 40893 components: - - pos: 16.5,45.5 + - type: Transform + pos: 16.5,45.5 parent: 1 - type: Transform - uid: 40894 components: - - pos: 17.5,45.5 + - type: Transform + pos: 17.5,45.5 parent: 1 - type: Transform - uid: 40895 components: - - pos: 18.5,45.5 + - type: Transform + pos: 18.5,45.5 parent: 1 - type: Transform - uid: 40896 components: - - pos: 19.5,45.5 + - type: Transform + pos: 19.5,45.5 parent: 1 - type: Transform - uid: 40897 components: - - pos: 20.5,45.5 + - type: Transform + pos: 20.5,45.5 parent: 1 - type: Transform - uid: 40898 components: - - pos: 21.5,45.5 + - type: Transform + pos: 21.5,45.5 parent: 1 - type: Transform - uid: 40899 components: - - pos: 22.5,45.5 + - type: Transform + pos: 22.5,45.5 parent: 1 - type: Transform - uid: 40900 components: - - pos: 23.5,45.5 + - type: Transform + pos: 23.5,45.5 parent: 1 - type: Transform - uid: 40901 components: - - pos: 24.5,45.5 + - type: Transform + pos: 24.5,45.5 parent: 1 - type: Transform - uid: 40902 components: - - pos: 25.5,45.5 + - type: Transform + pos: 25.5,45.5 parent: 1 - type: Transform - uid: 40903 components: - - pos: 26.5,45.5 + - type: Transform + pos: 26.5,45.5 parent: 1 - type: Transform - uid: 40904 components: - - pos: 27.5,45.5 + - type: Transform + pos: 27.5,45.5 parent: 1 - type: Transform - uid: 40905 components: - - pos: 28.5,45.5 + - type: Transform + pos: 28.5,45.5 parent: 1 - type: Transform - uid: 40906 components: - - pos: 29.5,45.5 + - type: Transform + pos: 29.5,45.5 parent: 1 - type: Transform - uid: 40907 components: - - pos: 30.5,45.5 + - type: Transform + pos: 30.5,45.5 parent: 1 - type: Transform - uid: 40908 components: - - pos: 31.5,45.5 + - type: Transform + pos: 31.5,45.5 parent: 1 - type: Transform - uid: 40909 components: - - pos: 32.5,45.5 + - type: Transform + pos: 32.5,45.5 parent: 1 - type: Transform - uid: 40910 components: - - pos: 33.5,45.5 + - type: Transform + pos: 33.5,45.5 parent: 1 - type: Transform - uid: 40911 components: - - pos: 34.5,45.5 + - type: Transform + pos: 34.5,45.5 parent: 1 - type: Transform - uid: 40912 components: - - pos: 35.5,45.5 + - type: Transform + pos: 35.5,45.5 parent: 1 - type: Transform - uid: 40913 components: - - pos: 36.5,45.5 + - type: Transform + pos: 36.5,45.5 parent: 1 - type: Transform - uid: 40914 components: - - pos: 37.5,45.5 + - type: Transform + pos: 37.5,45.5 parent: 1 - type: Transform - uid: 40915 components: - - pos: 38.5,45.5 + - type: Transform + pos: 38.5,45.5 parent: 1 - type: Transform - uid: 40916 components: - - pos: 39.5,45.5 + - type: Transform + pos: 39.5,45.5 parent: 1 - type: Transform - uid: 41294 components: - - pos: -152.5,-20.5 + - type: Transform + pos: -152.5,-20.5 parent: 1 - type: Transform - uid: 41295 components: - - pos: -152.5,-19.5 + - type: Transform + pos: -152.5,-19.5 parent: 1 - type: Transform - uid: 41296 components: - - pos: -151.5,-19.5 + - type: Transform + pos: -151.5,-19.5 parent: 1 - type: Transform - uid: 41297 components: - - pos: -150.5,-19.5 + - type: Transform + pos: -150.5,-19.5 parent: 1 - type: Transform - uid: 41298 components: - - pos: -149.5,-19.5 + - type: Transform + pos: -149.5,-19.5 parent: 1 - type: Transform - uid: 41299 components: - - pos: -148.5,-19.5 + - type: Transform + pos: -148.5,-19.5 parent: 1 - type: Transform - uid: 41300 components: - - pos: -147.5,-19.5 + - type: Transform + pos: -147.5,-19.5 parent: 1 - type: Transform - uid: 41301 components: - - pos: -146.5,-19.5 + - type: Transform + pos: -146.5,-19.5 parent: 1 - type: Transform - uid: 41302 components: - - pos: -145.5,-19.5 + - type: Transform + pos: -145.5,-19.5 parent: 1 - type: Transform - uid: 41303 components: - - pos: -144.5,-19.5 + - type: Transform + pos: -144.5,-19.5 parent: 1 - type: Transform - uid: 41304 components: - - pos: -143.5,-19.5 + - type: Transform + pos: -143.5,-19.5 parent: 1 - type: Transform - uid: 41305 components: - - pos: -142.5,-19.5 + - type: Transform + pos: -142.5,-19.5 parent: 1 - type: Transform - uid: 41306 components: - - pos: -141.5,-19.5 + - type: Transform + pos: -141.5,-19.5 parent: 1 - type: Transform - uid: 41307 components: - - pos: -140.5,-19.5 + - type: Transform + pos: -140.5,-19.5 parent: 1 - type: Transform - uid: 41308 components: - - pos: -139.5,-19.5 + - type: Transform + pos: -139.5,-19.5 parent: 1 - type: Transform - uid: 41309 components: - - pos: -138.5,-19.5 + - type: Transform + pos: -138.5,-19.5 parent: 1 - type: Transform - uid: 41310 components: - - pos: -137.5,-19.5 + - type: Transform + pos: -137.5,-19.5 parent: 1 - type: Transform - uid: 41311 components: - - pos: -137.5,-20.5 + - type: Transform + pos: -137.5,-20.5 parent: 1 - type: Transform - uid: 41312 components: - - pos: -137.5,-22.5 + - type: Transform + pos: -137.5,-22.5 parent: 1 - type: Transform - uid: 41313 components: - - pos: -136.5,-22.5 + - type: Transform + pos: -136.5,-22.5 parent: 1 - type: Transform - uid: 41314 components: - - pos: -151.5,-30.5 + - type: Transform + pos: -151.5,-30.5 parent: 1 - type: Transform - uid: 41315 components: - - pos: -152.5,-30.5 + - type: Transform + pos: -152.5,-30.5 parent: 1 - type: Transform - uid: 41316 components: - - pos: -152.5,-29.5 + - type: Transform + pos: -152.5,-29.5 parent: 1 - type: Transform - uid: 41317 components: - - pos: -152.5,-28.5 + - type: Transform + pos: -152.5,-28.5 parent: 1 - type: Transform - uid: 41318 components: - - pos: -152.5,-27.5 + - type: Transform + pos: -152.5,-27.5 parent: 1 - type: Transform - uid: 41377 components: - - pos: -90.5,-90.5 + - type: Transform + pos: -90.5,-90.5 parent: 1 - type: Transform - uid: 41378 components: - - pos: -89.5,-89.5 + - type: Transform + pos: -89.5,-89.5 parent: 1 - type: Transform - uid: 41621 components: - - pos: -109.5,-22.5 + - type: Transform + pos: -109.5,-22.5 parent: 1 - type: Transform - uid: 41889 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 1 - type: Transform - uid: 41890 components: - - pos: 23.5,8.5 + - type: Transform + pos: 23.5,8.5 parent: 1 - type: Transform - uid: 41891 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 1 - type: Transform - uid: 41892 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 1 - type: Transform - uid: 41893 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 1 - type: Transform - uid: 41894 components: - - pos: 24.5,5.5 + - type: Transform + pos: 24.5,5.5 parent: 1 - type: Transform - uid: 41895 components: - - pos: 23.5,5.5 + - type: Transform + pos: 23.5,5.5 parent: 1 - type: Transform - uid: 41896 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 1 - type: Transform - proto: Cautery entities: - uid: 13655 components: - - pos: -77.9579,-69.35296 + - type: Transform + pos: -77.9579,-69.35296 parent: 1 - type: Transform - proto: Chair entities: - uid: 242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,11.5 parent: 1 - type: Transform - uid: 248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,11.5 parent: 1 - type: Transform - uid: 357 components: - - pos: -20.5,-6.5 + - type: Transform + pos: -20.5,-6.5 parent: 1 - type: Transform - uid: 358 components: - - pos: -21.5,-6.5 + - type: Transform + pos: -21.5,-6.5 parent: 1 - type: Transform - uid: 359 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-8.5 parent: 1 - type: Transform - uid: 362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,-8.5 parent: 1 - type: Transform - uid: 364 components: - - pos: -21.5,-2.5 + - type: Transform + pos: -21.5,-2.5 parent: 1 - type: Transform - uid: 365 components: - - pos: -20.5,-2.5 + - type: Transform + pos: -20.5,-2.5 parent: 1 - type: Transform - uid: 430 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,-4.5 parent: 1 - type: Transform - uid: 433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-4.5 parent: 1 - type: Transform - uid: 436 components: - - pos: -17.5,-2.5 + - type: Transform + pos: -17.5,-2.5 parent: 1 - type: Transform - uid: 437 components: - - pos: -18.5,-2.5 + - type: Transform + pos: -18.5,-2.5 parent: 1 - type: Transform - uid: 438 components: - - pos: -18.5,-6.5 + - type: Transform + pos: -18.5,-6.5 parent: 1 - type: Transform - uid: 440 components: - - pos: -17.5,-6.5 + - type: Transform + pos: -17.5,-6.5 parent: 1 - type: Transform - uid: 441 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-8.5 parent: 1 - type: Transform - uid: 442 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-8.5 parent: 1 - type: Transform - uid: 443 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-4.5 parent: 1 - type: Transform - uid: 444 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-4.5 parent: 1 - type: Transform - uid: 1248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,11.5 parent: 1 - type: Transform - uid: 1249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,11.5 parent: 1 - type: Transform - uid: 1250 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,11.5 parent: 1 - type: Transform - uid: 1251 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,11.5 parent: 1 - type: Transform - uid: 1252 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,11.5 parent: 1 - type: Transform - uid: 1253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,11.5 parent: 1 - type: Transform - uid: 1254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,11.5 parent: 1 - type: Transform - uid: 1255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,11.5 parent: 1 - type: Transform - uid: 1256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,11.5 parent: 1 - type: Transform - uid: 1257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,11.5 parent: 1 - type: Transform - uid: 1664 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-32.5 parent: 1 - type: Transform - uid: 1665 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-32.5 parent: 1 - type: Transform - uid: 1666 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-32.5 parent: 1 - type: Transform - uid: 3763 components: - - pos: -62.5,23.5 + - type: Transform + pos: -62.5,23.5 parent: 1 - type: Transform - uid: 3764 components: - - pos: -60.5,23.5 + - type: Transform + pos: -60.5,23.5 parent: 1 - type: Transform - uid: 3940 components: - - pos: -56.5,-27.5 + - type: Transform + pos: -56.5,-27.5 parent: 1 - type: Transform - uid: 3941 components: - - pos: -55.5,-27.5 + - type: Transform + pos: -55.5,-27.5 parent: 1 - type: Transform - uid: 3942 components: - - pos: -54.5,-27.5 + - type: Transform + pos: -54.5,-27.5 parent: 1 - type: Transform - uid: 3943 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-30.5 parent: 1 - type: Transform - uid: 3944 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-30.5 parent: 1 - type: Transform - uid: 3945 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-30.5 parent: 1 - type: Transform - uid: 3961 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-34.5 parent: 1 - type: Transform - uid: 3962 components: - - pos: -56.5,-32.5 + - type: Transform + pos: -56.5,-32.5 parent: 1 - type: Transform - uid: 4545 components: - - pos: -69.5,-16.5 + - type: Transform + pos: -69.5,-16.5 parent: 1 - type: Transform - uid: 4554 components: - - pos: -68.5,-16.5 + - type: Transform + pos: -68.5,-16.5 parent: 1 - type: Transform - uid: 4555 components: - - pos: -67.5,-16.5 + - type: Transform + pos: -67.5,-16.5 parent: 1 - type: Transform - uid: 4556 components: - - pos: -66.5,-16.5 + - type: Transform + pos: -66.5,-16.5 parent: 1 - type: Transform - uid: 7106 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 7134 components: - - pos: 14.5,-20.5 + - type: Transform + pos: 14.5,-20.5 parent: 1 - type: Transform - uid: 7871 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,12.5 parent: 1 - type: Transform - uid: 7872 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,12.5 parent: 1 - type: Transform - uid: 7873 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,11.5 parent: 1 - type: Transform - uid: 7874 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,11.5 parent: 1 - type: Transform - uid: 7875 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,12.5 parent: 1 - type: Transform - uid: 7876 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,12.5 parent: 1 - type: Transform - uid: 7877 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,11.5 parent: 1 - type: Transform - uid: 7878 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,11.5 parent: 1 - type: Transform - uid: 7915 components: - - pos: -79.5,19.5 + - type: Transform + pos: -79.5,19.5 parent: 1 - type: Transform - uid: 7959 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,20.5 parent: 1 - type: Transform - uid: 8092 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-5.5 parent: 1 - type: Transform - uid: 8096 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-9.5 parent: 1 - type: Transform - uid: 8115 components: - - pos: -81.5,-5.5 + - type: Transform + pos: -81.5,-5.5 parent: 1 - type: Transform - uid: 9087 components: - - pos: 54.5,-58.5 + - type: Transform + pos: 54.5,-58.5 parent: 1 - type: Transform - uid: 9089 components: - - pos: 50.5,-58.5 + - type: Transform + pos: 50.5,-58.5 parent: 1 - type: Transform - uid: 9092 components: - - pos: 51.5,-58.5 + - type: Transform + pos: 51.5,-58.5 parent: 1 - type: Transform - uid: 9095 components: - - pos: 52.5,-58.5 + - type: Transform + pos: 52.5,-58.5 parent: 1 - type: Transform - uid: 9106 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-19.5 parent: 1 - type: Transform - uid: 9107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-19.5 parent: 1 - type: Transform - uid: 9108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-19.5 parent: 1 - type: Transform - uid: 9109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-19.5 parent: 1 - type: Transform - uid: 9118 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-40.5 parent: 1 - type: Transform - uid: 9119 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-40.5 parent: 1 - type: Transform - uid: 9163 components: - - pos: 53.5,-58.5 + - type: Transform + pos: 53.5,-58.5 parent: 1 - type: Transform - uid: 9483 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,17.5 parent: 1 - type: Transform - uid: 9484 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,16.5 parent: 1 - type: Transform - uid: 9485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,15.5 parent: 1 - type: Transform - uid: 9676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,-20.5 parent: 1 - type: Transform - uid: 9677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-20.5 parent: 1 - type: Transform - uid: 10472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 50.5,-61.5 parent: 1 - type: Transform - uid: 10473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 51.5,-61.5 parent: 1 - type: Transform - uid: 10474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 52.5,-61.5 parent: 1 - type: Transform - uid: 10482 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 53.5,-61.5 parent: 1 - type: Transform - uid: 10483 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 54.5,-61.5 parent: 1 - type: Transform - uid: 10484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,-59.5 parent: 1 - type: Transform - uid: 10485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,-60.5 parent: 1 - type: Transform - uid: 11035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-20.5 parent: 1 - type: Transform - uid: 11036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-20.5 parent: 1 - type: Transform - uid: 11138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,2.5 parent: 1 - type: Transform - uid: 11139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,1.5 parent: 1 - type: Transform - uid: 11140 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 11141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-2.5 parent: 1 - type: Transform - uid: 11142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 11143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 11144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,1.5 parent: 1 - type: Transform - uid: 11145 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,2.5 parent: 1 - type: Transform - uid: 11146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,2.5 parent: 1 - type: Transform - uid: 11147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,1.5 parent: 1 - type: Transform - uid: 11148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,2.5 parent: 1 - type: Transform - uid: 11149 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 11150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,1.5 parent: 1 - type: Transform - uid: 11151 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 11152 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - uid: 11153 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 11158 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,1.5 parent: 1 - type: Transform - uid: 11159 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,1.5 parent: 1 - type: Transform - uid: 11160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,1.5 parent: 1 - type: Transform - uid: 11161 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,1.5 parent: 1 - type: Transform - uid: 11235 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 12118 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 1 - type: Transform - uid: 12319 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,20.5 parent: 1 - type: Transform - uid: 12320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,20.5 parent: 1 - type: Transform - uid: 12321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,20.5 parent: 1 - type: Transform - uid: 12322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,20.5 parent: 1 - type: Transform - uid: 12323 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,20.5 parent: 1 - type: Transform - uid: 12324 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,20.5 parent: 1 - type: Transform - uid: 12325 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,20.5 parent: 1 - type: Transform - uid: 12345 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,26.5 parent: 1 - type: Transform - uid: 12347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,26.5 parent: 1 - type: Transform - uid: 12348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,26.5 parent: 1 - type: Transform - uid: 12350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,26.5 parent: 1 - type: Transform - uid: 13730 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-70.5 parent: 1 - type: Transform - uid: 13769 components: - - pos: 28.5,-22.5 + - type: Transform + pos: 28.5,-22.5 parent: 1 - type: Transform - uid: 13770 components: - - pos: 29.5,-22.5 + - type: Transform + pos: 29.5,-22.5 parent: 1 - type: Transform - uid: 13771 components: - - pos: 30.5,-22.5 + - type: Transform + pos: 30.5,-22.5 parent: 1 - type: Transform - uid: 17961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-74.5 parent: 1 - type: Transform - uid: 23792 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-56.5 parent: 1 - type: Transform - uid: 29543 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 58.5,8.5 parent: 1 - type: Transform - uid: 31094 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -76.5,2.5 parent: 1 - type: Transform - uid: 31393 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-74.5 parent: 1 - type: Transform - proto: ChairCursed entities: - uid: 17510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,6.5 parent: 1 - type: Transform - proto: ChairFolding entities: - uid: 595 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-22.5 parent: 1 - type: Transform - uid: 756 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-15.5 parent: 1 - type: Transform - uid: 4182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-53.5 parent: 1 - type: Transform - uid: 4183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-55.5 parent: 1 - type: Transform - uid: 4184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-56.5 parent: 1 - type: Transform - uid: 4464 components: - - pos: -50.5,-55.5 + - type: Transform + pos: -50.5,-55.5 parent: 1 - type: Transform - uid: 4465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-53.5 parent: 1 - type: Transform - uid: 4466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-54.5 parent: 1 - type: Transform - uid: 5879 components: - - pos: -102.5,-20.5 + - type: Transform + pos: -102.5,-20.5 parent: 1 - type: Transform - uid: 6063 components: - - pos: -15.413847,31.558933 + - type: Transform + pos: -15.413847,31.558933 parent: 1 - type: Transform - uid: 6501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,4.5 parent: 1 - type: Transform - uid: 6539 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,5.5 parent: 1 - type: Transform - uid: 6545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,8.5 parent: 1 - type: Transform - uid: 6546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,2.5 parent: 1 - type: Transform - uid: 6548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,3.5 parent: 1 - type: Transform - uid: 6549 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,7.5 parent: 1 - type: Transform - uid: 6550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,6.5 parent: 1 - type: Transform - uid: 7113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-13.5 parent: 1 - type: Transform - uid: 7166 components: - - pos: -25.5,32.5 + - type: Transform + pos: -25.5,32.5 parent: 1 - type: Transform - uid: 7167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,30.5 parent: 1 - type: Transform - uid: 7219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.30968,29.484577 parent: 1 - type: Transform - uid: 7805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,16.5 parent: 1 - type: Transform - uid: 7810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,15.5 parent: 1 - type: Transform - uid: 7811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,14.5 parent: 1 - type: Transform - uid: 7812 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,16.5 parent: 1 - type: Transform - uid: 7813 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,15.5 parent: 1 - type: Transform - uid: 7814 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,14.5 parent: 1 - type: Transform - uid: 8001 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,14.5 parent: 1 - type: Transform - uid: 9392 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,8.5 parent: 1 - type: Transform - uid: 9471 components: - - pos: -13.5,-18.5 + - type: Transform + pos: -13.5,-18.5 parent: 1 - type: Transform - uid: 9472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-20.5 parent: 1 - type: Transform - uid: 9667 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,7.5 parent: 1 - type: Transform - uid: 9668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,6.5 parent: 1 - type: Transform - uid: 9669 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,5.5 parent: 1 - type: Transform - uid: 9670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,4.5 parent: 1 - type: Transform - uid: 9788 components: - - pos: -104.71068,-30.384047 + - type: Transform + pos: -104.71068,-30.384047 parent: 1 - type: Transform - uid: 9789 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.51276,-31.520252 parent: 1 - type: Transform - uid: 9895 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.331043,-7.269121 parent: 1 - type: Transform - uid: 10169 components: - - pos: 55.456043,-7.306647 + - type: Transform + pos: 55.456043,-7.306647 parent: 1 - type: Transform - uid: 10772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-49.5 parent: 1 - type: Transform - uid: 10773 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-51.5 parent: 1 - type: Transform - uid: 10774 components: - - pos: 22.5,-48.5 + - type: Transform + pos: 22.5,-48.5 parent: 1 - type: Transform - uid: 11342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.663847,29.703478 parent: 1 - type: Transform - uid: 11364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.59093,30.61036 parent: 1 - type: Transform - uid: 11956 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-28.5 parent: 1 - type: Transform - uid: 11961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-30 parent: 1 - type: Transform - uid: 12004 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 12013 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-15.5 parent: 1 - type: Transform - uid: 12207 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-30 parent: 1 - type: Transform - uid: 12464 components: - - pos: -42.5,15.5 + - type: Transform + pos: -42.5,15.5 parent: 1 - type: Transform - uid: 12568 components: - - pos: -15.5,-10.5 + - type: Transform + pos: -15.5,-10.5 parent: 1 - type: Transform - uid: 12569 components: - - pos: -14.5,-10.5 + - type: Transform + pos: -14.5,-10.5 parent: 1 - type: Transform - uid: 12687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-46.5 parent: 1 - type: Transform - uid: 12688 components: - - pos: -88.5,-45.5 + - type: Transform + pos: -88.5,-45.5 parent: 1 - type: Transform - uid: 12689 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-47.5 parent: 1 - type: Transform - uid: 12785 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.9929,33.571857 parent: 1 - type: Transform - uid: 13132 components: - - pos: -18.272957,41.81485 + - type: Transform + pos: -18.272957,41.81485 parent: 1 - type: Transform - uid: 13134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.710457,41.71061 parent: 1 - type: Transform - uid: 13695 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67,-62.5 parent: 1 - type: Transform - uid: 13696 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67,-63.5 parent: 1 - type: Transform - uid: 13697 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-64 parent: 1 - type: Transform - uid: 13698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-64 parent: 1 - type: Transform - uid: 13699 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69,-63.5 parent: 1 - type: Transform - uid: 13700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69,-62.5 parent: 1 - type: Transform - uid: 13788 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-29.5 parent: 1 - type: Transform - uid: 13789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-31 parent: 1 - type: Transform - uid: 13808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-29.5 parent: 1 - type: Transform - uid: 13809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-28.5 parent: 1 - type: Transform - uid: 13810 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-27.5 parent: 1 - type: Transform - uid: 13811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-30.5 parent: 1 - type: Transform - uid: 13812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-31.5 parent: 1 - type: Transform - uid: 13813 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-29.5 parent: 1 - type: Transform - uid: 13814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-28.5 parent: 1 - type: Transform - uid: 13815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-27.5 parent: 1 - type: Transform - uid: 13822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-31.5 parent: 1 - type: Transform - uid: 13823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-30.5 parent: 1 - type: Transform - uid: 13845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25,-32.5 parent: 1 - type: Transform - uid: 13846 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26,-32.5 parent: 1 - type: Transform - uid: 13847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27,-32.5 parent: 1 - type: Transform - uid: 13848 components: - - pos: 24.5,-26 + - type: Transform + pos: 24.5,-26 parent: 1 - type: Transform - uid: 13849 components: - - pos: 25.5,-26 + - type: Transform + pos: 25.5,-26 parent: 1 - type: Transform - uid: 13850 components: - - pos: 26.5,-26 + - type: Transform + pos: 26.5,-26 parent: 1 - type: Transform - uid: 13913 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-42.5 parent: 1 - type: Transform - uid: 15080 components: - - pos: -94.5,25.5 + - type: Transform + pos: -94.5,25.5 parent: 1 - type: Transform - uid: 15081 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,24.5 parent: 1 - type: Transform - uid: 15082 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,23.5 parent: 1 - type: Transform - uid: 15083 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.5,23.5 parent: 1 - type: Transform - uid: 15084 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,24.5 parent: 1 - type: Transform - uid: 15085 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,26 parent: 1 - type: Transform - uid: 16325 components: - - pos: -121.5,16.5 + - type: Transform + pos: -121.5,16.5 parent: 1 - type: Transform - uid: 16479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.66194,-36.32359 parent: 1 - type: Transform - uid: 23690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 69.5,0.5 parent: 1 - type: Transform - uid: 23764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.628954,-56.237717 parent: 1 - type: Transform - uid: 23793 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.31393,-56.372215 parent: 1 - type: Transform - uid: 29468 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,13.5 parent: 1 - type: Transform - uid: 30376 components: - - pos: -25.5,-73.5 + - type: Transform + pos: -25.5,-73.5 parent: 1 - type: Transform - uid: 30465 components: - - pos: -95.5,19.5 + - type: Transform + pos: -95.5,19.5 parent: 1 - type: Transform - uid: 30466 components: - - pos: -93.5,19.5 + - type: Transform + pos: -93.5,19.5 parent: 1 - type: Transform - uid: 30732 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-40.5 parent: 1 - type: Transform - uid: 30757 components: - - pos: -77.5,-48.5 + - type: Transform + pos: -77.5,-48.5 parent: 1 - type: Transform - uid: 30939 components: - - pos: -50.5,-58.5 + - type: Transform + pos: -50.5,-58.5 parent: 1 - type: Transform - uid: 31261 components: - - pos: -30.5,17.5 + - type: Transform + pos: -30.5,17.5 parent: 1 - type: Transform - uid: 33151 components: - - pos: -154.5,24.5 + - type: Transform + pos: -154.5,24.5 parent: 1 - type: Transform - uid: 33152 components: - - pos: -153.5,24.5 + - type: Transform + pos: -153.5,24.5 parent: 1 - type: Transform - uid: 33153 components: - - pos: -150.5,24.5 + - type: Transform + pos: -150.5,24.5 parent: 1 - type: Transform - uid: 33154 components: - - pos: -149.5,24.5 + - type: Transform + pos: -149.5,24.5 parent: 1 - type: Transform - uid: 33995 components: - - pos: -95.45926,-66.48243 + - type: Transform + pos: -95.45926,-66.48243 parent: 1 - type: Transform - uid: 33996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.95926,-68.23364 parent: 1 - type: Transform - uid: 33997 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.42801,-66.49806 parent: 1 - type: Transform - uid: 34451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -150.5,-67.5 parent: 1 - type: Transform - uid: 36008 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.586655,-47.54068 parent: 1 - type: Transform - uid: 36009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.51165,-49.16681 parent: 1 - type: Transform - uid: 36010 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.26165,-50.342625 parent: 1 - type: Transform - uid: 36011 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.73665,-50.40517 parent: 1 - type: Transform - uid: 36384 components: - - pos: -134.5,-49.5 + - type: Transform + pos: -134.5,-49.5 parent: 1 - type: Transform - uid: 36612 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.52281,-77.21387 parent: 1 - type: Transform - uid: 36613 components: - - pos: -116.58531,-75.58774 + - type: Transform + pos: -116.58531,-75.58774 parent: 1 - type: Transform - uid: 36814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-76.5 parent: 1 - type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 4306 components: - - pos: -40.571266,-48.420605 + - type: Transform + pos: -40.571266,-48.420605 parent: 1 - type: Transform - uid: 7222 components: - - pos: -9.379427,30.026619 + - type: Transform + pos: -9.379427,30.026619 parent: 1 - type: Transform - uid: 8738 components: - - pos: -121.494774,7.927282 + - type: Transform + pos: -121.494774,7.927282 parent: 1 - type: Transform - uid: 11337 components: - - pos: -8.566927,30.026619 + - type: Transform + pos: -8.566927,30.026619 parent: 1 - type: Transform - uid: 11338 components: - - pos: -14.507597,31.475542 + - type: Transform + pos: -14.507597,31.475542 parent: 1 - type: Transform - uid: 21361 components: - - pos: 21.526503,9.874715 + - type: Transform + pos: 21.526503,9.874715 parent: 1 - type: Transform - uid: 21362 components: - - pos: 21.557753,9.655812 + - type: Transform + pos: 21.557753,9.655812 parent: 1 - type: Transform - uid: 23763 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.38937,-53.10012 parent: 1 - type: Transform - uid: 31046 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.544807,12.009349 parent: 1 - type: Transform - uid: 31048 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.52397,11.759175 parent: 1 - type: Transform - uid: 31361 components: - - pos: 10.566668,-37.119576 + - type: Transform + pos: 10.566668,-37.119576 parent: 1 - type: Transform - uid: 31362 components: - - pos: 10.514585,-37.328053 + - type: Transform + pos: 10.514585,-37.328053 parent: 1 - type: Transform - uid: 31411 components: - - pos: -40.64418,-47.9828 + - type: Transform + pos: -40.64418,-47.9828 parent: 1 - type: Transform - uid: 34583 components: - - pos: -122.55248,-16.25239 + - type: Transform + pos: -122.55248,-16.25239 parent: 1 - type: Transform - uid: 34584 components: - - pos: -122.51081,-16.690193 + - type: Transform + pos: -122.51081,-16.690193 parent: 1 - type: Transform - uid: 34585 components: - - pos: -122.35456,-17.169693 + - type: Transform + pos: -122.35456,-17.169693 parent: 1 - type: Transform - uid: 34806 components: - - pos: 26.777414,14.450756 + - type: Transform + pos: 26.777414,14.450756 parent: 1 - type: Transform - uid: 36383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.15532,-51.15529 parent: 1 - type: Transform - proto: ChairGreyscale entities: - uid: 2016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,4.5 parent: 1 - type: Transform - uid: 2166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,4.5 parent: 1 - type: Transform - uid: 2193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-0.5 parent: 1 - type: Transform - uid: 2195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,-0.5 parent: 1 - type: Transform - uid: 2199 components: - - pos: -86.5,6.5 + - type: Transform + pos: -86.5,6.5 parent: 1 - type: Transform - uid: 2200 components: - - pos: -84.5,6.5 + - type: Transform + pos: -84.5,6.5 parent: 1 - type: Transform - uid: 2201 components: - - pos: -84.5,1.5 + - type: Transform + pos: -84.5,1.5 parent: 1 - type: Transform - uid: 2280 components: - - pos: -86.5,1.5 + - type: Transform + pos: -86.5,1.5 parent: 1 - type: Transform - uid: 2281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,44.5 parent: 1 - type: Transform - uid: 2282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,31.5 parent: 1 - type: Transform - uid: 2283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,31.5 parent: 1 - type: Transform - uid: 2284 components: - - pos: -96.5,31.5 + - type: Transform + pos: -96.5,31.5 parent: 1 - type: Transform - uid: 2285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,31.5 parent: 1 - type: Transform - uid: 2286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,31.5 parent: 1 - type: Transform - uid: 2287 components: - - pos: -101.5,39.5 + - type: Transform + pos: -101.5,39.5 parent: 1 - type: Transform - uid: 2373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,31.5 parent: 1 - type: Transform - uid: 2376 components: - - pos: -101.5,46.5 + - type: Transform + pos: -101.5,46.5 parent: 1 - type: Transform - uid: 2394 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,37.5 parent: 1 - type: Transform - uid: 2395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,38.5 parent: 1 - type: Transform - uid: 2396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,35.5 parent: 1 - type: Transform - uid: 2398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,35.5 parent: 1 - type: Transform - uid: 2399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,35.5 parent: 1 - type: Transform - uid: 2401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,38.5 parent: 1 - type: Transform - uid: 2402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,35.5 parent: 1 - type: Transform - uid: 2403 components: - - pos: -76.5,-15.5 + - type: Transform + pos: -76.5,-15.5 parent: 1 - type: Transform - uid: 2450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-16.5 parent: 1 - type: Transform - uid: 2451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-16.5 parent: 1 - type: Transform - uid: 2452 components: - - pos: -58.5,33.5 + - type: Transform + pos: -58.5,33.5 parent: 1 - type: Transform - uid: 2453 components: - - pos: -58.5,30.5 + - type: Transform + pos: -58.5,30.5 parent: 1 - type: Transform - uid: 2454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,28.5 parent: 1 - type: Transform - uid: 2455 components: - - pos: -58.5,27.5 + - type: Transform + pos: -58.5,27.5 parent: 1 - type: Transform - uid: 2456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,25.5 parent: 1 - type: Transform - uid: 2508 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,31.5 parent: 1 - type: Transform - uid: 2509 components: - - pos: -39.5,-27.5 + - type: Transform + pos: -39.5,-27.5 parent: 1 - type: Transform - uid: 2510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-28.5 parent: 1 - type: Transform - uid: 2511 components: - - pos: -17.5,-35.5 + - type: Transform + pos: -17.5,-35.5 parent: 1 - type: Transform - uid: 2512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-37.5 parent: 1 - type: Transform - uid: 2565 components: - - pos: 4.5,-49.5 + - type: Transform + pos: 4.5,-49.5 parent: 1 - type: Transform - uid: 2566 components: - - pos: 2.5,-49.5 + - type: Transform + pos: 2.5,-49.5 parent: 1 - type: Transform - uid: 2567 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-51.5 parent: 1 - type: Transform - uid: 2570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-51.5 parent: 1 - type: Transform - uid: 2571 components: - - pos: 2.5,-54.5 + - type: Transform + pos: 2.5,-54.5 parent: 1 - type: Transform - uid: 2572 components: - - pos: 3.5,-54.5 + - type: Transform + pos: 3.5,-54.5 parent: 1 - type: Transform - uid: 2573 components: - - pos: 4.5,-54.5 + - type: Transform + pos: 4.5,-54.5 parent: 1 - type: Transform - uid: 2574 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-56.5 parent: 1 - type: Transform - uid: 2575 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-56.5 parent: 1 - type: Transform - uid: 2579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-56.5 parent: 1 - type: Transform - uid: 2586 components: - - pos: -0.5,-49.5 + - type: Transform + pos: -0.5,-49.5 parent: 1 - type: Transform - uid: 2588 components: - - pos: -0.5,-54.5 + - type: Transform + pos: -0.5,-54.5 parent: 1 - type: Transform - uid: 2589 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-56.5 parent: 1 - type: Transform - uid: 2590 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-51.5 parent: 1 - type: Transform - uid: 23866 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-61.5 parent: 1 - type: Transform - uid: 23867 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-61.5 parent: 1 - type: Transform - uid: 23868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-61.5 parent: 1 - type: Transform - uid: 23869 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-61.5 parent: 1 - type: Transform - uid: 24734 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-46.5 parent: 1 - type: Transform - uid: 24735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-46.5 parent: 1 - type: Transform - uid: 28809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-58.5 parent: 1 - type: Transform - uid: 28904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-58.5 parent: 1 - type: Transform - uid: 28984 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-58.5 parent: 1 - type: Transform - uid: 28985 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-58.5 parent: 1 - type: Transform - uid: 28986 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-58.5 parent: 1 - type: Transform - uid: 28987 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-58.5 parent: 1 - type: Transform - uid: 28988 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-61.5 parent: 1 - type: Transform - uid: 29222 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-61.5 parent: 1 - type: Transform - uid: 29223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-61.5 parent: 1 - type: Transform - uid: 29280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-61.5 parent: 1 - type: Transform - uid: 29281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-61.5 parent: 1 - type: Transform - uid: 29308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-61.5 parent: 1 - type: Transform - uid: 29362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-58.5 parent: 1 - type: Transform - uid: 29363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-61.5 parent: 1 - type: Transform - uid: 29364 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-61.5 parent: 1 - type: Transform - uid: 29365 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-58.5 parent: 1 - type: Transform - uid: 29366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-58.5 parent: 1 - type: Transform - uid: 29367 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-61.5 parent: 1 - type: Transform - uid: 29368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-61.5 parent: 1 - type: Transform - uid: 29369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-58.5 parent: 1 - type: Transform - uid: 36457 components: - - pos: -122.5,26.5 + - type: Transform + pos: -122.5,26.5 parent: 1 - type: Transform - uid: 36458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,24.5 parent: 1 - type: Transform - uid: 36644 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-84.5 parent: 1 - type: Transform - uid: 36645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-85.5 parent: 1 - type: Transform - uid: 36646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-86.5 parent: 1 - type: Transform - uid: 36647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-84.5 parent: 1 - type: Transform - uid: 36648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-85.5 parent: 1 - type: Transform - uid: 36649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-86.5 parent: 1 - type: Transform - uid: 37383 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-71.5 parent: 1 - type: Transform - uid: 37384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-71.5 parent: 1 - type: Transform - uid: 38374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,35.5 parent: 1 - type: Transform - uid: 38375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,35.5 parent: 1 - type: Transform - proto: ChairOfficeDark entities: - uid: 787 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-21.5 parent: 1 - type: Transform - uid: 1350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-22.5 parent: 1 - type: Transform - uid: 2928 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-50.5 parent: 1 - type: Transform - uid: 2929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-50.5 parent: 1 - type: Transform - uid: 3563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-20.5 parent: 1 - type: Transform - uid: 3972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-37.5 parent: 1 - type: Transform - uid: 3973 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-37.5 parent: 1 - type: Transform - uid: 7448 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,20.5 parent: 1 - type: Transform - uid: 7746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -76.5,27.5 parent: 1 - type: Transform - uid: 7758 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,27.5 parent: 1 - type: Transform - uid: 7802 components: - - pos: -83.5,18.5 + - type: Transform + pos: -83.5,18.5 parent: 1 - type: Transform - uid: 7867 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,14.5 parent: 1 - type: Transform - uid: 7868 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,14.5 parent: 1 - type: Transform - uid: 8093 components: - - pos: -94.5,-3.5 + - type: Transform + pos: -94.5,-3.5 parent: 1 - type: Transform - uid: 8761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.39953,-10.276565 parent: 1 - type: Transform - uid: 9490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,17.5 parent: 1 - type: Transform - uid: 9787 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.31484,-32.31247 parent: 1 - type: Transform - uid: 10895 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 60.690517,-43.173733 parent: 1 - type: Transform - uid: 10896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 60.45093,-49.412567 parent: 1 - type: Transform - uid: 11034 components: - - pos: -53.5,-18.5 + - type: Transform + pos: -53.5,-18.5 parent: 1 - type: Transform - uid: 11857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-42.5 parent: 1 - type: Transform - uid: 12304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-30.5 parent: 1 - type: Transform - uid: 12305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-30.5 parent: 1 - type: Transform - uid: 13725 components: - - pos: -63.5,-67.5 + - type: Transform + pos: -63.5,-67.5 parent: 1 - type: Transform - uid: 16654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-26.5 parent: 1 - type: Transform - uid: 20365 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.2549,-40.368137 parent: 1 - type: Transform + - uid: 28324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.24886,-2.182319 + parent: 1 - uid: 28742 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.481402,-10 parent: 1 - type: Transform - uid: 29451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.32944,-41.921303 parent: 1 - type: Transform - uid: 30882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-80.5 parent: 1 - type: Transform - uid: 34284 components: - - pos: -151.40993,-38.407673 + - type: Transform + pos: -151.40993,-38.407673 parent: 1 - type: Transform - uid: 34285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -150.52243,-36.093563 parent: 1 - type: Transform - uid: 35680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.39124,-88.44611 parent: 1 - type: Transform - uid: 36386 components: - - pos: -135.44283,-56.246326 + - type: Transform + pos: -135.44283,-56.246326 parent: 1 - type: Transform - uid: 36387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.29282,-55.74598 parent: 1 - type: Transform - uid: 36783 components: - - pos: 36.49209,-29.611696 + - type: Transform + pos: 36.49209,-29.611696 parent: 1 - type: Transform - proto: ChairOfficeLight entities: - uid: 2644 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.314522,-55.540134 parent: 1 - type: Transform - uid: 4768 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-24.5 parent: 1 - type: Transform - uid: 4801 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-21.5 parent: 1 - type: Transform - uid: 4802 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-21.5 parent: 1 - type: Transform - uid: 5134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,0.5 parent: 1 - type: Transform - uid: 5135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-0.5 parent: 1 - type: Transform - uid: 5136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-1.5 parent: 1 - type: Transform - uid: 5137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-1.5 parent: 1 - type: Transform - uid: 5138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-0.5 parent: 1 - type: Transform - uid: 5139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,0.5 parent: 1 - type: Transform - uid: 5140 components: - - pos: -100.5,1.5 + - type: Transform + pos: -100.5,1.5 parent: 1 - type: Transform - uid: 5566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.603085,33.534126 parent: 1 - type: Transform - uid: 5612 components: - - pos: -44.40517,33.48201 + - type: Transform + pos: -44.40517,33.48201 parent: 1 - type: Transform - uid: 6101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.527527,40.767952 parent: 1 - type: Transform - uid: 6870 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-60.5 parent: 1 - type: Transform - uid: 7289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.509335,36.619606 parent: 1 - type: Transform - uid: 7794 components: - - pos: -85.5,19.5 + - type: Transform + pos: -85.5,19.5 parent: 1 - type: Transform - uid: 7804 components: - - pos: -87.5,18.5 + - type: Transform + pos: -87.5,18.5 parent: 1 - type: Transform - uid: 7818 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,17.5 parent: 1 - type: Transform - uid: 7869 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,14.5 parent: 1 - type: Transform - uid: 7870 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,14.5 parent: 1 - type: Transform - uid: 7977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,6.5 parent: 1 - type: Transform - uid: 8004 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,11.5 parent: 1 - type: Transform - uid: 8009 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,11.5 parent: 1 - type: Transform - uid: 8094 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-9.5 parent: 1 - type: Transform - uid: 8095 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-9.5 parent: 1 - type: Transform - - uid: 8249 - components: - - rot: 3.141592653589793 rad - pos: -102.5,10.5 - parent: 1 - type: Transform - uid: 8251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,6.5 parent: 1 - type: Transform - uid: 8252 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,6.5 parent: 1 - type: Transform - uid: 8253 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,6.5 parent: 1 - type: Transform - uid: 8254 components: - - pos: -101.5,5.5 + - type: Transform + pos: -101.5,5.5 parent: 1 - type: Transform - uid: 8255 components: - - pos: -99.5,5.5 + - type: Transform + pos: -99.5,5.5 parent: 1 - type: Transform - uid: 8256 components: - - pos: -100.5,5.5 + - type: Transform + pos: -100.5,5.5 parent: 1 - type: Transform - uid: 8257 components: - - pos: -98.5,5.5 + - type: Transform + pos: -98.5,5.5 parent: 1 - type: Transform - uid: 8920 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-13.5 parent: 1 - type: Transform - uid: 9675 components: - - pos: -82.5,-18.5 + - type: Transform + pos: -82.5,-18.5 parent: 1 - type: Transform - uid: 10897 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 59.503017,-43.17907 parent: 1 - type: Transform - uid: 12041 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-10 parent: 1 - type: Transform - uid: 12042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-10 parent: 1 - type: Transform - uid: 12043 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-10 parent: 1 - type: Transform - uid: 12044 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-10 parent: 1 - type: Transform - uid: 12222 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-57.5 parent: 1 - type: Transform - uid: 13135 components: - - pos: -18.48129,40.397198 + - type: Transform + pos: -18.48129,40.397198 parent: 1 - type: Transform - uid: 14629 components: - - pos: -63.344547,-30.2248 + - type: Transform + pos: -63.344547,-30.2248 parent: 1 - type: Transform - uid: 16067 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-64.5 parent: 1 - type: Transform - uid: 16082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-68.5 parent: 1 - type: Transform - uid: 16083 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-67.5 parent: 1 - type: Transform - uid: 17557 components: - - pos: 15.5,-33.5 + - type: Transform + pos: 15.5,-33.5 parent: 1 - type: Transform - uid: 23791 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.315796,-53.377205 parent: 1 - type: Transform - uid: 23859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.562557,-55.791157 parent: 1 - type: Transform - uid: 28450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-39.5 parent: 1 - type: Transform - uid: 28650 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-36.5 parent: 1 - type: Transform - uid: 30347 components: - - pos: -35.5,-66.5 + - type: Transform + pos: -35.5,-66.5 parent: 1 - type: Transform - uid: 33506 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,22.5 parent: 1 - type: Transform - uid: 34282 components: - - pos: -141.5,-38.5 + - type: Transform + pos: -141.5,-38.5 parent: 1 - type: Transform - uid: 34283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -141.32243,-36.11858 parent: 1 - type: Transform - uid: 36385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -133.55533,-53.4694 parent: 1 - type: Transform - uid: 36782 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.75459,-32.87646 parent: 1 - type: Transform - proto: ChairWood entities: - uid: 586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,9.5 parent: 1 - type: Transform - uid: 588 components: - - pos: -33.5,11.5 + - type: Transform + pos: -33.5,11.5 parent: 1 - type: Transform - uid: 1444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,7.5 parent: 1 - type: Transform - uid: 1484 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,7.5 parent: 1 - type: Transform - uid: 1485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,7.5 parent: 1 - type: Transform - uid: 1486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,7.5 parent: 1 - type: Transform - uid: 1487 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,6.5 parent: 1 - type: Transform - uid: 1488 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,6.5 parent: 1 - type: Transform - uid: 1489 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-5.5 parent: 1 - type: Transform - uid: 1490 components: - - pos: -44.5,-4.5 + - type: Transform + pos: -44.5,-4.5 parent: 1 - type: Transform - uid: 1491 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-5.5 parent: 1 - type: Transform - uid: 1554 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-5.5 parent: 1 - type: Transform - uid: 1555 components: - - pos: -50.5,-4.5 + - type: Transform + pos: -50.5,-4.5 parent: 1 - type: Transform - uid: 1556 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-5.5 parent: 1 - type: Transform - uid: 2622 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.320562,-54.465137 parent: 1 - type: Transform - uid: 4763 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-37.5 parent: 1 - type: Transform - uid: 4764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,-37.5 parent: 1 - type: Transform - uid: 4797 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-35.5 parent: 1 - type: Transform - uid: 6935 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-33.5 parent: 1 - type: Transform - uid: 6949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-33.5 parent: 1 - type: Transform - uid: 6950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-32.5 parent: 1 - type: Transform - uid: 6951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-34.5 parent: 1 - type: Transform - uid: 6998 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-50.5 parent: 1 - type: Transform - uid: 7001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-50.5 parent: 1 - type: Transform - uid: 7002 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-49.5 parent: 1 - type: Transform - uid: 7009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-50.5 parent: 1 - type: Transform - uid: 7328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,26.5 parent: 1 - type: Transform - uid: 7334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,26.5 parent: 1 - type: Transform - uid: 7340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,26.5 parent: 1 - type: Transform - uid: 8170 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-6.5 parent: 1 - type: Transform - uid: 8171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-6.5 parent: 1 - type: Transform - uid: 8350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,2.5 parent: 1 - type: Transform - uid: 8351 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,2.5 parent: 1 - type: Transform - uid: 8552 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-3.5 parent: 1 - type: Transform - - uid: 8805 - components: - - rot: 3.141592653589793 rad - pos: -113.5,-2.5 - parent: 1 - type: Transform - - uid: 8807 - components: - - pos: -113.5,-0.5 - parent: 1 - type: Transform - uid: 9524 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,2.5 parent: 1 - type: Transform - uid: 9525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,2.5 parent: 1 - type: Transform - uid: 9590 components: - - pos: -31.5,-4.5 + - type: Transform + pos: -31.5,-4.5 parent: 1 - type: Transform - uid: 9591 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-5.5 parent: 1 - type: Transform - uid: 9592 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-6.5 parent: 1 - type: Transform - uid: 9593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-7.5 parent: 1 - type: Transform - uid: 9594 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-6.5 parent: 1 - type: Transform - uid: 9595 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-5.5 parent: 1 - type: Transform - uid: 9879 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-50.5 parent: 1 - type: Transform - uid: 9901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.280945,-7.407986 parent: 1 - type: Transform - uid: 11001 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-20.5 parent: 1 - type: Transform - uid: 11002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-20.5 parent: 1 - type: Transform + - uid: 12121 + components: + - type: Transform + pos: -115.5,0.5 + parent: 1 - uid: 12690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-52.5 parent: 1 - type: Transform - uid: 12691 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-52.5 parent: 1 - type: Transform - uid: 12692 components: - - pos: -82.5,-51.5 + - type: Transform + pos: -82.5,-51.5 parent: 1 - type: Transform - uid: 13837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-34.5 parent: 1 - type: Transform - uid: 13838 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-34.5 parent: 1 - type: Transform - uid: 13839 components: - - pos: 27.5,-33.5 + - type: Transform + pos: 27.5,-33.5 parent: 1 - type: Transform - uid: 13840 components: - - pos: 28.5,-33.5 + - type: Transform + pos: 28.5,-33.5 parent: 1 - type: Transform - uid: 13841 components: - - pos: 29.5,-33.5 + - type: Transform + pos: 29.5,-33.5 parent: 1 - type: Transform - uid: 13842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-35.5 parent: 1 - type: Transform - uid: 13843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-35.5 parent: 1 - type: Transform - uid: 13844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-35.5 parent: 1 - type: Transform - uid: 28491 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-35.5 parent: 1 - type: Transform - uid: 30779 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-40.5 parent: 1 - type: Transform - uid: 30780 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-40.5 parent: 1 - type: Transform - uid: 31035 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-27.5 parent: 1 - type: Transform - uid: 31036 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-27.5 parent: 1 - type: Transform - uid: 32246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.29137,-8.304441 parent: 1 - type: Transform - proto: CheapLighter entities: - uid: 14871 components: - - flags: InContainer - type: MetaData - - parent: 1280 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1280 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 14959 components: - - pos: -56.35439,-36.48456 + - type: Transform + pos: -56.35439,-36.48456 parent: 1 - type: Transform - uid: 19294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.44761,-46.240086 parent: 1 - type: Transform - uid: 28740 components: - - pos: 6.7841825,-15.290186 + - type: Transform + pos: 6.7841825,-15.290186 parent: 1 - type: Transform - proto: chem_master entities: - uid: 4752 components: - - pos: -62.5,-22.5 + - type: Transform + pos: -62.5,-22.5 parent: 1 - type: Transform - uid: 9170 components: - - pos: 3.5,-35.5 + - type: Transform + pos: 3.5,-35.5 parent: 1 - type: Transform - uid: 9902 components: - - pos: -62.5,-29.5 + - type: Transform + pos: -62.5,-29.5 parent: 1 - type: Transform - proto: ChemDispenser entities: - uid: 4753 components: - - pos: -64.5,-22.5 + - type: Transform + pos: -64.5,-22.5 parent: 1 - type: Transform - uid: 4758 components: - - pos: -62.5,-30.5 + - type: Transform + pos: -62.5,-30.5 parent: 1 - type: Transform - proto: ChemistryEmptyBottle01 entities: - uid: 28503 components: - - pos: -12.4749775,-34.084183 + - type: Transform + pos: -12.4749775,-34.084183 parent: 1 - type: Transform - - tags: + - type: Tag + tags: - Bottle - type: Tag - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: True canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: ChloralHydrate Quantity: 12 - type: SolutionContainerManager - proto: ChemistryHotplate entities: - uid: 4793 components: - - pos: -64.5,-21.5 + - type: Transform + pos: -64.5,-21.5 parent: 1 - type: Transform - uid: 33452 components: - - pos: -42.5,-54.5 + - type: Transform + pos: -42.5,-54.5 parent: 1 - type: Transform - - placedEntities: + - type: ItemPlacer + placedEntities: - 32234 - type: ItemPlacer - - isPlaceable: False - type: PlaceableSurface + - type: PlaceableSurface + isPlaceable: False - proto: Cigar entities: - uid: 12767 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.77257,39.600395 parent: 1 - type: Transform - uid: 13877 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.19962,-34.620007 parent: 1 - type: Transform - uid: 23848 components: - - pos: -6.2346134,-57.280037 + - type: Transform + pos: -6.2346134,-57.280037 parent: 1 - type: Transform - uid: 23849 components: - - pos: -6.130447,-57.467667 + - type: Transform + pos: -6.130447,-57.467667 parent: 1 - type: Transform - proto: CigarCase entities: - uid: 13878 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.630285,-22.386694 parent: 1 - type: Transform - proto: Cigarette entities: - uid: 17689 components: - - pos: -87.698425,-17.302172 + - type: Transform + pos: -87.698425,-17.302172 parent: 1 - type: Transform - uid: 19293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.51011,-46.27136 parent: 1 - type: Transform - uid: 28706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.6365042,11.671018 parent: 1 - type: Transform - uid: 28707 components: - - pos: -6.280163,11.493812 + - type: Transform + pos: -6.280163,11.493812 parent: 1 - type: Transform - uid: 28708 components: - - pos: -10.314293,11.639746 + - type: Transform + pos: -10.314293,11.639746 parent: 1 - type: Transform - uid: 28710 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.72808,11.629322 parent: 1 - type: Transform - uid: 28711 components: - - pos: -10.241377,11.796104 + - type: Transform + pos: -10.241377,11.796104 parent: 1 - type: Transform - uid: 28712 components: - - pos: -6.248913,11.525083 + - type: Transform + pos: -6.248913,11.525083 parent: 1 - type: Transform - uid: 28739 components: - - pos: 6.7320995,-15.165098 + - type: Transform + pos: 6.7320995,-15.165098 parent: 1 - type: Transform - uid: 29442 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.212751,-49.56133 parent: 1 - type: Transform - proto: CigaretteBanana entities: - uid: 36443 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.72137,-74.028725 parent: 1 - type: Transform - proto: CigaretteSpent entities: - uid: 1928 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 55.206043,-7.7694683 parent: 1 - type: Transform - uid: 10168 components: - - pos: 55.693542,-8.144729 + - type: Transform + pos: 55.693542,-8.144729 parent: 1 - type: Transform - uid: 12208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.34899,-29.641277 parent: 1 - type: Transform - uid: 12209 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.41149,-29.83933 parent: 1 - type: Transform - uid: 12210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.192741,-29.338984 parent: 1 - type: Transform - uid: 12211 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.515657,-28.275745 parent: 1 - type: Transform - uid: 12212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.234407,-28.192354 parent: 1 - type: Transform - uid: 12213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.276073,-30.849665 parent: 1 - type: Transform - uid: 12406 components: - - pos: 22.067438,-13.596345 + - type: Transform + pos: 22.067438,-13.596345 parent: 1 - type: Transform - uid: 12407 components: - - pos: 22.025772,-13.221086 + - type: Transform + pos: 22.025772,-13.221086 parent: 1 - type: Transform - uid: 12408 components: - - pos: 22.786188,-13.12727 + - type: Transform + pos: 22.786188,-13.12727 parent: 1 - type: Transform - uid: 12409 components: - - pos: 23.098688,-14.075845 + - type: Transform + pos: 23.098688,-14.075845 parent: 1 - type: Transform - uid: 12410 components: - - pos: 24.348688,-12.626922 + - type: Transform + pos: 24.348688,-12.626922 parent: 1 - type: Transform - uid: 12411 components: - - pos: 22.525772,-13.304477 + - type: Transform + pos: 22.525772,-13.304477 parent: 1 - type: Transform - uid: 12412 components: - - pos: 24.140354,-14.284324 + - type: Transform + pos: 24.140354,-14.284324 parent: 1 - type: Transform - uid: 12413 components: - - pos: 19.671604,-14.534497 + - type: Transform + pos: 19.671604,-14.534497 parent: 1 - type: Transform - uid: 12414 components: - - pos: 19.327854,-13.679737 + - type: Transform + pos: 19.327854,-13.679737 parent: 1 - type: Transform - uid: 12415 components: - - pos: 19.817438,-12.731161 + - type: Transform + pos: 19.817438,-12.731161 parent: 1 - type: Transform - uid: 13914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.4557724,-42.589233 parent: 1 - type: Transform - uid: 13915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.1120224,-42.79771 parent: 1 - type: Transform - uid: 13916 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.0182724,-43.068733 parent: 1 - type: Transform - uid: 16288 components: - - pos: -90.31819,-36.417404 + - type: Transform + pos: -90.31819,-36.417404 parent: 1 - type: Transform - uid: 19260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.13069,-36.792664 parent: 1 - type: Transform - uid: 23681 components: - - pos: 68.85632,1.1530888 + - type: Transform + pos: 68.85632,1.1530888 parent: 1 - type: Transform - uid: 23682 components: - - pos: 70.39799,1.4762299 + - type: Transform + pos: 70.39799,1.4762299 parent: 1 - type: Transform - uid: 23683 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 68.24174,2.0182729 parent: 1 - type: Transform - uid: 31265 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.8982,16.789347 parent: 1 - type: Transform - uid: 31267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.8732,17.152098 parent: 1 - type: Transform - uid: 34143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.12159,-36.20486 parent: 1 - type: Transform - uid: 41112 components: - - pos: 26.193754,-40.9563 + - type: Transform + pos: 26.193754,-40.9563 parent: 1 - type: Transform - uid: 41113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.922922,-41.84233 parent: 1 - type: Transform - proto: CigarGoldCase entities: - - uid: 8810 + - uid: 42163 components: - - rot: -1.5707963267948966 rad - pos: -113.41713,-1.4517148 + - type: Transform + rot: 1.5707963267948966 rad + pos: -115.531975,-0.49056005 parent: 1 - type: Transform - proto: CigarSpent entities: - uid: 12405 components: - - pos: 22.536188,-13.711009 + - type: Transform + pos: 22.536188,-13.711009 parent: 1 - type: Transform - proto: CigCartonRed entities: - uid: 11746 components: - - pos: -111.50225,-2.9696808 + - type: Transform + pos: -111.50225,-2.9696808 parent: 1 - type: Transform - proto: CigPackBlack entities: - uid: 11765 components: - - pos: -94.07844,-4.498516 + - type: Transform + pos: -94.07844,-4.498516 parent: 1 - type: Transform - uid: 28709 components: - - pos: 9.267267,11.665396 + - type: Transform + pos: 9.267267,11.665396 parent: 1 - type: Transform - uid: 30365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.667667,-67.367386 parent: 1 - type: Transform - uid: 31263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.385698,17.652447 parent: 1 - type: Transform - proto: CigPackBlue entities: - uid: 15092 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.257256,25.130632 parent: 1 - type: Transform - uid: 30380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.647594,-73.685814 parent: 1 - type: Transform - proto: CigPackGreen entities: - uid: 14743 components: - - flags: InContainer - type: MetaData - - parent: 1280 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1280 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 23674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 70.85632,1.4241102 parent: 1 - type: Transform - uid: 30774 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.63711,-38.75398 parent: 1 - type: Transform - proto: CigPackMixed entities: - uid: 2056 components: - - flags: InContainer - type: MetaData - - parent: 13894 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 13894 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: CigPackRed entities: - uid: 14958 components: - - pos: -56.13564,-36.494984 + - type: Transform + pos: -56.13564,-36.494984 parent: 1 - type: Transform - proto: CircuitImprinter entities: - uid: 3404 components: - - pos: -18.5,-41.5 + - type: Transform + pos: -18.5,-41.5 parent: 1 - type: Transform - proto: CleanerDispenser entities: - uid: 1979 components: - - pos: 15.5,-11.5 + - type: Transform + pos: 15.5,-11.5 parent: 1 - type: Transform - uid: 23750 components: - - pos: 31.5,-47.5 + - type: Transform + pos: 31.5,-47.5 parent: 1 - type: Transform - uid: 33536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,23.5 parent: 1 - type: Transform - proto: CloningPod entities: - uid: 4572 components: - - pos: -77.5,-19.5 + - type: Transform + pos: -77.5,-19.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 4549 - type: DeviceLinkSink -- proto: ClosetBase - entities: - - uid: 4597 - components: - - pos: -76.5,-18.5 - parent: 1 - type: Transform - - uid: 13608 - components: - - pos: -72.5,-72.5 - parent: 1 - type: Transform - - uid: 13609 - components: - - pos: -69.5,-72.5 - parent: 1 - type: Transform - - uid: 13610 - components: - - pos: -66.5,-72.5 - parent: 1 - type: Transform - - uid: 13785 - components: - - pos: 21.5,-28.5 - parent: 1 - type: Transform - - uid: 13786 - components: - - pos: 22.5,-28.5 - parent: 1 - type: Transform - - uid: 13787 - components: - - pos: 23.5,-28.5 - parent: 1 - type: Transform - - uid: 28497 - components: - - pos: -10.5,-35.5 - parent: 1 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 28501 - - 28498 - - 28499 - - 28500 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - proto: ClosetBombFilled entities: - uid: 12605 components: - - pos: -68.5,-46.5 + - type: Transform + pos: -68.5,-46.5 parent: 1 - type: Transform - uid: 12606 components: - - pos: -68.5,-48.5 + - type: Transform + pos: -68.5,-48.5 parent: 1 - type: Transform - uid: 16094 components: - - pos: -47.5,-62.5 + - type: Transform + pos: -47.5,-62.5 parent: 1 - type: Transform - proto: ClosetChef entities: - uid: 10197 components: - - pos: -23.5,7.5 + - type: Transform + pos: -23.5,7.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -85003,378 +84981,378 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: ClosetChefFilled entities: - uid: 584 components: - - pos: -32.5,14.5 + - type: Transform + pos: -32.5,14.5 parent: 1 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 516 components: - - pos: 29.5,-18.5 + - type: Transform + pos: 29.5,-18.5 parent: 1 - type: Transform - uid: 1061 components: - - pos: 29.5,-17.5 + - type: Transform + pos: 29.5,-17.5 parent: 1 - type: Transform - uid: 1125 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 1 - type: Transform - uid: 3380 components: - - pos: -15.5,-53.5 + - type: Transform + pos: -15.5,-53.5 parent: 1 - type: Transform - uid: 5782 components: - - pos: -100.5,42.5 + - type: Transform + pos: -100.5,42.5 parent: 1 - type: Transform - uid: 5783 components: - - pos: -100.5,41.5 + - type: Transform + pos: -100.5,41.5 parent: 1 - type: Transform - uid: 5895 components: - - pos: -43.5,-77.5 + - type: Transform + pos: -43.5,-77.5 parent: 1 - type: Transform - uid: 5990 components: - - pos: -47.5,-77.5 - parent: 1 - type: Transform - - uid: 7496 - components: - - pos: -15.5,9.5 + - type: Transform + pos: -47.5,-77.5 parent: 1 - type: Transform - uid: 7497 components: - - pos: -35.5,9.5 + - type: Transform + pos: -35.5,9.5 parent: 1 - type: Transform - uid: 7787 components: - - pos: -78.5,38.5 + - type: Transform + pos: -78.5,38.5 parent: 1 - type: Transform - uid: 7788 components: - - pos: -78.5,35.5 + - type: Transform + pos: -78.5,35.5 + parent: 1 + - uid: 8221 + components: + - type: Transform + pos: -14.5,12.5 parent: 1 - type: Transform - uid: 12265 components: - - pos: -36.5,-55.5 + - type: Transform + pos: -36.5,-55.5 parent: 1 - type: Transform - uid: 12717 components: - - pos: -100.5,43.5 + - type: Transform + pos: -100.5,43.5 parent: 1 - type: Transform - uid: 13165 components: - - pos: -7.5,43.5 + - type: Transform + pos: -7.5,43.5 parent: 1 - type: Transform - uid: 28691 components: - - pos: 5.5,-25.5 + - type: Transform + pos: 5.5,-25.5 parent: 1 - type: Transform - uid: 28692 components: - - pos: 5.5,-24.5 + - type: Transform + pos: 5.5,-24.5 parent: 1 - type: Transform - uid: 28800 components: - - pos: 22.5,-58.5 + - type: Transform + pos: 22.5,-58.5 parent: 1 - type: Transform - uid: 28802 components: - - pos: 24.5,-58.5 + - type: Transform + pos: 24.5,-58.5 parent: 1 - type: Transform - uid: 30448 components: - - pos: -85.5,23.5 + - type: Transform + pos: -85.5,23.5 parent: 1 - type: Transform - uid: 30449 components: - - pos: -90.5,10.5 + - type: Transform + pos: -90.5,10.5 parent: 1 - type: Transform - uid: 30584 components: - - pos: -124.5,22.5 + - type: Transform + pos: -124.5,22.5 parent: 1 - type: Transform - uid: 30669 components: - - pos: -95.5,-20.5 + - type: Transform + pos: -95.5,-20.5 parent: 1 - type: Transform - uid: 30671 components: - - pos: -57.5,-21.5 + - type: Transform + pos: -57.5,-21.5 parent: 1 - type: Transform - uid: 30674 components: - - pos: -36.5,-36.5 + - type: Transform + pos: -36.5,-36.5 parent: 1 - type: Transform - uid: 30679 components: - - pos: 10.5,-28.5 + - type: Transform + pos: 10.5,-28.5 parent: 1 - type: Transform - uid: 30694 components: - - pos: -19.5,-23.5 + - type: Transform + pos: -19.5,-23.5 parent: 1 - type: Transform - uid: 30696 components: - - pos: -37.5,-23.5 + - type: Transform + pos: -37.5,-23.5 parent: 1 - type: Transform - uid: 30700 components: - - pos: -18.5,27.5 + - type: Transform + pos: -18.5,27.5 parent: 1 - type: Transform - uid: 30799 components: - - pos: -60.5,-67.5 + - type: Transform + pos: -60.5,-67.5 parent: 1 - type: Transform - uid: 30970 components: - - pos: -20.5,-68.5 + - type: Transform + pos: -20.5,-68.5 parent: 1 - type: Transform - uid: 31047 components: - - pos: -46.5,12.5 + - type: Transform + pos: -46.5,12.5 parent: 1 - type: Transform - uid: 34243 components: - - pos: -145.5,-35.5 + - type: Transform + pos: -145.5,-35.5 parent: 1 - type: Transform - uid: 35685 components: - - pos: -107.5,-88.5 + - type: Transform + pos: -107.5,-88.5 parent: 1 - type: Transform - uid: 35994 components: - - pos: -133.5,-23.5 + - type: Transform + pos: -133.5,-23.5 parent: 1 - type: Transform - uid: 36755 components: - - pos: 30.5,-46.5 + - type: Transform + pos: 30.5,-46.5 parent: 1 - type: Transform - uid: 37954 components: - - pos: 45.5,-42.5 + - type: Transform + pos: 45.5,-42.5 parent: 1 - type: Transform - uid: 37955 components: - - pos: 47.5,-42.5 + - type: Transform + pos: 47.5,-42.5 parent: 1 - type: Transform - uid: 41903 components: - - pos: 21.5,6.5 + - type: Transform + pos: 21.5,6.5 parent: 1 - type: Transform - proto: ClosetFireFilled entities: - uid: 1126 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 1 - type: Transform - uid: 1858 components: - - pos: 29.5,-19.5 + - type: Transform + pos: 29.5,-19.5 parent: 1 - type: Transform - uid: 5485 components: - - pos: -7.5,40.5 - parent: 1 - type: Transform - - uid: 7491 - components: - - pos: -15.5,8.5 + - type: Transform + pos: -7.5,40.5 parent: 1 - type: Transform - uid: 7521 components: - - pos: -35.5,11.5 + - type: Transform + pos: -35.5,11.5 parent: 1 - type: Transform - uid: 7789 components: - - pos: -76.5,38.5 + - type: Transform + pos: -76.5,38.5 parent: 1 - type: Transform - uid: 7790 components: - - pos: -76.5,35.5 + - type: Transform + pos: -76.5,35.5 parent: 1 - type: Transform - uid: 12224 components: - - pos: -36.5,-54.5 + - type: Transform + pos: -36.5,-54.5 parent: 1 - type: Transform - uid: 12716 components: - - pos: -100.5,40.5 + - type: Transform + pos: -100.5,40.5 parent: 1 - type: Transform - uid: 16093 components: - - pos: -47.5,-63.5 + - type: Transform + pos: -47.5,-63.5 parent: 1 - type: Transform - uid: 28617 components: - - pos: -130.5,-23.5 + - type: Transform + pos: -130.5,-23.5 parent: 1 - type: Transform - uid: 28690 components: - - pos: 5.5,-26.5 + - type: Transform + pos: 5.5,-26.5 parent: 1 - type: Transform - uid: 28801 components: - - pos: 21.5,-58.5 + - type: Transform + pos: 21.5,-58.5 parent: 1 - type: Transform - uid: 28803 components: - - pos: 25.5,-58.5 + - type: Transform + pos: 25.5,-58.5 parent: 1 - type: Transform - uid: 30450 components: - - pos: -90.5,11.5 + - type: Transform + pos: -90.5,11.5 parent: 1 - type: Transform - uid: 30451 components: - - pos: -86.5,23.5 + - type: Transform + pos: -86.5,23.5 parent: 1 - type: Transform - uid: 30585 components: - - pos: -124.5,20.5 + - type: Transform + pos: -124.5,20.5 parent: 1 - type: Transform - uid: 30670 components: - - pos: -95.5,-21.5 + - type: Transform + pos: -95.5,-21.5 parent: 1 - type: Transform - uid: 30672 components: - - pos: -57.5,-20.5 + - type: Transform + pos: -57.5,-20.5 parent: 1 - type: Transform - uid: 30675 components: - - pos: -37.5,-36.5 + - type: Transform + pos: -37.5,-36.5 parent: 1 - type: Transform - uid: 30680 components: - - pos: 11.5,-28.5 + - type: Transform + pos: 11.5,-28.5 parent: 1 - type: Transform - uid: 30695 components: - - pos: -20.5,-23.5 + - type: Transform + pos: -20.5,-23.5 parent: 1 - type: Transform - uid: 30701 components: - - pos: -18.5,26.5 + - type: Transform + pos: -18.5,26.5 parent: 1 - type: Transform - uid: 30800 components: - - pos: -60.5,-66.5 + - type: Transform + pos: -60.5,-66.5 parent: 1 - type: Transform - uid: 30971 components: - - pos: -19.5,-68.5 + - type: Transform + pos: -19.5,-68.5 parent: 1 - type: Transform - uid: 31045 components: - - pos: -47.5,12.5 + - type: Transform + pos: -47.5,12.5 parent: 1 - type: Transform - uid: 33889 components: - - pos: -15.5,-52.5 + - type: Transform + pos: -15.5,-52.5 parent: 1 - type: Transform - uid: 36756 components: - - pos: 31.5,-46.5 + - type: Transform + pos: 31.5,-46.5 parent: 1 - type: Transform - uid: 37956 components: - - pos: 46.5,-42.5 + - type: Transform + pos: 46.5,-42.5 parent: 1 - type: Transform - uid: 41904 components: - - pos: 20.5,6.5 + - type: Transform + pos: 20.5,6.5 + parent: 1 + - uid: 42165 + components: + - type: Transform + pos: -14.5,11.5 parent: 1 - type: Transform - proto: ClosetJanitorBombFilled entities: - uid: 2039 components: - - pos: -25.5,27.5 + - type: Transform + pos: -25.5,27.5 parent: 1 - type: Transform - proto: ClosetJanitorFilled entities: - uid: 7178 components: - - pos: -25.5,28.5 + - type: Transform + pos: -25.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -85391,8 +85369,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -85402,13 +85380,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12038 components: - - pos: 17.5,-12.5 + - type: Transform + pos: 17.5,-12.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -85418,13 +85396,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 13894 components: - - pos: -7.5,-44.5 + - type: Transform + pos: -7.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -85441,8 +85419,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -85452,13 +85430,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 13895 components: - - pos: -8.5,-44.5 + - type: Transform + pos: -8.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -85475,13 +85453,13 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 30726 components: - - pos: -90.5,-38.5 + - type: Transform + pos: -90.5,-38.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -85498,8 +85476,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -85509,135 +85487,135 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: ClosetL3Filled entities: - uid: 9303 components: - - pos: -74.5,-65.5 + - type: Transform + pos: -74.5,-65.5 parent: 1 - type: Transform - uid: 13670 components: - - pos: -73.5,-65.5 + - type: Transform + pos: -73.5,-65.5 parent: 1 - type: Transform - uid: 36691 components: - - pos: -107.5,-81.5 + - type: Transform + pos: -107.5,-81.5 parent: 1 - type: Transform - uid: 36692 components: - - pos: -108.5,-81.5 + - type: Transform + pos: -108.5,-81.5 parent: 1 - type: Transform - proto: ClosetL3JanitorFilled entities: - uid: 7174 components: - - pos: -22.5,31.5 + - type: Transform + pos: -22.5,31.5 parent: 1 - type: Transform - uid: 7175 components: - - pos: -21.5,31.5 + - type: Transform + pos: -21.5,31.5 parent: 1 - type: Transform - uid: 30728 components: - - pos: -90.5,-40.5 + - type: Transform + pos: -90.5,-40.5 parent: 1 - type: Transform - proto: ClosetL3ScienceFilled entities: - uid: 6995 components: - - pos: -31.5,-50.5 + - type: Transform + pos: -31.5,-50.5 parent: 1 - type: Transform - uid: 9897 components: - - pos: -31.5,-51.5 + - type: Transform + pos: -31.5,-51.5 parent: 1 - type: Transform - proto: ClosetL3SecurityFilled entities: - uid: 4038 components: - - pos: -50.5,-47.5 + - type: Transform + pos: -50.5,-47.5 parent: 1 - type: Transform - uid: 4039 components: - - pos: -50.5,-48.5 + - type: Transform + pos: -50.5,-48.5 parent: 1 - type: Transform - uid: 4040 components: - - pos: -50.5,-49.5 + - type: Transform + pos: -50.5,-49.5 parent: 1 - type: Transform - proto: ClosetL3VirologyFilled entities: - uid: 4912 components: - - pos: -87.5,-23.5 + - type: Transform + pos: -87.5,-23.5 parent: 1 - type: Transform - uid: 4913 components: - - pos: -88.5,-23.5 + - type: Transform + pos: -88.5,-23.5 parent: 1 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 6647 components: - - pos: -14.5,24.5 + - type: Transform + pos: -14.5,24.5 parent: 1 - type: Transform - uid: 6649 components: - - pos: -14.5,23.5 + - type: Transform + pos: -14.5,23.5 parent: 1 - type: Transform - uid: 8177 components: - - pos: -51.5,26.5 + - type: Transform + pos: -51.5,26.5 parent: 1 - type: Transform - uid: 8178 components: - - pos: -47.5,26.5 + - type: Transform + pos: -47.5,26.5 parent: 1 - type: Transform - uid: 8179 components: - - pos: -43.5,26.5 + - type: Transform + pos: -43.5,26.5 parent: 1 - type: Transform - uid: 11533 components: - - pos: -41.5,34.5 + - type: Transform + pos: -41.5,34.5 parent: 1 - type: Transform - uid: 16126 components: - - pos: -49.5,-73.5 + - type: Transform + pos: -49.5,-73.5 parent: 1 - type: Transform - uid: 16127 components: - - pos: -48.5,-73.5 + - type: Transform + pos: -48.5,-73.5 parent: 1 - type: Transform - uid: 30360 components: - - pos: -37.5,-67.5 + - type: Transform + pos: -37.5,-67.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -85647,159 +85625,220 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 30458 components: - - pos: -97.5,16.5 + - type: Transform + pos: -97.5,16.5 parent: 1 - type: Transform - uid: 30459 components: - - pos: -100.5,14.5 + - type: Transform + pos: -100.5,14.5 parent: 1 - type: Transform - uid: 30682 components: - - pos: -1.5,-41.5 + - type: Transform + pos: -1.5,-41.5 parent: 1 - type: Transform - uid: 30761 components: - - pos: -58.5,-27.5 + - type: Transform + pos: -58.5,-27.5 parent: 1 - type: Transform - uid: 30762 components: - - pos: -71.5,-37.5 + - type: Transform + pos: -71.5,-37.5 parent: 1 - type: Transform - uid: 30936 components: - - pos: -42.5,-52.5 + - type: Transform + pos: -42.5,-52.5 parent: 1 - type: Transform - uid: 30937 components: - - pos: -43.5,-52.5 + - type: Transform + pos: -43.5,-52.5 parent: 1 - type: Transform - uid: 34588 components: - - pos: -116.5,-18.5 + - type: Transform + pos: -116.5,-18.5 parent: 1 - type: Transform - uid: 36390 components: - - pos: -134.5,-57.5 + - type: Transform + pos: -134.5,-57.5 parent: 1 - type: Transform - uid: 42044 components: - - pos: -82.5,-40.5 + - type: Transform + pos: -82.5,-40.5 parent: 1 - type: Transform - proto: ClosetRadiationSuitFilled entities: - uid: 4677 components: - - pos: 21.5,3.5 + - type: Transform + pos: 21.5,3.5 parent: 1 - type: Transform - uid: 6787 components: - - pos: -32.5,-52.5 + - type: Transform + pos: -32.5,-52.5 parent: 1 - type: Transform - uid: 9196 components: - - pos: 20.5,3.5 + - type: Transform + pos: 20.5,3.5 parent: 1 - type: Transform - uid: 9880 components: - - pos: -31.5,-52.5 + - type: Transform + pos: -31.5,-52.5 parent: 1 - type: Transform - uid: 10891 components: - - pos: 55.5,-50.5 + - type: Transform + pos: 55.5,-50.5 parent: 1 - type: Transform - uid: 10892 components: - - pos: 55.5,-51.5 + - type: Transform + pos: 55.5,-51.5 parent: 1 - type: Transform - uid: 10893 components: - - pos: 58.5,-51.5 + - type: Transform + pos: 58.5,-51.5 parent: 1 - type: Transform - uid: 10894 components: - - pos: 58.5,-50.5 + - type: Transform + pos: 58.5,-50.5 parent: 1 - type: Transform - uid: 30801 components: - - pos: -55.5,-76.5 + - type: Transform + pos: -55.5,-76.5 parent: 1 - type: Transform - uid: 36690 components: - - pos: -79.5,-59.5 + - type: Transform + pos: -79.5,-59.5 + parent: 1 +- proto: ClosetSteelBase + entities: + - uid: 4597 + components: + - type: Transform + pos: -76.5,-18.5 + parent: 1 + - uid: 13608 + components: + - type: Transform + pos: -72.5,-72.5 + parent: 1 + - uid: 13609 + components: + - type: Transform + pos: -69.5,-72.5 + parent: 1 + - uid: 13610 + components: + - type: Transform + pos: -66.5,-72.5 + parent: 1 + - uid: 13785 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 1 + - uid: 13786 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 1 + - uid: 13787 + components: + - type: Transform + pos: 23.5,-28.5 + parent: 1 + - uid: 28497 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 28501 + - 28498 + - 28499 + - 28500 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 42142 + components: + - type: Transform + pos: -55.5,40.5 parent: 1 - type: Transform - proto: ClosetToolFilled entities: - uid: 5436 components: - - pos: -41.5,35.5 + - type: Transform + pos: -41.5,35.5 parent: 1 - type: Transform - uid: 11642 components: - - pos: -1.5,35.5 + - type: Transform + pos: -1.5,35.5 parent: 1 - type: Transform - uid: 13197 components: - - pos: -104.5,-10.5 + - type: Transform + pos: -104.5,-10.5 parent: 1 - type: Transform - uid: 16095 components: - - pos: -43.5,-70.5 + - type: Transform + pos: -43.5,-70.5 parent: 1 - type: Transform - uid: 30461 components: - - pos: -102.5,20.5 + - type: Transform + pos: -102.5,20.5 parent: 1 - type: Transform - uid: 34242 components: - - pos: -144.5,-35.5 + - type: Transform + pos: -144.5,-35.5 parent: 1 - type: Transform - uid: 36727 components: - - pos: -15.5,-66.5 + - type: Transform + pos: -15.5,-66.5 parent: 1 - type: Transform - proto: ClosetWall entities: - uid: 4686 components: - - pos: -79.5,-38.5 + - type: Transform + pos: -79.5,-38.5 parent: 1 - type: Transform - uid: 5874 components: - - pos: -112.5,-23.5 + - type: Transform + pos: -112.5,-23.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 75.31249 @@ -85816,125 +85855,125 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 5875 - 5876 - type: ContainerContainer - uid: 12443 components: - - pos: -60.5,-9.5 + - type: Transform + pos: -60.5,-9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 12575 - type: ContainerContainer - uid: 12583 components: - - pos: -56.5,-9.5 + - type: Transform + pos: -56.5,-9.5 parent: 1 - type: Transform - uid: 12584 components: - - pos: -53.5,-9.5 + - type: Transform + pos: -53.5,-9.5 parent: 1 - type: Transform - proto: ClosetWallEmergencyFilledRandom entities: - uid: 9164 components: - - pos: -113.5,-23.5 + - type: Transform + pos: -113.5,-23.5 parent: 1 - type: Transform - uid: 9900 components: - - pos: -0.5,-41.5 + - type: Transform + pos: -0.5,-41.5 parent: 1 - type: Transform - uid: 30586 components: - - pos: -97.5,-5.5 + - type: Transform + pos: -97.5,-5.5 parent: 1 - type: Transform - uid: 30706 components: - - pos: 19.5,15.5 + - type: Transform + pos: 19.5,15.5 parent: 1 - type: Transform - uid: 31037 components: - - pos: -53.5,-6.5 + - type: Transform + pos: -53.5,-6.5 parent: 1 - type: Transform - uid: 31039 components: - - pos: -70.5,11.5 + - type: Transform + pos: -70.5,11.5 parent: 1 - type: Transform - uid: 36650 components: - - pos: -94.5,-81.5 + - type: Transform + pos: -94.5,-81.5 parent: 1 - type: Transform - uid: 36651 components: - - pos: -95.5,-81.5 + - type: Transform + pos: -95.5,-81.5 parent: 1 - type: Transform - uid: 40042 components: - - pos: 38.5,-38.5 + - type: Transform + pos: 38.5,-38.5 parent: 1 - type: Transform - proto: ClosetWallFireFilledRandom entities: - uid: 3210 components: - - pos: -110.5,-23.5 + - type: Transform + pos: -110.5,-23.5 parent: 1 - type: Transform - uid: 15896 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-42.5 parent: 1 - type: Transform - uid: 30587 components: - - pos: -98.5,-5.5 + - type: Transform + pos: -98.5,-5.5 parent: 1 - type: Transform - uid: 30707 components: - - pos: 18.5,15.5 + - type: Transform + pos: 18.5,15.5 parent: 1 - type: Transform - uid: 31038 components: - - pos: -54.5,-6.5 + - type: Transform + pos: -54.5,-6.5 parent: 1 - type: Transform - uid: 31040 components: - - pos: -69.5,11.5 + - type: Transform + pos: -69.5,11.5 parent: 1 - type: Transform - proto: ClosetWallGrey entities: - uid: 23787 components: - - pos: 42.5,-51.5 + - type: Transform + pos: 42.5,-51.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 75.31249 @@ -85951,4427 +85990,4354 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 23788 - type: ContainerContainer - uid: 30588 components: - - pos: -100.5,-5.5 + - type: Transform + pos: -100.5,-5.5 parent: 1 - type: Transform - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 23786 components: - - pos: 33.5,-51.5 + - type: Transform + pos: 33.5,-51.5 parent: 1 - type: Transform - uid: 23789 components: - - pos: 33.5,-54.5 + - type: Transform + pos: 33.5,-54.5 parent: 1 - type: Transform - uid: 30589 components: - - pos: -99.5,-5.5 + - type: Transform + pos: -99.5,-5.5 parent: 1 - type: Transform - uid: 31058 components: - - pos: -19.5,-20.5 + - type: Transform + pos: -19.5,-20.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 31059 - type: ContainerContainer - uid: 31262 components: - - pos: -32.5,18.5 + - type: Transform + pos: -32.5,18.5 parent: 1 - type: Transform - uid: 33513 components: - - pos: -64.5,18.5 + - type: Transform + pos: -64.5,18.5 parent: 1 - type: Transform - proto: ClosetWallMixed entities: - uid: 23790 components: - - pos: 42.5,-54.5 + - type: Transform + pos: 42.5,-54.5 parent: 1 - type: Transform - proto: ClothingBackpackDuffelSurgeryFilled entities: - uid: 32316 components: - - pos: -0.54146147,-37.24413 + - type: Transform + pos: -0.54146147,-37.24413 parent: 1 - type: Transform - proto: ClothingBeltSecurityFilled entities: - uid: 9509 components: - - pos: -46.507236,14.561116 + - type: Transform + pos: -46.507236,14.561116 parent: 1 - type: Transform - proto: ClothingBeltSecurityWebbing entities: - uid: 28701 components: - - pos: 5.019813,-9.451855 + - type: Transform + pos: 5.019813,-9.451855 parent: 1 - type: Transform - proto: ClothingBeltStorageWaistbag entities: - uid: 9535 components: - - pos: -39.561928,-28.521523 + - type: Transform + pos: -39.561928,-28.521523 parent: 1 - type: Transform - proto: ClothingBeltUtility entities: - uid: 31452 components: - - pos: -126.58328,0.6405842 + - type: Transform + pos: -126.58328,0.6405842 parent: 1 - type: Transform - proto: ClothingBeltUtilityFilled entities: - uid: 7075 components: - - pos: -38.993332,-61.447575 + - type: Transform + pos: -38.993332,-61.447575 parent: 1 - type: Transform - uid: 34294 components: - - pos: -151.3718,-35.349403 + - type: Transform + pos: -151.3718,-35.349403 parent: 1 - type: Transform - proto: ClothingEyesGlassesMeson entities: - uid: 5875 components: - - flags: InContainer - type: MetaData - - parent: 5874 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 5874 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 5876 components: - - flags: InContainer - type: MetaData - - parent: 5874 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 5874 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingEyesHudSecurity entities: - uid: 9511 components: - - pos: -79.48438,24.756868 + - type: Transform + pos: -79.48438,24.756868 parent: 1 - type: Transform - proto: ClothingHandsGlovesBoxingBlue entities: - uid: 13891 components: - - pos: 26.60576,-23.47721 + - type: Transform + pos: 26.60576,-23.47721 parent: 1 - type: Transform - proto: ClothingHandsGlovesBoxingGreen entities: - uid: 13835 components: - - pos: 26.38701,-23.268732 + - type: Transform + pos: 26.38701,-23.268732 parent: 1 - type: Transform - proto: ClothingHandsGlovesColorBlack entities: - uid: 30364 components: - - pos: -34.584335,-67.33611 + - type: Transform + pos: -34.584335,-67.33611 parent: 1 - type: Transform - proto: ClothingHandsGlovesColorBlue entities: - uid: 32105 components: - - pos: -22.912685,13.690686 + - type: Transform + pos: -22.912685,13.690686 parent: 1 - type: Transform - proto: ClothingHandsGlovesColorYellow entities: - uid: 7563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.272575,25.568678 parent: 1 - type: Transform - proto: ClothingHandsGlovesColorYellowBudget entities: - uid: 7193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.972075,33.502377 parent: 1 - type: Transform - proto: ClothingHandsGlovesLeather entities: - uid: 11026 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.577953,-11.3083105 parent: 1 - type: Transform - proto: ClothingHandsGlovesNitrile entities: - uid: 4918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.29906,-27.40716 parent: 1 - type: Transform - proto: ClothingHeadBandGold entities: - uid: 30956 components: - - pos: -24.868048,-74.35443 + - type: Transform + pos: -24.868048,-74.35443 parent: 1 - type: Transform - proto: ClothingHeadBandSkull entities: - uid: 30359 components: - - pos: -34.542667,-67.42993 + - type: Transform + pos: -34.542667,-67.42993 parent: 1 - type: Transform - proto: ClothingHeadCourierFlipped entities: - uid: 10928 components: - - pos: -47.535988,35.657867 + - type: Transform + pos: -47.535988,35.657867 parent: 1 - type: Transform - proto: ClothingHeadFishCap entities: - uid: 31432 components: - - pos: -125.54162,-3.3413477 + - type: Transform + pos: -125.54162,-3.3413477 parent: 1 - type: Transform - proto: ClothingHeadHatAnimalHeadslime entities: - uid: 15156 components: - - pos: -68.15464,-62.073658 + - type: Transform + pos: -68.15464,-62.073658 parent: 1 - type: Transform - proto: ClothingHeadHatAnimalMonkey entities: - uid: 15772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.544815,-77.3453 parent: 1 - type: Transform - proto: ClothingHeadHatBeaverHat entities: - uid: 8723 components: - - pos: -78.440796,-4.3674784 + - type: Transform + pos: -78.440796,-4.3674784 parent: 1 - type: Transform - proto: ClothingHeadHatBeretEngineering entities: - uid: 20352 components: - - pos: -90.24007,-36.182865 + - type: Transform + pos: -90.24007,-36.182865 parent: 1 - type: Transform - proto: ClothingHeadHatBowlerHat entities: - uid: 17701 components: - - pos: -91.70619,-17.141628 + - type: Transform + pos: -91.70619,-17.141628 parent: 1 - type: Transform - proto: ClothingHeadHatCardborg entities: - uid: 7738 components: - - pos: -54.4608,13.640547 + - type: Transform + pos: -54.4608,13.640547 parent: 1 - type: Transform - proto: ClothingHeadHatChef entities: - uid: 12117 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 15296 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingHeadHatChickenhead entities: - uid: 15776 components: - - pos: -60.937252,-72.46571 + - type: Transform + pos: -60.937252,-72.46571 parent: 1 - type: Transform - proto: ClothingHeadHatCone entities: - uid: 7204 components: - - pos: -22.963629,27.013191 + - type: Transform + pos: -22.963629,27.013191 parent: 1 - type: Transform - uid: 7205 components: - - pos: -22.921963,26.804712 + - type: Transform + pos: -22.921963,26.804712 parent: 1 - type: Transform - uid: 13898 components: - - pos: -4.3236923,-43.65247 + - type: Transform + pos: -4.3236923,-43.65247 parent: 1 - type: Transform - uid: 13899 components: - - pos: -4.6986923,-43.537807 + - type: Transform + pos: -4.6986923,-43.537807 parent: 1 - type: Transform - uid: 13900 components: - - pos: -4.375776,-43.266785 + - type: Transform + pos: -4.375776,-43.266785 parent: 1 - type: Transform - uid: 33956 components: - - pos: -84.82768,-73.606255 + - type: Transform + pos: -84.82768,-73.606255 parent: 1 - type: Transform - uid: 33957 components: - - pos: -86.93706,-73.52807 + - type: Transform + pos: -86.93706,-73.52807 parent: 1 - type: Transform - uid: 36739 components: - - pos: -18.198343,-58.167774 + - type: Transform + pos: -18.198343,-58.167774 parent: 1 - type: Transform - uid: 36740 components: - - pos: -18.535843,-58.66812 + - type: Transform + pos: -18.535843,-58.66812 parent: 1 - type: Transform - proto: ClothingHeadHatFlowerCrown entities: - uid: 15228 components: - - pos: -113.01969,23.844894 + - type: Transform + pos: -113.01969,23.844894 parent: 1 - type: Transform - uid: 15229 components: - - pos: -113.05094,23.761503 + - type: Transform + pos: -113.05094,23.761503 parent: 1 - type: Transform - uid: 15230 components: - - pos: -113.061356,23.657263 + - type: Transform + pos: -113.061356,23.657263 parent: 1 - type: Transform - uid: 15231 components: - - pos: -113.05094,23.553024 + - type: Transform + pos: -113.05094,23.553024 parent: 1 - type: Transform - uid: 15232 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.92594,23.480057 parent: 1 - type: Transform - uid: 15233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.80094,23.448786 parent: 1 - type: Transform - uid: 15234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.686356,23.45921 parent: 1 - type: Transform - uid: 15235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.58219,23.45921 parent: 1 - type: Transform - uid: 15236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.45719,23.469633 parent: 1 - type: Transform - uid: 15237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.35303,23.469633 parent: 1 - type: Transform - uid: 15238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.248856,23.469633 parent: 1 - type: Transform - uid: 15239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.14469,23.480057 parent: 1 - type: Transform - uid: 15240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.94678,23.625992 parent: 1 - type: Transform - uid: 15241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.94678,23.719807 parent: 1 - type: Transform - uid: 15242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.92594,23.78235 parent: 1 - type: Transform - uid: 15243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.967606,23.855318 parent: 1 - type: Transform - proto: ClothingHeadHatGreysoftFlipped entities: - uid: 31241 components: - - pos: -79.589195,-75.39599 + - type: Transform + pos: -79.589195,-75.39599 parent: 1 - type: Transform - proto: ClothingHeadHatHairflower entities: - uid: 8343 components: - - pos: -69.99157,7.6034684 + - type: Transform + pos: -69.99157,7.6034684 parent: 1 - type: Transform - uid: 30796 components: - - pos: -70.39416,-40.21738 + - type: Transform + pos: -70.39416,-40.21738 parent: 1 - type: Transform - proto: ClothingHeadHatHoodBioGeneral entities: - uid: 36014 components: - - pos: -120.774155,-49.767227 + - type: Transform + pos: -120.774155,-49.767227 parent: 1 - type: Transform - proto: ClothingHeadHatPaper entities: - uid: 31031 components: - - pos: 22.362457,-24.480032 + - type: Transform + pos: 22.362457,-24.480032 parent: 1 - type: Transform - proto: ClothingHeadHatPumpkin entities: - uid: 42059 components: - - pos: 15.478373,-49.44592 + - type: Transform + pos: 15.478373,-49.44592 parent: 1 - type: Transform - proto: ClothingHeadHatPwig entities: - uid: 7916 components: - - pos: -84.55198,19.537794 + - type: Transform + pos: -84.55198,19.537794 parent: 1 - type: Transform - proto: ClothingHeadHatRichard entities: - uid: 33836 components: - - pos: -61.944668,-76.52036 + - type: Transform + pos: -61.944668,-76.52036 parent: 1 - type: Transform - proto: ClothingHeadHatSecsoftFlipped entities: - uid: 9508 components: - - pos: -46.444736,14.717475 + - type: Transform + pos: -46.444736,14.717475 parent: 1 - type: Transform - proto: ClothingHeadHatSombrero entities: - uid: 30019 components: - - pos: -88.640945,-46.56803 + - type: Transform + pos: -88.640945,-46.56803 parent: 1 - type: Transform - proto: ClothingHeadHatSquid entities: - uid: 30989 components: - - pos: -70.95245,-64.29343 + - type: Transform + pos: -70.95245,-64.29343 parent: 1 - type: Transform - proto: ClothingHeadHatSurgcapRainbow entities: - uid: 3173 components: - - pos: -20.956736,-49.431847 + - type: Transform + pos: -20.956736,-49.431847 parent: 1 - type: Transform - proto: ClothingHeadHatTophat entities: - uid: 8724 components: - - pos: -78.492874,-4.21112 + - type: Transform + pos: -78.492874,-4.21112 parent: 1 - type: Transform - proto: ClothingHeadHatUshanka entities: - uid: 30020 components: - - pos: -85.43261,-52.45754 + - type: Transform + pos: -85.43261,-52.45754 parent: 1 - type: Transform - uid: 30021 components: - - pos: -85.43261,-52.467964 + - type: Transform + pos: -85.43261,-52.467964 parent: 1 - type: Transform - uid: 30030 components: - - pos: -85.43261,-52.467964 + - type: Transform + pos: -85.43261,-52.467964 parent: 1 - type: Transform - proto: ClothingHeadHatWelding entities: - uid: 1232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.524921,-7.4902177 parent: 1 - type: Transform - uid: 30386 components: - - pos: -29.511698,-73.36267 + - type: Transform + pos: -29.511698,-73.36267 parent: 1 - type: Transform - proto: ClothingHeadHatWeldingMaskPainted entities: - uid: 30875 components: - - pos: -52.65829,-79.493286 + - type: Transform + pos: -52.65829,-79.493286 parent: 1 - type: Transform - proto: ClothingHeadHelmetBasic entities: - uid: 12612 components: - - pos: -49.97189,-41.412037 + - type: Transform + pos: -49.97189,-41.412037 parent: 1 - type: Transform - proto: ClothingHeadHelmetCosmonaut entities: - uid: 31274 components: - - pos: -34.42656,17.627428 + - type: Transform + pos: -34.42656,17.627428 parent: 1 - type: Transform - proto: ClothingHeadTinfoil entities: - uid: 13715 components: - - pos: -71.41311,-62.23606 + - type: Transform + pos: -71.41311,-62.23606 parent: 1 - type: Transform - uid: 13716 components: - - pos: -71.31936,-62.45496 + - type: Transform + pos: -71.31936,-62.45496 parent: 1 - type: Transform - proto: ClothingMaskBreathMedical entities: - uid: 9182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.41791,-33.215263 parent: 1 - type: Transform - uid: 9183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.44916,-29.639864 parent: 1 - type: Transform - uid: 32318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.60396147,-38.895275 parent: 1 - type: Transform - proto: ClothingMaskGasSecurity entities: - uid: 9510 components: - - pos: -79.53126,24.459787 + - type: Transform + pos: -79.53126,24.459787 parent: 1 - type: Transform - uid: 12111 components: - - pos: -49.128025,-41.51177 + - type: Transform + pos: -49.128025,-41.51177 parent: 1 - type: Transform - proto: ClothingMaskGasSwat entities: - uid: 5831 components: - - pos: -63.3683,-46.26076 + - type: Transform + pos: -63.3683,-46.26076 parent: 1 - type: Transform - uid: 6161 components: - - pos: -63.670383,-46.44839 + - type: Transform + pos: -63.670383,-46.44839 parent: 1 - type: Transform - uid: 6178 components: - - pos: -63.347466,-46.437965 + - type: Transform + pos: -63.347466,-46.437965 parent: 1 - type: Transform - uid: 7531 components: - - pos: -63.659966,-46.26076 + - type: Transform + pos: -63.659966,-46.26076 parent: 1 - type: Transform - proto: ClothingMaskMuzzle entities: - uid: 13689 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.163795,-72.34786 parent: 1 - type: Transform - uid: 28500 components: - - flags: InContainer - type: MetaData - - parent: 28497 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 28497 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 28504 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.60575396,-23.492332 parent: 1 - type: Transform - uid: 28505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5953373,-23.502756 parent: 1 - type: Transform - uid: 28506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5953373,-23.502756 parent: 1 - type: Transform - proto: ClothingNeckBronzeheart entities: - uid: 11745 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.611626,-3.0608902 parent: 1 - type: Transform - proto: ClothingNeckGoldmedal entities: - uid: 11744 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.42934,-3.0348303 parent: 1 - type: Transform - proto: ClothingNeckScarfStripedGreen entities: - uid: 30775 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.31419,-38.608044 parent: 1 - type: Transform - proto: ClothingNeckStethoscope entities: - uid: 9082 components: - - pos: -69.412865,-22.739153 + - type: Transform + pos: -69.412865,-22.739153 parent: 1 - type: Transform - uid: 14630 components: - - pos: -75.48062,-29.43192 + - type: Transform + pos: -75.48062,-29.43192 parent: 1 - type: Transform - uid: 28515 components: - - pos: -3.452482,-39.384876 + - type: Transform + pos: -3.452482,-39.384876 parent: 1 - type: Transform - proto: ClothingOuterApronChef entities: - uid: 11021 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11991 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingOuterArmorBasic entities: - uid: 12123 components: - - pos: -46.502846,14.502045 + - type: Transform + pos: -46.502846,14.502045 parent: 1 - type: Transform - proto: ClothingOuterCardborg entities: - uid: 7739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.3358,12.347981 parent: 1 - type: Transform - proto: ClothingOuterCoatBomber entities: - uid: 2677 components: - - name: Poldstadt bomber - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: Poldstadt bomber + - type: Transform + rot: 1.5707963267948966 rad pos: -78.543175,-5.378417 parent: 1 - type: Transform - uid: 2704 components: - - name: Poldstadt bomber - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: Poldstadt bomber + - type: Transform + rot: 1.5707963267948966 rad pos: -78.37651,-5.378417 parent: 1 - type: Transform - uid: 36810 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.49116,-34.484962 parent: 1 - type: Transform - proto: ClothingOuterCoatGentle entities: - uid: 13888 components: - - pos: 13.487709,-38.343147 + - type: Transform + pos: 13.487709,-38.343147 parent: 1 - type: Transform - proto: ClothingOuterCoatHyenhSweater entities: - uid: 8719 components: - - pos: -77.60834,-2.4183486 + - type: Transform + pos: -77.60834,-2.4183486 parent: 1 - type: Transform - uid: 8720 components: - - pos: -77.35834,-2.4183486 + - type: Transform + pos: -77.35834,-2.4183486 parent: 1 - type: Transform - uid: 13889 components: - - name: comfy womfy sweater - type: MetaData - - pos: 13.508542,-39.41681 + - type: MetaData + name: comfy womfy sweater + - type: Transform + pos: 13.508542,-39.41681 parent: 1 - type: Transform - proto: ClothingOuterFlannelRed entities: - uid: 36811 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.47866,-34.43493 parent: 1 - type: Transform - proto: ClothingOuterHoodieBlack entities: - uid: 30361 components: - - flags: InContainer - type: MetaData - - parent: 30360 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30360 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingOuterJacketChef entities: - uid: 10208 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 10579 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingOuterRobesJudge entities: - uid: 7917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.33323,19.298044 parent: 1 - type: Transform - proto: ClothingOuterStraightjacket entities: - uid: 670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.48564434,-23.673174 parent: 1 - type: Transform - uid: 671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.48564434,-23.673174 parent: 1 - type: Transform - uid: 28440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.48564434,-23.673174 parent: 1 - type: Transform - uid: 28498 components: - - flags: InContainer - type: MetaData - - parent: 28497 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 28497 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingOuterSuitChicken entities: - uid: 15775 components: - - pos: -62.999752,-75.06127 + - type: Transform + pos: -62.999752,-75.06127 parent: 1 - type: Transform - proto: ClothingOuterSuitMonkey entities: - uid: 15773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.482315,-72.83854 parent: 1 - type: Transform - proto: ClothingOuterVestValet entities: - uid: 15671 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.443476,-33.567307 parent: 1 - type: Transform - proto: ClothingOuterWinterCoat entities: - uid: 11084 components: - - pos: -22.494806,-23.383389 + - type: Transform + pos: -22.494806,-23.383389 parent: 1 - type: Transform - proto: ClothingOuterWinterMiner entities: - uid: 23675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 70.17924,1.0280015 parent: 1 - type: Transform - proto: ClothingShoesBootsMag entities: - uid: 34199 components: - - pos: -147.40431,-41.583435 + - type: Transform + pos: -147.40431,-41.583435 parent: 1 - type: Transform - proto: ClothingShoesBootsWinterMiner entities: - uid: 23676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 69.77299,1.1322408 parent: 1 - type: Transform - proto: ClothingShoesGaloshes entities: - uid: 2058 components: - - flags: InContainer - type: MetaData - - parent: 30726 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30726 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9610 components: - - flags: InContainer - type: MetaData - - parent: 7178 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7178 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingShoesSlippers entities: - uid: 1173 components: - - flags: InContainer - type: MetaData - - parent: 246 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 246 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9354 components: - - flags: InContainer - type: MetaData - - parent: 247 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 247 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 10950 components: - - flags: InContainer - type: MetaData - - parent: 1273 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1273 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11684 components: - - flags: InContainer - type: MetaData - - parent: 1279 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1279 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 12315 components: - - flags: InContainer - type: MetaData - - parent: 1280 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1280 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 15068 components: - - flags: InContainer - type: MetaData - - parent: 1281 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1281 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 15147 components: - - flags: InContainer - type: MetaData - - parent: 1282 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1282 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18457 components: - - flags: InContainer - type: MetaData - - parent: 1283 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1283 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18459 components: - - flags: InContainer - type: MetaData - - parent: 1284 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1284 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18461 components: - - flags: InContainer - type: MetaData - - parent: 1285 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1285 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18464 components: - - flags: InContainer - type: MetaData - - parent: 1286 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1286 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 22458 components: - - flags: InContainer - type: MetaData - - parent: 1287 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1287 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpskirtChef entities: - uid: 10199 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 10205 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpskirtPrisoner entities: - uid: 2217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.402024,9.118234 parent: 1 - type: Transform - proto: ClothingUniformJumpsuitChef entities: - uid: 15662 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 16194 components: - - flags: InContainer - type: MetaData - - parent: 10197 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10197 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitEngineeringHazard entities: - uid: 9533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.6485,-15.4859915 parent: 1 - type: Transform - proto: ClothingUniformJumpsuitPrisoner entities: - uid: 2212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.568691,9.608157 parent: 1 - type: Transform - uid: 2213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.568691,9.503919 parent: 1 - type: Transform - proto: ClothingUniformJumpsuitTshirtJeans entities: - uid: 8731 components: - - pos: -79.33189,-2.3830614 + - type: Transform + pos: -79.33189,-2.3830614 parent: 1 - type: Transform - proto: ClothingUniformJumpsuitTshirtJeansPeach entities: - uid: 8730 components: - - pos: -79.62355,-2.3726377 + - type: Transform + pos: -79.62355,-2.3726377 parent: 1 - type: Transform - proto: Coal1 entities: - uid: 32151 components: - - pos: 69.32183,-0.346103 + - type: Transform + pos: 69.32183,-0.346103 parent: 1 - type: Transform - uid: 32152 components: - - pos: 71.56142,0.070852935 + - type: Transform + pos: 71.56142,0.070852935 parent: 1 - type: Transform - proto: ComfyChair entities: - uid: 1518 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-3.5 parent: 1 - type: Transform - uid: 1519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-5.5 parent: 1 - type: Transform - uid: 1522 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-5.5 parent: 1 - type: Transform - uid: 2614 components: - - pos: 9.5,-49.5 + - type: Transform + pos: 9.5,-49.5 parent: 1 - type: Transform - uid: 2616 components: - - pos: 15.5,-49.5 + - type: Transform + pos: 15.5,-49.5 parent: 1 - type: Transform - uid: 2618 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-51.5 parent: 1 - type: Transform - uid: 2641 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-56.5 parent: 1 - type: Transform - uid: 4458 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-56.5 parent: 1 - type: Transform - uid: 4460 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-56.5 parent: 1 - type: Transform - uid: 5060 components: - - pos: -91.5,-4.5 + - type: Transform + pos: -91.5,-4.5 parent: 1 - type: Transform - uid: 5085 components: - - pos: -90.5,-4.5 + - type: Transform + pos: -90.5,-4.5 parent: 1 - type: Transform - uid: 6939 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-29.5 parent: 1 - type: Transform - uid: 6947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-29.5 parent: 1 - type: Transform - uid: 7732 components: - - pos: -69.5,33.5 + - type: Transform + pos: -69.5,33.5 parent: 1 - type: Transform - uid: 7733 components: - - pos: -68.5,33.5 + - type: Transform + pos: -68.5,33.5 parent: 1 - type: Transform - uid: 7734 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,30.5 parent: 1 - type: Transform - uid: 7735 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,30.5 parent: 1 - type: Transform - uid: 7975 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,5.5 parent: 1 - type: Transform - uid: 7976 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,5.5 parent: 1 - type: Transform - uid: 8335 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,5.5 parent: 1 - type: Transform - uid: 8568 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-3.5 parent: 1 - type: Transform - uid: 8569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-3.5 parent: 1 - type: Transform - uid: 8793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-2.5 parent: 1 - type: Transform - uid: 9331 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-16.5 parent: 1 - type: Transform - uid: 9333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-17.5 parent: 1 - type: Transform - uid: 9334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-17.5 parent: 1 - type: Transform - uid: 9396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-25.5 parent: 1 - type: Transform - uid: 9397 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-31.5 parent: 1 - type: Transform - uid: 9689 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-21.5 parent: 1 - type: Transform - uid: 10979 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-17.5 parent: 1 - type: Transform - uid: 10980 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-17.5 parent: 1 - type: Transform - uid: 11847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-16.5 parent: 1 - type: Transform - uid: 11874 components: - - pos: -37.5,-38.5 + - type: Transform + pos: -37.5,-38.5 parent: 1 - type: Transform - uid: 12131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-13.5 parent: 1 - type: Transform - uid: 12132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-13.5 parent: 1 - type: Transform - uid: 12802 components: - - pos: -82.5,41.5 + - type: Transform + pos: -82.5,41.5 parent: 1 - type: Transform - uid: 12807 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,39.5 parent: 1 - type: Transform - uid: 12808 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,39.5 parent: 1 - type: Transform - uid: 13077 components: - - pos: -81.5,41.5 + - type: Transform + pos: -81.5,41.5 parent: 1 - type: Transform - uid: 15647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,9.5 parent: 1 - type: Transform - uid: 23783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 42.5,-53.5 parent: 1 - type: Transform - uid: 23870 components: - - pos: -8.5,-58.5 + - type: Transform + pos: -8.5,-58.5 parent: 1 - type: Transform - uid: 23878 components: - - pos: -10.5,-58.5 + - type: Transform + pos: -10.5,-58.5 parent: 1 - type: Transform - uid: 29454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-42.5 parent: 1 - type: Transform - proto: ComputerAlert entities: - - uid: 8217 - components: - - pos: -101.5,11.5 - parent: 1 - type: Transform - uid: 8223 components: - - pos: -101.5,7.5 + - type: Transform + pos: -101.5,7.5 parent: 1 - type: Transform - uid: 9766 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-32.5 parent: 1 - type: Transform - uid: 17129 components: - - pos: -100.5,-9.5 + - type: Transform + pos: -100.5,-9.5 parent: 1 - type: Transform - proto: ComputerAnalysisConsole entities: - uid: 12221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-57.5 parent: 1 - type: Transform - proto: ComputerBroken entities: - uid: 12430 components: - - pos: 21.5,-14.5 + - type: Transform + pos: 21.5,-14.5 parent: 1 - type: Transform - uid: 13671 components: - - pos: -72.5,-66.5 + - type: Transform + pos: -72.5,-66.5 parent: 1 - type: Transform - uid: 13724 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-67.5 parent: 1 - type: Transform - uid: 14485 components: - - pos: -109.5,2.5 + - type: Transform + pos: -109.5,2.5 parent: 1 - type: Transform - uid: 31011 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-43.5 parent: 1 - type: Transform - uid: 36388 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-53.5 parent: 1 - type: Transform - uid: 36389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.5,-57.5 parent: 1 - type: Transform - proto: ComputerCargoBounty entities: - uid: 2100 components: - - pos: -27.5,41.5 + - type: Transform + pos: -27.5,41.5 parent: 1 - type: Transform - proto: ComputerCargoOrders entities: - uid: 5622 components: - - pos: -29.5,41.5 + - type: Transform + pos: -29.5,41.5 parent: 1 - type: Transform - uid: 6105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,28.5 parent: 1 - type: Transform - uid: 11587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,39.5 parent: 1 - type: Transform - proto: ComputerCloningConsole entities: - uid: 4549 components: - - pos: -78.5,-18.5 + - type: Transform + pos: -78.5,-18.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 4572: - CloningPodSender: CloningPodReceiver 4571: - MedicalScannerSender: MedicalScannerReceiver - type: DeviceLinkSource - proto: ComputerComms entities: - uid: 5126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,0.5 parent: 1 - type: Transform - - uid: 8218 + - uid: 5455 components: - - pos: -102.5,11.5 + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,-1.5 parent: 1 - type: Transform - proto: ComputerCrewMonitoring entities: - uid: 786 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 1 - type: Transform - uid: 4800 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-21.5 parent: 1 - type: Transform - uid: 8219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,4.5 parent: 1 - type: Transform - - uid: 8221 - components: - - rot: 3.141592653589793 rad - pos: -101.5,9.5 - parent: 1 - type: Transform - uid: 9680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-17.5 parent: 1 - type: Transform - uid: 33507 components: - - pos: -66.5,23.5 + - type: Transform + pos: -66.5,23.5 parent: 1 - type: Transform - proto: ComputerCriminalRecords entities: - uid: 2067 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-42.5 parent: 1 - type: Transform - uid: 2925 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-50.5 parent: 1 - type: Transform - uid: 3561 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-21.5 parent: 1 - type: Transform - uid: 7145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-30.5 parent: 1 - type: Transform - uid: 7756 components: - - pos: -78.5,28.5 + - type: Transform + pos: -78.5,28.5 parent: 1 - type: Transform - uid: 9488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,17.5 parent: 1 - type: Transform - uid: 12080 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-22.5 parent: 1 - type: Transform - uid: 12280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-18.5 parent: 1 - type: Transform - uid: 28741 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 1 - type: Transform - proto: ComputerFrame entities: - uid: 30358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-67.5 parent: 1 - type: Transform - uid: 36772 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-34.5 parent: 1 - type: Transform - proto: ComputerId entities: - uid: 3673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-44.5 parent: 1 - type: Transform - - uid: 7574 + - uid: 5454 components: - - rot: 3.141592653589793 rad - pos: -66.5,21.5 + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,-2.5 parent: 1 - type: Transform - - uid: 8216 + - uid: 7574 components: - - pos: -103.5,11.5 + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,21.5 parent: 1 - type: Transform - uid: 8222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,4.5 parent: 1 - type: Transform - uid: 9768 components: - - pos: -107.5,-30.5 + - type: Transform + pos: -107.5,-30.5 parent: 1 - type: Transform - uid: 11586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,39.5 parent: 1 - type: Transform - uid: 18982 components: - - pos: -83.5,-17.5 + - type: Transform + pos: -83.5,-17.5 parent: 1 - type: Transform - uid: 18983 components: - - pos: -54.5,-17.5 + - type: Transform + pos: -54.5,-17.5 parent: 1 - type: Transform - proto: ComputerMassMedia entities: - uid: 14502 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,12.5 parent: 1 - type: Transform - proto: ComputerMedicalRecords entities: - uid: 4799 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-21.5 parent: 1 - type: Transform - uid: 9679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-18.5 parent: 1 - type: Transform - uid: 31016 components: - - pos: -7.5,-34.5 + - type: Transform + pos: -7.5,-34.5 parent: 1 - type: Transform - proto: ComputerPowerMonitoring entities: - uid: 7464 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,19.5 parent: 1 - type: Transform - uid: 8228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,4.5 parent: 1 - type: Transform - uid: 8991 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-20.5 parent: 1 - type: Transform - uid: 9767 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-33.5 parent: 1 - type: Transform - uid: 10890 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 59.5,-49.5 parent: 1 - type: Transform - uid: 16180 components: - - pos: -101.5,-9.5 + - type: Transform + pos: -101.5,-9.5 parent: 1 - type: Transform - uid: 16254 components: - - pos: -106.5,12.5 + - type: Transform + pos: -106.5,12.5 parent: 1 - type: Transform - uid: 34245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -141.5,-39.5 parent: 1 - type: Transform - uid: 35652 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,-89.5 parent: 1 - type: Transform - proto: ComputerRadar entities: - uid: 8226 components: - - pos: -99.5,7.5 + - type: Transform + pos: -99.5,7.5 parent: 1 - type: Transform - uid: 17137 components: - - pos: -2.5,51.5 + - type: Transform + pos: -2.5,51.5 parent: 1 - type: Transform - proto: ComputerResearchAndDevelopment entities: - uid: 6890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-39.5 parent: 1 - type: Transform - uid: 11859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-42.5 parent: 1 - type: Transform - proto: ComputerShuttleCargo entities: - uid: 5446 components: - - pos: -28.5,41.5 + - type: Transform + pos: -28.5,41.5 parent: 1 - type: Transform - proto: ComputerShuttleSalvage entities: - uid: 13170 components: - - pos: -3.5,51.5 + - type: Transform + pos: -3.5,51.5 parent: 1 - type: Transform - proto: ComputerSolarControl entities: - uid: 16186 components: - - pos: -99.5,-9.5 + - type: Transform + pos: -99.5,-9.5 parent: 1 - type: Transform - uid: 34220 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -151.5,-39.5 parent: 1 - type: Transform - uid: 35651 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-89.5 parent: 1 - type: Transform - proto: ComputerStationRecords entities: - uid: 7088 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-36.5 parent: 1 - type: Transform - uid: 8225 components: - - pos: -100.5,7.5 + - type: Transform + pos: -100.5,7.5 parent: 1 - type: Transform - uid: 29450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-41.5 parent: 1 - type: Transform - proto: ComputerSurveillanceCameraMonitor entities: - uid: 785 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 1 - type: Transform - uid: 1631 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-17.5 parent: 1 - type: Transform - uid: 2926 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-50.5 parent: 1 - type: Transform - uid: 3562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-20.5 parent: 1 - type: Transform - uid: 7146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-30.5 parent: 1 - type: Transform - uid: 7757 components: - - pos: -79.5,28.5 - parent: 1 - type: Transform - - uid: 8220 - components: - - rot: 3.141592653589793 rad - pos: -103.5,9.5 + - type: Transform + pos: -79.5,28.5 parent: 1 - type: Transform - uid: 8224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,4.5 parent: 1 - type: Transform - uid: 9489 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,17.5 parent: 1 - type: Transform - uid: 12116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-23.5 parent: 1 - type: Transform - uid: 29449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-40.5 parent: 1 - type: Transform - proto: ComputerSurveillanceWirelessCameraMonitor entities: - uid: 8013 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,13.5 parent: 1 - type: Transform - proto: ComputerTechnologyDiskTerminal entities: - uid: 12171 components: - - pos: -23.5,-39.5 + - type: Transform + pos: -23.5,-39.5 parent: 1 - type: Transform - proto: ComputerTelevision entities: - uid: 1521 components: - - pos: -57.5,-5.5 + - type: Transform + pos: -57.5,-5.5 parent: 1 - type: Transform - uid: 8334 components: - - pos: -70.5,5.5 + - type: Transform + pos: -70.5,5.5 parent: 1 - type: Transform - uid: 8570 components: - - pos: -65.5,-3.5 + - type: Transform + pos: -65.5,-3.5 parent: 1 - type: Transform - uid: 9393 components: - - pos: -57.5,-25.5 + - type: Transform + pos: -57.5,-25.5 parent: 1 - type: Transform - uid: 9543 components: - - pos: -99.5,-27.5 + - type: Transform + pos: -99.5,-27.5 parent: 1 - type: Transform - uid: 11155 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 11156 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 11157 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 11169 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 1 - type: Transform - uid: 15648 components: - - pos: -29.5,9.5 + - type: Transform + pos: -29.5,9.5 parent: 1 - type: Transform - uid: 23777 components: - - pos: 43.5,-53.5 + - type: Transform + pos: 43.5,-53.5 parent: 1 - type: Transform - uid: 33988 components: - - pos: -98.5,-67.5 + - type: Transform + pos: -98.5,-67.5 parent: 1 - type: Transform - proto: ContainmentFieldGenerator entities: - uid: 15871 components: - - pos: 73.5,-43.5 + - type: Transform + pos: 73.5,-43.5 parent: 1 - type: Transform - uid: 15882 components: - - pos: 81.5,-43.5 + - type: Transform + pos: 81.5,-43.5 parent: 1 - type: Transform - uid: 15884 components: - - pos: 81.5,-51.5 + - type: Transform + pos: 81.5,-51.5 parent: 1 - type: Transform - uid: 15885 components: - - pos: 73.5,-51.5 + - type: Transform + pos: 73.5,-51.5 parent: 1 - type: Transform - uid: 15886 components: - - pos: 49.5,-45.5 + - type: Transform + pos: 49.5,-45.5 parent: 1 - type: Transform - uid: 15887 components: - - pos: 49.5,-44.5 + - type: Transform + pos: 49.5,-44.5 parent: 1 - type: Transform - uid: 15888 components: - - pos: 50.5,-45.5 + - type: Transform + pos: 50.5,-45.5 parent: 1 - type: Transform - uid: 15889 components: - - pos: 50.5,-44.5 + - type: Transform + pos: 50.5,-44.5 parent: 1 - type: Transform - proto: ConveyorBelt entities: - uid: 1171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1878 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1879 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 1938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1945 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,4.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 1987 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,6.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2162 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,7.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2163 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,8.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,2.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2189 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2203 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,14.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,10.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,9.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,15.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2235 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,20.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,19.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,12.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2252 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,24.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2254 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2260 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2264 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 38.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2268 components: - - pos: 42.5,33.5 + - type: Transform + pos: 42.5,33.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2270 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2271 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2277 components: - - pos: 42.5,36.5 + - type: Transform + pos: 42.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2278 components: - - pos: 42.5,35.5 + - type: Transform + pos: 42.5,35.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2306 components: - - pos: 42.5,34.5 + - type: Transform + pos: 42.5,34.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2308 components: - - pos: 42.5,32.5 + - type: Transform + pos: 42.5,32.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2309 components: - - pos: 42.5,31.5 + - type: Transform + pos: 42.5,31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2311 components: - - pos: 42.5,30.5 + - type: Transform + pos: 42.5,30.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2324 components: - - pos: 42.5,29.5 + - type: Transform + pos: 42.5,29.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2344 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2345 components: - - pos: 42.5,28.5 + - type: Transform + pos: 42.5,28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2346 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2348 components: - - pos: 42.5,27.5 + - type: Transform + pos: 42.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2349 components: - - pos: 42.5,26.5 + - type: Transform + pos: 42.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2351 components: - - pos: 42.5,25.5 + - type: Transform + pos: 42.5,25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2352 components: - - pos: 42.5,24.5 + - type: Transform + pos: 42.5,24.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2353 components: - - pos: 42.5,23.5 + - type: Transform + pos: 42.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2354 components: - - pos: 42.5,22.5 + - type: Transform + pos: 42.5,22.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2357 components: - - pos: 42.5,21.5 + - type: Transform + pos: 42.5,21.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2358 components: - - pos: 42.5,20.5 + - type: Transform + pos: 42.5,20.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2359 components: - - pos: 42.5,19.5 + - type: Transform + pos: 42.5,19.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2397 components: - - pos: 42.5,18.5 + - type: Transform + pos: 42.5,18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2404 components: - - pos: 42.5,17.5 + - type: Transform + pos: 42.5,17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2405 components: - - pos: 42.5,16.5 + - type: Transform + pos: 42.5,16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2406 components: - - pos: 42.5,15.5 + - type: Transform + pos: 42.5,15.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2407 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2408 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2411 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2412 components: - - pos: 42.5,14.5 + - type: Transform + pos: 42.5,14.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2424 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2425 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,22.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,21.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,11.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2459 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2461 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2466 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,5.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 2542 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2544 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2591 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2594 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2696 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 49.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2708 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2711 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 49.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2787 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 2817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 53.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3047 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31161 - 31162 - type: DeviceLinkSink - uid: 3049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3052 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3054 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 3321 components: - - pos: 42.5,13.5 + - type: Transform + pos: 42.5,13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 5443 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 5449 components: - - pos: -34.5,26.5 + - type: Transform + pos: -34.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18590 - type: DeviceLinkSink - uid: 5450 components: - - pos: -34.5,27.5 + - type: Transform + pos: -34.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18590 - type: DeviceLinkSink - uid: 5489 components: - - pos: -34.5,28.5 + - type: Transform + pos: -34.5,28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18590 - type: DeviceLinkSink - uid: 5616 components: - - pos: -34.5,42.5 + - type: Transform + pos: -34.5,42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 5617 components: - - pos: -34.5,40.5 + - type: Transform + pos: -34.5,40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 5623 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,41.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 5779 components: - - pos: -34.5,41.5 + - type: Transform + pos: -34.5,41.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 6010 components: - - pos: 42.5,12.5 + - type: Transform + pos: 42.5,12.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 6087 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 6088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,30.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 6102 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 6093 - type: DeviceLinkSink - uid: 6142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 6596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7157 - type: DeviceLinkSink - uid: 6597 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7157 - type: DeviceLinkSink - uid: 6598 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7157 - type: DeviceLinkSink - uid: 6599 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7157 - type: DeviceLinkSink - uid: 6611 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 6615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7157 - type: DeviceLinkSink - uid: 6617 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 6618 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 6619 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 6620 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 6635 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 8505 components: - - pos: 42.5,11.5 + - type: Transform + pos: 42.5,11.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 10042 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10043 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10044 components: - - pos: 42.5,-2.5 + - type: Transform + pos: 42.5,-2.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10051 components: - - pos: 42.5,10.5 + - type: Transform + pos: 42.5,10.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 10052 components: - - pos: 42.5,9.5 + - type: Transform + pos: 42.5,9.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 10054 components: - - pos: 42.5,8.5 + - type: Transform + pos: 42.5,8.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 10153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10295 components: - - pos: 42.5,-1.5 + - type: Transform + pos: 42.5,-1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10344 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 10656 components: - - pos: 42.5,7.5 + - type: Transform + pos: 42.5,7.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 11313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,29.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11325 components: - - pos: -0.5,44.5 + - type: Transform + pos: -0.5,44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11329 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 11361 components: - - pos: -0.5,38.5 + - type: Transform + pos: -0.5,38.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11363 components: - - pos: -0.5,41.5 + - type: Transform + pos: -0.5,41.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11453 components: - - pos: 42.5,6.5 + - type: Transform + pos: 42.5,6.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 11461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11478 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,32.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11519 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,37.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18588 - type: DeviceLinkSink - uid: 11521 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,37.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18588 - type: DeviceLinkSink - uid: 11536 components: - - pos: -0.5,39.5 + - type: Transform + pos: -0.5,39.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11544 components: - - pos: -0.5,43.5 + - type: Transform + pos: -0.5,43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11546 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11547 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,36.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 11563 components: - - pos: -0.5,40.5 + - type: Transform + pos: -0.5,40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11576 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11577 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11578 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 11589 components: - - pos: -0.5,42.5 + - type: Transform + pos: -0.5,42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 11617 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,37.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18588 - type: DeviceLinkSink - uid: 11622 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 12021 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12027 - type: DeviceLinkSink - uid: 12022 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12027 - type: DeviceLinkSink - uid: 12023 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12027 - type: DeviceLinkSink - uid: 13108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,35.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 13109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,34.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 13110 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,33.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 13111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 32776 - type: DeviceLinkSink - uid: 15165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,24.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 15166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 15167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 15168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 15169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 15170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,29.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7158 - type: DeviceLinkSink - uid: 17138 components: - - pos: -0.5,48.5 + - type: Transform + pos: -0.5,48.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 17139 components: - - pos: -0.5,47.5 + - type: Transform + pos: -0.5,47.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 17140 components: - - pos: -0.5,46.5 + - type: Transform + pos: -0.5,46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 17141 components: - - pos: -0.5,45.5 + - type: Transform + pos: -0.5,45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 18589 - type: DeviceLinkSink - uid: 32434 components: - - pos: 42.5,5.5 + - type: Transform + pos: 42.5,5.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 32435 components: - - pos: 42.5,2.5 + - type: Transform + pos: 42.5,2.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 32436 components: - - pos: 42.5,3.5 + - type: Transform + pos: 42.5,3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 31161 - 3048 - type: DeviceLinkSink - uid: 32439 components: - - pos: 42.5,4.5 + - type: Transform + pos: 42.5,4.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 31162 - 3048 - 31161 - type: DeviceLinkSink - uid: 32445 components: - - pos: 42.5,-0.5 + - type: Transform + pos: 42.5,-0.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 32446 components: - - pos: 42.5,0.5 + - type: Transform + pos: 42.5,0.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - uid: 32447 components: - - pos: 42.5,1.5 + - type: Transform + pos: 42.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3048 - 31162 - 31161 - type: DeviceLinkSink - proto: CrateArtifactContainer entities: - uid: 6801 components: - - pos: -19.5,-44.5 + - type: Transform + pos: -19.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90388,37 +90354,37 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 13164 components: - - pos: -3.5,35.5 + - type: Transform + pos: -3.5,35.5 parent: 1 - type: Transform - proto: CrateBaseWeldable entities: - uid: 7258 components: - - pos: -30.646652,33.593903 + - type: Transform + pos: -30.646652,33.593903 parent: 1 - type: Transform - uid: 7350 components: - - pos: -30.646652,32.634907 + - type: Transform + pos: -30.646652,32.634907 parent: 1 - type: Transform - uid: 9350 components: - - pos: -30.646652,33.083134 + - type: Transform + pos: -30.646652,33.083134 parent: 1 - type: Transform - proto: CrateCoffin entities: - uid: 36439 components: - - pos: -89.5,-73.5 + - type: Transform + pos: -89.5,-73.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -90435,8 +90401,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -90446,15 +90412,15 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: CrateEmergencyRadiation entities: - uid: 16099 components: - - pos: -44.5,-70.5 + - type: Transform + pos: -44.5,-70.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90471,248 +90437,248 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateEmptySpawner entities: - uid: 11241 components: - - pos: -7.5,25.5 + - type: Transform + pos: -7.5,25.5 parent: 1 - type: Transform - uid: 11242 components: - - pos: -6.5,25.5 + - type: Transform + pos: -6.5,25.5 parent: 1 - type: Transform - uid: 29643 components: - - pos: -30.5,-55.5 + - type: Transform + pos: -30.5,-55.5 parent: 1 - type: Transform - uid: 30582 components: - - pos: -97.5,15.5 + - type: Transform + pos: -97.5,15.5 parent: 1 - type: Transform - uid: 30624 components: - - pos: -120.5,-11.5 + - type: Transform + pos: -120.5,-11.5 parent: 1 - type: Transform - uid: 30953 components: - - pos: -29.5,-54.5 + - type: Transform + pos: -29.5,-54.5 parent: 1 - type: Transform - uid: 31415 components: - - pos: -65.5,-58.5 + - type: Transform + pos: -65.5,-58.5 parent: 1 - type: Transform - uid: 36817 components: - - pos: -118.5,-67.5 + - type: Transform + pos: -118.5,-67.5 parent: 1 - type: Transform - uid: 36827 components: - - pos: -25.5,39.5 + - type: Transform + pos: -25.5,39.5 parent: 1 - type: Transform - uid: 36828 components: - - pos: -24.5,41.5 + - type: Transform + pos: -24.5,41.5 parent: 1 - type: Transform - uid: 36829 components: - - pos: -20.5,41.5 + - type: Transform + pos: -20.5,41.5 parent: 1 - type: Transform - proto: CrateEngineeringAMEJar entities: - uid: 3337 components: - - pos: -119.5,-23.5 + - type: Transform + pos: -119.5,-23.5 parent: 1 - type: Transform - proto: CrateEngineeringAMEShielding entities: - uid: 3338 components: - - pos: -117.5,-23.5 + - type: Transform + pos: -117.5,-23.5 parent: 1 - type: Transform - uid: 3339 components: - - pos: -118.5,-23.5 + - type: Transform + pos: -118.5,-23.5 parent: 1 - type: Transform - proto: CrateEngineeringCableBulk entities: - uid: 15872 components: - - pos: 52.5,-50.5 + - type: Transform + pos: 52.5,-50.5 parent: 1 - type: Transform - uid: 36974 components: - - pos: -111.5,-47.5 + - type: Transform + pos: -111.5,-47.5 parent: 1 - type: Transform - proto: CrateEngineeringElectricalSupplies entities: - uid: 32467 components: - - pos: -26.5,-73.5 + - type: Transform + pos: -26.5,-73.5 parent: 1 - type: Transform - proto: CrateEngineeringParticleAccelerator entities: - uid: 15881 components: - - pos: 59.5,-45.5 + - type: Transform + pos: 59.5,-45.5 parent: 1 - type: Transform - proto: CrateEngineeringSingularityCollector entities: - uid: 15890 components: - - pos: 52.5,-42.5 + - type: Transform + pos: 52.5,-42.5 parent: 1 - type: Transform - uid: 15891 components: - - pos: 52.5,-43.5 + - type: Transform + pos: 52.5,-43.5 parent: 1 - type: Transform - uid: 15892 components: - - pos: 53.5,-42.5 + - type: Transform + pos: 53.5,-42.5 parent: 1 - type: Transform - uid: 15893 components: - - pos: 53.5,-43.5 + - type: Transform + pos: 53.5,-43.5 parent: 1 - type: Transform - proto: CrateEngineeringSolar entities: - uid: 34462 components: - - pos: -154.5,-67.5 + - type: Transform + pos: -154.5,-67.5 parent: 1 - type: Transform - uid: 34467 components: - - pos: -155.5,-67.5 + - type: Transform + pos: -155.5,-67.5 parent: 1 - type: Transform - uid: 35891 components: - - pos: -118.5,-88.5 + - type: Transform + pos: -118.5,-88.5 parent: 1 - type: Transform - uid: 35892 components: - - pos: -117.5,-88.5 + - type: Transform + pos: -117.5,-88.5 parent: 1 - type: Transform - uid: 35893 components: - - pos: -117.5,-87.5 + - type: Transform + pos: -117.5,-87.5 parent: 1 - type: Transform - uid: 35894 components: - - pos: -118.5,-87.5 + - type: Transform + pos: -118.5,-87.5 parent: 1 - type: Transform - proto: CrateFilledSpawner entities: - uid: 7306 components: - - pos: -30.5,30.5 + - type: Transform + pos: -30.5,30.5 parent: 1 - type: Transform - uid: 7308 components: - - pos: -30.5,28.5 + - type: Transform + pos: -30.5,28.5 parent: 1 - type: Transform - uid: 7311 components: - - pos: -31.5,30.5 + - type: Transform + pos: -31.5,30.5 parent: 1 - type: Transform - uid: 11240 components: - - pos: -18.5,19.5 + - type: Transform + pos: -18.5,19.5 parent: 1 - type: Transform - uid: 22651 components: - - pos: -122.5,-52.5 + - type: Transform + pos: -122.5,-52.5 parent: 1 - type: Transform - uid: 30705 components: - - pos: -13.5,19.5 + - type: Transform + pos: -13.5,19.5 parent: 1 - type: Transform - uid: 30723 components: - - pos: -92.5,-28.5 + - type: Transform + pos: -92.5,-28.5 parent: 1 - type: Transform - uid: 30891 components: - - pos: -34.5,-78.5 + - type: Transform + pos: -34.5,-78.5 parent: 1 - type: Transform - uid: 30892 components: - - pos: -34.5,-79.5 + - type: Transform + pos: -34.5,-79.5 parent: 1 - type: Transform - uid: 31348 components: - - pos: -32.5,-58.5 + - type: Transform + pos: -32.5,-58.5 parent: 1 - type: Transform - uid: 31394 components: - - pos: -66.5,-58.5 + - type: Transform + pos: -66.5,-58.5 parent: 1 - type: Transform - uid: 36664 components: - - pos: -90.5,-68.5 + - type: Transform + pos: -90.5,-68.5 parent: 1 - type: Transform - uid: 36819 components: - - pos: -118.5,-66.5 + - type: Transform + pos: -118.5,-66.5 parent: 1 - type: Transform - uid: 40820 components: - - pos: 76.5,-22.5 + - type: Transform + pos: 76.5,-22.5 parent: 1 - type: Transform - uid: 40948 components: - - pos: 80.5,-15.5 + - type: Transform + pos: 80.5,-15.5 parent: 1 - type: Transform - proto: CrateFunArtSupplies entities: - uid: 11167 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90729,15 +90695,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateFunBoardGames entities: - uid: 11168 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90754,29 +90720,29 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateFunDartsSet entities: - uid: 5494 components: - - pos: -9.5,28.5 + - type: Transform + pos: -9.5,28.5 parent: 1 - type: Transform - proto: CrateFunParty entities: - uid: 6061 components: - - pos: -8.5,29.5 + - type: Transform + pos: -8.5,29.5 parent: 1 - type: Transform - proto: CrateFunPlushie entities: - uid: 12278 components: - - pos: -33.5,-55.5 + - type: Transform + pos: -33.5,-55.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90793,22 +90759,22 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateFunWaterGuns entities: - uid: 6060 components: - - pos: -8.5,28.5 + - type: Transform + pos: -8.5,28.5 parent: 1 - type: Transform - proto: CrateGenericSteel entities: - uid: 29941 components: - - pos: -86.5,-47.5 + - type: Transform + pos: -86.5,-47.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90825,8 +90791,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -90909,13 +90875,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 30805 components: - - pos: -65.5,7.5 + - type: Transform + pos: -65.5,7.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -90932,8 +90898,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -91014,15 +90980,15 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: CrateHydroponicsSeeds entities: - uid: 939 components: - - pos: -18.5,-10.5 + - type: Transform + pos: -18.5,-10.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91039,15 +91005,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateHydroponicsSeedsExotic entities: - uid: 935 components: - - pos: -30.5,-11.5 + - type: Transform + pos: -30.5,-11.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91064,15 +91030,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateHydroponicsSeedsMedicinal entities: - uid: 642 components: - - pos: -31.5,-11.5 + - type: Transform + pos: -31.5,-11.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91089,15 +91055,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateMedical entities: - uid: 9063 components: - - pos: -85.5,-33.5 + - type: Transform + pos: -85.5,-33.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91114,20 +91080,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateMedicalSurgery entities: - uid: 3167 components: - - pos: -22.5,-49.5 + - type: Transform + pos: -22.5,-49.5 parent: 1 - type: Transform - uid: 9062 components: - - pos: -85.5,-29.5 + - type: Transform + pos: -85.5,-29.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91144,15 +91110,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateNPCChicken entities: - uid: 12552 components: - - pos: -23.5,-18.5 + - type: Transform + pos: -23.5,-18.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 800 immutable: False temperature: 293.1499 @@ -91169,15 +91135,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateNPCCow entities: - uid: 12551 components: - - pos: -24.5,-18.5 + - type: Transform + pos: -24.5,-18.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 800 immutable: False temperature: 293.1499 @@ -91194,34 +91160,34 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateNPCDuck entities: - uid: 36564 components: - - pos: -101.5,-86.5 + - type: Transform + pos: -101.5,-86.5 parent: 1 - type: Transform - - open: True + - type: EntityStorage + open: True removedMasks: 28 - type: EntityStorage - - isPlaceable: True - type: PlaceableSurface + - type: PlaceableSurface + isPlaceable: True - proto: CrateNPCHamster entities: - uid: 11873 components: - - pos: -36.5,-38.5 + - type: Transform + pos: -36.5,-38.5 parent: 1 - type: Transform - proto: CrateNPCMouse entities: - uid: 6953 components: - - pos: -32.5,-54.5 + - type: Transform + pos: -32.5,-54.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 800 immutable: False temperature: 293.1499 @@ -91238,15 +91204,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateNPCPig entities: - uid: 501 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 800 immutable: False temperature: 293.1499 @@ -91263,15 +91229,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateSecurityArmor entities: - uid: 12607 components: - - pos: -60.5,-44.5 + - type: Transform + pos: -60.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91288,15 +91254,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateSecurityNonlethal entities: - uid: 12608 components: - - pos: 22.5,-17.5 + - type: Transform + pos: 22.5,-17.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91313,25 +91279,25 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateSecurityRiot entities: - uid: 4773 components: - - pos: -62.5,-44.5 + - type: Transform + pos: -62.5,-44.5 parent: 1 - type: Transform - uid: 7533 components: - - pos: -61.5,-44.5 + - type: Transform + pos: -61.5,-44.5 parent: 1 - type: Transform - uid: 11997 components: - - pos: -2.5,-22.5 + - type: Transform + pos: -2.5,-22.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91348,13 +91314,13 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 11998 components: - - pos: 1.5,-22.5 + - type: Transform + pos: 1.5,-22.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91371,15 +91337,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateServiceJanitorialSupplies entities: - uid: 16375 components: - - pos: 15.5,-12.5 + - type: Transform + pos: 15.5,-12.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91396,13 +91362,13 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 30727 components: - - pos: -87.5,-40.5 + - type: Transform + pos: -87.5,-40.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -91419,16046 +91385,16518 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateTrainingBombs entities: - uid: 3382 components: - - pos: -59.5,-59.5 + - type: Transform + pos: -59.5,-59.5 parent: 1 - type: Transform - proto: CrateTrashCart entities: - uid: 41991 components: - - pos: 15.5,-5.5 + - type: Transform + pos: 15.5,-5.5 parent: 1 - type: Transform - uid: 41992 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 41993 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 41994 components: - - pos: -20.5,6.5 + - type: Transform + pos: -20.5,6.5 parent: 1 - type: Transform - uid: 41995 components: - - pos: -14.5,-15.5 + - type: Transform + pos: -14.5,-15.5 parent: 1 - type: Transform - proto: CrateTrashCartFilled entities: - uid: 24463 components: - - pos: -59.5,4.5 + - type: Transform + pos: -59.5,4.5 parent: 1 - type: Transform - uid: 42033 components: - - pos: -122.5,-22.5 + - type: Transform + pos: -122.5,-22.5 parent: 1 - type: Transform - uid: 42036 components: - - pos: -115.5,-52.5 + - type: Transform + pos: -115.5,-52.5 parent: 1 - type: Transform - uid: 42037 components: - - pos: -15.5,-68.5 + - type: Transform + pos: -15.5,-68.5 parent: 1 - type: Transform - uid: 42039 components: - - pos: 33.5,-50.5 + - type: Transform + pos: 33.5,-50.5 parent: 1 - type: Transform - proto: CrateTrashCartJani entities: - uid: 29218 components: - - pos: -89.5,-36.5 + - type: Transform + pos: -89.5,-36.5 parent: 1 - type: Transform - uid: 42032 components: - - pos: -25.5,26.5 + - type: Transform + pos: -25.5,26.5 parent: 1 - type: Transform - uid: 42038 components: - - pos: -6.5,-43.5 + - type: Transform + pos: -6.5,-43.5 parent: 1 - type: Transform - proto: CrayonBox entities: - uid: 7819 components: - - pos: -89.4603,17.825678 + - type: Transform + pos: -89.4603,17.825678 parent: 1 - type: Transform - proto: Crematorium entities: - uid: 599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-52.5 parent: 1 - type: Transform - proto: CrewMonitoringServer entities: - uid: 20869 components: - - pos: -113.5,9.5 + - type: Transform + pos: -113.5,9.5 parent: 1 - type: Transform - proto: Crowbar entities: - uid: 7291 components: - - pos: -46.99905,35.490726 + - type: Transform + pos: -46.99905,35.490726 parent: 1 - type: Transform - uid: 9540 components: - - pos: -56.486897,2.5697439 + - type: Transform + pos: -56.486897,2.5697439 parent: 1 - type: Transform - uid: 9644 components: - - pos: -33.507248,10.534689 + - type: Transform + pos: -33.507248,10.534689 parent: 1 - type: Transform - uid: 11962 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.63385,-34.487682 parent: 1 - type: Transform - uid: 12264 components: - - pos: -41.597538,-54.439934 + - type: Transform + pos: -41.597538,-54.439934 parent: 1 - type: Transform - uid: 13883 components: - - pos: 14.409463,-32.507328 + - type: Transform + pos: 14.409463,-32.507328 parent: 1 - type: Transform - uid: 31007 components: - - pos: -2.5687642,-41.46924 + - type: Transform + pos: -2.5687642,-41.46924 parent: 1 - type: Transform - proto: CrowbarRed entities: - uid: 6159 components: - - pos: -41.6015,31.502686 + - type: Transform + pos: -41.6015,31.502686 parent: 1 - type: Transform - uid: 7561 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.54341,25.558254 parent: 1 - type: Transform - uid: 8946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.393555,-13.309595 parent: 1 - type: Transform - uid: 11290 components: - - pos: -14.470749,22.55329 + - type: Transform + pos: -14.470749,22.55329 parent: 1 - type: Transform - uid: 11914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.445316,-41.605286 parent: 1 - type: Transform - uid: 30767 components: - - pos: -57.531227,-19.518581 + - type: Transform + pos: -57.531227,-19.518581 + parent: 1 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 5453 + components: + - type: Transform + pos: -101.5,11.5 + parent: 1 + - uid: 5478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,9.5 + parent: 1 + - uid: 5479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,8.5 + parent: 1 + - uid: 5532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,9.5 + parent: 1 + - uid: 5533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -103.5,9.5 + parent: 1 + - uid: 6940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -103.5,11.5 + parent: 1 + - uid: 42135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,43.5 + parent: 1 + - uid: 42136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,42.5 + parent: 1 + - uid: 42137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,41.5 + parent: 1 + - uid: 42138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,43.5 + parent: 1 + - uid: 42139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,42.5 + parent: 1 + - uid: 42140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,41.5 parent: 1 - type: Transform - proto: CryoPod entities: - uid: 14437 components: - - pos: 2.5,-29.5 + - type: Transform + pos: 2.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: CryoxadoneBeakerSmall entities: - uid: 27204 components: - - pos: 4.6278667,-29.245111 + - type: Transform + pos: 4.6278667,-29.245111 parent: 1 - type: Transform - proto: d6Dice entities: - uid: 2143 components: - - pos: -102.72877,-21.528055 + - type: Transform + pos: -102.72877,-21.528055 parent: 1 - type: Transform - uid: 3197 components: - - pos: -102.718346,-21.204914 + - type: Transform + pos: -102.718346,-21.204914 parent: 1 - type: Transform - uid: 11613 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.288841,30.18879 parent: 1 - type: Transform - uid: 11638 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.768008,29.94904 parent: 1 - type: Transform - uid: 13866 components: - - pos: 29.772537,-34.28644 + - type: Transform + pos: 29.772537,-34.28644 parent: 1 - type: Transform - uid: 13867 components: - - pos: 27.88712,-34.47407 + - type: Transform + pos: 27.88712,-34.47407 parent: 1 - type: Transform - uid: 13868 components: - - pos: 27.491287,-34.213474 + - type: Transform + pos: 27.491287,-34.213474 parent: 1 - type: Transform - uid: 13869 components: - - pos: 29.48087,-34.54704 + - type: Transform + pos: 29.48087,-34.54704 parent: 1 - type: Transform - uid: 13870 components: - - pos: 28.241287,-34.213474 + - type: Transform + pos: 28.241287,-34.213474 parent: 1 - type: Transform - uid: 16310 components: - - pos: -4.5130353,2.6644075 + - type: Transform + pos: -4.5130353,2.6644075 parent: 1 - type: Transform - uid: 16311 components: - - pos: -4.408869,2.4038095 + - type: Transform + pos: -4.408869,2.4038095 parent: 1 - type: Transform - uid: 29390 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.8514225,-55.214714 parent: 1 - type: Transform - uid: 29391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.9243393,-55.412766 parent: 1 - type: Transform - uid: 31390 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.372627,-74.42412 parent: 1 - type: Transform - uid: 31391 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.664295,-74.205215 parent: 1 - type: Transform +- proto: DefaultStationBeaconAI + entities: + - uid: 41912 + components: + - type: Transform + pos: -111.5,9.5 + parent: 1 +- proto: DefaultStationBeaconAME + entities: + - uid: 41911 + components: + - type: Transform + pos: -113.5,-27.5 + parent: 1 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 41910 + components: + - type: Transform + pos: -43.5,-66.5 + parent: 1 +- proto: DefaultStationBeaconArmory + entities: + - uid: 41908 + components: + - type: Transform + pos: -62.5,-47.5 + parent: 1 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 41920 + components: + - type: Transform + pos: -91.5,30.5 + parent: 1 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 41906 + components: + - type: Transform + pos: -40.5,-56.5 + parent: 1 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 41905 + components: + - type: Transform + pos: -99.5,-44.5 + parent: 1 +- proto: DefaultStationBeaconBar + entities: + - uid: 32202 + components: + - type: Transform + pos: -50.5,0.5 + parent: 1 +- proto: DefaultStationBeaconBotany + entities: + - uid: 32096 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 1 +- proto: DefaultStationBeaconBridge + entities: + - uid: 32095 + components: + - type: Transform + pos: -100.5,1.5 + parent: 1 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 32092 + components: + - type: Transform + pos: -114.5,-1.5 + parent: 1 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 32091 + components: + - type: Transform + pos: -32.5,39.5 + parent: 1 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 32089 + components: + - type: Transform + pos: -36.5,28.5 + parent: 1 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 32094 + components: + - type: Transform + pos: -107.5,-31.5 + parent: 1 +- proto: DefaultStationBeaconChapel + entities: + - uid: 32088 + components: + - type: Transform + pos: -28.5,-33.5 + parent: 1 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 32087 + components: + - type: Transform + pos: -64.5,-27.5 + parent: 1 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 32093 + components: + - type: Transform + pos: -83.5,-18.5 + parent: 1 +- proto: DefaultStationBeaconCommand + entities: + - uid: 32086 + components: + - type: Transform + pos: -103.5,6.5 + parent: 1 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 32082 + components: + - type: Transform + pos: -85.5,17.5 + parent: 1 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 32081 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 1 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 5656 + components: + - type: Transform + pos: -102.5,11.5 + parent: 1 + - uid: 7491 + components: + - type: Transform + pos: -57.5,41.5 + parent: 1 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 32080 + components: + - type: Transform + pos: -58.5,-40.5 + parent: 1 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 32079 + components: + - type: Transform + pos: -13.5,24.5 + parent: 1 +- proto: DefaultStationBeaconDorms + entities: + - uid: 42053 + components: + - type: Transform + pos: -49.5,30.5 + parent: 1 + - uid: 42054 + components: + - type: Transform + pos: 38.5,-53.5 + parent: 1 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 42065 + components: + - type: Transform + pos: -103.5,-17.5 + parent: 1 +- proto: DefaultStationBeaconEvac + entities: + - uid: 42066 + components: + - type: Transform + pos: 17.5,-61.5 + parent: 1 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 42064 + components: + - type: Transform + pos: -67.5,27.5 + parent: 1 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 42067 + components: + - type: Transform + pos: -120.5,-40.5 + parent: 1 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 42068 + components: + - type: Transform + pos: -67.5,22.5 + parent: 1 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 42069 + components: + - type: Transform + pos: -54.5,-19.5 + parent: 1 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 42070 + components: + - type: Transform + pos: -23.5,28.5 + parent: 1 + - uid: 42071 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 1 + - uid: 42072 + components: + - type: Transform + pos: -90.5,-39.5 + parent: 1 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 42073 + components: + - type: Transform + pos: -27.5,3.5 + parent: 1 + - uid: 42074 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 1 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 42075 + components: + - type: Transform + pos: -89.5,-6.5 + parent: 1 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 42076 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 1 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 42077 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 1 + - uid: 42078 + components: + - type: Transform + pos: -72.5,-23.5 + parent: 1 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 42079 + components: + - type: Transform + pos: -79.5,-31.5 + parent: 1 + - uid: 42080 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 1 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 42082 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 42088 + components: + - type: Transform + pos: -111.5,-20.5 + parent: 1 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 42083 + components: + - type: Transform + pos: -16.5,40.5 + parent: 1 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 42084 + components: + - type: Transform + pos: -36.5,-42.5 + parent: 1 +- proto: DefaultStationBeaconRND + entities: + - uid: 42085 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 1 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 42086 + components: + - type: Transform + pos: -21.5,-47.5 + parent: 1 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 42089 + components: + - type: Transform + pos: -8.5,37.5 + parent: 1 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 42093 + components: + - type: Transform + pos: -48.5,-32.5 + parent: 1 +- proto: DefaultStationBeaconSecurityCheckpoint + entities: + - uid: 42090 + components: + - type: Transform + pos: -46.5,15.5 + parent: 1 + - uid: 42091 + components: + - type: Transform + pos: -79.5,26.5 + parent: 1 + - uid: 42092 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 1 +- proto: DefaultStationBeaconService + entities: + - uid: 42094 + components: + - type: Transform + pos: -55.5,16.5 + parent: 1 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 42081 + components: + - type: Transform + pos: 58.5,-44.5 + parent: 1 +- proto: DefaultStationBeaconSolars + entities: + - uid: 42095 + components: + - type: Transform + pos: -149.5,-39.5 + parent: 1 + - uid: 42096 + components: + - type: Transform + pos: -109.5,-86.5 + parent: 1 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 42097 + components: + - type: Transform + pos: -85.5,-30.5 + parent: 1 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 41907 + components: + - type: Transform + pos: -127.5,-38.5 + parent: 1 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 42099 + components: + - type: Transform + pos: -77.5,17.5 + parent: 1 +- proto: DefaultStationBeaconVault + entities: + - uid: 42100 + components: + - type: Transform + pos: -110.5,-2.5 + parent: 1 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 42101 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 1 - proto: DefibrillatorCabinetFilled entities: - uid: 9081 components: - - pos: -99.5,3.5 + - type: Transform + pos: -99.5,3.5 parent: 1 - type: Transform - uid: 12149 components: - - pos: -85.5,-28.5 + - type: Transform + pos: -85.5,-28.5 parent: 1 - type: Transform - uid: 34875 components: - - pos: -2.5,-33.5 + - type: Transform + pos: -2.5,-33.5 parent: 1 - type: Transform - uid: 34878 components: - - pos: -80.5,-22.5 + - type: Transform + pos: -80.5,-22.5 parent: 1 - type: Transform - proto: DeployableBarrier entities: - uid: 3928 components: - - pos: -39.5,-32.5 + - type: Transform + pos: -39.5,-32.5 parent: 1 - type: Transform - uid: 4059 components: - - pos: -41.5,-30.5 + - type: Transform + pos: -41.5,-30.5 parent: 1 - type: Transform - uid: 4074 components: - - pos: -40.5,-30.5 + - type: Transform + pos: -40.5,-30.5 parent: 1 - type: Transform - uid: 4076 components: - - pos: -39.5,-30.5 + - type: Transform + pos: -39.5,-30.5 parent: 1 - type: Transform - uid: 4077 components: - - pos: -41.5,-32.5 + - type: Transform + pos: -41.5,-32.5 parent: 1 - type: Transform - uid: 4078 components: - - pos: -40.5,-32.5 + - type: Transform + pos: -40.5,-32.5 parent: 1 - type: Transform - uid: 12059 components: - - pos: -1.5,-27.5 + - type: Transform + pos: -1.5,-27.5 parent: 1 - type: Transform - uid: 12061 components: - - pos: 0.5,-27.5 + - type: Transform + pos: 0.5,-27.5 parent: 1 - type: Transform - uid: 12062 components: - - pos: 1.5,-27.5 + - type: Transform + pos: 1.5,-27.5 parent: 1 - type: Transform - uid: 12063 components: - - pos: -2.5,-27.5 + - type: Transform + pos: -2.5,-27.5 parent: 1 - type: Transform - uid: 23863 components: - - pos: -13.52089,-53.45415 + - type: Transform + pos: -13.52089,-53.45415 parent: 1 - type: Transform - proto: DeskBell entities: - uid: 3169 components: - - pos: -37.43693,27.568518 + - type: Transform + pos: -37.43693,27.568518 parent: 1 - type: Transform - uid: 29935 components: - - pos: -98.43058,-13.41444 + - type: Transform + pos: -98.43058,-13.41444 parent: 1 - type: Transform - uid: 31071 components: - - pos: -68.36911,-20.478374 + - type: Transform + pos: -68.36911,-20.478374 parent: 1 - type: Transform - uid: 33647 components: - - pos: -45.390156,-20.728548 + - type: Transform + pos: -45.390156,-20.728548 parent: 1 - type: Transform - uid: 33648 components: - - pos: -33.584686,-9.524367 + - type: Transform + pos: -33.584686,-9.524367 parent: 1 - type: Transform - uid: 33649 components: - - pos: -63.590584,21.74755 + - type: Transform + pos: -63.590584,21.74755 parent: 1 - type: Transform - uid: 33650 components: - - pos: -70.44475,21.476526 + - type: Transform + pos: -70.44475,21.476526 parent: 1 - type: Transform - uid: 33652 components: - - pos: -9.488931,-37.336723 + - type: Transform + pos: -9.488931,-37.336723 parent: 1 - type: Transform - proto: DiceBag entities: - uid: 2633 components: - - pos: 9.421763,-50.358074 + - type: Transform + pos: 9.421763,-50.358074 parent: 1 - type: Transform - uid: 16312 components: - - pos: 8.128835,-3.332927 + - type: Transform + pos: 8.128835,-3.332927 parent: 1 - type: Transform - proto: DiseaseDiagnoser entities: - uid: 4915 components: - - pos: -86.5,-27.5 + - type: Transform + pos: -86.5,-27.5 parent: 1 - type: Transform - proto: DiseaseSwab entities: - uid: 11019 components: - - pos: -29.86008,-10.405017 + - type: Transform + pos: -29.86008,-10.405017 parent: 1 - type: Transform - uid: 11020 components: - - pos: -29.8731,-10.3138075 + - type: Transform + pos: -29.8731,-10.3138075 parent: 1 - type: Transform - proto: DisposalBend entities: - uid: 5293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-34.5 parent: 1 - type: Transform - uid: 5298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-30.5 parent: 1 - type: Transform - uid: 6150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-14.5 parent: 1 - type: Transform - uid: 6151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-11.5 parent: 1 - type: Transform - uid: 6153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-11.5 parent: 1 - type: Transform - uid: 8312 components: - - pos: -4.5,36.5 + - type: Transform + pos: -4.5,36.5 parent: 1 - type: Transform - uid: 9069 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-35.5 parent: 1 - type: Transform - uid: 9072 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-28.5 parent: 1 - type: Transform - uid: 9073 components: - - pos: -67.5,-24.5 + - type: Transform + pos: -67.5,-24.5 parent: 1 - type: Transform - uid: 9084 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-27.5 parent: 1 - type: Transform - uid: 9085 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-27.5 parent: 1 - type: Transform - uid: 9086 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-35.5 parent: 1 - type: Transform - uid: 13927 components: - - pos: -39.5,37.5 + - type: Transform + pos: -39.5,37.5 parent: 1 - type: Transform - uid: 13967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,39.5 parent: 1 - type: Transform - uid: 13971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,35.5 parent: 1 - type: Transform - uid: 14006 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,19.5 parent: 1 - type: Transform - uid: 14007 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,20.5 parent: 1 - type: Transform - uid: 14008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,20.5 parent: 1 - type: Transform - uid: 14017 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-2.5 parent: 1 - type: Transform - uid: 14018 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,3.5 parent: 1 - type: Transform - uid: 14024 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,5.5 parent: 1 - type: Transform - uid: 14026 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,5.5 parent: 1 - type: Transform - uid: 14027 components: - - pos: -37.5,6.5 + - type: Transform + pos: -37.5,6.5 parent: 1 - type: Transform - uid: 14028 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,6.5 parent: 1 - type: Transform - uid: 14074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-15.5 parent: 1 - type: Transform - uid: 14075 components: - - pos: -33.5,-6.5 + - type: Transform + pos: -33.5,-6.5 parent: 1 - type: Transform - uid: 14081 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-15.5 parent: 1 - type: Transform - uid: 14099 components: - - pos: -40.5,2.5 + - type: Transform + pos: -40.5,2.5 parent: 1 - type: Transform - uid: 14100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,2.5 parent: 1 - type: Transform - uid: 14125 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-51.5 parent: 1 - type: Transform - uid: 14146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-46.5 parent: 1 - type: Transform - uid: 14271 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-58.5 parent: 1 - type: Transform - uid: 14272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-54.5 parent: 1 - type: Transform - uid: 14273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-54.5 parent: 1 - type: Transform - uid: 14274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-50.5 parent: 1 - type: Transform - uid: 14275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-50.5 parent: 1 - type: Transform - uid: 14277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-47.5 parent: 1 - type: Transform - uid: 14278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-45.5 parent: 1 - type: Transform - uid: 14281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-47.5 parent: 1 - type: Transform - uid: 14327 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-33.5 parent: 1 - type: Transform - uid: 14332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-33.5 parent: 1 - type: Transform - uid: 14333 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 1 - type: Transform - uid: 14336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-26.5 parent: 1 - type: Transform - uid: 14337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-26.5 parent: 1 - type: Transform - uid: 14338 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-37.5 parent: 1 - type: Transform - uid: 14339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-37.5 parent: 1 - type: Transform - uid: 14368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-15.5 parent: 1 - type: Transform - uid: 14369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-22.5 parent: 1 - type: Transform - uid: 14374 components: - - pos: -36.5,-44.5 + - type: Transform + pos: -36.5,-44.5 parent: 1 - type: Transform - uid: 14375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-47.5 parent: 1 - type: Transform - uid: 14435 components: - - pos: 4.5,-37.5 + - type: Transform + pos: 4.5,-37.5 parent: 1 - type: Transform - uid: 14436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-37.5 parent: 1 - type: Transform - uid: 14475 components: - - pos: -40.5,-24.5 + - type: Transform + pos: -40.5,-24.5 parent: 1 - type: Transform - uid: 14476 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-26.5 parent: 1 - type: Transform - uid: 14478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-15.5 parent: 1 - type: Transform - uid: 14492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-55.5 parent: 1 - type: Transform - uid: 14493 components: - - pos: -49.5,-44.5 + - type: Transform + pos: -49.5,-44.5 parent: 1 - type: Transform - uid: 14494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-44.5 parent: 1 - type: Transform - uid: 14495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-27.5 parent: 1 - type: Transform - uid: 14499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-28.5 parent: 1 - type: Transform - uid: 14500 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-23.5 parent: 1 - type: Transform - uid: 14542 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-33.5 parent: 1 - type: Transform - uid: 14570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-27.5 parent: 1 - type: Transform - uid: 14571 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-21.5 parent: 1 - type: Transform - uid: 14573 components: - - pos: -84.5,-21.5 + - type: Transform + pos: -84.5,-21.5 parent: 1 - type: Transform - uid: 14574 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-27.5 parent: 1 - type: Transform - uid: 14582 components: - - pos: -49.5,-14.5 + - type: Transform + pos: -49.5,-14.5 parent: 1 - type: Transform - uid: 14583 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-17.5 parent: 1 - type: Transform - uid: 14622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-18.5 parent: 1 - type: Transform - uid: 14682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-15.5 parent: 1 - type: Transform - uid: 14683 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-14.5 parent: 1 - type: Transform - uid: 14685 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-18.5 parent: 1 - type: Transform - uid: 14707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,20.5 parent: 1 - type: Transform - uid: 14720 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,6.5 parent: 1 - type: Transform - uid: 14721 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,6.5 parent: 1 - type: Transform - uid: 14722 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,8.5 parent: 1 - type: Transform - uid: 14723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,17.5 parent: 1 - type: Transform - uid: 14725 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,7.5 parent: 1 - type: Transform - uid: 14729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,21.5 parent: 1 - type: Transform - uid: 14734 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,36.5 parent: 1 - type: Transform - uid: 14735 components: - - pos: -69.5,26.5 + - type: Transform + pos: -69.5,26.5 parent: 1 - type: Transform - uid: 14736 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,21.5 parent: 1 - type: Transform - uid: 14737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,21.5 parent: 1 - type: Transform - uid: 14738 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,22.5 parent: 1 - type: Transform - uid: 14739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,21.5 parent: 1 - type: Transform - uid: 14740 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,21.5 parent: 1 - type: Transform - uid: 14741 components: - - pos: -102.5,22.5 + - type: Transform + pos: -102.5,22.5 parent: 1 - type: Transform - uid: 14742 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.5,22.5 parent: 1 - type: Transform - uid: 14744 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,0.5 parent: 1 - type: Transform - uid: 14851 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-2.5 parent: 1 - type: Transform - uid: 15659 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-23.5 parent: 1 - type: Transform - uid: 16477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-22.5 parent: 1 - type: Transform - uid: 16485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-21.5 parent: 1 - type: Transform - uid: 16491 components: - - pos: -15.5,-21.5 + - type: Transform + pos: -15.5,-21.5 parent: 1 - type: Transform - uid: 16496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 1 - type: Transform - uid: 16647 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,5.5 parent: 1 - type: Transform - uid: 17295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,5.5 parent: 1 - type: Transform - uid: 18910 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,37.5 parent: 1 - type: Transform - uid: 18914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-45.5 parent: 1 - type: Transform - uid: 19239 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,42.5 parent: 1 - type: Transform - uid: 19245 components: - - pos: -42.5,42.5 + - type: Transform + pos: -42.5,42.5 parent: 1 - type: Transform - uid: 28671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,7.5 parent: 1 - type: Transform - uid: 28672 components: - - pos: -83.5,8.5 + - type: Transform + pos: -83.5,8.5 parent: 1 - type: Transform - uid: 28811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-45.5 parent: 1 - type: Transform - uid: 28812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-46.5 parent: 1 - type: Transform - uid: 28814 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-46.5 parent: 1 - type: Transform - uid: 28817 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 28818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-21.5 parent: 1 - type: Transform - uid: 28819 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-21.5 parent: 1 - type: Transform - uid: 28820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-23.5 parent: 1 - type: Transform - uid: 28821 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-23.5 parent: 1 - type: Transform - uid: 28822 components: - - pos: -15.5,-35.5 + - type: Transform + pos: -15.5,-35.5 parent: 1 - type: Transform - uid: 28823 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-35.5 parent: 1 - type: Transform - uid: 28827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-45.5 parent: 1 - type: Transform - uid: 28828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-45.5 parent: 1 - type: Transform - uid: 28835 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-12.5 parent: 1 - type: Transform - uid: 28836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-12.5 parent: 1 - type: Transform - uid: 28837 components: - - pos: -32.5,-7.5 + - type: Transform + pos: -32.5,-7.5 parent: 1 - type: Transform - uid: 28839 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-8.5 parent: 1 - type: Transform - uid: 28842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-2.5 parent: 1 - type: Transform - uid: 28843 components: - - pos: -27.5,2.5 + - type: Transform + pos: -27.5,2.5 parent: 1 - type: Transform - uid: 28849 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,7.5 parent: 1 - type: Transform - uid: 28850 components: - - pos: -36.5,7.5 + - type: Transform + pos: -36.5,7.5 parent: 1 - type: Transform - uid: 28852 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,1.5 parent: 1 - type: Transform - uid: 28853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,1.5 parent: 1 - type: Transform - uid: 28887 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,18.5 parent: 1 - type: Transform - uid: 28931 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-25.5 parent: 1 - type: Transform - uid: 28933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-8.5 parent: 1 - type: Transform - uid: 28942 components: - - pos: -82.5,9.5 + - type: Transform + pos: -82.5,9.5 parent: 1 - type: Transform - uid: 28943 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,8.5 parent: 1 - type: Transform - uid: 28944 components: - - pos: -81.5,8.5 + - type: Transform + pos: -81.5,8.5 parent: 1 - type: Transform - uid: 28946 components: - - pos: -94.5,7.5 + - type: Transform + pos: -94.5,7.5 parent: 1 - type: Transform - uid: 28947 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,2.5 parent: 1 - type: Transform - uid: 28948 components: - - pos: -88.5,2.5 + - type: Transform + pos: -88.5,2.5 parent: 1 - type: Transform - uid: 28949 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-1.5 parent: 1 - type: Transform - uid: 28950 components: - - pos: -87.5,-1.5 + - type: Transform + pos: -87.5,-1.5 parent: 1 - type: Transform - uid: 28951 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-3.5 parent: 1 - type: Transform - uid: 28952 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-3.5 parent: 1 - type: Transform - uid: 28953 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-1.5 parent: 1 - type: Transform - uid: 28954 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-1.5 parent: 1 - type: Transform - uid: 28956 components: - - pos: -74.5,-0.5 + - type: Transform + pos: -74.5,-0.5 parent: 1 - type: Transform - uid: 28983 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-13.5 parent: 1 - type: Transform - uid: 29100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-18.5 parent: 1 - type: Transform - uid: 29224 components: - - pos: -101.5,-11.5 + - type: Transform + pos: -101.5,-11.5 parent: 1 - type: Transform - uid: 29644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,30.5 parent: 1 - type: Transform - uid: 29648 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,29.5 parent: 1 - type: Transform - uid: 29673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,29.5 parent: 1 - type: Transform - uid: 29674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,19.5 parent: 1 - type: Transform - uid: 29712 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,21.5 parent: 1 - type: Transform - uid: 32468 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,26.5 parent: 1 - type: Transform - uid: 32469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-59.5 parent: 1 - type: Transform - uid: 32479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,25.5 parent: 1 - type: Transform - uid: 32528 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-78.5 parent: 1 - type: Transform - uid: 32531 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-78.5 parent: 1 - type: Transform - uid: 32538 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-71.5 parent: 1 - type: Transform - uid: 32539 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-71.5 parent: 1 - type: Transform - uid: 32544 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-66.5 parent: 1 - type: Transform - uid: 32545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-66.5 parent: 1 - type: Transform - uid: 32562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-58.5 parent: 1 - type: Transform - uid: 32563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-58.5 parent: 1 - type: Transform - uid: 32575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-49.5 parent: 1 - type: Transform - uid: 32576 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-49.5 parent: 1 - type: Transform - uid: 32577 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-46.5 parent: 1 - type: Transform - uid: 32578 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-46.5 parent: 1 - type: Transform - uid: 32581 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-37.5 parent: 1 - type: Transform - uid: 32582 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-37.5 parent: 1 - type: Transform - uid: 32583 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-33.5 parent: 1 - type: Transform - uid: 32584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-33.5 parent: 1 - type: Transform - uid: 32607 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-22.5 parent: 1 - type: Transform - uid: 32608 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-22.5 parent: 1 - type: Transform - uid: 32609 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-20.5 parent: 1 - type: Transform - uid: 32610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-20.5 parent: 1 - type: Transform - uid: 32611 components: - - pos: -22.5,-15.5 + - type: Transform + pos: -22.5,-15.5 parent: 1 - type: Transform - uid: 32612 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-15.5 parent: 1 - type: Transform - uid: 32613 components: - - pos: -23.5,-14.5 + - type: Transform + pos: -23.5,-14.5 parent: 1 - type: Transform - uid: 32645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-3.5 parent: 1 - type: Transform - uid: 32646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-3.5 parent: 1 - type: Transform - uid: 32658 components: - - pos: -23.5,8.5 + - type: Transform + pos: -23.5,8.5 parent: 1 - type: Transform - uid: 32659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,8.5 parent: 1 - type: Transform - uid: 32660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,17.5 parent: 1 - type: Transform - uid: 32678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,17.5 parent: 1 - type: Transform - uid: 32679 components: - - pos: -14.5,22.5 + - type: Transform + pos: -14.5,22.5 parent: 1 - type: Transform - uid: 32690 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,22.5 parent: 1 - type: Transform - uid: 32691 components: - - pos: -19.5,23.5 + - type: Transform + pos: -19.5,23.5 parent: 1 - type: Transform - uid: 32692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,23.5 parent: 1 - type: Transform - uid: 32693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,18.5 parent: 1 - type: Transform - uid: 32746 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,39.5 parent: 1 - type: Transform - uid: 32793 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,23.5 parent: 1 - type: Transform - uid: 32841 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,23.5 parent: 1 - type: Transform - uid: 32842 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -129.5,14.5 parent: 1 - type: Transform - uid: 32851 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,14.5 parent: 1 - type: Transform - uid: 32868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,2.5 parent: 1 - type: Transform - uid: 32869 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,2.5 parent: 1 - type: Transform - uid: 32870 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-5.5 parent: 1 - type: Transform - uid: 32871 components: - - pos: -129.5,-5.5 + - type: Transform + pos: -129.5,-5.5 parent: 1 - type: Transform - uid: 32882 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,24.5 parent: 1 - type: Transform - uid: 32883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-10.5 parent: 1 - type: Transform - uid: 32884 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-10.5 parent: 1 - type: Transform - uid: 32885 components: - - pos: -144.5,-1.5 + - type: Transform + pos: -144.5,-1.5 parent: 1 - type: Transform - uid: 32888 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,3.5 parent: 1 - type: Transform - uid: 32890 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-1.5 parent: 1 - type: Transform - uid: 32892 components: - - pos: -130.5,24.5 + - type: Transform + pos: -130.5,24.5 parent: 1 - type: Transform - uid: 32934 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -145.5,20.5 parent: 1 - type: Transform - uid: 32972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -125.5,-11.5 parent: 1 - type: Transform - uid: 32978 components: - - pos: -124.5,3.5 + - type: Transform + pos: -124.5,3.5 parent: 1 - type: Transform - uid: 32979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-7.5 parent: 1 - type: Transform - uid: 32980 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,-7.5 parent: 1 - type: Transform - uid: 33263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,-0.5 parent: 1 - type: Transform - uid: 33264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,-0.5 parent: 1 - type: Transform - uid: 33265 components: - - pos: -138.5,5.5 + - type: Transform + pos: -138.5,5.5 parent: 1 - type: Transform - uid: 33266 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,5.5 parent: 1 - type: Transform - uid: 33267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -154.5,20.5 parent: 1 - type: Transform - uid: 38054 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-50.5 parent: 1 - type: Transform - uid: 38055 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-59.5 parent: 1 - type: Transform - uid: 38056 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-50.5 parent: 1 - type: Transform - uid: 38404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,35.5 parent: 1 - type: Transform - uid: 38437 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,31.5 parent: 1 - type: Transform - uid: 38889 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-61.5 parent: 1 - type: Transform - uid: 40268 components: - - pos: 25.5,-46.5 + - type: Transform + pos: 25.5,-46.5 parent: 1 - type: Transform - uid: 40271 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-42.5 parent: 1 - type: Transform - uid: 41405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,22.5 parent: 1 - type: Transform - uid: 41406 components: - - pos: -29.5,22.5 + - type: Transform + pos: -29.5,22.5 parent: 1 - type: Transform - uid: 41417 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-26.5 parent: 1 - type: Transform - uid: 41418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-26.5 parent: 1 - type: Transform - uid: 41421 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-15.5 parent: 1 - type: Transform - uid: 41422 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-12.5 parent: 1 - type: Transform - uid: 41423 components: - - pos: -105.5,-12.5 + - type: Transform + pos: -105.5,-12.5 parent: 1 - type: Transform - uid: 41450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-24.5 parent: 1 - type: Transform - uid: 41451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-25.5 parent: 1 - type: Transform - uid: 41478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-26.5 parent: 1 - type: Transform - uid: 41479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-26.5 parent: 1 - type: Transform - proto: DisposalJunction entities: - uid: 2416 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-23.5 parent: 1 - type: Transform - uid: 2585 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,6.5 parent: 1 - type: Transform - uid: 8316 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,36.5 parent: 1 - type: Transform - uid: 9074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-24.5 parent: 1 - type: Transform - uid: 13954 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-7.5 parent: 1 - type: Transform - uid: 13964 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,2.5 parent: 1 - type: Transform - uid: 13965 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-13.5 parent: 1 - type: Transform - uid: 13970 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,36.5 parent: 1 - type: Transform - uid: 14023 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,5.5 parent: 1 - type: Transform - uid: 14090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-6.5 parent: 1 - type: Transform - uid: 14145 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-47.5 parent: 1 - type: Transform - uid: 14147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-46.5 parent: 1 - type: Transform - uid: 14276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-47.5 parent: 1 - type: Transform - uid: 14280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-45.5 parent: 1 - type: Transform - uid: 14322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-34.5 parent: 1 - type: Transform - uid: 14331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-32.5 parent: 1 - type: Transform - uid: 14474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-24.5 parent: 1 - type: Transform - uid: 14576 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-25.5 parent: 1 - type: Transform - uid: 14579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-23.5 parent: 1 - type: Transform - uid: 14580 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-15.5 parent: 1 - type: Transform - uid: 14581 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-14.5 parent: 1 - type: Transform - uid: 14618 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-14.5 parent: 1 - type: Transform - uid: 14718 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-2.5 parent: 1 - type: Transform - uid: 14719 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,22.5 parent: 1 - type: Transform - uid: 14730 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,21.5 parent: 1 - type: Transform - uid: 14731 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,26.5 parent: 1 - type: Transform - uid: 28858 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,19.5 parent: 1 - type: Transform - uid: 29645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-15.5 parent: 1 - type: Transform - uid: 29763 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,36.5 parent: 1 - type: Transform - uid: 38418 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,36.5 parent: 1 - type: Transform - uid: 38438 components: - - pos: -17.5,31.5 + - type: Transform + pos: -17.5,31.5 parent: 1 - type: Transform - uid: 38894 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,25.5 parent: 1 - type: Transform - uid: 40272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-46.5 parent: 1 - type: Transform - uid: 41452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-25.5 parent: 1 - type: Transform - proto: DisposalJunctionFlipped entities: - uid: 5859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-34.5 parent: 1 - type: Transform - uid: 9076 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-25.5 parent: 1 - type: Transform - uid: 13926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,19.5 parent: 1 - type: Transform - uid: 14029 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,3.5 parent: 1 - type: Transform - uid: 14112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-7.5 parent: 1 - type: Transform - uid: 14260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-47.5 parent: 1 - type: Transform - uid: 14279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-49.5 parent: 1 - type: Transform - uid: 14311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-45.5 parent: 1 - type: Transform - uid: 14330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-33.5 parent: 1 - type: Transform - uid: 14479 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-23.5 parent: 1 - type: Transform - uid: 14498 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-27.5 parent: 1 - type: Transform - uid: 14543 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-33.5 parent: 1 - type: Transform - uid: 14584 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-17.5 parent: 1 - type: Transform - uid: 14724 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,8.5 parent: 1 - type: Transform - uid: 14728 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,0.5 parent: 1 - type: Transform - uid: 14732 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,22.5 parent: 1 - type: Transform - uid: 28813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-41.5 parent: 1 - type: Transform - uid: 28932 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-18.5 parent: 1 - type: Transform - uid: 29231 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-13.5 parent: 1 - type: Transform - uid: 29646 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,20.5 parent: 1 - type: Transform - uid: 29735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-18.5 parent: 1 - type: Transform - uid: 32478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-47.5 parent: 1 - type: Transform - uid: 38474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-13.5 parent: 1 - type: Transform - uid: 38874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-59.5 parent: 1 - type: Transform - uid: 41403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,21.5 parent: 1 - type: Transform - proto: DisposalMachineFrame entities: - uid: 30609 components: - - pos: -124.5,-8.5 + - type: Transform + pos: -124.5,-8.5 parent: 1 - type: Transform - proto: DisposalPipe entities: - uid: 871 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-6.5 parent: 1 - type: Transform - uid: 1715 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-34.5 parent: 1 - type: Transform - uid: 1716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-32.5 parent: 1 - type: Transform - uid: 1717 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-31.5 parent: 1 - type: Transform - uid: 1718 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-33.5 parent: 1 - type: Transform - uid: 4687 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-35.5 parent: 1 - type: Transform - uid: 4692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-35.5 parent: 1 - type: Transform - uid: 4721 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-35.5 parent: 1 - type: Transform - uid: 4727 components: - - pos: -74.5,-34.5 + - type: Transform + pos: -74.5,-34.5 parent: 1 - type: Transform - uid: 4736 components: - - pos: -74.5,-32.5 + - type: Transform + pos: -74.5,-32.5 parent: 1 - type: Transform - uid: 4737 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-35.5 parent: 1 - type: Transform - uid: 4772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-35.5 parent: 1 - type: Transform - uid: 4774 components: - - pos: -74.5,-31.5 + - type: Transform + pos: -74.5,-31.5 parent: 1 - type: Transform - uid: 4796 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-24.5 parent: 1 - type: Transform - uid: 5242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-34.5 parent: 1 - type: Transform - uid: 5278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-34.5 parent: 1 - type: Transform - uid: 6152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-12.5 parent: 1 - type: Transform - uid: 8309 components: - - pos: -42.5,30.5 + - type: Transform + pos: -42.5,30.5 parent: 1 - type: Transform - uid: 8310 components: - - pos: -42.5,31.5 + - type: Transform + pos: -42.5,31.5 parent: 1 - type: Transform - uid: 8311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,36.5 parent: 1 - type: Transform - uid: 8314 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,36.5 parent: 1 - type: Transform - uid: 8315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,36.5 parent: 1 - type: Transform - uid: 9090 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-35.5 parent: 1 - type: Transform - uid: 12152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-13.5 parent: 1 - type: Transform - uid: 13564 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,37.5 parent: 1 - type: Transform - uid: 13917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,25.5 parent: 1 - type: Transform - uid: 13918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,25.5 parent: 1 - type: Transform - uid: 13919 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,25.5 parent: 1 - type: Transform - uid: 13920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,25.5 parent: 1 - type: Transform - uid: 13925 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,18.5 parent: 1 - type: Transform - uid: 13929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,36.5 parent: 1 - type: Transform - uid: 13931 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,36.5 parent: 1 - type: Transform - uid: 13932 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,36.5 parent: 1 - type: Transform - uid: 13952 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-47.5 parent: 1 - type: Transform - uid: 13959 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,30.5 parent: 1 - type: Transform - uid: 13972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,36.5 parent: 1 - type: Transform - uid: 13973 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,36.5 parent: 1 - type: Transform - uid: 13974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,36.5 parent: 1 - type: Transform - uid: 13975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,36.5 parent: 1 - type: Transform - uid: 13976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,36.5 parent: 1 - type: Transform - uid: 13977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,36.5 parent: 1 - type: Transform - uid: 13985 components: - - pos: -17.5,27.5 + - type: Transform + pos: -17.5,27.5 parent: 1 - type: Transform - uid: 13986 components: - - pos: -17.5,26.5 + - type: Transform + pos: -17.5,26.5 parent: 1 - type: Transform - uid: 13987 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,36.5 parent: 1 - type: Transform - uid: 13998 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,19.5 parent: 1 - type: Transform - uid: 13999 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,19.5 parent: 1 - type: Transform - uid: 14000 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,19.5 parent: 1 - type: Transform - uid: 14001 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,19.5 parent: 1 - type: Transform - uid: 14002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,19.5 parent: 1 - type: Transform - uid: 14003 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,19.5 parent: 1 - type: Transform - uid: 14004 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,19.5 parent: 1 - type: Transform - uid: 14005 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,19.5 parent: 1 - type: Transform - uid: 14009 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,20.5 parent: 1 - type: Transform - uid: 14010 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,20.5 parent: 1 - type: Transform - uid: 14011 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,21.5 parent: 1 - type: Transform - uid: 14012 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,22.5 parent: 1 - type: Transform - uid: 14013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,23.5 parent: 1 - type: Transform - uid: 14014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,24.5 parent: 1 - type: Transform - uid: 14030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,5.5 parent: 1 - type: Transform - uid: 14031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,5.5 parent: 1 - type: Transform - uid: 14032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,5.5 parent: 1 - type: Transform - uid: 14033 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,5.5 parent: 1 - type: Transform - uid: 14034 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,5.5 parent: 1 - type: Transform - uid: 14035 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,6.5 parent: 1 - type: Transform - uid: 14036 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,6.5 parent: 1 - type: Transform - uid: 14037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,5.5 parent: 1 - type: Transform - uid: 14038 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,4.5 parent: 1 - type: Transform - uid: 14039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,3.5 parent: 1 - type: Transform - uid: 14040 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,3.5 parent: 1 - type: Transform - uid: 14041 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,3.5 parent: 1 - type: Transform - uid: 14042 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,3.5 parent: 1 - type: Transform - uid: 14043 components: - - pos: -46.5,2.5 + - type: Transform + pos: -46.5,2.5 parent: 1 - type: Transform - uid: 14044 components: - - pos: -46.5,1.5 + - type: Transform + pos: -46.5,1.5 parent: 1 - type: Transform - uid: 14045 components: - - pos: -46.5,0.5 + - type: Transform + pos: -46.5,0.5 parent: 1 - type: Transform - uid: 14046 components: - - pos: -46.5,-0.5 + - type: Transform + pos: -46.5,-0.5 parent: 1 - type: Transform - uid: 14047 components: - - pos: -46.5,-1.5 + - type: Transform + pos: -46.5,-1.5 parent: 1 - type: Transform - uid: 14048 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-2.5 parent: 1 - type: Transform - uid: 14049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-2.5 parent: 1 - type: Transform - uid: 14050 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-2.5 parent: 1 - type: Transform - uid: 14051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-2.5 parent: 1 - type: Transform - uid: 14052 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-2.5 parent: 1 - type: Transform - uid: 14053 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,7.5 parent: 1 - type: Transform - uid: 14054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,8.5 parent: 1 - type: Transform - uid: 14055 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,9.5 parent: 1 - type: Transform - uid: 14056 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,10.5 parent: 1 - type: Transform - uid: 14057 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,11.5 parent: 1 - type: Transform - uid: 14058 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,12.5 parent: 1 - type: Transform - uid: 14059 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,13.5 parent: 1 - type: Transform - uid: 14060 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,14.5 parent: 1 - type: Transform - uid: 14061 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,15.5 parent: 1 - type: Transform - uid: 14062 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,16.5 parent: 1 - type: Transform - uid: 14063 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,17.5 parent: 1 - type: Transform - uid: 14064 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,18.5 parent: 1 - type: Transform - uid: 14065 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,19.5 parent: 1 - type: Transform - uid: 14073 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-15.5 parent: 1 - type: Transform - uid: 14076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-6.5 parent: 1 - type: Transform - uid: 14077 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-6.5 parent: 1 - type: Transform - uid: 14078 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-6.5 parent: 1 - type: Transform - uid: 14079 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-6.5 parent: 1 - type: Transform - uid: 14080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-6.5 parent: 1 - type: Transform - uid: 14082 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-14.5 parent: 1 - type: Transform - uid: 14083 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-13.5 parent: 1 - type: Transform - uid: 14084 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-12.5 parent: 1 - type: Transform - uid: 14085 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-11.5 parent: 1 - type: Transform - uid: 14086 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-10.5 parent: 1 - type: Transform - uid: 14087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-9.5 parent: 1 - type: Transform - uid: 14088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-8.5 parent: 1 - type: Transform - uid: 14091 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-5.5 parent: 1 - type: Transform - uid: 14092 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-4.5 parent: 1 - type: Transform - uid: 14093 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-3.5 parent: 1 - type: Transform - uid: 14094 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-2.5 parent: 1 - type: Transform - uid: 14095 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-1.5 parent: 1 - type: Transform - uid: 14096 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-0.5 parent: 1 - type: Transform - uid: 14097 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,0.5 parent: 1 - type: Transform - uid: 14098 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,1.5 parent: 1 - type: Transform - uid: 14104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-7.5 parent: 1 - type: Transform - uid: 14105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-7.5 parent: 1 - type: Transform - uid: 14106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-7.5 parent: 1 - type: Transform - uid: 14107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-7.5 parent: 1 - type: Transform - uid: 14108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-7.5 parent: 1 - type: Transform - uid: 14109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-7.5 parent: 1 - type: Transform - uid: 14110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-7.5 parent: 1 - type: Transform - uid: 14111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-7.5 parent: 1 - type: Transform - uid: 14126 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-51.5 parent: 1 - type: Transform - uid: 14127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-51.5 parent: 1 - type: Transform - uid: 14128 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-51.5 parent: 1 - type: Transform - uid: 14129 components: - - pos: 25.5,-50.5 + - type: Transform + pos: 25.5,-50.5 parent: 1 - type: Transform - uid: 14130 components: - - pos: 25.5,-49.5 + - type: Transform + pos: 25.5,-49.5 parent: 1 - type: Transform - uid: 14131 components: - - pos: 25.5,-48.5 + - type: Transform + pos: 25.5,-48.5 parent: 1 - type: Transform - uid: 14132 components: - - pos: 25.5,-47.5 + - type: Transform + pos: 25.5,-47.5 parent: 1 - type: Transform - uid: 14142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-46.5 parent: 1 - type: Transform - uid: 14148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-47.5 parent: 1 - type: Transform - uid: 14150 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-47.5 parent: 1 - type: Transform - uid: 14151 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-47.5 parent: 1 - type: Transform - uid: 14152 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-47.5 parent: 1 - type: Transform - uid: 14153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-47.5 parent: 1 - type: Transform - uid: 14154 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-47.5 parent: 1 - type: Transform - uid: 14155 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-47.5 parent: 1 - type: Transform - uid: 14156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-47.5 parent: 1 - type: Transform - uid: 14157 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-47.5 parent: 1 - type: Transform - uid: 14158 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-47.5 parent: 1 - type: Transform - uid: 14159 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-47.5 parent: 1 - type: Transform - uid: 14160 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-47.5 parent: 1 - type: Transform - uid: 14161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-47.5 parent: 1 - type: Transform - uid: 14162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-47.5 parent: 1 - type: Transform - uid: 14163 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-47.5 parent: 1 - type: Transform - uid: 14164 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-47.5 parent: 1 - type: Transform - uid: 14165 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-47.5 parent: 1 - type: Transform - uid: 14166 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-47.5 parent: 1 - type: Transform - uid: 14167 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-47.5 parent: 1 - type: Transform - uid: 14168 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-47.5 parent: 1 - type: Transform - uid: 14169 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-47.5 parent: 1 - type: Transform - uid: 14170 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-47.5 parent: 1 - type: Transform - uid: 14171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-47.5 parent: 1 - type: Transform - uid: 14172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,36.5 parent: 1 - type: Transform - uid: 14174 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-47.5 parent: 1 - type: Transform - uid: 14175 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-47.5 parent: 1 - type: Transform - uid: 14241 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,36.5 parent: 1 - type: Transform - uid: 14258 components: - - pos: 11.5,-49.5 + - type: Transform + pos: 11.5,-49.5 parent: 1 - type: Transform - uid: 14259 components: - - pos: 11.5,-48.5 + - type: Transform + pos: 11.5,-48.5 parent: 1 - type: Transform - uid: 14263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-59.5 parent: 1 - type: Transform - uid: 14264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-59.5 parent: 1 - type: Transform - uid: 14282 components: - - pos: -16.5,-46.5 + - type: Transform + pos: -16.5,-46.5 parent: 1 - type: Transform - uid: 14283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-57.5 parent: 1 - type: Transform - uid: 14284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-56.5 parent: 1 - type: Transform - uid: 14285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-55.5 parent: 1 - type: Transform - uid: 14286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-54.5 parent: 1 - type: Transform - uid: 14287 components: - - pos: -38.5,-53.5 + - type: Transform + pos: -38.5,-53.5 parent: 1 - type: Transform - uid: 14288 components: - - pos: -38.5,-52.5 + - type: Transform + pos: -38.5,-52.5 parent: 1 - type: Transform - uid: 14289 components: - - pos: -38.5,-51.5 + - type: Transform + pos: -38.5,-51.5 parent: 1 - type: Transform - uid: 14290 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-50.5 parent: 1 - type: Transform - uid: 14291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-50.5 parent: 1 - type: Transform - uid: 14292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-50.5 parent: 1 - type: Transform - uid: 14293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-50.5 parent: 1 - type: Transform - uid: 14294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-50.5 parent: 1 - type: Transform - uid: 14295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-48.5 parent: 1 - type: Transform - uid: 14296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-47.5 parent: 1 - type: Transform - uid: 14297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-47.5 parent: 1 - type: Transform - uid: 14298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-47.5 parent: 1 - type: Transform - uid: 14299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-47.5 parent: 1 - type: Transform - uid: 14300 components: - - pos: -27.5,-46.5 + - type: Transform + pos: -27.5,-46.5 parent: 1 - type: Transform - uid: 14301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-45.5 parent: 1 - type: Transform - uid: 14302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-45.5 parent: 1 - type: Transform - uid: 14303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-45.5 parent: 1 - type: Transform - uid: 14304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-45.5 parent: 1 - type: Transform - uid: 14305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-45.5 parent: 1 - type: Transform - uid: 14306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-45.5 parent: 1 - type: Transform - uid: 14307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-45.5 parent: 1 - type: Transform - uid: 14308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-45.5 parent: 1 - type: Transform - uid: 14309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-45.5 parent: 1 - type: Transform - uid: 14310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-47.5 parent: 1 - type: Transform - uid: 14312 components: - - pos: -16.5,-44.5 + - type: Transform + pos: -16.5,-44.5 parent: 1 - type: Transform - uid: 14313 components: - - pos: -16.5,-43.5 + - type: Transform + pos: -16.5,-43.5 parent: 1 - type: Transform - uid: 14314 components: - - pos: -16.5,-42.5 + - type: Transform + pos: -16.5,-42.5 parent: 1 - type: Transform - uid: 14315 components: - - pos: -16.5,-41.5 + - type: Transform + pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 14316 components: - - pos: -16.5,-40.5 + - type: Transform + pos: -16.5,-40.5 parent: 1 - type: Transform - uid: 14317 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 1 - type: Transform - uid: 14318 components: - - pos: -16.5,-38.5 + - type: Transform + pos: -16.5,-38.5 parent: 1 - type: Transform - uid: 14319 components: - - pos: -16.5,-37.5 + - type: Transform + pos: -16.5,-37.5 parent: 1 - type: Transform - uid: 14320 components: - - pos: -16.5,-36.5 + - type: Transform + pos: -16.5,-36.5 parent: 1 - type: Transform - uid: 14321 components: - - pos: -16.5,-35.5 + - type: Transform + pos: -16.5,-35.5 parent: 1 - type: Transform - uid: 14328 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-33.5 parent: 1 - type: Transform - uid: 14329 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-33.5 parent: 1 - type: Transform - uid: 14340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-45.5 parent: 1 - type: Transform - uid: 14341 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-44.5 parent: 1 - type: Transform - uid: 14342 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-43.5 parent: 1 - type: Transform - uid: 14343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-42.5 parent: 1 - type: Transform - uid: 14344 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-41.5 parent: 1 - type: Transform - uid: 14345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-40.5 parent: 1 - type: Transform - uid: 14346 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-39.5 parent: 1 - type: Transform - uid: 14347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-38.5 parent: 1 - type: Transform - uid: 14348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-37.5 parent: 1 - type: Transform - uid: 14349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-37.5 parent: 1 - type: Transform - uid: 14350 components: - - pos: 17.5,-36.5 + - type: Transform + pos: 17.5,-36.5 parent: 1 - type: Transform - uid: 14351 components: - - pos: 17.5,-35.5 + - type: Transform + pos: 17.5,-35.5 parent: 1 - type: Transform - uid: 14352 components: - - pos: 17.5,-34.5 + - type: Transform + pos: 17.5,-34.5 parent: 1 - type: Transform - uid: 14353 components: - - pos: 17.5,-33.5 + - type: Transform + pos: 17.5,-33.5 parent: 1 - type: Transform - uid: 14354 components: - - pos: 17.5,-32.5 + - type: Transform + pos: 17.5,-32.5 parent: 1 - type: Transform - uid: 14355 components: - - pos: 17.5,-31.5 + - type: Transform + pos: 17.5,-31.5 parent: 1 - type: Transform - uid: 14356 components: - - pos: 17.5,-30.5 + - type: Transform + pos: 17.5,-30.5 parent: 1 - type: Transform - uid: 14357 components: - - pos: 17.5,-29.5 + - type: Transform + pos: 17.5,-29.5 parent: 1 - type: Transform - uid: 14358 components: - - pos: 17.5,-28.5 + - type: Transform + pos: 17.5,-28.5 parent: 1 - type: Transform - uid: 14359 components: - - pos: 17.5,-27.5 + - type: Transform + pos: 17.5,-27.5 parent: 1 - type: Transform - uid: 14360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-26.5 parent: 1 - type: Transform - uid: 14361 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-26.5 parent: 1 - type: Transform - uid: 14362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-26.5 parent: 1 - type: Transform - uid: 14363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-26.5 parent: 1 - type: Transform - uid: 14364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-26.5 parent: 1 - type: Transform - uid: 14365 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-26.5 parent: 1 - type: Transform - uid: 14371 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-22.5 parent: 1 - type: Transform - uid: 14376 components: - - pos: -36.5,-45.5 + - type: Transform + pos: -36.5,-45.5 parent: 1 - type: Transform - uid: 14377 components: - - pos: -36.5,-46.5 + - type: Transform + pos: -36.5,-46.5 parent: 1 - type: Transform - uid: 14378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-47.5 parent: 1 - type: Transform - uid: 14379 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-47.5 parent: 1 - type: Transform - uid: 14380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-47.5 parent: 1 - type: Transform - uid: 14381 components: - - pos: -16.5,-24.5 + - type: Transform + pos: -16.5,-24.5 parent: 1 - type: Transform - uid: 14382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-15.5 parent: 1 - type: Transform - uid: 14383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-15.5 parent: 1 - type: Transform - uid: 14384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-15.5 parent: 1 - type: Transform - uid: 14385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-16.5 parent: 1 - type: Transform - uid: 14386 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-17.5 parent: 1 - type: Transform - uid: 14387 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-18.5 parent: 1 - type: Transform - uid: 14388 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-19.5 parent: 1 - type: Transform - uid: 14389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-20.5 parent: 1 - type: Transform - uid: 14390 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-21.5 parent: 1 - type: Transform - uid: 14391 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-22.5 parent: 1 - type: Transform - uid: 14392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-22.5 parent: 1 - type: Transform - uid: 14393 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-22.5 parent: 1 - type: Transform - uid: 14394 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-22.5 parent: 1 - type: Transform - uid: 14395 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-22.5 parent: 1 - type: Transform - uid: 14396 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-22.5 parent: 1 - type: Transform - uid: 14397 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-22.5 parent: 1 - type: Transform - uid: 14398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-22.5 parent: 1 - type: Transform - uid: 14399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-22.5 parent: 1 - type: Transform - uid: 14400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-22.5 parent: 1 - type: Transform - uid: 14401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-22.5 parent: 1 - type: Transform - uid: 14402 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-22.5 parent: 1 - type: Transform - uid: 14404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-22.5 parent: 1 - type: Transform - uid: 14406 components: - - pos: -16.5,-23.5 + - type: Transform + pos: -16.5,-23.5 parent: 1 - type: Transform - uid: 14407 components: - - pos: -16.5,-25.5 + - type: Transform + pos: -16.5,-25.5 parent: 1 - type: Transform - uid: 14408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-26.5 parent: 1 - type: Transform - uid: 14409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-26.5 parent: 1 - type: Transform - uid: 14410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-26.5 parent: 1 - type: Transform - uid: 14411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-26.5 parent: 1 - type: Transform - uid: 14412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-26.5 parent: 1 - type: Transform - uid: 14413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-26.5 parent: 1 - type: Transform - uid: 14414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-26.5 parent: 1 - type: Transform - uid: 14415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-26.5 parent: 1 - type: Transform - uid: 14416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-26.5 parent: 1 - type: Transform - uid: 14417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-26.5 parent: 1 - type: Transform - uid: 14418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-26.5 parent: 1 - type: Transform - uid: 14419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-26.5 parent: 1 - type: Transform - uid: 14420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-26.5 parent: 1 - type: Transform - uid: 14421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-26.5 parent: 1 - type: Transform - uid: 14422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-26.5 parent: 1 - type: Transform - uid: 14423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-26.5 parent: 1 - type: Transform - uid: 14424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-26.5 parent: 1 - type: Transform - uid: 14425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-26.5 parent: 1 - type: Transform - uid: 14426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-26.5 parent: 1 - type: Transform - uid: 14427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-26.5 parent: 1 - type: Transform - uid: 14428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-26.5 parent: 1 - type: Transform - uid: 14429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-26.5 parent: 1 - type: Transform - uid: 14430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-26.5 parent: 1 - type: Transform - uid: 14446 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-35.5 parent: 1 - type: Transform - uid: 14447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-36.5 parent: 1 - type: Transform - uid: 14448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-37.5 parent: 1 - type: Transform - uid: 14449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-34.5 parent: 1 - type: Transform - uid: 14450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-34.5 parent: 1 - type: Transform - uid: 14451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-34.5 parent: 1 - type: Transform - uid: 14452 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-34.5 parent: 1 - type: Transform - uid: 14453 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-34.5 parent: 1 - type: Transform - uid: 14454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-34.5 parent: 1 - type: Transform - uid: 14455 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-34.5 parent: 1 - type: Transform - uid: 14456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-34.5 parent: 1 - type: Transform - uid: 14457 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-34.5 parent: 1 - type: Transform - uid: 14458 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-34.5 parent: 1 - type: Transform - uid: 14459 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-34.5 parent: 1 - type: Transform - uid: 14460 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-34.5 parent: 1 - type: Transform - uid: 14461 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-34.5 parent: 1 - type: Transform - uid: 14462 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-34.5 parent: 1 - type: Transform - uid: 14463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-34.5 parent: 1 - type: Transform - uid: 14464 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-34.5 parent: 1 - type: Transform - uid: 14465 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-34.5 parent: 1 - type: Transform - uid: 14466 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-34.5 parent: 1 - type: Transform - uid: 14467 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-31.5 parent: 1 - type: Transform - uid: 14468 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-30.5 parent: 1 - type: Transform - uid: 14469 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-29.5 parent: 1 - type: Transform - uid: 14470 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-28.5 parent: 1 - type: Transform - uid: 14471 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-27.5 parent: 1 - type: Transform - uid: 14477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-25.5 parent: 1 - type: Transform - uid: 14480 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 1 - type: Transform - uid: 14481 components: - - pos: -41.5,-21.5 + - type: Transform + pos: -41.5,-21.5 parent: 1 - type: Transform - uid: 14482 components: - - pos: -41.5,-20.5 + - type: Transform + pos: -41.5,-20.5 parent: 1 - type: Transform - uid: 14483 components: - - pos: -41.5,-19.5 + - type: Transform + pos: -41.5,-19.5 parent: 1 - type: Transform - uid: 14501 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-23.5 parent: 1 - type: Transform - uid: 14503 components: - - pos: -44.5,-24.5 + - type: Transform + pos: -44.5,-24.5 parent: 1 - type: Transform - uid: 14505 components: - - pos: -44.5,-26.5 + - type: Transform + pos: -44.5,-26.5 parent: 1 - type: Transform - uid: 14506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-27.5 parent: 1 - type: Transform - uid: 14507 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-27.5 parent: 1 - type: Transform - uid: 14508 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-27.5 parent: 1 - type: Transform - uid: 14509 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-27.5 parent: 1 - type: Transform - uid: 14510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-27.5 parent: 1 - type: Transform - uid: 14511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-27.5 parent: 1 - type: Transform - uid: 14512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-27.5 parent: 1 - type: Transform - uid: 14513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-28.5 parent: 1 - type: Transform - uid: 14514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-29.5 parent: 1 - type: Transform - uid: 14515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-30.5 parent: 1 - type: Transform - uid: 14516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-31.5 parent: 1 - type: Transform - uid: 14517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-32.5 parent: 1 - type: Transform - uid: 14519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-34.5 parent: 1 - type: Transform - uid: 14520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-35.5 parent: 1 - type: Transform - uid: 14521 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-36.5 parent: 1 - type: Transform - uid: 14522 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-37.5 parent: 1 - type: Transform - uid: 14523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-38.5 parent: 1 - type: Transform - uid: 14524 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-39.5 parent: 1 - type: Transform - uid: 14525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-40.5 parent: 1 - type: Transform - uid: 14526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-41.5 parent: 1 - type: Transform - uid: 14527 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-42.5 parent: 1 - type: Transform - uid: 14528 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-43.5 parent: 1 - type: Transform - uid: 14529 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-44.5 parent: 1 - type: Transform - uid: 14530 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-44.5 parent: 1 - type: Transform - uid: 14531 components: - - pos: -49.5,-45.5 + - type: Transform + pos: -49.5,-45.5 parent: 1 - type: Transform - uid: 14532 components: - - pos: -49.5,-46.5 + - type: Transform + pos: -49.5,-46.5 parent: 1 - type: Transform - uid: 14533 components: - - pos: -49.5,-47.5 + - type: Transform + pos: -49.5,-47.5 parent: 1 - type: Transform - uid: 14534 components: - - pos: -49.5,-48.5 + - type: Transform + pos: -49.5,-48.5 parent: 1 - type: Transform - uid: 14535 components: - - pos: -49.5,-49.5 + - type: Transform + pos: -49.5,-49.5 parent: 1 - type: Transform - uid: 14536 components: - - pos: -49.5,-50.5 + - type: Transform + pos: -49.5,-50.5 parent: 1 - type: Transform - uid: 14537 components: - - pos: -49.5,-51.5 + - type: Transform + pos: -49.5,-51.5 parent: 1 - type: Transform - uid: 14538 components: - - pos: -49.5,-52.5 + - type: Transform + pos: -49.5,-52.5 parent: 1 - type: Transform - uid: 14539 components: - - pos: -49.5,-53.5 + - type: Transform + pos: -49.5,-53.5 parent: 1 - type: Transform - uid: 14540 components: - - pos: -49.5,-54.5 + - type: Transform + pos: -49.5,-54.5 parent: 1 - type: Transform - uid: 14544 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-36.5 parent: 1 - type: Transform - uid: 14545 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-35.5 parent: 1 - type: Transform - uid: 14546 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-34.5 parent: 1 - type: Transform - uid: 14547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-33.5 parent: 1 - type: Transform - uid: 14548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-33.5 parent: 1 - type: Transform - uid: 14585 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-18.5 parent: 1 - type: Transform - uid: 14586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-16.5 parent: 1 - type: Transform - uid: 14587 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-17.5 parent: 1 - type: Transform - uid: 14588 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-17.5 parent: 1 - type: Transform - uid: 14589 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-17.5 parent: 1 - type: Transform - uid: 14590 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-17.5 parent: 1 - type: Transform - uid: 14591 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-17.5 parent: 1 - type: Transform - uid: 14592 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-17.5 parent: 1 - type: Transform - uid: 14593 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-17.5 parent: 1 - type: Transform - uid: 14594 components: - - pos: -49.5,-16.5 + - type: Transform + pos: -49.5,-16.5 parent: 1 - type: Transform - uid: 14595 components: - - pos: -49.5,-15.5 + - type: Transform + pos: -49.5,-15.5 parent: 1 - type: Transform - uid: 14596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-14.5 parent: 1 - type: Transform - uid: 14597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-14.5 parent: 1 - type: Transform - uid: 14598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-14.5 parent: 1 - type: Transform - uid: 14599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-14.5 parent: 1 - type: Transform - uid: 14600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-14.5 parent: 1 - type: Transform - uid: 14601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-14.5 parent: 1 - type: Transform - uid: 14602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-14.5 parent: 1 - type: Transform - uid: 14603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-14.5 parent: 1 - type: Transform - uid: 14604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-14.5 parent: 1 - type: Transform - uid: 14605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-14.5 parent: 1 - type: Transform - uid: 14606 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-14.5 parent: 1 - type: Transform - uid: 14607 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-14.5 parent: 1 - type: Transform - uid: 14608 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-14.5 parent: 1 - type: Transform - uid: 14609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-14.5 parent: 1 - type: Transform - uid: 14610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-14.5 parent: 1 - type: Transform - uid: 14611 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-14.5 parent: 1 - type: Transform - uid: 14612 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-14.5 parent: 1 - type: Transform - uid: 14613 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-14.5 parent: 1 - type: Transform - uid: 14614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-14.5 parent: 1 - type: Transform - uid: 14615 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-14.5 parent: 1 - type: Transform - uid: 14616 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-14.5 parent: 1 - type: Transform - uid: 14617 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-14.5 parent: 1 - type: Transform - uid: 14621 components: - - pos: -73.5,-16.5 + - type: Transform + pos: -73.5,-16.5 parent: 1 - type: Transform - uid: 14623 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-19.5 parent: 1 - type: Transform - uid: 14624 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-20.5 parent: 1 - type: Transform - uid: 14625 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-21.5 parent: 1 - type: Transform - uid: 14626 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-22.5 parent: 1 - type: Transform - uid: 14635 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-25.5 parent: 1 - type: Transform - uid: 14636 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-25.5 parent: 1 - type: Transform - uid: 14637 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-25.5 parent: 1 - type: Transform - uid: 14638 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-25.5 parent: 1 - type: Transform - uid: 14639 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-25.5 parent: 1 - type: Transform - uid: 14640 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-26.5 parent: 1 - type: Transform - uid: 14641 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-25.5 parent: 1 - type: Transform - uid: 14642 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-25.5 parent: 1 - type: Transform - uid: 14643 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-25.5 parent: 1 - type: Transform - uid: 14644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-25.5 parent: 1 - type: Transform - uid: 14645 components: - - pos: -84.5,-26.5 + - type: Transform + pos: -84.5,-26.5 parent: 1 - type: Transform - uid: 14646 components: - - pos: -84.5,-24.5 + - type: Transform + pos: -84.5,-24.5 parent: 1 - type: Transform - uid: 14647 components: - - pos: -84.5,-23.5 + - type: Transform + pos: -84.5,-23.5 parent: 1 - type: Transform - uid: 14648 components: - - pos: -84.5,-22.5 + - type: Transform + pos: -84.5,-22.5 parent: 1 - type: Transform - uid: 14649 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-14.5 parent: 1 - type: Transform - uid: 14650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-14.5 parent: 1 - type: Transform - uid: 14651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-14.5 parent: 1 - type: Transform - uid: 14652 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-14.5 parent: 1 - type: Transform - uid: 14653 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-14.5 parent: 1 - type: Transform - uid: 14654 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,-14.5 parent: 1 - type: Transform - uid: 14655 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-14.5 parent: 1 - type: Transform - uid: 14656 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-14.5 parent: 1 - type: Transform - uid: 14657 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-14.5 parent: 1 - type: Transform - uid: 14658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-14.5 parent: 1 - type: Transform - uid: 14659 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-14.5 parent: 1 - type: Transform - uid: 14660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-14.5 parent: 1 - type: Transform - uid: 14661 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-14.5 parent: 1 - type: Transform - uid: 14662 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-14.5 parent: 1 - type: Transform - uid: 14663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-14.5 parent: 1 - type: Transform - uid: 14664 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-14.5 parent: 1 - type: Transform - uid: 14665 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,-14.5 parent: 1 - type: Transform - uid: 14666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-14.5 parent: 1 - type: Transform - uid: 14667 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-15.5 parent: 1 - type: Transform - uid: 14668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-15.5 parent: 1 - type: Transform - uid: 14669 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-15.5 parent: 1 - type: Transform - uid: 14670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-15.5 parent: 1 - type: Transform - uid: 14671 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-15.5 parent: 1 - type: Transform - uid: 14672 components: - - pos: -100.5,-16.5 + - type: Transform + pos: -100.5,-16.5 parent: 1 - type: Transform - uid: 14673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-15.5 parent: 1 - type: Transform - uid: 14686 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-17.5 parent: 1 - type: Transform - uid: 14687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-16.5 parent: 1 - type: Transform - uid: 14688 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-15.5 parent: 1 - type: Transform - uid: 14745 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,36.5 parent: 1 - type: Transform - uid: 14746 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,36.5 parent: 1 - type: Transform - uid: 14747 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,36.5 parent: 1 - type: Transform - uid: 14748 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,36.5 parent: 1 - type: Transform - uid: 14749 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,36.5 parent: 1 - type: Transform - uid: 14750 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,36.5 parent: 1 - type: Transform - uid: 14751 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,36.5 parent: 1 - type: Transform - uid: 14752 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,36.5 parent: 1 - type: Transform - uid: 14753 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,36.5 parent: 1 - type: Transform - uid: 14754 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,36.5 parent: 1 - type: Transform - uid: 14755 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,36.5 parent: 1 - type: Transform - uid: 14756 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,36.5 parent: 1 - type: Transform - uid: 14757 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,36.5 parent: 1 - type: Transform - uid: 14758 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,36.5 parent: 1 - type: Transform - uid: 14759 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,36.5 parent: 1 - type: Transform - uid: 14760 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,35.5 parent: 1 - type: Transform - uid: 14761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,34.5 parent: 1 - type: Transform - uid: 14762 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,33.5 parent: 1 - type: Transform - uid: 14763 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,32.5 parent: 1 - type: Transform - uid: 14764 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,31.5 parent: 1 - type: Transform - uid: 14765 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,30.5 parent: 1 - type: Transform - uid: 14766 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,29.5 parent: 1 - type: Transform - uid: 14767 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,28.5 parent: 1 - type: Transform - uid: 14768 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,27.5 parent: 1 - type: Transform - uid: 14769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,26.5 parent: 1 - type: Transform - uid: 14770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,26.5 parent: 1 - type: Transform - uid: 14771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,26.5 parent: 1 - type: Transform - uid: 14772 components: - - pos: -69.5,25.5 + - type: Transform + pos: -69.5,25.5 parent: 1 - type: Transform - uid: 14773 components: - - pos: -69.5,24.5 + - type: Transform + pos: -69.5,24.5 parent: 1 - type: Transform - uid: 14774 components: - - pos: -69.5,23.5 + - type: Transform + pos: -69.5,23.5 parent: 1 - type: Transform - uid: 14775 components: - - pos: -69.5,22.5 + - type: Transform + pos: -69.5,22.5 parent: 1 - type: Transform - uid: 14776 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,21.5 parent: 1 - type: Transform - uid: 14777 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,21.5 parent: 1 - type: Transform - uid: 14778 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,23.5 parent: 1 - type: Transform - uid: 14779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,24.5 parent: 1 - type: Transform - uid: 14780 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,25.5 parent: 1 - type: Transform - uid: 14781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,21.5 parent: 1 - type: Transform - uid: 14782 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,21.5 parent: 1 - type: Transform - uid: 14783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,21.5 parent: 1 - type: Transform - uid: 14784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,21.5 parent: 1 - type: Transform - uid: 14785 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,21.5 parent: 1 - type: Transform - uid: 14786 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,21.5 parent: 1 - type: Transform - uid: 14787 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,21.5 parent: 1 - type: Transform - uid: 14788 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,21.5 parent: 1 - type: Transform - uid: 14789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,21.5 parent: 1 - type: Transform - uid: 14790 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,21.5 parent: 1 - type: Transform - uid: 14791 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,21.5 parent: 1 - type: Transform - uid: 14792 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,21.5 parent: 1 - type: Transform - uid: 14793 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,21.5 parent: 1 - type: Transform - uid: 14794 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,21.5 parent: 1 - type: Transform - uid: 14795 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,21.5 parent: 1 - type: Transform - uid: 14796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,21.5 parent: 1 - type: Transform - uid: 14797 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,21.5 parent: 1 - type: Transform - uid: 14798 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,21.5 parent: 1 - type: Transform - uid: 14799 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,21.5 parent: 1 - type: Transform - uid: 14800 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,21.5 parent: 1 - type: Transform - uid: 14801 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,21.5 parent: 1 - type: Transform - uid: 14802 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,21.5 parent: 1 - type: Transform - uid: 14803 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,21.5 parent: 1 - type: Transform - uid: 14804 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,21.5 parent: 1 - type: Transform - uid: 14805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,21.5 parent: 1 - type: Transform - uid: 14806 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,21.5 parent: 1 - type: Transform - uid: 14807 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,21.5 parent: 1 - type: Transform - uid: 14808 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,22.5 parent: 1 - type: Transform - uid: 14809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,22.5 parent: 1 - type: Transform - uid: 14810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,22.5 parent: 1 - type: Transform - uid: 14811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,22.5 parent: 1 - type: Transform - uid: 14812 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,22.5 parent: 1 - type: Transform - uid: 14813 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,22.5 parent: 1 - type: Transform - uid: 14814 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,22.5 parent: 1 - type: Transform - uid: 14815 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,22.5 parent: 1 - type: Transform - uid: 14816 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,22.5 parent: 1 - type: Transform - uid: 14817 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,22.5 parent: 1 - type: Transform - uid: 14818 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,22.5 parent: 1 - type: Transform - uid: 14819 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,22.5 parent: 1 - type: Transform - uid: 14820 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,22.5 parent: 1 - type: Transform - uid: 14821 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,22.5 parent: 1 - type: Transform - uid: 14822 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,22.5 parent: 1 - type: Transform - uid: 14823 components: - - pos: -73.5,20.5 + - type: Transform + pos: -73.5,20.5 parent: 1 - type: Transform - uid: 14824 components: - - pos: -73.5,19.5 + - type: Transform + pos: -73.5,19.5 parent: 1 - type: Transform - uid: 14825 components: - - pos: -73.5,18.5 + - type: Transform + pos: -73.5,18.5 parent: 1 - type: Transform - uid: 14826 components: - - pos: -73.5,17.5 + - type: Transform + pos: -73.5,17.5 parent: 1 - type: Transform - uid: 14827 components: - - pos: -73.5,16.5 + - type: Transform + pos: -73.5,16.5 parent: 1 - type: Transform - uid: 14828 components: - - pos: -73.5,15.5 + - type: Transform + pos: -73.5,15.5 parent: 1 - type: Transform - uid: 14829 components: - - pos: -73.5,14.5 + - type: Transform + pos: -73.5,14.5 parent: 1 - type: Transform - uid: 14830 components: - - pos: -73.5,13.5 + - type: Transform + pos: -73.5,13.5 parent: 1 - type: Transform - uid: 14831 components: - - pos: -73.5,12.5 + - type: Transform + pos: -73.5,12.5 parent: 1 - type: Transform - uid: 14832 components: - - pos: -73.5,11.5 + - type: Transform + pos: -73.5,11.5 parent: 1 - type: Transform - uid: 14833 components: - - pos: -73.5,10.5 + - type: Transform + pos: -73.5,10.5 parent: 1 - type: Transform - uid: 14834 components: - - pos: -73.5,9.5 + - type: Transform + pos: -73.5,9.5 parent: 1 - type: Transform - uid: 14835 components: - - pos: -73.5,8.5 + - type: Transform + pos: -73.5,8.5 parent: 1 - type: Transform - uid: 14836 components: - - pos: -73.5,7.5 + - type: Transform + pos: -73.5,7.5 parent: 1 - type: Transform - uid: 14837 components: - - pos: -73.5,6.5 + - type: Transform + pos: -73.5,6.5 parent: 1 - type: Transform - uid: 14838 components: - - pos: -73.5,5.5 + - type: Transform + pos: -73.5,5.5 parent: 1 - type: Transform - uid: 14839 components: - - pos: -73.5,4.5 + - type: Transform + pos: -73.5,4.5 parent: 1 - type: Transform - uid: 14840 components: - - pos: -73.5,3.5 + - type: Transform + pos: -73.5,3.5 parent: 1 - type: Transform - uid: 14841 components: - - pos: -73.5,2.5 + - type: Transform + pos: -73.5,2.5 parent: 1 - type: Transform - uid: 14842 components: - - pos: -73.5,1.5 + - type: Transform + pos: -73.5,1.5 parent: 1 - type: Transform - uid: 14843 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,0.5 parent: 1 - type: Transform - uid: 14844 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,0.5 parent: 1 - type: Transform - uid: 14845 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,0.5 parent: 1 - type: Transform - uid: 14846 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,0.5 parent: 1 - type: Transform - uid: 14847 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,0.5 parent: 1 - type: Transform - uid: 14848 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,1.5 parent: 1 - type: Transform - uid: 14849 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,0.5 parent: 1 - type: Transform - uid: 14850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,0.5 parent: 1 - type: Transform - uid: 14852 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-0.5 parent: 1 - type: Transform - uid: 14853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-1.5 parent: 1 - type: Transform - uid: 14854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-2.5 parent: 1 - type: Transform - uid: 14855 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-2.5 parent: 1 - type: Transform - uid: 14857 components: - - pos: -85.5,-4.5 + - type: Transform + pos: -85.5,-4.5 parent: 1 - type: Transform - uid: 14858 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-2.5 parent: 1 - type: Transform - uid: 14859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-2.5 parent: 1 - type: Transform - uid: 14860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,1.5 parent: 1 - type: Transform - uid: 14861 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,2.5 parent: 1 - type: Transform - uid: 14862 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,3.5 parent: 1 - type: Transform - uid: 14863 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,4.5 parent: 1 - type: Transform - uid: 14864 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,5.5 parent: 1 - type: Transform - uid: 14865 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,6.5 parent: 1 - type: Transform - uid: 14866 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,7.5 parent: 1 - type: Transform - uid: 14867 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,7.5 parent: 1 - type: Transform - uid: 14868 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,7.5 parent: 1 - type: Transform - uid: 14869 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,7.5 parent: 1 - type: Transform - uid: 14870 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,7.5 parent: 1 - type: Transform - uid: 14872 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,8.5 parent: 1 - type: Transform - uid: 14873 components: - - pos: -85.5,9.5 + - type: Transform + pos: -85.5,9.5 parent: 1 - type: Transform - uid: 14874 components: - - pos: -85.5,10.5 + - type: Transform + pos: -85.5,10.5 parent: 1 - type: Transform - uid: 14875 components: - - pos: -85.5,11.5 + - type: Transform + pos: -85.5,11.5 parent: 1 - type: Transform - uid: 14876 components: - - pos: -85.5,12.5 + - type: Transform + pos: -85.5,12.5 parent: 1 - type: Transform - uid: 14877 components: - - pos: -85.5,13.5 + - type: Transform + pos: -85.5,13.5 parent: 1 - type: Transform - uid: 14878 components: - - pos: -85.5,14.5 + - type: Transform + pos: -85.5,14.5 parent: 1 - type: Transform - uid: 14879 components: - - pos: -85.5,15.5 + - type: Transform + pos: -85.5,15.5 parent: 1 - type: Transform - uid: 14880 components: - - pos: -85.5,16.5 + - type: Transform + pos: -85.5,16.5 parent: 1 - type: Transform - uid: 14881 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,17.5 parent: 1 - type: Transform - uid: 14882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,17.5 parent: 1 - type: Transform - uid: 14883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,17.5 parent: 1 - type: Transform - uid: 14884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,17.5 parent: 1 - type: Transform - uid: 14885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,8.5 parent: 1 - type: Transform - uid: 14886 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,8.5 parent: 1 - type: Transform - uid: 14887 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,7.5 parent: 1 - type: Transform - uid: 14888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,6.5 parent: 1 - type: Transform - uid: 14889 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,6.5 parent: 1 - type: Transform - uid: 14890 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,6.5 parent: 1 - type: Transform - uid: 14891 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,6.5 parent: 1 - type: Transform - uid: 14893 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,6.5 parent: 1 - type: Transform - uid: 14895 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,6.5 parent: 1 - type: Transform - uid: 14897 components: - - pos: -62.5,16.5 + - type: Transform + pos: -62.5,16.5 parent: 1 - type: Transform - uid: 14898 components: - - pos: -62.5,17.5 + - type: Transform + pos: -62.5,17.5 parent: 1 - type: Transform - uid: 14899 components: - - pos: -62.5,18.5 + - type: Transform + pos: -62.5,18.5 parent: 1 - type: Transform - uid: 14900 components: - - pos: -62.5,19.5 + - type: Transform + pos: -62.5,19.5 parent: 1 - type: Transform - uid: 14901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,20.5 parent: 1 - type: Transform - uid: 14902 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,20.5 parent: 1 - type: Transform - uid: 14903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,20.5 parent: 1 - type: Transform - uid: 14904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,20.5 parent: 1 - type: Transform - uid: 14905 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,20.5 parent: 1 - type: Transform - uid: 14906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,20.5 parent: 1 - type: Transform - uid: 14907 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,20.5 parent: 1 - type: Transform - uid: 14908 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,20.5 parent: 1 - type: Transform - uid: 14909 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,20.5 parent: 1 - type: Transform - uid: 14910 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,20.5 parent: 1 - type: Transform - uid: 14911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,20.5 parent: 1 - type: Transform - uid: 14912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,20.5 parent: 1 - type: Transform - uid: 14913 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,20.5 parent: 1 - type: Transform - uid: 14914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,20.5 parent: 1 - type: Transform - uid: 14915 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,20.5 parent: 1 - type: Transform - uid: 14916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,20.5 parent: 1 - type: Transform - uid: 14917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,20.5 parent: 1 - type: Transform - uid: 14918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,20.5 parent: 1 - type: Transform - uid: 14919 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,20.5 parent: 1 - type: Transform - uid: 14920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,20.5 parent: 1 - type: Transform - uid: 14921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,20.5 parent: 1 - type: Transform - uid: 15119 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-7.5 parent: 1 - type: Transform - uid: 15120 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-8.5 parent: 1 - type: Transform - uid: 15121 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-9.5 parent: 1 - type: Transform - uid: 15122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-10.5 parent: 1 - type: Transform - uid: 15123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-11.5 parent: 1 - type: Transform - uid: 15124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-12.5 parent: 1 - type: Transform - uid: 15125 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-13.5 parent: 1 - type: Transform - uid: 15126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-14.5 parent: 1 - type: Transform - uid: 16110 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,36.5 parent: 1 - type: Transform - uid: 16305 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 16308 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 16309 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 16407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,36.5 parent: 1 - type: Transform - uid: 16495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-21.5 parent: 1 - type: Transform - uid: 16525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-24.5 parent: 1 - type: Transform - uid: 16803 components: - - pos: -74.5,-30.5 + - type: Transform + pos: -74.5,-30.5 parent: 1 - type: Transform - uid: 16804 components: - - pos: -74.5,-29.5 + - type: Transform + pos: -74.5,-29.5 parent: 1 - type: Transform - uid: 17540 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,5.5 parent: 1 - type: Transform - uid: 18888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,36.5 parent: 1 - type: Transform - uid: 18899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,36.5 parent: 1 - type: Transform - uid: 18916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-46.5 parent: 1 - type: Transform - uid: 18917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,37.5 parent: 1 - type: Transform - uid: 18918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,37.5 parent: 1 - type: Transform - uid: 18951 components: - - pos: -74.5,-33.5 + - type: Transform + pos: -74.5,-33.5 parent: 1 - type: Transform - uid: 18952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-35.5 parent: 1 - type: Transform - uid: 19224 components: - - pos: -43.5,36.5 + - type: Transform + pos: -43.5,36.5 parent: 1 - type: Transform - uid: 19279 components: - - pos: -42.5,41.5 + - type: Transform + pos: -42.5,41.5 parent: 1 - type: Transform - uid: 20276 components: - - pos: -42.5,40.5 + - type: Transform + pos: -42.5,40.5 parent: 1 - type: Transform - uid: 20544 components: - - pos: -42.5,39.5 + - type: Transform + pos: -42.5,39.5 parent: 1 - type: Transform - uid: 22858 components: - - pos: -42.5,38.5 + - type: Transform + pos: -42.5,38.5 parent: 1 - type: Transform - uid: 23624 components: - - pos: -49.5,40.5 + - type: Transform + pos: -49.5,40.5 parent: 1 - type: Transform - uid: 23625 components: - - pos: -56.5,35.5 + - type: Transform + pos: -56.5,35.5 parent: 1 - type: Transform - uid: 23626 components: - - pos: -56.5,34.5 + - type: Transform + pos: -56.5,34.5 parent: 1 - type: Transform - uid: 24461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-24.5 parent: 1 - type: Transform - uid: 24462 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-24.5 parent: 1 - type: Transform - uid: 24740 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-24.5 parent: 1 - type: Transform - uid: 24749 components: - - pos: -74.5,-28.5 + - type: Transform + pos: -74.5,-28.5 parent: 1 - type: Transform - uid: 25027 components: - - pos: -56.5,33.5 + - type: Transform + pos: -56.5,33.5 parent: 1 - type: Transform - uid: 25298 components: - - pos: -56.5,32.5 + - type: Transform + pos: -56.5,32.5 parent: 1 - type: Transform - uid: 27613 components: - - pos: -56.5,31.5 + - type: Transform + pos: -56.5,31.5 parent: 1 - type: Transform - uid: 28655 components: - - pos: -56.5,30.5 + - type: Transform + pos: -56.5,30.5 parent: 1 - type: Transform - uid: 28688 components: - - pos: -42.5,37.5 + - type: Transform + pos: -42.5,37.5 parent: 1 - type: Transform - uid: 28787 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,1.5 parent: 1 - type: Transform - uid: 28804 components: - - pos: -42.5,36.5 + - type: Transform + pos: -42.5,36.5 parent: 1 - type: Transform - uid: 28805 components: - - pos: -42.5,35.5 + - type: Transform + pos: -42.5,35.5 parent: 1 - type: Transform - uid: 28810 components: - - pos: -42.5,34.5 + - type: Transform + pos: -42.5,34.5 parent: 1 - type: Transform - uid: 28838 components: - - pos: -42.5,33.5 + - type: Transform + pos: -42.5,33.5 parent: 1 - type: Transform - uid: 28844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,3.5 parent: 1 - type: Transform - uid: 28845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,4.5 parent: 1 - type: Transform - uid: 28846 components: - - pos: -39.5,18.5 + - type: Transform + pos: -39.5,18.5 parent: 1 - type: Transform - uid: 28851 components: - - pos: -42.5,32.5 + - type: Transform + pos: -42.5,32.5 parent: 1 - type: Transform - uid: 28859 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,19.5 parent: 1 - type: Transform - uid: 28860 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,19.5 parent: 1 - type: Transform - uid: 28861 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,19.5 parent: 1 - type: Transform - uid: 28862 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,19.5 parent: 1 - type: Transform - uid: 28863 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,19.5 parent: 1 - type: Transform - uid: 28864 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,19.5 parent: 1 - type: Transform - uid: 28865 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,19.5 parent: 1 - type: Transform - uid: 28866 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,19.5 parent: 1 - type: Transform - uid: 28867 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,19.5 parent: 1 - type: Transform - uid: 28868 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,19.5 parent: 1 - type: Transform - uid: 28869 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,19.5 parent: 1 - type: Transform - uid: 28870 components: - - pos: -53.5,17.5 + - type: Transform + pos: -53.5,17.5 parent: 1 - type: Transform - uid: 28871 components: - - pos: -53.5,18.5 + - type: Transform + pos: -53.5,18.5 parent: 1 - type: Transform - uid: 28872 components: - - pos: -42.5,20.5 + - type: Transform + pos: -42.5,20.5 parent: 1 - type: Transform - uid: 28873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,19.5 parent: 1 - type: Transform - uid: 28874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,19.5 parent: 1 - type: Transform - uid: 28875 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,19.5 parent: 1 - type: Transform - uid: 28876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,19.5 parent: 1 - type: Transform - uid: 28877 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,19.5 parent: 1 - type: Transform - uid: 28878 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,19.5 parent: 1 - type: Transform - uid: 28879 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,19.5 parent: 1 - type: Transform - uid: 28880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,19.5 parent: 1 - type: Transform - uid: 28881 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,19.5 parent: 1 - type: Transform - uid: 28882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,19.5 parent: 1 - type: Transform - uid: 28883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,19.5 parent: 1 - type: Transform - uid: 28884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,19.5 parent: 1 - type: Transform - uid: 28885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,19.5 parent: 1 - type: Transform - uid: 28886 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,20.5 parent: 1 - type: Transform - uid: 28888 components: - - pos: -39.5,17.5 + - type: Transform + pos: -39.5,17.5 parent: 1 - type: Transform - uid: 28889 components: - - pos: -39.5,16.5 + - type: Transform + pos: -39.5,16.5 parent: 1 - type: Transform - uid: 28890 components: - - pos: -39.5,15.5 + - type: Transform + pos: -39.5,15.5 parent: 1 - type: Transform - uid: 28891 components: - - pos: -39.5,14.5 + - type: Transform + pos: -39.5,14.5 parent: 1 - type: Transform - uid: 28892 components: - - pos: -39.5,13.5 + - type: Transform + pos: -39.5,13.5 parent: 1 - type: Transform - uid: 28893 components: - - pos: -39.5,12.5 + - type: Transform + pos: -39.5,12.5 parent: 1 - type: Transform - uid: 28894 components: - - pos: -39.5,11.5 + - type: Transform + pos: -39.5,11.5 parent: 1 - type: Transform - uid: 28895 components: - - pos: -39.5,10.5 + - type: Transform + pos: -39.5,10.5 parent: 1 - type: Transform - uid: 28896 components: - - pos: -39.5,9.5 + - type: Transform + pos: -39.5,9.5 parent: 1 - type: Transform - uid: 28897 components: - - pos: -39.5,8.5 + - type: Transform + pos: -39.5,8.5 parent: 1 - type: Transform - uid: 28898 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,7.5 parent: 1 - type: Transform - uid: 28899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,7.5 parent: 1 - type: Transform - uid: 28900 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,6.5 parent: 1 - type: Transform - uid: 28901 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,5.5 parent: 1 - type: Transform - uid: 28907 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,1.5 parent: 1 - type: Transform - uid: 28908 components: - - pos: -39.5,0.5 + - type: Transform + pos: -39.5,0.5 parent: 1 - type: Transform - uid: 28909 components: - - pos: -39.5,-0.5 + - type: Transform + pos: -39.5,-0.5 parent: 1 - type: Transform - uid: 28910 components: - - pos: -39.5,-1.5 + - type: Transform + pos: -39.5,-1.5 parent: 1 - type: Transform - uid: 28911 components: - - pos: -39.5,-2.5 + - type: Transform + pos: -39.5,-2.5 parent: 1 - type: Transform - uid: 28912 components: - - pos: -39.5,-3.5 + - type: Transform + pos: -39.5,-3.5 parent: 1 - type: Transform - uid: 28913 components: - - pos: -39.5,-4.5 + - type: Transform + pos: -39.5,-4.5 parent: 1 - type: Transform - uid: 28914 components: - - pos: -39.5,-5.5 + - type: Transform + pos: -39.5,-5.5 parent: 1 - type: Transform - uid: 28915 components: - - pos: -39.5,-6.5 + - type: Transform + pos: -39.5,-6.5 parent: 1 - type: Transform - uid: 28916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-12.5 parent: 1 - type: Transform - uid: 28917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-12.5 parent: 1 - type: Transform - uid: 28918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-12.5 parent: 1 - type: Transform - uid: 28919 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-11.5 parent: 1 - type: Transform - uid: 28920 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-10.5 parent: 1 - type: Transform - uid: 28921 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-9.5 parent: 1 - type: Transform - uid: 28922 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-8.5 parent: 1 - type: Transform - uid: 28923 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-7.5 parent: 1 - type: Transform - uid: 28924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-7.5 parent: 1 - type: Transform - uid: 28925 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-7.5 parent: 1 - type: Transform - uid: 28926 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-7.5 parent: 1 - type: Transform - uid: 28927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-7.5 parent: 1 - type: Transform - uid: 28928 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-7.5 parent: 1 - type: Transform - uid: 28934 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,36.5 parent: 1 - type: Transform - uid: 28937 components: - - pos: -42.5,29.5 + - type: Transform + pos: -42.5,29.5 parent: 1 - type: Transform - uid: 28945 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,7.5 parent: 1 - type: Transform - uid: 28957 components: - - pos: -42.5,28.5 + - type: Transform + pos: -42.5,28.5 parent: 1 - type: Transform - uid: 28958 components: - - pos: -42.5,27.5 + - type: Transform + pos: -42.5,27.5 parent: 1 - type: Transform - uid: 28959 components: - - pos: -42.5,24.5 + - type: Transform + pos: -42.5,24.5 parent: 1 - type: Transform - uid: 28960 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-45.5 parent: 1 - type: Transform - uid: 28961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-45.5 parent: 1 - type: Transform - uid: 28962 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-45.5 parent: 1 - type: Transform - uid: 28963 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-45.5 parent: 1 - type: Transform - uid: 28964 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-45.5 parent: 1 - type: Transform - uid: 28965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-45.5 parent: 1 - type: Transform - uid: 28966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-45.5 parent: 1 - type: Transform - uid: 28967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-45.5 parent: 1 - type: Transform - uid: 28968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-45.5 parent: 1 - type: Transform - uid: 28969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-45.5 parent: 1 - type: Transform - uid: 28970 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-45.5 parent: 1 - type: Transform - uid: 28971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-45.5 parent: 1 - type: Transform - uid: 28972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-45.5 parent: 1 - type: Transform - uid: 28973 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-45.5 parent: 1 - type: Transform - uid: 28974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-45.5 parent: 1 - type: Transform - uid: 28975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-46.5 parent: 1 - type: Transform - uid: 28976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-46.5 parent: 1 - type: Transform - uid: 28977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-46.5 parent: 1 - type: Transform - uid: 28978 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-46.5 parent: 1 - type: Transform - uid: 28979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-46.5 parent: 1 - type: Transform - uid: 28980 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-46.5 parent: 1 - type: Transform - uid: 28981 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-46.5 parent: 1 - type: Transform - uid: 28982 components: - - pos: -42.5,23.5 + - type: Transform + pos: -42.5,23.5 parent: 1 - type: Transform - uid: 28989 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-46.5 parent: 1 - type: Transform - uid: 28990 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-46.5 parent: 1 - type: Transform - uid: 28991 components: - - pos: -15.5,-45.5 + - type: Transform + pos: -15.5,-45.5 parent: 1 - type: Transform - uid: 28992 components: - - pos: -15.5,-44.5 + - type: Transform + pos: -15.5,-44.5 parent: 1 - type: Transform - uid: 28993 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 1 - type: Transform - uid: 28994 components: - - pos: -15.5,-42.5 + - type: Transform + pos: -15.5,-42.5 parent: 1 - type: Transform - uid: 28995 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 28996 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-41.5 parent: 1 - type: Transform - uid: 28997 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-41.5 parent: 1 - type: Transform - uid: 28998 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-41.5 parent: 1 - type: Transform - uid: 28999 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-41.5 parent: 1 - type: Transform - uid: 29000 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-41.5 parent: 1 - type: Transform - uid: 29003 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 1 - type: Transform - uid: 29004 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 1 - type: Transform - uid: 29005 components: - - pos: -15.5,-38.5 + - type: Transform + pos: -15.5,-38.5 parent: 1 - type: Transform - uid: 29006 components: - - pos: -15.5,-37.5 + - type: Transform + pos: -15.5,-37.5 parent: 1 - type: Transform - uid: 29007 components: - - pos: -15.5,-36.5 + - type: Transform + pos: -15.5,-36.5 parent: 1 - type: Transform - uid: 29008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-35.5 parent: 1 - type: Transform - uid: 29009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-34.5 parent: 1 - type: Transform - uid: 29010 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-33.5 parent: 1 - type: Transform - uid: 29011 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-32.5 parent: 1 - type: Transform - uid: 29012 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-31.5 parent: 1 - type: Transform - uid: 29013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-30.5 parent: 1 - type: Transform - uid: 29014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-29.5 parent: 1 - type: Transform - uid: 29015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-28.5 parent: 1 - type: Transform - uid: 29016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-27.5 parent: 1 - type: Transform - uid: 29017 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-26.5 parent: 1 - type: Transform - uid: 29018 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-24.5 parent: 1 - type: Transform - uid: 29019 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-23.5 parent: 1 - type: Transform - uid: 29020 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-23.5 parent: 1 - type: Transform - uid: 29021 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-23.5 parent: 1 - type: Transform - uid: 29022 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-23.5 parent: 1 - type: Transform - uid: 29023 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-23.5 parent: 1 - type: Transform - uid: 29024 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-23.5 parent: 1 - type: Transform - uid: 29025 components: - - pos: -10.5,-22.5 + - type: Transform + pos: -10.5,-22.5 parent: 1 - type: Transform - uid: 29026 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-21.5 parent: 1 - type: Transform - uid: 29027 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-21.5 parent: 1 - type: Transform - uid: 29028 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-21.5 parent: 1 - type: Transform - uid: 29029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-21.5 parent: 1 - type: Transform - uid: 29030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-21.5 parent: 1 - type: Transform - uid: 29031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-21.5 parent: 1 - type: Transform - uid: 29032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-21.5 parent: 1 - type: Transform - uid: 29033 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-21.5 parent: 1 - type: Transform - uid: 29034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-20.5 parent: 1 - type: Transform - uid: 29035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-19.5 parent: 1 - type: Transform - uid: 29036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-18.5 parent: 1 - type: Transform - uid: 29037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-17.5 parent: 1 - type: Transform - uid: 29038 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-16.5 parent: 1 - type: Transform - uid: 29039 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-15.5 parent: 1 - type: Transform - uid: 29040 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-14.5 parent: 1 - type: Transform - uid: 29041 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-13.5 parent: 1 - type: Transform - uid: 29042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 29043 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-11.5 parent: 1 - type: Transform - uid: 29044 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-11.5 parent: 1 - type: Transform - uid: 29045 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-11.5 parent: 1 - type: Transform - uid: 29046 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-11.5 parent: 1 - type: Transform - uid: 29047 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-11.5 parent: 1 - type: Transform - uid: 29048 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-11.5 parent: 1 - type: Transform - uid: 29049 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-25.5 parent: 1 - type: Transform - uid: 29050 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-25.5 parent: 1 - type: Transform - uid: 29051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-25.5 parent: 1 - type: Transform - uid: 29052 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-25.5 parent: 1 - type: Transform - uid: 29053 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-25.5 parent: 1 - type: Transform - uid: 29054 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-25.5 parent: 1 - type: Transform - uid: 29055 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-25.5 parent: 1 - type: Transform - uid: 29056 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-25.5 parent: 1 - type: Transform - uid: 29057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-25.5 parent: 1 - type: Transform - uid: 29058 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-25.5 parent: 1 - type: Transform - uid: 29059 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-25.5 parent: 1 - type: Transform - uid: 29060 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-25.5 parent: 1 - type: Transform - uid: 29061 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-25.5 parent: 1 - type: Transform - uid: 29062 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-25.5 parent: 1 - type: Transform - uid: 29063 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-25.5 parent: 1 - type: Transform - uid: 29064 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-25.5 parent: 1 - type: Transform - uid: 29065 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-25.5 parent: 1 - type: Transform - uid: 29066 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-25.5 parent: 1 - type: Transform - uid: 29067 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-25.5 parent: 1 - type: Transform - uid: 29068 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-25.5 parent: 1 - type: Transform - uid: 29069 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-25.5 parent: 1 - type: Transform - uid: 29070 components: - - pos: -39.5,-24.5 + - type: Transform + pos: -39.5,-24.5 parent: 1 - type: Transform - uid: 29071 components: - - pos: -39.5,-23.5 + - type: Transform + pos: -39.5,-23.5 parent: 1 - type: Transform - uid: 29072 components: - - pos: -39.5,-22.5 + - type: Transform + pos: -39.5,-22.5 parent: 1 - type: Transform - uid: 29073 components: - - pos: -39.5,-21.5 + - type: Transform + pos: -39.5,-21.5 parent: 1 - type: Transform - uid: 29074 components: - - pos: -39.5,-20.5 + - type: Transform + pos: -39.5,-20.5 parent: 1 - type: Transform - uid: 29075 components: - - pos: -39.5,-19.5 + - type: Transform + pos: -39.5,-19.5 parent: 1 - type: Transform - uid: 29076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-8.5 parent: 1 - type: Transform - uid: 29077 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-8.5 parent: 1 - type: Transform - uid: 29078 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-8.5 parent: 1 - type: Transform - uid: 29079 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-8.5 parent: 1 - type: Transform - uid: 29080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-8.5 parent: 1 - type: Transform - uid: 29081 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-8.5 parent: 1 - type: Transform - uid: 29082 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-8.5 parent: 1 - type: Transform - uid: 29083 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-8.5 parent: 1 - type: Transform - uid: 29084 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-8.5 parent: 1 - type: Transform - uid: 29085 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-8.5 parent: 1 - type: Transform - uid: 29086 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-9.5 parent: 1 - type: Transform - uid: 29087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-10.5 parent: 1 - type: Transform - uid: 29088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-11.5 parent: 1 - type: Transform - uid: 29089 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-12.5 parent: 1 - type: Transform - uid: 29090 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-18.5 parent: 1 - type: Transform - uid: 29091 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-18.5 parent: 1 - type: Transform - uid: 29092 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-18.5 parent: 1 - type: Transform - uid: 29093 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-18.5 parent: 1 - type: Transform - uid: 29094 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-18.5 parent: 1 - type: Transform - uid: 29095 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-18.5 parent: 1 - type: Transform - uid: 29096 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-18.5 parent: 1 - type: Transform - uid: 29097 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-18.5 parent: 1 - type: Transform - uid: 29098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,29.5 parent: 1 - type: Transform - uid: 29099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-18.5 parent: 1 - type: Transform - uid: 29101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-17.5 parent: 1 - type: Transform - uid: 29102 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-16.5 parent: 1 - type: Transform - uid: 29103 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-15.5 parent: 1 - type: Transform - uid: 29104 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-14.5 parent: 1 - type: Transform - uid: 29105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-13.5 parent: 1 - type: Transform - uid: 29106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-13.5 parent: 1 - type: Transform - uid: 29107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-13.5 parent: 1 - type: Transform - uid: 29108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-13.5 parent: 1 - type: Transform - uid: 29109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-13.5 parent: 1 - type: Transform - uid: 29110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-13.5 parent: 1 - type: Transform - uid: 29111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-13.5 parent: 1 - type: Transform - uid: 29112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-13.5 parent: 1 - type: Transform - uid: 29113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-13.5 parent: 1 - type: Transform - uid: 29114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-13.5 parent: 1 - type: Transform - uid: 29115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-13.5 parent: 1 - type: Transform - uid: 29116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-13.5 parent: 1 - type: Transform - uid: 29117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-13.5 parent: 1 - type: Transform - uid: 29118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-13.5 parent: 1 - type: Transform - uid: 29119 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-13.5 parent: 1 - type: Transform - uid: 29120 components: - - pos: -66.5,-14.5 + - type: Transform + pos: -66.5,-14.5 parent: 1 - type: Transform - uid: 29121 components: - - pos: -66.5,-15.5 + - type: Transform + pos: -66.5,-15.5 parent: 1 - type: Transform - uid: 29122 components: - - pos: -66.5,-16.5 + - type: Transform + pos: -66.5,-16.5 parent: 1 - type: Transform - uid: 29123 components: - - pos: -66.5,-17.5 + - type: Transform + pos: -66.5,-17.5 parent: 1 - type: Transform - uid: 29124 components: - - pos: -66.5,-18.5 + - type: Transform + pos: -66.5,-18.5 parent: 1 - type: Transform - uid: 29125 components: - - pos: -66.5,-19.5 + - type: Transform + pos: -66.5,-19.5 parent: 1 - type: Transform - uid: 29126 components: - - pos: -66.5,-20.5 + - type: Transform + pos: -66.5,-20.5 parent: 1 - type: Transform - uid: 29127 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-13.5 parent: 1 - type: Transform - uid: 29128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-13.5 parent: 1 - type: Transform - uid: 29129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-13.5 parent: 1 - type: Transform - uid: 29130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-13.5 parent: 1 - type: Transform - uid: 29131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-13.5 parent: 1 - type: Transform - uid: 29132 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-13.5 parent: 1 - type: Transform - uid: 29133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-13.5 parent: 1 - type: Transform - uid: 29134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-12.5 parent: 1 - type: Transform - uid: 29135 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-11.5 parent: 1 - type: Transform - uid: 29136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-10.5 parent: 1 - type: Transform - uid: 29137 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-9.5 parent: 1 - type: Transform - uid: 29138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-8.5 parent: 1 - type: Transform - uid: 29139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-7.5 parent: 1 - type: Transform - uid: 29140 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-6.5 parent: 1 - type: Transform - uid: 29141 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-5.5 parent: 1 - type: Transform - uid: 29142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-4.5 parent: 1 - type: Transform - uid: 29143 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-3.5 parent: 1 - type: Transform - uid: 29144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-2.5 parent: 1 - type: Transform - uid: 29145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-1.5 parent: 1 - type: Transform - uid: 29146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-0.5 parent: 1 - type: Transform - uid: 29147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-0.5 parent: 1 - type: Transform - uid: 29148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-0.5 parent: 1 - type: Transform - uid: 29149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-0.5 parent: 1 - type: Transform - uid: 29150 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-0.5 parent: 1 - type: Transform - uid: 29151 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-0.5 parent: 1 - type: Transform - uid: 29152 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-1.5 parent: 1 - type: Transform - uid: 29153 components: - - pos: -83.5,-2.5 + - type: Transform + pos: -83.5,-2.5 parent: 1 - type: Transform - uid: 29154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-3.5 parent: 1 - type: Transform - uid: 29155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-3.5 parent: 1 - type: Transform - uid: 29156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-3.5 parent: 1 - type: Transform - uid: 29157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-2.5 parent: 1 - type: Transform - uid: 29158 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-0.5 parent: 1 - type: Transform - uid: 29159 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,0.5 parent: 1 - type: Transform - uid: 29160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,1.5 parent: 1 - type: Transform - uid: 29161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,2.5 parent: 1 - type: Transform - uid: 29162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,2.5 parent: 1 - type: Transform - uid: 29163 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,2.5 parent: 1 - type: Transform - uid: 29164 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,2.5 parent: 1 - type: Transform - uid: 29165 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,2.5 parent: 1 - type: Transform - uid: 29166 components: - - pos: -94.5,3.5 + - type: Transform + pos: -94.5,3.5 parent: 1 - type: Transform - uid: 29167 components: - - pos: -94.5,4.5 + - type: Transform + pos: -94.5,4.5 parent: 1 - type: Transform - uid: 29168 components: - - pos: -94.5,5.5 + - type: Transform + pos: -94.5,5.5 parent: 1 - type: Transform - uid: 29169 components: - - pos: -94.5,6.5 + - type: Transform + pos: -94.5,6.5 parent: 1 - type: Transform - uid: 29170 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,9.5 parent: 1 - type: Transform - uid: 29171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,9.5 parent: 1 - type: Transform - uid: 29172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,9.5 parent: 1 - type: Transform - uid: 29173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,9.5 parent: 1 - type: Transform - uid: 29174 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,7.5 parent: 1 - type: Transform - uid: 29175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,6.5 parent: 1 - type: Transform - uid: 29176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,5.5 parent: 1 - type: Transform - uid: 29177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,4.5 parent: 1 - type: Transform - uid: 29178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,3.5 parent: 1 - type: Transform - uid: 29179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,2.5 parent: 1 - type: Transform - uid: 29180 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,1.5 parent: 1 - type: Transform - uid: 29181 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,0.5 parent: 1 - type: Transform - uid: 29182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-13.5 parent: 1 - type: Transform - uid: 29183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-13.5 parent: 1 - type: Transform - uid: 29184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-13.5 parent: 1 - type: Transform - uid: 29185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-13.5 parent: 1 - type: Transform - uid: 29186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-13.5 parent: 1 - type: Transform - uid: 29187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-13.5 parent: 1 - type: Transform - uid: 29188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-13.5 parent: 1 - type: Transform - uid: 29189 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-13.5 parent: 1 - type: Transform - uid: 29190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-13.5 parent: 1 - type: Transform - uid: 29191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-13.5 parent: 1 - type: Transform - uid: 29192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-13.5 parent: 1 - type: Transform - uid: 29193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-13.5 parent: 1 - type: Transform - uid: 29194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,-13.5 parent: 1 - type: Transform - uid: 29195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-13.5 parent: 1 - type: Transform - uid: 29196 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-13.5 parent: 1 - type: Transform - uid: 29197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-13.5 parent: 1 - type: Transform - uid: 29198 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-13.5 parent: 1 - type: Transform - uid: 29199 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-13.5 parent: 1 - type: Transform - uid: 29200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-13.5 parent: 1 - type: Transform - uid: 29201 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-13.5 parent: 1 - type: Transform - uid: 29202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-13.5 parent: 1 - type: Transform - uid: 29203 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-13.5 parent: 1 - type: Transform - uid: 29204 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-13.5 parent: 1 - type: Transform - uid: 29205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-13.5 parent: 1 - type: Transform - uid: 29206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-13.5 parent: 1 - type: Transform - uid: 29207 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-13.5 parent: 1 - type: Transform - uid: 29209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,36.5 parent: 1 - type: Transform - uid: 29211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,36.5 parent: 1 - type: Transform - uid: 29225 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,29.5 parent: 1 - type: Transform - uid: 29226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,36.5 parent: 1 - type: Transform - uid: 29647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,36.5 parent: 1 - type: Transform - uid: 29736 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,30.5 parent: 1 - type: Transform - uid: 29764 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,22.5 parent: 1 - type: Transform - uid: 30075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-25.5 parent: 1 - type: Transform - uid: 30076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-24.5 parent: 1 - type: Transform - uid: 30081 components: - - pos: -73.5,-26.5 + - type: Transform + pos: -73.5,-26.5 parent: 1 - type: Transform - uid: 30277 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,30.5 parent: 1 - type: Transform - uid: 30278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,30.5 parent: 1 - type: Transform - uid: 30298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,30.5 parent: 1 - type: Transform - uid: 30299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,30.5 parent: 1 - type: Transform - uid: 30319 components: - - pos: -49.5,41.5 + - type: Transform + pos: -49.5,41.5 parent: 1 - type: Transform - uid: 30320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,30.5 parent: 1 - type: Transform - uid: 30322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,30.5 parent: 1 - type: Transform - uid: 31190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,-0.5 parent: 1 - type: Transform - uid: 31264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,-2.5 parent: 1 - type: Transform - uid: 31278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-2.5 parent: 1 - type: Transform - uid: 32470 components: - - pos: -12.5,-60.5 + - type: Transform + pos: -12.5,-60.5 parent: 1 - type: Transform - uid: 32471 components: - - pos: -12.5,-48.5 + - type: Transform + pos: -12.5,-48.5 parent: 1 - type: Transform - uid: 32473 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-59.5 parent: 1 - type: Transform - uid: 32480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,25.5 parent: 1 - type: Transform - uid: 32529 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-78.5 parent: 1 - type: Transform - uid: 32530 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-78.5 parent: 1 - type: Transform - uid: 32532 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-77.5 parent: 1 - type: Transform - uid: 32533 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-76.5 parent: 1 - type: Transform - uid: 32534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-75.5 parent: 1 - type: Transform - uid: 32535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-74.5 parent: 1 - type: Transform - uid: 32536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-73.5 parent: 1 - type: Transform - uid: 32537 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-72.5 parent: 1 - type: Transform - uid: 32540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-70.5 parent: 1 - type: Transform - uid: 32541 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-69.5 parent: 1 - type: Transform - uid: 32542 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-68.5 parent: 1 - type: Transform - uid: 32543 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-67.5 parent: 1 - type: Transform - uid: 32546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-66.5 parent: 1 - type: Transform - uid: 32547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-66.5 parent: 1 - type: Transform - uid: 32548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-66.5 parent: 1 - type: Transform - uid: 32549 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-66.5 parent: 1 - type: Transform - uid: 32550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-66.5 parent: 1 - type: Transform - uid: 32551 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-66.5 parent: 1 - type: Transform - uid: 32552 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-66.5 parent: 1 - type: Transform - uid: 32553 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-66.5 parent: 1 - type: Transform - uid: 32554 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-66.5 parent: 1 - type: Transform - uid: 32555 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-65.5 parent: 1 - type: Transform - uid: 32556 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-64.5 parent: 1 - type: Transform - uid: 32557 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-63.5 parent: 1 - type: Transform - uid: 32558 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-62.5 parent: 1 - type: Transform - uid: 32559 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-61.5 parent: 1 - type: Transform - uid: 32560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-60.5 parent: 1 - type: Transform - uid: 32561 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-59.5 parent: 1 - type: Transform - uid: 32564 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-58.5 parent: 1 - type: Transform - uid: 32565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-58.5 parent: 1 - type: Transform - uid: 32566 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-58.5 parent: 1 - type: Transform - uid: 32567 components: - - pos: -44.5,-57.5 + - type: Transform + pos: -44.5,-57.5 parent: 1 - type: Transform - uid: 32568 components: - - pos: -44.5,-56.5 + - type: Transform + pos: -44.5,-56.5 parent: 1 - type: Transform - uid: 32569 components: - - pos: -44.5,-55.5 + - type: Transform + pos: -44.5,-55.5 parent: 1 - type: Transform - uid: 32570 components: - - pos: -44.5,-54.5 + - type: Transform + pos: -44.5,-54.5 parent: 1 - type: Transform - uid: 32571 components: - - pos: -44.5,-53.5 + - type: Transform + pos: -44.5,-53.5 parent: 1 - type: Transform - uid: 32572 components: - - pos: -44.5,-52.5 + - type: Transform + pos: -44.5,-52.5 parent: 1 - type: Transform - uid: 32573 components: - - pos: -44.5,-51.5 + - type: Transform + pos: -44.5,-51.5 parent: 1 - type: Transform - uid: 32574 components: - - pos: -44.5,-50.5 + - type: Transform + pos: -44.5,-50.5 parent: 1 - type: Transform - uid: 32579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-47.5 parent: 1 - type: Transform - uid: 32580 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-48.5 parent: 1 - type: Transform - uid: 32585 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-45.5 parent: 1 - type: Transform - uid: 32586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-44.5 parent: 1 - type: Transform - uid: 32587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-43.5 parent: 1 - type: Transform - uid: 32588 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-42.5 parent: 1 - type: Transform - uid: 32589 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-41.5 parent: 1 - type: Transform - uid: 32590 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-40.5 parent: 1 - type: Transform - uid: 32591 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-39.5 parent: 1 - type: Transform - uid: 32592 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-38.5 parent: 1 - type: Transform - uid: 32593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-36.5 parent: 1 - type: Transform - uid: 32594 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-35.5 parent: 1 - type: Transform - uid: 32595 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-34.5 parent: 1 - type: Transform - uid: 32596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-33.5 parent: 1 - type: Transform - uid: 32597 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-33.5 parent: 1 - type: Transform - uid: 32598 components: - - pos: -38.5,-32.5 + - type: Transform + pos: -38.5,-32.5 parent: 1 - type: Transform - uid: 32599 components: - - pos: -38.5,-31.5 + - type: Transform + pos: -38.5,-31.5 parent: 1 - type: Transform - uid: 32600 components: - - pos: -38.5,-30.5 + - type: Transform + pos: -38.5,-30.5 parent: 1 - type: Transform - uid: 32601 components: - - pos: -38.5,-29.5 + - type: Transform + pos: -38.5,-29.5 parent: 1 - type: Transform - uid: 32602 components: - - pos: -38.5,-28.5 + - type: Transform + pos: -38.5,-28.5 parent: 1 - type: Transform - uid: 32603 components: - - pos: -38.5,-27.5 + - type: Transform + pos: -38.5,-27.5 parent: 1 - type: Transform - uid: 32604 components: - - pos: -38.5,-26.5 + - type: Transform + pos: -38.5,-26.5 parent: 1 - type: Transform - uid: 32605 components: - - pos: -38.5,-25.5 + - type: Transform + pos: -38.5,-25.5 parent: 1 - type: Transform - uid: 32606 components: - - pos: -38.5,-24.5 + - type: Transform + pos: -38.5,-24.5 parent: 1 - type: Transform - uid: 32615 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-16.5 parent: 1 - type: Transform - uid: 32616 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-17.5 parent: 1 - type: Transform - uid: 32617 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-18.5 parent: 1 - type: Transform - uid: 32618 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-19.5 parent: 1 - type: Transform - uid: 32619 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-20.5 parent: 1 - type: Transform - uid: 32620 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-20.5 parent: 1 - type: Transform - uid: 32621 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-20.5 parent: 1 - type: Transform - uid: 32622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-20.5 parent: 1 - type: Transform - uid: 32623 components: - - pos: -27.5,-21.5 + - type: Transform + pos: -27.5,-21.5 parent: 1 - type: Transform - uid: 32624 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-22.5 parent: 1 - type: Transform - uid: 32625 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-22.5 parent: 1 - type: Transform - uid: 32626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-22.5 parent: 1 - type: Transform - uid: 32627 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-22.5 parent: 1 - type: Transform - uid: 32628 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-22.5 parent: 1 - type: Transform - uid: 32629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-22.5 parent: 1 - type: Transform - uid: 32630 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-22.5 parent: 1 - type: Transform - uid: 32631 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-22.5 parent: 1 - type: Transform - uid: 32632 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-22.5 parent: 1 - type: Transform - uid: 32633 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-22.5 parent: 1 - type: Transform - uid: 32634 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-23.5 parent: 1 - type: Transform - uid: 32638 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-10.5 parent: 1 - type: Transform - uid: 32639 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-9.5 parent: 1 - type: Transform - uid: 32640 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-8.5 parent: 1 - type: Transform - uid: 32641 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-7.5 parent: 1 - type: Transform - uid: 32642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-6.5 parent: 1 - type: Transform - uid: 32643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-5.5 parent: 1 - type: Transform - uid: 32644 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-4.5 parent: 1 - type: Transform - uid: 32647 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-2.5 parent: 1 - type: Transform - uid: 32648 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-1.5 parent: 1 - type: Transform - uid: 32649 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-0.5 parent: 1 - type: Transform - uid: 32650 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,0.5 parent: 1 - type: Transform - uid: 32651 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,1.5 parent: 1 - type: Transform - uid: 32652 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,2.5 parent: 1 - type: Transform - uid: 32653 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,3.5 parent: 1 - type: Transform - uid: 32654 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,4.5 parent: 1 - type: Transform - uid: 32655 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,5.5 parent: 1 - type: Transform - uid: 32656 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,6.5 parent: 1 - type: Transform - uid: 32657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,7.5 parent: 1 - type: Transform - uid: 32661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,8.5 parent: 1 - type: Transform - uid: 32662 components: - - pos: -25.5,9.5 + - type: Transform + pos: -25.5,9.5 parent: 1 - type: Transform - uid: 32663 components: - - pos: -25.5,10.5 + - type: Transform + pos: -25.5,10.5 parent: 1 - type: Transform - uid: 32664 components: - - pos: -25.5,11.5 + - type: Transform + pos: -25.5,11.5 parent: 1 - type: Transform - uid: 32665 components: - - pos: -25.5,12.5 + - type: Transform + pos: -25.5,12.5 parent: 1 - type: Transform - uid: 32666 components: - - pos: -25.5,13.5 + - type: Transform + pos: -25.5,13.5 parent: 1 - type: Transform - uid: 32667 components: - - pos: -25.5,14.5 + - type: Transform + pos: -25.5,14.5 parent: 1 - type: Transform - uid: 32668 components: - - pos: -25.5,15.5 + - type: Transform + pos: -25.5,15.5 parent: 1 - type: Transform - uid: 32669 components: - - pos: -25.5,16.5 + - type: Transform + pos: -25.5,16.5 parent: 1 - type: Transform - uid: 32670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,17.5 parent: 1 - type: Transform - uid: 32671 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,17.5 parent: 1 - type: Transform - uid: 32672 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,17.5 parent: 1 - type: Transform - uid: 32673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,17.5 parent: 1 - type: Transform - uid: 32674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,17.5 parent: 1 - type: Transform - uid: 32675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,17.5 parent: 1 - type: Transform - uid: 32676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,17.5 parent: 1 - type: Transform - uid: 32677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,17.5 parent: 1 - type: Transform - uid: 32680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,17.5 parent: 1 - type: Transform - uid: 32681 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,17.5 parent: 1 - type: Transform - uid: 32682 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,18.5 parent: 1 - type: Transform - uid: 32683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,19.5 parent: 1 - type: Transform - uid: 32684 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,20.5 parent: 1 - type: Transform - uid: 32685 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,21.5 parent: 1 - type: Transform - uid: 32686 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,22.5 parent: 1 - type: Transform - uid: 32687 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,22.5 parent: 1 - type: Transform - uid: 32688 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,22.5 parent: 1 - type: Transform - uid: 32689 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,22.5 parent: 1 - type: Transform - uid: 32694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,23.5 parent: 1 - type: Transform - uid: 32695 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,23.5 parent: 1 - type: Transform - uid: 32696 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,23.5 parent: 1 - type: Transform - uid: 32697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,23.5 parent: 1 - type: Transform - uid: 32698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,23.5 parent: 1 - type: Transform - uid: 32699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,23.5 parent: 1 - type: Transform - uid: 32700 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,22.5 parent: 1 - type: Transform - uid: 32701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,21.5 parent: 1 - type: Transform - uid: 32702 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,20.5 parent: 1 - type: Transform - uid: 32703 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,19.5 parent: 1 - type: Transform - uid: 32704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,18.5 parent: 1 - type: Transform - uid: 32705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,18.5 parent: 1 - type: Transform - uid: 32706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,18.5 parent: 1 - type: Transform - uid: 32707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,18.5 parent: 1 - type: Transform - uid: 32708 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,18.5 parent: 1 - type: Transform - uid: 32709 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,18.5 parent: 1 - type: Transform - uid: 32710 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,18.5 parent: 1 - type: Transform - uid: 32711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,18.5 parent: 1 - type: Transform - uid: 32712 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,18.5 parent: 1 - type: Transform - uid: 32713 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,18.5 parent: 1 - type: Transform - uid: 32714 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,18.5 parent: 1 - type: Transform - uid: 32715 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,18.5 parent: 1 - type: Transform - uid: 32716 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,18.5 parent: 1 - type: Transform - uid: 32717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,18.5 parent: 1 - type: Transform - uid: 32745 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,23.5 parent: 1 - type: Transform - uid: 32747 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,39.5 parent: 1 - type: Transform - uid: 32748 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,39.5 parent: 1 - type: Transform - uid: 32749 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,39.5 parent: 1 - type: Transform - uid: 32750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,39.5 parent: 1 - type: Transform - uid: 32751 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,39.5 parent: 1 - type: Transform - uid: 32752 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,39.5 parent: 1 - type: Transform - uid: 32753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,39.5 parent: 1 - type: Transform - uid: 32754 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,39.5 parent: 1 - type: Transform - uid: 32755 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,39.5 parent: 1 - type: Transform - uid: 32756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,39.5 parent: 1 - type: Transform - uid: 32757 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,39.5 parent: 1 - type: Transform - uid: 32758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,39.5 parent: 1 - type: Transform - uid: 32759 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,39.5 parent: 1 - type: Transform - uid: 32760 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,39.5 parent: 1 - type: Transform - uid: 32761 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,39.5 parent: 1 - type: Transform - uid: 32762 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,39.5 parent: 1 - type: Transform - uid: 32763 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,39.5 parent: 1 - type: Transform - uid: 32764 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,39.5 parent: 1 - type: Transform - uid: 32765 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,39.5 parent: 1 - type: Transform - uid: 32766 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,39.5 parent: 1 - type: Transform - uid: 32767 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,39.5 parent: 1 - type: Transform - uid: 32768 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,39.5 parent: 1 - type: Transform - uid: 32769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,39.5 parent: 1 - type: Transform - uid: 32770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,39.5 parent: 1 - type: Transform - uid: 32771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,39.5 parent: 1 - type: Transform - uid: 32778 components: - - pos: -75.5,38.5 + - type: Transform + pos: -75.5,38.5 parent: 1 - type: Transform - uid: 32779 components: - - pos: -75.5,37.5 + - type: Transform + pos: -75.5,37.5 parent: 1 - type: Transform - uid: 32780 components: - - pos: -75.5,36.5 + - type: Transform + pos: -75.5,36.5 parent: 1 - type: Transform - uid: 32781 components: - - pos: -75.5,35.5 + - type: Transform + pos: -75.5,35.5 parent: 1 - type: Transform - uid: 32782 components: - - pos: -75.5,34.5 + - type: Transform + pos: -75.5,34.5 parent: 1 - type: Transform - uid: 32783 components: - - pos: -75.5,33.5 + - type: Transform + pos: -75.5,33.5 parent: 1 - type: Transform - uid: 32784 components: - - pos: -75.5,32.5 + - type: Transform + pos: -75.5,32.5 parent: 1 - type: Transform - uid: 32785 components: - - pos: -75.5,31.5 + - type: Transform + pos: -75.5,31.5 parent: 1 - type: Transform - uid: 32786 components: - - pos: -75.5,30.5 + - type: Transform + pos: -75.5,30.5 parent: 1 - type: Transform - uid: 32787 components: - - pos: -75.5,29.5 + - type: Transform + pos: -75.5,29.5 parent: 1 - type: Transform - uid: 32788 components: - - pos: -75.5,28.5 + - type: Transform + pos: -75.5,28.5 parent: 1 - type: Transform - uid: 32789 components: - - pos: -75.5,27.5 + - type: Transform + pos: -75.5,27.5 parent: 1 - type: Transform - uid: 32790 components: - - pos: -75.5,26.5 + - type: Transform + pos: -75.5,26.5 parent: 1 - type: Transform - uid: 32791 components: - - pos: -75.5,25.5 + - type: Transform + pos: -75.5,25.5 parent: 1 - type: Transform - uid: 32792 components: - - pos: -75.5,24.5 + - type: Transform + pos: -75.5,24.5 parent: 1 - type: Transform - uid: 32794 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,23.5 parent: 1 - type: Transform - uid: 32795 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,23.5 parent: 1 - type: Transform - uid: 32796 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,23.5 parent: 1 - type: Transform - uid: 32797 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,23.5 parent: 1 - type: Transform - uid: 32798 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,23.5 parent: 1 - type: Transform - uid: 32799 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,23.5 parent: 1 - type: Transform - uid: 32800 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,23.5 parent: 1 - type: Transform - uid: 32801 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,23.5 parent: 1 - type: Transform - uid: 32802 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,23.5 parent: 1 - type: Transform - uid: 32803 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,23.5 parent: 1 - type: Transform - uid: 32804 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,23.5 parent: 1 - type: Transform - uid: 32805 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,23.5 parent: 1 - type: Transform - uid: 32806 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,23.5 parent: 1 - type: Transform - uid: 32807 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,23.5 parent: 1 - type: Transform - uid: 32808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,23.5 parent: 1 - type: Transform - uid: 32809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,23.5 parent: 1 - type: Transform - uid: 32810 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,23.5 parent: 1 - type: Transform - uid: 32811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,23.5 parent: 1 - type: Transform - uid: 32812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,23.5 parent: 1 - type: Transform - uid: 32813 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,23.5 parent: 1 - type: Transform - uid: 32814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,23.5 parent: 1 - type: Transform - uid: 32815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,23.5 parent: 1 - type: Transform - uid: 32816 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,23.5 parent: 1 - type: Transform - uid: 32817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,23.5 parent: 1 - type: Transform - uid: 32818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,23.5 parent: 1 - type: Transform - uid: 32819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,23.5 parent: 1 - type: Transform - uid: 32820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,23.5 parent: 1 - type: Transform - uid: 32821 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,23.5 parent: 1 - type: Transform - uid: 32822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,23.5 parent: 1 - type: Transform - uid: 32823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,23.5 parent: 1 - type: Transform - uid: 32824 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,23.5 parent: 1 - type: Transform - uid: 32825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,23.5 parent: 1 - type: Transform - uid: 32826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,23.5 parent: 1 - type: Transform - uid: 32827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,23.5 parent: 1 - type: Transform - uid: 32828 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,23.5 parent: 1 - type: Transform - uid: 32829 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,23.5 parent: 1 - type: Transform - uid: 32830 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,23.5 parent: 1 - type: Transform - uid: 32831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,23.5 parent: 1 - type: Transform - uid: 32832 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,23.5 parent: 1 - type: Transform - uid: 32833 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,23.5 parent: 1 - type: Transform - uid: 32834 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,23.5 parent: 1 - type: Transform - uid: 32835 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,23.5 parent: 1 - type: Transform - uid: 32836 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,23.5 parent: 1 - type: Transform - uid: 32837 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,23.5 parent: 1 - type: Transform - uid: 32838 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,23.5 parent: 1 - type: Transform - uid: 32839 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,23.5 parent: 1 - type: Transform - uid: 32840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,23.5 parent: 1 - type: Transform - uid: 32843 components: - - pos: -124.5,22.5 + - type: Transform + pos: -124.5,22.5 parent: 1 - type: Transform - uid: 32844 components: - - pos: -124.5,21.5 + - type: Transform + pos: -124.5,21.5 parent: 1 - type: Transform - uid: 32845 components: - - pos: -124.5,20.5 + - type: Transform + pos: -124.5,20.5 parent: 1 - type: Transform - uid: 32846 components: - - pos: -124.5,19.5 + - type: Transform + pos: -124.5,19.5 parent: 1 - type: Transform - uid: 32847 components: - - pos: -124.5,18.5 + - type: Transform + pos: -124.5,18.5 parent: 1 - type: Transform - uid: 32848 components: - - pos: -124.5,17.5 + - type: Transform + pos: -124.5,17.5 parent: 1 - type: Transform - uid: 32849 components: - - pos: -124.5,16.5 + - type: Transform + pos: -124.5,16.5 parent: 1 - type: Transform - uid: 32850 components: - - pos: -124.5,15.5 + - type: Transform + pos: -124.5,15.5 parent: 1 - type: Transform - uid: 32852 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,14.5 parent: 1 - type: Transform - uid: 32853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -127.5,14.5 parent: 1 - type: Transform - uid: 32854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -126.5,14.5 parent: 1 - type: Transform - uid: 32855 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,14.5 parent: 1 - type: Transform - uid: 32856 components: - - pos: -129.5,-6.5 + - type: Transform + pos: -129.5,-6.5 parent: 1 - type: Transform - uid: 32857 components: - - pos: -129.5,13.5 + - type: Transform + pos: -129.5,13.5 parent: 1 - type: Transform - uid: 32858 components: - - pos: -129.5,12.5 + - type: Transform + pos: -129.5,12.5 parent: 1 - type: Transform - uid: 32859 components: - - pos: -129.5,11.5 + - type: Transform + pos: -129.5,11.5 parent: 1 - type: Transform - uid: 32860 components: - - pos: -129.5,10.5 + - type: Transform + pos: -129.5,10.5 parent: 1 - type: Transform - uid: 32861 components: - - pos: -129.5,9.5 + - type: Transform + pos: -129.5,9.5 parent: 1 - type: Transform - uid: 32862 components: - - pos: -129.5,8.5 + - type: Transform + pos: -129.5,8.5 parent: 1 - type: Transform - uid: 32863 components: - - pos: -129.5,7.5 + - type: Transform + pos: -129.5,7.5 parent: 1 - type: Transform - uid: 32864 components: - - pos: -129.5,6.5 + - type: Transform + pos: -129.5,6.5 parent: 1 - type: Transform - uid: 32865 components: - - pos: -129.5,5.5 + - type: Transform + pos: -129.5,5.5 parent: 1 - type: Transform - uid: 32866 components: - - pos: -129.5,4.5 + - type: Transform + pos: -129.5,4.5 parent: 1 - type: Transform - uid: 32867 components: - - pos: -129.5,3.5 + - type: Transform + pos: -129.5,3.5 parent: 1 - type: Transform - uid: 32872 components: - - pos: -130.5,1.5 + - type: Transform + pos: -130.5,1.5 parent: 1 - type: Transform - uid: 32873 components: - - pos: -130.5,0.5 + - type: Transform + pos: -130.5,0.5 parent: 1 - type: Transform - uid: 32874 components: - - pos: -130.5,-0.5 + - type: Transform + pos: -130.5,-0.5 parent: 1 - type: Transform - uid: 32875 components: - - pos: -130.5,-1.5 + - type: Transform + pos: -130.5,-1.5 parent: 1 - type: Transform - uid: 32876 components: - - pos: -130.5,-2.5 + - type: Transform + pos: -130.5,-2.5 parent: 1 - type: Transform - uid: 32877 components: - - pos: -130.5,-3.5 + - type: Transform + pos: -130.5,-3.5 parent: 1 - type: Transform - uid: 32878 components: - - pos: -130.5,-4.5 + - type: Transform + pos: -130.5,-4.5 parent: 1 - type: Transform - uid: 32879 components: - - pos: -129.5,-7.5 + - type: Transform + pos: -129.5,-7.5 parent: 1 - type: Transform - uid: 32880 components: - - pos: -129.5,-8.5 + - type: Transform + pos: -129.5,-8.5 parent: 1 - type: Transform - uid: 32881 components: - - pos: -129.5,-9.5 + - type: Transform + pos: -129.5,-9.5 parent: 1 - type: Transform - uid: 32887 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -148.5,20.5 parent: 1 - type: Transform - uid: 32889 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -147.5,20.5 parent: 1 - type: Transform - uid: 32893 components: - - pos: -144.5,-9.5 + - type: Transform + pos: -144.5,-9.5 parent: 1 - type: Transform - uid: 32894 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,-10.5 parent: 1 - type: Transform - uid: 32895 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-10.5 parent: 1 - type: Transform - uid: 32896 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -132.5,-10.5 parent: 1 - type: Transform - uid: 32897 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.5,-10.5 parent: 1 - type: Transform - uid: 32898 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,-10.5 parent: 1 - type: Transform - uid: 32899 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,-10.5 parent: 1 - type: Transform - uid: 32900 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-10.5 parent: 1 - type: Transform - uid: 32901 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -137.5,-10.5 parent: 1 - type: Transform - uid: 32902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -138.5,-10.5 parent: 1 - type: Transform - uid: 32903 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -139.5,-10.5 parent: 1 - type: Transform - uid: 32904 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -140.5,-10.5 parent: 1 - type: Transform - uid: 32905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,-10.5 parent: 1 - type: Transform - uid: 32906 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,-10.5 parent: 1 - type: Transform - uid: 32907 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,-10.5 parent: 1 - type: Transform - uid: 32908 components: - - pos: -144.5,-8.5 + - type: Transform + pos: -144.5,-8.5 parent: 1 - type: Transform - uid: 32909 components: - - pos: -144.5,-7.5 + - type: Transform + pos: -144.5,-7.5 parent: 1 - type: Transform - uid: 32910 components: - - pos: -144.5,-6.5 + - type: Transform + pos: -144.5,-6.5 parent: 1 - type: Transform - uid: 32911 components: - - pos: -144.5,-5.5 + - type: Transform + pos: -144.5,-5.5 parent: 1 - type: Transform - uid: 32912 components: - - pos: -144.5,-4.5 + - type: Transform + pos: -144.5,-4.5 parent: 1 - type: Transform - uid: 32913 components: - - pos: -144.5,-3.5 + - type: Transform + pos: -144.5,-3.5 parent: 1 - type: Transform - uid: 32914 components: - - pos: -144.5,-2.5 + - type: Transform + pos: -144.5,-2.5 parent: 1 - type: Transform - uid: 32917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -149.5,20.5 parent: 1 - type: Transform - uid: 32920 components: - - pos: -130.5,23.5 + - type: Transform + pos: -130.5,23.5 parent: 1 - type: Transform - uid: 32933 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -146.5,20.5 parent: 1 - type: Transform - uid: 32936 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,21.5 parent: 1 - type: Transform - uid: 32937 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,22.5 parent: 1 - type: Transform - uid: 32938 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,23.5 parent: 1 - type: Transform - uid: 32939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,24.5 parent: 1 - type: Transform - uid: 32940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,24.5 parent: 1 - type: Transform - uid: 32941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,24.5 parent: 1 - type: Transform - uid: 32942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,24.5 parent: 1 - type: Transform - uid: 32943 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -140.5,24.5 parent: 1 - type: Transform - uid: 32944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -139.5,24.5 parent: 1 - type: Transform - uid: 32945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -138.5,24.5 parent: 1 - type: Transform - uid: 32946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -137.5,24.5 parent: 1 - type: Transform - uid: 32947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,24.5 parent: 1 - type: Transform - uid: 32948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,24.5 parent: 1 - type: Transform - uid: 32949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,24.5 parent: 1 - type: Transform - uid: 32950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.5,24.5 parent: 1 - type: Transform - uid: 32951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -132.5,24.5 parent: 1 - type: Transform - uid: 32952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,24.5 parent: 1 - type: Transform - uid: 32953 components: - - pos: -130.5,22.5 + - type: Transform + pos: -130.5,22.5 parent: 1 - type: Transform - uid: 32954 components: - - pos: -130.5,21.5 + - type: Transform + pos: -130.5,21.5 parent: 1 - type: Transform - uid: 32955 components: - - pos: -130.5,20.5 + - type: Transform + pos: -130.5,20.5 parent: 1 - type: Transform - uid: 32956 components: - - pos: -130.5,19.5 + - type: Transform + pos: -130.5,19.5 parent: 1 - type: Transform - uid: 32957 components: - - pos: -130.5,18.5 + - type: Transform + pos: -130.5,18.5 parent: 1 - type: Transform - uid: 32958 components: - - pos: -130.5,17.5 + - type: Transform + pos: -130.5,17.5 parent: 1 - type: Transform - uid: 32959 components: - - pos: -130.5,16.5 + - type: Transform + pos: -130.5,16.5 parent: 1 - type: Transform - uid: 32960 components: - - pos: -130.5,15.5 + - type: Transform + pos: -130.5,15.5 parent: 1 - type: Transform - uid: 32961 components: - - pos: -130.5,14.5 + - type: Transform + pos: -130.5,14.5 parent: 1 - type: Transform - uid: 32962 components: - - pos: -130.5,13.5 + - type: Transform + pos: -130.5,13.5 parent: 1 - type: Transform - uid: 32963 components: - - pos: -130.5,12.5 + - type: Transform + pos: -130.5,12.5 parent: 1 - type: Transform - uid: 32964 components: - - pos: -130.5,11.5 + - type: Transform + pos: -130.5,11.5 parent: 1 - type: Transform - uid: 32965 components: - - pos: -130.5,10.5 + - type: Transform + pos: -130.5,10.5 parent: 1 - type: Transform - uid: 32966 components: - - pos: -130.5,9.5 + - type: Transform + pos: -130.5,9.5 parent: 1 - type: Transform - uid: 32967 components: - - pos: -130.5,8.5 + - type: Transform + pos: -130.5,8.5 parent: 1 - type: Transform - uid: 32968 components: - - pos: -130.5,7.5 + - type: Transform + pos: -130.5,7.5 parent: 1 - type: Transform - uid: 32969 components: - - pos: -130.5,6.5 + - type: Transform + pos: -130.5,6.5 parent: 1 - type: Transform - uid: 32970 components: - - pos: -130.5,5.5 + - type: Transform + pos: -130.5,5.5 parent: 1 - type: Transform - uid: 32971 components: - - pos: -130.5,4.5 + - type: Transform + pos: -130.5,4.5 parent: 1 - type: Transform - uid: 32973 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,3.5 parent: 1 - type: Transform - uid: 32974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -128.5,3.5 parent: 1 - type: Transform - uid: 32975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,3.5 parent: 1 - type: Transform - uid: 32976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,3.5 parent: 1 - type: Transform - uid: 32977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,3.5 parent: 1 - type: Transform - uid: 32982 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -125.5,-10.5 parent: 1 - type: Transform - uid: 32983 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -125.5,-9.5 parent: 1 - type: Transform - uid: 32984 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -125.5,-8.5 parent: 1 - type: Transform - uid: 32985 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-6.5 parent: 1 - type: Transform - uid: 32986 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-5.5 parent: 1 - type: Transform - uid: 32987 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-4.5 parent: 1 - type: Transform - uid: 32988 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-3.5 parent: 1 - type: Transform - uid: 32989 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-2.5 parent: 1 - type: Transform - uid: 32990 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-1.5 parent: 1 - type: Transform - uid: 32991 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-0.5 parent: 1 - type: Transform - uid: 32992 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,0.5 parent: 1 - type: Transform - uid: 32993 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,1.5 parent: 1 - type: Transform - uid: 32994 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,2.5 parent: 1 - type: Transform - uid: 33268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -150.5,20.5 parent: 1 - type: Transform - uid: 33269 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -151.5,20.5 parent: 1 - type: Transform - uid: 33270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -152.5,20.5 parent: 1 - type: Transform - uid: 33271 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -153.5,20.5 parent: 1 - type: Transform - uid: 33272 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,19.5 parent: 1 - type: Transform - uid: 33273 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,18.5 parent: 1 - type: Transform - uid: 33274 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,17.5 parent: 1 - type: Transform - uid: 33275 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,16.5 parent: 1 - type: Transform - uid: 33276 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,15.5 parent: 1 - type: Transform - uid: 33277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,14.5 parent: 1 - type: Transform - uid: 33278 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,13.5 parent: 1 - type: Transform - uid: 33279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,12.5 parent: 1 - type: Transform - uid: 33280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,11.5 parent: 1 - type: Transform - uid: 33281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,10.5 parent: 1 - type: Transform - uid: 33282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,9.5 parent: 1 - type: Transform - uid: 33283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,8.5 parent: 1 - type: Transform - uid: 33284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,7.5 parent: 1 - type: Transform - uid: 33285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,6.5 parent: 1 - type: Transform - uid: 33286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -153.5,5.5 parent: 1 - type: Transform - uid: 33287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -152.5,5.5 parent: 1 - type: Transform - uid: 33288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -151.5,5.5 parent: 1 - type: Transform - uid: 33289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -150.5,5.5 parent: 1 - type: Transform - uid: 33290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -149.5,5.5 parent: 1 - type: Transform - uid: 33291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -148.5,5.5 parent: 1 - type: Transform - uid: 33292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -147.5,5.5 parent: 1 - type: Transform - uid: 33293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -146.5,5.5 parent: 1 - type: Transform - uid: 33294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,5.5 parent: 1 - type: Transform - uid: 33295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,5.5 parent: 1 - type: Transform - uid: 33296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,5.5 parent: 1 - type: Transform - uid: 33297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,5.5 parent: 1 - type: Transform - uid: 33298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,5.5 parent: 1 - type: Transform - uid: 33299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -140.5,5.5 parent: 1 - type: Transform - uid: 33300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -139.5,5.5 parent: 1 - type: Transform - uid: 33301 components: - - pos: -138.5,4.5 + - type: Transform + pos: -138.5,4.5 parent: 1 - type: Transform - uid: 33302 components: - - pos: -138.5,3.5 + - type: Transform + pos: -138.5,3.5 parent: 1 - type: Transform - uid: 33303 components: - - pos: -138.5,2.5 + - type: Transform + pos: -138.5,2.5 parent: 1 - type: Transform - uid: 33304 components: - - pos: -138.5,1.5 + - type: Transform + pos: -138.5,1.5 parent: 1 - type: Transform - uid: 33305 components: - - pos: -138.5,0.5 + - type: Transform + pos: -138.5,0.5 parent: 1 - type: Transform - uid: 33306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,-0.5 parent: 1 - type: Transform - uid: 33307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -140.5,-0.5 parent: 1 - type: Transform - uid: 33308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,-0.5 parent: 1 - type: Transform - uid: 33309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,-0.5 parent: 1 - type: Transform - uid: 33310 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -143.5,-0.5 parent: 1 - type: Transform - uid: 33311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,-0.5 parent: 1 - type: Transform - uid: 33840 components: - - pos: -42.5,26.5 + - type: Transform + pos: -42.5,26.5 parent: 1 - type: Transform - uid: 33842 components: - - pos: -42.5,19.5 + - type: Transform + pos: -42.5,19.5 parent: 1 - type: Transform - uid: 33848 components: - - pos: -42.5,22.5 + - type: Transform + pos: -42.5,22.5 parent: 1 - type: Transform - uid: 33849 components: - - pos: -42.5,21.5 + - type: Transform + pos: -42.5,21.5 parent: 1 - type: Transform - uid: 35072 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-59.5 parent: 1 - type: Transform - uid: 35073 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-59.5 parent: 1 - type: Transform - uid: 35074 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-59.5 parent: 1 - type: Transform - uid: 35075 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-59.5 parent: 1 - type: Transform - uid: 35076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-59.5 parent: 1 - type: Transform - uid: 35077 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-59.5 parent: 1 - type: Transform - uid: 35078 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-59.5 parent: 1 - type: Transform - uid: 35079 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-59.5 parent: 1 - type: Transform - uid: 37807 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-59.5 parent: 1 - type: Transform - uid: 37847 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-59.5 parent: 1 - type: Transform - uid: 37958 components: - - pos: 10.5,-58.5 + - type: Transform + pos: 10.5,-58.5 parent: 1 - type: Transform - uid: 38048 components: - - pos: 10.5,-57.5 + - type: Transform + pos: 10.5,-57.5 parent: 1 - type: Transform - uid: 38049 components: - - pos: 10.5,-56.5 + - type: Transform + pos: 10.5,-56.5 parent: 1 - type: Transform - uid: 38050 components: - - pos: 10.5,-55.5 + - type: Transform + pos: 10.5,-55.5 parent: 1 - type: Transform - uid: 38051 components: - - pos: 10.5,-54.5 + - type: Transform + pos: 10.5,-54.5 parent: 1 - type: Transform - uid: 38052 components: - - pos: 10.5,-53.5 + - type: Transform + pos: 10.5,-53.5 parent: 1 - type: Transform - uid: 38053 components: - - pos: 10.5,-52.5 + - type: Transform + pos: 10.5,-52.5 parent: 1 - type: Transform - uid: 38058 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-59.5 parent: 1 - type: Transform - uid: 38059 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-59.5 parent: 1 - type: Transform - uid: 38060 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-59.5 parent: 1 - type: Transform - uid: 38061 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-59.5 parent: 1 - type: Transform - uid: 38062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-59.5 parent: 1 - type: Transform - uid: 38063 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-59.5 parent: 1 - type: Transform - uid: 38064 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-59.5 parent: 1 - type: Transform - uid: 38065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-59.5 parent: 1 - type: Transform - uid: 38066 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-59.5 parent: 1 - type: Transform - uid: 38067 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-59.5 parent: 1 - type: Transform - uid: 38069 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-59.5 parent: 1 - type: Transform - uid: 38070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-59.5 parent: 1 - type: Transform - uid: 38071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-59.5 parent: 1 - type: Transform - uid: 38072 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-59.5 parent: 1 - type: Transform - uid: 38372 components: - - pos: -42.5,25.5 + - type: Transform + pos: -42.5,25.5 parent: 1 - type: Transform - uid: 38406 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,36.5 parent: 1 - type: Transform - uid: 38407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,36.5 parent: 1 - type: Transform - uid: 38408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,36.5 parent: 1 - type: Transform - uid: 38409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,36.5 parent: 1 - type: Transform - uid: 38410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,36.5 parent: 1 - type: Transform - uid: 38411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,36.5 parent: 1 - type: Transform - uid: 38412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,36.5 parent: 1 - type: Transform - uid: 38413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,36.5 parent: 1 - type: Transform - uid: 38414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,36.5 parent: 1 - type: Transform - uid: 38415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,36.5 parent: 1 - type: Transform - uid: 38419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,36.5 parent: 1 - type: Transform - uid: 38420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,36.5 parent: 1 - type: Transform - uid: 38421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,36.5 parent: 1 - type: Transform - uid: 38422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,36.5 parent: 1 - type: Transform - uid: 38423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,36.5 parent: 1 - type: Transform - uid: 38424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,36.5 parent: 1 - type: Transform - uid: 38425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,36.5 parent: 1 - type: Transform - uid: 38426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,36.5 parent: 1 - type: Transform - uid: 38427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,36.5 parent: 1 - type: Transform - uid: 38428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,36.5 parent: 1 - type: Transform - uid: 38429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,36.5 parent: 1 - type: Transform - uid: 38430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,36.5 parent: 1 - type: Transform - uid: 38431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,36.5 parent: 1 - type: Transform - uid: 38432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,36.5 parent: 1 - type: Transform - uid: 38433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,36.5 parent: 1 - type: Transform - uid: 38439 components: - - pos: -17.5,32.5 + - type: Transform + pos: -17.5,32.5 parent: 1 - type: Transform - uid: 38440 components: - - pos: -17.5,33.5 + - type: Transform + pos: -17.5,33.5 parent: 1 - type: Transform - uid: 38441 components: - - pos: -17.5,34.5 + - type: Transform + pos: -17.5,34.5 parent: 1 - type: Transform - uid: 38442 components: - - pos: -17.5,35.5 + - type: Transform + pos: -17.5,35.5 parent: 1 - type: Transform - uid: 38443 components: - - pos: -17.5,30.5 + - type: Transform + pos: -17.5,30.5 parent: 1 - type: Transform - uid: 38444 components: - - pos: -17.5,29.5 + - type: Transform + pos: -17.5,29.5 parent: 1 - type: Transform - uid: 38445 components: - - pos: -17.5,28.5 + - type: Transform + pos: -17.5,28.5 parent: 1 - type: Transform - uid: 38446 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,35.5 parent: 1 - type: Transform - uid: 38447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,34.5 parent: 1 - type: Transform - uid: 38448 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,33.5 parent: 1 - type: Transform - uid: 38449 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,32.5 parent: 1 - type: Transform - uid: 38450 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,31.5 parent: 1 - type: Transform - uid: 38451 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,30.5 parent: 1 - type: Transform - uid: 38452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,29.5 parent: 1 - type: Transform - uid: 38453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,28.5 parent: 1 - type: Transform - uid: 38454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,27.5 parent: 1 - type: Transform - uid: 38455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,26.5 parent: 1 - type: Transform - uid: 38456 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-59.5 parent: 1 - type: Transform - uid: 38457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,24.5 parent: 1 - type: Transform - uid: 38458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,23.5 parent: 1 - type: Transform - uid: 38459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,22.5 parent: 1 - type: Transform - uid: 38460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,21.5 parent: 1 - type: Transform - uid: 38461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-2.5 parent: 1 - type: Transform - uid: 38462 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,2.5 parent: 1 - type: Transform - uid: 38463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,2.5 parent: 1 - type: Transform - uid: 38464 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,2.5 parent: 1 - type: Transform - uid: 38465 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,2.5 parent: 1 - type: Transform - uid: 38466 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,2.5 parent: 1 - type: Transform - uid: 38467 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,2.5 parent: 1 - type: Transform - uid: 38468 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,2.5 parent: 1 - type: Transform - uid: 38469 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,2.5 parent: 1 - type: Transform - uid: 38470 components: - - pos: -27.5,1.5 + - type: Transform + pos: -27.5,1.5 parent: 1 - type: Transform - uid: 38471 components: - - pos: -27.5,0.5 + - type: Transform + pos: -27.5,0.5 parent: 1 - type: Transform - uid: 38472 components: - - pos: -27.5,-0.5 + - type: Transform + pos: -27.5,-0.5 parent: 1 - type: Transform - uid: 38473 components: - - pos: -27.5,-1.5 + - type: Transform + pos: -27.5,-1.5 parent: 1 - type: Transform - uid: 38870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-59.5 parent: 1 - type: Transform - uid: 38871 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-59.5 parent: 1 - type: Transform - uid: 38872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-59.5 parent: 1 - type: Transform - uid: 38873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-59.5 parent: 1 - type: Transform - uid: 38875 components: - - pos: -12.5,-49.5 + - type: Transform + pos: -12.5,-49.5 parent: 1 - type: Transform - uid: 38876 components: - - pos: -12.5,-50.5 + - type: Transform + pos: -12.5,-50.5 parent: 1 - type: Transform - uid: 38877 components: - - pos: -12.5,-51.5 + - type: Transform + pos: -12.5,-51.5 parent: 1 - type: Transform - uid: 38878 components: - - pos: -12.5,-52.5 + - type: Transform + pos: -12.5,-52.5 parent: 1 - type: Transform - uid: 38879 components: - - pos: -12.5,-53.5 + - type: Transform + pos: -12.5,-53.5 parent: 1 - type: Transform - uid: 38880 components: - - pos: -12.5,-54.5 + - type: Transform + pos: -12.5,-54.5 parent: 1 - type: Transform - uid: 38881 components: - - pos: -12.5,-55.5 + - type: Transform + pos: -12.5,-55.5 parent: 1 - type: Transform - uid: 38882 components: - - pos: -12.5,-56.5 + - type: Transform + pos: -12.5,-56.5 parent: 1 - type: Transform - uid: 38883 components: - - pos: -12.5,-57.5 + - type: Transform + pos: -12.5,-57.5 parent: 1 - type: Transform - uid: 38884 components: - - pos: -12.5,-58.5 + - type: Transform + pos: -12.5,-58.5 parent: 1 - type: Transform - uid: 38885 components: - - pos: -12.5,-59.5 + - type: Transform + pos: -12.5,-59.5 parent: 1 - type: Transform - uid: 38886 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-61.5 parent: 1 - type: Transform - uid: 38887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-61.5 parent: 1 - type: Transform - uid: 38888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-61.5 parent: 1 - type: Transform - uid: 40095 components: - - pos: 10.5,-51.5 + - type: Transform + pos: 10.5,-51.5 parent: 1 - type: Transform - uid: 40273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-46.5 parent: 1 - type: Transform - uid: 40274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-46.5 parent: 1 - type: Transform - uid: 40275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-46.5 parent: 1 - type: Transform - uid: 40276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-46.5 parent: 1 - type: Transform - uid: 40277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-46.5 parent: 1 - type: Transform - uid: 40278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-46.5 parent: 1 - type: Transform - uid: 40279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-46.5 parent: 1 - type: Transform - uid: 40280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-46.5 parent: 1 - type: Transform - uid: 40281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-45.5 parent: 1 - type: Transform - uid: 40282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-44.5 parent: 1 - type: Transform - uid: 40283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-43.5 parent: 1 - type: Transform - uid: 40284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-42.5 parent: 1 - type: Transform - uid: 40285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,25.5 parent: 1 - type: Transform - uid: 40286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,25.5 parent: 1 - type: Transform - uid: 40287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,25.5 parent: 1 - type: Transform - uid: 40288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,25.5 parent: 1 - type: Transform - uid: 40289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,25.5 parent: 1 - type: Transform - uid: 40290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,25.5 parent: 1 - type: Transform - uid: 40291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,25.5 parent: 1 - type: Transform - uid: 40292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,25.5 parent: 1 - type: Transform - uid: 40293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,25.5 parent: 1 - type: Transform - uid: 40294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,25.5 parent: 1 - type: Transform - uid: 40295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,25.5 parent: 1 - type: Transform - uid: 40296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,25.5 parent: 1 - type: Transform - uid: 40297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,25.5 parent: 1 - type: Transform - uid: 40298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,25.5 parent: 1 - type: Transform - uid: 40299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,25.5 parent: 1 - type: Transform - uid: 40300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,25.5 parent: 1 - type: Transform - uid: 40301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,25.5 parent: 1 - type: Transform - uid: 40302 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,25.5 parent: 1 - type: Transform - uid: 40303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,25.5 parent: 1 - type: Transform - uid: 40304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,26.5 parent: 1 - type: Transform - uid: 40305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,26.5 parent: 1 - type: Transform - uid: 41393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,42.5 parent: 1 - type: Transform - uid: 41394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,42.5 parent: 1 - type: Transform - uid: 41395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,42.5 parent: 1 - type: Transform - uid: 41396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,42.5 parent: 1 - type: Transform - uid: 41397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,42.5 parent: 1 - type: Transform - uid: 41398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,42.5 parent: 1 - type: Transform - uid: 41399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,22.5 parent: 1 - type: Transform - uid: 41400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,22.5 parent: 1 - type: Transform - uid: 41401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,22.5 parent: 1 - type: Transform - uid: 41402 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,21.5 parent: 1 - type: Transform - uid: 41407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-14.5 parent: 1 - type: Transform - uid: 41408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,22.5 parent: 1 - type: Transform - uid: 41409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,22.5 parent: 1 - type: Transform - uid: 41410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,22.5 parent: 1 - type: Transform - uid: 41411 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,22.5 parent: 1 - type: Transform - uid: 41412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,22.5 parent: 1 - type: Transform - uid: 41413 components: - - pos: -29.5,21.5 + - type: Transform + pos: -29.5,21.5 parent: 1 - type: Transform - uid: 41414 components: - - pos: -29.5,20.5 + - type: Transform + pos: -29.5,20.5 parent: 1 - type: Transform - uid: 41426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-15.5 parent: 1 - type: Transform - uid: 41427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-15.5 parent: 1 - type: Transform - uid: 41428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-15.5 parent: 1 - type: Transform - uid: 41429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-15.5 parent: 1 - type: Transform - uid: 41430 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-14.5 parent: 1 - type: Transform - uid: 41431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-13.5 parent: 1 - type: Transform - uid: 41432 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-12.5 parent: 1 - type: Transform - uid: 41433 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-12.5 parent: 1 - type: Transform - uid: 41434 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-12.5 parent: 1 - type: Transform - uid: 41435 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-12.5 parent: 1 - type: Transform - uid: 41436 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-12.5 parent: 1 - type: Transform - uid: 41437 components: - - pos: -111.5,-14.5 + - type: Transform + pos: -111.5,-14.5 parent: 1 - type: Transform - uid: 41438 components: - - pos: -105.5,-16.5 + - type: Transform + pos: -105.5,-16.5 parent: 1 - type: Transform - uid: 41439 components: - - pos: -105.5,-17.5 + - type: Transform + pos: -105.5,-17.5 parent: 1 - type: Transform - uid: 41440 components: - - pos: -105.5,-18.5 + - type: Transform + pos: -105.5,-18.5 parent: 1 - type: Transform - uid: 41441 components: - - pos: -105.5,-19.5 + - type: Transform + pos: -105.5,-19.5 parent: 1 - type: Transform - uid: 41442 components: - - pos: -105.5,-20.5 + - type: Transform + pos: -105.5,-20.5 parent: 1 - type: Transform - uid: 41443 components: - - pos: -105.5,-21.5 + - type: Transform + pos: -105.5,-21.5 parent: 1 - type: Transform - uid: 41444 components: - - pos: -105.5,-22.5 + - type: Transform + pos: -105.5,-22.5 parent: 1 - type: Transform - uid: 41445 components: - - pos: -105.5,-23.5 + - type: Transform + pos: -105.5,-23.5 parent: 1 - type: Transform - uid: 41446 components: - - pos: -105.5,-24.5 + - type: Transform + pos: -105.5,-24.5 parent: 1 - type: Transform - uid: 41453 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-24.5 parent: 1 - type: Transform - uid: 41454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-25.5 parent: 1 - type: Transform - uid: 41455 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-25.5 parent: 1 - type: Transform - uid: 41456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-26.5 parent: 1 - type: Transform - uid: 41457 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-26.5 parent: 1 - type: Transform - uid: 41458 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-45.5 parent: 1 - type: Transform - uid: 41459 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-45.5 parent: 1 - type: Transform - uid: 41460 components: - - pos: -53.5,-44.5 + - type: Transform + pos: -53.5,-44.5 parent: 1 - type: Transform - uid: 41461 components: - - pos: -53.5,-43.5 + - type: Transform + pos: -53.5,-43.5 parent: 1 - type: Transform - uid: 41462 components: - - pos: -53.5,-42.5 + - type: Transform + pos: -53.5,-42.5 parent: 1 - type: Transform - uid: 41463 components: - - pos: -53.5,-41.5 + - type: Transform + pos: -53.5,-41.5 parent: 1 - type: Transform - uid: 41464 components: - - pos: -53.5,-40.5 + - type: Transform + pos: -53.5,-40.5 parent: 1 - type: Transform - uid: 41465 components: - - pos: -53.5,-39.5 + - type: Transform + pos: -53.5,-39.5 parent: 1 - type: Transform - uid: 41466 components: - - pos: -53.5,-38.5 + - type: Transform + pos: -53.5,-38.5 parent: 1 - type: Transform - uid: 41467 components: - - pos: -53.5,-37.5 + - type: Transform + pos: -53.5,-37.5 parent: 1 - type: Transform - uid: 41468 components: - - pos: -53.5,-36.5 + - type: Transform + pos: -53.5,-36.5 parent: 1 - type: Transform - uid: 41469 components: - - pos: -53.5,-35.5 + - type: Transform + pos: -53.5,-35.5 parent: 1 - type: Transform - uid: 41470 components: - - pos: -53.5,-34.5 + - type: Transform + pos: -53.5,-34.5 parent: 1 - type: Transform - uid: 41471 components: - - pos: -53.5,-33.5 + - type: Transform + pos: -53.5,-33.5 parent: 1 - type: Transform - uid: 41472 components: - - pos: -53.5,-32.5 + - type: Transform + pos: -53.5,-32.5 parent: 1 - type: Transform - uid: 41473 components: - - pos: -53.5,-31.5 + - type: Transform + pos: -53.5,-31.5 parent: 1 - type: Transform - uid: 41474 components: - - pos: -53.5,-30.5 + - type: Transform + pos: -53.5,-30.5 parent: 1 - type: Transform - uid: 41475 components: - - pos: -53.5,-29.5 + - type: Transform + pos: -53.5,-29.5 parent: 1 - type: Transform - uid: 41476 components: - - pos: -53.5,-28.5 + - type: Transform + pos: -53.5,-28.5 parent: 1 - type: Transform - uid: 41477 components: - - pos: -53.5,-27.5 + - type: Transform + pos: -53.5,-27.5 parent: 1 - type: Transform - uid: 41480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-26.5 parent: 1 - type: Transform - uid: 41481 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-26.5 parent: 1 - type: Transform - uid: 41482 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-26.5 parent: 1 - type: Transform - uid: 41483 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-26.5 parent: 1 - type: Transform - uid: 41484 components: - - pos: -48.5,-25.5 + - type: Transform + pos: -48.5,-25.5 parent: 1 - type: Transform - uid: 41485 components: - - pos: -48.5,-24.5 + - type: Transform + pos: -48.5,-24.5 parent: 1 - type: Transform - uid: 41486 components: - - pos: -48.5,-23.5 + - type: Transform + pos: -48.5,-23.5 parent: 1 - type: Transform - uid: 41487 components: - - pos: -48.5,-22.5 + - type: Transform + pos: -48.5,-22.5 parent: 1 - type: Transform - uid: 41488 components: - - pos: -48.5,-21.5 + - type: Transform + pos: -48.5,-21.5 parent: 1 - type: Transform - uid: 41489 components: - - pos: -48.5,-20.5 + - type: Transform + pos: -48.5,-20.5 parent: 1 - type: Transform - uid: 41490 components: - - pos: -48.5,-19.5 + - type: Transform + pos: -48.5,-19.5 parent: 1 - type: Transform - uid: 42048 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-26.5 parent: 1 - type: Transform - uid: 42049 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-27.5 parent: 1 - type: Transform - uid: 42050 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-28.5 parent: 1 - type: Transform - uid: 42051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-28.5 parent: 1 - type: Transform - uid: 42052 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-28.5 parent: 1 - type: Transform - proto: DisposalTagger entities: - uid: 4552 components: - - pos: -73.5,-15.5 + - type: Transform + pos: -73.5,-15.5 parent: 1 - type: Transform - uid: 4976 components: - - pos: -82.5,-36.5 + - type: Transform + pos: -82.5,-36.5 parent: 1 - type: Transform - uid: 9088 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-28.5 parent: 1 - type: Transform - uid: 11875 components: - - pos: -85.5,-3.5 + - type: Transform + pos: -85.5,-3.5 parent: 1 - type: Transform - uid: 13924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,35.5 parent: 1 - type: Transform - uid: 13930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,35.5 parent: 1 - type: Transform - uid: 13958 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,30.5 parent: 1 - type: Transform - uid: 14016 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-2.5 parent: 1 - type: Transform - uid: 14021 components: - - pos: -30.5,6.5 + - type: Transform + pos: -30.5,6.5 parent: 1 - type: Transform - uid: 14022 components: - - pos: -34.5,6.5 + - type: Transform + pos: -34.5,6.5 parent: 1 - type: Transform - uid: 14072 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-15.5 parent: 1 - type: Transform - uid: 14103 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-7.5 parent: 1 - type: Transform - uid: 14116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-51.5 parent: 1 - type: Transform - uid: 14144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-47.5 parent: 1 - type: Transform - uid: 14268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-46.5 parent: 1 - type: Transform - uid: 14269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-49.5 parent: 1 - type: Transform - uid: 14270 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-58.5 parent: 1 - type: Transform - uid: 14326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-34.5 parent: 1 - type: Transform - uid: 14335 components: - - pos: 24.5,-25.5 + - type: Transform + pos: 24.5,-25.5 parent: 1 - type: Transform - uid: 14367 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-15.5 parent: 1 - type: Transform - uid: 14373 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-44.5 parent: 1 - type: Transform - uid: 14433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-38.5 parent: 1 - type: Transform - uid: 14434 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-30.5 parent: 1 - type: Transform - uid: 14473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-25.5 parent: 1 - type: Transform - uid: 14491 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-55.5 parent: 1 - type: Transform - uid: 14497 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-28.5 parent: 1 - type: Transform - uid: 14541 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-37.5 parent: 1 - type: Transform - uid: 14550 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-17.5 parent: 1 - type: Transform - uid: 14562 components: - - pos: -93.5,-16.5 + - type: Transform + pos: -93.5,-16.5 parent: 1 - type: Transform - uid: 14563 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-20.5 parent: 1 - type: Transform - uid: 14564 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-27.5 parent: 1 - type: Transform - uid: 14565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-27.5 parent: 1 - type: Transform - uid: 14566 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-23.5 parent: 1 - type: Transform - uid: 14699 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.5,21.5 parent: 1 - type: Transform - uid: 14700 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,21.5 parent: 1 - type: Transform - uid: 14709 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,15.5 parent: 1 - type: Transform - uid: 14710 components: - - pos: -67.5,22.5 + - type: Transform + pos: -67.5,22.5 parent: 1 - type: Transform - uid: 14711 components: - - pos: -71.5,22.5 + - type: Transform + pos: -71.5,22.5 parent: 1 - type: Transform - uid: 14712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,17.5 parent: 1 - type: Transform - uid: 14713 components: - - pos: -76.5,8.5 + - type: Transform + pos: -76.5,8.5 parent: 1 - type: Transform - uid: 14714 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,5.5 parent: 1 - type: Transform - uid: 14716 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-2.5 parent: 1 - type: Transform - uid: 14717 components: - - pos: -79.5,2.5 + - type: Transform + pos: -79.5,2.5 parent: 1 - type: Transform - uid: 18912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-45.5 parent: 1 - type: Transform - uid: 19228 components: - - pos: -101.5,-12.5 + - type: Transform + pos: -101.5,-12.5 parent: 1 - type: Transform - uid: 28816 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 28826 components: - - pos: -50.5,-44.5 + - type: Transform + pos: -50.5,-44.5 parent: 1 - type: Transform - uid: 28834 components: - - pos: -28.5,-11.5 + - type: Transform + pos: -28.5,-11.5 parent: 1 - type: Transform - uid: 28841 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-2.5 parent: 1 - type: Transform - uid: 28856 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,19.5 parent: 1 - type: Transform - uid: 28857 components: - - pos: -53.5,16.5 + - type: Transform + pos: -53.5,16.5 parent: 1 - type: Transform - uid: 28930 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-18.5 parent: 1 - type: Transform - uid: 28936 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,-21.5 parent: 1 - type: Transform - uid: 28939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,7.5 parent: 1 - type: Transform - uid: 28941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,9.5 parent: 1 - type: Transform - uid: 29002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-41.5 parent: 1 - type: Transform - uid: 38057 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-60.5 parent: 1 - type: Transform - uid: 38417 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,35.5 parent: 1 - type: Transform - uid: 38436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,30.5 parent: 1 - type: Transform - uid: 38890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-61.5 parent: 1 - type: Transform - uid: 38892 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-59.5 parent: 1 - type: Transform - uid: 38895 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,26.5 parent: 1 - type: Transform - uid: 40270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-42.5 parent: 1 - type: Transform - uid: 41404 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,20.5 parent: 1 - type: Transform - uid: 41416 components: - - pos: -108.5,-25.5 + - type: Transform + pos: -108.5,-25.5 parent: 1 - type: Transform - uid: 41425 components: - - pos: -111.5,-13.5 + - type: Transform + pos: -111.5,-13.5 parent: 1 - type: Transform - uid: 41449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-24.5 parent: 1 - type: Transform - proto: DisposalTrunk entities: - uid: 3061 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,6.5 parent: 1 - type: Transform - uid: 3082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,6.5 parent: 1 - type: Transform - uid: 3117 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-13.5 parent: 1 - type: Transform - uid: 3281 components: - - pos: -24.5,-12.5 + - type: Transform + pos: -24.5,-12.5 parent: 1 - type: Transform - uid: 6621 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,25.5 parent: 1 - type: Transform - uid: 8317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,35.5 parent: 1 - type: Transform - uid: 9070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-28.5 parent: 1 - type: Transform - uid: 9091 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-37.5 parent: 1 - type: Transform - uid: 9605 components: - - pos: -62.5,-77.5 + - type: Transform + pos: -62.5,-77.5 parent: 1 - type: Transform - uid: 9967 components: - - pos: -71.5,-22.5 + - type: Transform + pos: -71.5,-22.5 parent: 1 - type: Transform - uid: 11922 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-5.5 parent: 1 - type: Transform - uid: 13562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-11.5 parent: 1 - type: Transform - uid: 13923 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,35.5 parent: 1 - type: Transform - uid: 13957 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,30.5 parent: 1 - type: Transform - uid: 14015 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-2.5 parent: 1 - type: Transform - uid: 14019 components: - - pos: -30.5,7.5 + - type: Transform + pos: -30.5,7.5 parent: 1 - type: Transform - uid: 14020 components: - - pos: -34.5,7.5 + - type: Transform + pos: -34.5,7.5 parent: 1 - type: Transform - uid: 14071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-15.5 parent: 1 - type: Transform - uid: 14089 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-7.5 parent: 1 - type: Transform - uid: 14115 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-51.5 parent: 1 - type: Transform - uid: 14143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-47.5 parent: 1 - type: Transform - uid: 14261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-59.5 parent: 1 - type: Transform - uid: 14262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-59.5 parent: 1 - type: Transform - uid: 14265 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-58.5 parent: 1 - type: Transform - uid: 14266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-49.5 parent: 1 - type: Transform - uid: 14267 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-47.5 parent: 1 - type: Transform - uid: 14323 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-33.5 parent: 1 - type: Transform - uid: 14325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-35.5 parent: 1 - type: Transform - uid: 14334 components: - - pos: 24.5,-24.5 + - type: Transform + pos: 24.5,-24.5 parent: 1 - type: Transform - uid: 14366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-15.5 parent: 1 - type: Transform - uid: 14372 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-44.5 parent: 1 - type: Transform - uid: 14431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-30.5 parent: 1 - type: Transform - uid: 14432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-39.5 parent: 1 - type: Transform - uid: 14472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-26.5 parent: 1 - type: Transform - uid: 14490 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-55.5 parent: 1 - type: Transform - uid: 14496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-28.5 parent: 1 - type: Transform - uid: 14518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-38.5 parent: 1 - type: Transform - uid: 14551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.5,-17.5 parent: 1 - type: Transform - uid: 14558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-27.5 parent: 1 - type: Transform - uid: 14559 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-27.5 parent: 1 - type: Transform - uid: 14560 components: - - pos: -85.5,-19.5 + - type: Transform + pos: -85.5,-19.5 parent: 1 - type: Transform - uid: 14561 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-18.5 parent: 1 - type: Transform - uid: 14684 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-17.5 parent: 1 - type: Transform - uid: 14693 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-2.5 parent: 1 - type: Transform - uid: 14694 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,4.5 parent: 1 - type: Transform - uid: 14697 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.5,20.5 parent: 1 - type: Transform - uid: 14698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,20.5 parent: 1 - type: Transform - uid: 14701 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,17.5 parent: 1 - type: Transform - uid: 14702 components: - - pos: -76.5,9.5 + - type: Transform + pos: -76.5,9.5 parent: 1 - type: Transform - uid: 14703 components: - - pos: -79.5,3.5 + - type: Transform + pos: -79.5,3.5 parent: 1 - type: Transform - uid: 14705 components: - - pos: -71.5,23.5 + - type: Transform + pos: -71.5,23.5 parent: 1 - type: Transform - uid: 14706 components: - - pos: -67.5,23.5 + - type: Transform + pos: -67.5,23.5 parent: 1 - type: Transform - uid: 14708 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,14.5 parent: 1 - type: Transform - uid: 16303 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 16304 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - uid: 18913 components: - - pos: 12.5,-44.5 + - type: Transform + pos: 12.5,-44.5 parent: 1 - type: Transform - uid: 28815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-11.5 parent: 1 - type: Transform - uid: 28825 components: - - pos: -50.5,-43.5 + - type: Transform + pos: -50.5,-43.5 parent: 1 - type: Transform - uid: 28833 components: - - pos: -28.5,-10.5 + - type: Transform + pos: -28.5,-10.5 parent: 1 - type: Transform - uid: 28840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-2.5 parent: 1 - type: Transform - uid: 28854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,19.5 parent: 1 - type: Transform - uid: 28855 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,15.5 parent: 1 - type: Transform - uid: 28929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-18.5 parent: 1 - type: Transform - uid: 28935 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,-22.5 parent: 1 - type: Transform - uid: 28938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,7.5 parent: 1 - type: Transform - uid: 28940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,9.5 parent: 1 - type: Transform - uid: 29001 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-41.5 parent: 1 - type: Transform - uid: 29230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,35.5 parent: 1 - type: Transform - uid: 29729 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,19.5 parent: 1 - type: Transform - uid: 30518 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-2.5 parent: 1 - type: Transform - uid: 30560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,-2.5 parent: 1 - type: Transform - uid: 30573 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-0.5 parent: 1 - type: Transform - uid: 31186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-0.5 parent: 1 - type: Transform - uid: 32384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,26.5 parent: 1 - type: Transform - uid: 32472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-61.5 parent: 1 - type: Transform - uid: 32981 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-11.5 parent: 1 - type: Transform - uid: 38373 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,35.5 parent: 1 - type: Transform - uid: 38416 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,34.5 parent: 1 - type: Transform - uid: 38435 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,29.5 parent: 1 - type: Transform - uid: 38891 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-61.5 parent: 1 - type: Transform - uid: 38893 components: - - pos: 43.5,-58.5 + - type: Transform + pos: 43.5,-58.5 parent: 1 - type: Transform - uid: 40269 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-42.5 parent: 1 - type: Transform - uid: 41415 components: - - pos: -108.5,-24.5 + - type: Transform + pos: -108.5,-24.5 parent: 1 - type: Transform - uid: 41420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-15.5 parent: 1 - type: Transform - uid: 41448 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-24.5 parent: 1 - type: Transform - proto: DisposalUnit entities: - uid: 1473 components: - - pos: -54.5,7.5 + - type: Transform + pos: -54.5,7.5 parent: 1 - type: Transform - uid: 1735 components: - - pos: 8.5,-30.5 + - type: Transform + pos: 8.5,-30.5 parent: 1 - type: Transform - uid: 3976 components: - - pos: -55.5,-38.5 + - type: Transform + pos: -55.5,-38.5 parent: 1 - type: Transform - uid: 4471 components: - - pos: -47.5,-55.5 + - type: Transform + pos: -47.5,-55.5 parent: 1 - type: Transform - uid: 4547 components: - - pos: -73.5,-17.5 + - type: Transform + pos: -73.5,-17.5 parent: 1 - type: Transform - uid: 4656 components: - - pos: -77.5,-27.5 + - type: Transform + pos: -77.5,-27.5 parent: 1 - type: Transform - uid: 5624 components: - - pos: -30.5,34.5 + - type: Transform + pos: -30.5,34.5 parent: 1 - type: Transform - uid: 6499 components: - - pos: -71.5,23.5 + - type: Transform + pos: -71.5,23.5 parent: 1 - type: Transform - uid: 7004 components: - - pos: -34.5,-49.5 + - type: Transform + pos: -34.5,-49.5 parent: 1 - type: Transform - uid: 7005 components: - - pos: -38.5,-59.5 + - type: Transform + pos: -38.5,-59.5 parent: 1 - type: Transform - uid: 7048 components: - - pos: -108.5,-24.5 + - type: Transform + pos: -108.5,-24.5 parent: 1 - type: Transform - uid: 7999 components: - - pos: -76.5,9.5 + - type: Transform + pos: -76.5,9.5 parent: 1 - type: Transform - uid: 8029 components: - - pos: -79.5,3.5 + - type: Transform + pos: -79.5,3.5 parent: 1 - type: Transform - uid: 8240 components: - - pos: -97.5,4.5 + - type: Transform + pos: -97.5,4.5 parent: 1 - type: Transform - uid: 8319 components: - - pos: -43.5,30.5 + - type: Transform + pos: -43.5,30.5 parent: 1 - type: Transform - uid: 8856 components: - - pos: -100.5,-18.5 + - type: Transform + pos: -100.5,-18.5 parent: 1 - type: Transform - uid: 9054 components: - - pos: -93.5,-17.5 + - type: Transform + pos: -93.5,-17.5 parent: 1 - type: Transform - uid: 9075 components: - - pos: -62.5,-28.5 + - type: Transform + pos: -62.5,-28.5 parent: 1 - type: Transform - uid: 9175 components: - - pos: 4.5,-39.5 + - type: Transform + pos: 4.5,-39.5 parent: 1 - type: Transform - uid: 9555 components: - - pos: -53.5,-2.5 + - type: Transform + pos: -53.5,-2.5 parent: 1 - type: Transform - uid: 9558 components: - - pos: -34.5,7.5 + - type: Transform + pos: -34.5,7.5 parent: 1 - type: Transform - uid: 9616 components: - - pos: -30.5,7.5 + - type: Transform + pos: -30.5,7.5 parent: 1 - type: Transform - uid: 9965 components: - - pos: -67.5,23.5 + - type: Transform + pos: -67.5,23.5 parent: 1 - type: Transform - uid: 10297 components: - - pos: 18.5,-35.5 + - type: Transform + pos: 18.5,-35.5 parent: 1 - type: Transform - uid: 10977 components: - - pos: 30.5,-51.5 + - type: Transform + pos: 30.5,-51.5 parent: 1 - type: Transform - uid: 11023 components: - - pos: -30.5,-15.5 + - type: Transform + pos: -30.5,-15.5 parent: 1 - type: Transform - uid: 11514 components: - - pos: -38.5,-44.5 + - type: Transform + pos: -38.5,-44.5 parent: 1 - type: Transform - uid: 11515 components: - - pos: -14.5,-33.5 + - type: Transform + pos: -14.5,-33.5 parent: 1 - type: Transform - uid: 11634 components: - - pos: -4.5,35.5 + - type: Transform + pos: -4.5,35.5 parent: 1 - type: Transform - uid: 11644 components: - - pos: -18.5,29.5 + - type: Transform + pos: -18.5,29.5 parent: 1 - type: Transform - uid: 11870 components: - - pos: -26.5,-47.5 + - type: Transform + pos: -26.5,-47.5 parent: 1 - type: Transform - uid: 11949 components: - - pos: -85.5,-5.5 + - type: Transform + pos: -85.5,-5.5 parent: 1 - type: Transform - uid: 12008 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 1 - type: Transform - uid: 12276 components: - - pos: -42.5,-58.5 + - type: Transform + pos: -42.5,-58.5 parent: 1 - type: Transform - uid: 12503 components: - - pos: -71.5,-22.5 + - type: Transform + pos: -71.5,-22.5 parent: 1 - type: Transform - uid: 13204 components: - - pos: -59.5,35.5 + - type: Transform + pos: -59.5,35.5 parent: 1 - type: Transform - uid: 13623 components: - - pos: -38.5,19.5 + - type: Transform + pos: -38.5,19.5 parent: 1 - type: Transform - uid: 13804 components: - - pos: 24.5,-24.5 + - type: Transform + pos: 24.5,-24.5 parent: 1 - type: Transform - uid: 14101 components: - - pos: -50.5,-7.5 + - type: Transform + pos: -50.5,-7.5 parent: 1 - type: Transform - uid: 14102 components: - - pos: -41.5,-26.5 + - type: Transform + pos: -41.5,-26.5 parent: 1 - type: Transform - uid: 14113 components: - - pos: 15.5,-47.5 + - type: Transform + pos: 15.5,-47.5 parent: 1 - type: Transform - uid: 14324 components: - - pos: -19.5,-35.5 + - type: Transform + pos: -19.5,-35.5 parent: 1 - type: Transform - uid: 14489 components: - - pos: -42.5,-28.5 + - type: Transform + pos: -42.5,-28.5 parent: 1 - type: Transform - uid: 14552 components: - - pos: -85.5,-19.5 + - type: Transform + pos: -85.5,-19.5 parent: 1 - type: Transform - uid: 14553 components: - - pos: -82.5,-27.5 + - type: Transform + pos: -82.5,-27.5 parent: 1 - type: Transform - uid: 14689 components: - - pos: -89.5,-2.5 + - type: Transform + pos: -89.5,-2.5 parent: 1 - type: Transform - uid: 14690 components: - - pos: -79.5,17.5 + - type: Transform + pos: -79.5,17.5 parent: 1 - type: Transform - uid: 14695 components: - - pos: -120.5,20.5 + - type: Transform + pos: -120.5,20.5 parent: 1 - type: Transform - uid: 14696 components: - - pos: -104.5,20.5 + - type: Transform + pos: -104.5,20.5 parent: 1 - type: Transform - uid: 14896 components: - - pos: -62.5,14.5 + - type: Transform + pos: -62.5,14.5 parent: 1 - type: Transform - uid: 15458 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 15761 components: - - pos: -62.5,-77.5 + - type: Transform + pos: -62.5,-77.5 parent: 1 - type: Transform - uid: 28554 components: - - pos: 21.5,-42.5 + - type: Transform + pos: 21.5,-42.5 parent: 1 - type: Transform - uid: 29322 components: - - pos: 22.5,-61.5 + - type: Transform + pos: 22.5,-61.5 parent: 1 - type: Transform - uid: 29323 components: - - pos: 43.5,-58.5 + - type: Transform + pos: 43.5,-58.5 parent: 1 - type: Transform - uid: 30523 components: - - desc: Exit from the race track + - type: MetaData + desc: Exit from the race track name: Exit race track here - type: MetaData - - pos: -128.5,-0.5 + - type: Transform + pos: -128.5,-0.5 parent: 1 - type: Transform - uid: 30540 components: - - desc: Entry into the race track + - type: MetaData + desc: Entry into the race track name: Enter race track here - type: MetaData - - pos: -125.5,-2.5 + - type: Transform + pos: -125.5,-2.5 parent: 1 - type: Transform - uid: 30746 components: - - pos: -82.5,-37.5 + - type: Transform + pos: -82.5,-37.5 parent: 1 - type: Transform - uid: 36654 components: - - pos: -96.5,-88.5 + - type: Transform + pos: -96.5,-88.5 parent: 1 - type: Transform - uid: 38403 components: - - pos: -49.5,35.5 + - type: Transform + pos: -49.5,35.5 parent: 1 - type: Transform - uid: 40267 components: - - pos: -7.5,-61.5 + - type: Transform + pos: -7.5,-61.5 parent: 1 - type: Transform - uid: 41419 components: - - pos: -110.5,-15.5 + - type: Transform + pos: -110.5,-15.5 parent: 1 - type: Transform - uid: 41447 components: - - pos: -99.5,-24.5 + - type: Transform + pos: -99.5,-24.5 parent: 1 - type: Transform - proto: DisposalYJunction entities: - uid: 1460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-22.5 parent: 1 - type: Transform - uid: 1461 components: - - pos: -16.5,-22.5 + - type: Transform + pos: -16.5,-22.5 parent: 1 - type: Transform - uid: 2415 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-25.5 parent: 1 - type: Transform - uid: 2507 components: - - pos: -95.5,6.5 + - type: Transform + pos: -95.5,6.5 parent: 1 - type: Transform - uid: 13921 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,25.5 parent: 1 - type: Transform - uid: 14025 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,6.5 parent: 1 - type: Transform - uid: 14403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-26.5 parent: 1 - type: Transform - uid: 14575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-25.5 parent: 1 - type: Transform - uid: 14727 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,0.5 parent: 1 - type: Transform - uid: 28670 components: - - pos: -82.5,7.5 + - type: Transform + pos: -82.5,7.5 parent: 1 - type: Transform - uid: 28824 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-25.5 parent: 1 - type: Transform - uid: 28955 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-0.5 parent: 1 - type: Transform - uid: 38434 components: - - pos: -17.5,36.5 + - type: Transform + pos: -17.5,36.5 parent: 1 - type: Transform - uid: 41424 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-15.5 parent: 1 - type: Transform - proto: DogBed entities: - uid: 827 components: - - pos: -32.5,-18.5 + - type: Transform + pos: -32.5,-18.5 parent: 1 - type: Transform - uid: 9395 components: - - pos: -55.5,-25.5 + - type: Transform + pos: -55.5,-25.5 parent: 1 - type: Transform - uid: 9688 components: - - pos: -90.5,-20.5 + - type: Transform + pos: -90.5,-20.5 parent: 1 - type: Transform - uid: 11096 components: - - pos: -118.5,-3.5 + - type: Transform + pos: -118.5,-3.5 parent: 1 - type: Transform - uid: 15657 components: - - pos: -69.5,17.5 + - type: Transform + pos: -69.5,17.5 parent: 1 - type: Transform - uid: 15669 components: - - pos: -20.5,-32.5 + - type: Transform + pos: -20.5,-32.5 parent: 1 - type: Transform - uid: 16214 components: - - pos: 14.5,-23.5 + - type: Transform + pos: 14.5,-23.5 parent: 1 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 2891 components: - - pos: 18.5,-53.5 + - type: Transform + pos: 18.5,-53.5 parent: 1 - type: Transform - uid: 6098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,30.5 parent: 1 - type: Transform - uid: 7170 components: - - pos: -24.5,33.5 + - type: Transform + pos: -24.5,33.5 parent: 1 - type: Transform - uid: 9699 components: - - pos: -88.5,-19.5 + - type: Transform + pos: -88.5,-19.5 parent: 1 - type: Transform - uid: 9748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-20.5 parent: 1 - type: Transform - uid: 11581 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,31.5 parent: 1 - type: Transform - uid: 18957 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-37.5 parent: 1 - type: Transform - uid: 23678 components: - - pos: 68.5,-0.5 + - type: Transform + pos: 68.5,-0.5 parent: 1 - type: Transform - uid: 30942 components: - - pos: -44.5,-50.5 + - type: Transform + pos: -44.5,-50.5 parent: 1 - type: Transform - uid: 33999 components: - - pos: -95.5,-67.5 + - type: Transform + pos: -95.5,-67.5 parent: 1 - type: Transform - proto: DoorRemoteArmory entities: - uid: 16384 components: - - flags: InContainer - type: MetaData - - parent: 15373 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 15373 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: DoorRemoteSecurity entities: - uid: 16500 components: - - pos: 15.122422,-21.450739 + - type: Transform + pos: 15.122422,-21.450739 parent: 1 - type: Transform - proto: DoubleEmergencyOxygenTankFilled entities: - uid: 7569 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.57158,25.528204 parent: 1 - type: Transform - uid: 7570 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.44658,25.622019 parent: 1 - type: Transform - proto: Dresser entities: - uid: 583 components: - - pos: -34.5,13.5 - parent: 1 - type: Transform - - uid: 7594 - components: - - pos: -70.5,15.5 + - type: Transform + pos: -34.5,13.5 parent: 1 - type: Transform - uid: 8564 components: - - pos: -66.5,-0.5 + - type: Transform + pos: -66.5,-0.5 parent: 1 - type: Transform - uid: 8565 components: - - pos: -65.5,-0.5 + - type: Transform + pos: -65.5,-0.5 parent: 1 - type: Transform - - uid: 8788 + - uid: 10998 components: - - pos: -117.5,-4.5 + - type: Transform + pos: -35.5,-20.5 parent: 1 - type: Transform - - uid: 9394 +- proto: DresserCaptainFilled + entities: + - uid: 7594 components: - - pos: -56.5,-23.5 + - type: Transform + pos: -117.5,-4.5 parent: 1 - type: Transform - - uid: 9686 +- proto: DresserChiefEngineerFilled + entities: + - uid: 8218 components: - - pos: -88.5,-21.5 + - type: Transform + pos: -104.5,-36.5 parent: 1 - type: Transform - - uid: 10998 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 8217 components: - - pos: -35.5,-20.5 + - type: Transform + pos: -88.5,-21.5 parent: 1 - type: Transform - proto: DresserFilled entities: - uid: 2640 components: - - pos: 20.5,-53.5 + - type: Transform + pos: 20.5,-53.5 parent: 1 - type: Transform - uid: 3344 components: - - pos: -27.5,-49.5 - parent: 1 - type: Transform - - uid: 9794 - components: - - pos: -104.5,-36.5 + - type: Transform + pos: -27.5,-49.5 parent: 1 - type: Transform - uid: 11493 components: - - pos: -44.5,40.5 + - type: Transform + pos: -44.5,40.5 parent: 1 - type: Transform - uid: 11516 components: - - pos: -37.5,40.5 - parent: 1 - type: Transform - - uid: 13173 - components: - - pos: -13.5,41.5 + - type: Transform + pos: -37.5,40.5 parent: 1 - type: Transform - uid: 20565 components: - - pos: -92.5,-38.5 + - type: Transform + pos: -92.5,-38.5 parent: 1 - type: Transform - uid: 23774 components: - - pos: 34.5,-52.5 + - type: Transform + pos: 34.5,-52.5 parent: 1 - type: Transform - uid: 23775 components: - - pos: 32.5,-56.5 + - type: Transform + pos: 32.5,-56.5 parent: 1 - type: Transform - uid: 23776 components: - - pos: 43.5,-56.5 + - type: Transform + pos: 43.5,-56.5 parent: 1 - type: Transform - uid: 23794 components: - - pos: 41.5,-52.5 + - type: Transform + pos: 41.5,-52.5 parent: 1 - type: Transform - uid: 33991 components: - - pos: -97.5,-72.5 + - type: Transform + pos: -97.5,-72.5 parent: 1 - type: Transform - uid: 36484 components: - - pos: -118.5,-56.5 + - type: Transform + pos: -118.5,-56.5 + parent: 1 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 7496 + components: + - type: Transform + pos: -70.5,15.5 + parent: 1 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 8216 + components: + - type: Transform + pos: -56.5,-23.5 + parent: 1 +- proto: DresserQuarterMasterFilled + entities: + - uid: 8220 + components: + - type: Transform + pos: -13.5,41.5 + parent: 1 +- proto: DresserResearchDirectorFilled + entities: + - uid: 5427 + components: + - type: Transform + pos: -38.5,-38.5 + parent: 1 +- proto: DresserWardenFilled + entities: + - uid: 9794 + components: + - type: Transform + pos: 15.5,-18.5 parent: 1 - type: Transform - proto: DrinkBeerBottleFull entities: - uid: 36492 components: - - flags: InContainer - type: MetaData - - parent: 36491 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 36491 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 36493 components: - - flags: InContainer - type: MetaData - - parent: 36491 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 36491 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 36494 components: - - flags: InContainer - type: MetaData - - parent: 36491 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 36491 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: DrinkBlueCuracaoBottleFull entities: - uid: 32104 components: - - pos: -23.412685,13.701111 + - type: Transform + pos: -23.412685,13.701111 parent: 1 - type: Transform - proto: DrinkBottleGin entities: - uid: 30017 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.97427,-49.538845 parent: 1 - type: Transform - proto: DrinkCoffee entities: - uid: 38485 components: - - pos: -52.600834,35.591045 + - type: Transform + pos: -52.600834,35.591045 parent: 1 - type: Transform - proto: DrinkCoffeeLiqueurBottleFull entities: - uid: 20538 components: - - pos: -80.29219,33.293453 + - type: Transform + pos: -80.29219,33.293453 parent: 1 - type: Transform - proto: DrinkCoffeeLiqueurGlass entities: - uid: 9335 components: - - pos: -87.573425,-17.312595 + - type: Transform + pos: -87.573425,-17.312595 parent: 1 - type: Transform - proto: DrinkDoctorsDelightGlass entities: - uid: 9692 components: - - pos: -89.4999,-21.207169 + - type: Transform + pos: -89.4999,-21.207169 parent: 1 - type: Transform - proto: DrinkDrGibbCan entities: - uid: 30467 components: - - pos: -94.243034,19.63885 + - type: Transform + pos: -94.243034,19.63885 parent: 1 - type: Transform - proto: DrinkFlaskOld entities: - uid: 13721 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.324554,-62.218998 parent: 1 - type: Transform - uid: 17541 components: - - pos: -99.28578,-0.8073094 + - type: Transform + pos: -99.28578,-0.8073094 parent: 1 - type: Transform - proto: DrinkFourteenLokoCan entities: - uid: 7312 components: - - pos: -21.929731,-0.31049925 + - type: Transform + pos: -21.929731,-0.31049925 parent: 1 - type: Transform - proto: DrinkGinGlass entities: - uid: 13876 components: - - pos: 28.647537,-34.150932 + - type: Transform + pos: 28.647537,-34.150932 parent: 1 - type: Transform - proto: DrinkGlass entities: - uid: 547 components: - - pos: -24.29509,3.2017405 + - type: Transform + pos: -24.29509,3.2017405 parent: 1 - type: Transform - uid: 7724 components: - - pos: -65.586525,32.379456 + - type: Transform + pos: -65.586525,32.379456 parent: 1 - type: Transform - uid: 7725 components: - - pos: -65.336525,32.12928 + - type: Transform + pos: -65.336525,32.12928 parent: 1 - type: Transform - uid: 13271 components: - - pos: -22.606909,-23.39561 + - type: Transform + pos: -22.606909,-23.39561 parent: 1 - type: Transform - uid: 14967 components: - - pos: -22.606909,-23.39561 + - type: Transform + pos: -22.606909,-23.39561 parent: 1 - type: Transform - uid: 14968 components: - - pos: -22.606909,-23.39561 + - type: Transform + pos: -22.606909,-23.39561 parent: 1 - type: Transform - uid: 15574 components: - - pos: -22.606909,-23.39561 + - type: Transform + pos: -22.606909,-23.39561 parent: 1 - type: Transform - uid: 15575 components: - - pos: -22.606909,-23.39561 + - type: Transform + pos: -22.606909,-23.39561 parent: 1 - type: Transform - uid: 15576 components: - - pos: -22.336075,-23.406034 + - type: Transform + pos: -22.336075,-23.406034 parent: 1 - type: Transform - uid: 15577 components: - - pos: -22.336075,-23.406034 + - type: Transform + pos: -22.336075,-23.406034 parent: 1 - type: Transform - uid: 15578 components: - - pos: -22.336075,-23.406034 + - type: Transform + pos: -22.336075,-23.406034 parent: 1 - type: Transform - uid: 15579 components: - - pos: -22.336075,-23.406034 + - type: Transform + pos: -22.336075,-23.406034 parent: 1 - type: Transform - uid: 15580 components: - - pos: -22.336075,-23.406034 + - type: Transform + pos: -22.336075,-23.406034 parent: 1 - type: Transform - uid: 23876 components: - - pos: -6.852103,-57.42051 + - type: Transform + pos: -6.852103,-57.42051 parent: 1 - type: Transform - uid: 23877 components: - - pos: -6.664603,-57.462204 + - type: Transform + pos: -6.664603,-57.462204 parent: 1 - type: Transform - proto: DrinkGrapeCan entities: - uid: 3486 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.23107672,10.746427 parent: 1 - type: Transform - proto: DrinkHosFlask entities: - uid: 2815 components: - - pos: -99.382095,0.73303574 + - type: Transform + pos: -99.382095,0.73303574 parent: 1 - type: Transform - proto: DrinkHotCoffee entities: - uid: 13709 components: - - pos: -71.340195,-63.069973 + - type: Transform + pos: -71.340195,-63.069973 parent: 1 - type: Transform - uid: 13710 components: - - pos: -71.69436,-62.50708 + - type: Transform + pos: -71.69436,-62.50708 parent: 1 - type: Transform - proto: DrinkIrishCoffeeGlass entities: - uid: 12752 components: - - pos: -101.53123,45.7959 + - type: Transform + pos: -101.53123,45.7959 parent: 1 - type: Transform - proto: DrinkJarWhat entities: - uid: 15157 components: - - pos: -69.29056,-67.122665 + - type: Transform + pos: -69.29056,-67.122665 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: UnstableMutagen Quantity: 30 - type: SolutionContainerManager - proto: DrinkLemonLimeCan entities: - uid: 41875 components: - - pos: 26.767155,13.717237 + - type: Transform + pos: 26.767155,13.717237 parent: 1 - type: Transform - proto: DrinkLithiumFlask entities: - uid: 17537 components: - - pos: -101.65036,-1.0470593 + - type: Transform + pos: -101.65036,-1.0470593 parent: 1 - type: Transform - proto: DrinkMilkCarton entities: - uid: 41989 components: - - pos: -24.361698,9.772873 + - type: Transform + pos: -24.361698,9.772873 parent: 1 - type: Transform - proto: DrinkMugBlack entities: - uid: 30366 components: - - pos: -35.063503,-67.47374 + - type: Transform + pos: -35.063503,-67.47374 parent: 1 - type: Transform - proto: DrinkMugBlue entities: - uid: 32059 components: - - pos: -77.28244,6.1338468 + - type: Transform + pos: -77.28244,6.1338468 parent: 1 - type: Transform - proto: DrinkMugDog entities: - uid: 32058 components: - - pos: -69.83949,7.4534774 + - type: Transform + pos: -69.83949,7.4534774 parent: 1 - type: Transform - proto: DrinkMugGreen entities: - uid: 32060 components: - - pos: -76.26825,-16.45951 + - type: Transform + pos: -76.26825,-16.45951 parent: 1 - type: Transform - proto: DrinkMugHeart entities: - uid: 32061 components: - - pos: -21.261566,-34.215736 + - type: Transform + pos: -21.261566,-34.215736 parent: 1 - type: Transform - proto: DrinkMugMetal entities: - uid: 1174 components: - - flags: InContainer - type: MetaData - - parent: 246 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 246 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 10947 components: - - flags: InContainer - type: MetaData - - parent: 247 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 247 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 10976 components: - - flags: InContainer - type: MetaData - - parent: 1273 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1273 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11336 components: - - pos: -18.278008,31.968779 + - type: Transform + pos: -18.278008,31.968779 parent: 1 - type: Transform - uid: 11343 components: - - pos: -18.621758,31.822844 + - type: Transform + pos: -18.621758,31.822844 parent: 1 - type: Transform - uid: 12313 components: - - flags: InContainer - type: MetaData - - parent: 1279 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1279 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 14726 components: - - flags: InContainer - type: MetaData - - parent: 1280 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1280 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 15070 components: - - flags: InContainer - type: MetaData - - parent: 1281 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1281 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18456 components: - - flags: InContainer - type: MetaData - - parent: 1282 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1282 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18458 components: - - flags: InContainer - type: MetaData - - parent: 1283 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1283 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18460 components: - - flags: InContainer - type: MetaData - - parent: 1284 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1284 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18462 components: - - flags: InContainer - type: MetaData - - parent: 1285 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1285 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 18465 components: - - flags: InContainer - type: MetaData - - parent: 1286 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1286 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 23589 components: - - flags: InContainer - type: MetaData - - parent: 1287 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1287 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: DrinkMugMoebius entities: - uid: 2893 components: - - pos: 17.517475,-56.287006 + - type: Transform + pos: 17.517475,-56.287006 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: True canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Rewriter Quantity: 15 - type: SolutionContainerManager - uid: 32062 components: - - pos: 15.3483305,-26.350956 + - type: Transform + pos: 15.3483305,-26.350956 parent: 1 - type: Transform - proto: DrinkMugOne entities: - uid: 13732 components: - - pos: -64.65814,-70.19557 + - type: Transform + pos: -64.65814,-70.19557 parent: 1 - type: Transform - proto: DrinkMugRainbow entities: - uid: 20925 components: - - pos: -39.24204,-68.28365 + - type: Transform + pos: -39.24204,-68.28365 parent: 1 - type: Transform - uid: 34000 components: - - pos: -94.568634,-67.23295 + - type: Transform + pos: -94.568634,-67.23295 parent: 1 - type: Transform - proto: DrinkMugRed entities: - uid: 32064 components: - - pos: -58.353912,-80.77482 + - type: Transform + pos: -58.353912,-80.77482 parent: 1 - type: Transform - proto: DrinkOatMilkCarton entities: - uid: 9639 components: - - pos: -24.46927,9.605224 + - type: Transform + pos: -24.46927,9.605224 parent: 1 - type: Transform - proto: DrinkPatronBottleFull entities: - uid: 21261 components: - - pos: -11.286696,27.711576 + - type: Transform + pos: -11.286696,27.711576 parent: 1 - type: Transform - uid: 34757 components: - - pos: -65.29088,32.913982 + - type: Transform + pos: -65.29088,32.913982 parent: 1 - type: Transform - proto: DrinkPoisonWinebottleFull entities: - uid: 9881 components: - - pos: -29.676823,-49.048393 + - type: Transform + pos: -29.676823,-49.048393 parent: 1 - type: Transform - uid: 15086 components: - - pos: -94.58164,24.962887 + - type: Transform + pos: -94.58164,24.962887 parent: 1 - type: Transform - uid: 36444 components: - - pos: -89.14859,-72.38698 + - type: Transform + pos: -89.14859,-72.38698 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 100 + name: null reagents: - data: null ReagentId: PoisonWine Quantity: 80 - type: SolutionContainerManager - proto: DrinkRumBottleFull entities: - uid: 11767 components: - - pos: -111.74069,-2.9756877 + - type: Transform + pos: -111.74069,-2.9756877 parent: 1 - type: Transform - proto: DrinkSakeBottleFull entities: - uid: 30032 components: - - pos: -115.35107,27.02925 + - type: Transform + pos: -115.35107,27.02925 parent: 1 - type: Transform - proto: DrinkSakeCup entities: - uid: 30031 components: - - pos: -115.5594,26.664413 + - type: Transform + pos: -115.5594,26.664413 parent: 1 - type: Transform - proto: DrinkShakeBlue entities: - uid: 31128 components: - - pos: 20.466473,-35.293938 + - type: Transform + pos: 20.466473,-35.293938 parent: 1 - type: Transform - proto: DrinkShaker entities: - uid: 5543 components: - - pos: -100.73555,-1.3020778 + - type: Transform + pos: -100.73555,-1.3020778 parent: 1 - type: Transform - uid: 23847 components: - - pos: -6.8075304,-57.165375 + - type: Transform + pos: -6.8075304,-57.165375 parent: 1 - type: Transform - proto: DrinkShinyFlask entities: - uid: 17539 components: - - pos: -101.69203,-0.42162508 + - type: Transform + pos: -101.69203,-0.42162508 parent: 1 - type: Transform - proto: DrinkShotGlass entities: - uid: 7726 components: - - pos: -65.34695,30.586542 + - type: Transform + pos: -65.34695,30.586542 parent: 1 - type: Transform - uid: 7727 components: - - pos: -65.34695,30.836716 + - type: Transform + pos: -65.34695,30.836716 parent: 1 - type: Transform - uid: 7728 components: - - pos: -65.5032,30.69078 + - type: Transform + pos: -65.5032,30.69078 parent: 1 - type: Transform - uid: 29511 components: - - pos: -12.737551,-61.391903 + - type: Transform + pos: -12.737551,-61.391903 parent: 1 - type: Transform - uid: 29512 components: - - pos: -12.247967,-61.45445 + - type: Transform + pos: -12.247967,-61.45445 parent: 1 - type: Transform - uid: 30016 components: - - pos: -86.578445,-49.351215 + - type: Transform + pos: -86.578445,-49.351215 parent: 1 - type: Transform - proto: DrinkSodaWaterCan entities: - uid: 28737 components: - - pos: 6.7163134,-13.191561 + - type: Transform + pos: 6.7163134,-13.191561 parent: 1 - type: Transform - proto: DrinkSpaceUpCan entities: - uid: 3092 components: - - pos: -9.619719,-1.8180852 + - type: Transform + pos: -9.619719,-1.8180852 parent: 1 - type: Transform - proto: DrinkTeacup entities: - uid: 28494 components: - - pos: -12.320904,-34.54171 + - type: Transform + pos: -12.320904,-34.54171 parent: 1 - type: Transform - uid: 30782 components: - - pos: -71.232185,-40.375042 + - type: Transform + pos: -71.232185,-40.375042 parent: 1 - type: Transform - uid: 30783 components: - - pos: -71.013435,-40.468857 + - type: Transform + pos: -71.013435,-40.468857 parent: 1 - type: Transform - uid: 30784 components: - - pos: -70.78426,-40.343773 + - type: Transform + pos: -70.78426,-40.343773 parent: 1 - type: Transform - proto: DrinkTeapot entities: - uid: 30781 components: - - pos: -71.00301,-40.114445 + - type: Transform + pos: -71.00301,-40.114445 parent: 1 - type: Transform - proto: DrinkTequilaSunriseGlass entities: - uid: 8797 components: - - pos: -114.40862,1.6014926 + - type: Transform + pos: -114.40862,1.6014926 parent: 1 - type: Transform - proto: DrinkVacuumFlask entities: - uid: 17538 components: - - pos: -101.69203,0.9543305 + - type: Transform + pos: -101.69203,0.9543305 parent: 1 - type: Transform - proto: DrinkWaterBottleFull entities: - uid: 13793 components: - - pos: 22.63419,-31.154142 + - type: Transform + pos: 22.63419,-31.154142 parent: 1 - type: Transform - uid: 13794 components: - - pos: 22.54044,-31.341772 + - type: Transform + pos: 22.54044,-31.341772 parent: 1 - type: Transform - uid: 13795 components: - - pos: 22.217524,-31.300076 + - type: Transform + pos: 22.217524,-31.300076 parent: 1 - type: Transform - proto: DrinkWaterCup entities: - uid: 8243 components: - - pos: -97.50667,2.7208862 + - type: Transform + pos: -97.50667,2.7208862 parent: 1 - type: Transform - uid: 8244 components: - - pos: -97.675934,2.5645282 + - type: Transform + pos: -97.675934,2.5645282 parent: 1 - type: Transform - uid: 9103 components: - - pos: -60.262558,-18.269083 + - type: Transform + pos: -60.262558,-18.269083 parent: 1 - type: Transform - uid: 9104 components: - - pos: -60.481308,-18.52968 + - type: Transform + pos: -60.481308,-18.52968 parent: 1 - type: Transform - uid: 9105 components: - - pos: -60.68964,-18.331627 + - type: Transform + pos: -60.68964,-18.331627 parent: 1 - type: Transform - uid: 9458 components: - - pos: -12.764376,-30.068533 + - type: Transform + pos: -12.764376,-30.068533 parent: 1 - type: Transform - uid: 13712 components: - - pos: -71.67353,-63.434807 + - type: Transform + pos: -71.67353,-63.434807 parent: 1 - type: Transform - uid: 13713 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.31936,-63.5182 parent: 1 - type: Transform - uid: 14957 components: - - pos: -55.781475,-36.422016 + - type: Transform + pos: -55.781475,-36.422016 parent: 1 - type: Transform - proto: DrinkWaterJug entities: - uid: 12456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.46745,-59.061054 parent: 1 - type: Transform - uid: 30883 components: - - pos: -57.15829,-81.223656 + - type: Transform + pos: -57.15829,-81.223656 parent: 1 - type: Transform - uid: 31030 components: - - pos: 30.262386,-23.36503 + - type: Transform + pos: 30.262386,-23.36503 parent: 1 - type: Transform - uid: 31420 components: - - pos: -76.108574,-44.064663 + - type: Transform + pos: -76.108574,-44.064663 parent: 1 - type: Transform - proto: DrinkWatermelonJuice entities: - uid: 31268 components: - - pos: -31.7107,17.61492 + - type: Transform + pos: -31.7107,17.61492 parent: 1 - type: Transform - proto: DrinkWhiskeyGlass entities: - uid: 29510 components: - - pos: -58.2706,-42.458687 + - type: Transform + pos: -58.2706,-42.458687 parent: 1 - type: Transform - proto: DrinkWineGlass entities: - uid: 9878 components: - - pos: -29.426823,-49.288143 + - type: Transform + pos: -29.426823,-49.288143 parent: 1 - type: Transform - uid: 15087 components: - - pos: -93.24414,24.687696 + - type: Transform + pos: -93.24414,24.687696 parent: 1 - type: Transform - uid: 15088 components: - - pos: -94.50664,24.65017 + - type: Transform + pos: -94.50664,24.65017 parent: 1 - type: Transform - uid: 36441 components: - - pos: -89.79859,-72.36196 + - type: Transform + pos: -89.79859,-72.36196 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: Wine Quantity: 16 - type: SolutionContainerManager - uid: 36617 components: - - pos: -116.701355,-76.01226 + - type: Transform + pos: -116.701355,-76.01226 parent: 1 - type: Transform - uid: 36618 components: - - pos: -116.27635,-76.33749 + - type: Transform + pos: -116.27635,-76.33749 parent: 1 - type: Transform - proto: Dropper entities: - uid: 4794 components: - - pos: -62.429817,-23.695457 + - type: Transform + pos: -62.429817,-23.695457 parent: 1 - type: Transform - uid: 12624 components: - - pos: -62.471485,-23.799696 + - type: Transform + pos: -62.471485,-23.799696 parent: 1 - type: Transform - proto: Ectoplasm entities: - uid: 36500 components: - - pos: -120.23751,-59.415295 + - type: Transform + pos: -120.23751,-59.415295 parent: 1 - type: Transform - proto: EmergencyLight entities: - uid: 2064 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-40.5 parent: 1 - type: Transform - uid: 4563 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-20.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 5542 components: - - pos: -110.5,14.5 + - type: Transform + pos: -110.5,14.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11119 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,10.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,8.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 12946 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-35.5 parent: 1 - type: Transform - uid: 13321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,10.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 13322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,4.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 13496 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -70.5,25.5 parent: 1 - type: Transform - uid: 13660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,10.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 15253 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-27.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 15254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-20.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 15257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-20.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 15460 components: - - pos: 15.5,-9.5 + - type: Transform + pos: 15.5,-9.5 parent: 1 - type: Transform - uid: 15557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-17.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 15564 components: - - pos: 21.5,-17.5 + - type: Transform + pos: 21.5,-17.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 15565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-18.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,30.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,29.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,20.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,2.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-0.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-18.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-32.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 16456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-19.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 17957 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,8.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 17958 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-35.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 17962 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,30.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 24459 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-35.5 parent: 1 - type: Transform - uid: 24646 components: - - pos: -65.5,38.5 + - type: Transform + pos: -65.5,38.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 28171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-33.5 parent: 1 - type: Transform - uid: 31255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,27.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31258 components: - - pos: -75.5,37.5 + - type: Transform + pos: -75.5,37.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31269 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,19.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31272 components: - - pos: -84.5,19.5 + - type: Transform + pos: -84.5,19.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,26.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,19.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,2.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-4.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31301 components: - - pos: -126.5,13.5 + - type: Transform + pos: -126.5,13.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,-0.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,8.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31309 components: - - pos: -31.5,11.5 + - type: Transform + pos: -31.5,11.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,8.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31312 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,-3.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,26.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31314 components: - - pos: -89.5,-5.5 + - type: Transform + pos: -89.5,-5.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31319 components: - - pos: -97.5,7.5 + - type: Transform + pos: -97.5,7.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31320 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,4.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31321 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,4.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-15.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31329 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,-0.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31330 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,4.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31332 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.5,23.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,23.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31334 components: - - pos: -114.5,-10.5 + - type: Transform + pos: -114.5,-10.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31335 components: - - pos: -63.5,-10.5 + - type: Transform + pos: -63.5,-10.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31341 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-18.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31346 components: - - pos: -80.5,-23.5 + - type: Transform + pos: -80.5,-23.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-11.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-33.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31355 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-5.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-26.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-9.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31368 components: - - pos: -50.5,-26.5 + - type: Transform + pos: -50.5,-26.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-55.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-21.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-56.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-49.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31384 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-50.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-5.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31388 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-32.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31389 components: - - pos: -29.5,-25.5 + - type: Transform + pos: -29.5,-25.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31395 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,2.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31397 components: - - pos: -59.5,2.5 + - type: Transform + pos: -59.5,2.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,14.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31399 components: - - pos: -48.5,21.5 + - type: Transform + pos: -48.5,21.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31403 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-42.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31407 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-64.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31409 components: - - pos: -9.5,-46.5 + - type: Transform + pos: -9.5,-46.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-57.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-25.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31418 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-21.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31423 components: - - pos: -50.5,-35.5 + - type: Transform + pos: -50.5,-35.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31428 components: - - pos: -60.5,-44.5 + - type: Transform + pos: -60.5,-44.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-47.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-30.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-29.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-20.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31442 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-15.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31454 components: - - pos: -26.5,-39.5 + - type: Transform + pos: -26.5,-39.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-36.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31467 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31468 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-13.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31470 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-36.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31473 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-3.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31476 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-8.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-0.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31479 components: - - pos: 7.5,-45.5 + - type: Transform + pos: 7.5,-45.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31480 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-23.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31483 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-13.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31487 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-30.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31489 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-31.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31495 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-39.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31500 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-43.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-36.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31503 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-5.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31515 components: - - pos: 22.5,-48.5 + - type: Transform + pos: 22.5,-48.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-39.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-27.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31522 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-34.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,7.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31530 components: - - pos: -16.5,3.5 + - type: Transform + pos: -16.5,3.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31534 components: - - pos: -14.5,-10.5 + - type: Transform + pos: -14.5,-10.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31550 components: - - pos: 16.5,11.5 + - type: Transform + pos: 16.5,11.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-11.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31558 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-13.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31584 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-12.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-31.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31605 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-32.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-41.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 31619 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,16.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 33772 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,39.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 33828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,29.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 33829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,39.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 34175 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-37.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 41130 components: - - pos: 43.5,-49.5 + - type: Transform + pos: 43.5,-49.5 parent: 1 - type: Transform - uid: 41166 components: - - pos: -29.5,26.5 + - type: Transform + pos: -29.5,26.5 parent: 1 - type: Transform - uid: 41167 components: - - pos: -36.5,31.5 + - type: Transform + pos: -36.5,31.5 parent: 1 - type: Transform - uid: 41168 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,37.5 parent: 1 - type: Transform - uid: 41169 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,35.5 parent: 1 - type: Transform - uid: 41170 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,42.5 parent: 1 - type: Transform - uid: 41171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,35.5 parent: 1 - type: Transform - uid: 41172 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,35.5 parent: 1 - type: Transform - uid: 41173 components: - - pos: -16.5,41.5 + - type: Transform + pos: -16.5,41.5 parent: 1 - type: Transform - uid: 41174 components: - - pos: -11.5,38.5 + - type: Transform + pos: -11.5,38.5 parent: 1 - type: Transform - uid: 41175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,29.5 parent: 1 - type: Transform - uid: 41176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,38.5 parent: 1 - type: Transform - uid: 41177 components: - - pos: 25.5,-7.5 + - type: Transform + pos: 25.5,-7.5 parent: 1 - type: Transform - uid: 41178 components: - - pos: 33.5,-9.5 + - type: Transform + pos: 33.5,-9.5 parent: 1 - type: Transform - uid: 41179 components: - - pos: 43.5,-9.5 + - type: Transform + pos: 43.5,-9.5 parent: 1 - type: Transform - uid: 41180 components: - - pos: 51.5,-9.5 + - type: Transform + pos: 51.5,-9.5 parent: 1 - type: Transform - uid: 41181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-14.5 parent: 1 - type: Transform - uid: 41182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-42.5 parent: 1 - type: Transform - uid: 41183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-52.5 parent: 1 - type: Transform - uid: 41184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-43.5 parent: 1 - type: Transform - uid: 41185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-52.5 parent: 1 - type: Transform - uid: 41186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,-54.5 parent: 1 - type: Transform - uid: 41187 components: - - pos: 51.5,-58.5 + - type: Transform + pos: 51.5,-58.5 parent: 1 - type: Transform - uid: 41188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.5,-46.5 parent: 1 - type: Transform - uid: 41189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 49.5,-40.5 parent: 1 - type: Transform - uid: 41190 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 39.5,-61.5 parent: 1 - type: Transform - uid: 41191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-61.5 parent: 1 - type: Transform - uid: 41192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-61.5 parent: 1 - type: Transform - uid: 41193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-61.5 parent: 1 - type: Transform - uid: 41194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-61.5 parent: 1 - type: Transform - uid: 41195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-56.5 parent: 1 - type: Transform - uid: 41196 components: - - pos: -120.5,-32.5 + - type: Transform + pos: -120.5,-32.5 parent: 1 - type: Transform - uid: 41197 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-52.5 parent: 1 - type: Transform - uid: 41198 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-55.5 parent: 1 - type: Transform - uid: 41199 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-46.5 parent: 1 - type: Transform - uid: 41200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-50.5 parent: 1 - type: Transform - uid: 41201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-40.5 parent: 1 - type: Transform - uid: 41202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-64.5 parent: 1 - type: Transform - uid: 41203 components: - - pos: -19.5,-62.5 + - type: Transform + pos: -19.5,-62.5 parent: 1 - type: Transform - uid: 41204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-86.5 parent: 1 - type: Transform - uid: 41205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-50.5 parent: 1 - type: Transform - uid: 41206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -142.5,-39.5 parent: 1 - type: Transform - uid: 41207 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,-31.5 parent: 1 - type: Transform - uid: 41208 components: - - pos: -121.5,-24.5 + - type: Transform + pos: -121.5,-24.5 parent: 1 - type: Transform - uid: 41209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-22.5 parent: 1 - type: Transform - uid: 41210 components: - - pos: -112.5,-10.5 + - type: Transform + pos: -112.5,-10.5 parent: 1 - type: Transform - uid: 41211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-12.5 parent: 1 - type: Transform - uid: 41212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-12.5 parent: 1 - type: Transform - uid: 41213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-24.5 parent: 1 - type: Transform - uid: 41214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-25.5 parent: 1 - type: Transform - uid: 41215 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-33.5 parent: 1 - type: Transform - uid: 41216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-38.5 parent: 1 - type: Transform - uid: 41217 components: - - pos: -127.5,-33.5 + - type: Transform + pos: -127.5,-33.5 parent: 1 - type: Transform - uid: 41218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -127.5,-43.5 parent: 1 - type: Transform - uid: 41219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.5,-43.5 parent: 1 - type: Transform - uid: 41220 components: - - pos: -100.5,-45.5 + - type: Transform + pos: -100.5,-45.5 parent: 1 - type: Transform - uid: 41221 components: - - pos: -99.5,-53.5 + - type: Transform + pos: -99.5,-53.5 parent: 1 - type: Transform - uid: 41222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-60.5 parent: 1 - type: Transform - uid: 41223 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-66.5 parent: 1 - type: Transform - uid: 41224 components: - - pos: -108.5,-63.5 + - type: Transform + pos: -108.5,-63.5 parent: 1 - type: Transform - uid: 41225 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-71.5 parent: 1 - type: Transform - uid: 41226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-50.5 parent: 1 - type: Transform - uid: 41227 components: - - pos: -26.5,-52.5 + - type: Transform + pos: -26.5,-52.5 parent: 1 - type: Transform - uid: 41228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,35.5 parent: 1 - type: Transform - proto: EmergencyOxygenTankFilled entities: - uid: 28780 components: - - pos: -16.602886,-21.35414 + - type: Transform + pos: -16.602886,-21.35414 parent: 1 - type: Transform - uid: 28781 components: - - pos: -16.342468,-21.427107 + - type: Transform + pos: -16.342468,-21.427107 parent: 1 - type: Transform - proto: EmergencyRollerBedSpawnFolded entities: - uid: 2845 components: - - pos: -87.694084,-29.306406 + - type: Transform + pos: -87.694084,-29.306406 parent: 1 - type: Transform - uid: 4663 components: - - pos: -69.738815,-33.26406 + - type: Transform + pos: -69.738815,-33.26406 parent: 1 - type: Transform - uid: 4664 components: - - pos: -69.488815,-33.597626 + - type: Transform + pos: -69.488815,-33.597626 parent: 1 - type: Transform - uid: 4739 components: - - pos: -70.53356,-33.486126 + - type: Transform + pos: -70.53356,-33.486126 parent: 1 - type: Transform - uid: 4742 components: - - pos: -70.23669,-33.716427 + - type: Transform + pos: -70.23669,-33.716427 parent: 1 - type: Transform - uid: 14892 components: - - pos: -87.444084,-29.525307 + - type: Transform + pos: -87.444084,-29.525307 parent: 1 - type: Transform - proto: Emitter entities: - uid: 15797 components: - - pos: 81.5,-39.5 + - type: Transform + pos: 81.5,-39.5 parent: 1 - type: Transform - uid: 15857 components: - - pos: 49.5,-42.5 + - type: Transform + pos: 49.5,-42.5 parent: 1 - type: Transform - uid: 15858 components: - - pos: 49.5,-43.5 + - type: Transform + pos: 49.5,-43.5 parent: 1 - type: Transform - uid: 15859 components: - - pos: 50.5,-42.5 + - type: Transform + pos: 50.5,-42.5 parent: 1 - type: Transform - uid: 15860 components: - - pos: 50.5,-43.5 + - type: Transform + pos: 50.5,-43.5 parent: 1 - type: Transform - uid: 15861 components: - - pos: 51.5,-42.5 + - type: Transform + pos: 51.5,-42.5 parent: 1 - type: Transform - uid: 15862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 85.5,-43.5 parent: 1 - type: Transform - uid: 15863 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 81.5,-55.5 parent: 1 - type: Transform - proto: EmptyFlashlightLantern entities: - uid: 31242 components: - - pos: -76.91299,-76.2251 + - type: Transform + pos: -76.91299,-76.2251 parent: 1 - type: Transform - uid: 36679 components: - - pos: -89.46783,-77.132 + - type: Transform + pos: -89.46783,-77.132 parent: 1 - type: Transform - uid: 41108 components: - - pos: 32.432415,-46.2703 + - type: Transform + pos: 32.432415,-46.2703 parent: 1 - type: Transform - uid: 41109 components: - - pos: 32.411583,-46.45793 + - type: Transform + pos: 32.411583,-46.45793 parent: 1 - type: Transform - proto: EncryptionKeyBinary entities: - uid: 3505 components: - - flags: InContainer - type: MetaData - - parent: 3435 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3435 + - type: Physics + canCollide: False - proto: EncryptionKeyCargo entities: - uid: 3432 components: - - flags: InContainer - type: MetaData - - parent: 3431 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3431 + - type: Physics + canCollide: False - proto: EncryptionKeyCommand entities: - uid: 3506 components: - - flags: InContainer - type: MetaData - - parent: 3435 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3435 + - type: Physics + canCollide: False - proto: EncryptionKeyCommon entities: - uid: 3424 components: - - flags: InContainer - type: MetaData - - parent: 3423 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3423 + - type: Physics + canCollide: False - proto: EncryptionKeyEngineering entities: - uid: 3427 components: - - flags: InContainer - type: MetaData - - parent: 3426 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3426 + - type: Physics + canCollide: False - proto: EncryptionKeyMedical entities: - uid: 3422 components: - - flags: InContainer - type: MetaData - - parent: 3419 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3419 + - type: Physics + canCollide: False - proto: EncryptionKeyRobo entities: - uid: 3421 components: - - flags: InContainer - type: MetaData - - parent: 3419 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3419 + - type: Physics + canCollide: False - proto: EncryptionKeyScience entities: - uid: 3420 components: - - flags: InContainer - type: MetaData - - parent: 3419 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3419 + - type: Physics + canCollide: False - proto: EncryptionKeySecurity entities: - uid: 3434 components: - - flags: InContainer - type: MetaData - - parent: 3433 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3433 + - type: Physics + canCollide: False - proto: EncryptionKeyService entities: - uid: 3425 components: - - flags: InContainer - type: MetaData - - parent: 3423 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3423 + - type: Physics + canCollide: False - proto: ExosuitFabricator entities: - uid: 3369 components: - - pos: -20.5,-51.5 + - type: Transform + pos: -20.5,-51.5 parent: 1 - type: Transform - proto: ExplosivesSignMed entities: - uid: 12269 components: - - pos: -50.5,-68.5 + - type: Transform + pos: -50.5,-68.5 parent: 1 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 7198 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,32.5 parent: 1 - type: Transform - uid: 8904 components: - - pos: -103.5,-14.5 + - type: Transform + pos: -103.5,-14.5 parent: 1 - type: Transform - uid: 10351 components: - - pos: -65.5,-33.5 + - type: Transform + pos: -65.5,-33.5 parent: 1 - type: Transform - uid: 10974 components: - - pos: 22.5,-47.5 + - type: Transform + pos: 22.5,-47.5 parent: 1 - type: Transform - uid: 16027 components: - - pos: -65.5,-26.5 + - type: Transform + pos: -65.5,-26.5 parent: 1 - type: Transform - uid: 16029 components: - - pos: -103.5,3.5 + - type: Transform + pos: -103.5,3.5 parent: 1 - type: Transform - uid: 16030 components: - - pos: -81.5,9.5 + - type: Transform + pos: -81.5,9.5 parent: 1 - type: Transform - uid: 16032 components: - - pos: -57.5,3.5 + - type: Transform + pos: -57.5,3.5 parent: 1 - type: Transform - uid: 16033 components: - - pos: -25.5,0.5 + - type: Transform + pos: -25.5,0.5 parent: 1 - type: Transform - uid: 16034 components: - - pos: -80.5,27.5 + - type: Transform + pos: -80.5,27.5 parent: 1 - type: Transform - uid: 16037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-12.5 parent: 1 - type: Transform - uid: 16038 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-20.5 parent: 1 - type: Transform - uid: 16039 components: - - pos: 16.5,-31.5 + - type: Transform + pos: 16.5,-31.5 parent: 1 - type: Transform - uid: 17148 components: - - pos: -36.5,33.5 + - type: Transform + pos: -36.5,33.5 parent: 1 - type: Transform - uid: 21396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-4.5 parent: 1 - type: Transform - uid: 29522 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-46.5 parent: 1 - type: Transform - uid: 30604 components: - - pos: -120.5,-8.5 + - type: Transform + pos: -120.5,-8.5 parent: 1 - type: Transform - uid: 32207 components: - - pos: -43.5,-59.5 + - type: Transform + pos: -43.5,-59.5 parent: 1 - type: Transform - uid: 33636 components: - - pos: -42.5,-33.5 + - type: Transform + pos: -42.5,-33.5 parent: 1 - type: Transform - uid: 33637 components: - - pos: -51.5,31.5 + - type: Transform + pos: -51.5,31.5 parent: 1 - type: Transform - uid: 33638 components: - - pos: -67.5,34.5 + - type: Transform + pos: -67.5,34.5 parent: 1 - type: Transform - uid: 33639 components: - - pos: -38.5,-8.5 + - type: Transform + pos: -38.5,-8.5 parent: 1 - type: Transform - uid: 33640 components: - - pos: -4.5,-44.5 + - type: Transform + pos: -4.5,-44.5 parent: 1 - type: Transform - proto: FaxMachineBase entities: - uid: 7254 components: - - pos: -46.5,36.5 + - type: Transform + pos: -46.5,36.5 parent: 1 - type: Transform - - name: Mailroom - type: FaxMachine + - type: FaxMachine + name: Mailroom - uid: 7577 components: - - pos: -64.5,23.5 + - type: Transform + pos: -64.5,23.5 parent: 1 - type: Transform - - name: HoP - type: FaxMachine + - type: FaxMachine + name: HoP - uid: 7741 components: - - pos: -54.5,15.5 + - type: Transform + pos: -54.5,15.5 parent: 1 - type: Transform - - name: Service - type: FaxMachine + - type: FaxMachine + name: Service - uid: 8798 components: - - pos: -77.5,7.5 + - type: Transform + pos: -77.5,7.5 parent: 1 - type: Transform - - name: News - type: FaxMachine + - type: FaxMachine + name: News - uid: 9351 components: - - pos: -36.5,31.5 + - type: Transform + pos: -36.5,31.5 parent: 1 - type: Transform - - name: Cargo - type: FaxMachine + - type: FaxMachine + name: Cargo - uid: 11249 components: - - pos: -14.5,27.5 + - type: Transform + pos: -14.5,27.5 parent: 1 - type: Transform - - name: Recycling Room - type: FaxMachine + - type: FaxMachine + name: Recycling Room - uid: 11449 components: - - pos: -8.5,38.5 + - type: Transform + pos: -8.5,38.5 parent: 1 - type: Transform - - name: Salvage - type: FaxMachine + - type: FaxMachine + name: Salvage - uid: 11805 components: - - pos: -91.5,-8.5 + - type: Transform + pos: -91.5,-8.5 parent: 1 - type: Transform - - name: Lawyer - type: FaxMachine + - type: FaxMachine + name: Lawyer - uid: 11851 components: - - pos: -69.5,-25.5 + - type: Transform + pos: -69.5,-25.5 parent: 1 - type: Transform - - name: Medbay - type: FaxMachine + - type: FaxMachine + name: Medbay - uid: 12173 components: - - pos: -22.5,-41.5 + - type: Transform + pos: -22.5,-41.5 parent: 1 - type: Transform - - name: Epistemics - type: FaxMachine + - type: FaxMachine + name: Epistemics - uid: 12636 components: - - pos: -49.5,-33.5 + - type: Transform + pos: -49.5,-33.5 parent: 1 - type: Transform - - name: Security - type: FaxMachine + - type: FaxMachine + name: Security - uid: 13202 components: - - pos: -102.5,-9.5 + - type: Transform + pos: -102.5,-9.5 parent: 1 - type: Transform - - name: Engineering - type: FaxMachine + - type: FaxMachine + name: Engineering - uid: 13980 components: - - pos: -94.5,-40.5 + - type: Transform + pos: -94.5,-40.5 parent: 1 - type: Transform - - name: Atmospherics - type: FaxMachine + - type: FaxMachine + name: Atmospherics - uid: 15128 components: - - pos: -29.5,-12.5 + - type: Transform + pos: -29.5,-12.5 parent: 1 - type: Transform - - name: Hydroponics - type: FaxMachine + - type: FaxMachine + name: Hydroponics - uid: 28702 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 1 - type: Transform - - name: Brig - type: FaxMachine + - type: FaxMachine + name: Brig - uid: 31626 components: - - pos: -27.5,-2.5 + - type: Transform + pos: -27.5,-2.5 parent: 1 - type: Transform - - name: Kitchen - type: FaxMachine + - type: FaxMachine + name: Kitchen - proto: FaxMachineCaptain entities: - uid: 8799 components: - - pos: -103.5,4.5 + - type: Transform + pos: -103.5,4.5 parent: 1 - type: Transform - proto: FenceMetalCorner entities: - uid: 11451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,32.5 parent: 1 - type: Transform - uid: 11465 components: - - pos: -2.5,22.5 + - type: Transform + pos: -2.5,22.5 parent: 1 - type: Transform - proto: FenceMetalGate entities: - uid: 7238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,28.5 parent: 1 - type: Transform - uid: 11385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,29.5 parent: 1 - type: Transform - proto: FenceMetalStraight entities: - uid: 4110 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,32.5 parent: 1 - type: Transform - uid: 4228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,32.5 parent: 1 - type: Transform - uid: 4233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,32.5 parent: 1 - type: Transform - uid: 5524 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,16.5 parent: 1 - type: Transform - uid: 5586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,30.5 parent: 1 - type: Transform - uid: 5588 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,26.5 parent: 1 - type: Transform - uid: 6189 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,16.5 parent: 1 - type: Transform - uid: 6190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,16.5 parent: 1 - type: Transform - uid: 6191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,16.5 parent: 1 - type: Transform - uid: 6192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,16.5 parent: 1 - type: Transform - uid: 6193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,16.5 parent: 1 - type: Transform - uid: 6194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,16.5 parent: 1 - type: Transform - uid: 6686 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,16.5 parent: 1 - type: Transform - uid: 6688 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,16.5 parent: 1 - type: Transform - uid: 6708 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,25.5 parent: 1 - type: Transform - uid: 6710 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,16.5 parent: 1 - type: Transform - uid: 6713 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,16.5 parent: 1 - type: Transform - uid: 6714 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,16.5 parent: 1 - type: Transform - uid: 6715 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,16.5 parent: 1 - type: Transform - uid: 6717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,16.5 parent: 1 - type: Transform - uid: 6718 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,16.5 parent: 1 - type: Transform - uid: 6719 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,16.5 parent: 1 - type: Transform - uid: 6720 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,16.5 parent: 1 - type: Transform - uid: 7207 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,31.5 parent: 1 - type: Transform - uid: 7239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,24.5 parent: 1 - type: Transform - uid: 11495 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,23.5 parent: 1 - type: Transform - uid: 11496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,22.5 parent: 1 - type: Transform - uid: 11497 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,22.5 parent: 1 - type: Transform - uid: 11557 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,27.5 parent: 1 - type: Transform - uid: 11558 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,32.5 parent: 1 - type: Transform - proto: FigureSpawner entities: - uid: 12778 components: - - pos: -80.5,33.5 + - type: Transform + pos: -80.5,33.5 parent: 1 - type: Transform - uid: 12784 components: - - pos: -80.5,33.5 + - type: Transform + pos: -80.5,33.5 parent: 1 - type: Transform - uid: 12796 components: - - pos: -82.5,34.5 + - type: Transform + pos: -82.5,34.5 parent: 1 - type: Transform - uid: 12804 components: - - pos: -80.5,33.5 + - type: Transform + pos: -80.5,33.5 parent: 1 - type: Transform - uid: 31120 components: - - pos: -59.5,-50.5 + - type: Transform + pos: -59.5,-50.5 parent: 1 - type: Transform - uid: 31121 components: - - pos: -64.5,-72.5 + - type: Transform + pos: -64.5,-72.5 parent: 1 - type: Transform - uid: 31354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-74.5 parent: 1 - type: Transform - uid: 32373 components: - - pos: -29.5,-79.5 + - type: Transform + pos: -29.5,-79.5 parent: 1 - type: Transform - uid: 36823 components: - - pos: -116.5,-73.5 + - type: Transform + pos: -116.5,-73.5 parent: 1 - type: Transform - uid: 40927 components: - - pos: 69.5,-20.5 + - type: Transform + pos: 69.5,-20.5 parent: 1 - type: Transform - proto: filingCabinet entities: - uid: 11910 components: - - pos: -35.5,-43.5 + - type: Transform + pos: -35.5,-43.5 parent: 1 - type: Transform - uid: 12288 components: - - pos: -55.5,-18.5 + - type: Transform + pos: -55.5,-18.5 parent: 1 - type: Transform - uid: 20883 components: - - pos: -42.5,-59.5 + - type: Transform + pos: -42.5,-59.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: storagebase: !type:Container showEnts: False occludes: True @@ -107466,128 +107904,128 @@ entities: - 20884 - 20885 - 20886 - type: ContainerContainer - proto: filingCabinetDrawer entities: - uid: 1570 components: - - pos: 15.5,-23.5 + - type: Transform + pos: 15.5,-23.5 parent: 1 - type: Transform - uid: 7978 components: - - pos: -76.5,5.5 + - type: Transform + pos: -76.5,5.5 parent: 1 - type: Transform - uid: 9681 components: - - pos: -84.5,-17.5 + - type: Transform + pos: -84.5,-17.5 parent: 1 - type: Transform - uid: 9682 components: - - pos: -85.5,-17.5 + - type: Transform + pos: -85.5,-17.5 parent: 1 - type: Transform - proto: filingCabinetDrawerRandom entities: - uid: 7575 components: - - pos: -65.5,21.5 + - type: Transform + pos: -65.5,21.5 parent: 1 - type: Transform - uid: 9456 components: - - pos: -12.5,-32.5 + - type: Transform + pos: -12.5,-32.5 parent: 1 - type: Transform - uid: 9769 components: - - pos: -107.5,-33.5 + - type: Transform + pos: -107.5,-33.5 parent: 1 - type: Transform - uid: 30602 components: - - pos: -119.5,-9.5 + - type: Transform + pos: -119.5,-9.5 parent: 1 - type: Transform - uid: 36770 components: - - pos: 37.5,-29.5 + - type: Transform + pos: 37.5,-29.5 parent: 1 - type: Transform - proto: filingCabinetRandom entities: - uid: 4490 components: - - pos: -88.5,-8.5 + - type: Transform + pos: -88.5,-8.5 parent: 1 - type: Transform - uid: 4977 components: - - pos: -76.5,10.5 + - type: Transform + pos: -76.5,10.5 parent: 1 - type: Transform - uid: 32206 components: - - pos: -18.134398,-40.979317 + - type: Transform + pos: -18.134398,-40.979317 parent: 1 - type: Transform - uid: 36771 components: - - pos: 38.5,-29.5 + - type: Transform + pos: 38.5,-29.5 parent: 1 - type: Transform - proto: filingCabinetTall entities: - uid: 12287 components: - - pos: -55.5,-17.5 + - type: Transform + pos: -55.5,-17.5 parent: 1 - type: Transform - proto: filingCabinetTallRandom entities: - uid: 4487 components: - - pos: -80.5,10.5 + - type: Transform + pos: -80.5,10.5 parent: 1 - type: Transform - uid: 4946 components: - - pos: -18.144814,-40.05159 + - type: Transform + pos: -18.144814,-40.05159 parent: 1 - type: Transform - uid: 6001 components: - - pos: -18.144814,-40.54151 + - type: Transform + pos: -18.144814,-40.54151 parent: 1 - type: Transform - uid: 8005 components: - - pos: -94.5,-7.5 + - type: Transform + pos: -94.5,-7.5 parent: 1 - type: Transform - proto: FireAlarm entities: - uid: 34 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29650 - 143 - 212 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 61 components: - - pos: 1.5,-16.5 + - type: Transform + pos: 1.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29662 - 27336 - 27337 @@ -107598,16 +108036,16 @@ entities: - 41782 - 27338 - 27339 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 68 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29649 - 12067 - 12068 @@ -107633,31 +108071,31 @@ entities: - 29659 - 29656 - 29653 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 96 components: - - pos: -45.5,39.5 + - type: Transform + pos: -45.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 11375 - 41540 - 41541 - 41492 - 41542 - 41543 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 98 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-12.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29661 - 29660 - 27348 @@ -107667,42 +108105,42 @@ entities: - 27333 - 27334 - 27335 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 99 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29650 - 27346 - 27345 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-14.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29721 - 29654 - 27341 - 63 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 520 components: - - pos: -76.5,-22.5 + - type: Transform + pos: -76.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29610 - 13502 - 4385 @@ -107719,30 +108157,30 @@ entities: - 14554 - 29608 - 30061 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1585 components: - - pos: -6.5,-33.5 + - type: Transform + pos: -6.5,-33.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1703 - 41769 - 29667 - 30199 - 29700 - 22391 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4090 components: - - pos: -63.5,39.5 + - type: Transform + pos: -63.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29731 - 29766 - 29767 @@ -107752,16 +108190,16 @@ entities: - 41491 - 41540 - 41541 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4740 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29606 - 30027 - 30026 @@ -107771,44 +108209,44 @@ entities: - 29808 - 29610 - 14577 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 5124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29571 - 29604 - 29916 - 10518 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice - - uid: 5656 + - type: AtmosDevice + joinedGrid: 1 + - uid: 5456 components: - - rot: 3.141592653589793 rad - pos: -113.5,-3.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: -116.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29585 - 29900 - 29916 - 29797 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 6118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-10.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29593 - 22354 - 22353 @@ -107832,16 +108270,16 @@ entities: - 22345 - 22346 - 22347 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 6689 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22354 - 22353 @@ -107855,15 +108293,15 @@ entities: - 41580 - 29920 - 41583 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 8102 components: - - pos: -120.5,-5.5 + - type: Transform + pos: -120.5,-5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29916 - 29800 - 29799 @@ -107875,16 +108313,16 @@ entities: - 29795 - 29575 - 29794 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 8313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22322 - 29556 @@ -107892,15 +108330,15 @@ entities: - 29676 - 30073 - 30093 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 9856 components: - - pos: -60.5,-43.5 + - type: Transform + pos: -60.5,-43.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29697 - 30239 - 30241 @@ -107909,16 +108347,16 @@ entities: - 29614 - 29616 - 29615 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 12147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22351 - 22350 @@ -107930,15 +108368,15 @@ entities: - 29601 - 14554 - 30029 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 12232 components: - - pos: -28.5,27.5 + - type: Transform + pos: -28.5,27.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29553 - 22321 - 29634 @@ -107957,15 +108395,15 @@ entities: - 22318 - 29675 - 22322 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13960 components: - - pos: -48.5,22.5 + - type: Transform + pos: -48.5,22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22318 - 22317 @@ -107984,45 +108422,45 @@ entities: - 11375 - 22302 - 22303 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13988 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22321 - 29779 - 29844 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13997 components: - - pos: -23.5,23.5 + - type: Transform + pos: -23.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 18595 - 22319 - 22320 - 29779 - 30115 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14067 components: - - name: hallway fire alarm - type: MetaData - - pos: -4.5,7.5 + - type: MetaData + name: hallway fire alarm + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41788 - 41786 - 41785 @@ -108050,16 +108488,16 @@ entities: - 41803 - 41802 - 41801 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14068 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41532 - 41779 - 41780 @@ -108086,16 +108524,16 @@ entities: - 12070 - 12071 - 12072 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14069 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-25.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41782 - 27328 - 27327 @@ -108114,15 +108552,15 @@ entities: - 29660 - 27336 - 27337 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14555 components: - - pos: -72.5,-32.5 + - type: Transform + pos: -72.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29607 - 14577 - 29848 @@ -108133,42 +108571,42 @@ entities: - 29939 - 4385 - 13502 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29601 - 30054 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 14572 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1703 - 30191 - 30207 - 29834 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 15030 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-9.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29642 - 27331 - 27330 @@ -108185,15 +108623,15 @@ entities: - 12078 - 12077 - 12076 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16488 components: - - pos: -26.5,-42.5 + - type: Transform + pos: -26.5,-42.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41657 - 23613 - 41652 @@ -108214,16 +108652,16 @@ entities: - 30270 - 30288 - 41661 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16627 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29699 - 22370 - 22369 @@ -108243,15 +108681,15 @@ entities: - 30113 - 41520 - 41517 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16629 components: - - pos: 9.5,-44.5 + - type: Transform + pos: 9.5,-44.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41685 - 41679 - 41680 @@ -108272,16 +108710,16 @@ entities: - 30324 - 41520 - 41518 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-29.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41520 - 41518 - 30207 @@ -108299,31 +108737,31 @@ entities: - 41684 - 29709 - 22374 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 16632 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,35.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29731 - 11126 - 15570 - 33738 - 12843 - 12718 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 27562 components: - - pos: -99.5,23.5 + - type: Transform + pos: -99.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29575 - 29793 - 29738 @@ -108334,77 +108772,77 @@ entities: - 29563 - 29803 - 29574 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29583 components: - - pos: -81.5,20.5 + - type: Transform + pos: -81.5,20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29803 - 29858 - 29881 - 22363 - 29571 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29724 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-6.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29654 - 27343 - 27342 - 29852 - 29725 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29784 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -76.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29561 - 29731 - 29563 - 29785 - 28519 - 29859 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29787 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,26.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29559 - 29560 - 29561 - 29731 - 29765 - 29730 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29790 - 29558 - 29557 @@ -108414,16 +108852,16 @@ entities: - 22324 - 29556 - 33509 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29861 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,18.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29858 - 29792 - 29859 @@ -108436,16 +108874,16 @@ entities: - 22358 - 29569 - 33509 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29864 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22347 - 22346 @@ -108465,68 +108903,68 @@ entities: - 22358 - 22359 - 22360 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29875 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 29874 - 20075 - 30084 - 30083 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29564 - 29569 - 29867 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29877 components: - - pos: -68.5,4.5 + - type: Transform + pos: -68.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29564 - 29569 - 29868 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29878 components: - - pos: -69.5,8.5 + - type: Transform + pos: -69.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29564 - 29569 - 29869 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29569 - 29564 - 22356 @@ -108546,16 +108984,16 @@ entities: - 29573 - 29572 - 29866 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,29.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 33761 - 15570 - 11126 @@ -108566,40 +109004,40 @@ entities: - 28519 - 29557 - 29730 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29886 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29865 - 29571 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,10.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29588 - 29892 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29895 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29590 - 29893 - 29802 @@ -108610,93 +109048,93 @@ entities: - 29908 - 29586 - 29892 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29904 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29909 - 29900 - 29588 - 29891 - 29590 - 29905 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29907 components: - - pos: -93.5,8.5 + - type: Transform + pos: -93.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29571 - 22361 - 22362 - 29905 - 29893 - 29588 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29571 - 29866 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29929 components: - - pos: -49.5,31.5 + - type: Transform + pos: -49.5,31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29556 - 30105 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29938 components: - - pos: -78.5,-47.5 + - type: Transform + pos: -78.5,-47.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29848 - 29811 - 29920 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30037 components: - - pos: -68.5,-66.5 + - type: Transform + pos: -68.5,-66.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29816 - 29618 - 29815 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30062 components: - - pos: -59.5,-6.5 + - type: Transform + pos: -59.5,-6.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22409 - 30084 @@ -108712,16 +109150,16 @@ entities: - 30086 - 29915 - 29677 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30064 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29862 - 22342 - 22343 @@ -108744,16 +109182,16 @@ entities: - 22336 - 29681 - 29682 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30066 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-9.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29684 - 29685 - 29686 @@ -108773,32 +109211,32 @@ entities: - 22331 - 22330 - 29676 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30069 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29914 - 30072 - 30067 - 29677 - 29680 - 29679 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30070 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29678 - 30067 - 29915 @@ -108813,40 +109251,40 @@ entities: - 29676 - 22326 - 10306 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30078 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29601 - 30056 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-26.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29601 - 30055 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30091 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,1.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29681 - 29682 - 22332 @@ -108868,49 +109306,49 @@ entities: - 29675 - 29629 - 30093 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30110 components: - - pos: -57.5,-39.5 + - type: Transform + pos: -57.5,-39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29848 - 41647 - 29697 - 41648 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30117 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29779 - 29845 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30119 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29639 - 30140 - 30141 @@ -108922,16 +109360,17 @@ entities: - 30137 - 30138 - 29637 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - 16351 + - type: AtmosDevice + joinedGrid: 1 - uid: 30121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29633 - 30146 - 29778 @@ -108946,16 +109385,17 @@ entities: - 30134 - 30143 - 30149 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - 16351 + - type: AtmosDevice + joinedGrid: 1 - uid: 30123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29641 - 30143 - 30139 @@ -108966,42 +109406,42 @@ entities: - 22412 - 30142 - 29640 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29639 - 30142 - 29839 - 30152 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30135 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30129 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30134 - 29642 @@ -109010,40 +109450,40 @@ entities: - 30132 - 27326 - 29649 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30145 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-6.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30149 - 30139 - 29639 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30148 components: - - pos: -21.5,12.5 + - type: Transform + pos: -21.5,12.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29637 - 30146 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30166 components: - - pos: -17.5,4.5 + - type: Transform + pos: -17.5,4.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29636 - 30132 - 30131 @@ -109053,15 +109493,15 @@ entities: - 29651 - 27329 - 27325 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30167 components: - - pos: 21.5,-47.5 + - type: Transform + pos: 21.5,-47.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 37953 - 29709 - 41678 @@ -109070,16 +109510,16 @@ entities: - 41524 - 41677 - 41676 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29594 - 29921 - 29920 @@ -109087,42 +109527,42 @@ entities: - 41501 - 41615 - 41616 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30187 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 27340 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30189 components: - - pos: -3.5,-28.5 + - type: Transform + pos: -3.5,-28.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29662 - 38 - 60 - 29671 - 29669 - 30199 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-22.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29683 - 22404 - 22403 @@ -109134,29 +109574,29 @@ entities: - 30214 - 30215 - 29690 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30229 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29688 - 29690 - 30216 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29689 - 30216 - 29687 @@ -109185,16 +109625,16 @@ entities: - 30226 - 29692 - 30232 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30235 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29690 - 29688 - 30220 @@ -109206,44 +109646,44 @@ entities: - 30225 - 29821 - 30023 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30237 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29848 - 29810 - 30227 - 30226 - 29688 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30246 components: - - pos: -47.5,-46.5 + - type: Transform + pos: -47.5,-46.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29697 - 30240 - 29819 - 30022 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-51.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29697 - 30238 - 29613 @@ -109251,16 +109691,16 @@ entities: - 30241 - 30242 - 30243 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 22412 - 29639 - 29681 @@ -109276,15 +109716,15 @@ entities: - 29699 - 29838 - 30152 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30256 components: - - pos: -33.5,-24.5 + - type: Transform + pos: -33.5,-24.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29688 - 29690 - 22402 @@ -109308,16 +109748,16 @@ entities: - 30259 - 30260 - 29627 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-33.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29699 - 22398 - 22399 @@ -109328,16 +109768,16 @@ entities: - 29623 - 29624 - 30288 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29699 - 22400 - 30266 @@ -109345,16 +109785,16 @@ entities: - 29628 - 29623 - 30288 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-41.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 30268 - 29623 - 29624 @@ -109363,15 +109803,15 @@ entities: - 30288 - 30023 - 41791 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30282 components: - - pos: -35.5,-48.5 + - type: Transform + pos: -35.5,-48.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29624 - 29623 - 29628 @@ -109385,42 +109825,42 @@ entities: - 30271 - 30269 - 30270 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-55.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29622 - 30273 - 29619 - 30274 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-64.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29620 - 30274 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 33643 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-23.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29662 - 27328 - 27327 @@ -109434,16 +109874,16 @@ entities: - 27340 - 29719 - 29720 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41549 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41491 - 41542 - 41543 @@ -109452,16 +109892,16 @@ entities: - 41544 - 41546 - 41547 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41499 - 17149 - 17146 @@ -109476,15 +109916,15 @@ entities: - 41554 - 41553 - 41552 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41557 components: - - pos: -19.5,38.5 + - type: Transform + pos: -19.5,38.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41493 - 17149 - 17146 @@ -109495,102 +109935,102 @@ entities: - 41563 - 41495 - 41564 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41561 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,40.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41499 - 41562 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41568 components: - - pos: -11.5,39.5 + - type: Transform + pos: -11.5,39.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41496 - 41566 - 41495 - 41565 - 41499 - 41563 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41498 - 41566 - 41497 - 41573 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41496 - 41573 - 41574 - 37608 - 37609 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41576 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41498 - 41565 - 41499 - 41564 - 29779 - 41567 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41577 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-13.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29916 - 41579 - 29594 - 41578 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41584 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41500 - 41578 - 29593 @@ -109602,16 +110042,16 @@ entities: - 29921 - 41501 - 19234 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41586 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29596 - 41615 - 41616 @@ -109624,28 +110064,28 @@ entities: - 41611 - 41503 - 41614 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41588 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41501 - 41611 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-30.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41606 - 41506 - 41605 @@ -109659,68 +110099,68 @@ entities: - 41501 - 41617 - 19235 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-38.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41503 - 41609 - 41505 - 41610 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41503 - 41605 - 41604 - 41603 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41620 components: - - pos: -108.5,-18.5 + - type: Transform + pos: -108.5,-18.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41501 - 41613 - 41612 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41624 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-88.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41625 - 41626 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41637 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-63.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41510 - 41627 - 41644 @@ -109730,58 +110170,58 @@ entities: - 41513 - 41632 - 41633 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41639 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-68.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41512 - 41634 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41641 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-70.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41512 - 41633 - 41632 - 41508 - 41635 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-32.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41512 - 41629 - 29920 - 41631 - 41630 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-40.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41649 - 41648 - 29688 @@ -109793,102 +110233,102 @@ entities: - 30238 - 29613 - 30239 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41656 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-51.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 30287 - 41654 - 29623 - 23613 - 41652 - 41653 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-50.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29623 - 41661 - 30287 - 41658 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41663 components: - - pos: -18.5,-61.5 + - type: Transform + pos: -18.5,-61.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 30287 - 41514 - 41515 - 30321 - 29752 - 29751 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-56.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29700 - 30113 - 41523 - 16628 - 41664 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41667 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-53.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29700 - 41517 - 29709 - 41518 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-38.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29710 - 41736 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41740 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-41.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29710 - 41681 - 41682 @@ -109897,16 +110337,16 @@ entities: - 29709 - 41680 - 41679 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41745 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29710 - 29854 - 41530 @@ -109914,60 +110354,60 @@ entities: - 18596 - 41742 - 41743 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41746 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-53.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29709 - 41670 - 41671 - 41523 - 41673 - 41672 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41747 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-56.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29709 - 41675 - 41523 - 41674 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41750 components: - - pos: 39.5,-52.5 + - type: Transform + pos: 39.5,-52.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41524 - 41764 - 41763 - 41529 - 37479 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 44.5,-45.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41527 - 41768 - 41529 @@ -109975,45 +110415,45 @@ entities: - 37476 - 37473 - 37474 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41754 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 44.5,-52.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41526 - 41767 - 41528 - 41768 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41755 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-62.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41524 - 41766 - 41765 - 41527 - 41767 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41758 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-62.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41523 - 41761 - 41762 @@ -110026,16 +110466,16 @@ entities: - 41526 - 41766 - 41765 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41759 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-62.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41521 - 41672 - 41673 @@ -110047,30 +110487,30 @@ entities: - 41524 - 41761 - 41762 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29669 - 41769 - 29718 - 30191 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41532 - 41779 - 41780 @@ -110079,15 +110519,15 @@ entities: - 41742 - 29654 - 29853 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41774 components: - - pos: 44.5,-8.5 + - type: Transform + pos: 44.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 41776 - 41778 - 41777 @@ -110096,16 +110536,16 @@ entities: - 18596 - 41779 - 41780 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,10.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29725 - 41787 - 29723 @@ -110113,17 +110553,17 @@ entities: - 29649 - 41786 - 41785 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 41795 components: - - name: prisoner cells fire alarm - type: MetaData - - pos: 7.5,7.5 + - type: MetaData + name: prisoner cells fire alarm + - type: Transform + pos: 7.5,7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 29649 - 41806 - 41805 @@ -110131,79225 +110571,79054 @@ entities: - 41803 - 41802 - 41801 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: FireAlarmAssembly entities: - uid: 30613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,-10.5 parent: 1 - type: Transform - proto: FireAxeCabinetFilled entities: - uid: 16031 components: - - pos: -105.5,3.5 + - type: Transform + pos: -105.5,3.5 parent: 1 - type: Transform - uid: 34085 components: - - pos: -99.5,-40.5 + - type: Transform + pos: -99.5,-40.5 parent: 1 - type: Transform - proto: FireExtinguisher entities: - uid: 13162 components: - - pos: -7.6594257,42.689487 + - type: Transform + pos: -7.6594257,42.689487 parent: 1 - type: Transform - uid: 13163 components: - - pos: -7.4198422,42.67906 + - type: Transform + pos: -7.4198422,42.67906 parent: 1 - type: Transform - uid: 33516 components: - - pos: -65.33891,23.059053 + - type: Transform + pos: -65.33891,23.059053 parent: 1 - type: Transform - proto: Firelock entities: - uid: 63 components: - - pos: 25.5,-13.5 + - type: Transform + pos: 25.5,-13.5 parent: 1 - type: Transform - uid: 10306 components: - - pos: -57.5,6.5 + - type: Transform + pos: -57.5,6.5 parent: 1 - type: Transform - uid: 10518 components: - - pos: -96.5,-6.5 + - type: Transform + pos: -96.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 5124 - 29903 - type: DeviceNetwork - uid: 15199 components: - - pos: -74.5,-74.5 + - type: Transform + pos: -74.5,-74.5 parent: 1 - type: Transform - uid: 22424 components: - - pos: -124.5,-23.5 + - type: Transform + pos: -124.5,-23.5 parent: 1 - type: Transform - uid: 22445 components: - - pos: 32.5,-31.5 + - type: Transform + pos: 32.5,-31.5 parent: 1 - type: Transform - uid: 22455 components: - - pos: -103.5,-38.5 + - type: Transform + pos: -103.5,-38.5 parent: 1 - type: Transform - uid: 22631 components: - - pos: -134.5,-43.5 + - type: Transform + pos: -134.5,-43.5 parent: 1 - type: Transform - uid: 22632 components: - - pos: -81.5,-59.5 + - type: Transform + pos: -81.5,-59.5 parent: 1 - type: Transform - uid: 22633 components: - - pos: -93.5,-80.5 + - type: Transform + pos: -93.5,-80.5 parent: 1 - type: Transform - uid: 22644 components: - - pos: -114.5,-74.5 + - type: Transform + pos: -114.5,-74.5 parent: 1 - type: Transform - uid: 23348 components: - - pos: -84.5,-37.5 + - type: Transform + pos: -84.5,-37.5 parent: 1 - type: Transform - uid: 29579 components: - - pos: -98.5,17.5 + - type: Transform + pos: -98.5,17.5 parent: 1 - type: Transform - uid: 29617 components: - - pos: -40.5,-46.5 + - type: Transform + pos: -40.5,-46.5 parent: 1 - type: Transform - uid: 29737 components: - - pos: -99.5,17.5 + - type: Transform + pos: -99.5,17.5 parent: 1 - type: Transform - uid: 29738 components: - - pos: -100.5,17.5 + - type: Transform + pos: -100.5,17.5 parent: 1 - type: Transform - uid: 29739 components: - - pos: -123.5,4.5 + - type: Transform + pos: -123.5,4.5 parent: 1 - type: Transform - uid: 29740 components: - - pos: -122.5,4.5 + - type: Transform + pos: -122.5,4.5 parent: 1 - type: Transform - uid: 29741 components: - - pos: -83.5,-36.5 + - type: Transform + pos: -83.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14555 - 13266 - type: DeviceNetwork - uid: 29743 components: - - pos: -60.5,-36.5 + - type: Transform + pos: -60.5,-36.5 parent: 1 - type: Transform - uid: 29744 components: - - pos: -59.5,-36.5 + - type: Transform + pos: -59.5,-36.5 parent: 1 - type: Transform - uid: 29745 components: - - pos: -73.5,-55.5 + - type: Transform + pos: -73.5,-55.5 parent: 1 - type: Transform - uid: 29746 components: - - pos: -73.5,-54.5 + - type: Transform + pos: -73.5,-54.5 parent: 1 - type: Transform - uid: 29747 components: - - pos: -52.5,-65.5 + - type: Transform + pos: -52.5,-65.5 parent: 1 - type: Transform - uid: 29748 components: - - pos: -52.5,-64.5 + - type: Transform + pos: -52.5,-64.5 parent: 1 - type: Transform - uid: 29749 components: - - pos: -53.5,-68.5 + - type: Transform + pos: -53.5,-68.5 parent: 1 - type: Transform - uid: 29750 components: - - pos: -54.5,-68.5 + - type: Transform + pos: -54.5,-68.5 parent: 1 - type: Transform - uid: 29751 components: - - pos: -30.5,-69.5 + - type: Transform + pos: -30.5,-69.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41663 - 41662 - type: DeviceNetwork - uid: 29752 components: - - pos: -30.5,-70.5 + - type: Transform + pos: -30.5,-70.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41663 - 41662 - type: DeviceNetwork - uid: 29753 components: - - pos: -31.5,-68.5 + - type: Transform + pos: -31.5,-68.5 parent: 1 - type: Transform - uid: 29754 components: - - pos: -32.5,-68.5 + - type: Transform + pos: -32.5,-68.5 parent: 1 - type: Transform - uid: 29757 components: - - pos: -20.5,16.5 + - type: Transform + pos: -20.5,16.5 parent: 1 - type: Transform - uid: 29758 components: - - pos: -20.5,17.5 + - type: Transform + pos: -20.5,17.5 parent: 1 - type: Transform - uid: 29791 components: - - pos: -65.5,18.5 + - type: Transform + pos: -65.5,18.5 parent: 1 - type: Transform - uid: 29792 components: - - pos: -75.5,21.5 + - type: Transform + pos: -75.5,21.5 parent: 1 - type: Transform - uid: 29797 components: - - pos: -115.5,-3.5 + - type: Transform + pos: -115.5,-3.5 parent: 1 - type: Transform - - deviceLists: - - 5656 - - 29912 - type: DeviceNetwork + - type: DeviceNetwork + deviceLists: + - 42164 + - 5456 - uid: 29799 components: - - pos: -118.5,-7.5 + - type: Transform + pos: -118.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29800 components: - - pos: -118.5,-6.5 + - type: Transform + pos: -118.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29802 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - uid: 29807 components: - - pos: -68.5,-36.5 + - type: Transform + pos: -68.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14555 - 13266 - type: DeviceNetwork - uid: 29808 components: - - pos: -61.5,-27.5 + - type: Transform + pos: -61.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4740 - 4412 - type: DeviceNetwork - uid: 29809 components: - - pos: -58.5,-16.5 + - type: Transform + pos: -58.5,-16.5 parent: 1 - type: Transform - uid: 29810 components: - - pos: -58.5,-37.5 + - type: Transform + pos: -58.5,-37.5 parent: 1 - type: Transform - uid: 29814 components: - - pos: -41.5,-46.5 + - type: Transform + pos: -41.5,-46.5 parent: 1 - type: Transform - uid: 29815 components: - - pos: -65.5,-65.5 + - type: Transform + pos: -65.5,-65.5 parent: 1 - type: Transform - uid: 29816 components: - - pos: -59.5,-68.5 + - type: Transform + pos: -59.5,-68.5 parent: 1 - type: Transform - uid: 29819 components: - - pos: -46.5,-56.5 + - type: Transform + pos: -46.5,-56.5 parent: 1 - type: Transform - uid: 29820 components: - - pos: -41.5,-51.5 + - type: Transform + pos: -41.5,-51.5 parent: 1 - type: Transform - uid: 29821 components: - - pos: -38.5,-31.5 + - type: Transform + pos: -38.5,-31.5 parent: 1 - type: Transform - uid: 29822 components: - - pos: -36.5,-30.5 + - type: Transform + pos: -36.5,-30.5 parent: 1 - type: Transform - uid: 29833 components: - - pos: 12.5,-42.5 + - type: Transform + pos: 12.5,-42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - type: DeviceNetwork - uid: 29834 components: - - pos: 9.5,-34.5 + - type: Transform + pos: 9.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14572 - 30109 - type: DeviceNetwork - uid: 29835 components: - - pos: 16.5,-28.5 + - type: Transform + pos: 16.5,-28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - type: DeviceNetwork - uid: 29836 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - type: DeviceNetwork - uid: 29838 components: - - pos: -37.5,-21.5 + - type: Transform + pos: -37.5,-21.5 parent: 1 - type: Transform - uid: 29839 components: - - pos: -32.5,-21.5 + - type: Transform + pos: -32.5,-21.5 parent: 1 - type: Transform - uid: 29840 components: - - pos: -18.5,-22.5 + - type: Transform + pos: -18.5,-22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 29841 components: - - pos: -36.5,8.5 + - type: Transform + pos: -36.5,8.5 parent: 1 - type: Transform - uid: 29842 components: - - pos: -26.5,12.5 + - type: Transform + pos: -26.5,12.5 parent: 1 - type: Transform - uid: 29843 components: - - pos: -28.5,18.5 + - type: Transform + pos: -28.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - type: DeviceNetwork - uid: 29844 components: - - pos: -19.5,25.5 + - type: Transform + pos: -19.5,25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13988 - 30095 - type: DeviceNetwork - uid: 29845 components: - - pos: -15.5,25.5 + - type: Transform + pos: -15.5,25.5 parent: 1 - type: Transform - uid: 29849 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 29853 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 29870 components: - - pos: -71.5,9.5 + - type: Transform + pos: -71.5,9.5 parent: 1 - type: Transform - uid: 29882 components: - - pos: -90.5,8.5 + - type: Transform + pos: -90.5,8.5 parent: 1 - type: Transform - uid: 29915 components: - - pos: -52.5,-6.5 + - type: Transform + pos: -52.5,-6.5 parent: 1 - type: Transform - uid: 30046 components: - - pos: -85.5,-37.5 + - type: Transform + pos: -85.5,-37.5 parent: 1 - type: Transform - uid: 30072 components: - - pos: -58.5,3.5 + - type: Transform + pos: -58.5,3.5 parent: 1 - type: Transform - uid: 30084 components: - - pos: -63.5,-8.5 + - type: Transform + pos: -63.5,-8.5 parent: 1 - type: Transform - uid: 30086 components: - - pos: -51.5,-8.5 + - type: Transform + pos: -51.5,-8.5 parent: 1 - type: Transform - uid: 30089 components: - - pos: -42.5,9.5 + - type: Transform + pos: -42.5,9.5 parent: 1 - type: Transform - uid: 30115 components: - - pos: -19.5,20.5 + - type: Transform + pos: -19.5,20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13997 - 30096 - type: DeviceNetwork - uid: 30169 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 32995 components: - - pos: -65.5,-74.5 + - type: Transform + pos: -65.5,-74.5 parent: 1 - type: Transform - uid: 37370 components: - - pos: -76.5,-59.5 + - type: Transform + pos: -76.5,-59.5 parent: 1 - type: Transform - uid: 37466 components: - - pos: -81.5,-58.5 + - type: Transform + pos: -81.5,-58.5 parent: 1 - type: Transform - uid: 37467 components: - - pos: -93.5,-79.5 + - type: Transform + pos: -93.5,-79.5 parent: 1 - type: Transform - uid: 37468 components: - - pos: -113.5,-74.5 + - type: Transform + pos: -113.5,-74.5 parent: 1 - type: Transform - uid: 37469 components: - - pos: -116.5,-51.5 + - type: Transform + pos: -116.5,-51.5 parent: 1 - type: Transform - uid: 37470 components: - - pos: -133.5,-43.5 + - type: Transform + pos: -133.5,-43.5 parent: 1 - type: Transform - uid: 37471 components: - - pos: -123.5,-23.5 + - type: Transform + pos: -123.5,-23.5 parent: 1 - type: Transform - uid: 37473 components: - - pos: 37.5,-44.5 + - type: Transform + pos: 37.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41752 - 41751 - type: DeviceNetwork - uid: 37474 components: - - pos: 37.5,-43.5 + - type: Transform + pos: 37.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41752 - 41751 - type: DeviceNetwork - uid: 37475 components: - - pos: 44.5,-50.5 + - type: Transform + pos: 44.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41752 - 41751 - type: DeviceNetwork - uid: 37476 components: - - pos: 44.5,-49.5 + - type: Transform + pos: 44.5,-49.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41752 - 41751 - type: DeviceNetwork - uid: 37477 components: - - pos: 29.5,-45.5 + - type: Transform + pos: 29.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - type: DeviceNetwork - uid: 37478 components: - - pos: 32.5,-49.5 + - type: Transform + pos: 32.5,-49.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30167 - 16630 - type: DeviceNetwork - uid: 37479 components: - - pos: 37.5,-52.5 + - type: Transform + pos: 37.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41750 - 41749 - type: DeviceNetwork - uid: 37480 components: - - pos: 31.5,-32.5 + - type: Transform + pos: 31.5,-32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - type: DeviceNetwork - uid: 37481 components: - - pos: 31.5,-23.5 + - type: Transform + pos: 31.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41745 - 41744 - type: DeviceNetwork - uid: 37482 components: - - pos: 28.5,-13.5 + - type: Transform + pos: 28.5,-13.5 parent: 1 - type: Transform - uid: 37483 components: - - pos: 33.5,-31.5 + - type: Transform + pos: 33.5,-31.5 parent: 1 - type: Transform - uid: 41514 components: - - pos: -17.5,-57.5 + - type: Transform + pos: -17.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41663 - 41662 - type: DeviceNetwork - uid: 41515 components: - - pos: -16.5,-57.5 + - type: Transform + pos: -16.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41663 - 41662 - type: DeviceNetwork - uid: 41567 components: - - pos: -17.5,28.5 + - type: Transform + pos: -17.5,28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41576 - 41575 - type: DeviceNetwork - uid: 41579 components: - - pos: -111.5,-9.5 + - type: Transform + pos: -111.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41577 - 30094 - type: DeviceNetwork - uid: 41582 components: - - pos: -97.5,-10.5 + - type: Transform + pos: -97.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6689 - 29917 - type: DeviceNetwork - uid: 41583 components: - - pos: -96.5,-19.5 + - type: Transform + pos: -96.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6689 - 29917 - type: DeviceNetwork - uid: 41606 components: - - pos: -122.5,-24.5 + - type: Transform + pos: -122.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41610 components: - - pos: -108.5,-39.5 + - type: Transform + pos: -108.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41598 - 41599 - type: DeviceNetwork - uid: 41618 components: - - pos: -98.5,-26.5 + - type: Transform + pos: -98.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30172 - 16633 - type: DeviceNetwork - uid: 41626 components: - - pos: -97.5,-86.5 + - type: Transform + pos: -97.5,-86.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41624 - 41623 - type: DeviceNetwork - uid: 41627 components: - - pos: -93.5,-59.5 + - type: Transform + pos: -93.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - type: DeviceNetwork - uid: 41630 components: - - pos: -93.5,-35.5 + - type: Transform + pos: -93.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41646 - 41645 - type: DeviceNetwork - uid: 41635 components: - - pos: -112.5,-72.5 + - type: Transform + pos: -112.5,-72.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41641 - 41640 - type: DeviceNetwork - uid: 41647 components: - - pos: -59.5,-39.5 + - type: Transform + pos: -59.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30110 - 14983 - type: DeviceNetwork - uid: 41654 components: - - pos: -18.5,-50.5 + - type: Transform + pos: -18.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41656 - 41655 - type: DeviceNetwork - uid: 41658 components: - - pos: -28.5,-53.5 + - type: Transform + pos: -28.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41660 - 41659 - type: DeviceNetwork - uid: 41669 components: - - pos: -15.5,-49.5 + - type: Transform + pos: -15.5,-49.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - type: DeviceNetwork - uid: 41781 components: - - pos: 31.5,-11.5 + - type: Transform + pos: 31.5,-11.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41774 - 41775 - type: DeviceNetwork - uid: 41787 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41783 - 41784 - type: DeviceNetwork - uid: 41791 components: - - pos: -39.5,-40.5 + - type: Transform + pos: -39.5,-40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30279 - 30280 - type: DeviceNetwork - uid: 41812 components: - - pos: -83.5,-70.5 + - type: Transform + pos: -83.5,-70.5 parent: 1 - type: Transform - uid: 41813 components: - - pos: -81.5,-70.5 + - type: Transform + pos: -81.5,-70.5 parent: 1 - type: Transform - proto: FirelockEdge entities: - uid: 143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 12723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,45.5 parent: 1 - type: Transform - uid: 12724 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,38.5 parent: 1 - type: Transform - uid: 15897 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 56.5,-42.5 parent: 1 - type: Transform - uid: 15898 components: - - pos: 57.5,-51.5 + - type: Transform + pos: 57.5,-51.5 parent: 1 - type: Transform - uid: 15899 components: - - pos: 56.5,-51.5 + - type: Transform + pos: 56.5,-51.5 parent: 1 - type: Transform - uid: 22322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - 8313 - 29926 - type: DeviceNetwork - uid: 26958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,41.5 parent: 1 - type: Transform - uid: 26959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,41.5 parent: 1 - type: Transform - uid: 27345 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 27346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 27414 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,41.5 parent: 1 - type: Transform - uid: 28333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,41.5 parent: 1 - type: Transform - uid: 28519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - type: DeviceNetwork - uid: 29505 components: - - pos: -35.5,-55.5 + - type: Transform + pos: -35.5,-55.5 parent: 1 - type: Transform - uid: 29506 components: - - pos: -34.5,-55.5 + - type: Transform + pos: -34.5,-55.5 parent: 1 - type: Transform - uid: 29785 components: - - pos: -73.5,25.5 + - type: Transform + pos: -73.5,25.5 parent: 1 - type: Transform - uid: 29817 components: - - pos: -57.5,-67.5 + - type: Transform + pos: -57.5,-67.5 parent: 1 - type: Transform - uid: 29818 components: - - pos: -56.5,-67.5 + - type: Transform + pos: -56.5,-67.5 parent: 1 - type: Transform - uid: 29823 components: - - pos: -32.5,-72.5 + - type: Transform + pos: -32.5,-72.5 parent: 1 - type: Transform - uid: 29824 components: - - pos: -31.5,-72.5 + - type: Transform + pos: -31.5,-72.5 parent: 1 - type: Transform - uid: 29846 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,18.5 parent: 1 - type: Transform - uid: 29847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,17.5 parent: 1 - type: Transform - uid: 30073 components: - - pos: -40.5,13.5 + - type: Transform + pos: -40.5,13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8313 - 29926 - type: DeviceNetwork - uid: 30257 components: - - pos: -25.5,-24.5 + - type: Transform + pos: -25.5,-24.5 parent: 1 - type: Transform - uid: 30258 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 1 - type: Transform - uid: 30259 components: - - pos: -23.5,-24.5 + - type: Transform + pos: -23.5,-24.5 parent: 1 - type: Transform - uid: 30260 components: - - pos: -22.5,-24.5 + - type: Transform + pos: -22.5,-24.5 parent: 1 - type: Transform - uid: 31371 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-75.5 parent: 1 - type: Transform - uid: 34569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-25.5 parent: 1 - type: Transform - uid: 34570 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-24.5 parent: 1 - type: Transform - uid: 34571 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -148.5,-35.5 parent: 1 - type: Transform - uid: 34572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -147.5,-35.5 parent: 1 - type: Transform - uid: 34573 components: - - pos: -147.5,-39.5 + - type: Transform + pos: -147.5,-39.5 parent: 1 - type: Transform - uid: 34574 components: - - pos: -148.5,-39.5 + - type: Transform + pos: -148.5,-39.5 parent: 1 - type: Transform - uid: 35678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-87.5 parent: 1 - type: Transform - uid: 35679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-86.5 parent: 1 - type: Transform - uid: 36462 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,-31.5 parent: 1 - type: Transform - uid: 36463 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,-30.5 parent: 1 - type: Transform - uid: 37472 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-40.5 parent: 1 - type: Transform - uid: 37484 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,38.5 parent: 1 - type: Transform - uid: 37485 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,38.5 parent: 1 - type: Transform - uid: 37608 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41572 - 41571 - type: DeviceNetwork - uid: 37609 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41572 - 41571 - type: DeviceNetwork - uid: 37610 components: - - pos: 2.5,30.5 + - type: Transform + pos: 2.5,30.5 parent: 1 - type: Transform - uid: 37611 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,31.5 parent: 1 - type: Transform - uid: 37612 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,38.5 parent: 1 - type: Transform - uid: 37613 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,38.5 parent: 1 - type: Transform - uid: 37614 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,38.5 parent: 1 - type: Transform - uid: 38986 components: - - pos: 49.5,-10.5 + - type: Transform + pos: 49.5,-10.5 parent: 1 - type: Transform - uid: 38987 components: - - pos: 51.5,-10.5 + - type: Transform + pos: 51.5,-10.5 parent: 1 - type: Transform - uid: 38988 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-9.5 parent: 1 - type: Transform - uid: 38989 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-9.5 parent: 1 - type: Transform - uid: 41517 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 41667 - 41668 - type: DeviceNetwork - uid: 41518 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41667 - 41668 - 16631 - 30168 - 16629 - 30114 - type: DeviceNetwork - uid: 41607 components: - - pos: -113.5,-30.5 + - type: Transform + pos: -113.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41608 components: - - pos: -112.5,-30.5 + - type: Transform + pos: -112.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41609 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41598 - 41599 - type: DeviceNetwork - uid: 41684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41740 - 41741 - type: DeviceNetwork - proto: FirelockGlass entities: - uid: 38 components: - - pos: -9.5,-24.5 + - type: Transform + pos: -9.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 60 components: - - pos: -8.5,-24.5 + - type: Transform + pos: -8.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 210 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 61 - 29780 - type: DeviceNetwork - uid: 213 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 61 - 29780 - type: DeviceNetwork - uid: 4385 components: - - pos: -74.5,-32.5 + - type: Transform + pos: -74.5,-32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14555 - 13266 - 520 - 14556 - type: DeviceNetwork - uid: 6302 components: - - pos: -146.5,20.5 + - type: Transform + pos: -146.5,20.5 parent: 1 - type: Transform - uid: 11126 components: - - pos: -79.5,36.5 + - type: Transform + pos: -79.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16632 - 30171 - 29884 - 3209 - type: DeviceNetwork - uid: 12060 components: - - pos: -0.5,-27.5 + - type: Transform + pos: -0.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 12064 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 12065 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 12066 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 12067 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 12068 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 12069 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 12070 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 14067 - 30099 - type: DeviceNetwork - uid: 12071 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 14067 - 30099 - type: DeviceNetwork - uid: 12072 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - 14067 - 30099 - type: DeviceNetwork - uid: 12073 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 12074 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 12075 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 12076 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 12077 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - uid: 12078 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 1 - type: Transform - uid: 12718 components: - - pos: -85.5,31.5 + - type: Transform + pos: -85.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16632 - 30171 - type: DeviceNetwork - uid: 12843 components: - - pos: -86.5,31.5 + - type: Transform + pos: -86.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16632 - 30171 - type: DeviceNetwork - uid: 13502 components: - - pos: -71.5,-32.5 + - type: Transform + pos: -71.5,-32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14555 - 13266 - 520 - 14556 - type: DeviceNetwork - uid: 14554 components: - - pos: -72.5,-21.5 + - type: Transform + pos: -72.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12147 - 1744 - 520 - 14556 - type: DeviceNetwork - uid: 14577 components: - - pos: -68.5,-32.5 + - type: Transform + pos: -68.5,-32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4740 - 4412 - 14555 - 13266 - type: DeviceNetwork - uid: 15570 components: - - pos: -79.5,37.5 + - type: Transform + pos: -79.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16632 - 30171 - 29884 - 3209 - type: DeviceNetwork + - uid: 16351 + components: + - type: Transform + pos: -31.5,2.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 30120 + - 30121 + - 30118 + - 30119 - uid: 16628 components: - - pos: -2.5,-60.5 + - type: Transform + pos: -2.5,-60.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41666 - 41665 - 41759 - 41760 - type: DeviceNetwork - uid: 17145 components: - - pos: -26.5,35.5 + - type: Transform + pos: -26.5,35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 41557 - 41556 - type: DeviceNetwork - uid: 17146 components: - - pos: -26.5,36.5 + - type: Transform + pos: -26.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 41557 - 41556 - type: DeviceNetwork - uid: 17149 components: - - pos: -26.5,37.5 + - type: Transform + pos: -26.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 41557 - 41556 - type: DeviceNetwork - uid: 19234 components: - - pos: -105.5,-19.5 + - type: Transform + pos: -105.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 41586 - 41585 - type: DeviceNetwork - uid: 20075 components: - - pos: -66.5,-9.5 + - type: Transform + pos: -66.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22302 components: - - pos: -57.5,34.5 + - type: Transform + pos: -57.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4090 - 29902 - 13960 - 30092 - type: DeviceNetwork - uid: 22303 components: - - pos: -56.5,34.5 + - type: Transform + pos: -56.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4090 - 29902 - 13960 - 30092 - type: DeviceNetwork - uid: 22316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - 13960 - 30092 - type: DeviceNetwork - uid: 22317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - 13960 - 30092 - type: DeviceNetwork - uid: 22318 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12232 - 29928 - 13960 - 30092 - type: DeviceNetwork - uid: 22319 components: - - pos: -26.5,22.5 + - type: Transform + pos: -26.5,22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13997 - 30096 - 12232 - 29928 - type: DeviceNetwork - uid: 22320 components: - - pos: -26.5,20.5 + - type: Transform + pos: -26.5,20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13997 - 30096 - 12232 - 29928 - type: DeviceNetwork - uid: 22321 components: - - pos: -26.5,25.5 + - type: Transform + pos: -26.5,25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13988 - 30095 - 12232 - 29928 - type: DeviceNetwork - uid: 22323 components: - - pos: -45.5,18.5 + - type: Transform + pos: -45.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - 8313 - 29926 - type: DeviceNetwork - uid: 22324 components: - - pos: -63.5,21.5 + - type: Transform + pos: -63.5,21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 22326 components: - - pos: -44.5,3.5 + - type: Transform + pos: -44.5,3.5 parent: 1 - type: Transform - uid: 22327 components: - - pos: -35.5,5.5 + - type: Transform + pos: -35.5,5.5 parent: 1 - type: Transform - uid: 22328 components: - - pos: -35.5,4.5 + - type: Transform + pos: -35.5,4.5 parent: 1 - type: Transform - uid: 22329 components: - - pos: -35.5,3.5 + - type: Transform + pos: -35.5,3.5 parent: 1 - type: Transform - uid: 22330 components: - - pos: -39.5,-6.5 + - type: Transform + pos: -39.5,-6.5 parent: 1 - type: Transform - uid: 22331 components: - - pos: -40.5,-6.5 + - type: Transform + pos: -40.5,-6.5 parent: 1 - type: Transform - uid: 22332 components: - - pos: -41.5,-6.5 + - type: Transform + pos: -41.5,-6.5 parent: 1 - type: Transform - uid: 22333 components: - - pos: -39.5,-22.5 + - type: Transform + pos: -39.5,-22.5 parent: 1 - type: Transform - uid: 22334 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 1 - type: Transform - uid: 22335 components: - - pos: -40.5,-22.5 + - type: Transform + pos: -40.5,-22.5 parent: 1 - type: Transform - uid: 22336 components: - - pos: -49.5,-12.5 + - type: Transform + pos: -49.5,-12.5 parent: 1 - type: Transform - uid: 22337 components: - - pos: -50.5,-12.5 + - type: Transform + pos: -50.5,-12.5 parent: 1 - type: Transform - uid: 22338 components: - - pos: -45.5,-18.5 + - type: Transform + pos: -45.5,-18.5 parent: 1 - type: Transform - uid: 22339 components: - - pos: -45.5,-17.5 + - type: Transform + pos: -45.5,-17.5 parent: 1 - type: Transform - uid: 22340 components: - - pos: -40.5,-12.5 + - type: Transform + pos: -40.5,-12.5 parent: 1 - type: Transform - uid: 22341 components: - - pos: -41.5,-12.5 + - type: Transform + pos: -41.5,-12.5 parent: 1 - type: Transform - uid: 22342 components: - - pos: -59.5,-15.5 + - type: Transform + pos: -59.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22343 components: - - pos: -59.5,-14.5 + - type: Transform + pos: -59.5,-14.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22344 components: - - pos: -59.5,-13.5 + - type: Transform + pos: -59.5,-13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22345 components: - - pos: -72.5,-7.5 + - type: Transform + pos: -72.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22346 components: - - pos: -73.5,-7.5 + - type: Transform + pos: -73.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22347 components: - - pos: -74.5,-7.5 + - type: Transform + pos: -74.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22348 components: - - pos: -63.5,-16.5 + - type: Transform + pos: -63.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - 12147 - 1744 - type: DeviceNetwork - uid: 22349 components: - - pos: -64.5,-16.5 + - type: Transform + pos: -64.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - 12147 - 1744 - type: DeviceNetwork - uid: 22350 components: - - pos: -71.5,-16.5 + - type: Transform + pos: -71.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - 12147 - 1744 - type: DeviceNetwork - uid: 22351 components: - - pos: -72.5,-16.5 + - type: Transform + pos: -72.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - 12147 - 1744 - type: DeviceNetwork - uid: 22352 components: - - pos: -86.5,-15.5 + - type: Transform + pos: -86.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6689 - 29917 - 6118 - 29913 - type: DeviceNetwork - uid: 22353 components: - - pos: -86.5,-14.5 + - type: Transform + pos: -86.5,-14.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6689 - 29917 - 6118 - 29913 - type: DeviceNetwork - uid: 22354 components: - - pos: -86.5,-13.5 + - type: Transform + pos: -86.5,-13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6689 - 29917 - 6118 - 29913 - type: DeviceNetwork - uid: 22356 components: - - pos: -75.5,-0.5 + - type: Transform + pos: -75.5,-0.5 parent: 1 - type: Transform - uid: 22357 components: - - pos: -75.5,0.5 + - type: Transform + pos: -75.5,0.5 parent: 1 - type: Transform - uid: 22358 components: - - pos: -72.5,15.5 + - type: Transform + pos: -72.5,15.5 parent: 1 - type: Transform - uid: 22359 components: - - pos: -73.5,15.5 + - type: Transform + pos: -73.5,15.5 parent: 1 - type: Transform - uid: 22360 components: - - pos: -74.5,15.5 + - type: Transform + pos: -74.5,15.5 parent: 1 - type: Transform - uid: 22361 components: - - pos: -92.5,2.5 + - type: Transform + pos: -92.5,2.5 parent: 1 - type: Transform - uid: 22362 components: - - pos: -92.5,3.5 + - type: Transform + pos: -92.5,3.5 parent: 1 - type: Transform - uid: 22363 components: - - pos: -85.5,10.5 + - type: Transform + pos: -85.5,10.5 parent: 1 - type: Transform - uid: 22366 components: - - pos: -98.5,-13.5 + - type: Transform + pos: -98.5,-13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 6689 - 29917 - type: DeviceNetwork - uid: 22367 components: - - pos: -98.5,-14.5 + - type: Transform + pos: -98.5,-14.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 6689 - 29917 - type: DeviceNetwork - uid: 22368 components: - - pos: -20.5,-27.5 + - type: Transform + pos: -20.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - type: DeviceNetwork - uid: 22369 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - type: DeviceNetwork - uid: 22370 components: - - pos: -20.5,-25.5 + - type: Transform + pos: -20.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - type: DeviceNetwork - uid: 22374 components: - - pos: 14.5,-40.5 + - type: Transform + pos: 14.5,-40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 16629 - 30114 - type: DeviceNetwork - uid: 22388 components: - - pos: -17.5,-45.5 + - type: Transform + pos: -17.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - 16627 - 30112 - type: DeviceNetwork - uid: 22389 components: - - pos: -17.5,-44.5 + - type: Transform + pos: -17.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - 16627 - 30112 - type: DeviceNetwork - uid: 22390 components: - - pos: -17.5,-43.5 + - type: Transform + pos: -17.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - 16627 - 30112 - type: DeviceNetwork - uid: 22391 components: - - pos: -13.5,-39.5 + - type: Transform + pos: -13.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 1585 - 30102 - type: DeviceNetwork - uid: 22396 components: - - pos: -17.5,-24.5 + - type: Transform + pos: -17.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 14069 - 30101 - type: DeviceNetwork - uid: 22397 components: - - pos: -16.5,-24.5 + - type: Transform + pos: -16.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 14069 - 30101 - type: DeviceNetwork - uid: 22398 components: - - pos: -25.5,-28.5 + - type: Transform + pos: -25.5,-28.5 parent: 1 - type: Transform - uid: 22399 components: - - pos: -24.5,-28.5 + - type: Transform + pos: -24.5,-28.5 parent: 1 - type: Transform - uid: 22400 components: - - pos: -32.5,-31.5 + - type: Transform + pos: -32.5,-31.5 parent: 1 - type: Transform - uid: 22401 components: - - pos: -42.5,-24.5 + - type: Transform + pos: -42.5,-24.5 parent: 1 - type: Transform - uid: 22402 components: - - pos: -42.5,-23.5 + - type: Transform + pos: -42.5,-23.5 parent: 1 - type: Transform - uid: 22403 components: - - pos: -47.5,-19.5 + - type: Transform + pos: -47.5,-19.5 parent: 1 - type: Transform - uid: 22404 components: - - pos: -48.5,-19.5 + - type: Transform + pos: -48.5,-19.5 parent: 1 - type: Transform - uid: 22405 components: - - pos: -60.5,-12.5 + - type: Transform + pos: -60.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22406 components: - - pos: -56.5,-12.5 + - type: Transform + pos: -56.5,-12.5 parent: 1 - type: Transform - uid: 22407 components: - - pos: -52.5,-12.5 + - type: Transform + pos: -52.5,-12.5 parent: 1 - type: Transform - uid: 22408 components: - - pos: -51.5,-10.5 + - type: Transform + pos: -51.5,-10.5 parent: 1 - type: Transform - uid: 22409 components: - - pos: -62.5,-10.5 + - type: Transform + pos: -62.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 22410 components: - - pos: -48.5,-6.5 + - type: Transform + pos: -48.5,-6.5 parent: 1 - type: Transform - uid: 22411 components: - - pos: -46.5,-6.5 + - type: Transform + pos: -46.5,-6.5 parent: 1 - type: Transform - uid: 22412 components: - - pos: -39.5,-13.5 + - type: Transform + pos: -39.5,-13.5 parent: 1 - type: Transform - uid: 23613 components: - - pos: -24.5,-46.5 + - type: Transform + pos: -24.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41656 - 41655 - 16488 - 30111 - type: DeviceNetwork - uid: 25017 components: - - pos: -139.5,-10.5 + - type: Transform + pos: -139.5,-10.5 parent: 1 - type: Transform - uid: 25018 components: - - pos: -130.5,1.5 + - type: Transform + pos: -130.5,1.5 parent: 1 - type: Transform - uid: 25019 components: - - pos: -129.5,1.5 + - type: Transform + pos: -129.5,1.5 parent: 1 - type: Transform - uid: 25020 components: - - pos: -139.5,-11.5 + - type: Transform + pos: -139.5,-11.5 parent: 1 - type: Transform - uid: 25021 components: - - pos: -135.5,23.5 + - type: Transform + pos: -135.5,23.5 parent: 1 - type: Transform - uid: 25022 components: - - pos: -135.5,24.5 + - type: Transform + pos: -135.5,24.5 parent: 1 - type: Transform - uid: 27322 components: - - pos: 10.5,-16.5 + - type: Transform + pos: 10.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 27323 components: - - pos: -12.5,-16.5 + - type: Transform + pos: -12.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 27324 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 27325 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 1 - type: Transform - uid: 27326 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - type: DeviceNetwork - uid: 27327 components: - - pos: -0.5,-26.5 + - type: Transform + pos: -0.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 27328 components: - - pos: -0.5,-25.5 + - type: Transform + pos: -0.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - type: DeviceNetwork - uid: 27329 components: - - pos: -15.5,2.5 + - type: Transform + pos: -15.5,2.5 parent: 1 - type: Transform - uid: 27330 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 1 - type: Transform - uid: 27331 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 1 - type: Transform - uid: 27332 components: - - pos: -13.5,-11.5 + - type: Transform + pos: -13.5,-11.5 parent: 1 - type: Transform - uid: 27333 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 27334 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 1 - type: Transform - uid: 27335 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 27336 components: - - pos: -7.5,-19.5 + - type: Transform + pos: -7.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - 61 - 29780 - type: DeviceNetwork - uid: 27337 components: - - pos: -7.5,-18.5 + - type: Transform + pos: -7.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14069 - 30101 - 61 - 29780 - type: DeviceNetwork - uid: 27338 components: - - pos: 6.5,-19.5 + - type: Transform + pos: 6.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 61 - 29780 - type: DeviceNetwork - uid: 27339 components: - - pos: 6.5,-18.5 + - type: Transform + pos: 6.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 61 - 29780 - type: DeviceNetwork - uid: 27340 components: - - pos: 12.5,-19.5 + - type: Transform + pos: 12.5,-19.5 parent: 1 - type: Transform - uid: 27341 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 27342 components: - - pos: 14.5,-7.5 + - type: Transform + pos: 14.5,-7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 27343 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14068 - 30100 - type: DeviceNetwork - uid: 27348 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 61 - 29780 - type: DeviceNetwork - uid: 29604 components: - - pos: -87.5,-4.5 + - type: Transform + pos: -87.5,-4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 5124 - 29903 - type: DeviceNetwork - uid: 29730 components: - - pos: -71.5,31.5 + - type: Transform + pos: -71.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - type: DeviceNetwork - uid: 29759 components: - - pos: -57.5,9.5 + - type: Transform + pos: -57.5,9.5 parent: 1 - type: Transform - uid: 29760 components: - - pos: -63.5,9.5 + - type: Transform + pos: -63.5,9.5 parent: 1 - type: Transform - uid: 29761 components: - - pos: -62.5,-5.5 + - type: Transform + pos: -62.5,-5.5 parent: 1 - type: Transform - uid: 29762 components: - - pos: -61.5,-5.5 + - type: Transform + pos: -61.5,-5.5 parent: 1 - type: Transform - uid: 29765 components: - - pos: -69.5,24.5 + - type: Transform + pos: -69.5,24.5 parent: 1 - type: Transform - uid: 29766 components: - - pos: -71.5,37.5 + - type: Transform + pos: -71.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - 4090 - 29902 - type: DeviceNetwork - uid: 29767 components: - - pos: -71.5,36.5 + - type: Transform + pos: -71.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29884 - 3209 - 4090 - 29902 - type: DeviceNetwork - uid: 29768 components: - - pos: -63.5,19.5 + - type: Transform + pos: -63.5,19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29793 components: - - pos: -103.5,22.5 + - type: Transform + pos: -103.5,22.5 parent: 1 - type: Transform - uid: 29794 components: - - pos: -121.5,22.5 + - type: Transform + pos: -121.5,22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29795 components: - - pos: -124.5,12.5 + - type: Transform + pos: -124.5,12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29796 components: - - pos: -124.5,3.5 + - type: Transform + pos: -124.5,3.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 29803 components: - - pos: -97.5,18.5 + - type: Transform + pos: -97.5,18.5 parent: 1 - type: Transform - uid: 29811 components: - - pos: -76.5,-49.5 + - type: Transform + pos: -76.5,-49.5 parent: 1 - type: Transform - uid: 29850 components: - - pos: 12.5,16.5 + - type: Transform + pos: 12.5,16.5 parent: 1 - type: Transform - uid: 29851 components: - - pos: 13.5,16.5 + - type: Transform + pos: 13.5,16.5 parent: 1 - type: Transform - uid: 29852 components: - - pos: 17.5,4.5 + - type: Transform + pos: 17.5,4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41783 - 41784 - type: DeviceNetwork - uid: 29854 components: - - pos: 27.5,-24.5 + - type: Transform + pos: 27.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41745 - 41744 - type: DeviceNetwork - uid: 29855 components: - - pos: -61.5,18.5 + - type: Transform + pos: -61.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29856 components: - - pos: -54.5,18.5 + - type: Transform + pos: -54.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29857 components: - - pos: -53.5,18.5 + - type: Transform + pos: -53.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - type: DeviceNetwork - uid: 29859 components: - - pos: -75.5,24.5 + - type: Transform + pos: -75.5,24.5 parent: 1 - type: Transform - uid: 29865 components: - - pos: -84.5,-4.5 + - type: Transform + pos: -84.5,-4.5 parent: 1 - type: Transform - uid: 29866 components: - - pos: -80.5,6.5 + - type: Transform + pos: -80.5,6.5 parent: 1 - type: Transform - uid: 29867 components: - - pos: -71.5,-4.5 + - type: Transform + pos: -71.5,-4.5 parent: 1 - type: Transform - uid: 29868 components: - - pos: -71.5,3.5 + - type: Transform + pos: -71.5,3.5 parent: 1 - type: Transform - uid: 29869 components: - - pos: -71.5,6.5 + - type: Transform + pos: -71.5,6.5 parent: 1 - type: Transform - uid: 29874 components: - - pos: -67.5,-9.5 + - type: Transform + pos: -67.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 6118 - 29913 - type: DeviceNetwork - uid: 29891 components: - - pos: -102.5,3.5 + - type: Transform + pos: -102.5,3.5 parent: 1 - type: Transform - uid: 29892 components: - - pos: -105.5,5.5 + - type: Transform + pos: -105.5,5.5 parent: 1 - type: Transform - uid: 29893 components: - - pos: -96.5,6.5 + - type: Transform + pos: -96.5,6.5 parent: 1 - type: Transform - uid: 29900 components: - - pos: -111.5,0.5 + - type: Transform + pos: -111.5,0.5 parent: 1 - type: Transform - - deviceLists: - - 5656 - - 29912 - type: DeviceNetwork + - type: DeviceNetwork + deviceLists: + - 42164 + - 5456 - uid: 29905 components: - - pos: -96.5,-0.5 + - type: Transform + pos: -96.5,-0.5 parent: 1 - type: Transform - uid: 29921 components: - - pos: -101.5,-19.5 + - type: Transform + pos: -101.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 30172 - 16633 - type: DeviceNetwork - uid: 29939 components: - - pos: -78.5,-26.5 + - type: Transform + pos: -78.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14555 - 13266 - 520 - 14556 - type: DeviceNetwork - uid: 30026 components: - - pos: -68.5,-20.5 + - type: Transform + pos: -68.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12147 - 1744 - 4740 - 4412 - type: DeviceNetwork - uid: 30027 components: - - pos: -67.5,-20.5 + - type: Transform + pos: -67.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12147 - 1744 - 4740 - 4412 - type: DeviceNetwork - uid: 30029 components: - - pos: -74.5,-19.5 + - type: Transform + pos: -74.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12147 - 1744 - 520 - 14556 - type: DeviceNetwork - uid: 30054 components: - - pos: -83.5,-22.5 + - type: Transform + pos: -83.5,-22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - 14568 - 4486 - type: DeviceNetwork - uid: 30055 components: - - pos: -85.5,-24.5 + - type: Transform + pos: -85.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - type: DeviceNetwork - uid: 30056 components: - - pos: -83.5,-26.5 + - type: Transform + pos: -83.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 520 - 14556 - type: DeviceNetwork - uid: 30061 components: - - pos: -70.5,-24.5 + - type: Transform + pos: -70.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4740 - 4412 - 520 - 14556 - type: DeviceNetwork - uid: 30067 components: - - pos: -54.5,1.5 + - type: Transform + pos: -54.5,1.5 parent: 1 - type: Transform - uid: 30093 components: - - pos: -42.5,12.5 + - type: Transform + pos: -42.5,12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8313 - 29926 - type: DeviceNetwork - uid: 30105 components: - - pos: -54.5,29.5 + - type: Transform + pos: -54.5,29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13960 - 30092 - 29929 - 13956 - type: DeviceNetwork - uid: 30113 components: - - pos: -12.5,-49.5 + - type: Transform + pos: -12.5,-49.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16627 - 30112 - 41666 - 41665 - type: DeviceNetwork - uid: 30130 components: - - pos: -21.5,1.5 + - type: Transform + pos: -21.5,1.5 parent: 1 - type: Transform - uid: 30131 components: - - pos: -21.5,2.5 + - type: Transform + pos: -21.5,2.5 parent: 1 - type: Transform - uid: 30132 components: - - pos: -21.5,3.5 + - type: Transform + pos: -21.5,3.5 parent: 1 - type: Transform - uid: 30134 components: - - pos: -24.5,0.5 + - type: Transform + pos: -24.5,0.5 parent: 1 - type: Transform - uid: 30135 components: - - pos: -28.5,10.5 + - type: Transform + pos: -28.5,10.5 parent: 1 - type: Transform - uid: 30136 components: - - pos: -31.5,5.5 + - type: Transform + pos: -31.5,5.5 parent: 1 - type: Transform - uid: 30137 components: - - pos: -31.5,4.5 + - type: Transform + pos: -31.5,4.5 parent: 1 - type: Transform - uid: 30138 components: - - pos: -31.5,3.5 + - type: Transform + pos: -31.5,3.5 parent: 1 - type: Transform - uid: 30139 components: - - pos: -25.5,-9.5 + - type: Transform + pos: -25.5,-9.5 parent: 1 - type: Transform - uid: 30140 components: - - pos: -33.5,-9.5 + - type: Transform + pos: -33.5,-9.5 parent: 1 - type: Transform - uid: 30141 components: - - pos: -32.5,-9.5 + - type: Transform + pos: -32.5,-9.5 parent: 1 - type: Transform - uid: 30142 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 1 - type: Transform - uid: 30146 components: - - pos: -25.5,10.5 + - type: Transform + pos: -25.5,10.5 parent: 1 - type: Transform - uid: 30149 components: - - pos: -25.5,-3.5 + - type: Transform + pos: -25.5,-3.5 parent: 1 - type: Transform - uid: 30190 components: - - pos: 5.5,-30.5 + - type: Transform + pos: 5.5,-30.5 parent: 1 - type: Transform - uid: 30191 components: - - pos: 5.5,-34.5 + - type: Transform + pos: 5.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41771 - 41770 - 14572 - 30109 - type: DeviceNetwork - uid: 30199 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 1585 - 30102 - type: DeviceNetwork - uid: 30210 components: - - pos: -45.5,-20.5 + - type: Transform + pos: -45.5,-20.5 parent: 1 - type: Transform - uid: 30211 components: - - pos: -45.5,-21.5 + - type: Transform + pos: -45.5,-21.5 parent: 1 - type: Transform - uid: 30212 components: - - pos: -45.5,-23.5 + - type: Transform + pos: -45.5,-23.5 parent: 1 - type: Transform - uid: 30213 components: - - pos: -45.5,-24.5 + - type: Transform + pos: -45.5,-24.5 parent: 1 - type: Transform - uid: 30214 components: - - pos: -47.5,-25.5 + - type: Transform + pos: -47.5,-25.5 parent: 1 - type: Transform - uid: 30215 components: - - pos: -48.5,-25.5 + - type: Transform + pos: -48.5,-25.5 parent: 1 - type: Transform - uid: 30216 components: - - pos: -52.5,-25.5 + - type: Transform + pos: -52.5,-25.5 parent: 1 - type: Transform - uid: 30217 components: - - pos: -53.5,-39.5 + - type: Transform + pos: -53.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 30218 components: - - pos: -52.5,-39.5 + - type: Transform + pos: -52.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 30219 components: - - pos: -51.5,-35.5 + - type: Transform + pos: -51.5,-35.5 parent: 1 - type: Transform - uid: 30220 components: - - pos: -51.5,-36.5 + - type: Transform + pos: -51.5,-36.5 parent: 1 - type: Transform - uid: 30221 components: - - pos: -50.5,-31.5 + - type: Transform + pos: -50.5,-31.5 parent: 1 - type: Transform - uid: 30222 components: - - pos: -48.5,-29.5 + - type: Transform + pos: -48.5,-29.5 parent: 1 - type: Transform - uid: 30223 components: - - pos: -47.5,-29.5 + - type: Transform + pos: -47.5,-29.5 parent: 1 - type: Transform - uid: 30224 components: - - pos: -44.5,-29.5 + - type: Transform + pos: -44.5,-29.5 parent: 1 - type: Transform - uid: 30225 components: - - pos: -43.5,-29.5 + - type: Transform + pos: -43.5,-29.5 parent: 1 - type: Transform - uid: 30226 components: - - pos: -54.5,-33.5 + - type: Transform + pos: -54.5,-33.5 parent: 1 - type: Transform - uid: 30227 components: - - pos: -54.5,-37.5 + - type: Transform + pos: -54.5,-37.5 parent: 1 - type: Transform - uid: 30238 components: - - pos: -53.5,-47.5 + - type: Transform + pos: -53.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 30239 components: - - pos: -55.5,-45.5 + - type: Transform + pos: -55.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 30240 components: - - pos: -51.5,-44.5 + - type: Transform + pos: -51.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41651 - 41650 - type: DeviceNetwork - uid: 30241 components: - - pos: -59.5,-48.5 + - type: Transform + pos: -59.5,-48.5 parent: 1 - type: Transform - uid: 30242 components: - - pos: -59.5,-49.5 + - type: Transform + pos: -59.5,-49.5 parent: 1 - type: Transform - uid: 30243 components: - - pos: -59.5,-50.5 + - type: Transform + pos: -59.5,-50.5 parent: 1 - type: Transform - uid: 30263 components: - - pos: -25.5,-38.5 + - type: Transform + pos: -25.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30264 components: - - pos: -24.5,-38.5 + - type: Transform + pos: -24.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30265 components: - - pos: -21.5,-38.5 + - type: Transform + pos: -21.5,-38.5 parent: 1 - type: Transform - uid: 30266 components: - - pos: -32.5,-37.5 + - type: Transform + pos: -32.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30267 components: - - pos: -34.5,-39.5 + - type: Transform + pos: -34.5,-39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30268 components: - - pos: -36.5,-45.5 + - type: Transform + pos: -36.5,-45.5 parent: 1 - type: Transform - uid: 30269 components: - - pos: -33.5,-48.5 + - type: Transform + pos: -33.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30270 components: - - pos: -32.5,-48.5 + - type: Transform + pos: -32.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - type: DeviceNetwork - uid: 30271 components: - - pos: -34.5,-53.5 + - type: Transform + pos: -34.5,-53.5 parent: 1 - type: Transform - uid: 30272 components: - - pos: -35.5,-53.5 + - type: Transform + pos: -35.5,-53.5 parent: 1 - type: Transform - uid: 30273 components: - - pos: -38.5,-53.5 + - type: Transform + pos: -38.5,-53.5 parent: 1 - type: Transform - uid: 30274 components: - - pos: -44.5,-61.5 + - type: Transform + pos: -44.5,-61.5 parent: 1 - type: Transform - uid: 30324 components: - - pos: -5.5,-44.5 + - type: Transform + pos: -5.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - type: DeviceNetwork - uid: 30531 components: - - pos: -146.5,21.5 + - type: Transform + pos: -146.5,21.5 parent: 1 - type: Transform - uid: 31598 components: - - pos: -146.5,22.5 + - type: Transform + pos: -146.5,22.5 parent: 1 - type: Transform - uid: 31599 components: - - pos: -140.5,6.5 + - type: Transform + pos: -140.5,6.5 parent: 1 - type: Transform - uid: 31600 components: - - pos: -141.5,6.5 + - type: Transform + pos: -141.5,6.5 parent: 1 - type: Transform - uid: 31602 components: - - pos: -145.5,4.5 + - type: Transform + pos: -145.5,4.5 parent: 1 - type: Transform - uid: 31603 components: - - pos: -145.5,5.5 + - type: Transform + pos: -145.5,5.5 parent: 1 - type: Transform - uid: 31604 components: - - pos: -145.5,6.5 + - type: Transform + pos: -145.5,6.5 parent: 1 - type: Transform - uid: 33443 components: - - pos: -124.5,-1.5 + - type: Transform + pos: -124.5,-1.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 8102 - 29918 - type: DeviceNetwork - uid: 33509 components: - - pos: -70.5,21.5 + - type: Transform + pos: -70.5,21.5 parent: 1 - type: Transform - uid: 41540 components: - - pos: -50.5,36.5 + - type: Transform + pos: -50.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4090 - 29902 - 96 - 29883 - type: DeviceNetwork - uid: 41541 components: - - pos: -50.5,38.5 + - type: Transform + pos: -50.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4090 - 29902 - 96 - 29883 - type: DeviceNetwork - uid: 41542 components: - - pos: -42.5,36.5 + - type: Transform + pos: -42.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 96 - 29883 - 41549 - 41548 - type: DeviceNetwork - uid: 41543 components: - - pos: -42.5,37.5 + - type: Transform + pos: -42.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 96 - 29883 - 41549 - 41548 - type: DeviceNetwork - uid: 41544 components: - - pos: -36.5,35.5 + - type: Transform + pos: -36.5,35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41549 - 41548 - 41550 - 41551 - type: DeviceNetwork - uid: 41545 components: - - pos: -36.5,36.5 + - type: Transform + pos: -36.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41549 - 41548 - 41550 - 41551 - type: DeviceNetwork - uid: 41546 components: - - pos: -40.5,32.5 + - type: Transform + pos: -40.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41549 - 41548 - 41550 - 41551 - type: DeviceNetwork - uid: 41547 components: - - pos: -39.5,32.5 + - type: Transform + pos: -39.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41549 - 41548 - 41550 - 41551 - type: DeviceNetwork - uid: 41552 components: - - pos: -40.5,27.5 + - type: Transform + pos: -40.5,27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 12232 - 29928 - type: DeviceNetwork - uid: 41553 components: - - pos: -39.5,27.5 + - type: Transform + pos: -39.5,27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 12232 - 29928 - type: DeviceNetwork - uid: 41554 components: - - pos: -37.5,27.5 + - type: Transform + pos: -37.5,27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 12232 - 29928 - type: DeviceNetwork - uid: 41555 components: - - pos: -36.5,27.5 + - type: Transform + pos: -36.5,27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - 41551 - 12232 - 29928 - type: DeviceNetwork - uid: 41562 components: - - pos: -17.5,38.5 + - type: Transform + pos: -17.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41557 - 41556 - 41561 - 41560 - type: DeviceNetwork - uid: 41563 components: - - pos: -15.5,36.5 + - type: Transform + pos: -15.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41557 - 41556 - 41568 - 30173 - type: DeviceNetwork - uid: 41564 components: - - pos: -17.5,34.5 + - type: Transform + pos: -17.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41557 - 41556 - 41576 - 41575 - type: DeviceNetwork - uid: 41565 components: - - pos: -13.5,34.5 + - type: Transform + pos: -13.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41568 - 30173 - 41576 - 41575 - type: DeviceNetwork - uid: 41566 components: - - pos: -9.5,36.5 + - type: Transform + pos: -9.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41568 - 30173 - 41569 - 41570 - type: DeviceNetwork - uid: 41573 components: - - pos: 0.5,36.5 + - type: Transform + pos: 0.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41569 - 41570 - 41572 - 41571 - type: DeviceNetwork - uid: 41578 components: - - pos: -105.5,-14.5 + - type: Transform + pos: -105.5,-14.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41577 - 30094 - 41584 - 7586 - type: DeviceNetwork - uid: 41580 components: - - pos: -98.5,-17.5 + - type: Transform + pos: -98.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 6689 - 29917 - type: DeviceNetwork - uid: 41581 components: - - pos: -98.5,-16.5 + - type: Transform + pos: -98.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41584 - 7586 - 6689 - 29917 - type: DeviceNetwork - uid: 41603 components: - - pos: -122.5,-30.5 + - type: Transform + pos: -122.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - 41602 - 41601 - type: DeviceNetwork - uid: 41604 components: - - pos: -122.5,-29.5 + - type: Transform + pos: -122.5,-29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - 41602 - 41601 - type: DeviceNetwork - uid: 41605 components: - - pos: -122.5,-28.5 + - type: Transform + pos: -122.5,-28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - 41602 - 41601 - type: DeviceNetwork - uid: 41611 components: - - pos: -105.5,-28.5 + - type: Transform + pos: -105.5,-28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - 41588 - 41587 - type: DeviceNetwork - uid: 41612 components: - - pos: -107.5,-21.5 + - type: Transform + pos: -107.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - 41620 - 41619 - type: DeviceNetwork - uid: 41613 components: - - pos: -107.5,-20.5 + - type: Transform + pos: -107.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - 41620 - 41619 - type: DeviceNetwork - uid: 41614 components: - - pos: -107.5,-26.5 + - type: Transform + pos: -107.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41586 - 41585 - 41597 - 41596 - type: DeviceNetwork - uid: 41615 components: - - pos: -103.5,-26.5 + - type: Transform + pos: -103.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30172 - 16633 - 41586 - 41585 - type: DeviceNetwork - uid: 41616 components: - - pos: -103.5,-25.5 + - type: Transform + pos: -103.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30172 - 16633 - 41586 - 41585 - type: DeviceNetwork - uid: 41617 components: - - pos: -109.5,-23.5 + - type: Transform + pos: -109.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41597 - 41596 - type: DeviceNetwork - uid: 41628 components: - - pos: -97.5,-52.5 + - type: Transform + pos: -97.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - type: DeviceNetwork - uid: 41629 components: - - pos: -97.5,-49.5 + - type: Transform + pos: -97.5,-49.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41646 - 41645 - type: DeviceNetwork - uid: 41631 components: - - pos: -96.5,-31.5 + - type: Transform + pos: -96.5,-31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41646 - 41645 - type: DeviceNetwork - uid: 41632 components: - - pos: -110.5,-66.5 + - type: Transform + pos: -110.5,-66.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - 41641 - 41640 - type: DeviceNetwork - uid: 41633 components: - - pos: -109.5,-66.5 + - type: Transform + pos: -109.5,-66.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - 41641 - 41640 - type: DeviceNetwork - uid: 41634 components: - - pos: -96.5,-64.5 + - type: Transform + pos: -96.5,-64.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41637 - 41636 - 41639 - 41638 - type: DeviceNetwork - uid: 41648 components: - - pos: -54.5,-41.5 + - type: Transform + pos: -54.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30110 - 14983 - 41651 - 41650 - type: DeviceNetwork - uid: 41652 components: - - pos: -23.5,-46.5 + - type: Transform + pos: -23.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41656 - 41655 - 16488 - 30111 - type: DeviceNetwork - uid: 41653 components: - - pos: -22.5,-46.5 + - type: Transform + pos: -22.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41656 - 41655 - 16488 - 30111 - type: DeviceNetwork - uid: 41661 components: - - pos: -28.5,-48.5 + - type: Transform + pos: -28.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16488 - 30111 - 41660 - 41659 - type: DeviceNetwork - uid: 41664 components: - - pos: -2.5,-59.5 + - type: Transform + pos: -2.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41666 - 41665 - 41759 - 41760 - type: DeviceNetwork - uid: 41670 components: - - pos: 0.5,-48.5 + - type: Transform + pos: 0.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 41746 - 30174 - type: DeviceNetwork - uid: 41671 components: - - pos: 1.5,-48.5 + - type: Transform + pos: 1.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 41746 - 30174 - type: DeviceNetwork - uid: 41672 components: - - pos: 0.5,-57.5 + - type: Transform + pos: 0.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41746 - 30174 - 41759 - 41760 - type: DeviceNetwork - uid: 41673 components: - - pos: 1.5,-57.5 + - type: Transform + pos: 1.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41746 - 30174 - 41759 - 41760 - type: DeviceNetwork - uid: 41674 components: - - pos: 10.5,-57.5 + - type: Transform + pos: 10.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41747 - 41748 - 41759 - 41760 - type: DeviceNetwork - uid: 41675 components: - - pos: 11.5,-48.5 + - type: Transform + pos: 11.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 41747 - 41748 - type: DeviceNetwork - uid: 41676 components: - - pos: 27.5,-57.5 + - type: Transform + pos: 27.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30167 - 16630 - 41758 - 41757 - type: DeviceNetwork - uid: 41677 components: - - pos: 28.5,-57.5 + - type: Transform + pos: 28.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30167 - 16630 - 41758 - 41757 - type: DeviceNetwork - uid: 41678 components: - - pos: 24.5,-47.5 + - type: Transform + pos: 24.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16629 - 30114 - 30167 - 16630 - type: DeviceNetwork - uid: 41679 components: - - pos: 20.5,-43.5 + - type: Transform + pos: 20.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41740 - 41741 - 16629 - 30114 - type: DeviceNetwork - uid: 41680 components: - - pos: 18.5,-43.5 + - type: Transform + pos: 18.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41740 - 41741 - 16629 - 30114 - type: DeviceNetwork - uid: 41681 components: - - pos: 21.5,-35.5 + - type: Transform + pos: 21.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41740 - 41741 - type: DeviceNetwork - uid: 41682 components: - - pos: 20.5,-35.5 + - type: Transform + pos: 20.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41740 - 41741 - type: DeviceNetwork - uid: 41683 components: - - pos: 19.5,-35.5 + - type: Transform + pos: 19.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41740 - 41741 - type: DeviceNetwork - uid: 41736 components: - - pos: 26.5,-36.5 + - type: Transform + pos: 26.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16631 - 30168 - 41738 - 41737 - type: DeviceNetwork - uid: 41742 components: - - pos: 26.5,-15.5 + - type: Transform + pos: 26.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41745 - 41744 - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 41743 components: - - pos: 27.5,-15.5 + - type: Transform + pos: 27.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41745 - 41744 - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 41761 components: - - pos: 23.5,-60.5 + - type: Transform + pos: 23.5,-60.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41759 - 41760 - 41758 - 41757 - type: DeviceNetwork - uid: 41762 components: - - pos: 23.5,-59.5 + - type: Transform + pos: 23.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41759 - 41760 - 41758 - 41757 - type: DeviceNetwork - uid: 41763 components: - - pos: 37.5,-57.5 + - type: Transform + pos: 37.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41758 - 41757 - 41750 - 41749 - type: DeviceNetwork - uid: 41764 components: - - pos: 38.5,-57.5 + - type: Transform + pos: 38.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41758 - 41757 - 41750 - 41749 - type: DeviceNetwork - uid: 41765 components: - - pos: 44.5,-60.5 + - type: Transform + pos: 44.5,-60.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41758 - 41757 - 41755 - 41756 - type: DeviceNetwork - uid: 41766 components: - - pos: 44.5,-59.5 + - type: Transform + pos: 44.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41758 - 41757 - 41755 - 41756 - type: DeviceNetwork - uid: 41767 components: - - pos: 46.5,-57.5 + - type: Transform + pos: 46.5,-57.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41755 - 41756 - 41754 - 41753 - type: DeviceNetwork - uid: 41768 components: - - pos: 46.5,-51.5 + - type: Transform + pos: 46.5,-51.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41754 - 41753 - 41752 - 41751 - type: DeviceNetwork - uid: 41769 components: - - pos: 0.5,-34.5 + - type: Transform + pos: 0.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41771 - 41770 - 1585 - 30102 - type: DeviceNetwork - uid: 41777 components: - - pos: 47.5,-10.5 + - type: Transform + pos: 47.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41774 - 41775 - type: DeviceNetwork - uid: 41778 components: - - pos: 47.5,-9.5 + - type: Transform + pos: 47.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41774 - 41775 - type: DeviceNetwork - uid: 41779 components: - - pos: 28.5,-10.5 + - type: Transform + pos: 28.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41774 - 41775 - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 41780 components: - - pos: 28.5,-9.5 + - type: Transform + pos: 28.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41774 - 41775 - 41773 - 41772 - 14068 - 30100 - type: DeviceNetwork - uid: 41785 components: - - pos: 14.5,5.5 + - type: Transform + pos: 14.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41783 - 41784 - 14067 - 30099 - type: DeviceNetwork - uid: 41786 components: - - pos: 14.5,6.5 + - type: Transform + pos: 14.5,6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41783 - 41784 - 14067 - 30099 - type: DeviceNetwork - uid: 41801 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 41795 - 36730 - type: DeviceNetwork - uid: 41802 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 41795 - 36730 - type: DeviceNetwork - uid: 41803 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 41795 - 36730 - type: DeviceNetwork - uid: 41804 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 41795 - 36730 - type: DeviceNetwork - uid: 41805 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 41795 - 36730 - type: DeviceNetwork - uid: 41806 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14067 - 30099 - 41795 - 36730 - type: DeviceNetwork - proto: Fireplace entities: - uid: 2892 components: - - pos: 19.5,-53.5 + - type: Transform + pos: 19.5,-53.5 parent: 1 - type: Transform - uid: 7585 components: - - pos: -69.5,18.5 + - type: Transform + pos: -69.5,18.5 parent: 1 - type: Transform - uid: 8792 components: - - pos: -118.5,-1.5 + - type: Transform + pos: -118.5,-1.5 parent: 1 - type: Transform - uid: 9687 components: - - pos: -90.5,-19.5 + - type: Transform + pos: -90.5,-19.5 parent: 1 - type: Transform - uid: 33966 components: - - pos: -99.5,-67.5 + - type: Transform + pos: -99.5,-67.5 parent: 1 - type: Transform - uid: 36486 components: - - pos: -120.5,-58.5 + - type: Transform + pos: -120.5,-58.5 parent: 1 - type: Transform - proto: Flash entities: - uid: 9505 components: - - pos: -47.37557,14.633794 + - type: Transform + pos: -47.37557,14.633794 parent: 1 - type: Transform - uid: 9506 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.641193,14.539978 parent: 1 - type: Transform - uid: 28704 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.9718986,-9.425834 parent: 1 - type: Transform - uid: 29897 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.98503,2.7413893 parent: 1 - type: Transform - proto: FlashlightLantern entities: - uid: 8100 components: - - pos: -106.59414,-18.24004 + - type: Transform + pos: -106.59414,-18.24004 parent: 1 - type: Transform - uid: 32288 components: - - pos: -106.00603,2.5122888 + - type: Transform + pos: -106.00603,2.5122888 parent: 1 - type: Transform - proto: FlashlightSeclite entities: - uid: 7762 components: - - pos: -77.45259,24.67223 + - type: Transform + pos: -77.45259,24.67223 parent: 1 - type: Transform - uid: 7763 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.45259,24.432482 parent: 1 - type: Transform - uid: 8842 components: - - pos: -99.504616,0.12257296 + - type: Transform + pos: -99.504616,0.12257296 parent: 1 - type: Transform - uid: 9507 components: - - pos: -43.4833,16.904413 + - type: Transform + pos: -43.4833,16.904413 parent: 1 - type: Transform - uid: 12055 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.678437,-11.355383 parent: 1 - type: Transform - uid: 12114 components: - - pos: -50.4874,-41.85576 + - type: Transform + pos: -50.4874,-41.85576 parent: 1 - type: Transform - uid: 12115 components: - - pos: -50.4874,-42.090294 + - type: Transform + pos: -50.4874,-42.090294 parent: 1 - type: Transform - uid: 28705 components: - - pos: 7.533558,-9.2978325 + - type: Transform + pos: 7.533558,-9.2978325 parent: 1 - type: Transform - uid: 28714 components: - - pos: 7.533558,-9.579279 + - type: Transform + pos: 7.533558,-9.579279 parent: 1 - type: Transform - uid: 29461 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.44385,-42.23402 parent: 1 - type: Transform - proto: Floodlight entities: - uid: 4971 components: - - pos: -60.481445,6.805578 + - type: Transform + pos: -60.481445,6.805578 parent: 1 - type: Transform - uid: 15877 components: - - pos: 50.296032,-50.436314 + - type: Transform + pos: 50.296032,-50.436314 parent: 1 - type: Transform - uid: 15878 components: - - pos: 50.808533,-50.46133 + - type: Transform + pos: 50.808533,-50.46133 parent: 1 - type: Transform - uid: 15879 components: - - pos: 50.233532,-50.16112 + - type: Transform + pos: 50.233532,-50.16112 parent: 1 - type: Transform - uid: 15880 components: - - pos: 50.671032,-50.136105 + - type: Transform + pos: 50.671032,-50.136105 parent: 1 - type: Transform - uid: 23671 components: - - pos: 70.72091,-1.1297469 + - type: Transform + pos: 70.72091,-1.1297469 parent: 1 - type: Transform - uid: 34463 components: - - pos: -156.34677,-67.3924 + - type: Transform + pos: -156.34677,-67.3924 parent: 1 - type: Transform - uid: 34465 components: - - pos: -156.09677,-68.14292 + - type: Transform + pos: -156.09677,-68.14292 parent: 1 - type: Transform - uid: 34468 components: - - pos: -151.03427,-68.299286 + - type: Transform + pos: -151.03427,-68.299286 parent: 1 - type: Transform - uid: 36355 components: - - pos: -134.87065,-45.57413 + - type: Transform + pos: -134.87065,-45.57413 parent: 1 - type: Transform - uid: 40620 components: - - pos: 12.262016,20.631994 + - type: Transform + pos: 12.262016,20.631994 parent: 1 - type: Transform - uid: 41089 components: - - pos: -151.68504,-37.02986 + - type: Transform + pos: -151.68504,-37.02986 parent: 1 - type: Transform - uid: 41090 components: - - pos: -151.67462,-37.571907 + - type: Transform + pos: -151.67462,-37.571907 parent: 1 - type: Transform - uid: 41091 components: - - pos: -108.1471,-88.46799 + - type: Transform + pos: -108.1471,-88.46799 parent: 1 - type: Transform - uid: 41092 components: - - pos: -108.68877,-88.44714 + - type: Transform + pos: -108.68877,-88.44714 parent: 1 - type: Transform - proto: FloodlightBroken entities: - uid: 12431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.517033,-12.720737 parent: 1 - type: Transform - uid: 12434 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.381617,-12.939639 parent: 1 - type: Transform - proto: FloorCarpetItemBlack entities: - uid: 36803 components: - - pos: -119.84141,-59.704865 + - type: Transform + pos: -119.84141,-59.704865 parent: 1 - type: Transform - uid: 36804 components: - - pos: -119.21641,-58.466503 + - type: Transform + pos: -119.21641,-58.466503 parent: 1 - type: Transform - uid: 36805 components: - - pos: -119.40391,-55.93975 + - type: Transform + pos: -119.40391,-55.93975 parent: 1 - type: Transform - proto: FloorCarpetItemBlue entities: - uid: 36799 components: - - pos: -119.66641,-56.189922 + - type: Transform + pos: -119.66641,-56.189922 parent: 1 - type: Transform - uid: 36800 components: - - pos: -119.003914,-58.804237 + - type: Transform + pos: -119.003914,-58.804237 parent: 1 - type: Transform - proto: FloorCarpetItemPink entities: - uid: 36797 components: - - pos: -119.64141,-59.604794 + - type: Transform + pos: -119.64141,-59.604794 parent: 1 - type: Transform - uid: 36798 components: - - pos: -120.01641,-59.892494 + - type: Transform + pos: -120.01641,-59.892494 parent: 1 - type: Transform - proto: FloorCarpetItemRed entities: - uid: 36801 components: - - pos: -118.316414,-60.58047 + - type: Transform + pos: -118.316414,-60.58047 parent: 1 - type: Transform - uid: 36802 components: - - pos: -119.26641,-55.27679 + - type: Transform + pos: -119.26641,-55.27679 parent: 1 - type: Transform - proto: FloorDrain entities: - uid: 504 components: - - pos: -19.5,11.5 + - type: Transform + pos: -19.5,11.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,4.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 1765 components: - - pos: 14.5,-14.5 + - type: Transform + pos: 14.5,-14.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 1766 components: - - pos: -53.5,0.5 + - type: Transform + pos: -53.5,0.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 3904 components: - - pos: -43.5,-42.5 + - type: Transform + pos: -43.5,-42.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 4002 components: - - pos: -43.5,-44.5 + - type: Transform + pos: -43.5,-44.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 4655 components: - - pos: -78.5,-31.5 + - type: Transform + pos: -78.5,-31.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 6041 components: - - pos: -56.5,12.5 + - type: Transform + pos: -56.5,12.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 6116 components: - - pos: -8.5,32.5 + - type: Transform + pos: -8.5,32.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 7176 components: - - pos: -22.5,25.5 + - type: Transform + pos: -22.5,25.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 9134 components: - - pos: 7.5,-29.5 + - type: Transform + pos: 7.5,-29.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 9618 components: - - pos: -26.5,1.5 + - type: Transform + pos: -26.5,1.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 10521 components: - - pos: 24.5,-40.5 + - type: Transform + pos: 24.5,-40.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 11468 components: - - pos: -8.5,33.5 + - type: Transform + pos: -8.5,33.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 12404 components: - - pos: 22.5,-13.5 + - type: Transform + pos: 22.5,-13.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 13220 components: - - pos: -114.5,-17.5 + - type: Transform + pos: -114.5,-17.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 13821 components: - - pos: 20.5,-22.5 + - type: Transform + pos: 20.5,-22.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 13896 components: - - pos: -7.5,-42.5 + - type: Transform + pos: -7.5,-42.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 15644 components: - - pos: -108.5,-17.5 + - type: Transform + pos: -108.5,-17.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 22961 components: - - pos: 2.5,-38.5 + - type: Transform + pos: 2.5,-38.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 23746 components: - - pos: 30.5,-48.5 + - type: Transform + pos: 30.5,-48.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 30724 components: - - pos: -89.5,-39.5 + - type: Transform + pos: -89.5,-39.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 33978 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-73.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 36432 components: - - pos: -122.5,-53.5 + - type: Transform + pos: -122.5,-53.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 41999 components: - - pos: -64.5,-26.5 + - type: Transform + pos: -64.5,-26.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FloorTileItemBar entities: - uid: 29954 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29955 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29956 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29957 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29958 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29959 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29960 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29961 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29962 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29963 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29964 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29965 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29966 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29967 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemBCircuit entities: - uid: 29968 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29969 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30010 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30011 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30012 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30013 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30014 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30015 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemCarpetClown entities: - uid: 8388 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - count: 21 - type: Stack - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Stack + count: 21 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 8418 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 8448 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30845 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30846 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30847 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30848 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30849 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30850 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30851 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30852 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30853 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30854 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30855 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30856 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30857 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30858 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30859 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30860 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30861 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30862 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30863 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30864 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30865 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30866 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30867 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30868 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30869 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30870 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30871 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30872 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30873 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30874 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemCarpetOffice entities: - uid: 36575 components: - - pos: 36.95532,-31.919403 + - type: Transform + pos: 36.95532,-31.919403 parent: 1 - type: Transform - uid: 36794 components: - - pos: 36.51782,-31.75679 + - type: Transform + pos: 36.51782,-31.75679 parent: 1 - type: Transform - uid: 36795 components: - - pos: 37.66782,-30.818638 + - type: Transform + pos: 37.66782,-30.818638 parent: 1 - type: Transform - uid: 36806 components: - - pos: 36.953663,-33.75946 + - type: Transform + pos: 36.953663,-33.75946 parent: 1 - type: Transform - uid: 36807 components: - - pos: 38.67866,-34.409912 + - type: Transform + pos: 38.67866,-34.409912 parent: 1 - type: Transform - uid: 36808 components: - - pos: 38.42866,-33.83451 + - type: Transform + pos: 38.42866,-33.83451 parent: 1 - type: Transform - proto: FloorTileItemClown entities: - uid: 30806 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30807 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30808 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30809 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30810 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30811 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30812 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30813 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30814 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30815 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30816 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30817 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30818 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30819 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30820 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30821 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30822 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30823 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30824 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30825 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30826 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30827 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30828 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30829 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30830 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30831 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30832 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30833 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30834 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30835 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30836 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30837 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30838 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30839 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30840 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30841 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30842 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30843 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30844 components: - - flags: InContainer - type: MetaData - - parent: 30805 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 30805 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemDark entities: - uid: 30002 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30003 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30004 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30005 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30006 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30007 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30008 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30009 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemGCircuit entities: - uid: 29994 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29995 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29996 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29997 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29998 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29999 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30000 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30001 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemGym entities: - uid: 29970 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29971 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29972 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29973 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29974 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29975 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29976 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29977 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29978 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29979 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29980 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29993 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemKitchen entities: - uid: 29981 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29982 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29983 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29984 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29985 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29990 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29991 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29992 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemMetalDiamond entities: - uid: 29986 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29987 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29988 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29989 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorTileItemWoodPattern entities: - uid: 29942 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29943 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29944 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29945 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29946 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29947 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29948 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29949 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29950 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29951 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29952 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29953 components: - - flags: InContainer - type: MetaData - - parent: 29941 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 29941 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FloorWaterEntity entities: - uid: 36583 components: - - pos: -104.5,-85.5 + - type: Transform + pos: -104.5,-85.5 parent: 1 - type: Transform - uid: 36584 components: - - pos: -104.5,-86.5 + - type: Transform + pos: -104.5,-86.5 parent: 1 - type: Transform - uid: 36585 components: - - pos: -103.5,-86.5 + - type: Transform + pos: -103.5,-86.5 parent: 1 - type: Transform - uid: 36586 components: - - pos: -103.5,-85.5 + - type: Transform + pos: -103.5,-85.5 parent: 1 - type: Transform - uid: 36587 components: - - pos: -102.5,-85.5 + - type: Transform + pos: -102.5,-85.5 parent: 1 - type: Transform - uid: 36588 components: - - pos: -103.5,-87.5 + - type: Transform + pos: -103.5,-87.5 parent: 1 - type: Transform - uid: 36589 components: - - pos: -102.5,-86.5 + - type: Transform + pos: -102.5,-86.5 parent: 1 - type: Transform - uid: 36590 components: - - pos: -101.5,-85.5 + - type: Transform + pos: -101.5,-85.5 parent: 1 - type: Transform - proto: FloraRockSolid01 entities: - uid: 33445 components: - - pos: -158.48558,17.714886 + - type: Transform + pos: -158.48558,17.714886 parent: 1 - type: Transform - proto: FloraRockSolid02 entities: - uid: 23684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 72.47091,-0.33753037 parent: 1 - type: Transform - uid: 33444 components: - - pos: -141.2941,26.688906 + - type: Transform + pos: -141.2941,26.688906 parent: 1 - type: Transform - uid: 36752 components: - - pos: -35.425255,21.318727 + - type: Transform + pos: -35.425255,21.318727 parent: 1 - type: Transform - proto: FloraRockSolid03 entities: - uid: 29274 components: - - pos: -133.1905,9.656907 + - type: Transform + pos: -133.1905,9.656907 parent: 1 - type: Transform - proto: FloraTree01 entities: - uid: 28673 components: - - pos: -10.621216,-43.497185 + - type: Transform + pos: -10.621216,-43.497185 parent: 1 - type: Transform - uid: 28674 components: - - pos: -11.371216,-42.52776 + - type: Transform + pos: -11.371216,-42.52776 parent: 1 - type: Transform - proto: FloraTree02 entities: - uid: 33448 components: - - pos: -151.13249,-7.4306436 + - type: Transform + pos: -151.13249,-7.4306436 parent: 1 - type: Transform - proto: FloraTree03 entities: - uid: 23768 components: - - pos: 27.010763,-54.298355 + - type: Transform + pos: 27.010763,-54.298355 parent: 1 - type: Transform - uid: 36751 components: - - pos: -36.475254,19.692598 + - type: Transform + pos: -36.475254,19.692598 parent: 1 - type: Transform - proto: FloraTree04 entities: - uid: 28791 components: - - pos: -105.23462,25.734142 + - type: Transform + pos: -105.23462,25.734142 parent: 1 - type: Transform - uid: 33450 components: - - pos: -132.82727,-3.3446705 + - type: Transform + pos: -132.82727,-3.3446705 parent: 1 - type: Transform - uid: 36658 components: - - pos: -101.54345,-87.38519 + - type: Transform + pos: -101.54345,-87.38519 parent: 1 - type: Transform - proto: FloraTree05 entities: - uid: 33449 components: - - pos: -133.00836,7.4976954 + - type: Transform + pos: -133.00836,7.4976954 parent: 1 - type: Transform - proto: FloraTree06 entities: - uid: 28792 components: - - pos: -119.6107,25.463121 + - type: Transform + pos: -119.6107,25.463121 parent: 1 - type: Transform - uid: 33446 components: - - pos: -132.91449,13.4618635 + - type: Transform + pos: -132.91449,13.4618635 parent: 1 - type: Transform - proto: FloraTreeLarge05 entities: - uid: 33447 components: - - pos: -150.44499,-4.93933 + - type: Transform + pos: -150.44499,-4.93933 parent: 1 - type: Transform - proto: FloraTreeLarge06 entities: - uid: 28793 components: - - pos: -45.324932,-13.080583 + - type: Transform + pos: -45.324932,-13.080583 parent: 1 - type: Transform - uid: 36750 components: - - pos: -31.987755,20.105385 + - type: Transform + pos: -31.987755,20.105385 parent: 1 - type: Transform - proto: FloraTreeStump entities: - uid: 33451 components: - - pos: -158.4441,9.9508295 + - type: Transform + pos: -158.4441,9.9508295 parent: 1 - type: Transform - proto: FoamBlade entities: - uid: 12575 components: - - flags: InContainer - type: MetaData - - parent: 12443 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12443 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoamCrossbow entities: - uid: 14487 components: - - pos: -119.59326,25.946724 + - type: Transform + pos: -119.59326,25.946724 parent: 1 - type: Transform - uid: 41070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.93618,-18.507378 parent: 1 - type: Transform - proto: FoodApple entities: - uid: 9325 components: - - pos: -57.486134,-11.279976 + - type: Transform + pos: -57.486134,-11.279976 parent: 1 - type: Transform - uid: 9326 components: - - pos: -57.34551,-11.26434 + - type: Transform + pos: -57.34551,-11.26434 parent: 1 - type: Transform - uid: 9327 components: - - pos: -57.34551,-11.45197 + - type: Transform + pos: -57.34551,-11.45197 parent: 1 - type: Transform - uid: 9328 components: - - pos: -57.486134,-11.467607 + - type: Transform + pos: -57.486134,-11.467607 parent: 1 - type: Transform - uid: 13141 components: - - pos: -22.325495,-14.258028 + - type: Transform + pos: -22.325495,-14.258028 parent: 1 - type: Transform - uid: 13242 components: - - pos: -22.512995,-14.466506 + - type: Transform + pos: -22.512995,-14.466506 parent: 1 - type: Transform - uid: 13244 components: - - pos: -22.283827,-14.258028 + - type: Transform + pos: -22.283827,-14.258028 parent: 1 - type: Transform - uid: 15530 components: - - pos: -22.565077,-14.247603 + - type: Transform + pos: -22.565077,-14.247603 parent: 1 - type: Transform - proto: FoodBakedCannabisBrownie entities: - uid: 8733 components: - - pos: -69.061104,-3.2682557 + - type: Transform + pos: -69.061104,-3.2682557 parent: 1 - type: Transform - uid: 8734 components: - - pos: -68.97777,-3.4037664 + - type: Transform + pos: -68.97777,-3.4037664 parent: 1 - type: Transform - uid: 8735 components: - - pos: -68.86319,-3.4975812 + - type: Transform + pos: -68.86319,-3.4975812 parent: 1 - type: Transform - uid: 9545 components: - - pos: -59.596348,-4.224697 + - type: Transform + pos: -59.596348,-4.224697 parent: 1 - type: Transform - uid: 23788 components: - - flags: InContainer - type: MetaData - - parent: 23787 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 23787 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 30797 components: - - pos: -66.49402,-74.53833 + - type: Transform + pos: -66.49402,-74.53833 parent: 1 - type: Transform - uid: 30798 components: - - pos: -80.518456,-67.491776 + - type: Transform + pos: -80.518456,-67.491776 parent: 1 - type: Transform - proto: FoodBakedCannoli entities: - uid: 3761 components: - - pos: -67.4133,16.638138 + - type: Transform + pos: -67.4133,16.638138 parent: 1 - type: Transform - proto: FoodBakedCookie entities: - uid: 30786 components: - - pos: -70.46135,-40.573097 + - type: Transform + pos: -70.46135,-40.573097 parent: 1 - type: Transform - proto: FoodBakedCookieSugar entities: - uid: 30785 components: - - pos: -71.669685,-40.36462 + - type: Transform + pos: -71.669685,-40.36462 parent: 1 - type: Transform - proto: FoodBakedMuffinBluecherry entities: - uid: 4704 components: - - flags: InContainer - type: MetaData - - parent: 4645 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4645 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodBanana entities: - uid: 9322 components: - - pos: -55.34551,-11.467607 + - type: Transform + pos: -55.34551,-11.467607 parent: 1 - type: Transform - uid: 9323 components: - - pos: -55.43926,-11.467607 + - type: Transform + pos: -55.43926,-11.467607 parent: 1 - type: Transform - uid: 9324 components: - - pos: -55.517384,-11.373791 + - type: Transform + pos: -55.517384,-11.373791 parent: 1 - type: Transform - proto: FoodBowlBig entities: - uid: 3332 components: - - pos: -25.836851,-53.336662 + - type: Transform + pos: -25.836851,-53.336662 parent: 1 - type: Transform - uid: 3495 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3496 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3497 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3498 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3499 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3500 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3501 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3502 components: - - pos: -24.529465,2.8264792 + - type: Transform + pos: -24.529465,2.8264792 parent: 1 - type: Transform - uid: 3503 components: - - pos: -24.516533,2.8266625 + - type: Transform + pos: -24.516533,2.8266625 parent: 1 - type: Transform - uid: 9178 components: - - pos: -24.516533,2.8266625 + - type: Transform + pos: -24.516533,2.8266625 parent: 1 - type: Transform - uid: 9634 components: - - pos: -26.428743,4.5521817 + - type: Transform + pos: -26.428743,4.5521817 parent: 1 - type: Transform - uid: 32055 components: - - pos: -24.516533,2.8266625 + - type: Transform + pos: -24.516533,2.8266625 parent: 1 - type: Transform - proto: FoodBowlBigTrash entities: - uid: 12426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.525772,-14.576193 parent: 1 - type: Transform - proto: FoodBoxDonut entities: - uid: 7754 components: - - pos: -77.06717,28.654163 + - type: Transform + pos: -77.06717,28.654163 parent: 1 - type: Transform - uid: 11988 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5592027,-15.470027 parent: 1 - type: Transform - proto: FoodBoxNugget entities: - uid: 28119 components: - - flags: InContainer - type: MetaData - - parent: 11739 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 11739 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodBoxPizzaFilled entities: - uid: 7003 components: - - pos: -36.002384,-49.19341 + - type: Transform + pos: -36.002384,-49.19341 parent: 1 - type: Transform - proto: FoodBreadMoldySlice entities: - uid: 13731 components: - - pos: -64.404495,-70.34151 + - type: Transform + pos: -64.404495,-70.34151 parent: 1 - type: Transform - proto: FoodBreadPlainSlice entities: - uid: 14632 components: - - pos: -102.64502,-87.06398 + - type: Transform + pos: -102.64502,-87.06398 parent: 1 - type: Transform - uid: 24821 components: - - pos: -101.020836,-87.08483 + - type: Transform + pos: -101.020836,-87.08483 parent: 1 - type: Transform - uid: 24862 components: - - pos: -100.49918,-85.2398 + - type: Transform + pos: -100.49918,-85.2398 parent: 1 - type: Transform - proto: FoodButter entities: - uid: 1815 components: - - flags: InContainer - type: MetaData - - parent: 10324 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10324 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9930 components: - - flags: InContainer - type: MetaData - - parent: 10324 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10324 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9931 components: - - flags: InContainer - type: MetaData - - parent: 10324 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10324 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9976 components: - - flags: InContainer - type: MetaData - - parent: 10324 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10324 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodCakeVanillaSlice entities: - uid: 16367 components: - - pos: 19.414106,-24.333117 + - type: Transform + pos: 19.414106,-24.333117 parent: 1 - type: Transform - proto: FoodCannabisButter entities: - uid: 9956 components: - - pos: -24.565435,11.6722 + - type: Transform + pos: -24.565435,11.6722 parent: 1 - type: Transform - uid: 9957 components: - - pos: -24.36231,11.578384 + - type: Transform + pos: -24.36231,11.578384 parent: 1 - type: Transform - proto: FoodCarrot entities: - uid: 12563 components: - - pos: -26.355158,-6.3291545 + - type: Transform + pos: -26.355158,-6.3291545 parent: 1 - type: Transform - uid: 12564 components: - - pos: -26.511408,-6.2978826 + - type: Transform + pos: -26.511408,-6.2978826 parent: 1 - type: Transform - uid: 12565 components: - - pos: -26.563492,-6.2353396 + - type: Transform + pos: -26.563492,-6.2353396 parent: 1 - type: Transform - proto: FoodCheese entities: - uid: 12453 components: - - pos: -73.96859,-58.91512 + - type: Transform + pos: -73.96859,-58.91512 parent: 1 - type: Transform - proto: FoodCondimentBottleEnzyme entities: - uid: 9637 components: - - pos: -28.578646,-1.3400512 + - type: Transform + pos: -28.578646,-1.3400512 parent: 1 - type: Transform - uid: 9638 components: - - pos: -28.31302,-1.3556867 + - type: Transform + pos: -28.31302,-1.3556867 parent: 1 - type: Transform - proto: FoodCondimentBottleHotsauce entities: - uid: 9599 components: - - pos: -31.509857,-5.7172713 + - type: Transform + pos: -31.509857,-5.7172713 parent: 1 - type: Transform - uid: 31129 components: - - pos: 19.331057,-35.095882 + - type: Transform + pos: 19.331057,-35.095882 parent: 1 - type: Transform - proto: FoodCondimentBottleKetchup entities: - uid: 16231 components: - - pos: -37.261425,-1.2484847 + - type: Transform + pos: -37.261425,-1.2484847 parent: 1 - type: Transform - proto: FoodCondimentBottleVinegar entities: - uid: 16224 components: - - pos: -36.542675,-7.269909 + - type: Transform + pos: -36.542675,-7.269909 parent: 1 - type: Transform - proto: FoodCondimentPacketHorseradish entities: - uid: 12437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.99342,-14.513649 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: food: temperature: 293.15 canMix: False canReact: True maxVol: 10 + name: null reagents: - data: null ReagentId: HorseradishSauce Quantity: 0.05 - type: SolutionContainerManager - uid: 12438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.826754,-12.501836 parent: 1 - type: Transform - proto: FoodContainerEgg entities: - uid: 1853 components: - - flags: InContainer - type: MetaData - - parent: 10324 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 10324 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9636 components: - - pos: -23.453646,11.784278 + - type: Transform + pos: -23.453646,11.784278 parent: 1 - type: Transform - proto: FoodCornTrash entities: - uid: 4968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.83518,-32.48344 parent: 1 - type: Transform - uid: 12423 components: - - pos: 20.24342,-12.220389 + - type: Transform + pos: 20.24342,-12.220389 parent: 1 - type: Transform - uid: 12424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.93092,-14.565768 parent: 1 - type: Transform - uid: 12425 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.859104,-13.346171 parent: 1 - type: Transform - proto: FoodDonkpocketHonk entities: - uid: 8453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.73008,2.5374973 parent: 1 - type: Transform - proto: FoodDonutJelly entities: - uid: 2912 components: - - pos: -0.54644084,-55.326347 + - type: Transform + pos: -0.54644084,-55.326347 parent: 1 - type: Transform - proto: FoodFrozenCornuto entities: - uid: 11098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.118895,-24.37366 parent: 1 - type: Transform - uid: 11099 components: - - pos: -24.092854,-24.43881 + - type: Transform + pos: -24.092854,-24.43881 parent: 1 - type: Transform - proto: FoodFrozenPopsicleBerry entities: - uid: 663 components: - - pos: -25.629313,-24.38669 + - type: Transform + pos: -25.629313,-24.38669 parent: 1 - type: Transform - uid: 11073 components: - - pos: -25.499104,-24.451838 + - type: Transform + pos: -25.499104,-24.451838 parent: 1 - type: Transform - proto: FoodFrozenPopsicleOrange entities: - uid: 11095 components: - - pos: -25.108479,-24.451838 + - type: Transform + pos: -25.108479,-24.451838 parent: 1 - type: Transform - proto: FoodFrozenPopsicleTrash entities: - uid: 4964 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.67893,-32.13945 parent: 1 - type: Transform - uid: 8859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.53831,-32.358353 parent: 1 - type: Transform - proto: FoodFrozenSandwich entities: - uid: 11100 components: - - pos: -23.545979,-24.4779 + - type: Transform + pos: -23.545979,-24.4779 parent: 1 - type: Transform - proto: FoodFrozenSandwichStrawberry entities: - uid: 11094 components: - - pos: -23.407318,-24.339672 + - type: Transform + pos: -23.407318,-24.339672 parent: 1 - type: Transform - proto: FoodFrozenSnowconeBerry entities: - uid: 11097 components: - - pos: -24.626707,-24.490929 + - type: Transform + pos: -24.626707,-24.490929 parent: 1 - type: Transform - proto: FoodFrozenSnowconeFruit entities: - uid: 11106 components: - - pos: -22.32202,-24.204271 + - type: Transform + pos: -22.32202,-24.204271 parent: 1 - type: Transform - proto: FoodFrozenSnowconeRainbow entities: - uid: 11105 components: - - pos: -22.608479,-24.451838 + - type: Transform + pos: -22.608479,-24.451838 parent: 1 - type: Transform - proto: FoodFrozenSnowconeTrash entities: - uid: 12418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.515354,-12.762433 parent: 1 - type: Transform - uid: 12419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.504938,-14.388562 parent: 1 - type: Transform - uid: 13714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.04853,-64.7378 parent: 1 - type: Transform - uid: 17980 components: - - pos: -92.85081,-30.82604 + - type: Transform + pos: -92.85081,-30.82604 parent: 1 - type: Transform - proto: FoodFrozenSundae entities: - uid: 11102 components: - - pos: -22.999104,-24.087002 + - type: Transform + pos: -22.999104,-24.087002 parent: 1 - type: Transform - proto: FoodLollipop entities: - uid: 4599 components: - - pos: -75.59773,-18.321629 + - type: Transform + pos: -75.59773,-18.321629 parent: 1 - type: Transform - uid: 4600 components: - - pos: -75.56648,-18.556166 + - type: Transform + pos: -75.56648,-18.556166 parent: 1 - type: Transform - uid: 4601 components: - - pos: -75.33211,-18.446714 + - type: Transform + pos: -75.33211,-18.446714 parent: 1 - type: Transform - uid: 4602 components: - - pos: -75.39461,-18.3529 + - type: Transform + pos: -75.39461,-18.3529 parent: 1 - type: Transform - uid: 11314 components: - - flags: InContainer - type: MetaData - - parent: 3906 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3906 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11315 components: - - flags: InContainer - type: MetaData - - parent: 3999 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3999 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11316 components: - - flags: InContainer - type: MetaData - - parent: 4001 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4001 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11317 components: - - flags: InContainer - type: MetaData - - parent: 4003 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4003 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11318 components: - - flags: InContainer - type: MetaData - - parent: 4004 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4004 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11319 components: - - flags: InContainer - type: MetaData - - parent: 4005 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4005 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11320 components: - - flags: InContainer - type: MetaData - - parent: 4006 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4006 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11321 components: - - flags: InContainer - type: MetaData - - parent: 4007 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4007 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33610 components: - - flags: InContainer - type: MetaData - - parent: 12009 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12009 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33611 components: - - flags: InContainer - type: MetaData - - parent: 12010 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12010 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33612 components: - - flags: InContainer - type: MetaData - - parent: 12011 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12011 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33613 components: - - flags: InContainer - type: MetaData - - parent: 12012 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12012 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33614 components: - - flags: InContainer - type: MetaData - - parent: 12128 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12128 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 33615 components: - - flags: InContainer - type: MetaData - - parent: 12129 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12129 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMealGrilledCheese entities: - uid: 41376 components: - - pos: -60.92396,-75.78407 + - type: Transform + pos: -60.92396,-75.78407 parent: 1 - type: Transform - proto: FoodMealNachosCheesy entities: - uid: 36816 components: - - pos: -98.43441,-76.18369 + - type: Transform + pos: -98.43441,-76.18369 parent: 1 - type: Transform - proto: FoodMealPigblanket entities: - uid: 14929 components: - - pos: -50.625633,-56.25062 + - type: Transform + pos: -50.625633,-56.25062 parent: 1 - type: Transform - proto: FoodMealQueso entities: - uid: 20888 components: - - pos: -39.45363,-67.880325 + - type: Transform + pos: -39.45363,-67.880325 parent: 1 - type: Transform - proto: FoodMeat entities: - uid: 9640 components: - - pos: -23.522871,9.588505 + - type: Transform + pos: -23.522871,9.588505 parent: 1 - type: Transform - uid: 9641 components: - - pos: -23.522871,9.588505 + - type: Transform + pos: -23.522871,9.588505 parent: 1 - type: Transform - uid: 9642 components: - - pos: -23.522871,9.588505 + - type: Transform + pos: -23.522871,9.588505 parent: 1 - type: Transform - proto: FoodMeatLizardtailKebab entities: - uid: 23691 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 68.86674,0.631893 parent: 1 - type: Transform - proto: FoodMeatRatdoubleKebab entities: - uid: 34157 components: - - pos: -92.34517,-42.339275 + - type: Transform + pos: -92.34517,-42.339275 parent: 1 - type: Transform - proto: FoodMeatSalami entities: - uid: 29515 components: - - pos: 23.70326,-37.036163 + - type: Transform + pos: 23.70326,-37.036163 parent: 1 - type: Transform - proto: FoodMeatSpider entities: - uid: 13661 components: - - pos: -77.0204,-66.330025 + - type: Transform + pos: -77.0204,-66.330025 parent: 1 - type: Transform - proto: FoodMeatSpiderLeg entities: - uid: 3413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.20075,-66.13362 parent: 1 - type: Transform - uid: 32208 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.97158,-66.83202 parent: 1 - type: Transform - uid: 32209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.95075,-67.2594 parent: 1 - type: Transform - uid: 32210 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.982,-67.68678 parent: 1 - type: Transform - uid: 32211 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.96117,-68.093315 parent: 1 - type: Transform - uid: 32212 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.982,-68.54154 parent: 1 - type: Transform - uid: 32214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.03408,-68.81256 parent: 1 - type: Transform - uid: 32215 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.6695,-69.06274 parent: 1 - type: Transform - uid: 32216 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.71117,-68.77087 parent: 1 - type: Transform - uid: 32217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.71117,-68.35391 parent: 1 - type: Transform - uid: 32218 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.70075,-67.92654 parent: 1 - type: Transform - uid: 32219 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.67992,-67.509575 parent: 1 - type: Transform - uid: 32220 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.67992,-67.12389 parent: 1 - type: Transform - uid: 32221 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.69033,-66.69651 parent: 1 - type: Transform - proto: FoodPieBananaCream entities: - uid: 8359 components: - - pos: -66.594345,3.283512 + - type: Transform + pos: -66.594345,3.283512 parent: 1 - type: Transform - uid: 8360 components: - - pos: -66.344345,3.2001202 + - type: Transform + pos: -66.344345,3.2001202 parent: 1 - type: Transform - uid: 31069 components: - - pos: -152.63223,22.06198 + - type: Transform + pos: -152.63223,22.06198 parent: 1 - type: Transform - proto: FoodPineapple entities: - uid: 12566 components: - - pos: -28.459324,-4.409676 + - type: Transform + pos: -28.459324,-4.409676 parent: 1 - type: Transform - proto: FoodPizzaMoldySlice entities: - uid: 36380 components: - - pos: -132.64282,-49.45411 + - type: Transform + pos: -132.64282,-49.45411 parent: 1 - type: Transform - proto: FoodPlate entities: - uid: 544 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 602 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 603 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 604 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 605 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 606 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 607 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 608 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 609 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 610 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9621 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9622 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9623 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9624 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9625 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9626 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9627 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9628 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9629 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9630 components: - - pos: -24.493362,4.303284 + - type: Transform + pos: -24.493362,4.303284 parent: 1 - type: Transform - uid: 9941 components: - - pos: -24.487589,4.2971334 + - type: Transform + pos: -24.487589,4.2971334 parent: 1 - type: Transform - proto: FoodPlateTrash entities: - uid: 12422 components: - - pos: 23.598688,-12.095304 + - type: Transform + pos: 23.598688,-12.095304 parent: 1 - type: Transform - proto: FoodPoppy entities: - uid: 9701 components: - - pos: -83.306854,-19.392637 + - type: Transform + pos: -83.306854,-19.392637 parent: 1 - type: Transform - uid: 11010 components: - - pos: -30.465496,-20.39303 + - type: Transform + pos: -30.465496,-20.39303 parent: 1 - type: Transform - proto: FoodPotato entities: - uid: 907 components: - - pos: -27.375992,-8.299273 + - type: Transform + pos: -27.375992,-8.299273 parent: 1 - type: Transform - uid: 908 components: - - pos: -27.365574,-8.45563 + - type: Transform + pos: -27.365574,-8.45563 parent: 1 - type: Transform - uid: 929 components: - - pos: -27.521824,-8.278425 + - type: Transform + pos: -27.521824,-8.278425 parent: 1 - type: Transform - uid: 930 components: - - pos: -27.490574,-8.486902 + - type: Transform + pos: -27.490574,-8.486902 parent: 1 - type: Transform - uid: 12562 components: - - pos: -27.594742,-8.445207 + - type: Transform + pos: -27.594742,-8.445207 parent: 1 - type: Transform - uid: 41390 components: - - pos: -147.08368,-74.2715 + - type: Transform + pos: -147.08368,-74.2715 parent: 1 - type: Transform - uid: 41391 components: - - pos: -146.917,-74.68846 + - type: Transform + pos: -146.917,-74.68846 parent: 1 - type: Transform - uid: 41392 components: - - pos: -145.95868,-74.438286 + - type: Transform + pos: -145.95868,-74.438286 parent: 1 - type: Transform - proto: FoodPSBBarWonka entities: - uid: 33830 components: - - pos: -95.404655,31.800333 + - type: Transform + pos: -95.404655,31.800333 parent: 1 - type: Transform - proto: FoodRicePork entities: - uid: 14928 components: - - pos: -47.500633,-54.34305 + - type: Transform + pos: -47.500633,-54.34305 parent: 1 - type: Transform - proto: FoodShakerPepper entities: - uid: 7227 components: - - pos: -18.730854,32.183304 + - type: Transform + pos: -18.730854,32.183304 parent: 1 - type: Transform - uid: 34807 components: - - pos: -37.020832,-1.4172184 + - type: Transform + pos: -37.020832,-1.4172184 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: food: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Blackpepper Quantity: 0.01 - type: SolutionContainerManager - uid: 34809 components: - - pos: -31.360264,-6.053115 + - type: Transform + pos: -31.360264,-6.053115 parent: 1 - type: Transform - proto: FoodShakerSalt entities: - uid: 11584 components: - - pos: -15.126687,29.53563 + - type: Transform + pos: -15.126687,29.53563 parent: 1 - type: Transform - uid: 34808 components: - - pos: -31.224848,-5.9697237 + - type: Transform + pos: -31.224848,-5.9697237 parent: 1 - type: Transform - uid: 34813 components: - - pos: 19.473942,-35.44222 + - type: Transform + pos: 19.473942,-35.44222 parent: 1 - type: Transform - uid: 34814 components: - - pos: 19.390608,-35.515186 + - type: Transform + pos: 19.390608,-35.515186 parent: 1 - type: Transform - proto: FoodSnackCookieFortune entities: - uid: 36619 components: - - pos: -116.56385,-76.40003 + - type: Transform + pos: -116.56385,-76.40003 parent: 1 - type: Transform - proto: FoodSnackNutribrickOpen entities: - uid: 11288 components: - - pos: -11.499855,23.59819 + - type: Transform + pos: -11.499855,23.59819 parent: 1 - type: Transform - proto: FoodTacoBeef entities: - uid: 36858 components: - - pos: -108.51099,-15.411085 + - type: Transform + pos: -108.51099,-15.411085 parent: 1 - type: Transform - proto: FoodTacoChickenSupreme entities: - uid: 3327 components: - - pos: -113.4975,-54.290794 + - type: Transform + pos: -113.4975,-54.290794 parent: 1 - type: Transform - uid: 3345 components: - - pos: -113.362076,-54.217827 + - type: Transform + pos: -113.362076,-54.217827 parent: 1 - type: Transform - proto: FoodTinBeans entities: - uid: 31244 components: - - pos: -82.34336,-73.248505 + - type: Transform + pos: -82.34336,-73.248505 parent: 1 - type: Transform - proto: FoodTinBeansTrash entities: - uid: 11251 components: - - pos: -11.755253,27.826712 + - type: Transform + pos: -11.755253,27.826712 parent: 1 - type: Transform - uid: 12427 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.484104,-14.607465 parent: 1 - type: Transform - uid: 12428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.473688,-12.470564 parent: 1 - type: Transform - uid: 22421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.512354,27.7737 parent: 1 - type: Transform - uid: 36822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.018845,-73.10317 parent: 1 - type: Transform - proto: FoodTinMRE entities: - uid: 12460 components: - - pos: -71.8737,-59.144447 + - type: Transform + pos: -71.8737,-59.144447 parent: 1 - type: Transform - proto: FoodTinMRETrash entities: - uid: 12429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.557022,-14.190508 parent: 1 - type: Transform - proto: FoodTinPeachesMaint entities: - uid: 30773 components: - - pos: -75.50169,-38.17024 + - type: Transform + pos: -75.50169,-38.17024 parent: 1 - type: Transform - uid: 36436 components: - - pos: -108.446434,-45.254074 + - type: Transform + pos: -108.446434,-45.254074 parent: 1 - type: Transform - proto: FoodTinPeachesMaintTrash entities: - uid: 12399 components: - - pos: 19.26003,-13.073853 + - type: Transform + pos: 19.26003,-13.073853 parent: 1 - type: Transform - uid: 12400 components: - - pos: 19.310032,-13.324027 + - type: Transform + pos: 19.310032,-13.324027 parent: 1 - type: Transform - uid: 12401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.82253,-13.248974 parent: 1 - type: Transform - uid: 12402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.410032,-14.649947 parent: 1 - type: Transform - uid: 31014 components: - - pos: -7.6881742,-43.08605 + - type: Transform + pos: -7.6881742,-43.08605 parent: 1 - type: Transform - proto: FoodWatermelon entities: - uid: 36597 components: - - pos: -118.67853,-59.15447 + - type: Transform + pos: -118.67853,-59.15447 parent: 1 - type: Transform - proto: Football entities: - uid: 12340 components: - - pos: -109.7034,24.437147 + - type: Transform + pos: -109.7034,24.437147 parent: 1 - type: Transform - uid: 36813 components: - - pos: -5.406627,-3.7417135 + - type: Transform + pos: -5.406627,-3.7417135 parent: 1 - type: Transform - proto: Fork entities: - uid: 16232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.146843,-4.375657 parent: 1 - type: Transform - proto: ForkPlastic entities: - uid: 15334 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.47052,-35.190037 parent: 1 - type: Transform - uid: 36972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.57142,-48.333214 parent: 1 - type: Transform - proto: FuelDispenser entities: - uid: 9208 components: - - pos: -111.5,-23.5 + - type: Transform + pos: -111.5,-23.5 parent: 1 - type: Transform - uid: 11110 components: - - pos: -22.5,23.5 + - type: Transform + pos: -22.5,23.5 parent: 1 - type: Transform - uid: 15874 components: - - pos: 53.5,-46.5 + - type: Transform + pos: 53.5,-46.5 parent: 1 - type: Transform - proto: GasAnalyzer entities: - uid: 9840 components: - - pos: -94.81404,-71.370804 + - type: Transform + pos: -94.81404,-71.370804 parent: 1 - type: Transform - uid: 10917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 61.48425,-51.353073 parent: 1 - type: Transform - uid: 27206 components: - - pos: 4.0939655,-29.441467 + - type: Transform + pos: 4.0939655,-29.441467 parent: 1 - type: Transform - proto: GasCanisterBrokenBase entities: - uid: 12435 components: - - pos: 20.5,-13.5 + - type: Transform + pos: 20.5,-13.5 parent: 1 - type: Transform - uid: 12436 components: - - pos: 20.5,-12.5 + - type: Transform + pos: 20.5,-12.5 parent: 1 - type: Transform - uid: 13678 components: - - pos: -74.5,-69.5 + - type: Transform + pos: -74.5,-69.5 parent: 1 - type: Transform - uid: 34091 components: - - pos: -111.5,-61.5 + - type: Transform + pos: -111.5,-61.5 parent: 1 - type: Transform - proto: GasFilter entities: - uid: 6673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-54.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 20312 components: - - pos: -107.5,-57.5 + - type: Transform + pos: -107.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 20319 components: - - pos: -107.5,-59.5 + - type: Transform + pos: -107.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 20324 components: - - pos: -107.5,-61.5 + - type: Transform + pos: -107.5,-61.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 22365 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-54.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-54.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 24770 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25580 components: - - pos: -107.5,-55.5 + - type: Transform + pos: -107.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 36705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasFilterFlipped entities: - uid: 9057 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 13247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-33.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 15719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23017 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-54.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 31699 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-76.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31702 components: - - pos: -110.5,-75.5 + - type: Transform + pos: -110.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31703 components: - - pos: -110.5,-74.5 + - type: Transform + pos: -110.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasMinerNitrogenStationLarge entities: - uid: 22161 components: - - pos: -104.5,-50.5 + - type: Transform + pos: -104.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasMinerOxygenStationLarge entities: - uid: 22162 components: - - pos: -101.5,-50.5 + - type: Transform + pos: -101.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasMinerWaterVapor entities: - uid: 32178 components: - - pos: -107.5,-50.5 + - type: Transform + pos: -107.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasMixer entities: - uid: 26297 components: - - pos: -103.5,-58.5 + - type: Transform + pos: -103.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 26299 components: - - pos: -103.5,-60.5 + - type: Transform + pos: -103.5,-60.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26316 components: - - pos: -103.5,-62.5 + - type: Transform + pos: -103.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - proto: GasMixerFlipped entities: - uid: 20316 components: - - pos: -102.5,-47.5 + - type: Transform + pos: -102.5,-47.5 parent: 1 - type: Transform - - inletTwoConcentration: 0.79 + - type: GasMixer + inletTwoConcentration: 0.79 inletOneConcentration: 0.21 - type: GasMixer - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-64.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasOutletInjector entities: - uid: 3366 components: - - pos: -24.5,-63.5 + - type: Transform + pos: -24.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4954 components: - - pos: -102.5,-42.5 + - type: Transform + pos: -102.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 16054 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 18868 components: - - pos: -103.5,-43.5 + - type: Transform + pos: -103.5,-43.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22120 components: - - pos: -103.5,-51.5 + - type: Transform + pos: -103.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22128 components: - - pos: -100.5,-51.5 + - type: Transform + pos: -100.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 26902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 26903 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 26904 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-61.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 28580 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 28581 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 28583 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 28587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 28588 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 32180 components: - - pos: -106.5,-50.5 + - type: Transform + pos: -106.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 34068 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF9999FF' - proto: GasPassiveGate entities: - uid: 7457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 27753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 31737 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasPassiveVent entities: - uid: 3283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 3287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4953 components: - - pos: -101.5,-43.5 + - type: Transform + pos: -101.5,-43.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 20348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22311 components: - - pos: -101.5,-51.5 + - type: Transform + pos: -101.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22312 components: - - pos: -104.5,-51.5 + - type: Transform + pos: -104.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 26910 components: - - pos: -110.5,-55.5 + - type: Transform + pos: -110.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 26911 components: - - pos: -110.5,-57.5 + - type: Transform + pos: -110.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 26912 components: - - pos: -110.5,-59.5 + - type: Transform + pos: -110.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26913 components: - - pos: -110.5,-61.5 + - type: Transform + pos: -110.5,-61.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 28549 components: - - pos: -105.5,-75.5 + - type: Transform + pos: -105.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28550 components: - - pos: -104.5,-75.5 + - type: Transform + pos: -104.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28551 components: - - pos: -103.5,-75.5 + - type: Transform + pos: -103.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28552 components: - - pos: -102.5,-75.5 + - type: Transform + pos: -102.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28566 components: - - pos: -101.5,-75.5 + - type: Transform + pos: -101.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28592 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-64.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-79.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 32182 components: - - pos: -108.5,-50.5 + - type: Transform + pos: -108.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 34069 components: - - pos: -94.5,-51.5 + - type: Transform + pos: -94.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF9999FF' - proto: GasPipeBend entities: - uid: 3160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3359 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4683 components: - - pos: -85.5,-35.5 + - type: Transform + pos: -85.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6011 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6015 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6634 components: - - pos: -20.5,-64.5 + - type: Transform + pos: -20.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9055 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-34.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 9172 components: - - pos: 4.5,-33.5 + - type: Transform + pos: 4.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9683 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9839 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12215 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 13248 components: - - pos: 1.5,-34.5 + - type: Transform + pos: 1.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19353 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22119 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-48.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22229 components: - - pos: 29.5,-26.5 + - type: Transform + pos: 29.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22592 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22619 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22620 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22621 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22647 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22649 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22653 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22728 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22731 components: - - pos: -28.5,-39.5 + - type: Transform + pos: -28.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22774 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22776 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22778 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22779 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22780 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22829 components: - - pos: -53.5,-74.5 + - type: Transform + pos: -53.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22831 components: - - pos: -54.5,-65.5 + - type: Transform + pos: -54.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22841 components: - - pos: -64.5,-57.5 + - type: Transform + pos: -64.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22843 components: - - pos: -69.5,-55.5 + - type: Transform + pos: -69.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22855 components: - - pos: -88.5,-33.5 + - type: Transform + pos: -88.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22857 components: - - pos: -91.5,-29.5 + - type: Transform + pos: -91.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22860 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22865 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22916 components: - - pos: -63.5,-69.5 + - type: Transform + pos: -63.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23018 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23027 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23043 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23045 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23066 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23095 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23098 components: - - pos: -50.5,-15.5 + - type: Transform + pos: -50.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23099 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23178 components: - - pos: -44.5,-32.5 + - type: Transform + pos: -44.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23209 components: - - pos: -45.5,-44.5 + - type: Transform + pos: -45.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23233 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23299 components: - - pos: -88.5,-24.5 + - type: Transform + pos: -88.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23393 components: - - pos: -62.5,-14.5 + - type: Transform + pos: -62.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23592 components: - - pos: -2.5,-46.5 + - type: Transform + pos: -2.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23594 components: - - pos: -5.5,-43.5 + - type: Transform + pos: -5.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23600 components: - - pos: -2.5,-42.5 + - type: Transform + pos: -2.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23898 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23900 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23904 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23905 components: - - pos: -52.5,-73.5 + - type: Transform + pos: -52.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23906 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23959 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23963 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23964 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23966 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23971 components: - - pos: -18.5,-27.5 + - type: Transform + pos: -18.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23975 components: - - pos: -16.5,-36.5 + - type: Transform + pos: -16.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23996 components: - - pos: -22.5,-23.5 + - type: Transform + pos: -22.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24066 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24068 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24074 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24080 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24081 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24084 components: - - pos: -32.5,-35.5 + - type: Transform + pos: -32.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24110 components: - - pos: -36.5,-43.5 + - type: Transform + pos: -36.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24139 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24140 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24275 components: - - pos: -44.5,-45.5 + - type: Transform + pos: -44.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24286 components: - - pos: -48.5,-50.5 + - type: Transform + pos: -48.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24368 components: - - pos: -62.5,-68.5 + - type: Transform + pos: -62.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24408 components: - - pos: -63.5,-56.5 + - type: Transform + pos: -63.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24409 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24410 components: - - pos: -68.5,-55.5 + - type: Transform + pos: -68.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24411 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24412 components: - - pos: -69.5,-54.5 + - type: Transform + pos: -69.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24421 components: - - pos: -87.5,-32.5 + - type: Transform + pos: -87.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24422 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24423 components: - - pos: -90.5,-28.5 + - type: Transform + pos: -90.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24460 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24502 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24517 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24520 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24522 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24523 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24525 components: - - pos: -49.5,-13.5 + - type: Transform + pos: -49.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24527 components: - - pos: -46.5,-16.5 + - type: Transform + pos: -46.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24528 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24530 components: - - pos: -38.5,-17.5 + - type: Transform + pos: -38.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24771 components: - - pos: -96.5,-56.5 + - type: Transform + pos: -96.5,-56.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 24772 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-60.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 24773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-59.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 24776 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-59.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 24820 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24845 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24849 components: - - pos: -87.5,-23.5 + - type: Transform + pos: -87.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24980 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24983 components: - - pos: -63.5,-11.5 + - type: Transform + pos: -63.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25031 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25036 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25042 components: - - pos: -129.5,24.5 + - type: Transform + pos: -129.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25052 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25286 components: - - pos: -102.5,10.5 + - type: Transform + pos: -102.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25355 components: - - pos: -81.5,8.5 + - type: Transform + pos: -81.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25361 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25365 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25533 components: - - pos: -116.5,-7.5 + - type: Transform + pos: -116.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25534 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25570 components: - - pos: -102.5,-55.5 + - type: Transform + pos: -102.5,-55.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25578 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-55.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25579 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-54.5 parent: 1 - type: Transform - uid: 25585 components: - - pos: -103.5,-56.5 + - type: Transform + pos: -103.5,-56.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 25586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-57.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 25590 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25610 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25652 components: - - pos: -62.5,9.5 + - type: Transform + pos: -62.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25655 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25659 components: - - pos: -53.5,-10.5 + - type: Transform + pos: -53.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25675 components: - - pos: -52.5,0.5 + - type: Transform + pos: -52.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25757 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25759 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25765 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25766 components: - - pos: -48.5,15.5 + - type: Transform + pos: -48.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25789 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25830 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25839 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -130.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25843 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25845 components: - - pos: -130.5,23.5 + - type: Transform + pos: -130.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25918 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25996 components: - - pos: -113.5,-4.5 + - type: Transform + pos: -113.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25997 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26001 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26010 components: - - pos: -97.5,1.5 + - type: Transform + pos: -97.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26076 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26082 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26083 components: - - pos: -96.5,13.5 + - type: Transform + pos: -96.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26084 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26085 components: - - pos: -91.5,9.5 + - type: Transform + pos: -91.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26086 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26087 components: - - pos: -89.5,8.5 + - type: Transform + pos: -89.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26096 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26117 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26132 components: - - pos: -87.5,-1.5 + - type: Transform + pos: -87.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26200 components: - - pos: -82.5,9.5 + - type: Transform + pos: -82.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26279 components: - - pos: -111.5,-7.5 + - type: Transform + pos: -111.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-59.5 parent: 1 - type: Transform - uid: 26285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-61.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26296 components: - - pos: -104.5,-61.5 + - type: Transform + pos: -104.5,-61.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26342 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-64.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26438 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26467 components: - - pos: -54.5,17.5 + - type: Transform + pos: -54.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26469 components: - - pos: -55.5,13.5 + - type: Transform + pos: -55.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26471 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26488 components: - - pos: -44.5,-7.5 + - type: Transform + pos: -44.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26571 components: - - pos: -48.5,17.5 + - type: Transform + pos: -48.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26573 components: - - pos: -47.5,16.5 + - type: Transform + pos: -47.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26574 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26586 components: - - pos: -58.5,4.5 + - type: Transform + pos: -58.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26592 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26715 components: - - pos: -26.5,-1.5 + - type: Transform + pos: -26.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26760 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26806 components: - - pos: -44.5,30.5 + - type: Transform + pos: -44.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-56.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 26915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-58.5 parent: 1 - type: Transform - uid: 26931 components: - - pos: -13.5,16.5 + - type: Transform + pos: -13.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26944 components: - - pos: -15.5,20.5 + - type: Transform + pos: -15.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26947 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-60.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26948 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-62.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 27010 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27011 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27024 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27116 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27120 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-34.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 27191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27196 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27199 components: - - pos: 3.5,-30.5 + - type: Transform + pos: 3.5,-30.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 27350 components: - - pos: -5.5,-23.5 + - type: Transform + pos: -5.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27352 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27357 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27627 components: - - pos: -16.5,19.5 + - type: Transform + pos: -16.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27628 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27645 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27752 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,11.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27799 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27805 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27911 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27915 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-64.5 parent: 1 - type: Transform - uid: 27940 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27941 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27956 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27982 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27989 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27994 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28003 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28098 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28258 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28406 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28582 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-76.5 parent: 1 - type: Transform - uid: 28597 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-65.5 parent: 1 - type: Transform - uid: 30204 components: - - pos: -10.5,-35.5 + - type: Transform + pos: -10.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 31383 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-67.5 parent: 1 - type: Transform - uid: 31385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-73.5 parent: 1 - type: Transform - uid: 31707 components: - - pos: -110.5,-65.5 + - type: Transform + pos: -110.5,-65.5 parent: 1 - type: Transform - uid: 31714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-73.5 parent: 1 - type: Transform - uid: 31716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-76.5 parent: 1 - type: Transform - uid: 31727 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-65.5 parent: 1 - type: Transform - uid: 31728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-65.5 parent: 1 - type: Transform - uid: 32292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 32915 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 32935 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -156.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33167 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -140.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33168 components: - - pos: -140.5,4.5 + - type: Transform + pos: -140.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33169 components: - - pos: -139.5,5.5 + - type: Transform + pos: -139.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -154.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33173 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -156.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33661 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33662 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33663 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33678 components: - - pos: -88.5,31.5 + - type: Transform + pos: -88.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33679 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33709 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33710 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33711 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33712 components: - - pos: -89.5,30.5 + - type: Transform + pos: -89.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33713 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33715 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33717 components: - - pos: -99.5,44.5 + - type: Transform + pos: -99.5,44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34067 components: - - pos: -94.5,-48.5 + - type: Transform + pos: -94.5,-48.5 parent: 1 - type: Transform - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF9999FF' - uid: 34208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34227 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34590 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34608 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34612 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34617 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34625 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34630 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34654 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34677 components: - - pos: -111.5,-72.5 + - type: Transform + pos: -111.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 35495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 35565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 35583 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36503 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36504 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36527 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36528 components: - - pos: -111.5,-33.5 + - type: Transform + pos: -111.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -121.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36707 components: - - pos: -17.5,-63.5 + - type: Transform + pos: -17.5,-63.5 parent: 1 - type: Transform - uid: 36889 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36891 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36892 components: - - pos: -109.5,-81.5 + - type: Transform + pos: -109.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36893 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36942 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36943 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36946 components: - - pos: -116.5,-67.5 + - type: Transform + pos: -116.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36947 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36949 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36951 components: - - pos: -118.5,-59.5 + - type: Transform + pos: -118.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36964 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36965 components: - - pos: -115.5,-67.5 + - type: Transform + pos: -115.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36977 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36978 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36979 components: - - pos: -106.5,-39.5 + - type: Transform + pos: -106.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36980 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37017 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -134.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37018 components: - - pos: -134.5,-40.5 + - type: Transform + pos: -134.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37019 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -136.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37024 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37025 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37026 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37027 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37028 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -132.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37030 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37032 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37033 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37034 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37035 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37127 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -133.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37139 components: - - pos: -133.5,-39.5 + - type: Transform + pos: -133.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37140 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37272 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,-82.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37273 components: - - pos: -110.5,-82.5 + - type: Transform + pos: -110.5,-82.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37274 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-85.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37343 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37345 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37364 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37387 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37423 components: - - pos: -22.5,-43.5 + - type: Transform + pos: -22.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37487 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37517 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37621 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37635 components: - - pos: -12.5,33.5 + - type: Transform + pos: -12.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37638 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37639 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37641 components: - - pos: -1.5,37.5 + - type: Transform + pos: -1.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37672 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37679 components: - - pos: -35.5,41.5 + - type: Transform + pos: -35.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37692 components: - - pos: -38.5,37.5 + - type: Transform + pos: -38.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37693 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37784 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37785 components: - - pos: 32.5,-23.5 + - type: Transform + pos: 32.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37805 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37806 components: - - pos: 33.5,-37.5 + - type: Transform + pos: 33.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37841 components: - - pos: 32.5,-13.5 + - type: Transform + pos: 32.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37843 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37846 components: - - pos: 34.5,-36.5 + - type: Transform + pos: 34.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37850 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37851 components: - - pos: 37.5,-50.5 + - type: Transform + pos: 37.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37852 components: - - pos: 38.5,-49.5 + - type: Transform + pos: 38.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38091 components: - - pos: 56.5,-40.5 + - type: Transform + pos: 56.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38092 components: - - pos: 57.5,-39.5 + - type: Transform + pos: 57.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38096 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 56.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38098 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 57.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38256 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38294 components: - - pos: -6.5,-47.5 + - type: Transform + pos: -6.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38297 components: - - pos: -7.5,-52.5 + - type: Transform + pos: -7.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38896 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38898 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41589 components: - - pos: -102.5,-25.5 + - type: Transform + pos: -102.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41729 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeFourway entities: - uid: 23123 components: - - pos: -56.5,-37.5 + - type: Transform + pos: -56.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23175 components: - - pos: -44.5,-36.5 + - type: Transform + pos: -44.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23203 components: - - pos: -53.5,-44.5 + - type: Transform + pos: -53.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23206 components: - - pos: -49.5,-44.5 + - type: Transform + pos: -49.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23231 components: - - pos: -53.5,-49.5 + - type: Transform + pos: -53.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23290 components: - - pos: -79.5,-25.5 + - type: Transform + pos: -79.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23292 components: - - pos: -82.5,-25.5 + - type: Transform + pos: -82.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23342 components: - - pos: -73.5,-25.5 + - type: Transform + pos: -73.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24079 components: - - pos: -32.5,-40.5 + - type: Transform + pos: -32.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24107 components: - - pos: -28.5,-47.5 + - type: Transform + pos: -28.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24173 components: - - pos: -43.5,-31.5 + - type: Transform + pos: -43.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24220 components: - - pos: -52.5,-28.5 + - type: Transform + pos: -52.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24225 components: - - pos: -52.5,-24.5 + - type: Transform + pos: -52.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24241 components: - - pos: -52.5,-33.5 + - type: Transform + pos: -52.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24372 components: - - pos: -73.5,-68.5 + - type: Transform + pos: -73.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24823 components: - - pos: -72.5,-24.5 + - type: Transform + pos: -72.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24841 components: - - pos: -83.5,-24.5 + - type: Transform + pos: -83.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25059 components: - - pos: -87.5,18.5 + - type: Transform + pos: -87.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25283 components: - - pos: -98.5,6.5 + - type: Transform + pos: -98.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25285 components: - - pos: -102.5,6.5 + - type: Transform + pos: -102.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25358 components: - - pos: -78.5,0.5 + - type: Transform + pos: -78.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25366 components: - - pos: -90.5,-6.5 + - type: Transform + pos: -90.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25427 components: - - pos: -74.5,22.5 + - type: Transform + pos: -74.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25429 components: - - pos: -74.5,25.5 + - type: Transform + pos: -74.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25671 components: - - pos: -52.5,-5.5 + - type: Transform + pos: -52.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25836 components: - - pos: -127.5,3.5 + - type: Transform + pos: -127.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25994 components: - - pos: -98.5,-42.5 + - type: Transform + pos: -98.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25998 components: - - pos: -115.5,-1.5 + - type: Transform + pos: -115.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26097 components: - - pos: -91.5,-5.5 + - type: Transform + pos: -91.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26119 components: - - pos: -77.5,-0.5 + - type: Transform + pos: -77.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26269 components: - - pos: -73.5,21.5 + - type: Transform + pos: -73.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26271 components: - - pos: -73.5,27.5 + - type: Transform + pos: -73.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26439 components: - - pos: -65.5,19.5 + - type: Transform + pos: -65.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26588 components: - - pos: -51.5,1.5 + - type: Transform + pos: -51.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26672 components: - - pos: -27.5,10.5 + - type: Transform + pos: -27.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26789 components: - - pos: -39.5,19.5 + - type: Transform + pos: -39.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27000 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27001 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27007 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27012 components: - - pos: 16.5,6.5 + - type: Transform + pos: 16.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27174 components: - - pos: -9.5,-23.5 + - type: Transform + pos: -9.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27175 components: - - pos: -9.5,-26.5 + - type: Transform + pos: -9.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27177 components: - - pos: -9.5,-30.5 + - type: Transform + pos: -9.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27181 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27265 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27266 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27267 components: - - pos: -1.5,-18.5 + - type: Transform + pos: -1.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27630 components: - - pos: -17.5,24.5 + - type: Transform + pos: -17.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27641 components: - - pos: -41.5,21.5 + - type: Transform + pos: -41.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27748 components: - - pos: -26.5,11.5 + - type: Transform + pos: -26.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27905 components: - - pos: -96.5,-47.5 + - type: Transform + pos: -96.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27953 components: - - pos: -14.5,5.5 + - type: Transform + pos: -14.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27987 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27988 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27995 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28091 components: - - pos: -10.5,-20.5 + - type: Transform + pos: -10.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28102 components: - - pos: -3.5,-31.5 + - type: Transform + pos: -3.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28167 components: - - pos: 2.5,-30.5 + - type: Transform + pos: 2.5,-30.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 28193 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28195 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28196 components: - - pos: 0.5,-19.5 + - type: Transform + pos: 0.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28245 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28253 components: - - pos: 11.5,-14.5 + - type: Transform + pos: 11.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34627 components: - - pos: -16.5,-65.5 + - type: Transform + pos: -16.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 35557 components: - - pos: -105.5,-25.5 + - type: Transform + pos: -105.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36271 components: - - pos: -104.5,-26.5 + - type: Transform + pos: -104.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37112 components: - - pos: -112.5,-16.5 + - type: Transform + pos: -112.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37125 components: - - pos: -111.5,-15.5 + - type: Transform + pos: -111.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37496 components: - - pos: -40.5,40.5 + - type: Transform + pos: -40.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37522 components: - - pos: -17.5,35.5 + - type: Transform + pos: -17.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37637 components: - - pos: -13.5,36.5 + - type: Transform + pos: -13.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37831 components: - - pos: 24.5,-45.5 + - type: Transform + pos: 24.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37853 components: - - pos: 37.5,-53.5 + - type: Transform + pos: 37.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37886 components: - - pos: 38.5,-55.5 + - type: Transform + pos: 38.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38095 components: - - pos: 56.5,-44.5 + - type: Transform + pos: 56.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38097 components: - - pos: 57.5,-45.5 + - type: Transform + pos: 57.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 39635 components: - - pos: 46.5,-43.5 + - type: Transform + pos: 46.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 39636 components: - - pos: 45.5,-44.5 + - type: Transform + pos: 45.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3024 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3141 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3349 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3437 components: - - pos: -31.5,-69.5 + - type: Transform + pos: -31.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3751 components: - - pos: -65.5,22.5 + - type: Transform + pos: -65.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3777 components: - - pos: -64.5,22.5 + - type: Transform + pos: -64.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4384 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4667 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4679 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4680 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4781 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4957 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4962 components: - - pos: -102.5,-43.5 + - type: Transform + pos: -102.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7717 components: - - pos: -65.5,21.5 + - type: Transform + pos: -65.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8476 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8806 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9805 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-51.5 parent: 1 - type: Transform - uid: 11309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-32.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 14441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14444 components: - - pos: -5.5,-34.5 + - type: Transform + pos: -5.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14567 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 14628 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 15197 components: - - pos: -111.5,-8.5 + - type: Transform + pos: -111.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 15327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 16053 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-58.5 parent: 1 - type: Transform - uid: 16809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 18591 components: - - pos: -118.5,-3.5 + - type: Transform + pos: -118.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 18869 components: - - pos: -102.5,-45.5 + - type: Transform + pos: -102.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18891 components: - - pos: -102.5,-44.5 + - type: Transform + pos: -102.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18904 components: - - pos: -103.5,-44.5 + - type: Transform + pos: -103.5,-44.5 parent: 1 - type: Transform - uid: 18960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19149 components: - - pos: -79.5,-34.5 + - type: Transform + pos: -79.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 19157 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19255 components: - - pos: -101.5,-44.5 + - type: Transform + pos: -101.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 20362 components: - - pos: -96.5,-38.5 + - type: Transform + pos: -96.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21208 components: - - pos: -96.5,-39.5 + - type: Transform + pos: -96.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21211 components: - - pos: -96.5,-40.5 + - type: Transform + pos: -96.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21212 components: - - pos: -96.5,-41.5 + - type: Transform + pos: -96.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21213 components: - - pos: -96.5,-42.5 + - type: Transform + pos: -96.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21215 components: - - pos: -96.5,-44.5 + - type: Transform + pos: -96.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22021 components: - - pos: 6.5,-33.5 + - type: Transform + pos: 6.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22022 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-33.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 22036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-31.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 22142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22143 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-49.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-49.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22212 components: - - pos: -111.5,-9.5 + - type: Transform + pos: -111.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22215 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22220 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22221 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22223 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22241 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22249 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22258 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22260 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22299 components: - - pos: -42.5,-62.5 + - type: Transform + pos: -42.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22313 components: - - pos: -104.5,-52.5 + - type: Transform + pos: -104.5,-52.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22314 components: - - pos: -101.5,-52.5 + - type: Transform + pos: -101.5,-52.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22446 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22452 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22453 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22590 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-62.5 parent: 1 - type: Transform - uid: 22591 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22598 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22599 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22600 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22601 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22602 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22603 components: - - pos: -25.5,-71.5 + - type: Transform + pos: -25.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22604 components: - - pos: -25.5,-72.5 + - type: Transform + pos: -25.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22608 components: - - pos: -31.5,-68.5 + - type: Transform + pos: -31.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22609 components: - - pos: -31.5,-67.5 + - type: Transform + pos: -31.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22610 components: - - pos: -31.5,-66.5 + - type: Transform + pos: -31.5,-66.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22611 components: - - pos: -31.5,-65.5 + - type: Transform + pos: -31.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22612 components: - - pos: -31.5,-64.5 + - type: Transform + pos: -31.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22613 components: - - pos: -31.5,-63.5 + - type: Transform + pos: -31.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22614 components: - - pos: -31.5,-62.5 + - type: Transform + pos: -31.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22615 components: - - pos: -31.5,-61.5 + - type: Transform + pos: -31.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22616 components: - - pos: -31.5,-60.5 + - type: Transform + pos: -31.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22617 components: - - pos: -31.5,-59.5 + - type: Transform + pos: -31.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22618 components: - - pos: -31.5,-58.5 + - type: Transform + pos: -31.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22623 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22624 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22659 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22662 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22663 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22665 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22666 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22667 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22668 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22671 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22672 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22673 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22674 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22675 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22676 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22677 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22678 components: - - pos: -15.5,-26.5 + - type: Transform + pos: -15.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22679 components: - - pos: -15.5,-27.5 + - type: Transform + pos: -15.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22680 components: - - pos: -15.5,-28.5 + - type: Transform + pos: -15.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22681 components: - - pos: -15.5,-29.5 + - type: Transform + pos: -15.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22682 components: - - pos: -15.5,-30.5 + - type: Transform + pos: -15.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22683 components: - - pos: -15.5,-31.5 + - type: Transform + pos: -15.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22684 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22685 components: - - pos: -15.5,-33.5 + - type: Transform + pos: -15.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22686 components: - - pos: -15.5,-34.5 + - type: Transform + pos: -15.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22687 components: - - pos: -15.5,-35.5 + - type: Transform + pos: -15.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22688 components: - - pos: -15.5,-36.5 + - type: Transform + pos: -15.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22689 components: - - pos: -15.5,-38.5 + - type: Transform + pos: -15.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22690 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22691 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22692 components: - - pos: -15.5,-41.5 + - type: Transform + pos: -15.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22693 components: - - pos: -15.5,-42.5 + - type: Transform + pos: -15.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22694 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22695 components: - - pos: -15.5,-44.5 + - type: Transform + pos: -15.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22696 components: - - pos: -15.5,-45.5 + - type: Transform + pos: -15.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22697 components: - - pos: -15.5,-46.5 + - type: Transform + pos: -15.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22701 components: - - pos: -24.5,-46.5 + - type: Transform + pos: -24.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22708 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22709 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22710 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22711 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22713 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22715 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22717 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22718 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22720 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22721 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22722 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22723 components: - - pos: -24.5,-42.5 + - type: Transform + pos: -24.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22724 components: - - pos: -24.5,-43.5 + - type: Transform + pos: -24.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22725 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22735 components: - - pos: -30.5,-36.5 + - type: Transform + pos: -30.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22736 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22737 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22739 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22740 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22741 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22742 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22743 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22744 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22746 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22747 components: - - pos: -27.5,-46.5 + - type: Transform + pos: -27.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22748 components: - - pos: -27.5,-45.5 + - type: Transform + pos: -27.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22749 components: - - pos: -28.5,-48.5 + - type: Transform + pos: -28.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22750 components: - - pos: -28.5,-49.5 + - type: Transform + pos: -28.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22751 components: - - pos: -28.5,-50.5 + - type: Transform + pos: -28.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22755 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22757 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22759 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22760 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22761 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22766 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22767 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22768 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22769 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22770 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22771 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22772 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22782 components: - - pos: -42.5,-63.5 + - type: Transform + pos: -42.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22783 components: - - pos: -42.5,-64.5 + - type: Transform + pos: -42.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22784 components: - - pos: -42.5,-65.5 + - type: Transform + pos: -42.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22785 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22787 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22788 components: - - pos: -40.5,-60.5 + - type: Transform + pos: -40.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22789 components: - - pos: -40.5,-59.5 + - type: Transform + pos: -40.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22790 components: - - pos: -40.5,-58.5 + - type: Transform + pos: -40.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22791 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22792 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22793 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22795 components: - - pos: -38.5,-55.5 + - type: Transform + pos: -38.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22796 components: - - pos: -38.5,-54.5 + - type: Transform + pos: -38.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22797 components: - - pos: -38.5,-53.5 + - type: Transform + pos: -38.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22798 components: - - pos: -38.5,-52.5 + - type: Transform + pos: -38.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22799 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22800 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22802 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22804 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22805 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22806 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22807 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22808 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22810 components: - - pos: -34.5,-73.5 + - type: Transform + pos: -34.5,-73.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22813 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22816 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22821 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22824 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22837 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22845 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22846 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22853 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22856 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22869 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22871 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22876 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22877 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22878 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22879 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22880 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22881 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22882 components: - - pos: -75.5,-41.5 + - type: Transform + pos: -75.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22883 components: - - pos: -75.5,-42.5 + - type: Transform + pos: -75.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22884 components: - - pos: -75.5,-43.5 + - type: Transform + pos: -75.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22885 components: - - pos: -75.5,-44.5 + - type: Transform + pos: -75.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22886 components: - - pos: -75.5,-45.5 + - type: Transform + pos: -75.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22887 components: - - pos: -75.5,-46.5 + - type: Transform + pos: -75.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22888 components: - - pos: -75.5,-47.5 + - type: Transform + pos: -75.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22889 components: - - pos: -75.5,-48.5 + - type: Transform + pos: -75.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22890 components: - - pos: -75.5,-50.5 + - type: Transform + pos: -75.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22891 components: - - pos: -75.5,-51.5 + - type: Transform + pos: -75.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22892 components: - - pos: -75.5,-52.5 + - type: Transform + pos: -75.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22893 components: - - pos: -75.5,-53.5 + - type: Transform + pos: -75.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22894 components: - - pos: -75.5,-54.5 + - type: Transform + pos: -75.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22895 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22897 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22898 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22900 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22901 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22903 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22904 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22906 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22907 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22908 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22909 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22910 components: - - pos: -59.5,-66.5 + - type: Transform + pos: -59.5,-66.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22911 components: - - pos: -59.5,-67.5 + - type: Transform + pos: -59.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22912 components: - - pos: -59.5,-68.5 + - type: Transform + pos: -59.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22913 components: - - pos: -59.5,-69.5 + - type: Transform + pos: -59.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22924 components: - - pos: -60.5,-71.5 + - type: Transform + pos: -60.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22925 components: - - pos: -60.5,-72.5 + - type: Transform + pos: -60.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22926 components: - - pos: -60.5,-73.5 + - type: Transform + pos: -60.5,-73.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22927 components: - - pos: -60.5,-74.5 + - type: Transform + pos: -60.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22932 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22933 components: - - pos: -54.5,-66.5 + - type: Transform + pos: -54.5,-66.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22934 components: - - pos: -54.5,-67.5 + - type: Transform + pos: -54.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22935 components: - - pos: -54.5,-68.5 + - type: Transform + pos: -54.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22936 components: - - pos: -54.5,-69.5 + - type: Transform + pos: -54.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22937 components: - - pos: -54.5,-70.5 + - type: Transform + pos: -54.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22938 components: - - pos: -54.5,-71.5 + - type: Transform + pos: -54.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22939 components: - - pos: -54.5,-72.5 + - type: Transform + pos: -54.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22940 components: - - pos: -54.5,-73.5 + - type: Transform + pos: -54.5,-73.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22944 components: - - pos: -68.5,-68.5 + - type: Transform + pos: -68.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22947 components: - - pos: -66.5,-70.5 + - type: Transform + pos: -66.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22948 components: - - pos: -69.5,-70.5 + - type: Transform + pos: -69.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22949 components: - - pos: -72.5,-70.5 + - type: Transform + pos: -72.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22950 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22951 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22952 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22953 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22954 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22956 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22957 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22958 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22959 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22963 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22964 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22970 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22973 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22975 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22976 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22977 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22978 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22980 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22981 components: - - pos: -91.5,-32.5 + - type: Transform + pos: -91.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22982 components: - - pos: -91.5,-31.5 + - type: Transform + pos: -91.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22983 components: - - pos: -91.5,-30.5 + - type: Transform + pos: -91.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22984 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22985 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22986 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22987 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22988 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22989 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22990 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22992 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22993 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22994 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22997 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22998 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22999 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23008 components: - - pos: -16.5,-47.5 + - type: Transform + pos: -16.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23011 components: - - pos: -97.5,-17.5 + - type: Transform + pos: -97.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23012 components: - - pos: -97.5,-16.5 + - type: Transform + pos: -97.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23013 components: - - pos: -97.5,-15.5 + - type: Transform + pos: -97.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23031 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23032 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23033 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23034 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23035 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23036 components: - - pos: -106.5,-13.5 + - type: Transform + pos: -106.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23037 components: - - pos: -106.5,-14.5 + - type: Transform + pos: -106.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23038 components: - - pos: -106.5,-15.5 + - type: Transform + pos: -106.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23039 components: - - pos: -106.5,-16.5 + - type: Transform + pos: -106.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23040 components: - - pos: -106.5,-17.5 + - type: Transform + pos: -106.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23041 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23046 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23047 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23052 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23067 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23068 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23069 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23070 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23071 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23072 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23073 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23074 components: - - pos: -59.5,-36.5 + - type: Transform + pos: -59.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23075 components: - - pos: -59.5,-35.5 + - type: Transform + pos: -59.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23076 components: - - pos: -59.5,-34.5 + - type: Transform + pos: -59.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23077 components: - - pos: -59.5,-33.5 + - type: Transform + pos: -59.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23078 components: - - pos: -59.5,-32.5 + - type: Transform + pos: -59.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23079 components: - - pos: -59.5,-31.5 + - type: Transform + pos: -59.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23080 components: - - pos: -59.5,-30.5 + - type: Transform + pos: -59.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23081 components: - - pos: -59.5,-29.5 + - type: Transform + pos: -59.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23082 components: - - pos: -59.5,-28.5 + - type: Transform + pos: -59.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23083 components: - - pos: -59.5,-27.5 + - type: Transform + pos: -59.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23084 components: - - pos: -59.5,-26.5 + - type: Transform + pos: -59.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23085 components: - - pos: -59.5,-25.5 + - type: Transform + pos: -59.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23086 components: - - pos: -59.5,-24.5 + - type: Transform + pos: -59.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23087 components: - - pos: -59.5,-23.5 + - type: Transform + pos: -59.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23088 components: - - pos: -59.5,-22.5 + - type: Transform + pos: -59.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23091 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23092 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23093 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23094 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23104 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23105 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23107 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23110 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23115 components: - - pos: -50.5,-17.5 + - type: Transform + pos: -50.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23116 components: - - pos: -50.5,-16.5 + - type: Transform + pos: -50.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23117 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23118 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23119 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23126 components: - - pos: -56.5,-35.5 + - type: Transform + pos: -56.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23127 components: - - pos: -56.5,-36.5 + - type: Transform + pos: -56.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23135 components: - - pos: -55.5,-22.5 + - type: Transform + pos: -55.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23139 components: - - pos: -53.5,-22.5 + - type: Transform + pos: -53.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23148 components: - - pos: -44.5,-21.5 + - type: Transform + pos: -44.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23149 components: - - pos: -44.5,-22.5 + - type: Transform + pos: -44.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23150 components: - - pos: -44.5,-23.5 + - type: Transform + pos: -44.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23151 components: - - pos: -44.5,-24.5 + - type: Transform + pos: -44.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23152 components: - - pos: -44.5,-25.5 + - type: Transform + pos: -44.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23153 components: - - pos: -48.5,-24.5 + - type: Transform + pos: -48.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23154 components: - - pos: -48.5,-25.5 + - type: Transform + pos: -48.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23162 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23163 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23164 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23166 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23167 components: - - pos: -53.5,-30.5 + - type: Transform + pos: -53.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23168 components: - - pos: -53.5,-31.5 + - type: Transform + pos: -53.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23169 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23184 components: - - pos: -44.5,-33.5 + - type: Transform + pos: -44.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23185 components: - - pos: -44.5,-34.5 + - type: Transform + pos: -44.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23186 components: - - pos: -44.5,-35.5 + - type: Transform + pos: -44.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23196 components: - - pos: -53.5,-35.5 + - type: Transform + pos: -53.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23197 components: - - pos: -53.5,-34.5 + - type: Transform + pos: -53.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23198 components: - - pos: -53.5,-33.5 + - type: Transform + pos: -53.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23199 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23212 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23213 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23215 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23220 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23221 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23222 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23223 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23224 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23225 components: - - pos: -45.5,-45.5 + - type: Transform + pos: -45.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23226 components: - - pos: -45.5,-46.5 + - type: Transform + pos: -45.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23241 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23249 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23252 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23256 components: - - pos: -57.5,-50.5 + - type: Transform + pos: -57.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23257 components: - - pos: -57.5,-51.5 + - type: Transform + pos: -57.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23258 components: - - pos: -57.5,-52.5 + - type: Transform + pos: -57.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23259 components: - - pos: -57.5,-53.5 + - type: Transform + pos: -57.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23260 components: - - pos: -57.5,-54.5 + - type: Transform + pos: -57.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23261 components: - - pos: -57.5,-55.5 + - type: Transform + pos: -57.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23268 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23270 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23271 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23277 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23280 components: - - pos: -53.5,-48.5 + - type: Transform + pos: -53.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23281 components: - - pos: -53.5,-47.5 + - type: Transform + pos: -53.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23282 components: - - pos: -53.5,-46.5 + - type: Transform + pos: -53.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23283 components: - - pos: -53.5,-43.5 + - type: Transform + pos: -53.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23284 components: - - pos: -53.5,-42.5 + - type: Transform + pos: -53.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23285 components: - - pos: -53.5,-41.5 + - type: Transform + pos: -53.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23286 components: - - pos: -53.5,-40.5 + - type: Transform + pos: -53.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23287 components: - - pos: -53.5,-39.5 + - type: Transform + pos: -53.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23288 components: - - pos: -53.5,-38.5 + - type: Transform + pos: -53.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23310 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23312 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23317 components: - - pos: -82.5,-26.5 + - type: Transform + pos: -82.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23318 components: - - pos: -82.5,-27.5 + - type: Transform + pos: -82.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23319 components: - - pos: -82.5,-28.5 + - type: Transform + pos: -82.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23320 components: - - pos: -82.5,-29.5 + - type: Transform + pos: -82.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23322 components: - - pos: -79.5,-33.5 + - type: Transform + pos: -79.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23323 components: - - pos: -79.5,-32.5 + - type: Transform + pos: -79.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23324 components: - - pos: -79.5,-31.5 + - type: Transform + pos: -79.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23325 components: - - pos: -79.5,-29.5 + - type: Transform + pos: -79.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23326 components: - - pos: -79.5,-28.5 + - type: Transform + pos: -79.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23327 components: - - pos: -79.5,-27.5 + - type: Transform + pos: -79.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23328 components: - - pos: -79.5,-26.5 + - type: Transform + pos: -79.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23329 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23330 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23337 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23341 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23359 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23360 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23361 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23363 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23364 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23366 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23375 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23379 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23381 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23384 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23388 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23389 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23402 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23403 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23406 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23407 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23408 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23411 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23413 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23414 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23415 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23416 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23417 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23418 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23419 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23421 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23422 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23423 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23424 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23425 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23426 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23427 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23428 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23502 components: - - pos: -111.5,-10.5 - parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor - - uid: 23503 - components: - - rot: -1.5707963267948966 rad - pos: -56.5,36.5 + - type: Transform + pos: -111.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23535 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23536 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23537 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23540 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23542 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23543 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23544 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23545 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23546 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23550 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23552 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23597 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23598 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23599 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23601 components: - - pos: -2.5,-43.5 + - type: Transform + pos: -2.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23602 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23605 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23606 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23616 components: - - pos: 30.5,-26.5 + - type: Transform + pos: 30.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23617 components: - - pos: 30.5,-27.5 + - type: Transform + pos: 30.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23618 components: - - pos: 30.5,-28.5 + - type: Transform + pos: 30.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23619 components: - - pos: 30.5,-29.5 + - type: Transform + pos: 30.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23620 components: - - pos: 30.5,-30.5 + - type: Transform + pos: 30.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23621 components: - - pos: 30.5,-31.5 + - type: Transform + pos: 30.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23622 components: - - pos: 30.5,-32.5 + - type: Transform + pos: 30.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23623 components: - - pos: 30.5,-33.5 + - type: Transform + pos: 30.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23627 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23628 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23630 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23631 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23632 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23633 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23634 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23635 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23637 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23638 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23639 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23640 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23641 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23647 components: - - pos: 13.5,-37.5 + - type: Transform + pos: 13.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23648 components: - - pos: 13.5,-38.5 + - type: Transform + pos: 13.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23649 components: - - pos: 13.5,-39.5 + - type: Transform + pos: 13.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23650 components: - - pos: 13.5,-40.5 + - type: Transform + pos: 13.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23762 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23919 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23923 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23924 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23925 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23927 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23928 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23932 components: - - pos: -32.5,-70.5 + - type: Transform + pos: -32.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23933 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23934 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23943 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23951 components: - - pos: -53.5,-72.5 + - type: Transform + pos: -53.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23952 components: - - pos: -53.5,-71.5 + - type: Transform + pos: -53.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23953 components: - - pos: -53.5,-70.5 + - type: Transform + pos: -53.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23954 components: - - pos: -53.5,-69.5 + - type: Transform + pos: -53.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23955 components: - - pos: -53.5,-68.5 + - type: Transform + pos: -53.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23956 components: - - pos: -53.5,-67.5 + - type: Transform + pos: -53.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23957 components: - - pos: -53.5,-66.5 + - type: Transform + pos: -53.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23958 components: - - pos: -53.5,-65.5 + - type: Transform + pos: -53.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23982 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23983 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23984 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23985 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23986 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23987 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23988 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23989 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23990 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23991 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23992 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23993 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23994 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23995 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23997 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23998 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23999 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24001 components: - - pos: -22.5,-25.5 + - type: Transform + pos: -22.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24002 components: - - pos: -22.5,-26.5 + - type: Transform + pos: -22.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24005 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24010 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24011 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24012 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24017 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24018 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24019 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24020 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24021 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24022 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24023 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24024 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24025 components: - - pos: -49.5,-63.5 + - type: Transform + pos: -49.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24026 components: - - pos: -49.5,-62.5 + - type: Transform + pos: -49.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24027 components: - - pos: -49.5,-61.5 + - type: Transform + pos: -49.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24028 components: - - pos: -49.5,-60.5 + - type: Transform + pos: -49.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24032 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24033 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24038 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24040 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24041 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24042 components: - - pos: -42.5,-49.5 + - type: Transform + pos: -42.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24043 components: - - pos: -42.5,-48.5 + - type: Transform + pos: -42.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24044 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24045 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24046 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24047 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24048 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24049 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24050 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24051 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24052 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24053 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24055 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24056 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24058 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24059 components: - - pos: -36.5,-34.5 + - type: Transform + pos: -36.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24060 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24061 components: - - pos: -36.5,-32.5 + - type: Transform + pos: -36.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24062 components: - - pos: -36.5,-30.5 + - type: Transform + pos: -36.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24063 components: - - pos: -36.5,-29.5 + - type: Transform + pos: -36.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24064 components: - - pos: -36.5,-28.5 + - type: Transform + pos: -36.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24085 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24086 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24089 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24091 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24092 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24093 components: - - pos: -29.5,-41.5 + - type: Transform + pos: -29.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24094 components: - - pos: -29.5,-42.5 + - type: Transform + pos: -29.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24095 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24096 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24097 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24098 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24099 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24100 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24103 components: - - pos: -29.5,-47.5 + - type: Transform + pos: -29.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24104 components: - - pos: -29.5,-48.5 + - type: Transform + pos: -29.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24105 components: - - pos: -29.5,-49.5 + - type: Transform + pos: -29.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24113 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24119 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24120 components: - - pos: -29.5,-45.5 + - type: Transform + pos: -29.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24121 components: - - pos: -29.5,-44.5 + - type: Transform + pos: -29.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24126 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24128 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24143 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24148 components: - - pos: -42.5,-58.5 + - type: Transform + pos: -42.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24149 components: - - pos: -42.5,-57.5 + - type: Transform + pos: -42.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24150 components: - - pos: -42.5,-56.5 + - type: Transform + pos: -42.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24151 components: - - pos: -39.5,-54.5 + - type: Transform + pos: -39.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24152 components: - - pos: -39.5,-53.5 + - type: Transform + pos: -39.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24153 components: - - pos: -39.5,-52.5 + - type: Transform + pos: -39.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24172 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24180 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24196 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24198 components: - - pos: -43.5,-29.5 + - type: Transform + pos: -43.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24199 components: - - pos: -43.5,-30.5 + - type: Transform + pos: -43.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24207 components: - - pos: -49.5,-37.5 + - type: Transform + pos: -49.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24208 components: - - pos: -49.5,-36.5 + - type: Transform + pos: -49.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24209 components: - - pos: -46.5,-37.5 + - type: Transform + pos: -46.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24210 components: - - pos: -46.5,-36.5 + - type: Transform + pos: -46.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24211 components: - - pos: -43.5,-37.5 + - type: Transform + pos: -43.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24212 components: - - pos: -43.5,-36.5 + - type: Transform + pos: -43.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24231 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24233 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24235 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24236 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24237 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24239 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24257 components: - - pos: -52.5,-34.5 + - type: Transform + pos: -52.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24258 components: - - pos: -52.5,-35.5 + - type: Transform + pos: -52.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24259 components: - - pos: -52.5,-36.5 + - type: Transform + pos: -52.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24260 components: - - pos: -52.5,-37.5 + - type: Transform + pos: -52.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24261 components: - - pos: -52.5,-38.5 + - type: Transform + pos: -52.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24262 components: - - pos: -52.5,-39.5 + - type: Transform + pos: -52.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24263 components: - - pos: -52.5,-40.5 + - type: Transform + pos: -52.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24265 components: - - pos: -52.5,-42.5 + - type: Transform + pos: -52.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24266 components: - - pos: -52.5,-43.5 + - type: Transform + pos: -52.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24267 components: - - pos: -52.5,-44.5 + - type: Transform + pos: -52.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24276 components: - - pos: -44.5,-46.5 + - type: Transform + pos: -44.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24282 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24288 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24289 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24291 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24292 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24294 components: - - pos: -50.5,-49.5 + - type: Transform + pos: -50.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24295 components: - - pos: -50.5,-48.5 + - type: Transform + pos: -50.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24296 components: - - pos: -50.5,-47.5 + - type: Transform + pos: -50.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24297 components: - - pos: -50.5,-46.5 + - type: Transform + pos: -50.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24302 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24303 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24307 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24308 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24309 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24313 components: - - pos: -52.5,-47.5 + - type: Transform + pos: -52.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24322 components: - - pos: -58.5,-61.5 + - type: Transform + pos: -58.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24323 components: - - pos: -58.5,-60.5 + - type: Transform + pos: -58.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24324 components: - - pos: -58.5,-59.5 + - type: Transform + pos: -58.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24325 components: - - pos: -58.5,-58.5 + - type: Transform + pos: -58.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24326 components: - - pos: -58.5,-56.5 + - type: Transform + pos: -58.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24327 components: - - pos: -58.5,-55.5 + - type: Transform + pos: -58.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24328 components: - - pos: -58.5,-54.5 + - type: Transform + pos: -58.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24329 components: - - pos: -58.5,-53.5 + - type: Transform + pos: -58.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24330 components: - - pos: -58.5,-52.5 + - type: Transform + pos: -58.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24331 components: - - pos: -58.5,-51.5 + - type: Transform + pos: -58.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24332 components: - - pos: -58.5,-50.5 + - type: Transform + pos: -58.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24333 components: - - pos: -58.5,-49.5 + - type: Transform + pos: -58.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24345 components: - - pos: -60.5,-47.5 + - type: Transform + pos: -60.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24346 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24355 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24357 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24358 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24361 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24362 components: - - pos: -62.5,-70.5 + - type: Transform + pos: -62.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24363 components: - - pos: -62.5,-71.5 + - type: Transform + pos: -62.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24364 components: - - pos: -62.5,-72.5 + - type: Transform + pos: -62.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24365 components: - - pos: -62.5,-73.5 + - type: Transform + pos: -62.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24366 components: - - pos: -62.5,-74.5 + - type: Transform + pos: -62.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24379 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24382 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24384 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24386 components: - - pos: -70.5,-69.5 + - type: Transform + pos: -70.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24387 components: - - pos: -70.5,-70.5 + - type: Transform + pos: -70.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24388 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24390 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24393 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24394 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24396 components: - - pos: -60.5,-68.5 + - type: Transform + pos: -60.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24397 components: - - pos: -60.5,-67.5 + - type: Transform + pos: -60.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24398 components: - - pos: -60.5,-66.5 + - type: Transform + pos: -60.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24399 components: - - pos: -60.5,-65.5 + - type: Transform + pos: -60.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24406 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24430 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24434 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24435 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24439 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24441 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24446 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24447 components: - - pos: -90.5,-29.5 + - type: Transform + pos: -90.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24448 components: - - pos: -90.5,-30.5 + - type: Transform + pos: -90.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24449 components: - - pos: -90.5,-31.5 + - type: Transform + pos: -90.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24457 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24468 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24470 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24471 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24475 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24476 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24478 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24479 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24480 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24481 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24482 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24483 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24484 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24486 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24487 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24488 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24489 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24490 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24492 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24493 components: - - pos: -63.5,-57.5 + - type: Transform + pos: -63.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24494 components: - - pos: -63.5,-58.5 + - type: Transform + pos: -63.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24495 components: - - pos: -63.5,-59.5 + - type: Transform + pos: -63.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24496 components: - - pos: -63.5,-60.5 + - type: Transform + pos: -63.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24497 components: - - pos: -63.5,-61.5 + - type: Transform + pos: -63.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24498 components: - - pos: -63.5,-62.5 + - type: Transform + pos: -63.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24499 components: - - pos: -63.5,-63.5 + - type: Transform + pos: -63.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24503 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24504 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24505 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24506 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24507 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24508 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24509 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24510 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24531 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24532 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24534 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24535 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24536 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24537 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24538 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24541 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24542 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24543 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24544 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24545 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24546 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24551 components: - - pos: -58.5,-14.5 + - type: Transform + pos: -58.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24552 components: - - pos: -58.5,-15.5 + - type: Transform + pos: -58.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24553 components: - - pos: -58.5,-16.5 + - type: Transform + pos: -58.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24554 components: - - pos: -58.5,-17.5 + - type: Transform + pos: -58.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24555 components: - - pos: -58.5,-18.5 + - type: Transform + pos: -58.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24556 components: - - pos: -58.5,-19.5 + - type: Transform + pos: -58.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24557 components: - - pos: -60.5,-22.5 + - type: Transform + pos: -60.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24558 components: - - pos: -60.5,-23.5 + - type: Transform + pos: -60.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24559 components: - - pos: -60.5,-24.5 + - type: Transform + pos: -60.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24560 components: - - pos: -60.5,-25.5 + - type: Transform + pos: -60.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24561 components: - - pos: -60.5,-26.5 + - type: Transform + pos: -60.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24564 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24565 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24566 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24567 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24568 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24571 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24573 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24574 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24576 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24577 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24578 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24579 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24580 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24581 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24582 components: - - pos: -70.5,-38.5 + - type: Transform + pos: -70.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24583 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24585 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24586 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24587 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24588 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24589 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24590 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24774 components: - - pos: -104.5,-54.5 + - type: Transform + pos: -104.5,-54.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 24775 components: - - pos: -101.5,-54.5 + - type: Transform + pos: -101.5,-54.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 24777 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24778 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24848 components: - - pos: -89.5,-24.5 + - type: Transform + pos: -89.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24850 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24851 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24852 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24856 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24858 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24859 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24864 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24869 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24870 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24871 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24872 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24874 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24875 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24876 components: - - pos: -77.5,-25.5 + - type: Transform + pos: -77.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24877 components: - - pos: -77.5,-26.5 + - type: Transform + pos: -77.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24878 components: - - pos: -77.5,-27.5 + - type: Transform + pos: -77.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24879 components: - - pos: -77.5,-28.5 + - type: Transform + pos: -77.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24881 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24882 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24883 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24884 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24885 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24886 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24889 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24890 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24891 components: - - pos: -72.5,-25.5 + - type: Transform + pos: -72.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24892 components: - - pos: -72.5,-26.5 + - type: Transform + pos: -72.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24893 components: - - pos: -72.5,-27.5 + - type: Transform + pos: -72.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24894 components: - - pos: -72.5,-23.5 + - type: Transform + pos: -72.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24895 components: - - pos: -72.5,-22.5 + - type: Transform + pos: -72.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24896 components: - - pos: -72.5,-21.5 + - type: Transform + pos: -72.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24897 components: - - pos: -72.5,-19.5 + - type: Transform + pos: -72.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24898 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24900 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24902 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24905 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24907 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24908 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24909 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24910 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24912 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24913 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24917 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24918 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24919 components: - - pos: -68.5,-30.5 + - type: Transform + pos: -68.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24920 components: - - pos: -68.5,-31.5 + - type: Transform + pos: -68.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24921 components: - - pos: -68.5,-32.5 + - type: Transform + pos: -68.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24922 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24923 components: - - pos: -16.5,-50.5 + - type: Transform + pos: -16.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24924 components: - - pos: -16.5,-49.5 + - type: Transform + pos: -16.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24925 components: - - pos: -16.5,-48.5 + - type: Transform + pos: -16.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24936 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24950 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24952 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24953 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24954 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24955 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24956 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24957 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24959 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24961 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24962 components: - - pos: -105.5,-14.5 + - type: Transform + pos: -105.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24963 components: - - pos: -105.5,-13.5 + - type: Transform + pos: -105.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24964 components: - - pos: -105.5,-12.5 + - type: Transform + pos: -105.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24970 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24973 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24976 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24986 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24987 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24988 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24989 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24990 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24991 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24992 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24993 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24994 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24995 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24996 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24997 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24998 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24999 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25000 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25001 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25002 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25003 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25004 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25005 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25006 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25007 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25009 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25010 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25011 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25012 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25013 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25028 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25063 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25066 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25067 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25068 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25069 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25072 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25073 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25076 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25077 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25078 components: - - pos: -89.5,17.5 + - type: Transform + pos: -89.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25079 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25081 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25082 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25083 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25084 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25085 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25086 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25089 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25090 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25091 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25092 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25093 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25094 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25095 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25096 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25097 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25100 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25103 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -121.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25112 components: - - pos: -123.5,21.5 + - type: Transform + pos: -123.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25113 components: - - pos: -123.5,20.5 + - type: Transform + pos: -123.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25114 components: - - pos: -123.5,19.5 + - type: Transform + pos: -123.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25115 components: - - pos: -123.5,18.5 + - type: Transform + pos: -123.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25116 components: - - pos: -123.5,17.5 + - type: Transform + pos: -123.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25117 components: - - pos: -123.5,16.5 + - type: Transform + pos: -123.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25118 components: - - pos: -123.5,15.5 + - type: Transform + pos: -123.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25119 components: - - pos: -123.5,14.5 + - type: Transform + pos: -123.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25120 components: - - pos: -123.5,13.5 + - type: Transform + pos: -123.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25122 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25125 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25129 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25130 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25135 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25137 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25140 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -123.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -127.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25145 components: - - pos: -129.5,-2.5 + - type: Transform + pos: -129.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25146 components: - - pos: -129.5,-3.5 + - type: Transform + pos: -129.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25147 components: - - pos: -129.5,-4.5 + - type: Transform + pos: -129.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25148 components: - - pos: -129.5,-5.5 + - type: Transform + pos: -129.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25149 components: - - pos: -129.5,-6.5 + - type: Transform + pos: -129.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25150 components: - - pos: -129.5,-7.5 + - type: Transform + pos: -129.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25151 components: - - pos: -129.5,-8.5 + - type: Transform + pos: -129.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25152 components: - - pos: -129.5,-10.5 + - type: Transform + pos: -129.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -130.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -135.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -140.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25165 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25166 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25172 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25173 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25174 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -140.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -143.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25196 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25198 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25199 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25201 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25202 components: - - pos: -145.5,23.5 + - type: Transform + pos: -145.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -143.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25205 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25206 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -140.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -135.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25220 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25221 components: - - pos: -129.5,-0.5 + - type: Transform + pos: -129.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25222 components: - - pos: -129.5,0.5 + - type: Transform + pos: -129.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25223 components: - - pos: -129.5,1.5 + - type: Transform + pos: -129.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25224 components: - - pos: -129.5,2.5 + - type: Transform + pos: -129.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25225 components: - - pos: -129.5,3.5 + - type: Transform + pos: -129.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25226 components: - - pos: -129.5,4.5 + - type: Transform + pos: -129.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25227 components: - - pos: -129.5,5.5 + - type: Transform + pos: -129.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25228 components: - - pos: -129.5,6.5 + - type: Transform + pos: -129.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25229 components: - - pos: -129.5,7.5 + - type: Transform + pos: -129.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25230 components: - - pos: -129.5,8.5 + - type: Transform + pos: -129.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25231 components: - - pos: -129.5,9.5 + - type: Transform + pos: -129.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25232 components: - - pos: -129.5,10.5 + - type: Transform + pos: -129.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25233 components: - - pos: -129.5,11.5 + - type: Transform + pos: -129.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25234 components: - - pos: -129.5,12.5 + - type: Transform + pos: -129.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25235 components: - - pos: -129.5,13.5 + - type: Transform + pos: -129.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25236 components: - - pos: -129.5,14.5 + - type: Transform + pos: -129.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25237 components: - - pos: -129.5,15.5 + - type: Transform + pos: -129.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25238 components: - - pos: -129.5,16.5 + - type: Transform + pos: -129.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25239 components: - - pos: -129.5,17.5 + - type: Transform + pos: -129.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25240 components: - - pos: -129.5,18.5 + - type: Transform + pos: -129.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25241 components: - - pos: -129.5,19.5 + - type: Transform + pos: -129.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25242 components: - - pos: -129.5,20.5 + - type: Transform + pos: -129.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25243 components: - - pos: -129.5,21.5 + - type: Transform + pos: -129.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25244 components: - - pos: -129.5,22.5 + - type: Transform + pos: -129.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25245 components: - - pos: -129.5,23.5 + - type: Transform + pos: -129.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25246 components: - - pos: -123.5,-2.5 + - type: Transform + pos: -123.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25247 components: - - pos: -123.5,-3.5 + - type: Transform + pos: -123.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25248 components: - - pos: -123.5,-4.5 + - type: Transform + pos: -123.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25249 components: - - pos: -123.5,-5.5 + - type: Transform + pos: -123.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25250 components: - - pos: -123.5,-6.5 + - type: Transform + pos: -123.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25251 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25252 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25258 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -121.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25259 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -121.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25272 components: - - pos: -98.5,17.5 + - type: Transform + pos: -98.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25273 components: - - pos: -98.5,16.5 + - type: Transform + pos: -98.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25274 components: - - pos: -98.5,15.5 + - type: Transform + pos: -98.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25275 components: - - pos: -98.5,14.5 + - type: Transform + pos: -98.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25276 components: - - pos: -98.5,13.5 + - type: Transform + pos: -98.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25277 components: - - pos: -98.5,12.5 + - type: Transform + pos: -98.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25278 components: - - pos: -98.5,11.5 + - type: Transform + pos: -98.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25279 components: - - pos: -98.5,10.5 + - type: Transform + pos: -98.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25280 components: - - pos: -98.5,9.5 + - type: Transform + pos: -98.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25281 components: - - pos: -98.5,8.5 + - type: Transform + pos: -98.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25282 components: - - pos: -98.5,7.5 + - type: Transform + pos: -98.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25302 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25304 components: - - pos: -114.5,-1.5 + - type: Transform + pos: -114.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25305 components: - - pos: -114.5,-0.5 + - type: Transform + pos: -114.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25306 components: - - pos: -114.5,0.5 + - type: Transform + pos: -114.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25310 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25314 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25319 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25326 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25327 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25328 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25329 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25330 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25331 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25332 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25333 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25334 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25335 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25336 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25338 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25344 components: - - pos: -108.5,7.5 + - type: Transform + pos: -108.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25345 components: - - pos: -108.5,8.5 + - type: Transform + pos: -108.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25346 components: - - pos: -108.5,9.5 + - type: Transform + pos: -108.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25347 components: - - pos: -108.5,10.5 + - type: Transform + pos: -108.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25348 components: - - pos: -108.5,11.5 + - type: Transform + pos: -108.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25349 components: - - pos: -108.5,12.5 + - type: Transform + pos: -108.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25352 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25353 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25378 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25379 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25380 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25381 components: - - pos: -90.5,-7.5 + - type: Transform + pos: -90.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25382 components: - - pos: -90.5,-8.5 + - type: Transform + pos: -90.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25383 components: - - pos: -90.5,-9.5 + - type: Transform + pos: -90.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25385 components: - - pos: -90.5,-5.5 + - type: Transform + pos: -90.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25387 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25388 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25390 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25391 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25393 components: - - pos: -83.5,-4.5 + - type: Transform + pos: -83.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25394 components: - - pos: -83.5,-5.5 + - type: Transform + pos: -83.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25395 components: - - pos: -83.5,-6.5 + - type: Transform + pos: -83.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25396 components: - - pos: -83.5,-7.5 + - type: Transform + pos: -83.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25397 components: - - pos: -81.5,-1.5 + - type: Transform + pos: -81.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25398 components: - - pos: -81.5,-0.5 + - type: Transform + pos: -81.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25399 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25401 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25405 components: - - pos: -78.5,1.5 + - type: Transform + pos: -78.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25406 components: - - pos: -81.5,1.5 + - type: Transform + pos: -81.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25407 components: - - pos: -81.5,2.5 + - type: Transform + pos: -81.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25408 components: - - pos: -81.5,3.5 + - type: Transform + pos: -81.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25409 components: - - pos: -81.5,4.5 + - type: Transform + pos: -81.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25410 components: - - pos: -81.5,5.5 + - type: Transform + pos: -81.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25411 components: - - pos: -81.5,6.5 + - type: Transform + pos: -81.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25414 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25416 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25417 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25418 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25419 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25421 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25422 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25423 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25424 components: - - pos: -87.5,9.5 + - type: Transform + pos: -87.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25425 components: - - pos: -87.5,10.5 + - type: Transform + pos: -87.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25426 components: - - pos: -87.5,11.5 + - type: Transform + pos: -87.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25446 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25452 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25453 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25455 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25457 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25458 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25459 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25460 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25461 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25462 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25463 components: - - pos: -74.5,23.5 + - type: Transform + pos: -74.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25464 components: - - pos: -74.5,24.5 + - type: Transform + pos: -74.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25467 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25468 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25470 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25475 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25476 components: - - pos: -74.5,17.5 + - type: Transform + pos: -74.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25477 components: - - pos: -74.5,16.5 + - type: Transform + pos: -74.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25478 components: - - pos: -74.5,15.5 + - type: Transform + pos: -74.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25479 components: - - pos: -74.5,14.5 + - type: Transform + pos: -74.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25480 components: - - pos: -74.5,13.5 + - type: Transform + pos: -74.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25481 components: - - pos: -74.5,12.5 + - type: Transform + pos: -74.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25482 components: - - pos: -74.5,10.5 + - type: Transform + pos: -74.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25483 components: - - pos: -74.5,8.5 + - type: Transform + pos: -74.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25484 components: - - pos: -74.5,7.5 + - type: Transform + pos: -74.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25485 components: - - pos: -74.5,6.5 + - type: Transform + pos: -74.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25487 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25489 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25491 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25492 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25493 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25496 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25497 components: - - pos: -74.5,1.5 + - type: Transform + pos: -74.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25498 components: - - pos: -74.5,0.5 + - type: Transform + pos: -74.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25499 components: - - pos: -74.5,-0.5 + - type: Transform + pos: -74.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25500 components: - - pos: -74.5,-1.5 + - type: Transform + pos: -74.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25501 components: - - pos: -74.5,-2.5 + - type: Transform + pos: -74.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25502 components: - - pos: -74.5,-3.5 + - type: Transform + pos: -74.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25503 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25504 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25507 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25508 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25513 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25521 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25522 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25524 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25527 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25529 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25531 components: - - pos: -101.5,-11.5 + - type: Transform + pos: -101.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25540 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-60.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25541 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-60.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25542 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-60.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25547 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25549 components: - - pos: -103.5,-52.5 + - type: Transform + pos: -103.5,-52.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25550 components: - - pos: -103.5,-53.5 + - type: Transform + pos: -103.5,-53.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25551 components: - - pos: -100.5,-52.5 + - type: Transform + pos: -100.5,-52.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25552 components: - - pos: -100.5,-53.5 + - type: Transform + pos: -100.5,-53.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25553 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25554 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25555 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-54.5 parent: 1 - type: Transform - uid: 25560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-52.5 parent: 1 - type: Transform - uid: 25562 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-62.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25563 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-61.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25564 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-57.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25565 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-59.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25566 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-55.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25567 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-60.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25568 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-56.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-58.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25571 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-59.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-61.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25573 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-57.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25574 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-55.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25575 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-58.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25576 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-60.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25577 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-56.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 25591 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25592 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25593 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25594 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25616 components: - - pos: -69.5,31.5 + - type: Transform + pos: -69.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25617 components: - - pos: -69.5,30.5 + - type: Transform + pos: -69.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25618 components: - - pos: -69.5,29.5 + - type: Transform + pos: -69.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25619 components: - - pos: -69.5,28.5 + - type: Transform + pos: -69.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25620 components: - - pos: -69.5,26.5 + - type: Transform + pos: -69.5,26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25621 components: - - pos: -69.5,25.5 + - type: Transform + pos: -69.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25622 components: - - pos: -69.5,24.5 + - type: Transform + pos: -69.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25623 components: - - pos: -69.5,23.5 + - type: Transform + pos: -69.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25624 components: - - pos: -69.5,22.5 + - type: Transform + pos: -69.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25625 components: - - pos: -69.5,21.5 + - type: Transform + pos: -69.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25627 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25628 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25630 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25631 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25632 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25634 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25636 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25637 components: - - pos: -64.5,15.5 + - type: Transform + pos: -64.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25638 components: - - pos: -64.5,14.5 + - type: Transform + pos: -64.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25639 components: - - pos: -64.5,13.5 + - type: Transform + pos: -64.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25640 components: - - pos: -64.5,12.5 + - type: Transform + pos: -64.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25641 components: - - pos: -64.5,11.5 + - type: Transform + pos: -64.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25642 components: - - pos: -64.5,10.5 + - type: Transform + pos: -64.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25644 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25647 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25648 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25649 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25663 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25665 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25666 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25667 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25668 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25670 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25672 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25673 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25679 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25680 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25681 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25682 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25690 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25691 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25693 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25694 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25695 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25696 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25697 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25698 components: - - pos: -46.5,6.5 + - type: Transform + pos: -46.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25699 components: - - pos: -46.5,5.5 + - type: Transform + pos: -46.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25700 components: - - pos: -46.5,4.5 + - type: Transform + pos: -46.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25701 components: - - pos: -46.5,3.5 + - type: Transform + pos: -46.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25702 components: - - pos: -46.5,2.5 + - type: Transform + pos: -46.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25703 components: - - pos: -46.5,1.5 + - type: Transform + pos: -46.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25704 components: - - pos: -46.5,0.5 + - type: Transform + pos: -46.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25705 components: - - pos: -46.5,-0.5 + - type: Transform + pos: -46.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25706 components: - - pos: -46.5,-1.5 + - type: Transform + pos: -46.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25707 components: - - pos: -46.5,-2.5 + - type: Transform + pos: -46.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25708 components: - - pos: -46.5,-3.5 + - type: Transform + pos: -46.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25709 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25710 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25711 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25713 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25715 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25717 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25718 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25720 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25721 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25722 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25724 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25725 components: - - pos: -52.5,-6.5 + - type: Transform + pos: -52.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25726 components: - - pos: -52.5,-7.5 + - type: Transform + pos: -52.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25727 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25731 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25732 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25733 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25734 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25735 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25736 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25737 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25738 components: - - pos: -62.5,-7.5 + - type: Transform + pos: -62.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25739 components: - - pos: -62.5,-6.5 + - type: Transform + pos: -62.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25740 components: - - pos: -62.5,-5.5 + - type: Transform + pos: -62.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25741 components: - - pos: -62.5,-4.5 + - type: Transform + pos: -62.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25742 components: - - pos: -62.5,-3.5 + - type: Transform + pos: -62.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25743 components: - - pos: -62.5,-2.5 + - type: Transform + pos: -62.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25744 components: - - pos: -62.5,-1.5 + - type: Transform + pos: -62.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25745 components: - - pos: -62.5,-0.5 + - type: Transform + pos: -62.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25746 components: - - pos: -62.5,0.5 + - type: Transform + pos: -62.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25747 components: - - pos: -62.5,1.5 + - type: Transform + pos: -62.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25748 components: - - pos: -62.5,2.5 + - type: Transform + pos: -62.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25749 components: - - pos: -62.5,3.5 + - type: Transform + pos: -62.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25750 components: - - pos: -62.5,4.5 + - type: Transform + pos: -62.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25751 components: - - pos: -62.5,5.5 + - type: Transform + pos: -62.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25752 components: - - pos: -62.5,6.5 + - type: Transform + pos: -62.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25753 components: - - pos: -62.5,7.5 + - type: Transform + pos: -62.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25754 components: - - pos: -62.5,8.5 + - type: Transform + pos: -62.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25773 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25774 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25775 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25776 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25777 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25778 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25779 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25780 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25785 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25786 components: - - pos: -39.5,13.5 + - type: Transform + pos: -39.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25787 components: - - pos: -39.5,12.5 + - type: Transform + pos: -39.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25788 components: - - pos: -39.5,11.5 + - type: Transform + pos: -39.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25791 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25792 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25793 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25794 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25795 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25796 components: - - pos: -39.5,0.5 + - type: Transform + pos: -39.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25797 components: - - pos: -39.5,-0.5 + - type: Transform + pos: -39.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25798 components: - - pos: -39.5,-1.5 + - type: Transform + pos: -39.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25799 components: - - pos: -39.5,-2.5 + - type: Transform + pos: -39.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25800 components: - - pos: -39.5,-3.5 + - type: Transform + pos: -39.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25801 components: - - pos: -39.5,-5.5 + - type: Transform + pos: -39.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25802 components: - - pos: -39.5,-6.5 + - type: Transform + pos: -39.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25803 components: - - pos: -39.5,-7.5 + - type: Transform + pos: -39.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25804 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25805 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25806 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25807 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25812 components: - - pos: -36.5,8.5 + - type: Transform + pos: -36.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25813 components: - - pos: -36.5,9.5 + - type: Transform + pos: -36.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -130.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25816 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25817 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -143.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -143.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25819 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -143.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25821 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25822 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25823 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25826 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25854 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25855 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25856 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25858 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25859 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25861 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25862 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25863 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25864 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25865 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25866 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25867 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25868 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25869 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25870 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25871 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -129.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25874 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25875 components: - - pos: -127.5,4.5 + - type: Transform + pos: -127.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25876 components: - - pos: -127.5,5.5 + - type: Transform + pos: -127.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25877 components: - - pos: -127.5,6.5 + - type: Transform + pos: -127.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25878 components: - - pos: -127.5,7.5 + - type: Transform + pos: -127.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25879 components: - - pos: -127.5,8.5 + - type: Transform + pos: -127.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25880 components: - - pos: -127.5,9.5 + - type: Transform + pos: -127.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25881 components: - - pos: -130.5,2.5 + - type: Transform + pos: -130.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25882 components: - - pos: -130.5,1.5 + - type: Transform + pos: -130.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25883 components: - - pos: -130.5,0.5 + - type: Transform + pos: -130.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -128.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25886 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25887 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25888 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25889 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25890 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25891 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25892 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25893 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25894 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25895 components: - - pos: -130.5,-9.5 + - type: Transform + pos: -130.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25897 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25898 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -135.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25900 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25902 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -140.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25905 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -143.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25907 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -142.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25908 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25909 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25910 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25911 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25912 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25913 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25935 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25936 components: - - pos: -140.5,3.5 + - type: Transform + pos: -140.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25937 components: - - pos: -140.5,2.5 + - type: Transform + pos: -140.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25938 components: - - pos: -140.5,1.5 + - type: Transform + pos: -140.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25939 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25943 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -140.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -139.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -138.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -137.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25953 components: - - pos: -132.5,22.5 + - type: Transform + pos: -132.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25954 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25955 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25956 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25957 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25958 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25960 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25961 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25962 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25963 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25964 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25965 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25966 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25967 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25968 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25969 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25970 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25971 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -121.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25972 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25973 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25974 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25976 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25977 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25978 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25979 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25993 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26022 components: - - pos: -101.5,9.5 + - type: Transform + pos: -101.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26023 components: - - pos: -101.5,8.5 + - type: Transform + pos: -101.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26024 components: - - pos: -101.5,7.5 + - type: Transform + pos: -101.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26025 components: - - pos: -101.5,6.5 + - type: Transform + pos: -101.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26026 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26027 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26028 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26033 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26034 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26035 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26036 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26038 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26039 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26040 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26041 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26043 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26044 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26045 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26046 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26047 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26048 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26049 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26050 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26052 components: - - pos: -97.5,0.5 + - type: Transform + pos: -97.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26053 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26054 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26055 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26056 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26057 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26058 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26059 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26060 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26061 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26063 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26064 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26066 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26067 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26068 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26069 components: - - pos: -115.5,-2.5 + - type: Transform + pos: -115.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26070 components: - - pos: -115.5,-3.5 + - type: Transform + pos: -115.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26072 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26073 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26102 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26103 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26104 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26110 components: - - pos: -88.5,-4.5 + - type: Transform + pos: -88.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26111 components: - - pos: -88.5,-3.5 + - type: Transform + pos: -88.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26112 components: - - pos: -88.5,-2.5 + - type: Transform + pos: -88.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26113 components: - - pos: -84.5,-6.5 + - type: Transform + pos: -84.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26114 components: - - pos: -84.5,-5.5 + - type: Transform + pos: -84.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26115 components: - - pos: -84.5,-4.5 + - type: Transform + pos: -84.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26116 components: - - pos: -84.5,-3.5 + - type: Transform + pos: -84.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26123 components: - - pos: -77.5,1.5 + - type: Transform + pos: -77.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26124 components: - - pos: -77.5,0.5 + - type: Transform + pos: -77.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26125 components: - - pos: -77.5,-1.5 + - type: Transform + pos: -77.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26126 components: - - pos: -77.5,-2.5 + - type: Transform + pos: -77.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26127 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26136 components: - - pos: -89.5,-0.5 + - type: Transform + pos: -89.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26137 components: - - pos: -89.5,0.5 + - type: Transform + pos: -89.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26138 components: - - pos: -89.5,1.5 + - type: Transform + pos: -89.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26139 components: - - pos: -89.5,2.5 + - type: Transform + pos: -89.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26140 components: - - pos: -89.5,3.5 + - type: Transform + pos: -89.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26141 components: - - pos: -89.5,4.5 + - type: Transform + pos: -89.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26142 components: - - pos: -89.5,5.5 + - type: Transform + pos: -89.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26143 components: - - pos: -89.5,6.5 + - type: Transform + pos: -89.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26145 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26149 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26151 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26154 components: - - pos: -99.5,14.5 + - type: Transform + pos: -99.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26155 components: - - pos: -99.5,15.5 + - type: Transform + pos: -99.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26156 components: - - pos: -99.5,16.5 + - type: Transform + pos: -99.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26157 components: - - pos: -99.5,17.5 + - type: Transform + pos: -99.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26158 components: - - pos: -99.5,18.5 + - type: Transform + pos: -99.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26159 components: - - pos: -99.5,19.5 + - type: Transform + pos: -99.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26160 components: - - pos: -99.5,20.5 + - type: Transform + pos: -99.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26165 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26166 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26167 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26168 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26169 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26170 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26176 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26182 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26185 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26186 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26190 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26196 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26211 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26212 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26213 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26215 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26216 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26218 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26219 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26220 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26221 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26222 components: - - pos: -83.5,11.5 + - type: Transform + pos: -83.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26223 components: - - pos: -83.5,10.5 + - type: Transform + pos: -83.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26224 components: - - pos: -82.5,8.5 + - type: Transform + pos: -82.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26225 components: - - pos: -82.5,7.5 + - type: Transform + pos: -82.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26229 components: - - pos: -79.5,12.5 + - type: Transform + pos: -79.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26230 components: - - pos: -79.5,11.5 + - type: Transform + pos: -79.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26231 components: - - pos: -79.5,10.5 + - type: Transform + pos: -79.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26232 components: - - pos: -79.5,9.5 + - type: Transform + pos: -79.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26233 components: - - pos: -79.5,8.5 + - type: Transform + pos: -79.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26234 components: - - pos: -79.5,7.5 + - type: Transform + pos: -79.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -92.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26258 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26260 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26264 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26265 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26268 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-64.5 parent: 1 - type: Transform - uid: 26300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26302 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26309 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-56.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 26318 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-57.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 26319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-58.5 parent: 1 - type: Transform - uid: 26320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-60.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-62.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26322 components: - - pos: -103.5,-59.5 + - type: Transform + pos: -103.5,-59.5 parent: 1 - type: Transform - uid: 26323 components: - - pos: -103.5,-61.5 + - type: Transform + pos: -103.5,-61.5 parent: 1 - type: Transform - uid: 26327 components: - - pos: -101.5,-62.5 + - type: Transform + pos: -101.5,-62.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 26328 components: - - pos: -101.5,-63.5 + - type: Transform + pos: -101.5,-63.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 26329 components: - - pos: -101.5,-64.5 + - type: Transform + pos: -101.5,-64.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 26330 components: - - pos: -102.5,-65.5 + - type: Transform + pos: -102.5,-65.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 26331 components: - - pos: -102.5,-63.5 + - type: Transform + pos: -102.5,-63.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 26332 components: - - pos: -102.5,-64.5 + - type: Transform + pos: -102.5,-64.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 26333 components: - - pos: -101.5,-65.5 + - type: Transform + pos: -101.5,-65.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 26334 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-63.5 parent: 1 - type: Transform - uid: 26336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-64.5 parent: 1 - type: Transform - uid: 26337 components: - - pos: -103.5,-65.5 + - type: Transform + pos: -103.5,-65.5 parent: 1 - type: Transform - uid: 26338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-62.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-63.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-64.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26341 components: - - pos: -104.5,-65.5 + - type: Transform + pos: -104.5,-65.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26344 components: - - pos: -105.5,-65.5 + - type: Transform + pos: -105.5,-65.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26365 components: - - pos: -73.5,36.5 + - type: Transform + pos: -73.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26366 components: - - pos: -73.5,35.5 + - type: Transform + pos: -73.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26367 components: - - pos: -73.5,34.5 + - type: Transform + pos: -73.5,34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26368 components: - - pos: -73.5,33.5 + - type: Transform + pos: -73.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26369 components: - - pos: -73.5,31.5 + - type: Transform + pos: -73.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26370 components: - - pos: -73.5,30.5 + - type: Transform + pos: -73.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26371 components: - - pos: -73.5,29.5 + - type: Transform + pos: -73.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26372 components: - - pos: -73.5,28.5 + - type: Transform + pos: -73.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26375 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26379 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26380 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26382 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26399 components: - - pos: -73.5,20.5 + - type: Transform + pos: -73.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26400 components: - - pos: -73.5,19.5 + - type: Transform + pos: -73.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26401 components: - - pos: -73.5,18.5 + - type: Transform + pos: -73.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26404 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26405 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26406 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26407 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26408 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26409 components: - - pos: -73.5,2.5 + - type: Transform + pos: -73.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26410 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26411 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26413 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26414 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26415 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26416 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26417 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26418 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26419 components: - - pos: -73.5,5.5 + - type: Transform + pos: -73.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26420 components: - - pos: -73.5,4.5 + - type: Transform + pos: -73.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26421 components: - - pos: -73.5,1.5 + - type: Transform + pos: -73.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26422 components: - - pos: -73.5,0.5 + - type: Transform + pos: -73.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26423 components: - - pos: -73.5,-0.5 + - type: Transform + pos: -73.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26424 components: - - pos: -73.5,-1.5 + - type: Transform + pos: -73.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26425 components: - - pos: -73.5,-2.5 + - type: Transform + pos: -73.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26427 components: - - pos: -73.5,-4.5 + - type: Transform + pos: -73.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26428 components: - - pos: -72.5,-4.5 + - type: Transform + pos: -72.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26429 components: - - pos: -72.5,-5.5 + - type: Transform + pos: -72.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26434 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26435 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26446 components: - - pos: -67.5,31.5 + - type: Transform + pos: -67.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26447 components: - - pos: -67.5,30.5 + - type: Transform + pos: -67.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26448 components: - - pos: -67.5,29.5 + - type: Transform + pos: -67.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26449 components: - - pos: -67.5,28.5 + - type: Transform + pos: -67.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26451 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26460 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26481 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26482 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26483 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26484 components: - - pos: -59.5,-10.5 + - type: Transform + pos: -59.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26485 components: - - pos: -59.5,-9.5 + - type: Transform + pos: -59.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26486 components: - - pos: -59.5,-8.5 + - type: Transform + pos: -59.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26491 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26496 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26497 components: - - pos: -48.5,-8.5 + - type: Transform + pos: -48.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26498 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26499 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26500 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26502 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26503 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26504 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26507 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26508 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26509 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26510 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26511 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26521 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26522 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26524 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26526 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26527 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26528 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26529 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26530 components: - - pos: -55.5,10.5 + - type: Transform + pos: -55.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26531 components: - - pos: -55.5,11.5 + - type: Transform + pos: -55.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26532 components: - - pos: -55.5,12.5 + - type: Transform + pos: -55.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26534 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26535 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26536 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26537 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26541 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26542 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26543 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26544 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26545 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26546 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26547 components: - - pos: -61.5,18.5 + - type: Transform + pos: -61.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26549 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26552 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26553 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26554 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26555 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26556 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26557 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26558 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26559 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26560 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26561 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26563 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26564 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26576 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26580 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26581 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26582 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26583 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26584 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26585 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26606 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26607 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26608 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26610 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26611 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26612 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26613 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26614 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26615 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26616 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26617 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26618 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26619 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26620 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26621 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26623 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26624 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26625 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26626 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26627 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26628 components: - - pos: -58.5,2.5 + - type: Transform + pos: -58.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26629 components: - - pos: -58.5,3.5 + - type: Transform + pos: -58.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26630 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26631 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26635 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26637 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26638 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26639 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26640 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26641 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26644 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26649 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26650 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26651 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26652 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26656 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26659 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26662 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26663 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26664 components: - - pos: -37.5,4.5 + - type: Transform + pos: -37.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26665 components: - - pos: -37.5,5.5 + - type: Transform + pos: -37.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26666 components: - - pos: -37.5,7.5 + - type: Transform + pos: -37.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26667 components: - - pos: -37.5,8.5 + - type: Transform + pos: -37.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26668 components: - - pos: -37.5,9.5 + - type: Transform + pos: -37.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26679 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26680 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26681 components: - - pos: -29.5,11.5 + - type: Transform + pos: -29.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26682 components: - - pos: -29.5,12.5 + - type: Transform + pos: -29.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26683 components: - - pos: -29.5,13.5 + - type: Transform + pos: -29.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26684 components: - - pos: -36.5,10.5 + - type: Transform + pos: -36.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26685 components: - - pos: -36.5,11.5 + - type: Transform + pos: -36.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26686 components: - - pos: -36.5,12.5 + - type: Transform + pos: -36.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26687 components: - - pos: -36.5,13.5 + - type: Transform + pos: -36.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26688 components: - - pos: -36.5,14.5 + - type: Transform + pos: -36.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26689 components: - - pos: -36.5,15.5 + - type: Transform + pos: -36.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26691 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26695 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26696 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26697 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26699 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26700 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26703 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26708 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26709 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26710 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26726 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26727 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26731 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26732 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26733 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26734 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26735 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26736 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26737 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26738 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26739 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26740 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26741 components: - - pos: -29.5,-18.5 + - type: Transform + pos: -29.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26742 components: - - pos: -29.5,-19.5 + - type: Transform + pos: -29.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26743 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26744 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26749 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26750 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26751 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26759 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26762 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26763 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26764 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26765 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26766 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26767 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26768 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26774 components: - - pos: -27.5,4.5 + - type: Transform + pos: -27.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26775 components: - - pos: -27.5,3.5 + - type: Transform + pos: -27.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26776 components: - - pos: -27.5,2.5 + - type: Transform + pos: -27.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26777 components: - - pos: -27.5,1.5 + - type: Transform + pos: -27.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26778 components: - - pos: -27.5,0.5 + - type: Transform + pos: -27.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26779 components: - - pos: -27.5,-0.5 + - type: Transform + pos: -27.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26780 components: - - pos: -26.5,-2.5 + - type: Transform + pos: -26.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26781 components: - - pos: -26.5,-3.5 + - type: Transform + pos: -26.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26782 components: - - pos: -26.5,-4.5 + - type: Transform + pos: -26.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26783 components: - - pos: -27.5,7.5 + - type: Transform + pos: -27.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26784 components: - - pos: -27.5,8.5 + - type: Transform + pos: -27.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26785 components: - - pos: -27.5,9.5 + - type: Transform + pos: -27.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26799 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26812 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26814 components: - - pos: -48.5,27.5 + - type: Transform + pos: -48.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26815 components: - - pos: -48.5,28.5 + - type: Transform + pos: -48.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26816 components: - - pos: -48.5,29.5 + - type: Transform + pos: -48.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26817 components: - - pos: -52.5,27.5 + - type: Transform + pos: -52.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26818 components: - - pos: -52.5,28.5 + - type: Transform + pos: -52.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26819 components: - - pos: -52.5,29.5 + - type: Transform + pos: -52.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26821 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26824 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26825 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26826 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26829 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26831 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26833 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26834 components: - - pos: -58.5,21.5 + - type: Transform + pos: -58.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26835 components: - - pos: -58.5,20.5 + - type: Transform + pos: -58.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26836 components: - - pos: -58.5,18.5 + - type: Transform + pos: -58.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26837 components: - - pos: -58.5,17.5 + - type: Transform + pos: -58.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26838 components: - - pos: -58.5,16.5 + - type: Transform + pos: -58.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26839 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26841 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26842 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26845 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26846 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26849 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26851 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26852 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26855 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26856 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26857 components: - - pos: -39.5,20.5 + - type: Transform + pos: -39.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26858 components: - - pos: -39.5,21.5 + - type: Transform + pos: -39.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26859 components: - - pos: -39.5,22.5 + - type: Transform + pos: -39.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26860 components: - - pos: -39.5,23.5 + - type: Transform + pos: -39.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26861 components: - - pos: -39.5,25.5 + - type: Transform + pos: -39.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26862 components: - - pos: -39.5,26.5 + - type: Transform + pos: -39.5,26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26863 components: - - pos: -39.5,27.5 + - type: Transform + pos: -39.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26864 components: - - pos: -39.5,28.5 + - type: Transform + pos: -39.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26877 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26878 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26879 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26880 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26881 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26883 components: - - pos: -28.5,17.5 + - type: Transform + pos: -28.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26884 components: - - pos: -28.5,18.5 + - type: Transform + pos: -28.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26886 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26906 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-55.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 26907 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-57.5 parent: 1 - type: Transform - uid: 26908 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-59.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26909 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-61.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26919 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26923 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26924 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26929 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26932 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26933 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26934 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26935 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26936 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26937 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26938 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26939 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26940 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26941 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26942 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26943 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26953 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26955 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26956 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26957 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-56.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 26961 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-56.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 26962 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-58.5 parent: 1 - type: Transform - uid: 26963 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-58.5 parent: 1 - type: Transform - uid: 26964 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-60.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26965 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-60.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26967 components: - - pos: -20.5,32.5 + - type: Transform + pos: -20.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26968 components: - - pos: -20.5,31.5 + - type: Transform + pos: -20.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26969 components: - - pos: -20.5,30.5 + - type: Transform + pos: -20.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26970 components: - - pos: -20.5,29.5 + - type: Transform + pos: -20.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26971 components: - - pos: -20.5,28.5 + - type: Transform + pos: -20.5,28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26972 components: - - pos: -20.5,27.5 + - type: Transform + pos: -20.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26973 components: - - pos: -20.5,26.5 + - type: Transform + pos: -20.5,26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26978 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26979 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26980 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26981 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26982 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26983 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26984 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26985 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26986 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26987 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26989 components: - - pos: -15.5,19.5 + - type: Transform + pos: -15.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26990 components: - - pos: -15.5,18.5 + - type: Transform + pos: -15.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26991 components: - - pos: -13.5,15.5 + - type: Transform + pos: -13.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26992 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26993 components: - - pos: -13.5,13.5 + - type: Transform + pos: -13.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26994 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26995 components: - - pos: -13.5,11.5 + - type: Transform + pos: -13.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26996 components: - - pos: -13.5,10.5 + - type: Transform + pos: -13.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26997 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26998 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26999 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27015 components: - - pos: 24.5,15.5 + - type: Transform + pos: 24.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27016 components: - - pos: 24.5,14.5 + - type: Transform + pos: 24.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27017 components: - - pos: 24.5,13.5 + - type: Transform + pos: 24.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27018 components: - - pos: 24.5,12.5 + - type: Transform + pos: 24.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27019 components: - - pos: 24.5,11.5 + - type: Transform + pos: 24.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27020 components: - - pos: 24.5,10.5 + - type: Transform + pos: 24.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27021 components: - - pos: 24.5,9.5 + - type: Transform + pos: 24.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27022 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27023 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27026 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27027 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27028 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27033 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27038 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27040 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27041 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27042 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27043 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27044 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27045 components: - - pos: 12.5,9.5 + - type: Transform + pos: 12.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27046 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27047 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27048 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27050 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27052 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27062 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27063 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27064 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27065 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27066 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27067 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27068 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27069 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27070 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27071 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27072 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27073 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27074 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27075 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27076 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27077 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27078 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27079 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27080 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27081 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27082 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27083 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27084 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27085 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27086 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27087 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27088 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27090 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27091 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27092 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27094 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27095 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27097 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27098 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27103 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27112 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27113 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27114 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27115 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27126 components: - - pos: -20.5,-4.5 + - type: Transform + pos: -20.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27127 components: - - pos: -20.5,-3.5 + - type: Transform + pos: -20.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27128 components: - - pos: -20.5,-2.5 + - type: Transform + pos: -20.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27129 components: - - pos: -20.5,-1.5 + - type: Transform + pos: -20.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27130 components: - - pos: -20.5,-0.5 + - type: Transform + pos: -20.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27131 components: - - pos: -20.5,0.5 + - type: Transform + pos: -20.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27132 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27135 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27137 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27140 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27157 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27158 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27159 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27160 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27161 components: - - pos: -17.5,-13.5 + - type: Transform + pos: -17.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27162 components: - - pos: -17.5,-14.5 + - type: Transform + pos: -17.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27163 components: - - pos: -17.5,-15.5 + - type: Transform + pos: -17.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27164 components: - - pos: -17.5,-16.5 + - type: Transform + pos: -17.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27165 components: - - pos: -17.5,-17.5 + - type: Transform + pos: -17.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27166 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27167 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27168 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27169 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27195 components: - - pos: -3.5,-35.5 + - type: Transform + pos: -3.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27201 components: - - pos: 1.5,-36.5 + - type: Transform + pos: 1.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27202 components: - - pos: 1.5,-37.5 + - type: Transform + pos: 1.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27211 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27212 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27214 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27215 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27216 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27218 components: - - pos: -5.5,-33.5 + - type: Transform + pos: -5.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27219 components: - - pos: -5.5,-33.5 + - type: Transform + pos: -5.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27220 components: - - pos: -5.5,-32.5 + - type: Transform + pos: -5.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27221 components: - - pos: -5.5,-31.5 + - type: Transform + pos: -5.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27229 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27231 components: - - pos: -9.5,-29.5 + - type: Transform + pos: -9.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27232 components: - - pos: -9.5,-28.5 + - type: Transform + pos: -9.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27233 components: - - pos: -9.5,-27.5 + - type: Transform + pos: -9.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27235 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27236 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27237 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27239 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27240 components: - - pos: -12.5,-22.5 + - type: Transform + pos: -12.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27241 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27242 components: - - pos: -12.5,-20.5 + - type: Transform + pos: -12.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27243 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27244 components: - - pos: -12.5,-17.5 + - type: Transform + pos: -12.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27245 components: - - pos: -12.5,-16.5 + - type: Transform + pos: -12.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27246 components: - - pos: -12.5,-15.5 + - type: Transform + pos: -12.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27247 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27248 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27249 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27250 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27251 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27252 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27253 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27254 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27255 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27256 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27257 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27258 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27259 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27260 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27261 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27273 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27276 components: - - pos: -1.5,-19.5 + - type: Transform + pos: -1.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27287 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27288 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27290 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27291 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27308 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27309 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27310 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27316 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27370 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27371 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27372 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27373 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27374 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27377 components: - - pos: 10.5,-21.5 + - type: Transform + pos: 10.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27378 components: - - pos: 10.5,-22.5 + - type: Transform + pos: 10.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27379 components: - - pos: 10.5,-24.5 + - type: Transform + pos: 10.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27380 components: - - pos: 10.5,-25.5 + - type: Transform + pos: 10.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27381 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27384 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27387 components: - - pos: 4.5,-24.5 + - type: Transform + pos: 4.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27388 components: - - pos: 4.5,-25.5 + - type: Transform + pos: 4.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27390 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27391 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27392 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27397 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27401 components: - - pos: -9.5,-22.5 + - type: Transform + pos: -9.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27402 components: - - pos: -9.5,-21.5 + - type: Transform + pos: -9.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27403 components: - - pos: -9.5,-20.5 + - type: Transform + pos: -9.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27404 components: - - pos: -9.5,-19.5 + - type: Transform + pos: -9.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27405 components: - - pos: -9.5,-18.5 + - type: Transform + pos: -9.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27415 components: - - pos: 27.5,-21.5 + - type: Transform + pos: 27.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27416 components: - - pos: 27.5,-20.5 + - type: Transform + pos: 27.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27417 components: - - pos: 27.5,-19.5 + - type: Transform + pos: 27.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27418 components: - - pos: 27.5,-18.5 + - type: Transform + pos: 27.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27419 components: - - pos: 27.5,-17.5 + - type: Transform + pos: 27.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27420 components: - - pos: 27.5,-16.5 + - type: Transform + pos: 27.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27421 components: - - pos: 27.5,-15.5 + - type: Transform + pos: 27.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27422 components: - - pos: 27.5,-14.5 + - type: Transform + pos: 27.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27424 components: - - pos: 27.5,-12.5 + - type: Transform + pos: 27.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27425 components: - - pos: 27.5,-11.5 + - type: Transform + pos: 27.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27426 components: - - pos: 27.5,-10.5 + - type: Transform + pos: 27.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27434 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27435 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27438 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27440 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27441 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27442 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27443 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27444 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27445 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27447 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27448 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27454 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27461 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27462 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27464 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27465 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27466 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27467 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27468 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27469 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27470 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27473 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27487 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27488 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27491 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27493 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27496 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27606 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27607 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27608 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27616 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27621 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-62.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 27626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-62.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 27642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27652 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27653 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27654 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27655 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27661 components: - - pos: -45.5,27.5 + - type: Transform + pos: -45.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27662 components: - - pos: -45.5,28.5 + - type: Transform + pos: -45.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27663 components: - - pos: -49.5,27.5 + - type: Transform + pos: -49.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27664 components: - - pos: -49.5,28.5 + - type: Transform + pos: -49.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27665 components: - - pos: -53.5,27.5 + - type: Transform + pos: -53.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27666 components: - - pos: -53.5,28.5 + - type: Transform + pos: -53.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27667 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27669 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27671 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27672 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27675 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27678 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27679 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27680 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27681 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27682 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27683 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27684 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27686 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27687 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27688 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27689 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27690 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27691 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27693 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27694 components: - - pos: -41.5,22.5 + - type: Transform + pos: -41.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27695 components: - - pos: -41.5,23.5 + - type: Transform + pos: -41.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27696 components: - - pos: -41.5,24.5 + - type: Transform + pos: -41.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27705 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27706 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27707 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27708 components: - - pos: -41.5,20.5 + - type: Transform + pos: -41.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27709 components: - - pos: -41.5,19.5 + - type: Transform + pos: -41.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27710 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27711 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27720 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27721 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27722 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27724 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27725 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27726 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27727 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27728 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27729 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27731 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27732 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27733 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27734 components: - - pos: -37.5,16.5 + - type: Transform + pos: -37.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27735 components: - - pos: -37.5,15.5 + - type: Transform + pos: -37.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27736 components: - - pos: -37.5,14.5 + - type: Transform + pos: -37.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27737 components: - - pos: -37.5,13.5 + - type: Transform + pos: -37.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27738 components: - - pos: -37.5,12.5 + - type: Transform + pos: -37.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27739 components: - - pos: -37.5,11.5 + - type: Transform + pos: -37.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27740 components: - - pos: -37.5,10.5 + - type: Transform + pos: -37.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27741 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27742 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27743 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27744 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27749 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27754 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27755 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27758 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,11.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27759 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,11.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27760 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,11.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,10.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27766 components: - - pos: -30.5,12.5 + - type: Transform + pos: -30.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27768 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27775 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27776 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27777 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27778 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27779 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27780 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27785 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27786 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27787 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27788 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27789 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27790 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27791 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27792 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27794 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27795 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27796 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27797 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27798 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27808 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27812 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27813 components: - - pos: -30.5,-18.5 + - type: Transform + pos: -30.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27814 components: - - pos: -30.5,-17.5 + - type: Transform + pos: -30.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27815 components: - - pos: -30.5,-16.5 + - type: Transform + pos: -30.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27816 components: - - pos: -30.5,-15.5 + - type: Transform + pos: -30.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27828 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27829 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27830 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27837 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27846 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27849 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27851 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27852 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27855 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27856 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27857 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27858 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27859 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27860 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27861 components: - - pos: -23.5,30.5 + - type: Transform + pos: -23.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27862 components: - - pos: -23.5,29.5 + - type: Transform + pos: -23.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27863 components: - - pos: -23.5,28.5 + - type: Transform + pos: -23.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27864 components: - - pos: -23.5,27.5 + - type: Transform + pos: -23.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27865 components: - - pos: -23.5,26.5 + - type: Transform + pos: -23.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27866 components: - - pos: -23.5,25.5 + - type: Transform + pos: -23.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27868 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27869 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27870 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27871 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27872 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27873 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27874 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27875 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27876 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27877 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27878 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27879 components: - - pos: -17.5,23.5 + - type: Transform + pos: -17.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27880 components: - - pos: -17.5,22.5 + - type: Transform + pos: -17.5,22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27881 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27886 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27887 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27888 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27889 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27895 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-54.5 parent: 1 - type: Transform - uid: 27896 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,-56.5 parent: 1 - type: Transform - uid: 27897 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,-58.5 parent: 1 - type: Transform - uid: 27898 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,-60.5 parent: 1 - type: Transform - uid: 27901 components: - - pos: -91.5,-61.5 + - type: Transform + pos: -91.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27903 components: - - pos: -94.5,-60.5 + - type: Transform + pos: -94.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27907 components: - - pos: 14.5,-44.5 + - type: Transform + pos: 14.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27912 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27913 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,-62.5 parent: 1 - type: Transform - uid: 27914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,-63.5 parent: 1 - type: Transform - uid: 27942 components: - - pos: -16.5,16.5 + - type: Transform + pos: -16.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27943 components: - - pos: -16.5,15.5 + - type: Transform + pos: -16.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27944 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27945 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27946 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27947 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27948 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27949 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27950 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27951 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27952 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27963 components: - - pos: -22.5,6.5 + - type: Transform + pos: -22.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27964 components: - - pos: -22.5,4.5 + - type: Transform + pos: -22.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27967 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27968 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27969 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27970 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27973 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27974 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27975 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27976 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27977 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27978 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27979 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27998 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27999 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28010 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28011 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28012 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28013 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28014 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28015 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28016 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28017 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28018 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28019 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28020 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28021 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28022 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28023 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28024 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28025 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28026 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28027 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28028 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28029 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28030 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28031 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28032 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28033 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28034 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28035 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28036 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28037 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28038 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28039 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28040 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28041 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28042 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28043 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28044 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28045 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28046 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28047 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28048 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28049 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28050 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28051 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28052 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28053 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28054 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28055 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28056 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28058 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28059 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28060 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28061 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28062 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28063 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28064 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28065 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28066 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28067 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28068 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28069 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28072 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28073 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28074 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28075 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28077 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28078 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28079 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28080 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28081 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28082 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28083 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28084 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28085 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28086 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28087 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28088 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28089 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28118 components: - - pos: -3.5,-36.5 + - type: Transform + pos: -3.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28120 components: - - pos: -3.5,-33.5 + - type: Transform + pos: -3.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28121 components: - - pos: -3.5,-32.5 + - type: Transform + pos: -3.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28122 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28124 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28126 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28128 components: - - pos: -8.5,-30.5 + - type: Transform + pos: -8.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28135 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28137 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28140 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28144 components: - - pos: -8.5,-19.5 + - type: Transform + pos: -8.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28145 components: - - pos: -8.5,-18.5 + - type: Transform + pos: -8.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28146 components: - - pos: -10.5,-19.5 + - type: Transform + pos: -10.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28147 components: - - pos: -10.5,-18.5 + - type: Transform + pos: -10.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28148 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28149 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28151 components: - - pos: -10.5,-14.5 + - type: Transform + pos: -10.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28152 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28153 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28154 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28155 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28156 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28187 components: - - pos: -15.5,-16.5 + - type: Transform + pos: -15.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28188 components: - - pos: -15.5,-17.5 + - type: Transform + pos: -15.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28209 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28211 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28214 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28215 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28216 components: - - pos: 1.5,-18.5 + - type: Transform + pos: 1.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28217 components: - - pos: 0.5,-18.5 + - type: Transform + pos: 0.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28218 components: - - pos: 0.5,-17.5 + - type: Transform + pos: 0.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28219 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28231 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28232 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28233 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28235 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28236 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28237 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28261 components: - - pos: -3.5,-26.5 + - type: Transform + pos: -3.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28265 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28266 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28278 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28301 components: - - pos: 11.5,-20.5 + - type: Transform + pos: 11.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28302 components: - - pos: 11.5,-21.5 + - type: Transform + pos: 11.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28303 components: - - pos: 11.5,-17.5 + - type: Transform + pos: 11.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28304 components: - - pos: 11.5,-16.5 + - type: Transform + pos: 11.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28305 components: - - pos: 11.5,-15.5 + - type: Transform + pos: 11.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28309 components: - - pos: 11.5,-13.5 + - type: Transform + pos: 11.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28310 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28311 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28312 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28314 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28319 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28323 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor - - uid: 28324 - components: - - rot: -1.5707963267948966 rad - pos: -57.5,37.5 - parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28325 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28345 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28347 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28355 components: - - pos: 18.5,-5.5 + - type: Transform + pos: 18.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28356 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28357 components: - - pos: 18.5,-3.5 + - type: Transform + pos: 18.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28358 components: - - pos: 18.5,-2.5 + - type: Transform + pos: 18.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28359 components: - - pos: 18.5,-1.5 + - type: Transform + pos: 18.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28360 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28361 components: - - pos: 18.5,0.5 + - type: Transform + pos: 18.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28362 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28363 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28364 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28365 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28366 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28367 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28368 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28369 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28370 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28371 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28379 components: - - pos: 25.5,15.5 + - type: Transform + pos: 25.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28380 components: - - pos: 25.5,14.5 + - type: Transform + pos: 25.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28381 components: - - pos: 25.5,13.5 + - type: Transform + pos: 25.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28382 components: - - pos: 25.5,12.5 + - type: Transform + pos: 25.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28383 components: - - pos: 25.5,11.5 + - type: Transform + pos: 25.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28384 components: - - pos: 25.5,10.5 + - type: Transform + pos: 25.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28385 components: - - pos: 25.5,9.5 + - type: Transform + pos: 25.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28386 components: - - pos: 25.5,8.5 + - type: Transform + pos: 25.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28387 components: - - pos: 25.5,7.5 + - type: Transform + pos: 25.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28388 components: - - pos: 25.5,6.5 + - type: Transform + pos: 25.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28390 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28391 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28392 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28395 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28396 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28397 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28398 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28399 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28400 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28401 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28404 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28405 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28409 components: - - pos: 17.5,16.5 + - type: Transform + pos: 17.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28410 components: - - pos: 17.5,15.5 + - type: Transform + pos: 17.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28411 components: - - pos: 17.5,14.5 + - type: Transform + pos: 17.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28430 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28431 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28432 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28593 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-64.5 parent: 1 - type: Transform - uid: 28594 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-64.5 parent: 1 - type: Transform - uid: 28595 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-64.5 parent: 1 - type: Transform - uid: 28596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-64.5 parent: 1 - type: Transform - uid: 28599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30058 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30176 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30203 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30206 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30291 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30292 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30293 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30294 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30296 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30954 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 31062 components: - - pos: -105.5,-73.5 + - type: Transform + pos: -105.5,-73.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31063 components: - - pos: -104.5,-73.5 + - type: Transform + pos: -104.5,-73.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31096 components: - - pos: -103.5,-73.5 + - type: Transform + pos: -103.5,-73.5 parent: 1 - type: Transform - uid: 31127 components: - - pos: -102.5,-73.5 + - type: Transform + pos: -102.5,-73.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31130 components: - - pos: -101.5,-73.5 + - type: Transform + pos: -101.5,-73.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-72.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-71.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-70.5 parent: 1 - type: Transform - uid: 31256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-69.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31266 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-68.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-67.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31275 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-67.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-67.5 parent: 1 - type: Transform - uid: 31316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-67.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-67.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31324 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-76.5 parent: 1 - type: Transform - uid: 31533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -145.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 31700 components: - - pos: -109.5,-77.5 + - type: Transform + pos: -109.5,-77.5 parent: 1 - type: Transform - uid: 31701 components: - - pos: -109.5,-78.5 + - type: Transform + pos: -109.5,-78.5 parent: 1 - type: Transform - uid: 31708 components: - - pos: -110.5,-66.5 + - type: Transform + pos: -110.5,-66.5 parent: 1 - type: Transform - uid: 31709 components: - - pos: -110.5,-67.5 + - type: Transform + pos: -110.5,-67.5 parent: 1 - type: Transform - uid: 31710 components: - - pos: -110.5,-68.5 + - type: Transform + pos: -110.5,-68.5 parent: 1 - type: Transform - uid: 31711 components: - - pos: -110.5,-69.5 + - type: Transform + pos: -110.5,-69.5 parent: 1 - type: Transform - uid: 31712 components: - - pos: -110.5,-70.5 + - type: Transform + pos: -110.5,-70.5 parent: 1 - type: Transform - uid: 31717 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-71.5 parent: 1 - type: Transform - uid: 31719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-71.5 parent: 1 - type: Transform - uid: 31720 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-70.5 parent: 1 - type: Transform - uid: 31721 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-69.5 parent: 1 - type: Transform - uid: 31724 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-68.5 parent: 1 - type: Transform - uid: 31725 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-67.5 parent: 1 - type: Transform - uid: 31726 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-66.5 parent: 1 - type: Transform - uid: 31729 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,-65.5 parent: 1 - type: Transform - uid: 31730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-65.5 parent: 1 - type: Transform - uid: 31731 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-65.5 parent: 1 - type: Transform - uid: 31732 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-65.5 parent: 1 - type: Transform - uid: 31733 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-65.5 parent: 1 - type: Transform - uid: 31734 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-65.5 parent: 1 - type: Transform - uid: 31735 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-65.5 parent: 1 - type: Transform - uid: 31736 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-65.5 parent: 1 - type: Transform - uid: 31743 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-68.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31744 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-68.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31745 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-68.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31746 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-68.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31747 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-69.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31748 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-69.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31749 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-69.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-70.5 parent: 1 - type: Transform - uid: 31752 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-70.5 parent: 1 - type: Transform - uid: 31753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-71.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31921 components: - - pos: -101.5,-69.5 + - type: Transform + pos: -101.5,-69.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31922 components: - - pos: -101.5,-70.5 + - type: Transform + pos: -101.5,-70.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31923 components: - - pos: -101.5,-71.5 + - type: Transform + pos: -101.5,-71.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31924 components: - - pos: -101.5,-72.5 + - type: Transform + pos: -101.5,-72.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31925 components: - - pos: -102.5,-72.5 + - type: Transform + pos: -102.5,-72.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31926 components: - - pos: -102.5,-70.5 + - type: Transform + pos: -102.5,-70.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31928 components: - - pos: -102.5,-71.5 + - type: Transform + pos: -102.5,-71.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31929 components: - - pos: -103.5,-72.5 + - type: Transform + pos: -103.5,-72.5 parent: 1 - type: Transform - uid: 31930 components: - - pos: -103.5,-71.5 + - type: Transform + pos: -103.5,-71.5 parent: 1 - type: Transform - uid: 31931 components: - - pos: -104.5,-72.5 + - type: Transform + pos: -104.5,-72.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31932 components: - - pos: -105.5,-71.5 + - type: Transform + pos: -105.5,-71.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31933 components: - - pos: -105.5,-70.5 + - type: Transform + pos: -105.5,-70.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31976 components: - - pos: -105.5,-69.5 + - type: Transform + pos: -105.5,-69.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31977 components: - - pos: -105.5,-68.5 + - type: Transform + pos: -105.5,-68.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31978 components: - - pos: -104.5,-70.5 + - type: Transform + pos: -104.5,-70.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31979 components: - - pos: -104.5,-69.5 + - type: Transform + pos: -104.5,-69.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31982 components: - - pos: -104.5,-68.5 + - type: Transform + pos: -104.5,-68.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31983 components: - - pos: -103.5,-69.5 + - type: Transform + pos: -103.5,-69.5 parent: 1 - type: Transform - uid: 31984 components: - - pos: -103.5,-68.5 + - type: Transform + pos: -103.5,-68.5 parent: 1 - type: Transform - uid: 31985 components: - - pos: -102.5,-68.5 + - type: Transform + pos: -102.5,-68.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 32188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-51.5 parent: 1 - type: Transform - uid: 32189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-53.5 parent: 1 - type: Transform - uid: 32291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33174 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -146.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -147.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -148.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33189 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -149.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -150.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -151.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -153.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -154.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -155.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33195 components: - - pos: -156.5,5.5 + - type: Transform + pos: -156.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33196 components: - - pos: -156.5,6.5 + - type: Transform + pos: -156.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33197 components: - - pos: -156.5,7.5 + - type: Transform + pos: -156.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33198 components: - - pos: -156.5,8.5 + - type: Transform + pos: -156.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33199 components: - - pos: -156.5,9.5 + - type: Transform + pos: -156.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33200 components: - - pos: -156.5,10.5 + - type: Transform + pos: -156.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33201 components: - - pos: -156.5,11.5 + - type: Transform + pos: -156.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33202 components: - - pos: -156.5,12.5 + - type: Transform + pos: -156.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33203 components: - - pos: -156.5,13.5 + - type: Transform + pos: -156.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33204 components: - - pos: -156.5,14.5 + - type: Transform + pos: -156.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33205 components: - - pos: -156.5,15.5 + - type: Transform + pos: -156.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33206 components: - - pos: -156.5,16.5 + - type: Transform + pos: -156.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33207 components: - - pos: -156.5,17.5 + - type: Transform + pos: -156.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33208 components: - - pos: -156.5,18.5 + - type: Transform + pos: -156.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33209 components: - - pos: -156.5,19.5 + - type: Transform + pos: -156.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33210 components: - - pos: -156.5,20.5 + - type: Transform + pos: -156.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33211 components: - - pos: -156.5,21.5 + - type: Transform + pos: -156.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -155.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -154.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -153.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -152.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -151.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -150.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -149.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -148.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -147.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -146.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -146.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -147.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -148.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -149.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -150.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -151.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -152.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -153.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33231 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33233 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33235 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33236 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -154.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -152.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -151.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -150.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -149.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -148.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -147.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -146.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -145.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -143.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -141.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -140.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33261 components: - - pos: -153.5,6.5 + - type: Transform + pos: -153.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33262 components: - - pos: -152.5,5.5 + - type: Transform + pos: -152.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33514 components: - - pos: -64.5,21.5 + - type: Transform + pos: -64.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33664 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33665 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33666 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33667 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33668 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33669 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33672 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33675 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33681 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33683 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33685 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33686 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33689 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33690 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33691 components: - - pos: -86.5,31.5 + - type: Transform + pos: -86.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33693 components: - - pos: -86.5,33.5 + - type: Transform + pos: -86.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33694 components: - - pos: -86.5,34.5 + - type: Transform + pos: -86.5,34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33695 components: - - pos: -86.5,35.5 + - type: Transform + pos: -86.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33696 components: - - pos: -86.5,36.5 + - type: Transform + pos: -86.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33699 components: - - pos: -99.5,43.5 + - type: Transform + pos: -99.5,43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33701 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33703 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33718 components: - - pos: -99.5,42.5 + - type: Transform + pos: -99.5,42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33719 components: - - pos: -99.5,41.5 + - type: Transform + pos: -99.5,41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33720 components: - - pos: -99.5,40.5 + - type: Transform + pos: -99.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33721 components: - - pos: -99.5,39.5 + - type: Transform + pos: -99.5,39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33722 components: - - pos: -99.5,38.5 + - type: Transform + pos: -99.5,38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33723 components: - - pos: -99.5,37.5 + - type: Transform + pos: -99.5,37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33724 components: - - pos: -99.5,36.5 + - type: Transform + pos: -99.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33725 components: - - pos: -99.5,35.5 + - type: Transform + pos: -99.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33726 components: - - pos: -99.5,34.5 + - type: Transform + pos: -99.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33727 components: - - pos: -99.5,33.5 + - type: Transform + pos: -99.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33728 components: - - pos: -99.5,32.5 + - type: Transform + pos: -99.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33729 components: - - pos: -99.5,31.5 + - type: Transform + pos: -99.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33730 components: - - pos: -99.5,30.5 + - type: Transform + pos: -99.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33731 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33732 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33733 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33740 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33741 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33742 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33743 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33744 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33749 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33751 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33752 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33754 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33757 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33759 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-48.5 parent: 1 - type: Transform - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF9999FF' - uid: 34071 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-49.5 parent: 1 - type: Transform - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF9999FF' - uid: 34072 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-52.5 parent: 1 - type: Transform - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF9999FF' - uid: 34201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -90.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34205 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34206 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34215 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34228 components: - - pos: -96.5,-33.5 + - type: Transform + pos: -96.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34229 components: - - pos: -96.5,-32.5 + - type: Transform + pos: -96.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34230 components: - - pos: -96.5,-31.5 + - type: Transform + pos: -96.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34231 components: - - pos: -96.5,-30.5 + - type: Transform + pos: -96.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34232 components: - - pos: -96.5,-29.5 + - type: Transform + pos: -96.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34591 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34592 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34594 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34609 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34610 components: - - pos: -97.5,-70.5 + - type: Transform + pos: -97.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34611 components: - - pos: -97.5,-69.5 + - type: Transform + pos: -97.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34613 components: - - pos: -96.5,-66.5 + - type: Transform + pos: -96.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34614 components: - - pos: -96.5,-65.5 + - type: Transform + pos: -96.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34615 components: - - pos: -96.5,-64.5 + - type: Transform + pos: -96.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34616 components: - - pos: -15.5,17.5 + - type: Transform + pos: -15.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34618 components: - - pos: -16.5,18.5 + - type: Transform + pos: -16.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34619 components: - - pos: -94.5,-61.5 + - type: Transform + pos: -94.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34620 components: - - pos: -94.5,-62.5 + - type: Transform + pos: -94.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34621 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34624 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34632 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34633 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34634 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34636 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34637 components: - - pos: -95.5,-61.5 + - type: Transform + pos: -95.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34655 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34656 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34658 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-66.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34660 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34661 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34662 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34665 components: - - pos: -98.5,-44.5 + - type: Transform + pos: -98.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34669 components: - - pos: -98.5,-45.5 + - type: Transform + pos: -98.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34670 components: - - pos: -98.5,-46.5 + - type: Transform + pos: -98.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34671 components: - - pos: -98.5,-47.5 + - type: Transform + pos: -98.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34672 components: - - pos: -98.5,-48.5 + - type: Transform + pos: -98.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34673 components: - - pos: -98.5,-49.5 + - type: Transform + pos: -98.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34674 components: - - pos: -98.5,-50.5 + - type: Transform + pos: -98.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34675 components: - - pos: -98.5,-51.5 + - type: Transform + pos: -98.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34676 components: - - pos: -98.5,-52.5 + - type: Transform + pos: -98.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34681 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34682 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34684 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34685 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34759 components: - - pos: 27.5,-35.5 + - type: Transform + pos: 27.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34760 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36274 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36278 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36288 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36292 components: - - pos: -104.5,-30.5 + - type: Transform + pos: -104.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36293 components: - - pos: -104.5,-31.5 + - type: Transform + pos: -104.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36507 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36508 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36509 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36513 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36514 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36522 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36523 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36524 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36526 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36534 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -121.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36536 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36537 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36538 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36539 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36540 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36541 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36542 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36543 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36544 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36545 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36546 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36549 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36551 components: - - pos: -105.5,-27.5 + - type: Transform + pos: -105.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36552 components: - - pos: -105.5,-28.5 + - type: Transform + pos: -105.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36553 components: - - pos: -105.5,-29.5 + - type: Transform + pos: -105.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36554 components: - - pos: -105.5,-30.5 + - type: Transform + pos: -105.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36555 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36556 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36557 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36558 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36559 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36565 components: - - pos: -99.5,-30.5 + - type: Transform + pos: -99.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36566 components: - - pos: -100.5,-32.5 + - type: Transform + pos: -100.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36567 components: - - pos: -100.5,-33.5 + - type: Transform + pos: -100.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36568 components: - - pos: -100.5,-34.5 + - type: Transform + pos: -100.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36569 components: - - pos: -100.5,-35.5 + - type: Transform + pos: -100.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36570 components: - - pos: -100.5,-36.5 + - type: Transform + pos: -100.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36571 components: - - pos: -100.5,-37.5 + - type: Transform + pos: -100.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36697 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-63.5 parent: 1 - type: Transform - uid: 36700 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-63.5 parent: 1 - type: Transform - uid: 36702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36703 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-62.5 parent: 1 - type: Transform - uid: 36711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36712 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36713 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36714 components: - - pos: -16.5,-64.5 + - type: Transform + pos: -16.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36715 components: - - pos: -16.5,-63.5 + - type: Transform + pos: -16.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36716 components: - - pos: -16.5,-61.5 + - type: Transform + pos: -16.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36717 components: - - pos: -16.5,-60.5 + - type: Transform + pos: -16.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36860 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36861 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36867 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36868 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36869 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36870 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36871 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36872 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36873 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36874 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36875 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36876 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36877 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36878 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36879 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36880 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36881 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36882 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36883 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36884 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-75.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36885 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-76.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36886 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-77.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36887 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-78.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36894 components: - - pos: -113.5,-73.5 + - type: Transform + pos: -113.5,-73.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36895 components: - - pos: -113.5,-74.5 + - type: Transform + pos: -113.5,-74.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36896 components: - - pos: -113.5,-75.5 + - type: Transform + pos: -113.5,-75.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36897 components: - - pos: -113.5,-76.5 + - type: Transform + pos: -113.5,-76.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36898 components: - - pos: -113.5,-77.5 + - type: Transform + pos: -113.5,-77.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36899 components: - - pos: -113.5,-78.5 + - type: Transform + pos: -113.5,-78.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36900 components: - - pos: -113.5,-79.5 + - type: Transform + pos: -113.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36901 components: - - pos: -113.5,-80.5 + - type: Transform + pos: -113.5,-80.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36902 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36910 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-87.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-87.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-87.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36913 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-87.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-87.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-86.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36916 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-85.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36917 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-84.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36918 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-83.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36919 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36920 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36921 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-80.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36922 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36923 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36925 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36926 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36928 components: - - pos: -99.5,-80.5 + - type: Transform + pos: -99.5,-80.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36929 components: - - pos: -99.5,-81.5 + - type: Transform + pos: -99.5,-81.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36930 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36931 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36932 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36933 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36934 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36935 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36936 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36937 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36938 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-83.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36939 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-84.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36940 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-85.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36952 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36953 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36954 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36955 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36956 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36957 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-65.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-66.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36960 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36961 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36962 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-70.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36963 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36966 components: - - pos: -115.5,-70.5 + - type: Transform + pos: -115.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36967 components: - - pos: -115.5,-69.5 + - type: Transform + pos: -115.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36968 components: - - pos: -115.5,-68.5 + - type: Transform + pos: -115.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36981 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36982 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36983 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36984 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36985 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36986 components: - - pos: -106.5,-40.5 + - type: Transform + pos: -106.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36987 components: - - pos: -106.5,-41.5 + - type: Transform + pos: -106.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36988 components: - - pos: -106.5,-42.5 + - type: Transform + pos: -106.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36989 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36990 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36991 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36992 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36993 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36994 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36995 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36996 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36997 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36998 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36999 components: - - pos: -116.5,-47.5 + - type: Transform + pos: -116.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37000 components: - - pos: -116.5,-48.5 + - type: Transform + pos: -116.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37001 components: - - pos: -116.5,-49.5 + - type: Transform + pos: -116.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37002 components: - - pos: -116.5,-50.5 + - type: Transform + pos: -116.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37003 components: - - pos: -116.5,-51.5 + - type: Transform + pos: -116.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37004 components: - - pos: -116.5,-52.5 + - type: Transform + pos: -116.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37005 components: - - pos: -116.5,-54.5 + - type: Transform + pos: -116.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37006 components: - - pos: -116.5,-55.5 + - type: Transform + pos: -116.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37007 components: - - pos: -116.5,-56.5 + - type: Transform + pos: -116.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37008 components: - - pos: -116.5,-57.5 + - type: Transform + pos: -116.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37009 components: - - pos: -116.5,-58.5 + - type: Transform + pos: -116.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37010 components: - - pos: -116.5,-59.5 + - type: Transform + pos: -116.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37011 components: - - pos: -116.5,-60.5 + - type: Transform + pos: -116.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37012 components: - - pos: -116.5,-61.5 + - type: Transform + pos: -116.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37014 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37015 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37016 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37036 components: - - pos: -117.5,-7.5 + - type: Transform + pos: -117.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37037 components: - - pos: -117.5,-8.5 + - type: Transform + pos: -117.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37038 components: - - pos: -117.5,-9.5 + - type: Transform + pos: -117.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37039 components: - - pos: -117.5,-10.5 + - type: Transform + pos: -117.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37040 components: - - pos: -117.5,-11.5 + - type: Transform + pos: -117.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37041 components: - - pos: -117.5,-12.5 + - type: Transform + pos: -117.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37042 components: - - pos: -117.5,-13.5 + - type: Transform + pos: -117.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37043 components: - - pos: -117.5,-14.5 + - type: Transform + pos: -117.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37044 components: - - pos: -117.5,-15.5 + - type: Transform + pos: -117.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37045 components: - - pos: -118.5,-17.5 + - type: Transform + pos: -118.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37046 components: - - pos: -118.5,-18.5 + - type: Transform + pos: -118.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37047 components: - - pos: -118.5,-19.5 + - type: Transform + pos: -118.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37048 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37050 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37052 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37053 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37054 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37055 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -126.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37056 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -127.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37058 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -129.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37059 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37060 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -131.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37061 components: - - pos: -132.5,-25.5 + - type: Transform + pos: -132.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37062 components: - - pos: -132.5,-26.5 + - type: Transform + pos: -132.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37063 components: - - pos: -132.5,-27.5 + - type: Transform + pos: -132.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37064 components: - - pos: -132.5,-28.5 + - type: Transform + pos: -132.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37065 components: - - pos: -132.5,-29.5 + - type: Transform + pos: -132.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37066 components: - - pos: -132.5,-30.5 + - type: Transform + pos: -132.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37067 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37068 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -134.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37069 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37070 components: - - pos: -136.5,-34.5 + - type: Transform + pos: -136.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37071 components: - - pos: -136.5,-35.5 + - type: Transform + pos: -136.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37072 components: - - pos: -136.5,-36.5 + - type: Transform + pos: -136.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37073 components: - - pos: -136.5,-37.5 + - type: Transform + pos: -136.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37074 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37075 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37077 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37078 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37079 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -143.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37081 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -145.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37082 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -146.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37083 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -147.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37084 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -148.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37085 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -149.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37086 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -136.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37087 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37088 components: - - pos: -134.5,-41.5 + - type: Transform + pos: -134.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37089 components: - - pos: -134.5,-42.5 + - type: Transform + pos: -134.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37090 components: - - pos: -134.5,-43.5 + - type: Transform + pos: -134.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37091 components: - - pos: -134.5,-44.5 + - type: Transform + pos: -134.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37092 components: - - pos: -134.5,-45.5 + - type: Transform + pos: -134.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37094 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37095 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -130.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37096 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37097 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -128.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37098 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37099 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37104 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37105 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37107 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37108 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37114 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37115 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37117 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37118 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37119 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37120 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37131 components: - - pos: -111.5,-16.5 + - type: Transform + pos: -111.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37137 components: - - pos: -115.5,-46.5 + - type: Transform + pos: -115.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -149.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -148.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -147.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -146.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -145.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -143.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -139.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37163 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37164 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37165 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37166 components: - - pos: -133.5,-33.5 + - type: Transform + pos: -133.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37167 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37172 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37173 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37174 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37175 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -129.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37177 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -127.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37178 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -126.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37179 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -125.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37181 components: - - pos: -123.5,-24.5 + - type: Transform + pos: -123.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37182 components: - - pos: -123.5,-23.5 + - type: Transform + pos: -123.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37190 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37196 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37199 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37201 components: - - pos: -133.5,-40.5 + - type: Transform + pos: -133.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37202 components: - - pos: -133.5,-41.5 + - type: Transform + pos: -133.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37203 components: - - pos: -133.5,-42.5 + - type: Transform + pos: -133.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37204 components: - - pos: -133.5,-43.5 + - type: Transform + pos: -133.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37205 components: - - pos: -133.5,-44.5 + - type: Transform + pos: -133.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37206 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -131.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -130.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -128.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -111.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37229 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37231 components: - - pos: -107.5,-41.5 + - type: Transform + pos: -107.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37232 components: - - pos: -107.5,-40.5 + - type: Transform + pos: -107.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37233 components: - - pos: -107.5,-39.5 + - type: Transform + pos: -107.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37246 components: - - pos: -115.5,-47.5 + - type: Transform + pos: -115.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37247 components: - - pos: -115.5,-48.5 + - type: Transform + pos: -115.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37248 components: - - pos: -115.5,-49.5 + - type: Transform + pos: -115.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37249 components: - - pos: -115.5,-50.5 + - type: Transform + pos: -115.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37250 components: - - pos: -115.5,-51.5 + - type: Transform + pos: -115.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37257 components: - - pos: -115.5,-53.5 + - type: Transform + pos: -115.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37258 components: - - pos: -115.5,-54.5 + - type: Transform + pos: -115.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37259 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37264 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37266 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37267 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-66.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-84.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-85.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-85.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37284 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37287 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37290 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37294 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-84.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-85.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-82.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -112.5,-82.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-82.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37302 components: - - pos: -114.5,-81.5 + - type: Transform + pos: -114.5,-81.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37303 components: - - pos: -114.5,-80.5 + - type: Transform + pos: -114.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37304 components: - - pos: -114.5,-79.5 + - type: Transform + pos: -114.5,-79.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37305 components: - - pos: -114.5,-78.5 + - type: Transform + pos: -114.5,-78.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37306 components: - - pos: -114.5,-77.5 + - type: Transform + pos: -114.5,-77.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37307 components: - - pos: -114.5,-76.5 + - type: Transform + pos: -114.5,-76.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37308 components: - - pos: -114.5,-75.5 + - type: Transform + pos: -114.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37309 components: - - pos: -114.5,-74.5 + - type: Transform + pos: -114.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37310 components: - - pos: -114.5,-73.5 + - type: Transform + pos: -114.5,-73.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37311 components: - - pos: -114.5,-72.5 + - type: Transform + pos: -114.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -93.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37316 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37317 components: - - pos: -91.5,-62.5 + - type: Transform + pos: -91.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37318 components: - - pos: -91.5,-63.5 + - type: Transform + pos: -91.5,-63.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37319 components: - - pos: -91.5,-64.5 + - type: Transform + pos: -91.5,-64.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37320 components: - - pos: -91.5,-65.5 + - type: Transform + pos: -91.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37321 components: - - pos: -91.5,-66.5 + - type: Transform + pos: -91.5,-66.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37322 components: - - pos: -91.5,-67.5 + - type: Transform + pos: -91.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37323 components: - - pos: -91.5,-68.5 + - type: Transform + pos: -91.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37324 components: - - pos: -91.5,-69.5 + - type: Transform + pos: -91.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37325 components: - - pos: -91.5,-70.5 + - type: Transform + pos: -91.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37326 components: - - pos: -91.5,-71.5 + - type: Transform + pos: -91.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37327 components: - - pos: -91.5,-72.5 + - type: Transform + pos: -91.5,-72.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37328 components: - - pos: -91.5,-73.5 + - type: Transform + pos: -91.5,-73.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37329 components: - - pos: -91.5,-74.5 + - type: Transform + pos: -91.5,-74.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37330 components: - - pos: -91.5,-75.5 + - type: Transform + pos: -91.5,-75.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37331 components: - - pos: -91.5,-76.5 + - type: Transform + pos: -91.5,-76.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37332 components: - - pos: -91.5,-77.5 + - type: Transform + pos: -91.5,-77.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37333 components: - - pos: -91.5,-78.5 + - type: Transform + pos: -91.5,-78.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37334 components: - - pos: -91.5,-79.5 + - type: Transform + pos: -91.5,-79.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37335 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37337 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37338 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37339 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37340 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-80.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37341 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-81.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37342 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-82.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -76.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37348 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -76.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37355 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37357 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37358 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37359 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37360 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37361 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37365 components: - - pos: -97.5,-48.5 + - type: Transform + pos: -97.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37366 components: - - pos: -97.5,-49.5 + - type: Transform + pos: -97.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37367 components: - - pos: -97.5,-50.5 + - type: Transform + pos: -97.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37368 components: - - pos: -97.5,-51.5 + - type: Transform + pos: -97.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37369 components: - - pos: -97.5,-52.5 + - type: Transform + pos: -97.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37373 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37378 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37389 components: - - pos: -17.5,-67.5 + - type: Transform + pos: -17.5,-67.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37390 components: - - pos: -17.5,-68.5 + - type: Transform + pos: -17.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37391 components: - - pos: -17.5,-69.5 + - type: Transform + pos: -17.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37392 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37399 components: - - pos: -16.5,-51.5 + - type: Transform + pos: -16.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37400 components: - - pos: -16.5,-52.5 + - type: Transform + pos: -16.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37401 components: - - pos: -16.5,-53.5 + - type: Transform + pos: -16.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37402 components: - - pos: -16.5,-54.5 + - type: Transform + pos: -16.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37403 components: - - pos: -16.5,-55.5 + - type: Transform + pos: -16.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37404 components: - - pos: -16.5,-56.5 + - type: Transform + pos: -16.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37405 components: - - pos: -16.5,-57.5 + - type: Transform + pos: -16.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37406 components: - - pos: -16.5,-58.5 + - type: Transform + pos: -16.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37407 components: - - pos: -16.5,-59.5 + - type: Transform + pos: -16.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37410 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37411 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37412 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37413 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37414 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37415 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37416 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37417 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37418 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37419 components: - - pos: -15.5,-49.5 + - type: Transform + pos: -15.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37420 components: - - pos: -15.5,-48.5 + - type: Transform + pos: -15.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37425 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37430 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37434 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37435 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37437 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37447 components: - - pos: -25.5,-51.5 + - type: Transform + pos: -25.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37453 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37490 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37492 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37493 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37500 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37502 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37503 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37504 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37506 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37507 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37508 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37509 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37510 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37511 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37529 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37530 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37531 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37532 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37533 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37536 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37537 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37538 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37539 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37540 components: - - pos: -23.5,36.5 + - type: Transform + pos: -23.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37541 components: - - pos: -23.5,37.5 + - type: Transform + pos: -23.5,37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37542 components: - - pos: -23.5,38.5 + - type: Transform + pos: -23.5,38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37543 components: - - pos: -23.5,39.5 + - type: Transform + pos: -23.5,39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37544 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37548 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37549 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37550 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37552 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37553 components: - - pos: -32.5,34.5 + - type: Transform + pos: -32.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37554 components: - - pos: -32.5,33.5 + - type: Transform + pos: -32.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37555 components: - - pos: -32.5,32.5 + - type: Transform + pos: -32.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37556 components: - - pos: -32.5,31.5 + - type: Transform + pos: -32.5,31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37559 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37561 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37564 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37565 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37567 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37570 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37571 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37572 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37573 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37574 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37575 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37576 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37577 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37581 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37582 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37583 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37586 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37588 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37590 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37591 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37592 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37606 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37607 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37616 components: - - pos: -17.5,28.5 + - type: Transform + pos: -17.5,28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37617 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37618 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37619 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37620 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37625 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37628 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37629 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37630 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37632 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37634 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37651 components: - - pos: -12.5,32.5 + - type: Transform + pos: -12.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37652 components: - - pos: -13.5,34.5 + - type: Transform + pos: -13.5,34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37653 components: - - pos: -13.5,35.5 + - type: Transform + pos: -13.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37654 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37655 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37656 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37657 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37659 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37661 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37662 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37664 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37665 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37667 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37668 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37669 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37700 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37702 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37703 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37708 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37709 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37710 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37712 components: - - pos: -45.5,36.5 + - type: Transform + pos: -45.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37713 components: - - pos: -45.5,35.5 + - type: Transform + pos: -45.5,35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37714 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37715 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37716 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37717 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37718 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37719 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37720 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37721 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37722 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37724 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37725 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37726 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37727 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37728 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37729 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37731 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37732 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37733 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37734 components: - - pos: -22.5,38.5 + - type: Transform + pos: -22.5,38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37735 components: - - pos: -22.5,39.5 + - type: Transform + pos: -22.5,39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37740 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37741 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37742 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37743 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37744 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37745 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37748 components: - - pos: 24.5,21.5 + - type: Transform + pos: 24.5,21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37749 components: - - pos: 24.5,20.5 + - type: Transform + pos: 24.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37750 components: - - pos: 24.5,19.5 + - type: Transform + pos: 24.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37751 components: - - pos: 24.5,18.5 + - type: Transform + pos: 24.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37752 components: - - pos: 24.5,17.5 + - type: Transform + pos: 24.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37753 components: - - pos: 24.5,16.5 + - type: Transform + pos: 24.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37754 components: - - pos: 25.5,21.5 + - type: Transform + pos: 25.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37755 components: - - pos: 25.5,20.5 + - type: Transform + pos: 25.5,20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37756 components: - - pos: 25.5,19.5 + - type: Transform + pos: 25.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37757 components: - - pos: 25.5,18.5 + - type: Transform + pos: 25.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37758 components: - - pos: 25.5,17.5 + - type: Transform + pos: 25.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37759 components: - - pos: 25.5,16.5 + - type: Transform + pos: 25.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37760 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37761 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37762 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37763 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37766 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37767 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37768 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37769 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37770 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37771 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37772 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37773 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37774 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37775 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37776 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37777 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37778 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 49.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37779 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 49.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37786 components: - - pos: 26.5,-22.5 + - type: Transform + pos: 26.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37787 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37788 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37789 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37790 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37791 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37792 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37794 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37795 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37796 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37797 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37798 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37799 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37800 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37802 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37803 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37804 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37810 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37813 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37815 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37816 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37817 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37819 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37821 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37822 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37823 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37824 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37826 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37827 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37828 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37830 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37833 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37834 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37835 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37836 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37838 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37839 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37840 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37849 components: - - pos: 24.5,-46.5 + - type: Transform + pos: 24.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37854 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37855 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37856 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37858 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37861 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37862 components: - - pos: 37.5,-51.5 + - type: Transform + pos: 37.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37863 components: - - pos: 37.5,-52.5 + - type: Transform + pos: 37.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37872 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 43.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37875 components: - - pos: 37.5,-55.5 + - type: Transform + pos: 37.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37876 components: - - pos: 37.5,-56.5 + - type: Transform + pos: 37.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37877 components: - - pos: 37.5,-57.5 + - type: Transform + pos: 37.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37878 components: - - pos: 37.5,-58.5 + - type: Transform + pos: 37.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37879 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37881 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37882 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37883 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37884 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37885 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37889 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37890 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37891 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37892 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37893 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37894 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37895 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37899 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37900 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37901 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37902 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37903 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37904 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37906 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37910 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37911 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37912 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37913 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37914 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37915 components: - - pos: 34.5,-48.5 + - type: Transform + pos: 34.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37916 components: - - pos: 34.5,-47.5 + - type: Transform + pos: 34.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37917 components: - - pos: 34.5,-46.5 + - type: Transform + pos: 34.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37918 components: - - pos: 34.5,-45.5 + - type: Transform + pos: 34.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37919 components: - - pos: 34.5,-44.5 + - type: Transform + pos: 34.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37920 components: - - pos: 34.5,-42.5 + - type: Transform + pos: 34.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37921 components: - - pos: 34.5,-41.5 + - type: Transform + pos: 34.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37922 components: - - pos: 34.5,-40.5 + - type: Transform + pos: 34.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37923 components: - - pos: 34.5,-38.5 + - type: Transform + pos: 34.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37924 components: - - pos: 34.5,-37.5 + - type: Transform + pos: 34.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37925 components: - - pos: 33.5,-35.5 + - type: Transform + pos: 33.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37926 components: - - pos: 33.5,-34.5 + - type: Transform + pos: 33.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37927 components: - - pos: 33.5,-33.5 + - type: Transform + pos: 33.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37928 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37930 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37932 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37933 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37934 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37935 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37936 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37937 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37938 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37939 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37940 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37941 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37942 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37943 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37944 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37945 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37946 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37947 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37951 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37959 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37960 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37962 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37963 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37964 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37970 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37973 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37978 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37980 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37981 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37984 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37985 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37986 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37987 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37988 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37989 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37990 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37991 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37992 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37993 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37994 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37997 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37998 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37999 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38000 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38018 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38019 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38020 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38021 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38022 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38023 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38024 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38025 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38026 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38027 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38028 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38029 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38030 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38031 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38032 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38033 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38034 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38035 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38036 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38037 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38038 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38040 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38041 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38042 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38043 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38044 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38045 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38046 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38047 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38068 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 44.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38073 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38074 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38075 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38076 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38077 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38078 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38079 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38080 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38081 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38083 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38084 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38085 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 53.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38086 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 53.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38087 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38088 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38089 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38090 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 56.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38094 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 57.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 53.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 53.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 56.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38116 components: - - pos: 57.5,-47.5 + - type: Transform + pos: 57.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38117 components: - - pos: 57.5,-46.5 + - type: Transform + pos: 57.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38118 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 58.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38119 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 59.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 60.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 56.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38122 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 55.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38123 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 53.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38125 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38126 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 56.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 56.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 57.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 58.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38131 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 59.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 60.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38133 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 53.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38136 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38138 components: - - pos: 57.5,-44.5 + - type: Transform + pos: 57.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38139 components: - - pos: 57.5,-43.5 + - type: Transform + pos: 57.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38140 components: - - pos: 57.5,-42.5 + - type: Transform + pos: 57.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38141 components: - - pos: 57.5,-41.5 + - type: Transform + pos: 57.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38142 components: - - pos: 56.5,-43.5 + - type: Transform + pos: 56.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38143 components: - - pos: 56.5,-42.5 + - type: Transform + pos: 56.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38144 components: - - pos: 56.5,-41.5 + - type: Transform + pos: 56.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38149 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38151 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38153 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38158 components: - - pos: 25.5,-48.5 + - type: Transform + pos: 25.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38159 components: - - pos: 25.5,-47.5 + - type: Transform + pos: 25.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38160 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38163 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38164 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38165 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38167 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38168 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38172 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38173 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38187 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38193 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38196 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38197 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38198 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38199 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38200 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38203 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38204 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38207 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38209 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38211 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38217 components: - - pos: 10.5,-54.5 + - type: Transform + pos: 10.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38218 components: - - pos: 10.5,-53.5 + - type: Transform + pos: 10.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38219 components: - - pos: 10.5,-51.5 + - type: Transform + pos: 10.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38220 components: - - pos: 10.5,-50.5 + - type: Transform + pos: 10.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38221 components: - - pos: 10.5,-49.5 + - type: Transform + pos: 10.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38222 components: - - pos: 10.5,-48.5 + - type: Transform + pos: 10.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38223 components: - - pos: 10.5,-47.5 + - type: Transform + pos: 10.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38224 components: - - pos: 10.5,-46.5 + - type: Transform + pos: 10.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38232 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38241 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38242 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38243 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38247 components: - - pos: 15.5,-53.5 + - type: Transform + pos: 15.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38248 components: - - pos: 11.5,-53.5 + - type: Transform + pos: 11.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38249 components: - - pos: 11.5,-52.5 + - type: Transform + pos: 11.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38250 components: - - pos: 11.5,-51.5 + - type: Transform + pos: 11.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38251 components: - - pos: 11.5,-50.5 + - type: Transform + pos: 11.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38252 components: - - pos: 11.5,-49.5 + - type: Transform + pos: 11.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38253 components: - - pos: 11.5,-48.5 + - type: Transform + pos: 11.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38261 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38264 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38266 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38267 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38272 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38273 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38277 components: - - pos: 0.5,-52.5 + - type: Transform + pos: 0.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38278 components: - - pos: 0.5,-51.5 + - type: Transform + pos: 0.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38279 components: - - pos: 0.5,-50.5 + - type: Transform + pos: 0.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38280 components: - - pos: 0.5,-49.5 + - type: Transform + pos: 0.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38281 components: - - pos: 0.5,-48.5 + - type: Transform + pos: 0.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38282 components: - - pos: 1.5,-51.5 + - type: Transform + pos: 1.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38283 components: - - pos: 1.5,-50.5 + - type: Transform + pos: 1.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38284 components: - - pos: 1.5,-49.5 + - type: Transform + pos: 1.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38285 components: - - pos: 1.5,-48.5 + - type: Transform + pos: 1.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38286 components: - - pos: 1.5,-47.5 + - type: Transform + pos: 1.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38287 components: - - pos: 1.5,-46.5 + - type: Transform + pos: 1.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38308 components: - - pos: -8.5,-48.5 + - type: Transform + pos: -8.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38309 components: - - pos: -8.5,-49.5 + - type: Transform + pos: -8.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38310 components: - - pos: -8.5,-50.5 + - type: Transform + pos: -8.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38311 components: - - pos: -7.5,-50.5 + - type: Transform + pos: -7.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38312 components: - - pos: -7.5,-49.5 + - type: Transform + pos: -7.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38313 components: - - pos: -7.5,-48.5 + - type: Transform + pos: -7.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38314 components: - - pos: -7.5,-47.5 + - type: Transform + pos: -7.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38319 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-48.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38341 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-49.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38342 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38344 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38346 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-47.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38348 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38354 components: - - pos: -13.5,-55.5 + - type: Transform + pos: -13.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38355 components: - - pos: -13.5,-56.5 + - type: Transform + pos: -13.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38356 components: - - pos: -13.5,-57.5 + - type: Transform + pos: -13.5,-57.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38361 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-58.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38363 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38364 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-58.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38366 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38370 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38371 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-61.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38900 components: - - pos: 45.5,-43.5 + - type: Transform + pos: 45.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38902 components: - - pos: 33.5,-40.5 + - type: Transform + pos: 33.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38913 components: - - pos: 45.5,-42.5 + - type: Transform + pos: 45.5,-42.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38915 components: - - pos: 45.5,-41.5 + - type: Transform + pos: 45.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 39548 components: - - pos: 46.5,-42.5 + - type: Transform + pos: 46.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 39623 components: - - pos: 46.5,-41.5 + - type: Transform + pos: 46.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 39625 components: - - pos: 46.5,-40.5 + - type: Transform + pos: 46.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 39627 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 39633 components: - - pos: 34.5,-39.5 + - type: Transform + pos: 34.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41535 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41536 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41537 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41591 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41592 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41594 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41595 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41691 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41693 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41694 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41695 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41696 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41697 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41698 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41708 components: - - pos: 27.5,-36.5 + - type: Transform + pos: 27.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41709 components: - - pos: 27.5,-38.5 + - type: Transform + pos: 27.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41710 components: - - pos: 27.5,-39.5 + - type: Transform + pos: 27.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41711 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41713 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41714 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41715 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41718 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41719 components: - - pos: 26.5,-39.5 + - type: Transform + pos: 26.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41720 components: - - pos: 26.5,-40.5 + - type: Transform + pos: 26.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41721 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41724 components: - - pos: 18.5,-42.5 + - type: Transform + pos: 18.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41725 components: - - pos: 18.5,-43.5 + - type: Transform + pos: 18.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41726 components: - - pos: 18.5,-44.5 + - type: Transform + pos: 18.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41727 components: - - pos: 18.5,-45.5 + - type: Transform + pos: 18.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41731 components: - - pos: 19.5,-38.5 + - type: Transform + pos: 19.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41732 components: - - pos: 19.5,-39.5 + - type: Transform + pos: 19.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41733 components: - - pos: 19.5,-40.5 + - type: Transform + pos: 19.5,-40.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 42146 + components: + - type: Transform + pos: -57.5,41.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 42147 + components: + - type: Transform + pos: -57.5,40.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 42148 + components: + - type: Transform + pos: -57.5,39.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 42149 + components: + - type: Transform + pos: -57.5,38.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 42150 + components: + - type: Transform + pos: -56.5,41.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 42151 + components: + - type: Transform + pos: -56.5,40.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 42152 + components: + - type: Transform + pos: -56.5,39.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 42153 + components: + - type: Transform + pos: -56.5,38.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 42154 + components: + - type: Transform + pos: -56.5,37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 1685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-30.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#CCE5FFFF' - uid: 3438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8884 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 14439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 15404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16807 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 18132 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-44.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 18959 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21216 components: - - pos: -103.5,-47.5 + - type: Transform + pos: -103.5,-47.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22131 components: - - pos: -100.5,-48.5 + - type: Transform + pos: -100.5,-48.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22227 components: - - pos: 14.5,-33.5 + - type: Transform + pos: 14.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22422 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22432 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-56.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 22626 components: - - pos: -106.5,-22.5 + - type: Transform + pos: -106.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22650 components: - - pos: -116.5,-46.5 + - type: Transform + pos: -116.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22652 components: - - pos: -27.5,-25.5 + - type: Transform + pos: -27.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22654 components: - - pos: -17.5,-25.5 + - type: Transform + pos: -17.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22702 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22705 components: - - pos: -24.5,-34.5 + - type: Transform + pos: -24.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22729 components: - - pos: -25.5,-70.5 + - type: Transform + pos: -25.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22732 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22733 components: - - pos: -31.5,-39.5 + - type: Transform + pos: -31.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22756 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22764 components: - - pos: -32.5,-47.5 + - type: Transform + pos: -32.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22775 components: - - pos: -33.5,-51.5 + - type: Transform + pos: -33.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22777 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-56.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22801 components: - - pos: -35.5,-51.5 + - type: Transform + pos: -35.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22832 components: - - pos: -59.5,-65.5 + - type: Transform + pos: -59.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-65.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22848 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22849 components: - - pos: -75.5,-40.5 + - type: Transform + pos: -75.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22919 components: - - pos: -66.5,-69.5 + - type: Transform + pos: -66.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22920 components: - - pos: -69.5,-69.5 + - type: Transform + pos: -69.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22921 components: - - pos: -72.5,-69.5 + - type: Transform + pos: -72.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22923 components: - - pos: -60.5,-70.5 + - type: Transform + pos: -60.5,-70.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22945 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-69.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23000 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23010 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23019 components: - - pos: -98.5,-54.5 + - type: Transform + pos: -98.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23028 components: - - pos: -106.5,-12.5 + - type: Transform + pos: -106.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23044 components: - - pos: -39.5,35.5 + - type: Transform + pos: -39.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23050 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23054 components: - - pos: -99.5,-54.5 + - type: Transform + pos: -99.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23063 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23096 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23102 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23143 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23173 components: - - pos: -50.5,-36.5 + - type: Transform + pos: -50.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23174 components: - - pos: -47.5,-36.5 + - type: Transform + pos: -47.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-61.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23263 components: - - pos: -61.5,-45.5 + - type: Transform + pos: -61.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23274 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23297 components: - - pos: -86.5,-25.5 + - type: Transform + pos: -86.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23334 components: - - pos: -78.5,-20.5 + - type: Transform + pos: -78.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23390 components: - - pos: -95.5,-14.5 + - type: Transform + pos: -95.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23391 components: - - pos: -83.5,-14.5 + - type: Transform + pos: -83.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23392 components: - - pos: -74.5,-14.5 + - type: Transform + pos: -74.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23445 components: - - pos: -112.5,-11.5 + - type: Transform + pos: -112.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23504 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23541 components: - - pos: 26.5,-10.5 + - type: Transform + pos: 26.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23549 components: - - pos: 27.5,-9.5 + - type: Transform + pos: 27.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23553 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23607 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23609 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23651 components: - - pos: -96.5,-63.5 + - type: Transform + pos: -96.5,-63.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23897 components: - - pos: -28.5,-69.5 + - type: Transform + pos: -28.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23907 components: - - pos: -53.5,-64.5 + - type: Transform + pos: -53.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23962 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23969 components: - - pos: -36.5,-27.5 + - type: Transform + pos: -36.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23970 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23973 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23974 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24003 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24004 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24067 components: - - pos: -36.5,-50.5 + - type: Transform + pos: -36.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24069 components: - - pos: -33.5,-46.5 + - type: Transform + pos: -33.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24070 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24072 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24073 components: - - pos: -26.5,-43.5 + - type: Transform + pos: -26.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24075 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24125 components: - - pos: -34.5,-50.5 + - type: Transform + pos: -34.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-59.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24158 components: - - pos: -25.5,-31.5 + - type: Transform + pos: -25.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24186 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24205 components: - - pos: -46.5,-35.5 + - type: Transform + pos: -46.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24206 components: - - pos: -49.5,-35.5 + - type: Transform + pos: -49.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24264 components: - - pos: -16.5,25.5 + - type: Transform + pos: -16.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24271 components: - - pos: -50.5,-45.5 + - type: Transform + pos: -50.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24299 components: - - pos: -54.5,-48.5 + - type: Transform + pos: -54.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24310 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24314 components: - - pos: -58.5,-48.5 + - type: Transform + pos: -58.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-57.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24335 components: - - pos: -61.5,-48.5 + - type: Transform + pos: -61.5,-48.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24350 components: - - pos: -60.5,-64.5 + - type: Transform + pos: -60.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-64.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24360 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-69.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24369 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24370 components: - - pos: -67.5,-68.5 + - type: Transform + pos: -67.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24371 components: - - pos: -70.5,-68.5 + - type: Transform + pos: -70.5,-68.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24413 components: - - pos: 1.5,-45.5 + - type: Transform + pos: 1.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24414 components: - - pos: -74.5,-39.5 + - type: Transform + pos: -74.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24515 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24524 components: - - pos: -55.5,-13.5 + - type: Transform + pos: -55.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24550 components: - - pos: -48.5,-16.5 + - type: Transform + pos: -48.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24608 components: - - pos: -104.5,-18.5 + - type: Transform + pos: -104.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24755 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-55.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 24818 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24824 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24834 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -75.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -75.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24839 components: - - pos: -77.5,-24.5 + - type: Transform + pos: -77.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24843 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -87.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24844 components: - - pos: -89.5,-23.5 + - type: Transform + pos: -89.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24926 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24928 components: - - pos: -105.5,-11.5 + - type: Transform + pos: -105.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24977 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24978 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24981 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25029 components: - - pos: 10.5,-45.5 + - type: Transform + pos: 10.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25030 components: - - pos: -121.5,-7.5 + - type: Transform + pos: -121.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25033 components: - - pos: -126.5,-1.5 + - type: Transform + pos: -126.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25034 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -129.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25035 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25038 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -143.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25040 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -145.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25041 components: - - pos: -131.5,24.5 + - type: Transform + pos: -131.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25043 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25044 components: - - pos: -126.5,12.5 + - type: Transform + pos: -126.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25048 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25053 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25057 components: - - pos: -98.5,22.5 + - type: Transform + pos: -98.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25058 components: - - pos: -89.5,18.5 + - type: Transform + pos: -89.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -130.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25257 components: - - pos: 0.5,-47.5 + - type: Transform + pos: 0.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25260 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-50.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25291 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25293 components: - - pos: -107.5,2.5 + - type: Transform + pos: -107.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25296 components: - - pos: -114.5,1.5 + - type: Transform + pos: -114.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25312 components: - - pos: -110.5,1.5 + - type: Transform + pos: -110.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25354 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25357 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25359 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25363 components: - - pos: -87.5,-3.5 + - type: Transform + pos: -87.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25364 components: - - pos: -83.5,-3.5 + - type: Transform + pos: -83.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25430 components: - - pos: -78.5,25.5 + - type: Transform + pos: -78.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25434 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25435 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25437 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25514 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25515 components: - - pos: -74.5,36.5 + - type: Transform + pos: -74.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25530 components: - - pos: -69.5,36.5 + - type: Transform + pos: -69.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25537 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-57.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25538 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-58.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25582 components: - - pos: -106.5,-56.5 + - type: Transform + pos: -106.5,-56.5 parent: 1 - type: Transform - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#808080FF' - uid: 25589 components: - - pos: -106.5,-58.5 + - type: Transform + pos: -106.5,-58.5 parent: 1 - type: Transform - uid: 25607 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25608 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25611 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25653 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25656 components: - - pos: -61.5,-8.5 + - type: Transform + pos: -61.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25658 components: - - pos: -57.5,-10.5 + - type: Transform + pos: -57.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25674 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25687 components: - - pos: -46.5,7.5 + - type: Transform + pos: -46.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25755 components: - - pos: -49.5,-8.5 + - type: Transform + pos: -49.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25760 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25762 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25763 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25764 components: - - pos: -43.5,14.5 + - type: Transform + pos: -43.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25790 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25833 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25834 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25835 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25838 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -142.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25846 components: - - pos: -132.5,23.5 + - type: Transform + pos: -132.5,23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25980 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25981 components: - - pos: -117.5,-6.5 + - type: Transform + pos: -117.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25999 components: - - pos: -115.5,0.5 + - type: Transform + pos: -115.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26000 components: - - pos: -109.5,0.5 + - type: Transform + pos: -109.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26003 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26011 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26015 components: - - pos: -103.5,5.5 + - type: Transform + pos: -103.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26017 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26077 components: - - pos: -119.5,21.5 + - type: Transform + pos: -119.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26078 components: - - pos: -105.5,21.5 + - type: Transform + pos: -105.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26081 components: - - pos: -99.5,21.5 + - type: Transform + pos: -99.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26088 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26091 components: - - pos: -88.5,-1.5 + - type: Transform + pos: -88.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26092 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26093 components: - - pos: -84.5,-2.5 + - type: Transform + pos: -84.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26161 components: - - pos: -106.5,-60.5 + - type: Transform + pos: -106.5,-60.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26199 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26204 components: - - pos: -83.5,19.5 + - type: Transform + pos: -83.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26273 components: - - pos: -78.5,27.5 + - type: Transform + pos: -78.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26277 components: - - pos: -73.5,37.5 + - type: Transform + pos: -73.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26278 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26283 components: - - pos: -106.5,-62.5 + - type: Transform + pos: -106.5,-62.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,-63.5 parent: 1 - type: Transform - uid: 26325 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-60.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 26326 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-61.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 26335 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,-63.5 parent: 1 - type: Transform - uid: 26343 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-64.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26388 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26390 components: - - pos: -72.5,-3.5 + - type: Transform + pos: -72.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26462 components: - - pos: -61.5,19.5 + - type: Transform + pos: -61.5,19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26465 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26468 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26470 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26473 components: - - pos: -59.5,-7.5 + - type: Transform + pos: -59.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26475 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26487 components: - - pos: -48.5,-7.5 + - type: Transform + pos: -48.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26520 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26567 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26587 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26593 components: - - pos: -51.5,6.5 + - type: Transform + pos: -51.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26595 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26632 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26671 components: - - pos: -27.5,16.5 + - type: Transform + pos: -27.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26713 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26714 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26716 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26717 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26718 components: - - pos: -29.5,-11.5 + - type: Transform + pos: -29.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26719 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26725 components: - - pos: -33.5,-11.5 + - type: Transform + pos: -33.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26787 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26790 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26794 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26795 components: - - pos: -53.5,19.5 + - type: Transform + pos: -53.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26797 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26803 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26804 components: - - pos: -52.5,30.5 + - type: Transform + pos: -52.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26805 components: - - pos: -48.5,30.5 + - type: Transform + pos: -48.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26807 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26885 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26927 components: - - pos: 31.5,-9.5 + - type: Transform + pos: 31.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26945 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26946 components: - - pos: 25.5,-9.5 + - type: Transform + pos: 25.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26954 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27002 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27003 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27004 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27005 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27096 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27099 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27118 components: - - pos: -18.5,6.5 + - type: Transform + pos: -18.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27119 components: - - pos: -23.5,6.5 + - type: Transform + pos: -23.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27122 components: - - pos: -20.5,1.5 + - type: Transform + pos: -20.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27151 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27154 components: - - pos: -17.5,-11.5 + - type: Transform + pos: -17.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27230 components: - - pos: -11.5,-30.5 + - type: Transform + pos: -11.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27263 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27264 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27358 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27360 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27361 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27406 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27407 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27408 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27410 components: - - pos: 16.5,-12.5 + - type: Transform + pos: 16.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27481 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27603 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27623 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27624 components: - - pos: -26.5,17.5 + - type: Transform + pos: -26.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27625 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27635 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27640 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27644 components: - - pos: -45.5,21.5 + - type: Transform + pos: -45.5,21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27647 components: - - pos: -53.5,29.5 + - type: Transform + pos: -53.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27648 components: - - pos: -49.5,29.5 + - type: Transform + pos: -49.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27649 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27751 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,9.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27757 components: - - pos: -20.5,11.5 + - type: Transform + pos: -20.5,11.5 parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27767 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27772 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27773 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27782 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27800 components: - - pos: -25.5,-0.5 + - type: Transform + pos: -25.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27801 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27802 components: - - pos: -30.5,-14.5 + - type: Transform + pos: -30.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27803 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27804 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27821 components: - - pos: -34.5,-14.5 + - type: Transform + pos: -34.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27899 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27900 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27904 components: - - pos: -113.5,-72.5 + - type: Transform + pos: -113.5,-72.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27906 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27908 components: - - pos: 11.5,-47.5 + - type: Transform + pos: 11.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27909 components: - - pos: -17.5,-50.5 + - type: Transform + pos: -17.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27910 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27954 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27955 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27957 components: - - pos: -19.5,3.5 + - type: Transform + pos: -19.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27958 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27981 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27984 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27985 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27986 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28000 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28002 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28090 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28094 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28097 components: - - pos: -11.5,-22.5 + - type: Transform + pos: -11.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28104 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28111 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28179 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28256 components: - - pos: 8.5,-22.5 + - type: Transform + pos: 8.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28286 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28307 components: - - pos: 13.5,-14.5 + - type: Transform + pos: 13.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28374 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-76.5 parent: 1 - type: Transform - uid: 28570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-76.5 parent: 1 - type: Transform - uid: 28589 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-76.5 parent: 1 - type: Transform - uid: 28590 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-76.5 parent: 1 - type: Transform - uid: 30193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30198 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30245 components: - - pos: 26.5,-33.5 + - type: Transform + pos: 26.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30323 components: - - pos: 27.5,-34.5 + - type: Transform + pos: 27.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30341 components: - - pos: -81.5,36.5 + - type: Transform + pos: -81.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 31365 components: - - pos: -108.5,-76.5 + - type: Transform + pos: -108.5,-76.5 parent: 1 - type: Transform - uid: 31431 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-68.5 parent: 1 - type: Transform - uid: 31445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-69.5 parent: 1 - type: Transform - uid: 31589 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-70.5 parent: 1 - type: Transform - uid: 31616 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-71.5 parent: 1 - type: Transform - uid: 31696 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-72.5 parent: 1 - type: Transform - uid: 31713 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -110.5,-73.5 parent: 1 - type: Transform - uid: 31738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-68.5 parent: 1 - type: Transform - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.5,-69.5 parent: 1 - type: Transform - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31740 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-70.5 parent: 1 - type: Transform - uid: 31741 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-71.5 parent: 1 - type: Transform - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31742 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-72.5 parent: 1 - type: Transform - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 33179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -153.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33180 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -152.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33658 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33687 components: - - pos: -90.5,31.5 + - type: Transform + pos: -90.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33692 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33708 components: - - pos: -84.5,36.5 + - type: Transform + pos: -84.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33716 components: - - pos: -94.5,30.5 + - type: Transform + pos: -94.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33755 components: - - pos: -77.5,36.5 + - type: Transform + pos: -77.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34207 components: - - pos: -95.5,-35.5 + - type: Transform + pos: -95.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-71.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34606 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-67.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34607 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-68.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34623 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-60.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-62.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34638 components: - - pos: -14.5,-47.5 + - type: Transform + pos: -14.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-43.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34712 components: - - pos: -111.5,-12.5 + - type: Transform + pos: -111.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 35549 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 35560 components: - - pos: 28.5,-33.5 + - type: Transform + pos: 28.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36203 components: - - pos: 25.5,-46.5 + - type: Transform + pos: 25.5,-46.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36284 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36502 components: - - pos: -112.5,-30.5 + - type: Transform + pos: -112.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36529 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36530 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36560 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-79.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36905 components: - - pos: -108.5,-82.5 + - type: Transform + pos: -108.5,-82.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,-87.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36941 components: - - pos: -114.5,-71.5 + - type: Transform + pos: -114.5,-71.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36948 components: - - pos: -117.5,-62.5 + - type: Transform + pos: -117.5,-62.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36970 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37020 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37021 components: - - pos: -140.5,-38.5 + - type: Transform + pos: -140.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37109 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -135.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37136 components: - - pos: -115.5,-45.5 + - type: Transform + pos: -115.5,-45.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -140.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,-52.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37275 components: - - pos: -106.5,-83.5 + - type: Transform + pos: -106.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-83.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37408 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37409 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-50.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37421 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37515 components: - - pos: -36.5,30.5 + - type: Transform + pos: -36.5,30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37521 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37523 components: - - pos: -17.5,41.5 + - type: Transform + pos: -17.5,41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37524 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37585 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37589 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37627 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37640 components: - - pos: -2.5,37.5 + - type: Transform + pos: -2.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37645 components: - - pos: 4.5,37.5 + - type: Transform + pos: 4.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37674 components: - - pos: -16.5,40.5 + - type: Transform + pos: -16.5,40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37675 components: - - pos: -20.5,37.5 + - type: Transform + pos: -20.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37678 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37680 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37681 components: - - pos: -41.5,41.5 + - type: Transform + pos: -41.5,41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37691 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37801 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37808 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-44.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-45.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37844 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,-43.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37857 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37869 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-53.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 38.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37907 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,-55.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38003 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38004 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38005 components: - - pos: 47.5,-54.5 + - type: Transform + pos: 47.5,-54.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-59.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38009 components: - - pos: 47.5,-60.5 + - type: Transform + pos: 47.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38145 components: - - pos: 26.5,-49.5 + - type: Transform + pos: 26.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38146 components: - - pos: 30.5,-49.5 + - type: Transform + pos: 30.5,-49.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-55.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38177 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,-60.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38225 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-53.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-52.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38290 components: - - pos: -13.5,-47.5 + - type: Transform + pos: -13.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38291 components: - - pos: -12.5,-46.5 + - type: Transform + pos: -12.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38292 components: - - pos: -7.5,-46.5 + - type: Transform + pos: -7.5,-46.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38293 components: - - pos: -8.5,-47.5 + - type: Transform + pos: -8.5,-47.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-51.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-51.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38326 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-54.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38327 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-56.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41686 components: - - pos: 20.5,-36.5 + - type: Transform + pos: 20.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41689 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-41.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41700 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPort entities: - uid: 1688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 7006 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 8903 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 19246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 20313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22309 components: - - pos: -95.5,-45.5 + - type: Transform + pos: -95.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22310 components: - - pos: -94.5,-45.5 + - type: Transform + pos: -94.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 24467 components: - - pos: -65.5,-30.5 + - type: Transform + pos: -65.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 25545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 25546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 25556 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-47.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 25557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 26294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 26345 components: - - pos: -105.5,-63.5 + - type: Transform + pos: -105.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26346 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-61.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 26347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-53.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 27197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28508 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-37.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28703 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 34074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-54.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36708 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-64.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36709 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-64.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36710 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-64.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasPressurePump entities: - uid: 1706 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 3182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-63.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4956 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18901 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 18902 components: - - pos: -101.5,-45.5 + - type: Transform + pos: -101.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 20342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22141 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22307 components: - - pos: -95.5,-46.5 + - type: Transform + pos: -95.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22308 components: - - pos: -94.5,-46.5 + - type: Transform + pos: -94.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22315 components: - - pos: -104.5,-53.5 + - type: Transform + pos: -104.5,-53.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 22364 components: - - pos: -101.5,-53.5 + - type: Transform + pos: -101.5,-53.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 22589 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24756 components: - - pos: -97.5,-58.5 + - type: Transform + pos: -97.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25543 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25544 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 25581 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-56.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 25587 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-60.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 25588 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31343 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-76.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 32187 components: - - pos: -108.5,-52.5 + - type: Transform + pos: -108.5,-52.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 34073 components: - - pos: -94.5,-53.5 + - type: Transform + pos: -94.5,-53.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF9999FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF9999FF' - uid: 34183 components: - - pos: -96.5,-46.5 + - type: Transform + pos: -96.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasRecycler entities: - uid: 24650 components: - - pos: -97.5,-57.5 + - type: Transform + pos: -97.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - proto: GasThermoMachineFreezer entities: - - uid: 306 - components: - - pos: -16.5,12.5 - parent: 1 - type: Transform - - color: '#99CCFFFF' - type: AtmosPipeColor - - joinedGrid: 1 - type: AtmosDevice - uid: 1707 components: - - pos: 1.5,-29.5 + - type: Transform + pos: 1.5,-29.5 parent: 1 - type: Transform - - color: '#CCE5FFFF' - type: AtmosPipeColor - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosPipeColor + color: '#CCE5FFFF' + - type: AtmosDevice + joinedGrid: 1 - uid: 11108 components: - - pos: -23.5,-22.5 + - type: Transform + pos: -23.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosPipeColor + color: '#0335FCFF' + - type: AtmosDevice + joinedGrid: 1 - uid: 31369 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-77.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-67.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 34589 components: - - pos: -98.5,-41.5 + - type: Transform + pos: -98.5,-41.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - type: AtmosDevice + joinedGrid: 1 +- proto: GasThermoMachineFreezerEnabled + entities: + - uid: 8786 + components: + - type: Transform + pos: -16.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor - - joinedGrid: 1 - type: AtmosDevice + - type: GasThermoMachine + targetTemperature: 249.81 + - type: AtmosDevice + joinedGrid: 1 - proto: GasThermoMachineHeater entities: - uid: 24754 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-55.5 parent: 1 - type: Transform - - color: '#80FF00FF' - type: AtmosPipeColor - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosPipeColor + color: '#80FF00FF' + - type: AtmosDevice + joinedGrid: 1 - uid: 31698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-73.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasValve entities: - uid: 25583 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-56.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 25584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-57.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#808080FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#808080FF' - uid: 26286 components: - - pos: -106.5,-63.5 - parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: Transform + pos: -106.5,-63.5 + parent: 1 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 26287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-58.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 - uid: 26288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-59.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 - uid: 26289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-60.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-61.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 26291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-62.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31372 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-68.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 31375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-69.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 31379 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-70.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 - uid: 31380 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-71.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - uid: 31381 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-72.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 31715 components: - - pos: -109.5,-72.5 + - type: Transform + pos: -109.5,-72.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 - uid: 31718 components: - - pos: -110.5,-72.5 + - type: Transform + pos: -110.5,-72.5 parent: 1 - type: Transform - - open: False - type: GasValve - - joinedGrid: 1 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 1 - proto: GasVentPump entities: - uid: 6014 components: - - pos: -112.5,-38.5 + - type: Transform + pos: -112.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41599 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16633 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 14557 components: - - pos: -65.5,23.5 + - type: Transform + pos: -65.5,23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 16376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30109 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-11.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 22851 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4486 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23025 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41601 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23026 components: - - pos: -101.5,-10.5 + - type: Transform + pos: -101.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 7586 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23501 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30114 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16630 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23614 components: - - pos: 17.5,-26.5 + - type: Transform + pos: 17.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23615 components: - - pos: 30.5,-25.5 + - type: Transform + pos: 30.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23908 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-73.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41662 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23978 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30112 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23979 components: - - pos: -17.5,-27.5 + - type: Transform + pos: -17.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30112 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23980 components: - - pos: -26.5,-26.5 + - type: Transform + pos: -26.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23981 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24077 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24078 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24083 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-35.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-43.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-52.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24141 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24174 components: - - pos: -43.5,-20.5 + - type: Transform + pos: -43.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24175 components: - - pos: -47.5,-23.5 + - type: Transform + pos: -47.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24185 components: - - pos: -43.5,-27.5 + - type: Transform + pos: -43.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-35.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24203 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24221 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-28.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24222 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24223 components: - - pos: -52.5,-20.5 + - type: Transform + pos: -52.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-33.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24248 components: - - pos: -57.5,-32.5 + - type: Transform + pos: -57.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24249 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-36.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41650 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-43.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24274 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-47.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-56.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24300 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-60.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24319 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24320 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-49.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24338 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24348 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-64.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24367 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24373 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-68.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24374 components: - - pos: -73.5,-66.5 + - type: Transform + pos: -73.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-71.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24376 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -70.5,-71.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24377 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-71.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24378 components: - - pos: -63.5,-67.5 + - type: Transform + pos: -63.5,-67.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24500 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-39.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24529 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24549 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24628 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41585 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24666 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41587 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24700 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41587 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24748 components: - - pos: -112.5,-24.5 + - type: Transform + pos: -112.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41596 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 1744 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 1744 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24828 components: - - pos: -67.5,-22.5 + - type: Transform + pos: -67.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24829 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4412 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-28.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24831 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13266 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24833 components: - - pos: -75.5,-18.5 + - type: Transform + pos: -75.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24835 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24836 components: - - pos: -80.5,-23.5 + - type: Transform + pos: -80.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13266 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24846 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-25.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24855 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24861 components: - - pos: -83.5,-19.5 + - type: Transform + pos: -83.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4486 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24927 components: - - pos: -77.5,38.5 + - type: Transform + pos: -77.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 3209 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24930 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-11.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24982 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29913 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24984 components: - - pos: -74.5,-10.5 + - type: Transform + pos: -74.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29913 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24985 components: - - pos: -83.5,-10.5 + - type: Transform + pos: -83.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29913 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25014 components: - - pos: -95.5,-11.5 + - type: Transform + pos: -95.5,-11.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29917 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25844 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.5,21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -127.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25848 components: - - pos: -127.5,10.5 + - type: Transform + pos: -127.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25849 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -132.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25851 components: - - pos: -142.5,-8.5 + - type: Transform + pos: -142.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25852 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -132.5,21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26005 components: - - pos: -106.5,2.5 + - type: Transform + pos: -106.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26007 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,-1.5 parent: 1 - type: Transform - - deviceLists: - - 29912 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: DeviceNetwork + deviceLists: + - 42164 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-1.5 parent: 1 - type: Transform - - deviceLists: - - 29912 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: DeviceNetwork + deviceLists: + - 42164 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26009 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,0.5 parent: 1 - type: Transform - - deviceLists: - - 29912 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: DeviceNetwork + deviceLists: + - 42164 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26012 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26018 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26019 components: - - pos: -113.5,13.5 + - type: Transform + pos: -113.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26020 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26021 components: - - pos: -101.5,10.5 + - type: Transform + pos: -101.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26079 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5,20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26080 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26094 components: - - pos: -83.5,-1.5 + - type: Transform + pos: -83.5,-1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26095 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29903 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26099 components: - - pos: -91.5,-4.5 + - type: Transform + pos: -91.5,-4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29903 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29903 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26121 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26122 components: - - pos: -77.5,2.5 + - type: Transform + pos: -77.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26205 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26207 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26228 components: - - pos: -79.5,13.5 + - type: Transform + pos: -79.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29902 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26298 components: - - pos: -69.5,38.5 + - type: Transform + pos: -69.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29902 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 3209 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26363 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26364 components: - - pos: -72.5,28.5 + - type: Transform + pos: -72.5,28.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26392 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26393 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26442 components: - - pos: -67.5,32.5 + - type: Transform + pos: -67.5,32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26443 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26463 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30092 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26464 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26466 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,16.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26477 components: - - pos: -55.5,-10.5 + - type: Transform + pos: -55.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26493 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26570 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29926 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26577 components: - - pos: -44.5,16.5 + - type: Transform + pos: -44.5,16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29926 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26578 components: - - pos: -41.5,16.5 + - type: Transform + pos: -41.5,16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29926 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26579 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26589 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26590 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26591 components: - - pos: -56.5,7.5 + - type: Transform + pos: -56.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26594 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26634 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26648 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26922 components: - - pos: 30.5,-9.5 + - type: Transform + pos: 30.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41775 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 26925 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27198 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41770 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27633 components: - - pos: -23.5,31.5 + - type: Transform + pos: -23.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30095 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27634 components: - - pos: -21.5,33.5 + - type: Transform + pos: -21.5,33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30095 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27637 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27638 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30096 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27639 components: - - pos: -29.5,25.5 + - type: Transform + pos: -29.5,25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29928 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27656 components: - - pos: -55.5,32.5 + - type: Transform + pos: -55.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30092 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27658 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27660 components: - - pos: -45.5,30.5 + - type: Transform + pos: -45.5,30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27697 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30092 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27699 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29928 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27700 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29928 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27762 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27763 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#99CCFFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#99CCFFFF' - uid: 27764 components: - - pos: -30.5,13.5 + - type: Transform + pos: -30.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27765 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27774 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27783 components: - - pos: -32.5,6.5 + - type: Transform + pos: -32.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27784 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27806 components: - - pos: -35.5,-17.5 + - type: Transform + pos: -35.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27807 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27822 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27823 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27960 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27962 components: - - pos: -22.5,7.5 + - type: Transform + pos: -22.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27980 components: - - pos: -17.5,6.5 + - type: Transform + pos: -17.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27983 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27990 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27991 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27992 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27993 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27997 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30099 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28004 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28005 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28006 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28007 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28008 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28009 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28093 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28095 components: - - pos: -8.5,-17.5 + - type: Transform + pos: -8.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30101 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28096 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-25.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-37.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28106 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30102 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28107 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28108 components: - - pos: -3.5,-29.5 + - type: Transform + pos: -3.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28157 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28181 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28199 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28201 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28204 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28205 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28208 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28243 components: - - pos: 18.5,1.5 + - type: Transform + pos: 18.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30099 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,1.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30100 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28249 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30100 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28259 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30101 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28260 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28276 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28288 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28377 components: - - pos: 17.5,10.5 + - type: Transform + pos: 17.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41784 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28378 components: - - pos: 18.5,6.5 + - type: Transform + pos: 18.5,6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41784 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28408 components: - - pos: 17.5,17.5 + - type: Transform + pos: 17.5,17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 29221 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41619 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30025 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13266 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-35.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 30344 components: - - pos: 13.5,-35.5 + - type: Transform + pos: 13.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33260 components: - - pos: -153.5,7.5 + - type: Transform + pos: -153.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33634 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33635 components: - - pos: -84.5,39.5 + - type: Transform + pos: -84.5,39.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30171 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33654 components: - - pos: -98.5,46.5 + - type: Transform + pos: -98.5,46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41645 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34596 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-73.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41640 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34597 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41636 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34598 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41645 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34602 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-67.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41638 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34603 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-71.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41638 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-72.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41638 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 35510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41744 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 35564 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36907 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-86.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36908 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-87.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41623 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36909 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-88.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 36950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -121.5,-59.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37013 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.5,-53.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37022 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -150.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37023 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -140.5,-39.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-16.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29918 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37363 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-63.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41636 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37374 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14983 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-65.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41662 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37424 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41655 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41659 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41659 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37624 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41575 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41571 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37647 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41571 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37648 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41570 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37649 components: - - pos: -13.5,37.5 + - type: Transform + pos: -13.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30173 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41575 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37682 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37684 components: - - pos: -38.5,42.5 + - type: Transform + pos: -38.5,42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37685 components: - - pos: -27.5,38.5 + - type: Transform + pos: -27.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37686 components: - - pos: -22.5,40.5 + - type: Transform + pos: -22.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37687 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41560 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41560 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37689 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37694 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29883 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37695 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37696 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37747 components: - - pos: 25.5,22.5 + - type: Transform + pos: 25.5,22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37783 components: - - pos: 24.5,-9.5 + - type: Transform + pos: 24.5,-9.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41772 - 14068 - 30100 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-33.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37859 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-55.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37870 components: - - pos: 43.5,-52.5 + - type: Transform + pos: 43.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37871 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 43.5,-55.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37874 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-54.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37953 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30167 - 16630 - 41757 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 37983 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41751 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38014 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-60.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41756 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-61.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41756 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-55.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41753 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38017 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 53.5,-54.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41753 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-44.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 61.5,-44.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-47.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38170 components: - - pos: 24.5,-44.5 + - type: Transform + pos: 24.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30114 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-60.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41757 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41748 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-55.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41748 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38229 components: - - pos: 19.5,-59.5 + - type: Transform + pos: 19.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41760 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38259 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30174 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38260 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41760 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38289 components: - - pos: -14.5,-45.5 + - type: Transform + pos: -14.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30112 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38321 components: - - pos: -6.5,-50.5 + - type: Transform + pos: -6.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41668 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-55.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41668 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38331 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-61.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41665 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 38332 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-56.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41665 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41534 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30171 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41590 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16633 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41741 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41688 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41741 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41741 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41737 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 41706 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41737 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 42145 + components: + - type: Transform + pos: -57.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 6036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-35.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13266 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 13961 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-4.5 parent: 1 - type: Transform - - deviceLists: - - 29912 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: DeviceNetwork + deviceLists: + - 42164 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14676 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41619 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 14704 components: - - pos: -64.5,23.5 + - type: Transform + pos: -64.5,23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4486 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16848 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41599 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16849 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41601 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22019 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30109 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22231 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22232 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22234 components: - - pos: 28.5,-25.5 + - type: Transform + pos: 28.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22423 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30114 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22605 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-73.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41662 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22656 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-25.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22670 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30112 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22699 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30112 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22700 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22707 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-34.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22726 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-45.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22727 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22734 components: - - pos: -30.5,-35.5 + - type: Transform + pos: -30.5,-35.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-51.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41659 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22753 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-42.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22762 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-39.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22763 components: - - pos: -33.5,-38.5 + - type: Transform + pos: -33.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-47.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30111 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22786 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22794 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-56.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22803 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-52.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22852 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13266 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-65.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22922 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-69.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22928 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-75.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22941 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-71.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22942 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-71.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22943 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,-71.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22955 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-70.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 22974 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-39.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23048 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41645 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23065 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23097 components: - - pos: -56.5,-14.5 + - type: Transform + pos: -56.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23103 components: - - pos: -44.5,-14.5 + - type: Transform + pos: -44.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23122 components: - - pos: -47.5,-17.5 + - type: Transform + pos: -47.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23125 components: - - pos: -56.5,-34.5 + - type: Transform + pos: -56.5,-34.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23137 components: - - pos: -53.5,-20.5 + - type: Transform + pos: -53.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23141 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23145 components: - - pos: -48.5,-23.5 + - type: Transform + pos: -48.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23147 components: - - pos: -44.5,-20.5 + - type: Transform + pos: -44.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23170 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23176 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-36.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23177 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23180 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23181 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-44.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41650 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23207 components: - - pos: -49.5,-43.5 + - type: Transform + pos: -49.5,-43.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23208 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-47.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23211 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-56.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-49.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23232 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-49.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23235 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-61.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-61.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-56.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23265 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23279 components: - - pos: -57.5,-44.5 + - type: Transform + pos: -57.5,-44.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23291 components: - - pos: -79.5,-23.5 + - type: Transform + pos: -79.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23293 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23296 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23303 components: - - pos: -82.5,-20.5 + - type: Transform + pos: -82.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4486 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23332 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13266 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23335 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23357 components: - - pos: -68.5,-22.5 + - type: Transform + pos: -68.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 4412 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23368 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-19.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 1744 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23369 components: - - pos: -73.5,-18.5 + - type: Transform + pos: -73.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 1744 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23394 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29913 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23395 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29913 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23396 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29913 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23397 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29917 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 23595 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-43.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24395 components: - - pos: -68.5,-67.5 + - type: Transform + pos: -68.5,-67.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24934 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 3209 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 7586 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25016 components: - - pos: -143.5,-7.5 + - type: Transform + pos: -143.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25026 components: - - pos: -100.5,-24.5 + - type: Transform + pos: -100.5,-24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16633 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25045 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -127.5,12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25046 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,-2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25047 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -141.5,22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25050 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -131.5,20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25051 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25055 components: - - pos: -120.5,23.5 + - type: Transform + pos: -120.5,23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25056 components: - - pos: -104.5,23.5 + - type: Transform + pos: -104.5,23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25060 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25061 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,16.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25062 components: - - pos: -87.5,19.5 + - type: Transform + pos: -87.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25064 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25284 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -103.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25289 components: - - pos: -108.5,13.5 + - type: Transform + pos: -108.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-2.5 parent: 1 - type: Transform - - deviceLists: - - 29912 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: DeviceNetwork + deviceLists: + - 42164 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -117.5,1.5 parent: 1 - type: Transform - - deviceLists: - - 29912 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: DeviceNetwork + deviceLists: + - 42164 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29903 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25368 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29903 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25370 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25371 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25373 components: - - pos: -78.5,2.5 + - type: Transform + pos: -78.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25375 components: - - pos: -78.5,13.5 + - type: Transform + pos: -78.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25384 components: - - pos: -90.5,-4.5 + - type: Transform + pos: -90.5,-4.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29903 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25431 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -82.5,25.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,24.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25509 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.5,-4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25517 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,30.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 3209 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,25.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25606 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29902 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25612 components: - - pos: -69.5,32.5 + - type: Transform + pos: -69.5,32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.5,16.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25654 components: - - pos: -67.5,-7.5 + - type: Transform + pos: -67.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25660 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25661 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25662 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -61.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25676 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25678 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25686 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25689 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25767 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29926 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25768 components: - - pos: -39.5,15.5 + - type: Transform + pos: -39.5,15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29926 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25770 components: - - pos: -37.5,2.5 + - type: Transform + pos: -37.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25772 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25782 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,13.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29926 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25820 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26004 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26426 components: - - pos: -58.5,32.5 + - type: Transform + pos: -58.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30092 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26675 components: - - pos: -17.5,11.5 + - type: Transform + pos: -17.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26677 components: - - pos: -29.5,14.5 + - type: Transform + pos: -29.5,14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26678 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26720 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-20.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26721 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26722 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26723 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26724 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26755 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26757 components: - - pos: -33.5,6.5 + - type: Transform + pos: -33.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26786 components: - - pos: -28.5,25.5 + - type: Transform + pos: -28.5,25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29928 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26792 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,24.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29928 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29928 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26798 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30092 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26800 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26801 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,16.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26802 components: - - pos: -46.5,20.5 + - type: Transform + pos: -46.5,20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30092 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26810 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26811 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,26.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 13956 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26928 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41575 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26949 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,25.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,25.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30095 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26966 components: - - pos: -20.5,33.5 + - type: Transform + pos: -20.5,33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30095 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 26988 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,20.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30096 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27009 components: - - pos: 16.5,17.5 + - type: Transform + pos: 16.5,17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41784 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27025 components: - - pos: 16.5,10.5 + - type: Transform + pos: 16.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41784 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27053 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27054 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27055 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27056 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27057 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27058 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30099 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27059 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 36730 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27060 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27061 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,5.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30099 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27117 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27125 components: - - pos: -18.5,2.5 + - type: Transform + pos: -18.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-4.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27155 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27156 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27178 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27183 components: - - pos: -5.5,-29.5 + - type: Transform + pos: -5.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30102 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41770 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-21.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-18.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27271 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29780 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27321 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27347 components: - - pos: -9.5,-17.5 + - type: Transform + pos: -9.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30101 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27354 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30101 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27363 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27364 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27366 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27413 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-22.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41744 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27423 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 31.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41775 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27479 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-6.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30100 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27480 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30100 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27482 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27483 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 27615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 28092 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 28207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30200 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-34.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 30289 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33259 components: - - pos: -152.5,6.5 + - type: Transform + pos: -152.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33653 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30171 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,44.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33656 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 33758 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30168 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41645 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34595 components: - - pos: -111.5,-67.5 + - type: Transform + pos: -111.5,-67.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41640 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-68.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41638 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34601 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-71.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41638 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34628 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-46.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30114 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34631 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,-65.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41636 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34984 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29902 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36276 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-23.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41585 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,-32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41587 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 36286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.5,-35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41587 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37121 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-12.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 37122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-17.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37123 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-15.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30094 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -150.5,-37.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37149 components: - - pos: -140.5,-36.5 + - type: Transform + pos: -140.5,-36.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -121.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29918 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.5,-52.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -119.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-85.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41623 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-86.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37281 components: - - pos: -95.5,-82.5 + - type: Transform + pos: -95.5,-82.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -97.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41636 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37371 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 14983 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37388 components: - - pos: -17.5,-66.5 + - type: Transform + pos: -17.5,-66.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41662 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37422 components: - - pos: -22.5,-49.5 + - type: Transform + pos: -22.5,-49.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41655 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37446 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41659 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37488 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,34.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 29883 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37497 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37498 components: - - pos: -40.5,41.5 + - type: Transform + pos: -40.5,41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37499 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37514 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,35.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41548 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37519 components: - - pos: -28.5,38.5 + - type: Transform + pos: -28.5,38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,29.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41550 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41560 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37526 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41560 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37527 components: - - pos: -18.5,36.5 + - type: Transform + pos: -18.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37528 components: - - pos: -23.5,40.5 + - type: Transform + pos: -23.5,40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41556 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37578 components: - - pos: -5.5,36.5 + - type: Transform + pos: -5.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41570 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37579 components: - - pos: 2.5,36.5 + - type: Transform + pos: 2.5,36.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41571 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37580 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,31.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41571 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37594 components: - - pos: -12.5,37.5 + - type: Transform + pos: -12.5,37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30173 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37623 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,32.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41575 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37746 components: - - pos: 24.5,22.5 + - type: Transform + pos: 24.5,22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37782 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-10.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41772 - 14068 - 30100 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-54.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37897 components: - - pos: 42.5,-52.5 + - type: Transform + pos: 42.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37898 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-56.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37908 components: - - pos: 34.5,-52.5 + - type: Transform + pos: 34.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37909 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-56.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41749 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37931 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37952 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41757 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 37982 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-43.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41751 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38010 components: - - pos: 47.5,-52.5 + - type: Transform + pos: 47.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41753 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38011 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41753 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38012 components: - - pos: 47.5,-58.5 + - type: Transform + pos: 47.5,-58.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41756 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38013 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41756 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 61.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38148 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41757 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-50.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 16630 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-59.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41760 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-54.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41748 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38228 components: - - pos: 15.5,-52.5 + - type: Transform + pos: 15.5,-52.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41748 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-60.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41760 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30174 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38288 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-48.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30112 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38300 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-53.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41668 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-51.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41668 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38302 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38330 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-58.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41665 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 38333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-54.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41665 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41533 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,33.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 30171 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41622 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -110.5,-27.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41596 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41741 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41703 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-41.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41737 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-38.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41737 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41722 components: - - pos: 18.5,-40.5 + - type: Transform + pos: 18.5,-40.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41741 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 41734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-37.5 parent: 1 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 41741 - type: DeviceNetwork - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 42144 + components: + - type: Transform + pos: -56.5,42.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVolumePump entities: - uid: 6960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-58.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 26324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#80FF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#80FF00FF' - uid: 27921 components: - - pos: -101.5,-66.5 + - type: Transform + pos: -101.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#3399FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 27922 components: - - pos: -103.5,-66.5 + - type: Transform + pos: -103.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 27923 components: - - pos: -105.5,-66.5 + - type: Transform + pos: -105.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#66FF66FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#66FF66FF' - uid: 28534 components: - - pos: -102.5,-66.5 + - type: Transform + pos: -102.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF3333FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF3333FF' - uid: 28535 components: - - pos: -104.5,-66.5 + - type: Transform + pos: -104.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF66B2FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF66B2FF' - proto: Gauze entities: - uid: 13691 components: - - pos: -67.55963,-67.31312 + - type: Transform + pos: -67.55963,-67.31312 parent: 1 - type: Transform - uid: 31449 components: - - pos: -76.55649,-44.4295 + - type: Transform + pos: -76.55649,-44.4295 parent: 1 - type: Transform - proto: GeigerCounter entities: - uid: 16433 components: - - pos: -40.01321,-66.38464 + - type: Transform + pos: -40.01321,-66.38464 parent: 1 - type: Transform - uid: 30899 components: - - pos: -36.32336,-64.355286 + - type: Transform + pos: -36.32336,-64.355286 parent: 1 - type: Transform - proto: GeneratorRTG entities: - uid: 3288 components: - - pos: -111.5,11.5 + - type: Transform + pos: -111.5,11.5 parent: 1 - type: Transform - uid: 12346 components: - - pos: 18.5,16.5 + - type: Transform + pos: 18.5,16.5 parent: 1 - type: Transform - proto: Girder entities: - uid: 2867 components: - - pos: -71.5,-58.5 + - type: Transform + pos: -71.5,-58.5 parent: 1 - type: Transform - uid: 8756 components: - - pos: -102.5,-35.5 + - type: Transform + pos: -102.5,-35.5 parent: 1 - type: Transform - uid: 8850 components: - - pos: -100.5,-33.5 + - type: Transform + pos: -100.5,-33.5 parent: 1 - type: Transform - uid: 16246 components: - - pos: -33.5,17.5 + - type: Transform + pos: -33.5,17.5 parent: 1 - type: Transform - uid: 30590 components: - - pos: -123.5,-8.5 + - type: Transform + pos: -123.5,-8.5 parent: 1 - type: Transform - uid: 30591 components: - - pos: -122.5,-8.5 + - type: Transform + pos: -122.5,-8.5 parent: 1 - type: Transform - uid: 30610 components: - - pos: -123.5,-7.5 + - type: Transform + pos: -123.5,-7.5 parent: 1 - type: Transform - uid: 30685 components: - - pos: -20.5,-19.5 + - type: Transform + pos: -20.5,-19.5 parent: 1 - type: Transform - uid: 31276 components: - - pos: -24.5,16.5 + - type: Transform + pos: -24.5,16.5 parent: 1 - type: Transform - uid: 31386 components: - - pos: 6.5,-42.5 + - type: Transform + pos: 6.5,-42.5 parent: 1 - type: Transform - uid: 31421 components: - - pos: -75.5,-45.5 + - type: Transform + pos: -75.5,-45.5 parent: 1 - type: Transform - uid: 31462 components: - - pos: 5.5,-42.5 + - type: Transform + pos: 5.5,-42.5 parent: 1 - type: Transform - uid: 31464 components: - - pos: 5.5,-41.5 + - type: Transform + pos: 5.5,-41.5 parent: 1 - type: Transform - uid: 33919 components: - - pos: -88.5,-65.5 + - type: Transform + pos: -88.5,-65.5 parent: 1 - type: Transform - uid: 34161 components: - - pos: -93.5,-32.5 + - type: Transform + pos: -93.5,-32.5 parent: 1 - type: Transform - uid: 34162 components: - - pos: -93.5,-31.5 + - type: Transform + pos: -93.5,-31.5 parent: 1 - type: Transform - uid: 34577 components: - - pos: -121.5,-19.5 + - type: Transform + pos: -121.5,-19.5 parent: 1 - type: Transform - uid: 34578 components: - - pos: -120.5,-18.5 + - type: Transform + pos: -120.5,-18.5 parent: 1 - type: Transform - uid: 34579 components: - - pos: -120.5,-17.5 + - type: Transform + pos: -120.5,-17.5 parent: 1 - type: Transform - uid: 36666 components: - - pos: -90.5,-75.5 + - type: Transform + pos: -90.5,-75.5 parent: 1 - type: Transform - uid: 36667 components: - - pos: -90.5,-76.5 + - type: Transform + pos: -90.5,-76.5 parent: 1 - type: Transform - uid: 36668 components: - - pos: -91.5,-77.5 + - type: Transform + pos: -91.5,-77.5 parent: 1 - type: Transform - uid: 36669 components: - - pos: -92.5,-75.5 + - type: Transform + pos: -92.5,-75.5 parent: 1 - type: Transform - proto: GlimmerProber entities: - uid: 6846 components: - - pos: -32.5,-43.5 + - type: Transform + pos: -32.5,-43.5 parent: 1 - type: Transform - proto: GlowstickBase entities: - uid: 15778 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.57205,-74.27305 parent: 1 - type: Transform - uid: 36845 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.545366,21.635328 parent: 1 - type: Transform - proto: GlowstickBlue entities: - uid: 15777 components: - - pos: -64.426216,-74.30432 + - type: Transform + pos: -64.426216,-74.30432 parent: 1 - type: Transform - uid: 36844 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.770367,21.585295 parent: 1 - type: Transform - proto: GlowstickPurple entities: - uid: 15779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.38455,-74.4711 parent: 1 - type: Transform - uid: 36846 components: - - pos: 24.432867,21.610312 + - type: Transform + pos: 24.432867,21.610312 parent: 1 - type: Transform - proto: GlowstickRed entities: - uid: 36847 components: - - pos: 24.570368,21.610312 + - type: Transform + pos: 24.570368,21.610312 parent: 1 - type: Transform - proto: GlowstickYellow entities: - uid: 36848 components: - - pos: 24.720367,21.597803 + - type: Transform + pos: 24.720367,21.597803 parent: 1 - type: Transform - proto: GoldOre1 entities: - uid: 6097 components: - - pos: -15.543354,29.8275 + - type: Transform + pos: -15.543354,29.8275 parent: 1 - type: Transform - proto: GravityGenerator entities: - uid: 13196 components: - - pos: -120.5,-38.5 + - type: Transform + pos: -120.5,-38.5 parent: 1 - type: Transform - proto: Grille entities: - uid: 3 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 1 - type: Transform - uid: 4 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 1 - type: Transform - uid: 5 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 1 - type: Transform - uid: 6 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 1 - type: Transform - uid: 7 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 8 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 9 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 10 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 11 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 12 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 1 - type: Transform - uid: 13 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - uid: 14 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 15 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 16 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 17 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 18 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 19 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 1 - type: Transform - uid: 20 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 1 - type: Transform - uid: 21 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 22 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 1 - type: Transform - uid: 23 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 1 - type: Transform - uid: 24 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 1 - type: Transform - uid: 25 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 26 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 27 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 28 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 29 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 30 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 31 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 32 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 33 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 62 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 79 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 95 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 102 components: - - pos: -30.5,-67.5 + - type: Transform + pos: -30.5,-67.5 parent: 1 - type: Transform - uid: 111 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 112 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 113 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 114 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 115 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 116 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 117 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 118 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 119 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 120 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 1 - type: Transform - uid: 125 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 126 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 127 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 128 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 129 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - uid: 130 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 131 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 1 - type: Transform - uid: 132 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 1 - type: Transform - uid: 133 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 134 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 1 - type: Transform - uid: 135 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 136 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 137 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 138 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 139 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - uid: 140 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - uid: 141 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 1 - type: Transform - uid: 142 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 1 - type: Transform - uid: 197 components: - - pos: -30.5,-66.5 + - type: Transform + pos: -30.5,-66.5 parent: 1 - type: Transform - uid: 218 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 223 components: - - pos: 2.5,-22.5 + - type: Transform + pos: 2.5,-22.5 parent: 1 - type: Transform - uid: 224 components: - - pos: -3.5,-22.5 + - type: Transform + pos: -3.5,-22.5 parent: 1 - type: Transform - uid: 249 components: - - pos: -11.5,7.5 + - type: Transform + pos: -11.5,7.5 parent: 1 - type: Transform - uid: 250 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 1 - type: Transform - uid: 351 components: - - pos: -21.5,6.5 + - type: Transform + pos: -21.5,6.5 parent: 1 - type: Transform - uid: 354 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - uid: 368 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 369 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 370 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 1 - type: Transform - uid: 371 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 372 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 1 - type: Transform - uid: 373 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 374 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - uid: 375 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 1 - type: Transform - uid: 376 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 1 - type: Transform - uid: 377 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 1 - type: Transform - uid: 379 components: - - pos: 6.5,-16.5 + - type: Transform + pos: 6.5,-16.5 parent: 1 - type: Transform - uid: 380 components: - - pos: 4.5,-16.5 + - type: Transform + pos: 4.5,-16.5 parent: 1 - type: Transform - uid: 381 components: - - pos: 5.5,-16.5 + - type: Transform + pos: 5.5,-16.5 parent: 1 - type: Transform - uid: 383 components: - - pos: 3.5,-16.5 + - type: Transform + pos: 3.5,-16.5 parent: 1 - type: Transform - uid: 385 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 1 - type: Transform - uid: 386 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 387 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 1 - type: Transform - uid: 388 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 1 - type: Transform - uid: 389 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 1 - type: Transform - uid: 390 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 391 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 392 components: - - pos: -6.5,-16.5 + - type: Transform + pos: -6.5,-16.5 parent: 1 - type: Transform - uid: 393 components: - - pos: -7.5,-16.5 + - type: Transform + pos: -7.5,-16.5 parent: 1 - type: Transform - uid: 394 components: - - pos: -8.5,-16.5 + - type: Transform + pos: -8.5,-16.5 parent: 1 - type: Transform - uid: 397 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 1 - type: Transform - uid: 398 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 1 - type: Transform - uid: 399 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 1 - type: Transform - uid: 412 components: - - pos: -15.5,-8.5 + - type: Transform + pos: -15.5,-8.5 parent: 1 - type: Transform - uid: 413 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 1 - type: Transform - uid: 415 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 1 - type: Transform - uid: 416 components: - - pos: -15.5,-0.5 + - type: Transform + pos: -15.5,-0.5 parent: 1 - type: Transform - uid: 417 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 1 - type: Transform - uid: 418 components: - - pos: -15.5,-2.5 + - type: Transform + pos: -15.5,-2.5 parent: 1 - type: Transform - uid: 419 components: - - pos: -15.5,-3.5 + - type: Transform + pos: -15.5,-3.5 parent: 1 - type: Transform - uid: 517 components: - - pos: -31.5,1.5 + - type: Transform + pos: -31.5,1.5 parent: 1 - type: Transform - uid: 518 components: - - pos: -31.5,7.5 + - type: Transform + pos: -31.5,7.5 parent: 1 - type: Transform - uid: 519 components: - - pos: -31.5,6.5 + - type: Transform + pos: -31.5,6.5 parent: 1 - type: Transform - uid: 585 components: - - pos: -45.5,44.5 + - type: Transform + pos: -45.5,44.5 parent: 1 - type: Transform - uid: 626 components: - - pos: -38.5,-16.5 + - type: Transform + pos: -38.5,-16.5 parent: 1 - type: Transform - uid: 627 components: - - pos: -37.5,-16.5 + - type: Transform + pos: -37.5,-16.5 parent: 1 - type: Transform - uid: 650 components: - - pos: -10.5,14.5 + - type: Transform + pos: -10.5,14.5 parent: 1 - type: Transform - uid: 679 components: - - pos: -3.5,-21.5 + - type: Transform + pos: -3.5,-21.5 parent: 1 - type: Transform - uid: 681 components: - - pos: 7.5,-16.5 + - type: Transform + pos: 7.5,-16.5 parent: 1 - type: Transform - uid: 682 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 1 - type: Transform - uid: 683 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 1 - type: Transform - uid: 684 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 1 - type: Transform - uid: 689 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 1 - type: Transform - uid: 691 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 697 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 698 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 701 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - uid: 702 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - uid: 708 components: - - pos: 2.5,-21.5 + - type: Transform + pos: 2.5,-21.5 parent: 1 - type: Transform - uid: 716 components: - - pos: -6.5,-20.5 + - type: Transform + pos: -6.5,-20.5 parent: 1 - type: Transform - uid: 720 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 1 - type: Transform - uid: 721 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 722 components: - - pos: 5.5,-20.5 + - type: Transform + pos: 5.5,-20.5 parent: 1 - type: Transform - uid: 723 components: - - pos: 4.5,-20.5 + - type: Transform + pos: 4.5,-20.5 parent: 1 - type: Transform - uid: 724 components: - - pos: 3.5,-20.5 + - type: Transform + pos: 3.5,-20.5 parent: 1 - type: Transform - uid: 839 components: - - pos: -9.5,14.5 + - type: Transform + pos: -9.5,14.5 parent: 1 - type: Transform - uid: 840 components: - - pos: -11.5,14.5 + - type: Transform + pos: -11.5,14.5 parent: 1 - type: Transform - uid: 843 components: - - pos: -13.5,-15.5 + - type: Transform + pos: -13.5,-15.5 parent: 1 - type: Transform - uid: 844 components: - - pos: -13.5,-15.5 + - type: Transform + pos: -13.5,-15.5 parent: 1 - type: Transform - uid: 845 components: - - pos: -13.5,-14.5 + - type: Transform + pos: -13.5,-14.5 parent: 1 - type: Transform - uid: 846 components: - - pos: -13.5,-13.5 + - type: Transform + pos: -13.5,-13.5 parent: 1 - type: Transform - uid: 847 components: - - pos: -13.5,-12.5 + - type: Transform + pos: -13.5,-12.5 parent: 1 - type: Transform - uid: 849 components: - - pos: -13.5,-10.5 + - type: Transform + pos: -13.5,-10.5 parent: 1 - type: Transform - uid: 855 components: - - pos: -35.5,-11.5 + - type: Transform + pos: -35.5,-11.5 parent: 1 - type: Transform - uid: 856 components: - - pos: -35.5,-12.5 + - type: Transform + pos: -35.5,-12.5 parent: 1 - type: Transform - uid: 857 components: - - pos: -39.5,-10.5 + - type: Transform + pos: -39.5,-10.5 parent: 1 - type: Transform - uid: 858 components: - - pos: -35.5,-15.5 + - type: Transform + pos: -35.5,-15.5 parent: 1 - type: Transform - uid: 859 components: - - pos: -35.5,-14.5 + - type: Transform + pos: -35.5,-14.5 parent: 1 - type: Transform - uid: 860 components: - - pos: -35.5,-10.5 + - type: Transform + pos: -35.5,-10.5 parent: 1 - type: Transform - uid: 861 components: - - pos: -39.5,-11.5 + - type: Transform + pos: -39.5,-11.5 parent: 1 - type: Transform - uid: 862 components: - - pos: -39.5,-12.5 + - type: Transform + pos: -39.5,-12.5 parent: 1 - type: Transform - uid: 864 components: - - pos: -39.5,-14.5 + - type: Transform + pos: -39.5,-14.5 parent: 1 - type: Transform - uid: 865 components: - - pos: -39.5,-15.5 + - type: Transform + pos: -39.5,-15.5 parent: 1 - type: Transform - uid: 877 components: - - pos: -34.5,-9.5 + - type: Transform + pos: -34.5,-9.5 parent: 1 - type: Transform - uid: 878 components: - - pos: -31.5,-9.5 + - type: Transform + pos: -31.5,-9.5 parent: 1 - type: Transform - uid: 879 components: - - pos: -30.5,-9.5 + - type: Transform + pos: -30.5,-9.5 parent: 1 - type: Transform - uid: 909 components: - - pos: -24.5,-11.5 + - type: Transform + pos: -24.5,-11.5 parent: 1 - type: Transform - uid: 910 components: - - pos: -24.5,-10.5 + - type: Transform + pos: -24.5,-10.5 parent: 1 - type: Transform - uid: 981 components: - - pos: -35.5,1.5 + - type: Transform + pos: -35.5,1.5 parent: 1 - type: Transform - uid: 982 components: - - pos: -35.5,2.5 + - type: Transform + pos: -35.5,2.5 parent: 1 - type: Transform - uid: 983 components: - - pos: -35.5,7.5 + - type: Transform + pos: -35.5,7.5 parent: 1 - type: Transform - uid: 984 components: - - pos: -35.5,6.5 + - type: Transform + pos: -35.5,6.5 parent: 1 - type: Transform - uid: 985 components: - - pos: -36.5,0.5 + - type: Transform + pos: -36.5,0.5 parent: 1 - type: Transform - uid: 986 components: - - pos: -37.5,0.5 + - type: Transform + pos: -37.5,0.5 parent: 1 - type: Transform - uid: 987 components: - - pos: -38.5,-1.5 + - type: Transform + pos: -38.5,-1.5 parent: 1 - type: Transform - uid: 988 components: - - pos: -38.5,-2.5 + - type: Transform + pos: -38.5,-2.5 parent: 1 - type: Transform - uid: 989 components: - - pos: -38.5,-3.5 + - type: Transform + pos: -38.5,-3.5 parent: 1 - type: Transform - uid: 990 components: - - pos: -38.5,-5.5 + - type: Transform + pos: -38.5,-5.5 parent: 1 - type: Transform - uid: 991 components: - - pos: -38.5,-6.5 + - type: Transform + pos: -38.5,-6.5 parent: 1 - type: Transform - uid: 992 components: - - pos: -38.5,-7.5 + - type: Transform + pos: -38.5,-7.5 parent: 1 - type: Transform - uid: 1132 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 1 - type: Transform - uid: 1133 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 1137 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 1138 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 1139 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 1140 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 1141 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 1142 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - uid: 1143 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - uid: 1144 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 1 - type: Transform - uid: 1160 components: - - pos: -49.5,44.5 + - type: Transform + pos: -49.5,44.5 parent: 1 - type: Transform - uid: 1190 components: - - pos: 14.5,3.5 + - type: Transform + pos: 14.5,3.5 parent: 1 - type: Transform - uid: 1191 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 1 - type: Transform - uid: 1192 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 1 - type: Transform - uid: 1193 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 1 - type: Transform - uid: 1194 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 1 - type: Transform - uid: 1195 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 1 - type: Transform - uid: 1196 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 1 - type: Transform - uid: 1197 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 1 - type: Transform - uid: 1327 components: - - pos: 12.5,-21.5 + - type: Transform + pos: 12.5,-21.5 parent: 1 - type: Transform - uid: 1331 components: - - pos: -11.5,-57.5 + - type: Transform + pos: -11.5,-57.5 parent: 1 - type: Transform - uid: 1332 components: - - pos: 12.5,-22.5 + - type: Transform + pos: 12.5,-22.5 parent: 1 - type: Transform - uid: 1368 components: - - pos: -44.5,2.5 + - type: Transform + pos: -44.5,2.5 parent: 1 - type: Transform - uid: 1371 components: - - pos: -44.5,4.5 + - type: Transform + pos: -44.5,4.5 parent: 1 - type: Transform - uid: 1372 components: - - pos: -43.5,-6.5 + - type: Transform + pos: -43.5,-6.5 parent: 1 - type: Transform - uid: 1374 components: - - pos: -44.5,-6.5 + - type: Transform + pos: -44.5,-6.5 parent: 1 - type: Transform - uid: 1377 components: - - pos: -42.5,-0.5 + - type: Transform + pos: -42.5,-0.5 parent: 1 - type: Transform - uid: 1378 components: - - pos: -42.5,-1.5 + - type: Transform + pos: -42.5,-1.5 parent: 1 - type: Transform - uid: 1379 components: - - pos: -42.5,-4.5 + - type: Transform + pos: -42.5,-4.5 parent: 1 - type: Transform - uid: 1380 components: - - pos: -42.5,-3.5 + - type: Transform + pos: -42.5,-3.5 parent: 1 - type: Transform - uid: 1405 components: - - pos: -45.5,-6.5 + - type: Transform + pos: -45.5,-6.5 parent: 1 - type: Transform - uid: 1410 components: - - pos: -47.5,-6.5 + - type: Transform + pos: -47.5,-6.5 parent: 1 - type: Transform - uid: 1534 components: - - pos: -13.5,-40.5 + - type: Transform + pos: -13.5,-40.5 parent: 1 - type: Transform - uid: 1572 components: - - pos: 7.5,-24.5 + - type: Transform + pos: 7.5,-24.5 parent: 1 - type: Transform - uid: 1573 components: - - pos: 11.5,-24.5 + - type: Transform + pos: 11.5,-24.5 parent: 1 - type: Transform - uid: 1602 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 parent: 1 - type: Transform - uid: 1603 components: - - pos: -12.5,-28.5 + - type: Transform + pos: -12.5,-28.5 parent: 1 - type: Transform - uid: 1610 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 1 - type: Transform - uid: 1635 components: - - pos: -10.5,-29.5 + - type: Transform + pos: -10.5,-29.5 parent: 1 - type: Transform - uid: 1652 components: - - pos: -8.5,-33.5 + - type: Transform + pos: -8.5,-33.5 parent: 1 - type: Transform - uid: 1653 components: - - pos: -7.5,-33.5 + - type: Transform + pos: -7.5,-33.5 parent: 1 - type: Transform - uid: 1655 components: - - pos: -6.5,-32.5 + - type: Transform + pos: -6.5,-32.5 parent: 1 - type: Transform - uid: 1656 components: - - pos: -6.5,-29.5 + - type: Transform + pos: -6.5,-29.5 parent: 1 - type: Transform - uid: 1661 components: - - pos: -14.5,-30.5 + - type: Transform + pos: -14.5,-30.5 parent: 1 - type: Transform - uid: 1662 components: - - pos: -14.5,-29.5 + - type: Transform + pos: -14.5,-29.5 parent: 1 - type: Transform - uid: 1667 components: - - pos: -2.5,-29.5 + - type: Transform + pos: -2.5,-29.5 parent: 1 - type: Transform - uid: 1668 components: - - pos: -2.5,-31.5 + - type: Transform + pos: -2.5,-31.5 parent: 1 - type: Transform - uid: 1750 components: - - pos: -9.5,-38.5 + - type: Transform + pos: -9.5,-38.5 parent: 1 - type: Transform - uid: 1759 components: - - pos: -13.5,-37.5 + - type: Transform + pos: -13.5,-37.5 parent: 1 - type: Transform - uid: 1763 components: - - pos: 12.5,-18.5 + - type: Transform + pos: 12.5,-18.5 parent: 1 - type: Transform - uid: 1764 components: - - pos: 12.5,-20.5 + - type: Transform + pos: 12.5,-20.5 parent: 1 - type: Transform - uid: 1768 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 1 - type: Transform - uid: 1769 components: - - pos: -12.5,-41.5 + - type: Transform + pos: -12.5,-41.5 parent: 1 - type: Transform - uid: 1849 components: - - pos: -13.5,-49.5 + - type: Transform + pos: -13.5,-49.5 parent: 1 - type: Transform - uid: 1854 components: - - pos: -4.5,-51.5 + - type: Transform + pos: -4.5,-51.5 parent: 1 - type: Transform - uid: 1855 components: - - pos: -4.5,-50.5 + - type: Transform + pos: -4.5,-50.5 parent: 1 - type: Transform - uid: 1860 components: - - pos: 37.5,-39.5 + - type: Transform + pos: 37.5,-39.5 parent: 1 - type: Transform - uid: 1877 components: - - pos: 56.5,-8.5 + - type: Transform + pos: 56.5,-8.5 parent: 1 - type: Transform - uid: 1889 components: - - pos: 48.5,-6.5 + - type: Transform + pos: 48.5,-6.5 parent: 1 - type: Transform - uid: 1897 components: - - pos: -2.5,-61.5 + - type: Transform + pos: -2.5,-61.5 parent: 1 - type: Transform - uid: 1926 components: - - pos: 49.5,-6.5 + - type: Transform + pos: 49.5,-6.5 parent: 1 - type: Transform - uid: 1931 components: - - pos: 49.5,-7.5 + - type: Transform + pos: 49.5,-7.5 parent: 1 - type: Transform - uid: 1932 components: - - pos: 47.5,-4.5 + - type: Transform + pos: 47.5,-4.5 parent: 1 - type: Transform - uid: 1933 components: - - pos: 45.5,-4.5 + - type: Transform + pos: 45.5,-4.5 parent: 1 - type: Transform - uid: 1934 components: - - pos: 47.5,-2.5 + - type: Transform + pos: 47.5,-2.5 parent: 1 - type: Transform - uid: 1953 components: - - pos: 23.5,0.5 + - type: Transform + pos: 23.5,0.5 parent: 1 - type: Transform - uid: 1954 components: - - pos: 24.5,0.5 + - type: Transform + pos: 24.5,0.5 parent: 1 - type: Transform - uid: 1955 components: - - pos: 25.5,0.5 + - type: Transform + pos: 25.5,0.5 parent: 1 - type: Transform - uid: 1956 components: - - pos: 26.5,0.5 + - type: Transform + pos: 26.5,0.5 parent: 1 - type: Transform - uid: 1957 components: - - pos: 27.5,0.5 + - type: Transform + pos: 27.5,0.5 parent: 1 - type: Transform - uid: 1958 components: - - pos: 28.5,0.5 + - type: Transform + pos: 28.5,0.5 parent: 1 - type: Transform - uid: 1959 components: - - pos: 29.5,0.5 + - type: Transform + pos: 29.5,0.5 parent: 1 - type: Transform - uid: 1970 components: - - pos: 23.5,2.5 + - type: Transform + pos: 23.5,2.5 parent: 1 - type: Transform - uid: 1971 components: - - pos: 24.5,2.5 + - type: Transform + pos: 24.5,2.5 parent: 1 - type: Transform - uid: 1972 components: - - pos: 25.5,2.5 + - type: Transform + pos: 25.5,2.5 parent: 1 - type: Transform - uid: 1973 components: - - pos: 26.5,2.5 + - type: Transform + pos: 26.5,2.5 parent: 1 - type: Transform - uid: 1974 components: - - pos: 27.5,2.5 + - type: Transform + pos: 27.5,2.5 parent: 1 - type: Transform - uid: 1975 components: - - pos: 28.5,2.5 + - type: Transform + pos: 28.5,2.5 parent: 1 - type: Transform - uid: 1976 components: - - pos: 29.5,2.5 + - type: Transform + pos: 29.5,2.5 parent: 1 - type: Transform - uid: 1988 components: - - pos: 24.5,-2.5 + - type: Transform + pos: 24.5,-2.5 parent: 1 - type: Transform - uid: 1989 components: - - pos: 25.5,-2.5 + - type: Transform + pos: 25.5,-2.5 parent: 1 - type: Transform - uid: 1990 components: - - pos: 26.5,-2.5 + - type: Transform + pos: 26.5,-2.5 parent: 1 - type: Transform - uid: 1991 components: - - pos: 27.5,-2.5 + - type: Transform + pos: 27.5,-2.5 parent: 1 - type: Transform - uid: 1992 components: - - pos: 28.5,-2.5 + - type: Transform + pos: 28.5,-2.5 parent: 1 - type: Transform - uid: 1993 components: - - pos: 29.5,-2.5 + - type: Transform + pos: 29.5,-2.5 parent: 1 - type: Transform - uid: 1994 components: - - pos: 30.5,-2.5 + - type: Transform + pos: 30.5,-2.5 parent: 1 - type: Transform - uid: 1995 components: - - pos: 31.5,-2.5 + - type: Transform + pos: 31.5,-2.5 parent: 1 - type: Transform - uid: 1996 components: - - pos: 32.5,-2.5 + - type: Transform + pos: 32.5,-2.5 parent: 1 - type: Transform - uid: 1997 components: - - pos: 23.5,-4.5 + - type: Transform + pos: 23.5,-4.5 parent: 1 - type: Transform - uid: 1998 components: - - pos: 24.5,-4.5 + - type: Transform + pos: 24.5,-4.5 parent: 1 - type: Transform - uid: 1999 components: - - pos: 25.5,-4.5 + - type: Transform + pos: 25.5,-4.5 parent: 1 - type: Transform - uid: 2000 components: - - pos: 26.5,-4.5 + - type: Transform + pos: 26.5,-4.5 parent: 1 - type: Transform - uid: 2001 components: - - pos: 27.5,-4.5 + - type: Transform + pos: 27.5,-4.5 parent: 1 - type: Transform - uid: 2002 components: - - pos: 28.5,-4.5 + - type: Transform + pos: 28.5,-4.5 parent: 1 - type: Transform - uid: 2003 components: - - pos: 29.5,-4.5 + - type: Transform + pos: 29.5,-4.5 parent: 1 - type: Transform - uid: 2004 components: - - pos: 30.5,-4.5 + - type: Transform + pos: 30.5,-4.5 parent: 1 - type: Transform - uid: 2005 components: - - pos: 31.5,-4.5 + - type: Transform + pos: 31.5,-4.5 parent: 1 - type: Transform - uid: 2006 components: - - pos: 32.5,-4.5 + - type: Transform + pos: 32.5,-4.5 parent: 1 - type: Transform - uid: 2008 components: - - pos: 50.5,-4.5 + - type: Transform + pos: 50.5,-4.5 parent: 1 - type: Transform - uid: 2021 components: - - pos: 30.5,-36.5 + - type: Transform + pos: 30.5,-36.5 parent: 1 - type: Transform - uid: 2060 components: - - pos: 58.5,6.5 + - type: Transform + pos: 58.5,6.5 parent: 1 - type: Transform - uid: 2076 components: - - pos: 37.5,-41.5 + - type: Transform + pos: 37.5,-41.5 parent: 1 - type: Transform - uid: 2078 components: - - pos: 39.5,-38.5 + - type: Transform + pos: 39.5,-38.5 parent: 1 - type: Transform - uid: 2094 components: - - pos: 60.5,-38.5 + - type: Transform + pos: 60.5,-38.5 parent: 1 - type: Transform - uid: 2111 components: - - pos: -29.5,33.5 + - type: Transform + pos: -29.5,33.5 parent: 1 - type: Transform - uid: 2116 components: - - pos: -29.5,30.5 + - type: Transform + pos: -29.5,30.5 parent: 1 - type: Transform - uid: 2125 components: - - pos: -35.5,27.5 + - type: Transform + pos: -35.5,27.5 parent: 1 - type: Transform - uid: 2126 components: - - pos: -29.5,32.5 + - type: Transform + pos: -29.5,32.5 parent: 1 - type: Transform - uid: 2130 components: - - pos: -38.5,27.5 + - type: Transform + pos: -38.5,27.5 parent: 1 - type: Transform - uid: 2151 components: - - pos: -2.5,-58.5 + - type: Transform + pos: -2.5,-58.5 parent: 1 - type: Transform - uid: 2152 components: - - pos: -4.5,-52.5 + - type: Transform + pos: -4.5,-52.5 parent: 1 - type: Transform - uid: 2164 components: - - pos: 35.5,-0.5 + - type: Transform + pos: 35.5,-0.5 parent: 1 - type: Transform - uid: 2165 components: - - pos: 36.5,-0.5 + - type: Transform + pos: 36.5,-0.5 parent: 1 - type: Transform - uid: 2168 components: - - pos: 57.5,-41.5 + - type: Transform + pos: 57.5,-41.5 parent: 1 - type: Transform - uid: 2170 components: - - pos: 59.5,-38.5 + - type: Transform + pos: 59.5,-38.5 parent: 1 - type: Transform - uid: 2171 components: - - pos: 55.5,-41.5 + - type: Transform + pos: 55.5,-41.5 parent: 1 - type: Transform - uid: 2173 components: - - pos: 37.5,-0.5 + - type: Transform + pos: 37.5,-0.5 parent: 1 - type: Transform - uid: 2174 components: - - pos: 34.5,2.5 + - type: Transform + pos: 34.5,2.5 parent: 1 - type: Transform - uid: 2175 components: - - pos: 38.5,0.5 + - type: Transform + pos: 38.5,0.5 parent: 1 - type: Transform - uid: 2176 components: - - pos: 57.5,-38.5 + - type: Transform + pos: 57.5,-38.5 parent: 1 - type: Transform - uid: 2177 components: - - pos: 38.5,2.5 + - type: Transform + pos: 38.5,2.5 parent: 1 - type: Transform - uid: 2178 components: - - pos: 54.5,-39.5 + - type: Transform + pos: 54.5,-39.5 parent: 1 - type: Transform - uid: 2185 components: - - pos: 23.5,-2.5 + - type: Transform + pos: 23.5,-2.5 parent: 1 - type: Transform - uid: 2194 components: - - pos: 55.5,-38.5 + - type: Transform + pos: 55.5,-38.5 parent: 1 - type: Transform - uid: 2196 components: - - pos: 56.5,-38.5 + - type: Transform + pos: 56.5,-38.5 parent: 1 - type: Transform - uid: 2202 components: - - pos: 44.5,-39.5 + - type: Transform + pos: 44.5,-39.5 parent: 1 - type: Transform - uid: 2209 components: - - pos: 23.5,-58.5 + - type: Transform + pos: 23.5,-58.5 parent: 1 - type: Transform - uid: 2296 components: - - pos: 41.5,-38.5 + - type: Transform + pos: 41.5,-38.5 parent: 1 - type: Transform - uid: 2297 components: - - pos: 40.5,-38.5 + - type: Transform + pos: 40.5,-38.5 parent: 1 - type: Transform - uid: 2327 components: - - pos: 42.5,-38.5 + - type: Transform + pos: 42.5,-38.5 parent: 1 - type: Transform - uid: 2330 components: - - pos: 44.5,-58.5 + - type: Transform + pos: 44.5,-58.5 parent: 1 - type: Transform - uid: 2335 components: - - pos: 8.5,33.5 + - type: Transform + pos: 8.5,33.5 parent: 1 - type: Transform - uid: 2389 components: - - pos: 22.5,15.5 + - type: Transform + pos: 22.5,15.5 parent: 1 - type: Transform - uid: 2390 components: - - pos: 21.5,12.5 + - type: Transform + pos: 21.5,12.5 parent: 1 - type: Transform - uid: 2437 components: - - pos: 53.5,23.5 + - type: Transform + pos: 53.5,23.5 parent: 1 - type: Transform - uid: 2460 components: - - pos: 34.5,0.5 + - type: Transform + pos: 34.5,0.5 parent: 1 - type: Transform - uid: 2467 components: - - pos: -45.5,43.5 + - type: Transform + pos: -45.5,43.5 parent: 1 - type: Transform - uid: 2469 components: - - pos: -49.5,43.5 + - type: Transform + pos: -49.5,43.5 parent: 1 - type: Transform - uid: 2513 components: - - pos: 2.5,-57.5 + - type: Transform + pos: 2.5,-57.5 parent: 1 - type: Transform - uid: 2514 components: - - pos: -0.5,-57.5 + - type: Transform + pos: -0.5,-57.5 parent: 1 - type: Transform - uid: 2519 components: - - pos: 8.5,-54.5 + - type: Transform + pos: 8.5,-54.5 parent: 1 - type: Transform - uid: 2520 components: - - pos: 16.5,-50.5 + - type: Transform + pos: 16.5,-50.5 parent: 1 - type: Transform - uid: 2522 components: - - pos: 16.5,-51.5 + - type: Transform + pos: 16.5,-51.5 parent: 1 - type: Transform - uid: 2524 components: - - pos: 5.5,-54.5 + - type: Transform + pos: 5.5,-54.5 parent: 1 - type: Transform - uid: 2525 components: - - pos: 5.5,-55.5 + - type: Transform + pos: 5.5,-55.5 parent: 1 - type: Transform - uid: 2526 components: - - pos: 5.5,-56.5 + - type: Transform + pos: 5.5,-56.5 parent: 1 - type: Transform - uid: 2527 components: - - pos: 5.5,-50.5 + - type: Transform + pos: 5.5,-50.5 parent: 1 - type: Transform - uid: 2528 components: - - pos: 5.5,-51.5 + - type: Transform + pos: 5.5,-51.5 parent: 1 - type: Transform - uid: 2529 components: - - pos: 5.5,-49.5 + - type: Transform + pos: 5.5,-49.5 parent: 1 - type: Transform - uid: 2530 components: - - pos: 8.5,-55.5 + - type: Transform + pos: 8.5,-55.5 parent: 1 - type: Transform - uid: 2531 components: - - pos: 8.5,-56.5 + - type: Transform + pos: 8.5,-56.5 parent: 1 - type: Transform - uid: 2532 components: - - pos: 8.5,-49.5 + - type: Transform + pos: 8.5,-49.5 parent: 1 - type: Transform - uid: 2533 components: - - pos: 8.5,-50.5 + - type: Transform + pos: 8.5,-50.5 parent: 1 - type: Transform - uid: 2534 components: - - pos: 8.5,-51.5 + - type: Transform + pos: 8.5,-51.5 parent: 1 - type: Transform - uid: 2541 components: - - pos: 16.5,-49.5 + - type: Transform + pos: 16.5,-49.5 parent: 1 - type: Transform - uid: 2699 components: - - pos: 51.5,38.5 + - type: Transform + pos: 51.5,38.5 parent: 1 - type: Transform - uid: 2702 components: - - pos: 57.5,6.5 + - type: Transform + pos: 57.5,6.5 parent: 1 - type: Transform - uid: 2812 components: - - pos: 51.5,-62.5 + - type: Transform + pos: 51.5,-62.5 parent: 1 - type: Transform - uid: 2913 components: - - pos: 23.5,-61.5 + - type: Transform + pos: 23.5,-61.5 parent: 1 - type: Transform - uid: 2941 components: - - pos: 24.5,-55.5 + - type: Transform + pos: 24.5,-55.5 parent: 1 - type: Transform - uid: 2946 components: - - pos: 26.5,-57.5 + - type: Transform + pos: 26.5,-57.5 parent: 1 - type: Transform - uid: 2947 components: - - pos: 29.5,-57.5 + - type: Transform + pos: 29.5,-57.5 parent: 1 - type: Transform - uid: 2956 components: - - pos: 24.5,-54.5 + - type: Transform + pos: 24.5,-54.5 parent: 1 - type: Transform - uid: 2965 components: - - pos: 19.5,-43.5 + - type: Transform + pos: 19.5,-43.5 parent: 1 - type: Transform - uid: 2966 components: - - pos: 21.5,-43.5 + - type: Transform + pos: 21.5,-43.5 parent: 1 - type: Transform - uid: 2997 components: - - pos: -6.5,-64.5 + - type: Transform + pos: -6.5,-64.5 parent: 1 - type: Transform - uid: 2998 components: - - pos: -6.5,-63.5 + - type: Transform + pos: -6.5,-63.5 parent: 1 - type: Transform - uid: 3044 components: - - pos: 54.5,38.5 + - type: Transform + pos: 54.5,38.5 parent: 1 - type: Transform - uid: 3062 components: - - pos: -2.5,-63.5 + - type: Transform + pos: -2.5,-63.5 parent: 1 - type: Transform - uid: 3063 components: - - pos: 5.5,-64.5 + - type: Transform + pos: 5.5,-64.5 parent: 1 - type: Transform - uid: 3066 components: - - pos: 15.5,-64.5 + - type: Transform + pos: 15.5,-64.5 parent: 1 - type: Transform - uid: 3080 components: - - pos: 19.5,-64.5 + - type: Transform + pos: 19.5,-64.5 parent: 1 - type: Transform - uid: 3137 components: - - pos: -10.5,-62.5 + - type: Transform + pos: -10.5,-62.5 parent: 1 - type: Transform - uid: 3178 components: - - pos: -102.5,-19.5 + - type: Transform + pos: -102.5,-19.5 parent: 1 - type: Transform - uid: 3196 components: - - pos: -103.5,-27.5 + - type: Transform + pos: -103.5,-27.5 parent: 1 - type: Transform - uid: 3198 components: - - pos: -103.5,-24.5 + - type: Transform + pos: -103.5,-24.5 parent: 1 - type: Transform - uid: 3243 components: - - pos: 9.5,-57.5 + - type: Transform + pos: 9.5,-57.5 parent: 1 - type: Transform - uid: 3249 components: - - pos: -27.5,-64.5 + - type: Transform + pos: -27.5,-64.5 parent: 1 - type: Transform - uid: 3250 components: - - pos: -25.5,-65.5 + - type: Transform + pos: -25.5,-65.5 parent: 1 - type: Transform - uid: 3251 components: - - pos: -24.5,-65.5 + - type: Transform + pos: -24.5,-65.5 parent: 1 - type: Transform - uid: 3253 components: - - pos: -23.5,-60.5 + - type: Transform + pos: -23.5,-60.5 parent: 1 - type: Transform - uid: 3254 components: - - pos: -24.5,-60.5 + - type: Transform + pos: -24.5,-60.5 parent: 1 - type: Transform - uid: 3255 components: - - pos: -25.5,-60.5 + - type: Transform + pos: -25.5,-60.5 parent: 1 - type: Transform - uid: 3259 components: - - pos: -27.5,-61.5 + - type: Transform + pos: -27.5,-61.5 parent: 1 - type: Transform - uid: 3260 components: - - pos: -27.5,-62.5 + - type: Transform + pos: -27.5,-62.5 parent: 1 - type: Transform - uid: 3261 components: - - pos: -27.5,-63.5 + - type: Transform + pos: -27.5,-63.5 parent: 1 - type: Transform - uid: 3264 components: - - pos: -23.5,-65.5 + - type: Transform + pos: -23.5,-65.5 parent: 1 - type: Transform - uid: 3280 components: - - pos: -21.5,-63.5 + - type: Transform + pos: -21.5,-63.5 parent: 1 - type: Transform - uid: 3282 components: - - pos: -21.5,-62.5 + - type: Transform + pos: -21.5,-62.5 parent: 1 - type: Transform - uid: 3289 components: - - pos: -21.5,-64.5 + - type: Transform + pos: -21.5,-64.5 parent: 1 - type: Transform - uid: 3301 components: - - pos: -28.5,-68.5 + - type: Transform + pos: -28.5,-68.5 parent: 1 - type: Transform - uid: 3302 components: - - pos: -29.5,-68.5 + - type: Transform + pos: -29.5,-68.5 parent: 1 - type: Transform - uid: 3320 components: - - pos: -107.5,-27.5 + - type: Transform + pos: -107.5,-27.5 parent: 1 - type: Transform - uid: 3473 components: - - pos: -17.5,-39.5 + - type: Transform + pos: -17.5,-39.5 parent: 1 - type: Transform - uid: 3474 components: - - pos: -17.5,-40.5 + - type: Transform + pos: -17.5,-40.5 parent: 1 - type: Transform - uid: 3475 components: - - pos: -17.5,-41.5 + - type: Transform + pos: -17.5,-41.5 parent: 1 - type: Transform - uid: 3482 components: - - pos: -25.5,2.5 + - type: Transform + pos: -25.5,2.5 parent: 1 - type: Transform - uid: 3483 components: - - pos: -25.5,3.5 + - type: Transform + pos: -25.5,3.5 parent: 1 - type: Transform - uid: 3484 components: - - pos: -25.5,4.5 + - type: Transform + pos: -25.5,4.5 parent: 1 - type: Transform - uid: 3485 components: - - pos: -25.5,5.5 + - type: Transform + pos: -25.5,5.5 parent: 1 - type: Transform - uid: 3519 components: - - pos: -112.5,-64.5 + - type: Transform + pos: -112.5,-64.5 parent: 1 - type: Transform - uid: 3520 components: - - pos: -112.5,-65.5 + - type: Transform + pos: -112.5,-65.5 parent: 1 - type: Transform - uid: 3521 components: - - pos: -109.5,-78.5 + - type: Transform + pos: -109.5,-78.5 parent: 1 - type: Transform - uid: 3526 components: - - pos: 23.5,-64.5 + - type: Transform + pos: 23.5,-64.5 parent: 1 - type: Transform - uid: 3539 components: - - pos: -49.5,-19.5 + - type: Transform + pos: -49.5,-19.5 parent: 1 - type: Transform - uid: 3540 components: - - pos: -46.5,-19.5 + - type: Transform + pos: -46.5,-19.5 parent: 1 - type: Transform - uid: 3543 components: - - pos: -44.5,-19.5 + - type: Transform + pos: -44.5,-19.5 parent: 1 - type: Transform - uid: 3544 components: - - pos: -43.5,-19.5 + - type: Transform + pos: -43.5,-19.5 parent: 1 - type: Transform - uid: 3545 components: - - pos: -42.5,-20.5 + - type: Transform + pos: -42.5,-20.5 parent: 1 - type: Transform - uid: 3546 components: - - pos: -42.5,-21.5 + - type: Transform + pos: -42.5,-21.5 parent: 1 - type: Transform - uid: 3558 components: - - pos: -43.5,-22.5 + - type: Transform + pos: -43.5,-22.5 parent: 1 - type: Transform - uid: 3564 components: - - pos: -50.5,-21.5 + - type: Transform + pos: -50.5,-21.5 parent: 1 - type: Transform - uid: 3565 components: - - pos: -50.5,-20.5 + - type: Transform + pos: -50.5,-20.5 parent: 1 - type: Transform - uid: 3566 components: - - pos: -50.5,-23.5 + - type: Transform + pos: -50.5,-23.5 parent: 1 - type: Transform - uid: 3567 components: - - pos: -50.5,-24.5 + - type: Transform + pos: -50.5,-24.5 parent: 1 - type: Transform - uid: 3581 components: - - pos: -53.5,-22.5 + - type: Transform + pos: -53.5,-22.5 parent: 1 - type: Transform - uid: 3582 components: - - pos: -51.5,-22.5 + - type: Transform + pos: -51.5,-22.5 parent: 1 - type: Transform - uid: 3589 components: - - pos: -49.5,-25.5 + - type: Transform + pos: -49.5,-25.5 parent: 1 - type: Transform - uid: 3590 components: - - pos: -46.5,-25.5 + - type: Transform + pos: -46.5,-25.5 parent: 1 - type: Transform - uid: 3610 components: - - pos: -8.5,14.5 + - type: Transform + pos: -8.5,14.5 parent: 1 - type: Transform - uid: 3611 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 1 - type: Transform - uid: 3612 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 3613 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 3614 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 3615 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 3616 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 1 - type: Transform - uid: 3617 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 1 - type: Transform - uid: 3618 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 3619 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 1 - type: Transform - uid: 3620 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 1 - type: Transform - uid: 3621 components: - - pos: 2.5,14.5 + - type: Transform + pos: 2.5,14.5 parent: 1 - type: Transform - uid: 3622 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 1 - type: Transform - uid: 3623 components: - - pos: 4.5,14.5 + - type: Transform + pos: 4.5,14.5 parent: 1 - type: Transform - uid: 3624 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 1 - type: Transform - uid: 3625 components: - - pos: 6.5,14.5 + - type: Transform + pos: 6.5,14.5 parent: 1 - type: Transform - uid: 3626 components: - - pos: 7.5,14.5 + - type: Transform + pos: 7.5,14.5 parent: 1 - type: Transform - uid: 3627 components: - - pos: 8.5,14.5 + - type: Transform + pos: 8.5,14.5 parent: 1 - type: Transform - uid: 3628 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 1 - type: Transform - uid: 3629 components: - - pos: 10.5,14.5 + - type: Transform + pos: 10.5,14.5 parent: 1 - type: Transform - uid: 3665 components: - - pos: -49.5,22.5 + - type: Transform + pos: -49.5,22.5 parent: 1 - type: Transform - uid: 3668 components: - - pos: -55.5,18.5 + - type: Transform + pos: -55.5,18.5 parent: 1 - type: Transform - uid: 3669 components: - - pos: -52.5,18.5 + - type: Transform + pos: -52.5,18.5 parent: 1 - type: Transform - uid: 3676 components: - - pos: -52.5,22.5 + - type: Transform + pos: -52.5,22.5 parent: 1 - type: Transform - uid: 3678 components: - - pos: -51.5,22.5 + - type: Transform + pos: -51.5,22.5 parent: 1 - type: Transform - uid: 3679 components: - - pos: -50.5,22.5 + - type: Transform + pos: -50.5,22.5 parent: 1 - type: Transform - uid: 3708 components: - - pos: -53.5,22.5 + - type: Transform + pos: -53.5,22.5 parent: 1 - type: Transform - uid: 3713 components: - - pos: -47.5,22.5 + - type: Transform + pos: -47.5,22.5 parent: 1 - type: Transform - uid: 3714 components: - - pos: -46.5,22.5 + - type: Transform + pos: -46.5,22.5 parent: 1 - type: Transform - uid: 3715 components: - - pos: -45.5,22.5 + - type: Transform + pos: -45.5,22.5 parent: 1 - type: Transform - uid: 3716 components: - - pos: -44.5,22.5 + - type: Transform + pos: -44.5,22.5 parent: 1 - type: Transform - uid: 3717 components: - - pos: -43.5,22.5 + - type: Transform + pos: -43.5,22.5 parent: 1 - type: Transform - uid: 3731 components: - - pos: -62.5,18.5 + - type: Transform + pos: -62.5,18.5 parent: 1 - type: Transform - uid: 3732 components: - - pos: -60.5,18.5 + - type: Transform + pos: -60.5,18.5 parent: 1 - type: Transform - uid: 3738 components: - - pos: -60.5,24.5 + - type: Transform + pos: -60.5,24.5 parent: 1 - type: Transform - uid: 3740 components: - - pos: -61.5,24.5 + - type: Transform + pos: -61.5,24.5 parent: 1 - type: Transform - uid: 3741 components: - - pos: -62.5,24.5 + - type: Transform + pos: -62.5,24.5 parent: 1 - type: Transform - uid: 3742 components: - - pos: -59.5,23.5 + - type: Transform + pos: -59.5,23.5 parent: 1 - type: Transform - uid: 3743 components: - - pos: -59.5,19.5 + - type: Transform + pos: -59.5,19.5 parent: 1 - type: Transform - uid: 3752 components: - - pos: -63.5,23.5 + - type: Transform + pos: -63.5,23.5 parent: 1 - type: Transform - uid: 3753 components: - - pos: -63.5,20.5 + - type: Transform + pos: -63.5,20.5 parent: 1 - type: Transform - uid: 3758 components: - - pos: -63.5,22.5 + - type: Transform + pos: -63.5,22.5 parent: 1 - type: Transform - uid: 3759 components: - - pos: -70.5,22.5 + - type: Transform + pos: -70.5,22.5 parent: 1 - type: Transform - uid: 3767 components: - - pos: -64.5,24.5 + - type: Transform + pos: -64.5,24.5 parent: 1 - type: Transform - uid: 3768 components: - - pos: -65.5,24.5 + - type: Transform + pos: -65.5,24.5 parent: 1 - type: Transform - uid: 3769 components: - - pos: -66.5,24.5 + - type: Transform + pos: -66.5,24.5 parent: 1 - type: Transform - uid: 3770 components: - - pos: -67.5,24.5 + - type: Transform + pos: -67.5,24.5 parent: 1 - type: Transform - uid: 3781 components: - - pos: -71.5,25.5 + - type: Transform + pos: -71.5,25.5 parent: 1 - type: Transform - uid: 3803 components: - - pos: -69.5,14.5 + - type: Transform + pos: -69.5,14.5 parent: 1 - type: Transform - uid: 3807 components: - - pos: -55.5,-16.5 + - type: Transform + pos: -55.5,-16.5 parent: 1 - type: Transform - uid: 3808 components: - - pos: -54.5,-16.5 + - type: Transform + pos: -54.5,-16.5 parent: 1 - type: Transform - uid: 3809 components: - - pos: -53.5,-16.5 + - type: Transform + pos: -53.5,-16.5 parent: 1 - type: Transform - uid: 3810 components: - - pos: -52.5,-16.5 + - type: Transform + pos: -52.5,-16.5 parent: 1 - type: Transform - uid: 3811 components: - - pos: -51.5,-18.5 + - type: Transform + pos: -51.5,-18.5 parent: 1 - type: Transform - uid: 3812 components: - - pos: -51.5,-17.5 + - type: Transform + pos: -51.5,-17.5 parent: 1 - type: Transform - uid: 3822 components: - - pos: -51.5,-25.5 + - type: Transform + pos: -51.5,-25.5 parent: 1 - type: Transform - uid: 3823 components: - - pos: -53.5,-25.5 + - type: Transform + pos: -53.5,-25.5 parent: 1 - type: Transform - uid: 3841 components: - - pos: -49.5,-29.5 + - type: Transform + pos: -49.5,-29.5 parent: 1 - type: Transform - uid: 3842 components: - - pos: -46.5,-29.5 + - type: Transform + pos: -46.5,-29.5 parent: 1 - type: Transform - uid: 3850 components: - - pos: -47.5,-34.5 + - type: Transform + pos: -47.5,-34.5 parent: 1 - type: Transform - uid: 3851 components: - - pos: -48.5,-34.5 + - type: Transform + pos: -48.5,-34.5 parent: 1 - type: Transform - uid: 3852 components: - - pos: -49.5,-34.5 + - type: Transform + pos: -49.5,-34.5 parent: 1 - type: Transform - uid: 3853 components: - - pos: -49.5,-34.5 + - type: Transform + pos: -49.5,-34.5 parent: 1 - type: Transform - uid: 3855 components: - - pos: -46.5,-34.5 + - type: Transform + pos: -46.5,-34.5 parent: 1 - type: Transform - uid: 3912 components: - - pos: -54.5,-32.5 + - type: Transform + pos: -54.5,-32.5 parent: 1 - type: Transform - uid: 3913 components: - - pos: -54.5,-34.5 + - type: Transform + pos: -54.5,-34.5 parent: 1 - type: Transform - uid: 3916 components: - - pos: -43.5,-37.5 + - type: Transform + pos: -43.5,-37.5 parent: 1 - type: Transform - uid: 3917 components: - - pos: -46.5,-37.5 + - type: Transform + pos: -46.5,-37.5 parent: 1 - type: Transform - uid: 3918 components: - - pos: -49.5,-37.5 + - type: Transform + pos: -49.5,-37.5 parent: 1 - type: Transform - uid: 3932 components: - - pos: -50.5,-32.5 + - type: Transform + pos: -50.5,-32.5 parent: 1 - type: Transform - uid: 3933 components: - - pos: -45.5,-32.5 + - type: Transform + pos: -45.5,-32.5 parent: 1 - type: Transform - uid: 4026 components: - - pos: -51.5,-41.5 + - type: Transform + pos: -51.5,-41.5 parent: 1 - type: Transform - uid: 4027 components: - - pos: -51.5,-43.5 + - type: Transform + pos: -51.5,-43.5 parent: 1 - type: Transform - uid: 4028 components: - - pos: -51.5,-45.5 + - type: Transform + pos: -51.5,-45.5 parent: 1 - type: Transform - uid: 4032 components: - - pos: -51.5,-42.5 + - type: Transform + pos: -51.5,-42.5 parent: 1 - type: Transform - uid: 4049 components: - - pos: -51.5,-53.5 + - type: Transform + pos: -51.5,-53.5 parent: 1 - type: Transform - uid: 4114 components: - - pos: -55.5,-44.5 + - type: Transform + pos: -55.5,-44.5 parent: 1 - type: Transform - uid: 4115 components: - - pos: -55.5,-46.5 + - type: Transform + pos: -55.5,-46.5 parent: 1 - type: Transform - uid: 4116 components: - - pos: -54.5,-47.5 + - type: Transform + pos: -54.5,-47.5 parent: 1 - type: Transform - uid: 4117 components: - - pos: -52.5,-47.5 + - type: Transform + pos: -52.5,-47.5 parent: 1 - type: Transform - uid: 4127 components: - - pos: -51.5,-54.5 + - type: Transform + pos: -51.5,-54.5 parent: 1 - type: Transform - uid: 4138 components: - - pos: -51.5,-56.5 + - type: Transform + pos: -51.5,-56.5 parent: 1 - type: Transform - uid: 4142 components: - - pos: -51.5,-55.5 + - type: Transform + pos: -51.5,-55.5 parent: 1 - type: Transform - uid: 4143 components: - - pos: -51.5,-56.5 + - type: Transform + pos: -51.5,-56.5 parent: 1 - type: Transform - uid: 4157 components: - - pos: -56.5,-57.5 + - type: Transform + pos: -56.5,-57.5 parent: 1 - type: Transform - uid: 4158 components: - - pos: -56.5,-56.5 + - type: Transform + pos: -56.5,-56.5 parent: 1 - type: Transform - uid: 4159 components: - - pos: -56.5,-55.5 + - type: Transform + pos: -56.5,-55.5 parent: 1 - type: Transform - uid: 4160 components: - - pos: -56.5,-54.5 + - type: Transform + pos: -56.5,-54.5 parent: 1 - type: Transform - uid: 4161 components: - - pos: -56.5,-53.5 + - type: Transform + pos: -56.5,-53.5 parent: 1 - type: Transform - uid: 4162 components: - - pos: -56.5,-52.5 + - type: Transform + pos: -56.5,-52.5 parent: 1 - type: Transform - uid: 4185 components: - - pos: -59.5,-55.5 + - type: Transform + pos: -59.5,-55.5 parent: 1 - type: Transform - uid: 4186 components: - - pos: -59.5,-54.5 + - type: Transform + pos: -59.5,-54.5 parent: 1 - type: Transform - uid: 4202 components: - - pos: -59.5,-46.5 + - type: Transform + pos: -59.5,-46.5 parent: 1 - type: Transform - uid: 4208 components: - - pos: -59.5,-44.5 + - type: Transform + pos: -59.5,-44.5 parent: 1 - type: Transform - uid: 4215 components: - - pos: -59.5,-56.5 + - type: Transform + pos: -59.5,-56.5 parent: 1 - type: Transform - uid: 4218 components: - - pos: -59.5,-56.5 + - type: Transform + pos: -59.5,-56.5 parent: 1 - type: Transform - uid: 4263 components: - - pos: -65.5,-45.5 + - type: Transform + pos: -65.5,-45.5 parent: 1 - type: Transform - uid: 4264 components: - - pos: -65.5,-46.5 + - type: Transform + pos: -65.5,-46.5 parent: 1 - type: Transform - uid: 4266 components: - - pos: -65.5,-48.5 + - type: Transform + pos: -65.5,-48.5 parent: 1 - type: Transform - uid: 4267 components: - - pos: -65.5,-49.5 + - type: Transform + pos: -65.5,-49.5 parent: 1 - type: Transform - uid: 4294 components: - - pos: -69.5,-45.5 + - type: Transform + pos: -69.5,-45.5 parent: 1 - type: Transform - uid: 4297 components: - - pos: -68.5,-45.5 + - type: Transform + pos: -68.5,-45.5 parent: 1 - type: Transform - uid: 4299 components: - - pos: -67.5,-45.5 + - type: Transform + pos: -67.5,-45.5 parent: 1 - type: Transform - uid: 4301 components: - - pos: -66.5,-45.5 + - type: Transform + pos: -66.5,-45.5 parent: 1 - type: Transform - uid: 4313 components: - - pos: -59.5,-53.5 + - type: Transform + pos: -59.5,-53.5 parent: 1 - type: Transform - uid: 4323 components: - - pos: -69.5,-46.5 + - type: Transform + pos: -69.5,-46.5 parent: 1 - type: Transform - uid: 4324 components: - - pos: -69.5,-47.5 + - type: Transform + pos: -69.5,-47.5 parent: 1 - type: Transform - uid: 4325 components: - - pos: -69.5,-48.5 + - type: Transform + pos: -69.5,-48.5 parent: 1 - type: Transform - uid: 4326 components: - - pos: -69.5,-49.5 + - type: Transform + pos: -69.5,-49.5 parent: 1 - type: Transform - uid: 4328 components: - - pos: -68.5,-49.5 + - type: Transform + pos: -68.5,-49.5 parent: 1 - type: Transform - uid: 4330 components: - - pos: -67.5,-49.5 + - type: Transform + pos: -67.5,-49.5 parent: 1 - type: Transform - uid: 4332 components: - - pos: -66.5,-49.5 + - type: Transform + pos: -66.5,-49.5 parent: 1 - type: Transform - uid: 4468 components: - - pos: -48.5,-52.5 + - type: Transform + pos: -48.5,-52.5 parent: 1 - type: Transform - uid: 4473 components: - - pos: -66.5,-20.5 + - type: Transform + pos: -66.5,-20.5 parent: 1 - type: Transform - uid: 4475 components: - - pos: -62.5,-16.5 + - type: Transform + pos: -62.5,-16.5 parent: 1 - type: Transform - uid: 4476 components: - - pos: -61.5,-16.5 + - type: Transform + pos: -61.5,-16.5 parent: 1 - type: Transform - uid: 4477 components: - - pos: -60.5,-16.5 + - type: Transform + pos: -60.5,-16.5 parent: 1 - type: Transform - uid: 4500 components: - - pos: -61.5,-12.5 + - type: Transform + pos: -61.5,-12.5 parent: 1 - type: Transform - uid: 4502 components: - - pos: -59.5,-12.5 + - type: Transform + pos: -59.5,-12.5 parent: 1 - type: Transform - uid: 4504 components: - - pos: -57.5,-12.5 + - type: Transform + pos: -57.5,-12.5 parent: 1 - type: Transform - uid: 4506 components: - - pos: -55.5,-12.5 + - type: Transform + pos: -55.5,-12.5 parent: 1 - type: Transform - uid: 4520 components: - - pos: -53.5,-12.5 + - type: Transform + pos: -53.5,-12.5 parent: 1 - type: Transform - uid: 4528 components: - - pos: -65.5,-16.5 + - type: Transform + pos: -65.5,-16.5 parent: 1 - type: Transform - uid: 4529 components: - - pos: -65.5,-15.5 + - type: Transform + pos: -65.5,-15.5 parent: 1 - type: Transform - uid: 4530 components: - - pos: -66.5,-15.5 + - type: Transform + pos: -66.5,-15.5 parent: 1 - type: Transform - uid: 4531 components: - - pos: -67.5,-15.5 + - type: Transform + pos: -67.5,-15.5 parent: 1 - type: Transform - uid: 4532 components: - - pos: -68.5,-15.5 + - type: Transform + pos: -68.5,-15.5 parent: 1 - type: Transform - uid: 4533 components: - - pos: -69.5,-15.5 + - type: Transform + pos: -69.5,-15.5 parent: 1 - type: Transform - uid: 4534 components: - - pos: -70.5,-15.5 + - type: Transform + pos: -70.5,-15.5 parent: 1 - type: Transform - uid: 4535 components: - - pos: -70.5,-16.5 + - type: Transform + pos: -70.5,-16.5 parent: 1 - type: Transform - uid: 4560 components: - - pos: -70.5,-22.5 + - type: Transform + pos: -70.5,-22.5 parent: 1 - type: Transform - uid: 4561 components: - - pos: -66.5,-26.5 + - type: Transform + pos: -66.5,-26.5 parent: 1 - type: Transform - uid: 4566 components: - - pos: -73.5,-21.5 + - type: Transform + pos: -73.5,-21.5 parent: 1 - type: Transform - uid: 4576 components: - - pos: -71.5,-21.5 + - type: Transform + pos: -71.5,-21.5 parent: 1 - type: Transform - uid: 4609 components: - - pos: -79.5,-22.5 + - type: Transform + pos: -79.5,-22.5 parent: 1 - type: Transform - uid: 4611 components: - - pos: -79.5,-26.5 + - type: Transform + pos: -79.5,-26.5 parent: 1 - type: Transform - uid: 4612 components: - - pos: -77.5,-26.5 + - type: Transform + pos: -77.5,-26.5 parent: 1 - type: Transform - uid: 4639 components: - - pos: -85.5,-16.5 + - type: Transform + pos: -85.5,-16.5 parent: 1 - type: Transform - uid: 4640 components: - - pos: -85.5,-16.5 + - type: Transform + pos: -85.5,-16.5 parent: 1 - type: Transform - uid: 4641 components: - - pos: -82.5,-16.5 + - type: Transform + pos: -82.5,-16.5 parent: 1 - type: Transform - uid: 4642 components: - - pos: -83.5,-16.5 + - type: Transform + pos: -83.5,-16.5 parent: 1 - type: Transform - uid: 4715 components: - - pos: -70.5,-25.5 + - type: Transform + pos: -70.5,-25.5 parent: 1 - type: Transform - uid: 4716 components: - - pos: -70.5,-23.5 + - type: Transform + pos: -70.5,-23.5 parent: 1 - type: Transform - uid: 4746 components: - - pos: -64.5,-20.5 + - type: Transform + pos: -64.5,-20.5 parent: 1 - type: Transform - uid: 4747 components: - - pos: -62.5,-20.5 + - type: Transform + pos: -62.5,-20.5 parent: 1 - type: Transform - uid: 4750 components: - - pos: -63.5,-20.5 + - type: Transform + pos: -63.5,-20.5 parent: 1 - type: Transform - uid: 4804 components: - - pos: -84.5,-16.5 + - type: Transform + pos: -84.5,-16.5 parent: 1 - type: Transform - uid: 4805 components: - - pos: -81.5,-16.5 + - type: Transform + pos: -81.5,-16.5 parent: 1 - type: Transform - uid: 4826 components: - - pos: -91.5,-21.5 + - type: Transform + pos: -91.5,-21.5 parent: 1 - type: Transform - uid: 4827 components: - - pos: -91.5,-20.5 + - type: Transform + pos: -91.5,-20.5 parent: 1 - type: Transform - uid: 4828 components: - - pos: -91.5,-19.5 + - type: Transform + pos: -91.5,-19.5 parent: 1 - type: Transform - uid: 4836 components: - - pos: -85.5,-25.5 + - type: Transform + pos: -85.5,-25.5 parent: 1 - type: Transform - uid: 4837 components: - - pos: -85.5,-23.5 + - type: Transform + pos: -85.5,-23.5 parent: 1 - type: Transform - uid: 4838 components: - - pos: -84.5,-26.5 + - type: Transform + pos: -84.5,-26.5 parent: 1 - type: Transform - uid: 4839 components: - - pos: -82.5,-26.5 + - type: Transform + pos: -82.5,-26.5 parent: 1 - type: Transform - uid: 4840 components: - - pos: -84.5,-22.5 + - type: Transform + pos: -84.5,-22.5 parent: 1 - type: Transform - uid: 4841 components: - - pos: -82.5,-22.5 + - type: Transform + pos: -82.5,-22.5 parent: 1 - type: Transform - uid: 4862 components: - - pos: -91.5,-23.5 + - type: Transform + pos: -91.5,-23.5 parent: 1 - type: Transform - uid: 4863 components: - - pos: -91.5,-24.5 + - type: Transform + pos: -91.5,-24.5 parent: 1 - type: Transform - uid: 4864 components: - - pos: -91.5,-25.5 + - type: Transform + pos: -91.5,-25.5 parent: 1 - type: Transform - uid: 4865 components: - - pos: -91.5,-26.5 + - type: Transform + pos: -91.5,-26.5 parent: 1 - type: Transform - uid: 4955 components: - - pos: -95.5,-38.5 + - type: Transform + pos: -95.5,-38.5 parent: 1 - type: Transform - uid: 4961 components: - - pos: -98.5,-38.5 + - type: Transform + pos: -98.5,-38.5 parent: 1 - type: Transform - uid: 5003 components: - - pos: -92.5,1.5 + - type: Transform + pos: -92.5,1.5 parent: 1 - type: Transform - uid: 5004 components: - - pos: -92.5,0.5 + - type: Transform + pos: -92.5,0.5 parent: 1 - type: Transform - uid: 5005 components: - - pos: -92.5,-0.5 + - type: Transform + pos: -92.5,-0.5 parent: 1 - type: Transform - uid: 5006 components: - - pos: -92.5,4.5 + - type: Transform + pos: -92.5,4.5 parent: 1 - type: Transform - uid: 5007 components: - - pos: -92.5,5.5 + - type: Transform + pos: -92.5,5.5 parent: 1 - type: Transform - uid: 5008 components: - - pos: -92.5,6.5 + - type: Transform + pos: -92.5,6.5 parent: 1 - type: Transform - uid: 5036 components: - - pos: -96.5,5.5 + - type: Transform + pos: -96.5,5.5 parent: 1 - type: Transform - uid: 5037 components: - - pos: -96.5,7.5 + - type: Transform + pos: -96.5,7.5 parent: 1 - type: Transform - uid: 5039 components: - - pos: -96.5,0.5 + - type: Transform + pos: -96.5,0.5 parent: 1 - type: Transform - uid: 5040 components: - - pos: -96.5,-1.5 + - type: Transform + pos: -96.5,-1.5 parent: 1 - type: Transform - uid: 5062 components: - - pos: -88.5,-4.5 + - type: Transform + pos: -88.5,-4.5 parent: 1 - type: Transform - uid: 5068 components: - - pos: -80.5,2.5 + - type: Transform + pos: -80.5,2.5 parent: 1 - type: Transform - uid: 5156 components: - - pos: -102.5,-2.5 + - type: Transform + pos: -102.5,-2.5 parent: 1 - type: Transform - uid: 5157 components: - - pos: -101.5,-2.5 + - type: Transform + pos: -101.5,-2.5 parent: 1 - type: Transform - uid: 5158 components: - - pos: -100.5,-2.5 + - type: Transform + pos: -100.5,-2.5 parent: 1 - type: Transform - uid: 5159 components: - - pos: -99.5,-2.5 + - type: Transform + pos: -99.5,-2.5 parent: 1 - type: Transform - uid: 5160 components: - - pos: -102.5,-2.5 + - type: Transform + pos: -102.5,-2.5 parent: 1 - type: Transform - uid: 5162 components: - - pos: -98.5,-2.5 + - type: Transform + pos: -98.5,-2.5 parent: 1 - type: Transform - uid: 5396 components: - - pos: -71.5,12.5 + - type: Transform + pos: -71.5,12.5 parent: 1 - type: Transform - uid: 5397 components: - - pos: -71.5,13.5 + - type: Transform + pos: -71.5,13.5 parent: 1 - type: Transform - uid: 5400 components: - - pos: -71.5,-1.5 + - type: Transform + pos: -71.5,-1.5 parent: 1 - type: Transform - uid: 5401 components: - - pos: -71.5,-0.5 + - type: Transform + pos: -71.5,-0.5 parent: 1 - type: Transform - uid: 5402 components: - - pos: -71.5,0.5 + - type: Transform + pos: -71.5,0.5 parent: 1 - type: Transform - uid: 5411 components: - - pos: -100.5,62.5 + - type: Transform + pos: -100.5,62.5 parent: 1 - type: Transform - uid: 5416 components: - - pos: -78.5,39.5 + - type: Transform + pos: -78.5,39.5 parent: 1 - type: Transform - uid: 5417 components: - - pos: -77.5,39.5 + - type: Transform + pos: -77.5,39.5 parent: 1 - type: Transform - uid: 5418 components: - - pos: -76.5,39.5 + - type: Transform + pos: -76.5,39.5 parent: 1 - type: Transform - uid: 5419 components: - - pos: -78.5,34.5 + - type: Transform + pos: -78.5,34.5 parent: 1 - type: Transform - uid: 5420 components: - - pos: -77.5,34.5 + - type: Transform + pos: -77.5,34.5 parent: 1 - type: Transform - uid: 5421 components: - - pos: -76.5,34.5 + - type: Transform + pos: -76.5,34.5 parent: 1 - type: Transform - uid: 5439 components: - - pos: 4.5,29.5 - parent: 1 - type: Transform - - uid: 5453 - components: - - pos: -54.5,42.5 - parent: 1 - type: Transform - - uid: 5454 - components: - - pos: -57.5,42.5 - parent: 1 - type: Transform - - uid: 5455 - components: - - pos: -58.5,42.5 - parent: 1 - type: Transform - - uid: 5456 - components: - - pos: -59.5,42.5 + - type: Transform + pos: 4.5,29.5 parent: 1 - type: Transform - uid: 5457 components: - - pos: -62.5,42.5 + - type: Transform + pos: -62.5,42.5 parent: 1 - type: Transform - uid: 5458 components: - - pos: -68.5,42.5 + - type: Transform + pos: -68.5,42.5 parent: 1 - type: Transform - uid: 5459 components: - - pos: -70.5,42.5 + - type: Transform + pos: -70.5,42.5 parent: 1 - type: Transform - uid: 5466 components: - - pos: -100.5,60.5 + - type: Transform + pos: -100.5,60.5 parent: 1 - type: Transform - uid: 5470 components: - - pos: -70.5,39.5 + - type: Transform + pos: -70.5,39.5 parent: 1 - type: Transform - uid: 5471 components: - - pos: -69.5,39.5 + - type: Transform + pos: -69.5,39.5 parent: 1 - type: Transform - uid: 5472 components: - - pos: -68.5,39.5 + - type: Transform + pos: -68.5,39.5 parent: 1 - type: Transform - uid: 5473 components: - - pos: -62.5,39.5 + - type: Transform + pos: -62.5,39.5 parent: 1 - type: Transform - uid: 5474 components: - - pos: -61.5,39.5 + - type: Transform + pos: -61.5,39.5 parent: 1 - type: Transform - uid: 5475 components: - - pos: -60.5,39.5 + - type: Transform + pos: -60.5,39.5 parent: 1 - type: Transform - uid: 5477 components: - - pos: -58.5,39.5 - parent: 1 - type: Transform - - uid: 5478 - components: - - pos: -57.5,39.5 - parent: 1 - type: Transform - - uid: 5479 - components: - - pos: -56.5,39.5 + - type: Transform + pos: -58.5,39.5 parent: 1 - type: Transform - uid: 5480 components: - - pos: -55.5,39.5 + - type: Transform + pos: -55.5,39.5 parent: 1 - type: Transform - uid: 5500 components: - - pos: -4.5,44.5 + - type: Transform + pos: -4.5,44.5 parent: 1 - type: Transform - uid: 5509 components: - - pos: -8.5,41.5 + - type: Transform + pos: -8.5,41.5 parent: 1 - type: Transform - uid: 5510 components: - - pos: -4.5,39.5 + - type: Transform + pos: -4.5,39.5 parent: 1 - type: Transform - uid: 5523 components: - - pos: -33.5,27.5 + - type: Transform + pos: -33.5,27.5 parent: 1 - type: Transform - uid: 5525 components: - - pos: -7.5,39.5 + - type: Transform + pos: -7.5,39.5 parent: 1 - type: Transform - uid: 5530 components: - - pos: -29.5,31.5 + - type: Transform + pos: -29.5,31.5 parent: 1 - type: Transform - uid: 5557 components: - - pos: -35.5,42.5 + - type: Transform + pos: -35.5,42.5 parent: 1 - type: Transform - uid: 5558 components: - - pos: -28.5,42.5 + - type: Transform + pos: -28.5,42.5 parent: 1 - type: Transform - uid: 5560 components: - - pos: -27.5,42.5 + - type: Transform + pos: -27.5,42.5 parent: 1 - type: Transform - uid: 5591 components: - - pos: -26.5,41.5 + - type: Transform + pos: -26.5,41.5 parent: 1 - type: Transform - uid: 5603 components: - - pos: -75.5,40.5 + - type: Transform + pos: -75.5,40.5 parent: 1 - type: Transform - uid: 5604 components: - - pos: -75.5,41.5 + - type: Transform + pos: -75.5,41.5 parent: 1 - type: Transform - uid: 5605 components: - - pos: -71.5,40.5 + - type: Transform + pos: -71.5,40.5 parent: 1 - type: Transform - uid: 5606 components: - - pos: -71.5,41.5 + - type: Transform + pos: -71.5,41.5 parent: 1 - type: Transform - uid: 5607 components: - - pos: -67.5,40.5 + - type: Transform + pos: -67.5,40.5 parent: 1 - type: Transform - uid: 5608 components: - - pos: -67.5,41.5 + - type: Transform + pos: -67.5,41.5 parent: 1 - type: Transform - uid: 5609 components: - - pos: -63.5,40.5 + - type: Transform + pos: -63.5,40.5 parent: 1 - type: Transform - uid: 5610 components: - - pos: -63.5,41.5 + - type: Transform + pos: -63.5,41.5 parent: 1 - type: Transform - uid: 5632 components: - - pos: -29.5,42.5 + - type: Transform + pos: -29.5,42.5 parent: 1 - type: Transform - uid: 5637 components: - - pos: -107.5,-25.5 + - type: Transform + pos: -107.5,-25.5 parent: 1 - type: Transform - uid: 5657 components: - - pos: -26.5,40.5 + - type: Transform + pos: -26.5,40.5 parent: 1 - type: Transform - uid: 5664 components: - - pos: -73.5,34.5 + - type: Transform + pos: -73.5,34.5 parent: 1 - type: Transform - uid: 5669 components: - - pos: -58.5,34.5 + - type: Transform + pos: -58.5,34.5 parent: 1 - type: Transform - uid: 5670 components: - - pos: -55.5,34.5 + - type: Transform + pos: -55.5,34.5 parent: 1 - type: Transform - uid: 5674 components: - - pos: -71.5,26.5 + - type: Transform + pos: -71.5,26.5 parent: 1 - type: Transform - uid: 5685 components: - - pos: -71.5,27.5 + - type: Transform + pos: -71.5,27.5 parent: 1 - type: Transform - uid: 5686 components: - - pos: -71.5,28.5 + - type: Transform + pos: -71.5,28.5 parent: 1 - type: Transform - uid: 5694 components: - - pos: -70.5,34.5 + - type: Transform + pos: -70.5,34.5 parent: 1 - type: Transform - uid: 5695 components: - - pos: -69.5,34.5 + - type: Transform + pos: -69.5,34.5 parent: 1 - type: Transform - uid: 5696 components: - - pos: -68.5,34.5 + - type: Transform + pos: -68.5,34.5 parent: 1 - type: Transform - uid: 5698 components: - - pos: -66.5,34.5 + - type: Transform + pos: -66.5,34.5 parent: 1 - type: Transform - uid: 5699 components: - - pos: -65.5,34.5 + - type: Transform + pos: -65.5,34.5 parent: 1 - type: Transform - uid: 5700 components: - - pos: -64.5,34.5 + - type: Transform + pos: -64.5,34.5 parent: 1 - type: Transform - uid: 5701 components: - - pos: -63.5,30.5 + - type: Transform + pos: -63.5,30.5 parent: 1 - type: Transform - uid: 5702 components: - - pos: -63.5,31.5 + - type: Transform + pos: -63.5,31.5 parent: 1 - type: Transform - uid: 5703 components: - - pos: -63.5,32.5 + - type: Transform + pos: -63.5,32.5 parent: 1 - type: Transform - uid: 5704 components: - - pos: -63.5,33.5 + - type: Transform + pos: -63.5,33.5 parent: 1 - type: Transform - uid: 5714 components: - - pos: -71.5,32.5 + - type: Transform + pos: -71.5,32.5 parent: 1 - type: Transform - uid: 5715 components: - - pos: -71.5,30.5 + - type: Transform + pos: -71.5,30.5 parent: 1 - type: Transform - uid: 5730 components: - - pos: -60.5,34.5 + - type: Transform + pos: -60.5,34.5 parent: 1 - type: Transform - uid: 5731 components: - - pos: -61.5,34.5 + - type: Transform + pos: -61.5,34.5 parent: 1 - type: Transform - uid: 5732 components: - - pos: -62.5,34.5 + - type: Transform + pos: -62.5,34.5 parent: 1 - type: Transform - uid: 5736 components: - - pos: -59.5,25.5 + - type: Transform + pos: -59.5,25.5 parent: 1 - type: Transform - uid: 5737 components: - - pos: -59.5,26.5 + - type: Transform + pos: -59.5,26.5 parent: 1 - type: Transform - uid: 5738 components: - - pos: -59.5,27.5 + - type: Transform + pos: -59.5,27.5 parent: 1 - type: Transform - uid: 5739 components: - - pos: -59.5,28.5 + - type: Transform + pos: -59.5,28.5 parent: 1 - type: Transform - uid: 5740 components: - - pos: -59.5,30.5 + - type: Transform + pos: -59.5,30.5 parent: 1 - type: Transform - uid: 5741 components: - - pos: -59.5,31.5 + - type: Transform + pos: -59.5,31.5 parent: 1 - type: Transform - uid: 5742 components: - - pos: -59.5,32.5 + - type: Transform + pos: -59.5,32.5 parent: 1 - type: Transform - uid: 5743 components: - - pos: -59.5,33.5 + - type: Transform + pos: -59.5,33.5 parent: 1 - type: Transform - uid: 5744 components: - - pos: -54.5,33.5 + - type: Transform + pos: -54.5,33.5 parent: 1 - type: Transform - uid: 5745 components: - - pos: -54.5,32.5 + - type: Transform + pos: -54.5,32.5 parent: 1 - type: Transform - uid: 5747 components: - - pos: -54.5,30.5 + - type: Transform + pos: -54.5,30.5 parent: 1 - type: Transform - uid: 5752 components: - - pos: -42.5,23.5 + - type: Transform + pos: -42.5,23.5 parent: 1 - type: Transform - uid: 5753 components: - - pos: -54.5,24.5 + - type: Transform + pos: -54.5,24.5 parent: 1 - type: Transform - uid: 5772 components: - - pos: -50.5,37.5 + - type: Transform + pos: -50.5,37.5 parent: 1 - type: Transform - uid: 5784 components: - - pos: -100.5,63.5 + - type: Transform + pos: -100.5,63.5 parent: 1 - type: Transform - uid: 5790 components: - - pos: -75.5,25.5 + - type: Transform + pos: -75.5,25.5 parent: 1 - type: Transform - uid: 5793 components: - - pos: -75.5,28.5 + - type: Transform + pos: -75.5,28.5 parent: 1 - type: Transform - uid: 5794 components: - - pos: -75.5,30.5 + - type: Transform + pos: -75.5,30.5 parent: 1 - type: Transform - uid: 5795 components: - - pos: -75.5,31.5 + - type: Transform + pos: -75.5,31.5 parent: 1 - type: Transform - uid: 5796 components: - - pos: -75.5,32.5 + - type: Transform + pos: -75.5,32.5 parent: 1 - type: Transform - uid: 5797 components: - - pos: -75.5,33.5 + - type: Transform + pos: -75.5,33.5 parent: 1 - type: Transform - uid: 5848 components: - - pos: -98.5,-12.5 + - type: Transform + pos: -98.5,-12.5 parent: 1 - type: Transform - uid: 5871 components: - - pos: -114.5,-14.5 + - type: Transform + pos: -114.5,-14.5 parent: 1 - type: Transform - uid: 5872 components: - - pos: -113.5,-14.5 + - type: Transform + pos: -113.5,-14.5 parent: 1 - type: Transform - uid: 5873 components: - - pos: -112.5,-14.5 + - type: Transform + pos: -112.5,-14.5 parent: 1 - type: Transform - uid: 5910 components: - - pos: -104.5,-19.5 + - type: Transform + pos: -104.5,-19.5 parent: 1 - type: Transform - uid: 5911 components: - - pos: -117.5,-38.5 + - type: Transform + pos: -117.5,-38.5 parent: 1 - type: Transform - uid: 5912 components: - - pos: -129.5,-37.5 + - type: Transform + pos: -129.5,-37.5 parent: 1 - type: Transform - uid: 5913 components: - - pos: -117.5,-39.5 + - type: Transform + pos: -117.5,-39.5 parent: 1 - type: Transform - uid: 5914 components: - - pos: -117.5,-40.5 + - type: Transform + pos: -117.5,-40.5 parent: 1 - type: Transform - uid: 5915 components: - - pos: -118.5,-41.5 + - type: Transform + pos: -118.5,-41.5 parent: 1 - type: Transform - uid: 5917 components: - - pos: -119.5,-41.5 + - type: Transform + pos: -119.5,-41.5 parent: 1 - type: Transform - uid: 5919 components: - - pos: -120.5,-41.5 + - type: Transform + pos: -120.5,-41.5 parent: 1 - type: Transform - uid: 5922 components: - - pos: -122.5,-41.5 + - type: Transform + pos: -122.5,-41.5 parent: 1 - type: Transform - uid: 5930 components: - - pos: -104.5,-14.5 + - type: Transform + pos: -104.5,-14.5 parent: 1 - type: Transform - uid: 5931 components: - - pos: -106.5,-14.5 + - type: Transform + pos: -106.5,-14.5 parent: 1 - type: Transform - uid: 5938 components: - - pos: -121.5,-41.5 + - type: Transform + pos: -121.5,-41.5 parent: 1 - type: Transform - uid: 5939 components: - - pos: -123.5,-40.5 + - type: Transform + pos: -123.5,-40.5 parent: 1 - type: Transform - uid: 5940 components: - - pos: -118.5,-36.5 + - type: Transform + pos: -118.5,-36.5 parent: 1 - type: Transform - uid: 5941 components: - - pos: -123.5,-37.5 + - type: Transform + pos: -123.5,-37.5 parent: 1 - type: Transform - uid: 5953 components: - - pos: 8.5,38.5 + - type: Transform + pos: 8.5,38.5 parent: 1 - type: Transform - uid: 5958 components: - - pos: -121.5,-36.5 + - type: Transform + pos: -121.5,-36.5 parent: 1 - type: Transform - uid: 5959 components: - - pos: -122.5,-36.5 + - type: Transform + pos: -122.5,-36.5 parent: 1 - type: Transform - uid: 5962 components: - - pos: -126.5,-37.5 + - type: Transform + pos: -126.5,-37.5 parent: 1 - type: Transform - uid: 5964 components: - - pos: -126.5,-40.5 + - type: Transform + pos: -126.5,-40.5 parent: 1 - type: Transform - uid: 5965 components: - - pos: -106.5,-19.5 + - type: Transform + pos: -106.5,-19.5 parent: 1 - type: Transform - uid: 5966 components: - - pos: -127.5,-41.5 + - type: Transform + pos: -127.5,-41.5 parent: 1 - type: Transform - uid: 5967 components: - - pos: -128.5,-41.5 + - type: Transform + pos: -128.5,-41.5 parent: 1 - type: Transform - uid: 5969 components: - - pos: -129.5,-40.5 + - type: Transform + pos: -129.5,-40.5 parent: 1 - type: Transform - uid: 5970 components: - - pos: -129.5,-39.5 + - type: Transform + pos: -129.5,-39.5 parent: 1 - type: Transform - uid: 5972 components: - - pos: -129.5,-37.5 + - type: Transform + pos: -129.5,-37.5 parent: 1 - type: Transform - uid: 5974 components: - - pos: -129.5,-38.5 + - type: Transform + pos: -129.5,-38.5 parent: 1 - type: Transform - uid: 5976 components: - - pos: -128.5,-36.5 + - type: Transform + pos: -128.5,-36.5 parent: 1 - type: Transform - uid: 6002 components: - - pos: -108.5,-51.5 + - type: Transform + pos: -108.5,-51.5 parent: 1 - type: Transform - uid: 6044 components: - - pos: -26.5,19.5 + - type: Transform + pos: -26.5,19.5 parent: 1 - type: Transform - uid: 6045 components: - - pos: -26.5,21.5 + - type: Transform + pos: -26.5,21.5 parent: 1 - type: Transform - uid: 6084 components: - - pos: -15.5,35.5 + - type: Transform + pos: -15.5,35.5 parent: 1 - type: Transform - uid: 6086 components: - - pos: -76.5,42.5 + - type: Transform + pos: -76.5,42.5 parent: 1 - type: Transform - uid: 6090 components: - - pos: 1.5,33.5 + - type: Transform + pos: 1.5,33.5 parent: 1 - type: Transform - uid: 6131 components: - - pos: -78.5,42.5 + - type: Transform + pos: -78.5,42.5 parent: 1 - type: Transform - uid: 6140 components: - - pos: 4.5,34.5 + - type: Transform + pos: 4.5,34.5 parent: 1 - type: Transform - uid: 6196 components: - - pos: -140.5,-9.5 + - type: Transform + pos: -140.5,-9.5 parent: 1 - type: Transform - uid: 6197 components: - - pos: -140.5,-8.5 + - type: Transform + pos: -140.5,-8.5 parent: 1 - type: Transform - uid: 6198 components: - - pos: -141.5,-8.5 + - type: Transform + pos: -141.5,-8.5 parent: 1 - type: Transform - uid: 6199 components: - - pos: -141.5,-7.5 + - type: Transform + pos: -141.5,-7.5 parent: 1 - type: Transform - uid: 6200 components: - - pos: -142.5,-6.5 + - type: Transform + pos: -142.5,-6.5 parent: 1 - type: Transform - uid: 6201 components: - - pos: -142.5,-7.5 + - type: Transform + pos: -142.5,-7.5 parent: 1 - type: Transform - uid: 6205 components: - - pos: -144.5,26.5 + - type: Transform + pos: -144.5,26.5 parent: 1 - type: Transform - uid: 6206 components: - - pos: -132.5,-6.5 + - type: Transform + pos: -132.5,-6.5 parent: 1 - type: Transform - uid: 6207 components: - - pos: -132.5,-7.5 + - type: Transform + pos: -132.5,-7.5 parent: 1 - type: Transform - uid: 6208 components: - - pos: -133.5,-7.5 + - type: Transform + pos: -133.5,-7.5 parent: 1 - type: Transform - uid: 6209 components: - - pos: -133.5,-8.5 + - type: Transform + pos: -133.5,-8.5 parent: 1 - type: Transform - uid: 6210 components: - - pos: -134.5,-8.5 + - type: Transform + pos: -134.5,-8.5 parent: 1 - type: Transform - uid: 6211 components: - - pos: -134.5,-9.5 + - type: Transform + pos: -134.5,-9.5 parent: 1 - type: Transform - uid: 6215 components: - - pos: -140.5,22.5 + - type: Transform + pos: -140.5,22.5 parent: 1 - type: Transform - uid: 6216 components: - - pos: -140.5,21.5 + - type: Transform + pos: -140.5,21.5 parent: 1 - type: Transform - uid: 6217 components: - - pos: -141.5,21.5 + - type: Transform + pos: -141.5,21.5 parent: 1 - type: Transform - uid: 6218 components: - - pos: -141.5,20.5 + - type: Transform + pos: -141.5,20.5 parent: 1 - type: Transform - uid: 6219 components: - - pos: -142.5,20.5 + - type: Transform + pos: -142.5,20.5 parent: 1 - type: Transform - uid: 6220 components: - - pos: -142.5,19.5 + - type: Transform + pos: -142.5,19.5 parent: 1 - type: Transform - uid: 6223 components: - - pos: -132.5,19.5 + - type: Transform + pos: -132.5,19.5 parent: 1 - type: Transform - uid: 6224 components: - - pos: -132.5,20.5 + - type: Transform + pos: -132.5,20.5 parent: 1 - type: Transform - uid: 6225 components: - - pos: -133.5,20.5 + - type: Transform + pos: -133.5,20.5 parent: 1 - type: Transform - uid: 6226 components: - - pos: -133.5,21.5 + - type: Transform + pos: -133.5,21.5 parent: 1 - type: Transform - uid: 6227 components: - - pos: -134.5,21.5 + - type: Transform + pos: -134.5,21.5 parent: 1 - type: Transform - uid: 6228 components: - - pos: -134.5,22.5 + - type: Transform + pos: -134.5,22.5 parent: 1 - type: Transform - uid: 6229 components: - - pos: -135.5,26.5 + - type: Transform + pos: -135.5,26.5 parent: 1 - type: Transform - uid: 6257 components: - - pos: -148.5,-3.5 + - type: Transform + pos: -148.5,-3.5 parent: 1 - type: Transform - uid: 6261 components: - - pos: -148.5,-5.5 + - type: Transform + pos: -148.5,-5.5 parent: 1 - type: Transform - uid: 6263 components: - - pos: -151.5,19.5 + - type: Transform + pos: -151.5,19.5 parent: 1 - type: Transform - uid: 6264 components: - - pos: -153.5,8.5 + - type: Transform + pos: -153.5,8.5 parent: 1 - type: Transform - uid: 6265 components: - - pos: -132.5,18.5 + - type: Transform + pos: -132.5,18.5 parent: 1 - type: Transform - uid: 6266 components: - - pos: -153.5,11.5 + - type: Transform + pos: -153.5,11.5 parent: 1 - type: Transform - uid: 6267 components: - - pos: -153.5,13.5 + - type: Transform + pos: -153.5,13.5 parent: 1 - type: Transform - uid: 6268 components: - - pos: -157.5,18.5 + - type: Transform + pos: -157.5,18.5 parent: 1 - type: Transform - uid: 6269 components: - - pos: -150.5,23.5 + - type: Transform + pos: -150.5,23.5 parent: 1 - type: Transform - uid: 6273 components: - - pos: -141.5,-2.5 + - type: Transform + pos: -141.5,-2.5 parent: 1 - type: Transform - uid: 6276 components: - - pos: -140.5,-1.5 + - type: Transform + pos: -140.5,-1.5 parent: 1 - type: Transform - uid: 6282 components: - - pos: -152.5,17.5 + - type: Transform + pos: -152.5,17.5 parent: 1 - type: Transform - uid: 6289 components: - - pos: -152.5,18.5 + - type: Transform + pos: -152.5,18.5 parent: 1 - type: Transform - uid: 6290 components: - - pos: -151.5,18.5 + - type: Transform + pos: -151.5,18.5 parent: 1 - type: Transform - uid: 6293 components: - - pos: -153.5,12.5 + - type: Transform + pos: -153.5,12.5 parent: 1 - type: Transform - uid: 6294 components: - - pos: -153.5,14.5 + - type: Transform + pos: -153.5,14.5 parent: 1 - type: Transform - uid: 6295 components: - - pos: -157.5,19.5 + - type: Transform + pos: -157.5,19.5 parent: 1 - type: Transform - uid: 6299 components: - - pos: -143.5,-4.5 + - type: Transform + pos: -143.5,-4.5 parent: 1 - type: Transform - uid: 6300 components: - - pos: -140.5,-2.5 + - type: Transform + pos: -140.5,-2.5 parent: 1 - type: Transform - uid: 6301 components: - - pos: -148.5,-4.5 + - type: Transform + pos: -148.5,-4.5 parent: 1 - type: Transform - uid: 6307 components: - - pos: -143.5,17.5 + - type: Transform + pos: -143.5,17.5 parent: 1 - type: Transform - uid: 6314 components: - - pos: -148.5,-7.5 + - type: Transform + pos: -148.5,-7.5 parent: 1 - type: Transform - uid: 6315 components: - - pos: -150.5,10.5 + - type: Transform + pos: -150.5,10.5 parent: 1 - type: Transform - uid: 6316 components: - - pos: -151.5,15.5 + - type: Transform + pos: -151.5,15.5 parent: 1 - type: Transform - uid: 6317 components: - - pos: -151.5,13.5 + - type: Transform + pos: -151.5,13.5 parent: 1 - type: Transform - uid: 6318 components: - - pos: -151.5,11.5 + - type: Transform + pos: -151.5,11.5 parent: 1 - type: Transform - uid: 6320 components: - - pos: -154.5,23.5 + - type: Transform + pos: -154.5,23.5 parent: 1 - type: Transform - uid: 6326 components: - - pos: -149.5,2.5 + - type: Transform + pos: -149.5,2.5 parent: 1 - type: Transform - uid: 6327 components: - - pos: -142.5,1.5 + - type: Transform + pos: -142.5,1.5 parent: 1 - type: Transform - uid: 6328 components: - - pos: -142.5,-3.5 + - type: Transform + pos: -142.5,-3.5 parent: 1 - type: Transform - uid: 6329 components: - - pos: -141.5,-3.5 + - type: Transform + pos: -141.5,-3.5 parent: 1 - type: Transform - uid: 6330 components: - - pos: -138.5,22.5 + - type: Transform + pos: -138.5,22.5 parent: 1 - type: Transform - uid: 6331 components: - - pos: -137.5,22.5 + - type: Transform + pos: -137.5,22.5 parent: 1 - type: Transform - uid: 6332 components: - - pos: -136.5,22.5 + - type: Transform + pos: -136.5,22.5 parent: 1 - type: Transform - uid: 6333 components: - - pos: -138.5,-9.5 + - type: Transform + pos: -138.5,-9.5 parent: 1 - type: Transform - uid: 6334 components: - - pos: -137.5,-9.5 + - type: Transform + pos: -137.5,-9.5 parent: 1 - type: Transform - uid: 6335 components: - - pos: -136.5,-9.5 + - type: Transform + pos: -136.5,-9.5 parent: 1 - type: Transform - uid: 6336 components: - - pos: -143.5,-12.5 + - type: Transform + pos: -143.5,-12.5 parent: 1 - type: Transform - uid: 6337 components: - - pos: -142.5,-12.5 + - type: Transform + pos: -142.5,-12.5 parent: 1 - type: Transform - uid: 6338 components: - - pos: -141.5,-12.5 + - type: Transform + pos: -141.5,-12.5 parent: 1 - type: Transform - uid: 6339 components: - - pos: -140.5,-12.5 + - type: Transform + pos: -140.5,-12.5 parent: 1 - type: Transform - uid: 6340 components: - - pos: -131.5,-12.5 + - type: Transform + pos: -131.5,-12.5 parent: 1 - type: Transform - uid: 6341 components: - - pos: -132.5,-12.5 + - type: Transform + pos: -132.5,-12.5 parent: 1 - type: Transform - uid: 6342 components: - - pos: -133.5,-12.5 + - type: Transform + pos: -133.5,-12.5 parent: 1 - type: Transform - uid: 6343 components: - - pos: -134.5,-12.5 + - type: Transform + pos: -134.5,-12.5 parent: 1 - type: Transform - uid: 6344 components: - - pos: -136.5,-12.5 + - type: Transform + pos: -136.5,-12.5 parent: 1 - type: Transform - uid: 6345 components: - - pos: -137.5,-12.5 + - type: Transform + pos: -137.5,-12.5 parent: 1 - type: Transform - uid: 6346 components: - - pos: -138.5,-12.5 + - type: Transform + pos: -138.5,-12.5 parent: 1 - type: Transform - uid: 6353 components: - - pos: -150.5,15.5 + - type: Transform + pos: -150.5,15.5 parent: 1 - type: Transform - uid: 6354 components: - - pos: -151.5,14.5 + - type: Transform + pos: -151.5,14.5 parent: 1 - type: Transform - uid: 6355 components: - - pos: -151.5,12.5 + - type: Transform + pos: -151.5,12.5 parent: 1 - type: Transform - uid: 6356 components: - - pos: -151.5,10.5 + - type: Transform + pos: -151.5,10.5 parent: 1 - type: Transform - uid: 6359 components: - - pos: -153.5,23.5 + - type: Transform + pos: -153.5,23.5 parent: 1 - type: Transform - uid: 6364 components: - - pos: -148.5,-6.5 + - type: Transform + pos: -148.5,-6.5 parent: 1 - type: Transform - uid: 6379 components: - - pos: -131.5,-4.5 + - type: Transform + pos: -131.5,-4.5 parent: 1 - type: Transform - uid: 6380 components: - - pos: -131.5,-3.5 + - type: Transform + pos: -131.5,-3.5 parent: 1 - type: Transform - uid: 6381 components: - - pos: -131.5,-2.5 + - type: Transform + pos: -131.5,-2.5 parent: 1 - type: Transform - uid: 6382 components: - - pos: -131.5,-1.5 + - type: Transform + pos: -131.5,-1.5 parent: 1 - type: Transform - uid: 6383 components: - - pos: -131.5,2.5 + - type: Transform + pos: -131.5,2.5 parent: 1 - type: Transform - uid: 6384 components: - - pos: -131.5,3.5 + - type: Transform + pos: -131.5,3.5 parent: 1 - type: Transform - uid: 6385 components: - - pos: -131.5,4.5 + - type: Transform + pos: -131.5,4.5 parent: 1 - type: Transform - uid: 6386 components: - - pos: -131.5,5.5 + - type: Transform + pos: -131.5,5.5 parent: 1 - type: Transform - uid: 6387 components: - - pos: -131.5,7.5 + - type: Transform + pos: -131.5,7.5 parent: 1 - type: Transform - uid: 6388 components: - - pos: -131.5,8.5 + - type: Transform + pos: -131.5,8.5 parent: 1 - type: Transform - uid: 6389 components: - - pos: -131.5,9.5 + - type: Transform + pos: -131.5,9.5 parent: 1 - type: Transform - uid: 6390 components: - - pos: -131.5,10.5 + - type: Transform + pos: -131.5,10.5 parent: 1 - type: Transform - uid: 6391 components: - - pos: -131.5,14.5 + - type: Transform + pos: -131.5,14.5 parent: 1 - type: Transform - uid: 6392 components: - - pos: -131.5,15.5 + - type: Transform + pos: -131.5,15.5 parent: 1 - type: Transform - uid: 6393 components: - - pos: -131.5,16.5 + - type: Transform + pos: -131.5,16.5 parent: 1 - type: Transform - uid: 6394 components: - - pos: -131.5,17.5 + - type: Transform + pos: -131.5,17.5 parent: 1 - type: Transform - uid: 6395 components: - - pos: -128.5,22.5 + - type: Transform + pos: -128.5,22.5 parent: 1 - type: Transform - uid: 6396 components: - - pos: -128.5,21.5 + - type: Transform + pos: -128.5,21.5 parent: 1 - type: Transform - uid: 6397 components: - - pos: -128.5,20.5 + - type: Transform + pos: -128.5,20.5 parent: 1 - type: Transform - uid: 6398 components: - - pos: -128.5,19.5 + - type: Transform + pos: -128.5,19.5 parent: 1 - type: Transform - uid: 6399 components: - - pos: -128.5,18.5 + - type: Transform + pos: -128.5,18.5 parent: 1 - type: Transform - uid: 6400 components: - - pos: -128.5,17.5 + - type: Transform + pos: -128.5,17.5 parent: 1 - type: Transform - uid: 6401 components: - - pos: -128.5,13.5 + - type: Transform + pos: -128.5,13.5 parent: 1 - type: Transform - uid: 6402 components: - - pos: -128.5,12.5 + - type: Transform + pos: -128.5,12.5 parent: 1 - type: Transform - uid: 6403 components: - - pos: -128.5,11.5 + - type: Transform + pos: -128.5,11.5 parent: 1 - type: Transform - uid: 6404 components: - - pos: -128.5,10.5 + - type: Transform + pos: -128.5,10.5 parent: 1 - type: Transform - uid: 6406 components: - - pos: -128.5,8.5 + - type: Transform + pos: -128.5,8.5 parent: 1 - type: Transform - uid: 6407 components: - - pos: -128.5,4.5 + - type: Transform + pos: -128.5,4.5 parent: 1 - type: Transform - uid: 6408 components: - - pos: -128.5,3.5 + - type: Transform + pos: -128.5,3.5 parent: 1 - type: Transform - uid: 6409 components: - - pos: -128.5,2.5 + - type: Transform + pos: -128.5,2.5 parent: 1 - type: Transform - uid: 6410 components: - - pos: -128.5,-5.5 + - type: Transform + pos: -128.5,-5.5 parent: 1 - type: Transform - uid: 6411 components: - - pos: -128.5,-6.5 + - type: Transform + pos: -128.5,-6.5 parent: 1 - type: Transform - uid: 6412 components: - - pos: -128.5,-7.5 + - type: Transform + pos: -128.5,-7.5 parent: 1 - type: Transform - uid: 6413 components: - - pos: -128.5,-8.5 + - type: Transform + pos: -128.5,-8.5 parent: 1 - type: Transform - uid: 6414 components: - - pos: -128.5,-9.5 + - type: Transform + pos: -128.5,-9.5 parent: 1 - type: Transform - uid: 6446 components: - - pos: -128.5,5.5 + - type: Transform + pos: -128.5,5.5 parent: 1 - type: Transform - uid: 6464 components: - - pos: -128.5,6.5 + - type: Transform + pos: -128.5,6.5 parent: 1 - type: Transform - uid: 6465 components: - - pos: -128.5,7.5 + - type: Transform + pos: -128.5,7.5 parent: 1 - type: Transform - uid: 6467 components: - - pos: -138.5,25.5 + - type: Transform + pos: -138.5,25.5 parent: 1 - type: Transform - uid: 6468 components: - - pos: -137.5,25.5 + - type: Transform + pos: -137.5,25.5 parent: 1 - type: Transform - uid: 6469 components: - - pos: -136.5,25.5 + - type: Transform + pos: -136.5,25.5 parent: 1 - type: Transform - uid: 6470 components: - - pos: -134.5,25.5 + - type: Transform + pos: -134.5,25.5 parent: 1 - type: Transform - uid: 6471 components: - - pos: -133.5,25.5 + - type: Transform + pos: -133.5,25.5 parent: 1 - type: Transform - uid: 6472 components: - - pos: -132.5,25.5 + - type: Transform + pos: -132.5,25.5 parent: 1 - type: Transform - uid: 6473 components: - - pos: -131.5,25.5 + - type: Transform + pos: -131.5,25.5 parent: 1 - type: Transform - uid: 6474 components: - - pos: -140.5,25.5 + - type: Transform + pos: -140.5,25.5 parent: 1 - type: Transform - uid: 6475 components: - - pos: -141.5,25.5 + - type: Transform + pos: -141.5,25.5 parent: 1 - type: Transform - uid: 6476 components: - - pos: -142.5,25.5 + - type: Transform + pos: -142.5,25.5 parent: 1 - type: Transform - uid: 6477 components: - - pos: -143.5,25.5 + - type: Transform + pos: -143.5,25.5 parent: 1 - type: Transform - uid: 6502 components: - - pos: -127.5,0.5 + - type: Transform + pos: -127.5,0.5 parent: 1 - type: Transform - uid: 6503 components: - - pos: -124.5,11.5 + - type: Transform + pos: -124.5,11.5 parent: 1 - type: Transform - uid: 6504 components: - - pos: -127.5,-3.5 + - type: Transform + pos: -127.5,-3.5 parent: 1 - type: Transform - uid: 6505 components: - - pos: -124.5,10.5 + - type: Transform + pos: -124.5,10.5 parent: 1 - type: Transform - uid: 6507 components: - - pos: -124.5,13.5 + - type: Transform + pos: -124.5,13.5 parent: 1 - type: Transform - uid: 6651 components: - - pos: -26.5,30.5 + - type: Transform + pos: -26.5,30.5 parent: 1 - type: Transform - uid: 6652 components: - - pos: -26.5,31.5 + - type: Transform + pos: -26.5,31.5 parent: 1 - type: Transform - uid: 6653 components: - - pos: -26.5,32.5 + - type: Transform + pos: -26.5,32.5 parent: 1 - type: Transform - uid: 6654 components: - - pos: -26.5,33.5 + - type: Transform + pos: -26.5,33.5 parent: 1 - type: Transform - uid: 6659 components: - - pos: -26.5,24.5 + - type: Transform + pos: -26.5,24.5 parent: 1 - type: Transform - uid: 6661 components: - - pos: -26.5,26.5 + - type: Transform + pos: -26.5,26.5 parent: 1 - type: Transform - uid: 6677 components: - - pos: -18.5,38.5 + - type: Transform + pos: -18.5,38.5 parent: 1 - type: Transform - uid: 6746 components: - - pos: -31.5,-31.5 + - type: Transform + pos: -31.5,-31.5 parent: 1 - type: Transform - uid: 6747 components: - - pos: -33.5,-31.5 + - type: Transform + pos: -33.5,-31.5 parent: 1 - type: Transform - uid: 6748 components: - - pos: -34.5,-31.5 + - type: Transform + pos: -34.5,-31.5 parent: 1 - type: Transform - uid: 6752 components: - - pos: -30.5,-31.5 + - type: Transform + pos: -30.5,-31.5 parent: 1 - type: Transform - uid: 6760 components: - - pos: -22.5,-38.5 + - type: Transform + pos: -22.5,-38.5 parent: 1 - type: Transform - uid: 6762 components: - - pos: -20.5,-38.5 + - type: Transform + pos: -20.5,-38.5 parent: 1 - type: Transform - uid: 6767 components: - - pos: -18.5,-42.5 + - type: Transform + pos: -18.5,-42.5 parent: 1 - type: Transform - uid: 6768 components: - - pos: -19.5,-42.5 + - type: Transform + pos: -19.5,-42.5 parent: 1 - type: Transform - uid: 6769 components: - - pos: -20.5,-42.5 + - type: Transform + pos: -20.5,-42.5 parent: 1 - type: Transform - uid: 6791 components: - - pos: -36.5,-53.5 + - type: Transform + pos: -36.5,-53.5 parent: 1 - type: Transform - uid: 6811 components: - - pos: -27.5,-41.5 + - type: Transform + pos: -27.5,-41.5 parent: 1 - type: Transform - uid: 6812 components: - - pos: -27.5,-39.5 + - type: Transform + pos: -27.5,-39.5 parent: 1 - type: Transform - uid: 6816 components: - - pos: -27.5,-40.5 + - type: Transform + pos: -27.5,-40.5 parent: 1 - type: Transform - uid: 6827 components: - - pos: -34.5,-43.5 + - type: Transform + pos: -34.5,-43.5 parent: 1 - type: Transform - uid: 6828 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 1 - type: Transform - uid: 6829 components: - - pos: -34.5,-42.5 + - type: Transform + pos: -34.5,-42.5 parent: 1 - type: Transform - uid: 6830 components: - - pos: -30.5,-43.5 + - type: Transform + pos: -30.5,-43.5 parent: 1 - type: Transform - uid: 6831 components: - - pos: -30.5,-44.5 + - type: Transform + pos: -30.5,-44.5 parent: 1 - type: Transform - uid: 6832 components: - - pos: -31.5,-45.5 + - type: Transform + pos: -31.5,-45.5 parent: 1 - type: Transform - uid: 6833 components: - - pos: -33.5,-45.5 + - type: Transform + pos: -33.5,-45.5 parent: 1 - type: Transform - uid: 6834 components: - - pos: -34.5,-44.5 + - type: Transform + pos: -34.5,-44.5 parent: 1 - type: Transform - uid: 6838 components: - - pos: -31.5,-41.5 + - type: Transform + pos: -31.5,-41.5 parent: 1 - type: Transform - uid: 6839 components: - - pos: -30.5,-42.5 + - type: Transform + pos: -30.5,-42.5 parent: 1 - type: Transform - uid: 6844 components: - - pos: -32.5,-45.5 + - type: Transform + pos: -32.5,-45.5 parent: 1 - type: Transform - uid: 6856 components: - - pos: -37.5,-45.5 + - type: Transform + pos: -37.5,-45.5 parent: 1 - type: Transform - uid: 6857 components: - - pos: -34.5,-40.5 + - type: Transform + pos: -34.5,-40.5 parent: 1 - type: Transform - uid: 6858 components: - - pos: -34.5,-38.5 + - type: Transform + pos: -34.5,-38.5 parent: 1 - type: Transform - uid: 6881 components: - - pos: -37.5,-59.5 + - type: Transform + pos: -37.5,-59.5 parent: 1 - type: Transform - uid: 6883 components: - - pos: -36.5,-56.5 + - type: Transform + pos: -36.5,-56.5 parent: 1 - type: Transform - uid: 6896 components: - - pos: -18.5,-34.5 + - type: Transform + pos: -18.5,-34.5 parent: 1 - type: Transform - uid: 6897 components: - - pos: -18.5,-33.5 + - type: Transform + pos: -18.5,-33.5 parent: 1 - type: Transform - uid: 6898 components: - - pos: -18.5,-32.5 + - type: Transform + pos: -18.5,-32.5 parent: 1 - type: Transform - uid: 6902 components: - - pos: -28.5,-28.5 + - type: Transform + pos: -28.5,-28.5 parent: 1 - type: Transform - uid: 6903 components: - - pos: -27.5,-28.5 + - type: Transform + pos: -27.5,-28.5 parent: 1 - type: Transform - uid: 6904 components: - - pos: -26.5,-28.5 + - type: Transform + pos: -26.5,-28.5 parent: 1 - type: Transform - uid: 6905 components: - - pos: -23.5,-28.5 + - type: Transform + pos: -23.5,-28.5 parent: 1 - type: Transform - uid: 6906 components: - - pos: -22.5,-28.5 + - type: Transform + pos: -22.5,-28.5 parent: 1 - type: Transform - uid: 6958 components: - - pos: -37.5,-57.5 + - type: Transform + pos: -37.5,-57.5 parent: 1 - type: Transform - uid: 6961 components: - - pos: -39.5,-53.5 + - type: Transform + pos: -39.5,-53.5 parent: 1 - type: Transform - uid: 6966 components: - - pos: -36.5,-60.5 + - type: Transform + pos: -36.5,-60.5 parent: 1 - type: Transform - uid: 6967 components: - - pos: -34.5,-60.5 + - type: Transform + pos: -34.5,-60.5 parent: 1 - type: Transform - uid: 6971 components: - - pos: -31.5,-48.5 + - type: Transform + pos: -31.5,-48.5 parent: 1 - type: Transform - uid: 6976 components: - - pos: -34.5,-48.5 + - type: Transform + pos: -34.5,-48.5 parent: 1 - type: Transform - uid: 6978 components: - - pos: -36.5,-48.5 + - type: Transform + pos: -36.5,-48.5 parent: 1 - type: Transform - uid: 6979 components: - - pos: -37.5,-48.5 + - type: Transform + pos: -37.5,-48.5 parent: 1 - type: Transform - uid: 6980 components: - - pos: -38.5,-48.5 + - type: Transform + pos: -38.5,-48.5 parent: 1 - type: Transform - uid: 7007 components: - - pos: -37.5,-58.5 + - type: Transform + pos: -37.5,-58.5 parent: 1 - type: Transform - uid: 7037 components: - - pos: -34.5,-63.5 + - type: Transform + pos: -34.5,-63.5 parent: 1 - type: Transform - uid: 7043 components: - - pos: -36.5,-63.5 + - type: Transform + pos: -36.5,-63.5 parent: 1 - type: Transform - uid: 7044 components: - - pos: -35.5,-63.5 + - type: Transform + pos: -35.5,-63.5 parent: 1 - type: Transform - uid: 7053 components: - - pos: -41.5,-63.5 + - type: Transform + pos: -41.5,-63.5 parent: 1 - type: Transform - uid: 7067 components: - - pos: -42.5,-62.5 + - type: Transform + pos: -42.5,-62.5 parent: 1 - type: Transform - uid: 7237 components: - - pos: -16.5,38.5 + - type: Transform + pos: -16.5,38.5 parent: 1 - type: Transform - uid: 7262 components: - - pos: -54.5,23.5 + - type: Transform + pos: -54.5,23.5 parent: 1 - type: Transform - uid: 7266 components: - - pos: -42.5,24.5 + - type: Transform + pos: -42.5,24.5 parent: 1 - type: Transform - uid: 7275 components: - - pos: -51.5,39.5 + - type: Transform + pos: -51.5,39.5 parent: 1 - type: Transform - uid: 7276 components: - - pos: -52.5,39.5 + - type: Transform + pos: -52.5,39.5 parent: 1 - type: Transform - uid: 7278 components: - - pos: -53.5,42.5 + - type: Transform + pos: -53.5,42.5 parent: 1 - type: Transform - uid: 7280 components: - - pos: -49.5,40.5 + - type: Transform + pos: -49.5,40.5 parent: 1 - type: Transform - uid: 7299 components: - - pos: -52.5,42.5 + - type: Transform + pos: -52.5,42.5 parent: 1 - type: Transform - uid: 7301 components: - - pos: -49.5,41.5 + - type: Transform + pos: -49.5,41.5 parent: 1 - type: Transform - uid: 7313 components: - - pos: -53.5,34.5 + - type: Transform + pos: -53.5,34.5 parent: 1 - type: Transform - uid: 7314 components: - - pos: -52.5,34.5 + - type: Transform + pos: -52.5,34.5 parent: 1 - type: Transform - uid: 7315 components: - - pos: -51.5,34.5 + - type: Transform + pos: -51.5,34.5 parent: 1 - type: Transform - uid: 7344 components: - - pos: -50.5,32.5 + - type: Transform + pos: -50.5,32.5 parent: 1 - type: Transform - uid: 7349 components: - - pos: -50.5,33.5 + - type: Transform + pos: -50.5,33.5 parent: 1 - type: Transform - uid: 7352 components: - - pos: -97.5,34.5 + - type: Transform + pos: -97.5,34.5 parent: 1 - type: Transform - uid: 7353 components: - - pos: -84.5,44.5 + - type: Transform + pos: -84.5,44.5 parent: 1 - type: Transform - uid: 7354 components: - - pos: -92.5,28.5 + - type: Transform + pos: -92.5,28.5 parent: 1 - type: Transform - uid: 7367 components: - - pos: -82.5,31.5 + - type: Transform + pos: -82.5,31.5 parent: 1 - type: Transform - uid: 7374 components: - - pos: -100.5,56.5 + - type: Transform + pos: -100.5,56.5 parent: 1 - type: Transform - uid: 7377 components: - - pos: -101.5,31.5 + - type: Transform + pos: -101.5,31.5 parent: 1 - type: Transform - uid: 7378 components: - - pos: -102.5,37.5 + - type: Transform + pos: -102.5,37.5 parent: 1 - type: Transform - uid: 7379 components: - - pos: -90.5,28.5 + - type: Transform + pos: -90.5,28.5 parent: 1 - type: Transform - uid: 7380 components: - - pos: -96.5,28.5 + - type: Transform + pos: -96.5,28.5 parent: 1 - type: Transform - uid: 7381 components: - - pos: -87.5,42.5 + - type: Transform + pos: -87.5,42.5 parent: 1 - type: Transform - uid: 7385 components: - - pos: -99.5,48.5 + - type: Transform + pos: -99.5,48.5 parent: 1 - type: Transform - uid: 7389 components: - - pos: -82.5,42.5 + - type: Transform + pos: -82.5,42.5 parent: 1 - type: Transform - uid: 7390 components: - - pos: -81.5,42.5 + - type: Transform + pos: -81.5,42.5 parent: 1 - type: Transform - uid: 7393 components: - - pos: -97.5,41.5 + - type: Transform + pos: -97.5,41.5 parent: 1 - type: Transform - uid: 7397 components: - - pos: -100.5,59.5 + - type: Transform + pos: -100.5,59.5 parent: 1 - type: Transform - uid: 7402 components: - - pos: -101.5,34.5 + - type: Transform + pos: -101.5,34.5 parent: 1 - type: Transform - uid: 7409 components: - - pos: -87.5,34.5 + - type: Transform + pos: -87.5,34.5 parent: 1 - type: Transform - uid: 7412 components: - - pos: -100.5,54.5 + - type: Transform + pos: -100.5,54.5 parent: 1 - type: Transform - uid: 7420 components: - - pos: -97.5,43.5 + - type: Transform + pos: -97.5,43.5 parent: 1 - type: Transform - uid: 7431 components: - - pos: -97.5,40.5 + - type: Transform + pos: -97.5,40.5 parent: 1 - type: Transform - uid: 7432 components: - - pos: -100.5,51.5 + - type: Transform + pos: -100.5,51.5 parent: 1 - type: Transform - uid: 7433 components: - - pos: -87.5,35.5 + - type: Transform + pos: -87.5,35.5 parent: 1 - type: Transform - uid: 7434 components: - - pos: -88.5,28.5 + - type: Transform + pos: -88.5,28.5 parent: 1 - type: Transform - uid: 7435 components: - - pos: -97.5,28.5 + - type: Transform + pos: -97.5,28.5 parent: 1 - type: Transform - uid: 7436 components: - - pos: -93.5,28.5 + - type: Transform + pos: -93.5,28.5 parent: 1 - type: Transform - uid: 7439 components: - - pos: -98.5,48.5 + - type: Transform + pos: -98.5,48.5 parent: 1 - type: Transform - uid: 7469 components: - - pos: -48.5,18.5 + - type: Transform + pos: -48.5,18.5 parent: 1 - type: Transform - uid: 7474 components: - - pos: -47.5,18.5 + - type: Transform + pos: -47.5,18.5 parent: 1 - type: Transform - uid: 7475 components: - - pos: -46.5,18.5 + - type: Transform + pos: -46.5,18.5 parent: 1 - type: Transform - uid: 7476 components: - - pos: -44.5,18.5 + - type: Transform + pos: -44.5,18.5 parent: 1 - type: Transform - uid: 7484 components: - - pos: -42.5,13.5 + - type: Transform + pos: -42.5,13.5 parent: 1 - type: Transform - uid: 7485 components: - - pos: -42.5,16.5 + - type: Transform + pos: -42.5,16.5 parent: 1 - type: Transform - uid: 7843 components: - - pos: -91.5,14.5 + - type: Transform + pos: -91.5,14.5 parent: 1 - type: Transform - uid: 7846 components: - - pos: -91.5,15.5 + - type: Transform + pos: -91.5,15.5 parent: 1 - type: Transform - uid: 7853 components: - - pos: -91.5,16.5 + - type: Transform + pos: -91.5,16.5 parent: 1 - type: Transform - uid: 7881 components: - - pos: -81.5,13.5 + - type: Transform + pos: -81.5,13.5 parent: 1 - type: Transform - uid: 7882 components: - - pos: -80.5,15.5 + - type: Transform + pos: -80.5,15.5 parent: 1 - type: Transform - uid: 7883 components: - - pos: -81.5,14.5 + - type: Transform + pos: -81.5,14.5 parent: 1 - type: Transform - uid: 7884 components: - - pos: -87.5,10.5 + - type: Transform + pos: -87.5,10.5 parent: 1 - type: Transform - uid: 7887 components: - - pos: -79.5,15.5 + - type: Transform + pos: -79.5,15.5 parent: 1 - type: Transform - uid: 7888 components: - - pos: -81.5,15.5 + - type: Transform + pos: -81.5,15.5 parent: 1 - type: Transform - uid: 7902 components: - - pos: -86.5,10.5 + - type: Transform + pos: -86.5,10.5 parent: 1 - type: Transform - uid: 7903 components: - - pos: -83.5,10.5 + - type: Transform + pos: -83.5,10.5 parent: 1 - type: Transform - uid: 7904 components: - - pos: -84.5,10.5 + - type: Transform + pos: -84.5,10.5 parent: 1 - type: Transform - uid: 7918 components: - - pos: -80.5,7.5 + - type: Transform + pos: -80.5,7.5 parent: 1 - type: Transform - uid: 7919 components: - - pos: -80.5,5.5 + - type: Transform + pos: -80.5,5.5 parent: 1 - type: Transform - uid: 7949 components: - - pos: -111.5,19.5 + - type: Transform + pos: -111.5,19.5 parent: 1 - type: Transform - uid: 7950 components: - - pos: -112.5,19.5 + - type: Transform + pos: -112.5,19.5 parent: 1 - type: Transform - uid: 7951 components: - - pos: -113.5,19.5 + - type: Transform + pos: -113.5,19.5 parent: 1 - type: Transform - uid: 7954 components: - - pos: -118.5,19.5 + - type: Transform + pos: -118.5,19.5 parent: 1 - type: Transform - uid: 7955 components: - - pos: -117.5,19.5 + - type: Transform + pos: -117.5,19.5 parent: 1 - type: Transform - uid: 7956 components: - - pos: -116.5,19.5 + - type: Transform + pos: -116.5,19.5 parent: 1 - type: Transform - uid: 7960 components: - - pos: -108.5,19.5 + - type: Transform + pos: -108.5,19.5 parent: 1 - type: Transform - uid: 7961 components: - - pos: -106.5,19.5 + - type: Transform + pos: -106.5,19.5 parent: 1 - type: Transform - uid: 7986 components: - - pos: -75.5,12.5 + - type: Transform + pos: -75.5,12.5 parent: 1 - type: Transform - uid: 7987 components: - - pos: -75.5,13.5 + - type: Transform + pos: -75.5,13.5 parent: 1 - type: Transform - uid: 7988 components: - - pos: -75.5,14.5 + - type: Transform + pos: -75.5,14.5 parent: 1 - type: Transform - uid: 8014 components: - - pos: -80.5,3.5 + - type: Transform + pos: -80.5,3.5 parent: 1 - type: Transform - uid: 8015 components: - - pos: -75.5,2.5 + - type: Transform + pos: -75.5,2.5 parent: 1 - type: Transform - uid: 8016 components: - - pos: -75.5,3.5 + - type: Transform + pos: -75.5,3.5 parent: 1 - type: Transform - uid: 8017 components: - - pos: -79.5,1.5 + - type: Transform + pos: -79.5,1.5 parent: 1 - type: Transform - uid: 8018 components: - - pos: -76.5,1.5 + - type: Transform + pos: -76.5,1.5 parent: 1 - type: Transform - uid: 8027 components: - - pos: -85.5,-4.5 + - type: Transform + pos: -85.5,-4.5 parent: 1 - type: Transform - uid: 8034 components: - - pos: -83.5,-4.5 + - type: Transform + pos: -83.5,-4.5 parent: 1 - type: Transform - uid: 8035 components: - - pos: -75.5,-2.5 + - type: Transform + pos: -75.5,-2.5 parent: 1 - type: Transform - uid: 8036 components: - - pos: -75.5,-3.5 + - type: Transform + pos: -75.5,-3.5 parent: 1 - type: Transform - uid: 8037 components: - - pos: -75.5,-5.5 + - type: Transform + pos: -75.5,-5.5 parent: 1 - type: Transform - uid: 8039 components: - - pos: -78.5,-1.5 + - type: Transform + pos: -78.5,-1.5 parent: 1 - type: Transform - uid: 8040 components: - - pos: -77.5,-1.5 + - type: Transform + pos: -77.5,-1.5 parent: 1 - type: Transform - uid: 8041 components: - - pos: -76.5,-1.5 + - type: Transform + pos: -76.5,-1.5 parent: 1 - type: Transform - uid: 8043 components: - - pos: -85.5,-9.5 + - type: Transform + pos: -85.5,-9.5 parent: 1 - type: Transform - uid: 8044 components: - - pos: -84.5,-9.5 + - type: Transform + pos: -84.5,-9.5 parent: 1 - type: Transform - uid: 8045 components: - - pos: -83.5,-9.5 + - type: Transform + pos: -83.5,-9.5 parent: 1 - type: Transform - uid: 8046 components: - - pos: -82.5,-9.5 + - type: Transform + pos: -82.5,-9.5 parent: 1 - type: Transform - uid: 8047 components: - - pos: -81.5,-9.5 + - type: Transform + pos: -81.5,-9.5 parent: 1 - type: Transform - uid: 8048 components: - - pos: -80.5,-9.5 + - type: Transform + pos: -80.5,-9.5 parent: 1 - type: Transform - uid: 8049 components: - - pos: -79.5,-9.5 + - type: Transform + pos: -79.5,-9.5 parent: 1 - type: Transform - uid: 8050 components: - - pos: -78.5,-9.5 + - type: Transform + pos: -78.5,-9.5 parent: 1 - type: Transform - uid: 8074 components: - - pos: -92.5,-6.5 + - type: Transform + pos: -92.5,-6.5 parent: 1 - type: Transform - uid: 8077 components: - - pos: -91.5,-7.5 + - type: Transform + pos: -91.5,-7.5 parent: 1 - type: Transform - uid: 8079 components: - - pos: -89.5,-7.5 + - type: Transform + pos: -89.5,-7.5 parent: 1 - type: Transform - uid: 8082 components: - - pos: -92.5,-4.5 + - type: Transform + pos: -92.5,-4.5 parent: 1 - type: Transform - uid: 8123 components: - - pos: -70.5,1.5 + - type: Transform + pos: -70.5,1.5 parent: 1 - type: Transform - uid: 8125 components: - - pos: -69.5,1.5 + - type: Transform + pos: -69.5,1.5 parent: 1 - type: Transform - uid: 8134 components: - - pos: -70.5,-2.5 + - type: Transform + pos: -70.5,-2.5 parent: 1 - type: Transform - uid: 8135 components: - - pos: -69.5,-2.5 + - type: Transform + pos: -69.5,-2.5 parent: 1 - type: Transform - uid: 8158 components: - - pos: -68.5,-9.5 + - type: Transform + pos: -68.5,-9.5 parent: 1 - type: Transform - uid: 8159 components: - - pos: -65.5,-9.5 + - type: Transform + pos: -65.5,-9.5 parent: 1 - type: Transform - uid: 8196 components: - - pos: -53.5,39.5 + - type: Transform + pos: -53.5,39.5 parent: 1 - type: Transform - uid: 8209 components: - - pos: -119.5,-1.5 + - type: Transform + pos: -119.5,-1.5 parent: 1 - type: Transform - uid: 8210 components: - - pos: -119.5,-2.5 + - type: Transform + pos: -119.5,-2.5 parent: 1 - type: Transform - uid: 8212 components: - - pos: -119.5,1.5 + - type: Transform + pos: -119.5,1.5 parent: 1 - type: Transform - uid: 8213 components: - - pos: -119.5,0.5 + - type: Transform + pos: -119.5,0.5 parent: 1 - type: Transform - uid: 8214 components: - - pos: -119.5,-3.5 + - type: Transform + pos: -119.5,-3.5 parent: 1 - type: Transform - uid: 8320 components: - - pos: -75.5,19.5 + - type: Transform + pos: -75.5,19.5 parent: 1 - type: Transform - uid: 8321 components: - - pos: -75.5,18.5 + - type: Transform + pos: -75.5,18.5 parent: 1 - type: Transform - uid: 8322 components: - - pos: -75.5,16.5 + - type: Transform + pos: -75.5,16.5 parent: 1 - type: Transform - uid: 8459 components: - - pos: 20.5,12.5 + - type: Transform + pos: 20.5,12.5 parent: 1 - type: Transform - uid: 8914 components: - - pos: 27.5,-64.5 + - type: Transform + pos: 27.5,-64.5 parent: 1 - type: Transform - uid: 8958 components: - - pos: -108.5,-14.5 + - type: Transform + pos: -108.5,-14.5 parent: 1 - type: Transform - uid: 8960 components: - - pos: -109.5,-14.5 + - type: Transform + pos: -109.5,-14.5 parent: 1 - type: Transform - uid: 8972 components: - - pos: -98.5,-15.5 + - type: Transform + pos: -98.5,-15.5 parent: 1 - type: Transform - uid: 8999 components: - - pos: -127.5,-36.5 + - type: Transform + pos: -127.5,-36.5 parent: 1 - type: Transform - uid: 9098 components: - - pos: -69.5,-20.5 + - type: Transform + pos: -69.5,-20.5 parent: 1 - type: Transform - uid: 9122 components: - - pos: -3.5,-33.5 + - type: Transform + pos: -3.5,-33.5 parent: 1 - type: Transform - uid: 9123 components: - - pos: -5.5,-33.5 + - type: Transform + pos: -5.5,-33.5 parent: 1 - type: Transform - uid: 9220 components: - - pos: -89.5,-45.5 + - type: Transform + pos: -89.5,-45.5 parent: 1 - type: Transform - uid: 9221 components: - - pos: -89.5,-46.5 + - type: Transform + pos: -89.5,-46.5 parent: 1 - type: Transform - uid: 9222 components: - - pos: -89.5,-47.5 + - type: Transform + pos: -89.5,-47.5 parent: 1 - type: Transform - uid: 9223 components: - - pos: -89.5,-48.5 + - type: Transform + pos: -89.5,-48.5 parent: 1 - type: Transform - uid: 9226 components: - - pos: -89.5,-52.5 + - type: Transform + pos: -89.5,-52.5 parent: 1 - type: Transform - uid: 9227 components: - - pos: -89.5,-51.5 + - type: Transform + pos: -89.5,-51.5 parent: 1 - type: Transform - uid: 9229 components: - - pos: -88.5,-53.5 + - type: Transform + pos: -88.5,-53.5 parent: 1 - type: Transform - uid: 9230 components: - - pos: -87.5,-53.5 + - type: Transform + pos: -87.5,-53.5 parent: 1 - type: Transform - uid: 9233 components: - - pos: -84.5,-53.5 + - type: Transform + pos: -84.5,-53.5 parent: 1 - type: Transform - uid: 9234 components: - - pos: -83.5,-53.5 + - type: Transform + pos: -83.5,-53.5 parent: 1 - type: Transform - uid: 9235 components: - - pos: -82.5,-53.5 + - type: Transform + pos: -82.5,-53.5 parent: 1 - type: Transform - uid: 9236 components: - - pos: -81.5,-53.5 + - type: Transform + pos: -81.5,-53.5 parent: 1 - type: Transform - uid: 9276 components: - - pos: -41.5,-71.5 + - type: Transform + pos: -41.5,-71.5 parent: 1 - type: Transform - uid: 9461 components: - - pos: -11.5,-18.5 + - type: Transform + pos: -11.5,-18.5 parent: 1 - type: Transform - uid: 9462 components: - - pos: -11.5,-19.5 + - type: Transform + pos: -11.5,-19.5 parent: 1 - type: Transform - uid: 9463 components: - - pos: -11.5,-20.5 + - type: Transform + pos: -11.5,-20.5 parent: 1 - type: Transform - uid: 9465 components: - - pos: -13.5,-21.5 + - type: Transform + pos: -13.5,-21.5 parent: 1 - type: Transform - uid: 9631 components: - - pos: 37.5,-64.5 + - type: Transform + pos: 37.5,-64.5 parent: 1 - type: Transform - uid: 9864 components: - - pos: 41.5,-64.5 + - type: Transform + pos: 41.5,-64.5 parent: 1 - type: Transform - uid: 9865 components: - - pos: 45.5,-64.5 + - type: Transform + pos: 45.5,-64.5 parent: 1 - type: Transform - uid: 9866 components: - - pos: 49.5,-64.5 + - type: Transform + pos: 49.5,-64.5 parent: 1 - type: Transform - uid: 9867 components: - - pos: 44.5,-61.5 + - type: Transform + pos: 44.5,-61.5 parent: 1 - type: Transform - uid: 9868 components: - - pos: 22.5,-62.5 + - type: Transform + pos: 22.5,-62.5 parent: 1 - type: Transform - uid: 9869 components: - - pos: 42.5,-62.5 + - type: Transform + pos: 42.5,-62.5 parent: 1 - type: Transform - uid: 9870 components: - - pos: 0.5,-62.5 + - type: Transform + pos: 0.5,-62.5 parent: 1 - type: Transform - uid: 9871 components: - - pos: -1.5,-62.5 + - type: Transform + pos: -1.5,-62.5 parent: 1 - type: Transform - uid: 9872 components: - - pos: -12.5,-62.5 + - type: Transform + pos: -12.5,-62.5 parent: 1 - type: Transform - uid: 9874 components: - - pos: -9.5,-62.5 + - type: Transform + pos: -9.5,-62.5 parent: 1 - type: Transform - uid: 9875 components: - - pos: 8.5,-62.5 + - type: Transform + pos: 8.5,-62.5 parent: 1 - type: Transform - uid: 9876 components: - - pos: 11.5,-62.5 + - type: Transform + pos: 11.5,-62.5 parent: 1 - type: Transform - uid: 9877 components: - - pos: 13.5,-62.5 + - type: Transform + pos: 13.5,-62.5 parent: 1 - type: Transform - uid: 9882 components: - - pos: 30.5,-62.5 + - type: Transform + pos: 30.5,-62.5 parent: 1 - type: Transform - uid: 9883 components: - - pos: 33.5,-62.5 + - type: Transform + pos: 33.5,-62.5 parent: 1 - type: Transform - uid: 9884 components: - - pos: 35.5,-62.5 + - type: Transform + pos: 35.5,-62.5 parent: 1 - type: Transform - uid: 9885 components: - - pos: 53.5,-62.5 + - type: Transform + pos: 53.5,-62.5 parent: 1 - type: Transform - uid: 9888 components: - - pos: 47.5,-57.5 + - type: Transform + pos: 47.5,-57.5 parent: 1 - type: Transform - uid: 9891 components: - - pos: 8.5,32.5 + - type: Transform + pos: 8.5,32.5 parent: 1 - type: Transform - uid: 9893 components: - - pos: 49.5,-5.5 + - type: Transform + pos: 49.5,-5.5 parent: 1 - type: Transform - uid: 9913 components: - - pos: 53.5,27.5 + - type: Transform + pos: 53.5,27.5 parent: 1 - type: Transform - uid: 9917 components: - - pos: -13.5,-57.5 + - type: Transform + pos: -13.5,-57.5 parent: 1 - type: Transform - uid: 9928 components: - - pos: -11.5,-49.5 + - type: Transform + pos: -11.5,-49.5 parent: 1 - type: Transform - uid: 9938 components: - - pos: -1.5,-51.5 + - type: Transform + pos: -1.5,-51.5 parent: 1 - type: Transform - uid: 9959 components: - - pos: -0.5,-48.5 + - type: Transform + pos: -0.5,-48.5 parent: 1 - type: Transform - uid: 9963 components: - - pos: 48.5,-8.5 + - type: Transform + pos: 48.5,-8.5 parent: 1 - type: Transform - uid: 9964 components: - - pos: 7.5,-48.5 + - type: Transform + pos: 7.5,-48.5 parent: 1 - type: Transform - uid: 9968 components: - - pos: 6.5,-48.5 + - type: Transform + pos: 6.5,-48.5 parent: 1 - type: Transform - uid: 9992 components: - - pos: 55.5,-58.5 + - type: Transform + pos: 55.5,-58.5 parent: 1 - type: Transform - uid: 10023 components: - - pos: 55.5,-61.5 + - type: Transform + pos: 55.5,-61.5 parent: 1 - type: Transform - uid: 10037 components: - - pos: 39.5,-48.5 + - type: Transform + pos: 39.5,-48.5 parent: 1 - type: Transform - uid: 10039 components: - - pos: 56.5,-9.5 + - type: Transform + pos: 56.5,-9.5 parent: 1 - type: Transform - uid: 10040 components: - - pos: 54.5,-6.5 + - type: Transform + pos: 54.5,-6.5 parent: 1 - type: Transform - uid: 10041 components: - - pos: 53.5,-6.5 + - type: Transform + pos: 53.5,-6.5 parent: 1 - type: Transform - uid: 10049 components: - - pos: 48.5,-7.5 + - type: Transform + pos: 48.5,-7.5 parent: 1 - type: Transform - uid: 10056 components: - - pos: -16.5,-72.5 + - type: Transform + pos: -16.5,-72.5 parent: 1 - type: Transform - uid: 10075 components: - - pos: 50.5,-15.5 + - type: Transform + pos: 50.5,-15.5 parent: 1 - type: Transform - uid: 10076 components: - - pos: 51.5,-15.5 + - type: Transform + pos: 51.5,-15.5 parent: 1 - type: Transform - uid: 10077 components: - - pos: 50.5,-11.5 + - type: Transform + pos: 50.5,-11.5 parent: 1 - type: Transform - uid: 10080 components: - - pos: 48.5,-15.5 + - type: Transform + pos: 48.5,-15.5 parent: 1 - type: Transform - uid: 10084 components: - - pos: 62.5,-39.5 + - type: Transform + pos: 62.5,-39.5 parent: 1 - type: Transform - uid: 10085 components: - - pos: 48.5,-4.5 + - type: Transform + pos: 48.5,-4.5 parent: 1 - type: Transform - uid: 10086 components: - - pos: 46.5,-4.5 + - type: Transform + pos: 46.5,-4.5 parent: 1 - type: Transform - uid: 10087 components: - - pos: 59.5,-41.5 + - type: Transform + pos: 59.5,-41.5 parent: 1 - type: Transform - uid: 10088 components: - - pos: 48.5,-2.5 + - type: Transform + pos: 48.5,-2.5 parent: 1 - type: Transform - uid: 10091 components: - - pos: 50.5,-2.5 + - type: Transform + pos: 50.5,-2.5 parent: 1 - type: Transform - uid: 10094 components: - - pos: 52.5,-15.5 + - type: Transform + pos: 52.5,-15.5 parent: 1 - type: Transform - uid: 10095 components: - - pos: 49.5,-15.5 + - type: Transform + pos: 49.5,-15.5 parent: 1 - type: Transform - uid: 10115 components: - - pos: 60.5,-41.5 + - type: Transform + pos: 60.5,-41.5 parent: 1 - type: Transform - uid: 10116 components: - - pos: 61.5,-41.5 + - type: Transform + pos: 61.5,-41.5 parent: 1 - type: Transform - uid: 10141 components: - - pos: 41.5,-5.5 + - type: Transform + pos: 41.5,-5.5 parent: 1 - type: Transform - uid: 10142 components: - - pos: 62.5,-43.5 + - type: Transform + pos: 62.5,-43.5 parent: 1 - type: Transform - uid: 10143 components: - - pos: 62.5,-42.5 + - type: Transform + pos: 62.5,-42.5 parent: 1 - type: Transform - uid: 10144 components: - - pos: 62.5,-44.5 + - type: Transform + pos: 62.5,-44.5 parent: 1 - type: Transform - uid: 10145 components: - - pos: -54.5,-42.5 + - type: Transform + pos: -54.5,-42.5 parent: 1 - type: Transform - uid: 10152 components: - - pos: 62.5,-47.5 + - type: Transform + pos: 62.5,-47.5 parent: 1 - type: Transform - uid: 10166 components: - - pos: 48.5,-5.5 + - type: Transform + pos: 48.5,-5.5 parent: 1 - type: Transform - uid: 10171 components: - - pos: 54.5,-62.5 + - type: Transform + pos: 54.5,-62.5 parent: 1 - type: Transform - uid: 10172 components: - - pos: 52.5,-62.5 + - type: Transform + pos: 52.5,-62.5 parent: 1 - type: Transform - uid: 10173 components: - - pos: 34.5,-62.5 + - type: Transform + pos: 34.5,-62.5 parent: 1 - type: Transform - uid: 10174 components: - - pos: 31.5,-62.5 + - type: Transform + pos: 31.5,-62.5 parent: 1 - type: Transform - uid: 10175 components: - - pos: 29.5,-62.5 + - type: Transform + pos: 29.5,-62.5 parent: 1 - type: Transform - uid: 10176 components: - - pos: 12.5,-62.5 + - type: Transform + pos: 12.5,-62.5 parent: 1 - type: Transform - uid: 10177 components: - - pos: 9.5,-62.5 + - type: Transform + pos: 9.5,-62.5 parent: 1 - type: Transform - uid: 10178 components: - - pos: 7.5,-62.5 + - type: Transform + pos: 7.5,-62.5 parent: 1 - type: Transform - uid: 10181 components: - - pos: -13.5,-62.5 + - type: Transform + pos: -13.5,-62.5 parent: 1 - type: Transform - uid: 10182 components: - - pos: -0.5,-62.5 + - type: Transform + pos: -0.5,-62.5 parent: 1 - type: Transform - uid: 10183 components: - - pos: 20.5,-62.5 + - type: Transform + pos: 20.5,-62.5 parent: 1 - type: Transform - uid: 10184 components: - - pos: 21.5,-62.5 + - type: Transform + pos: 21.5,-62.5 parent: 1 - type: Transform - uid: 10185 components: - - pos: 43.5,-62.5 + - type: Transform + pos: 43.5,-62.5 parent: 1 - type: Transform - uid: 10186 components: - - pos: 49.5,-63.5 + - type: Transform + pos: 49.5,-63.5 parent: 1 - type: Transform - uid: 10187 components: - - pos: 45.5,-63.5 + - type: Transform + pos: 45.5,-63.5 parent: 1 - type: Transform - uid: 10188 components: - - pos: 41.5,-63.5 + - type: Transform + pos: 41.5,-63.5 parent: 1 - type: Transform - uid: 10189 components: - - pos: 37.5,-63.5 + - type: Transform + pos: 37.5,-63.5 parent: 1 - type: Transform - uid: 10190 components: - - pos: 27.5,-63.5 + - type: Transform + pos: 27.5,-63.5 parent: 1 - type: Transform - uid: 10191 components: - - pos: 23.5,-63.5 + - type: Transform + pos: 23.5,-63.5 parent: 1 - type: Transform - uid: 10192 components: - - pos: 19.5,-63.5 + - type: Transform + pos: 19.5,-63.5 parent: 1 - type: Transform - uid: 10193 components: - - pos: 15.5,-63.5 + - type: Transform + pos: 15.5,-63.5 parent: 1 - type: Transform - uid: 10194 components: - - pos: 5.5,-63.5 + - type: Transform + pos: 5.5,-63.5 parent: 1 - type: Transform - uid: 10195 components: - - pos: 1.5,-64.5 + - type: Transform + pos: 1.5,-64.5 parent: 1 - type: Transform - uid: 10196 components: - - pos: 1.5,-63.5 + - type: Transform + pos: 1.5,-63.5 parent: 1 - type: Transform - uid: 10198 components: - - pos: -2.5,-64.5 + - type: Transform + pos: -2.5,-64.5 parent: 1 - type: Transform - uid: 10210 components: - - pos: 55.5,-11.5 + - type: Transform + pos: 55.5,-11.5 parent: 1 - type: Transform - uid: 10215 components: - - pos: 62.5,-46.5 + - type: Transform + pos: 62.5,-46.5 parent: 1 - type: Transform - uid: 10216 components: - - pos: 44.5,-2.5 + - type: Transform + pos: 44.5,-2.5 parent: 1 - type: Transform - uid: 10218 components: - - pos: 40.5,-2.5 + - type: Transform + pos: 40.5,-2.5 parent: 1 - type: Transform - uid: 10219 components: - - pos: 43.5,-1.5 + - type: Transform + pos: 43.5,-1.5 parent: 1 - type: Transform - uid: 10220 components: - - pos: 41.5,-1.5 + - type: Transform + pos: 41.5,-1.5 parent: 1 - type: Transform - uid: 10222 components: - - pos: -121.5,-12.5 + - type: Transform + pos: -121.5,-12.5 parent: 1 - type: Transform - uid: 10223 components: - - pos: -122.5,-12.5 + - type: Transform + pos: -122.5,-12.5 parent: 1 - type: Transform - uid: 10235 components: - - pos: 39.5,-11.5 + - type: Transform + pos: 39.5,-11.5 parent: 1 - type: Transform - uid: 10236 components: - - pos: 40.5,-11.5 + - type: Transform + pos: 40.5,-11.5 parent: 1 - type: Transform - uid: 10237 components: - - pos: 49.5,-8.5 + - type: Transform + pos: 49.5,-8.5 parent: 1 - type: Transform - uid: 10240 components: - - pos: 62.5,-45.5 + - type: Transform + pos: 62.5,-45.5 parent: 1 - type: Transform - uid: 10242 components: - - pos: 45.5,-57.5 + - type: Transform + pos: 45.5,-57.5 parent: 1 - type: Transform - uid: 10248 components: - - pos: 44.5,-4.5 + - type: Transform + pos: 44.5,-4.5 parent: 1 - type: Transform - uid: 10253 components: - - pos: 43.5,-5.5 + - type: Transform + pos: 43.5,-5.5 parent: 1 - type: Transform - uid: 10254 components: - - pos: 40.5,-4.5 + - type: Transform + pos: 40.5,-4.5 parent: 1 - type: Transform - uid: 10256 components: - - pos: -15.5,-72.5 + - type: Transform + pos: -15.5,-72.5 parent: 1 - type: Transform - uid: 10258 components: - - pos: -14.5,-70.5 + - type: Transform + pos: -14.5,-70.5 parent: 1 - type: Transform - uid: 10286 components: - - pos: 38.5,-48.5 + - type: Transform + pos: 38.5,-48.5 parent: 1 - type: Transform - uid: 10298 components: - - pos: 55.5,-6.5 + - type: Transform + pos: 55.5,-6.5 parent: 1 - type: Transform - uid: 10299 components: - - pos: 56.5,-10.5 + - type: Transform + pos: 56.5,-10.5 parent: 1 - type: Transform - uid: 10303 components: - - pos: 61.5,-38.5 + - type: Transform + pos: 61.5,-38.5 parent: 1 - type: Transform - uid: 10308 components: - - pos: 48.5,-53.5 + - type: Transform + pos: 48.5,-53.5 parent: 1 - type: Transform - uid: 10309 components: - - pos: 48.5,-55.5 + - type: Transform + pos: 48.5,-55.5 parent: 1 - type: Transform - uid: 10319 components: - - pos: 55.5,-60.5 + - type: Transform + pos: 55.5,-60.5 parent: 1 - type: Transform - uid: 10327 components: - - pos: 14.5,-10.5 + - type: Transform + pos: 14.5,-10.5 parent: 1 - type: Transform - uid: 10329 components: - - pos: 55.5,-59.5 + - type: Transform + pos: 55.5,-59.5 parent: 1 - type: Transform - uid: 10341 components: - - pos: 37.5,-48.5 + - type: Transform + pos: 37.5,-48.5 parent: 1 - type: Transform - uid: 10346 components: - - pos: 56.5,-7.5 + - type: Transform + pos: 56.5,-7.5 parent: 1 - type: Transform - uid: 10368 components: - - pos: 29.5,-36.5 + - type: Transform + pos: 29.5,-36.5 parent: 1 - type: Transform - uid: 10383 components: - - pos: 7.5,-57.5 + - type: Transform + pos: 7.5,-57.5 parent: 1 - type: Transform - uid: 10385 components: - - pos: 6.5,-57.5 + - type: Transform + pos: 6.5,-57.5 parent: 1 - type: Transform - uid: 10412 components: - - pos: 47.5,-51.5 + - type: Transform + pos: 47.5,-51.5 parent: 1 - type: Transform - uid: 10416 components: - - pos: 45.5,-51.5 + - type: Transform + pos: 45.5,-51.5 parent: 1 - type: Transform - uid: 10420 components: - - pos: 18.5,-38.5 + - type: Transform + pos: 18.5,-38.5 parent: 1 - type: Transform - uid: 10429 components: - - pos: -10.5,-52.5 + - type: Transform + pos: -10.5,-52.5 parent: 1 - type: Transform - uid: 10430 components: - - pos: -10.5,-51.5 + - type: Transform + pos: -10.5,-51.5 parent: 1 - type: Transform - uid: 10431 components: - - pos: -10.5,-50.5 + - type: Transform + pos: -10.5,-50.5 parent: 1 - type: Transform - uid: 10432 components: - - pos: -9.5,-49.5 + - type: Transform + pos: -9.5,-49.5 parent: 1 - type: Transform - uid: 10433 components: - - pos: -6.5,-49.5 + - type: Transform + pos: -6.5,-49.5 parent: 1 - type: Transform - uid: 10453 components: - - pos: -1.5,-52.5 + - type: Transform + pos: -1.5,-52.5 parent: 1 - type: Transform - uid: 10454 components: - - pos: -1.5,-52.5 + - type: Transform + pos: -1.5,-52.5 parent: 1 - type: Transform - uid: 10456 components: - - pos: -1.5,-54.5 + - type: Transform + pos: -1.5,-54.5 parent: 1 - type: Transform - uid: 10457 components: - - pos: -1.5,-55.5 + - type: Transform + pos: -1.5,-55.5 parent: 1 - type: Transform - uid: 10458 components: - - pos: -1.5,-56.5 + - type: Transform + pos: -1.5,-56.5 parent: 1 - type: Transform - uid: 10480 components: - - pos: 17.5,-52.5 + - type: Transform + pos: 17.5,-52.5 parent: 1 - type: Transform - uid: 10486 components: - - pos: 49.5,-61.5 + - type: Transform + pos: 49.5,-61.5 parent: 1 - type: Transform - uid: 10487 components: - - pos: 49.5,-58.5 + - type: Transform + pos: 49.5,-58.5 parent: 1 - type: Transform - uid: 10501 components: - - pos: -1.5,-50.5 + - type: Transform + pos: -1.5,-50.5 parent: 1 - type: Transform - uid: 10508 components: - - pos: 2.5,-48.5 + - type: Transform + pos: 2.5,-48.5 parent: 1 - type: Transform - uid: 10516 components: - - pos: 19.5,-38.5 + - type: Transform + pos: 19.5,-38.5 parent: 1 - type: Transform - uid: 10517 components: - - pos: 21.5,-38.5 + - type: Transform + pos: 21.5,-38.5 parent: 1 - type: Transform - uid: 10528 components: - - pos: 9.5,-48.5 + - type: Transform + pos: 9.5,-48.5 parent: 1 - type: Transform - uid: 10529 components: - - pos: 10.5,-48.5 + - type: Transform + pos: 10.5,-48.5 parent: 1 - type: Transform - uid: 10530 components: - - pos: 12.5,-48.5 + - type: Transform + pos: 12.5,-48.5 parent: 1 - type: Transform - uid: 10531 components: - - pos: 13.5,-48.5 + - type: Transform + pos: 13.5,-48.5 parent: 1 - type: Transform - uid: 10532 components: - - pos: 11.5,-57.5 + - type: Transform + pos: 11.5,-57.5 parent: 1 - type: Transform - uid: 10533 components: - - pos: 18.5,-52.5 + - type: Transform + pos: 18.5,-52.5 parent: 1 - type: Transform - uid: 10538 components: - - pos: 21.5,-55.5 + - type: Transform + pos: 21.5,-55.5 parent: 1 - type: Transform - uid: 10544 components: - - pos: 21.5,-54.5 + - type: Transform + pos: 21.5,-54.5 parent: 1 - type: Transform - uid: 10561 components: - - pos: 62.5,-48.5 + - type: Transform + pos: 62.5,-48.5 parent: 1 - type: Transform - uid: 10562 components: - - pos: 62.5,-49.5 + - type: Transform + pos: 62.5,-49.5 parent: 1 - type: Transform - uid: 10583 components: - - pos: 15.5,-40.5 + - type: Transform + pos: 15.5,-40.5 parent: 1 - type: Transform - uid: 10584 components: - - pos: 13.5,-40.5 + - type: Transform + pos: 13.5,-40.5 parent: 1 - type: Transform - uid: 10586 components: - - pos: 62.5,-50.5 + - type: Transform + pos: 62.5,-50.5 parent: 1 - type: Transform - uid: 10587 components: - - pos: 62.5,-51.5 + - type: Transform + pos: 62.5,-51.5 parent: 1 - type: Transform - uid: 10627 components: - - pos: 23.5,-47.5 + - type: Transform + pos: 23.5,-47.5 parent: 1 - type: Transform - uid: 10628 components: - - pos: 25.5,-47.5 + - type: Transform + pos: 25.5,-47.5 parent: 1 - type: Transform - uid: 10653 components: - - pos: 30.5,-43.5 + - type: Transform + pos: 30.5,-43.5 parent: 1 - type: Transform - uid: 10654 components: - - pos: 31.5,-43.5 + - type: Transform + pos: 31.5,-43.5 parent: 1 - type: Transform - uid: 10657 components: - - pos: 59.5,-52.5 + - type: Transform + pos: 59.5,-52.5 parent: 1 - type: Transform - uid: 10658 components: - - pos: 60.5,-52.5 + - type: Transform + pos: 60.5,-52.5 parent: 1 - type: Transform - uid: 10661 components: - - pos: 61.5,-52.5 + - type: Transform + pos: 61.5,-52.5 parent: 1 - type: Transform - uid: 10668 components: - - pos: 62.5,-56.5 + - type: Transform + pos: 62.5,-56.5 parent: 1 - type: Transform - uid: 10669 components: - - pos: 62.5,-53.5 + - type: Transform + pos: 62.5,-53.5 parent: 1 - type: Transform - uid: 10688 components: - - pos: 42.5,-48.5 + - type: Transform + pos: 42.5,-48.5 parent: 1 - type: Transform - uid: 10695 components: - - pos: 41.5,-48.5 + - type: Transform + pos: 41.5,-48.5 parent: 1 - type: Transform - uid: 10704 components: - - pos: 63.5,-58.5 + - type: Transform + pos: 63.5,-58.5 parent: 1 - type: Transform - uid: 10705 components: - - pos: 64.5,-58.5 + - type: Transform + pos: 64.5,-58.5 parent: 1 - type: Transform - uid: 10706 components: - - pos: 65.5,-58.5 + - type: Transform + pos: 65.5,-58.5 parent: 1 - type: Transform - uid: 10707 components: - - pos: 66.5,-58.5 + - type: Transform + pos: 66.5,-58.5 parent: 1 - type: Transform - uid: 10710 components: - - pos: 67.5,-58.5 + - type: Transform + pos: 67.5,-58.5 parent: 1 - type: Transform - uid: 10711 components: - - pos: 69.5,-58.5 + - type: Transform + pos: 69.5,-58.5 parent: 1 - type: Transform - uid: 10712 components: - - pos: 70.5,-58.5 + - type: Transform + pos: 70.5,-58.5 parent: 1 - type: Transform - uid: 10713 components: - - pos: 71.5,-58.5 + - type: Transform + pos: 71.5,-58.5 parent: 1 - type: Transform - uid: 10715 components: - - pos: 72.5,-58.5 + - type: Transform + pos: 72.5,-58.5 parent: 1 - type: Transform - uid: 10716 components: - - pos: 73.5,-58.5 + - type: Transform + pos: 73.5,-58.5 parent: 1 - type: Transform - uid: 10717 components: - - pos: 75.5,-58.5 + - type: Transform + pos: 75.5,-58.5 parent: 1 - type: Transform - uid: 10718 components: - - pos: 76.5,-58.5 + - type: Transform + pos: 76.5,-58.5 parent: 1 - type: Transform - uid: 10719 components: - - pos: 77.5,-58.5 + - type: Transform + pos: 77.5,-58.5 parent: 1 - type: Transform - uid: 10720 components: - - pos: 78.5,-58.5 + - type: Transform + pos: 78.5,-58.5 parent: 1 - type: Transform - uid: 10721 components: - - pos: 79.5,-58.5 + - type: Transform + pos: 79.5,-58.5 parent: 1 - type: Transform - uid: 10722 components: - - pos: 81.5,-58.5 + - type: Transform + pos: 81.5,-58.5 parent: 1 - type: Transform - uid: 10723 components: - - pos: 82.5,-58.5 + - type: Transform + pos: 82.5,-58.5 parent: 1 - type: Transform - uid: 10724 components: - - pos: 83.5,-58.5 + - type: Transform + pos: 83.5,-58.5 parent: 1 - type: Transform - uid: 10725 components: - - pos: 84.5,-58.5 + - type: Transform + pos: 84.5,-58.5 parent: 1 - type: Transform - uid: 10726 components: - - pos: 85.5,-58.5 + - type: Transform + pos: 85.5,-58.5 parent: 1 - type: Transform - uid: 10727 components: - - pos: 87.5,-58.5 + - type: Transform + pos: 87.5,-58.5 parent: 1 - type: Transform - uid: 10734 components: - - pos: 88.5,-58.5 + - type: Transform + pos: 88.5,-58.5 parent: 1 - type: Transform - uid: 10738 components: - - pos: 89.5,-58.5 + - type: Transform + pos: 89.5,-58.5 parent: 1 - type: Transform - uid: 10739 components: - - pos: 90.5,-58.5 + - type: Transform + pos: 90.5,-58.5 parent: 1 - type: Transform - uid: 10740 components: - - pos: 92.5,-56.5 + - type: Transform + pos: 92.5,-56.5 parent: 1 - type: Transform - uid: 10741 components: - - pos: 92.5,-55.5 + - type: Transform + pos: 92.5,-55.5 parent: 1 - type: Transform - uid: 10742 components: - - pos: 92.5,-54.5 + - type: Transform + pos: 92.5,-54.5 parent: 1 - type: Transform - uid: 10743 components: - - pos: 92.5,-53.5 + - type: Transform + pos: 92.5,-53.5 parent: 1 - type: Transform - uid: 10744 components: - - pos: 92.5,-52.5 + - type: Transform + pos: 92.5,-52.5 parent: 1 - type: Transform - uid: 10745 components: - - pos: 92.5,-50.5 + - type: Transform + pos: 92.5,-50.5 parent: 1 - type: Transform - uid: 10746 components: - - pos: 92.5,-49.5 + - type: Transform + pos: 92.5,-49.5 parent: 1 - type: Transform - uid: 10747 components: - - pos: 92.5,-48.5 + - type: Transform + pos: 92.5,-48.5 parent: 1 - type: Transform - uid: 10748 components: - - pos: 92.5,-46.5 + - type: Transform + pos: 92.5,-46.5 parent: 1 - type: Transform - uid: 10749 components: - - pos: 92.5,-45.5 + - type: Transform + pos: 92.5,-45.5 parent: 1 - type: Transform - uid: 10750 components: - - pos: 92.5,-44.5 + - type: Transform + pos: 92.5,-44.5 parent: 1 - type: Transform - uid: 10751 components: - - pos: 92.5,-42.5 + - type: Transform + pos: 92.5,-42.5 parent: 1 - type: Transform - uid: 10752 components: - - pos: 92.5,-41.5 + - type: Transform + pos: 92.5,-41.5 parent: 1 - type: Transform - uid: 10753 components: - - pos: 92.5,-40.5 + - type: Transform + pos: 92.5,-40.5 parent: 1 - type: Transform - uid: 10754 components: - - pos: 92.5,-39.5 + - type: Transform + pos: 92.5,-39.5 parent: 1 - type: Transform - uid: 10755 components: - - pos: 92.5,-38.5 + - type: Transform + pos: 92.5,-38.5 parent: 1 - type: Transform - uid: 10756 components: - - pos: 90.5,-36.5 + - type: Transform + pos: 90.5,-36.5 parent: 1 - type: Transform - uid: 10757 components: - - pos: 89.5,-36.5 + - type: Transform + pos: 89.5,-36.5 parent: 1 - type: Transform - uid: 10758 components: - - pos: 88.5,-36.5 + - type: Transform + pos: 88.5,-36.5 parent: 1 - type: Transform - uid: 10759 components: - - pos: 87.5,-36.5 + - type: Transform + pos: 87.5,-36.5 parent: 1 - type: Transform - uid: 10760 components: - - pos: 87.5,-36.5 + - type: Transform + pos: 87.5,-36.5 parent: 1 - type: Transform - uid: 10761 components: - - pos: 85.5,-36.5 + - type: Transform + pos: 85.5,-36.5 parent: 1 - type: Transform - uid: 10762 components: - - pos: 84.5,-36.5 + - type: Transform + pos: 84.5,-36.5 parent: 1 - type: Transform - uid: 10763 components: - - pos: 83.5,-36.5 + - type: Transform + pos: 83.5,-36.5 parent: 1 - type: Transform - uid: 10769 components: - - pos: 82.5,-36.5 + - type: Transform + pos: 82.5,-36.5 parent: 1 - type: Transform - uid: 10770 components: - - pos: 81.5,-36.5 + - type: Transform + pos: 81.5,-36.5 parent: 1 - type: Transform - uid: 10771 components: - - pos: 79.5,-36.5 + - type: Transform + pos: 79.5,-36.5 parent: 1 - type: Transform - uid: 10775 components: - - pos: 78.5,-36.5 + - type: Transform + pos: 78.5,-36.5 parent: 1 - type: Transform - uid: 10776 components: - - pos: 77.5,-36.5 + - type: Transform + pos: 77.5,-36.5 parent: 1 - type: Transform - uid: 10777 components: - - pos: 76.5,-36.5 + - type: Transform + pos: 76.5,-36.5 parent: 1 - type: Transform - uid: 10778 components: - - pos: 75.5,-36.5 + - type: Transform + pos: 75.5,-36.5 parent: 1 - type: Transform - uid: 10779 components: - - pos: 73.5,-36.5 + - type: Transform + pos: 73.5,-36.5 parent: 1 - type: Transform - uid: 10780 components: - - pos: 72.5,-36.5 + - type: Transform + pos: 72.5,-36.5 parent: 1 - type: Transform - uid: 10781 components: - - pos: 71.5,-36.5 + - type: Transform + pos: 71.5,-36.5 parent: 1 - type: Transform - uid: 10782 components: - - pos: 33.5,-2.5 + - type: Transform + pos: 33.5,-2.5 parent: 1 - type: Transform - uid: 10783 components: - - pos: 33.5,-4.5 + - type: Transform + pos: 33.5,-4.5 parent: 1 - type: Transform - uid: 10784 components: - - pos: 70.5,-36.5 + - type: Transform + pos: 70.5,-36.5 parent: 1 - type: Transform - uid: 10785 components: - - pos: 69.5,-36.5 + - type: Transform + pos: 69.5,-36.5 parent: 1 - type: Transform - uid: 10786 components: - - pos: 67.5,-36.5 + - type: Transform + pos: 67.5,-36.5 parent: 1 - type: Transform - uid: 10787 components: - - pos: 66.5,-36.5 + - type: Transform + pos: 66.5,-36.5 parent: 1 - type: Transform - uid: 10788 components: - - pos: 65.5,-36.5 + - type: Transform + pos: 65.5,-36.5 parent: 1 - type: Transform - uid: 10789 components: - - pos: 64.5,-36.5 + - type: Transform + pos: 64.5,-36.5 parent: 1 - type: Transform - uid: 10790 components: - - pos: 63.5,-36.5 + - type: Transform + pos: 63.5,-36.5 parent: 1 - type: Transform - uid: 10855 components: - - pos: 95.5,-35.5 + - type: Transform + pos: 95.5,-35.5 parent: 1 - type: Transform - uid: 10856 components: - - pos: 65.5,-42.5 + - type: Transform + pos: 65.5,-42.5 parent: 1 - type: Transform - uid: 10857 components: - - pos: 65.5,-43.5 + - type: Transform + pos: 65.5,-43.5 parent: 1 - type: Transform - uid: 10858 components: - - pos: 65.5,-44.5 + - type: Transform + pos: 65.5,-44.5 parent: 1 - type: Transform - uid: 10859 components: - - pos: 65.5,-45.5 + - type: Transform + pos: 65.5,-45.5 parent: 1 - type: Transform - uid: 10860 components: - - pos: 65.5,-46.5 + - type: Transform + pos: 65.5,-46.5 parent: 1 - type: Transform - uid: 10861 components: - - pos: 65.5,-47.5 + - type: Transform + pos: 65.5,-47.5 parent: 1 - type: Transform - uid: 10862 components: - - pos: 65.5,-48.5 + - type: Transform + pos: 65.5,-48.5 parent: 1 - type: Transform - uid: 10863 components: - - pos: 65.5,-49.5 + - type: Transform + pos: 65.5,-49.5 parent: 1 - type: Transform - uid: 10864 components: - - pos: 65.5,-50.5 + - type: Transform + pos: 65.5,-50.5 parent: 1 - type: Transform - uid: 10865 components: - - pos: 65.5,-51.5 + - type: Transform + pos: 65.5,-51.5 parent: 1 - type: Transform - uid: 10948 components: - - pos: 22.5,-1.5 + - type: Transform + pos: 22.5,-1.5 parent: 1 - type: Transform - uid: 10949 components: - - pos: 22.5,-0.5 + - type: Transform + pos: 22.5,-0.5 parent: 1 - type: Transform - uid: 10958 components: - - pos: 56.5,-62.5 + - type: Transform + pos: 56.5,-62.5 parent: 1 - type: Transform - uid: 10959 components: - - pos: 57.5,-62.5 + - type: Transform + pos: 57.5,-62.5 parent: 1 - type: Transform - uid: 10961 components: - - pos: 59.5,-62.5 + - type: Transform + pos: 59.5,-62.5 parent: 1 - type: Transform - uid: 10962 components: - - pos: 60.5,-62.5 + - type: Transform + pos: 60.5,-62.5 parent: 1 - type: Transform - uid: 10963 components: - - pos: 61.5,-62.5 + - type: Transform + pos: 61.5,-62.5 parent: 1 - type: Transform - uid: 10964 components: - - pos: 63.5,-62.5 + - type: Transform + pos: 63.5,-62.5 parent: 1 - type: Transform - uid: 10965 components: - - pos: 64.5,-62.5 + - type: Transform + pos: 64.5,-62.5 parent: 1 - type: Transform - uid: 10966 components: - - pos: 66.5,-62.5 + - type: Transform + pos: 66.5,-62.5 parent: 1 - type: Transform - uid: 10967 components: - - pos: 67.5,-62.5 + - type: Transform + pos: 67.5,-62.5 parent: 1 - type: Transform - uid: 10968 components: - - pos: 69.5,-62.5 + - type: Transform + pos: 69.5,-62.5 parent: 1 - type: Transform - uid: 10969 components: - - pos: 71.5,-62.5 + - type: Transform + pos: 71.5,-62.5 parent: 1 - type: Transform - uid: 10970 components: - - pos: 73.5,-62.5 + - type: Transform + pos: 73.5,-62.5 parent: 1 - type: Transform - uid: 10971 components: - - pos: 75.5,-62.5 + - type: Transform + pos: 75.5,-62.5 parent: 1 - type: Transform - uid: 10972 components: - - pos: 76.5,-62.5 + - type: Transform + pos: 76.5,-62.5 parent: 1 - type: Transform - uid: 10973 components: - - pos: 77.5,-62.5 + - type: Transform + pos: 77.5,-62.5 parent: 1 - type: Transform - uid: 10975 components: - - pos: 78.5,-62.5 + - type: Transform + pos: 78.5,-62.5 parent: 1 - type: Transform - uid: 11030 components: - - pos: 81.5,-62.5 + - type: Transform + pos: 81.5,-62.5 parent: 1 - type: Transform - uid: 11072 components: - - pos: 81.5,-62.5 + - type: Transform + pos: 81.5,-62.5 parent: 1 - type: Transform - uid: 11101 components: - - pos: 82.5,-62.5 + - type: Transform + pos: 82.5,-62.5 parent: 1 - type: Transform - uid: 11103 components: - - pos: 83.5,-62.5 + - type: Transform + pos: 83.5,-62.5 parent: 1 - type: Transform - uid: 11104 components: - - pos: 84.5,-62.5 + - type: Transform + pos: 84.5,-62.5 parent: 1 - type: Transform - uid: 11116 components: - - pos: -86.5,-12.5 + - type: Transform + pos: -86.5,-12.5 parent: 1 - type: Transform - uid: 11154 components: - - pos: -14.5,-71.5 + - type: Transform + pos: -14.5,-71.5 parent: 1 - type: Transform - uid: 11322 components: - - pos: 5.5,26.5 + - type: Transform + pos: 5.5,26.5 parent: 1 - type: Transform - uid: 11348 components: - - pos: 5.5,41.5 + - type: Transform + pos: 5.5,41.5 parent: 1 - type: Transform - uid: 11349 components: - - pos: 2.5,41.5 + - type: Transform + pos: 2.5,41.5 parent: 1 - type: Transform - uid: 11360 components: - - pos: -7.5,44.5 + - type: Transform + pos: -7.5,44.5 parent: 1 - type: Transform - uid: 11362 components: - - pos: 0.5,42.5 + - type: Transform + pos: 0.5,42.5 parent: 1 - type: Transform - uid: 11365 components: - - pos: 2.5,49.5 + - type: Transform + pos: 2.5,49.5 parent: 1 - type: Transform - uid: 11369 components: - - pos: 5.5,42.5 + - type: Transform + pos: 5.5,42.5 parent: 1 - type: Transform - uid: 11370 components: - - pos: 2.5,43.5 + - type: Transform + pos: 2.5,43.5 parent: 1 - type: Transform - uid: 11371 components: - - pos: 85.5,-62.5 + - type: Transform + pos: 85.5,-62.5 parent: 1 - type: Transform - uid: 11373 components: - - pos: 87.5,-62.5 + - type: Transform + pos: 87.5,-62.5 parent: 1 - type: Transform - uid: 11374 components: - - pos: 88.5,-62.5 + - type: Transform + pos: 88.5,-62.5 parent: 1 - type: Transform - uid: 11377 components: - - pos: 89.5,-62.5 + - type: Transform + pos: 89.5,-62.5 parent: 1 - type: Transform - uid: 11378 components: - - pos: 90.5,-62.5 + - type: Transform + pos: 90.5,-62.5 parent: 1 - type: Transform - uid: 11380 components: - - pos: 91.5,-62.5 + - type: Transform + pos: 91.5,-62.5 parent: 1 - type: Transform - uid: 11386 components: - - pos: 93.5,-62.5 + - type: Transform + pos: 93.5,-62.5 parent: 1 - type: Transform - uid: 11394 components: - - pos: 94.5,-62.5 + - type: Transform + pos: 94.5,-62.5 parent: 1 - type: Transform - uid: 11395 components: - - pos: 95.5,-61.5 + - type: Transform + pos: 95.5,-61.5 parent: 1 - type: Transform - uid: 11396 components: - - pos: 95.5,-60.5 + - type: Transform + pos: 95.5,-60.5 parent: 1 - type: Transform - uid: 11397 components: - - pos: 95.5,-59.5 + - type: Transform + pos: 95.5,-59.5 parent: 1 - type: Transform - uid: 11398 components: - - pos: 95.5,-56.5 + - type: Transform + pos: 95.5,-56.5 parent: 1 - type: Transform - uid: 11399 components: - - pos: 95.5,-55.5 + - type: Transform + pos: 95.5,-55.5 parent: 1 - type: Transform - uid: 11400 components: - - pos: 95.5,-54.5 + - type: Transform + pos: 95.5,-54.5 parent: 1 - type: Transform - uid: 11401 components: - - pos: 95.5,-53.5 + - type: Transform + pos: 95.5,-53.5 parent: 1 - type: Transform - uid: 11402 components: - - pos: 95.5,-50.5 + - type: Transform + pos: 95.5,-50.5 parent: 1 - type: Transform - uid: 11403 components: - - pos: 95.5,-49.5 + - type: Transform + pos: 95.5,-49.5 parent: 1 - type: Transform - uid: 11404 components: - - pos: 95.5,-48.5 + - type: Transform + pos: 95.5,-48.5 parent: 1 - type: Transform - uid: 11405 components: - - pos: 95.5,-46.5 + - type: Transform + pos: 95.5,-46.5 parent: 1 - type: Transform - uid: 11406 components: - - pos: 95.5,-44.5 + - type: Transform + pos: 95.5,-44.5 parent: 1 - type: Transform - uid: 11407 components: - - pos: 95.5,-42.5 + - type: Transform + pos: 95.5,-42.5 parent: 1 - type: Transform - uid: 11408 components: - - pos: 95.5,-40.5 + - type: Transform + pos: 95.5,-40.5 parent: 1 - type: Transform - uid: 11410 components: - - pos: 95.5,-39.5 + - type: Transform + pos: 95.5,-39.5 parent: 1 - type: Transform - uid: 11412 components: - - pos: 95.5,-38.5 + - type: Transform + pos: 95.5,-38.5 parent: 1 - type: Transform - uid: 11414 components: - - pos: 95.5,-37.5 + - type: Transform + pos: 95.5,-37.5 parent: 1 - type: Transform - uid: 11415 components: - - pos: 95.5,-34.5 + - type: Transform + pos: 95.5,-34.5 parent: 1 - type: Transform - uid: 11416 components: - - pos: 94.5,-33.5 + - type: Transform + pos: 94.5,-33.5 parent: 1 - type: Transform - uid: 11417 components: - - pos: 91.5,-33.5 + - type: Transform + pos: 91.5,-33.5 parent: 1 - type: Transform - uid: 11421 components: - - pos: 90.5,-33.5 + - type: Transform + pos: 90.5,-33.5 parent: 1 - type: Transform - uid: 11423 components: - - pos: 89.5,-33.5 + - type: Transform + pos: 89.5,-33.5 parent: 1 - type: Transform - uid: 11425 components: - - pos: 88.5,-33.5 + - type: Transform + pos: 88.5,-33.5 parent: 1 - type: Transform - uid: 11427 components: - - pos: 87.5,-33.5 + - type: Transform + pos: 87.5,-33.5 parent: 1 - type: Transform - uid: 11428 components: - - pos: 85.5,-33.5 + - type: Transform + pos: 85.5,-33.5 parent: 1 - type: Transform - uid: 11430 components: - - pos: 84.5,-33.5 + - type: Transform + pos: 84.5,-33.5 parent: 1 - type: Transform - uid: 11431 components: - - pos: 83.5,-33.5 + - type: Transform + pos: 83.5,-33.5 parent: 1 - type: Transform - uid: 11432 components: - - pos: 82.5,-33.5 + - type: Transform + pos: 82.5,-33.5 parent: 1 - type: Transform - uid: 11434 components: - - pos: 78.5,-33.5 + - type: Transform + pos: 78.5,-33.5 parent: 1 - type: Transform - uid: 11436 components: - - pos: 77.5,-33.5 + - type: Transform + pos: 77.5,-33.5 parent: 1 - type: Transform - uid: 11437 components: - - pos: 76.5,-33.5 + - type: Transform + pos: 76.5,-33.5 parent: 1 - type: Transform - uid: 11438 components: - - pos: 75.5,-33.5 + - type: Transform + pos: 75.5,-33.5 parent: 1 - type: Transform - uid: 11440 components: - - pos: 73.5,-33.5 + - type: Transform + pos: 73.5,-33.5 parent: 1 - type: Transform - uid: 11441 components: - - pos: 72.5,-33.5 + - type: Transform + pos: 72.5,-33.5 parent: 1 - type: Transform - uid: 11442 components: - - pos: 71.5,-33.5 + - type: Transform + pos: 71.5,-33.5 parent: 1 - type: Transform - uid: 11443 components: - - pos: 70.5,-33.5 + - type: Transform + pos: 70.5,-33.5 parent: 1 - type: Transform - uid: 11454 components: - - pos: 32.5,28.5 + - type: Transform + pos: 32.5,28.5 parent: 1 - type: Transform - uid: 11472 components: - - pos: 8.5,35.5 + - type: Transform + pos: 8.5,35.5 parent: 1 - type: Transform - uid: 11473 components: - - pos: 8.5,37.5 + - type: Transform + pos: 8.5,37.5 parent: 1 - type: Transform - uid: 11480 components: - - pos: 69.5,-33.5 + - type: Transform + pos: 69.5,-33.5 parent: 1 - type: Transform - uid: 11481 components: - - pos: 67.5,-33.5 + - type: Transform + pos: 67.5,-33.5 parent: 1 - type: Transform - uid: 11494 components: - - pos: -6.5,34.5 + - type: Transform + pos: -6.5,34.5 parent: 1 - type: Transform - uid: 11498 components: - - pos: -3.5,41.5 + - type: Transform + pos: -3.5,41.5 parent: 1 - type: Transform - uid: 11499 components: - - pos: 0.5,41.5 + - type: Transform + pos: 0.5,41.5 parent: 1 - type: Transform - uid: 11500 components: - - pos: -9.5,37.5 + - type: Transform + pos: -9.5,37.5 parent: 1 - type: Transform - uid: 11501 components: - - pos: -97.5,35.5 + - type: Transform + pos: -97.5,35.5 parent: 1 - type: Transform - uid: 11507 components: - - pos: -102.5,46.5 + - type: Transform + pos: -102.5,46.5 parent: 1 - type: Transform - uid: 11508 components: - - pos: -94.5,32.5 + - type: Transform + pos: -94.5,32.5 parent: 1 - type: Transform - uid: 11510 components: - - pos: -86.5,28.5 + - type: Transform + pos: -86.5,28.5 parent: 1 - type: Transform - uid: 11522 components: - - pos: 0.5,43.5 + - type: Transform + pos: 0.5,43.5 parent: 1 - type: Transform - uid: 11523 components: - - pos: -1.5,44.5 + - type: Transform + pos: -1.5,44.5 parent: 1 - type: Transform - uid: 11538 components: - - pos: 2.5,42.5 + - type: Transform + pos: 2.5,42.5 parent: 1 - type: Transform - uid: 11545 components: - - pos: -15.5,37.5 + - type: Transform + pos: -15.5,37.5 parent: 1 - type: Transform - uid: 11548 components: - - pos: 1.5,32.5 + - type: Transform + pos: 1.5,32.5 parent: 1 - type: Transform - uid: 11549 components: - - pos: 1.5,31.5 + - type: Transform + pos: 1.5,31.5 parent: 1 - type: Transform - uid: 11551 components: - - pos: 0.5,35.5 + - type: Transform + pos: 0.5,35.5 parent: 1 - type: Transform - uid: 11555 components: - - pos: -5.5,34.5 + - type: Transform + pos: -5.5,34.5 parent: 1 - type: Transform - uid: 11560 components: - - pos: -8.5,43.5 + - type: Transform + pos: -8.5,43.5 parent: 1 - type: Transform - uid: 11564 components: - - pos: 5.5,43.5 + - type: Transform + pos: 5.5,43.5 parent: 1 - type: Transform - uid: 11569 components: - - pos: -8.5,42.5 + - type: Transform + pos: -8.5,42.5 parent: 1 - type: Transform - uid: 11593 components: - - pos: 1.5,30.5 + - type: Transform + pos: 1.5,30.5 parent: 1 - type: Transform - uid: 11598 components: - - pos: 2.5,25.5 + - type: Transform + pos: 2.5,25.5 parent: 1 - type: Transform - uid: 11600 components: - - pos: -1.5,39.5 + - type: Transform + pos: -1.5,39.5 parent: 1 - type: Transform - uid: 11603 components: - - pos: -4.5,34.5 + - type: Transform + pos: -4.5,34.5 parent: 1 - type: Transform - uid: 11604 components: - - pos: -3.5,34.5 + - type: Transform + pos: -3.5,34.5 parent: 1 - type: Transform - uid: 11619 components: - - pos: 5.5,33.5 + - type: Transform + pos: 5.5,33.5 parent: 1 - type: Transform - uid: 11621 components: - - pos: 5.5,28.5 + - type: Transform + pos: 5.5,28.5 parent: 1 - type: Transform - uid: 11629 components: - - pos: 5.5,49.5 + - type: Transform + pos: 5.5,49.5 parent: 1 - type: Transform - uid: 11632 components: - - pos: 4.5,25.5 + - type: Transform + pos: 4.5,25.5 parent: 1 - type: Transform - uid: 11649 components: - - pos: -12.5,34.5 + - type: Transform + pos: -12.5,34.5 parent: 1 - type: Transform - uid: 11653 components: - - pos: -23.5,42.5 + - type: Transform + pos: -23.5,42.5 parent: 1 - type: Transform - uid: 11656 components: - - pos: -22.5,42.5 + - type: Transform + pos: -22.5,42.5 parent: 1 - type: Transform - uid: 11665 components: - - pos: 66.5,-33.5 + - type: Transform + pos: 66.5,-33.5 parent: 1 - type: Transform - uid: 11667 components: - - pos: -9.5,35.5 + - type: Transform + pos: -9.5,35.5 parent: 1 - type: Transform - uid: 11672 components: - - pos: -18.5,34.5 + - type: Transform + pos: -18.5,34.5 parent: 1 - type: Transform - uid: 11673 components: - - pos: -16.5,34.5 + - type: Transform + pos: -16.5,34.5 parent: 1 - type: Transform - uid: 11675 components: - - pos: 65.5,-33.5 + - type: Transform + pos: 65.5,-33.5 parent: 1 - type: Transform - uid: 11676 components: - - pos: -3.5,42.5 + - type: Transform + pos: -3.5,42.5 parent: 1 - type: Transform - uid: 11690 components: - - pos: -120.5,27.5 + - type: Transform + pos: -120.5,27.5 parent: 1 - type: Transform - uid: 11691 components: - - pos: -119.5,27.5 + - type: Transform + pos: -119.5,27.5 parent: 1 - type: Transform - uid: 11692 components: - - pos: -118.5,27.5 + - type: Transform + pos: -118.5,27.5 parent: 1 - type: Transform - uid: 11693 components: - - pos: -117.5,27.5 + - type: Transform + pos: -117.5,27.5 parent: 1 - type: Transform - uid: 11694 components: - - pos: -116.5,27.5 + - type: Transform + pos: -116.5,27.5 parent: 1 - type: Transform - uid: 11695 components: - - pos: -114.5,27.5 + - type: Transform + pos: -114.5,27.5 parent: 1 - type: Transform - uid: 11696 components: - - pos: -113.5,27.5 + - type: Transform + pos: -113.5,27.5 parent: 1 - type: Transform - uid: 11697 components: - - pos: -112.5,27.5 + - type: Transform + pos: -112.5,27.5 parent: 1 - type: Transform - uid: 11698 components: - - pos: -111.5,27.5 + - type: Transform + pos: -111.5,27.5 parent: 1 - type: Transform - uid: 11699 components: - - pos: -110.5,27.5 + - type: Transform + pos: -110.5,27.5 parent: 1 - type: Transform - uid: 11700 components: - - pos: -108.5,27.5 + - type: Transform + pos: -108.5,27.5 parent: 1 - type: Transform - uid: 11701 components: - - pos: -107.5,27.5 + - type: Transform + pos: -107.5,27.5 parent: 1 - type: Transform - uid: 11702 components: - - pos: -106.5,27.5 + - type: Transform + pos: -106.5,27.5 parent: 1 - type: Transform - uid: 11703 components: - - pos: -105.5,27.5 + - type: Transform + pos: -105.5,27.5 parent: 1 - type: Transform - uid: 11704 components: - - pos: -104.5,27.5 + - type: Transform + pos: -104.5,27.5 parent: 1 - type: Transform - uid: 11720 components: - - pos: -121.5,26.5 + - type: Transform + pos: -121.5,26.5 parent: 1 - type: Transform - uid: 11721 components: - - pos: -121.5,25.5 + - type: Transform + pos: -121.5,25.5 parent: 1 - type: Transform - uid: 11722 components: - - pos: -121.5,24.5 + - type: Transform + pos: -121.5,24.5 parent: 1 - type: Transform - uid: 11723 components: - - pos: -103.5,26.5 + - type: Transform + pos: -103.5,26.5 parent: 1 - type: Transform - uid: 11724 components: - - pos: -103.5,25.5 + - type: Transform + pos: -103.5,25.5 parent: 1 - type: Transform - uid: 11725 components: - - pos: -103.5,24.5 + - type: Transform + pos: -103.5,24.5 parent: 1 - type: Transform - uid: 11740 components: - - pos: 64.5,-33.5 + - type: Transform + pos: 64.5,-33.5 parent: 1 - type: Transform - uid: 11971 components: - - pos: 63.5,-33.5 + - type: Transform + pos: 63.5,-33.5 parent: 1 - type: Transform - uid: 12217 components: - - pos: 61.5,-33.5 + - type: Transform + pos: 61.5,-33.5 parent: 1 - type: Transform - uid: 12220 components: - - pos: -33.5,-53.5 + - type: Transform + pos: -33.5,-53.5 parent: 1 - type: Transform - uid: 12267 components: - - pos: 62.5,-35.5 + - type: Transform + pos: 62.5,-35.5 parent: 1 - type: Transform - uid: 12268 components: - - pos: 62.5,-34.5 + - type: Transform + pos: 62.5,-34.5 parent: 1 - type: Transform - uid: 12282 components: - - pos: -7.5,-28.5 + - type: Transform + pos: -7.5,-28.5 parent: 1 - type: Transform - uid: 12295 components: - - pos: -123.5,-12.5 + - type: Transform + pos: -123.5,-12.5 parent: 1 - type: Transform - uid: 12307 components: - - pos: -121.5,21.5 + - type: Transform + pos: -121.5,21.5 parent: 1 - type: Transform - uid: 12308 components: - - pos: -103.5,21.5 + - type: Transform + pos: -103.5,21.5 parent: 1 - type: Transform - uid: 12582 components: - - pos: -92.5,26.5 + - type: Transform + pos: -92.5,26.5 parent: 1 - type: Transform - uid: 12680 components: - - pos: -80.5,-46.5 + - type: Transform + pos: -80.5,-46.5 parent: 1 - type: Transform - uid: 12681 components: - - pos: -80.5,-45.5 + - type: Transform + pos: -80.5,-45.5 parent: 1 - type: Transform - uid: 12683 components: - - pos: -81.5,-44.5 + - type: Transform + pos: -81.5,-44.5 parent: 1 - type: Transform - uid: 12684 components: - - pos: -82.5,-44.5 + - type: Transform + pos: -82.5,-44.5 parent: 1 - type: Transform - uid: 12730 components: - - pos: -109.5,35.5 + - type: Transform + pos: -109.5,35.5 parent: 1 - type: Transform - uid: 12731 components: - - pos: -109.5,38.5 + - type: Transform + pos: -109.5,38.5 parent: 1 - type: Transform - uid: 12732 components: - - pos: -109.5,39.5 + - type: Transform + pos: -109.5,39.5 parent: 1 - type: Transform - uid: 12733 components: - - pos: -109.5,41.5 + - type: Transform + pos: -109.5,41.5 parent: 1 - type: Transform - uid: 12734 components: - - pos: -109.5,43.5 + - type: Transform + pos: -109.5,43.5 parent: 1 - type: Transform - uid: 12735 components: - - pos: -109.5,46.5 + - type: Transform + pos: -109.5,46.5 parent: 1 - type: Transform - uid: 12741 components: - - pos: -109.5,34.5 + - type: Transform + pos: -109.5,34.5 parent: 1 - type: Transform - uid: 12775 components: - - pos: -87.5,36.5 + - type: Transform + pos: -87.5,36.5 parent: 1 - type: Transform - uid: 12779 components: - - pos: -102.5,44.5 + - type: Transform + pos: -102.5,44.5 parent: 1 - type: Transform - uid: 12818 components: - - pos: -108.5,48.5 + - type: Transform + pos: -108.5,48.5 parent: 1 - type: Transform - uid: 12819 components: - - pos: -109.5,45.5 + - type: Transform + pos: -109.5,45.5 parent: 1 - type: Transform - uid: 12836 components: - - pos: -101.5,32.5 + - type: Transform + pos: -101.5,32.5 parent: 1 - type: Transform - uid: 12837 components: - - pos: -101.5,33.5 + - type: Transform + pos: -101.5,33.5 parent: 1 - type: Transform - uid: 12838 components: - - pos: -84.5,45.5 + - type: Transform + pos: -84.5,45.5 parent: 1 - type: Transform - uid: 12850 components: - - pos: -102.5,39.5 + - type: Transform + pos: -102.5,39.5 parent: 1 - type: Transform - uid: 12857 components: - - pos: -90.5,32.5 + - type: Transform + pos: -90.5,32.5 parent: 1 - type: Transform - uid: 12858 components: - - pos: -92.5,32.5 + - type: Transform + pos: -92.5,32.5 parent: 1 - type: Transform - uid: 12859 components: - - pos: -102.5,45.5 + - type: Transform + pos: -102.5,45.5 parent: 1 - type: Transform - uid: 12971 components: - - pos: -44.5,-62.5 + - type: Transform + pos: -44.5,-62.5 parent: 1 - type: Transform - uid: 12972 components: - - pos: 18.5,7.5 + - type: Transform + pos: 18.5,7.5 parent: 1 - type: Transform - uid: 13009 components: - - pos: 15.5,7.5 + - type: Transform + pos: 15.5,7.5 parent: 1 - type: Transform - uid: 13056 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 1 - type: Transform - uid: 13057 components: - - pos: 31.5,28.5 + - type: Transform + pos: 31.5,28.5 parent: 1 - type: Transform - uid: 13058 components: - - pos: 30.5,28.5 + - type: Transform + pos: 30.5,28.5 parent: 1 - type: Transform - uid: 13059 components: - - pos: 11.5,-16.5 + - type: Transform + pos: 11.5,-16.5 parent: 1 - type: Transform - uid: 13064 components: - - pos: -7.5,-24.5 + - type: Transform + pos: -7.5,-24.5 parent: 1 - type: Transform - uid: 13075 components: - - pos: -43.5,-62.5 + - type: Transform + pos: -43.5,-62.5 parent: 1 - type: Transform - uid: 13085 components: - - pos: -93.5,26.5 + - type: Transform + pos: -93.5,26.5 parent: 1 - type: Transform - uid: 13086 components: - - pos: -94.5,26.5 + - type: Transform + pos: -94.5,26.5 parent: 1 - type: Transform - uid: 13087 components: - - pos: -95.5,26.5 + - type: Transform + pos: -95.5,26.5 parent: 1 - type: Transform - uid: 13106 components: - - pos: 3.5,25.5 + - type: Transform + pos: 3.5,25.5 parent: 1 - type: Transform - uid: 13121 components: - - pos: 2.5,48.5 + - type: Transform + pos: 2.5,48.5 parent: 1 - type: Transform - uid: 13128 components: - - pos: 5.5,48.5 + - type: Transform + pos: 5.5,48.5 parent: 1 - type: Transform - uid: 13148 components: - - pos: 1.5,26.5 + - type: Transform + pos: 1.5,26.5 parent: 1 - type: Transform - uid: 13149 components: - - pos: 1.5,27.5 + - type: Transform + pos: 1.5,27.5 parent: 1 - type: Transform - uid: 13154 components: - - pos: 1.5,28.5 + - type: Transform + pos: 1.5,28.5 parent: 1 - type: Transform - uid: 13157 components: - - pos: 5.5,32.5 + - type: Transform + pos: 5.5,32.5 parent: 1 - type: Transform - uid: 13160 components: - - pos: -1.5,34.5 + - type: Transform + pos: -1.5,34.5 parent: 1 - type: Transform - uid: 13161 components: - - pos: -2.5,34.5 + - type: Transform + pos: -2.5,34.5 parent: 1 - type: Transform - uid: 13228 components: - - pos: -117.5,-37.5 + - type: Transform + pos: -117.5,-37.5 parent: 1 - type: Transform - uid: 13318 components: - - pos: -142.5,-4.5 + - type: Transform + pos: -142.5,-4.5 parent: 1 - type: Transform - uid: 13576 components: - - pos: -75.5,-65.5 + - type: Transform + pos: -75.5,-65.5 parent: 1 - type: Transform - uid: 13665 components: - - pos: -75.5,-67.5 + - type: Transform + pos: -75.5,-67.5 parent: 1 - type: Transform - uid: 13666 components: - - pos: -75.5,-69.5 + - type: Transform + pos: -75.5,-69.5 parent: 1 - type: Transform - uid: 13756 components: - - pos: 30.5,-24.5 + - type: Transform + pos: 30.5,-24.5 parent: 1 - type: Transform - uid: 13757 components: - - pos: 29.5,-24.5 + - type: Transform + pos: 29.5,-24.5 parent: 1 - type: Transform - uid: 13758 components: - - pos: 28.5,-24.5 + - type: Transform + pos: 28.5,-24.5 parent: 1 - type: Transform - uid: 13759 components: - - pos: 26.5,-24.5 + - type: Transform + pos: 26.5,-24.5 parent: 1 - type: Transform - uid: 13760 components: - - pos: 25.5,-23.5 + - type: Transform + pos: 25.5,-23.5 parent: 1 - type: Transform - uid: 13761 components: - - pos: 25.5,-22.5 + - type: Transform + pos: 25.5,-22.5 parent: 1 - type: Transform - uid: 13937 components: - - pos: -107.5,-22.5 + - type: Transform + pos: -107.5,-22.5 parent: 1 - type: Transform - uid: 13953 components: - - pos: -8.5,53.5 + - type: Transform + pos: -8.5,53.5 parent: 1 - type: Transform - uid: 13981 components: - - pos: -143.5,-35.5 + - type: Transform + pos: -143.5,-35.5 parent: 1 - type: Transform - uid: 14173 components: - - pos: 29.5,28.5 + - type: Transform + pos: 29.5,28.5 parent: 1 - type: Transform - uid: 14619 components: - - pos: -73.5,-16.5 + - type: Transform + pos: -73.5,-16.5 parent: 1 - type: Transform - uid: 15100 components: - - pos: 22.5,12.5 + - type: Transform + pos: 22.5,12.5 parent: 1 - type: Transform - uid: 15255 components: - - pos: -153.5,17.5 + - type: Transform + pos: -153.5,17.5 parent: 1 - type: Transform - uid: 15466 components: - - pos: -41.5,-64.5 + - type: Transform + pos: -41.5,-64.5 parent: 1 - type: Transform - uid: 15513 components: - - pos: -83.5,33.5 + - type: Transform + pos: -83.5,33.5 parent: 1 - type: Transform - uid: 15515 components: - - pos: -80.5,34.5 + - type: Transform + pos: -80.5,34.5 parent: 1 - type: Transform - uid: 15625 components: - - pos: -120.5,16.5 + - type: Transform + pos: -120.5,16.5 parent: 1 - type: Transform - uid: 15627 components: - - pos: -120.5,14.5 + - type: Transform + pos: -120.5,14.5 parent: 1 - type: Transform - uid: 15720 components: - - pos: -93.5,-50.5 + - type: Transform + pos: -93.5,-50.5 parent: 1 - type: Transform - uid: 15721 components: - - pos: -93.5,-51.5 + - type: Transform + pos: -93.5,-51.5 parent: 1 - type: Transform - uid: 15728 components: - - pos: -93.5,-48.5 + - type: Transform + pos: -93.5,-48.5 parent: 1 - type: Transform - uid: 15932 components: - - pos: 53.5,26.5 + - type: Transform + pos: 53.5,26.5 parent: 1 - type: Transform - uid: 15933 components: - - pos: 53.5,25.5 + - type: Transform + pos: 53.5,25.5 parent: 1 - type: Transform - uid: 15934 components: - - pos: 53.5,24.5 + - type: Transform + pos: 53.5,24.5 parent: 1 - type: Transform - uid: 15935 components: - - pos: 54.5,25.5 + - type: Transform + pos: 54.5,25.5 parent: 1 - type: Transform - uid: 15936 components: - - pos: 54.5,24.5 + - type: Transform + pos: 54.5,24.5 parent: 1 - type: Transform - uid: 15937 components: - - pos: 53.5,22.5 + - type: Transform + pos: 53.5,22.5 parent: 1 - type: Transform - uid: 15938 components: - - pos: 53.5,21.5 + - type: Transform + pos: 53.5,21.5 parent: 1 - type: Transform - uid: 15939 components: - - pos: 53.5,20.5 + - type: Transform + pos: 53.5,20.5 parent: 1 - type: Transform - uid: 15940 components: - - pos: 53.5,19.5 + - type: Transform + pos: 53.5,19.5 parent: 1 - type: Transform - uid: 15941 components: - - pos: 53.5,18.5 + - type: Transform + pos: 53.5,18.5 parent: 1 - type: Transform - uid: 15942 components: - - pos: 53.5,17.5 + - type: Transform + pos: 53.5,17.5 parent: 1 - type: Transform - uid: 15943 components: - - pos: 53.5,16.5 + - type: Transform + pos: 53.5,16.5 parent: 1 - type: Transform - uid: 15944 components: - - pos: 53.5,15.5 + - type: Transform + pos: 53.5,15.5 parent: 1 - type: Transform - uid: 15945 components: - - pos: 53.5,14.5 + - type: Transform + pos: 53.5,14.5 parent: 1 - type: Transform - uid: 15946 components: - - pos: 53.5,13.5 + - type: Transform + pos: 53.5,13.5 parent: 1 - type: Transform - uid: 15947 components: - - pos: 53.5,12.5 + - type: Transform + pos: 53.5,12.5 parent: 1 - type: Transform - uid: 15948 components: - - pos: 53.5,11.5 + - type: Transform + pos: 53.5,11.5 parent: 1 - type: Transform - uid: 15949 components: - - pos: 54.5,23.5 + - type: Transform + pos: 54.5,23.5 parent: 1 - type: Transform - uid: 15950 components: - - pos: 54.5,22.5 + - type: Transform + pos: 54.5,22.5 parent: 1 - type: Transform - uid: 15951 components: - - pos: 54.5,21.5 + - type: Transform + pos: 54.5,21.5 parent: 1 - type: Transform - uid: 15952 components: - - pos: 54.5,20.5 + - type: Transform + pos: 54.5,20.5 parent: 1 - type: Transform - uid: 15953 components: - - pos: 54.5,19.5 + - type: Transform + pos: 54.5,19.5 parent: 1 - type: Transform - uid: 15954 components: - - pos: 54.5,18.5 + - type: Transform + pos: 54.5,18.5 parent: 1 - type: Transform - uid: 15955 components: - - pos: 54.5,17.5 + - type: Transform + pos: 54.5,17.5 parent: 1 - type: Transform - uid: 15956 components: - - pos: 54.5,16.5 + - type: Transform + pos: 54.5,16.5 parent: 1 - type: Transform - uid: 15957 components: - - pos: 54.5,15.5 + - type: Transform + pos: 54.5,15.5 parent: 1 - type: Transform - uid: 15958 components: - - pos: 54.5,14.5 + - type: Transform + pos: 54.5,14.5 parent: 1 - type: Transform - uid: 15959 components: - - pos: 54.5,13.5 + - type: Transform + pos: 54.5,13.5 parent: 1 - type: Transform - uid: 15960 components: - - pos: 54.5,12.5 + - type: Transform + pos: 54.5,12.5 parent: 1 - type: Transform - uid: 15961 components: - - pos: 54.5,11.5 + - type: Transform + pos: 54.5,11.5 parent: 1 - type: Transform - uid: 15962 components: - - pos: 60.5,10.5 + - type: Transform + pos: 60.5,10.5 parent: 1 - type: Transform - uid: 15964 components: - - pos: 60.5,11.5 + - type: Transform + pos: 60.5,11.5 parent: 1 - type: Transform - uid: 15965 components: - - pos: 60.5,12.5 + - type: Transform + pos: 60.5,12.5 parent: 1 - type: Transform - uid: 15966 components: - - pos: 60.5,13.5 + - type: Transform + pos: 60.5,13.5 parent: 1 - type: Transform - uid: 15967 components: - - pos: 60.5,14.5 + - type: Transform + pos: 60.5,14.5 parent: 1 - type: Transform - uid: 15968 components: - - pos: 60.5,15.5 + - type: Transform + pos: 60.5,15.5 parent: 1 - type: Transform - uid: 15969 components: - - pos: 60.5,16.5 + - type: Transform + pos: 60.5,16.5 parent: 1 - type: Transform - uid: 15970 components: - - pos: 60.5,17.5 + - type: Transform + pos: 60.5,17.5 parent: 1 - type: Transform - uid: 15971 components: - - pos: 60.5,18.5 + - type: Transform + pos: 60.5,18.5 parent: 1 - type: Transform - uid: 15972 components: - - pos: 60.5,19.5 + - type: Transform + pos: 60.5,19.5 parent: 1 - type: Transform - uid: 15973 components: - - pos: 60.5,20.5 + - type: Transform + pos: 60.5,20.5 parent: 1 - type: Transform - uid: 15975 components: - - pos: 59.5,11.5 + - type: Transform + pos: 59.5,11.5 parent: 1 - type: Transform - uid: 15976 components: - - pos: 59.5,12.5 + - type: Transform + pos: 59.5,12.5 parent: 1 - type: Transform - uid: 15977 components: - - pos: 59.5,13.5 + - type: Transform + pos: 59.5,13.5 parent: 1 - type: Transform - uid: 15978 components: - - pos: 59.5,14.5 + - type: Transform + pos: 59.5,14.5 parent: 1 - type: Transform - uid: 15979 components: - - pos: 59.5,15.5 + - type: Transform + pos: 59.5,15.5 parent: 1 - type: Transform - uid: 15980 components: - - pos: 59.5,16.5 + - type: Transform + pos: 59.5,16.5 parent: 1 - type: Transform - uid: 15981 components: - - pos: 59.5,17.5 + - type: Transform + pos: 59.5,17.5 parent: 1 - type: Transform - uid: 15982 components: - - pos: 59.5,18.5 + - type: Transform + pos: 59.5,18.5 parent: 1 - type: Transform - uid: 15983 components: - - pos: 59.5,19.5 + - type: Transform + pos: 59.5,19.5 parent: 1 - type: Transform - uid: 15986 components: - - pos: 61.5,21.5 + - type: Transform + pos: 61.5,21.5 parent: 1 - type: Transform - uid: 15987 components: - - pos: 61.5,20.5 + - type: Transform + pos: 61.5,20.5 parent: 1 - type: Transform - uid: 15988 components: - - pos: 62.5,21.5 + - type: Transform + pos: 62.5,21.5 parent: 1 - type: Transform - uid: 15989 components: - - pos: 62.5,20.5 + - type: Transform + pos: 62.5,20.5 parent: 1 - type: Transform - uid: 15990 components: - - pos: 63.5,21.5 + - type: Transform + pos: 63.5,21.5 parent: 1 - type: Transform - uid: 15991 components: - - pos: 63.5,20.5 + - type: Transform + pos: 63.5,20.5 parent: 1 - type: Transform - uid: 15992 components: - - pos: 64.5,21.5 + - type: Transform + pos: 64.5,21.5 parent: 1 - type: Transform - uid: 15993 components: - - pos: 64.5,20.5 + - type: Transform + pos: 64.5,20.5 parent: 1 - type: Transform - uid: 15994 components: - - pos: 65.5,21.5 + - type: Transform + pos: 65.5,21.5 parent: 1 - type: Transform - uid: 15995 components: - - pos: 65.5,20.5 + - type: Transform + pos: 65.5,20.5 parent: 1 - type: Transform - uid: 15996 components: - - pos: 66.5,21.5 + - type: Transform + pos: 66.5,21.5 parent: 1 - type: Transform - uid: 15997 components: - - pos: 66.5,20.5 + - type: Transform + pos: 66.5,20.5 parent: 1 - type: Transform - uid: 15998 components: - - pos: 67.5,21.5 + - type: Transform + pos: 67.5,21.5 parent: 1 - type: Transform - uid: 15999 components: - - pos: 67.5,20.5 + - type: Transform + pos: 67.5,20.5 parent: 1 - type: Transform - uid: 16000 components: - - pos: 68.5,21.5 + - type: Transform + pos: 68.5,21.5 parent: 1 - type: Transform - uid: 16001 components: - - pos: 68.5,20.5 + - type: Transform + pos: 68.5,20.5 parent: 1 - type: Transform - uid: 16002 components: - - pos: 69.5,21.5 + - type: Transform + pos: 69.5,21.5 parent: 1 - type: Transform - uid: 16003 components: - - pos: 69.5,20.5 + - type: Transform + pos: 69.5,20.5 parent: 1 - type: Transform - uid: 16004 components: - - pos: 70.5,21.5 + - type: Transform + pos: 70.5,21.5 parent: 1 - type: Transform - uid: 16005 components: - - pos: 70.5,20.5 + - type: Transform + pos: 70.5,20.5 parent: 1 - type: Transform - uid: 16006 components: - - pos: 71.5,21.5 + - type: Transform + pos: 71.5,21.5 parent: 1 - type: Transform - uid: 16007 components: - - pos: 71.5,20.5 + - type: Transform + pos: 71.5,20.5 parent: 1 - type: Transform - uid: 16008 components: - - pos: 72.5,21.5 + - type: Transform + pos: 72.5,21.5 parent: 1 - type: Transform - uid: 16009 components: - - pos: 72.5,20.5 + - type: Transform + pos: 72.5,20.5 parent: 1 - type: Transform - uid: 16010 components: - - pos: 73.5,21.5 + - type: Transform + pos: 73.5,21.5 parent: 1 - type: Transform - uid: 16011 components: - - pos: 73.5,20.5 + - type: Transform + pos: 73.5,20.5 parent: 1 - type: Transform - uid: 16012 components: - - pos: 74.5,21.5 + - type: Transform + pos: 74.5,21.5 parent: 1 - type: Transform - uid: 16013 components: - - pos: 74.5,20.5 + - type: Transform + pos: 74.5,20.5 parent: 1 - type: Transform - uid: 16014 components: - - pos: 75.5,21.5 + - type: Transform + pos: 75.5,21.5 parent: 1 - type: Transform - uid: 16015 components: - - pos: 75.5,20.5 + - type: Transform + pos: 75.5,20.5 parent: 1 - type: Transform - uid: 16017 components: - - pos: 76.5,21.5 + - type: Transform + pos: 76.5,21.5 parent: 1 - type: Transform - uid: 16018 components: - - pos: 76.5,20.5 + - type: Transform + pos: 76.5,20.5 parent: 1 - type: Transform - uid: 16019 components: - - pos: 77.5,21.5 + - type: Transform + pos: 77.5,21.5 parent: 1 - type: Transform - uid: 16020 components: - - pos: 77.5,20.5 + - type: Transform + pos: 77.5,20.5 parent: 1 - type: Transform - uid: 16021 components: - - pos: 78.5,21.5 + - type: Transform + pos: 78.5,21.5 parent: 1 - type: Transform - uid: 16022 components: - - pos: 78.5,20.5 + - type: Transform + pos: 78.5,20.5 parent: 1 - type: Transform - uid: 16023 components: - - pos: 79.5,21.5 + - type: Transform + pos: 79.5,21.5 parent: 1 - type: Transform - uid: 16028 components: - - pos: 79.5,20.5 + - type: Transform + pos: 79.5,20.5 parent: 1 - type: Transform - uid: 16041 components: - - pos: -85.5,48.5 + - type: Transform + pos: -85.5,48.5 parent: 1 - type: Transform - uid: 16042 components: - - pos: -87.5,43.5 + - type: Transform + pos: -87.5,43.5 parent: 1 - type: Transform - uid: 16043 components: - - pos: -87.5,41.5 + - type: Transform + pos: -87.5,41.5 parent: 1 - type: Transform - uid: 16048 components: - - pos: -84.5,50.5 + - type: Transform + pos: -84.5,50.5 parent: 1 - type: Transform - uid: 16049 components: - - pos: -84.5,51.5 + - type: Transform + pos: -84.5,51.5 parent: 1 - type: Transform - uid: 16050 components: - - pos: -84.5,53.5 + - type: Transform + pos: -84.5,53.5 parent: 1 - type: Transform - uid: 16051 components: - - pos: -84.5,56.5 + - type: Transform + pos: -84.5,56.5 parent: 1 - type: Transform - uid: 16052 components: - - pos: -84.5,54.5 + - type: Transform + pos: -84.5,54.5 parent: 1 - type: Transform - uid: 16058 components: - - pos: -40.5,-62.5 + - type: Transform + pos: -40.5,-62.5 parent: 1 - type: Transform - uid: 16060 components: - - pos: -39.5,-62.5 + - type: Transform + pos: -39.5,-62.5 parent: 1 - type: Transform - uid: 16061 components: - - pos: -38.5,-62.5 + - type: Transform + pos: -38.5,-62.5 parent: 1 - type: Transform - uid: 16076 components: - - pos: -42.5,-71.5 + - type: Transform + pos: -42.5,-71.5 parent: 1 - type: Transform - uid: 16077 components: - - pos: -44.5,-71.5 + - type: Transform + pos: -44.5,-71.5 parent: 1 - type: Transform - uid: 16079 components: - - pos: -43.5,-71.5 + - type: Transform + pos: -43.5,-71.5 parent: 1 - type: Transform - uid: 16088 components: - - pos: -45.5,-71.5 + - type: Transform + pos: -45.5,-71.5 parent: 1 - type: Transform - uid: 16109 components: - - pos: -98.5,-11.5 + - type: Transform + pos: -98.5,-11.5 parent: 1 - type: Transform - uid: 16187 components: - - pos: 80.5,21.5 + - type: Transform + pos: 80.5,21.5 parent: 1 - type: Transform - uid: 16188 components: - - pos: 80.5,20.5 + - type: Transform + pos: 80.5,20.5 parent: 1 - type: Transform - uid: 16189 components: - - pos: 81.5,21.5 + - type: Transform + pos: 81.5,21.5 parent: 1 - type: Transform - uid: 16200 components: - - pos: 81.5,20.5 + - type: Transform + pos: 81.5,20.5 parent: 1 - type: Transform - uid: 16201 components: - - pos: 82.5,21.5 + - type: Transform + pos: 82.5,21.5 parent: 1 - type: Transform - uid: 16205 components: - - pos: 82.5,20.5 + - type: Transform + pos: 82.5,20.5 parent: 1 - type: Transform - uid: 16208 components: - - pos: 83.5,21.5 + - type: Transform + pos: 83.5,21.5 parent: 1 - type: Transform - uid: 16210 components: - - pos: 83.5,20.5 + - type: Transform + pos: 83.5,20.5 parent: 1 - type: Transform - uid: 16220 components: - - pos: -13.5,-28.5 + - type: Transform + pos: -13.5,-28.5 parent: 1 - type: Transform - uid: 16223 components: - - pos: 84.5,21.5 + - type: Transform + pos: 84.5,21.5 parent: 1 - type: Transform - uid: 16235 components: - - pos: -120.5,15.5 + - type: Transform + pos: -120.5,15.5 parent: 1 - type: Transform - uid: 16236 components: - - pos: -107.5,19.5 + - type: Transform + pos: -107.5,19.5 parent: 1 - type: Transform - uid: 16237 components: - - pos: 84.5,20.5 + - type: Transform + pos: 84.5,20.5 parent: 1 - type: Transform - uid: 16239 components: - - pos: 85.5,21.5 + - type: Transform + pos: 85.5,21.5 parent: 1 - type: Transform - uid: 16244 components: - - pos: 85.5,20.5 + - type: Transform + pos: 85.5,20.5 parent: 1 - type: Transform - uid: 16245 components: - - pos: 86.5,21.5 + - type: Transform + pos: 86.5,21.5 parent: 1 - type: Transform - uid: 16248 components: - - pos: 86.5,20.5 + - type: Transform + pos: 86.5,20.5 parent: 1 - type: Transform - uid: 16250 components: - - pos: 87.5,21.5 + - type: Transform + pos: 87.5,21.5 parent: 1 - type: Transform - uid: 16280 components: - - pos: 87.5,22.5 + - type: Transform + pos: 87.5,22.5 parent: 1 - type: Transform - uid: 16283 components: - - pos: 87.5,23.5 + - type: Transform + pos: 87.5,23.5 parent: 1 - type: Transform - uid: 16289 components: - - pos: 87.5,24.5 + - type: Transform + pos: 87.5,24.5 parent: 1 - type: Transform - uid: 16292 components: - - pos: 88.5,22.5 + - type: Transform + pos: 88.5,22.5 parent: 1 - type: Transform - uid: 16302 components: - - pos: 88.5,23.5 + - type: Transform + pos: 88.5,23.5 parent: 1 - type: Transform - uid: 16326 components: - - pos: 88.5,24.5 + - type: Transform + pos: 88.5,24.5 parent: 1 - type: Transform - uid: 16338 components: - - pos: -120.5,7.5 + - type: Transform + pos: -120.5,7.5 parent: 1 - type: Transform - uid: 16349 components: - - pos: -110.5,-14.5 + - type: Transform + pos: -110.5,-14.5 parent: 1 - type: Transform - uid: 16360 components: - - pos: -120.5,6.5 + - type: Transform + pos: -120.5,6.5 parent: 1 - type: Transform - uid: 16386 components: - - pos: -120.5,5.5 + - type: Transform + pos: -120.5,5.5 parent: 1 - type: Transform - uid: 16441 components: - - pos: -152.5,-4.5 + - type: Transform + pos: -152.5,-4.5 parent: 1 - type: Transform - uid: 16442 components: - - pos: -152.5,-3.5 + - type: Transform + pos: -152.5,-3.5 parent: 1 - type: Transform - uid: 16446 components: - - pos: -143.5,14.5 + - type: Transform + pos: -143.5,14.5 parent: 1 - type: Transform - uid: 16447 components: - - pos: -134.5,15.5 + - type: Transform + pos: -134.5,15.5 parent: 1 - type: Transform - uid: 16448 components: - - pos: -134.5,16.5 + - type: Transform + pos: -134.5,16.5 parent: 1 - type: Transform - uid: 17120 components: - - pos: -106.5,-28.5 + - type: Transform + pos: -106.5,-28.5 parent: 1 - type: Transform - uid: 17123 components: - - pos: -104.5,-28.5 + - type: Transform + pos: -104.5,-28.5 parent: 1 - type: Transform - uid: 17318 components: - - pos: 49.5,-1.5 + - type: Transform + pos: 49.5,-1.5 parent: 1 - type: Transform - uid: 17319 components: - - pos: 49.5,-0.5 + - type: Transform + pos: 49.5,-0.5 parent: 1 - type: Transform - uid: 17320 components: - - pos: 49.5,0.5 + - type: Transform + pos: 49.5,0.5 parent: 1 - type: Transform - uid: 17321 components: - - pos: 49.5,1.5 + - type: Transform + pos: 49.5,1.5 parent: 1 - type: Transform - uid: 17322 components: - - pos: 49.5,2.5 + - type: Transform + pos: 49.5,2.5 parent: 1 - type: Transform - uid: 17323 components: - - pos: 48.5,-1.5 + - type: Transform + pos: 48.5,-1.5 parent: 1 - type: Transform - uid: 17324 components: - - pos: 48.5,-0.5 + - type: Transform + pos: 48.5,-0.5 parent: 1 - type: Transform - uid: 17325 components: - - pos: 48.5,0.5 + - type: Transform + pos: 48.5,0.5 parent: 1 - type: Transform - uid: 17326 components: - - pos: 48.5,1.5 + - type: Transform + pos: 48.5,1.5 parent: 1 - type: Transform - uid: 17327 components: - - pos: 48.5,2.5 + - type: Transform + pos: 48.5,2.5 parent: 1 - type: Transform - uid: 17328 components: - - pos: 49.5,3.5 + - type: Transform + pos: 49.5,3.5 parent: 1 - type: Transform - uid: 17329 components: - - pos: 50.5,3.5 + - type: Transform + pos: 50.5,3.5 parent: 1 - type: Transform - uid: 17330 components: - - pos: 50.5,4.5 + - type: Transform + pos: 50.5,4.5 parent: 1 - type: Transform - uid: 17331 components: - - pos: 50.5,5.5 + - type: Transform + pos: 50.5,5.5 parent: 1 - type: Transform - uid: 17332 components: - - pos: 64.5,-26.5 + - type: Transform + pos: 64.5,-26.5 parent: 1 - type: Transform - uid: 17333 components: - - pos: 51.5,4.5 + - type: Transform + pos: 51.5,4.5 parent: 1 - type: Transform - uid: 17334 components: - - pos: 51.5,5.5 + - type: Transform + pos: 51.5,5.5 parent: 1 - type: Transform - uid: 17335 components: - - pos: 51.5,6.5 + - type: Transform + pos: 51.5,6.5 parent: 1 - type: Transform - uid: 17336 components: - - pos: 52.5,6.5 + - type: Transform + pos: 52.5,6.5 parent: 1 - type: Transform - uid: 17337 components: - - pos: 53.5,6.5 + - type: Transform + pos: 53.5,6.5 parent: 1 - type: Transform - uid: 17338 components: - - pos: 53.5,7.5 + - type: Transform + pos: 53.5,7.5 parent: 1 - type: Transform - uid: 17339 components: - - pos: 52.5,7.5 + - type: Transform + pos: 52.5,7.5 parent: 1 - type: Transform - uid: 17340 components: - - pos: 63.5,-26.5 + - type: Transform + pos: 63.5,-26.5 parent: 1 - type: Transform - uid: 17341 components: - - pos: 62.5,-26.5 + - type: Transform + pos: 62.5,-26.5 parent: 1 - type: Transform - uid: 17342 components: - - pos: 61.5,-26.5 + - type: Transform + pos: 61.5,-26.5 parent: 1 - type: Transform - uid: 17343 components: - - pos: 60.5,-26.5 + - type: Transform + pos: 60.5,-26.5 parent: 1 - type: Transform - uid: 17344 components: - - pos: 59.5,-26.5 + - type: Transform + pos: 59.5,-26.5 parent: 1 - type: Transform - uid: 17345 components: - - pos: 58.5,-26.5 + - type: Transform + pos: 58.5,-26.5 parent: 1 - type: Transform - uid: 17346 components: - - pos: 61.5,-27.5 + - type: Transform + pos: 61.5,-27.5 parent: 1 - type: Transform - uid: 17347 components: - - pos: 60.5,-27.5 + - type: Transform + pos: 60.5,-27.5 parent: 1 - type: Transform - uid: 17348 components: - - pos: 59.5,-27.5 + - type: Transform + pos: 59.5,-27.5 parent: 1 - type: Transform - uid: 17349 components: - - pos: 58.5,-27.5 + - type: Transform + pos: 58.5,-27.5 parent: 1 - type: Transform - uid: 17350 components: - - pos: 57.5,-27.5 + - type: Transform + pos: 57.5,-27.5 parent: 1 - type: Transform - uid: 17351 components: - - pos: 56.5,-27.5 + - type: Transform + pos: 56.5,-27.5 parent: 1 - type: Transform - uid: 17352 components: - - pos: 55.5,-27.5 + - type: Transform + pos: 55.5,-27.5 parent: 1 - type: Transform - uid: 17353 components: - - pos: 57.5,-26.5 + - type: Transform + pos: 57.5,-26.5 parent: 1 - type: Transform - uid: 17354 components: - - pos: 56.5,-26.5 + - type: Transform + pos: 56.5,-26.5 parent: 1 - type: Transform - uid: 17355 components: - - pos: 55.5,-26.5 + - type: Transform + pos: 55.5,-26.5 parent: 1 - type: Transform - uid: 17356 components: - - pos: 54.5,-26.5 + - type: Transform + pos: 54.5,-26.5 parent: 1 - type: Transform - uid: 17357 components: - - pos: 53.5,-26.5 + - type: Transform + pos: 53.5,-26.5 parent: 1 - type: Transform - uid: 17358 components: - - pos: 54.5,-27.5 + - type: Transform + pos: 54.5,-27.5 parent: 1 - type: Transform - uid: 17359 components: - - pos: 53.5,-25.5 + - type: Transform + pos: 53.5,-25.5 parent: 1 - type: Transform - uid: 17360 components: - - pos: 52.5,-25.5 + - type: Transform + pos: 52.5,-25.5 parent: 1 - type: Transform - uid: 17361 components: - - pos: 51.5,-25.5 + - type: Transform + pos: 51.5,-25.5 parent: 1 - type: Transform - uid: 17362 components: - - pos: 50.5,-25.5 + - type: Transform + pos: 50.5,-25.5 parent: 1 - type: Transform - uid: 17363 components: - - pos: 50.5,-24.5 + - type: Transform + pos: 50.5,-24.5 parent: 1 - type: Transform - uid: 17364 components: - - pos: 49.5,-24.5 + - type: Transform + pos: 49.5,-24.5 parent: 1 - type: Transform - uid: 17365 components: - - pos: 49.5,-23.5 + - type: Transform + pos: 49.5,-23.5 parent: 1 - type: Transform - uid: 17366 components: - - pos: 48.5,-23.5 + - type: Transform + pos: 48.5,-23.5 parent: 1 - type: Transform - uid: 17367 components: - - pos: 47.5,-23.5 + - type: Transform + pos: 47.5,-23.5 parent: 1 - type: Transform - uid: 17368 components: - - pos: 46.5,-23.5 + - type: Transform + pos: 46.5,-23.5 parent: 1 - type: Transform - uid: 17369 components: - - pos: 45.5,-23.5 + - type: Transform + pos: 45.5,-23.5 parent: 1 - type: Transform - uid: 17370 components: - - pos: 44.5,-23.5 + - type: Transform + pos: 44.5,-23.5 parent: 1 - type: Transform - uid: 17371 components: - - pos: 44.5,-22.5 + - type: Transform + pos: 44.5,-22.5 parent: 1 - type: Transform - uid: 17372 components: - - pos: 43.5,-22.5 + - type: Transform + pos: 43.5,-22.5 parent: 1 - type: Transform - uid: 17373 components: - - pos: 45.5,-24.5 + - type: Transform + pos: 45.5,-24.5 parent: 1 - type: Transform - uid: 17374 components: - - pos: 42.5,-21.5 + - type: Transform + pos: 42.5,-21.5 parent: 1 - type: Transform - uid: 17375 components: - - pos: 42.5,-20.5 + - type: Transform + pos: 42.5,-20.5 parent: 1 - type: Transform - uid: 17376 components: - - pos: 42.5,-19.5 + - type: Transform + pos: 42.5,-19.5 parent: 1 - type: Transform - uid: 17377 components: - - pos: 41.5,-19.5 + - type: Transform + pos: 41.5,-19.5 parent: 1 - type: Transform - uid: 17381 components: - - pos: 39.5,-17.5 + - type: Transform + pos: 39.5,-17.5 parent: 1 - type: Transform - uid: 17382 components: - - pos: 39.5,-16.5 + - type: Transform + pos: 39.5,-16.5 parent: 1 - type: Transform - uid: 17383 components: - - pos: 39.5,-15.5 + - type: Transform + pos: 39.5,-15.5 parent: 1 - type: Transform - uid: 17384 components: - - pos: 39.5,-14.5 + - type: Transform + pos: 39.5,-14.5 parent: 1 - type: Transform - uid: 17385 components: - - pos: 39.5,-13.5 + - type: Transform + pos: 39.5,-13.5 parent: 1 - type: Transform - uid: 17386 components: - - pos: 39.5,-12.5 + - type: Transform + pos: 39.5,-12.5 parent: 1 - type: Transform - uid: 17387 components: - - pos: 40.5,-18.5 + - type: Transform + pos: 40.5,-18.5 parent: 1 - type: Transform - uid: 17388 components: - - pos: 40.5,-17.5 + - type: Transform + pos: 40.5,-17.5 parent: 1 - type: Transform - uid: 17389 components: - - pos: 40.5,-16.5 + - type: Transform + pos: 40.5,-16.5 parent: 1 - type: Transform - uid: 17390 components: - - pos: 40.5,-15.5 + - type: Transform + pos: 40.5,-15.5 parent: 1 - type: Transform - uid: 17391 components: - - pos: 40.5,-14.5 + - type: Transform + pos: 40.5,-14.5 parent: 1 - type: Transform - uid: 17392 components: - - pos: 40.5,-13.5 + - type: Transform + pos: 40.5,-13.5 parent: 1 - type: Transform - uid: 17393 components: - - pos: 40.5,-12.5 + - type: Transform + pos: 40.5,-12.5 parent: 1 - type: Transform - uid: 17394 components: - - pos: 41.5,-18.5 + - type: Transform + pos: 41.5,-18.5 parent: 1 - type: Transform - uid: 17395 components: - - pos: 43.5,-20.5 + - type: Transform + pos: 43.5,-20.5 parent: 1 - type: Transform - uid: 17396 components: - - pos: 43.5,-21.5 + - type: Transform + pos: 43.5,-21.5 parent: 1 - type: Transform - uid: 17397 components: - - pos: 46.5,-24.5 + - type: Transform + pos: 46.5,-24.5 parent: 1 - type: Transform - uid: 17398 components: - - pos: 47.5,-24.5 + - type: Transform + pos: 47.5,-24.5 parent: 1 - type: Transform - uid: 17399 components: - - pos: 48.5,-24.5 + - type: Transform + pos: 48.5,-24.5 parent: 1 - type: Transform - uid: 17400 components: - - pos: 51.5,-26.5 + - type: Transform + pos: 51.5,-26.5 parent: 1 - type: Transform - uid: 17401 components: - - pos: 52.5,-26.5 + - type: Transform + pos: 52.5,-26.5 parent: 1 - type: Transform - uid: 17402 components: - - pos: 62.5,-27.5 + - type: Transform + pos: 62.5,-27.5 parent: 1 - type: Transform - uid: 17403 components: - - pos: 63.5,-27.5 + - type: Transform + pos: 63.5,-27.5 parent: 1 - type: Transform - uid: 17436 components: - - pos: 45.5,-2.5 + - type: Transform + pos: 45.5,-2.5 parent: 1 - type: Transform - uid: 17464 components: - - pos: 53.5,8.5 + - type: Transform + pos: 53.5,8.5 parent: 1 - type: Transform - uid: 17465 components: - - pos: 53.5,9.5 + - type: Transform + pos: 53.5,9.5 parent: 1 - type: Transform - uid: 17466 components: - - pos: 53.5,10.5 + - type: Transform + pos: 53.5,10.5 parent: 1 - type: Transform - uid: 17608 components: - - pos: 37.5,3.5 + - type: Transform + pos: 37.5,3.5 parent: 1 - type: Transform - uid: 17609 components: - - pos: 60.5,8.5 + - type: Transform + pos: 60.5,8.5 parent: 1 - type: Transform - uid: 17610 components: - - pos: 60.5,9.5 + - type: Transform + pos: 60.5,9.5 parent: 1 - type: Transform - uid: 17611 components: - - pos: 54.5,9.5 + - type: Transform + pos: 54.5,9.5 parent: 1 - type: Transform - uid: 17612 components: - - pos: 59.5,9.5 + - type: Transform + pos: 59.5,9.5 parent: 1 - type: Transform - uid: 17857 components: - - pos: -84.5,57.5 + - type: Transform + pos: -84.5,57.5 parent: 1 - type: Transform - uid: 17972 components: - - pos: -114.5,-31.5 + - type: Transform + pos: -114.5,-31.5 parent: 1 - type: Transform - uid: 17973 components: - - pos: -111.5,-31.5 + - type: Transform + pos: -111.5,-31.5 parent: 1 - type: Transform - uid: 18584 components: - - pos: -138.5,-36.5 + - type: Transform + pos: -138.5,-36.5 parent: 1 - type: Transform - uid: 18585 components: - - pos: -138.5,-38.5 + - type: Transform + pos: -138.5,-38.5 parent: 1 - type: Transform - uid: 18628 components: - - pos: -137.5,-25.5 + - type: Transform + pos: -137.5,-25.5 parent: 1 - type: Transform - uid: 18886 components: - - pos: 27.5,7.5 + - type: Transform + pos: 27.5,7.5 parent: 1 - type: Transform - uid: 18909 components: - - pos: -8.5,52.5 + - type: Transform + pos: -8.5,52.5 parent: 1 - type: Transform - uid: 19261 components: - - pos: -100.5,-42.5 + - type: Transform + pos: -100.5,-42.5 parent: 1 - type: Transform - uid: 19286 components: - - pos: -95.5,-31.5 + - type: Transform + pos: -95.5,-31.5 parent: 1 - type: Transform - uid: 19354 components: - - pos: -143.5,1.5 + - type: Transform + pos: -143.5,1.5 parent: 1 - type: Transform - uid: 19356 components: - - pos: -157.5,7.5 + - type: Transform + pos: -157.5,7.5 parent: 1 - type: Transform - uid: 19358 components: - - pos: -157.5,20.5 + - type: Transform + pos: -157.5,20.5 parent: 1 - type: Transform - uid: 19359 components: - - pos: -154.5,2.5 + - type: Transform + pos: -154.5,2.5 parent: 1 - type: Transform - uid: 19362 components: - - pos: -141.5,2.5 + - type: Transform + pos: -141.5,2.5 parent: 1 - type: Transform - uid: 19363 components: - - pos: -144.5,2.5 + - type: Transform + pos: -144.5,2.5 parent: 1 - type: Transform - uid: 19366 components: - - pos: -137.5,0.5 + - type: Transform + pos: -137.5,0.5 parent: 1 - type: Transform - uid: 19367 components: - - pos: -136.5,4.5 + - type: Transform + pos: -136.5,4.5 parent: 1 - type: Transform - uid: 19914 components: - - pos: -84.5,59.5 + - type: Transform + pos: -84.5,59.5 parent: 1 - type: Transform - uid: 19915 components: - - pos: -84.5,60.5 + - type: Transform + pos: -84.5,60.5 parent: 1 - type: Transform - uid: 19916 components: - - pos: -84.5,62.5 + - type: Transform + pos: -84.5,62.5 parent: 1 - type: Transform - uid: 19917 components: - - pos: -84.5,63.5 + - type: Transform + pos: -84.5,63.5 parent: 1 - type: Transform - uid: 19929 components: - - pos: -97.5,36.5 + - type: Transform + pos: -97.5,36.5 parent: 1 - type: Transform - uid: 19935 components: - - pos: -97.5,42.5 + - type: Transform + pos: -97.5,42.5 parent: 1 - type: Transform - uid: 19938 components: - - pos: -87.5,40.5 + - type: Transform + pos: -87.5,40.5 parent: 1 - type: Transform - uid: 19939 components: - - pos: -86.5,48.5 + - type: Transform + pos: -86.5,48.5 parent: 1 - type: Transform - uid: 19940 components: - - pos: -87.5,28.5 + - type: Transform + pos: -87.5,28.5 parent: 1 - type: Transform - uid: 19941 components: - - pos: -98.5,28.5 + - type: Transform + pos: -98.5,28.5 parent: 1 - type: Transform - uid: 19942 components: - - pos: -91.5,28.5 + - type: Transform + pos: -91.5,28.5 parent: 1 - type: Transform - uid: 19943 components: - - pos: -94.5,28.5 + - type: Transform + pos: -94.5,28.5 parent: 1 - type: Transform - uid: 19945 components: - - pos: -84.5,46.5 + - type: Transform + pos: -84.5,46.5 parent: 1 - type: Transform - uid: 20282 components: - - pos: -103.5,-44.5 + - type: Transform + pos: -103.5,-44.5 parent: 1 - type: Transform - uid: 20304 components: - - pos: -101.5,-44.5 + - type: Transform + pos: -101.5,-44.5 parent: 1 - type: Transform - uid: 20354 components: - - pos: -102.5,-44.5 + - type: Transform + pos: -102.5,-44.5 parent: 1 - type: Transform - uid: 20355 components: - - pos: -100.5,-41.5 + - type: Transform + pos: -100.5,-41.5 parent: 1 - type: Transform - uid: 20357 components: - - pos: -100.5,-43.5 + - type: Transform + pos: -100.5,-43.5 parent: 1 - type: Transform - uid: 20358 components: - - pos: -94.5,-38.5 + - type: Transform + pos: -94.5,-38.5 parent: 1 - type: Transform - uid: 20370 components: - - pos: -97.5,-31.5 + - type: Transform + pos: -97.5,-31.5 parent: 1 - type: Transform - uid: 20378 components: - - pos: -101.5,-49.5 + - type: Transform + pos: -101.5,-49.5 parent: 1 - type: Transform - uid: 20382 components: - - pos: -93.5,-42.5 + - type: Transform + pos: -93.5,-42.5 parent: 1 - type: Transform - uid: 20384 components: - - pos: -93.5,-43.5 + - type: Transform + pos: -93.5,-43.5 parent: 1 - type: Transform - uid: 20512 components: - - pos: -89.5,32.5 + - type: Transform + pos: -89.5,32.5 parent: 1 - type: Transform - uid: 20513 components: - - pos: -93.5,32.5 + - type: Transform + pos: -93.5,32.5 parent: 1 - type: Transform - uid: 20514 components: - - pos: -91.5,32.5 + - type: Transform + pos: -91.5,32.5 parent: 1 - type: Transform - uid: 20516 components: - - pos: -81.5,31.5 + - type: Transform + pos: -81.5,31.5 parent: 1 - type: Transform - uid: 20519 components: - - pos: -102.5,38.5 + - type: Transform + pos: -102.5,38.5 parent: 1 - type: Transform - uid: 20520 components: - - pos: -100.5,50.5 + - type: Transform + pos: -100.5,50.5 parent: 1 - type: Transform - uid: 20524 components: - - pos: -100.5,53.5 + - type: Transform + pos: -100.5,53.5 parent: 1 - type: Transform - uid: 20527 components: - - pos: -100.5,57.5 + - type: Transform + pos: -100.5,57.5 parent: 1 - type: Transform - uid: 20529 components: - - pos: -95.5,32.5 + - type: Transform + pos: -95.5,32.5 parent: 1 - type: Transform - uid: 20539 components: - - pos: -109.5,32.5 + - type: Transform + pos: -109.5,32.5 parent: 1 - type: Transform - uid: 20561 components: - - pos: -107.5,-51.5 + - type: Transform + pos: -107.5,-51.5 parent: 1 - type: Transform - uid: 21124 components: - - pos: -93.5,-44.5 + - type: Transform + pos: -93.5,-44.5 parent: 1 - type: Transform - uid: 22118 components: - - pos: -103.5,-49.5 + - type: Transform + pos: -103.5,-49.5 parent: 1 - type: Transform - uid: 22121 components: - - pos: -102.5,-50.5 + - type: Transform + pos: -102.5,-50.5 parent: 1 - type: Transform - uid: 22122 components: - - pos: -104.5,-52.5 + - type: Transform + pos: -104.5,-52.5 parent: 1 - type: Transform - uid: 22123 components: - - pos: -102.5,-51.5 + - type: Transform + pos: -102.5,-51.5 parent: 1 - type: Transform - uid: 22124 components: - - pos: -105.5,-51.5 + - type: Transform + pos: -105.5,-51.5 parent: 1 - type: Transform - uid: 22125 components: - - pos: -105.5,-50.5 + - type: Transform + pos: -105.5,-50.5 parent: 1 - type: Transform - uid: 22129 components: - - pos: -103.5,-52.5 + - type: Transform + pos: -103.5,-52.5 parent: 1 - type: Transform - uid: 22130 components: - - pos: -104.5,-49.5 + - type: Transform + pos: -104.5,-49.5 parent: 1 - type: Transform - uid: 22133 components: - - pos: -100.5,-49.5 + - type: Transform + pos: -100.5,-49.5 parent: 1 - type: Transform - uid: 22134 components: - - pos: -101.5,-52.5 + - type: Transform + pos: -101.5,-52.5 parent: 1 - type: Transform - uid: 22135 components: - - pos: -100.5,-52.5 + - type: Transform + pos: -100.5,-52.5 parent: 1 - type: Transform - uid: 22136 components: - - pos: -99.5,-51.5 + - type: Transform + pos: -99.5,-51.5 parent: 1 - type: Transform - uid: 22137 components: - - pos: -99.5,-50.5 + - type: Transform + pos: -99.5,-50.5 parent: 1 - type: Transform - uid: 22393 components: - - pos: -13.5,-38.5 + - type: Transform + pos: -13.5,-38.5 parent: 1 - type: Transform - uid: 23344 components: - - pos: -68.5,-26.5 + - type: Transform + pos: -68.5,-26.5 parent: 1 - type: Transform - uid: 23387 components: - - pos: -65.5,-23.5 + - type: Transform + pos: -65.5,-23.5 parent: 1 - type: Transform - uid: 23454 components: - - pos: 87.5,25.5 + - type: Transform + pos: 87.5,25.5 parent: 1 - type: Transform - uid: 23455 components: - - pos: 87.5,26.5 + - type: Transform + pos: 87.5,26.5 parent: 1 - type: Transform - uid: 23458 components: - - pos: 88.5,25.5 + - type: Transform + pos: 88.5,25.5 parent: 1 - type: Transform - uid: 23459 components: - - pos: 88.5,26.5 + - type: Transform + pos: 88.5,26.5 parent: 1 - type: Transform - uid: 23460 components: - - pos: 88.5,27.5 + - type: Transform + pos: 88.5,27.5 parent: 1 - type: Transform - uid: 23461 components: - - pos: 88.5,28.5 + - type: Transform + pos: 88.5,28.5 parent: 1 - type: Transform - uid: 23470 components: - - pos: 40.5,35.5 + - type: Transform + pos: 40.5,35.5 parent: 1 - type: Transform - uid: 23471 components: - - pos: 41.5,34.5 + - type: Transform + pos: 41.5,34.5 parent: 1 - type: Transform - uid: 23472 components: - - pos: 43.5,34.5 + - type: Transform + pos: 43.5,34.5 parent: 1 - type: Transform - uid: 23473 components: - - pos: 44.5,35.5 + - type: Transform + pos: 44.5,35.5 parent: 1 - type: Transform - uid: 23474 components: - - pos: 44.5,37.5 + - type: Transform + pos: 44.5,37.5 parent: 1 - type: Transform - uid: 23475 components: - - pos: 40.5,37.5 + - type: Transform + pos: 40.5,37.5 parent: 1 - type: Transform - uid: 23476 components: - - pos: 41.5,38.5 + - type: Transform + pos: 41.5,38.5 parent: 1 - type: Transform - uid: 23477 components: - - pos: 43.5,38.5 + - type: Transform + pos: 43.5,38.5 parent: 1 - type: Transform - uid: 23493 components: - - pos: 34.5,28.5 + - type: Transform + pos: 34.5,28.5 parent: 1 - type: Transform - uid: 23494 components: - - pos: 34.5,26.5 + - type: Transform + pos: 34.5,26.5 parent: 1 - type: Transform - uid: 23495 components: - - pos: 35.5,25.5 + - type: Transform + pos: 35.5,25.5 parent: 1 - type: Transform - uid: 23496 components: - - pos: 37.5,25.5 + - type: Transform + pos: 37.5,25.5 parent: 1 - type: Transform - uid: 23497 components: - - pos: 38.5,26.5 + - type: Transform + pos: 38.5,26.5 parent: 1 - type: Transform - uid: 23498 components: - - pos: 38.5,27.5 + - type: Transform + pos: 38.5,27.5 parent: 1 - type: Transform - uid: 23499 components: - - pos: 38.5,28.5 + - type: Transform + pos: 38.5,28.5 parent: 1 - type: Transform - uid: 23505 components: - - pos: 37.5,29.5 + - type: Transform + pos: 37.5,29.5 parent: 1 - type: Transform - uid: 23506 components: - - pos: 35.5,29.5 + - type: Transform + pos: 35.5,29.5 parent: 1 - type: Transform - uid: 23510 components: - - pos: 5.5,30.5 + - type: Transform + pos: 5.5,30.5 parent: 1 - type: Transform - uid: 23511 components: - - pos: 8.5,30.5 + - type: Transform + pos: 8.5,30.5 parent: 1 - type: Transform - uid: 23520 components: - - pos: 35.5,3.5 + - type: Transform + pos: 35.5,3.5 parent: 1 - type: Transform - uid: 23706 components: - - pos: 36.5,-57.5 + - type: Transform + pos: 36.5,-57.5 parent: 1 - type: Transform - uid: 23707 components: - - pos: 39.5,-57.5 + - type: Transform + pos: 39.5,-57.5 parent: 1 - type: Transform - uid: 23895 components: - - pos: 39.5,-33.5 + - type: Transform + pos: 39.5,-33.5 parent: 1 - type: Transform - uid: 23896 components: - - pos: 39.5,-32.5 + - type: Transform + pos: 39.5,-32.5 parent: 1 - type: Transform - uid: 23915 components: - - pos: 39.5,-31.5 + - type: Transform + pos: 39.5,-31.5 parent: 1 - type: Transform - uid: 23916 components: - - pos: 39.5,-30.5 + - type: Transform + pos: 39.5,-30.5 parent: 1 - type: Transform - uid: 24625 components: - - pos: -100.5,-19.5 + - type: Transform + pos: -100.5,-19.5 parent: 1 - type: Transform - uid: 24817 components: - - pos: -153.5,2.5 + - type: Transform + pos: -153.5,2.5 parent: 1 - type: Transform - uid: 25015 components: - - pos: -150.5,2.5 + - type: Transform + pos: -150.5,2.5 parent: 1 - type: Transform - uid: 25023 components: - - pos: -127.5,-0.5 + - type: Transform + pos: -127.5,-0.5 parent: 1 - type: Transform - uid: 25024 components: - - pos: -127.5,-1.5 + - type: Transform + pos: -127.5,-1.5 parent: 1 - type: Transform - uid: 25025 components: - - pos: -127.5,-2.5 + - type: Transform + pos: -127.5,-2.5 parent: 1 - type: Transform - uid: 25180 components: - - pos: -157.5,13.5 + - type: Transform + pos: -157.5,13.5 parent: 1 - type: Transform - uid: 25181 components: - - pos: -157.5,14.5 + - type: Transform + pos: -157.5,14.5 parent: 1 - type: Transform - uid: 25189 components: - - pos: -141.5,3.5 + - type: Transform + pos: -141.5,3.5 parent: 1 - type: Transform - uid: 25190 components: - - pos: -144.5,3.5 + - type: Transform + pos: -144.5,3.5 parent: 1 - type: Transform - uid: 25191 components: - - pos: -143.5,3.5 + - type: Transform + pos: -143.5,3.5 parent: 1 - type: Transform - uid: 25192 components: - - pos: -142.5,3.5 + - type: Transform + pos: -142.5,3.5 parent: 1 - type: Transform - uid: 25919 components: - - pos: -144.5,1.5 + - type: Transform + pos: -144.5,1.5 parent: 1 - type: Transform - uid: 25920 components: - - pos: -157.5,5.5 + - type: Transform + pos: -157.5,5.5 parent: 1 - type: Transform - uid: 25921 components: - - pos: -157.5,6.5 + - type: Transform + pos: -157.5,6.5 parent: 1 - type: Transform - uid: 25922 components: - - pos: -157.5,17.5 + - type: Transform + pos: -157.5,17.5 parent: 1 - type: Transform - uid: 25931 components: - - pos: -136.5,1.5 + - type: Transform + pos: -136.5,1.5 parent: 1 - type: Transform - uid: 25932 components: - - pos: -136.5,3.5 + - type: Transform + pos: -136.5,3.5 parent: 1 - type: Transform - uid: 26349 components: - - pos: -108.5,-55.5 + - type: Transform + pos: -108.5,-55.5 parent: 1 - type: Transform - uid: 26350 components: - - pos: -108.5,-57.5 + - type: Transform + pos: -108.5,-57.5 parent: 1 - type: Transform - uid: 26351 components: - - pos: -112.5,-55.5 + - type: Transform + pos: -112.5,-55.5 parent: 1 - type: Transform - uid: 26352 components: - - pos: -112.5,-57.5 + - type: Transform + pos: -112.5,-57.5 parent: 1 - type: Transform - uid: 26353 components: - - pos: -108.5,-59.5 + - type: Transform + pos: -108.5,-59.5 parent: 1 - type: Transform - uid: 26354 components: - - pos: -112.5,-59.5 + - type: Transform + pos: -112.5,-59.5 parent: 1 - type: Transform - uid: 26355 components: - - pos: -108.5,-61.5 + - type: Transform + pos: -108.5,-61.5 parent: 1 - type: Transform - uid: 26356 components: - - pos: -112.5,-61.5 + - type: Transform + pos: -112.5,-61.5 parent: 1 - type: Transform - uid: 27619 components: - - pos: -131.5,-54.5 + - type: Transform + pos: -131.5,-54.5 parent: 1 - type: Transform - uid: 27620 components: - - pos: -136.5,-52.5 + - type: Transform + pos: -136.5,-52.5 parent: 1 - type: Transform - uid: 27919 components: - - pos: -103.5,-67.5 + - type: Transform + pos: -103.5,-67.5 parent: 1 - type: Transform - uid: 27920 components: - - pos: -105.5,-67.5 + - type: Transform + pos: -105.5,-67.5 parent: 1 - type: Transform - uid: 27925 components: - - pos: -106.5,-72.5 + - type: Transform + pos: -106.5,-72.5 parent: 1 - type: Transform - uid: 27927 components: - - pos: -106.5,-68.5 + - type: Transform + pos: -106.5,-68.5 parent: 1 - type: Transform - uid: 27928 components: - - pos: -106.5,-69.5 + - type: Transform + pos: -106.5,-69.5 parent: 1 - type: Transform - uid: 27929 components: - - pos: -106.5,-70.5 + - type: Transform + pos: -106.5,-70.5 parent: 1 - type: Transform - uid: 27930 components: - - pos: -106.5,-71.5 + - type: Transform + pos: -106.5,-71.5 parent: 1 - type: Transform - uid: 27935 components: - - pos: -102.5,-73.5 + - type: Transform + pos: -102.5,-73.5 parent: 1 - type: Transform - uid: 28162 components: - - pos: 0.5,-33.5 + - type: Transform + pos: 0.5,-33.5 parent: 1 - type: Transform - uid: 28170 components: - - pos: -136.5,-51.5 + - type: Transform + pos: -136.5,-51.5 parent: 1 - type: Transform - uid: 28527 components: - - pos: -104.5,-67.5 + - type: Transform + pos: -104.5,-67.5 parent: 1 - type: Transform - uid: 28528 components: - - pos: -102.5,-67.5 + - type: Transform + pos: -102.5,-67.5 parent: 1 - type: Transform - uid: 28531 components: - - pos: -93.5,-53.5 + - type: Transform + pos: -93.5,-53.5 parent: 1 - type: Transform - uid: 28532 components: - - pos: -93.5,-54.5 + - type: Transform + pos: -93.5,-54.5 parent: 1 - type: Transform - uid: 28536 components: - - pos: -105.5,-78.5 + - type: Transform + pos: -105.5,-78.5 parent: 1 - type: Transform - uid: 28546 components: - - pos: -101.5,-73.5 + - type: Transform + pos: -101.5,-73.5 parent: 1 - type: Transform - uid: 28555 components: - - pos: -93.5,-47.5 + - type: Transform + pos: -93.5,-47.5 parent: 1 - type: Transform - uid: 28557 components: - - pos: -93.5,-55.5 + - type: Transform + pos: -93.5,-55.5 parent: 1 - type: Transform - uid: 28573 components: - - pos: -104.5,-73.5 + - type: Transform + pos: -104.5,-73.5 parent: 1 - type: Transform - uid: 28574 components: - - pos: -105.5,-73.5 + - type: Transform + pos: -105.5,-73.5 parent: 1 - type: Transform - uid: 28575 components: - - pos: -101.5,-67.5 + - type: Transform + pos: -101.5,-67.5 parent: 1 - type: Transform - uid: 28576 components: - - pos: -103.5,-73.5 + - type: Transform + pos: -103.5,-73.5 parent: 1 - type: Transform - uid: 28579 components: - - pos: -106.5,-74.5 + - type: Transform + pos: -106.5,-74.5 parent: 1 - type: Transform - uid: 28586 components: - - pos: -106.5,-76.5 + - type: Transform + pos: -106.5,-76.5 parent: 1 - type: Transform - uid: 28598 components: - - pos: -111.5,-66.5 + - type: Transform + pos: -111.5,-66.5 parent: 1 - type: Transform - uid: 28667 components: - - pos: 36.5,-28.5 + - type: Transform + pos: 36.5,-28.5 parent: 1 - type: Transform - uid: 28687 components: - - pos: 37.5,-28.5 + - type: Transform + pos: 37.5,-28.5 parent: 1 - type: Transform - uid: 28786 components: - - pos: -107.5,-66.5 + - type: Transform + pos: -107.5,-66.5 parent: 1 - type: Transform - uid: 28794 components: - - pos: -117.5,-78.5 + - type: Transform + pos: -117.5,-78.5 parent: 1 - type: Transform - uid: 28847 components: - - pos: -108.5,-66.5 + - type: Transform + pos: -108.5,-66.5 parent: 1 - type: Transform - uid: 29550 components: - - pos: -116.5,-78.5 + - type: Transform + pos: -116.5,-78.5 parent: 1 - type: Transform - uid: 30106 components: - - pos: -101.5,-78.5 + - type: Transform + pos: -101.5,-78.5 parent: 1 - type: Transform - uid: 30410 components: - - pos: -143.5,-6.5 + - type: Transform + pos: -143.5,-6.5 parent: 1 - type: Transform - uid: 30411 components: - - pos: -139.5,26.5 + - type: Transform + pos: -139.5,26.5 parent: 1 - type: Transform - uid: 30412 components: - - pos: -143.5,19.5 + - type: Transform + pos: -143.5,19.5 parent: 1 - type: Transform - uid: 30444 components: - - pos: -158.5,21.5 + - type: Transform + pos: -158.5,21.5 parent: 1 - type: Transform - uid: 30478 components: - - pos: -134.5,12.5 + - type: Transform + pos: -134.5,12.5 parent: 1 - type: Transform - uid: 30479 components: - - pos: -151.5,6.5 + - type: Transform + pos: -151.5,6.5 parent: 1 - type: Transform - uid: 30480 components: - - pos: -149.5,-8.5 + - type: Transform + pos: -149.5,-8.5 parent: 1 - type: Transform - uid: 30483 components: - - pos: -126.5,-17.5 + - type: Transform + pos: -126.5,-17.5 parent: 1 - type: Transform - uid: 30484 components: - - pos: -152.5,-6.5 + - type: Transform + pos: -152.5,-6.5 parent: 1 - type: Transform - uid: 30485 components: - - pos: -139.5,7.5 + - type: Transform + pos: -139.5,7.5 parent: 1 - type: Transform - uid: 30486 components: - - pos: -144.5,14.5 + - type: Transform + pos: -144.5,14.5 parent: 1 - type: Transform - uid: 30488 components: - - pos: -127.5,-18.5 + - type: Transform + pos: -127.5,-18.5 parent: 1 - type: Transform - uid: 30494 components: - - pos: -128.5,-18.5 + - type: Transform + pos: -128.5,-18.5 parent: 1 - type: Transform - uid: 30495 components: - - pos: -130.5,-18.5 + - type: Transform + pos: -130.5,-18.5 parent: 1 - type: Transform - uid: 30496 components: - - pos: -131.5,-18.5 + - type: Transform + pos: -131.5,-18.5 parent: 1 - type: Transform - uid: 30497 components: - - pos: -132.5,-18.5 + - type: Transform + pos: -132.5,-18.5 parent: 1 - type: Transform - uid: 30498 components: - - pos: -133.5,-18.5 + - type: Transform + pos: -133.5,-18.5 parent: 1 - type: Transform - uid: 30499 components: - - pos: -134.5,-18.5 + - type: Transform + pos: -134.5,-18.5 parent: 1 - type: Transform - uid: 30500 components: - - pos: -136.5,-18.5 + - type: Transform + pos: -136.5,-18.5 parent: 1 - type: Transform - uid: 30501 components: - - pos: -137.5,-18.5 + - type: Transform + pos: -137.5,-18.5 parent: 1 - type: Transform - uid: 30502 components: - - pos: -138.5,-18.5 + - type: Transform + pos: -138.5,-18.5 parent: 1 - type: Transform - uid: 30503 components: - - pos: -140.5,-18.5 + - type: Transform + pos: -140.5,-18.5 parent: 1 - type: Transform - uid: 30504 components: - - pos: -141.5,-18.5 + - type: Transform + pos: -141.5,-18.5 parent: 1 - type: Transform - uid: 30506 components: - - pos: -143.5,-18.5 + - type: Transform + pos: -143.5,-18.5 parent: 1 - type: Transform - uid: 30507 components: - - pos: -144.5,-18.5 + - type: Transform + pos: -144.5,-18.5 parent: 1 - type: Transform - uid: 30508 components: - - pos: -146.5,-18.5 + - type: Transform + pos: -146.5,-18.5 parent: 1 - type: Transform - uid: 30509 components: - - pos: -147.5,-18.5 + - type: Transform + pos: -147.5,-18.5 parent: 1 - type: Transform - uid: 30510 components: - - pos: -148.5,-18.5 + - type: Transform + pos: -148.5,-18.5 parent: 1 - type: Transform - uid: 30511 components: - - pos: -149.5,-18.5 + - type: Transform + pos: -149.5,-18.5 parent: 1 - type: Transform - uid: 30512 components: - - pos: -150.5,-18.5 + - type: Transform + pos: -150.5,-18.5 parent: 1 - type: Transform - uid: 30513 components: - - pos: -151.5,-18.5 + - type: Transform + pos: -151.5,-18.5 parent: 1 - type: Transform - uid: 30514 components: - - pos: -152.5,-18.5 + - type: Transform + pos: -152.5,-18.5 parent: 1 - type: Transform - uid: 30515 components: - - pos: -153.5,-17.5 + - type: Transform + pos: -153.5,-17.5 parent: 1 - type: Transform - uid: 30516 components: - - pos: -153.5,-16.5 + - type: Transform + pos: -153.5,-16.5 parent: 1 - type: Transform - uid: 30519 components: - - pos: -153.5,-13.5 + - type: Transform + pos: -153.5,-13.5 parent: 1 - type: Transform - uid: 30520 components: - - pos: -153.5,-12.5 + - type: Transform + pos: -153.5,-12.5 parent: 1 - type: Transform - uid: 30524 components: - - pos: -152.5,-5.5 + - type: Transform + pos: -152.5,-5.5 parent: 1 - type: Transform - uid: 30525 components: - - pos: -144.5,-13.5 + - type: Transform + pos: -144.5,-13.5 parent: 1 - type: Transform - uid: 30526 components: - - pos: -152.5,-7.5 + - type: Transform + pos: -152.5,-7.5 parent: 1 - type: Transform - uid: 30527 components: - - pos: -151.5,-8.5 + - type: Transform + pos: -151.5,-8.5 parent: 1 - type: Transform - uid: 30528 components: - - pos: -150.5,-8.5 + - type: Transform + pos: -150.5,-8.5 parent: 1 - type: Transform - uid: 30529 components: - - pos: -149.5,23.5 + - type: Transform + pos: -149.5,23.5 parent: 1 - type: Transform - uid: 30533 components: - - pos: -141.5,10.5 + - type: Transform + pos: -141.5,10.5 parent: 1 - type: Transform - uid: 30534 components: - - pos: -152.5,7.5 + - type: Transform + pos: -152.5,7.5 parent: 1 - type: Transform - uid: 30535 components: - - pos: -151.5,7.5 + - type: Transform + pos: -151.5,7.5 parent: 1 - type: Transform - uid: 30537 components: - - pos: -140.5,10.5 + - type: Transform + pos: -140.5,10.5 parent: 1 - type: Transform - uid: 30538 components: - - pos: -145.5,14.5 + - type: Transform + pos: -145.5,14.5 parent: 1 - type: Transform - uid: 30541 components: - - pos: -143.5,15.5 + - type: Transform + pos: -143.5,15.5 parent: 1 - type: Transform - uid: 30542 components: - - pos: -143.5,16.5 + - type: Transform + pos: -143.5,16.5 parent: 1 - type: Transform - uid: 30547 components: - - pos: -140.5,9.5 + - type: Transform + pos: -140.5,9.5 parent: 1 - type: Transform - uid: 30548 components: - - pos: -139.5,9.5 + - type: Transform + pos: -139.5,9.5 parent: 1 - type: Transform - uid: 30549 components: - - pos: -139.5,8.5 + - type: Transform + pos: -139.5,8.5 parent: 1 - type: Transform - uid: 30551 components: - - pos: -134.5,13.5 + - type: Transform + pos: -134.5,13.5 parent: 1 - type: Transform - uid: 30552 components: - - pos: -134.5,14.5 + - type: Transform + pos: -134.5,14.5 parent: 1 - type: Transform - uid: 30554 components: - - pos: -134.5,17.5 + - type: Transform + pos: -134.5,17.5 parent: 1 - type: Transform - uid: 30555 components: - - pos: -152.5,31.5 + - type: Transform + pos: -152.5,31.5 parent: 1 - type: Transform - uid: 30556 components: - - pos: -151.5,31.5 + - type: Transform + pos: -151.5,31.5 parent: 1 - type: Transform - uid: 30557 components: - - pos: -150.5,31.5 + - type: Transform + pos: -150.5,31.5 parent: 1 - type: Transform - uid: 30559 components: - - pos: -148.5,31.5 + - type: Transform + pos: -148.5,31.5 parent: 1 - type: Transform - uid: 30561 components: - - pos: -146.5,31.5 + - type: Transform + pos: -146.5,31.5 parent: 1 - type: Transform - uid: 30562 components: - - pos: -144.5,31.5 + - type: Transform + pos: -144.5,31.5 parent: 1 - type: Transform - uid: 30563 components: - - pos: -143.5,31.5 + - type: Transform + pos: -143.5,31.5 parent: 1 - type: Transform - uid: 30564 components: - - pos: -142.5,31.5 + - type: Transform + pos: -142.5,31.5 parent: 1 - type: Transform - uid: 30565 components: - - pos: -141.5,31.5 + - type: Transform + pos: -141.5,31.5 parent: 1 - type: Transform - uid: 30566 components: - - pos: -140.5,31.5 + - type: Transform + pos: -140.5,31.5 parent: 1 - type: Transform - uid: 30567 components: - - pos: -138.5,31.5 + - type: Transform + pos: -138.5,31.5 parent: 1 - type: Transform - uid: 30568 components: - - pos: -137.5,31.5 + - type: Transform + pos: -137.5,31.5 parent: 1 - type: Transform - uid: 30569 components: - - pos: -136.5,31.5 + - type: Transform + pos: -136.5,31.5 parent: 1 - type: Transform - uid: 30570 components: - - pos: -134.5,31.5 + - type: Transform + pos: -134.5,31.5 parent: 1 - type: Transform - uid: 30571 components: - - pos: -133.5,31.5 + - type: Transform + pos: -133.5,31.5 parent: 1 - type: Transform - uid: 30572 components: - - pos: -132.5,31.5 + - type: Transform + pos: -132.5,31.5 parent: 1 - type: Transform - uid: 30574 components: - - pos: -130.5,31.5 + - type: Transform + pos: -130.5,31.5 parent: 1 - type: Transform - uid: 30575 components: - - pos: -128.5,31.5 + - type: Transform + pos: -128.5,31.5 parent: 1 - type: Transform - uid: 30576 components: - - pos: -127.5,31.5 + - type: Transform + pos: -127.5,31.5 parent: 1 - type: Transform - uid: 30711 components: - - pos: 20.5,15.5 + - type: Transform + pos: 20.5,15.5 parent: 1 - type: Transform - uid: 30712 components: - - pos: 21.5,15.5 + - type: Transform + pos: 21.5,15.5 parent: 1 - type: Transform - uid: 30749 components: - - pos: -76.5,-34.5 + - type: Transform + pos: -76.5,-34.5 parent: 1 - type: Transform - uid: 30750 components: - - pos: -76.5,-36.5 + - type: Transform + pos: -76.5,-36.5 parent: 1 - type: Transform - uid: 31202 components: - - pos: -93.5,-56.5 + - type: Transform + pos: -93.5,-56.5 parent: 1 - type: Transform - uid: 31215 components: - - pos: -93.5,-46.5 + - type: Transform + pos: -93.5,-46.5 parent: 1 - type: Transform - uid: 31486 components: - - pos: -134.5,18.5 + - type: Transform + pos: -134.5,18.5 parent: 1 - type: Transform - uid: 31506 components: - - pos: -152.5,8.5 + - type: Transform + pos: -152.5,8.5 parent: 1 - type: Transform - uid: 31508 components: - - pos: -157.5,11.5 + - type: Transform + pos: -157.5,11.5 parent: 1 - type: Transform - uid: 31511 components: - - pos: -157.5,12.5 + - type: Transform + pos: -157.5,12.5 parent: 1 - type: Transform - uid: 31512 components: - - pos: -157.5,8.5 + - type: Transform + pos: -157.5,8.5 parent: 1 - type: Transform - uid: 31524 components: - - pos: -136.5,0.5 + - type: Transform + pos: -136.5,0.5 parent: 1 - type: Transform - uid: 31525 components: - - pos: -136.5,2.5 + - type: Transform + pos: -136.5,2.5 parent: 1 - type: Transform - uid: 31526 components: - - pos: -137.5,4.5 + - type: Transform + pos: -137.5,4.5 parent: 1 - type: Transform - uid: 31545 components: - - pos: -141.5,1.5 + - type: Transform + pos: -141.5,1.5 parent: 1 - type: Transform - uid: 31578 components: - - pos: -133.5,18.5 + - type: Transform + pos: -133.5,18.5 parent: 1 - type: Transform - uid: 31606 components: - - pos: -134.5,11.5 + - type: Transform + pos: -134.5,11.5 parent: 1 - type: Transform - uid: 31607 components: - - pos: -134.5,10.5 + - type: Transform + pos: -134.5,10.5 parent: 1 - type: Transform - uid: 31608 components: - - pos: -134.5,9.5 + - type: Transform + pos: -134.5,9.5 parent: 1 - type: Transform - uid: 31609 components: - - pos: -134.5,8.5 + - type: Transform + pos: -134.5,8.5 parent: 1 - type: Transform - uid: 31610 components: - - pos: -134.5,7.5 + - type: Transform + pos: -134.5,7.5 parent: 1 - type: Transform - uid: 31611 components: - - pos: -134.5,6.5 + - type: Transform + pos: -134.5,6.5 parent: 1 - type: Transform - uid: 31612 components: - - pos: -134.5,5.5 + - type: Transform + pos: -134.5,5.5 parent: 1 - type: Transform - uid: 31613 components: - - pos: -134.5,4.5 + - type: Transform + pos: -134.5,4.5 parent: 1 - type: Transform - uid: 31615 components: - - pos: -134.5,3.5 + - type: Transform + pos: -134.5,3.5 parent: 1 - type: Transform - uid: 31617 components: - - pos: -134.5,2.5 + - type: Transform + pos: -134.5,2.5 parent: 1 - type: Transform - uid: 31618 components: - - pos: -134.5,1.5 + - type: Transform + pos: -134.5,1.5 parent: 1 - type: Transform - uid: 31620 components: - - pos: -134.5,0.5 + - type: Transform + pos: -134.5,0.5 parent: 1 - type: Transform - uid: 31621 components: - - pos: -134.5,-0.5 + - type: Transform + pos: -134.5,-0.5 parent: 1 - type: Transform - uid: 31622 components: - - pos: -134.5,-1.5 + - type: Transform + pos: -134.5,-1.5 parent: 1 - type: Transform - uid: 31623 components: - - pos: -134.5,-2.5 + - type: Transform + pos: -134.5,-2.5 parent: 1 - type: Transform - uid: 31624 components: - - pos: -134.5,-3.5 + - type: Transform + pos: -134.5,-3.5 parent: 1 - type: Transform - uid: 31685 components: - - pos: -134.5,-4.5 + - type: Transform + pos: -134.5,-4.5 parent: 1 - type: Transform - uid: 31704 components: - - pos: -134.5,-5.5 + - type: Transform + pos: -134.5,-5.5 parent: 1 - type: Transform - uid: 31722 components: - - pos: -133.5,-5.5 + - type: Transform + pos: -133.5,-5.5 parent: 1 - type: Transform - uid: 31723 components: - - pos: -132.5,-5.5 + - type: Transform + pos: -132.5,-5.5 parent: 1 - type: Transform - uid: 31939 components: - - pos: -63.5,-81.5 + - type: Transform + pos: -63.5,-81.5 parent: 1 - type: Transform - uid: 31946 components: - - pos: -64.5,-81.5 + - type: Transform + pos: -64.5,-81.5 parent: 1 - type: Transform - uid: 31947 components: - - pos: -65.5,-81.5 + - type: Transform + pos: -65.5,-81.5 parent: 1 - type: Transform - uid: 31949 components: - - pos: -68.5,-81.5 + - type: Transform + pos: -68.5,-81.5 parent: 1 - type: Transform - uid: 31950 components: - - pos: -69.5,-81.5 + - type: Transform + pos: -69.5,-81.5 parent: 1 - type: Transform - uid: 31952 components: - - pos: -72.5,-81.5 + - type: Transform + pos: -72.5,-81.5 parent: 1 - type: Transform - uid: 31953 components: - - pos: -73.5,-81.5 + - type: Transform + pos: -73.5,-81.5 parent: 1 - type: Transform - uid: 31954 components: - - pos: -75.5,-81.5 + - type: Transform + pos: -75.5,-81.5 parent: 1 - type: Transform - uid: 31955 components: - - pos: -76.5,-81.5 + - type: Transform + pos: -76.5,-81.5 parent: 1 - type: Transform - uid: 31956 components: - - pos: -77.5,-81.5 + - type: Transform + pos: -77.5,-81.5 parent: 1 - type: Transform - uid: 31957 components: - - pos: -79.5,-81.5 + - type: Transform + pos: -79.5,-81.5 parent: 1 - type: Transform - uid: 31958 components: - - pos: -80.5,-81.5 + - type: Transform + pos: -80.5,-81.5 parent: 1 - type: Transform - uid: 31959 components: - - pos: -81.5,-81.5 + - type: Transform + pos: -81.5,-81.5 parent: 1 - type: Transform - uid: 31960 components: - - pos: -83.5,-81.5 + - type: Transform + pos: -83.5,-81.5 parent: 1 - type: Transform - uid: 31961 components: - - pos: -84.5,-81.5 + - type: Transform + pos: -84.5,-81.5 parent: 1 - type: Transform - uid: 31962 components: - - pos: -85.5,-81.5 + - type: Transform + pos: -85.5,-81.5 parent: 1 - type: Transform - uid: 31963 components: - - pos: -87.5,-81.5 + - type: Transform + pos: -87.5,-81.5 parent: 1 - type: Transform - uid: 31964 components: - - pos: -88.5,-81.5 + - type: Transform + pos: -88.5,-81.5 parent: 1 - type: Transform - uid: 32011 components: - - pos: -120.5,31.5 + - type: Transform + pos: -120.5,31.5 parent: 1 - type: Transform - uid: 32012 components: - - pos: -121.5,31.5 + - type: Transform + pos: -121.5,31.5 parent: 1 - type: Transform - uid: 32013 components: - - pos: -118.5,31.5 + - type: Transform + pos: -118.5,31.5 parent: 1 - type: Transform - uid: 32014 components: - - pos: -118.5,31.5 + - type: Transform + pos: -118.5,31.5 parent: 1 - type: Transform - uid: 32015 components: - - pos: -117.5,31.5 + - type: Transform + pos: -117.5,31.5 parent: 1 - type: Transform - uid: 32016 components: - - pos: -116.5,31.5 + - type: Transform + pos: -116.5,31.5 parent: 1 - type: Transform - uid: 32017 components: - - pos: -114.5,31.5 + - type: Transform + pos: -114.5,31.5 parent: 1 - type: Transform - uid: 32018 components: - - pos: -113.5,31.5 + - type: Transform + pos: -113.5,31.5 parent: 1 - type: Transform - uid: 32019 components: - - pos: -112.5,31.5 + - type: Transform + pos: -112.5,31.5 parent: 1 - type: Transform - uid: 32020 components: - - pos: -110.5,31.5 + - type: Transform + pos: -110.5,31.5 parent: 1 - type: Transform - uid: 32167 components: - - pos: -106.5,-51.5 + - type: Transform + pos: -106.5,-51.5 parent: 1 - type: Transform - uid: 32183 components: - - pos: -109.5,-51.5 + - type: Transform + pos: -109.5,-51.5 parent: 1 - type: Transform - uid: 32184 components: - - pos: -109.5,-50.5 + - type: Transform + pos: -109.5,-50.5 parent: 1 - type: Transform - uid: 32198 components: - - pos: -113.5,-35.5 + - type: Transform + pos: -113.5,-35.5 parent: 1 - type: Transform - uid: 32199 components: - - pos: -113.5,-36.5 + - type: Transform + pos: -113.5,-36.5 parent: 1 - type: Transform - uid: 32200 components: - - pos: -113.5,-38.5 + - type: Transform + pos: -113.5,-38.5 parent: 1 - type: Transform - uid: 32201 components: - - pos: -113.5,-39.5 + - type: Transform + pos: -113.5,-39.5 parent: 1 - type: Transform - uid: 32376 components: - - pos: -121.5,-50.5 + - type: Transform + pos: -121.5,-50.5 parent: 1 - type: Transform - uid: 32918 components: - - pos: -130.5,26.5 + - type: Transform + pos: -130.5,26.5 parent: 1 - type: Transform - uid: 32921 components: - - pos: -158.5,4.5 + - type: Transform + pos: -158.5,4.5 parent: 1 - type: Transform - uid: 32922 components: - - pos: -139.5,-13.5 + - type: Transform + pos: -139.5,-13.5 parent: 1 - type: Transform - uid: 32923 components: - - pos: -135.5,-13.5 + - type: Transform + pos: -135.5,-13.5 parent: 1 - type: Transform - uid: 32924 components: - - pos: -130.5,-13.5 + - type: Transform + pos: -130.5,-13.5 parent: 1 - type: Transform - uid: 32925 components: - - pos: -130.5,-14.5 + - type: Transform + pos: -130.5,-14.5 parent: 1 - type: Transform - uid: 32926 components: - - pos: -131.5,-14.5 + - type: Transform + pos: -131.5,-14.5 parent: 1 - type: Transform - uid: 32927 components: - - pos: -132.5,-14.5 + - type: Transform + pos: -132.5,-14.5 parent: 1 - type: Transform - uid: 32928 components: - - pos: -133.5,-14.5 + - type: Transform + pos: -133.5,-14.5 parent: 1 - type: Transform - uid: 32929 components: - - pos: -134.5,-14.5 + - type: Transform + pos: -134.5,-14.5 parent: 1 - type: Transform - uid: 32930 components: - - pos: -135.5,-14.5 + - type: Transform + pos: -135.5,-14.5 parent: 1 - type: Transform - uid: 32931 components: - - pos: -139.5,-14.5 + - type: Transform + pos: -139.5,-14.5 parent: 1 - type: Transform - uid: 32932 components: - - pos: -140.5,-14.5 + - type: Transform + pos: -140.5,-14.5 parent: 1 - type: Transform - uid: 33003 components: - - pos: -152.5,-31.5 + - type: Transform + pos: -152.5,-31.5 parent: 1 - type: Transform - uid: 33032 components: - - pos: -141.5,-14.5 + - type: Transform + pos: -141.5,-14.5 parent: 1 - type: Transform - uid: 33033 components: - - pos: -142.5,-14.5 + - type: Transform + pos: -142.5,-14.5 parent: 1 - type: Transform - uid: 33034 components: - - pos: -143.5,-14.5 + - type: Transform + pos: -143.5,-14.5 parent: 1 - type: Transform - uid: 33035 components: - - pos: -144.5,-14.5 + - type: Transform + pos: -144.5,-14.5 parent: 1 - type: Transform - uid: 33036 components: - - pos: -144.5,27.5 + - type: Transform + pos: -144.5,27.5 parent: 1 - type: Transform - uid: 33037 components: - - pos: -159.5,4.5 + - type: Transform + pos: -159.5,4.5 parent: 1 - type: Transform - uid: 33038 components: - - pos: -159.5,5.5 + - type: Transform + pos: -159.5,5.5 parent: 1 - type: Transform - uid: 33039 components: - - pos: -159.5,6.5 + - type: Transform + pos: -159.5,6.5 parent: 1 - type: Transform - uid: 33040 components: - - pos: -159.5,7.5 + - type: Transform + pos: -159.5,7.5 parent: 1 - type: Transform - uid: 33041 components: - - pos: -159.5,8.5 + - type: Transform + pos: -159.5,8.5 parent: 1 - type: Transform - uid: 33042 components: - - pos: -159.5,9.5 + - type: Transform + pos: -159.5,9.5 parent: 1 - type: Transform - uid: 33043 components: - - pos: -159.5,10.5 + - type: Transform + pos: -159.5,10.5 parent: 1 - type: Transform - uid: 33044 components: - - pos: -159.5,11.5 + - type: Transform + pos: -159.5,11.5 parent: 1 - type: Transform - uid: 33045 components: - - pos: -159.5,12.5 + - type: Transform + pos: -159.5,12.5 parent: 1 - type: Transform - uid: 33046 components: - - pos: -159.5,13.5 + - type: Transform + pos: -159.5,13.5 parent: 1 - type: Transform - uid: 33047 components: - - pos: -159.5,14.5 + - type: Transform + pos: -159.5,14.5 parent: 1 - type: Transform - uid: 33048 components: - - pos: -159.5,15.5 + - type: Transform + pos: -159.5,15.5 parent: 1 - type: Transform - uid: 33049 components: - - pos: -159.5,16.5 + - type: Transform + pos: -159.5,16.5 parent: 1 - type: Transform - uid: 33050 components: - - pos: -159.5,17.5 + - type: Transform + pos: -159.5,17.5 parent: 1 - type: Transform - uid: 33051 components: - - pos: -159.5,18.5 + - type: Transform + pos: -159.5,18.5 parent: 1 - type: Transform - uid: 33052 components: - - pos: -159.5,19.5 + - type: Transform + pos: -159.5,19.5 parent: 1 - type: Transform - uid: 33053 components: - - pos: -159.5,20.5 + - type: Transform + pos: -159.5,20.5 parent: 1 - type: Transform - uid: 33054 components: - - pos: -159.5,21.5 + - type: Transform + pos: -159.5,21.5 parent: 1 - type: Transform - uid: 33055 components: - - pos: -143.5,27.5 + - type: Transform + pos: -143.5,27.5 parent: 1 - type: Transform - uid: 33056 components: - - pos: -142.5,27.5 + - type: Transform + pos: -142.5,27.5 parent: 1 - type: Transform - uid: 33057 components: - - pos: -141.5,27.5 + - type: Transform + pos: -141.5,27.5 parent: 1 - type: Transform - uid: 33058 components: - - pos: -140.5,27.5 + - type: Transform + pos: -140.5,27.5 parent: 1 - type: Transform - uid: 33059 components: - - pos: -139.5,27.5 + - type: Transform + pos: -139.5,27.5 parent: 1 - type: Transform - uid: 33060 components: - - pos: -135.5,27.5 + - type: Transform + pos: -135.5,27.5 parent: 1 - type: Transform - uid: 33061 components: - - pos: -134.5,27.5 + - type: Transform + pos: -134.5,27.5 parent: 1 - type: Transform - uid: 33062 components: - - pos: -133.5,27.5 + - type: Transform + pos: -133.5,27.5 parent: 1 - type: Transform - uid: 33063 components: - - pos: -132.5,27.5 + - type: Transform + pos: -132.5,27.5 parent: 1 - type: Transform - uid: 33064 components: - - pos: -131.5,27.5 + - type: Transform + pos: -131.5,27.5 parent: 1 - type: Transform - uid: 33065 components: - - pos: -130.5,27.5 + - type: Transform + pos: -130.5,27.5 parent: 1 - type: Transform - uid: 33135 components: - - pos: -151.5,-2.5 + - type: Transform + pos: -151.5,-2.5 parent: 1 - type: Transform - uid: 33136 components: - - pos: -150.5,-2.5 + - type: Transform + pos: -150.5,-2.5 parent: 1 - type: Transform - uid: 33137 components: - - pos: -149.5,-2.5 + - type: Transform + pos: -149.5,-2.5 parent: 1 - type: Transform - uid: 33329 components: - - pos: -154.5,31.5 + - type: Transform + pos: -154.5,31.5 parent: 1 - type: Transform - uid: 33331 components: - - pos: -156.5,31.5 + - type: Transform + pos: -156.5,31.5 parent: 1 - type: Transform - uid: 33332 components: - - pos: -157.5,31.5 + - type: Transform + pos: -157.5,31.5 parent: 1 - type: Transform - uid: 33333 components: - - pos: -158.5,31.5 + - type: Transform + pos: -158.5,31.5 parent: 1 - type: Transform - uid: 33334 components: - - pos: -159.5,31.5 + - type: Transform + pos: -159.5,31.5 parent: 1 - type: Transform - uid: 33335 components: - - pos: -160.5,31.5 + - type: Transform + pos: -160.5,31.5 parent: 1 - type: Transform - uid: 33337 components: - - pos: -162.5,31.5 + - type: Transform + pos: -162.5,31.5 parent: 1 - type: Transform - uid: 33338 components: - - pos: -163.5,30.5 + - type: Transform + pos: -163.5,30.5 parent: 1 - type: Transform - uid: 33339 components: - - pos: -163.5,29.5 + - type: Transform + pos: -163.5,29.5 parent: 1 - type: Transform - uid: 33340 components: - - pos: -163.5,28.5 + - type: Transform + pos: -163.5,28.5 parent: 1 - type: Transform - uid: 33342 components: - - pos: -163.5,24.5 + - type: Transform + pos: -163.5,24.5 parent: 1 - type: Transform - uid: 33343 components: - - pos: -163.5,23.5 + - type: Transform + pos: -163.5,23.5 parent: 1 - type: Transform - uid: 33344 components: - - pos: -163.5,21.5 + - type: Transform + pos: -163.5,21.5 parent: 1 - type: Transform - uid: 33345 components: - - pos: -163.5,20.5 + - type: Transform + pos: -163.5,20.5 parent: 1 - type: Transform - uid: 33346 components: - - pos: -163.5,1.5 + - type: Transform + pos: -163.5,1.5 parent: 1 - type: Transform - uid: 33347 components: - - pos: -163.5,18.5 + - type: Transform + pos: -163.5,18.5 parent: 1 - type: Transform - uid: 33348 components: - - pos: -163.5,17.5 + - type: Transform + pos: -163.5,17.5 parent: 1 - type: Transform - uid: 33349 components: - - pos: -163.5,16.5 + - type: Transform + pos: -163.5,16.5 parent: 1 - type: Transform - uid: 33350 components: - - pos: -163.5,14.5 + - type: Transform + pos: -163.5,14.5 parent: 1 - type: Transform - uid: 33351 components: - - pos: -163.5,13.5 + - type: Transform + pos: -163.5,13.5 parent: 1 - type: Transform - uid: 33352 components: - - pos: -163.5,12.5 + - type: Transform + pos: -163.5,12.5 parent: 1 - type: Transform - uid: 33353 components: - - pos: -163.5,11.5 + - type: Transform + pos: -163.5,11.5 parent: 1 - type: Transform - uid: 33354 components: - - pos: -163.5,9.5 + - type: Transform + pos: -163.5,9.5 parent: 1 - type: Transform - uid: 33356 components: - - pos: -163.5,7.5 + - type: Transform + pos: -163.5,7.5 parent: 1 - type: Transform - uid: 33357 components: - - pos: -163.5,5.5 + - type: Transform + pos: -163.5,5.5 parent: 1 - type: Transform - uid: 33358 components: - - pos: -163.5,4.5 + - type: Transform + pos: -163.5,4.5 parent: 1 - type: Transform - uid: 33359 components: - - pos: -163.5,3.5 + - type: Transform + pos: -163.5,3.5 parent: 1 - type: Transform - uid: 33360 components: - - pos: -163.5,0.5 + - type: Transform + pos: -163.5,0.5 parent: 1 - type: Transform - uid: 33362 components: - - pos: -163.5,-1.5 + - type: Transform + pos: -163.5,-1.5 parent: 1 - type: Transform - uid: 33364 components: - - pos: -163.5,-4.5 + - type: Transform + pos: -163.5,-4.5 parent: 1 - type: Transform - uid: 33365 components: - - pos: -163.5,-3.5 + - type: Transform + pos: -163.5,-3.5 parent: 1 - type: Transform - uid: 33630 components: - - pos: -121.5,-50.5 + - type: Transform + pos: -121.5,-50.5 parent: 1 - type: Transform - uid: 33631 components: - - pos: -121.5,-49.5 + - type: Transform + pos: -121.5,-49.5 parent: 1 - type: Transform - uid: 33632 components: - - pos: -131.5,-55.5 + - type: Transform + pos: -131.5,-55.5 parent: 1 - type: Transform - uid: 33858 components: - - pos: -95.5,-89.5 + - type: Transform + pos: -95.5,-89.5 parent: 1 - type: Transform - uid: 33863 components: - - pos: -131.5,-56.5 + - type: Transform + pos: -131.5,-56.5 parent: 1 - type: Transform - uid: 33865 components: - - pos: -136.5,-54.5 + - type: Transform + pos: -136.5,-54.5 parent: 1 - type: Transform - uid: 33867 components: - - pos: -104.5,-88.5 + - type: Transform + pos: -104.5,-88.5 parent: 1 - type: Transform - uid: 33869 components: - - pos: -103.5,-88.5 + - type: Transform + pos: -103.5,-88.5 parent: 1 - type: Transform - uid: 33870 components: - - pos: -102.5,-88.5 + - type: Transform + pos: -102.5,-88.5 parent: 1 - type: Transform - uid: 33871 components: - - pos: -101.5,-88.5 + - type: Transform + pos: -101.5,-88.5 parent: 1 - type: Transform - uid: 33872 components: - - pos: -100.5,-88.5 + - type: Transform + pos: -100.5,-88.5 parent: 1 - type: Transform - uid: 33873 components: - - pos: -136.5,-55.5 + - type: Transform + pos: -136.5,-55.5 parent: 1 - type: Transform - uid: 33874 components: - - pos: -136.5,-56.5 + - type: Transform + pos: -136.5,-56.5 parent: 1 - type: Transform - uid: 33885 components: - - pos: -99.5,-88.5 + - type: Transform + pos: -99.5,-88.5 parent: 1 - type: Transform - uid: 33941 components: - - pos: -97.5,-64.5 + - type: Transform + pos: -97.5,-64.5 parent: 1 - type: Transform - uid: 33942 components: - - pos: -95.5,-64.5 + - type: Transform + pos: -95.5,-64.5 parent: 1 - type: Transform - uid: 34005 components: - - pos: -136.5,-56.5 + - type: Transform + pos: -136.5,-56.5 parent: 1 - type: Transform - uid: 34059 components: - - pos: -94.5,-49.5 + - type: Transform + pos: -94.5,-49.5 parent: 1 - type: Transform - uid: 34060 components: - - pos: -94.5,-52.5 + - type: Transform + pos: -94.5,-52.5 parent: 1 - type: Transform - uid: 34061 components: - - pos: -95.5,-51.5 + - type: Transform + pos: -95.5,-51.5 parent: 1 - type: Transform - uid: 34062 components: - - pos: -95.5,-50.5 + - type: Transform + pos: -95.5,-50.5 parent: 1 - type: Transform - uid: 34076 components: - - pos: -98.5,-52.5 + - type: Transform + pos: -98.5,-52.5 parent: 1 - type: Transform - uid: 34077 components: - - pos: -96.5,-52.5 + - type: Transform + pos: -96.5,-52.5 parent: 1 - type: Transform - uid: 34081 components: - - pos: -98.5,-49.5 + - type: Transform + pos: -98.5,-49.5 parent: 1 - type: Transform - uid: 34082 components: - - pos: -96.5,-49.5 + - type: Transform + pos: -96.5,-49.5 parent: 1 - type: Transform - uid: 34093 components: - - pos: -152.5,-40.5 + - type: Transform + pos: -152.5,-40.5 parent: 1 - type: Transform - uid: 34106 components: - - pos: -143.5,-36.5 + - type: Transform + pos: -143.5,-36.5 parent: 1 - type: Transform - uid: 34107 components: - - pos: -143.5,-39.5 + - type: Transform + pos: -143.5,-39.5 parent: 1 - type: Transform - uid: 34108 components: - - pos: -143.5,-38.5 + - type: Transform + pos: -143.5,-38.5 parent: 1 - type: Transform - uid: 34111 components: - - pos: -144.5,-40.5 + - type: Transform + pos: -144.5,-40.5 parent: 1 - type: Transform - uid: 34112 components: - - pos: -145.5,-40.5 + - type: Transform + pos: -145.5,-40.5 parent: 1 - type: Transform - uid: 34113 components: - - pos: -144.5,-34.5 + - type: Transform + pos: -144.5,-34.5 parent: 1 - type: Transform - uid: 34114 components: - - pos: -145.5,-34.5 + - type: Transform + pos: -145.5,-34.5 parent: 1 - type: Transform - uid: 34116 components: - - pos: -148.5,-44.5 + - type: Transform + pos: -148.5,-44.5 parent: 1 - type: Transform - uid: 34117 components: - - pos: -146.5,-41.5 + - type: Transform + pos: -146.5,-41.5 parent: 1 - type: Transform - uid: 34120 components: - - pos: -149.5,-41.5 + - type: Transform + pos: -149.5,-41.5 parent: 1 - type: Transform - uid: 34121 components: - - pos: -150.5,-40.5 + - type: Transform + pos: -150.5,-40.5 parent: 1 - type: Transform - uid: 34122 components: - - pos: -151.5,-40.5 + - type: Transform + pos: -151.5,-40.5 parent: 1 - type: Transform - uid: 34123 components: - - pos: -152.5,-39.5 + - type: Transform + pos: -152.5,-39.5 parent: 1 - type: Transform - uid: 34124 components: - - pos: -152.5,-38.5 + - type: Transform + pos: -152.5,-38.5 parent: 1 - type: Transform - uid: 34125 components: - - pos: -152.5,-37.5 + - type: Transform + pos: -152.5,-37.5 parent: 1 - type: Transform - uid: 34132 components: - - pos: -146.5,-33.5 + - type: Transform + pos: -146.5,-33.5 parent: 1 - type: Transform - uid: 34136 components: - - pos: -146.5,-32.5 + - type: Transform + pos: -146.5,-32.5 parent: 1 - type: Transform - uid: 34154 components: - - pos: -147.5,-44.5 + - type: Transform + pos: -147.5,-44.5 parent: 1 - type: Transform - uid: 34177 components: - - pos: -151.5,-31.5 + - type: Transform + pos: -151.5,-31.5 parent: 1 - type: Transform - uid: 34180 components: - - pos: -136.5,-23.5 + - type: Transform + pos: -136.5,-23.5 parent: 1 - type: Transform - uid: 34189 components: - - pos: -135.5,-23.5 + - type: Transform + pos: -135.5,-23.5 parent: 1 - type: Transform - uid: 34190 components: - - pos: -136.5,-26.5 + - type: Transform + pos: -136.5,-26.5 parent: 1 - type: Transform - uid: 34192 components: - - pos: -135.5,-26.5 + - type: Transform + pos: -135.5,-26.5 parent: 1 - type: Transform - uid: 34197 components: - - pos: -108.5,-85.5 + - type: Transform + pos: -108.5,-85.5 parent: 1 - type: Transform - uid: 34198 components: - - pos: -150.5,-31.5 + - type: Transform + pos: -150.5,-31.5 parent: 1 - type: Transform - uid: 34253 components: - - pos: -127.5,-55.5 + - type: Transform + pos: -127.5,-55.5 parent: 1 - type: Transform - uid: 34254 components: - - pos: -127.5,-57.5 + - type: Transform + pos: -127.5,-57.5 parent: 1 - type: Transform - uid: 34255 components: - - pos: -127.5,-60.5 + - type: Transform + pos: -127.5,-60.5 parent: 1 - type: Transform - uid: 34256 components: - - pos: -127.5,-61.5 + - type: Transform + pos: -127.5,-61.5 parent: 1 - type: Transform - uid: 34257 components: - - pos: -127.5,-62.5 + - type: Transform + pos: -127.5,-62.5 parent: 1 - type: Transform - uid: 34268 components: - - pos: -125.5,-63.5 + - type: Transform + pos: -125.5,-63.5 parent: 1 - type: Transform - uid: 34269 components: - - pos: -124.5,-63.5 + - type: Transform + pos: -124.5,-63.5 parent: 1 - type: Transform - uid: 34400 components: - - pos: -164.5,-50.5 + - type: Transform + pos: -164.5,-50.5 parent: 1 - type: Transform - uid: 34410 components: - - pos: -162.5,-45.5 + - type: Transform + pos: -162.5,-45.5 parent: 1 - type: Transform - uid: 34411 components: - - pos: -163.5,-45.5 + - type: Transform + pos: -163.5,-45.5 parent: 1 - type: Transform - uid: 34412 components: - - pos: -164.5,-47.5 + - type: Transform + pos: -164.5,-47.5 parent: 1 - type: Transform - uid: 34413 components: - - pos: -164.5,-48.5 + - type: Transform + pos: -164.5,-48.5 parent: 1 - type: Transform - uid: 34414 components: - - pos: -164.5,-51.5 + - type: Transform + pos: -164.5,-51.5 parent: 1 - type: Transform - uid: 34415 components: - - pos: -164.5,-52.5 + - type: Transform + pos: -164.5,-52.5 parent: 1 - type: Transform - uid: 34416 components: - - pos: -164.5,-54.5 + - type: Transform + pos: -164.5,-54.5 parent: 1 - type: Transform - uid: 34417 components: - - pos: -142.5,-64.5 + - type: Transform + pos: -142.5,-64.5 parent: 1 - type: Transform - uid: 34418 components: - - pos: -164.5,-56.5 + - type: Transform + pos: -164.5,-56.5 parent: 1 - type: Transform - uid: 34419 components: - - pos: -164.5,-58.5 + - type: Transform + pos: -164.5,-58.5 parent: 1 - type: Transform - uid: 34420 components: - - pos: -164.5,-59.5 + - type: Transform + pos: -164.5,-59.5 parent: 1 - type: Transform - uid: 34421 components: - - pos: -164.5,-62.5 + - type: Transform + pos: -164.5,-62.5 parent: 1 - type: Transform - uid: 34422 components: - - pos: -164.5,-64.5 + - type: Transform + pos: -164.5,-64.5 parent: 1 - type: Transform - uid: 34423 components: - - pos: -164.5,-67.5 + - type: Transform + pos: -164.5,-67.5 parent: 1 - type: Transform - uid: 34424 components: - - pos: -164.5,-68.5 + - type: Transform + pos: -164.5,-68.5 parent: 1 - type: Transform - uid: 34425 components: - - pos: -164.5,-70.5 + - type: Transform + pos: -164.5,-70.5 parent: 1 - type: Transform - uid: 34426 components: - - pos: -164.5,-71.5 + - type: Transform + pos: -164.5,-71.5 parent: 1 - type: Transform - uid: 34427 components: - - pos: -162.5,-72.5 + - type: Transform + pos: -162.5,-72.5 parent: 1 - type: Transform - uid: 34428 components: - - pos: -159.5,-72.5 + - type: Transform + pos: -159.5,-72.5 parent: 1 - type: Transform - uid: 34429 components: - - pos: -158.5,-72.5 + - type: Transform + pos: -158.5,-72.5 parent: 1 - type: Transform - uid: 34430 components: - - pos: -157.5,-72.5 + - type: Transform + pos: -157.5,-72.5 parent: 1 - type: Transform - uid: 34431 components: - - pos: -154.5,-72.5 + - type: Transform + pos: -154.5,-72.5 parent: 1 - type: Transform - uid: 34432 components: - - pos: -149.5,-72.5 + - type: Transform + pos: -149.5,-72.5 parent: 1 - type: Transform - uid: 34433 components: - - pos: -148.5,-72.5 + - type: Transform + pos: -148.5,-72.5 parent: 1 - type: Transform - uid: 34434 components: - - pos: -147.5,-72.5 + - type: Transform + pos: -147.5,-72.5 parent: 1 - type: Transform - uid: 34435 components: - - pos: -145.5,-72.5 + - type: Transform + pos: -145.5,-72.5 parent: 1 - type: Transform - uid: 34436 components: - - pos: -144.5,-72.5 + - type: Transform + pos: -144.5,-72.5 parent: 1 - type: Transform - uid: 34437 components: - - pos: -143.5,-72.5 + - type: Transform + pos: -143.5,-72.5 parent: 1 - type: Transform - uid: 34438 components: - - pos: -142.5,-71.5 + - type: Transform + pos: -142.5,-71.5 parent: 1 - type: Transform - uid: 34439 components: - - pos: -142.5,-70.5 + - type: Transform + pos: -142.5,-70.5 parent: 1 - type: Transform - uid: 34440 components: - - pos: -142.5,-68.5 + - type: Transform + pos: -142.5,-68.5 parent: 1 - type: Transform - uid: 34441 components: - - pos: -142.5,-67.5 + - type: Transform + pos: -142.5,-67.5 parent: 1 - type: Transform - uid: 34442 components: - - pos: -142.5,-66.5 + - type: Transform + pos: -142.5,-66.5 parent: 1 - type: Transform - uid: 34443 components: - - pos: -142.5,-63.5 + - type: Transform + pos: -142.5,-63.5 parent: 1 - type: Transform - uid: 34444 components: - - pos: -142.5,-62.5 + - type: Transform + pos: -142.5,-62.5 parent: 1 - type: Transform - uid: 34445 components: - - pos: -142.5,-60.5 + - type: Transform + pos: -142.5,-60.5 parent: 1 - type: Transform - uid: 34446 components: - - pos: -142.5,-59.5 + - type: Transform + pos: -142.5,-59.5 parent: 1 - type: Transform - uid: 34447 components: - - pos: -142.5,-58.5 + - type: Transform + pos: -142.5,-58.5 parent: 1 - type: Transform - uid: 34448 components: - - pos: -142.5,-56.5 + - type: Transform + pos: -142.5,-56.5 parent: 1 - type: Transform - uid: 34449 components: - - pos: -142.5,-55.5 + - type: Transform + pos: -142.5,-55.5 parent: 1 - type: Transform - uid: 34450 components: - - pos: -142.5,-54.5 + - type: Transform + pos: -142.5,-54.5 parent: 1 - type: Transform - uid: 34452 components: - - pos: -142.5,-52.5 + - type: Transform + pos: -142.5,-52.5 parent: 1 - type: Transform - uid: 34556 components: - - pos: -106.5,-85.5 + - type: Transform + pos: -106.5,-85.5 parent: 1 - type: Transform - uid: 35562 components: - - pos: -153.5,-29.5 + - type: Transform + pos: -153.5,-29.5 parent: 1 - type: Transform - uid: 35563 components: - - pos: -153.5,-28.5 + - type: Transform + pos: -153.5,-28.5 parent: 1 - type: Transform - uid: 35567 components: - - pos: -153.5,-20.5 + - type: Transform + pos: -153.5,-20.5 parent: 1 - type: Transform - uid: 35590 components: - - pos: -110.5,-89.5 + - type: Transform + pos: -110.5,-89.5 parent: 1 - type: Transform - uid: 35591 components: - - pos: -109.5,-89.5 + - type: Transform + pos: -109.5,-89.5 parent: 1 - type: Transform - uid: 35592 components: - - pos: -108.5,-89.5 + - type: Transform + pos: -108.5,-89.5 parent: 1 - type: Transform - uid: 35593 components: - - pos: -107.5,-89.5 + - type: Transform + pos: -107.5,-89.5 parent: 1 - type: Transform - uid: 35596 components: - - pos: -113.5,-90.5 + - type: Transform + pos: -113.5,-90.5 parent: 1 - type: Transform - uid: 35597 components: - - pos: -114.5,-90.5 + - type: Transform + pos: -114.5,-90.5 parent: 1 - type: Transform - uid: 35598 components: - - pos: -115.5,-90.5 + - type: Transform + pos: -115.5,-90.5 parent: 1 - type: Transform - uid: 35626 components: - - pos: -112.5,-85.5 + - type: Transform + pos: -112.5,-85.5 parent: 1 - type: Transform - uid: 35627 components: - - pos: -112.5,-88.5 + - type: Transform + pos: -112.5,-88.5 parent: 1 - type: Transform - uid: 35647 components: - - pos: -116.5,-84.5 + - type: Transform + pos: -116.5,-84.5 parent: 1 - type: Transform - uid: 35648 components: - - pos: -116.5,-85.5 + - type: Transform + pos: -116.5,-85.5 parent: 1 - type: Transform - uid: 35649 components: - - pos: -116.5,-88.5 + - type: Transform + pos: -116.5,-88.5 parent: 1 - type: Transform - uid: 35650 components: - - pos: -116.5,-89.5 + - type: Transform + pos: -116.5,-89.5 parent: 1 - type: Transform - uid: 35918 components: - - pos: -98.5,-89.5 + - type: Transform + pos: -98.5,-89.5 parent: 1 - type: Transform - uid: 35919 components: - - pos: -98.5,-90.5 + - type: Transform + pos: -98.5,-90.5 parent: 1 - type: Transform - uid: 35920 components: - - pos: -98.5,-92.5 + - type: Transform + pos: -98.5,-92.5 parent: 1 - type: Transform - uid: 35921 components: - - pos: -98.5,-94.5 + - type: Transform + pos: -98.5,-94.5 parent: 1 - type: Transform - uid: 35922 components: - - pos: -98.5,-95.5 + - type: Transform + pos: -98.5,-95.5 parent: 1 - type: Transform - uid: 35923 components: - - pos: -98.5,-96.5 + - type: Transform + pos: -98.5,-96.5 parent: 1 - type: Transform - uid: 35924 components: - - pos: -98.5,-98.5 + - type: Transform + pos: -98.5,-98.5 parent: 1 - type: Transform - uid: 35925 components: - - pos: -98.5,-99.5 + - type: Transform + pos: -98.5,-99.5 parent: 1 - type: Transform - uid: 35926 components: - - pos: -99.5,-100.5 + - type: Transform + pos: -99.5,-100.5 parent: 1 - type: Transform - uid: 35927 components: - - pos: -102.5,-100.5 + - type: Transform + pos: -102.5,-100.5 parent: 1 - type: Transform - uid: 35928 components: - - pos: -104.5,-100.5 + - type: Transform + pos: -104.5,-100.5 parent: 1 - type: Transform - uid: 35929 components: - - pos: -107.5,-100.5 + - type: Transform + pos: -107.5,-100.5 parent: 1 - type: Transform - uid: 35930 components: - - pos: -108.5,-100.5 + - type: Transform + pos: -108.5,-100.5 parent: 1 - type: Transform - uid: 35931 components: - - pos: -110.5,-100.5 + - type: Transform + pos: -110.5,-100.5 parent: 1 - type: Transform - uid: 35932 components: - - pos: -110.5,-100.5 + - type: Transform + pos: -110.5,-100.5 parent: 1 - type: Transform - uid: 35933 components: - - pos: -111.5,-100.5 + - type: Transform + pos: -111.5,-100.5 parent: 1 - type: Transform - uid: 35934 components: - - pos: -112.5,-100.5 + - type: Transform + pos: -112.5,-100.5 parent: 1 - type: Transform - uid: 35935 components: - - pos: -114.5,-100.5 + - type: Transform + pos: -114.5,-100.5 parent: 1 - type: Transform - uid: 35936 components: - - pos: -115.5,-100.5 + - type: Transform + pos: -115.5,-100.5 parent: 1 - type: Transform - uid: 35937 components: - - pos: -127.5,-100.5 + - type: Transform + pos: -127.5,-100.5 parent: 1 - type: Transform - uid: 35938 components: - - pos: -118.5,-100.5 + - type: Transform + pos: -118.5,-100.5 parent: 1 - type: Transform - uid: 35939 components: - - pos: -119.5,-100.5 + - type: Transform + pos: -119.5,-100.5 parent: 1 - type: Transform - uid: 35940 components: - - pos: -120.5,-100.5 + - type: Transform + pos: -120.5,-100.5 parent: 1 - type: Transform - uid: 35941 components: - - pos: -122.5,-100.5 + - type: Transform + pos: -122.5,-100.5 parent: 1 - type: Transform - uid: 35942 components: - - pos: -122.5,-100.5 + - type: Transform + pos: -122.5,-100.5 parent: 1 - type: Transform - uid: 35943 components: - - pos: -123.5,-100.5 + - type: Transform + pos: -123.5,-100.5 parent: 1 - type: Transform - uid: 35944 components: - - pos: -124.5,-100.5 + - type: Transform + pos: -124.5,-100.5 parent: 1 - type: Transform - uid: 35945 components: - - pos: -130.5,-100.5 + - type: Transform + pos: -130.5,-100.5 parent: 1 - type: Transform - uid: 35946 components: - - pos: -131.5,-100.5 + - type: Transform + pos: -131.5,-100.5 parent: 1 - type: Transform - uid: 35947 components: - - pos: -132.5,-100.5 + - type: Transform + pos: -132.5,-100.5 parent: 1 - type: Transform - uid: 35948 components: - - pos: -138.5,-100.5 + - type: Transform + pos: -138.5,-100.5 parent: 1 - type: Transform - uid: 35949 components: - - pos: -134.5,-100.5 + - type: Transform + pos: -134.5,-100.5 parent: 1 - type: Transform - uid: 35950 components: - - pos: -135.5,-100.5 + - type: Transform + pos: -135.5,-100.5 parent: 1 - type: Transform - uid: 35951 components: - - pos: -138.5,-100.5 + - type: Transform + pos: -138.5,-100.5 parent: 1 - type: Transform - uid: 35952 components: - - pos: -139.5,-100.5 + - type: Transform + pos: -139.5,-100.5 parent: 1 - type: Transform - uid: 35953 components: - - pos: -140.5,-100.5 + - type: Transform + pos: -140.5,-100.5 parent: 1 - type: Transform - uid: 35954 components: - - pos: -143.5,-100.5 + - type: Transform + pos: -143.5,-100.5 parent: 1 - type: Transform - uid: 35955 components: - - pos: -142.5,-100.5 + - type: Transform + pos: -142.5,-100.5 parent: 1 - type: Transform - uid: 35956 components: - - pos: -146.5,-100.5 + - type: Transform + pos: -146.5,-100.5 parent: 1 - type: Transform - uid: 35957 components: - - pos: -147.5,-100.5 + - type: Transform + pos: -147.5,-100.5 parent: 1 - type: Transform - uid: 35958 components: - - pos: -148.5,-100.5 + - type: Transform + pos: -148.5,-100.5 parent: 1 - type: Transform - uid: 35959 components: - - pos: -150.5,-100.5 + - type: Transform + pos: -150.5,-100.5 parent: 1 - type: Transform - uid: 35960 components: - - pos: -151.5,-100.5 + - type: Transform + pos: -151.5,-100.5 parent: 1 - type: Transform - uid: 35961 components: - - pos: -152.5,-100.5 + - type: Transform + pos: -152.5,-100.5 parent: 1 - type: Transform - uid: 35962 components: - - pos: -152.5,-103.5 + - type: Transform + pos: -152.5,-103.5 parent: 1 - type: Transform - uid: 35963 components: - - pos: -153.5,-102.5 + - type: Transform + pos: -153.5,-102.5 parent: 1 - type: Transform - uid: 35964 components: - - pos: -153.5,-101.5 + - type: Transform + pos: -153.5,-101.5 parent: 1 - type: Transform - uid: 35965 components: - - pos: -153.5,-98.5 + - type: Transform + pos: -153.5,-98.5 parent: 1 - type: Transform - uid: 35966 components: - - pos: -153.5,-93.5 + - type: Transform + pos: -153.5,-93.5 parent: 1 - type: Transform - uid: 35967 components: - - pos: -153.5,-91.5 + - type: Transform + pos: -153.5,-91.5 parent: 1 - type: Transform - uid: 35968 components: - - pos: -153.5,-90.5 + - type: Transform + pos: -153.5,-90.5 parent: 1 - type: Transform - uid: 35969 components: - - pos: -153.5,-89.5 + - type: Transform + pos: -153.5,-89.5 parent: 1 - type: Transform - uid: 35970 components: - - pos: -153.5,-86.5 + - type: Transform + pos: -153.5,-86.5 parent: 1 - type: Transform - uid: 35971 components: - - pos: -153.5,-85.5 + - type: Transform + pos: -153.5,-85.5 parent: 1 - type: Transform - uid: 35972 components: - - pos: -153.5,-83.5 + - type: Transform + pos: -153.5,-83.5 parent: 1 - type: Transform - uid: 35973 components: - - pos: -153.5,-81.5 + - type: Transform + pos: -153.5,-81.5 parent: 1 - type: Transform - uid: 35974 components: - - pos: -153.5,-79.5 + - type: Transform + pos: -153.5,-79.5 parent: 1 - type: Transform - uid: 35975 components: - - pos: -153.5,-79.5 + - type: Transform + pos: -153.5,-79.5 parent: 1 - type: Transform - uid: 35976 components: - - pos: -153.5,-78.5 + - type: Transform + pos: -153.5,-78.5 parent: 1 - type: Transform - uid: 35977 components: - - pos: -153.5,-77.5 + - type: Transform + pos: -153.5,-77.5 parent: 1 - type: Transform - uid: 35978 components: - - pos: -153.5,-75.5 + - type: Transform + pos: -153.5,-75.5 parent: 1 - type: Transform - uid: 35979 components: - - pos: -153.5,-74.5 + - type: Transform + pos: -153.5,-74.5 parent: 1 - type: Transform - uid: 36016 components: - - pos: -121.5,-48.5 + - type: Transform + pos: -121.5,-48.5 parent: 1 - type: Transform - uid: 36238 components: - - pos: 22.5,19.5 + - type: Transform + pos: 22.5,19.5 parent: 1 - type: Transform - uid: 36239 components: - - pos: 22.5,20.5 + - type: Transform + pos: 22.5,20.5 parent: 1 - type: Transform - uid: 36240 components: - - pos: 22.5,21.5 + - type: Transform + pos: 22.5,21.5 parent: 1 - type: Transform - uid: 36241 components: - - pos: 22.5,22.5 + - type: Transform + pos: 22.5,22.5 parent: 1 - type: Transform - uid: 36242 components: - - pos: 23.5,23.5 + - type: Transform + pos: 23.5,23.5 parent: 1 - type: Transform - uid: 36243 components: - - pos: 23.5,23.5 + - type: Transform + pos: 23.5,23.5 parent: 1 - type: Transform - uid: 36244 components: - - pos: 24.5,23.5 + - type: Transform + pos: 24.5,23.5 parent: 1 - type: Transform - uid: 36245 components: - - pos: 25.5,23.5 + - type: Transform + pos: 25.5,23.5 parent: 1 - type: Transform - uid: 36246 components: - - pos: 26.5,23.5 + - type: Transform + pos: 26.5,23.5 parent: 1 - type: Transform - uid: 36247 components: - - pos: 27.5,23.5 + - type: Transform + pos: 27.5,23.5 parent: 1 - type: Transform - uid: 36248 components: - - pos: 28.5,22.5 + - type: Transform + pos: 28.5,22.5 parent: 1 - type: Transform - uid: 36249 components: - - pos: 28.5,21.5 + - type: Transform + pos: 28.5,21.5 parent: 1 - type: Transform - uid: 36250 components: - - pos: 28.5,20.5 + - type: Transform + pos: 28.5,20.5 parent: 1 - type: Transform - uid: 36251 components: - - pos: 28.5,19.5 + - type: Transform + pos: 28.5,19.5 parent: 1 - type: Transform - uid: 36317 components: - - pos: -136.5,-50.5 + - type: Transform + pos: -136.5,-50.5 parent: 1 - type: Transform - uid: 36446 components: - - pos: -125.5,24.5 + - type: Transform + pos: -125.5,24.5 parent: 1 - type: Transform - uid: 36447 components: - - pos: -125.5,25.5 + - type: Transform + pos: -125.5,25.5 parent: 1 - type: Transform - uid: 36448 components: - - pos: -125.5,26.5 + - type: Transform + pos: -125.5,26.5 parent: 1 - type: Transform - uid: 36449 components: - - pos: -122.5,27.5 + - type: Transform + pos: -122.5,27.5 parent: 1 - type: Transform - uid: 36598 components: - - pos: -91.5,-81.5 + - type: Transform + pos: -91.5,-81.5 parent: 1 - type: Transform - uid: 36599 components: - - pos: -97.5,-82.5 + - type: Transform + pos: -97.5,-82.5 parent: 1 - type: Transform - uid: 36605 components: - - pos: -118.5,-76.5 + - type: Transform + pos: -118.5,-76.5 parent: 1 - type: Transform - uid: 36606 components: - - pos: -118.5,-75.5 + - type: Transform + pos: -118.5,-75.5 parent: 1 - type: Transform - uid: 36625 components: - - pos: -94.5,-89.5 + - type: Transform + pos: -94.5,-89.5 parent: 1 - type: Transform - uid: 36626 components: - - pos: -92.5,-89.5 + - type: Transform + pos: -92.5,-89.5 parent: 1 - type: Transform - uid: 36627 components: - - pos: -91.5,-89.5 + - type: Transform + pos: -91.5,-89.5 parent: 1 - type: Transform - uid: 36628 components: - - pos: -90.5,-88.5 + - type: Transform + pos: -90.5,-88.5 parent: 1 - type: Transform - uid: 36629 components: - - pos: -90.5,-87.5 + - type: Transform + pos: -90.5,-87.5 parent: 1 - type: Transform - uid: 36630 components: - - pos: -90.5,-85.5 + - type: Transform + pos: -90.5,-85.5 parent: 1 - type: Transform - uid: 36631 components: - - pos: -90.5,-83.5 + - type: Transform + pos: -90.5,-83.5 parent: 1 - type: Transform - uid: 36632 components: - - pos: -90.5,-84.5 + - type: Transform + pos: -90.5,-84.5 parent: 1 - type: Transform - uid: 37957 components: - - pos: 33.5,28.5 + - type: Transform + pos: 33.5,28.5 parent: 1 - type: Transform - uid: 38166 components: - - pos: -13.5,42.5 + - type: Transform + pos: -13.5,42.5 parent: 1 - type: Transform - uid: 38405 components: - - pos: -14.5,42.5 + - type: Transform + pos: -14.5,42.5 parent: 1 - type: Transform - uid: 38475 components: - - pos: -8.5,51.5 + - type: Transform + pos: -8.5,51.5 parent: 1 - type: Transform - uid: 38476 components: - - pos: -8.5,49.5 + - type: Transform + pos: -8.5,49.5 parent: 1 - type: Transform - uid: 38477 components: - - pos: -8.5,47.5 + - type: Transform + pos: -8.5,47.5 parent: 1 - type: Transform - uid: 38478 components: - - pos: -8.5,46.5 + - type: Transform + pos: -8.5,46.5 parent: 1 - type: Transform - uid: 38504 components: - - pos: -63.5,43.5 + - type: Transform + pos: -63.5,43.5 parent: 1 - type: Transform - uid: 38505 components: - - pos: -63.5,44.5 + - type: Transform + pos: -63.5,44.5 parent: 1 - type: Transform - uid: 38506 components: - - pos: -67.5,44.5 + - type: Transform + pos: -67.5,44.5 parent: 1 - type: Transform - uid: 38507 components: - - pos: -67.5,43.5 + - type: Transform + pos: -67.5,43.5 parent: 1 - type: Transform - uid: 38508 components: - - pos: -71.5,43.5 + - type: Transform + pos: -71.5,43.5 parent: 1 - type: Transform - uid: 38509 components: - - pos: -71.5,44.5 + - type: Transform + pos: -71.5,44.5 parent: 1 - type: Transform - uid: 38510 components: - - pos: -75.5,43.5 + - type: Transform + pos: -75.5,43.5 parent: 1 - type: Transform - uid: 38511 components: - - pos: -75.5,44.5 + - type: Transform + pos: -75.5,44.5 parent: 1 - type: Transform - uid: 38526 components: - - pos: -9.5,45.5 + - type: Transform + pos: -9.5,45.5 parent: 1 - type: Transform - uid: 38527 components: - - pos: -11.5,45.5 + - type: Transform + pos: -11.5,45.5 parent: 1 - type: Transform - uid: 38528 components: - - pos: -12.5,45.5 + - type: Transform + pos: -12.5,45.5 parent: 1 - type: Transform - uid: 38529 components: - - pos: -15.5,45.5 + - type: Transform + pos: -15.5,45.5 parent: 1 - type: Transform - uid: 38530 components: - - pos: -17.5,45.5 + - type: Transform + pos: -17.5,45.5 parent: 1 - type: Transform - uid: 38531 components: - - pos: -18.5,45.5 + - type: Transform + pos: -18.5,45.5 parent: 1 - type: Transform - uid: 38532 components: - - pos: -20.5,45.5 + - type: Transform + pos: -20.5,45.5 parent: 1 - type: Transform - uid: 38533 components: - - pos: -21.5,43.5 + - type: Transform + pos: -21.5,43.5 parent: 1 - type: Transform - uid: 38534 components: - - pos: -21.5,44.5 + - type: Transform + pos: -21.5,44.5 parent: 1 - type: Transform - uid: 38904 components: - - pos: 39.5,37.5 + - type: Transform + pos: 39.5,37.5 parent: 1 - type: Transform - uid: 38920 components: - - pos: 38.5,37.5 + - type: Transform + pos: 38.5,37.5 parent: 1 - type: Transform - uid: 38921 components: - - pos: 37.5,37.5 + - type: Transform + pos: 37.5,37.5 parent: 1 - type: Transform - uid: 38922 components: - - pos: 36.5,37.5 + - type: Transform + pos: 36.5,37.5 parent: 1 - type: Transform - uid: 38923 components: - - pos: 35.5,37.5 + - type: Transform + pos: 35.5,37.5 parent: 1 - type: Transform - uid: 38924 components: - - pos: 34.5,37.5 + - type: Transform + pos: 34.5,37.5 parent: 1 - type: Transform - uid: 38925 components: - - pos: 33.5,37.5 + - type: Transform + pos: 33.5,37.5 parent: 1 - type: Transform - uid: 38926 components: - - pos: 32.5,37.5 + - type: Transform + pos: 32.5,37.5 parent: 1 - type: Transform - uid: 38927 components: - - pos: 31.5,37.5 + - type: Transform + pos: 31.5,37.5 parent: 1 - type: Transform - uid: 38928 components: - - pos: 30.5,37.5 + - type: Transform + pos: 30.5,37.5 parent: 1 - type: Transform - uid: 38929 components: - - pos: 29.5,37.5 + - type: Transform + pos: 29.5,37.5 parent: 1 - type: Transform - uid: 38930 components: - - pos: 28.5,37.5 + - type: Transform + pos: 28.5,37.5 parent: 1 - type: Transform - uid: 38931 components: - - pos: 27.5,37.5 + - type: Transform + pos: 27.5,37.5 parent: 1 - type: Transform - uid: 38932 components: - - pos: 26.5,37.5 + - type: Transform + pos: 26.5,37.5 parent: 1 - type: Transform - uid: 38933 components: - - pos: 25.5,37.5 + - type: Transform + pos: 25.5,37.5 parent: 1 - type: Transform - uid: 38934 components: - - pos: 24.5,37.5 + - type: Transform + pos: 24.5,37.5 parent: 1 - type: Transform - uid: 38935 components: - - pos: 23.5,37.5 + - type: Transform + pos: 23.5,37.5 parent: 1 - type: Transform - uid: 38936 components: - - pos: 22.5,37.5 + - type: Transform + pos: 22.5,37.5 parent: 1 - type: Transform - uid: 38937 components: - - pos: 21.5,37.5 + - type: Transform + pos: 21.5,37.5 parent: 1 - type: Transform - uid: 38938 components: - - pos: 20.5,37.5 + - type: Transform + pos: 20.5,37.5 parent: 1 - type: Transform - uid: 38939 components: - - pos: 19.5,37.5 + - type: Transform + pos: 19.5,37.5 parent: 1 - type: Transform - uid: 38940 components: - - pos: 18.5,37.5 + - type: Transform + pos: 18.5,37.5 parent: 1 - type: Transform - uid: 38941 components: - - pos: 17.5,37.5 + - type: Transform + pos: 17.5,37.5 parent: 1 - type: Transform - uid: 38942 components: - - pos: 16.5,37.5 + - type: Transform + pos: 16.5,37.5 parent: 1 - type: Transform - uid: 38943 components: - - pos: 15.5,37.5 + - type: Transform + pos: 15.5,37.5 parent: 1 - type: Transform - uid: 38944 components: - - pos: 14.5,37.5 + - type: Transform + pos: 14.5,37.5 parent: 1 - type: Transform - uid: 38945 components: - - pos: 13.5,37.5 + - type: Transform + pos: 13.5,37.5 parent: 1 - type: Transform - uid: 38946 components: - - pos: 12.5,37.5 + - type: Transform + pos: 12.5,37.5 parent: 1 - type: Transform - uid: 38947 components: - - pos: 11.5,37.5 + - type: Transform + pos: 11.5,37.5 parent: 1 - type: Transform - uid: 38948 components: - - pos: 10.5,37.5 + - type: Transform + pos: 10.5,37.5 parent: 1 - type: Transform - uid: 38949 components: - - pos: 9.5,37.5 + - type: Transform + pos: 9.5,37.5 parent: 1 - type: Transform - uid: 38950 components: - - pos: 9.5,35.5 + - type: Transform + pos: 9.5,35.5 parent: 1 - type: Transform - uid: 38951 components: - - pos: 10.5,35.5 + - type: Transform + pos: 10.5,35.5 parent: 1 - type: Transform - uid: 38952 components: - - pos: 11.5,35.5 + - type: Transform + pos: 11.5,35.5 parent: 1 - type: Transform - uid: 38953 components: - - pos: 12.5,35.5 + - type: Transform + pos: 12.5,35.5 parent: 1 - type: Transform - uid: 38954 components: - - pos: 13.5,35.5 + - type: Transform + pos: 13.5,35.5 parent: 1 - type: Transform - uid: 38955 components: - - pos: 14.5,35.5 + - type: Transform + pos: 14.5,35.5 parent: 1 - type: Transform - uid: 38956 components: - - pos: 15.5,35.5 + - type: Transform + pos: 15.5,35.5 parent: 1 - type: Transform - uid: 38957 components: - - pos: 16.5,35.5 + - type: Transform + pos: 16.5,35.5 parent: 1 - type: Transform - uid: 38958 components: - - pos: 17.5,35.5 + - type: Transform + pos: 17.5,35.5 parent: 1 - type: Transform - uid: 38959 components: - - pos: 18.5,35.5 + - type: Transform + pos: 18.5,35.5 parent: 1 - type: Transform - uid: 38960 components: - - pos: 19.5,35.5 + - type: Transform + pos: 19.5,35.5 parent: 1 - type: Transform - uid: 38961 components: - - pos: 20.5,35.5 + - type: Transform + pos: 20.5,35.5 parent: 1 - type: Transform - uid: 38962 components: - - pos: 21.5,35.5 + - type: Transform + pos: 21.5,35.5 parent: 1 - type: Transform - uid: 38963 components: - - pos: 22.5,35.5 + - type: Transform + pos: 22.5,35.5 parent: 1 - type: Transform - uid: 38964 components: - - pos: 23.5,35.5 + - type: Transform + pos: 23.5,35.5 parent: 1 - type: Transform - uid: 38965 components: - - pos: 24.5,35.5 + - type: Transform + pos: 24.5,35.5 parent: 1 - type: Transform - uid: 38966 components: - - pos: 25.5,35.5 + - type: Transform + pos: 25.5,35.5 parent: 1 - type: Transform - uid: 38967 components: - - pos: 26.5,35.5 + - type: Transform + pos: 26.5,35.5 parent: 1 - type: Transform - uid: 38968 components: - - pos: 27.5,35.5 + - type: Transform + pos: 27.5,35.5 parent: 1 - type: Transform - uid: 38969 components: - - pos: 28.5,35.5 + - type: Transform + pos: 28.5,35.5 parent: 1 - type: Transform - uid: 38970 components: - - pos: 29.5,35.5 + - type: Transform + pos: 29.5,35.5 parent: 1 - type: Transform - uid: 38971 components: - - pos: 30.5,35.5 + - type: Transform + pos: 30.5,35.5 parent: 1 - type: Transform - uid: 38972 components: - - pos: 31.5,35.5 + - type: Transform + pos: 31.5,35.5 parent: 1 - type: Transform - uid: 38973 components: - - pos: 32.5,35.5 + - type: Transform + pos: 32.5,35.5 parent: 1 - type: Transform - uid: 38974 components: - - pos: 33.5,35.5 + - type: Transform + pos: 33.5,35.5 parent: 1 - type: Transform - uid: 38975 components: - - pos: 34.5,35.5 + - type: Transform + pos: 34.5,35.5 parent: 1 - type: Transform - uid: 38976 components: - - pos: 35.5,35.5 + - type: Transform + pos: 35.5,35.5 parent: 1 - type: Transform - uid: 38977 components: - - pos: 36.5,35.5 + - type: Transform + pos: 36.5,35.5 parent: 1 - type: Transform - uid: 38978 components: - - pos: 37.5,35.5 + - type: Transform + pos: 37.5,35.5 parent: 1 - type: Transform - uid: 38979 components: - - pos: 38.5,35.5 + - type: Transform + pos: 38.5,35.5 parent: 1 - type: Transform - uid: 38980 components: - - pos: 39.5,35.5 + - type: Transform + pos: 39.5,35.5 parent: 1 - type: Transform - uid: 38982 components: - - pos: 40.5,-7.5 + - type: Transform + pos: 40.5,-7.5 parent: 1 - type: Transform - uid: 38983 components: - - pos: 40.5,-6.5 + - type: Transform + pos: 40.5,-6.5 parent: 1 - type: Transform - uid: 39637 components: - - pos: 46.5,-2.5 + - type: Transform + pos: 46.5,-2.5 parent: 1 - type: Transform - uid: 39642 components: - - pos: 47.5,-41.5 + - type: Transform + pos: 47.5,-41.5 parent: 1 - type: Transform - uid: 39643 components: - - pos: 46.5,-41.5 + - type: Transform + pos: 46.5,-41.5 parent: 1 - type: Transform - uid: 39649 components: - - pos: 45.5,-41.5 + - type: Transform + pos: 45.5,-41.5 parent: 1 - type: Transform - uid: 40427 components: - - pos: 28.5,28.5 + - type: Transform + pos: 28.5,28.5 parent: 1 - type: Transform - uid: 40428 components: - - pos: 27.5,28.5 + - type: Transform + pos: 27.5,28.5 parent: 1 - type: Transform - uid: 40429 components: - - pos: 26.5,28.5 + - type: Transform + pos: 26.5,28.5 parent: 1 - type: Transform - uid: 40430 components: - - pos: 25.5,28.5 + - type: Transform + pos: 25.5,28.5 parent: 1 - type: Transform - uid: 40431 components: - - pos: 24.5,28.5 + - type: Transform + pos: 24.5,28.5 parent: 1 - type: Transform - uid: 40432 components: - - pos: 23.5,28.5 + - type: Transform + pos: 23.5,28.5 parent: 1 - type: Transform - uid: 40433 components: - - pos: 22.5,28.5 + - type: Transform + pos: 22.5,28.5 parent: 1 - type: Transform - uid: 40434 components: - - pos: 21.5,28.5 + - type: Transform + pos: 21.5,28.5 parent: 1 - type: Transform - uid: 40435 components: - - pos: 20.5,28.5 + - type: Transform + pos: 20.5,28.5 parent: 1 - type: Transform - uid: 40436 components: - - pos: 19.5,28.5 + - type: Transform + pos: 19.5,28.5 parent: 1 - type: Transform - uid: 40437 components: - - pos: 18.5,28.5 + - type: Transform + pos: 18.5,28.5 parent: 1 - type: Transform - uid: 40438 components: - - pos: 17.5,28.5 + - type: Transform + pos: 17.5,28.5 parent: 1 - type: Transform - uid: 40439 components: - - pos: 16.5,28.5 + - type: Transform + pos: 16.5,28.5 parent: 1 - type: Transform - uid: 40440 components: - - pos: 15.5,28.5 + - type: Transform + pos: 15.5,28.5 parent: 1 - type: Transform - uid: 40441 components: - - pos: 14.5,28.5 + - type: Transform + pos: 14.5,28.5 parent: 1 - type: Transform - uid: 40442 components: - - pos: 13.5,28.5 + - type: Transform + pos: 13.5,28.5 parent: 1 - type: Transform - uid: 40443 components: - - pos: 12.5,28.5 + - type: Transform + pos: 12.5,28.5 parent: 1 - type: Transform - uid: 40444 components: - - pos: 11.5,28.5 + - type: Transform + pos: 11.5,28.5 parent: 1 - type: Transform - uid: 40445 components: - - pos: 10.5,28.5 + - type: Transform + pos: 10.5,28.5 parent: 1 - type: Transform - uid: 40446 components: - - pos: 9.5,28.5 + - type: Transform + pos: 9.5,28.5 parent: 1 - type: Transform - uid: 40447 components: - - pos: 8.5,28.5 + - type: Transform + pos: 8.5,28.5 parent: 1 - type: Transform - uid: 40448 components: - - pos: 7.5,28.5 + - type: Transform + pos: 7.5,28.5 parent: 1 - type: Transform - uid: 40449 components: - - pos: 6.5,28.5 + - type: Transform + pos: 6.5,28.5 parent: 1 - type: Transform - uid: 40450 components: - - pos: 6.5,26.5 + - type: Transform + pos: 6.5,26.5 parent: 1 - type: Transform - uid: 40451 components: - - pos: 7.5,26.5 + - type: Transform + pos: 7.5,26.5 parent: 1 - type: Transform - uid: 40452 components: - - pos: 8.5,26.5 + - type: Transform + pos: 8.5,26.5 parent: 1 - type: Transform - uid: 40453 components: - - pos: 9.5,26.5 + - type: Transform + pos: 9.5,26.5 parent: 1 - type: Transform - uid: 40454 components: - - pos: 10.5,26.5 + - type: Transform + pos: 10.5,26.5 parent: 1 - type: Transform - uid: 40455 components: - - pos: 11.5,26.5 + - type: Transform + pos: 11.5,26.5 parent: 1 - type: Transform - uid: 40456 components: - - pos: 12.5,26.5 + - type: Transform + pos: 12.5,26.5 parent: 1 - type: Transform - uid: 40457 components: - - pos: 13.5,26.5 + - type: Transform + pos: 13.5,26.5 parent: 1 - type: Transform - uid: 40458 components: - - pos: 14.5,26.5 + - type: Transform + pos: 14.5,26.5 parent: 1 - type: Transform - uid: 40459 components: - - pos: 15.5,26.5 + - type: Transform + pos: 15.5,26.5 parent: 1 - type: Transform - uid: 40460 components: - - pos: 16.5,26.5 + - type: Transform + pos: 16.5,26.5 parent: 1 - type: Transform - uid: 40461 components: - - pos: 17.5,26.5 + - type: Transform + pos: 17.5,26.5 parent: 1 - type: Transform - uid: 40462 components: - - pos: 18.5,26.5 + - type: Transform + pos: 18.5,26.5 parent: 1 - type: Transform - uid: 40463 components: - - pos: 19.5,26.5 + - type: Transform + pos: 19.5,26.5 parent: 1 - type: Transform - uid: 40464 components: - - pos: 20.5,26.5 + - type: Transform + pos: 20.5,26.5 parent: 1 - type: Transform - uid: 40465 components: - - pos: 21.5,26.5 + - type: Transform + pos: 21.5,26.5 parent: 1 - type: Transform - uid: 40466 components: - - pos: 22.5,26.5 + - type: Transform + pos: 22.5,26.5 parent: 1 - type: Transform - uid: 40467 components: - - pos: 23.5,26.5 + - type: Transform + pos: 23.5,26.5 parent: 1 - type: Transform - uid: 40468 components: - - pos: 24.5,26.5 + - type: Transform + pos: 24.5,26.5 parent: 1 - type: Transform - uid: 40469 components: - - pos: 25.5,26.5 + - type: Transform + pos: 25.5,26.5 parent: 1 - type: Transform - uid: 40470 components: - - pos: 26.5,26.5 + - type: Transform + pos: 26.5,26.5 parent: 1 - type: Transform - uid: 40471 components: - - pos: 27.5,26.5 + - type: Transform + pos: 27.5,26.5 parent: 1 - type: Transform - uid: 40472 components: - - pos: 28.5,26.5 + - type: Transform + pos: 28.5,26.5 parent: 1 - type: Transform - uid: 40473 components: - - pos: 29.5,26.5 + - type: Transform + pos: 29.5,26.5 parent: 1 - type: Transform - uid: 40474 components: - - pos: 30.5,26.5 + - type: Transform + pos: 30.5,26.5 parent: 1 - type: Transform - uid: 40475 components: - - pos: 31.5,26.5 + - type: Transform + pos: 31.5,26.5 parent: 1 - type: Transform - uid: 40476 components: - - pos: 32.5,26.5 + - type: Transform + pos: 32.5,26.5 parent: 1 - type: Transform - uid: 40477 components: - - pos: 33.5,26.5 + - type: Transform + pos: 33.5,26.5 parent: 1 - type: Transform - uid: 40478 components: - - pos: 35.5,4.5 + - type: Transform + pos: 35.5,4.5 parent: 1 - type: Transform - uid: 40486 components: - - pos: 34.5,-2.5 + - type: Transform + pos: 34.5,-2.5 parent: 1 - type: Transform - uid: 40487 components: - - pos: 35.5,-2.5 + - type: Transform + pos: 35.5,-2.5 parent: 1 - type: Transform - uid: 40488 components: - - pos: 36.5,-2.5 + - type: Transform + pos: 36.5,-2.5 parent: 1 - type: Transform - uid: 40489 components: - - pos: 37.5,-2.5 + - type: Transform + pos: 37.5,-2.5 parent: 1 - type: Transform - uid: 40490 components: - - pos: 38.5,-2.5 + - type: Transform + pos: 38.5,-2.5 parent: 1 - type: Transform - uid: 40491 components: - - pos: 39.5,-2.5 + - type: Transform + pos: 39.5,-2.5 parent: 1 - type: Transform - uid: 40492 components: - - pos: 34.5,-4.5 + - type: Transform + pos: 34.5,-4.5 parent: 1 - type: Transform - uid: 40493 components: - - pos: 35.5,-4.5 + - type: Transform + pos: 35.5,-4.5 parent: 1 - type: Transform - uid: 40494 components: - - pos: 36.5,-4.5 + - type: Transform + pos: 36.5,-4.5 parent: 1 - type: Transform - uid: 40495 components: - - pos: 37.5,-4.5 + - type: Transform + pos: 37.5,-4.5 parent: 1 - type: Transform - uid: 40496 components: - - pos: 38.5,-4.5 + - type: Transform + pos: 38.5,-4.5 parent: 1 - type: Transform - uid: 40497 components: - - pos: 39.5,-4.5 + - type: Transform + pos: 39.5,-4.5 parent: 1 - type: Transform - uid: 40556 components: - - pos: 30.5,2.5 + - type: Transform + pos: 30.5,2.5 parent: 1 - type: Transform - uid: 40558 components: - - pos: 31.5,2.5 + - type: Transform + pos: 31.5,2.5 parent: 1 - type: Transform - uid: 40559 components: - - pos: 32.5,2.5 + - type: Transform + pos: 32.5,2.5 parent: 1 - type: Transform - uid: 40560 components: - - pos: 33.5,2.5 + - type: Transform + pos: 33.5,2.5 parent: 1 - type: Transform - uid: 40561 components: - - pos: 30.5,0.5 + - type: Transform + pos: 30.5,0.5 parent: 1 - type: Transform - uid: 40562 components: - - pos: 31.5,0.5 + - type: Transform + pos: 31.5,0.5 parent: 1 - type: Transform - uid: 40563 components: - - pos: 32.5,0.5 + - type: Transform + pos: 32.5,0.5 parent: 1 - type: Transform - uid: 40564 components: - - pos: 33.5,0.5 + - type: Transform + pos: 33.5,0.5 parent: 1 - type: Transform - uid: 40565 components: - - pos: 35.5,5.5 + - type: Transform + pos: 35.5,5.5 parent: 1 - type: Transform - uid: 40566 components: - - pos: 35.5,6.5 + - type: Transform + pos: 35.5,6.5 parent: 1 - type: Transform - uid: 40567 components: - - pos: 35.5,7.5 + - type: Transform + pos: 35.5,7.5 parent: 1 - type: Transform - uid: 40568 components: - - pos: 35.5,8.5 + - type: Transform + pos: 35.5,8.5 parent: 1 - type: Transform - uid: 40569 components: - - pos: 35.5,9.5 + - type: Transform + pos: 35.5,9.5 parent: 1 - type: Transform - uid: 40570 components: - - pos: 35.5,10.5 + - type: Transform + pos: 35.5,10.5 parent: 1 - type: Transform - uid: 40571 components: - - pos: 35.5,11.5 + - type: Transform + pos: 35.5,11.5 parent: 1 - type: Transform - uid: 40572 components: - - pos: 35.5,12.5 + - type: Transform + pos: 35.5,12.5 parent: 1 - type: Transform - uid: 40573 components: - - pos: 35.5,13.5 + - type: Transform + pos: 35.5,13.5 parent: 1 - type: Transform - uid: 40574 components: - - pos: 35.5,14.5 + - type: Transform + pos: 35.5,14.5 parent: 1 - type: Transform - uid: 40575 components: - - pos: 35.5,15.5 + - type: Transform + pos: 35.5,15.5 parent: 1 - type: Transform - uid: 40576 components: - - pos: 35.5,16.5 + - type: Transform + pos: 35.5,16.5 parent: 1 - type: Transform - uid: 40577 components: - - pos: 35.5,17.5 + - type: Transform + pos: 35.5,17.5 parent: 1 - type: Transform - uid: 40578 components: - - pos: 35.5,18.5 + - type: Transform + pos: 35.5,18.5 parent: 1 - type: Transform - uid: 40579 components: - - pos: 35.5,19.5 + - type: Transform + pos: 35.5,19.5 parent: 1 - type: Transform - uid: 40580 components: - - pos: 35.5,20.5 + - type: Transform + pos: 35.5,20.5 parent: 1 - type: Transform - uid: 40581 components: - - pos: 35.5,21.5 + - type: Transform + pos: 35.5,21.5 parent: 1 - type: Transform - uid: 40582 components: - - pos: 35.5,22.5 + - type: Transform + pos: 35.5,22.5 parent: 1 - type: Transform - uid: 40583 components: - - pos: 35.5,23.5 + - type: Transform + pos: 35.5,23.5 parent: 1 - type: Transform - uid: 40584 components: - - pos: 35.5,24.5 + - type: Transform + pos: 35.5,24.5 parent: 1 - type: Transform - uid: 40585 components: - - pos: 37.5,24.5 + - type: Transform + pos: 37.5,24.5 parent: 1 - type: Transform - uid: 40586 components: - - pos: 37.5,23.5 + - type: Transform + pos: 37.5,23.5 parent: 1 - type: Transform - uid: 40587 components: - - pos: 37.5,22.5 + - type: Transform + pos: 37.5,22.5 parent: 1 - type: Transform - uid: 40588 components: - - pos: 37.5,21.5 + - type: Transform + pos: 37.5,21.5 parent: 1 - type: Transform - uid: 40589 components: - - pos: 37.5,20.5 + - type: Transform + pos: 37.5,20.5 parent: 1 - type: Transform - uid: 40590 components: - - pos: 37.5,19.5 + - type: Transform + pos: 37.5,19.5 parent: 1 - type: Transform - uid: 40591 components: - - pos: 37.5,18.5 + - type: Transform + pos: 37.5,18.5 parent: 1 - type: Transform - uid: 40592 components: - - pos: 37.5,17.5 + - type: Transform + pos: 37.5,17.5 parent: 1 - type: Transform - uid: 40593 components: - - pos: 37.5,16.5 + - type: Transform + pos: 37.5,16.5 parent: 1 - type: Transform - uid: 40594 components: - - pos: 37.5,15.5 + - type: Transform + pos: 37.5,15.5 parent: 1 - type: Transform - uid: 40595 components: - - pos: 37.5,14.5 + - type: Transform + pos: 37.5,14.5 parent: 1 - type: Transform - uid: 40596 components: - - pos: 37.5,13.5 + - type: Transform + pos: 37.5,13.5 parent: 1 - type: Transform - uid: 40597 components: - - pos: 37.5,12.5 + - type: Transform + pos: 37.5,12.5 parent: 1 - type: Transform - uid: 40598 components: - - pos: 37.5,11.5 + - type: Transform + pos: 37.5,11.5 parent: 1 - type: Transform - uid: 40599 components: - - pos: 37.5,10.5 + - type: Transform + pos: 37.5,10.5 parent: 1 - type: Transform - uid: 40600 components: - - pos: 37.5,9.5 + - type: Transform + pos: 37.5,9.5 parent: 1 - type: Transform - uid: 40601 components: - - pos: 37.5,8.5 + - type: Transform + pos: 37.5,8.5 parent: 1 - type: Transform - uid: 40602 components: - - pos: 37.5,7.5 + - type: Transform + pos: 37.5,7.5 parent: 1 - type: Transform - uid: 40603 components: - - pos: 37.5,6.5 + - type: Transform + pos: 37.5,6.5 parent: 1 - type: Transform - uid: 40604 components: - - pos: 37.5,5.5 + - type: Transform + pos: 37.5,5.5 parent: 1 - type: Transform - uid: 40605 components: - - pos: 37.5,4.5 + - type: Transform + pos: 37.5,4.5 parent: 1 - type: Transform - uid: 40661 components: - - pos: 41.5,-0.5 + - type: Transform + pos: 41.5,-0.5 parent: 1 - type: Transform - uid: 40662 components: - - pos: 41.5,0.5 + - type: Transform + pos: 41.5,0.5 parent: 1 - type: Transform - uid: 40663 components: - - pos: 41.5,1.5 + - type: Transform + pos: 41.5,1.5 parent: 1 - type: Transform - uid: 40664 components: - - pos: 41.5,2.5 + - type: Transform + pos: 41.5,2.5 parent: 1 - type: Transform - uid: 40665 components: - - pos: 41.5,3.5 + - type: Transform + pos: 41.5,3.5 parent: 1 - type: Transform - uid: 40666 components: - - pos: 41.5,4.5 + - type: Transform + pos: 41.5,4.5 parent: 1 - type: Transform - uid: 40667 components: - - pos: 41.5,5.5 + - type: Transform + pos: 41.5,5.5 parent: 1 - type: Transform - uid: 40668 components: - - pos: 41.5,6.5 + - type: Transform + pos: 41.5,6.5 parent: 1 - type: Transform - uid: 40669 components: - - pos: 41.5,7.5 + - type: Transform + pos: 41.5,7.5 parent: 1 - type: Transform - uid: 40670 components: - - pos: 41.5,8.5 + - type: Transform + pos: 41.5,8.5 parent: 1 - type: Transform - uid: 40671 components: - - pos: 41.5,9.5 + - type: Transform + pos: 41.5,9.5 parent: 1 - type: Transform - uid: 40672 components: - - pos: 41.5,10.5 + - type: Transform + pos: 41.5,10.5 parent: 1 - type: Transform - uid: 40673 components: - - pos: 41.5,11.5 + - type: Transform + pos: 41.5,11.5 parent: 1 - type: Transform - uid: 40674 components: - - pos: 41.5,12.5 + - type: Transform + pos: 41.5,12.5 parent: 1 - type: Transform - uid: 40675 components: - - pos: 41.5,13.5 + - type: Transform + pos: 41.5,13.5 parent: 1 - type: Transform - uid: 40676 components: - - pos: 41.5,14.5 + - type: Transform + pos: 41.5,14.5 parent: 1 - type: Transform - uid: 40677 components: - - pos: 41.5,15.5 + - type: Transform + pos: 41.5,15.5 parent: 1 - type: Transform - uid: 40678 components: - - pos: 41.5,16.5 + - type: Transform + pos: 41.5,16.5 parent: 1 - type: Transform - uid: 40679 components: - - pos: 41.5,17.5 + - type: Transform + pos: 41.5,17.5 parent: 1 - type: Transform - uid: 40680 components: - - pos: 41.5,18.5 + - type: Transform + pos: 41.5,18.5 parent: 1 - type: Transform - uid: 40681 components: - - pos: 41.5,19.5 + - type: Transform + pos: 41.5,19.5 parent: 1 - type: Transform - uid: 40682 components: - - pos: 41.5,20.5 + - type: Transform + pos: 41.5,20.5 parent: 1 - type: Transform - uid: 40683 components: - - pos: 41.5,21.5 + - type: Transform + pos: 41.5,21.5 parent: 1 - type: Transform - uid: 40684 components: - - pos: 41.5,22.5 + - type: Transform + pos: 41.5,22.5 parent: 1 - type: Transform - uid: 40685 components: - - pos: 41.5,23.5 + - type: Transform + pos: 41.5,23.5 parent: 1 - type: Transform - uid: 40686 components: - - pos: 41.5,24.5 + - type: Transform + pos: 41.5,24.5 parent: 1 - type: Transform - uid: 40687 components: - - pos: 41.5,25.5 + - type: Transform + pos: 41.5,25.5 parent: 1 - type: Transform - uid: 40688 components: - - pos: 41.5,26.5 + - type: Transform + pos: 41.5,26.5 parent: 1 - type: Transform - uid: 40689 components: - - pos: 41.5,27.5 + - type: Transform + pos: 41.5,27.5 parent: 1 - type: Transform - uid: 40690 components: - - pos: 41.5,28.5 + - type: Transform + pos: 41.5,28.5 parent: 1 - type: Transform - uid: 40691 components: - - pos: 41.5,29.5 + - type: Transform + pos: 41.5,29.5 parent: 1 - type: Transform - uid: 40692 components: - - pos: 41.5,30.5 + - type: Transform + pos: 41.5,30.5 parent: 1 - type: Transform - uid: 40693 components: - - pos: 41.5,31.5 + - type: Transform + pos: 41.5,31.5 parent: 1 - type: Transform - uid: 40694 components: - - pos: 41.5,32.5 + - type: Transform + pos: 41.5,32.5 parent: 1 - type: Transform - uid: 40695 components: - - pos: 41.5,33.5 + - type: Transform + pos: 41.5,33.5 parent: 1 - type: Transform - uid: 40696 components: - - pos: 43.5,33.5 + - type: Transform + pos: 43.5,33.5 parent: 1 - type: Transform - uid: 40697 components: - - pos: 43.5,32.5 + - type: Transform + pos: 43.5,32.5 parent: 1 - type: Transform - uid: 40698 components: - - pos: 43.5,31.5 + - type: Transform + pos: 43.5,31.5 parent: 1 - type: Transform - uid: 40699 components: - - pos: 43.5,30.5 + - type: Transform + pos: 43.5,30.5 parent: 1 - type: Transform - uid: 40700 components: - - pos: 43.5,29.5 + - type: Transform + pos: 43.5,29.5 parent: 1 - type: Transform - uid: 40701 components: - - pos: 43.5,28.5 + - type: Transform + pos: 43.5,28.5 parent: 1 - type: Transform - uid: 40702 components: - - pos: 43.5,27.5 + - type: Transform + pos: 43.5,27.5 parent: 1 - type: Transform - uid: 40703 components: - - pos: 43.5,26.5 + - type: Transform + pos: 43.5,26.5 parent: 1 - type: Transform - uid: 40704 components: - - pos: 43.5,25.5 + - type: Transform + pos: 43.5,25.5 parent: 1 - type: Transform - uid: 40705 components: - - pos: 43.5,24.5 + - type: Transform + pos: 43.5,24.5 parent: 1 - type: Transform - uid: 40706 components: - - pos: 43.5,23.5 + - type: Transform + pos: 43.5,23.5 parent: 1 - type: Transform - uid: 40707 components: - - pos: 43.5,22.5 + - type: Transform + pos: 43.5,22.5 parent: 1 - type: Transform - uid: 40708 components: - - pos: 43.5,21.5 + - type: Transform + pos: 43.5,21.5 parent: 1 - type: Transform - uid: 40709 components: - - pos: 43.5,20.5 + - type: Transform + pos: 43.5,20.5 parent: 1 - type: Transform - uid: 40710 components: - - pos: 43.5,19.5 + - type: Transform + pos: 43.5,19.5 parent: 1 - type: Transform - uid: 40711 components: - - pos: 43.5,18.5 + - type: Transform + pos: 43.5,18.5 parent: 1 - type: Transform - uid: 40712 components: - - pos: 43.5,17.5 + - type: Transform + pos: 43.5,17.5 parent: 1 - type: Transform - uid: 40713 components: - - pos: 43.5,16.5 + - type: Transform + pos: 43.5,16.5 parent: 1 - type: Transform - uid: 40714 components: - - pos: 43.5,15.5 + - type: Transform + pos: 43.5,15.5 parent: 1 - type: Transform - uid: 40715 components: - - pos: 43.5,14.5 + - type: Transform + pos: 43.5,14.5 parent: 1 - type: Transform - uid: 40716 components: - - pos: 43.5,13.5 + - type: Transform + pos: 43.5,13.5 parent: 1 - type: Transform - uid: 40717 components: - - pos: 43.5,12.5 + - type: Transform + pos: 43.5,12.5 parent: 1 - type: Transform - uid: 40718 components: - - pos: 43.5,11.5 + - type: Transform + pos: 43.5,11.5 parent: 1 - type: Transform - uid: 40719 components: - - pos: 43.5,10.5 + - type: Transform + pos: 43.5,10.5 parent: 1 - type: Transform - uid: 40720 components: - - pos: 43.5,9.5 + - type: Transform + pos: 43.5,9.5 parent: 1 - type: Transform - uid: 40721 components: - - pos: 43.5,8.5 + - type: Transform + pos: 43.5,8.5 parent: 1 - type: Transform - uid: 40722 components: - - pos: 43.5,7.5 + - type: Transform + pos: 43.5,7.5 parent: 1 - type: Transform - uid: 40723 components: - - pos: 43.5,6.5 + - type: Transform + pos: 43.5,6.5 parent: 1 - type: Transform - uid: 40724 components: - - pos: 43.5,5.5 + - type: Transform + pos: 43.5,5.5 parent: 1 - type: Transform - uid: 40725 components: - - pos: 43.5,4.5 + - type: Transform + pos: 43.5,4.5 parent: 1 - type: Transform - uid: 40726 components: - - pos: 43.5,3.5 + - type: Transform + pos: 43.5,3.5 parent: 1 - type: Transform - uid: 40727 components: - - pos: 43.5,2.5 + - type: Transform + pos: 43.5,2.5 parent: 1 - type: Transform - uid: 40728 components: - - pos: 43.5,1.5 + - type: Transform + pos: 43.5,1.5 parent: 1 - type: Transform - uid: 40729 components: - - pos: 43.5,0.5 + - type: Transform + pos: 43.5,0.5 parent: 1 - type: Transform - uid: 40730 components: - - pos: 43.5,-0.5 + - type: Transform + pos: 43.5,-0.5 parent: 1 - type: Transform - uid: 41869 components: - - pos: 28.5,13.5 + - type: Transform + pos: 28.5,13.5 parent: 1 - type: Transform - uid: 41870 components: - - pos: 28.5,14.5 + - type: Transform + pos: 28.5,14.5 + parent: 1 + - uid: 42102 + components: + - type: Transform + pos: -62.5,45.5 + parent: 1 + - uid: 42103 + components: + - type: Transform + pos: -61.5,45.5 + parent: 1 + - uid: 42104 + components: + - type: Transform + pos: -60.5,45.5 + parent: 1 + - uid: 42105 + components: + - type: Transform + pos: -58.5,45.5 + parent: 1 + - uid: 42106 + components: + - type: Transform + pos: -55.5,45.5 + parent: 1 + - uid: 42107 + components: + - type: Transform + pos: -53.5,45.5 + parent: 1 + - uid: 42108 + components: + - type: Transform + pos: -52.5,45.5 + parent: 1 + - uid: 42109 + components: + - type: Transform + pos: -51.5,45.5 + parent: 1 + - uid: 42110 + components: + - type: Transform + pos: -50.5,45.5 + parent: 1 + - uid: 42111 + components: + - type: Transform + pos: -58.5,44.5 + parent: 1 + - uid: 42112 + components: + - type: Transform + pos: -57.5,44.5 + parent: 1 + - uid: 42113 + components: + - type: Transform + pos: -56.5,44.5 + parent: 1 + - uid: 42114 + components: + - type: Transform + pos: -55.5,44.5 + parent: 1 + - uid: 42115 + components: + - type: Transform + pos: -59.5,43.5 + parent: 1 + - uid: 42116 + components: + - type: Transform + pos: -59.5,42.5 + parent: 1 + - uid: 42117 + components: + - type: Transform + pos: -59.5,41.5 + parent: 1 + - uid: 42118 + components: + - type: Transform + pos: -59.5,40.5 + parent: 1 + - uid: 42119 + components: + - type: Transform + pos: -54.5,40.5 + parent: 1 + - uid: 42120 + components: + - type: Transform + pos: -54.5,41.5 + parent: 1 + - uid: 42121 + components: + - type: Transform + pos: -54.5,42.5 + parent: 1 + - uid: 42122 + components: + - type: Transform + pos: -54.5,43.5 parent: 1 - type: Transform - proto: GrilleBroken entities: - uid: 12229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 95.5,-41.5 parent: 1 - type: Transform - uid: 12230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 81.5,-33.5 parent: 1 - type: Transform - uid: 12231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 93.5,-33.5 parent: 1 - type: Transform - uid: 12233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 95.5,-45.5 parent: 1 - type: Transform - uid: 12234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 95.5,-52.5 parent: 1 - type: Transform - uid: 12235 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 95.5,-52.5 parent: 1 - type: Transform - uid: 12237 components: - - pos: 95.5,-57.5 + - type: Transform + pos: 95.5,-57.5 parent: 1 - type: Transform - uid: 12238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 95.5,-57.5 parent: 1 - type: Transform - uid: 12239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 79.5,-62.5 parent: 1 - type: Transform - uid: 12240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 72.5,-62.5 parent: 1 - type: Transform - uid: 12241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 70.5,-62.5 parent: 1 - type: Transform - uid: 12266 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 65.5,-62.5 parent: 1 - type: Transform - uid: 12742 components: - - pos: -109.5,37.5 + - type: Transform + pos: -109.5,37.5 parent: 1 - type: Transform - uid: 12743 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,42.5 parent: 1 - type: Transform - uid: 12815 components: - - pos: -109.5,47.5 + - type: Transform + pos: -109.5,47.5 parent: 1 - type: Transform - uid: 12816 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,37.5 parent: 1 - type: Transform - uid: 13575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-66.5 parent: 1 - type: Transform - uid: 16440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -153.5,-14.5 parent: 1 - type: Transform - uid: 16449 components: - - pos: -149.5,31.5 + - type: Transform + pos: -149.5,31.5 parent: 1 - type: Transform - uid: 16454 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -147.5,31.5 parent: 1 - type: Transform - uid: 16459 components: - - pos: -131.5,31.5 + - type: Transform + pos: -131.5,31.5 parent: 1 - type: Transform - uid: 16474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -71.5,-81.5 parent: 1 - type: Transform - uid: 16478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-81.5 parent: 1 - type: Transform - uid: 18442 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-81.5 parent: 1 - type: Transform - uid: 18447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -153.5,-15.5 parent: 1 - type: Transform - uid: 18448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -142.5,-18.5 parent: 1 - type: Transform - uid: 31927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.5,-63.5 parent: 1 - type: Transform - uid: 33326 components: - - pos: -163.5,25.5 + - type: Transform + pos: -163.5,25.5 parent: 1 - type: Transform - uid: 33330 components: - - pos: -155.5,31.5 + - type: Transform + pos: -155.5,31.5 parent: 1 - type: Transform - uid: 33336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -161.5,31.5 parent: 1 - type: Transform - uid: 33341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -163.5,26.5 parent: 1 - type: Transform - uid: 33355 components: - - pos: -163.5,-0.5 + - type: Transform + pos: -163.5,-0.5 parent: 1 - type: Transform - uid: 33361 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -163.5,-0.5 parent: 1 - type: Transform - uid: 33363 components: - - pos: -163.5,8.5 + - type: Transform + pos: -163.5,8.5 parent: 1 - type: Transform - uid: 34239 components: - - pos: -127.5,-58.5 + - type: Transform + pos: -127.5,-58.5 parent: 1 - type: Transform - uid: 34240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -127.5,-56.5 parent: 1 - type: Transform - uid: 34267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-63.5 parent: 1 - type: Transform - uid: 34398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -164.5,-46.5 parent: 1 - type: Transform - uid: 34399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -164.5,-55.5 parent: 1 - type: Transform - uid: 34401 components: - - pos: -164.5,-60.5 + - type: Transform + pos: -164.5,-60.5 parent: 1 - type: Transform - uid: 34402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -164.5,-63.5 parent: 1 - type: Transform - uid: 34403 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -164.5,-63.5 parent: 1 - type: Transform - uid: 34404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -164.5,-66.5 parent: 1 - type: Transform - uid: 34405 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -163.5,-72.5 parent: 1 - type: Transform - uid: 34406 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -161.5,-72.5 parent: 1 - type: Transform - uid: 34407 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -155.5,-72.5 parent: 1 - type: Transform - uid: 34408 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -152.5,-72.5 parent: 1 - type: Transform - uid: 34409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -151.5,-72.5 parent: 1 - type: Transform - uid: 35568 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -153.5,-19.5 parent: 1 - type: Transform - uid: 35570 components: - - pos: -153.5,-27.5 + - type: Transform + pos: -153.5,-27.5 parent: 1 - type: Transform - uid: 35916 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-91.5 parent: 1 - type: Transform - uid: 35980 components: - - pos: -153.5,-73.5 + - type: Transform + pos: -153.5,-73.5 parent: 1 - type: Transform - uid: 35981 components: - - pos: -153.5,-82.5 + - type: Transform + pos: -153.5,-82.5 parent: 1 - type: Transform - uid: 35982 components: - - pos: -153.5,-95.5 + - type: Transform + pos: -153.5,-95.5 parent: 1 - type: Transform - uid: 35983 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -153.5,-87.5 parent: 1 - type: Transform - uid: 35984 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -153.5,-94.5 parent: 1 - type: Transform - uid: 35985 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -153.5,-97.5 parent: 1 - type: Transform - uid: 35986 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,-100.5 parent: 1 - type: Transform - uid: 35987 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.5,-100.5 parent: 1 - type: Transform - uid: 35988 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -136.5,-100.5 parent: 1 - type: Transform - uid: 35989 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -128.5,-100.5 parent: 1 - type: Transform - uid: 35990 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -126.5,-100.5 parent: 1 - type: Transform - uid: 35991 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-100.5 parent: 1 - type: Transform - uid: 35992 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-100.5 parent: 1 - type: Transform - uid: 35993 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-100.5 parent: 1 - type: Transform - uid: 35995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-100.5 parent: 1 - type: Transform - uid: 35996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-100.5 parent: 1 - type: Transform - uid: 38535 components: - - pos: -14.5,45.5 + - type: Transform + pos: -14.5,45.5 parent: 1 - type: Transform - proto: GrilleSpawner entities: - uid: 41229 components: - - pos: -29.5,-80.5 + - type: Transform + pos: -29.5,-80.5 parent: 1 - type: Transform - uid: 41247 components: - - pos: 12.5,40.5 + - type: Transform + pos: 12.5,40.5 parent: 1 - type: Transform - uid: 41248 components: - - pos: 13.5,40.5 + - type: Transform + pos: 13.5,40.5 parent: 1 - type: Transform - uid: 41249 components: - - pos: 14.5,40.5 + - type: Transform + pos: 14.5,40.5 parent: 1 - type: Transform - uid: 41250 components: - - pos: 16.5,40.5 + - type: Transform + pos: 16.5,40.5 parent: 1 - type: Transform - uid: 41251 components: - - pos: 17.5,40.5 + - type: Transform + pos: 17.5,40.5 parent: 1 - type: Transform - uid: 41252 components: - - pos: 18.5,40.5 + - type: Transform + pos: 18.5,40.5 parent: 1 - type: Transform - uid: 41253 components: - - pos: 20.5,40.5 + - type: Transform + pos: 20.5,40.5 parent: 1 - type: Transform - uid: 41254 components: - - pos: 21.5,40.5 + - type: Transform + pos: 21.5,40.5 parent: 1 - type: Transform - uid: 41255 components: - - pos: 22.5,40.5 + - type: Transform + pos: 22.5,40.5 parent: 1 - type: Transform - uid: 41256 components: - - pos: 24.5,40.5 + - type: Transform + pos: 24.5,40.5 parent: 1 - type: Transform - uid: 41257 components: - - pos: 25.5,40.5 + - type: Transform + pos: 25.5,40.5 parent: 1 - type: Transform - uid: 41258 components: - - pos: 26.5,40.5 + - type: Transform + pos: 26.5,40.5 parent: 1 - type: Transform - uid: 41259 components: - - pos: 28.5,40.5 + - type: Transform + pos: 28.5,40.5 parent: 1 - type: Transform - uid: 41260 components: - - pos: 29.5,40.5 + - type: Transform + pos: 29.5,40.5 parent: 1 - type: Transform - uid: 41261 components: - - pos: 30.5,40.5 + - type: Transform + pos: 30.5,40.5 parent: 1 - type: Transform - uid: 41262 components: - - pos: 32.5,40.5 + - type: Transform + pos: 32.5,40.5 parent: 1 - type: Transform - uid: 41263 components: - - pos: 33.5,40.5 + - type: Transform + pos: 33.5,40.5 parent: 1 - type: Transform - uid: 41264 components: - - pos: 34.5,40.5 + - type: Transform + pos: 34.5,40.5 parent: 1 - type: Transform - uid: 41265 components: - - pos: 36.5,40.5 + - type: Transform + pos: 36.5,40.5 parent: 1 - type: Transform - uid: 41266 components: - - pos: 37.5,40.5 + - type: Transform + pos: 37.5,40.5 parent: 1 - type: Transform - uid: 41267 components: - - pos: 38.5,40.5 + - type: Transform + pos: 38.5,40.5 parent: 1 - type: Transform - uid: 41319 components: - - pos: -26.5,-80.5 + - type: Transform + pos: -26.5,-80.5 parent: 1 - type: Transform - uid: 41321 components: - - pos: -27.5,-80.5 + - type: Transform + pos: -27.5,-80.5 parent: 1 - type: Transform - uid: 41322 components: - - pos: -25.5,-80.5 + - type: Transform + pos: -25.5,-80.5 parent: 1 - type: Transform - uid: 41323 components: - - pos: -23.5,-80.5 + - type: Transform + pos: -23.5,-80.5 parent: 1 - type: Transform - uid: 41324 components: - - pos: -22.5,-80.5 + - type: Transform + pos: -22.5,-80.5 parent: 1 - type: Transform - uid: 41325 components: - - pos: -21.5,-80.5 + - type: Transform + pos: -21.5,-80.5 parent: 1 - type: Transform - uid: 41326 components: - - pos: -20.5,-80.5 + - type: Transform + pos: -20.5,-80.5 parent: 1 - type: Transform - uid: 41327 components: - - pos: -18.5,-80.5 + - type: Transform + pos: -18.5,-80.5 parent: 1 - type: Transform - uid: 41328 components: - - pos: -17.5,-80.5 + - type: Transform + pos: -17.5,-80.5 parent: 1 - type: Transform - uid: 41329 components: - - pos: -16.5,-80.5 + - type: Transform + pos: -16.5,-80.5 parent: 1 - type: Transform - uid: 41330 components: - - pos: -15.5,-79.5 + - type: Transform + pos: -15.5,-79.5 parent: 1 - type: Transform - uid: 41331 components: - - pos: -15.5,-78.5 + - type: Transform + pos: -15.5,-78.5 parent: 1 - type: Transform - uid: 41332 components: - - pos: -15.5,-77.5 + - type: Transform + pos: -15.5,-77.5 parent: 1 - type: Transform - uid: 41333 components: - - pos: -15.5,-75.5 + - type: Transform + pos: -15.5,-75.5 parent: 1 - type: Transform - uid: 41334 components: - - pos: -15.5,-74.5 + - type: Transform + pos: -15.5,-74.5 parent: 1 - type: Transform - uid: 41349 components: - - pos: 54.5,-65.5 + - type: Transform + pos: 54.5,-65.5 parent: 1 - type: Transform - uid: 41350 components: - - pos: 51.5,-65.5 + - type: Transform + pos: 51.5,-65.5 parent: 1 - type: Transform - uid: 41351 components: - - pos: 50.5,-65.5 + - type: Transform + pos: 50.5,-65.5 parent: 1 - type: Transform - uid: 41352 components: - - pos: 44.5,-65.5 + - type: Transform + pos: 44.5,-65.5 parent: 1 - type: Transform - uid: 41353 components: - - pos: 42.5,-65.5 + - type: Transform + pos: 42.5,-65.5 parent: 1 - type: Transform - uid: 41354 components: - - pos: 36.5,-65.5 + - type: Transform + pos: 36.5,-65.5 parent: 1 - type: Transform - uid: 41355 components: - - pos: 35.5,-65.5 + - type: Transform + pos: 35.5,-65.5 parent: 1 - type: Transform - uid: 41356 components: - - pos: 33.5,-65.5 + - type: Transform + pos: 33.5,-65.5 parent: 1 - type: Transform - uid: 41357 components: - - pos: 31.5,-65.5 + - type: Transform + pos: 31.5,-65.5 parent: 1 - type: Transform - uid: 41358 components: - - pos: 29.5,-65.5 + - type: Transform + pos: 29.5,-65.5 parent: 1 - type: Transform - uid: 41359 components: - - pos: 28.5,-65.5 + - type: Transform + pos: 28.5,-65.5 parent: 1 - type: Transform - uid: 41360 components: - - pos: 22.5,-65.5 + - type: Transform + pos: 22.5,-65.5 parent: 1 - type: Transform - uid: 41361 components: - - pos: 20.5,-65.5 + - type: Transform + pos: 20.5,-65.5 parent: 1 - type: Transform - uid: 41362 components: - - pos: 14.5,-65.5 + - type: Transform + pos: 14.5,-65.5 parent: 1 - type: Transform - uid: 41363 components: - - pos: 13.5,-65.5 + - type: Transform + pos: 13.5,-65.5 parent: 1 - type: Transform - uid: 41364 components: - - pos: 11.5,-65.5 + - type: Transform + pos: 11.5,-65.5 parent: 1 - type: Transform - uid: 41365 components: - - pos: 9.5,-65.5 + - type: Transform + pos: 9.5,-65.5 parent: 1 - type: Transform - uid: 41366 components: - - pos: 7.5,-65.5 + - type: Transform + pos: 7.5,-65.5 parent: 1 - type: Transform - uid: 41367 components: - - pos: 6.5,-65.5 + - type: Transform + pos: 6.5,-65.5 parent: 1 - type: Transform - uid: 41368 components: - - pos: 0.5,-65.5 + - type: Transform + pos: 0.5,-65.5 parent: 1 - type: Transform - uid: 41369 components: - - pos: -1.5,-65.5 + - type: Transform + pos: -1.5,-65.5 parent: 1 - type: Transform - uid: 41370 components: - - pos: -7.5,-65.5 + - type: Transform + pos: -7.5,-65.5 parent: 1 - type: Transform - uid: 41371 components: - - pos: -7.5,-65.5 + - type: Transform + pos: -7.5,-65.5 parent: 1 - type: Transform - uid: 41372 components: - - pos: -8.5,-65.5 + - type: Transform + pos: -8.5,-65.5 parent: 1 - type: Transform - uid: 41373 components: - - pos: -9.5,-65.5 + - type: Transform + pos: -9.5,-65.5 parent: 1 - type: Transform - uid: 41374 components: - - pos: -12.5,-65.5 + - type: Transform + pos: -12.5,-65.5 parent: 1 - type: Transform - uid: 41375 components: - - pos: -13.5,-65.5 + - type: Transform + pos: -13.5,-65.5 parent: 1 - type: Transform - uid: 42004 components: - - pos: 40.5,47.5 + - type: Transform + pos: 40.5,47.5 parent: 1 - type: Transform - uid: 42005 components: - - pos: 40.5,48.5 + - type: Transform + pos: 40.5,48.5 parent: 1 - type: Transform - uid: 42006 components: - - pos: 39.5,48.5 + - type: Transform + pos: 39.5,48.5 parent: 1 - type: Transform - uid: 42007 components: - - pos: 37.5,48.5 + - type: Transform + pos: 37.5,48.5 parent: 1 - type: Transform - uid: 42008 components: - - pos: 36.5,48.5 + - type: Transform + pos: 36.5,48.5 parent: 1 - type: Transform - uid: 42009 components: - - pos: 35.5,48.5 + - type: Transform + pos: 35.5,48.5 parent: 1 - type: Transform - uid: 42010 components: - - pos: 34.5,48.5 + - type: Transform + pos: 34.5,48.5 parent: 1 - type: Transform - uid: 42011 components: - - pos: 33.5,48.5 + - type: Transform + pos: 33.5,48.5 parent: 1 - type: Transform - uid: 42012 components: - - pos: 31.5,48.5 + - type: Transform + pos: 31.5,48.5 parent: 1 - type: Transform - uid: 42013 components: - - pos: 30.5,48.5 + - type: Transform + pos: 30.5,48.5 parent: 1 - type: Transform - uid: 42014 components: - - pos: 29.5,48.5 + - type: Transform + pos: 29.5,48.5 parent: 1 - type: Transform - uid: 42015 components: - - pos: 28.5,48.5 + - type: Transform + pos: 28.5,48.5 parent: 1 - type: Transform - uid: 42016 components: - - pos: 27.5,48.5 + - type: Transform + pos: 27.5,48.5 parent: 1 - type: Transform - uid: 42017 components: - - pos: 26.5,48.5 + - type: Transform + pos: 26.5,48.5 parent: 1 - type: Transform - uid: 42018 components: - - pos: 24.5,48.5 + - type: Transform + pos: 24.5,48.5 parent: 1 - type: Transform - uid: 42019 components: - - pos: 23.5,48.5 + - type: Transform + pos: 23.5,48.5 parent: 1 - type: Transform - uid: 42020 components: - - pos: 22.5,48.5 + - type: Transform + pos: 22.5,48.5 parent: 1 - type: Transform - uid: 42021 components: - - pos: 21.5,48.5 + - type: Transform + pos: 21.5,48.5 parent: 1 - type: Transform - uid: 42022 components: - - pos: 20.5,48.5 + - type: Transform + pos: 20.5,48.5 parent: 1 - type: Transform - uid: 42023 components: - - pos: 19.5,48.5 + - type: Transform + pos: 19.5,48.5 parent: 1 - type: Transform - uid: 42024 components: - - pos: 17.5,48.5 + - type: Transform + pos: 17.5,48.5 parent: 1 - type: Transform - uid: 42025 components: - - pos: 16.5,48.5 + - type: Transform + pos: 16.5,48.5 parent: 1 - type: Transform - uid: 42026 components: - - pos: 15.5,48.5 + - type: Transform + pos: 15.5,48.5 parent: 1 - type: Transform - uid: 42027 components: - - pos: 14.5,48.5 + - type: Transform + pos: 14.5,48.5 parent: 1 - type: Transform - uid: 42028 components: - - pos: 13.5,48.5 + - type: Transform + pos: 13.5,48.5 parent: 1 - type: Transform - uid: 42029 components: - - pos: 11.5,48.5 + - type: Transform + pos: 11.5,48.5 parent: 1 - type: Transform - uid: 42030 components: - - pos: 10.5,48.5 + - type: Transform + pos: 10.5,48.5 parent: 1 - type: Transform - proto: GunpetInstrument entities: - uid: 8452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.62591,6.5194297 parent: 1 - type: Transform - proto: GunSafe entities: - uid: 6171 components: - - pos: -62.5,-50.5 + - type: Transform + pos: -62.5,-50.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -189364,13 +189633,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 7550 components: - - pos: 23.5,-18.5 + - type: Transform + pos: 23.5,-18.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -189381,2215 +189650,2180 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: GunSafeLaserCarbine entities: - uid: 6169 components: - - pos: -63.5,-48.5 + - type: Transform + pos: -63.5,-48.5 parent: 1 - type: Transform - uid: 12148 components: - - pos: -63.5,-49.5 + - type: Transform + pos: -63.5,-49.5 parent: 1 - type: Transform - proto: GunSafePistolMk58 entities: - uid: 6170 components: - - pos: -63.5,-50.5 + - type: Transform + pos: -63.5,-50.5 parent: 1 - type: Transform - proto: GunSafeSubMachineGunVector entities: - uid: 12150 components: - - pos: -61.5,-50.5 + - type: Transform + pos: -61.5,-50.5 parent: 1 - type: Transform - proto: HandheldCrewMonitor entities: - uid: 11954 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.605204,-34.422535 parent: 1 - type: Transform - proto: HandheldGPSBasic entities: - uid: 3212 components: - - pos: -17.792871,41.723606 + - type: Transform + pos: -17.792871,41.723606 parent: 1 - type: Transform - uid: 11963 components: - - pos: -33.610413,-34.448593 + - type: Transform + pos: -33.610413,-34.448593 parent: 1 - type: Transform - proto: HandheldHealthAnalyzer entities: - uid: 9060 components: - - pos: -80.47894,-32.169655 + - type: Transform + pos: -80.47894,-32.169655 parent: 1 - type: Transform - uid: 9077 components: - - pos: -70.523384,-28.397451 + - type: Transform + pos: -70.523384,-28.397451 parent: 1 - type: Transform - uid: 9150 components: - - pos: 7.511101,-35.403225 + - type: Transform + pos: 7.511101,-35.403225 parent: 1 - type: Transform - uid: 12274 components: - - pos: -42.49337,-57.129303 + - type: Transform + pos: -42.49337,-57.129303 parent: 1 - type: Transform - proto: HandheldHealthAnalyzerUnpowered entities: - uid: 15209 components: - - pos: -0.44392115,-31.360003 + - type: Transform + pos: -0.44392115,-31.360003 parent: 1 - type: Transform - proto: HandheldStationMap entities: - uid: 13509 components: - - pos: -105.27723,-31.424446 + - type: Transform + pos: -105.27723,-31.424446 parent: 1 - type: Transform - proto: HandLabeler entities: - uid: 1704 components: - - pos: 4.504354,-36.50383 + - type: Transform + pos: 4.504354,-36.50383 parent: 1 - type: Transform - uid: 4778 components: - - pos: -62.519745,-24.26304 + - type: Transform + pos: -62.519745,-24.26304 parent: 1 - type: Transform - uid: 5581 components: - - pos: -43.49905,33.676964 + - type: Transform + pos: -43.49905,33.676964 parent: 1 - type: Transform - uid: 6158 components: - - pos: -41.434834,29.178154 + - type: Transform + pos: -41.434834,29.178154 parent: 1 - type: Transform - uid: 7292 components: - - pos: -49.1553,32.613728 + - type: Transform + pos: -49.1553,32.613728 parent: 1 - type: Transform - uid: 7584 components: - - pos: -65.61705,23.486242 + - type: Transform + pos: -65.61705,23.486242 parent: 1 - type: Transform - uid: 9044 components: - - pos: -102.43523,-12.986454 + - type: Transform + pos: -102.43523,-12.986454 parent: 1 - type: Transform - uid: 12172 components: - - pos: -20.446747,-41.23622 + - type: Transform + pos: -20.446747,-41.23622 parent: 1 - type: Transform - uid: 22966 components: - - pos: -62.701748,-31.470161 + - type: Transform + pos: -62.701748,-31.470161 parent: 1 - type: Transform - proto: HappyHonk entities: - uid: 28661 components: - - pos: 18.519207,-37.30079 + - type: Transform + pos: 18.519207,-37.30079 parent: 1 - type: Transform - uid: 28662 components: - - pos: 18.800457,-37.35291 + - type: Transform + pos: 18.800457,-37.35291 parent: 1 - type: Transform - uid: 31123 components: - - pos: 19.505852,-37.33832 + - type: Transform + pos: 19.505852,-37.33832 parent: 1 - type: Transform - uid: 36696 components: - - pos: -79.14038,-55.3111 + - type: Transform + pos: -79.14038,-55.3111 parent: 1 - type: Transform - proto: HarmonicaInstrument entities: - uid: 1385 components: - - flags: InContainer - type: MetaData - - parent: 1279 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1279 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 23677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 70.33549,0.100274205 parent: 1 - type: Transform - proto: HatSpawner entities: - uid: 12686 components: - - pos: -81.5,-45.5 + - type: Transform + pos: -81.5,-45.5 parent: 1 - type: Transform - uid: 13881 components: - - pos: 13.5,-32.5 + - type: Transform + pos: 13.5,-32.5 parent: 1 - type: Transform - uid: 15089 components: - - pos: -93.5,24.5 + - type: Transform + pos: -93.5,24.5 parent: 1 - type: Transform - uid: 23875 components: - - pos: -10.5,-56.5 + - type: Transform + pos: -10.5,-56.5 parent: 1 - type: Transform - uid: 40920 components: - - pos: 59.5,-21.5 + - type: Transform + pos: 59.5,-21.5 parent: 1 - type: Transform - uid: 41387 components: - - pos: -146.5,-74.5 + - type: Transform + pos: -146.5,-74.5 parent: 1 - type: Transform - uid: 41874 components: - - pos: 26.5,13.5 + - type: Transform + pos: 26.5,13.5 parent: 1 - type: Transform - proto: HeadHuman entities: - uid: 13639 components: - - pos: -78.437065,-66.4968 + - type: Transform + pos: -78.437065,-66.4968 parent: 1 - type: Transform - proto: HeadSkeleton entities: - uid: 36440 components: - - flags: InContainer - type: MetaData - - parent: 36439 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 36439 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Hemostat entities: - uid: 13659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.062065,-69.57186 parent: 1 - type: Transform - proto: HighSecArmoryLocked entities: - uid: 4335 components: - - pos: -64.5,-47.5 + - type: Transform + pos: -64.5,-47.5 parent: 1 - type: Transform - proto: HighSecCommandLocked entities: - uid: 8269 components: - - pos: -110.5,-1.5 + - type: Transform + pos: -110.5,-1.5 parent: 1 - type: Transform - proto: HoloprojectorEngineering entities: - uid: 8970 components: - - pos: -102.60763,-9.927728 + - type: Transform + pos: -102.60763,-9.927728 parent: 1 - type: Transform - proto: HoloprojectorSecurity entities: - uid: 23839 components: - - pos: -8.471981,-52.43527 + - type: Transform + pos: -8.471981,-52.43527 parent: 1 - type: Transform - uid: 34788 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5583315,-10.995381 parent: 1 - type: Transform - uid: 34876 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.45170987,-20.482744 parent: 1 - type: Transform - uid: 34880 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.58078,-41.406494 parent: 1 - type: Transform - proto: HospitalCurtains entities: - uid: 593 components: - - pos: -32.5,12.5 + - type: Transform + pos: -32.5,12.5 parent: 1 - type: Transform - uid: 1470 components: - - pos: -54.5,5.5 + - type: Transform + pos: -54.5,5.5 parent: 1 - type: Transform - uid: 3905 components: - - pos: -44.5,-41.5 + - type: Transform + pos: -44.5,-41.5 parent: 1 - type: Transform - uid: 3996 components: - - pos: -44.5,-44.5 + - type: Transform + pos: -44.5,-44.5 parent: 1 - type: Transform - uid: 3997 components: - - pos: -44.5,-42.5 + - type: Transform + pos: -44.5,-42.5 parent: 1 - type: Transform - uid: 3998 components: - - pos: -44.5,-45.5 + - type: Transform + pos: -44.5,-45.5 parent: 1 - type: Transform - uid: 4885 components: - - pos: -83.5,-31.5 + - type: Transform + pos: -83.5,-31.5 parent: 1 - type: Transform - uid: 4889 components: - - pos: -82.5,-28.5 + - type: Transform + pos: -82.5,-28.5 parent: 1 - type: Transform - uid: 4901 components: - - pos: -83.5,-28.5 + - type: Transform + pos: -83.5,-28.5 parent: 1 - type: Transform - uid: 4902 components: - - pos: -82.5,-31.5 + - type: Transform + pos: -82.5,-31.5 parent: 1 - type: Transform - uid: 4903 components: - - pos: -84.5,-31.5 + - type: Transform + pos: -84.5,-31.5 parent: 1 - type: Transform - uid: 5083 components: - - pos: -90.5,-11.5 + - type: Transform + pos: -90.5,-11.5 parent: 1 - type: Transform - uid: 5104 components: - - pos: -89.5,-11.5 + - type: Transform + pos: -89.5,-11.5 parent: 1 - type: Transform - uid: 6035 components: - - pos: -58.5,12.5 + - type: Transform + pos: -58.5,12.5 parent: 1 - type: Transform - uid: 6680 components: - - pos: -52.5,25.5 + - type: Transform + pos: -52.5,25.5 parent: 1 - type: Transform - uid: 7326 components: - - pos: -45.5,25.5 + - type: Transform + pos: -45.5,25.5 parent: 1 - type: Transform - uid: 7329 components: - - pos: -51.5,25.5 + - type: Transform + pos: -51.5,25.5 parent: 1 - type: Transform - uid: 8184 components: - - pos: -49.5,25.5 + - type: Transform + pos: -49.5,25.5 parent: 1 - type: Transform - uid: 8185 components: - - pos: -47.5,25.5 + - type: Transform + pos: -47.5,25.5 parent: 1 - type: Transform - uid: 8337 components: - - pos: -68.5,7.5 + - type: Transform + pos: -68.5,7.5 parent: 1 - type: Transform - uid: 8338 components: - - pos: -68.5,5.5 + - type: Transform + pos: -68.5,5.5 parent: 1 - type: Transform - uid: 8560 components: - - pos: -66.5,-1.5 + - type: Transform + pos: -66.5,-1.5 parent: 1 - type: Transform - uid: 8561 components: - - pos: -67.5,-1.5 + - type: Transform + pos: -67.5,-1.5 parent: 1 - type: Transform - uid: 8562 components: - - pos: -65.5,-1.5 + - type: Transform + pos: -65.5,-1.5 parent: 1 - type: Transform - uid: 8563 components: - - pos: -64.5,-1.5 + - type: Transform + pos: -64.5,-1.5 parent: 1 - type: Transform - uid: 8791 components: - - pos: -116.5,-2.5 + - type: Transform + pos: -116.5,-2.5 parent: 1 - type: Transform - uid: 9130 components: - - pos: -2.5,-37.5 + - type: Transform + pos: -2.5,-37.5 parent: 1 - type: Transform - uid: 9136 components: - - pos: -5.5,-37.5 + - type: Transform + pos: -5.5,-37.5 parent: 1 - type: Transform - uid: 9514 components: - - pos: -58.5,-0.5 + - type: Transform + pos: -58.5,-0.5 parent: 1 - type: Transform - uid: 9518 components: - - pos: -56.5,-0.5 + - type: Transform + pos: -56.5,-0.5 parent: 1 - type: Transform - uid: 11000 components: - - pos: -33.5,-20.5 + - type: Transform + pos: -33.5,-20.5 parent: 1 - type: Transform - uid: 11471 components: - - pos: -37.5,42.5 + - type: Transform + pos: -37.5,42.5 parent: 1 - type: Transform - uid: 24511 components: - - rot: 3.141592653589793 rad + - type: Transform pos: -73.5,-26.5 parent: 1 - type: Transform - uid: 30414 components: - - pos: -91.5,-39.5 + - type: Transform + pos: -91.5,-39.5 parent: 1 - type: Transform - uid: 36470 components: - - pos: -121.5,-59.5 + - type: Transform + pos: -121.5,-59.5 parent: 1 - type: Transform - uid: 36473 components: - - pos: -121.5,-60.5 + - type: Transform + pos: -121.5,-60.5 parent: 1 - type: Transform - uid: 36475 components: - - pos: -121.5,-58.5 + - type: Transform + pos: -121.5,-58.5 parent: 1 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 1469 components: - - pos: -56.5,5.5 + - type: Transform + pos: -56.5,5.5 parent: 1 - type: Transform - uid: 1751 components: - - pos: -13.5,-34.5 + - type: Transform + pos: -13.5,-34.5 parent: 1 - type: Transform - uid: 3686 components: - - pos: -62.5,12.5 + - type: Transform + pos: -62.5,12.5 parent: 1 - type: Transform - uid: 3735 components: - - pos: -60.5,12.5 + - type: Transform + pos: -60.5,12.5 parent: 1 - type: Transform - uid: 4892 components: - - pos: -84.5,-28.5 + - type: Transform + pos: -84.5,-28.5 parent: 1 - type: Transform - uid: 5081 components: - - pos: -87.5,-11.5 + - type: Transform + pos: -87.5,-11.5 parent: 1 - type: Transform - uid: 5106 components: - - pos: -88.5,-11.5 + - type: Transform + pos: -88.5,-11.5 parent: 1 - type: Transform - uid: 5107 components: - - pos: -91.5,-11.5 + - type: Transform + pos: -91.5,-11.5 parent: 1 - type: Transform - uid: 5749 components: - - pos: -53.5,25.5 + - type: Transform + pos: -53.5,25.5 parent: 1 - type: Transform - uid: 5766 components: - - pos: -43.5,25.5 + - type: Transform + pos: -43.5,25.5 parent: 1 - type: Transform - uid: 5768 components: - - pos: -44.5,25.5 + - type: Transform + pos: -44.5,25.5 parent: 1 - type: Transform - uid: 6707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,40.5 parent: 1 - type: Transform - uid: 7216 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,41.5 parent: 1 - type: Transform - uid: 8183 components: - - pos: -48.5,25.5 + - type: Transform + pos: -48.5,25.5 parent: 1 - type: Transform - uid: 8339 components: - - pos: -68.5,6.5 + - type: Transform + pos: -68.5,6.5 parent: 1 - type: Transform - uid: 8790 components: - - pos: -116.5,-1.5 + - type: Transform + pos: -116.5,-1.5 parent: 1 - type: Transform - uid: 9129 components: - - pos: -4.5,-37.5 + - type: Transform + pos: -4.5,-37.5 parent: 1 - type: Transform - uid: 9133 components: - - pos: -6.5,-37.5 + - type: Transform + pos: -6.5,-37.5 parent: 1 - type: Transform - uid: 9138 components: - - pos: -3.5,-37.5 + - type: Transform + pos: -3.5,-37.5 parent: 1 - type: Transform - uid: 9753 components: - - pos: -101.5,-29.5 + - type: Transform + pos: -101.5,-29.5 parent: 1 - type: Transform - uid: 9754 components: - - pos: -102.5,-30.5 + - type: Transform + pos: -102.5,-30.5 parent: 1 - type: Transform - uid: 10929 components: - - pos: -44.5,42.5 + - type: Transform + pos: -44.5,42.5 parent: 1 - type: Transform - uid: 11462 components: - - pos: -43.5,42.5 + - type: Transform + pos: -43.5,42.5 parent: 1 - type: Transform - uid: 11464 components: - - pos: -38.5,42.5 + - type: Transform + pos: -38.5,42.5 parent: 1 - type: Transform - uid: 11982 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 1 - type: Transform - uid: 11983 components: - - pos: -8.5,-15.5 + - type: Transform + pos: -8.5,-15.5 parent: 1 - type: Transform - uid: 12002 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 1 - type: Transform - uid: 13115 components: - - pos: -77.5,-6.5 + - type: Transform + pos: -77.5,-6.5 parent: 1 - type: Transform - uid: 22394 components: - - pos: -13.5,-35.5 + - type: Transform + pos: -13.5,-35.5 parent: 1 - type: Transform - uid: 24465 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-26.5 parent: 1 - type: Transform - proto: HotplateMachineCircuitboard entities: - uid: 19505 components: - - pos: -36.568752,-64.40397 + - type: Transform + pos: -36.568752,-64.40397 parent: 1 - type: Transform - proto: hydroponicsSoil entities: - uid: 951 components: - - pos: -38.5,-10.5 + - type: Transform + pos: -38.5,-10.5 parent: 1 - type: Transform - uid: 952 components: - - pos: -38.5,-11.5 + - type: Transform + pos: -38.5,-11.5 parent: 1 - type: Transform - uid: 953 components: - - pos: -38.5,-12.5 + - type: Transform + pos: -38.5,-12.5 parent: 1 - type: Transform - uid: 954 components: - - pos: -38.5,-14.5 + - type: Transform + pos: -38.5,-14.5 parent: 1 - type: Transform - uid: 955 components: - - pos: -38.5,-15.5 + - type: Transform + pos: -38.5,-15.5 parent: 1 - type: Transform - uid: 956 components: - - pos: -36.5,-15.5 + - type: Transform + pos: -36.5,-15.5 parent: 1 - type: Transform - uid: 957 components: - - pos: -36.5,-14.5 + - type: Transform + pos: -36.5,-14.5 parent: 1 - type: Transform - uid: 958 components: - - pos: -36.5,-12.5 + - type: Transform + pos: -36.5,-12.5 parent: 1 - type: Transform - uid: 959 components: - - pos: -36.5,-11.5 + - type: Transform + pos: -36.5,-11.5 parent: 1 - type: Transform - uid: 960 components: - - pos: -36.5,-10.5 + - type: Transform + pos: -36.5,-10.5 parent: 1 - type: Transform - uid: 23669 components: - - pos: 69.5,-1.5 + - type: Transform + pos: 69.5,-1.5 parent: 1 - type: Transform - uid: 23670 components: - - pos: 71.5,-1.5 + - type: Transform + pos: 71.5,-1.5 parent: 1 - type: Transform - uid: 23756 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-55.5 parent: 1 - type: Transform - uid: 23757 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-54.5 parent: 1 - type: Transform - proto: HydroponicsToolClippers entities: - uid: 933 components: - - pos: -17.483902,-19.418669 + - type: Transform + pos: -17.483902,-19.418669 parent: 1 - type: Transform - uid: 31679 components: - - pos: -55.511494,16.599483 + - type: Transform + pos: -55.511494,16.599483 parent: 1 - type: Transform - proto: HydroponicsToolHatchet entities: - uid: 932 components: - - pos: -15.499527,-19.371761 + - type: Transform + pos: -15.499527,-19.371761 parent: 1 - type: Transform - proto: HydroponicsToolMiniHoe entities: - uid: 938 components: - - pos: -16.499527,-19.481213 + - type: Transform + pos: -16.499527,-19.481213 parent: 1 - type: Transform - uid: 7490 components: - - flags: InContainer - type: MetaData - - parent: 6541 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6541 + - type: Physics + canCollide: False - uid: 10336 components: - - pos: -81.33827,-48.311714 + - type: Transform + pos: -81.33827,-48.311714 parent: 1 - type: Transform - proto: HydroponicsToolScythe entities: - uid: 11027 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.500874,-15.386663 parent: 1 - type: Transform - uid: 31680 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.511494,15.682181 parent: 1 - type: Transform - proto: HydroponicsToolSpade entities: - uid: 940 components: - - pos: -18.405777,-19.371761 + - type: Transform + pos: -18.405777,-19.371761 parent: 1 - type: Transform - uid: 23758 components: - - pos: 25.641466,-54.134552 + - type: Transform + pos: 25.641466,-54.134552 parent: 1 - type: Transform - uid: 33555 components: - - pos: -81.6091,-48.238747 + - type: Transform + pos: -81.6091,-48.238747 parent: 1 - type: Transform - proto: hydroponicsTray entities: - uid: 625 components: - - pos: -16.5,-13.5 + - type: Transform + pos: -16.5,-13.5 parent: 1 - type: Transform - uid: 649 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 1 - type: Transform - uid: 891 components: - - pos: -16.5,-12.5 + - type: Transform + pos: -16.5,-12.5 parent: 1 - type: Transform - uid: 894 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 1 - type: Transform - uid: 895 components: - - pos: -18.5,-14.5 + - type: Transform + pos: -18.5,-14.5 parent: 1 - type: Transform - uid: 896 components: - - pos: -18.5,-14.5 + - type: Transform + pos: -18.5,-14.5 parent: 1 - type: Transform - uid: 897 components: - - pos: -18.5,-12.5 + - type: Transform + pos: -18.5,-12.5 parent: 1 - type: Transform - uid: 898 components: - - pos: -20.5,-14.5 + - type: Transform + pos: -20.5,-14.5 parent: 1 - type: Transform - uid: 899 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 1 - type: Transform - uid: 900 components: - - pos: -20.5,-12.5 + - type: Transform + pos: -20.5,-12.5 parent: 1 - type: Transform - uid: 961 components: - - pos: -33.5,-15.5 + - type: Transform + pos: -33.5,-15.5 parent: 1 - type: Transform - uid: 962 components: - - pos: -33.5,-14.5 + - type: Transform + pos: -33.5,-14.5 parent: 1 - type: Transform - uid: 963 components: - - pos: -33.5,-13.5 + - type: Transform + pos: -33.5,-13.5 parent: 1 - type: Transform - uid: 964 components: - - pos: -31.5,-15.5 + - type: Transform + pos: -31.5,-15.5 parent: 1 - type: Transform - uid: 965 components: - - pos: -31.5,-14.5 + - type: Transform + pos: -31.5,-14.5 parent: 1 - type: Transform - uid: 966 components: - - pos: -31.5,-13.5 + - type: Transform + pos: -31.5,-13.5 parent: 1 - type: Transform - uid: 13100 components: - - pos: -81.5,-48.5 + - type: Transform + pos: -81.5,-48.5 parent: 1 - type: Transform - uid: 33533 components: - - pos: 19.5,-42.5 + - type: Transform + pos: 19.5,-42.5 parent: 1 - type: Transform - proto: HydroponicsTrayMachineCircuitboard entities: - uid: 945 components: - - pos: -18.468277,-17.386007 + - type: Transform + pos: -18.468277,-17.386007 parent: 1 - type: Transform - proto: Igniter entities: - uid: 28591 components: - - pos: -103.60661,-77.17004 + - type: Transform + pos: -103.60661,-77.17004 parent: 1 - type: Transform - proto: InflatableDoor entities: - uid: 13222 components: - - pos: -122.5,-29.5 + - type: Transform + pos: -122.5,-29.5 parent: 1 - type: Transform - uid: 15724 components: - - pos: -79.5,-62.5 + - type: Transform + pos: -79.5,-62.5 parent: 1 - type: Transform - uid: 15784 components: - - pos: -80.5,-67.5 + - type: Transform + pos: -80.5,-67.5 parent: 1 - type: Transform - uid: 15787 components: - - pos: -66.5,-74.5 + - type: Transform + pos: -66.5,-74.5 parent: 1 - type: Transform - uid: 31237 components: - - pos: -75.5,-75.5 + - type: Transform + pos: -75.5,-75.5 parent: 1 - type: Transform - proto: InflatableDoorStack1 entities: - uid: 21357 components: - - pos: 22.557753,9.634965 + - type: Transform + pos: 22.557753,9.634965 parent: 1 - type: Transform - uid: 31357 components: - - pos: 10.521317,-36.38388 + - type: Transform + pos: 10.521317,-36.38388 parent: 1 - type: Transform - uid: 31359 components: - - pos: 10.521317,-36.38388 + - type: Transform + pos: 10.521317,-36.38388 parent: 1 - type: Transform - proto: InflatableWall entities: - uid: 8967 components: - - pos: -122.5,-30.5 + - type: Transform + pos: -122.5,-30.5 parent: 1 - type: Transform - uid: 15705 components: - - pos: -76.5,-73.5 + - type: Transform + pos: -76.5,-73.5 parent: 1 - type: Transform - uid: 15706 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,-61.5 parent: 1 - type: Transform - uid: 15714 components: - - pos: -81.5,-70.5 + - type: Transform + pos: -81.5,-70.5 parent: 1 - type: Transform - uid: 16196 components: - - pos: -122.5,-28.5 + - type: Transform + pos: -122.5,-28.5 parent: 1 - type: Transform - uid: 33893 components: - - pos: -76.5,-59.5 + - type: Transform + pos: -76.5,-59.5 parent: 1 - type: Transform - uid: 33894 components: - - pos: -76.5,-62.5 + - type: Transform + pos: -76.5,-62.5 parent: 1 - type: Transform - uid: 33895 components: - - pos: -83.5,-66.5 + - type: Transform + pos: -83.5,-66.5 parent: 1 - type: Transform - uid: 33896 components: - - pos: -83.5,-65.5 + - type: Transform + pos: -83.5,-65.5 parent: 1 - type: Transform - uid: 33911 components: - - pos: -87.5,-74.5 + - type: Transform + pos: -87.5,-74.5 parent: 1 - type: Transform - uid: 33912 components: - - pos: -86.5,-74.5 + - type: Transform + pos: -86.5,-74.5 parent: 1 - type: Transform - uid: 33913 components: - - pos: -85.5,-74.5 + - type: Transform + pos: -85.5,-74.5 parent: 1 - type: Transform - uid: 33914 components: - - pos: -84.5,-74.5 + - type: Transform + pos: -84.5,-74.5 parent: 1 - type: Transform - uid: 33916 components: - - pos: -83.5,-73.5 + - type: Transform + pos: -83.5,-73.5 parent: 1 - type: Transform - uid: 33922 components: - - pos: -86.5,-66.5 + - type: Transform + pos: -86.5,-66.5 parent: 1 - type: Transform - uid: 36257 components: - - pos: 24.5,17.5 + - type: Transform + pos: 24.5,17.5 parent: 1 - type: Transform - uid: 36266 components: - - pos: 25.5,17.5 + - type: Transform + pos: 25.5,17.5 parent: 1 - type: Transform - uid: 36368 components: - - pos: -131.5,-52.5 + - type: Transform + pos: -131.5,-52.5 parent: 1 - type: Transform - proto: InflatableWallStack entities: - uid: 8844 components: - - pos: -100.11638,-0.5534015 + - type: Transform + pos: -100.11638,-0.5534015 parent: 1 - type: Transform - uid: 28745 components: - - pos: 13.5480585,-25.433018 + - type: Transform + pos: 13.5480585,-25.433018 parent: 1 - type: Transform - uid: 42031 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 55.3508,-10.396826 parent: 1 - type: Transform - proto: InflatableWallStack1 entities: - uid: 21358 components: - - pos: 22.484835,9.530726 + - type: Transform + pos: 22.484835,9.530726 parent: 1 - type: Transform - uid: 21359 components: - - pos: 22.484835,9.582846 + - type: Transform + pos: 22.484835,9.582846 parent: 1 - type: Transform - uid: 31325 components: - - pos: 10.469233,-36.425575 + - type: Transform + pos: 10.469233,-36.425575 parent: 1 - type: Transform - uid: 31358 components: - - pos: 10.469233,-36.425575 + - type: Transform + pos: 10.469233,-36.425575 parent: 1 - type: Transform - uid: 31360 components: - - pos: 10.469233,-36.425575 + - type: Transform + pos: 10.469233,-36.425575 parent: 1 - type: Transform - proto: IngotGold entities: - uid: 11742 components: - - pos: -111.46319,-4.2726703 + - type: Transform + pos: -111.46319,-4.2726703 parent: 1 - type: Transform - proto: IngotSilver entities: - uid: 11743 components: - - pos: -108.48142,-4.3247886 + - type: Transform + pos: -108.48142,-4.3247886 parent: 1 - type: Transform - proto: IntercomCommand entities: - uid: 33561 components: - - pos: -91.5,7.5 + - type: Transform + pos: -91.5,7.5 parent: 1 - type: Transform - uid: 33562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-0.5 parent: 1 - type: Transform - uid: 33563 components: - - pos: -97.5,8.5 + - type: Transform + pos: -97.5,8.5 parent: 1 - type: Transform - proto: IntercomEngineering entities: - uid: 33564 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-11.5 parent: 1 - type: Transform - uid: 33565 components: - - pos: -108.5,-9.5 + - type: Transform + pos: -108.5,-9.5 parent: 1 - type: Transform - uid: 33566 components: - - pos: -115.5,-23.5 + - type: Transform + pos: -115.5,-23.5 parent: 1 - type: Transform - uid: 33567 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-34.5 parent: 1 - type: Transform - uid: 33568 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-28.5 parent: 1 - type: Transform - uid: 33569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-36.5 parent: 1 - type: Transform - uid: 33571 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-64.5 parent: 1 - type: Transform - proto: IntercomMedical entities: - uid: 24418 components: - - pos: -70.5,-32.5 + - type: Transform + pos: -70.5,-32.5 parent: 1 - type: Transform - uid: 33570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-20.5 parent: 1 - type: Transform - uid: 33573 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-22.5 parent: 1 - type: Transform - uid: 33574 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-29.5 parent: 1 - type: Transform - uid: 33579 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-38.5 parent: 1 - type: Transform - uid: 33580 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-35.5 parent: 1 - type: Transform - uid: 40828 components: - - pos: -0.5,-28.5 + - type: Transform + pos: -0.5,-28.5 parent: 1 - type: Transform - proto: IntercomSecurity entities: - uid: 33551 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-26.5 parent: 1 - type: Transform - uid: 33552 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-13.5 parent: 1 - type: Transform - uid: 33553 components: - - pos: 14.5,-17.5 + - type: Transform + pos: 14.5,-17.5 parent: 1 - type: Transform - uid: 33554 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-8.5 parent: 1 - type: Transform - uid: 33559 components: - - pos: 47.5,-15.5 + - type: Transform + pos: 47.5,-15.5 parent: 1 - type: Transform - uid: 33560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 59.5,8.5 parent: 1 - type: Transform - uid: 33575 components: - - pos: -46.5,-19.5 + - type: Transform + pos: -46.5,-19.5 parent: 1 - type: Transform - uid: 33576 components: - - pos: -58.5,-47.5 + - type: Transform + pos: -58.5,-47.5 parent: 1 - type: Transform - uid: 33577 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-43.5 parent: 1 - type: Transform - uid: 33578 components: - - pos: -50.5,-52.5 + - type: Transform + pos: -50.5,-52.5 parent: 1 - type: Transform - uid: 40829 components: - - pos: -1.5,-28.5 + - type: Transform + pos: -1.5,-28.5 parent: 1 - type: Transform - proto: IntercomSupply entities: - uid: 33582 components: - - pos: -35.5,27.5 + - type: Transform + pos: -35.5,27.5 parent: 1 - type: Transform - uid: 33583 components: - - pos: -39.5,39.5 + - type: Transform + pos: -39.5,39.5 parent: 1 - type: Transform - uid: 33584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,41.5 parent: 1 - type: Transform - uid: 33585 components: - - pos: -14.5,34.5 + - type: Transform + pos: -14.5,34.5 parent: 1 - type: Transform - uid: 33588 components: - - pos: -5.5,51.5 + - type: Transform + pos: -5.5,51.5 parent: 1 - type: Transform - proto: JanitorialTrolley entities: - uid: 7160 components: - - pos: -22.5,24.5 + - type: Transform + pos: -22.5,24.5 parent: 1 - type: Transform - uid: 7161 components: - - pos: -21.5,24.5 + - type: Transform + pos: -21.5,24.5 parent: 1 - type: Transform - uid: 30725 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,-38.5 parent: 1 - type: Transform - proto: JanitorServiceLight entities: - uid: 33026 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-27.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33521 - type: DeviceLinkSink - uid: 33027 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,6.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33526 - type: DeviceLinkSink - uid: 33028 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,0.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33527 - type: DeviceLinkSink - uid: 33029 components: - - pos: -32.5,26.5 + - type: Transform + pos: -32.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33531 - type: DeviceLinkSink - uid: 33030 components: - - pos: -90.5,6.5 + - type: Transform + pos: -90.5,6.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33525 - type: DeviceLinkSink - uid: 33031 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,-14.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 19156 - type: DeviceLinkSink - uid: 33158 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,-12.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33524 - type: DeviceLinkSink - uid: 33166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33522 - type: DeviceLinkSink - uid: 33453 components: - - pos: -18.5,-25.5 + - type: Transform + pos: -18.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33520 - type: DeviceLinkSink - uid: 33517 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-38.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33530 - type: DeviceLinkSink - uid: 33518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33519 - type: DeviceLinkSink - uid: 33529 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-9.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 33528 - type: DeviceLinkSink - proto: JetpackBlueFilled entities: - uid: 4224 components: - - flags: InContainer - type: MetaData - - parent: 4223 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4223 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 4230 components: - - flags: InContainer - type: MetaData - - parent: 4229 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4229 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 4232 components: - - flags: InContainer - type: MetaData - - parent: 4231 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4231 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6155 components: - - flags: InContainer - type: MetaData - - parent: 6154 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6154 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 7547 components: - - flags: InContainer - type: MetaData - - parent: 7546 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7546 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 7549 components: - - flags: InContainer - type: MetaData - - parent: 7548 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7548 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: JetpackMiniFilled entities: - uid: 4445 components: - - flags: InContainer - type: MetaData - - parent: 4444 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 4444 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6160 components: - - flags: InContainer - type: MetaData - - parent: 6156 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6156 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 7554 components: - - flags: InContainer - type: MetaData - - parent: 7553 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7553 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 7556 components: - - flags: InContainer - type: MetaData - - parent: 7555 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7555 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 11633 components: - - pos: -7.5135922,41.751335 + - type: Transform + pos: -7.5135922,41.751335 parent: 1 - type: Transform - uid: 13178 components: - - pos: -7.5344257,41.54286 + - type: Transform + pos: -7.5344257,41.54286 parent: 1 - type: Transform - uid: 38905 components: - - pos: 6.5331845,38.635014 + - type: Transform + pos: 6.5331845,38.635014 parent: 1 - type: Transform - uid: 38906 components: - - pos: 7.554018,38.666286 + - type: Transform + pos: 7.554018,38.666286 parent: 1 - type: Transform - proto: JetpackSecurityFilled entities: - uid: 6147 components: - - flags: InContainer - type: MetaData - - parent: 5833 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 5833 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6149 components: - - flags: InContainer - type: MetaData - - parent: 6148 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6148 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6166 components: - - flags: InContainer - type: MetaData - - parent: 6165 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6165 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6168 components: - - flags: InContainer - type: MetaData - - parent: 6167 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6167 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 8725 components: - - flags: InContainer - type: MetaData - - parent: 7559 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7559 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 9387 components: - - flags: InContainer - type: MetaData - - parent: 9071 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 9071 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Joint entities: - uid: 9547 components: - - pos: -59.346348,-4.4279637 + - type: Transform + pos: -59.346348,-4.4279637 parent: 1 - type: Transform - uid: 9548 components: - - pos: -59.346348,-4.318512 + - type: Transform + pos: -59.346348,-4.318512 parent: 1 - type: Transform - uid: 18463 components: - - flags: InContainer - type: MetaData - - parent: 1285 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1285 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Jug entities: - uid: 1136 components: - - pos: 15.33049,9.647776 + - type: Transform + pos: 15.33049,9.647776 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: SoapyWater Quantity: 90 - type: SolutionContainerManager - uid: 1978 components: - - pos: 18.54924,8.688776 + - type: Transform + pos: 18.54924,8.688776 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: SoapReagent Quantity: 120 - type: SolutionContainerManager - uid: 2218 components: - - pos: 15.657362,8.75993 + - type: Transform + pos: 15.657362,8.75993 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Bleach Quantity: 175 - type: SolutionContainerManager - uid: 20246 components: - - pos: -22.292437,28.225231 + - type: Transform + pos: -22.292437,28.225231 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Ammonia Quantity: 100 - type: SolutionContainerManager - uid: 23751 components: - - pos: 25.389425,-51.243248 + - type: Transform + pos: 25.389425,-51.243248 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: SoapReagent Quantity: 100 - type: SolutionContainerManager - uid: 23752 components: - - pos: 29.608175,-48.355827 + - type: Transform + pos: 29.608175,-48.355827 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Bleach Quantity: 60 - type: SolutionContainerManager - proto: KitchenDeepFryer entities: - uid: 533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,2.5 parent: 1 - type: Transform - uid: 601 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,5.5 parent: 1 - type: Transform - uid: 27893 components: - - pos: 17.5,-39.5 + - type: Transform + pos: 17.5,-39.5 parent: 1 - type: Transform - proto: KitchenElectricGrill entities: - uid: 9929 components: - - pos: -28.5,5.5 + - type: Transform + pos: -28.5,5.5 parent: 1 - type: Transform - uid: 9977 components: - - pos: -24.5,2.5 + - type: Transform + pos: -24.5,2.5 parent: 1 - type: Transform - uid: 28456 components: - - pos: 17.5,-42.5 + - type: Transform + pos: 17.5,-42.5 parent: 1 - type: Transform - proto: KitchenKnife entities: - uid: 7600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -67.605225,16.318909 parent: 1 - type: Transform - proto: KitchenMicrowave entities: - uid: 1528 components: - - pos: -56.5,-3.5 + - type: Transform + pos: -56.5,-3.5 parent: 1 - type: Transform - uid: 2890 components: - - pos: 17.5,-53.5 + - type: Transform + pos: 17.5,-53.5 parent: 1 - type: Transform - uid: 3492 components: - - pos: -24.5,4.5 + - type: Transform + pos: -24.5,4.5 parent: 1 - type: Transform - uid: 4467 components: - - pos: -47.5,-53.5 + - type: Transform + pos: -47.5,-53.5 parent: 1 - type: Transform - uid: 4524 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 1 - type: Transform - uid: 7169 components: - - pos: -23.5,33.5 + - type: Transform + pos: -23.5,33.5 parent: 1 - type: Transform - uid: 7598 components: - - pos: -67.5,15.5 + - type: Transform + pos: -67.5,15.5 parent: 1 - type: Transform - uid: 8361 components: - - pos: -66.5,2.5 + - type: Transform + pos: -66.5,2.5 parent: 1 - type: Transform - uid: 8809 components: - - pos: -113.5,1.5 + - type: Transform + pos: -113.5,1.5 parent: 1 - type: Transform - uid: 9527 components: - - pos: -59.5,2.5 + - type: Transform + pos: -59.5,2.5 parent: 1 - type: Transform - uid: 9619 components: - - pos: -28.5,4.5 + - type: Transform + pos: -28.5,4.5 parent: 1 - type: Transform - uid: 9698 components: - - pos: -87.5,-19.5 + - type: Transform + pos: -87.5,-19.5 parent: 1 - type: Transform - uid: 9747 components: - - pos: -99.5,-20.5 + - type: Transform + pos: -99.5,-20.5 parent: 1 - type: Transform - uid: 10993 components: - - pos: -28.5,-17.5 + - type: Transform + pos: -28.5,-17.5 parent: 1 - type: Transform - uid: 11579 components: - - pos: -18.5,32.5 + - type: Transform + pos: -18.5,32.5 parent: 1 - type: Transform - uid: 11987 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 1 - type: Transform - uid: 18958 components: - - pos: -77.5,-37.5 + - type: Transform + pos: -77.5,-37.5 parent: 1 - type: Transform - uid: 33998 components: - - pos: -97.5,-65.5 + - type: Transform + pos: -97.5,-65.5 parent: 1 - type: Transform - proto: KitchenReagentGrinder entities: - uid: 977 components: - - pos: -29.5,-10.5 + - type: Transform + pos: -29.5,-10.5 parent: 1 - type: Transform - uid: 2061 components: - - pos: 17.5,-41.5 + - type: Transform + pos: 17.5,-41.5 parent: 1 - type: Transform - uid: 3494 components: - - pos: -24.5,3.5 + - type: Transform + pos: -24.5,3.5 parent: 1 - type: Transform - uid: 4754 components: - - pos: -62.5,-23.5 + - type: Transform + pos: -62.5,-23.5 parent: 1 - type: Transform - uid: 9620 components: - - pos: -26.5,5.5 + - type: Transform + pos: -26.5,5.5 parent: 1 - type: Transform - uid: 12273 components: - - pos: -42.5,-56.5 + - type: Transform + pos: -42.5,-56.5 parent: 1 - type: Transform - uid: 28161 components: - - pos: 4.5,-36.5 + - type: Transform + pos: 4.5,-36.5 parent: 1 - type: Transform - uid: 30038 components: - - pos: -62.5,-31.5 + - type: Transform + pos: -62.5,-31.5 parent: 1 - type: Transform - proto: KitchenSpike entities: - uid: 305 components: - - pos: -19.5,12.5 + - type: Transform + pos: -19.5,12.5 parent: 1 - type: Transform - uid: 10520 components: - - pos: 24.5,-40.5 + - type: Transform + pos: 24.5,-40.5 parent: 1 - type: Transform - uid: 13654 components: - - pos: -76.5,-65.5 + - type: Transform + pos: -76.5,-65.5 parent: 1 - type: Transform - proto: Kudzu entities: - uid: 36576 components: - - pos: 56.5,9.5 + - type: Transform + pos: 56.5,9.5 parent: 1 - type: Transform - uid: 36577 components: - - pos: 57.5,9.5 + - type: Transform + pos: 57.5,9.5 parent: 1 - type: Transform - uid: 36578 components: - - pos: 56.5,8.5 + - type: Transform + pos: 56.5,8.5 parent: 1 - type: Transform - uid: 36579 components: - - pos: 56.5,7.5 + - type: Transform + pos: 56.5,7.5 parent: 1 - type: Transform - uid: 36580 components: - - pos: 57.5,8.5 + - type: Transform + pos: 57.5,8.5 parent: 1 - type: Transform - uid: 36581 components: - - pos: 57.5,7.5 + - type: Transform + pos: 57.5,7.5 parent: 1 - type: Transform - uid: 36582 components: - - pos: 58.5,8.5 + - type: Transform + pos: 58.5,8.5 parent: 1 - type: Transform - proto: Lamp entities: - uid: 3377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.344893,-48.93917 parent: 1 - type: Transform - uid: 3430 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.469893,-48.964188 parent: 1 - type: Transform - uid: 4908 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.50218,-30.04962 parent: 1 - type: Transform - uid: 4909 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.47093,-32.19173 parent: 1 - type: Transform - uid: 8697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.4201,12.077495 parent: 1 - type: Transform - uid: 8698 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.472176,10.816202 parent: 1 - type: Transform - uid: 9783 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.42943,-31.019905 parent: 1 - type: Transform - uid: 11807 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5354,-7.9408364 parent: 1 - type: Transform - uid: 11808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.41561,-3.9146028 parent: 1 - type: Transform - uid: 11909 components: - - pos: -37.536465,-40.99288 + - type: Transform + pos: -37.536465,-40.99288 parent: 1 - type: Transform - uid: 12343 components: - - pos: -0.30198622,-37.822876 + - type: Transform + pos: -0.30198622,-37.822876 parent: 1 - type: Transform - uid: 13686 components: - - pos: -78.663795,-65.634865 + - type: Transform + pos: -78.663795,-65.634865 parent: 1 - type: Transform - uid: 29460 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.339684,-41.13951 parent: 1 - type: Transform - proto: LampBanana entities: - uid: 8358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.36518,2.9812183 parent: 1 - type: Transform - proto: LampGold entities: - uid: 2885 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.335356,-55.456745 parent: 1 - type: Transform - uid: 11945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.515663,-34.05435 parent: 1 - type: Transform - uid: 13159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.58594,25.170324 parent: 1 - type: Transform - uid: 23819 components: - - pos: 41.355553,-55.941242 + - type: Transform + pos: 41.355553,-55.941242 parent: 1 - type: Transform - uid: 28493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.279238,-33.957973 parent: 1 - type: Transform - uid: 29392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.353004,-54.414925 parent: 1 - type: Transform - uid: 36487 components: - - pos: -120.68879,-56.146576 + - type: Transform + pos: -120.68879,-56.146576 parent: 1 - type: Transform - proto: LampInterrogator entities: - uid: 14894 components: - - pos: -56.554024,-33.106632 + - type: Transform + pos: -56.554024,-33.106632 parent: 1 - type: Transform - proto: LandMineExplosive entities: - uid: 28163 components: - - pos: -65.440315,-53.511314 + - type: Transform + pos: -65.440315,-53.511314 parent: 1 - type: Transform - uid: 31077 components: - - pos: -71.72981,-45.580524 + - type: Transform + pos: -71.72981,-45.580524 parent: 1 - type: Transform - uid: 32056 components: - - pos: -71.60481,-50.550926 + - type: Transform + pos: -71.60481,-50.550926 parent: 1 - type: Transform - uid: 32279 components: - - pos: -68.49023,-42.31784 + - type: Transform + pos: -68.49023,-42.31784 parent: 1 - type: Transform - uid: 32290 components: - - pos: -68.488976,-52.649525 + - type: Transform + pos: -68.488976,-52.649525 parent: 1 - type: Transform - proto: LargeBeaker entities: - uid: 978 components: - - pos: -29.382172,-10.762024 + - type: Transform + pos: -29.382172,-10.762024 parent: 1 - type: Transform - uid: 9635 components: - - pos: -26.381868,5.0056214 + - type: Transform + pos: -26.381868,5.0056214 parent: 1 - type: Transform - uid: 9922 components: - - pos: 17.36194,-41.59543 + - type: Transform + pos: 17.36194,-41.59543 parent: 1 - type: Transform - uid: 32234 components: - - pos: -42.618885,-54.391376 + - type: Transform + pos: -42.618885,-54.391376 parent: 1 - type: Transform - - enabled: False - type: CollisionWake + - type: CollisionWake + enabled: False - uid: 32235 components: - - pos: -39.368885,-66.798 + - type: Transform + pos: -39.368885,-66.798 parent: 1 - type: Transform - proto: LeavesCannabisDried entities: - uid: 9852 components: - - pos: -33.243793,10.608961 + - type: Transform + pos: -33.243793,10.608961 parent: 1 - type: Transform - uid: 9853 components: - - pos: -33.243793,10.608961 + - type: Transform + pos: -33.243793,10.608961 parent: 1 - type: Transform - uid: 9946 components: - - pos: -33.243793,10.608961 + - type: Transform + pos: -33.243793,10.608961 parent: 1 - type: Transform - uid: 9947 components: - - pos: -33.243793,10.608961 + - type: Transform + pos: -33.243793,10.608961 parent: 1 - type: Transform - uid: 9948 components: - - pos: -33.243793,10.608961 + - type: Transform + pos: -33.243793,10.608961 parent: 1 - type: Transform - uid: 9949 components: - - pos: -33.243793,10.608961 + - type: Transform + pos: -33.243793,10.608961 parent: 1 - type: Transform - uid: 9950 components: - - pos: -33.22817,10.68714 + - type: Transform + pos: -33.22817,10.68714 parent: 1 - type: Transform - uid: 9951 components: - - pos: -33.22817,10.68714 + - type: Transform + pos: -33.22817,10.68714 parent: 1 - type: Transform - uid: 9952 components: - - pos: -33.22817,10.68714 + - type: Transform + pos: -33.22817,10.68714 parent: 1 - type: Transform - uid: 9953 components: - - pos: -33.22817,10.68714 + - type: Transform + pos: -33.22817,10.68714 parent: 1 - type: Transform - uid: 9954 components: - - pos: -33.22817,10.68714 + - type: Transform + pos: -33.22817,10.68714 parent: 1 - type: Transform - uid: 9955 components: - - pos: -33.22817,10.68714 + - type: Transform + pos: -33.22817,10.68714 parent: 1 - type: Transform - proto: LightBulbMaintenance entities: - uid: 41127 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -119.42071,-21.47024 parent: 1 - type: Transform - proto: Lighter entities: - uid: 11766 components: - - pos: -94.31281,-4.5636654 + - type: Transform + pos: -94.31281,-4.5636654 parent: 1 - type: Transform - uid: 23872 components: - - pos: -9.708311,-58.46945 + - type: Transform + pos: -9.708311,-58.46945 parent: 1 - type: Transform - proto: LockerAtmosphericsFilledHardsuit entities: - uid: 6008 components: - - pos: -98.5,-34.5 + - type: Transform + pos: -98.5,-34.5 parent: 1 - type: Transform - uid: 20280 components: - - pos: -98.5,-35.5 + - type: Transform + pos: -98.5,-35.5 parent: 1 - type: Transform - uid: 20347 components: - - pos: -98.5,-36.5 + - type: Transform + pos: -98.5,-36.5 parent: 1 - type: Transform - proto: LockerBooze entities: - uid: 13800 components: - - pos: 24.5,-22.5 + - type: Transform + pos: 24.5,-22.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191599,34 +191833,34 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerBoozeFilled entities: - uid: 9520 components: - - pos: -59.5,-1.5 + - type: Transform + pos: -59.5,-1.5 parent: 1 - type: Transform - uid: 9530 components: - - pos: -55.5,-1.5 + - type: Transform + pos: -55.5,-1.5 parent: 1 - type: Transform - proto: LockerBrigmedicFilledHardsuit entities: - uid: 15212 components: - - pos: -1.5,-31.5 + - type: Transform + pos: -1.5,-31.5 parent: 1 - type: Transform - proto: LockerCaptainFilledHardsuit entities: - uid: 27209 components: - - pos: -115.5,1.5 + - type: Transform + pos: -115.5,1.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1465 @@ -191643,8 +191877,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191654,190 +191888,190 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerChemistryFilled entities: - uid: 9181 components: - - pos: 4.5,-33.5 + - type: Transform + pos: 4.5,-33.5 parent: 1 - type: Transform - uid: 24750 components: - - pos: -68.5,-27.5 + - type: Transform + pos: -68.5,-27.5 parent: 1 - type: Transform - proto: LockerChiefEngineerFilledHardsuit entities: - uid: 9795 components: - - pos: -106.5,-35.5 + - type: Transform + pos: -106.5,-35.5 parent: 1 - type: Transform - proto: LockerChiefMedicalOfficerFilledHardsuit entities: - uid: 28103 components: - - pos: -85.5,-21.5 + - type: Transform + pos: -85.5,-21.5 parent: 1 - type: Transform - proto: LockerClown entities: - uid: 8953 components: - - pos: -66.5,1.5 + - type: Transform + pos: -66.5,1.5 parent: 1 - type: Transform - proto: LockerDetectiveFilled entities: - uid: 29452 components: - - pos: -55.48569,-40.326447 + - type: Transform + pos: -55.48569,-40.326447 parent: 1 - type: Transform - proto: LockerElectricalSuppliesFilled entities: - uid: 30896 components: - - pos: -33.5,-76.5 + - type: Transform + pos: -33.5,-76.5 parent: 1 - type: Transform - uid: 31336 components: - - pos: -52.5,-75.5 + - type: Transform + pos: -52.5,-75.5 parent: 1 - type: Transform - proto: LockerEngineerFilled entities: - uid: 5852 components: - - pos: -112.5,-13.5 + - type: Transform + pos: -112.5,-13.5 parent: 1 - type: Transform - uid: 5855 components: - - pos: -110.5,-13.5 + - type: Transform + pos: -110.5,-13.5 parent: 1 - type: Transform - uid: 13199 components: - - pos: -113.5,-13.5 + - type: Transform + pos: -113.5,-13.5 parent: 1 - type: Transform - uid: 17125 components: - - pos: -114.5,-13.5 + - type: Transform + pos: -114.5,-13.5 parent: 1 - type: Transform - uid: 17126 components: - - pos: -109.5,-13.5 + - type: Transform + pos: -109.5,-13.5 parent: 1 - type: Transform - proto: LockerEngineerFilledHardsuit entities: - uid: 9025 components: - - pos: -113.5,-10.5 + - type: Transform + pos: -113.5,-10.5 parent: 1 - type: Transform - uid: 9026 components: - - pos: -109.5,-10.5 + - type: Transform + pos: -109.5,-10.5 parent: 1 - type: Transform - uid: 13198 components: - - pos: -114.5,-10.5 + - type: Transform + pos: -114.5,-10.5 parent: 1 - type: Transform - uid: 13948 components: - - pos: -110.5,-10.5 + - type: Transform + pos: -110.5,-10.5 parent: 1 - type: Transform - uid: 17124 components: - - pos: -112.5,-10.5 + - type: Transform + pos: -112.5,-10.5 parent: 1 - type: Transform - proto: LockerEvidence entities: - uid: 2930 components: - - pos: -5.5,-52.5 + - type: Transform + pos: -5.5,-52.5 parent: 1 - type: Transform - uid: 2931 components: - - pos: -5.5,-51.5 + - type: Transform + pos: -5.5,-51.5 parent: 1 - type: Transform - uid: 3862 components: - - pos: -42.5,-34.5 + - type: Transform + pos: -42.5,-34.5 parent: 1 - type: Transform - uid: 3863 components: - - pos: -42.5,-35.5 + - type: Transform + pos: -42.5,-35.5 parent: 1 - type: Transform - uid: 3864 components: - - pos: -42.5,-36.5 + - type: Transform + pos: -42.5,-36.5 parent: 1 - type: Transform - uid: 7747 components: - - pos: -80.5,26.5 + - type: Transform + pos: -80.5,26.5 parent: 1 - type: Transform - uid: 9491 components: - - pos: -47.5,17.5 + - type: Transform + pos: -47.5,17.5 parent: 1 - type: Transform - uid: 9492 components: - - pos: -48.5,17.5 + - type: Transform + pos: -48.5,17.5 parent: 1 - type: Transform - uid: 12613 components: - - pos: -60.5,-47.5 + - type: Transform + pos: -60.5,-47.5 parent: 1 - type: Transform - uid: 12614 components: - - pos: -60.5,-46.5 + - type: Transform + pos: -60.5,-46.5 parent: 1 - type: Transform - uid: 21128 components: - - pos: -4.5,-27.5 + - type: Transform + pos: -4.5,-27.5 parent: 1 - type: Transform - uid: 21147 components: - - pos: -3.5,-27.5 + - type: Transform + pos: -3.5,-27.5 parent: 1 - type: Transform - proto: LockerForensicMantisFilled entities: - uid: 6751 components: - - pos: -34.5,-36.5 + - type: Transform + pos: -34.5,-36.5 parent: 1 - type: Transform - proto: LockerFreezer entities: - uid: 11739 components: - - pos: -112.5,-0.5 + - type: Transform + pos: -112.5,-0.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -191854,8 +192088,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191865,22 +192099,22 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerFreezerBase entities: - uid: 9731 components: - - pos: -99.5,-23.5 + - type: Transform + pos: -99.5,-23.5 parent: 1 - type: Transform - uid: 10324 components: - - pos: -24.5,7.5 + - type: Transform + pos: -24.5,7.5 parent: 1 - type: Transform - - locked: False - type: Lock - - air: + - type: Lock + locked: False + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14697 @@ -191897,8 +192131,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191912,18 +192146,18 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 33983 components: - - pos: -94.5,-65.5 + - type: Transform + pos: -94.5,-65.5 parent: 1 - type: Transform - uid: 36491 components: - - pos: -118.5,-58.5 + - type: Transform + pos: -118.5,-58.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -191940,8 +192174,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191953,22 +192187,22 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerFreezerVaultFilled entities: - uid: 8283 components: - - pos: -109.5,-4.5 + - type: Transform + pos: -109.5,-4.5 parent: 1 - type: Transform - proto: LockerHeadOfPersonnelFilled entities: - uid: 7595 components: - - pos: -68.5,15.5 + - type: Transform + pos: -68.5,15.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191978,15 +192212,15 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerHeadOfSecurityFilled entities: - uid: 15373 components: - - pos: -55.5,-19.5 + - type: Transform + pos: -55.5,-19.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -191998,81 +192232,81 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerMedicalFilled entities: - uid: 4776 components: - - pos: -67.5,-35.5 + - type: Transform + pos: -67.5,-35.5 parent: 1 - type: Transform - uid: 4783 components: - - pos: -69.5,-35.5 + - type: Transform + pos: -69.5,-35.5 parent: 1 - type: Transform - uid: 4784 components: - - pos: -70.5,-35.5 + - type: Transform + pos: -70.5,-35.5 parent: 1 - type: Transform - uid: 4785 components: - - pos: -71.5,-35.5 + - type: Transform + pos: -71.5,-35.5 parent: 1 - type: Transform - uid: 4786 components: - - pos: -72.5,-35.5 + - type: Transform + pos: -72.5,-35.5 parent: 1 - type: Transform - uid: 9158 components: - - pos: -67.5,-34.5 + - type: Transform + pos: -67.5,-34.5 parent: 1 - type: Transform - uid: 31010 components: - - pos: 2.5,-40.5 + - type: Transform + pos: 2.5,-40.5 parent: 1 - type: Transform - uid: 31015 components: - - pos: 3.5,-40.5 + - type: Transform + pos: 3.5,-40.5 parent: 1 - type: Transform - proto: LockerMime entities: - uid: 8952 components: - - pos: -67.5,5.5 + - type: Transform + pos: -67.5,5.5 parent: 1 - type: Transform - proto: LockerParamedicFilledHardsuit entities: - uid: 29670 components: - - pos: 0.5,-40.5 + - type: Transform + pos: 0.5,-40.5 parent: 1 - type: Transform - uid: 30041 components: - - pos: -67.5,-33.5 + - type: Transform + pos: -67.5,-33.5 parent: 1 - type: Transform - uid: 30681 components: - - pos: 1.5,-40.5 + - type: Transform + pos: 1.5,-40.5 parent: 1 - type: Transform - proto: LockerQuarterMasterFilled entities: - uid: 13174 components: - - pos: -14.5,41.5 + - type: Transform + pos: -14.5,41.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14673 @@ -192089,8 +192323,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192100,22 +192334,22 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerResearchDirectorFilledHardsuit entities: - uid: 28159 components: - - pos: -35.5,-44.5 + - type: Transform + pos: -35.5,-44.5 parent: 1 - type: Transform - proto: LockerSalvageSpecialistFilledHardsuit entities: - uid: 5653 components: - - pos: -10.5,38.5 + - type: Transform + pos: -10.5,38.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -192132,8 +192366,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192143,13 +192377,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 5654 components: - - pos: -11.5,38.5 + - type: Transform + pos: -11.5,38.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -192166,8 +192400,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192177,13 +192411,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 11391 components: - - pos: -13.5,38.5 + - type: Transform + pos: -13.5,38.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -192200,8 +192434,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192211,13 +192445,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 11450 components: - - pos: -12.5,38.5 + - type: Transform + pos: -12.5,38.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -192234,8 +192468,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192245,13 +192479,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 11588 components: - - pos: -14.5,38.5 + - type: Transform + pos: -14.5,38.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -192268,8 +192502,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192279,37 +192513,37 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerScienceFilled entities: - uid: 6877 components: - - pos: -40.5,-52.5 + - type: Transform + pos: -40.5,-52.5 parent: 1 - type: Transform - uid: 6878 components: - - pos: -40.5,-50.5 + - type: Transform + pos: -40.5,-50.5 parent: 1 - type: Transform - uid: 6989 components: - - pos: -39.5,-50.5 + - type: Transform + pos: -39.5,-50.5 parent: 1 - type: Transform - uid: 12263 components: - - pos: -39.5,-52.5 + - type: Transform + pos: -39.5,-52.5 parent: 1 - type: Transform - proto: LockerSecurityFilled entities: - uid: 3906 components: - - pos: -46.5,-41.5 + - type: Transform + pos: -46.5,-41.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192319,13 +192553,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 3999 components: - - pos: -47.5,-41.5 + - type: Transform + pos: -47.5,-41.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192335,13 +192569,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 4001 components: - - pos: -46.5,-43.5 + - type: Transform + pos: -46.5,-43.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192351,13 +192585,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 4003 components: - - pos: -47.5,-43.5 + - type: Transform + pos: -47.5,-43.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192367,13 +192601,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 4004 components: - - pos: -48.5,-43.5 + - type: Transform + pos: -48.5,-43.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192383,13 +192617,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 4005 components: - - pos: -46.5,-45.5 + - type: Transform + pos: -46.5,-45.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192399,13 +192633,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 4006 components: - - pos: -47.5,-45.5 + - type: Transform + pos: -47.5,-45.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192415,13 +192649,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 4007 components: - - pos: -48.5,-45.5 + - type: Transform + pos: -48.5,-45.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192431,13 +192665,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12009 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192447,13 +192681,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12010 components: - - pos: -6.5,-17.5 + - type: Transform + pos: -6.5,-17.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192463,13 +192697,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12011 components: - - pos: 5.5,-17.5 + - type: Transform + pos: 5.5,-17.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192479,13 +192713,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12012 components: - - pos: 4.5,-17.5 + - type: Transform + pos: 4.5,-17.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192495,13 +192729,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12128 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192511,13 +192745,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 12129 components: - - pos: 3.5,-17.5 + - type: Transform + pos: 3.5,-17.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -192527,1617 +192761,1592 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: LockerWardenFilledHardsuit entities: - uid: 28160 components: - - pos: 16.5,-23.5 + - type: Transform + pos: 16.5,-23.5 parent: 1 - type: Transform - proto: LockerWeldingSuppliesFilled entities: - uid: 8549 components: - - pos: -58.5,-76.5 + - type: Transform + pos: -58.5,-76.5 parent: 1 - type: Transform - uid: 9027 components: - - pos: -105.5,-10.5 + - type: Transform + pos: -105.5,-10.5 parent: 1 - type: Transform - uid: 31353 components: - - pos: -53.5,-75.5 + - type: Transform + pos: -53.5,-75.5 parent: 1 - type: Transform - proto: Machete entities: - uid: 3223 components: - - flags: InContainer - type: MetaData - - parent: 5653 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 5653 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 3227 components: - - flags: InContainer - type: MetaData - - parent: 5654 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 5654 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 3228 components: - - flags: InContainer - type: MetaData - - parent: 11391 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 11391 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 3229 components: - - flags: InContainer - type: MetaData - - parent: 11450 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 11450 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 3230 components: - - flags: InContainer - type: MetaData - - parent: 11588 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 11588 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: MachineAnomalyGenerator entities: - uid: 15675 components: - - pos: -43.5,-63.5 + - type: Transform + pos: -43.5,-63.5 parent: 1 - type: Transform - proto: MachineAnomalyVessel entities: - uid: 20879 components: - - pos: -49.5,-69.5 + - type: Transform + pos: -49.5,-69.5 parent: 1 - type: Transform - proto: MachineAPE entities: - uid: 20876 components: - - pos: -49.5,-67.5 + - type: Transform + pos: -49.5,-67.5 parent: 1 - type: Transform - uid: 20877 components: - - pos: -48.5,-67.5 + - type: Transform + pos: -48.5,-67.5 parent: 1 - type: Transform - proto: MachineArtifactAnalyzer entities: - uid: 12218 components: - - pos: -35.5,-58.5 + - type: Transform + pos: -35.5,-58.5 parent: 1 - type: Transform - proto: MachineCentrifuge entities: - uid: 1742 components: - - pos: -63.5,-21.5 + - type: Transform + pos: -63.5,-21.5 parent: 1 - type: Transform - uid: 28174 components: - - pos: -63.5,-31.5 + - type: Transform + pos: -63.5,-31.5 parent: 1 - type: Transform - uid: 28178 components: - - pos: 4.5,-37.5 + - type: Transform + pos: 4.5,-37.5 parent: 1 - type: Transform - proto: MachineElectrolysisUnit entities: - uid: 2919 components: - - pos: -62.5,-21.5 + - type: Transform + pos: -62.5,-21.5 parent: 1 - type: Transform - uid: 24464 components: - - pos: -64.5,-31.5 + - type: Transform + pos: -64.5,-31.5 parent: 1 - type: Transform - uid: 24816 components: - - pos: 4.5,-35.5 + - type: Transform + pos: 4.5,-35.5 parent: 1 - type: Transform - proto: MachineFrame entities: - uid: 4435 components: - - pos: -62.5,-34.5 + - type: Transform + pos: -62.5,-34.5 parent: 1 - type: Transform - uid: 10898 components: - - pos: 60.5,-45.5 + - type: Transform + pos: 60.5,-45.5 parent: 1 - type: Transform - uid: 10899 components: - - pos: 60.5,-46.5 + - type: Transform + pos: 60.5,-46.5 parent: 1 - type: Transform - uid: 10900 components: - - pos: 60.5,-47.5 + - type: Transform + pos: 60.5,-47.5 parent: 1 - type: Transform - uid: 10901 components: - - pos: 58.5,-45.5 + - type: Transform + pos: 58.5,-45.5 parent: 1 - type: Transform - uid: 10903 components: - - pos: 57.5,-42.5 + - type: Transform + pos: 57.5,-42.5 parent: 1 - type: Transform - uid: 10904 components: - - pos: 57.5,-43.5 + - type: Transform + pos: 57.5,-43.5 parent: 1 - type: Transform - uid: 30881 components: - - pos: -57.5,-79.5 + - type: Transform + pos: -57.5,-79.5 parent: 1 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 12420 components: - - pos: 22.5,-12.5 + - type: Transform + pos: 22.5,-12.5 parent: 1 - type: Transform - uid: 12421 components: - - pos: 21.5,-12.5 + - type: Transform + pos: 21.5,-12.5 parent: 1 - type: Transform - uid: 36393 components: - - pos: -133.5,-49.5 + - type: Transform + pos: -133.5,-49.5 parent: 1 - type: Transform - proto: MagazineShotgun entities: - uid: 6172 components: - - flags: InContainer - type: MetaData - - parent: 6171 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6171 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6175 components: - - flags: InContainer - type: MetaData - - parent: 6171 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6171 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: MagazineShotgunSlug entities: - uid: 6174 components: - - flags: InContainer - type: MetaData - - parent: 6171 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6171 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6176 components: - - flags: InContainer - type: MetaData - - parent: 6171 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6171 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: MailingUnit entities: - uid: 903 components: - - pos: -24.5,-12.5 + - type: Transform + pos: -24.5,-12.5 parent: 1 - type: Transform - - tag: Common Hydroponics - type: MailingUnit - - config: + - type: MailingUnit + tag: Common Hydroponics + - type: Configuration + config: tag: Common Hydroponics - type: Configuration - uid: 906 components: - - pos: -24.5,-13.5 + - type: Transform + pos: -24.5,-13.5 parent: 1 - type: Transform - - tag: Prison Hydroponics - type: MailingUnit - - config: + - type: MailingUnit + tag: Prison Hydroponics + - type: Configuration + config: tag: Prison Hydroponics - type: Configuration - uid: 974 components: - - pos: -28.5,-10.5 + - type: Transform + pos: -28.5,-10.5 parent: 1 - type: Transform - uid: 3012 components: - - pos: -25.5,6.5 + - type: Transform + pos: -25.5,6.5 parent: 1 - type: Transform - - tag: Prison Kitchen - type: MailingUnit - - config: + - type: MailingUnit + tag: Prison Kitchen + - type: Configuration + config: tag: Prison Kitchen - type: Configuration - uid: 3018 components: - - pos: -26.5,6.5 + - type: Transform + pos: -26.5,6.5 parent: 1 - type: Transform - - tag: Common Kitchen - type: MailingUnit - - config: + - type: MailingUnit + tag: Common Kitchen + - type: Configuration + config: tag: Common Kitchen - type: Configuration - uid: 4798 components: - - pos: -66.5,-22.5 + - type: Transform + pos: -66.5,-22.5 parent: 1 - type: Transform - uid: 6624 components: - - pos: -14.5,26.5 + - type: Transform + pos: -14.5,26.5 parent: 1 - type: Transform - uid: 7078 components: - - pos: -102.5,-11.5 + - type: Transform + pos: -102.5,-11.5 parent: 1 - type: Transform - uid: 7095 components: - - pos: -23.5,-41.5 + - type: Transform + pos: -23.5,-41.5 parent: 1 - type: Transform - uid: 7269 components: - - pos: -43.5,35.5 + - type: Transform + pos: -43.5,35.5 parent: 1 - type: Transform - uid: 8239 components: - - pos: -97.5,7.5 + - type: Transform + pos: -97.5,7.5 parent: 1 - type: Transform - uid: 28716 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 1 - type: Transform - uid: 28788 components: - - pos: -66.5,19.5 + - type: Transform + pos: -66.5,19.5 parent: 1 - type: Transform - uid: 28789 components: - - pos: -50.5,-43.5 + - type: Transform + pos: -50.5,-43.5 parent: 1 - type: Transform - uid: 28829 components: - - pos: -37.5,-18.5 + - type: Transform + pos: -37.5,-18.5 parent: 1 - type: Transform - uid: 28830 components: - - pos: -53.5,15.5 + - type: Transform + pos: -53.5,15.5 parent: 1 - type: Transform - uid: 28831 components: - - pos: -88.5,9.5 + - type: Transform + pos: -88.5,9.5 parent: 1 - type: Transform - uid: 28832 components: - - pos: -24.5,-2.5 + - type: Transform + pos: -24.5,-2.5 parent: 1 - type: Transform - uid: 31159 components: - - pos: 12.5,-44.5 + - type: Transform + pos: 12.5,-44.5 parent: 1 - type: Transform - proto: MailingUnitElectronics entities: - uid: 8195 components: - - pos: -46.301132,35.63666 + - type: Transform + pos: -46.301132,35.63666 parent: 1 - type: Transform - uid: 8200 components: - - pos: -45.9678,35.50115 + - type: Transform + pos: -45.9678,35.50115 parent: 1 - type: Transform - proto: MailTeleporter entities: - uid: 6702 components: - - pos: -46.5,32.5 + - type: Transform + pos: -46.5,32.5 parent: 1 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 8714 components: - - pos: -78.5,-2.5 + - type: Transform + pos: -78.5,-2.5 parent: 1 - type: Transform - uid: 8729 components: - - pos: -79.5,-3.5 + - type: Transform + pos: -79.5,-3.5 parent: 1 - type: Transform - uid: 11297 components: - - pos: -13.5,22.5 + - type: Transform + pos: -13.5,22.5 parent: 1 - type: Transform - uid: 11843 components: - - pos: -91.5,-4.5 + - type: Transform + pos: -91.5,-4.5 parent: 1 - type: Transform - uid: 13720 components: - - pos: -70.5,-62.5 + - type: Transform + pos: -70.5,-62.5 parent: 1 - type: Transform - uid: 13882 components: - - pos: 14.5,-32.5 + - type: Transform + pos: 14.5,-32.5 parent: 1 - type: Transform - uid: 13912 components: - - pos: -8.5,-43.5 + - type: Transform + pos: -8.5,-43.5 parent: 1 - type: Transform - uid: 15090 components: - - pos: -95.5,25.5 + - type: Transform + pos: -95.5,25.5 parent: 1 - type: Transform - uid: 15666 components: - - pos: 8.5,-28.5 + - type: Transform + pos: 8.5,-28.5 parent: 1 - type: Transform - uid: 16125 components: - - pos: -51.5,-73.5 + - type: Transform + pos: -51.5,-73.5 parent: 1 - type: Transform - uid: 30631 components: - - pos: -119.5,-11.5 + - type: Transform + pos: -119.5,-11.5 parent: 1 - type: Transform - uid: 30633 components: - - pos: -127.5,6.5 + - type: Transform + pos: -127.5,6.5 parent: 1 - type: Transform - uid: 30755 components: - - pos: -84.5,-41.5 + - type: Transform + pos: -84.5,-41.5 parent: 1 - type: Transform - uid: 30765 components: - - pos: -58.5,-28.5 + - type: Transform + pos: -58.5,-28.5 parent: 1 - type: Transform - uid: 30901 components: - - pos: -68.5,-55.5 + - type: Transform + pos: -68.5,-55.5 parent: 1 - type: Transform - uid: 30945 components: - - pos: -33.5,-22.5 + - type: Transform + pos: -33.5,-22.5 parent: 1 - type: Transform - uid: 30955 components: - - pos: -30.5,-54.5 + - type: Transform + pos: -30.5,-54.5 parent: 1 - type: Transform - uid: 32310 components: - - pos: 4.5,-42.5 + - type: Transform + pos: 4.5,-42.5 parent: 1 - type: Transform - uid: 36407 components: - - pos: -132.5,-57.5 + - type: Transform + pos: -132.5,-57.5 parent: 1 - type: Transform - uid: 36743 components: - - pos: -15.5,-60.5 + - type: Transform + pos: -15.5,-60.5 parent: 1 - type: Transform - uid: 40818 components: - - pos: 61.5,0.5 + - type: Transform + pos: 61.5,0.5 parent: 1 - type: Transform - uid: 40943 components: - - pos: 72.5,7.5 + - type: Transform + pos: 72.5,7.5 parent: 1 - type: Transform - proto: MaintenancePlantSpawner entities: - uid: 3390 components: - - pos: -126.5,-27.5 + - type: Transform + pos: -126.5,-27.5 parent: 1 - type: Transform - uid: 13017 components: - - pos: 55.5,30.5 + - type: Transform + pos: 55.5,30.5 parent: 1 - type: Transform - uid: 13018 components: - - pos: 60.5,29.5 + - type: Transform + pos: 60.5,29.5 parent: 1 - type: Transform - uid: 13019 components: - - pos: 60.5,30.5 + - type: Transform + pos: 60.5,30.5 parent: 1 - type: Transform - uid: 16392 components: - - pos: -104.5,26.5 + - type: Transform + pos: -104.5,26.5 parent: 1 - type: Transform - uid: 16397 components: - - pos: -124.5,-10.5 + - type: Transform + pos: -124.5,-10.5 parent: 1 - type: Transform - uid: 16403 components: - - pos: -73.5,-57.5 + - type: Transform + pos: -73.5,-57.5 parent: 1 - type: Transform - uid: 16408 components: - - pos: -73.5,-59.5 + - type: Transform + pos: -73.5,-59.5 parent: 1 - type: Transform - uid: 16409 components: - - pos: -74.5,-58.5 + - type: Transform + pos: -74.5,-58.5 parent: 1 - type: Transform - uid: 16410 components: - - pos: -77.5,-63.5 + - type: Transform + pos: -77.5,-63.5 parent: 1 - type: Transform - uid: 16414 components: - - pos: -73.5,-72.5 + - type: Transform + pos: -73.5,-72.5 parent: 1 - type: Transform - uid: 16415 components: - - pos: -73.5,-74.5 + - type: Transform + pos: -73.5,-74.5 parent: 1 - type: Transform - uid: 16424 components: - - pos: 19.5,-14.5 + - type: Transform + pos: 19.5,-14.5 parent: 1 - type: Transform - uid: 36427 components: - - pos: -124.5,-53.5 + - type: Transform + pos: -124.5,-53.5 parent: 1 - type: Transform - uid: 40934 components: - - pos: 68.5,-23.5 + - type: Transform + pos: 68.5,-23.5 parent: 1 - type: Transform - uid: 40935 components: - - pos: 74.5,-19.5 + - type: Transform + pos: 74.5,-19.5 parent: 1 - type: Transform - uid: 40936 components: - - pos: 73.5,-15.5 + - type: Transform + pos: 73.5,-15.5 parent: 1 - type: Transform - uid: 40937 components: - - pos: 57.5,3.5 + - type: Transform + pos: 57.5,3.5 parent: 1 - type: Transform - uid: 40938 components: - - pos: 74.5,-1.5 + - type: Transform + pos: 74.5,-1.5 parent: 1 - type: Transform - uid: 40939 components: - - pos: 77.5,-7.5 + - type: Transform + pos: 77.5,-7.5 parent: 1 - type: Transform - uid: 40940 components: - - pos: 73.5,-11.5 + - type: Transform + pos: 73.5,-11.5 parent: 1 - type: Transform - uid: 40941 components: - - pos: 58.5,-28.5 + - type: Transform + pos: 58.5,-28.5 parent: 1 - type: Transform - uid: 40942 components: - - pos: 83.5,-8.5 + - type: Transform + pos: 83.5,-8.5 parent: 1 - type: Transform - uid: 40953 components: - - pos: 89.5,33.5 + - type: Transform + pos: 89.5,33.5 parent: 1 - type: Transform - uid: 40954 components: - - pos: 88.5,35.5 + - type: Transform + pos: 88.5,35.5 parent: 1 - type: Transform - uid: 40955 components: - - pos: 79.5,42.5 + - type: Transform + pos: 79.5,42.5 parent: 1 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 5211 components: - - pos: -103.5,-5.5 + - type: Transform + pos: -103.5,-5.5 parent: 1 - type: Transform - uid: 11295 components: - - pos: -12.5,27.5 + - type: Transform + pos: -12.5,27.5 parent: 1 - type: Transform - uid: 11296 components: - - pos: -13.5,27.5 + - type: Transform + pos: -13.5,27.5 parent: 1 - type: Transform - uid: 11677 components: - - pos: -20.5,22.5 + - type: Transform + pos: -20.5,22.5 parent: 1 - type: Transform - uid: 11970 components: - - pos: -77.5,19.5 + - type: Transform + pos: -77.5,19.5 parent: 1 - type: Transform - uid: 13373 components: - - pos: -36.5,-79.5 + - type: Transform + pos: -36.5,-79.5 parent: 1 - type: Transform - uid: 13718 components: - - pos: -70.5,-65.5 + - type: Transform + pos: -70.5,-65.5 parent: 1 - type: Transform - uid: 13911 components: - - pos: -8.5,-42.5 + - type: Transform + pos: -8.5,-42.5 parent: 1 - type: Transform - uid: 16334 components: - - pos: -121.5,14.5 + - type: Transform + pos: -121.5,14.5 parent: 1 - type: Transform - uid: 20364 components: - - pos: -94.5,-42.5 + - type: Transform + pos: -94.5,-42.5 parent: 1 - type: Transform - uid: 20367 components: - - pos: -94.5,-39.5 + - type: Transform + pos: -94.5,-39.5 parent: 1 - type: Transform - uid: 29518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 59.5,-51.5 parent: 1 - type: Transform - uid: 30455 components: - - pos: -91.5,11.5 + - type: Transform + pos: -91.5,11.5 parent: 1 - type: Transform - uid: 30580 components: - - pos: -100.5,16.5 + - type: Transform + pos: -100.5,16.5 parent: 1 - type: Transform - uid: 30581 components: - - pos: -100.5,15.5 + - type: Transform + pos: -100.5,15.5 parent: 1 - type: Transform - uid: 30889 components: - - pos: -53.5,-79.5 + - type: Transform + pos: -53.5,-79.5 parent: 1 - type: Transform - uid: 30941 components: - - pos: -45.5,-50.5 + - type: Transform + pos: -45.5,-50.5 parent: 1 - type: Transform - uid: 31006 components: - - pos: -2.5,-41.5 + - type: Transform + pos: -2.5,-41.5 parent: 1 - type: Transform - uid: 31243 components: - - pos: -75.5,-71.5 + - type: Transform + pos: -75.5,-71.5 parent: 1 - type: Transform - uid: 31281 components: - - pos: -23.5,16.5 + - type: Transform + pos: -23.5,16.5 parent: 1 - type: Transform - uid: 31300 components: - - pos: -73.5,-44.5 + - type: Transform + pos: -73.5,-44.5 parent: 1 - type: Transform - uid: 31337 components: - - pos: -32.5,-61.5 + - type: Transform + pos: -32.5,-61.5 parent: 1 - type: Transform - uid: 31340 components: - - pos: -32.5,-60.5 + - type: Transform + pos: -32.5,-60.5 parent: 1 - type: Transform - uid: 32304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,-51.5 parent: 1 - type: Transform - uid: 32368 components: - - pos: -92.5,-60.5 + - type: Transform + pos: -92.5,-60.5 parent: 1 - type: Transform - uid: 33366 components: - - pos: -162.5,10.5 + - type: Transform + pos: -162.5,10.5 parent: 1 - type: Transform - uid: 33868 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,0.5 parent: 1 - type: Transform - uid: 36429 components: - - pos: -124.5,-54.5 + - type: Transform + pos: -124.5,-54.5 parent: 1 - type: Transform - uid: 36430 components: - - pos: -122.5,-54.5 + - type: Transform + pos: -122.5,-54.5 parent: 1 - type: Transform - uid: 36437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-46.5 parent: 1 - type: Transform - uid: 36672 components: - - pos: -90.5,-77.5 + - type: Transform + pos: -90.5,-77.5 parent: 1 - type: Transform - uid: 36673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-75.5 parent: 1 - type: Transform - uid: 36742 components: - - pos: -15.5,-58.5 + - type: Transform + pos: -15.5,-58.5 parent: 1 - type: Transform - uid: 36759 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-13.5 parent: 1 - type: Transform - uid: 40819 components: - - pos: 70.5,-10.5 + - type: Transform + pos: 70.5,-10.5 parent: 1 - type: Transform - uid: 40950 components: - - pos: 85.5,-6.5 + - type: Transform + pos: 85.5,-6.5 parent: 1 - type: Transform - uid: 40951 components: - - pos: 72.5,25.5 + - type: Transform + pos: 72.5,25.5 parent: 1 - type: Transform - uid: 40956 components: - - pos: 72.5,43.5 + - type: Transform + pos: 72.5,43.5 parent: 1 - type: Transform - uid: 40957 components: - - pos: 84.5,32.5 + - type: Transform + pos: 84.5,32.5 parent: 1 - type: Transform - uid: 41100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-88.5 parent: 1 - type: Transform - uid: 41385 components: - - pos: -131.5,-63.5 + - type: Transform + pos: -131.5,-63.5 parent: 1 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 13719 components: - - pos: -69.5,-65.5 + - type: Transform + pos: -69.5,-65.5 parent: 1 - type: Transform - uid: 15665 components: - - pos: 6.5,-28.5 + - type: Transform + pos: 6.5,-28.5 parent: 1 - type: Transform - uid: 28477 components: - - pos: -4.5,29.5 + - type: Transform + pos: -4.5,29.5 parent: 1 - type: Transform - uid: 30362 components: - - pos: -34.5,-64.5 + - type: Transform + pos: -34.5,-64.5 parent: 1 - type: Transform - uid: 30704 components: - - pos: -35.5,10.5 + - type: Transform + pos: -35.5,10.5 parent: 1 - type: Transform - uid: 30898 components: - - pos: -31.5,-81.5 + - type: Transform + pos: -31.5,-81.5 parent: 1 - type: Transform - uid: 31299 components: - - pos: -73.5,-42.5 + - type: Transform + pos: -73.5,-42.5 parent: 1 - type: Transform - uid: 32380 components: - - pos: -145.5,-13.5 + - type: Transform + pos: -145.5,-13.5 parent: 1 - type: Transform - uid: 36428 components: - - pos: -124.5,-52.5 + - type: Transform + pos: -124.5,-52.5 parent: 1 - type: Transform - uid: 40817 components: - - pos: 63.5,4.5 + - type: Transform + pos: 63.5,4.5 parent: 1 - type: Transform - uid: 40952 components: - - pos: 86.5,34.5 + - type: Transform + pos: 86.5,34.5 parent: 1 - type: Transform - uid: 41101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-89.5 parent: 1 - type: Transform - proto: Matchbox entities: - uid: 15093 components: - - pos: -92.257256,25.293245 + - type: Transform + pos: -92.257256,25.293245 parent: 1 - type: Transform - uid: 16341 components: - - pos: 6.023036,3.6397533 + - type: Transform + pos: 6.023036,3.6397533 parent: 1 - type: Transform - proto: MaterialBiomass1 entities: - uid: 31227 components: - - pos: -78.223885,-65.306046 + - type: Transform + pos: -78.223885,-65.306046 parent: 1 - type: Transform - proto: MaterialBones1 entities: - uid: 36496 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -121.58199,-58.545822 parent: 1 - type: Transform - uid: 36497 components: - - pos: -121.30699,-58.608364 + - type: Transform + pos: -121.30699,-58.608364 parent: 1 - type: Transform - proto: MaterialCardboard entities: - uid: 29934 components: - - pos: -8.91312,24.669374 + - type: Transform + pos: -8.91312,24.669374 parent: 1 - type: Transform - proto: MaterialCardboard1 entities: - uid: 4966 components: - - pos: -92.61643,-31.639105 + - type: Transform + pos: -92.61643,-31.639105 parent: 1 - type: Transform - uid: 8892 components: - - pos: -92.24143,-32.467804 + - type: Transform + pos: -92.24143,-32.467804 parent: 1 - type: Transform - uid: 24948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.644257,-13.951022 parent: 1 - type: Transform - proto: MaterialCloth entities: - uid: 33487 components: - - pos: -68.573105,23.694468 + - type: Transform + pos: -68.573105,23.694468 parent: 1 - type: Transform - proto: MaterialCloth1 entities: - uid: 13796 components: - - pos: 21.717524,-31.373043 + - type: Transform + pos: 21.717524,-31.373043 parent: 1 - type: Transform - proto: MaterialDiamond1 entities: - uid: 11747 components: - - pos: -111.50225,-3.5690556 + - type: Transform + pos: -111.50225,-3.5690556 parent: 1 - type: Transform - uid: 11748 components: - - pos: -111.50225,-3.5690556 + - type: Transform + pos: -111.50225,-3.5690556 parent: 1 - type: Transform - uid: 11749 components: - - pos: -111.50225,-3.5690556 + - type: Transform + pos: -111.50225,-3.5690556 parent: 1 - type: Transform - uid: 11750 components: - - pos: -111.50225,-3.5690556 + - type: Transform + pos: -111.50225,-3.5690556 parent: 1 - type: Transform - uid: 11751 components: - - pos: -111.50225,-3.5690556 + - type: Transform + pos: -111.50225,-3.5690556 parent: 1 - type: Transform - proto: MaterialDurathread entities: - uid: 33488 components: - - pos: -68.354355,23.527685 + - type: Transform + pos: -68.354355,23.527685 parent: 1 - type: Transform - proto: MaterialReclaimer entities: - uid: 34779 components: - - pos: -10.5,23.5 + - type: Transform + pos: -10.5,23.5 parent: 1 - type: Transform - proto: MaterialWoodPlank entities: - uid: 4234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.551237,32.55255 parent: 1 - type: Transform - uid: 4929 components: - - pos: -95.59728,-27.553797 + - type: Transform + pos: -95.59728,-27.553797 parent: 1 - type: Transform - uid: 30599 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -120.39267,-9.798374 parent: 1 - type: Transform - proto: MaterialWoodPlank1 entities: - uid: 30600 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.50725,-10.038124 parent: 1 - type: Transform - uid: 30601 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.44475,-9.642015 parent: 1 - type: Transform - uid: 36677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.97112,-78.38312 parent: 1 - type: Transform - uid: 36678 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.621124,-78.64158 parent: 1 - type: Transform - uid: 36741 components: - - pos: -18.522738,-59.332596 + - type: Transform + pos: -18.522738,-59.332596 parent: 1 - type: Transform - uid: 41126 components: - - pos: -119.61984,-21.358727 + - type: Transform + pos: -119.61984,-21.358727 parent: 1 - type: Transform - - count: 3 - type: Stack - - size: 3 - type: Item + - type: Stack + count: 3 + - type: Item + size: 3 - proto: MatterBinStockPart entities: - uid: 30880 components: - - pos: -58.63746,-81.29662 + - type: Transform + pos: -58.63746,-81.29662 parent: 1 - type: Transform - proto: Mattress entities: - uid: 5993 components: - - pos: -69.5,-71.5 + - type: Transform + pos: -69.5,-71.5 parent: 1 - type: Transform - uid: 6616 components: - - pos: -72.5,-71.5 + - type: Transform + pos: -72.5,-71.5 parent: 1 - type: Transform - uid: 6640 components: - - pos: -66.5,-71.5 + - type: Transform + pos: -66.5,-71.5 parent: 1 - type: Transform - uid: 34803 components: - - pos: 23.5,-12.5 + - type: Transform + pos: 23.5,-12.5 parent: 1 - type: Transform - uid: 34804 components: - - pos: -35.5,-64.5 + - type: Transform + pos: -35.5,-64.5 parent: 1 - type: Transform - uid: 34805 components: - - pos: -162.5,-2.5 + - type: Transform + pos: -162.5,-2.5 parent: 1 - type: Transform - proto: MechEquipmentGrabberSmall entities: - uid: 18915 components: - - pos: -20.523859,39.558563 + - type: Transform + pos: -20.523859,39.558563 parent: 1 - type: Transform - proto: MedicalBed entities: - uid: 4723 components: - - pos: -75.5,-27.5 + - type: Transform + pos: -75.5,-27.5 parent: 1 - type: Transform - uid: 4724 components: - - pos: -75.5,-28.5 + - type: Transform + pos: -75.5,-28.5 parent: 1 - type: Transform - uid: 4725 components: - - pos: -75.5,-30.5 + - type: Transform + pos: -75.5,-30.5 parent: 1 - type: Transform - uid: 4726 components: - - pos: -75.5,-31.5 + - type: Transform + pos: -75.5,-31.5 parent: 1 - type: Transform - uid: 4728 components: - - pos: -70.5,-31.5 + - type: Transform + pos: -70.5,-31.5 parent: 1 - type: Transform - uid: 9139 components: - - pos: -4.5,-39.5 + - type: Transform + pos: -4.5,-39.5 parent: 1 - type: Transform - uid: 9140 components: - - pos: -6.5,-39.5 + - type: Transform + pos: -6.5,-39.5 parent: 1 - type: Transform - uid: 9141 components: - - pos: -2.5,-39.5 + - type: Transform + pos: -2.5,-39.5 parent: 1 - type: Transform - uid: 24417 components: - - pos: -70.5,-30.5 + - type: Transform + pos: -70.5,-30.5 parent: 1 - type: Transform - uid: 30745 components: - - pos: -70.5,-29.5 + - type: Transform + pos: -70.5,-29.5 parent: 1 - type: Transform - proto: MedicalScanner entities: - uid: 4571 components: - - pos: -79.5,-18.5 + - type: Transform + pos: -79.5,-18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 4549 - type: DeviceLinkSink - proto: MedicalTechFab entities: - uid: 24742 components: - - pos: -75.5,-36.5 + - type: Transform + pos: -75.5,-36.5 parent: 1 - type: Transform - proto: Medkit entities: - uid: 3168 components: - - pos: -19.502964,-51.31699 + - type: Transform + pos: -19.502964,-51.31699 parent: 1 - type: Transform - proto: MedkitAdvancedFilled entities: - uid: 9080 components: - - pos: -69.49619,-22.27755 + - type: Transform + pos: -69.49619,-22.27755 parent: 1 - type: Transform - uid: 13955 components: - - pos: -65.6483,23.840654 + - type: Transform + pos: -65.6483,23.840654 parent: 1 - type: Transform - uid: 28517 components: - - pos: 6.5060005,-39.218094 + - type: Transform + pos: 6.5060005,-39.218094 parent: 1 - type: Transform - uid: 29896 components: - - pos: -108.11858,2.6922636 + - type: Transform + pos: -108.11858,2.6922636 parent: 1 - type: Transform - proto: MedkitBruteFilled entities: - uid: 29219 components: - - pos: -73.54471,-31.489847 + - type: Transform + pos: -73.54471,-31.489847 parent: 1 - type: Transform - proto: MedkitBurnFilled entities: - uid: 18083 components: - - pos: -40.479515,-61.353065 + - type: Transform + pos: -40.479515,-61.353065 parent: 1 - type: Transform - uid: 24415 components: - - pos: -73.32596,-31.323065 + - type: Transform + pos: -73.32596,-31.323065 parent: 1 - type: Transform - proto: MedkitCombatFilled entities: - uid: 28518 components: - - pos: 6.495584,-39.405724 + - type: Transform + pos: 6.495584,-39.405724 parent: 1 - type: Transform - proto: MedkitFilled entities: - uid: 14960 components: - - pos: 21.122501,-31.404186 + - type: Transform + pos: 21.122501,-31.404186 parent: 1 - type: Transform - uid: 31459 components: - - pos: -77.48305,-42.476074 + - type: Transform + pos: -77.48305,-42.476074 parent: 1 - type: Transform - uid: 40621 components: - - pos: 12.991183,22.819061 + - type: Transform + pos: 12.991183,22.819061 parent: 1 - type: Transform - proto: MedkitOxygenFilled entities: - uid: 23343 components: - - pos: -72.93012,-31.479424 + - type: Transform + pos: -72.93012,-31.479424 parent: 1 - type: Transform - uid: 31461 components: - - pos: -77.46221,-42.23633 + - type: Transform + pos: -77.46221,-42.23633 parent: 1 - type: Transform - uid: 41102 components: - - pos: 42.5348,-41.384956 + - type: Transform + pos: 42.5348,-41.384956 + parent: 1 + - uid: 42143 + components: + - type: Transform + pos: -58.454384,40.636345 parent: 1 - type: Transform - proto: MedkitRadiationFilled entities: - uid: 4676 components: - - pos: -72.57596,-31.323065 + - type: Transform + pos: -72.57596,-31.323065 parent: 1 - type: Transform - uid: 12256 components: - - pos: -21.354498,-41.403183 + - type: Transform + pos: -21.354498,-41.403183 parent: 1 - type: Transform - proto: MedkitToxinFilled entities: - uid: 14631 components: - - pos: -72.32596,-31.510695 + - type: Transform + pos: -72.32596,-31.510695 parent: 1 - type: Transform - uid: 34883 components: - - pos: -69.368324,-22.326687 + - type: Transform + pos: -69.368324,-22.326687 parent: 1 - type: Transform - proto: MegaSprayBottle entities: - uid: 34815 components: - - pos: -89.2555,-40.403732 + - type: Transform + pos: -89.2555,-40.403732 parent: 1 - type: Transform - proto: Memorial entities: - uid: 9337 components: - - desc: 'I was here but I disappear. ' + - type: MetaData + desc: 'I was here but I disappear. ' name: memorial of Ivanhoe "Rhygin" Martin - type: MetaData - - pos: -82.5,-12.5 + - type: Transform + pos: -82.5,-12.5 parent: 1 - type: Transform - uid: 12351 components: - - desc: >- + - type: MetaData + desc: >- I don't care if it rains or freezes Long as I got my plastic Jesus Riding on the dashboard of my car. name: Lucas Jackson Memorial - type: MetaData - - pos: -112.5,24.5 + - type: Transform + pos: -112.5,24.5 parent: 1 - type: Transform - proto: MicroManipulatorStockPart entities: - uid: 30383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.991344,-74.5093 parent: 1 - type: Transform - uid: 32103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.55852,13.7115345 parent: 1 - type: Transform - proto: MicrophoneInstrument entities: - uid: 8701 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.61801,11.222734 parent: 1 - type: Transform - uid: 36843 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.337252,21.582726 parent: 1 - type: Transform - proto: MicrowaveMachineCircuitboard entities: - uid: 13101 components: - - pos: -85.499664,-52.1213 + - type: Transform + pos: -85.499664,-52.1213 parent: 1 - type: Transform - proto: MinimoogInstrument entities: - uid: 9205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-46.5 parent: 1 - type: Transform - uid: 36842 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,22.5 parent: 1 - type: Transform - proto: MiningWindow entities: - uid: 2809 components: - - pos: 51.5,38.5 + - type: Transform + pos: 51.5,38.5 parent: 1 - type: Transform - uid: 2843 components: - - pos: 57.5,6.5 + - type: Transform + pos: 57.5,6.5 parent: 1 - type: Transform - uid: 3043 components: - - pos: 54.5,38.5 + - type: Transform + pos: 54.5,38.5 parent: 1 - type: Transform - uid: 9691 components: - - pos: 58.5,6.5 + - type: Transform + pos: 58.5,6.5 parent: 1 - type: Transform - uid: 23692 components: - - pos: 54.5,9.5 + - type: Transform + pos: 54.5,9.5 parent: 1 - type: Transform - uid: 23693 components: - - pos: 59.5,9.5 + - type: Transform + pos: 59.5,9.5 parent: 1 - type: Transform - proto: Mirror entities: - uid: 535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-18.5 parent: 1 - type: Transform - uid: 581 components: - - pos: -29.5,15.5 + - type: Transform + pos: -29.5,15.5 parent: 1 - type: Transform - uid: 615 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,30.5 parent: 1 - type: Transform - uid: 1474 components: - - pos: -56.5,8.5 + - type: Transform + pos: -56.5,8.5 parent: 1 - type: Transform - uid: 1475 components: - - pos: -55.5,8.5 + - type: Transform + pos: -55.5,8.5 parent: 1 - type: Transform - uid: 1814 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,-39.5 parent: 1 - type: Transform - uid: 3214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-18.5 parent: 1 - type: Transform - uid: 3328 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-71.5 parent: 1 - type: Transform - uid: 3383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-18.5 parent: 1 - type: Transform - uid: 3690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,11.5 parent: 1 - type: Transform - uid: 3692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,11.5 parent: 1 - type: Transform - uid: 6034 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,11.5 parent: 1 - type: Transform - uid: 8726 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,-8.5 parent: 1 - type: Transform - uid: 9664 components: - - pos: -79.5,-6.5 + - type: Transform + pos: -79.5,-6.5 parent: 1 - type: Transform - uid: 9905 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-39.5 parent: 1 - type: Transform - uid: 9971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-40.5 parent: 1 - type: Transform - uid: 9987 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-41.5 parent: 1 - type: Transform - uid: 11975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-20.5 parent: 1 - type: Transform - uid: 11976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-21.5 parent: 1 - type: Transform - uid: 30717 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-17.5 parent: 1 - type: Transform - uid: 30718 components: - - pos: -117.5,2.5 + - type: Transform + pos: -117.5,2.5 parent: 1 - type: Transform - uid: 30719 components: - - pos: -44.5,-46.5 - parent: 1 - type: Transform -- proto: MonkeyCubeBox - entities: - - uid: 502 - components: - - pos: -18.365385,12.667696 - parent: 1 - type: Transform - - uid: 32223 - components: - - pos: -42.5815,-56.653004 + - type: Transform + pos: -44.5,-46.5 parent: 1 - type: Transform - proto: MonkeyCubeWrapped entities: - uid: 8362 components: - - pos: -69.26102,2.4912949 + - type: Transform + pos: -69.26102,2.4912949 parent: 1 - type: Transform - proto: MopBucket entities: - uid: 7200 components: - - pos: -22.509432,27.019396 + - type: Transform + pos: -22.509432,27.019396 parent: 1 - type: Transform - uid: 12030 components: - - pos: 14.758577,-12.194675 + - type: Transform + pos: 14.758577,-12.194675 parent: 1 - type: Transform - uid: 13897 components: - - pos: -7.917443,-41.97422 + - type: Transform + pos: -7.917443,-41.97422 parent: 1 - type: Transform - uid: 23748 components: - - pos: 31.295675,-48.28292 + - type: Transform + pos: 31.295675,-48.28292 parent: 1 - type: Transform - uid: 36420 components: - - pos: -118.55909,-52.24758 + - type: Transform + pos: -118.55909,-52.24758 parent: 1 - type: Transform - proto: MopItem entities: - uid: 7201 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.472075,27.925585 parent: 1 - type: Transform - uid: 12031 components: - - pos: 16.232605,-14.419069 + - type: Transform + pos: 16.232605,-14.419069 parent: 1 - type: Transform - uid: 12032 components: - - pos: 16.48,-14.471189 + - type: Transform + pos: 16.48,-14.471189 parent: 1 - type: Transform - uid: 23749 components: - - pos: 31.451925,-48.47055 + - type: Transform + pos: 31.451925,-48.47055 parent: 1 - type: Transform - proto: Morgue entities: - uid: 1693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-33.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194154,14 +194363,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 1694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-32.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194178,14 +194387,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 1695 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-31.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194202,14 +194411,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 4643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194226,14 +194435,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 4644 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-29.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194250,14 +194459,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 4645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-30.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194274,21 +194483,21 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 4704 - type: ContainerContainer - uid: 4646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194305,14 +194514,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 4647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-29.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194329,14 +194538,14 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 4648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-30.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -194353,8615 +194562,8614 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: MountainRock entities: - uid: 2205 components: - - pos: 60.5,36.5 + - type: Transform + pos: 60.5,36.5 parent: 1 - type: Transform - uid: 2312 components: - - pos: 64.5,38.5 + - type: Transform + pos: 64.5,38.5 parent: 1 - type: Transform - uid: 2313 components: - - pos: 64.5,37.5 + - type: Transform + pos: 64.5,37.5 parent: 1 - type: Transform - uid: 2314 components: - - pos: 63.5,36.5 + - type: Transform + pos: 63.5,36.5 parent: 1 - type: Transform - uid: 2315 components: - - pos: 61.5,37.5 + - type: Transform + pos: 61.5,37.5 parent: 1 - type: Transform - uid: 2316 components: - - pos: 61.5,36.5 + - type: Transform + pos: 61.5,36.5 parent: 1 - type: Transform - uid: 2317 components: - - pos: 62.5,37.5 + - type: Transform + pos: 62.5,37.5 parent: 1 - type: Transform - uid: 2318 components: - - pos: 62.5,36.5 + - type: Transform + pos: 62.5,36.5 parent: 1 - type: Transform - uid: 2319 components: - - pos: 62.5,38.5 + - type: Transform + pos: 62.5,38.5 parent: 1 - type: Transform - uid: 2342 components: - - pos: 63.5,38.5 + - type: Transform + pos: 63.5,38.5 parent: 1 - type: Transform - uid: 2343 components: - - pos: 63.5,37.5 + - type: Transform + pos: 63.5,37.5 parent: 1 - type: Transform - uid: 2429 components: - - pos: 75.5,36.5 + - type: Transform + pos: 75.5,36.5 parent: 1 - type: Transform - uid: 2430 components: - - pos: 51.5,27.5 + - type: Transform + pos: 51.5,27.5 parent: 1 - type: Transform - uid: 2431 components: - - pos: 70.5,39.5 + - type: Transform + pos: 70.5,39.5 parent: 1 - type: Transform - uid: 2433 components: - - pos: 68.5,38.5 + - type: Transform + pos: 68.5,38.5 parent: 1 - type: Transform - uid: 2436 components: - - pos: 69.5,39.5 + - type: Transform + pos: 69.5,39.5 parent: 1 - type: Transform - uid: 2439 components: - - pos: 78.5,38.5 + - type: Transform + pos: 78.5,38.5 parent: 1 - type: Transform - uid: 2440 components: - - pos: 66.5,38.5 + - type: Transform + pos: 66.5,38.5 parent: 1 - type: Transform - uid: 2441 components: - - pos: 70.5,38.5 + - type: Transform + pos: 70.5,38.5 parent: 1 - type: Transform - uid: 2442 components: - - pos: 69.5,38.5 + - type: Transform + pos: 69.5,38.5 parent: 1 - type: Transform - uid: 2444 components: - - pos: 73.5,38.5 + - type: Transform + pos: 73.5,38.5 parent: 1 - type: Transform - uid: 2445 components: - - pos: 72.5,38.5 + - type: Transform + pos: 72.5,38.5 parent: 1 - type: Transform - uid: 2446 components: - - pos: 71.5,38.5 + - type: Transform + pos: 71.5,38.5 parent: 1 - type: Transform - uid: 2502 components: - - pos: 57.5,36.5 + - type: Transform + pos: 57.5,36.5 parent: 1 - type: Transform - uid: 2503 components: - - pos: 57.5,37.5 + - type: Transform + pos: 57.5,37.5 parent: 1 - type: Transform - uid: 2690 components: - - pos: 80.5,38.5 + - type: Transform + pos: 80.5,38.5 parent: 1 - type: Transform - uid: 2692 components: - - pos: 81.5,38.5 + - type: Transform + pos: 81.5,38.5 parent: 1 - type: Transform - uid: 2720 components: - - pos: 84.5,38.5 + - type: Transform + pos: 84.5,38.5 parent: 1 - type: Transform - uid: 2722 components: - - pos: 83.5,38.5 + - type: Transform + pos: 83.5,38.5 parent: 1 - type: Transform - uid: 2723 components: - - pos: 82.5,38.5 + - type: Transform + pos: 82.5,38.5 parent: 1 - type: Transform - uid: 2731 components: - - pos: 76.5,37.5 + - type: Transform + pos: 76.5,37.5 parent: 1 - type: Transform - uid: 2778 components: - - pos: 58.5,35.5 + - type: Transform + pos: 58.5,35.5 parent: 1 - type: Transform - uid: 2781 components: - - pos: 59.5,34.5 + - type: Transform + pos: 59.5,34.5 parent: 1 - type: Transform - uid: 2784 components: - - pos: 59.5,33.5 + - type: Transform + pos: 59.5,33.5 parent: 1 - type: Transform - uid: 2785 components: - - pos: 60.5,33.5 + - type: Transform + pos: 60.5,33.5 parent: 1 - type: Transform - uid: 2790 components: - - pos: 58.5,36.5 + - type: Transform + pos: 58.5,36.5 parent: 1 - type: Transform - uid: 2791 components: - - pos: 58.5,33.5 + - type: Transform + pos: 58.5,33.5 parent: 1 - type: Transform - uid: 2792 components: - - pos: 58.5,34.5 + - type: Transform + pos: 58.5,34.5 parent: 1 - type: Transform - uid: 2793 components: - - pos: 57.5,34.5 + - type: Transform + pos: 57.5,34.5 parent: 1 - type: Transform - uid: 2794 components: - - pos: 57.5,35.5 + - type: Transform + pos: 57.5,35.5 parent: 1 - type: Transform - uid: 2795 components: - - pos: 57.5,36.5 + - type: Transform + pos: 57.5,36.5 parent: 1 - type: Transform - uid: 2813 components: - - pos: 74.5,38.5 + - type: Transform + pos: 74.5,38.5 parent: 1 - type: Transform - uid: 2814 components: - - pos: 75.5,38.5 + - type: Transform + pos: 75.5,38.5 parent: 1 - type: Transform - uid: 2820 components: - - pos: 76.5,38.5 + - type: Transform + pos: 76.5,38.5 parent: 1 - type: Transform - uid: 2825 components: - - pos: 77.5,38.5 + - type: Transform + pos: 77.5,38.5 parent: 1 - type: Transform - uid: 2826 components: - - pos: 79.5,38.5 + - type: Transform + pos: 79.5,38.5 parent: 1 - type: Transform - uid: 2831 components: - - pos: 67.5,38.5 + - type: Transform + pos: 67.5,38.5 parent: 1 - type: Transform - uid: 2832 components: - - pos: 65.5,38.5 + - type: Transform + pos: 65.5,38.5 parent: 1 - type: Transform - uid: 2837 components: - - pos: 53.5,28.5 + - type: Transform + pos: 53.5,28.5 parent: 1 - type: Transform - uid: 2838 components: - - pos: 52.5,26.5 + - type: Transform + pos: 52.5,26.5 parent: 1 - type: Transform - uid: 2844 components: - - pos: 86.5,38.5 + - type: Transform + pos: 86.5,38.5 parent: 1 - type: Transform - uid: 2849 components: - - pos: 65.5,39.5 + - type: Transform + pos: 65.5,39.5 parent: 1 - type: Transform - uid: 2850 components: - - pos: 68.5,39.5 + - type: Transform + pos: 68.5,39.5 parent: 1 - type: Transform - uid: 2856 components: - - pos: 71.5,39.5 + - type: Transform + pos: 71.5,39.5 parent: 1 - type: Transform - uid: 2858 components: - - pos: 85.5,38.5 + - type: Transform + pos: 85.5,38.5 parent: 1 - type: Transform - uid: 2866 components: - - pos: 60.5,32.5 + - type: Transform + pos: 60.5,32.5 parent: 1 - type: Transform - uid: 2914 components: - - pos: 66.5,39.5 + - type: Transform + pos: 66.5,39.5 parent: 1 - type: Transform - uid: 2916 components: - - pos: 67.5,39.5 + - type: Transform + pos: 67.5,39.5 parent: 1 - type: Transform - uid: 2970 components: - - pos: 71.5,39.5 + - type: Transform + pos: 71.5,39.5 parent: 1 - type: Transform - uid: 2971 components: - - pos: 84.5,37.5 + - type: Transform + pos: 84.5,37.5 parent: 1 - type: Transform - uid: 2972 components: - - pos: 76.5,37.5 + - type: Transform + pos: 76.5,37.5 parent: 1 - type: Transform - uid: 2982 components: - - pos: 74.5,37.5 + - type: Transform + pos: 74.5,37.5 parent: 1 - type: Transform - uid: 2983 components: - - pos: 86.5,37.5 + - type: Transform + pos: 86.5,37.5 parent: 1 - type: Transform - uid: 2984 components: - - pos: 85.5,37.5 + - type: Transform + pos: 85.5,37.5 parent: 1 - type: Transform - uid: 2985 components: - - pos: 88.5,38.5 + - type: Transform + pos: 88.5,38.5 parent: 1 - type: Transform - uid: 2986 components: - - pos: 87.5,38.5 + - type: Transform + pos: 87.5,38.5 parent: 1 - type: Transform - uid: 3001 components: - - pos: 81.5,40.5 + - type: Transform + pos: 81.5,40.5 parent: 1 - type: Transform - uid: 3005 components: - - pos: 74.5,40.5 + - type: Transform + pos: 74.5,40.5 parent: 1 - type: Transform - uid: 3006 components: - - pos: 75.5,39.5 + - type: Transform + pos: 75.5,39.5 parent: 1 - type: Transform - uid: 3007 components: - - pos: 77.5,39.5 + - type: Transform + pos: 77.5,39.5 parent: 1 - type: Transform - uid: 3008 components: - - pos: 76.5,39.5 + - type: Transform + pos: 76.5,39.5 parent: 1 - type: Transform - uid: 3009 components: - - pos: 79.5,39.5 + - type: Transform + pos: 79.5,39.5 parent: 1 - type: Transform - uid: 3010 components: - - pos: 78.5,39.5 + - type: Transform + pos: 78.5,39.5 parent: 1 - type: Transform - uid: 3011 components: - - pos: 54.5,31.5 + - type: Transform + pos: 54.5,31.5 parent: 1 - type: Transform - uid: 3013 components: - - pos: 55.5,32.5 + - type: Transform + pos: 55.5,32.5 parent: 1 - type: Transform - uid: 3014 components: - - pos: 80.5,39.5 + - type: Transform + pos: 80.5,39.5 parent: 1 - type: Transform - uid: 3015 components: - - pos: 81.5,41.5 + - type: Transform + pos: 81.5,41.5 parent: 1 - type: Transform - uid: 3016 components: - - pos: 80.5,40.5 + - type: Transform + pos: 80.5,40.5 parent: 1 - type: Transform - uid: 3017 components: - - pos: 82.5,40.5 + - type: Transform + pos: 82.5,40.5 parent: 1 - type: Transform - uid: 3021 components: - - pos: 72.5,39.5 + - type: Transform + pos: 72.5,39.5 parent: 1 - type: Transform - uid: 3028 components: - - pos: 54.5,33.5 + - type: Transform + pos: 54.5,33.5 parent: 1 - type: Transform - uid: 3031 components: - - pos: 82.5,40.5 + - type: Transform + pos: 82.5,40.5 parent: 1 - type: Transform - uid: 3042 components: - - pos: 71.5,40.5 + - type: Transform + pos: 71.5,40.5 parent: 1 - type: Transform - uid: 3055 components: - - pos: 73.5,39.5 + - type: Transform + pos: 73.5,39.5 parent: 1 - type: Transform - uid: 3056 components: - - pos: 72.5,40.5 + - type: Transform + pos: 72.5,40.5 parent: 1 - type: Transform - uid: 3057 components: - - pos: 73.5,40.5 + - type: Transform + pos: 73.5,40.5 parent: 1 - type: Transform - uid: 3058 components: - - pos: 74.5,39.5 + - type: Transform + pos: 74.5,39.5 parent: 1 - type: Transform - uid: 3060 components: - - pos: 53.5,33.5 + - type: Transform + pos: 53.5,33.5 parent: 1 - type: Transform - uid: 3067 components: - - pos: 52.5,32.5 + - type: Transform + pos: 52.5,32.5 parent: 1 - type: Transform - uid: 3068 components: - - pos: 54.5,30.5 + - type: Transform + pos: 54.5,30.5 parent: 1 - type: Transform - uid: 3070 components: - - pos: 52.5,33.5 + - type: Transform + pos: 52.5,33.5 parent: 1 - type: Transform - uid: 3071 components: - - pos: 53.5,30.5 + - type: Transform + pos: 53.5,30.5 parent: 1 - type: Transform - uid: 3073 components: - - pos: 52.5,30.5 + - type: Transform + pos: 52.5,30.5 parent: 1 - type: Transform - uid: 3074 components: - - pos: 52.5,29.5 + - type: Transform + pos: 52.5,29.5 parent: 1 - type: Transform - uid: 3075 components: - - pos: 55.5,33.5 + - type: Transform + pos: 55.5,33.5 parent: 1 - type: Transform - uid: 3076 components: - - pos: 51.5,29.5 + - type: Transform + pos: 51.5,29.5 parent: 1 - type: Transform - uid: 3077 components: - - pos: 51.5,28.5 + - type: Transform + pos: 51.5,28.5 parent: 1 - type: Transform - uid: 3078 components: - - pos: 52.5,28.5 + - type: Transform + pos: 52.5,28.5 parent: 1 - type: Transform - uid: 3079 components: - - pos: 50.5,27.5 + - type: Transform + pos: 50.5,27.5 parent: 1 - type: Transform - uid: 3081 components: - - pos: 50.5,28.5 + - type: Transform + pos: 50.5,28.5 parent: 1 - type: Transform - uid: 3083 components: - - pos: 53.5,32.5 + - type: Transform + pos: 53.5,32.5 parent: 1 - type: Transform - uid: 3084 components: - - pos: 56.5,34.5 + - type: Transform + pos: 56.5,34.5 parent: 1 - type: Transform - uid: 3085 components: - - pos: 54.5,32.5 + - type: Transform + pos: 54.5,32.5 parent: 1 - type: Transform - uid: 3086 components: - - pos: 53.5,29.5 + - type: Transform + pos: 53.5,29.5 parent: 1 - type: Transform - uid: 3087 components: - - pos: 55.5,31.5 + - type: Transform + pos: 55.5,31.5 parent: 1 - type: Transform - uid: 3088 components: - - pos: 56.5,31.5 + - type: Transform + pos: 56.5,31.5 parent: 1 - type: Transform - uid: 3089 components: - - pos: 79.5,41.5 + - type: Transform + pos: 79.5,41.5 parent: 1 - type: Transform - uid: 3090 components: - - pos: 82.5,39.5 + - type: Transform + pos: 82.5,39.5 parent: 1 - type: Transform - uid: 3091 components: - - pos: 67.5,41.5 + - type: Transform + pos: 67.5,41.5 parent: 1 - type: Transform - uid: 3093 components: - - pos: 53.5,31.5 + - type: Transform + pos: 53.5,31.5 parent: 1 - type: Transform - uid: 3094 components: - - pos: 56.5,33.5 + - type: Transform + pos: 56.5,33.5 parent: 1 - type: Transform - uid: 3095 components: - - pos: 56.5,32.5 + - type: Transform + pos: 56.5,32.5 parent: 1 - type: Transform - uid: 3096 components: - - pos: 83.5,40.5 + - type: Transform + pos: 83.5,40.5 parent: 1 - type: Transform - uid: 3097 components: - - pos: 66.5,40.5 + - type: Transform + pos: 66.5,40.5 parent: 1 - type: Transform - uid: 3098 components: - - pos: 52.5,31.5 + - type: Transform + pos: 52.5,31.5 parent: 1 - type: Transform - uid: 3099 components: - - pos: 83.5,39.5 + - type: Transform + pos: 83.5,39.5 parent: 1 - type: Transform - uid: 3100 components: - - pos: 67.5,40.5 + - type: Transform + pos: 67.5,40.5 parent: 1 - type: Transform - uid: 3101 components: - - pos: 69.5,37.5 + - type: Transform + pos: 69.5,37.5 parent: 1 - type: Transform - uid: 3102 components: - - pos: 84.5,39.5 + - type: Transform + pos: 84.5,39.5 parent: 1 - type: Transform - uid: 3104 components: - - pos: 70.5,37.5 + - type: Transform + pos: 70.5,37.5 parent: 1 - type: Transform - uid: 3105 components: - - pos: 85.5,39.5 + - type: Transform + pos: 85.5,39.5 parent: 1 - type: Transform - uid: 3106 components: - - pos: 70.5,37.5 + - type: Transform + pos: 70.5,37.5 parent: 1 - type: Transform - uid: 3107 components: - - pos: 86.5,37.5 + - type: Transform + pos: 86.5,37.5 parent: 1 - type: Transform - uid: 3108 components: - - pos: 75.5,37.5 + - type: Transform + pos: 75.5,37.5 parent: 1 - type: Transform - uid: 3109 components: - - pos: 52.5,27.5 + - type: Transform + pos: 52.5,27.5 parent: 1 - type: Transform - uid: 3120 components: - - pos: 79.5,39.5 + - type: Transform + pos: 79.5,39.5 parent: 1 - type: Transform - uid: 3121 components: - - pos: 79.5,40.5 + - type: Transform + pos: 79.5,40.5 parent: 1 - type: Transform - uid: 3122 components: - - pos: 80.5,41.5 + - type: Transform + pos: 80.5,41.5 parent: 1 - type: Transform - uid: 3123 components: - - pos: 81.5,39.5 + - type: Transform + pos: 81.5,39.5 parent: 1 - type: Transform - uid: 15883 components: - - pos: 51.5,30.5 + - type: Transform + pos: 51.5,30.5 parent: 1 - type: Transform - uid: 15963 components: - - pos: 70.5,-25.5 + - type: Transform + pos: 70.5,-25.5 parent: 1 - type: Transform - uid: 15974 components: - - pos: 67.5,-25.5 + - type: Transform + pos: 67.5,-25.5 parent: 1 - type: Transform - uid: 15984 components: - - pos: 68.5,-25.5 + - type: Transform + pos: 68.5,-25.5 parent: 1 - type: Transform - uid: 15985 components: - - pos: 69.5,-25.5 + - type: Transform + pos: 69.5,-25.5 parent: 1 - type: Transform - uid: 16256 components: - - pos: 67.5,-27.5 + - type: Transform + pos: 67.5,-27.5 parent: 1 - type: Transform - uid: 16279 components: - - pos: 67.5,-26.5 + - type: Transform + pos: 67.5,-26.5 parent: 1 - type: Transform - uid: 16344 components: - - pos: 71.5,-25.5 + - type: Transform + pos: 71.5,-25.5 parent: 1 - type: Transform - uid: 16345 components: - - pos: 71.5,-24.5 + - type: Transform + pos: 71.5,-24.5 parent: 1 - type: Transform - uid: 16346 components: - - pos: 71.5,-23.5 + - type: Transform + pos: 71.5,-23.5 parent: 1 - type: Transform - uid: 16350 components: - - pos: 71.5,-22.5 + - type: Transform + pos: 71.5,-22.5 parent: 1 - type: Transform - uid: 16355 components: - - pos: 72.5,-22.5 + - type: Transform + pos: 72.5,-22.5 parent: 1 - type: Transform - uid: 16356 components: - - pos: 73.5,-22.5 + - type: Transform + pos: 73.5,-22.5 parent: 1 - type: Transform - uid: 16361 components: - - pos: 74.5,-22.5 + - type: Transform + pos: 74.5,-22.5 parent: 1 - type: Transform - uid: 16368 components: - - pos: 75.5,-22.5 + - type: Transform + pos: 75.5,-22.5 parent: 1 - type: Transform - uid: 16369 components: - - pos: 67.5,3.5 + - type: Transform + pos: 67.5,3.5 parent: 1 - type: Transform - uid: 16370 components: - - pos: 77.5,-22.5 + - type: Transform + pos: 77.5,-22.5 parent: 1 - type: Transform - uid: 16372 components: - - pos: 78.5,-22.5 + - type: Transform + pos: 78.5,-22.5 parent: 1 - type: Transform - uid: 16382 components: - - pos: 78.5,-21.5 + - type: Transform + pos: 78.5,-21.5 parent: 1 - type: Transform - uid: 16399 components: - - pos: 78.5,-20.5 + - type: Transform + pos: 78.5,-20.5 parent: 1 - type: Transform - uid: 16411 components: - - pos: 78.5,-19.5 + - type: Transform + pos: 78.5,-19.5 parent: 1 - type: Transform - uid: 16412 components: - - pos: 78.5,-18.5 + - type: Transform + pos: 78.5,-18.5 parent: 1 - type: Transform - uid: 16416 components: - - pos: 78.5,-17.5 + - type: Transform + pos: 78.5,-17.5 parent: 1 - type: Transform - uid: 16427 components: - - pos: 78.5,-16.5 + - type: Transform + pos: 78.5,-16.5 parent: 1 - type: Transform - uid: 16431 components: - - pos: 78.5,-15.5 + - type: Transform + pos: 78.5,-15.5 parent: 1 - type: Transform - uid: 16439 components: - - pos: 78.5,-14.5 + - type: Transform + pos: 78.5,-14.5 parent: 1 - type: Transform - uid: 16458 components: - - pos: 79.5,-14.5 + - type: Transform + pos: 79.5,-14.5 parent: 1 - type: Transform - uid: 16464 components: - - pos: 80.5,-14.5 + - type: Transform + pos: 80.5,-14.5 parent: 1 - type: Transform - uid: 16465 components: - - pos: 81.5,-14.5 + - type: Transform + pos: 81.5,-14.5 parent: 1 - type: Transform - uid: 16466 components: - - pos: 82.5,-14.5 + - type: Transform + pos: 82.5,-14.5 parent: 1 - type: Transform - uid: 16467 components: - - pos: 82.5,-13.5 + - type: Transform + pos: 82.5,-13.5 parent: 1 - type: Transform - uid: 16468 components: - - pos: 82.5,-12.5 + - type: Transform + pos: 82.5,-12.5 parent: 1 - type: Transform - uid: 16469 components: - - pos: 82.5,-11.5 + - type: Transform + pos: 82.5,-11.5 parent: 1 - type: Transform - uid: 16470 components: - - pos: 82.5,-10.5 + - type: Transform + pos: 82.5,-10.5 parent: 1 - type: Transform - uid: 16471 components: - - pos: 82.5,-9.5 + - type: Transform + pos: 82.5,-9.5 parent: 1 - type: Transform - uid: 16472 components: - - pos: 82.5,-8.5 + - type: Transform + pos: 82.5,-8.5 parent: 1 - type: Transform - uid: 16473 components: - - pos: 82.5,-7.5 + - type: Transform + pos: 82.5,-7.5 parent: 1 - type: Transform - uid: 16475 components: - - pos: 82.5,-6.5 + - type: Transform + pos: 82.5,-6.5 parent: 1 - type: Transform - uid: 16487 components: - - pos: 82.5,-5.5 + - type: Transform + pos: 82.5,-5.5 parent: 1 - type: Transform - uid: 16499 components: - - pos: 82.5,-4.5 + - type: Transform + pos: 82.5,-4.5 parent: 1 - type: Transform - uid: 16501 components: - - pos: 81.5,-4.5 + - type: Transform + pos: 81.5,-4.5 parent: 1 - type: Transform - uid: 16502 components: - - pos: 80.5,-4.5 + - type: Transform + pos: 80.5,-4.5 parent: 1 - type: Transform - uid: 16503 components: - - pos: 80.5,-3.5 + - type: Transform + pos: 80.5,-3.5 parent: 1 - type: Transform - uid: 16504 components: - - pos: 80.5,-2.5 + - type: Transform + pos: 80.5,-2.5 parent: 1 - type: Transform - uid: 16505 components: - - pos: 80.5,-1.5 + - type: Transform + pos: 80.5,-1.5 parent: 1 - type: Transform - uid: 16506 components: - - pos: 80.5,-0.5 + - type: Transform + pos: 80.5,-0.5 parent: 1 - type: Transform - uid: 16513 components: - - pos: 79.5,-0.5 + - type: Transform + pos: 79.5,-0.5 parent: 1 - type: Transform - uid: 16514 components: - - pos: 79.5,0.5 + - type: Transform + pos: 79.5,0.5 parent: 1 - type: Transform - uid: 16515 components: - - pos: 78.5,0.5 + - type: Transform + pos: 78.5,0.5 parent: 1 - type: Transform - uid: 16516 components: - - pos: 78.5,1.5 + - type: Transform + pos: 78.5,1.5 parent: 1 - type: Transform - uid: 16517 components: - - pos: 77.5,1.5 + - type: Transform + pos: 77.5,1.5 parent: 1 - type: Transform - uid: 16518 components: - - pos: 76.5,2.5 + - type: Transform + pos: 76.5,2.5 parent: 1 - type: Transform - uid: 16519 components: - - pos: 76.5,1.5 + - type: Transform + pos: 76.5,1.5 parent: 1 - type: Transform - uid: 16520 components: - - pos: 75.5,2.5 + - type: Transform + pos: 75.5,2.5 parent: 1 - type: Transform - uid: 16528 components: - - pos: 74.5,2.5 + - type: Transform + pos: 74.5,2.5 parent: 1 - type: Transform - uid: 16529 components: - - pos: 74.5,3.5 + - type: Transform + pos: 74.5,3.5 parent: 1 - type: Transform - uid: 16530 components: - - pos: 73.5,3.5 + - type: Transform + pos: 73.5,3.5 parent: 1 - type: Transform - uid: 16531 components: - - pos: 72.5,3.5 + - type: Transform + pos: 72.5,3.5 parent: 1 - type: Transform - uid: 16532 components: - - pos: 72.5,4.5 + - type: Transform + pos: 72.5,4.5 parent: 1 - type: Transform - uid: 16533 components: - - pos: 72.5,5.5 + - type: Transform + pos: 72.5,5.5 parent: 1 - type: Transform - uid: 16534 components: - - pos: 71.5,5.5 + - type: Transform + pos: 71.5,5.5 parent: 1 - type: Transform - uid: 16535 components: - - pos: 70.5,5.5 + - type: Transform + pos: 70.5,5.5 parent: 1 - type: Transform - uid: 16536 components: - - pos: 70.5,6.5 + - type: Transform + pos: 70.5,6.5 parent: 1 - type: Transform - uid: 16565 components: - - pos: 70.5,6.5 + - type: Transform + pos: 70.5,6.5 parent: 1 - type: Transform - uid: 16566 components: - - pos: 70.5,7.5 + - type: Transform + pos: 70.5,7.5 parent: 1 - type: Transform - uid: 16567 components: - - pos: 69.5,6.5 + - type: Transform + pos: 69.5,6.5 parent: 1 - type: Transform - uid: 16568 components: - - pos: 69.5,7.5 + - type: Transform + pos: 69.5,7.5 parent: 1 - type: Transform - uid: 16569 components: - - pos: 68.5,6.5 + - type: Transform + pos: 68.5,6.5 parent: 1 - type: Transform - uid: 16570 components: - - pos: 68.5,7.5 + - type: Transform + pos: 68.5,7.5 parent: 1 - type: Transform - uid: 16571 components: - - pos: 67.5,6.5 + - type: Transform + pos: 67.5,6.5 parent: 1 - type: Transform - uid: 16572 components: - - pos: 67.5,7.5 + - type: Transform + pos: 67.5,7.5 parent: 1 - type: Transform - uid: 16573 components: - - pos: 66.5,6.5 + - type: Transform + pos: 66.5,6.5 parent: 1 - type: Transform - uid: 16574 components: - - pos: 66.5,7.5 + - type: Transform + pos: 66.5,7.5 parent: 1 - type: Transform - uid: 16575 components: - - pos: 65.5,6.5 + - type: Transform + pos: 65.5,6.5 parent: 1 - type: Transform - uid: 16576 components: - - pos: 65.5,7.5 + - type: Transform + pos: 65.5,7.5 parent: 1 - type: Transform - uid: 16577 components: - - pos: 64.5,6.5 + - type: Transform + pos: 64.5,6.5 parent: 1 - type: Transform - uid: 16578 components: - - pos: 64.5,7.5 + - type: Transform + pos: 64.5,7.5 parent: 1 - type: Transform - uid: 16579 components: - - pos: 63.5,6.5 + - type: Transform + pos: 63.5,6.5 parent: 1 - type: Transform - uid: 16580 components: - - pos: 63.5,7.5 + - type: Transform + pos: 63.5,7.5 parent: 1 - type: Transform - uid: 16581 components: - - pos: 62.5,6.5 + - type: Transform + pos: 62.5,6.5 parent: 1 - type: Transform - uid: 16582 components: - - pos: 62.5,7.5 + - type: Transform + pos: 62.5,7.5 parent: 1 - type: Transform - uid: 16583 components: - - pos: 61.5,6.5 + - type: Transform + pos: 61.5,6.5 parent: 1 - type: Transform - uid: 16584 components: - - pos: 61.5,7.5 + - type: Transform + pos: 61.5,7.5 parent: 1 - type: Transform - uid: 16585 components: - - pos: 60.5,6.5 + - type: Transform + pos: 60.5,6.5 parent: 1 - type: Transform - uid: 16586 components: - - pos: 60.5,7.5 + - type: Transform + pos: 60.5,7.5 parent: 1 - type: Transform - uid: 16587 components: - - pos: 59.5,5.5 + - type: Transform + pos: 59.5,5.5 parent: 1 - type: Transform - uid: 16588 components: - - pos: 60.5,5.5 + - type: Transform + pos: 60.5,5.5 parent: 1 - type: Transform - uid: 16589 components: - - pos: 62.5,8.5 + - type: Transform + pos: 62.5,8.5 parent: 1 - type: Transform - uid: 16590 components: - - pos: 63.5,8.5 + - type: Transform + pos: 63.5,8.5 parent: 1 - type: Transform - uid: 16591 components: - - pos: 64.5,8.5 + - type: Transform + pos: 64.5,8.5 parent: 1 - type: Transform - uid: 16592 components: - - pos: 65.5,8.5 + - type: Transform + pos: 65.5,8.5 parent: 1 - type: Transform - uid: 16593 components: - - pos: 66.5,8.5 + - type: Transform + pos: 66.5,8.5 parent: 1 - type: Transform - uid: 16594 components: - - pos: 66.5,5.5 + - type: Transform + pos: 66.5,5.5 parent: 1 - type: Transform - uid: 16595 components: - - pos: 66.5,5.5 + - type: Transform + pos: 66.5,5.5 parent: 1 - type: Transform - uid: 16596 components: - - pos: 67.5,5.5 + - type: Transform + pos: 67.5,5.5 parent: 1 - type: Transform - uid: 16598 components: - - pos: 68.5,5.5 + - type: Transform + pos: 68.5,5.5 parent: 1 - type: Transform - uid: 16599 components: - - pos: 69.5,5.5 + - type: Transform + pos: 69.5,5.5 parent: 1 - type: Transform - uid: 16600 components: - - pos: 68.5,4.5 + - type: Transform + pos: 68.5,4.5 parent: 1 - type: Transform - uid: 16601 components: - - pos: 68.5,4.5 + - type: Transform + pos: 68.5,4.5 parent: 1 - type: Transform - uid: 16602 components: - - pos: 68.5,3.5 + - type: Transform + pos: 68.5,3.5 parent: 1 - type: Transform - uid: 16603 components: - - pos: 67.5,4.5 + - type: Transform + pos: 67.5,4.5 parent: 1 - type: Transform - uid: 16604 components: - - pos: 69.5,4.5 + - type: Transform + pos: 69.5,4.5 parent: 1 - type: Transform - uid: 16605 components: - - pos: 69.5,3.5 + - type: Transform + pos: 69.5,3.5 parent: 1 - type: Transform - uid: 16606 components: - - pos: 69.5,2.5 + - type: Transform + pos: 69.5,2.5 parent: 1 - type: Transform - uid: 16607 components: - - pos: 70.5,4.5 + - type: Transform + pos: 70.5,4.5 parent: 1 - type: Transform - uid: 16608 components: - - pos: 70.5,3.5 + - type: Transform + pos: 70.5,3.5 parent: 1 - type: Transform - uid: 16609 components: - - pos: 70.5,2.5 + - type: Transform + pos: 70.5,2.5 parent: 1 - type: Transform - uid: 16610 components: - - pos: 71.5,4.5 + - type: Transform + pos: 71.5,4.5 parent: 1 - type: Transform - uid: 16611 components: - - pos: 71.5,3.5 + - type: Transform + pos: 71.5,3.5 parent: 1 - type: Transform - uid: 16612 components: - - pos: 71.5,2.5 + - type: Transform + pos: 71.5,2.5 parent: 1 - type: Transform - uid: 16613 components: - - pos: 72.5,2.5 + - type: Transform + pos: 72.5,2.5 parent: 1 - type: Transform - uid: 16614 components: - - pos: 72.5,1.5 + - type: Transform + pos: 72.5,1.5 parent: 1 - type: Transform - uid: 16615 components: - - pos: 73.5,2.5 + - type: Transform + pos: 73.5,2.5 parent: 1 - type: Transform - uid: 16616 components: - - pos: 73.5,1.5 + - type: Transform + pos: 73.5,1.5 parent: 1 - type: Transform - uid: 16617 components: - - pos: 74.5,1.5 + - type: Transform + pos: 74.5,1.5 parent: 1 - type: Transform - uid: 16618 components: - - pos: 75.5,1.5 + - type: Transform + pos: 75.5,1.5 parent: 1 - type: Transform - uid: 16619 components: - - pos: 75.5,0.5 + - type: Transform + pos: 75.5,0.5 parent: 1 - type: Transform - uid: 16620 components: - - pos: 75.5,-0.5 + - type: Transform + pos: 75.5,-0.5 parent: 1 - type: Transform - uid: 16621 components: - - pos: 75.5,-1.5 + - type: Transform + pos: 75.5,-1.5 parent: 1 - type: Transform - uid: 16622 components: - - pos: 76.5,0.5 + - type: Transform + pos: 76.5,0.5 parent: 1 - type: Transform - uid: 16623 components: - - pos: 76.5,-0.5 + - type: Transform + pos: 76.5,-0.5 parent: 1 - type: Transform - uid: 16624 components: - - pos: 76.5,-1.5 + - type: Transform + pos: 76.5,-1.5 parent: 1 - type: Transform - uid: 16625 components: - - pos: 77.5,0.5 + - type: Transform + pos: 77.5,0.5 parent: 1 - type: Transform - uid: 16626 components: - - pos: 77.5,-0.5 + - type: Transform + pos: 77.5,-0.5 parent: 1 - type: Transform - uid: 16687 components: - - pos: 77.5,-1.5 + - type: Transform + pos: 77.5,-1.5 parent: 1 - type: Transform - uid: 16792 components: - - pos: 78.5,-0.5 + - type: Transform + pos: 78.5,-0.5 parent: 1 - type: Transform - uid: 16793 components: - - pos: 78.5,-0.5 + - type: Transform + pos: 78.5,-0.5 parent: 1 - type: Transform - uid: 16794 components: - - pos: 78.5,-1.5 + - type: Transform + pos: 78.5,-1.5 parent: 1 - type: Transform - uid: 16795 components: - - pos: 78.5,-2.5 + - type: Transform + pos: 78.5,-2.5 parent: 1 - type: Transform - uid: 16796 components: - - pos: 79.5,-1.5 + - type: Transform + pos: 79.5,-1.5 parent: 1 - type: Transform - uid: 16797 components: - - pos: 79.5,-2.5 + - type: Transform + pos: 79.5,-2.5 parent: 1 - type: Transform - uid: 16798 components: - - pos: 79.5,-3.5 + - type: Transform + pos: 79.5,-3.5 parent: 1 - type: Transform - uid: 16799 components: - - pos: 79.5,-4.5 + - type: Transform + pos: 79.5,-4.5 parent: 1 - type: Transform - uid: 17134 components: - - pos: 79.5,-5.5 + - type: Transform + pos: 79.5,-5.5 parent: 1 - type: Transform - uid: 17173 components: - - pos: 79.5,-6.5 + - type: Transform + pos: 79.5,-6.5 parent: 1 - type: Transform - uid: 17181 components: - - pos: 80.5,-5.5 + - type: Transform + pos: 80.5,-5.5 parent: 1 - type: Transform - uid: 17182 components: - - pos: 80.5,-6.5 + - type: Transform + pos: 80.5,-6.5 parent: 1 - type: Transform - uid: 17183 components: - - pos: 80.5,-7.5 + - type: Transform + pos: 80.5,-7.5 parent: 1 - type: Transform - uid: 17184 components: - - pos: 80.5,-8.5 + - type: Transform + pos: 80.5,-8.5 parent: 1 - type: Transform - uid: 17185 components: - - pos: 79.5,-12.5 + - type: Transform + pos: 79.5,-12.5 parent: 1 - type: Transform - uid: 17186 components: - - pos: 79.5,-12.5 + - type: Transform + pos: 79.5,-12.5 parent: 1 - type: Transform - uid: 17187 components: - - pos: 80.5,-11.5 + - type: Transform + pos: 80.5,-11.5 parent: 1 - type: Transform - uid: 17188 components: - - pos: 80.5,-12.5 + - type: Transform + pos: 80.5,-12.5 parent: 1 - type: Transform - uid: 17189 components: - - pos: 80.5,-13.5 + - type: Transform + pos: 80.5,-13.5 parent: 1 - type: Transform - uid: 17190 components: - - pos: 81.5,-5.5 + - type: Transform + pos: 81.5,-5.5 parent: 1 - type: Transform - uid: 17191 components: - - pos: 81.5,-6.5 + - type: Transform + pos: 81.5,-6.5 parent: 1 - type: Transform - uid: 17192 components: - - pos: 81.5,-7.5 + - type: Transform + pos: 81.5,-7.5 parent: 1 - type: Transform - uid: 17193 components: - - pos: 81.5,-8.5 + - type: Transform + pos: 81.5,-8.5 parent: 1 - type: Transform - uid: 17194 components: - - pos: 81.5,-9.5 + - type: Transform + pos: 81.5,-9.5 parent: 1 - type: Transform - uid: 17195 components: - - pos: 81.5,-10.5 + - type: Transform + pos: 81.5,-10.5 parent: 1 - type: Transform - uid: 17196 components: - - pos: 81.5,-11.5 + - type: Transform + pos: 81.5,-11.5 parent: 1 - type: Transform - uid: 17197 components: - - pos: 81.5,-12.5 + - type: Transform + pos: 81.5,-12.5 parent: 1 - type: Transform - uid: 17198 components: - - pos: 81.5,-13.5 + - type: Transform + pos: 81.5,-13.5 parent: 1 - type: Transform - uid: 17199 components: - - pos: 79.5,-13.5 + - type: Transform + pos: 79.5,-13.5 parent: 1 - type: Transform - uid: 17200 components: - - pos: 78.5,-12.5 + - type: Transform + pos: 78.5,-12.5 parent: 1 - type: Transform - uid: 17201 components: - - pos: 78.5,-13.5 + - type: Transform + pos: 78.5,-13.5 parent: 1 - type: Transform - uid: 17202 components: - - pos: 77.5,-12.5 + - type: Transform + pos: 77.5,-12.5 parent: 1 - type: Transform - uid: 17203 components: - - pos: 77.5,-13.5 + - type: Transform + pos: 77.5,-13.5 parent: 1 - type: Transform - uid: 17204 components: - - pos: 77.5,-14.5 + - type: Transform + pos: 77.5,-14.5 parent: 1 - type: Transform - uid: 17205 components: - - pos: 77.5,-15.5 + - type: Transform + pos: 77.5,-15.5 parent: 1 - type: Transform - uid: 17206 components: - - pos: 77.5,-16.5 + - type: Transform + pos: 77.5,-16.5 parent: 1 - type: Transform - uid: 17207 components: - - pos: 77.5,-17.5 + - type: Transform + pos: 77.5,-17.5 parent: 1 - type: Transform - uid: 17208 components: - - pos: 77.5,-18.5 + - type: Transform + pos: 77.5,-18.5 parent: 1 - type: Transform - uid: 17209 components: - - pos: 77.5,-19.5 + - type: Transform + pos: 77.5,-19.5 parent: 1 - type: Transform - uid: 17210 components: - - pos: 77.5,-20.5 + - type: Transform + pos: 77.5,-20.5 parent: 1 - type: Transform - uid: 17211 components: - - pos: 77.5,-21.5 + - type: Transform + pos: 77.5,-21.5 parent: 1 - type: Transform - uid: 17212 components: - - pos: 76.5,-21.5 + - type: Transform + pos: 76.5,-21.5 parent: 1 - type: Transform - uid: 17213 components: - - pos: 76.5,-20.5 + - type: Transform + pos: 76.5,-20.5 parent: 1 - type: Transform - uid: 17214 components: - - pos: 76.5,-19.5 + - type: Transform + pos: 76.5,-19.5 parent: 1 - type: Transform - uid: 17215 components: - - pos: 76.5,-18.5 + - type: Transform + pos: 76.5,-18.5 parent: 1 - type: Transform - uid: 17216 components: - - pos: 75.5,-21.5 + - type: Transform + pos: 75.5,-21.5 parent: 1 - type: Transform - uid: 17217 components: - - pos: 75.5,-20.5 + - type: Transform + pos: 75.5,-20.5 parent: 1 - type: Transform - uid: 17218 components: - - pos: 75.5,-19.5 + - type: Transform + pos: 75.5,-19.5 parent: 1 - type: Transform - uid: 17219 components: - - pos: 76.5,-12.5 + - type: Transform + pos: 76.5,-12.5 parent: 1 - type: Transform - uid: 17220 components: - - pos: 75.5,-12.5 + - type: Transform + pos: 75.5,-12.5 parent: 1 - type: Transform - uid: 17221 components: - - pos: 74.5,-12.5 + - type: Transform + pos: 74.5,-12.5 parent: 1 - type: Transform - uid: 17222 components: - - pos: 73.5,-12.5 + - type: Transform + pos: 73.5,-12.5 parent: 1 - type: Transform - uid: 17223 components: - - pos: 72.5,-12.5 + - type: Transform + pos: 72.5,-12.5 parent: 1 - type: Transform - uid: 17224 components: - - pos: 77.5,-11.5 + - type: Transform + pos: 77.5,-11.5 parent: 1 - type: Transform - uid: 17225 components: - - pos: 77.5,-11.5 + - type: Transform + pos: 77.5,-11.5 parent: 1 - type: Transform - uid: 17226 components: - - pos: 76.5,-11.5 + - type: Transform + pos: 76.5,-11.5 parent: 1 - type: Transform - uid: 17227 components: - - pos: 75.5,-11.5 + - type: Transform + pos: 75.5,-11.5 parent: 1 - type: Transform - uid: 17228 components: - - pos: 74.5,-11.5 + - type: Transform + pos: 74.5,-11.5 parent: 1 - type: Transform - uid: 17229 components: - - pos: 74.5,-13.5 + - type: Transform + pos: 74.5,-13.5 parent: 1 - type: Transform - uid: 17230 components: - - pos: 74.5,-13.5 + - type: Transform + pos: 74.5,-13.5 parent: 1 - type: Transform - uid: 17231 components: - - pos: 74.5,-14.5 + - type: Transform + pos: 74.5,-14.5 parent: 1 - type: Transform - uid: 17232 components: - - pos: 73.5,-13.5 + - type: Transform + pos: 73.5,-13.5 parent: 1 - type: Transform - uid: 17233 components: - - pos: 73.5,-14.5 + - type: Transform + pos: 73.5,-14.5 parent: 1 - type: Transform - uid: 17234 components: - - pos: 72.5,-13.5 + - type: Transform + pos: 72.5,-13.5 parent: 1 - type: Transform - uid: 17235 components: - - pos: 72.5,-14.5 + - type: Transform + pos: 72.5,-14.5 parent: 1 - type: Transform - uid: 17236 components: - - pos: 71.5,-13.5 + - type: Transform + pos: 71.5,-13.5 parent: 1 - type: Transform - uid: 17237 components: - - pos: 71.5,-14.5 + - type: Transform + pos: 71.5,-14.5 parent: 1 - type: Transform - uid: 17238 components: - - pos: 70.5,-13.5 + - type: Transform + pos: 70.5,-13.5 parent: 1 - type: Transform - uid: 17239 components: - - pos: 70.5,-14.5 + - type: Transform + pos: 70.5,-14.5 parent: 1 - type: Transform - uid: 17240 components: - - pos: 71.5,-15.5 + - type: Transform + pos: 71.5,-15.5 parent: 1 - type: Transform - uid: 17241 components: - - pos: 71.5,-15.5 + - type: Transform + pos: 71.5,-15.5 parent: 1 - type: Transform - uid: 17242 components: - - pos: 70.5,-15.5 + - type: Transform + pos: 70.5,-15.5 parent: 1 - type: Transform - uid: 17243 components: - - pos: 69.5,-15.5 + - type: Transform + pos: 69.5,-15.5 parent: 1 - type: Transform - uid: 17244 components: - - pos: 75.5,-10.5 + - type: Transform + pos: 75.5,-10.5 parent: 1 - type: Transform - uid: 17245 components: - - pos: 72.5,-23.5 + - type: Transform + pos: 72.5,-23.5 parent: 1 - type: Transform - uid: 17246 components: - - pos: 73.5,-23.5 + - type: Transform + pos: 73.5,-23.5 parent: 1 - type: Transform - uid: 17247 components: - - pos: 74.5,-23.5 + - type: Transform + pos: 74.5,-23.5 parent: 1 - type: Transform - uid: 17248 components: - - pos: 74.5,-21.5 + - type: Transform + pos: 74.5,-21.5 parent: 1 - type: Transform - uid: 17249 components: - - pos: 70.5,-23.5 + - type: Transform + pos: 70.5,-23.5 parent: 1 - type: Transform - uid: 17250 components: - - pos: 70.5,-24.5 + - type: Transform + pos: 70.5,-24.5 parent: 1 - type: Transform - uid: 17251 components: - - pos: 69.5,-23.5 + - type: Transform + pos: 69.5,-23.5 parent: 1 - type: Transform - uid: 17252 components: - - pos: 69.5,-24.5 + - type: Transform + pos: 69.5,-24.5 parent: 1 - type: Transform - uid: 17253 components: - - pos: 68.5,-26.5 + - type: Transform + pos: 68.5,-26.5 parent: 1 - type: Transform - uid: 17254 components: - - pos: 68.5,-24.5 + - type: Transform + pos: 68.5,-24.5 parent: 1 - type: Transform - uid: 17255 components: - - pos: 66.5,-27.5 + - type: Transform + pos: 66.5,-27.5 parent: 1 - type: Transform - uid: 17256 components: - - pos: 66.5,-26.5 + - type: Transform + pos: 66.5,-26.5 parent: 1 - type: Transform - uid: 17257 components: - - pos: 65.5,-27.5 + - type: Transform + pos: 65.5,-27.5 parent: 1 - type: Transform - uid: 17258 components: - - pos: 65.5,-26.5 + - type: Transform + pos: 65.5,-26.5 parent: 1 - type: Transform - uid: 17259 components: - - pos: 64.5,-27.5 + - type: Transform + pos: 64.5,-27.5 parent: 1 - type: Transform - uid: 17260 components: - - pos: 79.5,-17.5 + - type: Transform + pos: 79.5,-17.5 parent: 1 - type: Transform - uid: 17261 components: - - pos: 79.5,-18.5 + - type: Transform + pos: 79.5,-18.5 parent: 1 - type: Transform - uid: 17262 components: - - pos: 79.5,-19.5 + - type: Transform + pos: 79.5,-19.5 parent: 1 - type: Transform - uid: 17263 components: - - pos: 80.5,-19.5 + - type: Transform + pos: 80.5,-19.5 parent: 1 - type: Transform - uid: 17264 components: - - pos: 82.5,-15.5 + - type: Transform + pos: 82.5,-15.5 parent: 1 - type: Transform - uid: 17265 components: - - pos: 83.5,-13.5 + - type: Transform + pos: 83.5,-13.5 parent: 1 - type: Transform - uid: 17266 components: - - pos: 84.5,-13.5 + - type: Transform + pos: 84.5,-13.5 parent: 1 - type: Transform - uid: 17267 components: - - pos: 83.5,-12.5 + - type: Transform + pos: 83.5,-12.5 parent: 1 - type: Transform - uid: 17268 components: - - pos: 83.5,-5.5 + - type: Transform + pos: 83.5,-5.5 parent: 1 - type: Transform - uid: 17269 components: - - pos: 83.5,-5.5 + - type: Transform + pos: 83.5,-5.5 parent: 1 - type: Transform - uid: 17270 components: - - pos: 83.5,-6.5 + - type: Transform + pos: 83.5,-6.5 parent: 1 - type: Transform - uid: 17271 components: - - pos: 83.5,-7.5 + - type: Transform + pos: 83.5,-7.5 parent: 1 - type: Transform - uid: 17272 components: - - pos: 84.5,-6.5 + - type: Transform + pos: 84.5,-6.5 parent: 1 - type: Transform - uid: 17273 components: - - pos: 84.5,-7.5 + - type: Transform + pos: 84.5,-7.5 parent: 1 - type: Transform - uid: 17274 components: - - pos: 84.5,-8.5 + - type: Transform + pos: 84.5,-8.5 parent: 1 - type: Transform - uid: 17275 components: - - pos: 77.5,-23.5 + - type: Transform + pos: 77.5,-23.5 parent: 1 - type: Transform - uid: 17276 components: - - pos: 67.5,2.5 + - type: Transform + pos: 67.5,2.5 parent: 1 - type: Transform - uid: 17277 components: - - pos: 67.5,1.5 + - type: Transform + pos: 67.5,1.5 parent: 1 - type: Transform - uid: 17278 components: - - pos: 67.5,0.5 + - type: Transform + pos: 67.5,0.5 parent: 1 - type: Transform - uid: 17279 components: - - pos: 67.5,-0.5 + - type: Transform + pos: 67.5,-0.5 parent: 1 - type: Transform - uid: 17280 components: - - pos: 67.5,-1.5 + - type: Transform + pos: 67.5,-1.5 parent: 1 - type: Transform - uid: 17281 components: - - pos: 67.5,-2.5 + - type: Transform + pos: 67.5,-2.5 parent: 1 - type: Transform - uid: 17282 components: - - pos: 68.5,-2.5 + - type: Transform + pos: 68.5,-2.5 parent: 1 - type: Transform - uid: 17283 components: - - pos: 69.5,-2.5 + - type: Transform + pos: 69.5,-2.5 parent: 1 - type: Transform - uid: 17284 components: - - pos: 70.5,-2.5 + - type: Transform + pos: 70.5,-2.5 parent: 1 - type: Transform - uid: 17285 components: - - pos: 71.5,-2.5 + - type: Transform + pos: 71.5,-2.5 parent: 1 - type: Transform - uid: 17286 components: - - pos: 68.5,-1.5 + - type: Transform + pos: 68.5,-1.5 parent: 1 - type: Transform - uid: 17287 components: - - pos: 72.5,-2.5 + - type: Transform + pos: 72.5,-2.5 parent: 1 - type: Transform - uid: 17288 components: - - pos: 72.5,-1.5 + - type: Transform + pos: 72.5,-1.5 parent: 1 - type: Transform - uid: 17289 components: - - pos: 75.5,-2.5 + - type: Transform + pos: 75.5,-2.5 parent: 1 - type: Transform - uid: 17290 components: - - pos: 72.5,0.5 + - type: Transform + pos: 72.5,0.5 parent: 1 - type: Transform - uid: 17814 components: - - pos: 66.5,1.5 + - type: Transform + pos: 66.5,1.5 parent: 1 - type: Transform - uid: 17815 components: - - pos: 66.5,2.5 + - type: Transform + pos: 66.5,2.5 parent: 1 - type: Transform - uid: 17834 components: - - pos: 66.5,-1.5 + - type: Transform + pos: 66.5,-1.5 parent: 1 - type: Transform - uid: 17835 components: - - pos: 66.5,0.5 + - type: Transform + pos: 66.5,0.5 parent: 1 - type: Transform - uid: 17836 components: - - pos: 66.5,-0.5 + - type: Transform + pos: 66.5,-0.5 parent: 1 - type: Transform - uid: 17837 components: - - pos: 65.5,0.5 + - type: Transform + pos: 65.5,0.5 parent: 1 - type: Transform - uid: 17838 components: - - pos: 65.5,-0.5 + - type: Transform + pos: 65.5,-0.5 parent: 1 - type: Transform - uid: 17996 components: - - pos: 85.5,36.5 + - type: Transform + pos: 85.5,36.5 parent: 1 - type: Transform - uid: 18004 components: - - pos: 71.5,-4.5 + - type: Transform + pos: 71.5,-4.5 parent: 1 - type: Transform - uid: 18005 components: - - pos: 72.5,-4.5 + - type: Transform + pos: 72.5,-4.5 parent: 1 - type: Transform - uid: 18031 components: - - pos: 73.5,-5.5 + - type: Transform + pos: 73.5,-5.5 parent: 1 - type: Transform - uid: 18032 components: - - pos: 72.5,-5.5 + - type: Transform + pos: 72.5,-5.5 parent: 1 - type: Transform - uid: 18033 components: - - pos: 73.5,-6.5 + - type: Transform + pos: 73.5,-6.5 parent: 1 - type: Transform - uid: 18038 components: - - pos: 74.5,-6.5 + - type: Transform + pos: 74.5,-6.5 parent: 1 - type: Transform - uid: 18039 components: - - pos: 74.5,-5.5 + - type: Transform + pos: 74.5,-5.5 parent: 1 - type: Transform - uid: 18045 components: - - pos: 75.5,-5.5 + - type: Transform + pos: 75.5,-5.5 parent: 1 - type: Transform - uid: 18050 components: - - pos: 76.5,-4.5 + - type: Transform + pos: 76.5,-4.5 parent: 1 - type: Transform - uid: 18051 components: - - pos: 76.5,-5.5 + - type: Transform + pos: 76.5,-5.5 parent: 1 - type: Transform - uid: 18079 components: - - pos: 76.5,-2.5 + - type: Transform + pos: 76.5,-2.5 parent: 1 - type: Transform - uid: 18121 components: - - pos: 76.5,-3.5 + - type: Transform + pos: 76.5,-3.5 parent: 1 - type: Transform - uid: 22863 components: - - pos: 85.5,36.5 + - type: Transform + pos: 85.5,36.5 parent: 1 - type: Transform - uid: 22864 components: - - pos: 85.5,35.5 + - type: Transform + pos: 85.5,35.5 parent: 1 - type: Transform - uid: 22875 components: - - pos: 86.5,36.5 + - type: Transform + pos: 86.5,36.5 parent: 1 - type: Transform - uid: 22979 components: - - pos: 86.5,35.5 + - type: Transform + pos: 86.5,35.5 parent: 1 - type: Transform - uid: 23024 components: - - pos: 87.5,36.5 + - type: Transform + pos: 87.5,36.5 parent: 1 - type: Transform - uid: 23056 components: - - pos: 87.5,35.5 + - type: Transform + pos: 87.5,35.5 parent: 1 - type: Transform - uid: 23429 components: - - pos: 87.5,34.5 + - type: Transform + pos: 87.5,34.5 parent: 1 - type: Transform - uid: 23430 components: - - pos: 87.5,34.5 + - type: Transform + pos: 87.5,34.5 parent: 1 - type: Transform - uid: 23431 components: - - pos: 88.5,34.5 + - type: Transform + pos: 88.5,34.5 parent: 1 - type: Transform - uid: 23432 components: - - pos: 89.5,34.5 + - type: Transform + pos: 89.5,34.5 parent: 1 - type: Transform - uid: 23433 components: - - pos: 88.5,33.5 + - type: Transform + pos: 88.5,33.5 parent: 1 - type: Transform - uid: 23434 components: - - pos: 90.5,34.5 + - type: Transform + pos: 90.5,34.5 parent: 1 - type: Transform - uid: 23435 components: - - pos: 90.5,35.5 + - type: Transform + pos: 90.5,35.5 parent: 1 - type: Transform - uid: 23436 components: - - pos: 91.5,34.5 + - type: Transform + pos: 91.5,34.5 parent: 1 - type: Transform - uid: 23437 components: - - pos: 91.5,33.5 + - type: Transform + pos: 91.5,33.5 parent: 1 - type: Transform - uid: 23438 components: - - pos: 91.5,32.5 + - type: Transform + pos: 91.5,32.5 parent: 1 - type: Transform - uid: 23439 components: - - pos: 91.5,31.5 + - type: Transform + pos: 91.5,31.5 parent: 1 - type: Transform - uid: 23440 components: - - pos: 92.5,33.5 + - type: Transform + pos: 92.5,33.5 parent: 1 - type: Transform - uid: 23441 components: - - pos: 92.5,33.5 + - type: Transform + pos: 92.5,33.5 parent: 1 - type: Transform - uid: 23442 components: - - pos: 92.5,32.5 + - type: Transform + pos: 92.5,32.5 parent: 1 - type: Transform - uid: 23443 components: - - pos: 92.5,31.5 + - type: Transform + pos: 92.5,31.5 parent: 1 - type: Transform - uid: 23444 components: - - pos: 93.5,32.5 + - type: Transform + pos: 93.5,32.5 parent: 1 - type: Transform - uid: 23447 components: - - pos: 91.5,30.5 + - type: Transform + pos: 91.5,30.5 parent: 1 - type: Transform - uid: 23448 components: - - pos: 91.5,29.5 + - type: Transform + pos: 91.5,29.5 parent: 1 - type: Transform - uid: 23449 components: - - pos: 90.5,29.5 + - type: Transform + pos: 90.5,29.5 parent: 1 - type: Transform - uid: 23450 components: - - pos: 90.5,28.5 + - type: Transform + pos: 90.5,28.5 parent: 1 - type: Transform - uid: 23451 components: - - pos: 90.5,27.5 + - type: Transform + pos: 90.5,27.5 parent: 1 - type: Transform - uid: 23452 components: - - pos: 89.5,27.5 + - type: Transform + pos: 89.5,27.5 parent: 1 - type: Transform - uid: 23453 components: - - pos: 89.5,28.5 + - type: Transform + pos: 89.5,28.5 parent: 1 - type: Transform - uid: 32169 components: - - pos: 59.5,35.5 + - type: Transform + pos: 59.5,35.5 parent: 1 - type: Transform - uid: 32170 components: - - pos: 60.5,35.5 + - type: Transform + pos: 60.5,35.5 parent: 1 - type: Transform - uid: 32171 components: - - pos: 60.5,34.5 + - type: Transform + pos: 60.5,34.5 parent: 1 - type: Transform - uid: 32172 components: - - pos: 61.5,34.5 + - type: Transform + pos: 61.5,34.5 parent: 1 - type: Transform - uid: 32173 components: - - pos: 61.5,33.5 + - type: Transform + pos: 61.5,33.5 parent: 1 - type: Transform - uid: 32174 components: - - pos: 61.5,32.5 + - type: Transform + pos: 61.5,32.5 parent: 1 - type: Transform - uid: 32175 components: - - pos: 62.5,32.5 + - type: Transform + pos: 62.5,32.5 parent: 1 - type: Transform - uid: 32176 components: - - pos: 62.5,31.5 + - type: Transform + pos: 62.5,31.5 parent: 1 - type: Transform - proto: MountainRockMining entities: - uid: 2341 components: - - pos: 68.5,40.5 + - type: Transform + pos: 68.5,40.5 parent: 1 - type: Transform - uid: 2434 components: - - pos: 62.5,39.5 + - type: Transform + pos: 62.5,39.5 parent: 1 - type: Transform - uid: 2443 components: - - pos: 65.5,40.5 + - type: Transform + pos: 65.5,40.5 parent: 1 - type: Transform - uid: 2492 components: - - pos: 63.5,39.5 + - type: Transform + pos: 63.5,39.5 parent: 1 - type: Transform - uid: 2493 components: - - pos: 63.5,40.5 + - type: Transform + pos: 63.5,40.5 parent: 1 - type: Transform - uid: 2494 components: - - pos: 68.5,42.5 + - type: Transform + pos: 68.5,42.5 parent: 1 - type: Transform - uid: 2495 components: - - pos: 75.5,43.5 + - type: Transform + pos: 75.5,43.5 parent: 1 - type: Transform - uid: 2496 components: - - pos: 67.5,42.5 + - type: Transform + pos: 67.5,42.5 parent: 1 - type: Transform - uid: 2504 components: - - pos: 75.5,41.5 + - type: Transform + pos: 75.5,41.5 parent: 1 - type: Transform - uid: 2683 components: - - pos: 76.5,42.5 + - type: Transform + pos: 76.5,42.5 parent: 1 - type: Transform - uid: 2684 components: - - pos: 75.5,40.5 + - type: Transform + pos: 75.5,40.5 parent: 1 - type: Transform - uid: 2703 components: - - pos: 77.5,40.5 + - type: Transform + pos: 77.5,40.5 parent: 1 - type: Transform - uid: 2705 components: - - pos: 76.5,40.5 + - type: Transform + pos: 76.5,40.5 parent: 1 - type: Transform - uid: 2707 components: - - pos: 64.5,39.5 + - type: Transform + pos: 64.5,39.5 parent: 1 - type: Transform - uid: 2715 components: - - pos: 76.5,41.5 + - type: Transform + pos: 76.5,41.5 parent: 1 - type: Transform - uid: 2716 components: - - pos: 79.5,46.5 + - type: Transform + pos: 79.5,46.5 parent: 1 - type: Transform - uid: 2718 components: - - pos: 80.5,44.5 + - type: Transform + pos: 80.5,44.5 parent: 1 - type: Transform - uid: 2724 components: - - pos: 80.5,45.5 + - type: Transform + pos: 80.5,45.5 parent: 1 - type: Transform - uid: 2725 components: - - pos: 79.5,45.5 + - type: Transform + pos: 79.5,45.5 parent: 1 - type: Transform - uid: 2771 components: - - pos: 74.5,42.5 + - type: Transform + pos: 74.5,42.5 parent: 1 - type: Transform - uid: 2772 components: - - pos: 74.5,41.5 + - type: Transform + pos: 74.5,41.5 parent: 1 - type: Transform - uid: 2773 components: - - pos: 76.5,42.5 + - type: Transform + pos: 76.5,42.5 parent: 1 - type: Transform - uid: 2774 components: - - pos: 75.5,44.5 + - type: Transform + pos: 75.5,44.5 parent: 1 - type: Transform - uid: 2776 components: - - pos: 59.5,32.5 + - type: Transform + pos: 59.5,32.5 parent: 1 - type: Transform - uid: 2777 components: - - pos: 58.5,32.5 + - type: Transform + pos: 58.5,32.5 parent: 1 - type: Transform - uid: 2779 components: - - pos: 57.5,32.5 + - type: Transform + pos: 57.5,32.5 parent: 1 - type: Transform - uid: 2782 components: - - pos: 57.5,31.5 + - type: Transform + pos: 57.5,31.5 parent: 1 - type: Transform - uid: 2786 components: - - pos: 57.5,29.5 + - type: Transform + pos: 57.5,29.5 parent: 1 - type: Transform - uid: 2801 components: - - pos: 70.5,40.5 + - type: Transform + pos: 70.5,40.5 parent: 1 - type: Transform - uid: 2805 components: - - pos: 79.5,44.5 + - type: Transform + pos: 79.5,44.5 parent: 1 - type: Transform - uid: 2808 components: - - pos: 75.5,42.5 + - type: Transform + pos: 75.5,42.5 parent: 1 - type: Transform - uid: 2828 components: - - pos: 57.5,33.5 + - type: Transform + pos: 57.5,33.5 parent: 1 - type: Transform - uid: 2848 components: - - pos: 61.5,29.5 + - type: Transform + pos: 61.5,29.5 parent: 1 - type: Transform - uid: 2851 components: - - pos: 60.5,27.5 + - type: Transform + pos: 60.5,27.5 parent: 1 - type: Transform - uid: 2852 components: - - pos: 60.5,31.5 + - type: Transform + pos: 60.5,31.5 parent: 1 - type: Transform - uid: 2853 components: - - pos: 61.5,31.5 + - type: Transform + pos: 61.5,31.5 parent: 1 - type: Transform - uid: 2854 components: - - pos: 62.5,30.5 + - type: Transform + pos: 62.5,30.5 parent: 1 - type: Transform - uid: 2855 components: - - pos: 61.5,30.5 + - type: Transform + pos: 61.5,30.5 parent: 1 - type: Transform - uid: 2857 components: - - pos: 61.5,28.5 + - type: Transform + pos: 61.5,28.5 parent: 1 - type: Transform - uid: 3019 components: - - pos: 81.5,46.5 + - type: Transform + pos: 81.5,46.5 parent: 1 - type: Transform - uid: 3020 components: - - pos: 78.5,44.5 + - type: Transform + pos: 78.5,44.5 parent: 1 - type: Transform - uid: 3026 components: - - pos: 68.5,40.5 + - type: Transform + pos: 68.5,40.5 parent: 1 - type: Transform - uid: 3027 components: - - pos: 68.5,41.5 + - type: Transform + pos: 68.5,41.5 parent: 1 - type: Transform - uid: 3032 components: - - pos: 80.5,46.5 + - type: Transform + pos: 80.5,46.5 parent: 1 - type: Transform - uid: 3059 components: - - pos: 69.5,40.5 + - type: Transform + pos: 69.5,40.5 parent: 1 - type: Transform - uid: 17291 components: - - pos: 75.5,-3.5 + - type: Transform + pos: 75.5,-3.5 parent: 1 - type: Transform - uid: 17292 components: - - pos: 74.5,-3.5 + - type: Transform + pos: 74.5,-3.5 parent: 1 - type: Transform - uid: 17293 components: - - pos: 73.5,-3.5 + - type: Transform + pos: 73.5,-3.5 parent: 1 - type: Transform - uid: 17294 components: - - pos: 72.5,-3.5 + - type: Transform + pos: 72.5,-3.5 parent: 1 - type: Transform - uid: 17297 components: - - pos: 70.5,-3.5 + - type: Transform + pos: 70.5,-3.5 parent: 1 - type: Transform - uid: 17298 components: - - pos: 69.5,-3.5 + - type: Transform + pos: 69.5,-3.5 parent: 1 - type: Transform - uid: 17299 components: - - pos: 68.5,-3.5 + - type: Transform + pos: 68.5,-3.5 parent: 1 - type: Transform - uid: 17300 components: - - pos: 67.5,-3.5 + - type: Transform + pos: 67.5,-3.5 parent: 1 - type: Transform - uid: 17301 components: - - pos: 73.5,-4.5 + - type: Transform + pos: 73.5,-4.5 parent: 1 - type: Transform - uid: 17302 components: - - pos: 74.5,-4.5 + - type: Transform + pos: 74.5,-4.5 parent: 1 - type: Transform - uid: 29717 components: - - pos: 82.5,35.5 + - type: Transform + pos: 82.5,35.5 parent: 1 - type: Transform - uid: 29755 components: - - pos: 83.5,36.5 + - type: Transform + pos: 83.5,36.5 parent: 1 - type: Transform - uid: 29756 components: - - pos: 83.5,37.5 + - type: Transform + pos: 83.5,37.5 parent: 1 - type: Transform - uid: 29770 components: - - pos: 82.5,37.5 + - type: Transform + pos: 82.5,37.5 parent: 1 - type: Transform - uid: 29772 components: - - pos: 84.5,34.5 + - type: Transform + pos: 84.5,34.5 parent: 1 - type: Transform - uid: 29773 components: - - pos: 84.5,33.5 + - type: Transform + pos: 84.5,33.5 parent: 1 - type: Transform - uid: 29774 components: - - pos: 83.5,33.5 + - type: Transform + pos: 83.5,33.5 parent: 1 - type: Transform - uid: 29825 components: - - pos: 83.5,32.5 + - type: Transform + pos: 83.5,32.5 parent: 1 - type: Transform - uid: 29826 components: - - pos: 88.5,32.5 + - type: Transform + pos: 88.5,32.5 parent: 1 - type: Transform - uid: 29827 components: - - pos: 89.5,32.5 + - type: Transform + pos: 89.5,32.5 parent: 1 - type: Transform - uid: 29828 components: - - pos: 91.5,35.5 + - type: Transform + pos: 91.5,35.5 parent: 1 - type: Transform - uid: 29829 components: - - pos: 92.5,34.5 + - type: Transform + pos: 92.5,34.5 parent: 1 - type: Transform - uid: 29830 components: - - pos: 86.5,39.5 + - type: Transform + pos: 86.5,39.5 parent: 1 - type: Transform - uid: 31828 components: - - pos: 69.5,-26.5 + - type: Transform + pos: 69.5,-26.5 parent: 1 - type: Transform - uid: 31830 components: - - pos: 70.5,-26.5 + - type: Transform + pos: 70.5,-26.5 parent: 1 - type: Transform - uid: 31831 components: - - pos: 68.5,-27.5 + - type: Transform + pos: 68.5,-27.5 parent: 1 - type: Transform - uid: 31832 components: - - pos: 72.5,-25.5 + - type: Transform + pos: 72.5,-25.5 parent: 1 - type: Transform - uid: 31833 components: - - pos: 72.5,-24.5 + - type: Transform + pos: 72.5,-24.5 parent: 1 - type: Transform - uid: 31834 components: - - pos: 73.5,-24.5 + - type: Transform + pos: 73.5,-24.5 parent: 1 - type: Transform - uid: 31835 components: - - pos: 74.5,-24.5 + - type: Transform + pos: 74.5,-24.5 parent: 1 - type: Transform - uid: 31836 components: - - pos: 79.5,-20.5 + - type: Transform + pos: 79.5,-20.5 parent: 1 - type: Transform - uid: 31837 components: - - pos: 83.5,-15.5 + - type: Transform + pos: 83.5,-15.5 parent: 1 - type: Transform - uid: 31838 components: - - pos: 81.5,-18.5 + - type: Transform + pos: 81.5,-18.5 parent: 1 - type: Transform - uid: 31839 components: - - pos: 82.5,-18.5 + - type: Transform + pos: 82.5,-18.5 parent: 1 - type: Transform - uid: 31840 components: - - pos: 81.5,-19.5 + - type: Transform + pos: 81.5,-19.5 parent: 1 - type: Transform - uid: 31841 components: - - pos: 75.5,3.5 + - type: Transform + pos: 75.5,3.5 parent: 1 - type: Transform - uid: 31842 components: - - pos: 77.5,2.5 + - type: Transform + pos: 77.5,2.5 parent: 1 - type: Transform - uid: 31843 components: - - pos: 72.5,6.5 + - type: Transform + pos: 72.5,6.5 parent: 1 - type: Transform - uid: 31844 components: - - pos: 71.5,6.5 + - type: Transform + pos: 71.5,6.5 parent: 1 - type: Transform - uid: 31845 components: - - pos: 73.5,6.5 + - type: Transform + pos: 73.5,6.5 parent: 1 - type: Transform - uid: 31846 components: - - pos: 71.5,7.5 + - type: Transform + pos: 71.5,7.5 parent: 1 - type: Transform - uid: 31847 components: - - pos: 71.5,8.5 + - type: Transform + pos: 71.5,8.5 parent: 1 - type: Transform - uid: 32323 components: - - pos: 56.5,41.5 + - type: Transform + pos: 56.5,41.5 parent: 1 - type: Transform - uid: 32327 components: - - pos: 61.5,35.5 + - type: Transform + pos: 61.5,35.5 parent: 1 - type: Transform - uid: 32328 components: - - pos: 62.5,34.5 + - type: Transform + pos: 62.5,34.5 parent: 1 - type: Transform - uid: 32329 components: - - pos: 62.5,33.5 + - type: Transform + pos: 62.5,33.5 parent: 1 - type: Transform - uid: 32330 components: - - pos: 63.5,32.5 + - type: Transform + pos: 63.5,32.5 parent: 1 - type: Transform - proto: MouseTimedSpawner entities: - uid: 12455 components: - - pos: -74.5,-59.5 + - type: Transform + pos: -74.5,-59.5 parent: 1 - type: Transform - uid: 18446 components: - - pos: -23.5,14.5 + - type: Transform + pos: -23.5,14.5 parent: 1 - type: Transform - proto: Mousetrap entities: - uid: 11238 components: - - pos: -14.826958,23.972439 + - type: Transform + pos: -14.826958,23.972439 parent: 1 - type: Transform - proto: Multitool entities: - uid: 2894 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.3269285,-20.529844 parent: 1 - type: Transform - uid: 7543 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.424416,31.481838 parent: 1 - type: Transform - uid: 7562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.50174,25.70419 parent: 1 - type: Transform - uid: 8945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.46648,-13.4763775 parent: 1 - type: Transform - uid: 14925 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.957813,-33.44623 parent: 1 - type: Transform - uid: 28717 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.581696,-19.437561 parent: 1 - type: Transform - uid: 32317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.54146147,-37.769493 parent: 1 - type: Transform - uid: 36405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.48448,-57.383335 parent: 1 - type: Transform - proto: Musket entities: - uid: 30902 components: - - pos: -56.555653,-23.150816 + - type: Transform + pos: -56.555653,-23.150816 parent: 1 - type: Transform - proto: MysteryFigureBoxTrash entities: - uid: 36694 components: - - pos: -79.62788,-56.174202 + - type: Transform + pos: -79.62788,-56.174202 parent: 1 - type: Transform - uid: 36695 components: - - pos: -79.51538,-55.924026 + - type: Transform + pos: -79.51538,-55.924026 parent: 1 - type: Transform - proto: NitrogenCanister entities: - uid: 7541 components: - - pos: -64.5,26.5 + - type: Transform + pos: -64.5,26.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 7996 components: - - pos: -103.5,-50.5 + - type: Transform + pos: -103.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10271 components: - - pos: 27.5,-8.5 + - type: Transform + pos: 27.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10709 components: - - pos: 39.5,-51.5 + - type: Transform + pos: 39.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 11596 components: - - pos: 5.5,46.5 + - type: Transform + pos: 5.5,46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 15788 components: - - pos: -62.5,-56.5 + - type: Transform + pos: -62.5,-56.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 21209 components: - - pos: -106.5,-46.5 + - type: Transform + pos: -106.5,-46.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28778 components: - - pos: -17.5,-21.5 + - type: Transform + pos: -17.5,-21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30456 components: - - pos: -87.5,23.5 + - type: Transform + pos: -87.5,23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30703 components: - - pos: -18.5,22.5 + - type: Transform + pos: -18.5,22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30764 components: - - pos: -58.5,-29.5 + - type: Transform + pos: -58.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 42045 components: - - pos: -80.5,-40.5 + - type: Transform + pos: -80.5,-40.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: NitrogenTank entities: - uid: 36726 components: - - pos: -15.392404,-64.45565 + - type: Transform + pos: -15.392404,-64.45565 parent: 1 - type: Transform - proto: NitrogenTankFilled entities: - uid: 7571 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.60283,25.559477 parent: 1 - type: Transform - uid: 7572 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.404915,25.642868 parent: 1 - type: Transform - uid: 36362 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -132.36722,-23.39197 parent: 1 - type: Transform - uid: 36661 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.34164,-88.47427 parent: 1 - type: Transform - proto: NitrousOxideTankFilled entities: - uid: 9186 components: - - pos: -88.48041,-29.434013 + - type: Transform + pos: -88.48041,-29.434013 parent: 1 - type: Transform - proto: NoticeBoard entities: - uid: 9826 components: - - pos: -58.5,-12.5 + - type: Transform + pos: -58.5,-12.5 parent: 1 - type: Transform - uid: 10578 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,20.5 parent: 1 - type: Transform - uid: 11301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-52.5 parent: 1 - type: Transform - uid: 11302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,6.5 parent: 1 - type: Transform - uid: 30888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,24.5 parent: 1 - type: Transform - proto: NTFlag entities: - uid: 32347 components: - - pos: -83.5,20.5 + - type: Transform + pos: -83.5,20.5 parent: 1 - type: Transform - uid: 32348 components: - - pos: -87.5,20.5 + - type: Transform + pos: -87.5,20.5 parent: 1 - type: Transform - proto: NuclearBomb entities: - uid: 8276 components: - - pos: -110.5,-4.5 + - type: Transform + pos: -110.5,-4.5 parent: 1 - type: Transform - proto: NuclearBombKeg entities: - uid: 23668 components: - - pos: 68.5,2.5 + - type: Transform + pos: 68.5,2.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: tank: temperature: 293.15 canMix: False canReact: True maxVol: 3000 + name: null reagents: - data: null ReagentId: BbqSauce Quantity: 3000 - type: SolutionContainerManager - proto: OatBushel entities: - uid: 905 components: - - pos: -27.325542,-4.4194984 + - type: Transform + pos: -27.325542,-4.4194984 parent: 1 - type: Transform - uid: 967 components: - - pos: -27.523458,-4.377803 + - type: Transform + pos: -27.523458,-4.377803 parent: 1 - type: Transform - proto: OilJarCorn entities: - uid: 9632 components: - - pos: -28.571487,-0.26394635 + - type: Transform + pos: -28.571487,-0.26394635 parent: 1 - type: Transform - uid: 9633 components: - - pos: -28.430862,-0.24831086 + - type: Transform + pos: -28.430862,-0.24831086 parent: 1 - type: Transform - proto: Omnitool entities: - uid: 8947 components: - - pos: -111.424126,-2.578784 + - type: Transform + pos: -111.424126,-2.578784 parent: 1 - type: Transform - proto: OperatingTable entities: - uid: 2920 components: - - pos: 1.5,-38.5 + - type: Transform + pos: 1.5,-38.5 parent: 1 - type: Transform - uid: 3162 components: - - pos: -21.5,-48.5 + - type: Transform + pos: -21.5,-48.5 parent: 1 - type: Transform - uid: 3189 components: - - pos: -20.5,-48.5 + - type: Transform + pos: -20.5,-48.5 parent: 1 - type: Transform - uid: 4886 components: - - pos: -83.5,-32.5 + - type: Transform + pos: -83.5,-32.5 parent: 1 - type: Transform - uid: 4890 components: - - pos: -83.5,-30.5 + - type: Transform + pos: -83.5,-30.5 parent: 1 - type: Transform - uid: 13626 components: - - pos: -76.5,-67.5 + - type: Transform + pos: -76.5,-67.5 parent: 1 - type: Transform - proto: Oracle entities: - uid: 6936 components: - - pos: -27.5,-31.5 + - type: Transform + pos: -27.5,-31.5 parent: 1 - type: Transform - proto: OreBag entities: - uid: 10101 components: - - pos: 27.576574,-7.251143 + - type: Transform + pos: 27.576574,-7.251143 parent: 1 - type: Transform - uid: 10270 components: - - pos: 23.420324,-7.2407193 + - type: Transform + pos: 23.420324,-7.2407193 parent: 1 - type: Transform - uid: 23680 components: - - pos: 71.63757,1.6638596 + - type: Transform + pos: 71.63757,1.6638596 parent: 1 - type: Transform - proto: OreBox entities: - uid: 1943 components: - - pos: 20.5,-1.5 + - type: Transform + pos: 20.5,-1.5 parent: 1 - type: Transform - uid: 1944 components: - - pos: 19.5,-1.5 + - type: Transform + pos: 19.5,-1.5 parent: 1 - type: Transform - uid: 29540 components: - - pos: 55.5,9.5 + - type: Transform + pos: 55.5,9.5 parent: 1 - type: Transform - uid: 29547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,34.5 parent: 1 - type: Transform - proto: OreProcessor entities: - uid: 2160 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 1 - type: Transform - proto: OreProcessorMachineCircuitboard entities: - - uid: 13146 + - uid: 9686 components: - - pos: -17.35629,41.491707 + - type: Transform + pos: 15.017941,-21.282986 parent: 1 - type: Transform - proto: OrganHumanKidneys entities: - uid: 13657 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.57248,-65.48569 parent: 1 - type: Transform - proto: OrganRatStomach entities: - uid: 13658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.42665,-69.54059 parent: 1 - type: Transform - proto: OxygenCanister entities: - uid: 3453 components: - - pos: -58.5,-72.5 + - type: Transform + pos: -58.5,-72.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4227 components: - - pos: 5.5,45.5 + - type: Transform + pos: 5.5,45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 7540 components: - - pos: -64.5,27.5 + - type: Transform + pos: -64.5,27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 8874 components: - - pos: -100.5,-50.5 + - type: Transform + pos: -100.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 9904 components: - - pos: 53.5,-10.5 + - type: Transform + pos: 53.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10135 components: - - pos: 23.5,-8.5 + - type: Transform + pos: 23.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 10708 components: - - pos: 38.5,-51.5 + - type: Transform + pos: 38.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 20333 components: - - pos: -106.5,-45.5 + - type: Transform + pos: -106.5,-45.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 28779 components: - - pos: -15.5,-21.5 + - type: Transform + pos: -15.5,-21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 29542 components: - - pos: 58.5,9.5 + - type: Transform + pos: 58.5,9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30454 components: - - pos: -92.5,11.5 + - type: Transform + pos: -92.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30698 components: - - pos: -35.5,-23.5 + - type: Transform + pos: -35.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30702 components: - - pos: -18.5,23.5 + - type: Transform + pos: -18.5,23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31009 components: - - pos: 14.5,-30.5 + - type: Transform + pos: 14.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 35681 components: - - pos: -106.5,-88.5 + - type: Transform + pos: -106.5,-88.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36307 components: - - pos: -131.5,-23.5 + - type: Transform + pos: -131.5,-23.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 42046 components: - - pos: -81.5,-40.5 + - type: Transform + pos: -81.5,-40.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: OxygenTank entities: - uid: 36725 components: - - pos: -15.604904,-64.280525 + - type: Transform + pos: -15.604904,-64.280525 parent: 1 - type: Transform - proto: PackPaperRollingFilters entities: - uid: 9958 components: - - pos: -33.580353,10.655869 + - type: Transform + pos: -33.580353,10.655869 parent: 1 - type: Transform - uid: 15372 components: - - flags: InContainer - type: MetaData - - parent: 12038 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12038 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: PaintingEmpty entities: - uid: 31115 components: - - pos: -58.5,-2.5 + - type: Transform + pos: -58.5,-2.5 parent: 1 - type: Transform - uid: 31116 components: - - pos: -56.5,-2.5 + - type: Transform + pos: -56.5,-2.5 parent: 1 - type: Transform - proto: PaintingMonkey entities: - uid: 31084 components: - - pos: -53.5,3.5 + - type: Transform + pos: -53.5,3.5 parent: 1 - type: Transform - proto: PaintingMothBigCatch entities: - uid: 16366 components: - - pos: -60.5,10.5 + - type: Transform + pos: -60.5,10.5 parent: 1 - type: Transform - proto: Paper entities: - uid: 2646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.832005 parent: 1 - type: Transform - uid: 2647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.832005 parent: 1 - type: Transform - uid: 2648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.832005 parent: 1 - type: Transform - uid: 2649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.832005 parent: 1 - type: Transform - uid: 2650 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.832005 parent: 1 - type: Transform - uid: 2651 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.84243 parent: 1 - type: Transform - uid: 2652 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.63744,-55.84243 parent: 1 - type: Transform - uid: 2653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.69994,-55.946667 parent: 1 - type: Transform - uid: 2654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.720772,-55.998787 parent: 1 - type: Transform - uid: 2655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.720772,-55.998787 parent: 1 - type: Transform - uid: 2656 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2658 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2660 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2661 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2662 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2663 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2664 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2665 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2666 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2667 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2668 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2669 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2672 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2675 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2738 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2775 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2859 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2861 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.460356,-56.374046 parent: 1 - type: Transform - uid: 2862 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.429106,-55.3942 parent: 1 - type: Transform - uid: 2863 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.38744,-55.34208 parent: 1 - type: Transform - uid: 2864 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2865 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2868 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2869 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2870 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2871 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2872 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2875 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2876 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2877 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2878 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2879 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2880 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2881 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2882 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.373352 parent: 1 - type: Transform - uid: 2883 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.383778 parent: 1 - type: Transform - uid: 2884 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.397856,-55.383778 parent: 1 - type: Transform - uid: 5452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 5512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5529 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5648 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 5775 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 5776 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 5950 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 5951 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 6039 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 6107 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 6123 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 6697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 6698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 6699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 6700 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 7211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 7221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 7256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 7257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.39435,35.972546 parent: 1 - type: Transform - uid: 7288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.383934,33.272755 parent: 1 - type: Transform - uid: 7576 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7581 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7582 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7601 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7602 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7603 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7604 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7605 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7606 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7607 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7608 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7609 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7610 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7611 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7612 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7613 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7614 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7615 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7616 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7617 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7618 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7619 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7620 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7621 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7622 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7623 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7624 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7625 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7626 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7627 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7628 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7629 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7630 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7631 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7632 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7633 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7634 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7635 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7636 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7637 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7638 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7639 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7640 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7641 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7642 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7643 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7644 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7645 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7646 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7647 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7648 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7649 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7650 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7651 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7652 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7653 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7654 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7655 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7656 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7657 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7658 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7659 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7660 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7661 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7662 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7663 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7664 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7665 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7666 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7667 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7668 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7669 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7670 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7671 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7672 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7673 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7674 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7675 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7676 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7677 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7678 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7679 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7680 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7681 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7682 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7683 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7684 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7685 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7686 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7687 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7688 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7689 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7690 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7691 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7692 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7693 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7694 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7695 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7696 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7697 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7698 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7699 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7700 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7701 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7702 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7703 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7704 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7705 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7706 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7707 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7708 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7709 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7710 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7711 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7712 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7713 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7714 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 7740 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 7765 components: - - pos: -77.64009,28.560349 + - type: Transform + pos: -77.64009,28.560349 parent: 1 - type: Transform - uid: 7766 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7767 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7768 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7769 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7770 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7771 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7772 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7773 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7774 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7775 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7776 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7777 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7778 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7779 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7780 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7781 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7782 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7783 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7784 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7785 components: - - pos: -77.64009,28.570772 + - type: Transform + pos: -77.64009,28.570772 parent: 1 - type: Transform - uid: 7820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7821 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7824 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7828 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7829 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7830 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7832 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7833 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7834 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7835 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7836 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7837 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7838 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 7839 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.59571,17.460842 parent: 1 - type: Transform - uid: 8587 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8588 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8589 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8590 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8591 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8592 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8593 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8594 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8600 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8606 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8607 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8608 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8611 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8612 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8613 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8615 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8616 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8617 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8618 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.503426,11.441636 parent: 1 - type: Transform - uid: 8619 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8620 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8621 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8623 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8624 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8625 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8626 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8627 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8628 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8629 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8630 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8632 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8634 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8636 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8637 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8638 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8639 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8640 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.440926,11.525027 parent: 1 - type: Transform - uid: 8641 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8642 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8643 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8650 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8651 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8652 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8656 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8659 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8662 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8663 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8665 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5451,10.8370495 parent: 1 - type: Transform - uid: 8666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8667 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8669 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8671 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8672 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8681 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8683 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8685 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8686 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8689 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8691 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8695 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8696 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.597176,10.847473 parent: 1 - type: Transform - uid: 8814 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8815 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8816 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8817 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8819 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8820 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8821 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8822 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8823 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8825 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8826 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8829 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8831 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8837 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 8840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.107414,4.5654817 parent: 1 - type: Transform - uid: 9414 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9415 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9416 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9417 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9418 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9419 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9420 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9422 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9425 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9426 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9427 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9428 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9429 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9430 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9431 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9432 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9433 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9434 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9435 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9436 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9437 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9438 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9439 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9440 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9441 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9442 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9443 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9444 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9445 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9446 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9447 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9448 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9449 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9450 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9451 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9452 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9453 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9454 components: - - pos: -12.688801,-30.475065 + - type: Transform + pos: -12.688801,-30.475065 parent: 1 - type: Transform - uid: 9704 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9705 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9706 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9707 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9708 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9709 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9710 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9711 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 9712 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.525604,-19.408272 parent: 1 - type: Transform - uid: 11170 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11171 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11172 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11173 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11174 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11175 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11176 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11177 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11178 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11179 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11180 components: - - pos: -10.608116,11.633282 + - type: Transform + pos: -10.608116,11.633282 parent: 1 - type: Transform - uid: 11181 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11182 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11183 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11184 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11185 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11186 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11187 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11188 components: - - pos: -6.4544706,11.5941925 + - type: Transform + pos: -6.4544706,11.5941925 parent: 1 - type: Transform - uid: 11189 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11190 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11191 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11192 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11193 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11194 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11195 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11196 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11197 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11198 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11199 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11200 components: - - pos: -2.4127405,11.542072 + - type: Transform + pos: -2.4127405,11.542072 parent: 1 - type: Transform - uid: 11201 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11202 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11203 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11204 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11205 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11206 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11207 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11208 components: - - pos: 1.4869874,11.516013 + - type: Transform + pos: 1.4869874,11.516013 parent: 1 - type: Transform - uid: 11209 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11210 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11211 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11212 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11213 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11214 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11215 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11216 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11217 components: - - pos: 5.602227,11.568132 + - type: Transform + pos: 5.602227,11.568132 parent: 1 - type: Transform - uid: 11219 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11220 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11221 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11222 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11223 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11224 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11225 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11226 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11227 components: - - pos: 9.569914,11.555102 + - type: Transform + pos: 9.569914,11.555102 parent: 1 - type: Transform - uid: 11252 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11253 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11254 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11255 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11256 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11257 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11258 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11259 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11260 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11261 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11262 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11263 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11264 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11265 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11266 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11267 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11268 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11269 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11270 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11271 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11272 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11273 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11274 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11275 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11276 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11277 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11278 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11279 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11280 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11281 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11282 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11283 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11284 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11285 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11286 components: - - pos: -13.791521,27.559275 + - type: Transform + pos: -13.791521,27.559275 parent: 1 - type: Transform - uid: 11771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11774 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11775 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11776 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11777 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11778 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11779 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11780 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11782 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11785 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11786 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11787 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.36613,-8.944137 parent: 1 - type: Transform - uid: 11788 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11790 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11791 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11792 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11793 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11794 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11795 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11797 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11798 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11799 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11800 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11801 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11802 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11803 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.54842,-8.761719 parent: 1 - type: Transform - uid: 11809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.58749,-4.357619 parent: 1 - type: Transform - uid: 11810 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.58749,-4.357619 parent: 1 - type: Transform - uid: 11811 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11812 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11814 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11815 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11816 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11817 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11819 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11820 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11821 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11822 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11823 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11825 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11826 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.6005,-4.357619 parent: 1 - type: Transform - uid: 11827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11829 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11831 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11837 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -93.8453,-4.318529 parent: 1 - type: Transform - uid: 11876 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11877 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11878 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11879 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11880 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11881 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11882 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11883 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11884 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11885 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11886 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11887 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11888 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11889 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11890 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11891 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11892 components: - - pos: -36.22136,-41.435898 + - type: Transform + pos: -36.22136,-41.435898 parent: 1 - type: Transform - uid: 11893 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11894 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11895 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11896 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11897 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11898 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11899 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11900 components: - - pos: -37.028652,-41.488018 + - type: Transform + pos: -37.028652,-41.488018 parent: 1 - type: Transform - uid: 11901 components: - - pos: -37.028652,-41.50105 + - type: Transform + pos: -37.028652,-41.50105 parent: 1 - type: Transform - uid: 11902 components: - - pos: -37.028652,-41.50105 + - type: Transform + pos: -37.028652,-41.50105 parent: 1 - type: Transform - uid: 11903 components: - - pos: -37.028652,-41.50105 + - type: Transform + pos: -37.028652,-41.50105 parent: 1 - type: Transform - uid: 11904 components: - - pos: -37.028652,-41.50105 + - type: Transform + pos: -37.028652,-41.50105 parent: 1 - type: Transform - uid: 11905 components: - - pos: -37.028652,-41.50105 + - type: Transform + pos: -37.028652,-41.50105 parent: 1 - type: Transform - uid: 11919 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.637398 parent: 1 - type: Transform - uid: 11920 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.637398 parent: 1 - type: Transform - uid: 11923 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11925 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11926 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11928 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11932 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.650425 parent: 1 - type: Transform - uid: 11939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.663456 parent: 1 - type: Transform - uid: 11940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.663456 parent: 1 - type: Transform - uid: 11941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.689514 parent: 1 - type: Transform - uid: 11942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.715576 parent: 1 - type: Transform - uid: 11943 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.398476,-33.754665 parent: 1 - type: Transform - uid: 12174 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12180 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12181 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12182 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12185 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12186 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12190 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12196 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12199 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12200 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12203 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12204 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.84955,-41.409325 parent: 1 - type: Transform - uid: 12637 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12638 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12639 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12640 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12641 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12642 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12643 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12650 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12651 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12652 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.918385 parent: 1 - type: Transform - uid: 12653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.92881 parent: 1 - type: Transform - uid: 12654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.548737,-32.949657 parent: 1 - type: Transform - uid: 12655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.527905,-32.980927 parent: 1 - type: Transform - uid: 12656 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.507072,-33.033047 parent: 1 - type: Transform - uid: 13029 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13030 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13031 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13032 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13033 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13034 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13035 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13036 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13037 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13038 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13039 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13040 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13041 components: - - pos: 14.347418,-21.446184 + - type: Transform + pos: 14.347418,-21.446184 parent: 1 - type: Transform - uid: 13042 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13043 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13044 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13045 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13046 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13047 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13048 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13049 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13050 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13051 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 13052 components: - - pos: 14.847418,-21.362793 + - type: Transform + pos: 14.847418,-21.362793 parent: 1 - type: Transform - uid: 14931 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14932 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14933 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14934 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14935 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14936 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14937 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14938 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14939 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14940 components: - - pos: -57.49524,-36.369896 + - type: Transform + pos: -57.49524,-36.369896 parent: 1 - type: Transform - uid: 14941 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14942 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14943 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14944 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14945 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14946 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14947 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14948 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14949 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14950 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14951 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14952 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14953 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 14954 components: - - pos: -56.648277,-36.48456 + - type: Transform + pos: -56.648277,-36.48456 parent: 1 - type: Transform - uid: 15129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15132 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.634703,-12.00966 parent: 1 - type: Transform - uid: 15590 components: - - pos: -101.69829,0.493998 + - type: Transform + pos: -101.69829,0.493998 parent: 1 - type: Transform - - content: > + - type: Paper + content: > Note to Self: The AME NE of the prison needs to be fueled. Take a hardsuit. - type: Paper - uid: 16313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16314 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16318 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16319 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16320 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16321 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 16339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.578986,-3.4789736 parent: 1 - type: Transform - uid: 20889 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20891 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20892 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20893 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20894 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20895 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20897 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20898 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20900 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20902 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20905 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.48162,-67.49143 parent: 1 - type: Transform - uid: 20906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20907 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20908 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20909 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20910 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20913 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20915 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20919 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20923 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20924 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.439953,-68.47128 parent: 1 - type: Transform - uid: 20928 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20932 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20943 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 20945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.37115,-49.321274 parent: 1 - type: Transform - uid: 23820 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23821 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23822 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23823 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23824 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23826 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23827 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23828 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23830 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23831 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23833 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23834 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23835 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23836 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 23837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.636803,-56.472862 parent: 1 - type: Transform - uid: 28698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28700 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28718 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28719 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28720 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28721 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28722 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28723 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28724 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28725 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28726 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28727 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28731 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28732 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28733 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 28735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.370635,-10.007052 parent: 1 - type: Transform - uid: 29393 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29394 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29395 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29396 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29397 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29398 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29399 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29400 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29401 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29402 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29403 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29404 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29405 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29406 components: - - pos: 2.444224,-55.487812 + - type: Transform + pos: 2.444224,-55.487812 parent: 1 - type: Transform - uid: 29407 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29408 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29409 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29410 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29411 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29412 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29413 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29414 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.475474,-55.26891 parent: 1 - type: Transform - uid: 29415 components: - - pos: 4.6213074,-55.477386 + - type: Transform + pos: 4.6213074,-55.477386 parent: 1 - type: Transform - uid: 29416 components: - - pos: 4.6213074,-55.477386 + - type: Transform + pos: 4.6213074,-55.477386 parent: 1 - type: Transform - uid: 29417 components: - - pos: 4.6213074,-55.477386 + - type: Transform + pos: 4.6213074,-55.477386 parent: 1 - type: Transform - uid: 29418 components: - - pos: 4.6213074,-55.477386 + - type: Transform + pos: 4.6213074,-55.477386 parent: 1 - type: Transform - uid: 29419 components: - - pos: 4.6213074,-55.477386 + - type: Transform + pos: 4.6213074,-55.477386 parent: 1 - type: Transform - uid: 29420 components: - - pos: 4.6213074,-55.477386 + - type: Transform + pos: 4.6213074,-55.477386 parent: 1 - type: Transform - uid: 29421 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.3088074,-55.289757 parent: 1 - type: Transform - uid: 29422 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.3088074,-55.289757 parent: 1 - type: Transform - uid: 29423 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.3088074,-55.289757 parent: 1 - type: Transform - uid: 29425 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.3088074,-55.289757 parent: 1 - type: Transform - uid: 29440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.3088074,-55.289757 parent: 1 - type: Transform - uid: 30349 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30352 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30353 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30354 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30356 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.381252,-67.437325 parent: 1 - type: Transform - uid: 30903 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30904 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30905 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30906 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30907 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30908 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30909 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30910 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30911 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30912 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30913 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30916 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30917 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30918 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30919 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30920 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30921 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30922 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30923 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30924 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30925 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.456432,-19.327057 parent: 1 - type: Transform - uid: 30929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.517376,-68.42224 parent: 1 - type: Transform - uid: 30930 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.05904,-69.026825 parent: 1 - type: Transform - uid: 30933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.131958,-70.10049 parent: 1 - type: Transform - uid: 31588 components: - - pos: -106.01507,-32.262306 + - type: Transform + pos: -106.01507,-32.262306 parent: 1 - type: Transform - - content: > + - type: Paper + content: > Note to Self: The AME NE of the prison needs to be fueled. Take a hardsuit. - type: Paper - uid: 31627 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31628 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31629 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31630 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31631 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31632 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31633 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31634 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31635 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31636 components: - - pos: -27.3542,-2.0708911 + - type: Transform + pos: -27.3542,-2.0708911 parent: 1 - type: Transform - uid: 31650 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31651 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31652 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31653 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31654 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31655 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31656 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31657 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31658 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31659 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31660 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31661 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31662 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31663 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31664 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31665 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31666 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31667 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31668 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31669 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31670 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31671 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31672 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31673 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31674 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31675 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 31676 components: - - pos: -55.032326,15.525822 + - type: Transform + pos: -55.032326,15.525822 parent: 1 - type: Transform - uid: 32162 components: - - pos: -16.977177,40.726406 + - type: Transform + pos: -16.977177,40.726406 parent: 1 - type: Transform - - content: > + - type: Paper + content: > To: Logistics Officer @@ -202972,154 +203180,154 @@ entities: From: Centcom Central Logistics - type: Paper - uid: 32163 components: - - pos: 15.240699,-22.171131 + - type: Transform + pos: 15.240699,-22.171131 parent: 1 - type: Transform - - content: "To: Warden\n\nMessage: As Hammurabi Station is a designated prison facility, all ore is to be diverted to prison workshop for processing. Materials produced by the prisoners will be sent back to Logistics for distribution throughout the station as needed.\n\nPlease coordinate with the Logistics Officer to ensure the production chain is maintained efficiently. \n\nFrom: Centcom Central Logistics " - type: Paper + - type: Paper + content: "To: Warden\n\nMessage: As Hammurabi Station is a designated prison facility, all ore is to be diverted to prison workshop for processing. Materials produced by the prisoners will be sent back to Logistics for distribution throughout the station as needed.\n\nPlease coordinate with the Logistics Officer to ensure the production chain is maintained efficiently. \n\nFrom: Centcom Central Logistics " - uid: 32164 components: - - pos: -99.21102,-0.2790439 + - type: Transform + pos: -99.21102,-0.2790439 parent: 1 - type: Transform - - content: "To: Logistics Officer\n\nMessage: As Hammurabi Station is a designated prison facility, all ore is to be diverted to prison workshop for processing. Materials produced by the prisoners will be sent back to Logistics for distribution throughout the station as needed.\n\nPlease coordinate with the warden and your salvage team to ensure the production chain is maintained efficiently. \n\nFrom: Centcom Central Logistics " - type: Paper + - type: Paper + content: "To: Logistics Officer\n\nMessage: As Hammurabi Station is a designated prison facility, all ore is to be diverted to prison workshop for processing. Materials produced by the prisoners will be sent back to Logistics for distribution throughout the station as needed.\n\nPlease coordinate with the warden and your salvage team to ensure the production chain is maintained efficiently. \n\nFrom: Centcom Central Logistics " - uid: 33489 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33490 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33491 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33492 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33493 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33494 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33495 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33496 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33497 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33498 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33499 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33500 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33501 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33502 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33503 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33504 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 33505 components: - - pos: -65.051384,23.653025 + - type: Transform + pos: -65.051384,23.653025 parent: 1 - type: Transform - uid: 36408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.55948,-55.69466 parent: 1 - type: Transform - uid: 36409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.48448,-55.744694 parent: 1 - type: Transform - uid: 36410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.48448,-55.719677 parent: 1 - type: Transform - uid: 36411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -132.50948,-55.50703 parent: 1 - type: Transform - uid: 36412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.12198,-56.05741 parent: 1 - type: Transform - uid: 36413 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -134.79698,-56.7579 parent: 1 - type: Transform - uid: 36414 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.64697,-55.344418 parent: 1 - type: Transform - uid: 42000 components: - - pos: -100.50558,0.7054387 + - type: Transform + pos: -100.50558,0.7054387 parent: 1 - type: Transform - - content: >- + - type: Paper + content: >- Captain: @@ -203139,8233 +203347,8227 @@ entities: Regards, Central Command - type: Paper -- proto: PaperBin10 +- proto: PaperBin20 entities: - uid: 5528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.512676,28.686605 parent: 1 - type: Transform - uid: 7583 components: - - pos: -65.04708,23.613777 + - type: Transform + pos: -65.04708,23.613777 parent: 1 - type: Transform - uid: 11392 components: - - pos: -7.5,38.5 + - type: Transform + pos: -7.5,38.5 parent: 1 - type: Transform - uid: 13200 components: - - pos: -102.5,-10.5 + - type: Transform + pos: -102.5,-10.5 parent: 1 - type: Transform - uid: 20326 components: - - pos: -94.5,-41.5 + - type: Transform + pos: -94.5,-41.5 parent: 1 - type: Transform - proto: PaperDoor entities: - uid: 36482 components: - - pos: -119.5,-57.5 + - type: Transform + pos: -119.5,-57.5 parent: 1 - type: Transform - proto: ParticleAcceleratorControlBox entities: - uid: 10876 components: - - pos: 58.5,-47.5 + - type: Transform + pos: 58.5,-47.5 parent: 1 - type: Transform - proto: ParticleAcceleratorFuelChamberUnfinished entities: - uid: 10877 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 58.5,-46.5 parent: 1 - type: Transform - proto: PartRodMetal entities: - uid: 15876 components: - - pos: 49.521034,-50.39879 + - type: Transform + pos: 49.521034,-50.39879 parent: 1 - type: Transform - uid: 30415 components: - - pos: -42.517387,-70.34897 + - type: Transform + pos: -42.517387,-70.34897 parent: 1 - type: Transform - uid: 30603 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -120.26767,-10.851189 parent: 1 - type: Transform - proto: PartRodMetal1 entities: - uid: 21654 components: - - pos: -95.43478,-27.14101 + - type: Transform + pos: -95.43478,-27.14101 parent: 1 - type: Transform - uid: 30688 components: - - pos: -21.246258,-18.935972 + - type: Transform + pos: -21.246258,-18.935972 parent: 1 - type: Transform - uid: 30689 components: - - pos: -21.412926,-18.810886 + - type: Transform + pos: -21.412926,-18.810886 parent: 1 - type: Transform - uid: 30690 components: - - pos: -21.569176,-18.612831 + - type: Transform + pos: -21.569176,-18.612831 parent: 1 - type: Transform - uid: 30691 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.548342,-18.863005 parent: 1 - type: Transform - uid: 30692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.475426,-18.748343 parent: 1 - type: Transform - uid: 31247 components: - - pos: -80.47143,-73.52934 + - type: Transform + pos: -80.47143,-73.52934 parent: 1 - type: Transform - uid: 31248 components: - - pos: -80.13809,-73.59189 + - type: Transform + pos: -80.13809,-73.59189 parent: 1 - type: Transform - uid: 31249 components: - - pos: -79.97143,-73.560616 + - type: Transform + pos: -79.97143,-73.560616 parent: 1 - type: Transform - uid: 31250 components: - - pos: -80.19018,-73.5085 + - type: Transform + pos: -80.19018,-73.5085 parent: 1 - type: Transform - uid: 31254 components: - - pos: -95.47228,-27.378675 + - type: Transform + pos: -95.47228,-27.378675 parent: 1 - type: Transform - uid: 31257 components: - - pos: -95.49728,-27.854006 + - type: Transform + pos: -95.49728,-27.854006 parent: 1 - type: Transform - uid: 36674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.708626,-76.744484 parent: 1 - type: Transform - uid: 36675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.44612,-76.444275 parent: 1 - type: Transform - uid: 36676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.38362,-77.67012 parent: 1 - type: Transform - uid: 41122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.69397,-21.323257 parent: 1 - type: Transform - uid: 41123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5898,-21.385801 parent: 1 - type: Transform - uid: 41124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5898,-21.385801 parent: 1 - type: Transform - uid: 41125 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.69397,-21.396225 parent: 1 - type: Transform - proto: PartRodMetal10 entities: - uid: 37379 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.54852,-21.464785 parent: 1 - type: Transform - proto: Pen entities: - uid: 2645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.63744,-55.488014 parent: 1 - type: Transform - uid: 7578 components: - - pos: -65.1483,23.569633 + - type: Transform + pos: -65.1483,23.569633 parent: 1 - type: Transform - uid: 7786 components: - - pos: -77.56717,28.737555 + - type: Transform + pos: -77.56717,28.737555 parent: 1 - type: Transform - uid: 7840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.31446,17.460842 parent: 1 - type: Transform - uid: 8699 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.58676,11.181038 parent: 1 - type: Transform - uid: 8700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.378426,11.274854 parent: 1 - type: Transform - uid: 8841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.972,4.732264 parent: 1 - type: Transform - uid: 9455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.407551,-30.553244 parent: 1 - type: Transform - uid: 9703 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.806854,-19.345728 parent: 1 - type: Transform - uid: 11218 components: - - pos: -10.552407,11.479825 + - type: Transform + pos: -10.552407,11.479825 parent: 1 - type: Transform - uid: 11228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.21647,11.688303 parent: 1 - type: Transform - uid: 11229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.388345,11.701332 parent: 1 - type: Transform - uid: 11230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.4007173,11.701332 parent: 1 - type: Transform - uid: 11231 components: - - pos: 5.3590503,11.675273 + - type: Transform + pos: 5.3590503,11.675273 parent: 1 - type: Transform - uid: 11232 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.450653,11.505884 parent: 1 - type: Transform - uid: 11287 components: - - pos: -13.885271,27.65309 + - type: Transform + pos: -13.885271,27.65309 parent: 1 - type: Transform - uid: 11806 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.327065,-9.100495 parent: 1 - type: Transform - uid: 11842 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.73071,-4.2664094 parent: 1 - type: Transform - uid: 11906 components: - - pos: -36.52084,-41.35772 + - type: Transform + pos: -36.52084,-41.35772 parent: 1 - type: Transform - uid: 11944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.281288,-33.963142 parent: 1 - type: Transform - uid: 12206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.9433,-41.523987 parent: 1 - type: Transform - uid: 12657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.673737,-32.845417 parent: 1 - type: Transform - uid: 14955 components: - - pos: -57.63786,-36.422016 + - type: Transform + pos: -57.63786,-36.422016 parent: 1 - type: Transform - uid: 14956 components: - - pos: -56.773277,-36.526253 + - type: Transform + pos: -56.773277,-36.526253 parent: 1 - type: Transform - uid: 15137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.436787,-12.040932 parent: 1 - type: Transform - uid: 16340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.724819,-3.3330386 parent: 1 - type: Transform - uid: 20926 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.658703,-67.3455 parent: 1 - type: Transform - uid: 20927 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.533703,-68.59637 parent: 1 - type: Transform - uid: 23838 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.34514,-56.52498 parent: 1 - type: Transform - uid: 28736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5060515,-9.913238 parent: 1 - type: Transform - uid: 29441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.008179,-55.51604 parent: 1 - type: Transform - uid: 30926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.206432,-19.30621 parent: 1 - type: Transform - uid: 31677 components: - - pos: -54.990658,15.692605 + - type: Transform + pos: -54.990658,15.692605 parent: 1 - type: Transform - uid: 36416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -133.17934,-55.269367 parent: 1 - type: Transform - proto: PersonalAI entities: - uid: 30968 components: - - flags: SessionSpecific - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.425268,-73.38189 parent: 1 - type: Transform - proto: PestSpray entities: - uid: 946 components: - - pos: -17.577652,-17.448551 + - type: Transform + pos: -17.577652,-17.448551 parent: 1 - type: Transform - proto: PhoneInstrument entities: - uid: 31064 components: - - pos: -101.36047,0.73443836 + - type: Transform + pos: -101.36047,0.73443836 parent: 1 - type: Transform - proto: Pickaxe entities: - uid: 5589 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.4899187,35.55475 parent: 1 - type: Transform - uid: 10105 components: - - pos: 27.61824,-7.3970776 + - type: Transform + pos: 27.61824,-7.3970776 parent: 1 - type: Transform - uid: 10106 components: - - pos: 23.503658,-7.365806 + - type: Transform + pos: 23.503658,-7.365806 parent: 1 - type: Transform - uid: 11466 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.6045017,35.544327 parent: 1 - type: Transform - uid: 11467 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.417002,35.513054 parent: 1 - type: Transform - uid: 11628 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.489919,35.50263 parent: 1 - type: Transform - uid: 23689 components: - - pos: 71.59591,0.8716429 + - type: Transform + pos: 71.59591,0.8716429 parent: 1 - type: Transform - uid: 29663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 55.58633,8.572518 parent: 1 - type: Transform - proto: Pill entities: - uid: 11966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.141663,-34.240116 parent: 1 - type: Transform - uid: 11967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.620827,-34.98282 parent: 1 - type: Transform - uid: 36851 components: - - name: floor pill - type: MetaData - - pos: 26.897831,19.10582 + - type: MetaData + name: floor pill + - type: Transform + pos: 26.897831,19.10582 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: food: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Diphenylmethylamine Quantity: 15 - type: SolutionContainerManager - proto: PillCanister entities: - uid: 13690 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.88872,-72.82292 parent: 1 - type: Transform - uid: 28516 components: - - pos: -5.6816483,-39.332756 + - type: Transform + pos: -5.6816483,-39.332756 parent: 1 - type: Transform - proto: PillCanisterBicaridine entities: - uid: 11300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.18502,-48.137947 parent: 1 - type: Transform - proto: PillCanisterDermaline entities: - uid: 33542 components: - - pos: -22.657276,-73.36204 + - type: Transform + pos: -22.657276,-73.36204 parent: 1 - type: Transform - proto: PillSpaceDrugs entities: - uid: 5535 components: - - flags: InContainer - type: MetaData - - parent: 8174 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 8174 + - type: Physics + canCollide: False - uid: 9546 components: - - pos: -59.565098,-4.443599 + - type: Transform + pos: -59.565098,-4.443599 parent: 1 - type: Transform - uid: 36734 components: - - desc: It's not a suppository. + - type: MetaData + desc: It's not a suppository. name: floor pill - type: MetaData - - pos: 27.835331,19.130836 + - type: Transform + pos: 27.835331,19.130836 parent: 1 - type: Transform - proto: PinpointerNuclear entities: - uid: 11741 components: - - pos: -108.49444,-2.5527248 + - type: Transform + pos: -108.49444,-2.5527248 parent: 1 - type: Transform - proto: PlantBag entities: - uid: 901 components: - - pos: -17.37247,-10.318817 + - type: Transform + pos: -17.37247,-10.318817 parent: 1 - type: Transform - uid: 11018 components: - - pos: -30.478453,-10.373107 + - type: Transform + pos: -30.478453,-10.373107 parent: 1 - type: Transform - uid: 12560 components: - - pos: -16.914139,-10.402208 + - type: Transform + pos: -16.914139,-10.402208 parent: 1 - type: Transform - proto: PlantBGoneSpray entities: - uid: 934 components: - - pos: -17.468277,-17.307829 + - type: Transform + pos: -17.468277,-17.307829 parent: 1 - type: Transform - uid: 11028 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.526915,-15.373634 parent: 1 - type: Transform - uid: 11029 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.305561,-15.3996935 parent: 1 - type: Transform - proto: PlaqueAtmos entities: - uid: 34086 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-33.5 parent: 1 - type: Transform - proto: PlasmaReinforcedWindowDirectional entities: - uid: 4139 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-61.5 parent: 1 - type: Transform - uid: 4140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-62.5 parent: 1 - type: Transform - uid: 4436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-61.5 parent: 1 - type: Transform - uid: 5321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,12.5 parent: 1 - type: Transform - uid: 5322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,11.5 parent: 1 - type: Transform - uid: 5323 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,10.5 parent: 1 - type: Transform - uid: 5324 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,9.5 parent: 1 - type: Transform - uid: 5325 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,8.5 parent: 1 - type: Transform - uid: 5326 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,7.5 parent: 1 - type: Transform - uid: 5327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,6.5 parent: 1 - type: Transform - uid: 5328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,5.5 parent: 1 - type: Transform - uid: 5329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,5.5 parent: 1 - type: Transform - uid: 5330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,5.5 parent: 1 - type: Transform - uid: 5331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,5.5 parent: 1 - type: Transform - uid: 5332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,5.5 parent: 1 - type: Transform - uid: 5333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,5.5 parent: 1 - type: Transform - uid: 5334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,5.5 parent: 1 - type: Transform - uid: 5335 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,6.5 parent: 1 - type: Transform - uid: 5336 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,7.5 parent: 1 - type: Transform - uid: 5337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,8.5 parent: 1 - type: Transform - uid: 5338 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,9.5 parent: 1 - type: Transform - uid: 5339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,10.5 parent: 1 - type: Transform - uid: 5340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,11.5 parent: 1 - type: Transform - uid: 5341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,12.5 parent: 1 - type: Transform - uid: 5342 components: - - pos: -114.5,13.5 + - type: Transform + pos: -114.5,13.5 parent: 1 - type: Transform - uid: 5343 components: - - pos: -113.5,13.5 + - type: Transform + pos: -113.5,13.5 parent: 1 - type: Transform - uid: 5344 components: - - pos: -112.5,13.5 + - type: Transform + pos: -112.5,13.5 parent: 1 - type: Transform - uid: 5345 components: - - pos: -111.5,13.5 + - type: Transform + pos: -111.5,13.5 parent: 1 - type: Transform - uid: 5346 components: - - pos: -110.5,13.5 + - type: Transform + pos: -110.5,13.5 parent: 1 - type: Transform - uid: 5347 components: - - pos: -109.5,13.5 + - type: Transform + pos: -109.5,13.5 parent: 1 - type: Transform - uid: 5348 components: - - pos: -108.5,13.5 + - type: Transform + pos: -108.5,13.5 parent: 1 - type: Transform - uid: 5349 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -114.5,14.5 parent: 1 - type: Transform - uid: 5358 components: - - pos: -116.5,6.5 + - type: Transform + pos: -116.5,6.5 parent: 1 - type: Transform - uid: 5359 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.5,4.5 parent: 1 - type: Transform - uid: 5360 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,12.5 parent: 1 - type: Transform - uid: 8282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-4.5 parent: 1 - type: Transform - uid: 12156 components: - - pos: -52.5,-62.5 + - type: Transform + pos: -52.5,-62.5 parent: 1 - type: Transform - uid: 12157 components: - - pos: -53.5,-62.5 + - type: Transform + pos: -53.5,-62.5 parent: 1 - type: Transform - uid: 12158 components: - - pos: -54.5,-62.5 + - type: Transform + pos: -54.5,-62.5 parent: 1 - type: Transform - uid: 12159 components: - - pos: -55.5,-62.5 + - type: Transform + pos: -55.5,-62.5 parent: 1 - type: Transform - uid: 32289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-4.5 parent: 1 - type: Transform - proto: PlasmaTank entities: - uid: 32158 components: - - pos: -110.6303,-77.30324 + - type: Transform + pos: -110.6303,-77.30324 parent: 1 - type: Transform - uid: 32159 components: - - pos: -110.33864,-77.4179 + - type: Transform + pos: -110.33864,-77.4179 parent: 1 - type: Transform - uid: 36363 components: - - pos: -132.57973,-23.467022 + - type: Transform + pos: -132.57973,-23.467022 parent: 1 - type: Transform - proto: PlasmaTankFilled entities: - uid: 15894 components: - - pos: 49.34906,-49.328922 + - type: Transform + pos: 49.34906,-49.328922 parent: 1 - type: Transform - uid: 15895 components: - - pos: 49.53656,-49.454006 + - type: Transform + pos: 49.53656,-49.454006 parent: 1 - type: Transform - proto: PlasticFlapsAirtightClear entities: - uid: 2106 components: - - pos: -34.5,27.5 + - type: Transform + pos: -34.5,27.5 parent: 1 - type: Transform - uid: 18557 components: - - pos: -0.5,42.5 + - type: Transform + pos: -0.5,42.5 parent: 1 - type: Transform - uid: 18558 components: - - pos: -0.5,43.5 + - type: Transform + pos: -0.5,43.5 parent: 1 - type: Transform - uid: 18559 components: - - pos: -0.5,44.5 + - type: Transform + pos: -0.5,44.5 parent: 1 - type: Transform - uid: 41792 components: - - pos: -0.5,39.5 + - type: Transform + pos: -0.5,39.5 parent: 1 - type: Transform - uid: 41793 components: - - pos: -0.5,41.5 + - type: Transform + pos: -0.5,41.5 parent: 1 - type: Transform - uid: 41797 components: - - pos: -0.5,40.5 + - type: Transform + pos: -0.5,40.5 parent: 1 - type: Transform - uid: 41798 components: - - pos: 0.5,37.5 + - type: Transform + pos: 0.5,37.5 parent: 1 - type: Transform - proto: PlasticFlapsAirtightOpaque entities: - uid: 1676 components: - - pos: 22.5,-3.5 + - type: Transform + pos: 22.5,-3.5 parent: 1 - type: Transform - uid: 6636 components: - - pos: -5.5,23.5 + - type: Transform + pos: -5.5,23.5 parent: 1 - type: Transform - uid: 9982 components: - - pos: 22.5,1.5 + - type: Transform + pos: 22.5,1.5 parent: 1 - type: Transform - uid: 15208 components: - - pos: 42.5,34.5 + - type: Transform + pos: 42.5,34.5 parent: 1 - type: Transform - uid: 15213 components: - - pos: 34.5,1.5 + - type: Transform + pos: 34.5,1.5 parent: 1 - type: Transform - uid: 15222 components: - - pos: 36.5,3.5 + - type: Transform + pos: 36.5,3.5 parent: 1 - type: Transform - uid: 15223 components: - - pos: 40.5,-3.5 + - type: Transform + pos: 40.5,-3.5 parent: 1 - type: Transform - uid: 15224 components: - - pos: 42.5,-1.5 + - type: Transform + pos: 42.5,-1.5 parent: 1 - type: Transform - uid: 15226 components: - - pos: 44.5,-3.5 + - type: Transform + pos: 44.5,-3.5 parent: 1 - type: Transform - uid: 15227 components: - - pos: 49.5,-3.5 + - type: Transform + pos: 49.5,-3.5 parent: 1 - type: Transform - uid: 15244 components: - - pos: 51.5,-3.5 + - type: Transform + pos: 51.5,-3.5 parent: 1 - type: Transform - uid: 15246 components: - - pos: 36.5,25.5 + - type: Transform + pos: 36.5,25.5 parent: 1 - type: Transform - uid: 15248 components: - - pos: 34.5,27.5 + - type: Transform + pos: 34.5,27.5 parent: 1 - type: Transform - uid: 15252 components: - - pos: 40.5,36.5 + - type: Transform + pos: 40.5,36.5 parent: 1 - type: Transform - uid: 15271 components: - - pos: 44.5,36.5 + - type: Transform + pos: 44.5,36.5 parent: 1 - type: Transform - uid: 15277 components: - - pos: 50.5,36.5 + - type: Transform + pos: 50.5,36.5 parent: 1 - type: Transform - uid: 15280 components: - - pos: 8.5,36.5 + - type: Transform + pos: 8.5,36.5 parent: 1 - type: Transform - uid: 15282 components: - - pos: 5.5,27.5 + - type: Transform + pos: 5.5,27.5 parent: 1 - type: Transform - uid: 15285 components: - - pos: 3.5,29.5 + - type: Transform + pos: 3.5,29.5 parent: 1 - type: Transform - uid: 15286 components: - - pos: 3.5,34.5 + - type: Transform + pos: 3.5,34.5 parent: 1 - type: Transform - proto: PlasticFlapsOpaque entities: - uid: 15284 components: - - pos: 9.5,36.5 + - type: Transform + pos: 9.5,36.5 parent: 1 - type: Transform - uid: 15290 components: - - pos: 10.5,36.5 + - type: Transform + pos: 10.5,36.5 parent: 1 - type: Transform - uid: 15293 components: - - pos: 11.5,36.5 + - type: Transform + pos: 11.5,36.5 parent: 1 - type: Transform - uid: 15303 components: - - pos: 12.5,36.5 + - type: Transform + pos: 12.5,36.5 parent: 1 - type: Transform - uid: 15304 components: - - pos: 13.5,36.5 + - type: Transform + pos: 13.5,36.5 parent: 1 - type: Transform - uid: 15305 components: - - pos: 14.5,36.5 + - type: Transform + pos: 14.5,36.5 parent: 1 - type: Transform - uid: 15308 components: - - pos: 15.5,36.5 + - type: Transform + pos: 15.5,36.5 parent: 1 - type: Transform - uid: 15310 components: - - pos: 16.5,36.5 + - type: Transform + pos: 16.5,36.5 parent: 1 - type: Transform - uid: 15315 components: - - pos: 17.5,36.5 + - type: Transform + pos: 17.5,36.5 parent: 1 - type: Transform - uid: 15316 components: - - pos: 18.5,36.5 + - type: Transform + pos: 18.5,36.5 parent: 1 - type: Transform - uid: 15319 components: - - pos: 19.5,36.5 + - type: Transform + pos: 19.5,36.5 parent: 1 - type: Transform - uid: 15323 components: - - pos: 20.5,36.5 + - type: Transform + pos: 20.5,36.5 parent: 1 - type: Transform - uid: 15329 components: - - pos: 21.5,36.5 + - type: Transform + pos: 21.5,36.5 parent: 1 - type: Transform - uid: 15337 components: - - pos: 22.5,36.5 + - type: Transform + pos: 22.5,36.5 parent: 1 - type: Transform - uid: 15338 components: - - pos: 23.5,36.5 + - type: Transform + pos: 23.5,36.5 parent: 1 - type: Transform - uid: 15339 components: - - pos: 24.5,36.5 + - type: Transform + pos: 24.5,36.5 parent: 1 - type: Transform - uid: 15346 components: - - pos: 25.5,36.5 + - type: Transform + pos: 25.5,36.5 parent: 1 - type: Transform - uid: 15361 components: - - pos: 26.5,36.5 + - type: Transform + pos: 26.5,36.5 parent: 1 - type: Transform - uid: 15363 components: - - pos: 27.5,36.5 + - type: Transform + pos: 27.5,36.5 parent: 1 - type: Transform - uid: 15364 components: - - pos: 28.5,36.5 + - type: Transform + pos: 28.5,36.5 parent: 1 - type: Transform - uid: 15366 components: - - pos: 29.5,36.5 + - type: Transform + pos: 29.5,36.5 parent: 1 - type: Transform - uid: 15406 components: - - pos: 30.5,36.5 + - type: Transform + pos: 30.5,36.5 parent: 1 - type: Transform - uid: 15411 components: - - pos: 31.5,36.5 + - type: Transform + pos: 31.5,36.5 parent: 1 - type: Transform - uid: 15425 components: - - pos: 32.5,36.5 + - type: Transform + pos: 32.5,36.5 parent: 1 - type: Transform - uid: 15441 components: - - pos: 33.5,36.5 + - type: Transform + pos: 33.5,36.5 parent: 1 - type: Transform - uid: 15442 components: - - pos: 34.5,36.5 + - type: Transform + pos: 34.5,36.5 parent: 1 - type: Transform - uid: 15443 components: - - pos: 35.5,36.5 + - type: Transform + pos: 35.5,36.5 parent: 1 - type: Transform - uid: 15444 components: - - pos: 36.5,36.5 + - type: Transform + pos: 36.5,36.5 parent: 1 - type: Transform - uid: 15451 components: - - pos: 37.5,36.5 + - type: Transform + pos: 37.5,36.5 parent: 1 - type: Transform - uid: 15452 components: - - pos: 38.5,36.5 + - type: Transform + pos: 38.5,36.5 parent: 1 - type: Transform - uid: 15453 components: - - pos: 39.5,36.5 + - type: Transform + pos: 39.5,36.5 parent: 1 - type: Transform - uid: 15455 components: - - pos: 45.5,36.5 + - type: Transform + pos: 45.5,36.5 parent: 1 - type: Transform - uid: 15469 components: - - pos: 46.5,36.5 + - type: Transform + pos: 46.5,36.5 parent: 1 - type: Transform - uid: 15473 components: - - pos: 47.5,36.5 + - type: Transform + pos: 47.5,36.5 parent: 1 - type: Transform - uid: 15475 components: - - pos: 48.5,36.5 + - type: Transform + pos: 48.5,36.5 parent: 1 - type: Transform - uid: 15496 components: - - pos: 49.5,36.5 + - type: Transform + pos: 49.5,36.5 parent: 1 - type: Transform - uid: 15531 components: - - pos: 42.5,33.5 + - type: Transform + pos: 42.5,33.5 parent: 1 - type: Transform - uid: 15532 components: - - pos: 42.5,32.5 + - type: Transform + pos: 42.5,32.5 parent: 1 - type: Transform - uid: 15563 components: - - pos: 42.5,31.5 + - type: Transform + pos: 42.5,31.5 parent: 1 - type: Transform - uid: 15603 components: - - pos: 42.5,30.5 + - type: Transform + pos: 42.5,30.5 parent: 1 - type: Transform - uid: 15612 components: - - pos: 42.5,29.5 + - type: Transform + pos: 42.5,29.5 parent: 1 - type: Transform - uid: 15616 components: - - pos: 42.5,28.5 + - type: Transform + pos: 42.5,28.5 parent: 1 - type: Transform - uid: 15617 components: - - pos: 42.5,27.5 + - type: Transform + pos: 42.5,27.5 parent: 1 - type: Transform - uid: 15624 components: - - pos: 42.5,26.5 + - type: Transform + pos: 42.5,26.5 parent: 1 - type: Transform - uid: 15633 components: - - pos: 42.5,25.5 + - type: Transform + pos: 42.5,25.5 parent: 1 - type: Transform - uid: 15634 components: - - pos: 42.5,24.5 + - type: Transform + pos: 42.5,24.5 parent: 1 - type: Transform - uid: 15636 components: - - pos: 42.5,23.5 + - type: Transform + pos: 42.5,23.5 parent: 1 - type: Transform - uid: 15637 components: - - pos: 42.5,22.5 + - type: Transform + pos: 42.5,22.5 parent: 1 - type: Transform - uid: 15638 components: - - pos: 42.5,21.5 + - type: Transform + pos: 42.5,21.5 parent: 1 - type: Transform - uid: 15639 components: - - pos: 42.5,20.5 + - type: Transform + pos: 42.5,20.5 parent: 1 - type: Transform - uid: 15641 components: - - pos: 42.5,19.5 + - type: Transform + pos: 42.5,19.5 parent: 1 - type: Transform - uid: 16035 components: - - pos: 42.5,18.5 + - type: Transform + pos: 42.5,18.5 parent: 1 - type: Transform - uid: 16179 components: - - pos: 42.5,17.5 + - type: Transform + pos: 42.5,17.5 parent: 1 - type: Transform - uid: 16183 components: - - pos: 42.5,16.5 + - type: Transform + pos: 42.5,16.5 parent: 1 - type: Transform - uid: 16184 components: - - pos: 42.5,15.5 + - type: Transform + pos: 42.5,15.5 parent: 1 - type: Transform - uid: 16204 components: - - pos: 42.5,14.5 + - type: Transform + pos: 42.5,14.5 parent: 1 - type: Transform - uid: 16211 components: - - pos: 42.5,13.5 + - type: Transform + pos: 42.5,13.5 parent: 1 - type: Transform - uid: 16213 components: - - pos: 42.5,12.5 + - type: Transform + pos: 42.5,12.5 parent: 1 - type: Transform - uid: 16215 components: - - pos: 42.5,11.5 + - type: Transform + pos: 42.5,11.5 parent: 1 - type: Transform - uid: 16233 components: - - pos: 42.5,10.5 + - type: Transform + pos: 42.5,10.5 parent: 1 - type: Transform - uid: 16249 components: - - pos: 42.5,9.5 + - type: Transform + pos: 42.5,9.5 parent: 1 - type: Transform - uid: 16282 components: - - pos: 42.5,8.5 + - type: Transform + pos: 42.5,8.5 parent: 1 - type: Transform - uid: 16306 components: - - pos: 42.5,7.5 + - type: Transform + pos: 42.5,7.5 parent: 1 - type: Transform - uid: 16383 components: - - pos: 42.5,6.5 + - type: Transform + pos: 42.5,6.5 parent: 1 - type: Transform - uid: 18782 components: - - pos: 42.5,5.5 + - type: Transform + pos: 42.5,5.5 parent: 1 - type: Transform - uid: 19510 components: - - pos: 42.5,4.5 + - type: Transform + pos: 42.5,4.5 parent: 1 - type: Transform - uid: 19555 components: - - pos: 42.5,3.5 + - type: Transform + pos: 42.5,3.5 parent: 1 - type: Transform - uid: 19557 components: - - pos: 42.5,2.5 + - type: Transform + pos: 42.5,2.5 parent: 1 - type: Transform - uid: 19559 components: - - pos: 42.5,1.5 + - type: Transform + pos: 42.5,1.5 parent: 1 - type: Transform - uid: 19561 components: - - pos: 42.5,0.5 + - type: Transform + pos: 42.5,0.5 parent: 1 - type: Transform - uid: 20195 components: - - pos: 42.5,-0.5 + - type: Transform + pos: 42.5,-0.5 parent: 1 - type: Transform - uid: 20196 components: - - pos: 45.5,-3.5 + - type: Transform + pos: 45.5,-3.5 parent: 1 - type: Transform - uid: 21144 components: - - pos: 46.5,-3.5 + - type: Transform + pos: 46.5,-3.5 parent: 1 - type: Transform - uid: 21300 components: - - pos: 47.5,-3.5 + - type: Transform + pos: 47.5,-3.5 parent: 1 - type: Transform - uid: 21301 components: - - pos: 48.5,-3.5 + - type: Transform + pos: 48.5,-3.5 parent: 1 - type: Transform - uid: 21352 components: - - pos: 50.5,-3.5 + - type: Transform + pos: 50.5,-3.5 parent: 1 - type: Transform - uid: 21649 components: - - pos: 39.5,-3.5 + - type: Transform + pos: 39.5,-3.5 parent: 1 - type: Transform - uid: 28514 components: - - pos: 38.5,-3.5 + - type: Transform + pos: 38.5,-3.5 parent: 1 - type: Transform - uid: 31041 components: - - pos: 37.5,-3.5 + - type: Transform + pos: 37.5,-3.5 parent: 1 - type: Transform - uid: 31295 components: - - pos: 36.5,-3.5 + - type: Transform + pos: 36.5,-3.5 parent: 1 - type: Transform - uid: 33768 components: - - pos: 35.5,-3.5 + - type: Transform + pos: 35.5,-3.5 parent: 1 - type: Transform - uid: 39366 components: - - pos: 34.5,-3.5 + - type: Transform + pos: 34.5,-3.5 parent: 1 - type: Transform - uid: 39380 components: - - pos: 33.5,-3.5 + - type: Transform + pos: 33.5,-3.5 parent: 1 - type: Transform - uid: 40973 components: - - pos: 32.5,-3.5 + - type: Transform + pos: 32.5,-3.5 parent: 1 - type: Transform - uid: 40993 components: - - pos: 31.5,-3.5 + - type: Transform + pos: 31.5,-3.5 parent: 1 - type: Transform - uid: 41064 components: - - pos: 30.5,-3.5 + - type: Transform + pos: 30.5,-3.5 parent: 1 - type: Transform - uid: 41137 components: - - pos: 29.5,-3.5 + - type: Transform + pos: 29.5,-3.5 parent: 1 - type: Transform - uid: 41922 components: - - pos: 28.5,-3.5 + - type: Transform + pos: 28.5,-3.5 parent: 1 - type: Transform - uid: 41923 components: - - pos: 27.5,-3.5 + - type: Transform + pos: 27.5,-3.5 parent: 1 - type: Transform - uid: 41924 components: - - pos: 26.5,-3.5 + - type: Transform + pos: 26.5,-3.5 parent: 1 - type: Transform - uid: 41925 components: - - pos: 25.5,-3.5 + - type: Transform + pos: 25.5,-3.5 parent: 1 - type: Transform - uid: 41926 components: - - pos: 24.5,-3.5 + - type: Transform + pos: 24.5,-3.5 parent: 1 - type: Transform - uid: 41927 components: - - pos: 23.5,-3.5 + - type: Transform + pos: 23.5,-3.5 parent: 1 - type: Transform - uid: 41928 components: - - pos: 23.5,1.5 + - type: Transform + pos: 23.5,1.5 parent: 1 - type: Transform - uid: 41929 components: - - pos: 24.5,1.5 + - type: Transform + pos: 24.5,1.5 parent: 1 - type: Transform - uid: 41930 components: - - pos: 25.5,1.5 + - type: Transform + pos: 25.5,1.5 parent: 1 - type: Transform - uid: 41931 components: - - pos: 26.5,1.5 + - type: Transform + pos: 26.5,1.5 parent: 1 - type: Transform - uid: 41932 components: - - pos: 27.5,1.5 + - type: Transform + pos: 27.5,1.5 parent: 1 - type: Transform - uid: 41933 components: - - pos: 28.5,1.5 + - type: Transform + pos: 28.5,1.5 parent: 1 - type: Transform - uid: 41934 components: - - pos: 29.5,1.5 + - type: Transform + pos: 29.5,1.5 parent: 1 - type: Transform - uid: 41935 components: - - pos: 30.5,1.5 + - type: Transform + pos: 30.5,1.5 parent: 1 - type: Transform - uid: 41936 components: - - pos: 31.5,1.5 + - type: Transform + pos: 31.5,1.5 parent: 1 - type: Transform - uid: 41937 components: - - pos: 32.5,1.5 + - type: Transform + pos: 32.5,1.5 parent: 1 - type: Transform - uid: 41938 components: - - pos: 33.5,1.5 + - type: Transform + pos: 33.5,1.5 parent: 1 - type: Transform - uid: 41939 components: - - pos: 36.5,4.5 + - type: Transform + pos: 36.5,4.5 parent: 1 - type: Transform - uid: 41940 components: - - pos: 36.5,5.5 + - type: Transform + pos: 36.5,5.5 parent: 1 - type: Transform - uid: 41941 components: - - pos: 36.5,6.5 + - type: Transform + pos: 36.5,6.5 parent: 1 - type: Transform - uid: 41942 components: - - pos: 36.5,7.5 + - type: Transform + pos: 36.5,7.5 parent: 1 - type: Transform - uid: 41943 components: - - pos: 36.5,8.5 + - type: Transform + pos: 36.5,8.5 parent: 1 - type: Transform - uid: 41944 components: - - pos: 36.5,9.5 + - type: Transform + pos: 36.5,9.5 parent: 1 - type: Transform - uid: 41945 components: - - pos: 36.5,10.5 + - type: Transform + pos: 36.5,10.5 parent: 1 - type: Transform - uid: 41946 components: - - pos: 36.5,11.5 + - type: Transform + pos: 36.5,11.5 parent: 1 - type: Transform - uid: 41947 components: - - pos: 36.5,12.5 + - type: Transform + pos: 36.5,12.5 parent: 1 - type: Transform - uid: 41948 components: - - pos: 36.5,13.5 + - type: Transform + pos: 36.5,13.5 parent: 1 - type: Transform - uid: 41949 components: - - pos: 36.5,14.5 + - type: Transform + pos: 36.5,14.5 parent: 1 - type: Transform - uid: 41950 components: - - pos: 36.5,15.5 + - type: Transform + pos: 36.5,15.5 parent: 1 - type: Transform - uid: 41951 components: - - pos: 36.5,16.5 + - type: Transform + pos: 36.5,16.5 parent: 1 - type: Transform - uid: 41952 components: - - pos: 36.5,17.5 + - type: Transform + pos: 36.5,17.5 parent: 1 - type: Transform - uid: 41953 components: - - pos: 36.5,18.5 + - type: Transform + pos: 36.5,18.5 parent: 1 - type: Transform - uid: 41954 components: - - pos: 36.5,19.5 + - type: Transform + pos: 36.5,19.5 parent: 1 - type: Transform - uid: 41955 components: - - pos: 36.5,20.5 + - type: Transform + pos: 36.5,20.5 parent: 1 - type: Transform - uid: 41956 components: - - pos: 36.5,21.5 + - type: Transform + pos: 36.5,21.5 parent: 1 - type: Transform - uid: 41957 components: - - pos: 36.5,22.5 + - type: Transform + pos: 36.5,22.5 parent: 1 - type: Transform - uid: 41958 components: - - pos: 36.5,23.5 + - type: Transform + pos: 36.5,23.5 parent: 1 - type: Transform - uid: 41959 components: - - pos: 36.5,24.5 + - type: Transform + pos: 36.5,24.5 parent: 1 - type: Transform - uid: 41960 components: - - pos: 33.5,27.5 + - type: Transform + pos: 33.5,27.5 parent: 1 - type: Transform - uid: 41961 components: - - pos: 32.5,27.5 + - type: Transform + pos: 32.5,27.5 parent: 1 - type: Transform - uid: 41962 components: - - pos: 31.5,27.5 + - type: Transform + pos: 31.5,27.5 parent: 1 - type: Transform - uid: 41963 components: - - pos: 30.5,27.5 + - type: Transform + pos: 30.5,27.5 parent: 1 - type: Transform - uid: 41964 components: - - pos: 29.5,27.5 + - type: Transform + pos: 29.5,27.5 parent: 1 - type: Transform - uid: 41965 components: - - pos: 28.5,27.5 + - type: Transform + pos: 28.5,27.5 parent: 1 - type: Transform - uid: 41966 components: - - pos: 27.5,27.5 + - type: Transform + pos: 27.5,27.5 parent: 1 - type: Transform - uid: 41967 components: - - pos: 26.5,27.5 + - type: Transform + pos: 26.5,27.5 parent: 1 - type: Transform - uid: 41968 components: - - pos: 25.5,27.5 + - type: Transform + pos: 25.5,27.5 parent: 1 - type: Transform - uid: 41969 components: - - pos: 24.5,27.5 + - type: Transform + pos: 24.5,27.5 parent: 1 - type: Transform - uid: 41970 components: - - pos: 23.5,27.5 + - type: Transform + pos: 23.5,27.5 parent: 1 - type: Transform - uid: 41971 components: - - pos: 22.5,27.5 + - type: Transform + pos: 22.5,27.5 parent: 1 - type: Transform - uid: 41972 components: - - pos: 21.5,27.5 + - type: Transform + pos: 21.5,27.5 parent: 1 - type: Transform - uid: 41973 components: - - pos: 20.5,27.5 + - type: Transform + pos: 20.5,27.5 parent: 1 - type: Transform - uid: 41974 components: - - pos: 19.5,27.5 + - type: Transform + pos: 19.5,27.5 parent: 1 - type: Transform - uid: 41975 components: - - pos: 18.5,27.5 + - type: Transform + pos: 18.5,27.5 parent: 1 - type: Transform - uid: 41976 components: - - pos: 17.5,27.5 + - type: Transform + pos: 17.5,27.5 parent: 1 - type: Transform - uid: 41977 components: - - pos: 16.5,27.5 + - type: Transform + pos: 16.5,27.5 parent: 1 - type: Transform - uid: 41978 components: - - pos: 15.5,27.5 + - type: Transform + pos: 15.5,27.5 parent: 1 - type: Transform - uid: 41979 components: - - pos: 14.5,27.5 + - type: Transform + pos: 14.5,27.5 parent: 1 - type: Transform - uid: 41980 components: - - pos: 13.5,27.5 + - type: Transform + pos: 13.5,27.5 parent: 1 - type: Transform - uid: 41981 components: - - pos: 12.5,27.5 + - type: Transform + pos: 12.5,27.5 parent: 1 - type: Transform - uid: 41982 components: - - pos: 11.5,27.5 + - type: Transform + pos: 11.5,27.5 parent: 1 - type: Transform - uid: 41983 components: - - pos: 10.5,27.5 + - type: Transform + pos: 10.5,27.5 parent: 1 - type: Transform - uid: 41984 components: - - pos: 9.5,27.5 + - type: Transform + pos: 9.5,27.5 parent: 1 - type: Transform - uid: 41985 components: - - pos: 8.5,27.5 + - type: Transform + pos: 8.5,27.5 parent: 1 - type: Transform - uid: 41986 components: - - pos: 7.5,27.5 + - type: Transform + pos: 7.5,27.5 parent: 1 - type: Transform - uid: 41987 components: - - pos: 6.5,27.5 + - type: Transform + pos: 6.5,27.5 parent: 1 - type: Transform - proto: PlushieAtmosian entities: - uid: 611 components: - - pos: -107.34916,-79.48463 + - type: Transform + pos: -107.34916,-79.48463 parent: 1 - type: Transform - proto: PlushieCarp entities: - uid: 13705 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.121445,-63.84134 parent: 1 - type: Transform - proto: PlushieGhost entities: - uid: 36499 components: - - pos: -121.43751,-60.453514 + - type: Transform + pos: -121.43751,-60.453514 parent: 1 - type: Transform - proto: PlushieLizard entities: - uid: 13702 components: - - pos: -66.97561,-63.393112 + - type: Transform + pos: -66.97561,-63.393112 parent: 1 - type: Transform - proto: PlushieMothRandom entities: - uid: 2895 components: - - pos: 20.723234,-55.12995 + - type: Transform + pos: 20.723234,-55.12995 parent: 1 - type: Transform - uid: 33601 components: - - pos: -60.49234,6.393984 + - type: Transform + pos: -60.49234,6.393984 parent: 1 - type: Transform - uid: 41111 components: - - pos: 35.482418,-38.265163 + - type: Transform + pos: 35.482418,-38.265163 parent: 1 - type: Transform - proto: PlushieRatvar entities: - uid: 13704 components: - - pos: -68.94436,-63.455658 + - type: Transform + pos: -68.94436,-63.455658 parent: 1 - type: Transform - proto: PlushieRGBee entities: - uid: 15770 components: - - pos: -61.339073,-74.37118 + - type: Transform + pos: -61.339073,-74.37118 parent: 1 - type: Transform - proto: PlushieRouny entities: - uid: 13701 components: - - pos: -67.03811,-62.392418 + - type: Transform + pos: -67.03811,-62.392418 parent: 1 - type: Transform - uid: 28499 components: - - flags: InContainer - type: MetaData - - parent: 28497 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 28497 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: PlushieSlime entities: - uid: 9402 components: - - pos: -12.385507,-30.239977 + - type: Transform + pos: -12.385507,-30.239977 parent: 1 - type: Transform - proto: PlushieSnake entities: - uid: 13707 components: - - pos: -67.558945,-63.789223 + - type: Transform + pos: -67.558945,-63.789223 parent: 1 - type: Transform - proto: PlushieSpaceLizard entities: - uid: 29899 components: - - pos: -107.120445,2.7622373 + - type: Transform + pos: -107.120445,2.7622373 parent: 1 - type: Transform - proto: PlushieVox entities: - uid: 13703 components: - - pos: -68.94436,-62.31945 + - type: Transform + pos: -68.94436,-62.31945 parent: 1 - type: Transform - proto: PortableFlasher entities: - uid: 9611 components: - - pos: -2.5,-17.5 + - type: Transform + pos: -2.5,-17.5 parent: 1 - type: Transform - uid: 9612 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 1 - type: Transform - uid: 12799 components: - - pos: -39.5,-31.5 + - type: Transform + pos: -39.5,-31.5 parent: 1 - type: Transform - proto: PortableGeneratorJrPacman entities: - uid: 15856 components: - - pos: 49.5,-48.5 + - type: Transform + pos: 49.5,-48.5 parent: 1 - type: Transform - uid: 29539 components: - - pos: 55.5,7.5 + - type: Transform + pos: 55.5,7.5 parent: 1 - type: Transform - uid: 32305 components: - - pos: -90.5,-60.5 + - type: Transform + pos: -90.5,-60.5 parent: 1 - type: Transform - uid: 35682 components: - - pos: -111.5,-88.5 + - type: Transform + pos: -111.5,-88.5 parent: 1 - type: Transform - uid: 36826 components: - - pos: -20.5,40.5 + - type: Transform + pos: -20.5,40.5 parent: 1 - type: Transform - uid: 41811 components: - - pos: -84.5,-42.5 + - type: Transform + pos: -84.5,-42.5 parent: 1 - type: Transform - uid: 41815 components: - - pos: -95.5,12.5 + - type: Transform + pos: -95.5,12.5 parent: 1 - type: Transform - uid: 41816 components: - - pos: -64.5,-41.5 + - type: Transform + pos: -64.5,-41.5 parent: 1 - type: Transform - uid: 41817 components: - - pos: -135.5,-44.5 + - type: Transform + pos: -135.5,-44.5 parent: 1 - type: Transform - uid: 41818 components: - - pos: -76.5,-69.5 + - type: Transform + pos: -76.5,-69.5 parent: 1 - type: Transform - uid: 41819 components: - - pos: -58.5,-78.5 + - type: Transform + pos: -58.5,-78.5 parent: 1 - type: Transform - uid: 41820 components: - - pos: 34.5,-36.5 + - type: Transform + pos: 34.5,-36.5 parent: 1 - type: Transform - uid: 41821 components: - - pos: -18.5,14.5 + - type: Transform + pos: -18.5,14.5 parent: 1 - type: Transform - uid: 41822 components: - - pos: -21.5,-18.5 + - type: Transform + pos: -21.5,-18.5 parent: 1 - type: Transform - uid: 42034 components: - - pos: -64.5,2.5 + - type: Transform + pos: -64.5,2.5 parent: 1 - type: Transform - proto: PortableGeneratorPacman entities: - uid: 3414 components: - - pos: -108.5,-35.5 + - type: Transform + pos: -108.5,-35.5 parent: 1 - type: Transform - uid: 5208 components: - - pos: -113.5,-22.5 + - type: Transform + pos: -113.5,-22.5 parent: 1 - type: Transform - uid: 8961 components: - - pos: -114.5,-22.5 + - type: Transform + pos: -114.5,-22.5 parent: 1 - type: Transform - uid: 15267 components: - - pos: 60.5,-56.5 + - type: Transform + pos: 60.5,-56.5 parent: 1 - type: Transform - uid: 15855 components: - - pos: 49.5,-47.5 + - type: Transform + pos: 49.5,-47.5 parent: 1 - type: Transform - proto: PortableGeneratorSuperPacman entities: - uid: 8277 components: - - pos: -110.5,2.5 + - type: Transform + pos: -110.5,2.5 parent: 1 - type: Transform - uid: 11122 components: - - pos: 18.5,18.5 + - type: Transform + pos: 18.5,18.5 parent: 1 - type: Transform - proto: PortableGeneratorSuperPacmanMachineCircuitboard entities: - uid: 9782 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.02238,-30.41532 parent: 1 - type: Transform - uid: 31187 components: - - pos: 17.519144,16.717907 + - type: Transform + pos: 17.519144,16.717907 parent: 1 - type: Transform - proto: PortableScrubber entities: - uid: 4952 components: - - pos: -94.5,-43.5 + - type: Transform + pos: -94.5,-43.5 parent: 1 - type: Transform - uid: 19226 components: - - pos: -94.5,-44.5 + - type: Transform + pos: -94.5,-44.5 parent: 1 - type: Transform - uid: 41900 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 1 - type: Transform - proto: PortableScrubberMachineCircuitBoard entities: - uid: 9779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.50154,-31.978905 parent: 1 - type: Transform - uid: 16480 components: - - pos: -98.45623,-40.4002 + - type: Transform + pos: -98.45623,-40.4002 parent: 1 - type: Transform - proto: PosterBroken entities: - uid: 11293 components: - - pos: -11.5,28.5 + - type: Transform + pos: -11.5,28.5 parent: 1 - type: Transform - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - uid: 34004 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-70.5 parent: 1 - type: Transform - proto: PosterContrabandBeachStarYamamoto entities: - uid: 9842 components: - - pos: -107.5,-29.5 + - type: Transform + pos: -107.5,-29.5 parent: 1 - type: Transform - proto: PosterContrabandBorgFancyv2 entities: - uid: 31095 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-4.5 parent: 1 - type: Transform - proto: PosterContrabandClown entities: - uid: 8366 components: - - pos: -66.5,4.5 + - type: Transform + pos: -66.5,4.5 parent: 1 - type: Transform - proto: PosterContrabandCommunistState entities: - uid: 31085 components: - - pos: -77.5,-47.5 + - type: Transform + pos: -77.5,-47.5 parent: 1 - type: Transform - proto: PosterContrabandDonutCorp entities: - uid: 31131 components: - - pos: -127.5,9.5 + - type: Transform + pos: -127.5,9.5 parent: 1 - type: Transform - uid: 33471 components: - - pos: -145.5,25.5 + - type: Transform + pos: -145.5,25.5 parent: 1 - type: Transform - proto: PosterContrabandEAT entities: - uid: 13371 components: - - pos: -33.5,8.5 + - type: Transform + pos: -33.5,8.5 parent: 1 - type: Transform - proto: PosterContrabandFreeTonto entities: - uid: 33475 components: - - pos: -138.5,6.5 + - type: Transform + pos: -138.5,6.5 parent: 1 - type: Transform - proto: PosterContrabandGotWood entities: - uid: 3326 components: - - pos: -26.5,-51.5 + - type: Transform + pos: -26.5,-51.5 parent: 1 - type: Transform - uid: 33462 components: - - pos: -147.5,-9.5 + - type: Transform + pos: -147.5,-9.5 parent: 1 - type: Transform - proto: PosterContrabandGreyTide entities: - uid: 31086 components: - - pos: -81.5,-47.5 + - type: Transform + pos: -81.5,-47.5 parent: 1 - type: Transform - proto: PosterContrabandHackingGuide entities: - uid: 31246 components: - - pos: -77.5,-62.5 + - type: Transform + pos: -77.5,-62.5 parent: 1 - type: Transform - proto: PosterContrabandHighEffectEngineering entities: - uid: 31132 components: - - pos: -125.5,9.5 + - type: Transform + pos: -125.5,9.5 parent: 1 - type: Transform - proto: PosterContrabandKudzu entities: - uid: 31140 components: - - pos: -37.5,-9.5 + - type: Transform + pos: -37.5,-9.5 parent: 1 - type: Transform - proto: PosterContrabandLamarr entities: - uid: 31089 components: - - pos: -35.5,-37.5 + - type: Transform + pos: -35.5,-37.5 parent: 1 - type: Transform - proto: PosterContrabandLustyExomorph entities: - uid: 31112 components: - - pos: -65.5,-4.5 + - type: Transform + pos: -65.5,-4.5 parent: 1 - type: Transform - proto: PosterContrabandMaskedMen entities: - uid: 11291 components: - - pos: -13.5,28.5 + - type: Transform + pos: -13.5,28.5 parent: 1 - type: Transform - uid: 31111 components: - - pos: -44.5,1.5 + - type: Transform + pos: -44.5,1.5 parent: 1 - type: Transform - proto: PosterContrabandMissingGloves entities: - uid: 9751 components: - - pos: -103.5,-20.5 + - type: Transform + pos: -103.5,-20.5 parent: 1 - type: Transform - proto: PosterContrabandNuclearDeviceInformational entities: - uid: 31088 components: - - pos: -32.5,-53.5 + - type: Transform + pos: -32.5,-53.5 parent: 1 - type: Transform - proto: PosterContrabandPower entities: - uid: 28767 components: - - pos: 19.5,-31.5 + - type: Transform + pos: 19.5,-31.5 parent: 1 - type: Transform - proto: PosterContrabandPunchShit entities: - uid: 28768 components: - - pos: 25.5,-24.5 + - type: Transform + pos: 25.5,-24.5 parent: 1 - type: Transform - proto: PosterContrabandPwrGame entities: - uid: 13377 components: - - pos: -64.5,-9.5 + - type: Transform + pos: -64.5,-9.5 parent: 1 - type: Transform - proto: PosterContrabandRebelsUnite entities: - uid: 31057 components: - - pos: -37.5,-65.5 + - type: Transform + pos: -37.5,-65.5 parent: 1 - type: Transform - proto: PosterContrabandRedRum entities: - uid: 31087 components: - - pos: -84.5,-43.5 + - type: Transform + pos: -84.5,-43.5 parent: 1 - type: Transform - uid: 33474 components: - - pos: -137.5,-0.5 + - type: Transform + pos: -137.5,-0.5 parent: 1 - type: Transform - proto: PosterContrabandRise entities: - uid: 28770 components: - - pos: -83.5,-45.5 + - type: Transform + pos: -83.5,-45.5 parent: 1 - type: Transform - proto: PosterContrabandRobustSoftdrinks entities: - uid: 27344 components: - - pos: 29.5,-47.5 + - type: Transform + pos: 29.5,-47.5 parent: 1 - type: Transform - uid: 31125 components: - - pos: -57.5,18.5 + - type: Transform + pos: -57.5,18.5 parent: 1 - type: Transform - uid: 33459 components: - - pos: -146.5,7.5 + - type: Transform + pos: -146.5,7.5 parent: 1 - type: Transform - proto: PosterContrabandShamblersJuice entities: - uid: 1376 components: - - pos: -42.5,8.5 + - type: Transform + pos: -42.5,8.5 parent: 1 - type: Transform - proto: PosterContrabandSmoke entities: - uid: 31157 components: - - pos: -0.5,-44.5 + - type: Transform + pos: -0.5,-44.5 parent: 1 - type: Transform - uid: 33466 components: - - pos: -131.5,0.5 + - type: Transform + pos: -131.5,0.5 parent: 1 - type: Transform - proto: PosterContrabandSpaceCola entities: - uid: 31153 components: - - pos: -21.5,-24.5 + - type: Transform + pos: -21.5,-24.5 parent: 1 - type: Transform - uid: 33468 components: - - pos: -131.5,11.5 + - type: Transform + pos: -131.5,11.5 parent: 1 - type: Transform - proto: PosterContrabandSpaceCube entities: - uid: 31156 components: - - pos: -22.5,-19.5 + - type: Transform + pos: -22.5,-19.5 parent: 1 - type: Transform - proto: PosterContrabandSpaceUp entities: - uid: 31152 components: - - pos: -26.5,-24.5 + - type: Transform + pos: -26.5,-24.5 parent: 1 - type: Transform - uid: 33464 components: - - pos: -129.5,-12.5 + - type: Transform + pos: -129.5,-12.5 parent: 1 - type: Transform - proto: PosterContrabandSunkist entities: - uid: 6286 components: - - pos: -147.5,17.5 + - type: Transform + pos: -147.5,17.5 parent: 1 - type: Transform - uid: 31141 components: - - pos: -34.5,8.5 + - type: Transform + pos: -34.5,8.5 parent: 1 - type: Transform - uid: 31481 components: - - pos: -51.5,8.5 + - type: Transform + pos: -51.5,8.5 parent: 1 - type: Transform - proto: PosterContrabandTheGriffin entities: - uid: 31137 components: - - pos: -31.5,12.5 + - type: Transform + pos: -31.5,12.5 parent: 1 - type: Transform - proto: PosterContrabandTools entities: - uid: 16365 components: - - pos: -75.5,15.5 + - type: Transform + pos: -75.5,15.5 parent: 1 - type: Transform - proto: PosterContrabandUnreadableAnnouncement entities: - uid: 11292 components: - - pos: -10.5,27.5 + - type: Transform + pos: -10.5,27.5 parent: 1 - type: Transform - proto: PosterContrabandVoteWeh entities: - uid: 41862 components: - - pos: 23.5,18.5 + - type: Transform + pos: 23.5,18.5 parent: 1 - type: Transform - proto: PosterContrabandWehWatches entities: - uid: 41863 components: - - pos: 26.5,18.5 + - type: Transform + pos: 26.5,18.5 parent: 1 - type: Transform - proto: PosterLegitAnatomyPoster entities: - uid: 15384 components: - - pos: -82.5,-34.5 + - type: Transform + pos: -82.5,-34.5 parent: 1 - type: Transform - proto: PosterLegitBarDrinks entities: - uid: 8295 components: - - pos: -49.5,-6.5 + - type: Transform + pos: -49.5,-6.5 parent: 1 - type: Transform - proto: PosterLegitBotanyFood entities: - uid: 31154 components: - - pos: -29.5,-9.5 + - type: Transform + pos: -29.5,-9.5 parent: 1 - type: Transform - proto: PosterLegitBuild entities: - uid: 28762 components: - - pos: 16.5,4.5 + - type: Transform + pos: 16.5,4.5 parent: 1 - type: Transform - proto: PosterLegitCarbonDioxide entities: - uid: 33932 components: - - pos: -112.5,-66.5 + - type: Transform + pos: -112.5,-66.5 parent: 1 - type: Transform - proto: PosterLegitCarpMount entities: - uid: 18740 components: - - pos: -17.5,42.5 + - type: Transform + pos: -17.5,42.5 parent: 1 - type: Transform - proto: PosterLegitChknDnnr entities: - uid: 27892 components: - - pos: 17.5,-43.5 + - type: Transform + pos: 17.5,-43.5 parent: 1 - type: Transform - proto: PosterLegitCohibaRobustoAd entities: - uid: 31083 components: - - pos: -52.5,8.5 + - type: Transform + pos: -52.5,8.5 parent: 1 - type: Transform - proto: PosterLegitDejaVu entities: - uid: 31097 components: - - pos: -63.5,4.5 + - type: Transform + pos: -63.5,4.5 parent: 1 - type: Transform - proto: PosterLegitDoNotQuestion entities: - uid: 28763 components: - - pos: -21.5,0.5 + - type: Transform + pos: -21.5,0.5 parent: 1 - type: Transform - uid: 41840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-48.5 parent: 1 - type: Transform - proto: PosterLegitDontPanic entities: - uid: 29324 components: - - pos: 5.5,-57.5 + - type: Transform + pos: 5.5,-57.5 parent: 1 - type: Transform - proto: PosterLegitEnlist entities: - uid: 28764 components: - - pos: -38.5,-24.5 + - type: Transform + pos: -38.5,-24.5 parent: 1 - type: Transform - proto: PosterLegitFoamForceAd entities: - uid: 13374 components: - - pos: -62.5,-12.5 + - type: Transform + pos: -62.5,-12.5 parent: 1 - type: Transform - proto: PosterLegitFruitBowl entities: - uid: 13372 components: - - pos: -35.5,0.5 + - type: Transform + pos: -35.5,0.5 parent: 1 - type: Transform - proto: PosterLegitHereForYourSafety entities: - uid: 28765 components: - - pos: -45.5,-19.5 + - type: Transform + pos: -45.5,-19.5 parent: 1 - type: Transform - proto: PosterLegitHighClassMartini entities: - uid: 31109 components: - - pos: -45.5,5.5 + - type: Transform + pos: -45.5,5.5 parent: 1 - type: Transform - proto: PosterLegitHotDonkExplosion entities: - uid: 13375 components: - - pos: -54.5,-12.5 + - type: Transform + pos: -54.5,-12.5 parent: 1 - type: Transform - proto: PosterLegitIan entities: - uid: 31124 components: - - pos: -68.5,18.5 + - type: Transform + pos: -68.5,18.5 parent: 1 - type: Transform - proto: PosterLegitJustAWeekAway entities: - uid: 21222 components: - - pos: -23.5,15.5 + - type: Transform + pos: -23.5,15.5 parent: 1 - type: Transform - proto: PosterLegitMedicate entities: - uid: 16222 components: - - pos: -11.5,-36.5 + - type: Transform + pos: -11.5,-36.5 parent: 1 - type: Transform - proto: PosterLegitMoreBread entities: - uid: 31142 components: - - pos: -30.5,-3.5 + - type: Transform + pos: -30.5,-3.5 parent: 1 - type: Transform - proto: PosterLegitNanomichiAd entities: - uid: 1705 components: - - pos: -152.5,23.5 + - type: Transform + pos: -152.5,23.5 parent: 1 - type: Transform - proto: PosterLegitNanotrasenLogo entities: - uid: 20550 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,42.5 parent: 1 - type: Transform - uid: 20551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,31.5 parent: 1 - type: Transform - uid: 33832 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,20.5 parent: 1 - type: Transform - proto: PosterLegitNoERP entities: - uid: 31113 components: - - pos: -77.5,-64.5 + - type: Transform + pos: -77.5,-64.5 parent: 1 - type: Transform - proto: PosterLegitNoTouching entities: - uid: 12798 components: - - pos: -13.5,-16.5 + - type: Transform + pos: -13.5,-16.5 parent: 1 - type: Transform - proto: PosterLegitObey entities: - uid: 28766 components: - - pos: 14.5,-11.5 + - type: Transform + pos: 14.5,-11.5 parent: 1 - type: Transform - proto: PosterLegitPDAAd entities: - uid: 12810 components: - - pos: -83.5,34.5 + - type: Transform + pos: -83.5,34.5 parent: 1 - type: Transform - uid: 13378 components: - - pos: -63.5,-9.5 + - type: Transform + pos: -63.5,-9.5 parent: 1 - type: Transform - proto: PosterLegitPieSlice entities: - uid: 13370 components: - - pos: -31.5,-3.5 + - type: Transform + pos: -31.5,-3.5 parent: 1 - type: Transform - proto: PosterLegitPizzaHope entities: - uid: 2989 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-35.5 parent: 1 - type: Transform - uid: 13376 components: - - pos: -37.5,8.5 + - type: Transform + pos: -37.5,8.5 parent: 1 - type: Transform - proto: PosterLegitReportCrimes entities: - uid: 28769 components: - - pos: -38.5,-21.5 + - type: Transform + pos: -38.5,-21.5 parent: 1 - type: Transform - proto: PosterLegitSafetyEyeProtection entities: - uid: 9847 components: - - pos: -103.5,-12.5 + - type: Transform + pos: -103.5,-12.5 parent: 1 - type: Transform - proto: PosterLegitSafetyMothEpi entities: - uid: 24949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-42.5 parent: 1 - type: Transform - proto: PosterLegitSafetyMothPoisoning entities: - uid: 15333 components: - - pos: -80.5,-33.5 + - type: Transform + pos: -80.5,-33.5 parent: 1 - type: Transform - proto: PosterLegitSecWatch entities: - uid: 4398 components: - - pos: -19.5,4.5 + - type: Transform + pos: -19.5,4.5 parent: 1 - type: Transform - uid: 28782 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 1 - type: Transform - proto: PosterLegitSoftCapPopArt entities: - uid: 31114 components: - - pos: -57.5,-2.5 + - type: Transform + pos: -57.5,-2.5 parent: 1 - type: Transform - proto: PosterLegitStateLaws entities: - uid: 28771 components: - - pos: -43.5,18.5 + - type: Transform + pos: -43.5,18.5 parent: 1 - type: Transform - proto: PosterLegitTheOwl entities: - uid: 31136 components: - - pos: -33.5,12.5 + - type: Transform + pos: -33.5,12.5 parent: 1 - type: Transform - proto: PosterLegitUeNo entities: - uid: 31196 components: - - pos: -82.5,-4.5 + - type: Transform + pos: -82.5,-4.5 parent: 1 - type: Transform - proto: PosterLegitWalk entities: - uid: 28772 components: - - pos: -12.5,7.5 + - type: Transform + pos: -12.5,7.5 parent: 1 - type: Transform - uid: 28774 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 1 - type: Transform - uid: 29354 components: - - pos: 48.5,-57.5 + - type: Transform + pos: 48.5,-57.5 parent: 1 - type: Transform - proto: PosterLegitWorkForAFuture entities: - uid: 28773 components: - - pos: 20.5,4.5 + - type: Transform + pos: 20.5,4.5 parent: 1 - type: Transform - uid: 31126 components: - - pos: -58.5,18.5 + - type: Transform + pos: -58.5,18.5 parent: 1 - type: Transform - proto: PottedPlant16 entities: - uid: 1526 components: - - pos: -55.5,-5.5 + - type: Transform + pos: -55.5,-5.5 parent: 1 - type: Transform - uid: 31194 components: - - pos: -91.5,-10.5 + - type: Transform + pos: -91.5,-10.5 parent: 1 - type: Transform - proto: PottedPlant20 entities: - uid: 8103 components: - - pos: -95.5,-3.5 + - type: Transform + pos: -95.5,-3.5 parent: 1 - type: Transform - proto: PottedPlant22 entities: - uid: 8174 components: - - pos: -68.5,-8.5 + - type: Transform + pos: -68.5,-8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: stash: !type:ContainerSlot showEnts: False occludes: True ent: 5535 - type: ContainerContainer - proto: PottedPlantBioluminscent entities: - uid: 4963 components: - - pos: -97.5,-32.5 + - type: Transform + pos: -97.5,-32.5 parent: 1 - type: Transform - uid: 6009 components: - - pos: -95.5,-32.5 + - type: Transform + pos: -95.5,-32.5 parent: 1 - type: Transform - uid: 6541 components: - - pos: -125.5,13.5 + - type: Transform + pos: -125.5,13.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: stash: !type:ContainerSlot showEnts: False occludes: True ent: 7490 - type: ContainerContainer - uid: 9678 components: - - pos: -81.5,-21.5 + - type: Transform + pos: -81.5,-21.5 parent: 1 - type: Transform - uid: 11869 components: - - pos: -38.5,-46.5 + - type: Transform + pos: -38.5,-46.5 parent: 1 - type: Transform - uid: 11955 components: - - pos: -30.5,-29.5 + - type: Transform + pos: -30.5,-29.5 parent: 1 - type: Transform - uid: 11960 components: - - pos: -34.5,-29.5 + - type: Transform + pos: -34.5,-29.5 parent: 1 - type: Transform - uid: 12165 components: - - pos: -33.5,-38.5 + - type: Transform + pos: -33.5,-38.5 parent: 1 - type: Transform - uid: 12166 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 1 - type: Transform - uid: 12167 components: - - pos: -26.5,-46.5 + - type: Transform + pos: -26.5,-46.5 parent: 1 - type: Transform - uid: 12889 components: - - pos: -38.5,-56.5 + - type: Transform + pos: -38.5,-56.5 parent: 1 - type: Transform - uid: 23864 components: - - pos: -13.5,-50.5 + - type: Transform + pos: -13.5,-50.5 parent: 1 - type: Transform - uid: 23865 components: - - pos: -11.5,-50.5 + - type: Transform + pos: -11.5,-50.5 parent: 1 - type: Transform - uid: 36611 components: - - pos: -117.5,-77.5 + - type: Transform + pos: -117.5,-77.5 parent: 1 - type: Transform - uid: 41094 components: - - pos: -115.5,-75.5 + - type: Transform + pos: -115.5,-75.5 parent: 1 - type: Transform - uid: 41095 components: - - pos: -117.5,-75.5 + - type: Transform + pos: -117.5,-75.5 parent: 1 - type: Transform - uid: 41096 components: - - pos: -115.5,-77.5 + - type: Transform + pos: -115.5,-77.5 parent: 1 - type: Transform - proto: PottedPlantRandom entities: - uid: 587 components: - - pos: -33.5,9.5 + - type: Transform + pos: -33.5,9.5 parent: 1 - type: Transform - uid: 2381 components: - - pos: 27.5,14.5 + - type: Transform + pos: 27.5,14.5 parent: 1 - type: Transform - uid: 2592 components: - - pos: -0.5,-53.5 + - type: Transform + pos: -0.5,-53.5 parent: 1 - type: Transform - uid: 2593 components: - - pos: -0.5,-52.5 + - type: Transform + pos: -0.5,-52.5 parent: 1 - type: Transform - uid: 2620 components: - - pos: 10.5,-49.5 + - type: Transform + pos: 10.5,-49.5 parent: 1 - type: Transform - uid: 2621 components: - - pos: 11.5,-56.5 + - type: Transform + pos: 11.5,-56.5 parent: 1 - type: Transform - uid: 3762 components: - - pos: -60.5,19.5 + - type: Transform + pos: -60.5,19.5 parent: 1 - type: Transform - uid: 5059 components: - - pos: -91.5,-6.5 + - type: Transform + pos: -91.5,-6.5 parent: 1 - type: Transform - uid: 5086 components: - - pos: -87.5,-6.5 + - type: Transform + pos: -87.5,-6.5 parent: 1 - type: Transform - uid: 5663 components: - - pos: -102.5,-23.5 + - type: Transform + pos: -102.5,-23.5 parent: 1 - type: Transform - uid: 7045 components: - - pos: -20.5,-31.5 + - type: Transform + pos: -20.5,-31.5 parent: 1 - type: Transform - uid: 7081 components: - - pos: -43.5,-60.5 + - type: Transform + pos: -43.5,-60.5 parent: 1 - type: Transform - uid: 7168 components: - - pos: -25.5,33.5 + - type: Transform + pos: -25.5,33.5 parent: 1 - type: Transform - uid: 7206 components: - - pos: -25.5,24.5 + - type: Transform + pos: -25.5,24.5 parent: 1 - type: Transform - uid: 7245 components: - - pos: -41.5,40.5 + - type: Transform + pos: -41.5,40.5 parent: 1 - type: Transform - uid: 7736 components: - - pos: -70.5,30.5 + - type: Transform + pos: -70.5,30.5 parent: 1 - type: Transform - uid: 7737 components: - - pos: -70.5,33.5 + - type: Transform + pos: -70.5,33.5 parent: 1 - type: Transform - uid: 7842 components: - - pos: -90.5,19.5 + - type: Transform + pos: -90.5,19.5 parent: 1 - type: Transform - uid: 7909 components: - - pos: -88.5,11.5 + - type: Transform + pos: -88.5,11.5 parent: 1 - type: Transform - uid: 7910 components: - - pos: -82.5,11.5 + - type: Transform + pos: -82.5,11.5 parent: 1 - type: Transform - uid: 8008 components: - - pos: -77.5,9.5 + - type: Transform + pos: -77.5,9.5 parent: 1 - type: Transform - uid: 8247 components: - - pos: -103.5,2.5 + - type: Transform + pos: -103.5,2.5 parent: 1 - type: Transform - uid: 8250 components: - - pos: -97.5,-1.5 + - type: Transform + pos: -97.5,-1.5 parent: 1 - type: Transform - uid: 8318 components: - - pos: -43.5,29.5 + - type: Transform + pos: -43.5,29.5 parent: 1 - type: Transform - uid: 8553 components: - - pos: -67.5,-4.5 + - type: Transform + pos: -67.5,-4.5 parent: 1 - type: Transform - uid: 8794 components: - - pos: -118.5,-4.5 + - type: Transform + pos: -118.5,-4.5 parent: 1 - type: Transform - uid: 8808 components: - - pos: -112.5,1.5 + - type: Transform + pos: -112.5,1.5 parent: 1 - type: Transform - uid: 9887 components: - - pos: -13.5,-58.5 + - type: Transform + pos: -13.5,-58.5 parent: 1 - type: Transform - uid: 11037 components: - - pos: -51.5,-20.5 + - type: Transform + pos: -51.5,-20.5 parent: 1 - type: Transform - uid: 11124 components: - - pos: -87.5,-12.5 + - type: Transform + pos: -87.5,-12.5 parent: 1 - type: Transform - uid: 11565 components: - - pos: -18.5,33.5 + - type: Transform + pos: -18.5,33.5 parent: 1 - type: Transform - uid: 11848 components: - - pos: -89.5,-17.5 + - type: Transform + pos: -89.5,-17.5 parent: 1 - type: Transform - uid: 12481 components: - - pos: -34.5,1.5 + - type: Transform + pos: -34.5,1.5 parent: 1 - type: Transform - uid: 12506 components: - - pos: -98.5,47.5 + - type: Transform + pos: -98.5,47.5 parent: 1 - type: Transform - uid: 12540 components: - - pos: -32.5,-3.5 + - type: Transform + pos: -32.5,-3.5 parent: 1 - type: Transform - uid: 12765 components: - - pos: -99.5,47.5 + - type: Transform + pos: -99.5,47.5 parent: 1 - type: Transform - uid: 12811 components: - - pos: -86.5,47.5 + - type: Transform + pos: -86.5,47.5 parent: 1 - type: Transform - uid: 13099 components: - - pos: -84.5,-44.5 + - type: Transform + pos: -84.5,-44.5 parent: 1 - type: Transform - uid: 13206 components: - - pos: -64.5,35.5 + - type: Transform + pos: -64.5,35.5 parent: 1 - type: Transform - uid: 13853 components: - - pos: 25.5,-34.5 + - type: Transform + pos: 25.5,-34.5 parent: 1 - type: Transform - uid: 13854 components: - - pos: 22.5,-34.5 + - type: Transform + pos: 22.5,-34.5 parent: 1 - type: Transform - uid: 13885 components: - - pos: 13.5,-35.5 + - type: Transform + pos: 13.5,-35.5 parent: 1 - type: Transform - uid: 14370 components: - - pos: -13.5,-31.5 + - type: Transform + pos: -13.5,-31.5 parent: 1 - type: Transform - uid: 14634 components: - - pos: -77.5,-34.5 + - type: Transform + pos: -77.5,-34.5 parent: 1 - type: Transform - uid: 15094 components: - - pos: -79.5,16.5 + - type: Transform + pos: -79.5,16.5 parent: 1 - type: Transform - uid: 20174 components: - - pos: -80.5,41.5 + - type: Transform + pos: -80.5,41.5 parent: 1 - type: Transform - uid: 23712 components: - - pos: 36.5,-56.5 + - type: Transform + pos: 36.5,-56.5 parent: 1 - type: Transform - uid: 23713 components: - - pos: 39.5,-56.5 + - type: Transform + pos: 39.5,-56.5 parent: 1 - type: Transform - uid: 29355 components: - - pos: -1.5,-61.5 + - type: Transform + pos: -1.5,-61.5 parent: 1 - type: Transform - uid: 29356 components: - - pos: -1.5,-58.5 + - type: Transform + pos: -1.5,-58.5 parent: 1 - type: Transform - uid: 29357 components: - - pos: 19.5,-58.5 + - type: Transform + pos: 19.5,-58.5 parent: 1 - type: Transform - uid: 29370 components: - - pos: 32.5,-61.5 + - type: Transform + pos: 32.5,-61.5 parent: 1 - type: Transform - uid: 29371 components: - - pos: 43.5,-61.5 + - type: Transform + pos: 43.5,-61.5 parent: 1 - type: Transform - uid: 29455 components: - - pos: -55.5,-42.5 + - type: Transform + pos: -55.5,-42.5 parent: 1 - type: Transform - uid: 30399 components: - - pos: -8.5,-34.5 + - type: Transform + pos: -8.5,-34.5 parent: 1 - type: Transform - uid: 30668 components: - - pos: -94.5,-18.5 + - type: Transform + pos: -94.5,-18.5 parent: 1 - type: Transform - uid: 31033 components: - - pos: 17.5,-37.5 + - type: Transform + pos: 17.5,-37.5 parent: 1 - type: Transform - uid: 31093 components: - - pos: -82.5,-3.5 + - type: Transform + pos: -82.5,-3.5 parent: 1 - type: Transform - uid: 31146 components: - - pos: -38.5,-20.5 + - type: Transform + pos: -38.5,-20.5 parent: 1 - type: Transform - uid: 31163 components: - - pos: -18.5,-29.5 + - type: Transform + pos: -18.5,-29.5 parent: 1 - type: Transform - uid: 31465 components: - - pos: -30.5,-4.5 + - type: Transform + pos: -30.5,-4.5 parent: 1 - type: Transform - uid: 31466 components: - - pos: -30.5,-8.5 + - type: Transform + pos: -30.5,-8.5 parent: 1 - type: Transform - uid: 32154 components: - - pos: -4.5,-58.5 + - type: Transform + pos: -4.5,-58.5 parent: 1 - type: Transform - uid: 33508 components: - - pos: -71.5,20.5 + - type: Transform + pos: -71.5,20.5 parent: 1 - type: Transform - uid: 33992 components: - - pos: -96.5,-69.5 + - type: Transform + pos: -96.5,-69.5 parent: 1 - type: Transform - uid: 36488 components: - - pos: -118.5,-55.5 + - type: Transform + pos: -118.5,-55.5 parent: 1 - type: Transform - uid: 36656 components: - - pos: -91.5,-88.5 + - type: Transform + pos: -91.5,-88.5 parent: 1 - type: Transform - uid: 38377 components: - - pos: -54.5,35.5 + - type: Transform + pos: -54.5,35.5 parent: 1 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 3211 components: - - pos: -104.5,-20.5 + - type: Transform + pos: -104.5,-20.5 parent: 1 - type: Transform - uid: 5880 components: - - pos: -104.5,-27.5 + - type: Transform + pos: -104.5,-27.5 parent: 1 - type: Transform - uid: 9479 components: - - pos: -7.5,-29.5 + - type: Transform + pos: -7.5,-29.5 parent: 1 - type: Transform - uid: 9790 components: - - pos: -106.5,-29.5 - parent: 1 - type: Transform - - uid: 12121 - components: - - pos: 15.5,-18.5 + - type: Transform + pos: -106.5,-29.5 parent: 1 - type: Transform - uid: 13369 components: - - pos: 17.5,-25.5 + - type: Transform + pos: 17.5,-25.5 parent: 1 - type: Transform - uid: 23754 components: - - pos: 31.5,-50.5 + - type: Transform + pos: 31.5,-50.5 parent: 1 - type: Transform - uid: 23755 components: - - pos: 24.5,-51.5 + - type: Transform + pos: 24.5,-51.5 parent: 1 - type: Transform - uid: 36015 components: - - pos: -120.5,-50.5 + - type: Transform + pos: -120.5,-50.5 parent: 1 - type: Transform - uid: 36785 components: - - pos: 38.5,-31.5 + - type: Transform + pos: 38.5,-31.5 parent: 1 - type: Transform - proto: PottedPlantRD entities: - uid: 11917 components: - - pos: -35.5,-38.5 + - type: Transform + pos: -35.5,-38.5 parent: 1 - type: Transform - proto: PowerCellHighPrinted entities: - uid: 11912 components: - - pos: -37.36719,-42.29587 + - type: Transform + pos: -37.36719,-42.29587 parent: 1 - type: Transform - proto: PowerCellPotato entities: - uid: 29507 components: - - pos: -39.55561,-66.55576 + - type: Transform + pos: -39.55561,-66.55576 parent: 1 - type: Transform - proto: PowerCellRecharger entities: - uid: 4780 components: - - pos: -65.5,22.5 + - type: Transform + pos: -65.5,22.5 parent: 1 - type: Transform - uid: 5832 components: - - pos: -44.5,12.5 + - type: Transform + pos: -44.5,12.5 parent: 1 - type: Transform - uid: 8869 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-11.5 parent: 1 - type: Transform - uid: 8882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-12.5 parent: 1 - type: Transform - uid: 9349 components: - - pos: -37.5,31.5 + - type: Transform + pos: -37.5,31.5 parent: 1 - type: Transform - uid: 10465 components: - - pos: -0.5,-38.5 + - type: Transform + pos: -0.5,-38.5 parent: 1 - type: Transform - uid: 10915 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-43.5 parent: 1 - type: Transform - uid: 10916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-49.5 parent: 1 - type: Transform - uid: 11298 components: - - pos: -22.5,28.5 + - type: Transform + pos: -22.5,28.5 parent: 1 - type: Transform - uid: 11303 components: - - pos: -20.5,21.5 + - type: Transform + pos: -20.5,21.5 parent: 1 - type: Transform - uid: 11685 components: - - pos: -73.5,-36.5 + - type: Transform + pos: -73.5,-36.5 parent: 1 - type: Transform - uid: 11849 components: - - pos: -80.5,-31.5 + - type: Transform + pos: -80.5,-31.5 parent: 1 - type: Transform - uid: 11850 components: - - pos: -83.5,-19.5 + - type: Transform + pos: -83.5,-19.5 parent: 1 - type: Transform - uid: 11911 components: - - pos: -37.5,-42.5 + - type: Transform + pos: -37.5,-42.5 parent: 1 - type: Transform - uid: 11972 components: - - pos: -77.5,19.5 + - type: Transform + pos: -77.5,19.5 parent: 1 - type: Transform - uid: 12112 components: - - pos: -50.5,-41.5 + - type: Transform + pos: -50.5,-41.5 parent: 1 - type: Transform - uid: 12113 components: - - pos: -50.5,-42.5 + - type: Transform + pos: -50.5,-42.5 parent: 1 - type: Transform - uid: 12133 components: - - pos: -77.5,6.5 + - type: Transform + pos: -77.5,6.5 parent: 1 - type: Transform - uid: 12140 components: - - pos: -107.5,2.5 + - type: Transform + pos: -107.5,2.5 parent: 1 - type: Transform - uid: 12141 components: - - pos: -108.5,2.5 + - type: Transform + pos: -108.5,2.5 parent: 1 - type: Transform - uid: 12146 components: - - pos: 22.5,9.5 + - type: Transform + pos: 22.5,9.5 parent: 1 - type: Transform - uid: 12271 components: - - pos: -42.5,-57.5 + - type: Transform + pos: -42.5,-57.5 parent: 1 - type: Transform - uid: 12272 components: - - pos: -40.5,-66.5 + - type: Transform + pos: -40.5,-66.5 parent: 1 - type: Transform - uid: 12578 components: - - pos: -48.5,-33.5 + - type: Transform + pos: -48.5,-33.5 parent: 1 - type: Transform - uid: 12580 components: - - pos: -47.5,-33.5 + - type: Transform + pos: -47.5,-33.5 parent: 1 - type: Transform - uid: 12797 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 1 - type: Transform - uid: 18852 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,-40.5 parent: 1 - type: Transform - uid: 20327 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-39.5 parent: 1 - type: Transform - uid: 20366 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-42.5 parent: 1 - type: Transform - uid: 29546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 58.5,7.5 parent: 1 - type: Transform - uid: 34280 components: - - pos: -151.5,-36.5 + - type: Transform + pos: -151.5,-36.5 parent: 1 - type: Transform - uid: 34281 components: - - pos: -139.5,-36.5 + - type: Transform + pos: -139.5,-36.5 parent: 1 - type: Transform - uid: 34879 components: - - pos: -62.5,-25.5 + - type: Transform + pos: -62.5,-25.5 parent: 1 - type: Transform - uid: 34882 components: - - pos: -69.5,-23.5 + - type: Transform + pos: -69.5,-23.5 parent: 1 - type: Transform - uid: 36353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-45.5 parent: 1 - type: Transform - uid: 36354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-46.5 parent: 1 - type: Transform - uid: 36391 components: - - pos: -133.5,-54.5 + - type: Transform + pos: -133.5,-54.5 parent: 1 - type: Transform - uid: 36815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-76.5 parent: 1 - type: Transform - proto: PowerCellSmallPrinted entities: - uid: 41134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -136.41437,-45.749626 parent: 1 - type: Transform - proto: PowerDrill entities: - uid: 36812 components: - - pos: 35.55366,-29.443964 + - type: Transform + pos: 35.55366,-29.443964 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 4066 components: - - pos: -40.5,-30.5 + - type: Transform + pos: -40.5,-30.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5638 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-50.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3171 - type: DeviceLinkSink - uid: 6202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,-5.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 9198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,-37.5 parent: 1 - type: Transform - uid: 9799 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -105.5,-36.5 parent: 1 - type: Transform - - invokeCounter: 2 + - type: DeviceLinkSink + invokeCounter: 2 links: - 9800 - type: DeviceLinkSink - uid: 10070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-8.5 parent: 1 - type: Transform - uid: 11117 components: - - pos: -39.5,3.5 + - type: Transform + pos: -39.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11118 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11512 components: - - pos: -69.5,7.5 + - type: Transform + pos: -69.5,7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12502 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-0.5 parent: 1 - type: Transform - uid: 12512 components: - - pos: -91.5,6.5 + - type: Transform + pos: -91.5,6.5 parent: 1 - type: Transform - uid: 12893 components: - - pos: -10.5,11.5 + - type: Transform + pos: -10.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 12892 - type: DeviceLinkSink - uid: 12894 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 12892 - type: DeviceLinkSink - uid: 12895 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 12892 - type: DeviceLinkSink - uid: 12896 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 12892 - type: DeviceLinkSink - uid: 12897 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 12892 - type: DeviceLinkSink - uid: 12898 components: - - pos: 9.5,11.5 + - type: Transform + pos: 9.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 12892 - type: DeviceLinkSink - uid: 13104 components: - - pos: -77.5,3.5 + - type: Transform + pos: -77.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13105 components: - - pos: -92.5,-12.5 + - type: Transform + pos: -92.5,-12.5 parent: 1 - type: Transform - uid: 13112 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,33.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13114 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 31682 - type: DeviceLinkSink - uid: 13116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13117 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-8.5 parent: 1 - type: Transform - uid: 13122 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,19.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13124 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13125 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13126 components: - - pos: -63.5,38.5 + - type: Transform + pos: -63.5,38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13130 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,25.5 parent: 1 - type: Transform - uid: 13133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,10.5 parent: 1 - type: Transform - uid: 13136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-15.5 parent: 1 - type: Transform - uid: 13140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - type: Timer - uid: 13143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,28.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-5.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,19.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13234 components: - - pos: -51.5,30.5 + - type: Transform + pos: -51.5,30.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13235 components: - - pos: -45.5,30.5 + - type: Transform + pos: -45.5,30.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -81.5,-19.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -72.5,15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13241 components: - - pos: -66.5,-6.5 + - type: Transform + pos: -66.5,-6.5 parent: 1 - type: Transform - uid: 13245 components: - - pos: -37.5,-25.5 + - type: Transform + pos: -37.5,-25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-35.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-46.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13251 components: - - pos: 5.5,-45.5 + - type: Transform + pos: 5.5,-45.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -90.5,17.5 parent: 1 - type: Transform - uid: 13256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-16.5 parent: 1 - type: Transform - uid: 13257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-7.5 parent: 1 - type: Transform - uid: 13258 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,19.5 parent: 1 - type: Transform - uid: 13259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-20.5 parent: 1 - type: Transform - uid: 13262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-38.5 parent: 1 - type: Transform - uid: 13263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13264 components: - - pos: -82.5,19.5 + - type: Transform + pos: -82.5,19.5 parent: 1 - type: Transform - uid: 13265 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-23.5 parent: 1 - type: Transform - uid: 13267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-6.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13270 components: - - pos: -79.5,-2.5 + - type: Transform + pos: -79.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,22.5 parent: 1 - type: Transform - uid: 13275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-53.5 parent: 1 - type: Transform - uid: 13277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13279 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-43.5 parent: 1 - type: Transform - uid: 13284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-42.5 parent: 1 - type: Transform - uid: 13285 components: - - pos: -67.5,33.5 + - type: Transform + pos: -67.5,33.5 parent: 1 - type: Transform - uid: 13286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13288 components: - - pos: -51.5,27.5 + - type: Transform + pos: -51.5,27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 11504 - type: DeviceLinkSink - uid: 13289 components: - - pos: -47.5,27.5 + - type: Transform + pos: -47.5,27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 11509 - type: DeviceLinkSink - uid: 13290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-61.5 parent: 1 - type: Transform - uid: 13291 components: - - pos: -43.5,27.5 + - type: Transform + pos: -43.5,27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 11513 - type: DeviceLinkSink - uid: 13294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,12.5 parent: 1 - type: Transform - uid: 13295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -103.5,-1.5 parent: 1 - type: Transform - uid: 13296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-41.5 parent: 1 - type: Transform - uid: 13297 components: - - pos: -108.5,2.5 + - type: Transform + pos: -108.5,2.5 parent: 1 - type: Transform - uid: 13299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -91.5,-9.5 parent: 1 - type: Transform - uid: 13300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-18.5 parent: 1 - type: Transform - uid: 13307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-29.5 parent: 1 - type: Transform - uid: 13310 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,23.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13312 components: - - pos: -57.5,-3.5 + - type: Transform + pos: -57.5,-3.5 parent: 1 - type: Transform - uid: 13313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,6.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,16.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -130.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13328 components: - - pos: -48.5,7.5 + - type: Transform + pos: -48.5,7.5 parent: 1 - type: Transform - uid: 13329 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-2.5 parent: 1 - type: Transform - uid: 13330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -135.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -144.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13332 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-16.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,4.5 parent: 1 - type: Transform - uid: 13335 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -125.5,-2.5 parent: 1 - type: Transform - uid: 13336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-26.5 parent: 1 - type: Transform - uid: 13340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13344 components: - - pos: -97.5,2.5 + - type: Transform + pos: -97.5,2.5 parent: 1 - type: Transform - uid: 13345 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13347 components: - - pos: -102.5,11.5 + - type: Transform + pos: -102.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13349 components: - - pos: -89.5,8.5 + - type: Transform + pos: -89.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,3.5 parent: 1 - type: Transform - uid: 13351 components: - - pos: -81.5,8.5 + - type: Transform + pos: -81.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13352 components: - - pos: -11.5,-37.5 + - type: Transform + pos: -11.5,-37.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13353 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-27.5 parent: 1 - type: Transform - uid: 13354 components: - - pos: -62.5,-44.5 + - type: Transform + pos: -62.5,-44.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,-25.5 parent: 1 - type: Transform - uid: 13357 components: - - pos: -3.5,-45.5 + - type: Transform + pos: -3.5,-45.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13358 components: - - pos: -8.5,-46.5 + - type: Transform + pos: -8.5,-46.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13361 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-28.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-35.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-33.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13367 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-15.5 parent: 1 - type: Transform - uid: 13368 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-25.5 parent: 1 - type: Transform - uid: 13490 components: - - pos: -67.5,-33.5 + - type: Transform + pos: -67.5,-33.5 parent: 1 - type: Transform - uid: 13491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-26.5 parent: 1 - type: Transform - uid: 13492 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-52.5 parent: 1 - type: Transform - uid: 13493 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-49.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13494 components: - - pos: -57.5,-44.5 + - type: Transform + pos: -57.5,-44.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13498 components: - - pos: -55.5,-48.5 + - type: Transform + pos: -55.5,-48.5 parent: 1 - type: Transform - uid: 13500 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-50.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13501 components: - - pos: -22.5,22.5 + - type: Transform + pos: -22.5,22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13504 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,-60.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-6.5 parent: 1 - type: Transform - uid: 13506 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-8.5 parent: 1 - type: Transform - uid: 13507 components: - - pos: -76.5,28.5 + - type: Transform + pos: -76.5,28.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13508 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13510 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-55.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13511 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-52.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13512 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-26.5 parent: 1 - type: Transform - uid: 13513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-47.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13514 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 1 - type: Transform - uid: 13515 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-6.5 parent: 1 - type: Transform - uid: 13516 components: - - pos: -23.5,-43.5 + - type: Transform + pos: -23.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: - - 31681 - type: DeviceLinkSink + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: + - 32078 - uid: 13519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-33.5 parent: 1 - type: Transform - uid: 13520 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-34.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-35.5 parent: 1 - type: Transform - uid: 13522 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13523 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -68.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13524 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,19.5 parent: 1 - type: Transform - uid: 13527 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,37.5 parent: 1 - type: Transform - uid: 13528 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-37.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13529 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,13.5 parent: 1 - type: Transform - uid: 13532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-31.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13533 components: - - pos: -20.5,-31.5 + - type: Transform + pos: -20.5,-31.5 parent: 1 - type: Transform - uid: 13534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,-7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-41.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-47.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13539 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 31683 - type: DeviceLinkSink - uid: 13540 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13541 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13547 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-49.5 parent: 1 - type: Transform - uid: 13548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-18.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13552 components: - - pos: -67.5,-45.5 + - type: Transform + pos: -67.5,-45.5 parent: 1 - type: Transform - uid: 13558 components: - - pos: -56.5,-32.5 + - type: Transform + pos: -56.5,-32.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13559 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -99.5,-23.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13563 components: - - pos: -23.5,7.5 + - type: Transform + pos: -23.5,7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13836 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-50.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 14438 components: - - pos: 3.5,-29.5 + - type: Transform + pos: 3.5,-29.5 parent: 1 - type: Transform - uid: 14733 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-48.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-6.5 parent: 1 - type: Transform - uid: 15181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-35.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15182 components: - - pos: -25.5,33.5 + - type: Transform + pos: -25.5,33.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-62.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-67.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15196 components: - - pos: -4.5,-29.5 + - type: Transform + pos: -4.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,0.5 parent: 1 - type: Transform - uid: 15211 components: - - pos: 17.5,11.5 + - type: Transform + pos: 17.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15221 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-23.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15245 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15250 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15251 components: - - pos: -7.5,-21.5 + - type: Transform + pos: -7.5,-21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15258 components: - - pos: 20.5,-17.5 + - type: Transform + pos: 20.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15260 components: - - pos: -144.5,24.5 + - type: Transform + pos: -144.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15261 components: - - pos: -139.5,24.5 + - type: Transform + pos: -139.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15262 components: - - pos: -135.5,24.5 + - type: Transform + pos: -135.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15264 components: - - pos: -130.5,24.5 + - type: Transform + pos: -130.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15266 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15272 components: - - pos: -114.5,1.5 + - type: Transform + pos: -114.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15289 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 31684 - type: DeviceLinkSink - uid: 15301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-26.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15302 components: - - pos: -90.5,-23.5 + - type: Transform + pos: -90.5,-23.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15313 components: - - pos: -16.5,-10.5 + - type: Transform + pos: -16.5,-10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15335 components: - - pos: -75.5,-33.5 + - type: Transform + pos: -75.5,-33.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-49.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15347 components: - - pos: -59.5,17.5 + - type: Transform + pos: -59.5,17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-69.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15351 components: - - pos: -74.5,-65.5 + - type: Transform + pos: -74.5,-65.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15353 components: - - pos: -68.5,-67.5 + - type: Transform + pos: -68.5,-67.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-19.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 15588 - type: DeviceLinkSink - uid: 15407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15412 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-28.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15416 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15422 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-39.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15423 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-39.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15424 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-39.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15428 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15430 components: - - pos: -83.5,-46.5 + - type: Transform + pos: -83.5,-46.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-58.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15468 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-52.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15482 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-19.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15485 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15502 components: - - pos: -20.5,3.5 + - type: Transform + pos: -20.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-54.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15526 components: - - pos: 16.5,23.5 + - type: Transform + pos: 16.5,23.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,5.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-26.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15598 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-31.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15608 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15611 components: - - pos: 18.5,-22.5 + - type: Transform + pos: 18.5,-22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-19.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 15619 - type: DeviceLinkSink - uid: 15615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15640 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-68.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-35.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 15566 - type: DeviceLinkSink - uid: 16192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-32.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16197 components: - - pos: -0.5,-29.5 + - type: Transform + pos: -0.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16199 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-39.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-39.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-26.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16219 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-26.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16229 components: - - pos: -22.5,-0.5 + - type: Transform + pos: -22.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16238 components: - - pos: -14.5,6.5 + - type: Transform + pos: -14.5,6.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16243 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16259 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16265 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16363 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,14.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 31686 - type: DeviceLinkSink - uid: 18783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 18784 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-30.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 18785 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,-33.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 24466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,-29.5 parent: 1 - type: Transform - uid: 24738 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,-29.5 parent: 1 - type: Transform - uid: 25177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -146.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 25178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -154.5,10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 28165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-0.5 parent: 1 - type: Transform - uid: 30158 components: - - pos: -16.5,-21.5 + - type: Transform + pos: -16.5,-21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 30429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -144.5,18.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 30430 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -130.5,18.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 32916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -156.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -148.5,15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33312 components: - - pos: -142.5,9.5 + - type: Transform + pos: -142.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -149.5,10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -144.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -138.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -154.5,15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -156.5,21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33318 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -149.5,20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33760 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,44.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33762 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,44.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33763 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,32.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33765 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,31.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33766 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,31.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33767 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,37.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33769 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,31.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33770 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,32.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 33771 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,41.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 34173 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-36.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 39359 components: - - pos: -102.5,-41.5 + - type: Transform + pos: -102.5,-41.5 parent: 1 - type: Transform - uid: 39360 components: - - pos: -104.5,-50.5 + - type: Transform + pos: -104.5,-50.5 parent: 1 - type: Transform - uid: 39361 components: - - pos: -101.5,-50.5 + - type: Transform + pos: -101.5,-50.5 parent: 1 - type: Transform - uid: 39362 components: - - pos: -94.5,-50.5 + - type: Transform + pos: -94.5,-50.5 parent: 1 - type: Transform - uid: 39363 components: - - pos: -108.5,-50.5 + - type: Transform + pos: -108.5,-50.5 parent: 1 - type: Transform - uid: 39364 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-47.5 parent: 1 - type: Transform - uid: 39365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-48.5 parent: 1 - type: Transform - uid: 39367 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-41.5 parent: 1 - type: Transform - uid: 39368 components: - - pos: -110.5,-55.5 + - type: Transform + pos: -110.5,-55.5 parent: 1 - type: Transform - uid: 39369 components: - - pos: -110.5,-57.5 + - type: Transform + pos: -110.5,-57.5 parent: 1 - type: Transform - uid: 39370 components: - - pos: -110.5,-59.5 + - type: Transform + pos: -110.5,-59.5 parent: 1 - type: Transform - uid: 39371 components: - - pos: -110.5,-61.5 + - type: Transform + pos: -110.5,-61.5 parent: 1 - type: Transform - uid: 39372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-63.5 parent: 1 - type: Transform - uid: 39373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-57.5 parent: 1 - type: Transform - uid: 39374 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-65.5 parent: 1 - type: Transform - uid: 39375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,-65.5 parent: 1 - type: Transform - uid: 39376 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -96.5,-69.5 parent: 1 - type: Transform - uid: 39377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-65.5 parent: 1 - type: Transform - uid: 39378 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-68.5 parent: 1 - type: Transform - uid: 39379 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-73.5 parent: 1 - type: Transform - uid: 39535 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-85.5 parent: 1 - type: Transform - uid: 39812 components: - - pos: 50.5,-9.5 + - type: Transform + pos: 50.5,-9.5 parent: 1 - type: Transform - uid: 39813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-10.5 parent: 1 - type: Transform - uid: 39814 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-10.5 parent: 1 - type: Transform - uid: 40968 components: - - pos: -54.5,38.5 + - type: Transform + pos: -54.5,38.5 parent: 1 - type: Transform - uid: 40969 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,32.5 parent: 1 - type: Transform - uid: 40972 components: - - pos: -37.5,31.5 + - type: Transform + pos: -37.5,31.5 parent: 1 - type: Transform - uid: 40974 components: - - pos: -30.5,26.5 + - type: Transform + pos: -30.5,26.5 parent: 1 - type: Transform - uid: 40975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,29.5 parent: 1 - type: Transform - uid: 40976 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,38.5 parent: 1 - type: Transform - uid: 40977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,38.5 parent: 1 - type: Transform - uid: 40978 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,35.5 parent: 1 - type: Transform - uid: 40980 components: - - pos: -12.5,38.5 + - type: Transform + pos: -12.5,38.5 parent: 1 - type: Transform - uid: 40981 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,40.5 parent: 1 - type: Transform - uid: 40982 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,35.5 parent: 1 - type: Transform - uid: 40983 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,29.5 parent: 1 - type: Transform - uid: 40984 components: - - pos: -14.5,33.5 + - type: Transform + pos: -14.5,33.5 parent: 1 - type: Transform - uid: 40991 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,40.5 parent: 1 - type: Transform - uid: 40992 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,40.5 parent: 1 - type: Transform - uid: 40995 components: - - pos: 28.5,-16.5 + - type: Transform + pos: 28.5,-16.5 parent: 1 - type: Transform - uid: 40999 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-41.5 parent: 1 - type: Transform - uid: 41000 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-41.5 parent: 1 - type: Transform - uid: 41009 components: - - pos: 38.5,-43.5 + - type: Transform + pos: 38.5,-43.5 parent: 1 - type: Transform - uid: 41010 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-50.5 parent: 1 - type: Transform - uid: 41011 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-56.5 parent: 1 - type: Transform - uid: 41012 components: - - pos: 51.5,-52.5 + - type: Transform + pos: 51.5,-52.5 parent: 1 - type: Transform - uid: 41013 components: - - pos: 53.5,-58.5 + - type: Transform + pos: 53.5,-58.5 parent: 1 - type: Transform - uid: 41018 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 58.5,-51.5 parent: 1 - type: Transform - uid: 41019 components: - - pos: 58.5,-42.5 + - type: Transform + pos: 58.5,-42.5 parent: 1 - type: Transform - uid: 41020 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-54.5 parent: 1 - type: Transform - uid: 41021 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-53.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41028 - type: DeviceLinkSink - uid: 41022 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-53.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41025 - type: DeviceLinkSink - uid: 41023 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-56.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41026 - type: DeviceLinkSink - uid: 41024 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-56.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41027 - type: DeviceLinkSink - uid: 41041 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-61.5 parent: 1 - type: Transform - uid: 41042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-61.5 parent: 1 - type: Transform - uid: 41043 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-61.5 parent: 1 - type: Transform - uid: 41044 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-61.5 parent: 1 - type: Transform - uid: 41045 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-61.5 parent: 1 - type: Transform - uid: 41046 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,-61.5 parent: 1 - type: Transform - uid: 41047 components: - - pos: -10.5,-58.5 + - type: Transform + pos: -10.5,-58.5 parent: 1 - type: Transform - uid: 41049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-55.5 parent: 1 - type: Transform - uid: 41050 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-51.5 parent: 1 - type: Transform - uid: 41051 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-55.5 parent: 1 - type: Transform - uid: 41058 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-53.5 parent: 1 - type: Transform - uid: 41059 components: - - pos: 11.5,-45.5 + - type: Transform + pos: 11.5,-45.5 parent: 1 - type: Transform - uid: 41060 components: - - pos: 15.5,-49.5 + - type: Transform + pos: 15.5,-49.5 parent: 1 - type: Transform - uid: 41061 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-46.5 parent: 1 - type: Transform - uid: 41062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-44.5 parent: 1 - type: Transform - uid: 41063 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-53.5 parent: 1 - type: Transform - uid: 41066 components: - - pos: -119.5,-23.5 + - type: Transform + pos: -119.5,-23.5 parent: 1 - type: Transform - uid: 41067 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5,-30.5 parent: 1 - type: Transform - uid: 41068 components: - - pos: -108.5,-24.5 + - type: Transform + pos: -108.5,-24.5 parent: 1 - type: Transform - uid: 41069 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-28.5 parent: 1 - type: Transform - uid: 41074 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-37.5 parent: 1 - type: Transform - uid: 41075 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-31.5 parent: 1 - type: Transform - uid: 41076 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-22.5 parent: 1 - type: Transform - uid: 41081 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-11.5 parent: 1 - type: Transform - uid: 41086 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -151.5,-36.5 parent: 1 - type: Transform - uid: 41088 components: - - pos: -140.5,-35.5 + - type: Transform + pos: -140.5,-35.5 parent: 1 - type: Transform - uid: 41097 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -96.5,-85.5 parent: 1 - type: Transform - uid: 41098 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-87.5 parent: 1 - type: Transform - uid: 41099 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-89.5 parent: 1 - type: Transform - uid: 41163 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-65.5 parent: 1 - type: Transform - uid: 41164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-49.5 parent: 1 - type: Transform - uid: 41165 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-48.5 parent: 1 - type: Transform + - uid: 42098 + components: + - type: Transform + pos: -57.5,43.5 + parent: 1 - proto: PoweredLightBlueInterior entities: - uid: 10066 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.5,-2.5 parent: 1 - type: Transform - uid: 15279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-62.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-52.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15448 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-82.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15462 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-82.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 39809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 52.5,-4.5 parent: 1 - type: Transform - uid: 39810 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-15.5 parent: 1 - type: Transform - uid: 39811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-15.5 parent: 1 - type: Transform - uid: 39818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,0.5 parent: 1 - type: Transform - uid: 39819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,27.5 parent: 1 - type: Transform - uid: 39820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,35.5 parent: 1 - type: Transform - uid: 40966 components: - - pos: -128.5,-33.5 + - type: Transform + pos: -128.5,-33.5 parent: 1 - type: Transform - uid: 40970 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,42.5 parent: 1 - type: Transform - uid: 40988 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,48.5 parent: 1 - type: Transform - uid: 41071 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -128.5,-43.5 parent: 1 - type: Transform - uid: 41072 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5,-43.5 parent: 1 - type: Transform - uid: 41073 components: - - pos: -119.5,-32.5 + - type: Transform + pos: -119.5,-32.5 parent: 1 - type: Transform - proto: PoweredLightColoredBlack entities: - uid: 16388 components: - - pos: -127.5,13.5 + - type: Transform + pos: -127.5,13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16400 components: - - pos: -125.5,13.5 + - type: Transform + pos: -125.5,13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16401 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -125.5,10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -127.5,10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 36853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,19.5 parent: 1 - type: Transform - uid: 36854 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,19.5 parent: 1 - type: Transform - uid: 41048 components: - - pos: -6.5,-57.5 + - type: Transform + pos: -6.5,-57.5 parent: 1 - type: Transform - proto: PoweredLightColoredFrostyBlue entities: - uid: 13319 components: - - pos: -25.5,-52.5 + - type: Transform + pos: -25.5,-52.5 parent: 1 - type: Transform - uid: 13531 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-32.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13556 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -80.5,-27.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15186 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15188 components: - - pos: -18.5,12.5 + - type: Transform + pos: -18.5,12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15189 components: - - pos: -22.5,11.5 + - type: Transform + pos: -22.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-65.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -78.5,-69.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15536 components: - - pos: -26.5,-61.5 + - type: Transform + pos: -26.5,-61.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-64.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16202 components: - - pos: 7.5,-28.5 + - type: Transform + pos: 7.5,-28.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16203 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-35.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-72.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16451 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.5,-77.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-77.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-72.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16494 components: - - pos: -24.5,-22.5 + - type: Transform + pos: -24.5,-22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 40998 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-41.5 parent: 1 - type: Transform - proto: PoweredLightColoredRed entities: - uid: 19554 components: - - pos: -116.5,14.5 + - type: Transform + pos: -116.5,14.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 19556 components: - - pos: -106.5,14.5 + - type: Transform + pos: -106.5,14.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 19558 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 19560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 20393 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,13.5 parent: 1 - type: Transform - uid: 20394 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,13.5 parent: 1 - type: Transform - uid: 21214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,13.5 parent: 1 - type: Transform - uid: 21690 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-23.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 4734 components: - - pos: -60.5,9.5 + - type: Transform + pos: -60.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4978 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,6.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15352 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-69.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15387 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15388 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 39815 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 55.5,7.5 parent: 1 - type: Transform - uid: 41002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-31.5 parent: 1 - type: Transform - proto: PoweredlightLED entities: - uid: 15621 components: - - pos: -37.5,-10.5 + - type: Transform + pos: -37.5,-10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15622 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightPostSmall entities: - uid: 5407 components: - - pos: -84.5,58.5 + - type: Transform + pos: -84.5,58.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5469 components: - - pos: -100.5,58.5 + - type: Transform + pos: -100.5,58.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12440 components: - - pos: -109.5,24.5 + - type: Transform + pos: -109.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12441 components: - - pos: -115.5,24.5 + - type: Transform + pos: -115.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12840 components: - - pos: -100.5,52.5 + - type: Transform + pos: -100.5,52.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13359 components: - - pos: -10.5,-42.5 + - type: Transform + pos: -10.5,-42.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16045 components: - - pos: -100.5,65.5 + - type: Transform + pos: -100.5,65.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16046 components: - - pos: -84.5,65.5 + - type: Transform + pos: -84.5,65.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 19919 components: - - pos: -84.5,52.5 + - type: Transform + pos: -84.5,52.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightPostSmallRed entities: - uid: 15191 components: - - pos: -111.5,12.5 + - type: Transform + pos: -111.5,12.5 parent: 1 - type: Transform - uid: 15202 components: - - pos: -111.5,6.5 + - type: Transform + pos: -111.5,6.5 parent: 1 - type: Transform - uid: 15203 components: - - pos: 1.5,21.5 + - type: Transform + pos: 1.5,21.5 parent: 1 - type: Transform - uid: 15204 components: - - pos: -2.5,21.5 + - type: Transform + pos: -2.5,21.5 parent: 1 - type: Transform - uid: 15900 components: - - pos: 45.5,-38.5 + - type: Transform + pos: 45.5,-38.5 parent: 1 - type: Transform - uid: 15901 components: - - pos: 53.5,-38.5 + - type: Transform + pos: 53.5,-38.5 parent: 1 - type: Transform - uid: 16174 components: - - pos: -56.5,-93.5 + - type: Transform + pos: -56.5,-93.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16175 components: - - pos: -33.5,-93.5 + - type: Transform + pos: -33.5,-93.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 27517 components: - - pos: -127.5,34.5 + - type: Transform + pos: -127.5,34.5 parent: 1 - type: Transform - uid: 27614 components: - - pos: -121.5,34.5 + - type: Transform + pos: -121.5,34.5 parent: 1 - type: Transform - uid: 41291 components: - - pos: -152.5,-20.5 + - type: Transform + pos: -152.5,-20.5 parent: 1 - type: Transform - uid: 41292 components: - - pos: -152.5,-27.5 + - type: Transform + pos: -152.5,-27.5 parent: 1 - type: Transform - uid: 41379 components: - - pos: -90.5,-90.5 + - type: Transform + pos: -90.5,-90.5 parent: 1 - type: Transform - uid: 41380 components: - - pos: -89.5,-89.5 + - type: Transform + pos: -89.5,-89.5 parent: 1 - type: Transform - proto: PoweredlightSodium entities: - uid: 12511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13553 components: - - pos: 6.5,33.5 + - type: Transform + pos: 6.5,33.5 parent: 1 - type: Transform - uid: 15402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-14.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15503 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-45.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16293 components: - - pos: 18.5,3.5 + - type: Transform + pos: 18.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16294 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16322 components: - - pos: 15.5,-12.5 + - type: Transform + pos: 15.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 39381 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-75.5 parent: 1 - type: Transform - uid: 39817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,36.5 parent: 1 - type: Transform - uid: 40971 components: - - pos: -38.5,38.5 + - type: Transform + pos: -38.5,38.5 parent: 1 - type: Transform - uid: 40989 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,47.5 parent: 1 - type: Transform - uid: 40990 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,35.5 parent: 1 - type: Transform - uid: 40994 components: - - pos: -21.5,41.5 + - type: Transform + pos: -21.5,41.5 parent: 1 - type: Transform - uid: 41015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 51.5,-45.5 parent: 1 - type: Transform - uid: 41016 components: - - pos: 51.5,-47.5 + - type: Transform + pos: 51.5,-47.5 parent: 1 - type: Transform - uid: 41065 components: - - pos: -126.5,-27.5 + - type: Transform + pos: -126.5,-27.5 parent: 1 - type: Transform - uid: 41087 components: - - pos: -149.5,-32.5 + - type: Transform + pos: -149.5,-32.5 parent: 1 - type: Transform - proto: PoweredSmallLight entities: - uid: 1307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-55.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4343 components: - - pos: -73.5,-38.5 + - type: Transform + pos: -73.5,-38.5 parent: 1 - type: Transform - uid: 11517 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,41.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11527 - type: DeviceLinkSink - uid: 11520 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,40.5 parent: 1 - type: Transform - uid: 11526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11528 - type: DeviceLinkSink - uid: 12708 components: - - pos: -87.5,-29.5 + - type: Transform + pos: -87.5,-29.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,-63.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 13567 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-42.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15175 components: - - pos: -21.5,33.5 + - type: Transform + pos: -21.5,33.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15178 components: - - pos: -27.5,17.5 + - type: Transform + pos: -27.5,17.5 parent: 1 - type: Transform - uid: 15192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,11.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15194 components: - - pos: -56.5,13.5 + - type: Transform + pos: -56.5,13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15215 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 13311 - type: DeviceLinkSink - uid: 15216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - links: + - type: ApcPowerReceiver + powerLoad: 0 + - type: DeviceLinkSink + links: - 13308 - type: DeviceLinkSink - uid: 15219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,-40.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -73.5,-71.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15355 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -67.5,-71.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -71.5,-59.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 15368 - components: - - rot: 3.141592653589793 rad - pos: -117.5,0.5 - parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15369 components: - - pos: -59.5,-10.5 + - type: Transform + pos: -59.5,-10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - type: Timer - uid: 15370 components: - - pos: -55.5,-10.5 + - type: Transform + pos: -55.5,-10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15371 components: - - pos: -52.5,-10.5 + - type: Transform + pos: -52.5,-10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15399 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,18.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15450 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-10.5 parent: 1 - type: Transform - uid: 15463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-79.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-79.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-47.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-45.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15480 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-41.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15488 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,13.5 parent: 1 - type: Transform - uid: 15490 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-73.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15511 components: - - pos: -18.5,6.5 + - type: Transform + pos: -18.5,6.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15599 components: - - pos: 32.5,-12.5 + - type: Transform + pos: 32.5,-12.5 parent: 1 - type: Transform - uid: 15618 components: - - pos: -34.5,-17.5 + - type: Transform + pos: -34.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-18.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16364 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-37.5 parent: 1 - type: Transform - uid: 16413 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-67.5 parent: 1 - type: Transform - uid: 16444 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-69.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 16450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-73.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 17143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,41.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17144 - type: DeviceLinkSink - uid: 18091 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-73.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 18444 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 21140 components: - - pos: -30.5,-0.5 + - type: Transform + pos: -30.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 21141 components: - - pos: -30.5,-2.5 + - type: Transform + pos: -30.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 21351 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 21652 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-10.5 parent: 1 - type: Transform - uid: 22861 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-38.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 28164 components: - - pos: -93.5,-9.5 + - type: Transform + pos: -93.5,-9.5 parent: 1 - type: Transform - uid: 28166 components: - - pos: -95.5,-9.5 + - type: Transform + pos: -95.5,-9.5 parent: 1 - type: Transform - uid: 30049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-34.5 parent: 1 - type: Transform - uid: 30367 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-67.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 34050 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-72.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 34053 - type: DeviceLinkSink - uid: 34051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-71.5 parent: 1 - type: Transform - uid: 34052 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-73.5 parent: 1 - type: Transform - uid: 36973 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-50.5 parent: 1 - type: Transform - uid: 37385 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-69.5 parent: 1 - type: Transform - uid: 38537 components: - - pos: -73.5,44.5 + - type: Transform + pos: -73.5,44.5 parent: 1 - type: Transform - uid: 38538 components: - - pos: -65.5,44.5 + - type: Transform + pos: -65.5,44.5 parent: 1 - type: Transform - uid: 40986 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,31.5 parent: 1 - type: Transform - uid: 40987 components: - - pos: -9.5,33.5 + - type: Transform + pos: -9.5,33.5 parent: 1 - type: Transform - uid: 40996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-41.5 parent: 1 - type: Transform - uid: 40997 components: - - pos: 27.5,-37.5 + - type: Transform + pos: 27.5,-37.5 parent: 1 - type: Transform - uid: 41001 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-40.5 parent: 1 - type: Transform - uid: 41014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 58.5,-40.5 parent: 1 - type: Transform - uid: 41017 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 58.5,-54.5 parent: 1 - type: Transform - uid: 41033 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-64.5 parent: 1 - type: Transform - uid: 41034 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-64.5 parent: 1 - type: Transform - uid: 41035 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-64.5 parent: 1 - type: Transform - uid: 41036 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-64.5 parent: 1 - type: Transform - uid: 41037 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-64.5 parent: 1 - type: Transform - uid: 41038 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-64.5 parent: 1 - type: Transform - uid: 41039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-64.5 parent: 1 - type: Transform - uid: 41040 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-64.5 parent: 1 - type: Transform - uid: 41052 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-64.5 parent: 1 - type: Transform - uid: 41053 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-64.5 parent: 1 - type: Transform - uid: 41054 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-64.5 parent: 1 - type: Transform - uid: 41055 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-64.5 parent: 1 - type: Transform - uid: 41056 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-56.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41057 - type: DeviceLinkSink - uid: 41079 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-16.5 parent: 1 - type: Transform - uid: 41080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-16.5 parent: 1 - type: Transform - uid: 41085 components: - - pos: -132.5,-23.5 + - type: Transform + pos: -132.5,-23.5 parent: 1 - type: Transform - uid: 41093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -118.5,-55.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41808 - type: DeviceLinkSink - uid: 41141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,-53.5 parent: 1 - type: Transform - uid: 41160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-59.5 parent: 1 - type: Transform - uid: 42061 components: - - pos: -92.5,-38.5 + - type: Transform + pos: -92.5,-38.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 42062 - type: DeviceLinkSink + - uid: 42161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -118.5,0.5 + parent: 1 - proto: PoweredSmallLightEmpty entities: - uid: 15356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,-71.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 15495 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.5,-11.5 parent: 1 - type: Transform - uid: 15497 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -124.5,-11.5 parent: 1 - type: Transform - proto: PoweredSmallLightMaintenance entities: - uid: 13150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,41.5 parent: 1 - type: Transform - uid: 13151 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,41.5 parent: 1 - type: Transform - uid: 13152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,41.5 parent: 1 - type: Transform - uid: 13153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,41.5 parent: 1 - type: Transform - uid: 13315 components: - - pos: -51.5,13.5 + - type: Transform + pos: -51.5,13.5 parent: 1 - type: Transform - uid: 13341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,17.5 parent: 1 - type: Transform - uid: 15195 components: - - pos: -98.5,25.5 + - type: Transform + pos: -98.5,25.5 parent: 1 - type: Transform - uid: 15198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 1 - type: Transform - uid: 15214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,4.5 parent: 1 - type: Transform - uid: 15218 components: - - pos: -15.5,20.5 + - type: Transform + pos: -15.5,20.5 parent: 1 - type: Transform - uid: 15306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,10.5 parent: 1 - type: Transform - uid: 15312 components: - - pos: -43.5,10.5 + - type: Transform + pos: -43.5,10.5 parent: 1 - type: Transform - uid: 15321 components: - - pos: -60.5,-69.5 + - type: Transform + pos: -60.5,-69.5 parent: 1 - type: Transform - uid: 15341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,17.5 parent: 1 - type: Transform - uid: 15358 components: - - pos: -78.5,-48.5 + - type: Transform + pos: -78.5,-48.5 parent: 1 - type: Transform - uid: 15359 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-8.5 parent: 1 - type: Transform - uid: 15365 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -113.5,-6.5 parent: 1 - type: Transform - uid: 15401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-17.5 parent: 1 - type: Transform - uid: 15421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,21.5 parent: 1 - type: Transform - uid: 15431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-31.5 parent: 1 - type: Transform - uid: 15461 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,24.5 parent: 1 - type: Transform - uid: 15484 components: - - pos: -91.5,11.5 + - type: Transform + pos: -91.5,11.5 parent: 1 - type: Transform - uid: 15486 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,17.5 parent: 1 - type: Transform - uid: 15487 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,17.5 parent: 1 - type: Transform - uid: 15489 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,10.5 parent: 1 - type: Transform - uid: 15491 components: - - pos: -76.5,22.5 + - type: Transform + pos: -76.5,22.5 parent: 1 - type: Transform - uid: 15493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,-4.5 parent: 1 - type: Transform - uid: 15494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-4.5 parent: 1 - type: Transform - uid: 16176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-23.5 parent: 1 - type: Transform - uid: 16343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-26.5 parent: 1 - type: Transform - uid: 16371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,6.5 parent: 1 - type: Transform - uid: 16379 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-23.5 parent: 1 - type: Transform - uid: 16385 components: - - pos: 21.5,9.5 + - type: Transform + pos: 21.5,9.5 parent: 1 - type: Transform - uid: 16395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,9.5 parent: 1 - type: Transform - uid: 16398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-40.5 parent: 1 - type: Transform - uid: 16404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-20.5 parent: 1 - type: Transform - uid: 19151 components: - - pos: -84.5,-35.5 + - type: Transform + pos: -84.5,-35.5 parent: 1 - type: Transform - uid: 20330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-36.5 parent: 1 - type: Transform - uid: 27596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -116.5,-9.5 parent: 1 - type: Transform - uid: 31277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-36.5 parent: 1 - type: Transform - uid: 33532 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,-7.5 parent: 1 - type: Transform - uid: 40979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,10.5 parent: 1 - type: Transform - uid: 40985 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,28.5 parent: 1 - type: Transform - uid: 41003 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-32.5 parent: 1 - type: Transform - uid: 41004 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-23.5 parent: 1 - type: Transform - uid: 41006 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-46.5 parent: 1 - type: Transform - uid: 41007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 43.5,-50.5 parent: 1 - type: Transform - uid: 41008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-50.5 parent: 1 - type: Transform - uid: 41077 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,-30.5 parent: 1 - type: Transform - uid: 41078 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -101.5,-29.5 parent: 1 - type: Transform - uid: 41083 components: - - pos: -111.5,-7.5 + - type: Transform + pos: -111.5,-7.5 parent: 1 - type: Transform - uid: 41084 components: - - pos: -107.5,-38.5 + - type: Transform + pos: -107.5,-38.5 parent: 1 - type: Transform - uid: 41118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,-18.5 parent: 1 - type: Transform - uid: 41119 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -116.5,-18.5 parent: 1 - type: Transform - uid: 41120 components: - - pos: -121.5,-16.5 + - type: Transform + pos: -121.5,-16.5 parent: 1 - type: Transform - uid: 41121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -117.5,-21.5 parent: 1 - type: Transform - uid: 41144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -118.5,-62.5 parent: 1 - type: Transform - uid: 41146 components: - - pos: -113.5,-71.5 + - type: Transform + pos: -113.5,-71.5 parent: 1 - type: Transform - uid: 41148 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,-83.5 parent: 1 - type: Transform - uid: 41150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-80.5 parent: 1 - type: Transform - uid: 41153 components: - - pos: -92.5,-58.5 + - type: Transform + pos: -92.5,-58.5 parent: 1 - type: Transform - uid: 41155 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,-56.5 parent: 1 - type: Transform - uid: 41156 components: - - pos: -78.5,-55.5 + - type: Transform + pos: -78.5,-55.5 parent: 1 - type: Transform - uid: 41157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-72.5 parent: 1 - type: Transform - uid: 41161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-50.5 parent: 1 - type: Transform - uid: 41162 components: - - pos: -17.5,-50.5 + - type: Transform + pos: -17.5,-50.5 parent: 1 - type: Transform - uid: 41864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,11.5 parent: 1 - type: Transform - uid: 41898 components: - - pos: 23.5,6.5 + - type: Transform + pos: 23.5,6.5 parent: 1 - type: Transform - proto: PoweredSmallLightMaintenanceRed entities: - uid: 818 components: - - pos: -20.5,-17.5 + - type: Transform + pos: -20.5,-17.5 parent: 1 - type: Transform - uid: 2374 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,13.5 parent: 1 - type: Transform - uid: 12954 components: - - pos: -21.5,-69.5 + - type: Transform + pos: -21.5,-69.5 parent: 1 - type: Transform - uid: 13158 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-28.5 parent: 1 - type: Transform - uid: 15217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,27.5 parent: 1 - type: Transform - uid: 15269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,13.5 parent: 1 - type: Transform - uid: 15288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,8.5 parent: 1 - type: Transform - uid: 15292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,11.5 parent: 1 - type: Transform - uid: 15298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,14.5 parent: 1 - type: Transform - uid: 15309 components: - - pos: -47.5,12.5 + - type: Transform + pos: -47.5,12.5 parent: 1 - type: Transform - uid: 15326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-8.5 parent: 1 - type: Transform - uid: 15360 components: - - pos: -87.5,23.5 + - type: Transform + pos: -87.5,23.5 parent: 1 - type: Transform - uid: 15362 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,15.5 parent: 1 - type: Transform - uid: 15409 components: - - pos: -77.5,-42.5 + - type: Transform + pos: -77.5,-42.5 parent: 1 - type: Transform - uid: 15414 components: - - pos: -67.5,-56.5 + - type: Transform + pos: -67.5,-56.5 parent: 1 - type: Transform - uid: 15415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-67.5 parent: 1 - type: Transform - uid: 15417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-77.5 parent: 1 - type: Transform - uid: 15420 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-77.5 parent: 1 - type: Transform - uid: 15426 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-50.5 parent: 1 - type: Transform - uid: 15427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-36.5 parent: 1 - type: Transform - uid: 15432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-77.5 parent: 1 - type: Transform - uid: 15433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-73.5 parent: 1 - type: Transform - uid: 15447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-42.5 parent: 1 - type: Transform - uid: 15449 components: - - pos: -2.5,-41.5 + - type: Transform + pos: -2.5,-41.5 parent: 1 - type: Transform - uid: 15492 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -97.5,15.5 parent: 1 - type: Transform - uid: 15499 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-28.5 parent: 1 - type: Transform - uid: 15501 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-77.5 parent: 1 - type: Transform - uid: 15554 components: - - pos: 15.5,-28.5 + - type: Transform + pos: 15.5,-28.5 parent: 1 - type: Transform - uid: 16378 components: - - pos: -41.5,-74.5 + - type: Transform + pos: -41.5,-74.5 parent: 1 - type: Transform - uid: 16420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,6.5 parent: 1 - type: Transform - uid: 31551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,5.5 parent: 1 - type: Transform - uid: 36312 components: - - pos: 27.5,9.5 + - type: Transform + pos: 27.5,9.5 parent: 1 - type: Transform - uid: 41005 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-51.5 parent: 1 - type: Transform - uid: 41082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -106.5,-6.5 parent: 1 - type: Transform - uid: 41135 components: - - pos: -137.5,-30.5 + - type: Transform + pos: -137.5,-30.5 parent: 1 - type: Transform - uid: 41136 components: - - pos: -134.5,-30.5 + - type: Transform + pos: -134.5,-30.5 parent: 1 - type: Transform - uid: 41138 components: - - pos: -108.5,-45.5 + - type: Transform + pos: -108.5,-45.5 parent: 1 - type: Transform - uid: 41139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-47.5 parent: 1 - type: Transform - uid: 41140 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-32.5 parent: 1 - type: Transform - uid: 41142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,-26.5 parent: 1 - type: Transform - uid: 41143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-52.5 parent: 1 - type: Transform - uid: 41145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-67.5 parent: 1 - type: Transform - uid: 41147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -111.5,-83.5 parent: 1 - type: Transform - uid: 41149 components: - - pos: -96.5,-79.5 + - type: Transform + pos: -96.5,-79.5 parent: 1 - type: Transform - uid: 41151 components: - - pos: -90.5,-68.5 + - type: Transform + pos: -90.5,-68.5 parent: 1 - type: Transform - uid: 41152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-70.5 parent: 1 - type: Transform - uid: 41154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-59.5 parent: 1 - type: Transform - uid: 41158 components: - - pos: -27.5,-69.5 + - type: Transform + pos: -27.5,-69.5 parent: 1 - type: Transform - uid: 41159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-54.5 parent: 1 - type: Transform - uid: 42043 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,-40.5 parent: 1 - type: Transform - proto: Protolathe entities: - uid: 9039 components: - - pos: -18.5,-39.5 + - type: Transform + pos: -18.5,-39.5 parent: 1 - type: Transform - proto: PsychBed entities: - uid: 1650 components: - - pos: -12.5,-29.5 + - type: Transform + pos: -12.5,-29.5 parent: 1 - type: Transform - proto: Puddle entities: - uid: 9841 components: - - pos: -111.5,-17.5 + - type: Transform + pos: -111.5,-17.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: Water @@ -211373,58 +211575,61 @@ entities: - data: null ReagentId: SoapyWater Quantity: 30 - type: SolutionContainerManager - - modifier: 0.15 - type: TileFrictionModifier + - type: TileFrictionModifier + modifier: 0.15 - type: Evaporation - uid: 29384 components: - - pos: 26.5,-49.5 + - type: Transform + pos: 26.5,-49.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: VentCrud Quantity: 30 - type: SolutionContainerManager - - active: False - type: StepTrigger + - type: StepTrigger + active: False - uid: 36425 components: - - pos: -118.5,-52.5 + - type: Transform + pos: -118.5,-52.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: SoapyWater Quantity: 60 - type: SolutionContainerManager - - modifier: 0.15 - type: TileFrictionModifier + - type: TileFrictionModifier + modifier: 0.15 - type: Evaporation - uid: 41114 components: - - pos: 24.5,-38.5 + - type: Transform + pos: 24.5,-38.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: DeadRum @@ -211438,19329 +211643,19426 @@ entities: - data: null ReagentId: MindbreakerToxin Quantity: 2 - type: SolutionContainerManager - - modifier: 0.15 - type: TileFrictionModifier + - type: TileFrictionModifier + modifier: 0.15 - proto: PuddleEgg entities: - uid: 41117 components: - - pos: 23.5,-41.5 + - type: Transform + pos: 23.5,-41.5 parent: 1 - type: Transform - proto: PuddleFlour entities: - uid: 30713 components: - - pos: -28.5,2.5 + - type: Transform + pos: -28.5,2.5 parent: 1 - type: Transform - uid: 30714 components: - - pos: -30.5,6.5 + - type: Transform + pos: -30.5,6.5 parent: 1 - type: Transform - proto: PuddleTomato entities: - uid: 12559 components: - - pos: -19.5,12.5 + - type: Transform + pos: -19.5,12.5 parent: 1 - type: Transform - uid: 12567 components: - - pos: -24.5,6.5 + - type: Transform + pos: -24.5,6.5 parent: 1 - type: Transform - uid: 13662 components: - - pos: -76.5,-65.5 + - type: Transform + pos: -76.5,-65.5 parent: 1 - type: Transform - uid: 13663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -76.5,-66.5 parent: 1 - type: Transform - uid: 13664 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,-66.5 parent: 1 - type: Transform - proto: PuddleVomit entities: - uid: 41115 components: - - pos: 32.5,-31.5 + - type: Transform + pos: 32.5,-31.5 parent: 1 - type: Transform - uid: 41116 components: - - pos: 33.5,-34.5 + - type: Transform + pos: 33.5,-34.5 parent: 1 - type: Transform - proto: Rack entities: - uid: 396 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 1 - type: Transform - uid: 474 components: - - pos: -28.5,-4.5 + - type: Transform + pos: -28.5,-4.5 parent: 1 - type: Transform - uid: 484 components: - - pos: -27.5,-4.5 + - type: Transform + pos: -27.5,-4.5 parent: 1 - type: Transform - uid: 485 components: - - pos: -26.5,-4.5 + - type: Transform + pos: -26.5,-4.5 parent: 1 - type: Transform - uid: 486 components: - - pos: -28.5,-6.5 + - type: Transform + pos: -28.5,-6.5 parent: 1 - type: Transform - uid: 487 components: - - pos: -27.5,-6.5 + - type: Transform + pos: -27.5,-6.5 parent: 1 - type: Transform - uid: 488 components: - - pos: -26.5,-6.5 + - type: Transform + pos: -26.5,-6.5 parent: 1 - type: Transform - uid: 489 components: - - pos: -28.5,-8.5 + - type: Transform + pos: -28.5,-8.5 parent: 1 - type: Transform - uid: 490 components: - - pos: -27.5,-8.5 + - type: Transform + pos: -27.5,-8.5 parent: 1 - type: Transform - uid: 491 components: - - pos: -26.5,-8.5 + - type: Transform + pos: -26.5,-8.5 parent: 1 - type: Transform - uid: 508 components: - - pos: -23.5,9.5 + - type: Transform + pos: -23.5,9.5 parent: 1 - type: Transform - uid: 509 components: - - pos: -24.5,9.5 + - type: Transform + pos: -24.5,9.5 parent: 1 - type: Transform - uid: 511 components: - - pos: -24.5,11.5 + - type: Transform + pos: -24.5,11.5 parent: 1 - type: Transform - uid: 512 components: - - pos: -23.5,11.5 + - type: Transform + pos: -23.5,11.5 parent: 1 - type: Transform - uid: 542 components: - - pos: -28.5,-2.5 + - type: Transform + pos: -28.5,-2.5 parent: 1 - type: Transform - uid: 543 components: - - pos: -28.5,-1.5 + - type: Transform + pos: -28.5,-1.5 parent: 1 - type: Transform - uid: 549 components: - - pos: -28.5,-0.5 + - type: Transform + pos: -28.5,-0.5 parent: 1 - type: Transform - uid: 742 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - uid: 747 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 1 - type: Transform - uid: 936 components: - - pos: -17.5,-17.5 + - type: Transform + pos: -17.5,-17.5 parent: 1 - type: Transform - uid: 937 components: - - pos: -18.5,-17.5 + - type: Transform + pos: -18.5,-17.5 parent: 1 - type: Transform - uid: 941 components: - - pos: -18.5,-19.5 + - type: Transform + pos: -18.5,-19.5 parent: 1 - type: Transform - uid: 942 components: - - pos: -17.5,-19.5 + - type: Transform + pos: -17.5,-19.5 parent: 1 - type: Transform - uid: 943 components: - - pos: -16.5,-19.5 + - type: Transform + pos: -16.5,-19.5 parent: 1 - type: Transform - uid: 944 components: - - pos: -15.5,-19.5 + - type: Transform + pos: -15.5,-19.5 parent: 1 - type: Transform - uid: 1221 components: - - pos: 17.5,-7.5 + - type: Transform + pos: 17.5,-7.5 parent: 1 - type: Transform - uid: 1222 components: - - pos: 18.5,-7.5 + - type: Transform + pos: 18.5,-7.5 parent: 1 - type: Transform - uid: 1223 components: - - pos: 19.5,-7.5 + - type: Transform + pos: 19.5,-7.5 parent: 1 - type: Transform - uid: 1230 components: - - pos: 20.5,-7.5 + - type: Transform + pos: 20.5,-7.5 parent: 1 - type: Transform - uid: 1786 components: - - pos: -1.5,-23.5 + - type: Transform + pos: -1.5,-23.5 parent: 1 - type: Transform - uid: 1807 components: - - pos: -0.5,-23.5 + - type: Transform + pos: -0.5,-23.5 parent: 1 - type: Transform - uid: 1808 components: - - pos: 0.5,-23.5 + - type: Transform + pos: 0.5,-23.5 parent: 1 - type: Transform - uid: 1842 components: - - pos: 23.5,-42.5 + - type: Transform + pos: 23.5,-42.5 parent: 1 - type: Transform - uid: 1927 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 55.5,-10.5 parent: 1 - type: Transform - uid: 2293 components: - - pos: 42.5,-41.5 + - type: Transform + pos: 42.5,-41.5 parent: 1 - type: Transform - uid: 2932 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-52.5 parent: 1 - type: Transform - uid: 2933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-52.5 parent: 1 - type: Transform - uid: 3336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -120.5,-23.5 parent: 1 - type: Transform - uid: 3365 components: - - pos: -19.5,-51.5 + - type: Transform + pos: -19.5,-51.5 parent: 1 - type: Transform - uid: 3441 components: - - pos: -20.5,-73.5 + - type: Transform + pos: -20.5,-73.5 parent: 1 - type: Transform - uid: 3504 components: - - pos: -22.5,7.5 + - type: Transform + pos: -22.5,7.5 parent: 1 - type: Transform - uid: 3709 components: - - pos: -52.5,17.5 + - type: Transform + pos: -52.5,17.5 parent: 1 - type: Transform - uid: 3710 components: - - pos: -52.5,15.5 + - type: Transform + pos: -52.5,15.5 parent: 1 - type: Transform - uid: 4035 components: - - pos: -47.5,-47.5 + - type: Transform + pos: -47.5,-47.5 parent: 1 - type: Transform - uid: 4036 components: - - pos: -47.5,-48.5 + - type: Transform + pos: -47.5,-48.5 parent: 1 - type: Transform - uid: 4112 components: - - pos: 18.5,19.5 + - type: Transform + pos: 18.5,19.5 parent: 1 - type: Transform - uid: 4337 components: - - pos: -67.5,-47.5 + - type: Transform + pos: -67.5,-47.5 parent: 1 - type: Transform - uid: 4344 components: - - pos: -73.5,-42.5 + - type: Transform + pos: -73.5,-42.5 parent: 1 - type: Transform - uid: 4345 components: - - pos: -73.5,-44.5 + - type: Transform + pos: -73.5,-44.5 parent: 1 - type: Transform - uid: 4513 components: - - pos: -61.5,-11.5 + - type: Transform + pos: -61.5,-11.5 parent: 1 - type: Transform - uid: 4514 components: - - pos: -59.5,-11.5 + - type: Transform + pos: -59.5,-11.5 parent: 1 - type: Transform - uid: 4515 components: - - pos: -57.5,-11.5 + - type: Transform + pos: -57.5,-11.5 parent: 1 - type: Transform - uid: 4516 components: - - pos: -55.5,-11.5 + - type: Transform + pos: -55.5,-11.5 parent: 1 - type: Transform - uid: 4662 components: - - pos: -63.5,-35.5 + - type: Transform + pos: -63.5,-35.5 parent: 1 - type: Transform - uid: 4665 components: - - pos: -62.5,-35.5 + - type: Transform + pos: -62.5,-35.5 parent: 1 - type: Transform - uid: 4708 components: - - pos: -64.5,-33.5 + - type: Transform + pos: -64.5,-33.5 parent: 1 - type: Transform - uid: 4756 components: - - pos: -62.5,-26.5 + - type: Transform + pos: -62.5,-26.5 parent: 1 - type: Transform - uid: 4795 components: - - pos: -75.5,-33.5 + - type: Transform + pos: -75.5,-33.5 parent: 1 - type: Transform - uid: 4943 components: - - pos: -92.5,-36.5 + - type: Transform + pos: -92.5,-36.5 parent: 1 - type: Transform - uid: 4987 components: - - pos: -63.5,-46.5 + - type: Transform + pos: -63.5,-46.5 parent: 1 - type: Transform - uid: 5213 components: - - pos: -103.5,-5.5 + - type: Transform + pos: -103.5,-5.5 parent: 1 - type: Transform - uid: 5435 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,31.5 parent: 1 - type: Transform - uid: 5486 components: - - pos: -7.5,41.5 + - type: Transform + pos: -7.5,41.5 parent: 1 - type: Transform - uid: 5613 components: - - pos: -43.5,34.5 + - type: Transform + pos: -43.5,34.5 parent: 1 - type: Transform - uid: 5633 components: - - pos: -45.5,32.5 + - type: Transform + pos: -45.5,32.5 parent: 1 - type: Transform - uid: 5652 components: - - pos: -7.5,35.5 + - type: Transform + pos: -7.5,35.5 parent: 1 - type: Transform - uid: 6164 components: - - pos: -63.5,-44.5 + - type: Transform + pos: -63.5,-44.5 parent: 1 - type: Transform - uid: 6516 components: - - pos: -126.5,-3.5 + - type: Transform + pos: -126.5,-3.5 parent: 1 - type: Transform - uid: 6520 components: - - pos: -125.5,-3.5 + - type: Transform + pos: -125.5,-3.5 parent: 1 - type: Transform - uid: 6645 components: - - pos: -13.5,22.5 + - type: Transform + pos: -13.5,22.5 parent: 1 - type: Transform - uid: 6646 components: - - pos: -14.5,22.5 + - type: Transform + pos: -14.5,22.5 parent: 1 - type: Transform - uid: 6882 components: - - pos: -41.5,-54.5 + - type: Transform + pos: -41.5,-54.5 parent: 1 - type: Transform - uid: 7049 components: - - pos: -109.5,-28.5 + - type: Transform + pos: -109.5,-28.5 parent: 1 - type: Transform - uid: 7089 components: - - pos: -19.5,-39.5 + - type: Transform + pos: -19.5,-39.5 parent: 1 - type: Transform - uid: 7180 components: - - pos: -20.5,27.5 + - type: Transform + pos: -20.5,27.5 parent: 1 - type: Transform - uid: 7181 components: - - pos: -20.5,28.5 + - type: Transform + pos: -20.5,28.5 parent: 1 - type: Transform - uid: 7182 components: - - pos: -20.5,29.5 + - type: Transform + pos: -20.5,29.5 parent: 1 - type: Transform - uid: 7183 components: - - pos: -20.5,26.5 + - type: Transform + pos: -20.5,26.5 parent: 1 - type: Transform - uid: 7260 components: - - pos: -49.5,34.5 + - type: Transform + pos: -49.5,34.5 parent: 1 - type: Transform - uid: 7268 components: - - pos: -47.5,32.5 + - type: Transform + pos: -47.5,32.5 parent: 1 - type: Transform - uid: 7518 components: - - pos: -35.5,10.5 + - type: Transform + pos: -35.5,10.5 parent: 1 - type: Transform - uid: 7532 components: - - pos: -63.5,-45.5 + - type: Transform + pos: -63.5,-45.5 parent: 1 - type: Transform - uid: 7534 components: - - pos: -64.5,25.5 + - type: Transform + pos: -64.5,25.5 parent: 1 - type: Transform - uid: 7535 components: - - pos: -65.5,25.5 + - type: Transform + pos: -65.5,25.5 parent: 1 - type: Transform - uid: 7536 components: - - pos: -66.5,25.5 + - type: Transform + pos: -66.5,25.5 parent: 1 - type: Transform - uid: 7759 components: - - pos: -78.5,24.5 + - type: Transform + pos: -78.5,24.5 parent: 1 - type: Transform - uid: 7760 components: - - pos: -77.5,24.5 + - type: Transform + pos: -77.5,24.5 parent: 1 - type: Transform - uid: 7761 components: - - pos: -79.5,24.5 + - type: Transform + pos: -79.5,24.5 parent: 1 - type: Transform - uid: 8122 components: - - pos: -76.5,-2.5 + - type: Transform + pos: -76.5,-2.5 parent: 1 - type: Transform - uid: 8235 components: - - pos: -103.5,7.5 + - type: Transform + pos: -103.5,7.5 parent: 1 - type: Transform - uid: 8236 components: - - pos: -104.5,6.5 + - type: Transform + pos: -104.5,6.5 parent: 1 - type: Transform - uid: 8327 components: - - pos: -76.5,19.5 + - type: Transform + pos: -76.5,19.5 parent: 1 - type: Transform - uid: 8449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,5.5 parent: 1 - type: Transform - uid: 8451 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,6.5 parent: 1 - type: Transform - uid: 8709 components: - - pos: -76.5,-3.5 + - type: Transform + pos: -76.5,-3.5 parent: 1 - type: Transform - uid: 8711 components: - - pos: -76.5,-5.5 + - type: Transform + pos: -76.5,-5.5 parent: 1 - type: Transform - uid: 8712 components: - - pos: -77.5,-2.5 + - type: Transform + pos: -77.5,-2.5 parent: 1 - type: Transform - uid: 8713 components: - - pos: -78.5,-2.5 + - type: Transform + pos: -78.5,-2.5 parent: 1 - type: Transform - uid: 8721 components: - - pos: -78.5,-5.5 + - type: Transform + pos: -78.5,-5.5 parent: 1 - type: Transform - uid: 8722 components: - - pos: -78.5,-4.5 + - type: Transform + pos: -78.5,-4.5 parent: 1 - type: Transform - uid: 8727 components: - - pos: -79.5,-2.5 + - type: Transform + pos: -79.5,-2.5 parent: 1 - type: Transform - uid: 8728 components: - - pos: -79.5,-3.5 + - type: Transform + pos: -79.5,-3.5 parent: 1 - type: Transform - uid: 8752 components: - - pos: -53.5,-79.5 + - type: Transform + pos: -53.5,-79.5 parent: 1 - type: Transform - uid: 8754 components: - - pos: -37.5,-79.5 + - type: Transform + pos: -37.5,-79.5 parent: 1 - type: Transform - uid: 8911 components: - - pos: -110.5,-28.5 + - type: Transform + pos: -110.5,-28.5 parent: 1 - type: Transform - uid: 9049 components: - - pos: -108.5,-28.5 + - type: Transform + pos: -108.5,-28.5 parent: 1 - type: Transform - uid: 9151 components: - - pos: 6.5,-28.5 + - type: Transform + pos: 6.5,-28.5 parent: 1 - type: Transform - uid: 9152 components: - - pos: 8.5,-28.5 + - type: Transform + pos: 8.5,-28.5 parent: 1 - type: Transform - uid: 9184 components: - - pos: -88.5,-30.5 + - type: Transform + pos: -88.5,-30.5 parent: 1 - type: Transform - uid: 9185 components: - - pos: -88.5,-29.5 + - type: Transform + pos: -88.5,-29.5 parent: 1 - type: Transform - uid: 9241 components: - - pos: 6.5,-37.5 + - type: Transform + pos: 6.5,-37.5 parent: 1 - type: Transform - uid: 9245 components: - - pos: 8.5,-39.5 + - type: Transform + pos: 8.5,-39.5 parent: 1 - type: Transform - uid: 9247 components: - - pos: 6.5,-39.5 + - type: Transform + pos: 6.5,-39.5 parent: 1 - type: Transform - uid: 9312 components: - - pos: -70.5,-65.5 + - type: Transform + pos: -70.5,-65.5 parent: 1 - type: Transform - uid: 9497 components: - - pos: -48.5,14.5 + - type: Transform + pos: -48.5,14.5 parent: 1 - type: Transform - uid: 9498 components: - - pos: -47.5,14.5 + - type: Transform + pos: -47.5,14.5 parent: 1 - type: Transform - uid: 9499 components: - - pos: -46.5,14.5 + - type: Transform + pos: -46.5,14.5 parent: 1 - type: Transform - uid: 9796 components: - - pos: -106.5,-36.5 + - type: Transform + pos: -106.5,-36.5 parent: 1 - type: Transform - uid: 10134 components: - - pos: 27.5,-7.5 + - type: Transform + pos: 27.5,-7.5 parent: 1 - type: Transform - uid: 10213 components: - - pos: -52.5,-79.5 + - type: Transform + pos: -52.5,-79.5 parent: 1 - type: Transform - uid: 10234 components: - - pos: 36.5,-51.5 + - type: Transform + pos: 36.5,-51.5 parent: 1 - type: Transform - uid: 10257 components: - - pos: -55.5,0.5 + - type: Transform + pos: -55.5,0.5 parent: 1 - type: Transform - uid: 10326 components: - - pos: 23.5,-7.5 + - type: Transform + pos: 23.5,-7.5 parent: 1 - type: Transform - uid: 10519 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 1 - type: Transform - uid: 11015 components: - - pos: -28.5,-15.5 + - type: Transform + pos: -28.5,-15.5 parent: 1 - type: Transform - uid: 11016 components: - - pos: -30.5,-10.5 + - type: Transform + pos: -30.5,-10.5 parent: 1 - type: Transform - uid: 11017 components: - - pos: -31.5,-10.5 + - type: Transform + pos: -31.5,-10.5 parent: 1 - type: Transform - uid: 11086 components: - - pos: -22.5,-23.5 + - type: Transform + pos: -22.5,-23.5 parent: 1 - type: Transform - uid: 11469 components: - - pos: -8.5,35.5 + - type: Transform + pos: -8.5,35.5 parent: 1 - type: Transform - uid: 11871 components: - - pos: -40.5,-61.5 + - type: Transform + pos: -40.5,-61.5 parent: 1 - type: Transform - uid: 11977 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 12035 components: - - pos: 16.5,-14.5 + - type: Transform + pos: 16.5,-14.5 parent: 1 - type: Transform - uid: 12036 components: - - pos: 17.5,-14.5 + - type: Transform + pos: 17.5,-14.5 parent: 1 - type: Transform - uid: 12056 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 1 - type: Transform - uid: 12119 components: - - pos: 13.5,-18.5 + - type: Transform + pos: 13.5,-18.5 parent: 1 - type: Transform - uid: 12120 components: - - pos: 14.5,-18.5 + - type: Transform + pos: 14.5,-18.5 parent: 1 - type: Transform - uid: 12122 components: - - pos: 23.5,-19.5 + - type: Transform + pos: 23.5,-19.5 parent: 1 - type: Transform - uid: 12124 components: - - pos: 23.5,-17.5 + - type: Transform + pos: 23.5,-17.5 parent: 1 - type: Transform - uid: 12214 components: - - pos: -85.5,-6.5 + - type: Transform + pos: -85.5,-6.5 parent: 1 - type: Transform - uid: 12243 components: - - pos: -26.5,-41.5 + - type: Transform + pos: -26.5,-41.5 parent: 1 - type: Transform - uid: 12244 components: - - pos: -26.5,-40.5 + - type: Transform + pos: -26.5,-40.5 parent: 1 - type: Transform - uid: 12245 components: - - pos: -26.5,-39.5 + - type: Transform + pos: -26.5,-39.5 parent: 1 - type: Transform - uid: 12558 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 12790 components: - - pos: -80.5,32.5 + - type: Transform + pos: -80.5,32.5 parent: 1 - type: Transform - uid: 12812 components: - - pos: -80.5,33.5 + - type: Transform + pos: -80.5,33.5 parent: 1 - type: Transform - uid: 12953 components: - - pos: -7.5,42.5 + - type: Transform + pos: -7.5,42.5 parent: 1 - type: Transform - uid: 13676 components: - - pos: -66.5,-67.5 + - type: Transform + pos: -66.5,-67.5 parent: 1 - type: Transform - uid: 13677 components: - - pos: -67.5,-67.5 + - type: Transform + pos: -67.5,-67.5 parent: 1 - type: Transform - uid: 13717 components: - - pos: -69.5,-65.5 + - type: Transform + pos: -69.5,-65.5 parent: 1 - type: Transform - uid: 13879 components: - - pos: 13.5,-32.5 + - type: Transform + pos: 13.5,-32.5 parent: 1 - type: Transform - uid: 13880 components: - - pos: 14.5,-32.5 + - type: Transform + pos: 14.5,-32.5 parent: 1 - type: Transform - uid: 13886 components: - - pos: 13.5,-39.5 + - type: Transform + pos: 13.5,-39.5 parent: 1 - type: Transform - uid: 13887 components: - - pos: 13.5,-38.5 + - type: Transform + pos: 13.5,-38.5 parent: 1 - type: Transform - uid: 13904 components: - - pos: -6.5,-41.5 + - type: Transform + pos: -6.5,-41.5 parent: 1 - type: Transform - uid: 13905 components: - - pos: -5.5,-41.5 + - type: Transform + pos: -5.5,-41.5 parent: 1 - type: Transform - uid: 13906 components: - - pos: -7.5,-41.5 + - type: Transform + pos: -7.5,-41.5 parent: 1 - type: Transform - uid: 13935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -115.5,-21.5 parent: 1 - type: Transform - uid: 15184 components: - - pos: -22.5,-14.5 + - type: Transform + pos: -22.5,-14.5 parent: 1 - type: Transform - uid: 15294 components: - - pos: -51.5,-73.5 + - type: Transform + pos: -51.5,-73.5 parent: 1 - type: Transform - uid: 15459 components: - - pos: -34.5,-64.5 + - type: Transform + pos: -34.5,-64.5 parent: 1 - type: Transform - uid: 15848 components: - - pos: 53.5,-49.5 + - type: Transform + pos: 53.5,-49.5 parent: 1 - type: Transform - uid: 15849 components: - - pos: 53.5,-50.5 + - type: Transform + pos: 53.5,-50.5 parent: 1 - type: Transform - uid: 15850 components: - - pos: 51.5,-50.5 + - type: Transform + pos: 51.5,-50.5 parent: 1 - type: Transform - uid: 15851 components: - - pos: 51.5,-49.5 + - type: Transform + pos: 51.5,-49.5 parent: 1 - type: Transform - uid: 15852 components: - - pos: 49.5,-50.5 + - type: Transform + pos: 49.5,-50.5 parent: 1 - type: Transform - uid: 15853 components: - - pos: 49.5,-49.5 + - type: Transform + pos: 49.5,-49.5 parent: 1 - type: Transform - uid: 16063 components: - - pos: -48.5,-65.5 + - type: Transform + pos: -48.5,-65.5 parent: 1 - type: Transform - uid: 16097 components: - - pos: -42.5,-70.5 + - type: Transform + pos: -42.5,-70.5 parent: 1 - type: Transform - uid: 16098 components: - - pos: -41.5,-70.5 + - type: Transform + pos: -41.5,-70.5 parent: 1 - type: Transform - uid: 16651 components: - - pos: 13.5,-25.5 + - type: Transform + pos: 13.5,-25.5 parent: 1 - type: Transform - uid: 19232 components: - - pos: -20.5,39.5 + - type: Transform + pos: -20.5,39.5 parent: 1 - type: Transform - uid: 19429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -98.5,25.5 parent: 1 - type: Transform - uid: 19430 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-3.5 parent: 1 - type: Transform - uid: 19506 components: - - pos: -36.5,-64.5 + - type: Transform + pos: -36.5,-64.5 parent: 1 - type: Transform - uid: 20331 components: - - pos: -98.5,-40.5 + - type: Transform + pos: -98.5,-40.5 parent: 1 - type: Transform - uid: 23304 components: - - pos: -68.5,-29.5 + - type: Transform + pos: -68.5,-29.5 parent: 1 - type: Transform - uid: 23744 components: - - pos: 25.5,-51.5 + - type: Transform + pos: 25.5,-51.5 parent: 1 - type: Transform - uid: 23745 components: - - pos: 29.5,-48.5 + - type: Transform + pos: 29.5,-48.5 parent: 1 - type: Transform - uid: 28777 components: - - pos: -16.5,-21.5 + - type: Transform + pos: -16.5,-21.5 parent: 1 - type: Transform - uid: 29462 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-40.5 parent: 1 - type: Transform - uid: 29541 components: - - pos: 55.5,8.5 + - type: Transform + pos: 55.5,8.5 parent: 1 - type: Transform - uid: 30042 components: - - pos: -68.5,-28.5 + - type: Transform + pos: -68.5,-28.5 parent: 1 - type: Transform - uid: 30385 components: - - pos: -29.5,-73.5 + - type: Transform + pos: -29.5,-73.5 parent: 1 - type: Transform - uid: 30457 components: - - pos: -91.5,11.5 + - type: Transform + pos: -91.5,11.5 parent: 1 - type: Transform - uid: 30468 components: - - pos: -101.5,20.5 + - type: Transform + pos: -101.5,20.5 parent: 1 - type: Transform - uid: 30577 components: - - pos: -100.5,16.5 + - type: Transform + pos: -100.5,16.5 parent: 1 - type: Transform - uid: 30579 components: - - pos: -100.5,15.5 + - type: Transform + pos: -100.5,15.5 parent: 1 - type: Transform - uid: 30683 components: - - pos: -2.5,-41.5 + - type: Transform + pos: -2.5,-41.5 parent: 1 - type: Transform - uid: 30729 components: - - pos: -87.5,-38.5 + - type: Transform + pos: -87.5,-38.5 parent: 1 - type: Transform - uid: 30730 components: - - pos: -87.5,-39.5 + - type: Transform + pos: -87.5,-39.5 parent: 1 - type: Transform - uid: 30766 components: - - pos: -57.5,-19.5 + - type: Transform + pos: -57.5,-19.5 parent: 1 - type: Transform - uid: 30769 components: - - pos: -36.5,-79.5 + - type: Transform + pos: -36.5,-79.5 parent: 1 - type: Transform - uid: 30803 components: - - pos: -58.5,-73.5 + - type: Transform + pos: -58.5,-73.5 parent: 1 - type: Transform - uid: 30897 components: - - pos: -31.5,-81.5 + - type: Transform + pos: -31.5,-81.5 parent: 1 - type: Transform - uid: 30934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-50.5 parent: 1 - type: Transform - uid: 30935 components: - - pos: -44.5,-50.5 + - type: Transform + pos: -44.5,-50.5 parent: 1 - type: Transform - uid: 30967 components: - - pos: -22.5,-73.5 + - type: Transform + pos: -22.5,-73.5 parent: 1 - type: Transform - uid: 31017 components: - - pos: -21.5,-21.5 + - type: Transform + pos: -21.5,-21.5 parent: 1 - type: Transform - uid: 31271 components: - - pos: -34.5,17.5 + - type: Transform + pos: -34.5,17.5 parent: 1 - type: Transform - uid: 31273 components: - - pos: -35.5,17.5 + - type: Transform + pos: -35.5,17.5 parent: 1 - type: Transform - uid: 31323 components: - - pos: 10.5,-36.5 + - type: Transform + pos: 10.5,-36.5 parent: 1 - type: Transform - uid: 31401 components: - - pos: -66.5,-55.5 + - type: Transform + pos: -66.5,-55.5 parent: 1 - type: Transform - uid: 31402 components: - - pos: -65.5,-55.5 + - type: Transform + pos: -65.5,-55.5 parent: 1 - type: Transform - uid: 31412 components: - - pos: -41.5,-48.5 + - type: Transform + pos: -41.5,-48.5 parent: 1 - type: Transform - uid: 31460 components: - - pos: -77.5,-42.5 + - type: Transform + pos: -77.5,-42.5 parent: 1 - type: Transform - uid: 32160 components: - - pos: 6.5,38.5 + - type: Transform + pos: 6.5,38.5 parent: 1 - type: Transform - uid: 32161 components: - - pos: 7.5,38.5 + - type: Transform + pos: 7.5,38.5 parent: 1 - type: Transform - uid: 33486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -68.5,23.5 parent: 1 - type: Transform - uid: 33537 components: - - pos: -24.5,19.5 + - type: Transform + pos: -24.5,19.5 parent: 1 - type: Transform - uid: 33538 components: - - pos: -22.5,19.5 + - type: Transform + pos: -22.5,19.5 parent: 1 - type: Transform - uid: 33877 components: - - pos: -110.5,-77.5 + - type: Transform + pos: -110.5,-77.5 parent: 1 - type: Transform - uid: 33930 components: - - pos: -111.5,-77.5 + - type: Transform + pos: -111.5,-77.5 parent: 1 - type: Transform - uid: 34048 components: - - pos: -94.5,-69.5 + - type: Transform + pos: -94.5,-69.5 parent: 1 - type: Transform - uid: 34105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -98.5,-39.5 parent: 1 - type: Transform - uid: 34278 components: - - pos: -146.5,-35.5 + - type: Transform + pos: -146.5,-35.5 parent: 1 - type: Transform - uid: 34279 components: - - pos: -142.5,-39.5 + - type: Transform + pos: -142.5,-39.5 parent: 1 - type: Transform - uid: 34466 components: - - pos: -154.5,-66.5 + - type: Transform + pos: -154.5,-66.5 parent: 1 - type: Transform - uid: 34469 components: - - pos: -152.5,-66.5 + - type: Transform + pos: -152.5,-66.5 parent: 1 - type: Transform - uid: 34586 components: - - pos: -119.5,-21.5 + - type: Transform + pos: -119.5,-21.5 parent: 1 - type: Transform - uid: 34587 components: - - pos: -118.5,-21.5 + - type: Transform + pos: -118.5,-21.5 parent: 1 - type: Transform - uid: 35577 components: - - pos: -15.5,-60.5 + - type: Transform + pos: -15.5,-60.5 parent: 1 - type: Transform - uid: 35606 components: - - pos: -113.5,-84.5 + - type: Transform + pos: -113.5,-84.5 parent: 1 - type: Transform - uid: 35683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-88.5 parent: 1 - type: Transform - uid: 35684 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-88.5 parent: 1 - type: Transform - uid: 36306 components: - - pos: -132.5,-23.5 + - type: Transform + pos: -132.5,-23.5 parent: 1 - type: Transform - uid: 36309 components: - - pos: -108.5,-45.5 + - type: Transform + pos: -108.5,-45.5 parent: 1 - type: Transform - uid: 36310 components: - - pos: -108.5,-46.5 + - type: Transform + pos: -108.5,-46.5 parent: 1 - type: Transform - uid: 36378 components: - - pos: -135.5,-49.5 + - type: Transform + pos: -135.5,-49.5 parent: 1 - type: Transform - uid: 36392 components: - - pos: -135.5,-53.5 + - type: Transform + pos: -135.5,-53.5 parent: 1 - type: Transform - uid: 36418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-52.5 parent: 1 - type: Transform - uid: 36419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-52.5 parent: 1 - type: Transform - uid: 36421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -124.5,-54.5 parent: 1 - type: Transform - uid: 36422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -123.5,-54.5 parent: 1 - type: Transform - uid: 36423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-54.5 parent: 1 - type: Transform - uid: 36655 components: - - pos: -95.5,-88.5 + - type: Transform + pos: -95.5,-88.5 parent: 1 - type: Transform - uid: 36721 components: - - pos: -15.5,-63.5 + - type: Transform + pos: -15.5,-63.5 parent: 1 - type: Transform - uid: 36722 components: - - pos: -15.5,-64.5 + - type: Transform + pos: -15.5,-64.5 parent: 1 - type: Transform - uid: 36735 components: - - pos: -15.5,-58.5 + - type: Transform + pos: -15.5,-58.5 parent: 1 - type: Transform - uid: 36757 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-13.5 parent: 1 - type: Transform - uid: 36758 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-14.5 parent: 1 - type: Transform - uid: 36786 components: - - pos: 35.5,-34.5 + - type: Transform + pos: 35.5,-34.5 parent: 1 - type: Transform - uid: 36787 components: - - pos: 36.5,-34.5 + - type: Transform + pos: 36.5,-34.5 parent: 1 - type: Transform - uid: 41107 components: - - pos: 32.5,-46.5 + - type: Transform + pos: 32.5,-46.5 parent: 1 - type: Transform - uid: 41110 components: - - pos: 35.5,-38.5 + - type: Transform + pos: 35.5,-38.5 + parent: 1 + - uid: 42141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,40.5 parent: 1 - type: Transform - proto: RadiationCollector entities: - uid: 15864 components: - - pos: 74.5,-39.5 + - type: Transform + pos: 74.5,-39.5 parent: 1 - type: Transform - uid: 15865 components: - - pos: 75.5,-39.5 + - type: Transform + pos: 75.5,-39.5 parent: 1 - type: Transform - uid: 15866 components: - - pos: 76.5,-39.5 + - type: Transform + pos: 76.5,-39.5 parent: 1 - type: Transform - proto: RadiationCollectorFullTank entities: - uid: 15867 components: - - pos: 79.5,-39.5 + - type: Transform + pos: 79.5,-39.5 parent: 1 - type: Transform - uid: 15868 components: - - pos: 78.5,-55.5 + - type: Transform + pos: 78.5,-55.5 parent: 1 - type: Transform - uid: 15869 components: - - pos: 79.5,-55.5 + - type: Transform + pos: 79.5,-55.5 parent: 1 - type: Transform - uid: 15870 components: - - pos: 80.5,-55.5 + - type: Transform + pos: 80.5,-55.5 parent: 1 - type: Transform - proto: RadioHandheld entities: - uid: 1396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.405174,17.13895 parent: 1 - type: Transform - uid: 3350 components: - - pos: -122.685486,-37.34936 + - type: Transform + pos: -122.685486,-37.34936 parent: 1 - type: Transform - uid: 8845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.39763,4.585584 parent: 1 - type: Transform - uid: 14926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.91615,-33.41496 parent: 1 - type: Transform - uid: 14927 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.438133,-54.051178 parent: 1 - type: Transform - uid: 21573 components: - - pos: -0.8118047,-20.526482 + - type: Transform + pos: -0.8118047,-20.526482 parent: 1 - type: Transform - uid: 28738 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.318909,-11.385573 parent: 1 - type: Transform - proto: RagItem entities: - uid: 8894 components: - - pos: -65.28259,31.447645 + - type: Transform + pos: -65.28259,31.447645 parent: 1 - type: Transform - uid: 23058 components: - - pos: -53.2505,-0.68890125 + - type: Transform + pos: -53.2505,-0.68890125 parent: 1 - type: Transform - uid: 34797 components: - - pos: -26.421864,3.6668203 + - type: Transform + pos: -26.421864,3.6668203 parent: 1 - type: Transform - uid: 34798 components: - - pos: 16.735275,-14.321658 + - type: Transform + pos: 16.735275,-14.321658 parent: 1 - type: Transform - uid: 34799 components: - - pos: 18.420286,-24.06205 + - type: Transform + pos: 18.420286,-24.06205 parent: 1 - type: Transform - uid: 34800 components: - - pos: -85.59695,-51.107475 + - type: Transform + pos: -85.59695,-51.107475 parent: 1 - type: Transform - proto: Railing entities: - uid: 911 components: - - pos: -25.5,-14.5 + - type: Transform + pos: -25.5,-14.5 parent: 1 - type: Transform - uid: 1095 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,19.5 parent: 1 - type: Transform - uid: 1096 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,19.5 parent: 1 - type: Transform - uid: 1097 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,19.5 parent: 1 - type: Transform - uid: 1098 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,19.5 parent: 1 - type: Transform - uid: 1099 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,19.5 parent: 1 - type: Transform - uid: 1100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,19.5 parent: 1 - type: Transform - uid: 1106 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,19.5 parent: 1 - type: Transform - uid: 1107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,19.5 parent: 1 - type: Transform - uid: 1108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,19.5 parent: 1 - type: Transform - uid: 1109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,19.5 parent: 1 - type: Transform - uid: 1110 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,19.5 parent: 1 - type: Transform - uid: 1111 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,19.5 parent: 1 - type: Transform - uid: 1476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,0.5 parent: 1 - type: Transform - uid: 1478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-1.5 parent: 1 - type: Transform - uid: 1479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-2.5 parent: 1 - type: Transform - uid: 1481 components: - - pos: -43.5,-3.5 + - type: Transform + pos: -43.5,-3.5 parent: 1 - type: Transform - uid: 1482 components: - - pos: -44.5,-3.5 + - type: Transform + pos: -44.5,-3.5 parent: 1 - type: Transform - uid: 2090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 48.5,-38.5 parent: 1 - type: Transform - uid: 2101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,21.5 parent: 1 - type: Transform - uid: 2253 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 51.5,-38.5 parent: 1 - type: Transform - uid: 2289 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-38.5 parent: 1 - type: Transform - uid: 2290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,-38.5 parent: 1 - type: Transform - uid: 2300 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-38.5 parent: 1 - type: Transform - uid: 2301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 50.5,-38.5 parent: 1 - type: Transform - uid: 2304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 49.5,-38.5 parent: 1 - type: Transform - uid: 2321 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 53.5,-38.5 parent: 1 - type: Transform - uid: 2325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 52.5,-38.5 parent: 1 - type: Transform - uid: 5384 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,2.5 parent: 1 - type: Transform - uid: 5385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,3.5 parent: 1 - type: Transform - uid: 5437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,21.5 parent: 1 - type: Transform - uid: 5593 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,19.5 parent: 1 - type: Transform - uid: 5594 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,19.5 parent: 1 - type: Transform - uid: 5595 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,21.5 parent: 1 - type: Transform - uid: 5596 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,21.5 parent: 1 - type: Transform - uid: 6111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,20.5 parent: 1 - type: Transform - uid: 6112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,20.5 parent: 1 - type: Transform - uid: 6113 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,21.5 parent: 1 - type: Transform - uid: 6114 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,21.5 parent: 1 - type: Transform - uid: 6607 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,21.5 parent: 1 - type: Transform - uid: 6675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,20.5 parent: 1 - type: Transform - uid: 7034 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-43.5 parent: 1 - type: Transform - uid: 7035 components: - - pos: -10.5,-45.5 + - type: Transform + pos: -10.5,-45.5 parent: 1 - type: Transform - uid: 7039 components: - - pos: -12.5,-45.5 + - type: Transform + pos: -12.5,-45.5 parent: 1 - type: Transform - uid: 7241 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,20.5 parent: 1 - type: Transform - uid: 9342 components: - - pos: -82.5,-13.5 + - type: Transform + pos: -82.5,-13.5 parent: 1 - type: Transform - uid: 9343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-12.5 parent: 1 - type: Transform - uid: 9363 components: - - pos: -85.5,-1.5 + - type: Transform + pos: -85.5,-1.5 parent: 1 - type: Transform - uid: 9364 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,7.5 parent: 1 - type: Transform - uid: 9369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,0.5 parent: 1 - type: Transform - uid: 9370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,5.5 parent: 1 - type: Transform - uid: 9371 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,5.5 parent: 1 - type: Transform - uid: 9372 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,0.5 parent: 1 - type: Transform - uid: 9728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-42.5 parent: 1 - type: Transform - uid: 9729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-44.5 parent: 1 - type: Transform - uid: 9730 components: - - pos: -11.5,-45.5 + - type: Transform + pos: -11.5,-45.5 parent: 1 - type: Transform - uid: 10564 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-29.5 parent: 1 - type: Transform - uid: 10566 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-31.5 parent: 1 - type: Transform - uid: 10567 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-32.5 parent: 1 - type: Transform - uid: 10568 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-32.5 parent: 1 - type: Transform - uid: 10569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-32.5 parent: 1 - type: Transform - uid: 10570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-32.5 parent: 1 - type: Transform - uid: 10571 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-32.5 parent: 1 - type: Transform - uid: 10572 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-31.5 parent: 1 - type: Transform - uid: 10573 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-30.5 parent: 1 - type: Transform - uid: 10574 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-29.5 parent: 1 - type: Transform - uid: 10575 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-28.5 parent: 1 - type: Transform - uid: 10576 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-27.5 parent: 1 - type: Transform - uid: 10577 components: - - pos: 28.5,-26.5 + - type: Transform + pos: 28.5,-26.5 parent: 1 - type: Transform - uid: 10580 components: - - pos: 24.5,-26.5 + - type: Transform + pos: 24.5,-26.5 parent: 1 - type: Transform - uid: 10581 components: - - pos: 25.5,-26.5 + - type: Transform + pos: 25.5,-26.5 parent: 1 - type: Transform - uid: 10582 components: - - pos: 26.5,-26.5 + - type: Transform + pos: 26.5,-26.5 parent: 1 - type: Transform - uid: 11013 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-15.5 parent: 1 - type: Transform - uid: 11237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,21.5 parent: 1 - type: Transform - uid: 11492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,21.5 parent: 1 - type: Transform - uid: 12024 components: - - pos: 15.5,-15.5 + - type: Transform + pos: 15.5,-15.5 parent: 1 - type: Transform - uid: 12025 components: - - pos: 14.5,-15.5 + - type: Transform + pos: 14.5,-15.5 parent: 1 - type: Transform - uid: 12330 components: - - pos: -114.5,23.5 + - type: Transform + pos: -114.5,23.5 parent: 1 - type: Transform - uid: 12331 components: - - pos: -113.5,23.5 + - type: Transform + pos: -113.5,23.5 parent: 1 - type: Transform - uid: 12332 components: - - pos: -112.5,23.5 + - type: Transform + pos: -112.5,23.5 parent: 1 - type: Transform - uid: 12333 components: - - pos: -111.5,23.5 + - type: Transform + pos: -111.5,23.5 parent: 1 - type: Transform - uid: 12334 components: - - pos: -110.5,23.5 + - type: Transform + pos: -110.5,23.5 parent: 1 - type: Transform - uid: 12335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,24.5 parent: 1 - type: Transform - uid: 12336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,24.5 parent: 1 - type: Transform - uid: 12337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,24.5 parent: 1 - type: Transform - uid: 12338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,24.5 parent: 1 - type: Transform - uid: 12339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,24.5 parent: 1 - type: Transform - uid: 13750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-28.5 parent: 1 - type: Transform - uid: 13751 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-27.5 parent: 1 - type: Transform - uid: 34457 components: - - pos: -155.5,-68.5 + - type: Transform + pos: -155.5,-68.5 parent: 1 - type: Transform - uid: 34458 components: - - pos: -154.5,-68.5 + - type: Transform + pos: -154.5,-68.5 parent: 1 - type: Transform - uid: 34459 components: - - pos: -153.5,-68.5 + - type: Transform + pos: -153.5,-68.5 parent: 1 - type: Transform - uid: 34460 components: - - pos: -152.5,-68.5 + - type: Transform + pos: -152.5,-68.5 parent: 1 - type: Transform - uid: 34461 components: - - pos: -151.5,-68.5 + - type: Transform + pos: -151.5,-68.5 parent: 1 - type: Transform - proto: RailingCorner entities: - uid: 1477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-3.5 parent: 1 - type: Transform - uid: 5382 components: - - pos: -95.5,1.5 + - type: Transform + pos: -95.5,1.5 parent: 1 - type: Transform - uid: 5383 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,4.5 parent: 1 - type: Transform - uid: 5592 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,21.5 parent: 1 - type: Transform - uid: 6110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,21.5 parent: 1 - type: Transform - uid: 6676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,21.5 parent: 1 - type: Transform - uid: 7036 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-45.5 parent: 1 - type: Transform - uid: 7240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,21.5 parent: 1 - type: Transform - uid: 9338 components: - - pos: -81.5,-13.5 + - type: Transform + pos: -81.5,-13.5 parent: 1 - type: Transform - uid: 9339 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -83.5,-13.5 parent: 1 - type: Transform - uid: 9340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,-12.5 parent: 1 - type: Transform - uid: 9341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,-12.5 parent: 1 - type: Transform - uid: 9355 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-1.5 parent: 1 - type: Transform - uid: 9356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -87.5,-0.5 parent: 1 - type: Transform - uid: 9357 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,6.5 parent: 1 - type: Transform - uid: 9358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,7.5 parent: 1 - type: Transform - uid: 9359 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,7.5 parent: 1 - type: Transform - uid: 9360 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -83.5,6.5 parent: 1 - type: Transform - uid: 9361 components: - - pos: -83.5,-0.5 + - type: Transform + pos: -83.5,-0.5 parent: 1 - type: Transform - uid: 9362 components: - - pos: -84.5,-1.5 + - type: Transform + pos: -84.5,-1.5 parent: 1 - type: Transform - uid: 12326 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,23.5 parent: 1 - type: Transform - uid: 12327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,24.5 parent: 1 - type: Transform - uid: 12328 components: - - pos: -109.5,23.5 + - type: Transform + pos: -109.5,23.5 parent: 1 - type: Transform - uid: 12329 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,24.5 parent: 1 - type: Transform - uid: 34453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -156.5,-68.5 parent: 1 - type: Transform - uid: 34454 components: - - pos: -150.5,-68.5 + - type: Transform + pos: -150.5,-68.5 parent: 1 - type: Transform - uid: 34455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -156.5,-67.5 parent: 1 - type: Transform - uid: 34456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -150.5,-67.5 parent: 1 - type: Transform - proto: RailingCornerSmall entities: - uid: 928 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-14.5 parent: 1 - type: Transform - uid: 9365 components: - - pos: -86.5,6.5 + - type: Transform + pos: -86.5,6.5 parent: 1 - type: Transform - uid: 9366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,6.5 parent: 1 - type: Transform - uid: 9367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-0.5 parent: 1 - type: Transform - uid: 9368 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-0.5 parent: 1 - type: Transform - uid: 11556 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,19.5 parent: 1 - type: Transform - uid: 11612 components: - - pos: -2.5,19.5 + - type: Transform + pos: -2.5,19.5 parent: 1 - type: Transform - uid: 13752 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-26.5 parent: 1 - type: Transform - uid: 13753 components: - - pos: 29.5,-32.5 + - type: Transform + pos: 29.5,-32.5 parent: 1 - type: Transform - uid: 13754 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-32.5 parent: 1 - type: Transform - uid: 13755 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,-26.5 parent: 1 - type: Transform - proto: RandomAmmoBox entities: - uid: 15674 components: - - pos: -54.5,-51.5 + - type: Transform + pos: -54.5,-51.5 parent: 1 - type: Transform - uid: 33367 components: - - pos: -156.5,30.5 + - type: Transform + pos: -156.5,30.5 parent: 1 - type: Transform - uid: 40919 components: - - pos: 78.5,-3.5 + - type: Transform + pos: 78.5,-3.5 parent: 1 - type: Transform - proto: RandomAnimalSpawner entities: - uid: 15677 components: - - pos: -45.5,-12.5 + - type: Transform + pos: -45.5,-12.5 parent: 1 - type: Transform - proto: RandomArcade entities: - uid: 1483 components: - - pos: -51.5,7.5 + - type: Transform + pos: -51.5,7.5 parent: 1 - type: Transform - uid: 6537 components: - - pos: -127.5,13.5 + - type: Transform + pos: -127.5,13.5 parent: 1 - type: Transform - uid: 6540 components: - - pos: -126.5,13.5 + - type: Transform + pos: -126.5,13.5 parent: 1 - type: Transform - uid: 6553 components: - - pos: -127.5,11.5 + - type: Transform + pos: -127.5,11.5 parent: 1 - type: Transform - uid: 6554 components: - - pos: -125.5,11.5 + - type: Transform + pos: -125.5,11.5 parent: 1 - type: Transform - uid: 8165 components: - - pos: -64.5,-5.5 + - type: Transform + pos: -64.5,-5.5 parent: 1 - type: Transform - uid: 8166 components: - - pos: -65.5,-5.5 + - type: Transform + pos: -65.5,-5.5 parent: 1 - type: Transform - uid: 11163 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - uid: 11164 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 11165 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - uid: 11166 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 1 - type: Transform - uid: 12695 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -86.5,-45.5 parent: 1 - type: Transform - uid: 12844 components: - - pos: -100.5,35.5 + - type: Transform + pos: -100.5,35.5 parent: 1 - type: Transform - uid: 13861 components: - - pos: 19.5,-32.5 + - type: Transform + pos: 19.5,-32.5 parent: 1 - type: Transform - uid: 13862 components: - - pos: 20.5,-32.5 + - type: Transform + pos: 20.5,-32.5 parent: 1 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 6802 components: - - pos: -19.5,-44.5 + - type: Transform + pos: -19.5,-44.5 parent: 1 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 20542 components: - - pos: -52.5,-77.5 + - type: Transform + pos: -52.5,-77.5 parent: 1 - type: Transform - uid: 40928 components: - - pos: 76.5,-16.5 + - type: Transform + pos: 76.5,-16.5 parent: 1 - type: Transform - proto: RandomBoard entities: - uid: 34292 components: - - pos: -141.5,-35.5 + - type: Transform + pos: -141.5,-35.5 parent: 1 - type: Transform - proto: RandomBoards entities: - uid: 3130 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 1 - type: Transform - uid: 3131 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 1 - type: Transform - uid: 3132 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 1 - type: Transform - uid: 3133 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 1 - type: Transform - uid: 3319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -102.5,-12.5 parent: 1 - type: Transform - uid: 7069 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-61.5 parent: 1 - type: Transform - uid: 9775 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-30.5 parent: 1 - type: Transform - uid: 11858 components: - - pos: -35.5,-41.5 + - type: Transform + pos: -35.5,-41.5 parent: 1 - type: Transform - uid: 29538 components: - - pos: 61.5,-42.5 + - type: Transform + pos: 61.5,-42.5 parent: 1 - type: Transform - uid: 30378 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-74.5 parent: 1 - type: Transform - uid: 34291 components: - - pos: -142.5,-35.5 + - type: Transform + pos: -142.5,-35.5 parent: 1 - type: Transform - uid: 36403 components: - - pos: -132.5,-56.5 + - type: Transform + pos: -132.5,-56.5 parent: 1 - type: Transform - proto: RandomBook entities: - uid: 2628 components: - - pos: 13.5,-55.5 + - type: Transform + pos: 13.5,-55.5 parent: 1 - type: Transform - uid: 2629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-53.5 parent: 1 - type: Transform - uid: 7105 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-3.5 parent: 1 - type: Transform - uid: 9121 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-40.5 parent: 1 - type: Transform - uid: 11946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-32.5 parent: 1 - type: Transform - uid: 12782 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,32.5 parent: 1 - type: Transform - uid: 23685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 68.5,1.5 parent: 1 - type: Transform - uid: 24746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 55.68413,-10.438521 parent: 1 - type: Transform - uid: 29520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 60.5,-51.5 parent: 1 - type: Transform - uid: 30965 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-73.5 parent: 1 - type: Transform - uid: 32240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.46381,-7.5027595 parent: 1 - type: Transform - uid: 32241 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.48465,-7.6799664 parent: 1 - type: Transform - uid: 32242 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.44298,-8.409639 parent: 1 - type: Transform - uid: 40958 components: - - pos: 75.542625,32.368134 + - type: Transform + pos: 75.542625,32.368134 parent: 1 - type: Transform - proto: RandomBox entities: - uid: 5774 components: - - pos: -44.5,32.5 + - type: Transform + pos: -44.5,32.5 parent: 1 - type: Transform - uid: 7210 components: - - pos: -31.5,28.5 + - type: Transform + pos: -31.5,28.5 parent: 1 - type: Transform - uid: 8194 components: - - pos: -47.5,32.5 + - type: Transform + pos: -47.5,32.5 parent: 1 - type: Transform - uid: 9700 components: - - pos: -31.5,29.5 + - type: Transform + pos: -31.5,29.5 parent: 1 - type: Transform - uid: 28512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,30.5 parent: 1 - type: Transform - uid: 30693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-18.5 parent: 1 - type: Transform - uid: 31413 components: - - pos: -41.5,-48.5 + - type: Transform + pos: -41.5,-48.5 parent: 1 - type: Transform - uid: 32107 components: - - pos: -24.5,14.5 + - type: Transform + pos: -24.5,14.5 parent: 1 - type: Transform - uid: 36361 components: - - pos: -135.5,-47.5 + - type: Transform + pos: -135.5,-47.5 parent: 1 - type: Transform - uid: 36431 components: - - pos: -123.5,-54.5 + - type: Transform + pos: -123.5,-54.5 parent: 1 - type: Transform - uid: 40618 components: - - pos: 12.5,21.5 + - type: Transform + pos: 12.5,21.5 parent: 1 - type: Transform - uid: 40619 components: - - pos: 13.5,21.5 + - type: Transform + pos: 13.5,21.5 parent: 1 - type: Transform - uid: 40921 components: - - pos: 69.5,-14.5 + - type: Transform + pos: 69.5,-14.5 parent: 1 - type: Transform - uid: 40922 components: - - pos: 81.5,-15.5 + - type: Transform + pos: 81.5,-15.5 parent: 1 - type: Transform - uid: 40923 components: - - pos: 79.5,-16.5 + - type: Transform + pos: 79.5,-16.5 parent: 1 - type: Transform - proto: RandomDrinkBottle entities: - uid: 7723 components: - - pos: -65.5,31.5 + - type: Transform + pos: -65.5,31.5 parent: 1 - type: Transform - uid: 8182 components: - - pos: -53.5,27.5 + - type: Transform + pos: -53.5,27.5 parent: 1 - type: Transform - uid: 8555 components: - - pos: -69.5,-3.5 + - type: Transform + pos: -69.5,-3.5 parent: 1 - type: Transform - uid: 8556 components: - - pos: -68.5,-3.5 + - type: Transform + pos: -68.5,-3.5 parent: 1 - type: Transform - uid: 8557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-3.5 parent: 1 - type: Transform - uid: 9550 components: - - pos: -57.5,-3.5 + - type: Transform + pos: -57.5,-3.5 parent: 1 - type: Transform - uid: 11768 components: - - pos: -95.5,-7.5 + - type: Transform + pos: -95.5,-7.5 parent: 1 - type: Transform - uid: 14962 components: - - pos: 22.5,-22.5 + - type: Transform + pos: 22.5,-22.5 parent: 1 - type: Transform - uid: 29494 components: - - pos: -87.5,-11.5 + - type: Transform + pos: -87.5,-11.5 parent: 1 - type: Transform - uid: 29513 components: - - pos: -12.5,-61.5 + - type: Transform + pos: -12.5,-61.5 parent: 1 - type: Transform - uid: 30018 components: - - pos: -87.5,-52.5 + - type: Transform + pos: -87.5,-52.5 parent: 1 - type: Transform - uid: 40959 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 76.5,36.5 parent: 1 - type: Transform - uid: 40960 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 81.5,44.5 parent: 1 - type: Transform - proto: RandomDrinkGlass entities: - uid: 7171 components: - - pos: -25.5,31.5 + - type: Transform + pos: -25.5,31.5 parent: 1 - type: Transform - uid: 7172 components: - - pos: -25.5,31.5 + - type: Transform + pos: -25.5,31.5 parent: 1 - type: Transform - uid: 8290 components: - - pos: -44.5,0.5 + - type: Transform + pos: -44.5,0.5 parent: 1 - type: Transform - uid: 8291 components: - - pos: -43.5,0.5 + - type: Transform + pos: -43.5,0.5 parent: 1 - type: Transform - uid: 8292 components: - - pos: -49.5,2.5 + - type: Transform + pos: -49.5,2.5 parent: 1 - type: Transform - uid: 8293 components: - - pos: -50.5,-1.5 + - type: Transform + pos: -50.5,-1.5 parent: 1 - type: Transform - uid: 8294 components: - - pos: -44.5,-5.5 + - type: Transform + pos: -44.5,-5.5 parent: 1 - type: Transform - uid: 11334 components: - - pos: -15.5,30.5 + - type: Transform + pos: -15.5,30.5 parent: 1 - type: Transform - uid: 12685 components: - - pos: -81.5,-45.5 + - type: Transform + pos: -81.5,-45.5 parent: 1 - type: Transform - uid: 14930 components: - - pos: -50.5,-56.5 + - type: Transform + pos: -50.5,-56.5 parent: 1 - type: Transform - uid: 14963 components: - - pos: 18.5,-24.5 + - type: Transform + pos: 18.5,-24.5 parent: 1 - type: Transform - uid: 14964 components: - - pos: 21.5,-24.5 + - type: Transform + pos: 21.5,-24.5 parent: 1 - type: Transform - uid: 23873 components: - - pos: -9.5,-58.5 + - type: Transform + pos: -9.5,-58.5 parent: 1 - type: Transform - uid: 23874 components: - - pos: -9.5,-61.5 + - type: Transform + pos: -9.5,-61.5 parent: 1 - type: Transform - proto: RandomDrinkSoda entities: - uid: 2634 components: - - pos: 9.5,-50.5 + - type: Transform + pos: 9.5,-50.5 parent: 1 - type: Transform - uid: 2994 components: - - pos: 21.5,-49.5 + - type: Transform + pos: 21.5,-49.5 parent: 1 - type: Transform - uid: 2995 components: - - pos: 22.5,-49.5 + - type: Transform + pos: 22.5,-49.5 parent: 1 - type: Transform - uid: 2999 components: - - pos: 21.5,-50.5 + - type: Transform + pos: 21.5,-50.5 parent: 1 - type: Transform - uid: 6100 components: - - pos: -14.5,30.5 + - type: Transform + pos: -14.5,30.5 parent: 1 - type: Transform - uid: 9749 components: - - pos: -99.5,-22.5 + - type: Transform + pos: -99.5,-22.5 parent: 1 - type: Transform - uid: 9750 components: - - pos: -99.5,-21.5 + - type: Transform + pos: -99.5,-21.5 parent: 1 - type: Transform - uid: 11630 components: - - pos: -17.5,41.5 + - type: Transform + pos: -17.5,41.5 parent: 1 - type: Transform - uid: 22965 components: - - pos: -80.5,-37.5 + - type: Transform + pos: -80.5,-37.5 parent: 1 - type: Transform - uid: 36012 components: - - pos: -118.5,-50.5 + - type: Transform + pos: -118.5,-50.5 parent: 1 - type: Transform - uid: 36852 components: - - pos: 24.5,21.5 + - type: Transform + pos: 24.5,21.5 parent: 1 - type: Transform - uid: 40963 components: - - pos: 54.5,34.5 + - type: Transform + pos: 54.5,34.5 parent: 1 - type: Transform - proto: RandomFoodBakedSingle entities: - uid: 18954 components: - - pos: -82.5,-35.5 + - type: Transform + pos: -82.5,-35.5 parent: 1 - type: Transform - uid: 34289 components: - - pos: -150.5,-39.5 + - type: Transform + pos: -150.5,-39.5 parent: 1 - type: Transform - proto: RandomFoodBakedWhole entities: - uid: 7599 components: - - pos: -67.5,16.5 + - type: Transform + pos: -67.5,16.5 parent: 1 - type: Transform - uid: 11011 components: - - pos: -28.5,-18.5 + - type: Transform + pos: -28.5,-18.5 parent: 1 - type: Transform - proto: RandomFoodMeal entities: - uid: 8180 components: - - pos: -49.5,27.5 + - type: Transform + pos: -49.5,27.5 parent: 1 - type: Transform - uid: 9539 components: - - pos: -59.5,1.5 + - type: Transform + pos: -59.5,1.5 parent: 1 - type: Transform - uid: 11770 components: - - pos: -89.5,-9.5 + - type: Transform + pos: -89.5,-9.5 parent: 1 - type: Transform - uid: 28695 components: - - pos: -21.5,3.5 + - type: Transform + pos: -21.5,3.5 parent: 1 - type: Transform - uid: 28696 components: - - pos: -21.5,2.5 + - type: Transform + pos: -21.5,2.5 parent: 1 - type: Transform - uid: 28697 components: - - pos: -21.5,1.5 + - type: Transform + pos: -21.5,1.5 parent: 1 - type: Transform - proto: RandomFoodSingle entities: - uid: 8181 components: - - pos: -45.5,27.5 + - type: Transform + pos: -45.5,27.5 parent: 1 - type: Transform - uid: 9563 components: - - pos: -31.5,5.5 + - type: Transform + pos: -31.5,5.5 parent: 1 - type: Transform - uid: 9564 components: - - pos: -31.5,3.5 + - type: Transform + pos: -31.5,3.5 parent: 1 - type: Transform - uid: 12045 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 12046 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 23818 components: - - pos: 34.5,-56.5 + - type: Transform + pos: 34.5,-56.5 parent: 1 - type: Transform - uid: 36013 components: - - pos: -120.5,-48.5 + - type: Transform + pos: -120.5,-48.5 parent: 1 - type: Transform - proto: RandomInstruments entities: - uid: 8574 components: - - pos: -64.5,-2.5 + - type: Transform + pos: -64.5,-2.5 parent: 1 - type: Transform - uid: 8575 components: - - pos: -70.5,-3.5 + - type: Transform + pos: -70.5,-3.5 parent: 1 - type: Transform - uid: 8576 components: - - pos: -66.5,-3.5 + - type: Transform + pos: -66.5,-3.5 parent: 1 - type: Transform - uid: 9549 components: - - pos: -58.5,-3.5 + - type: Transform + pos: -58.5,-3.5 parent: 1 - type: Transform - uid: 9553 components: - - pos: -58.5,-5.5 + - type: Transform + pos: -58.5,-5.5 parent: 1 - type: Transform - uid: 9554 components: - - pos: -45.5,0.5 + - type: Transform + pos: -45.5,0.5 parent: 1 - type: Transform - uid: 12795 components: - - pos: -89.5,31.5 + - type: Transform + pos: -89.5,31.5 parent: 1 - type: Transform - uid: 29374 components: - - pos: 35.5,-61.5 + - type: Transform + pos: 35.5,-61.5 parent: 1 - type: Transform - uid: 31065 components: - - pos: 21.5,-27.5 + - type: Transform + pos: 21.5,-27.5 parent: 1 - type: Transform - uid: 40930 components: - - pos: 65.5,-5.5 + - type: Transform + pos: 65.5,-5.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 7743 components: - - pos: -60.5,14.5 + - type: Transform + pos: -60.5,14.5 parent: 1 - type: Transform - uid: 8716 components: - - pos: -76.5,-5.5 + - type: Transform + pos: -76.5,-5.5 parent: 1 - type: Transform - uid: 9274 components: - - pos: -48.5,-65.5 + - type: Transform + pos: -48.5,-65.5 parent: 1 - type: Transform - uid: 11243 components: - - pos: -11.5,26.5 + - type: Transform + pos: -11.5,26.5 parent: 1 - type: Transform - uid: 11244 components: - - pos: -12.5,23.5 + - type: Transform + pos: -12.5,23.5 parent: 1 - type: Transform - uid: 11245 components: - - pos: -12.5,25.5 + - type: Transform + pos: -12.5,25.5 parent: 1 - type: Transform - uid: 14486 components: - - pos: -107.5,20.5 + - type: Transform + pos: -107.5,20.5 parent: 1 - type: Transform - uid: 29375 components: - - pos: 14.5,-58.5 + - type: Transform + pos: 14.5,-58.5 parent: 1 - type: Transform - uid: 29376 components: - - pos: 10.5,-61.5 + - type: Transform + pos: 10.5,-61.5 parent: 1 - type: Transform - uid: 29495 components: - - pos: -81.5,-6.5 + - type: Transform + pos: -81.5,-6.5 parent: 1 - type: Transform - uid: 30632 components: - - pos: -125.5,8.5 + - type: Transform + pos: -125.5,8.5 parent: 1 - type: Transform - uid: 30787 components: - - pos: -70.5,-37.5 + - type: Transform + pos: -70.5,-37.5 parent: 1 - type: Transform - uid: 30940 components: - - pos: -50.5,-59.5 + - type: Transform + pos: -50.5,-59.5 parent: 1 - type: Transform - uid: 32360 components: - - pos: 57.5,41.5 + - type: Transform + pos: 57.5,41.5 parent: 1 - type: Transform - uid: 32367 components: - - pos: -60.5,-80.5 + - type: Transform + pos: -60.5,-80.5 parent: 1 - type: Transform - uid: 32381 components: - - pos: -132.5,1.5 + - type: Transform + pos: -132.5,1.5 parent: 1 - type: Transform - uid: 33369 components: - - pos: -142.5,-5.5 + - type: Transform + pos: -142.5,-5.5 parent: 1 - type: Transform - uid: 34049 components: - - pos: -94.5,-69.5 + - type: Transform + pos: -94.5,-69.5 parent: 1 - type: Transform - uid: 36406 components: - - pos: -132.5,-54.5 + - type: Transform + pos: -132.5,-54.5 parent: 1 - type: Transform - uid: 36693 components: - - pos: -78.5,-55.5 + - type: Transform + pos: -78.5,-55.5 parent: 1 - type: Transform - uid: 36760 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-14.5 parent: 1 - type: Transform - uid: 40918 components: - - pos: 79.5,1.5 + - type: Transform + pos: 79.5,1.5 parent: 1 - type: Transform - uid: 40933 components: - - pos: 61.5,-24.5 + - type: Transform + pos: 61.5,-24.5 parent: 1 - type: Transform - uid: 40944 components: - - pos: 61.5,8.5 + - type: Transform + pos: 61.5,8.5 parent: 1 - type: Transform - uid: 40945 components: - - pos: 48.5,4.5 + - type: Transform + pos: 48.5,4.5 parent: 1 - type: Transform - uid: 40946 components: - - pos: 46.5,-6.5 + - type: Transform + pos: 46.5,-6.5 parent: 1 - type: Transform - uid: 40947 components: - - pos: 37.5,-18.5 + - type: Transform + pos: 37.5,-18.5 parent: 1 - type: Transform - uid: 40961 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 64.5,34.5 parent: 1 - type: Transform - uid: 41386 components: - - pos: -152.5,-99.5 + - type: Transform + pos: -152.5,-99.5 parent: 1 - type: Transform - uid: 41988 components: - - pos: 42.5,34.5 + - type: Transform + pos: 42.5,34.5 parent: 1 - type: Transform - proto: RandomPainting entities: - uid: 11681 components: - - pos: -53.5,28.5 + - type: Transform + pos: -53.5,28.5 parent: 1 - type: Transform - uid: 11682 components: - - pos: -49.5,28.5 + - type: Transform + pos: -49.5,28.5 parent: 1 - type: Transform - uid: 11683 components: - - pos: -45.5,28.5 + - type: Transform + pos: -45.5,28.5 parent: 1 - type: Transform - uid: 12279 components: - - pos: -29.5,-48.5 + - type: Transform + pos: -29.5,-48.5 parent: 1 - type: Transform - uid: 28502 components: - - pos: -10.5,-33.5 + - type: Transform + pos: -10.5,-33.5 parent: 1 - type: Transform - uid: 29887 components: - - pos: -94.5,-2.5 + - type: Transform + pos: -94.5,-2.5 parent: 1 - type: Transform - uid: 29888 components: - - pos: -90.5,-3.5 + - type: Transform + pos: -90.5,-3.5 parent: 1 - type: Transform - uid: 31079 components: - - pos: -88.5,-18.5 + - type: Transform + pos: -88.5,-18.5 parent: 1 - type: Transform - uid: 31155 components: - - pos: -28.5,-19.5 + - type: Transform + pos: -28.5,-19.5 parent: 1 - type: Transform - uid: 34001 components: - - pos: -99.5,-70.5 + - type: Transform + pos: -99.5,-70.5 parent: 1 - type: Transform - uid: 34002 components: - - pos: -98.5,-66.5 + - type: Transform + pos: -98.5,-66.5 parent: 1 - type: Transform - uid: 41843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-56.5 parent: 1 - type: Transform - proto: RandomPosterAny entities: - uid: 25561 components: - - pos: 25.5,-43.5 + - type: Transform + pos: 25.5,-43.5 parent: 1 - type: Transform - uid: 27014 components: - - pos: 22.5,-43.5 + - type: Transform + pos: 22.5,-43.5 parent: 1 - type: Transform - uid: 28675 components: - - pos: -118.5,-15.5 + - type: Transform + pos: -118.5,-15.5 parent: 1 - type: Transform - uid: 28744 components: - - pos: 13.5,-31.5 + - type: Transform + pos: 13.5,-31.5 parent: 1 - type: Transform - uid: 29212 components: - - pos: -121.5,-15.5 + - type: Transform + pos: -121.5,-15.5 parent: 1 - type: Transform - uid: 31073 components: - - pos: -76.5,-8.5 + - type: Transform + pos: -76.5,-8.5 parent: 1 - type: Transform - uid: 31076 components: - - pos: -70.5,-8.5 + - type: Transform + pos: -70.5,-8.5 parent: 1 - type: Transform - uid: 31138 components: - - pos: -58.5,-6.5 + - type: Transform + pos: -58.5,-6.5 parent: 1 - type: Transform - uid: 31139 components: - - pos: -56.5,11.5 + - type: Transform + pos: -56.5,11.5 parent: 1 - type: Transform - uid: 31151 components: - - pos: -30.5,-24.5 + - type: Transform + pos: -30.5,-24.5 parent: 1 - type: Transform - uid: 31171 components: - - pos: 11.5,-44.5 + - type: Transform + pos: 11.5,-44.5 parent: 1 - type: Transform - uid: 31172 components: - - pos: 6.5,-44.5 + - type: Transform + pos: 6.5,-44.5 parent: 1 - type: Transform - uid: 31173 components: - - pos: 1.5,-44.5 + - type: Transform + pos: 1.5,-44.5 parent: 1 - type: Transform - uid: 31174 components: - - pos: 3.5,-44.5 + - type: Transform + pos: 3.5,-44.5 parent: 1 - type: Transform - uid: 31180 components: - - pos: -20.5,-71.5 + - type: Transform + pos: -20.5,-71.5 parent: 1 - type: Transform - uid: 31184 components: - - pos: -72.5,-37.5 + - type: Transform + pos: -72.5,-37.5 parent: 1 - type: Transform - uid: 31191 components: - - pos: -42.5,-73.5 + - type: Transform + pos: -42.5,-73.5 parent: 1 - type: Transform - uid: 31192 components: - - pos: -40.5,-73.5 + - type: Transform + pos: -40.5,-73.5 parent: 1 - type: Transform - uid: 31193 components: - - pos: -36.5,-72.5 + - type: Transform + pos: -36.5,-72.5 parent: 1 - type: Transform - uid: 31482 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,18.5 parent: 1 - type: Transform - uid: 32247 components: - - pos: -71.5,-7.5 + - type: Transform + pos: -71.5,-7.5 parent: 1 - type: Transform - uid: 32248 components: - - pos: -75.5,-7.5 + - type: Transform + pos: -75.5,-7.5 parent: 1 - type: Transform - uid: 39632 components: - - pos: 32.5,-43.5 + - type: Transform + pos: 32.5,-43.5 parent: 1 - type: Transform - uid: 41842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 43.5,-54.5 parent: 1 - type: Transform - uid: 41847 components: - - pos: 30.5,-47.5 + - type: Transform + pos: 30.5,-47.5 parent: 1 - type: Transform - uid: 41853 components: - - pos: -135.5,-43.5 + - type: Transform + pos: -135.5,-43.5 parent: 1 - type: Transform - uid: 41854 components: - - pos: -118.5,-47.5 + - type: Transform + pos: -118.5,-47.5 parent: 1 - type: Transform - uid: 41855 components: - - pos: -117.5,-47.5 + - type: Transform + pos: -117.5,-47.5 parent: 1 - type: Transform - uid: 41856 components: - - pos: -101.5,-31.5 + - type: Transform + pos: -101.5,-31.5 parent: 1 - type: Transform - uid: 41857 components: - - pos: -106.5,-81.5 + - type: Transform + pos: -106.5,-81.5 parent: 1 - type: Transform - uid: 41858 components: - - pos: -96.5,-81.5 + - type: Transform + pos: -96.5,-81.5 parent: 1 - type: Transform - uid: 41859 components: - - pos: -79.5,-54.5 + - type: Transform + pos: -79.5,-54.5 parent: 1 - type: Transform - uid: 41861 components: - - pos: -18.5,-68.5 + - type: Transform + pos: -18.5,-68.5 parent: 1 - type: Transform - proto: RandomPosterContraband entities: - uid: 31175 components: - - pos: 9.5,-40.5 + - type: Transform + pos: 9.5,-40.5 parent: 1 - type: Transform - uid: 31176 components: - - pos: 17.5,-24.5 + - type: Transform + pos: 17.5,-24.5 parent: 1 - type: Transform - uid: 31181 components: - - pos: -31.5,-56.5 + - type: Transform + pos: -31.5,-56.5 parent: 1 - type: Transform - uid: 31182 components: - - pos: -50.5,-73.5 + - type: Transform + pos: -50.5,-73.5 parent: 1 - type: Transform - uid: 31183 components: - - pos: -62.5,-63.5 + - type: Transform + pos: -62.5,-63.5 parent: 1 - type: Transform - uid: 41860 components: - - pos: -21.5,-68.5 + - type: Transform + pos: -21.5,-68.5 parent: 1 - type: Transform - proto: RandomPosterLegit entities: - uid: 11482 components: - - pos: -41.5,42.5 + - type: Transform + pos: -41.5,42.5 parent: 1 - type: Transform - uid: 11484 components: - - pos: -40.5,42.5 + - type: Transform + pos: -40.5,42.5 parent: 1 - type: Transform - uid: 11678 components: - - pos: -52.5,31.5 + - type: Transform + pos: -52.5,31.5 parent: 1 - type: Transform - uid: 11679 components: - - pos: -48.5,31.5 + - type: Transform + pos: -48.5,31.5 parent: 1 - type: Transform - uid: 11680 components: - - pos: -44.5,31.5 + - type: Transform + pos: -44.5,31.5 parent: 1 - type: Transform - uid: 12758 components: - - pos: -100.5,36.5 + - type: Transform + pos: -100.5,36.5 parent: 1 - type: Transform - uid: 12787 components: - - pos: -97.5,31.5 + - type: Transform + pos: -97.5,31.5 parent: 1 - type: Transform - uid: 12792 components: - - pos: -87.5,31.5 + - type: Transform + pos: -87.5,31.5 parent: 1 - type: Transform - uid: 13922 components: - - pos: -46.5,31.5 + - type: Transform + pos: -46.5,31.5 parent: 1 - type: Transform - uid: 20552 components: - - pos: -100.5,47.5 + - type: Transform + pos: -100.5,47.5 parent: 1 - type: Transform - uid: 20553 components: - - pos: -101.5,40.5 + - type: Transform + pos: -101.5,40.5 parent: 1 - type: Transform - uid: 29325 components: - - pos: -1.5,-57.5 + - type: Transform + pos: -1.5,-57.5 parent: 1 - type: Transform - uid: 29326 components: - - pos: 8.5,-57.5 + - type: Transform + pos: 8.5,-57.5 parent: 1 - type: Transform - uid: 29327 components: - - pos: 16.5,-57.5 + - type: Transform + pos: 16.5,-57.5 parent: 1 - type: Transform - uid: 29349 components: - - pos: 21.5,-57.5 + - type: Transform + pos: 21.5,-57.5 parent: 1 - type: Transform - uid: 29350 components: - - pos: 24.5,-57.5 + - type: Transform + pos: 24.5,-57.5 parent: 1 - type: Transform - uid: 29352 components: - - pos: 35.5,-57.5 + - type: Transform + pos: 35.5,-57.5 parent: 1 - type: Transform - uid: 29353 components: - - pos: 40.5,-57.5 + - type: Transform + pos: 40.5,-57.5 parent: 1 - type: Transform - uid: 29493 components: - - pos: -81.5,-4.5 + - type: Transform + pos: -81.5,-4.5 parent: 1 - type: Transform - uid: 31078 components: - - pos: -92.5,-11.5 + - type: Transform + pos: -92.5,-11.5 parent: 1 - type: Transform - uid: 31091 components: - - pos: -71.5,24.5 + - type: Transform + pos: -71.5,24.5 parent: 1 - type: Transform - uid: 31092 components: - - pos: -80.5,1.5 + - type: Transform + pos: -80.5,1.5 parent: 1 - type: Transform - uid: 31143 components: - - pos: -31.5,-24.5 + - type: Transform + pos: -31.5,-24.5 parent: 1 - type: Transform - uid: 31147 components: - - pos: -36.5,-24.5 + - type: Transform + pos: -36.5,-24.5 parent: 1 - type: Transform - uid: 31169 components: - - pos: -14.5,-32.5 + - type: Transform + pos: -14.5,-32.5 parent: 1 - type: Transform - uid: 31170 components: - - pos: -8.5,-45.5 + - type: Transform + pos: -8.5,-45.5 parent: 1 - type: Transform - uid: 31195 components: - - pos: -80.5,-4.5 + - type: Transform + pos: -80.5,-4.5 parent: 1 - type: Transform - uid: 33454 components: - - pos: -151.5,23.5 + - type: Transform + pos: -151.5,23.5 parent: 1 - type: Transform - uid: 33455 components: - - pos: -149.5,19.5 + - type: Transform + pos: -149.5,19.5 parent: 1 - type: Transform - uid: 33456 components: - - pos: -148.5,19.5 + - type: Transform + pos: -148.5,19.5 parent: 1 - type: Transform - uid: 33457 components: - - pos: -152.5,2.5 + - type: Transform + pos: -152.5,2.5 parent: 1 - type: Transform - uid: 33458 components: - - pos: -151.5,2.5 + - type: Transform + pos: -151.5,2.5 parent: 1 - type: Transform - uid: 33460 components: - - pos: -144.5,7.5 + - type: Transform + pos: -144.5,7.5 parent: 1 - type: Transform - uid: 33461 components: - - pos: -147.5,-1.5 + - type: Transform + pos: -147.5,-1.5 parent: 1 - type: Transform - uid: 33463 components: - - pos: -130.5,-12.5 + - type: Transform + pos: -130.5,-12.5 parent: 1 - type: Transform - uid: 33465 components: - - pos: -131.5,-0.5 + - type: Transform + pos: -131.5,-0.5 parent: 1 - type: Transform - uid: 33467 components: - - pos: -131.5,1.5 + - type: Transform + pos: -131.5,1.5 parent: 1 - type: Transform - uid: 33469 components: - - pos: -131.5,12.5 + - type: Transform + pos: -131.5,12.5 parent: 1 - type: Transform - uid: 33470 components: - - pos: -131.5,13.5 + - type: Transform + pos: -131.5,13.5 parent: 1 - type: Transform - uid: 33472 components: - - pos: -129.5,25.5 + - type: Transform + pos: -129.5,25.5 parent: 1 - type: Transform - uid: 33473 components: - - pos: -139.5,-1.5 + - type: Transform + pos: -139.5,-1.5 parent: 1 - type: Transform - uid: 34007 components: - - pos: -94.5,-64.5 + - type: Transform + pos: -94.5,-64.5 parent: 1 - type: Transform - uid: 41841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-48.5 parent: 1 - type: Transform - proto: RandomProduce entities: - uid: 2938 components: - - pos: 23.5,-42.5 + - type: Transform + pos: 23.5,-42.5 parent: 1 - type: Transform - uid: 2951 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 1 - type: Transform - uid: 2952 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 1 - type: Transform - uid: 2957 components: - - pos: 23.5,-42.5 + - type: Transform + pos: 23.5,-42.5 parent: 1 - type: Transform - uid: 9921 components: - - pos: 17.5,-40.5 + - type: Transform + pos: 17.5,-40.5 parent: 1 - type: Transform - uid: 32275 components: - - pos: -28.5,-6.5 + - type: Transform + pos: -28.5,-6.5 parent: 1 - type: Transform - uid: 32276 components: - - pos: -26.5,-4.5 + - type: Transform + pos: -26.5,-4.5 parent: 1 - type: Transform - uid: 32277 components: - - pos: -26.5,-8.5 + - type: Transform + pos: -26.5,-8.5 parent: 1 - type: Transform - uid: 37380 components: - - pos: -118.5,-21.5 + - type: Transform + pos: -118.5,-21.5 parent: 1 - type: Transform - uid: 40964 components: - - pos: 64.5,40.5 + - type: Transform + pos: 64.5,40.5 parent: 1 - type: Transform - proto: RandomRockSpawner entities: - uid: 1881 components: - - pos: 50.5,-7.5 + - type: Transform + pos: 50.5,-7.5 parent: 1 - type: Transform - uid: 1886 components: - - pos: 65.5,42.5 + - type: Transform + pos: 65.5,42.5 parent: 1 - type: Transform - uid: 1887 components: - - pos: 66.5,42.5 + - type: Transform + pos: 66.5,42.5 parent: 1 - type: Transform - uid: 1888 components: - - pos: 59.5,42.5 + - type: Transform + pos: 59.5,42.5 parent: 1 - type: Transform - uid: 1890 components: - - pos: 63.5,42.5 + - type: Transform + pos: 63.5,42.5 parent: 1 - type: Transform - uid: 1891 components: - - pos: 62.5,42.5 + - type: Transform + pos: 62.5,42.5 parent: 1 - type: Transform - uid: 1892 components: - - pos: 60.5,42.5 + - type: Transform + pos: 60.5,42.5 parent: 1 - type: Transform - uid: 1893 components: - - pos: 70.5,50.5 + - type: Transform + pos: 70.5,50.5 parent: 1 - type: Transform - uid: 1894 components: - - pos: 72.5,49.5 + - type: Transform + pos: 72.5,49.5 parent: 1 - type: Transform - uid: 1919 components: - - pos: 58.5,40.5 + - type: Transform + pos: 58.5,40.5 parent: 1 - type: Transform - uid: 1967 components: - - pos: 71.5,51.5 + - type: Transform + pos: 71.5,51.5 parent: 1 - type: Transform - uid: 2022 components: - - pos: 74.5,49.5 + - type: Transform + pos: 74.5,49.5 parent: 1 - type: Transform - uid: 2023 components: - - pos: 59.5,38.5 + - type: Transform + pos: 59.5,38.5 parent: 1 - type: Transform - uid: 2028 components: - - pos: 72.5,52.5 + - type: Transform + pos: 72.5,52.5 parent: 1 - type: Transform - uid: 2029 components: - - pos: 74.5,50.5 + - type: Transform + pos: 74.5,50.5 parent: 1 - type: Transform - uid: 2031 components: - - pos: 72.5,50.5 + - type: Transform + pos: 72.5,50.5 parent: 1 - type: Transform - uid: 2032 components: - - pos: 73.5,49.5 + - type: Transform + pos: 73.5,49.5 parent: 1 - type: Transform - uid: 2038 components: - - pos: 69.5,50.5 + - type: Transform + pos: 69.5,50.5 parent: 1 - type: Transform - uid: 2059 components: - - pos: 76.5,44.5 + - type: Transform + pos: 76.5,44.5 parent: 1 - type: Transform - uid: 2331 components: - - pos: 59.5,39.5 + - type: Transform + pos: 59.5,39.5 parent: 1 - type: Transform - uid: 2332 components: - - pos: 73.5,51.5 + - type: Transform + pos: 73.5,51.5 parent: 1 - type: Transform - uid: 2333 components: - - pos: 70.5,49.5 + - type: Transform + pos: 70.5,49.5 parent: 1 - type: Transform - uid: 2336 components: - - pos: 59.5,37.5 + - type: Transform + pos: 59.5,37.5 parent: 1 - type: Transform - uid: 2337 components: - - pos: 73.5,50.5 + - type: Transform + pos: 73.5,50.5 parent: 1 - type: Transform - uid: 2338 components: - - pos: 71.5,50.5 + - type: Transform + pos: 71.5,50.5 parent: 1 - type: Transform - uid: 2339 components: - - pos: 72.5,51.5 + - type: Transform + pos: 72.5,51.5 parent: 1 - type: Transform - uid: 2435 components: - - pos: 66.5,44.5 + - type: Transform + pos: 66.5,44.5 parent: 1 - type: Transform - uid: 2447 components: - - pos: 76.5,50.5 + - type: Transform + pos: 76.5,50.5 parent: 1 - type: Transform - uid: 2448 components: - - pos: 66.5,45.5 + - type: Transform + pos: 66.5,45.5 parent: 1 - type: Transform - uid: 2449 components: - - pos: 75.5,45.5 + - type: Transform + pos: 75.5,45.5 parent: 1 - type: Transform - uid: 2484 components: - - pos: 68.5,46.5 + - type: Transform + pos: 68.5,46.5 parent: 1 - type: Transform - uid: 2485 components: - - pos: 75.5,46.5 + - type: Transform + pos: 75.5,46.5 parent: 1 - type: Transform - uid: 2487 components: - - pos: 68.5,45.5 + - type: Transform + pos: 68.5,45.5 parent: 1 - type: Transform - uid: 2488 components: - - pos: 65.5,48.5 + - type: Transform + pos: 65.5,48.5 parent: 1 - type: Transform - uid: 2489 components: - - pos: 75.5,51.5 + - type: Transform + pos: 75.5,51.5 parent: 1 - type: Transform - uid: 2490 components: - - pos: 66.5,47.5 + - type: Transform + pos: 66.5,47.5 parent: 1 - type: Transform - uid: 2497 components: - - pos: 66.5,46.5 + - type: Transform + pos: 66.5,46.5 parent: 1 - type: Transform - uid: 2498 components: - - pos: 66.5,43.5 + - type: Transform + pos: 66.5,43.5 parent: 1 - type: Transform - uid: 2499 components: - - pos: 70.5,44.5 + - type: Transform + pos: 70.5,44.5 parent: 1 - type: Transform - uid: 2500 components: - - pos: 56.5,35.5 + - type: Transform + pos: 56.5,35.5 parent: 1 - type: Transform - uid: 2501 components: - - pos: 56.5,36.5 + - type: Transform + pos: 56.5,36.5 parent: 1 - type: Transform - uid: 2505 components: - - pos: 70.5,45.5 + - type: Transform + pos: 70.5,45.5 parent: 1 - type: Transform - uid: 2506 components: - - pos: 75.5,47.5 + - type: Transform + pos: 75.5,47.5 parent: 1 - type: Transform - uid: 2535 components: - - pos: 75.5,48.5 + - type: Transform + pos: 75.5,48.5 parent: 1 - type: Transform - uid: 2578 components: - - pos: 70.5,46.5 + - type: Transform + pos: 70.5,46.5 parent: 1 - type: Transform - uid: 2617 components: - - pos: 75.5,52.5 + - type: Transform + pos: 75.5,52.5 parent: 1 - type: Transform - uid: 2643 components: - - pos: 65.5,47.5 + - type: Transform + pos: 65.5,47.5 parent: 1 - type: Transform - uid: 2678 components: - - pos: 75.5,50.5 + - type: Transform + pos: 75.5,50.5 parent: 1 - type: Transform - uid: 2679 components: - - pos: 66.5,48.5 + - type: Transform + pos: 66.5,48.5 parent: 1 - type: Transform - uid: 2680 components: - - pos: 67.5,47.5 + - type: Transform + pos: 67.5,47.5 parent: 1 - type: Transform - uid: 2681 components: - - pos: 75.5,49.5 + - type: Transform + pos: 75.5,49.5 parent: 1 - type: Transform - uid: 2682 components: - - pos: 69.5,44.5 + - type: Transform + pos: 69.5,44.5 parent: 1 - type: Transform - uid: 2685 components: - - pos: 64.5,42.5 + - type: Transform + pos: 64.5,42.5 parent: 1 - type: Transform - uid: 2686 components: - - pos: 60.5,44.5 + - type: Transform + pos: 60.5,44.5 parent: 1 - type: Transform - uid: 2687 components: - - pos: 61.5,42.5 + - type: Transform + pos: 61.5,42.5 parent: 1 - type: Transform - uid: 2689 components: - - pos: 64.5,41.5 + - type: Transform + pos: 64.5,41.5 parent: 1 - type: Transform - uid: 2691 components: - - pos: 71.5,45.5 + - type: Transform + pos: 71.5,45.5 parent: 1 - type: Transform - uid: 2700 components: - - pos: 61.5,41.5 + - type: Transform + pos: 61.5,41.5 parent: 1 - type: Transform - uid: 2706 components: - - pos: 61.5,45.5 + - type: Transform + pos: 61.5,45.5 parent: 1 - type: Transform - uid: 2709 components: - - pos: 62.5,43.5 + - type: Transform + pos: 62.5,43.5 parent: 1 - type: Transform - uid: 2710 components: - - pos: 61.5,44.5 + - type: Transform + pos: 61.5,44.5 parent: 1 - type: Transform - uid: 2713 components: - - pos: 61.5,46.5 + - type: Transform + pos: 61.5,46.5 parent: 1 - type: Transform - uid: 2717 components: - - pos: 62.5,44.5 + - type: Transform + pos: 62.5,44.5 parent: 1 - type: Transform - uid: 2726 components: - - pos: 65.5,44.5 + - type: Transform + pos: 65.5,44.5 parent: 1 - type: Transform - uid: 2727 components: - - pos: 66.5,41.5 + - type: Transform + pos: 66.5,41.5 parent: 1 - type: Transform - uid: 2728 components: - - pos: 63.5,41.5 + - type: Transform + pos: 63.5,41.5 parent: 1 - type: Transform - uid: 2729 components: - - pos: 65.5,41.5 + - type: Transform + pos: 65.5,41.5 parent: 1 - type: Transform - uid: 2730 components: - - pos: 62.5,41.5 + - type: Transform + pos: 62.5,41.5 parent: 1 - type: Transform - uid: 2732 components: - - pos: 72.5,44.5 + - type: Transform + pos: 72.5,44.5 parent: 1 - type: Transform - uid: 2733 components: - - pos: 71.5,46.5 + - type: Transform + pos: 71.5,46.5 parent: 1 - type: Transform - uid: 2734 components: - - pos: 58.5,37.5 + - type: Transform + pos: 58.5,37.5 parent: 1 - type: Transform - uid: 2737 components: - - pos: 73.5,45.5 + - type: Transform + pos: 73.5,45.5 parent: 1 - type: Transform - uid: 2739 components: - - pos: 73.5,46.5 + - type: Transform + pos: 73.5,46.5 parent: 1 - type: Transform - uid: 2740 components: - - pos: 69.5,47.5 + - type: Transform + pos: 69.5,47.5 parent: 1 - type: Transform - uid: 2741 components: - - pos: 68.5,48.5 + - type: Transform + pos: 68.5,48.5 parent: 1 - type: Transform - uid: 2742 components: - - pos: 67.5,48.5 + - type: Transform + pos: 67.5,48.5 parent: 1 - type: Transform - uid: 2743 components: - - pos: 68.5,47.5 + - type: Transform + pos: 68.5,47.5 parent: 1 - type: Transform - uid: 2744 components: - - pos: 74.5,47.5 + - type: Transform + pos: 74.5,47.5 parent: 1 - type: Transform - uid: 2745 components: - - pos: 72.5,47.5 + - type: Transform + pos: 72.5,47.5 parent: 1 - type: Transform - uid: 2746 components: - - pos: 73.5,48.5 + - type: Transform + pos: 73.5,48.5 parent: 1 - type: Transform - uid: 2747 components: - - pos: 73.5,47.5 + - type: Transform + pos: 73.5,47.5 parent: 1 - type: Transform - uid: 2748 components: - - pos: 68.5,49.5 + - type: Transform + pos: 68.5,49.5 parent: 1 - type: Transform - uid: 2749 components: - - pos: 67.5,49.5 + - type: Transform + pos: 67.5,49.5 parent: 1 - type: Transform - uid: 2750 components: - - pos: 72.5,48.5 + - type: Transform + pos: 72.5,48.5 parent: 1 - type: Transform - uid: 2751 components: - - pos: 74.5,48.5 + - type: Transform + pos: 74.5,48.5 parent: 1 - type: Transform - uid: 2752 components: - - pos: 58.5,38.5 + - type: Transform + pos: 58.5,38.5 parent: 1 - type: Transform - uid: 2753 components: - - pos: 69.5,46.5 + - type: Transform + pos: 69.5,46.5 parent: 1 - type: Transform - uid: 2754 components: - - pos: 69.5,43.5 + - type: Transform + pos: 69.5,43.5 parent: 1 - type: Transform - uid: 2755 components: - - pos: 50.5,32.5 + - type: Transform + pos: 50.5,32.5 parent: 1 - type: Transform - uid: 2756 components: - - pos: 50.5,31.5 + - type: Transform + pos: 50.5,31.5 parent: 1 - type: Transform - uid: 2757 components: - - pos: 68.5,43.5 + - type: Transform + pos: 68.5,43.5 parent: 1 - type: Transform - uid: 2758 components: - - pos: 51.5,32.5 + - type: Transform + pos: 51.5,32.5 parent: 1 - type: Transform - uid: 2759 components: - - pos: 51.5,31.5 + - type: Transform + pos: 51.5,31.5 parent: 1 - type: Transform - uid: 2760 components: - - pos: 59.5,36.5 + - type: Transform + pos: 59.5,36.5 parent: 1 - type: Transform - uid: 2761 components: - - pos: 68.5,44.5 + - type: Transform + pos: 68.5,44.5 parent: 1 - type: Transform - uid: 2762 components: - - pos: 67.5,46.5 + - type: Transform + pos: 67.5,46.5 parent: 1 - type: Transform - uid: 2763 components: - - pos: 67.5,44.5 + - type: Transform + pos: 67.5,44.5 parent: 1 - type: Transform - uid: 2764 components: - - pos: 65.5,45.5 + - type: Transform + pos: 65.5,45.5 parent: 1 - type: Transform - uid: 2765 components: - - pos: 67.5,43.5 + - type: Transform + pos: 67.5,43.5 parent: 1 - type: Transform - uid: 2766 components: - - pos: 65.5,46.5 + - type: Transform + pos: 65.5,46.5 parent: 1 - type: Transform - uid: 2767 components: - - pos: 65.5,43.5 + - type: Transform + pos: 65.5,43.5 parent: 1 - type: Transform - uid: 2768 components: - - pos: 62.5,45.5 + - type: Transform + pos: 62.5,45.5 parent: 1 - type: Transform - uid: 2769 components: - - pos: 62.5,46.5 + - type: Transform + pos: 62.5,46.5 parent: 1 - type: Transform - uid: 2770 components: - - pos: 63.5,43.5 + - type: Transform + pos: 63.5,43.5 parent: 1 - type: Transform - uid: 2780 components: - - pos: 58.5,31.5 + - type: Transform + pos: 58.5,31.5 parent: 1 - type: Transform - uid: 2783 components: - - pos: 59.5,31.5 + - type: Transform + pos: 59.5,31.5 parent: 1 - type: Transform - uid: 2788 components: - - pos: 64.5,45.5 + - type: Transform + pos: 64.5,45.5 parent: 1 - type: Transform - uid: 2789 components: - - pos: 64.5,46.5 + - type: Transform + pos: 64.5,46.5 parent: 1 - type: Transform - uid: 2796 components: - - pos: 64.5,43.5 + - type: Transform + pos: 64.5,43.5 parent: 1 - type: Transform - uid: 2797 components: - - pos: 63.5,46.5 + - type: Transform + pos: 63.5,46.5 parent: 1 - type: Transform - uid: 2798 components: - - pos: 64.5,44.5 + - type: Transform + pos: 64.5,44.5 parent: 1 - type: Transform - uid: 2799 components: - - pos: 63.5,45.5 + - type: Transform + pos: 63.5,45.5 parent: 1 - type: Transform - uid: 2800 components: - - pos: 63.5,44.5 + - type: Transform + pos: 63.5,44.5 parent: 1 - type: Transform - uid: 2810 components: - - pos: 54.5,29.5 + - type: Transform + pos: 54.5,29.5 parent: 1 - type: Transform - uid: 2811 components: - - pos: 54.5,28.5 + - type: Transform + pos: 54.5,28.5 parent: 1 - type: Transform - uid: 2816 components: - - pos: 55.5,29.5 + - type: Transform + pos: 55.5,29.5 parent: 1 - type: Transform - uid: 2821 components: - - pos: 56.5,30.5 + - type: Transform + pos: 56.5,30.5 parent: 1 - type: Transform - uid: 2822 components: - - pos: 56.5,29.5 + - type: Transform + pos: 56.5,29.5 parent: 1 - type: Transform - uid: 2823 components: - - pos: 56.5,28.5 + - type: Transform + pos: 56.5,28.5 parent: 1 - type: Transform - uid: 2827 components: - - pos: 57.5,30.5 + - type: Transform + pos: 57.5,30.5 parent: 1 - type: Transform - uid: 2829 components: - - pos: 57.5,28.5 + - type: Transform + pos: 57.5,28.5 parent: 1 - type: Transform - uid: 2830 components: - - pos: 57.5,27.5 + - type: Transform + pos: 57.5,27.5 parent: 1 - type: Transform - uid: 2833 components: - - pos: 58.5,30.5 + - type: Transform + pos: 58.5,30.5 parent: 1 - type: Transform - uid: 2834 components: - - pos: 58.5,29.5 + - type: Transform + pos: 58.5,29.5 parent: 1 - type: Transform - uid: 2835 components: - - pos: 58.5,28.5 + - type: Transform + pos: 58.5,28.5 parent: 1 - type: Transform - uid: 2836 components: - - pos: 58.5,27.5 + - type: Transform + pos: 58.5,27.5 parent: 1 - type: Transform - uid: 2839 components: - - pos: 59.5,30.5 + - type: Transform + pos: 59.5,30.5 parent: 1 - type: Transform - uid: 2840 components: - - pos: 59.5,29.5 + - type: Transform + pos: 59.5,29.5 parent: 1 - type: Transform - uid: 2841 components: - - pos: 59.5,28.5 + - type: Transform + pos: 59.5,28.5 parent: 1 - type: Transform - uid: 2842 components: - - pos: 59.5,27.5 + - type: Transform + pos: 59.5,27.5 parent: 1 - type: Transform - uid: 2847 components: - - pos: 60.5,28.5 + - type: Transform + pos: 60.5,28.5 parent: 1 - type: Transform - uid: 2974 components: - - pos: 60.5,43.5 + - type: Transform + pos: 60.5,43.5 parent: 1 - type: Transform - uid: 2975 components: - - pos: 59.5,41.5 + - type: Transform + pos: 59.5,41.5 parent: 1 - type: Transform - uid: 2976 components: - - pos: 60.5,45.5 + - type: Transform + pos: 60.5,45.5 parent: 1 - type: Transform - uid: 2977 components: - - pos: 70.5,47.5 + - type: Transform + pos: 70.5,47.5 parent: 1 - type: Transform - uid: 2978 components: - - pos: 70.5,48.5 + - type: Transform + pos: 70.5,48.5 parent: 1 - type: Transform - uid: 2979 components: - - pos: 69.5,48.5 + - type: Transform + pos: 69.5,48.5 parent: 1 - type: Transform - uid: 2980 components: - - pos: 71.5,48.5 + - type: Transform + pos: 71.5,48.5 parent: 1 - type: Transform - uid: 2981 components: - - pos: 60.5,41.5 + - type: Transform + pos: 60.5,41.5 parent: 1 - type: Transform - uid: 2987 components: - - pos: 77.5,47.5 + - type: Transform + pos: 77.5,47.5 parent: 1 - type: Transform - uid: 2988 components: - - pos: 77.5,48.5 + - type: Transform + pos: 77.5,48.5 parent: 1 - type: Transform - uid: 2990 components: - - pos: 67.5,45.5 + - type: Transform + pos: 67.5,45.5 parent: 1 - type: Transform - uid: 2991 components: - - pos: 58.5,42.5 + - type: Transform + pos: 58.5,42.5 parent: 1 - type: Transform - uid: 2992 components: - - pos: 60.5,46.5 + - type: Transform + pos: 60.5,46.5 parent: 1 - type: Transform - uid: 2993 components: - - pos: 61.5,43.5 + - type: Transform + pos: 61.5,43.5 parent: 1 - type: Transform - uid: 3000 components: - - pos: 74.5,43.5 + - type: Transform + pos: 74.5,43.5 parent: 1 - type: Transform - uid: 3002 components: - - pos: 69.5,49.5 + - type: Transform + pos: 69.5,49.5 parent: 1 - type: Transform - uid: 3033 components: - - pos: 68.5,50.5 + - type: Transform + pos: 68.5,50.5 parent: 1 - type: Transform - uid: 3034 components: - - pos: 68.5,49.5 + - type: Transform + pos: 68.5,49.5 parent: 1 - type: Transform - uid: 3035 components: - - pos: 71.5,47.5 + - type: Transform + pos: 71.5,47.5 parent: 1 - type: Transform - uid: 3036 components: - - pos: 72.5,46.5 + - type: Transform + pos: 72.5,46.5 parent: 1 - type: Transform - uid: 3037 components: - - pos: 73.5,43.5 + - type: Transform + pos: 73.5,43.5 parent: 1 - type: Transform - uid: 3038 components: - - pos: 73.5,44.5 + - type: Transform + pos: 73.5,44.5 parent: 1 - type: Transform - uid: 3039 components: - - pos: 72.5,45.5 + - type: Transform + pos: 72.5,45.5 parent: 1 - type: Transform - uid: 3040 components: - - pos: 71.5,44.5 + - type: Transform + pos: 71.5,44.5 parent: 1 - type: Transform - uid: 3041 components: - - pos: 69.5,45.5 + - type: Transform + pos: 69.5,45.5 parent: 1 - type: Transform - uid: 3224 components: - - pos: 64.5,48.5 + - type: Transform + pos: 64.5,48.5 parent: 1 - type: Transform - uid: 4099 components: - - pos: 64.5,47.5 + - type: Transform + pos: 64.5,47.5 parent: 1 - type: Transform - uid: 4318 components: - - pos: 63.5,48.5 + - type: Transform + pos: 63.5,48.5 parent: 1 - type: Transform - uid: 4363 components: - - pos: 63.5,47.5 + - type: Transform + pos: 63.5,47.5 parent: 1 - type: Transform - uid: 6016 components: - - pos: 63.5,47.5 + - type: Transform + pos: 63.5,47.5 parent: 1 - type: Transform - uid: 6048 components: - - pos: 78.5,48.5 + - type: Transform + pos: 78.5,48.5 parent: 1 - type: Transform - uid: 6049 components: - - pos: 78.5,48.5 + - type: Transform + pos: 78.5,48.5 parent: 1 - type: Transform - uid: 6050 components: - - pos: 78.5,47.5 + - type: Transform + pos: 78.5,47.5 parent: 1 - type: Transform - uid: 6051 components: - - pos: 78.5,46.5 + - type: Transform + pos: 78.5,46.5 parent: 1 - type: Transform - uid: 6052 components: - - pos: 79.5,47.5 + - type: Transform + pos: 79.5,47.5 parent: 1 - type: Transform - uid: 6053 components: - - pos: 76.5,49.5 + - type: Transform + pos: 76.5,49.5 parent: 1 - type: Transform - uid: 6054 components: - - pos: 76.5,48.5 + - type: Transform + pos: 76.5,48.5 parent: 1 - type: Transform - uid: 6055 components: - - pos: 79.5,48.5 + - type: Transform + pos: 79.5,48.5 parent: 1 - type: Transform - uid: 6056 components: - - pos: 76.5,43.5 + - type: Transform + pos: 76.5,43.5 parent: 1 - type: Transform - uid: 6057 components: - - pos: 76.5,47.5 + - type: Transform + pos: 76.5,47.5 parent: 1 - type: Transform - uid: 6058 components: - - pos: 76.5,46.5 + - type: Transform + pos: 76.5,46.5 parent: 1 - type: Transform - uid: 6059 components: - - pos: 76.5,45.5 + - type: Transform + pos: 76.5,45.5 parent: 1 - type: Transform - uid: 7179 components: - - pos: 77.5,50.5 + - type: Transform + pos: 77.5,50.5 parent: 1 - type: Transform - uid: 7557 components: - - pos: 74.5,45.5 + - type: Transform + pos: 74.5,45.5 parent: 1 - type: Transform - uid: 7984 components: - - pos: 74.5,44.5 + - type: Transform + pos: 74.5,44.5 parent: 1 - type: Transform - uid: 9052 components: - - pos: 77.5,49.5 + - type: Transform + pos: 77.5,49.5 parent: 1 - type: Transform - uid: 9053 components: - - pos: 77.5,46.5 + - type: Transform + pos: 77.5,46.5 parent: 1 - type: Transform - uid: 9377 components: - - pos: 77.5,42.5 + - type: Transform + pos: 77.5,42.5 parent: 1 - type: Transform - uid: 9378 components: - - pos: 77.5,45.5 + - type: Transform + pos: 77.5,45.5 parent: 1 - type: Transform - uid: 9379 components: - - pos: 77.5,44.5 + - type: Transform + pos: 77.5,44.5 parent: 1 - type: Transform - uid: 9380 components: - - pos: 77.5,43.5 + - type: Transform + pos: 77.5,43.5 parent: 1 - type: Transform - uid: 9381 components: - - pos: 74.5,46.5 + - type: Transform + pos: 74.5,46.5 parent: 1 - type: Transform - uid: 9892 components: - - pos: 51.5,-7.5 + - type: Transform + pos: 51.5,-7.5 parent: 1 - type: Transform - uid: 9915 components: - - pos: 71.5,49.5 + - type: Transform + pos: 71.5,49.5 parent: 1 - type: Transform - uid: 9916 components: - - pos: 58.5,39.5 + - type: Transform + pos: 58.5,39.5 parent: 1 - type: Transform - uid: 10165 components: - - pos: 51.5,-6.5 + - type: Transform + pos: 51.5,-6.5 parent: 1 - type: Transform - uid: 15902 components: - - pos: 59.5,40.5 + - type: Transform + pos: 59.5,40.5 parent: 1 - type: Transform - uid: 15903 components: - - pos: 60.5,37.5 + - type: Transform + pos: 60.5,37.5 parent: 1 - type: Transform - uid: 15904 components: - - pos: 60.5,38.5 + - type: Transform + pos: 60.5,38.5 parent: 1 - type: Transform - uid: 15905 components: - - pos: 60.5,39.5 + - type: Transform + pos: 60.5,39.5 parent: 1 - type: Transform - uid: 15906 components: - - pos: 60.5,40.5 + - type: Transform + pos: 60.5,40.5 parent: 1 - type: Transform - uid: 15907 components: - - pos: 61.5,38.5 + - type: Transform + pos: 61.5,38.5 parent: 1 - type: Transform - uid: 15908 components: - - pos: 61.5,39.5 + - type: Transform + pos: 61.5,39.5 parent: 1 - type: Transform - uid: 15909 components: - - pos: 61.5,40.5 + - type: Transform + pos: 61.5,40.5 parent: 1 - type: Transform - uid: 15910 components: - - pos: 62.5,40.5 + - type: Transform + pos: 62.5,40.5 parent: 1 - type: Transform - uid: 15911 components: - - pos: 56.5,37.5 + - type: Transform + pos: 56.5,37.5 parent: 1 - type: Transform - uid: 15912 components: - - pos: 56.5,38.5 + - type: Transform + pos: 56.5,38.5 parent: 1 - type: Transform - uid: 15913 components: - - pos: 56.5,39.5 + - type: Transform + pos: 56.5,39.5 parent: 1 - type: Transform - uid: 15914 components: - - pos: 57.5,38.5 + - type: Transform + pos: 57.5,38.5 parent: 1 - type: Transform - uid: 15915 components: - - pos: 53.5,44.5 + - type: Transform + pos: 53.5,44.5 parent: 1 - type: Transform - uid: 15916 components: - - pos: 53.5,43.5 + - type: Transform + pos: 53.5,43.5 parent: 1 - type: Transform - uid: 15917 components: - - pos: 53.5,42.5 + - type: Transform + pos: 53.5,42.5 parent: 1 - type: Transform - uid: 15918 components: - - pos: 52.5,43.5 + - type: Transform + pos: 52.5,43.5 parent: 1 - type: Transform - uid: 15919 components: - - pos: 52.5,43.5 + - type: Transform + pos: 52.5,43.5 parent: 1 - type: Transform - uid: 15920 components: - - pos: 52.5,42.5 + - type: Transform + pos: 52.5,42.5 parent: 1 - type: Transform - uid: 15921 components: - - pos: 51.5,43.5 + - type: Transform + pos: 51.5,43.5 parent: 1 - type: Transform - uid: 15923 components: - - pos: 51.5,42.5 + - type: Transform + pos: 51.5,42.5 parent: 1 - type: Transform - uid: 15924 components: - - pos: 50.5,42.5 + - type: Transform + pos: 50.5,42.5 parent: 1 - type: Transform - uid: 15925 components: - - pos: 54.5,43.5 + - type: Transform + pos: 54.5,43.5 parent: 1 - type: Transform - uid: 15926 components: - - pos: 54.5,42.5 + - type: Transform + pos: 54.5,42.5 parent: 1 - type: Transform - uid: 15927 components: - - pos: 55.5,42.5 + - type: Transform + pos: 55.5,42.5 parent: 1 - type: Transform - uid: 15928 components: - - pos: 50.5,41.5 + - type: Transform + pos: 50.5,41.5 parent: 1 - type: Transform - uid: 15929 components: - - pos: 53.5,41.5 + - type: Transform + pos: 53.5,41.5 parent: 1 - type: Transform - uid: 15930 components: - - pos: 54.5,41.5 + - type: Transform + pos: 54.5,41.5 parent: 1 - type: Transform - uid: 15931 components: - - pos: 55.5,41.5 + - type: Transform + pos: 55.5,41.5 parent: 1 - type: Transform - uid: 17683 components: - - pos: 61.5,5.5 + - type: Transform + pos: 61.5,5.5 parent: 1 - type: Transform - uid: 17684 components: - - pos: 61.5,4.5 + - type: Transform + pos: 61.5,4.5 parent: 1 - type: Transform - uid: 17685 components: - - pos: 61.5,3.5 + - type: Transform + pos: 61.5,3.5 parent: 1 - type: Transform - uid: 17686 components: - - pos: 61.5,2.5 + - type: Transform + pos: 61.5,2.5 parent: 1 - type: Transform - uid: 17702 components: - - pos: 61.5,1.5 + - type: Transform + pos: 61.5,1.5 parent: 1 - type: Transform - uid: 17704 components: - - pos: 61.5,-0.5 + - type: Transform + pos: 61.5,-0.5 parent: 1 - type: Transform - uid: 17708 components: - - pos: 61.5,-1.5 + - type: Transform + pos: 61.5,-1.5 parent: 1 - type: Transform - uid: 17709 components: - - pos: 61.5,-2.5 + - type: Transform + pos: 61.5,-2.5 parent: 1 - type: Transform - uid: 17743 components: - - pos: 61.5,-3.5 + - type: Transform + pos: 61.5,-3.5 parent: 1 - type: Transform - uid: 17744 components: - - pos: 61.5,-4.5 + - type: Transform + pos: 61.5,-4.5 parent: 1 - type: Transform - uid: 17745 components: - - pos: 61.5,-5.5 + - type: Transform + pos: 61.5,-5.5 parent: 1 - type: Transform - uid: 17746 components: - - pos: 61.5,-6.5 + - type: Transform + pos: 61.5,-6.5 parent: 1 - type: Transform - uid: 17747 components: - - pos: 61.5,-7.5 + - type: Transform + pos: 61.5,-7.5 parent: 1 - type: Transform - uid: 17748 components: - - pos: 61.5,-8.5 + - type: Transform + pos: 61.5,-8.5 parent: 1 - type: Transform - uid: 17749 components: - - pos: 61.5,-9.5 + - type: Transform + pos: 61.5,-9.5 parent: 1 - type: Transform - uid: 17750 components: - - pos: 62.5,5.5 + - type: Transform + pos: 62.5,5.5 parent: 1 - type: Transform - uid: 17751 components: - - pos: 62.5,4.5 + - type: Transform + pos: 62.5,4.5 parent: 1 - type: Transform - uid: 17762 components: - - pos: 62.5,3.5 + - type: Transform + pos: 62.5,3.5 parent: 1 - type: Transform - uid: 17763 components: - - pos: 62.5,2.5 + - type: Transform + pos: 62.5,2.5 parent: 1 - type: Transform - uid: 17764 components: - - pos: 62.5,1.5 + - type: Transform + pos: 62.5,1.5 parent: 1 - type: Transform - uid: 17765 components: - - pos: 62.5,0.5 + - type: Transform + pos: 62.5,0.5 parent: 1 - type: Transform - uid: 17766 components: - - pos: 62.5,-0.5 + - type: Transform + pos: 62.5,-0.5 parent: 1 - type: Transform - uid: 17767 components: - - pos: 62.5,-1.5 + - type: Transform + pos: 62.5,-1.5 parent: 1 - type: Transform - uid: 17768 components: - - pos: 62.5,-2.5 + - type: Transform + pos: 62.5,-2.5 parent: 1 - type: Transform - uid: 17769 components: - - pos: 62.5,-3.5 + - type: Transform + pos: 62.5,-3.5 parent: 1 - type: Transform - uid: 17770 components: - - pos: 62.5,-4.5 + - type: Transform + pos: 62.5,-4.5 parent: 1 - type: Transform - uid: 17771 components: - - pos: 62.5,-5.5 + - type: Transform + pos: 62.5,-5.5 parent: 1 - type: Transform - uid: 17772 components: - - pos: 62.5,-6.5 + - type: Transform + pos: 62.5,-6.5 parent: 1 - type: Transform - uid: 17773 components: - - pos: 62.5,-7.5 + - type: Transform + pos: 62.5,-7.5 parent: 1 - type: Transform - uid: 17774 components: - - pos: 62.5,-8.5 + - type: Transform + pos: 62.5,-8.5 parent: 1 - type: Transform - uid: 17775 components: - - pos: 62.5,-9.5 + - type: Transform + pos: 62.5,-9.5 parent: 1 - type: Transform - uid: 17777 components: - - pos: 63.5,5.5 + - type: Transform + pos: 63.5,5.5 parent: 1 - type: Transform - uid: 17779 components: - - pos: 63.5,3.5 + - type: Transform + pos: 63.5,3.5 parent: 1 - type: Transform - uid: 17780 components: - - pos: 63.5,2.5 + - type: Transform + pos: 63.5,2.5 parent: 1 - type: Transform - uid: 17781 components: - - pos: 63.5,1.5 + - type: Transform + pos: 63.5,1.5 parent: 1 - type: Transform - uid: 17782 components: - - pos: 63.5,0.5 + - type: Transform + pos: 63.5,0.5 parent: 1 - type: Transform - uid: 17783 components: - - pos: 63.5,-0.5 + - type: Transform + pos: 63.5,-0.5 parent: 1 - type: Transform - uid: 17784 components: - - pos: 63.5,-1.5 + - type: Transform + pos: 63.5,-1.5 parent: 1 - type: Transform - uid: 17785 components: - - pos: 63.5,-2.5 + - type: Transform + pos: 63.5,-2.5 parent: 1 - type: Transform - uid: 17786 components: - - pos: 63.5,-3.5 + - type: Transform + pos: 63.5,-3.5 parent: 1 - type: Transform - uid: 17787 components: - - pos: 63.5,-4.5 + - type: Transform + pos: 63.5,-4.5 parent: 1 - type: Transform - uid: 17788 components: - - pos: 63.5,-5.5 + - type: Transform + pos: 63.5,-5.5 parent: 1 - type: Transform - uid: 17789 components: - - pos: 63.5,-6.5 + - type: Transform + pos: 63.5,-6.5 parent: 1 - type: Transform - uid: 17790 components: - - pos: 63.5,-7.5 + - type: Transform + pos: 63.5,-7.5 parent: 1 - type: Transform - uid: 17791 components: - - pos: 63.5,-8.5 + - type: Transform + pos: 63.5,-8.5 parent: 1 - type: Transform - uid: 17792 components: - - pos: 63.5,-9.5 + - type: Transform + pos: 63.5,-9.5 parent: 1 - type: Transform - uid: 17793 components: - - pos: 64.5,5.5 + - type: Transform + pos: 64.5,5.5 parent: 1 - type: Transform - uid: 17794 components: - - pos: 64.5,4.5 + - type: Transform + pos: 64.5,4.5 parent: 1 - type: Transform - uid: 17795 components: - - pos: 64.5,3.5 + - type: Transform + pos: 64.5,3.5 parent: 1 - type: Transform - uid: 17796 components: - - pos: 64.5,2.5 + - type: Transform + pos: 64.5,2.5 parent: 1 - type: Transform - uid: 17797 components: - - pos: 64.5,1.5 + - type: Transform + pos: 64.5,1.5 parent: 1 - type: Transform - uid: 17798 components: - - pos: 64.5,0.5 + - type: Transform + pos: 64.5,0.5 parent: 1 - type: Transform - uid: 17799 components: - - pos: 64.5,-0.5 + - type: Transform + pos: 64.5,-0.5 parent: 1 - type: Transform - uid: 17800 components: - - pos: 64.5,-1.5 + - type: Transform + pos: 64.5,-1.5 parent: 1 - type: Transform - uid: 17801 components: - - pos: 64.5,-2.5 + - type: Transform + pos: 64.5,-2.5 parent: 1 - type: Transform - uid: 17802 components: - - pos: 64.5,-3.5 + - type: Transform + pos: 64.5,-3.5 parent: 1 - type: Transform - uid: 17803 components: - - pos: 64.5,-4.5 + - type: Transform + pos: 64.5,-4.5 parent: 1 - type: Transform - uid: 17804 components: - - pos: 64.5,-5.5 + - type: Transform + pos: 64.5,-5.5 parent: 1 - type: Transform - uid: 17805 components: - - pos: 64.5,-6.5 + - type: Transform + pos: 64.5,-6.5 parent: 1 - type: Transform - uid: 17806 components: - - pos: 64.5,-7.5 + - type: Transform + pos: 64.5,-7.5 parent: 1 - type: Transform - uid: 17807 components: - - pos: 64.5,-8.5 + - type: Transform + pos: 64.5,-8.5 parent: 1 - type: Transform - uid: 17808 components: - - pos: 64.5,-9.5 + - type: Transform + pos: 64.5,-9.5 parent: 1 - type: Transform - uid: 17809 components: - - pos: 65.5,5.5 + - type: Transform + pos: 65.5,5.5 parent: 1 - type: Transform - uid: 17810 components: - - pos: 65.5,4.5 + - type: Transform + pos: 65.5,4.5 parent: 1 - type: Transform - uid: 17811 components: - - pos: 65.5,3.5 + - type: Transform + pos: 65.5,3.5 parent: 1 - type: Transform - uid: 17812 components: - - pos: 65.5,2.5 + - type: Transform + pos: 65.5,2.5 parent: 1 - type: Transform - uid: 17813 components: - - pos: 65.5,1.5 + - type: Transform + pos: 65.5,1.5 parent: 1 - type: Transform - uid: 17816 components: - - pos: 65.5,-1.5 + - type: Transform + pos: 65.5,-1.5 parent: 1 - type: Transform - uid: 17817 components: - - pos: 65.5,-2.5 + - type: Transform + pos: 65.5,-2.5 parent: 1 - type: Transform - uid: 17818 components: - - pos: 65.5,-3.5 + - type: Transform + pos: 65.5,-3.5 parent: 1 - type: Transform - uid: 17819 components: - - pos: 65.5,-4.5 + - type: Transform + pos: 65.5,-4.5 parent: 1 - type: Transform - uid: 17821 components: - - pos: 65.5,-6.5 + - type: Transform + pos: 65.5,-6.5 parent: 1 - type: Transform - uid: 17822 components: - - pos: 65.5,-7.5 + - type: Transform + pos: 65.5,-7.5 parent: 1 - type: Transform - uid: 17823 components: - - pos: 65.5,-8.5 + - type: Transform + pos: 65.5,-8.5 parent: 1 - type: Transform - uid: 17825 components: - - pos: 65.5,-9.5 + - type: Transform + pos: 65.5,-9.5 parent: 1 - type: Transform - uid: 17826 components: - - pos: 66.5,-9.5 + - type: Transform + pos: 66.5,-9.5 parent: 1 - type: Transform - uid: 17827 components: - - pos: 66.5,-8.5 + - type: Transform + pos: 66.5,-8.5 parent: 1 - type: Transform - uid: 17828 components: - - pos: 66.5,-7.5 + - type: Transform + pos: 66.5,-7.5 parent: 1 - type: Transform - uid: 17829 components: - - pos: 66.5,-6.5 + - type: Transform + pos: 66.5,-6.5 parent: 1 - type: Transform - uid: 17830 components: - - pos: 66.5,-5.5 + - type: Transform + pos: 66.5,-5.5 parent: 1 - type: Transform - uid: 17831 components: - - pos: 66.5,-4.5 + - type: Transform + pos: 66.5,-4.5 parent: 1 - type: Transform - uid: 17832 components: - - pos: 66.5,-3.5 + - type: Transform + pos: 66.5,-3.5 parent: 1 - type: Transform - uid: 17833 components: - - pos: 66.5,-2.5 + - type: Transform + pos: 66.5,-2.5 parent: 1 - type: Transform - uid: 17839 components: - - pos: 66.5,3.5 + - type: Transform + pos: 66.5,3.5 parent: 1 - type: Transform - uid: 17840 components: - - pos: 66.5,4.5 + - type: Transform + pos: 66.5,4.5 parent: 1 - type: Transform - uid: 17841 components: - - pos: 58.5,5.5 + - type: Transform + pos: 58.5,5.5 parent: 1 - type: Transform - uid: 17842 components: - - pos: 59.5,4.5 + - type: Transform + pos: 59.5,4.5 parent: 1 - type: Transform - uid: 17843 components: - - pos: 59.5,3.5 + - type: Transform + pos: 59.5,3.5 parent: 1 - type: Transform - uid: 17844 components: - - pos: 59.5,2.5 + - type: Transform + pos: 59.5,2.5 parent: 1 - type: Transform - uid: 17845 components: - - pos: 59.5,1.5 + - type: Transform + pos: 59.5,1.5 parent: 1 - type: Transform - uid: 17846 components: - - pos: 59.5,0.5 + - type: Transform + pos: 59.5,0.5 parent: 1 - type: Transform - uid: 17847 components: - - pos: 59.5,-0.5 + - type: Transform + pos: 59.5,-0.5 parent: 1 - type: Transform - uid: 17848 components: - - pos: 59.5,-1.5 + - type: Transform + pos: 59.5,-1.5 parent: 1 - type: Transform - uid: 17849 components: - - pos: 59.5,-2.5 + - type: Transform + pos: 59.5,-2.5 parent: 1 - type: Transform - uid: 17850 components: - - pos: 59.5,-3.5 + - type: Transform + pos: 59.5,-3.5 parent: 1 - type: Transform - uid: 17851 components: - - pos: 59.5,-4.5 + - type: Transform + pos: 59.5,-4.5 parent: 1 - type: Transform - uid: 17852 components: - - pos: 59.5,-5.5 + - type: Transform + pos: 59.5,-5.5 parent: 1 - type: Transform - uid: 17853 components: - - pos: 59.5,-6.5 + - type: Transform + pos: 59.5,-6.5 parent: 1 - type: Transform - uid: 17854 components: - - pos: 59.5,-7.5 + - type: Transform + pos: 59.5,-7.5 parent: 1 - type: Transform - uid: 17855 components: - - pos: 59.5,-8.5 + - type: Transform + pos: 59.5,-8.5 parent: 1 - type: Transform - uid: 17858 components: - - pos: 59.5,-9.5 + - type: Transform + pos: 59.5,-9.5 parent: 1 - type: Transform - uid: 17859 components: - - pos: 60.5,4.5 + - type: Transform + pos: 60.5,4.5 parent: 1 - type: Transform - uid: 17860 components: - - pos: 60.5,3.5 + - type: Transform + pos: 60.5,3.5 parent: 1 - type: Transform - uid: 17861 components: - - pos: 60.5,2.5 + - type: Transform + pos: 60.5,2.5 parent: 1 - type: Transform - uid: 17862 components: - - pos: 60.5,1.5 + - type: Transform + pos: 60.5,1.5 parent: 1 - type: Transform - uid: 17863 components: - - pos: 60.5,0.5 + - type: Transform + pos: 60.5,0.5 parent: 1 - type: Transform - uid: 17864 components: - - pos: 60.5,-0.5 + - type: Transform + pos: 60.5,-0.5 parent: 1 - type: Transform - uid: 17865 components: - - pos: 60.5,-1.5 + - type: Transform + pos: 60.5,-1.5 parent: 1 - type: Transform - uid: 17866 components: - - pos: 60.5,-2.5 + - type: Transform + pos: 60.5,-2.5 parent: 1 - type: Transform - uid: 17867 components: - - pos: 60.5,-3.5 + - type: Transform + pos: 60.5,-3.5 parent: 1 - type: Transform - uid: 17868 components: - - pos: 60.5,-4.5 + - type: Transform + pos: 60.5,-4.5 parent: 1 - type: Transform - uid: 17869 components: - - pos: 60.5,-5.5 + - type: Transform + pos: 60.5,-5.5 parent: 1 - type: Transform - uid: 17870 components: - - pos: 60.5,-6.5 + - type: Transform + pos: 60.5,-6.5 parent: 1 - type: Transform - uid: 17871 components: - - pos: 60.5,-7.5 + - type: Transform + pos: 60.5,-7.5 parent: 1 - type: Transform - uid: 17872 components: - - pos: 60.5,-8.5 + - type: Transform + pos: 60.5,-8.5 parent: 1 - type: Transform - uid: 17873 components: - - pos: 60.5,-9.5 + - type: Transform + pos: 60.5,-9.5 parent: 1 - type: Transform - uid: 17874 components: - - pos: 58.5,-4.5 + - type: Transform + pos: 58.5,-4.5 parent: 1 - type: Transform - uid: 17875 components: - - pos: 58.5,-3.5 + - type: Transform + pos: 58.5,-3.5 parent: 1 - type: Transform - uid: 17876 components: - - pos: 57.5,-3.5 + - type: Transform + pos: 57.5,-3.5 parent: 1 - type: Transform - uid: 17877 components: - - pos: 58.5,-2.5 + - type: Transform + pos: 58.5,-2.5 parent: 1 - type: Transform - uid: 17878 components: - - pos: 58.5,4.5 + - type: Transform + pos: 58.5,4.5 parent: 1 - type: Transform - uid: 17879 components: - - pos: 58.5,4.5 + - type: Transform + pos: 58.5,4.5 parent: 1 - type: Transform - uid: 17880 components: - - pos: 58.5,3.5 + - type: Transform + pos: 58.5,3.5 parent: 1 - type: Transform - uid: 17881 components: - - pos: 58.5,2.5 + - type: Transform + pos: 58.5,2.5 parent: 1 - type: Transform - uid: 17882 components: - - pos: 58.5,1.5 + - type: Transform + pos: 58.5,1.5 parent: 1 - type: Transform - uid: 17883 components: - - pos: 58.5,0.5 + - type: Transform + pos: 58.5,0.5 parent: 1 - type: Transform - uid: 17884 components: - - pos: 57.5,2.5 + - type: Transform + pos: 57.5,2.5 parent: 1 - type: Transform - uid: 17885 components: - - pos: 57.5,1.5 + - type: Transform + pos: 57.5,1.5 parent: 1 - type: Transform - uid: 17886 components: - - pos: 57.5,0.5 + - type: Transform + pos: 57.5,0.5 parent: 1 - type: Transform - uid: 17914 components: - - pos: 52.5,5.5 + - type: Transform + pos: 52.5,5.5 parent: 1 - type: Transform - uid: 17915 components: - - pos: 52.5,4.5 + - type: Transform + pos: 52.5,4.5 parent: 1 - type: Transform - uid: 17916 components: - - pos: 52.5,3.5 + - type: Transform + pos: 52.5,3.5 parent: 1 - type: Transform - uid: 17917 components: - - pos: 53.5,5.5 + - type: Transform + pos: 53.5,5.5 parent: 1 - type: Transform - uid: 17918 components: - - pos: 53.5,4.5 + - type: Transform + pos: 53.5,4.5 parent: 1 - type: Transform - uid: 17919 components: - - pos: 53.5,3.5 + - type: Transform + pos: 53.5,3.5 parent: 1 - type: Transform - uid: 17920 components: - - pos: 53.5,2.5 + - type: Transform + pos: 53.5,2.5 parent: 1 - type: Transform - uid: 17921 components: - - pos: 53.5,1.5 + - type: Transform + pos: 53.5,1.5 parent: 1 - type: Transform - uid: 17922 components: - - pos: 53.5,0.5 + - type: Transform + pos: 53.5,0.5 parent: 1 - type: Transform - uid: 17923 components: - - pos: 54.5,5.5 + - type: Transform + pos: 54.5,5.5 parent: 1 - type: Transform - uid: 17924 components: - - pos: 68.5,-4.5 + - type: Transform + pos: 68.5,-4.5 parent: 1 - type: Transform - uid: 17925 components: - - pos: 52.5,2.5 + - type: Transform + pos: 52.5,2.5 parent: 1 - type: Transform - uid: 17926 components: - - pos: 52.5,1.5 + - type: Transform + pos: 52.5,1.5 parent: 1 - type: Transform - uid: 17927 components: - - pos: 52.5,0.5 + - type: Transform + pos: 52.5,0.5 parent: 1 - type: Transform - uid: 17928 components: - - pos: 52.5,-0.5 + - type: Transform + pos: 52.5,-0.5 parent: 1 - type: Transform - uid: 17929 components: - - pos: 54.5,4.5 + - type: Transform + pos: 54.5,4.5 parent: 1 - type: Transform - uid: 17930 components: - - pos: 51.5,2.5 + - type: Transform + pos: 51.5,2.5 parent: 1 - type: Transform - uid: 17931 components: - - pos: 51.5,1.5 + - type: Transform + pos: 51.5,1.5 parent: 1 - type: Transform - uid: 17932 components: - - pos: 51.5,0.5 + - type: Transform + pos: 51.5,0.5 parent: 1 - type: Transform - uid: 17933 components: - - pos: 51.5,-0.5 + - type: Transform + pos: 51.5,-0.5 parent: 1 - type: Transform - uid: 17934 components: - - pos: 51.5,-1.5 + - type: Transform + pos: 51.5,-1.5 parent: 1 - type: Transform - uid: 17935 components: - - pos: 50.5,2.5 + - type: Transform + pos: 50.5,2.5 parent: 1 - type: Transform - uid: 17936 components: - - pos: 50.5,1.5 + - type: Transform + pos: 50.5,1.5 parent: 1 - type: Transform - uid: 17937 components: - - pos: 50.5,0.5 + - type: Transform + pos: 50.5,0.5 parent: 1 - type: Transform - uid: 17938 components: - - pos: 50.5,-0.5 + - type: Transform + pos: 50.5,-0.5 parent: 1 - type: Transform - uid: 17939 components: - - pos: 50.5,-1.5 + - type: Transform + pos: 50.5,-1.5 parent: 1 - type: Transform - uid: 17940 components: - - pos: 68.5,-5.5 + - type: Transform + pos: 68.5,-5.5 parent: 1 - type: Transform - uid: 17942 components: - - pos: 68.5,-6.5 + - type: Transform + pos: 68.5,-6.5 parent: 1 - type: Transform - uid: 17943 components: - - pos: 68.5,-7.5 + - type: Transform + pos: 68.5,-7.5 parent: 1 - type: Transform - uid: 17944 components: - - pos: 68.5,-8.5 + - type: Transform + pos: 68.5,-8.5 parent: 1 - type: Transform - uid: 17945 components: - - pos: 68.5,-9.5 + - type: Transform + pos: 68.5,-9.5 parent: 1 - type: Transform - uid: 17946 components: - - pos: 68.5,-10.5 + - type: Transform + pos: 68.5,-10.5 parent: 1 - type: Transform - uid: 17947 components: - - pos: 68.5,-11.5 + - type: Transform + pos: 68.5,-11.5 parent: 1 - type: Transform - uid: 17948 components: - - pos: 69.5,-4.5 + - type: Transform + pos: 69.5,-4.5 parent: 1 - type: Transform - uid: 17949 components: - - pos: 69.5,-5.5 + - type: Transform + pos: 69.5,-5.5 parent: 1 - type: Transform - uid: 17950 components: - - pos: 69.5,-6.5 + - type: Transform + pos: 69.5,-6.5 parent: 1 - type: Transform - uid: 17951 components: - - pos: 69.5,-7.5 + - type: Transform + pos: 69.5,-7.5 parent: 1 - type: Transform - uid: 17952 components: - - pos: 69.5,-8.5 + - type: Transform + pos: 69.5,-8.5 parent: 1 - type: Transform - uid: 17953 components: - - pos: 69.5,-9.5 + - type: Transform + pos: 69.5,-9.5 parent: 1 - type: Transform - uid: 17954 components: - - pos: 69.5,-10.5 + - type: Transform + pos: 69.5,-10.5 parent: 1 - type: Transform - uid: 17955 components: - - pos: 69.5,-11.5 + - type: Transform + pos: 69.5,-11.5 parent: 1 - type: Transform - uid: 17956 components: - - pos: 70.5,-4.5 + - type: Transform + pos: 70.5,-4.5 parent: 1 - type: Transform - uid: 17959 components: - - pos: 70.5,-5.5 + - type: Transform + pos: 70.5,-5.5 parent: 1 - type: Transform - uid: 17963 components: - - pos: 70.5,-6.5 + - type: Transform + pos: 70.5,-6.5 parent: 1 - type: Transform - uid: 17991 components: - - pos: 70.5,-7.5 + - type: Transform + pos: 70.5,-7.5 parent: 1 - type: Transform - uid: 17992 components: - - pos: 70.5,-8.5 + - type: Transform + pos: 70.5,-8.5 parent: 1 - type: Transform - uid: 17993 components: - - pos: 70.5,-9.5 + - type: Transform + pos: 70.5,-9.5 parent: 1 - type: Transform - uid: 17995 components: - - pos: 70.5,-11.5 + - type: Transform + pos: 70.5,-11.5 parent: 1 - type: Transform - uid: 17997 components: - - pos: 71.5,-5.5 + - type: Transform + pos: 71.5,-5.5 parent: 1 - type: Transform - uid: 17998 components: - - pos: 71.5,-6.5 + - type: Transform + pos: 71.5,-6.5 parent: 1 - type: Transform - uid: 17999 components: - - pos: 71.5,-7.5 + - type: Transform + pos: 71.5,-7.5 parent: 1 - type: Transform - uid: 18000 components: - - pos: 71.5,-8.5 + - type: Transform + pos: 71.5,-8.5 parent: 1 - type: Transform - uid: 18001 components: - - pos: 71.5,-9.5 + - type: Transform + pos: 71.5,-9.5 parent: 1 - type: Transform - uid: 18002 components: - - pos: 71.5,-10.5 + - type: Transform + pos: 71.5,-10.5 parent: 1 - type: Transform - uid: 18003 components: - - pos: 71.5,-11.5 + - type: Transform + pos: 71.5,-11.5 parent: 1 - type: Transform - uid: 18006 components: - - pos: 72.5,-6.5 + - type: Transform + pos: 72.5,-6.5 parent: 1 - type: Transform - uid: 18007 components: - - pos: 72.5,-7.5 + - type: Transform + pos: 72.5,-7.5 parent: 1 - type: Transform - uid: 18008 components: - - pos: 72.5,-8.5 + - type: Transform + pos: 72.5,-8.5 parent: 1 - type: Transform - uid: 18028 components: - - pos: 72.5,-9.5 + - type: Transform + pos: 72.5,-9.5 parent: 1 - type: Transform - uid: 18029 components: - - pos: 72.5,-10.5 + - type: Transform + pos: 72.5,-10.5 parent: 1 - type: Transform - uid: 18030 components: - - pos: 72.5,-11.5 + - type: Transform + pos: 72.5,-11.5 parent: 1 - type: Transform - uid: 18034 components: - - pos: 73.5,-7.5 + - type: Transform + pos: 73.5,-7.5 parent: 1 - type: Transform - uid: 18035 components: - - pos: 73.5,-8.5 + - type: Transform + pos: 73.5,-8.5 parent: 1 - type: Transform - uid: 18036 components: - - pos: 73.5,-9.5 + - type: Transform + pos: 73.5,-9.5 parent: 1 - type: Transform - uid: 18037 components: - - pos: 73.5,-10.5 + - type: Transform + pos: 73.5,-10.5 parent: 1 - type: Transform - uid: 18040 components: - - pos: 74.5,-7.5 + - type: Transform + pos: 74.5,-7.5 parent: 1 - type: Transform - uid: 18041 components: - - pos: 74.5,-8.5 + - type: Transform + pos: 74.5,-8.5 parent: 1 - type: Transform - uid: 18042 components: - - pos: 74.5,-9.5 + - type: Transform + pos: 74.5,-9.5 parent: 1 - type: Transform - uid: 18043 components: - - pos: 74.5,-10.5 + - type: Transform + pos: 74.5,-10.5 parent: 1 - type: Transform - uid: 18044 components: - - pos: 75.5,-4.5 + - type: Transform + pos: 75.5,-4.5 parent: 1 - type: Transform - uid: 18046 components: - - pos: 75.5,-6.5 + - type: Transform + pos: 75.5,-6.5 parent: 1 - type: Transform - uid: 18047 components: - - pos: 75.5,-7.5 + - type: Transform + pos: 75.5,-7.5 parent: 1 - type: Transform - uid: 18048 components: - - pos: 75.5,-8.5 + - type: Transform + pos: 75.5,-8.5 parent: 1 - type: Transform - uid: 18049 components: - - pos: 75.5,-9.5 + - type: Transform + pos: 75.5,-9.5 parent: 1 - type: Transform - uid: 18052 components: - - pos: 76.5,-6.5 + - type: Transform + pos: 76.5,-6.5 parent: 1 - type: Transform - uid: 18053 components: - - pos: 76.5,-7.5 + - type: Transform + pos: 76.5,-7.5 parent: 1 - type: Transform - uid: 18054 components: - - pos: 76.5,-8.5 + - type: Transform + pos: 76.5,-8.5 parent: 1 - type: Transform - uid: 18055 components: - - pos: 76.5,-9.5 + - type: Transform + pos: 76.5,-9.5 parent: 1 - type: Transform - uid: 18056 components: - - pos: 77.5,-4.5 + - type: Transform + pos: 77.5,-4.5 parent: 1 - type: Transform - uid: 18057 components: - - pos: 77.5,-5.5 + - type: Transform + pos: 77.5,-5.5 parent: 1 - type: Transform - uid: 18058 components: - - pos: 77.5,-6.5 + - type: Transform + pos: 77.5,-6.5 parent: 1 - type: Transform - uid: 18060 components: - - pos: 77.5,-8.5 + - type: Transform + pos: 77.5,-8.5 parent: 1 - type: Transform - uid: 18061 components: - - pos: 77.5,-9.5 + - type: Transform + pos: 77.5,-9.5 parent: 1 - type: Transform - uid: 18062 components: - - pos: 78.5,-4.5 + - type: Transform + pos: 78.5,-4.5 parent: 1 - type: Transform - uid: 18063 components: - - pos: 78.5,-5.5 + - type: Transform + pos: 78.5,-5.5 parent: 1 - type: Transform - uid: 18064 components: - - pos: 78.5,-6.5 + - type: Transform + pos: 78.5,-6.5 parent: 1 - type: Transform - uid: 18065 components: - - pos: 78.5,-7.5 + - type: Transform + pos: 78.5,-7.5 parent: 1 - type: Transform - uid: 18066 components: - - pos: 78.5,-8.5 + - type: Transform + pos: 78.5,-8.5 parent: 1 - type: Transform - uid: 18067 components: - - pos: 78.5,-9.5 + - type: Transform + pos: 78.5,-9.5 parent: 1 - type: Transform - uid: 18068 components: - - pos: 79.5,-7.5 + - type: Transform + pos: 79.5,-7.5 parent: 1 - type: Transform - uid: 18069 components: - - pos: 79.5,-8.5 + - type: Transform + pos: 79.5,-8.5 parent: 1 - type: Transform - uid: 18070 components: - - pos: 79.5,-9.5 + - type: Transform + pos: 79.5,-9.5 parent: 1 - type: Transform - uid: 18071 components: - - pos: 79.5,-10.5 + - type: Transform + pos: 79.5,-10.5 parent: 1 - type: Transform - uid: 18072 components: - - pos: 79.5,-11.5 + - type: Transform + pos: 79.5,-11.5 parent: 1 - type: Transform - uid: 18073 components: - - pos: 78.5,-10.5 + - type: Transform + pos: 78.5,-10.5 parent: 1 - type: Transform - uid: 18074 components: - - pos: 77.5,-10.5 + - type: Transform + pos: 77.5,-10.5 parent: 1 - type: Transform - uid: 18075 components: - - pos: 80.5,-9.5 + - type: Transform + pos: 80.5,-9.5 parent: 1 - type: Transform - uid: 18076 components: - - pos: 80.5,-10.5 + - type: Transform + pos: 80.5,-10.5 parent: 1 - type: Transform - uid: 18077 components: - - pos: 77.5,-3.5 + - type: Transform + pos: 77.5,-3.5 parent: 1 - type: Transform - uid: 18078 components: - - pos: 77.5,-2.5 + - type: Transform + pos: 77.5,-2.5 parent: 1 - type: Transform - uid: 18122 components: - - pos: 60.5,-11.5 + - type: Transform + pos: 60.5,-11.5 parent: 1 - type: Transform - uid: 18123 components: - - pos: 60.5,-12.5 + - type: Transform + pos: 60.5,-12.5 parent: 1 - type: Transform - uid: 18124 components: - - pos: 60.5,-13.5 + - type: Transform + pos: 60.5,-13.5 parent: 1 - type: Transform - uid: 18125 components: - - pos: 60.5,-14.5 + - type: Transform + pos: 60.5,-14.5 parent: 1 - type: Transform - uid: 18126 components: - - pos: 60.5,-15.5 + - type: Transform + pos: 60.5,-15.5 parent: 1 - type: Transform - uid: 18364 components: - - pos: 60.5,-16.5 + - type: Transform + pos: 60.5,-16.5 parent: 1 - type: Transform - uid: 18365 components: - - pos: 60.5,-17.5 + - type: Transform + pos: 60.5,-17.5 parent: 1 - type: Transform - uid: 18366 components: - - pos: 60.5,-18.5 + - type: Transform + pos: 60.5,-18.5 parent: 1 - type: Transform - uid: 18367 components: - - pos: 60.5,-19.5 + - type: Transform + pos: 60.5,-19.5 parent: 1 - type: Transform - uid: 18368 components: - - pos: 60.5,-20.5 + - type: Transform + pos: 60.5,-20.5 parent: 1 - type: Transform - uid: 18369 components: - - pos: 60.5,-21.5 + - type: Transform + pos: 60.5,-21.5 parent: 1 - type: Transform - uid: 18370 components: - - pos: 60.5,-22.5 + - type: Transform + pos: 60.5,-22.5 parent: 1 - type: Transform - uid: 18371 components: - - pos: 60.5,-23.5 + - type: Transform + pos: 60.5,-23.5 parent: 1 - type: Transform - uid: 18372 components: - - pos: 61.5,-11.5 + - type: Transform + pos: 61.5,-11.5 parent: 1 - type: Transform - uid: 18373 components: - - pos: 61.5,-12.5 + - type: Transform + pos: 61.5,-12.5 parent: 1 - type: Transform - uid: 18374 components: - - pos: 61.5,-13.5 + - type: Transform + pos: 61.5,-13.5 parent: 1 - type: Transform - uid: 18375 components: - - pos: 61.5,-14.5 + - type: Transform + pos: 61.5,-14.5 parent: 1 - type: Transform - uid: 18376 components: - - pos: 61.5,-15.5 + - type: Transform + pos: 61.5,-15.5 parent: 1 - type: Transform - uid: 18377 components: - - pos: 61.5,-16.5 + - type: Transform + pos: 61.5,-16.5 parent: 1 - type: Transform - uid: 18378 components: - - pos: 61.5,-17.5 + - type: Transform + pos: 61.5,-17.5 parent: 1 - type: Transform - uid: 18403 components: - - pos: 61.5,-18.5 + - type: Transform + pos: 61.5,-18.5 parent: 1 - type: Transform - uid: 18480 components: - - pos: 61.5,-19.5 + - type: Transform + pos: 61.5,-19.5 parent: 1 - type: Transform - uid: 18895 components: - - pos: 61.5,-20.5 + - type: Transform + pos: 61.5,-20.5 parent: 1 - type: Transform - uid: 18896 components: - - pos: 61.5,-21.5 + - type: Transform + pos: 61.5,-21.5 parent: 1 - type: Transform - uid: 18903 components: - - pos: 61.5,-22.5 + - type: Transform + pos: 61.5,-22.5 parent: 1 - type: Transform - uid: 18907 components: - - pos: 61.5,-23.5 + - type: Transform + pos: 61.5,-23.5 parent: 1 - type: Transform - uid: 19225 components: - - pos: 62.5,-11.5 + - type: Transform + pos: 62.5,-11.5 parent: 1 - type: Transform - uid: 19229 components: - - pos: 62.5,-12.5 + - type: Transform + pos: 62.5,-12.5 parent: 1 - type: Transform - uid: 19242 components: - - pos: 62.5,-13.5 + - type: Transform + pos: 62.5,-13.5 parent: 1 - type: Transform - uid: 19243 components: - - pos: 62.5,-14.5 + - type: Transform + pos: 62.5,-14.5 parent: 1 - type: Transform - uid: 19250 components: - - pos: 62.5,-15.5 + - type: Transform + pos: 62.5,-15.5 parent: 1 - type: Transform - uid: 19253 components: - - pos: 62.5,-16.5 + - type: Transform + pos: 62.5,-16.5 parent: 1 - type: Transform - uid: 19502 components: - - pos: 62.5,-17.5 + - type: Transform + pos: 62.5,-17.5 parent: 1 - type: Transform - uid: 19509 components: - - pos: 62.5,-18.5 + - type: Transform + pos: 62.5,-18.5 parent: 1 - type: Transform - uid: 19511 components: - - pos: 62.5,-19.5 + - type: Transform + pos: 62.5,-19.5 parent: 1 - type: Transform - uid: 19730 components: - - pos: 62.5,-20.5 + - type: Transform + pos: 62.5,-20.5 parent: 1 - type: Transform - uid: 19731 components: - - pos: 62.5,-21.5 + - type: Transform + pos: 62.5,-21.5 parent: 1 - type: Transform - uid: 20113 components: - - pos: 62.5,-22.5 + - type: Transform + pos: 62.5,-22.5 parent: 1 - type: Transform - uid: 20244 components: - - pos: 62.5,-23.5 + - type: Transform + pos: 62.5,-23.5 parent: 1 - type: Transform - uid: 20329 components: - - pos: 63.5,-11.5 + - type: Transform + pos: 63.5,-11.5 parent: 1 - type: Transform - uid: 20543 components: - - pos: 63.5,-12.5 + - type: Transform + pos: 63.5,-12.5 parent: 1 - type: Transform - uid: 20871 components: - - pos: 63.5,-13.5 + - type: Transform + pos: 63.5,-13.5 parent: 1 - type: Transform - uid: 20872 components: - - pos: 63.5,-14.5 + - type: Transform + pos: 63.5,-14.5 parent: 1 - type: Transform - uid: 20873 components: - - pos: 63.5,-15.5 + - type: Transform + pos: 63.5,-15.5 parent: 1 - type: Transform - uid: 21312 components: - - pos: 63.5,-16.5 + - type: Transform + pos: 63.5,-16.5 parent: 1 - type: Transform - uid: 21319 components: - - pos: 63.5,-17.5 + - type: Transform + pos: 63.5,-17.5 parent: 1 - type: Transform - uid: 21320 components: - - pos: 63.5,-18.5 + - type: Transform + pos: 63.5,-18.5 parent: 1 - type: Transform - uid: 21321 components: - - pos: 63.5,-19.5 + - type: Transform + pos: 63.5,-19.5 parent: 1 - type: Transform - uid: 21387 components: - - pos: 63.5,-20.5 + - type: Transform + pos: 63.5,-20.5 parent: 1 - type: Transform - uid: 21388 components: - - pos: 63.5,-21.5 + - type: Transform + pos: 63.5,-21.5 parent: 1 - type: Transform - uid: 21389 components: - - pos: 63.5,-22.5 + - type: Transform + pos: 63.5,-22.5 parent: 1 - type: Transform - uid: 21390 components: - - pos: 63.5,-23.5 + - type: Transform + pos: 63.5,-23.5 parent: 1 - type: Transform - uid: 21391 components: - - pos: 64.5,-11.5 + - type: Transform + pos: 64.5,-11.5 parent: 1 - type: Transform - uid: 21392 components: - - pos: 64.5,-12.5 + - type: Transform + pos: 64.5,-12.5 parent: 1 - type: Transform - uid: 21393 components: - - pos: 64.5,-13.5 + - type: Transform + pos: 64.5,-13.5 parent: 1 - type: Transform - uid: 21394 components: - - pos: 64.5,-14.5 + - type: Transform + pos: 64.5,-14.5 parent: 1 - type: Transform - uid: 21651 components: - - pos: 64.5,-15.5 + - type: Transform + pos: 64.5,-15.5 parent: 1 - type: Transform - uid: 21656 components: - - pos: 64.5,-16.5 + - type: Transform + pos: 64.5,-16.5 parent: 1 - type: Transform - uid: 21823 components: - - pos: 64.5,-17.5 + - type: Transform + pos: 64.5,-17.5 parent: 1 - type: Transform - uid: 21921 components: - - pos: 64.5,-18.5 + - type: Transform + pos: 64.5,-18.5 parent: 1 - type: Transform - uid: 21932 components: - - pos: 64.5,-19.5 + - type: Transform + pos: 64.5,-19.5 parent: 1 - type: Transform - uid: 21933 components: - - pos: 64.5,-20.5 + - type: Transform + pos: 64.5,-20.5 parent: 1 - type: Transform - uid: 21934 components: - - pos: 64.5,-21.5 + - type: Transform + pos: 64.5,-21.5 parent: 1 - type: Transform - uid: 21935 components: - - pos: 64.5,-22.5 + - type: Transform + pos: 64.5,-22.5 parent: 1 - type: Transform - uid: 21936 components: - - pos: 64.5,-23.5 + - type: Transform + pos: 64.5,-23.5 parent: 1 - type: Transform - uid: 21937 components: - - pos: 65.5,-11.5 + - type: Transform + pos: 65.5,-11.5 parent: 1 - type: Transform - uid: 21938 components: - - pos: 65.5,-12.5 + - type: Transform + pos: 65.5,-12.5 parent: 1 - type: Transform - uid: 21939 components: - - pos: 65.5,-13.5 + - type: Transform + pos: 65.5,-13.5 parent: 1 - type: Transform - uid: 21940 components: - - pos: 65.5,-14.5 + - type: Transform + pos: 65.5,-14.5 parent: 1 - type: Transform - uid: 21947 components: - - pos: 65.5,-15.5 + - type: Transform + pos: 65.5,-15.5 parent: 1 - type: Transform - uid: 22188 components: - - pos: 65.5,-16.5 + - type: Transform + pos: 65.5,-16.5 parent: 1 - type: Transform - uid: 22189 components: - - pos: 65.5,-17.5 + - type: Transform + pos: 65.5,-17.5 parent: 1 - type: Transform - uid: 22190 components: - - pos: 65.5,-18.5 + - type: Transform + pos: 65.5,-18.5 parent: 1 - type: Transform - uid: 22191 components: - - pos: 65.5,-19.5 + - type: Transform + pos: 65.5,-19.5 parent: 1 - type: Transform - uid: 22192 components: - - pos: 65.5,-20.5 + - type: Transform + pos: 65.5,-20.5 parent: 1 - type: Transform - uid: 22193 components: - - pos: 65.5,-21.5 + - type: Transform + pos: 65.5,-21.5 parent: 1 - type: Transform - uid: 22194 components: - - pos: 65.5,-22.5 + - type: Transform + pos: 65.5,-22.5 parent: 1 - type: Transform - uid: 22195 components: - - pos: 65.5,-23.5 + - type: Transform + pos: 65.5,-23.5 parent: 1 - type: Transform - uid: 22196 components: - - pos: 66.5,-11.5 + - type: Transform + pos: 66.5,-11.5 parent: 1 - type: Transform - uid: 22197 components: - - pos: 66.5,-12.5 + - type: Transform + pos: 66.5,-12.5 parent: 1 - type: Transform - uid: 22198 components: - - pos: 66.5,-13.5 + - type: Transform + pos: 66.5,-13.5 parent: 1 - type: Transform - uid: 22199 components: - - pos: 66.5,-14.5 + - type: Transform + pos: 66.5,-14.5 parent: 1 - type: Transform - uid: 22200 components: - - pos: 66.5,-15.5 + - type: Transform + pos: 66.5,-15.5 parent: 1 - type: Transform - uid: 22201 components: - - pos: 66.5,-16.5 + - type: Transform + pos: 66.5,-16.5 parent: 1 - type: Transform - uid: 22202 components: - - pos: 66.5,-17.5 + - type: Transform + pos: 66.5,-17.5 parent: 1 - type: Transform - uid: 22203 components: - - pos: 66.5,-18.5 + - type: Transform + pos: 66.5,-18.5 parent: 1 - type: Transform - uid: 22204 components: - - pos: 66.5,-19.5 + - type: Transform + pos: 66.5,-19.5 parent: 1 - type: Transform - uid: 22205 components: - - pos: 66.5,-20.5 + - type: Transform + pos: 66.5,-20.5 parent: 1 - type: Transform - uid: 22206 components: - - pos: 66.5,-21.5 + - type: Transform + pos: 66.5,-21.5 parent: 1 - type: Transform - uid: 22207 components: - - pos: 66.5,-22.5 + - type: Transform + pos: 66.5,-22.5 parent: 1 - type: Transform - uid: 22208 components: - - pos: 66.5,-23.5 + - type: Transform + pos: 66.5,-23.5 parent: 1 - type: Transform - uid: 22209 components: - - pos: 67.5,-11.5 + - type: Transform + pos: 67.5,-11.5 parent: 1 - type: Transform - uid: 22210 components: - - pos: 67.5,-12.5 + - type: Transform + pos: 67.5,-12.5 parent: 1 - type: Transform - uid: 22264 components: - - pos: 67.5,-13.5 + - type: Transform + pos: 67.5,-13.5 parent: 1 - type: Transform - uid: 22265 components: - - pos: 67.5,-14.5 + - type: Transform + pos: 67.5,-14.5 parent: 1 - type: Transform - uid: 22266 components: - - pos: 67.5,-15.5 + - type: Transform + pos: 67.5,-15.5 parent: 1 - type: Transform - uid: 22267 components: - - pos: 67.5,-16.5 + - type: Transform + pos: 67.5,-16.5 parent: 1 - type: Transform - uid: 22268 components: - - pos: 67.5,-17.5 + - type: Transform + pos: 67.5,-17.5 parent: 1 - type: Transform - uid: 22269 components: - - pos: 67.5,-18.5 + - type: Transform + pos: 67.5,-18.5 parent: 1 - type: Transform - uid: 22270 components: - - pos: 67.5,-19.5 + - type: Transform + pos: 67.5,-19.5 parent: 1 - type: Transform - uid: 22271 components: - - pos: 67.5,-20.5 + - type: Transform + pos: 67.5,-20.5 parent: 1 - type: Transform - uid: 22276 components: - - pos: 67.5,-21.5 + - type: Transform + pos: 67.5,-21.5 parent: 1 - type: Transform - uid: 22277 components: - - pos: 67.5,-22.5 + - type: Transform + pos: 67.5,-22.5 parent: 1 - type: Transform - uid: 22278 components: - - pos: 67.5,-23.5 + - type: Transform + pos: 67.5,-23.5 parent: 1 - type: Transform - uid: 22279 components: - - pos: 67.5,-24.5 + - type: Transform + pos: 67.5,-24.5 parent: 1 - type: Transform - uid: 22280 components: - - pos: 66.5,-24.5 + - type: Transform + pos: 66.5,-24.5 parent: 1 - type: Transform - uid: 22281 components: - - pos: 65.5,-24.5 + - type: Transform + pos: 65.5,-24.5 parent: 1 - type: Transform - uid: 22282 components: - - pos: 64.5,-24.5 + - type: Transform + pos: 64.5,-24.5 parent: 1 - type: Transform - uid: 22283 components: - - pos: 63.5,-24.5 + - type: Transform + pos: 63.5,-24.5 parent: 1 - type: Transform - uid: 22284 components: - - pos: 62.5,-24.5 + - type: Transform + pos: 62.5,-24.5 parent: 1 - type: Transform - uid: 22285 components: - - pos: 66.5,-25.5 + - type: Transform + pos: 66.5,-25.5 parent: 1 - type: Transform - uid: 22286 components: - - pos: 65.5,-25.5 + - type: Transform + pos: 65.5,-25.5 parent: 1 - type: Transform - uid: 22287 components: - - pos: 64.5,-25.5 + - type: Transform + pos: 64.5,-25.5 parent: 1 - type: Transform - uid: 22288 components: - - pos: 63.5,-25.5 + - type: Transform + pos: 63.5,-25.5 parent: 1 - type: Transform - uid: 22289 components: - - pos: 71.5,-12.5 + - type: Transform + pos: 71.5,-12.5 parent: 1 - type: Transform - uid: 22290 components: - - pos: 70.5,-12.5 + - type: Transform + pos: 70.5,-12.5 parent: 1 - type: Transform - uid: 22291 components: - - pos: 69.5,-12.5 + - type: Transform + pos: 69.5,-12.5 parent: 1 - type: Transform - uid: 22292 components: - - pos: 68.5,-12.5 + - type: Transform + pos: 68.5,-12.5 parent: 1 - type: Transform - uid: 22293 components: - - pos: 69.5,-13.5 + - type: Transform + pos: 69.5,-13.5 parent: 1 - type: Transform - uid: 22294 components: - - pos: 68.5,-13.5 + - type: Transform + pos: 68.5,-13.5 parent: 1 - type: Transform - uid: 22295 components: - - pos: 68.5,-14.5 + - type: Transform + pos: 68.5,-14.5 parent: 1 - type: Transform - uid: 22296 components: - - pos: 68.5,-15.5 + - type: Transform + pos: 68.5,-15.5 parent: 1 - type: Transform - uid: 22297 components: - - pos: 68.5,-16.5 + - type: Transform + pos: 68.5,-16.5 parent: 1 - type: Transform - uid: 22371 components: - - pos: 68.5,-17.5 + - type: Transform + pos: 68.5,-17.5 parent: 1 - type: Transform - uid: 22372 components: - - pos: 68.5,-18.5 + - type: Transform + pos: 68.5,-18.5 parent: 1 - type: Transform - uid: 22373 components: - - pos: 68.5,-19.5 + - type: Transform + pos: 68.5,-19.5 parent: 1 - type: Transform - uid: 22375 components: - - pos: 68.5,-20.5 + - type: Transform + pos: 68.5,-20.5 parent: 1 - type: Transform - uid: 22376 components: - - pos: 68.5,-21.5 + - type: Transform + pos: 68.5,-21.5 parent: 1 - type: Transform - uid: 22377 components: - - pos: 68.5,-22.5 + - type: Transform + pos: 68.5,-22.5 parent: 1 - type: Transform - uid: 22378 components: - - pos: 69.5,-16.5 + - type: Transform + pos: 69.5,-16.5 parent: 1 - type: Transform - uid: 22379 components: - - pos: 69.5,-17.5 + - type: Transform + pos: 69.5,-17.5 parent: 1 - type: Transform - uid: 22380 components: - - pos: 69.5,-18.5 + - type: Transform + pos: 69.5,-18.5 parent: 1 - type: Transform - uid: 22381 components: - - pos: 69.5,-19.5 + - type: Transform + pos: 69.5,-19.5 parent: 1 - type: Transform - uid: 22383 components: - - pos: 69.5,-21.5 + - type: Transform + pos: 69.5,-21.5 parent: 1 - type: Transform - uid: 22384 components: - - pos: 70.5,-16.5 + - type: Transform + pos: 70.5,-16.5 parent: 1 - type: Transform - uid: 22385 components: - - pos: 70.5,-17.5 + - type: Transform + pos: 70.5,-17.5 parent: 1 - type: Transform - uid: 22386 components: - - pos: 70.5,-18.5 + - type: Transform + pos: 70.5,-18.5 parent: 1 - type: Transform - uid: 22387 components: - - pos: 70.5,-19.5 + - type: Transform + pos: 70.5,-19.5 parent: 1 - type: Transform - uid: 22440 components: - - pos: 70.5,-20.5 + - type: Transform + pos: 70.5,-20.5 parent: 1 - type: Transform - uid: 22441 components: - - pos: 70.5,-21.5 + - type: Transform + pos: 70.5,-21.5 parent: 1 - type: Transform - uid: 22442 components: - - pos: 71.5,-16.5 + - type: Transform + pos: 71.5,-16.5 parent: 1 - type: Transform - uid: 22456 components: - - pos: 71.5,-17.5 + - type: Transform + pos: 71.5,-17.5 parent: 1 - type: Transform - uid: 22457 components: - - pos: 71.5,-18.5 + - type: Transform + pos: 71.5,-18.5 parent: 1 - type: Transform - uid: 22459 components: - - pos: 71.5,-19.5 + - type: Transform + pos: 71.5,-19.5 parent: 1 - type: Transform - uid: 22460 components: - - pos: 71.5,-20.5 + - type: Transform + pos: 71.5,-20.5 parent: 1 - type: Transform - uid: 22461 components: - - pos: 71.5,-21.5 + - type: Transform + pos: 71.5,-21.5 parent: 1 - type: Transform - uid: 22462 components: - - pos: 72.5,-16.5 + - type: Transform + pos: 72.5,-16.5 parent: 1 - type: Transform - uid: 22463 components: - - pos: 72.5,-17.5 + - type: Transform + pos: 72.5,-17.5 parent: 1 - type: Transform - uid: 22464 components: - - pos: 72.5,-18.5 + - type: Transform + pos: 72.5,-18.5 parent: 1 - type: Transform - uid: 22465 components: - - pos: 72.5,-19.5 + - type: Transform + pos: 72.5,-19.5 parent: 1 - type: Transform - uid: 22466 components: - - pos: 72.5,-20.5 + - type: Transform + pos: 72.5,-20.5 parent: 1 - type: Transform - uid: 22467 components: - - pos: 72.5,-21.5 + - type: Transform + pos: 72.5,-21.5 parent: 1 - type: Transform - uid: 22468 components: - - pos: 73.5,-16.5 + - type: Transform + pos: 73.5,-16.5 parent: 1 - type: Transform - uid: 22469 components: - - pos: 73.5,-17.5 + - type: Transform + pos: 73.5,-17.5 parent: 1 - type: Transform - uid: 22470 components: - - pos: 73.5,-18.5 + - type: Transform + pos: 73.5,-18.5 parent: 1 - type: Transform - uid: 22471 components: - - pos: 73.5,-19.5 + - type: Transform + pos: 73.5,-19.5 parent: 1 - type: Transform - uid: 22472 components: - - pos: 73.5,-20.5 + - type: Transform + pos: 73.5,-20.5 parent: 1 - type: Transform - uid: 22473 components: - - pos: 73.5,-21.5 + - type: Transform + pos: 73.5,-21.5 parent: 1 - type: Transform - uid: 22474 components: - - pos: 69.5,-22.5 + - type: Transform + pos: 69.5,-22.5 parent: 1 - type: Transform - uid: 22475 components: - - pos: 70.5,-22.5 + - type: Transform + pos: 70.5,-22.5 parent: 1 - type: Transform - uid: 22476 components: - - pos: 74.5,-20.5 + - type: Transform + pos: 74.5,-20.5 parent: 1 - type: Transform - uid: 22477 components: - - pos: 74.5,-18.5 + - type: Transform + pos: 74.5,-18.5 parent: 1 - type: Transform - uid: 22478 components: - - pos: 74.5,-18.5 + - type: Transform + pos: 74.5,-18.5 parent: 1 - type: Transform - uid: 22479 components: - - pos: 74.5,-17.5 + - type: Transform + pos: 74.5,-17.5 parent: 1 - type: Transform - uid: 22480 components: - - pos: 74.5,-16.5 + - type: Transform + pos: 74.5,-16.5 parent: 1 - type: Transform - uid: 22481 components: - - pos: 74.5,-15.5 + - type: Transform + pos: 74.5,-15.5 parent: 1 - type: Transform - uid: 22482 components: - - pos: 75.5,-18.5 + - type: Transform + pos: 75.5,-18.5 parent: 1 - type: Transform - uid: 22483 components: - - pos: 75.5,-17.5 + - type: Transform + pos: 75.5,-17.5 parent: 1 - type: Transform - uid: 22484 components: - - pos: 75.5,-16.5 + - type: Transform + pos: 75.5,-16.5 parent: 1 - type: Transform - uid: 22485 components: - - pos: 75.5,-15.5 + - type: Transform + pos: 75.5,-15.5 parent: 1 - type: Transform - uid: 22486 components: - - pos: 72.5,-15.5 + - type: Transform + pos: 72.5,-15.5 parent: 1 - type: Transform - uid: 22487 components: - - pos: 75.5,-14.5 + - type: Transform + pos: 75.5,-14.5 parent: 1 - type: Transform - uid: 22488 components: - - pos: 75.5,-13.5 + - type: Transform + pos: 75.5,-13.5 parent: 1 - type: Transform - uid: 22489 components: - - pos: 76.5,-13.5 + - type: Transform + pos: 76.5,-13.5 parent: 1 - type: Transform - uid: 22490 components: - - pos: 76.5,-14.5 + - type: Transform + pos: 76.5,-14.5 parent: 1 - type: Transform - uid: 22491 components: - - pos: 76.5,-15.5 + - type: Transform + pos: 76.5,-15.5 parent: 1 - type: Transform - uid: 22492 components: - - pos: 76.5,-17.5 + - type: Transform + pos: 76.5,-17.5 parent: 1 - type: Transform - uid: 22493 components: - - pos: 59.5,-15.5 + - type: Transform + pos: 59.5,-15.5 parent: 1 - type: Transform - uid: 22494 components: - - pos: 59.5,-16.5 + - type: Transform + pos: 59.5,-16.5 parent: 1 - type: Transform - uid: 22495 components: - - pos: 59.5,-17.5 + - type: Transform + pos: 59.5,-17.5 parent: 1 - type: Transform - uid: 22496 components: - - pos: 58.5,-15.5 + - type: Transform + pos: 58.5,-15.5 parent: 1 - type: Transform - uid: 22497 components: - - pos: 58.5,-16.5 + - type: Transform + pos: 58.5,-16.5 parent: 1 - type: Transform - uid: 22498 components: - - pos: 58.5,-17.5 + - type: Transform + pos: 58.5,-17.5 parent: 1 - type: Transform - uid: 22499 components: - - pos: 57.5,-15.5 + - type: Transform + pos: 57.5,-15.5 parent: 1 - type: Transform - uid: 22500 components: - - pos: 57.5,-16.5 + - type: Transform + pos: 57.5,-16.5 parent: 1 - type: Transform - uid: 22501 components: - - pos: 57.5,-17.5 + - type: Transform + pos: 57.5,-17.5 parent: 1 - type: Transform - uid: 22502 components: - - pos: 56.5,-16.5 + - type: Transform + pos: 56.5,-16.5 parent: 1 - type: Transform - uid: 22503 components: - - pos: 59.5,-18.5 + - type: Transform + pos: 59.5,-18.5 parent: 1 - type: Transform - uid: 22504 components: - - pos: 59.5,-19.5 + - type: Transform + pos: 59.5,-19.5 parent: 1 - type: Transform - uid: 22505 components: - - pos: 59.5,-20.5 + - type: Transform + pos: 59.5,-20.5 parent: 1 - type: Transform - uid: 22507 components: - - pos: 59.5,-22.5 + - type: Transform + pos: 59.5,-22.5 parent: 1 - type: Transform - uid: 22508 components: - - pos: 58.5,-18.5 + - type: Transform + pos: 58.5,-18.5 parent: 1 - type: Transform - uid: 22509 components: - - pos: 58.5,-19.5 + - type: Transform + pos: 58.5,-19.5 parent: 1 - type: Transform - uid: 22510 components: - - pos: 58.5,-20.5 + - type: Transform + pos: 58.5,-20.5 parent: 1 - type: Transform - uid: 22511 components: - - pos: 58.5,-21.5 + - type: Transform + pos: 58.5,-21.5 parent: 1 - type: Transform - uid: 22512 components: - - pos: 58.5,-22.5 + - type: Transform + pos: 58.5,-22.5 parent: 1 - type: Transform - uid: 22513 components: - - pos: 57.5,-18.5 + - type: Transform + pos: 57.5,-18.5 parent: 1 - type: Transform - uid: 22514 components: - - pos: 57.5,-19.5 + - type: Transform + pos: 57.5,-19.5 parent: 1 - type: Transform - uid: 22515 components: - - pos: 57.5,-20.5 + - type: Transform + pos: 57.5,-20.5 parent: 1 - type: Transform - uid: 22516 components: - - pos: 57.5,-21.5 + - type: Transform + pos: 57.5,-21.5 parent: 1 - type: Transform - uid: 22517 components: - - pos: 57.5,-22.5 + - type: Transform + pos: 57.5,-22.5 parent: 1 - type: Transform - uid: 22518 components: - - pos: 56.5,-18.5 + - type: Transform + pos: 56.5,-18.5 parent: 1 - type: Transform - uid: 22519 components: - - pos: 56.5,-19.5 + - type: Transform + pos: 56.5,-19.5 parent: 1 - type: Transform - uid: 22520 components: - - pos: 56.5,-20.5 + - type: Transform + pos: 56.5,-20.5 parent: 1 - type: Transform - uid: 22521 components: - - pos: 56.5,-21.5 + - type: Transform + pos: 56.5,-21.5 parent: 1 - type: Transform - uid: 22522 components: - - pos: 56.5,-22.5 + - type: Transform + pos: 56.5,-22.5 parent: 1 - type: Transform - uid: 22523 components: - - pos: 55.5,-18.5 + - type: Transform + pos: 55.5,-18.5 parent: 1 - type: Transform - uid: 22524 components: - - pos: 55.5,-19.5 + - type: Transform + pos: 55.5,-19.5 parent: 1 - type: Transform - uid: 22525 components: - - pos: 55.5,-20.5 + - type: Transform + pos: 55.5,-20.5 parent: 1 - type: Transform - uid: 22526 components: - - pos: 55.5,-21.5 + - type: Transform + pos: 55.5,-21.5 parent: 1 - type: Transform - uid: 22527 components: - - pos: 55.5,-22.5 + - type: Transform + pos: 55.5,-22.5 parent: 1 - type: Transform - uid: 22528 components: - - pos: 54.5,-19.5 + - type: Transform + pos: 54.5,-19.5 parent: 1 - type: Transform - uid: 22529 components: - - pos: 54.5,-20.5 + - type: Transform + pos: 54.5,-20.5 parent: 1 - type: Transform - uid: 22530 components: - - pos: 54.5,-21.5 + - type: Transform + pos: 54.5,-21.5 parent: 1 - type: Transform - uid: 22531 components: - - pos: 59.5,-23.5 + - type: Transform + pos: 59.5,-23.5 parent: 1 - type: Transform - uid: 22532 components: - - pos: 58.5,-23.5 + - type: Transform + pos: 58.5,-23.5 parent: 1 - type: Transform - uid: 22533 components: - - pos: 57.5,-23.5 + - type: Transform + pos: 57.5,-23.5 parent: 1 - type: Transform - uid: 22534 components: - - pos: 56.5,-23.5 + - type: Transform + pos: 56.5,-23.5 parent: 1 - type: Transform - uid: 22535 components: - - pos: 55.5,-23.5 + - type: Transform + pos: 55.5,-23.5 parent: 1 - type: Transform - uid: 22536 components: - - pos: 54.5,-23.5 + - type: Transform + pos: 54.5,-23.5 parent: 1 - type: Transform - uid: 22537 components: - - pos: 53.5,-23.5 + - type: Transform + pos: 53.5,-23.5 parent: 1 - type: Transform - uid: 22538 components: - - pos: 52.5,-23.5 + - type: Transform + pos: 52.5,-23.5 parent: 1 - type: Transform - uid: 22539 components: - - pos: 51.5,-23.5 + - type: Transform + pos: 51.5,-23.5 parent: 1 - type: Transform - uid: 22540 components: - - pos: 50.5,-23.5 + - type: Transform + pos: 50.5,-23.5 parent: 1 - type: Transform - uid: 22541 components: - - pos: 51.5,-24.5 + - type: Transform + pos: 51.5,-24.5 parent: 1 - type: Transform - uid: 22542 components: - - pos: 52.5,-24.5 + - type: Transform + pos: 52.5,-24.5 parent: 1 - type: Transform - uid: 22543 components: - - pos: 53.5,-24.5 + - type: Transform + pos: 53.5,-24.5 parent: 1 - type: Transform - uid: 22544 components: - - pos: 54.5,-24.5 + - type: Transform + pos: 54.5,-24.5 parent: 1 - type: Transform - uid: 22545 components: - - pos: 55.5,-24.5 + - type: Transform + pos: 55.5,-24.5 parent: 1 - type: Transform - uid: 22546 components: - - pos: 56.5,-24.5 + - type: Transform + pos: 56.5,-24.5 parent: 1 - type: Transform - uid: 22547 components: - - pos: 57.5,-24.5 + - type: Transform + pos: 57.5,-24.5 parent: 1 - type: Transform - uid: 22548 components: - - pos: 55.5,-25.5 + - type: Transform + pos: 55.5,-25.5 parent: 1 - type: Transform - uid: 22549 components: - - pos: 56.5,-25.5 + - type: Transform + pos: 56.5,-25.5 parent: 1 - type: Transform - uid: 22550 components: - - pos: 57.5,-25.5 + - type: Transform + pos: 57.5,-25.5 parent: 1 - type: Transform - uid: 22551 components: - - pos: 58.5,-25.5 + - type: Transform + pos: 58.5,-25.5 parent: 1 - type: Transform - uid: 22552 components: - - pos: 59.5,-25.5 + - type: Transform + pos: 59.5,-25.5 parent: 1 - type: Transform - uid: 22553 components: - - pos: 59.5,-24.5 + - type: Transform + pos: 59.5,-24.5 parent: 1 - type: Transform - uid: 22554 components: - - pos: 60.5,-24.5 + - type: Transform + pos: 60.5,-24.5 parent: 1 - type: Transform - uid: 22555 components: - - pos: 43.5,-12.5 + - type: Transform + pos: 43.5,-12.5 parent: 1 - type: Transform - uid: 22556 components: - - pos: 43.5,-13.5 + - type: Transform + pos: 43.5,-13.5 parent: 1 - type: Transform - uid: 22557 components: - - pos: 43.5,-14.5 + - type: Transform + pos: 43.5,-14.5 parent: 1 - type: Transform - uid: 22558 components: - - pos: 43.5,-15.5 + - type: Transform + pos: 43.5,-15.5 parent: 1 - type: Transform - uid: 22559 components: - - pos: 42.5,-12.5 + - type: Transform + pos: 42.5,-12.5 parent: 1 - type: Transform - uid: 22560 components: - - pos: 42.5,-13.5 + - type: Transform + pos: 42.5,-13.5 parent: 1 - type: Transform - uid: 22561 components: - - pos: 42.5,-14.5 + - type: Transform + pos: 42.5,-14.5 parent: 1 - type: Transform - uid: 22562 components: - - pos: 42.5,-15.5 + - type: Transform + pos: 42.5,-15.5 parent: 1 - type: Transform - uid: 22563 components: - - pos: 41.5,-12.5 + - type: Transform + pos: 41.5,-12.5 parent: 1 - type: Transform - uid: 22564 components: - - pos: 41.5,-13.5 + - type: Transform + pos: 41.5,-13.5 parent: 1 - type: Transform - uid: 22565 components: - - pos: 41.5,-14.5 + - type: Transform + pos: 41.5,-14.5 parent: 1 - type: Transform - uid: 22566 components: - - pos: 41.5,-15.5 + - type: Transform + pos: 41.5,-15.5 parent: 1 - type: Transform - uid: 22567 components: - - pos: 42.5,-16.5 + - type: Transform + pos: 42.5,-16.5 parent: 1 - type: Transform - uid: 22568 components: - - pos: 41.5,-16.5 + - type: Transform + pos: 41.5,-16.5 parent: 1 - type: Transform - uid: 22569 components: - - pos: 41.5,-17.5 + - type: Transform + pos: 41.5,-17.5 parent: 1 - type: Transform - uid: 22570 components: - - pos: 44.5,-20.5 + - type: Transform + pos: 44.5,-20.5 parent: 1 - type: Transform - uid: 22571 components: - - pos: 44.5,-21.5 + - type: Transform + pos: 44.5,-21.5 parent: 1 - type: Transform - uid: 22572 components: - - pos: 45.5,-21.5 + - type: Transform + pos: 45.5,-21.5 parent: 1 - type: Transform - uid: 22573 components: - - pos: 45.5,-21.5 + - type: Transform + pos: 45.5,-21.5 parent: 1 - type: Transform - uid: 22574 components: - - pos: 45.5,-22.5 + - type: Transform + pos: 45.5,-22.5 parent: 1 - type: Transform - uid: 22575 components: - - pos: 46.5,-21.5 + - type: Transform + pos: 46.5,-21.5 parent: 1 - type: Transform - uid: 22576 components: - - pos: 46.5,-22.5 + - type: Transform + pos: 46.5,-22.5 parent: 1 - type: Transform - uid: 22577 components: - - pos: 47.5,-21.5 + - type: Transform + pos: 47.5,-21.5 parent: 1 - type: Transform - uid: 22578 components: - - pos: 47.5,-22.5 + - type: Transform + pos: 47.5,-22.5 parent: 1 - type: Transform - uid: 22579 components: - - pos: 48.5,-21.5 + - type: Transform + pos: 48.5,-21.5 parent: 1 - type: Transform - uid: 22580 components: - - pos: 48.5,-22.5 + - type: Transform + pos: 48.5,-22.5 parent: 1 - type: Transform - uid: 22581 components: - - pos: 49.5,-21.5 + - type: Transform + pos: 49.5,-21.5 parent: 1 - type: Transform - uid: 22582 components: - - pos: 49.5,-22.5 + - type: Transform + pos: 49.5,-22.5 parent: 1 - type: Transform - uid: 22583 components: - - pos: 50.5,-21.5 + - type: Transform + pos: 50.5,-21.5 parent: 1 - type: Transform - uid: 22584 components: - - pos: 50.5,-22.5 + - type: Transform + pos: 50.5,-22.5 parent: 1 - type: Transform - uid: 22585 components: - - pos: 51.5,-21.5 + - type: Transform + pos: 51.5,-21.5 parent: 1 - type: Transform - uid: 22586 components: - - pos: 51.5,-22.5 + - type: Transform + pos: 51.5,-22.5 parent: 1 - type: Transform - uid: 22587 components: - - pos: 47.5,-20.5 + - type: Transform + pos: 47.5,-20.5 parent: 1 - type: Transform - uid: 22588 components: - - pos: 48.5,-20.5 + - type: Transform + pos: 48.5,-20.5 parent: 1 - type: Transform - uid: 22627 components: - - pos: 49.5,-20.5 + - type: Transform + pos: 49.5,-20.5 parent: 1 - type: Transform - uid: 22628 components: - - pos: 50.5,-20.5 + - type: Transform + pos: 50.5,-20.5 parent: 1 - type: Transform - uid: 22629 components: - - pos: 48.5,-19.5 + - type: Transform + pos: 48.5,-19.5 parent: 1 - type: Transform - uid: 22630 components: - - pos: 49.5,-19.5 + - type: Transform + pos: 49.5,-19.5 parent: 1 - type: Transform - uid: 22634 components: - - pos: 49.5,-18.5 + - type: Transform + pos: 49.5,-18.5 parent: 1 - type: Transform - uid: 29516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 89.5,36.5 parent: 1 - type: Transform - uid: 29831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 89.5,35.5 parent: 1 - type: Transform - uid: 29832 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 92.5,35.5 parent: 1 - type: Transform - uid: 29837 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 93.5,33.5 parent: 1 - type: Transform - uid: 30133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 93.5,34.5 parent: 1 - type: Transform - uid: 30150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 94.5,33.5 parent: 1 - type: Transform - uid: 30151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 94.5,34.5 parent: 1 - type: Transform - uid: 30192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 95.5,34.5 parent: 1 - type: Transform - uid: 30233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 93.5,35.5 parent: 1 - type: Transform - uid: 30250 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 94.5,35.5 parent: 1 - type: Transform - uid: 30252 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 93.5,36.5 parent: 1 - type: Transform - uid: 30300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 95.5,35.5 parent: 1 - type: Transform - uid: 30301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 96.5,34.5 parent: 1 - type: Transform - uid: 30302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 90.5,36.5 parent: 1 - type: Transform - uid: 30303 components: - - pos: 48.5,-25.5 + - type: Transform + pos: 48.5,-25.5 parent: 1 - type: Transform - uid: 30304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 92.5,30.5 parent: 1 - type: Transform - uid: 30305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 93.5,31.5 parent: 1 - type: Transform - uid: 30306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 94.5,31.5 parent: 1 - type: Transform - uid: 30307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 94.5,32.5 parent: 1 - type: Transform - uid: 30308 components: - - pos: 63.5,31.5 + - type: Transform + pos: 63.5,31.5 parent: 1 - type: Transform - uid: 30309 components: - - pos: 63.5,31.5 + - type: Transform + pos: 63.5,31.5 parent: 1 - type: Transform - uid: 30310 components: - - pos: 63.5,30.5 + - type: Transform + pos: 63.5,30.5 parent: 1 - type: Transform - uid: 30311 components: - - pos: 64.5,31.5 + - type: Transform + pos: 64.5,31.5 parent: 1 - type: Transform - uid: 30312 components: - - pos: 64.5,30.5 + - type: Transform + pos: 64.5,30.5 parent: 1 - type: Transform - uid: 30313 components: - - pos: 65.5,31.5 + - type: Transform + pos: 65.5,31.5 parent: 1 - type: Transform - uid: 30314 components: - - pos: 65.5,30.5 + - type: Transform + pos: 65.5,30.5 parent: 1 - type: Transform - uid: 30315 components: - - pos: 66.5,31.5 + - type: Transform + pos: 66.5,31.5 parent: 1 - type: Transform - uid: 30316 components: - - pos: 66.5,30.5 + - type: Transform + pos: 66.5,30.5 parent: 1 - type: Transform - uid: 30317 components: - - pos: 67.5,31.5 + - type: Transform + pos: 67.5,31.5 parent: 1 - type: Transform - uid: 30318 components: - - pos: 67.5,30.5 + - type: Transform + pos: 67.5,30.5 parent: 1 - type: Transform - uid: 30325 components: - - pos: 68.5,31.5 + - type: Transform + pos: 68.5,31.5 parent: 1 - type: Transform - uid: 30326 components: - - pos: 68.5,30.5 + - type: Transform + pos: 68.5,30.5 parent: 1 - type: Transform - uid: 30327 components: - - pos: 69.5,31.5 + - type: Transform + pos: 69.5,31.5 parent: 1 - type: Transform - uid: 30328 components: - - pos: 69.5,30.5 + - type: Transform + pos: 69.5,30.5 parent: 1 - type: Transform - uid: 30329 components: - - pos: 70.5,31.5 + - type: Transform + pos: 70.5,31.5 parent: 1 - type: Transform - uid: 30330 components: - - pos: 70.5,30.5 + - type: Transform + pos: 70.5,30.5 parent: 1 - type: Transform - uid: 30331 components: - - pos: 66.5,29.5 + - type: Transform + pos: 66.5,29.5 parent: 1 - type: Transform - uid: 30332 components: - - pos: 66.5,28.5 + - type: Transform + pos: 66.5,28.5 parent: 1 - type: Transform - uid: 30333 components: - - pos: 66.5,27.5 + - type: Transform + pos: 66.5,27.5 parent: 1 - type: Transform - uid: 30334 components: - - pos: 66.5,26.5 + - type: Transform + pos: 66.5,26.5 parent: 1 - type: Transform - uid: 30335 components: - - pos: 67.5,29.5 + - type: Transform + pos: 67.5,29.5 parent: 1 - type: Transform - uid: 30336 components: - - pos: 67.5,28.5 + - type: Transform + pos: 67.5,28.5 parent: 1 - type: Transform - uid: 30338 components: - - pos: 67.5,27.5 + - type: Transform + pos: 67.5,27.5 parent: 1 - type: Transform - uid: 30339 components: - - pos: 67.5,26.5 + - type: Transform + pos: 67.5,26.5 parent: 1 - type: Transform - uid: 30345 components: - - pos: 68.5,29.5 + - type: Transform + pos: 68.5,29.5 parent: 1 - type: Transform - uid: 30346 components: - - pos: 68.5,28.5 + - type: Transform + pos: 68.5,28.5 parent: 1 - type: Transform - uid: 30357 components: - - pos: 68.5,27.5 + - type: Transform + pos: 68.5,27.5 parent: 1 - type: Transform - uid: 30389 components: - - pos: 68.5,26.5 + - type: Transform + pos: 68.5,26.5 parent: 1 - type: Transform - uid: 30390 components: - - pos: 69.5,29.5 + - type: Transform + pos: 69.5,29.5 parent: 1 - type: Transform - uid: 30391 components: - - pos: 69.5,28.5 + - type: Transform + pos: 69.5,28.5 parent: 1 - type: Transform - uid: 30392 components: - - pos: 69.5,27.5 + - type: Transform + pos: 69.5,27.5 parent: 1 - type: Transform - uid: 30393 components: - - pos: 69.5,26.5 + - type: Transform + pos: 69.5,26.5 parent: 1 - type: Transform - uid: 30394 components: - - pos: 69.5,25.5 + - type: Transform + pos: 69.5,25.5 parent: 1 - type: Transform - uid: 30395 components: - - pos: 69.5,24.5 + - type: Transform + pos: 69.5,24.5 parent: 1 - type: Transform - uid: 30396 components: - - pos: 69.5,23.5 + - type: Transform + pos: 69.5,23.5 parent: 1 - type: Transform - uid: 30397 components: - - pos: 70.5,29.5 + - type: Transform + pos: 70.5,29.5 parent: 1 - type: Transform - uid: 30398 components: - - pos: 70.5,28.5 + - type: Transform + pos: 70.5,28.5 parent: 1 - type: Transform - uid: 30400 components: - - pos: 70.5,27.5 + - type: Transform + pos: 70.5,27.5 parent: 1 - type: Transform - uid: 30403 components: - - pos: 70.5,26.5 + - type: Transform + pos: 70.5,26.5 parent: 1 - type: Transform - uid: 30408 components: - - pos: 70.5,25.5 + - type: Transform + pos: 70.5,25.5 parent: 1 - type: Transform - uid: 30409 components: - - pos: 70.5,24.5 + - type: Transform + pos: 70.5,24.5 parent: 1 - type: Transform - uid: 30505 components: - - pos: 70.5,23.5 + - type: Transform + pos: 70.5,23.5 parent: 1 - type: Transform - uid: 30673 components: - - pos: 71.5,29.5 + - type: Transform + pos: 71.5,29.5 parent: 1 - type: Transform - uid: 30676 components: - - pos: 71.5,28.5 + - type: Transform + pos: 71.5,28.5 parent: 1 - type: Transform - uid: 30677 components: - - pos: 71.5,27.5 + - type: Transform + pos: 71.5,27.5 parent: 1 - type: Transform - uid: 30678 components: - - pos: 71.5,26.5 + - type: Transform + pos: 71.5,26.5 parent: 1 - type: Transform - uid: 30699 components: - - pos: 71.5,25.5 + - type: Transform + pos: 71.5,25.5 parent: 1 - type: Transform - uid: 30716 components: - - pos: 71.5,24.5 + - type: Transform + pos: 71.5,24.5 parent: 1 - type: Transform - uid: 30720 components: - - pos: 71.5,23.5 + - type: Transform + pos: 71.5,23.5 parent: 1 - type: Transform - uid: 30721 components: - - pos: 69.5,22.5 + - type: Transform + pos: 69.5,22.5 parent: 1 - type: Transform - uid: 30722 components: - - pos: 70.5,22.5 + - type: Transform + pos: 70.5,22.5 parent: 1 - type: Transform - uid: 30759 components: - - pos: 68.5,23.5 + - type: Transform + pos: 68.5,23.5 parent: 1 - type: Transform - uid: 30949 components: - - pos: 68.5,24.5 + - type: Transform + pos: 68.5,24.5 parent: 1 - type: Transform - uid: 30950 components: - - pos: 68.5,25.5 + - type: Transform + pos: 68.5,25.5 parent: 1 - type: Transform - uid: 30951 components: - - pos: 67.5,25.5 + - type: Transform + pos: 67.5,25.5 parent: 1 - type: Transform - uid: 30952 components: - - pos: 64.5,29.5 + - type: Transform + pos: 64.5,29.5 parent: 1 - type: Transform - uid: 30974 components: - - pos: 65.5,26.5 + - type: Transform + pos: 65.5,26.5 parent: 1 - type: Transform - uid: 30975 components: - - pos: 65.5,27.5 + - type: Transform + pos: 65.5,27.5 parent: 1 - type: Transform - uid: 30976 components: - - pos: 62.5,29.5 + - type: Transform + pos: 62.5,29.5 parent: 1 - type: Transform - uid: 30977 components: - - pos: 65.5,37.5 + - type: Transform + pos: 65.5,37.5 parent: 1 - type: Transform - uid: 30978 components: - - pos: 65.5,36.5 + - type: Transform + pos: 65.5,36.5 parent: 1 - type: Transform - uid: 30979 components: - - pos: 65.5,35.5 + - type: Transform + pos: 65.5,35.5 parent: 1 - type: Transform - uid: 30980 components: - - pos: 65.5,34.5 + - type: Transform + pos: 65.5,34.5 parent: 1 - type: Transform - uid: 30981 components: - - pos: 65.5,33.5 + - type: Transform + pos: 65.5,33.5 parent: 1 - type: Transform - uid: 30982 components: - - pos: 65.5,32.5 + - type: Transform + pos: 65.5,32.5 parent: 1 - type: Transform - uid: 30983 components: - - pos: 66.5,37.5 + - type: Transform + pos: 66.5,37.5 parent: 1 - type: Transform - uid: 30984 components: - - pos: 66.5,36.5 + - type: Transform + pos: 66.5,36.5 parent: 1 - type: Transform - uid: 30985 components: - - pos: 66.5,35.5 + - type: Transform + pos: 66.5,35.5 parent: 1 - type: Transform - uid: 30986 components: - - pos: 66.5,34.5 + - type: Transform + pos: 66.5,34.5 parent: 1 - type: Transform - uid: 30988 components: - - pos: 66.5,33.5 + - type: Transform + pos: 66.5,33.5 parent: 1 - type: Transform - uid: 30990 components: - - pos: 66.5,32.5 + - type: Transform + pos: 66.5,32.5 parent: 1 - type: Transform - uid: 30991 components: - - pos: 67.5,37.5 + - type: Transform + pos: 67.5,37.5 parent: 1 - type: Transform - uid: 30992 components: - - pos: 67.5,36.5 + - type: Transform + pos: 67.5,36.5 parent: 1 - type: Transform - uid: 30993 components: - - pos: 67.5,35.5 + - type: Transform + pos: 67.5,35.5 parent: 1 - type: Transform - uid: 30994 components: - - pos: 67.5,34.5 + - type: Transform + pos: 67.5,34.5 parent: 1 - type: Transform - uid: 30995 components: - - pos: 67.5,33.5 + - type: Transform + pos: 67.5,33.5 parent: 1 - type: Transform - uid: 30996 components: - - pos: 67.5,32.5 + - type: Transform + pos: 67.5,32.5 parent: 1 - type: Transform - uid: 30997 components: - - pos: 64.5,33.5 + - type: Transform + pos: 64.5,33.5 parent: 1 - type: Transform - uid: 30998 components: - - pos: 64.5,32.5 + - type: Transform + pos: 64.5,32.5 parent: 1 - type: Transform - uid: 30999 components: - - pos: 68.5,35.5 + - type: Transform + pos: 68.5,35.5 parent: 1 - type: Transform - uid: 31000 components: - - pos: 68.5,34.5 + - type: Transform + pos: 68.5,34.5 parent: 1 - type: Transform - uid: 31001 components: - - pos: 68.5,33.5 + - type: Transform + pos: 68.5,33.5 parent: 1 - type: Transform - uid: 31002 components: - - pos: 68.5,32.5 + - type: Transform + pos: 68.5,32.5 parent: 1 - type: Transform - uid: 31003 components: - - pos: 69.5,35.5 + - type: Transform + pos: 69.5,35.5 parent: 1 - type: Transform - uid: 31004 components: - - pos: 69.5,34.5 + - type: Transform + pos: 69.5,34.5 parent: 1 - type: Transform - uid: 31005 components: - - pos: 69.5,33.5 + - type: Transform + pos: 69.5,33.5 parent: 1 - type: Transform - uid: 31023 components: - - pos: 69.5,32.5 + - type: Transform + pos: 69.5,32.5 parent: 1 - type: Transform - uid: 31024 components: - - pos: 70.5,35.5 + - type: Transform + pos: 70.5,35.5 parent: 1 - type: Transform - uid: 31025 components: - - pos: 70.5,34.5 + - type: Transform + pos: 70.5,34.5 parent: 1 - type: Transform - uid: 31026 components: - - pos: 70.5,33.5 + - type: Transform + pos: 70.5,33.5 parent: 1 - type: Transform - uid: 31027 components: - - pos: 70.5,32.5 + - type: Transform + pos: 70.5,32.5 parent: 1 - type: Transform - uid: 31028 components: - - pos: 71.5,35.5 + - type: Transform + pos: 71.5,35.5 parent: 1 - type: Transform - uid: 31029 components: - - pos: 71.5,34.5 + - type: Transform + pos: 71.5,34.5 parent: 1 - type: Transform - uid: 31049 components: - - pos: 71.5,33.5 + - type: Transform + pos: 71.5,33.5 parent: 1 - type: Transform - uid: 31050 components: - - pos: 71.5,32.5 + - type: Transform + pos: 71.5,32.5 parent: 1 - type: Transform - uid: 31051 components: - - pos: 72.5,35.5 + - type: Transform + pos: 72.5,35.5 parent: 1 - type: Transform - uid: 31052 components: - - pos: 72.5,34.5 + - type: Transform + pos: 72.5,34.5 parent: 1 - type: Transform - uid: 31053 components: - - pos: 72.5,33.5 + - type: Transform + pos: 72.5,33.5 parent: 1 - type: Transform - uid: 31054 components: - - pos: 72.5,32.5 + - type: Transform + pos: 72.5,32.5 parent: 1 - type: Transform - uid: 31055 components: - - pos: 73.5,35.5 + - type: Transform + pos: 73.5,35.5 parent: 1 - type: Transform - uid: 31061 components: - - pos: 73.5,34.5 + - type: Transform + pos: 73.5,34.5 parent: 1 - type: Transform - uid: 31067 components: - - pos: 73.5,33.5 + - type: Transform + pos: 73.5,33.5 parent: 1 - type: Transform - uid: 31070 components: - - pos: 73.5,32.5 + - type: Transform + pos: 73.5,32.5 parent: 1 - type: Transform - uid: 31090 components: - - pos: 72.5,37.5 + - type: Transform + pos: 72.5,37.5 parent: 1 - type: Transform - uid: 31101 components: - - pos: 72.5,36.5 + - type: Transform + pos: 72.5,36.5 parent: 1 - type: Transform - uid: 31102 components: - - pos: 73.5,37.5 + - type: Transform + pos: 73.5,37.5 parent: 1 - type: Transform - uid: 31103 components: - - pos: 73.5,36.5 + - type: Transform + pos: 73.5,36.5 parent: 1 - type: Transform - uid: 31104 components: - - pos: 74.5,36.5 + - type: Transform + pos: 74.5,36.5 parent: 1 - type: Transform - uid: 31105 components: - - pos: 74.5,35.5 + - type: Transform + pos: 74.5,35.5 parent: 1 - type: Transform - uid: 31106 components: - - pos: 74.5,34.5 + - type: Transform + pos: 74.5,34.5 parent: 1 - type: Transform - uid: 31122 components: - - pos: 74.5,33.5 + - type: Transform + pos: 74.5,33.5 parent: 1 - type: Transform - uid: 31144 components: - - pos: 75.5,35.5 + - type: Transform + pos: 75.5,35.5 parent: 1 - type: Transform - uid: 31148 components: - - pos: 75.5,34.5 + - type: Transform + pos: 75.5,34.5 parent: 1 - type: Transform - uid: 31164 components: - - pos: 75.5,33.5 + - type: Transform + pos: 75.5,33.5 parent: 1 - type: Transform - uid: 31166 components: - - pos: 76.5,35.5 + - type: Transform + pos: 76.5,35.5 parent: 1 - type: Transform - uid: 31168 components: - - pos: 76.5,34.5 + - type: Transform + pos: 76.5,34.5 parent: 1 - type: Transform - uid: 31177 components: - - pos: 76.5,33.5 + - type: Transform + pos: 76.5,33.5 parent: 1 - type: Transform - uid: 31178 components: - - pos: 77.5,35.5 + - type: Transform + pos: 77.5,35.5 parent: 1 - type: Transform - uid: 31179 components: - - pos: 77.5,34.5 + - type: Transform + pos: 77.5,34.5 parent: 1 - type: Transform - uid: 31197 components: - - pos: 77.5,33.5 + - type: Transform + pos: 77.5,33.5 parent: 1 - type: Transform - uid: 31308 components: - - pos: 85.5,32.5 + - type: Transform + pos: 85.5,32.5 parent: 1 - type: Transform - uid: 31318 components: - - pos: 78.5,34.5 + - type: Transform + pos: 78.5,34.5 parent: 1 - type: Transform - uid: 31424 components: - - pos: 78.5,33.5 + - type: Transform + pos: 78.5,33.5 parent: 1 - type: Transform - uid: 31425 components: - - pos: 85.5,33.5 + - type: Transform + pos: 85.5,33.5 parent: 1 - type: Transform - uid: 31427 components: - - pos: 79.5,34.5 + - type: Transform + pos: 79.5,34.5 parent: 1 - type: Transform - uid: 31430 components: - - pos: 79.5,33.5 + - type: Transform + pos: 79.5,33.5 parent: 1 - type: Transform - uid: 31433 components: - - pos: 85.5,34.5 + - type: Transform + pos: 85.5,34.5 parent: 1 - type: Transform - uid: 31435 components: - - pos: 80.5,34.5 + - type: Transform + pos: 80.5,34.5 parent: 1 - type: Transform - uid: 31443 components: - - pos: 80.5,33.5 + - type: Transform + pos: 80.5,33.5 parent: 1 - type: Transform - uid: 31444 components: - - pos: 81.5,35.5 + - type: Transform + pos: 81.5,35.5 parent: 1 - type: Transform - uid: 31446 components: - - pos: 81.5,34.5 + - type: Transform + pos: 81.5,34.5 parent: 1 - type: Transform - uid: 31447 components: - - pos: 81.5,33.5 + - type: Transform + pos: 81.5,33.5 parent: 1 - type: Transform - uid: 31448 components: - - pos: 78.5,37.5 + - type: Transform + pos: 78.5,37.5 parent: 1 - type: Transform - uid: 31450 components: - - pos: 79.5,37.5 + - type: Transform + pos: 79.5,37.5 parent: 1 - type: Transform - uid: 31451 components: - - pos: 80.5,37.5 + - type: Transform + pos: 80.5,37.5 parent: 1 - type: Transform - uid: 31455 components: - - pos: 85.5,31.5 + - type: Transform + pos: 85.5,31.5 parent: 1 - type: Transform - uid: 31456 components: - - pos: 85.5,30.5 + - type: Transform + pos: 85.5,30.5 parent: 1 - type: Transform - uid: 31457 components: - - pos: 85.5,29.5 + - type: Transform + pos: 85.5,29.5 parent: 1 - type: Transform - uid: 31463 components: - - pos: 85.5,28.5 + - type: Transform + pos: 85.5,28.5 parent: 1 - type: Transform - uid: 31485 components: - - pos: 85.5,27.5 + - type: Transform + pos: 85.5,27.5 parent: 1 - type: Transform - uid: 31490 components: - - pos: 86.5,28.5 + - type: Transform + pos: 86.5,28.5 parent: 1 - type: Transform - uid: 31491 components: - - pos: 86.5,29.5 + - type: Transform + pos: 86.5,29.5 parent: 1 - type: Transform - uid: 31492 components: - - pos: 86.5,30.5 + - type: Transform + pos: 86.5,30.5 parent: 1 - type: Transform - uid: 31493 components: - - pos: 86.5,31.5 + - type: Transform + pos: 86.5,31.5 parent: 1 - type: Transform - uid: 31496 components: - - pos: 86.5,32.5 + - type: Transform + pos: 86.5,32.5 parent: 1 - type: Transform - uid: 31497 components: - - pos: 86.5,33.5 + - type: Transform + pos: 86.5,33.5 parent: 1 - type: Transform - uid: 31498 components: - - pos: 87.5,33.5 + - type: Transform + pos: 87.5,33.5 parent: 1 - type: Transform - uid: 31499 components: - - pos: 87.5,32.5 + - type: Transform + pos: 87.5,32.5 parent: 1 - type: Transform - uid: 31504 components: - - pos: 87.5,31.5 + - type: Transform + pos: 87.5,31.5 parent: 1 - type: Transform - uid: 31505 components: - - pos: 87.5,30.5 + - type: Transform + pos: 87.5,30.5 parent: 1 - type: Transform - uid: 31507 components: - - pos: 87.5,29.5 + - type: Transform + pos: 87.5,29.5 parent: 1 - type: Transform - uid: 31637 components: - - pos: 87.5,28.5 + - type: Transform + pos: 87.5,28.5 parent: 1 - type: Transform - uid: 31638 components: - - pos: 88.5,29.5 + - type: Transform + pos: 88.5,29.5 parent: 1 - type: Transform - uid: 31639 components: - - pos: 88.5,30.5 + - type: Transform + pos: 88.5,30.5 parent: 1 - type: Transform - uid: 31640 components: - - pos: 88.5,31.5 + - type: Transform + pos: 88.5,31.5 parent: 1 - type: Transform - uid: 31641 components: - - pos: 89.5,29.5 + - type: Transform + pos: 89.5,29.5 parent: 1 - type: Transform - uid: 31642 components: - - pos: 89.5,30.5 + - type: Transform + pos: 89.5,30.5 parent: 1 - type: Transform - uid: 31643 components: - - pos: 89.5,31.5 + - type: Transform + pos: 89.5,31.5 parent: 1 - type: Transform - uid: 31644 components: - - pos: 83.5,31.5 + - type: Transform + pos: 83.5,31.5 parent: 1 - type: Transform - uid: 31687 components: - - pos: 83.5,30.5 + - type: Transform + pos: 83.5,30.5 parent: 1 - type: Transform - uid: 31688 components: - - pos: 83.5,29.5 + - type: Transform + pos: 83.5,29.5 parent: 1 - type: Transform - uid: 31754 components: - - pos: 83.5,28.5 + - type: Transform + pos: 83.5,28.5 parent: 1 - type: Transform - uid: 31755 components: - - pos: 83.5,27.5 + - type: Transform + pos: 83.5,27.5 parent: 1 - type: Transform - uid: 31756 components: - - pos: 83.5,26.5 + - type: Transform + pos: 83.5,26.5 parent: 1 - type: Transform - uid: 31757 components: - - pos: 84.5,31.5 + - type: Transform + pos: 84.5,31.5 parent: 1 - type: Transform - uid: 31758 components: - - pos: 84.5,30.5 + - type: Transform + pos: 84.5,30.5 parent: 1 - type: Transform - uid: 31759 components: - - pos: 84.5,29.5 + - type: Transform + pos: 84.5,29.5 parent: 1 - type: Transform - uid: 31760 components: - - pos: 84.5,28.5 + - type: Transform + pos: 84.5,28.5 parent: 1 - type: Transform - uid: 31761 components: - - pos: 84.5,27.5 + - type: Transform + pos: 84.5,27.5 parent: 1 - type: Transform - uid: 31762 components: - - pos: 84.5,26.5 + - type: Transform + pos: 84.5,26.5 parent: 1 - type: Transform - uid: 31763 components: - - pos: 82.5,26.5 + - type: Transform + pos: 82.5,26.5 parent: 1 - type: Transform - uid: 31764 components: - - pos: 82.5,25.5 + - type: Transform + pos: 82.5,25.5 parent: 1 - type: Transform - uid: 31765 components: - - pos: 81.5,25.5 + - type: Transform + pos: 81.5,25.5 parent: 1 - type: Transform - uid: 31766 components: - - pos: 81.5,26.5 + - type: Transform + pos: 81.5,26.5 parent: 1 - type: Transform - uid: 31767 components: - - pos: 80.5,25.5 + - type: Transform + pos: 80.5,25.5 parent: 1 - type: Transform - uid: 31768 components: - - pos: 72.5,26.5 + - type: Transform + pos: 72.5,26.5 parent: 1 - type: Transform - uid: 31770 components: - - pos: 72.5,27.5 + - type: Transform + pos: 72.5,27.5 parent: 1 - type: Transform - uid: 31771 components: - - pos: 72.5,28.5 + - type: Transform + pos: 72.5,28.5 parent: 1 - type: Transform - uid: 31772 components: - - pos: 72.5,29.5 + - type: Transform + pos: 72.5,29.5 parent: 1 - type: Transform - uid: 31773 components: - - pos: 72.5,30.5 + - type: Transform + pos: 72.5,30.5 parent: 1 - type: Transform - uid: 31774 components: - - pos: 72.5,31.5 + - type: Transform + pos: 72.5,31.5 parent: 1 - type: Transform - uid: 31775 components: - - pos: 73.5,27.5 + - type: Transform + pos: 73.5,27.5 parent: 1 - type: Transform - uid: 31776 components: - - pos: 73.5,28.5 + - type: Transform + pos: 73.5,28.5 parent: 1 - type: Transform - uid: 31777 components: - - pos: 73.5,29.5 + - type: Transform + pos: 73.5,29.5 parent: 1 - type: Transform - uid: 31778 components: - - pos: 73.5,30.5 + - type: Transform + pos: 73.5,30.5 parent: 1 - type: Transform - uid: 31779 components: - - pos: 73.5,31.5 + - type: Transform + pos: 73.5,31.5 parent: 1 - type: Transform - uid: 31781 components: - - pos: 71.5,31.5 + - type: Transform + pos: 71.5,31.5 parent: 1 - type: Transform - uid: 31782 components: - - pos: 71.5,30.5 + - type: Transform + pos: 71.5,30.5 parent: 1 - type: Transform - uid: 31783 components: - - pos: 74.5,32.5 + - type: Transform + pos: 74.5,32.5 parent: 1 - type: Transform - uid: 31784 components: - - pos: 79.5,32.5 + - type: Transform + pos: 79.5,32.5 parent: 1 - type: Transform - uid: 31785 components: - - pos: 79.5,32.5 + - type: Transform + pos: 79.5,32.5 parent: 1 - type: Transform - uid: 31786 components: - - pos: 79.5,31.5 + - type: Transform + pos: 79.5,31.5 parent: 1 - type: Transform - uid: 31787 components: - - pos: 80.5,32.5 + - type: Transform + pos: 80.5,32.5 parent: 1 - type: Transform - uid: 31788 components: - - pos: 80.5,31.5 + - type: Transform + pos: 80.5,31.5 parent: 1 - type: Transform - uid: 31789 components: - - pos: 81.5,32.5 + - type: Transform + pos: 81.5,32.5 parent: 1 - type: Transform - uid: 31790 components: - - pos: 81.5,31.5 + - type: Transform + pos: 81.5,31.5 parent: 1 - type: Transform - uid: 31791 components: - - pos: 81.5,30.5 + - type: Transform + pos: 81.5,30.5 parent: 1 - type: Transform - uid: 31793 components: - - pos: 82.5,32.5 + - type: Transform + pos: 82.5,32.5 parent: 1 - type: Transform - uid: 31794 components: - - pos: 82.5,32.5 + - type: Transform + pos: 82.5,32.5 parent: 1 - type: Transform - uid: 31795 components: - - pos: 82.5,31.5 + - type: Transform + pos: 82.5,31.5 parent: 1 - type: Transform - uid: 31796 components: - - pos: 75.5,26.5 + - type: Transform + pos: 75.5,26.5 parent: 1 - type: Transform - uid: 31797 components: - - pos: 76.5,26.5 + - type: Transform + pos: 76.5,26.5 parent: 1 - type: Transform - uid: 31798 components: - - pos: 76.5,27.5 + - type: Transform + pos: 76.5,27.5 parent: 1 - type: Transform - uid: 31799 components: - - pos: 77.5,26.5 + - type: Transform + pos: 77.5,26.5 parent: 1 - type: Transform - uid: 31800 components: - - pos: 77.5,25.5 + - type: Transform + pos: 77.5,25.5 parent: 1 - type: Transform - uid: 31801 components: - - pos: 74.5,29.5 + - type: Transform + pos: 74.5,29.5 parent: 1 - type: Transform - uid: 31802 components: - - pos: 74.5,28.5 + - type: Transform + pos: 74.5,28.5 parent: 1 - type: Transform - uid: 31803 components: - - pos: 49.5,34.5 + - type: Transform + pos: 49.5,34.5 parent: 1 - type: Transform - uid: 31804 components: - - pos: 49.5,34.5 + - type: Transform + pos: 49.5,34.5 parent: 1 - type: Transform - uid: 31805 components: - - pos: 49.5,33.5 + - type: Transform + pos: 49.5,33.5 parent: 1 - type: Transform - uid: 31806 components: - - pos: 49.5,32.5 + - type: Transform + pos: 49.5,32.5 parent: 1 - type: Transform - uid: 31848 components: - - pos: 64.5,10.5 + - type: Transform + pos: 64.5,10.5 parent: 1 - type: Transform - uid: 31849 components: - - pos: 63.5,9.5 + - type: Transform + pos: 63.5,9.5 parent: 1 - type: Transform - uid: 31850 components: - - pos: 64.5,9.5 + - type: Transform + pos: 64.5,9.5 parent: 1 - type: Transform - uid: 31851 components: - - pos: 65.5,9.5 + - type: Transform + pos: 65.5,9.5 parent: 1 - type: Transform - uid: 31852 components: - - pos: 66.5,9.5 + - type: Transform + pos: 66.5,9.5 parent: 1 - type: Transform - uid: 31853 components: - - pos: 67.5,9.5 + - type: Transform + pos: 67.5,9.5 parent: 1 - type: Transform - uid: 31854 components: - - pos: 67.5,8.5 + - type: Transform + pos: 67.5,8.5 parent: 1 - type: Transform - uid: 31856 components: - - pos: 67.5,8.5 + - type: Transform + pos: 67.5,8.5 parent: 1 - type: Transform - uid: 31857 components: - - pos: 68.5,8.5 + - type: Transform + pos: 68.5,8.5 parent: 1 - type: Transform - uid: 31858 components: - - pos: 69.5,8.5 + - type: Transform + pos: 69.5,8.5 parent: 1 - type: Transform - uid: 31859 components: - - pos: 70.5,8.5 + - type: Transform + pos: 70.5,8.5 parent: 1 - type: Transform - uid: 31860 components: - - pos: 73.5,7.5 + - type: Transform + pos: 73.5,7.5 parent: 1 - type: Transform - uid: 31861 components: - - pos: 74.5,7.5 + - type: Transform + pos: 74.5,7.5 parent: 1 - type: Transform - uid: 31862 components: - - pos: 74.5,6.5 + - type: Transform + pos: 74.5,6.5 parent: 1 - type: Transform - uid: 31863 components: - - pos: 75.5,6.5 + - type: Transform + pos: 75.5,6.5 parent: 1 - type: Transform - uid: 31864 components: - - pos: 75.5,5.5 + - type: Transform + pos: 75.5,5.5 parent: 1 - type: Transform - uid: 31865 components: - - pos: 75.5,4.5 + - type: Transform + pos: 75.5,4.5 parent: 1 - type: Transform - uid: 31866 components: - - pos: 76.5,4.5 + - type: Transform + pos: 76.5,4.5 parent: 1 - type: Transform - uid: 31867 components: - - pos: 77.5,4.5 + - type: Transform + pos: 77.5,4.5 parent: 1 - type: Transform - uid: 31868 components: - - pos: 76.5,3.5 + - type: Transform + pos: 76.5,3.5 parent: 1 - type: Transform - uid: 31870 components: - - pos: 77.5,3.5 + - type: Transform + pos: 77.5,3.5 parent: 1 - type: Transform - uid: 31871 components: - - pos: 78.5,3.5 + - type: Transform + pos: 78.5,3.5 parent: 1 - type: Transform - uid: 31872 components: - - pos: 78.5,2.5 + - type: Transform + pos: 78.5,2.5 parent: 1 - type: Transform - uid: 31873 components: - - pos: 79.5,3.5 + - type: Transform + pos: 79.5,3.5 parent: 1 - type: Transform - uid: 31874 components: - - pos: 79.5,2.5 + - type: Transform + pos: 79.5,2.5 parent: 1 - type: Transform - uid: 31875 components: - - pos: 81.5,1.5 + - type: Transform + pos: 81.5,1.5 parent: 1 - type: Transform - uid: 31876 components: - - pos: 81.5,0.5 + - type: Transform + pos: 81.5,0.5 parent: 1 - type: Transform - uid: 31877 components: - - pos: 81.5,-0.5 + - type: Transform + pos: 81.5,-0.5 parent: 1 - type: Transform - uid: 31878 components: - - pos: 82.5,-0.5 + - type: Transform + pos: 82.5,-0.5 parent: 1 - type: Transform - uid: 31879 components: - - pos: 82.5,-1.5 + - type: Transform + pos: 82.5,-1.5 parent: 1 - type: Transform - uid: 31880 components: - - pos: 82.5,-2.5 + - type: Transform + pos: 82.5,-2.5 parent: 1 - type: Transform - uid: 31883 components: - - pos: 81.5,-3.5 + - type: Transform + pos: 81.5,-3.5 parent: 1 - type: Transform - uid: 31884 components: - - pos: 81.5,-2.5 + - type: Transform + pos: 81.5,-2.5 parent: 1 - type: Transform - uid: 31885 components: - - pos: 83.5,-2.5 + - type: Transform + pos: 83.5,-2.5 parent: 1 - type: Transform - uid: 31886 components: - - pos: 83.5,-3.5 + - type: Transform + pos: 83.5,-3.5 parent: 1 - type: Transform - uid: 31887 components: - - pos: 84.5,-5.5 + - type: Transform + pos: 84.5,-5.5 parent: 1 - type: Transform - uid: 31888 components: - - pos: 85.5,-7.5 + - type: Transform + pos: 85.5,-7.5 parent: 1 - type: Transform - uid: 31889 components: - - pos: 86.5,-7.5 + - type: Transform + pos: 86.5,-7.5 parent: 1 - type: Transform - uid: 31890 components: - - pos: 83.5,-10.5 + - type: Transform + pos: 83.5,-10.5 parent: 1 - type: Transform - uid: 31891 components: - - pos: 83.5,-11.5 + - type: Transform + pos: 83.5,-11.5 parent: 1 - type: Transform - uid: 31892 components: - - pos: 84.5,-10.5 + - type: Transform + pos: 84.5,-10.5 parent: 1 - type: Transform - uid: 31893 components: - - pos: 84.5,-11.5 + - type: Transform + pos: 84.5,-11.5 parent: 1 - type: Transform - uid: 31894 components: - - pos: 84.5,-12.5 + - type: Transform + pos: 84.5,-12.5 parent: 1 - type: Transform - uid: 31895 components: - - pos: 83.5,-16.5 + - type: Transform + pos: 83.5,-16.5 parent: 1 - type: Transform - uid: 31896 components: - - pos: 82.5,-16.5 + - type: Transform + pos: 82.5,-16.5 parent: 1 - type: Transform - uid: 31897 components: - - pos: 82.5,-19.5 + - type: Transform + pos: 82.5,-19.5 parent: 1 - type: Transform - uid: 31898 components: - - pos: 80.5,-20.5 + - type: Transform + pos: 80.5,-20.5 parent: 1 - type: Transform - uid: 31899 components: - - pos: 80.5,-21.5 + - type: Transform + pos: 80.5,-21.5 parent: 1 - type: Transform - uid: 31900 components: - - pos: 80.5,-22.5 + - type: Transform + pos: 80.5,-22.5 parent: 1 - type: Transform - uid: 31901 components: - - pos: 81.5,-20.5 + - type: Transform + pos: 81.5,-20.5 parent: 1 - type: Transform - uid: 31903 components: - - pos: 81.5,-21.5 + - type: Transform + pos: 81.5,-21.5 parent: 1 - type: Transform - uid: 31904 components: - - pos: 81.5,-22.5 + - type: Transform + pos: 81.5,-22.5 parent: 1 - type: Transform - uid: 31905 components: - - pos: 82.5,-21.5 + - type: Transform + pos: 82.5,-21.5 parent: 1 - type: Transform - uid: 31906 components: - - pos: 79.5,-21.5 + - type: Transform + pos: 79.5,-21.5 parent: 1 - type: Transform - uid: 31907 components: - - pos: 79.5,-22.5 + - type: Transform + pos: 79.5,-22.5 parent: 1 - type: Transform - uid: 31908 components: - - pos: 79.5,-23.5 + - type: Transform + pos: 79.5,-23.5 parent: 1 - type: Transform - uid: 31909 components: - - pos: 79.5,-24.5 + - type: Transform + pos: 79.5,-24.5 parent: 1 - type: Transform - uid: 31910 components: - - pos: 78.5,-24.5 + - type: Transform + pos: 78.5,-24.5 parent: 1 - type: Transform - uid: 31911 components: - - pos: 78.5,-25.5 + - type: Transform + pos: 78.5,-25.5 parent: 1 - type: Transform - uid: 31912 components: - - pos: 77.5,-24.5 + - type: Transform + pos: 77.5,-24.5 parent: 1 - type: Transform - uid: 31913 components: - - pos: 77.5,-25.5 + - type: Transform + pos: 77.5,-25.5 parent: 1 - type: Transform - uid: 31914 components: - - pos: 78.5,-23.5 + - type: Transform + pos: 78.5,-23.5 parent: 1 - type: Transform - uid: 31915 components: - - pos: 66.5,-28.5 + - type: Transform + pos: 66.5,-28.5 parent: 1 - type: Transform - uid: 31916 components: - - pos: 66.5,-29.5 + - type: Transform + pos: 66.5,-29.5 parent: 1 - type: Transform - uid: 31917 components: - - pos: 67.5,-28.5 + - type: Transform + pos: 67.5,-28.5 parent: 1 - type: Transform - uid: 31918 components: - - pos: 67.5,-29.5 + - type: Transform + pos: 67.5,-29.5 parent: 1 - type: Transform - uid: 31919 components: - - pos: 68.5,-28.5 + - type: Transform + pos: 68.5,-28.5 parent: 1 - type: Transform - uid: 31920 components: - - pos: 68.5,-29.5 + - type: Transform + pos: 68.5,-29.5 parent: 1 - type: Transform - uid: 32040 components: - - pos: 67.5,-30.5 + - type: Transform + pos: 67.5,-30.5 parent: 1 - type: Transform - uid: 32063 components: - - pos: 65.5,-28.5 + - type: Transform + pos: 65.5,-28.5 parent: 1 - type: Transform - uid: 32083 components: - - pos: 64.5,-28.5 + - type: Transform + pos: 64.5,-28.5 parent: 1 - type: Transform - uid: 32084 components: - - pos: 69.5,-28.5 + - type: Transform + pos: 69.5,-28.5 parent: 1 - type: Transform - uid: 32085 components: - - pos: 69.5,-27.5 + - type: Transform + pos: 69.5,-27.5 parent: 1 - type: Transform - uid: 32097 components: - - pos: 70.5,-27.5 + - type: Transform + pos: 70.5,-27.5 parent: 1 - type: Transform - uid: 32108 components: - - pos: 70.5,-28.5 + - type: Transform + pos: 70.5,-28.5 parent: 1 - type: Transform - uid: 32109 components: - - pos: 71.5,-27.5 + - type: Transform + pos: 71.5,-27.5 parent: 1 - type: Transform - uid: 32110 components: - - pos: 59.5,-28.5 + - type: Transform + pos: 59.5,-28.5 parent: 1 - type: Transform - uid: 32111 components: - - pos: 54.5,-28.5 + - type: Transform + pos: 54.5,-28.5 parent: 1 - type: Transform - uid: 32112 components: - - pos: 56.5,-28.5 + - type: Transform + pos: 56.5,-28.5 parent: 1 - type: Transform - uid: 32113 components: - - pos: 56.5,-29.5 + - type: Transform + pos: 56.5,-29.5 parent: 1 - type: Transform - uid: 32114 components: - - pos: 58.5,-29.5 + - type: Transform + pos: 58.5,-29.5 parent: 1 - type: Transform - uid: 32115 components: - - pos: 57.5,-29.5 + - type: Transform + pos: 57.5,-29.5 parent: 1 - type: Transform - uid: 32116 components: - - pos: 48.5,-25.5 + - type: Transform + pos: 48.5,-25.5 parent: 1 - type: Transform - uid: 32117 components: - - pos: 47.5,-25.5 + - type: Transform + pos: 47.5,-25.5 parent: 1 - type: Transform - uid: 32118 components: - - pos: 46.5,-25.5 + - type: Transform + pos: 46.5,-25.5 parent: 1 - type: Transform - uid: 32119 components: - - pos: 42.5,-22.5 + - type: Transform + pos: 42.5,-22.5 parent: 1 - type: Transform - uid: 32120 components: - - pos: 47.5,1.5 + - type: Transform + pos: 47.5,1.5 parent: 1 - type: Transform - uid: 32121 components: - - pos: 52.5,-27.5 + - type: Transform + pos: 52.5,-27.5 parent: 1 - type: Transform - uid: 32122 components: - - pos: 38.5,-15.5 + - type: Transform + pos: 38.5,-15.5 parent: 1 - type: Transform - uid: 32123 components: - - pos: 38.5,-16.5 + - type: Transform + pos: 38.5,-16.5 parent: 1 - type: Transform - uid: 32124 components: - - pos: 38.5,-17.5 + - type: Transform + pos: 38.5,-17.5 parent: 1 - type: Transform - uid: 32125 components: - - pos: 37.5,-15.5 + - type: Transform + pos: 37.5,-15.5 parent: 1 - type: Transform - uid: 32126 components: - - pos: 37.5,-16.5 + - type: Transform + pos: 37.5,-16.5 parent: 1 - type: Transform - uid: 32127 components: - - pos: 37.5,-17.5 + - type: Transform + pos: 37.5,-17.5 parent: 1 - type: Transform - uid: 32128 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 1 - type: Transform - uid: 32129 components: - - pos: 38.5,-18.5 + - type: Transform + pos: 38.5,-18.5 parent: 1 - type: Transform - uid: 32130 components: - - pos: 38.5,-19.5 + - type: Transform + pos: 38.5,-19.5 parent: 1 - type: Transform - uid: 32131 components: - - pos: 38.5,-20.5 + - type: Transform + pos: 38.5,-20.5 parent: 1 - type: Transform - uid: 32132 components: - - pos: 39.5,-18.5 + - type: Transform + pos: 39.5,-18.5 parent: 1 - type: Transform - uid: 32133 components: - - pos: 37.5,-19.5 + - type: Transform + pos: 37.5,-19.5 parent: 1 - type: Transform - uid: 32134 components: - - pos: 47.5,-7.5 + - type: Transform + pos: 47.5,-7.5 parent: 1 - type: Transform - uid: 32135 components: - - pos: 47.5,2.5 + - type: Transform + pos: 47.5,2.5 parent: 1 - type: Transform - uid: 32136 components: - - pos: 47.5,3.5 + - type: Transform + pos: 47.5,3.5 parent: 1 - type: Transform - uid: 32137 components: - - pos: 48.5,3.5 + - type: Transform + pos: 48.5,3.5 parent: 1 - type: Transform - uid: 32138 components: - - pos: 46.5,0.5 + - type: Transform + pos: 46.5,0.5 parent: 1 - type: Transform - uid: 32139 components: - - pos: 49.5,4.5 + - type: Transform + pos: 49.5,4.5 parent: 1 - type: Transform - uid: 32140 components: - - pos: 49.5,5.5 + - type: Transform + pos: 49.5,5.5 parent: 1 - type: Transform - uid: 32141 components: - - pos: 49.5,6.5 + - type: Transform + pos: 49.5,6.5 parent: 1 - type: Transform - uid: 32142 components: - - pos: 48.5,5.5 + - type: Transform + pos: 48.5,5.5 parent: 1 - type: Transform - uid: 32143 components: - - pos: 50.5,6.5 + - type: Transform + pos: 50.5,6.5 parent: 1 - type: Transform - uid: 32144 components: - - pos: 50.5,7.5 + - type: Transform + pos: 50.5,7.5 parent: 1 - type: Transform - uid: 32145 components: - - pos: 51.5,7.5 + - type: Transform + pos: 51.5,7.5 parent: 1 - type: Transform - uid: 32146 components: - - pos: 52.5,9.5 + - type: Transform + pos: 52.5,9.5 parent: 1 - type: Transform - uid: 32147 components: - - pos: 51.5,9.5 + - type: Transform + pos: 51.5,9.5 parent: 1 - type: Transform - uid: 32324 components: - - pos: 56.5,42.5 + - type: Transform + pos: 56.5,42.5 parent: 1 - type: Transform - uid: 32325 components: - - pos: 57.5,42.5 + - type: Transform + pos: 57.5,42.5 parent: 1 - type: Transform - uid: 32326 components: - - pos: 58.5,41.5 + - type: Transform + pos: 58.5,41.5 parent: 1 - type: Transform - uid: 32331 components: - - pos: 62.5,35.5 + - type: Transform + pos: 62.5,35.5 parent: 1 - type: Transform - uid: 32332 components: - - pos: 63.5,35.5 + - type: Transform + pos: 63.5,35.5 parent: 1 - type: Transform - uid: 32333 components: - - pos: 64.5,36.5 + - type: Transform + pos: 64.5,36.5 parent: 1 - type: Transform - uid: 32334 components: - - pos: 64.5,35.5 + - type: Transform + pos: 64.5,35.5 parent: 1 - type: Transform - uid: 32335 components: - - pos: 63.5,34.5 + - type: Transform + pos: 63.5,34.5 parent: 1 - type: Transform - uid: 32337 components: - - pos: 63.5,33.5 + - type: Transform + pos: 63.5,33.5 parent: 1 - type: Transform - proto: RandomSnacks entities: - uid: 3683 components: - - pos: -67.5,-6.5 + - type: Transform + pos: -67.5,-6.5 parent: 1 - type: Transform - uid: 8245 components: - - pos: -99.5,-0.5 + - type: Transform + pos: -99.5,-0.5 parent: 1 - type: Transform - uid: 8246 components: - - pos: -101.5,-1.5 + - type: Transform + pos: -101.5,-1.5 parent: 1 - type: Transform - uid: 9551 components: - - pos: -55.5,-3.5 + - type: Transform + pos: -55.5,-3.5 parent: 1 - type: Transform - uid: 9552 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,0.5 parent: 1 - type: Transform - uid: 10960 components: - - pos: 22.5,-50.5 + - type: Transform + pos: 22.5,-50.5 parent: 1 - type: Transform - uid: 11645 components: - - pos: -14.5,29.5 + - type: Transform + pos: -14.5,29.5 parent: 1 - type: Transform - uid: 13890 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-31.5 parent: 1 - type: Transform - uid: 17511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,5.5 parent: 1 - type: Transform - uid: 23765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-55.5 parent: 1 - type: Transform - uid: 30733 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-40.5 parent: 1 - type: Transform - uid: 40949 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 91.5,36.5 parent: 1 - type: Transform - proto: RandomSoap entities: - uid: 3341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-16.5 parent: 1 - type: Transform - uid: 3342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-17.5 parent: 1 - type: Transform - uid: 8455 components: - - pos: -64.5,4.5 + - type: Transform + pos: -64.5,4.5 parent: 1 - type: Transform - uid: 8802 components: - - pos: -117.5,1.5 + - type: Transform + pos: -117.5,1.5 parent: 1 - type: Transform - uid: 11686 components: - - pos: -29.5,13.5 + - type: Transform + pos: -29.5,13.5 parent: 1 - type: Transform - uid: 23753 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-51.5 parent: 1 - type: Transform - uid: 33979 components: - - pos: -94.5,-72.5 + - type: Transform + pos: -94.5,-72.5 parent: 1 - type: Transform - uid: 41389 components: - - pos: -152.5,-73.5 + - type: Transform + pos: -152.5,-73.5 parent: 1 - type: Transform - proto: RandomSpawner entities: - uid: 11246 components: - - pos: -12.5,24.5 + - type: Transform + pos: -12.5,24.5 parent: 1 - type: Transform - uid: 11247 components: - - pos: -10.5,26.5 + - type: Transform + pos: -10.5,26.5 parent: 1 - type: Transform - uid: 12395 components: - - pos: 19.5,-12.5 + - type: Transform + pos: 19.5,-12.5 parent: 1 - type: Transform - uid: 12396 components: - - pos: 22.5,-14.5 + - type: Transform + pos: 22.5,-14.5 parent: 1 - type: Transform - uid: 12397 components: - - pos: 24.5,-13.5 + - type: Transform + pos: 24.5,-13.5 parent: 1 - type: Transform - uid: 12398 components: - - pos: 23.5,-14.5 + - type: Transform + pos: 23.5,-14.5 parent: 1 - type: Transform - uid: 12459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-58.5 parent: 1 - type: Transform - uid: 21653 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,29.5 parent: 1 - type: Transform - uid: 21655 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,30.5 parent: 1 - type: Transform - uid: 22355 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,31.5 parent: 1 - type: Transform - uid: 28694 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,9.5 parent: 1 - type: Transform - uid: 29377 components: - - pos: -0.5,-58.5 + - type: Transform + pos: -0.5,-58.5 parent: 1 - type: Transform - uid: 29378 components: - - pos: 11.5,-60.5 + - type: Transform + pos: 11.5,-60.5 parent: 1 - type: Transform - uid: 29379 components: - - pos: 20.5,-58.5 + - type: Transform + pos: 20.5,-58.5 parent: 1 - type: Transform - uid: 29380 components: - - pos: 29.5,-58.5 + - type: Transform + pos: 29.5,-58.5 parent: 1 - type: Transform - uid: 29381 components: - - pos: 27.5,-61.5 + - type: Transform + pos: 27.5,-61.5 parent: 1 - type: Transform - uid: 29382 components: - - pos: 41.5,-59.5 + - type: Transform + pos: 41.5,-59.5 parent: 1 - type: Transform - uid: 29444 components: - - pos: 1.5,-53.5 + - type: Transform + pos: 1.5,-53.5 parent: 1 - type: Transform - uid: 29445 components: - - pos: 20.5,-48.5 + - type: Transform + pos: 20.5,-48.5 parent: 1 - type: Transform - uid: 29446 components: - - pos: 25.5,-44.5 + - type: Transform + pos: 25.5,-44.5 parent: 1 - type: Transform - uid: 29447 components: - - pos: 15.5,-46.5 + - type: Transform + pos: 15.5,-46.5 parent: 1 - type: Transform - uid: 29635 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,7.5 parent: 1 - type: Transform - uid: 30469 components: - - pos: -96.5,13.5 + - type: Transform + pos: -96.5,13.5 parent: 1 - type: Transform - uid: 30470 components: - - pos: -95.5,23.5 + - type: Transform + pos: -95.5,23.5 parent: 1 - type: Transform - uid: 30471 components: - - pos: -62.5,35.5 + - type: Transform + pos: -62.5,35.5 parent: 1 - type: Transform - uid: 30595 components: - - pos: -97.5,-23.5 + - type: Transform + pos: -97.5,-23.5 parent: 1 - type: Transform - uid: 30634 components: - - pos: -126.5,2.5 + - type: Transform + pos: -126.5,2.5 parent: 1 - type: Transform - uid: 30635 components: - - pos: -127.5,12.5 + - type: Transform + pos: -127.5,12.5 parent: 1 - type: Transform - uid: 30715 components: - - pos: -31.5,-6.5 + - type: Transform + pos: -31.5,-6.5 parent: 1 - type: Transform - uid: 30753 components: - - pos: -84.5,-39.5 + - type: Transform + pos: -84.5,-39.5 parent: 1 - type: Transform - uid: 30754 components: - - pos: -88.5,-50.5 + - type: Transform + pos: -88.5,-50.5 parent: 1 - type: Transform - uid: 30756 components: - - pos: -84.5,-52.5 + - type: Transform + pos: -84.5,-52.5 parent: 1 - type: Transform - uid: 30771 components: - - pos: -74.5,-53.5 + - type: Transform + pos: -74.5,-53.5 parent: 1 - type: Transform - uid: 30772 components: - - pos: -59.5,-20.5 + - type: Transform + pos: -59.5,-20.5 parent: 1 - type: Transform - uid: 30944 components: - - pos: -26.5,-20.5 + - type: Transform + pos: -26.5,-20.5 parent: 1 - type: Transform - uid: 30987 components: - - pos: -31.5,-69.5 + - type: Transform + pos: -31.5,-69.5 parent: 1 - type: Transform - uid: 31013 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-29.5 parent: 1 - type: Transform - uid: 31364 components: - - pos: -49.5,-75.5 + - type: Transform + pos: -49.5,-75.5 parent: 1 - type: Transform - uid: 35012 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-52.5 parent: 1 - type: Transform - uid: 36294 components: - - pos: -121.5,-17.5 + - type: Transform + pos: -121.5,-17.5 parent: 1 - type: Transform - uid: 36295 components: - - pos: -125.5,-24.5 + - type: Transform + pos: -125.5,-24.5 parent: 1 - type: Transform - uid: 36659 components: - - pos: -94.5,-86.5 + - type: Transform + pos: -94.5,-86.5 parent: 1 - type: Transform - uid: 36660 components: - - pos: -92.5,-82.5 + - type: Transform + pos: -92.5,-82.5 parent: 1 - type: Transform - uid: 36744 components: - - pos: -18.5,-60.5 + - type: Transform + pos: -18.5,-60.5 parent: 1 - type: Transform - uid: 36745 components: - - pos: -18.5,-59.5 + - type: Transform + pos: -18.5,-59.5 parent: 1 - type: Transform - uid: 36818 components: - - pos: -116.5,-72.5 + - type: Transform + pos: -116.5,-72.5 parent: 1 - type: Transform - uid: 36820 components: - - pos: -115.5,-73.5 + - type: Transform + pos: -115.5,-73.5 parent: 1 - type: Transform - uid: 36821 components: - - pos: -115.5,-72.5 + - type: Transform + pos: -115.5,-72.5 parent: 1 - type: Transform - uid: 40962 components: - - pos: 87.5,39.5 + - type: Transform + pos: 87.5,39.5 parent: 1 - type: Transform - uid: 40965 components: - - pos: 70.5,51.5 + - type: Transform + pos: 70.5,51.5 parent: 1 - type: Transform - uid: 40967 components: - - pos: 70.5,-1.5 + - type: Transform + pos: 70.5,-1.5 parent: 1 - type: Transform - uid: 41103 components: - - pos: 32.5,-34.5 + - type: Transform + pos: 32.5,-34.5 parent: 1 - type: Transform - uid: 41104 components: - - pos: 31.5,-20.5 + - type: Transform + pos: 31.5,-20.5 parent: 1 - type: Transform - uid: 41105 components: - - pos: 35.5,-44.5 + - type: Transform + pos: 35.5,-44.5 parent: 1 - type: Transform - uid: 41106 components: - - pos: 37.5,-51.5 + - type: Transform + pos: 37.5,-51.5 parent: 1 - type: Transform - uid: 41131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-16.5 parent: 1 - type: Transform - uid: 41132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -117.5,-21.5 parent: 1 - type: Transform - uid: 41133 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,-17.5 parent: 1 - type: Transform - uid: 42047 components: - - pos: -80.5,-39.5 + - type: Transform + pos: -80.5,-39.5 parent: 1 - type: Transform - proto: RandomVending entities: - uid: 2515 components: - - pos: -19.5,-29.5 + - type: Transform + pos: -19.5,-29.5 parent: 1 - type: Transform - uid: 8031 components: - - pos: -78.5,3.5 + - type: Transform + pos: -78.5,3.5 parent: 1 - type: Transform - uid: 8032 components: - - pos: -77.5,3.5 + - type: Transform + pos: -77.5,3.5 parent: 1 - type: Transform - uid: 8172 components: - - pos: -64.5,-7.5 + - type: Transform + pos: -64.5,-7.5 parent: 1 - type: Transform - uid: 9844 components: - - pos: -100.5,30.5 + - type: Transform + pos: -100.5,30.5 parent: 1 - type: Transform - uid: 12710 components: - - pos: -99.5,29.5 + - type: Transform + pos: -99.5,29.5 parent: 1 - type: Transform - uid: 13205 components: - - pos: -63.5,35.5 + - type: Transform + pos: -63.5,35.5 parent: 1 - type: Transform - uid: 13859 components: - - pos: 23.5,-34.5 + - type: Transform + pos: 23.5,-34.5 parent: 1 - type: Transform - uid: 13860 components: - - pos: 24.5,-34.5 + - type: Transform + pos: 24.5,-34.5 parent: 1 - type: Transform - uid: 17698 components: - - pos: -79.5,-16.5 + - type: Transform + pos: -79.5,-16.5 parent: 1 - type: Transform - uid: 17700 components: - - pos: -78.5,-16.5 + - type: Transform + pos: -78.5,-16.5 parent: 1 - type: Transform - uid: 30596 components: - - pos: -125.5,2.5 + - type: Transform + pos: -125.5,2.5 parent: 1 - type: Transform - uid: 31145 components: - - pos: -40.5,-27.5 + - type: Transform + pos: -40.5,-27.5 parent: 1 - type: Transform - proto: RandomVendingDrinks entities: - uid: 23766 components: - - pos: 26.5,-43.5 + - type: Transform + pos: 26.5,-43.5 parent: 1 - type: Transform - uid: 29234 components: - - pos: -115.5,-47.5 + - type: Transform + pos: -115.5,-47.5 parent: 1 - type: Transform - uid: 29373 components: - - pos: 41.5,-58.5 + - type: Transform + pos: 41.5,-58.5 parent: 1 - type: Transform - proto: RandomVendingSnacks entities: - uid: 1552 components: - - pos: -53.5,-5.5 + - type: Transform + pos: -53.5,-5.5 parent: 1 - type: Transform - uid: 23767 components: - - pos: 28.5,-43.5 + - type: Transform + pos: 28.5,-43.5 parent: 1 - type: Transform - uid: 29372 components: - - pos: 42.5,-58.5 + - type: Transform + pos: 42.5,-58.5 parent: 1 - type: Transform - uid: 29554 components: - - pos: -115.5,-49.5 + - type: Transform + pos: -115.5,-49.5 parent: 1 - type: Transform - uid: 36657 components: - - pos: -91.5,-82.5 + - type: Transform + pos: -91.5,-82.5 parent: 1 - type: Transform - proto: RCD entities: - uid: 3222 components: - - pos: -106.423546,-36.31903 + - type: Transform + pos: -106.423546,-36.31903 parent: 1 - type: Transform - proto: RCDAmmo entities: - uid: 9797 components: - - pos: -106.50688,-36.44412 + - type: Transform + pos: -106.50688,-36.44412 parent: 1 - type: Transform - uid: 9798 components: - - pos: -106.66313,-36.42327 + - type: Transform + pos: -106.66313,-36.42327 parent: 1 - type: Transform - proto: Recycler entities: - uid: 3381 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,26.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7157 - type: DeviceLinkSink - uid: 4394 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12027 - type: DeviceLinkSink - proto: ReinforcedGirder entities: - uid: 1848 components: - - pos: -21.5,45.5 + - type: Transform + pos: -21.5,45.5 parent: 1 - type: Transform - uid: 4347 components: - - pos: -75.5,-47.5 + - type: Transform + pos: -75.5,-47.5 parent: 1 - type: Transform - uid: 4626 components: - - pos: 18.5,48.5 + - type: Transform + pos: 18.5,48.5 parent: 1 - type: Transform - uid: 5424 components: - - pos: -69.5,42.5 + - type: Transform + pos: -69.5,42.5 parent: 1 - type: Transform - uid: 5425 components: - - pos: -61.5,42.5 + - type: Transform + pos: -61.5,42.5 parent: 1 - type: Transform - uid: 5426 components: - - pos: -60.5,42.5 - parent: 1 - type: Transform - - uid: 5427 - components: - - pos: -56.5,42.5 - parent: 1 - type: Transform - - uid: 5428 - components: - - pos: -55.5,42.5 + - type: Transform + pos: -60.5,42.5 parent: 1 - type: Transform - uid: 6157 components: - - pos: -77.5,42.5 + - type: Transform + pos: -77.5,42.5 parent: 1 - type: Transform - uid: 6254 components: - - pos: -147.5,12.5 + - type: Transform + pos: -147.5,12.5 parent: 1 - type: Transform - uid: 6259 components: - - pos: -153.5,21.5 + - type: Transform + pos: -153.5,21.5 parent: 1 - type: Transform - uid: 6303 components: - - pos: -156.5,14.5 + - type: Transform + pos: -156.5,14.5 parent: 1 - type: Transform - uid: 7277 components: - - pos: -51.5,42.5 + - type: Transform + pos: -51.5,42.5 parent: 1 - type: Transform - uid: 7300 components: - - pos: -50.5,42.5 + - type: Transform + pos: -50.5,42.5 + parent: 1 + - uid: 8804 + components: + - type: Transform + pos: -56.5,45.5 + parent: 1 + - uid: 8805 + components: + - type: Transform + pos: -59.5,45.5 + parent: 1 + - uid: 8807 + components: + - type: Transform + pos: -54.5,45.5 parent: 1 - type: Transform - uid: 10934 components: - - pos: 62.5,-33.5 + - type: Transform + pos: 62.5,-33.5 parent: 1 - type: Transform - uid: 10935 components: - - pos: 68.5,-33.5 + - type: Transform + pos: 68.5,-33.5 parent: 1 - type: Transform - uid: 10936 components: - - pos: 74.5,-33.5 + - type: Transform + pos: 74.5,-33.5 parent: 1 - type: Transform - uid: 10937 components: - - pos: 80.5,-33.5 + - type: Transform + pos: 80.5,-33.5 parent: 1 - type: Transform - uid: 10938 components: - - pos: 86.5,-33.5 + - type: Transform + pos: 86.5,-33.5 parent: 1 - type: Transform - uid: 10939 components: - - pos: 92.5,-33.5 + - type: Transform + pos: 92.5,-33.5 parent: 1 - type: Transform - uid: 10940 components: - - pos: 95.5,-36.5 + - type: Transform + pos: 95.5,-36.5 parent: 1 - type: Transform - uid: 10941 components: - - pos: 95.5,-33.5 + - type: Transform + pos: 95.5,-33.5 parent: 1 - type: Transform - uid: 10942 components: - - pos: 95.5,-43.5 + - type: Transform + pos: 95.5,-43.5 parent: 1 - type: Transform - uid: 10943 components: - - pos: 95.5,-47.5 + - type: Transform + pos: 95.5,-47.5 parent: 1 - type: Transform - uid: 10944 components: - - pos: 95.5,-51.5 + - type: Transform + pos: 95.5,-51.5 parent: 1 - type: Transform - uid: 10945 components: - - pos: 95.5,-58.5 + - type: Transform + pos: 95.5,-58.5 parent: 1 - type: Transform - uid: 10946 components: - - pos: 95.5,-62.5 + - type: Transform + pos: 95.5,-62.5 parent: 1 - type: Transform - uid: 10951 components: - - pos: 92.5,-62.5 + - type: Transform + pos: 92.5,-62.5 parent: 1 - type: Transform - uid: 10952 components: - - pos: 86.5,-62.5 + - type: Transform + pos: 86.5,-62.5 parent: 1 - type: Transform - uid: 10953 components: - - pos: 80.5,-62.5 + - type: Transform + pos: 80.5,-62.5 parent: 1 - type: Transform - uid: 10954 components: - - pos: 74.5,-62.5 + - type: Transform + pos: 74.5,-62.5 parent: 1 - type: Transform - uid: 10955 components: - - pos: 68.5,-62.5 + - type: Transform + pos: 68.5,-62.5 parent: 1 - type: Transform - uid: 10956 components: - - pos: 62.5,-62.5 + - type: Transform + pos: 62.5,-62.5 parent: 1 - type: Transform - uid: 12722 components: - - pos: -109.5,48.5 + - type: Transform + pos: -109.5,48.5 parent: 1 - type: Transform - uid: 12725 components: - - pos: -109.5,31.5 + - type: Transform + pos: -109.5,31.5 parent: 1 - type: Transform - uid: 12726 components: - - pos: -109.5,44.5 + - type: Transform + pos: -109.5,44.5 parent: 1 - type: Transform - uid: 12753 components: - - pos: -109.5,36.5 + - type: Transform + pos: -109.5,36.5 parent: 1 - type: Transform - uid: 12762 components: - - pos: -109.5,40.5 + - type: Transform + pos: -109.5,40.5 parent: 1 - type: Transform - uid: 12817 components: - - pos: -109.5,33.5 + - type: Transform + pos: -109.5,33.5 parent: 1 - type: Transform - uid: 12978 components: - - pos: 58.5,-62.5 + - type: Transform + pos: 58.5,-62.5 + parent: 1 + - uid: 13146 + components: + - type: Transform + pos: -57.5,45.5 parent: 1 - type: Transform - uid: 20309 components: - - pos: -153.5,-80.5 + - type: Transform + pos: -153.5,-80.5 parent: 1 - type: Transform - uid: 21527 components: - - pos: -153.5,-36.5 + - type: Transform + pos: -153.5,-36.5 parent: 1 - type: Transform - uid: 27580 components: - - pos: -153.5,-84.5 + - type: Transform + pos: -153.5,-84.5 parent: 1 - type: Transform - uid: 30472 components: - - pos: -129.5,31.5 + - type: Transform + pos: -129.5,31.5 parent: 1 - type: Transform - uid: 30473 components: - - pos: -135.5,31.5 + - type: Transform + pos: -135.5,31.5 parent: 1 - type: Transform - uid: 30474 components: - - pos: -153.5,31.5 + - type: Transform + pos: -153.5,31.5 parent: 1 - type: Transform - uid: 30475 components: - - pos: -139.5,31.5 + - type: Transform + pos: -139.5,31.5 parent: 1 - type: Transform - uid: 30476 components: - - pos: -145.5,31.5 + - type: Transform + pos: -145.5,31.5 parent: 1 - type: Transform - uid: 30481 components: - - pos: -153.5,-11.5 + - type: Transform + pos: -153.5,-11.5 parent: 1 - type: Transform - uid: 30482 components: - - pos: -153.5,-18.5 + - type: Transform + pos: -153.5,-18.5 parent: 1 - type: Transform - uid: 30489 components: - - pos: -145.5,-18.5 + - type: Transform + pos: -145.5,-18.5 parent: 1 - type: Transform - uid: 30490 components: - - pos: -139.5,-18.5 + - type: Transform + pos: -139.5,-18.5 parent: 1 - type: Transform - uid: 30491 components: - - pos: -135.5,-18.5 + - type: Transform + pos: -135.5,-18.5 parent: 1 - type: Transform - uid: 30492 components: - - pos: -129.5,-18.5 + - type: Transform + pos: -129.5,-18.5 parent: 1 - type: Transform - uid: 30493 components: - - pos: -126.5,-18.5 + - type: Transform + pos: -126.5,-18.5 parent: 1 - type: Transform - uid: 30530 components: - - pos: -155.5,5.5 + - type: Transform + pos: -155.5,5.5 parent: 1 - type: Transform - uid: 31532 components: - - pos: -147.5,-3.5 + - type: Transform + pos: -147.5,-3.5 parent: 1 - type: Transform - uid: 31546 components: - - pos: -146.5,-3.5 + - type: Transform + pos: -146.5,-3.5 parent: 1 - type: Transform - uid: 31547 components: - - pos: -156.5,21.5 + - type: Transform + pos: -156.5,21.5 parent: 1 - type: Transform - uid: 31902 components: - - pos: -29.5,-81.5 + - type: Transform + pos: -29.5,-81.5 parent: 1 - type: Transform - uid: 31938 components: - - pos: -86.5,-81.5 + - type: Transform + pos: -86.5,-81.5 parent: 1 - type: Transform - uid: 31940 components: - - pos: -82.5,-81.5 + - type: Transform + pos: -82.5,-81.5 parent: 1 - type: Transform - uid: 31941 components: - - pos: -78.5,-81.5 + - type: Transform + pos: -78.5,-81.5 parent: 1 - type: Transform - uid: 31942 components: - - pos: -74.5,-81.5 + - type: Transform + pos: -74.5,-81.5 parent: 1 - type: Transform - uid: 31943 components: - - pos: -70.5,-81.5 + - type: Transform + pos: -70.5,-81.5 parent: 1 - type: Transform - uid: 31944 components: - - pos: -66.5,-81.5 + - type: Transform + pos: -66.5,-81.5 parent: 1 - type: Transform - uid: 31945 components: - - pos: -62.5,-81.5 + - type: Transform + pos: -62.5,-81.5 parent: 1 - type: Transform - uid: 32006 components: - - pos: -119.5,31.5 + - type: Transform + pos: -119.5,31.5 parent: 1 - type: Transform - uid: 32007 components: - - pos: -115.5,31.5 + - type: Transform + pos: -115.5,31.5 parent: 1 - type: Transform - uid: 32008 components: - - pos: -111.5,31.5 + - type: Transform + pos: -111.5,31.5 parent: 1 - type: Transform - uid: 33150 components: - - pos: -163.5,31.5 + - type: Transform + pos: -163.5,31.5 parent: 1 - type: Transform - uid: 33258 components: - - pos: -154.5,21.5 + - type: Transform + pos: -154.5,21.5 parent: 1 - type: Transform - uid: 33319 components: - - pos: -163.5,-2.5 + - type: Transform + pos: -163.5,-2.5 parent: 1 - type: Transform - uid: 33320 components: - - pos: -163.5,-5.5 + - type: Transform + pos: -163.5,-5.5 parent: 1 - type: Transform - uid: 33321 components: - - pos: -163.5,27.5 + - type: Transform + pos: -163.5,27.5 parent: 1 - type: Transform - uid: 33322 components: - - pos: -163.5,2.5 + - type: Transform + pos: -163.5,2.5 parent: 1 - type: Transform - uid: 33323 components: - - pos: -163.5,10.5 + - type: Transform + pos: -163.5,10.5 parent: 1 - type: Transform - uid: 33324 components: - - pos: -163.5,15.5 + - type: Transform + pos: -163.5,15.5 parent: 1 - type: Transform - uid: 33325 components: - - pos: -163.5,22.5 + - type: Transform + pos: -163.5,22.5 parent: 1 - type: Transform - uid: 33327 components: - - pos: -163.5,19.5 + - type: Transform + pos: -163.5,19.5 parent: 1 - type: Transform - uid: 33328 components: - - pos: -163.5,6.5 + - type: Transform + pos: -163.5,6.5 parent: 1 - type: Transform - uid: 34047 components: - - pos: -127.5,-63.5 + - type: Transform + pos: -127.5,-63.5 parent: 1 - type: Transform - uid: 34214 components: - - pos: -142.5,-53.5 + - type: Transform + pos: -142.5,-53.5 parent: 1 - type: Transform - uid: 34235 components: - - pos: -127.5,-59.5 + - type: Transform + pos: -127.5,-59.5 parent: 1 - type: Transform - uid: 34262 components: - - pos: -122.5,-63.5 + - type: Transform + pos: -122.5,-63.5 parent: 1 - type: Transform - uid: 34380 components: - - pos: -164.5,-45.5 + - type: Transform + pos: -164.5,-45.5 parent: 1 - type: Transform - uid: 34381 components: - - pos: -164.5,-49.5 + - type: Transform + pos: -164.5,-49.5 parent: 1 - type: Transform - uid: 34382 components: - - pos: -164.5,-53.5 + - type: Transform + pos: -164.5,-53.5 parent: 1 - type: Transform - uid: 34383 components: - - pos: -164.5,-57.5 + - type: Transform + pos: -164.5,-57.5 parent: 1 - type: Transform - uid: 34384 components: - - pos: -164.5,-61.5 + - type: Transform + pos: -164.5,-61.5 parent: 1 - type: Transform - uid: 34385 components: - - pos: -164.5,-65.5 + - type: Transform + pos: -164.5,-65.5 parent: 1 - type: Transform - uid: 34386 components: - - pos: -164.5,-69.5 + - type: Transform + pos: -164.5,-69.5 parent: 1 - type: Transform - uid: 34387 components: - - pos: -164.5,-72.5 + - type: Transform + pos: -164.5,-72.5 parent: 1 - type: Transform - uid: 34388 components: - - pos: -160.5,-72.5 + - type: Transform + pos: -160.5,-72.5 parent: 1 - type: Transform - uid: 34389 components: - - pos: -156.5,-72.5 + - type: Transform + pos: -156.5,-72.5 parent: 1 - type: Transform - uid: 34390 components: - - pos: -142.5,-72.5 + - type: Transform + pos: -142.5,-72.5 parent: 1 - type: Transform - uid: 34391 components: - - pos: -146.5,-72.5 + - type: Transform + pos: -146.5,-72.5 parent: 1 - type: Transform - uid: 34392 components: - - pos: -150.5,-72.5 + - type: Transform + pos: -150.5,-72.5 parent: 1 - type: Transform - uid: 34393 components: - - pos: -153.5,-72.5 + - type: Transform + pos: -153.5,-72.5 parent: 1 - type: Transform - uid: 34394 components: - - pos: -142.5,-69.5 + - type: Transform + pos: -142.5,-69.5 parent: 1 - type: Transform - uid: 34395 components: - - pos: -142.5,-65.5 + - type: Transform + pos: -142.5,-65.5 parent: 1 - type: Transform - uid: 34396 components: - - pos: -142.5,-61.5 + - type: Transform + pos: -142.5,-61.5 parent: 1 - type: Transform - uid: 34397 components: - - pos: -142.5,-57.5 + - type: Transform + pos: -142.5,-57.5 parent: 1 - type: Transform - uid: 35558 components: - - pos: -153.5,-42.5 + - type: Transform + pos: -153.5,-42.5 parent: 1 - type: Transform - uid: 35559 components: - - pos: -153.5,-39.5 + - type: Transform + pos: -153.5,-39.5 parent: 1 - type: Transform - uid: 35561 components: - - pos: -153.5,-30.5 + - type: Transform + pos: -153.5,-30.5 parent: 1 - type: Transform - uid: 35838 components: - - pos: -153.5,-76.5 + - type: Transform + pos: -153.5,-76.5 parent: 1 - type: Transform - uid: 35895 components: - - pos: -153.5,-92.5 + - type: Transform + pos: -153.5,-92.5 parent: 1 - type: Transform - uid: 35896 components: - - pos: -153.5,-88.5 + - type: Transform + pos: -153.5,-88.5 parent: 1 - type: Transform - uid: 35897 components: - - pos: -153.5,-96.5 + - type: Transform + pos: -153.5,-96.5 parent: 1 - type: Transform - uid: 35898 components: - - pos: -153.5,-100.5 + - type: Transform + pos: -153.5,-100.5 parent: 1 - type: Transform - uid: 35899 components: - - pos: -137.5,-100.5 + - type: Transform + pos: -137.5,-100.5 parent: 1 - type: Transform - uid: 35900 components: - - pos: -153.5,-103.5 + - type: Transform + pos: -153.5,-103.5 parent: 1 - type: Transform - uid: 35901 components: - - pos: -151.5,-103.5 + - type: Transform + pos: -151.5,-103.5 parent: 1 - type: Transform - uid: 35902 components: - - pos: -149.5,-100.5 + - type: Transform + pos: -149.5,-100.5 parent: 1 - type: Transform - uid: 35903 components: - - pos: -145.5,-100.5 + - type: Transform + pos: -145.5,-100.5 parent: 1 - type: Transform - uid: 35904 components: - - pos: -141.5,-100.5 + - type: Transform + pos: -141.5,-100.5 parent: 1 - type: Transform - uid: 35905 components: - - pos: -133.5,-100.5 + - type: Transform + pos: -133.5,-100.5 parent: 1 - type: Transform - uid: 35906 components: - - pos: -129.5,-100.5 + - type: Transform + pos: -129.5,-100.5 parent: 1 - type: Transform - uid: 35907 components: - - pos: -125.5,-100.5 + - type: Transform + pos: -125.5,-100.5 parent: 1 - type: Transform - uid: 35908 components: - - pos: -121.5,-100.5 + - type: Transform + pos: -121.5,-100.5 parent: 1 - type: Transform - uid: 35909 components: - - pos: -117.5,-100.5 + - type: Transform + pos: -117.5,-100.5 parent: 1 - type: Transform - uid: 35910 components: - - pos: -113.5,-100.5 + - type: Transform + pos: -113.5,-100.5 parent: 1 - type: Transform - uid: 35911 components: - - pos: -109.5,-100.5 + - type: Transform + pos: -109.5,-100.5 parent: 1 - type: Transform - uid: 35912 components: - - pos: -105.5,-100.5 + - type: Transform + pos: -105.5,-100.5 parent: 1 - type: Transform - uid: 35913 components: - - pos: -101.5,-100.5 + - type: Transform + pos: -101.5,-100.5 parent: 1 - type: Transform - uid: 35914 components: - - pos: -98.5,-93.5 + - type: Transform + pos: -98.5,-93.5 parent: 1 - type: Transform - uid: 35915 components: - - pos: -98.5,-100.5 + - type: Transform + pos: -98.5,-100.5 parent: 1 - type: Transform - uid: 35917 components: - - pos: -98.5,-97.5 + - type: Transform + pos: -98.5,-97.5 parent: 1 - type: Transform - uid: 36433 components: - - pos: -126.5,-46.5 + - type: Transform + pos: -126.5,-46.5 parent: 1 - type: Transform - uid: 36434 components: - - pos: -127.5,-46.5 + - type: Transform + pos: -127.5,-46.5 parent: 1 - type: Transform - uid: 36435 components: - - pos: -125.5,-46.5 + - type: Transform + pos: -125.5,-46.5 parent: 1 - type: Transform - uid: 36460 components: - - pos: -153.5,-27.5 + - type: Transform + pos: -153.5,-27.5 parent: 1 - type: Transform - uid: 36520 components: - - pos: -153.5,-21.5 + - type: Transform + pos: -153.5,-21.5 parent: 1 - type: Transform - uid: 36531 components: - - pos: -137.5,-21.5 + - type: Transform + pos: -137.5,-21.5 parent: 1 - type: Transform - uid: 38522 components: - - pos: -19.5,45.5 + - type: Transform + pos: -19.5,45.5 parent: 1 - type: Transform - uid: 38523 components: - - pos: -16.5,45.5 + - type: Transform + pos: -16.5,45.5 parent: 1 - type: Transform - uid: 38524 components: - - pos: -13.5,45.5 + - type: Transform + pos: -13.5,45.5 parent: 1 - type: Transform - uid: 38525 components: - - pos: -10.5,45.5 + - type: Transform + pos: -10.5,45.5 parent: 1 - type: Transform - uid: 41239 components: - - pos: 11.5,40.5 + - type: Transform + pos: 11.5,40.5 parent: 1 - type: Transform - uid: 41240 components: - - pos: 15.5,40.5 + - type: Transform + pos: 15.5,40.5 parent: 1 - type: Transform - uid: 41241 components: - - pos: 19.5,40.5 + - type: Transform + pos: 19.5,40.5 parent: 1 - type: Transform - uid: 41242 components: - - pos: 23.5,40.5 + - type: Transform + pos: 23.5,40.5 parent: 1 - type: Transform - uid: 41243 components: - - pos: 27.5,40.5 + - type: Transform + pos: 27.5,40.5 parent: 1 - type: Transform - uid: 41244 components: - - pos: 31.5,40.5 + - type: Transform + pos: 31.5,40.5 parent: 1 - type: Transform - uid: 41245 components: - - pos: 35.5,40.5 + - type: Transform + pos: 35.5,40.5 parent: 1 - type: Transform - uid: 41246 components: - - pos: 39.5,40.5 + - type: Transform + pos: 39.5,40.5 parent: 1 - type: Transform - uid: 41284 components: - - pos: -24.5,-80.5 + - type: Transform + pos: -24.5,-80.5 parent: 1 - type: Transform - uid: 41285 components: - - pos: -19.5,-80.5 + - type: Transform + pos: -19.5,-80.5 parent: 1 - type: Transform - uid: 41286 components: - - pos: -28.5,-80.5 + - type: Transform + pos: -28.5,-80.5 parent: 1 - type: Transform - uid: 41293 components: - - pos: -15.5,-80.5 + - type: Transform + pos: -15.5,-80.5 parent: 1 - type: Transform - uid: 41320 components: - - pos: -15.5,-76.5 + - type: Transform + pos: -15.5,-76.5 parent: 1 - type: Transform - uid: 41335 components: - - pos: -0.5,-65.5 + - type: Transform + pos: -0.5,-65.5 parent: 1 - type: Transform - uid: 41336 components: - - pos: 8.5,-65.5 + - type: Transform + pos: 8.5,-65.5 parent: 1 - type: Transform - uid: 41337 components: - - pos: 12.5,-65.5 + - type: Transform + pos: 12.5,-65.5 parent: 1 - type: Transform - uid: 41338 components: - - pos: -11.5,-65.5 + - type: Transform + pos: -11.5,-65.5 parent: 1 - type: Transform - uid: 41339 components: - - pos: -10.5,-65.5 + - type: Transform + pos: -10.5,-65.5 parent: 1 - type: Transform - uid: 41340 components: - - pos: 10.5,-65.5 + - type: Transform + pos: 10.5,-65.5 parent: 1 - type: Transform - uid: 41341 components: - - pos: 21.5,-65.5 + - type: Transform + pos: 21.5,-65.5 parent: 1 - type: Transform - uid: 41342 components: - - pos: 30.5,-65.5 + - type: Transform + pos: 30.5,-65.5 parent: 1 - type: Transform - uid: 41343 components: - - pos: 32.5,-65.5 + - type: Transform + pos: 32.5,-65.5 parent: 1 - type: Transform - uid: 41344 components: - - pos: 34.5,-65.5 + - type: Transform + pos: 34.5,-65.5 parent: 1 - type: Transform - uid: 41345 components: - - pos: 43.5,-65.5 + - type: Transform + pos: 43.5,-65.5 parent: 1 - type: Transform - uid: 41346 components: - - pos: 52.5,-65.5 + - type: Transform + pos: 52.5,-65.5 parent: 1 - type: Transform - uid: 41347 components: - - pos: 53.5,-65.5 + - type: Transform + pos: 53.5,-65.5 parent: 1 - type: Transform - uid: 41348 components: - - pos: 55.5,-65.5 + - type: Transform + pos: 55.5,-65.5 parent: 1 - type: Transform - uid: 41990 components: - - pos: 12.5,48.5 + - type: Transform + pos: 12.5,48.5 parent: 1 - type: Transform - uid: 42001 components: - - pos: 25.5,48.5 + - type: Transform + pos: 25.5,48.5 parent: 1 - type: Transform - uid: 42002 components: - - pos: 32.5,48.5 + - type: Transform + pos: 32.5,48.5 parent: 1 - type: Transform - uid: 42003 components: - - pos: 38.5,48.5 + - type: Transform + pos: 38.5,48.5 parent: 1 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 4118 components: - - pos: -59.5,-46.5 + - type: Transform + pos: -59.5,-46.5 parent: 1 - type: Transform - uid: 4119 components: - - pos: -59.5,-44.5 + - type: Transform + pos: -59.5,-44.5 parent: 1 - type: Transform - uid: 6819 components: - - pos: -32.5,-45.5 + - type: Transform + pos: -32.5,-45.5 parent: 1 - type: Transform - uid: 6820 components: - - pos: -30.5,-42.5 + - type: Transform + pos: -30.5,-42.5 parent: 1 - type: Transform - uid: 6824 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 1 - type: Transform - uid: 6826 components: - - pos: -34.5,-42.5 + - type: Transform + pos: -34.5,-42.5 parent: 1 - type: Transform - uid: 6835 components: - - pos: -33.5,-45.5 + - type: Transform + pos: -33.5,-45.5 parent: 1 - type: Transform - uid: 6836 components: - - pos: -34.5,-44.5 + - type: Transform + pos: -34.5,-44.5 parent: 1 - type: Transform - uid: 6837 components: - - pos: -34.5,-43.5 + - type: Transform + pos: -34.5,-43.5 parent: 1 - type: Transform - uid: 6840 components: - - pos: -30.5,-43.5 + - type: Transform + pos: -30.5,-43.5 parent: 1 - type: Transform - uid: 6841 components: - - pos: -30.5,-44.5 + - type: Transform + pos: -30.5,-44.5 parent: 1 - type: Transform - uid: 6842 components: - - pos: -31.5,-45.5 + - type: Transform + pos: -31.5,-45.5 parent: 1 - type: Transform - uid: 6845 components: - - pos: -31.5,-41.5 + - type: Transform + pos: -31.5,-41.5 parent: 1 - type: Transform - uid: 6968 components: - - pos: -36.5,-60.5 + - type: Transform + pos: -36.5,-60.5 parent: 1 - type: Transform - uid: 6969 components: - - pos: -34.5,-60.5 + - type: Transform + pos: -34.5,-60.5 parent: 1 - type: Transform - uid: 6970 components: - - pos: -37.5,-57.5 + - type: Transform + pos: -37.5,-57.5 parent: 1 - type: Transform - uid: 6972 components: - - pos: -37.5,-58.5 + - type: Transform + pos: -37.5,-58.5 parent: 1 - type: Transform - uid: 6973 components: - - pos: -37.5,-59.5 + - type: Transform + pos: -37.5,-59.5 parent: 1 - type: Transform - uid: 6974 components: - - pos: -36.5,-56.5 + - type: Transform + pos: -36.5,-56.5 parent: 1 - type: Transform - uid: 10866 components: - - pos: 65.5,-51.5 + - type: Transform + pos: 65.5,-51.5 parent: 1 - type: Transform - uid: 10867 components: - - pos: 65.5,-50.5 + - type: Transform + pos: 65.5,-50.5 parent: 1 - type: Transform - uid: 10868 components: - - pos: 65.5,-49.5 + - type: Transform + pos: 65.5,-49.5 parent: 1 - type: Transform - uid: 10869 components: - - pos: 65.5,-48.5 + - type: Transform + pos: 65.5,-48.5 parent: 1 - type: Transform - uid: 10870 components: - - pos: 65.5,-47.5 + - type: Transform + pos: 65.5,-47.5 parent: 1 - type: Transform - uid: 10871 components: - - pos: 65.5,-46.5 + - type: Transform + pos: 65.5,-46.5 parent: 1 - type: Transform - uid: 10872 components: - - pos: 65.5,-45.5 + - type: Transform + pos: 65.5,-45.5 parent: 1 - type: Transform - uid: 10873 components: - - pos: 65.5,-44.5 + - type: Transform + pos: 65.5,-44.5 parent: 1 - type: Transform - uid: 10874 components: - - pos: 65.5,-43.5 + - type: Transform + pos: 65.5,-43.5 parent: 1 - type: Transform - uid: 10875 components: - - pos: 65.5,-42.5 + - type: Transform + pos: 65.5,-42.5 parent: 1 - type: Transform - uid: 12750 components: - - pos: -66.5,-45.5 + - type: Transform + pos: -66.5,-45.5 parent: 1 - type: Transform - uid: 12751 components: - - pos: -67.5,-45.5 + - type: Transform + pos: -67.5,-45.5 parent: 1 - type: Transform - uid: 12800 components: - - pos: -65.5,-46.5 + - type: Transform + pos: -65.5,-46.5 parent: 1 - type: Transform - uid: 12801 components: - - pos: -65.5,-45.5 + - type: Transform + pos: -65.5,-45.5 parent: 1 - type: Transform - uid: 12824 components: - - pos: -69.5,-45.5 + - type: Transform + pos: -69.5,-45.5 parent: 1 - type: Transform - uid: 12825 components: - - pos: -68.5,-45.5 + - type: Transform + pos: -68.5,-45.5 parent: 1 - type: Transform - uid: 12962 components: - - pos: -69.5,-46.5 + - type: Transform + pos: -69.5,-46.5 parent: 1 - type: Transform - uid: 12963 components: - - pos: -69.5,-47.5 + - type: Transform + pos: -69.5,-47.5 parent: 1 - type: Transform - uid: 12964 components: - - pos: -69.5,-48.5 + - type: Transform + pos: -69.5,-48.5 parent: 1 - type: Transform - uid: 12965 components: - - pos: -69.5,-49.5 + - type: Transform + pos: -69.5,-49.5 parent: 1 - type: Transform - uid: 12966 components: - - pos: -68.5,-49.5 + - type: Transform + pos: -68.5,-49.5 parent: 1 - type: Transform - uid: 12967 components: - - pos: -67.5,-49.5 + - type: Transform + pos: -67.5,-49.5 parent: 1 - type: Transform - uid: 12968 components: - - pos: -66.5,-49.5 + - type: Transform + pos: -66.5,-49.5 parent: 1 - type: Transform - uid: 12969 components: - - pos: -65.5,-49.5 + - type: Transform + pos: -65.5,-49.5 parent: 1 - type: Transform - uid: 12970 components: - - pos: -65.5,-48.5 + - type: Transform + pos: -65.5,-48.5 parent: 1 - type: Transform - uid: 16068 components: - - pos: -45.5,-71.5 + - type: Transform + pos: -45.5,-71.5 parent: 1 - type: Transform - uid: 16069 components: - - pos: -44.5,-71.5 + - type: Transform + pos: -44.5,-71.5 parent: 1 - type: Transform - uid: 16089 components: - - pos: -43.5,-71.5 + - type: Transform + pos: -43.5,-71.5 parent: 1 - type: Transform - uid: 16090 components: - - pos: -42.5,-71.5 + - type: Transform + pos: -42.5,-71.5 parent: 1 - type: Transform - uid: 16091 components: - - pos: -41.5,-71.5 + - type: Transform + pos: -41.5,-71.5 parent: 1 - type: Transform - uid: 22145 components: - - pos: -104.5,-49.5 + - type: Transform + pos: -104.5,-49.5 parent: 1 - type: Transform - uid: 22146 components: - - pos: -103.5,-49.5 + - type: Transform + pos: -103.5,-49.5 parent: 1 - type: Transform - uid: 22147 components: - - pos: -101.5,-49.5 + - type: Transform + pos: -101.5,-49.5 parent: 1 - type: Transform - uid: 22148 components: - - pos: -100.5,-49.5 + - type: Transform + pos: -100.5,-49.5 parent: 1 - type: Transform - uid: 22149 components: - - pos: -99.5,-51.5 + - type: Transform + pos: -99.5,-51.5 parent: 1 - type: Transform - uid: 22152 components: - - pos: -99.5,-50.5 + - type: Transform + pos: -99.5,-50.5 parent: 1 - type: Transform - uid: 22153 components: - - pos: -100.5,-52.5 + - type: Transform + pos: -100.5,-52.5 parent: 1 - type: Transform - uid: 22154 components: - - pos: -101.5,-52.5 + - type: Transform + pos: -101.5,-52.5 parent: 1 - type: Transform - uid: 22155 components: - - pos: -102.5,-51.5 + - type: Transform + pos: -102.5,-51.5 parent: 1 - type: Transform - uid: 22156 components: - - pos: -102.5,-50.5 + - type: Transform + pos: -102.5,-50.5 parent: 1 - type: Transform - uid: 22157 components: - - pos: -103.5,-52.5 + - type: Transform + pos: -103.5,-52.5 parent: 1 - type: Transform - uid: 22158 components: - - pos: -104.5,-52.5 + - type: Transform + pos: -104.5,-52.5 parent: 1 - type: Transform - uid: 22159 components: - - pos: -105.5,-51.5 + - type: Transform + pos: -105.5,-51.5 parent: 1 - type: Transform - uid: 22160 components: - - pos: -105.5,-50.5 + - type: Transform + pos: -105.5,-50.5 parent: 1 - type: Transform - uid: 25558 components: - - pos: -108.5,-51.5 + - type: Transform + pos: -108.5,-51.5 parent: 1 - type: Transform - uid: 25559 components: - - pos: -106.5,-51.5 + - type: Transform + pos: -106.5,-51.5 parent: 1 - type: Transform - uid: 26894 components: - - pos: -112.5,-55.5 + - type: Transform + pos: -112.5,-55.5 parent: 1 - type: Transform - uid: 26895 components: - - pos: -108.5,-55.5 + - type: Transform + pos: -108.5,-55.5 parent: 1 - type: Transform - uid: 26896 components: - - pos: -108.5,-57.5 + - type: Transform + pos: -108.5,-57.5 parent: 1 - type: Transform - uid: 26897 components: - - pos: -112.5,-57.5 + - type: Transform + pos: -112.5,-57.5 parent: 1 - type: Transform - uid: 26898 components: - - pos: -112.5,-59.5 + - type: Transform + pos: -112.5,-59.5 parent: 1 - type: Transform - uid: 26899 components: - - pos: -108.5,-59.5 + - type: Transform + pos: -108.5,-59.5 parent: 1 - type: Transform - uid: 26900 components: - - pos: -108.5,-61.5 + - type: Transform + pos: -108.5,-61.5 parent: 1 - type: Transform - uid: 26901 components: - - pos: -112.5,-61.5 + - type: Transform + pos: -112.5,-61.5 parent: 1 - type: Transform - uid: 27931 components: - - pos: -105.5,-73.5 + - type: Transform + pos: -105.5,-73.5 parent: 1 - type: Transform - uid: 28542 components: - - pos: -104.5,-73.5 + - type: Transform + pos: -104.5,-73.5 parent: 1 - type: Transform - uid: 28568 components: - - pos: -102.5,-73.5 + - type: Transform + pos: -102.5,-73.5 parent: 1 - type: Transform - uid: 28571 components: - - pos: -101.5,-73.5 + - type: Transform + pos: -101.5,-73.5 parent: 1 - type: Transform - uid: 28572 components: - - pos: -103.5,-73.5 + - type: Transform + pos: -103.5,-73.5 parent: 1 - type: Transform - uid: 28577 components: - - pos: -101.5,-78.5 + - type: Transform + pos: -101.5,-78.5 parent: 1 - type: Transform - uid: 28578 components: - - pos: -106.5,-76.5 + - type: Transform + pos: -106.5,-76.5 parent: 1 - type: Transform - uid: 28584 components: - - pos: -105.5,-78.5 + - type: Transform + pos: -105.5,-78.5 parent: 1 - type: Transform - uid: 28585 components: - - pos: -106.5,-74.5 + - type: Transform + pos: -106.5,-74.5 parent: 1 - type: Transform - uid: 32179 components: - - pos: -107.5,-51.5 + - type: Transform + pos: -107.5,-51.5 parent: 1 - type: Transform - uid: 32185 components: - - pos: -109.5,-51.5 + - type: Transform + pos: -109.5,-51.5 parent: 1 - type: Transform - uid: 32186 components: - - pos: -109.5,-50.5 + - type: Transform + pos: -109.5,-50.5 parent: 1 - type: Transform - proto: ReinforcedWindow entities: - uid: 251 components: - - pos: -11.5,7.5 + - type: Transform + pos: -11.5,7.5 parent: 1 - type: Transform - uid: 252 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 1 - type: Transform - uid: 421 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 1 - type: Transform - uid: 422 components: - - pos: -15.5,-0.5 + - type: Transform + pos: -15.5,-0.5 parent: 1 - type: Transform - uid: 423 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 1 - type: Transform - uid: 424 components: - - pos: -15.5,-2.5 + - type: Transform + pos: -15.5,-2.5 parent: 1 - type: Transform - uid: 425 components: - - pos: -15.5,-3.5 + - type: Transform + pos: -15.5,-3.5 parent: 1 - type: Transform - uid: 426 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 1 - type: Transform - uid: 427 components: - - pos: -15.5,-8.5 + - type: Transform + pos: -15.5,-8.5 parent: 1 - type: Transform - uid: 514 components: - - pos: -25.5,2.5 + - type: Transform + pos: -25.5,2.5 parent: 1 - type: Transform - uid: 612 components: - - pos: -109.5,-78.5 + - type: Transform + pos: -109.5,-78.5 parent: 1 - type: Transform - uid: 732 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 733 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 1 - type: Transform - uid: 734 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 735 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 1 - type: Transform - uid: 736 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 737 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - uid: 738 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 1 - type: Transform - uid: 739 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 1 - type: Transform - uid: 740 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 1 - type: Transform - uid: 745 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 746 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 749 components: - - pos: -8.5,-16.5 + - type: Transform + pos: -8.5,-16.5 parent: 1 - type: Transform - uid: 750 components: - - pos: -7.5,-16.5 + - type: Transform + pos: -7.5,-16.5 parent: 1 - type: Transform - uid: 751 components: - - pos: -6.5,-16.5 + - type: Transform + pos: -6.5,-16.5 parent: 1 - type: Transform - uid: 752 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 753 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 754 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - uid: 755 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - uid: 758 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 1 - type: Transform - uid: 759 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 1 - type: Transform - uid: 760 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 1 - type: Transform - uid: 762 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 1 - type: Transform - uid: 763 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 1 - type: Transform - uid: 764 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 1 - type: Transform - uid: 765 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 1 - type: Transform - uid: 766 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 767 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 1 - type: Transform - uid: 768 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 1 - type: Transform - uid: 769 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 1 - type: Transform - uid: 770 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 771 components: - - pos: 3.5,-16.5 + - type: Transform + pos: 3.5,-16.5 parent: 1 - type: Transform - uid: 772 components: - - pos: 4.5,-16.5 + - type: Transform + pos: 4.5,-16.5 parent: 1 - type: Transform - uid: 773 components: - - pos: 5.5,-16.5 + - type: Transform + pos: 5.5,-16.5 parent: 1 - type: Transform - uid: 774 components: - - pos: 6.5,-16.5 + - type: Transform + pos: 6.5,-16.5 parent: 1 - type: Transform - uid: 775 components: - - pos: 7.5,-16.5 + - type: Transform + pos: 7.5,-16.5 parent: 1 - type: Transform - uid: 776 components: - - pos: 3.5,-20.5 + - type: Transform + pos: 3.5,-20.5 parent: 1 - type: Transform - uid: 777 components: - - pos: 4.5,-20.5 + - type: Transform + pos: 4.5,-20.5 parent: 1 - type: Transform - uid: 778 components: - - pos: 5.5,-20.5 + - type: Transform + pos: 5.5,-20.5 parent: 1 - type: Transform - uid: 779 components: - - pos: -6.5,-20.5 + - type: Transform + pos: -6.5,-20.5 parent: 1 - type: Transform - uid: 780 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 1 - type: Transform - uid: 781 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 850 components: - - pos: -13.5,-12.5 + - type: Transform + pos: -13.5,-12.5 parent: 1 - type: Transform - uid: 851 components: - - pos: -13.5,-13.5 + - type: Transform + pos: -13.5,-13.5 parent: 1 - type: Transform - uid: 852 components: - - pos: -13.5,-14.5 + - type: Transform + pos: -13.5,-14.5 parent: 1 - type: Transform - uid: 853 components: - - pos: -13.5,-15.5 + - type: Transform + pos: -13.5,-15.5 parent: 1 - type: Transform - uid: 854 components: - - pos: -13.5,-10.5 + - type: Transform + pos: -13.5,-10.5 parent: 1 - type: Transform - uid: 920 components: - - pos: -24.5,-10.5 + - type: Transform + pos: -24.5,-10.5 parent: 1 - type: Transform - uid: 921 components: - - pos: -24.5,-11.5 + - type: Transform + pos: -24.5,-11.5 parent: 1 - type: Transform - uid: 1049 components: - - pos: -13.5,-28.5 + - type: Transform + pos: -13.5,-28.5 parent: 1 - type: Transform - uid: 1145 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 1 - type: Transform - uid: 1146 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 1147 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 1148 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 1149 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 1150 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 1151 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 1152 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - uid: 1153 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - uid: 1154 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 1 - type: Transform - uid: 1201 components: - - pos: 14.5,3.5 + - type: Transform + pos: 14.5,3.5 parent: 1 - type: Transform - uid: 1202 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 1 - type: Transform - uid: 1203 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 1 - type: Transform - uid: 1204 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 1 - type: Transform - uid: 1205 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 1 - type: Transform - uid: 1206 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 1 - type: Transform - uid: 1207 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 1 - type: Transform - uid: 1208 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 1 - type: Transform - uid: 1574 components: - - pos: 7.5,-24.5 + - type: Transform + pos: 7.5,-24.5 parent: 1 - type: Transform - uid: 1575 components: - - pos: 11.5,-24.5 + - type: Transform + pos: 11.5,-24.5 parent: 1 - type: Transform - uid: 1659 components: - - pos: -6.5,-29.5 + - type: Transform + pos: -6.5,-29.5 parent: 1 - type: Transform - uid: 1660 components: - - pos: -6.5,-32.5 + - type: Transform + pos: -6.5,-32.5 parent: 1 - type: Transform - uid: 1680 components: - - pos: -2.5,-31.5 + - type: Transform + pos: -2.5,-31.5 parent: 1 - type: Transform - uid: 1681 components: - - pos: -2.5,-29.5 + - type: Transform + pos: -2.5,-29.5 parent: 1 - type: Transform - uid: 1748 components: - - pos: -9.5,-38.5 + - type: Transform + pos: -9.5,-38.5 parent: 1 - type: Transform - uid: 1819 components: - - pos: -21.5,-64.5 + - type: Transform + pos: -21.5,-64.5 parent: 1 - type: Transform - uid: 1835 components: - - pos: 38.5,-48.5 + - type: Transform + pos: 38.5,-48.5 parent: 1 - type: Transform - uid: 1850 components: - - pos: 44.5,-61.5 + - type: Transform + pos: 44.5,-61.5 parent: 1 - type: Transform - uid: 1872 components: - - pos: 6.5,-48.5 + - type: Transform + pos: 6.5,-48.5 parent: 1 - type: Transform - uid: 1882 components: - - pos: 37.5,-41.5 + - type: Transform + pos: 37.5,-41.5 parent: 1 - type: Transform - uid: 1896 components: - - pos: -12.5,-62.5 + - type: Transform + pos: -12.5,-62.5 parent: 1 - type: Transform - uid: 1898 components: - - pos: -9.5,-62.5 + - type: Transform + pos: -9.5,-62.5 parent: 1 - type: Transform - uid: 1899 components: - - pos: -6.5,-64.5 + - type: Transform + pos: -6.5,-64.5 parent: 1 - type: Transform - uid: 1900 components: - - pos: -2.5,-63.5 + - type: Transform + pos: -2.5,-63.5 parent: 1 - type: Transform - uid: 1901 components: - - pos: -0.5,-62.5 + - type: Transform + pos: -0.5,-62.5 parent: 1 - type: Transform - uid: 1902 components: - - pos: 1.5,-63.5 + - type: Transform + pos: 1.5,-63.5 parent: 1 - type: Transform - uid: 1903 components: - - pos: 5.5,-64.5 + - type: Transform + pos: 5.5,-64.5 parent: 1 - type: Transform - uid: 1904 components: - - pos: 7.5,-62.5 + - type: Transform + pos: 7.5,-62.5 parent: 1 - type: Transform - uid: 1905 components: - - pos: 9.5,-62.5 + - type: Transform + pos: 9.5,-62.5 parent: 1 - type: Transform - uid: 1906 components: - - pos: 12.5,-62.5 + - type: Transform + pos: 12.5,-62.5 parent: 1 - type: Transform - uid: 1907 components: - - pos: 15.5,-63.5 + - type: Transform + pos: 15.5,-63.5 parent: 1 - type: Transform - uid: 1908 components: - - pos: 19.5,-64.5 + - type: Transform + pos: 19.5,-64.5 parent: 1 - type: Transform - uid: 1909 components: - - pos: 20.5,-62.5 + - type: Transform + pos: 20.5,-62.5 parent: 1 - type: Transform - uid: 1910 components: - - pos: 22.5,-62.5 + - type: Transform + pos: 22.5,-62.5 parent: 1 - type: Transform - uid: 1911 components: - - pos: 27.5,-64.5 + - type: Transform + pos: 27.5,-64.5 parent: 1 - type: Transform - uid: 1912 components: - - pos: 29.5,-62.5 + - type: Transform + pos: 29.5,-62.5 parent: 1 - type: Transform - uid: 1913 components: - - pos: 30.5,-62.5 + - type: Transform + pos: 30.5,-62.5 parent: 1 - type: Transform - uid: 1914 components: - - pos: 33.5,-62.5 + - type: Transform + pos: 33.5,-62.5 parent: 1 - type: Transform - uid: 1915 components: - - pos: 35.5,-62.5 + - type: Transform + pos: 35.5,-62.5 parent: 1 - type: Transform - uid: 1916 components: - - pos: 37.5,-63.5 + - type: Transform + pos: 37.5,-63.5 parent: 1 - type: Transform - uid: 1917 components: - - pos: 41.5,-63.5 + - type: Transform + pos: 41.5,-63.5 parent: 1 - type: Transform - uid: 1920 components: - - pos: 45.5,-64.5 + - type: Transform + pos: 45.5,-64.5 parent: 1 - type: Transform - uid: 1921 components: - - pos: 51.5,-62.5 + - type: Transform + pos: 51.5,-62.5 parent: 1 - type: Transform - uid: 1922 components: - - pos: 49.5,-63.5 + - type: Transform + pos: 49.5,-63.5 parent: 1 - type: Transform - uid: 1923 components: - - pos: 54.5,-62.5 + - type: Transform + pos: 54.5,-62.5 parent: 1 - type: Transform - uid: 1924 components: - - pos: 55.5,-59.5 + - type: Transform + pos: 55.5,-59.5 parent: 1 - type: Transform - uid: 1925 components: - - pos: 55.5,-61.5 + - type: Transform + pos: 55.5,-61.5 parent: 1 - type: Transform - uid: 1930 components: - - pos: 55.5,-6.5 + - type: Transform + pos: 55.5,-6.5 parent: 1 - type: Transform - uid: 1935 components: - - pos: 54.5,-6.5 + - type: Transform + pos: 54.5,-6.5 parent: 1 - type: Transform - uid: 1963 components: - - pos: 34.5,0.5 + - type: Transform + pos: 34.5,0.5 parent: 1 - type: Transform - uid: 1964 components: - - pos: 35.5,-0.5 + - type: Transform + pos: 35.5,-0.5 parent: 1 - type: Transform - uid: 1965 components: - - pos: 34.5,2.5 + - type: Transform + pos: 34.5,2.5 parent: 1 - type: Transform - uid: 1966 components: - - pos: 38.5,2.5 + - type: Transform + pos: 38.5,2.5 parent: 1 - type: Transform - uid: 1968 components: - - pos: 38.5,0.5 + - type: Transform + pos: 38.5,0.5 parent: 1 - type: Transform - uid: 1969 components: - - pos: 37.5,-0.5 + - type: Transform + pos: 37.5,-0.5 parent: 1 - type: Transform - uid: 2007 components: - - pos: 50.5,-4.5 + - type: Transform + pos: 50.5,-4.5 parent: 1 - type: Transform - uid: 2011 components: - - pos: 53.5,-6.5 + - type: Transform + pos: 53.5,-6.5 parent: 1 - type: Transform - uid: 2062 components: - - pos: -54.5,-42.5 + - type: Transform + pos: -54.5,-42.5 parent: 1 - type: Transform - uid: 2075 components: - - pos: 40.5,-38.5 + - type: Transform + pos: 40.5,-38.5 parent: 1 - type: Transform - uid: 2092 components: - - pos: 55.5,-38.5 + - type: Transform + pos: 55.5,-38.5 parent: 1 - type: Transform - uid: 2093 components: - - pos: 57.5,-41.5 + - type: Transform + pos: 57.5,-41.5 parent: 1 - type: Transform - uid: 2115 components: - - pos: -29.5,30.5 + - type: Transform + pos: -29.5,30.5 parent: 1 - type: Transform - uid: 2118 components: - - pos: -29.5,31.5 + - type: Transform + pos: -29.5,31.5 parent: 1 - type: Transform - uid: 2127 components: - - pos: -29.5,33.5 + - type: Transform + pos: -29.5,33.5 parent: 1 - type: Transform - uid: 2147 components: - - pos: -67.5,43.5 + - type: Transform + pos: -67.5,43.5 parent: 1 - type: Transform - uid: 2148 components: - - pos: -13.5,-49.5 + - type: Transform + pos: -13.5,-49.5 parent: 1 - type: Transform - uid: 2150 components: - - pos: -2.5,-61.5 + - type: Transform + pos: -2.5,-61.5 parent: 1 - type: Transform - uid: 2154 components: - - pos: 7.5,-48.5 + - type: Transform + pos: 7.5,-48.5 parent: 1 - type: Transform - uid: 2161 components: - - pos: 57.5,-38.5 + - type: Transform + pos: 57.5,-38.5 parent: 1 - type: Transform - uid: 2167 components: - - pos: 56.5,-38.5 + - type: Transform + pos: 56.5,-38.5 parent: 1 - type: Transform - uid: 2169 components: - - pos: 54.5,-39.5 + - type: Transform + pos: 54.5,-39.5 parent: 1 - type: Transform - uid: 2210 components: - - pos: -11.5,-57.5 + - type: Transform + pos: -11.5,-57.5 parent: 1 - type: Transform - uid: 2215 components: - - pos: 36.5,-0.5 + - type: Transform + pos: 36.5,-0.5 parent: 1 - type: Transform - uid: 2247 components: - - pos: 42.5,-38.5 + - type: Transform + pos: 42.5,-38.5 parent: 1 - type: Transform - uid: 2295 components: - - pos: 39.5,-38.5 + - type: Transform + pos: 39.5,-38.5 parent: 1 - type: Transform - uid: 2323 components: - - pos: 44.5,-39.5 + - type: Transform + pos: 44.5,-39.5 parent: 1 - type: Transform - uid: 2328 components: - - pos: 41.5,-38.5 + - type: Transform + pos: 41.5,-38.5 parent: 1 - type: Transform - uid: 2385 components: - - pos: 21.5,12.5 + - type: Transform + pos: 21.5,12.5 parent: 1 - type: Transform - uid: 2391 components: - - pos: 20.5,12.5 + - type: Transform + pos: 20.5,12.5 parent: 1 - type: Transform - uid: 2896 components: - - pos: 16.5,-51.5 + - type: Transform + pos: 16.5,-51.5 parent: 1 - type: Transform - uid: 2897 components: - - pos: 16.5,-50.5 + - type: Transform + pos: 16.5,-50.5 parent: 1 - type: Transform - uid: 2898 components: - - pos: 16.5,-49.5 + - type: Transform + pos: 16.5,-49.5 parent: 1 - type: Transform - uid: 2899 components: - - pos: 5.5,-51.5 + - type: Transform + pos: 5.5,-51.5 parent: 1 - type: Transform - uid: 2900 components: - - pos: 5.5,-50.5 + - type: Transform + pos: 5.5,-50.5 parent: 1 - type: Transform - uid: 2901 components: - - pos: 5.5,-49.5 + - type: Transform + pos: 5.5,-49.5 parent: 1 - type: Transform - uid: 2902 components: - - pos: 8.5,-51.5 + - type: Transform + pos: 8.5,-51.5 parent: 1 - type: Transform - uid: 2903 components: - - pos: 8.5,-50.5 + - type: Transform + pos: 8.5,-50.5 parent: 1 - type: Transform - uid: 2904 components: - - pos: 8.5,-49.5 + - type: Transform + pos: 8.5,-49.5 parent: 1 - type: Transform - uid: 2905 components: - - pos: 5.5,-56.5 + - type: Transform + pos: 5.5,-56.5 parent: 1 - type: Transform - uid: 2906 components: - - pos: 5.5,-55.5 + - type: Transform + pos: 5.5,-55.5 parent: 1 - type: Transform - uid: 2908 components: - - pos: 5.5,-54.5 + - type: Transform + pos: 5.5,-54.5 parent: 1 - type: Transform - uid: 2909 components: - - pos: 8.5,-56.5 + - type: Transform + pos: 8.5,-56.5 parent: 1 - type: Transform - uid: 2910 components: - - pos: 8.5,-55.5 + - type: Transform + pos: 8.5,-55.5 parent: 1 - type: Transform - uid: 2911 components: - - pos: 8.5,-54.5 + - type: Transform + pos: 8.5,-54.5 parent: 1 - type: Transform - uid: 2968 components: - - pos: 24.5,-55.5 + - type: Transform + pos: 24.5,-55.5 parent: 1 - type: Transform - uid: 2969 components: - - pos: 24.5,-54.5 + - type: Transform + pos: 24.5,-54.5 parent: 1 - type: Transform - uid: 3170 components: - - pos: -112.5,-65.5 + - type: Transform + pos: -112.5,-65.5 parent: 1 - type: Transform - uid: 3195 components: - - pos: -112.5,-64.5 + - type: Transform + pos: -112.5,-64.5 parent: 1 - type: Transform - uid: 3205 components: - - pos: -21.5,-62.5 + - type: Transform + pos: -21.5,-62.5 parent: 1 - type: Transform - uid: 3265 components: - - pos: -27.5,-61.5 + - type: Transform + pos: -27.5,-61.5 parent: 1 - type: Transform - uid: 3266 components: - - pos: -27.5,-62.5 + - type: Transform + pos: -27.5,-62.5 parent: 1 - type: Transform - uid: 3267 components: - - pos: -27.5,-63.5 + - type: Transform + pos: -27.5,-63.5 parent: 1 - type: Transform - uid: 3269 components: - - pos: -21.5,-63.5 + - type: Transform + pos: -21.5,-63.5 parent: 1 - type: Transform - uid: 3273 components: - - pos: -24.5,-60.5 + - type: Transform + pos: -24.5,-60.5 parent: 1 - type: Transform - uid: 3274 components: - - pos: -25.5,-60.5 + - type: Transform + pos: -25.5,-60.5 parent: 1 - type: Transform - uid: 3275 components: - - pos: -23.5,-60.5 + - type: Transform + pos: -23.5,-60.5 parent: 1 - type: Transform - uid: 3276 components: - - pos: -23.5,-65.5 + - type: Transform + pos: -23.5,-65.5 parent: 1 - type: Transform - uid: 3277 components: - - pos: -24.5,-65.5 + - type: Transform + pos: -24.5,-65.5 parent: 1 - type: Transform - uid: 3278 components: - - pos: -25.5,-65.5 + - type: Transform + pos: -25.5,-65.5 parent: 1 - type: Transform - uid: 3279 components: - - pos: -27.5,-64.5 + - type: Transform + pos: -27.5,-64.5 parent: 1 - type: Transform - uid: 3489 components: - - pos: -25.5,3.5 + - type: Transform + pos: -25.5,3.5 parent: 1 - type: Transform - uid: 3490 components: - - pos: -25.5,4.5 + - type: Transform + pos: -25.5,4.5 parent: 1 - type: Transform - uid: 3491 components: - - pos: -25.5,5.5 + - type: Transform + pos: -25.5,5.5 parent: 1 - type: Transform - uid: 3541 components: - - pos: -49.5,-19.5 + - type: Transform + pos: -49.5,-19.5 parent: 1 - type: Transform - uid: 3542 components: - - pos: -46.5,-19.5 + - type: Transform + pos: -46.5,-19.5 parent: 1 - type: Transform - uid: 3550 components: - - pos: -44.5,-19.5 + - type: Transform + pos: -44.5,-19.5 parent: 1 - type: Transform - uid: 3551 components: - - pos: -43.5,-19.5 + - type: Transform + pos: -43.5,-19.5 parent: 1 - type: Transform - uid: 3552 components: - - pos: -42.5,-20.5 + - type: Transform + pos: -42.5,-20.5 parent: 1 - type: Transform - uid: 3553 components: - - pos: -42.5,-21.5 + - type: Transform + pos: -42.5,-21.5 parent: 1 - type: Transform - uid: 3559 components: - - pos: -43.5,-22.5 + - type: Transform + pos: -43.5,-22.5 parent: 1 - type: Transform - uid: 3568 components: - - pos: -50.5,-20.5 + - type: Transform + pos: -50.5,-20.5 parent: 1 - type: Transform - uid: 3569 components: - - pos: -50.5,-21.5 + - type: Transform + pos: -50.5,-21.5 parent: 1 - type: Transform - uid: 3570 components: - - pos: -50.5,-23.5 + - type: Transform + pos: -50.5,-23.5 parent: 1 - type: Transform - uid: 3571 components: - - pos: -50.5,-24.5 + - type: Transform + pos: -50.5,-24.5 parent: 1 - type: Transform - uid: 3591 components: - - pos: -46.5,-25.5 + - type: Transform + pos: -46.5,-25.5 parent: 1 - type: Transform - uid: 3593 components: - - pos: -49.5,-25.5 + - type: Transform + pos: -49.5,-25.5 parent: 1 - type: Transform - uid: 3718 components: - - pos: -53.5,22.5 + - type: Transform + pos: -53.5,22.5 parent: 1 - type: Transform - uid: 3719 components: - - pos: -52.5,22.5 + - type: Transform + pos: -52.5,22.5 parent: 1 - type: Transform - uid: 3720 components: - - pos: -51.5,22.5 + - type: Transform + pos: -51.5,22.5 parent: 1 - type: Transform - uid: 3721 components: - - pos: -50.5,22.5 + - type: Transform + pos: -50.5,22.5 parent: 1 - type: Transform - uid: 3722 components: - - pos: -49.5,22.5 + - type: Transform + pos: -49.5,22.5 parent: 1 - type: Transform - uid: 3724 components: - - pos: -47.5,22.5 + - type: Transform + pos: -47.5,22.5 parent: 1 - type: Transform - uid: 3725 components: - - pos: -46.5,22.5 + - type: Transform + pos: -46.5,22.5 parent: 1 - type: Transform - uid: 3726 components: - - pos: -45.5,22.5 + - type: Transform + pos: -45.5,22.5 parent: 1 - type: Transform - uid: 3727 components: - - pos: -44.5,22.5 + - type: Transform + pos: -44.5,22.5 parent: 1 - type: Transform - uid: 3728 components: - - pos: -43.5,22.5 + - type: Transform + pos: -43.5,22.5 parent: 1 - type: Transform - uid: 3746 components: - - pos: -62.5,24.5 + - type: Transform + pos: -62.5,24.5 parent: 1 - type: Transform - uid: 3747 components: - - pos: -61.5,24.5 + - type: Transform + pos: -61.5,24.5 parent: 1 - type: Transform - uid: 3748 components: - - pos: -60.5,24.5 + - type: Transform + pos: -60.5,24.5 parent: 1 - type: Transform - uid: 3750 components: - - pos: -63.5,22.5 + - type: Transform + pos: -63.5,22.5 parent: 1 - type: Transform - uid: 3755 components: - - pos: -63.5,20.5 + - type: Transform + pos: -63.5,20.5 parent: 1 - type: Transform - uid: 3756 components: - - pos: -63.5,23.5 + - type: Transform + pos: -63.5,23.5 parent: 1 - type: Transform - uid: 3771 components: - - pos: -64.5,24.5 + - type: Transform + pos: -64.5,24.5 parent: 1 - type: Transform - uid: 3772 components: - - pos: -70.5,22.5 + - type: Transform + pos: -70.5,22.5 parent: 1 - type: Transform - uid: 3773 components: - - pos: -65.5,24.5 + - type: Transform + pos: -65.5,24.5 parent: 1 - type: Transform - uid: 3774 components: - - pos: -66.5,24.5 + - type: Transform + pos: -66.5,24.5 parent: 1 - type: Transform - uid: 3775 components: - - pos: -67.5,24.5 + - type: Transform + pos: -67.5,24.5 parent: 1 - type: Transform - uid: 3813 components: - - pos: -55.5,-16.5 + - type: Transform + pos: -55.5,-16.5 parent: 1 - type: Transform - uid: 3814 components: - - pos: -54.5,-16.5 + - type: Transform + pos: -54.5,-16.5 parent: 1 - type: Transform - uid: 3815 components: - - pos: -53.5,-16.5 + - type: Transform + pos: -53.5,-16.5 parent: 1 - type: Transform - uid: 3816 components: - - pos: -52.5,-16.5 + - type: Transform + pos: -52.5,-16.5 parent: 1 - type: Transform - uid: 3817 components: - - pos: -51.5,-17.5 + - type: Transform + pos: -51.5,-17.5 parent: 1 - type: Transform - uid: 3818 components: - - pos: -51.5,-18.5 + - type: Transform + pos: -51.5,-18.5 parent: 1 - type: Transform - uid: 3824 components: - - pos: -53.5,-22.5 + - type: Transform + pos: -53.5,-22.5 parent: 1 - type: Transform - uid: 3825 components: - - pos: -51.5,-22.5 + - type: Transform + pos: -51.5,-22.5 parent: 1 - type: Transform - uid: 3826 components: - - pos: -51.5,-25.5 + - type: Transform + pos: -51.5,-25.5 parent: 1 - type: Transform - uid: 3827 components: - - pos: -53.5,-25.5 + - type: Transform + pos: -53.5,-25.5 parent: 1 - type: Transform - uid: 3843 components: - - pos: -49.5,-29.5 + - type: Transform + pos: -49.5,-29.5 parent: 1 - type: Transform - uid: 3844 components: - - pos: -46.5,-29.5 + - type: Transform + pos: -46.5,-29.5 parent: 1 - type: Transform - uid: 3856 components: - - pos: -49.5,-34.5 + - type: Transform + pos: -49.5,-34.5 parent: 1 - type: Transform - uid: 3858 components: - - pos: -48.5,-34.5 + - type: Transform + pos: -48.5,-34.5 parent: 1 - type: Transform - uid: 3859 components: - - pos: -47.5,-34.5 + - type: Transform + pos: -47.5,-34.5 parent: 1 - type: Transform - uid: 3860 components: - - pos: -46.5,-34.5 + - type: Transform + pos: -46.5,-34.5 parent: 1 - type: Transform - uid: 3919 components: - - pos: -49.5,-37.5 + - type: Transform + pos: -49.5,-37.5 parent: 1 - type: Transform - uid: 3920 components: - - pos: -46.5,-37.5 + - type: Transform + pos: -46.5,-37.5 parent: 1 - type: Transform - uid: 3921 components: - - pos: -43.5,-37.5 + - type: Transform + pos: -43.5,-37.5 parent: 1 - type: Transform - uid: 3934 components: - - pos: -50.5,-32.5 + - type: Transform + pos: -50.5,-32.5 parent: 1 - type: Transform - uid: 3935 components: - - pos: -45.5,-32.5 + - type: Transform + pos: -45.5,-32.5 parent: 1 - type: Transform - uid: 4029 components: - - pos: -51.5,-41.5 + - type: Transform + pos: -51.5,-41.5 parent: 1 - type: Transform - uid: 4030 components: - - pos: -51.5,-43.5 + - type: Transform + pos: -51.5,-43.5 parent: 1 - type: Transform - uid: 4031 components: - - pos: -51.5,-45.5 + - type: Transform + pos: -51.5,-45.5 parent: 1 - type: Transform - uid: 4050 components: - - pos: -51.5,-56.5 + - type: Transform + pos: -51.5,-56.5 parent: 1 - type: Transform - uid: 4097 components: - - pos: -55.5,-46.5 + - type: Transform + pos: -55.5,-46.5 parent: 1 - type: Transform - uid: 4120 components: - - pos: -54.5,-47.5 + - type: Transform + pos: -54.5,-47.5 parent: 1 - type: Transform - uid: 4121 components: - - pos: -52.5,-47.5 + - type: Transform + pos: -52.5,-47.5 parent: 1 - type: Transform - uid: 4164 components: - - pos: -56.5,-57.5 + - type: Transform + pos: -56.5,-57.5 parent: 1 - type: Transform - uid: 4165 components: - - pos: -56.5,-56.5 + - type: Transform + pos: -56.5,-56.5 parent: 1 - type: Transform - uid: 4166 components: - - pos: -56.5,-55.5 + - type: Transform + pos: -56.5,-55.5 parent: 1 - type: Transform - uid: 4167 components: - - pos: -56.5,-54.5 + - type: Transform + pos: -56.5,-54.5 parent: 1 - type: Transform - uid: 4168 components: - - pos: -56.5,-53.5 + - type: Transform + pos: -56.5,-53.5 parent: 1 - type: Transform - uid: 4169 components: - - pos: -56.5,-52.5 + - type: Transform + pos: -56.5,-52.5 parent: 1 - type: Transform - uid: 4207 components: - - pos: -51.5,-42.5 + - type: Transform + pos: -51.5,-42.5 parent: 1 - type: Transform - uid: 4209 components: - - pos: -55.5,-44.5 + - type: Transform + pos: -55.5,-44.5 parent: 1 - type: Transform - uid: 4314 components: - - pos: -59.5,-56.5 + - type: Transform + pos: -59.5,-56.5 parent: 1 - type: Transform - uid: 4315 components: - - pos: -59.5,-55.5 + - type: Transform + pos: -59.5,-55.5 parent: 1 - type: Transform - uid: 4316 components: - - pos: -59.5,-54.5 + - type: Transform + pos: -59.5,-54.5 parent: 1 - type: Transform - uid: 4317 components: - - pos: -59.5,-53.5 + - type: Transform + pos: -59.5,-53.5 parent: 1 - type: Transform - uid: 4446 components: - - pos: -51.5,-55.5 + - type: Transform + pos: -51.5,-55.5 parent: 1 - type: Transform - uid: 4447 components: - - pos: -51.5,-54.5 + - type: Transform + pos: -51.5,-54.5 parent: 1 - type: Transform - uid: 4448 components: - - pos: -51.5,-53.5 + - type: Transform + pos: -51.5,-53.5 parent: 1 - type: Transform - uid: 4559 components: - - pos: -70.5,-22.5 + - type: Transform + pos: -70.5,-22.5 parent: 1 - type: Transform - uid: 4565 components: - - pos: -63.5,-20.5 + - type: Transform + pos: -63.5,-20.5 parent: 1 - type: Transform - uid: 4577 components: - - pos: -73.5,-21.5 + - type: Transform + pos: -73.5,-21.5 parent: 1 - type: Transform - uid: 4610 components: - - pos: -79.5,-22.5 + - type: Transform + pos: -79.5,-22.5 parent: 1 - type: Transform - uid: 4621 components: - - pos: -82.5,-26.5 + - type: Transform + pos: -82.5,-26.5 parent: 1 - type: Transform - uid: 4635 components: - - pos: -77.5,-26.5 + - type: Transform + pos: -77.5,-26.5 parent: 1 - type: Transform - uid: 4636 components: - - pos: -79.5,-26.5 + - type: Transform + pos: -79.5,-26.5 parent: 1 - type: Transform - uid: 4719 components: - - pos: -70.5,-23.5 + - type: Transform + pos: -70.5,-23.5 parent: 1 - type: Transform - uid: 4720 components: - - pos: -70.5,-25.5 + - type: Transform + pos: -70.5,-25.5 parent: 1 - type: Transform - uid: 4748 components: - - pos: -64.5,-20.5 + - type: Transform + pos: -64.5,-20.5 parent: 1 - type: Transform - uid: 4749 components: - - pos: -62.5,-20.5 + - type: Transform + pos: -62.5,-20.5 parent: 1 - type: Transform - uid: 4806 components: - - pos: -85.5,-16.5 + - type: Transform + pos: -85.5,-16.5 parent: 1 - type: Transform - uid: 4808 components: - - pos: -84.5,-16.5 + - type: Transform + pos: -84.5,-16.5 parent: 1 - type: Transform - uid: 4809 components: - - pos: -83.5,-16.5 + - type: Transform + pos: -83.5,-16.5 parent: 1 - type: Transform - uid: 4810 components: - - pos: -82.5,-16.5 + - type: Transform + pos: -82.5,-16.5 parent: 1 - type: Transform - uid: 4811 components: - - pos: -81.5,-16.5 + - type: Transform + pos: -81.5,-16.5 parent: 1 - type: Transform - uid: 4816 components: - - pos: -91.5,-21.5 + - type: Transform + pos: -91.5,-21.5 parent: 1 - type: Transform - uid: 4842 components: - - pos: -84.5,-22.5 + - type: Transform + pos: -84.5,-22.5 parent: 1 - type: Transform - uid: 4843 components: - - pos: -82.5,-22.5 + - type: Transform + pos: -82.5,-22.5 parent: 1 - type: Transform - uid: 4844 components: - - pos: -85.5,-23.5 + - type: Transform + pos: -85.5,-23.5 parent: 1 - type: Transform - uid: 4845 components: - - pos: -85.5,-25.5 + - type: Transform + pos: -85.5,-25.5 parent: 1 - type: Transform - uid: 4846 components: - - pos: -84.5,-26.5 + - type: Transform + pos: -84.5,-26.5 parent: 1 - type: Transform - uid: 4866 components: - - pos: -91.5,-23.5 + - type: Transform + pos: -91.5,-23.5 parent: 1 - type: Transform - uid: 4867 components: - - pos: -91.5,-24.5 + - type: Transform + pos: -91.5,-24.5 parent: 1 - type: Transform - uid: 4868 components: - - pos: -91.5,-25.5 + - type: Transform + pos: -91.5,-25.5 parent: 1 - type: Transform - uid: 4869 components: - - pos: -91.5,-26.5 + - type: Transform + pos: -91.5,-26.5 parent: 1 - type: Transform - uid: 4919 components: - - pos: -91.5,-20.5 + - type: Transform + pos: -91.5,-20.5 parent: 1 - type: Transform - uid: 4920 components: - - pos: -91.5,-19.5 + - type: Transform + pos: -91.5,-19.5 parent: 1 - type: Transform - uid: 5009 components: - - pos: -92.5,6.5 + - type: Transform + pos: -92.5,6.5 parent: 1 - type: Transform - uid: 5010 components: - - pos: -92.5,5.5 + - type: Transform + pos: -92.5,5.5 parent: 1 - type: Transform - uid: 5011 components: - - pos: -92.5,4.5 + - type: Transform + pos: -92.5,4.5 parent: 1 - type: Transform - uid: 5012 components: - - pos: -92.5,1.5 + - type: Transform + pos: -92.5,1.5 parent: 1 - type: Transform - uid: 5013 components: - - pos: -92.5,0.5 + - type: Transform + pos: -92.5,0.5 parent: 1 - type: Transform - uid: 5014 components: - - pos: -92.5,-0.5 + - type: Transform + pos: -92.5,-0.5 parent: 1 - type: Transform - uid: 5041 components: - - pos: -96.5,7.5 + - type: Transform + pos: -96.5,7.5 parent: 1 - type: Transform - uid: 5042 components: - - pos: -96.5,5.5 + - type: Transform + pos: -96.5,5.5 parent: 1 - type: Transform - uid: 5043 components: - - pos: -96.5,0.5 + - type: Transform + pos: -96.5,0.5 parent: 1 - type: Transform - uid: 5044 components: - - pos: -96.5,-1.5 + - type: Transform + pos: -96.5,-1.5 parent: 1 - type: Transform - uid: 5163 components: - - pos: -102.5,-2.5 + - type: Transform + pos: -102.5,-2.5 parent: 1 - type: Transform - uid: 5164 components: - - pos: -101.5,-2.5 + - type: Transform + pos: -101.5,-2.5 parent: 1 - type: Transform - uid: 5165 components: - - pos: -100.5,-2.5 + - type: Transform + pos: -100.5,-2.5 parent: 1 - type: Transform - uid: 5166 components: - - pos: -99.5,-2.5 + - type: Transform + pos: -99.5,-2.5 parent: 1 - type: Transform - uid: 5167 components: - - pos: -98.5,-2.5 + - type: Transform + pos: -98.5,-2.5 parent: 1 - type: Transform - uid: 5398 components: - - pos: -71.5,12.5 + - type: Transform + pos: -71.5,12.5 parent: 1 - type: Transform - uid: 5399 components: - - pos: -71.5,13.5 + - type: Transform + pos: -71.5,13.5 parent: 1 - type: Transform - uid: 5403 components: - - pos: -71.5,-1.5 + - type: Transform + pos: -71.5,-1.5 parent: 1 - type: Transform - uid: 5404 components: - - pos: -71.5,-0.5 + - type: Transform + pos: -71.5,-0.5 parent: 1 - type: Transform - uid: 5405 components: - - pos: -71.5,0.5 + - type: Transform + pos: -71.5,0.5 parent: 1 - type: Transform - uid: 5406 components: - - pos: -100.5,63.5 + - type: Transform + pos: -100.5,63.5 parent: 1 - type: Transform - uid: 5408 components: - - pos: -89.5,32.5 + - type: Transform + pos: -89.5,32.5 parent: 1 - type: Transform - uid: 5409 components: - - pos: -91.5,32.5 + - type: Transform + pos: -91.5,32.5 parent: 1 - type: Transform - uid: 5460 components: - - pos: -78.5,39.5 + - type: Transform + pos: -78.5,39.5 parent: 1 - type: Transform - uid: 5461 components: - - pos: -77.5,39.5 + - type: Transform + pos: -77.5,39.5 parent: 1 - type: Transform - uid: 5462 components: - - pos: -76.5,39.5 + - type: Transform + pos: -76.5,39.5 parent: 1 - type: Transform - uid: 5463 components: - - pos: -76.5,34.5 + - type: Transform + pos: -76.5,34.5 parent: 1 - type: Transform - uid: 5464 components: - - pos: -77.5,34.5 + - type: Transform + pos: -77.5,34.5 parent: 1 - type: Transform - uid: 5465 components: - - pos: -78.5,34.5 + - type: Transform + pos: -78.5,34.5 parent: 1 - type: Transform - uid: 5467 components: - - pos: -90.5,32.5 + - type: Transform + pos: -90.5,32.5 parent: 1 - type: Transform - uid: 5495 components: - - pos: -3.5,41.5 + - type: Transform + pos: -3.5,41.5 parent: 1 - type: Transform - uid: 5502 components: - - pos: -4.5,39.5 + - type: Transform + pos: -4.5,39.5 parent: 1 - type: Transform - uid: 5508 components: - - pos: -3.5,42.5 + - type: Transform + pos: -3.5,42.5 parent: 1 - type: Transform - uid: 5531 components: - - pos: -55.5,39.5 - parent: 1 - type: Transform - - uid: 5532 - components: - - pos: -56.5,39.5 - parent: 1 - type: Transform - - uid: 5533 - components: - - pos: -57.5,39.5 + - type: Transform + pos: -55.5,39.5 parent: 1 - type: Transform - uid: 5534 components: - - pos: -58.5,39.5 + - type: Transform + pos: -58.5,39.5 parent: 1 - type: Transform - uid: 5536 components: - - pos: -60.5,39.5 + - type: Transform + pos: -60.5,39.5 parent: 1 - type: Transform - uid: 5537 components: - - pos: -61.5,39.5 + - type: Transform + pos: -61.5,39.5 parent: 1 - type: Transform - uid: 5538 components: - - pos: -62.5,39.5 + - type: Transform + pos: -62.5,39.5 parent: 1 - type: Transform - uid: 5539 components: - - pos: -68.5,39.5 + - type: Transform + pos: -68.5,39.5 parent: 1 - type: Transform - uid: 5540 components: - - pos: -69.5,39.5 + - type: Transform + pos: -69.5,39.5 parent: 1 - type: Transform - uid: 5541 components: - - pos: -70.5,39.5 + - type: Transform + pos: -70.5,39.5 parent: 1 - type: Transform - uid: 5559 components: - - pos: -35.5,42.5 + - type: Transform + pos: -35.5,42.5 parent: 1 - type: Transform - uid: 5561 components: - - pos: -27.5,42.5 + - type: Transform + pos: -27.5,42.5 parent: 1 - type: Transform - uid: 5630 components: - - pos: -28.5,42.5 + - type: Transform + pos: -28.5,42.5 parent: 1 - type: Transform - uid: 5631 components: - - pos: -29.5,42.5 + - type: Transform + pos: -29.5,42.5 parent: 1 - type: Transform - uid: 5639 components: - - pos: -75.5,40.5 + - type: Transform + pos: -75.5,40.5 parent: 1 - type: Transform - uid: 5640 components: - - pos: -75.5,41.5 + - type: Transform + pos: -75.5,41.5 parent: 1 - type: Transform - uid: 5641 components: - - pos: -71.5,41.5 + - type: Transform + pos: -71.5,41.5 parent: 1 - type: Transform - uid: 5642 components: - - pos: -71.5,40.5 + - type: Transform + pos: -71.5,40.5 parent: 1 - type: Transform - uid: 5643 components: - - pos: -67.5,40.5 + - type: Transform + pos: -67.5,40.5 parent: 1 - type: Transform - uid: 5644 components: - - pos: -67.5,41.5 + - type: Transform + pos: -67.5,41.5 parent: 1 - type: Transform - uid: 5645 components: - - pos: -63.5,41.5 + - type: Transform + pos: -63.5,41.5 parent: 1 - type: Transform - uid: 5646 components: - - pos: -63.5,40.5 + - type: Transform + pos: -63.5,40.5 parent: 1 - type: Transform - uid: 5682 components: - - pos: -29.5,32.5 + - type: Transform + pos: -29.5,32.5 parent: 1 - type: Transform - uid: 5716 components: - - pos: -71.5,30.5 + - type: Transform + pos: -71.5,30.5 parent: 1 - type: Transform - uid: 5717 components: - - pos: -71.5,32.5 + - type: Transform + pos: -71.5,32.5 parent: 1 - type: Transform - uid: 5718 components: - - pos: -70.5,34.5 + - type: Transform + pos: -70.5,34.5 parent: 1 - type: Transform - uid: 5719 components: - - pos: -69.5,34.5 + - type: Transform + pos: -69.5,34.5 parent: 1 - type: Transform - uid: 5720 components: - - pos: -68.5,34.5 + - type: Transform + pos: -68.5,34.5 parent: 1 - type: Transform - uid: 5722 components: - - pos: -66.5,34.5 + - type: Transform + pos: -66.5,34.5 parent: 1 - type: Transform - uid: 5723 components: - - pos: -65.5,34.5 + - type: Transform + pos: -65.5,34.5 parent: 1 - type: Transform - uid: 5724 components: - - pos: -64.5,34.5 + - type: Transform + pos: -64.5,34.5 parent: 1 - type: Transform - uid: 5725 components: - - pos: -63.5,30.5 + - type: Transform + pos: -63.5,30.5 parent: 1 - type: Transform - uid: 5726 components: - - pos: -63.5,31.5 + - type: Transform + pos: -63.5,31.5 parent: 1 - type: Transform - uid: 5727 components: - - pos: -63.5,32.5 + - type: Transform + pos: -63.5,32.5 parent: 1 - type: Transform - uid: 5728 components: - - pos: -63.5,33.5 + - type: Transform + pos: -63.5,33.5 parent: 1 - type: Transform - uid: 5733 components: - - pos: -62.5,34.5 + - type: Transform + pos: -62.5,34.5 parent: 1 - type: Transform - uid: 5734 components: - - pos: -61.5,34.5 + - type: Transform + pos: -61.5,34.5 parent: 1 - type: Transform - uid: 5735 components: - - pos: -60.5,34.5 + - type: Transform + pos: -60.5,34.5 parent: 1 - type: Transform - uid: 5756 components: - - pos: -59.5,25.5 + - type: Transform + pos: -59.5,25.5 parent: 1 - type: Transform - uid: 5757 components: - - pos: -59.5,26.5 + - type: Transform + pos: -59.5,26.5 parent: 1 - type: Transform - uid: 5758 components: - - pos: -59.5,27.5 + - type: Transform + pos: -59.5,27.5 parent: 1 - type: Transform - uid: 5759 components: - - pos: -59.5,28.5 + - type: Transform + pos: -59.5,28.5 parent: 1 - type: Transform - uid: 5760 components: - - pos: -59.5,30.5 + - type: Transform + pos: -59.5,30.5 parent: 1 - type: Transform - uid: 5761 components: - - pos: -59.5,31.5 + - type: Transform + pos: -59.5,31.5 parent: 1 - type: Transform - uid: 5762 components: - - pos: -59.5,32.5 + - type: Transform + pos: -59.5,32.5 parent: 1 - type: Transform - uid: 5763 components: - - pos: -59.5,33.5 + - type: Transform + pos: -59.5,33.5 parent: 1 - type: Transform - uid: 5764 components: - - pos: -54.5,33.5 + - type: Transform + pos: -54.5,33.5 parent: 1 - type: Transform - uid: 5765 components: - - pos: -54.5,32.5 + - type: Transform + pos: -54.5,32.5 parent: 1 - type: Transform - uid: 5767 components: - - pos: -54.5,30.5 + - type: Transform + pos: -54.5,30.5 parent: 1 - type: Transform - uid: 5786 components: - - pos: -71.5,25.5 + - type: Transform + pos: -71.5,25.5 parent: 1 - type: Transform - uid: 5787 components: - - pos: -71.5,26.5 + - type: Transform + pos: -71.5,26.5 parent: 1 - type: Transform - uid: 5788 components: - - pos: -71.5,27.5 + - type: Transform + pos: -71.5,27.5 parent: 1 - type: Transform - uid: 5791 components: - - pos: -71.5,28.5 + - type: Transform + pos: -71.5,28.5 parent: 1 - type: Transform - uid: 5799 components: - - pos: -75.5,25.5 + - type: Transform + pos: -75.5,25.5 parent: 1 - type: Transform - uid: 5802 components: - - pos: -75.5,28.5 + - type: Transform + pos: -75.5,28.5 parent: 1 - type: Transform - uid: 5803 components: - - pos: -75.5,30.5 + - type: Transform + pos: -75.5,30.5 parent: 1 - type: Transform - uid: 5804 components: - - pos: -75.5,31.5 + - type: Transform + pos: -75.5,31.5 parent: 1 - type: Transform - uid: 5805 components: - - pos: -75.5,32.5 + - type: Transform + pos: -75.5,32.5 parent: 1 - type: Transform - uid: 5806 components: - - pos: -75.5,33.5 + - type: Transform + pos: -75.5,33.5 parent: 1 - type: Transform - uid: 5952 components: - - pos: -18.5,38.5 + - type: Transform + pos: -18.5,38.5 parent: 1 - type: Transform - uid: 6017 components: - - pos: -10.5,-51.5 + - type: Transform + pos: -10.5,-51.5 parent: 1 - type: Transform - uid: 6018 components: - - pos: -10.5,-50.5 + - type: Transform + pos: -10.5,-50.5 parent: 1 - type: Transform - uid: 6082 components: - - pos: -26.5,21.5 + - type: Transform + pos: -26.5,21.5 parent: 1 - type: Transform - uid: 6083 components: - - pos: -26.5,19.5 + - type: Transform + pos: -26.5,19.5 parent: 1 - type: Transform - uid: 6085 components: - - pos: 4.5,34.5 + - type: Transform + pos: 4.5,34.5 parent: 1 - type: Transform - uid: 6089 components: - - pos: 1.5,30.5 + - type: Transform + pos: 1.5,30.5 parent: 1 - type: Transform - uid: 6120 components: - - pos: -16.5,38.5 + - type: Transform + pos: -16.5,38.5 parent: 1 - type: Transform - uid: 6143 components: - - pos: 1.5,31.5 + - type: Transform + pos: 1.5,31.5 parent: 1 - type: Transform - uid: 6144 components: - - pos: 1.5,33.5 + - type: Transform + pos: 1.5,33.5 parent: 1 - type: Transform - uid: 6146 components: - - pos: 0.5,35.5 + - type: Transform + pos: 0.5,35.5 parent: 1 - type: Transform - uid: 6214 components: - - pos: -143.5,19.5 + - type: Transform + pos: -143.5,19.5 parent: 1 - type: Transform - uid: 6274 components: - - pos: -142.5,-4.5 + - type: Transform + pos: -142.5,-4.5 parent: 1 - type: Transform - uid: 6296 components: - - pos: -150.5,23.5 + - type: Transform + pos: -150.5,23.5 parent: 1 - type: Transform - uid: 6311 components: - - pos: -140.5,-1.5 + - type: Transform + pos: -140.5,-1.5 parent: 1 - type: Transform - uid: 6312 components: - - pos: -141.5,-2.5 + - type: Transform + pos: -141.5,-2.5 parent: 1 - type: Transform - uid: 6313 components: - - pos: -142.5,-3.5 + - type: Transform + pos: -142.5,-3.5 parent: 1 - type: Transform - uid: 6349 components: - - pos: -145.5,14.5 + - type: Transform + pos: -145.5,14.5 parent: 1 - type: Transform - uid: 6361 components: - - pos: -143.5,-4.5 + - type: Transform + pos: -143.5,-4.5 parent: 1 - type: Transform - uid: 6362 components: - - pos: -141.5,-3.5 + - type: Transform + pos: -141.5,-3.5 parent: 1 - type: Transform - uid: 6363 components: - - pos: -140.5,-2.5 + - type: Transform + pos: -140.5,-2.5 parent: 1 - type: Transform - uid: 6365 components: - - pos: -138.5,-9.5 + - type: Transform + pos: -138.5,-9.5 parent: 1 - type: Transform - uid: 6367 components: - - pos: -137.5,-9.5 + - type: Transform + pos: -137.5,-9.5 parent: 1 - type: Transform - uid: 6368 components: - - pos: -136.5,-9.5 + - type: Transform + pos: -136.5,-9.5 parent: 1 - type: Transform - uid: 6372 components: - - pos: -138.5,-12.5 + - type: Transform + pos: -138.5,-12.5 parent: 1 - type: Transform - uid: 6373 components: - - pos: -137.5,-12.5 + - type: Transform + pos: -137.5,-12.5 parent: 1 - type: Transform - uid: 6374 components: - - pos: -136.5,-12.5 + - type: Transform + pos: -136.5,-12.5 parent: 1 - type: Transform - uid: 6415 components: - - pos: -128.5,-9.5 + - type: Transform + pos: -128.5,-9.5 parent: 1 - type: Transform - uid: 6416 components: - - pos: -128.5,-8.5 + - type: Transform + pos: -128.5,-8.5 parent: 1 - type: Transform - uid: 6417 components: - - pos: -128.5,-7.5 + - type: Transform + pos: -128.5,-7.5 parent: 1 - type: Transform - uid: 6418 components: - - pos: -128.5,-6.5 + - type: Transform + pos: -128.5,-6.5 parent: 1 - type: Transform - uid: 6419 components: - - pos: -128.5,-5.5 + - type: Transform + pos: -128.5,-5.5 parent: 1 - type: Transform - uid: 6436 components: - - pos: -128.5,22.5 + - type: Transform + pos: -128.5,22.5 parent: 1 - type: Transform - uid: 6437 components: - - pos: -128.5,21.5 + - type: Transform + pos: -128.5,21.5 parent: 1 - type: Transform - uid: 6438 components: - - pos: -128.5,20.5 + - type: Transform + pos: -128.5,20.5 parent: 1 - type: Transform - uid: 6439 components: - - pos: -128.5,19.5 + - type: Transform + pos: -128.5,19.5 parent: 1 - type: Transform - uid: 6440 components: - - pos: -128.5,18.5 + - type: Transform + pos: -128.5,18.5 parent: 1 - type: Transform - uid: 6441 components: - - pos: -128.5,17.5 + - type: Transform + pos: -128.5,17.5 parent: 1 - type: Transform - uid: 6442 components: - - pos: -128.5,13.5 + - type: Transform + pos: -128.5,13.5 parent: 1 - type: Transform - uid: 6443 components: - - pos: -128.5,12.5 + - type: Transform + pos: -128.5,12.5 parent: 1 - type: Transform - uid: 6444 components: - - pos: -128.5,11.5 + - type: Transform + pos: -128.5,11.5 parent: 1 - type: Transform - uid: 6445 components: - - pos: -128.5,10.5 + - type: Transform + pos: -128.5,10.5 parent: 1 - type: Transform - uid: 6447 components: - - pos: -128.5,8.5 + - type: Transform + pos: -128.5,8.5 parent: 1 - type: Transform - uid: 6448 components: - - pos: -128.5,4.5 + - type: Transform + pos: -128.5,4.5 parent: 1 - type: Transform - uid: 6449 components: - - pos: -128.5,3.5 + - type: Transform + pos: -128.5,3.5 parent: 1 - type: Transform - uid: 6450 components: - - pos: -128.5,2.5 + - type: Transform + pos: -128.5,2.5 parent: 1 - type: Transform - uid: 6451 components: - - pos: -138.5,22.5 + - type: Transform + pos: -138.5,22.5 parent: 1 - type: Transform - uid: 6452 components: - - pos: -137.5,22.5 + - type: Transform + pos: -137.5,22.5 parent: 1 - type: Transform - uid: 6453 components: - - pos: -136.5,22.5 + - type: Transform + pos: -136.5,22.5 parent: 1 - type: Transform - uid: 6484 components: - - pos: -138.5,25.5 + - type: Transform + pos: -138.5,25.5 parent: 1 - type: Transform - uid: 6485 components: - - pos: -137.5,25.5 + - type: Transform + pos: -137.5,25.5 parent: 1 - type: Transform - uid: 6486 components: - - pos: -136.5,25.5 + - type: Transform + pos: -136.5,25.5 parent: 1 - type: Transform - uid: 6506 components: - - pos: -127.5,0.5 + - type: Transform + pos: -127.5,0.5 parent: 1 - type: Transform - uid: 6509 components: - - pos: -127.5,-3.5 + - type: Transform + pos: -127.5,-3.5 parent: 1 - type: Transform - uid: 6538 components: - - pos: -128.5,6.5 + - type: Transform + pos: -128.5,6.5 parent: 1 - type: Transform - uid: 6547 components: - - pos: -128.5,7.5 + - type: Transform + pos: -128.5,7.5 parent: 1 - type: Transform - uid: 6552 components: - - pos: -128.5,5.5 + - type: Transform + pos: -128.5,5.5 parent: 1 - type: Transform - uid: 6579 components: - - pos: -120.5,14.5 + - type: Transform + pos: -120.5,14.5 parent: 1 - type: Transform - uid: 6580 components: - - pos: -118.5,19.5 + - type: Transform + pos: -118.5,19.5 parent: 1 - type: Transform - uid: 6581 components: - - pos: -120.5,15.5 + - type: Transform + pos: -120.5,15.5 parent: 1 - type: Transform - uid: 6606 components: - - pos: -5.5,34.5 + - type: Transform + pos: -5.5,34.5 parent: 1 - type: Transform - uid: 6655 components: - - pos: -26.5,33.5 + - type: Transform + pos: -26.5,33.5 parent: 1 - type: Transform - uid: 6656 components: - - pos: -26.5,32.5 + - type: Transform + pos: -26.5,32.5 parent: 1 - type: Transform - uid: 6657 components: - - pos: -26.5,31.5 + - type: Transform + pos: -26.5,31.5 parent: 1 - type: Transform - uid: 6658 components: - - pos: -26.5,30.5 + - type: Transform + pos: -26.5,30.5 parent: 1 - type: Transform - uid: 6749 components: - - pos: -113.5,-38.5 + - type: Transform + pos: -113.5,-38.5 parent: 1 - type: Transform - uid: 6765 components: - - pos: -22.5,-38.5 + - type: Transform + pos: -22.5,-38.5 parent: 1 - type: Transform - uid: 6766 components: - - pos: -20.5,-38.5 + - type: Transform + pos: -20.5,-38.5 parent: 1 - type: Transform - uid: 6798 components: - - pos: -20.5,-42.5 + - type: Transform + pos: -20.5,-42.5 parent: 1 - type: Transform - uid: 6799 components: - - pos: -19.5,-42.5 + - type: Transform + pos: -19.5,-42.5 parent: 1 - type: Transform - uid: 6800 components: - - pos: -18.5,-42.5 + - type: Transform + pos: -18.5,-42.5 parent: 1 - type: Transform - uid: 6859 components: - - pos: -34.5,-40.5 + - type: Transform + pos: -34.5,-40.5 parent: 1 - type: Transform - uid: 6860 components: - - pos: -34.5,-38.5 + - type: Transform + pos: -34.5,-38.5 parent: 1 - type: Transform - uid: 6861 components: - - pos: -37.5,-45.5 + - type: Transform + pos: -37.5,-45.5 parent: 1 - type: Transform - uid: 6921 components: - - pos: -3.5,-22.5 + - type: Transform + pos: -3.5,-22.5 parent: 1 - type: Transform - uid: 7033 components: - - pos: 2.5,-22.5 + - type: Transform + pos: 2.5,-22.5 parent: 1 - type: Transform - uid: 7071 components: - - pos: -40.5,-62.5 + - type: Transform + pos: -40.5,-62.5 parent: 1 - type: Transform - uid: 7082 components: - - pos: -41.5,-64.5 + - type: Transform + pos: -41.5,-64.5 parent: 1 - type: Transform - uid: 7083 components: - - pos: -43.5,-62.5 + - type: Transform + pos: -43.5,-62.5 parent: 1 - type: Transform - uid: 7149 components: - - pos: 12.5,-18.5 + - type: Transform + pos: 12.5,-18.5 parent: 1 - type: Transform - uid: 7150 components: - - pos: 12.5,-20.5 + - type: Transform + pos: 12.5,-20.5 parent: 1 - type: Transform - uid: 7151 components: - - pos: 12.5,-21.5 + - type: Transform + pos: 12.5,-21.5 parent: 1 - type: Transform - uid: 7152 components: - - pos: 12.5,-22.5 + - type: Transform + pos: 12.5,-22.5 parent: 1 - type: Transform - uid: 7274 components: - - pos: -42.5,24.5 + - type: Transform + pos: -42.5,24.5 parent: 1 - type: Transform - uid: 7279 components: - - pos: -52.5,39.5 + - type: Transform + pos: -52.5,39.5 parent: 1 - type: Transform - uid: 7281 components: - - pos: -49.5,40.5 + - type: Transform + pos: -49.5,40.5 parent: 1 - type: Transform - uid: 7297 components: - - pos: -51.5,39.5 + - type: Transform + pos: -51.5,39.5 parent: 1 - type: Transform - uid: 7298 components: - - pos: -53.5,39.5 + - type: Transform + pos: -53.5,39.5 parent: 1 - type: Transform - uid: 7302 components: - - pos: -49.5,41.5 + - type: Transform + pos: -49.5,41.5 parent: 1 - type: Transform - uid: 7316 components: - - pos: -53.5,34.5 + - type: Transform + pos: -53.5,34.5 parent: 1 - type: Transform - uid: 7317 components: - - pos: -52.5,34.5 + - type: Transform + pos: -52.5,34.5 parent: 1 - type: Transform - uid: 7318 components: - - pos: -51.5,34.5 + - type: Transform + pos: -51.5,34.5 parent: 1 - type: Transform - uid: 7355 components: - - pos: -87.5,40.5 + - type: Transform + pos: -87.5,40.5 parent: 1 - type: Transform - uid: 7356 components: - - pos: -102.5,45.5 + - type: Transform + pos: -102.5,45.5 parent: 1 - type: Transform - uid: 7358 components: - - pos: -94.5,28.5 + - type: Transform + pos: -94.5,28.5 parent: 1 - type: Transform - uid: 7371 components: - - pos: -96.5,28.5 + - type: Transform + pos: -96.5,28.5 parent: 1 - type: Transform - uid: 7372 components: - - pos: -97.5,36.5 + - type: Transform + pos: -97.5,36.5 parent: 1 - type: Transform - uid: 7376 components: - - pos: -98.5,48.5 + - type: Transform + pos: -98.5,48.5 parent: 1 - type: Transform - uid: 7384 components: - - pos: -97.5,40.5 + - type: Transform + pos: -97.5,40.5 parent: 1 - type: Transform - uid: 7386 components: - - pos: -84.5,46.5 + - type: Transform + pos: -84.5,46.5 parent: 1 - type: Transform - uid: 7387 components: - - pos: -90.5,28.5 + - type: Transform + pos: -90.5,28.5 parent: 1 - type: Transform - uid: 7388 components: - - pos: -92.5,28.5 + - type: Transform + pos: -92.5,28.5 parent: 1 - type: Transform - uid: 7392 components: - - pos: -82.5,31.5 + - type: Transform + pos: -82.5,31.5 parent: 1 - type: Transform - uid: 7403 components: - - pos: -85.5,48.5 + - type: Transform + pos: -85.5,48.5 parent: 1 - type: Transform - uid: 7410 components: - - pos: -87.5,43.5 + - type: Transform + pos: -87.5,43.5 parent: 1 - type: Transform - uid: 7411 components: - - pos: -101.5,32.5 + - type: Transform + pos: -101.5,32.5 parent: 1 - type: Transform - uid: 7421 components: - - pos: -81.5,31.5 + - type: Transform + pos: -81.5,31.5 parent: 1 - type: Transform - uid: 7424 components: - - pos: -81.5,42.5 + - type: Transform + pos: -81.5,42.5 parent: 1 - type: Transform - uid: 7425 components: - - pos: -82.5,42.5 + - type: Transform + pos: -82.5,42.5 parent: 1 - type: Transform - uid: 7426 components: - - pos: -88.5,28.5 + - type: Transform + pos: -88.5,28.5 parent: 1 - type: Transform - uid: 7427 components: - - pos: -91.5,28.5 + - type: Transform + pos: -91.5,28.5 parent: 1 - type: Transform - uid: 7428 components: - - pos: -98.5,28.5 + - type: Transform + pos: -98.5,28.5 parent: 1 - type: Transform - uid: 7429 components: - - pos: -99.5,48.5 + - type: Transform + pos: -99.5,48.5 parent: 1 - type: Transform - uid: 7477 components: - - pos: -48.5,18.5 + - type: Transform + pos: -48.5,18.5 parent: 1 - type: Transform - uid: 7478 components: - - pos: -47.5,18.5 + - type: Transform + pos: -47.5,18.5 parent: 1 - type: Transform - uid: 7479 components: - - pos: -46.5,18.5 + - type: Transform + pos: -46.5,18.5 parent: 1 - type: Transform - uid: 7480 components: - - pos: -44.5,18.5 + - type: Transform + pos: -44.5,18.5 parent: 1 - type: Transform - uid: 7486 components: - - pos: -42.5,16.5 + - type: Transform + pos: -42.5,16.5 parent: 1 - type: Transform - uid: 7487 components: - - pos: -42.5,13.5 + - type: Transform + pos: -42.5,13.5 parent: 1 - type: Transform - uid: 7848 components: - - pos: -91.5,16.5 + - type: Transform + pos: -91.5,16.5 parent: 1 - type: Transform - uid: 7850 components: - - pos: -91.5,14.5 + - type: Transform + pos: -91.5,14.5 parent: 1 - type: Transform - uid: 7851 components: - - pos: -91.5,15.5 + - type: Transform + pos: -91.5,15.5 parent: 1 - type: Transform - uid: 8136 components: - - pos: -70.5,-2.5 + - type: Transform + pos: -70.5,-2.5 parent: 1 - type: Transform - uid: 8137 components: - - pos: -69.5,-2.5 + - type: Transform + pos: -69.5,-2.5 parent: 1 - type: Transform - uid: 8138 components: - - pos: -69.5,1.5 + - type: Transform + pos: -69.5,1.5 parent: 1 - type: Transform - uid: 8139 components: - - pos: -70.5,1.5 + - type: Transform + pos: -70.5,1.5 parent: 1 - type: Transform - uid: 8192 components: - - pos: -50.5,32.5 + - type: Transform + pos: -50.5,32.5 parent: 1 - type: Transform - uid: 8193 components: - - pos: -50.5,33.5 + - type: Transform + pos: -50.5,33.5 parent: 1 - type: Transform - uid: 8777 components: - - pos: -119.5,-2.5 + - type: Transform + pos: -119.5,-2.5 parent: 1 - type: Transform - uid: 8778 components: - - pos: -119.5,-1.5 + - type: Transform + pos: -119.5,-1.5 parent: 1 - type: Transform - uid: 8779 components: - - pos: -119.5,0.5 + - type: Transform + pos: -119.5,0.5 parent: 1 - type: Transform - uid: 8780 components: - - pos: -119.5,1.5 + - type: Transform + pos: -119.5,1.5 parent: 1 - type: Transform - uid: 8789 components: - - pos: -119.5,-3.5 + - type: Transform + pos: -119.5,-3.5 parent: 1 - type: Transform - uid: 8895 components: - - pos: -129.5,-37.5 + - type: Transform + pos: -129.5,-37.5 parent: 1 - type: Transform - uid: 8983 components: - - pos: -129.5,-38.5 + - type: Transform + pos: -129.5,-38.5 parent: 1 - type: Transform - uid: 8985 components: - - pos: -104.5,-28.5 + - type: Transform + pos: -104.5,-28.5 parent: 1 - type: Transform - uid: 9004 components: - - pos: -121.5,-36.5 + - type: Transform + pos: -121.5,-36.5 parent: 1 - type: Transform - uid: 9005 components: - - pos: -118.5,-36.5 + - type: Transform + pos: -118.5,-36.5 parent: 1 - type: Transform - uid: 9006 components: - - pos: -117.5,-37.5 + - type: Transform + pos: -117.5,-37.5 parent: 1 - type: Transform - uid: 9007 components: - - pos: -117.5,-38.5 + - type: Transform + pos: -117.5,-38.5 parent: 1 - type: Transform - uid: 9008 components: - - pos: -117.5,-39.5 + - type: Transform + pos: -117.5,-39.5 parent: 1 - type: Transform - uid: 9009 components: - - pos: -117.5,-40.5 + - type: Transform + pos: -117.5,-40.5 parent: 1 - type: Transform - uid: 9010 components: - - pos: -118.5,-41.5 + - type: Transform + pos: -118.5,-41.5 parent: 1 - type: Transform - uid: 9011 components: - - pos: -120.5,-41.5 + - type: Transform + pos: -120.5,-41.5 parent: 1 - type: Transform - uid: 9012 components: - - pos: -121.5,-41.5 + - type: Transform + pos: -121.5,-41.5 parent: 1 - type: Transform - uid: 9013 components: - - pos: -123.5,-40.5 + - type: Transform + pos: -123.5,-40.5 parent: 1 - type: Transform - uid: 9014 components: - - pos: -126.5,-40.5 + - type: Transform + pos: -126.5,-40.5 parent: 1 - type: Transform - uid: 9015 components: - - pos: -127.5,-41.5 + - type: Transform + pos: -127.5,-41.5 parent: 1 - type: Transform - uid: 9016 components: - - pos: -128.5,-41.5 + - type: Transform + pos: -128.5,-41.5 parent: 1 - type: Transform - uid: 9020 components: - - pos: -122.5,-36.5 + - type: Transform + pos: -122.5,-36.5 parent: 1 - type: Transform - uid: 9021 components: - - pos: -123.5,-37.5 + - type: Transform + pos: -123.5,-37.5 parent: 1 - type: Transform - uid: 9022 components: - - pos: -122.5,-41.5 + - type: Transform + pos: -122.5,-41.5 parent: 1 - type: Transform - uid: 9023 components: - - pos: -127.5,-36.5 + - type: Transform + pos: -127.5,-36.5 parent: 1 - type: Transform - uid: 9096 components: - - pos: -69.5,-20.5 + - type: Transform + pos: -69.5,-20.5 parent: 1 - type: Transform - uid: 9097 components: - - pos: -66.5,-20.5 + - type: Transform + pos: -66.5,-20.5 parent: 1 - type: Transform - uid: 9124 components: - - pos: -5.5,-33.5 + - type: Transform + pos: -5.5,-33.5 parent: 1 - type: Transform - uid: 9125 components: - - pos: -3.5,-33.5 + - type: Transform + pos: -3.5,-33.5 parent: 1 - type: Transform - uid: 9344 components: - - pos: -54.5,23.5 + - type: Transform + pos: -54.5,23.5 parent: 1 - type: Transform - uid: 9345 components: - - pos: -54.5,24.5 + - type: Transform + pos: -54.5,24.5 parent: 1 - type: Transform - uid: 9346 components: - - pos: -42.5,23.5 + - type: Transform + pos: -42.5,23.5 parent: 1 - type: Transform - uid: 9459 components: - - pos: -12.5,-28.5 + - type: Transform + pos: -12.5,-28.5 parent: 1 - type: Transform - uid: 9466 components: - - pos: -13.5,-21.5 + - type: Transform + pos: -13.5,-21.5 parent: 1 - type: Transform - uid: 9467 components: - - pos: -11.5,-20.5 + - type: Transform + pos: -11.5,-20.5 parent: 1 - type: Transform - uid: 9468 components: - - pos: -11.5,-19.5 + - type: Transform + pos: -11.5,-19.5 parent: 1 - type: Transform - uid: 9469 components: - - pos: -11.5,-18.5 + - type: Transform + pos: -11.5,-18.5 parent: 1 - type: Transform - uid: 9565 components: - - pos: -129.5,-40.5 + - type: Transform + pos: -129.5,-40.5 parent: 1 - type: Transform - uid: 9566 components: - - pos: -129.5,-39.5 + - type: Transform + pos: -129.5,-39.5 parent: 1 - type: Transform - uid: 9663 components: - - pos: -3.5,-21.5 + - type: Transform + pos: -3.5,-21.5 parent: 1 - type: Transform - uid: 9727 components: - - pos: 2.5,-21.5 + - type: Transform + pos: 2.5,-21.5 parent: 1 - type: Transform - uid: 9819 components: - - pos: -113.5,-39.5 + - type: Transform + pos: -113.5,-39.5 parent: 1 - type: Transform - uid: 9845 components: - - pos: -41.5,-63.5 + - type: Transform + pos: -41.5,-63.5 parent: 1 - type: Transform - uid: 9889 components: - - pos: 44.5,-58.5 + - type: Transform + pos: 44.5,-58.5 parent: 1 - type: Transform - uid: 9910 components: - - pos: 30.5,-36.5 + - type: Transform + pos: 30.5,-36.5 parent: 1 - type: Transform - uid: 9911 components: - - pos: 39.5,-48.5 + - type: Transform + pos: 39.5,-48.5 parent: 1 - type: Transform - uid: 9919 components: - - pos: -10.5,-52.5 + - type: Transform + pos: -10.5,-52.5 parent: 1 - type: Transform - uid: 9927 components: - - pos: -11.5,-49.5 + - type: Transform + pos: -11.5,-49.5 parent: 1 - type: Transform - uid: 9966 components: - - pos: 29.5,-36.5 + - type: Transform + pos: 29.5,-36.5 parent: 1 - type: Transform - uid: 9974 components: - - pos: 37.5,-39.5 + - type: Transform + pos: 37.5,-39.5 parent: 1 - type: Transform - uid: 9996 components: - - pos: -6.5,-63.5 + - type: Transform + pos: -6.5,-63.5 parent: 1 - type: Transform - uid: 9997 components: - - pos: -2.5,-64.5 + - type: Transform + pos: -2.5,-64.5 parent: 1 - type: Transform - uid: 9998 components: - - pos: -1.5,-62.5 + - type: Transform + pos: -1.5,-62.5 parent: 1 - type: Transform - uid: 9999 components: - - pos: 0.5,-62.5 + - type: Transform + pos: 0.5,-62.5 parent: 1 - type: Transform - uid: 10000 components: - - pos: 1.5,-64.5 + - type: Transform + pos: 1.5,-64.5 parent: 1 - type: Transform - uid: 10001 components: - - pos: 5.5,-63.5 + - type: Transform + pos: 5.5,-63.5 parent: 1 - type: Transform - uid: 10002 components: - - pos: 8.5,-62.5 + - type: Transform + pos: 8.5,-62.5 parent: 1 - type: Transform - uid: 10003 components: - - pos: 11.5,-62.5 + - type: Transform + pos: 11.5,-62.5 parent: 1 - type: Transform - uid: 10004 components: - - pos: 13.5,-62.5 + - type: Transform + pos: 13.5,-62.5 parent: 1 - type: Transform - uid: 10005 components: - - pos: 15.5,-64.5 + - type: Transform + pos: 15.5,-64.5 parent: 1 - type: Transform - uid: 10006 components: - - pos: 19.5,-63.5 + - type: Transform + pos: 19.5,-63.5 parent: 1 - type: Transform - uid: 10007 components: - - pos: 21.5,-62.5 + - type: Transform + pos: 21.5,-62.5 parent: 1 - type: Transform - uid: 10008 components: - - pos: 23.5,-64.5 + - type: Transform + pos: 23.5,-64.5 parent: 1 - type: Transform - uid: 10009 components: - - pos: 27.5,-63.5 + - type: Transform + pos: 27.5,-63.5 parent: 1 - type: Transform - uid: 10011 components: - - pos: 31.5,-62.5 + - type: Transform + pos: 31.5,-62.5 parent: 1 - type: Transform - uid: 10012 components: - - pos: 34.5,-62.5 + - type: Transform + pos: 34.5,-62.5 parent: 1 - type: Transform - uid: 10013 components: - - pos: 37.5,-64.5 + - type: Transform + pos: 37.5,-64.5 parent: 1 - type: Transform - uid: 10014 components: - - pos: 41.5,-64.5 + - type: Transform + pos: 41.5,-64.5 parent: 1 - type: Transform - uid: 10015 components: - - pos: 42.5,-62.5 + - type: Transform + pos: 42.5,-62.5 parent: 1 - type: Transform - uid: 10016 components: - - pos: 43.5,-62.5 + - type: Transform + pos: 43.5,-62.5 parent: 1 - type: Transform - uid: 10017 components: - - pos: 45.5,-63.5 + - type: Transform + pos: 45.5,-63.5 parent: 1 - type: Transform - uid: 10018 components: - - pos: 49.5,-64.5 + - type: Transform + pos: 49.5,-64.5 parent: 1 - type: Transform - uid: 10019 components: - - pos: 52.5,-62.5 + - type: Transform + pos: 52.5,-62.5 parent: 1 - type: Transform - uid: 10020 components: - - pos: 53.5,-62.5 + - type: Transform + pos: 53.5,-62.5 parent: 1 - type: Transform - uid: 10021 components: - - pos: 55.5,-58.5 + - type: Transform + pos: 55.5,-58.5 parent: 1 - type: Transform - uid: 10022 components: - - pos: 55.5,-60.5 + - type: Transform + pos: 55.5,-60.5 parent: 1 - type: Transform - uid: 10029 components: - - pos: 55.5,-41.5 + - type: Transform + pos: 55.5,-41.5 parent: 1 - type: Transform - uid: 10038 components: - - pos: 55.5,-11.5 + - type: Transform + pos: 55.5,-11.5 parent: 1 - type: Transform - uid: 10067 components: - - pos: 56.5,-7.5 + - type: Transform + pos: 56.5,-7.5 parent: 1 - type: Transform - uid: 10074 components: - - pos: 50.5,-11.5 + - type: Transform + pos: 50.5,-11.5 parent: 1 - type: Transform - uid: 10083 components: - - pos: 49.5,-15.5 + - type: Transform + pos: 49.5,-15.5 parent: 1 - type: Transform - uid: 10092 components: - - pos: 50.5,-2.5 + - type: Transform + pos: 50.5,-2.5 parent: 1 - type: Transform - uid: 10130 components: - - pos: 51.5,-15.5 + - type: Transform + pos: 51.5,-15.5 parent: 1 - type: Transform - uid: 10131 components: - - pos: 48.5,-15.5 + - type: Transform + pos: 48.5,-15.5 parent: 1 - type: Transform - uid: 10132 components: - - pos: 50.5,-15.5 + - type: Transform + pos: 50.5,-15.5 parent: 1 - type: Transform - uid: 10133 components: - - pos: 52.5,-15.5 + - type: Transform + pos: 52.5,-15.5 parent: 1 - type: Transform - uid: 10138 components: - - pos: 44.5,-2.5 + - type: Transform + pos: 44.5,-2.5 parent: 1 - type: Transform - uid: 10217 components: - - pos: 40.5,-4.5 + - type: Transform + pos: 40.5,-4.5 parent: 1 - type: Transform - uid: 10221 components: - - pos: 40.5,-2.5 + - type: Transform + pos: 40.5,-2.5 parent: 1 - type: Transform - uid: 10224 components: - - pos: 43.5,-5.5 + - type: Transform + pos: 43.5,-5.5 parent: 1 - type: Transform - uid: 10225 components: - - pos: 44.5,-4.5 + - type: Transform + pos: 44.5,-4.5 parent: 1 - type: Transform - uid: 10243 components: - - pos: 41.5,-5.5 + - type: Transform + pos: 41.5,-5.5 parent: 1 - type: Transform - uid: 10244 components: - - pos: 43.5,-1.5 + - type: Transform + pos: 43.5,-1.5 parent: 1 - type: Transform - uid: 10245 components: - - pos: 41.5,-1.5 + - type: Transform + pos: 41.5,-1.5 parent: 1 - type: Transform - uid: 10300 components: - - pos: 56.5,-10.5 + - type: Transform + pos: 56.5,-10.5 parent: 1 - type: Transform - uid: 10301 components: - - pos: 56.5,-9.5 + - type: Transform + pos: 56.5,-9.5 parent: 1 - type: Transform - uid: 10304 components: - - pos: 45.5,-57.5 + - type: Transform + pos: 45.5,-57.5 parent: 1 - type: Transform - uid: 10305 components: - - pos: 47.5,-57.5 + - type: Transform + pos: 47.5,-57.5 parent: 1 - type: Transform - uid: 10313 components: - - pos: 48.5,-55.5 + - type: Transform + pos: 48.5,-55.5 parent: 1 - type: Transform - uid: 10315 components: - - pos: 48.5,-53.5 + - type: Transform + pos: 48.5,-53.5 parent: 1 - type: Transform - uid: 10317 components: - - pos: 23.5,-63.5 + - type: Transform + pos: 23.5,-63.5 parent: 1 - type: Transform - uid: 10320 components: - - pos: -13.5,-62.5 + - type: Transform + pos: -13.5,-62.5 parent: 1 - type: Transform - uid: 10330 components: - - pos: 37.5,-48.5 + - type: Transform + pos: 37.5,-48.5 parent: 1 - type: Transform - uid: 10343 components: - - pos: 56.5,-8.5 + - type: Transform + pos: 56.5,-8.5 parent: 1 - type: Transform - uid: 10369 components: - - pos: -10.5,-62.5 + - type: Transform + pos: -10.5,-62.5 parent: 1 - type: Transform - uid: 10408 components: - - pos: 47.5,-51.5 + - type: Transform + pos: 47.5,-51.5 parent: 1 - type: Transform - uid: 10415 components: - - pos: -2.5,-58.5 + - type: Transform + pos: -2.5,-58.5 parent: 1 - type: Transform - uid: 10417 components: - - pos: 45.5,-51.5 + - type: Transform + pos: 45.5,-51.5 parent: 1 - type: Transform - uid: 10434 components: - - pos: -9.5,-49.5 + - type: Transform + pos: -9.5,-49.5 parent: 1 - type: Transform - uid: 10435 components: - - pos: -6.5,-49.5 + - type: Transform + pos: -6.5,-49.5 parent: 1 - type: Transform - uid: 10445 components: - - pos: -4.5,-52.5 + - type: Transform + pos: -4.5,-52.5 parent: 1 - type: Transform - uid: 10446 components: - - pos: -4.5,-51.5 + - type: Transform + pos: -4.5,-51.5 parent: 1 - type: Transform - uid: 10447 components: - - pos: -4.5,-50.5 + - type: Transform + pos: -4.5,-50.5 parent: 1 - type: Transform - uid: 10475 components: - - pos: 7.5,-57.5 + - type: Transform + pos: 7.5,-57.5 parent: 1 - type: Transform - uid: 10476 components: - - pos: 6.5,-57.5 + - type: Transform + pos: 6.5,-57.5 parent: 1 - type: Transform - uid: 10488 components: - - pos: 49.5,-58.5 + - type: Transform + pos: 49.5,-58.5 parent: 1 - type: Transform - uid: 10489 components: - - pos: 49.5,-61.5 + - type: Transform + pos: 49.5,-61.5 parent: 1 - type: Transform - uid: 10497 components: - - pos: -13.5,-57.5 + - type: Transform + pos: -13.5,-57.5 parent: 1 - type: Transform - uid: 10502 components: - - pos: -1.5,-56.5 + - type: Transform + pos: -1.5,-56.5 parent: 1 - type: Transform - uid: 10503 components: - - pos: -1.5,-55.5 + - type: Transform + pos: -1.5,-55.5 parent: 1 - type: Transform - uid: 10504 components: - - pos: -1.5,-54.5 + - type: Transform + pos: -1.5,-54.5 parent: 1 - type: Transform - uid: 10505 components: - - pos: -1.5,-52.5 + - type: Transform + pos: -1.5,-52.5 parent: 1 - type: Transform - uid: 10506 components: - - pos: -1.5,-51.5 + - type: Transform + pos: -1.5,-51.5 parent: 1 - type: Transform - uid: 10507 components: - - pos: -1.5,-50.5 + - type: Transform + pos: -1.5,-50.5 parent: 1 - type: Transform - uid: 10534 components: - - pos: 17.5,-52.5 + - type: Transform + pos: 17.5,-52.5 parent: 1 - type: Transform - uid: 10535 components: - - pos: 18.5,-52.5 + - type: Transform + pos: 18.5,-52.5 parent: 1 - type: Transform - uid: 10536 components: - - pos: 21.5,-55.5 + - type: Transform + pos: 21.5,-55.5 parent: 1 - type: Transform - uid: 10537 components: - - pos: 21.5,-54.5 + - type: Transform + pos: 21.5,-54.5 parent: 1 - type: Transform - uid: 10591 components: - - pos: 62.5,-51.5 + - type: Transform + pos: 62.5,-51.5 parent: 1 - type: Transform - uid: 10592 components: - - pos: 62.5,-50.5 + - type: Transform + pos: 62.5,-50.5 parent: 1 - type: Transform - uid: 10593 components: - - pos: 62.5,-49.5 + - type: Transform + pos: 62.5,-49.5 parent: 1 - type: Transform - uid: 10595 components: - - pos: 62.5,-48.5 + - type: Transform + pos: 62.5,-48.5 parent: 1 - type: Transform - uid: 10596 components: - - pos: 62.5,-47.5 + - type: Transform + pos: 62.5,-47.5 parent: 1 - type: Transform - uid: 10597 components: - - pos: 62.5,-46.5 + - type: Transform + pos: 62.5,-46.5 parent: 1 - type: Transform - uid: 10598 components: - - pos: 62.5,-45.5 + - type: Transform + pos: 62.5,-45.5 parent: 1 - type: Transform - uid: 10599 components: - - pos: 62.5,-44.5 + - type: Transform + pos: 62.5,-44.5 parent: 1 - type: Transform - uid: 10600 components: - - pos: 62.5,-43.5 + - type: Transform + pos: 62.5,-43.5 parent: 1 - type: Transform - uid: 10603 components: - - pos: 62.5,-42.5 + - type: Transform + pos: 62.5,-42.5 parent: 1 - type: Transform - uid: 10604 components: - - pos: 59.5,-41.5 + - type: Transform + pos: 59.5,-41.5 parent: 1 - type: Transform - uid: 10605 components: - - pos: 60.5,-41.5 + - type: Transform + pos: 60.5,-41.5 parent: 1 - type: Transform - uid: 10613 components: - - pos: 61.5,-41.5 + - type: Transform + pos: 61.5,-41.5 parent: 1 - type: Transform - uid: 10614 components: - - pos: 62.5,-39.5 + - type: Transform + pos: 62.5,-39.5 parent: 1 - type: Transform - uid: 10615 components: - - pos: 59.5,-38.5 + - type: Transform + pos: 59.5,-38.5 parent: 1 - type: Transform - uid: 10616 components: - - pos: 60.5,-38.5 + - type: Transform + pos: 60.5,-38.5 parent: 1 - type: Transform - uid: 10617 components: - - pos: 61.5,-38.5 + - type: Transform + pos: 61.5,-38.5 parent: 1 - type: Transform - uid: 10659 components: - - pos: 30.5,-43.5 + - type: Transform + pos: 30.5,-43.5 parent: 1 - type: Transform - uid: 10660 components: - - pos: 31.5,-43.5 + - type: Transform + pos: 31.5,-43.5 parent: 1 - type: Transform - uid: 10662 components: - - pos: 59.5,-52.5 + - type: Transform + pos: 59.5,-52.5 parent: 1 - type: Transform - uid: 10663 components: - - pos: 60.5,-52.5 + - type: Transform + pos: 60.5,-52.5 parent: 1 - type: Transform - uid: 10664 components: - - pos: 61.5,-52.5 + - type: Transform + pos: 61.5,-52.5 parent: 1 - type: Transform - uid: 10665 components: - - pos: 62.5,-53.5 + - type: Transform + pos: 62.5,-53.5 parent: 1 - type: Transform - uid: 10666 components: - - pos: 62.5,-56.5 + - type: Transform + pos: 62.5,-56.5 parent: 1 - type: Transform - uid: 10729 components: - - pos: 41.5,-48.5 + - type: Transform + pos: 41.5,-48.5 parent: 1 - type: Transform - uid: 10730 components: - - pos: 42.5,-48.5 + - type: Transform + pos: 42.5,-48.5 parent: 1 - type: Transform - uid: 10791 components: - - pos: 63.5,-36.5 + - type: Transform + pos: 63.5,-36.5 parent: 1 - type: Transform - uid: 10792 components: - - pos: 64.5,-36.5 + - type: Transform + pos: 64.5,-36.5 parent: 1 - type: Transform - uid: 10793 components: - - pos: 65.5,-36.5 + - type: Transform + pos: 65.5,-36.5 parent: 1 - type: Transform - uid: 10794 components: - - pos: 66.5,-36.5 + - type: Transform + pos: 66.5,-36.5 parent: 1 - type: Transform - uid: 10795 components: - - pos: 67.5,-36.5 + - type: Transform + pos: 67.5,-36.5 parent: 1 - type: Transform - uid: 10796 components: - - pos: 69.5,-36.5 + - type: Transform + pos: 69.5,-36.5 parent: 1 - type: Transform - uid: 10797 components: - - pos: 70.5,-36.5 + - type: Transform + pos: 70.5,-36.5 parent: 1 - type: Transform - uid: 10798 components: - - pos: 71.5,-36.5 + - type: Transform + pos: 71.5,-36.5 parent: 1 - type: Transform - uid: 10799 components: - - pos: 72.5,-36.5 + - type: Transform + pos: 72.5,-36.5 parent: 1 - type: Transform - uid: 10800 components: - - pos: 73.5,-36.5 + - type: Transform + pos: 73.5,-36.5 parent: 1 - type: Transform - uid: 10801 components: - - pos: 75.5,-36.5 + - type: Transform + pos: 75.5,-36.5 parent: 1 - type: Transform - uid: 10802 components: - - pos: 76.5,-36.5 + - type: Transform + pos: 76.5,-36.5 parent: 1 - type: Transform - uid: 10803 components: - - pos: 77.5,-36.5 + - type: Transform + pos: 77.5,-36.5 parent: 1 - type: Transform - uid: 10804 components: - - pos: 78.5,-36.5 + - type: Transform + pos: 78.5,-36.5 parent: 1 - type: Transform - uid: 10805 components: - - pos: 79.5,-36.5 + - type: Transform + pos: 79.5,-36.5 parent: 1 - type: Transform - uid: 10806 components: - - pos: 81.5,-36.5 + - type: Transform + pos: 81.5,-36.5 parent: 1 - type: Transform - uid: 10807 components: - - pos: 82.5,-36.5 + - type: Transform + pos: 82.5,-36.5 parent: 1 - type: Transform - uid: 10808 components: - - pos: 83.5,-36.5 + - type: Transform + pos: 83.5,-36.5 parent: 1 - type: Transform - uid: 10809 components: - - pos: 84.5,-36.5 + - type: Transform + pos: 84.5,-36.5 parent: 1 - type: Transform - uid: 10810 components: - - pos: 85.5,-36.5 + - type: Transform + pos: 85.5,-36.5 parent: 1 - type: Transform - uid: 10811 components: - - pos: 87.5,-36.5 + - type: Transform + pos: 87.5,-36.5 parent: 1 - type: Transform - uid: 10812 components: - - pos: 88.5,-36.5 + - type: Transform + pos: 88.5,-36.5 parent: 1 - type: Transform - uid: 10813 components: - - pos: 89.5,-36.5 + - type: Transform + pos: 89.5,-36.5 parent: 1 - type: Transform - uid: 10814 components: - - pos: 90.5,-36.5 + - type: Transform + pos: 90.5,-36.5 parent: 1 - type: Transform - uid: 10815 components: - - pos: 92.5,-38.5 + - type: Transform + pos: 92.5,-38.5 parent: 1 - type: Transform - uid: 10816 components: - - pos: 92.5,-39.5 + - type: Transform + pos: 92.5,-39.5 parent: 1 - type: Transform - uid: 10817 components: - - pos: 92.5,-40.5 + - type: Transform + pos: 92.5,-40.5 parent: 1 - type: Transform - uid: 10818 components: - - pos: 92.5,-41.5 + - type: Transform + pos: 92.5,-41.5 parent: 1 - type: Transform - uid: 10819 components: - - pos: 92.5,-42.5 + - type: Transform + pos: 92.5,-42.5 parent: 1 - type: Transform - uid: 10820 components: - - pos: 92.5,-44.5 + - type: Transform + pos: 92.5,-44.5 parent: 1 - type: Transform - uid: 10821 components: - - pos: 92.5,-45.5 + - type: Transform + pos: 92.5,-45.5 parent: 1 - type: Transform - uid: 10822 components: - - pos: 92.5,-46.5 + - type: Transform + pos: 92.5,-46.5 parent: 1 - type: Transform - uid: 10823 components: - - pos: 92.5,-48.5 + - type: Transform + pos: 92.5,-48.5 parent: 1 - type: Transform - uid: 10824 components: - - pos: 92.5,-49.5 + - type: Transform + pos: 92.5,-49.5 parent: 1 - type: Transform - uid: 10825 components: - - pos: 92.5,-50.5 + - type: Transform + pos: 92.5,-50.5 parent: 1 - type: Transform - uid: 10826 components: - - pos: 92.5,-52.5 + - type: Transform + pos: 92.5,-52.5 parent: 1 - type: Transform - uid: 10827 components: - - pos: 92.5,-53.5 + - type: Transform + pos: 92.5,-53.5 parent: 1 - type: Transform - uid: 10828 components: - - pos: 92.5,-54.5 + - type: Transform + pos: 92.5,-54.5 parent: 1 - type: Transform - uid: 10829 components: - - pos: 92.5,-55.5 + - type: Transform + pos: 92.5,-55.5 parent: 1 - type: Transform - uid: 10830 components: - - pos: 92.5,-56.5 + - type: Transform + pos: 92.5,-56.5 parent: 1 - type: Transform - uid: 10831 components: - - pos: 90.5,-58.5 + - type: Transform + pos: 90.5,-58.5 parent: 1 - type: Transform - uid: 10832 components: - - pos: 89.5,-58.5 + - type: Transform + pos: 89.5,-58.5 parent: 1 - type: Transform - uid: 10833 components: - - pos: 88.5,-58.5 + - type: Transform + pos: 88.5,-58.5 parent: 1 - type: Transform - uid: 10834 components: - - pos: 87.5,-58.5 + - type: Transform + pos: 87.5,-58.5 parent: 1 - type: Transform - uid: 10835 components: - - pos: 85.5,-58.5 + - type: Transform + pos: 85.5,-58.5 parent: 1 - type: Transform - uid: 10836 components: - - pos: 84.5,-58.5 + - type: Transform + pos: 84.5,-58.5 parent: 1 - type: Transform - uid: 10837 components: - - pos: 83.5,-58.5 + - type: Transform + pos: 83.5,-58.5 parent: 1 - type: Transform - uid: 10838 components: - - pos: 82.5,-58.5 + - type: Transform + pos: 82.5,-58.5 parent: 1 - type: Transform - uid: 10839 components: - - pos: 81.5,-58.5 + - type: Transform + pos: 81.5,-58.5 parent: 1 - type: Transform - uid: 10840 components: - - pos: 79.5,-58.5 + - type: Transform + pos: 79.5,-58.5 parent: 1 - type: Transform - uid: 10841 components: - - pos: 78.5,-58.5 + - type: Transform + pos: 78.5,-58.5 parent: 1 - type: Transform - uid: 10842 components: - - pos: 77.5,-58.5 + - type: Transform + pos: 77.5,-58.5 parent: 1 - type: Transform - uid: 10843 components: - - pos: 76.5,-58.5 + - type: Transform + pos: 76.5,-58.5 parent: 1 - type: Transform - uid: 10844 components: - - pos: 75.5,-58.5 + - type: Transform + pos: 75.5,-58.5 parent: 1 - type: Transform - uid: 10845 components: - - pos: 73.5,-58.5 + - type: Transform + pos: 73.5,-58.5 parent: 1 - type: Transform - uid: 10846 components: - - pos: 72.5,-58.5 + - type: Transform + pos: 72.5,-58.5 parent: 1 - type: Transform - uid: 10847 components: - - pos: 71.5,-58.5 + - type: Transform + pos: 71.5,-58.5 parent: 1 - type: Transform - uid: 10848 components: - - pos: 70.5,-58.5 + - type: Transform + pos: 70.5,-58.5 parent: 1 - type: Transform - uid: 10849 components: - - pos: 69.5,-58.5 + - type: Transform + pos: 69.5,-58.5 parent: 1 - type: Transform - uid: 10850 components: - - pos: 67.5,-58.5 + - type: Transform + pos: 67.5,-58.5 parent: 1 - type: Transform - uid: 10851 components: - - pos: 66.5,-58.5 + - type: Transform + pos: 66.5,-58.5 parent: 1 - type: Transform - uid: 10852 components: - - pos: 65.5,-58.5 + - type: Transform + pos: 65.5,-58.5 parent: 1 - type: Transform - uid: 10853 components: - - pos: 64.5,-58.5 + - type: Transform + pos: 64.5,-58.5 parent: 1 - type: Transform - uid: 10854 components: - - pos: 63.5,-58.5 + - type: Transform + pos: 63.5,-58.5 parent: 1 - type: Transform - uid: 11306 components: - - pos: -4.5,34.5 + - type: Transform + pos: -4.5,34.5 parent: 1 - type: Transform - uid: 11311 components: - - pos: 1.5,32.5 + - type: Transform + pos: 1.5,32.5 parent: 1 - type: Transform - uid: 11312 components: - - pos: 5.5,33.5 + - type: Transform + pos: 5.5,33.5 parent: 1 - type: Transform - uid: 11323 components: - - pos: 4.5,29.5 + - type: Transform + pos: 4.5,29.5 parent: 1 - type: Transform - uid: 11345 components: - - pos: 2.5,42.5 + - type: Transform + pos: 2.5,42.5 parent: 1 - type: Transform - uid: 11350 components: - - pos: 5.5,48.5 + - type: Transform + pos: 5.5,48.5 parent: 1 - type: Transform - uid: 11351 components: - - pos: 5.5,41.5 + - type: Transform + pos: 5.5,41.5 parent: 1 - type: Transform - uid: 11352 components: - - pos: 5.5,49.5 + - type: Transform + pos: 5.5,49.5 parent: 1 - type: Transform - uid: 11356 components: - - pos: 0.5,42.5 + - type: Transform + pos: 0.5,42.5 parent: 1 - type: Transform - uid: 11357 components: - - pos: 0.5,41.5 + - type: Transform + pos: 0.5,41.5 parent: 1 - type: Transform - uid: 11358 components: - - pos: -1.5,44.5 + - type: Transform + pos: -1.5,44.5 parent: 1 - type: Transform - uid: 11359 components: - - pos: -7.5,39.5 + - type: Transform + pos: -7.5,39.5 parent: 1 - type: Transform - uid: 11368 components: - - pos: 2.5,43.5 + - type: Transform + pos: 2.5,43.5 parent: 1 - type: Transform - uid: 11372 components: - - pos: 2.5,41.5 + - type: Transform + pos: 2.5,41.5 parent: 1 - type: Transform - uid: 11470 components: - - pos: 8.5,37.5 + - type: Transform + pos: 8.5,37.5 parent: 1 - type: Transform - uid: 11479 components: - - pos: 5.5,32.5 + - type: Transform + pos: 5.5,32.5 parent: 1 - type: Transform - uid: 11485 components: - - pos: -1.5,34.5 + - type: Transform + pos: -1.5,34.5 parent: 1 - type: Transform - uid: 11490 components: - - pos: -3.5,34.5 + - type: Transform + pos: -3.5,34.5 parent: 1 - type: Transform - uid: 11502 components: - - pos: -97.5,28.5 + - type: Transform + pos: -97.5,28.5 parent: 1 - type: Transform - uid: 11503 components: - - pos: -102.5,39.5 + - type: Transform + pos: -102.5,39.5 parent: 1 - type: Transform - uid: 11511 components: - - pos: -87.5,35.5 + - type: Transform + pos: -87.5,35.5 parent: 1 - type: Transform - uid: 11524 components: - - pos: -7.5,44.5 + - type: Transform + pos: -7.5,44.5 parent: 1 - type: Transform - uid: 11525 components: - - pos: -4.5,44.5 + - type: Transform + pos: -4.5,44.5 parent: 1 - type: Transform - uid: 11529 components: - - pos: -8.5,42.5 + - type: Transform + pos: -8.5,42.5 parent: 1 - type: Transform - uid: 11535 components: - - pos: -1.5,39.5 + - type: Transform + pos: -1.5,39.5 parent: 1 - type: Transform - uid: 11537 components: - - pos: 5.5,28.5 + - type: Transform + pos: 5.5,28.5 parent: 1 - type: Transform - uid: 11554 components: - - pos: -6.5,34.5 + - type: Transform + pos: -6.5,34.5 parent: 1 - type: Transform - uid: 11561 components: - - pos: -8.5,43.5 + - type: Transform + pos: -8.5,43.5 parent: 1 - type: Transform - uid: 11566 components: - - pos: 0.5,43.5 + - type: Transform + pos: 0.5,43.5 parent: 1 - type: Transform - uid: 11574 components: - - pos: -23.5,42.5 + - type: Transform + pos: -23.5,42.5 parent: 1 - type: Transform - uid: 11575 components: - - pos: 1.5,28.5 + - type: Transform + pos: 1.5,28.5 parent: 1 - type: Transform - uid: 11590 components: - - pos: 8.5,38.5 + - type: Transform + pos: 8.5,38.5 parent: 1 - type: Transform - uid: 11594 components: - - pos: 5.5,26.5 + - type: Transform + pos: 5.5,26.5 parent: 1 - type: Transform - uid: 11599 components: - - pos: 1.5,26.5 + - type: Transform + pos: 1.5,26.5 parent: 1 - type: Transform - uid: 11611 components: - - pos: -2.5,34.5 + - type: Transform + pos: -2.5,34.5 parent: 1 - type: Transform - uid: 11615 components: - - pos: -22.5,42.5 + - type: Transform + pos: -22.5,42.5 parent: 1 - type: Transform - uid: 11620 components: - - pos: 1.5,27.5 + - type: Transform + pos: 1.5,27.5 parent: 1 - type: Transform - uid: 11631 components: - - pos: 8.5,35.5 + - type: Transform + pos: 8.5,35.5 parent: 1 - type: Transform - uid: 11635 components: - - pos: 4.5,25.5 + - type: Transform + pos: 4.5,25.5 parent: 1 - type: Transform - uid: 11664 components: - - pos: -8.5,41.5 + - type: Transform + pos: -8.5,41.5 parent: 1 - type: Transform - uid: 11705 components: - - pos: -120.5,27.5 + - type: Transform + pos: -120.5,27.5 parent: 1 - type: Transform - uid: 11706 components: - - pos: -119.5,27.5 + - type: Transform + pos: -119.5,27.5 parent: 1 - type: Transform - uid: 11707 components: - - pos: -118.5,27.5 + - type: Transform + pos: -118.5,27.5 parent: 1 - type: Transform - uid: 11708 components: - - pos: -117.5,27.5 + - type: Transform + pos: -117.5,27.5 parent: 1 - type: Transform - uid: 11709 components: - - pos: -116.5,27.5 + - type: Transform + pos: -116.5,27.5 parent: 1 - type: Transform - uid: 11710 components: - - pos: -114.5,27.5 + - type: Transform + pos: -114.5,27.5 parent: 1 - type: Transform - uid: 11711 components: - - pos: -113.5,27.5 + - type: Transform + pos: -113.5,27.5 parent: 1 - type: Transform - uid: 11712 components: - - pos: -112.5,27.5 + - type: Transform + pos: -112.5,27.5 parent: 1 - type: Transform - uid: 11713 components: - - pos: -111.5,27.5 + - type: Transform + pos: -111.5,27.5 parent: 1 - type: Transform - uid: 11714 components: - - pos: -110.5,27.5 + - type: Transform + pos: -110.5,27.5 parent: 1 - type: Transform - uid: 11715 components: - - pos: -108.5,27.5 + - type: Transform + pos: -108.5,27.5 parent: 1 - type: Transform - uid: 11716 components: - - pos: -107.5,27.5 + - type: Transform + pos: -107.5,27.5 parent: 1 - type: Transform - uid: 11717 components: - - pos: -106.5,27.5 + - type: Transform + pos: -106.5,27.5 parent: 1 - type: Transform - uid: 11718 components: - - pos: -105.5,27.5 + - type: Transform + pos: -105.5,27.5 parent: 1 - type: Transform - uid: 11719 components: - - pos: -104.5,27.5 + - type: Transform + pos: -104.5,27.5 parent: 1 - type: Transform - uid: 11726 components: - - pos: -103.5,24.5 + - type: Transform + pos: -103.5,24.5 parent: 1 - type: Transform - uid: 11728 components: - - pos: -103.5,25.5 + - type: Transform + pos: -103.5,25.5 parent: 1 - type: Transform - uid: 11729 components: - - pos: -103.5,26.5 + - type: Transform + pos: -103.5,26.5 parent: 1 - type: Transform - uid: 11730 components: - - pos: -121.5,24.5 + - type: Transform + pos: -121.5,24.5 parent: 1 - type: Transform - uid: 11731 components: - - pos: -121.5,25.5 + - type: Transform + pos: -121.5,25.5 parent: 1 - type: Transform - uid: 11732 components: - - pos: -121.5,26.5 + - type: Transform + pos: -121.5,26.5 parent: 1 - type: Transform - uid: 12016 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 12017 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 1 - type: Transform - uid: 12168 components: - - pos: -17.5,-39.5 + - type: Transform + pos: -17.5,-39.5 parent: 1 - type: Transform - uid: 12169 components: - - pos: -17.5,-40.5 + - type: Transform + pos: -17.5,-40.5 parent: 1 - type: Transform - uid: 12170 components: - - pos: -17.5,-41.5 + - type: Transform + pos: -17.5,-41.5 parent: 1 - type: Transform - uid: 12281 components: - - pos: -7.5,-28.5 + - type: Transform + pos: -7.5,-28.5 parent: 1 - type: Transform - uid: 12509 components: - - pos: -87.5,28.5 + - type: Transform + pos: -87.5,28.5 parent: 1 - type: Transform - uid: 12670 components: - - pos: -89.5,-45.5 + - type: Transform + pos: -89.5,-45.5 parent: 1 - type: Transform - uid: 12671 components: - - pos: -89.5,-46.5 + - type: Transform + pos: -89.5,-46.5 parent: 1 - type: Transform - uid: 12672 components: - - pos: -89.5,-47.5 + - type: Transform + pos: -89.5,-47.5 parent: 1 - type: Transform - uid: 12673 components: - - pos: -89.5,-48.5 + - type: Transform + pos: -89.5,-48.5 parent: 1 - type: Transform - uid: 12674 components: - - pos: -84.5,-53.5 + - type: Transform + pos: -84.5,-53.5 parent: 1 - type: Transform - uid: 12675 components: - - pos: -83.5,-53.5 + - type: Transform + pos: -83.5,-53.5 parent: 1 - type: Transform - uid: 12676 components: - - pos: -82.5,-53.5 + - type: Transform + pos: -82.5,-53.5 parent: 1 - type: Transform - uid: 12677 components: - - pos: -81.5,-53.5 + - type: Transform + pos: -81.5,-53.5 parent: 1 - type: Transform - uid: 12698 components: - - pos: -89.5,-51.5 + - type: Transform + pos: -89.5,-51.5 parent: 1 - type: Transform - uid: 12699 components: - - pos: -89.5,-52.5 + - type: Transform + pos: -89.5,-52.5 parent: 1 - type: Transform - uid: 12700 components: - - pos: -88.5,-53.5 + - type: Transform + pos: -88.5,-53.5 parent: 1 - type: Transform - uid: 12701 components: - - pos: -87.5,-53.5 + - type: Transform + pos: -87.5,-53.5 parent: 1 - type: Transform - uid: 12702 components: - - pos: -82.5,-44.5 + - type: Transform + pos: -82.5,-44.5 parent: 1 - type: Transform - uid: 12703 components: - - pos: -81.5,-44.5 + - type: Transform + pos: -81.5,-44.5 parent: 1 - type: Transform - uid: 12704 components: - - pos: -80.5,-45.5 + - type: Transform + pos: -80.5,-45.5 parent: 1 - type: Transform - uid: 12705 components: - - pos: -80.5,-46.5 + - type: Transform + pos: -80.5,-46.5 parent: 1 - type: Transform - uid: 12768 components: - - pos: -84.5,62.5 + - type: Transform + pos: -84.5,62.5 parent: 1 - type: Transform - uid: 12769 components: - - pos: -84.5,59.5 + - type: Transform + pos: -84.5,59.5 parent: 1 - type: Transform - uid: 12770 components: - - pos: -84.5,56.5 + - type: Transform + pos: -84.5,56.5 parent: 1 - type: Transform - uid: 12771 components: - - pos: -84.5,53.5 + - type: Transform + pos: -84.5,53.5 parent: 1 - type: Transform - uid: 12774 components: - - pos: -84.5,44.5 + - type: Transform + pos: -84.5,44.5 parent: 1 - type: Transform - uid: 12777 components: - - pos: -101.5,33.5 + - type: Transform + pos: -101.5,33.5 parent: 1 - type: Transform - uid: 12822 components: - - pos: -84.5,63.5 + - type: Transform + pos: -84.5,63.5 parent: 1 - type: Transform - uid: 12827 components: - - pos: -87.5,34.5 + - type: Transform + pos: -87.5,34.5 parent: 1 - type: Transform - uid: 12832 components: - - pos: -84.5,54.5 + - type: Transform + pos: -84.5,54.5 parent: 1 - type: Transform - uid: 12833 components: - - pos: -84.5,57.5 + - type: Transform + pos: -84.5,57.5 parent: 1 - type: Transform - uid: 12834 components: - - pos: -84.5,60.5 + - type: Transform + pos: -84.5,60.5 parent: 1 - type: Transform - uid: 12846 components: - - pos: -97.5,41.5 + - type: Transform + pos: -97.5,41.5 parent: 1 - type: Transform - uid: 12848 components: - - pos: -102.5,46.5 + - type: Transform + pos: -102.5,46.5 parent: 1 - type: Transform - uid: 12849 components: - - pos: -87.5,42.5 + - type: Transform + pos: -87.5,42.5 parent: 1 - type: Transform - uid: 12851 components: - - pos: -93.5,28.5 + - type: Transform + pos: -93.5,28.5 parent: 1 - type: Transform - uid: 12852 components: - - pos: -100.5,51.5 + - type: Transform + pos: -100.5,51.5 parent: 1 - type: Transform - uid: 12853 components: - - pos: -100.5,54.5 + - type: Transform + pos: -100.5,54.5 parent: 1 - type: Transform - uid: 12854 components: - - pos: -100.5,60.5 + - type: Transform + pos: -100.5,60.5 parent: 1 - type: Transform - uid: 12855 components: - - pos: -100.5,57.5 + - type: Transform + pos: -100.5,57.5 parent: 1 - type: Transform - uid: 12856 components: - - pos: -95.5,32.5 + - type: Transform + pos: -95.5,32.5 parent: 1 - type: Transform - uid: 13012 components: - - pos: 15.5,7.5 + - type: Transform + pos: 15.5,7.5 parent: 1 - type: Transform - uid: 13013 components: - - pos: 18.5,7.5 + - type: Transform + pos: 18.5,7.5 parent: 1 - type: Transform - uid: 13060 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 1 - type: Transform - uid: 13061 components: - - pos: 11.5,-16.5 + - type: Transform + pos: 11.5,-16.5 parent: 1 - type: Transform - uid: 13063 components: - - pos: -7.5,-24.5 + - type: Transform + pos: -7.5,-24.5 parent: 1 - type: Transform - uid: 13076 components: - - pos: -44.5,-62.5 + - type: Transform + pos: -44.5,-62.5 parent: 1 - type: Transform - uid: 13107 components: - - pos: 3.5,25.5 + - type: Transform + pos: 3.5,25.5 parent: 1 - type: Transform - uid: 13168 components: - - pos: 2.5,25.5 + - type: Transform + pos: 2.5,25.5 parent: 1 - type: Transform - uid: 13169 components: - - pos: 5.5,43.5 + - type: Transform + pos: 5.5,43.5 parent: 1 - type: Transform - uid: 13171 components: - - pos: 2.5,49.5 + - type: Transform + pos: 2.5,49.5 parent: 1 - type: Transform - uid: 13172 components: - - pos: 2.5,48.5 + - type: Transform + pos: 2.5,48.5 parent: 1 - type: Transform - uid: 13176 components: - - pos: 5.5,42.5 + - type: Transform + pos: 5.5,42.5 parent: 1 - type: Transform - uid: 13224 components: - - pos: -128.5,-36.5 + - type: Transform + pos: -128.5,-36.5 parent: 1 - type: Transform - uid: 13226 components: - - pos: -126.5,-37.5 + - type: Transform + pos: -126.5,-37.5 parent: 1 - type: Transform - uid: 13227 components: - - pos: -119.5,-41.5 + - type: Transform + pos: -119.5,-41.5 parent: 1 - type: Transform - uid: 13503 components: - - pos: -69.5,14.5 + - type: Transform + pos: -69.5,14.5 parent: 1 - type: Transform - uid: 13625 components: - - pos: -75.5,-65.5 + - type: Transform + pos: -75.5,-65.5 parent: 1 - type: Transform - uid: 13667 components: - - pos: -75.5,-67.5 + - type: Transform + pos: -75.5,-67.5 parent: 1 - type: Transform - uid: 13668 components: - - pos: -75.5,-69.5 + - type: Transform + pos: -75.5,-69.5 parent: 1 - type: Transform - uid: 13762 components: - - pos: 25.5,-22.5 + - type: Transform + pos: 25.5,-22.5 parent: 1 - type: Transform - uid: 13763 components: - - pos: 25.5,-23.5 + - type: Transform + pos: 25.5,-23.5 parent: 1 - type: Transform - uid: 13764 components: - - pos: 26.5,-24.5 + - type: Transform + pos: 26.5,-24.5 parent: 1 - type: Transform - uid: 13765 components: - - pos: 28.5,-24.5 + - type: Transform + pos: 28.5,-24.5 parent: 1 - type: Transform - uid: 13766 components: - - pos: 29.5,-24.5 + - type: Transform + pos: 29.5,-24.5 parent: 1 - type: Transform - uid: 13767 components: - - pos: 30.5,-24.5 + - type: Transform + pos: 30.5,-24.5 parent: 1 - type: Transform - uid: 15074 components: - - pos: -92.5,26.5 + - type: Transform + pos: -92.5,26.5 parent: 1 - type: Transform - uid: 15075 components: - - pos: -93.5,26.5 + - type: Transform + pos: -93.5,26.5 parent: 1 - type: Transform - uid: 15076 components: - - pos: -94.5,26.5 + - type: Transform + pos: -94.5,26.5 parent: 1 - type: Transform - uid: 15077 components: - - pos: -95.5,26.5 + - type: Transform + pos: -95.5,26.5 parent: 1 - type: Transform - uid: 15516 components: - - pos: -84.5,51.5 + - type: Transform + pos: -84.5,51.5 parent: 1 - type: Transform - uid: 15517 components: - - pos: -84.5,50.5 + - type: Transform + pos: -84.5,50.5 parent: 1 - type: Transform - uid: 15726 components: - - pos: -93.5,-48.5 + - type: Transform + pos: -93.5,-48.5 parent: 1 - type: Transform - uid: 16016 components: - - pos: -87.5,36.5 + - type: Transform + pos: -87.5,36.5 parent: 1 - type: Transform - uid: 16040 components: - - pos: -87.5,41.5 + - type: Transform + pos: -87.5,41.5 parent: 1 - type: Transform - uid: 16064 components: - - pos: -42.5,-62.5 + - type: Transform + pos: -42.5,-62.5 parent: 1 - type: Transform - uid: 16065 components: - - pos: -39.5,-62.5 + - type: Transform + pos: -39.5,-62.5 parent: 1 - type: Transform - uid: 16066 components: - - pos: -38.5,-62.5 + - type: Transform + pos: -38.5,-62.5 parent: 1 - type: Transform - uid: 16178 components: - - pos: -98.5,-12.5 + - type: Transform + pos: -98.5,-12.5 parent: 1 - type: Transform - uid: 16182 components: - - pos: -98.5,-15.5 + - type: Transform + pos: -98.5,-15.5 parent: 1 - type: Transform - uid: 16247 components: - - pos: -120.5,16.5 + - type: Transform + pos: -120.5,16.5 parent: 1 - type: Transform - uid: 16295 components: - - pos: -117.5,19.5 + - type: Transform + pos: -117.5,19.5 parent: 1 - type: Transform - uid: 16296 components: - - pos: -116.5,19.5 + - type: Transform + pos: -116.5,19.5 parent: 1 - type: Transform - uid: 16297 components: - - pos: -113.5,19.5 + - type: Transform + pos: -113.5,19.5 parent: 1 - type: Transform - uid: 16300 components: - - pos: -112.5,19.5 + - type: Transform + pos: -112.5,19.5 parent: 1 - type: Transform - uid: 16301 components: - - pos: -111.5,19.5 + - type: Transform + pos: -111.5,19.5 parent: 1 - type: Transform - uid: 16307 components: - - pos: -108.5,19.5 + - type: Transform + pos: -108.5,19.5 parent: 1 - type: Transform - uid: 16323 components: - - pos: -107.5,19.5 + - type: Transform + pos: -107.5,19.5 parent: 1 - type: Transform - uid: 16324 components: - - pos: -106.5,19.5 + - type: Transform + pos: -106.5,19.5 parent: 1 - type: Transform - uid: 16389 components: - - pos: -120.5,7.5 + - type: Transform + pos: -120.5,7.5 parent: 1 - type: Transform - uid: 16393 components: - - pos: -120.5,6.5 + - type: Transform + pos: -120.5,6.5 parent: 1 - type: Transform - uid: 16394 components: - - pos: -120.5,5.5 + - type: Transform + pos: -120.5,5.5 parent: 1 - type: Transform - uid: 16492 components: - - pos: -7.5,-33.5 + - type: Transform + pos: -7.5,-33.5 parent: 1 - type: Transform - uid: 16493 components: - - pos: -8.5,-33.5 + - type: Transform + pos: -8.5,-33.5 parent: 1 - type: Transform - uid: 16497 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 parent: 1 - type: Transform - uid: 17122 components: - - pos: -106.5,-28.5 + - type: Transform + pos: -106.5,-28.5 parent: 1 - type: Transform - uid: 17128 components: - - pos: -98.5,-11.5 + - type: Transform + pos: -98.5,-11.5 parent: 1 - type: Transform - uid: 17404 components: - - pos: 39.5,-11.5 + - type: Transform + pos: 39.5,-11.5 parent: 1 - type: Transform - uid: 17405 components: - - pos: 40.5,-11.5 + - type: Transform + pos: 40.5,-11.5 parent: 1 - type: Transform - uid: 17406 components: - - pos: 49.5,-8.5 + - type: Transform + pos: 49.5,-8.5 parent: 1 - type: Transform - uid: 17423 components: - - pos: 48.5,-8.5 + - type: Transform + pos: 48.5,-8.5 parent: 1 - type: Transform - uid: 17974 components: - - pos: -114.5,-31.5 + - type: Transform + pos: -114.5,-31.5 parent: 1 - type: Transform - uid: 17975 components: - - pos: -111.5,-31.5 + - type: Transform + pos: -111.5,-31.5 parent: 1 - type: Transform - uid: 18627 components: - - pos: -137.5,-25.5 + - type: Transform + pos: -137.5,-25.5 parent: 1 - type: Transform - uid: 19288 components: - - pos: -103.5,-44.5 + - type: Transform + pos: -103.5,-44.5 parent: 1 - type: Transform - uid: 19289 components: - - pos: -101.5,-44.5 + - type: Transform + pos: -101.5,-44.5 parent: 1 - type: Transform - uid: 19364 components: - - pos: -141.5,2.5 + - type: Transform + pos: -141.5,2.5 parent: 1 - type: Transform - uid: 19921 components: - - pos: -94.5,32.5 + - type: Transform + pos: -94.5,32.5 parent: 1 - type: Transform - uid: 19922 components: - - pos: -100.5,62.5 + - type: Transform + pos: -100.5,62.5 parent: 1 - type: Transform - uid: 19923 components: - - pos: -100.5,59.5 + - type: Transform + pos: -100.5,59.5 parent: 1 - type: Transform - uid: 19924 components: - - pos: -100.5,56.5 + - type: Transform + pos: -100.5,56.5 parent: 1 - type: Transform - uid: 19925 components: - - pos: -100.5,53.5 + - type: Transform + pos: -100.5,53.5 parent: 1 - type: Transform - uid: 19926 components: - - pos: -100.5,50.5 + - type: Transform + pos: -100.5,50.5 parent: 1 - type: Transform - uid: 19930 components: - - pos: -97.5,35.5 + - type: Transform + pos: -97.5,35.5 parent: 1 - type: Transform - uid: 19931 components: - - pos: -97.5,34.5 + - type: Transform + pos: -97.5,34.5 parent: 1 - type: Transform - uid: 19932 components: - - pos: -102.5,38.5 + - type: Transform + pos: -102.5,38.5 parent: 1 - type: Transform - uid: 19933 components: - - pos: -102.5,37.5 + - type: Transform + pos: -102.5,37.5 parent: 1 - type: Transform - uid: 19934 components: - - pos: -97.5,42.5 + - type: Transform + pos: -97.5,42.5 parent: 1 - type: Transform - uid: 19944 components: - - pos: -101.5,31.5 + - type: Transform + pos: -101.5,31.5 parent: 1 - type: Transform - uid: 19946 components: - - pos: -84.5,45.5 + - type: Transform + pos: -84.5,45.5 parent: 1 - type: Transform - uid: 20283 components: - - pos: -93.5,-42.5 + - type: Transform + pos: -93.5,-42.5 parent: 1 - type: Transform - uid: 20285 components: - - pos: -100.5,-41.5 + - type: Transform + pos: -100.5,-41.5 parent: 1 - type: Transform - uid: 20349 components: - - pos: -102.5,-44.5 + - type: Transform + pos: -102.5,-44.5 parent: 1 - type: Transform - uid: 20351 components: - - pos: -100.5,-43.5 + - type: Transform + pos: -100.5,-43.5 parent: 1 - type: Transform - uid: 20353 components: - - pos: -100.5,-42.5 + - type: Transform + pos: -100.5,-42.5 parent: 1 - type: Transform - uid: 20369 components: - - pos: -95.5,-31.5 + - type: Transform + pos: -95.5,-31.5 parent: 1 - type: Transform - uid: 20372 components: - - pos: -97.5,-31.5 + - type: Transform + pos: -97.5,-31.5 parent: 1 - type: Transform - uid: 20510 components: - - pos: -93.5,32.5 + - type: Transform + pos: -93.5,32.5 parent: 1 - type: Transform - uid: 20511 components: - - pos: -92.5,32.5 + - type: Transform + pos: -92.5,32.5 parent: 1 - type: Transform - uid: 20528 components: - - pos: -101.5,34.5 + - type: Transform + pos: -101.5,34.5 parent: 1 - type: Transform - uid: 20532 components: - - pos: -97.5,43.5 + - type: Transform + pos: -97.5,43.5 parent: 1 - type: Transform - uid: 20537 components: - - pos: -86.5,48.5 + - type: Transform + pos: -86.5,48.5 parent: 1 - type: Transform - uid: 20540 components: - - pos: -86.5,28.5 + - type: Transform + pos: -86.5,28.5 parent: 1 - type: Transform - uid: 20541 components: - - pos: -102.5,44.5 + - type: Transform + pos: -102.5,44.5 parent: 1 - type: Transform - uid: 20566 components: - - pos: -93.5,-44.5 + - type: Transform + pos: -93.5,-44.5 parent: 1 - type: Transform - uid: 20868 components: - - pos: -93.5,-43.5 + - type: Transform + pos: -93.5,-43.5 parent: 1 - type: Transform - uid: 21210 components: - - pos: -113.5,-35.5 + - type: Transform + pos: -113.5,-35.5 parent: 1 - type: Transform - uid: 22163 components: - - pos: -113.5,-36.5 + - type: Transform + pos: -113.5,-36.5 parent: 1 - type: Transform - uid: 22960 components: - - pos: -65.5,-23.5 + - type: Transform + pos: -65.5,-23.5 parent: 1 - type: Transform - uid: 23302 components: - - pos: -66.5,-26.5 + - type: Transform + pos: -66.5,-26.5 parent: 1 - type: Transform - uid: 23478 components: - - pos: 40.5,35.5 + - type: Transform + pos: 40.5,35.5 parent: 1 - type: Transform - uid: 23479 components: - - pos: 40.5,37.5 + - type: Transform + pos: 40.5,37.5 parent: 1 - type: Transform - uid: 23480 components: - - pos: 41.5,38.5 + - type: Transform + pos: 41.5,38.5 parent: 1 - type: Transform - uid: 23481 components: - - pos: 43.5,38.5 + - type: Transform + pos: 43.5,38.5 parent: 1 - type: Transform - uid: 23482 components: - - pos: 44.5,37.5 + - type: Transform + pos: 44.5,37.5 parent: 1 - type: Transform - uid: 23483 components: - - pos: 44.5,35.5 + - type: Transform + pos: 44.5,35.5 parent: 1 - type: Transform - uid: 23484 components: - - pos: 35.5,29.5 + - type: Transform + pos: 35.5,29.5 parent: 1 - type: Transform - uid: 23485 components: - - pos: 37.5,29.5 + - type: Transform + pos: 37.5,29.5 parent: 1 - type: Transform - uid: 23486 components: - - pos: 38.5,28.5 + - type: Transform + pos: 38.5,28.5 parent: 1 - type: Transform - uid: 23487 components: - - pos: 38.5,27.5 + - type: Transform + pos: 38.5,27.5 parent: 1 - type: Transform - uid: 23488 components: - - pos: 38.5,26.5 + - type: Transform + pos: 38.5,26.5 parent: 1 - type: Transform - uid: 23489 components: - - pos: 37.5,25.5 + - type: Transform + pos: 37.5,25.5 parent: 1 - type: Transform - uid: 23490 components: - - pos: 35.5,25.5 + - type: Transform + pos: 35.5,25.5 parent: 1 - type: Transform - uid: 23491 components: - - pos: 34.5,26.5 + - type: Transform + pos: 34.5,26.5 parent: 1 - type: Transform - uid: 23492 components: - - pos: 34.5,28.5 + - type: Transform + pos: 34.5,28.5 parent: 1 - type: Transform - uid: 23507 components: - - pos: 41.5,34.5 + - type: Transform + pos: 41.5,34.5 parent: 1 - type: Transform - uid: 23508 components: - - pos: 43.5,34.5 + - type: Transform + pos: 43.5,34.5 parent: 1 - type: Transform - uid: 23516 components: - - pos: 5.5,30.5 + - type: Transform + pos: 5.5,30.5 parent: 1 - type: Transform - uid: 23517 components: - - pos: 8.5,30.5 + - type: Transform + pos: 8.5,30.5 parent: 1 - type: Transform - uid: 23518 components: - - pos: 8.5,32.5 + - type: Transform + pos: 8.5,32.5 parent: 1 - type: Transform - uid: 23519 components: - - pos: 8.5,33.5 + - type: Transform + pos: 8.5,33.5 parent: 1 - type: Transform - uid: 23521 components: - - pos: 35.5,3.5 + - type: Transform + pos: 35.5,3.5 parent: 1 - type: Transform - uid: 23522 components: - - pos: 37.5,3.5 + - type: Transform + pos: 37.5,3.5 parent: 1 - type: Transform - uid: 25185 components: - - pos: -143.5,1.5 + - type: Transform + pos: -143.5,1.5 parent: 1 - type: Transform - uid: 25186 components: - - pos: -142.5,1.5 + - type: Transform + pos: -142.5,1.5 parent: 1 - type: Transform - uid: 25187 components: - - pos: -144.5,1.5 + - type: Transform + pos: -144.5,1.5 parent: 1 - type: Transform - uid: 25188 components: - - pos: -144.5,2.5 + - type: Transform + pos: -144.5,2.5 parent: 1 - type: Transform - uid: 25927 components: - - pos: -143.5,3.5 + - type: Transform + pos: -143.5,3.5 parent: 1 - type: Transform - uid: 25928 components: - - pos: -144.5,3.5 + - type: Transform + pos: -144.5,3.5 parent: 1 - type: Transform - uid: 25929 components: - - pos: -141.5,1.5 + - type: Transform + pos: -141.5,1.5 parent: 1 - type: Transform - uid: 27932 components: - - pos: -102.5,-67.5 + - type: Transform + pos: -102.5,-67.5 parent: 1 - type: Transform - uid: 27933 components: - - pos: -104.5,-67.5 + - type: Transform + pos: -104.5,-67.5 parent: 1 - type: Transform - uid: 27934 components: - - pos: -106.5,-72.5 + - type: Transform + pos: -106.5,-72.5 parent: 1 - type: Transform - uid: 28537 components: - - pos: -106.5,-68.5 + - type: Transform + pos: -106.5,-68.5 parent: 1 - type: Transform - uid: 28538 components: - - pos: -106.5,-69.5 + - type: Transform + pos: -106.5,-69.5 parent: 1 - type: Transform - uid: 28539 components: - - pos: -106.5,-70.5 + - type: Transform + pos: -106.5,-70.5 parent: 1 - type: Transform - uid: 28540 components: - - pos: -106.5,-71.5 + - type: Transform + pos: -106.5,-71.5 parent: 1 - type: Transform - uid: 28543 components: - - pos: -101.5,-67.5 + - type: Transform + pos: -101.5,-67.5 parent: 1 - type: Transform - uid: 28544 components: - - pos: -103.5,-67.5 + - type: Transform + pos: -103.5,-67.5 parent: 1 - type: Transform - uid: 28545 components: - - pos: -105.5,-67.5 + - type: Transform + pos: -105.5,-67.5 parent: 1 - type: Transform - uid: 28689 components: - - pos: -116.5,-78.5 + - type: Transform + pos: -116.5,-78.5 parent: 1 - type: Transform - uid: 28755 components: - - pos: 22.5,-1.5 + - type: Transform + pos: 22.5,-1.5 parent: 1 - type: Transform - uid: 28756 components: - - pos: 22.5,-0.5 + - type: Transform + pos: 22.5,-0.5 parent: 1 - type: Transform - uid: 28775 components: - - pos: -117.5,-78.5 + - type: Transform + pos: -117.5,-78.5 parent: 1 - type: Transform - uid: 28790 components: - - pos: -118.5,-76.5 + - type: Transform + pos: -118.5,-76.5 parent: 1 - type: Transform - uid: 29467 components: - - pos: 22.5,12.5 + - type: Transform + pos: 22.5,12.5 parent: 1 - type: Transform - uid: 30028 components: - - pos: -71.5,-21.5 + - type: Transform + pos: -71.5,-21.5 parent: 1 - type: Transform - uid: 30417 components: - - pos: -134.5,22.5 + - type: Transform + pos: -134.5,22.5 parent: 1 - type: Transform - uid: 30418 components: - - pos: -134.5,21.5 + - type: Transform + pos: -134.5,21.5 parent: 1 - type: Transform - uid: 30419 components: - - pos: -133.5,21.5 + - type: Transform + pos: -133.5,21.5 parent: 1 - type: Transform - uid: 30420 components: - - pos: -133.5,20.5 + - type: Transform + pos: -133.5,20.5 parent: 1 - type: Transform - uid: 30421 components: - - pos: -132.5,20.5 + - type: Transform + pos: -132.5,20.5 parent: 1 - type: Transform - uid: 30422 components: - - pos: -132.5,19.5 + - type: Transform + pos: -132.5,19.5 parent: 1 - type: Transform - uid: 30423 components: - - pos: -140.5,22.5 + - type: Transform + pos: -140.5,22.5 parent: 1 - type: Transform - uid: 30424 components: - - pos: -140.5,21.5 + - type: Transform + pos: -140.5,21.5 parent: 1 - type: Transform - uid: 30425 components: - - pos: -141.5,21.5 + - type: Transform + pos: -141.5,21.5 parent: 1 - type: Transform - uid: 30426 components: - - pos: -141.5,20.5 + - type: Transform + pos: -141.5,20.5 parent: 1 - type: Transform - uid: 30427 components: - - pos: -142.5,20.5 + - type: Transform + pos: -142.5,20.5 parent: 1 - type: Transform - uid: 30428 components: - - pos: -142.5,19.5 + - type: Transform + pos: -142.5,19.5 parent: 1 - type: Transform - uid: 30431 components: - - pos: -143.5,-6.5 + - type: Transform + pos: -143.5,-6.5 parent: 1 - type: Transform - uid: 30432 components: - - pos: -142.5,-6.5 + - type: Transform + pos: -142.5,-6.5 parent: 1 - type: Transform - uid: 30433 components: - - pos: -142.5,-7.5 + - type: Transform + pos: -142.5,-7.5 parent: 1 - type: Transform - uid: 30434 components: - - pos: -141.5,-7.5 + - type: Transform + pos: -141.5,-7.5 parent: 1 - type: Transform - uid: 30435 components: - - pos: -141.5,-8.5 + - type: Transform + pos: -141.5,-8.5 parent: 1 - type: Transform - uid: 30436 components: - - pos: -140.5,-8.5 + - type: Transform + pos: -140.5,-8.5 parent: 1 - type: Transform - uid: 30437 components: - - pos: -140.5,-9.5 + - type: Transform + pos: -140.5,-9.5 parent: 1 - type: Transform - uid: 30438 components: - - pos: -134.5,-9.5 + - type: Transform + pos: -134.5,-9.5 parent: 1 - type: Transform - uid: 30439 components: - - pos: -134.5,-8.5 + - type: Transform + pos: -134.5,-8.5 parent: 1 - type: Transform - uid: 30440 components: - - pos: -133.5,-8.5 + - type: Transform + pos: -133.5,-8.5 parent: 1 - type: Transform - uid: 30441 components: - - pos: -133.5,-7.5 + - type: Transform + pos: -133.5,-7.5 parent: 1 - type: Transform - uid: 30442 components: - - pos: -132.5,-7.5 + - type: Transform + pos: -132.5,-7.5 parent: 1 - type: Transform - uid: 30443 components: - - pos: -132.5,-6.5 + - type: Transform + pos: -132.5,-6.5 parent: 1 - type: Transform - uid: 30477 components: - - pos: -149.5,23.5 + - type: Transform + pos: -149.5,23.5 parent: 1 - type: Transform - uid: 30546 components: - - pos: -154.5,23.5 + - type: Transform + pos: -154.5,23.5 parent: 1 - type: Transform - uid: 30550 components: - - pos: -153.5,23.5 + - type: Transform + pos: -153.5,23.5 parent: 1 - type: Transform - uid: 30583 components: - - pos: -123.5,-12.5 + - type: Transform + pos: -123.5,-12.5 parent: 1 - type: Transform - uid: 30593 components: - - pos: -122.5,-12.5 + - type: Transform + pos: -122.5,-12.5 parent: 1 - type: Transform - uid: 30594 components: - - pos: -121.5,-12.5 + - type: Transform + pos: -121.5,-12.5 parent: 1 - type: Transform - uid: 30708 components: - - pos: 22.5,15.5 + - type: Transform + pos: 22.5,15.5 parent: 1 - type: Transform - uid: 30709 components: - - pos: 21.5,15.5 + - type: Transform + pos: 21.5,15.5 parent: 1 - type: Transform - uid: 30710 components: - - pos: 20.5,15.5 + - type: Transform + pos: 20.5,15.5 parent: 1 - type: Transform - uid: 31218 components: - - pos: -93.5,-47.5 + - type: Transform + pos: -93.5,-47.5 parent: 1 - type: Transform - uid: 31221 components: - - pos: -93.5,-50.5 + - type: Transform + pos: -93.5,-50.5 parent: 1 - type: Transform - uid: 31222 components: - - pos: -93.5,-51.5 + - type: Transform + pos: -93.5,-51.5 parent: 1 - type: Transform - uid: 31245 components: - - pos: -93.5,-53.5 + - type: Transform + pos: -93.5,-53.5 parent: 1 - type: Transform - uid: 31283 components: - - pos: -127.5,-0.5 + - type: Transform + pos: -127.5,-0.5 parent: 1 - type: Transform - uid: 31294 components: - - pos: -127.5,-1.5 + - type: Transform + pos: -127.5,-1.5 parent: 1 - type: Transform - uid: 31326 components: - - pos: -28.5,-68.5 + - type: Transform + pos: -28.5,-68.5 parent: 1 - type: Transform - uid: 31327 components: - - pos: -29.5,-68.5 + - type: Transform + pos: -29.5,-68.5 parent: 1 - type: Transform - uid: 31328 components: - - pos: -30.5,-66.5 + - type: Transform + pos: -30.5,-66.5 parent: 1 - type: Transform - uid: 31339 components: - - pos: -30.5,-67.5 + - type: Transform + pos: -30.5,-67.5 parent: 1 - type: Transform - uid: 31404 components: - - pos: -127.5,-2.5 + - type: Transform + pos: -127.5,-2.5 parent: 1 - type: Transform - uid: 31517 components: - - pos: -142.5,3.5 + - type: Transform + pos: -142.5,3.5 parent: 1 - type: Transform - uid: 31521 components: - - pos: -141.5,3.5 + - type: Transform + pos: -141.5,3.5 parent: 1 - type: Transform - uid: 31548 components: - - pos: -137.5,4.5 + - type: Transform + pos: -137.5,4.5 parent: 1 - type: Transform - uid: 31549 components: - - pos: -137.5,0.5 + - type: Transform + pos: -137.5,0.5 parent: 1 - type: Transform - uid: 31552 components: - - pos: -136.5,0.5 + - type: Transform + pos: -136.5,0.5 parent: 1 - type: Transform - uid: 31553 components: - - pos: -136.5,1.5 + - type: Transform + pos: -136.5,1.5 parent: 1 - type: Transform - uid: 31554 components: - - pos: -136.5,2.5 + - type: Transform + pos: -136.5,2.5 parent: 1 - type: Transform - uid: 31555 components: - - pos: -136.5,3.5 + - type: Transform + pos: -136.5,3.5 parent: 1 - type: Transform - uid: 31556 components: - - pos: -136.5,4.5 + - type: Transform + pos: -136.5,4.5 parent: 1 - type: Transform - uid: 31559 components: - - pos: -150.5,15.5 + - type: Transform + pos: -150.5,15.5 parent: 1 - type: Transform - uid: 31560 components: - - pos: -150.5,10.5 + - type: Transform + pos: -150.5,10.5 parent: 1 - type: Transform - uid: 31561 components: - - pos: -151.5,10.5 + - type: Transform + pos: -151.5,10.5 parent: 1 - type: Transform - uid: 31562 components: - - pos: -151.5,11.5 + - type: Transform + pos: -151.5,11.5 parent: 1 - type: Transform - uid: 31563 components: - - pos: -151.5,12.5 + - type: Transform + pos: -151.5,12.5 parent: 1 - type: Transform - uid: 31564 components: - - pos: -151.5,13.5 + - type: Transform + pos: -151.5,13.5 parent: 1 - type: Transform - uid: 31565 components: - - pos: -151.5,14.5 + - type: Transform + pos: -151.5,14.5 parent: 1 - type: Transform - uid: 31566 components: - - pos: -151.5,15.5 + - type: Transform + pos: -151.5,15.5 parent: 1 - type: Transform - uid: 31574 components: - - pos: -153.5,14.5 + - type: Transform + pos: -153.5,14.5 parent: 1 - type: Transform - uid: 31575 components: - - pos: -153.5,13.5 + - type: Transform + pos: -153.5,13.5 parent: 1 - type: Transform - uid: 31576 components: - - pos: -153.5,12.5 + - type: Transform + pos: -153.5,12.5 parent: 1 - type: Transform - uid: 31577 components: - - pos: -153.5,11.5 + - type: Transform + pos: -153.5,11.5 parent: 1 - type: Transform - uid: 31586 components: - - pos: -139.5,7.5 + - type: Transform + pos: -139.5,7.5 parent: 1 - type: Transform - uid: 31587 components: - - pos: -139.5,8.5 + - type: Transform + pos: -139.5,8.5 parent: 1 - type: Transform - uid: 31590 components: - - pos: -139.5,9.5 + - type: Transform + pos: -139.5,9.5 parent: 1 - type: Transform - uid: 31591 components: - - pos: -140.5,9.5 + - type: Transform + pos: -140.5,9.5 parent: 1 - type: Transform - uid: 31592 components: - - pos: -140.5,10.5 + - type: Transform + pos: -140.5,10.5 parent: 1 - type: Transform - uid: 31593 components: - - pos: -141.5,10.5 + - type: Transform + pos: -141.5,10.5 parent: 1 - type: Transform - uid: 31594 components: - - pos: -153.5,2.5 + - type: Transform + pos: -153.5,2.5 parent: 1 - type: Transform - uid: 31595 components: - - pos: -154.5,2.5 + - type: Transform + pos: -154.5,2.5 parent: 1 - type: Transform - uid: 31596 components: - - pos: -150.5,2.5 + - type: Transform + pos: -150.5,2.5 parent: 1 - type: Transform - uid: 31597 components: - - pos: -149.5,2.5 + - type: Transform + pos: -149.5,2.5 parent: 1 - type: Transform - uid: 31751 components: - - pos: -132.5,18.5 + - type: Transform + pos: -132.5,18.5 parent: 1 - type: Transform - uid: 31769 components: - - pos: -133.5,18.5 + - type: Transform + pos: -133.5,18.5 parent: 1 - type: Transform - uid: 31780 components: - - pos: -134.5,18.5 + - type: Transform + pos: -134.5,18.5 parent: 1 - type: Transform - uid: 31792 components: - - pos: -134.5,17.5 + - type: Transform + pos: -134.5,17.5 parent: 1 - type: Transform - uid: 31811 components: - - pos: -134.5,16.5 + - type: Transform + pos: -134.5,16.5 parent: 1 - type: Transform - uid: 31817 components: - - pos: -134.5,15.5 + - type: Transform + pos: -134.5,15.5 parent: 1 - type: Transform - uid: 31820 components: - - pos: -134.5,14.5 + - type: Transform + pos: -134.5,14.5 parent: 1 - type: Transform - uid: 31821 components: - - pos: -134.5,13.5 + - type: Transform + pos: -134.5,13.5 parent: 1 - type: Transform - uid: 31829 components: - - pos: -134.5,12.5 + - type: Transform + pos: -134.5,12.5 parent: 1 - type: Transform - uid: 31855 components: - - pos: -134.5,11.5 + - type: Transform + pos: -134.5,11.5 parent: 1 - type: Transform - uid: 31869 components: - - pos: -134.5,10.5 + - type: Transform + pos: -134.5,10.5 parent: 1 - type: Transform - uid: 31881 components: - - pos: -134.5,9.5 + - type: Transform + pos: -134.5,9.5 parent: 1 - type: Transform - uid: 31882 components: - - pos: -134.5,8.5 + - type: Transform + pos: -134.5,8.5 parent: 1 - type: Transform - uid: 31934 components: - - pos: -93.5,-54.5 + - type: Transform + pos: -93.5,-54.5 parent: 1 - type: Transform - uid: 31935 components: - - pos: -93.5,-55.5 + - type: Transform + pos: -93.5,-55.5 parent: 1 - type: Transform - uid: 31936 components: - - pos: -93.5,-56.5 + - type: Transform + pos: -93.5,-56.5 parent: 1 - type: Transform - uid: 31948 components: - - pos: -134.5,7.5 + - type: Transform + pos: -134.5,7.5 parent: 1 - type: Transform - uid: 31951 components: - - pos: -134.5,6.5 + - type: Transform + pos: -134.5,6.5 parent: 1 - type: Transform - uid: 31965 components: - - pos: -134.5,5.5 + - type: Transform + pos: -134.5,5.5 parent: 1 - type: Transform - uid: 31969 components: - - pos: -134.5,4.5 + - type: Transform + pos: -134.5,4.5 parent: 1 - type: Transform - uid: 31980 components: - - pos: -134.5,3.5 + - type: Transform + pos: -134.5,3.5 parent: 1 - type: Transform - uid: 31981 components: - - pos: -134.5,2.5 + - type: Transform + pos: -134.5,2.5 parent: 1 - type: Transform - uid: 31987 components: - - pos: -134.5,1.5 + - type: Transform + pos: -134.5,1.5 parent: 1 - type: Transform - uid: 31994 components: - - pos: -134.5,0.5 + - type: Transform + pos: -134.5,0.5 parent: 1 - type: Transform - uid: 32300 components: - - pos: 0.5,-33.5 + - type: Transform + pos: 0.5,-33.5 parent: 1 - type: Transform - uid: 32353 components: - - pos: -134.5,-0.5 + - type: Transform + pos: -134.5,-0.5 parent: 1 - type: Transform - uid: 32354 components: - - pos: -134.5,-1.5 + - type: Transform + pos: -134.5,-1.5 parent: 1 - type: Transform - uid: 32355 components: - - pos: -134.5,-2.5 + - type: Transform + pos: -134.5,-2.5 parent: 1 - type: Transform - uid: 32356 components: - - pos: -134.5,-3.5 + - type: Transform + pos: -134.5,-3.5 parent: 1 - type: Transform - uid: 32379 components: - - pos: -134.5,-4.5 + - type: Transform + pos: -134.5,-4.5 parent: 1 - type: Transform - uid: 32886 components: - - pos: -134.5,-5.5 + - type: Transform + pos: -134.5,-5.5 parent: 1 - type: Transform - uid: 32891 components: - - pos: -133.5,-5.5 + - type: Transform + pos: -133.5,-5.5 parent: 1 - type: Transform - uid: 32919 components: - - pos: -132.5,-5.5 + - type: Transform + pos: -132.5,-5.5 parent: 1 - type: Transform - uid: 33066 components: - - pos: -130.5,26.5 + - type: Transform + pos: -130.5,26.5 parent: 1 - type: Transform - uid: 33067 components: - - pos: -130.5,27.5 + - type: Transform + pos: -130.5,27.5 parent: 1 - type: Transform - uid: 33068 components: - - pos: -131.5,27.5 + - type: Transform + pos: -131.5,27.5 parent: 1 - type: Transform - uid: 33069 components: - - pos: -132.5,27.5 + - type: Transform + pos: -132.5,27.5 parent: 1 - type: Transform - uid: 33070 components: - - pos: -133.5,27.5 + - type: Transform + pos: -133.5,27.5 parent: 1 - type: Transform - uid: 33071 components: - - pos: -134.5,27.5 + - type: Transform + pos: -134.5,27.5 parent: 1 - type: Transform - uid: 33072 components: - - pos: -135.5,27.5 + - type: Transform + pos: -135.5,27.5 parent: 1 - type: Transform - uid: 33073 components: - - pos: -135.5,26.5 + - type: Transform + pos: -135.5,26.5 parent: 1 - type: Transform - uid: 33074 components: - - pos: -139.5,26.5 + - type: Transform + pos: -139.5,26.5 parent: 1 - type: Transform - uid: 33075 components: - - pos: -139.5,27.5 + - type: Transform + pos: -139.5,27.5 parent: 1 - type: Transform - uid: 33076 components: - - pos: -140.5,27.5 + - type: Transform + pos: -140.5,27.5 parent: 1 - type: Transform - uid: 33077 components: - - pos: -141.5,27.5 + - type: Transform + pos: -141.5,27.5 parent: 1 - type: Transform - uid: 33078 components: - - pos: -142.5,27.5 + - type: Transform + pos: -142.5,27.5 parent: 1 - type: Transform - uid: 33079 components: - - pos: -143.5,27.5 + - type: Transform + pos: -143.5,27.5 parent: 1 - type: Transform - uid: 33080 components: - - pos: -144.5,27.5 + - type: Transform + pos: -144.5,27.5 parent: 1 - type: Transform - uid: 33081 components: - - pos: -144.5,26.5 + - type: Transform + pos: -144.5,26.5 parent: 1 - type: Transform - uid: 33082 components: - - pos: -159.5,21.5 + - type: Transform + pos: -159.5,21.5 parent: 1 - type: Transform - uid: 33083 components: - - pos: -158.5,21.5 + - type: Transform + pos: -158.5,21.5 parent: 1 - type: Transform - uid: 33084 components: - - pos: -159.5,20.5 + - type: Transform + pos: -159.5,20.5 parent: 1 - type: Transform - uid: 33085 components: - - pos: -159.5,19.5 + - type: Transform + pos: -159.5,19.5 parent: 1 - type: Transform - uid: 33086 components: - - pos: -159.5,18.5 + - type: Transform + pos: -159.5,18.5 parent: 1 - type: Transform - uid: 33087 components: - - pos: -159.5,17.5 + - type: Transform + pos: -159.5,17.5 parent: 1 - type: Transform - uid: 33088 components: - - pos: -159.5,16.5 + - type: Transform + pos: -159.5,16.5 parent: 1 - type: Transform - uid: 33089 components: - - pos: -159.5,15.5 + - type: Transform + pos: -159.5,15.5 parent: 1 - type: Transform - uid: 33090 components: - - pos: -159.5,14.5 + - type: Transform + pos: -159.5,14.5 parent: 1 - type: Transform - uid: 33091 components: - - pos: -159.5,13.5 + - type: Transform + pos: -159.5,13.5 parent: 1 - type: Transform - uid: 33092 components: - - pos: -159.5,12.5 + - type: Transform + pos: -159.5,12.5 parent: 1 - type: Transform - uid: 33093 components: - - pos: -159.5,11.5 + - type: Transform + pos: -159.5,11.5 parent: 1 - type: Transform - uid: 33094 components: - - pos: -159.5,10.5 + - type: Transform + pos: -159.5,10.5 parent: 1 - type: Transform - uid: 33095 components: - - pos: -159.5,9.5 + - type: Transform + pos: -159.5,9.5 parent: 1 - type: Transform - uid: 33096 components: - - pos: -159.5,8.5 + - type: Transform + pos: -159.5,8.5 parent: 1 - type: Transform - uid: 33097 components: - - pos: -159.5,7.5 + - type: Transform + pos: -159.5,7.5 parent: 1 - type: Transform - uid: 33098 components: - - pos: -159.5,6.5 + - type: Transform + pos: -159.5,6.5 parent: 1 - type: Transform - uid: 33099 components: - - pos: -159.5,5.5 + - type: Transform + pos: -159.5,5.5 parent: 1 - type: Transform - uid: 33100 components: - - pos: -159.5,4.5 + - type: Transform + pos: -159.5,4.5 parent: 1 - type: Transform - uid: 33101 components: - - pos: -158.5,4.5 + - type: Transform + pos: -158.5,4.5 parent: 1 - type: Transform - uid: 33102 components: - - pos: -144.5,-13.5 + - type: Transform + pos: -144.5,-13.5 parent: 1 - type: Transform - uid: 33103 components: - - pos: -144.5,-14.5 + - type: Transform + pos: -144.5,-14.5 parent: 1 - type: Transform - uid: 33104 components: - - pos: -143.5,-14.5 + - type: Transform + pos: -143.5,-14.5 parent: 1 - type: Transform - uid: 33105 components: - - pos: -142.5,-14.5 + - type: Transform + pos: -142.5,-14.5 parent: 1 - type: Transform - uid: 33106 components: - - pos: -141.5,-14.5 + - type: Transform + pos: -141.5,-14.5 parent: 1 - type: Transform - uid: 33107 components: - - pos: -140.5,-14.5 + - type: Transform + pos: -140.5,-14.5 parent: 1 - type: Transform - uid: 33108 components: - - pos: -139.5,-14.5 + - type: Transform + pos: -139.5,-14.5 parent: 1 - type: Transform - uid: 33109 components: - - pos: -139.5,-13.5 + - type: Transform + pos: -139.5,-13.5 parent: 1 - type: Transform - uid: 33110 components: - - pos: -135.5,-13.5 + - type: Transform + pos: -135.5,-13.5 parent: 1 - type: Transform - uid: 33111 components: - - pos: -135.5,-14.5 + - type: Transform + pos: -135.5,-14.5 parent: 1 - type: Transform - uid: 33112 components: - - pos: -134.5,-14.5 + - type: Transform + pos: -134.5,-14.5 parent: 1 - type: Transform - uid: 33113 components: - - pos: -133.5,-14.5 + - type: Transform + pos: -133.5,-14.5 parent: 1 - type: Transform - uid: 33114 components: - - pos: -132.5,-14.5 + - type: Transform + pos: -132.5,-14.5 parent: 1 - type: Transform - uid: 33115 components: - - pos: -131.5,-14.5 + - type: Transform + pos: -131.5,-14.5 parent: 1 - type: Transform - uid: 33116 components: - - pos: -130.5,-14.5 + - type: Transform + pos: -130.5,-14.5 parent: 1 - type: Transform - uid: 33117 components: - - pos: -130.5,-13.5 + - type: Transform + pos: -130.5,-13.5 parent: 1 - type: Transform - uid: 33118 components: - - pos: -144.5,14.5 + - type: Transform + pos: -144.5,14.5 parent: 1 - type: Transform - uid: 33119 components: - - pos: -143.5,14.5 + - type: Transform + pos: -143.5,14.5 parent: 1 - type: Transform - uid: 33120 components: - - pos: -143.5,15.5 + - type: Transform + pos: -143.5,15.5 parent: 1 - type: Transform - uid: 33121 components: - - pos: -143.5,16.5 + - type: Transform + pos: -143.5,16.5 parent: 1 - type: Transform - uid: 33122 components: - - pos: -143.5,17.5 + - type: Transform + pos: -143.5,17.5 parent: 1 - type: Transform - uid: 33125 components: - - pos: -151.5,19.5 + - type: Transform + pos: -151.5,19.5 parent: 1 - type: Transform - uid: 33126 components: - - pos: -151.5,18.5 + - type: Transform + pos: -151.5,18.5 parent: 1 - type: Transform - uid: 33127 components: - - pos: -152.5,18.5 + - type: Transform + pos: -152.5,18.5 parent: 1 - type: Transform - uid: 33128 components: - - pos: -152.5,17.5 + - type: Transform + pos: -152.5,17.5 parent: 1 - type: Transform - uid: 33129 components: - - pos: -153.5,17.5 + - type: Transform + pos: -153.5,17.5 parent: 1 - type: Transform - uid: 33130 components: - - pos: -153.5,8.5 + - type: Transform + pos: -153.5,8.5 parent: 1 - type: Transform - uid: 33131 components: - - pos: -152.5,8.5 + - type: Transform + pos: -152.5,8.5 parent: 1 - type: Transform - uid: 33132 components: - - pos: -152.5,7.5 + - type: Transform + pos: -152.5,7.5 parent: 1 - type: Transform - uid: 33133 components: - - pos: -151.5,7.5 + - type: Transform + pos: -151.5,7.5 parent: 1 - type: Transform - uid: 33134 components: - - pos: -151.5,6.5 + - type: Transform + pos: -151.5,6.5 parent: 1 - type: Transform - uid: 33138 components: - - pos: -149.5,-2.5 + - type: Transform + pos: -149.5,-2.5 parent: 1 - type: Transform - uid: 33139 components: - - pos: -150.5,-2.5 + - type: Transform + pos: -150.5,-2.5 parent: 1 - type: Transform - uid: 33140 components: - - pos: -151.5,-2.5 + - type: Transform + pos: -151.5,-2.5 parent: 1 - type: Transform - uid: 33141 components: - - pos: -152.5,-3.5 + - type: Transform + pos: -152.5,-3.5 parent: 1 - type: Transform - uid: 33142 components: - - pos: -152.5,-4.5 + - type: Transform + pos: -152.5,-4.5 parent: 1 - type: Transform - uid: 33143 components: - - pos: -152.5,-5.5 + - type: Transform + pos: -152.5,-5.5 parent: 1 - type: Transform - uid: 33144 components: - - pos: -152.5,-6.5 + - type: Transform + pos: -152.5,-6.5 parent: 1 - type: Transform - uid: 33145 components: - - pos: -152.5,-7.5 + - type: Transform + pos: -152.5,-7.5 parent: 1 - type: Transform - uid: 33146 components: - - pos: -151.5,-8.5 + - type: Transform + pos: -151.5,-8.5 parent: 1 - type: Transform - uid: 33147 components: - - pos: -150.5,-8.5 + - type: Transform + pos: -150.5,-8.5 parent: 1 - type: Transform - uid: 33148 components: - - pos: -149.5,-8.5 + - type: Transform + pos: -149.5,-8.5 parent: 1 - type: Transform - uid: 33572 components: - - pos: -68.5,-26.5 + - type: Transform + pos: -68.5,-26.5 parent: 1 - type: Transform - uid: 33839 components: - - pos: -71.5,44.5 + - type: Transform + pos: -71.5,44.5 parent: 1 - type: Transform - uid: 33862 components: - - pos: -99.5,-88.5 + - type: Transform + pos: -99.5,-88.5 parent: 1 - type: Transform - uid: 34056 components: - - pos: -93.5,-46.5 + - type: Transform + pos: -93.5,-46.5 parent: 1 - type: Transform - uid: 34063 components: - - pos: -94.5,-49.5 + - type: Transform + pos: -94.5,-49.5 parent: 1 - type: Transform - uid: 34064 components: - - pos: -95.5,-50.5 + - type: Transform + pos: -95.5,-50.5 parent: 1 - type: Transform - uid: 34065 components: - - pos: -95.5,-51.5 + - type: Transform + pos: -95.5,-51.5 parent: 1 - type: Transform - uid: 34066 components: - - pos: -94.5,-52.5 + - type: Transform + pos: -94.5,-52.5 parent: 1 - type: Transform - uid: 34115 components: - - pos: -148.5,-44.5 + - type: Transform + pos: -148.5,-44.5 parent: 1 - type: Transform - uid: 34139 components: - - pos: -146.5,-33.5 + - type: Transform + pos: -146.5,-33.5 parent: 1 - type: Transform - uid: 34140 components: - - pos: -146.5,-32.5 + - type: Transform + pos: -146.5,-32.5 parent: 1 - type: Transform - uid: 34141 components: - - pos: -145.5,-34.5 + - type: Transform + pos: -145.5,-34.5 parent: 1 - type: Transform - uid: 34142 components: - - pos: -144.5,-34.5 + - type: Transform + pos: -144.5,-34.5 parent: 1 - type: Transform - uid: 34144 components: - - pos: -152.5,-37.5 + - type: Transform + pos: -152.5,-37.5 parent: 1 - type: Transform - uid: 34145 components: - - pos: -152.5,-38.5 + - type: Transform + pos: -152.5,-38.5 parent: 1 - type: Transform - uid: 34146 components: - - pos: -152.5,-39.5 + - type: Transform + pos: -152.5,-39.5 parent: 1 - type: Transform - uid: 34147 components: - - pos: -152.5,-40.5 + - type: Transform + pos: -152.5,-40.5 parent: 1 - type: Transform - uid: 34148 components: - - pos: -151.5,-40.5 + - type: Transform + pos: -151.5,-40.5 parent: 1 - type: Transform - uid: 34149 components: - - pos: -150.5,-40.5 + - type: Transform + pos: -150.5,-40.5 parent: 1 - type: Transform - uid: 34150 components: - - pos: -149.5,-41.5 + - type: Transform + pos: -149.5,-41.5 parent: 1 - type: Transform - uid: 34153 components: - - pos: -146.5,-41.5 + - type: Transform + pos: -146.5,-41.5 parent: 1 - type: Transform - uid: 34155 components: - - pos: -147.5,-44.5 + - type: Transform + pos: -147.5,-44.5 parent: 1 - type: Transform - uid: 34156 components: - - pos: -145.5,-40.5 + - type: Transform + pos: -145.5,-40.5 parent: 1 - type: Transform - uid: 34158 components: - - pos: -144.5,-40.5 + - type: Transform + pos: -144.5,-40.5 parent: 1 - type: Transform - uid: 34159 components: - - pos: -143.5,-39.5 + - type: Transform + pos: -143.5,-39.5 parent: 1 - type: Transform - uid: 34160 components: - - pos: -143.5,-38.5 + - type: Transform + pos: -143.5,-38.5 parent: 1 - type: Transform - uid: 34163 components: - - pos: -143.5,-36.5 + - type: Transform + pos: -143.5,-36.5 parent: 1 - type: Transform - uid: 34164 components: - - pos: -143.5,-35.5 + - type: Transform + pos: -143.5,-35.5 parent: 1 - type: Transform - uid: 34165 components: - - pos: -138.5,-36.5 + - type: Transform + pos: -138.5,-36.5 parent: 1 - type: Transform - uid: 34166 components: - - pos: -138.5,-38.5 + - type: Transform + pos: -138.5,-38.5 parent: 1 - type: Transform - uid: 34191 components: - - pos: -135.5,-23.5 + - type: Transform + pos: -135.5,-23.5 parent: 1 - type: Transform - uid: 34193 components: - - pos: -136.5,-23.5 + - type: Transform + pos: -136.5,-23.5 parent: 1 - type: Transform - uid: 34194 components: - - pos: -136.5,-26.5 + - type: Transform + pos: -136.5,-26.5 parent: 1 - type: Transform - uid: 34195 components: - - pos: -135.5,-26.5 + - type: Transform + pos: -135.5,-26.5 parent: 1 - type: Transform - uid: 34196 components: - - pos: -108.5,-85.5 + - type: Transform + pos: -108.5,-85.5 parent: 1 - type: Transform - uid: 34200 components: - - pos: -152.5,-31.5 + - type: Transform + pos: -152.5,-31.5 parent: 1 - type: Transform - uid: 34210 components: - - pos: -151.5,-31.5 + - type: Transform + pos: -151.5,-31.5 parent: 1 - type: Transform - uid: 34211 components: - - pos: -150.5,-31.5 + - type: Transform + pos: -150.5,-31.5 parent: 1 - type: Transform - uid: 34791 components: - - pos: 27.5,7.5 + - type: Transform + pos: 27.5,7.5 parent: 1 - type: Transform - uid: 35601 components: - - pos: -106.5,-85.5 + - type: Transform + pos: -106.5,-85.5 parent: 1 - type: Transform - uid: 35628 components: - - pos: -112.5,-85.5 + - type: Transform + pos: -112.5,-85.5 parent: 1 - type: Transform - uid: 35629 components: - - pos: -112.5,-88.5 + - type: Transform + pos: -112.5,-88.5 parent: 1 - type: Transform - uid: 35636 components: - - pos: -107.5,-89.5 + - type: Transform + pos: -107.5,-89.5 parent: 1 - type: Transform - uid: 35637 components: - - pos: -108.5,-89.5 + - type: Transform + pos: -108.5,-89.5 parent: 1 - type: Transform - uid: 35638 components: - - pos: -109.5,-89.5 + - type: Transform + pos: -109.5,-89.5 parent: 1 - type: Transform - uid: 35639 components: - - pos: -110.5,-89.5 + - type: Transform + pos: -110.5,-89.5 parent: 1 - type: Transform - uid: 35640 components: - - pos: -113.5,-90.5 + - type: Transform + pos: -113.5,-90.5 parent: 1 - type: Transform - uid: 35641 components: - - pos: -114.5,-90.5 + - type: Transform + pos: -114.5,-90.5 parent: 1 - type: Transform - uid: 35642 components: - - pos: -115.5,-90.5 + - type: Transform + pos: -115.5,-90.5 parent: 1 - type: Transform - uid: 35643 components: - - pos: -116.5,-89.5 + - type: Transform + pos: -116.5,-89.5 parent: 1 - type: Transform - uid: 35644 components: - - pos: -116.5,-88.5 + - type: Transform + pos: -116.5,-88.5 parent: 1 - type: Transform - uid: 35645 components: - - pos: -116.5,-85.5 + - type: Transform + pos: -116.5,-85.5 parent: 1 - type: Transform - uid: 35646 components: - - pos: -116.5,-84.5 + - type: Transform + pos: -116.5,-84.5 parent: 1 - type: Transform - uid: 36017 components: - - pos: -121.5,-50.5 + - type: Transform + pos: -121.5,-50.5 parent: 1 - type: Transform - uid: 36019 components: - - pos: -121.5,-49.5 + - type: Transform + pos: -121.5,-49.5 parent: 1 - type: Transform - uid: 36020 components: - - pos: -121.5,-48.5 + - type: Transform + pos: -121.5,-48.5 parent: 1 - type: Transform - uid: 36252 components: - - pos: 22.5,19.5 + - type: Transform + pos: 22.5,19.5 parent: 1 - type: Transform - uid: 36253 components: - - pos: 22.5,20.5 + - type: Transform + pos: 22.5,20.5 parent: 1 - type: Transform - uid: 36254 components: - - pos: 22.5,21.5 + - type: Transform + pos: 22.5,21.5 parent: 1 - type: Transform - uid: 36255 components: - - pos: 22.5,22.5 + - type: Transform + pos: 22.5,22.5 parent: 1 - type: Transform - uid: 36256 components: - - pos: 23.5,23.5 + - type: Transform + pos: 23.5,23.5 parent: 1 - type: Transform - uid: 36258 components: - - pos: 24.5,23.5 + - type: Transform + pos: 24.5,23.5 parent: 1 - type: Transform - uid: 36259 components: - - pos: 25.5,23.5 + - type: Transform + pos: 25.5,23.5 parent: 1 - type: Transform - uid: 36260 components: - - pos: 26.5,23.5 + - type: Transform + pos: 26.5,23.5 parent: 1 - type: Transform - uid: 36261 components: - - pos: 27.5,23.5 + - type: Transform + pos: 27.5,23.5 parent: 1 - type: Transform - uid: 36262 components: - - pos: 28.5,22.5 + - type: Transform + pos: 28.5,22.5 parent: 1 - type: Transform - uid: 36263 components: - - pos: 28.5,21.5 + - type: Transform + pos: 28.5,21.5 parent: 1 - type: Transform - uid: 36264 components: - - pos: 28.5,20.5 + - type: Transform + pos: 28.5,20.5 parent: 1 - type: Transform - uid: 36265 components: - - pos: 28.5,19.5 + - type: Transform + pos: 28.5,19.5 parent: 1 - type: Transform - uid: 36318 components: - - pos: -136.5,-50.5 + - type: Transform + pos: -136.5,-50.5 parent: 1 - type: Transform - uid: 36319 components: - - pos: -136.5,-51.5 + - type: Transform + pos: -136.5,-51.5 parent: 1 - type: Transform - uid: 36320 components: - - pos: -136.5,-52.5 + - type: Transform + pos: -136.5,-52.5 parent: 1 - type: Transform - uid: 36321 components: - - pos: -136.5,-54.5 + - type: Transform + pos: -136.5,-54.5 parent: 1 - type: Transform - uid: 36322 components: - - pos: -136.5,-55.5 + - type: Transform + pos: -136.5,-55.5 parent: 1 - type: Transform - uid: 36323 components: - - pos: -136.5,-56.5 + - type: Transform + pos: -136.5,-56.5 parent: 1 - type: Transform - uid: 36324 components: - - pos: -131.5,-54.5 + - type: Transform + pos: -131.5,-54.5 parent: 1 - type: Transform - uid: 36325 components: - - pos: -131.5,-55.5 + - type: Transform + pos: -131.5,-55.5 parent: 1 - type: Transform - uid: 36326 components: - - pos: -131.5,-56.5 + - type: Transform + pos: -131.5,-56.5 parent: 1 - type: Transform - uid: 36450 components: - - pos: -125.5,24.5 + - type: Transform + pos: -125.5,24.5 parent: 1 - type: Transform - uid: 36451 components: - - pos: -125.5,25.5 + - type: Transform + pos: -125.5,25.5 parent: 1 - type: Transform - uid: 36452 components: - - pos: -125.5,26.5 + - type: Transform + pos: -125.5,26.5 parent: 1 - type: Transform - uid: 36453 components: - - pos: -122.5,27.5 + - type: Transform + pos: -122.5,27.5 parent: 1 - type: Transform - uid: 36591 components: - - pos: -100.5,-88.5 + - type: Transform + pos: -100.5,-88.5 parent: 1 - type: Transform - uid: 36592 components: - - pos: -101.5,-88.5 + - type: Transform + pos: -101.5,-88.5 parent: 1 - type: Transform - uid: 36593 components: - - pos: -102.5,-88.5 + - type: Transform + pos: -102.5,-88.5 parent: 1 - type: Transform - uid: 36594 components: - - pos: -103.5,-88.5 + - type: Transform + pos: -103.5,-88.5 parent: 1 - type: Transform - uid: 36595 components: - - pos: -104.5,-88.5 + - type: Transform + pos: -104.5,-88.5 parent: 1 - type: Transform - uid: 36609 components: - - pos: -118.5,-75.5 + - type: Transform + pos: -118.5,-75.5 parent: 1 - type: Transform - uid: 36633 components: - - pos: -95.5,-89.5 + - type: Transform + pos: -95.5,-89.5 parent: 1 - type: Transform - uid: 36634 components: - - pos: -94.5,-89.5 + - type: Transform + pos: -94.5,-89.5 parent: 1 - type: Transform - uid: 36635 components: - - pos: -92.5,-89.5 + - type: Transform + pos: -92.5,-89.5 parent: 1 - type: Transform - uid: 36636 components: - - pos: -91.5,-89.5 + - type: Transform + pos: -91.5,-89.5 parent: 1 - type: Transform - uid: 36637 components: - - pos: -90.5,-88.5 + - type: Transform + pos: -90.5,-88.5 parent: 1 - type: Transform - uid: 36638 components: - - pos: -90.5,-87.5 + - type: Transform + pos: -90.5,-87.5 parent: 1 - type: Transform - uid: 36639 components: - - pos: -90.5,-85.5 + - type: Transform + pos: -90.5,-85.5 parent: 1 - type: Transform - uid: 36640 components: - - pos: -90.5,-84.5 + - type: Transform + pos: -90.5,-84.5 parent: 1 - type: Transform - uid: 36641 components: - - pos: -90.5,-83.5 + - type: Transform + pos: -90.5,-83.5 parent: 1 - type: Transform - uid: 36746 components: - - pos: -16.5,-72.5 + - type: Transform + pos: -16.5,-72.5 parent: 1 - type: Transform - uid: 36747 components: - - pos: -15.5,-72.5 + - type: Transform + pos: -15.5,-72.5 parent: 1 - type: Transform - uid: 36748 components: - - pos: -14.5,-71.5 + - type: Transform + pos: -14.5,-71.5 parent: 1 - type: Transform - uid: 36749 components: - - pos: -14.5,-70.5 + - type: Transform + pos: -14.5,-70.5 parent: 1 - type: Transform - uid: 36788 components: - - pos: 36.5,-28.5 + - type: Transform + pos: 36.5,-28.5 parent: 1 - type: Transform - uid: 36789 components: - - pos: 37.5,-28.5 + - type: Transform + pos: 37.5,-28.5 parent: 1 - type: Transform - uid: 36790 components: - - pos: 39.5,-30.5 + - type: Transform + pos: 39.5,-30.5 parent: 1 - type: Transform - uid: 36791 components: - - pos: 39.5,-31.5 + - type: Transform + pos: 39.5,-31.5 parent: 1 - type: Transform - uid: 36792 components: - - pos: 39.5,-32.5 + - type: Transform + pos: 39.5,-32.5 parent: 1 - type: Transform - uid: 36793 components: - - pos: 39.5,-33.5 + - type: Transform + pos: 39.5,-33.5 parent: 1 - type: Transform - uid: 38479 components: - - pos: -8.5,46.5 + - type: Transform + pos: -8.5,46.5 parent: 1 - type: Transform - uid: 38480 components: - - pos: -8.5,47.5 + - type: Transform + pos: -8.5,47.5 parent: 1 - type: Transform - uid: 38481 components: - - pos: -8.5,49.5 + - type: Transform + pos: -8.5,49.5 parent: 1 - type: Transform - uid: 38482 components: - - pos: -8.5,51.5 + - type: Transform + pos: -8.5,51.5 parent: 1 - type: Transform - uid: 38483 components: - - pos: -8.5,52.5 + - type: Transform + pos: -8.5,52.5 parent: 1 - type: Transform - uid: 38484 components: - - pos: -8.5,53.5 + - type: Transform + pos: -8.5,53.5 parent: 1 - type: Transform - uid: 38500 components: - - pos: -67.5,44.5 + - type: Transform + pos: -67.5,44.5 parent: 1 - type: Transform - uid: 38501 components: - - pos: -71.5,43.5 + - type: Transform + pos: -71.5,43.5 parent: 1 - type: Transform - uid: 38502 components: - - pos: -75.5,43.5 + - type: Transform + pos: -75.5,43.5 parent: 1 - type: Transform - uid: 38503 components: - - pos: -75.5,44.5 + - type: Transform + pos: -75.5,44.5 parent: 1 - type: Transform - uid: 38512 components: - - pos: -49.5,44.5 + - type: Transform + pos: -49.5,44.5 parent: 1 - type: Transform - uid: 38517 components: - - pos: -63.5,44.5 + - type: Transform + pos: -63.5,44.5 parent: 1 - type: Transform - uid: 38518 components: - - pos: -63.5,43.5 + - type: Transform + pos: -63.5,43.5 parent: 1 - type: Transform - uid: 38519 components: - - pos: -49.5,43.5 + - type: Transform + pos: -49.5,43.5 parent: 1 - type: Transform - uid: 38520 components: - - pos: -45.5,43.5 + - type: Transform + pos: -45.5,43.5 parent: 1 - type: Transform - uid: 38521 components: - - pos: -45.5,44.5 + - type: Transform + pos: -45.5,44.5 parent: 1 - type: Transform - uid: 38901 components: - - pos: 46.5,-41.5 + - type: Transform + pos: 46.5,-41.5 parent: 1 - type: Transform - uid: 38984 components: - - pos: 40.5,-7.5 + - type: Transform + pos: 40.5,-7.5 parent: 1 - type: Transform - uid: 38985 components: - - pos: 40.5,-6.5 + - type: Transform + pos: 40.5,-6.5 parent: 1 - type: Transform - uid: 39626 components: - - pos: 45.5,-41.5 + - type: Transform + pos: 45.5,-41.5 parent: 1 - type: Transform - uid: 39628 components: - - pos: 47.5,-41.5 + - type: Transform + pos: 47.5,-41.5 parent: 1 - type: Transform - uid: 41558 components: - - pos: -13.5,42.5 + - type: Transform + pos: -13.5,42.5 parent: 1 - type: Transform - uid: 41559 components: - - pos: -14.5,42.5 + - type: Transform + pos: -14.5,42.5 parent: 1 - type: Transform - uid: 41871 components: - - pos: 28.5,13.5 + - type: Transform + pos: 28.5,13.5 parent: 1 - type: Transform - uid: 41872 components: - - pos: 28.5,14.5 + - type: Transform + pos: 28.5,14.5 + parent: 1 + - uid: 42123 + components: + - type: Transform + pos: -59.5,40.5 + parent: 1 + - uid: 42124 + components: + - type: Transform + pos: -59.5,41.5 + parent: 1 + - uid: 42125 + components: + - type: Transform + pos: -59.5,42.5 + parent: 1 + - uid: 42126 + components: + - type: Transform + pos: -59.5,43.5 + parent: 1 + - uid: 42127 + components: + - type: Transform + pos: -58.5,44.5 + parent: 1 + - uid: 42128 + components: + - type: Transform + pos: -57.5,44.5 + parent: 1 + - uid: 42129 + components: + - type: Transform + pos: -56.5,44.5 + parent: 1 + - uid: 42130 + components: + - type: Transform + pos: -55.5,44.5 + parent: 1 + - uid: 42131 + components: + - type: Transform + pos: -54.5,43.5 + parent: 1 + - uid: 42132 + components: + - type: Transform + pos: -54.5,42.5 + parent: 1 + - uid: 42133 + components: + - type: Transform + pos: -54.5,41.5 + parent: 1 + - uid: 42134 + components: + - type: Transform + pos: -54.5,40.5 parent: 1 - type: Transform - proto: RemoteSignaller entities: - uid: 2874 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.2803241,-23.56225 parent: 1 - type: Transform - proto: ResearchAndDevelopmentServer entities: - uid: 6894 components: - - pos: -22.5,-39.5 + - type: Transform + pos: -22.5,-39.5 parent: 1 - type: Transform - proto: ReverseCymbalsInstrument entities: - uid: 17710 components: - - pos: 13.502282,-34.353638 + - type: Transform + pos: 13.502282,-34.353638 parent: 1 - type: Transform - proto: ReverseEngineeringMachine entities: - uid: 18708 components: - - pos: -40.5,-54.5 + - type: Transform + pos: -40.5,-54.5 parent: 1 - type: Transform - proto: RevolverCapGun entities: - uid: 8344 components: - - pos: -70.40823,7.728555 + - type: Transform + pos: -70.40823,7.728555 parent: 1 - type: Transform - proto: RiotBulletShield entities: - uid: 4989 components: - - pos: -63.357883,-45.416424 + - type: Transform + pos: -63.357883,-45.416424 parent: 1 - type: Transform - uid: 6162 components: - - pos: -63.64955,-45.43727 + - type: Transform + pos: -63.64955,-45.43727 parent: 1 - type: Transform - uid: 6163 components: - - pos: -63.701633,-44.41573 + - type: Transform + pos: -63.701633,-44.41573 parent: 1 - type: Transform - uid: 6179 components: - - pos: -63.39955,-44.394882 + - type: Transform + pos: -63.39955,-44.394882 parent: 1 - type: Transform - proto: RiotShield entities: - uid: 12609 components: - - pos: 23.359749,-17.378511 + - type: Transform + pos: 23.359749,-17.378511 parent: 1 - type: Transform - uid: 12610 components: - - pos: 23.515999,-17.368088 + - type: Transform + pos: 23.515999,-17.368088 parent: 1 - type: Transform - uid: 12611 components: - - pos: 23.713917,-17.378511 + - type: Transform + pos: 23.713917,-17.378511 parent: 1 - type: Transform - proto: RipleyCentralElectronics entities: - uid: 29232 components: - - flags: InContainer - type: MetaData - - parent: 13174 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 13174 + - type: Physics + canCollide: False - type: InsideEntityStorage +- proto: Roboisseur + entities: + - uid: 29233 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 1 - proto: RobustHarvestChemistryBottle entities: - uid: 925 components: - - pos: -21.452652,-10.226865 + - type: Transform + pos: -21.452652,-10.226865 parent: 1 - type: Transform - uid: 926 components: - - pos: -21.390152,-10.414495 + - type: Transform + pos: -21.390152,-10.414495 parent: 1 - type: Transform - uid: 927 components: - - pos: -21.593277,-10.445766 + - type: Transform + pos: -21.593277,-10.445766 parent: 1 - type: Transform - proto: RollerBed entities: - uid: 13067 components: - - pos: -6.60015,-26.10486 + - type: Transform + pos: -6.60015,-26.10486 parent: 1 - type: Transform - uid: 13068 components: - - pos: -6.6105666,-26.521816 + - type: Transform + pos: -6.6105666,-26.521816 parent: 1 - type: Transform - uid: 13069 components: - - pos: -6.60015,-26.959621 + - type: Transform + pos: -6.60015,-26.959621 parent: 1 - type: Transform - uid: 13070 components: - - pos: -6.5793166,-27.407848 + - type: Transform + pos: -6.5793166,-27.407848 parent: 1 - type: Transform - uid: 16129 components: - - pos: -77.503876,-43.299564 + - type: Transform + pos: -77.503876,-43.299564 parent: 1 - type: Transform - proto: RubberStampApproved entities: - uid: 12015 components: - - pos: -21.542757,-33.318733 + - type: Transform + pos: -21.542757,-33.318733 parent: 1 - type: Transform - proto: RubberStampDenied entities: - uid: 12019 components: - - pos: -21.308382,-33.318733 + - type: Transform + pos: -21.308382,-33.318733 parent: 1 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 15464 components: - - pos: -33.5,-54.5 + - type: Transform + pos: -33.5,-54.5 parent: 1 - type: Transform - uid: 16096 components: - - pos: -45.5,-70.5 + - type: Transform + pos: -45.5,-70.5 parent: 1 - type: Transform - uid: 20335 components: - - pos: -105.5,-47.5 + - type: Transform + pos: -105.5,-47.5 parent: 1 - type: Transform - uid: 20363 components: - - pos: -106.5,-47.5 + - type: Transform + pos: -106.5,-47.5 parent: 1 - type: Transform - uid: 30893 components: - - pos: -31.5,-80.5 + - type: Transform + pos: -31.5,-80.5 parent: 1 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 40924 components: - - pos: 76.5,-10.5 + - type: Transform + pos: 76.5,-10.5 parent: 1 - type: Transform - uid: 40925 components: - - pos: 76.5,-10.5 + - type: Transform + pos: 76.5,-10.5 parent: 1 - type: Transform - uid: 40926 components: - - pos: 76.5,-10.5 + - type: Transform + pos: 76.5,-10.5 parent: 1 - type: Transform - proto: SalvageMagnet entities: - uid: 11640 components: - - pos: -4.5,51.5 + - type: Transform + pos: -4.5,51.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 40932 components: - - pos: 58.5,-24.5 + - type: Transform + pos: 58.5,-24.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 3134 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 1 - type: Transform - uid: 3135 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 1 - type: Transform - uid: 3136 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 1 - type: Transform - uid: 3138 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 1 - type: Transform - uid: 6871 components: - - pos: -38.5,-60.5 + - type: Transform + pos: -38.5,-60.5 parent: 1 - type: Transform - uid: 7074 components: - - pos: -39.5,-61.5 + - type: Transform + pos: -39.5,-61.5 parent: 1 - type: Transform - uid: 9770 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -108.5,-33.5 parent: 1 - type: Transform - uid: 9771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-33.5 parent: 1 - type: Transform - uid: 9772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-32.5 parent: 1 - type: Transform - uid: 9773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-31.5 parent: 1 - type: Transform - uid: 9774 components: - - pos: -108.5,-30.5 + - type: Transform + pos: -108.5,-30.5 parent: 1 - type: Transform - uid: 29523 components: - - pos: 58.5,-42.5 + - type: Transform + pos: 58.5,-42.5 parent: 1 - type: Transform - uid: 29524 components: - - pos: 59.5,-42.5 + - type: Transform + pos: 59.5,-42.5 parent: 1 - type: Transform - uid: 30381 components: - - pos: -24.5,-74.5 + - type: Transform + pos: -24.5,-74.5 parent: 1 - type: Transform - uid: 30382 components: - - pos: -26.5,-74.5 + - type: Transform + pos: -26.5,-74.5 parent: 1 - type: Transform - uid: 34293 components: - - pos: -140.5,-35.5 + - type: Transform + pos: -140.5,-35.5 parent: 1 - type: Transform - uid: 36360 components: - - pos: -134.5,-47.5 + - type: Transform + pos: -134.5,-47.5 parent: 1 - type: Transform - uid: 36404 components: - - pos: -133.5,-57.5 + - type: Transform + pos: -133.5,-57.5 parent: 1 - type: Transform - proto: SalvageSeedSpawnerLow entities: - uid: 9648 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 1 - type: Transform - uid: 9649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-11.5 parent: 1 - type: Transform - uid: 9650 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-11.5 parent: 1 - type: Transform - uid: 9651 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-11.5 parent: 1 - type: Transform - uid: 9652 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 1 - type: Transform - uid: 9653 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 1 - type: Transform - uid: 23672 components: - - pos: 69.5,-1.5 + - type: Transform + pos: 69.5,-1.5 parent: 1 - type: Transform - uid: 23673 components: - - pos: 71.5,-1.5 + - type: Transform + pos: 71.5,-1.5 parent: 1 - type: Transform - uid: 23760 components: - - pos: 25.5,-53.5 + - type: Transform + pos: 25.5,-53.5 parent: 1 - type: Transform - uid: 23761 components: - - pos: 25.5,-53.5 + - type: Transform + pos: 25.5,-53.5 parent: 1 - type: Transform - uid: 30033 components: - - pos: -81.5,-48.5 + - type: Transform + pos: -81.5,-48.5 parent: 1 - type: Transform - uid: 30034 components: - - pos: -81.5,-48.5 + - type: Transform + pos: -81.5,-48.5 parent: 1 - type: Transform - uid: 30035 components: - - pos: -81.5,-48.5 + - type: Transform + pos: -81.5,-48.5 parent: 1 - type: Transform - uid: 31060 components: - - pos: -30.5,-54.5 + - type: Transform + pos: -30.5,-54.5 parent: 1 - type: Transform - uid: 33534 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 1 - type: Transform - uid: 33535 components: - - pos: 23.5,-42.5 + - type: Transform + pos: 23.5,-42.5 parent: 1 - type: Transform - proto: Saw entities: - uid: 9056 components: - - pos: -77.47894,-31.898634 + - type: Transform + pos: -77.47894,-31.898634 parent: 1 - type: Transform - uid: 13323 components: - - pos: -77.58454,-65.25114 + - type: Transform + pos: -77.58454,-65.25114 parent: 1 - type: Transform - proto: SawImprov entities: - uid: 11121 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.62621,-65.428345 parent: 1 - type: Transform - uid: 13324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.49588,-32.743237 parent: 1 - type: Transform - proto: SaxophoneInstrument entities: - uid: 19292 components: - - pos: -81.40594,-45.343628 + - type: Transform + pos: -81.40594,-45.343628 parent: 1 - type: Transform - proto: Scalpel entities: - uid: 13656 components: - - pos: -76.48915,-67.64344 + - type: Transform + pos: -76.48915,-67.64344 parent: 1 - type: Transform - proto: ScalpelShiv entities: - uid: 1418 components: - - flags: InContainer - type: MetaData - - parent: 1282 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 1282 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 28713 components: - - pos: 0.53665376,-23.290335 + - type: Transform + pos: 0.53665376,-23.290335 parent: 1 - type: Transform - uid: 28715 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5470705,-23.540508 parent: 1 - type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 5721 components: - - pos: -58.5,11.5 + - type: Transform + pos: -58.5,11.5 parent: 1 - type: Transform - uid: 8717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-3.5 parent: 1 - type: Transform - uid: 8718 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,-2.5 parent: 1 - type: Transform - uid: 15670 components: - - pos: 14.5,-34.5 + - type: Transform + pos: 14.5,-34.5 parent: 1 - type: Transform - uid: 29389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-51.5 parent: 1 - type: Transform - uid: 30768 components: - - pos: -57.5,-19.5 + - type: Transform + pos: -57.5,-19.5 parent: 1 - type: Transform - uid: 40929 components: - - pos: 54.5,-25.5 + - type: Transform + pos: 54.5,-25.5 parent: 1 - type: Transform - proto: Screen entities: - uid: 28457 components: - - pos: 31.5,-57.5 + - type: Transform + pos: 31.5,-57.5 parent: 1 - type: Transform - uid: 32249 components: - - pos: 4.5,-57.5 + - type: Transform + pos: 4.5,-57.5 parent: 1 - type: Transform - uid: 32250 components: - - pos: 52.5,-57.5 + - type: Transform + pos: 52.5,-57.5 parent: 1 - type: Transform - uid: 32251 components: - - pos: -9.5,-57.5 + - type: Transform + pos: -9.5,-57.5 parent: 1 - type: Transform - uid: 32521 components: - - pos: -65.5,39.5 + - type: Transform + pos: -65.5,39.5 parent: 1 - type: Transform - uid: 32522 components: - - pos: -73.5,39.5 + - type: Transform + pos: -73.5,39.5 parent: 1 - type: Transform - uid: 32523 components: - - pos: -98.5,3.5 + - type: Transform + pos: -98.5,3.5 parent: 1 - type: Transform - uid: 32524 components: - - pos: -68.5,29.5 + - type: Transform + pos: -68.5,29.5 parent: 1 - type: Transform - uid: 32525 components: - - pos: -42.5,0.5 + - type: Transform + pos: -42.5,0.5 parent: 1 - type: Transform - uid: 32526 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 1 - type: Transform - uid: 32719 components: - - pos: 16.5,-17.5 + - type: Transform + pos: 16.5,-17.5 + parent: 1 + - uid: 41913 + components: + - type: Transform + pos: -30.5,27.5 + parent: 1 + - uid: 41914 + components: + - type: Transform + pos: -74.5,-16.5 + parent: 1 + - uid: 41915 + components: + - type: Transform + pos: -89.5,-3.5 + parent: 1 + - uid: 41916 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 1 + - uid: 41917 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 1 + - uid: 41918 + components: + - type: Transform + pos: 23.5,-21.5 parent: 1 - type: Transform - proto: Screwdriver entities: - uid: 1224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.493671,-7.3494954 parent: 1 - type: Transform - uid: 1225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.493671,-7.5214887 parent: 1 - type: Transform - uid: 9785 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.72109,-31.395166 parent: 1 - type: Transform - uid: 11769 components: - - pos: -87.497574,-10.520753 + - type: Transform + pos: -87.497574,-10.520753 parent: 1 - type: Transform - uid: 11916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.90886,-41.44893 parent: 1 - type: Transform - uid: 19433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.33721,25.592897 parent: 1 - type: Transform - uid: 28746 components: - - pos: 15.5063925,-25.766582 + - type: Transform + pos: 15.5063925,-25.766582 parent: 1 - type: Transform - uid: 29383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.921326,-49.241573 parent: 1 - type: Transform - uid: 31408 components: - - pos: -126.220436,0.5324761 + - type: Transform + pos: -126.220436,0.5324761 parent: 1 - type: Transform - uid: 36356 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -133.9929,-47.262802 parent: 1 - type: Transform - proto: SecBreachingHammer entities: - uid: 12621 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.457417,-45.395763 parent: 1 - type: Transform - uid: 12622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -63.467834,-44.34295 parent: 1 - type: Transform - proto: SecurityTechFab entities: - uid: 743 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 1 - type: Transform - uid: 4037 components: - - pos: -47.5,-49.5 + - type: Transform + pos: -47.5,-49.5 parent: 1 - type: Transform - proto: SeedExtractor entities: - uid: 922 components: - - pos: -20.5,-15.5 + - type: Transform + pos: -20.5,-15.5 parent: 1 - type: Transform - uid: 976 components: - - pos: -34.5,-15.5 + - type: Transform + pos: -34.5,-15.5 parent: 1 - type: Transform - proto: ShardGlass entities: - uid: 13679 components: - - pos: -71.36146,-67.56818 + - type: Transform + pos: -71.36146,-67.56818 parent: 1 - type: Transform - uid: 13680 components: - - pos: -70.882286,-68.06852 + - type: Transform + pos: -70.882286,-68.06852 parent: 1 - type: Transform - uid: 13681 components: - - pos: -69.757286,-68.026825 + - type: Transform + pos: -69.757286,-68.026825 parent: 1 - type: Transform - uid: 30251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.43681,-69.76369 parent: 1 - type: Transform - proto: ShardGlassReinforced entities: - uid: 8033 components: - - pos: -100.61881,-35.705948 + - type: Transform + pos: -100.61881,-35.705948 parent: 1 - type: Transform - uid: 9048 components: - - pos: -100.94694,-36.941177 + - type: Transform + pos: -100.94694,-36.941177 parent: 1 - type: Transform - uid: 11250 components: - - pos: -10.109419,25.397942 + - type: Transform + pos: -10.109419,25.397942 parent: 1 - type: Transform - uid: 13624 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.41079,-66.51672 parent: 1 - type: Transform - uid: 13672 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.13995,-66.68351 parent: 1 - type: Transform - proto: SheetGlass entities: - uid: 12252 components: - - pos: -26.573248,-41.39276 + - type: Transform + pos: -26.573248,-41.39276 parent: 1 - type: Transform - uid: 16101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.490856,-70.39151 parent: 1 - type: Transform - uid: 31648 components: - - pos: -52.469826,15.598789 + - type: Transform + pos: -52.469826,15.598789 parent: 1 - type: Transform - uid: 33540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.44467,19.633583 parent: 1 - type: Transform - proto: SheetGlass1 entities: - uid: 30615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -123.756775,-9.277194 parent: 1 - type: Transform - uid: 30616 components: - - pos: -123.76719,-9.3814335 + - type: Transform + pos: -123.76719,-9.3814335 parent: 1 - type: Transform - uid: 30617 components: - - pos: -123.76719,-9.3814335 + - type: Transform + pos: -123.76719,-9.3814335 parent: 1 - type: Transform - uid: 36381 components: - - pos: -134.28032,-50.17961 + - type: Transform + pos: -134.28032,-50.17961 parent: 1 - type: Transform - uid: 36382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.70532,-52.20602 parent: 1 - type: Transform - uid: 36683 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.6996,-76.0998 parent: 1 - type: Transform - uid: 36684 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.92461,-78.2638 parent: 1 - type: Transform - proto: SheetGlass10 entities: - uid: 9050 components: - - pos: -108.57517,-28.423927 + - type: Transform + pos: -108.57517,-28.423927 parent: 1 - type: Transform - uid: 9813 components: - - pos: -110.37558,-40.424564 + - type: Transform + pos: -110.37558,-40.424564 parent: 1 - type: Transform - uid: 24458 components: - - pos: -75.37833,-33.457405 + - type: Transform + pos: -75.37833,-33.457405 parent: 1 - type: Transform - uid: 29514 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5903,-50.36724 parent: 1 - type: Transform - uid: 34554 components: - - pos: -154.6003,-66.3773 + - type: Transform + pos: -154.6003,-66.3773 parent: 1 - type: Transform - uid: 34555 components: - - pos: -152.5378,-66.42421 + - type: Transform + pos: -152.5378,-66.42421 parent: 1 - type: Transform - uid: 35687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.45741,-88.44611 parent: 1 - type: Transform - proto: SheetPlasma entities: - uid: 3218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.51595,-21.433804 parent: 1 - type: Transform - uid: 4777 components: - - pos: -62.54828,-26.429216 + - type: Transform + pos: -62.54828,-26.429216 parent: 1 - type: Transform - uid: 12253 components: - - pos: -26.469082,-41.39276 + - type: Transform + pos: -26.469082,-41.39276 parent: 1 - type: Transform - uid: 15873 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 53.583534,-50.498856 parent: 1 - type: Transform - proto: SheetPlasma1 entities: - uid: 9810 components: - - pos: -109.44787,-37.35083 + - type: Transform + pos: -109.44787,-37.35083 parent: 1 - type: Transform - - count: 3 - type: Stack - - size: 3 - type: Item + - type: Stack + count: 3 + - type: Item + size: 3 - uid: 27210 components: - - flags: InContainer - type: MetaData - - parent: 27209 - type: Transform - - count: 10 - type: Stack - - size: 10 - type: Item - - canCollide: False - type: Physics + - type: Transform + parent: 27209 + - type: Stack + count: 10 + - type: Item + size: 10 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 34810 components: - - pos: 18.486887,19.689005 + - type: Transform + pos: 18.486887,19.689005 parent: 1 - type: Transform - uid: 34811 components: - - pos: 18.486887,19.689005 + - type: Transform + pos: 18.486887,19.689005 parent: 1 - type: Transform - uid: 34812 components: - - pos: 18.486887,19.689005 + - type: Transform + pos: 18.486887,19.689005 parent: 1 - type: Transform - uid: 34856 components: - - pos: 18.486887,19.689005 + - type: Transform + pos: 18.486887,19.689005 parent: 1 - type: Transform - uid: 34857 components: - - pos: 18.486887,19.689005 + - type: Transform + pos: 18.486887,19.689005 parent: 1 - type: Transform - proto: SheetPlasteel entities: - uid: 8811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -103.49441,7.5775385 parent: 1 - type: Transform - uid: 8982 components: - - pos: -109.53351,-28.476048 + - type: Transform + pos: -109.53351,-28.476048 parent: 1 - type: Transform - proto: SheetPlasteel1 entities: - uid: 31018 components: - - pos: -21.455416,-21.419634 + - type: Transform + pos: -21.455416,-21.419634 parent: 1 - type: Transform - uid: 31019 components: - - pos: -21.455416,-21.419634 + - type: Transform + pos: -21.455416,-21.419634 parent: 1 - type: Transform - uid: 31020 components: - - pos: -21.455416,-21.419634 + - type: Transform + pos: -21.455416,-21.419634 parent: 1 - type: Transform - uid: 31021 components: - - pos: -21.455416,-21.419634 + - type: Transform + pos: -21.455416,-21.419634 parent: 1 - type: Transform - uid: 31022 components: - - pos: -21.455416,-21.419634 + - type: Transform + pos: -21.455416,-21.419634 parent: 1 - type: Transform - uid: 31253 components: - - pos: -82.70059,-68.61968 + - type: Transform + pos: -82.70059,-68.61968 parent: 1 - type: Transform - proto: SheetPlasteel10 entities: - uid: 9814 components: - - pos: -109.56308,-40.44541 + - type: Transform + pos: -109.56308,-40.44541 parent: 1 - type: Transform - proto: SheetPlastic entities: - uid: 7148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.494762,-48.46354 parent: 1 - type: Transform - uid: 8329 components: - - pos: -76.601204,19.547886 + - type: Transform + pos: -76.601204,19.547886 parent: 1 - type: Transform - uid: 8450 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.43841,5.591702 parent: 1 - type: Transform - uid: 12057 components: - - pos: -4.5898957,-9.453021 + - type: Transform + pos: -4.5898957,-9.453021 parent: 1 - type: Transform - uid: 12250 components: - - pos: -19.562832,-39.380947 + - type: Transform + pos: -19.562832,-39.380947 parent: 1 - type: Transform - uid: 31649 components: - - pos: -52.490658,15.6196375 + - type: Transform + pos: -52.490658,15.6196375 parent: 1 - type: Transform - uid: 33539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.465504,19.560616 parent: 1 - type: Transform - proto: SheetPlastic1 entities: - uid: 30618 components: - - pos: -124.319275,-11.622573 + - type: Transform + pos: -124.319275,-11.622573 parent: 1 - type: Transform - uid: 30619 components: - - pos: -124.319275,-11.622573 + - type: Transform + pos: -124.319275,-11.622573 parent: 1 - type: Transform - uid: 30620 components: - - pos: -124.319275,-11.622573 + - type: Transform + pos: -124.319275,-11.622573 parent: 1 - type: Transform - uid: 30621 components: - - pos: -124.319275,-11.622573 + - type: Transform + pos: -124.319275,-11.622573 parent: 1 - type: Transform - uid: 30622 components: - - pos: -124.319275,-11.622573 + - type: Transform + pos: -124.319275,-11.622573 parent: 1 - type: Transform - uid: 30623 components: - - pos: -124.319275,-11.622573 + - type: Transform + pos: -124.319275,-11.622573 parent: 1 - type: Transform - proto: SheetPlastic10 entities: - uid: 24419 components: - - pos: -75.57624,-33.46783 + - type: Transform + pos: -75.57624,-33.46783 parent: 1 - type: Transform - uid: 41384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.474432,-79.46057 parent: 1 - type: Transform - proto: SheetRPGlass entities: - uid: 8812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.483986,6.5976915 parent: 1 - type: Transform - proto: SheetSteel entities: - uid: 7147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.479137,-47.478477 parent: 1 - type: Transform - uid: 8328 components: - - pos: -76.39287,19.547886 + - type: Transform + pos: -76.39287,19.547886 parent: 1 - type: Transform - uid: 8998 components: - - pos: -110.57573,-28.517607 + - type: Transform + pos: -110.57573,-28.517607 parent: 1 - type: Transform - uid: 9188 components: - - pos: -110.36986,-28.508837 + - type: Transform + pos: -110.36986,-28.508837 parent: 1 - type: Transform - uid: 12058 components: - - pos: -4.459687,-9.453021 + - type: Transform + pos: -4.459687,-9.453021 parent: 1 - type: Transform - uid: 12251 components: - - pos: -19.406582,-39.41222 + - type: Transform + pos: -19.406582,-39.41222 parent: 1 - type: Transform - uid: 15875 components: - - pos: 53.421032,-49.51067 + - type: Transform + pos: 53.421032,-49.51067 parent: 1 - type: Transform - uid: 27208 components: - - pos: -75.58431,-33.43868 + - type: Transform + pos: -75.58431,-33.43868 parent: 1 - type: Transform - uid: 31647 components: - - pos: -52.490658,17.537636 + - type: Transform + pos: -52.490658,17.537636 parent: 1 - type: Transform - uid: 33541 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.56967,19.612736 parent: 1 - type: Transform - proto: SheetSteel1 entities: - uid: 28747 components: - - pos: 15.5168085,-25.46429 + - type: Transform + pos: 15.5168085,-25.46429 parent: 1 - type: Transform - uid: 28748 components: - - pos: 15.5168085,-25.46429 + - type: Transform + pos: 15.5168085,-25.46429 parent: 1 - type: Transform - uid: 28749 components: - - pos: 15.5168085,-25.46429 + - type: Transform + pos: 15.5168085,-25.46429 parent: 1 - type: Transform - uid: 28750 components: - - pos: 15.5168085,-25.46429 + - type: Transform + pos: 15.5168085,-25.46429 parent: 1 - type: Transform - uid: 28751 components: - - pos: 15.5168085,-25.46429 + - type: Transform + pos: 15.5168085,-25.46429 parent: 1 - type: Transform - uid: 28752 components: - - pos: 15.5168085,-25.46429 + - type: Transform + pos: 15.5168085,-25.46429 parent: 1 - type: Transform - uid: 31251 components: - - pos: -81.60684,-75.64539 + - type: Transform + pos: -81.60684,-75.64539 parent: 1 - type: Transform - uid: 31252 components: - - pos: -81.35684,-75.666245 + - type: Transform + pos: -81.35684,-75.666245 parent: 1 - type: Transform - proto: SheetSteel10 entities: - uid: 9807 components: - - pos: -110.546486,-37.418705 + - type: Transform + pos: -110.546486,-37.418705 parent: 1 - type: Transform - uid: 35686 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.569916,-88.48364 parent: 1 - type: Transform - proto: ShockCollar entities: - uid: 2695 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.3645833,-23.317299 parent: 1 - type: Transform - uid: 2698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.646861,-21.428116 parent: 1 - type: Transform - uid: 2701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.292618,-33.169548 parent: 1 - type: Transform - proto: Shovel entities: - uid: 10103 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.409908,-7.4179254 parent: 1 - type: Transform - uid: 10104 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.566158,-7.470045 parent: 1 - type: Transform - uid: 32057 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -71.463974,-60.059544 parent: 1 - type: Transform - uid: 32065 components: - - pos: -31.529633,-10.485898 + - type: Transform + pos: -31.529633,-10.485898 parent: 1 - type: Transform - uid: 32066 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -119.55526,-10.439238 parent: 1 - type: Transform - proto: ShuttersFrame entities: - uid: 13727 components: - - pos: -61.5,-70.5 + - type: Transform + pos: -61.5,-70.5 parent: 1 - type: Transform - proto: ShuttersNormal entities: - uid: 2207 components: - - pos: 12.5,19.5 + - type: Transform + pos: 12.5,19.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 40485 - 39639 - type: DeviceLinkSink - uid: 2222 components: - - pos: 13.5,19.5 + - type: Transform + pos: 13.5,19.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 40485 - 39639 - 33520 - type: DeviceLinkSink - uid: 13726 components: - - pos: -61.5,-69.5 + - type: Transform + pos: -61.5,-69.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 13728 - type: DeviceLinkSink - proto: ShuttersNormalOpen entities: - uid: 1051 components: - - pos: -12.5,-28.5 + - type: Transform + pos: -12.5,-28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 28489 - type: DeviceLinkSink - uid: 3604 components: - - pos: -50.5,-23.5 + - type: Transform + pos: -50.5,-23.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 3605 components: - - pos: -50.5,-24.5 + - type: Transform + pos: -50.5,-24.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 4594 components: - - pos: -46.5,-25.5 + - type: Transform + pos: -46.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 7456 components: - - pos: -49.5,-25.5 + - type: Transform + pos: -49.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 9714 components: - - pos: -85.5,-16.5 + - type: Transform + pos: -85.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29497 - type: DeviceLinkSink - uid: 9715 components: - - pos: -84.5,-16.5 + - type: Transform + pos: -84.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29497 - type: DeviceLinkSink - uid: 9716 components: - - pos: -83.5,-16.5 + - type: Transform + pos: -83.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29497 - type: DeviceLinkSink - uid: 9717 components: - - pos: -82.5,-16.5 + - type: Transform + pos: -82.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29497 - type: DeviceLinkSink - uid: 9718 components: - - pos: -81.5,-16.5 + - type: Transform + pos: -81.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29497 - type: DeviceLinkSink - uid: 11861 components: - - pos: -34.5,-38.5 + - type: Transform + pos: -34.5,-38.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29503 - type: DeviceLinkSink - uid: 11862 components: - - pos: -34.5,-40.5 + - type: Transform + pos: -34.5,-40.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29503 - type: DeviceLinkSink - uid: 11863 components: - - pos: -37.5,-45.5 + - type: Transform + pos: -37.5,-45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29503 - type: DeviceLinkSink - uid: 11864 components: - - pos: -34.5,-44.5 + - type: Transform + pos: -34.5,-44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29503 - type: DeviceLinkSink - uid: 11865 components: - - pos: -34.5,-43.5 + - type: Transform + pos: -34.5,-43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29503 - type: DeviceLinkSink - uid: 11866 components: - - pos: -34.5,-42.5 + - type: Transform + pos: -34.5,-42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 29503 - type: DeviceLinkSink - uid: 12296 components: - - pos: -55.5,-16.5 + - type: Transform + pos: -55.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12297 components: - - pos: -54.5,-16.5 + - type: Transform + pos: -54.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12298 components: - - pos: -53.5,-16.5 + - type: Transform + pos: -53.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12299 components: - - pos: -52.5,-16.5 + - type: Transform + pos: -52.5,-16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12300 components: - - pos: -51.5,-17.5 + - type: Transform + pos: -51.5,-17.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12301 components: - - pos: -51.5,-18.5 + - type: Transform + pos: -51.5,-18.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12302 components: - - pos: -50.5,-20.5 + - type: Transform + pos: -50.5,-20.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 12303 components: - - pos: -50.5,-21.5 + - type: Transform + pos: -50.5,-21.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 16221 components: - - pos: -13.5,-28.5 + - type: Transform + pos: -13.5,-28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 28489 - type: DeviceLinkSink - uid: 16498 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 28489 - type: DeviceLinkSink - uid: 17542 components: - - pos: -79.5,15.5 + - type: Transform + pos: -79.5,15.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17547 - type: DeviceLinkSink - uid: 17543 components: - - pos: -80.5,15.5 + - type: Transform + pos: -80.5,15.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17547 - type: DeviceLinkSink - uid: 17544 components: - - pos: -81.5,15.5 + - type: Transform + pos: -81.5,15.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17547 - type: DeviceLinkSink - uid: 17545 components: - - pos: -81.5,14.5 + - type: Transform + pos: -81.5,14.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17547 - type: DeviceLinkSink - uid: 17546 components: - - pos: -81.5,13.5 + - type: Transform + pos: -81.5,13.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 17547 - type: DeviceLinkSink - uid: 23852 components: - - pos: -2.5,-58.5 + - type: Transform + pos: -2.5,-58.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 23856 - type: DeviceLinkSink - uid: 23853 components: - - pos: -2.5,-59.5 + - type: Transform + pos: -2.5,-59.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 23856 - type: DeviceLinkSink - uid: 23854 components: - - pos: -2.5,-60.5 + - type: Transform + pos: -2.5,-60.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 23856 - type: DeviceLinkSink - uid: 23855 components: - - pos: -2.5,-61.5 + - type: Transform + pos: -2.5,-61.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 23856 - type: DeviceLinkSink - uid: 40816 components: - - pos: -2.5,-29.5 + - type: Transform + pos: -2.5,-29.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 40832 - type: DeviceLinkSink - uid: 40830 components: - - pos: -2.5,-30.5 + - type: Transform + pos: -2.5,-30.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 40832 - type: DeviceLinkSink - uid: 40831 components: - - pos: -2.5,-31.5 + - type: Transform + pos: -2.5,-31.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 40832 - type: DeviceLinkSink - uid: 41789 components: - - pos: -104.5,-28.5 + - type: Transform + pos: -104.5,-28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41807 - type: DeviceLinkSink - uid: 41790 components: - - pos: -51.5,-25.5 + - type: Transform + pos: -51.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 41799 components: - - pos: -53.5,-25.5 + - type: Transform + pos: -53.5,-25.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3603 - type: DeviceLinkSink - uid: 41800 components: - - pos: -106.5,-28.5 + - type: Transform + pos: -106.5,-28.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 41807 - type: DeviceLinkSink - uid: 41996 components: - - pos: -53.5,-22.5 + - type: Transform + pos: -53.5,-22.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - uid: 41997 components: - - pos: -51.5,-22.5 + - type: Transform + pos: -51.5,-22.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12289 - type: DeviceLinkSink - proto: ShuttersRadiationOpen entities: - uid: 10902 components: - - pos: 62.5,-42.5 + - type: Transform + pos: 62.5,-42.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10905 components: - - pos: 62.5,-43.5 + - type: Transform + pos: 62.5,-43.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10906 components: - - pos: 62.5,-44.5 + - type: Transform + pos: 62.5,-44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10907 components: - - pos: 62.5,-45.5 + - type: Transform + pos: 62.5,-45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10908 components: - - pos: 62.5,-46.5 + - type: Transform + pos: 62.5,-46.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10909 components: - - pos: 62.5,-47.5 + - type: Transform + pos: 62.5,-47.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10910 components: - - pos: 62.5,-48.5 + - type: Transform + pos: 62.5,-48.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10911 components: - - pos: 62.5,-49.5 + - type: Transform + pos: 62.5,-49.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10912 components: - - pos: 62.5,-50.5 + - type: Transform + pos: 62.5,-50.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - uid: 10913 components: - - pos: 62.5,-51.5 + - type: Transform + pos: 62.5,-51.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10914 - type: DeviceLinkSink - proto: ShuttersWindow entities: - uid: 4236 components: - - pos: -23.5,38.5 + - type: Transform + pos: -23.5,38.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11636 - 13177 - type: DeviceLinkSink - uid: 5551 components: - - pos: -39.5,32.5 + - type: Transform + pos: -39.5,32.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 5585 - 5584 - type: DeviceLinkSink - uid: 5554 components: - - pos: -40.5,32.5 + - type: Transform + pos: -40.5,32.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 5585 - 5584 - type: DeviceLinkSink - uid: 7072 components: - - pos: -47.5,-69.5 + - type: Transform + pos: -47.5,-69.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 9286 - type: DeviceLinkSink - uid: 9272 components: - - pos: -47.5,-68.5 + - type: Transform + pos: -47.5,-68.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 9286 - type: DeviceLinkSink - uid: 10635 components: - - pos: 54.5,-45.5 + - type: Transform + pos: 54.5,-45.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10639 - 10641 - type: DeviceLinkSink - uid: 10636 components: - - pos: 54.5,-44.5 + - type: Transform + pos: 54.5,-44.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10639 - 10641 - type: DeviceLinkSink - uid: 10637 components: - - pos: 54.5,-47.5 + - type: Transform + pos: 54.5,-47.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10643 - 10642 - type: DeviceLinkSink - uid: 10638 components: - - pos: 54.5,-48.5 + - type: Transform + pos: 54.5,-48.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10643 - 10642 - type: DeviceLinkSink - uid: 11570 components: - - pos: -22.5,38.5 + - type: Transform + pos: -22.5,38.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11636 - 13177 - type: DeviceLinkSink - uid: 16062 components: - - pos: -47.5,-67.5 + - type: Transform + pos: -47.5,-67.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 9286 - type: DeviceLinkSink - proto: shuttle_manipulator entities: - uid: 10246 components: - - pos: -85.5,3.5 + - type: Transform + pos: -85.5,3.5 parent: 1 - type: Transform - proto: SignalButton entities: - uid: 41029 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-56.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 23705: - Pressed: DoorBolt - type: DeviceLinkSource - uid: 41030 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-52.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 23704: - Pressed: DoorBolt - type: DeviceLinkSource - uid: 41031 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-52.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10249: - Pressed: DoorBolt - type: DeviceLinkSource - uid: 41032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-56.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10251: - Pressed: DoorBolt - type: DeviceLinkSource - proto: SignalButtonDirectional entities: - uid: 19156 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-26.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33031: - Pressed: Toggle - type: DeviceLinkSource - uid: 33519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-23.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33518: - Pressed: Toggle - type: DeviceLinkSource - uid: 33520 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-13.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33453: - Pressed: Toggle 2222: [] - type: DeviceLinkSource - uid: 33521 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-45.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33026: - Pressed: Toggle - type: DeviceLinkSource - uid: 33522 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-34.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33166: - Pressed: Toggle - type: DeviceLinkSource - uid: 33524 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: >2- janitorial service button - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-10.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33158: - Pressed: Toggle - type: DeviceLinkSource - uid: 33525 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -92.5,7.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33030: - Pressed: Toggle - type: DeviceLinkSource - uid: 33526 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,0.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33027: - Pressed: Toggle - type: DeviceLinkSource - uid: 33527 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,0.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33028: - Pressed: Toggle - type: DeviceLinkSource - uid: 33528 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-14.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33529: - Pressed: Toggle - type: DeviceLinkSource - uid: 33530 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-32.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33517: - Pressed: Toggle - type: DeviceLinkSource - uid: 33531 components: - - desc: Activate button to alert janitors their service is needed. + - type: MetaData + desc: Activate button to alert janitors their service is needed. name: janitorial service button - type: MetaData - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,32.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 33029: - Pressed: Toggle - type: DeviceLinkSource - uid: 33548 components: - - name: exit button - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: exit button + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-36.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1749: - Pressed: Open - type: DeviceLinkSource - uid: 33549 components: - - name: exit button - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: exit button + - type: Transform + rot: 1.5707963267948966 rad pos: -74.5,-22.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 4579: - Pressed: Open - type: DeviceLinkSource - uid: 33550 components: - - name: exit button - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: exit button + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,-18.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3601: - Pressed: Open - type: DeviceLinkSource - uid: 40832 components: - - pos: -0.5,-28.5 + - type: Transform + pos: -0.5,-28.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 40816: - Pressed: Toggle 40830: - Pressed: Toggle 40831: - Pressed: Toggle - type: DeviceLinkSource - proto: SignalSwitchDirectional entities: - uid: 1818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-46.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3142: - On: Toggle - Off: Toggle @@ -230773,14 +231075,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 3048 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,37.5 parent: 1 - type: Transform - - range: 100 + - type: DeviceLinkSource + range: 100 linkedPorts: 11562: - On: Forward @@ -231136,23 +231438,23 @@ entities: 32435: - On: Forward - Off: Off - type: DeviceLinkSource - uid: 3171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-51.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5638: - Status: Toggle - type: DeviceLinkSource - uid: 3603 components: - - pos: -45.5,-25.5 + - type: Transform + pos: -45.5,-25.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 7455: - On: Toggle - Off: Toggle @@ -231197,14 +231499,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 5438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,44.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 6091: - On: Toggle - Off: Toggle @@ -231213,13 +231515,13 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 5584 components: - - pos: -38.5,32.5 + - type: Transform + pos: -38.5,32.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5551: - On: Toggle - Off: Toggle @@ -231228,14 +231530,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 5585 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,32.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5551: - On: Toggle - Off: Toggle @@ -231244,14 +231546,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 6093 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,39.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5617: - On: Forward - Off: Off @@ -231278,14 +231580,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 9286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-66.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16062: - On: Toggle - Off: Toggle @@ -231298,26 +231600,25 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 9800 components: - - pos: -104.5,-34.5 + - type: Transform + pos: -104.5,-34.5 parent: 1 - type: Transform - - state: True - type: SignalSwitch - - linkedPorts: + - type: SignalSwitch + state: True + - type: DeviceLinkSource + linkedPorts: 9799: - Status: Toggle - type: DeviceLinkSource - - type: UseDelay - uid: 10639 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,-43.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10636: - On: Toggle - Off: Toggle @@ -231326,14 +231627,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 10641 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-43.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10636: - On: Toggle - Off: Toggle @@ -231342,14 +231643,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 10642 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-49.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10638: - On: Toggle - Off: Toggle @@ -231358,14 +231659,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 10643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 54.5,-49.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10638: - On: Toggle - Off: Toggle @@ -231374,14 +231675,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 10914 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-46.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10902: - On: Toggle - Off: Toggle @@ -231422,79 +231723,79 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 11333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,50.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11534: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 11504 components: - - name: light switch - type: MetaData - - pos: -51.5,28.5 + - type: MetaData + name: light switch + - type: Transform + pos: -51.5,28.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 13288: - Status: Toggle - type: DeviceLinkSource - uid: 11509 components: - - name: light switch - type: MetaData - - pos: -47.5,28.5 + - type: MetaData + name: light switch + - type: Transform + pos: -47.5,28.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 13289: - Status: Toggle - type: DeviceLinkSource - uid: 11513 components: - - name: light switch - type: MetaData - - pos: -43.5,28.5 + - type: MetaData + name: light switch + - type: Transform + pos: -43.5,28.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 13291: - Status: Toggle - type: DeviceLinkSource - uid: 11527 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,40.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11517: - Status: Toggle - type: DeviceLinkSource - uid: 11528 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,40.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11526: - Status: Toggle - type: DeviceLinkSource - uid: 11595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,43.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 6091: - On: Toggle - Off: Toggle @@ -231503,14 +231804,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 11636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,38.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11570: - On: Toggle - Off: Toggle @@ -231519,14 +231820,14 @@ entities: - Off: Toggle - Status: Toggle - On: Toggle - type: DeviceLinkSource - uid: 12258 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-42.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2144: - On: Toggle - Off: Toggle @@ -231539,13 +231840,13 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 12259 components: - - pos: -22.5,-42.5 + - type: Transform + pos: -22.5,-42.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 6794: - On: Toggle - Off: Toggle @@ -231558,14 +231859,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 12289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-19.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12296: - On: Toggle - Off: Toggle @@ -231606,16 +231907,16 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 12892 components: - - desc: It's a switch for toggling lights in the cells. + - type: MetaData + desc: It's a switch for toggling lights in the cells. name: light switch - type: MetaData - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12893: - Status: Toggle 12894: @@ -231628,13 +231929,13 @@ entities: - Status: Toggle 12898: - Status: Toggle - type: DeviceLinkSource - uid: 13177 components: - - pos: -24.5,38.5 + - type: Transform + pos: -24.5,38.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 4236: - On: Toggle - Off: Toggle @@ -231643,84 +231944,84 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 13308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-1.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 15216: - Status: Toggle - type: DeviceLinkSource - uid: 13311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-1.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 15215: - Status: Toggle - type: DeviceLinkSource - uid: 13728 components: - - pos: -63.5,-66.5 + - type: Transform + pos: -63.5,-66.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 13726: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 15566 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-36.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16191: - Status: Toggle - type: DeviceLinkSource - uid: 15588 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-23.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 15397: - Status: Toggle - type: DeviceLinkSource - uid: 15619 components: - - pos: -35.5,-18.5 + - type: Transform + pos: -35.5,-18.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 15614: - Status: Toggle - type: DeviceLinkSource - uid: 17144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,39.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17143: - Status: Toggle - type: DeviceLinkSource - uid: 17547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,12.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17546: - On: Toggle - Off: Toggle @@ -231741,14 +232042,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 18588 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,38.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11617: - On: Forward - Off: Off @@ -231758,13 +232059,13 @@ entities: 11521: - On: Forward - Off: Off - type: DeviceLinkSource - uid: 23856 components: - - pos: -3.5,-57.5 + - type: Transform + pos: -3.5,-57.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 23852: - On: Toggle - Off: Toggle @@ -231781,13 +232082,13 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 24606 components: - - pos: -6.5,-49.5 + - type: Transform + pos: -6.5,-49.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 24603: - On: Toggle - Off: Toggle @@ -231800,14 +232101,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 28489 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-31.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16221: - On: Toggle - Off: Toggle @@ -231820,13 +232121,13 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29488 components: - - pos: -75.5,28.5 + - type: Transform + pos: -75.5,28.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 29485: - On: Toggle - Off: Toggle @@ -231839,13 +232140,13 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29489 components: - - pos: -42.5,16.5 + - type: Transform + pos: -42.5,16.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 29482: - On: Toggle - Off: Toggle @@ -231858,26 +232159,26 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,-3.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 8800: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29491 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -96.5,1.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 8268: - On: Toggle - Off: Toggle @@ -231910,25 +232211,25 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29492 components: - - pos: -97.5,8.5 + - type: Transform + pos: -97.5,8.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 8260: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29497 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -86.5,-18.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 9714: - On: Toggle - Off: Toggle @@ -231949,14 +232250,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29503 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-43.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11863: - On: Toggle - Off: Toggle @@ -231981,26 +232282,26 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 29504 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-56.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 6965: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 31161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,37.5 parent: 1 - type: Transform - - range: 100 + - type: DeviceLinkSource + range: 100 linkedPorts: 3054: - On: Forward @@ -232356,14 +232657,14 @@ entities: 32439: - On: Forward - Off: Off - type: DeviceLinkSource - uid: 31162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.5,-2.5 parent: 1 - type: Transform - - range: 100 + - type: DeviceLinkSource + range: 100 linkedPorts: 2817: - On: Forward @@ -232719,14 +233020,14 @@ entities: 3047: - On: Forward - Off: Off - type: DeviceLinkSource - uid: 31370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,-77.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 30107: - On: Open - Off: Close @@ -232736,61 +233037,62 @@ entities: 30667: - On: Open - Off: Close - type: DeviceLinkSource - - uid: 31681 - components: - - pos: -117.5,-0.5 - parent: 1 - type: Transform - - linkedPorts: - 13518: - - Status: Toggle - type: DeviceLinkSource - uid: 31682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -66.5,17.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 13114: - Status: Toggle - type: DeviceLinkSource - uid: 31683 components: - - pos: -67.5,4.5 + - type: Transform + pos: -67.5,4.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 13539: - Status: Toggle - type: DeviceLinkSource - uid: 31684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,-21.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 15295: - Status: Toggle - type: DeviceLinkSource - uid: 31686 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,13.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 16363: - Status: Toggle - type: DeviceLinkSource + - uid: 32078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -116.5,-3.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 13518: + - Status: Toggle - uid: 32205 components: - - pos: -21.5,-46.5 + - type: Transform + pos: -21.5,-46.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3161: - On: Toggle - Off: Toggle @@ -232803,14 +233105,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 32776 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,0.5 parent: 1 - type: Transform - - range: 100 + - type: DeviceLinkSource + range: 100 linkedPorts: 1942: - On: Forward @@ -233064,23 +233366,23 @@ entities: 13108: - On: Forward - Off: Off - type: DeviceLinkSource - uid: 34053 components: - - pos: -98.5,-70.5 + - type: Transform + pos: -98.5,-70.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 34050: - Status: Toggle - type: DeviceLinkSource - uid: 39639 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,18.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2222: - On: Toggle - Off: Toggle @@ -233089,14 +233391,14 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 40485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,20.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2222: - On: Toggle - Off: Toggle @@ -233105,62 +233407,62 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 41025 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-54.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41022: - Status: Toggle - type: DeviceLinkSource - uid: 41026 components: - - pos: 34.5,-54.5 + - type: Transform + pos: 34.5,-54.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41023: - Status: Toggle - type: DeviceLinkSource - uid: 41027 components: - - pos: 41.5,-54.5 + - type: Transform + pos: 41.5,-54.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41024: - Status: Toggle - type: DeviceLinkSource - uid: 41028 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-54.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41021: - Status: Toggle - type: DeviceLinkSource - uid: 41057 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-56.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41056: - Status: Toggle - type: DeviceLinkSource - uid: 41807 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,-34.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41800: - On: Toggle - Off: Toggle @@ -233169,5449 +233471,5472 @@ entities: - On: Toggle - Off: Toggle - Status: Toggle - type: DeviceLinkSource - uid: 41808 components: - - pos: -119.5,-54.5 + - type: Transform + pos: -119.5,-54.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 41093: - Status: Toggle - type: DeviceLinkSource - uid: 42062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -91.5,-40.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 42061: - Status: Toggle - type: DeviceLinkSource - proto: SignAnomaly entities: - uid: 20875 components: - - pos: -37.5,-53.5 + - type: Transform + pos: -37.5,-53.5 parent: 1 - type: Transform - proto: SignAnomaly2 entities: - uid: 20874 components: - - pos: -44.5,-60.5 + - type: Transform + pos: -44.5,-60.5 parent: 1 - type: Transform - proto: SignArmory entities: - uid: 4336 components: - - pos: -54.5,-43.5 + - type: Transform + pos: -54.5,-43.5 parent: 1 - type: Transform - proto: SignAtmos entities: - uid: 6007 components: - - pos: -94.5,-31.5 + - type: Transform + pos: -94.5,-31.5 parent: 1 - type: Transform - uid: 17175 components: - - pos: -98.5,-31.5 + - type: Transform + pos: -98.5,-31.5 parent: 1 - type: Transform - proto: SignAtmosMinsky entities: - uid: 36728 components: - - pos: -17.5,-61.5 + - type: Transform + pos: -17.5,-61.5 parent: 1 - type: Transform - uid: 36729 components: - - pos: -17.5,-67.5 + - type: Transform + pos: -17.5,-67.5 parent: 1 - type: Transform - proto: SignBar entities: - uid: 31110 components: - - pos: -45.5,1.5 + - type: Transform + pos: -45.5,1.5 parent: 1 - type: Transform - proto: SignBiohazardMed entities: - uid: 13684 components: - - pos: -65.5,-67.5 + - type: Transform + pos: -65.5,-67.5 parent: 1 - type: Transform - uid: 13685 components: - - pos: -65.5,-69.5 + - type: Transform + pos: -65.5,-69.5 parent: 1 - type: Transform - proto: SignBridge entities: - uid: 31080 components: - - pos: -90.5,7.5 + - type: Transform + pos: -90.5,7.5 parent: 1 - type: Transform - uid: 31081 components: - - pos: -90.5,-1.5 + - type: Transform + pos: -90.5,-1.5 parent: 1 - type: Transform - proto: SignCanisters entities: - uid: 36732 components: - - pos: -106.5,-44.5 + - type: Transform + pos: -106.5,-44.5 parent: 1 - type: Transform - proto: SignCargo entities: - uid: 17142 components: - - pos: -41.5,27.5 + - type: Transform + pos: -41.5,27.5 parent: 1 - type: Transform - uid: 32236 components: - - pos: -32.5,27.5 + - type: Transform + pos: -32.5,27.5 parent: 1 - type: Transform - proto: SignCargoDock entities: - uid: 5778 components: - - pos: -32.5,42.5 + - type: Transform + pos: -32.5,42.5 parent: 1 - type: Transform - proto: SignChem entities: - uid: 1684 components: - - pos: 5.5,-36.5 + - type: Transform + pos: 5.5,-36.5 parent: 1 - type: Transform - proto: SignChemistry1 entities: - uid: 23321 components: - - pos: -67.5,-32.5 + - type: Transform + pos: -67.5,-32.5 parent: 1 - type: Transform - proto: SignChemistry2 entities: - uid: 28641 components: - - pos: -69.5,-26.5 + - type: Transform + pos: -69.5,-26.5 parent: 1 - type: Transform - proto: SignConference entities: - uid: 16352 components: - - pos: -101.5,3.5 + - type: Transform + pos: -101.5,3.5 parent: 1 - type: Transform - proto: SignConspiracyBoard entities: - uid: 13072 components: - - pos: -68.5,-61.5 + - type: Transform + pos: -68.5,-61.5 parent: 1 - type: Transform - proto: SignCourt entities: - uid: 32343 components: - - pos: -88.5,10.5 + - type: Transform + pos: -88.5,10.5 parent: 1 - type: Transform - proto: SignCryogenicsMed entities: - uid: 1130 components: - - pos: 3.5,-28.5 + - type: Transform + pos: 3.5,-28.5 + parent: 1 + - uid: 5228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,8.5 + parent: 1 + - uid: 8810 + components: + - type: Transform + pos: -58.5,39.5 + parent: 1 + - uid: 16489 + components: + - type: Transform + pos: -55.5,39.5 parent: 1 - type: Transform - uid: 28172 components: - - pos: 1.5,-28.5 + - type: Transform + pos: 1.5,-28.5 + parent: 1 + - uid: 42167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,7.5 parent: 1 - type: Transform - proto: SignDirectionalBar entities: - uid: 6704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.49668,38.749413 parent: 1 - type: Transform - uid: 15097 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.4803,-12.414275 parent: 1 - type: Transform - proto: SignDirectionalBridge entities: - uid: 6687 components: - - pos: -75.48923,35.82572 + - type: Transform + pos: -75.48923,35.82572 parent: 1 - type: Transform - uid: 6712 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.486973,-12.319395 parent: 1 - type: Transform - uid: 15095 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.480835,-12.205797 parent: 1 - type: Transform - uid: 16484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.515585,-24.167013 parent: 1 - type: Transform - proto: SignDirectionalBrig entities: - uid: 13517 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.490257,37.267265 parent: 1 - type: Transform - uid: 13554 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,-4.5 parent: 1 - type: Transform - uid: 15099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.48708,-12.82235 parent: 1 - type: Transform - uid: 15200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.502167,37.246418 parent: 1 - type: Transform - uid: 15467 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-25.5 parent: 1 - type: Transform - uid: 16284 components: - - pos: -42.48461,-6.0649295 + - type: Transform + pos: -42.48461,-6.0649295 parent: 1 - type: Transform - uid: 16285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-24.5 parent: 1 - type: Transform - uid: 16287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.478973,-25.38417 parent: 1 - type: Transform - uid: 16291 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-41.5 parent: 1 - type: Transform - proto: SignDirectionalChapel entities: - uid: 15109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.48765,-9.531993 parent: 1 - type: Transform - proto: SignDirectionalCryo entities: - uid: 32294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-32.5 parent: 1 - type: Transform - proto: SignDirectionalDorms entities: - uid: 8206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,31.5 parent: 1 - type: Transform - uid: 15096 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.47509,-12.200585 parent: 1 - type: Transform - uid: 29732 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.499115,38.329052 parent: 1 - type: Transform - uid: 41823 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-57.5 parent: 1 - type: Transform - uid: 41846 components: - - pos: 2.5,-44.5 + - type: Transform + pos: 2.5,-44.5 parent: 1 - type: Transform - proto: SignDirectionalEng entities: - uid: 15104 components: - - pos: -75.48821,35.61408 + - type: Transform + pos: -75.48821,35.61408 parent: 1 - type: Transform - uid: 15111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.4736,-12.422435 parent: 1 - type: Transform - uid: 15138 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.51521,-9.185293 parent: 1 - type: Transform - uid: 15149 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.463646,-16.183193 parent: 1 - type: Transform - uid: 15154 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.489643,-16.6187 parent: 1 - type: Transform - uid: 21916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-24.5 parent: 1 - type: Transform - proto: SignDirectionalEvac entities: - uid: 6711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.481766,-12.110917 parent: 1 - type: Transform - uid: 15103 components: - - pos: -18.494753,-24.709055 + - type: Transform + pos: -18.494753,-24.709055 parent: 1 - type: Transform - uid: 15139 components: - - pos: -38.473743,8.283737 + - type: Transform + pos: -38.473743,8.283737 parent: 1 - type: Transform - uid: 15140 components: - - pos: -39.494373,-9.612674 + - type: Transform + pos: -39.494373,-9.612674 parent: 1 - type: Transform - uid: 15150 components: - - pos: -42.49806,-6.274138 + - type: Transform + pos: -42.49806,-6.274138 parent: 1 - type: Transform - uid: 15151 components: - - pos: -42.5,18.5 + - type: Transform + pos: -42.5,18.5 parent: 1 - type: Transform - uid: 15155 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.4761,-9.080026 parent: 1 - type: Transform - uid: 16290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.495705,-9.100035 parent: 1 - type: Transform - uid: 16377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.490154,-16.193811 parent: 1 - type: Transform - - uid: 16489 - components: - - rot: 1.5707963267948966 rad - pos: -14.5,7.5 - parent: 1 - type: Transform - uid: 21360 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-4.5 parent: 1 - type: Transform - uid: 21382 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 21847 components: - - pos: -42.506756,-19.602222 + - type: Transform + pos: -42.506756,-19.602222 parent: 1 - type: Transform - uid: 21915 components: - - pos: -39.47264,-16.595486 + - type: Transform + pos: -39.47264,-16.595486 + parent: 1 + - uid: 23503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,4.5 parent: 1 - type: Transform - uid: 28663 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-12.5 parent: 1 - type: Transform - uid: 28664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-14.5 parent: 1 - type: Transform - uid: 29530 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-42.5 parent: 1 - type: Transform - uid: 29531 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 43.5,-48.5 parent: 1 - type: Transform - uid: 41794 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.4867292,7.644531 parent: 1 - type: Transform - uid: 41796 components: - - pos: 14.517301,4.5298676 + - type: Transform + pos: 14.517301,4.5298676 parent: 1 - type: Transform - uid: 41824 components: - - pos: -38.5,18.5 + - type: Transform + pos: -38.5,18.5 parent: 1 - type: Transform - uid: 41829 components: - - pos: -59.5,34.5 + - type: Transform + pos: -59.5,34.5 parent: 1 - type: Transform - uid: 41830 components: - - pos: -54.5,34.5 + - type: Transform + pos: -54.5,34.5 parent: 1 - type: Transform - uid: 41831 components: - - pos: -75.5,23.5 + - type: Transform + pos: -75.5,23.5 parent: 1 - type: Transform - uid: 41833 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-24.5 parent: 1 - type: Transform - uid: 41835 components: - - pos: -14.5,-27.5 + - type: Transform + pos: -14.5,-27.5 parent: 1 - type: Transform - uid: 41836 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-49.5 parent: 1 - type: Transform - uid: 41837 components: - - pos: 0.5,-44.5 + - type: Transform + pos: 0.5,-44.5 parent: 1 - type: Transform - uid: 41838 components: - - pos: 10.5,-44.5 + - type: Transform + pos: 10.5,-44.5 parent: 1 - type: Transform - uid: 41839 components: - - pos: 24.5,-43.5 + - type: Transform + pos: 24.5,-43.5 parent: 1 - type: Transform - uid: 41848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-20.5 parent: 1 - type: Transform - uid: 41849 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-23.5 parent: 1 - type: Transform - uid: 41850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-8.5 parent: 1 - type: Transform - proto: SignDirectionalFood entities: - uid: 6705 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.49391,38.53753 parent: 1 - type: Transform - uid: 15098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.485504,-12.617541 parent: 1 - type: Transform - uid: 15118 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.489662,-9.386213 parent: 1 - type: Transform - proto: SignDirectionalGravity entities: - uid: 3343 components: - - pos: -115.5,-31.5 + - type: Transform + pos: -115.5,-31.5 parent: 1 - type: Transform - proto: SignDirectionalHop entities: - uid: 6692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.45745,38.282146 parent: 1 - type: Transform - uid: 6709 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.487766,-6.683138 parent: 1 - type: Transform - uid: 15148 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.506638,-19.390692 parent: 1 - type: Transform - uid: 21660 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.489975,-9.294965 parent: 1 - type: Transform - uid: 21661 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.484158,8.5130625 parent: 1 - type: Transform - uid: 41825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.519726,22.538628 parent: 1 - type: Transform - proto: SignDirectionalHydro entities: - uid: 6684 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.45502,38.499237 parent: 1 - type: Transform - uid: 15107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.49196,-9.511146 parent: 1 - type: Transform - uid: 15153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.486164,-16.415613 parent: 1 - type: Transform - proto: SignDirectionalJanitor entities: - uid: 6696 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.45502,38.73899 parent: 1 - type: Transform - uid: 13892 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-45.5 parent: 1 - type: Transform - uid: 15106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.49239,-9.313091 parent: 1 - type: Transform - uid: 15112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.49818,-6.47466 parent: 1 - type: Transform - uid: 15116 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.472073,8.729812 parent: 1 - type: Transform - uid: 15381 components: - - pos: -87.5,-37.5 + - type: Transform + pos: -87.5,-37.5 parent: 1 - type: Transform - uid: 41832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.53014,22.298878 parent: 1 - type: Transform - proto: SignDirectionalLibrary entities: - uid: 15110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.48765,-9.745684 parent: 1 - type: Transform - uid: 23021 components: - - pos: -42.517174,-19.789854 + - type: Transform + pos: -42.517174,-19.789854 parent: 1 - type: Transform - uid: 41834 components: - - pos: -14.5,-28.5 + - type: Transform + pos: -14.5,-28.5 parent: 1 - type: Transform - uid: 41845 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-44.5 parent: 1 - type: Transform - proto: SignDirectionalMail entities: - uid: 7307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,34.5 parent: 1 - type: Transform - uid: 41826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.509308,22.788801 parent: 1 - type: Transform - uid: 41827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.46905,22.235044 parent: 1 - type: Transform - uid: 41828 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,39.5 parent: 1 - type: Transform - proto: SignDirectionalMed entities: - uid: 6691 components: - - pos: -75.48682,35.39537 + - type: Transform + pos: -75.48682,35.39537 parent: 1 - type: Transform - uid: 15113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.486973,-12.527873 parent: 1 - type: Transform - uid: 15144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.508997,-24.801872 parent: 1 - type: Transform - uid: 16486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.506756,-19.174843 parent: 1 - type: Transform - proto: SignDirectionalSalvage entities: - uid: 7305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,38.5 parent: 1 - type: Transform - uid: 15108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.484375,-9.714412 parent: 1 - type: Transform - uid: 15115 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.499678,-24.309841 parent: 1 - type: Transform - uid: 21917 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.474266,-16.843996 parent: 1 - type: Transform - uid: 32775 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,2.5 parent: 1 - type: Transform - proto: SignDirectionalSci entities: - uid: 6690 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.50954,35.420784 parent: 1 - type: Transform - uid: 15102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.47406,-12.826451 parent: 1 - type: Transform - uid: 15114 components: - - pos: -39.48568,-16.81608 + - type: Transform + pos: -39.48568,-16.81608 parent: 1 - type: Transform - uid: 15146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-42.5 parent: 1 - type: Transform - uid: 15152 components: - - pos: -39.484455,-9.803169 + - type: Transform + pos: -39.484455,-9.803169 parent: 1 - type: Transform - uid: 16193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-46.5 parent: 1 - type: Transform - proto: SignDirectionalSec entities: - uid: 6685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.51995,35.837738 parent: 1 - type: Transform - uid: 15101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -69.47406,-12.617973 parent: 1 - type: Transform - uid: 15142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.50379,-24.379704 parent: 1 - type: Transform - proto: SignDirectionalSolar entities: - uid: 9846 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-23.5 parent: 1 - type: Transform - uid: 21383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -137.5,-34.5 parent: 1 - type: Transform - uid: 41844 components: - - pos: -109.5,-84.5 + - type: Transform + pos: -109.5,-84.5 parent: 1 - type: Transform - proto: SignDirectionalSupply entities: - uid: 15105 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.46837,-16.397432 parent: 1 - type: Transform - uid: 15143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.50379,-24.588182 parent: 1 - type: Transform - uid: 21944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -71.51425,35.639465 parent: 1 - type: Transform - uid: 21945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.479736,-12.7539215 parent: 1 - type: Transform - proto: SignDisposalSpace entities: - uid: 15164 components: - - pos: -5.5,24.5 + - type: Transform + pos: -5.5,24.5 parent: 1 - type: Transform - proto: SignDrones entities: - uid: 9812 components: - - pos: -112.5,-34.5 + - type: Transform + pos: -112.5,-34.5 parent: 1 - type: Transform - proto: SignElectrical entities: - uid: 15801 components: - - pos: 62.5,-36.5 + - type: Transform + pos: 62.5,-36.5 parent: 1 - type: Transform - uid: 15802 components: - - pos: 74.5,-36.5 + - type: Transform + pos: 74.5,-36.5 parent: 1 - type: Transform - uid: 15803 components: - - pos: 92.5,-36.5 + - type: Transform + pos: 92.5,-36.5 parent: 1 - type: Transform - uid: 15804 components: - - pos: 92.5,-58.5 + - type: Transform + pos: 92.5,-58.5 parent: 1 - type: Transform - uid: 15805 components: - - pos: 74.5,-58.5 + - type: Transform + pos: 74.5,-58.5 parent: 1 - type: Transform - uid: 15806 components: - - pos: 62.5,-58.5 + - type: Transform + pos: 62.5,-58.5 parent: 1 - type: Transform - proto: SignElectricalMed entities: - uid: 2468 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,14.5 parent: 1 - type: Transform - uid: 28177 components: - - pos: -94.5,-10.5 + - type: Transform + pos: -94.5,-10.5 parent: 1 - type: Transform - uid: 31422 components: - - pos: 23.5,-4.5 + - type: Transform + pos: 23.5,-4.5 parent: 1 - type: Transform - uid: 31426 components: - - pos: 32.5,-4.5 + - type: Transform + pos: 32.5,-4.5 parent: 1 - type: Transform - uid: 31437 components: - - pos: 23.5,0.5 + - type: Transform + pos: 23.5,0.5 parent: 1 - type: Transform - uid: 31439 components: - - pos: 32.5,-2.5 + - type: Transform + pos: 32.5,-2.5 parent: 1 - type: Transform - uid: 31441 components: - - pos: 23.5,-2.5 + - type: Transform + pos: 23.5,-2.5 parent: 1 - type: Transform - uid: 31488 components: - - pos: 23.5,2.5 + - type: Transform + pos: 23.5,2.5 parent: 1 - type: Transform - uid: 40479 components: - - pos: 33.5,28.5 + - type: Transform + pos: 33.5,28.5 parent: 1 - type: Transform - uid: 40480 components: - - pos: 9.5,28.5 + - type: Transform + pos: 9.5,28.5 parent: 1 - type: Transform - uid: 40481 components: - - pos: 22.5,28.5 + - type: Transform + pos: 22.5,28.5 parent: 1 - type: Transform - uid: 40482 components: - - pos: 33.5,26.5 + - type: Transform + pos: 33.5,26.5 parent: 1 - type: Transform - uid: 40483 components: - - pos: 22.5,26.5 + - type: Transform + pos: 22.5,26.5 parent: 1 - type: Transform - uid: 40484 components: - - pos: 9.5,26.5 + - type: Transform + pos: 9.5,26.5 parent: 1 - type: Transform - uid: 40498 components: - - pos: 39.5,-4.5 + - type: Transform + pos: 39.5,-4.5 parent: 1 - type: Transform - uid: 40499 components: - - pos: 39.5,-2.5 + - type: Transform + pos: 39.5,-2.5 parent: 1 - type: Transform - uid: 40606 components: - - pos: 35.5,4.5 + - type: Transform + pos: 35.5,4.5 parent: 1 - type: Transform - uid: 40607 components: - - pos: 33.5,2.5 + - type: Transform + pos: 33.5,2.5 parent: 1 - type: Transform - uid: 40608 components: - - pos: 33.5,0.5 + - type: Transform + pos: 33.5,0.5 parent: 1 - type: Transform - uid: 40609 components: - - pos: 37.5,4.5 + - type: Transform + pos: 37.5,4.5 parent: 1 - type: Transform - uid: 40610 components: - - pos: 37.5,24.5 + - type: Transform + pos: 37.5,24.5 parent: 1 - type: Transform - uid: 40611 components: - - pos: 35.5,24.5 + - type: Transform + pos: 35.5,24.5 parent: 1 - type: Transform - uid: 40615 components: - - pos: 35.5,14.5 + - type: Transform + pos: 35.5,14.5 parent: 1 - type: Transform - uid: 40616 components: - - pos: 37.5,14.5 + - type: Transform + pos: 37.5,14.5 parent: 1 - type: Transform - uid: 40731 components: - - pos: 41.5,-0.5 + - type: Transform + pos: 41.5,-0.5 parent: 1 - type: Transform - uid: 40732 components: - - pos: 43.5,-0.5 + - type: Transform + pos: 43.5,-0.5 parent: 1 - type: Transform - uid: 40733 components: - - pos: 43.5,33.5 + - type: Transform + pos: 43.5,33.5 parent: 1 - type: Transform - uid: 40734 components: - - pos: 41.5,33.5 + - type: Transform + pos: 41.5,33.5 parent: 1 - type: Transform - uid: 40735 components: - - pos: 41.5,22.5 + - type: Transform + pos: 41.5,22.5 parent: 1 - type: Transform - uid: 40736 components: - - pos: 43.5,22.5 + - type: Transform + pos: 43.5,22.5 parent: 1 - type: Transform - uid: 40737 components: - - pos: 43.5,10.5 + - type: Transform + pos: 43.5,10.5 parent: 1 - type: Transform - uid: 40738 components: - - pos: 41.5,10.5 + - type: Transform + pos: 41.5,10.5 parent: 1 - type: Transform - uid: 41901 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,14.5 parent: 1 - type: Transform - uid: 41902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,14.5 parent: 1 - type: Transform - proto: SignEngine entities: - uid: 3184 components: - - pos: -107.5,-24.5 + - type: Transform + pos: -107.5,-24.5 parent: 1 - type: Transform - uid: 7286 components: - - pos: -12.5,16.5 + - type: Transform + pos: -12.5,16.5 parent: 1 - type: Transform - uid: 9848 components: - - pos: -122.5,-27.5 + - type: Transform + pos: -122.5,-27.5 parent: 1 - type: Transform - uid: 15807 components: - - pos: 36.5,-38.5 + - type: Transform + pos: 36.5,-38.5 parent: 1 - type: Transform - uid: 16342 components: - - pos: 8.5,19.5 + - type: Transform + pos: 8.5,19.5 parent: 1 - type: Transform - uid: 16347 components: - - pos: 8.5,16.5 + - type: Transform + pos: 8.5,16.5 parent: 1 - type: Transform - uid: 16348 components: - - pos: 15.5,15.5 + - type: Transform + pos: 15.5,15.5 parent: 1 - type: Transform - uid: 34754 components: - - pos: -12.5,19.5 + - type: Transform + pos: -12.5,19.5 parent: 1 - type: Transform - proto: SignEngineering entities: - uid: 3174 components: - - pos: -98.5,-18.5 + - type: Transform + pos: -98.5,-18.5 parent: 1 - type: Transform - proto: SignEscapePods entities: - uid: 1982 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,6.5 parent: 1 - type: Transform - uid: 8937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,8.5 parent: 1 - type: Transform - uid: 9043 components: - - pos: -51.5,-76.5 + - type: Transform + pos: -51.5,-76.5 parent: 1 - type: Transform - uid: 16123 components: - - pos: -39.5,-76.5 + - type: Transform + pos: -39.5,-76.5 parent: 1 - type: Transform - uid: 34566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -134.5,-23.5 parent: 1 - type: Transform - uid: 34789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,6.5 parent: 1 - type: Transform - uid: 36455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -122.5,23.5 parent: 1 - type: Transform - uid: 36602 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,-81.5 parent: 1 - type: Transform - uid: 36603 components: - - pos: -93.5,-81.5 + - type: Transform + pos: -93.5,-81.5 parent: 1 - type: Transform - proto: SignExamroom entities: - uid: 4352 components: - - pos: -70.5,-20.5 + - type: Transform + pos: -70.5,-20.5 parent: 1 - type: Transform - uid: 4353 components: - - pos: -1.5,-36.5 + - type: Transform + pos: -1.5,-36.5 parent: 1 - type: Transform - proto: SignFire entities: - uid: 31310 components: - - pos: -37.5,-60.5 + - type: Transform + pos: -37.5,-60.5 parent: 1 - type: Transform - uid: 33931 components: - - pos: -106.5,-73.5 + - type: Transform + pos: -106.5,-73.5 parent: 1 - type: Transform - proto: SignGravity entities: - uid: 9836 components: - - pos: -117.5,-36.5 + - type: Transform + pos: -117.5,-36.5 parent: 1 - type: Transform - uid: 9837 components: - - pos: -123.5,-36.5 + - type: Transform + pos: -123.5,-36.5 parent: 1 - type: Transform - proto: SignInterrogation entities: - uid: 29299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-35.5 parent: 1 - type: Transform - proto: SignJanitor entities: - uid: 32237 components: - - pos: -27.5,27.5 + - type: Transform + pos: -27.5,27.5 parent: 1 - type: Transform - proto: SignLastIdiot entities: - uid: 9752 components: - - desc: Elliot! - type: MetaData - - pos: -110.5,-9.5 + - type: MetaData + desc: Elliot! + - type: Transform + pos: -110.5,-9.5 parent: 1 - type: Transform - proto: SignLibrary entities: - uid: 2624 components: - - pos: 12.5,-57.5 + - type: Transform + pos: 12.5,-57.5 parent: 1 - type: Transform - uid: 2625 components: - - pos: 14.5,-48.5 - parent: 1 - type: Transform - - uid: 16351 - components: - - pos: -21.5,-28.5 + - type: Transform + pos: 14.5,-48.5 parent: 1 - type: Transform - proto: SignMail entities: - uid: 7309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,35.5 parent: 1 - type: Transform - uid: 8202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,35.5 parent: 1 - type: Transform - proto: SignMedical entities: - uid: 16354 components: - - pos: -13.5,-36.5 + - type: Transform + pos: -13.5,-36.5 parent: 1 - type: Transform - uid: 28657 components: - - pos: -6.5,-24.5 + - type: Transform + pos: -6.5,-24.5 parent: 1 - type: Transform - uid: 28658 components: - - pos: -10.5,-24.5 + - type: Transform + pos: -10.5,-24.5 parent: 1 - type: Transform - proto: SignMorgue entities: - uid: 9061 components: - - pos: -80.5,-26.5 + - type: Transform + pos: -80.5,-26.5 parent: 1 - type: Transform - uid: 24743 components: - - pos: -78.5,-33.5 + - type: Transform + pos: -78.5,-33.5 parent: 1 - type: Transform - uid: 30196 components: - - pos: 5.5,-33.5 + - type: Transform + pos: 5.5,-33.5 parent: 1 - type: Transform - uid: 30197 components: - - pos: 5.5,-29.5 + - type: Transform + pos: 5.5,-29.5 parent: 1 - type: Transform - proto: SignPlaque entities: - uid: 11974 components: - - pos: -100.5,3.5 + - type: Transform + pos: -100.5,3.5 parent: 1 - type: Transform - proto: SignPrison entities: - uid: 15500 components: - - pos: -15.5,-24.5 + - type: Transform + pos: -15.5,-24.5 parent: 1 - type: Transform - uid: 16234 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 1 - type: Transform - uid: 16490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,8.5 parent: 1 - type: Transform - proto: SignPsychology entities: - uid: 1679 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - proto: SignRadiation entities: - uid: 15795 components: - - pos: 58.5,-57.5 + - type: Transform + pos: 58.5,-57.5 parent: 1 - type: Transform - uid: 15796 components: - - pos: 80.5,-58.5 + - type: Transform + pos: 80.5,-58.5 parent: 1 - type: Transform - uid: 15798 components: - - pos: 92.5,-47.5 + - type: Transform + pos: 92.5,-47.5 parent: 1 - type: Transform - uid: 15799 components: - - pos: 80.5,-36.5 + - type: Transform + pos: 80.5,-36.5 parent: 1 - type: Transform - uid: 15800 components: - - pos: 54.5,-38.5 + - type: Transform + pos: 54.5,-38.5 parent: 1 - type: Transform - proto: SignRedFive entities: - uid: 41237 components: - - pos: 39.5,-62.5 + - type: Transform + pos: 39.5,-62.5 parent: 1 - type: Transform - proto: SignRedFour entities: - uid: 41236 components: - - pos: 25.5,-62.5 + - type: Transform + pos: 25.5,-62.5 parent: 1 - type: Transform - proto: SignRedOne entities: - uid: 22228 components: - - pos: -4.5,-62.5 + - type: Transform + pos: -4.5,-62.5 parent: 1 - type: Transform - proto: SignRedSix entities: - uid: 41238 components: - - pos: 47.5,-62.5 + - type: Transform + pos: 47.5,-62.5 parent: 1 - type: Transform - proto: SignRedThree entities: - uid: 41235 components: - - pos: 17.5,-62.5 + - type: Transform + pos: 17.5,-62.5 parent: 1 - type: Transform - proto: SignRedTwo entities: - uid: 41234 components: - - pos: 3.5,-62.5 + - type: Transform + pos: 3.5,-62.5 parent: 1 - type: Transform - proto: SignRobo entities: - uid: 3153 components: - - pos: -25.5,-47.5 + - type: Transform + pos: -25.5,-47.5 parent: 1 - type: Transform - proto: SignSec entities: - uid: 28783 components: - - pos: -50.5,-19.5 + - type: Transform + pos: -50.5,-19.5 parent: 1 - type: Transform - uid: 28784 components: - - pos: -42.5,-25.5 + - type: Transform + pos: -42.5,-25.5 parent: 1 - type: Transform - proto: SignSecurity entities: - uid: 28785 components: - - pos: -75.5,29.5 + - type: Transform + pos: -75.5,29.5 parent: 1 - type: Transform - proto: SignSmoking entities: - uid: 33933 components: - - pos: -105.5,-44.5 + - type: Transform + pos: -105.5,-44.5 parent: 1 - type: Transform - proto: SignSomethingOld entities: - uid: 16358 components: - - pos: -119.5,-8.5 + - type: Transform + pos: -119.5,-8.5 parent: 1 - type: Transform - proto: SignSomethingOld2 entities: - uid: 16357 components: - - pos: -91.5,23.5 + - type: Transform + pos: -91.5,23.5 parent: 1 - type: Transform - proto: SignSpace entities: - uid: 2089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-38.5 parent: 1 - type: Transform - uid: 2366 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,8.5 parent: 1 - type: Transform - uid: 9835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -114.5,-34.5 parent: 1 - type: Transform - uid: 11355 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,39.5 parent: 1 - type: Transform - uid: 11572 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,39.5 parent: 1 - type: Transform - uid: 16353 components: - - pos: -35.5,-79.5 + - type: Transform + pos: -35.5,-79.5 parent: 1 - type: Transform - uid: 16359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,19.5 parent: 1 - type: Transform - uid: 16362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-79.5 parent: 1 - type: Transform - uid: 20545 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,39.5 parent: 1 - type: Transform - uid: 20546 components: - - pos: -87.5,39.5 + - type: Transform + pos: -87.5,39.5 parent: 1 - type: Transform - uid: 20547 components: - - pos: -87.5,44.5 + - type: Transform + pos: -87.5,44.5 parent: 1 - type: Transform - uid: 20548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -97.5,44.5 parent: 1 - type: Transform - uid: 24951 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,19.5 parent: 1 - type: Transform - uid: 34567 components: - - pos: -146.5,-34.5 + - type: Transform + pos: -146.5,-34.5 parent: 1 - type: Transform - uid: 34568 components: - - pos: -146.5,-40.5 + - type: Transform + pos: -146.5,-40.5 parent: 1 - type: Transform - uid: 34790 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,6.5 parent: 1 - type: Transform - uid: 41851 components: - - pos: -115.5,-83.5 + - type: Transform + pos: -115.5,-83.5 parent: 1 - type: Transform - uid: 41852 components: - - pos: -137.5,-29.5 + - type: Transform + pos: -137.5,-29.5 parent: 1 - type: Transform - proto: SignSurgery entities: - uid: 4910 components: - - pos: -81.5,-26.5 + - type: Transform + pos: -81.5,-26.5 parent: 1 - type: Transform - uid: 32293 components: - - pos: -0.5,-35.5 + - type: Transform + pos: -0.5,-35.5 parent: 1 - type: Transform - proto: SignTelecomms entities: - uid: 3418 components: - - pos: -126.5,-36.5 + - type: Transform + pos: -126.5,-36.5 parent: 1 - type: Transform - uid: 9834 components: - - pos: -126.5,-41.5 + - type: Transform + pos: -126.5,-41.5 parent: 1 - type: Transform - proto: SignToolStorage entities: - uid: 30460 components: - - pos: -75.5,20.5 + - type: Transform + pos: -75.5,20.5 parent: 1 - type: Transform - uid: 32070 components: - - pos: -14.5,-16.5 + - type: Transform + pos: -14.5,-16.5 parent: 1 - type: Transform - proto: SilverDoor entities: - uid: 7422 components: - - pos: -79.5,36.5 + - type: Transform + pos: -79.5,36.5 parent: 1 - type: Transform - uid: 9909 components: - - pos: 27.5,-39.5 + - type: Transform + pos: 27.5,-39.5 parent: 1 - type: Transform - uid: 9936 components: - - pos: 25.5,-38.5 + - type: Transform + pos: 25.5,-38.5 parent: 1 - type: Transform - uid: 20515 components: - - pos: -79.5,37.5 + - type: Transform + pos: -79.5,37.5 parent: 1 - type: Transform - proto: SingularityGenerator entities: - uid: 29525 components: - - pos: 51.5,-43.5 + - type: Transform + pos: 51.5,-43.5 parent: 1 - type: Transform - proto: Sink entities: - uid: 245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,9.5 parent: 1 - type: Transform - uid: 580 components: - - pos: -29.5,14.5 + - type: Transform + pos: -29.5,14.5 parent: 1 - type: Transform - uid: 597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,4.5 parent: 1 - type: Transform - uid: 823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-17.5 parent: 1 - type: Transform - uid: 1293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,9.5 parent: 1 - type: Transform - uid: 1294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,9.5 parent: 1 - type: Transform - uid: 1295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,9.5 parent: 1 - type: Transform - uid: 1296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,9.5 parent: 1 - type: Transform - uid: 1297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,9.5 parent: 1 - type: Transform - uid: 1344 components: - - pos: 20.5,-22.5 + - type: Transform + pos: 20.5,-22.5 parent: 1 - type: Transform - uid: 1431 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,0.5 parent: 1 - type: Transform - uid: 1471 components: - - pos: -56.5,7.5 + - type: Transform + pos: -56.5,7.5 parent: 1 - type: Transform - uid: 1472 components: - - pos: -55.5,7.5 + - type: Transform + pos: -55.5,7.5 parent: 1 - type: Transform - uid: 3947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-29.5 parent: 1 - type: Transform - uid: 3963 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-38.5 parent: 1 - type: Transform - uid: 3964 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-38.5 parent: 1 - type: Transform - uid: 3965 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-38.5 parent: 1 - type: Transform - uid: 4009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-48.5 parent: 1 - type: Transform - uid: 6665 components: - - pos: -20.5,33.5 + - type: Transform + pos: -20.5,33.5 parent: 1 - type: Transform - uid: 7208 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,31.5 parent: 1 - type: Transform - uid: 7246 components: - - pos: -39.5,38.5 + - type: Transform + pos: -39.5,38.5 parent: 1 - type: Transform - uid: 7753 components: - - pos: -81.5,26.5 + - type: Transform + pos: -81.5,26.5 parent: 1 - type: Transform - uid: 8801 components: - - pos: -117.5,1.5 + - type: Transform + pos: -117.5,1.5 parent: 1 - type: Transform - uid: 9487 components: - - pos: -49.5,17.5 + - type: Transform + pos: -49.5,17.5 parent: 1 - type: Transform - uid: 9932 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-38.5 parent: 1 - type: Transform - uid: 9935 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,-38.5 parent: 1 - type: Transform - uid: 9972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-41.5 parent: 1 - type: Transform - uid: 9986 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-40.5 parent: 1 - type: Transform - uid: 13855 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-36.5 parent: 1 - type: Transform - uid: 15734 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -95.5,-71.5 parent: 1 - type: Transform - uid: 16230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-17.5 parent: 1 - type: Transform - uid: 16331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-17.5 parent: 1 - type: Transform - uid: 17135 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-17.5 parent: 1 - type: Transform - uid: 22962 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-35.5 parent: 1 - type: Transform - uid: 41998 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -64.5,-26.5 parent: 1 - type: Transform - proto: SinkEmpty entities: - uid: 12458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -71.5,-60.5 parent: 1 - type: Transform - uid: 30687 components: - - pos: -21.5,-17.5 + - type: Transform + pos: -21.5,-17.5 parent: 1 - type: Transform - proto: SinkStemlessWater entities: - uid: 2924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-53.5 parent: 1 - type: Transform - uid: 9920 components: - - pos: 27.5,-43.5 + - type: Transform + pos: 27.5,-43.5 parent: 1 - type: Transform - uid: 11957 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-28.5 parent: 1 - type: Transform - uid: 13201 components: - - pos: -59.5,38.5 + - type: Transform + pos: -59.5,38.5 parent: 1 - type: Transform - uid: 17706 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,-15.5 parent: 1 - type: Transform - uid: 21125 components: - - pos: 8.5,-17.5 + - type: Transform + pos: 8.5,-17.5 parent: 1 - type: Transform - uid: 21127 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,0.5 parent: 1 - type: Transform - uid: 21148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,0.5 parent: 1 - type: Transform - uid: 30666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -93.5,-16.5 parent: 1 - type: Transform - proto: SinkWide entities: - uid: 6042 components: - - pos: -55.5,13.5 + - type: Transform + pos: -55.5,13.5 parent: 1 - type: Transform - uid: 8106 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-8.5 parent: 1 - type: Transform - uid: 8107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-8.5 parent: 1 - type: Transform - uid: 8108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,-8.5 parent: 1 - type: Transform - uid: 9617 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,1.5 parent: 1 - type: Transform - uid: 23747 components: - - pos: 30.5,-48.5 + - type: Transform + pos: 30.5,-48.5 parent: 1 - type: Transform - uid: 30963 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-73.5 parent: 1 - type: Transform - proto: SmartFridge entities: - uid: 4707 components: - - flags: SessionSpecific - type: MetaData - - pos: -65.5,-25.5 + - type: Transform + pos: -65.5,-25.5 parent: 1 - type: Transform - proto: SMESBasic entities: - uid: 8278 components: - - name: Bridge Backup SMES - type: MetaData - - pos: -108.5,-0.5 + - type: MetaData + name: Bridge Backup SMES + - type: Transform + pos: -108.5,-0.5 parent: 1 - type: Transform - uid: 8979 components: - - name: Main SMES 2 - type: MetaData - - pos: -111.5,-21.5 + - type: MetaData + name: Main SMES 2 + - type: Transform + pos: -111.5,-21.5 parent: 1 - type: Transform - uid: 9666 components: - - name: AI SMES - type: MetaData - - pos: -111.5,7.5 + - type: MetaData + name: AI SMES + - type: Transform + pos: -111.5,7.5 parent: 1 - type: Transform - uid: 13287 components: - - name: Main SMES 1 - type: MetaData - - pos: -110.5,-21.5 + - type: MetaData + name: Main SMES 1 + - type: Transform + pos: -110.5,-21.5 parent: 1 - type: Transform - uid: 14969 components: - - name: Prison Main SMES - type: MetaData - - pos: 15.5,18.5 + - type: MetaData + name: Prison Main SMES + - type: Transform + pos: 15.5,18.5 parent: 1 - type: Transform - uid: 15676 components: - - name: Main SMES 3 - type: MetaData - - pos: -112.5,-21.5 + - type: MetaData + name: Main SMES 3 + - type: Transform + pos: -112.5,-21.5 parent: 1 - type: Transform - uid: 34244 components: - - name: Portside Solar SMES - type: MetaData - - pos: -145.5,-39.5 + - type: MetaData + name: Portside Solar SMES + - type: Transform + pos: -145.5,-39.5 parent: 1 - type: Transform - proto: SMESBasicEmpty entities: - uid: 4283 components: - - name: Security Backup SMES - type: MetaData - - pos: -64.5,-42.5 + - type: MetaData + name: Security Backup SMES + - type: Transform + pos: -64.5,-42.5 parent: 1 - type: Transform - uid: 10918 components: - - name: Particle Accelerator SMES - type: MetaData - - pos: 61.5,-56.5 + - type: MetaData + name: Particle Accelerator SMES + - type: Transform + pos: 61.5,-56.5 parent: 1 - type: Transform - uid: 28642 components: - - name: Medical Backup SMES - type: MetaData - - pos: -62.5,-33.5 + - type: MetaData + name: Medical Backup SMES + - type: Transform + pos: -62.5,-33.5 parent: 1 - type: Transform - uid: 35605 components: - - name: Lower Portside SMES - type: MetaData - - pos: -114.5,-84.5 + - type: MetaData + name: Lower Portside SMES + - type: Transform + pos: -114.5,-84.5 parent: 1 - type: Transform - proto: SMESMachineCircuitboard entities: - uid: 9780 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.56404,-30.915667 parent: 1 - type: Transform - uid: 9781 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.58488,-31.092873 parent: 1 - type: Transform - proto: SmokingPipeFilledCannabis entities: - uid: 11953 components: - - pos: -32.417797,-35.37037 + - type: Transform + pos: -32.417797,-35.37037 parent: 1 - type: Transform - proto: SmokingPipeFilledTobacco entities: - uid: 29456 components: - - pos: -58.56885,-41.41053 + - type: Transform + pos: -58.56885,-41.41053 parent: 1 - type: Transform - proto: soda_dispenser entities: - uid: 1531 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-1.5 parent: 1 - type: Transform - uid: 11083 components: - - pos: -24.5,-22.5 + - type: Transform + pos: -24.5,-22.5 parent: 1 - type: Transform - uid: 12669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -88.5,-52.5 parent: 1 - type: Transform - uid: 13806 components: - - pos: 19.5,-22.5 + - type: Transform + pos: 19.5,-22.5 parent: 1 - type: Transform - uid: 17534 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-1.5 parent: 1 - type: Transform - uid: 23846 components: - - pos: -5.5,-57.5 + - type: Transform + pos: -5.5,-57.5 parent: 1 - type: Transform - proto: SolarPanel entities: - uid: 34464 components: - - pos: -160.5,-49.5 + - type: Transform + pos: -160.5,-49.5 parent: 1 - type: Transform - uid: 34471 components: - - pos: -159.5,-49.5 + - type: Transform + pos: -159.5,-49.5 parent: 1 - type: Transform - uid: 34472 components: - - pos: -158.5,-49.5 + - type: Transform + pos: -158.5,-49.5 parent: 1 - type: Transform - uid: 34473 components: - - pos: -157.5,-49.5 + - type: Transform + pos: -157.5,-49.5 parent: 1 - type: Transform - uid: 34474 components: - - pos: -156.5,-49.5 + - type: Transform + pos: -156.5,-49.5 parent: 1 - type: Transform - uid: 34475 components: - - pos: -159.5,-51.5 + - type: Transform + pos: -159.5,-51.5 parent: 1 - type: Transform - uid: 34476 components: - - pos: -158.5,-51.5 + - type: Transform + pos: -158.5,-51.5 parent: 1 - type: Transform - uid: 34477 components: - - pos: -157.5,-51.5 + - type: Transform + pos: -157.5,-51.5 parent: 1 - type: Transform - uid: 34478 components: - - pos: -156.5,-51.5 + - type: Transform + pos: -156.5,-51.5 parent: 1 - type: Transform - uid: 34479 components: - - pos: -151.5,-49.5 + - type: Transform + pos: -151.5,-49.5 parent: 1 - type: Transform - uid: 34480 components: - - pos: -150.5,-49.5 + - type: Transform + pos: -150.5,-49.5 parent: 1 - type: Transform - uid: 34481 components: - - pos: -149.5,-49.5 + - type: Transform + pos: -149.5,-49.5 parent: 1 - type: Transform - uid: 34482 components: - - pos: -148.5,-49.5 + - type: Transform + pos: -148.5,-49.5 parent: 1 - type: Transform - uid: 34483 components: - - pos: -150.5,-51.5 + - type: Transform + pos: -150.5,-51.5 parent: 1 - type: Transform - uid: 34484 components: - - pos: -149.5,-51.5 + - type: Transform + pos: -149.5,-51.5 parent: 1 - type: Transform - uid: 34485 components: - - pos: -148.5,-51.5 + - type: Transform + pos: -148.5,-51.5 parent: 1 - type: Transform - uid: 34486 components: - - pos: -147.5,-51.5 + - type: Transform + pos: -147.5,-51.5 parent: 1 - type: Transform - uid: 34487 components: - - pos: -146.5,-51.5 + - type: Transform + pos: -146.5,-51.5 parent: 1 - type: Transform - uid: 34488 components: - - pos: -146.5,-55.5 + - type: Transform + pos: -146.5,-55.5 parent: 1 - type: Transform - uid: 34489 components: - - pos: -151.5,-53.5 + - type: Transform + pos: -151.5,-53.5 parent: 1 - type: Transform - uid: 34490 components: - - pos: -150.5,-53.5 + - type: Transform + pos: -150.5,-53.5 parent: 1 - type: Transform - uid: 34491 components: - - pos: -149.5,-53.5 + - type: Transform + pos: -149.5,-53.5 parent: 1 - type: Transform - uid: 34492 components: - - pos: -148.5,-53.5 + - type: Transform + pos: -148.5,-53.5 parent: 1 - type: Transform - uid: 34493 components: - - pos: -147.5,-53.5 + - type: Transform + pos: -147.5,-53.5 parent: 1 - type: Transform - uid: 34494 components: - - pos: -146.5,-53.5 + - type: Transform + pos: -146.5,-53.5 parent: 1 - type: Transform - uid: 34495 components: - - pos: -150.5,-55.5 + - type: Transform + pos: -150.5,-55.5 parent: 1 - type: Transform - uid: 34496 components: - - pos: -148.5,-55.5 + - type: Transform + pos: -148.5,-55.5 parent: 1 - type: Transform - uid: 34497 components: - - pos: -151.5,-57.5 + - type: Transform + pos: -151.5,-57.5 parent: 1 - type: Transform - uid: 34498 components: - - pos: -150.5,-57.5 + - type: Transform + pos: -150.5,-57.5 parent: 1 - type: Transform - uid: 34499 components: - - pos: -149.5,-57.5 + - type: Transform + pos: -149.5,-57.5 parent: 1 - type: Transform - uid: 34500 components: - - pos: -148.5,-57.5 + - type: Transform + pos: -148.5,-57.5 parent: 1 - type: Transform - uid: 34501 components: - - pos: -147.5,-57.5 + - type: Transform + pos: -147.5,-57.5 parent: 1 - type: Transform - uid: 34502 components: - - pos: -146.5,-57.5 + - type: Transform + pos: -146.5,-57.5 parent: 1 - type: Transform - uid: 34503 components: - - pos: -146.5,-59.5 + - type: Transform + pos: -146.5,-59.5 parent: 1 - type: Transform - uid: 34504 components: - - pos: -147.5,-59.5 + - type: Transform + pos: -147.5,-59.5 parent: 1 - type: Transform - uid: 34505 components: - - pos: -148.5,-59.5 + - type: Transform + pos: -148.5,-59.5 parent: 1 - type: Transform - uid: 34506 components: - - pos: -149.5,-59.5 + - type: Transform + pos: -149.5,-59.5 parent: 1 - type: Transform - uid: 34507 components: - - pos: -150.5,-59.5 + - type: Transform + pos: -150.5,-59.5 parent: 1 - type: Transform - uid: 34508 components: - - pos: -151.5,-59.5 + - type: Transform + pos: -151.5,-59.5 parent: 1 - type: Transform - uid: 35689 components: - - pos: -124.5,-79.5 + - type: Transform + pos: -124.5,-79.5 parent: 1 - type: Transform - uid: 35690 components: - - pos: -124.5,-80.5 + - type: Transform + pos: -124.5,-80.5 parent: 1 - type: Transform - uid: 35691 components: - - pos: -124.5,-81.5 + - type: Transform + pos: -124.5,-81.5 parent: 1 - type: Transform - uid: 35692 components: - - pos: -124.5,-82.5 + - type: Transform + pos: -124.5,-82.5 parent: 1 - type: Transform - uid: 35693 components: - - pos: -124.5,-83.5 + - type: Transform + pos: -124.5,-83.5 parent: 1 - type: Transform - uid: 35694 components: - - pos: -124.5,-84.5 + - type: Transform + pos: -124.5,-84.5 parent: 1 - type: Transform - uid: 35695 components: - - pos: -126.5,-79.5 + - type: Transform + pos: -126.5,-79.5 parent: 1 - type: Transform - uid: 35696 components: - - pos: -126.5,-80.5 + - type: Transform + pos: -126.5,-80.5 parent: 1 - type: Transform - uid: 35697 components: - - pos: -126.5,-81.5 + - type: Transform + pos: -126.5,-81.5 parent: 1 - type: Transform - uid: 35698 components: - - pos: -126.5,-82.5 + - type: Transform + pos: -126.5,-82.5 parent: 1 - type: Transform - uid: 35699 components: - - pos: -124.5,-88.5 + - type: Transform + pos: -124.5,-88.5 parent: 1 - type: Transform - uid: 35700 components: - - pos: -124.5,-89.5 + - type: Transform + pos: -124.5,-89.5 parent: 1 - type: Transform - uid: 35701 components: - - pos: -124.5,-90.5 + - type: Transform + pos: -124.5,-90.5 parent: 1 - type: Transform - uid: 35702 components: - - pos: -124.5,-91.5 + - type: Transform + pos: -124.5,-91.5 parent: 1 - type: Transform - uid: 35703 components: - - pos: -124.5,-92.5 + - type: Transform + pos: -124.5,-92.5 parent: 1 - type: Transform - uid: 35704 components: - - pos: -124.5,-93.5 + - type: Transform + pos: -124.5,-93.5 parent: 1 - type: Transform - uid: 35705 components: - - pos: -126.5,-88.5 + - type: Transform + pos: -126.5,-88.5 parent: 1 - type: Transform - uid: 35706 components: - - pos: -126.5,-89.5 + - type: Transform + pos: -126.5,-89.5 parent: 1 - type: Transform - uid: 35707 components: - - pos: -126.5,-90.5 + - type: Transform + pos: -126.5,-90.5 parent: 1 - type: Transform - uid: 35708 components: - - pos: -126.5,-91.5 + - type: Transform + pos: -126.5,-91.5 parent: 1 - type: Transform - uid: 35709 components: - - pos: -126.5,-92.5 + - type: Transform + pos: -126.5,-92.5 parent: 1 - type: Transform - uid: 35710 components: - - pos: -126.5,-93.5 + - type: Transform + pos: -126.5,-93.5 parent: 1 - type: Transform - uid: 35711 components: - - pos: -130.5,-79.5 + - type: Transform + pos: -130.5,-79.5 parent: 1 - type: Transform - uid: 35712 components: - - pos: -130.5,-80.5 + - type: Transform + pos: -130.5,-80.5 parent: 1 - type: Transform - uid: 35713 components: - - pos: -130.5,-81.5 + - type: Transform + pos: -130.5,-81.5 parent: 1 - type: Transform - uid: 35714 components: - - pos: -130.5,-82.5 + - type: Transform + pos: -130.5,-82.5 parent: 1 - type: Transform - uid: 35715 components: - - pos: -130.5,-84.5 + - type: Transform + pos: -130.5,-84.5 parent: 1 - type: Transform - uid: 35716 components: - - pos: -130.5,-88.5 + - type: Transform + pos: -130.5,-88.5 parent: 1 - type: Transform - uid: 35717 components: - - pos: -130.5,-89.5 + - type: Transform + pos: -130.5,-89.5 parent: 1 - type: Transform - uid: 35718 components: - - pos: -130.5,-90.5 + - type: Transform + pos: -130.5,-90.5 parent: 1 - type: Transform - uid: 35719 components: - - pos: -130.5,-91.5 + - type: Transform + pos: -130.5,-91.5 parent: 1 - type: Transform - uid: 35720 components: - - pos: -130.5,-92.5 + - type: Transform + pos: -130.5,-92.5 parent: 1 - type: Transform - uid: 35721 components: - - pos: -128.5,-93.5 + - type: Transform + pos: -128.5,-93.5 parent: 1 - type: Transform - uid: 35722 components: - - pos: -128.5,-92.5 + - type: Transform + pos: -128.5,-92.5 parent: 1 - type: Transform - uid: 35723 components: - - pos: -128.5,-91.5 + - type: Transform + pos: -128.5,-91.5 parent: 1 - type: Transform - uid: 35724 components: - - pos: -134.5,-79.5 + - type: Transform + pos: -134.5,-79.5 parent: 1 - type: Transform - uid: 35725 components: - - pos: -134.5,-80.5 + - type: Transform + pos: -134.5,-80.5 parent: 1 - type: Transform - uid: 35726 components: - - pos: -134.5,-81.5 + - type: Transform + pos: -134.5,-81.5 parent: 1 - type: Transform - uid: 35727 components: - - pos: -134.5,-82.5 + - type: Transform + pos: -134.5,-82.5 parent: 1 - type: Transform - uid: 35728 components: - - pos: -134.5,-83.5 + - type: Transform + pos: -134.5,-83.5 parent: 1 - type: Transform - uid: 35729 components: - - pos: -134.5,-84.5 + - type: Transform + pos: -134.5,-84.5 parent: 1 - type: Transform - uid: 35730 components: - - pos: -134.5,-89.5 + - type: Transform + pos: -134.5,-89.5 parent: 1 - type: Transform - uid: 35731 components: - - pos: -134.5,-90.5 + - type: Transform + pos: -134.5,-90.5 parent: 1 - type: Transform - uid: 35732 components: - - pos: -134.5,-92.5 + - type: Transform + pos: -134.5,-92.5 parent: 1 - type: Transform - uid: 35733 components: - - pos: -134.5,-93.5 + - type: Transform + pos: -134.5,-93.5 parent: 1 - type: Transform - uid: 35734 components: - - pos: -132.5,-91.5 + - type: Transform + pos: -132.5,-91.5 parent: 1 - type: Transform - uid: 35735 components: - - pos: -132.5,-92.5 + - type: Transform + pos: -132.5,-92.5 parent: 1 - type: Transform - uid: 35736 components: - - pos: -132.5,-89.5 + - type: Transform + pos: -132.5,-89.5 parent: 1 - type: Transform - uid: 35737 components: - - pos: -132.5,-88.5 + - type: Transform + pos: -132.5,-88.5 parent: 1 - type: Transform - uid: 35738 components: - - pos: -138.5,-79.5 + - type: Transform + pos: -138.5,-79.5 parent: 1 - type: Transform - uid: 35739 components: - - pos: -138.5,-81.5 + - type: Transform + pos: -138.5,-81.5 parent: 1 - type: Transform - uid: 35740 components: - - pos: -138.5,-82.5 + - type: Transform + pos: -138.5,-82.5 parent: 1 - type: Transform - uid: 35741 components: - - pos: -138.5,-83.5 + - type: Transform + pos: -138.5,-83.5 parent: 1 - type: Transform - uid: 35742 components: - - pos: -138.5,-84.5 + - type: Transform + pos: -138.5,-84.5 parent: 1 - type: Transform - uid: 35743 components: - - pos: -136.5,-79.5 + - type: Transform + pos: -136.5,-79.5 parent: 1 - type: Transform - uid: 35744 components: - - pos: -136.5,-80.5 + - type: Transform + pos: -136.5,-80.5 parent: 1 - type: Transform - uid: 35745 components: - - pos: -136.5,-81.5 + - type: Transform + pos: -136.5,-81.5 parent: 1 - type: Transform - uid: 35746 components: - - pos: -136.5,-82.5 + - type: Transform + pos: -136.5,-82.5 parent: 1 - type: Transform - uid: 35747 components: - - pos: -136.5,-83.5 + - type: Transform + pos: -136.5,-83.5 parent: 1 - type: Transform - uid: 35748 components: - - pos: -136.5,-84.5 + - type: Transform + pos: -136.5,-84.5 parent: 1 - type: Transform - uid: 35749 components: - - pos: -136.5,-88.5 + - type: Transform + pos: -136.5,-88.5 parent: 1 - type: Transform - uid: 35750 components: - - pos: -136.5,-89.5 + - type: Transform + pos: -136.5,-89.5 parent: 1 - type: Transform - uid: 35751 components: - - pos: -136.5,-90.5 + - type: Transform + pos: -136.5,-90.5 parent: 1 - type: Transform - uid: 35752 components: - - pos: -136.5,-91.5 + - type: Transform + pos: -136.5,-91.5 parent: 1 - type: Transform - uid: 35753 components: - - pos: -136.5,-92.5 + - type: Transform + pos: -136.5,-92.5 parent: 1 - type: Transform - uid: 35754 components: - - pos: -136.5,-93.5 + - type: Transform + pos: -136.5,-93.5 parent: 1 - type: Transform - uid: 35755 components: - - pos: -138.5,-93.5 + - type: Transform + pos: -138.5,-93.5 parent: 1 - type: Transform - uid: 35756 components: - - pos: -138.5,-92.5 + - type: Transform + pos: -138.5,-92.5 parent: 1 - type: Transform - uid: 35757 components: - - pos: -138.5,-91.5 + - type: Transform + pos: -138.5,-91.5 parent: 1 - type: Transform - uid: 35758 components: - - pos: -138.5,-90.5 + - type: Transform + pos: -138.5,-90.5 parent: 1 - type: Transform - uid: 35759 components: - - pos: -138.5,-89.5 + - type: Transform + pos: -138.5,-89.5 parent: 1 - type: Transform - uid: 35760 components: - - pos: -138.5,-88.5 + - type: Transform + pos: -138.5,-88.5 parent: 1 - type: Transform - proto: SolarTracker entities: - uid: 34470 components: - - pos: -153.5,-67.5 + - type: Transform + pos: -153.5,-67.5 parent: 1 - type: Transform - uid: 35688 components: - - pos: -143.5,-86.5 + - type: Transform + pos: -143.5,-86.5 parent: 1 - type: Transform - proto: SophicScribe entities: - uid: 6938 components: - - pos: -27.5,-35.5 + - type: Transform + pos: -27.5,-35.5 parent: 1 - type: Transform - proto: SpaceCash entities: - uid: 3291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -102.218346,-21.277882 parent: 1 - type: Transform - uid: 11335 components: - - pos: -14.353188,30.187849 + - type: Transform + pos: -14.353188,30.187849 parent: 1 - type: Transform - uid: 11354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.999022,30.552685 parent: 1 - type: Transform - uid: 11637 components: - - pos: -14.353188,30.187849 + - type: Transform + pos: -14.353188,30.187849 parent: 1 - type: Transform - uid: 11639 components: - - pos: -14.353188,30.187849 + - type: Transform + pos: -14.353188,30.187849 parent: 1 - type: Transform - uid: 11643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.999022,30.552685 parent: 1 - type: Transform - uid: 13871 components: - - pos: 27.32462,-34.442802 + - type: Transform + pos: 27.32462,-34.442802 parent: 1 - type: Transform - uid: 13872 components: - - pos: 27.32462,-34.442802 + - type: Transform + pos: 27.32462,-34.442802 parent: 1 - type: Transform - uid: 13873 components: - - pos: 27.32462,-34.442802 + - type: Transform + pos: 27.32462,-34.442802 parent: 1 - type: Transform - uid: 13874 components: - - pos: 27.32462,-34.442802 + - type: Transform + pos: 27.32462,-34.442802 parent: 1 - type: Transform - uid: 13875 components: - - pos: 27.32462,-34.442802 + - type: Transform + pos: 27.32462,-34.442802 parent: 1 - type: Transform - proto: SpaceCash100 entities: - uid: 32382 components: - - pos: -77.37225,-51.27561 + - type: Transform + pos: -77.37225,-51.27561 parent: 1 - type: Transform - proto: SpaceCash1000 entities: - uid: 11752 components: - - pos: -108.4033,-3.399667 + - type: Transform + pos: -108.4033,-3.399667 parent: 1 - type: Transform - uid: 11753 components: - - pos: -108.4033,-3.399667 + - type: Transform + pos: -108.4033,-3.399667 parent: 1 - type: Transform - uid: 11754 components: - - pos: -108.4033,-3.399667 + - type: Transform + pos: -108.4033,-3.399667 parent: 1 - type: Transform - uid: 11755 components: - - pos: -108.4033,-3.399667 + - type: Transform + pos: -108.4033,-3.399667 parent: 1 - type: Transform - proto: SpaceCash500 entities: - uid: 11756 components: - - pos: -108.4033,-3.7254136 + - type: Transform + pos: -108.4033,-3.7254136 parent: 1 - type: Transform - uid: 11757 components: - - pos: -108.4033,-3.7254136 + - type: Transform + pos: -108.4033,-3.7254136 parent: 1 - type: Transform - proto: SpacemenFigureSpawner entities: - uid: 15141 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 1 - type: Transform - proto: SpareIdCabinetFilled entities: - uid: 42063 components: - - pos: -109.5,-1.5 + - type: Transform + pos: -109.5,-1.5 parent: 1 - type: Transform - proto: SpawnMobAlexander entities: - uid: 12550 components: - - pos: -23.5,-16.5 + - type: Transform + pos: -23.5,-16.5 parent: 1 - type: Transform - proto: SpawnMobBandito entities: - uid: 11125 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 15667 components: - - pos: -87.5,-51.5 + - type: Transform + pos: -87.5,-51.5 parent: 1 - type: Transform - proto: SpawnMobBee entities: - uid: 36856 components: - - pos: -36.5,19.5 + - type: Transform + pos: -36.5,19.5 parent: 1 - type: Transform - uid: 36857 components: - - pos: -31.5,20.5 + - type: Transform + pos: -31.5,20.5 parent: 1 - type: Transform - proto: SpawnMobButterfly entities: - uid: 36855 components: - - pos: -33.5,19.5 + - type: Transform + pos: -33.5,19.5 parent: 1 - type: Transform - proto: SpawnMobCat entities: - uid: 826 components: - - pos: -32.5,-18.5 + - type: Transform + pos: -32.5,-18.5 parent: 1 - type: Transform - uid: 32527 components: - - pos: -65.5,-2.5 + - type: Transform + pos: -65.5,-2.5 parent: 1 - type: Transform - proto: SpawnMobCatGeneric entities: - uid: 15650 components: - - pos: -24.5,32.5 + - type: Transform + pos: -24.5,32.5 parent: 1 - type: Transform - uid: 15660 components: - - pos: -116.5,25.5 + - type: Transform + pos: -116.5,25.5 parent: 1 - type: Transform - uid: 30776 components: - - pos: -68.5,-38.5 + - type: Transform + pos: -68.5,-38.5 parent: 1 - type: Transform - proto: SpawnMobCatRuntime entities: - uid: 15661 components: - - pos: -90.5,-20.5 + - type: Transform + pos: -90.5,-20.5 parent: 1 - type: Transform - proto: SpawnMobCleanBot entities: - uid: 9693 components: - - pos: -22.5,25.5 + - type: Transform + pos: -22.5,25.5 parent: 1 - type: Transform - proto: SpawnMobCorgi entities: - uid: 15658 components: - - pos: -69.5,17.5 + - type: Transform + pos: -69.5,17.5 + parent: 1 +- proto: SpawnMobCrabAtmos + entities: + - uid: 41919 + components: + - type: Transform + pos: -57.5,-42.5 parent: 1 - type: Transform - proto: SpawnMobDrone entities: - uid: 9803 components: - - pos: -110.5,-35.5 + - type: Transform + pos: -110.5,-35.5 parent: 1 - type: Transform - uid: 9815 components: - - pos: -109.5,-35.5 + - type: Transform + pos: -109.5,-35.5 parent: 1 - type: Transform - proto: SpawnMobFoxRenault entities: - uid: 11091 components: - - pos: -118.5,-3.5 + - type: Transform + pos: -118.5,-3.5 parent: 1 - type: Transform - proto: SpawnMobMcGriff entities: - uid: 16380 components: - - pos: 14.5,-23.5 + - type: Transform + pos: 14.5,-23.5 parent: 1 - type: Transform - proto: SpawnMobMedibot entities: - uid: 11852 components: - - pos: -61.5,-17.5 + - type: Transform + pos: -61.5,-17.5 parent: 1 - type: Transform - proto: SpawnMobMonkeyPunpun entities: - uid: 14504 components: - - pos: -56.5,1.5 + - type: Transform + pos: -56.5,1.5 parent: 1 - type: Transform - proto: SpawnMobMouse entities: - uid: 9647 components: - - pos: -16.5,11.5 + - type: Transform + pos: -16.5,11.5 parent: 1 - type: Transform - uid: 11984 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - uid: 12454 components: - - pos: -74.5,-57.5 + - type: Transform + pos: -74.5,-57.5 parent: 1 - type: Transform - uid: 15649 components: - - pos: -7.5,24.5 + - type: Transform + pos: -7.5,24.5 parent: 1 - type: Transform - uid: 15768 components: - - pos: -60.5,-77.5 + - type: Transform + pos: -60.5,-77.5 parent: 1 - type: Transform - uid: 36836 components: - - pos: 26.5,19.5 + - type: Transform + pos: 26.5,19.5 parent: 1 - type: Transform - proto: SpawnMobPossumMorty entities: - uid: 15664 components: - - pos: 8.5,-29.5 + - type: Transform + pos: 8.5,-29.5 parent: 1 - type: Transform - proto: SpawnMobRaccoonMorticia entities: - uid: 15663 components: - - pos: -79.5,-27.5 + - type: Transform + pos: -79.5,-27.5 parent: 1 - type: Transform - proto: SpawnMobSecDogLaika entities: - uid: 28644 components: - - pos: -55.5,-25.5 + - type: Transform + pos: -55.5,-25.5 parent: 1 - type: Transform - proto: SpawnMobSlothPaperwork entities: - uid: 15668 components: - - pos: -20.5,-32.5 - parent: 1 - type: Transform -- proto: SpawnPointAssistant - entities: - - uid: 12763 - components: - - pos: -70.5,38.5 - parent: 1 - type: Transform - - uid: 12764 - components: - - pos: -70.5,35.5 - parent: 1 - type: Transform - - uid: 12830 - components: - - pos: -68.5,38.5 + - type: Transform + pos: -20.5,-32.5 parent: 1 - type: Transform - proto: SpawnPointAtmos entities: - uid: 3237 components: - - pos: -94.5,-71.5 + - type: Transform + pos: -94.5,-71.5 parent: 1 - type: Transform - uid: 3238 components: - - pos: -99.5,-71.5 + - type: Transform + pos: -99.5,-71.5 parent: 1 - type: Transform - uid: 3239 components: - - pos: -98.5,-68.5 + - type: Transform + pos: -98.5,-68.5 parent: 1 - type: Transform - uid: 3240 components: - - pos: -99.5,-68.5 + - type: Transform + pos: -99.5,-68.5 parent: 1 - type: Transform - uid: 3241 components: - - pos: -95.5,-66.5 + - type: Transform + pos: -95.5,-66.5 parent: 1 - type: Transform - uid: 3245 components: - - pos: -101.5,-25.5 + - type: Transform + pos: -101.5,-25.5 parent: 1 - type: Transform - uid: 3246 components: - - pos: -100.5,-22.5 + - type: Transform + pos: -100.5,-22.5 parent: 1 - type: Transform - proto: SpawnPointBartender entities: - uid: 9528 components: - - pos: -56.5,-1.5 + - type: Transform + pos: -56.5,-1.5 parent: 1 - type: Transform - uid: 9529 components: - - pos: -58.5,-1.5 + - type: Transform + pos: -58.5,-1.5 parent: 1 - type: Transform - uid: 9541 components: - - pos: -55.5,2.5 + - type: Transform + pos: -55.5,2.5 parent: 1 - type: Transform - uid: 9542 components: - - pos: -57.5,2.5 + - type: Transform + pos: -57.5,2.5 parent: 1 - type: Transform - uid: 28435 components: - - pos: 19.5,-23.5 + - type: Transform + pos: 19.5,-23.5 parent: 1 - type: Transform - proto: SpawnPointBorg entities: - uid: 28441 components: - - pos: 16.5,19.5 + - type: Transform + pos: 16.5,19.5 parent: 1 - type: Transform - uid: 28442 components: - - pos: 17.5,19.5 + - type: Transform + pos: 17.5,19.5 parent: 1 - type: Transform - proto: SpawnPointBotanist entities: - uid: 10997 components: - - pos: -35.5,-17.5 + - type: Transform + pos: -35.5,-17.5 parent: 1 - type: Transform - uid: 11005 components: - - pos: -35.5,-19.5 + - type: Transform + pos: -35.5,-19.5 parent: 1 - type: Transform - uid: 11006 components: - - pos: -32.5,-17.5 + - type: Transform + pos: -32.5,-17.5 parent: 1 - type: Transform - uid: 11007 components: - - pos: -30.5,-17.5 + - type: Transform + pos: -30.5,-17.5 parent: 1 - type: Transform - uid: 11008 components: - - pos: -29.5,-20.5 + - type: Transform + pos: -29.5,-20.5 parent: 1 - type: Transform - uid: 11009 components: - - pos: -31.5,-20.5 + - type: Transform + pos: -31.5,-20.5 parent: 1 - type: Transform - proto: SpawnPointBoxer entities: - uid: 13851 components: - - pos: 21.5,-29.5 + - type: Transform + pos: 21.5,-29.5 parent: 1 - type: Transform - uid: 13852 components: - - pos: 22.5,-29.5 + - type: Transform + pos: 22.5,-29.5 parent: 1 - type: Transform - proto: SpawnPointBrigmedic entities: - uid: 2939 components: - - pos: -1.5,-30.5 + - type: Transform + pos: -1.5,-30.5 parent: 1 - type: Transform - uid: 2940 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-29.5 parent: 1 - type: Transform - proto: SpawnPointCaptain entities: - uid: 4999 components: - - pos: -100.5,1.5 + - type: Transform + pos: -100.5,1.5 parent: 1 - type: Transform - proto: SpawnPointCargoTechnician entities: - uid: 4960 components: - - pos: -13.5,29.5 + - type: Transform + pos: -13.5,29.5 parent: 1 - type: Transform - uid: 5000 components: - - pos: -15.5,31.5 + - type: Transform + pos: -15.5,31.5 parent: 1 - type: Transform - uid: 17147 components: - - pos: -17.5,30.5 + - type: Transform + pos: -17.5,30.5 parent: 1 - type: Transform - uid: 17150 components: - - pos: -8.5,31.5 + - type: Transform + pos: -8.5,31.5 parent: 1 - type: Transform - uid: 17151 components: - - pos: -37.5,37.5 + - type: Transform + pos: -37.5,37.5 parent: 1 - type: Transform - proto: SpawnPointChaplain entities: - uid: 28436 components: - - pos: -29.5,-50.5 + - type: Transform + pos: -29.5,-50.5 parent: 1 - type: Transform - proto: SpawnPointChef entities: - uid: 9606 components: - - pos: -33.5,11.5 + - type: Transform + pos: -33.5,11.5 parent: 1 - type: Transform - uid: 9607 components: - - pos: -32.5,9.5 + - type: Transform + pos: -32.5,9.5 parent: 1 - type: Transform - uid: 9608 components: - - pos: -34.5,14.5 + - type: Transform + pos: -34.5,14.5 parent: 1 - type: Transform - uid: 9609 components: - - pos: -30.5,14.5 + - type: Transform + pos: -30.5,14.5 parent: 1 - type: Transform - uid: 28437 components: - - pos: -30.5,9.5 + - type: Transform + pos: -30.5,9.5 parent: 1 - type: Transform - proto: SpawnPointChemist entities: - uid: 9117 components: - - pos: -79.5,-37.5 + - type: Transform + pos: -79.5,-37.5 parent: 1 - type: Transform - uid: 28645 components: - - pos: -77.5,-36.5 + - type: Transform + pos: -77.5,-36.5 parent: 1 - type: Transform - proto: SpawnPointChiefEngineer entities: - uid: 7932 components: - - pos: -102.5,0.5 + - type: Transform + pos: -102.5,0.5 parent: 1 - type: Transform - proto: SpawnPointChiefMedicalOfficer entities: - uid: 7933 components: - - pos: -102.5,-0.5 + - type: Transform + pos: -102.5,-0.5 parent: 1 - type: Transform - proto: SpawnPointClown entities: - uid: 8580 components: - - pos: -70.5,2.5 + - type: Transform + pos: -70.5,2.5 parent: 1 - type: Transform - uid: 8581 components: - - pos: -68.5,2.5 + - type: Transform + pos: -68.5,2.5 parent: 1 - type: Transform - proto: SpawnPointDetective entities: - uid: 29453 components: - - pos: -59.5,-42.5 + - type: Transform + pos: -59.5,-42.5 parent: 1 - type: Transform - uid: 32155 components: - - pos: -56.5,-42.5 + - type: Transform + pos: -56.5,-42.5 parent: 1 - type: Transform - proto: SpawnPointForensicMantis entities: - uid: 11948 components: - - pos: -33.5,-33.5 + - type: Transform + pos: -33.5,-33.5 parent: 1 - type: Transform - uid: 11950 components: - - pos: -31.5,-33.5 + - type: Transform + pos: -31.5,-33.5 parent: 1 - type: Transform - uid: 11951 components: - - pos: -31.5,-35.5 + - type: Transform + pos: -31.5,-35.5 parent: 1 - type: Transform - uid: 11952 components: - - pos: -33.5,-35.5 + - type: Transform + pos: -33.5,-35.5 parent: 1 - type: Transform - proto: SpawnPointHeadOfPersonnel entities: - uid: 7934 components: - - pos: -98.5,-1.5 + - type: Transform + pos: -98.5,-1.5 parent: 1 - type: Transform - proto: SpawnPointHeadOfSecurity entities: - uid: 7935 components: - - pos: -98.5,0.5 + - type: Transform + pos: -98.5,0.5 parent: 1 - type: Transform - proto: SpawnPointJanitor entities: - uid: 7283 components: - - pos: -25.5,32.5 + - type: Transform + pos: -25.5,32.5 parent: 1 - type: Transform - uid: 7284 components: - - pos: -25.5,30.5 + - type: Transform + pos: -25.5,30.5 parent: 1 - type: Transform - uid: 7285 components: - - pos: -21.5,33.5 + - type: Transform + pos: -21.5,33.5 parent: 1 - type: Transform - proto: SpawnPointLatejoin entities: - uid: 34733 components: - - pos: -82.5,41.5 + - type: Transform + pos: -82.5,41.5 parent: 1 - type: Transform - uid: 34740 components: - - pos: -81.5,39.5 + - type: Transform + pos: -81.5,39.5 parent: 1 - type: Transform - uid: 34742 components: - - pos: -101.5,46.5 + - type: Transform + pos: -101.5,46.5 parent: 1 - type: Transform - uid: 34743 components: - - pos: -101.5,39.5 + - type: Transform + pos: -101.5,39.5 parent: 1 - type: Transform - uid: 34744 components: - - pos: -100.5,34.5 + - type: Transform + pos: -100.5,34.5 parent: 1 - type: Transform - uid: 34745 components: - - pos: -96.5,31.5 + - type: Transform + pos: -96.5,31.5 parent: 1 - type: Transform - uid: 34746 components: - - pos: -93.5,31.5 + - type: Transform + pos: -93.5,31.5 parent: 1 - type: Transform - uid: 34747 components: - - pos: -91.5,31.5 + - type: Transform + pos: -91.5,31.5 parent: 1 - type: Transform - uid: 34748 components: - - pos: -88.5,31.5 + - type: Transform + pos: -88.5,31.5 parent: 1 - type: Transform - proto: SpawnPointLawyer entities: - uid: 11968 components: - - pos: -94.5,-3.5 + - type: Transform + pos: -94.5,-3.5 parent: 1 - type: Transform - uid: 11969 components: - - pos: -88.5,-9.5 + - type: Transform + pos: -88.5,-9.5 parent: 1 - type: Transform - proto: SpawnPointLibrarian entities: - uid: 6948 components: - - pos: -20.5,-33.5 + - type: Transform + pos: -20.5,-33.5 parent: 1 - type: Transform - uid: 29385 components: - - pos: 20.5,-54.5 + - type: Transform + pos: 20.5,-54.5 parent: 1 - type: Transform - uid: 29386 components: - - pos: 20.5,-56.5 + - type: Transform + pos: 20.5,-56.5 parent: 1 - type: Transform - uid: 29387 components: - - pos: 18.5,-55.5 + - type: Transform + pos: 18.5,-55.5 parent: 1 - type: Transform - uid: 29388 components: - - pos: 14.5,-54.5 + - type: Transform + pos: 14.5,-54.5 parent: 1 - type: Transform - proto: SpawnPointLocationMidRoundAntag entities: - uid: 9980 components: - - pos: -21.5,39.5 + - type: Transform + pos: -21.5,39.5 parent: 1 - type: Transform - uid: 32024 components: - - pos: -112.5,22.5 + - type: Transform + pos: -112.5,22.5 parent: 1 - type: Transform - uid: 32025 components: - - pos: -13.5,23.5 + - type: Transform + pos: -13.5,23.5 parent: 1 - type: Transform - uid: 32027 components: - - pos: -46.5,29.5 + - type: Transform + pos: -46.5,29.5 parent: 1 - type: Transform - uid: 32028 components: - - pos: -92.5,24.5 + - type: Transform + pos: -92.5,24.5 parent: 1 - type: Transform - uid: 32029 components: - - pos: -88.5,12.5 + - type: Transform + pos: -88.5,12.5 parent: 1 - type: Transform - uid: 32031 components: - - pos: -90.5,-17.5 + - type: Transform + pos: -90.5,-17.5 parent: 1 - type: Transform - uid: 32032 components: - - pos: -88.5,-39.5 + - type: Transform + pos: -88.5,-39.5 parent: 1 - type: Transform - uid: 32033 components: - - pos: -78.5,-48.5 + - type: Transform + pos: -78.5,-48.5 parent: 1 - type: Transform - uid: 32034 components: - - pos: -66.5,-71.5 + - type: Transform + pos: -66.5,-71.5 parent: 1 - type: Transform - uid: 32035 components: - - pos: -32.5,-80.5 + - type: Transform + pos: -32.5,-80.5 parent: 1 - type: Transform - uid: 32036 components: - - pos: -35.5,-64.5 + - type: Transform + pos: -35.5,-64.5 parent: 1 - type: Transform - uid: 32037 components: - - pos: -10.5,-42.5 + - type: Transform + pos: -10.5,-42.5 parent: 1 - type: Transform - uid: 32038 components: - - pos: -21.5,-19.5 + - type: Transform + pos: -21.5,-19.5 parent: 1 - type: Transform - uid: 32039 components: - - pos: -21.5,-72.5 + - type: Transform + pos: -21.5,-72.5 parent: 1 - type: Transform - uid: 32041 components: - - pos: 30.5,-35.5 + - type: Transform + pos: 30.5,-35.5 parent: 1 - type: Transform - uid: 32042 components: - - pos: 23.5,-13.5 + - type: Transform + pos: 23.5,-13.5 parent: 1 - type: Transform - uid: 32043 components: - - pos: 7.5,-30.5 + - type: Transform + pos: 7.5,-30.5 parent: 1 - type: Transform - uid: 32044 components: - - pos: -22.5,-1.5 + - type: Transform + pos: -22.5,-1.5 parent: 1 - type: Transform - uid: 32046 components: - - pos: -17.5,14.5 + - type: Transform + pos: -17.5,14.5 parent: 1 - type: Transform - uid: 32047 components: - - pos: -31.5,-4.5 + - type: Transform + pos: -31.5,-4.5 parent: 1 - type: Transform - uid: 32048 components: - - pos: -56.5,-27.5 + - type: Transform + pos: -56.5,-27.5 parent: 1 - type: Transform - uid: 36830 components: - - pos: -126.5,-29.5 + - type: Transform + pos: -126.5,-29.5 parent: 1 - type: Transform - uid: 36831 components: - - pos: -134.5,-53.5 + - type: Transform + pos: -134.5,-53.5 parent: 1 - type: Transform - uid: 36832 components: - - pos: -93.5,-85.5 + - type: Transform + pos: -93.5,-85.5 parent: 1 - type: Transform - uid: 36833 components: - - pos: 22.5,-48.5 + - type: Transform + pos: 22.5,-48.5 parent: 1 - type: Transform - uid: 36834 components: - - pos: 42.5,-53.5 + - type: Transform + pos: 42.5,-53.5 parent: 1 - type: Transform - uid: 36837 components: - - pos: 24.5,20.5 + - type: Transform + pos: 24.5,20.5 parent: 1 - type: Transform - uid: 41233 components: - - pos: -60.5,11.5 + - type: Transform + pos: -60.5,11.5 parent: 1 - type: Transform - uid: 42035 components: - - pos: -64.5,3.5 + - type: Transform + pos: -64.5,3.5 parent: 1 - type: Transform - proto: SpawnPointMailCarrier entities: - uid: 17152 components: - - pos: -38.5,40.5 + - type: Transform + pos: -38.5,40.5 parent: 1 - type: Transform - uid: 17153 components: - - pos: -14.5,31.5 + - type: Transform + pos: -14.5,31.5 parent: 1 - type: Transform - uid: 17154 components: - - pos: -17.5,31.5 + - type: Transform + pos: -17.5,31.5 parent: 1 - type: Transform - uid: 17155 components: - - pos: -16.5,33.5 + - type: Transform + pos: -16.5,33.5 parent: 1 - type: Transform - proto: SpawnPointMedicalDoctor entities: - uid: 1741 components: - - pos: 2.5,-39.5 + - type: Transform + pos: 2.5,-39.5 parent: 1 - type: Transform - uid: 9153 components: - - pos: -72.5,-34.5 + - type: Transform + pos: -72.5,-34.5 parent: 1 - type: Transform - uid: 9154 components: - - pos: -71.5,-34.5 + - type: Transform + pos: -71.5,-34.5 parent: 1 - type: Transform - uid: 9155 components: - - pos: -70.5,-34.5 + - type: Transform + pos: -70.5,-34.5 parent: 1 - type: Transform - uid: 9156 components: - - pos: -69.5,-34.5 + - type: Transform + pos: -69.5,-34.5 parent: 1 - type: Transform - uid: 9403 components: - - pos: -68.5,-34.5 + - type: Transform + pos: -68.5,-34.5 parent: 1 - type: Transform - uid: 10396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-39.5 parent: 1 - type: Transform - uid: 24744 components: - - pos: -74.5,-35.5 + - type: Transform + pos: -74.5,-35.5 parent: 1 - type: Transform - uid: 28799 components: - - pos: 3.5,-39.5 + - type: Transform + pos: 3.5,-39.5 parent: 1 - type: Transform - uid: 30024 components: - - pos: -81.5,-35.5 + - type: Transform + pos: -81.5,-35.5 parent: 1 - type: Transform - proto: SpawnPointMedicalIntern entities: - uid: 28458 components: - - pos: -69.5,-18.5 + - type: Transform + pos: -69.5,-18.5 parent: 1 - type: Transform - uid: 29351 components: - - pos: -69.5,-19.5 + - type: Transform + pos: -69.5,-19.5 parent: 1 - type: Transform - uid: 32267 components: - - pos: -68.5,-19.5 + - type: Transform + pos: -68.5,-19.5 parent: 1 - type: Transform - uid: 32268 components: - - pos: -68.5,-18.5 + - type: Transform + pos: -68.5,-18.5 parent: 1 - type: Transform - uid: 32269 components: - - pos: -67.5,-19.5 + - type: Transform + pos: -67.5,-19.5 parent: 1 - type: Transform - uid: 32270 components: - - pos: -67.5,-18.5 + - type: Transform + pos: -67.5,-18.5 parent: 1 - type: Transform - uid: 32271 components: - - pos: -66.5,-19.5 + - type: Transform + pos: -66.5,-19.5 parent: 1 - type: Transform - uid: 32272 components: - - pos: -66.5,-18.5 + - type: Transform + pos: -66.5,-18.5 parent: 1 - type: Transform - proto: SpawnPointMime entities: - uid: 8582 components: - - pos: -69.5,5.5 + - type: Transform + pos: -69.5,5.5 parent: 1 - type: Transform - uid: 8583 components: - - pos: -67.5,7.5 + - type: Transform + pos: -67.5,7.5 parent: 1 - type: Transform - proto: SpawnPointMusician entities: - uid: 8577 components: - - pos: -64.5,-0.5 + - type: Transform + pos: -64.5,-0.5 parent: 1 - type: Transform - uid: 8578 components: - - pos: -67.5,-0.5 + - type: Transform + pos: -67.5,-0.5 parent: 1 - type: Transform - uid: 8579 components: - - pos: -64.5,-3.5 + - type: Transform + pos: -64.5,-3.5 parent: 1 - type: Transform - proto: SpawnPointObserver entities: - uid: 28482 components: - - pos: -75.5,-11.5 + - type: Transform + pos: -75.5,-11.5 parent: 1 - type: Transform - uid: 28483 components: - - pos: -73.5,-11.5 + - type: Transform + pos: -73.5,-11.5 parent: 1 - type: Transform - uid: 28484 components: - - pos: -71.5,-11.5 + - type: Transform + pos: -71.5,-11.5 parent: 1 - type: Transform - uid: 28485 components: - - pos: -75.5,-13.5 + - type: Transform + pos: -75.5,-13.5 parent: 1 - type: Transform - uid: 28486 components: - - pos: -73.5,-13.5 + - type: Transform + pos: -73.5,-13.5 parent: 1 - type: Transform - uid: 28487 components: - - pos: -71.5,-13.5 + - type: Transform + pos: -71.5,-13.5 parent: 1 - type: Transform - proto: SpawnPointParamedic entities: - uid: 18984 components: - - pos: 1.5,-39.5 + - type: Transform + pos: 1.5,-39.5 parent: 1 - type: Transform - uid: 28509 components: - - pos: 0.5,-39.5 + - type: Transform + pos: 0.5,-39.5 parent: 1 - type: Transform - uid: 29287 components: - - pos: -68.5,-33.5 + - type: Transform + pos: -68.5,-33.5 parent: 1 - type: Transform - uid: 29597 components: - - pos: -67.5,-21.5 + - type: Transform + pos: -67.5,-21.5 parent: 1 - type: Transform - uid: 29742 components: - - pos: -81.5,-37.5 + - type: Transform + pos: -81.5,-37.5 parent: 1 - type: Transform - uid: 34755 components: - - pos: -68.5,-21.5 + - type: Transform + pos: -68.5,-21.5 + parent: 1 +- proto: SpawnPointPassenger + entities: + - uid: 12763 + components: + - type: Transform + pos: -70.5,38.5 + parent: 1 + - uid: 12764 + components: + - type: Transform + pos: -70.5,35.5 + parent: 1 + - uid: 12830 + components: + - type: Transform + pos: -68.5,38.5 parent: 1 - type: Transform - proto: SpawnPointPrisoner entities: - uid: 3630 components: - - pos: -11.5,11.5 + - type: Transform + pos: -11.5,11.5 parent: 1 - type: Transform - uid: 3631 components: - - pos: -9.5,11.5 + - type: Transform + pos: -9.5,11.5 parent: 1 - type: Transform - uid: 3632 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 1 - type: Transform - uid: 3633 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - uid: 3634 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 1 - type: Transform - uid: 3635 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 3636 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 1 - type: Transform - uid: 3637 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 1 - type: Transform - uid: 3638 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - uid: 3639 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 1 - type: Transform - uid: 3640 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - uid: 3641 components: - - pos: 10.5,11.5 + - type: Transform + pos: 10.5,11.5 parent: 1 - type: Transform - proto: SpawnPointPrisonGuard entities: - uid: 15610 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - uid: 15620 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 1 - type: Transform - uid: 15623 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 1 - type: Transform - uid: 15628 components: - - pos: 7.5,-15.5 + - type: Transform + pos: 7.5,-15.5 parent: 1 - type: Transform - uid: 15629 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 1 - type: Transform - uid: 15630 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 1 - type: Transform - uid: 15631 components: - - pos: -8.5,-15.5 + - type: Transform + pos: -8.5,-15.5 parent: 1 - type: Transform - uid: 15642 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 1 - type: Transform - uid: 15643 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 1 - type: Transform - uid: 15651 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 1 - type: Transform - uid: 15652 components: - - pos: 3.5,-18.5 + - type: Transform + pos: 3.5,-18.5 parent: 1 - type: Transform - uid: 15653 components: - - pos: 5.5,-18.5 + - type: Transform + pos: 5.5,-18.5 parent: 1 - type: Transform - proto: SpawnPointPsychologist entities: - uid: 9404 components: - - pos: -12.5,-31.5 + - type: Transform + pos: -12.5,-31.5 parent: 1 - type: Transform - proto: SpawnPointQuartermaster entities: - uid: 11571 components: - - pos: -98.5,-0.5 + - type: Transform + pos: -98.5,-0.5 parent: 1 - type: Transform - proto: SpawnPointReporter entities: - uid: 8584 components: - - pos: -80.5,11.5 + - type: Transform + pos: -80.5,11.5 parent: 1 - type: Transform - uid: 8585 components: - - pos: -76.5,11.5 + - type: Transform + pos: -76.5,11.5 parent: 1 - type: Transform - proto: SpawnPointResearchAssistant entities: - uid: 32252 components: - - pos: -21.5,-37.5 + - type: Transform + pos: -21.5,-37.5 parent: 1 - type: Transform - uid: 32253 components: - - pos: -22.5,-36.5 + - type: Transform + pos: -22.5,-36.5 parent: 1 - type: Transform - uid: 32254 components: - - pos: -21.5,-36.5 + - type: Transform + pos: -21.5,-36.5 parent: 1 - type: Transform - uid: 32255 components: - - pos: -20.5,-36.5 + - type: Transform + pos: -20.5,-36.5 parent: 1 - type: Transform - uid: 32256 components: - - pos: -22.5,-32.5 + - type: Transform + pos: -22.5,-32.5 parent: 1 - type: Transform - uid: 32257 components: - - pos: -22.5,-34.5 + - type: Transform + pos: -22.5,-34.5 parent: 1 - type: Transform - uid: 32258 components: - - pos: -26.5,-27.5 + - type: Transform + pos: -26.5,-27.5 parent: 1 - type: Transform - uid: 32259 components: - - pos: -19.5,-43.5 + - type: Transform + pos: -19.5,-43.5 parent: 1 - type: Transform - uid: 32260 components: - - pos: -23.5,-27.5 + - type: Transform + pos: -23.5,-27.5 parent: 1 - type: Transform - proto: SpawnPointResearchDirector entities: - uid: 7936 components: - - pos: -102.5,-1.5 + - type: Transform + pos: -102.5,-1.5 parent: 1 - type: Transform - proto: SpawnPointSalvageSpecialist entities: - uid: 9028 components: - - pos: -13.5,30.5 + - type: Transform + pos: -13.5,30.5 parent: 1 - type: Transform - uid: 9029 components: - - pos: -11.5,37.5 + - type: Transform + pos: -11.5,37.5 parent: 1 - type: Transform - uid: 9030 components: - - pos: -14.5,37.5 + - type: Transform + pos: -14.5,37.5 parent: 1 - type: Transform - uid: 15609 components: - - pos: -43.5,40.5 + - type: Transform + pos: -43.5,40.5 parent: 1 - type: Transform - uid: 15613 components: - - pos: -16.5,29.5 + - type: Transform + pos: -16.5,29.5 parent: 1 - type: Transform - uid: 16241 components: - - pos: -8.5,33.5 + - type: Transform + pos: -8.5,33.5 parent: 1 - type: Transform - proto: SpawnPointScientist entities: - uid: 28443 components: - - pos: -37.5,-49.5 + - type: Transform + pos: -37.5,-49.5 parent: 1 - type: Transform - uid: 28444 components: - - pos: -38.5,-50.5 + - type: Transform + pos: -38.5,-50.5 parent: 1 - type: Transform - uid: 28445 components: - - pos: -36.5,-50.5 + - type: Transform + pos: -36.5,-50.5 parent: 1 - type: Transform - uid: 28446 components: - - pos: -35.5,-50.5 + - type: Transform + pos: -35.5,-50.5 parent: 1 - type: Transform - uid: 28447 components: - - pos: -40.5,-51.5 + - type: Transform + pos: -40.5,-51.5 parent: 1 - type: Transform - uid: 28448 components: - - pos: -39.5,-51.5 + - type: Transform + pos: -39.5,-51.5 parent: 1 - type: Transform - uid: 28449 components: - - pos: -21.5,-39.5 + - type: Transform + pos: -21.5,-39.5 parent: 1 - type: Transform - proto: SpawnPointSecurityCadet entities: - uid: 28473 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 32261 components: - - pos: -46.5,-20.5 + - type: Transform + pos: -46.5,-20.5 parent: 1 - type: Transform - uid: 32262 components: - - pos: -46.5,-21.5 + - type: Transform + pos: -46.5,-21.5 parent: 1 - type: Transform - uid: 32263 components: - - pos: -47.5,-20.5 + - type: Transform + pos: -47.5,-20.5 parent: 1 - type: Transform - uid: 32264 components: - - pos: -47.5,-21.5 + - type: Transform + pos: -47.5,-21.5 parent: 1 - type: Transform - uid: 32265 components: - - pos: -48.5,-20.5 + - type: Transform + pos: -48.5,-20.5 parent: 1 - type: Transform - uid: 32266 components: - - pos: -48.5,-21.5 + - type: Transform + pos: -48.5,-21.5 parent: 1 - type: Transform - proto: SpawnPointSecurityOfficer entities: - uid: 12461 components: - - pos: -76.5,27.5 + - type: Transform + pos: -76.5,27.5 parent: 1 - type: Transform - uid: 12462 components: - - pos: -79.5,27.5 + - type: Transform + pos: -79.5,27.5 parent: 1 - type: Transform - uid: 12463 components: - - pos: -45.5,17.5 + - type: Transform + pos: -45.5,17.5 parent: 1 - type: Transform - uid: 12465 components: - - pos: -42.5,15.5 + - type: Transform + pos: -42.5,15.5 parent: 1 - type: Transform - uid: 28459 components: - - pos: -48.5,-44.5 + - type: Transform + pos: -48.5,-44.5 parent: 1 - type: Transform - uid: 28460 components: - - pos: -47.5,-44.5 + - type: Transform + pos: -47.5,-44.5 parent: 1 - type: Transform - uid: 28461 components: - - pos: -46.5,-44.5 + - type: Transform + pos: -46.5,-44.5 parent: 1 - type: Transform - uid: 28462 components: - - pos: -43.5,-41.5 + - type: Transform + pos: -43.5,-41.5 parent: 1 - type: Transform - uid: 28463 components: - - pos: -43.5,-45.5 + - type: Transform + pos: -43.5,-45.5 parent: 1 - type: Transform - uid: 28464 components: - - pos: -45.5,-48.5 + - type: Transform + pos: -45.5,-48.5 parent: 1 - type: Transform - uid: 28465 components: - - pos: -49.5,-42.5 + - type: Transform + pos: -49.5,-42.5 parent: 1 - type: Transform - uid: 28466 components: - - pos: -50.5,-54.5 + - type: Transform + pos: -50.5,-54.5 parent: 1 - type: Transform - uid: 28467 components: - - pos: -50.5,-53.5 + - type: Transform + pos: -50.5,-53.5 parent: 1 - type: Transform - uid: 28468 components: - - pos: -50.5,-55.5 + - type: Transform + pos: -50.5,-55.5 parent: 1 - type: Transform - uid: 28469 components: - - pos: -49.5,-56.5 + - type: Transform + pos: -49.5,-56.5 parent: 1 - type: Transform - uid: 28470 components: - - pos: -47.5,-56.5 + - type: Transform + pos: -47.5,-56.5 parent: 1 - type: Transform - uid: 28471 components: - - pos: -48.5,-30.5 + - type: Transform + pos: -48.5,-30.5 parent: 1 - type: Transform - uid: 28472 components: - - pos: -44.5,-20.5 + - type: Transform + pos: -44.5,-20.5 parent: 1 - type: Transform - proto: SpawnPointServiceWorker entities: - uid: 28474 components: - - pos: -62.5,22.5 + - type: Transform + pos: -62.5,22.5 parent: 1 - type: Transform - uid: 28475 components: - - pos: -62.5,23.5 + - type: Transform + pos: -62.5,23.5 parent: 1 - type: Transform - uid: 28476 components: - - pos: -60.5,23.5 + - type: Transform + pos: -60.5,23.5 parent: 1 - type: Transform - uid: 28478 components: - - pos: -49.5,26.5 + - type: Transform + pos: -49.5,26.5 parent: 1 - type: Transform - uid: 28480 components: - - pos: 15.5,-33.5 + - type: Transform + pos: 15.5,-33.5 parent: 1 - type: Transform - uid: 28481 components: - - pos: 14.5,-33.5 + - type: Transform + pos: 14.5,-33.5 parent: 1 - type: Transform - uid: 32273 components: - - pos: -61.5,15.5 + - type: Transform + pos: -61.5,15.5 parent: 1 - type: Transform - uid: 32274 components: - - pos: -58.5,11.5 + - type: Transform + pos: -58.5,11.5 parent: 1 - type: Transform - uid: 41231 components: - - pos: -58.5,16.5 + - type: Transform + pos: -58.5,16.5 parent: 1 - type: Transform - uid: 41232 components: - - pos: -62.5,11.5 + - type: Transform + pos: -62.5,11.5 parent: 1 - type: Transform - proto: SpawnPointStationEngineer entities: - uid: 3166 components: - - pos: -100.5,-25.5 + - type: Transform + pos: -100.5,-25.5 parent: 1 - type: Transform - uid: 3213 components: - - pos: -114.5,-15.5 + - type: Transform + pos: -114.5,-15.5 parent: 1 - type: Transform - uid: 3256 components: - - pos: -109.5,-12.5 + - type: Transform + pos: -109.5,-12.5 parent: 1 - type: Transform - uid: 3272 components: - - pos: -109.5,-11.5 + - type: Transform + pos: -109.5,-11.5 parent: 1 - type: Transform - uid: 3284 components: - - pos: -112.5,-12.5 + - type: Transform + pos: -112.5,-12.5 parent: 1 - type: Transform - uid: 3285 components: - - pos: -114.5,-11.5 + - type: Transform + pos: -114.5,-11.5 parent: 1 - type: Transform - uid: 3286 components: - - pos: -102.5,-30.5 + - type: Transform + pos: -102.5,-30.5 parent: 1 - type: Transform - uid: 3346 components: - - pos: -102.5,-20.5 + - type: Transform + pos: -102.5,-20.5 parent: 1 - type: Transform - uid: 3347 components: - - pos: -100.5,-21.5 + - type: Transform + pos: -100.5,-21.5 parent: 1 - type: Transform - uid: 3348 components: - - pos: -102.5,-22.5 + - type: Transform + pos: -102.5,-22.5 parent: 1 - type: Transform - uid: 3351 components: - - pos: -108.5,-17.5 + - type: Transform + pos: -108.5,-17.5 parent: 1 - type: Transform - uid: 3352 components: - - pos: -101.5,-27.5 + - type: Transform + pos: -101.5,-27.5 parent: 1 - type: Transform - uid: 3353 components: - - pos: -101.5,-26.5 + - type: Transform + pos: -101.5,-26.5 parent: 1 - type: Transform - uid: 3354 components: - - pos: -101.5,-29.5 + - type: Transform + pos: -101.5,-29.5 parent: 1 - type: Transform - proto: SpawnPointTechnicalAssistant entities: - uid: 3231 components: - - pos: -96.5,-14.5 + - type: Transform + pos: -96.5,-14.5 parent: 1 - type: Transform - uid: 3232 components: - - pos: -96.5,-13.5 + - type: Transform + pos: -96.5,-13.5 parent: 1 - type: Transform - uid: 3233 components: - - pos: -96.5,-12.5 + - type: Transform + pos: -96.5,-12.5 parent: 1 - type: Transform - uid: 3234 components: - - pos: -97.5,-14.5 + - type: Transform + pos: -97.5,-14.5 parent: 1 - type: Transform - uid: 3235 components: - - pos: -97.5,-13.5 + - type: Transform + pos: -97.5,-13.5 parent: 1 - type: Transform - uid: 3236 components: - - pos: -97.5,-12.5 + - type: Transform + pos: -97.5,-12.5 parent: 1 - type: Transform - proto: SpawnPointWarden entities: - uid: 28479 components: - - pos: 14.5,-22.5 + - type: Transform + pos: 14.5,-22.5 parent: 1 - type: Transform - proto: SpawnVehicleAntagVehicle entities: - uid: 31453 components: - - pos: -129.5,-3.5 + - type: Transform + pos: -129.5,-3.5 parent: 1 - type: Transform - proto: SpawnVehicleATV entities: - uid: 5579 components: - - pos: -44.5,38.5 + - type: Transform + pos: -44.5,38.5 parent: 1 - type: Transform - uid: 5627 components: - - pos: -37.5,33.5 + - type: Transform + pos: -37.5,33.5 parent: 1 - type: Transform - uid: 5628 components: - - pos: -38.5,33.5 + - type: Transform + pos: -38.5,33.5 parent: 1 - type: Transform - uid: 7087 components: - - pos: -106.5,-17.5 + - type: Transform + pos: -106.5,-17.5 parent: 1 - type: Transform - uid: 7462 components: - - pos: -106.5,-16.5 + - type: Transform + pos: -106.5,-16.5 parent: 1 - type: Transform - uid: 30517 components: - - pos: -130.5,-3.5 + - type: Transform + pos: -130.5,-3.5 parent: 1 - type: Transform - uid: 31535 components: - - pos: -77.5,17.5 + - type: Transform + pos: -77.5,17.5 parent: 1 - type: Transform - proto: SpawnVehicleJanicart entities: - uid: 7159 components: - - pos: -24.5,24.5 + - type: Transform + pos: -24.5,24.5 parent: 1 - type: Transform - uid: 7162 components: - - pos: -23.5,24.5 + - type: Transform + pos: -23.5,24.5 parent: 1 - type: Transform - uid: 30553 components: - - pos: -130.5,-2.5 + - type: Transform + pos: -130.5,-2.5 parent: 1 - type: Transform - proto: SpawnVehicleSecway entities: - uid: 4081 components: - - pos: -53.5,-24.5 + - type: Transform + pos: -53.5,-24.5 parent: 1 - type: Transform - uid: 4111 components: - - pos: -53.5,-23.5 + - type: Transform + pos: -53.5,-23.5 parent: 1 - type: Transform - uid: 9857 components: - - pos: -51.5,-23.5 + - type: Transform + pos: -51.5,-23.5 parent: 1 - type: Transform - uid: 9858 components: - - pos: -51.5,-24.5 + - type: Transform + pos: -51.5,-24.5 parent: 1 - type: Transform - uid: 12598 components: - - pos: 22.5,-19.5 + - type: Transform + pos: 22.5,-19.5 parent: 1 - type: Transform - uid: 30536 components: - - pos: -129.5,-2.5 + - type: Transform + pos: -129.5,-2.5 parent: 1 - type: Transform - proto: SpawnVehicleWheelchair entities: - uid: 9176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,-23.5 parent: 1 - type: Transform - uid: 28510 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,-33.5 parent: 1 - type: Transform - uid: 36784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-32.5 parent: 1 - type: Transform - proto: SpawnVehicleWheelchairFolded entities: - uid: 10492 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-25.5 parent: 1 - type: Transform - uid: 10496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-35.5 parent: 1 - type: Transform - proto: SpawnVendingMachineRestockFoodDrink entities: - uid: 7189 components: - - pos: -22.5,29.5 + - type: Transform + pos: -22.5,29.5 parent: 1 - type: Transform - uid: 7248 components: - - pos: -30.5,29.5 + - type: Transform + pos: -30.5,29.5 parent: 1 - type: Transform - uid: 9347 components: - - pos: -30.5,31.5 + - type: Transform + pos: -30.5,31.5 parent: 1 - type: Transform - proto: SprayBottle entities: - uid: 7190 components: - - pos: -22.668583,28.916548 + - type: Transform + pos: -22.668583,28.916548 parent: 1 - type: Transform - uid: 31366 components: - - pos: -143.97014,-7.95904 + - type: Transform + pos: -143.97014,-7.95904 parent: 1 - type: Transform - - tags: + - type: Tag + tags: - Spray - type: Tag - - solutions: + - type: SolutionContainerManager + solutions: spray: temperature: 293.15 canMix: False canReact: True maxVol: 100 + name: null reagents: - data: null ReagentId: SpaceLube Quantity: 5 - type: SolutionContainerManager - proto: SprayBottleSpaceCleaner entities: - uid: 7191 components: - - pos: -22.428999,29.041634 + - type: Transform + pos: -22.428999,29.041634 parent: 1 - type: Transform - uid: 7192 components: - - pos: -22.428999,28.812307 + - type: Transform + pos: -22.428999,28.812307 parent: 1 - type: Transform - uid: 12028 components: - - pos: 17.430521,-14.445129 + - type: Transform + pos: 17.430521,-14.445129 parent: 1 - type: Transform - uid: 12029 components: - - pos: 17.625834,-14.445129 + - type: Transform + pos: 17.625834,-14.445129 parent: 1 - type: Transform - uid: 13909 components: - - pos: -5.542443,-41.453026 + - type: Transform + pos: -5.542443,-41.453026 parent: 1 - type: Transform - uid: 13910 components: - - pos: -5.375776,-41.463448 + - type: Transform + pos: -5.375776,-41.463448 parent: 1 - type: Transform - uid: 30744 components: - - pos: -89.54562,-40.149033 + - type: Transform + pos: -89.54562,-40.149033 parent: 1 - type: Transform - proto: SprayBottleWater entities: - uid: 8357 components: - - pos: -66.531845,3.6587722 + - type: Transform + pos: -66.531845,3.6587722 parent: 1 - type: Transform - uid: 32391 components: - - pos: -82.54166,-5.2794414 + - type: Transform + pos: -82.54166,-5.2794414 parent: 1 - type: Transform - uid: 32516 components: - - pos: -82.329155,-5.3294754 + - type: Transform + pos: -82.329155,-5.3294754 parent: 1 - type: Transform - proto: StasisBed entities: - uid: 2943 components: - - pos: -1.5,-29.5 + - type: Transform + pos: -1.5,-29.5 parent: 1 - type: Transform - uid: 4729 components: - - pos: -70.5,-27.5 + - type: Transform + pos: -70.5,-27.5 parent: 1 - type: Transform - proto: StationMap entities: - uid: 1827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-49.5 parent: 1 - type: Transform - uid: 34816 components: - - pos: -9.5,-45.5 + - type: Transform + pos: -9.5,-45.5 parent: 1 - type: Transform - uid: 34817 components: - - pos: -50.5,-6.5 + - type: Transform + pos: -50.5,-6.5 parent: 1 - type: Transform - uid: 34818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,17.5 parent: 1 - type: Transform - uid: 34819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,40.5 parent: 1 - type: Transform - uid: 34820 components: - - pos: -59.5,39.5 + - type: Transform + pos: -59.5,39.5 parent: 1 - type: Transform - uid: 34821 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,4.5 parent: 1 - type: Transform - uid: 34822 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-16.5 parent: 1 - type: Transform - proto: SteelBench entities: - uid: 5515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,37.5 parent: 1 - type: Transform - uid: 5555 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,37.5 parent: 1 - type: Transform - uid: 6032 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,15.5 parent: 1 - type: Transform - uid: 8908 components: - - pos: -110.5,-12.5 + - type: Transform + pos: -110.5,-12.5 parent: 1 - type: Transform - uid: 8918 components: - - pos: -109.5,-12.5 + - type: Transform + pos: -109.5,-12.5 parent: 1 - type: Transform - uid: 8950 components: - - pos: -112.5,-12.5 + - type: Transform + pos: -112.5,-12.5 parent: 1 - type: Transform - uid: 8954 components: - - pos: -113.5,-11.5 + - type: Transform + pos: -113.5,-11.5 parent: 1 - type: Transform - uid: 8955 components: - - pos: -114.5,-11.5 + - type: Transform + pos: -114.5,-11.5 parent: 1 - type: Transform - uid: 8971 components: - - pos: -109.5,-11.5 + - type: Transform + pos: -109.5,-11.5 parent: 1 - type: Transform - uid: 10278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,15.5 parent: 1 - type: Transform - uid: 12216 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,16.5 parent: 1 - type: Transform - uid: 14691 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,15.5 parent: 1 - type: Transform - uid: 15507 components: - - pos: -113.5,-12.5 + - type: Transform + pos: -113.5,-12.5 parent: 1 - type: Transform - uid: 16198 components: - - pos: -112.5,-11.5 + - type: Transform + pos: -112.5,-11.5 parent: 1 - type: Transform - uid: 16209 components: - - pos: -110.5,-11.5 + - type: Transform + pos: -110.5,-11.5 parent: 1 - type: Transform - uid: 16212 components: - - pos: -114.5,-12.5 + - type: Transform + pos: -114.5,-12.5 parent: 1 - type: Transform - uid: 18990 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,16.5 parent: 1 - type: Transform - uid: 18996 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -61.5,16.5 parent: 1 - type: Transform - uid: 26445 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,16.5 parent: 1 - type: Transform - uid: 28511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,15.5 parent: 1 - type: Transform - uid: 36753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,24.5 parent: 1 - type: Transform - uid: 36754 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,23.5 parent: 1 - type: Transform - proto: SteelOre1 entities: - uid: 23686 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 69.06466,-0.7023667 parent: 1 - type: Transform - uid: 23687 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 71.31466,0.9550341 parent: 1 - type: Transform - uid: 23688 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 71.63757,-0.91084504 parent: 1 - type: Transform - proto: Stool entities: - uid: 6531 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -127.52456,10.965974 parent: 1 - type: Transform - uid: 6542 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -125.50373,10.955549 parent: 1 - type: Transform - uid: 8175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -65.5,-6 parent: 1 - type: Transform - uid: 8176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -64.5,-6 parent: 1 - type: Transform - uid: 8286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44,-2.5 parent: 1 - type: Transform - uid: 11531 components: - - pos: -38.550304,34.686153 + - type: Transform + pos: -38.550304,34.686153 parent: 1 - type: Transform - uid: 12860 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.54154,35.056957 parent: 1 - type: Transform - uid: 18985 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.50389,-8.32732 parent: 1 - type: Transform - uid: 18986 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.49348,-8.306472 parent: 1 - type: Transform - uid: 18987 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.49348,-8.32732 parent: 1 - type: Transform - uid: 30597 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -127.5,13 parent: 1 - type: Transform - uid: 30598 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -126.5,13 parent: 1 - type: Transform - uid: 36442 components: - - pos: -89.53609,-71.94918 + - type: Transform + pos: -89.53609,-71.94918 parent: 1 - type: Transform - proto: StoolBar entities: - uid: 1428 components: - - pos: -52.5,4.5 + - type: Transform + pos: -52.5,4.5 parent: 1 - type: Transform - uid: 1432 components: - - pos: -51.5,4.5 + - type: Transform + pos: -51.5,4.5 parent: 1 - type: Transform - uid: 1433 components: - - pos: -50.5,4.5 + - type: Transform + pos: -50.5,4.5 parent: 1 - type: Transform - uid: 1434 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,3.5 parent: 1 - type: Transform - uid: 1435 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,2.5 parent: 1 - type: Transform - uid: 1436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,1.5 parent: 1 - type: Transform - uid: 1437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,0.5 parent: 1 - type: Transform - uid: 1438 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-0.5 parent: 1 - type: Transform - uid: 1439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-1.5 parent: 1 - type: Transform - uid: 1440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-2.5 parent: 1 - type: Transform - uid: 1441 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-2.5 parent: 1 - type: Transform - uid: 1529 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-2.5 parent: 1 - type: Transform - uid: 7729 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,30.5 parent: 1 - type: Transform - uid: 7730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,31.5 parent: 1 - type: Transform - uid: 7731 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,32.5 parent: 1 - type: Transform - uid: 10289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-34.5 parent: 1 - type: Transform - uid: 12693 components: - - pos: -86.5,-48.5 + - type: Transform + pos: -86.5,-48.5 parent: 1 - type: Transform - uid: 12694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-50.5 parent: 1 - type: Transform - uid: 12696 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,-51.5 parent: 1 - type: Transform - uid: 13816 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-25.5 parent: 1 - type: Transform - uid: 13817 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-25.5 parent: 1 - type: Transform - uid: 13818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-25.5 parent: 1 - type: Transform - uid: 13819 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,-25.5 parent: 1 - type: Transform - uid: 13820 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-25.5 parent: 1 - type: Transform - uid: 17554 components: - - pos: 19.5,-34.5 + - type: Transform + pos: 19.5,-34.5 parent: 1 - type: Transform - uid: 17555 components: - - pos: 20.5,-34.5 + - type: Transform + pos: 20.5,-34.5 parent: 1 - type: Transform - proto: StorageCanister entities: - uid: 4390 components: - - pos: -73.5,-51.5 + - type: Transform + pos: -73.5,-51.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 4391 components: - - pos: -73.5,-52.5 + - type: Transform + pos: -73.5,-52.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 12270 components: - - pos: -32.5,-55.5 + - type: Transform + pos: -32.5,-55.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13280 components: - - pos: -106.5,-48.5 + - type: Transform + pos: -106.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 13555 components: - - pos: -105.5,-48.5 + - type: Transform + pos: -105.5,-48.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 21126 components: - - pos: -125.5,18.5 + - type: Transform + pos: -125.5,18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 21142 components: - - pos: -125.5,17.5 + - type: Transform + pos: -125.5,17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 22433 components: - - pos: -113.5,-67.5 + - type: Transform + pos: -113.5,-67.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 27207 components: - - pos: 4.5,-31.5 + - type: Transform + pos: 4.5,-31.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30770 components: - - pos: -65.5,-30.5 + - type: Transform + pos: -65.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30894 components: - - pos: -31.5,-79.5 + - type: Transform + pos: -31.5,-79.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30895 components: - - pos: -32.5,-81.5 + - type: Transform + pos: -32.5,-81.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 30973 components: - - pos: -27.5,-74.5 + - type: Transform + pos: -27.5,-74.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 31342 components: - - pos: -32.5,-62.5 + - type: Transform + pos: -32.5,-62.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 33878 components: - - pos: -112.5,-67.5 + - type: Transform + pos: -112.5,-67.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 33879 components: - - pos: -112.5,-69.5 + - type: Transform + pos: -112.5,-69.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 33880 components: - - pos: -113.5,-68.5 + - type: Transform + pos: -113.5,-68.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 34090 components: - - pos: -111.5,-57.5 + - type: Transform + pos: -111.5,-57.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36663 components: - - pos: -90.5,-70.5 + - type: Transform + pos: -90.5,-70.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36718 components: - - pos: -20.5,-66.5 + - type: Transform + pos: -20.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 36719 components: - - pos: -19.5,-66.5 + - type: Transform + pos: -19.5,-66.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: StrangePill entities: - uid: 15740 components: - - pos: -45.75759,25.338385 + - type: Transform + pos: -45.75759,25.338385 parent: 1 - type: Transform - uid: 16391 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.56818,-52.7112 parent: 1 - type: Transform - uid: 36849 components: - - desc: It's not a suppository. + - type: MetaData + desc: It's not a suppository. name: floor pill - type: MetaData - - pos: 27.497831,19.118328 + - type: Transform + pos: 27.497831,19.118328 parent: 1 - type: Transform - uid: 36850 components: - - desc: It's not a suppository. + - type: MetaData + desc: It's not a suppository. name: floor pill - type: MetaData - - pos: 27.197832,19.118328 + - type: Transform + pos: 27.197832,19.118328 parent: 1 - type: Transform - proto: Stunbaton entities: - uid: 12047 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.6341667,-11.355383 parent: 1 - type: Transform - uid: 12048 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.3867707,-11.407503 parent: 1 - type: Transform - uid: 12049 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.4882293,-11.329324 parent: 1 - type: Transform - uid: 12050 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.6444793,-11.420532 parent: 1 - type: Transform - uid: 14922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.54115,-33.029274 parent: 1 - type: Transform - uid: 14923 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.53073,-33.206482 parent: 1 - type: Transform - proto: SubstationBasic entities: - uid: 3398 components: - - name: grav gen/comms substation - type: MetaData - - pos: -108.5,-36.5 + - type: MetaData + name: grav gen/comms substation + - type: Transform + pos: -108.5,-36.5 parent: 1 - type: Transform - uid: 4682 components: - - name: medical substation - type: MetaData - - pos: -64.5,-35.5 + - type: MetaData + name: medical substation + - type: Transform + pos: -64.5,-35.5 parent: 1 - type: Transform - uid: 5883 components: - - name: engineering substation - type: MetaData - - pos: -114.5,-19.5 + - type: MetaData + name: engineering substation + - type: Transform + pos: -114.5,-19.5 parent: 1 - type: Transform - uid: 7458 components: - - name: arrivals/janitorial/logistics substation - type: MetaData - - pos: -21.5,22.5 + - type: MetaData + name: arrivals/janitorial/logistics substation + - type: Transform + pos: -21.5,22.5 parent: 1 - type: Transform - uid: 8279 components: - - name: bridge backup substation - type: MetaData - - pos: -108.5,0.5 + - type: MetaData + name: bridge backup substation + - type: Transform + pos: -108.5,0.5 parent: 1 - type: Transform - uid: 9244 components: - - name: prison medical substation - type: MetaData - - pos: 8.5,-37.5 + - type: MetaData + name: prison medical substation + - type: Transform + pos: 8.5,-37.5 parent: 1 - type: Transform - uid: 9850 components: - - name: security substation - type: MetaData - - pos: -62.5,-40.5 + - type: MetaData + name: security substation + - type: Transform + pos: -62.5,-40.5 parent: 1 - type: Transform - uid: 14970 components: - - name: prison main substation - type: MetaData - - pos: 15.5,16.5 + - type: MetaData + name: prison main substation + - type: Transform + pos: 15.5,16.5 parent: 1 - type: Transform - uid: 16527 components: - - name: epistemics substation - type: MetaData - - pos: -29.5,-72.5 + - type: MetaData + name: epistemics substation + - type: Transform + pos: -29.5,-72.5 parent: 1 - type: Transform - uid: 16650 components: - - name: casino - type: MetaData - - pos: 14.5,-25.5 + - type: MetaData + name: casino + - type: Transform + pos: 14.5,-25.5 parent: 1 - type: Transform - uid: 16872 components: - - name: main hall/race track substation - type: MetaData - - pos: -105.5,-3.5 + - type: MetaData + name: main hall/race track substation + - type: Transform + pos: -105.5,-3.5 parent: 1 - type: Transform - uid: 16964 components: - - name: bridge main substation - type: MetaData - - pos: -99.5,25.5 + - type: MetaData + name: bridge main substation + - type: Transform + pos: -99.5,25.5 parent: 1 - type: Transform - uid: 16965 components: - - name: command courtyard substation - type: MetaData - - pos: -97.5,25.5 + - type: MetaData + name: command courtyard substation + - type: Transform + pos: -97.5,25.5 parent: 1 - type: Transform - uid: 17033 components: - - name: HoP/Service substation - type: MetaData - - pos: -52.5,13.5 + - type: MetaData + name: HoP/Service substation + - type: Transform + pos: -52.5,13.5 parent: 1 - type: Transform - uid: 17034 components: - - name: bar/secpoint substation - type: MetaData - - pos: -50.5,13.5 + - type: MetaData + name: bar/secpoint substation + - type: Transform + pos: -50.5,13.5 parent: 1 - type: Transform - uid: 17086 components: - - name: kitchen/botany substation - type: MetaData - - pos: -24.5,13.5 + - type: MetaData + name: kitchen/botany substation + - type: Transform + pos: -24.5,13.5 parent: 1 - type: Transform - uid: 17087 components: - - name: prison kitchen/botany substation - type: MetaData - - pos: -21.5,13.5 + - type: MetaData + name: prison kitchen/botany substation + - type: Transform + pos: -21.5,13.5 parent: 1 - type: Transform - uid: 18088 components: - - name: lower maints substation - type: MetaData - - pos: -29.5,-74.5 + - type: MetaData + name: lower maints substation + - type: Transform + pos: -29.5,-74.5 parent: 1 - type: Transform - uid: 21355 components: - - name: prison workshop/custodial substation - type: MetaData - - pos: 20.5,9.5 + - type: MetaData + name: prison workshop/custodial substation + - type: Transform + pos: 20.5,9.5 parent: 1 - type: Transform - uid: 34184 components: - - name: portside maints substation - type: MetaData - - pos: -139.5,-39.5 + - type: MetaData + name: portside maints substation + - type: Transform + pos: -139.5,-39.5 parent: 1 - type: Transform - uid: 36461 components: - - name: lower portside maints/atmosherics substation - type: MetaData - - pos: -99.5,-76.5 + - type: MetaData + name: lower portside maints/atmosherics substation + - type: Transform + pos: -99.5,-76.5 parent: 1 - type: Transform - uid: 39955 components: - - name: evac substation - type: MetaData - - pos: -24.5,-72.5 + - type: MetaData + name: evac substation + - type: Transform + pos: -24.5,-72.5 parent: 1 - type: Transform - uid: 40814 components: - - name: prison mining shaft substation - type: MetaData - - pos: 43.5,-6.5 + - type: MetaData + name: prison mining shaft substation + - type: Transform + pos: 43.5,-6.5 parent: 1 - type: Transform - proto: SubstationBasicEmpty entities: - uid: 10920 components: - - name: particle accelerator substation - type: MetaData - - pos: 59.5,-56.5 + - type: MetaData + name: particle accelerator substation + - type: Transform + pos: 59.5,-56.5 parent: 1 - type: Transform - uid: 33510 components: - - pos: -63.5,-33.5 + - type: Transform + pos: -63.5,-33.5 parent: 1 - type: Transform - proto: SubstationMachineCircuitboard entities: - uid: 9777 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.70988,-32.90663 parent: 1 - type: Transform - uid: 9778 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.51196,-32.896206 parent: 1 - type: Transform - proto: SubstationWallBasic entities: - uid: 220 components: - - name: AI wallmount substation - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: AI wallmount substation + - type: Transform + rot: -1.5707963267948966 rad pos: -105.5,8.5 parent: 1 - type: Transform - - maxCharge: 2500000 - type: Battery + - type: Battery + maxCharge: 2500000 - proto: SuitStorageBasic entities: - uid: 2382 components: - - pos: -14.5,20.5 + - type: Transform + pos: -14.5,20.5 parent: 1 - type: Transform - uid: 23840 components: - - pos: -14.5,-56.5 + - type: Transform + pos: -14.5,-56.5 parent: 1 - type: Transform - uid: 23841 components: - - pos: -14.5,-55.5 + - type: Transform + pos: -14.5,-55.5 parent: 1 - type: Transform - proto: SuitStorageEngi entities: - uid: 2091 components: - - pos: 43.5,-41.5 + - type: Transform + pos: 43.5,-41.5 parent: 1 - type: Transform - uid: 2322 components: - - pos: 41.5,-41.5 + - type: Transform + pos: 41.5,-41.5 parent: 1 - type: Transform - uid: 35603 components: - - pos: -110.5,-85.5 + - type: Transform + pos: -110.5,-85.5 parent: 1 - type: Transform - uid: 35604 components: - - pos: -111.5,-85.5 + - type: Transform + pos: -111.5,-85.5 parent: 1 - type: Transform - proto: SuitStorageEVA entities: - uid: 4223 components: - - pos: -68.5,28.5 + - type: Transform + pos: -68.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238628,20 +238953,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 4224 - type: ContainerContainer - uid: 4229 components: - - pos: -64.5,28.5 + - type: Transform + pos: -64.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238658,20 +238983,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 4230 - type: ContainerContainer - uid: 4231 components: - - pos: -69.5,28.5 + - type: Transform + pos: -69.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238688,20 +239013,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 4232 - type: ContainerContainer - uid: 6154 components: - - pos: -66.5,28.5 + - type: Transform + pos: -66.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238718,20 +239043,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 6155 - type: ContainerContainer - uid: 7546 components: - - pos: -65.5,28.5 + - type: Transform + pos: -65.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238748,20 +239073,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 7547 - type: ContainerContainer - uid: 7548 components: - - pos: -70.5,28.5 + - type: Transform + pos: -70.5,28.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238778,91 +239103,91 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 7549 - type: ContainerContainer - proto: SuitStorageEVAPrisoner entities: - uid: 10108 components: - - pos: 25.5,-7.5 + - type: Transform + pos: 25.5,-7.5 parent: 1 - type: Transform - uid: 10109 components: - - pos: 24.5,-7.5 + - type: Transform + pos: 24.5,-7.5 parent: 1 - type: Transform - uid: 10378 components: - - pos: 49.5,-52.5 + - type: Transform + pos: 49.5,-52.5 parent: 1 - type: Transform - uid: 10382 components: - - pos: 50.5,-52.5 + - type: Transform + pos: 50.5,-52.5 parent: 1 - type: Transform - uid: 10384 components: - - pos: 51.5,-52.5 + - type: Transform + pos: 51.5,-52.5 parent: 1 - type: Transform - uid: 10389 components: - - pos: 52.5,-52.5 + - type: Transform + pos: 52.5,-52.5 parent: 1 - type: Transform - uid: 10393 components: - - pos: 53.5,-52.5 + - type: Transform + pos: 53.5,-52.5 parent: 1 - type: Transform - uid: 10394 components: - - pos: 53.5,-56.5 + - type: Transform + pos: 53.5,-56.5 parent: 1 - type: Transform - uid: 10395 components: - - pos: 52.5,-56.5 + - type: Transform + pos: 52.5,-56.5 parent: 1 - type: Transform - uid: 10398 components: - - pos: 51.5,-56.5 + - type: Transform + pos: 51.5,-56.5 parent: 1 - type: Transform - uid: 10401 components: - - pos: 50.5,-56.5 + - type: Transform + pos: 50.5,-56.5 parent: 1 - type: Transform - uid: 10404 components: - - pos: 49.5,-56.5 + - type: Transform + pos: 49.5,-56.5 parent: 1 - type: Transform - proto: SuitStorageHOS entities: - uid: 9854 components: - - pos: -51.5,-21.5 + - type: Transform + pos: -51.5,-21.5 parent: 1 - type: Transform - proto: SuitStorageSec entities: - uid: 4444 components: - - pos: 20.5,-17.5 + - type: Transform + pos: 20.5,-17.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238879,20 +239204,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 4445 - type: ContainerContainer - uid: 5833 components: - - pos: -57.5,-46.5 + - type: Transform + pos: -57.5,-46.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238909,20 +239234,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 6147 - type: ContainerContainer - uid: 6148 components: - - pos: -58.5,-44.5 + - type: Transform + pos: -58.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238939,20 +239264,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 6149 - type: ContainerContainer - uid: 6156 components: - - pos: 19.5,-17.5 + - type: Transform + pos: 19.5,-17.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238969,20 +239294,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 6160 - type: ContainerContainer - uid: 6165 components: - - pos: -57.5,-44.5 + - type: Transform + pos: -57.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -238999,20 +239324,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 6166 - type: ContainerContainer - uid: 6167 components: - - pos: -58.5,-46.5 + - type: Transform + pos: -58.5,-46.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -239029,20 +239354,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 6168 - type: ContainerContainer - uid: 7553 components: - - pos: 21.5,-17.5 + - type: Transform + pos: 21.5,-17.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -239059,20 +239384,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 7554 - type: ContainerContainer - uid: 7555 components: - - pos: 18.5,-17.5 + - type: Transform + pos: 18.5,-17.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -239089,20 +239414,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 7556 - type: ContainerContainer - uid: 7559 components: - - pos: -56.5,-44.5 + - type: Transform + pos: -56.5,-44.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -239119,20 +239444,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 8725 - type: ContainerContainer - uid: 9071 components: - - pos: -56.5,-46.5 + - type: Transform + pos: -56.5,-46.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -239149,5549 +239474,5547 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 9387 - type: ContainerContainer - proto: SurveillanceCameraAssembly entities: - uid: 36417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -135.5,-53.5 parent: 1 - type: Transform - proto: SurveillanceCameraCommand entities: - uid: 29260 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -84.5,19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand - type: SurveillanceCamera - uid: 29265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,14.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: AI Server Room 1 - type: SurveillanceCamera - uid: 29266 components: - - pos: -110.5,4.5 + - type: Transform + pos: -110.5,4.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: AI Server Room 2 - type: SurveillanceCamera - uid: 29267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -101.5,10.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: Captain's Office - type: SurveillanceCamera + id: Command Cryosleep - uid: 29268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -100.5,7.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: Bridge - type: SurveillanceCamera - uid: 29269 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,2.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: Bridge Entrance - type: SurveillanceCamera - uid: 29270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -99.5,2.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: Command Conference Room - type: SurveillanceCamera - uid: 29271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-2.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: Vault - type: SurveillanceCamera - uid: 29272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -115.5,-0.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: Captain's Quarters - type: SurveillanceCamera - uid: 40753 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-58.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: Command Evac - type: SurveillanceCamera - proto: SurveillanceCameraEngineering entities: - uid: 29239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,22.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Engineering Outpost - type: SurveillanceCamera - uid: 40750 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 55.5,-46.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Particle Accelerator Room - type: SurveillanceCamera - uid: 40754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-62.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Emergency Air Chamber - type: SurveillanceCamera - uid: 40834 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-36.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmos Entrance - type: SurveillanceCamera - uid: 40835 components: - - pos: -99.5,-48.5 + - type: Transform + pos: -99.5,-48.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmos Main Air Chambers - type: SurveillanceCamera - uid: 40836 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -107.5,-58.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmos Filtration Chambers - type: SurveillanceCamera - uid: 40837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -107.5,-73.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmos Mixing Chamber - type: SurveillanceCamera - uid: 40838 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -94.5,-67.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmos Break Room - type: SurveillanceCamera - uid: 40839 components: - - pos: -107.5,-33.5 + - type: Transform + pos: -107.5,-33.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: CE's Office - type: SurveillanceCamera - uid: 40840 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -99.5,-24.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Main Break Room - type: SurveillanceCamera - uid: 40841 components: - - pos: -103.5,-18.5 + - type: Transform + pos: -103.5,-18.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Front Desk - type: SurveillanceCamera - uid: 40842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-10.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Locker Room - type: SurveillanceCamera - uid: 40843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -112.5,-19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: SMES Room - type: SurveillanceCamera - uid: 40844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -115.5,-24.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: AME Room - type: SurveillanceCamera - uid: 40845 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -129.5,-29.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Experimental Energy Room - type: SurveillanceCamera - uid: 40846 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -109.5,-38.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Drone Room - type: SurveillanceCamera - uid: 40847 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -122.5,-40.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Gravity Generator - type: SurveillanceCamera - uid: 40848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -127.5,-40.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Communcations Server Room - type: SurveillanceCamera - uid: 40849 components: - - pos: -149.5,-39.5 + - type: Transform + pos: -149.5,-39.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Portside Solars - type: SurveillanceCamera - uid: 40850 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -109.5,-86.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Lower-Portside Solars - type: SurveillanceCamera - proto: SurveillanceCameraGeneral entities: - uid: 3242 components: - - pos: -59.5,35.5 + - type: Transform + pos: -59.5,35.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Mailroom Exterior - type: SurveillanceCamera - uid: 29236 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,30.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Arrivals Dorms - type: SurveillanceCamera - uid: 29237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,21.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: HoP Exterior - type: SurveillanceCamera - uid: 29238 components: - - pos: -31.5,19.5 + - type: Transform + pos: -31.5,19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Custodial-Logistics Exterior - type: SurveillanceCamera - uid: 29244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -72.5,24.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Arrivals Sec-Point - type: SurveillanceCamera - uid: 29247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,12.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evac Sec-Point - type: SurveillanceCamera - uid: 29248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,1.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Bar/Restaurant Exterior - type: SurveillanceCamera - uid: 29253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-9.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Lower Bar Exterior - type: SurveillanceCamera - uid: 29254 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-17.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Hydroponics/Security Exterior - type: SurveillanceCamera - uid: 29255 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-13.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Medical Exterior - type: SurveillanceCamera - uid: 29256 components: - - pos: -80.5,-15.5 + - type: Transform + pos: -80.5,-15.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Memorial Park - type: SurveillanceCamera - uid: 29257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -74.5,4.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Theatre Dorms - type: SurveillanceCamera - uid: 29258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -89.5,-1.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Command Courtyard 1 - type: SurveillanceCamera - uid: 29259 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,8.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Command Courtyard 2 - type: SurveillanceCamera - uid: 29276 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,-12.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Engineering Exterior - type: SurveillanceCamera - uid: 29306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-25.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Epistemics Exterior - type: SurveillanceCamera - uid: 29307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-38.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Epistemics/Brig Exterior - type: SurveillanceCamera - uid: 33764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,40.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Arrivals 1 - type: SurveillanceCamera - uid: 33831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -86.5,39.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Arrivals 2 - type: SurveillanceCamera - uid: 40742 components: - - pos: -5.5,-48.5 + - type: Transform + pos: -5.5,-48.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evac Sec-Point - type: SurveillanceCamera - uid: 40743 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-44.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Casino/Laundry/Library Hallway - type: SurveillanceCamera - uid: 40744 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-53.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evac Dorms - type: SurveillanceCamera - uid: 40745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-48.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Laundromat - type: SurveillanceCamera - uid: 40746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-58.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evac-First Section - type: SurveillanceCamera - uid: 40747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-58.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evac-Second Section - type: SurveillanceCamera - uid: 40752 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-53.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evac Waiting Area - type: SurveillanceCamera - proto: SurveillanceCameraMedical entities: - uid: 18955 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-34.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Breakroom - type: SurveillanceCamera - uid: 29282 components: - - pos: -65.5,-19.5 + - type: Transform + pos: -65.5,-19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Lobby - type: SurveillanceCamera - uid: 29283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -64.5,-26.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Chemlab - type: SurveillanceCamera - uid: 29285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.5,-22.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Front Desk - type: SurveillanceCamera - uid: 29286 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-26.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Treatment Wing - type: SurveillanceCamera - uid: 29288 components: - - pos: -78.5,-32.5 + - type: Transform + pos: -78.5,-32.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Morgue - type: SurveillanceCamera - uid: 29289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-31.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Operating Room - type: SurveillanceCamera - uid: 29290 components: - - pos: -80.5,-25.5 + - type: Transform + pos: -80.5,-25.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: General Hallway - type: SurveillanceCamera - uid: 29291 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-23.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Virology Lab - type: SurveillanceCamera - uid: 29292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -85.5,-19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: CMO's Office - type: SurveillanceCamera - uid: 29293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -79.5,-19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Metemphychosis Room - type: SurveillanceCamera - uid: 31382 components: - - pos: -72.5,-35.5 + - type: Transform + pos: -72.5,-35.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Locker Room - type: SurveillanceCamera - uid: 40824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-34.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Prison Medical Wing - type: SurveillanceCamera - uid: 40825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-35.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Prison Chemistry/Cryogenics - type: SurveillanceCamera - uid: 40826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-33.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Prison Morgue - type: SurveillanceCamera - uid: 40827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-31.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Prison Medical Lobby - type: SurveillanceCamera - proto: SurveillanceCameraRouterCommand entities: - uid: 5304 components: - - name: camera router(command) - type: MetaData - - pos: -109.5,11.5 + - type: MetaData + name: camera router(command) + - type: Transform + pos: -109.5,11.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterEngineering entities: - uid: 5305 components: - - name: camera router(engineering) - type: MetaData - - pos: -110.5,11.5 + - type: MetaData + name: camera router(engineering) + - type: Transform + pos: -110.5,11.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterGeneral entities: - uid: 5295 components: - - name: camera router(general) - type: MetaData - - pos: -113.5,11.5 + - type: MetaData + name: camera router(general) + - type: Transform + pos: -113.5,11.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterMedical entities: - uid: 5303 components: - - name: camera router(medical) - type: MetaData - - pos: -113.5,7.5 + - type: MetaData + name: camera router(medical) + - type: Transform + pos: -113.5,7.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterScience entities: - uid: 5308 components: - - name: camera router(epistemics) - type: MetaData - - pos: -109.5,7.5 + - type: MetaData + name: camera router(epistemics) + - type: Transform + pos: -109.5,7.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterSecurity entities: - uid: 5306 components: - - name: camera router(security) - type: MetaData - - pos: -112.5,7.5 + - type: MetaData + name: camera router(security) + - type: Transform + pos: -112.5,7.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterService entities: - uid: 5307 components: - - name: camera router(service) - type: MetaData - - pos: -110.5,7.5 + - type: MetaData + name: camera router(service) + - type: Transform + pos: -110.5,7.5 parent: 1 - type: Transform - proto: SurveillanceCameraRouterSupply entities: - uid: 5296 components: - - name: camera router(cargo) - type: MetaData - - pos: -112.5,11.5 + - type: MetaData + name: camera router(cargo) + - type: Transform + pos: -112.5,11.5 parent: 1 - type: Transform - proto: SurveillanceCameraScience entities: - uid: 28683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-43.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Main Hall - type: SurveillanceCamera - uid: 28684 components: - - pos: -37.5,-52.5 + - type: Transform + pos: -37.5,-52.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Breakroom - type: SurveillanceCamera - uid: 29312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-34.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Forensic Mantis Lab - type: SurveillanceCamera - uid: 29314 components: - - pos: -22.5,-41.5 + - type: Transform + pos: -22.5,-41.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Front Desk - type: SurveillanceCamera - uid: 29315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-41.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Mystagogue's Office - type: SurveillanceCamera - uid: 29318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-58.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Artifact Lab - type: SurveillanceCamera - uid: 29319 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-65.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Anomaly Lab - type: SurveillanceCamera - uid: 40823 components: - - pos: -21.5,-50.5 + - type: Transform + pos: -21.5,-50.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Robotics Lab - type: SurveillanceCamera - proto: SurveillanceCameraSecurity entities: - uid: 4623 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,3.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Cafeteria 1 - type: SurveillanceCamera - uid: 15589 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison AME - type: SurveillanceCamera - uid: 29294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-20.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: HoS's Office - type: SurveillanceCamera - uid: 29295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-22.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Lobby - type: SurveillanceCamera - uid: 29296 components: - - pos: -50.5,-28.5 + - type: Transform + pos: -50.5,-28.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Front Desk - type: SurveillanceCamera - uid: 29297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-35.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Holding Cells - type: SurveillanceCamera - uid: 29298 components: - - pos: -56.5,-38.5 + - type: Transform + pos: -56.5,-38.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Interrogation - type: SurveillanceCamera - uid: 29300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-46.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Hallway - type: SurveillanceCamera - uid: 29301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-41.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Locker Room - type: SurveillanceCamera - uid: 29302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-49.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Restock Room - type: SurveillanceCamera - uid: 29303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-55.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Breakroom - type: SurveillanceCamera - uid: 29304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-57.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Shooting Range - type: SurveillanceCamera - uid: 29305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-47.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Armory - type: SurveillanceCamera - uid: 29426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-21.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Entrance - type: SurveillanceCamera - uid: 29427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-21.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Hall SW - type: SurveillanceCamera - uid: 29428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-21.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Hall SE/Solitary Cells - type: SurveillanceCamera - uid: 29429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-20.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Warden's Office - type: SurveillanceCamera - uid: 29430 components: - - pos: 21.5,-19.5 + - type: Transform + pos: 21.5,-19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Armory - type: SurveillanceCamera - uid: 29431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-17.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Front Desk - type: SurveillanceCamera - uid: 29432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-13.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Lounge - type: SurveillanceCamera - uid: 29433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-13.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Break Room - type: SurveillanceCamera - uid: 29434 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Guard Post 1 - type: SurveillanceCamera - uid: 29435 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Guard Post 2 - type: SurveillanceCamera - uid: 29436 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-8.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Hall East - type: SurveillanceCamera - uid: 29437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-1.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Workshop - type: SurveillanceCamera - uid: 29438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,11.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Laundry Room - type: SurveillanceCamera - uid: 29439 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-12.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Custodial Closet - type: SurveillanceCamera - uid: 29473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,6.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Hall NE - type: SurveillanceCamera - uid: 29475 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Guard Post Exterior - type: SurveillanceCamera - uid: 29476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-8.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Hall West - type: SurveillanceCamera - uid: 29477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-10.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Hydroponics - type: SurveillanceCamera - uid: 29478 components: - - pos: -19.5,-8.5 + - type: Transform + pos: -19.5,-8.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Cafeteria 2 - type: SurveillanceCamera - uid: 29479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,4.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Kitchen - type: SurveillanceCamera - uid: 29480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Gen-Pop 1 - type: SurveillanceCamera - uid: 29481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Gen-Pop 2 - type: SurveillanceCamera - uid: 40748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 52.5,-58.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prisoner Evac - type: SurveillanceCamera - uid: 40749 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 54.5,-54.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison EVA - type: SurveillanceCamera - uid: 40813 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 57.5,-6.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison Mining Shaft - type: SurveillanceCamera - uid: 40833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-40.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Detective's Office - type: SurveillanceCamera - proto: SurveillanceCameraService entities: - uid: 29240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,27.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Custodial Office - type: SurveillanceCamera - uid: 29241 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,24.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Recycling Room - type: SurveillanceCamera - uid: 29245 components: - - pos: -66.5,19.5 + - type: Transform + pos: -66.5,19.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: HoP's Office - type: SurveillanceCamera - uid: 29246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,14.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Service Wardrobe Room - type: SurveillanceCamera - uid: 29249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,3.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Bar - type: SurveillanceCamera - uid: 29250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,7.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Kitchen - type: SurveillanceCamera - uid: 29251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-4.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Dry Stores - type: SurveillanceCamera - uid: 29252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-14.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Hydroponics - type: SurveillanceCamera - uid: 29261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -76.5,7.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Reporter's Office - type: SurveillanceCamera - uid: 29262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-5.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Barber Shop - type: SurveillanceCamera - uid: 29263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-5.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Clothing Store - type: SurveillanceCamera - uid: 29310 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-32.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Casino 1 - type: SurveillanceCamera - uid: 29311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-29.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Casino 2 - type: SurveillanceCamera - uid: 29424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-4.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Dining Room - type: SurveillanceCamera - uid: 29474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,6.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Prison Hall NW - type: SurveillanceCamera - uid: 40751 components: - - pos: 12.5,-56.5 + - type: Transform + pos: 12.5,-56.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Library - type: SurveillanceCamera - proto: SurveillanceCameraSupply entities: - uid: 32774 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,34.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Loading Dock/Front Desk - type: SurveillanceCamera - uid: 40739 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,35.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Mail Room - type: SurveillanceCamera - uid: 40740 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,33.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Break Room - type: SurveillanceCamera - uid: 40741 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,38.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Salvage - type: SurveillanceCamera - uid: 40851 components: - - pos: -11.5,35.5 + - type: Transform + pos: -11.5,35.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Salvage Locker Room - type: SurveillanceCamera - uid: 40852 components: - - pos: -38.5,33.5 + - type: Transform + pos: -38.5,33.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Garage - type: SurveillanceCamera - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 8000 components: - - pos: -77.5,14.5 + - type: Transform + pos: -77.5,14.5 parent: 1 - type: Transform - proto: SurveillanceWirelessCameraAnchoredCircuitboard entities: - uid: 8586 components: - - pos: -79.423,10.525159 + - type: Transform + pos: -79.423,10.525159 parent: 1 - type: Transform - proto: SurveillanceWirelessCameraAnchoredEntertainment entities: - uid: 7890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,14.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment nameSet: True id: Court Cam - type: SurveillanceCamera - uid: 13863 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-27.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment nameSet: True id: Ring-Side Fights - type: SurveillanceCamera - uid: 29273 components: - - pos: -137.5,-5.5 + - type: Transform + pos: -137.5,-5.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment nameSet: True id: Spesscar Finishline - type: SurveillanceCamera - uid: 33123 components: - - pos: -152.5,13.5 + - type: Transform + pos: -152.5,13.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment nameSet: True id: Spesscar Split - type: SurveillanceCamera - uid: 33124 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,6.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment nameSet: True id: Spesscar Straightaway - type: SurveillanceCamera - uid: 33368 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -137.5,17.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment nameSet: True id: Spesscar 2 - type: SurveillanceCamera - proto: SurveillanceWirelessCameraMovableEntertainment entities: - uid: 8011 components: - - pos: -78.5,14.5 + - type: Transform + pos: -78.5,14.5 parent: 1 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEntertainment - type: SurveillanceCamera - proto: SynthesizerInstrument entities: - uid: 36835 components: - - pos: 25.562252,21.632761 + - type: Transform + pos: 25.562252,21.632761 parent: 1 - type: Transform - proto: Syringe entities: - uid: 11964 components: - - pos: -32.438538,-33.497414 + - type: Transform + pos: -32.438538,-33.497414 parent: 1 - type: Transform - uid: 11965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.464577,-33.65377 parent: 1 - type: Transform - uid: 13687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.663795,-69.49171 parent: 1 - type: Transform - uid: 18956 components: - - pos: -78.19137,-37.410328 + - type: Transform + pos: -78.19137,-37.410328 parent: 1 - type: Transform - uid: 28501 components: - - flags: InContainer - type: MetaData - - parent: 28497 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 28497 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Table entities: - uid: 528 components: - - pos: -28.5,5.5 + - type: Transform + pos: -28.5,5.5 parent: 1 - type: Transform - uid: 529 components: - - pos: -28.5,4.5 + - type: Transform + pos: -28.5,4.5 parent: 1 - type: Transform - uid: 530 components: - - pos: -28.5,3.5 + - type: Transform + pos: -28.5,3.5 parent: 1 - type: Transform - uid: 531 components: - - pos: -26.5,5.5 + - type: Transform + pos: -26.5,5.5 parent: 1 - type: Transform - uid: 532 components: - - pos: -26.5,4.5 + - type: Transform + pos: -26.5,4.5 parent: 1 - type: Transform - uid: 534 components: - - pos: -26.5,3.5 + - type: Transform + pos: -26.5,3.5 parent: 1 - type: Transform - uid: 545 components: - - pos: -24.5,4.5 + - type: Transform + pos: -24.5,4.5 parent: 1 - type: Transform - uid: 546 components: - - pos: -24.5,3.5 + - type: Transform + pos: -24.5,3.5 parent: 1 - type: Transform - uid: 639 components: - - pos: -34.5,-11.5 + - type: Transform + pos: -34.5,-11.5 parent: 1 - type: Transform - uid: 914 components: - - pos: -23.5,-11.5 + - type: Transform + pos: -23.5,-11.5 parent: 1 - type: Transform - uid: 915 components: - - pos: -23.5,-10.5 + - type: Transform + pos: -23.5,-10.5 parent: 1 - type: Transform - uid: 916 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 1 - type: Transform - uid: 917 components: - - pos: -21.5,-10.5 + - type: Transform + pos: -21.5,-10.5 parent: 1 - type: Transform - uid: 971 components: - - pos: -29.5,-12.5 + - type: Transform + pos: -29.5,-12.5 parent: 1 - type: Transform - uid: 972 components: - - pos: -29.5,-11.5 + - type: Transform + pos: -29.5,-11.5 parent: 1 - type: Transform - uid: 973 components: - - pos: -29.5,-10.5 + - type: Transform + pos: -29.5,-10.5 parent: 1 - type: Transform - uid: 1677 components: - - pos: -0.5,-31.5 + - type: Transform + pos: -0.5,-31.5 parent: 1 - type: Transform - uid: 1732 components: - - pos: 6.5,-35.5 + - type: Transform + pos: 6.5,-35.5 parent: 1 - type: Transform - uid: 1733 components: - - pos: 7.5,-35.5 + - type: Transform + pos: 7.5,-35.5 parent: 1 - type: Transform - uid: 1734 components: - - pos: 8.5,-35.5 + - type: Transform + pos: 8.5,-35.5 parent: 1 - type: Transform - uid: 3493 components: - - pos: -24.5,2.5 + - type: Transform + pos: -24.5,2.5 parent: 1 - type: Transform - uid: 3969 components: - - pos: -57.5,-36.5 + - type: Transform + pos: -57.5,-36.5 parent: 1 - type: Transform - uid: 3970 components: - - pos: -56.5,-36.5 + - type: Transform + pos: -56.5,-36.5 parent: 1 - type: Transform - uid: 3971 components: - - pos: -55.5,-36.5 + - type: Transform + pos: -55.5,-36.5 parent: 1 - type: Transform - uid: 4000 components: - - pos: -48.5,-41.5 + - type: Transform + pos: -48.5,-41.5 parent: 1 - type: Transform - uid: 4022 components: - - pos: -49.5,-41.5 + - type: Transform + pos: -49.5,-41.5 parent: 1 - type: Transform - uid: 4023 components: - - pos: -50.5,-41.5 + - type: Transform + pos: -50.5,-41.5 parent: 1 - type: Transform - uid: 4024 components: - - pos: -50.5,-42.5 + - type: Transform + pos: -50.5,-42.5 parent: 1 - type: Transform - uid: 4437 components: - - pos: -55.5,-48.5 + - type: Transform + pos: -55.5,-48.5 parent: 1 - type: Transform - uid: 4438 components: - - pos: -56.5,-48.5 + - type: Transform + pos: -56.5,-48.5 parent: 1 - type: Transform - uid: 4439 components: - - pos: -57.5,-48.5 + - type: Transform + pos: -57.5,-48.5 parent: 1 - type: Transform - uid: 4492 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-37.5 parent: 1 - type: Transform - uid: 4523 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 1 - type: Transform - uid: 4649 components: - - pos: -80.5,-27.5 + - type: Transform + pos: -80.5,-27.5 parent: 1 - type: Transform - uid: 4650 components: - - pos: -80.5,-31.5 + - type: Transform + pos: -80.5,-31.5 parent: 1 - type: Transform - uid: 4651 components: - - pos: -77.5,-31.5 + - type: Transform + pos: -77.5,-31.5 parent: 1 - type: Transform - uid: 4652 components: - - pos: -77.5,-32.5 + - type: Transform + pos: -77.5,-32.5 parent: 1 - type: Transform - uid: 4653 components: - - pos: -80.5,-32.5 + - type: Transform + pos: -80.5,-32.5 parent: 1 - type: Transform - uid: 4735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -78.5,-37.5 parent: 1 - type: Transform - uid: 4787 components: - - pos: -69.5,-25.5 + - type: Transform + pos: -69.5,-25.5 parent: 1 - type: Transform - uid: 5447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,29.5 parent: 1 - type: Transform - uid: 5448 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,28.5 parent: 1 - type: Transform - uid: 5514 components: - - pos: -49.5,33.5 + - type: Transform + pos: -49.5,33.5 parent: 1 - type: Transform - uid: 5527 components: - - pos: -45.5,35.5 + - type: Transform + pos: -45.5,35.5 parent: 1 - type: Transform - uid: 5549 components: - - pos: -43.5,32.5 + - type: Transform + pos: -43.5,32.5 parent: 1 - type: Transform - uid: 5567 components: - - pos: -49.5,32.5 + - type: Transform + pos: -49.5,32.5 parent: 1 - type: Transform - uid: 5580 components: - - pos: -48.5,32.5 + - type: Transform + pos: -48.5,32.5 parent: 1 - type: Transform - uid: 5597 components: - - pos: -43.5,33.5 + - type: Transform + pos: -43.5,33.5 parent: 1 - type: Transform - uid: 5611 components: - - pos: -44.5,32.5 + - type: Transform + pos: -44.5,32.5 parent: 1 - type: Transform - uid: 5614 components: - - pos: -47.5,35.5 + - type: Transform + pos: -47.5,35.5 parent: 1 - type: Transform - uid: 5625 components: - - pos: -36.5,31.5 + - type: Transform + pos: -36.5,31.5 parent: 1 - type: Transform - uid: 5626 components: - - pos: -37.5,31.5 + - type: Transform + pos: -37.5,31.5 parent: 1 - type: Transform - uid: 6622 components: - - pos: -11.5,26.5 + - type: Transform + pos: -11.5,26.5 parent: 1 - type: Transform - uid: 6623 components: - - pos: -11.5,27.5 + - type: Transform + pos: -11.5,27.5 parent: 1 - type: Transform - uid: 6625 components: - - pos: -14.5,27.5 + - type: Transform + pos: -14.5,27.5 parent: 1 - type: Transform - uid: 6626 components: - - pos: -13.5,27.5 + - type: Transform + pos: -13.5,27.5 parent: 1 - type: Transform - uid: 6627 components: - - pos: -12.5,27.5 + - type: Transform + pos: -12.5,27.5 parent: 1 - type: Transform - uid: 6628 components: - - pos: -11.5,23.5 + - type: Transform + pos: -11.5,23.5 parent: 1 - type: Transform - uid: 6629 components: - - pos: -12.5,23.5 + - type: Transform + pos: -12.5,23.5 parent: 1 - type: Transform - uid: 6701 components: - - pos: -46.5,36.5 + - type: Transform + pos: -46.5,36.5 parent: 1 - type: Transform - uid: 6999 components: - - pos: -35.5,-49.5 + - type: Transform + pos: -35.5,-49.5 parent: 1 - type: Transform - uid: 7000 components: - - pos: -36.5,-49.5 + - type: Transform + pos: -36.5,-49.5 parent: 1 - type: Transform - uid: 7108 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 7109 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 1 - type: Transform - uid: 7111 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 1 - type: Transform - uid: 7112 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 7115 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 7184 components: - - pos: -22.5,27.5 + - type: Transform + pos: -22.5,27.5 parent: 1 - type: Transform - uid: 7185 components: - - pos: -22.5,28.5 + - type: Transform + pos: -22.5,28.5 parent: 1 - type: Transform - uid: 7186 components: - - pos: -22.5,29.5 + - type: Transform + pos: -22.5,29.5 parent: 1 - type: Transform - uid: 7290 components: - - pos: -46.5,35.5 + - type: Transform + pos: -46.5,35.5 parent: 1 - type: Transform - uid: 8326 components: - - pos: -77.5,19.5 + - type: Transform + pos: -77.5,19.5 parent: 1 - type: Transform - uid: 8333 components: - - pos: -70.5,7.5 + - type: Transform + pos: -70.5,7.5 parent: 1 - type: Transform - uid: 8336 components: - - pos: -69.5,7.5 + - type: Transform + pos: -69.5,7.5 parent: 1 - type: Transform - uid: 8740 components: - - pos: -99.5,-12.5 + - type: Transform + pos: -99.5,-12.5 parent: 1 - type: Transform - uid: 8760 components: - - pos: -99.5,-11.5 + - type: Transform + pos: -99.5,-11.5 parent: 1 - type: Transform - uid: 8921 components: - - pos: -102.5,-13.5 + - type: Transform + pos: -102.5,-13.5 parent: 1 - type: Transform - uid: 8922 components: - - pos: -102.5,-12.5 + - type: Transform + pos: -102.5,-12.5 parent: 1 - type: Transform - uid: 9142 components: - - pos: -3.5,-39.5 + - type: Transform + pos: -3.5,-39.5 parent: 1 - type: Transform - uid: 9143 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 1 - type: Transform - uid: 9523 components: - - pos: -59.5,2.5 + - type: Transform + pos: -59.5,2.5 parent: 1 - type: Transform - uid: 9526 components: - - pos: -59.5,1.5 + - type: Transform + pos: -59.5,1.5 parent: 1 - type: Transform - uid: 11014 components: - - pos: -34.5,-10.5 + - type: Transform + pos: -34.5,-10.5 parent: 1 - type: Transform - uid: 11078 components: - - pos: -24.5,-22.5 + - type: Transform + pos: -24.5,-22.5 parent: 1 - type: Transform - uid: 11985 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 1 - type: Transform - uid: 11986 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 12556 components: - - pos: -17.5,-10.5 + - type: Transform + pos: -17.5,-10.5 parent: 1 - type: Transform - uid: 12557 components: - - pos: -16.5,-10.5 + - type: Transform + pos: -16.5,-10.5 parent: 1 - type: Transform - uid: 13790 components: - - pos: 20.5,-31.5 + - type: Transform + pos: 20.5,-31.5 parent: 1 - type: Transform - uid: 13791 components: - - pos: 21.5,-31.5 + - type: Transform + pos: 21.5,-31.5 parent: 1 - type: Transform - uid: 13792 components: - - pos: 22.5,-31.5 + - type: Transform + pos: 22.5,-31.5 parent: 1 - type: Transform - uid: 16130 components: - - pos: -76.5,-44.5 + - type: Transform + pos: -76.5,-44.5 parent: 1 - type: Transform - uid: 16177 components: - - pos: -102.5,-10.5 + - type: Transform + pos: -102.5,-10.5 parent: 1 - type: Transform - uid: 16181 components: - - pos: -102.5,-9.5 + - type: Transform + pos: -102.5,-9.5 parent: 1 - type: Transform - uid: 21356 components: - - pos: 22.5,9.5 + - type: Transform + pos: 22.5,9.5 parent: 1 - type: Transform - uid: 27939 components: - - pos: 17.5,-40.5 + - type: Transform + pos: 17.5,-40.5 parent: 1 - type: Transform - uid: 28434 components: - - pos: 17.5,-41.5 + - type: Transform + pos: 17.5,-41.5 parent: 1 - type: Transform - uid: 28488 components: - - pos: 17.5,-42.5 + - type: Transform + pos: 17.5,-42.5 parent: 1 - type: Transform - uid: 30731 components: - - pos: -89.5,-40.5 + - type: Transform + pos: -89.5,-40.5 parent: 1 - type: Transform - uid: 31260 components: - - pos: -31.5,17.5 + - type: Transform + pos: -31.5,17.5 parent: 1 - type: Transform - uid: 31344 components: - - pos: -75.5,-29.5 + - type: Transform + pos: -75.5,-29.5 parent: 1 - type: Transform - uid: 31625 components: - - pos: -27.5,-2.5 + - type: Transform + pos: -27.5,-2.5 parent: 1 - type: Transform - uid: 36006 components: - - pos: -120.5,-48.5 + - type: Transform + pos: -120.5,-48.5 parent: 1 - type: Transform - uid: 36007 components: - - pos: -118.5,-50.5 + - type: Transform + pos: -118.5,-50.5 parent: 1 - type: Transform - proto: TableCarpet entities: - uid: 1309 components: - - pos: 27.5,-34.5 + - type: Transform + pos: 27.5,-34.5 parent: 1 - type: Transform - uid: 1345 components: - - pos: 29.5,-34.5 + - type: Transform + pos: 29.5,-34.5 parent: 1 - type: Transform - uid: 1346 components: - - pos: 28.5,-34.5 + - type: Transform + pos: 28.5,-34.5 parent: 1 - type: Transform - uid: 2569 components: - - pos: 4.5,-55.5 + - type: Transform + pos: 4.5,-55.5 parent: 1 - type: Transform - uid: 2580 components: - - pos: 2.5,-55.5 + - type: Transform + pos: 2.5,-55.5 parent: 1 - type: Transform - uid: 2581 components: - - pos: 3.5,-55.5 + - type: Transform + pos: 3.5,-55.5 parent: 1 - type: Transform - uid: 5878 components: - - pos: -102.5,-21.5 + - type: Transform + pos: -102.5,-21.5 parent: 1 - type: Transform - uid: 6062 components: - - pos: -15.5,30.5 + - type: Transform + pos: -15.5,30.5 parent: 1 - type: Transform - uid: 10765 components: - - pos: 21.5,-49.5 + - type: Transform + pos: 21.5,-49.5 parent: 1 - type: Transform - uid: 10766 components: - - pos: 21.5,-50.5 + - type: Transform + pos: 21.5,-50.5 parent: 1 - type: Transform - uid: 10767 components: - - pos: 22.5,-49.5 + - type: Transform + pos: 22.5,-49.5 parent: 1 - type: Transform - uid: 10768 components: - - pos: 22.5,-50.5 + - type: Transform + pos: 22.5,-50.5 parent: 1 - type: Transform - uid: 11340 components: - - pos: -14.5,29.5 + - type: Transform + pos: -14.5,29.5 parent: 1 - type: Transform - uid: 11341 components: - - pos: -14.5,30.5 + - type: Transform + pos: -14.5,30.5 parent: 1 - type: Transform - uid: 11592 components: - - pos: -15.5,29.5 + - type: Transform + pos: -15.5,29.5 parent: 1 - type: Transform - uid: 17960 components: - - pos: -41.5,-74.5 + - type: Transform + pos: -41.5,-74.5 parent: 1 - type: Transform - uid: 34580 components: - - pos: -122.5,-18.5 + - type: Transform + pos: -122.5,-18.5 parent: 1 - type: Transform - uid: 34581 components: - - pos: -121.5,-18.5 + - type: Transform + pos: -121.5,-18.5 parent: 1 - type: Transform - uid: 34582 components: - - pos: -121.5,-17.5 + - type: Transform + pos: -121.5,-17.5 parent: 1 - type: Transform - proto: TableCounterMetal entities: - uid: 356 components: - - pos: -21.5,3.5 + - type: Transform + pos: -21.5,3.5 parent: 1 - type: Transform - uid: 401 components: - - pos: -21.5,2.5 + - type: Transform + pos: -21.5,2.5 parent: 1 - type: Transform - uid: 402 components: - - pos: -21.5,1.5 + - type: Transform + pos: -21.5,1.5 parent: 1 - type: Transform - uid: 783 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-20.5 parent: 1 - type: Transform - uid: 875 components: - - pos: -33.5,-9.5 + - type: Transform + pos: -33.5,-9.5 parent: 1 - type: Transform - uid: 876 components: - - pos: -32.5,-9.5 + - type: Transform + pos: -32.5,-9.5 parent: 1 - type: Transform - uid: 2084 components: - - pos: -98.5,-76.5 + - type: Transform + pos: -98.5,-76.5 parent: 1 - type: Transform - uid: 2117 components: - - pos: -37.5,27.5 + - type: Transform + pos: -37.5,27.5 parent: 1 - type: Transform - uid: 2119 components: - - pos: -36.5,27.5 + - type: Transform + pos: -36.5,27.5 parent: 1 - type: Transform - uid: 2934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-49.5 parent: 1 - type: Transform - uid: 2962 components: - - pos: 20.5,-43.5 + - type: Transform + pos: 20.5,-43.5 parent: 1 - type: Transform - uid: 4211 components: - - pos: -59.5,-48.5 + - type: Transform + pos: -59.5,-48.5 parent: 1 - type: Transform - uid: 4213 components: - - pos: -59.5,-50.5 + - type: Transform + pos: -59.5,-50.5 parent: 1 - type: Transform - uid: 4214 components: - - pos: -59.5,-49.5 + - type: Transform + pos: -59.5,-49.5 parent: 1 - type: Transform - uid: 4472 components: - - pos: -67.5,-20.5 + - type: Transform + pos: -67.5,-20.5 parent: 1 - type: Transform - uid: 4481 components: - - pos: -68.5,-20.5 + - type: Transform + pos: -68.5,-20.5 parent: 1 - type: Transform - uid: 4705 components: - - pos: -65.5,-24.5 + - type: Transform + pos: -65.5,-24.5 parent: 1 - type: Transform - uid: 6046 components: - - pos: -26.5,20.5 + - type: Transform + pos: -26.5,20.5 parent: 1 - type: Transform - uid: 6942 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -112.5,-40.5 parent: 1 - type: Transform - uid: 7310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,36.5 parent: 1 - type: Transform - uid: 7482 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,18.5 parent: 1 - type: Transform - uid: 7542 components: - - pos: -73.5,-36.5 + - type: Transform + pos: -73.5,-36.5 parent: 1 - type: Transform - uid: 7558 components: - - pos: -44.5,12.5 + - type: Transform + pos: -44.5,12.5 parent: 1 - type: Transform - uid: 7715 components: - - pos: -106.5,-15.5 + - type: Transform + pos: -106.5,-15.5 parent: 1 - type: Transform - uid: 7716 components: - - pos: -106.5,-18.5 + - type: Transform + pos: -106.5,-18.5 parent: 1 - type: Transform - uid: 7989 components: - - pos: 20.5,-35.5 + - type: Transform + pos: 20.5,-35.5 parent: 1 - type: Transform - uid: 9112 components: - - pos: -9.5,-37.5 + - type: Transform + pos: -9.5,-37.5 parent: 1 - type: Transform - uid: 10292 components: - - pos: 21.5,-35.5 + - type: Transform + pos: 21.5,-35.5 parent: 1 - type: Transform - uid: 11344 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,38.5 parent: 1 - type: Transform - uid: 11567 components: - - pos: -7.5,38.5 + - type: Transform + pos: -7.5,38.5 parent: 1 - type: Transform - uid: 12746 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -82.5,34.5 parent: 1 - type: Transform - uid: 12786 components: - - pos: -81.5,34.5 + - type: Transform + pos: -81.5,34.5 parent: 1 - type: Transform - uid: 13884 components: - - pos: 18.5,-37.5 + - type: Transform + pos: 18.5,-37.5 parent: 1 - type: Transform - uid: 17548 components: - - pos: 19.5,-35.5 + - type: Transform + pos: 19.5,-35.5 parent: 1 - type: Transform - uid: 17551 components: - - pos: 19.5,-37.5 + - type: Transform + pos: 19.5,-37.5 parent: 1 - type: Transform - uid: 36345 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-46.5 parent: 1 - type: Transform - uid: 36346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-45.5 parent: 1 - type: Transform - uid: 36838 components: - - pos: 24.5,21.5 + - type: Transform + pos: 24.5,21.5 parent: 1 - type: Transform - uid: 36839 components: - - pos: 25.5,21.5 + - type: Transform + pos: 25.5,21.5 parent: 1 - type: Transform - uid: 36840 components: - - pos: 26.5,21.5 + - type: Transform + pos: 26.5,21.5 parent: 1 - type: Transform - uid: 36841 components: - - pos: 26.5,22.5 + - type: Transform + pos: 26.5,22.5 parent: 1 - type: Transform - proto: TableCounterWood entities: - uid: 2888 components: - - pos: 17.5,-53.5 + - type: Transform + pos: 17.5,-53.5 parent: 1 - type: Transform - uid: 2889 components: - - pos: 18.5,-53.5 + - type: Transform + pos: 18.5,-53.5 parent: 1 - type: Transform - uid: 7791 components: - - pos: -86.5,17.5 + - type: Transform + pos: -86.5,17.5 parent: 1 - type: Transform - uid: 7792 components: - - pos: -84.5,18.5 + - type: Transform + pos: -84.5,18.5 parent: 1 - type: Transform - uid: 7793 components: - - pos: -85.5,18.5 + - type: Transform + pos: -85.5,18.5 parent: 1 - type: Transform - uid: 7795 components: - - pos: -84.5,19.5 + - type: Transform + pos: -84.5,19.5 parent: 1 - type: Transform - uid: 7796 components: - - pos: -87.5,17.5 + - type: Transform + pos: -87.5,17.5 parent: 1 - type: Transform - uid: 7800 components: - - pos: -83.5,17.5 + - type: Transform + pos: -83.5,17.5 parent: 1 - type: Transform - uid: 7801 components: - - pos: -82.5,17.5 + - type: Transform + pos: -82.5,17.5 parent: 1 - type: Transform - uid: 7807 components: - - pos: -86.5,18.5 + - type: Transform + pos: -86.5,18.5 parent: 1 - type: Transform - uid: 7808 components: - - pos: -84.5,17.5 + - type: Transform + pos: -84.5,17.5 parent: 1 - type: Transform - uid: 7809 components: - - pos: -82.5,18.5 + - type: Transform + pos: -82.5,18.5 parent: 1 - type: Transform - uid: 13825 components: - - pos: 13.5,-34.5 + - type: Transform + pos: 13.5,-34.5 parent: 1 - type: Transform - uid: 13826 components: - - pos: 14.5,-34.5 + - type: Transform + pos: 14.5,-34.5 parent: 1 - type: Transform - uid: 13827 components: - - pos: 15.5,-34.5 + - type: Transform + pos: 15.5,-34.5 parent: 1 - type: Transform - uid: 13828 components: - - pos: 16.5,-34.5 + - type: Transform + pos: 16.5,-34.5 parent: 1 - type: Transform - uid: 13829 components: - - pos: 16.5,-33.5 + - type: Transform + pos: 16.5,-33.5 parent: 1 - type: Transform - uid: 17531 components: - - pos: -104.5,-1.5 + - type: Transform + pos: -104.5,-1.5 parent: 1 - type: Transform - uid: 17532 components: - - pos: -104.5,-0.5 + - type: Transform + pos: -104.5,-0.5 parent: 1 - type: Transform - uid: 32238 components: - - pos: -85.5,-8.5 + - type: Transform + pos: -85.5,-8.5 parent: 1 - type: Transform - uid: 32239 components: - - pos: -85.5,-7.5 + - type: Transform + pos: -85.5,-7.5 parent: 1 - type: Transform - proto: TableFrame entities: - uid: 13673 components: - - pos: -71.5,-67.5 + - type: Transform + pos: -71.5,-67.5 parent: 1 - type: Transform - uid: 13674 components: - - pos: -70.5,-67.5 + - type: Transform + pos: -70.5,-67.5 parent: 1 - type: Transform - uid: 13722 components: - - pos: -62.5,-68.5 + - type: Transform + pos: -62.5,-68.5 parent: 1 - type: Transform - uid: 13723 components: - - pos: -63.5,-68.5 + - type: Transform + pos: -63.5,-68.5 parent: 1 - type: Transform - uid: 30605 components: - - pos: -122.5,-11.5 + - type: Transform + pos: -122.5,-11.5 parent: 1 - type: Transform - uid: 30606 components: - - pos: -121.5,-11.5 + - type: Transform + pos: -121.5,-11.5 parent: 1 - type: Transform - uid: 30607 components: - - pos: -123.5,-11.5 + - type: Transform + pos: -123.5,-11.5 parent: 1 - type: Transform - uid: 30608 components: - - pos: -122.5,-10.5 + - type: Transform + pos: -122.5,-10.5 parent: 1 - type: Transform - uid: 31338 components: - - pos: -32.5,-59.5 + - type: Transform + pos: -32.5,-59.5 parent: 1 - type: Transform - uid: 31345 components: - - pos: -32.5,-61.5 + - type: Transform + pos: -32.5,-61.5 parent: 1 - type: Transform - uid: 31347 components: - - pos: -32.5,-60.5 + - type: Transform + pos: -32.5,-60.5 parent: 1 - type: Transform - uid: 36375 components: - - pos: -135.5,-51.5 + - type: Transform + pos: -135.5,-51.5 parent: 1 - type: Transform - uid: 36376 components: - - pos: -135.5,-50.5 + - type: Transform + pos: -135.5,-50.5 parent: 1 - type: Transform - uid: 36769 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-30.5 parent: 1 - type: Transform - proto: TableGlass entities: - uid: 2568 components: - - pos: 3.5,-49.5 + - type: Transform + pos: 3.5,-49.5 parent: 1 - type: Transform - uid: 2576 components: - - pos: 3.5,-51.5 + - type: Transform + pos: 3.5,-51.5 parent: 1 - type: Transform - uid: 2584 components: - - pos: -0.5,-50.5 + - type: Transform + pos: -0.5,-50.5 parent: 1 - type: Transform - uid: 2587 components: - - pos: -0.5,-55.5 + - type: Transform + pos: -0.5,-55.5 parent: 1 - type: Transform - uid: 2642 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-55.5 parent: 1 - type: Transform - uid: 3375 components: - - pos: -21.5,-49.5 + - type: Transform + pos: -21.5,-49.5 parent: 1 - type: Transform - uid: 3376 components: - - pos: -20.5,-49.5 + - type: Transform + pos: -20.5,-49.5 parent: 1 - type: Transform - uid: 4598 components: - - pos: -75.5,-18.5 + - type: Transform + pos: -75.5,-18.5 parent: 1 - type: Transform - uid: 4788 components: - - pos: -70.5,-19.5 + - type: Transform + pos: -70.5,-19.5 parent: 1 - type: Transform - uid: 4789 components: - - pos: -65.5,-19.5 + - type: Transform + pos: -65.5,-19.5 parent: 1 - type: Transform - uid: 6038 components: - - pos: -54.5,15.5 + - type: Transform + pos: -54.5,15.5 parent: 1 - type: Transform - uid: 6040 components: - - pos: -55.5,16.5 + - type: Transform + pos: -55.5,16.5 parent: 1 - type: Transform - uid: 6500 components: - - pos: -65.5,23.5 + - type: Transform + pos: -65.5,23.5 parent: 1 - type: Transform - uid: 7091 components: - - pos: -22.5,-41.5 + - type: Transform + pos: -22.5,-41.5 parent: 1 - type: Transform - uid: 7092 components: - - pos: -21.5,-41.5 + - type: Transform + pos: -21.5,-41.5 parent: 1 - type: Transform - uid: 7093 components: - - pos: -20.5,-41.5 + - type: Transform + pos: -20.5,-41.5 parent: 1 - type: Transform - uid: 7573 components: - - pos: -64.5,23.5 + - type: Transform + pos: -64.5,23.5 parent: 1 - type: Transform - uid: 7596 components: - - pos: -67.5,15.5 + - type: Transform + pos: -67.5,15.5 parent: 1 - type: Transform - uid: 7597 components: - - pos: -67.5,16.5 + - type: Transform + pos: -67.5,16.5 parent: 1 - type: Transform - uid: 7718 components: - - pos: -65.5,22.5 + - type: Transform + pos: -65.5,22.5 parent: 1 - type: Transform - uid: 7742 components: - - pos: -55.5,15.5 + - type: Transform + pos: -55.5,15.5 parent: 1 - type: Transform - uid: 8242 components: - - pos: -97.5,2.5 + - type: Transform + pos: -97.5,2.5 parent: 1 - type: Transform - uid: 8795 components: - - pos: -114.5,1.5 + - type: Transform + pos: -114.5,1.5 parent: 1 - type: Transform - uid: 8796 components: - - pos: -113.5,1.5 + - type: Transform + pos: -113.5,1.5 parent: 1 - type: Transform - uid: 8885 components: - - pos: -76.5,3.5 + - type: Transform + pos: -76.5,3.5 parent: 1 - type: Transform - uid: 9078 components: - - pos: -69.5,-23.5 + - type: Transform + pos: -69.5,-23.5 parent: 1 - type: Transform - uid: 9079 components: - - pos: -69.5,-22.5 + - type: Transform + pos: -69.5,-22.5 parent: 1 - type: Transform - uid: 9204 components: - - pos: -81.5,-45.5 + - type: Transform + pos: -81.5,-45.5 parent: 1 - type: Transform - uid: 9330 components: - - pos: -87.5,-17.5 + - type: Transform + pos: -87.5,-17.5 parent: 1 - type: Transform - uid: 9332 components: - - pos: -91.5,-17.5 + - type: Transform + pos: -91.5,-17.5 parent: 1 - type: Transform - uid: 9696 components: - - pos: -87.5,-19.5 + - type: Transform + pos: -87.5,-19.5 parent: 1 - type: Transform - uid: 9697 components: - - pos: -88.5,-19.5 + - type: Transform + pos: -88.5,-19.5 parent: 1 - type: Transform - uid: 10464 components: - - pos: -0.5,-37.5 + - type: Transform + pos: -0.5,-37.5 parent: 1 - type: Transform - uid: 10466 components: - - pos: -0.5,-38.5 + - type: Transform + pos: -0.5,-38.5 parent: 1 - type: Transform - uid: 10468 components: - - pos: -0.5,-39.5 + - type: Transform + pos: -0.5,-39.5 parent: 1 - type: Transform - uid: 10990 components: - - pos: -28.5,-18.5 + - type: Transform + pos: -28.5,-18.5 parent: 1 - type: Transform - uid: 10991 components: - - pos: -28.5,-17.5 + - type: Transform + pos: -28.5,-17.5 parent: 1 - type: Transform - uid: 11872 components: - - pos: -36.5,-38.5 + - type: Transform + pos: -36.5,-38.5 parent: 1 - type: Transform - uid: 12134 components: - - pos: -105.5,2.5 + - type: Transform + pos: -105.5,2.5 parent: 1 - type: Transform - uid: 12135 components: - - pos: -106.5,2.5 + - type: Transform + pos: -106.5,2.5 parent: 1 - type: Transform - uid: 12136 components: - - pos: -107.5,2.5 + - type: Transform + pos: -107.5,2.5 parent: 1 - type: Transform - uid: 12137 components: - - pos: -108.5,2.5 + - type: Transform + pos: -108.5,2.5 parent: 1 - type: Transform - uid: 12727 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,31.5 parent: 1 - type: Transform - uid: 12813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -92.5,31.5 parent: 1 - type: Transform - uid: 12826 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,31.5 parent: 1 - type: Transform - uid: 12828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,38.5 parent: 1 - type: Transform - uid: 12845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -101.5,45.5 parent: 1 - type: Transform - uid: 12864 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -83.5,39.5 parent: 1 - type: Transform - uid: 12868 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,39.5 parent: 1 - type: Transform - uid: 13131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,41.5 parent: 1 - type: Transform - uid: 13207 components: - - pos: -66.5,35.5 + - type: Transform + pos: -66.5,35.5 parent: 1 - type: Transform - uid: 13208 components: - - pos: -69.5,35.5 + - type: Transform + pos: -69.5,35.5 parent: 1 - type: Transform - uid: 13209 components: - - pos: -69.5,38.5 + - type: Transform + pos: -69.5,38.5 parent: 1 - type: Transform - uid: 13675 components: - - pos: -69.5,-67.5 + - type: Transform + pos: -69.5,-67.5 parent: 1 - type: Transform - uid: 15741 components: - - pos: -64.5,-72.5 + - type: Transform + pos: -64.5,-72.5 parent: 1 - type: Transform - uid: 15742 components: - - pos: -64.5,-73.5 + - type: Transform + pos: -64.5,-73.5 parent: 1 - type: Transform - uid: 15743 components: - - pos: -64.5,-74.5 + - type: Transform + pos: -64.5,-74.5 parent: 1 - type: Transform - uid: 15744 components: - - pos: -63.5,-72.5 + - type: Transform + pos: -63.5,-72.5 parent: 1 - type: Transform - uid: 15745 components: - - pos: -63.5,-73.5 + - type: Transform + pos: -63.5,-73.5 parent: 1 - type: Transform - uid: 15746 components: - - pos: -63.5,-74.5 + - type: Transform + pos: -63.5,-74.5 parent: 1 - type: Transform - uid: 15747 components: - - pos: -62.5,-72.5 + - type: Transform + pos: -62.5,-72.5 parent: 1 - type: Transform - uid: 15748 components: - - pos: -62.5,-73.5 + - type: Transform + pos: -62.5,-73.5 parent: 1 - type: Transform - uid: 15749 components: - - pos: -62.5,-74.5 + - type: Transform + pos: -62.5,-74.5 parent: 1 - type: Transform - uid: 15750 components: - - pos: -61.5,-72.5 + - type: Transform + pos: -61.5,-72.5 parent: 1 - type: Transform - uid: 15751 components: - - pos: -61.5,-73.5 + - type: Transform + pos: -61.5,-73.5 parent: 1 - type: Transform - uid: 15752 components: - - pos: -61.5,-74.5 + - type: Transform + pos: -61.5,-74.5 parent: 1 - type: Transform - uid: 15753 components: - - pos: -60.5,-72.5 + - type: Transform + pos: -60.5,-72.5 parent: 1 - type: Transform - uid: 15754 components: - - pos: -60.5,-73.5 + - type: Transform + pos: -60.5,-73.5 parent: 1 - type: Transform - uid: 15755 components: - - pos: -60.5,-74.5 + - type: Transform + pos: -60.5,-74.5 parent: 1 - type: Transform - uid: 15756 components: - - pos: -63.5,-75.5 + - type: Transform + pos: -63.5,-75.5 parent: 1 - type: Transform - uid: 15757 components: - - pos: -63.5,-76.5 + - type: Transform + pos: -63.5,-76.5 parent: 1 - type: Transform - uid: 15758 components: - - pos: -63.5,-77.5 + - type: Transform + pos: -63.5,-77.5 parent: 1 - type: Transform - uid: 15759 components: - - pos: -62.5,-75.5 + - type: Transform + pos: -62.5,-75.5 parent: 1 - type: Transform - uid: 15760 components: - - pos: -62.5,-76.5 + - type: Transform + pos: -62.5,-76.5 parent: 1 - type: Transform - uid: 15762 components: - - pos: -61.5,-75.5 + - type: Transform + pos: -61.5,-75.5 parent: 1 - type: Transform - uid: 15763 components: - - pos: -61.5,-76.5 + - type: Transform + pos: -61.5,-76.5 parent: 1 - type: Transform - uid: 15764 components: - - pos: -61.5,-77.5 + - type: Transform + pos: -61.5,-77.5 parent: 1 - type: Transform - uid: 15765 components: - - pos: -60.5,-75.5 + - type: Transform + pos: -60.5,-75.5 parent: 1 - type: Transform - uid: 15766 components: - - pos: -60.5,-76.5 + - type: Transform + pos: -60.5,-76.5 parent: 1 - type: Transform - uid: 15767 components: - - pos: -60.5,-77.5 + - type: Transform + pos: -60.5,-77.5 parent: 1 - type: Transform - uid: 17705 components: - - pos: -76.5,-16.5 + - type: Transform + pos: -76.5,-16.5 parent: 1 - type: Transform - uid: 23782 components: - - pos: 34.5,-56.5 + - type: Transform + pos: 34.5,-56.5 parent: 1 - type: Transform - uid: 23850 components: - - pos: -12.5,-61.5 + - type: Transform + pos: -12.5,-61.5 parent: 1 - type: Transform - uid: 23851 components: - - pos: -9.5,-61.5 + - type: Transform + pos: -9.5,-61.5 parent: 1 - type: Transform - uid: 24938 components: - - pos: 27.5,-46.5 + - type: Transform + pos: 27.5,-46.5 parent: 1 - type: Transform - uid: 28806 components: - - pos: 4.5,-58.5 + - type: Transform + pos: 4.5,-58.5 parent: 1 - type: Transform - uid: 28807 components: - - pos: 14.5,-58.5 + - type: Transform + pos: 14.5,-58.5 parent: 1 - type: Transform - uid: 28808 components: - - pos: 17.5,-58.5 + - type: Transform + pos: 17.5,-58.5 parent: 1 - type: Transform - uid: 29309 components: - - pos: 7.5,-61.5 + - type: Transform + pos: 7.5,-61.5 parent: 1 - type: Transform - uid: 29320 components: - - pos: 10.5,-61.5 + - type: Transform + pos: 10.5,-61.5 parent: 1 - type: Transform - uid: 29321 components: - - pos: 13.5,-61.5 + - type: Transform + pos: 13.5,-61.5 parent: 1 - type: Transform - uid: 29358 components: - - pos: 31.5,-58.5 + - type: Transform + pos: 31.5,-58.5 parent: 1 - type: Transform - uid: 29359 components: - - pos: 30.5,-61.5 + - type: Transform + pos: 30.5,-61.5 parent: 1 - type: Transform - uid: 29360 components: - - pos: 34.5,-61.5 + - type: Transform + pos: 34.5,-61.5 parent: 1 - type: Transform - uid: 29361 components: - - pos: 34.5,-58.5 + - type: Transform + pos: 34.5,-58.5 parent: 1 - type: Transform - uid: 30462 components: - - pos: -94.5,19.5 + - type: Transform + pos: -94.5,19.5 parent: 1 - type: Transform - uid: 30751 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-31.5 parent: 1 - type: Transform - uid: 30752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-31.5 parent: 1 - type: Transform - uid: 31098 components: - - pos: -58.5,29.5 + - type: Transform + pos: -58.5,29.5 parent: 1 - type: Transform - uid: 31099 components: - - pos: -58.5,32.5 + - type: Transform + pos: -58.5,32.5 parent: 1 - type: Transform - uid: 31100 components: - - pos: -58.5,26.5 + - type: Transform + pos: -58.5,26.5 parent: 1 - type: Transform - uid: 31149 components: - - pos: -39.5,-28.5 + - type: Transform + pos: -39.5,-28.5 parent: 1 - type: Transform - uid: 31165 components: - - pos: -17.5,-36.5 + - type: Transform + pos: -17.5,-36.5 parent: 1 - type: Transform - uid: 33982 components: - - pos: -94.5,-67.5 + - type: Transform + pos: -94.5,-67.5 parent: 1 - type: Transform - uid: 33984 components: - - pos: -95.5,-67.5 + - type: Transform + pos: -95.5,-67.5 parent: 1 - type: Transform - uid: 34286 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -150.5,-39.5 parent: 1 - type: Transform - uid: 36495 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -118.5,-59.5 parent: 1 - type: Transform - uid: 38376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,35.5 parent: 1 - type: Transform - proto: TablePlasmaGlass entities: - uid: 6740 components: - - pos: -32.5,-34.5 + - type: Transform + pos: -32.5,-34.5 parent: 1 - type: Transform - uid: 6741 components: - - pos: -33.5,-34.5 + - type: Transform + pos: -33.5,-34.5 parent: 1 - type: Transform - uid: 6742 components: - - pos: -31.5,-34.5 + - type: Transform + pos: -31.5,-34.5 parent: 1 - type: Transform - uid: 6743 components: - - pos: -32.5,-35.5 + - type: Transform + pos: -32.5,-35.5 parent: 1 - type: Transform - uid: 6744 components: - - pos: -32.5,-33.5 + - type: Transform + pos: -32.5,-33.5 parent: 1 - type: Transform - proto: TableReinforced entities: - uid: 243 components: - - pos: -10.5,11.5 + - type: Transform + pos: -10.5,11.5 parent: 1 - type: Transform - uid: 428 components: - - pos: -18.5,-7.5 + - type: Transform + pos: -18.5,-7.5 parent: 1 - type: Transform - uid: 429 components: - - pos: -20.5,-7.5 + - type: Transform + pos: -20.5,-7.5 parent: 1 - type: Transform - uid: 431 components: - - pos: -21.5,-7.5 + - type: Transform + pos: -21.5,-7.5 parent: 1 - type: Transform - uid: 432 components: - - pos: -17.5,-7.5 + - type: Transform + pos: -17.5,-7.5 parent: 1 - type: Transform - uid: 434 components: - - pos: -17.5,-3.5 + - type: Transform + pos: -17.5,-3.5 parent: 1 - type: Transform - uid: 435 components: - - pos: -18.5,-3.5 + - type: Transform + pos: -18.5,-3.5 parent: 1 - type: Transform - uid: 445 components: - - pos: -21.5,-3.5 + - type: Transform + pos: -21.5,-3.5 parent: 1 - type: Transform - uid: 446 components: - - pos: -20.5,-3.5 + - type: Transform + pos: -20.5,-3.5 parent: 1 - type: Transform - uid: 459 components: - - pos: -22.5,-0.5 + - type: Transform + pos: -22.5,-0.5 parent: 1 - type: Transform - uid: 460 components: - - pos: -21.5,-0.5 + - type: Transform + pos: -21.5,-0.5 parent: 1 - type: Transform - uid: 505 components: - - pos: -17.5,12.5 + - type: Transform + pos: -17.5,12.5 parent: 1 - type: Transform - uid: 506 components: - - pos: -18.5,12.5 + - type: Transform + pos: -18.5,12.5 parent: 1 - type: Transform - uid: 662 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 1 - type: Transform - uid: 665 components: - - pos: -23.5,-24.5 + - type: Transform + pos: -23.5,-24.5 parent: 1 - type: Transform - uid: 782 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 1 - type: Transform - uid: 784 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 1 - type: Transform - uid: 1131 components: - - pos: 15.5,8.5 + - type: Transform + pos: 15.5,8.5 parent: 1 - type: Transform - uid: 1209 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 1 - type: Transform - uid: 1210 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 1 - type: Transform - uid: 1211 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 1 - type: Transform - uid: 1212 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 1 - type: Transform - uid: 1213 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 1 - type: Transform - uid: 1214 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 1 - type: Transform - uid: 1215 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 1 - type: Transform - uid: 1216 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 1 - type: Transform - uid: 1243 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 1 - type: Transform - uid: 1244 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 1 - type: Transform - uid: 1245 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - uid: 1246 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 1 - type: Transform - uid: 1247 components: - - pos: 9.5,11.5 + - type: Transform + pos: 9.5,11.5 parent: 1 - type: Transform - uid: 1980 components: - - pos: 15.5,9.5 + - type: Transform + pos: 15.5,9.5 parent: 1 - type: Transform - uid: 2462 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 1 - type: Transform - uid: 2463 components: - - pos: 18.5,9.5 + - type: Transform + pos: 18.5,9.5 parent: 1 - type: Transform - uid: 3548 components: - - pos: -45.5,-21.5 + - type: Transform + pos: -45.5,-21.5 parent: 1 - type: Transform - uid: 3549 components: - - pos: -45.5,-20.5 + - type: Transform + pos: -45.5,-20.5 parent: 1 - type: Transform - uid: 3757 components: - - pos: -63.5,21.5 + - type: Transform + pos: -63.5,21.5 parent: 1 - type: Transform - uid: 3786 components: - - pos: -70.5,21.5 + - type: Transform + pos: -70.5,21.5 parent: 1 - type: Transform - uid: 3839 components: - - pos: -48.5,-29.5 + - type: Transform + pos: -48.5,-29.5 parent: 1 - type: Transform - uid: 3840 components: - - pos: -47.5,-29.5 + - type: Transform + pos: -47.5,-29.5 parent: 1 - type: Transform - uid: 3960 components: - - pos: -56.5,-33.5 + - type: Transform + pos: -56.5,-33.5 parent: 1 - type: Transform - uid: 4522 components: - - pos: -52.5,-12.5 + - type: Transform + pos: -52.5,-12.5 parent: 1 - type: Transform - uid: 5199 components: - - pos: -98.5,-13.5 + - type: Transform + pos: -98.5,-13.5 parent: 1 - type: Transform - uid: 5201 components: - - pos: -98.5,-14.5 + - type: Transform + pos: -98.5,-14.5 parent: 1 - type: Transform - uid: 5520 components: - - pos: -41.5,33.5 + - type: Transform + pos: -41.5,33.5 parent: 1 - type: Transform - uid: 6012 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-42.5 parent: 1 - type: Transform - uid: 6518 components: - - pos: -125.5,0.5 + - type: Transform + pos: -125.5,0.5 parent: 1 - type: Transform - uid: 6522 components: - - pos: -126.5,0.5 + - type: Transform + pos: -126.5,0.5 parent: 1 - type: Transform - uid: 6761 components: - - pos: -21.5,-38.5 + - type: Transform + pos: -21.5,-38.5 parent: 1 - type: Transform - uid: 7094 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 7096 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - uid: 7097 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 7098 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 7099 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 7100 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 7101 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 7102 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 7103 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 7104 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 7459 components: - - pos: -20.5,22.5 + - type: Transform + pos: -20.5,22.5 parent: 1 - type: Transform - uid: 7460 components: - - pos: -20.5,21.5 + - type: Transform + pos: -20.5,21.5 parent: 1 - type: Transform - uid: 7539 components: - - pos: -70.5,25.5 + - type: Transform + pos: -70.5,25.5 parent: 1 - type: Transform - uid: 7744 components: - - pos: -76.5,28.5 + - type: Transform + pos: -76.5,28.5 parent: 1 - type: Transform - uid: 7745 components: - - pos: -77.5,28.5 + - type: Transform + pos: -77.5,28.5 parent: 1 - type: Transform - uid: 8237 components: - - pos: -103.5,4.5 + - type: Transform + pos: -103.5,4.5 parent: 1 - type: Transform - uid: 8238 components: - - pos: -104.5,4.5 + - type: Transform + pos: -104.5,4.5 parent: 1 - type: Transform - uid: 9036 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-39.5 parent: 1 - type: Transform - uid: 9037 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-39.5 parent: 1 - type: Transform - uid: 9305 components: - - pos: -78.5,-69.5 + - type: Transform + pos: -78.5,-69.5 parent: 1 - type: Transform - uid: 9473 components: - - pos: -13.5,-19.5 + - type: Transform + pos: -13.5,-19.5 parent: 1 - type: Transform - uid: 9493 components: - - pos: -43.5,16.5 + - type: Transform + pos: -43.5,16.5 parent: 1 - type: Transform - uid: 9494 components: - - pos: -43.5,17.5 + - type: Transform + pos: -43.5,17.5 parent: 1 - type: Transform - uid: 9732 components: - - pos: -100.5,-20.5 + - type: Transform + pos: -100.5,-20.5 parent: 1 - type: Transform - uid: 9733 components: - - pos: -99.5,-20.5 + - type: Transform + pos: -99.5,-20.5 parent: 1 - type: Transform - uid: 9734 components: - - pos: -99.5,-20.5 + - type: Transform + pos: -99.5,-20.5 parent: 1 - type: Transform - uid: 9735 components: - - pos: -99.5,-21.5 + - type: Transform + pos: -99.5,-21.5 parent: 1 - type: Transform - uid: 9746 components: - - pos: -99.5,-22.5 + - type: Transform + pos: -99.5,-22.5 parent: 1 - type: Transform - uid: 9760 components: - - pos: -108.5,-30.5 + - type: Transform + pos: -108.5,-30.5 parent: 1 - type: Transform - uid: 9761 components: - - pos: -109.5,-30.5 + - type: Transform + pos: -109.5,-30.5 parent: 1 - type: Transform - uid: 9762 components: - - pos: -109.5,-31.5 + - type: Transform + pos: -109.5,-31.5 parent: 1 - type: Transform - uid: 9763 components: - - pos: -109.5,-32.5 + - type: Transform + pos: -109.5,-32.5 parent: 1 - type: Transform - uid: 9764 components: - - pos: -109.5,-33.5 + - type: Transform + pos: -109.5,-33.5 parent: 1 - type: Transform - uid: 9765 components: - - pos: -108.5,-33.5 + - type: Transform + pos: -108.5,-33.5 parent: 1 - type: Transform - uid: 9801 components: - - pos: -110.5,-40.5 + - type: Transform + pos: -110.5,-40.5 parent: 1 - type: Transform - uid: 9802 components: - - pos: -110.5,-37.5 + - type: Transform + pos: -110.5,-37.5 parent: 1 - type: Transform - uid: 9804 components: - - pos: -109.5,-40.5 + - type: Transform + pos: -109.5,-40.5 parent: 1 - type: Transform - uid: 9817 components: - - pos: -109.5,-37.5 + - type: Transform + pos: -109.5,-37.5 parent: 1 - type: Transform - uid: 10878 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-42.5 parent: 1 - type: Transform - uid: 10879 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-43.5 parent: 1 - type: Transform - uid: 10880 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 60.5,-42.5 parent: 1 - type: Transform - uid: 10881 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 59.5,-42.5 parent: 1 - type: Transform - uid: 10882 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 58.5,-42.5 parent: 1 - type: Transform - uid: 10883 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 58.5,-43.5 parent: 1 - type: Transform - uid: 10884 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 60.5,-51.5 parent: 1 - type: Transform - uid: 10885 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-51.5 parent: 1 - type: Transform - uid: 10886 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-50.5 parent: 1 - type: Transform - uid: 10887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 61.5,-49.5 parent: 1 - type: Transform - uid: 10888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 59.5,-51.5 parent: 1 - type: Transform - uid: 10889 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 59.5,-50.5 parent: 1 - type: Transform - uid: 11081 components: - - pos: -22.5,-24.5 + - type: Transform + pos: -22.5,-24.5 parent: 1 - type: Transform - uid: 11082 components: - - pos: -25.5,-24.5 + - type: Transform + pos: -25.5,-24.5 parent: 1 - type: Transform - uid: 11294 components: - - pos: -23.5,13.5 + - type: Transform + pos: -23.5,13.5 parent: 1 - type: Transform - uid: 12125 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 1 - type: Transform - uid: 12126 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 1 - type: Transform - uid: 12127 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 1 - type: Transform - uid: 12442 components: - - pos: -46.5,-33.5 + - type: Transform + pos: -46.5,-33.5 parent: 1 - type: Transform - uid: 12571 components: - - pos: -49.5,-32.5 + - type: Transform + pos: -49.5,-32.5 parent: 1 - type: Transform - uid: 12572 components: - - pos: -49.5,-33.5 + - type: Transform + pos: -49.5,-33.5 parent: 1 - type: Transform - uid: 12573 components: - - pos: -48.5,-33.5 + - type: Transform + pos: -48.5,-33.5 parent: 1 - type: Transform - uid: 12574 components: - - pos: -47.5,-33.5 + - type: Transform + pos: -47.5,-33.5 parent: 1 - type: Transform - uid: 12576 components: - - pos: -46.5,-32.5 + - type: Transform + pos: -46.5,-32.5 parent: 1 - type: Transform - uid: 13627 components: - - pos: -78.5,-68.5 + - type: Transform + pos: -78.5,-68.5 parent: 1 - type: Transform - uid: 13628 components: - - pos: -78.5,-67.5 + - type: Transform + pos: -78.5,-67.5 parent: 1 - type: Transform - uid: 13629 components: - - pos: -78.5,-66.5 + - type: Transform + pos: -78.5,-66.5 parent: 1 - type: Transform - uid: 13630 components: - - pos: -78.5,-65.5 + - type: Transform + pos: -78.5,-65.5 parent: 1 - type: Transform - uid: 13631 components: - - pos: -77.5,-65.5 + - type: Transform + pos: -77.5,-65.5 parent: 1 - type: Transform - uid: 13632 components: - - pos: -77.5,-69.5 + - type: Transform + pos: -77.5,-69.5 parent: 1 - type: Transform - uid: 13773 components: - - pos: 26.5,-23.5 + - type: Transform + pos: 26.5,-23.5 parent: 1 - type: Transform - uid: 16652 components: - - pos: 15.5,-25.5 + - type: Transform + pos: 15.5,-25.5 parent: 1 - type: Transform - uid: 16653 components: - - pos: 15.5,-26.5 + - type: Transform + pos: 15.5,-26.5 parent: 1 - type: Transform - uid: 20361 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-40.5 parent: 1 - type: Transform - uid: 21223 components: - - pos: -22.5,13.5 + - type: Transform + pos: -22.5,13.5 parent: 1 - type: Transform - uid: 21579 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 1 - type: Transform - uid: 21580 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 1 - type: Transform - uid: 29545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 58.5,7.5 parent: 1 - type: Transform - uid: 30372 components: - - pos: -26.5,-74.5 + - type: Transform + pos: -26.5,-74.5 parent: 1 - type: Transform - uid: 30373 components: - - pos: -25.5,-74.5 + - type: Transform + pos: -25.5,-74.5 parent: 1 - type: Transform - uid: 30374 components: - - pos: -24.5,-74.5 + - type: Transform + pos: -24.5,-74.5 parent: 1 - type: Transform - uid: 30375 components: - - pos: -24.5,-73.5 + - type: Transform + pos: -24.5,-73.5 parent: 1 - type: Transform - uid: 30876 components: - - pos: -58.5,-80.5 + - type: Transform + pos: -58.5,-80.5 parent: 1 - type: Transform - uid: 30877 components: - - pos: -58.5,-81.5 + - type: Transform + pos: -58.5,-81.5 parent: 1 - type: Transform - uid: 30879 components: - - pos: -57.5,-81.5 + - type: Transform + pos: -57.5,-81.5 parent: 1 - type: Transform - uid: 31185 components: - - pos: 17.5,16.5 + - type: Transform + pos: 17.5,16.5 parent: 1 - type: Transform - uid: 34057 components: - - pos: -94.5,-41.5 + - type: Transform + pos: -94.5,-41.5 parent: 1 - type: Transform - uid: 34058 components: - - pos: -94.5,-42.5 + - type: Transform + pos: -94.5,-42.5 parent: 1 - type: Transform - uid: 34219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -151.5,-36.5 parent: 1 - type: Transform - uid: 34221 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -150.5,-35.5 parent: 1 - type: Transform - uid: 34222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -151.5,-35.5 parent: 1 - type: Transform - uid: 34223 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,-36.5 parent: 1 - type: Transform - uid: 34234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -139.5,-35.5 parent: 1 - type: Transform - uid: 34236 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -140.5,-35.5 parent: 1 - type: Transform - uid: 34237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -141.5,-35.5 parent: 1 - type: Transform - uid: 34238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -142.5,-35.5 parent: 1 - type: Transform - uid: 34241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -142.5,-36.5 parent: 1 - type: Transform - uid: 35653 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,-89.5 parent: 1 - type: Transform - uid: 35654 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -113.5,-88.5 parent: 1 - type: Transform - uid: 36347 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -133.5,-47.5 parent: 1 - type: Transform - uid: 36348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -134.5,-47.5 parent: 1 - type: Transform - uid: 36349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -135.5,-47.5 parent: 1 - type: Transform - uid: 36369 components: - - pos: -133.5,-57.5 + - type: Transform + pos: -133.5,-57.5 parent: 1 - type: Transform - uid: 36370 components: - - pos: -132.5,-57.5 + - type: Transform + pos: -132.5,-57.5 parent: 1 - type: Transform - uid: 36371 components: - - pos: -132.5,-56.5 + - type: Transform + pos: -132.5,-56.5 parent: 1 - type: Transform - uid: 36372 components: - - pos: -132.5,-55.5 + - type: Transform + pos: -132.5,-55.5 parent: 1 - type: Transform - uid: 36373 components: - - pos: -132.5,-54.5 + - type: Transform + pos: -132.5,-54.5 parent: 1 - type: Transform - uid: 36374 components: - - pos: -133.5,-54.5 + - type: Transform + pos: -133.5,-54.5 parent: 1 - type: Transform - uid: 36685 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-56.5 parent: 1 - type: Transform - uid: 36686 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,-55.5 parent: 1 - type: Transform - uid: 36687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,-55.5 parent: 1 - type: Transform - proto: TableReinforcedGlass entities: - uid: 1702 components: - - pos: 4.5,-36.5 + - type: Transform + pos: 4.5,-36.5 parent: 1 - type: Transform - uid: 4564 components: - - pos: -62.5,-23.5 + - type: Transform + pos: -62.5,-23.5 parent: 1 - type: Transform - uid: 4580 components: - - pos: -64.5,-21.5 + - type: Transform + pos: -64.5,-21.5 parent: 1 - type: Transform - uid: 4582 components: - - pos: -62.5,-24.5 + - type: Transform + pos: -62.5,-24.5 parent: 1 - type: Transform - uid: 4583 components: - - pos: -63.5,-21.5 + - type: Transform + pos: -63.5,-21.5 parent: 1 - type: Transform - uid: 4585 components: - - pos: -62.5,-21.5 + - type: Transform + pos: -62.5,-21.5 parent: 1 - type: Transform - uid: 4678 components: - - pos: -62.5,-31.5 + - type: Transform + pos: -62.5,-31.5 parent: 1 - type: Transform - uid: 4730 components: - - pos: -70.5,-28.5 + - type: Transform + pos: -70.5,-28.5 parent: 1 - type: Transform - uid: 4751 components: - - pos: -62.5,-25.5 + - type: Transform + pos: -62.5,-25.5 parent: 1 - type: Transform - uid: 4859 components: - - pos: -90.5,-24.5 + - type: Transform + pos: -90.5,-24.5 parent: 1 - type: Transform - uid: 4861 components: - - pos: -90.5,-26.5 + - type: Transform + pos: -90.5,-26.5 parent: 1 - type: Transform - uid: 4904 components: - - pos: -82.5,-30.5 + - type: Transform + pos: -82.5,-30.5 parent: 1 - type: Transform - uid: 4905 components: - - pos: -82.5,-29.5 + - type: Transform + pos: -82.5,-29.5 parent: 1 - type: Transform - uid: 4906 components: - - pos: -82.5,-33.5 + - type: Transform + pos: -82.5,-33.5 parent: 1 - type: Transform - uid: 4907 components: - - pos: -82.5,-32.5 + - type: Transform + pos: -82.5,-32.5 parent: 1 - type: Transform - uid: 4916 components: - - pos: -87.5,-27.5 + - type: Transform + pos: -87.5,-27.5 parent: 1 - type: Transform - uid: 6866 components: - - pos: -38.5,-61.5 + - type: Transform + pos: -38.5,-61.5 parent: 1 - type: Transform - uid: 6867 components: - - pos: -38.5,-60.5 + - type: Transform + pos: -38.5,-60.5 parent: 1 - type: Transform - uid: 6868 components: - - pos: -39.5,-61.5 + - type: Transform + pos: -39.5,-61.5 parent: 1 - type: Transform - uid: 6988 components: - - pos: -42.5,-54.5 + - type: Transform + pos: -42.5,-54.5 parent: 1 - type: Transform - uid: 7055 components: - - pos: -39.5,-66.5 + - type: Transform + pos: -39.5,-66.5 parent: 1 - type: Transform - uid: 7056 components: - - pos: -39.5,-69.5 + - type: Transform + pos: -39.5,-69.5 parent: 1 - type: Transform - uid: 7077 components: - - pos: -42.5,-56.5 + - type: Transform + pos: -42.5,-56.5 parent: 1 - type: Transform - uid: 7079 components: - - pos: -42.5,-57.5 + - type: Transform + pos: -42.5,-57.5 parent: 1 - type: Transform - uid: 8270 components: - - pos: -111.5,-2.5 + - type: Transform + pos: -111.5,-2.5 parent: 1 - type: Transform - uid: 8271 components: - - pos: -111.5,-3.5 + - type: Transform + pos: -111.5,-3.5 parent: 1 - type: Transform - uid: 8272 components: - - pos: -111.5,-4.5 + - type: Transform + pos: -111.5,-4.5 parent: 1 - type: Transform - uid: 8273 components: - - pos: -108.5,-2.5 + - type: Transform + pos: -108.5,-2.5 parent: 1 - type: Transform - uid: 8274 components: - - pos: -108.5,-3.5 + - type: Transform + pos: -108.5,-3.5 parent: 1 - type: Transform - uid: 8275 components: - - pos: -108.5,-4.5 + - type: Transform + pos: -108.5,-4.5 parent: 1 - type: Transform - uid: 8739 components: - - pos: -121.5,5.5 + - type: Transform + pos: -121.5,5.5 parent: 1 - type: Transform - uid: 9169 components: - - pos: 4.5,-35.5 + - type: Transform + pos: 4.5,-35.5 parent: 1 - type: Transform - uid: 9275 components: - - pos: -40.5,-66.5 + - type: Transform + pos: -40.5,-66.5 parent: 1 - type: Transform - uid: 16072 components: - - pos: -39.5,-68.5 + - type: Transform + pos: -39.5,-68.5 parent: 1 - type: Transform - uid: 16073 components: - - pos: -39.5,-67.5 + - type: Transform + pos: -39.5,-67.5 parent: 1 - type: Transform - uid: 16078 components: - - pos: -40.5,-69.5 + - type: Transform + pos: -40.5,-69.5 parent: 1 - type: Transform - uid: 19507 components: - - pos: -35.5,-67.5 + - type: Transform + pos: -35.5,-67.5 parent: 1 - type: Transform - uid: 19508 components: - - pos: -34.5,-67.5 + - type: Transform + pos: -34.5,-67.5 parent: 1 - type: Transform - uid: 22967 components: - - pos: -64.5,-31.5 + - type: Transform + pos: -64.5,-31.5 parent: 1 - type: Transform - uid: 23871 components: - - pos: -9.5,-58.5 + - type: Transform + pos: -9.5,-58.5 parent: 1 - type: Transform - uid: 27203 components: - - pos: 3.5,-29.5 + - type: Transform + pos: 3.5,-29.5 parent: 1 - type: Transform - uid: 27205 components: - - pos: 4.5,-37.5 + - type: Transform + pos: 4.5,-37.5 parent: 1 - type: Transform - uid: 28173 components: - - pos: 4.5,-29.5 + - type: Transform + pos: 4.5,-29.5 parent: 1 - type: Transform - uid: 41814 components: - - pos: -63.5,-31.5 + - type: Transform + pos: -63.5,-31.5 parent: 1 - type: Transform - proto: TableStone entities: - uid: 525 components: - - pos: -31.5,4.5 + - type: Transform + pos: -31.5,4.5 parent: 1 - type: Transform - uid: 526 components: - - pos: -31.5,3.5 + - type: Transform + pos: -31.5,3.5 parent: 1 - type: Transform - uid: 527 components: - - pos: -31.5,5.5 + - type: Transform + pos: -31.5,5.5 parent: 1 - type: Transform - uid: 3164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-53.5 parent: 1 - type: Transform - uid: 3370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-53.5 parent: 1 - type: Transform - uid: 3371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-53.5 parent: 1 - type: Transform - uid: 9373 components: - - pos: -86.5,0.5 + - type: Transform + pos: -86.5,0.5 parent: 1 - type: Transform - uid: 9374 components: - - pos: -84.5,0.5 + - type: Transform + pos: -84.5,0.5 parent: 1 - type: Transform - uid: 9375 components: - - pos: -84.5,5.5 + - type: Transform + pos: -84.5,5.5 parent: 1 - type: Transform - uid: 9376 components: - - pos: -86.5,5.5 + - type: Transform + pos: -86.5,5.5 parent: 1 - type: Transform - uid: 10522 components: - - pos: 23.5,-40.5 + - type: Transform + pos: 23.5,-40.5 parent: 1 - type: Transform - uid: 12314 components: - - pos: -114.5,20.5 + - type: Transform + pos: -114.5,20.5 parent: 1 - type: Transform - uid: 12316 components: - - pos: -110.5,20.5 + - type: Transform + pos: -110.5,20.5 parent: 1 - type: Transform - uid: 12317 components: - - pos: -107.5,20.5 + - type: Transform + pos: -107.5,20.5 parent: 1 - type: Transform - uid: 12318 components: - - pos: -117.5,20.5 + - type: Transform + pos: -117.5,20.5 parent: 1 - type: Transform - uid: 12342 components: - - pos: -115.5,26.5 + - type: Transform + pos: -115.5,26.5 parent: 1 - type: Transform - uid: 12344 components: - - pos: -109.5,26.5 + - type: Transform + pos: -109.5,26.5 parent: 1 - type: Transform - uid: 33993 components: - - pos: -97.5,-65.5 + - type: Transform + pos: -97.5,-65.5 parent: 1 - type: Transform - uid: 33994 components: - - pos: -97.5,-66.5 + - type: Transform + pos: -97.5,-66.5 parent: 1 - type: Transform - uid: 37381 components: - - pos: -17.5,-71.5 + - type: Transform + pos: -17.5,-71.5 parent: 1 - type: Transform - proto: TableWood entities: - uid: 589 components: - - pos: -33.5,10.5 + - type: Transform + pos: -33.5,10.5 parent: 1 - type: Transform - uid: 591 components: - - pos: -32.5,10.5 + - type: Transform + pos: -32.5,10.5 parent: 1 - type: Transform - uid: 761 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 1 - type: Transform - uid: 1415 components: - - pos: -44.5,-5.5 + - type: Transform + pos: -44.5,-5.5 parent: 1 - type: Transform - uid: 1416 components: - - pos: -49.5,7.5 + - type: Transform + pos: -49.5,7.5 parent: 1 - type: Transform - uid: 1417 components: - - pos: -46.5,7.5 + - type: Transform + pos: -46.5,7.5 parent: 1 - type: Transform - uid: 1442 components: - - pos: -53.5,-1.5 + - type: Transform + pos: -53.5,-1.5 parent: 1 - type: Transform - uid: 1443 components: - - pos: -53.5,-0.5 + - type: Transform + pos: -53.5,-0.5 parent: 1 - type: Transform - uid: 1520 components: - - pos: -59.5,-4.5 + - type: Transform + pos: -59.5,-4.5 parent: 1 - type: Transform - uid: 1523 components: - - pos: -55.5,-3.5 + - type: Transform + pos: -55.5,-3.5 parent: 1 - type: Transform - uid: 1524 components: - - pos: -56.5,-3.5 + - type: Transform + pos: -56.5,-3.5 parent: 1 - type: Transform - uid: 1525 components: - - pos: -57.5,-3.5 + - type: Transform + pos: -57.5,-3.5 parent: 1 - type: Transform - uid: 1553 components: - - pos: -50.5,-5.5 + - type: Transform + pos: -50.5,-5.5 parent: 1 - type: Transform - uid: 1584 components: - - pos: 15.5,-21.5 + - type: Transform + pos: 15.5,-21.5 parent: 1 - type: Transform - uid: 1832 components: - - pos: 18.5,-22.5 + - type: Transform + pos: 18.5,-22.5 parent: 1 - type: Transform - uid: 1833 components: - - pos: 19.5,-22.5 + - type: Transform + pos: 19.5,-22.5 parent: 1 - type: Transform - uid: 3765 components: - - pos: -61.5,23.5 + - type: Transform + pos: -61.5,23.5 parent: 1 - type: Transform - uid: 4122 components: - - pos: -52.5,-51.5 + - type: Transform + pos: -52.5,-51.5 parent: 1 - type: Transform - uid: 4123 components: - - pos: -53.5,-51.5 + - type: Transform + pos: -53.5,-51.5 parent: 1 - type: Transform - uid: 4124 components: - - pos: -54.5,-51.5 + - type: Transform + pos: -54.5,-51.5 parent: 1 - type: Transform - uid: 4125 components: - - pos: -55.5,-51.5 + - type: Transform + pos: -55.5,-51.5 parent: 1 - type: Transform - uid: 4461 components: - - pos: -47.5,-53.5 + - type: Transform + pos: -47.5,-53.5 parent: 1 - type: Transform - uid: 4462 components: - - pos: -47.5,-54.5 + - type: Transform + pos: -47.5,-54.5 parent: 1 - type: Transform - uid: 4463 components: - - pos: -50.5,-56.5 + - type: Transform + pos: -50.5,-56.5 parent: 1 - type: Transform - uid: 5098 components: - - pos: -87.5,15.5 + - type: Transform + pos: -87.5,15.5 parent: 1 - type: Transform - uid: 5125 components: - - pos: -101.5,0.5 + - type: Transform + pos: -101.5,0.5 parent: 1 - type: Transform - uid: 5127 components: - - pos: -99.5,0.5 + - type: Transform + pos: -99.5,0.5 parent: 1 - type: Transform - uid: 5128 components: - - pos: -99.5,-0.5 + - type: Transform + pos: -99.5,-0.5 parent: 1 - type: Transform - uid: 5129 components: - - pos: -100.5,-0.5 + - type: Transform + pos: -100.5,-0.5 parent: 1 - type: Transform - uid: 5130 components: - - pos: -101.5,-0.5 + - type: Transform + pos: -101.5,-0.5 parent: 1 - type: Transform - uid: 5131 components: - - pos: -101.5,-1.5 + - type: Transform + pos: -101.5,-1.5 parent: 1 - type: Transform - uid: 5132 components: - - pos: -100.5,-1.5 + - type: Transform + pos: -100.5,-1.5 parent: 1 - type: Transform - uid: 5133 components: - - pos: -99.5,-1.5 + - type: Transform + pos: -99.5,-1.5 parent: 1 - type: Transform - uid: 6788 components: - - pos: -29.5,-49.5 + - type: Transform + pos: -29.5,-49.5 parent: 1 - type: Transform - uid: 6932 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 1 - type: Transform - uid: 6997 components: - - pos: -38.5,-49.5 + - type: Transform + pos: -38.5,-49.5 parent: 1 - type: Transform - uid: 7020 components: - - pos: -21.5,-34.5 + - type: Transform + pos: -21.5,-34.5 parent: 1 - type: Transform - uid: 7021 components: - - pos: -21.5,-32.5 + - type: Transform + pos: -21.5,-32.5 parent: 1 - type: Transform - uid: 7153 components: - - pos: 13.5,-21.5 + - type: Transform + pos: 13.5,-21.5 parent: 1 - type: Transform - uid: 7154 components: - - pos: 14.5,-21.5 + - type: Transform + pos: 14.5,-21.5 parent: 1 - type: Transform - uid: 7163 components: - - pos: -24.5,33.5 + - type: Transform + pos: -24.5,33.5 parent: 1 - type: Transform - uid: 7164 components: - - pos: -25.5,31.5 + - type: Transform + pos: -25.5,31.5 parent: 1 - type: Transform - uid: 7165 components: - - pos: -23.5,33.5 + - type: Transform + pos: -23.5,33.5 parent: 1 - type: Transform - uid: 7333 components: - - pos: -49.5,27.5 + - type: Transform + pos: -49.5,27.5 parent: 1 - type: Transform - uid: 7338 components: - - pos: -53.5,27.5 + - type: Transform + pos: -53.5,27.5 parent: 1 - type: Transform - uid: 7339 components: - - pos: -45.5,27.5 + - type: Transform + pos: -45.5,27.5 parent: 1 - type: Transform - uid: 7719 components: - - pos: -65.5,30.5 + - type: Transform + pos: -65.5,30.5 parent: 1 - type: Transform - uid: 7720 components: - - pos: -65.5,31.5 + - type: Transform + pos: -65.5,31.5 parent: 1 - type: Transform - uid: 7721 components: - - pos: -65.5,32.5 + - type: Transform + pos: -65.5,32.5 parent: 1 - type: Transform - uid: 7817 components: - - pos: -89.5,17.5 + - type: Transform + pos: -89.5,17.5 parent: 1 - type: Transform - uid: 7864 components: - - pos: -86.5,15.5 + - type: Transform + pos: -86.5,15.5 parent: 1 - type: Transform - uid: 7865 components: - - pos: -84.5,15.5 + - type: Transform + pos: -84.5,15.5 parent: 1 - type: Transform - uid: 7866 components: - - pos: -83.5,15.5 + - type: Transform + pos: -83.5,15.5 parent: 1 - type: Transform - uid: 7972 components: - - pos: -77.5,5.5 + - type: Transform + pos: -77.5,5.5 parent: 1 - type: Transform - uid: 7973 components: - - pos: -77.5,6.5 + - type: Transform + pos: -77.5,6.5 parent: 1 - type: Transform - uid: 7974 components: - - pos: -77.5,7.5 + - type: Transform + pos: -77.5,7.5 parent: 1 - type: Transform - uid: 7997 components: - - pos: -77.5,10.5 + - type: Transform + pos: -77.5,10.5 parent: 1 - type: Transform - uid: 8002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,10.5 parent: 1 - type: Transform - uid: 8003 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -79.5,11.5 parent: 1 - type: Transform - uid: 8006 components: - - pos: -77.5,11.5 + - type: Transform + pos: -77.5,11.5 parent: 1 - type: Transform - uid: 8088 components: - - pos: -94.5,-4.5 + - type: Transform + pos: -94.5,-4.5 parent: 1 - type: Transform - uid: 8089 components: - - pos: -89.5,-8.5 + - type: Transform + pos: -89.5,-8.5 parent: 1 - type: Transform - uid: 8090 components: - - pos: -89.5,-9.5 + - type: Transform + pos: -89.5,-9.5 parent: 1 - type: Transform - uid: 8091 components: - - pos: -93.5,-4.5 + - type: Transform + pos: -93.5,-4.5 parent: 1 - type: Transform - uid: 8101 components: - - pos: -95.5,-7.5 + - type: Transform + pos: -95.5,-7.5 parent: 1 - type: Transform - uid: 8104 components: - - pos: -87.5,-11.5 + - type: Transform + pos: -87.5,-11.5 parent: 1 - type: Transform - uid: 8105 components: - - pos: -87.5,-10.5 + - type: Transform + pos: -87.5,-10.5 parent: 1 - type: Transform - uid: 8112 components: - - pos: -82.5,-5.5 + - type: Transform + pos: -82.5,-5.5 parent: 1 - type: Transform - uid: 8113 components: - - pos: -82.5,-6.5 + - type: Transform + pos: -82.5,-6.5 parent: 1 - type: Transform - uid: 8114 components: - - pos: -81.5,-6.5 + - type: Transform + pos: -81.5,-6.5 parent: 1 - type: Transform - uid: 8168 components: - - pos: -67.5,-6.5 + - type: Transform + pos: -67.5,-6.5 parent: 1 - type: Transform - uid: 8288 components: - - pos: -43.5,0.5 + - type: Transform + pos: -43.5,0.5 parent: 1 - type: Transform - uid: 8289 components: - - pos: -44.5,0.5 + - type: Transform + pos: -44.5,0.5 parent: 1 - type: Transform - uid: 8352 components: - - pos: -69.5,2.5 + - type: Transform + pos: -69.5,2.5 parent: 1 - type: Transform - uid: 8355 components: - - pos: -66.5,3.5 + - type: Transform + pos: -66.5,3.5 parent: 1 - type: Transform - uid: 8356 components: - - pos: -66.5,2.5 + - type: Transform + pos: -66.5,2.5 parent: 1 - type: Transform - uid: 8551 components: - - pos: -68.5,-3.5 + - type: Transform + pos: -68.5,-3.5 parent: 1 - type: Transform - uid: 8554 components: - - pos: -69.5,-3.5 - parent: 1 - type: Transform - - uid: 8804 - components: - - pos: -113.5,-1.5 + - type: Transform + pos: -69.5,-3.5 parent: 1 - type: Transform - uid: 9102 components: - - pos: -60.5,-18.5 + - type: Transform + pos: -60.5,-18.5 parent: 1 - type: Transform - uid: 9120 components: - - pos: -11.5,-40.5 + - type: Transform + pos: -11.5,-40.5 parent: 1 - type: Transform - uid: 9179 components: - - pos: -12.5,-37.5 + - type: Transform + pos: -12.5,-37.5 parent: 1 - type: Transform - uid: 9398 components: - - pos: -12.5,-30.5 + - type: Transform + pos: -12.5,-30.5 parent: 1 - type: Transform - uid: 9522 components: - - pos: -56.5,2.5 + - type: Transform + pos: -56.5,2.5 parent: 1 - type: Transform - uid: 9556 components: - - pos: -33.5,7.5 + - type: Transform + pos: -33.5,7.5 parent: 1 - type: Transform - uid: 9557 components: - - pos: -32.5,7.5 + - type: Transform + pos: -32.5,7.5 parent: 1 - type: Transform - uid: 9588 components: - - pos: -31.5,-5.5 + - type: Transform + pos: -31.5,-5.5 parent: 1 - type: Transform - uid: 9589 components: - - pos: -31.5,-6.5 + - type: Transform + pos: -31.5,-6.5 parent: 1 - type: Transform - uid: 9672 components: - - pos: -81.5,-19.5 + - type: Transform + pos: -81.5,-19.5 parent: 1 - type: Transform - uid: 9673 components: - - pos: -83.5,-19.5 + - type: Transform + pos: -83.5,-19.5 parent: 1 - type: Transform - uid: 9674 components: - - pos: -82.5,-19.5 + - type: Transform + pos: -82.5,-19.5 parent: 1 - type: Transform - uid: 9690 components: - - pos: -89.5,-21.5 + - type: Transform + pos: -89.5,-21.5 parent: 1 - type: Transform - uid: 10992 components: - - pos: -30.5,-20.5 + - type: Transform + pos: -30.5,-20.5 parent: 1 - type: Transform - uid: 11032 components: - - pos: -52.5,-19.5 + - type: Transform + pos: -52.5,-19.5 parent: 1 - type: Transform - uid: 11033 components: - - pos: -53.5,-19.5 + - type: Transform + pos: -53.5,-19.5 parent: 1 - type: Transform - uid: 11804 components: - - pos: -91.5,-8.5 + - type: Transform + pos: -91.5,-8.5 parent: 1 - type: Transform - uid: 11853 components: - - pos: -37.5,-42.5 + - type: Transform + pos: -37.5,-42.5 parent: 1 - type: Transform - uid: 11854 components: - - pos: -37.5,-41.5 + - type: Transform + pos: -37.5,-41.5 parent: 1 - type: Transform - uid: 11855 components: - - pos: -36.5,-41.5 + - type: Transform + pos: -36.5,-41.5 parent: 1 - type: Transform - uid: 11856 components: - - pos: -35.5,-41.5 + - type: Transform + pos: -35.5,-41.5 parent: 1 - type: Transform - uid: 12005 components: - - pos: 6.5,-15.5 + - type: Transform + pos: 6.5,-15.5 parent: 1 - type: Transform - uid: 12006 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 12007 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 12658 components: - - pos: -88.5,-52.5 + - type: Transform + pos: -88.5,-52.5 parent: 1 - type: Transform - uid: 12659 components: - - pos: -88.5,-51.5 + - type: Transform + pos: -88.5,-51.5 parent: 1 - type: Transform - uid: 12660 components: - - pos: -87.5,-52.5 + - type: Transform + pos: -87.5,-52.5 parent: 1 - type: Transform - uid: 12661 components: - - pos: -87.5,-49.5 + - type: Transform + pos: -87.5,-49.5 parent: 1 - type: Transform - uid: 12662 components: - - pos: -86.5,-49.5 + - type: Transform + pos: -86.5,-49.5 parent: 1 - type: Transform - uid: 12663 components: - - pos: -85.5,-49.5 + - type: Transform + pos: -85.5,-49.5 parent: 1 - type: Transform - uid: 12664 components: - - pos: -85.5,-50.5 + - type: Transform + pos: -85.5,-50.5 parent: 1 - type: Transform - uid: 12665 components: - - pos: -85.5,-51.5 + - type: Transform + pos: -85.5,-51.5 parent: 1 - type: Transform - uid: 12666 components: - - pos: -85.5,-52.5 + - type: Transform + pos: -85.5,-52.5 parent: 1 - type: Transform - uid: 12678 components: - - pos: -88.5,-46.5 + - type: Transform + pos: -88.5,-46.5 parent: 1 - type: Transform - uid: 12679 components: - - pos: -82.5,-52.5 + - type: Transform + pos: -82.5,-52.5 parent: 1 - type: Transform - uid: 13706 components: - - pos: -71.5,-62.5 + - type: Transform + pos: -71.5,-62.5 parent: 1 - type: Transform - uid: 13708 components: - - pos: -71.5,-63.5 + - type: Transform + pos: -71.5,-63.5 parent: 1 - type: Transform - uid: 13729 components: - - pos: -64.5,-70.5 + - type: Transform + pos: -64.5,-70.5 parent: 1 - type: Transform - uid: 13797 components: - - pos: 21.5,-22.5 + - type: Transform + pos: 21.5,-22.5 parent: 1 - type: Transform - uid: 13798 components: - - pos: 22.5,-22.5 + - type: Transform + pos: 22.5,-22.5 parent: 1 - type: Transform - uid: 14569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,-37.5 parent: 1 - type: Transform - uid: 15078 components: - - pos: -94.5,24.5 + - type: Transform + pos: -94.5,24.5 parent: 1 - type: Transform - uid: 15079 components: - - pos: -93.5,24.5 + - type: Transform + pos: -93.5,24.5 parent: 1 - type: Transform - uid: 23785 components: - - pos: 41.5,-56.5 + - type: Transform + pos: 41.5,-56.5 parent: 1 - type: Transform - uid: 28490 components: - - pos: -12.5,-34.5 + - type: Transform + pos: -12.5,-34.5 parent: 1 - type: Transform - uid: 30082 components: - - pos: -82.5,-35.5 + - type: Transform + pos: -82.5,-35.5 parent: 1 - type: Transform - uid: 30938 components: - - pos: -50.5,-59.5 + - type: Transform + pos: -50.5,-59.5 parent: 1 - type: Transform - uid: 31034 components: - - pos: 21.5,-27.5 + - type: Transform + pos: 21.5,-27.5 parent: 1 - type: Transform - uid: 36481 components: - - pos: -120.5,-56.5 + - type: Transform + pos: -120.5,-56.5 parent: 1 - type: Transform - uid: 36763 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-31.5 parent: 1 - type: Transform - uid: 36765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-29.5 parent: 1 - type: Transform - uid: 36766 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-32.5 parent: 1 - type: Transform - uid: 36767 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-33.5 parent: 1 - type: Transform - uid: 36768 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-34.5 parent: 1 - type: Transform - uid: 41873 components: - - pos: 26.5,13.5 + - type: Transform + pos: 26.5,13.5 + parent: 1 + - uid: 42162 + components: + - type: Transform + pos: -115.5,-0.5 parent: 1 - type: Transform - proto: TableWoodReinforced entities: - uid: 1420 components: - - pos: -49.5,0.5 + - type: Transform + pos: -49.5,0.5 parent: 1 - type: Transform - uid: 1421 components: - - pos: -49.5,1.5 + - type: Transform + pos: -49.5,1.5 parent: 1 - type: Transform - uid: 1422 components: - - pos: -49.5,-0.5 + - type: Transform + pos: -49.5,-0.5 parent: 1 - type: Transform - uid: 1423 components: - - pos: -49.5,-1.5 + - type: Transform + pos: -49.5,-1.5 parent: 1 - type: Transform - uid: 1424 components: - - pos: -50.5,-1.5 + - type: Transform + pos: -50.5,-1.5 parent: 1 - type: Transform - uid: 1425 components: - - pos: -51.5,-1.5 + - type: Transform + pos: -51.5,-1.5 parent: 1 - type: Transform - uid: 1426 components: - - pos: -50.5,3.5 + - type: Transform + pos: -50.5,3.5 parent: 1 - type: Transform - uid: 1427 components: - - pos: -49.5,3.5 + - type: Transform + pos: -49.5,3.5 parent: 1 - type: Transform - uid: 1429 components: - - pos: -49.5,2.5 + - type: Transform + pos: -49.5,2.5 parent: 1 - type: Transform - uid: 1527 components: - - pos: -51.5,3.5 + - type: Transform + pos: -51.5,3.5 parent: 1 - type: Transform - uid: 1532 components: - - pos: -52.5,2.5 + - type: Transform + pos: -52.5,2.5 parent: 1 - type: Transform - uid: 1828 components: - - pos: 19.5,-24.5 + - type: Transform + pos: 19.5,-24.5 parent: 1 - type: Transform - uid: 1829 components: - - pos: 20.5,-24.5 + - type: Transform + pos: 20.5,-24.5 parent: 1 - type: Transform - uid: 1830 components: - - pos: 21.5,-24.5 + - type: Transform + pos: 21.5,-24.5 parent: 1 - type: Transform - uid: 1831 components: - - pos: 22.5,-24.5 + - type: Transform + pos: 22.5,-24.5 parent: 1 - type: Transform - uid: 2065 components: - - pos: -58.5,-41.5 + - type: Transform + pos: -58.5,-41.5 parent: 1 - type: Transform - uid: 2066 components: - - pos: -58.5,-42.5 + - type: Transform + pos: -58.5,-42.5 parent: 1 - type: Transform - uid: 2596 components: - - pos: 14.5,-55.5 + - type: Transform + pos: 14.5,-55.5 parent: 1 - type: Transform - uid: 2598 components: - - pos: 13.5,-55.5 + - type: Transform + pos: 13.5,-55.5 parent: 1 - type: Transform - uid: 2599 components: - - pos: 13.5,-54.5 + - type: Transform + pos: 13.5,-54.5 parent: 1 - type: Transform - uid: 2600 components: - - pos: 13.5,-53.5 + - type: Transform + pos: 13.5,-53.5 parent: 1 - type: Transform - uid: 2601 components: - - pos: 14.5,-53.5 + - type: Transform + pos: 14.5,-53.5 parent: 1 - type: Transform - uid: 2613 components: - - pos: 9.5,-50.5 + - type: Transform + pos: 9.5,-50.5 parent: 1 - type: Transform - uid: 2635 components: - - pos: 17.5,-55.5 + - type: Transform + pos: 17.5,-55.5 parent: 1 - type: Transform - uid: 2636 components: - - pos: 17.5,-56.5 + - type: Transform + pos: 17.5,-56.5 parent: 1 - type: Transform - uid: 2637 components: - - pos: 18.5,-56.5 + - type: Transform + pos: 18.5,-56.5 parent: 1 - type: Transform - uid: 4501 components: - - pos: -60.5,-12.5 + - type: Transform + pos: -60.5,-12.5 parent: 1 - type: Transform - uid: 4505 components: - - pos: -56.5,-12.5 + - type: Transform + pos: -56.5,-12.5 parent: 1 - type: Transform - uid: 5957 components: - - pos: -18.5,30.5 + - type: Transform + pos: -18.5,30.5 parent: 1 - type: Transform - uid: 7209 components: - - pos: -18.5,31.5 + - type: Transform + pos: -18.5,31.5 parent: 1 - type: Transform - uid: 9572 components: - - pos: -36.5,-4.5 + - type: Transform + pos: -36.5,-4.5 parent: 1 - type: Transform - uid: 9576 components: - - pos: -36.5,-1.5 + - type: Transform + pos: -36.5,-1.5 parent: 1 - type: Transform - uid: 9600 components: - - pos: -37.5,-4.5 + - type: Transform + pos: -37.5,-4.5 parent: 1 - type: Transform - uid: 9602 components: - - pos: -37.5,-7.5 + - type: Transform + pos: -37.5,-7.5 parent: 1 - type: Transform - uid: 9758 components: - - pos: -105.5,-31.5 + - type: Transform + pos: -105.5,-31.5 parent: 1 - type: Transform - uid: 9759 components: - - pos: -104.5,-31.5 + - type: Transform + pos: -104.5,-31.5 parent: 1 - type: Transform - uid: 10764 components: - - pos: -52.5,3.5 + - type: Transform + pos: -52.5,3.5 parent: 1 - type: Transform - uid: 11339 components: - - pos: -18.5,32.5 + - type: Transform + pos: -18.5,32.5 parent: 1 - type: Transform - uid: 12500 components: - - pos: -37.5,-1.5 + - type: Transform + pos: -37.5,-1.5 parent: 1 - type: Transform - uid: 12501 components: - - pos: -36.5,-7.5 + - type: Transform + pos: -36.5,-7.5 parent: 1 - type: Transform - uid: 16373 components: - - pos: 18.5,-24.5 + - type: Transform + pos: 18.5,-24.5 parent: 1 - type: Transform - uid: 23842 components: - - pos: -7.5,-57.5 + - type: Transform + pos: -7.5,-57.5 parent: 1 - type: Transform - uid: 23843 components: - - pos: -6.5,-57.5 + - type: Transform + pos: -6.5,-57.5 parent: 1 - type: Transform - uid: 23844 components: - - pos: -5.5,-57.5 + - type: Transform + pos: -5.5,-57.5 parent: 1 - type: Transform - uid: 23857 components: - - pos: -10.5,-56.5 + - type: Transform + pos: -10.5,-56.5 parent: 1 - type: Transform - uid: 23858 components: - - pos: -10.5,-55.5 + - type: Transform + pos: -10.5,-55.5 parent: 1 - type: Transform - uid: 30777 components: - - pos: -71.5,-40.5 + - type: Transform + pos: -71.5,-40.5 parent: 1 - type: Transform - uid: 30778 components: - - pos: -70.5,-40.5 + - type: Transform + pos: -70.5,-40.5 parent: 1 - type: Transform - uid: 36004 components: - - pos: -115.5,-50.5 + - type: Transform + pos: -115.5,-50.5 parent: 1 - type: Transform - uid: 36610 components: - - pos: -116.5,-76.5 + - type: Transform + pos: -116.5,-76.5 parent: 1 - type: Transform - proto: TargetClown entities: - uid: 4132 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-54.5 parent: 1 - type: Transform - uid: 4163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-58.5 parent: 1 - type: Transform - uid: 4173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-58.5 parent: 1 - type: Transform - uid: 4174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-59.5 parent: 1 - type: Transform - uid: 4175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-59.5 parent: 1 - type: Transform - proto: TargetHuman entities: - uid: 4133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-56.5 parent: 1 - type: Transform - uid: 4180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-62.5 parent: 1 - type: Transform - uid: 4181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-62.5 parent: 1 - type: Transform - proto: TargetStrange entities: - uid: 4134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-58.5 parent: 1 - type: Transform - proto: TargetSyndicate entities: - uid: 4135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-60.5 parent: 1 - type: Transform - uid: 4176 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-60.5 parent: 1 - type: Transform - uid: 4177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-60.5 parent: 1 - type: Transform - uid: 4178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -60.5,-61.5 parent: 1 - type: Transform - uid: 4179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -61.5,-61.5 parent: 1 - type: Transform - proto: TelecomServer entities: - uid: 3419 components: - - pos: -128.5,-37.5 + - type: Transform + pos: -128.5,-37.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -244707,13 +245030,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 3423 components: - - pos: -128.5,-38.5 + - type: Transform + pos: -128.5,-38.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -244728,13 +245051,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 3426 components: - - pos: -128.5,-39.5 + - type: Transform + pos: -128.5,-39.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -244748,13 +245071,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 3431 components: - - pos: -128.5,-40.5 + - type: Transform + pos: -128.5,-40.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -244768,13 +245091,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 3433 components: - - pos: -127.5,-40.5 + - type: Transform + pos: -127.5,-40.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -244788,13 +245111,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 3435 components: - - pos: -127.5,-37.5 + - type: Transform + pos: -127.5,-37.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -244809,208 +245132,209 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - proto: ThermomachineHeaterMachineCircuitBoard entities: - uid: 9776 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -108.97029,-33.448673 parent: 1 - type: Transform - proto: TimerTrigger entities: - uid: 11913 components: - - pos: -37.51042,-42.23072 + - type: Transform + pos: -37.51042,-42.23072 parent: 1 - type: Transform - proto: TintedWindow entities: - uid: 353 components: - - pos: -21.5,6.5 + - type: Transform + pos: -21.5,6.5 parent: 1 - type: Transform - uid: 355 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - uid: 1609 components: - - pos: -10.5,-29.5 + - type: Transform + pos: -10.5,-29.5 parent: 1 - type: Transform - uid: 3914 components: - - pos: -54.5,-32.5 + - type: Transform + pos: -54.5,-32.5 parent: 1 - type: Transform - uid: 3915 components: - - pos: -54.5,-34.5 + - type: Transform + pos: -54.5,-34.5 parent: 1 - type: Transform - uid: 4069 components: - - pos: -33.5,-31.5 + - type: Transform + pos: -33.5,-31.5 parent: 1 - type: Transform - uid: 6734 components: - - pos: -31.5,-31.5 + - type: Transform + pos: -31.5,-31.5 parent: 1 - type: Transform - uid: 6739 components: - - pos: -30.5,-31.5 + - type: Transform + pos: -30.5,-31.5 parent: 1 - type: Transform - uid: 6745 components: - - pos: -34.5,-31.5 + - type: Transform + pos: -34.5,-31.5 parent: 1 - type: Transform - uid: 7040 components: - - pos: -35.5,-63.5 + - type: Transform + pos: -35.5,-63.5 parent: 1 - type: Transform - uid: 7047 components: - - pos: -36.5,-63.5 + - type: Transform + pos: -36.5,-63.5 parent: 1 - type: Transform - uid: 7050 components: - - pos: -34.5,-63.5 + - type: Transform + pos: -34.5,-63.5 parent: 1 - type: Transform - uid: 8959 components: - - pos: -112.5,-14.5 + - type: Transform + pos: -112.5,-14.5 parent: 1 - type: Transform - uid: 9399 components: - - pos: -14.5,-29.5 + - type: Transform + pos: -14.5,-29.5 parent: 1 - type: Transform - uid: 9400 components: - - pos: -14.5,-30.5 + - type: Transform + pos: -14.5,-30.5 parent: 1 - type: Transform - uid: 9401 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 1 - type: Transform - uid: 10071 components: - - pos: 14.5,-10.5 + - type: Transform + pos: 14.5,-10.5 parent: 1 - type: Transform - uid: 13231 components: - - pos: -110.5,-14.5 + - type: Transform + pos: -110.5,-14.5 parent: 1 - type: Transform - uid: 13232 components: - - pos: -109.5,-14.5 + - type: Transform + pos: -109.5,-14.5 parent: 1 - type: Transform - uid: 13233 components: - - pos: -108.5,-14.5 + - type: Transform + pos: -108.5,-14.5 parent: 1 - type: Transform - uid: 13946 components: - - pos: -114.5,-14.5 + - type: Transform + pos: -114.5,-14.5 parent: 1 - type: Transform - uid: 13947 components: - - pos: -113.5,-14.5 + - type: Transform + pos: -113.5,-14.5 parent: 1 - type: Transform - proto: ToiletDirtyWater entities: - uid: 1291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,8.5 parent: 1 - type: Transform - uid: 1292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,8.5 parent: 1 - type: Transform - uid: 3959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-39.5 parent: 1 - type: Transform - uid: 9934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-41.5 parent: 1 - type: Transform - uid: 12457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-60.5 parent: 1 - type: Transform - uid: 30686 components: - - pos: -20.5,-17.5 + - type: Transform + pos: -20.5,-17.5 parent: 1 - type: Transform - proto: ToiletEmpty entities: - uid: 244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,8.5 parent: 1 - type: Transform - uid: 579 components: - - pos: -30.5,14.5 + - type: Transform + pos: -30.5,14.5 parent: 1 - type: Transform - uid: 825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-17.5 parent: 1 - type: Transform - uid: 1288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,8.5 parent: 1 - type: Transform - uid: 1289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,8.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: toilet: temperature: 293.15 canMix: False canReact: True maxVol: 250 + name: null reagents: - data: null ReagentId: Acetone @@ -245018,504 +245342,502 @@ entities: - data: null ReagentId: Spaceacillin Quantity: 10 - type: SolutionContainerManager - uid: 1290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,8.5 parent: 1 - type: Transform - uid: 1454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 1 - type: Transform - uid: 1455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,4.5 parent: 1 - type: Transform - uid: 1578 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-25.5 parent: 1 - type: Transform - uid: 1579 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-25.5 parent: 1 - type: Transform - uid: 2923 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-53.5 parent: 1 - type: Transform - uid: 3695 components: - - pos: -54.5,13.5 + - type: Transform + pos: -54.5,13.5 parent: 1 - type: Transform - uid: 3946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-28.5 parent: 1 - type: Transform - uid: 3957 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-39.5 parent: 1 - type: Transform - uid: 3958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-39.5 parent: 1 - type: Transform - uid: 4008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-48.5 parent: 1 - type: Transform - uid: 6664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,33.5 parent: 1 - type: Transform - uid: 7752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -81.5,24.5 parent: 1 - type: Transform - uid: 8781 components: - - pos: -118.5,1.5 + - type: Transform + pos: -118.5,1.5 parent: 1 - type: Transform - uid: 8949 components: - - pos: -108.5,-15.5 + - type: Transform + pos: -108.5,-15.5 parent: 1 - type: Transform - uid: 9486 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,15.5 parent: 1 - type: Transform - uid: 9580 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-0.5 parent: 1 - type: Transform - uid: 9581 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-2.5 parent: 1 - type: Transform - uid: 10140 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-40.5 parent: 1 - type: Transform - uid: 10212 components: - - pos: 23.5,-36.5 + - type: Transform + pos: 23.5,-36.5 parent: 1 - type: Transform - uid: 10377 components: - - pos: 24.5,-36.5 + - type: Transform + pos: 24.5,-36.5 parent: 1 - type: Transform - uid: 11330 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,31.5 parent: 1 - type: Transform - uid: 15729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -94.5,-71.5 parent: 1 - type: Transform - uid: 16227 components: - - pos: -114.5,-15.5 + - type: Transform + pos: -114.5,-15.5 parent: 1 - type: Transform - uid: 30964 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-72.5 parent: 1 - type: Transform - uid: 30966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-72.5 parent: 1 - type: Transform - proto: ToolboxElectricalFilled entities: - uid: 9862 components: - - pos: -63.712334,-41.854675 + - type: Transform + pos: -63.712334,-41.854675 parent: 1 - type: Transform - uid: 12246 components: - - pos: -26.521164,-39.235012 + - type: Transform + pos: -26.521164,-39.235012 parent: 1 - type: Transform - uid: 29932 components: - - pos: -99.02465,47.817574 + - type: Transform + pos: -99.02465,47.817574 parent: 1 - type: Transform - uid: 30578 components: - - pos: -101.53634,20.5823 + - type: Transform + pos: -101.53634,20.5823 parent: 1 - type: Transform - uid: 31400 components: - - pos: -66.4857,-55.32772 + - type: Transform + pos: -66.4857,-55.32772 parent: 1 - type: Transform - uid: 36680 components: - - pos: -90.45533,-78.733116 + - type: Transform + pos: -90.45533,-78.733116 parent: 1 - type: Transform - proto: ToolboxEmergencyFilled entities: - uid: 4925 components: - - pos: -92.53907,-36.344025 + - type: Transform + pos: -92.53907,-36.344025 parent: 1 - type: Transform - uid: 7564 components: - - pos: -64.48091,25.65207 + - type: Transform + pos: -64.48091,25.65207 parent: 1 - type: Transform - uid: 28776 components: - - pos: 8.467325,-39.37435 + - type: Transform + pos: 8.467325,-39.37435 parent: 1 - type: Transform - uid: 30887 components: - - pos: -37.470707,-79.316826 + - type: Transform + pos: -37.470707,-79.316826 parent: 1 - type: Transform - uid: 31302 components: - - pos: -73.37288,-43.13941 + - type: Transform + pos: -73.37288,-43.13941 parent: 1 - type: Transform - uid: 31396 components: - - pos: -65.46487,-55.32772 + - type: Transform + pos: -65.46487,-55.32772 parent: 1 - type: Transform - uid: 36426 components: - - pos: -123.482346,-52.24758 + - type: Transform + pos: -123.482346,-52.24758 parent: 1 - type: Transform - proto: ToolboxGoldFilled entities: - uid: 11973 components: - - pos: -101.46269,0.017221391 + - type: Transform + pos: -101.46269,0.017221391 parent: 1 - type: Transform - proto: ToolboxMechanicalFilled entities: - uid: 5583 components: - - pos: -37.899616,34.38942 + - type: Transform + pos: -37.899616,34.38942 parent: 1 - type: Transform - uid: 6519 components: - - pos: -126.522514,-3.3452172 + - type: Transform + pos: -126.522514,-3.3452172 parent: 1 - type: Transform - uid: 12247 components: - - pos: -26.521164,-39.433067 + - type: Transform + pos: -26.521164,-39.433067 parent: 1 - type: Transform - uid: 20882 components: - - pos: -40.41009,-69.33538 + - type: Transform + pos: -40.41009,-69.33538 parent: 1 - type: Transform - uid: 29443 components: - - pos: 25.928986,-49.11881 + - type: Transform + pos: 25.928986,-49.11881 parent: 1 - type: Transform - uid: 29519 components: - - pos: 58.460873,-43.38926 + - type: Transform + pos: 58.460873,-43.38926 parent: 1 - type: Transform - uid: 30379 components: - - pos: -24.480927,-73.27928 + - type: Transform + pos: -24.480927,-73.27928 parent: 1 - type: Transform - uid: 30804 components: - - pos: -58.50231,-73.35024 + - type: Transform + pos: -58.50231,-73.35024 parent: 1 - type: Transform - uid: 31239 components: - - pos: -77.46978,-75.962166 + - type: Transform + pos: -77.46978,-75.962166 parent: 1 - type: Transform - uid: 31280 components: - - pos: -35.529816,17.650011 + - type: Transform + pos: -35.529816,17.650011 parent: 1 - type: Transform - uid: 31678 components: - - pos: -55.532326,16.213799 + - type: Transform + pos: -55.532326,16.213799 parent: 1 - type: Transform - uid: 34109 components: - - pos: -98.51476,-39.333565 + - type: Transform + pos: -98.51476,-39.333565 parent: 1 - type: Transform - uid: 34287 components: - - pos: -146.47243,-35.355553 + - type: Transform + pos: -146.47243,-35.355553 parent: 1 - type: Transform - uid: 36401 components: - - pos: -135.53181,-53.364155 + - type: Transform + pos: -135.53181,-53.364155 parent: 1 - type: Transform - proto: Torch entities: - uid: 3202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.274351,-53.599346 parent: 1 - type: Transform - uid: 5864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.999352,-53.5368 parent: 1 - type: Transform - uid: 6806 components: - - pos: -32.336815,-34.372444 + - type: Transform + pos: -32.336815,-34.372444 parent: 1 - type: Transform - uid: 6818 components: - - pos: -32.545147,-34.299477 + - type: Transform + pos: -32.545147,-34.299477 parent: 1 - type: Transform - proto: TorsoHuman entities: - uid: 13633 components: - - pos: -78.468315,-68.60244 + - type: Transform + pos: -78.468315,-68.60244 parent: 1 - type: Transform - uid: 13634 components: - - pos: -78.4579,-68.17506 + - type: Transform + pos: -78.4579,-68.17506 parent: 1 - type: Transform - uid: 13635 components: - - pos: -78.468315,-67.7581 + - type: Transform + pos: -78.468315,-67.7581 parent: 1 - type: Transform - uid: 13636 components: - - pos: -78.44748,-67.33072 + - type: Transform + pos: -78.44748,-67.33072 parent: 1 - type: Transform - uid: 13637 components: - - pos: -78.44748,-66.913765 + - type: Transform + pos: -78.44748,-66.913765 parent: 1 - type: Transform - uid: 13638 components: - - pos: -78.44748,-66.50723 + - type: Transform + pos: -78.44748,-66.50723 parent: 1 - type: Transform - proto: ToyAi entities: - uid: 5320 components: - - pos: -111.5237,9.648494 + - type: Transform + pos: -111.5237,9.648494 parent: 1 - type: Transform - proto: ToyFigurinePassenger entities: - uid: 31167 components: - - pos: -17.554092,-35.463543 + - type: Transform + pos: -17.554092,-35.463543 parent: 1 - type: Transform - proto: ToyIan entities: - uid: 33515 components: - - pos: -65.755585,22.933966 + - type: Transform + pos: -65.755585,22.933966 parent: 1 - type: Transform - proto: ToyRubberDuck entities: - uid: 8803 components: - - pos: -118.46885,1.6172838 + - type: Transform + pos: -118.46885,1.6172838 parent: 1 - type: Transform - proto: ToySkeleton entities: - uid: 15774 components: - - pos: -82.48997,-52.281708 + - type: Transform + pos: -82.48997,-52.281708 parent: 1 - type: Transform - proto: ToySpawner entities: - uid: 9320 components: - - pos: -59.5,-11.5 + - type: Transform + pos: -59.5,-11.5 parent: 1 - type: Transform - uid: 9321 components: - - pos: -61.5,-11.5 + - type: Transform + pos: -61.5,-11.5 parent: 1 - type: Transform - uid: 23769 components: - - pos: 30.5,-53.5 + - type: Transform + pos: 30.5,-53.5 parent: 1 - type: Transform - uid: 31117 components: - - pos: -56.5,10.5 + - type: Transform + pos: -56.5,10.5 parent: 1 - type: Transform - uid: 31118 components: - - pos: -21.5,-17.5 + - type: Transform + pos: -21.5,-17.5 parent: 1 - type: Transform - uid: 31119 components: - - pos: -27.5,-33.5 + - type: Transform + pos: -27.5,-33.5 parent: 1 - type: Transform - uid: 36438 components: - - pos: -85.5,-67.5 + - type: Transform + pos: -85.5,-67.5 parent: 1 - type: Transform - uid: 40931 components: - - pos: 51.5,3.5 + - type: Transform + pos: 51.5,3.5 parent: 1 - type: Transform - proto: TrackingImplanter entities: - uid: 28513 components: - - flags: InContainer - type: MetaData - - parent: 15373 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 15373 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: TrashBananaPeel entities: - uid: 3448 components: - - pos: -91.077324,-33.94747 + - type: Transform + pos: -91.077324,-33.94747 parent: 1 - type: Transform - uid: 11248 components: - - pos: -14.359419,25.241583 + - type: Transform + pos: -14.359419,25.241583 parent: 1 - type: Transform - uid: 12417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.067438,-14.211356 parent: 1 - type: Transform - uid: 31068 components: - - pos: -151.98206,4.451759 + - type: Transform + pos: -151.98206,4.451759 parent: 1 - type: Transform - proto: trayScanner entities: - uid: 8813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -104.69075,4.5759053 parent: 1 - type: Transform - uid: 9203 components: - - pos: -120.44036,-23.432394 + - type: Transform + pos: -120.44036,-23.432394 parent: 1 - type: Transform - uid: 12254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.427414,-41.590816 parent: 1 - type: Transform - uid: 19432 components: - - pos: -98.597626,25.613747 + - type: Transform + pos: -98.597626,25.613747 parent: 1 - type: Transform - proto: TwoWayLever entities: - uid: 7157 components: - - pos: -9.5,25.5 + - type: Transform + pos: -9.5,25.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3381: - Left: Forward - Right: Reverse @@ -245540,13 +245862,13 @@ entities: - Left: Reverse - Right: Forward - Middle: Off - type: DeviceLinkSource - uid: 7158 components: - - pos: -9.5,24.5 + - type: Transform + pos: -9.5,24.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 6617: - Left: Reverse - Right: Forward @@ -245595,13 +245917,13 @@ entities: - Left: Reverse - Right: Forward - Middle: Off - type: DeviceLinkSource - uid: 12027 components: - - pos: 15.5,-15.5 + - type: Transform + pos: 15.5,-15.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 4394: - Left: Forward - Right: Reverse @@ -245618,13 +245940,13 @@ entities: - Left: Reverse - Right: Forward - Middle: Off - type: DeviceLinkSource - uid: 18589 components: - - pos: -1.5,48.5 + - type: Transform + pos: -1.5,48.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 17138: - Left: Forward - Middle: Off @@ -245669,13 +245991,13 @@ entities: - Left: Forward - Right: Forward - Middle: Off - type: DeviceLinkSource - uid: 18590 components: - - pos: -35.5,29.5 + - type: Transform + pos: -35.5,29.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5489: - Left: Forward - Right: Reverse @@ -245688,23863 +246010,23793 @@ entities: - Left: Forward - Right: Reverse - Middle: Off - type: DeviceLinkSource - proto: UnfinishedMachineFrame entities: - uid: 9849 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -62.5,-42.5 parent: 1 - type: Transform - uid: 11127 components: - - pos: 18.5,17.5 + - type: Transform + pos: 18.5,17.5 parent: 1 - type: Transform - proto: UniformPrinter entities: - uid: 7580 components: - - pos: -68.5,20.5 + - type: Transform + pos: -68.5,20.5 parent: 1 - type: Transform - proto: UprightPianoInstrument entities: - uid: 8285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-2.5 parent: 1 - type: Transform - uid: 9207 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -82.5,-45.5 parent: 1 - type: Transform - proto: Vaccinator entities: - uid: 4914 components: - - pos: -88.5,-27.5 + - type: Transform + pos: -88.5,-27.5 + parent: 1 +- proto: VariantCubeBox + entities: + - uid: 502 + components: + - type: Transform + pos: -18.365385,12.667696 + parent: 1 + - uid: 32223 + components: + - type: Transform + pos: -42.5815,-56.653004 parent: 1 - type: Transform - proto: VehicleJanicartDestroyed entities: - uid: 11239 components: - - pos: -8.5,25.5 + - type: Transform + pos: -8.5,25.5 parent: 1 - type: Transform - proto: VehicleKeyATV entities: - uid: 5519 components: - - pos: -41.597534,33.576355 + - type: Transform + pos: -41.597534,33.576355 parent: 1 - type: Transform - uid: 5662 components: - - pos: -41.430866,33.597202 + - type: Transform + pos: -41.430866,33.597202 parent: 1 - type: Transform - uid: 5773 components: - - pos: -45.415714,35.678356 + - type: Transform + pos: -45.415714,35.678356 parent: 1 - type: Transform - uid: 8010 components: - - pos: -106.636986,-15.322988 + - type: Transform + pos: -106.636986,-15.322988 parent: 1 - type: Transform - uid: 8099 components: - - pos: -106.418236,-15.437651 + - type: Transform + pos: -106.418236,-15.437651 parent: 1 - type: Transform - uid: 30558 components: - - pos: -130.16537,-3.486278 + - type: Transform + pos: -130.16537,-3.486278 parent: 1 - type: Transform - uid: 31543 components: - - pos: -77.21881,19.67599 + - type: Transform + pos: -77.21881,19.67599 parent: 1 - type: Transform - proto: VehicleKeyJanicart entities: - uid: 6521 components: - - pos: -130.46747,-2.7878764 + - type: Transform + pos: -130.46747,-2.7878764 parent: 1 - type: Transform - uid: 7187 components: - - pos: -22.553999,27.488472 + - type: Transform + pos: -22.553999,27.488472 parent: 1 - type: Transform - uid: 7188 components: - - pos: -22.522749,27.623983 + - type: Transform + pos: -22.522749,27.623983 parent: 1 - type: Transform - proto: VehicleKeySecway entities: - uid: 6517 components: - - pos: -129.37372,-2.3292246 + - type: Transform + pos: -129.37372,-2.3292246 parent: 1 - type: Transform - uid: 12595 components: - - pos: 13.454334,-21.440598 + - type: Transform + pos: 13.454334,-21.440598 parent: 1 - type: Transform - uid: 12632 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.879383,-19.337534 parent: 1 - type: Transform - uid: 12633 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.879383,-19.358383 parent: 1 - type: Transform - uid: 12634 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.879383,-19.358383 parent: 1 - type: Transform - uid: 12635 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.879383,-19.358383 parent: 1 - type: Transform - proto: VehicleKeySkeleton entities: - uid: 31484 components: - - pos: -129.0937,-3.471513 + - type: Transform + pos: -129.0937,-3.471513 parent: 1 - type: Transform - proto: VendingBarDrobe entities: - uid: 9544 components: - - flags: SessionSpecific - type: MetaData - - pos: -59.5,0.5 + - type: Transform + pos: -59.5,0.5 parent: 1 - type: Transform - proto: VendingMachineAtmosDrobe entities: - uid: 20368 components: - - pos: -94.5,-37.5 + - type: Transform + pos: -94.5,-37.5 parent: 1 - type: Transform - proto: VendingMachineBooze entities: - uid: 1507 components: - - flags: SessionSpecific - type: MetaData - - pos: -53.5,2.5 + - type: Transform + pos: -53.5,2.5 parent: 1 - type: Transform - uid: 7722 components: - - flags: SessionSpecific - type: MetaData - - pos: -64.5,30.5 + - type: Transform + pos: -64.5,30.5 parent: 1 - type: Transform - uid: 12667 components: - - flags: SessionSpecific - type: MetaData - - pos: -86.5,-52.5 + - type: Transform + pos: -86.5,-52.5 parent: 1 - type: Transform - uid: 13799 components: - - flags: SessionSpecific - type: MetaData - - pos: 23.5,-22.5 + - type: Transform + pos: 23.5,-22.5 parent: 1 - type: Transform - proto: VendingMachineBoxingDrobe entities: - uid: 13784 components: - - flags: SessionSpecific - type: MetaData - - pos: 20.5,-28.5 + - type: Transform + pos: 20.5,-28.5 parent: 1 - type: Transform - proto: VendingMachineCargoDrobe entities: - uid: 6103 components: - - pos: -41.5,38.5 + - type: Transform + pos: -41.5,38.5 parent: 1 - type: Transform - proto: VendingMachineCart entities: - uid: 7579 components: - - flags: SessionSpecific - type: MetaData - - pos: -69.5,20.5 + - type: Transform + pos: -69.5,20.5 parent: 1 - type: Transform - proto: VendingMachineChang entities: - uid: 2582 components: - - pos: 4.5,-52.5 + - type: Transform + pos: 4.5,-52.5 parent: 1 - type: Transform - uid: 31150 components: - - flags: SessionSpecific - type: MetaData - - pos: -37.5,-17.5 + - type: Transform + pos: -37.5,-17.5 parent: 1 - type: Transform - proto: VendingMachineChapel entities: - uid: 596 components: - - pos: -29.5,-52.5 + - type: Transform + pos: -29.5,-52.5 parent: 1 - type: Transform - proto: VendingMachineChefDrobe entities: - uid: 1567 components: - - flags: SessionSpecific - type: MetaData - - pos: -30.5,11.5 + - type: Transform + pos: -30.5,11.5 parent: 1 - type: Transform - proto: VendingMachineChefvend entities: - uid: 9615 components: - - flags: SessionSpecific - type: MetaData - - pos: -29.5,1.5 + - type: Transform + pos: -29.5,1.5 parent: 1 - type: Transform - uid: 28647 components: - - pos: 21.5,-39.5 + - type: Transform + pos: 21.5,-39.5 parent: 1 - type: Transform - proto: VendingMachineChemDrobe entities: - uid: 23345 components: - - pos: -66.5,-31.5 + - type: Transform + pos: -66.5,-31.5 parent: 1 - type: Transform - proto: VendingMachineChemicals entities: - uid: 13274 components: - - pos: 0.5,-36.5 + - type: Transform + pos: 0.5,-36.5 parent: 1 - type: Transform - uid: 23346 components: - - pos: -65.5,-27.5 + - type: Transform + pos: -65.5,-27.5 parent: 1 - type: Transform - proto: VendingMachineCigs entities: - uid: 1445 components: - - flags: SessionSpecific - type: MetaData - - pos: -52.5,7.5 + - type: Transform + pos: -52.5,7.5 parent: 1 - type: Transform - uid: 12697 components: - - flags: SessionSpecific - type: MetaData - - pos: -83.5,-46.5 + - type: Transform + pos: -83.5,-46.5 parent: 1 - type: Transform - uid: 29777 components: - - pos: -115.5,-48.5 + - type: Transform + pos: -115.5,-48.5 parent: 1 - type: Transform - uid: 31032 components: - - flags: SessionSpecific - type: MetaData - - pos: 21.5,-32.5 + - type: Transform + pos: 21.5,-32.5 parent: 1 - type: Transform - proto: VendingMachineClothing entities: - uid: 31645 components: - - flags: SessionSpecific - type: MetaData - - pos: -57.5,19.5 + - type: Transform + pos: -57.5,19.5 parent: 1 - type: Transform - proto: VendingMachineCoffee entities: - uid: 2583 components: - - pos: 4.5,-53.5 + - type: Transform + pos: 4.5,-53.5 parent: 1 - type: Transform - uid: 3975 components: - - flags: SessionSpecific - type: MetaData - - pos: -56.5,-38.5 + - type: Transform + pos: -56.5,-38.5 parent: 1 - type: Transform - uid: 7998 components: - - flags: SessionSpecific - type: MetaData - - pos: -79.5,9.5 + - type: Transform + pos: -79.5,9.5 parent: 1 - type: Transform - uid: 10322 components: - - pos: 29.5,-16.5 + - type: Transform + pos: 29.5,-16.5 parent: 1 - type: Transform - uid: 12014 components: - - flags: SessionSpecific - type: MetaData - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 1 - type: Transform - uid: 30463 components: - - flags: SessionSpecific - type: MetaData - - pos: -96.5,19.5 + - type: Transform + pos: -96.5,19.5 parent: 1 - type: Transform - proto: VendingMachineCola entities: - uid: 31082 components: - - flags: SessionSpecific - type: MetaData - - pos: -82.5,9.5 + - type: Transform + pos: -82.5,9.5 parent: 1 - type: Transform - proto: VendingMachineCondiments entities: - uid: 461 components: - - flags: SessionSpecific - type: MetaData - - pos: -22.5,-0.5 + - type: Transform + pos: -22.5,-0.5 parent: 1 - type: Transform - uid: 9559 components: - - flags: SessionSpecific - type: MetaData - - pos: -32.5,7.5 + - type: Transform + pos: -32.5,7.5 parent: 1 - type: Transform - uid: 36005 components: - - pos: -115.5,-50.5 + - type: Transform + pos: -115.5,-50.5 parent: 1 - type: Transform - proto: VendingMachineCourierDrobe entities: - uid: 7252 components: - - pos: -43.5,38.5 + - type: Transform + pos: -43.5,38.5 parent: 1 - type: Transform - proto: VendingMachineDinnerware entities: - uid: 9614 components: - - flags: SessionSpecific - type: MetaData - - pos: -30.5,1.5 + - type: Transform + pos: -30.5,1.5 parent: 1 - type: Transform - uid: 28656 components: - - pos: 21.5,-40.5 + - type: Transform + pos: 21.5,-40.5 parent: 1 - type: Transform - proto: VendingMachineDonut entities: - uid: 1395 components: - - flags: SessionSpecific - type: MetaData - - pos: -45.5,14.5 + - type: Transform + pos: -45.5,14.5 parent: 1 - type: Transform - uid: 3974 components: - - flags: SessionSpecific - type: MetaData - - pos: -57.5,-38.5 + - type: Transform + pos: -57.5,-38.5 parent: 1 - type: Transform - uid: 12018 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 1 - type: Transform - proto: VendingMachineEngiDrobe entities: - uid: 8907 components: - - pos: -104.5,-13.5 + - type: Transform + pos: -104.5,-13.5 parent: 1 - type: Transform - proto: VendingMachineEngivend entities: - uid: 8951 components: - - pos: -106.5,-13.5 + - type: Transform + pos: -106.5,-13.5 parent: 1 - type: Transform - uid: 9353 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,19.5 + - type: Transform + pos: -20.5,19.5 parent: 1 - type: Transform - proto: VendingMachineGames entities: - uid: 2612 components: - - pos: 9.5,-56.5 + - type: Transform + pos: 9.5,-56.5 parent: 1 - type: Transform - uid: 18989 components: - - pos: -70.5,-6.5 + - type: Transform + pos: -70.5,-6.5 parent: 1 - type: Transform - proto: VendingMachineHappyHonk entities: - uid: 20870 components: - - flags: SessionSpecific - type: MetaData - - pos: -29.5,7.5 + - type: Transform + pos: -29.5,7.5 parent: 1 - type: Transform - proto: VendingMachineHydrobe entities: - uid: 15127 components: - - flags: SessionSpecific - type: MetaData - - pos: -26.5,-10.5 + - type: Transform + pos: -26.5,-10.5 parent: 1 - type: Transform - proto: VendingMachineJaniDrobe entities: - uid: 7173 components: - - flags: SessionSpecific - type: MetaData - - pos: -25.5,29.5 + - type: Transform + pos: -25.5,29.5 parent: 1 - type: Transform - uid: 13903 components: - - flags: SessionSpecific - type: MetaData - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 1 - type: Transform - proto: VendingMachineLawDrobe entities: - uid: 8097 components: - - flags: SessionSpecific - type: MetaData - - pos: -87.5,-8.5 + - type: Transform + pos: -87.5,-8.5 parent: 1 - type: Transform - uid: 8098 components: - - flags: SessionSpecific - type: MetaData - - pos: -93.5,-3.5 + - type: Transform + pos: -93.5,-3.5 parent: 1 - type: Transform - proto: VendingMachineMedical entities: - uid: 9166 components: - - flags: SessionSpecific - type: MetaData - - pos: -4.5,-29.5 + - type: Transform + pos: -4.5,-29.5 parent: 1 - type: Transform - uid: 23349 components: - - pos: -66.5,-23.5 + - type: Transform + pos: -66.5,-23.5 parent: 1 - type: Transform - proto: VendingMachineMediDrobe entities: - uid: 30043 components: - - pos: -74.5,-36.5 + - type: Transform + pos: -74.5,-36.5 parent: 1 - type: Transform - proto: VendingMachineMNKDrobe entities: - uid: 28433 components: - - flags: SessionSpecific - type: MetaData - - pos: -83.5,41.5 + - type: Transform + pos: -83.5,41.5 parent: 1 - type: Transform - proto: VendingMachineNutri entities: - uid: 11024 components: - - flags: SessionSpecific - type: MetaData - - pos: -34.5,-12.5 + - type: Transform + pos: -34.5,-12.5 parent: 1 - type: Transform - proto: VendingMachinePride entities: - uid: 2577 components: - - pos: -55.5,33.5 + - type: Transform + pos: -55.5,33.5 parent: 1 - type: Transform - proto: VendingMachineRepDrobe entities: - uid: 8012 components: - - flags: SessionSpecific - type: MetaData - - pos: -76.5,14.5 + - type: Transform + pos: -76.5,14.5 parent: 1 - type: Transform - proto: VendingMachineRoboDrobe entities: - uid: 3362 components: - - pos: -25.5,-49.5 + - type: Transform + pos: -25.5,-49.5 + parent: 1 +- proto: VendingMachineRobotics + entities: + - uid: 5428 + components: + - type: Transform + pos: -18.5,-47.5 parent: 1 - type: Transform - proto: VendingMachineSalvage entities: - uid: 11627 components: - - pos: -14.5,35.5 + - type: Transform + pos: -14.5,35.5 parent: 1 - type: Transform - proto: VendingMachineSciDrobe entities: - uid: 6996 components: - - flags: SessionSpecific - type: MetaData - - pos: -31.5,-49.5 + - type: Transform + pos: -31.5,-49.5 parent: 1 - type: Transform - proto: VendingMachineSec entities: - uid: 4044 components: - - flags: SessionSpecific - type: MetaData - - pos: -47.5,-51.5 + - type: Transform + pos: -47.5,-51.5 parent: 1 - type: Transform - uid: 11990 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 1 - type: Transform - proto: VendingMachineSecDrobe entities: - uid: 4043 components: - - flags: SessionSpecific - type: MetaData - - pos: -47.5,-50.5 + - type: Transform + pos: -47.5,-50.5 parent: 1 - type: Transform - proto: VendingMachineSeeds entities: - uid: 975 components: - - flags: SessionSpecific - type: MetaData - - pos: -27.5,-10.5 + - type: Transform + pos: -27.5,-10.5 parent: 1 - type: Transform - proto: VendingMachineSeedsUnlocked entities: - uid: 924 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,-10.5 + - type: Transform + pos: -20.5,-10.5 parent: 1 - type: Transform - proto: VendingMachineSnack entities: - uid: 10312 components: - - pos: 29.5,-20.5 + - type: Transform + pos: 29.5,-20.5 parent: 1 - type: Transform - uid: 30464 components: - - flags: SessionSpecific - type: MetaData - - pos: -92.5,19.5 + - type: Transform + pos: -92.5,19.5 parent: 1 - type: Transform - proto: VendingMachineSovietSoda entities: - uid: 6099 components: - - pos: -15.5,33.5 + - type: Transform + pos: -15.5,33.5 parent: 1 - type: Transform - proto: VendingMachineSustenance entities: - uid: 23022 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 1 - type: Transform - uid: 23057 components: - - flags: SessionSpecific - type: MetaData - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 1 - type: Transform - proto: VendingMachineTankDispenserEVA entities: - uid: 2356 components: - - pos: 26.5,-7.5 + - type: Transform + pos: 26.5,-7.5 parent: 1 - type: Transform - uid: 7537 components: - - flags: SessionSpecific - type: MetaData - - pos: -67.5,25.5 + - type: Transform + pos: -67.5,25.5 parent: 1 - type: Transform - uid: 10348 components: - - pos: 54.5,-53.5 + - type: Transform + pos: 54.5,-53.5 parent: 1 - type: Transform - uid: 10349 components: - - pos: 54.5,-55.5 + - type: Transform + pos: 54.5,-55.5 parent: 1 - type: Transform - uid: 11670 components: - - pos: -6.5,35.5 + - type: Transform + pos: -6.5,35.5 parent: 1 - type: Transform - uid: 15854 components: - - pos: 40.5,-41.5 + - type: Transform + pos: 40.5,-41.5 parent: 1 - type: Transform - uid: 16092 components: - - flags: SessionSpecific - type: MetaData - - pos: -47.5,-61.5 + - type: Transform + pos: -47.5,-61.5 parent: 1 - type: Transform - uid: 16482 components: - - pos: -94.5,-34.5 + - type: Transform + pos: -94.5,-34.5 parent: 1 - type: Transform - uid: 28693 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,-27.5 + - type: Transform + pos: 4.5,-27.5 parent: 1 - type: Transform - proto: VendingMachineTheater entities: - uid: 31646 components: - - flags: SessionSpecific - type: MetaData - - pos: -56.5,19.5 + - type: Transform + pos: -56.5,19.5 parent: 1 - type: Transform - proto: VendingMachineVendomat entities: - uid: 617 components: - - pos: -18.5,-48.5 + - type: Transform + pos: -18.5,-48.5 parent: 1 - type: Transform - proto: VendingMachineViroDrobe entities: - uid: 4911 components: - - flags: SessionSpecific - type: MetaData - - pos: -86.5,-23.5 + - type: Transform + pos: -86.5,-23.5 parent: 1 - type: Transform - proto: VendingMachineYouTool entities: - uid: 9352 components: - - flags: SessionSpecific - type: MetaData - - pos: -21.5,19.5 + - type: Transform + pos: -21.5,19.5 parent: 1 - type: Transform - uid: 13949 components: - - pos: -106.5,-10.5 + - type: Transform + pos: -106.5,-10.5 parent: 1 - type: Transform - uid: 30890 components: - - flags: SessionSpecific - type: MetaData - - pos: -34.5,-76.5 + - type: Transform + pos: -34.5,-76.5 parent: 1 - type: Transform - proto: WallMining entities: - uid: 2428 components: - - pos: 59.5,7.5 + - type: Transform + pos: 59.5,7.5 parent: 1 - type: Transform - uid: 2438 components: - - pos: 59.5,6.5 + - type: Transform + pos: 59.5,6.5 parent: 1 - type: Transform - uid: 2491 components: - - pos: 55.5,6.5 + - type: Transform + pos: 55.5,6.5 parent: 1 - type: Transform - uid: 2697 components: - - pos: 54.5,7.5 + - type: Transform + pos: 54.5,7.5 parent: 1 - type: Transform - uid: 2719 components: - - pos: 50.5,35.5 + - type: Transform + pos: 50.5,35.5 parent: 1 - type: Transform - uid: 2721 components: - - pos: 55.5,38.5 + - type: Transform + pos: 55.5,38.5 parent: 1 - type: Transform - uid: 2802 components: - - pos: 55.5,35.5 + - type: Transform + pos: 55.5,35.5 parent: 1 - type: Transform - uid: 2803 components: - - pos: 55.5,36.5 + - type: Transform + pos: 55.5,36.5 parent: 1 - type: Transform - uid: 2804 components: - - pos: 55.5,37.5 + - type: Transform + pos: 55.5,37.5 parent: 1 - type: Transform - uid: 2806 components: - - pos: 50.5,37.5 + - type: Transform + pos: 50.5,37.5 parent: 1 - type: Transform - uid: 2807 components: - - pos: 50.5,38.5 + - type: Transform + pos: 50.5,38.5 parent: 1 - type: Transform - uid: 3022 components: - - pos: 59.5,10.5 + - type: Transform + pos: 59.5,10.5 parent: 1 - type: Transform - uid: 3023 components: - - pos: 58.5,10.5 + - type: Transform + pos: 58.5,10.5 parent: 1 - type: Transform - uid: 3025 components: - - pos: 55.5,10.5 + - type: Transform + pos: 55.5,10.5 parent: 1 - type: Transform - uid: 3050 components: - - pos: 54.5,10.5 + - type: Transform + pos: 54.5,10.5 parent: 1 - type: Transform - uid: 3053 components: - - pos: 54.5,6.5 + - type: Transform + pos: 54.5,6.5 parent: 1 - type: Transform - uid: 3064 components: - - pos: 51.5,33.5 + - type: Transform + pos: 51.5,33.5 parent: 1 - type: Transform - uid: 3065 components: - - pos: 50.5,33.5 + - type: Transform + pos: 50.5,33.5 parent: 1 - type: Transform - uid: 3069 components: - - pos: 50.5,34.5 + - type: Transform + pos: 50.5,34.5 parent: 1 - type: Transform - uid: 3072 components: - - pos: 55.5,34.5 + - type: Transform + pos: 55.5,34.5 parent: 1 - type: Transform - uid: 23694 components: - - pos: 54.5,8.5 + - type: Transform + pos: 54.5,8.5 parent: 1 - type: Transform - uid: 23695 components: - - pos: 59.5,8.5 + - type: Transform + pos: 59.5,8.5 parent: 1 - type: Transform - proto: WallmountTelescreen entities: - uid: 14484 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,10.5 parent: 1 - type: Transform - proto: WallmountTelevision entities: - uid: 590 components: - - pos: -33.5,15.5 + - type: Transform + pos: -33.5,15.5 parent: 1 - type: Transform - uid: 4459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-57.5 parent: 1 - type: Transform - uid: 8571 components: - - pos: -67.5,-5.5 + - type: Transform + pos: -67.5,-5.5 parent: 1 - type: Transform - uid: 8572 components: - - pos: -49.5,8.5 + - type: Transform + pos: -49.5,8.5 parent: 1 - type: Transform - uid: 8573 components: - - pos: -46.5,8.5 + - type: Transform + pos: -46.5,8.5 parent: 1 - type: Transform - uid: 9538 components: - - pos: -56.5,3.5 + - type: Transform + pos: -56.5,3.5 parent: 1 - type: Transform - uid: 10978 components: - - pos: -31.5,-16.5 + - type: Transform + pos: -31.5,-16.5 parent: 1 - type: Transform - uid: 12130 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 13857 components: - - pos: 21.5,-21.5 + - type: Transform + pos: 21.5,-21.5 parent: 1 - type: Transform - uid: 17558 components: - - pos: 15.5,-31.5 + - type: Transform + pos: 15.5,-31.5 parent: 1 - type: Transform - uid: 30446 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,7.5 parent: 1 - type: Transform - uid: 30447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,5.5 parent: 1 - type: Transform - proto: WallReinforced entities: - uid: 2 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 1 - type: Transform - uid: 37 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 1 - type: Transform - uid: 124 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 149 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - uid: 208 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 215 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 1 - type: Transform - uid: 216 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 1 - type: Transform - uid: 217 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 1 - type: Transform - uid: 219 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 1 - type: Transform - uid: 221 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 222 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 1 - type: Transform - uid: 225 components: - - pos: -12.5,7.5 + - type: Transform + pos: -12.5,7.5 parent: 1 - type: Transform - uid: 226 components: - - pos: -12.5,11.5 + - type: Transform + pos: -12.5,11.5 parent: 1 - type: Transform - uid: 227 components: - - pos: -8.5,11.5 + - type: Transform + pos: -8.5,11.5 parent: 1 - type: Transform - uid: 228 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 1 - type: Transform - uid: 230 components: - - pos: -12.5,12.5 + - type: Transform + pos: -12.5,12.5 parent: 1 - type: Transform - uid: 232 components: - - pos: -8.5,12.5 + - type: Transform + pos: -8.5,12.5 parent: 1 - type: Transform - uid: 233 components: - - pos: -11.5,12.5 + - type: Transform + pos: -11.5,12.5 parent: 1 - type: Transform - uid: 234 components: - - pos: -10.5,12.5 + - type: Transform + pos: -10.5,12.5 parent: 1 - type: Transform - uid: 235 components: - - pos: -9.5,12.5 + - type: Transform + pos: -9.5,12.5 parent: 1 - type: Transform - uid: 236 components: - - pos: -12.5,10.5 + - type: Transform + pos: -12.5,10.5 parent: 1 - type: Transform - uid: 237 components: - - pos: -12.5,9.5 + - type: Transform + pos: -12.5,9.5 parent: 1 - type: Transform - uid: 238 components: - - pos: -12.5,8.5 + - type: Transform + pos: -12.5,8.5 parent: 1 - type: Transform - uid: 239 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 1 - type: Transform - uid: 240 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 241 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 1 - type: Transform - uid: 256 components: - - pos: -7.5,12.5 + - type: Transform + pos: -7.5,12.5 parent: 1 - type: Transform - uid: 257 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 1 - type: Transform - uid: 258 components: - - pos: -5.5,12.5 + - type: Transform + pos: -5.5,12.5 parent: 1 - type: Transform - uid: 259 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 1 - type: Transform - uid: 260 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - uid: 261 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 262 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 1 - type: Transform - uid: 263 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 1 - type: Transform - uid: 264 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 1 - type: Transform - uid: 265 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 1 - type: Transform - uid: 266 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 1 - type: Transform - uid: 267 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 1 - type: Transform - uid: 268 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 1 - type: Transform - uid: 269 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 1 - type: Transform - uid: 270 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 1 - type: Transform - uid: 271 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 1 - type: Transform - uid: 272 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 1 - type: Transform - uid: 273 components: - - pos: 6.5,12.5 + - type: Transform + pos: 6.5,12.5 parent: 1 - type: Transform - uid: 274 components: - - pos: 7.5,12.5 + - type: Transform + pos: 7.5,12.5 parent: 1 - type: Transform - uid: 275 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 1 - type: Transform - uid: 276 components: - - pos: 8.5,12.5 + - type: Transform + pos: 8.5,12.5 parent: 1 - type: Transform - uid: 277 components: - - pos: 9.5,12.5 + - type: Transform + pos: 9.5,12.5 parent: 1 - type: Transform - uid: 278 components: - - pos: 10.5,12.5 + - type: Transform + pos: 10.5,12.5 parent: 1 - type: Transform - uid: 279 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 1 - type: Transform - uid: 280 components: - - pos: 11.5,11.5 + - type: Transform + pos: 11.5,11.5 parent: 1 - type: Transform - uid: 281 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 1 - type: Transform - uid: 282 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 1 - type: Transform - uid: 283 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 1 - type: Transform - uid: 284 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 1 - type: Transform - uid: 285 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 1 - type: Transform - uid: 286 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 287 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 1 - type: Transform - uid: 288 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 1 - type: Transform - uid: 289 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 1 - type: Transform - uid: 290 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 1 - type: Transform - uid: 291 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 292 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 293 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 1 - type: Transform - uid: 294 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 295 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 296 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 297 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 298 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 299 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform - uid: 300 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - uid: 303 components: - - pos: -14.5,7.5 + - type: Transform + pos: -14.5,7.5 parent: 1 - type: Transform - uid: 304 components: - - pos: -15.5,7.5 + - type: Transform + pos: -15.5,7.5 parent: 1 - type: Transform - uid: 310 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 1 - type: Transform - uid: 311 components: - - pos: 14.5,7.5 + - type: Transform + pos: 14.5,7.5 parent: 1 - type: Transform - uid: 312 components: - - pos: 14.5,8.5 + - type: Transform + pos: 14.5,8.5 parent: 1 - type: Transform - uid: 313 components: - - pos: 14.5,9.5 + - type: Transform + pos: 14.5,9.5 parent: 1 - type: Transform - uid: 314 components: - - pos: 14.5,10.5 + - type: Transform + pos: 14.5,10.5 parent: 1 - type: Transform - uid: 315 components: - - pos: 14.5,11.5 + - type: Transform + pos: 14.5,11.5 parent: 1 - type: Transform - uid: 316 components: - - pos: 14.5,12.5 + - type: Transform + pos: 14.5,12.5 parent: 1 - type: Transform - uid: 317 components: - - pos: -15.5,-4.5 + - type: Transform + pos: -15.5,-4.5 parent: 1 - type: Transform - uid: 324 components: - - pos: -25.5,12.5 + - type: Transform + pos: -25.5,12.5 parent: 1 - type: Transform - uid: 325 components: - - pos: -24.5,12.5 + - type: Transform + pos: -24.5,12.5 parent: 1 - type: Transform - uid: 326 components: - - pos: -23.5,12.5 + - type: Transform + pos: -23.5,12.5 parent: 1 - type: Transform - uid: 327 components: - - pos: -22.5,12.5 + - type: Transform + pos: -22.5,12.5 parent: 1 - type: Transform - uid: 328 components: - - pos: -21.5,12.5 + - type: Transform + pos: -21.5,12.5 parent: 1 - type: Transform - uid: 329 components: - - pos: -20.5,12.5 + - type: Transform + pos: -20.5,12.5 parent: 1 - type: Transform - uid: 330 components: - - pos: -20.5,13.5 + - type: Transform + pos: -20.5,13.5 parent: 1 - type: Transform - uid: 334 components: - - pos: -25.5,8.5 + - type: Transform + pos: -25.5,8.5 parent: 1 - type: Transform - uid: 335 components: - - pos: -24.5,8.5 + - type: Transform + pos: -24.5,8.5 parent: 1 - type: Transform - uid: 336 components: - - pos: -23.5,8.5 + - type: Transform + pos: -23.5,8.5 parent: 1 - type: Transform - uid: 337 components: - - pos: -22.5,8.5 + - type: Transform + pos: -22.5,8.5 parent: 1 - type: Transform - uid: 338 components: - - pos: -21.5,8.5 + - type: Transform + pos: -21.5,8.5 parent: 1 - type: Transform - uid: 339 components: - - pos: -21.5,0.5 + - type: Transform + pos: -21.5,0.5 parent: 1 - type: Transform - uid: 340 components: - - pos: -20.5,7.5 + - type: Transform + pos: -20.5,7.5 parent: 1 - type: Transform - uid: 341 components: - - pos: -19.5,7.5 + - type: Transform + pos: -19.5,7.5 parent: 1 - type: Transform - uid: 342 components: - - pos: -18.5,7.5 + - type: Transform + pos: -18.5,7.5 parent: 1 - type: Transform - uid: 343 components: - - pos: -17.5,7.5 + - type: Transform + pos: -17.5,7.5 parent: 1 - type: Transform - uid: 344 components: - - pos: -16.5,7.5 + - type: Transform + pos: -16.5,7.5 parent: 1 - type: Transform - uid: 345 components: - - pos: -16.5,4.5 + - type: Transform + pos: -16.5,4.5 parent: 1 - type: Transform - uid: 346 components: - - pos: -17.5,4.5 + - type: Transform + pos: -17.5,4.5 parent: 1 - type: Transform - uid: 347 components: - - pos: -18.5,4.5 + - type: Transform + pos: -18.5,4.5 parent: 1 - type: Transform - uid: 348 components: - - pos: -19.5,4.5 + - type: Transform + pos: -19.5,4.5 parent: 1 - type: Transform - uid: 349 components: - - pos: -20.5,4.5 + - type: Transform + pos: -20.5,4.5 parent: 1 - type: Transform - uid: 360 components: - - pos: -22.5,0.5 + - type: Transform + pos: -22.5,0.5 parent: 1 - type: Transform - uid: 361 components: - - pos: -23.5,0.5 + - type: Transform + pos: -23.5,0.5 parent: 1 - type: Transform - uid: 363 components: - - pos: -21.5,7.5 + - type: Transform + pos: -21.5,7.5 parent: 1 - type: Transform - uid: 366 components: - - pos: -21.5,4.5 + - type: Transform + pos: -21.5,4.5 parent: 1 - type: Transform - uid: 367 components: - - pos: -23.5,-3.5 + - type: Transform + pos: -23.5,-3.5 parent: 1 - type: Transform - uid: 378 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 1 - type: Transform - uid: 382 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 1 - type: Transform - uid: 384 components: - - pos: -3.5,-17.5 + - type: Transform + pos: -3.5,-17.5 parent: 1 - type: Transform - uid: 400 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 1 - type: Transform - uid: 403 components: - - pos: -23.5,-2.5 + - type: Transform + pos: -23.5,-2.5 parent: 1 - type: Transform - uid: 404 components: - - pos: -23.5,-1.5 + - type: Transform + pos: -23.5,-1.5 parent: 1 - type: Transform - uid: 405 components: - - pos: -20.5,-9.5 + - type: Transform + pos: -20.5,-9.5 parent: 1 - type: Transform - uid: 406 components: - - pos: -20.5,-9.5 + - type: Transform + pos: -20.5,-9.5 parent: 1 - type: Transform - uid: 407 components: - - pos: -19.5,-9.5 + - type: Transform + pos: -19.5,-9.5 parent: 1 - type: Transform - uid: 408 components: - - pos: -18.5,-9.5 + - type: Transform + pos: -18.5,-9.5 parent: 1 - type: Transform - uid: 409 components: - - pos: -17.5,-9.5 + - type: Transform + pos: -17.5,-9.5 parent: 1 - type: Transform - uid: 410 components: - - pos: -16.5,-9.5 + - type: Transform + pos: -16.5,-9.5 parent: 1 - type: Transform - uid: 411 components: - - pos: -15.5,-9.5 + - type: Transform + pos: -15.5,-9.5 parent: 1 - type: Transform - uid: 414 components: - - pos: -15.5,1.5 + - type: Transform + pos: -15.5,1.5 parent: 1 - type: Transform - uid: 420 components: - - pos: -42.5,-19.5 + - type: Transform + pos: -42.5,-19.5 parent: 1 - type: Transform - uid: 439 components: - - pos: -23.5,-0.5 + - type: Transform + pos: -23.5,-0.5 parent: 1 - type: Transform - uid: 447 components: - - pos: -23.5,-4.5 + - type: Transform + pos: -23.5,-4.5 parent: 1 - type: Transform - uid: 448 components: - - pos: -23.5,-5.5 + - type: Transform + pos: -23.5,-5.5 parent: 1 - type: Transform - uid: 449 components: - - pos: -23.5,-6.5 + - type: Transform + pos: -23.5,-6.5 parent: 1 - type: Transform - uid: 450 components: - - pos: -23.5,-7.5 + - type: Transform + pos: -23.5,-7.5 parent: 1 - type: Transform - uid: 451 components: - - pos: -23.5,-8.5 + - type: Transform + pos: -23.5,-8.5 parent: 1 - type: Transform - uid: 452 components: - - pos: -23.5,-9.5 + - type: Transform + pos: -23.5,-9.5 parent: 1 - type: Transform - uid: 453 components: - - pos: -22.5,-9.5 + - type: Transform + pos: -22.5,-9.5 parent: 1 - type: Transform - uid: 454 components: - - pos: -21.5,-9.5 + - type: Transform + pos: -21.5,-9.5 parent: 1 - type: Transform - uid: 555 components: - - pos: -14.5,-19.5 + - type: Transform + pos: -14.5,-19.5 parent: 1 - type: Transform - uid: 592 components: - - pos: -101.5,-31.5 + - type: Transform + pos: -101.5,-31.5 parent: 1 - type: Transform - uid: 600 components: - - pos: -21.5,-61.5 + - type: Transform + pos: -21.5,-61.5 parent: 1 - type: Transform - uid: 616 components: - - pos: -14.5,-51.5 + - type: Transform + pos: -14.5,-51.5 parent: 1 - type: Transform - uid: 618 components: - - pos: -23.5,-53.5 + - type: Transform + pos: -23.5,-53.5 parent: 1 - type: Transform - uid: 619 components: - - pos: -20.5,-54.5 + - type: Transform + pos: -20.5,-54.5 parent: 1 - type: Transform - uid: 643 components: - - pos: -21.5,-16.5 + - type: Transform + pos: -21.5,-16.5 parent: 1 - type: Transform - uid: 644 components: - - pos: -20.5,-16.5 + - type: Transform + pos: -20.5,-16.5 parent: 1 - type: Transform - uid: 645 components: - - pos: -19.5,-16.5 + - type: Transform + pos: -19.5,-16.5 parent: 1 - type: Transform - uid: 646 components: - - pos: -18.5,-16.5 + - type: Transform + pos: -18.5,-16.5 parent: 1 - type: Transform - uid: 647 components: - - pos: -17.5,-16.5 + - type: Transform + pos: -17.5,-16.5 parent: 1 - type: Transform - uid: 648 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 1 - type: Transform - uid: 669 components: - - pos: -18.5,-24.5 + - type: Transform + pos: -18.5,-24.5 parent: 1 - type: Transform - uid: 675 components: - - pos: -9.5,-16.5 + - type: Transform + pos: -9.5,-16.5 parent: 1 - type: Transform - uid: 676 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 1 - type: Transform - uid: 677 components: - - pos: 1.5,-16.5 + - type: Transform + pos: 1.5,-16.5 parent: 1 - type: Transform - uid: 678 components: - - pos: 8.5,-16.5 + - type: Transform + pos: 8.5,-16.5 parent: 1 - type: Transform - uid: 680 components: - - pos: -3.5,-20.5 + - type: Transform + pos: -3.5,-20.5 parent: 1 - type: Transform - uid: 695 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 1 - type: Transform - uid: 699 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 1 - type: Transform - uid: 705 components: - - pos: 6.5,-17.5 + - type: Transform + pos: 6.5,-17.5 parent: 1 - type: Transform - uid: 706 components: - - pos: 6.5,-20.5 + - type: Transform + pos: 6.5,-20.5 parent: 1 - type: Transform - uid: 707 components: - - pos: 2.5,-20.5 + - type: Transform + pos: 2.5,-20.5 parent: 1 - type: Transform - uid: 709 components: - - pos: -3.5,-23.5 + - type: Transform + pos: -3.5,-23.5 parent: 1 - type: Transform - uid: 710 components: - - pos: -2.5,-23.5 + - type: Transform + pos: -2.5,-23.5 parent: 1 - type: Transform - uid: 711 components: - - pos: -14.5,-16.5 + - type: Transform + pos: -14.5,-16.5 parent: 1 - type: Transform - uid: 712 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 1 - type: Transform - uid: 713 components: - - pos: -14.5,-9.5 + - type: Transform + pos: -14.5,-9.5 parent: 1 - type: Transform - uid: 714 components: - - pos: 1.5,-23.5 + - type: Transform + pos: 1.5,-23.5 parent: 1 - type: Transform - uid: 715 components: - - pos: 2.5,-23.5 + - type: Transform + pos: 2.5,-23.5 parent: 1 - type: Transform - uid: 725 components: - - pos: -7.5,-20.5 + - type: Transform + pos: -7.5,-20.5 parent: 1 - type: Transform - uid: 726 components: - - pos: -7.5,-17.5 + - type: Transform + pos: -7.5,-17.5 parent: 1 - type: Transform - uid: 730 components: - - pos: 2.5,-16.5 + - type: Transform + pos: 2.5,-16.5 parent: 1 - type: Transform - uid: 731 components: - - pos: 2.5,-17.5 + - type: Transform + pos: 2.5,-17.5 parent: 1 - type: Transform - uid: 741 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 1 - type: Transform - uid: 748 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 1 - type: Transform - uid: 757 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 1 - type: Transform - uid: 793 components: - - pos: -2.5,-24.5 + - type: Transform + pos: -2.5,-24.5 parent: 1 - type: Transform - uid: 794 components: - - pos: -1.5,-24.5 + - type: Transform + pos: -1.5,-24.5 parent: 1 - type: Transform - uid: 795 components: - - pos: -0.5,-24.5 + - type: Transform + pos: -0.5,-24.5 parent: 1 - type: Transform - uid: 796 components: - - pos: 0.5,-24.5 + - type: Transform + pos: 0.5,-24.5 parent: 1 - type: Transform - uid: 797 components: - - pos: 1.5,-24.5 + - type: Transform + pos: 1.5,-24.5 parent: 1 - type: Transform - uid: 798 components: - - pos: -13.5,-16.5 + - type: Transform + pos: -13.5,-16.5 parent: 1 - type: Transform - uid: 809 components: - - pos: -14.5,-24.5 + - type: Transform + pos: -14.5,-24.5 parent: 1 - type: Transform - uid: 812 components: - - pos: -14.5,-20.5 + - type: Transform + pos: -14.5,-20.5 parent: 1 - type: Transform - uid: 813 components: - - pos: -14.5,-21.5 + - type: Transform + pos: -14.5,-21.5 parent: 1 - type: Transform - uid: 814 components: - - pos: -15.5,-20.5 + - type: Transform + pos: -15.5,-20.5 parent: 1 - type: Transform - uid: 815 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 1 - type: Transform - uid: 816 components: - - pos: -17.5,-20.5 + - type: Transform + pos: -17.5,-20.5 parent: 1 - type: Transform - uid: 817 components: - - pos: -18.5,-20.5 + - type: Transform + pos: -18.5,-20.5 parent: 1 - type: Transform - uid: 819 components: - - pos: -19.5,-20.5 + - type: Transform + pos: -19.5,-20.5 parent: 1 - type: Transform - uid: 820 components: - - pos: -19.5,-19.5 + - type: Transform + pos: -19.5,-19.5 parent: 1 - type: Transform - uid: 821 components: - - pos: -19.5,-18.5 + - type: Transform + pos: -19.5,-18.5 parent: 1 - type: Transform - uid: 822 components: - - pos: -19.5,-17.5 + - type: Transform + pos: -19.5,-17.5 parent: 1 - type: Transform - uid: 892 components: - - pos: -14.5,-18.5 + - type: Transform + pos: -14.5,-18.5 parent: 1 - type: Transform - uid: 893 components: - - pos: -14.5,-17.5 + - type: Transform + pos: -14.5,-17.5 parent: 1 - type: Transform - uid: 912 components: - - pos: -23.5,-14.5 + - type: Transform + pos: -23.5,-14.5 parent: 1 - type: Transform - uid: 919 components: - - pos: -24.5,-14.5 + - type: Transform + pos: -24.5,-14.5 parent: 1 - type: Transform - uid: 1019 components: - - pos: -19.5,18.5 + - type: Transform + pos: -19.5,18.5 parent: 1 - type: Transform - uid: 1020 components: - - pos: -20.5,18.5 + - type: Transform + pos: -20.5,18.5 parent: 1 - type: Transform - uid: 1021 components: - - pos: -21.5,18.5 + - type: Transform + pos: -21.5,18.5 parent: 1 - type: Transform - uid: 1022 components: - - pos: -22.5,18.5 + - type: Transform + pos: -22.5,18.5 parent: 1 - type: Transform - uid: 1023 components: - - pos: -23.5,18.5 + - type: Transform + pos: -23.5,18.5 parent: 1 - type: Transform - uid: 1024 components: - - pos: -24.5,18.5 + - type: Transform + pos: -24.5,18.5 parent: 1 - type: Transform - uid: 1025 components: - - pos: -25.5,18.5 + - type: Transform + pos: -25.5,18.5 parent: 1 - type: Transform - uid: 1026 components: - - pos: -26.5,18.5 + - type: Transform + pos: -26.5,18.5 parent: 1 - type: Transform - uid: 1031 components: - - pos: -42.5,11.5 + - type: Transform + pos: -42.5,11.5 parent: 1 - type: Transform - uid: 1032 components: - - pos: -25.5,14.5 + - type: Transform + pos: -25.5,14.5 parent: 1 - type: Transform - uid: 1033 components: - - pos: -25.5,13.5 + - type: Transform + pos: -25.5,13.5 parent: 1 - type: Transform - uid: 1034 components: - - pos: -25.5,15.5 + - type: Transform + pos: -25.5,15.5 parent: 1 - type: Transform - uid: 1035 components: - - pos: -24.5,15.5 + - type: Transform + pos: -24.5,15.5 parent: 1 - type: Transform - uid: 1036 components: - - pos: -23.5,15.5 + - type: Transform + pos: -23.5,15.5 parent: 1 - type: Transform - uid: 1037 components: - - pos: -22.5,15.5 + - type: Transform + pos: -22.5,15.5 parent: 1 - type: Transform - uid: 1038 components: - - pos: -21.5,15.5 + - type: Transform + pos: -21.5,15.5 parent: 1 - type: Transform - uid: 1039 components: - - pos: -20.5,15.5 + - type: Transform + pos: -20.5,15.5 parent: 1 - type: Transform - uid: 1041 components: - - pos: -12.5,13.5 + - type: Transform + pos: -12.5,13.5 parent: 1 - type: Transform - uid: 1042 components: - - pos: -12.5,14.5 + - type: Transform + pos: -12.5,14.5 parent: 1 - type: Transform - uid: 1043 components: - - pos: -12.5,15.5 + - type: Transform + pos: -12.5,15.5 parent: 1 - type: Transform - uid: 1044 components: - - pos: -12.5,16.5 + - type: Transform + pos: -12.5,16.5 parent: 1 - type: Transform - uid: 1045 components: - - pos: -12.5,19.5 + - type: Transform + pos: -12.5,19.5 parent: 1 - type: Transform - uid: 1046 components: - - pos: -12.5,20.5 + - type: Transform + pos: -12.5,20.5 parent: 1 - type: Transform - uid: 1047 components: - - pos: -12.5,21.5 + - type: Transform + pos: -12.5,21.5 parent: 1 - type: Transform - uid: 1048 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 1 - type: Transform - uid: 1050 components: - - pos: -14.5,-28.5 + - type: Transform + pos: -14.5,-28.5 parent: 1 - type: Transform - uid: 1052 components: - - pos: -14.5,-25.5 + - type: Transform + pos: -14.5,-25.5 parent: 1 - type: Transform - uid: 1053 components: - - pos: -14.5,-26.5 + - type: Transform + pos: -14.5,-26.5 parent: 1 - type: Transform - uid: 1054 components: - - pos: 14.5,15.5 + - type: Transform + pos: 14.5,15.5 parent: 1 - type: Transform - uid: 1055 components: - - pos: 19.5,12.5 + - type: Transform + pos: 19.5,12.5 parent: 1 - type: Transform - uid: 1056 components: - - pos: 15.5,12.5 + - type: Transform + pos: 15.5,12.5 parent: 1 - type: Transform - uid: 1057 components: - - pos: 18.5,12.5 + - type: Transform + pos: 18.5,12.5 parent: 1 - type: Transform - uid: 1058 components: - - pos: 17.5,12.5 + - type: Transform + pos: 17.5,12.5 parent: 1 - type: Transform - uid: 1060 components: - - pos: 16.5,12.5 + - type: Transform + pos: 16.5,12.5 parent: 1 - type: Transform - uid: 1062 components: - - pos: 14.5,-3.5 + - type: Transform + pos: 14.5,-3.5 parent: 1 - type: Transform - uid: 1063 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 1 - type: Transform - uid: 1064 components: - - pos: 15.5,15.5 + - type: Transform + pos: 15.5,15.5 parent: 1 - type: Transform - uid: 1065 components: - - pos: 17.5,15.5 + - type: Transform + pos: 17.5,15.5 parent: 1 - type: Transform - uid: 1067 components: - - pos: 18.5,15.5 + - type: Transform + pos: 18.5,15.5 parent: 1 - type: Transform - uid: 1068 components: - - pos: 19.5,15.5 + - type: Transform + pos: 19.5,15.5 parent: 1 - type: Transform - uid: 1069 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 1 - type: Transform - uid: 1070 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 1 - type: Transform - uid: 1071 components: - - pos: 11.5,14.5 + - type: Transform + pos: 11.5,14.5 parent: 1 - type: Transform - uid: 1072 components: - - pos: 11.5,15.5 + - type: Transform + pos: 11.5,15.5 parent: 1 - type: Transform - uid: 1073 components: - - pos: 11.5,16.5 + - type: Transform + pos: 11.5,16.5 parent: 1 - type: Transform - uid: 1082 components: - - pos: -11.5,19.5 + - type: Transform + pos: -11.5,19.5 parent: 1 - type: Transform - uid: 1083 components: - - pos: -10.5,19.5 + - type: Transform + pos: -10.5,19.5 parent: 1 - type: Transform - uid: 1084 components: - - pos: -9.5,19.5 + - type: Transform + pos: -9.5,19.5 parent: 1 - type: Transform - uid: 1085 components: - - pos: -11.5,16.5 + - type: Transform + pos: -11.5,16.5 parent: 1 - type: Transform - uid: 1086 components: - - pos: -10.5,16.5 + - type: Transform + pos: -10.5,16.5 parent: 1 - type: Transform - uid: 1087 components: - - pos: -9.5,16.5 + - type: Transform + pos: -9.5,16.5 parent: 1 - type: Transform - uid: 1088 components: - - pos: 11.5,19.5 + - type: Transform + pos: 11.5,19.5 parent: 1 - type: Transform - uid: 1089 components: - - pos: 10.5,19.5 + - type: Transform + pos: 10.5,19.5 parent: 1 - type: Transform - uid: 1090 components: - - pos: 9.5,19.5 + - type: Transform + pos: 9.5,19.5 parent: 1 - type: Transform - uid: 1091 components: - - pos: 8.5,19.5 + - type: Transform + pos: 8.5,19.5 parent: 1 - type: Transform - uid: 1092 components: - - pos: 10.5,16.5 + - type: Transform + pos: 10.5,16.5 parent: 1 - type: Transform - uid: 1093 components: - - pos: 9.5,16.5 + - type: Transform + pos: 9.5,16.5 parent: 1 - type: Transform - uid: 1094 components: - - pos: 8.5,16.5 + - type: Transform + pos: 8.5,16.5 parent: 1 - type: Transform - uid: 1102 components: - - pos: 14.5,19.5 + - type: Transform + pos: 14.5,19.5 parent: 1 - type: Transform - uid: 1103 components: - - pos: 14.5,18.5 + - type: Transform + pos: 14.5,18.5 parent: 1 - type: Transform - uid: 1104 components: - - pos: 14.5,17.5 + - type: Transform + pos: 14.5,17.5 parent: 1 - type: Transform - uid: 1105 components: - - pos: 14.5,16.5 + - type: Transform + pos: 14.5,16.5 parent: 1 - type: Transform - uid: 1115 components: - - pos: 20.5,7.5 + - type: Transform + pos: 20.5,7.5 parent: 1 - type: Transform - uid: 1116 components: - - pos: 21.5,7.5 + - type: Transform + pos: 21.5,7.5 parent: 1 - type: Transform - uid: 1117 components: - - pos: 22.5,6.5 + - type: Transform + pos: 22.5,6.5 parent: 1 - type: Transform - uid: 1124 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 1 - type: Transform - uid: 1134 components: - - pos: -29.5,-75.5 + - type: Transform + pos: -29.5,-75.5 parent: 1 - type: Transform - uid: 1162 components: - - pos: 15.5,4.5 + - type: Transform + pos: 15.5,4.5 parent: 1 - type: Transform - uid: 1163 components: - - pos: 16.5,4.5 + - type: Transform + pos: 16.5,4.5 parent: 1 - type: Transform - uid: 1164 components: - - pos: 18.5,4.5 + - type: Transform + pos: 18.5,4.5 parent: 1 - type: Transform - uid: 1165 components: - - pos: 19.5,4.5 + - type: Transform + pos: 19.5,4.5 parent: 1 - type: Transform - uid: 1166 components: - - pos: 20.5,4.5 + - type: Transform + pos: 20.5,4.5 parent: 1 - type: Transform - uid: 1167 components: - - pos: 21.5,4.5 + - type: Transform + pos: 21.5,4.5 parent: 1 - type: Transform - uid: 1168 components: - - pos: 22.5,4.5 + - type: Transform + pos: 22.5,4.5 parent: 1 - type: Transform - uid: 1169 components: - - pos: 22.5,3.5 + - type: Transform + pos: 22.5,3.5 parent: 1 - type: Transform - uid: 1170 components: - - pos: 22.5,2.5 + - type: Transform + pos: 22.5,2.5 parent: 1 - type: Transform - uid: 1172 components: - - pos: 22.5,0.5 + - type: Transform + pos: 22.5,0.5 parent: 1 - type: Transform - uid: 1176 components: - - pos: 40.5,38.5 + - type: Transform + pos: 40.5,38.5 parent: 1 - type: Transform - uid: 1177 components: - - pos: 22.5,-4.5 + - type: Transform + pos: 22.5,-4.5 parent: 1 - type: Transform - uid: 1178 components: - - pos: 22.5,-5.5 + - type: Transform + pos: 22.5,-5.5 parent: 1 - type: Transform - uid: 1179 components: - - pos: 22.5,-6.5 + - type: Transform + pos: 22.5,-6.5 parent: 1 - type: Transform - uid: 1180 components: - - pos: 22.5,-7.5 + - type: Transform + pos: 22.5,-7.5 parent: 1 - type: Transform - uid: 1181 components: - - pos: 22.5,-8.5 + - type: Transform + pos: 22.5,-8.5 parent: 1 - type: Transform - uid: 1182 components: - - pos: 21.5,-8.5 + - type: Transform + pos: 21.5,-8.5 parent: 1 - type: Transform - uid: 1183 components: - - pos: 20.5,-8.5 + - type: Transform + pos: 20.5,-8.5 parent: 1 - type: Transform - uid: 1184 components: - - pos: 19.5,-8.5 + - type: Transform + pos: 19.5,-8.5 parent: 1 - type: Transform - uid: 1185 components: - - pos: 18.5,-8.5 + - type: Transform + pos: 18.5,-8.5 parent: 1 - type: Transform - uid: 1186 components: - - pos: 17.5,-8.5 + - type: Transform + pos: 17.5,-8.5 parent: 1 - type: Transform - uid: 1187 components: - - pos: 16.5,-8.5 + - type: Transform + pos: 16.5,-8.5 parent: 1 - type: Transform - uid: 1188 components: - - pos: 15.5,-8.5 + - type: Transform + pos: 15.5,-8.5 parent: 1 - type: Transform - uid: 1189 components: - - pos: 14.5,-8.5 + - type: Transform + pos: 14.5,-8.5 parent: 1 - type: Transform - uid: 1199 components: - - pos: 44.5,38.5 + - type: Transform + pos: 44.5,38.5 parent: 1 - type: Transform - uid: 1200 components: - - pos: 44.5,34.5 + - type: Transform + pos: 44.5,34.5 parent: 1 - type: Transform - uid: 1218 components: - - pos: 30.5,-20.5 + - type: Transform + pos: 30.5,-20.5 parent: 1 - type: Transform - uid: 1219 components: - - pos: 38.5,-8.5 + - type: Transform + pos: 38.5,-8.5 parent: 1 - type: Transform - uid: 1220 components: - - pos: 56.5,-11.5 + - type: Transform + pos: 56.5,-11.5 parent: 1 - type: Transform - uid: 1299 components: - - pos: 16.5,-17.5 + - type: Transform + pos: 16.5,-17.5 parent: 1 - type: Transform - uid: 1300 components: - - pos: 15.5,-17.5 + - type: Transform + pos: 15.5,-17.5 parent: 1 - type: Transform - uid: 1301 components: - - pos: 14.5,-17.5 + - type: Transform + pos: 14.5,-17.5 parent: 1 - type: Transform - uid: 1302 components: - - pos: 9.5,-25.5 + - type: Transform + pos: 9.5,-25.5 parent: 1 - type: Transform - uid: 1303 components: - - pos: 8.5,-27.5 + - type: Transform + pos: 8.5,-27.5 parent: 1 - type: Transform - uid: 1304 components: - - pos: 9.5,-26.5 + - type: Transform + pos: 9.5,-26.5 parent: 1 - type: Transform - uid: 1305 components: - - pos: 12.5,-17.5 + - type: Transform + pos: 12.5,-17.5 parent: 1 - type: Transform - uid: 1306 components: - - pos: 12.5,-17.5 + - type: Transform + pos: 12.5,-17.5 parent: 1 - type: Transform - uid: 1311 components: - - pos: 12.5,-24.5 + - type: Transform + pos: 12.5,-24.5 parent: 1 - type: Transform - uid: 1312 components: - - pos: 12.5,-25.5 + - type: Transform + pos: 12.5,-25.5 parent: 1 - type: Transform - uid: 1313 components: - - pos: 12.5,-26.5 + - type: Transform + pos: 12.5,-26.5 parent: 1 - type: Transform - uid: 1314 components: - - pos: 12.5,-27.5 + - type: Transform + pos: 12.5,-27.5 parent: 1 - type: Transform - uid: 1315 components: - - pos: 12.5,-27.5 + - type: Transform + pos: 12.5,-27.5 parent: 1 - type: Transform - uid: 1316 components: - - pos: 13.5,-17.5 + - type: Transform + pos: 13.5,-17.5 parent: 1 - type: Transform - uid: 1317 components: - - pos: 11.5,-27.5 + - type: Transform + pos: 11.5,-27.5 parent: 1 - type: Transform - uid: 1318 components: - - pos: 9.5,-27.5 + - type: Transform + pos: 9.5,-27.5 parent: 1 - type: Transform - uid: 1319 components: - - pos: 7.5,-27.5 + - type: Transform + pos: 7.5,-27.5 parent: 1 - type: Transform - uid: 1320 components: - - pos: 9.5,-24.5 + - type: Transform + pos: 9.5,-24.5 parent: 1 - type: Transform - uid: 1321 components: - - pos: 10.5,-27.5 + - type: Transform + pos: 10.5,-27.5 parent: 1 - type: Transform - uid: 1326 components: - - pos: 12.5,-28.5 + - type: Transform + pos: 12.5,-28.5 parent: 1 - type: Transform - uid: 1329 components: - - pos: 17.5,-16.5 + - type: Transform + pos: 17.5,-16.5 parent: 1 - type: Transform - uid: 1330 components: - - pos: 17.5,-17.5 + - type: Transform + pos: 17.5,-17.5 parent: 1 - type: Transform - uid: 1333 components: - - pos: 9.5,-28.5 + - type: Transform + pos: 9.5,-28.5 parent: 1 - type: Transform - uid: 1334 components: - - pos: 9.5,-29.5 + - type: Transform + pos: 9.5,-29.5 parent: 1 - type: Transform - uid: 1335 components: - - pos: 9.5,-30.5 + - type: Transform + pos: 9.5,-30.5 parent: 1 - type: Transform - uid: 1336 components: - - pos: 9.5,-31.5 + - type: Transform + pos: 9.5,-31.5 parent: 1 - type: Transform - uid: 1337 components: - - pos: 9.5,-32.5 + - type: Transform + pos: 9.5,-32.5 parent: 1 - type: Transform - uid: 1338 components: - - pos: 9.5,-33.5 + - type: Transform + pos: 9.5,-33.5 parent: 1 - type: Transform - uid: 1347 components: - - pos: 13.5,-24.5 + - type: Transform + pos: 13.5,-24.5 parent: 1 - type: Transform - uid: 1348 components: - - pos: 12.5,-23.5 + - type: Transform + pos: 12.5,-23.5 parent: 1 - type: Transform - uid: 1349 components: - - pos: 14.5,-24.5 + - type: Transform + pos: 14.5,-24.5 parent: 1 - type: Transform - uid: 1392 components: - - pos: -43.5,11.5 + - type: Transform + pos: -43.5,11.5 parent: 1 - type: Transform - uid: 1393 components: - - pos: -44.5,11.5 + - type: Transform + pos: -44.5,11.5 parent: 1 - type: Transform - uid: 1394 components: - - pos: -45.5,11.5 + - type: Transform + pos: -45.5,11.5 parent: 1 - type: Transform - uid: 1398 components: - - pos: -49.5,11.5 + - type: Transform + pos: -49.5,11.5 parent: 1 - type: Transform - uid: 1400 components: - - pos: -52.5,11.5 + - type: Transform + pos: -52.5,11.5 parent: 1 - type: Transform - uid: 1401 components: - - pos: -49.5,13.5 + - type: Transform + pos: -49.5,13.5 parent: 1 - type: Transform - uid: 1402 components: - - pos: -49.5,12.5 + - type: Transform + pos: -49.5,12.5 parent: 1 - type: Transform - uid: 1566 components: - - pos: 6.5,-24.5 + - type: Transform + pos: 6.5,-24.5 parent: 1 - type: Transform - uid: 1568 components: - - pos: 6.5,-26.5 + - type: Transform + pos: 6.5,-26.5 parent: 1 - type: Transform - uid: 1569 components: - - pos: 6.5,-27.5 + - type: Transform + pos: 6.5,-27.5 parent: 1 - type: Transform - uid: 1571 components: - - pos: 24.5,-15.5 + - type: Transform + pos: 24.5,-15.5 parent: 1 - type: Transform - uid: 1586 components: - - pos: -13.5,-24.5 + - type: Transform + pos: -13.5,-24.5 parent: 1 - type: Transform - uid: 1587 components: - - pos: 14.5,-11.5 + - type: Transform + pos: 14.5,-11.5 parent: 1 - type: Transform - uid: 1588 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 1 - type: Transform - uid: 1589 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 1 - type: Transform - uid: 1590 components: - - pos: 15.5,-11.5 + - type: Transform + pos: 15.5,-11.5 parent: 1 - type: Transform - uid: 1591 components: - - pos: 16.5,-15.5 + - type: Transform + pos: 16.5,-15.5 parent: 1 - type: Transform - uid: 1592 components: - - pos: 17.5,-15.5 + - type: Transform + pos: 17.5,-15.5 parent: 1 - type: Transform - uid: 1593 components: - - pos: 18.5,-15.5 + - type: Transform + pos: 18.5,-15.5 parent: 1 - type: Transform - uid: 1594 components: - - pos: 16.5,-11.5 + - type: Transform + pos: 16.5,-11.5 parent: 1 - type: Transform - uid: 1595 components: - - pos: 18.5,-14.5 + - type: Transform + pos: 18.5,-14.5 parent: 1 - type: Transform - uid: 1596 components: - - pos: 12.5,-16.5 + - type: Transform + pos: 12.5,-16.5 parent: 1 - type: Transform - uid: 1597 components: - - pos: 12.5,-15.5 + - type: Transform + pos: 12.5,-15.5 parent: 1 - type: Transform - uid: 1598 components: - - pos: 12.5,-14.5 + - type: Transform + pos: 12.5,-14.5 parent: 1 - type: Transform - uid: 1599 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 1 - type: Transform - uid: 1600 components: - - pos: 16.5,-16.5 + - type: Transform + pos: 16.5,-16.5 parent: 1 - type: Transform - uid: 1604 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 1 - type: Transform - uid: 1605 components: - - pos: -10.5,-27.5 + - type: Transform + pos: -10.5,-27.5 parent: 1 - type: Transform - uid: 1608 components: - - pos: -6.5,-24.5 + - type: Transform + pos: -6.5,-24.5 parent: 1 - type: Transform - uid: 1611 components: - - pos: -6.5,-28.5 + - type: Transform + pos: -6.5,-28.5 parent: 1 - type: Transform - uid: 1612 components: - - pos: -5.5,-28.5 + - type: Transform + pos: -5.5,-28.5 parent: 1 - type: Transform - uid: 1613 components: - - pos: -4.5,-28.5 + - type: Transform + pos: -4.5,-28.5 parent: 1 - type: Transform - uid: 1614 components: - - pos: -3.5,-28.5 + - type: Transform + pos: -3.5,-28.5 parent: 1 - type: Transform - uid: 1615 components: - - pos: -2.5,-28.5 + - type: Transform + pos: -2.5,-28.5 parent: 1 - type: Transform - uid: 1616 components: - - pos: -1.5,-28.5 + - type: Transform + pos: -1.5,-28.5 parent: 1 - type: Transform - uid: 1617 components: - - pos: -0.5,-28.5 + - type: Transform + pos: -0.5,-28.5 parent: 1 - type: Transform - uid: 1618 components: - - pos: 0.5,-28.5 + - type: Transform + pos: 0.5,-28.5 parent: 1 - type: Transform - uid: 1619 components: - - pos: 1.5,-28.5 + - type: Transform + pos: 1.5,-28.5 parent: 1 - type: Transform - uid: 1620 components: - - pos: 2.5,-28.5 + - type: Transform + pos: 2.5,-28.5 parent: 1 - type: Transform - uid: 1621 components: - - pos: 3.5,-28.5 + - type: Transform + pos: 3.5,-28.5 parent: 1 - type: Transform - uid: 1622 components: - - pos: 4.5,-28.5 + - type: Transform + pos: 4.5,-28.5 parent: 1 - type: Transform - uid: 1623 components: - - pos: 5.5,-28.5 + - type: Transform + pos: 5.5,-28.5 parent: 1 - type: Transform - uid: 1624 components: - - pos: 5.5,-27.5 + - type: Transform + pos: 5.5,-27.5 parent: 1 - type: Transform - uid: 1626 components: - - pos: -6.5,-25.5 + - type: Transform + pos: -6.5,-25.5 parent: 1 - type: Transform - uid: 1628 components: - - pos: -5.5,-27.5 + - type: Transform + pos: -5.5,-27.5 parent: 1 - type: Transform - uid: 1629 components: - - pos: -5.5,-25.5 + - type: Transform + pos: -5.5,-25.5 parent: 1 - type: Transform - uid: 1630 components: - - pos: -5.5,-26.5 + - type: Transform + pos: -5.5,-26.5 parent: 1 - type: Transform - uid: 1636 components: - - pos: -10.5,-31.5 + - type: Transform + pos: -10.5,-31.5 parent: 1 - type: Transform - uid: 1637 components: - - pos: -10.5,-32.5 + - type: Transform + pos: -10.5,-32.5 parent: 1 - type: Transform - uid: 1641 components: - - pos: -10.5,-33.5 + - type: Transform + pos: -10.5,-33.5 parent: 1 - type: Transform - uid: 1642 components: - - pos: -9.5,-34.5 + - type: Transform + pos: -9.5,-34.5 parent: 1 - type: Transform - uid: 1645 components: - - pos: -9.5,-35.5 + - type: Transform + pos: -9.5,-35.5 parent: 1 - type: Transform - uid: 1646 components: - - pos: -8.5,-40.5 + - type: Transform + pos: -8.5,-40.5 parent: 1 - type: Transform - uid: 1647 components: - - pos: -9.5,-40.5 + - type: Transform + pos: -9.5,-40.5 parent: 1 - type: Transform - uid: 1651 components: - - pos: -9.5,-33.5 + - type: Transform + pos: -9.5,-33.5 parent: 1 - type: Transform - uid: 1654 components: - - pos: -6.5,-33.5 + - type: Transform + pos: -6.5,-33.5 parent: 1 - type: Transform - uid: 1669 components: - - pos: -2.5,-32.5 + - type: Transform + pos: -2.5,-32.5 parent: 1 - type: Transform - uid: 1670 components: - - pos: -1.5,-32.5 + - type: Transform + pos: -1.5,-32.5 parent: 1 - type: Transform - uid: 1671 components: - - pos: -0.5,-32.5 + - type: Transform + pos: -0.5,-32.5 parent: 1 - type: Transform - uid: 1673 components: - - pos: 0.5,-31.5 + - type: Transform + pos: 0.5,-31.5 parent: 1 - type: Transform - uid: 1674 components: - - pos: 0.5,-30.5 + - type: Transform + pos: 0.5,-30.5 parent: 1 - type: Transform - uid: 1675 components: - - pos: 0.5,-29.5 + - type: Transform + pos: 0.5,-29.5 parent: 1 - type: Transform - uid: 1689 components: - - pos: 5.5,-29.5 + - type: Transform + pos: 5.5,-29.5 parent: 1 - type: Transform - uid: 1690 components: - - pos: 5.5,-31.5 + - type: Transform + pos: 5.5,-31.5 parent: 1 - type: Transform - uid: 1691 components: - - pos: 5.5,-32.5 + - type: Transform + pos: 5.5,-32.5 parent: 1 - type: Transform - uid: 1692 components: - - pos: 5.5,-35.5 + - type: Transform + pos: 5.5,-35.5 parent: 1 - type: Transform - uid: 1696 components: - - pos: 0.5,-32.5 + - type: Transform + pos: 0.5,-32.5 parent: 1 - type: Transform - uid: 1708 components: - - pos: -0.5,-41.5 + - type: Transform + pos: -0.5,-41.5 parent: 1 - type: Transform - uid: 1709 components: - - pos: 0.5,-35.5 + - type: Transform + pos: 0.5,-35.5 parent: 1 - type: Transform - uid: 1710 components: - - pos: -0.5,-35.5 + - type: Transform + pos: -0.5,-35.5 parent: 1 - type: Transform - uid: 1711 components: - - pos: 9.5,-37.5 + - type: Transform + pos: 9.5,-37.5 parent: 1 - type: Transform - uid: 1712 components: - - pos: 9.5,-39.5 + - type: Transform + pos: 9.5,-39.5 parent: 1 - type: Transform - uid: 1714 components: - - pos: -2.5,-33.5 + - type: Transform + pos: -2.5,-33.5 parent: 1 - type: Transform - uid: 1719 components: - - pos: -1.5,-39.5 + - type: Transform + pos: -1.5,-39.5 parent: 1 - type: Transform - uid: 1720 components: - - pos: -1.5,-39.5 + - type: Transform + pos: -1.5,-39.5 parent: 1 - type: Transform - uid: 1721 components: - - pos: -1.5,-38.5 + - type: Transform + pos: -1.5,-38.5 parent: 1 - type: Transform - uid: 1722 components: - - pos: -1.5,-37.5 + - type: Transform + pos: -1.5,-37.5 parent: 1 - type: Transform - uid: 1723 components: - - pos: -1.5,-36.5 + - type: Transform + pos: -1.5,-36.5 parent: 1 - type: Transform - uid: 1724 components: - - pos: 9.5,-40.5 + - type: Transform + pos: 9.5,-40.5 parent: 1 - type: Transform - uid: 1725 components: - - pos: 5.5,-36.5 + - type: Transform + pos: 5.5,-36.5 parent: 1 - type: Transform - uid: 1726 components: - - pos: 6.5,-36.5 + - type: Transform + pos: 6.5,-36.5 parent: 1 - type: Transform - uid: 1727 components: - - pos: 7.5,-36.5 + - type: Transform + pos: 7.5,-36.5 parent: 1 - type: Transform - uid: 1728 components: - - pos: 8.5,-36.5 + - type: Transform + pos: 8.5,-36.5 parent: 1 - type: Transform - uid: 1729 components: - - pos: 9.5,-36.5 + - type: Transform + pos: 9.5,-36.5 parent: 1 - type: Transform - uid: 1730 components: - - pos: 9.5,-35.5 + - type: Transform + pos: 9.5,-35.5 parent: 1 - type: Transform - uid: 1736 components: - - pos: 8.5,-40.5 + - type: Transform + pos: 8.5,-40.5 parent: 1 - type: Transform - uid: 1737 components: - - pos: 7.5,-40.5 + - type: Transform + pos: 7.5,-40.5 parent: 1 - type: Transform - uid: 1738 components: - - pos: 6.5,-40.5 + - type: Transform + pos: 6.5,-40.5 parent: 1 - type: Transform - uid: 1739 components: - - pos: 5.5,-40.5 + - type: Transform + pos: 5.5,-40.5 parent: 1 - type: Transform - uid: 1740 components: - - pos: 4.5,-40.5 + - type: Transform + pos: 4.5,-40.5 parent: 1 - type: Transform - uid: 1745 components: - - pos: -0.5,-40.5 + - type: Transform + pos: -0.5,-40.5 parent: 1 - type: Transform - uid: 1746 components: - - pos: -1.5,-40.5 + - type: Transform + pos: -1.5,-40.5 parent: 1 - type: Transform - uid: 1747 components: - - pos: -9.5,-36.5 + - type: Transform + pos: -9.5,-36.5 parent: 1 - type: Transform - uid: 1753 components: - - pos: -7.5,-40.5 + - type: Transform + pos: -7.5,-40.5 parent: 1 - type: Transform - uid: 1754 components: - - pos: -6.5,-40.5 + - type: Transform + pos: -6.5,-40.5 parent: 1 - type: Transform - uid: 1755 components: - - pos: -5.5,-40.5 + - type: Transform + pos: -5.5,-40.5 parent: 1 - type: Transform - uid: 1756 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 1 - type: Transform - uid: 1757 components: - - pos: -3.5,-40.5 + - type: Transform + pos: -3.5,-40.5 parent: 1 - type: Transform - uid: 1758 components: - - pos: -2.5,-40.5 + - type: Transform + pos: -2.5,-40.5 parent: 1 - type: Transform - uid: 1762 components: - - pos: 15.5,-24.5 + - type: Transform + pos: 15.5,-24.5 parent: 1 - type: Transform - uid: 1799 components: - - pos: -9.5,-53.5 + - type: Transform + pos: -9.5,-53.5 parent: 1 - type: Transform - uid: 1800 components: - - pos: -6.5,-56.5 + - type: Transform + pos: -6.5,-56.5 parent: 1 - type: Transform - uid: 1816 components: - - pos: 32.5,-40.5 + - type: Transform + pos: 32.5,-40.5 parent: 1 - type: Transform - uid: 1817 components: - - pos: 16.5,-47.5 + - type: Transform + pos: 16.5,-47.5 parent: 1 - type: Transform - uid: 1820 components: - - pos: -14.5,-67.5 + - type: Transform + pos: -14.5,-67.5 parent: 1 - type: Transform - uid: 1821 components: - - pos: -14.5,-65.5 + - type: Transform + pos: -14.5,-65.5 parent: 1 - type: Transform - uid: 1822 components: - - pos: -14.5,-64.5 + - type: Transform + pos: -14.5,-64.5 parent: 1 - type: Transform - uid: 1840 components: - - pos: -8.5,-53.5 + - type: Transform + pos: -8.5,-53.5 parent: 1 - type: Transform - uid: 1841 components: - - pos: -7.5,-56.5 + - type: Transform + pos: -7.5,-56.5 parent: 1 - type: Transform - uid: 1843 components: - - pos: 22.5,-57.5 + - type: Transform + pos: 22.5,-57.5 parent: 1 - type: Transform - uid: 1851 components: - - pos: -1.5,-57.5 + - type: Transform + pos: -1.5,-57.5 parent: 1 - type: Transform - uid: 1852 components: - - pos: -3.5,-57.5 + - type: Transform + pos: -3.5,-57.5 parent: 1 - type: Transform - uid: 1856 components: - - pos: -7.5,-62.5 + - type: Transform + pos: -7.5,-62.5 parent: 1 - type: Transform - uid: 1857 components: - - pos: 28.5,-8.5 + - type: Transform + pos: 28.5,-8.5 parent: 1 - type: Transform - uid: 1859 components: - - pos: 47.5,-8.5 + - type: Transform + pos: 47.5,-8.5 parent: 1 - type: Transform - uid: 1861 components: - - pos: 30.5,-11.5 + - type: Transform + pos: 30.5,-11.5 parent: 1 - type: Transform - uid: 1864 components: - - pos: 40.5,-8.5 + - type: Transform + pos: 40.5,-8.5 parent: 1 - type: Transform - uid: 1865 components: - - pos: 41.5,-8.5 + - type: Transform + pos: 41.5,-8.5 parent: 1 - type: Transform - uid: 1866 components: - - pos: 43.5,-8.5 + - type: Transform + pos: 43.5,-8.5 parent: 1 - type: Transform - uid: 1868 components: - - pos: 44.5,-8.5 + - type: Transform + pos: 44.5,-8.5 parent: 1 - type: Transform - uid: 1869 components: - - pos: 45.5,-8.5 + - type: Transform + pos: 45.5,-8.5 parent: 1 - type: Transform - uid: 1870 components: - - pos: 46.5,-8.5 + - type: Transform + pos: 46.5,-8.5 parent: 1 - type: Transform - uid: 1871 components: - - pos: 24.5,-56.5 + - type: Transform + pos: 24.5,-56.5 parent: 1 - type: Transform - uid: 1874 components: - - pos: 32.5,-42.5 + - type: Transform + pos: 32.5,-42.5 parent: 1 - type: Transform - uid: 1875 components: - - pos: 33.5,-11.5 + - type: Transform + pos: 33.5,-11.5 parent: 1 - type: Transform - uid: 1876 components: - - pos: 32.5,-11.5 + - type: Transform + pos: 32.5,-11.5 parent: 1 - type: Transform - uid: 1883 components: - - pos: 55.5,-57.5 + - type: Transform + pos: 55.5,-57.5 parent: 1 - type: Transform - uid: 1884 components: - - pos: 36.5,-62.5 + - type: Transform + pos: 36.5,-62.5 parent: 1 - type: Transform - uid: 1885 components: - - pos: 28.5,-62.5 + - type: Transform + pos: 28.5,-62.5 parent: 1 - type: Transform - uid: 1895 components: - - pos: 6.5,-62.5 + - type: Transform + pos: 6.5,-62.5 parent: 1 - type: Transform - uid: 1918 components: - - pos: 35.5,-36.5 + - type: Transform + pos: 35.5,-36.5 parent: 1 - type: Transform - uid: 1961 components: - - pos: 40.5,34.5 + - type: Transform + pos: 40.5,34.5 parent: 1 - type: Transform - uid: 1962 components: - - pos: 34.5,29.5 + - type: Transform + pos: 34.5,29.5 parent: 1 - type: Transform - uid: 1977 components: - - pos: 13.5,23.5 + - type: Transform + pos: 13.5,23.5 parent: 1 - type: Transform - uid: 1983 components: - - pos: 34.5,3.5 + - type: Transform + pos: 34.5,3.5 parent: 1 - type: Transform - uid: 1984 components: - - pos: 38.5,3.5 + - type: Transform + pos: 38.5,3.5 parent: 1 - type: Transform - uid: 1985 components: - - pos: 38.5,-0.5 + - type: Transform + pos: 38.5,-0.5 parent: 1 - type: Transform - uid: 1986 components: - - pos: 34.5,-0.5 + - type: Transform + pos: 34.5,-0.5 parent: 1 - type: Transform - uid: 2009 components: - - pos: 51.5,-2.5 + - type: Transform + pos: 51.5,-2.5 parent: 1 - type: Transform - uid: 2012 components: - - pos: -11.5,-62.5 + - type: Transform + pos: -11.5,-62.5 parent: 1 - type: Transform - uid: 2014 components: - - pos: -2.5,-57.5 + - type: Transform + pos: -2.5,-57.5 parent: 1 - type: Transform - uid: 2015 components: - - pos: 8.5,-57.5 + - type: Transform + pos: 8.5,-57.5 parent: 1 - type: Transform - uid: 2017 components: - - pos: -4.5,-57.5 + - type: Transform + pos: -4.5,-57.5 parent: 1 - type: Transform - uid: 2024 components: - - pos: 44.5,-56.5 + - type: Transform + pos: 44.5,-56.5 parent: 1 - type: Transform - uid: 2025 components: - - pos: 44.5,-54.5 + - type: Transform + pos: 44.5,-54.5 parent: 1 - type: Transform - uid: 2026 components: - - pos: 44.5,-53.5 + - type: Transform + pos: 44.5,-53.5 parent: 1 - type: Transform - uid: 2027 components: - - pos: 44.5,-55.5 + - type: Transform + pos: 44.5,-55.5 parent: 1 - type: Transform - uid: 2030 components: - - pos: 8.5,-48.5 + - type: Transform + pos: 8.5,-48.5 parent: 1 - type: Transform - uid: 2033 components: - - pos: 44.5,-52.5 + - type: Transform + pos: 44.5,-52.5 parent: 1 - type: Transform - uid: 2034 components: - - pos: 44.5,-47.5 + - type: Transform + pos: 44.5,-47.5 parent: 1 - type: Transform - uid: 2035 components: - - pos: 44.5,-46.5 + - type: Transform + pos: 44.5,-46.5 parent: 1 - type: Transform - uid: 2037 components: - - pos: 44.5,-45.5 + - type: Transform + pos: 44.5,-45.5 parent: 1 - type: Transform - uid: 2040 components: - - pos: 44.5,-42.5 + - type: Transform + pos: 44.5,-42.5 parent: 1 - type: Transform - uid: 2042 components: - - pos: 43.5,-42.5 + - type: Transform + pos: 43.5,-42.5 parent: 1 - type: Transform - uid: 2043 components: - - pos: 42.5,-42.5 + - type: Transform + pos: 42.5,-42.5 parent: 1 - type: Transform - uid: 2044 components: - - pos: 41.5,-42.5 + - type: Transform + pos: 41.5,-42.5 parent: 1 - type: Transform - uid: 2045 components: - - pos: 40.5,-42.5 + - type: Transform + pos: 40.5,-42.5 parent: 1 - type: Transform - uid: 2046 components: - - pos: 39.5,-42.5 + - type: Transform + pos: 39.5,-42.5 parent: 1 - type: Transform - uid: 2047 components: - - pos: 38.5,-42.5 + - type: Transform + pos: 38.5,-42.5 parent: 1 - type: Transform - uid: 2048 components: - - pos: 37.5,-42.5 + - type: Transform + pos: 37.5,-42.5 parent: 1 - type: Transform - uid: 2049 components: - - pos: 47.5,-15.5 + - type: Transform + pos: 47.5,-15.5 parent: 1 - type: Transform - uid: 2050 components: - - pos: 25.5,-62.5 + - type: Transform + pos: 25.5,-62.5 parent: 1 - type: Transform - uid: 2051 components: - - pos: 27.5,-62.5 + - type: Transform + pos: 27.5,-62.5 parent: 1 - type: Transform - uid: 2052 components: - - pos: 39.5,-64.5 + - type: Transform + pos: 39.5,-64.5 parent: 1 - type: Transform - uid: 2053 components: - - pos: 39.5,-63.5 + - type: Transform + pos: 39.5,-63.5 parent: 1 - type: Transform - uid: 2054 components: - - pos: 39.5,-62.5 + - type: Transform + pos: 39.5,-62.5 parent: 1 - type: Transform - uid: 2055 components: - - pos: 37.5,-62.5 + - type: Transform + pos: 37.5,-62.5 parent: 1 - type: Transform - uid: 2057 components: - - pos: 41.5,-62.5 + - type: Transform + pos: 41.5,-62.5 parent: 1 - type: Transform - uid: 2063 components: - - pos: 49.5,-65.5 + - type: Transform + pos: 49.5,-65.5 parent: 1 - type: Transform - uid: 2068 components: - - pos: -60.5,-39.5 + - type: Transform + pos: -60.5,-39.5 parent: 1 - type: Transform - uid: 2069 components: - - pos: 47.5,-64.5 + - type: Transform + pos: 47.5,-64.5 parent: 1 - type: Transform - uid: 2070 components: - - pos: 49.5,-62.5 + - type: Transform + pos: 49.5,-62.5 parent: 1 - type: Transform - uid: 2071 components: - - pos: 44.5,-38.5 + - type: Transform + pos: 44.5,-38.5 parent: 1 - type: Transform - uid: 2072 components: - - pos: 47.5,-63.5 + - type: Transform + pos: 47.5,-63.5 parent: 1 - type: Transform - uid: 2073 components: - - pos: 47.5,-62.5 + - type: Transform + pos: 47.5,-62.5 parent: 1 - type: Transform - uid: 2074 components: - - pos: 45.5,-62.5 + - type: Transform + pos: 45.5,-62.5 parent: 1 - type: Transform - uid: 2079 components: - - pos: 54.5,-38.5 + - type: Transform + pos: 54.5,-38.5 parent: 1 - type: Transform - uid: 2080 components: - - pos: 33.5,-19.5 + - type: Transform + pos: 33.5,-19.5 parent: 1 - type: Transform - uid: 2081 components: - - pos: 33.5,-18.5 + - type: Transform + pos: 33.5,-18.5 parent: 1 - type: Transform - uid: 2082 components: - - pos: 33.5,-17.5 + - type: Transform + pos: 33.5,-17.5 parent: 1 - type: Transform - uid: 2083 components: - - pos: 33.5,-16.5 + - type: Transform + pos: 33.5,-16.5 parent: 1 - type: Transform - uid: 2085 components: - - pos: 23.5,-62.5 + - type: Transform + pos: 23.5,-62.5 parent: 1 - type: Transform - uid: 2086 components: - - pos: 25.5,-63.5 + - type: Transform + pos: 25.5,-63.5 parent: 1 - type: Transform - uid: 2087 components: - - pos: 33.5,-15.5 + - type: Transform + pos: 33.5,-15.5 parent: 1 - type: Transform - uid: 2088 components: - - pos: 25.5,-64.5 + - type: Transform + pos: 25.5,-64.5 parent: 1 - type: Transform - uid: 2095 components: - - pos: 52.5,-51.5 + - type: Transform + pos: 52.5,-51.5 parent: 1 - type: Transform - uid: 2096 components: - - pos: 51.5,-51.5 + - type: Transform + pos: 51.5,-51.5 parent: 1 - type: Transform - uid: 2097 components: - - pos: 50.5,-51.5 + - type: Transform + pos: 50.5,-51.5 parent: 1 - type: Transform - uid: 2098 components: - - pos: 49.5,-51.5 + - type: Transform + pos: 49.5,-51.5 parent: 1 - type: Transform - uid: 2099 components: - - pos: 48.5,-51.5 + - type: Transform + pos: 48.5,-51.5 parent: 1 - type: Transform - uid: 2102 components: - - pos: 48.5,-50.5 + - type: Transform + pos: 48.5,-50.5 parent: 1 - type: Transform - uid: 2103 components: - - pos: 48.5,-49.5 + - type: Transform + pos: 48.5,-49.5 parent: 1 - type: Transform - uid: 2104 components: - - pos: 48.5,-48.5 + - type: Transform + pos: 48.5,-48.5 parent: 1 - type: Transform - uid: 2105 components: - - pos: 48.5,-47.5 + - type: Transform + pos: 48.5,-47.5 parent: 1 - type: Transform - uid: 2108 components: - - pos: -28.5,27.5 + - type: Transform + pos: -28.5,27.5 parent: 1 - type: Transform - uid: 2109 components: - - pos: -27.5,34.5 + - type: Transform + pos: -27.5,34.5 parent: 1 - type: Transform - uid: 2110 components: - - pos: -29.5,34.5 + - type: Transform + pos: -29.5,34.5 parent: 1 - type: Transform - uid: 2120 components: - - pos: -29.5,27.5 + - type: Transform + pos: -29.5,27.5 parent: 1 - type: Transform - uid: 2121 components: - - pos: -27.5,27.5 + - type: Transform + pos: -27.5,27.5 parent: 1 - type: Transform - uid: 2122 components: - - pos: -28.5,34.5 + - type: Transform + pos: -28.5,34.5 parent: 1 - type: Transform - uid: 2123 components: - - pos: -29.5,29.5 + - type: Transform + pos: -29.5,29.5 parent: 1 - type: Transform - uid: 2133 components: - - pos: 48.5,-46.5 + - type: Transform + pos: 48.5,-46.5 parent: 1 - type: Transform - uid: 2134 components: - - pos: 48.5,-45.5 + - type: Transform + pos: 48.5,-45.5 parent: 1 - type: Transform - uid: 2135 components: - - pos: 48.5,-44.5 + - type: Transform + pos: 48.5,-44.5 parent: 1 - type: Transform - uid: 2136 components: - - pos: 48.5,-43.5 + - type: Transform + pos: 48.5,-43.5 parent: 1 - type: Transform - uid: 2138 components: - - pos: 48.5,-42.5 + - type: Transform + pos: 48.5,-42.5 parent: 1 - type: Transform - uid: 2139 components: - - pos: 48.5,-41.5 + - type: Transform + pos: 48.5,-41.5 parent: 1 - type: Transform - uid: 2145 components: - - pos: -21.5,-46.5 + - type: Transform + pos: -21.5,-46.5 parent: 1 - type: Transform - uid: 2149 components: - - pos: -14.5,-60.5 + - type: Transform + pos: -14.5,-60.5 parent: 1 - type: Transform - uid: 2153 components: - - pos: -10.5,-53.5 + - type: Transform + pos: -10.5,-53.5 parent: 1 - type: Transform - uid: 2155 components: - - pos: -5.5,-49.5 + - type: Transform + pos: -5.5,-49.5 parent: 1 - type: Transform - uid: 2156 components: - - pos: -4.5,-49.5 + - type: Transform + pos: -4.5,-49.5 parent: 1 - type: Transform - uid: 2157 components: - - pos: -3.5,-49.5 + - type: Transform + pos: -3.5,-49.5 parent: 1 - type: Transform - uid: 2159 components: - - pos: 62.5,-41.5 + - type: Transform + pos: 62.5,-41.5 parent: 1 - type: Transform - uid: 2172 components: - - pos: 62.5,-38.5 + - type: Transform + pos: 62.5,-38.5 parent: 1 - type: Transform - uid: 2204 components: - - pos: 43.5,-38.5 + - type: Transform + pos: 43.5,-38.5 parent: 1 - type: Transform - uid: 2206 components: - - pos: 12.5,23.5 + - type: Transform + pos: 12.5,23.5 parent: 1 - type: Transform - uid: 2211 components: - - pos: 19.5,6.5 + - type: Transform + pos: 19.5,6.5 parent: 1 - type: Transform - uid: 2228 components: - - pos: 34.5,25.5 + - type: Transform + pos: 34.5,25.5 parent: 1 - type: Transform - uid: 2230 components: - - pos: 44.5,-62.5 + - type: Transform + pos: 44.5,-62.5 parent: 1 - type: Transform - uid: 2249 components: - - pos: 38.5,25.5 + - type: Transform + pos: 38.5,25.5 parent: 1 - type: Transform - uid: 2250 components: - - pos: 38.5,29.5 + - type: Transform + pos: 38.5,29.5 parent: 1 - type: Transform - uid: 2265 components: - - pos: 44.5,-5.5 + - type: Transform + pos: 44.5,-5.5 parent: 1 - type: Transform - uid: 2288 components: - - pos: 58.5,-41.5 + - type: Transform + pos: 58.5,-41.5 parent: 1 - type: Transform - uid: 2291 components: - - pos: 58.5,-38.5 + - type: Transform + pos: 58.5,-38.5 parent: 1 - type: Transform - uid: 2292 components: - - pos: -9.5,-57.5 + - type: Transform + pos: -9.5,-57.5 parent: 1 - type: Transform - uid: 2298 components: - - pos: 53.5,-41.5 + - type: Transform + pos: 53.5,-41.5 parent: 1 - type: Transform - uid: 2299 components: - - pos: 50.5,-41.5 + - type: Transform + pos: 50.5,-41.5 parent: 1 - type: Transform - uid: 2302 components: - - pos: 54.5,-41.5 + - type: Transform + pos: 54.5,-41.5 parent: 1 - type: Transform - uid: 2305 components: - - pos: 52.5,-41.5 + - type: Transform + pos: 52.5,-41.5 parent: 1 - type: Transform - uid: 2310 components: - - pos: 40.5,-5.5 + - type: Transform + pos: 40.5,-5.5 parent: 1 - type: Transform - uid: 2320 components: - - pos: 51.5,-41.5 + - type: Transform + pos: 51.5,-41.5 parent: 1 - type: Transform - uid: 2326 components: - - pos: 49.5,-41.5 + - type: Transform + pos: 49.5,-41.5 parent: 1 - type: Transform - uid: 2334 components: - - pos: 6.5,29.5 + - type: Transform + pos: 6.5,29.5 parent: 1 - type: Transform - uid: 2350 components: - - pos: 36.5,-8.5 + - type: Transform + pos: 36.5,-8.5 parent: 1 - type: Transform - uid: 2355 components: - - pos: 35.5,-8.5 + - type: Transform + pos: 35.5,-8.5 parent: 1 - type: Transform - uid: 2360 components: - - pos: 19.5,11.5 + - type: Transform + pos: 19.5,11.5 parent: 1 - type: Transform - uid: 2361 components: - - pos: 23.5,4.5 + - type: Transform + pos: 23.5,4.5 parent: 1 - type: Transform - uid: 2362 components: - - pos: 24.5,4.5 + - type: Transform + pos: 24.5,4.5 parent: 1 - type: Transform - uid: 2363 components: - - pos: 25.5,4.5 + - type: Transform + pos: 25.5,4.5 parent: 1 - type: Transform - uid: 2364 components: - - pos: 26.5,4.5 + - type: Transform + pos: 26.5,4.5 parent: 1 - type: Transform - uid: 2365 components: - - pos: 28.5,7.5 + - type: Transform + pos: 28.5,7.5 parent: 1 - type: Transform - uid: 2367 components: - - pos: 28.5,6.5 + - type: Transform + pos: 28.5,6.5 parent: 1 - type: Transform - uid: 2368 components: - - pos: -42.5,-78.5 + - type: Transform + pos: -42.5,-78.5 parent: 1 - type: Transform - uid: 2370 components: - - pos: 26.5,10.5 + - type: Transform + pos: 26.5,10.5 parent: 1 - type: Transform - uid: 2371 components: - - pos: 26.5,11.5 + - type: Transform + pos: 26.5,11.5 parent: 1 - type: Transform - uid: 2372 components: - - pos: 26.5,12.5 + - type: Transform + pos: 26.5,12.5 parent: 1 - type: Transform - uid: 2375 components: - - pos: 26.5,15.5 + - type: Transform + pos: 26.5,15.5 parent: 1 - type: Transform - uid: 2377 components: - - pos: 19.5,10.5 + - type: Transform + pos: 19.5,10.5 parent: 1 - type: Transform - uid: 2378 components: - - pos: 19.5,9.5 + - type: Transform + pos: 19.5,9.5 parent: 1 - type: Transform - uid: 2379 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 1 - type: Transform - uid: 2380 components: - - pos: 19.5,7.5 + - type: Transform + pos: 19.5,7.5 parent: 1 - type: Transform - uid: 2383 components: - - pos: 22.5,7.5 + - type: Transform + pos: 22.5,7.5 parent: 1 - type: Transform - uid: 2384 components: - - pos: 23.5,7.5 + - type: Transform + pos: 23.5,7.5 parent: 1 - type: Transform - uid: 2386 components: - - pos: 23.5,9.5 + - type: Transform + pos: 23.5,9.5 parent: 1 - type: Transform - uid: 2387 components: - - pos: 23.5,10.5 + - type: Transform + pos: 23.5,10.5 parent: 1 - type: Transform - uid: 2388 components: - - pos: 23.5,11.5 + - type: Transform + pos: 23.5,11.5 parent: 1 - type: Transform - uid: 2392 components: - - pos: 23.5,15.5 + - type: Transform + pos: 23.5,15.5 parent: 1 - type: Transform - uid: 2393 components: - - pos: 23.5,16.5 + - type: Transform + pos: 23.5,16.5 parent: 1 - type: Transform - uid: 2688 components: - - pos: -14.5,-63.5 + - type: Transform + pos: -14.5,-63.5 parent: 1 - type: Transform - uid: 2735 components: - - pos: -3.5,-48.5 + - type: Transform + pos: -3.5,-48.5 parent: 1 - type: Transform - uid: 2818 components: - - pos: 19.5,-62.5 + - type: Transform + pos: 19.5,-62.5 parent: 1 - type: Transform - uid: 2819 components: - - pos: 15.5,-62.5 + - type: Transform + pos: 15.5,-62.5 parent: 1 - type: Transform - uid: 2824 components: - - pos: 17.5,-63.5 + - type: Transform + pos: 17.5,-63.5 parent: 1 - type: Transform - uid: 2936 components: - - pos: 24.5,-52.5 + - type: Transform + pos: 24.5,-52.5 parent: 1 - type: Transform - uid: 2942 components: - - pos: 24.5,-53.5 + - type: Transform + pos: 24.5,-53.5 parent: 1 - type: Transform - uid: 2944 components: - - pos: 17.5,-64.5 + - type: Transform + pos: 17.5,-64.5 parent: 1 - type: Transform - uid: 2953 components: - - pos: 5.5,-62.5 + - type: Transform + pos: 5.5,-62.5 parent: 1 - type: Transform - uid: 2954 components: - - pos: 3.5,-62.5 + - type: Transform + pos: 3.5,-62.5 parent: 1 - type: Transform - uid: 2955 components: - - pos: 3.5,-64.5 + - type: Transform + pos: 3.5,-64.5 parent: 1 - type: Transform - uid: 2964 components: - - pos: -6.5,-62.5 + - type: Transform + pos: -6.5,-62.5 parent: 1 - type: Transform - uid: 2996 components: - - pos: -4.5,-63.5 + - type: Transform + pos: -4.5,-63.5 parent: 1 - type: Transform - uid: 3139 components: - - pos: -8.5,-62.5 + - type: Transform + pos: -8.5,-62.5 parent: 1 - type: Transform - uid: 3140 components: - - pos: -14.5,-72.5 + - type: Transform + pos: -14.5,-72.5 parent: 1 - type: Transform - uid: 3143 components: - - pos: -19.5,-54.5 - parent: 1 - type: Transform - - uid: 3144 - components: - - pos: -23.5,-51.5 + - type: Transform + pos: -19.5,-54.5 parent: 1 - type: Transform - uid: 3145 components: - - pos: -21.5,-52.5 - parent: 1 - type: Transform - - uid: 3146 - components: - - pos: -21.5,-51.5 + - type: Transform + pos: -21.5,-52.5 parent: 1 - type: Transform - uid: 3148 components: - - pos: -19.5,-52.5 + - type: Transform + pos: -19.5,-52.5 parent: 1 - type: Transform - uid: 3151 components: - - pos: -23.5,-54.5 + - type: Transform + pos: -23.5,-54.5 parent: 1 - type: Transform - uid: 3154 components: - - pos: -101.5,-30.5 + - type: Transform + pos: -101.5,-30.5 parent: 1 - type: Transform - uid: 3155 components: - - pos: -102.5,-31.5 + - type: Transform + pos: -102.5,-31.5 parent: 1 - type: Transform - uid: 3157 components: - - pos: -14.5,-62.5 + - type: Transform + pos: -14.5,-62.5 parent: 1 - type: Transform - uid: 3158 components: - - pos: -14.5,-66.5 + - type: Transform + pos: -14.5,-66.5 parent: 1 - type: Transform - uid: 3159 components: - - pos: -14.5,-68.5 + - type: Transform + pos: -14.5,-68.5 parent: 1 - type: Transform - uid: 3163 components: - - pos: -21.5,-54.5 - parent: 1 - type: Transform - - uid: 3165 - components: - - pos: -22.5,-51.5 + - type: Transform + pos: -21.5,-54.5 parent: 1 - type: Transform - uid: 3175 components: - - pos: -17.5,-48.5 + - type: Transform + pos: -17.5,-48.5 parent: 1 - type: Transform - uid: 3176 components: - - pos: -100.5,-29.5 + - type: Transform + pos: -100.5,-29.5 parent: 1 - type: Transform - uid: 3180 components: - - pos: -100.5,-30.5 + - type: Transform + pos: -100.5,-30.5 parent: 1 - type: Transform - uid: 3190 components: - - pos: -2.5,-48.5 + - type: Transform + pos: -2.5,-48.5 parent: 1 - type: Transform - uid: 3191 components: - - pos: -1.5,-48.5 + - type: Transform + pos: -1.5,-48.5 parent: 1 - type: Transform - uid: 3194 components: - - pos: -100.5,-28.5 + - type: Transform + pos: -100.5,-28.5 parent: 1 - type: Transform - uid: 3206 components: - - pos: -23.5,-57.5 + - type: Transform + pos: -23.5,-57.5 parent: 1 - type: Transform - uid: 3207 components: - - pos: -14.5,-61.5 + - type: Transform + pos: -14.5,-61.5 parent: 1 - type: Transform - uid: 3247 components: - - pos: -21.5,-60.5 + - type: Transform + pos: -21.5,-60.5 parent: 1 - type: Transform - uid: 3248 components: - - pos: -22.5,-60.5 + - type: Transform + pos: -22.5,-60.5 parent: 1 - type: Transform - uid: 3252 components: - - pos: -26.5,-60.5 + - type: Transform + pos: -26.5,-60.5 parent: 1 - type: Transform - uid: 3257 components: - - pos: -21.5,-65.5 + - type: Transform + pos: -21.5,-65.5 parent: 1 - type: Transform - uid: 3258 components: - - pos: -22.5,-65.5 + - type: Transform + pos: -22.5,-65.5 parent: 1 - type: Transform - uid: 3262 components: - - pos: -26.5,-65.5 + - type: Transform + pos: -26.5,-65.5 parent: 1 - type: Transform - uid: 3263 components: - - pos: -27.5,-60.5 + - type: Transform + pos: -27.5,-60.5 parent: 1 - type: Transform - uid: 3268 components: - - pos: -27.5,-65.5 + - type: Transform + pos: -27.5,-65.5 parent: 1 - type: Transform - uid: 3270 components: - - pos: -19.5,-61.5 + - type: Transform + pos: -19.5,-61.5 parent: 1 - type: Transform - uid: 3271 components: - - pos: -20.5,-61.5 + - type: Transform + pos: -20.5,-61.5 parent: 1 - type: Transform - uid: 3290 components: - - pos: -18.5,-67.5 + - type: Transform + pos: -18.5,-67.5 parent: 1 - type: Transform - uid: 3292 components: - - pos: -21.5,-67.5 + - type: Transform + pos: -21.5,-67.5 parent: 1 - type: Transform - uid: 3293 components: - - pos: -20.5,-67.5 + - type: Transform + pos: -20.5,-67.5 parent: 1 - type: Transform - uid: 3294 components: - - pos: -21.5,-68.5 + - type: Transform + pos: -21.5,-68.5 parent: 1 - type: Transform - uid: 3295 components: - - pos: -22.5,-68.5 + - type: Transform + pos: -22.5,-68.5 parent: 1 - type: Transform - uid: 3296 components: - - pos: -23.5,-68.5 + - type: Transform + pos: -23.5,-68.5 parent: 1 - type: Transform - uid: 3297 components: - - pos: -24.5,-68.5 + - type: Transform + pos: -24.5,-68.5 parent: 1 - type: Transform - uid: 3298 components: - - pos: -25.5,-68.5 + - type: Transform + pos: -25.5,-68.5 parent: 1 - type: Transform - uid: 3299 components: - - pos: -26.5,-68.5 + - type: Transform + pos: -26.5,-68.5 parent: 1 - type: Transform - uid: 3300 components: - - pos: -27.5,-68.5 + - type: Transform + pos: -27.5,-68.5 parent: 1 - type: Transform - uid: 3303 components: - - pos: -30.5,-68.5 + - type: Transform + pos: -30.5,-68.5 parent: 1 - type: Transform - uid: 3304 components: - - pos: -65.5,-54.5 + - type: Transform + pos: -65.5,-54.5 parent: 1 - type: Transform - uid: 3305 components: - - pos: -66.5,-54.5 + - type: Transform + pos: -66.5,-54.5 parent: 1 - type: Transform - uid: 3306 components: - - pos: -30.5,-65.5 + - type: Transform + pos: -30.5,-65.5 parent: 1 - type: Transform - uid: 3307 components: - - pos: -30.5,-64.5 + - type: Transform + pos: -30.5,-64.5 parent: 1 - type: Transform - uid: 3308 components: - - pos: -30.5,-63.5 + - type: Transform + pos: -30.5,-63.5 parent: 1 - type: Transform - uid: 3309 components: - - pos: -30.5,-62.5 + - type: Transform + pos: -30.5,-62.5 parent: 1 - type: Transform - uid: 3310 components: - - pos: -30.5,-61.5 + - type: Transform + pos: -30.5,-61.5 parent: 1 - type: Transform - uid: 3311 components: - - pos: -30.5,-60.5 + - type: Transform + pos: -30.5,-60.5 parent: 1 - type: Transform - uid: 3312 components: - - pos: -30.5,-59.5 + - type: Transform + pos: -30.5,-59.5 parent: 1 - type: Transform - uid: 3313 components: - - pos: -30.5,-58.5 + - type: Transform + pos: -30.5,-58.5 parent: 1 - type: Transform - uid: 3315 components: - - pos: -29.5,-57.5 + - type: Transform + pos: -29.5,-57.5 parent: 1 - type: Transform - uid: 3316 components: - - pos: -28.5,-57.5 + - type: Transform + pos: -28.5,-57.5 parent: 1 - type: Transform - uid: 3317 components: - - pos: -27.5,-57.5 + - type: Transform + pos: -27.5,-57.5 parent: 1 - type: Transform - uid: 3318 components: - - pos: -26.5,-57.5 + - type: Transform + pos: -26.5,-57.5 parent: 1 - type: Transform - uid: 3322 components: - - pos: -22.5,-57.5 + - type: Transform + pos: -22.5,-57.5 parent: 1 - type: Transform - uid: 3323 components: - - pos: -21.5,-57.5 + - type: Transform + pos: -21.5,-57.5 parent: 1 - type: Transform - uid: 3324 components: - - pos: -20.5,-57.5 + - type: Transform + pos: -20.5,-57.5 parent: 1 - type: Transform - uid: 3325 components: - - pos: -19.5,-57.5 + - type: Transform + pos: -19.5,-57.5 parent: 1 - type: Transform - uid: 3330 components: - - pos: -20.5,-52.5 + - type: Transform + pos: -20.5,-52.5 parent: 1 - type: Transform - uid: 3333 components: - - pos: -14.5,-49.5 + - type: Transform + pos: -14.5,-49.5 parent: 1 - type: Transform - uid: 3357 components: - - pos: -14.5,-50.5 + - type: Transform + pos: -14.5,-50.5 parent: 1 - type: Transform - uid: 3361 components: - - pos: -23.5,-52.5 + - type: Transform + pos: -23.5,-52.5 parent: 1 - type: Transform - uid: 3363 components: - - pos: -14.5,-57.5 + - type: Transform + pos: -14.5,-57.5 parent: 1 - type: Transform - uid: 3364 components: - - pos: -24.5,-57.5 + - type: Transform + pos: -24.5,-57.5 parent: 1 - type: Transform - uid: 3367 components: - - pos: -14.5,-54.5 + - type: Transform + pos: -14.5,-54.5 parent: 1 - type: Transform - uid: 3368 components: - - pos: -14.5,-69.5 + - type: Transform + pos: -14.5,-69.5 parent: 1 - type: Transform - uid: 3372 components: - - pos: -18.5,-53.5 + - type: Transform + pos: -18.5,-53.5 parent: 1 - type: Transform - uid: 3373 components: - - pos: -18.5,-52.5 + - type: Transform + pos: -18.5,-52.5 parent: 1 - type: Transform - uid: 3374 components: - - pos: -22.5,-54.5 + - type: Transform + pos: -22.5,-54.5 parent: 1 - type: Transform - uid: 3391 components: - - pos: -109.5,-18.5 + - type: Transform + pos: -109.5,-18.5 parent: 1 - type: Transform - uid: 3392 components: - - pos: -113.5,-18.5 + - type: Transform + pos: -113.5,-18.5 parent: 1 - type: Transform - uid: 3394 components: - - pos: -112.5,-18.5 + - type: Transform + pos: -112.5,-18.5 parent: 1 - type: Transform - uid: 3405 components: - - pos: -98.5,-75.5 + - type: Transform + pos: -98.5,-75.5 parent: 1 - type: Transform - uid: 3411 components: - - pos: -111.5,-18.5 + - type: Transform + pos: -111.5,-18.5 parent: 1 - type: Transform - uid: 3428 components: - - pos: -14.5,-52.5 + - type: Transform + pos: -14.5,-52.5 parent: 1 - type: Transform - uid: 3429 components: - - pos: -14.5,-53.5 + - type: Transform + pos: -14.5,-53.5 parent: 1 - type: Transform - uid: 3436 components: - - pos: -17.5,-72.5 + - type: Transform + pos: -17.5,-72.5 parent: 1 - type: Transform - uid: 3439 components: - - pos: -19.5,-71.5 + - type: Transform + pos: -19.5,-71.5 parent: 1 - type: Transform - uid: 3440 components: - - pos: -20.5,-71.5 + - type: Transform + pos: -20.5,-71.5 parent: 1 - type: Transform - uid: 3442 components: - - pos: -22.5,-71.5 + - type: Transform + pos: -22.5,-71.5 parent: 1 - type: Transform - uid: 3443 components: - - pos: -23.5,-71.5 + - type: Transform + pos: -23.5,-71.5 parent: 1 - type: Transform - uid: 3444 components: - - pos: -24.5,-71.5 + - type: Transform + pos: -24.5,-71.5 parent: 1 - type: Transform - uid: 3446 components: - - pos: -26.5,-71.5 + - type: Transform + pos: -26.5,-71.5 parent: 1 - type: Transform - uid: 3447 components: - - pos: -27.5,-71.5 + - type: Transform + pos: -27.5,-71.5 parent: 1 - type: Transform - uid: 3450 components: - - pos: -30.5,-71.5 + - type: Transform + pos: -30.5,-71.5 parent: 1 - type: Transform - uid: 3451 components: - - pos: -59.5,-82.5 + - type: Transform + pos: -59.5,-82.5 parent: 1 - type: Transform - uid: 3452 components: - - pos: -37.5,-72.5 + - type: Transform + pos: -37.5,-72.5 parent: 1 - type: Transform - uid: 3454 components: - - pos: -33.5,-70.5 + - type: Transform + pos: -33.5,-70.5 parent: 1 - type: Transform - uid: 3455 components: - - pos: -33.5,-70.5 + - type: Transform + pos: -33.5,-70.5 parent: 1 - type: Transform - uid: 3456 components: - - pos: -33.5,-69.5 + - type: Transform + pos: -33.5,-69.5 parent: 1 - type: Transform - uid: 3457 components: - - pos: -33.5,-68.5 + - type: Transform + pos: -33.5,-68.5 parent: 1 - type: Transform - uid: 3462 components: - - pos: -33.5,-63.5 + - type: Transform + pos: -33.5,-63.5 parent: 1 - type: Transform - uid: 3463 components: - - pos: -33.5,-62.5 + - type: Transform + pos: -33.5,-62.5 parent: 1 - type: Transform - uid: 3464 components: - - pos: -33.5,-61.5 + - type: Transform + pos: -33.5,-61.5 parent: 1 - type: Transform - uid: 3465 components: - - pos: -33.5,-60.5 + - type: Transform + pos: -33.5,-60.5 parent: 1 - type: Transform - uid: 3466 components: - - pos: -33.5,-59.5 + - type: Transform + pos: -33.5,-59.5 parent: 1 - type: Transform - uid: 3467 components: - - pos: -33.5,-58.5 + - type: Transform + pos: -33.5,-58.5 parent: 1 - type: Transform - uid: 3468 components: - - pos: -33.5,-57.5 + - type: Transform + pos: -33.5,-57.5 parent: 1 - type: Transform - uid: 3471 components: - - pos: -21.5,-42.5 + - type: Transform + pos: -21.5,-42.5 parent: 1 - type: Transform - uid: 3472 components: - - pos: -21.5,-46.5 + - type: Transform + pos: -21.5,-46.5 parent: 1 - type: Transform - uid: 3480 components: - - pos: -25.5,0.5 + - type: Transform + pos: -25.5,0.5 parent: 1 - type: Transform - uid: 3481 components: - - pos: -25.5,1.5 + - type: Transform + pos: -25.5,1.5 parent: 1 - type: Transform - uid: 3487 components: - - pos: -25.5,7.5 + - type: Transform + pos: -25.5,7.5 parent: 1 - type: Transform - uid: 3507 components: - - pos: -114.5,-18.5 + - type: Transform + pos: -114.5,-18.5 parent: 1 - type: Transform - uid: 3511 components: - - pos: -107.5,-18.5 + - type: Transform + pos: -107.5,-18.5 parent: 1 - type: Transform - uid: 3512 components: - - pos: -108.5,-18.5 + - type: Transform + pos: -108.5,-18.5 parent: 1 - type: Transform - uid: 3513 components: - - pos: -110.5,-18.5 + - type: Transform + pos: -110.5,-18.5 parent: 1 - type: Transform - uid: 3523 components: - - pos: -19.5,-60.5 + - type: Transform + pos: -19.5,-60.5 parent: 1 - type: Transform - uid: 3524 components: - - pos: -19.5,-59.5 + - type: Transform + pos: -19.5,-59.5 parent: 1 - type: Transform - uid: 3525 components: - - pos: -19.5,-58.5 + - type: Transform + pos: -19.5,-58.5 parent: 1 - type: Transform - uid: 3527 components: - - pos: -45.5,-22.5 + - type: Transform + pos: -45.5,-22.5 parent: 1 - type: Transform - uid: 3528 components: - - pos: -45.5,-19.5 + - type: Transform + pos: -45.5,-19.5 parent: 1 - type: Transform - uid: 3529 components: - - pos: -42.5,-22.5 + - type: Transform + pos: -42.5,-22.5 parent: 1 - type: Transform - uid: 3530 components: - - pos: -50.5,-19.5 + - type: Transform + pos: -50.5,-19.5 parent: 1 - type: Transform - uid: 3531 components: - - pos: -50.5,-22.5 + - type: Transform + pos: -50.5,-22.5 parent: 1 - type: Transform - uid: 3532 components: - - pos: -42.5,-25.5 + - type: Transform + pos: -42.5,-25.5 parent: 1 - type: Transform - uid: 3533 components: - - pos: -45.5,-25.5 + - type: Transform + pos: -45.5,-25.5 parent: 1 - type: Transform - uid: 3538 components: - - pos: -50.5,-25.5 + - type: Transform + pos: -50.5,-25.5 parent: 1 - type: Transform - uid: 3556 components: - - pos: -39.5,-33.5 + - type: Transform + pos: -39.5,-33.5 parent: 1 - type: Transform - uid: 3560 components: - - pos: -38.5,-33.5 + - type: Transform + pos: -38.5,-33.5 parent: 1 - type: Transform - uid: 3572 components: - - pos: -51.5,-19.5 + - type: Transform + pos: -51.5,-19.5 parent: 1 - type: Transform - uid: 3573 components: - - pos: -51.5,-16.5 + - type: Transform + pos: -51.5,-16.5 parent: 1 - type: Transform - uid: 3574 components: - - pos: -56.5,-16.5 + - type: Transform + pos: -56.5,-16.5 parent: 1 - type: Transform - uid: 3575 components: - - pos: -56.5,-17.5 + - type: Transform + pos: -56.5,-17.5 parent: 1 - type: Transform - uid: 3576 components: - - pos: -56.5,-18.5 + - type: Transform + pos: -56.5,-18.5 parent: 1 - type: Transform - uid: 3577 components: - - pos: -56.5,-19.5 + - type: Transform + pos: -56.5,-19.5 parent: 1 - type: Transform - uid: 3578 components: - - pos: -56.5,-20.5 + - type: Transform + pos: -56.5,-20.5 parent: 1 - type: Transform - uid: 3579 components: - - pos: -56.5,-21.5 + - type: Transform + pos: -56.5,-21.5 parent: 1 - type: Transform - uid: 3580 components: - - pos: -56.5,-22.5 + - type: Transform + pos: -56.5,-22.5 parent: 1 - type: Transform - uid: 3583 components: - - pos: -54.5,-23.5 + - type: Transform + pos: -54.5,-23.5 parent: 1 - type: Transform - uid: 3584 components: - - pos: -54.5,-24.5 + - type: Transform + pos: -54.5,-24.5 parent: 1 - type: Transform - uid: 3585 components: - - pos: -54.5,-25.5 + - type: Transform + pos: -54.5,-25.5 parent: 1 - type: Transform - uid: 3592 components: - - pos: -42.5,-26.5 + - type: Transform + pos: -42.5,-26.5 parent: 1 - type: Transform - uid: 3594 components: - - pos: -42.5,-27.5 + - type: Transform + pos: -42.5,-27.5 parent: 1 - type: Transform - uid: 3596 components: - - pos: -42.5,-29.5 + - type: Transform + pos: -42.5,-29.5 parent: 1 - type: Transform - uid: 3597 components: - - pos: -42.5,-30.5 + - type: Transform + pos: -42.5,-30.5 parent: 1 - type: Transform - uid: 3599 components: - - pos: -42.5,-32.5 + - type: Transform + pos: -42.5,-32.5 parent: 1 - type: Transform - uid: 3600 components: - - pos: -42.5,-33.5 + - type: Transform + pos: -42.5,-33.5 parent: 1 - type: Transform - uid: 3642 components: - - pos: -50.5,11.5 + - type: Transform + pos: -50.5,11.5 parent: 1 - type: Transform - uid: 3643 components: - - pos: -53.5,13.5 + - type: Transform + pos: -53.5,13.5 parent: 1 - type: Transform - uid: 3644 components: - - pos: -53.5,12.5 + - type: Transform + pos: -53.5,12.5 parent: 1 - type: Transform - uid: 3645 components: - - pos: -53.5,11.5 + - type: Transform + pos: -53.5,11.5 parent: 1 - type: Transform - uid: 3647 components: - - pos: -53.5,14.5 + - type: Transform + pos: -53.5,14.5 parent: 1 - type: Transform - uid: 3648 components: - - pos: -53.5,14.5 + - type: Transform + pos: -53.5,14.5 parent: 1 - type: Transform - uid: 3649 components: - - pos: -52.5,14.5 + - type: Transform + pos: -52.5,14.5 parent: 1 - type: Transform - uid: 3650 components: - - pos: -51.5,14.5 + - type: Transform + pos: -51.5,14.5 parent: 1 - type: Transform - uid: 3651 components: - - pos: -50.5,14.5 + - type: Transform + pos: -50.5,14.5 parent: 1 - type: Transform - uid: 3652 components: - - pos: -49.5,14.5 + - type: Transform + pos: -49.5,14.5 parent: 1 - type: Transform - uid: 3653 components: - - pos: -51.5,15.5 + - type: Transform + pos: -51.5,15.5 parent: 1 - type: Transform - uid: 3654 components: - - pos: -51.5,16.5 + - type: Transform + pos: -51.5,16.5 parent: 1 - type: Transform - uid: 3655 components: - - pos: -51.5,17.5 + - type: Transform + pos: -51.5,17.5 parent: 1 - type: Transform - uid: 3656 components: - - pos: -51.5,18.5 + - type: Transform + pos: -51.5,18.5 parent: 1 - type: Transform - uid: 3657 components: - - pos: -63.5,18.5 + - type: Transform + pos: -63.5,18.5 parent: 1 - type: Transform - uid: 3688 components: - - pos: -48.5,22.5 + - type: Transform + pos: -48.5,22.5 parent: 1 - type: Transform - uid: 3689 components: - - pos: -59.5,24.5 + - type: Transform + pos: -59.5,24.5 parent: 1 - type: Transform - uid: 3723 components: - - pos: -54.5,22.5 + - type: Transform + pos: -54.5,22.5 parent: 1 - type: Transform - uid: 3729 components: - - pos: -46.5,-50.5 + - type: Transform + pos: -46.5,-50.5 parent: 1 - type: Transform - uid: 3749 components: - - pos: -63.5,24.5 + - type: Transform + pos: -63.5,24.5 parent: 1 - type: Transform - uid: 3776 components: - - pos: -68.5,24.5 + - type: Transform + pos: -68.5,24.5 parent: 1 - type: Transform - uid: 3778 components: - - pos: -64.5,18.5 + - type: Transform + pos: -64.5,18.5 parent: 1 - type: Transform - uid: 3779 components: - - pos: -66.5,18.5 + - type: Transform + pos: -66.5,18.5 parent: 1 - type: Transform - uid: 3780 components: - - pos: -68.5,18.5 + - type: Transform + pos: -68.5,18.5 parent: 1 - type: Transform - uid: 3782 components: - - pos: -70.5,20.5 + - type: Transform + pos: -70.5,20.5 parent: 1 - type: Transform - uid: 3783 components: - - pos: -66.5,16.5 + - type: Transform + pos: -66.5,16.5 parent: 1 - type: Transform - uid: 3784 components: - - pos: -69.5,19.5 + - type: Transform + pos: -69.5,19.5 parent: 1 - type: Transform - uid: 3785 components: - - pos: -68.5,19.5 + - type: Transform + pos: -68.5,19.5 parent: 1 - type: Transform - uid: 3787 components: - - pos: -66.5,17.5 + - type: Transform + pos: -66.5,17.5 parent: 1 - type: Transform - uid: 3789 components: - - pos: -70.5,23.5 + - type: Transform + pos: -70.5,23.5 parent: 1 - type: Transform - uid: 3790 components: - - pos: -70.5,19.5 + - type: Transform + pos: -70.5,19.5 parent: 1 - type: Transform - uid: 3791 components: - - pos: -66.5,15.5 + - type: Transform + pos: -66.5,15.5 parent: 1 - type: Transform - uid: 3792 components: - - pos: -66.5,14.5 + - type: Transform + pos: -66.5,14.5 parent: 1 - type: Transform - uid: 3793 components: - - pos: -66.5,13.5 + - type: Transform + pos: -66.5,13.5 parent: 1 - type: Transform - uid: 3794 components: - - pos: -66.5,12.5 + - type: Transform + pos: -66.5,12.5 parent: 1 - type: Transform - uid: 3795 components: - - pos: -66.5,11.5 + - type: Transform + pos: -66.5,11.5 parent: 1 - type: Transform - uid: 3796 components: - - pos: -71.5,19.5 + - type: Transform + pos: -71.5,19.5 parent: 1 - type: Transform - uid: 3797 components: - - pos: -71.5,18.5 + - type: Transform + pos: -71.5,18.5 parent: 1 - type: Transform - uid: 3798 components: - - pos: -71.5,17.5 + - type: Transform + pos: -71.5,17.5 parent: 1 - type: Transform - uid: 3799 components: - - pos: -71.5,16.5 + - type: Transform + pos: -71.5,16.5 parent: 1 - type: Transform - uid: 3800 components: - - pos: -71.5,15.5 + - type: Transform + pos: -71.5,15.5 parent: 1 - type: Transform - uid: 3801 components: - - pos: -71.5,14.5 + - type: Transform + pos: -71.5,14.5 parent: 1 - type: Transform - uid: 3802 components: - - pos: -70.5,14.5 + - type: Transform + pos: -70.5,14.5 parent: 1 - type: Transform - uid: 3804 components: - - pos: -68.5,14.5 + - type: Transform + pos: -68.5,14.5 parent: 1 - type: Transform - uid: 3805 components: - - pos: -67.5,14.5 + - type: Transform + pos: -67.5,14.5 parent: 1 - type: Transform - uid: 3820 components: - - pos: -54.5,-22.5 + - type: Transform + pos: -54.5,-22.5 parent: 1 - type: Transform - uid: 3828 components: - - pos: -57.5,-22.5 + - type: Transform + pos: -57.5,-22.5 parent: 1 - type: Transform - uid: 3829 components: - - pos: -58.5,-22.5 + - type: Transform + pos: -58.5,-22.5 parent: 1 - type: Transform - uid: 3830 components: - - pos: -58.5,-22.5 + - type: Transform + pos: -58.5,-22.5 parent: 1 - type: Transform - uid: 3831 components: - - pos: -58.5,-23.5 + - type: Transform + pos: -58.5,-23.5 parent: 1 - type: Transform - uid: 3832 components: - - pos: -58.5,-24.5 + - type: Transform + pos: -58.5,-24.5 parent: 1 - type: Transform - uid: 3833 components: - - pos: -58.5,-25.5 + - type: Transform + pos: -58.5,-25.5 parent: 1 - type: Transform - uid: 3834 components: - - pos: -58.5,-26.5 + - type: Transform + pos: -58.5,-26.5 parent: 1 - type: Transform - uid: 3835 components: - - pos: -57.5,-26.5 + - type: Transform + pos: -57.5,-26.5 parent: 1 - type: Transform - uid: 3836 components: - - pos: -56.5,-26.5 + - type: Transform + pos: -56.5,-26.5 parent: 1 - type: Transform - uid: 3837 components: - - pos: -55.5,-26.5 + - type: Transform + pos: -55.5,-26.5 parent: 1 - type: Transform - uid: 3838 components: - - pos: -54.5,-26.5 + - type: Transform + pos: -54.5,-26.5 parent: 1 - type: Transform - uid: 3845 components: - - pos: -50.5,-29.5 + - type: Transform + pos: -50.5,-29.5 parent: 1 - type: Transform - uid: 3846 components: - - pos: -50.5,-30.5 + - type: Transform + pos: -50.5,-30.5 parent: 1 - type: Transform - uid: 3847 components: - - pos: -45.5,-29.5 + - type: Transform + pos: -45.5,-29.5 parent: 1 - type: Transform - uid: 3848 components: - - pos: -45.5,-30.5 + - type: Transform + pos: -45.5,-30.5 parent: 1 - type: Transform - uid: 3849 components: - - pos: -50.5,-33.5 + - type: Transform + pos: -50.5,-33.5 parent: 1 - type: Transform - uid: 3854 components: - - pos: -45.5,-33.5 + - type: Transform + pos: -45.5,-33.5 parent: 1 - type: Transform - uid: 3857 components: - - pos: -50.5,-34.5 + - type: Transform + pos: -50.5,-34.5 parent: 1 - type: Transform - uid: 3861 components: - - pos: -45.5,-34.5 + - type: Transform + pos: -45.5,-34.5 parent: 1 - type: Transform - uid: 3865 components: - - pos: -42.5,-37.5 + - type: Transform + pos: -42.5,-37.5 parent: 1 - type: Transform - uid: 3866 components: - - pos: -42.5,-38.5 + - type: Transform + pos: -42.5,-38.5 parent: 1 - type: Transform - uid: 3867 components: - - pos: -42.5,-39.5 + - type: Transform + pos: -42.5,-39.5 parent: 1 - type: Transform - uid: 3868 components: - - pos: -42.5,-40.5 + - type: Transform + pos: -42.5,-40.5 parent: 1 - type: Transform - uid: 3869 components: - - pos: -42.5,-41.5 + - type: Transform + pos: -42.5,-41.5 parent: 1 - type: Transform - uid: 3870 components: - - pos: -42.5,-42.5 + - type: Transform + pos: -42.5,-42.5 parent: 1 - type: Transform - uid: 3871 components: - - pos: -42.5,-43.5 + - type: Transform + pos: -42.5,-43.5 parent: 1 - type: Transform - uid: 3872 components: - - pos: -42.5,-44.5 + - type: Transform + pos: -42.5,-44.5 parent: 1 - type: Transform - uid: 3873 components: - - pos: -42.5,-45.5 + - type: Transform + pos: -42.5,-45.5 parent: 1 - type: Transform - uid: 3874 components: - - pos: -45.5,-37.5 + - type: Transform + pos: -45.5,-37.5 parent: 1 - type: Transform - uid: 3875 components: - - pos: -45.5,-38.5 + - type: Transform + pos: -45.5,-38.5 parent: 1 - type: Transform - uid: 3876 components: - - pos: -45.5,-39.5 + - type: Transform + pos: -45.5,-39.5 parent: 1 - type: Transform - uid: 3877 components: - - pos: -48.5,-38.5 + - type: Transform + pos: -48.5,-38.5 parent: 1 - type: Transform - uid: 3878 components: - - pos: -48.5,-37.5 + - type: Transform + pos: -48.5,-37.5 parent: 1 - type: Transform - uid: 3879 components: - - pos: -48.5,-39.5 + - type: Transform + pos: -48.5,-39.5 parent: 1 - type: Transform - uid: 3880 components: - - pos: -51.5,-37.5 + - type: Transform + pos: -51.5,-37.5 parent: 1 - type: Transform - uid: 3881 components: - - pos: -51.5,-38.5 + - type: Transform + pos: -51.5,-38.5 parent: 1 - type: Transform - uid: 3882 components: - - pos: -51.5,-39.5 + - type: Transform + pos: -51.5,-39.5 parent: 1 - type: Transform - uid: 3883 components: - - pos: -51.5,-40.5 + - type: Transform + pos: -51.5,-40.5 parent: 1 - type: Transform - uid: 3884 components: - - pos: -50.5,-40.5 + - type: Transform + pos: -50.5,-40.5 parent: 1 - type: Transform - uid: 3885 components: - - pos: -49.5,-40.5 + - type: Transform + pos: -49.5,-40.5 parent: 1 - type: Transform - uid: 3886 components: - - pos: -48.5,-40.5 + - type: Transform + pos: -48.5,-40.5 parent: 1 - type: Transform - uid: 3887 components: - - pos: -47.5,-40.5 + - type: Transform + pos: -47.5,-40.5 parent: 1 - type: Transform - uid: 3888 components: - - pos: -46.5,-40.5 + - type: Transform + pos: -46.5,-40.5 parent: 1 - type: Transform - uid: 3889 components: - - pos: -45.5,-40.5 + - type: Transform + pos: -45.5,-40.5 parent: 1 - type: Transform - uid: 3890 components: - - pos: -44.5,-40.5 + - type: Transform + pos: -44.5,-40.5 parent: 1 - type: Transform - uid: 3891 components: - - pos: -43.5,-40.5 + - type: Transform + pos: -43.5,-40.5 parent: 1 - type: Transform - uid: 3892 components: - - pos: -57.5,-27.5 + - type: Transform + pos: -57.5,-27.5 parent: 1 - type: Transform - uid: 3893 components: - - pos: -57.5,-28.5 + - type: Transform + pos: -57.5,-28.5 parent: 1 - type: Transform - uid: 3894 components: - - pos: -57.5,-29.5 + - type: Transform + pos: -57.5,-29.5 parent: 1 - type: Transform - uid: 3895 components: - - pos: -57.5,-30.5 + - type: Transform + pos: -57.5,-30.5 parent: 1 - type: Transform - uid: 3896 components: - - pos: -57.5,-31.5 + - type: Transform + pos: -57.5,-31.5 parent: 1 - type: Transform - uid: 3897 components: - - pos: -56.5,-31.5 + - type: Transform + pos: -56.5,-31.5 parent: 1 - type: Transform - uid: 3898 components: - - pos: -55.5,-31.5 + - type: Transform + pos: -55.5,-31.5 parent: 1 - type: Transform - uid: 3899 components: - - pos: -54.5,-31.5 + - type: Transform + pos: -54.5,-31.5 parent: 1 - type: Transform - uid: 3900 components: - - pos: -42.5,-46.5 + - type: Transform + pos: -42.5,-46.5 parent: 1 - type: Transform - uid: 3901 components: - - pos: -42.5,-46.5 + - type: Transform + pos: -42.5,-46.5 parent: 1 - type: Transform - uid: 3907 components: - - pos: -48.5,-46.5 + - type: Transform + pos: -48.5,-46.5 parent: 1 - type: Transform - uid: 3909 components: - - pos: -50.5,-46.5 + - type: Transform + pos: -50.5,-46.5 parent: 1 - type: Transform - uid: 3910 components: - - pos: -51.5,-46.5 + - type: Transform + pos: -51.5,-46.5 parent: 1 - type: Transform - uid: 3925 components: - - pos: -51.5,-34.5 + - type: Transform + pos: -51.5,-34.5 parent: 1 - type: Transform - uid: 3929 components: - - pos: -41.5,-33.5 + - type: Transform + pos: -41.5,-33.5 parent: 1 - type: Transform - uid: 3977 components: - - pos: -54.5,-35.5 + - type: Transform + pos: -54.5,-35.5 parent: 1 - type: Transform - uid: 3978 components: - - pos: -54.5,-36.5 + - type: Transform + pos: -54.5,-36.5 parent: 1 - type: Transform - uid: 3979 components: - - pos: -54.5,-38.5 + - type: Transform + pos: -54.5,-38.5 parent: 1 - type: Transform - uid: 3980 components: - - pos: -54.5,-39.5 + - type: Transform + pos: -54.5,-39.5 parent: 1 - type: Transform - uid: 3981 components: - - pos: -55.5,-39.5 + - type: Transform + pos: -55.5,-39.5 parent: 1 - type: Transform - uid: 3982 components: - - pos: -56.5,-39.5 + - type: Transform + pos: -56.5,-39.5 parent: 1 - type: Transform - uid: 3983 components: - - pos: -57.5,-39.5 + - type: Transform + pos: -57.5,-39.5 parent: 1 - type: Transform - uid: 3984 components: - - pos: -58.5,-39.5 + - type: Transform + pos: -58.5,-39.5 parent: 1 - type: Transform - uid: 3986 components: - - pos: -58.5,-31.5 + - type: Transform + pos: -58.5,-31.5 parent: 1 - type: Transform - uid: 3987 components: - - pos: -58.5,-32.5 + - type: Transform + pos: -58.5,-32.5 parent: 1 - type: Transform - uid: 3988 components: - - pos: -58.5,-33.5 + - type: Transform + pos: -58.5,-33.5 parent: 1 - type: Transform - uid: 3989 components: - - pos: -58.5,-34.5 + - type: Transform + pos: -58.5,-34.5 parent: 1 - type: Transform - uid: 3990 components: - - pos: -58.5,-35.5 + - type: Transform + pos: -58.5,-35.5 parent: 1 - type: Transform - uid: 3991 components: - - pos: -58.5,-36.5 + - type: Transform + pos: -58.5,-36.5 parent: 1 - type: Transform - uid: 3993 components: - - pos: -58.5,-38.5 + - type: Transform + pos: -58.5,-38.5 parent: 1 - type: Transform - uid: 4010 components: - - pos: -43.5,-46.5 + - type: Transform + pos: -43.5,-46.5 parent: 1 - type: Transform - uid: 4011 components: - - pos: -43.5,-47.5 + - type: Transform + pos: -43.5,-47.5 parent: 1 - type: Transform - uid: 4012 components: - - pos: -43.5,-48.5 + - type: Transform + pos: -43.5,-48.5 parent: 1 - type: Transform - uid: 4013 components: - - pos: -43.5,-49.5 + - type: Transform + pos: -43.5,-49.5 parent: 1 - type: Transform - uid: 4014 components: - - pos: -44.5,-49.5 + - type: Transform + pos: -44.5,-49.5 parent: 1 - type: Transform - uid: 4015 components: - - pos: -45.5,-49.5 + - type: Transform + pos: -45.5,-49.5 parent: 1 - type: Transform - uid: 4016 components: - - pos: -46.5,-49.5 + - type: Transform + pos: -46.5,-49.5 parent: 1 - type: Transform - uid: 4017 components: - - pos: -46.5,-48.5 + - type: Transform + pos: -46.5,-48.5 parent: 1 - type: Transform - uid: 4018 components: - - pos: -46.5,-47.5 + - type: Transform + pos: -46.5,-47.5 parent: 1 - type: Transform - uid: 4019 components: - - pos: -46.5,-46.5 + - type: Transform + pos: -46.5,-46.5 parent: 1 - type: Transform - uid: 4020 components: - - pos: -47.5,-46.5 + - type: Transform + pos: -47.5,-46.5 parent: 1 - type: Transform - uid: 4025 components: - - pos: -59.5,-57.5 + - type: Transform + pos: -59.5,-57.5 parent: 1 - type: Transform - uid: 4045 components: - - pos: -46.5,-50.5 + - type: Transform + pos: -46.5,-50.5 parent: 1 - type: Transform - uid: 4046 components: - - pos: -46.5,-51.5 + - type: Transform + pos: -46.5,-51.5 parent: 1 - type: Transform - uid: 4047 components: - - pos: -46.5,-52.5 + - type: Transform + pos: -46.5,-52.5 parent: 1 - type: Transform - uid: 4048 components: - - pos: -47.5,-52.5 + - type: Transform + pos: -47.5,-52.5 parent: 1 - type: Transform - uid: 4051 components: - - pos: -50.5,-52.5 + - type: Transform + pos: -50.5,-52.5 parent: 1 - type: Transform - uid: 4052 components: - - pos: -51.5,-52.5 + - type: Transform + pos: -51.5,-52.5 parent: 1 - type: Transform - uid: 4053 components: - - pos: -51.5,-51.5 + - type: Transform + pos: -51.5,-51.5 parent: 1 - type: Transform - uid: 4054 components: - - pos: -51.5,-50.5 + - type: Transform + pos: -51.5,-50.5 parent: 1 - type: Transform - uid: 4055 components: - - pos: -51.5,-49.5 + - type: Transform + pos: -51.5,-49.5 parent: 1 - type: Transform - uid: 4056 components: - - pos: -51.5,-48.5 + - type: Transform + pos: -51.5,-48.5 parent: 1 - type: Transform - uid: 4057 components: - - pos: -51.5,-47.5 + - type: Transform + pos: -51.5,-47.5 parent: 1 - type: Transform - uid: 4061 components: - - pos: -40.5,-29.5 + - type: Transform + pos: -40.5,-29.5 parent: 1 - type: Transform - uid: 4063 components: - - pos: -39.5,-29.5 + - type: Transform + pos: -39.5,-29.5 parent: 1 - type: Transform - uid: 4064 components: - - pos: -40.5,-33.5 + - type: Transform + pos: -40.5,-33.5 parent: 1 - type: Transform - uid: 4065 components: - - pos: -38.5,-32.5 + - type: Transform + pos: -38.5,-32.5 parent: 1 - type: Transform - uid: 4067 components: - - pos: -38.5,-30.5 + - type: Transform + pos: -38.5,-30.5 parent: 1 - type: Transform - uid: 4070 components: - - pos: -41.5,-29.5 + - type: Transform + pos: -41.5,-29.5 parent: 1 - type: Transform - uid: 4072 components: - - pos: -34.5,-37.5 + - type: Transform + pos: -34.5,-37.5 parent: 1 - type: Transform - uid: 4073 components: - - pos: -33.5,-37.5 + - type: Transform + pos: -33.5,-37.5 parent: 1 - type: Transform - uid: 4075 components: - - pos: -38.5,-29.5 + - type: Transform + pos: -38.5,-29.5 parent: 1 - type: Transform - uid: 4079 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 1 - type: Transform - uid: 4080 components: - - pos: -31.5,-37.5 + - type: Transform + pos: -31.5,-37.5 parent: 1 - type: Transform - uid: 4082 components: - - pos: -35.5,-31.5 + - type: Transform + pos: -35.5,-31.5 parent: 1 - type: Transform - uid: 4083 components: - - pos: -35.5,-32.5 + - type: Transform + pos: -35.5,-32.5 parent: 1 - type: Transform - uid: 4084 components: - - pos: -35.5,-33.5 + - type: Transform + pos: -35.5,-33.5 parent: 1 - type: Transform - uid: 4085 components: - - pos: -35.5,-34.5 + - type: Transform + pos: -35.5,-34.5 parent: 1 - type: Transform - uid: 4086 components: - - pos: -35.5,-35.5 + - type: Transform + pos: -35.5,-35.5 parent: 1 - type: Transform - uid: 4087 components: - - pos: -35.5,-37.5 + - type: Transform + pos: -35.5,-37.5 parent: 1 - type: Transform - uid: 4088 components: - - pos: -35.5,-36.5 + - type: Transform + pos: -35.5,-36.5 parent: 1 - type: Transform - uid: 4091 components: - - pos: -39.5,-37.5 + - type: Transform + pos: -39.5,-37.5 parent: 1 - type: Transform - uid: 4092 components: - - pos: -38.5,-37.5 + - type: Transform + pos: -38.5,-37.5 parent: 1 - type: Transform - uid: 4093 components: - - pos: -37.5,-37.5 + - type: Transform + pos: -37.5,-37.5 parent: 1 - type: Transform - uid: 4094 components: - - pos: -36.5,-37.5 + - type: Transform + pos: -36.5,-37.5 parent: 1 - type: Transform - uid: 4095 components: - - pos: -39.5,-39.5 + - type: Transform + pos: -39.5,-39.5 parent: 1 - type: Transform - uid: 4096 components: - - pos: -39.5,-38.5 + - type: Transform + pos: -39.5,-38.5 parent: 1 - type: Transform - uid: 4098 components: - - pos: -54.5,-40.5 + - type: Transform + pos: -54.5,-40.5 parent: 1 - type: Transform - uid: 4100 components: - - pos: -54.5,-43.5 + - type: Transform + pos: -54.5,-43.5 parent: 1 - type: Transform - uid: 4101 components: - - pos: -55.5,-43.5 + - type: Transform + pos: -55.5,-43.5 parent: 1 - type: Transform - uid: 4102 components: - - pos: -56.5,-43.5 + - type: Transform + pos: -56.5,-43.5 parent: 1 - type: Transform - uid: 4103 components: - - pos: -57.5,-43.5 + - type: Transform + pos: -57.5,-43.5 parent: 1 - type: Transform - uid: 4104 components: - - pos: -58.5,-43.5 + - type: Transform + pos: -58.5,-43.5 parent: 1 - type: Transform - uid: 4105 components: - - pos: -59.5,-43.5 + - type: Transform + pos: -59.5,-43.5 parent: 1 - type: Transform - uid: 4108 components: - - pos: -60.5,-43.5 + - type: Transform + pos: -60.5,-43.5 parent: 1 - type: Transform - uid: 4113 components: - - pos: -55.5,-47.5 + - type: Transform + pos: -55.5,-47.5 parent: 1 - type: Transform - uid: 4131 components: - - pos: -56.5,-47.5 + - type: Transform + pos: -56.5,-47.5 parent: 1 - type: Transform - uid: 4136 components: - - pos: -56.5,-51.5 + - type: Transform + pos: -56.5,-51.5 parent: 1 - type: Transform - uid: 4137 components: - - pos: -56.5,-50.5 + - type: Transform + pos: -56.5,-50.5 parent: 1 - type: Transform - uid: 4144 components: - - pos: -51.5,-57.5 + - type: Transform + pos: -51.5,-57.5 parent: 1 - type: Transform - uid: 4145 components: - - pos: -51.5,-58.5 + - type: Transform + pos: -51.5,-58.5 parent: 1 - type: Transform - uid: 4146 components: - - pos: -51.5,-59.5 + - type: Transform + pos: -51.5,-59.5 parent: 1 - type: Transform - uid: 4147 components: - - pos: -51.5,-60.5 + - type: Transform + pos: -51.5,-60.5 parent: 1 - type: Transform - uid: 4148 components: - - pos: -51.5,-61.5 + - type: Transform + pos: -51.5,-61.5 parent: 1 - type: Transform - uid: 4149 components: - - pos: -51.5,-62.5 + - type: Transform + pos: -51.5,-62.5 parent: 1 - type: Transform - uid: 4150 components: - - pos: -51.5,-63.5 + - type: Transform + pos: -51.5,-63.5 parent: 1 - type: Transform - uid: 4151 components: - - pos: -52.5,-63.5 + - type: Transform + pos: -52.5,-63.5 parent: 1 - type: Transform - uid: 4152 components: - - pos: -53.5,-63.5 + - type: Transform + pos: -53.5,-63.5 parent: 1 - type: Transform - uid: 4153 components: - - pos: -54.5,-63.5 + - type: Transform + pos: -54.5,-63.5 parent: 1 - type: Transform - uid: 4154 components: - - pos: -55.5,-63.5 + - type: Transform + pos: -55.5,-63.5 parent: 1 - type: Transform - uid: 4155 components: - - pos: -56.5,-63.5 + - type: Transform + pos: -56.5,-63.5 parent: 1 - type: Transform - uid: 4156 components: - - pos: -56.5,-58.5 + - type: Transform + pos: -56.5,-58.5 parent: 1 - type: Transform - uid: 4170 components: - - pos: -57.5,-58.5 + - type: Transform + pos: -57.5,-58.5 parent: 1 - type: Transform - uid: 4171 components: - - pos: -57.5,-59.5 + - type: Transform + pos: -57.5,-59.5 parent: 1 - type: Transform - uid: 4172 components: - - pos: -57.5,-60.5 + - type: Transform + pos: -57.5,-60.5 parent: 1 - type: Transform - uid: 4187 components: - - pos: -57.5,-63.5 + - type: Transform + pos: -57.5,-63.5 parent: 1 - type: Transform - uid: 4188 components: - - pos: -57.5,-63.5 + - type: Transform + pos: -57.5,-63.5 parent: 1 - type: Transform - uid: 4189 components: - - pos: -58.5,-63.5 + - type: Transform + pos: -58.5,-63.5 parent: 1 - type: Transform - uid: 4190 components: - - pos: -59.5,-63.5 + - type: Transform + pos: -59.5,-63.5 parent: 1 - type: Transform - uid: 4191 components: - - pos: -60.5,-63.5 + - type: Transform + pos: -60.5,-63.5 parent: 1 - type: Transform - uid: 4192 components: - - pos: -61.5,-63.5 + - type: Transform + pos: -61.5,-63.5 parent: 1 - type: Transform - uid: 4193 components: - - pos: -62.5,-63.5 + - type: Transform + pos: -62.5,-63.5 parent: 1 - type: Transform - uid: 4194 components: - - pos: -62.5,-62.5 + - type: Transform + pos: -62.5,-62.5 parent: 1 - type: Transform - uid: 4195 components: - - pos: -62.5,-61.5 + - type: Transform + pos: -62.5,-61.5 parent: 1 - type: Transform - uid: 4196 components: - - pos: -62.5,-60.5 + - type: Transform + pos: -62.5,-60.5 parent: 1 - type: Transform - uid: 4197 components: - - pos: -62.5,-59.5 + - type: Transform + pos: -62.5,-59.5 parent: 1 - type: Transform - uid: 4198 components: - - pos: -62.5,-58.5 + - type: Transform + pos: -62.5,-58.5 parent: 1 - type: Transform - uid: 4199 components: - - pos: -62.5,-57.5 + - type: Transform + pos: -62.5,-57.5 parent: 1 - type: Transform - uid: 4200 components: - - pos: -61.5,-57.5 + - type: Transform + pos: -61.5,-57.5 parent: 1 - type: Transform - uid: 4201 components: - - pos: -60.5,-57.5 + - type: Transform + pos: -60.5,-57.5 parent: 1 - type: Transform - uid: 4210 components: - - pos: -59.5,-47.5 + - type: Transform + pos: -59.5,-47.5 parent: 1 - type: Transform - uid: 4212 components: - - pos: -59.5,-52.5 + - type: Transform + pos: -59.5,-52.5 parent: 1 - type: Transform - uid: 4216 components: - - pos: -57.5,-47.5 + - type: Transform + pos: -57.5,-47.5 parent: 1 - type: Transform - uid: 4217 components: - - pos: -58.5,-47.5 + - type: Transform + pos: -58.5,-47.5 parent: 1 - type: Transform - uid: 4219 components: - - pos: -60.5,-51.5 + - type: Transform + pos: -60.5,-51.5 parent: 1 - type: Transform - uid: 4220 components: - - pos: -59.5,-51.5 + - type: Transform + pos: -59.5,-51.5 parent: 1 - type: Transform - uid: 4222 components: - - pos: 2.5,39.5 + - type: Transform + pos: 2.5,39.5 parent: 1 - type: Transform - uid: 4235 components: - - pos: -41.5,-37.5 + - type: Transform + pos: -41.5,-37.5 parent: 1 - type: Transform - uid: 4237 components: - - pos: -41.5,-36.5 + - type: Transform + pos: -41.5,-36.5 parent: 1 - type: Transform - uid: 4238 components: - - pos: -41.5,-35.5 + - type: Transform + pos: -41.5,-35.5 parent: 1 - type: Transform - uid: 4239 components: - - pos: -41.5,-34.5 + - type: Transform + pos: -41.5,-34.5 parent: 1 - type: Transform - uid: 4243 components: - - pos: -61.5,-42.5 + - type: Transform + pos: -61.5,-42.5 parent: 1 - type: Transform - uid: 4244 components: - - pos: -61.5,-43.5 + - type: Transform + pos: -61.5,-43.5 parent: 1 - type: Transform - uid: 4246 components: - - pos: -62.5,-43.5 + - type: Transform + pos: -62.5,-43.5 parent: 1 - type: Transform - uid: 4247 components: - - pos: -65.5,-40.5 + - type: Transform + pos: -65.5,-40.5 parent: 1 - type: Transform - uid: 4248 components: - - pos: -63.5,-43.5 + - type: Transform + pos: -63.5,-43.5 parent: 1 - type: Transform - uid: 4250 components: - - pos: -64.5,-43.5 + - type: Transform + pos: -64.5,-43.5 parent: 1 - type: Transform - uid: 4251 components: - - pos: -65.5,-42.5 + - type: Transform + pos: -65.5,-42.5 parent: 1 - type: Transform - uid: 4252 components: - - pos: -65.5,-43.5 + - type: Transform + pos: -65.5,-43.5 parent: 1 - type: Transform - uid: 4253 components: - - pos: -64.5,-44.5 + - type: Transform + pos: -64.5,-44.5 parent: 1 - type: Transform - uid: 4254 components: - - pos: -64.5,-45.5 + - type: Transform + pos: -64.5,-45.5 parent: 1 - type: Transform - uid: 4255 components: - - pos: -64.5,-46.5 + - type: Transform + pos: -64.5,-46.5 parent: 1 - type: Transform - uid: 4256 components: - - pos: -70.5,-47.5 + - type: Transform + pos: -70.5,-47.5 parent: 1 - type: Transform - uid: 4257 components: - - pos: -64.5,-48.5 + - type: Transform + pos: -64.5,-48.5 parent: 1 - type: Transform - uid: 4258 components: - - pos: -64.5,-49.5 + - type: Transform + pos: -64.5,-49.5 parent: 1 - type: Transform - uid: 4259 components: - - pos: -64.5,-50.5 + - type: Transform + pos: -64.5,-50.5 parent: 1 - type: Transform - uid: 4260 components: - - pos: -64.5,-51.5 + - type: Transform + pos: -64.5,-51.5 parent: 1 - type: Transform - uid: 4261 components: - - pos: -64.5,-52.5 + - type: Transform + pos: -64.5,-52.5 parent: 1 - type: Transform - uid: 4262 components: - - pos: -65.5,-44.5 + - type: Transform + pos: -65.5,-44.5 parent: 1 - type: Transform - uid: 4265 components: - - pos: -70.5,-46.5 + - type: Transform + pos: -70.5,-46.5 parent: 1 - type: Transform - uid: 4268 components: - - pos: -65.5,-50.5 + - type: Transform + pos: -65.5,-50.5 parent: 1 - type: Transform - uid: 4269 components: - - pos: -65.5,-51.5 + - type: Transform + pos: -65.5,-51.5 parent: 1 - type: Transform - uid: 4270 components: - - pos: -65.5,-52.5 + - type: Transform + pos: -65.5,-52.5 parent: 1 - type: Transform - uid: 4271 components: - - pos: -63.5,-51.5 + - type: Transform + pos: -63.5,-51.5 parent: 1 - type: Transform - uid: 4272 components: - - pos: -63.5,-52.5 + - type: Transform + pos: -63.5,-52.5 parent: 1 - type: Transform - uid: 4273 components: - - pos: -62.5,-51.5 + - type: Transform + pos: -62.5,-51.5 parent: 1 - type: Transform - uid: 4274 components: - - pos: -62.5,-52.5 + - type: Transform + pos: -62.5,-52.5 parent: 1 - type: Transform - uid: 4275 components: - - pos: -61.5,-51.5 + - type: Transform + pos: -61.5,-51.5 parent: 1 - type: Transform - uid: 4276 components: - - pos: -61.5,-52.5 + - type: Transform + pos: -61.5,-52.5 parent: 1 - type: Transform - uid: 4277 components: - - pos: -60.5,-52.5 + - type: Transform + pos: -60.5,-52.5 parent: 1 - type: Transform - uid: 4278 components: - - pos: -61.5,-41.5 + - type: Transform + pos: -61.5,-41.5 parent: 1 - type: Transform - uid: 4279 components: - - pos: -61.5,-40.5 + - type: Transform + pos: -61.5,-40.5 parent: 1 - type: Transform - uid: 4280 components: - - pos: -61.5,-39.5 + - type: Transform + pos: -61.5,-39.5 parent: 1 - type: Transform - uid: 4282 components: - - pos: -62.5,-39.5 + - type: Transform + pos: -62.5,-39.5 parent: 1 - type: Transform - uid: 4284 components: - - pos: -64.5,-39.5 + - type: Transform + pos: -64.5,-39.5 parent: 1 - type: Transform - uid: 4285 components: - - pos: -65.5,-39.5 + - type: Transform + pos: -65.5,-39.5 parent: 1 - type: Transform - uid: 4286 components: - - pos: -66.5,-39.5 + - type: Transform + pos: -66.5,-39.5 parent: 1 - type: Transform - uid: 4287 components: - - pos: -67.5,-39.5 + - type: Transform + pos: -67.5,-39.5 parent: 1 - type: Transform - uid: 4288 components: - - pos: -68.5,-39.5 + - type: Transform + pos: -68.5,-39.5 parent: 1 - type: Transform - uid: 4289 components: - - pos: -68.5,-40.5 + - type: Transform + pos: -68.5,-40.5 parent: 1 - type: Transform - uid: 4290 components: - - pos: -68.5,-41.5 + - type: Transform + pos: -68.5,-41.5 parent: 1 - type: Transform - uid: 4291 components: - - pos: -69.5,-41.5 + - type: Transform + pos: -69.5,-41.5 parent: 1 - type: Transform - uid: 4292 components: - - pos: -70.5,-45.5 + - type: Transform + pos: -70.5,-45.5 parent: 1 - type: Transform - uid: 4293 components: - - pos: -70.5,-44.5 + - type: Transform + pos: -70.5,-44.5 parent: 1 - type: Transform - uid: 4295 components: - - pos: -69.5,-44.5 + - type: Transform + pos: -69.5,-44.5 parent: 1 - type: Transform - uid: 4296 components: - - pos: -70.5,-46.5 + - type: Transform + pos: -70.5,-46.5 parent: 1 - type: Transform - uid: 4298 components: - - pos: -68.5,-44.5 + - type: Transform + pos: -68.5,-44.5 parent: 1 - type: Transform - uid: 4300 components: - - pos: -67.5,-44.5 + - type: Transform + pos: -67.5,-44.5 parent: 1 - type: Transform - uid: 4302 components: - - pos: -68.5,-53.5 + - type: Transform + pos: -68.5,-53.5 parent: 1 - type: Transform - uid: 4303 components: - - pos: -68.5,-54.5 + - type: Transform + pos: -68.5,-54.5 parent: 1 - type: Transform - uid: 4305 components: - - pos: -67.5,-55.5 + - type: Transform + pos: -67.5,-55.5 parent: 1 - type: Transform - uid: 4308 components: - - pos: -64.5,-55.5 + - type: Transform + pos: -64.5,-55.5 parent: 1 - type: Transform - uid: 4309 components: - - pos: -63.5,-55.5 + - type: Transform + pos: -63.5,-55.5 parent: 1 - type: Transform - uid: 4310 components: - - pos: -62.5,-55.5 + - type: Transform + pos: -62.5,-55.5 parent: 1 - type: Transform - uid: 4311 components: - - pos: -61.5,-55.5 + - type: Transform + pos: -61.5,-55.5 parent: 1 - type: Transform - uid: 4312 components: - - pos: -61.5,-56.5 + - type: Transform + pos: -61.5,-56.5 parent: 1 - type: Transform - uid: 4319 components: - - pos: -66.5,-44.5 + - type: Transform + pos: -66.5,-44.5 parent: 1 - type: Transform - uid: 4320 components: - - pos: -70.5,-48.5 + - type: Transform + pos: -70.5,-48.5 parent: 1 - type: Transform - uid: 4321 components: - - pos: -70.5,-49.5 + - type: Transform + pos: -70.5,-49.5 parent: 1 - type: Transform - uid: 4322 components: - - pos: -70.5,-50.5 + - type: Transform + pos: -70.5,-50.5 parent: 1 - type: Transform - uid: 4327 components: - - pos: -69.5,-50.5 + - type: Transform + pos: -69.5,-50.5 parent: 1 - type: Transform - uid: 4329 components: - - pos: -68.5,-50.5 + - type: Transform + pos: -68.5,-50.5 parent: 1 - type: Transform - uid: 4331 components: - - pos: -67.5,-50.5 + - type: Transform + pos: -67.5,-50.5 parent: 1 - type: Transform - uid: 4333 components: - - pos: -66.5,-50.5 + - type: Transform + pos: -66.5,-50.5 parent: 1 - type: Transform - uid: 4339 components: - - pos: -70.5,-41.5 + - type: Transform + pos: -70.5,-41.5 parent: 1 - type: Transform - uid: 4340 components: - - pos: -71.5,-41.5 + - type: Transform + pos: -71.5,-41.5 parent: 1 - type: Transform - uid: 4341 components: - - pos: -72.5,-41.5 + - type: Transform + pos: -72.5,-41.5 parent: 1 - type: Transform - uid: 4346 components: - - pos: -73.5,-45.5 + - type: Transform + pos: -73.5,-45.5 parent: 1 - type: Transform - uid: 4349 components: - - pos: -72.5,-52.5 + - type: Transform + pos: -72.5,-52.5 parent: 1 - type: Transform - uid: 4350 components: - - pos: -73.5,-49.5 + - type: Transform + pos: -73.5,-49.5 parent: 1 - type: Transform - uid: 4351 components: - - pos: -73.5,-50.5 + - type: Transform + pos: -73.5,-50.5 parent: 1 - type: Transform - uid: 4355 components: - - pos: -72.5,-53.5 + - type: Transform + pos: -72.5,-53.5 parent: 1 - type: Transform - uid: 4356 components: - - pos: -71.5,-53.5 + - type: Transform + pos: -71.5,-53.5 parent: 1 - type: Transform - uid: 4357 components: - - pos: -70.5,-53.5 + - type: Transform + pos: -70.5,-53.5 parent: 1 - type: Transform - uid: 4358 components: - - pos: -69.5,-53.5 + - type: Transform + pos: -69.5,-53.5 parent: 1 - type: Transform - uid: 4360 components: - - pos: -65.5,-61.5 + - type: Transform + pos: -65.5,-61.5 parent: 1 - type: Transform - uid: 4361 components: - - pos: -65.5,-60.5 + - type: Transform + pos: -65.5,-60.5 parent: 1 - type: Transform - uid: 4362 components: - - pos: -65.5,-59.5 + - type: Transform + pos: -65.5,-59.5 parent: 1 - type: Transform - uid: 4364 components: - - pos: -47.5,-72.5 + - type: Transform + pos: -47.5,-72.5 parent: 1 - type: Transform - uid: 4365 components: - - pos: -67.5,-58.5 + - type: Transform + pos: -67.5,-58.5 parent: 1 - type: Transform - uid: 4366 components: - - pos: -68.5,-58.5 + - type: Transform + pos: -68.5,-58.5 parent: 1 - type: Transform - uid: 4367 components: - - pos: -69.5,-58.5 + - type: Transform + pos: -69.5,-58.5 parent: 1 - type: Transform - uid: 4368 components: - - pos: -70.5,-58.5 + - type: Transform + pos: -70.5,-58.5 parent: 1 - type: Transform - uid: 4375 components: - - pos: -84.5,-60.5 + - type: Transform + pos: -84.5,-60.5 parent: 1 - type: Transform - uid: 4377 components: - - pos: -61.5,-35.5 + - type: Transform + pos: -61.5,-35.5 parent: 1 - type: Transform - uid: 4379 components: - - pos: -83.5,-60.5 + - type: Transform + pos: -83.5,-60.5 parent: 1 - type: Transform - uid: 4380 components: - - pos: -76.5,-53.5 + - type: Transform + pos: -76.5,-53.5 parent: 1 - type: Transform - uid: 4381 components: - - pos: -76.5,-52.5 + - type: Transform + pos: -76.5,-52.5 parent: 1 - type: Transform - uid: 4382 components: - - pos: -76.5,-51.5 + - type: Transform + pos: -76.5,-51.5 parent: 1 - type: Transform - uid: 4383 components: - - pos: -76.5,-50.5 + - type: Transform + pos: -76.5,-50.5 parent: 1 - type: Transform - uid: 4386 components: - - pos: -76.5,-47.5 + - type: Transform + pos: -76.5,-47.5 parent: 1 - type: Transform - uid: 4387 components: - - pos: -76.5,-46.5 + - type: Transform + pos: -76.5,-46.5 parent: 1 - type: Transform - uid: 4388 components: - - pos: -76.5,-45.5 + - type: Transform + pos: -76.5,-45.5 parent: 1 - type: Transform - uid: 4408 components: - - pos: -66.5,-36.5 + - type: Transform + pos: -66.5,-36.5 parent: 1 - type: Transform - uid: 4410 components: - - pos: -64.5,-36.5 + - type: Transform + pos: -64.5,-36.5 parent: 1 - type: Transform - uid: 4411 components: - - pos: -63.5,-36.5 + - type: Transform + pos: -63.5,-36.5 parent: 1 - type: Transform - uid: 4413 components: - - pos: -61.5,-36.5 + - type: Transform + pos: -61.5,-36.5 parent: 1 - type: Transform - uid: 4414 components: - - pos: -61.5,-34.5 + - type: Transform + pos: -61.5,-34.5 parent: 1 - type: Transform - uid: 4415 components: - - pos: -61.5,-33.5 + - type: Transform + pos: -61.5,-33.5 parent: 1 - type: Transform - uid: 4416 components: - - pos: -61.5,-32.5 + - type: Transform + pos: -61.5,-32.5 parent: 1 - type: Transform - uid: 4417 components: - - pos: -61.5,-31.5 + - type: Transform + pos: -61.5,-31.5 parent: 1 - type: Transform - uid: 4418 components: - - pos: -61.5,-30.5 + - type: Transform + pos: -61.5,-30.5 parent: 1 - type: Transform - uid: 4420 components: - - pos: -61.5,-28.5 + - type: Transform + pos: -61.5,-28.5 parent: 1 - type: Transform - uid: 4422 components: - - pos: -61.5,-26.5 + - type: Transform + pos: -61.5,-26.5 parent: 1 - type: Transform - uid: 4423 components: - - pos: -61.5,-25.5 + - type: Transform + pos: -61.5,-25.5 parent: 1 - type: Transform - uid: 4424 components: - - pos: -61.5,-24.5 + - type: Transform + pos: -61.5,-24.5 parent: 1 - type: Transform - uid: 4425 components: - - pos: -61.5,-23.5 + - type: Transform + pos: -61.5,-23.5 parent: 1 - type: Transform - uid: 4426 components: - - pos: -61.5,-22.5 + - type: Transform + pos: -61.5,-22.5 parent: 1 - type: Transform - uid: 4427 components: - - pos: -61.5,-20.5 + - type: Transform + pos: -61.5,-20.5 parent: 1 - type: Transform - uid: 4428 components: - - pos: -61.5,-21.5 + - type: Transform + pos: -61.5,-21.5 parent: 1 - type: Transform - uid: 4449 components: - - pos: -46.5,-53.5 + - type: Transform + pos: -46.5,-53.5 parent: 1 - type: Transform - uid: 4450 components: - - pos: -46.5,-54.5 + - type: Transform + pos: -46.5,-54.5 parent: 1 - type: Transform - uid: 4451 components: - - pos: -46.5,-55.5 + - type: Transform + pos: -46.5,-55.5 parent: 1 - type: Transform - uid: 4453 components: - - pos: -46.5,-57.5 + - type: Transform + pos: -46.5,-57.5 parent: 1 - type: Transform - uid: 4454 components: - - pos: -47.5,-57.5 + - type: Transform + pos: -47.5,-57.5 parent: 1 - type: Transform - uid: 4455 components: - - pos: -48.5,-57.5 + - type: Transform + pos: -48.5,-57.5 parent: 1 - type: Transform - uid: 4456 components: - - pos: -49.5,-57.5 + - type: Transform + pos: -49.5,-57.5 parent: 1 - type: Transform - uid: 4457 components: - - pos: -50.5,-57.5 + - type: Transform + pos: -50.5,-57.5 parent: 1 - type: Transform - uid: 4488 components: - - pos: -66.5,-32.5 + - type: Transform + pos: -66.5,-32.5 parent: 1 - type: Transform - uid: 4489 components: - - pos: -66.5,-35.5 + - type: Transform + pos: -66.5,-35.5 parent: 1 - type: Transform - uid: 4493 components: - - pos: -95.5,-23.5 + - type: Transform + pos: -95.5,-23.5 parent: 1 - type: Transform - uid: 4550 components: - - pos: -48.5,-72.5 + - type: Transform + pos: -48.5,-72.5 parent: 1 - type: Transform - uid: 4557 components: - - pos: -70.5,-20.5 + - type: Transform + pos: -70.5,-20.5 parent: 1 - type: Transform - uid: 4558 components: - - pos: -65.5,-20.5 + - type: Transform + pos: -65.5,-20.5 parent: 1 - type: Transform - uid: 4562 components: - - pos: -65.5,-21.5 + - type: Transform + pos: -65.5,-21.5 parent: 1 - type: Transform - uid: 4567 components: - - pos: -74.5,-22.5 + - type: Transform + pos: -74.5,-22.5 parent: 1 - type: Transform - uid: 4568 components: - - pos: -76.5,-22.5 + - type: Transform + pos: -76.5,-22.5 parent: 1 - type: Transform - uid: 4573 components: - - pos: -77.5,-21.5 + - type: Transform + pos: -77.5,-21.5 parent: 1 - type: Transform - uid: 4574 components: - - pos: -77.5,-22.5 + - type: Transform + pos: -77.5,-22.5 parent: 1 - type: Transform - uid: 4578 components: - - pos: -65.5,-26.5 + - type: Transform + pos: -65.5,-26.5 parent: 1 - type: Transform - uid: 4581 components: - - pos: -65.5,-22.5 + - type: Transform + pos: -65.5,-22.5 parent: 1 - type: Transform - uid: 4584 components: - - pos: -70.5,-21.5 + - type: Transform + pos: -70.5,-21.5 parent: 1 - type: Transform - uid: 4586 components: - - pos: -77.5,-17.5 + - type: Transform + pos: -77.5,-17.5 parent: 1 - type: Transform - uid: 4587 components: - - pos: -79.5,-17.5 + - type: Transform + pos: -79.5,-17.5 parent: 1 - type: Transform - uid: 4588 components: - - pos: -78.5,-17.5 + - type: Transform + pos: -78.5,-17.5 parent: 1 - type: Transform - uid: 4589 components: - - pos: -77.5,-17.5 + - type: Transform + pos: -77.5,-17.5 parent: 1 - type: Transform - uid: 4590 components: - - pos: -77.5,-18.5 + - type: Transform + pos: -77.5,-18.5 parent: 1 - type: Transform - uid: 4591 components: - - pos: -77.5,-20.5 + - type: Transform + pos: -77.5,-20.5 parent: 1 - type: Transform - uid: 4603 components: - - pos: -80.5,-17.5 + - type: Transform + pos: -80.5,-17.5 parent: 1 - type: Transform - uid: 4604 components: - - pos: -80.5,-18.5 + - type: Transform + pos: -80.5,-18.5 parent: 1 - type: Transform - uid: 4605 components: - - pos: -80.5,-19.5 + - type: Transform + pos: -80.5,-19.5 parent: 1 - type: Transform - uid: 4606 components: - - pos: -80.5,-20.5 + - type: Transform + pos: -80.5,-20.5 parent: 1 - type: Transform - uid: 4607 components: - - pos: -80.5,-21.5 + - type: Transform + pos: -80.5,-21.5 parent: 1 - type: Transform - uid: 4608 components: - - pos: -80.5,-22.5 + - type: Transform + pos: -80.5,-22.5 parent: 1 - type: Transform - uid: 4638 components: - - pos: -81.5,-22.5 + - type: Transform + pos: -81.5,-22.5 parent: 1 - type: Transform - uid: 4659 components: - - pos: -78.5,-41.5 + - type: Transform + pos: -78.5,-41.5 parent: 1 - type: Transform - uid: 4661 components: - - pos: -62.5,-36.5 + - type: Transform + pos: -62.5,-36.5 parent: 1 - type: Transform - uid: 4666 components: - - pos: -67.5,-32.5 + - type: Transform + pos: -67.5,-32.5 parent: 1 - type: Transform - uid: 4673 components: - - pos: -62.5,-32.5 + - type: Transform + pos: -62.5,-32.5 parent: 1 - type: Transform - uid: 4685 components: - - pos: -79.5,-41.5 + - type: Transform + pos: -79.5,-41.5 parent: 1 - type: Transform - uid: 4689 components: - - pos: -69.5,-32.5 + - type: Transform + pos: -69.5,-32.5 parent: 1 - type: Transform - uid: 4690 components: - - pos: -69.5,-31.5 + - type: Transform + pos: -69.5,-31.5 parent: 1 - type: Transform - uid: 4691 components: - - pos: -69.5,-30.5 + - type: Transform + pos: -69.5,-30.5 parent: 1 - type: Transform - uid: 4693 components: - - pos: -69.5,-28.5 + - type: Transform + pos: -69.5,-28.5 parent: 1 - type: Transform - uid: 4694 components: - - pos: -69.5,-27.5 + - type: Transform + pos: -69.5,-27.5 parent: 1 - type: Transform - uid: 4695 components: - - pos: -69.5,-26.5 + - type: Transform + pos: -69.5,-26.5 parent: 1 - type: Transform - uid: 4698 components: - - pos: -65.5,-32.5 + - type: Transform + pos: -65.5,-32.5 parent: 1 - type: Transform - uid: 4709 components: - - pos: -65.5,-33.5 + - type: Transform + pos: -65.5,-33.5 parent: 1 - type: Transform - uid: 4807 components: - - pos: -80.5,-16.5 + - type: Transform + pos: -80.5,-16.5 parent: 1 - type: Transform - uid: 4812 components: - - pos: -86.5,-16.5 + - type: Transform + pos: -86.5,-16.5 parent: 1 - type: Transform - uid: 4813 components: - - pos: -86.5,-17.5 + - type: Transform + pos: -86.5,-17.5 parent: 1 - type: Transform - uid: 4814 components: - - pos: -86.5,-18.5 + - type: Transform + pos: -86.5,-18.5 parent: 1 - type: Transform - uid: 4815 components: - - pos: -86.5,-19.5 + - type: Transform + pos: -86.5,-19.5 parent: 1 - type: Transform - uid: 4817 components: - - pos: -86.5,-21.5 + - type: Transform + pos: -86.5,-21.5 parent: 1 - type: Transform - uid: 4818 components: - - pos: -86.5,-22.5 + - type: Transform + pos: -86.5,-22.5 parent: 1 - type: Transform - uid: 4819 components: - - pos: -85.5,-22.5 + - type: Transform + pos: -85.5,-22.5 parent: 1 - type: Transform - uid: 4820 components: - - pos: -87.5,-18.5 + - type: Transform + pos: -87.5,-18.5 parent: 1 - type: Transform - uid: 4821 components: - - pos: -87.5,-18.5 + - type: Transform + pos: -87.5,-18.5 parent: 1 - type: Transform - uid: 4822 components: - - pos: -88.5,-18.5 + - type: Transform + pos: -88.5,-18.5 parent: 1 - type: Transform - uid: 4823 components: - - pos: -89.5,-18.5 + - type: Transform + pos: -89.5,-18.5 parent: 1 - type: Transform - uid: 4824 components: - - pos: -90.5,-18.5 + - type: Transform + pos: -90.5,-18.5 parent: 1 - type: Transform - uid: 4825 components: - - pos: -91.5,-18.5 + - type: Transform + pos: -91.5,-18.5 parent: 1 - type: Transform - uid: 4829 components: - - pos: -91.5,-22.5 + - type: Transform + pos: -91.5,-22.5 parent: 1 - type: Transform - uid: 4830 components: - - pos: -90.5,-22.5 + - type: Transform + pos: -90.5,-22.5 parent: 1 - type: Transform - uid: 4831 components: - - pos: -90.5,-22.5 + - type: Transform + pos: -90.5,-22.5 parent: 1 - type: Transform - uid: 4832 components: - - pos: -89.5,-22.5 + - type: Transform + pos: -89.5,-22.5 parent: 1 - type: Transform - uid: 4833 components: - - pos: -88.5,-22.5 + - type: Transform + pos: -88.5,-22.5 parent: 1 - type: Transform - uid: 4834 components: - - pos: -87.5,-22.5 + - type: Transform + pos: -87.5,-22.5 parent: 1 - type: Transform - uid: 4835 components: - - pos: -85.5,-26.5 + - type: Transform + pos: -85.5,-26.5 parent: 1 - type: Transform - uid: 4853 components: - - pos: -89.5,-27.5 + - type: Transform + pos: -89.5,-27.5 parent: 1 - type: Transform - uid: 4854 components: - - pos: -90.5,-27.5 + - type: Transform + pos: -90.5,-27.5 parent: 1 - type: Transform - uid: 4855 components: - - pos: -91.5,-27.5 + - type: Transform + pos: -91.5,-27.5 parent: 1 - type: Transform - uid: 4874 components: - - pos: -85.5,-27.5 + - type: Transform + pos: -85.5,-27.5 parent: 1 - type: Transform - uid: 4875 components: - - pos: -89.5,-28.5 + - type: Transform + pos: -89.5,-28.5 parent: 1 - type: Transform - uid: 4876 components: - - pos: -89.5,-29.5 + - type: Transform + pos: -89.5,-29.5 parent: 1 - type: Transform - uid: 4877 components: - - pos: -89.5,-30.5 + - type: Transform + pos: -89.5,-30.5 parent: 1 - type: Transform - uid: 4878 components: - - pos: -89.5,-31.5 + - type: Transform + pos: -89.5,-31.5 parent: 1 - type: Transform - uid: 4879 components: - - pos: -88.5,-31.5 + - type: Transform + pos: -88.5,-31.5 parent: 1 - type: Transform - uid: 4880 components: - - pos: -87.5,-31.5 + - type: Transform + pos: -87.5,-31.5 parent: 1 - type: Transform - uid: 4881 components: - - pos: -86.5,-31.5 + - type: Transform + pos: -86.5,-31.5 parent: 1 - type: Transform - uid: 4882 components: - - pos: -86.5,-29.5 + - type: Transform + pos: -86.5,-29.5 parent: 1 - type: Transform - uid: 4883 components: - - pos: -88.5,-28.5 + - type: Transform + pos: -88.5,-28.5 parent: 1 - type: Transform - uid: 4884 components: - - pos: -85.5,-28.5 + - type: Transform + pos: -85.5,-28.5 parent: 1 - type: Transform - uid: 4887 components: - - pos: -86.5,-28.5 + - type: Transform + pos: -86.5,-28.5 parent: 1 - type: Transform - uid: 4888 components: - - pos: -87.5,-28.5 + - type: Transform + pos: -87.5,-28.5 parent: 1 - type: Transform - uid: 4921 components: - - pos: -94.5,-19.5 + - type: Transform + pos: -94.5,-19.5 parent: 1 - type: Transform - uid: 4922 components: - - pos: -93.5,-19.5 + - type: Transform + pos: -93.5,-19.5 parent: 1 - type: Transform - uid: 4923 components: - - pos: -93.5,-18.5 + - type: Transform + pos: -93.5,-18.5 parent: 1 - type: Transform - uid: 4926 components: - - pos: -127.5,-53.5 + - type: Transform + pos: -127.5,-53.5 parent: 1 - type: Transform - uid: 4927 components: - - pos: -128.5,-53.5 + - type: Transform + pos: -128.5,-53.5 parent: 1 - type: Transform - uid: 4928 components: - - pos: -129.5,-53.5 + - type: Transform + pos: -129.5,-53.5 parent: 1 - type: Transform - uid: 4930 components: - - pos: -94.5,-27.5 + - type: Transform + pos: -94.5,-27.5 parent: 1 - type: Transform - uid: 4931 components: - - pos: -93.5,-27.5 + - type: Transform + pos: -93.5,-27.5 parent: 1 - type: Transform - uid: 4932 components: - - pos: -92.5,-27.5 + - type: Transform + pos: -92.5,-27.5 parent: 1 - type: Transform - uid: 4933 components: - - pos: -94.5,-21.5 + - type: Transform + pos: -94.5,-21.5 parent: 1 - type: Transform - uid: 4936 components: - - pos: -94.5,-22.5 + - type: Transform + pos: -94.5,-22.5 parent: 1 - type: Transform - uid: 4937 components: - - pos: -94.5,-20.5 + - type: Transform + pos: -94.5,-20.5 parent: 1 - type: Transform - uid: 4938 components: - - pos: -92.5,-18.5 + - type: Transform + pos: -92.5,-18.5 parent: 1 - type: Transform - uid: 4940 components: - - pos: -130.5,-53.5 + - type: Transform + pos: -130.5,-53.5 parent: 1 - type: Transform - uid: 4942 components: - - pos: -131.5,-53.5 + - type: Transform + pos: -131.5,-53.5 parent: 1 - type: Transform - uid: 4944 components: - - pos: -133.5,-38.5 + - type: Transform + pos: -133.5,-38.5 parent: 1 - type: Transform - uid: 4945 components: - - pos: -136.5,-41.5 + - type: Transform + pos: -136.5,-41.5 parent: 1 - type: Transform - uid: 4947 components: - - pos: -110.5,-48.5 + - type: Transform + pos: -110.5,-48.5 parent: 1 - type: Transform - uid: 4948 components: - - pos: -111.5,-48.5 + - type: Transform + pos: -111.5,-48.5 parent: 1 - type: Transform - uid: 4949 components: - - pos: -112.5,-48.5 + - type: Transform + pos: -112.5,-48.5 parent: 1 - type: Transform - uid: 4958 components: - - pos: -123.5,-15.5 + - type: Transform + pos: -123.5,-15.5 parent: 1 - type: Transform - uid: 4959 components: - - pos: -134.5,-27.5 + - type: Transform + pos: -134.5,-27.5 parent: 1 - type: Transform - uid: 4969 components: - - pos: -17.5,-47.5 + - type: Transform + pos: -17.5,-47.5 parent: 1 - type: Transform - uid: 4988 components: - - pos: -14.5,-59.5 + - type: Transform + pos: -14.5,-59.5 parent: 1 - type: Transform - uid: 5015 components: - - pos: -92.5,-1.5 + - type: Transform + pos: -92.5,-1.5 parent: 1 - type: Transform - uid: 5016 components: - - pos: -91.5,-1.5 + - type: Transform + pos: -91.5,-1.5 parent: 1 - type: Transform - uid: 5017 components: - - pos: -90.5,-1.5 + - type: Transform + pos: -90.5,-1.5 parent: 1 - type: Transform - uid: 5018 components: - - pos: -92.5,7.5 + - type: Transform + pos: -92.5,7.5 parent: 1 - type: Transform - uid: 5019 components: - - pos: -91.5,7.5 + - type: Transform + pos: -91.5,7.5 parent: 1 - type: Transform - uid: 5020 components: - - pos: -90.5,7.5 + - type: Transform + pos: -90.5,7.5 parent: 1 - type: Transform - uid: 5021 components: - - pos: -92.5,8.5 + - type: Transform + pos: -92.5,8.5 parent: 1 - type: Transform - uid: 5022 components: - - pos: -96.5,-2.5 + - type: Transform + pos: -96.5,-2.5 parent: 1 - type: Transform - uid: 5023 components: - - pos: -95.5,-2.5 + - type: Transform + pos: -95.5,-2.5 parent: 1 - type: Transform - uid: 5024 components: - - pos: -94.5,-2.5 + - type: Transform + pos: -94.5,-2.5 parent: 1 - type: Transform - uid: 5025 components: - - pos: -93.5,-2.5 + - type: Transform + pos: -93.5,-2.5 parent: 1 - type: Transform - uid: 5026 components: - - pos: -92.5,-2.5 + - type: Transform + pos: -92.5,-2.5 parent: 1 - type: Transform - uid: 5027 components: - - pos: -92.5,8.5 + - type: Transform + pos: -92.5,8.5 parent: 1 - type: Transform - uid: 5028 components: - - pos: -93.5,8.5 + - type: Transform + pos: -93.5,8.5 parent: 1 - type: Transform - uid: 5029 components: - - pos: -94.5,8.5 + - type: Transform + pos: -94.5,8.5 parent: 1 - type: Transform - uid: 5030 components: - - pos: -95.5,8.5 + - type: Transform + pos: -95.5,8.5 parent: 1 - type: Transform - uid: 5031 components: - - pos: -96.5,8.5 + - type: Transform + pos: -96.5,8.5 parent: 1 - type: Transform - uid: 5032 components: - - pos: -97.5,8.5 + - type: Transform + pos: -97.5,8.5 parent: 1 - type: Transform - uid: 5033 components: - - pos: -96.5,3.5 + - type: Transform + pos: -96.5,3.5 parent: 1 - type: Transform - uid: 5034 components: - - pos: -96.5,2.5 + - type: Transform + pos: -96.5,2.5 parent: 1 - type: Transform - uid: 5035 components: - - pos: -96.5,4.5 + - type: Transform + pos: -96.5,4.5 parent: 1 - type: Transform - uid: 5038 components: - - pos: -96.5,1.5 + - type: Transform + pos: -96.5,1.5 parent: 1 - type: Transform - uid: 5058 components: - - pos: -91.5,-3.5 + - type: Transform + pos: -91.5,-3.5 parent: 1 - type: Transform - uid: 5087 components: - - pos: -92.5,-3.5 + - type: Transform + pos: -92.5,-3.5 parent: 1 - type: Transform - uid: 5088 components: - - pos: -96.5,-4.5 + - type: Transform + pos: -96.5,-4.5 parent: 1 - type: Transform - uid: 5089 components: - - pos: -96.5,-5.5 + - type: Transform + pos: -96.5,-5.5 parent: 1 - type: Transform - uid: 5090 components: - - pos: -96.5,-3.5 + - type: Transform + pos: -96.5,-3.5 parent: 1 - type: Transform - uid: 5094 components: - - pos: -91.5,12.5 + - type: Transform + pos: -91.5,12.5 parent: 1 - type: Transform - uid: 5095 components: - - pos: -92.5,12.5 + - type: Transform + pos: -92.5,12.5 parent: 1 - type: Transform - uid: 5096 components: - - pos: -93.5,12.5 + - type: Transform + pos: -93.5,12.5 parent: 1 - type: Transform - uid: 5097 components: - - pos: -94.5,13.5 + - type: Transform + pos: -94.5,13.5 parent: 1 - type: Transform - uid: 5100 components: - - pos: -99.5,12.5 + - type: Transform + pos: -99.5,12.5 parent: 1 - type: Transform - uid: 5101 components: - - pos: -94.5,11.5 + - type: Transform + pos: -94.5,11.5 parent: 1 - type: Transform - uid: 5102 components: - - pos: -94.5,12.5 + - type: Transform + pos: -94.5,12.5 parent: 1 - type: Transform - uid: 5123 components: - - pos: -97.5,3.5 + - type: Transform + pos: -97.5,3.5 parent: 1 - type: Transform - uid: 5143 components: - - pos: -98.5,3.5 + - type: Transform + pos: -98.5,3.5 parent: 1 - type: Transform - uid: 5144 components: - - pos: -99.5,3.5 + - type: Transform + pos: -99.5,3.5 parent: 1 - type: Transform - uid: 5145 components: - - pos: -100.5,3.5 + - type: Transform + pos: -100.5,3.5 parent: 1 - type: Transform - uid: 5146 components: - - pos: -101.5,3.5 + - type: Transform + pos: -101.5,3.5 parent: 1 - type: Transform - uid: 5147 components: - - pos: -103.5,3.5 + - type: Transform + pos: -103.5,3.5 parent: 1 - type: Transform - uid: 5148 components: - - pos: -104.5,3.5 + - type: Transform + pos: -104.5,3.5 parent: 1 - type: Transform - uid: 5149 components: - - pos: -104.5,2.5 + - type: Transform + pos: -104.5,2.5 parent: 1 - type: Transform - uid: 5150 components: - - pos: -105.5,0.5 + - type: Transform + pos: -105.5,0.5 parent: 1 - type: Transform - uid: 5151 components: - - pos: -104.5,0.5 + - type: Transform + pos: -104.5,0.5 parent: 1 - type: Transform - uid: 5154 components: - - pos: -104.5,-2.5 + - type: Transform + pos: -104.5,-2.5 parent: 1 - type: Transform - uid: 5155 components: - - pos: -97.5,-2.5 + - type: Transform + pos: -97.5,-2.5 parent: 1 - type: Transform - uid: 5161 components: - - pos: -103.5,-2.5 + - type: Transform + pos: -103.5,-2.5 parent: 1 - type: Transform - uid: 5168 components: - - pos: -112.5,-5.5 + - type: Transform + pos: -112.5,-5.5 parent: 1 - type: Transform - uid: 5169 components: - - pos: -111.5,-5.5 + - type: Transform + pos: -111.5,-5.5 parent: 1 - type: Transform - uid: 5170 components: - - pos: -110.5,-5.5 + - type: Transform + pos: -110.5,-5.5 parent: 1 - type: Transform - uid: 5171 components: - - pos: -109.5,-5.5 + - type: Transform + pos: -109.5,-5.5 parent: 1 - type: Transform - uid: 5172 components: - - pos: -108.5,-5.5 + - type: Transform + pos: -108.5,-5.5 parent: 1 - type: Transform - uid: 5173 components: - - pos: -107.5,-5.5 + - type: Transform + pos: -107.5,-5.5 parent: 1 - type: Transform - uid: 5174 components: - - pos: -112.5,-4.5 + - type: Transform + pos: -112.5,-4.5 parent: 1 - type: Transform - uid: 5175 components: - - pos: -112.5,-3.5 + - type: Transform + pos: -112.5,-3.5 parent: 1 - type: Transform - uid: 5176 components: - - pos: -112.5,-2.5 + - type: Transform + pos: -112.5,-2.5 parent: 1 - type: Transform - uid: 5177 components: - - pos: -112.5,-1.5 + - type: Transform + pos: -112.5,-1.5 parent: 1 - type: Transform - uid: 5178 components: - - pos: -107.5,-4.5 + - type: Transform + pos: -107.5,-4.5 parent: 1 - type: Transform - uid: 5179 components: - - pos: -107.5,-3.5 + - type: Transform + pos: -107.5,-3.5 parent: 1 - type: Transform - uid: 5180 components: - - pos: -107.5,-2.5 + - type: Transform + pos: -107.5,-2.5 parent: 1 - type: Transform - uid: 5181 components: - - pos: -107.5,-1.5 + - type: Transform + pos: -107.5,-1.5 parent: 1 - type: Transform - uid: 5182 components: - - pos: -108.5,-1.5 + - type: Transform + pos: -108.5,-1.5 parent: 1 - type: Transform - uid: 5183 components: - - pos: -109.5,-1.5 + - type: Transform + pos: -109.5,-1.5 parent: 1 - type: Transform - uid: 5184 components: - - pos: -111.5,-1.5 + - type: Transform + pos: -111.5,-1.5 parent: 1 - type: Transform - uid: 5185 components: - - pos: -106.5,0.5 + - type: Transform + pos: -106.5,0.5 parent: 1 - type: Transform - uid: 5186 components: - - pos: -107.5,0.5 + - type: Transform + pos: -107.5,0.5 parent: 1 - type: Transform - uid: 5187 components: - - pos: -107.5,-0.5 + - type: Transform + pos: -107.5,-0.5 parent: 1 - type: Transform - uid: 5188 components: - - pos: -105.5,3.5 + - type: Transform + pos: -105.5,3.5 parent: 1 - type: Transform - uid: 5189 components: - - pos: -106.5,3.5 + - type: Transform + pos: -106.5,3.5 parent: 1 - type: Transform - uid: 5190 components: - - pos: -107.5,3.5 + - type: Transform + pos: -107.5,3.5 parent: 1 - type: Transform - uid: 5191 components: - - pos: -108.5,3.5 + - type: Transform + pos: -108.5,3.5 parent: 1 - type: Transform - uid: 5192 components: - - pos: -109.5,3.5 + - type: Transform + pos: -109.5,3.5 parent: 1 - type: Transform - uid: 5193 components: - - pos: -111.5,-0.5 + - type: Transform + pos: -111.5,-0.5 parent: 1 - type: Transform - uid: 5195 components: - - pos: -111.5,1.5 + - type: Transform + pos: -111.5,1.5 parent: 1 - type: Transform - uid: 5196 components: - - pos: -111.5,2.5 + - type: Transform + pos: -111.5,2.5 parent: 1 - type: Transform - uid: 5197 components: - - pos: -111.5,3.5 + - type: Transform + pos: -111.5,3.5 parent: 1 - type: Transform - uid: 5198 components: - - pos: -110.5,3.5 + - type: Transform + pos: -110.5,3.5 parent: 1 - type: Transform - uid: 5200 components: - - pos: -115.5,-31.5 + - type: Transform + pos: -115.5,-31.5 parent: 1 - type: Transform - uid: 5202 components: - - pos: -117.5,-31.5 + - type: Transform + pos: -117.5,-31.5 parent: 1 - type: Transform - uid: 5203 components: - - pos: -118.5,-31.5 + - type: Transform + pos: -118.5,-31.5 parent: 1 - type: Transform - uid: 5204 components: - - pos: -106.5,-2.5 + - type: Transform + pos: -106.5,-2.5 parent: 1 - type: Transform - uid: 5205 components: - - pos: -116.5,-31.5 + - type: Transform + pos: -116.5,-31.5 parent: 1 - type: Transform - uid: 5206 components: - - pos: -130.5,-30.5 + - type: Transform + pos: -130.5,-30.5 parent: 1 - type: Transform - uid: 5209 components: - - pos: -126.5,-26.5 + - type: Transform + pos: -126.5,-26.5 parent: 1 - type: Transform - uid: 5210 components: - - pos: -104.5,-5.5 + - type: Transform + pos: -104.5,-5.5 parent: 1 - type: Transform - uid: 5214 components: - - pos: -100.5,-5.5 + - type: Transform + pos: -100.5,-5.5 parent: 1 - type: Transform - uid: 5215 components: - - pos: -99.5,-5.5 + - type: Transform + pos: -99.5,-5.5 parent: 1 - type: Transform - uid: 5216 components: - - pos: -98.5,-5.5 + - type: Transform + pos: -98.5,-5.5 parent: 1 - type: Transform - uid: 5217 components: - - pos: -97.5,-5.5 + - type: Transform + pos: -97.5,-5.5 parent: 1 - type: Transform - uid: 5218 components: - - pos: -112.5,3.5 + - type: Transform + pos: -112.5,3.5 parent: 1 - type: Transform - uid: 5220 components: - - pos: -135.5,-32.5 + - type: Transform + pos: -135.5,-32.5 parent: 1 - type: Transform - uid: 5223 components: - - pos: -104.5,8.5 + - type: Transform + pos: -104.5,8.5 parent: 1 - type: Transform - uid: 5224 components: - - pos: -99.5,8.5 + - type: Transform + pos: -99.5,8.5 parent: 1 - type: Transform - uid: 5226 components: - - pos: -100.5,8.5 + - type: Transform + pos: -100.5,8.5 parent: 1 - type: Transform - uid: 5227 components: - - pos: -101.5,8.5 + - type: Transform + pos: -101.5,8.5 parent: 1 - type: Transform - uid: 5229 components: - - pos: -103.5,8.5 + - type: Transform + pos: -103.5,8.5 parent: 1 - type: Transform - uid: 5230 components: - - pos: -112.5,2.5 + - type: Transform + pos: -112.5,2.5 parent: 1 - type: Transform - uid: 5231 components: - - pos: -113.5,3.5 + - type: Transform + pos: -113.5,3.5 parent: 1 - type: Transform - uid: 5232 components: - - pos: -113.5,2.5 + - type: Transform + pos: -113.5,2.5 parent: 1 - type: Transform - uid: 5233 components: - - pos: -114.5,3.5 + - type: Transform + pos: -114.5,3.5 parent: 1 - type: Transform - uid: 5234 components: - - pos: -114.5,2.5 + - type: Transform + pos: -114.5,2.5 parent: 1 - type: Transform - uid: 5235 components: - - pos: -115.5,3.5 + - type: Transform + pos: -115.5,3.5 parent: 1 - type: Transform - uid: 5236 components: - - pos: -115.5,2.5 + - type: Transform + pos: -115.5,2.5 parent: 1 - type: Transform - uid: 5237 components: - - pos: -116.5,3.5 + - type: Transform + pos: -116.5,3.5 parent: 1 - type: Transform - uid: 5238 components: - - pos: -116.5,2.5 + - type: Transform + pos: -116.5,2.5 parent: 1 - type: Transform - uid: 5239 components: - - pos: -117.5,3.5 + - type: Transform + pos: -117.5,3.5 parent: 1 - type: Transform - uid: 5240 components: - - pos: -117.5,2.5 + - type: Transform + pos: -117.5,2.5 parent: 1 - type: Transform - uid: 5241 components: - - pos: -118.5,2.5 + - type: Transform + pos: -118.5,2.5 parent: 1 - type: Transform - uid: 5243 components: - - pos: -118.5,4.5 + - type: Transform + pos: -118.5,4.5 parent: 1 - type: Transform - uid: 5244 components: - - pos: -118.5,5.5 + - type: Transform + pos: -118.5,5.5 parent: 1 - type: Transform - uid: 5245 components: - - pos: -118.5,6.5 + - type: Transform + pos: -118.5,6.5 parent: 1 - type: Transform - uid: 5246 components: - - pos: -118.5,7.5 + - type: Transform + pos: -118.5,7.5 parent: 1 - type: Transform - uid: 5247 components: - - pos: -118.5,8.5 + - type: Transform + pos: -118.5,8.5 parent: 1 - type: Transform - uid: 5248 components: - - pos: -117.5,4.5 + - type: Transform + pos: -117.5,4.5 parent: 1 - type: Transform - uid: 5249 components: - - pos: -117.5,5.5 + - type: Transform + pos: -117.5,5.5 parent: 1 - type: Transform - uid: 5250 components: - - pos: -117.5,6.5 + - type: Transform + pos: -117.5,6.5 parent: 1 - type: Transform - uid: 5251 components: - - pos: -117.5,7.5 + - type: Transform + pos: -117.5,7.5 parent: 1 - type: Transform - uid: 5252 components: - - pos: -117.5,8.5 + - type: Transform + pos: -117.5,8.5 parent: 1 - type: Transform - uid: 5253 components: - - pos: -117.5,9.5 + - type: Transform + pos: -117.5,9.5 parent: 1 - type: Transform - uid: 5254 components: - - pos: -117.5,10.5 + - type: Transform + pos: -117.5,10.5 parent: 1 - type: Transform - uid: 5255 components: - - pos: -113.5,16.5 + - type: Transform + pos: -113.5,16.5 parent: 1 - type: Transform - uid: 5256 components: - - pos: -114.5,15.5 + - type: Transform + pos: -114.5,15.5 parent: 1 - type: Transform - uid: 5257 components: - - pos: -114.5,16.5 + - type: Transform + pos: -114.5,16.5 parent: 1 - type: Transform - uid: 5258 components: - - pos: -117.5,16.5 + - type: Transform + pos: -117.5,16.5 parent: 1 - type: Transform - uid: 5259 components: - - pos: -113.5,15.5 + - type: Transform + pos: -113.5,15.5 parent: 1 - type: Transform - uid: 5260 components: - - pos: -115.5,15.5 + - type: Transform + pos: -115.5,15.5 parent: 1 - type: Transform - uid: 5261 components: - - pos: -116.5,16.5 + - type: Transform + pos: -116.5,16.5 parent: 1 - type: Transform - uid: 5262 components: - - pos: -116.5,15.5 + - type: Transform + pos: -116.5,15.5 parent: 1 - type: Transform - uid: 5263 components: - - pos: -115.5,16.5 + - type: Transform + pos: -115.5,16.5 parent: 1 - type: Transform - uid: 5264 components: - - pos: -117.5,15.5 + - type: Transform + pos: -117.5,15.5 parent: 1 - type: Transform - uid: 5265 components: - - pos: -117.5,14.5 + - type: Transform + pos: -117.5,14.5 parent: 1 - type: Transform - uid: 5266 components: - - pos: -117.5,13.5 + - type: Transform + pos: -117.5,13.5 parent: 1 - type: Transform - uid: 5267 components: - - pos: -117.5,12.5 + - type: Transform + pos: -117.5,12.5 parent: 1 - type: Transform - uid: 5268 components: - - pos: -117.5,11.5 + - type: Transform + pos: -117.5,11.5 parent: 1 - type: Transform - uid: 5269 components: - - pos: -110.5,15.5 + - type: Transform + pos: -110.5,15.5 parent: 1 - type: Transform - uid: 5270 components: - - pos: -110.5,16.5 + - type: Transform + pos: -110.5,16.5 parent: 1 - type: Transform - uid: 5271 components: - - pos: -111.5,15.5 + - type: Transform + pos: -111.5,15.5 parent: 1 - type: Transform - uid: 5273 components: - - pos: -112.5,15.5 + - type: Transform + pos: -112.5,15.5 parent: 1 - type: Transform - uid: 5274 components: - - pos: -112.5,16.5 + - type: Transform + pos: -112.5,16.5 parent: 1 - type: Transform - uid: 5275 components: - - pos: -118.5,13.5 + - type: Transform + pos: -118.5,13.5 parent: 1 - type: Transform - uid: 5276 components: - - pos: -118.5,14.5 + - type: Transform + pos: -118.5,14.5 parent: 1 - type: Transform - uid: 5277 components: - - pos: -118.5,15.5 + - type: Transform + pos: -118.5,15.5 parent: 1 - type: Transform - uid: 5279 components: - - pos: -118.5,12.5 + - type: Transform + pos: -118.5,12.5 parent: 1 - type: Transform - uid: 5280 components: - - pos: -118.5,11.5 + - type: Transform + pos: -118.5,11.5 parent: 1 - type: Transform - uid: 5281 components: - - pos: -118.5,9.5 + - type: Transform + pos: -118.5,9.5 parent: 1 - type: Transform - uid: 5282 components: - - pos: -118.5,10.5 + - type: Transform + pos: -118.5,10.5 parent: 1 - type: Transform - uid: 5283 components: - - pos: -109.5,16.5 + - type: Transform + pos: -109.5,16.5 parent: 1 - type: Transform - uid: 5284 components: - - pos: -109.5,15.5 + - type: Transform + pos: -109.5,15.5 parent: 1 - type: Transform - uid: 5285 components: - - pos: -108.5,16.5 + - type: Transform + pos: -108.5,16.5 parent: 1 - type: Transform - uid: 5286 components: - - pos: -108.5,15.5 + - type: Transform + pos: -108.5,15.5 parent: 1 - type: Transform - uid: 5287 components: - - pos: -107.5,16.5 + - type: Transform + pos: -107.5,16.5 parent: 1 - type: Transform - uid: 5288 components: - - pos: -107.5,15.5 + - type: Transform + pos: -107.5,15.5 parent: 1 - type: Transform - uid: 5289 components: - - pos: -106.5,16.5 + - type: Transform + pos: -106.5,16.5 parent: 1 - type: Transform - uid: 5290 components: - - pos: -106.5,15.5 + - type: Transform + pos: -106.5,15.5 parent: 1 - type: Transform - uid: 5291 components: - - pos: -105.5,16.5 + - type: Transform + pos: -105.5,16.5 parent: 1 - type: Transform - uid: 5292 components: - - pos: -105.5,15.5 + - type: Transform + pos: -105.5,15.5 parent: 1 - type: Transform - uid: 5294 components: - - pos: -104.5,15.5 + - type: Transform + pos: -104.5,15.5 parent: 1 - type: Transform - uid: 5297 components: - - pos: -104.5,14.5 + - type: Transform + pos: -104.5,14.5 parent: 1 - type: Transform - uid: 5299 components: - - pos: -104.5,12.5 + - type: Transform + pos: -104.5,12.5 parent: 1 - type: Transform - uid: 5300 components: - - pos: -104.5,11.5 + - type: Transform + pos: -104.5,11.5 parent: 1 - type: Transform - uid: 5301 components: - - pos: -104.5,10.5 + - type: Transform + pos: -104.5,10.5 parent: 1 - type: Transform - uid: 5302 components: - - pos: -104.5,9.5 + - type: Transform + pos: -104.5,9.5 parent: 1 - type: Transform - uid: 5309 components: - - pos: -105.5,4.5 + - type: Transform + pos: -105.5,4.5 parent: 1 - type: Transform - uid: 5311 components: - - pos: -105.5,6.5 + - type: Transform + pos: -105.5,6.5 parent: 1 - type: Transform - uid: 5312 components: - - pos: -105.5,7.5 + - type: Transform + pos: -105.5,7.5 parent: 1 - type: Transform - uid: 5313 components: - - pos: -105.5,8.5 + - type: Transform + pos: -105.5,8.5 parent: 1 - type: Transform - uid: 5314 components: - - pos: -105.5,9.5 + - type: Transform + pos: -105.5,9.5 parent: 1 - type: Transform - uid: 5315 components: - - pos: -105.5,10.5 + - type: Transform + pos: -105.5,10.5 parent: 1 - type: Transform - uid: 5316 components: - - pos: -105.5,11.5 + - type: Transform + pos: -105.5,11.5 parent: 1 - type: Transform - uid: 5317 components: - - pos: -105.5,12.5 + - type: Transform + pos: -105.5,12.5 parent: 1 - type: Transform - uid: 5318 components: - - pos: -105.5,13.5 + - type: Transform + pos: -105.5,13.5 parent: 1 - type: Transform - uid: 5319 components: - - pos: -105.5,14.5 + - type: Transform + pos: -105.5,14.5 parent: 1 - type: Transform - uid: 5361 components: - - pos: -105.5,-2.5 + - type: Transform + pos: -105.5,-2.5 parent: 1 - type: Transform - uid: 5362 components: - - pos: -127.5,-32.5 + - type: Transform + pos: -127.5,-32.5 parent: 1 - type: Transform - uid: 5363 components: - - pos: -129.5,-26.5 + - type: Transform + pos: -129.5,-26.5 parent: 1 - type: Transform - uid: 5365 components: - - pos: -100.5,9.5 + - type: Transform + pos: -100.5,9.5 parent: 1 - type: Transform - uid: 5366 components: - - pos: -100.5,10.5 + - type: Transform + pos: -100.5,10.5 parent: 1 - type: Transform - uid: 5367 components: - - pos: -100.5,11.5 + - type: Transform + pos: -100.5,11.5 parent: 1 - type: Transform - uid: 5368 components: - - pos: -102.5,12.5 + - type: Transform + pos: -102.5,12.5 parent: 1 - type: Transform - uid: 5369 components: - - pos: -100.5,12.5 + - type: Transform + pos: -100.5,12.5 parent: 1 - type: Transform - uid: 5370 components: - - pos: -103.5,12.5 + - type: Transform + pos: -103.5,12.5 parent: 1 - type: Transform - uid: 5371 components: - - pos: -104.5,-3.5 + - type: Transform + pos: -104.5,-3.5 parent: 1 - type: Transform - uid: 5372 components: - - pos: -104.5,-4.5 + - type: Transform + pos: -104.5,-4.5 parent: 1 - type: Transform - uid: 5374 components: - - pos: -105.5,-5.5 + - type: Transform + pos: -105.5,-5.5 parent: 1 - type: Transform - uid: 5375 components: - - pos: -70.5,24.5 + - type: Transform + pos: -70.5,24.5 parent: 1 - type: Transform - uid: 5376 components: - - pos: -107.5,-6.5 + - type: Transform + pos: -107.5,-6.5 parent: 1 - type: Transform - uid: 5377 components: - - pos: -108.5,-6.5 + - type: Transform + pos: -108.5,-6.5 parent: 1 - type: Transform - uid: 5378 components: - - pos: -109.5,-6.5 + - type: Transform + pos: -109.5,-6.5 parent: 1 - type: Transform - uid: 5379 components: - - pos: -110.5,-6.5 + - type: Transform + pos: -110.5,-6.5 parent: 1 - type: Transform - uid: 5380 components: - - pos: -111.5,-6.5 + - type: Transform + pos: -111.5,-6.5 parent: 1 - type: Transform - uid: 5381 components: - - pos: -112.5,-6.5 + - type: Transform + pos: -112.5,-6.5 parent: 1 - type: Transform - uid: 5391 components: - - pos: -67.5,11.5 + - type: Transform + pos: -67.5,11.5 parent: 1 - type: Transform - uid: 5392 components: - - pos: -68.5,11.5 + - type: Transform + pos: -68.5,11.5 parent: 1 - type: Transform - uid: 5393 components: - - pos: -69.5,11.5 + - type: Transform + pos: -69.5,11.5 parent: 1 - type: Transform - uid: 5394 components: - - pos: -70.5,11.5 + - type: Transform + pos: -70.5,11.5 parent: 1 - type: Transform - uid: 5395 components: - - pos: -71.5,11.5 + - type: Transform + pos: -71.5,11.5 parent: 1 - type: Transform - uid: 5410 components: - - pos: -100.5,61.5 + - type: Transform + pos: -100.5,61.5 parent: 1 - type: Transform - uid: 5412 components: - - pos: -79.5,35.5 + - type: Transform + pos: -79.5,35.5 parent: 1 - type: Transform - uid: 5413 components: - - pos: -79.5,34.5 + - type: Transform + pos: -79.5,34.5 parent: 1 - type: Transform - uid: 5414 components: - - pos: -79.5,38.5 + - type: Transform + pos: -79.5,38.5 parent: 1 - type: Transform - uid: 5415 components: - - pos: -79.5,39.5 + - type: Transform + pos: -79.5,39.5 parent: 1 - type: Transform - uid: 5422 components: - - pos: -75.5,34.5 + - type: Transform + pos: -75.5,34.5 parent: 1 - type: Transform - uid: 5423 components: - - pos: -75.5,39.5 + - type: Transform + pos: -75.5,39.5 parent: 1 - type: Transform - uid: 5430 components: - - pos: -19.5,40.5 + - type: Transform + pos: -19.5,40.5 parent: 1 - type: Transform - uid: 5431 components: - - pos: -19.5,38.5 + - type: Transform + pos: -19.5,38.5 parent: 1 - type: Transform - uid: 5468 components: - - pos: -84.5,49.5 + - type: Transform + pos: -84.5,49.5 parent: 1 - type: Transform - uid: 5476 components: - - pos: -59.5,39.5 + - type: Transform + pos: -59.5,39.5 parent: 1 - type: Transform - uid: 5481 components: - - pos: -54.5,39.5 + - type: Transform + pos: -54.5,39.5 parent: 1 - type: Transform - uid: 5487 components: - - pos: 1.5,34.5 + - type: Transform + pos: 1.5,34.5 parent: 1 - type: Transform - uid: 5501 components: - - pos: -10.5,39.5 + - type: Transform + pos: -10.5,39.5 parent: 1 - type: Transform - uid: 5503 components: - - pos: -11.5,39.5 + - type: Transform + pos: -11.5,39.5 parent: 1 - type: Transform - uid: 5504 components: - - pos: -13.5,39.5 + - type: Transform + pos: -13.5,39.5 parent: 1 - type: Transform - uid: 5505 components: - - pos: -15.5,39.5 + - type: Transform + pos: -15.5,39.5 parent: 1 - type: Transform - uid: 5506 components: - - pos: -14.5,39.5 + - type: Transform + pos: -14.5,39.5 parent: 1 - type: Transform - uid: 5507 components: - - pos: -12.5,39.5 + - type: Transform + pos: -12.5,39.5 parent: 1 - type: Transform - uid: 5511 components: - - pos: -9.5,39.5 + - type: Transform + pos: -9.5,39.5 parent: 1 - type: Transform - uid: 5562 components: - - pos: -15.5,42.5 + - type: Transform + pos: -15.5,42.5 parent: 1 - type: Transform - uid: 5563 components: - - pos: -17.5,42.5 + - type: Transform + pos: -17.5,42.5 parent: 1 - type: Transform - uid: 5565 components: - - pos: -49.5,39.5 + - type: Transform + pos: -49.5,39.5 parent: 1 - type: Transform - uid: 5568 components: - - pos: -63.5,39.5 + - type: Transform + pos: -63.5,39.5 parent: 1 - type: Transform - uid: 5569 components: - - pos: -65.5,39.5 + - type: Transform + pos: -65.5,39.5 parent: 1 - type: Transform - uid: 5570 components: - - pos: -67.5,39.5 + - type: Transform + pos: -67.5,39.5 parent: 1 - type: Transform - uid: 5571 components: - - pos: -71.5,39.5 + - type: Transform + pos: -71.5,39.5 parent: 1 - type: Transform - uid: 5572 components: - - pos: -73.5,39.5 + - type: Transform + pos: -73.5,39.5 parent: 1 - type: Transform - uid: 5573 components: - - pos: -75.5,42.5 + - type: Transform + pos: -75.5,42.5 parent: 1 - type: Transform - uid: 5574 components: - - pos: -73.5,42.5 + - type: Transform + pos: -73.5,42.5 parent: 1 - type: Transform - uid: 5575 components: - - pos: -71.5,42.5 + - type: Transform + pos: -71.5,42.5 parent: 1 - type: Transform - uid: 5576 components: - - pos: -67.5,42.5 + - type: Transform + pos: -67.5,42.5 parent: 1 - type: Transform - uid: 5577 components: - - pos: -65.5,42.5 + - type: Transform + pos: -65.5,42.5 parent: 1 - type: Transform - uid: 5578 components: - - pos: -63.5,42.5 + - type: Transform + pos: -63.5,42.5 parent: 1 - type: Transform - uid: 5590 components: - - pos: -36.5,42.5 + - type: Transform + pos: -36.5,42.5 parent: 1 - type: Transform - uid: 5599 components: - - pos: -65.5,40.5 + - type: Transform + pos: -65.5,40.5 parent: 1 - type: Transform - uid: 5600 components: - - pos: -65.5,41.5 + - type: Transform + pos: -65.5,41.5 parent: 1 - type: Transform - uid: 5601 components: - - pos: -73.5,40.5 + - type: Transform + pos: -73.5,40.5 parent: 1 - type: Transform - uid: 5602 components: - - pos: -73.5,41.5 + - type: Transform + pos: -73.5,41.5 parent: 1 - type: Transform - uid: 5618 components: - - pos: -20.5,42.5 + - type: Transform + pos: -20.5,42.5 parent: 1 - type: Transform - uid: 5619 components: - - pos: -19.5,42.5 + - type: Transform + pos: -19.5,42.5 parent: 1 - type: Transform - uid: 5620 components: - - pos: -15.5,38.5 + - type: Transform + pos: -15.5,38.5 parent: 1 - type: Transform - uid: 5621 components: - - pos: -15.5,41.5 + - type: Transform + pos: -15.5,41.5 parent: 1 - type: Transform - uid: 5629 components: - - pos: -16.5,42.5 + - type: Transform + pos: -16.5,42.5 parent: 1 - type: Transform - uid: 5635 components: - - pos: -14.5,-58.5 + - type: Transform + pos: -14.5,-58.5 parent: 1 - type: Transform - uid: 5651 components: - - pos: -32.5,42.5 + - type: Transform + pos: -32.5,42.5 parent: 1 - type: Transform - uid: 5658 components: - - pos: -26.5,42.5 + - type: Transform + pos: -26.5,42.5 parent: 1 - type: Transform - uid: 5659 components: - - pos: -12.5,42.5 + - type: Transform + pos: -12.5,42.5 parent: 1 - type: Transform - uid: 5660 components: - - pos: -12.5,40.5 + - type: Transform + pos: -12.5,40.5 parent: 1 - type: Transform - uid: 5665 components: - - pos: -107.5,-23.5 + - type: Transform + pos: -107.5,-23.5 parent: 1 - type: Transform - uid: 5673 components: - - pos: -71.5,24.5 + - type: Transform + pos: -71.5,24.5 parent: 1 - type: Transform - uid: 5676 components: - - pos: -75.5,23.5 + - type: Transform + pos: -75.5,23.5 parent: 1 - type: Transform - uid: 5677 components: - - pos: -76.5,23.5 + - type: Transform + pos: -76.5,23.5 parent: 1 - type: Transform - uid: 5678 components: - - pos: -71.5,34.5 + - type: Transform + pos: -71.5,34.5 parent: 1 - type: Transform - uid: 5679 components: - - pos: -59.5,34.5 + - type: Transform + pos: -59.5,34.5 parent: 1 - type: Transform - uid: 5680 components: - - pos: -54.5,34.5 + - type: Transform + pos: -54.5,34.5 parent: 1 - type: Transform - uid: 5683 components: - - pos: 6.5,39.5 + - type: Transform + pos: 6.5,39.5 parent: 1 - type: Transform - uid: 5684 components: - - pos: 7.5,39.5 + - type: Transform + pos: 7.5,39.5 parent: 1 - type: Transform - uid: 5687 components: - - pos: -63.5,25.5 + - type: Transform + pos: -63.5,25.5 parent: 1 - type: Transform - uid: 5688 components: - - pos: -63.5,26.5 + - type: Transform + pos: -63.5,26.5 parent: 1 - type: Transform - uid: 5689 components: - - pos: -63.5,27.5 + - type: Transform + pos: -63.5,27.5 parent: 1 - type: Transform - uid: 5690 components: - - pos: -63.5,28.5 + - type: Transform + pos: -63.5,28.5 parent: 1 - type: Transform - uid: 5691 components: - - pos: -77.5,23.5 + - type: Transform + pos: -77.5,23.5 parent: 1 - type: Transform - uid: 5697 components: - - pos: -67.5,34.5 + - type: Transform + pos: -67.5,34.5 parent: 1 - type: Transform - uid: 5705 components: - - pos: -68.5,29.5 + - type: Transform + pos: -68.5,29.5 parent: 1 - type: Transform - uid: 5706 components: - - pos: -69.5,29.5 + - type: Transform + pos: -69.5,29.5 parent: 1 - type: Transform - uid: 5707 components: - - pos: -70.5,29.5 + - type: Transform + pos: -70.5,29.5 parent: 1 - type: Transform - uid: 5708 components: - - pos: -63.5,29.5 + - type: Transform + pos: -63.5,29.5 parent: 1 - type: Transform - uid: 5709 components: - - pos: -64.5,29.5 + - type: Transform + pos: -64.5,29.5 parent: 1 - type: Transform - uid: 5710 components: - - pos: -65.5,29.5 + - type: Transform + pos: -65.5,29.5 parent: 1 - type: Transform - uid: 5711 components: - - pos: -66.5,29.5 + - type: Transform + pos: -66.5,29.5 parent: 1 - type: Transform - uid: 5712 components: - - pos: -71.5,29.5 + - type: Transform + pos: -71.5,29.5 parent: 1 - type: Transform - uid: 5713 components: - - pos: -71.5,33.5 + - type: Transform + pos: -71.5,33.5 parent: 1 - type: Transform - uid: 5729 components: - - pos: -63.5,34.5 + - type: Transform + pos: -63.5,34.5 parent: 1 - type: Transform - uid: 5746 components: - - pos: -54.5,31.5 + - type: Transform + pos: -54.5,31.5 parent: 1 - type: Transform - uid: 5754 components: - - pos: -59.5,29.5 + - type: Transform + pos: -59.5,29.5 parent: 1 - type: Transform - uid: 5777 components: - - pos: -29.5,28.5 + - type: Transform + pos: -29.5,28.5 parent: 1 - type: Transform - uid: 5780 components: - - pos: -21.5,42.5 + - type: Transform + pos: -21.5,42.5 parent: 1 - type: Transform - uid: 5781 components: - - pos: -18.5,42.5 + - type: Transform + pos: -18.5,42.5 parent: 1 - type: Transform - uid: 5798 components: - - pos: -75.5,29.5 + - type: Transform + pos: -75.5,29.5 parent: 1 - type: Transform - uid: 5823 components: - - pos: -78.5,23.5 + - type: Transform + pos: -78.5,23.5 parent: 1 - type: Transform - uid: 5824 components: - - pos: -79.5,23.5 + - type: Transform + pos: -79.5,23.5 parent: 1 - type: Transform - uid: 5825 components: - - pos: -80.5,23.5 + - type: Transform + pos: -80.5,23.5 parent: 1 - type: Transform - uid: 5826 components: - - pos: -81.5,23.5 + - type: Transform + pos: -81.5,23.5 parent: 1 - type: Transform - uid: 5827 components: - - pos: -82.5,23.5 + - type: Transform + pos: -82.5,23.5 parent: 1 - type: Transform - uid: 5828 components: - - pos: -83.5,23.5 + - type: Transform + pos: -83.5,23.5 parent: 1 - type: Transform - uid: 5829 components: - - pos: -84.5,23.5 + - type: Transform + pos: -84.5,23.5 parent: 1 - type: Transform - uid: 5834 components: - - pos: -89.5,23.5 + - type: Transform + pos: -89.5,23.5 parent: 1 - type: Transform - uid: 5835 components: - - pos: -90.5,23.5 + - type: Transform + pos: -90.5,23.5 parent: 1 - type: Transform - uid: 5836 components: - - pos: -91.5,23.5 + - type: Transform + pos: -91.5,23.5 parent: 1 - type: Transform - uid: 5837 components: - - pos: -146.5,-12.5 + - type: Transform + pos: -146.5,-12.5 parent: 1 - type: Transform - uid: 5839 components: - - pos: -115.5,-9.5 + - type: Transform + pos: -115.5,-9.5 parent: 1 - type: Transform - uid: 5849 components: - - pos: -119.5,-15.5 + - type: Transform + pos: -119.5,-15.5 parent: 1 - type: Transform - uid: 5850 components: - - pos: -128.5,-32.5 + - type: Transform + pos: -128.5,-32.5 parent: 1 - type: Transform - uid: 5851 components: - - pos: -128.5,-26.5 + - type: Transform + pos: -128.5,-26.5 parent: 1 - type: Transform - uid: 5857 components: - - pos: -127.5,-48.5 + - type: Transform + pos: -127.5,-48.5 parent: 1 - type: Transform - uid: 5858 components: - - pos: -125.5,-48.5 + - type: Transform + pos: -125.5,-48.5 parent: 1 - type: Transform - uid: 5865 components: - - pos: -18.5,-54.5 + - type: Transform + pos: -18.5,-54.5 parent: 1 - type: Transform - uid: 5877 components: - - pos: -107.5,-28.5 + - type: Transform + pos: -107.5,-28.5 parent: 1 - type: Transform - uid: 5882 components: - - pos: -107.5,-19.5 + - type: Transform + pos: -107.5,-19.5 parent: 1 - type: Transform - uid: 5884 components: - - pos: -116.5,-19.5 + - type: Transform + pos: -116.5,-19.5 parent: 1 - type: Transform - uid: 5885 components: - - pos: -116.5,-20.5 + - type: Transform + pos: -116.5,-20.5 parent: 1 - type: Transform - uid: 5886 components: - - pos: -116.5,-21.5 + - type: Transform + pos: -116.5,-21.5 parent: 1 - type: Transform - uid: 5887 components: - - pos: -103.5,-35.5 + - type: Transform + pos: -103.5,-35.5 parent: 1 - type: Transform - uid: 5889 components: - - pos: -125.5,-26.5 + - type: Transform + pos: -125.5,-26.5 parent: 1 - type: Transform - uid: 5890 components: - - pos: -123.5,-26.5 + - type: Transform + pos: -123.5,-26.5 parent: 1 - type: Transform - uid: 5892 components: - - pos: -131.5,-50.5 + - type: Transform + pos: -131.5,-50.5 parent: 1 - type: Transform - uid: 5893 components: - - pos: -110.5,-29.5 + - type: Transform + pos: -110.5,-29.5 parent: 1 - type: Transform - uid: 5894 components: - - pos: -109.5,-29.5 + - type: Transform + pos: -109.5,-29.5 parent: 1 - type: Transform - uid: 5896 components: - - pos: -103.5,-36.5 + - type: Transform + pos: -103.5,-36.5 parent: 1 - type: Transform - uid: 5897 components: - - pos: -110.5,-33.5 + - type: Transform + pos: -110.5,-33.5 parent: 1 - type: Transform - uid: 5898 components: - - pos: -110.5,-34.5 + - type: Transform + pos: -110.5,-34.5 parent: 1 - type: Transform - uid: 5900 components: - - pos: -115.5,-14.5 + - type: Transform + pos: -115.5,-14.5 parent: 1 - type: Transform - uid: 5901 components: - - pos: -109.5,-34.5 + - type: Transform + pos: -109.5,-34.5 parent: 1 - type: Transform - uid: 5902 components: - - pos: -108.5,-34.5 + - type: Transform + pos: -108.5,-34.5 parent: 1 - type: Transform - uid: 5903 components: - - pos: -107.5,-34.5 + - type: Transform + pos: -107.5,-34.5 parent: 1 - type: Transform - uid: 5904 components: - - pos: -107.5,-35.5 + - type: Transform + pos: -107.5,-35.5 parent: 1 - type: Transform - uid: 5905 components: - - pos: -107.5,-36.5 + - type: Transform + pos: -107.5,-36.5 parent: 1 - type: Transform - uid: 5906 components: - - pos: -113.5,-34.5 + - type: Transform + pos: -113.5,-34.5 parent: 1 - type: Transform - uid: 5907 components: - - pos: -114.5,-34.5 + - type: Transform + pos: -114.5,-34.5 parent: 1 - type: Transform - uid: 5908 components: - - pos: -132.5,-39.5 + - type: Transform + pos: -132.5,-39.5 parent: 1 - type: Transform - uid: 5909 components: - - pos: -130.5,-47.5 + - type: Transform + pos: -130.5,-47.5 parent: 1 - type: Transform - uid: 5926 components: - - pos: -126.5,-36.5 + - type: Transform + pos: -126.5,-36.5 parent: 1 - type: Transform - uid: 5927 components: - - pos: -126.5,-41.5 + - type: Transform + pos: -126.5,-41.5 parent: 1 - type: Transform - uid: 5928 components: - - pos: -117.5,-41.5 + - type: Transform + pos: -117.5,-41.5 parent: 1 - type: Transform - uid: 5929 components: - - pos: -122.5,-47.5 + - type: Transform + pos: -122.5,-47.5 parent: 1 - type: Transform - uid: 5932 components: - - pos: -130.5,-50.5 + - type: Transform + pos: -130.5,-50.5 parent: 1 - type: Transform - uid: 5933 components: - - pos: -135.5,-43.5 + - type: Transform + pos: -135.5,-43.5 parent: 1 - type: Transform - uid: 5936 components: - - pos: -135.5,-42.5 + - type: Transform + pos: -135.5,-42.5 parent: 1 - type: Transform - uid: 5954 components: - - pos: -41.5,42.5 + - type: Transform + pos: -41.5,42.5 parent: 1 - type: Transform - uid: 5955 components: - - pos: -40.5,42.5 + - type: Transform + pos: -40.5,42.5 parent: 1 - type: Transform - uid: 5961 components: - - pos: 28.5,8.5 + - type: Transform + pos: 28.5,8.5 parent: 1 - type: Transform - uid: 5968 components: - - pos: -129.5,-50.5 + - type: Transform + pos: -129.5,-50.5 parent: 1 - type: Transform - uid: 5971 components: - - pos: -118.5,-14.5 + - type: Transform + pos: -118.5,-14.5 parent: 1 - type: Transform - uid: 5973 components: - - pos: -128.5,-50.5 + - type: Transform + pos: -128.5,-50.5 parent: 1 - type: Transform - uid: 5975 components: - - pos: 28.5,4.5 + - type: Transform + pos: 28.5,4.5 parent: 1 - type: Transform - uid: 5977 components: - - pos: -124.5,-44.5 + - type: Transform + pos: -124.5,-44.5 parent: 1 - type: Transform - uid: 5978 components: - - pos: -127.5,-50.5 + - type: Transform + pos: -127.5,-50.5 parent: 1 - type: Transform - uid: 5979 components: - - pos: -112.5,-44.5 + - type: Transform + pos: -112.5,-44.5 parent: 1 - type: Transform - uid: 5980 components: - - pos: -107.5,-29.5 + - type: Transform + pos: -107.5,-29.5 parent: 1 - type: Transform - uid: 5983 components: - - pos: -99.5,-40.5 + - type: Transform + pos: -99.5,-40.5 parent: 1 - type: Transform - uid: 5984 components: - - pos: -136.5,-53.5 + - type: Transform + pos: -136.5,-53.5 parent: 1 - type: Transform - uid: 5986 components: - - pos: -40.5,-78.5 + - type: Transform + pos: -40.5,-78.5 parent: 1 - type: Transform - uid: 5987 components: - - pos: -107.5,-48.5 + - type: Transform + pos: -107.5,-48.5 parent: 1 - type: Transform - uid: 5994 components: - - pos: -112.5,-47.5 + - type: Transform + pos: -112.5,-47.5 parent: 1 - type: Transform - uid: 5996 components: - - pos: -93.5,-45.5 + - type: Transform + pos: -93.5,-45.5 parent: 1 - type: Transform - uid: 5997 components: - - pos: -105.5,-43.5 + - type: Transform + pos: -105.5,-43.5 parent: 1 - type: Transform - uid: 5999 components: - - pos: -98.5,-33.5 + - type: Transform + pos: -98.5,-33.5 parent: 1 - type: Transform - uid: 6006 components: - - pos: -93.5,-33.5 + - type: Transform + pos: -93.5,-33.5 parent: 1 - type: Transform - uid: 6064 components: - - pos: 2.5,51.5 + - type: Transform + pos: 2.5,51.5 parent: 1 - type: Transform - uid: 6070 components: - - pos: -19.5,22.5 + - type: Transform + pos: -19.5,22.5 parent: 1 - type: Transform - uid: 6071 components: - - pos: -19.5,23.5 + - type: Transform + pos: -19.5,23.5 parent: 1 - type: Transform - uid: 6072 components: - - pos: -19.5,21.5 + - type: Transform + pos: -19.5,21.5 parent: 1 - type: Transform - uid: 6073 components: - - pos: -19.5,19.5 + - type: Transform + pos: -19.5,19.5 parent: 1 - type: Transform - uid: 6074 components: - - pos: -20.5,23.5 + - type: Transform + pos: -20.5,23.5 parent: 1 - type: Transform - uid: 6075 components: - - pos: -21.5,23.5 + - type: Transform + pos: -21.5,23.5 parent: 1 - type: Transform - uid: 6076 components: - - pos: -22.5,23.5 + - type: Transform + pos: -22.5,23.5 parent: 1 - type: Transform - uid: 6077 components: - - pos: -23.5,23.5 + - type: Transform + pos: -23.5,23.5 parent: 1 - type: Transform - uid: 6078 components: - - pos: -24.5,23.5 + - type: Transform + pos: -24.5,23.5 parent: 1 - type: Transform - uid: 6079 components: - - pos: -25.5,23.5 + - type: Transform + pos: -25.5,23.5 parent: 1 - type: Transform - uid: 6080 components: - - pos: -26.5,23.5 + - type: Transform + pos: -26.5,23.5 parent: 1 - type: Transform - uid: 6094 components: - - pos: -19.5,39.5 + - type: Transform + pos: -19.5,39.5 parent: 1 - type: Transform - uid: 6095 components: - - pos: -19.5,41.5 + - type: Transform + pos: -19.5,41.5 parent: 1 - type: Transform - uid: 6108 components: - - pos: -7.5,31.5 + - type: Transform + pos: -7.5,31.5 parent: 1 - type: Transform - uid: 6109 components: - - pos: -7.5,30.5 + - type: Transform + pos: -7.5,30.5 parent: 1 - type: Transform - uid: 6115 components: - - pos: -7.5,28.5 + - type: Transform + pos: -7.5,28.5 parent: 1 - type: Transform - uid: 6119 components: - - pos: -12.5,41.5 + - type: Transform + pos: -12.5,41.5 parent: 1 - type: Transform - uid: 6121 components: - - pos: -42.5,42.5 + - type: Transform + pos: -42.5,42.5 parent: 1 - type: Transform - uid: 6122 components: - - pos: -39.5,42.5 + - type: Transform + pos: -39.5,42.5 parent: 1 - type: Transform - uid: 6130 components: - - pos: -26.5,34.5 + - type: Transform + pos: -26.5,34.5 parent: 1 - type: Transform - uid: 6134 components: - - pos: 6.5,47.5 + - type: Transform + pos: 6.5,47.5 parent: 1 - type: Transform - uid: 6135 components: - - pos: 5.5,44.5 + - type: Transform + pos: 5.5,44.5 parent: 1 - type: Transform - uid: 6136 components: - - pos: 5.5,47.5 + - type: Transform + pos: 5.5,47.5 parent: 1 - type: Transform - uid: 6137 components: - - pos: 2.5,50.5 + - type: Transform + pos: 2.5,50.5 parent: 1 - type: Transform - uid: 6141 components: - - pos: 1.5,39.5 + - type: Transform + pos: 1.5,39.5 parent: 1 - type: Transform - uid: 6145 components: - - pos: 5.5,25.5 + - type: Transform + pos: 5.5,25.5 parent: 1 - type: Transform - uid: 6180 components: - - pos: 19.5,16.5 + - type: Transform + pos: 19.5,16.5 parent: 1 - type: Transform - uid: 6181 components: - - pos: 19.5,16.5 + - type: Transform + pos: 19.5,16.5 parent: 1 - type: Transform - uid: 6182 components: - - pos: 19.5,17.5 + - type: Transform + pos: 19.5,17.5 parent: 1 - type: Transform - uid: 6183 components: - - pos: 19.5,18.5 + - type: Transform + pos: 19.5,18.5 parent: 1 - type: Transform - uid: 6184 components: - - pos: 19.5,19.5 + - type: Transform + pos: 19.5,19.5 parent: 1 - type: Transform - uid: 6185 components: - - pos: 19.5,22.5 + - type: Transform + pos: 19.5,22.5 parent: 1 - type: Transform - uid: 6195 components: - - pos: -139.5,-9.5 + - type: Transform + pos: -139.5,-9.5 parent: 1 - type: Transform - uid: 6203 components: - - pos: -143.5,-5.5 + - type: Transform + pos: -143.5,-5.5 parent: 1 - type: Transform - uid: 6204 components: - - pos: -135.5,-9.5 + - type: Transform + pos: -135.5,-9.5 parent: 1 - type: Transform - uid: 6212 components: - - pos: -131.5,-5.5 + - type: Transform + pos: -131.5,-5.5 parent: 1 - type: Transform - uid: 6213 components: - - pos: -143.5,18.5 + - type: Transform + pos: -143.5,18.5 parent: 1 - type: Transform - uid: 6221 components: - - pos: -139.5,22.5 + - type: Transform + pos: -139.5,22.5 parent: 1 - type: Transform - uid: 6222 components: - - pos: -135.5,22.5 + - type: Transform + pos: -135.5,22.5 parent: 1 - type: Transform - uid: 6230 components: - - pos: -131.5,18.5 + - type: Transform + pos: -131.5,18.5 parent: 1 - type: Transform - uid: 6231 components: - - pos: -145.5,-12.5 + - type: Transform + pos: -145.5,-12.5 parent: 1 - type: Transform - uid: 6232 components: - - pos: -144.5,-12.5 + - type: Transform + pos: -144.5,-12.5 parent: 1 - type: Transform - uid: 6233 components: - - pos: -146.5,-11.5 + - type: Transform + pos: -146.5,-11.5 parent: 1 - type: Transform - uid: 6234 components: - - pos: -147.5,-0.5 + - type: Transform + pos: -147.5,-0.5 parent: 1 - type: Transform - uid: 6235 components: - - pos: -128.5,-12.5 + - type: Transform + pos: -128.5,-12.5 parent: 1 - type: Transform - uid: 6236 components: - - pos: -129.5,-12.5 + - type: Transform + pos: -129.5,-12.5 parent: 1 - type: Transform - uid: 6237 components: - - pos: -130.5,-12.5 + - type: Transform + pos: -130.5,-12.5 parent: 1 - type: Transform - uid: 6238 components: - - pos: -128.5,-11.5 + - type: Transform + pos: -128.5,-11.5 parent: 1 - type: Transform - uid: 6239 components: - - pos: -128.5,-10.5 + - type: Transform + pos: -128.5,-10.5 parent: 1 - type: Transform - uid: 6240 components: - - pos: -146.5,25.5 + - type: Transform + pos: -146.5,25.5 parent: 1 - type: Transform - uid: 6241 components: - - pos: -146.5,24.5 + - type: Transform + pos: -146.5,24.5 parent: 1 - type: Transform - uid: 6242 components: - - pos: -129.5,25.5 + - type: Transform + pos: -129.5,25.5 parent: 1 - type: Transform - uid: 6243 components: - - pos: -146.5,23.5 + - type: Transform + pos: -146.5,23.5 parent: 1 - type: Transform - uid: 6244 components: - - pos: -145.5,25.5 + - type: Transform + pos: -145.5,25.5 parent: 1 - type: Transform - uid: 6245 components: - - pos: -128.5,25.5 + - type: Transform + pos: -128.5,25.5 parent: 1 - type: Transform - uid: 6246 components: - - pos: -144.5,25.5 + - type: Transform + pos: -144.5,25.5 parent: 1 - type: Transform - uid: 6247 components: - - pos: -130.5,25.5 + - type: Transform + pos: -130.5,25.5 parent: 1 - type: Transform - uid: 6248 components: - - pos: -128.5,24.5 + - type: Transform + pos: -128.5,24.5 parent: 1 - type: Transform - uid: 6249 components: - - pos: -128.5,23.5 + - type: Transform + pos: -128.5,23.5 parent: 1 - type: Transform - uid: 6250 components: - - pos: -142.5,10.5 + - type: Transform + pos: -142.5,10.5 parent: 1 - type: Transform - uid: 6251 components: - - pos: -144.5,10.5 + - type: Transform + pos: -144.5,10.5 parent: 1 - type: Transform - uid: 6252 components: - - pos: -146.5,10.5 + - type: Transform + pos: -146.5,10.5 parent: 1 - type: Transform - uid: 6253 components: - - pos: -147.5,11.5 + - type: Transform + pos: -147.5,11.5 parent: 1 - type: Transform - uid: 6255 components: - - pos: -146.5,13.5 + - type: Transform + pos: -146.5,13.5 parent: 1 - type: Transform - uid: 6258 components: - - pos: -147.5,18.5 + - type: Transform + pos: -147.5,18.5 parent: 1 - type: Transform - uid: 6262 components: - - pos: -144.5,7.5 + - type: Transform + pos: -144.5,7.5 parent: 1 - type: Transform - uid: 6270 components: - - pos: -148.5,23.5 + - type: Transform + pos: -148.5,23.5 parent: 1 - type: Transform - uid: 6271 components: - - pos: -148.5,-1.5 + - type: Transform + pos: -148.5,-1.5 parent: 1 - type: Transform - uid: 6272 components: - - pos: -147.5,-10.5 + - type: Transform + pos: -147.5,-10.5 parent: 1 - type: Transform - uid: 6275 components: - - pos: -139.5,-1.5 + - type: Transform + pos: -139.5,-1.5 parent: 1 - type: Transform - uid: 6277 components: - - pos: -157.5,4.5 + - type: Transform + pos: -157.5,4.5 parent: 1 - type: Transform - uid: 6278 components: - - pos: -148.5,2.5 + - type: Transform + pos: -148.5,2.5 parent: 1 - type: Transform - uid: 6279 components: - - pos: -146.5,2.5 + - type: Transform + pos: -146.5,2.5 parent: 1 - type: Transform - uid: 6280 components: - - pos: -149.5,19.5 + - type: Transform + pos: -149.5,19.5 parent: 1 - type: Transform - uid: 6281 components: - - pos: -150.5,19.5 + - type: Transform + pos: -150.5,19.5 parent: 1 - type: Transform - uid: 6283 components: - - pos: -143.5,10.5 + - type: Transform + pos: -143.5,10.5 parent: 1 - type: Transform - uid: 6284 components: - - pos: -145.5,10.5 + - type: Transform + pos: -145.5,10.5 parent: 1 - type: Transform - uid: 6285 components: - - pos: -146.5,11.5 + - type: Transform + pos: -146.5,11.5 parent: 1 - type: Transform - uid: 6287 components: - - pos: -146.5,12.5 + - type: Transform + pos: -146.5,12.5 parent: 1 - type: Transform - uid: 6288 components: - - pos: -146.5,14.5 + - type: Transform + pos: -146.5,14.5 parent: 1 - type: Transform - uid: 6291 components: - - pos: -153.5,16.5 + - type: Transform + pos: -153.5,16.5 parent: 1 - type: Transform - uid: 6292 components: - - pos: -153.5,10.5 + - type: Transform + pos: -153.5,10.5 parent: 1 - type: Transform - uid: 6297 components: - - pos: -147.5,23.5 + - type: Transform + pos: -147.5,23.5 parent: 1 - type: Transform - uid: 6298 components: - - pos: -147.5,-9.5 + - type: Transform + pos: -147.5,-9.5 parent: 1 - type: Transform - uid: 6308 components: - - pos: -147.5,19.5 + - type: Transform + pos: -147.5,19.5 parent: 1 - type: Transform - uid: 6309 components: - - pos: -128.5,9.5 + - type: Transform + pos: -128.5,9.5 parent: 1 - type: Transform - uid: 6310 components: - - pos: -147.5,17.5 + - type: Transform + pos: -147.5,17.5 parent: 1 - type: Transform - uid: 6319 components: - - pos: -152.5,23.5 + - type: Transform + pos: -152.5,23.5 parent: 1 - type: Transform - uid: 6321 components: - - pos: -156.5,23.5 + - type: Transform + pos: -156.5,23.5 parent: 1 - type: Transform - uid: 6322 components: - - pos: -157.5,2.5 + - type: Transform + pos: -157.5,2.5 parent: 1 - type: Transform - uid: 6323 components: - - pos: -149.5,17.5 + - type: Transform + pos: -149.5,17.5 parent: 1 - type: Transform - uid: 6324 components: - - pos: -149.5,16.5 + - type: Transform + pos: -149.5,16.5 parent: 1 - type: Transform - uid: 6325 components: - - pos: -149.5,15.5 + - type: Transform + pos: -149.5,15.5 parent: 1 - type: Transform - uid: 6347 components: - - pos: -139.5,-12.5 + - type: Transform + pos: -139.5,-12.5 parent: 1 - type: Transform - uid: 6348 components: - - pos: -135.5,-12.5 + - type: Transform + pos: -135.5,-12.5 parent: 1 - type: Transform - uid: 6350 components: - - pos: -146.5,19.5 + - type: Transform + pos: -146.5,19.5 parent: 1 - type: Transform - uid: 6351 components: - - pos: -127.5,1.5 + - type: Transform + pos: -127.5,1.5 parent: 1 - type: Transform - uid: 6352 components: - - pos: -148.5,17.5 + - type: Transform + pos: -148.5,17.5 parent: 1 - type: Transform - uid: 6357 components: - - pos: -157.5,3.5 + - type: Transform + pos: -157.5,3.5 parent: 1 - type: Transform - uid: 6358 components: - - pos: -155.5,23.5 + - type: Transform + pos: -155.5,23.5 parent: 1 - type: Transform - uid: 6360 components: - - pos: -151.5,23.5 + - type: Transform + pos: -151.5,23.5 parent: 1 - type: Transform - uid: 6405 components: - - pos: -128.5,1.5 + - type: Transform + pos: -128.5,1.5 parent: 1 - type: Transform - uid: 6454 components: - - pos: -131.5,-0.5 + - type: Transform + pos: -131.5,-0.5 parent: 1 - type: Transform - uid: 6455 components: - - pos: -131.5,0.5 + - type: Transform + pos: -131.5,0.5 parent: 1 - type: Transform - uid: 6456 components: - - pos: -131.5,1.5 + - type: Transform + pos: -131.5,1.5 parent: 1 - type: Transform - uid: 6457 components: - - pos: -131.5,6.5 + - type: Transform + pos: -131.5,6.5 parent: 1 - type: Transform - uid: 6458 components: - - pos: -131.5,11.5 + - type: Transform + pos: -131.5,11.5 parent: 1 - type: Transform - uid: 6459 components: - - pos: -131.5,12.5 + - type: Transform + pos: -131.5,12.5 parent: 1 - type: Transform - uid: 6460 components: - - pos: -131.5,13.5 + - type: Transform + pos: -131.5,13.5 parent: 1 - type: Transform - uid: 6461 components: - - pos: -128.5,16.5 + - type: Transform + pos: -128.5,16.5 parent: 1 - type: Transform - uid: 6462 components: - - pos: -128.5,15.5 + - type: Transform + pos: -128.5,15.5 parent: 1 - type: Transform - uid: 6463 components: - - pos: -128.5,14.5 + - type: Transform + pos: -128.5,14.5 parent: 1 - type: Transform - uid: 6478 components: - - pos: -139.5,25.5 + - type: Transform + pos: -139.5,25.5 parent: 1 - type: Transform - uid: 6479 components: - - pos: -135.5,25.5 + - type: Transform + pos: -135.5,25.5 parent: 1 - type: Transform - uid: 6491 components: - - pos: -128.5,-4.5 + - type: Transform + pos: -128.5,-4.5 parent: 1 - type: Transform - uid: 6492 components: - - pos: -127.5,-4.5 + - type: Transform + pos: -127.5,-4.5 parent: 1 - type: Transform - uid: 6493 components: - - pos: -126.5,-4.5 + - type: Transform + pos: -126.5,-4.5 parent: 1 - type: Transform - uid: 6494 components: - - pos: -125.5,-4.5 + - type: Transform + pos: -125.5,-4.5 parent: 1 - type: Transform - uid: 6495 components: - - pos: -124.5,-4.5 + - type: Transform + pos: -124.5,-4.5 parent: 1 - type: Transform - uid: 6533 components: - - pos: -124.5,14.5 + - type: Transform + pos: -124.5,14.5 parent: 1 - type: Transform - uid: 6534 components: - - pos: -125.5,14.5 + - type: Transform + pos: -125.5,14.5 parent: 1 - type: Transform - uid: 6535 components: - - pos: -126.5,14.5 + - type: Transform + pos: -126.5,14.5 parent: 1 - type: Transform - uid: 6536 components: - - pos: -127.5,14.5 + - type: Transform + pos: -127.5,14.5 parent: 1 - type: Transform - uid: 6551 components: - - pos: -3.5,39.5 + - type: Transform + pos: -3.5,39.5 parent: 1 - type: Transform - uid: 6556 components: - - pos: -118.5,-5.5 + - type: Transform + pos: -118.5,-5.5 parent: 1 - type: Transform - uid: 6557 components: - - pos: -119.5,-5.5 + - type: Transform + pos: -119.5,-5.5 parent: 1 - type: Transform - uid: 6558 components: - - pos: -120.5,-5.5 + - type: Transform + pos: -120.5,-5.5 parent: 1 - type: Transform - uid: 6559 components: - - pos: -121.5,-5.5 + - type: Transform + pos: -121.5,-5.5 parent: 1 - type: Transform - uid: 6560 components: - - pos: -121.5,-4.5 + - type: Transform + pos: -121.5,-4.5 parent: 1 - type: Transform - uid: 6561 components: - - pos: -121.5,-3.5 + - type: Transform + pos: -121.5,-3.5 parent: 1 - type: Transform - uid: 6562 components: - - pos: -121.5,-2.5 + - type: Transform + pos: -121.5,-2.5 parent: 1 - type: Transform - uid: 6563 components: - - pos: -121.5,-1.5 + - type: Transform + pos: -121.5,-1.5 parent: 1 - type: Transform - uid: 6564 components: - - pos: -121.5,-0.5 + - type: Transform + pos: -121.5,-0.5 parent: 1 - type: Transform - uid: 6565 components: - - pos: -121.5,0.5 + - type: Transform + pos: -121.5,0.5 parent: 1 - type: Transform - uid: 6566 components: - - pos: -121.5,1.5 + - type: Transform + pos: -121.5,1.5 parent: 1 - type: Transform - uid: 6567 components: - - pos: -121.5,2.5 + - type: Transform + pos: -121.5,2.5 parent: 1 - type: Transform - uid: 6568 components: - - pos: -121.5,3.5 + - type: Transform + pos: -121.5,3.5 parent: 1 - type: Transform - uid: 6569 components: - - pos: -121.5,4.5 + - type: Transform + pos: -121.5,4.5 parent: 1 - type: Transform - uid: 6570 components: - - pos: -126.5,17.5 + - type: Transform + pos: -126.5,17.5 parent: 1 - type: Transform - uid: 6572 components: - - pos: -126.5,18.5 + - type: Transform + pos: -126.5,18.5 parent: 1 - type: Transform - uid: 6573 components: - - pos: -121.5,8.5 + - type: Transform + pos: -121.5,8.5 parent: 1 - type: Transform - uid: 6574 components: - - pos: -121.5,9.5 + - type: Transform + pos: -121.5,9.5 parent: 1 - type: Transform - uid: 6575 components: - - pos: -121.5,10.5 + - type: Transform + pos: -121.5,10.5 parent: 1 - type: Transform - uid: 6576 components: - - pos: -121.5,11.5 + - type: Transform + pos: -121.5,11.5 parent: 1 - type: Transform - uid: 6577 components: - - pos: -121.5,12.5 + - type: Transform + pos: -121.5,12.5 parent: 1 - type: Transform - uid: 6578 components: - - pos: -121.5,13.5 + - type: Transform + pos: -121.5,13.5 parent: 1 - type: Transform - uid: 6582 components: - - pos: -121.5,17.5 + - type: Transform + pos: -121.5,17.5 parent: 1 - type: Transform - uid: 6583 components: - - pos: -121.5,18.5 + - type: Transform + pos: -121.5,18.5 parent: 1 - type: Transform - uid: 6584 components: - - pos: -121.5,19.5 + - type: Transform + pos: -121.5,19.5 parent: 1 - type: Transform - uid: 6593 components: - - pos: -12.5,22.5 + - type: Transform + pos: -12.5,22.5 parent: 1 - type: Transform - uid: 6594 components: - - pos: -11.5,22.5 + - type: Transform + pos: -11.5,22.5 parent: 1 - type: Transform - uid: 6595 components: - - pos: -10.5,22.5 + - type: Transform + pos: -10.5,22.5 parent: 1 - type: Transform - uid: 6600 components: - - pos: 1.5,29.5 + - type: Transform + pos: 1.5,29.5 parent: 1 - type: Transform - uid: 6601 components: - - pos: -9.5,22.5 + - type: Transform + pos: -9.5,22.5 parent: 1 - type: Transform - uid: 6602 components: - - pos: -8.5,22.5 + - type: Transform + pos: -8.5,22.5 parent: 1 - type: Transform - uid: 6603 components: - - pos: -7.5,22.5 + - type: Transform + pos: -7.5,22.5 parent: 1 - type: Transform - uid: 6604 components: - - pos: -6.5,22.5 + - type: Transform + pos: -6.5,22.5 parent: 1 - type: Transform - uid: 6605 components: - - pos: -5.5,22.5 + - type: Transform + pos: -5.5,22.5 parent: 1 - type: Transform - uid: 6608 components: - - pos: -7.5,27.5 + - type: Transform + pos: -7.5,27.5 parent: 1 - type: Transform - uid: 6609 components: - - pos: -6.5,27.5 + - type: Transform + pos: -6.5,27.5 parent: 1 - type: Transform - uid: 6610 components: - - pos: -5.5,27.5 + - type: Transform + pos: -5.5,27.5 parent: 1 - type: Transform - uid: 6612 components: - - pos: -5.5,24.5 + - type: Transform + pos: -5.5,24.5 parent: 1 - type: Transform - uid: 6613 components: - - pos: -5.5,25.5 + - type: Transform + pos: -5.5,25.5 parent: 1 - type: Transform - uid: 6614 components: - - pos: -5.5,26.5 + - type: Transform + pos: -5.5,26.5 parent: 1 - type: Transform - uid: 6670 components: - - pos: -26.5,29.5 + - type: Transform + pos: -26.5,29.5 parent: 1 - type: Transform - uid: 6671 components: - - pos: -26.5,28.5 + - type: Transform + pos: -26.5,28.5 parent: 1 - type: Transform - uid: 6672 components: - - pos: -26.5,27.5 + - type: Transform + pos: -26.5,27.5 parent: 1 - type: Transform - uid: 6679 components: - - pos: -42.5,22.5 + - type: Transform + pos: -42.5,22.5 parent: 1 - type: Transform - uid: 6681 components: - - pos: -50.5,34.5 + - type: Transform + pos: -50.5,34.5 parent: 1 - type: Transform - uid: 6695 components: - - pos: -45.5,41.5 + - type: Transform + pos: -45.5,41.5 parent: 1 - type: Transform - uid: 6721 components: - - pos: -29.5,-37.5 + - type: Transform + pos: -29.5,-37.5 parent: 1 - type: Transform - uid: 6722 components: - - pos: -29.5,-36.5 + - type: Transform + pos: -29.5,-36.5 parent: 1 - type: Transform - uid: 6723 components: - - pos: -29.5,-35.5 + - type: Transform + pos: -29.5,-35.5 parent: 1 - type: Transform - uid: 6724 components: - - pos: -29.5,-34.5 + - type: Transform + pos: -29.5,-34.5 parent: 1 - type: Transform - uid: 6725 components: - - pos: -29.5,-33.5 + - type: Transform + pos: -29.5,-33.5 parent: 1 - type: Transform - uid: 6726 components: - - pos: -29.5,-32.5 + - type: Transform + pos: -29.5,-32.5 parent: 1 - type: Transform - uid: 6727 components: - - pos: -29.5,-31.5 + - type: Transform + pos: -29.5,-31.5 parent: 1 - type: Transform - uid: 6770 components: - - pos: -20.5,-46.5 + - type: Transform + pos: -20.5,-46.5 parent: 1 - type: Transform - uid: 6771 components: - - pos: -19.5,-46.5 + - type: Transform + pos: -19.5,-46.5 parent: 1 - type: Transform - uid: 6772 components: - - pos: -18.5,-46.5 + - type: Transform + pos: -18.5,-46.5 parent: 1 - type: Transform - uid: 6773 components: - - pos: -17.5,-46.5 + - type: Transform + pos: -17.5,-46.5 parent: 1 - type: Transform - uid: 6793 components: - - pos: -125.5,-51.5 + - type: Transform + pos: -125.5,-51.5 parent: 1 - type: Transform - uid: 6797 components: - - pos: -17.5,-42.5 + - type: Transform + pos: -17.5,-42.5 parent: 1 - type: Transform - uid: 6807 components: - - pos: -114.5,-47.5 + - type: Transform + pos: -114.5,-47.5 parent: 1 - type: Transform - uid: 6808 components: - - pos: -113.5,-41.5 + - type: Transform + pos: -113.5,-41.5 parent: 1 - type: Transform - uid: 6809 components: - - pos: -113.5,-37.5 + - type: Transform + pos: -113.5,-37.5 parent: 1 - type: Transform - uid: 6821 components: - - pos: -30.5,-45.5 + - type: Transform + pos: -30.5,-45.5 parent: 1 - type: Transform - uid: 6822 components: - - pos: -34.5,-41.5 + - type: Transform + pos: -34.5,-41.5 parent: 1 - type: Transform - uid: 6823 components: - - pos: -30.5,-41.5 + - type: Transform + pos: -30.5,-41.5 parent: 1 - type: Transform - uid: 6825 components: - - pos: -34.5,-45.5 + - type: Transform + pos: -34.5,-45.5 parent: 1 - type: Transform - uid: 6847 components: - - pos: -39.5,-41.5 + - type: Transform + pos: -39.5,-41.5 parent: 1 - type: Transform - uid: 6848 components: - - pos: -39.5,-42.5 + - type: Transform + pos: -39.5,-42.5 parent: 1 - type: Transform - uid: 6849 components: - - pos: -39.5,-43.5 + - type: Transform + pos: -39.5,-43.5 parent: 1 - type: Transform - uid: 6850 components: - - pos: -39.5,-44.5 + - type: Transform + pos: -39.5,-44.5 parent: 1 - type: Transform - uid: 6851 components: - - pos: -39.5,-45.5 + - type: Transform + pos: -39.5,-45.5 parent: 1 - type: Transform - uid: 6852 components: - - pos: -38.5,-45.5 + - type: Transform + pos: -38.5,-45.5 parent: 1 - type: Transform - uid: 6855 components: - - pos: -35.5,-45.5 + - type: Transform + pos: -35.5,-45.5 parent: 1 - type: Transform - uid: 6862 components: - - pos: -48.5,-63.5 + - type: Transform + pos: -48.5,-63.5 parent: 1 - type: Transform - uid: 6863 components: - - pos: -47.5,-60.5 + - type: Transform + pos: -47.5,-60.5 parent: 1 - type: Transform - uid: 6864 components: - - pos: -46.5,-60.5 + - type: Transform + pos: -46.5,-60.5 parent: 1 - type: Transform - uid: 6865 components: - - pos: -45.5,-60.5 + - type: Transform + pos: -45.5,-60.5 parent: 1 - type: Transform - uid: 6944 components: - - pos: -61.5,-29.5 + - type: Transform + pos: -61.5,-29.5 parent: 1 - type: Transform - uid: 6952 components: - - pos: -33.5,-56.5 + - type: Transform + pos: -33.5,-56.5 parent: 1 - type: Transform - uid: 6954 components: - - pos: -32.5,-53.5 + - type: Transform + pos: -32.5,-53.5 parent: 1 - type: Transform - uid: 6955 components: - - pos: -32.5,-56.5 + - type: Transform + pos: -32.5,-56.5 parent: 1 - type: Transform - uid: 6956 components: - - pos: -31.5,-53.5 + - type: Transform + pos: -31.5,-53.5 parent: 1 - type: Transform - uid: 6962 components: - - pos: -37.5,-60.5 + - type: Transform + pos: -37.5,-60.5 parent: 1 - type: Transform - uid: 6975 components: - - pos: -37.5,-56.5 + - type: Transform + pos: -37.5,-56.5 parent: 1 - type: Transform - uid: 7010 components: - - pos: -37.5,-61.5 + - type: Transform + pos: -37.5,-61.5 parent: 1 - type: Transform - uid: 7011 components: - - pos: -37.5,-62.5 + - type: Transform + pos: -37.5,-62.5 parent: 1 - type: Transform - uid: 7012 components: - - pos: -37.5,-63.5 + - type: Transform + pos: -37.5,-63.5 parent: 1 - type: Transform - uid: 7041 components: - - pos: -37.5,-64.5 + - type: Transform + pos: -37.5,-64.5 parent: 1 - type: Transform - uid: 7042 components: - - pos: -38.5,-65.5 + - type: Transform + pos: -38.5,-65.5 parent: 1 - type: Transform - uid: 7051 components: - - pos: -37.5,-65.5 + - type: Transform + pos: -37.5,-65.5 parent: 1 - type: Transform - uid: 7052 components: - - pos: -39.5,-65.5 + - type: Transform + pos: -39.5,-65.5 parent: 1 - type: Transform - uid: 7054 components: - - pos: -40.5,-65.5 + - type: Transform + pos: -40.5,-65.5 parent: 1 - type: Transform - uid: 7057 components: - - pos: -39.5,-70.5 + - type: Transform + pos: -39.5,-70.5 parent: 1 - type: Transform - uid: 7058 components: - - pos: -38.5,-68.5 + - type: Transform + pos: -38.5,-68.5 parent: 1 - type: Transform - uid: 7060 components: - - pos: -48.5,-64.5 + - type: Transform + pos: -48.5,-64.5 parent: 1 - type: Transform - uid: 7061 components: - - pos: -47.5,-64.5 + - type: Transform + pos: -47.5,-64.5 parent: 1 - type: Transform - uid: 7063 components: - - pos: -48.5,-60.5 + - type: Transform + pos: -48.5,-60.5 parent: 1 - type: Transform - uid: 7064 components: - - pos: -48.5,-61.5 + - type: Transform + pos: -48.5,-61.5 parent: 1 - type: Transform - uid: 7065 components: - - pos: -48.5,-62.5 + - type: Transform + pos: -48.5,-62.5 parent: 1 - type: Transform - uid: 7066 components: - - pos: -41.5,-62.5 + - type: Transform + pos: -41.5,-62.5 parent: 1 - type: Transform - uid: 7107 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 1 - type: Transform - uid: 7110 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 1 - type: Transform - uid: 7114 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 1 - type: Transform - uid: 7116 components: - - pos: -9.5,-15.5 + - type: Transform + pos: -9.5,-15.5 parent: 1 - type: Transform - uid: 7117 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 1 - type: Transform - uid: 7118 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 7119 components: - - pos: 17.5,-11.5 + - type: Transform + pos: 17.5,-11.5 parent: 1 - type: Transform - uid: 7120 components: - - pos: 18.5,-11.5 + - type: Transform + pos: 18.5,-11.5 parent: 1 - type: Transform - uid: 7121 components: - - pos: 19.5,-11.5 + - type: Transform + pos: 19.5,-11.5 parent: 1 - type: Transform - uid: 7122 components: - - pos: 20.5,-11.5 + - type: Transform + pos: 20.5,-11.5 parent: 1 - type: Transform - uid: 7123 components: - - pos: 21.5,-11.5 + - type: Transform + pos: 21.5,-11.5 parent: 1 - type: Transform - uid: 7124 components: - - pos: 22.5,-11.5 + - type: Transform + pos: 22.5,-11.5 parent: 1 - type: Transform - uid: 7125 components: - - pos: 23.5,-11.5 + - type: Transform + pos: 23.5,-11.5 parent: 1 - type: Transform - uid: 7126 components: - - pos: 24.5,-11.5 + - type: Transform + pos: 24.5,-11.5 parent: 1 - type: Transform - uid: 7127 components: - - pos: 25.5,-11.5 + - type: Transform + pos: 25.5,-11.5 parent: 1 - type: Transform - uid: 7128 components: - - pos: 25.5,-12.5 + - type: Transform + pos: 25.5,-12.5 parent: 1 - type: Transform - uid: 7130 components: - - pos: 25.5,-14.5 + - type: Transform + pos: 25.5,-14.5 parent: 1 - type: Transform - uid: 7131 components: - - pos: 25.5,-15.5 + - type: Transform + pos: 25.5,-15.5 parent: 1 - type: Transform - uid: 7132 components: - - pos: 25.5,-16.5 + - type: Transform + pos: 25.5,-16.5 parent: 1 - type: Transform - uid: 7133 components: - - pos: 25.5,-17.5 + - type: Transform + pos: 25.5,-17.5 parent: 1 - type: Transform - uid: 7135 components: - - pos: 19.5,-15.5 + - type: Transform + pos: 19.5,-15.5 parent: 1 - type: Transform - uid: 7136 components: - - pos: 20.5,-15.5 + - type: Transform + pos: 20.5,-15.5 parent: 1 - type: Transform - uid: 7137 components: - - pos: 21.5,-15.5 + - type: Transform + pos: 21.5,-15.5 parent: 1 - type: Transform - uid: 7138 components: - - pos: 22.5,-15.5 + - type: Transform + pos: 22.5,-15.5 parent: 1 - type: Transform - uid: 7139 components: - - pos: 23.5,-15.5 + - type: Transform + pos: 23.5,-15.5 parent: 1 - type: Transform - uid: 7140 components: - - pos: 25.5,-18.5 + - type: Transform + pos: 25.5,-18.5 parent: 1 - type: Transform - uid: 7141 components: - - pos: 25.5,-18.5 + - type: Transform + pos: 25.5,-18.5 parent: 1 - type: Transform - uid: 7142 components: - - pos: 25.5,-19.5 + - type: Transform + pos: 25.5,-19.5 parent: 1 - type: Transform - uid: 7143 components: - - pos: 25.5,-20.5 + - type: Transform + pos: 25.5,-20.5 parent: 1 - type: Transform - uid: 7144 components: - - pos: 25.5,-21.5 + - type: Transform + pos: 25.5,-21.5 parent: 1 - type: Transform - uid: 7156 components: - - pos: -79.5,33.5 + - type: Transform + pos: -79.5,33.5 parent: 1 - type: Transform - uid: 7213 components: - - pos: -45.5,40.5 + - type: Transform + pos: -45.5,40.5 parent: 1 - type: Transform - uid: 7214 components: - - pos: -45.5,42.5 + - type: Transform + pos: -45.5,42.5 parent: 1 - type: Transform - uid: 7263 components: - - pos: -42.5,25.5 + - type: Transform + pos: -42.5,25.5 parent: 1 - type: Transform - uid: 7342 components: - - pos: -50.5,31.5 + - type: Transform + pos: -50.5,31.5 parent: 1 - type: Transform - uid: 7343 components: - - pos: -52.5,31.5 + - type: Transform + pos: -52.5,31.5 parent: 1 - type: Transform - uid: 7348 components: - - pos: -51.5,31.5 + - type: Transform + pos: -51.5,31.5 parent: 1 - type: Transform - uid: 7351 components: - - pos: -53.5,31.5 + - type: Transform + pos: -53.5,31.5 parent: 1 - type: Transform - uid: 7357 components: - - pos: -100.5,48.5 + - type: Transform + pos: -100.5,48.5 parent: 1 - type: Transform - uid: 7359 components: - - pos: -83.5,42.5 + - type: Transform + pos: -83.5,42.5 parent: 1 - type: Transform - uid: 7360 components: - - pos: -80.5,42.5 + - type: Transform + pos: -80.5,42.5 parent: 1 - type: Transform - uid: 7361 components: - - pos: -79.5,42.5 + - type: Transform + pos: -79.5,42.5 parent: 1 - type: Transform - uid: 7362 components: - - pos: -79.5,41.5 + - type: Transform + pos: -79.5,41.5 parent: 1 - type: Transform - uid: 7363 components: - - pos: -79.5,40.5 + - type: Transform + pos: -79.5,40.5 parent: 1 - type: Transform - uid: 7364 components: - - pos: -79.5,32.5 + - type: Transform + pos: -79.5,32.5 parent: 1 - type: Transform - uid: 7365 components: - - pos: -79.5,31.5 + - type: Transform + pos: -79.5,31.5 parent: 1 - type: Transform - uid: 7366 components: - - pos: -80.5,31.5 + - type: Transform + pos: -80.5,31.5 parent: 1 - type: Transform - uid: 7368 components: - - pos: -84.5,47.5 + - type: Transform + pos: -84.5,47.5 parent: 1 - type: Transform - uid: 7370 components: - - pos: -84.5,30.5 + - type: Transform + pos: -84.5,30.5 parent: 1 - type: Transform - uid: 7373 components: - - pos: -100.5,49.5 + - type: Transform + pos: -100.5,49.5 parent: 1 - type: Transform - uid: 7375 components: - - pos: -101.5,29.5 + - type: Transform + pos: -101.5,29.5 parent: 1 - type: Transform - uid: 7382 components: - - pos: -87.5,47.5 + - type: Transform + pos: -87.5,47.5 parent: 1 - type: Transform - uid: 7383 components: - - pos: -101.5,42.5 + - type: Transform + pos: -101.5,42.5 parent: 1 - type: Transform - uid: 7391 components: - - pos: -89.5,28.5 + - type: Transform + pos: -89.5,28.5 parent: 1 - type: Transform - uid: 7394 components: - - pos: -101.5,41.5 + - type: Transform + pos: -101.5,41.5 parent: 1 - type: Transform - uid: 7395 components: - - pos: -101.5,36.5 + - type: Transform + pos: -101.5,36.5 parent: 1 - type: Transform - uid: 7396 components: - - pos: -102.5,47.5 + - type: Transform + pos: -102.5,47.5 parent: 1 - type: Transform - uid: 7398 components: - - pos: -84.5,31.5 + - type: Transform + pos: -84.5,31.5 parent: 1 - type: Transform - uid: 7399 components: - - pos: -84.5,43.5 + - type: Transform + pos: -84.5,43.5 parent: 1 - type: Transform - uid: 7400 components: - - pos: -100.5,28.5 + - type: Transform + pos: -100.5,28.5 parent: 1 - type: Transform - uid: 7404 components: - - pos: -87.5,37.5 + - type: Transform + pos: -87.5,37.5 parent: 1 - type: Transform - uid: 7406 components: - - pos: -100.5,47.5 + - type: Transform + pos: -100.5,47.5 parent: 1 - type: Transform - uid: 7407 components: - - pos: -87.5,33.5 + - type: Transform + pos: -87.5,33.5 parent: 1 - type: Transform - uid: 7413 components: - - pos: -99.5,28.5 + - type: Transform + pos: -99.5,28.5 parent: 1 - type: Transform - uid: 7414 components: - - pos: -85.5,28.5 + - type: Transform + pos: -85.5,28.5 parent: 1 - type: Transform - uid: 7415 components: - - pos: -84.5,42.5 + - type: Transform + pos: -84.5,42.5 parent: 1 - type: Transform - uid: 7416 components: - - pos: -87.5,39.5 + - type: Transform + pos: -87.5,39.5 parent: 1 - type: Transform - uid: 7417 components: - - pos: -101.5,47.5 + - type: Transform + pos: -101.5,47.5 parent: 1 - type: Transform - uid: 7418 components: - - pos: -102.5,36.5 + - type: Transform + pos: -102.5,36.5 parent: 1 - type: Transform - uid: 7419 components: - - pos: -102.5,40.5 + - type: Transform + pos: -102.5,40.5 parent: 1 - type: Transform - uid: 7423 components: - - pos: -85.5,24.5 + - type: Transform + pos: -85.5,24.5 parent: 1 - type: Transform - uid: 7430 components: - - pos: -100.5,29.5 + - type: Transform + pos: -100.5,29.5 parent: 1 - type: Transform - uid: 7437 components: - - pos: -101.5,35.5 + - type: Transform + pos: -101.5,35.5 parent: 1 - type: Transform - uid: 7438 components: - - pos: -84.5,48.5 + - type: Transform + pos: -84.5,48.5 parent: 1 - type: Transform - uid: 7441 components: - - pos: -54.5,25.5 + - type: Transform + pos: -54.5,25.5 parent: 1 - type: Transform - uid: 7450 components: - - pos: -46.5,25.5 + - type: Transform + pos: -46.5,25.5 parent: 1 - type: Transform - uid: 7452 components: - - pos: -50.5,25.5 + - type: Transform + pos: -50.5,25.5 parent: 1 - type: Transform - uid: 7466 components: - - pos: -50.5,18.5 + - type: Transform + pos: -50.5,18.5 parent: 1 - type: Transform - uid: 7467 components: - - pos: -50.5,18.5 + - type: Transform + pos: -50.5,18.5 parent: 1 - type: Transform - uid: 7468 components: - - pos: -49.5,18.5 + - type: Transform + pos: -49.5,18.5 parent: 1 - type: Transform - uid: 7470 components: - - pos: -43.5,18.5 + - type: Transform + pos: -43.5,18.5 parent: 1 - type: Transform - uid: 7471 components: - - pos: -42.5,18.5 + - type: Transform + pos: -42.5,18.5 parent: 1 - type: Transform - uid: 7472 components: - - pos: -42.5,17.5 + - type: Transform + pos: -42.5,17.5 parent: 1 - type: Transform - uid: 7500 components: - - pos: -84.5,24.5 + - type: Transform + pos: -84.5,24.5 parent: 1 - type: Transform - uid: 7501 components: - - pos: -84.5,25.5 + - type: Transform + pos: -84.5,25.5 parent: 1 - type: Transform - uid: 7502 components: - - pos: -84.5,26.5 + - type: Transform + pos: -84.5,26.5 parent: 1 - type: Transform - uid: 7503 components: - - pos: -84.5,27.5 + - type: Transform + pos: -84.5,27.5 parent: 1 - type: Transform - uid: 7504 components: - - pos: -83.5,27.5 + - type: Transform + pos: -83.5,27.5 parent: 1 - type: Transform - uid: 7505 components: - - pos: -82.5,27.5 + - type: Transform + pos: -82.5,27.5 parent: 1 - type: Transform - uid: 7506 components: - - pos: -81.5,27.5 + - type: Transform + pos: -81.5,27.5 parent: 1 - type: Transform - uid: 7507 components: - - pos: -80.5,27.5 + - type: Transform + pos: -80.5,27.5 parent: 1 - type: Transform - uid: 7508 components: - - pos: -80.5,28.5 + - type: Transform + pos: -80.5,28.5 parent: 1 - type: Transform - uid: 7509 components: - - pos: -80.5,29.5 + - type: Transform + pos: -80.5,29.5 parent: 1 - type: Transform - uid: 7510 components: - - pos: -79.5,29.5 + - type: Transform + pos: -79.5,29.5 parent: 1 - type: Transform - uid: 7511 components: - - pos: -78.5,29.5 + - type: Transform + pos: -78.5,29.5 parent: 1 - type: Transform - uid: 7512 components: - - pos: -77.5,29.5 + - type: Transform + pos: -77.5,29.5 parent: 1 - type: Transform - uid: 7513 components: - - pos: -76.5,29.5 + - type: Transform + pos: -76.5,29.5 parent: 1 - type: Transform - uid: 7527 components: - - pos: -86.5,24.5 + - type: Transform + pos: -86.5,24.5 parent: 1 - type: Transform - uid: 7528 components: - - pos: -87.5,24.5 + - type: Transform + pos: -87.5,24.5 parent: 1 - type: Transform - uid: 7529 components: - - pos: -88.5,24.5 + - type: Transform + pos: -88.5,24.5 parent: 1 - type: Transform - uid: 7530 components: - - pos: -89.5,24.5 + - type: Transform + pos: -89.5,24.5 parent: 1 - type: Transform - uid: 7847 components: - - pos: -91.5,17.5 + - type: Transform + pos: -91.5,17.5 parent: 1 - type: Transform - uid: 7849 components: - - pos: -91.5,13.5 + - type: Transform + pos: -91.5,13.5 parent: 1 - type: Transform - uid: 7852 components: - - pos: -95.5,13.5 + - type: Transform + pos: -95.5,13.5 parent: 1 - type: Transform - uid: 7854 components: - - pos: -92.5,17.5 + - type: Transform + pos: -92.5,17.5 parent: 1 - type: Transform - uid: 7855 components: - - pos: -93.5,17.5 + - type: Transform + pos: -93.5,17.5 parent: 1 - type: Transform - uid: 7856 components: - - pos: -94.5,17.5 + - type: Transform + pos: -94.5,17.5 parent: 1 - type: Transform - uid: 7857 components: - - pos: -95.5,17.5 + - type: Transform + pos: -95.5,17.5 parent: 1 - type: Transform - uid: 7858 components: - - pos: -96.5,17.5 + - type: Transform + pos: -96.5,17.5 parent: 1 - type: Transform - uid: 7859 components: - - pos: -97.5,11.5 + - type: Transform + pos: -97.5,11.5 parent: 1 - type: Transform - uid: 7860 components: - - pos: -101.5,15.5 + - type: Transform + pos: -101.5,15.5 parent: 1 - type: Transform - uid: 7861 components: - - pos: -101.5,14.5 + - type: Transform + pos: -101.5,14.5 parent: 1 - type: Transform - uid: 7862 components: - - pos: -101.5,13.5 + - type: Transform + pos: -101.5,13.5 parent: 1 - type: Transform - uid: 7863 components: - - pos: -101.5,12.5 + - type: Transform + pos: -101.5,12.5 parent: 1 - type: Transform - uid: 7937 components: - - pos: -95.5,14.5 + - type: Transform + pos: -95.5,14.5 parent: 1 - type: Transform - uid: 7938 components: - - pos: -96.5,14.5 + - type: Transform + pos: -96.5,14.5 parent: 1 - type: Transform - uid: 7939 components: - - pos: -96.5,15.5 + - type: Transform + pos: -96.5,15.5 parent: 1 - type: Transform - uid: 7940 components: - - pos: -96.5,16.5 + - type: Transform + pos: -96.5,16.5 parent: 1 - type: Transform - uid: 7941 components: - - pos: -101.5,16.5 + - type: Transform + pos: -101.5,16.5 parent: 1 - type: Transform - uid: 7942 components: - - pos: -101.5,17.5 + - type: Transform + pos: -101.5,17.5 parent: 1 - type: Transform - uid: 7943 components: - - pos: -101.5,18.5 + - type: Transform + pos: -101.5,18.5 parent: 1 - type: Transform - uid: 7944 components: - - pos: -101.5,19.5 + - type: Transform + pos: -101.5,19.5 parent: 1 - type: Transform - uid: 7945 components: - - pos: -102.5,19.5 + - type: Transform + pos: -102.5,19.5 parent: 1 - type: Transform - uid: 7946 components: - - pos: -103.5,19.5 + - type: Transform + pos: -103.5,19.5 parent: 1 - type: Transform - uid: 7947 components: - - pos: -104.5,19.5 + - type: Transform + pos: -104.5,19.5 parent: 1 - type: Transform - uid: 7948 components: - - pos: -105.5,19.5 + - type: Transform + pos: -105.5,19.5 parent: 1 - type: Transform - uid: 7952 components: - - pos: -109.5,19.5 + - type: Transform + pos: -109.5,19.5 parent: 1 - type: Transform - uid: 7953 components: - - pos: -110.5,19.5 + - type: Transform + pos: -110.5,19.5 parent: 1 - type: Transform - uid: 7957 components: - - pos: -114.5,19.5 + - type: Transform + pos: -114.5,19.5 parent: 1 - type: Transform - uid: 7958 components: - - pos: -115.5,19.5 + - type: Transform + pos: -115.5,19.5 parent: 1 - type: Transform - uid: 7962 components: - - pos: -119.5,19.5 + - type: Transform + pos: -119.5,19.5 parent: 1 - type: Transform - uid: 7963 components: - - pos: -120.5,19.5 + - type: Transform + pos: -120.5,19.5 parent: 1 - type: Transform - uid: 8078 components: - - pos: -122.5,-44.5 + - type: Transform + pos: -122.5,-44.5 parent: 1 - type: Transform - uid: 8080 components: - - pos: -90.5,-2.5 + - type: Transform + pos: -90.5,-2.5 parent: 1 - type: Transform - uid: 8081 components: - - pos: -119.5,-44.5 + - type: Transform + pos: -119.5,-44.5 parent: 1 - type: Transform - uid: 8087 components: - - pos: -90.5,-3.5 + - type: Transform + pos: -90.5,-3.5 parent: 1 - type: Transform - uid: 8126 components: - - pos: -71.5,1.5 + - type: Transform + pos: -71.5,1.5 parent: 1 - type: Transform - uid: 8127 components: - - pos: -68.5,1.5 + - type: Transform + pos: -68.5,1.5 parent: 1 - type: Transform - uid: 8128 components: - - pos: -68.5,0.5 + - type: Transform + pos: -68.5,0.5 parent: 1 - type: Transform - uid: 8129 components: - - pos: -68.5,-0.5 + - type: Transform + pos: -68.5,-0.5 parent: 1 - type: Transform - uid: 8130 components: - - pos: -68.5,-1.5 + - type: Transform + pos: -68.5,-1.5 parent: 1 - type: Transform - uid: 8131 components: - - pos: -68.5,-2.5 + - type: Transform + pos: -68.5,-2.5 parent: 1 - type: Transform - uid: 8132 components: - - pos: -71.5,-2.5 + - type: Transform + pos: -71.5,-2.5 parent: 1 - type: Transform - uid: 8148 components: - - pos: -118.5,-44.5 + - type: Transform + pos: -118.5,-44.5 parent: 1 - type: Transform - uid: 8149 components: - - pos: -116.5,-44.5 + - type: Transform + pos: -116.5,-44.5 parent: 1 - type: Transform - uid: 8197 components: - - pos: -49.5,42.5 + - type: Transform + pos: -49.5,42.5 parent: 1 - type: Transform - uid: 8207 components: - - pos: -111.5,16.5 + - type: Transform + pos: -111.5,16.5 parent: 1 - type: Transform - uid: 8208 components: - - pos: -119.5,2.5 + - type: Transform + pos: -119.5,2.5 parent: 1 - type: Transform - uid: 8211 components: - - pos: -119.5,-0.5 + - type: Transform + pos: -119.5,-0.5 parent: 1 - type: Transform - uid: 8215 components: - - pos: -119.5,-4.5 + - type: Transform + pos: -119.5,-4.5 parent: 1 - type: Transform - uid: 8227 components: - - pos: -97.5,9.5 + - type: Transform + pos: -97.5,9.5 parent: 1 - type: Transform - uid: 8229 components: - - pos: -97.5,10.5 + - type: Transform + pos: -97.5,10.5 parent: 1 - type: Transform - uid: 8230 components: - - pos: -99.5,11.5 + - type: Transform + pos: -99.5,11.5 parent: 1 - type: Transform - uid: 8232 components: - - pos: -100.5,13.5 + - type: Transform + pos: -100.5,13.5 parent: 1 - type: Transform - uid: 8233 components: - - pos: -100.5,13.5 + - type: Transform + pos: -100.5,13.5 parent: 1 - type: Transform - uid: 8258 components: - - pos: -99.5,9.5 + - type: Transform + pos: -99.5,9.5 parent: 1 - type: Transform - uid: 8259 components: - - pos: -99.5,10.5 + - type: Transform + pos: -99.5,10.5 parent: 1 - type: Transform - uid: 8284 components: - - pos: -124.5,-5.5 + - type: Transform + pos: -124.5,-5.5 parent: 1 - type: Transform - uid: 8342 components: - - pos: -132.5,-40.5 + - type: Transform + pos: -132.5,-40.5 parent: 1 - type: Transform - uid: 8354 components: - - pos: -132.5,-43.5 + - type: Transform + pos: -132.5,-43.5 parent: 1 - type: Transform - uid: 8474 components: - - pos: -11.5,-24.5 + - type: Transform + pos: -11.5,-24.5 parent: 1 - type: Transform - uid: 8502 components: - - pos: -12.5,-24.5 + - type: Transform + pos: -12.5,-24.5 parent: 1 - type: Transform - uid: 8736 components: - - pos: -124.5,15.5 + - type: Transform + pos: -124.5,15.5 parent: 1 - type: Transform - uid: 8737 components: - - pos: -124.5,16.5 + - type: Transform + pos: -124.5,16.5 parent: 1 - type: Transform - uid: 8741 components: - - pos: -125.5,23.5 + - type: Transform + pos: -125.5,23.5 parent: 1 - type: Transform - uid: 8742 components: - - pos: -125.5,22.5 + - type: Transform + pos: -125.5,22.5 parent: 1 - type: Transform - uid: 8743 components: - - pos: -125.5,21.5 + - type: Transform + pos: -125.5,21.5 parent: 1 - type: Transform - uid: 8744 components: - - pos: -124.5,23.5 + - type: Transform + pos: -124.5,23.5 parent: 1 - type: Transform - uid: 8745 components: - - pos: -124.5,-6.5 + - type: Transform + pos: -124.5,-6.5 parent: 1 - type: Transform - uid: 8746 components: - - pos: -124.5,-7.5 + - type: Transform + pos: -124.5,-7.5 parent: 1 - type: Transform - uid: 8747 components: - - pos: -132.5,-42.5 + - type: Transform + pos: -132.5,-42.5 parent: 1 - type: Transform - uid: 8748 components: - - pos: -131.5,-44.5 + - type: Transform + pos: -131.5,-44.5 parent: 1 - type: Transform - uid: 8749 components: - - pos: -129.5,-44.5 + - type: Transform + pos: -129.5,-44.5 parent: 1 - type: Transform - uid: 8750 components: - - pos: -119.5,-12.5 + - type: Transform + pos: -119.5,-12.5 parent: 1 - type: Transform - uid: 8751 components: - - pos: -124.5,-12.5 + - type: Transform + pos: -124.5,-12.5 parent: 1 - type: Transform - uid: 8755 components: - - pos: -120.5,-12.5 + - type: Transform + pos: -120.5,-12.5 parent: 1 - type: Transform - uid: 8757 components: - - pos: -127.5,-44.5 + - type: Transform + pos: -127.5,-44.5 parent: 1 - type: Transform - uid: 8758 components: - - pos: -126.5,-44.5 + - type: Transform + pos: -126.5,-44.5 parent: 1 - type: Transform - uid: 8759 components: - - pos: -114.5,-44.5 + - type: Transform + pos: -114.5,-44.5 parent: 1 - type: Transform - uid: 8763 components: - - pos: -125.5,-53.5 + - type: Transform + pos: -125.5,-53.5 parent: 1 - type: Transform - uid: 8766 components: - - pos: -113.5,-3.5 + - type: Transform + pos: -113.5,-3.5 parent: 1 - type: Transform - uid: 8767 components: - - pos: -114.5,-3.5 + - type: Transform + pos: -114.5,-3.5 parent: 1 - type: Transform - uid: 8768 components: - - pos: -116.5,-3.5 + - type: Transform + pos: -116.5,-3.5 parent: 1 - type: Transform - uid: 8771 components: - - pos: -117.5,-5.5 + - type: Transform + pos: -117.5,-5.5 parent: 1 - type: Transform - uid: 8772 components: - - pos: -116.5,-5.5 + - type: Transform + pos: -116.5,-5.5 parent: 1 - type: Transform - uid: 8773 components: - - pos: -115.5,-5.5 + - type: Transform + pos: -115.5,-5.5 parent: 1 - type: Transform - uid: 8774 components: - - pos: -114.5,-5.5 + - type: Transform + pos: -114.5,-5.5 parent: 1 - type: Transform - uid: 8776 components: - - pos: -116.5,-4.5 + - type: Transform + pos: -116.5,-4.5 + parent: 1 + - uid: 8788 + components: + - type: Transform + pos: -59.5,44.5 parent: 1 - type: Transform - uid: 8851 components: - - pos: -125.5,-49.5 + - type: Transform + pos: -125.5,-49.5 parent: 1 - type: Transform - uid: 8853 components: - - pos: -101.5,-40.5 + - type: Transform + pos: -101.5,-40.5 parent: 1 - type: Transform - uid: 8854 components: - - pos: -103.5,-40.5 + - type: Transform + pos: -103.5,-40.5 parent: 1 - type: Transform - uid: 8855 components: - - pos: -104.5,-41.5 + - type: Transform + pos: -104.5,-41.5 parent: 1 - type: Transform - uid: 8857 components: - - pos: -104.5,-43.5 + - type: Transform + pos: -104.5,-43.5 parent: 1 - type: Transform - uid: 8858 components: - - pos: -125.5,-50.5 + - type: Transform + pos: -125.5,-50.5 parent: 1 - type: Transform - uid: 8860 components: - - pos: -136.5,-49.5 + - type: Transform + pos: -136.5,-49.5 parent: 1 - type: Transform - uid: 8861 components: - - pos: -132.5,-34.5 + - type: Transform + pos: -132.5,-34.5 parent: 1 - type: Transform - uid: 8864 components: - - pos: -131.5,-49.5 + - type: Transform + pos: -131.5,-49.5 parent: 1 - type: Transform - uid: 8865 components: - - pos: -126.5,-53.5 + - type: Transform + pos: -126.5,-53.5 parent: 1 - type: Transform - uid: 8866 components: - - pos: -127.5,-49.5 + - type: Transform + pos: -127.5,-49.5 parent: 1 - type: Transform - uid: 8867 components: - - pos: -113.5,-44.5 + - type: Transform + pos: -113.5,-44.5 parent: 1 - type: Transform - uid: 8868 components: - - pos: -107.5,-46.5 + - type: Transform + pos: -107.5,-46.5 parent: 1 - type: Transform - uid: 8870 components: - - pos: -117.5,-36.5 + - type: Transform + pos: -117.5,-36.5 parent: 1 - type: Transform - uid: 8871 components: - - pos: -138.5,-35.5 + - type: Transform + pos: -138.5,-35.5 parent: 1 - type: Transform - uid: 8875 components: - - pos: -103.5,-33.5 + - type: Transform + pos: -103.5,-33.5 parent: 1 - type: Transform - uid: 8876 components: - - pos: -138.5,-39.5 + - type: Transform + pos: -138.5,-39.5 parent: 1 - type: Transform - uid: 8878 components: - - pos: -137.5,-41.5 + - type: Transform + pos: -137.5,-41.5 parent: 1 - type: Transform - uid: 8879 components: - - pos: -113.5,-47.5 + - type: Transform + pos: -113.5,-47.5 parent: 1 - type: Transform - uid: 8880 components: - - pos: -118.5,-13.5 + - type: Transform + pos: -118.5,-13.5 parent: 1 - type: Transform - uid: 8881 components: - - pos: -118.5,-12.5 + - type: Transform + pos: -118.5,-12.5 parent: 1 - type: Transform - uid: 8886 components: - - pos: -125.5,-8.5 + - type: Transform + pos: -125.5,-8.5 parent: 1 - type: Transform - uid: 8887 components: - - pos: -125.5,-9.5 + - type: Transform + pos: -125.5,-9.5 parent: 1 - type: Transform - uid: 8888 components: - - pos: -125.5,-10.5 + - type: Transform + pos: -125.5,-10.5 parent: 1 - type: Transform - uid: 8889 components: - - pos: -125.5,-11.5 + - type: Transform + pos: -125.5,-11.5 parent: 1 - type: Transform - uid: 8890 components: - - pos: -125.5,-12.5 + - type: Transform + pos: -125.5,-12.5 parent: 1 - type: Transform - uid: 8891 components: - - pos: -125.5,-7.5 + - type: Transform + pos: -125.5,-7.5 parent: 1 - type: Transform - uid: 8896 components: - - pos: -103.5,-34.5 + - type: Transform + pos: -103.5,-34.5 parent: 1 - type: Transform - uid: 8897 components: - - pos: -138.5,-34.5 + - type: Transform + pos: -138.5,-34.5 parent: 1 - type: Transform - uid: 8898 components: - - pos: -106.5,-44.5 + - type: Transform + pos: -106.5,-44.5 parent: 1 - type: Transform - uid: 8900 components: - - pos: -115.5,-34.5 + - type: Transform + pos: -115.5,-34.5 parent: 1 - type: Transform - uid: 8901 components: - - pos: -121.5,-47.5 + - type: Transform + pos: -121.5,-47.5 parent: 1 - type: Transform - uid: 8902 components: - - pos: -100.5,-44.5 + - type: Transform + pos: -100.5,-44.5 parent: 1 - type: Transform - uid: 8905 components: - - pos: -125.5,-22.5 + - type: Transform + pos: -125.5,-22.5 parent: 1 - type: Transform - uid: 8906 components: - - pos: -125.5,-23.5 + - type: Transform + pos: -125.5,-23.5 parent: 1 - type: Transform - uid: 8910 components: - - pos: -130.5,-31.5 + - type: Transform + pos: -130.5,-31.5 parent: 1 - type: Transform - uid: 8913 components: - - pos: 28.5,10.5 + - type: Transform + pos: 28.5,10.5 parent: 1 - type: Transform - uid: 8915 components: - - pos: -130.5,-32.5 + - type: Transform + pos: -130.5,-32.5 parent: 1 - type: Transform - uid: 8916 components: - - pos: -132.5,-38.5 + - type: Transform + pos: -132.5,-38.5 parent: 1 - type: Transform - uid: 8933 components: - - pos: -125.5,-21.5 + - type: Transform + pos: -125.5,-21.5 parent: 1 - type: Transform - uid: 8936 components: - - pos: -123.5,-19.5 + - type: Transform + pos: -123.5,-19.5 parent: 1 - type: Transform - uid: 8938 components: - - pos: -51.5,-77.5 + - type: Transform + pos: -51.5,-77.5 parent: 1 - type: Transform - uid: 8940 components: - - pos: -123.5,-18.5 + - type: Transform + pos: -123.5,-18.5 parent: 1 - type: Transform - uid: 8942 components: - - pos: 26.5,8.5 + - type: Transform + pos: 26.5,8.5 parent: 1 - type: Transform - uid: 8943 components: - - pos: -123.5,-17.5 + - type: Transform + pos: -123.5,-17.5 parent: 1 - type: Transform - uid: 8944 components: - - pos: -123.5,-16.5 + - type: Transform + pos: -123.5,-16.5 parent: 1 - type: Transform - uid: 8956 components: - - pos: -124.5,-26.5 + - type: Transform + pos: -124.5,-26.5 parent: 1 - type: Transform - uid: 8957 components: - - pos: -105.5,-9.5 + - type: Transform + pos: -105.5,-9.5 parent: 1 - type: Transform - uid: 8962 components: - - pos: -116.5,-22.5 + - type: Transform + pos: -116.5,-22.5 parent: 1 - type: Transform - uid: 8963 components: - - pos: -115.5,-12.5 + - type: Transform + pos: -115.5,-12.5 parent: 1 - type: Transform - uid: 8964 components: - - pos: -115.5,-13.5 + - type: Transform + pos: -115.5,-13.5 parent: 1 - type: Transform - uid: 8966 components: - - pos: -119.5,-31.5 + - type: Transform + pos: -119.5,-31.5 parent: 1 - type: Transform - uid: 8968 components: - - pos: -127.5,-26.5 + - type: Transform + pos: -127.5,-26.5 parent: 1 - type: Transform - uid: 8969 components: - - pos: -122.5,-31.5 + - type: Transform + pos: -122.5,-31.5 parent: 1 - type: Transform - uid: 8974 components: - - pos: -122.5,-25.5 + - type: Transform + pos: -122.5,-25.5 parent: 1 - type: Transform - uid: 8975 components: - - pos: -115.5,-15.5 + - type: Transform + pos: -115.5,-15.5 parent: 1 - type: Transform - uid: 8978 components: - - pos: -108.5,-23.5 + - type: Transform + pos: -108.5,-23.5 parent: 1 - type: Transform - uid: 8980 components: - - pos: -120.5,-22.5 + - type: Transform + pos: -120.5,-22.5 parent: 1 - type: Transform - uid: 8981 components: - - pos: -122.5,-23.5 + - type: Transform + pos: -122.5,-23.5 parent: 1 - type: Transform - uid: 8984 components: - - pos: -106.5,-37.5 + - type: Transform + pos: -106.5,-37.5 parent: 1 - type: Transform - uid: 8986 components: - - pos: -103.5,-31.5 + - type: Transform + pos: -103.5,-31.5 parent: 1 - type: Transform - uid: 8987 components: - - pos: -104.5,-37.5 + - type: Transform + pos: -104.5,-37.5 parent: 1 - type: Transform - uid: 8988 components: - - pos: -113.5,-23.5 + - type: Transform + pos: -113.5,-23.5 parent: 1 - type: Transform - uid: 8989 components: - - pos: -115.5,-17.5 + - type: Transform + pos: -115.5,-17.5 parent: 1 - type: Transform - uid: 8990 components: - - pos: -115.5,-22.5 + - type: Transform + pos: -115.5,-22.5 parent: 1 - type: Transform - uid: 8992 components: - - pos: -130.5,-28.5 + - type: Transform + pos: -130.5,-28.5 parent: 1 - type: Transform - uid: 8994 components: - - pos: -125.5,-47.5 + - type: Transform + pos: -125.5,-47.5 parent: 1 - type: Transform - uid: 8995 components: - - pos: -132.5,-33.5 + - type: Transform + pos: -132.5,-33.5 parent: 1 - type: Transform - uid: 8996 components: - - pos: -127.5,-47.5 + - type: Transform + pos: -127.5,-47.5 parent: 1 - type: Transform - uid: 8997 components: - - pos: -130.5,-33.5 + - type: Transform + pos: -130.5,-33.5 parent: 1 - type: Transform - uid: 9000 components: - - pos: -129.5,-36.5 + - type: Transform + pos: -129.5,-36.5 parent: 1 - type: Transform - uid: 9001 components: - - pos: -123.5,-36.5 + - type: Transform + pos: -123.5,-36.5 parent: 1 - type: Transform - uid: 9002 components: - - pos: -131.5,-47.5 + - type: Transform + pos: -131.5,-47.5 parent: 1 - type: Transform - uid: 9017 components: - - pos: -137.5,-46.5 + - type: Transform + pos: -137.5,-46.5 parent: 1 - type: Transform - uid: 9018 components: - - pos: -134.5,-38.5 + - type: Transform + pos: -134.5,-38.5 parent: 1 - type: Transform - uid: 9019 components: - - pos: -129.5,-41.5 + - type: Transform + pos: -129.5,-41.5 parent: 1 - type: Transform - uid: 9035 components: - - pos: -129.5,-32.5 + - type: Transform + pos: -129.5,-32.5 parent: 1 - type: Transform - uid: 9038 components: - - pos: -91.5,-36.5 + - type: Transform + pos: -91.5,-36.5 parent: 1 - type: Transform - uid: 9040 components: - - pos: -112.5,-41.5 + - type: Transform + pos: -112.5,-41.5 parent: 1 - type: Transform - uid: 9042 components: - - pos: -105.5,-42.5 + - type: Transform + pos: -105.5,-42.5 parent: 1 - type: Transform - uid: 9045 components: - - pos: -51.5,-78.5 + - type: Transform + pos: -51.5,-78.5 parent: 1 - type: Transform - uid: 9127 components: - - pos: -0.5,-36.5 + - type: Transform + pos: -0.5,-36.5 parent: 1 - type: Transform - uid: 9173 components: - - pos: 0.5,-41.5 + - type: Transform + pos: 0.5,-41.5 parent: 1 - type: Transform - uid: 9187 components: - - pos: -91.5,-37.5 + - type: Transform + pos: -91.5,-37.5 parent: 1 - type: Transform - uid: 9193 components: - - pos: -86.5,-41.5 + - type: Transform + pos: -86.5,-41.5 parent: 1 - type: Transform - uid: 9194 components: - - pos: -86.5,-42.5 + - type: Transform + pos: -86.5,-42.5 parent: 1 - type: Transform - uid: 9195 components: - - pos: -86.5,-43.5 + - type: Transform + pos: -86.5,-43.5 parent: 1 - type: Transform - uid: 9199 components: - - pos: -83.5,-41.5 + - type: Transform + pos: -83.5,-41.5 parent: 1 - type: Transform - uid: 9200 components: - - pos: -83.5,-42.5 + - type: Transform + pos: -83.5,-42.5 parent: 1 - type: Transform - uid: 9201 components: - - pos: -83.5,-43.5 + - type: Transform + pos: -83.5,-43.5 parent: 1 - type: Transform - uid: 9202 components: - - pos: -83.5,-44.5 + - type: Transform + pos: -83.5,-44.5 parent: 1 - type: Transform - uid: 9209 components: - - pos: -80.5,-47.5 + - type: Transform + pos: -80.5,-47.5 parent: 1 - type: Transform - uid: 9210 components: - - pos: -79.5,-47.5 + - type: Transform + pos: -79.5,-47.5 parent: 1 - type: Transform - uid: 9211 components: - - pos: -78.5,-47.5 + - type: Transform + pos: -78.5,-47.5 parent: 1 - type: Transform - uid: 9212 components: - - pos: -77.5,-47.5 + - type: Transform + pos: -77.5,-47.5 parent: 1 - type: Transform - uid: 9213 components: - - pos: -77.5,-50.5 + - type: Transform + pos: -77.5,-50.5 parent: 1 - type: Transform - uid: 9214 components: - - pos: -78.5,-50.5 + - type: Transform + pos: -78.5,-50.5 parent: 1 - type: Transform - uid: 9215 components: - - pos: -79.5,-50.5 + - type: Transform + pos: -79.5,-50.5 parent: 1 - type: Transform - uid: 9216 components: - - pos: -80.5,-50.5 + - type: Transform + pos: -80.5,-50.5 parent: 1 - type: Transform - uid: 9217 components: - - pos: -80.5,-51.5 + - type: Transform + pos: -80.5,-51.5 parent: 1 - type: Transform - uid: 9218 components: - - pos: -80.5,-52.5 + - type: Transform + pos: -80.5,-52.5 parent: 1 - type: Transform - uid: 9219 components: - - pos: -80.5,-53.5 + - type: Transform + pos: -80.5,-53.5 parent: 1 - type: Transform - uid: 9224 components: - - pos: -85.5,-53.5 + - type: Transform + pos: -85.5,-53.5 parent: 1 - type: Transform - uid: 9225 components: - - pos: -86.5,-53.5 + - type: Transform + pos: -86.5,-53.5 parent: 1 - type: Transform - uid: 9228 components: - - pos: -89.5,-53.5 + - type: Transform + pos: -89.5,-53.5 parent: 1 - type: Transform - uid: 9231 components: - - pos: -89.5,-50.5 + - type: Transform + pos: -89.5,-50.5 parent: 1 - type: Transform - uid: 9232 components: - - pos: -89.5,-49.5 + - type: Transform + pos: -89.5,-49.5 parent: 1 - type: Transform - uid: 9237 components: - - pos: -89.5,-44.5 + - type: Transform + pos: -89.5,-44.5 parent: 1 - type: Transform - uid: 9238 components: - - pos: -88.5,-44.5 + - type: Transform + pos: -88.5,-44.5 parent: 1 - type: Transform - uid: 9239 components: - - pos: -87.5,-44.5 + - type: Transform + pos: -87.5,-44.5 parent: 1 - type: Transform - uid: 9240 components: - - pos: -86.5,-44.5 + - type: Transform + pos: -86.5,-44.5 parent: 1 - type: Transform - uid: 9242 components: - - pos: 7.5,-39.5 + - type: Transform + pos: 7.5,-39.5 parent: 1 - type: Transform - uid: 9246 components: - - pos: 7.5,-38.5 + - type: Transform + pos: 7.5,-38.5 parent: 1 - type: Transform - uid: 9264 components: - - pos: -52.5,-66.5 + - type: Transform + pos: -52.5,-66.5 parent: 1 - type: Transform - uid: 9265 components: - - pos: -51.5,-66.5 + - type: Transform + pos: -51.5,-66.5 parent: 1 - type: Transform - uid: 9266 components: - - pos: -50.5,-66.5 + - type: Transform + pos: -50.5,-66.5 parent: 1 - type: Transform - uid: 9267 components: - - pos: -49.5,-66.5 + - type: Transform + pos: -49.5,-66.5 parent: 1 - type: Transform - uid: 9268 components: - - pos: -48.5,-66.5 + - type: Transform + pos: -48.5,-66.5 parent: 1 - type: Transform - uid: 9269 components: - - pos: -49.5,-70.5 + - type: Transform + pos: -49.5,-70.5 parent: 1 - type: Transform - uid: 9270 components: - - pos: -48.5,-70.5 + - type: Transform + pos: -48.5,-70.5 parent: 1 - type: Transform - uid: 9271 components: - - pos: -40.5,-70.5 + - type: Transform + pos: -40.5,-70.5 parent: 1 - type: Transform - uid: 9273 components: - - pos: -41.5,-65.5 + - type: Transform + pos: -41.5,-65.5 parent: 1 - type: Transform - uid: 9277 components: - - pos: -37.5,-68.5 + - type: Transform + pos: -37.5,-68.5 parent: 1 - type: Transform - uid: 9278 components: - - pos: -47.5,-66.5 + - type: Transform + pos: -47.5,-66.5 parent: 1 - type: Transform - uid: 9279 components: - - pos: -47.5,-65.5 + - type: Transform + pos: -47.5,-65.5 parent: 1 - type: Transform - uid: 9284 components: - - pos: -58.5,-68.5 + - type: Transform + pos: -58.5,-68.5 parent: 1 - type: Transform - uid: 9285 components: - - pos: -35.5,-76.5 + - type: Transform + pos: -35.5,-76.5 parent: 1 - type: Transform - uid: 9287 components: - - pos: -55.5,-68.5 + - type: Transform + pos: -55.5,-68.5 parent: 1 - type: Transform - uid: 9288 components: - - pos: -55.5,-74.5 + - type: Transform + pos: -55.5,-74.5 parent: 1 - type: Transform - uid: 9289 components: - - pos: -55.5,-75.5 + - type: Transform + pos: -55.5,-75.5 parent: 1 - type: Transform - uid: 9290 components: - - pos: -52.5,-68.5 + - type: Transform + pos: -52.5,-68.5 parent: 1 - type: Transform - uid: 9291 components: - - pos: -52.5,-67.5 + - type: Transform + pos: -52.5,-67.5 parent: 1 - type: Transform - uid: 9294 components: - - pos: -59.5,-71.5 + - type: Transform + pos: -59.5,-71.5 parent: 1 - type: Transform - uid: 9295 components: - - pos: -58.5,-71.5 + - type: Transform + pos: -58.5,-71.5 parent: 1 - type: Transform - uid: 9296 components: - - pos: -58.5,-70.5 + - type: Transform + pos: -58.5,-70.5 parent: 1 - type: Transform - uid: 9297 components: - - pos: -58.5,-69.5 + - type: Transform + pos: -58.5,-69.5 parent: 1 - type: Transform - uid: 9307 components: - - pos: -72.5,-64.5 + - type: Transform + pos: -72.5,-64.5 parent: 1 - type: Transform - uid: 9308 components: - - pos: -72.5,-63.5 + - type: Transform + pos: -72.5,-63.5 parent: 1 - type: Transform - uid: 9309 components: - - pos: -72.5,-62.5 + - type: Transform + pos: -72.5,-62.5 parent: 1 - type: Transform - uid: 9310 components: - - pos: -72.5,-61.5 + - type: Transform + pos: -72.5,-61.5 parent: 1 - type: Transform - uid: 9313 components: - - pos: -70.5,-61.5 + - type: Transform + pos: -70.5,-61.5 parent: 1 - type: Transform - uid: 9314 components: - - pos: -69.5,-61.5 + - type: Transform + pos: -69.5,-61.5 parent: 1 - type: Transform - uid: 9315 components: - - pos: -68.5,-61.5 + - type: Transform + pos: -68.5,-61.5 parent: 1 - type: Transform - uid: 9316 components: - - pos: -67.5,-61.5 + - type: Transform + pos: -67.5,-61.5 parent: 1 - type: Transform - uid: 9317 components: - - pos: -66.5,-61.5 + - type: Transform + pos: -66.5,-61.5 parent: 1 - type: Transform - uid: 9424 components: - - pos: -11.5,-16.5 + - type: Transform + pos: -11.5,-16.5 parent: 1 - type: Transform - uid: 9460 components: - - pos: -11.5,-17.5 + - type: Transform + pos: -11.5,-17.5 parent: 1 - type: Transform - uid: 9464 components: - - pos: -11.5,-21.5 + - type: Transform + pos: -11.5,-21.5 parent: 1 - type: Transform - uid: 9500 components: - - pos: -48.5,13.5 + - type: Transform + pos: -48.5,13.5 parent: 1 - type: Transform - uid: 9501 components: - - pos: -47.5,13.5 + - type: Transform + pos: -47.5,13.5 parent: 1 - type: Transform - uid: 9502 components: - - pos: -46.5,13.5 + - type: Transform + pos: -46.5,13.5 parent: 1 - type: Transform - uid: 9503 components: - - pos: -45.5,13.5 + - type: Transform + pos: -45.5,13.5 parent: 1 - type: Transform - uid: 9504 components: - - pos: -45.5,12.5 + - type: Transform + pos: -45.5,12.5 parent: 1 - type: Transform - uid: 9569 components: - - pos: -129.5,-47.5 + - type: Transform + pos: -129.5,-47.5 parent: 1 - type: Transform - uid: 9571 components: - - pos: -133.5,-29.5 + - type: Transform + pos: -133.5,-29.5 parent: 1 - type: Transform - uid: 9575 components: - - pos: -133.5,-28.5 + - type: Transform + pos: -133.5,-28.5 parent: 1 - type: Transform - uid: 9577 components: - - pos: -133.5,-27.5 + - type: Transform + pos: -133.5,-27.5 parent: 1 - type: Transform - uid: 9603 components: - - pos: -21.5,-66.5 + - type: Transform + pos: -21.5,-66.5 parent: 1 - type: Transform - uid: 9613 components: - - pos: 6.5,-25.5 + - type: Transform + pos: 6.5,-25.5 parent: 1 - type: Transform - uid: 9756 components: - - pos: -106.5,-34.5 + - type: Transform + pos: -106.5,-34.5 parent: 1 - type: Transform - uid: 9757 components: - - pos: -104.5,-34.5 + - type: Transform + pos: -104.5,-34.5 parent: 1 - type: Transform - uid: 9808 components: - - pos: -99.5,-75.5 + - type: Transform + pos: -99.5,-75.5 parent: 1 - type: Transform - uid: 9820 components: - - pos: -97.5,-75.5 + - type: Transform + pos: -97.5,-75.5 parent: 1 - type: Transform - uid: 9821 components: - - pos: -96.5,-75.5 + - type: Transform + pos: -96.5,-75.5 parent: 1 - type: Transform - uid: 9822 components: - - pos: -96.5,-76.5 + - type: Transform + pos: -96.5,-76.5 parent: 1 - type: Transform - uid: 9823 components: - - pos: -96.5,-77.5 + - type: Transform + pos: -96.5,-77.5 parent: 1 - type: Transform - uid: 9824 components: - - pos: -134.5,-26.5 + - type: Transform + pos: -134.5,-26.5 parent: 1 - type: Transform - uid: 9827 components: - - pos: -134.5,-23.5 + - type: Transform + pos: -134.5,-23.5 parent: 1 - type: Transform - uid: 9828 components: - - pos: -134.5,-22.5 + - type: Transform + pos: -134.5,-22.5 parent: 1 - type: Transform - uid: 9829 components: - - pos: -133.5,-22.5 + - type: Transform + pos: -133.5,-22.5 parent: 1 - type: Transform - uid: 9830 components: - - pos: -132.5,-22.5 + - type: Transform + pos: -132.5,-22.5 parent: 1 - type: Transform - uid: 9831 components: - - pos: -131.5,-22.5 + - type: Transform + pos: -131.5,-22.5 parent: 1 - type: Transform - uid: 9832 components: - - pos: -130.5,-22.5 + - type: Transform + pos: -130.5,-22.5 parent: 1 - type: Transform - uid: 9833 components: - - pos: -129.5,-22.5 + - type: Transform + pos: -129.5,-22.5 parent: 1 - type: Transform - uid: 9851 components: - - pos: -65.5,-41.5 + - type: Transform + pos: -65.5,-41.5 parent: 1 - type: Transform - uid: 9894 components: - - pos: 40.5,-1.5 + - type: Transform + pos: 40.5,-1.5 parent: 1 - type: Transform - uid: 9912 components: - - pos: 7.5,29.5 + - type: Transform + pos: 7.5,29.5 parent: 1 - type: Transform - uid: 9914 components: - - pos: 24.5,-57.5 + - type: Transform + pos: 24.5,-57.5 parent: 1 - type: Transform - uid: 9923 components: - - pos: -10.5,-57.5 + - type: Transform + pos: -10.5,-57.5 parent: 1 - type: Transform - uid: 9926 components: - - pos: -10.5,-49.5 + - type: Transform + pos: -10.5,-49.5 parent: 1 - type: Transform - uid: 9939 components: - - pos: -1.5,-49.5 + - type: Transform + pos: -1.5,-49.5 parent: 1 - type: Transform - uid: 9942 components: - - pos: 35.5,-45.5 + - type: Transform + pos: 35.5,-45.5 parent: 1 - type: Transform - uid: 9962 components: - - pos: 23.5,-57.5 + - type: Transform + pos: 23.5,-57.5 parent: 1 - type: Transform - uid: 9970 components: - - pos: 28.5,-36.5 + - type: Transform + pos: 28.5,-36.5 parent: 1 - type: Transform - uid: 9975 components: - - pos: 53.5,-51.5 + - type: Transform + pos: 53.5,-51.5 parent: 1 - type: Transform - uid: 9979 components: - - pos: 21.5,-57.5 + - type: Transform + pos: 21.5,-57.5 parent: 1 - type: Transform - uid: 9981 components: - - pos: 54.5,-51.5 + - type: Transform + pos: 54.5,-51.5 parent: 1 - type: Transform - uid: 9989 components: - - pos: -8.5,-57.5 + - type: Transform + pos: -8.5,-57.5 parent: 1 - type: Transform - uid: 9991 components: - - pos: 52.5,-57.5 + - type: Transform + pos: 52.5,-57.5 parent: 1 - type: Transform - uid: 9993 components: - - pos: 36.5,-37.5 + - type: Transform + pos: 36.5,-37.5 parent: 1 - type: Transform - uid: 10010 components: - - pos: 35.5,-35.5 + - type: Transform + pos: 35.5,-35.5 parent: 1 - type: Transform - uid: 10024 components: - - pos: 55.5,-62.5 + - type: Transform + pos: 55.5,-62.5 parent: 1 - type: Transform - uid: 10025 components: - - pos: 50.5,-62.5 + - type: Transform + pos: 50.5,-62.5 parent: 1 - type: Transform - uid: 10026 components: - - pos: 32.5,-62.5 + - type: Transform + pos: 32.5,-62.5 parent: 1 - type: Transform - uid: 10027 components: - - pos: 14.5,-62.5 + - type: Transform + pos: 14.5,-62.5 parent: 1 - type: Transform - uid: 10030 components: - - pos: 31.5,-38.5 + - type: Transform + pos: 31.5,-38.5 parent: 1 - type: Transform - uid: 10032 components: - - pos: 35.5,-47.5 + - type: Transform + pos: 35.5,-47.5 parent: 1 - type: Transform - uid: 10033 components: - - pos: 62.5,-37.5 + - type: Transform + pos: 62.5,-37.5 parent: 1 - type: Transform - uid: 10034 components: - - pos: 51.5,-57.5 + - type: Transform + pos: 51.5,-57.5 parent: 1 - type: Transform - uid: 10035 components: - - pos: 36.5,-48.5 + - type: Transform + pos: 36.5,-48.5 parent: 1 - type: Transform - uid: 10045 components: - - pos: 49.5,-57.5 + - type: Transform + pos: 49.5,-57.5 parent: 1 - type: Transform - uid: 10046 components: - - pos: 48.5,-57.5 + - type: Transform + pos: 48.5,-57.5 parent: 1 - type: Transform - uid: 10047 components: - - pos: 48.5,-52.5 + - type: Transform + pos: 48.5,-52.5 parent: 1 - type: Transform - uid: 10048 components: - - pos: 44.5,-41.5 + - type: Transform + pos: 44.5,-41.5 parent: 1 - type: Transform - uid: 10050 components: - - pos: 50.5,-57.5 + - type: Transform + pos: 50.5,-57.5 parent: 1 - type: Transform - uid: 10053 components: - - pos: 32.5,-39.5 + - type: Transform + pos: 32.5,-39.5 parent: 1 - type: Transform - uid: 10055 components: - - pos: -18.5,-66.5 + - type: Transform + pos: -18.5,-66.5 parent: 1 - type: Transform - uid: 10058 components: - - pos: 34.5,-28.5 + - type: Transform + pos: 34.5,-28.5 parent: 1 - type: Transform - uid: 10059 components: - - pos: 34.5,-27.5 + - type: Transform + pos: 34.5,-27.5 parent: 1 - type: Transform - uid: 10060 components: - - pos: 34.5,-26.5 + - type: Transform + pos: 34.5,-26.5 parent: 1 - type: Transform - uid: 10061 components: - - pos: 34.5,-25.5 + - type: Transform + pos: 34.5,-25.5 parent: 1 - type: Transform - uid: 10062 components: - - pos: 34.5,-23.5 + - type: Transform + pos: 34.5,-23.5 parent: 1 - type: Transform - uid: 10063 components: - - pos: 34.5,-20.5 + - type: Transform + pos: 34.5,-20.5 parent: 1 - type: Transform - uid: 10064 components: - - pos: 34.5,-22.5 + - type: Transform + pos: 34.5,-22.5 parent: 1 - type: Transform - uid: 10065 components: - - pos: 34.5,-21.5 + - type: Transform + pos: 34.5,-21.5 parent: 1 - type: Transform - uid: 10068 components: - - pos: 34.5,-15.5 + - type: Transform + pos: 34.5,-15.5 parent: 1 - type: Transform - uid: 10069 components: - - pos: 34.5,-14.5 + - type: Transform + pos: 34.5,-14.5 parent: 1 - type: Transform - uid: 10078 components: - - pos: 53.5,-11.5 + - type: Transform + pos: 53.5,-11.5 parent: 1 - type: Transform - uid: 10079 components: - - pos: 53.5,-12.5 + - type: Transform + pos: 53.5,-12.5 parent: 1 - type: Transform - uid: 10082 components: - - pos: 51.5,-8.5 + - type: Transform + pos: 51.5,-8.5 parent: 1 - type: Transform - uid: 10089 components: - - pos: 49.5,-2.5 + - type: Transform + pos: 49.5,-2.5 parent: 1 - type: Transform - uid: 10090 components: - - pos: 49.5,-4.5 + - type: Transform + pos: 49.5,-4.5 parent: 1 - type: Transform - uid: 10093 components: - - pos: 50.5,-8.5 + - type: Transform + pos: 50.5,-8.5 parent: 1 - type: Transform - uid: 10096 components: - - pos: 53.5,-15.5 + - type: Transform + pos: 53.5,-15.5 parent: 1 - type: Transform - uid: 10102 components: - - pos: 48.5,-11.5 + - type: Transform + pos: 48.5,-11.5 parent: 1 - type: Transform - uid: 10110 components: - - pos: 46.5,-11.5 + - type: Transform + pos: 46.5,-11.5 parent: 1 - type: Transform - uid: 10111 components: - - pos: 45.5,-11.5 + - type: Transform + pos: 45.5,-11.5 parent: 1 - type: Transform - uid: 10112 components: - - pos: 44.5,-11.5 + - type: Transform + pos: 44.5,-11.5 parent: 1 - type: Transform - uid: 10113 components: - - pos: 43.5,-11.5 + - type: Transform + pos: 43.5,-11.5 parent: 1 - type: Transform - uid: 10114 components: - - pos: 41.5,-11.5 + - type: Transform + pos: 41.5,-11.5 parent: 1 - type: Transform - uid: 10117 components: - - pos: 38.5,-11.5 + - type: Transform + pos: 38.5,-11.5 parent: 1 - type: Transform - uid: 10118 components: - - pos: 36.5,-11.5 + - type: Transform + pos: 36.5,-11.5 parent: 1 - type: Transform - uid: 10119 components: - - pos: 35.5,-11.5 + - type: Transform + pos: 35.5,-11.5 parent: 1 - type: Transform - uid: 10120 components: - - pos: -4.5,-65.5 + - type: Transform + pos: -4.5,-65.5 parent: 1 - type: Transform - uid: 10121 components: - - pos: -2.5,-65.5 + - type: Transform + pos: -2.5,-65.5 parent: 1 - type: Transform - uid: 10122 components: - - pos: 1.5,-65.5 + - type: Transform + pos: 1.5,-65.5 parent: 1 - type: Transform - uid: 10123 components: - - pos: 5.5,-65.5 + - type: Transform + pos: 5.5,-65.5 parent: 1 - type: Transform - uid: 10124 components: - - pos: 15.5,-65.5 + - type: Transform + pos: 15.5,-65.5 parent: 1 - type: Transform - uid: 10125 components: - - pos: 17.5,-65.5 + - type: Transform + pos: 17.5,-65.5 parent: 1 - type: Transform - uid: 10126 components: - - pos: 25.5,-65.5 + - type: Transform + pos: 25.5,-65.5 parent: 1 - type: Transform - uid: 10127 components: - - pos: 27.5,-65.5 + - type: Transform + pos: 27.5,-65.5 parent: 1 - type: Transform - uid: 10128 components: - - pos: 41.5,-65.5 + - type: Transform + pos: 41.5,-65.5 parent: 1 - type: Transform - uid: 10129 components: - - pos: 47.5,-65.5 + - type: Transform + pos: 47.5,-65.5 parent: 1 - type: Transform - uid: 10136 components: - - pos: 39.5,-8.5 + - type: Transform + pos: 39.5,-8.5 parent: 1 - type: Transform - uid: 10137 components: - - pos: 19.5,-65.5 + - type: Transform + pos: 19.5,-65.5 parent: 1 - type: Transform - uid: 10139 components: - - pos: 37.5,-65.5 + - type: Transform + pos: 37.5,-65.5 parent: 1 - type: Transform - uid: 10150 components: - - pos: 34.5,-8.5 + - type: Transform + pos: 34.5,-8.5 parent: 1 - type: Transform - uid: 10151 components: - - pos: 33.5,-8.5 + - type: Transform + pos: 33.5,-8.5 parent: 1 - type: Transform - uid: 10167 components: - - pos: 44.5,-1.5 + - type: Transform + pos: 44.5,-1.5 parent: 1 - type: Transform - uid: 10200 components: - - pos: -4.5,-64.5 + - type: Transform + pos: -4.5,-64.5 parent: 1 - type: Transform - uid: 10201 components: - - pos: -4.5,-62.5 + - type: Transform + pos: -4.5,-62.5 parent: 1 - type: Transform - uid: 10202 components: - - pos: -2.5,-62.5 + - type: Transform + pos: -2.5,-62.5 parent: 1 - type: Transform - uid: 10203 components: - - pos: 3.5,-63.5 + - type: Transform + pos: 3.5,-63.5 parent: 1 - type: Transform - uid: 10204 components: - - pos: 1.5,-62.5 + - type: Transform + pos: 1.5,-62.5 parent: 1 - type: Transform - uid: 10206 components: - - pos: 17.5,-62.5 + - type: Transform + pos: 17.5,-62.5 parent: 1 - type: Transform - uid: 10207 components: - - pos: 29.5,-40.5 + - type: Transform + pos: 29.5,-40.5 parent: 1 - type: Transform - uid: 10209 components: - - pos: 34.5,-12.5 + - type: Transform + pos: 34.5,-12.5 parent: 1 - type: Transform - uid: 10214 components: - - pos: 28.5,-39.5 + - type: Transform + pos: 28.5,-39.5 parent: 1 - type: Transform - uid: 10259 components: - - pos: 34.5,-24.5 + - type: Transform + pos: 34.5,-24.5 parent: 1 - type: Transform - uid: 10260 components: - - pos: 34.5,-19.5 + - type: Transform + pos: 34.5,-19.5 parent: 1 - type: Transform - uid: 10261 components: - - pos: 34.5,-13.5 + - type: Transform + pos: 34.5,-13.5 parent: 1 - type: Transform - uid: 10262 components: - - pos: 52.5,-11.5 + - type: Transform + pos: 52.5,-11.5 parent: 1 - type: Transform - uid: 10265 components: - - pos: 47.5,-12.5 + - type: Transform + pos: 47.5,-12.5 parent: 1 - type: Transform - uid: 10266 components: - - pos: 34.5,-11.5 + - type: Transform + pos: 34.5,-11.5 parent: 1 - type: Transform - uid: 10267 components: - - pos: 52.5,-8.5 + - type: Transform + pos: 52.5,-8.5 parent: 1 - type: Transform - uid: 10272 components: - - pos: 47.5,-11.5 + - type: Transform + pos: 47.5,-11.5 parent: 1 - type: Transform - uid: 10273 components: - - pos: 42.5,-11.5 + - type: Transform + pos: 42.5,-11.5 parent: 1 - type: Transform - uid: 10274 components: - - pos: 37.5,-11.5 + - type: Transform + pos: 37.5,-11.5 parent: 1 - type: Transform - uid: 10275 components: - - pos: -6.5,-65.5 + - type: Transform + pos: -6.5,-65.5 parent: 1 - type: Transform - uid: 10276 components: - - pos: 52.5,-10.5 + - type: Transform + pos: 52.5,-10.5 parent: 1 - type: Transform - uid: 10277 components: - - pos: 3.5,-65.5 + - type: Transform + pos: 3.5,-65.5 parent: 1 - type: Transform - uid: 10280 components: - - pos: 23.5,-65.5 + - type: Transform + pos: 23.5,-65.5 parent: 1 - type: Transform - uid: 10281 components: - - pos: 39.5,-65.5 + - type: Transform + pos: 39.5,-65.5 parent: 1 - type: Transform - uid: 10282 components: - - pos: 45.5,-65.5 + - type: Transform + pos: 45.5,-65.5 parent: 1 - type: Transform - uid: 10283 components: - - pos: 32.5,-38.5 + - type: Transform + pos: 32.5,-38.5 parent: 1 - type: Transform - uid: 10284 components: - - pos: 35.5,-46.5 + - type: Transform + pos: 35.5,-46.5 parent: 1 - type: Transform - uid: 10288 components: - - pos: 35.5,-48.5 + - type: Transform + pos: 35.5,-48.5 parent: 1 - type: Transform - uid: 10294 components: - - pos: 52.5,-7.5 + - type: Transform + pos: 52.5,-7.5 parent: 1 - type: Transform - uid: 10296 components: - - pos: 56.5,-6.5 + - type: Transform + pos: 56.5,-6.5 parent: 1 - type: Transform - uid: 10307 components: - - pos: 48.5,-56.5 + - type: Transform + pos: 48.5,-56.5 parent: 1 - type: Transform - uid: 10310 components: - - pos: 35.5,-37.5 + - type: Transform + pos: 35.5,-37.5 parent: 1 - type: Transform - uid: 10311 components: - - pos: 36.5,-38.5 + - type: Transform + pos: 36.5,-38.5 parent: 1 - type: Transform - uid: 10314 components: - - pos: 29.5,-15.5 + - type: Transform + pos: 29.5,-15.5 parent: 1 - type: Transform - uid: 10316 components: - - pos: 51.5,-4.5 + - type: Transform + pos: 51.5,-4.5 parent: 1 - type: Transform - uid: 10318 components: - - pos: 10.5,-62.5 + - type: Transform + pos: 10.5,-62.5 parent: 1 - type: Transform - uid: 10321 components: - - pos: 53.5,-57.5 + - type: Transform + pos: 53.5,-57.5 parent: 1 - type: Transform - uid: 10325 components: - - pos: 37.5,-8.5 + - type: Transform + pos: 37.5,-8.5 parent: 1 - type: Transform - uid: 10328 components: - - pos: 37.5,-38.5 + - type: Transform + pos: 37.5,-38.5 parent: 1 - type: Transform - uid: 10331 components: - - pos: 32.5,-8.5 + - type: Transform + pos: 32.5,-8.5 parent: 1 - type: Transform - uid: 10332 components: - - pos: 29.5,-8.5 + - type: Transform + pos: 29.5,-8.5 parent: 1 - type: Transform - uid: 10333 components: - - pos: 54.5,-57.5 + - type: Transform + pos: 54.5,-57.5 parent: 1 - type: Transform - uid: 10334 components: - - pos: 30.5,-19.5 + - type: Transform + pos: 30.5,-19.5 parent: 1 - type: Transform - uid: 10335 components: - - pos: 30.5,-18.5 + - type: Transform + pos: 30.5,-18.5 parent: 1 - type: Transform - uid: 10337 components: - - pos: 30.5,-17.5 + - type: Transform + pos: 30.5,-17.5 parent: 1 - type: Transform - uid: 10338 components: - - pos: 30.5,-16.5 + - type: Transform + pos: 30.5,-16.5 parent: 1 - type: Transform - uid: 10339 components: - - pos: 30.5,-15.5 + - type: Transform + pos: 30.5,-15.5 parent: 1 - type: Transform - uid: 10340 components: - - pos: 31.5,-37.5 + - type: Transform + pos: 31.5,-37.5 parent: 1 - type: Transform - uid: 10342 components: - - pos: 44.5,-57.5 + - type: Transform + pos: 44.5,-57.5 parent: 1 - type: Transform - uid: 10345 components: - - pos: 52.5,-6.5 + - type: Transform + pos: 52.5,-6.5 parent: 1 - type: Transform - uid: 10347 components: - - pos: 54.5,-52.5 + - type: Transform + pos: 54.5,-52.5 parent: 1 - type: Transform - uid: 10353 components: - - pos: 54.5,-56.5 + - type: Transform + pos: 54.5,-56.5 parent: 1 - type: Transform - uid: 10365 components: - - pos: 31.5,-8.5 + - type: Transform + pos: 31.5,-8.5 parent: 1 - type: Transform - uid: 10366 components: - - pos: 30.5,-8.5 + - type: Transform + pos: 30.5,-8.5 parent: 1 - type: Transform - uid: 10370 components: - - pos: 5.5,-57.5 + - type: Transform + pos: 5.5,-57.5 parent: 1 - type: Transform - uid: 10374 components: - - pos: 29.5,-39.5 + - type: Transform + pos: 29.5,-39.5 parent: 1 - type: Transform - uid: 10376 components: - - pos: 28.5,-37.5 + - type: Transform + pos: 28.5,-37.5 parent: 1 - type: Transform - uid: 10379 components: - - pos: 28.5,-38.5 + - type: Transform + pos: 28.5,-38.5 parent: 1 - type: Transform - uid: 10386 components: - - pos: 16.5,-48.5 + - type: Transform + pos: 16.5,-48.5 parent: 1 - type: Transform - uid: 10405 components: - - pos: 55.5,-52.5 + - type: Transform + pos: 55.5,-52.5 parent: 1 - type: Transform - uid: 10409 components: - - pos: 55.5,-53.5 + - type: Transform + pos: 55.5,-53.5 parent: 1 - type: Transform - uid: 10410 components: - - pos: -15.5,-57.5 + - type: Transform + pos: -15.5,-57.5 parent: 1 - type: Transform - uid: 10422 components: - - pos: -4.5,-53.5 + - type: Transform + pos: -4.5,-53.5 parent: 1 - type: Transform - uid: 10423 components: - - pos: -8.5,-54.5 + - type: Transform + pos: -8.5,-54.5 parent: 1 - type: Transform - uid: 10424 components: - - pos: -8.5,-55.5 + - type: Transform + pos: -8.5,-55.5 parent: 1 - type: Transform - uid: 10425 components: - - pos: -8.5,-56.5 + - type: Transform + pos: -8.5,-56.5 parent: 1 - type: Transform - uid: 10426 components: - - pos: -4.5,-54.5 + - type: Transform + pos: -4.5,-54.5 parent: 1 - type: Transform - uid: 10427 components: - - pos: -4.5,-55.5 + - type: Transform + pos: -4.5,-55.5 parent: 1 - type: Transform - uid: 10428 components: - - pos: -4.5,-56.5 + - type: Transform + pos: -4.5,-56.5 parent: 1 - type: Transform - uid: 10444 components: - - pos: -5.5,-56.5 + - type: Transform + pos: -5.5,-56.5 parent: 1 - type: Transform - uid: 10450 components: - - pos: -15.5,-54.5 + - type: Transform + pos: -15.5,-54.5 parent: 1 - type: Transform - uid: 10451 components: - - pos: -15.5,-55.5 + - type: Transform + pos: -15.5,-55.5 parent: 1 - type: Transform - uid: 10452 components: - - pos: -15.5,-56.5 + - type: Transform + pos: -15.5,-56.5 parent: 1 - type: Transform - uid: 10455 components: - - pos: -1.5,-53.5 + - type: Transform + pos: -1.5,-53.5 parent: 1 - type: Transform - uid: 10459 components: - - pos: 55.5,-54.5 + - type: Transform + pos: 55.5,-54.5 parent: 1 - type: Transform - uid: 10460 components: - - pos: 55.5,-55.5 + - type: Transform + pos: 55.5,-55.5 parent: 1 - type: Transform - uid: 10461 components: - - pos: 55.5,-56.5 + - type: Transform + pos: 55.5,-56.5 parent: 1 - type: Transform - uid: 10462 components: - - pos: 5.5,-53.5 + - type: Transform + pos: 5.5,-53.5 parent: 1 - type: Transform - uid: 10463 components: - - pos: 5.5,-52.5 + - type: Transform + pos: 5.5,-52.5 parent: 1 - type: Transform - uid: 10467 components: - - pos: 5.5,-48.5 + - type: Transform + pos: 5.5,-48.5 parent: 1 - type: Transform - uid: 10470 components: - - pos: 8.5,-52.5 + - type: Transform + pos: 8.5,-52.5 parent: 1 - type: Transform - uid: 10471 components: - - pos: 8.5,-53.5 + - type: Transform + pos: 8.5,-53.5 parent: 1 - type: Transform - uid: 10481 components: - - pos: 16.5,-52.5 + - type: Transform + pos: 16.5,-52.5 parent: 1 - type: Transform - uid: 10500 components: - - pos: 36.5,-45.5 + - type: Transform + pos: 36.5,-45.5 parent: 1 - type: Transform - uid: 10513 components: - - pos: 37.5,-45.5 + - type: Transform + pos: 37.5,-45.5 parent: 1 - type: Transform - uid: 10514 components: - - pos: 38.5,-45.5 + - type: Transform + pos: 38.5,-45.5 parent: 1 - type: Transform - uid: 10540 components: - - pos: 23.5,-6.5 + - type: Transform + pos: 23.5,-6.5 parent: 1 - type: Transform - uid: 10541 components: - - pos: 25.5,-6.5 + - type: Transform + pos: 25.5,-6.5 parent: 1 - type: Transform - uid: 10542 components: - - pos: 24.5,-6.5 + - type: Transform + pos: 24.5,-6.5 parent: 1 - type: Transform - uid: 10543 components: - - pos: 21.5,-53.5 + - type: Transform + pos: 21.5,-53.5 parent: 1 - type: Transform - uid: 10546 components: - - pos: 26.5,-6.5 + - type: Transform + pos: 26.5,-6.5 parent: 1 - type: Transform - uid: 10547 components: - - pos: 27.5,-6.5 + - type: Transform + pos: 27.5,-6.5 parent: 1 - type: Transform - uid: 10548 components: - - pos: 28.5,-6.5 + - type: Transform + pos: 28.5,-6.5 parent: 1 - type: Transform - uid: 10549 components: - - pos: 28.5,-7.5 + - type: Transform + pos: 28.5,-7.5 parent: 1 - type: Transform - uid: 10550 components: - - pos: 21.5,-56.5 + - type: Transform + pos: 21.5,-56.5 parent: 1 - type: Transform - uid: 10551 components: - - pos: 29.5,-11.5 + - type: Transform + pos: 29.5,-11.5 parent: 1 - type: Transform - uid: 10552 components: - - pos: 39.5,-45.5 + - type: Transform + pos: 39.5,-45.5 parent: 1 - type: Transform - uid: 10553 components: - - pos: 28.5,-11.5 + - type: Transform + pos: 28.5,-11.5 parent: 1 - type: Transform - uid: 10554 components: - - pos: 28.5,-12.5 + - type: Transform + pos: 28.5,-12.5 parent: 1 - type: Transform - uid: 10555 components: - - pos: 40.5,-45.5 + - type: Transform + pos: 40.5,-45.5 parent: 1 - type: Transform - uid: 10556 components: - - pos: 28.5,-14.5 + - type: Transform + pos: 28.5,-14.5 parent: 1 - type: Transform - uid: 10557 components: - - pos: 28.5,-15.5 + - type: Transform + pos: 28.5,-15.5 parent: 1 - type: Transform - uid: 10558 components: - - pos: 41.5,-45.5 + - type: Transform + pos: 41.5,-45.5 parent: 1 - type: Transform - uid: 10559 components: - - pos: 42.5,-45.5 + - type: Transform + pos: 42.5,-45.5 parent: 1 - type: Transform - uid: 10560 components: - - pos: 43.5,-45.5 + - type: Transform + pos: 43.5,-45.5 parent: 1 - type: Transform - uid: 10563 components: - - pos: 28.5,-21.5 + - type: Transform + pos: 28.5,-21.5 parent: 1 - type: Transform - uid: 10601 components: - - pos: 32.5,-41.5 + - type: Transform + pos: 32.5,-41.5 parent: 1 - type: Transform - uid: 10602 components: - - pos: 29.5,-42.5 + - type: Transform + pos: 29.5,-42.5 parent: 1 - type: Transform - uid: 10606 components: - - pos: 32.5,-43.5 + - type: Transform + pos: 32.5,-43.5 parent: 1 - type: Transform - uid: 10607 components: - - pos: 17.5,-47.5 + - type: Transform + pos: 17.5,-47.5 parent: 1 - type: Transform - uid: 10608 components: - - pos: 18.5,-47.5 + - type: Transform + pos: 18.5,-47.5 parent: 1 - type: Transform - uid: 10609 components: - - pos: 19.5,-47.5 + - type: Transform + pos: 19.5,-47.5 parent: 1 - type: Transform - uid: 10619 components: - - pos: 54.5,-50.5 + - type: Transform + pos: 54.5,-50.5 parent: 1 - type: Transform - uid: 10620 components: - - pos: 54.5,-49.5 + - type: Transform + pos: 54.5,-49.5 parent: 1 - type: Transform - uid: 10621 components: - - pos: 54.5,-46.5 + - type: Transform + pos: 54.5,-46.5 parent: 1 - type: Transform - uid: 10622 components: - - pos: 54.5,-43.5 + - type: Transform + pos: 54.5,-43.5 parent: 1 - type: Transform - uid: 10623 components: - - pos: 54.5,-42.5 + - type: Transform + pos: 54.5,-42.5 parent: 1 - type: Transform - uid: 10630 components: - - pos: 53.5,-46.5 + - type: Transform + pos: 53.5,-46.5 parent: 1 - type: Transform - uid: 10631 components: - - pos: 52.5,-46.5 + - type: Transform + pos: 52.5,-46.5 parent: 1 - type: Transform - uid: 10632 components: - - pos: 51.5,-46.5 + - type: Transform + pos: 51.5,-46.5 parent: 1 - type: Transform - uid: 10633 components: - - pos: 50.5,-46.5 + - type: Transform + pos: 50.5,-46.5 parent: 1 - type: Transform - uid: 10634 components: - - pos: 49.5,-46.5 + - type: Transform + pos: 49.5,-46.5 parent: 1 - type: Transform - uid: 10640 components: - - pos: 29.5,-41.5 + - type: Transform + pos: 29.5,-41.5 parent: 1 - type: Transform - uid: 10644 components: - - pos: 58.5,-55.5 + - type: Transform + pos: 58.5,-55.5 parent: 1 - type: Transform - uid: 10645 components: - - pos: 58.5,-56.5 + - type: Transform + pos: 58.5,-56.5 parent: 1 - type: Transform - uid: 10646 components: - - pos: 58.5,-57.5 + - type: Transform + pos: 58.5,-57.5 parent: 1 - type: Transform - uid: 10647 components: - - pos: 59.5,-57.5 + - type: Transform + pos: 59.5,-57.5 parent: 1 - type: Transform - uid: 10648 components: - - pos: 60.5,-57.5 + - type: Transform + pos: 60.5,-57.5 parent: 1 - type: Transform - uid: 10649 components: - - pos: 61.5,-57.5 + - type: Transform + pos: 61.5,-57.5 parent: 1 - type: Transform - uid: 10650 components: - - pos: 62.5,-57.5 + - type: Transform + pos: 62.5,-57.5 parent: 1 - type: Transform - uid: 10651 components: - - pos: 31.5,-36.5 + - type: Transform + pos: 31.5,-36.5 parent: 1 - type: Transform - uid: 10652 components: - - pos: 29.5,-43.5 + - type: Transform + pos: 29.5,-43.5 parent: 1 - type: Transform - uid: 10655 components: - - pos: 62.5,-52.5 + - type: Transform + pos: 62.5,-52.5 parent: 1 - type: Transform - uid: 10677 components: - - pos: 62.5,-36.5 + - type: Transform + pos: 62.5,-36.5 parent: 1 - type: Transform - uid: 10679 components: - - pos: 68.5,-36.5 + - type: Transform + pos: 68.5,-36.5 parent: 1 - type: Transform - uid: 10680 components: - - pos: 74.5,-36.5 + - type: Transform + pos: 74.5,-36.5 parent: 1 - type: Transform - uid: 10682 components: - - pos: 80.5,-36.5 + - type: Transform + pos: 80.5,-36.5 parent: 1 - type: Transform - uid: 10683 components: - - pos: 19.5,-52.5 + - type: Transform + pos: 19.5,-52.5 parent: 1 - type: Transform - uid: 10684 components: - - pos: 86.5,-36.5 + - type: Transform + pos: 86.5,-36.5 parent: 1 - type: Transform - uid: 10685 components: - - pos: 92.5,-36.5 + - type: Transform + pos: 92.5,-36.5 parent: 1 - type: Transform - uid: 10686 components: - - pos: 91.5,-36.5 + - type: Transform + pos: 91.5,-36.5 parent: 1 - type: Transform - uid: 10687 components: - - pos: 92.5,-37.5 + - type: Transform + pos: 92.5,-37.5 parent: 1 - type: Transform - uid: 10689 components: - - pos: 92.5,-43.5 + - type: Transform + pos: 92.5,-43.5 parent: 1 - type: Transform - uid: 10690 components: - - pos: 92.5,-47.5 + - type: Transform + pos: 92.5,-47.5 parent: 1 - type: Transform - uid: 10691 components: - - pos: 92.5,-51.5 + - type: Transform + pos: 92.5,-51.5 parent: 1 - type: Transform - uid: 10692 components: - - pos: 92.5,-57.5 + - type: Transform + pos: 92.5,-57.5 parent: 1 - type: Transform - uid: 10693 components: - - pos: 92.5,-58.5 + - type: Transform + pos: 92.5,-58.5 parent: 1 - type: Transform - uid: 10694 components: - - pos: 40.5,-48.5 + - type: Transform + pos: 40.5,-48.5 parent: 1 - type: Transform - uid: 10696 components: - - pos: 91.5,-58.5 + - type: Transform + pos: 91.5,-58.5 parent: 1 - type: Transform - uid: 10697 components: - - pos: 43.5,-48.5 + - type: Transform + pos: 43.5,-48.5 parent: 1 - type: Transform - uid: 10698 components: - - pos: 44.5,-48.5 + - type: Transform + pos: 44.5,-48.5 parent: 1 - type: Transform - uid: 10699 components: - - pos: 86.5,-58.5 + - type: Transform + pos: 86.5,-58.5 parent: 1 - type: Transform - uid: 10700 components: - - pos: 80.5,-58.5 + - type: Transform + pos: 80.5,-58.5 parent: 1 - type: Transform - uid: 10701 components: - - pos: 74.5,-58.5 + - type: Transform + pos: 74.5,-58.5 parent: 1 - type: Transform - uid: 10702 components: - - pos: 68.5,-58.5 + - type: Transform + pos: 68.5,-58.5 parent: 1 - type: Transform - uid: 10703 components: - - pos: 62.5,-58.5 + - type: Transform + pos: 62.5,-58.5 parent: 1 - type: Transform - uid: 10714 components: - - pos: 44.5,-51.5 + - type: Transform + pos: 44.5,-51.5 parent: 1 - type: Transform - uid: 10728 components: - - pos: 19.5,-51.5 + - type: Transform + pos: 19.5,-51.5 parent: 1 - type: Transform - uid: 10731 components: - - pos: 19.5,-50.5 + - type: Transform + pos: 19.5,-50.5 parent: 1 - type: Transform - uid: 10732 components: - - pos: 19.5,-49.5 + - type: Transform + pos: 19.5,-49.5 parent: 1 - type: Transform - uid: 10733 components: - - pos: 19.5,-48.5 + - type: Transform + pos: 19.5,-48.5 parent: 1 - type: Transform - uid: 10735 components: - - pos: 21.5,-52.5 + - type: Transform + pos: 21.5,-52.5 parent: 1 - type: Transform - uid: 10736 components: - - pos: 22.5,-52.5 + - type: Transform + pos: 22.5,-52.5 parent: 1 - type: Transform - uid: 10737 components: - - pos: 23.5,-52.5 + - type: Transform + pos: 23.5,-52.5 parent: 1 - type: Transform - uid: 11022 components: - - pos: -23.5,-15.5 + - type: Transform + pos: -23.5,-15.5 parent: 1 - type: Transform - uid: 11307 components: - - pos: -8.5,39.5 + - type: Transform + pos: -8.5,39.5 parent: 1 - type: Transform - uid: 11308 components: - - pos: -3.5,40.5 + - type: Transform + pos: -3.5,40.5 parent: 1 - type: Transform - uid: 11310 components: - - pos: 5.5,29.5 + - type: Transform + pos: 5.5,29.5 parent: 1 - type: Transform - uid: 11326 components: - - pos: 5.5,50.5 + - type: Transform + pos: 5.5,50.5 parent: 1 - type: Transform - uid: 11327 components: - - pos: 2.5,44.5 + - type: Transform + pos: 2.5,44.5 parent: 1 - type: Transform - uid: 11328 components: - - pos: 2.5,40.5 + - type: Transform + pos: 2.5,40.5 parent: 1 - type: Transform - uid: 11332 components: - - pos: -7.5,29.5 + - type: Transform + pos: -7.5,29.5 parent: 1 - type: Transform - uid: 11346 components: - - pos: -0.5,34.5 + - type: Transform + pos: -0.5,34.5 parent: 1 - type: Transform - uid: 11347 components: - - pos: 0.5,34.5 + - type: Transform + pos: 0.5,34.5 parent: 1 - type: Transform - uid: 11366 components: - - pos: 6.5,44.5 + - type: Transform + pos: 6.5,44.5 parent: 1 - type: Transform - uid: 11367 components: - - pos: 6.5,45.5 + - type: Transform + pos: 6.5,45.5 parent: 1 - type: Transform - uid: 11387 components: - - pos: -7.5,33.5 + - type: Transform + pos: -7.5,33.5 parent: 1 - type: Transform - uid: 11388 components: - - pos: -7.5,32.5 + - type: Transform + pos: -7.5,32.5 parent: 1 - type: Transform - uid: 11413 components: - - pos: 17.5,24.5 + - type: Transform + pos: 17.5,24.5 parent: 1 - type: Transform - uid: 11418 components: - - pos: 11.5,20.5 + - type: Transform + pos: 11.5,20.5 parent: 1 - type: Transform - uid: 11419 components: - - pos: 19.5,24.5 + - type: Transform + pos: 19.5,24.5 parent: 1 - type: Transform - uid: 11420 components: - - pos: 18.5,24.5 + - type: Transform + pos: 18.5,24.5 parent: 1 - type: Transform - uid: 11422 components: - - pos: 16.5,24.5 + - type: Transform + pos: 16.5,24.5 parent: 1 - type: Transform - uid: 11424 components: - - pos: 19.5,20.5 + - type: Transform + pos: 19.5,20.5 parent: 1 - type: Transform - uid: 11433 components: - - pos: 14.5,22.5 + - type: Transform + pos: 14.5,22.5 parent: 1 - type: Transform - uid: 11435 components: - - pos: 14.5,24.5 + - type: Transform + pos: 14.5,24.5 parent: 1 - type: Transform - uid: 11439 components: - - pos: 15.5,24.5 + - type: Transform + pos: 15.5,24.5 parent: 1 - type: Transform - uid: 11444 components: - - pos: 16.5,-26.5 + - type: Transform + pos: 16.5,-26.5 parent: 1 - type: Transform - uid: 11446 components: - - pos: 11.5,21.5 + - type: Transform + pos: 11.5,21.5 parent: 1 - type: Transform - uid: 11447 components: - - pos: 11.5,22.5 + - type: Transform + pos: 11.5,22.5 parent: 1 - type: Transform - uid: 11448 components: - - pos: 11.5,23.5 + - type: Transform + pos: 11.5,23.5 parent: 1 - type: Transform - uid: 11452 components: - - pos: 14.5,23.5 + - type: Transform + pos: 14.5,23.5 parent: 1 - type: Transform - uid: 11455 components: - - pos: -102.5,43.5 + - type: Transform + pos: -102.5,43.5 parent: 1 - type: Transform - uid: 11456 components: - - pos: 14.5,-27.5 + - type: Transform + pos: 14.5,-27.5 parent: 1 - type: Transform - uid: 11457 components: - - pos: 19.5,21.5 + - type: Transform + pos: 19.5,21.5 parent: 1 - type: Transform - uid: 11460 components: - - pos: 19.5,23.5 + - type: Transform + pos: 19.5,23.5 parent: 1 - type: Transform - uid: 11483 components: - - pos: 0.5,39.5 + - type: Transform + pos: 0.5,39.5 parent: 1 - type: Transform - uid: 11505 components: - - pos: -101.5,30.5 + - type: Transform + pos: -101.5,30.5 parent: 1 - type: Transform - uid: 11506 components: - - pos: -97.5,39.5 + - type: Transform + pos: -97.5,39.5 parent: 1 - type: Transform - uid: 11532 components: - - pos: 5.5,39.5 + - type: Transform + pos: 5.5,39.5 parent: 1 - type: Transform - uid: 11539 components: - - pos: 6.5,34.5 + - type: Transform + pos: 6.5,34.5 parent: 1 - type: Transform - uid: 11540 components: - - pos: 8.5,34.5 + - type: Transform + pos: 8.5,34.5 parent: 1 - type: Transform - uid: 11541 components: - - pos: 5.5,40.5 + - type: Transform + pos: 5.5,40.5 parent: 1 - type: Transform - uid: 11542 components: - - pos: 2.5,47.5 + - type: Transform + pos: 2.5,47.5 parent: 1 - type: Transform - uid: 11543 components: - - pos: 5.5,51.5 + - type: Transform + pos: 5.5,51.5 parent: 1 - type: Transform - uid: 11550 components: - - pos: 5.5,34.5 + - type: Transform + pos: 5.5,34.5 parent: 1 - type: Transform - uid: 11552 components: - - pos: -3.5,44.5 + - type: Transform + pos: -3.5,44.5 parent: 1 - type: Transform - uid: 11553 components: - - pos: 0.5,44.5 + - type: Transform + pos: 0.5,44.5 parent: 1 - type: Transform - uid: 11559 components: - - pos: 1.5,25.5 + - type: Transform + pos: 1.5,25.5 parent: 1 - type: Transform - uid: 11573 components: - - pos: -25.5,42.5 + - type: Transform + pos: -25.5,42.5 parent: 1 - type: Transform - uid: 11585 components: - - pos: -121.5,27.5 + - type: Transform + pos: -121.5,27.5 parent: 1 - type: Transform - uid: 11605 components: - - pos: 0.5,40.5 + - type: Transform + pos: 0.5,40.5 parent: 1 - type: Transform - uid: 11606 components: - - pos: -3.5,43.5 + - type: Transform + pos: -3.5,43.5 parent: 1 - type: Transform - uid: 11607 components: - - pos: 0.5,38.5 + - type: Transform + pos: 0.5,38.5 parent: 1 - type: Transform - uid: 11608 components: - - pos: -8.5,40.5 + - type: Transform + pos: -8.5,40.5 parent: 1 - type: Transform - uid: 11609 components: - - pos: -8.5,44.5 + - type: Transform + pos: -8.5,44.5 parent: 1 - type: Transform - uid: 11610 components: - - pos: -7.5,34.5 + - type: Transform + pos: -7.5,34.5 parent: 1 - type: Transform - uid: 11616 components: - - pos: -24.5,42.5 + - type: Transform + pos: -24.5,42.5 parent: 1 - type: Transform - uid: 11625 components: - - pos: 7.5,34.5 + - type: Transform + pos: 7.5,34.5 parent: 1 - type: Transform - uid: 11626 components: - - pos: 8.5,39.5 + - type: Transform + pos: 8.5,39.5 parent: 1 - type: Transform - uid: 11641 components: - - pos: 6.5,46.5 + - type: Transform + pos: 6.5,46.5 parent: 1 - type: Transform - uid: 11687 components: - - pos: -103.5,27.5 + - type: Transform + pos: -103.5,27.5 parent: 1 - type: Transform - uid: 11688 components: - - pos: -115.5,27.5 + - type: Transform + pos: -115.5,27.5 parent: 1 - type: Transform - uid: 11689 components: - - pos: -109.5,27.5 + - type: Transform + pos: -109.5,27.5 parent: 1 - type: Transform - uid: 11727 components: - - pos: -100.5,23.5 + - type: Transform + pos: -100.5,23.5 parent: 1 - type: Transform - uid: 11733 components: - - pos: -101.5,23.5 + - type: Transform + pos: -101.5,23.5 parent: 1 - type: Transform - uid: 11734 components: - - pos: -102.5,23.5 + - type: Transform + pos: -102.5,23.5 parent: 1 - type: Transform - uid: 11735 components: - - pos: -103.5,23.5 + - type: Transform + pos: -103.5,23.5 parent: 1 - type: Transform - uid: 11736 components: - - pos: -121.5,23.5 + - type: Transform + pos: -121.5,23.5 parent: 1 - type: Transform - uid: 11737 components: - - pos: -122.5,23.5 + - type: Transform + pos: -122.5,23.5 parent: 1 - type: Transform - uid: 11868 components: - - pos: -75.5,-60.5 + - type: Transform + pos: -75.5,-60.5 parent: 1 - type: Transform - uid: 11994 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 11995 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 1 - type: Transform - uid: 11996 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - uid: 11999 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 12003 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 1 - type: Transform - uid: 12034 components: - - pos: 18.5,-12.5 + - type: Transform + pos: 18.5,-12.5 parent: 1 - type: Transform - uid: 12081 components: - - pos: 18.5,-16.5 + - type: Transform + pos: 18.5,-16.5 parent: 1 - type: Transform - uid: 12082 components: - - pos: 19.5,-16.5 + - type: Transform + pos: 19.5,-16.5 parent: 1 - type: Transform - uid: 12083 components: - - pos: 20.5,-16.5 + - type: Transform + pos: 20.5,-16.5 parent: 1 - type: Transform - uid: 12084 components: - - pos: 21.5,-16.5 + - type: Transform + pos: 21.5,-16.5 parent: 1 - type: Transform - uid: 12085 components: - - pos: 22.5,-16.5 + - type: Transform + pos: 22.5,-16.5 parent: 1 - type: Transform - uid: 12086 components: - - pos: 23.5,-16.5 + - type: Transform + pos: 23.5,-16.5 parent: 1 - type: Transform - uid: 12087 components: - - pos: 24.5,-16.5 + - type: Transform + pos: 24.5,-16.5 parent: 1 - type: Transform - uid: 12088 components: - - pos: 24.5,-17.5 + - type: Transform + pos: 24.5,-17.5 parent: 1 - type: Transform - uid: 12089 components: - - pos: 24.5,-18.5 + - type: Transform + pos: 24.5,-18.5 parent: 1 - type: Transform - uid: 12090 components: - - pos: 24.5,-19.5 + - type: Transform + pos: 24.5,-19.5 parent: 1 - type: Transform - uid: 12091 components: - - pos: 24.5,-20.5 + - type: Transform + pos: 24.5,-20.5 parent: 1 - type: Transform - uid: 12092 components: - - pos: 23.5,-20.5 + - type: Transform + pos: 23.5,-20.5 parent: 1 - type: Transform - uid: 12093 components: - - pos: 22.5,-20.5 + - type: Transform + pos: 22.5,-20.5 parent: 1 - type: Transform - uid: 12094 components: - - pos: 21.5,-20.5 + - type: Transform + pos: 21.5,-20.5 parent: 1 - type: Transform - uid: 12095 components: - - pos: 20.5,-20.5 + - type: Transform + pos: 20.5,-20.5 parent: 1 - type: Transform - uid: 12096 components: - - pos: 19.5,-20.5 + - type: Transform + pos: 19.5,-20.5 parent: 1 - type: Transform - uid: 12097 components: - - pos: 18.5,-20.5 + - type: Transform + pos: 18.5,-20.5 parent: 1 - type: Transform - uid: 12098 components: - - pos: 17.5,-20.5 + - type: Transform + pos: 17.5,-20.5 parent: 1 - type: Transform - uid: 12099 components: - - pos: 17.5,-21.5 + - type: Transform + pos: 17.5,-21.5 parent: 1 - type: Transform - uid: 12100 components: - - pos: 18.5,-21.5 + - type: Transform + pos: 18.5,-21.5 parent: 1 - type: Transform - uid: 12101 components: - - pos: 19.5,-21.5 + - type: Transform + pos: 19.5,-21.5 parent: 1 - type: Transform - uid: 12102 components: - - pos: 20.5,-21.5 + - type: Transform + pos: 20.5,-21.5 parent: 1 - type: Transform - uid: 12103 components: - - pos: 21.5,-21.5 + - type: Transform + pos: 21.5,-21.5 parent: 1 - type: Transform - uid: 12104 components: - - pos: 22.5,-21.5 + - type: Transform + pos: 22.5,-21.5 parent: 1 - type: Transform - uid: 12105 components: - - pos: 23.5,-21.5 + - type: Transform + pos: 23.5,-21.5 parent: 1 - type: Transform - uid: 12106 components: - - pos: 24.5,-21.5 + - type: Transform + pos: 24.5,-21.5 parent: 1 - type: Transform - uid: 12107 components: - - pos: 17.5,-22.5 + - type: Transform + pos: 17.5,-22.5 parent: 1 - type: Transform - uid: 12108 components: - - pos: 17.5,-23.5 + - type: Transform + pos: 17.5,-23.5 parent: 1 - type: Transform - uid: 12109 components: - - pos: 17.5,-24.5 + - type: Transform + pos: 17.5,-24.5 parent: 1 - type: Transform - uid: 12110 components: - - pos: 16.5,-24.5 + - type: Transform + pos: 16.5,-24.5 parent: 1 - type: Transform - uid: 12154 components: - - pos: -59.5,-58.5 + - type: Transform + pos: -59.5,-58.5 parent: 1 - type: Transform - uid: 12223 components: - - pos: -29.5,-58.5 + - type: Transform + pos: -29.5,-58.5 parent: 1 - type: Transform - uid: 12242 components: - - pos: -75.5,-61.5 + - type: Transform + pos: -75.5,-61.5 parent: 1 - type: Transform - uid: 12290 components: - - pos: -10.5,-24.5 + - type: Transform + pos: -10.5,-24.5 parent: 1 - type: Transform - uid: 12291 components: - - pos: -10.5,-25.5 + - type: Transform + pos: -10.5,-25.5 parent: 1 - type: Transform - uid: 12306 components: - - pos: -33.5,-73.5 + - type: Transform + pos: -33.5,-73.5 parent: 1 - type: Transform - uid: 12352 components: - - pos: -125.5,20.5 + - type: Transform + pos: -125.5,20.5 parent: 1 - type: Transform - uid: 12354 components: - - pos: -125.5,19.5 + - type: Transform + pos: -125.5,19.5 parent: 1 - type: Transform - uid: 12359 components: - - pos: -34.5,-68.5 + - type: Transform + pos: -34.5,-68.5 parent: 1 - type: Transform - uid: 12360 components: - - pos: -35.5,-68.5 + - type: Transform + pos: -35.5,-68.5 parent: 1 - type: Transform - uid: 12361 components: - - pos: -36.5,-68.5 + - type: Transform + pos: -36.5,-68.5 parent: 1 - type: Transform - uid: 12367 components: - - pos: -30.5,-73.5 + - type: Transform + pos: -30.5,-73.5 parent: 1 - type: Transform - uid: 12368 components: - - pos: -30.5,-72.5 + - type: Transform + pos: -30.5,-72.5 parent: 1 - type: Transform - uid: 12370 components: - - pos: -59.5,-81.5 + - type: Transform + pos: -59.5,-81.5 parent: 1 - type: Transform - uid: 12371 components: - - pos: -35.5,-77.5 + - type: Transform + pos: -35.5,-77.5 parent: 1 - type: Transform - uid: 12372 components: - - pos: -55.5,-73.5 + - type: Transform + pos: -55.5,-73.5 parent: 1 - type: Transform - uid: 12373 components: - - pos: -55.5,-70.5 + - type: Transform + pos: -55.5,-70.5 parent: 1 - type: Transform - uid: 12374 components: - - pos: -55.5,-69.5 + - type: Transform + pos: -55.5,-69.5 parent: 1 - type: Transform - uid: 12375 components: - - pos: -36.5,-70.5 + - type: Transform + pos: -36.5,-70.5 parent: 1 - type: Transform - uid: 12376 components: - - pos: -35.5,-70.5 + - type: Transform + pos: -35.5,-70.5 parent: 1 - type: Transform - uid: 12377 components: - - pos: -34.5,-70.5 + - type: Transform + pos: -34.5,-70.5 parent: 1 - type: Transform - uid: 12378 components: - - pos: -36.5,-76.5 + - type: Transform + pos: -36.5,-76.5 parent: 1 - type: Transform - uid: 12379 components: - - pos: -58.5,-82.5 + - type: Transform + pos: -58.5,-82.5 parent: 1 - type: Transform - uid: 12380 components: - - pos: -33.5,-75.5 + - type: Transform + pos: -33.5,-75.5 parent: 1 - type: Transform - uid: 12381 components: - - pos: -55.5,-72.5 + - type: Transform + pos: -55.5,-72.5 parent: 1 - type: Transform - uid: 12382 components: - - pos: -55.5,-71.5 + - type: Transform + pos: -55.5,-71.5 parent: 1 - type: Transform - uid: 12383 components: - - pos: -36.5,-71.5 + - type: Transform + pos: -36.5,-71.5 parent: 1 - type: Transform - uid: 12386 components: - - pos: -57.5,-82.5 + - type: Transform + pos: -57.5,-82.5 parent: 1 - type: Transform - uid: 12387 components: - - pos: -36.5,-72.5 + - type: Transform + pos: -36.5,-72.5 parent: 1 - type: Transform - uid: 12388 components: - - pos: -37.5,-73.5 + - type: Transform + pos: -37.5,-73.5 parent: 1 - type: Transform - uid: 12389 components: - - pos: -38.5,-73.5 + - type: Transform + pos: -38.5,-73.5 parent: 1 - type: Transform - uid: 12390 components: - - pos: -39.5,-73.5 + - type: Transform + pos: -39.5,-73.5 parent: 1 - type: Transform - uid: 12391 components: - - pos: -40.5,-73.5 + - type: Transform + pos: -40.5,-73.5 parent: 1 - type: Transform - uid: 12392 components: - - pos: -41.5,-73.5 + - type: Transform + pos: -41.5,-73.5 parent: 1 - type: Transform - uid: 12393 components: - - pos: -42.5,-73.5 + - type: Transform + pos: -42.5,-73.5 parent: 1 - type: Transform - uid: 12394 components: - - pos: -59.5,-79.5 + - type: Transform + pos: -59.5,-79.5 parent: 1 - type: Transform - uid: 12403 components: - - pos: -75.5,-62.5 + - type: Transform + pos: -75.5,-62.5 parent: 1 - type: Transform - uid: 12439 components: - - pos: -75.5,-63.5 + - type: Transform + pos: -75.5,-63.5 parent: 1 - type: Transform - uid: 12444 components: - - pos: -74.5,-60.5 + - type: Transform + pos: -74.5,-60.5 parent: 1 - type: Transform - uid: 12445 components: - - pos: -73.5,-60.5 + - type: Transform + pos: -73.5,-60.5 parent: 1 - type: Transform - uid: 12446 components: - - pos: -73.5,-61.5 + - type: Transform + pos: -73.5,-61.5 parent: 1 - type: Transform - uid: 12447 components: - - pos: -70.5,-59.5 + - type: Transform + pos: -70.5,-59.5 parent: 1 - type: Transform - uid: 12448 components: - - pos: -70.5,-60.5 + - type: Transform + pos: -70.5,-60.5 parent: 1 - type: Transform - uid: 12553 components: - - pos: -22.5,-15.5 + - type: Transform + pos: -22.5,-15.5 parent: 1 - type: Transform - uid: 12555 components: - - pos: -22.5,-16.5 + - type: Transform + pos: -22.5,-16.5 parent: 1 - type: Transform - uid: 12596 components: - - pos: -40.5,-28.5 + - type: Transform + pos: -40.5,-28.5 parent: 1 - type: Transform - uid: 12597 components: - - pos: -41.5,-27.5 + - type: Transform + pos: -41.5,-27.5 parent: 1 - type: Transform - uid: 12625 components: - - pos: -41.5,-28.5 + - type: Transform + pos: -41.5,-28.5 parent: 1 - type: Transform - uid: 12682 components: - - pos: -80.5,-44.5 + - type: Transform + pos: -80.5,-44.5 parent: 1 - type: Transform - uid: 12709 components: - - pos: -59.5,-80.5 + - type: Transform + pos: -59.5,-80.5 parent: 1 - type: Transform - uid: 12713 components: - - pos: -34.5,-82.5 + - type: Transform + pos: -34.5,-82.5 parent: 1 - type: Transform - uid: 12776 components: - - pos: -87.5,48.5 + - type: Transform + pos: -87.5,48.5 parent: 1 - type: Transform - uid: 12823 components: - - pos: -87.5,46.5 + - type: Transform + pos: -87.5,46.5 parent: 1 - type: Transform - uid: 12839 components: - - pos: -100.5,55.5 + - type: Transform + pos: -100.5,55.5 parent: 1 - type: Transform - uid: 12847 components: - - pos: -87.5,44.5 + - type: Transform + pos: -87.5,44.5 parent: 1 - type: Transform - uid: 12890 components: - - pos: -46.5,-70.5 + - type: Transform + pos: -46.5,-70.5 parent: 1 - type: Transform - uid: 12980 components: - - pos: -50.5,-78.5 + - type: Transform + pos: -50.5,-78.5 parent: 1 - type: Transform - uid: 13021 components: - - pos: -66.5,-34.5 + - type: Transform + pos: -66.5,-34.5 parent: 1 - type: Transform - uid: 13074 components: - - pos: -44.5,-60.5 + - type: Transform + pos: -44.5,-60.5 parent: 1 - type: Transform - uid: 13078 components: - - pos: -100.5,24.5 + - type: Transform + pos: -100.5,24.5 parent: 1 - type: Transform - uid: 13079 components: - - pos: -100.5,25.5 + - type: Transform + pos: -100.5,25.5 parent: 1 - type: Transform - uid: 13080 components: - - pos: -100.5,26.5 + - type: Transform + pos: -100.5,26.5 parent: 1 - type: Transform - uid: 13081 components: - - pos: -99.5,26.5 + - type: Transform + pos: -99.5,26.5 parent: 1 - type: Transform - uid: 13082 components: - - pos: -98.5,26.5 + - type: Transform + pos: -98.5,26.5 parent: 1 - type: Transform - uid: 13083 components: - - pos: -97.5,26.5 + - type: Transform + pos: -97.5,26.5 parent: 1 - type: Transform - uid: 13084 components: - - pos: -96.5,26.5 + - type: Transform + pos: -96.5,26.5 parent: 1 - type: Transform - uid: 13089 components: - - pos: -91.5,26.5 + - type: Transform + pos: -91.5,26.5 parent: 1 - type: Transform - uid: 13090 components: - - pos: -91.5,25.5 + - type: Transform + pos: -91.5,25.5 parent: 1 - type: Transform - uid: 13091 components: - - pos: -91.5,24.5 + - type: Transform + pos: -91.5,24.5 parent: 1 - type: Transform - uid: 13092 components: - - pos: -96.5,25.5 + - type: Transform + pos: -96.5,25.5 parent: 1 - type: Transform - uid: 13093 components: - - pos: -96.5,24.5 + - type: Transform + pos: -96.5,24.5 parent: 1 - type: Transform - uid: 13094 components: - - pos: -96.5,23.5 + - type: Transform + pos: -96.5,23.5 + parent: 1 + - uid: 13173 + components: + - type: Transform + pos: -54.5,44.5 parent: 1 - type: Transform - uid: 13181 components: - - pos: -129.5,-23.5 + - type: Transform + pos: -129.5,-23.5 parent: 1 - type: Transform - uid: 13182 components: - - pos: -128.5,-23.5 + - type: Transform + pos: -128.5,-23.5 parent: 1 - type: Transform - uid: 13183 components: - - pos: -127.5,-23.5 + - type: Transform + pos: -127.5,-23.5 parent: 1 - type: Transform - uid: 13184 components: - - pos: -126.5,-23.5 + - type: Transform + pos: -126.5,-23.5 parent: 1 - type: Transform - uid: 13185 components: - - pos: -122.5,-32.5 + - type: Transform + pos: -122.5,-32.5 parent: 1 - type: Transform - uid: 13186 components: - - pos: -123.5,-32.5 + - type: Transform + pos: -123.5,-32.5 parent: 1 - type: Transform - uid: 13187 components: - - pos: -124.5,-32.5 + - type: Transform + pos: -124.5,-32.5 parent: 1 - type: Transform - uid: 13188 components: - - pos: -125.5,-32.5 + - type: Transform + pos: -125.5,-32.5 parent: 1 - type: Transform - uid: 13189 components: - - pos: -126.5,-32.5 + - type: Transform + pos: -126.5,-32.5 parent: 1 - type: Transform - uid: 13193 components: - - pos: -105.5,-37.5 + - type: Transform + pos: -105.5,-37.5 parent: 1 - type: Transform - uid: 13194 components: - - pos: -114.5,-23.5 + - type: Transform + pos: -114.5,-23.5 parent: 1 - type: Transform - uid: 13203 components: - - pos: -130.5,-26.5 + - type: Transform + pos: -130.5,-26.5 parent: 1 - type: Transform - uid: 13218 components: - - pos: -121.5,-15.5 + - type: Transform + pos: -121.5,-15.5 parent: 1 - type: Transform - uid: 13219 components: - - pos: -120.5,-15.5 + - type: Transform + pos: -120.5,-15.5 parent: 1 - type: Transform - uid: 13225 components: - - pos: -123.5,-41.5 + - type: Transform + pos: -123.5,-41.5 parent: 1 - type: Transform - uid: 13229 components: - - pos: -124.5,-20.5 + - type: Transform + pos: -124.5,-20.5 parent: 1 - type: Transform - uid: 13230 components: - - pos: -115.5,-16.5 + - type: Transform + pos: -115.5,-16.5 parent: 1 - type: Transform - uid: 13236 components: - - pos: -66.5,-33.5 + - type: Transform + pos: -66.5,-33.5 parent: 1 - type: Transform - uid: 13302 components: - - pos: -107.5,-37.5 + - type: Transform + pos: -107.5,-37.5 parent: 1 - type: Transform - uid: 13309 components: - - pos: -103.5,-30.5 + - type: Transform + pos: -103.5,-30.5 parent: 1 - type: Transform - uid: 13338 components: - - pos: -155.5,2.5 + - type: Transform + pos: -155.5,2.5 parent: 1 - type: Transform - uid: 13346 components: - - pos: -120.5,13.5 + - type: Transform + pos: -120.5,13.5 parent: 1 - type: Transform - uid: 13348 components: - - pos: -120.5,17.5 + - type: Transform + pos: -120.5,17.5 parent: 1 - type: Transform - uid: 13570 components: - - pos: -103.5,-37.5 + - type: Transform + pos: -103.5,-37.5 parent: 1 - type: Transform - uid: 13571 components: - - pos: -73.5,-64.5 + - type: Transform + pos: -73.5,-64.5 parent: 1 - type: Transform - uid: 13572 components: - - pos: -74.5,-64.5 + - type: Transform + pos: -74.5,-64.5 parent: 1 - type: Transform - uid: 13573 components: - - pos: -75.5,-64.5 + - type: Transform + pos: -75.5,-64.5 parent: 1 - type: Transform - uid: 13574 components: - - pos: -75.5,-64.5 + - type: Transform + pos: -75.5,-64.5 parent: 1 - type: Transform - uid: 13605 components: - - pos: -115.5,-18.5 + - type: Transform + pos: -115.5,-18.5 parent: 1 - type: Transform - uid: 13607 components: - - pos: -125.5,-20.5 + - type: Transform + pos: -125.5,-20.5 parent: 1 - type: Transform - uid: 13622 components: - - pos: 14.5,20.5 + - type: Transform + pos: 14.5,20.5 parent: 1 - type: Transform - uid: 13733 components: - - pos: 29.5,-21.5 + - type: Transform + pos: 29.5,-21.5 parent: 1 - type: Transform - uid: 13734 components: - - pos: 30.5,-21.5 + - type: Transform + pos: 30.5,-21.5 parent: 1 - type: Transform - uid: 13735 components: - - pos: 31.5,-21.5 + - type: Transform + pos: 31.5,-21.5 parent: 1 - type: Transform - uid: 13736 components: - - pos: 31.5,-22.5 + - type: Transform + pos: 31.5,-22.5 parent: 1 - type: Transform - uid: 13738 components: - - pos: 31.5,-24.5 + - type: Transform + pos: 31.5,-24.5 parent: 1 - type: Transform - uid: 13768 components: - - pos: 25.5,-24.5 + - type: Transform + pos: 25.5,-24.5 parent: 1 - type: Transform - uid: 13833 components: - - pos: 14.5,21.5 + - type: Transform + pos: 14.5,21.5 parent: 1 - type: Transform - uid: 13834 components: - - pos: 16.5,-27.5 + - type: Transform + pos: 16.5,-27.5 parent: 1 - type: Transform - uid: 13928 components: - - pos: -8.5,54.5 + - type: Transform + pos: -8.5,54.5 parent: 1 - type: Transform - uid: 13933 components: - - pos: -119.5,-22.5 + - type: Transform + pos: -119.5,-22.5 parent: 1 - type: Transform - uid: 13934 components: - - pos: -115.5,-23.5 + - type: Transform + pos: -115.5,-23.5 parent: 1 - type: Transform - uid: 13936 components: - - pos: -134.5,-36.5 + - type: Transform + pos: -134.5,-36.5 parent: 1 - type: Transform - uid: 13938 components: - - pos: -107.5,-47.5 + - type: Transform + pos: -107.5,-47.5 parent: 1 - type: Transform - uid: 13939 components: - - pos: -112.5,-34.5 + - type: Transform + pos: -112.5,-34.5 parent: 1 - type: Transform - uid: 13940 components: - - pos: -132.5,-35.5 + - type: Transform + pos: -132.5,-35.5 parent: 1 - type: Transform - uid: 13941 components: - - pos: -124.5,-47.5 + - type: Transform + pos: -124.5,-47.5 parent: 1 - type: Transform - uid: 13942 components: - - pos: -131.5,-33.5 + - type: Transform + pos: -131.5,-33.5 parent: 1 - type: Transform - uid: 13943 components: - - pos: -115.5,-11.5 + - type: Transform + pos: -115.5,-11.5 parent: 1 - type: Transform - uid: 13944 components: - - pos: -115.5,-10.5 + - type: Transform + pos: -115.5,-10.5 parent: 1 - type: Transform - uid: 13945 components: - - pos: -124.5,-19.5 + - type: Transform + pos: -124.5,-19.5 parent: 1 - type: Transform - uid: 13962 components: - - pos: -110.5,-30.5 + - type: Transform + pos: -110.5,-30.5 parent: 1 - type: Transform - uid: 13963 components: - - pos: -110.5,-31.5 + - type: Transform + pos: -110.5,-31.5 parent: 1 - type: Transform - uid: 13978 components: - - pos: -107.5,-45.5 + - type: Transform + pos: -107.5,-45.5 parent: 1 - type: Transform - uid: 13982 components: - - pos: -104.5,-44.5 + - type: Transform + pos: -104.5,-44.5 parent: 1 - type: Transform - uid: 13983 components: - - pos: -104.5,-42.5 + - type: Transform + pos: -104.5,-42.5 parent: 1 - type: Transform - uid: 13984 components: - - pos: -104.5,-40.5 + - type: Transform + pos: -104.5,-40.5 parent: 1 - type: Transform - uid: 13989 components: - - pos: -102.5,-40.5 + - type: Transform + pos: -102.5,-40.5 parent: 1 - type: Transform - uid: 13990 components: - - pos: -100.5,-40.5 + - type: Transform + pos: -100.5,-40.5 parent: 1 - type: Transform - uid: 13991 components: - - pos: -135.5,-41.5 + - type: Transform + pos: -135.5,-41.5 parent: 1 - type: Transform - uid: 13992 components: - - pos: -138.5,-40.5 + - type: Transform + pos: -138.5,-40.5 parent: 1 - type: Transform - uid: 13993 components: - - pos: -132.5,-41.5 + - type: Transform + pos: -132.5,-41.5 parent: 1 - type: Transform - uid: 13994 components: - - pos: -132.5,-44.5 + - type: Transform + pos: -132.5,-44.5 parent: 1 - type: Transform - uid: 13995 components: - - pos: -130.5,-44.5 + - type: Transform + pos: -130.5,-44.5 parent: 1 - type: Transform - uid: 13996 components: - - pos: -128.5,-44.5 + - type: Transform + pos: -128.5,-44.5 parent: 1 - type: Transform - uid: 14066 components: - - pos: -115.5,-44.5 + - type: Transform + pos: -115.5,-44.5 parent: 1 - type: Transform - uid: 14070 components: - - pos: -117.5,-44.5 + - type: Transform + pos: -117.5,-44.5 parent: 1 - type: Transform - uid: 14549 components: - - pos: -120.5,-44.5 + - type: Transform + pos: -120.5,-44.5 parent: 1 - type: Transform - uid: 14680 components: - - pos: -121.5,-44.5 + - type: Transform + pos: -121.5,-44.5 parent: 1 - type: Transform - uid: 14681 components: - - pos: -123.5,-44.5 + - type: Transform + pos: -123.5,-44.5 parent: 1 - type: Transform - uid: 15029 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 15066 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 15069 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 1 - type: Transform - uid: 15071 components: - - pos: -99.5,23.5 + - type: Transform + pos: -99.5,23.5 parent: 1 - type: Transform - uid: 15072 components: - - pos: -97.5,23.5 + - type: Transform + pos: -97.5,23.5 parent: 1 - type: Transform - uid: 15117 components: - - pos: -125.5,-44.5 + - type: Transform + pos: -125.5,-44.5 parent: 1 - type: Transform - uid: 15145 components: - - pos: -14.5,-27.5 + - type: Transform + pos: -14.5,-27.5 parent: 1 - type: Transform - uid: 15375 components: - - pos: -91.5,-41.5 + - type: Transform + pos: -91.5,-41.5 parent: 1 - type: Transform - uid: 15376 components: - - pos: -90.5,-41.5 + - type: Transform + pos: -90.5,-41.5 parent: 1 - type: Transform - uid: 15377 components: - - pos: -89.5,-41.5 + - type: Transform + pos: -89.5,-41.5 parent: 1 - type: Transform - uid: 15378 components: - - pos: -88.5,-41.5 + - type: Transform + pos: -88.5,-41.5 parent: 1 - type: Transform - uid: 15379 components: - - pos: -87.5,-41.5 + - type: Transform + pos: -87.5,-41.5 parent: 1 - type: Transform - uid: 15380 components: - - pos: -60.5,-78.5 + - type: Transform + pos: -60.5,-78.5 parent: 1 - type: Transform - uid: 15540 components: - - pos: -120.5,-31.5 + - type: Transform + pos: -120.5,-31.5 parent: 1 - type: Transform - uid: 15591 components: - - pos: -121.5,-31.5 + - type: Transform + pos: -121.5,-31.5 parent: 1 - type: Transform - uid: 15678 components: - - pos: -59.5,-72.5 + - type: Transform + pos: -59.5,-72.5 parent: 1 - type: Transform - uid: 15679 components: - - pos: -59.5,-73.5 + - type: Transform + pos: -59.5,-73.5 parent: 1 - type: Transform - uid: 15680 components: - - pos: -59.5,-74.5 + - type: Transform + pos: -59.5,-74.5 parent: 1 - type: Transform - uid: 15681 components: - - pos: -59.5,-75.5 + - type: Transform + pos: -59.5,-75.5 parent: 1 - type: Transform - uid: 15682 components: - - pos: -59.5,-76.5 + - type: Transform + pos: -59.5,-76.5 parent: 1 - type: Transform - uid: 15683 components: - - pos: -59.5,-77.5 + - type: Transform + pos: -59.5,-77.5 parent: 1 - type: Transform - uid: 15684 components: - - pos: -59.5,-78.5 + - type: Transform + pos: -59.5,-78.5 parent: 1 - type: Transform - uid: 15685 components: - - pos: -61.5,-78.5 + - type: Transform + pos: -61.5,-78.5 parent: 1 - type: Transform - uid: 15686 components: - - pos: -62.5,-78.5 + - type: Transform + pos: -62.5,-78.5 parent: 1 - type: Transform - uid: 15687 components: - - pos: -63.5,-78.5 + - type: Transform + pos: -63.5,-78.5 parent: 1 - type: Transform - uid: 15688 components: - - pos: -64.5,-78.5 + - type: Transform + pos: -64.5,-78.5 parent: 1 - type: Transform - uid: 15689 components: - - pos: -64.5,-77.5 + - type: Transform + pos: -64.5,-77.5 parent: 1 - type: Transform - uid: 15690 components: - - pos: -64.5,-76.5 + - type: Transform + pos: -64.5,-76.5 parent: 1 - type: Transform - uid: 15691 components: - - pos: -64.5,-75.5 + - type: Transform + pos: -64.5,-75.5 parent: 1 - type: Transform - uid: 15692 components: - - pos: -65.5,-75.5 + - type: Transform + pos: -65.5,-75.5 parent: 1 - type: Transform - uid: 15693 components: - - pos: -66.5,-75.5 + - type: Transform + pos: -66.5,-75.5 parent: 1 - type: Transform - uid: 15694 components: - - pos: -67.5,-75.5 + - type: Transform + pos: -67.5,-75.5 parent: 1 - type: Transform - uid: 15695 components: - - pos: -68.5,-75.5 + - type: Transform + pos: -68.5,-75.5 parent: 1 - type: Transform - uid: 15696 components: - - pos: -69.5,-75.5 + - type: Transform + pos: -69.5,-75.5 parent: 1 - type: Transform - uid: 15697 components: - - pos: -70.5,-75.5 + - type: Transform + pos: -70.5,-75.5 parent: 1 - type: Transform - uid: 15698 components: - - pos: -71.5,-75.5 + - type: Transform + pos: -71.5,-75.5 parent: 1 - type: Transform - uid: 15699 components: - - pos: -72.5,-75.5 + - type: Transform + pos: -72.5,-75.5 parent: 1 - type: Transform - uid: 15700 components: - - pos: -73.5,-75.5 + - type: Transform + pos: -73.5,-75.5 parent: 1 - type: Transform - uid: 15701 components: - - pos: -74.5,-75.5 + - type: Transform + pos: -74.5,-75.5 parent: 1 - type: Transform - uid: 15702 components: - - pos: -82.5,-75.5 + - type: Transform + pos: -82.5,-75.5 parent: 1 - type: Transform - uid: 15717 components: - - pos: -83.5,-57.5 + - type: Transform + pos: -83.5,-57.5 parent: 1 - type: Transform - uid: 15718 components: - - pos: -86.5,-62.5 + - type: Transform + pos: -86.5,-62.5 parent: 1 - type: Transform - uid: 15722 components: - - pos: -81.5,-62.5 + - type: Transform + pos: -81.5,-62.5 parent: 1 - type: Transform - uid: 15723 components: - - pos: -80.5,-62.5 + - type: Transform + pos: -80.5,-62.5 parent: 1 - type: Transform - uid: 15735 components: - - pos: -97.5,-73.5 + - type: Transform + pos: -97.5,-73.5 parent: 1 - type: Transform - uid: 15736 components: - - pos: -99.5,-73.5 + - type: Transform + pos: -99.5,-73.5 parent: 1 - type: Transform - uid: 15737 components: - - pos: -90.5,-62.5 + - type: Transform + pos: -90.5,-62.5 parent: 1 - type: Transform - uid: 15738 components: - - pos: -78.5,-54.5 + - type: Transform + pos: -78.5,-54.5 parent: 1 - type: Transform - uid: 15739 components: - - pos: -77.5,-54.5 + - type: Transform + pos: -77.5,-54.5 parent: 1 - type: Transform - uid: 15782 components: - - pos: -88.5,-57.5 + - type: Transform + pos: -88.5,-57.5 parent: 1 - type: Transform - uid: 15783 components: - - pos: -87.5,-57.5 + - type: Transform + pos: -87.5,-57.5 parent: 1 - type: Transform - uid: 15789 components: - - pos: -118.5,-15.5 + - type: Transform + pos: -118.5,-15.5 parent: 1 - type: Transform - uid: 15922 components: - - pos: -47.5,-70.5 + - type: Transform + pos: -47.5,-70.5 parent: 1 - type: Transform - uid: 16024 components: - - pos: -113.5,-40.5 + - type: Transform + pos: -113.5,-40.5 parent: 1 - type: Transform - uid: 16036 components: - - pos: -122.5,-15.5 + - type: Transform + pos: -122.5,-15.5 parent: 1 - type: Transform - uid: 16044 components: - - pos: -84.5,55.5 + - type: Transform + pos: -84.5,55.5 parent: 1 - type: Transform - uid: 16047 components: - - pos: -84.5,61.5 + - type: Transform + pos: -84.5,61.5 parent: 1 - type: Transform - uid: 16055 components: - - pos: -31.5,-56.5 + - type: Transform + pos: -31.5,-56.5 parent: 1 - type: Transform - uid: 16056 components: - - pos: -31.5,-55.5 + - type: Transform + pos: -31.5,-55.5 parent: 1 - type: Transform - uid: 16057 components: - - pos: -31.5,-54.5 + - type: Transform + pos: -31.5,-54.5 parent: 1 - type: Transform - uid: 16070 components: - - pos: -40.5,-71.5 + - type: Transform + pos: -40.5,-71.5 parent: 1 - type: Transform - uid: 16071 components: - - pos: -46.5,-71.5 + - type: Transform + pos: -46.5,-71.5 parent: 1 - type: Transform - uid: 16074 components: - - pos: -50.5,-70.5 + - type: Transform + pos: -50.5,-70.5 parent: 1 - type: Transform - uid: 16075 components: - - pos: -50.5,-69.5 + - type: Transform + pos: -50.5,-69.5 parent: 1 - type: Transform - uid: 16080 components: - - pos: -50.5,-68.5 + - type: Transform + pos: -50.5,-68.5 parent: 1 - type: Transform - uid: 16081 components: - - pos: -50.5,-67.5 + - type: Transform + pos: -50.5,-67.5 parent: 1 - type: Transform - uid: 16084 components: - - pos: -38.5,-70.5 + - type: Transform + pos: -38.5,-70.5 parent: 1 - type: Transform - uid: 16085 components: - - pos: -38.5,-69.5 + - type: Transform + pos: -38.5,-69.5 parent: 1 - type: Transform - uid: 16086 components: - - pos: -38.5,-67.5 + - type: Transform + pos: -38.5,-67.5 parent: 1 - type: Transform - uid: 16087 components: - - pos: -38.5,-66.5 + - type: Transform + pos: -38.5,-66.5 parent: 1 - type: Transform - uid: 16102 components: - - pos: -33.5,-74.5 + - type: Transform + pos: -33.5,-74.5 parent: 1 - type: Transform - uid: 16104 components: - - pos: -43.5,-73.5 + - type: Transform + pos: -43.5,-73.5 parent: 1 - type: Transform - uid: 16105 components: - - pos: -44.5,-73.5 + - type: Transform + pos: -44.5,-73.5 parent: 1 - type: Transform - uid: 16106 components: - - pos: -45.5,-73.5 + - type: Transform + pos: -45.5,-73.5 parent: 1 - type: Transform - uid: 16107 components: - - pos: -46.5,-73.5 + - type: Transform + pos: -46.5,-73.5 parent: 1 - type: Transform - uid: 16108 components: - - pos: -47.5,-73.5 + - type: Transform + pos: -47.5,-73.5 parent: 1 - type: Transform - uid: 16111 components: - - pos: -50.5,-73.5 + - type: Transform + pos: -50.5,-73.5 parent: 1 - type: Transform - uid: 16112 components: - - pos: -49.5,-72.5 + - type: Transform + pos: -49.5,-72.5 parent: 1 - type: Transform - uid: 16113 components: - - pos: -58.5,-75.5 + - type: Transform + pos: -58.5,-75.5 parent: 1 - type: Transform - uid: 16114 components: - - pos: -52.5,-72.5 + - type: Transform + pos: -52.5,-72.5 parent: 1 - type: Transform - uid: 16115 components: - - pos: -52.5,-71.5 + - type: Transform + pos: -52.5,-71.5 parent: 1 - type: Transform - uid: 16116 components: - - pos: -52.5,-70.5 + - type: Transform + pos: -52.5,-70.5 parent: 1 - type: Transform - uid: 16117 components: - - pos: -52.5,-69.5 + - type: Transform + pos: -52.5,-69.5 parent: 1 - type: Transform - uid: 16118 components: - - pos: -34.5,-75.5 + - type: Transform + pos: -34.5,-75.5 parent: 1 - type: Transform - uid: 16119 components: - - pos: -54.5,-76.5 + - type: Transform + pos: -54.5,-76.5 parent: 1 - type: Transform - uid: 16120 components: - - pos: -53.5,-76.5 + - type: Transform + pos: -53.5,-76.5 parent: 1 - type: Transform - uid: 16121 components: - - pos: -52.5,-76.5 + - type: Transform + pos: -52.5,-76.5 parent: 1 - type: Transform - uid: 16122 components: - - pos: -51.5,-76.5 + - type: Transform + pos: -51.5,-76.5 parent: 1 - type: Transform - uid: 16124 components: - - pos: -50.5,-72.5 + - type: Transform + pos: -50.5,-72.5 parent: 1 - type: Transform - uid: 16134 components: - - pos: -39.5,-78.5 + - type: Transform + pos: -39.5,-78.5 parent: 1 - type: Transform - uid: 16135 components: - - pos: -38.5,-76.5 + - type: Transform + pos: -38.5,-76.5 parent: 1 - type: Transform - uid: 16136 components: - - pos: -37.5,-76.5 + - type: Transform + pos: -37.5,-76.5 parent: 1 - type: Transform - uid: 16137 components: - - pos: -51.5,-72.5 + - type: Transform + pos: -51.5,-72.5 parent: 1 - type: Transform - uid: 16138 components: - - pos: -54.5,-75.5 + - type: Transform + pos: -54.5,-75.5 parent: 1 - type: Transform - uid: 16139 components: - - pos: -56.5,-82.5 + - type: Transform + pos: -56.5,-82.5 parent: 1 - type: Transform - uid: 16140 components: - - pos: -55.5,-82.5 + - type: Transform + pos: -55.5,-82.5 parent: 1 - type: Transform - uid: 16141 components: - - pos: -54.5,-82.5 + - type: Transform + pos: -54.5,-82.5 parent: 1 - type: Transform - uid: 16142 components: - - pos: -35.5,-75.5 + - type: Transform + pos: -35.5,-75.5 parent: 1 - type: Transform - uid: 16143 components: - - pos: -35.5,-79.5 + - type: Transform + pos: -35.5,-79.5 parent: 1 - type: Transform - uid: 16144 components: - - pos: -54.5,-79.5 + - type: Transform + pos: -54.5,-79.5 parent: 1 - type: Transform - uid: 16145 components: - - pos: -54.5,-78.5 + - type: Transform + pos: -54.5,-78.5 parent: 1 - type: Transform - uid: 16146 components: - - pos: -54.5,-77.5 + - type: Transform + pos: -54.5,-77.5 parent: 1 - type: Transform - uid: 16147 components: - - pos: -35.5,-78.5 + - type: Transform + pos: -35.5,-78.5 parent: 1 - type: Transform - uid: 16149 components: - - pos: -33.5,-82.5 + - type: Transform + pos: -33.5,-82.5 parent: 1 - type: Transform - uid: 16150 components: - - pos: -31.5,-82.5 + - type: Transform + pos: -31.5,-82.5 parent: 1 - type: Transform - uid: 16151 components: - - pos: -30.5,-82.5 + - type: Transform + pos: -30.5,-82.5 parent: 1 - type: Transform - uid: 16152 components: - - pos: -32.5,-82.5 + - type: Transform + pos: -32.5,-82.5 parent: 1 - type: Transform - uid: 16153 components: - - pos: -30.5,-81.5 + - type: Transform + pos: -30.5,-81.5 parent: 1 - type: Transform - uid: 16154 components: - - pos: -30.5,-80.5 + - type: Transform + pos: -30.5,-80.5 parent: 1 - type: Transform - uid: 16155 components: - - pos: -30.5,-79.5 + - type: Transform + pos: -30.5,-79.5 parent: 1 - type: Transform - uid: 16156 components: - - pos: -30.5,-78.5 + - type: Transform + pos: -30.5,-78.5 parent: 1 - type: Transform - uid: 16157 components: - - pos: -30.5,-77.5 + - type: Transform + pos: -30.5,-77.5 parent: 1 - type: Transform - uid: 16158 components: - - pos: -30.5,-76.5 + - type: Transform + pos: -30.5,-76.5 parent: 1 - type: Transform - uid: 16159 components: - - pos: -30.5,-75.5 + - type: Transform + pos: -30.5,-75.5 parent: 1 - type: Transform - uid: 16160 components: - - pos: -30.5,-74.5 + - type: Transform + pos: -30.5,-74.5 parent: 1 - type: Transform - uid: 16161 components: - - pos: -35.5,-82.5 + - type: Transform + pos: -35.5,-82.5 parent: 1 - type: Transform - uid: 16171 components: - - pos: -48.5,-78.5 + - type: Transform + pos: -48.5,-78.5 parent: 1 - type: Transform - uid: 16190 components: - - pos: -39.5,-77.5 + - type: Transform + pos: -39.5,-77.5 parent: 1 - type: Transform - uid: 16206 components: - - pos: 20.5,10.5 + - type: Transform + pos: 20.5,10.5 parent: 1 - type: Transform - uid: 16228 components: - - pos: -130.5,-27.5 + - type: Transform + pos: -130.5,-27.5 parent: 1 - type: Transform - uid: 16257 components: - - pos: -39.5,-76.5 + - type: Transform + pos: -39.5,-76.5 parent: 1 - type: Transform - uid: 16271 components: - - pos: -126.5,19.5 + - type: Transform + pos: -126.5,19.5 parent: 1 - type: Transform - uid: 16272 components: - - pos: -72.5,-51.5 + - type: Transform + pos: -72.5,-51.5 parent: 1 - type: Transform - uid: 16274 components: - - pos: -115.5,-19.5 + - type: Transform + pos: -115.5,-19.5 parent: 1 - type: Transform - uid: 16327 components: - - pos: -121.5,-22.5 + - type: Transform + pos: -121.5,-22.5 parent: 1 - type: Transform - uid: 16328 components: - - pos: -117.5,-22.5 + - type: Transform + pos: -117.5,-22.5 parent: 1 - type: Transform - uid: 16329 components: - - pos: -118.5,-22.5 + - type: Transform + pos: -118.5,-22.5 parent: 1 - type: Transform - uid: 16330 components: - - pos: -103.5,-29.5 + - type: Transform + pos: -103.5,-29.5 parent: 1 - type: Transform - uid: 16332 components: - - pos: -123.5,-47.5 + - type: Transform + pos: -123.5,-47.5 parent: 1 - type: Transform - uid: 16335 components: - - pos: -120.5,8.5 + - type: Transform + pos: -120.5,8.5 parent: 1 - type: Transform - uid: 16336 components: - - pos: -128.5,-47.5 + - type: Transform + pos: -128.5,-47.5 parent: 1 - type: Transform - uid: 16337 components: - - pos: -120.5,4.5 + - type: Transform + pos: -120.5,4.5 parent: 1 - type: Transform - uid: 16396 components: - - pos: -126.5,16.5 + - type: Transform + pos: -126.5,16.5 parent: 1 - type: Transform - uid: 16406 components: - - pos: -104.5,-9.5 + - type: Transform + pos: -104.5,-9.5 parent: 1 - type: Transform - uid: 16426 components: - - pos: -125.5,16.5 + - type: Transform + pos: -125.5,16.5 parent: 1 - type: Transform - uid: 16443 components: - - pos: -149.5,6.5 + - type: Transform + pos: -149.5,6.5 parent: 1 - type: Transform - uid: 16457 components: - - pos: -64.5,-54.5 + - type: Transform + pos: -64.5,-54.5 parent: 1 - type: Transform - uid: 16460 components: - - pos: -101.5,-8.5 + - type: Transform + pos: -101.5,-8.5 parent: 1 - type: Transform - uid: 16461 components: - - pos: -103.5,-9.5 + - type: Transform + pos: -103.5,-9.5 parent: 1 - type: Transform - uid: 16462 components: - - pos: -95.5,-26.5 + - type: Transform + pos: -95.5,-26.5 parent: 1 - type: Transform - uid: 16463 components: - - pos: -95.5,-25.5 + - type: Transform + pos: -95.5,-25.5 parent: 1 - type: Transform - uid: 16476 components: - - pos: -85.5,-57.5 + - type: Transform + pos: -85.5,-57.5 parent: 1 - type: Transform - uid: 16521 components: - - pos: -28.5,-75.5 + - type: Transform + pos: -28.5,-75.5 parent: 1 - type: Transform - uid: 16522 components: - - pos: -27.5,-75.5 + - type: Transform + pos: -27.5,-75.5 parent: 1 - type: Transform - uid: 16523 components: - - pos: -26.5,-75.5 + - type: Transform + pos: -26.5,-75.5 parent: 1 - type: Transform - uid: 16646 components: - - pos: 16.5,-25.5 + - type: Transform + pos: 16.5,-25.5 parent: 1 - type: Transform - uid: 16648 components: - - pos: 15.5,-27.5 + - type: Transform + pos: 15.5,-27.5 parent: 1 - type: Transform - uid: 16819 components: - - pos: -100.5,-8.5 + - type: Transform + pos: -100.5,-8.5 parent: 1 - type: Transform - uid: 17105 components: - - pos: -98.5,-8.5 + - type: Transform + pos: -98.5,-8.5 parent: 1 - type: Transform - uid: 17106 components: - - pos: -114.5,-9.5 + - type: Transform + pos: -114.5,-9.5 parent: 1 - type: Transform - uid: 17107 components: - - pos: -113.5,-9.5 + - type: Transform + pos: -113.5,-9.5 parent: 1 - type: Transform - uid: 17108 components: - - pos: -112.5,-9.5 + - type: Transform + pos: -112.5,-9.5 parent: 1 - type: Transform - uid: 17110 components: - - pos: -110.5,-9.5 + - type: Transform + pos: -110.5,-9.5 parent: 1 - type: Transform - uid: 17111 components: - - pos: -109.5,-9.5 + - type: Transform + pos: -109.5,-9.5 parent: 1 - type: Transform - uid: 17112 components: - - pos: -108.5,-9.5 + - type: Transform + pos: -108.5,-9.5 parent: 1 - type: Transform - uid: 17114 components: - - pos: -106.5,-9.5 + - type: Transform + pos: -106.5,-9.5 parent: 1 - type: Transform - uid: 17115 components: - - pos: -107.5,-9.5 + - type: Transform + pos: -107.5,-9.5 parent: 1 - type: Transform - uid: 17116 components: - - pos: -102.5,-8.5 + - type: Transform + pos: -102.5,-8.5 parent: 1 - type: Transform - uid: 17117 components: - - pos: -103.5,-32.5 + - type: Transform + pos: -103.5,-32.5 parent: 1 - type: Transform - uid: 17118 components: - - pos: -103.5,-8.5 + - type: Transform + pos: -103.5,-8.5 parent: 1 - type: Transform - uid: 17119 components: - - pos: -98.5,-9.5 + - type: Transform + pos: -98.5,-9.5 parent: 1 - type: Transform - uid: 17130 components: - - pos: -110.5,-32.5 + - type: Transform + pos: -110.5,-32.5 parent: 1 - type: Transform - uid: 17131 components: - - pos: -110.5,-23.5 + - type: Transform + pos: -110.5,-23.5 parent: 1 - type: Transform - uid: 17132 components: - - pos: -108.5,-29.5 + - type: Transform + pos: -108.5,-29.5 parent: 1 - type: Transform - uid: 17133 components: - - pos: -122.5,-26.5 + - type: Transform + pos: -122.5,-26.5 parent: 1 - type: Transform - uid: 17136 components: - - pos: -121.5,-23.5 + - type: Transform + pos: -121.5,-23.5 parent: 1 - type: Transform - uid: 17156 components: - - pos: -138.5,-41.5 + - type: Transform + pos: -138.5,-41.5 parent: 1 - type: Transform - uid: 17157 components: - - pos: -134.5,-35.5 + - type: Transform + pos: -134.5,-35.5 parent: 1 - type: Transform - uid: 17158 components: - - pos: -134.5,-37.5 + - type: Transform + pos: -134.5,-37.5 parent: 1 - type: Transform - uid: 17159 components: - - pos: -137.5,-47.5 + - type: Transform + pos: -137.5,-47.5 parent: 1 - type: Transform - uid: 17160 components: - - pos: -137.5,-44.5 + - type: Transform + pos: -137.5,-44.5 parent: 1 - type: Transform - uid: 17161 components: - - pos: -137.5,-45.5 + - type: Transform + pos: -137.5,-45.5 parent: 1 - type: Transform - uid: 17162 components: - - pos: -107.5,-44.5 + - type: Transform + pos: -107.5,-44.5 parent: 1 - type: Transform - uid: 17163 components: - - pos: -105.5,-44.5 + - type: Transform + pos: -105.5,-44.5 parent: 1 - type: Transform - uid: 17164 components: - - pos: -133.5,-35.5 + - type: Transform + pos: -133.5,-35.5 parent: 1 - type: Transform - uid: 17165 components: - - pos: -98.5,-18.5 + - type: Transform + pos: -98.5,-18.5 parent: 1 - type: Transform - uid: 17166 components: - - pos: -98.5,-19.5 + - type: Transform + pos: -98.5,-19.5 parent: 1 - type: Transform - uid: 17167 components: - - pos: -98.5,-20.5 + - type: Transform + pos: -98.5,-20.5 parent: 1 - type: Transform - uid: 17168 components: - - pos: -98.5,-21.5 + - type: Transform + pos: -98.5,-21.5 parent: 1 - type: Transform - uid: 17169 components: - - pos: -98.5,-22.5 + - type: Transform + pos: -98.5,-22.5 parent: 1 - type: Transform - uid: 17170 components: - - pos: -98.5,-23.5 + - type: Transform + pos: -98.5,-23.5 parent: 1 - type: Transform - uid: 17171 components: - - pos: -98.5,-24.5 + - type: Transform + pos: -98.5,-24.5 parent: 1 - type: Transform - uid: 17172 components: - - pos: -98.5,-25.5 + - type: Transform + pos: -98.5,-25.5 parent: 1 - type: Transform - uid: 17174 components: - - pos: -98.5,-27.5 + - type: Transform + pos: -98.5,-27.5 parent: 1 - type: Transform - uid: 17856 components: - - pos: -99.5,-28.5 + - type: Transform + pos: -99.5,-28.5 parent: 1 - type: Transform - uid: 17941 components: - - pos: -103.5,-28.5 + - type: Transform + pos: -103.5,-28.5 parent: 1 - type: Transform - uid: 17978 components: - - pos: -136.5,-43.5 + - type: Transform + pos: -136.5,-43.5 parent: 1 - type: Transform - uid: 17979 components: - - pos: -136.5,-44.5 + - type: Transform + pos: -136.5,-44.5 parent: 1 - type: Transform - uid: 17981 components: - - pos: -94.5,-31.5 + - type: Transform + pos: -94.5,-31.5 parent: 1 - type: Transform - uid: 17982 components: - - pos: -136.5,-47.5 + - type: Transform + pos: -136.5,-47.5 parent: 1 - type: Transform - uid: 17983 components: - - pos: -136.5,-48.5 + - type: Transform + pos: -136.5,-48.5 parent: 1 - type: Transform - uid: 17988 components: - - pos: -131.5,-48.5 + - type: Transform + pos: -131.5,-48.5 parent: 1 - type: Transform - uid: 17989 components: - - pos: -98.5,-31.5 + - type: Transform + pos: -98.5,-31.5 parent: 1 - type: Transform - uid: 17990 components: - - pos: -94.5,-32.5 + - type: Transform + pos: -94.5,-32.5 parent: 1 - type: Transform - uid: 18097 components: - - pos: -29.5,-71.5 + - type: Transform + pos: -29.5,-71.5 parent: 1 - type: Transform - uid: 18188 components: - - pos: -25.5,-75.5 + - type: Transform + pos: -25.5,-75.5 parent: 1 - type: Transform - uid: 18189 components: - - pos: -24.5,-75.5 + - type: Transform + pos: -24.5,-75.5 parent: 1 - type: Transform - uid: 18190 components: - - pos: -23.5,-75.5 + - type: Transform + pos: -23.5,-75.5 parent: 1 - type: Transform - uid: 18191 components: - - pos: -23.5,-74.5 + - type: Transform + pos: -23.5,-74.5 parent: 1 - type: Transform - uid: 18192 components: - - pos: -23.5,-73.5 + - type: Transform + pos: -23.5,-73.5 parent: 1 - type: Transform - uid: 18193 components: - - pos: -23.5,-72.5 + - type: Transform + pos: -23.5,-72.5 parent: 1 - type: Transform - uid: 18876 components: - - pos: -93.5,-34.5 + - type: Transform + pos: -93.5,-34.5 parent: 1 - type: Transform - uid: 18890 components: - - pos: 27.5,4.5 + - type: Transform + pos: 27.5,4.5 parent: 1 - type: Transform - uid: 18900 components: - - pos: -8.5,45.5 + - type: Transform + pos: -8.5,45.5 parent: 1 - type: Transform - uid: 18911 components: - - pos: -49.5,45.5 + - type: Transform + pos: -49.5,45.5 parent: 1 - type: Transform - uid: 19248 components: - - pos: -43.5,-78.5 + - type: Transform + pos: -43.5,-78.5 parent: 1 - type: Transform - uid: 19256 components: - - pos: -95.5,-24.5 + - type: Transform + pos: -95.5,-24.5 parent: 1 - type: Transform - uid: 19257 components: - - pos: -98.5,-10.5 + - type: Transform + pos: -98.5,-10.5 parent: 1 - type: Transform - uid: 19276 components: - - pos: -45.5,39.5 + - type: Transform + pos: -45.5,39.5 parent: 1 - type: Transform - uid: 19355 components: - - pos: -157.5,21.5 + - type: Transform + pos: -157.5,21.5 parent: 1 - type: Transform - uid: 19357 components: - - pos: -157.5,10.5 + - type: Transform + pos: -157.5,10.5 parent: 1 - type: Transform - uid: 19360 components: - - pos: -145.5,3.5 + - type: Transform + pos: -145.5,3.5 parent: 1 - type: Transform - uid: 19361 components: - - pos: -146.5,3.5 + - type: Transform + pos: -146.5,3.5 parent: 1 - type: Transform - uid: 19365 components: - - pos: -137.5,-0.5 + - type: Transform + pos: -137.5,-0.5 parent: 1 - type: Transform - uid: 19368 components: - - pos: -139.5,6.5 + - type: Transform + pos: -139.5,6.5 parent: 1 - type: Transform - uid: 19369 components: - - pos: -142.5,6.5 + - type: Transform + pos: -142.5,6.5 parent: 1 - type: Transform - uid: 19918 components: - - pos: -84.5,64.5 + - type: Transform + pos: -84.5,64.5 parent: 1 - type: Transform - uid: 19920 components: - - pos: -100.5,64.5 + - type: Transform + pos: -100.5,64.5 parent: 1 - type: Transform - uid: 19936 components: - - pos: -101.5,40.5 + - type: Transform + pos: -101.5,40.5 parent: 1 - type: Transform - uid: 19947 components: - - pos: -97.5,48.5 + - type: Transform + pos: -97.5,48.5 parent: 1 - type: Transform - uid: 19948 components: - - pos: -97.5,33.5 + - type: Transform + pos: -97.5,33.5 parent: 1 - type: Transform - uid: 20284 components: - - pos: -93.5,-71.5 + - type: Transform + pos: -93.5,-71.5 parent: 1 - type: Transform - uid: 20286 components: - - pos: -93.5,-66.5 + - type: Transform + pos: -93.5,-66.5 parent: 1 - type: Transform - uid: 20287 components: - - pos: -93.5,-67.5 + - type: Transform + pos: -93.5,-67.5 parent: 1 - type: Transform - uid: 20298 components: - - pos: -93.5,-64.5 + - type: Transform + pos: -93.5,-64.5 parent: 1 - type: Transform - uid: 20299 components: - - pos: -93.5,-63.5 + - type: Transform + pos: -93.5,-63.5 parent: 1 - type: Transform - uid: 20300 components: - - pos: -84.5,-57.5 + - type: Transform + pos: -84.5,-57.5 parent: 1 - type: Transform - uid: 20301 components: - - pos: -98.5,-73.5 + - type: Transform + pos: -98.5,-73.5 parent: 1 - type: Transform - uid: 20302 components: - - pos: -85.5,-60.5 + - type: Transform + pos: -85.5,-60.5 parent: 1 - type: Transform - uid: 20305 components: - - pos: -114.5,-52.5 + - type: Transform + pos: -114.5,-52.5 parent: 1 - type: Transform - uid: 20306 components: - - pos: -114.5,-51.5 + - type: Transform + pos: -114.5,-51.5 parent: 1 - type: Transform - uid: 20307 components: - - pos: -114.5,-50.5 + - type: Transform + pos: -114.5,-50.5 parent: 1 - type: Transform - uid: 20308 components: - - pos: -114.5,-49.5 + - type: Transform + pos: -114.5,-49.5 parent: 1 - type: Transform - uid: 20310 components: - - pos: -113.5,-63.5 + - type: Transform + pos: -113.5,-63.5 parent: 1 - type: Transform - uid: 20311 components: - - pos: -114.5,-63.5 + - type: Transform + pos: -114.5,-63.5 parent: 1 - type: Transform - uid: 20314 components: - - pos: -82.5,-57.5 + - type: Transform + pos: -82.5,-57.5 parent: 1 - type: Transform - uid: 20315 components: - - pos: -85.5,-62.5 + - type: Transform + pos: -85.5,-62.5 parent: 1 - type: Transform - uid: 20317 components: - - pos: -102.5,-49.5 + - type: Transform + pos: -102.5,-49.5 parent: 1 - type: Transform - uid: 20320 components: - - pos: -125.5,-54.5 + - type: Transform + pos: -125.5,-54.5 parent: 1 - type: Transform - uid: 20328 components: - - pos: -98.5,-32.5 + - type: Transform + pos: -98.5,-32.5 parent: 1 - type: Transform - uid: 20332 components: - - pos: -92.5,-34.5 + - type: Transform + pos: -92.5,-34.5 parent: 1 - type: Transform - uid: 20336 components: - - pos: -86.5,-57.5 + - type: Transform + pos: -86.5,-57.5 parent: 1 - type: Transform - uid: 20337 components: - - pos: -93.5,-57.5 + - type: Transform + pos: -93.5,-57.5 parent: 1 - type: Transform - uid: 20338 components: - - pos: -93.5,-62.5 + - type: Transform + pos: -93.5,-62.5 parent: 1 - type: Transform - uid: 20339 components: - - pos: -93.5,-65.5 + - type: Transform + pos: -93.5,-65.5 parent: 1 - type: Transform - uid: 20340 components: - - pos: -93.5,-68.5 + - type: Transform + pos: -93.5,-68.5 parent: 1 - type: Transform - uid: 20341 components: - - pos: -114.5,-48.5 + - type: Transform + pos: -114.5,-48.5 parent: 1 - type: Transform - uid: 20343 components: - - pos: -93.5,-75.5 + - type: Transform + pos: -93.5,-75.5 parent: 1 - type: Transform - uid: 20344 components: - - pos: -96.5,-73.5 + - type: Transform + pos: -96.5,-73.5 parent: 1 - type: Transform - uid: 20350 components: - - pos: -93.5,-73.5 + - type: Transform + pos: -93.5,-73.5 parent: 1 - type: Transform - uid: 20356 components: - - pos: -93.5,-72.5 + - type: Transform + pos: -93.5,-72.5 parent: 1 - type: Transform - uid: 20359 components: - - pos: -95.5,-22.5 + - type: Transform + pos: -95.5,-22.5 parent: 1 - type: Transform - uid: 20371 components: - - pos: -93.5,-37.5 + - type: Transform + pos: -93.5,-37.5 parent: 1 - type: Transform - uid: 20374 components: - - pos: -93.5,-69.5 + - type: Transform + pos: -93.5,-69.5 parent: 1 - type: Transform - uid: 20376 components: - - pos: -119.5,-66.5 + - type: Transform + pos: -119.5,-66.5 parent: 1 - type: Transform - uid: 20377 components: - - pos: -105.5,-52.5 + - type: Transform + pos: -105.5,-52.5 parent: 1 - type: Transform - uid: 20379 components: - - pos: -91.5,-34.5 + - type: Transform + pos: -91.5,-34.5 parent: 1 - type: Transform - uid: 20381 components: - - pos: -93.5,-36.5 + - type: Transform + pos: -93.5,-36.5 parent: 1 - type: Transform - uid: 20383 components: - - pos: -92.5,-37.5 + - type: Transform + pos: -92.5,-37.5 parent: 1 - type: Transform - uid: 20387 components: - - pos: -122.5,-51.5 + - type: Transform + pos: -122.5,-51.5 parent: 1 - type: Transform - uid: 20389 components: - - pos: -105.5,-40.5 + - type: Transform + pos: -105.5,-40.5 parent: 1 - type: Transform - uid: 20391 components: - - pos: -118.5,-68.5 + - type: Transform + pos: -118.5,-68.5 parent: 1 - type: Transform - uid: 20482 components: - - pos: -95.5,28.5 + - type: Transform + pos: -95.5,28.5 parent: 1 - type: Transform - uid: 20517 components: - - pos: -83.5,31.5 + - type: Transform + pos: -83.5,31.5 parent: 1 - type: Transform - uid: 20518 components: - - pos: -101.5,43.5 + - type: Transform + pos: -101.5,43.5 parent: 1 - type: Transform - uid: 20521 components: - - pos: -88.5,32.5 + - type: Transform + pos: -88.5,32.5 parent: 1 - type: Transform - uid: 20522 components: - - pos: -96.5,32.5 + - type: Transform + pos: -96.5,32.5 parent: 1 - type: Transform - uid: 20523 components: - - pos: -97.5,46.5 + - type: Transform + pos: -97.5,46.5 parent: 1 - type: Transform - uid: 20525 components: - - pos: -84.5,29.5 + - type: Transform + pos: -84.5,29.5 parent: 1 - type: Transform - uid: 20526 components: - - pos: -84.5,28.5 + - type: Transform + pos: -84.5,28.5 parent: 1 - type: Transform - uid: 20530 components: - - pos: -87.5,32.5 + - type: Transform + pos: -87.5,32.5 parent: 1 - type: Transform - uid: 20531 components: - - pos: -97.5,32.5 + - type: Transform + pos: -97.5,32.5 parent: 1 - type: Transform - uid: 20533 components: - - pos: -97.5,44.5 + - type: Transform + pos: -97.5,44.5 parent: 1 - type: Transform - uid: 20534 components: - - pos: -97.5,37.5 + - type: Transform + pos: -97.5,37.5 parent: 1 - type: Transform - uid: 20536 components: - - pos: -97.5,47.5 + - type: Transform + pos: -97.5,47.5 parent: 1 - type: Transform - uid: 20549 components: - - pos: -111.5,-23.5 + - type: Transform + pos: -111.5,-23.5 parent: 1 - type: Transform - uid: 20554 components: - - pos: -104.5,-39.5 + - type: Transform + pos: -104.5,-39.5 parent: 1 - type: Transform - uid: 20555 components: - - pos: -103.5,-39.5 + - type: Transform + pos: -103.5,-39.5 parent: 1 - type: Transform - uid: 20556 components: - - pos: -102.5,-39.5 + - type: Transform + pos: -102.5,-39.5 parent: 1 - type: Transform - uid: 20562 components: - - pos: -105.5,-41.5 + - type: Transform + pos: -105.5,-41.5 parent: 1 - type: Transform - uid: 20563 components: - - pos: -119.5,-68.5 + - type: Transform + pos: -119.5,-68.5 parent: 1 - type: Transform - uid: 20564 components: - - pos: -119.5,-67.5 + - type: Transform + pos: -119.5,-67.5 parent: 1 - type: Transform - uid: 21129 components: - - pos: -18.5,-23.5 + - type: Transform + pos: -18.5,-23.5 parent: 1 - type: Transform - uid: 21207 components: - - pos: -93.5,-70.5 + - type: Transform + pos: -93.5,-70.5 parent: 1 - type: Transform - uid: 21217 components: - - pos: -107.5,-49.5 + - type: Transform + pos: -107.5,-49.5 parent: 1 - type: Transform - uid: 21302 components: - - pos: -106.5,-49.5 + - type: Transform + pos: -106.5,-49.5 parent: 1 - type: Transform - uid: 21303 components: - - pos: -105.5,-49.5 + - type: Transform + pos: -105.5,-49.5 parent: 1 - type: Transform - uid: 21313 components: - - pos: -100.5,-39.5 + - type: Transform + pos: -100.5,-39.5 parent: 1 - type: Transform - uid: 21318 components: - - pos: -101.5,-39.5 + - type: Transform + pos: -101.5,-39.5 parent: 1 - type: Transform - uid: 21350 components: - - pos: 7.5,-37.5 + - type: Transform + pos: 7.5,-37.5 parent: 1 - type: Transform - uid: 21353 components: - - pos: 21.5,10.5 + - type: Transform + pos: 21.5,10.5 parent: 1 - type: Transform - uid: 21354 components: - - pos: 22.5,10.5 + - type: Transform + pos: 22.5,10.5 parent: 1 - type: Transform - uid: 21650 components: - - pos: -94.5,-26.5 + - type: Transform + pos: -94.5,-26.5 parent: 1 - type: Transform - uid: 21946 components: - - pos: -108.5,-37.5 + - type: Transform + pos: -108.5,-37.5 parent: 1 - type: Transform - uid: 22104 components: - - pos: -108.5,-38.5 + - type: Transform + pos: -108.5,-38.5 parent: 1 - type: Transform - uid: 22105 components: - - pos: -108.5,-40.5 + - type: Transform + pos: -108.5,-40.5 parent: 1 - type: Transform - uid: 22106 components: - - pos: -111.5,-44.5 + - type: Transform + pos: -111.5,-44.5 parent: 1 - type: Transform - uid: 22107 components: - - pos: -111.5,-43.5 + - type: Transform + pos: -111.5,-43.5 parent: 1 - type: Transform - uid: 22108 components: - - pos: -111.5,-42.5 + - type: Transform + pos: -111.5,-42.5 parent: 1 - type: Transform - uid: 22109 components: - - pos: -93.5,-74.5 + - type: Transform + pos: -93.5,-74.5 parent: 1 - type: Transform - uid: 22110 components: - - pos: -102.5,-52.5 + - type: Transform + pos: -102.5,-52.5 parent: 1 - type: Transform - uid: 22111 components: - - pos: -80.5,-54.5 + - type: Transform + pos: -80.5,-54.5 parent: 1 - type: Transform - uid: 22112 components: - - pos: -108.5,-41.5 + - type: Transform + pos: -108.5,-41.5 parent: 1 - type: Transform - uid: 22113 components: - - pos: -109.5,-41.5 + - type: Transform + pos: -109.5,-41.5 parent: 1 - type: Transform - uid: 22114 components: - - pos: -110.5,-41.5 + - type: Transform + pos: -110.5,-41.5 parent: 1 - type: Transform - uid: 22115 components: - - pos: -111.5,-41.5 + - type: Transform + pos: -111.5,-41.5 parent: 1 - type: Transform - uid: 22138 components: - - pos: -99.5,-49.5 + - type: Transform + pos: -99.5,-49.5 parent: 1 - type: Transform - uid: 22139 components: - - pos: -99.5,-52.5 + - type: Transform + pos: -99.5,-52.5 parent: 1 - type: Transform - uid: 22300 components: - - pos: -18.5,-21.5 + - type: Transform + pos: -18.5,-21.5 parent: 1 - type: Transform - uid: 22606 components: - - pos: -18.5,-72.5 + - type: Transform + pos: -18.5,-72.5 parent: 1 - type: Transform - uid: 22607 components: - - pos: -19.5,-72.5 + - type: Transform + pos: -19.5,-72.5 parent: 1 - type: Transform - uid: 22844 components: - - pos: -67.5,-54.5 + - type: Transform + pos: -67.5,-54.5 parent: 1 - type: Transform - uid: 23001 components: - - pos: -99.5,-8.5 + - type: Transform + pos: -99.5,-8.5 parent: 1 - type: Transform - uid: 23060 components: - - pos: 26.5,6.5 + - type: Transform + pos: 26.5,6.5 parent: 1 - type: Transform - uid: 23509 components: - - pos: 8.5,29.5 + - type: Transform + pos: 8.5,29.5 parent: 1 - type: Transform - uid: 24741 components: - - pos: -63.5,-32.5 + - type: Transform + pos: -63.5,-32.5 parent: 1 - type: Transform - uid: 24762 components: - - pos: -94.5,-33.5 + - type: Transform + pos: -94.5,-33.5 parent: 1 - type: Transform - uid: 24933 components: - - pos: -47.5,-78.5 + - type: Transform + pos: -47.5,-78.5 parent: 1 - type: Transform - uid: 24945 components: - - pos: -46.5,-78.5 + - type: Transform + pos: -46.5,-78.5 parent: 1 - type: Transform - uid: 24946 components: - - pos: 26.5,7.5 + - type: Transform + pos: 26.5,7.5 parent: 1 - type: Transform - uid: 25179 components: - - pos: -157.5,23.5 + - type: Transform + pos: -157.5,23.5 parent: 1 - type: Transform - uid: 25182 components: - - pos: -157.5,15.5 + - type: Transform + pos: -157.5,15.5 parent: 1 - type: Transform - uid: 25183 components: - - pos: -147.5,2.5 + - type: Transform + pos: -147.5,2.5 parent: 1 - type: Transform - uid: 25184 components: - - pos: -148.5,19.5 + - type: Transform + pos: -148.5,19.5 parent: 1 - type: Transform - uid: 25193 components: - - pos: -143.5,7.5 + - type: Transform + pos: -143.5,7.5 parent: 1 - type: Transform - uid: 25923 components: - - pos: -157.5,9.5 + - type: Transform + pos: -157.5,9.5 parent: 1 - type: Transform - uid: 25924 components: - - pos: -151.5,2.5 + - type: Transform + pos: -151.5,2.5 parent: 1 - type: Transform - uid: 25925 components: - - pos: -148.5,8.5 + - type: Transform + pos: -148.5,8.5 parent: 1 - type: Transform - uid: 25926 components: - - pos: -149.5,9.5 + - type: Transform + pos: -149.5,9.5 parent: 1 - type: Transform - uid: 25930 components: - - pos: -137.5,-1.5 + - type: Transform + pos: -137.5,-1.5 parent: 1 - type: Transform - uid: 25933 components: - - pos: -137.5,5.5 + - type: Transform + pos: -137.5,5.5 parent: 1 - type: Transform - uid: 25934 components: - - pos: -153.5,9.5 + - type: Transform + pos: -153.5,9.5 parent: 1 - type: Transform - uid: 26357 components: - - pos: -108.5,-54.5 + - type: Transform + pos: -108.5,-54.5 parent: 1 - type: Transform - uid: 26358 components: - - pos: -109.5,-54.5 + - type: Transform + pos: -109.5,-54.5 parent: 1 - type: Transform - uid: 26359 components: - - pos: -110.5,-54.5 + - type: Transform + pos: -110.5,-54.5 parent: 1 - type: Transform - uid: 26360 components: - - pos: -111.5,-54.5 + - type: Transform + pos: -111.5,-54.5 parent: 1 - type: Transform - uid: 26361 components: - - pos: -112.5,-54.5 + - type: Transform + pos: -112.5,-54.5 parent: 1 - type: Transform - uid: 26788 components: - - pos: -108.5,-56.5 + - type: Transform + pos: -108.5,-56.5 parent: 1 - type: Transform - uid: 26791 components: - - pos: -109.5,-56.5 + - type: Transform + pos: -109.5,-56.5 parent: 1 - type: Transform - uid: 26865 components: - - pos: -110.5,-56.5 + - type: Transform + pos: -110.5,-56.5 parent: 1 - type: Transform - uid: 26866 components: - - pos: -111.5,-56.5 + - type: Transform + pos: -111.5,-56.5 parent: 1 - type: Transform - uid: 26867 components: - - pos: -112.5,-56.5 + - type: Transform + pos: -112.5,-56.5 parent: 1 - type: Transform - uid: 26869 components: - - pos: -108.5,-58.5 + - type: Transform + pos: -108.5,-58.5 parent: 1 - type: Transform - uid: 26870 components: - - pos: -109.5,-58.5 + - type: Transform + pos: -109.5,-58.5 parent: 1 - type: Transform - uid: 26871 components: - - pos: -110.5,-58.5 + - type: Transform + pos: -110.5,-58.5 parent: 1 - type: Transform - uid: 26872 components: - - pos: -111.5,-58.5 + - type: Transform + pos: -111.5,-58.5 parent: 1 - type: Transform - uid: 26873 components: - - pos: -112.5,-58.5 + - type: Transform + pos: -112.5,-58.5 parent: 1 - type: Transform - uid: 26874 components: - - pos: -108.5,-60.5 + - type: Transform + pos: -108.5,-60.5 parent: 1 - type: Transform - uid: 26875 components: - - pos: -109.5,-60.5 + - type: Transform + pos: -109.5,-60.5 parent: 1 - type: Transform - uid: 26882 components: - - pos: -110.5,-60.5 + - type: Transform + pos: -110.5,-60.5 parent: 1 - type: Transform - uid: 26887 components: - - pos: -111.5,-60.5 + - type: Transform + pos: -111.5,-60.5 parent: 1 - type: Transform - uid: 26888 components: - - pos: -112.5,-60.5 + - type: Transform + pos: -112.5,-60.5 parent: 1 - type: Transform - uid: 26889 components: - - pos: -108.5,-62.5 + - type: Transform + pos: -108.5,-62.5 parent: 1 - type: Transform - uid: 26890 components: - - pos: -109.5,-62.5 + - type: Transform + pos: -109.5,-62.5 parent: 1 - type: Transform - uid: 26891 components: - - pos: -110.5,-62.5 + - type: Transform + pos: -110.5,-62.5 parent: 1 - type: Transform - uid: 26892 components: - - pos: -111.5,-62.5 + - type: Transform + pos: -111.5,-62.5 parent: 1 - type: Transform - uid: 26893 components: - - pos: -112.5,-62.5 + - type: Transform + pos: -112.5,-62.5 parent: 1 - type: Transform - uid: 27200 components: - - pos: 5.5,-33.5 + - type: Transform + pos: 5.5,-33.5 parent: 1 - type: Transform - uid: 27617 components: - - pos: -130.5,-29.5 + - type: Transform + pos: -130.5,-29.5 parent: 1 - type: Transform - uid: 27618 components: - - pos: -138.5,-29.5 + - type: Transform + pos: -138.5,-29.5 parent: 1 - type: Transform - uid: 27632 components: - - pos: -109.5,-53.5 + - type: Transform + pos: -109.5,-53.5 parent: 1 - type: Transform - uid: 27698 components: - - pos: -110.5,-53.5 + - type: Transform + pos: -110.5,-53.5 parent: 1 - type: Transform - uid: 27701 components: - - pos: -111.5,-53.5 + - type: Transform + pos: -111.5,-53.5 parent: 1 - type: Transform - uid: 27702 components: - - pos: -112.5,-53.5 + - type: Transform + pos: -112.5,-53.5 parent: 1 - type: Transform - uid: 27703 components: - - pos: -114.5,-62.5 + - type: Transform + pos: -114.5,-62.5 parent: 1 - type: Transform - uid: 27704 components: - - pos: -114.5,-61.5 + - type: Transform + pos: -114.5,-61.5 parent: 1 - type: Transform - uid: 27713 components: - - pos: -114.5,-60.5 + - type: Transform + pos: -114.5,-60.5 parent: 1 - type: Transform - uid: 27714 components: - - pos: -114.5,-59.5 + - type: Transform + pos: -114.5,-59.5 parent: 1 - type: Transform - uid: 27715 components: - - pos: -114.5,-58.5 + - type: Transform + pos: -114.5,-58.5 parent: 1 - type: Transform - uid: 27716 components: - - pos: -114.5,-57.5 + - type: Transform + pos: -114.5,-57.5 parent: 1 - type: Transform - uid: 27717 components: - - pos: -114.5,-56.5 + - type: Transform + pos: -114.5,-56.5 parent: 1 - type: Transform - uid: 27718 components: - - pos: -114.5,-55.5 + - type: Transform + pos: -114.5,-55.5 parent: 1 - type: Transform - uid: 27719 components: - - pos: -114.5,-54.5 + - type: Transform + pos: -114.5,-54.5 parent: 1 - type: Transform - uid: 27723 components: - - pos: -114.5,-53.5 + - type: Transform + pos: -114.5,-53.5 parent: 1 - type: Transform - uid: 27890 components: - - pos: -113.5,-53.5 + - type: Transform + pos: -113.5,-53.5 parent: 1 - type: Transform - uid: 27891 components: - - pos: -112.5,-63.5 + - type: Transform + pos: -112.5,-63.5 parent: 1 - type: Transform - uid: 27926 components: - - pos: -106.5,-67.5 + - type: Transform + pos: -106.5,-67.5 parent: 1 - type: Transform - uid: 27936 components: - - pos: -112.5,-66.5 + - type: Transform + pos: -112.5,-66.5 parent: 1 - type: Transform - uid: 27937 components: - - pos: -113.5,-66.5 + - type: Transform + pos: -113.5,-66.5 parent: 1 - type: Transform - uid: 27938 components: - - pos: -114.5,-66.5 + - type: Transform + pos: -114.5,-66.5 parent: 1 - type: Transform - uid: 28438 components: - - pos: -15.5,-24.5 + - type: Transform + pos: -15.5,-24.5 parent: 1 - type: Transform - uid: 28439 components: - - pos: -114.5,-67.5 + - type: Transform + pos: -114.5,-67.5 parent: 1 - type: Transform - uid: 28451 components: - - pos: -114.5,-68.5 + - type: Transform + pos: -114.5,-68.5 parent: 1 - type: Transform - uid: 28452 components: - - pos: -114.5,-69.5 + - type: Transform + pos: -114.5,-69.5 parent: 1 - type: Transform - uid: 28453 components: - - pos: -114.5,-70.5 + - type: Transform + pos: -114.5,-70.5 parent: 1 - type: Transform - uid: 28525 components: - - pos: -81.5,-60.5 + - type: Transform + pos: -81.5,-60.5 parent: 1 - type: Transform - uid: 28526 components: - - pos: -100.5,-67.5 + - type: Transform + pos: -100.5,-67.5 parent: 1 - type: Transform - uid: 28529 components: - - pos: -82.5,-60.5 + - type: Transform + pos: -82.5,-60.5 parent: 1 - type: Transform - uid: 28530 components: - - pos: -90.5,-57.5 + - type: Transform + pos: -90.5,-57.5 parent: 1 - type: Transform - uid: 28533 components: - - pos: -107.5,-78.5 + - type: Transform + pos: -107.5,-78.5 parent: 1 - type: Transform - uid: 28541 components: - - pos: -99.5,-34.5 + - type: Transform + pos: -99.5,-34.5 parent: 1 - type: Transform - uid: 28547 components: - - pos: -106.5,-78.5 + - type: Transform + pos: -106.5,-78.5 parent: 1 - type: Transform - uid: 28548 components: - - pos: -100.5,-78.5 + - type: Transform + pos: -100.5,-78.5 parent: 1 - type: Transform - uid: 28553 components: - - pos: -106.5,-77.5 + - type: Transform + pos: -106.5,-77.5 parent: 1 - type: Transform - uid: 28556 components: - - pos: -108.5,-78.5 + - type: Transform + pos: -108.5,-78.5 parent: 1 - type: Transform - uid: 28558 components: - - pos: -100.5,-77.5 + - type: Transform + pos: -100.5,-77.5 parent: 1 - type: Transform - uid: 28559 components: - - pos: -100.5,-76.5 + - type: Transform + pos: -100.5,-76.5 parent: 1 - type: Transform - uid: 28560 components: - - pos: -100.5,-75.5 + - type: Transform + pos: -100.5,-75.5 parent: 1 - type: Transform - uid: 28561 components: - - pos: -100.5,-74.5 + - type: Transform + pos: -100.5,-74.5 parent: 1 - type: Transform - uid: 28562 components: - - pos: -100.5,-73.5 + - type: Transform + pos: -100.5,-73.5 parent: 1 - type: Transform - uid: 28563 components: - - pos: -110.5,-78.5 + - type: Transform + pos: -110.5,-78.5 parent: 1 - type: Transform - uid: 28564 components: - - pos: -111.5,-78.5 + - type: Transform + pos: -111.5,-78.5 parent: 1 - type: Transform - uid: 28565 components: - - pos: -112.5,-78.5 + - type: Transform + pos: -112.5,-78.5 parent: 1 - type: Transform - uid: 28567 components: - - pos: -106.5,-73.5 + - type: Transform + pos: -106.5,-73.5 parent: 1 - type: Transform - uid: 28665 components: - - pos: 35.5,-28.5 + - type: Transform + pos: 35.5,-28.5 parent: 1 - type: Transform - uid: 28666 components: - - pos: 39.5,-34.5 + - type: Transform + pos: 39.5,-34.5 parent: 1 - type: Transform - uid: 28668 components: - - pos: 38.5,-28.5 + - type: Transform + pos: 38.5,-28.5 parent: 1 - type: Transform - uid: 28669 components: - - pos: 39.5,-28.5 + - type: Transform + pos: 39.5,-28.5 parent: 1 - type: Transform - uid: 28686 components: - - pos: 39.5,-29.5 + - type: Transform + pos: 39.5,-29.5 parent: 1 - type: Transform - uid: 28795 components: - - pos: 39.5,-35.5 + - type: Transform + pos: 39.5,-35.5 parent: 1 - type: Transform - uid: 28796 components: - - pos: 38.5,-35.5 + - type: Transform + pos: 38.5,-35.5 parent: 1 - type: Transform - uid: 28797 components: - - pos: 37.5,-35.5 + - type: Transform + pos: 37.5,-35.5 parent: 1 - type: Transform - uid: 28798 components: - - pos: 36.5,-35.5 + - type: Transform + pos: 36.5,-35.5 parent: 1 - type: Transform - uid: 28905 components: - - pos: -137.5,-33.5 + - type: Transform + pos: -137.5,-33.5 parent: 1 - type: Transform - uid: 29208 components: - - pos: -137.5,-34.5 + - type: Transform + pos: -137.5,-34.5 parent: 1 - type: Transform - uid: 29210 components: - - pos: -8.5,50.5 + - type: Transform + pos: -8.5,50.5 parent: 1 - type: Transform - uid: 29213 components: - - pos: -137.5,-32.5 + - type: Transform + pos: -137.5,-32.5 parent: 1 - type: Transform - uid: 29227 components: - - pos: -99.5,-39.5 + - type: Transform + pos: -99.5,-39.5 parent: 1 - type: Transform - uid: 29228 components: - - pos: -99.5,-38.5 + - type: Transform + pos: -99.5,-38.5 parent: 1 - type: Transform - uid: 29229 components: - - pos: -8.5,48.5 + - type: Transform + pos: -8.5,48.5 parent: 1 - type: Transform - uid: 29235 components: - - pos: -119.5,-63.5 + - type: Transform + pos: -119.5,-63.5 parent: 1 - type: Transform - uid: 29242 components: - - pos: -119.5,-65.5 + - type: Transform + pos: -119.5,-65.5 parent: 1 - type: Transform - uid: 29243 components: - - pos: -119.5,-64.5 + - type: Transform + pos: -119.5,-64.5 parent: 1 - type: Transform - uid: 29275 components: - - pos: -137.5,6.5 + - type: Transform + pos: -137.5,6.5 parent: 1 - type: Transform - uid: 29277 components: - - pos: -119.5,-62.5 + - type: Transform + pos: -119.5,-62.5 parent: 1 - type: Transform - uid: 29278 components: - - pos: -119.5,-61.5 + - type: Transform + pos: -119.5,-61.5 parent: 1 - type: Transform - uid: 29279 components: - - pos: -117.5,-68.5 + - type: Transform + pos: -117.5,-68.5 parent: 1 - type: Transform - uid: 29496 components: - - pos: -44.5,-78.5 + - type: Transform + pos: -44.5,-78.5 parent: 1 - type: Transform - uid: 29498 components: - - pos: -117.5,-69.5 + - type: Transform + pos: -117.5,-69.5 parent: 1 - type: Transform - uid: 29499 components: - - pos: -117.5,-70.5 + - type: Transform + pos: -117.5,-70.5 parent: 1 - type: Transform - uid: 29500 components: - - pos: -117.5,-71.5 + - type: Transform + pos: -117.5,-71.5 parent: 1 - type: Transform - uid: 29501 components: - - pos: -117.5,-72.5 + - type: Transform + pos: -117.5,-72.5 parent: 1 - type: Transform - uid: 29548 components: - - pos: -117.5,-73.5 + - type: Transform + pos: -117.5,-73.5 parent: 1 - type: Transform - uid: 29549 components: - - pos: -117.5,-74.5 + - type: Transform + pos: -117.5,-74.5 parent: 1 - type: Transform - uid: 29609 components: - - pos: -64.5,-32.5 + - type: Transform + pos: -64.5,-32.5 parent: 1 - type: Transform - uid: 29771 components: - - pos: -121.5,-51.5 + - type: Transform + pos: -121.5,-51.5 parent: 1 - type: Transform - uid: 29775 components: - - pos: -123.5,-51.5 + - type: Transform + pos: -123.5,-51.5 parent: 1 - type: Transform - uid: 29776 components: - - pos: -124.5,-51.5 + - type: Transform + pos: -124.5,-51.5 parent: 1 - type: Transform - uid: 29798 components: - - pos: -136.5,-58.5 + - type: Transform + pos: -136.5,-58.5 parent: 1 - type: Transform - uid: 29801 components: - - pos: -99.5,-36.5 + - type: Transform + pos: -99.5,-36.5 parent: 1 - type: Transform - uid: 29804 components: - - pos: -135.5,-58.5 + - type: Transform + pos: -135.5,-58.5 parent: 1 - type: Transform - uid: 29805 components: - - pos: -134.5,-58.5 + - type: Transform + pos: -134.5,-58.5 parent: 1 - type: Transform - uid: 29813 components: - - pos: -93.5,-52.5 + - type: Transform + pos: -93.5,-52.5 parent: 1 - type: Transform - uid: 29919 components: - - pos: -133.5,-58.5 + - type: Transform + pos: -133.5,-58.5 parent: 1 - type: Transform - uid: 29922 components: - - pos: -132.5,-58.5 + - type: Transform + pos: -132.5,-58.5 parent: 1 - type: Transform - uid: 29923 components: - - pos: -131.5,-58.5 + - type: Transform + pos: -131.5,-58.5 parent: 1 - type: Transform - uid: 29924 components: - - pos: -131.5,-57.5 + - type: Transform + pos: -131.5,-57.5 parent: 1 - type: Transform - uid: 29925 components: - - pos: -136.5,-57.5 + - type: Transform + pos: -136.5,-57.5 parent: 1 - type: Transform - uid: 29931 components: - - pos: -115.5,-66.5 + - type: Transform + pos: -115.5,-66.5 parent: 1 - type: Transform - uid: 29933 components: - - pos: -115.5,-65.5 + - type: Transform + pos: -115.5,-65.5 parent: 1 - type: Transform - uid: 30050 components: - - pos: -69.5,-29.5 + - type: Transform + pos: -69.5,-29.5 parent: 1 - type: Transform - uid: 30097 components: - - pos: -115.5,-64.5 + - type: Transform + pos: -115.5,-64.5 parent: 1 - type: Transform - uid: 30098 components: - - pos: -115.5,-63.5 + - type: Transform + pos: -115.5,-63.5 parent: 1 - type: Transform - uid: 30487 components: - - pos: -148.5,6.5 + - type: Transform + pos: -148.5,6.5 parent: 1 - type: Transform - uid: 30521 components: - - pos: -152.5,-8.5 + - type: Transform + pos: -152.5,-8.5 parent: 1 - type: Transform - uid: 30522 components: - - pos: -152.5,-2.5 + - type: Transform + pos: -152.5,-2.5 parent: 1 - type: Transform - uid: 30532 components: - - pos: -150.5,6.5 + - type: Transform + pos: -150.5,6.5 parent: 1 - type: Transform - uid: 30539 components: - - pos: -145.5,7.5 + - type: Transform + pos: -145.5,7.5 parent: 1 - type: Transform - uid: 30543 components: - - pos: -146.5,7.5 + - type: Transform + pos: -146.5,7.5 parent: 1 - type: Transform - uid: 30544 components: - - pos: -147.5,7.5 + - type: Transform + pos: -147.5,7.5 parent: 1 - type: Transform - uid: 30545 components: - - pos: -148.5,7.5 + - type: Transform + pos: -148.5,7.5 parent: 1 - type: Transform - uid: 30626 components: - - pos: -100.5,-4.5 + - type: Transform + pos: -100.5,-4.5 parent: 1 - type: Transform - uid: 30627 components: - - pos: -101.5,-4.5 + - type: Transform + pos: -101.5,-4.5 parent: 1 - type: Transform - uid: 30628 components: - - pos: -102.5,-4.5 + - type: Transform + pos: -102.5,-4.5 parent: 1 - type: Transform - uid: 30629 components: - - pos: -103.5,-4.5 + - type: Transform + pos: -103.5,-4.5 parent: 1 - type: Transform - uid: 30735 components: - - pos: -93.5,-38.5 + - type: Transform + pos: -93.5,-38.5 parent: 1 - type: Transform - uid: 30736 components: - - pos: -93.5,-39.5 + - type: Transform + pos: -93.5,-39.5 parent: 1 - type: Transform - uid: 30737 components: - - pos: -93.5,-40.5 + - type: Transform + pos: -93.5,-40.5 parent: 1 - type: Transform - uid: 30738 components: - - pos: -93.5,-41.5 + - type: Transform + pos: -93.5,-41.5 parent: 1 - type: Transform - uid: 30739 components: - - pos: -92.5,-41.5 + - type: Transform + pos: -92.5,-41.5 parent: 1 - type: Transform - uid: 30957 components: - - pos: -22.5,-74.5 + - type: Transform + pos: -22.5,-74.5 parent: 1 - type: Transform - uid: 30958 components: - - pos: -21.5,-74.5 + - type: Transform + pos: -21.5,-74.5 parent: 1 - type: Transform - uid: 30959 components: - - pos: -20.5,-74.5 + - type: Transform + pos: -20.5,-74.5 parent: 1 - type: Transform - uid: 30960 components: - - pos: -19.5,-74.5 + - type: Transform + pos: -19.5,-74.5 parent: 1 - type: Transform - uid: 30961 components: - - pos: -19.5,-73.5 + - type: Transform + pos: -19.5,-73.5 parent: 1 - type: Transform - uid: 30969 components: - - pos: -19.5,-67.5 + - type: Transform + pos: -19.5,-67.5 parent: 1 - type: Transform - uid: 31198 components: - - pos: -92.5,-57.5 + - type: Transform + pos: -92.5,-57.5 parent: 1 - type: Transform - uid: 31199 components: - - pos: -80.5,-56.5 + - type: Transform + pos: -80.5,-56.5 parent: 1 - type: Transform - uid: 31201 components: - - pos: -93.5,-61.5 + - type: Transform + pos: -93.5,-61.5 parent: 1 - type: Transform - uid: 31203 components: - - pos: -80.5,-60.5 + - type: Transform + pos: -80.5,-60.5 parent: 1 - type: Transform - uid: 31204 components: - - pos: -80.5,-61.5 + - type: Transform + pos: -80.5,-61.5 parent: 1 - type: Transform - uid: 31213 components: - - pos: -82.5,-74.5 + - type: Transform + pos: -82.5,-74.5 parent: 1 - type: Transform - uid: 31214 components: - - pos: -83.5,-74.5 + - type: Transform + pos: -83.5,-74.5 parent: 1 - type: Transform - uid: 31220 components: - - pos: -93.5,-49.5 + - type: Transform + pos: -93.5,-49.5 parent: 1 - type: Transform - uid: 31225 components: - - pos: -81.5,-76.5 + - type: Transform + pos: -81.5,-76.5 parent: 1 - type: Transform - uid: 31226 components: - - pos: -82.5,-76.5 + - type: Transform + pos: -82.5,-76.5 parent: 1 - type: Transform - uid: 31228 components: - - pos: -80.5,-76.5 + - type: Transform + pos: -80.5,-76.5 parent: 1 - type: Transform - uid: 31229 components: - - pos: -79.5,-76.5 + - type: Transform + pos: -79.5,-76.5 parent: 1 - type: Transform - uid: 31230 components: - - pos: -78.5,-76.5 + - type: Transform + pos: -78.5,-76.5 parent: 1 - type: Transform - uid: 31231 components: - - pos: -78.5,-77.5 + - type: Transform + pos: -78.5,-77.5 parent: 1 - type: Transform - uid: 31232 components: - - pos: -77.5,-77.5 + - type: Transform + pos: -77.5,-77.5 parent: 1 - type: Transform - uid: 31233 components: - - pos: -76.5,-77.5 + - type: Transform + pos: -76.5,-77.5 parent: 1 - type: Transform - uid: 31234 components: - - pos: -75.5,-77.5 + - type: Transform + pos: -75.5,-77.5 parent: 1 - type: Transform - uid: 31235 components: - - pos: -74.5,-77.5 + - type: Transform + pos: -74.5,-77.5 parent: 1 - type: Transform - uid: 31236 components: - - pos: -74.5,-76.5 + - type: Transform + pos: -74.5,-76.5 parent: 1 - type: Transform - uid: 31284 components: - - pos: -72.5,-50.5 + - type: Transform + pos: -72.5,-50.5 parent: 1 - type: Transform - uid: 31285 components: - - pos: -73.5,-48.5 + - type: Transform + pos: -73.5,-48.5 parent: 1 - type: Transform - uid: 31286 components: - - pos: -73.5,-47.5 + - type: Transform + pos: -73.5,-47.5 parent: 1 - type: Transform - uid: 31287 components: - - pos: -73.5,-46.5 + - type: Transform + pos: -73.5,-46.5 parent: 1 - type: Transform - uid: 31288 components: - - pos: -77.5,-44.5 + - type: Transform + pos: -77.5,-44.5 parent: 1 - type: Transform - uid: 31289 components: - - pos: -77.5,-45.5 + - type: Transform + pos: -77.5,-45.5 parent: 1 - type: Transform - uid: 31290 components: - - pos: -72.5,-42.5 + - type: Transform + pos: -72.5,-42.5 parent: 1 - type: Transform - uid: 31291 components: - - pos: -72.5,-43.5 + - type: Transform + pos: -72.5,-43.5 parent: 1 - type: Transform - uid: 31292 components: - - pos: -72.5,-44.5 + - type: Transform + pos: -72.5,-44.5 parent: 1 - type: Transform - uid: 31293 components: - - pos: -72.5,-45.5 + - type: Transform + pos: -72.5,-45.5 parent: 1 - type: Transform - uid: 31303 components: - - pos: -78.5,-44.5 + - type: Transform + pos: -78.5,-44.5 parent: 1 - type: Transform - uid: 31304 components: - - pos: -78.5,-43.5 + - type: Transform + pos: -78.5,-43.5 parent: 1 - type: Transform - uid: 31307 components: - - pos: -78.5,-42.5 + - type: Transform + pos: -78.5,-42.5 parent: 1 - type: Transform - uid: 31374 components: - - pos: -112.5,-23.5 + - type: Transform + pos: -112.5,-23.5 parent: 1 - type: Transform - uid: 31417 components: - - pos: -67.5,-59.5 + - type: Transform + pos: -67.5,-59.5 parent: 1 - type: Transform - uid: 31419 components: - - pos: -66.5,-59.5 + - type: Transform + pos: -66.5,-59.5 parent: 1 - type: Transform - uid: 31509 components: - - pos: -157.5,16.5 + - type: Transform + pos: -157.5,16.5 parent: 1 - type: Transform - uid: 31510 components: - - pos: -157.5,22.5 + - type: Transform + pos: -157.5,22.5 parent: 1 - type: Transform - uid: 31513 components: - - pos: -152.5,2.5 + - type: Transform + pos: -152.5,2.5 parent: 1 - type: Transform - uid: 31514 components: - - pos: -149.5,8.5 + - type: Transform + pos: -149.5,8.5 parent: 1 - type: Transform - uid: 31516 components: - - pos: -150.5,9.5 + - type: Transform + pos: -150.5,9.5 parent: 1 - type: Transform - uid: 31520 components: - - pos: -138.5,6.5 + - type: Transform + pos: -138.5,6.5 parent: 1 - type: Transform - uid: 31523 components: - - pos: -138.5,-1.5 + - type: Transform + pos: -138.5,-1.5 parent: 1 - type: Transform - uid: 31527 components: - - pos: -143.5,6.5 + - type: Transform + pos: -143.5,6.5 parent: 1 - type: Transform - uid: 31529 components: - - pos: -156.5,2.5 + - type: Transform + pos: -156.5,2.5 parent: 1 - type: Transform - uid: 31531 components: - - pos: -145.5,0.5 + - type: Transform + pos: -145.5,0.5 parent: 1 - type: Transform - uid: 31536 components: - - pos: -148.5,-9.5 + - type: Transform + pos: -148.5,-9.5 parent: 1 - type: Transform - uid: 31537 components: - - pos: -146.5,-10.5 + - type: Transform + pos: -146.5,-10.5 parent: 1 - type: Transform - uid: 31538 components: - - pos: -147.5,-1.5 + - type: Transform + pos: -147.5,-1.5 parent: 1 - type: Transform - uid: 31539 components: - - pos: -146.5,-0.5 + - type: Transform + pos: -146.5,-0.5 parent: 1 - type: Transform - uid: 31540 components: - - pos: -148.5,-8.5 + - type: Transform + pos: -148.5,-8.5 parent: 1 - type: Transform - uid: 31541 components: - - pos: -148.5,-2.5 + - type: Transform + pos: -148.5,-2.5 parent: 1 - type: Transform - uid: 31542 components: - - pos: -146.5,0.5 + - type: Transform + pos: -146.5,0.5 parent: 1 - type: Transform - uid: 31544 components: - - pos: -145.5,1.5 + - type: Transform + pos: -145.5,1.5 parent: 1 - type: Transform - uid: 31573 components: - - pos: -153.5,15.5 + - type: Transform + pos: -153.5,15.5 parent: 1 - type: Transform - uid: 31937 components: - - pos: -93.5,-60.5 + - type: Transform + pos: -93.5,-60.5 parent: 1 - type: Transform - uid: 31966 components: - - pos: -81.5,-57.5 + - type: Transform + pos: -81.5,-57.5 parent: 1 - type: Transform - uid: 31967 components: - - pos: -89.5,-63.5 + - type: Transform + pos: -89.5,-63.5 parent: 1 - type: Transform - uid: 31968 components: - - pos: -81.5,-56.5 + - type: Transform + pos: -81.5,-56.5 parent: 1 - type: Transform - uid: 31970 components: - - pos: -88.5,-63.5 + - type: Transform + pos: -88.5,-63.5 parent: 1 - type: Transform - uid: 31975 components: - - pos: -87.5,-63.5 + - type: Transform + pos: -87.5,-63.5 parent: 1 - type: Transform - uid: 31986 components: - - pos: -86.5,-63.5 + - type: Transform + pos: -86.5,-63.5 parent: 1 - type: Transform - uid: 31990 components: - - pos: -79.5,-54.5 + - type: Transform + pos: -79.5,-54.5 parent: 1 - type: Transform - uid: 31991 components: - - pos: -112.5,-77.5 + - type: Transform + pos: -112.5,-77.5 parent: 1 - type: Transform - uid: 31992 components: - - pos: -112.5,-76.5 + - type: Transform + pos: -112.5,-76.5 parent: 1 - type: Transform - uid: 31993 components: - - pos: -112.5,-75.5 + - type: Transform + pos: -112.5,-75.5 parent: 1 - type: Transform - uid: 31995 components: - - pos: -112.5,-74.5 + - type: Transform + pos: -112.5,-74.5 parent: 1 - type: Transform - uid: 31996 components: - - pos: -112.5,-73.5 + - type: Transform + pos: -112.5,-73.5 parent: 1 - type: Transform - uid: 31998 components: - - pos: -112.5,-71.5 + - type: Transform + pos: -112.5,-71.5 parent: 1 - type: Transform - uid: 31999 components: - - pos: -112.5,-70.5 + - type: Transform + pos: -112.5,-70.5 parent: 1 - type: Transform - uid: 32000 components: - - pos: -113.5,-70.5 + - type: Transform + pos: -113.5,-70.5 parent: 1 - type: Transform - uid: 32001 components: - - pos: -93.5,-58.5 + - type: Transform + pos: -93.5,-58.5 parent: 1 - type: Transform - uid: 32002 components: - - pos: -91.5,-57.5 + - type: Transform + pos: -91.5,-57.5 parent: 1 - type: Transform - uid: 32003 components: - - pos: -89.5,-57.5 + - type: Transform + pos: -89.5,-57.5 parent: 1 - type: Transform - uid: 32004 components: - - pos: -80.5,-55.5 + - type: Transform + pos: -80.5,-55.5 parent: 1 - type: Transform - uid: 32009 components: - - pos: -86.5,-60.5 + - type: Transform + pos: -86.5,-60.5 parent: 1 - type: Transform - uid: 32021 components: - - pos: -87.5,-60.5 + - type: Transform + pos: -87.5,-60.5 parent: 1 - type: Transform - uid: 32022 components: - - pos: -88.5,-60.5 + - type: Transform + pos: -88.5,-60.5 parent: 1 - type: Transform - uid: 32026 components: - - pos: -89.5,-60.5 + - type: Transform + pos: -89.5,-60.5 parent: 1 - type: Transform - uid: 32049 components: - - pos: -89.5,-61.5 + - type: Transform + pos: -89.5,-61.5 parent: 1 - type: Transform - uid: 32067 components: - - pos: -90.5,-61.5 + - type: Transform + pos: -90.5,-61.5 parent: 1 - type: Transform - uid: 32068 components: - - pos: -90.5,-63.5 + - type: Transform + pos: -90.5,-63.5 parent: 1 - type: Transform - uid: 32100 components: - - pos: -93.5,-76.5 + - type: Transform + pos: -93.5,-76.5 parent: 1 - type: Transform - uid: 32101 components: - - pos: -93.5,-77.5 + - type: Transform + pos: -93.5,-77.5 parent: 1 - type: Transform - uid: 32153 components: - - pos: -109.5,-49.5 + - type: Transform + pos: -109.5,-49.5 parent: 1 - type: Transform - uid: 32168 components: - - pos: -108.5,-49.5 + - type: Transform + pos: -108.5,-49.5 parent: 1 - type: Transform - uid: 32181 components: - - pos: -109.5,-52.5 + - type: Transform + pos: -109.5,-52.5 parent: 1 - type: Transform - uid: 32190 components: - - pos: -109.5,-48.5 + - type: Transform + pos: -109.5,-48.5 parent: 1 - type: Transform - uid: 32191 components: - - pos: -109.5,-47.5 + - type: Transform + pos: -109.5,-47.5 parent: 1 - type: Transform - uid: 32192 components: - - pos: -108.5,-47.5 + - type: Transform + pos: -108.5,-47.5 parent: 1 - type: Transform - uid: 32278 components: - - pos: -104.5,13.5 + - type: Transform + pos: -104.5,13.5 parent: 1 - type: Transform - uid: 32302 components: - - pos: 1.5,-41.5 + - type: Transform + pos: 1.5,-41.5 parent: 1 - type: Transform - uid: 32312 components: - - pos: 2.5,-41.5 + - type: Transform + pos: 2.5,-41.5 parent: 1 - type: Transform - uid: 32313 components: - - pos: 3.5,-41.5 + - type: Transform + pos: 3.5,-41.5 parent: 1 - type: Transform - uid: 32314 components: - - pos: 4.5,-41.5 + - type: Transform + pos: 4.5,-41.5 parent: 1 - type: Transform - uid: 32369 components: - - pos: -93.5,-78.5 + - type: Transform + pos: -93.5,-78.5 parent: 1 - type: Transform - uid: 32370 components: - - pos: -94.5,-78.5 + - type: Transform + pos: -94.5,-78.5 parent: 1 - type: Transform - uid: 32371 components: - - pos: -95.5,-78.5 + - type: Transform + pos: -95.5,-78.5 parent: 1 - type: Transform - uid: 32372 components: - - pos: -96.5,-78.5 + - type: Transform + pos: -96.5,-78.5 parent: 1 - type: Transform - uid: 32404 components: - - pos: -25.5,-57.5 + - type: Transform + pos: -25.5,-57.5 parent: 1 - type: Transform - uid: 32720 components: - - pos: -100.5,-79.5 + - type: Transform + pos: -100.5,-79.5 parent: 1 - type: Transform - uid: 32721 components: - - pos: -100.5,-80.5 + - type: Transform + pos: -100.5,-80.5 parent: 1 - type: Transform - uid: 32722 components: - - pos: -111.5,-84.5 + - type: Transform + pos: -111.5,-84.5 parent: 1 - type: Transform - uid: 32723 components: - - pos: -100.5,-81.5 + - type: Transform + pos: -100.5,-81.5 parent: 1 - type: Transform - uid: 32726 components: - - pos: -101.5,-81.5 + - type: Transform + pos: -101.5,-81.5 parent: 1 - type: Transform - uid: 32727 components: - - pos: -102.5,-81.5 + - type: Transform + pos: -102.5,-81.5 parent: 1 - type: Transform - uid: 32728 components: - - pos: -103.5,-81.5 + - type: Transform + pos: -103.5,-81.5 parent: 1 - type: Transform - uid: 32743 components: - - pos: -104.5,-81.5 + - type: Transform + pos: -104.5,-81.5 parent: 1 - type: Transform - uid: 32744 components: - - pos: -105.5,-81.5 + - type: Transform + pos: -105.5,-81.5 parent: 1 - type: Transform - uid: 33557 components: - - pos: -106.5,-81.5 + - type: Transform + pos: -106.5,-81.5 parent: 1 - type: Transform - uid: 33558 components: - - pos: -106.5,-80.5 + - type: Transform + pos: -106.5,-80.5 parent: 1 - type: Transform - uid: 33586 components: - - pos: -5.5,51.5 + - type: Transform + pos: -5.5,51.5 parent: 1 - type: Transform - uid: 33587 components: - - pos: -1.5,51.5 + - type: Transform + pos: -1.5,51.5 parent: 1 - type: Transform - uid: 33602 components: - - pos: -106.5,-79.5 + - type: Transform + pos: -106.5,-79.5 parent: 1 - type: Transform - uid: 33603 components: - - pos: -107.5,-80.5 + - type: Transform + pos: -107.5,-80.5 parent: 1 - type: Transform - uid: 33604 components: - - pos: -108.5,-80.5 + - type: Transform + pos: -108.5,-80.5 parent: 1 - type: Transform - uid: 33605 components: - - pos: -109.5,-80.5 + - type: Transform + pos: -109.5,-80.5 parent: 1 - type: Transform - uid: 33606 components: - - pos: -110.5,-80.5 + - type: Transform + pos: -110.5,-80.5 parent: 1 - type: Transform - uid: 33607 components: - - pos: -111.5,-80.5 + - type: Transform + pos: -111.5,-80.5 parent: 1 - type: Transform - uid: 33608 components: - - pos: -112.5,-80.5 + - type: Transform + pos: -112.5,-80.5 parent: 1 - type: Transform - uid: 33609 components: - - pos: -112.5,-79.5 + - type: Transform + pos: -112.5,-79.5 parent: 1 - type: Transform - uid: 33618 components: - - pos: -115.5,-78.5 + - type: Transform + pos: -115.5,-78.5 parent: 1 - type: Transform - uid: 33619 components: - - pos: -115.5,-79.5 + - type: Transform + pos: -115.5,-79.5 parent: 1 - type: Transform - uid: 33620 components: - - pos: -115.5,-80.5 + - type: Transform + pos: -115.5,-80.5 parent: 1 - type: Transform - uid: 33621 components: - - pos: -115.5,-81.5 + - type: Transform + pos: -115.5,-81.5 parent: 1 - type: Transform - uid: 33622 components: - - pos: -115.5,-82.5 + - type: Transform + pos: -115.5,-82.5 parent: 1 - type: Transform - uid: 33623 components: - - pos: -115.5,-83.5 + - type: Transform + pos: -115.5,-83.5 parent: 1 - type: Transform - uid: 33624 components: - - pos: -114.5,-83.5 + - type: Transform + pos: -114.5,-83.5 parent: 1 - type: Transform - uid: 33625 components: - - pos: -113.5,-83.5 + - type: Transform + pos: -113.5,-83.5 parent: 1 - type: Transform - uid: 33626 components: - - pos: -112.5,-83.5 + - type: Transform + pos: -112.5,-83.5 parent: 1 - type: Transform - uid: 33627 components: - - pos: -112.5,-84.5 + - type: Transform + pos: -112.5,-84.5 parent: 1 - type: Transform - uid: 33628 components: - - pos: -110.5,-84.5 + - type: Transform + pos: -110.5,-84.5 parent: 1 - type: Transform - uid: 33629 components: - - pos: -109.5,-84.5 + - type: Transform + pos: -109.5,-84.5 parent: 1 - type: Transform - uid: 33645 components: - - pos: -149.5,-31.5 + - type: Transform + pos: -149.5,-31.5 parent: 1 - type: Transform - uid: 33646 components: - - pos: -149.5,-34.5 + - type: Transform + pos: -149.5,-34.5 parent: 1 - type: Transform - uid: 33651 components: - - pos: -146.5,-31.5 + - type: Transform + pos: -146.5,-31.5 parent: 1 - type: Transform - uid: 33853 components: - - pos: -146.5,-34.5 + - type: Transform + pos: -146.5,-34.5 parent: 1 - type: Transform - uid: 33854 components: - - pos: -149.5,-40.5 + - type: Transform + pos: -149.5,-40.5 parent: 1 - type: Transform - uid: 33855 components: - - pos: -149.5,-44.5 + - type: Transform + pos: -149.5,-44.5 parent: 1 - type: Transform - uid: 33875 components: - - pos: -90.5,-81.5 + - type: Transform + pos: -90.5,-81.5 parent: 1 - type: Transform - uid: 33876 components: - - pos: -90.5,-80.5 + - type: Transform + pos: -90.5,-80.5 parent: 1 - type: Transform - uid: 33881 components: - - pos: -77.5,-53.5 + - type: Transform + pos: -77.5,-53.5 parent: 1 - type: Transform - uid: 33890 components: - - pos: -84.5,-62.5 + - type: Transform + pos: -84.5,-62.5 parent: 1 - type: Transform - uid: 33891 components: - - pos: -83.5,-62.5 + - type: Transform + pos: -83.5,-62.5 parent: 1 - type: Transform - uid: 33892 components: - - pos: -82.5,-62.5 + - type: Transform + pos: -82.5,-62.5 parent: 1 - type: Transform - uid: 33898 components: - - pos: -89.5,-67.5 + - type: Transform + pos: -89.5,-67.5 parent: 1 - type: Transform - uid: 33899 components: - - pos: -88.5,-67.5 + - type: Transform + pos: -88.5,-67.5 parent: 1 - type: Transform - uid: 33900 components: - - pos: -87.5,-67.5 + - type: Transform + pos: -87.5,-67.5 parent: 1 - type: Transform - uid: 33901 components: - - pos: -86.5,-67.5 + - type: Transform + pos: -86.5,-67.5 parent: 1 - type: Transform - uid: 33902 components: - - pos: -86.5,-68.5 + - type: Transform + pos: -86.5,-68.5 parent: 1 - type: Transform - uid: 33903 components: - - pos: -86.5,-69.5 + - type: Transform + pos: -86.5,-69.5 parent: 1 - type: Transform - uid: 33904 components: - - pos: -86.5,-70.5 + - type: Transform + pos: -86.5,-70.5 parent: 1 - type: Transform - uid: 33905 components: - - pos: -86.5,-71.5 + - type: Transform + pos: -86.5,-71.5 parent: 1 - type: Transform - uid: 33906 components: - - pos: -87.5,-71.5 + - type: Transform + pos: -87.5,-71.5 parent: 1 - type: Transform - uid: 33907 components: - - pos: -88.5,-71.5 + - type: Transform + pos: -88.5,-71.5 parent: 1 - type: Transform - uid: 33908 components: - - pos: -89.5,-71.5 + - type: Transform + pos: -89.5,-71.5 parent: 1 - type: Transform - uid: 33909 components: - - pos: -88.5,-74.5 + - type: Transform + pos: -88.5,-74.5 parent: 1 - type: Transform - uid: 33923 components: - - pos: -89.5,-80.5 + - type: Transform + pos: -89.5,-80.5 parent: 1 - type: Transform - uid: 33924 components: - - pos: -88.5,-80.5 + - type: Transform + pos: -88.5,-80.5 parent: 1 - type: Transform - uid: 33925 components: - - pos: -88.5,-79.5 + - type: Transform + pos: -88.5,-79.5 parent: 1 - type: Transform - uid: 33926 components: - - pos: -88.5,-78.5 + - type: Transform + pos: -88.5,-78.5 parent: 1 - type: Transform - uid: 33927 components: - - pos: -88.5,-77.5 + - type: Transform + pos: -88.5,-77.5 parent: 1 - type: Transform - uid: 33928 components: - - pos: -88.5,-76.5 + - type: Transform + pos: -88.5,-76.5 parent: 1 - type: Transform - uid: 33929 components: - - pos: -88.5,-75.5 + - type: Transform + pos: -88.5,-75.5 parent: 1 - type: Transform - uid: 33946 components: - - pos: -146.5,-44.5 + - type: Transform + pos: -146.5,-44.5 parent: 1 - type: Transform - uid: 33960 components: - - pos: -100.5,-68.5 + - type: Transform + pos: -100.5,-68.5 parent: 1 - type: Transform - uid: 33961 components: - - pos: -100.5,-70.5 + - type: Transform + pos: -100.5,-70.5 parent: 1 - type: Transform - uid: 33962 components: - - pos: -100.5,-72.5 + - type: Transform + pos: -100.5,-72.5 parent: 1 - type: Transform - uid: 33967 components: - - pos: -100.5,-69.5 + - type: Transform + pos: -100.5,-69.5 parent: 1 - type: Transform - uid: 33968 components: - - pos: -100.5,-71.5 + - type: Transform + pos: -100.5,-71.5 parent: 1 - type: Transform - uid: 33973 components: - - pos: -96.5,-74.5 + - type: Transform + pos: -96.5,-74.5 parent: 1 - type: Transform - uid: 33974 components: - - pos: -95.5,-74.5 + - type: Transform + pos: -95.5,-74.5 parent: 1 - type: Transform - uid: 33975 components: - - pos: -94.5,-74.5 + - type: Transform + pos: -94.5,-74.5 parent: 1 - type: Transform - uid: 34054 components: - - pos: -95.5,-49.5 + - type: Transform + pos: -95.5,-49.5 parent: 1 - type: Transform - uid: 34055 components: - - pos: -95.5,-52.5 + - type: Transform + pos: -95.5,-52.5 parent: 1 - type: Transform - uid: 34092 components: - - pos: -146.5,-40.5 + - type: Transform + pos: -146.5,-40.5 parent: 1 - type: Transform - uid: 34094 components: - - pos: -152.5,-34.5 + - type: Transform + pos: -152.5,-34.5 parent: 1 - type: Transform - uid: 34095 components: - - pos: -143.5,-34.5 + - type: Transform + pos: -143.5,-34.5 parent: 1 - type: Transform - uid: 34096 components: - - pos: -143.5,-40.5 + - type: Transform + pos: -143.5,-40.5 parent: 1 - type: Transform - uid: 34097 components: - - pos: -142.5,-40.5 + - type: Transform + pos: -142.5,-40.5 parent: 1 - type: Transform - uid: 34098 components: - - pos: -141.5,-40.5 + - type: Transform + pos: -141.5,-40.5 parent: 1 - type: Transform - uid: 34099 components: - - pos: -140.5,-40.5 + - type: Transform + pos: -140.5,-40.5 parent: 1 - type: Transform - uid: 34100 components: - - pos: -139.5,-40.5 + - type: Transform + pos: -139.5,-40.5 parent: 1 - type: Transform - uid: 34101 components: - - pos: -142.5,-34.5 + - type: Transform + pos: -142.5,-34.5 parent: 1 - type: Transform - uid: 34102 components: - - pos: -141.5,-34.5 + - type: Transform + pos: -141.5,-34.5 parent: 1 - type: Transform - uid: 34103 components: - - pos: -140.5,-34.5 + - type: Transform + pos: -140.5,-34.5 parent: 1 - type: Transform - uid: 34104 components: - - pos: -139.5,-34.5 + - type: Transform + pos: -139.5,-34.5 parent: 1 - type: Transform - uid: 34126 components: - - pos: -152.5,-36.5 + - type: Transform + pos: -152.5,-36.5 parent: 1 - type: Transform - uid: 34127 components: - - pos: -152.5,-35.5 + - type: Transform + pos: -152.5,-35.5 parent: 1 - type: Transform - uid: 34128 components: - - pos: -151.5,-34.5 + - type: Transform + pos: -151.5,-34.5 parent: 1 - type: Transform - uid: 34129 components: - - pos: -150.5,-34.5 + - type: Transform + pos: -150.5,-34.5 parent: 1 - type: Transform - uid: 34131 components: - - pos: -153.5,-34.5 + - type: Transform + pos: -153.5,-34.5 parent: 1 - type: Transform - uid: 34138 components: - - pos: -153.5,-31.5 + - type: Transform + pos: -153.5,-31.5 parent: 1 - type: Transform - uid: 34178 components: - - pos: -137.5,-23.5 + - type: Transform + pos: -137.5,-23.5 parent: 1 - type: Transform - uid: 34179 components: - - pos: -137.5,-26.5 + - type: Transform + pos: -137.5,-26.5 parent: 1 - type: Transform - uid: 34182 components: - - pos: -98.5,-28.5 + - type: Transform + pos: -98.5,-28.5 parent: 1 - type: Transform - uid: 34786 components: - - pos: 27.5,10.5 + - type: Transform + pos: 27.5,10.5 parent: 1 - type: Transform - uid: 35497 components: - - pos: 26.5,16.5 + - type: Transform + pos: 26.5,16.5 parent: 1 - type: Transform - uid: 35573 components: - - pos: -105.5,-85.5 + - type: Transform + pos: -105.5,-85.5 parent: 1 - type: Transform - uid: 35574 components: - - pos: -105.5,-86.5 + - type: Transform + pos: -105.5,-86.5 parent: 1 - type: Transform - uid: 35575 components: - - pos: -105.5,-87.5 + - type: Transform + pos: -105.5,-87.5 parent: 1 - type: Transform - uid: 35576 components: - - pos: -105.5,-88.5 + - type: Transform + pos: -105.5,-88.5 parent: 1 - type: Transform - uid: 35578 components: - - pos: -17.5,-49.5 + - type: Transform + pos: -17.5,-49.5 parent: 1 - type: Transform - uid: 35579 components: - - pos: -18.5,-49.5 + - type: Transform + pos: -18.5,-49.5 parent: 1 - type: Transform - uid: 35580 components: - - pos: -18.5,-51.5 + - type: Transform + pos: -18.5,-51.5 parent: 1 - type: Transform - uid: 35581 components: - - pos: -15.5,-67.5 + - type: Transform + pos: -15.5,-67.5 parent: 1 - type: Transform - uid: 35582 components: - - pos: -17.5,-67.5 + - type: Transform + pos: -17.5,-67.5 parent: 1 - type: Transform - uid: 35584 components: - - pos: -97.5,-88.5 + - type: Transform + pos: -97.5,-88.5 parent: 1 - type: Transform - uid: 35585 components: - - pos: -18.5,-68.5 + - type: Transform + pos: -18.5,-68.5 parent: 1 - type: Transform - uid: 35586 components: - - pos: -98.5,-78.5 + - type: Transform + pos: -98.5,-78.5 parent: 1 - type: Transform - uid: 35587 components: - - pos: -99.5,-78.5 + - type: Transform + pos: -99.5,-78.5 parent: 1 - type: Transform - uid: 35588 components: - - pos: -105.5,-89.5 + - type: Transform + pos: -105.5,-89.5 parent: 1 - type: Transform - uid: 35589 components: - - pos: -106.5,-89.5 + - type: Transform + pos: -106.5,-89.5 parent: 1 - type: Transform - uid: 35594 components: - - pos: -111.5,-89.5 + - type: Transform + pos: -111.5,-89.5 parent: 1 - type: Transform - uid: 35595 components: - - pos: -112.5,-89.5 + - type: Transform + pos: -112.5,-89.5 parent: 1 - type: Transform - uid: 35599 components: - - pos: -112.5,-90.5 + - type: Transform + pos: -112.5,-90.5 parent: 1 - type: Transform - uid: 35600 components: - - pos: -109.5,-85.5 + - type: Transform + pos: -109.5,-85.5 parent: 1 - type: Transform - uid: 35634 components: - - pos: -116.5,-83.5 + - type: Transform + pos: -116.5,-83.5 parent: 1 - type: Transform - uid: 35635 components: - - pos: -116.5,-90.5 + - type: Transform + pos: -116.5,-90.5 parent: 1 - type: Transform - uid: 35999 components: - - pos: -125.5,-55.5 + - type: Transform + pos: -125.5,-55.5 parent: 1 - type: Transform - uid: 36000 components: - - pos: -124.5,-55.5 + - type: Transform + pos: -124.5,-55.5 parent: 1 - type: Transform - uid: 36001 components: - - pos: -123.5,-55.5 + - type: Transform + pos: -123.5,-55.5 parent: 1 - type: Transform - uid: 36002 components: - - pos: -122.5,-55.5 + - type: Transform + pos: -122.5,-55.5 parent: 1 - type: Transform - uid: 36003 components: - - pos: -121.5,-55.5 + - type: Transform + pos: -121.5,-55.5 parent: 1 - type: Transform - uid: 36229 components: - - pos: 26.5,17.5 + - type: Transform + pos: 26.5,17.5 parent: 1 - type: Transform - uid: 36230 components: - - pos: 26.5,18.5 + - type: Transform + pos: 26.5,18.5 parent: 1 - type: Transform - uid: 36231 components: - - pos: 23.5,17.5 + - type: Transform + pos: 23.5,17.5 parent: 1 - type: Transform - uid: 36232 components: - - pos: 23.5,18.5 + - type: Transform + pos: 23.5,18.5 parent: 1 - type: Transform - uid: 36233 components: - - pos: 22.5,18.5 + - type: Transform + pos: 22.5,18.5 parent: 1 - type: Transform - uid: 36234 components: - - pos: 27.5,18.5 + - type: Transform + pos: 27.5,18.5 parent: 1 - type: Transform - uid: 36235 components: - - pos: 28.5,18.5 + - type: Transform + pos: 28.5,18.5 parent: 1 - type: Transform - uid: 36236 components: - - pos: 28.5,23.5 + - type: Transform + pos: 28.5,23.5 parent: 1 - type: Transform - uid: 36237 components: - - pos: 22.5,23.5 + - type: Transform + pos: 22.5,23.5 parent: 1 - type: Transform - uid: 36267 components: - - pos: -97.5,-89.5 + - type: Transform + pos: -97.5,-89.5 parent: 1 - type: Transform - uid: 36268 components: - - pos: -90.5,-89.5 + - type: Transform + pos: -90.5,-89.5 parent: 1 - type: Transform - uid: 36269 components: - - pos: -90.5,-82.5 + - type: Transform + pos: -90.5,-82.5 parent: 1 - type: Transform - uid: 36270 components: - - pos: -96.5,-89.5 + - type: Transform + pos: -96.5,-89.5 parent: 1 - type: Transform - uid: 36298 components: - - pos: -136.5,-32.5 + - type: Transform + pos: -136.5,-32.5 parent: 1 - type: Transform - uid: 36299 components: - - pos: -137.5,-29.5 + - type: Transform + pos: -137.5,-29.5 parent: 1 - type: Transform - uid: 36300 components: - - pos: -136.5,-29.5 + - type: Transform + pos: -136.5,-29.5 parent: 1 - type: Transform - uid: 36301 components: - - pos: -135.5,-29.5 + - type: Transform + pos: -135.5,-29.5 parent: 1 - type: Transform - uid: 36302 components: - - pos: -134.5,-29.5 + - type: Transform + pos: -134.5,-29.5 parent: 1 - type: Transform - uid: 36303 components: - - pos: -138.5,-32.5 + - type: Transform + pos: -138.5,-32.5 parent: 1 - type: Transform - uid: 36308 components: - - pos: -125.5,27.5 + - type: Transform + pos: -125.5,27.5 parent: 1 - type: Transform - uid: 36445 components: - - pos: -123.5,27.5 + - type: Transform + pos: -123.5,27.5 parent: 1 - type: Transform - uid: 36466 components: - - pos: -121.5,-56.5 + - type: Transform + pos: -121.5,-56.5 parent: 1 - type: Transform - uid: 36467 components: - - pos: -121.5,-57.5 + - type: Transform + pos: -121.5,-57.5 parent: 1 - type: Transform - uid: 36468 components: - - pos: -120.5,-61.5 + - type: Transform + pos: -120.5,-61.5 parent: 1 - type: Transform - uid: 36469 components: - - pos: -121.5,-61.5 + - type: Transform + pos: -121.5,-61.5 parent: 1 - type: Transform - uid: 36572 components: - - pos: -99.5,-33.5 + - type: Transform + pos: -99.5,-33.5 parent: 1 - type: Transform - uid: 36573 components: - - pos: -99.5,-35.5 + - type: Transform + pos: -99.5,-35.5 parent: 1 - type: Transform - uid: 36574 components: - - pos: -99.5,-37.5 + - type: Transform + pos: -99.5,-37.5 parent: 1 - type: Transform - uid: 36596 components: - - pos: -98.5,-88.5 + - type: Transform + pos: -98.5,-88.5 parent: 1 - type: Transform - uid: 36604 components: - - pos: -118.5,-74.5 + - type: Transform + pos: -118.5,-74.5 parent: 1 - type: Transform - uid: 36607 components: - - pos: -118.5,-77.5 + - type: Transform + pos: -118.5,-77.5 parent: 1 - type: Transform - uid: 36608 components: - - pos: -118.5,-78.5 + - type: Transform + pos: -118.5,-78.5 parent: 1 - type: Transform - uid: 36622 components: - - pos: -89.5,-70.5 + - type: Transform + pos: -89.5,-70.5 parent: 1 - type: Transform - uid: 36623 components: - - pos: -89.5,-69.5 + - type: Transform + pos: -89.5,-69.5 parent: 1 - type: Transform - uid: 36624 components: - - pos: -89.5,-68.5 + - type: Transform + pos: -89.5,-68.5 parent: 1 - type: Transform - uid: 38486 components: - - pos: -75.5,45.5 + - type: Transform + pos: -75.5,45.5 parent: 1 - type: Transform - uid: 38487 components: - - pos: -73.5,45.5 + - type: Transform + pos: -73.5,45.5 parent: 1 - type: Transform - uid: 38488 components: - - pos: -71.5,45.5 + - type: Transform + pos: -71.5,45.5 parent: 1 - type: Transform - uid: 38489 components: - - pos: -67.5,45.5 + - type: Transform + pos: -67.5,45.5 parent: 1 - type: Transform - uid: 38490 components: - - pos: -65.5,45.5 + - type: Transform + pos: -65.5,45.5 parent: 1 - type: Transform - uid: 38491 components: - - pos: -63.5,45.5 + - type: Transform + pos: -63.5,45.5 parent: 1 - type: Transform - uid: 38492 components: - - pos: -47.5,45.5 + - type: Transform + pos: -47.5,45.5 parent: 1 - type: Transform - uid: 38493 components: - - pos: -45.5,45.5 + - type: Transform + pos: -45.5,45.5 parent: 1 - type: Transform - uid: 39743 components: - - pos: 22.5,-2.5 + - type: Transform + pos: 22.5,-2.5 parent: 1 - type: Transform - uid: 39881 components: - - pos: 58.5,-52.5 + - type: Transform + pos: 58.5,-52.5 parent: 1 - type: Transform - uid: 40049 components: - - pos: 38.5,-38.5 + - type: Transform + pos: 38.5,-38.5 parent: 1 - type: Transform - uid: 41865 components: - - pos: 27.5,15.5 + - type: Transform + pos: 27.5,15.5 parent: 1 - type: Transform - uid: 41866 components: - - pos: 28.5,15.5 + - type: Transform + pos: 28.5,15.5 parent: 1 - type: Transform - uid: 41867 components: - - pos: 27.5,12.5 + - type: Transform + pos: 27.5,12.5 parent: 1 - type: Transform - uid: 41868 components: - - pos: 28.5,12.5 + - type: Transform + pos: 28.5,12.5 parent: 1 - type: Transform - uid: 41876 components: - - pos: 23.5,12.5 + - type: Transform + pos: 23.5,12.5 parent: 1 - type: Transform - uid: 42040 components: - - pos: -82.5,-41.5 + - type: Transform + pos: -82.5,-41.5 parent: 1 - type: Transform - uid: 42041 components: - - pos: -81.5,-41.5 + - type: Transform + pos: -81.5,-41.5 parent: 1 - type: Transform - uid: 42042 components: - - pos: -80.5,-41.5 + - type: Transform + pos: -80.5,-41.5 + parent: 1 + - uid: 42087 + components: + - type: Transform + pos: -22.5,-52.5 parent: 1 - type: Transform - proto: WallSolid entities: + - uid: 301 + components: + - type: Transform + pos: -14.5,13.5 + parent: 1 - uid: 307 components: - - pos: -19.5,13.5 + - type: Transform + pos: -19.5,13.5 parent: 1 - type: Transform - uid: 308 components: - - pos: -18.5,13.5 + - type: Transform + pos: -18.5,13.5 parent: 1 - type: Transform - uid: 309 components: - - pos: -17.5,13.5 + - type: Transform + pos: -17.5,13.5 parent: 1 - type: Transform - uid: 319 components: - - pos: -16.5,13.5 + - type: Transform + pos: -16.5,13.5 parent: 1 - type: Transform - uid: 320 components: - - pos: -15.5,13.5 + - type: Transform + pos: -15.5,13.5 parent: 1 - type: Transform - uid: 321 components: - - pos: -15.5,12.5 + - type: Transform + pos: -15.5,12.5 parent: 1 - type: Transform - uid: 322 components: - - pos: -15.5,11.5 + - type: Transform + pos: -15.5,11.5 parent: 1 - type: Transform - uid: 323 components: - - pos: -15.5,10.5 + - type: Transform + pos: -15.5,10.5 parent: 1 - type: Transform - uid: 331 components: - - pos: -25.5,9.5 + - type: Transform + pos: -25.5,9.5 parent: 1 - type: Transform - uid: 333 components: - - pos: -25.5,11.5 + - type: Transform + pos: -25.5,11.5 parent: 1 - type: Transform - uid: 462 components: - - pos: -24.5,-3.5 + - type: Transform + pos: -24.5,-3.5 parent: 1 - type: Transform - uid: 463 components: - - pos: -29.5,-3.5 + - type: Transform + pos: -29.5,-3.5 parent: 1 - type: Transform - uid: 464 components: - - pos: -26.5,-3.5 + - type: Transform + pos: -26.5,-3.5 parent: 1 - type: Transform - uid: 465 components: - - pos: -27.5,-3.5 + - type: Transform + pos: -27.5,-3.5 parent: 1 - type: Transform - uid: 466 components: - - pos: -28.5,-3.5 + - type: Transform + pos: -28.5,-3.5 parent: 1 - type: Transform - uid: 467 components: - - pos: -29.5,-9.5 + - type: Transform + pos: -29.5,-9.5 parent: 1 - type: Transform - uid: 468 components: - - pos: -29.5,-8.5 + - type: Transform + pos: -29.5,-8.5 parent: 1 - type: Transform - uid: 469 components: - - pos: -29.5,-7.5 + - type: Transform + pos: -29.5,-7.5 parent: 1 - type: Transform - uid: 470 components: - - pos: -29.5,-6.5 + - type: Transform + pos: -29.5,-6.5 parent: 1 - type: Transform - uid: 471 components: - - pos: -29.5,-5.5 + - type: Transform + pos: -29.5,-5.5 parent: 1 - type: Transform - uid: 472 components: - - pos: -29.5,-4.5 + - type: Transform + pos: -29.5,-4.5 parent: 1 - type: Transform - uid: 473 components: - - pos: -24.5,-9.5 + - type: Transform + pos: -24.5,-9.5 parent: 1 - type: Transform - uid: 475 components: - - pos: -26.5,-9.5 + - type: Transform + pos: -26.5,-9.5 parent: 1 - type: Transform - uid: 476 components: - - pos: -27.5,-9.5 + - type: Transform + pos: -27.5,-9.5 parent: 1 - type: Transform - uid: 477 components: - - pos: -28.5,-9.5 + - type: Transform + pos: -28.5,-9.5 parent: 1 - type: Transform - uid: 478 components: - - pos: -29.5,-2.5 + - type: Transform + pos: -29.5,-2.5 parent: 1 - type: Transform - uid: 479 components: - - pos: -29.5,-1.5 + - type: Transform + pos: -29.5,-1.5 parent: 1 - type: Transform - uid: 480 components: - - pos: -29.5,-0.5 + - type: Transform + pos: -29.5,-0.5 parent: 1 - type: Transform - uid: 481 components: - - pos: -29.5,0.5 + - type: Transform + pos: -29.5,0.5 parent: 1 - type: Transform - uid: 482 components: - - pos: -30.5,0.5 + - type: Transform + pos: -30.5,0.5 parent: 1 - type: Transform - uid: 483 components: - - pos: -31.5,0.5 + - type: Transform + pos: -31.5,0.5 parent: 1 - type: Transform - uid: 492 components: - - pos: -16.5,10.5 + - type: Transform + pos: -16.5,10.5 parent: 1 - type: Transform - uid: 493 components: - - pos: -16.5,9.5 + - type: Transform + pos: -16.5,9.5 parent: 1 - type: Transform - uid: 494 components: - - pos: -16.5,8.5 + - type: Transform + pos: -16.5,8.5 parent: 1 - type: Transform - uid: 507 components: - - pos: -27.5,12.5 + - type: Transform + pos: -27.5,12.5 parent: 1 - type: Transform - uid: 510 components: - - pos: -28.5,9.5 + - type: Transform + pos: -28.5,9.5 parent: 1 - type: Transform - uid: 513 components: - - pos: -30.5,8.5 + - type: Transform + pos: -30.5,8.5 parent: 1 - type: Transform - uid: 515 components: - - pos: -31.5,8.5 + - type: Transform + pos: -31.5,8.5 parent: 1 - type: Transform - uid: 536 components: - - pos: -29.5,8.5 + - type: Transform + pos: -29.5,8.5 parent: 1 - type: Transform - uid: 538 components: - - pos: -28.5,11.5 + - type: Transform + pos: -28.5,11.5 parent: 1 - type: Transform - uid: 551 components: - - pos: -28.5,12.5 + - type: Transform + pos: -28.5,12.5 parent: 1 - type: Transform - uid: 552 components: - - pos: -28.5,13.5 + - type: Transform + pos: -28.5,13.5 parent: 1 - type: Transform - uid: 553 components: - - pos: -28.5,14.5 + - type: Transform + pos: -28.5,14.5 parent: 1 - type: Transform - uid: 554 components: - - pos: -28.5,15.5 + - type: Transform + pos: -28.5,15.5 parent: 1 - type: Transform - uid: 556 components: - - pos: -32.5,8.5 + - type: Transform + pos: -32.5,8.5 parent: 1 - type: Transform - uid: 557 components: - - pos: -33.5,8.5 + - type: Transform + pos: -33.5,8.5 parent: 1 - type: Transform - uid: 558 components: - - pos: -31.5,14.5 + - type: Transform + pos: -31.5,14.5 parent: 1 - type: Transform - uid: 559 components: - - pos: -31.5,13.5 + - type: Transform + pos: -31.5,13.5 parent: 1 - type: Transform - uid: 560 components: - - pos: -31.5,12.5 + - type: Transform + pos: -31.5,12.5 parent: 1 - type: Transform - uid: 561 components: - - pos: -35.5,8.5 + - type: Transform + pos: -35.5,8.5 parent: 1 - type: Transform - uid: 562 components: - - pos: -34.5,9.5 + - type: Transform + pos: -34.5,9.5 parent: 1 - type: Transform - uid: 563 components: - - pos: -34.5,10.5 + - type: Transform + pos: -34.5,10.5 parent: 1 - type: Transform - uid: 564 components: - - pos: -34.5,15.5 + - type: Transform + pos: -34.5,15.5 parent: 1 - type: Transform - uid: 565 components: - - pos: -29.5,15.5 + - type: Transform + pos: -29.5,15.5 parent: 1 - type: Transform - uid: 566 components: - - pos: -30.5,15.5 + - type: Transform + pos: -30.5,15.5 parent: 1 - type: Transform - uid: 567 components: - - pos: -31.5,15.5 + - type: Transform + pos: -31.5,15.5 parent: 1 - type: Transform - uid: 568 components: - - pos: -32.5,15.5 + - type: Transform + pos: -32.5,15.5 parent: 1 - type: Transform - uid: 569 components: - - pos: -34.5,8.5 + - type: Transform + pos: -34.5,8.5 parent: 1 - type: Transform - uid: 570 components: - - pos: -33.5,12.5 + - type: Transform + pos: -33.5,12.5 parent: 1 - type: Transform - uid: 571 components: - - pos: -35.5,12.5 + - type: Transform + pos: -35.5,12.5 parent: 1 - type: Transform - uid: 572 components: - - pos: -35.5,13.5 + - type: Transform + pos: -35.5,13.5 parent: 1 - type: Transform - uid: 573 components: - - pos: -35.5,14.5 + - type: Transform + pos: -35.5,14.5 parent: 1 - type: Transform - uid: 574 components: - - pos: -35.5,15.5 + - type: Transform + pos: -35.5,15.5 parent: 1 - type: Transform - uid: 575 components: - - pos: -34.5,12.5 + - type: Transform + pos: -34.5,12.5 parent: 1 - type: Transform - uid: 576 components: - - pos: -33.5,15.5 + - type: Transform + pos: -33.5,15.5 parent: 1 - type: Transform - uid: 577 components: - - pos: -34.5,11.5 + - type: Transform + pos: -34.5,11.5 parent: 1 - type: Transform - uid: 578 components: - - pos: -30.5,12.5 + - type: Transform + pos: -30.5,12.5 parent: 1 - type: Transform - uid: 622 components: - - pos: -38.5,8.5 + - type: Transform + pos: -38.5,8.5 parent: 1 - type: Transform - uid: 623 components: - - pos: -37.5,8.5 + - type: Transform + pos: -37.5,8.5 parent: 1 - type: Transform - uid: 624 components: - - pos: -38.5,-24.5 + - type: Transform + pos: -38.5,-24.5 parent: 1 - type: Transform - uid: 628 components: - - pos: -36.5,-16.5 + - type: Transform + pos: -36.5,-16.5 parent: 1 - type: Transform - uid: 629 components: - - pos: -35.5,-16.5 + - type: Transform + pos: -35.5,-16.5 parent: 1 - type: Transform - uid: 630 components: - - pos: -35.5,-16.5 + - type: Transform + pos: -35.5,-16.5 parent: 1 - type: Transform - uid: 631 components: - - pos: -34.5,-16.5 + - type: Transform + pos: -34.5,-16.5 parent: 1 - type: Transform - uid: 632 components: - - pos: -33.5,-16.5 + - type: Transform + pos: -33.5,-16.5 parent: 1 - type: Transform - uid: 633 components: - - pos: -32.5,-16.5 + - type: Transform + pos: -32.5,-16.5 parent: 1 - type: Transform - uid: 634 components: - - pos: -31.5,-16.5 + - type: Transform + pos: -31.5,-16.5 parent: 1 - type: Transform - uid: 636 components: - - pos: -30.5,-16.5 + - type: Transform + pos: -30.5,-16.5 parent: 1 - type: Transform - uid: 637 components: - - pos: -28.5,-16.5 + - type: Transform + pos: -28.5,-16.5 parent: 1 - type: Transform - uid: 638 components: - - pos: -27.5,-16.5 + - type: Transform + pos: -27.5,-16.5 parent: 1 - type: Transform - uid: 651 components: - - pos: -36.5,-24.5 + - type: Transform + pos: -36.5,-24.5 parent: 1 - type: Transform - uid: 652 components: - - pos: -35.5,-24.5 + - type: Transform + pos: -35.5,-24.5 parent: 1 - type: Transform - uid: 653 components: - - pos: -34.5,-24.5 + - type: Transform + pos: -34.5,-24.5 parent: 1 - type: Transform - uid: 654 components: - - pos: -33.5,-24.5 + - type: Transform + pos: -33.5,-24.5 parent: 1 - type: Transform - uid: 655 components: - - pos: -32.5,-24.5 + - type: Transform + pos: -32.5,-24.5 parent: 1 - type: Transform - uid: 656 components: - - pos: -31.5,-24.5 + - type: Transform + pos: -31.5,-24.5 parent: 1 - type: Transform - uid: 657 components: - - pos: -30.5,-24.5 + - type: Transform + pos: -30.5,-24.5 parent: 1 - type: Transform - uid: 658 components: - - pos: -29.5,-24.5 + - type: Transform + pos: -29.5,-24.5 parent: 1 - type: Transform - uid: 659 components: - - pos: -28.5,-24.5 + - type: Transform + pos: -28.5,-24.5 parent: 1 - type: Transform - uid: 660 components: - - pos: -27.5,-24.5 + - type: Transform + pos: -27.5,-24.5 parent: 1 - type: Transform - uid: 661 components: - - pos: -26.5,-24.5 + - type: Transform + pos: -26.5,-24.5 parent: 1 - type: Transform - uid: 666 components: - - pos: -21.5,-24.5 + - type: Transform + pos: -21.5,-24.5 parent: 1 - type: Transform - uid: 667 components: - - pos: -20.5,-24.5 + - type: Transform + pos: -20.5,-24.5 parent: 1 - type: Transform - uid: 668 components: - - pos: -19.5,-24.5 + - type: Transform + pos: -19.5,-24.5 parent: 1 - type: Transform - uid: 673 components: - - pos: -37.5,18.5 + - type: Transform + pos: -37.5,18.5 parent: 1 - type: Transform - uid: 674 components: - - pos: -37.5,-24.5 + - type: Transform + pos: -37.5,-24.5 parent: 1 - type: Transform - uid: 799 components: - - pos: -38.5,9.5 + - type: Transform + pos: -38.5,9.5 parent: 1 - type: Transform - uid: 800 components: - - pos: -38.5,10.5 + - type: Transform + pos: -38.5,10.5 parent: 1 - type: Transform - uid: 801 components: - - pos: -38.5,11.5 + - type: Transform + pos: -38.5,11.5 parent: 1 - type: Transform - uid: 802 components: - - pos: -38.5,12.5 + - type: Transform + pos: -38.5,12.5 parent: 1 - type: Transform - uid: 803 components: - - pos: -38.5,13.5 + - type: Transform + pos: -38.5,13.5 parent: 1 - type: Transform - uid: 804 components: - - pos: -38.5,14.5 + - type: Transform + pos: -38.5,14.5 parent: 1 - type: Transform - uid: 805 components: - - pos: -38.5,15.5 + - type: Transform + pos: -38.5,15.5 parent: 1 - type: Transform - uid: 806 components: - - pos: -38.5,16.5 + - type: Transform + pos: -38.5,16.5 parent: 1 - type: Transform - uid: 807 components: - - pos: -38.5,17.5 + - type: Transform + pos: -38.5,17.5 parent: 1 - type: Transform - uid: 808 components: - - pos: -38.5,18.5 + - type: Transform + pos: -38.5,18.5 parent: 1 - type: Transform - uid: 810 components: - - pos: -35.5,-18.5 + - type: Transform + pos: -35.5,-18.5 parent: 1 - type: Transform - uid: 828 components: - - pos: -28.5,-21.5 + - type: Transform + pos: -28.5,-21.5 parent: 1 - type: Transform - uid: 829 components: - - pos: -29.5,-21.5 + - type: Transform + pos: -29.5,-21.5 parent: 1 - type: Transform - uid: 830 components: - - pos: -30.5,-21.5 + - type: Transform + pos: -30.5,-21.5 parent: 1 - type: Transform - uid: 831 components: - - pos: -31.5,-21.5 + - type: Transform + pos: -31.5,-21.5 parent: 1 - type: Transform - uid: 833 components: - - pos: -33.5,-21.5 + - type: Transform + pos: -33.5,-21.5 parent: 1 - type: Transform - uid: 834 components: - - pos: -34.5,-21.5 + - type: Transform + pos: -34.5,-21.5 parent: 1 - type: Transform - uid: 835 components: - - pos: -35.5,-21.5 + - type: Transform + pos: -35.5,-21.5 parent: 1 - type: Transform - uid: 836 components: - - pos: -36.5,-21.5 + - type: Transform + pos: -36.5,-21.5 parent: 1 - type: Transform - uid: 837 components: - - pos: -38.5,-23.5 + - type: Transform + pos: -38.5,-23.5 parent: 1 - type: Transform - uid: 838 components: - - pos: -38.5,-21.5 + - type: Transform + pos: -38.5,-21.5 parent: 1 - type: Transform - uid: 866 components: - - pos: -39.5,-16.5 + - type: Transform + pos: -39.5,-16.5 parent: 1 - type: Transform - uid: 867 components: - - pos: -39.5,-9.5 + - type: Transform + pos: -39.5,-9.5 parent: 1 - type: Transform - uid: 874 components: - - pos: -35.5,-9.5 + - type: Transform + pos: -35.5,-9.5 parent: 1 - type: Transform - uid: 888 components: - - pos: -36.5,-9.5 + - type: Transform + pos: -36.5,-9.5 parent: 1 - type: Transform - uid: 889 components: - - pos: -37.5,-9.5 + - type: Transform + pos: -37.5,-9.5 parent: 1 - type: Transform - uid: 890 components: - - pos: -38.5,-9.5 + - type: Transform + pos: -38.5,-9.5 parent: 1 - type: Transform - uid: 969 components: - - pos: -22.5,-18.5 + - type: Transform + pos: -22.5,-18.5 parent: 1 - type: Transform - uid: 979 components: - - pos: -38.5,0.5 + - type: Transform + pos: -38.5,0.5 parent: 1 - type: Transform - uid: 980 components: - - pos: -35.5,0.5 + - type: Transform + pos: -35.5,0.5 parent: 1 - type: Transform - uid: 993 components: - - pos: -38.5,-4.5 + - type: Transform + pos: -38.5,-4.5 parent: 1 - type: Transform - uid: 994 components: - - pos: -38.5,-0.5 + - type: Transform + pos: -38.5,-0.5 parent: 1 - type: Transform - uid: 995 components: - - pos: -38.5,-8.5 + - type: Transform + pos: -38.5,-8.5 parent: 1 - type: Transform - uid: 1009 components: - - pos: -36.5,18.5 + - type: Transform + pos: -36.5,18.5 parent: 1 - type: Transform - uid: 1010 components: - - pos: -35.5,18.5 + - type: Transform + pos: -35.5,18.5 parent: 1 - type: Transform - uid: 1011 components: - - pos: -34.5,18.5 + - type: Transform + pos: -34.5,18.5 parent: 1 - type: Transform - uid: 1012 components: - - pos: -33.5,18.5 + - type: Transform + pos: -33.5,18.5 parent: 1 - type: Transform - uid: 1013 components: - - pos: -32.5,18.5 + - type: Transform + pos: -32.5,18.5 parent: 1 - type: Transform - uid: 1014 components: - - pos: -31.5,18.5 + - type: Transform + pos: -31.5,18.5 parent: 1 - type: Transform - uid: 1015 components: - - pos: -30.5,18.5 + - type: Transform + pos: -30.5,18.5 parent: 1 - type: Transform - uid: 1016 components: - - pos: -29.5,18.5 + - type: Transform + pos: -29.5,18.5 parent: 1 - type: Transform - uid: 1018 components: - - pos: -27.5,18.5 + - type: Transform + pos: -27.5,18.5 parent: 1 - type: Transform - uid: 1027 components: - - pos: -18.5,18.5 + - type: Transform + pos: -18.5,18.5 parent: 1 - type: Transform - uid: 1028 components: - - pos: -17.5,18.5 + - type: Transform + pos: -17.5,18.5 parent: 1 - type: Transform - uid: 1308 components: - - pos: -3.5,-43.5 + - type: Transform + pos: -3.5,-43.5 parent: 1 - type: Transform - uid: 1310 components: - - pos: -3.5,-44.5 + - type: Transform + pos: -3.5,-44.5 parent: 1 - type: Transform - uid: 1322 components: - - pos: 13.5,-31.5 + - type: Transform + pos: 13.5,-31.5 parent: 1 - type: Transform - uid: 1324 components: - - pos: 12.5,-35.5 + - type: Transform + pos: 12.5,-35.5 parent: 1 - type: Transform - uid: 1325 components: - - pos: 12.5,-36.5 + - type: Transform + pos: 12.5,-36.5 parent: 1 - type: Transform - uid: 1340 components: - - pos: 12.5,-31.5 + - type: Transform + pos: 12.5,-31.5 parent: 1 - type: Transform - uid: 1341 components: - - pos: 12.5,-32.5 + - type: Transform + pos: 12.5,-32.5 parent: 1 - type: Transform - uid: 1342 components: - - pos: 12.5,-33.5 + - type: Transform + pos: 12.5,-33.5 parent: 1 - type: Transform - uid: 1343 components: - - pos: 12.5,-34.5 + - type: Transform + pos: 12.5,-34.5 parent: 1 - type: Transform - uid: 1351 components: - - pos: 12.5,-39.5 + - type: Transform + pos: 12.5,-39.5 parent: 1 - type: Transform - uid: 1352 components: - - pos: 12.5,-38.5 + - type: Transform + pos: 12.5,-38.5 parent: 1 - type: Transform - uid: 1353 components: - - pos: 12.5,-37.5 + - type: Transform + pos: 12.5,-37.5 parent: 1 - type: Transform - uid: 1354 components: - - pos: 19.5,-28.5 + - type: Transform + pos: 19.5,-28.5 parent: 1 - type: Transform - uid: 1355 components: - - pos: -42.5,8.5 + - type: Transform + pos: -42.5,8.5 parent: 1 - type: Transform - uid: 1356 components: - - pos: -43.5,8.5 + - type: Transform + pos: -43.5,8.5 parent: 1 - type: Transform - uid: 1357 components: - - pos: -44.5,8.5 + - type: Transform + pos: -44.5,8.5 parent: 1 - type: Transform - uid: 1358 components: - - pos: -45.5,8.5 + - type: Transform + pos: -45.5,8.5 parent: 1 - type: Transform - uid: 1359 components: - - pos: -46.5,8.5 + - type: Transform + pos: -46.5,8.5 parent: 1 - type: Transform - uid: 1360 components: - - pos: -47.5,8.5 + - type: Transform + pos: -47.5,8.5 parent: 1 - type: Transform - uid: 1361 components: - - pos: -48.5,8.5 + - type: Transform + pos: -48.5,8.5 parent: 1 - type: Transform - uid: 1362 components: - - pos: -49.5,8.5 + - type: Transform + pos: -49.5,8.5 parent: 1 - type: Transform - uid: 1363 components: - - pos: -50.5,8.5 + - type: Transform + pos: -50.5,8.5 parent: 1 - type: Transform - uid: 1364 components: - - pos: -51.5,8.5 + - type: Transform + pos: -51.5,8.5 parent: 1 - type: Transform - uid: 1365 components: - - pos: -42.5,1.5 + - type: Transform + pos: -42.5,1.5 parent: 1 - type: Transform - uid: 1366 components: - - pos: -43.5,1.5 + - type: Transform + pos: -43.5,1.5 parent: 1 - type: Transform - uid: 1369 components: - - pos: -44.5,5.5 + - type: Transform + pos: -44.5,5.5 parent: 1 - type: Transform - uid: 1370 components: - - pos: -44.5,1.5 + - type: Transform + pos: -44.5,1.5 parent: 1 - type: Transform - uid: 1373 components: - - pos: -45.5,1.5 + - type: Transform + pos: -45.5,1.5 parent: 1 - type: Transform - uid: 1381 components: - - pos: -42.5,0.5 + - type: Transform + pos: -42.5,0.5 parent: 1 - type: Transform - uid: 1382 components: - - pos: -42.5,-2.5 + - type: Transform + pos: -42.5,-2.5 parent: 1 - type: Transform - uid: 1383 components: - - pos: -42.5,-5.5 + - type: Transform + pos: -42.5,-5.5 parent: 1 - type: Transform - uid: 1384 components: - - pos: -42.5,-6.5 + - type: Transform + pos: -42.5,-6.5 parent: 1 - type: Transform - uid: 1386 components: - - pos: -50.5,-6.5 + - type: Transform + pos: -50.5,-6.5 parent: 1 - type: Transform - uid: 1387 components: - - pos: -49.5,-6.5 + - type: Transform + pos: -49.5,-6.5 parent: 1 - type: Transform - uid: 1404 components: - - pos: -45.5,5.5 + - type: Transform + pos: -45.5,5.5 parent: 1 - type: Transform - uid: 1407 components: - - pos: -44.5,7.5 + - type: Transform + pos: -44.5,7.5 parent: 1 - type: Transform - uid: 1408 components: - - pos: -44.5,6.5 + - type: Transform + pos: -44.5,6.5 parent: 1 - type: Transform - uid: 1414 components: - - pos: -54.5,2.5 + - type: Transform + pos: -54.5,2.5 parent: 1 - type: Transform - uid: 1446 components: - - pos: -52.5,8.5 + - type: Transform + pos: -52.5,8.5 parent: 1 - type: Transform - uid: 1447 components: - - pos: -53.5,8.5 + - type: Transform + pos: -53.5,8.5 parent: 1 - type: Transform - uid: 1448 components: - - pos: -54.5,8.5 + - type: Transform + pos: -54.5,8.5 parent: 1 - type: Transform - uid: 1449 components: - - pos: -53.5,3.5 + - type: Transform + pos: -53.5,3.5 parent: 1 - type: Transform - uid: 1450 components: - - pos: -53.5,4.5 + - type: Transform + pos: -53.5,4.5 parent: 1 - type: Transform - uid: 1451 components: - - pos: -53.5,5.5 + - type: Transform + pos: -53.5,5.5 parent: 1 - type: Transform - uid: 1452 components: - - pos: -53.5,7.5 + - type: Transform + pos: -53.5,7.5 parent: 1 - type: Transform - uid: 1456 components: - - pos: -55.5,4.5 + - type: Transform + pos: -55.5,4.5 parent: 1 - type: Transform - uid: 1457 components: - - pos: -55.5,5.5 + - type: Transform + pos: -55.5,5.5 parent: 1 - type: Transform - uid: 1458 components: - - pos: -57.5,4.5 + - type: Transform + pos: -57.5,4.5 parent: 1 - type: Transform - uid: 1459 components: - - pos: -57.5,5.5 + - type: Transform + pos: -57.5,5.5 parent: 1 - type: Transform - uid: 1462 components: - - pos: -57.5,8.5 + - type: Transform + pos: -57.5,8.5 parent: 1 - type: Transform - uid: 1463 components: - - pos: -56.5,8.5 + - type: Transform + pos: -56.5,8.5 parent: 1 - type: Transform - uid: 1464 components: - - pos: -55.5,8.5 + - type: Transform + pos: -55.5,8.5 parent: 1 - type: Transform - uid: 1465 components: - - pos: -54.5,3.5 + - type: Transform + pos: -54.5,3.5 parent: 1 - type: Transform - uid: 1466 components: - - pos: -55.5,3.5 + - type: Transform + pos: -55.5,3.5 parent: 1 - type: Transform - uid: 1467 components: - - pos: -56.5,3.5 + - type: Transform + pos: -56.5,3.5 parent: 1 - type: Transform - uid: 1468 components: - - pos: -57.5,3.5 + - type: Transform + pos: -57.5,3.5 parent: 1 - type: Transform - uid: 1493 components: - - pos: -54.5,0.5 + - type: Transform + pos: -54.5,0.5 parent: 1 - type: Transform - uid: 1494 components: - - pos: -54.5,-0.5 + - type: Transform + pos: -54.5,-0.5 parent: 1 - type: Transform - uid: 1495 components: - - pos: -54.5,-1.5 + - type: Transform + pos: -54.5,-1.5 parent: 1 - type: Transform - uid: 1496 components: - - pos: -54.5,-2.5 + - type: Transform + pos: -54.5,-2.5 parent: 1 - type: Transform - uid: 1497 components: - - pos: -55.5,-2.5 + - type: Transform + pos: -55.5,-2.5 parent: 1 - type: Transform - uid: 1498 components: - - pos: -56.5,-2.5 + - type: Transform + pos: -56.5,-2.5 parent: 1 - type: Transform - uid: 1499 components: - - pos: -57.5,-2.5 + - type: Transform + pos: -57.5,-2.5 parent: 1 - type: Transform - uid: 1500 components: - - pos: -58.5,-2.5 + - type: Transform + pos: -58.5,-2.5 parent: 1 - type: Transform - uid: 1501 components: - - pos: -59.5,-2.5 + - type: Transform + pos: -59.5,-2.5 parent: 1 - type: Transform - uid: 1502 components: - - pos: -60.5,-2.5 + - type: Transform + pos: -60.5,-2.5 parent: 1 - type: Transform - uid: 1503 components: - - pos: -60.5,-3.5 + - type: Transform + pos: -60.5,-3.5 parent: 1 - type: Transform - uid: 1504 components: - - pos: -60.5,-4.5 + - type: Transform + pos: -60.5,-4.5 parent: 1 - type: Transform - uid: 1505 components: - - pos: -60.5,-5.5 + - type: Transform + pos: -60.5,-5.5 parent: 1 - type: Transform - uid: 1506 components: - - pos: -60.5,-6.5 + - type: Transform + pos: -60.5,-6.5 parent: 1 - type: Transform - uid: 1508 components: - - pos: -59.5,-6.5 + - type: Transform + pos: -59.5,-6.5 parent: 1 - type: Transform - uid: 1509 components: - - pos: -58.5,-6.5 + - type: Transform + pos: -58.5,-6.5 parent: 1 - type: Transform - uid: 1510 components: - - pos: -57.5,-6.5 + - type: Transform + pos: -57.5,-6.5 parent: 1 - type: Transform - uid: 1511 components: - - pos: -56.5,-6.5 + - type: Transform + pos: -56.5,-6.5 parent: 1 - type: Transform - uid: 1512 components: - - pos: -55.5,-6.5 + - type: Transform + pos: -55.5,-6.5 parent: 1 - type: Transform - uid: 1513 components: - - pos: -54.5,-6.5 + - type: Transform + pos: -54.5,-6.5 parent: 1 - type: Transform - uid: 1514 components: - - pos: -53.5,-6.5 + - type: Transform + pos: -53.5,-6.5 parent: 1 - type: Transform - uid: 1516 components: - - pos: -54.5,-3.5 + - type: Transform + pos: -54.5,-3.5 parent: 1 - type: Transform - uid: 1517 components: - - pos: -54.5,-5.5 + - type: Transform + pos: -54.5,-5.5 parent: 1 - type: Transform - uid: 1536 components: - - pos: -51.5,-6.5 + - type: Transform + pos: -51.5,-6.5 parent: 1 - type: Transform - uid: 1537 components: - - pos: -51.5,-7.5 + - type: Transform + pos: -51.5,-7.5 parent: 1 - type: Transform - uid: 1538 components: - - pos: -51.5,-9.5 + - type: Transform + pos: -51.5,-9.5 parent: 1 - type: Transform - uid: 1539 components: - - pos: -52.5,-9.5 + - type: Transform + pos: -52.5,-9.5 parent: 1 - type: Transform - uid: 1540 components: - - pos: -53.5,-9.5 + - type: Transform + pos: -53.5,-9.5 parent: 1 - type: Transform - uid: 1541 components: - - pos: -54.5,-9.5 + - type: Transform + pos: -54.5,-9.5 parent: 1 - type: Transform - uid: 1542 components: - - pos: -55.5,-9.5 + - type: Transform + pos: -55.5,-9.5 parent: 1 - type: Transform - uid: 1543 components: - - pos: -56.5,-9.5 + - type: Transform + pos: -56.5,-9.5 parent: 1 - type: Transform - uid: 1544 components: - - pos: -57.5,-9.5 + - type: Transform + pos: -57.5,-9.5 parent: 1 - type: Transform - uid: 1545 components: - - pos: -58.5,-9.5 + - type: Transform + pos: -58.5,-9.5 parent: 1 - type: Transform - uid: 1546 components: - - pos: -59.5,-9.5 + - type: Transform + pos: -59.5,-9.5 parent: 1 - type: Transform - uid: 1547 components: - - pos: -60.5,-9.5 + - type: Transform + pos: -60.5,-9.5 parent: 1 - type: Transform - uid: 1549 components: - - pos: -62.5,-9.5 + - type: Transform + pos: -62.5,-9.5 parent: 1 - type: Transform - uid: 1550 components: - - pos: -63.5,-9.5 + - type: Transform + pos: -63.5,-9.5 parent: 1 - type: Transform - uid: 1551 components: - - pos: -64.5,-9.5 + - type: Transform + pos: -64.5,-9.5 parent: 1 - type: Transform - uid: 1557 components: - - pos: -59.5,3.5 + - type: Transform + pos: -59.5,3.5 parent: 1 - type: Transform - uid: 1558 components: - - pos: -60.5,3.5 + - type: Transform + pos: -60.5,3.5 parent: 1 - type: Transform - uid: 1559 components: - - pos: -60.5,2.5 + - type: Transform + pos: -60.5,2.5 parent: 1 - type: Transform - uid: 1560 components: - - pos: -60.5,1.5 + - type: Transform + pos: -60.5,1.5 parent: 1 - type: Transform - uid: 1561 components: - - pos: -60.5,0.5 + - type: Transform + pos: -60.5,0.5 parent: 1 - type: Transform - uid: 1562 components: - - pos: -60.5,-0.5 + - type: Transform + pos: -60.5,-0.5 parent: 1 - type: Transform - uid: 1563 components: - - pos: -60.5,-1.5 + - type: Transform + pos: -60.5,-1.5 parent: 1 - type: Transform - uid: 1625 components: - - pos: -39.5,4.5 + - type: Transform + pos: -39.5,4.5 parent: 1 - type: Transform - uid: 1634 components: - - pos: -13.5,-32.5 + - type: Transform + pos: -13.5,-32.5 parent: 1 - type: Transform - uid: 1638 components: - - pos: -13.5,-33.5 + - type: Transform + pos: -13.5,-33.5 parent: 1 - type: Transform - uid: 1639 components: - - pos: -12.5,-33.5 + - type: Transform + pos: -12.5,-33.5 parent: 1 - type: Transform - uid: 1643 components: - - pos: -13.5,-36.5 + - type: Transform + pos: -13.5,-36.5 parent: 1 - type: Transform - uid: 1644 components: - - pos: -12.5,-36.5 + - type: Transform + pos: -12.5,-36.5 parent: 1 - type: Transform - uid: 1648 components: - - pos: -11.5,-36.5 + - type: Transform + pos: -11.5,-36.5 parent: 1 - type: Transform - uid: 1649 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - uid: 1663 components: - - pos: -14.5,-32.5 + - type: Transform + pos: -14.5,-32.5 parent: 1 - type: Transform - uid: 1700 components: - - pos: -94.5,-9.5 + - type: Transform + pos: -94.5,-9.5 parent: 1 - type: Transform - uid: 1701 components: - - pos: -94.5,-10.5 + - type: Transform + pos: -94.5,-10.5 parent: 1 - type: Transform - uid: 1767 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 1 - type: Transform - uid: 1770 components: - - pos: -13.5,-41.5 + - type: Transform + pos: -13.5,-41.5 parent: 1 - type: Transform - uid: 1771 components: - - pos: -3.5,-41.5 + - type: Transform + pos: -3.5,-41.5 parent: 1 - type: Transform - uid: 1772 components: - - pos: 15.5,-31.5 + - type: Transform + pos: 15.5,-31.5 parent: 1 - type: Transform - uid: 1773 components: - - pos: 14.5,-31.5 + - type: Transform + pos: 14.5,-31.5 parent: 1 - type: Transform - uid: 1776 components: - - pos: 19.5,-29.5 + - type: Transform + pos: 19.5,-29.5 parent: 1 - type: Transform - uid: 1777 components: - - pos: -4.5,-44.5 + - type: Transform + pos: -4.5,-44.5 parent: 1 - type: Transform - uid: 1778 components: - - pos: -6.5,-44.5 + - type: Transform + pos: -6.5,-44.5 parent: 1 - type: Transform - uid: 1779 components: - - pos: -6.5,-45.5 + - type: Transform + pos: -6.5,-45.5 parent: 1 - type: Transform - uid: 1780 components: - - pos: -7.5,-45.5 + - type: Transform + pos: -7.5,-45.5 parent: 1 - type: Transform - uid: 1781 components: - - pos: -8.5,-45.5 + - type: Transform + pos: -8.5,-45.5 parent: 1 - type: Transform - uid: 1782 components: - - pos: -9.5,-45.5 + - type: Transform + pos: -9.5,-45.5 parent: 1 - type: Transform - uid: 1784 components: - - pos: -9.5,-44.5 + - type: Transform + pos: -9.5,-44.5 parent: 1 - type: Transform - uid: 1785 components: - - pos: -9.5,-43.5 + - type: Transform + pos: -9.5,-43.5 parent: 1 - type: Transform - uid: 1787 components: - - pos: 11.5,-44.5 + - type: Transform + pos: 11.5,-44.5 parent: 1 - type: Transform - uid: 1788 components: - - pos: 10.5,-44.5 + - type: Transform + pos: 10.5,-44.5 parent: 1 - type: Transform - uid: 1789 components: - - pos: 9.5,-44.5 + - type: Transform + pos: 9.5,-44.5 parent: 1 - type: Transform - uid: 1790 components: - - pos: 8.5,-44.5 + - type: Transform + pos: 8.5,-44.5 parent: 1 - type: Transform - uid: 1791 components: - - pos: 7.5,-44.5 + - type: Transform + pos: 7.5,-44.5 parent: 1 - type: Transform - uid: 1792 components: - - pos: 6.5,-44.5 + - type: Transform + pos: 6.5,-44.5 parent: 1 - type: Transform - uid: 1793 components: - - pos: 5.5,-44.5 + - type: Transform + pos: 5.5,-44.5 parent: 1 - type: Transform - uid: 1794 components: - - pos: 4.5,-44.5 + - type: Transform + pos: 4.5,-44.5 parent: 1 - type: Transform - uid: 1795 components: - - pos: 3.5,-44.5 + - type: Transform + pos: 3.5,-44.5 parent: 1 - type: Transform - uid: 1796 components: - - pos: 2.5,-44.5 + - type: Transform + pos: 2.5,-44.5 parent: 1 - type: Transform - uid: 1797 components: - - pos: 1.5,-44.5 + - type: Transform + pos: 1.5,-44.5 parent: 1 - type: Transform - uid: 1798 components: - - pos: 0.5,-44.5 + - type: Transform + pos: 0.5,-44.5 parent: 1 - type: Transform - uid: 1801 components: - - pos: 11.5,-43.5 + - type: Transform + pos: 11.5,-43.5 parent: 1 - type: Transform - uid: 1802 components: - - pos: 12.5,-40.5 + - type: Transform + pos: 12.5,-40.5 parent: 1 - type: Transform - uid: 1803 components: - - pos: 12.5,-41.5 + - type: Transform + pos: 12.5,-41.5 parent: 1 - type: Transform - uid: 1805 components: - - pos: -9.5,-42.5 + - type: Transform + pos: -9.5,-42.5 parent: 1 - type: Transform - uid: 1806 components: - - pos: -9.5,-41.5 + - type: Transform + pos: -9.5,-41.5 parent: 1 - type: Transform - uid: 1825 components: - - pos: 22.5,-38.5 + - type: Transform + pos: 22.5,-38.5 parent: 1 - type: Transform - uid: 1826 components: - - pos: 17.5,-38.5 + - type: Transform + pos: 17.5,-38.5 parent: 1 - type: Transform - uid: 1834 components: - - pos: 25.5,-35.5 + - type: Transform + pos: 25.5,-35.5 parent: 1 - type: Transform - uid: 1836 components: - - pos: 22.5,-37.5 + - type: Transform + pos: 22.5,-37.5 parent: 1 - type: Transform - uid: 1837 components: - - pos: 22.5,-39.5 + - type: Transform + pos: 22.5,-39.5 parent: 1 - type: Transform - uid: 1838 components: - - pos: 22.5,-40.5 + - type: Transform + pos: 22.5,-40.5 parent: 1 - type: Transform - uid: 1839 components: - - pos: 16.5,-40.5 + - type: Transform + pos: 16.5,-40.5 parent: 1 - type: Transform - uid: 1863 components: - - pos: 25.5,-42.5 + - type: Transform + pos: 25.5,-42.5 parent: 1 - type: Transform - uid: 2013 components: - - pos: 41.5,-51.5 + - type: Transform + pos: 41.5,-51.5 parent: 1 - type: Transform - uid: 2018 components: - - pos: 38.5,-52.5 + - type: Transform + pos: 38.5,-52.5 parent: 1 - type: Transform - uid: 2019 components: - - pos: 40.5,-52.5 + - type: Transform + pos: 40.5,-52.5 parent: 1 - type: Transform - uid: 2020 components: - - pos: 22.5,-42.5 + - type: Transform + pos: 22.5,-42.5 parent: 1 - type: Transform - uid: 2112 components: - - pos: -41.5,27.5 + - type: Transform + pos: -41.5,27.5 parent: 1 - type: Transform - uid: 2128 components: - - pos: -32.5,27.5 + - type: Transform + pos: -32.5,27.5 parent: 1 - type: Transform - uid: 2476 components: - - pos: -107.5,-13.5 + - type: Transform + pos: -107.5,-13.5 parent: 1 - type: Transform - uid: 2517 components: - - pos: 4.5,-48.5 + - type: Transform + pos: 4.5,-48.5 parent: 1 - type: Transform - uid: 2518 components: - - pos: 3.5,-48.5 + - type: Transform + pos: 3.5,-48.5 parent: 1 - type: Transform - uid: 2521 components: - - pos: 4.5,-57.5 + - type: Transform + pos: 4.5,-57.5 parent: 1 - type: Transform - uid: 2543 components: - - pos: 20.5,-52.5 + - type: Transform + pos: 20.5,-52.5 parent: 1 - type: Transform - uid: 2545 components: - - pos: 3.5,-57.5 + - type: Transform + pos: 3.5,-57.5 parent: 1 - type: Transform - uid: 2846 components: - - pos: -28.5,-38.5 + - type: Transform + pos: -28.5,-38.5 parent: 1 - type: Transform - uid: 2945 components: - - pos: 30.5,-57.5 + - type: Transform + pos: 30.5,-57.5 parent: 1 - type: Transform - uid: 2950 components: - - pos: 25.5,-57.5 + - type: Transform + pos: 25.5,-57.5 parent: 1 - type: Transform - uid: 2960 components: - - pos: 12.5,-43.5 + - type: Transform + pos: 12.5,-43.5 parent: 1 - type: Transform - uid: 3150 components: - - pos: -26.5,-51.5 + - type: Transform + pos: -26.5,-51.5 parent: 1 - type: Transform - uid: 3152 components: - - pos: 40.5,-51.5 + - type: Transform + pos: 40.5,-51.5 + parent: 1 + - uid: 3165 + components: + - type: Transform + pos: -116.5,0.5 parent: 1 - type: Transform - uid: 3181 components: - - pos: -107.5,-24.5 + - type: Transform + pos: -107.5,-24.5 parent: 1 - type: Transform - uid: 3183 components: - - pos: 39.5,-52.5 + - type: Transform + pos: 39.5,-52.5 parent: 1 - type: Transform - uid: 3187 components: - - pos: -24.5,-51.5 + - type: Transform + pos: -24.5,-51.5 parent: 1 - type: Transform - uid: 3188 components: - - pos: -25.5,-51.5 + - type: Transform + pos: -25.5,-51.5 parent: 1 - type: Transform - uid: 3192 components: - - pos: 42.5,-51.5 + - type: Transform + pos: 42.5,-51.5 parent: 1 - type: Transform - uid: 3199 components: - - pos: -103.5,-23.5 + - type: Transform + pos: -103.5,-23.5 parent: 1 - type: Transform - uid: 3200 components: - - pos: -16.5,-49.5 + - type: Transform + pos: -16.5,-49.5 parent: 1 - type: Transform - uid: 3203 components: - - pos: -24.5,-54.5 + - type: Transform + pos: -24.5,-54.5 parent: 1 - type: Transform - uid: 3204 components: - - pos: -26.5,-54.5 + - type: Transform + pos: -26.5,-54.5 parent: 1 - type: Transform - uid: 3208 components: - - pos: -99.5,-19.5 + - type: Transform + pos: -99.5,-19.5 parent: 1 - type: Transform - uid: 3225 components: - - pos: -69.5,4.5 + - type: Transform + pos: -69.5,4.5 parent: 1 - type: Transform - uid: 3226 components: - - pos: -70.5,4.5 + - type: Transform + pos: -70.5,4.5 parent: 1 - type: Transform - uid: 3244 components: - - pos: -71.5,4.5 + - type: Transform + pos: -71.5,4.5 parent: 1 - type: Transform - uid: 3314 components: - - pos: -29.5,-53.5 + - type: Transform + pos: -29.5,-53.5 parent: 1 - type: Transform - uid: 3335 components: - - pos: -27.5,-54.5 + - type: Transform + pos: -27.5,-54.5 parent: 1 - type: Transform - uid: 3384 components: - - pos: -73.5,-41.5 + - type: Transform + pos: -73.5,-41.5 parent: 1 - type: Transform - uid: 3385 components: - - pos: -73.5,-53.5 + - type: Transform + pos: -73.5,-53.5 parent: 1 - type: Transform - uid: 3386 components: - - pos: -77.5,-41.5 + - type: Transform + pos: -77.5,-41.5 parent: 1 - type: Transform - uid: 3387 components: - - pos: -76.5,-41.5 + - type: Transform + pos: -76.5,-41.5 parent: 1 - type: Transform - uid: 3388 components: - - pos: -91.5,-40.5 + - type: Transform + pos: -91.5,-40.5 parent: 1 - type: Transform - uid: 3389 components: - - pos: -107.5,-16.5 + - type: Transform + pos: -107.5,-16.5 parent: 1 - type: Transform - uid: 3393 components: - - pos: -107.5,-15.5 + - type: Transform + pos: -107.5,-15.5 parent: 1 - type: Transform - uid: 3395 components: - - pos: -107.5,-17.5 + - type: Transform + pos: -107.5,-17.5 parent: 1 - type: Transform - uid: 3397 components: - - pos: -121.5,20.5 + - type: Transform + pos: -121.5,20.5 parent: 1 - type: Transform - uid: 3399 components: - - pos: -124.5,19.5 + - type: Transform + pos: -124.5,19.5 parent: 1 - type: Transform - uid: 3400 components: - - pos: -118.5,-11.5 + - type: Transform + pos: -118.5,-11.5 parent: 1 - type: Transform - uid: 3401 components: - - pos: -118.5,-10.5 + - type: Transform + pos: -118.5,-10.5 parent: 1 - type: Transform - uid: 3402 components: - - pos: -118.5,-9.5 + - type: Transform + pos: -118.5,-9.5 parent: 1 - type: Transform - uid: 3403 components: - - pos: -115.5,-8.5 + - type: Transform + pos: -115.5,-8.5 parent: 1 - type: Transform - uid: 3406 components: - - pos: -108.5,-44.5 + - type: Transform + pos: -108.5,-44.5 parent: 1 - type: Transform - uid: 3407 components: - - pos: -120.5,-8.5 + - type: Transform + pos: -120.5,-8.5 parent: 1 - type: Transform - uid: 3408 components: - - pos: -119.5,-8.5 + - type: Transform + pos: -119.5,-8.5 parent: 1 - type: Transform - uid: 3409 components: - - pos: -118.5,-8.5 + - type: Transform + pos: -118.5,-8.5 parent: 1 - type: Transform - uid: 3410 components: - - pos: -122.5,-27.5 + - type: Transform + pos: -122.5,-27.5 parent: 1 - type: Transform - uid: 3415 components: - - pos: -91.5,-38.5 + - type: Transform + pos: -91.5,-38.5 parent: 1 - type: Transform - uid: 3416 components: - - pos: -83.5,-45.5 + - type: Transform + pos: -83.5,-45.5 parent: 1 - type: Transform - uid: 3417 components: - - pos: -81.5,-47.5 + - type: Transform + pos: -81.5,-47.5 parent: 1 - type: Transform - uid: 3458 components: - - pos: -33.5,-67.5 + - type: Transform + pos: -33.5,-67.5 parent: 1 - type: Transform - uid: 3459 components: - - pos: -33.5,-64.5 + - type: Transform + pos: -33.5,-64.5 parent: 1 - type: Transform - uid: 3461 components: - - pos: -33.5,-66.5 + - type: Transform + pos: -33.5,-66.5 parent: 1 - type: Transform - uid: 3476 components: - - pos: -17.5,-38.5 + - type: Transform + pos: -17.5,-38.5 parent: 1 - type: Transform - uid: 3477 components: - - pos: -18.5,-38.5 + - type: Transform + pos: -18.5,-38.5 parent: 1 - type: Transform - uid: 3478 components: - - pos: -19.5,-38.5 + - type: Transform + pos: -19.5,-38.5 parent: 1 - type: Transform - uid: 3508 components: - - pos: -107.5,-14.5 + - type: Transform + pos: -107.5,-14.5 parent: 1 - type: Transform - uid: 3509 components: - - pos: -90.5,-37.5 + - type: Transform + pos: -90.5,-37.5 parent: 1 - type: Transform - uid: 3510 components: - - pos: -89.5,-37.5 + - type: Transform + pos: -89.5,-37.5 parent: 1 - type: Transform - uid: 3516 components: - - pos: -101.5,-28.5 + - type: Transform + pos: -101.5,-28.5 parent: 1 - type: Transform - uid: 3518 components: - - pos: -120.5,-51.5 + - type: Transform + pos: -120.5,-51.5 parent: 1 - type: Transform - uid: 3522 components: - - pos: -117.5,-52.5 + - type: Transform + pos: -117.5,-52.5 parent: 1 - type: Transform - uid: 3557 components: - - pos: -39.5,-36.5 + - type: Transform + pos: -39.5,-36.5 parent: 1 - type: Transform - uid: 3606 components: - - pos: -36.5,-20.5 + - type: Transform + pos: -36.5,-20.5 parent: 1 - type: Transform - uid: 3607 components: - - pos: -36.5,-19.5 + - type: Transform + pos: -36.5,-19.5 parent: 1 - type: Transform - uid: 3608 components: - - pos: -36.5,-18.5 + - type: Transform + pos: -36.5,-18.5 parent: 1 - type: Transform - uid: 3609 components: - - pos: -36.5,-17.5 + - type: Transform + pos: -36.5,-17.5 parent: 1 - type: Transform - uid: 3646 components: - - pos: -59.5,11.5 + - type: Transform + pos: -59.5,11.5 parent: 1 - type: Transform - uid: 3658 components: - - pos: -63.5,17.5 + - type: Transform + pos: -63.5,17.5 parent: 1 - type: Transform - uid: 3659 components: - - pos: -63.5,15.5 + - type: Transform + pos: -63.5,15.5 parent: 1 - type: Transform - uid: 3660 components: - - pos: -63.5,14.5 + - type: Transform + pos: -63.5,14.5 parent: 1 - type: Transform - uid: 3661 components: - - pos: -63.5,13.5 + - type: Transform + pos: -63.5,13.5 parent: 1 - type: Transform - uid: 3662 components: - - pos: -63.5,12.5 + - type: Transform + pos: -63.5,12.5 parent: 1 - type: Transform - uid: 3663 components: - - pos: -63.5,11.5 + - type: Transform + pos: -63.5,11.5 parent: 1 - type: Transform - uid: 3664 components: - - pos: -63.5,16.5 + - type: Transform + pos: -63.5,16.5 parent: 1 - type: Transform - uid: 3666 components: - - pos: -57.5,18.5 + - type: Transform + pos: -57.5,18.5 parent: 1 - type: Transform - uid: 3671 components: - - pos: -56.5,18.5 + - type: Transform + pos: -56.5,18.5 parent: 1 - type: Transform - uid: 3674 components: - - pos: -59.5,18.5 + - type: Transform + pos: -59.5,18.5 parent: 1 - type: Transform - uid: 3675 components: - - pos: -42.5,10.5 + - type: Transform + pos: -42.5,10.5 parent: 1 - type: Transform - uid: 3677 components: - - pos: -58.5,18.5 + - type: Transform + pos: -58.5,18.5 parent: 1 - type: Transform - uid: 3682 components: - - pos: -61.5,12.5 + - type: Transform + pos: -61.5,12.5 parent: 1 - type: Transform - uid: 3684 components: - - pos: -60.5,10.5 + - type: Transform + pos: -60.5,10.5 parent: 1 - type: Transform - uid: 3687 components: - - pos: -61.5,10.5 + - type: Transform + pos: -61.5,10.5 parent: 1 - type: Transform - uid: 3691 components: - - pos: -56.5,14.5 + - type: Transform + pos: -56.5,14.5 parent: 1 - type: Transform - uid: 3693 components: - - pos: -63.5,10.5 + - type: Transform + pos: -63.5,10.5 parent: 1 - type: Transform - uid: 3694 components: - - pos: -56.5,11.5 + - type: Transform + pos: -56.5,11.5 parent: 1 - type: Transform - uid: 3696 components: - - pos: -54.5,11.5 + - type: Transform + pos: -54.5,11.5 parent: 1 - type: Transform - uid: 3698 components: - - pos: -59.5,10.5 + - type: Transform + pos: -59.5,10.5 parent: 1 - type: Transform - uid: 3699 components: - - pos: -57.5,12.5 + - type: Transform + pos: -57.5,12.5 parent: 1 - type: Transform - uid: 3700 components: - - pos: -61.5,11.5 + - type: Transform + pos: -61.5,11.5 parent: 1 - type: Transform - uid: 3701 components: - - pos: -55.5,14.5 + - type: Transform + pos: -55.5,14.5 parent: 1 - type: Transform - uid: 3702 components: - - pos: -62.5,10.5 + - type: Transform + pos: -62.5,10.5 parent: 1 - type: Transform - uid: 3703 components: - - pos: -56.5,15.5 + - type: Transform + pos: -56.5,15.5 parent: 1 - type: Transform - uid: 3704 components: - - pos: -57.5,14.5 + - type: Transform + pos: -57.5,14.5 parent: 1 - type: Transform - uid: 3705 components: - - pos: -57.5,11.5 + - type: Transform + pos: -57.5,11.5 parent: 1 - type: Transform - uid: 3707 components: - - pos: -57.5,10.5 + - type: Transform + pos: -57.5,10.5 parent: 1 - type: Transform - uid: 3712 components: - - pos: -56.5,16.5 + - type: Transform + pos: -56.5,16.5 parent: 1 - type: Transform - uid: 3737 components: - - pos: -58.5,10.5 + - type: Transform + pos: -58.5,10.5 parent: 1 - type: Transform - uid: 3739 components: - - pos: -59.5,12.5 + - type: Transform + pos: -59.5,12.5 parent: 1 - type: Transform - uid: 3902 components: - - pos: -43.5,-43.5 + - type: Transform + pos: -43.5,-43.5 parent: 1 - type: Transform - uid: 3903 components: - - pos: -44.5,-43.5 + - type: Transform + pos: -44.5,-43.5 parent: 1 - type: Transform - uid: 4021 components: - - pos: -44.5,-46.5 + - type: Transform + pos: -44.5,-46.5 parent: 1 - type: Transform - uid: 4068 components: - - pos: -29.5,-28.5 + - type: Transform + pos: -29.5,-28.5 parent: 1 - type: Transform - uid: 4071 components: - - pos: -29.5,-30.5 + - type: Transform + pos: -29.5,-30.5 parent: 1 - type: Transform - uid: 4334 components: - - pos: -65.5,-63.5 + - type: Transform + pos: -65.5,-63.5 parent: 1 - type: Transform - uid: 4342 components: - - pos: -117.5,-51.5 + - type: Transform + pos: -117.5,-51.5 parent: 1 - type: Transform - uid: 4354 components: - - pos: -118.5,-51.5 + - type: Transform + pos: -118.5,-51.5 parent: 1 - type: Transform - uid: 4370 components: - - pos: -70.5,-56.5 + - type: Transform + pos: -70.5,-56.5 parent: 1 - type: Transform - uid: 4371 components: - - pos: -71.5,-56.5 + - type: Transform + pos: -71.5,-56.5 parent: 1 - type: Transform - uid: 4372 components: - - pos: -73.5,-56.5 + - type: Transform + pos: -73.5,-56.5 parent: 1 - type: Transform - uid: 4373 components: - - pos: -74.5,-56.5 + - type: Transform + pos: -74.5,-56.5 parent: 1 - type: Transform - uid: 4376 components: - - pos: -75.5,-56.5 + - type: Transform + pos: -75.5,-56.5 parent: 1 - type: Transform - uid: 4378 components: - - pos: -77.5,-60.5 + - type: Transform + pos: -77.5,-60.5 parent: 1 - type: Transform - uid: 4392 components: - - pos: -119.5,-51.5 + - type: Transform + pos: -119.5,-51.5 parent: 1 - type: Transform - uid: 4393 components: - - pos: -76.5,-40.5 + - type: Transform + pos: -76.5,-40.5 parent: 1 - type: Transform - uid: 4395 components: - - pos: -76.5,-38.5 + - type: Transform + pos: -76.5,-38.5 parent: 1 - type: Transform - uid: 4396 components: - - pos: -76.5,-37.5 + - type: Transform + pos: -76.5,-37.5 parent: 1 - type: Transform - uid: 4397 components: - - pos: -72.5,-37.5 + - type: Transform + pos: -72.5,-37.5 parent: 1 - type: Transform - uid: 4399 components: - - pos: -73.5,-37.5 + - type: Transform + pos: -73.5,-37.5 parent: 1 - type: Transform - uid: 4400 components: - - pos: -74.5,-37.5 + - type: Transform + pos: -74.5,-37.5 parent: 1 - type: Transform - uid: 4401 components: - - pos: -75.5,-37.5 + - type: Transform + pos: -75.5,-37.5 parent: 1 - type: Transform - uid: 4402 components: - - pos: -67.5,-36.5 + - type: Transform + pos: -67.5,-36.5 parent: 1 - type: Transform - uid: 4404 components: - - pos: -69.5,-36.5 + - type: Transform + pos: -69.5,-36.5 parent: 1 - type: Transform - uid: 4405 components: - - pos: -70.5,-36.5 + - type: Transform + pos: -70.5,-36.5 parent: 1 - type: Transform - uid: 4406 components: - - pos: -71.5,-36.5 + - type: Transform + pos: -71.5,-36.5 parent: 1 - type: Transform - uid: 4407 components: - - pos: -72.5,-36.5 + - type: Transform + pos: -72.5,-36.5 parent: 1 - type: Transform - uid: 4429 components: - - pos: -60.5,-20.5 + - type: Transform + pos: -60.5,-20.5 parent: 1 - type: Transform - uid: 4430 components: - - pos: -75.5,-26.5 + - type: Transform + pos: -75.5,-26.5 parent: 1 - type: Transform - uid: 4431 components: - - pos: -59.5,-19.5 + - type: Transform + pos: -59.5,-19.5 parent: 1 - type: Transform - uid: 4432 components: - - pos: -59.5,-18.5 + - type: Transform + pos: -59.5,-18.5 parent: 1 - type: Transform - uid: 4433 components: - - pos: -59.5,-17.5 + - type: Transform + pos: -59.5,-17.5 parent: 1 - type: Transform - uid: 4434 components: - - pos: -59.5,-16.5 + - type: Transform + pos: -59.5,-16.5 parent: 1 - type: Transform - uid: 4484 components: - - pos: -57.5,-16.5 + - type: Transform + pos: -57.5,-16.5 parent: 1 - type: Transform - uid: 4496 components: - - pos: -62.5,-11.5 + - type: Transform + pos: -62.5,-11.5 parent: 1 - type: Transform - uid: 4497 components: - - pos: -62.5,-12.5 + - type: Transform + pos: -62.5,-12.5 parent: 1 - type: Transform - uid: 4498 components: - - pos: -54.5,-11.5 + - type: Transform + pos: -54.5,-11.5 parent: 1 - type: Transform - uid: 4499 components: - - pos: -54.5,-12.5 + - type: Transform + pos: -54.5,-12.5 parent: 1 - type: Transform - uid: 4503 components: - - pos: -58.5,-12.5 + - type: Transform + pos: -58.5,-12.5 parent: 1 - type: Transform - uid: 4507 components: - - pos: -58.5,-11.5 + - type: Transform + pos: -58.5,-11.5 parent: 1 - type: Transform - uid: 4517 components: - - pos: -51.5,-11.5 + - type: Transform + pos: -51.5,-11.5 parent: 1 - type: Transform - uid: 4518 components: - - pos: -51.5,-12.5 + - type: Transform + pos: -51.5,-12.5 parent: 1 - type: Transform - uid: 4548 components: - - pos: -76.5,-17.5 + - type: Transform + pos: -76.5,-17.5 parent: 1 - type: Transform - uid: 4569 components: - - pos: -74.5,-18.5 + - type: Transform + pos: -74.5,-18.5 parent: 1 - type: Transform - uid: 4570 components: - - pos: -75.5,-17.5 + - type: Transform + pos: -75.5,-17.5 parent: 1 - type: Transform - uid: 4592 components: - - pos: -74.5,-21.5 + - type: Transform + pos: -74.5,-21.5 parent: 1 - type: Transform - uid: 4593 components: - - pos: -74.5,-20.5 + - type: Transform + pos: -74.5,-20.5 parent: 1 - type: Transform - uid: 4595 components: - - pos: -74.5,-17.5 + - type: Transform + pos: -74.5,-17.5 parent: 1 - type: Transform - uid: 4596 components: - - pos: -74.5,-16.5 + - type: Transform + pos: -74.5,-16.5 parent: 1 - type: Transform - uid: 4613 components: - - pos: -80.5,-26.5 + - type: Transform + pos: -80.5,-26.5 parent: 1 - type: Transform - uid: 4614 components: - - pos: -81.5,-26.5 + - type: Transform + pos: -81.5,-26.5 parent: 1 - type: Transform - uid: 4615 components: - - pos: -81.5,-28.5 + - type: Transform + pos: -81.5,-28.5 parent: 1 - type: Transform - uid: 4616 components: - - pos: -81.5,-29.5 + - type: Transform + pos: -81.5,-29.5 parent: 1 - type: Transform - uid: 4617 components: - - pos: -81.5,-30.5 + - type: Transform + pos: -81.5,-30.5 parent: 1 - type: Transform - uid: 4618 components: - - pos: -81.5,-31.5 + - type: Transform + pos: -81.5,-31.5 parent: 1 - type: Transform - uid: 4619 components: - - pos: -81.5,-32.5 + - type: Transform + pos: -81.5,-32.5 parent: 1 - type: Transform - uid: 4620 components: - - pos: -81.5,-33.5 + - type: Transform + pos: -81.5,-33.5 parent: 1 - type: Transform - uid: 4622 components: - - pos: -80.5,-33.5 + - type: Transform + pos: -80.5,-33.5 parent: 1 - type: Transform - uid: 4627 components: - - pos: -76.5,-33.5 + - type: Transform + pos: -76.5,-33.5 parent: 1 - type: Transform - uid: 4628 components: - - pos: -76.5,-32.5 + - type: Transform + pos: -76.5,-32.5 parent: 1 - type: Transform - uid: 4629 components: - - pos: -76.5,-31.5 + - type: Transform + pos: -76.5,-31.5 parent: 1 - type: Transform - uid: 4630 components: - - pos: -76.5,-30.5 + - type: Transform + pos: -76.5,-30.5 parent: 1 - type: Transform - uid: 4631 components: - - pos: -76.5,-29.5 + - type: Transform + pos: -76.5,-29.5 parent: 1 - type: Transform - uid: 4632 components: - - pos: -76.5,-28.5 + - type: Transform + pos: -76.5,-28.5 parent: 1 - type: Transform - uid: 4633 components: - - pos: -76.5,-27.5 + - type: Transform + pos: -76.5,-27.5 parent: 1 - type: Transform - uid: 4634 components: - - pos: -76.5,-26.5 + - type: Transform + pos: -76.5,-26.5 parent: 1 - type: Transform - uid: 4672 components: - - pos: -75.5,-32.5 + - type: Transform + pos: -75.5,-32.5 parent: 1 - type: Transform - uid: 4674 components: - - pos: -60.5,-19.5 + - type: Transform + pos: -60.5,-19.5 parent: 1 - type: Transform - uid: 4675 components: - - pos: -74.5,-26.5 + - type: Transform + pos: -74.5,-26.5 parent: 1 - type: Transform - uid: 4688 components: - - pos: -70.5,-32.5 + - type: Transform + pos: -70.5,-32.5 parent: 1 - type: Transform - uid: 4696 components: - - pos: -70.5,-26.5 + - type: Transform + pos: -70.5,-26.5 parent: 1 - type: Transform - uid: 4697 components: - - pos: -71.5,-26.5 + - type: Transform + pos: -71.5,-26.5 parent: 1 - type: Transform - uid: 4731 components: - - pos: -83.5,-35.5 + - type: Transform + pos: -83.5,-35.5 parent: 1 - type: Transform - uid: 4847 components: - - pos: -81.5,-27.5 + - type: Transform + pos: -81.5,-27.5 parent: 1 - type: Transform - uid: 4893 components: - - pos: -86.5,-34.5 + - type: Transform + pos: -86.5,-34.5 parent: 1 - type: Transform - uid: 4894 components: - - pos: -86.5,-33.5 + - type: Transform + pos: -86.5,-33.5 parent: 1 - type: Transform - uid: 4895 components: - - pos: -86.5,-32.5 + - type: Transform + pos: -86.5,-32.5 parent: 1 - type: Transform - uid: 4896 components: - - pos: -81.5,-34.5 + - type: Transform + pos: -81.5,-34.5 parent: 1 - type: Transform - uid: 4897 components: - - pos: -82.5,-34.5 + - type: Transform + pos: -82.5,-34.5 parent: 1 - type: Transform - uid: 4898 components: - - pos: -83.5,-34.5 + - type: Transform + pos: -83.5,-34.5 parent: 1 - type: Transform - uid: 4899 components: - - pos: -84.5,-34.5 + - type: Transform + pos: -84.5,-34.5 parent: 1 - type: Transform - uid: 4900 components: - - pos: -85.5,-34.5 + - type: Transform + pos: -85.5,-34.5 parent: 1 - type: Transform - uid: 4934 components: - - pos: -92.5,-16.5 + - type: Transform + pos: -92.5,-16.5 parent: 1 - type: Transform - uid: 4935 components: - - pos: -92.5,-17.5 + - type: Transform + pos: -92.5,-17.5 parent: 1 - type: Transform - uid: 4939 components: - - pos: -66.5,8.5 + - type: Transform + pos: -66.5,8.5 parent: 1 - type: Transform - uid: 4972 components: - - pos: -86.5,-40.5 + - type: Transform + pos: -86.5,-40.5 parent: 1 - type: Transform - uid: 4974 components: - - pos: -76.5,-48.5 + - type: Transform + pos: -76.5,-48.5 parent: 1 - type: Transform - uid: 4975 components: - - pos: -83.5,-37.5 + - type: Transform + pos: -83.5,-37.5 parent: 1 - type: Transform - uid: 4979 components: - - pos: -66.5,8.5 + - type: Transform + pos: -66.5,8.5 parent: 1 - type: Transform - uid: 4980 components: - - pos: -65.5,8.5 + - type: Transform + pos: -65.5,8.5 parent: 1 - type: Transform - uid: 4981 components: - - pos: -64.5,8.5 + - type: Transform + pos: -64.5,8.5 parent: 1 - type: Transform - uid: 4982 components: - - pos: -63.5,8.5 + - type: Transform + pos: -63.5,8.5 parent: 1 - type: Transform - uid: 4983 components: - - pos: -63.5,7.5 + - type: Transform + pos: -63.5,7.5 parent: 1 - type: Transform - uid: 4984 components: - - pos: -63.5,6.5 + - type: Transform + pos: -63.5,6.5 parent: 1 - type: Transform - uid: 4985 components: - - pos: -63.5,5.5 + - type: Transform + pos: -63.5,5.5 parent: 1 - type: Transform - uid: 4986 components: - - pos: -63.5,4.5 + - type: Transform + pos: -63.5,4.5 parent: 1 - type: Transform - uid: 4990 components: - - pos: -63.5,0.5 + - type: Transform + pos: -63.5,0.5 parent: 1 - type: Transform - uid: 4991 components: - - pos: -63.5,-0.5 + - type: Transform + pos: -63.5,-0.5 parent: 1 - type: Transform - uid: 4992 components: - - pos: -63.5,-1.5 + - type: Transform + pos: -63.5,-1.5 parent: 1 - type: Transform - uid: 4993 components: - - pos: -63.5,-2.5 + - type: Transform + pos: -63.5,-2.5 parent: 1 - type: Transform - uid: 4994 components: - - pos: -63.5,-3.5 + - type: Transform + pos: -63.5,-3.5 parent: 1 - type: Transform - uid: 4995 components: - - pos: -63.5,-4.5 + - type: Transform + pos: -63.5,-4.5 parent: 1 - type: Transform - uid: 4996 components: - - pos: -63.5,-5.5 + - type: Transform + pos: -63.5,-5.5 parent: 1 - type: Transform - uid: 4997 components: - - pos: -63.5,-6.5 + - type: Transform + pos: -63.5,-6.5 parent: 1 - type: Transform - uid: 4998 components: - - pos: -63.5,-7.5 + - type: Transform + pos: -63.5,-7.5 parent: 1 - type: Transform - uid: 5048 components: - - pos: -90.5,9.5 + - type: Transform + pos: -90.5,9.5 parent: 1 - type: Transform - uid: 5049 components: - - pos: -89.5,10.5 + - type: Transform + pos: -89.5,10.5 parent: 1 - type: Transform - uid: 5050 components: - - pos: -88.5,10.5 + - type: Transform + pos: -88.5,10.5 parent: 1 - type: Transform - uid: 5051 components: - - pos: -89.5,9.5 + - type: Transform + pos: -89.5,9.5 parent: 1 - type: Transform - uid: 5053 components: - - pos: -80.5,8.5 + - type: Transform + pos: -80.5,8.5 parent: 1 - type: Transform - uid: 5054 components: - - pos: -80.5,9.5 + - type: Transform + pos: -80.5,9.5 parent: 1 - type: Transform - uid: 5055 components: - - pos: -81.5,9.5 + - type: Transform + pos: -81.5,9.5 parent: 1 - type: Transform - uid: 5056 components: - - pos: -81.5,10.5 + - type: Transform + pos: -81.5,10.5 parent: 1 - type: Transform - uid: 5057 components: - - pos: -82.5,10.5 + - type: Transform + pos: -82.5,10.5 parent: 1 - type: Transform - uid: 5061 components: - - pos: -89.5,-4.5 + - type: Transform + pos: -89.5,-4.5 parent: 1 - type: Transform - uid: 5063 components: - - pos: -82.5,-4.5 + - type: Transform + pos: -82.5,-4.5 parent: 1 - type: Transform - uid: 5064 components: - - pos: -81.5,-4.5 + - type: Transform + pos: -81.5,-4.5 parent: 1 - type: Transform - uid: 5065 components: - - pos: -81.5,-3.5 + - type: Transform + pos: -81.5,-3.5 parent: 1 - type: Transform - uid: 5066 components: - - pos: -80.5,-3.5 + - type: Transform + pos: -80.5,-3.5 parent: 1 - type: Transform - uid: 5067 components: - - pos: -80.5,-2.5 + - type: Transform + pos: -80.5,-2.5 parent: 1 - type: Transform - uid: 5069 components: - - pos: -80.5,1.5 + - type: Transform + pos: -80.5,1.5 parent: 1 - type: Transform - uid: 5070 components: - - pos: -75.5,1.5 + - type: Transform + pos: -75.5,1.5 parent: 1 - type: Transform - uid: 5071 components: - - pos: -80.5,-1.5 + - type: Transform + pos: -80.5,-1.5 parent: 1 - type: Transform - uid: 5072 components: - - pos: -79.5,-1.5 + - type: Transform + pos: -79.5,-1.5 parent: 1 - type: Transform - uid: 5073 components: - - pos: -86.5,-4.5 + - type: Transform + pos: -86.5,-4.5 parent: 1 - type: Transform - uid: 5074 components: - - pos: -86.5,-5.5 + - type: Transform + pos: -86.5,-5.5 parent: 1 - type: Transform - uid: 5075 components: - - pos: -86.5,-6.5 + - type: Transform + pos: -86.5,-6.5 parent: 1 - type: Transform - uid: 5077 components: - - pos: -86.5,-7.5 + - type: Transform + pos: -86.5,-7.5 parent: 1 - type: Transform - uid: 5078 components: - - pos: -86.5,-7.5 + - type: Transform + pos: -86.5,-7.5 parent: 1 - type: Transform - uid: 5084 components: - - pos: -89.5,-3.5 + - type: Transform + pos: -89.5,-3.5 parent: 1 - type: Transform - uid: 5091 components: - - pos: -89.5,11.5 + - type: Transform + pos: -89.5,11.5 parent: 1 - type: Transform - uid: 5092 components: - - pos: -89.5,12.5 + - type: Transform + pos: -89.5,12.5 parent: 1 - type: Transform - uid: 5093 components: - - pos: -90.5,12.5 + - type: Transform + pos: -90.5,12.5 parent: 1 - type: Transform - uid: 5099 components: - - pos: -92.5,20.5 + - type: Transform + pos: -92.5,20.5 parent: 1 - type: Transform - uid: 5105 components: - - pos: -86.5,-11.5 + - type: Transform + pos: -86.5,-11.5 parent: 1 - type: Transform - uid: 5110 components: - - pos: -86.5,-10.5 + - type: Transform + pos: -86.5,-10.5 parent: 1 - type: Transform - uid: 5111 components: - - pos: -86.5,-9.5 + - type: Transform + pos: -86.5,-9.5 parent: 1 - type: Transform - uid: 5112 components: - - pos: -86.5,-8.5 + - type: Transform + pos: -86.5,-8.5 parent: 1 - type: Transform - uid: 5113 components: - - pos: -92.5,-11.5 + - type: Transform + pos: -92.5,-11.5 parent: 1 - type: Transform - uid: 5114 components: - - pos: -92.5,-10.5 + - type: Transform + pos: -92.5,-10.5 parent: 1 - type: Transform - uid: 5115 components: - - pos: -92.5,-9.5 + - type: Transform + pos: -92.5,-9.5 parent: 1 - type: Transform - uid: 5116 components: - - pos: -92.5,-8.5 + - type: Transform + pos: -92.5,-8.5 parent: 1 - type: Transform - uid: 5117 components: - - pos: -93.5,-8.5 + - type: Transform + pos: -93.5,-8.5 parent: 1 - type: Transform - uid: 5118 components: - - pos: -94.5,-8.5 + - type: Transform + pos: -94.5,-8.5 parent: 1 - type: Transform - uid: 5120 components: - - pos: -96.5,-7.5 + - type: Transform + pos: -96.5,-7.5 parent: 1 - type: Transform - uid: 5122 components: - - pos: -95.5,-8.5 + - type: Transform + pos: -95.5,-8.5 parent: 1 - type: Transform - uid: 5207 components: - - pos: -96.5,-10.5 + - type: Transform + pos: -96.5,-10.5 parent: 1 - type: Transform - uid: 5272 components: - - pos: -97.5,17.5 + - type: Transform + pos: -97.5,17.5 parent: 1 - type: Transform - uid: 5386 components: - - pos: -67.5,8.5 + - type: Transform + pos: -67.5,8.5 parent: 1 - type: Transform - uid: 5387 components: - - pos: -68.5,8.5 + - type: Transform + pos: -68.5,8.5 parent: 1 - type: Transform - uid: 5388 components: - - pos: -69.5,8.5 + - type: Transform + pos: -69.5,8.5 parent: 1 - type: Transform - uid: 5389 components: - - pos: -70.5,8.5 + - type: Transform + pos: -70.5,8.5 parent: 1 - type: Transform - uid: 5390 components: - - pos: -71.5,8.5 + - type: Transform + pos: -71.5,8.5 parent: 1 - type: Transform - uid: 5491 components: - - pos: -36.5,38.5 + - type: Transform + pos: -36.5,38.5 parent: 1 - type: Transform - uid: 5492 components: - - pos: -42.5,35.5 + - type: Transform + pos: -42.5,35.5 parent: 1 - type: Transform - uid: 5518 components: - - pos: -41.5,32.5 + - type: Transform + pos: -41.5,32.5 parent: 1 - type: Transform - uid: 5521 components: - - pos: -36.5,32.5 + - type: Transform + pos: -36.5,32.5 parent: 1 - type: Transform - uid: 5522 components: - - pos: -37.5,32.5 + - type: Transform + pos: -37.5,32.5 parent: 1 - type: Transform - uid: 5552 components: - - pos: -36.5,33.5 + - type: Transform + pos: -36.5,33.5 parent: 1 - type: Transform - uid: 5553 components: - - pos: -36.5,34.5 + - type: Transform + pos: -36.5,34.5 parent: 1 - type: Transform - uid: 5556 components: - - pos: -38.5,32.5 + - type: Transform + pos: -38.5,32.5 parent: 1 - type: Transform - uid: 5598 components: - - pos: -50.5,39.5 + - type: Transform + pos: -50.5,39.5 parent: 1 - type: Transform - uid: 5634 components: - - pos: -50.5,35.5 + - type: Transform + pos: -50.5,35.5 parent: 1 - type: Transform - uid: 5681 components: - - pos: -42.5,34.5 + - type: Transform + pos: -42.5,34.5 parent: 1 - type: Transform - uid: 5748 components: - - pos: -54.5,28.5 + - type: Transform + pos: -54.5,28.5 parent: 1 - type: Transform - uid: 5751 components: - - pos: -54.5,26.5 + - type: Transform + pos: -54.5,26.5 parent: 1 - type: Transform - uid: 5770 components: - - pos: -50.5,26.5 + - type: Transform + pos: -50.5,26.5 parent: 1 - type: Transform - uid: 5771 components: - - pos: -54.5,27.5 + - type: Transform + pos: -54.5,27.5 parent: 1 - type: Transform - uid: 5807 components: - - pos: -75.5,20.5 + - type: Transform + pos: -75.5,20.5 parent: 1 - type: Transform - uid: 5808 components: - - pos: -76.5,20.5 + - type: Transform + pos: -76.5,20.5 parent: 1 - type: Transform - uid: 5809 components: - - pos: -77.5,20.5 + - type: Transform + pos: -77.5,20.5 parent: 1 - type: Transform - uid: 5810 components: - - pos: -78.5,20.5 + - type: Transform + pos: -78.5,20.5 parent: 1 - type: Transform - uid: 5811 components: - - pos: -79.5,20.5 + - type: Transform + pos: -79.5,20.5 parent: 1 - type: Transform - uid: 5812 components: - - pos: -80.5,20.5 + - type: Transform + pos: -80.5,20.5 parent: 1 - type: Transform - uid: 5813 components: - - pos: -81.5,20.5 + - type: Transform + pos: -81.5,20.5 parent: 1 - type: Transform - uid: 5814 components: - - pos: -82.5,20.5 + - type: Transform + pos: -82.5,20.5 parent: 1 - type: Transform - uid: 5815 components: - - pos: -83.5,20.5 + - type: Transform + pos: -83.5,20.5 parent: 1 - type: Transform - uid: 5816 components: - - pos: -84.5,20.5 + - type: Transform + pos: -84.5,20.5 parent: 1 - type: Transform - uid: 5817 components: - - pos: -85.5,20.5 + - type: Transform + pos: -85.5,20.5 parent: 1 - type: Transform - uid: 5818 components: - - pos: -86.5,20.5 + - type: Transform + pos: -86.5,20.5 parent: 1 - type: Transform - uid: 5819 components: - - pos: -87.5,20.5 + - type: Transform + pos: -87.5,20.5 parent: 1 - type: Transform - uid: 5820 components: - - pos: -88.5,20.5 + - type: Transform + pos: -88.5,20.5 parent: 1 - type: Transform - uid: 5821 components: - - pos: -89.5,20.5 + - type: Transform + pos: -89.5,20.5 parent: 1 - type: Transform - uid: 5822 components: - - pos: -90.5,20.5 + - type: Transform + pos: -90.5,20.5 parent: 1 - type: Transform - uid: 5866 components: - - pos: -25.5,-54.5 + - type: Transform + pos: -25.5,-54.5 parent: 1 - type: Transform - uid: 5867 components: - - pos: -103.5,-19.5 + - type: Transform + pos: -103.5,-19.5 parent: 1 - type: Transform - uid: 5869 components: - - pos: -103.5,-11.5 + - type: Transform + pos: -103.5,-11.5 parent: 1 - type: Transform - uid: 5921 components: - - pos: -103.5,-14.5 + - type: Transform + pos: -103.5,-14.5 parent: 1 - type: Transform - uid: 5923 components: - - pos: -103.5,-12.5 + - type: Transform + pos: -103.5,-12.5 parent: 1 - type: Transform - uid: 5924 components: - - pos: -103.5,-13.5 + - type: Transform + pos: -103.5,-13.5 parent: 1 - type: Transform - uid: 5925 components: - - pos: -103.5,-10.5 + - type: Transform + pos: -103.5,-10.5 parent: 1 - type: Transform - uid: 6019 components: - - pos: -68.5,4.5 + - type: Transform + pos: -68.5,4.5 parent: 1 - type: Transform - uid: 6020 components: - - pos: -67.5,4.5 + - type: Transform + pos: -67.5,4.5 parent: 1 - type: Transform - uid: 6021 components: - - pos: -66.5,4.5 + - type: Transform + pos: -66.5,4.5 parent: 1 - type: Transform - uid: 6022 components: - - pos: -65.5,4.5 + - type: Transform + pos: -65.5,4.5 parent: 1 - type: Transform - uid: 6025 components: - - pos: -69.5,-5.5 + - type: Transform + pos: -69.5,-5.5 parent: 1 - type: Transform - uid: 6026 components: - - pos: -68.5,-5.5 + - type: Transform + pos: -68.5,-5.5 parent: 1 - type: Transform - uid: 6027 components: - - pos: -67.5,-5.5 + - type: Transform + pos: -67.5,-5.5 parent: 1 - type: Transform - uid: 6028 components: - - pos: -66.5,-5.5 + - type: Transform + pos: -66.5,-5.5 parent: 1 - type: Transform - uid: 6029 components: - - pos: -66.5,-4.5 + - type: Transform + pos: -66.5,-4.5 parent: 1 - type: Transform - uid: 6030 components: - - pos: -65.5,-4.5 + - type: Transform + pos: -65.5,-4.5 parent: 1 - type: Transform - uid: 6031 components: - - pos: -64.5,-4.5 + - type: Transform + pos: -64.5,-4.5 parent: 1 - type: Transform - uid: 6033 components: - - pos: -54.5,14.5 + - type: Transform + pos: -54.5,14.5 parent: 1 - type: Transform - uid: 6066 components: - - pos: -19.5,27.5 + - type: Transform + pos: -19.5,27.5 parent: 1 - type: Transform - uid: 6067 components: - - pos: -19.5,26.5 + - type: Transform + pos: -19.5,26.5 parent: 1 - type: Transform - uid: 6068 components: - - pos: -15.5,27.5 + - type: Transform + pos: -15.5,27.5 parent: 1 - type: Transform - uid: 6069 components: - - pos: -19.5,24.5 + - type: Transform + pos: -19.5,24.5 parent: 1 - type: Transform - uid: 6104 components: - - pos: -36.5,37.5 + - type: Transform + pos: -36.5,37.5 parent: 1 - type: Transform - uid: 6124 components: - - pos: -20.5,34.5 + - type: Transform + pos: -20.5,34.5 parent: 1 - type: Transform - uid: 6125 components: - - pos: -21.5,34.5 + - type: Transform + pos: -21.5,34.5 parent: 1 - type: Transform - uid: 6126 components: - - pos: -22.5,34.5 + - type: Transform + pos: -22.5,34.5 parent: 1 - type: Transform - uid: 6127 components: - - pos: -23.5,34.5 + - type: Transform + pos: -23.5,34.5 parent: 1 - type: Transform - uid: 6128 components: - - pos: -24.5,34.5 + - type: Transform + pos: -24.5,34.5 parent: 1 - type: Transform - uid: 6129 components: - - pos: -25.5,34.5 + - type: Transform + pos: -25.5,34.5 parent: 1 - type: Transform - uid: 6466 components: - - pos: -125.5,9.5 + - type: Transform + pos: -125.5,9.5 parent: 1 - type: Transform - uid: 6496 components: - - pos: -124.5,1.5 + - type: Transform + pos: -124.5,1.5 parent: 1 - type: Transform - uid: 6497 components: - - pos: -125.5,1.5 + - type: Transform + pos: -125.5,1.5 parent: 1 - type: Transform - uid: 6498 components: - - pos: -126.5,1.5 + - type: Transform + pos: -126.5,1.5 parent: 1 - type: Transform - uid: 6510 components: - - pos: -124.5,0.5 + - type: Transform + pos: -124.5,0.5 parent: 1 - type: Transform - uid: 6511 components: - - pos: -124.5,-0.5 + - type: Transform + pos: -124.5,-0.5 parent: 1 - type: Transform - uid: 6512 components: - - pos: -124.5,-3.5 + - type: Transform + pos: -124.5,-3.5 parent: 1 - type: Transform - uid: 6513 components: - - pos: -124.5,-2.5 + - type: Transform + pos: -124.5,-2.5 parent: 1 - type: Transform - uid: 6525 components: - - pos: -124.5,9.5 + - type: Transform + pos: -124.5,9.5 parent: 1 - type: Transform - uid: 6526 components: - - pos: -124.5,8.5 + - type: Transform + pos: -124.5,8.5 parent: 1 - type: Transform - uid: 6527 components: - - pos: -124.5,7.5 + - type: Transform + pos: -124.5,7.5 parent: 1 - type: Transform - uid: 6528 components: - - pos: -124.5,6.5 + - type: Transform + pos: -124.5,6.5 parent: 1 - type: Transform - uid: 6529 components: - - pos: -124.5,5.5 + - type: Transform + pos: -124.5,5.5 parent: 1 - type: Transform - uid: 6530 components: - - pos: -124.5,4.5 + - type: Transform + pos: -124.5,4.5 parent: 1 - type: Transform - uid: 6532 components: - - pos: -124.5,2.5 + - type: Transform + pos: -124.5,2.5 parent: 1 - type: Transform - uid: 6544 components: - - pos: -127.5,9.5 + - type: Transform + pos: -127.5,9.5 parent: 1 - type: Transform - uid: 6586 components: - - pos: -15.5,26.5 + - type: Transform + pos: -15.5,26.5 parent: 1 - type: Transform - uid: 6587 components: - - pos: -15.5,24.5 + - type: Transform + pos: -15.5,24.5 parent: 1 - type: Transform - uid: 6588 components: - - pos: -15.5,23.5 + - type: Transform + pos: -15.5,23.5 parent: 1 - type: Transform - uid: 6589 components: - - pos: -15.5,22.5 + - type: Transform + pos: -15.5,22.5 parent: 1 - type: Transform - uid: 6590 components: - - pos: -15.5,21.5 + - type: Transform + pos: -15.5,21.5 parent: 1 - type: Transform - uid: 6591 components: - - pos: -14.5,21.5 + - type: Transform + pos: -14.5,21.5 parent: 1 - type: Transform - uid: 6592 components: - - pos: -13.5,21.5 + - type: Transform + pos: -13.5,21.5 parent: 1 - type: Transform - uid: 6666 components: - - pos: -22.5,33.5 + - type: Transform + pos: -22.5,33.5 parent: 1 - type: Transform - uid: 6667 components: - - pos: -22.5,32.5 + - type: Transform + pos: -22.5,32.5 parent: 1 - type: Transform - uid: 6668 components: - - pos: -21.5,32.5 + - type: Transform + pos: -21.5,32.5 parent: 1 - type: Transform - uid: 6678 components: - - pos: -42.5,29.5 + - type: Transform + pos: -42.5,29.5 parent: 1 - type: Transform - uid: 6682 components: - - pos: -75.5,35.5 + - type: Transform + pos: -75.5,35.5 parent: 1 - type: Transform - uid: 6683 components: - - pos: -71.5,35.5 + - type: Transform + pos: -71.5,35.5 parent: 1 - type: Transform - uid: 6693 components: - - pos: -75.5,38.5 + - type: Transform + pos: -75.5,38.5 parent: 1 - type: Transform - uid: 6694 components: - - pos: -71.5,38.5 + - type: Transform + pos: -71.5,38.5 parent: 1 - type: Transform - uid: 6703 components: - - pos: -39.5,39.5 + - type: Transform + pos: -39.5,39.5 parent: 1 - type: Transform - uid: 6728 components: - - pos: -35.5,-29.5 + - type: Transform + pos: -35.5,-29.5 parent: 1 - type: Transform - uid: 6729 components: - - pos: -35.5,-30.5 + - type: Transform + pos: -35.5,-30.5 parent: 1 - type: Transform - uid: 6731 components: - - pos: -37.5,-30.5 + - type: Transform + pos: -37.5,-30.5 parent: 1 - type: Transform - uid: 6732 components: - - pos: -20.5,-30.5 + - type: Transform + pos: -20.5,-30.5 parent: 1 - type: Transform - uid: 6736 components: - - pos: -29.5,-29.5 + - type: Transform + pos: -29.5,-29.5 parent: 1 - type: Transform - uid: 6737 components: - - pos: -19.5,-30.5 + - type: Transform + pos: -19.5,-30.5 parent: 1 - type: Transform - uid: 6738 components: - - pos: -29.5,-28.5 + - type: Transform + pos: -29.5,-28.5 parent: 1 - type: Transform - uid: 6753 components: - - pos: -18.5,-37.5 + - type: Transform + pos: -18.5,-37.5 parent: 1 - type: Transform - uid: 6755 components: - - pos: -23.5,-38.5 + - type: Transform + pos: -23.5,-38.5 parent: 1 - type: Transform - uid: 6756 components: - - pos: -18.5,-36.5 + - type: Transform + pos: -18.5,-36.5 parent: 1 - type: Transform - uid: 6757 components: - - pos: -29.5,-38.5 + - type: Transform + pos: -29.5,-38.5 parent: 1 - type: Transform - uid: 6777 components: - - pos: -25.5,-46.5 + - type: Transform + pos: -25.5,-46.5 parent: 1 - type: Transform - uid: 6779 components: - - pos: -25.5,-48.5 + - type: Transform + pos: -25.5,-48.5 parent: 1 - type: Transform - uid: 6780 components: - - pos: -26.5,-48.5 + - type: Transform + pos: -26.5,-48.5 parent: 1 - type: Transform - uid: 6781 components: - - pos: -27.5,-48.5 + - type: Transform + pos: -27.5,-48.5 parent: 1 - type: Transform - uid: 6782 components: - - pos: -25.5,-47.5 + - type: Transform + pos: -25.5,-47.5 parent: 1 - type: Transform - uid: 6783 components: - - pos: -29.5,-48.5 + - type: Transform + pos: -29.5,-48.5 parent: 1 - type: Transform - uid: 6784 components: - - pos: -30.5,-48.5 + - type: Transform + pos: -30.5,-48.5 parent: 1 - type: Transform - uid: 6785 components: - - pos: -30.5,-49.5 + - type: Transform + pos: -30.5,-49.5 parent: 1 - type: Transform - uid: 6786 components: - - pos: -30.5,-50.5 + - type: Transform + pos: -30.5,-50.5 parent: 1 - type: Transform - uid: 6790 components: - - pos: -37.5,-54.5 + - type: Transform + pos: -37.5,-54.5 parent: 1 - type: Transform - uid: 6810 components: - - pos: -26.5,-42.5 + - type: Transform + pos: -26.5,-42.5 parent: 1 - type: Transform - uid: 6813 components: - - pos: -27.5,-42.5 + - type: Transform + pos: -27.5,-42.5 parent: 1 - type: Transform - uid: 6814 components: - - pos: -22.5,-42.5 + - type: Transform + pos: -22.5,-42.5 parent: 1 - type: Transform - uid: 6815 components: - - pos: -23.5,-42.5 + - type: Transform + pos: -23.5,-42.5 parent: 1 - type: Transform - uid: 6817 components: - - pos: -27.5,-38.5 + - type: Transform + pos: -27.5,-38.5 parent: 1 - type: Transform - uid: 6869 components: - - pos: -64.5,-66.5 + - type: Transform + pos: -64.5,-66.5 parent: 1 - type: Transform - uid: 6872 components: - - pos: -43.5,-58.5 + - type: Transform + pos: -43.5,-58.5 parent: 1 - type: Transform - uid: 6873 components: - - pos: -43.5,-57.5 + - type: Transform + pos: -43.5,-57.5 parent: 1 - type: Transform - uid: 6874 components: - - pos: -43.5,-56.5 + - type: Transform + pos: -43.5,-56.5 parent: 1 - type: Transform - uid: 6875 components: - - pos: -43.5,-55.5 + - type: Transform + pos: -43.5,-55.5 parent: 1 - type: Transform - uid: 6876 components: - - pos: -43.5,-54.5 + - type: Transform + pos: -43.5,-54.5 parent: 1 - type: Transform - uid: 6880 components: - - pos: -43.5,-53.5 + - type: Transform + pos: -43.5,-53.5 parent: 1 - type: Transform - uid: 6886 components: - - pos: -39.5,-49.5 + - type: Transform + pos: -39.5,-49.5 parent: 1 - type: Transform - uid: 6887 components: - - pos: -39.5,-48.5 + - type: Transform + pos: -39.5,-48.5 parent: 1 - type: Transform - uid: 6888 components: - - pos: -39.5,-47.5 + - type: Transform + pos: -39.5,-47.5 parent: 1 - type: Transform - uid: 6889 components: - - pos: -39.5,-46.5 + - type: Transform + pos: -39.5,-46.5 parent: 1 - type: Transform - uid: 6895 components: - - pos: -18.5,-35.5 + - type: Transform + pos: -18.5,-35.5 parent: 1 - type: Transform - uid: 6899 components: - - pos: -18.5,-31.5 + - type: Transform + pos: -18.5,-31.5 parent: 1 - type: Transform - uid: 6900 components: - - pos: -18.5,-30.5 + - type: Transform + pos: -18.5,-30.5 parent: 1 - type: Transform - uid: 6901 components: - - pos: -21.5,-28.5 + - type: Transform + pos: -21.5,-28.5 parent: 1 - type: Transform - uid: 6907 components: - - pos: -20.5,-28.5 + - type: Transform + pos: -20.5,-28.5 parent: 1 - type: Transform - uid: 6909 components: - - pos: -20.5,-29.5 + - type: Transform + pos: -20.5,-29.5 parent: 1 - type: Transform - uid: 6957 components: - - pos: -37.5,-53.5 + - type: Transform + pos: -37.5,-53.5 parent: 1 - type: Transform - uid: 6963 components: - - pos: -37.5,-55.5 + - type: Transform + pos: -37.5,-55.5 parent: 1 - type: Transform - uid: 6964 components: - - pos: -27.5,-51.5 + - type: Transform + pos: -27.5,-51.5 parent: 1 - type: Transform - uid: 6977 components: - - pos: -35.5,-48.5 + - type: Transform + pos: -35.5,-48.5 parent: 1 - type: Transform - uid: 6993 components: - - pos: -30.5,-52.5 + - type: Transform + pos: -30.5,-52.5 parent: 1 - type: Transform - uid: 6994 components: - - pos: -30.5,-51.5 + - type: Transform + pos: -30.5,-51.5 parent: 1 - type: Transform - uid: 7068 components: - - pos: -43.5,-59.5 + - type: Transform + pos: -43.5,-59.5 parent: 1 - type: Transform - uid: 7073 components: - - pos: -44.5,-59.5 + - type: Transform + pos: -44.5,-59.5 parent: 1 - type: Transform - uid: 7084 components: - - pos: -40.5,-53.5 + - type: Transform + pos: -40.5,-53.5 parent: 1 - type: Transform - uid: 7085 components: - - pos: -41.5,-53.5 + - type: Transform + pos: -41.5,-53.5 parent: 1 - type: Transform - uid: 7086 components: - - pos: -42.5,-53.5 + - type: Transform + pos: -42.5,-53.5 parent: 1 - type: Transform - uid: 7220 components: - - pos: -46.5,31.5 + - type: Transform + pos: -46.5,31.5 parent: 1 - type: Transform - uid: 7229 components: - - pos: -38.5,39.5 + - type: Transform + pos: -38.5,39.5 parent: 1 - type: Transform - uid: 7230 components: - - pos: -37.5,39.5 + - type: Transform + pos: -37.5,39.5 parent: 1 - type: Transform - uid: 7233 components: - - pos: -41.5,39.5 + - type: Transform + pos: -41.5,39.5 parent: 1 - type: Transform - uid: 7235 components: - - pos: -36.5,39.5 + - type: Transform + pos: -36.5,39.5 parent: 1 - type: Transform - uid: 7249 components: - - pos: -42.5,40.5 + - type: Transform + pos: -42.5,40.5 parent: 1 - type: Transform - uid: 7250 components: - - pos: -39.5,40.5 + - type: Transform + pos: -39.5,40.5 parent: 1 - type: Transform - uid: 7259 components: - - pos: -42.5,28.5 + - type: Transform + pos: -42.5,28.5 parent: 1 - type: Transform - uid: 7264 components: - - pos: -42.5,27.5 + - type: Transform + pos: -42.5,27.5 parent: 1 - type: Transform - uid: 7265 components: - - pos: -46.5,28.5 + - type: Transform + pos: -46.5,28.5 parent: 1 - type: Transform - uid: 7271 components: - - pos: -42.5,26.5 + - type: Transform + pos: -42.5,26.5 parent: 1 - type: Transform - uid: 7272 components: - - pos: -47.5,28.5 + - type: Transform + pos: -47.5,28.5 parent: 1 - type: Transform - uid: 7319 components: - - pos: -42.5,33.5 + - type: Transform + pos: -42.5,33.5 parent: 1 - type: Transform - uid: 7320 components: - - pos: -42.5,32.5 + - type: Transform + pos: -42.5,32.5 parent: 1 - type: Transform - uid: 7321 components: - - pos: -42.5,31.5 + - type: Transform + pos: -42.5,31.5 parent: 1 - type: Transform - uid: 7322 components: - - pos: -42.5,30.5 + - type: Transform + pos: -42.5,30.5 parent: 1 - type: Transform - uid: 7323 components: - - pos: -45.5,28.5 + - type: Transform + pos: -45.5,28.5 parent: 1 - type: Transform - uid: 7324 components: - - pos: -53.5,28.5 + - type: Transform + pos: -53.5,28.5 parent: 1 - type: Transform - uid: 7325 components: - - pos: -43.5,28.5 + - type: Transform + pos: -43.5,28.5 parent: 1 - type: Transform - uid: 7336 components: - - pos: -45.5,31.5 + - type: Transform + pos: -45.5,31.5 parent: 1 - type: Transform - uid: 7341 components: - - pos: -48.5,31.5 + - type: Transform + pos: -48.5,31.5 parent: 1 - type: Transform - uid: 7345 components: - - pos: -44.5,31.5 + - type: Transform + pos: -44.5,31.5 parent: 1 - type: Transform - uid: 7346 components: - - pos: -47.5,31.5 + - type: Transform + pos: -47.5,31.5 parent: 1 - type: Transform - uid: 7347 components: - - pos: -49.5,31.5 + - type: Transform + pos: -49.5,31.5 parent: 1 - type: Transform - uid: 7369 components: - - pos: -100.5,36.5 + - type: Transform + pos: -100.5,36.5 parent: 1 - type: Transform - uid: 7440 components: - - pos: -50.5,27.5 + - type: Transform + pos: -50.5,27.5 parent: 1 - type: Transform - uid: 7442 components: - - pos: -43.5,31.5 + - type: Transform + pos: -43.5,31.5 parent: 1 - type: Transform - uid: 7443 components: - - pos: -49.5,28.5 + - type: Transform + pos: -49.5,28.5 parent: 1 - type: Transform - uid: 7446 components: - - pos: -50.5,28.5 + - type: Transform + pos: -50.5,28.5 parent: 1 - type: Transform - uid: 7449 components: - - pos: -51.5,28.5 + - type: Transform + pos: -51.5,28.5 parent: 1 - type: Transform - uid: 7453 components: - - pos: -46.5,26.5 + - type: Transform + pos: -46.5,26.5 parent: 1 - type: Transform - uid: 7454 components: - - pos: -46.5,27.5 + - type: Transform + pos: -46.5,27.5 parent: 1 - type: Transform - uid: 7526 components: - - pos: -75.5,22.5 + - type: Transform + pos: -75.5,22.5 parent: 1 - type: Transform - uid: 7844 components: - - pos: -91.5,19.5 + - type: Transform + pos: -91.5,19.5 parent: 1 - type: Transform - uid: 7845 components: - - pos: -91.5,20.5 + - type: Transform + pos: -91.5,20.5 parent: 1 - type: Transform - uid: 7880 components: - - pos: -81.5,11.5 + - type: Transform + pos: -81.5,11.5 parent: 1 - type: Transform - uid: 7885 components: - - pos: -81.5,12.5 + - type: Transform + pos: -81.5,12.5 parent: 1 - type: Transform - uid: 7894 components: - - pos: -78.5,15.5 + - type: Transform + pos: -78.5,15.5 parent: 1 - type: Transform - uid: 7895 components: - - pos: -78.5,16.5 + - type: Transform + pos: -78.5,16.5 parent: 1 - type: Transform - uid: 7896 components: - - pos: -78.5,17.5 + - type: Transform + pos: -78.5,17.5 parent: 1 - type: Transform - uid: 7897 components: - - pos: -78.5,18.5 + - type: Transform + pos: -78.5,18.5 parent: 1 - type: Transform - uid: 7898 components: - - pos: -78.5,19.5 + - type: Transform + pos: -78.5,19.5 parent: 1 - type: Transform - uid: 7899 components: - - pos: -77.5,15.5 + - type: Transform + pos: -77.5,15.5 parent: 1 - type: Transform - uid: 7900 components: - - pos: -76.5,15.5 + - type: Transform + pos: -76.5,15.5 parent: 1 - type: Transform - uid: 7901 components: - - pos: -75.5,15.5 + - type: Transform + pos: -75.5,15.5 parent: 1 - type: Transform - uid: 7923 components: - - pos: -80.5,4.5 + - type: Transform + pos: -80.5,4.5 parent: 1 - type: Transform - uid: 7924 components: - - pos: -79.5,4.5 + - type: Transform + pos: -79.5,4.5 parent: 1 - type: Transform - uid: 7925 components: - - pos: -78.5,4.5 + - type: Transform + pos: -78.5,4.5 parent: 1 - type: Transform - uid: 7926 components: - - pos: -77.5,4.5 + - type: Transform + pos: -77.5,4.5 parent: 1 - type: Transform - uid: 7927 components: - - pos: -76.5,4.5 + - type: Transform + pos: -76.5,4.5 parent: 1 - type: Transform - uid: 7928 components: - - pos: -75.5,4.5 + - type: Transform + pos: -75.5,4.5 parent: 1 - type: Transform - uid: 7930 components: - - pos: -71.5,10.5 + - type: Transform + pos: -71.5,10.5 parent: 1 - type: Transform - uid: 7964 components: - - pos: -93.5,20.5 + - type: Transform + pos: -93.5,20.5 parent: 1 - type: Transform - uid: 7965 components: - - pos: -94.5,20.5 + - type: Transform + pos: -94.5,20.5 parent: 1 - type: Transform - uid: 7966 components: - - pos: -95.5,20.5 + - type: Transform + pos: -95.5,20.5 parent: 1 - type: Transform - uid: 7967 components: - - pos: -96.5,20.5 + - type: Transform + pos: -96.5,20.5 parent: 1 - type: Transform - uid: 7968 components: - - pos: -97.5,20.5 + - type: Transform + pos: -97.5,20.5 parent: 1 - type: Transform - uid: 7970 components: - - pos: -103.5,20.5 + - type: Transform + pos: -103.5,20.5 parent: 1 - type: Transform - uid: 7971 components: - - pos: -97.5,19.5 + - type: Transform + pos: -97.5,19.5 parent: 1 - type: Transform - uid: 7979 components: - - pos: -75.5,5.5 + - type: Transform + pos: -75.5,5.5 parent: 1 - type: Transform - uid: 7980 components: - - pos: -75.5,6.5 + - type: Transform + pos: -75.5,6.5 parent: 1 - type: Transform - uid: 7981 components: - - pos: -75.5,7.5 + - type: Transform + pos: -75.5,7.5 parent: 1 - type: Transform - uid: 7982 components: - - pos: -75.5,8.5 + - type: Transform + pos: -75.5,8.5 parent: 1 - type: Transform - uid: 7983 components: - - pos: -75.5,9.5 + - type: Transform + pos: -75.5,9.5 parent: 1 - type: Transform - uid: 7985 components: - - pos: -75.5,10.5 + - type: Transform + pos: -75.5,10.5 parent: 1 - type: Transform - uid: 7990 components: - - pos: -75.5,11.5 + - type: Transform + pos: -75.5,11.5 parent: 1 - type: Transform - uid: 8042 components: - - pos: -75.5,-1.5 + - type: Transform + pos: -75.5,-1.5 parent: 1 - type: Transform - uid: 8051 components: - - pos: -77.5,-9.5 + - type: Transform + pos: -77.5,-9.5 parent: 1 - type: Transform - uid: 8052 components: - - pos: -77.5,-8.5 + - type: Transform + pos: -77.5,-8.5 parent: 1 - type: Transform - uid: 8053 components: - - pos: -76.5,-8.5 + - type: Transform + pos: -76.5,-8.5 parent: 1 - type: Transform - uid: 8054 components: - - pos: -76.5,-7.5 + - type: Transform + pos: -76.5,-7.5 parent: 1 - type: Transform - uid: 8073 components: - - pos: -87.5,-7.5 + - type: Transform + pos: -87.5,-7.5 parent: 1 - type: Transform - uid: 8075 components: - - pos: -88.5,-7.5 + - type: Transform + pos: -88.5,-7.5 parent: 1 - type: Transform - uid: 8076 components: - - pos: -92.5,-7.5 + - type: Transform + pos: -92.5,-7.5 parent: 1 - type: Transform - uid: 8117 components: - - pos: -80.5,-4.5 + - type: Transform + pos: -80.5,-4.5 parent: 1 - type: Transform - uid: 8118 components: - - pos: -79.5,-4.5 + - type: Transform + pos: -79.5,-4.5 parent: 1 - type: Transform - uid: 8119 components: - - pos: -78.5,-8.5 + - type: Transform + pos: -78.5,-8.5 parent: 1 - type: Transform - uid: 8120 components: - - pos: -78.5,-7.5 + - type: Transform + pos: -78.5,-7.5 parent: 1 - type: Transform - uid: 8121 components: - - pos: -78.5,-6.5 + - type: Transform + pos: -78.5,-6.5 parent: 1 - type: Transform - uid: 8124 components: - - pos: -79.5,-5.5 + - type: Transform + pos: -79.5,-5.5 parent: 1 - type: Transform - uid: 8133 components: - - pos: -71.5,-5.5 + - type: Transform + pos: -71.5,-5.5 parent: 1 - type: Transform - uid: 8140 components: - - pos: -67.5,0.5 + - type: Transform + pos: -67.5,0.5 parent: 1 - type: Transform - uid: 8141 components: - - pos: -66.5,0.5 + - type: Transform + pos: -66.5,0.5 parent: 1 - type: Transform - uid: 8142 components: - - pos: -65.5,0.5 + - type: Transform + pos: -65.5,0.5 parent: 1 - type: Transform - uid: 8143 components: - - pos: -64.5,0.5 + - type: Transform + pos: -64.5,0.5 parent: 1 - type: Transform - uid: 8144 components: - - pos: -71.5,-3.5 + - type: Transform + pos: -71.5,-3.5 parent: 1 - type: Transform - uid: 8145 components: - - pos: -71.5,2.5 + - type: Transform + pos: -71.5,2.5 parent: 1 - type: Transform - uid: 8146 components: - - pos: -71.5,5.5 + - type: Transform + pos: -71.5,5.5 parent: 1 - type: Transform - uid: 8147 components: - - pos: -71.5,7.5 + - type: Transform + pos: -71.5,7.5 parent: 1 - type: Transform - uid: 8152 components: - - pos: -70.5,-7.5 + - type: Transform + pos: -70.5,-7.5 parent: 1 - type: Transform - uid: 8153 components: - - pos: -70.5,-8.5 + - type: Transform + pos: -70.5,-8.5 parent: 1 - type: Transform - uid: 8154 components: - - pos: -69.5,-8.5 + - type: Transform + pos: -69.5,-8.5 parent: 1 - type: Transform - uid: 8155 components: - - pos: -69.5,-9.5 + - type: Transform + pos: -69.5,-9.5 parent: 1 - type: Transform - uid: 8346 components: - - pos: -66.5,5.5 + - type: Transform + pos: -66.5,5.5 parent: 1 - type: Transform - uid: 8347 components: - - pos: -66.5,6.5 + - type: Transform + pos: -66.5,6.5 parent: 1 - type: Transform - uid: 8348 components: - - pos: -66.5,7.5 + - type: Transform + pos: -66.5,7.5 parent: 1 - type: Transform - uid: 8363 components: - - pos: -65.5,3.5 + - type: Transform + pos: -65.5,3.5 parent: 1 - type: Transform - uid: 8364 components: - - pos: -65.5,2.5 + - type: Transform + pos: -65.5,2.5 parent: 1 - type: Transform - uid: 8365 components: - - pos: -65.5,1.5 + - type: Transform + pos: -65.5,1.5 parent: 1 - type: Transform - uid: 8708 components: - - pos: -79.5,-6.5 + - type: Transform + pos: -79.5,-6.5 parent: 1 - type: Transform - uid: 8782 components: - - pos: -118.5,-0.5 - parent: 1 - type: Transform - - uid: 8783 - components: - - pos: -117.5,-0.5 + - type: Transform + pos: -118.5,-0.5 parent: 1 - type: Transform - uid: 8784 components: - - pos: -116.5,-0.5 + - type: Transform + pos: -116.5,-0.5 parent: 1 - type: Transform - uid: 8785 components: - - pos: -116.5,1.5 + - type: Transform + pos: -116.5,1.5 parent: 1 - type: Transform - uid: 8877 components: - - pos: -107.5,-10.5 + - type: Transform + pos: -107.5,-10.5 parent: 1 - type: Transform - uid: 9161 components: - - pos: 5.5,-37.5 + - type: Transform + pos: 5.5,-37.5 parent: 1 - type: Transform - uid: 9162 components: - - pos: 5.5,-39.5 + - type: Transform + pos: 5.5,-39.5 parent: 1 - type: Transform - uid: 9189 components: - - pos: -87.5,-37.5 + - type: Transform + pos: -87.5,-37.5 parent: 1 - type: Transform - uid: 9190 components: - - pos: -86.5,-39.5 + - type: Transform + pos: -86.5,-39.5 parent: 1 - type: Transform - uid: 9191 components: - - pos: -86.5,-38.5 + - type: Transform + pos: -86.5,-38.5 parent: 1 - type: Transform - uid: 9192 components: - - pos: -86.5,-37.5 + - type: Transform + pos: -86.5,-37.5 parent: 1 - type: Transform - uid: 9251 components: - - pos: -65.5,-66.5 + - type: Transform + pos: -65.5,-66.5 parent: 1 - type: Transform - uid: 9253 components: - - pos: -61.5,-66.5 + - type: Transform + pos: -61.5,-66.5 parent: 1 - type: Transform - uid: 9254 components: - - pos: -62.5,-66.5 + - type: Transform + pos: -62.5,-66.5 parent: 1 - type: Transform - uid: 9255 components: - - pos: -63.5,-66.5 + - type: Transform + pos: -63.5,-66.5 parent: 1 - type: Transform - uid: 9256 components: - - pos: -62.5,-71.5 + - type: Transform + pos: -62.5,-71.5 parent: 1 - type: Transform - uid: 9257 components: - - pos: -63.5,-71.5 + - type: Transform + pos: -63.5,-71.5 parent: 1 - type: Transform - uid: 9258 components: - - pos: -64.5,-71.5 + - type: Transform + pos: -64.5,-71.5 parent: 1 - type: Transform - uid: 9259 components: - - pos: -65.5,-71.5 + - type: Transform + pos: -65.5,-71.5 parent: 1 - type: Transform - uid: 9260 components: - - pos: -65.5,-70.5 + - type: Transform + pos: -65.5,-70.5 parent: 1 - type: Transform - uid: 9262 components: - - pos: -68.5,-66.5 + - type: Transform + pos: -68.5,-66.5 parent: 1 - type: Transform - uid: 9263 components: - - pos: -66.5,-66.5 + - type: Transform + pos: -66.5,-66.5 parent: 1 - type: Transform - uid: 9282 components: - - pos: -60.5,-68.5 + - type: Transform + pos: -60.5,-68.5 parent: 1 - type: Transform - uid: 9292 components: - - pos: -61.5,-71.5 + - type: Transform + pos: -61.5,-71.5 parent: 1 - type: Transform - uid: 9293 components: - - pos: -60.5,-71.5 + - type: Transform + pos: -60.5,-71.5 parent: 1 - type: Transform - uid: 9298 components: - - pos: -69.5,-66.5 + - type: Transform + pos: -69.5,-66.5 parent: 1 - type: Transform - uid: 9304 components: - - pos: -72.5,-65.5 + - type: Transform + pos: -72.5,-65.5 parent: 1 - type: Transform - uid: 9306 components: - - pos: -71.5,-66.5 + - type: Transform + pos: -71.5,-66.5 parent: 1 - type: Transform - uid: 9319 components: - - pos: -38.5,-22.5 + - type: Transform + pos: -38.5,-22.5 parent: 1 - type: Transform - uid: 9329 components: - - pos: -77.5,-12.5 + - type: Transform + pos: -77.5,-12.5 parent: 1 - type: Transform - uid: 9336 components: - - pos: -69.5,-12.5 + - type: Transform + pos: -69.5,-12.5 parent: 1 - type: Transform - uid: 9512 components: - - pos: -57.5,-1.5 + - type: Transform + pos: -57.5,-1.5 parent: 1 - type: Transform - uid: 9515 components: - - pos: -59.5,-0.5 + - type: Transform + pos: -59.5,-0.5 parent: 1 - type: Transform - uid: 9516 components: - - pos: -57.5,-0.5 + - type: Transform + pos: -57.5,-0.5 parent: 1 - type: Transform - uid: 9519 components: - - pos: -55.5,-0.5 + - type: Transform + pos: -55.5,-0.5 parent: 1 - type: Transform - uid: 9582 components: - - pos: -30.5,-1.5 + - type: Transform + pos: -30.5,-1.5 parent: 1 - type: Transform - uid: 9583 components: - - pos: -31.5,-1.5 + - type: Transform + pos: -31.5,-1.5 parent: 1 - type: Transform - uid: 9584 components: - - pos: -30.5,-3.5 + - type: Transform + pos: -30.5,-3.5 parent: 1 - type: Transform - uid: 9585 components: - - pos: -31.5,-3.5 + - type: Transform + pos: -31.5,-3.5 parent: 1 - type: Transform - uid: 9906 components: - - pos: 25.5,-39.5 + - type: Transform + pos: 25.5,-39.5 parent: 1 - type: Transform - uid: 9907 components: - - pos: 16.5,-41.5 + - type: Transform + pos: 16.5,-41.5 parent: 1 - type: Transform - uid: 9908 components: - - pos: 24.5,-39.5 + - type: Transform + pos: 24.5,-39.5 parent: 1 - type: Transform - uid: 9918 components: - - pos: 16.5,-42.5 + - type: Transform + pos: 16.5,-42.5 parent: 1 - type: Transform - uid: 9924 components: - - pos: 35.5,-57.5 + - type: Transform + pos: 35.5,-57.5 parent: 1 - type: Transform - uid: 9933 components: - - pos: 23.5,-39.5 + - type: Transform + pos: 23.5,-39.5 parent: 1 - type: Transform - uid: 9937 components: - - pos: 26.5,-42.5 + - type: Transform + pos: 26.5,-42.5 parent: 1 - type: Transform - uid: 9940 components: - - pos: 27.5,-42.5 + - type: Transform + pos: 27.5,-42.5 parent: 1 - type: Transform - uid: 9943 components: - - pos: 42.5,-57.5 + - type: Transform + pos: 42.5,-57.5 parent: 1 - type: Transform - uid: 9944 components: - - pos: 25.5,-37.5 + - type: Transform + pos: 25.5,-37.5 parent: 1 - type: Transform - uid: 9945 components: - - pos: 25.5,-43.5 + - type: Transform + pos: 25.5,-43.5 parent: 1 - type: Transform - uid: 9960 components: - - pos: 14.5,-48.5 + - type: Transform + pos: 14.5,-48.5 parent: 1 - type: Transform - uid: 9961 components: - - pos: 40.5,-56.5 + - type: Transform + pos: 40.5,-56.5 parent: 1 - type: Transform - uid: 9969 components: - - pos: 15.5,-48.5 + - type: Transform + pos: 15.5,-48.5 parent: 1 - type: Transform - uid: 9973 components: - - pos: 20.5,-57.5 + - type: Transform + pos: 20.5,-57.5 parent: 1 - type: Transform - uid: 9978 components: - - pos: 18.5,-57.5 + - type: Transform + pos: 18.5,-57.5 parent: 1 - type: Transform - uid: 9984 components: - - pos: 12.5,-57.5 + - type: Transform + pos: 12.5,-57.5 parent: 1 - type: Transform - uid: 9985 components: - - pos: 13.5,-57.5 + - type: Transform + pos: 13.5,-57.5 parent: 1 - type: Transform - uid: 9990 components: - - pos: 15.5,-57.5 + - type: Transform + pos: 15.5,-57.5 parent: 1 - type: Transform - uid: 9994 components: - - pos: 16.5,-57.5 + - type: Transform + pos: 16.5,-57.5 parent: 1 - type: Transform - uid: 9995 components: - - pos: 14.5,-57.5 + - type: Transform + pos: 14.5,-57.5 parent: 1 - type: Transform - uid: 10031 components: - - pos: 29.5,-44.5 + - type: Transform + pos: 29.5,-44.5 parent: 1 - type: Transform - uid: 10036 components: - - pos: 17.5,-43.5 + - type: Transform + pos: 17.5,-43.5 parent: 1 - type: Transform - uid: 10057 components: - - pos: 34.5,-34.5 + - type: Transform + pos: 34.5,-34.5 parent: 1 - type: Transform - uid: 10146 components: - - pos: 40.5,-54.5 + - type: Transform + pos: 40.5,-54.5 parent: 1 - type: Transform - uid: 10147 components: - - pos: 36.5,-52.5 + - type: Transform + pos: 36.5,-52.5 parent: 1 - type: Transform - uid: 10148 components: - - pos: 43.5,-57.5 + - type: Transform + pos: 43.5,-57.5 parent: 1 - type: Transform - uid: 10149 components: - - pos: 34.5,-57.5 + - type: Transform + pos: 34.5,-57.5 parent: 1 - type: Transform - uid: 10170 components: - - pos: 32.5,-57.5 + - type: Transform + pos: 32.5,-57.5 parent: 1 - type: Transform - uid: 10179 components: - - pos: 19.5,-57.5 + - type: Transform + pos: 19.5,-57.5 parent: 1 - type: Transform - uid: 10180 components: - - pos: 17.5,-57.5 + - type: Transform + pos: 17.5,-57.5 parent: 1 - type: Transform - uid: 10211 components: - - pos: 33.5,-57.5 + - type: Transform + pos: 33.5,-57.5 parent: 1 - type: Transform - uid: 10231 components: - - pos: 31.5,-57.5 + - type: Transform + pos: 31.5,-57.5 parent: 1 - type: Transform - uid: 10233 components: - - pos: 41.5,-57.5 + - type: Transform + pos: 41.5,-57.5 parent: 1 - type: Transform - uid: 10238 components: - - pos: 31.5,-56.5 + - type: Transform + pos: 31.5,-56.5 parent: 1 - type: Transform - uid: 10239 components: - - pos: 40.5,-57.5 + - type: Transform + pos: 40.5,-57.5 parent: 1 - type: Transform - uid: 10241 components: - - pos: 31.5,-55.5 + - type: Transform + pos: 31.5,-55.5 parent: 1 - type: Transform - uid: 10247 components: - - pos: 31.5,-54.5 + - type: Transform + pos: 31.5,-54.5 parent: 1 - type: Transform - uid: 10250 components: - - pos: 35.5,-56.5 + - type: Transform + pos: 35.5,-56.5 parent: 1 - type: Transform - uid: 10252 components: - - pos: 35.5,-52.5 + - type: Transform + pos: 35.5,-52.5 parent: 1 - type: Transform - uid: 10255 components: - - pos: 35.5,-54.5 + - type: Transform + pos: 35.5,-54.5 parent: 1 - type: Transform - uid: 10285 components: - - pos: 29.5,-46.5 + - type: Transform + pos: 29.5,-46.5 parent: 1 - type: Transform - uid: 10323 components: - - pos: 25.5,-40.5 + - type: Transform + pos: 25.5,-40.5 parent: 1 - type: Transform - uid: 10354 components: - - pos: 31.5,-25.5 + - type: Transform + pos: 31.5,-25.5 parent: 1 - type: Transform - uid: 10355 components: - - pos: 31.5,-26.5 + - type: Transform + pos: 31.5,-26.5 parent: 1 - type: Transform - uid: 10356 components: - - pos: 31.5,-27.5 + - type: Transform + pos: 31.5,-27.5 parent: 1 - type: Transform - uid: 10357 components: - - pos: 31.5,-28.5 + - type: Transform + pos: 31.5,-28.5 parent: 1 - type: Transform - uid: 10358 components: - - pos: 31.5,-29.5 + - type: Transform + pos: 31.5,-29.5 parent: 1 - type: Transform - uid: 10359 components: - - pos: 31.5,-30.5 + - type: Transform + pos: 31.5,-30.5 parent: 1 - type: Transform - uid: 10360 components: - - pos: 31.5,-31.5 + - type: Transform + pos: 31.5,-31.5 parent: 1 - type: Transform - uid: 10362 components: - - pos: 31.5,-33.5 + - type: Transform + pos: 31.5,-33.5 parent: 1 - type: Transform - uid: 10363 components: - - pos: 31.5,-34.5 + - type: Transform + pos: 31.5,-34.5 parent: 1 - type: Transform - uid: 10364 components: - - pos: 31.5,-35.5 + - type: Transform + pos: 31.5,-35.5 parent: 1 - type: Transform - uid: 10375 components: - - pos: 26.5,-39.5 + - type: Transform + pos: 26.5,-39.5 parent: 1 - type: Transform - uid: 10380 components: - - pos: 25.5,-41.5 + - type: Transform + pos: 25.5,-41.5 parent: 1 - type: Transform - uid: 10381 components: - - pos: 28.5,-42.5 + - type: Transform + pos: 28.5,-42.5 parent: 1 - type: Transform - uid: 10387 components: - - pos: 29.5,-47.5 + - type: Transform + pos: 29.5,-47.5 parent: 1 - type: Transform - uid: 10388 components: - - pos: 30.5,-47.5 + - type: Transform + pos: 30.5,-47.5 parent: 1 - type: Transform - uid: 10390 components: - - pos: 31.5,-47.5 + - type: Transform + pos: 31.5,-47.5 parent: 1 - type: Transform - uid: 10391 components: - - pos: 32.5,-47.5 + - type: Transform + pos: 32.5,-47.5 parent: 1 - type: Transform - uid: 10392 components: - - pos: 32.5,-48.5 + - type: Transform + pos: 32.5,-48.5 parent: 1 - type: Transform - uid: 10397 components: - - pos: 33.5,-51.5 + - type: Transform + pos: 33.5,-51.5 parent: 1 - type: Transform - uid: 10399 components: - - pos: 34.5,-51.5 + - type: Transform + pos: 34.5,-51.5 parent: 1 - type: Transform - uid: 10400 components: - - pos: 35.5,-51.5 + - type: Transform + pos: 35.5,-51.5 parent: 1 - type: Transform - uid: 10402 components: - - pos: 32.5,-51.5 + - type: Transform + pos: 32.5,-51.5 parent: 1 - type: Transform - uid: 10403 components: - - pos: 31.5,-51.5 + - type: Transform + pos: 31.5,-51.5 parent: 1 - type: Transform - uid: 10406 components: - - pos: 32.5,-50.5 + - type: Transform + pos: 32.5,-50.5 parent: 1 - type: Transform - uid: 10411 components: - - pos: 43.5,-51.5 + - type: Transform + pos: 43.5,-51.5 parent: 1 - type: Transform - uid: 10477 components: - - pos: 16.5,-56.5 + - type: Transform + pos: 16.5,-56.5 parent: 1 - type: Transform - uid: 10478 components: - - pos: 16.5,-55.5 + - type: Transform + pos: 16.5,-55.5 parent: 1 - type: Transform - uid: 10479 components: - - pos: 16.5,-53.5 + - type: Transform + pos: 16.5,-53.5 parent: 1 - type: Transform - uid: 10493 components: - - pos: 22.5,-43.5 + - type: Transform + pos: 22.5,-43.5 parent: 1 - type: Transform - uid: 10494 components: - - pos: 23.5,-43.5 + - type: Transform + pos: 23.5,-43.5 parent: 1 - type: Transform - uid: 10495 components: - - pos: 24.5,-43.5 + - type: Transform + pos: 24.5,-43.5 parent: 1 - type: Transform - uid: 10539 components: - - pos: -0.5,-44.5 + - type: Transform + pos: -0.5,-44.5 parent: 1 - type: Transform - uid: 10545 components: - - pos: -1.5,-44.5 + - type: Transform + pos: -1.5,-44.5 parent: 1 - type: Transform - uid: 10588 components: - - pos: 22.5,-35.5 + - type: Transform + pos: 22.5,-35.5 parent: 1 - type: Transform - uid: 10589 components: - - pos: 24.5,-35.5 + - type: Transform + pos: 24.5,-35.5 parent: 1 - type: Transform - uid: 10590 components: - - pos: 23.5,-35.5 + - type: Transform + pos: 23.5,-35.5 parent: 1 - type: Transform - uid: 10610 components: - - pos: 20.5,-47.5 + - type: Transform + pos: 20.5,-47.5 parent: 1 - type: Transform - uid: 10611 components: - - pos: 21.5,-47.5 + - type: Transform + pos: 21.5,-47.5 parent: 1 - type: Transform - uid: 10612 components: - - pos: 22.5,-47.5 + - type: Transform + pos: 22.5,-47.5 parent: 1 - type: Transform - uid: 10618 components: - - pos: 16.5,-39.5 + - type: Transform + pos: 16.5,-39.5 parent: 1 - type: Transform - uid: 10624 components: - - pos: 28.5,-47.5 + - type: Transform + pos: 28.5,-47.5 parent: 1 - type: Transform - uid: 10626 components: - - pos: 26.5,-47.5 + - type: Transform + pos: 26.5,-47.5 parent: 1 - type: Transform - uid: 10667 components: - - pos: 25.5,-36.5 + - type: Transform + pos: 25.5,-36.5 parent: 1 - type: Transform - uid: 10678 components: - - pos: 22.5,-36.5 + - type: Transform + pos: 22.5,-36.5 parent: 1 - type: Transform - uid: 10681 components: - - pos: 27.5,-36.5 + - type: Transform + pos: 27.5,-36.5 parent: 1 - type: Transform - uid: 10987 components: - - pos: -33.5,-19.5 + - type: Transform + pos: -33.5,-19.5 parent: 1 - type: Transform - uid: 10988 components: - - pos: -33.5,-18.5 + - type: Transform + pos: -33.5,-18.5 parent: 1 - type: Transform - uid: 10989 components: - - pos: -33.5,-17.5 + - type: Transform + pos: -33.5,-17.5 parent: 1 - type: Transform - uid: 10994 components: - - pos: -27.5,-17.5 + - type: Transform + pos: -27.5,-17.5 parent: 1 - type: Transform - uid: 10995 components: - - pos: -27.5,-18.5 + - type: Transform + pos: -27.5,-18.5 parent: 1 - type: Transform - uid: 10996 components: - - pos: -27.5,-19.5 + - type: Transform + pos: -27.5,-19.5 parent: 1 - type: Transform - uid: 11003 components: - - pos: -28.5,-19.5 + - type: Transform + pos: -28.5,-19.5 parent: 1 - type: Transform - uid: 11004 components: - - pos: -28.5,-20.5 + - type: Transform + pos: -28.5,-20.5 parent: 1 - type: Transform - uid: 11075 components: - - pos: -26.5,-22.5 + - type: Transform + pos: -26.5,-22.5 parent: 1 - type: Transform - uid: 11076 components: - - pos: -21.5,-23.5 + - type: Transform + pos: -21.5,-23.5 parent: 1 - type: Transform - uid: 11077 components: - - pos: -21.5,-22.5 + - type: Transform + pos: -21.5,-22.5 parent: 1 - type: Transform - uid: 11080 components: - - pos: -25.5,-22.5 + - type: Transform + pos: -25.5,-22.5 parent: 1 - type: Transform - uid: 11085 components: - - pos: -25.5,-21.5 + - type: Transform + pos: -25.5,-21.5 parent: 1 - type: Transform - uid: 11087 components: - - pos: -22.5,-22.5 + - type: Transform + pos: -22.5,-22.5 parent: 1 - type: Transform - uid: 11088 components: - - pos: -22.5,-21.5 + - type: Transform + pos: -22.5,-21.5 parent: 1 - type: Transform - uid: 11089 components: - - pos: -23.5,-21.5 + - type: Transform + pos: -23.5,-21.5 parent: 1 - type: Transform - uid: 11090 components: - - pos: -24.5,-21.5 + - type: Transform + pos: -24.5,-21.5 parent: 1 - type: Transform - uid: 11123 components: - - pos: -10.5,32.5 + - type: Transform + pos: -10.5,32.5 parent: 1 - type: Transform - uid: 11591 components: - - pos: -16.5,28.5 + - type: Transform + pos: -16.5,28.5 parent: 1 - type: Transform - uid: 11646 components: - - pos: -10.5,34.5 + - type: Transform + pos: -10.5,34.5 parent: 1 - type: Transform - uid: 11648 components: - - pos: -14.5,34.5 + - type: Transform + pos: -14.5,34.5 parent: 1 - type: Transform - uid: 11650 components: - - pos: -11.5,34.5 + - type: Transform + pos: -11.5,34.5 parent: 1 - type: Transform - uid: 11651 components: - - pos: -26.5,39.5 + - type: Transform + pos: -26.5,39.5 parent: 1 - type: Transform - uid: 11652 components: - - pos: -24.5,38.5 + - type: Transform + pos: -24.5,38.5 parent: 1 - type: Transform - uid: 11654 components: - - pos: -19.5,34.5 + - type: Transform + pos: -19.5,34.5 parent: 1 - type: Transform - uid: 11655 components: - - pos: -15.5,34.5 + - type: Transform + pos: -15.5,34.5 parent: 1 - type: Transform - uid: 11657 components: - - pos: -20.5,38.5 + - type: Transform + pos: -20.5,38.5 parent: 1 - type: Transform - uid: 11658 components: - - pos: -19.5,33.5 + - type: Transform + pos: -19.5,33.5 parent: 1 - type: Transform - uid: 11659 components: - - pos: -19.5,32.5 + - type: Transform + pos: -19.5,32.5 parent: 1 - type: Transform - uid: 11660 components: - - pos: -19.5,31.5 + - type: Transform + pos: -19.5,31.5 parent: 1 - type: Transform - uid: 11661 components: - - pos: -19.5,30.5 + - type: Transform + pos: -19.5,30.5 parent: 1 - type: Transform - uid: 11662 components: - - pos: -19.5,29.5 + - type: Transform + pos: -19.5,29.5 parent: 1 - type: Transform - uid: 11663 components: - - pos: -19.5,28.5 + - type: Transform + pos: -19.5,28.5 parent: 1 - type: Transform - uid: 11666 components: - - pos: -15.5,28.5 + - type: Transform + pos: -15.5,28.5 parent: 1 - type: Transform - uid: 11669 components: - - pos: -9.5,38.5 + - type: Transform + pos: -9.5,38.5 parent: 1 - type: Transform - uid: 11671 components: - - pos: -10.5,33.5 + - type: Transform + pos: -10.5,33.5 parent: 1 - type: Transform - uid: 11674 components: - - pos: -18.5,28.5 + - type: Transform + pos: -18.5,28.5 parent: 1 - type: Transform - uid: 12020 components: - - pos: -17.5,-61.5 + - type: Transform + pos: -17.5,-61.5 parent: 1 - type: Transform - uid: 12225 components: - - pos: -27.5,-53.5 + - type: Transform + pos: -27.5,-53.5 parent: 1 - type: Transform - uid: 12226 components: - - pos: -30.5,-53.5 + - type: Transform + pos: -30.5,-53.5 parent: 1 - type: Transform - uid: 12227 components: - - pos: -26.5,-50.5 + - type: Transform + pos: -26.5,-50.5 parent: 1 - type: Transform - uid: 12228 components: - - pos: -26.5,-49.5 + - type: Transform + pos: -26.5,-49.5 parent: 1 - type: Transform - uid: 12257 components: - - pos: -40.5,-49.5 + - type: Transform + pos: -40.5,-49.5 parent: 1 - type: Transform - uid: 12260 components: - - pos: -41.5,-49.5 + - type: Transform + pos: -41.5,-49.5 parent: 1 - type: Transform - uid: 12261 components: - - pos: -41.5,-50.5 + - type: Transform + pos: -41.5,-50.5 parent: 1 - type: Transform - uid: 12262 components: - - pos: -41.5,-52.5 + - type: Transform + pos: -41.5,-52.5 parent: 1 - type: Transform - uid: 12358 components: - - pos: -75.5,-6.5 + - type: Transform + pos: -75.5,-6.5 parent: 1 - type: Transform - uid: 12364 components: - - pos: -14.5,28.5 + - type: Transform + pos: -14.5,28.5 parent: 1 - type: Transform - uid: 12544 components: - - pos: -26.5,-19.5 + - type: Transform + pos: -26.5,-19.5 parent: 1 - type: Transform - uid: 12545 components: - - pos: -25.5,-19.5 + - type: Transform + pos: -25.5,-19.5 parent: 1 - type: Transform - uid: 12546 components: - - pos: -24.5,-19.5 + - type: Transform + pos: -24.5,-19.5 parent: 1 - type: Transform - uid: 12547 components: - - pos: -23.5,-19.5 + - type: Transform + pos: -23.5,-19.5 parent: 1 - type: Transform - uid: 12548 components: - - pos: -22.5,-19.5 + - type: Transform + pos: -22.5,-19.5 parent: 1 - type: Transform - uid: 12554 components: - - pos: -22.5,-17.5 + - type: Transform + pos: -22.5,-17.5 parent: 1 - type: Transform - uid: 12711 components: - - pos: -13.5,28.5 + - type: Transform + pos: -13.5,28.5 parent: 1 - type: Transform - uid: 12714 components: - - pos: -12.5,28.5 + - type: Transform + pos: -12.5,28.5 parent: 1 - type: Transform - uid: 12747 components: - - pos: -83.5,34.5 + - type: Transform + pos: -83.5,34.5 parent: 1 - type: Transform - uid: 12749 components: - - pos: -11.5,28.5 + - type: Transform + pos: -11.5,28.5 parent: 1 - type: Transform - uid: 12755 components: - - pos: -10.5,28.5 + - type: Transform + pos: -10.5,28.5 parent: 1 - type: Transform - uid: 12773 components: - - pos: -87.5,31.5 + - type: Transform + pos: -87.5,31.5 parent: 1 - type: Transform - uid: 12829 components: - - pos: -8.5,30.5 + - type: Transform + pos: -8.5,30.5 parent: 1 - type: Transform - uid: 12831 components: - - pos: -9.5,34.5 + - type: Transform + pos: -9.5,34.5 parent: 1 - type: Transform - uid: 12891 components: - - pos: -8.5,34.5 + - type: Transform + pos: -8.5,34.5 parent: 1 - type: Transform - uid: 12915 components: - - pos: -9.5,30.5 + - type: Transform + pos: -9.5,30.5 parent: 1 - type: Transform - uid: 12945 components: - - pos: -10.5,30.5 + - type: Transform + pos: -10.5,30.5 parent: 1 - type: Transform - uid: 12947 components: - - pos: -10.5,27.5 + - type: Transform + pos: -10.5,27.5 parent: 1 - type: Transform - uid: 12948 components: - - pos: -9.5,27.5 + - type: Transform + pos: -9.5,27.5 parent: 1 - type: Transform - uid: 12949 components: - - pos: -8.5,27.5 + - type: Transform + pos: -8.5,27.5 parent: 1 - type: Transform - uid: 12950 components: - - pos: -21.5,38.5 + - type: Transform + pos: -21.5,38.5 parent: 1 - type: Transform - uid: 12951 components: - - pos: -25.5,38.5 + - type: Transform + pos: -25.5,38.5 parent: 1 - type: Transform - uid: 12952 components: - - pos: -26.5,38.5 + - type: Transform + pos: -26.5,38.5 parent: 1 - type: Transform - uid: 13073 components: - - pos: -65.5,-64.5 + - type: Transform + pos: -65.5,-64.5 parent: 1 - type: Transform - uid: 13096 components: - - pos: -84.5,-43.5 + - type: Transform + pos: -84.5,-43.5 parent: 1 - type: Transform - uid: 13098 components: - - pos: -80.5,-48.5 + - type: Transform + pos: -80.5,-48.5 parent: 1 - type: Transform - uid: 13102 components: - - pos: -28.5,8.5 + - type: Transform + pos: -28.5,8.5 parent: 1 - type: Transform - uid: 13495 components: - - pos: -79.5,-66.5 + - type: Transform + pos: -79.5,-66.5 parent: 1 - type: Transform - uid: 13538 components: - - pos: -79.5,-65.5 + - type: Transform + pos: -79.5,-65.5 parent: 1 - type: Transform - uid: 13577 components: - - pos: -71.5,-65.5 + - type: Transform + pos: -71.5,-65.5 parent: 1 - type: Transform - uid: 13578 components: - - pos: -71.5,-73.5 + - type: Transform + pos: -71.5,-73.5 parent: 1 - type: Transform - uid: 13579 components: - - pos: -72.5,-73.5 + - type: Transform + pos: -72.5,-73.5 parent: 1 - type: Transform - uid: 13582 components: - - pos: -68.5,-72.5 + - type: Transform + pos: -68.5,-72.5 parent: 1 - type: Transform - uid: 13588 components: - - pos: -73.5,-73.5 + - type: Transform + pos: -73.5,-73.5 parent: 1 - type: Transform - uid: 13590 components: - - pos: -74.5,-72.5 + - type: Transform + pos: -74.5,-72.5 parent: 1 - type: Transform - uid: 13591 components: - - pos: -74.5,-71.5 + - type: Transform + pos: -74.5,-71.5 parent: 1 - type: Transform - uid: 13592 components: - - pos: -68.5,-73.5 + - type: Transform + pos: -68.5,-73.5 parent: 1 - type: Transform - uid: 13593 components: - - pos: -67.5,-73.5 + - type: Transform + pos: -67.5,-73.5 parent: 1 - type: Transform - uid: 13596 components: - - pos: -66.5,-73.5 + - type: Transform + pos: -66.5,-73.5 parent: 1 - type: Transform - uid: 13597 components: - - pos: -65.5,-73.5 + - type: Transform + pos: -65.5,-73.5 parent: 1 - type: Transform - uid: 13598 components: - - pos: -65.5,-72.5 + - type: Transform + pos: -65.5,-72.5 parent: 1 - type: Transform - uid: 13599 components: - - pos: -76.5,-64.5 + - type: Transform + pos: -76.5,-64.5 parent: 1 - type: Transform - uid: 13600 components: - - pos: -74.5,-70.5 + - type: Transform + pos: -74.5,-70.5 parent: 1 - type: Transform - uid: 13601 components: - - pos: -71.5,-71.5 + - type: Transform + pos: -71.5,-71.5 parent: 1 - type: Transform - uid: 13611 components: - - pos: -75.5,-70.5 + - type: Transform + pos: -75.5,-70.5 parent: 1 - type: Transform - uid: 13612 components: - - pos: -76.5,-70.5 + - type: Transform + pos: -76.5,-70.5 parent: 1 - type: Transform - uid: 13613 components: - - pos: -77.5,-70.5 + - type: Transform + pos: -77.5,-70.5 parent: 1 - type: Transform - uid: 13614 components: - - pos: -78.5,-70.5 + - type: Transform + pos: -78.5,-70.5 parent: 1 - type: Transform - uid: 13615 components: - - pos: -79.5,-70.5 + - type: Transform + pos: -79.5,-70.5 parent: 1 - type: Transform - uid: 13616 components: - - pos: -79.5,-69.5 + - type: Transform + pos: -79.5,-69.5 parent: 1 - type: Transform - uid: 13617 components: - - pos: -79.5,-68.5 + - type: Transform + pos: -79.5,-68.5 parent: 1 - type: Transform - uid: 13618 components: - - pos: -79.5,-67.5 + - type: Transform + pos: -79.5,-67.5 parent: 1 - type: Transform - uid: 13619 components: - - pos: -77.5,-64.5 + - type: Transform + pos: -77.5,-64.5 parent: 1 - type: Transform - uid: 13620 components: - - pos: -78.5,-64.5 + - type: Transform + pos: -78.5,-64.5 parent: 1 - type: Transform - uid: 13621 components: - - pos: -79.5,-64.5 + - type: Transform + pos: -79.5,-64.5 parent: 1 - type: Transform - uid: 13783 components: - - pos: 19.5,-31.5 + - type: Transform + pos: 19.5,-31.5 parent: 1 - type: Transform - uid: 13830 components: - - pos: 16.5,-31.5 + - type: Transform + pos: 16.5,-31.5 parent: 1 - type: Transform - uid: 13831 components: - - pos: 16.5,-30.5 + - type: Transform + pos: 16.5,-30.5 parent: 1 - type: Transform - uid: 13832 components: - - pos: 16.5,-29.5 + - type: Transform + pos: 16.5,-29.5 parent: 1 - type: Transform - uid: 13966 components: - - pos: -43.5,39.5 + - type: Transform + pos: -43.5,39.5 parent: 1 - type: Transform - uid: 13968 components: - - pos: -42.5,38.5 + - type: Transform + pos: -42.5,38.5 parent: 1 - type: Transform - uid: 13969 components: - - pos: -42.5,39.5 + - type: Transform + pos: -42.5,39.5 parent: 1 - type: Transform - uid: 14405 components: - - pos: -57.5,7.5 + - type: Transform + pos: -57.5,7.5 parent: 1 - type: Transform - uid: 14578 components: - - pos: -77.5,-33.5 + - type: Transform + pos: -77.5,-33.5 parent: 1 - type: Transform - uid: 14627 components: - - pos: -72.5,-32.5 + - type: Transform + pos: -72.5,-32.5 parent: 1 - type: Transform - uid: 14715 components: - - pos: -71.5,-7.5 + - type: Transform + pos: -71.5,-7.5 parent: 1 - type: Transform - uid: 14856 components: - - pos: -75.5,-7.5 + - type: Transform + pos: -75.5,-7.5 parent: 1 - type: Transform - uid: 15704 components: - - pos: -76.5,-74.5 + - type: Transform + pos: -76.5,-74.5 parent: 1 - type: Transform - uid: 15708 components: - - pos: -77.5,-72.5 + - type: Transform + pos: -77.5,-72.5 parent: 1 - type: Transform - uid: 15709 components: - - pos: -79.5,-72.5 + - type: Transform + pos: -79.5,-72.5 parent: 1 - type: Transform - uid: 15710 components: - - pos: -78.5,-72.5 + - type: Transform + pos: -78.5,-72.5 parent: 1 - type: Transform - uid: 15711 components: - - pos: -80.5,-72.5 + - type: Transform + pos: -80.5,-72.5 parent: 1 - type: Transform - uid: 15713 components: - - pos: -81.5,-69.5 + - type: Transform + pos: -81.5,-69.5 parent: 1 - type: Transform - uid: 15727 components: - - pos: -77.5,-62.5 + - type: Transform + pos: -77.5,-62.5 parent: 1 - type: Transform - uid: 15730 components: - - pos: -75.5,-57.5 + - type: Transform + pos: -75.5,-57.5 parent: 1 - type: Transform - uid: 15731 components: - - pos: -75.5,-58.5 + - type: Transform + pos: -75.5,-58.5 parent: 1 - type: Transform - uid: 15732 components: - - pos: -75.5,-59.5 + - type: Transform + pos: -75.5,-59.5 parent: 1 - type: Transform - uid: 16808 components: - - pos: -73.5,-32.5 + - type: Transform + pos: -73.5,-32.5 parent: 1 - type: Transform - uid: 16846 components: - - pos: -96.5,-8.5 + - type: Transform + pos: -96.5,-8.5 parent: 1 - type: Transform - uid: 17761 components: - - pos: 27.5,-47.5 + - type: Transform + pos: 27.5,-47.5 parent: 1 - type: Transform - uid: 17984 components: - - pos: -135.5,-48.5 + - type: Transform + pos: -135.5,-48.5 parent: 1 - type: Transform - uid: 17985 components: - - pos: -134.5,-48.5 + - type: Transform + pos: -134.5,-48.5 parent: 1 - type: Transform - uid: 17986 components: - - pos: -133.5,-48.5 + - type: Transform + pos: -133.5,-48.5 parent: 1 - type: Transform - uid: 17987 components: - - pos: -132.5,-48.5 + - type: Transform + pos: -132.5,-48.5 parent: 1 - type: Transform - uid: 18443 components: - - pos: -14.5,10.5 + - type: Transform + pos: -14.5,10.5 parent: 1 - type: Transform - uid: 18739 components: - - pos: -76.5,-6.5 + - type: Transform + pos: -76.5,-6.5 parent: 1 - type: Transform - uid: 18993 components: - - pos: -70.5,-5.5 + - type: Transform + pos: -70.5,-5.5 parent: 1 - type: Transform - uid: 19230 components: - - pos: -103.5,-22.5 + - type: Transform + pos: -103.5,-22.5 parent: 1 - type: Transform - uid: 19231 components: - - pos: -103.5,-21.5 + - type: Transform + pos: -103.5,-21.5 parent: 1 - type: Transform - uid: 19233 components: - - pos: -103.5,-20.5 + - type: Transform + pos: -103.5,-20.5 parent: 1 - type: Transform - uid: 19275 components: - - pos: -44.5,39.5 + - type: Transform + pos: -44.5,39.5 parent: 1 - type: Transform - uid: 20303 components: - - pos: -79.5,-60.5 + - type: Transform + pos: -79.5,-60.5 parent: 1 - type: Transform - uid: 20321 components: - - pos: -85.5,-71.5 + - type: Transform + pos: -85.5,-71.5 parent: 1 - type: Transform - uid: 20322 components: - - pos: -84.5,-71.5 + - type: Transform + pos: -84.5,-71.5 parent: 1 - type: Transform - uid: 20323 components: - - pos: -83.5,-72.5 + - type: Transform + pos: -83.5,-72.5 parent: 1 - type: Transform - uid: 20373 components: - - pos: -95.5,-19.5 + - type: Transform + pos: -95.5,-19.5 parent: 1 - type: Transform - uid: 20380 components: - - pos: -97.5,-19.5 + - type: Transform + pos: -97.5,-19.5 parent: 1 - type: Transform - uid: 20390 components: - - pos: -115.5,-51.5 + - type: Transform + pos: -115.5,-51.5 parent: 1 - type: Transform - uid: 20535 components: - - pos: -97.5,31.5 + - type: Transform + pos: -97.5,31.5 parent: 1 - type: Transform - uid: 20560 components: - - pos: -31.5,27.5 + - type: Transform + pos: -31.5,27.5 parent: 1 - type: Transform - uid: 20887 components: - - pos: -30.5,27.5 + - type: Transform + pos: -30.5,27.5 parent: 1 - type: Transform - uid: 22211 components: - - pos: -26.5,-38.5 + - type: Transform + pos: -26.5,-38.5 parent: 1 - type: Transform - uid: 22594 components: - - pos: -18.5,-61.5 + - type: Transform + pos: -18.5,-61.5 parent: 1 - type: Transform - uid: 22595 components: - - pos: 34.5,-29.5 + - type: Transform + pos: 34.5,-29.5 parent: 1 - type: Transform - uid: 22596 components: - - pos: 34.5,-30.5 + - type: Transform + pos: 34.5,-30.5 parent: 1 - type: Transform - uid: 22597 components: - - pos: 34.5,-31.5 + - type: Transform + pos: 34.5,-31.5 parent: 1 - type: Transform - uid: 23696 components: - - pos: 31.5,-53.5 + - type: Transform + pos: 31.5,-53.5 parent: 1 - type: Transform - uid: 23697 components: - - pos: 31.5,-52.5 + - type: Transform + pos: 31.5,-52.5 parent: 1 - type: Transform - uid: 23698 components: - - pos: 34.5,-54.5 + - type: Transform + pos: 34.5,-54.5 parent: 1 - type: Transform - uid: 23699 components: - - pos: 33.5,-54.5 + - type: Transform + pos: 33.5,-54.5 parent: 1 - type: Transform - uid: 23700 components: - - pos: 32.5,-54.5 + - type: Transform + pos: 32.5,-54.5 parent: 1 - type: Transform - uid: 23701 components: - - pos: 41.5,-54.5 + - type: Transform + pos: 41.5,-54.5 parent: 1 - type: Transform - uid: 23702 components: - - pos: 42.5,-54.5 + - type: Transform + pos: 42.5,-54.5 parent: 1 - type: Transform - uid: 23703 components: - - pos: 43.5,-54.5 + - type: Transform + pos: 43.5,-54.5 parent: 1 - type: Transform - uid: 23732 components: - - pos: 25.5,-52.5 + - type: Transform + pos: 25.5,-52.5 parent: 1 - type: Transform - uid: 23733 components: - - pos: 26.5,-52.5 + - type: Transform + pos: 26.5,-52.5 parent: 1 - type: Transform - uid: 23734 components: - - pos: 27.5,-52.5 + - type: Transform + pos: 27.5,-52.5 parent: 1 - type: Transform - uid: 23735 components: - - pos: 28.5,-52.5 + - type: Transform + pos: 28.5,-52.5 parent: 1 - type: Transform - uid: 23737 components: - - pos: 30.5,-52.5 + - type: Transform + pos: 30.5,-52.5 parent: 1 - type: Transform - uid: 23800 components: - - pos: 34.5,-35.5 + - type: Transform + pos: 34.5,-35.5 parent: 1 - type: Transform - uid: 23801 components: - - pos: 34.5,-32.5 + - type: Transform + pos: 34.5,-32.5 parent: 1 - type: Transform - uid: 24607 components: - - pos: -96.5,-9.5 + - type: Transform + pos: -96.5,-9.5 parent: 1 - type: Transform - uid: 24739 components: - - pos: -78.5,-38.5 + - type: Transform + pos: -78.5,-38.5 parent: 1 - type: Transform - uid: 27924 components: - - pos: -83.5,-64.5 + - type: Transform + pos: -83.5,-64.5 parent: 1 - type: Transform - uid: 28454 components: - - pos: -81.5,-64.5 + - type: Transform + pos: -81.5,-64.5 parent: 1 - type: Transform - uid: 28455 components: - - pos: -81.5,-63.5 + - type: Transform + pos: -81.5,-63.5 parent: 1 - type: Transform - uid: 29264 components: - - pos: -71.5,-6.5 + - type: Transform + pos: -71.5,-6.5 parent: 1 - type: Transform - uid: 29551 components: - - pos: -98.5,-84.5 + - type: Transform + pos: -98.5,-84.5 parent: 1 - type: Transform - uid: 29552 components: - - pos: -100.5,-84.5 + - type: Transform + pos: -100.5,-84.5 + parent: 1 + - uid: 29587 + components: + - type: Transform + pos: -23.5,-51.5 parent: 1 - type: Transform - uid: 29727 components: - - pos: -121.5,-54.5 + - type: Transform + pos: -121.5,-54.5 parent: 1 - type: Transform - uid: 29728 components: - - pos: -119.5,-54.5 + - type: Transform + pos: -119.5,-54.5 parent: 1 - type: Transform - uid: 29781 components: - - pos: -118.5,-54.5 + - type: Transform + pos: -118.5,-54.5 parent: 1 - type: Transform - uid: 29782 components: - - pos: -120.5,-54.5 + - type: Transform + pos: -120.5,-54.5 + parent: 1 + - uid: 29912 + components: + - type: Transform + pos: -21.5,-51.5 parent: 1 - type: Transform - uid: 29927 components: - - pos: -117.5,-54.5 + - type: Transform + pos: -117.5,-54.5 parent: 1 - type: Transform - uid: 29930 components: - - pos: -117.5,-55.5 + - type: Transform + pos: -117.5,-55.5 parent: 1 - type: Transform - uid: 30047 components: - - pos: -77.5,-38.5 + - type: Transform + pos: -77.5,-38.5 parent: 1 - type: Transform - uid: 30052 components: - - pos: -79.5,-38.5 + - type: Transform + pos: -79.5,-38.5 parent: 1 - type: Transform - uid: 30053 components: - - pos: -80.5,-38.5 + - type: Transform + pos: -80.5,-38.5 parent: 1 - type: Transform - uid: 30059 components: - - pos: -83.5,-38.5 + - type: Transform + pos: -83.5,-38.5 parent: 1 - type: Transform - uid: 30074 components: - - pos: -83.5,-40.5 + - type: Transform + pos: -83.5,-40.5 parent: 1 - type: Transform - uid: 30445 components: - - pos: -117.5,-56.5 + - type: Transform + pos: -117.5,-56.5 parent: 1 - type: Transform - uid: 30747 components: - - pos: -78.5,-33.5 + - type: Transform + pos: -78.5,-33.5 parent: 1 - type: Transform - uid: 30972 components: - - pos: -99.5,-84.5 + - type: Transform + pos: -99.5,-84.5 parent: 1 - type: Transform - uid: 31200 components: - - pos: -117.5,-57.5 + - type: Transform + pos: -117.5,-57.5 parent: 1 - type: Transform - uid: 31205 components: - - pos: -78.5,-63.5 + - type: Transform + pos: -78.5,-63.5 parent: 1 - type: Transform - uid: 31207 components: - - pos: -75.5,-72.5 + - type: Transform + pos: -75.5,-72.5 parent: 1 - type: Transform - uid: 31208 components: - - pos: -77.5,-74.5 + - type: Transform + pos: -77.5,-74.5 parent: 1 - type: Transform - uid: 31209 components: - - pos: -79.5,-74.5 + - type: Transform + pos: -79.5,-74.5 parent: 1 - type: Transform - uid: 31210 components: - - pos: -80.5,-74.5 + - type: Transform + pos: -80.5,-74.5 parent: 1 - type: Transform - uid: 31216 components: - - pos: -100.5,-66.5 + - type: Transform + pos: -100.5,-66.5 parent: 1 - type: Transform - uid: 31217 components: - - pos: -106.5,-66.5 + - type: Transform + pos: -106.5,-66.5 parent: 1 - type: Transform - uid: 31392 components: - - pos: -39.5,-74.5 + - type: Transform + pos: -39.5,-74.5 parent: 1 - type: Transform - uid: 31414 components: - - pos: -43.5,-74.5 + - type: Transform + pos: -43.5,-74.5 parent: 1 - type: Transform - uid: 31434 components: - - pos: -101.5,-84.5 + - type: Transform + pos: -101.5,-84.5 parent: 1 - type: Transform - uid: 31502 components: - - pos: -51.5,-75.5 + - type: Transform + pos: -51.5,-75.5 parent: 1 - type: Transform - uid: 31971 components: - - pos: -83.5,-67.5 + - type: Transform + pos: -83.5,-67.5 parent: 1 - type: Transform - uid: 31973 components: - - pos: -83.5,-69.5 + - type: Transform + pos: -83.5,-69.5 parent: 1 - type: Transform - uid: 31974 components: - - pos: -82.5,-67.5 + - type: Transform + pos: -82.5,-67.5 parent: 1 - type: Transform - uid: 31988 components: - - pos: -78.5,-60.5 + - type: Transform + pos: -78.5,-60.5 parent: 1 - type: Transform - uid: 31989 components: - - pos: -77.5,-59.5 + - type: Transform + pos: -77.5,-59.5 parent: 1 - type: Transform - uid: 32005 components: - - pos: -117.5,-58.5 + - type: Transform + pos: -117.5,-58.5 parent: 1 - type: Transform - uid: 32010 components: - - pos: -117.5,-59.5 + - type: Transform + pos: -117.5,-59.5 parent: 1 - type: Transform - uid: 32045 components: - - pos: -82.5,-38.5 + - type: Transform + pos: -82.5,-38.5 parent: 1 - type: Transform - uid: 32076 components: - - pos: -90.5,-66.5 + - type: Transform + pos: -90.5,-66.5 parent: 1 - type: Transform - uid: 32098 components: - - pos: -90.5,-65.5 + - type: Transform + pos: -90.5,-65.5 parent: 1 - type: Transform - uid: 32099 components: - - pos: -90.5,-64.5 + - type: Transform + pos: -90.5,-64.5 parent: 1 - type: Transform - uid: 32177 components: - - pos: -102.5,-84.5 + - type: Transform + pos: -102.5,-84.5 parent: 1 - type: Transform - uid: 32281 components: - - pos: -117.5,-60.5 + - type: Transform + pos: -117.5,-60.5 parent: 1 - type: Transform - uid: 32285 components: - - pos: -117.5,-61.5 + - type: Transform + pos: -117.5,-61.5 parent: 1 - type: Transform - uid: 32308 components: - - pos: -81.5,-38.5 + - type: Transform + pos: -81.5,-38.5 parent: 1 - type: Transform - uid: 33591 components: - - pos: -103.5,-84.5 + - type: Transform + pos: -103.5,-84.5 parent: 1 - type: Transform - uid: 33592 components: - - pos: -104.5,-84.5 + - type: Transform + pos: -104.5,-84.5 parent: 1 - type: Transform - uid: 33593 components: - - pos: -105.5,-84.5 + - type: Transform + pos: -105.5,-84.5 parent: 1 - type: Transform - uid: 33597 components: - - pos: -97.5,-87.5 + - type: Transform + pos: -97.5,-87.5 parent: 1 - type: Transform - uid: 33616 components: - - pos: -93.5,-81.5 + - type: Transform + pos: -93.5,-81.5 parent: 1 - type: Transform - uid: 33617 components: - - pos: -94.5,-81.5 + - type: Transform + pos: -94.5,-81.5 parent: 1 - type: Transform - uid: 33633 components: - - pos: -95.5,-81.5 + - type: Transform + pos: -95.5,-81.5 parent: 1 - type: Transform - uid: 33837 components: - - pos: -96.5,-81.5 + - type: Transform + pos: -96.5,-81.5 parent: 1 - type: Transform - uid: 33856 components: - - pos: -97.5,-81.5 + - type: Transform + pos: -97.5,-81.5 parent: 1 - type: Transform - uid: 33857 components: - - pos: -90.5,-71.5 + - type: Transform + pos: -90.5,-71.5 parent: 1 - type: Transform - uid: 33861 components: - - pos: -90.5,-67.5 + - type: Transform + pos: -90.5,-67.5 parent: 1 - type: Transform - uid: 33866 components: - - pos: -90.5,-74.5 + - type: Transform + pos: -90.5,-74.5 parent: 1 - type: Transform - uid: 33882 components: - - pos: -89.5,-74.5 + - type: Transform + pos: -89.5,-74.5 parent: 1 - type: Transform - uid: 33883 components: - - pos: -90.5,-72.5 + - type: Transform + pos: -90.5,-72.5 parent: 1 - type: Transform - uid: 33884 components: - - pos: -90.5,-73.5 + - type: Transform + pos: -90.5,-73.5 parent: 1 - type: Transform - uid: 33886 components: - - pos: -97.5,-84.5 + - type: Transform + pos: -97.5,-84.5 parent: 1 - type: Transform - uid: 33888 components: - - pos: -97.5,-85.5 + - type: Transform + pos: -97.5,-85.5 parent: 1 - type: Transform - uid: 33917 components: - - pos: -86.5,-64.5 + - type: Transform + pos: -86.5,-64.5 parent: 1 - type: Transform - uid: 33918 components: - - pos: -86.5,-65.5 + - type: Transform + pos: -86.5,-65.5 parent: 1 - type: Transform - uid: 33936 components: - - pos: -99.5,-66.5 + - type: Transform + pos: -99.5,-66.5 parent: 1 - type: Transform - uid: 33939 components: - - pos: -94.5,-64.5 + - type: Transform + pos: -94.5,-64.5 parent: 1 - type: Transform - uid: 33940 components: - - pos: -98.5,-64.5 + - type: Transform + pos: -98.5,-64.5 parent: 1 - type: Transform - uid: 33958 components: - - pos: -99.5,-70.5 + - type: Transform + pos: -99.5,-70.5 parent: 1 - type: Transform - uid: 33964 components: - - pos: -98.5,-70.5 + - type: Transform + pos: -98.5,-70.5 parent: 1 - type: Transform - uid: 33969 components: - - pos: -96.5,-70.5 + - type: Transform + pos: -96.5,-70.5 parent: 1 - type: Transform - uid: 33970 components: - - pos: -96.5,-71.5 + - type: Transform + pos: -96.5,-71.5 parent: 1 - type: Transform - uid: 33971 components: - - pos: -96.5,-72.5 + - type: Transform + pos: -96.5,-72.5 parent: 1 - type: Transform - uid: 33972 components: - - pos: -94.5,-70.5 + - type: Transform + pos: -94.5,-70.5 parent: 1 - type: Transform - uid: 33987 components: - - pos: -98.5,-66.5 + - type: Transform + pos: -98.5,-66.5 parent: 1 - type: Transform - uid: 33990 components: - - pos: -98.5,-65.5 + - type: Transform + pos: -98.5,-65.5 parent: 1 - type: Transform - uid: 34559 components: - - pos: -118.5,-47.5 + - type: Transform + pos: -118.5,-47.5 parent: 1 - type: Transform - uid: 34560 components: - - pos: -117.5,-47.5 + - type: Transform + pos: -117.5,-47.5 parent: 1 - type: Transform - uid: 36479 components: - - pos: -120.5,-57.5 + - type: Transform + pos: -120.5,-57.5 parent: 1 - type: Transform - uid: 36480 components: - - pos: -118.5,-57.5 + - type: Transform + pos: -118.5,-57.5 parent: 1 - type: Transform - uid: 36620 components: - - pos: -116.5,-74.5 + - type: Transform + pos: -116.5,-74.5 parent: 1 - type: Transform - uid: 36621 components: - - pos: -115.5,-74.5 + - type: Transform + pos: -115.5,-74.5 parent: 1 - type: Transform - uid: 36701 components: - - pos: -15.5,-61.5 + - type: Transform + pos: -15.5,-61.5 parent: 1 - type: Transform - uid: 36737 components: - - pos: -18.5,-57.5 + - type: Transform + pos: -18.5,-57.5 parent: 1 - type: Transform - proto: WallSolidDiagonal entities: - uid: 2961 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-43.5 parent: 1 - type: Transform - uid: 2967 components: - - pos: 16.5,-38.5 + - type: Transform + pos: 16.5,-38.5 parent: 1 - type: Transform - proto: WallSolidRust entities: - uid: 4359 components: - - pos: -65.5,-62.5 + - type: Transform + pos: -65.5,-62.5 parent: 1 - type: Transform - uid: 4374 components: - - pos: -72.5,-56.5 + - type: Transform + pos: -72.5,-56.5 parent: 1 - type: Transform - uid: 9252 components: - - pos: -61.5,-67.5 + - type: Transform + pos: -61.5,-67.5 parent: 1 - type: Transform - uid: 9283 components: - - pos: -61.5,-68.5 + - type: Transform + pos: -61.5,-68.5 parent: 1 - type: Transform - uid: 9299 components: - - pos: -70.5,-66.5 + - type: Transform + pos: -70.5,-66.5 parent: 1 - type: Transform - uid: 9300 components: - - pos: -67.5,-66.5 + - type: Transform + pos: -67.5,-66.5 parent: 1 - type: Transform - uid: 9301 components: - - pos: -65.5,-67.5 + - type: Transform + pos: -65.5,-67.5 parent: 1 - type: Transform - uid: 9302 components: - - pos: -65.5,-69.5 + - type: Transform + pos: -65.5,-69.5 parent: 1 - type: Transform - uid: 9311 components: - - pos: -71.5,-61.5 + - type: Transform + pos: -71.5,-61.5 parent: 1 - type: Transform - uid: 13585 components: - - pos: -68.5,-70.5 + - type: Transform + pos: -68.5,-70.5 parent: 1 - type: Transform - uid: 13589 components: - - pos: -74.5,-73.5 + - type: Transform + pos: -74.5,-73.5 parent: 1 - type: Transform - uid: 13594 components: - - pos: -70.5,-73.5 + - type: Transform + pos: -70.5,-73.5 parent: 1 - type: Transform - uid: 13595 components: - - pos: -69.5,-73.5 + - type: Transform + pos: -69.5,-73.5 parent: 1 - type: Transform - uid: 13602 components: - - pos: -68.5,-71.5 + - type: Transform + pos: -68.5,-71.5 parent: 1 - type: Transform - uid: 13603 components: - - pos: -71.5,-70.5 + - type: Transform + pos: -71.5,-70.5 parent: 1 - type: Transform - uid: 13604 components: - - pos: -71.5,-72.5 + - type: Transform + pos: -71.5,-72.5 parent: 1 - type: Transform - uid: 15703 components: - - pos: -76.5,-75.5 + - type: Transform + pos: -76.5,-75.5 parent: 1 - type: Transform - uid: 15707 components: - - pos: -76.5,-72.5 + - type: Transform + pos: -76.5,-72.5 parent: 1 - type: Transform - uid: 15712 components: - - pos: -81.5,-72.5 + - type: Transform + pos: -81.5,-72.5 parent: 1 - type: Transform - uid: 15715 components: - - pos: -81.5,-71.5 + - type: Transform + pos: -81.5,-71.5 parent: 1 - type: Transform - uid: 15716 components: - - pos: -81.5,-68.5 + - type: Transform + pos: -81.5,-68.5 parent: 1 - type: Transform - uid: 15725 components: - - pos: -78.5,-62.5 + - type: Transform + pos: -78.5,-62.5 parent: 1 - type: Transform - uid: 20318 components: - - pos: -88.5,-73.5 + - type: Transform + pos: -88.5,-73.5 parent: 1 - type: Transform - uid: 27917 components: - - pos: -81.5,-67.5 + - type: Transform + pos: -81.5,-67.5 parent: 1 - type: Transform - uid: 27918 components: - - pos: -82.5,-64.5 + - type: Transform + pos: -82.5,-64.5 parent: 1 - type: Transform - uid: 31211 components: - - pos: -81.5,-74.5 + - type: Transform + pos: -81.5,-74.5 parent: 1 - type: Transform - uid: 31212 components: - - pos: -78.5,-74.5 + - type: Transform + pos: -78.5,-74.5 parent: 1 - type: Transform - uid: 31972 components: - - pos: -83.5,-68.5 + - type: Transform + pos: -83.5,-68.5 parent: 1 - type: Transform - uid: 33910 components: - - pos: -83.5,-71.5 + - type: Transform + pos: -83.5,-71.5 parent: 1 - type: Transform - uid: 33915 components: - - pos: -88.5,-72.5 + - type: Transform + pos: -88.5,-72.5 parent: 1 - type: Transform - uid: 33920 components: - - pos: -85.5,-68.5 + - type: Transform + pos: -85.5,-68.5 parent: 1 - type: Transform - uid: 35997 components: - - pos: -126.5,-47.5 + - type: Transform + pos: -126.5,-47.5 parent: 1 - type: Transform - uid: 35998 components: - - pos: -125.5,-52.5 + - type: Transform + pos: -125.5,-52.5 parent: 1 - type: Transform - proto: WallWeaponCapacitorRecharger entities: - uid: 4225 components: - - pos: -56.5,-47.5 + - type: Transform + pos: -56.5,-47.5 parent: 1 - type: Transform - uid: 4226 components: - - pos: -55.5,-47.5 + - type: Transform + pos: -55.5,-47.5 parent: 1 - type: Transform - proto: WardrobeAtmosphericsFilled entities: - uid: 6005 components: - - pos: -98.5,-37.5 + - type: Transform + pos: -98.5,-37.5 parent: 1 - type: Transform - proto: WardrobeBlackFilled entities: - uid: 18997 components: - - pos: -57.247154,15.5 + - type: Transform + pos: -57.247154,15.5 parent: 1 - type: Transform - proto: WardrobeBlueFilled entities: - uid: 20091 components: - - pos: -57.257572,16.5 + - type: Transform + pos: -57.257572,16.5 parent: 1 - type: Transform - proto: WardrobeBotanistFilled entities: - uid: 16374 components: - - pos: -19.5,-10.5 + - type: Transform + pos: -19.5,-10.5 parent: 1 - type: Transform - proto: WardrobeCargoFilled entities: - uid: 5513 components: - - pos: -38.5,38.5 + - type: Transform + pos: -38.5,38.5 parent: 1 - type: Transform - uid: 6106 components: - - pos: -37.5,38.5 + - type: Transform + pos: -37.5,38.5 parent: 1 - type: Transform - proto: WardrobeChapelFilled entities: - uid: 3340 components: - - pos: -29.5,-51.5 + - type: Transform + pos: -29.5,-51.5 parent: 1 - type: Transform - proto: WardrobeFormal entities: - uid: 7841 components: - - pos: -89.5,19.5 + - type: Transform + pos: -89.5,19.5 parent: 1 - type: Transform - proto: WardrobeGreenFilled entities: - uid: 20092 components: - - pos: -59.788822,15.5 + - type: Transform + pos: -59.788822,15.5 parent: 1 - type: Transform - proto: WardrobeGreyFilled entities: - uid: 22413 components: - - pos: -59.788822,16.5 + - type: Transform + pos: -59.788822,16.5 parent: 1 - type: Transform - proto: WardrobeMixedFilled entities: - uid: 22414 components: - - pos: -60.215904,15.5 + - type: Transform + pos: -60.215904,15.5 parent: 1 - type: Transform - uid: 32311 components: - - pos: 6.218896,-41.472065 + - type: Transform + pos: 6.218896,-41.472065 parent: 1 - type: Transform - uid: 36689 components: - - pos: -78.5,-59.5 + - type: Transform + pos: -78.5,-59.5 parent: 1 - type: Transform - proto: WardrobePinkFilled entities: - uid: 22415 components: - - pos: -60.236736,16.5 + - type: Transform + pos: -60.236736,16.5 parent: 1 - type: Transform - uid: 30946 components: - - pos: -41.5,-38.5 + - type: Transform + pos: -41.5,-38.5 parent: 1 - type: Transform - proto: WardrobePrisonFilled entities: - uid: 246 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269555,13 +269807,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 247 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269572,13 +269824,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1273 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269589,13 +269841,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1279 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269607,13 +269859,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1280 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269626,13 +269878,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1281 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269643,13 +269895,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1282 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269661,13 +269913,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1283 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269678,13 +269930,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1284 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269695,13 +269947,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1285 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269713,13 +269965,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1286 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269730,13 +269982,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 1287 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -269748,5604 +270000,5302 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 3954 components: - - pos: -49.5,-39.5 + - type: Transform + pos: -49.5,-39.5 parent: 1 - type: Transform - uid: 3955 components: - - pos: -46.5,-39.5 + - type: Transform + pos: -46.5,-39.5 parent: 1 - type: Transform - uid: 3956 components: - - pos: -43.5,-39.5 + - type: Transform + pos: -43.5,-39.5 parent: 1 - type: Transform - proto: WardrobeRoboticsFilled entities: - uid: 3147 components: - - pos: -25.5,-50.5 + - type: Transform + pos: -25.5,-50.5 parent: 1 - type: Transform - proto: WardrobeSalvageFilled entities: - uid: 11623 components: - - pos: -11.5,35.5 + - type: Transform + pos: -11.5,35.5 parent: 1 - type: Transform - uid: 11624 components: - - pos: -10.5,35.5 + - type: Transform + pos: -10.5,35.5 parent: 1 - type: Transform - proto: WardrobeSecurityFilled entities: - uid: 4041 components: - - pos: -50.5,-50.5 + - type: Transform + pos: -50.5,-50.5 parent: 1 - type: Transform - uid: 4042 components: - - pos: -50.5,-51.5 + - type: Transform + pos: -50.5,-51.5 parent: 1 - type: Transform - proto: WardrobeWhiteFilled entities: - uid: 25614 components: - - pos: -62.766556,15.5 + - type: Transform + pos: -62.766556,15.5 parent: 1 - type: Transform - proto: WardrobeYellowFilled entities: - uid: 22706 components: - - pos: -62.756138,16.5 + - type: Transform + pos: -62.756138,16.5 parent: 1 - type: Transform - proto: WarningAir entities: - uid: 33955 components: - - pos: -100.5,-44.5 + - type: Transform + pos: -100.5,-44.5 parent: 1 - type: Transform - uid: 36738 components: - - pos: -21.5,-65.5 + - type: Transform + pos: -21.5,-65.5 parent: 1 - type: Transform - proto: WarningCO2 entities: - uid: 33947 components: - - pos: -108.5,-56.5 + - type: Transform + pos: -108.5,-56.5 parent: 1 - type: Transform - proto: WarningN2 entities: - uid: 33948 components: - - pos: -102.5,-49.5 + - type: Transform + pos: -102.5,-49.5 parent: 1 - type: Transform - uid: 33949 components: - - pos: -102.5,-52.5 + - type: Transform + pos: -102.5,-52.5 parent: 1 - type: Transform - proto: WarningN2O entities: - uid: 34087 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-49.5 parent: 1 - type: Transform - uid: 34088 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -95.5,-52.5 parent: 1 - type: Transform - proto: WarningO2 entities: - uid: 33950 components: - - pos: -99.5,-49.5 + - type: Transform + pos: -99.5,-49.5 parent: 1 - type: Transform - uid: 33951 components: - - pos: -99.5,-52.5 + - type: Transform + pos: -99.5,-52.5 parent: 1 - type: Transform - proto: WarningPlasma entities: - uid: 33953 components: - - pos: -108.5,-60.5 + - type: Transform + pos: -108.5,-60.5 parent: 1 - type: Transform - proto: WarningTritium entities: - uid: 33954 components: - - pos: -108.5,-62.5 + - type: Transform + pos: -108.5,-62.5 parent: 1 - type: Transform - proto: WarningWaste entities: - uid: 33952 components: - - pos: -108.5,-58.5 + - type: Transform + pos: -108.5,-58.5 parent: 1 - type: Transform - proto: WarpPoint entities: - uid: 32069 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,28.5 parent: 1 - type: Transform - - location: Janitorial - type: WarpPoint - - color: '#B266FFFF' + - type: WarpPoint + location: Janitorial + - type: NavMapBeacon + color: '#B266FFFF' text: Janitorial - type: NavMapBeacon - type: BombingTarget - uid: 32071 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,15.5 parent: 1 - type: Transform - - location: Court Room - type: WarpPoint - - color: '#334E6DFF' + - type: WarpPoint + location: Court Room + - type: NavMapBeacon + color: '#334E6DFF' text: Court Room - type: NavMapBeacon - type: BombingTarget - uid: 32072 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,8.5 parent: 1 - type: Transform - - location: Reporter's Office - type: WarpPoint - - color: '#9FED58FF' - type: NavMapBeacon + - type: WarpPoint + location: Reporter's Office + - type: NavMapBeacon + color: '#9FED58FF' - type: BombingTarget - uid: 32073 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-6.5 parent: 1 - type: Transform - - location: Lawyer's Office - type: WarpPoint + - type: WarpPoint + location: Lawyer's Office - type: BombingTarget - - color: '#9FED58FF' + - type: NavMapBeacon + color: '#9FED58FF' text: Lawyer's Office - type: NavMapBeacon - uid: 32074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -102.5,2.5 parent: 1 - type: Transform - - location: Bridge - type: WarpPoint - - color: '#334E6DFF' + - type: WarpPoint + location: Bridge + - type: NavMapBeacon + color: '#334E6DFF' text: Bridge - type: NavMapBeacon - type: BombingTarget - uid: 32075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -128.5,-1.5 parent: 1 - type: Transform - - location: Spesscar Track - type: WarpPoint - - text: Spesscar Track - type: NavMapBeacon + - type: WarpPoint + location: Spesscar Track + - type: NavMapBeacon + text: Spesscar Track - uid: 32077 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-23.5 parent: 1 - type: Transform - - location: Medbay - type: WarpPoint - - color: '#52B4E9FF' + - type: WarpPoint + location: Medbay + - type: NavMapBeacon + color: '#52B4E9FF' text: Medbay - type: NavMapBeacon - uid: 32090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,29.5 parent: 1 - type: Transform - - location: Upper Dorms - type: WarpPoint - - text: Upper Dorms - type: NavMapBeacon + - type: WarpPoint + location: Upper Dorms + - type: NavMapBeacon + text: Upper Dorms - type: BombingTarget - uid: 33511 components: - - pos: -66.5,20.5 - parent: 1 - type: Transform - - location: HoP - type: WarpPoint - - color: '#9FED58FF' - text: HoP - type: NavMapBeacon - - type: BombingTarget - - uid: 34756 - components: - - name: Arrivals warp point - type: MetaData - - pos: -85.5,40.5 - parent: 1 - type: Transform - - location: Arrivals - type: WarpPoint - - text: Arrivals - type: NavMapBeacon -- proto: WarpPointBeaconCargo - entities: - - uid: 41905 - components: - - pos: -31.5,34.5 - parent: 1 - type: Transform - - type: BombingTarget - - uid: 41906 - components: - - pos: -3.5,49.5 - parent: 1 - type: Transform - - text: Salvage - type: NavMapBeacon - - type: BombingTarget - - uid: 41911 - components: - - pos: 53.5,36.5 - parent: 1 - type: Transform - - text: Salvage Mining Shack - type: NavMapBeacon - - location: Salvage Mining Shack - type: WarpPoint -- proto: WarpPointBeaconCommand - entities: - - uid: 41917 - components: - - pos: -9.5,-60.5 - parent: 1 - type: Transform - - text: Command Evac - type: NavMapBeacon - - location: Command Evac - type: WarpPoint -- proto: WarpPointBeaconEngineering - entities: - - uid: 41907 - components: - - pos: -103.5,-16.5 - parent: 1 - type: Transform - - type: BombingTarget - - uid: 41908 - components: - - pos: -96.5,-42.5 - parent: 1 - type: Transform - - text: Atmospherics - type: NavMapBeacon - - location: Atmospherics - type: WarpPoint - - type: BombingTarget - - uid: 41912 - components: - - pos: 56.5,-46.5 - parent: 1 - type: Transform - - text: Particle Accelerator - type: NavMapBeacon - - location: Particle Accelerator - type: WarpPoint - - type: BombingTarget - - uid: 41918 - components: - - pos: -121.5,-28.5 - parent: 1 - type: Transform - - text: Engine Room - type: NavMapBeacon - - location: Engine Room - type: WarpPoint - - uid: 41919 - components: - - pos: -149.5,-37.5 - parent: 1 - type: Transform - - text: Port Solars - type: NavMapBeacon - - location: Port Solars - type: WarpPoint - - uid: 41920 - components: - - pos: -110.5,-86.5 - parent: 1 - type: Transform - - text: Lower Port Solars - type: NavMapBeacon - - location: Lower Port Solars - type: WarpPoint -- proto: WarpPointBeaconMedical - entities: - - uid: 32087 - components: - - pos: -4.5,-34.5 - parent: 1 - type: Transform - - text: Prison Medical Wing - type: NavMapBeacon - - location: Prison Medical Wing - type: WarpPoint - - type: BombingTarget -- proto: WarpPointBeaconNeutral - entities: - - uid: 32078 - components: - - pos: -83.5,-48.5 - parent: 1 - type: Transform - - text: Maints Bar - type: NavMapBeacon - - location: Maints Bar - type: WarpPoint - - uid: 41914 - components: - - pos: 18.5,-60.5 - parent: 1 - type: Transform - - text: Evac - type: NavMapBeacon - - location: Evac - type: WarpPoint - - uid: 41915 - components: - - pos: 37.5,-54.5 - parent: 1 - type: Transform - - text: Lower Dorms - type: NavMapBeacon - - location: Lower Dorms - type: WarpPoint - - type: BombingTarget -- proto: WarpPointBeaconScience - entities: - - uid: 32081 - components: - - pos: -23.5,-34.5 - parent: 1 - type: Transform - - type: BombingTarget - - uid: 32082 - components: - - pos: -41.5,-60.5 - parent: 1 - type: Transform - - text: Epistemics Labs - type: NavMapBeacon - - location: Epistemics Labs - type: WarpPoint -- proto: WarpPointBeaconSecurity - entities: - - uid: 32079 - components: - - pos: -48.5,-28.5 - parent: 1 - type: Transform - - type: BombingTarget - - uid: 32080 - components: - - pos: -60.5,-49.5 - parent: 1 - type: Transform - - text: Armory - type: NavMapBeacon - - location: Armory - type: WarpPoint - - type: BombingTarget - - uid: 32093 - components: - - pos: -0.5,1.5 - parent: 1 - type: Transform - - text: Prison - type: NavMapBeacon - - location: Prison - type: WarpPoint - - type: BombingTarget - - uid: 32094 - components: - - pos: -0.5,-18.5 - parent: 1 - type: Transform - - text: Prison Guard Complex - type: NavMapBeacon - - location: Prison Guard Complex - type: WarpPoint - - type: BombingTarget - - uid: 32095 - components: - - pos: 48.5,-9.5 - parent: 1 - type: Transform - - text: Prison Mining Shaft - type: NavMapBeacon - - location: Prison Mining Shaft - type: WarpPoint - - type: BombingTarget - - uid: 32096 - components: - - pos: 18.5,-1.5 - parent: 1 - type: Transform - - text: Prison Workshop - type: NavMapBeacon - - location: Prison Workshop - type: WarpPoint - - type: BombingTarget - - uid: 41910 - components: - - pos: 16.5,-20.5 - parent: 1 - type: Transform - - text: Warden's Office - type: NavMapBeacon - - location: Warden's Office - type: WarpPoint - - type: BombingTarget - - uid: 41913 - components: - - pos: 47.5,-59.5 - parent: 1 - type: Transform - - text: Prison Evac - type: NavMapBeacon - - location: Prison Evac - type: WarpPoint -- proto: WarpPointBeaconService - entities: - - uid: 32086 - components: - - pos: 24.5,-29.5 - parent: 1 - type: Transform - - text: Casino/Boxing - type: NavMapBeacon - - location: Casino/Boxing - type: WarpPoint - - type: BombingTarget - - uid: 32088 - components: - - pos: -25.5,-13.5 - parent: 1 - type: Transform - - text: Hydroponics - type: NavMapBeacon - - location: Hydroponics - type: WarpPoint - - type: BombingTarget - - uid: 32089 - components: - - pos: -50.5,0.5 - parent: 1 - type: Transform - - text: Bar - type: NavMapBeacon - - location: Bar - type: WarpPoint - - type: BombingTarget - - uid: 32091 - components: - - pos: -67.5,2.5 - parent: 1 - type: Transform - - text: Theatre Dorms - type: NavMapBeacon - - location: Theatre Dorms - type: WarpPoint - - type: BombingTarget - - uid: 32092 - components: - - pos: -26.5,0.5 + - type: Transform + pos: -66.5,20.5 parent: 1 - type: Transform - - text: Kitchen - type: NavMapBeacon - - location: Kitchen - type: WarpPoint + - type: WarpPoint + location: HoP + - type: NavMapBeacon + color: '#9FED58FF' + text: HoP - type: BombingTarget - - uid: 41916 + - uid: 34756 components: - - pos: 11.5,-52.5 + - type: MetaData + name: Arrivals warp point + - type: Transform + pos: -85.5,40.5 parent: 1 - type: Transform - - text: Library - type: NavMapBeacon - - location: Library - type: WarpPoint - - type: BombingTarget + - type: WarpPoint + location: Arrivals + - type: NavMapBeacon + text: Arrivals - proto: WarpPointBombing entities: - uid: 41909 components: - - pos: 17.5,18.5 + - type: Transform + pos: 17.5,18.5 parent: 1 - type: Transform - - location: Prison AME - type: WarpPoint + - type: WarpPoint + location: Prison AME - uid: 41921 components: - - pos: -87.5,3.5 + - type: Transform + pos: -87.5,3.5 parent: 1 - type: Transform - - location: Command Courtyard - type: WarpPoint + - type: WarpPoint + location: Command Courtyard - proto: WashingMachine entities: - uid: 2216 components: - - pos: 15.5,11.5 + - type: Transform + pos: 15.5,11.5 parent: 1 - type: Transform - uid: 2458 components: - - pos: 16.5,11.5 + - type: Transform + pos: 16.5,11.5 parent: 1 - type: Transform - uid: 2465 components: - - pos: 18.5,11.5 + - type: Transform + pos: 18.5,11.5 parent: 1 - type: Transform - uid: 23738 components: - - pos: 26.5,-51.5 + - type: Transform + pos: 26.5,-51.5 parent: 1 - type: Transform - uid: 23739 components: - - pos: 28.5,-51.5 + - type: Transform + pos: 28.5,-51.5 parent: 1 - type: Transform - uid: 23740 components: - - pos: 27.5,-48.5 + - type: Transform + pos: 27.5,-48.5 parent: 1 - type: Transform - uid: 23741 components: - - pos: 28.5,-48.5 + - type: Transform + pos: 28.5,-48.5 parent: 1 - type: Transform - proto: WashingMachineBroken entities: - uid: 23742 components: - - pos: 26.5,-48.5 + - type: Transform + pos: 26.5,-48.5 parent: 1 - type: Transform - proto: WashingMachineFilledClothes entities: - uid: 1981 components: - - pos: 17.5,11.5 + - type: Transform + pos: 17.5,11.5 parent: 1 - type: Transform - uid: 23743 components: - - pos: 27.5,-51.5 + - type: Transform + pos: 27.5,-51.5 parent: 1 - type: Transform - proto: WaterCooler entities: - uid: 8241 components: - - pos: -98.5,2.5 + - type: Transform + pos: -98.5,2.5 parent: 1 - type: Transform - uid: 9101 components: - - pos: -60.5,-17.5 + - type: Transform + pos: -60.5,-17.5 parent: 1 - type: Transform - uid: 9457 components: - - pos: -13.5,-29.5 + - type: Transform + pos: -13.5,-29.5 parent: 1 - type: Transform - uid: 11580 components: - - pos: -14.5,33.5 + - type: Transform + pos: -14.5,33.5 parent: 1 - type: Transform - uid: 11989 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 13711 components: - - pos: -71.5,-64.5 + - type: Transform + pos: -71.5,-64.5 parent: 1 - type: Transform - uid: 30051 components: - - pos: -80.5,-34.5 + - type: Transform + pos: -80.5,-34.5 parent: 1 - type: Transform - proto: WaterTank entities: - uid: 36377 components: - - pos: -135.5,-52.5 + - type: Transform + pos: -135.5,-52.5 parent: 1 - type: Transform - proto: WaterTankFull entities: - uid: 5801 components: - - pos: -15.5,20.5 + - type: Transform + pos: -15.5,20.5 parent: 1 - type: Transform - uid: 8331 components: - - pos: -76.5,16.5 + - type: Transform + pos: -76.5,16.5 parent: 1 - type: Transform - uid: 12037 components: - - pos: 16.5,-12.5 + - type: Transform + pos: 16.5,-12.5 parent: 1 - type: Transform - uid: 13166 components: - - pos: -0.5,35.5 + - type: Transform + pos: -0.5,35.5 parent: 1 - type: Transform - uid: 28759 components: - - pos: 2.5,-24.5 + - type: Transform + pos: 2.5,-24.5 parent: 1 - type: Transform - uid: 29940 components: - - pos: -78.5,-40.5 + - type: Transform + pos: -78.5,-40.5 parent: 1 - type: Transform - uid: 30452 components: - - pos: -88.5,23.5 + - type: Transform + pos: -88.5,23.5 parent: 1 - type: Transform - uid: 30630 components: - - pos: -102.5,-5.5 + - type: Transform + pos: -102.5,-5.5 parent: 1 - type: Transform - uid: 30943 components: - - pos: -38.5,-36.5 + - type: Transform + pos: -38.5,-36.5 parent: 1 - type: Transform - uid: 31043 components: - - pos: -63.5,1.5 + - type: Transform + pos: -63.5,1.5 parent: 1 - type: Transform - uid: 32053 components: - - pos: 1.5313957,-42.46025 + - type: Transform + pos: 1.5313957,-42.46025 parent: 1 - type: Transform - uid: 36736 components: - - pos: -15.5,-59.5 + - type: Transform + pos: -15.5,-59.5 parent: 1 - type: Transform - uid: 36825 components: - - pos: -110.5,-83.5 + - type: Transform + pos: -110.5,-83.5 parent: 1 - type: Transform - proto: WaterTankHighCapacity entities: - uid: 902 components: - - pos: -18.5,-15.5 + - type: Transform + pos: -18.5,-15.5 parent: 1 - type: Transform - uid: 7177 components: - - pos: -20.5,24.5 + - type: Transform + pos: -20.5,24.5 parent: 1 - type: Transform - uid: 11012 components: - - pos: -32.5,-15.5 + - type: Transform + pos: -32.5,-15.5 parent: 1 - type: Transform - proto: WaterVaporCanister entities: - uid: 9806 components: - - pos: -108.5,-50.5 + - type: Transform + pos: -108.5,-50.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: WeaponCapacitorRecharger entities: - uid: 395 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 744 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 2935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-49.5 parent: 1 - type: Transform - uid: 7755 components: - - pos: -76.5,28.5 + - type: Transform + pos: -76.5,28.5 parent: 1 - type: Transform - uid: 9389 components: - - pos: -48.5,-41.5 + - type: Transform + pos: -48.5,-41.5 parent: 1 - type: Transform - uid: 9495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,17.5 parent: 1 - type: Transform - uid: 9496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,16.5 parent: 1 - type: Transform - uid: 11992 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 1 - type: Transform - uid: 11993 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 12138 components: - - pos: -105.5,2.5 + - type: Transform + pos: -105.5,2.5 parent: 1 - type: Transform - uid: 12139 components: - - pos: -106.5,2.5 + - type: Transform + pos: -106.5,2.5 parent: 1 - type: Transform - uid: 12160 components: - - pos: 15.5,-21.5 + - type: Transform + pos: 15.5,-21.5 parent: 1 - type: Transform - uid: 12577 components: - - pos: -49.5,-32.5 + - type: Transform + pos: -49.5,-32.5 parent: 1 - type: Transform - uid: 12579 components: - - pos: -46.5,-32.5 + - type: Transform + pos: -46.5,-32.5 parent: 1 - type: Transform - uid: 12581 components: - - pos: -52.5,-19.5 + - type: Transform + pos: -52.5,-19.5 parent: 1 - type: Transform - proto: WeaponDisabler entities: - uid: 12051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.644583,-11.420532 parent: 1 - type: Transform - uid: 12052 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.3841667,-11.368413 parent: 1 - type: Transform - uid: 12053 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.6158333,-11.394473 parent: 1 - type: Transform - uid: 12054 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.3814583,-11.407503 parent: 1 - type: Transform - proto: WeaponFlareGun entities: - uid: 7560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -70.44966,25.51656 parent: 1 - type: Transform - uid: 8489 components: - - flags: InContainer - type: MetaData - - parent: 7595 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7595 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 29517 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 59.523373,-50.694332 parent: 1 - type: Transform - proto: WeaponLauncherRocket entities: - uid: 4338 components: - - pos: -67.5052,-47.47637 + - type: Transform + pos: -67.5052,-47.47637 parent: 1 - type: Transform - proto: WeaponRifleLecter entities: - uid: 16100 components: - - flags: InContainer - type: MetaData - - parent: 15373 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 15373 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: WeaponShotgunEnforcerRubber entities: - uid: 7551 components: - - flags: InContainer - type: MetaData - - parent: 7550 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7550 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 7552 components: - - flags: InContainer - type: MetaData - - parent: 7550 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 7550 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: WeaponShotgunKammerer entities: - uid: 12162 components: - - pos: -1.536452,-23.357471 + - type: Transform + pos: -1.536452,-23.357471 parent: 1 - type: Transform - uid: 12163 components: - - pos: -1.5260355,-23.492983 + - type: Transform + pos: -1.5260355,-23.492983 parent: 1 - type: Transform - uid: 12164 components: - - pos: -1.5260355,-23.628494 + - type: Transform + pos: -1.5260355,-23.628494 parent: 1 - type: Transform - proto: WeaponShotgunKammererNonLethal entities: - uid: 6173 components: - - flags: InContainer - type: MetaData - - parent: 6171 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6171 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 6177 components: - - flags: InContainer - type: MetaData - - parent: 6171 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 6171 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 10290 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.314907,-51.45088 parent: 1 - type: Transform - proto: WeaponTurretSyndicateBroken entities: - uid: 5350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -106.5,4.5 parent: 1 - type: Transform - uid: 5351 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,14.5 parent: 1 - type: Transform - uid: 5352 components: - - pos: -116.5,14.5 + - type: Transform + pos: -116.5,14.5 parent: 1 - type: Transform - uid: 5353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,4.5 parent: 1 - type: Transform - uid: 5354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -116.5,5.5 parent: 1 - type: Transform - uid: 5355 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -106.5,13.5 parent: 1 - type: Transform - uid: 5356 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -107.5,4.5 parent: 1 - type: Transform - uid: 5357 components: - - pos: -115.5,14.5 + - type: Transform + pos: -115.5,14.5 parent: 1 - type: Transform - proto: WeedSpray entities: - uid: 640 components: - - pos: -34.71126,-10.728965 + - type: Transform + pos: -34.71126,-10.728965 parent: 1 - type: Transform - uid: 947 components: - - pos: -17.374527,-17.432915 + - type: Transform + pos: -17.374527,-17.432915 parent: 1 - type: Transform - proto: Welder entities: - uid: 1231 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.478046,-7.505854 parent: 1 - type: Transform - uid: 8519 components: - - pos: -52.38746,-79.45159 + - type: Transform + pos: -52.38746,-79.45159 parent: 1 - type: Transform - uid: 9809 components: - - pos: -109.86941,-37.37701 + - type: Transform + pos: -109.86941,-37.37701 parent: 1 - type: Transform - uid: 17535 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -121.36481,7.163842 parent: 1 - type: Transform - uid: 34288 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -142.4968,-39.47727 parent: 1 - type: Transform - proto: WelderIndustrial entities: - uid: 29521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 51.51087,-49.355904 parent: 1 - type: Transform - proto: WelderMini entities: - uid: 36379 components: - - pos: -135.43033,-49.311882 + - type: Transform + pos: -135.43033,-49.311882 parent: 1 - type: Transform - proto: WeldingFuelTank entities: - uid: 5212 components: - - pos: -101.5,-5.5 + - type: Transform + pos: -101.5,-5.5 parent: 1 - type: Transform - uid: 11289 components: - - pos: -6.5,24.5 + - type: Transform + pos: -6.5,24.5 parent: 1 - type: Transform - uid: 30802 components: - - pos: -58.5,-74.5 + - type: Transform + pos: -58.5,-74.5 parent: 1 - type: Transform - uid: 31042 components: - - pos: -64.5,1.5 + - type: Transform + pos: -64.5,1.5 parent: 1 - type: Transform - proto: WeldingFuelTankFull entities: - uid: 1229 components: - - pos: 21.5,-7.5 + - type: Transform + pos: 21.5,-7.5 parent: 1 - type: Transform - uid: 7519 components: - - pos: -13.5,20.5 + - type: Transform + pos: -13.5,20.5 parent: 1 - type: Transform - uid: 7538 components: - - pos: -68.5,25.5 + - type: Transform + pos: -68.5,25.5 parent: 1 - type: Transform - uid: 8332 components: - - pos: -77.5,16.5 + - type: Transform + pos: -77.5,16.5 parent: 1 - type: Transform - uid: 9811 components: - - pos: -111.5,-40.5 + - type: Transform + pos: -111.5,-40.5 parent: 1 - type: Transform - uid: 9816 components: - - pos: -99.5,-18.5 + - type: Transform + pos: -99.5,-18.5 parent: 1 - type: Transform - uid: 29672 components: - - pos: 33.5,-12.5 + - type: Transform + pos: 33.5,-12.5 parent: 1 - type: Transform - uid: 29812 components: - - pos: -77.5,-40.5 + - type: Transform + pos: -77.5,-40.5 parent: 1 - type: Transform - uid: 30453 components: - - pos: -93.5,11.5 + - type: Transform + pos: -93.5,11.5 parent: 1 - type: Transform - uid: 30697 components: - - pos: -36.5,-23.5 + - type: Transform + pos: -36.5,-23.5 parent: 1 - type: Transform - uid: 32303 components: - - pos: 55.5,-9.5 + - type: Transform + pos: 55.5,-9.5 parent: 1 - type: Transform - uid: 36350 components: - - pos: -132.5,-47.5 + - type: Transform + pos: -132.5,-47.5 parent: 1 - type: Transform - uid: 36688 components: - - pos: -80.5,-57.5 + - type: Transform + pos: -80.5,-57.5 parent: 1 - type: Transform - uid: 36824 components: - - pos: -111.5,-83.5 + - type: Transform + pos: -111.5,-83.5 parent: 1 - type: Transform - proto: WetFloorSign entities: - uid: 7202 components: - - pos: -21.984463,27.075735 + - type: Transform + pos: -21.984463,27.075735 parent: 1 - type: Transform - uid: 7203 components: - - pos: -22.067795,26.908953 + - type: Transform + pos: -22.067795,26.908953 parent: 1 - type: Transform - uid: 9843 components: - - pos: -110.99932,-16.905169 + - type: Transform + pos: -110.99932,-16.905169 parent: 1 - type: Transform - uid: 12039 components: - - pos: 14.644062,-12.607916 + - type: Transform + pos: 14.644062,-12.607916 parent: 1 - type: Transform - uid: 12040 components: - - pos: 14.8914585,-12.699125 + - type: Transform + pos: 14.8914585,-12.699125 parent: 1 - type: Transform - uid: 13901 components: - - pos: -8.782026,-41.150734 + - type: Transform + pos: -8.782026,-41.150734 parent: 1 - type: Transform - uid: 13902 components: - - pos: -8.490359,-41.182003 + - type: Transform + pos: -8.490359,-41.182003 parent: 1 - type: Transform - proto: WhiteCane entities: - uid: 36498 components: - - pos: -88.318344,-30.480854 + - type: Transform + pos: -88.318344,-30.480854 parent: 1 - type: Transform - proto: Windoor entities: - uid: 5891 components: - - pos: -49.5,-76.5 + - type: Transform + pos: -49.5,-76.5 parent: 1 - type: Transform - uid: 11042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-9.5 parent: 1 - type: Transform - uid: 11058 components: - - pos: -45.5,-16.5 + - type: Transform + pos: -45.5,-16.5 parent: 1 - type: Transform - uid: 11331 components: - - pos: -9.5,32.5 + - type: Transform + pos: -9.5,32.5 parent: 1 - type: Transform - uid: 16128 components: - - pos: -41.5,-76.5 + - type: Transform + pos: -41.5,-76.5 parent: 1 - type: Transform - uid: 16131 components: - - pos: -45.5,-76.5 + - type: Transform + pos: -45.5,-76.5 parent: 1 - type: Transform - uid: 33977 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.5,-72.5 parent: 1 - type: Transform - proto: WindoorBarLocked entities: - uid: 1492 components: - - pos: -52.5,-1.5 + - type: Transform + pos: -52.5,-1.5 parent: 1 - type: Transform - uid: 13801 components: - - pos: 23.5,-24.5 + - type: Transform + pos: 23.5,-24.5 parent: 1 - type: Transform - proto: WindoorHydroponicsLocked entities: - uid: 948 components: - - pos: -33.5,-9.5 + - type: Transform + pos: -33.5,-9.5 parent: 1 - type: Transform - uid: 949 components: - - pos: -32.5,-9.5 + - type: Transform + pos: -32.5,-9.5 parent: 1 - type: Transform - uid: 968 components: - - pos: -26.5,-14.5 + - type: Transform + pos: -26.5,-14.5 parent: 1 - type: Transform - proto: WindoorMailLocked entities: - uid: 7296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,36.5 parent: 1 - type: Transform - proto: WindoorSecure entities: - uid: 664 components: - - pos: -22.5,-24.5 + - type: Transform + pos: -22.5,-24.5 parent: 1 - type: Transform - uid: 4307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -77.5,-19.5 parent: 1 - type: Transform - uid: 4389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-51.5 parent: 1 - type: Transform - uid: 7465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,20.5 parent: 1 - type: Transform - uid: 7481 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,18.5 parent: 1 - type: Transform - uid: 7492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,16.5 parent: 1 - type: Transform - uid: 7493 components: - - pos: -40.5,13.5 + - type: Transform + pos: -40.5,13.5 parent: 1 - type: Transform - uid: 7522 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,28.5 parent: 1 - type: Transform - uid: 7523 components: - - pos: -73.5,25.5 + - type: Transform + pos: -73.5,25.5 parent: 1 - type: Transform - uid: 9099 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -68.5,-20.5 parent: 1 - type: Transform - uid: 9100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-20.5 parent: 1 - type: Transform - uid: 10442 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-47.5 parent: 1 - type: Transform - uid: 10443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-47.5 parent: 1 - type: Transform - uid: 11031 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-38.5 parent: 1 - type: Transform - uid: 11040 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-20.5 parent: 1 - type: Transform - uid: 11041 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-21.5 parent: 1 - type: Transform - uid: 11079 components: - - pos: -23.5,-24.5 + - type: Transform + pos: -23.5,-24.5 parent: 1 - type: Transform - uid: 11092 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 1 - type: Transform - uid: 11093 components: - - pos: -25.5,-24.5 + - type: Transform + pos: -25.5,-24.5 parent: 1 - type: Transform - uid: 12026 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 1 - type: Transform - uid: 12277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-65.5 parent: 1 - type: Transform - uid: 21145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,18.5 parent: 1 - type: Transform - uid: 21146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.5,17.5 parent: 1 - type: Transform - uid: 28169 components: - - pos: -95.5,-10.5 + - type: Transform + pos: -95.5,-10.5 parent: 1 - type: Transform - uid: 28659 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-37.5 parent: 1 - type: Transform - uid: 30884 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-72.5 parent: 1 - type: Transform - uid: 30885 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-73.5 parent: 1 - type: Transform - uid: 30886 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-74.5 parent: 1 - type: Transform - uid: 31297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -73.5,-52.5 parent: 1 - type: Transform - uid: 31405 components: - - pos: -65.5,-55.5 + - type: Transform + pos: -65.5,-55.5 parent: 1 - type: Transform - uid: 31406 components: - - pos: -66.5,-55.5 + - type: Transform + pos: -66.5,-55.5 parent: 1 - type: Transform - uid: 32282 components: - - pos: -93.5,-10.5 + - type: Transform + pos: -93.5,-10.5 parent: 1 - type: Transform - uid: 36313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-47.5 parent: 1 - type: Transform - uid: 36314 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -111.5,-47.5 parent: 1 - type: Transform - uid: 36315 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-46.5 parent: 1 - type: Transform - uid: 36316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -108.5,-45.5 parent: 1 - type: Transform - uid: 36351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-45.5 parent: 1 - type: Transform - uid: 36352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -136.5,-46.5 parent: 1 - type: Transform - uid: 36761 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-14.5 parent: 1 - type: Transform - uid: 36762 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-13.5 parent: 1 - type: Transform - uid: 36764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-12.5 parent: 1 - type: Transform - proto: WindoorSecureArmoryLocked entities: - uid: 788 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-20.5 parent: 1 - type: Transform - uid: 792 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-20.5 parent: 1 - type: Transform - uid: 1809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-23.5 parent: 1 - type: Transform - uid: 1810 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-23.5 parent: 1 - type: Transform - uid: 1811 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-23.5 parent: 1 - type: Transform - uid: 4204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-48.5 parent: 1 - type: Transform - uid: 4205 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-49.5 parent: 1 - type: Transform - uid: 4206 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-50.5 parent: 1 - type: Transform - proto: WindoorSecureCargoLocked entities: - uid: 2113 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,27.5 parent: 1 - type: Transform - uid: 2927 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,27.5 parent: 1 - type: Transform - proto: WindoorSecureChemistryLocked entities: - uid: 4711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-25.5 parent: 1 - type: Transform - uid: 4744 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -65.5,-24.5 parent: 1 - type: Transform - proto: WindoorSecureCommandLocked entities: - uid: 8281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -110.5,-4.5 parent: 1 - type: Transform - uid: 15281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-1.5 parent: 1 - type: Transform - uid: 17536 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -104.5,-0.5 parent: 1 - type: Transform - proto: WindoorSecureEngineeringLocked entities: - uid: 7447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,20.5 parent: 1 - type: Transform - uid: 8765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-14.5 parent: 1 - type: Transform - uid: 8849 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -98.5,-13.5 parent: 1 - type: Transform - uid: 13221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-16.5 parent: 1 - type: Transform - uid: 15159 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-16.5 parent: 1 - type: Transform - uid: 31351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-75.5 parent: 1 - type: Transform - uid: 31352 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-75.5 parent: 1 - type: Transform - proto: WindoorSecureHeadOfPersonnelLocked entities: - uid: 13499 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -63.5,21.5 parent: 1 - type: Transform - uid: 22325 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -70.5,21.5 parent: 1 - type: Transform - proto: WindoorSecureJanitorLocked entities: - uid: 6644 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,25.5 parent: 1 - type: Transform - uid: 34778 components: - - pos: -9.5,24.5 + - type: Transform + pos: -9.5,24.5 parent: 1 - type: Transform - proto: WindoorSecureKitchenLocked entities: - uid: 496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,11.5 parent: 1 - type: Transform - uid: 503 components: - - pos: -19.5,10.5 + - type: Transform + pos: -19.5,10.5 parent: 1 - type: Transform - uid: 9560 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,5.5 parent: 1 - type: Transform - uid: 9561 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,4.5 parent: 1 - type: Transform - uid: 9562 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,3.5 parent: 1 - type: Transform - proto: WindoorSecureMailLocked entities: - uid: 7287 components: - - pos: -46.5,39.5 + - type: Transform + pos: -46.5,39.5 parent: 1 - type: Transform - uid: 8199 components: - - pos: -48.5,39.5 + - type: Transform + pos: -48.5,39.5 parent: 1 - type: Transform - proto: WindoorSecureMedicalLocked entities: - uid: 4551 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -77.5,-19.5 parent: 1 - type: Transform - uid: 4745 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-24.5 parent: 1 - type: Transform - uid: 4755 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -65.5,-25.5 parent: 1 - type: Transform - uid: 4870 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-25.5 parent: 1 - type: Transform - uid: 4871 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-24.5 parent: 1 - type: Transform - uid: 9093 components: - - pos: -68.5,-20.5 + - type: Transform + pos: -68.5,-20.5 parent: 1 - type: Transform - uid: 9094 components: - - pos: -67.5,-20.5 + - type: Transform + pos: -67.5,-20.5 parent: 1 - type: Transform - uid: 9113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-37.5 parent: 1 - type: Transform - proto: WindoorSecureScienceLocked entities: - uid: 6805 components: - - pos: -21.5,-38.5 + - type: Transform + pos: -21.5,-38.5 parent: 1 - type: Transform - uid: 13580 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -66.5,-70.5 parent: 1 - type: Transform - uid: 13581 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -69.5,-70.5 parent: 1 - type: Transform - uid: 13583 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,-70.5 parent: 1 - type: Transform - proto: WindoorSecureSecurityLawyerLocked entities: - uid: 7912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,18.5 parent: 1 - type: Transform - uid: 10441 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-49.5 parent: 1 - type: Transform - proto: WindoorSecureSecurityLocked entities: - uid: 123 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 211 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 790 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-20.5 parent: 1 - type: Transform - uid: 1238 components: - - pos: 17.5,-6.5 + - type: Transform + pos: 17.5,-6.5 parent: 1 - type: Transform - uid: 1239 components: - - pos: 18.5,-6.5 + - type: Transform + pos: 18.5,-6.5 parent: 1 - type: Transform - uid: 1240 components: - - pos: 19.5,-6.5 + - type: Transform + pos: 19.5,-6.5 parent: 1 - type: Transform - uid: 1241 components: - - pos: 20.5,-6.5 + - type: Transform + pos: 20.5,-6.5 parent: 1 - type: Transform - uid: 1242 components: - - pos: 21.5,-6.5 + - type: Transform + pos: 21.5,-6.5 parent: 1 - type: Transform - uid: 1824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-53.5 parent: 1 - type: Transform - uid: 3595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-28.5 parent: 1 - type: Transform - uid: 3939 components: - - name: drunk tank - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: drunk tank + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-28.5 parent: 1 - type: Transform - uid: 4141 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-61.5 parent: 1 - type: Transform - uid: 4240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-36.5 parent: 1 - type: Transform - uid: 4241 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-35.5 parent: 1 - type: Transform - uid: 4242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-34.5 parent: 1 - type: Transform - uid: 5792 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,26.5 parent: 1 - type: Transform - uid: 7473 components: - - pos: -45.5,18.5 + - type: Transform + pos: -45.5,18.5 parent: 1 - type: Transform - uid: 7494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,14.5 parent: 1 - type: Transform - uid: 7516 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,25.5 parent: 1 - type: Transform - uid: 7815 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,13.5 parent: 1 - type: Transform - uid: 7816 components: - - pos: -88.5,17.5 + - type: Transform + pos: -88.5,17.5 parent: 1 - type: Transform - uid: 9390 components: - - pos: -48.5,-29.5 + - type: Transform + pos: -48.5,-29.5 parent: 1 - type: Transform - uid: 9391 components: - - pos: -47.5,-29.5 + - type: Transform + pos: -47.5,-29.5 parent: 1 - type: Transform - uid: 9480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,16.5 parent: 1 - type: Transform - uid: 9655 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-1.5 parent: 1 - type: Transform - uid: 9660 components: - - pos: -17.5,1.5 + - type: Transform + pos: -17.5,1.5 parent: 1 - type: Transform - uid: 10097 components: - - pos: 26.5,-8.5 + - type: Transform + pos: 26.5,-8.5 parent: 1 - type: Transform - uid: 10098 components: - - pos: 25.5,-8.5 + - type: Transform + pos: 25.5,-8.5 parent: 1 - type: Transform - uid: 10269 components: - - pos: 24.5,-8.5 + - type: Transform + pos: 24.5,-8.5 parent: 1 - type: Transform - uid: 10565 components: - - pos: 27.5,-26.5 + - type: Transform + pos: 27.5,-26.5 parent: 1 - type: Transform - uid: 11038 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-20.5 parent: 1 - type: Transform - uid: 11039 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-21.5 parent: 1 - type: Transform - uid: 27349 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - type: Transform - proto: WindoorServiceLocked entities: - uid: 4525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -60.5,-12.5 parent: 1 - type: Transform - uid: 4526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-12.5 parent: 1 - type: Transform - uid: 4527 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-12.5 parent: 1 - type: Transform - uid: 12781 components: - - pos: -82.5,34.5 + - type: Transform + pos: -82.5,34.5 parent: 1 - type: Transform - uid: 12861 components: - - pos: -81.5,34.5 + - type: Transform + pos: -81.5,34.5 parent: 1 - type: Transform - uid: 13865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-27.5 parent: 1 - type: Transform - uid: 17550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-36.5 parent: 1 - type: Transform - uid: 28643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-43.5 parent: 1 - type: Transform - uid: 32244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -85.5,-6.5 parent: 1 - type: Transform - proto: WindoorTheatreLocked entities: - uid: 8287 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-0.5 parent: 1 - type: Transform - uid: 17127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -78.5,9.5 parent: 1 - type: Transform - uid: 29502 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-30.5 parent: 1 - type: Transform - proto: Window entities: - uid: 521 components: - - pos: -31.5,7.5 + - type: Transform + pos: -31.5,7.5 parent: 1 - type: Transform - uid: 522 components: - - pos: -31.5,6.5 + - type: Transform + pos: -31.5,6.5 parent: 1 - type: Transform - uid: 524 components: - - pos: -31.5,1.5 + - type: Transform + pos: -31.5,1.5 parent: 1 - type: Transform - uid: 841 components: - - pos: -38.5,-16.5 + - type: Transform + pos: -38.5,-16.5 parent: 1 - type: Transform - uid: 842 components: - - pos: -37.5,-16.5 + - type: Transform + pos: -37.5,-16.5 parent: 1 - type: Transform - uid: 868 components: - - pos: -39.5,-10.5 + - type: Transform + pos: -39.5,-10.5 parent: 1 - type: Transform - uid: 869 components: - - pos: -39.5,-11.5 + - type: Transform + pos: -39.5,-11.5 parent: 1 - type: Transform - uid: 870 components: - - pos: -39.5,-12.5 + - type: Transform + pos: -39.5,-12.5 parent: 1 - type: Transform - uid: 872 components: - - pos: -39.5,-14.5 + - type: Transform + pos: -39.5,-14.5 parent: 1 - type: Transform - uid: 873 components: - - pos: -39.5,-15.5 + - type: Transform + pos: -39.5,-15.5 parent: 1 - type: Transform - uid: 880 components: - - pos: -34.5,-9.5 + - type: Transform + pos: -34.5,-9.5 parent: 1 - type: Transform - uid: 881 components: - - pos: -31.5,-9.5 + - type: Transform + pos: -31.5,-9.5 parent: 1 - type: Transform - uid: 882 components: - - pos: -30.5,-9.5 + - type: Transform + pos: -30.5,-9.5 parent: 1 - type: Transform - uid: 883 components: - - pos: -35.5,-10.5 + - type: Transform + pos: -35.5,-10.5 parent: 1 - type: Transform - uid: 884 components: - - pos: -35.5,-11.5 + - type: Transform + pos: -35.5,-11.5 parent: 1 - type: Transform - uid: 885 components: - - pos: -35.5,-12.5 + - type: Transform + pos: -35.5,-12.5 parent: 1 - type: Transform - uid: 886 components: - - pos: -35.5,-14.5 + - type: Transform + pos: -35.5,-14.5 parent: 1 - type: Transform - uid: 887 components: - - pos: -35.5,-15.5 + - type: Transform + pos: -35.5,-15.5 parent: 1 - type: Transform - uid: 996 components: - - pos: -38.5,-7.5 + - type: Transform + pos: -38.5,-7.5 parent: 1 - type: Transform - uid: 997 components: - - pos: -38.5,-6.5 + - type: Transform + pos: -38.5,-6.5 parent: 1 - type: Transform - uid: 998 components: - - pos: -38.5,-5.5 + - type: Transform + pos: -38.5,-5.5 parent: 1 - type: Transform - uid: 999 components: - - pos: -38.5,-3.5 + - type: Transform + pos: -38.5,-3.5 parent: 1 - type: Transform - uid: 1000 components: - - pos: -38.5,-2.5 + - type: Transform + pos: -38.5,-2.5 parent: 1 - type: Transform - uid: 1001 components: - - pos: -38.5,-1.5 + - type: Transform + pos: -38.5,-1.5 parent: 1 - type: Transform - uid: 1002 components: - - pos: -37.5,0.5 + - type: Transform + pos: -37.5,0.5 parent: 1 - type: Transform - uid: 1003 components: - - pos: -36.5,0.5 + - type: Transform + pos: -36.5,0.5 parent: 1 - type: Transform - uid: 1004 components: - - pos: -35.5,1.5 + - type: Transform + pos: -35.5,1.5 parent: 1 - type: Transform - uid: 1005 components: - - pos: -35.5,2.5 + - type: Transform + pos: -35.5,2.5 parent: 1 - type: Transform - uid: 1006 components: - - pos: -35.5,6.5 + - type: Transform + pos: -35.5,6.5 parent: 1 - type: Transform - uid: 1007 components: - - pos: -35.5,7.5 + - type: Transform + pos: -35.5,7.5 parent: 1 - type: Transform - uid: 1029 components: - - pos: -0.5,-57.5 + - type: Transform + pos: -0.5,-57.5 parent: 1 - type: Transform - uid: 1367 components: - - pos: -44.5,4.5 + - type: Transform + pos: -44.5,4.5 parent: 1 - type: Transform - uid: 1375 components: - - pos: -44.5,2.5 + - type: Transform + pos: -44.5,2.5 parent: 1 - type: Transform - uid: 1388 components: - - pos: -42.5,-0.5 + - type: Transform + pos: -42.5,-0.5 parent: 1 - type: Transform - uid: 1389 components: - - pos: -42.5,-1.5 + - type: Transform + pos: -42.5,-1.5 parent: 1 - type: Transform - uid: 1390 components: - - pos: -42.5,-3.5 + - type: Transform + pos: -42.5,-3.5 parent: 1 - type: Transform - uid: 1391 components: - - pos: -42.5,-4.5 + - type: Transform + pos: -42.5,-4.5 parent: 1 - type: Transform - uid: 1403 components: - - pos: -44.5,-6.5 + - type: Transform + pos: -44.5,-6.5 parent: 1 - type: Transform - uid: 1406 components: - - pos: -43.5,-6.5 + - type: Transform + pos: -43.5,-6.5 parent: 1 - type: Transform - uid: 1409 components: - - pos: -47.5,-6.5 + - type: Transform + pos: -47.5,-6.5 parent: 1 - type: Transform - uid: 1760 components: - - pos: -13.5,-37.5 + - type: Transform + pos: -13.5,-37.5 parent: 1 - type: Transform - uid: 1761 components: - - pos: -13.5,-40.5 + - type: Transform + pos: -13.5,-40.5 parent: 1 - type: Transform - uid: 1774 components: - - pos: 15.5,-40.5 + - type: Transform + pos: 15.5,-40.5 parent: 1 - type: Transform - uid: 1823 components: - - pos: -103.5,-24.5 + - type: Transform + pos: -103.5,-24.5 parent: 1 - type: Transform - uid: 2124 components: - - pos: -38.5,27.5 + - type: Transform + pos: -38.5,27.5 parent: 1 - type: Transform - uid: 2129 components: - - pos: -33.5,27.5 + - type: Transform + pos: -33.5,27.5 parent: 1 - type: Transform - uid: 2132 components: - - pos: -35.5,27.5 + - type: Transform + pos: -35.5,27.5 parent: 1 - type: Transform - uid: 2546 components: - - pos: 2.5,-57.5 + - type: Transform + pos: 2.5,-57.5 parent: 1 - type: Transform - uid: 2915 components: - - pos: 23.5,-61.5 + - type: Transform + pos: 23.5,-61.5 parent: 1 - type: Transform - uid: 2948 components: - - pos: 26.5,-57.5 + - type: Transform + pos: 26.5,-57.5 parent: 1 - type: Transform - uid: 2949 components: - - pos: 29.5,-57.5 + - type: Transform + pos: 29.5,-57.5 parent: 1 - type: Transform - uid: 2958 components: - - pos: 21.5,-43.5 + - type: Transform + pos: 21.5,-43.5 parent: 1 - type: Transform - uid: 2959 components: - - pos: 19.5,-43.5 + - type: Transform + pos: 19.5,-43.5 parent: 1 - type: Transform - uid: 3179 components: - - pos: -103.5,-27.5 + - type: Transform + pos: -103.5,-27.5 parent: 1 - type: Transform - uid: 3334 components: - - pos: 9.5,-57.5 + - type: Transform + pos: 9.5,-57.5 parent: 1 - type: Transform - uid: 3396 components: - - pos: -107.5,-25.5 + - type: Transform + pos: -107.5,-25.5 parent: 1 - type: Transform - uid: 3667 components: - - pos: -52.5,18.5 + - type: Transform + pos: -52.5,18.5 parent: 1 - type: Transform - uid: 3681 components: - - pos: -55.5,18.5 + - type: Transform + pos: -55.5,18.5 parent: 1 - type: Transform - uid: 3733 components: - - pos: -62.5,18.5 + - type: Transform + pos: -62.5,18.5 parent: 1 - type: Transform - uid: 3734 components: - - pos: -60.5,18.5 + - type: Transform + pos: -60.5,18.5 parent: 1 - type: Transform - uid: 3744 components: - - pos: -59.5,19.5 + - type: Transform + pos: -59.5,19.5 parent: 1 - type: Transform - uid: 3745 components: - - pos: -59.5,23.5 + - type: Transform + pos: -59.5,23.5 parent: 1 - type: Transform - uid: 3760 components: - - pos: -45.5,-6.5 + - type: Transform + pos: -45.5,-6.5 parent: 1 - type: Transform - uid: 4470 components: - - pos: -48.5,-52.5 + - type: Transform + pos: -48.5,-52.5 parent: 1 - type: Transform - uid: 4478 components: - - pos: -60.5,-16.5 + - type: Transform + pos: -60.5,-16.5 parent: 1 - type: Transform - uid: 4479 components: - - pos: -61.5,-16.5 + - type: Transform + pos: -61.5,-16.5 parent: 1 - type: Transform - uid: 4480 components: - - pos: -62.5,-16.5 + - type: Transform + pos: -62.5,-16.5 parent: 1 - type: Transform - uid: 4509 components: - - pos: -59.5,-12.5 + - type: Transform + pos: -59.5,-12.5 parent: 1 - type: Transform - uid: 4510 components: - - pos: -61.5,-12.5 + - type: Transform + pos: -61.5,-12.5 parent: 1 - type: Transform - uid: 4511 components: - - pos: -57.5,-12.5 + - type: Transform + pos: -57.5,-12.5 parent: 1 - type: Transform - uid: 4512 components: - - pos: -55.5,-12.5 + - type: Transform + pos: -55.5,-12.5 parent: 1 - type: Transform - uid: 4521 components: - - pos: -53.5,-12.5 + - type: Transform + pos: -53.5,-12.5 parent: 1 - type: Transform - uid: 4536 components: - - pos: -70.5,-16.5 + - type: Transform + pos: -70.5,-16.5 parent: 1 - type: Transform - uid: 4537 components: - - pos: -70.5,-15.5 + - type: Transform + pos: -70.5,-15.5 parent: 1 - type: Transform - uid: 4539 components: - - pos: -69.5,-15.5 + - type: Transform + pos: -69.5,-15.5 parent: 1 - type: Transform - uid: 4540 components: - - pos: -68.5,-15.5 + - type: Transform + pos: -68.5,-15.5 parent: 1 - type: Transform - uid: 4541 components: - - pos: -67.5,-15.5 + - type: Transform + pos: -67.5,-15.5 parent: 1 - type: Transform - uid: 4542 components: - - pos: -66.5,-15.5 + - type: Transform + pos: -66.5,-15.5 parent: 1 - type: Transform - uid: 4543 components: - - pos: -65.5,-15.5 + - type: Transform + pos: -65.5,-15.5 parent: 1 - type: Transform - uid: 4544 components: - - pos: -65.5,-16.5 + - type: Transform + pos: -65.5,-16.5 parent: 1 - type: Transform - uid: 5082 components: - - pos: -88.5,-4.5 + - type: Transform + pos: -88.5,-4.5 parent: 1 - type: Transform - uid: 5666 components: - - pos: -73.5,34.5 + - type: Transform + pos: -73.5,34.5 parent: 1 - type: Transform - uid: 5671 components: - - pos: -58.5,34.5 + - type: Transform + pos: -58.5,34.5 parent: 1 - type: Transform - uid: 5672 components: - - pos: -55.5,34.5 + - type: Transform + pos: -55.5,34.5 parent: 1 - type: Transform - uid: 5863 components: - - pos: -107.5,-27.5 + - type: Transform + pos: -107.5,-27.5 parent: 1 - type: Transform - uid: 5934 components: - - pos: -106.5,-14.5 + - type: Transform + pos: -106.5,-14.5 parent: 1 - type: Transform - uid: 5935 components: - - pos: -104.5,-14.5 + - type: Transform + pos: -104.5,-14.5 parent: 1 - type: Transform - uid: 6065 components: - - pos: -15.5,37.5 + - type: Transform + pos: -15.5,37.5 parent: 1 - type: Transform - uid: 6256 components: - - pos: -148.5,-5.5 + - type: Transform + pos: -148.5,-5.5 parent: 1 - type: Transform - uid: 6260 components: - - pos: -148.5,-6.5 + - type: Transform + pos: -148.5,-6.5 parent: 1 - type: Transform - uid: 6304 components: - - pos: -148.5,-7.5 + - type: Transform + pos: -148.5,-7.5 parent: 1 - type: Transform - uid: 6305 components: - - pos: -148.5,-4.5 + - type: Transform + pos: -148.5,-4.5 parent: 1 - type: Transform - uid: 6306 components: - - pos: -148.5,-3.5 + - type: Transform + pos: -148.5,-3.5 parent: 1 - type: Transform - uid: 6366 components: - - pos: -143.5,-12.5 + - type: Transform + pos: -143.5,-12.5 parent: 1 - type: Transform - uid: 6369 components: - - pos: -142.5,-12.5 + - type: Transform + pos: -142.5,-12.5 parent: 1 - type: Transform - uid: 6370 components: - - pos: -141.5,-12.5 + - type: Transform + pos: -141.5,-12.5 parent: 1 - type: Transform - uid: 6371 components: - - pos: -140.5,-12.5 + - type: Transform + pos: -140.5,-12.5 parent: 1 - type: Transform - uid: 6375 components: - - pos: -131.5,-12.5 + - type: Transform + pos: -131.5,-12.5 parent: 1 - type: Transform - uid: 6376 components: - - pos: -132.5,-12.5 + - type: Transform + pos: -132.5,-12.5 parent: 1 - type: Transform - uid: 6377 components: - - pos: -133.5,-12.5 + - type: Transform + pos: -133.5,-12.5 parent: 1 - type: Transform - uid: 6378 components: - - pos: -134.5,-12.5 + - type: Transform + pos: -134.5,-12.5 parent: 1 - type: Transform - uid: 6420 components: - - pos: -131.5,-4.5 + - type: Transform + pos: -131.5,-4.5 parent: 1 - type: Transform - uid: 6421 components: - - pos: -131.5,-3.5 + - type: Transform + pos: -131.5,-3.5 parent: 1 - type: Transform - uid: 6422 components: - - pos: -131.5,-2.5 + - type: Transform + pos: -131.5,-2.5 parent: 1 - type: Transform - uid: 6423 components: - - pos: -131.5,-1.5 + - type: Transform + pos: -131.5,-1.5 parent: 1 - type: Transform - uid: 6424 components: - - pos: -131.5,3.5 + - type: Transform + pos: -131.5,3.5 parent: 1 - type: Transform - uid: 6425 components: - - pos: -131.5,4.5 + - type: Transform + pos: -131.5,4.5 parent: 1 - type: Transform - uid: 6426 components: - - pos: -131.5,5.5 + - type: Transform + pos: -131.5,5.5 parent: 1 - type: Transform - uid: 6427 components: - - pos: -131.5,7.5 + - type: Transform + pos: -131.5,7.5 parent: 1 - type: Transform - uid: 6428 components: - - pos: -131.5,8.5 + - type: Transform + pos: -131.5,8.5 parent: 1 - type: Transform - uid: 6429 components: - - pos: -131.5,9.5 + - type: Transform + pos: -131.5,9.5 parent: 1 - type: Transform - uid: 6430 components: - - pos: -131.5,10.5 + - type: Transform + pos: -131.5,10.5 parent: 1 - type: Transform - uid: 6431 components: - - pos: -131.5,14.5 + - type: Transform + pos: -131.5,14.5 parent: 1 - type: Transform - uid: 6432 components: - - pos: -131.5,2.5 + - type: Transform + pos: -131.5,2.5 parent: 1 - type: Transform - uid: 6433 components: - - pos: -131.5,15.5 + - type: Transform + pos: -131.5,15.5 parent: 1 - type: Transform - uid: 6434 components: - - pos: -131.5,16.5 + - type: Transform + pos: -131.5,16.5 parent: 1 - type: Transform - uid: 6435 components: - - pos: -131.5,17.5 + - type: Transform + pos: -131.5,17.5 parent: 1 - type: Transform - uid: 6480 components: - - pos: -143.5,25.5 + - type: Transform + pos: -143.5,25.5 parent: 1 - type: Transform - uid: 6481 components: - - pos: -142.5,25.5 + - type: Transform + pos: -142.5,25.5 parent: 1 - type: Transform - uid: 6482 components: - - pos: -141.5,25.5 + - type: Transform + pos: -141.5,25.5 parent: 1 - type: Transform - uid: 6483 components: - - pos: -140.5,25.5 + - type: Transform + pos: -140.5,25.5 parent: 1 - type: Transform - uid: 6487 components: - - pos: -134.5,25.5 + - type: Transform + pos: -134.5,25.5 parent: 1 - type: Transform - uid: 6488 components: - - pos: -133.5,25.5 + - type: Transform + pos: -133.5,25.5 parent: 1 - type: Transform - uid: 6489 components: - - pos: -132.5,25.5 + - type: Transform + pos: -132.5,25.5 parent: 1 - type: Transform - uid: 6490 components: - - pos: -131.5,25.5 + - type: Transform + pos: -131.5,25.5 parent: 1 - type: Transform - uid: 6662 components: - - pos: -26.5,24.5 + - type: Transform + pos: -26.5,24.5 parent: 1 - type: Transform - uid: 6663 components: - - pos: -26.5,26.5 + - type: Transform + pos: -26.5,26.5 parent: 1 - type: Transform - uid: 6733 components: - - pos: -27.5,-28.5 + - type: Transform + pos: -27.5,-28.5 parent: 1 - type: Transform - uid: 6735 components: - - pos: -26.5,-28.5 + - type: Transform + pos: -26.5,-28.5 parent: 1 - type: Transform - uid: 6759 components: - - pos: -27.5,-40.5 + - type: Transform + pos: -27.5,-40.5 parent: 1 - type: Transform - uid: 6763 components: - - pos: -27.5,-39.5 + - type: Transform + pos: -27.5,-39.5 parent: 1 - type: Transform - uid: 6879 components: - - pos: -39.5,-53.5 + - type: Transform + pos: -39.5,-53.5 parent: 1 - type: Transform - uid: 6884 components: - - pos: -36.5,-53.5 + - type: Transform + pos: -36.5,-53.5 parent: 1 - type: Transform - uid: 6891 components: - - pos: -27.5,-41.5 + - type: Transform + pos: -27.5,-41.5 parent: 1 - type: Transform - uid: 6908 components: - - pos: -28.5,-28.5 + - type: Transform + pos: -28.5,-28.5 parent: 1 - type: Transform - uid: 6910 components: - - pos: -22.5,-28.5 + - type: Transform + pos: -22.5,-28.5 parent: 1 - type: Transform - uid: 6911 components: - - pos: -23.5,-28.5 + - type: Transform + pos: -23.5,-28.5 parent: 1 - type: Transform - uid: 6981 components: - - pos: -37.5,-48.5 + - type: Transform + pos: -37.5,-48.5 parent: 1 - type: Transform - uid: 6983 components: - - pos: -36.5,-48.5 + - type: Transform + pos: -36.5,-48.5 parent: 1 - type: Transform - uid: 6984 components: - - pos: -38.5,-48.5 + - type: Transform + pos: -38.5,-48.5 parent: 1 - type: Transform - uid: 6985 components: - - pos: -34.5,-48.5 + - type: Transform + pos: -34.5,-48.5 parent: 1 - type: Transform - uid: 6986 components: - - pos: -31.5,-48.5 + - type: Transform + pos: -31.5,-48.5 parent: 1 - type: Transform - uid: 6992 components: - - pos: -33.5,-53.5 + - type: Transform + pos: -33.5,-53.5 parent: 1 - type: Transform - uid: 7215 components: - - pos: -26.5,41.5 + - type: Transform + pos: -26.5,41.5 parent: 1 - type: Transform - uid: 7218 components: - - pos: -26.5,40.5 + - type: Transform + pos: -26.5,40.5 parent: 1 - type: Transform - uid: 7886 components: - - pos: -81.5,13.5 + - type: Transform + pos: -81.5,13.5 parent: 1 - type: Transform - uid: 7889 components: - - pos: -79.5,15.5 + - type: Transform + pos: -79.5,15.5 parent: 1 - type: Transform - uid: 7891 components: - - pos: -80.5,15.5 + - type: Transform + pos: -80.5,15.5 parent: 1 - type: Transform - uid: 7892 components: - - pos: -81.5,15.5 + - type: Transform + pos: -81.5,15.5 parent: 1 - type: Transform - uid: 7893 components: - - pos: -81.5,14.5 + - type: Transform + pos: -81.5,14.5 parent: 1 - type: Transform - uid: 7905 components: - - pos: -87.5,10.5 + - type: Transform + pos: -87.5,10.5 parent: 1 - type: Transform - uid: 7906 components: - - pos: -86.5,10.5 + - type: Transform + pos: -86.5,10.5 parent: 1 - type: Transform - uid: 7907 components: - - pos: -84.5,10.5 + - type: Transform + pos: -84.5,10.5 parent: 1 - type: Transform - uid: 7908 components: - - pos: -83.5,10.5 + - type: Transform + pos: -83.5,10.5 parent: 1 - type: Transform - uid: 7920 components: - - pos: -80.5,7.5 + - type: Transform + pos: -80.5,7.5 parent: 1 - type: Transform - uid: 7921 components: - - pos: -80.5,5.5 + - type: Transform + pos: -80.5,5.5 parent: 1 - type: Transform - uid: 7991 components: - - pos: -75.5,12.5 + - type: Transform + pos: -75.5,12.5 parent: 1 - type: Transform - uid: 7992 components: - - pos: -75.5,13.5 + - type: Transform + pos: -75.5,13.5 parent: 1 - type: Transform - uid: 7993 components: - - pos: -75.5,14.5 + - type: Transform + pos: -75.5,14.5 parent: 1 - type: Transform - uid: 8019 components: - - pos: -80.5,2.5 + - type: Transform + pos: -80.5,2.5 parent: 1 - type: Transform - uid: 8020 components: - - pos: -80.5,3.5 + - type: Transform + pos: -80.5,3.5 parent: 1 - type: Transform - uid: 8021 components: - - pos: -75.5,3.5 + - type: Transform + pos: -75.5,3.5 parent: 1 - type: Transform - uid: 8022 components: - - pos: -75.5,2.5 + - type: Transform + pos: -75.5,2.5 parent: 1 - type: Transform - uid: 8023 components: - - pos: -76.5,1.5 + - type: Transform + pos: -76.5,1.5 parent: 1 - type: Transform - uid: 8024 components: - - pos: -79.5,1.5 + - type: Transform + pos: -79.5,1.5 parent: 1 - type: Transform - uid: 8056 components: - - pos: -85.5,-9.5 + - type: Transform + pos: -85.5,-9.5 parent: 1 - type: Transform - uid: 8057 components: - - pos: -84.5,-9.5 + - type: Transform + pos: -84.5,-9.5 parent: 1 - type: Transform - uid: 8058 components: - - pos: -83.5,-9.5 + - type: Transform + pos: -83.5,-9.5 parent: 1 - type: Transform - uid: 8059 components: - - pos: -82.5,-9.5 + - type: Transform + pos: -82.5,-9.5 parent: 1 - type: Transform - uid: 8060 components: - - pos: -81.5,-9.5 + - type: Transform + pos: -81.5,-9.5 parent: 1 - type: Transform - uid: 8061 components: - - pos: -80.5,-9.5 + - type: Transform + pos: -80.5,-9.5 parent: 1 - type: Transform - uid: 8062 components: - - pos: -79.5,-9.5 + - type: Transform + pos: -79.5,-9.5 parent: 1 - type: Transform - uid: 8063 components: - - pos: -78.5,-9.5 + - type: Transform + pos: -78.5,-9.5 parent: 1 - type: Transform - uid: 8065 components: - - pos: -75.5,-5.5 + - type: Transform + pos: -75.5,-5.5 parent: 1 - type: Transform - uid: 8066 components: - - pos: -75.5,-3.5 + - type: Transform + pos: -75.5,-3.5 parent: 1 - type: Transform - uid: 8067 components: - - pos: -75.5,-2.5 + - type: Transform + pos: -75.5,-2.5 parent: 1 - type: Transform - uid: 8068 components: - - pos: -77.5,-1.5 + - type: Transform + pos: -77.5,-1.5 parent: 1 - type: Transform - uid: 8069 components: - - pos: -76.5,-1.5 + - type: Transform + pos: -76.5,-1.5 parent: 1 - type: Transform - uid: 8070 components: - - pos: -78.5,-1.5 + - type: Transform + pos: -78.5,-1.5 parent: 1 - type: Transform - uid: 8071 components: - - pos: -83.5,-4.5 + - type: Transform + pos: -83.5,-4.5 parent: 1 - type: Transform - uid: 8072 components: - - pos: -85.5,-4.5 + - type: Transform + pos: -85.5,-4.5 parent: 1 - type: Transform - uid: 8083 components: - - pos: -92.5,-4.5 + - type: Transform + pos: -92.5,-4.5 parent: 1 - type: Transform - uid: 8084 components: - - pos: -92.5,-6.5 + - type: Transform + pos: -92.5,-6.5 parent: 1 - type: Transform - uid: 8085 components: - - pos: -91.5,-7.5 + - type: Transform + pos: -91.5,-7.5 parent: 1 - type: Transform - uid: 8086 components: - - pos: -89.5,-7.5 + - type: Transform + pos: -89.5,-7.5 parent: 1 - type: Transform - uid: 8160 components: - - pos: -68.5,-9.5 + - type: Transform + pos: -68.5,-9.5 parent: 1 - type: Transform - uid: 8161 components: - - pos: -65.5,-9.5 + - type: Transform + pos: -65.5,-9.5 parent: 1 - type: Transform - uid: 8203 components: - - pos: -50.5,37.5 + - type: Transform + pos: -50.5,37.5 parent: 1 - type: Transform - uid: 8323 components: - - pos: -75.5,18.5 + - type: Transform + pos: -75.5,18.5 parent: 1 - type: Transform - uid: 8324 components: - - pos: -75.5,19.5 + - type: Transform + pos: -75.5,19.5 parent: 1 - type: Transform - uid: 8325 components: - - pos: -75.5,16.5 + - type: Transform + pos: -75.5,16.5 parent: 1 - type: Transform - uid: 9114 components: - - pos: -12.5,-41.5 + - type: Transform + pos: -12.5,-41.5 parent: 1 - type: Transform - uid: 9115 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 1 - type: Transform - uid: 9126 components: - - pos: -13.5,-38.5 + - type: Transform + pos: -13.5,-38.5 parent: 1 - type: Transform - uid: 9243 components: - - pos: -18.5,-34.5 + - type: Transform + pos: -18.5,-34.5 parent: 1 - type: Transform - uid: 9248 components: - - pos: -18.5,-33.5 + - type: Transform + pos: -18.5,-33.5 parent: 1 - type: Transform - uid: 9249 components: - - pos: -18.5,-32.5 + - type: Transform + pos: -18.5,-32.5 parent: 1 - type: Transform - uid: 9280 components: - - pos: -102.5,-19.5 + - type: Transform + pos: -102.5,-19.5 parent: 1 - type: Transform - uid: 10264 components: - - pos: 23.5,-58.5 + - type: Transform + pos: 23.5,-58.5 parent: 1 - type: Transform - uid: 10367 components: - - pos: 11.5,-57.5 + - type: Transform + pos: 11.5,-57.5 parent: 1 - type: Transform - uid: 10407 components: - - pos: 18.5,-38.5 + - type: Transform + pos: 18.5,-38.5 parent: 1 - type: Transform - uid: 10418 components: - - pos: 19.5,-38.5 + - type: Transform + pos: 19.5,-38.5 parent: 1 - type: Transform - uid: 10419 components: - - pos: 21.5,-38.5 + - type: Transform + pos: 21.5,-38.5 parent: 1 - type: Transform - uid: 10509 components: - - pos: -0.5,-48.5 + - type: Transform + pos: -0.5,-48.5 parent: 1 - type: Transform - uid: 10510 components: - - pos: 2.5,-48.5 + - type: Transform + pos: 2.5,-48.5 parent: 1 - type: Transform - uid: 10524 components: - - pos: 9.5,-48.5 + - type: Transform + pos: 9.5,-48.5 parent: 1 - type: Transform - uid: 10525 components: - - pos: 10.5,-48.5 + - type: Transform + pos: 10.5,-48.5 parent: 1 - type: Transform - uid: 10526 components: - - pos: 13.5,-48.5 + - type: Transform + pos: 13.5,-48.5 parent: 1 - type: Transform - uid: 10527 components: - - pos: 12.5,-48.5 + - type: Transform + pos: 12.5,-48.5 parent: 1 - type: Transform - uid: 10585 components: - - pos: 13.5,-40.5 + - type: Transform + pos: 13.5,-40.5 parent: 1 - type: Transform - uid: 10594 components: - - pos: 25.5,-47.5 + - type: Transform + pos: 25.5,-47.5 parent: 1 - type: Transform - uid: 10629 components: - - pos: 23.5,-47.5 + - type: Transform + pos: 23.5,-47.5 parent: 1 - type: Transform - uid: 11115 components: - - pos: -86.5,-12.5 + - type: Transform + pos: -86.5,-12.5 parent: 1 - type: Transform - uid: 11324 components: - - pos: -15.5,35.5 + - type: Transform + pos: -15.5,35.5 parent: 1 - type: Transform - uid: 11518 components: - - pos: -9.5,37.5 + - type: Transform + pos: -9.5,37.5 parent: 1 - type: Transform - uid: 11601 components: - - pos: -16.5,34.5 + - type: Transform + pos: -16.5,34.5 parent: 1 - type: Transform - uid: 11647 components: - - pos: -18.5,34.5 + - type: Transform + pos: -18.5,34.5 parent: 1 - type: Transform - uid: 11668 components: - - pos: -9.5,35.5 + - type: Transform + pos: -9.5,35.5 parent: 1 - type: Transform - uid: 12309 components: - - pos: -103.5,21.5 + - type: Transform + pos: -103.5,21.5 parent: 1 - type: Transform - uid: 12310 components: - - pos: -121.5,21.5 + - type: Transform + pos: -121.5,21.5 parent: 1 - type: Transform - uid: 12355 components: - - pos: -124.5,13.5 + - type: Transform + pos: -124.5,13.5 parent: 1 - type: Transform - uid: 12356 components: - - pos: -124.5,11.5 + - type: Transform + pos: -124.5,11.5 parent: 1 - type: Transform - uid: 12357 components: - - pos: -124.5,10.5 + - type: Transform + pos: -124.5,10.5 parent: 1 - type: Transform - uid: 12783 components: - - pos: -80.5,34.5 + - type: Transform + pos: -80.5,34.5 parent: 1 - type: Transform - uid: 12821 components: - - pos: -83.5,33.5 + - type: Transform + pos: -83.5,33.5 parent: 1 - type: Transform - uid: 13175 components: - - pos: -12.5,34.5 + - type: Transform + pos: -12.5,34.5 parent: 1 - type: Transform - uid: 13192 components: - - pos: -107.5,-22.5 + - type: Transform + pos: -107.5,-22.5 parent: 1 - type: Transform - uid: 14620 components: - - pos: -73.5,-16.5 + - type: Transform + pos: -73.5,-16.5 parent: 1 - type: Transform - uid: 15158 components: - - pos: -106.5,-19.5 + - type: Transform + pos: -106.5,-19.5 parent: 1 - type: Transform - uid: 16132 components: - - pos: -104.5,-19.5 + - type: Transform + pos: -104.5,-19.5 parent: 1 - type: Transform - uid: 20334 components: - - pos: -98.5,-38.5 + - type: Transform + pos: -98.5,-38.5 parent: 1 - type: Transform - uid: 20345 components: - - pos: -95.5,-38.5 + - type: Transform + pos: -95.5,-38.5 parent: 1 - type: Transform - uid: 20346 components: - - pos: -94.5,-38.5 + - type: Transform + pos: -94.5,-38.5 parent: 1 - type: Transform - uid: 23708 components: - - pos: 36.5,-57.5 + - type: Transform + pos: 36.5,-57.5 parent: 1 - type: Transform - uid: 23709 components: - - pos: 39.5,-57.5 + - type: Transform + pos: 39.5,-57.5 parent: 1 - type: Transform - uid: 28848 components: - - pos: -111.5,-66.5 + - type: Transform + pos: -111.5,-66.5 parent: 1 - type: Transform - uid: 28902 components: - - pos: -108.5,-66.5 + - type: Transform + pos: -108.5,-66.5 parent: 1 - type: Transform - uid: 28903 components: - - pos: -107.5,-66.5 + - type: Transform + pos: -107.5,-66.5 parent: 1 - type: Transform - uid: 30048 components: - - pos: -76.5,-34.5 + - type: Transform + pos: -76.5,-34.5 parent: 1 - type: Transform - uid: 30748 components: - - pos: -76.5,-36.5 + - type: Transform + pos: -76.5,-36.5 parent: 1 - type: Transform - uid: 31567 components: - - pos: -157.5,6.5 + - type: Transform + pos: -157.5,6.5 parent: 1 - type: Transform - uid: 31568 components: - - pos: -157.5,11.5 + - type: Transform + pos: -157.5,11.5 parent: 1 - type: Transform - uid: 31569 components: - - pos: -157.5,12.5 + - type: Transform + pos: -157.5,12.5 parent: 1 - type: Transform - uid: 31570 components: - - pos: -157.5,13.5 + - type: Transform + pos: -157.5,13.5 parent: 1 - type: Transform - uid: 31571 components: - - pos: -157.5,14.5 + - type: Transform + pos: -157.5,14.5 parent: 1 - type: Transform - uid: 31572 components: - - pos: -157.5,5.5 + - type: Transform + pos: -157.5,5.5 parent: 1 - type: Transform - uid: 31579 components: - - pos: -157.5,7.5 + - type: Transform + pos: -157.5,7.5 parent: 1 - type: Transform - uid: 31580 components: - - pos: -157.5,18.5 + - type: Transform + pos: -157.5,18.5 parent: 1 - type: Transform - uid: 31581 components: - - pos: -157.5,19.5 + - type: Transform + pos: -157.5,19.5 parent: 1 - type: Transform - uid: 31582 components: - - pos: -157.5,20.5 + - type: Transform + pos: -157.5,20.5 parent: 1 - type: Transform - uid: 31583 components: - - pos: -157.5,17.5 + - type: Transform + pos: -157.5,17.5 parent: 1 - type: Transform - uid: 31585 components: - - pos: -157.5,8.5 + - type: Transform + pos: -157.5,8.5 parent: 1 - type: Transform - uid: 33943 components: - - pos: -95.5,-64.5 + - type: Transform + pos: -95.5,-64.5 parent: 1 - type: Transform - uid: 33945 components: - - pos: -97.5,-64.5 + - type: Transform + pos: -97.5,-64.5 parent: 1 - type: Transform - uid: 34078 components: - - pos: -98.5,-52.5 + - type: Transform + pos: -98.5,-52.5 parent: 1 - type: Transform - uid: 34079 components: - - pos: -96.5,-52.5 + - type: Transform + pos: -96.5,-52.5 parent: 1 - type: Transform - uid: 34083 components: - - pos: -98.5,-49.5 + - type: Transform + pos: -98.5,-49.5 parent: 1 - type: Transform - uid: 34084 components: - - pos: -96.5,-49.5 + - type: Transform + pos: -96.5,-49.5 parent: 1 - type: Transform - uid: 34562 components: - - pos: -100.5,-19.5 + - type: Transform + pos: -100.5,-19.5 parent: 1 - type: Transform - uid: 36600 components: - - pos: -97.5,-82.5 + - type: Transform + pos: -97.5,-82.5 parent: 1 - type: Transform - uid: 36601 components: - - pos: -91.5,-81.5 + - type: Transform + pos: -91.5,-81.5 parent: 1 - type: Transform - proto: WindowDirectional entities: - uid: 1752 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-35.5 parent: 1 - type: Transform - uid: 5079 components: - - pos: -88.5,-11.5 + - type: Transform + pos: -88.5,-11.5 parent: 1 - type: Transform - uid: 5080 components: - - pos: -89.5,-11.5 + - type: Transform + pos: -89.5,-11.5 parent: 1 - type: Transform - uid: 5103 components: - - pos: -91.5,-11.5 + - type: Transform + pos: -91.5,-11.5 parent: 1 - type: Transform - uid: 5108 components: - - pos: -87.5,-11.5 + - type: Transform + pos: -87.5,-11.5 parent: 1 - type: Transform - uid: 5109 components: - - pos: -90.5,-11.5 + - type: Transform + pos: -90.5,-11.5 parent: 1 - type: Transform - uid: 5960 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-77.5 parent: 1 - type: Transform - uid: 5982 components: - - pos: -44.5,-76.5 + - type: Transform + pos: -44.5,-76.5 parent: 1 - type: Transform - uid: 5985 components: - - pos: -48.5,-76.5 + - type: Transform + pos: -48.5,-76.5 parent: 1 - type: Transform - uid: 6706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,41.5 parent: 1 - type: Transform - uid: 7217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,40.5 parent: 1 - type: Transform - uid: 7797 components: - - pos: -90.5,17.5 + - type: Transform + pos: -90.5,17.5 parent: 1 - type: Transform - uid: 7798 components: - - pos: -89.5,17.5 + - type: Transform + pos: -89.5,17.5 parent: 1 - type: Transform - uid: 7799 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,15.5 parent: 1 - type: Transform - uid: 7803 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,16.5 parent: 1 - type: Transform - uid: 7806 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -88.5,14.5 parent: 1 - type: Transform - uid: 10287 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-35.5 parent: 1 - type: Transform - uid: 10291 components: - - pos: 18.5,-35.5 + - type: Transform + pos: 18.5,-35.5 parent: 1 - type: Transform - uid: 11043 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-16.5 parent: 1 - type: Transform - uid: 11044 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-16.5 parent: 1 - type: Transform - uid: 11045 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-10.5 parent: 1 - type: Transform - uid: 11046 components: - - pos: -46.5,-15.5 + - type: Transform + pos: -46.5,-15.5 parent: 1 - type: Transform - uid: 11047 components: - - pos: -47.5,-15.5 + - type: Transform + pos: -47.5,-15.5 parent: 1 - type: Transform - uid: 11048 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-15.5 parent: 1 - type: Transform - uid: 11049 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-14.5 parent: 1 - type: Transform - uid: 11050 components: - - pos: -48.5,-13.5 + - type: Transform + pos: -48.5,-13.5 parent: 1 - type: Transform - uid: 11051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-13.5 parent: 1 - type: Transform - uid: 11052 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-12.5 parent: 1 - type: Transform - uid: 11053 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-11.5 parent: 1 - type: Transform - uid: 11054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-12.5 parent: 1 - type: Transform - uid: 11055 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-10.5 parent: 1 - type: Transform - uid: 11056 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-10.5 parent: 1 - type: Transform - uid: 11057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-9.5 parent: 1 - type: Transform - uid: 11059 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-9.5 parent: 1 - type: Transform - uid: 11060 components: - - pos: -44.5,-15.5 + - type: Transform + pos: -44.5,-15.5 parent: 1 - type: Transform - uid: 11061 components: - - pos: -43.5,-15.5 + - type: Transform + pos: -43.5,-15.5 parent: 1 - type: Transform - uid: 11062 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-10.5 parent: 1 - type: Transform - uid: 11063 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-10.5 parent: 1 - type: Transform - uid: 11064 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-10.5 parent: 1 - type: Transform - uid: 11065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-11.5 parent: 1 - type: Transform - uid: 11066 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-14.5 parent: 1 - type: Transform - uid: 11067 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-15.5 parent: 1 - type: Transform - uid: 11068 components: - - pos: -42.5,-13.5 + - type: Transform + pos: -42.5,-13.5 parent: 1 - type: Transform - uid: 11069 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-12.5 parent: 1 - type: Transform - uid: 11070 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-12.5 parent: 1 - type: Transform - uid: 11071 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-13.5 parent: 1 - type: Transform - uid: 12955 components: - - pos: -42.5,-76.5 + - type: Transform + pos: -42.5,-76.5 parent: 1 - type: Transform - uid: 15673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-37.5 parent: 1 - type: Transform - uid: 16133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-77.5 parent: 1 - type: Transform - uid: 18892 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-77.5 parent: 1 - type: Transform - uid: 22395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-34.5 parent: 1 - type: Transform - uid: 23059 components: - - pos: -46.5,-76.5 + - type: Transform + pos: -46.5,-76.5 parent: 1 - type: Transform - uid: 23062 components: - - pos: -40.5,-76.5 + - type: Transform + pos: -40.5,-76.5 parent: 1 - type: Transform - uid: 24932 components: - - pos: -50.5,-76.5 + - type: Transform + pos: -50.5,-76.5 parent: 1 - type: Transform - uid: 24937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-77.5 parent: 1 - type: Transform - uid: 31689 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -91.5,-12.5 parent: 1 - type: Transform - uid: 31690 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-12.5 parent: 1 - type: Transform - uid: 31691 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,-12.5 parent: 1 - type: Transform - uid: 31692 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -88.5,-12.5 parent: 1 - type: Transform - uid: 31693 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -87.5,-12.5 parent: 1 - type: Transform - uid: 31694 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-34.5 parent: 1 - type: Transform - uid: 31695 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-35.5 parent: 1 - type: Transform - uid: 32243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -85.5,-7.5 parent: 1 - type: Transform - uid: 32245 components: - - pos: -85.5,-5.5 + - type: Transform + pos: -85.5,-5.5 parent: 1 - type: Transform - proto: WindowFrostedDirectional entities: - uid: 3966 components: - - pos: -56.5,-35.5 + - type: Transform + pos: -56.5,-35.5 parent: 1 - type: Transform - uid: 3967 components: - - pos: -57.5,-35.5 + - type: Transform + pos: -57.5,-35.5 parent: 1 - type: Transform - uid: 3968 components: - - pos: -55.5,-35.5 + - type: Transform + pos: -55.5,-35.5 parent: 1 - type: Transform - uid: 9568 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-6.5 parent: 1 - type: Transform - uid: 9573 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-6.5 parent: 1 - type: Transform - uid: 9574 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-3.5 parent: 1 - type: Transform - uid: 9601 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-3.5 parent: 1 - type: Transform - uid: 13774 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-28.5 parent: 1 - type: Transform - uid: 13775 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-28.5 parent: 1 - type: Transform - uid: 13776 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-28.5 parent: 1 - type: Transform - uid: 13777 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,-28.5 parent: 1 - type: Transform - uid: 13778 components: - - pos: 23.5,-31.5 + - type: Transform + pos: 23.5,-31.5 parent: 1 - type: Transform - uid: 13779 components: - - pos: 22.5,-31.5 + - type: Transform + pos: 22.5,-31.5 parent: 1 - type: Transform - uid: 13780 components: - - pos: 21.5,-31.5 + - type: Transform + pos: 21.5,-31.5 parent: 1 - type: Transform - uid: 13781 components: - - pos: 20.5,-31.5 + - type: Transform + pos: 20.5,-31.5 parent: 1 - type: Transform - uid: 13864 components: - - pos: 23.5,-26.5 + - type: Transform + pos: 23.5,-26.5 parent: 1 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 36 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-4.5 parent: 1 - type: Transform - uid: 39 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 1 - type: Transform - uid: 40 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-3.5 parent: 1 - type: Transform - uid: 41 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 42 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 43 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 44 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,0.5 parent: 1 - type: Transform - uid: 45 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,1.5 parent: 1 - type: Transform - uid: 46 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,2.5 parent: 1 - type: Transform - uid: 47 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,3.5 parent: 1 - type: Transform - uid: 48 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,4.5 parent: 1 - type: Transform - uid: 49 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-5.5 parent: 1 - type: Transform - uid: 50 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-5.5 parent: 1 - type: Transform - uid: 51 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-5.5 parent: 1 - type: Transform - uid: 52 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-5.5 parent: 1 - type: Transform - uid: 53 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 1 - type: Transform - uid: 54 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 55 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 56 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 1 - type: Transform - uid: 57 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-5.5 parent: 1 - type: Transform - uid: 58 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-5.5 parent: 1 - type: Transform - uid: 59 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 64 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,4.5 parent: 1 - type: Transform - uid: 65 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,3.5 parent: 1 - type: Transform - uid: 66 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,2.5 parent: 1 - type: Transform - uid: 67 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - type: Transform - uid: 69 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 1 - type: Transform - uid: 70 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 71 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 1 - type: Transform - uid: 72 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 1 - type: Transform - uid: 73 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 1 - type: Transform - uid: 74 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 1 - type: Transform - uid: 75 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 76 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 1 - type: Transform - uid: 77 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 78 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 80 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 81 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 82 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,0.5 parent: 1 - type: Transform - uid: 83 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,1.5 parent: 1 - type: Transform - uid: 84 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,2.5 parent: 1 - type: Transform - uid: 85 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,3.5 parent: 1 - type: Transform - uid: 86 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 87 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 88 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 89 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 90 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 91 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-4.5 parent: 1 - type: Transform - uid: 92 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-4.5 parent: 1 - type: Transform - uid: 93 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 94 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-3.5 parent: 1 - type: Transform - uid: 97 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,4.5 parent: 1 - type: Transform - uid: 100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - type: Transform - uid: 101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 1 - type: Transform - uid: 103 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 104 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 105 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 106 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - uid: 107 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 108 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 1 - type: Transform - uid: 109 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 1 - type: Transform - uid: 147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 1 - type: Transform - uid: 148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,3.5 parent: 1 - type: Transform - uid: 150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 151 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-5.5 parent: 1 - type: Transform - uid: 152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 1 - type: Transform - uid: 153 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-5.5 parent: 1 - type: Transform - uid: 154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 155 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-5.5 parent: 1 - type: Transform - uid: 156 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-5.5 parent: 1 - type: Transform - uid: 157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-5.5 parent: 1 - type: Transform - uid: 158 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 159 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-5.5 parent: 1 - type: Transform - uid: 160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-5.5 parent: 1 - type: Transform - uid: 161 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 162 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 163 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 164 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 165 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - uid: 166 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 167 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 168 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 1 - type: Transform - uid: 169 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - uid: 170 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 1 - type: Transform - uid: 171 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 172 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 173 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 174 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 175 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 176 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 177 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 178 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 179 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,4.5 parent: 1 - type: Transform - uid: 180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,3.5 parent: 1 - type: Transform - uid: 181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,2.5 parent: 1 - type: Transform - uid: 182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,1.5 parent: 1 - type: Transform - uid: 183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,0.5 parent: 1 - type: Transform - uid: 184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-4.5 parent: 1 - type: Transform - uid: 189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 190 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-4.5 parent: 1 - type: Transform - uid: 193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-4.5 parent: 1 - type: Transform - uid: 195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-4.5 parent: 1 - type: Transform - uid: 196 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 198 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,2.5 parent: 1 - type: Transform - uid: 199 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 1 - type: Transform - uid: 200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,0.5 parent: 1 - type: Transform - uid: 201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,3.5 parent: 1 - type: Transform - uid: 206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 1 - type: Transform - uid: 207 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 1 - type: Transform - uid: 495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,12.5 parent: 1 - type: Transform - uid: 497 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,9.5 parent: 1 - type: Transform - uid: 498 components: - - pos: -17.5,10.5 + - type: Transform + pos: -17.5,10.5 parent: 1 - type: Transform - uid: 499 components: - - pos: -20.5,10.5 + - type: Transform + pos: -20.5,10.5 parent: 1 - type: Transform - uid: 500 components: - - pos: -18.5,10.5 + - type: Transform + pos: -18.5,10.5 parent: 1 - type: Transform - uid: 789 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-20.5 parent: 1 - type: Transform - uid: 791 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-20.5 parent: 1 - type: Transform - uid: 913 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-12.5 parent: 1 - type: Transform - uid: 918 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-13.5 parent: 1 - type: Transform - uid: 1233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-7.5 parent: 1 - type: Transform - uid: 1234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-7.5 parent: 1 - type: Transform - uid: 1235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-7.5 parent: 1 - type: Transform - uid: 1236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-7.5 parent: 1 - type: Transform - uid: 1237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-7.5 parent: 1 - type: Transform - uid: 1430 components: - - pos: -53.5,-1.5 + - type: Transform + pos: -53.5,-1.5 parent: 1 - type: Transform - uid: 1533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-1.5 parent: 1 - type: Transform - uid: 1812 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-23.5 parent: 1 - type: Transform - uid: 1813 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-23.5 parent: 1 - type: Transform - uid: 2907 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,6.5 parent: 1 - type: Transform - uid: 3103 components: - - pos: -24.5,-12.5 + - type: Transform + pos: -24.5,-12.5 parent: 1 - type: Transform - uid: 3936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-30.5 parent: 1 - type: Transform - uid: 3937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-27.5 parent: 1 - type: Transform - uid: 3938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-29.5 parent: 1 - type: Transform - uid: 4872 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-23.5 parent: 1 - type: Transform - uid: 4873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -89.5,-26.5 parent: 1 - type: Transform - uid: 5152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-0.5 parent: 1 - type: Transform - uid: 5153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-0.5 parent: 1 - type: Transform - uid: 5789 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -74.5,28.5 parent: 1 - type: Transform - uid: 5800 components: - - pos: -72.5,25.5 + - type: Transform + pos: -72.5,25.5 parent: 1 - type: Transform - uid: 6630 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,26.5 parent: 1 - type: Transform - uid: 6631 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,25.5 parent: 1 - type: Transform - uid: 6632 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,25.5 parent: 1 - type: Transform - uid: 6633 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,25.5 parent: 1 - type: Transform - uid: 6637 components: - - pos: -6.5,24.5 + - type: Transform + pos: -6.5,24.5 parent: 1 - type: Transform - uid: 6638 components: - - pos: -7.5,24.5 + - type: Transform + pos: -7.5,24.5 parent: 1 - type: Transform - uid: 6639 components: - - pos: -8.5,24.5 + - type: Transform + pos: -8.5,24.5 parent: 1 - type: Transform - uid: 6643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,25.5 parent: 1 - type: Transform - uid: 6750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-38.5 parent: 1 - type: Transform - uid: 7304 components: - - pos: -47.5,39.5 + - type: Transform + pos: -47.5,39.5 parent: 1 - type: Transform - uid: 7444 components: - - pos: -48.5,25.5 + - type: Transform + pos: -48.5,25.5 parent: 1 - type: Transform - uid: 7445 components: - - pos: -49.5,25.5 + - type: Transform + pos: -49.5,25.5 parent: 1 - type: Transform - uid: 7451 components: - - pos: -47.5,25.5 + - type: Transform + pos: -47.5,25.5 parent: 1 - type: Transform - uid: 7488 components: - - pos: -39.5,13.5 + - type: Transform + pos: -39.5,13.5 parent: 1 - type: Transform - uid: 7489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,16.5 parent: 1 - type: Transform - uid: 7495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,15.5 parent: 1 - type: Transform - uid: 7498 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,16.5 parent: 1 - type: Transform - uid: 7499 components: - - pos: -41.5,13.5 + - type: Transform + pos: -41.5,13.5 parent: 1 - type: Transform - uid: 7514 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,26.5 parent: 1 - type: Transform - uid: 7515 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -81.5,24.5 parent: 1 - type: Transform - uid: 7517 components: - - pos: -74.5,25.5 + - type: Transform + pos: -74.5,25.5 parent: 1 - type: Transform - uid: 7520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -72.5,28.5 parent: 1 - type: Transform - uid: 7524 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -75.5,27.5 parent: 1 - type: Transform - uid: 7565 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,28.5 parent: 1 - type: Transform - uid: 7566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,27.5 parent: 1 - type: Transform - uid: 7567 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,26.5 parent: 1 - type: Transform - uid: 7568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -70.5,25.5 parent: 1 - type: Transform - uid: 7911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -80.5,19.5 parent: 1 - type: Transform - uid: 7913 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,17.5 parent: 1 - type: Transform - uid: 7914 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -80.5,17.5 parent: 1 - type: Transform - uid: 7994 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -79.5,9.5 parent: 1 - type: Transform - uid: 7995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -76.5,9.5 parent: 1 - type: Transform - uid: 8007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -77.5,9.5 parent: 1 - type: Transform - uid: 8186 components: - - pos: -53.5,25.5 + - type: Transform + pos: -53.5,25.5 parent: 1 - type: Transform - uid: 8187 components: - - pos: -52.5,25.5 + - type: Transform + pos: -52.5,25.5 parent: 1 - type: Transform - uid: 8188 components: - - pos: -51.5,25.5 + - type: Transform + pos: -51.5,25.5 parent: 1 - type: Transform - uid: 8189 components: - - pos: -45.5,25.5 + - type: Transform + pos: -45.5,25.5 parent: 1 - type: Transform - uid: 8190 components: - - pos: -44.5,25.5 + - type: Transform + pos: -44.5,25.5 parent: 1 - type: Transform - uid: 8191 components: - - pos: -43.5,25.5 + - type: Transform + pos: -43.5,25.5 parent: 1 - type: Transform - uid: 8204 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,42.5 parent: 1 - type: Transform - uid: 8205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,42.5 parent: 1 - type: Transform - uid: 8248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -104.5,-1.5 parent: 1 - type: Transform - uid: 8764 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,42.5 parent: 1 - type: Transform - uid: 8893 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,23.5 parent: 1 - type: Transform - uid: 8941 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,42.5 parent: 1 - type: Transform - uid: 9481 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,17.5 parent: 1 - type: Transform - uid: 9482 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,15.5 parent: 1 - type: Transform - uid: 9654 components: - - pos: -16.5,1.5 + - type: Transform + pos: -16.5,1.5 parent: 1 - type: Transform - uid: 9656 components: - - pos: -18.5,1.5 + - type: Transform + pos: -18.5,1.5 parent: 1 - type: Transform - uid: 9657 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,0.5 parent: 1 - type: Transform - uid: 9658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-0.5 parent: 1 - type: Transform - uid: 9659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-1.5 parent: 1 - type: Transform - uid: 9661 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-1.5 parent: 1 - type: Transform - uid: 10099 components: - - pos: 27.5,-8.5 + - type: Transform + pos: 27.5,-8.5 parent: 1 - type: Transform - uid: 10100 components: - - pos: 23.5,-8.5 + - type: Transform + pos: 23.5,-8.5 parent: 1 - type: Transform - uid: 10436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-48.5 parent: 1 - type: Transform - uid: 10437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-46.5 parent: 1 - type: Transform - uid: 10438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-46.5 parent: 1 - type: Transform - uid: 10439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-48.5 parent: 1 - type: Transform - uid: 10440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-49.5 parent: 1 - type: Transform - uid: 10448 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-53.5 parent: 1 - type: Transform - uid: 10449 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-53.5 parent: 1 - type: Transform - uid: 12449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,0.5 parent: 1 - type: Transform - uid: 12451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-0.5 parent: 1 - type: Transform - uid: 12739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,52.5 parent: 1 - type: Transform - uid: 12740 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -100.5,58.5 parent: 1 - type: Transform - uid: 12754 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,52.5 parent: 1 - type: Transform - uid: 12756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,58.5 parent: 1 - type: Transform - uid: 12759 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,52.5 parent: 1 - type: Transform - uid: 12760 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -100.5,52.5 parent: 1 - type: Transform - uid: 12761 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -84.5,58.5 parent: 1 - type: Transform - uid: 12841 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -84.5,58.5 parent: 1 - type: Transform - uid: 13584 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -67.5,-70.5 parent: 1 - type: Transform - uid: 13586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -70.5,-70.5 parent: 1 - type: Transform - uid: 13587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -73.5,-70.5 parent: 1 - type: Transform - uid: 13802 components: - - pos: 24.5,-24.5 + - type: Transform + pos: 24.5,-24.5 parent: 1 - type: Transform - uid: 13803 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-24.5 parent: 1 - type: Transform - uid: 15771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-3.5 parent: 1 - type: Transform - uid: 15780 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-2.5 parent: 1 - type: Transform - uid: 15781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-1.5 parent: 1 - type: Transform - uid: 16387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,-0.5 parent: 1 - type: Transform - uid: 16390 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -128.5,0.5 parent: 1 - type: Transform - uid: 17296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-35.5 parent: 1 - type: Transform - uid: 17530 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -105.5,-1.5 parent: 1 - type: Transform - uid: 20395 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-39.5 parent: 1 - type: Transform - uid: 27894 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -114.5,-36.5 parent: 1 - type: Transform - uid: 28757 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-0.5 parent: 1 - type: Transform - uid: 28758 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-1.5 parent: 1 - type: Transform - uid: 31072 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,2.5 parent: 1 - type: Transform - uid: 31469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,3.5 parent: 1 - type: Transform - uid: 31471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,3.5 parent: 1 - type: Transform - uid: 33155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-1.5 parent: 1 - type: Transform - uid: 33156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-2.5 parent: 1 - type: Transform - uid: 33157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -126.5,-3.5 parent: 1 - type: Transform - uid: 33476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,3.5 parent: 1 - type: Transform - uid: 33477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,4.5 parent: 1 - type: Transform - uid: 33478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,5.5 parent: 1 - type: Transform - uid: 33479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,6.5 parent: 1 - type: Transform - uid: 33480 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,7.5 parent: 1 - type: Transform - uid: 33481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,8.5 parent: 1 - type: Transform - uid: 33482 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,10.5 parent: 1 - type: Transform - uid: 33483 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,11.5 parent: 1 - type: Transform - uid: 33484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,12.5 parent: 1 - type: Transform - uid: 33485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -127.5,13.5 parent: 1 - type: Transform - uid: 36471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-58.5 parent: 1 - type: Transform - uid: 36472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-60.5 parent: 1 - type: Transform - uid: 36474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -121.5,-59.5 parent: 1 - type: Transform - uid: 36476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,-58.5 parent: 1 - type: Transform - uid: 36477 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,-59.5 parent: 1 - type: Transform - uid: 36478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -122.5,-60.5 parent: 1 - type: Transform - proto: WindowTintedDirectional entities: - uid: 4126 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-51.5 parent: 1 - type: Transform - uid: 4128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-51.5 parent: 1 - type: Transform - uid: 4129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-50.5 parent: 1 - type: Transform - uid: 4130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-50.5 parent: 1 - type: Transform - uid: 4851 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -89.5,-25.5 parent: 1 - type: Transform - uid: 4852 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -90.5,-25.5 parent: 1 - type: Transform - uid: 8559 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -66.5,-0.5 parent: 1 - type: Transform - uid: 8976 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-15.5 parent: 1 - type: Transform - uid: 8977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-15.5 parent: 1 - type: Transform - uid: 9128 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-39.5 parent: 1 - type: Transform - uid: 9135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-38.5 parent: 1 - type: Transform - uid: 9137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-37.5 parent: 1 - type: Transform - uid: 9147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-39.5 parent: 1 - type: Transform - uid: 9148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-38.5 parent: 1 - type: Transform - uid: 9149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-37.5 parent: 1 - type: Transform - uid: 11489 components: - - pos: -8.5,32.5 + - type: Transform + pos: -8.5,32.5 parent: 1 - type: Transform - uid: 13606 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -113.5,-17.5 parent: 1 - type: Transform - uid: 15632 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -109.5,-17.5 parent: 1 - type: Transform - uid: 33976 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -94.5,-72.5 parent: 1 - type: Transform - proto: Wirecutter entities: - uid: 1228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.493671,-7.4433103 parent: 1 - type: Transform - uid: 12275 components: - - pos: -41.52462,-54.45036 + - type: Transform + pos: -41.52462,-54.45036 parent: 1 - type: Transform - proto: WoodDoor entities: - uid: 9694 components: - - pos: -24.5,-28.5 + - type: Transform + pos: -24.5,-28.5 parent: 1 - type: Transform - uid: 9695 components: - - pos: -25.5,-28.5 + - type: Transform + pos: -25.5,-28.5 parent: 1 - type: Transform - uid: 33981 components: - - pos: -97.5,-70.5 + - type: Transform + pos: -97.5,-70.5 parent: 1 - type: Transform - proto: WoodenSupport entities: - uid: 22164 components: - - pos: 73.5,-2.5 + - type: Transform + pos: 73.5,-2.5 parent: 1 - type: Transform - uid: 32193 components: - - pos: 74.5,-2.5 + - type: Transform + pos: 74.5,-2.5 parent: 1 - type: Transform - uid: 32194 components: - - pos: 73.5,0.5 + - type: Transform + pos: 73.5,0.5 parent: 1 - type: Transform - uid: 32195 components: - - pos: 74.5,0.5 + - type: Transform + pos: 74.5,0.5 parent: 1 - type: Transform - proto: WoodenSupportBeam entities: - uid: 7090 components: - - pos: 71.5,-3.5 + - type: Transform + pos: 71.5,-3.5 parent: 1 - type: Transform - proto: Wrench entities: - uid: 641 components: - - pos: -34.50293,-10.572606 + - type: Transform + pos: -34.50293,-10.572606 parent: 1 - type: Transform - uid: 1226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.415546,-7.4745812 parent: 1 - type: Transform - uid: 1227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.618671,-7.4120374 parent: 1 - type: Transform - uid: 5582 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.097534,33.92034 parent: 1 - type: Transform - uid: 6515 components: - - pos: -125.741264,0.5637478 + - type: Transform + pos: -125.741264,0.5637478 parent: 1 - type: Transform - uid: 9786 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -105.36693,-31.468134 parent: 1 - type: Transform - uid: 11915 components: - - pos: -37.47136,-41.748615 + - type: Transform + pos: -37.47136,-41.748615 parent: 1 - type: Transform - uid: 30614 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -124.43386,-9.225075 parent: 1 - type: Transform - uid: 31240 components: - - pos: -77.56353,-75.44097 + - type: Transform + pos: -77.56353,-75.44097 parent: 1 - type: Transform - uid: 41809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -142.57535,-36.189487 parent: 1 - type: Transform - proto: YellowOxygenTankFilled entities: - uid: 36662 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -95.64163,-88.436745 parent: 1 - type: Transform - proto: Zipties entities: - uid: 13688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -69.59088,-67.4799 parent: 1 - type: Transform ... From 62477426ee7ed3b273be535dad09189bd14f61a5 Mon Sep 17 00:00:00 2001 From: "Tad \"Taddy\" Johnson" <120885811+TadJohnson00@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:22:13 +1000 Subject: [PATCH 012/391] Update pride.yml (#733) * Update pride.yml Necessary change. * Update pride.yml added bee socks. very important * Update cargo_vending.yml the price of freedom Signed-off-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com> --------- Signed-off-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com> --- .../Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml | 4 ++-- .../Catalog/VendingMachines/Inventories/pride.yml | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml index dffc6989b1..343ec4d533 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_vending.yml @@ -4,6 +4,6 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockPrideFilled - cost: 1000 + cost: 1100 category: Service - group: market \ No newline at end of file + group: market diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml index 941c52a835..9e1de27fa4 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/pride.yml @@ -14,7 +14,16 @@ PlushieSharkPink: 2 PlushieSharkGrey: 2 ClothingNeckCloakTrans: 2 + ClothingNeckCloakAro: 2 + ClothingNeckCloakAce: 2 + ClothingNeckCloakBi: 2 + ClothingNeckCloakIntersex: 2 + ClothingNeckCloakEnby: 2 + ClothingNeckCloakPan: 2 + ClothingNeckCloakGay: 2 + ClothingNeckCloakLesbian: 2 ClothingHeadHatXmasCrown: 2 BedsheetRainbow: 2 ClothingUniformColorRainbow: 2 - ClothingUnderSocksCoder: 1 \ No newline at end of file + ClothingUnderSocksCoder: 1 + ClothingUnderSocksBee: 1 \ No newline at end of file From 2cbb01adebf4f7fb0f35f5934f06c49012c3dcba Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Tue, 30 Jan 2024 14:22:29 +0000 Subject: [PATCH 013/391] Automatic Changelog Update (#733) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index ab2bbfbc61..e4a8fb28bd 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1413,3 +1413,11 @@ Entries: message: Added gridinv, sorry. id: 212 time: '2024-01-21T18:58:28.0000000+00:00' +- author: TadJohnson00 + changes: + - type: Tweak + message: >- + Pride vend has received an adjusted inventory. Make sure to check out + the new cloaks available! + id: 213 + time: '2024-01-30T14:22:13.0000000+00:00' From 8357dbea874983173b067cfb5cb09f4c384e6501 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:36:49 -0600 Subject: [PATCH 014/391] Map Edits: Tortuga (#735) * Map Edits: Tortuga * Update folders and paper bins --------- Co-authored-by: Velcroboy <> --- Resources/Maps/tortuga.yml | 1746 ++++++++++++++++++++++-------------- 1 file changed, 1094 insertions(+), 652 deletions(-) diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index a7884e259e..c0ee04c08b 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -55,6 +55,7 @@ tilemap: 107: FloorTechMaint3 109: FloorWhite 110: FloorWhiteDiagonal + 113: FloorWhiteMini 114: FloorWhiteMono 119: FloorWood 120: FloorWoodTile @@ -74,207 +75,207 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: WgAAAAACWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADWgAAAAADTgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACTgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACTgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAB + tiles: WgAAAAABWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAADTgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABTgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAB version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAADQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAHgAAAAADHgAAAAADWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAHgAAAAADHgAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACQQAAAAAAQQAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAAHgAAAAAAHgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAADWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: WgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAALgAAAAAALgAAAAADMwAAAAADegAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAADMwAAAAABQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAMwAAAAACMwAAAAAALgAAAAABLgAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAABQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAMwAAAAAAMwAAAAABLgAAAAABLgAAAAACMwAAAAABMwAAAAABMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAACQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAMwAAAAADMwAAAAADLgAAAAAALgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAMwAAAAACMwAAAAACLgAAAAACLgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAABMwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAMwAAAAACMwAAAAABLgAAAAAALgAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAABMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAACMwAAAAAALgAAAAAALgAAAAABMwAAAAAAMwAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAABMwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAABMwAAAAACLgAAAAACLgAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAACPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAABMwAAAAADLgAAAAACLgAAAAABMwAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAMwAAAAABMwAAAAADLgAAAAABLgAAAAACMwAAAAABMwAAAAABMwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAACMwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAABMwAAAAABLgAAAAACLgAAAAACMwAAAAADMwAAAAAAMwAAAAADegAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAABFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMwAAAAACMwAAAAADLgAAAAADLgAAAAACMwAAAAACMwAAAAAAMwAAAAAAegAAAAAAHgAAAAAAMwAAAAACMwAAAAABMwAAAAAC + tiles: WgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAALgAAAAAALgAAAAACMwAAAAADegAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAAAMwAAAAABQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAMwAAAAABMwAAAAABLgAAAAAALgAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAACQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAMwAAAAADMwAAAAADLgAAAAACLgAAAAADMwAAAAACMwAAAAACMwAAAAABMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAMwAAAAABMwAAAAAALgAAAAACLgAAAAABMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAADQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAMwAAAAACMwAAAAAALgAAAAABLgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAMwAAAAAAMwAAAAACLgAAAAACLgAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAACMwAAAAAALgAAAAAALgAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAAAMwAAAAABLgAAAAAALgAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAABPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAADMwAAAAABLgAAAAACLgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAABMwAAAAADPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAMwAAAAADMwAAAAAALgAAAAABLgAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAACMwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAADLgAAAAACLgAAAAADMwAAAAABMwAAAAACMwAAAAABegAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMwAAAAAAMwAAAAABLgAAAAACLgAAAAACMwAAAAABMwAAAAABMwAAAAAAegAAAAAAHgAAAAADMwAAAAAAMwAAAAAAMwAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAAWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAAB + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADeAAAAAABeAAAAAACeAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAeAAAAAADeAAAAAABeAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAYAAAAAADUQAAAAAAUQAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAYAAAAAABUQAAAAAAUQAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACTgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACeAAAAAAAeAAAAAACeAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADeAAAAAADeAAAAAADeAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAYAAAAAAAUQAAAAAAUQAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABegAAAAAAYAAAAAABUQAAAAAAUQAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACYQAAAAAAawAAAAABYQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAQQAAAAAAQQAAAAAAawAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACZQAAAAACZQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAABZQAAAAADQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAABZQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAACQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAACQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAAAZQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAYQAAAAAAawAAAAAAYQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAQQAAAAAAQQAAAAAAawAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAADQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAABZQAAAAABZQAAAAABQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAADZQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: WgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAADWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAACWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAABIwAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAABWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAADWgAAAAACQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADQQAAAAAAQQAAAAAAWgAAAAADWgAAAAADQQAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAQQAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADQQAAAAAAQQAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAawAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAADHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAAAHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAAAHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAAB + tiles: WgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAACIwAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAACWgAAAAABWgAAAAADQQAAAAAAQQAAAAAAWgAAAAABWgAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAACWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAADWgAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAADQQAAAAAAQQAAAAAAWgAAAAACWgAAAAAAQQAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABQQAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACQQAAAAAAQQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADQQAAAAAAQQAAAAAAaQAAAAAAawAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAWgAAAAABHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADWgAAAAADHgAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACegAAAAAAWgAAAAABWgAAAAABWgAAAAACHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAAB version: 6 2,-1: ind: 2,-1 - tiles: IwAAAAACZQAAAAADZQAAAAABZQAAAAADZQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAZQAAAAACZQAAAAADZQAAAAACZQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAADIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAABIwAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAegAAAAAAIwAAAAABIwAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA + tiles: IwAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAZQAAAAACZQAAAAADZQAAAAAAZQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAACZQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAABIwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAABIwAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAegAAAAAAIwAAAAADIwAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAIwAAAAADWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA version: 6 1,0: ind: 1,0 - tiles: HgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACegAAAAAAPwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAPwAAAAAAaQAAAAAAawAAAAACaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAbQAAAAADegAAAAAAaQAAAAAAawAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAaQAAAAAAbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAegAAAAAAawAAAAAAawAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAWgAAAAACagAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABegAAAAAAYQAAAAAAWgAAAAABFgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADYQAAAAAA + tiles: HgAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAACegAAAAAAPwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAPwAAAAAAaQAAAAAAawAAAAABaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAACegAAAAAAPwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAbQAAAAAAegAAAAAAaQAAAAAAawAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACaQAAAAAAaQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAaQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAawAAAAADawAAAAACbQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAATgAAAAAAWgAAAAACagAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADegAAAAAAYQAAAAAAWgAAAAABFgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAAAYQAAAAAA version: 6 2,0: ind: 2,0 - tiles: TgAAAAAAPwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAYQAAAAAAawAAAAADegAAAAAAWgAAAAAAEQAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAADWgAAAAACYQAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAYQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAADegAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAACWgAAAAADegAAAAAAYQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAYQAAAAAAegAAAAAAawAAAAADawAAAAACegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAawAAAAABYQAAAAAAWgAAAAABawAAAAACawAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAYQAAAAAAegAAAAAAawAAAAACaQAAAAAAegAAAAAAWgAAAAACWgAAAAADYQAAAAAAawAAAAABYQAAAAAAegAAAAAAWgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAYQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAACawAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAWgAAAAACYQAAAAAAegAAAAAAWgAAAAAC + tiles: TgAAAAAAPwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAYQAAAAAAawAAAAABegAAAAAAWgAAAAAAEQAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAADYQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAawAAAAABWgAAAAACYQAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAACegAAAAAAWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAADegAAAAAAYQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADYQAAAAAAegAAAAAAawAAAAADawAAAAADegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAACegAAAAAAWgAAAAAAWgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAawAAAAAAYQAAAAAAWgAAAAADawAAAAACawAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAYQAAAAAAegAAAAAAawAAAAACaQAAAAAAegAAAAAAWgAAAAACWgAAAAACYQAAAAAAawAAAAABYQAAAAAAegAAAAAAWgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAYQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADawAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAWgAAAAABYQAAAAAAegAAAAAAWgAAAAAD version: 6 1,1: ind: 1,1 - tiles: FgAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAADTgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAHgAAAAABTgAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAaQAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACLgAAAAAALgAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAADLgAAAAACHgAAAAABHgAAAAADegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAALgAAAAACHgAAAAACHgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAACegAAAAAALgAAAAADHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAAADgAAAAACegAAAAAALgAAAAABHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAagAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA + tiles: FgAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAWgAAAAADWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACHgAAAAACTgAAAAAATgAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAaQAAAAAAagAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAACLgAAAAAALgAAAAAAHgAAAAAAHgAAAAADegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADegAAAAAALgAAAAAAHgAAAAACHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAADDgAAAAADegAAAAAALgAAAAABHgAAAAACHgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAABDgAAAAABegAAAAAALgAAAAAAHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAagAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATQAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABTQAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATQAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAAAHwAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAABegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAADTgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABTQAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAABTgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAABHwAAAAADTgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABTgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: egAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABegAAAAAATQAAAAAATQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABegAAAAAATQAAAAACTQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABegAAAAAATQAAAAAATQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACTgAAAAAATQAAAAABTQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACTQAAAAACTQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAATQAAAAAATQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADTgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADTgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAADZQAAAAABZQAAAAACZQAAAAAAZQAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAABTgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAACZQAAAAACZQAAAAAAZQAAAAABZQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAHwAAAAADHwAAAAADHwAAAAADZQAAAAAAZQAAAAADZQAAAAADZQAAAAADZQAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAB + tiles: egAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAATQAAAAACTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAATQAAAAABTQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABegAAAAAATQAAAAABTQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADTQAAAAACTQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAABTgAAAAAATQAAAAAATQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADTgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAAATgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAABZQAAAAADZQAAAAABZQAAAAAAZQAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAADTgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADZQAAAAACZQAAAAABZQAAAAADZQAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAHwAAAAADHwAAAAABHwAAAAACZQAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAZQAAAAACZQAAAAADZQAAAAABZQAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAcgAAAAACcgAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAAB version: 6 -2,-1: ind: -2,-1 - tiles: aQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAAAWgAAAAABaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAWgAAAAACWgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAAAWgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAMQAAAAADMQAAAAACMQAAAAACMwAAAAACMwAAAAADMwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAAAMQAAAAACGAAAAAAAMQAAAAACMQAAAAABMwAAAAABMwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAGAAAAAACGAAAAAAFGAAAAAADMQAAAAACMQAAAAAAMwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAABGAAAAAAAGAAAAAADGAAAAAAEGAAAAAAHMQAAAAADMwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAACGAAAAAAEGAAAAAAFGAAAAAAGMQAAAAABMQAAAAABMwAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADMQAAAAACGAAAAAAAMQAAAAADMQAAAAABMwAAAAADMwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACMQAAAAACMQAAAAADMQAAAAACMwAAAAADMwAAAAACMwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAACMwAAAAABMwAAAAACMwAAAAABMwAAAAADMwAAAAABMwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAA + tiles: aQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACcgAAAAABcgAAAAACbQAAAAAAegAAAAAAWgAAAAAAWgAAAAACaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACcgAAAAAAcgAAAAAAbQAAAAADTgAAAAAAWgAAAAACWgAAAAADaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADcgAAAAABcgAAAAABbQAAAAABTgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAcgAAAAACcgAAAAAAcgAAAAADcgAAAAACcgAAAAADWgAAAAACWgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAWgAAAAACMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAADMQAAAAABMQAAAAAAMQAAAAACMwAAAAAAMwAAAAABMwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAMQAAAAACGAAAAAABMQAAAAACMQAAAAABMwAAAAAAMwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAAAGAAAAAAGGAAAAAADGAAAAAAFMQAAAAAAMQAAAAABMwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADGAAAAAABGAAAAAADGAAAAAAFGAAAAAABMQAAAAADMwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADGAAAAAAAGAAAAAAEGAAAAAABMQAAAAACMQAAAAACMwAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAMQAAAAACGAAAAAAFMQAAAAABMQAAAAACMwAAAAACMwAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAACMQAAAAABMQAAAAABMQAAAAAAMwAAAAAAMwAAAAACMwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAABMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: egAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAdwAAAAACegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAADegAAAAAAMwAAAAABMwAAAAADMwAAAAABegAAAAAAdwAAAAADdwAAAAADegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADTgAAAAAAMwAAAAAAMwAAAAABMwAAAAADegAAAAAAdwAAAAADdwAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAADMwAAAAADMwAAAAADMQAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABTgAAAAAAMwAAAAABMQAAAAADMQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAACMQAAAAAAGAAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAABegAAAAAAMwAAAAAAMQAAAAABMQAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAAATgAAAAAAMwAAAAADMwAAAAACMQAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADMwAAAAAAMwAAAAABMwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAMwAAAAADMwAAAAADMwAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: egAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAABegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAMwAAAAAAMwAAAAABMwAAAAADegAAAAAAdwAAAAADdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAADdwAAAAACdwAAAAAATgAAAAAAMwAAAAADMwAAAAADMwAAAAACegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAADMwAAAAAAMwAAAAADMQAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAADTgAAAAAAMwAAAAADMQAAAAACMQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAACMQAAAAAAGAAAAAAEWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAMwAAAAACMQAAAAACMQAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAATgAAAAAAMwAAAAADMwAAAAADMQAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABMwAAAAADMwAAAAACMwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAMwAAAAAAMwAAAAACMwAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,0: ind: -3,0 - tiles: HgAAAAAAHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACHgAAAAADHgAAAAACHgAAAAABegAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACLgAAAAABWgAAAAADLgAAAAACHgAAAAABHgAAAAADHgAAAAACegAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAALgAAAAABWgAAAAADHgAAAAAAHgAAAAABHgAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABLgAAAAACWgAAAAAAWgAAAAACWgAAAAABLgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAADLgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAACegAAAAAAHgAAAAADHgAAAAADHgAAAAAAbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAWgAAAAACLgAAAAADWgAAAAACWgAAAAABWgAAAAADLgAAAAACWgAAAAADWgAAAAACegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAbQAAAAAAbQAAAAADbQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACLgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADegAAAAAAHgAAAAABHgAAAAAAHgAAAAACbQAAAAABbQAAAAACbQAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAABegAAAAAATgAAAAAAbQAAAAADbQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAABbQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADbQAAAAADbQAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAADbQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAD + tiles: HgAAAAAAHgAAAAADHgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACLgAAAAACWgAAAAABLgAAAAADHgAAAAABHgAAAAADHgAAAAAAegAAAAAATgAAAAAAHgAAAAABTgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAABLgAAAAABWgAAAAACHgAAAAACHgAAAAACHgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAALgAAAAADWgAAAAADWgAAAAABWgAAAAABLgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACegAAAAAAWgAAAAABWgAAAAAAWgAAAAAALgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAADegAAAAAAHgAAAAACHgAAAAACHgAAAAAAbQAAAAADbQAAAAADbQAAAAAAegAAAAAAWgAAAAABLgAAAAACWgAAAAACWgAAAAABWgAAAAAALgAAAAACWgAAAAABWgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAABbQAAAAADbQAAAAADbQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABLgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAbQAAAAACbQAAAAACbQAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAABegAAAAAATgAAAAAAbQAAAAAAbQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAADbQAAAAABbQAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACbQAAAAADbQAAAAABTgAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAACegAAAAAAaQAAAAAAaQAAAAAAWgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: OQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAABOQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAABTgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAEgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAAWgAAAAADTgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAA + tiles: OQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABOQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAAAEgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAAATgAAAAAAWgAAAAABTgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAA version: 6 -4,0: ind: -4,0 - tiles: bQAAAAAAbQAAAAABbQAAAAAAegAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAABbQAAAAACegAAAAAAHgAAAAACbQAAAAACbQAAAAABbQAAAAACegAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAACegAAAAAAHgAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAACegAAAAAAHgAAAAADbQAAAAAAbQAAAAACbQAAAAACegAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAHgAAAAACHgAAAAADbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAbQAAAAADegAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAABcgAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAbQAAAAAAegAAAAAAcgAAAAADcgAAAAAAcgAAAAAAcgAAAAADcgAAAAABbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAADTgAAAAAAcgAAAAADcgAAAAADcgAAAAADcgAAAAAAcgAAAAAATgAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAADbQAAAAABTgAAAAAAbQAAAAABbQAAAAADbQAAAAACcgAAAAADcgAAAAACcgAAAAACcgAAAAACcgAAAAADegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAbQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAACTgAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAABTgAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAABbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADTgAAAAAAbQAAAAABUQAAAAAAegAAAAAAegAAAAAAHwAAAAABegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAegAAAAAATgAAAAAAUQAAAAAAegAAAAAAHwAAAAAAHwAAAAABegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAUQAAAAAAegAAAAAAHwAAAAABHwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAADbQAAAAAAbQAAAAAC + tiles: bQAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADbQAAAAABbQAAAAABegAAAAAAHgAAAAABbQAAAAACbQAAAAACbQAAAAABTgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAAAegAAAAAAHgAAAAADbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAegAAAAAAHgAAAAABbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACHgAAAAADHgAAAAACbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAADbQAAAAADegAAAAAAegAAAAAAbQAAAAAAegAAAAAAcgAAAAACcgAAAAADcgAAAAACcgAAAAAAcgAAAAABTgAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAADbQAAAAAAegAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAACcgAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAAATgAAAAAAcgAAAAADcgAAAAABcgAAAAACcgAAAAACcgAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAACbQAAAAABTgAAAAAAbQAAAAACbQAAAAADbQAAAAADcgAAAAADcgAAAAABcgAAAAABcgAAAAABcgAAAAAAegAAAAAAbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADegAAAAAAegAAAAAAbQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAABbQAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAADTgAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAADbQAAAAADbQAAAAABbQAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAADTgAAAAAAbQAAAAADUQAAAAAAegAAAAAAegAAAAAAHwAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAABegAAAAAATgAAAAAAUQAAAAAAegAAAAAAHwAAAAACHwAAAAABegAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAABUQAAAAAAegAAAAAAHwAAAAAAHwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAD version: 6 -5,-1: ind: -5,-1 - tiles: HgAAAAABHgAAAAABHgAAAAADHgAAAAACegAAAAAAWgAAAAABLgAAAAAAWgAAAAABWgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAOQAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAATgAAAAAAHgAAAAAAegAAAAAAOQAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABegAAAAAAWgAAAAAAWgAAAAABLgAAAAACWgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAAWgAAAAAALgAAAAADWgAAAAADWgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABTgAAAAAAWgAAAAADWgAAAAABLgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAWgAAAAAALgAAAAACWgAAAAABWgAAAAADTgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADTgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABegAAAAAAWgAAAAAAWgAAAAAALgAAAAACWgAAAAADTgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADTgAAAAAAEQAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAABegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAACTgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABTgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAADegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: HgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAWgAAAAACLgAAAAABWgAAAAAAWgAAAAADHgAAAAAAHgAAAAABHgAAAAADegAAAAAAOQAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAACegAAAAAATgAAAAAAHgAAAAAAegAAAAAAOQAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADegAAAAAAWgAAAAADWgAAAAACLgAAAAAAWgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAWgAAAAABLgAAAAAAWgAAAAADWgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAADTgAAAAAAWgAAAAABWgAAAAACLgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAWgAAAAAALgAAAAADWgAAAAABWgAAAAADTgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAACegAAAAAAWgAAAAAAWgAAAAADLgAAAAACWgAAAAADTgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAAEQAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADTgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABTgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAABdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAADdwAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACTgAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAeQAAAAAAHgAAAAADHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAeQAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAABegAAAAAAegAAAAAANwAAAAAANwAAAAAAHgAAAAADEgAAAAAAEgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAADOQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAAD + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAACdwAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADdwAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAADdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAeQAAAAAAHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACTgAAAAAAeQAAAAAAeQAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAABegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAeQAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAACAAAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABegAAAAAAegAAAAAANwAAAAAANwAAAAAAHgAAAAACEgAAAAAAEgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADOQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAAD version: 6 -5,-2: ind: -5,-2 - tiles: WgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAdwAAAAADegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACTgAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAACegAAAAAAQQAAAAAAawAAAAAAawAAAAABegAAAAAAWgAAAAABWgAAAAACTgAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAACdwAAAAACdwAAAAACdwAAAAADegAAAAAAQQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAWgAAAAAAWgAAAAADTgAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAABegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAABegAAAAAAWgAAAAADYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACdwAAAAABdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAYQAAAAAAYQAAAAAAWgAAAAADTgAAAAAAWgAAAAABLgAAAAAAWgAAAAACWgAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAATgAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAALgAAAAADWgAAAAACTgAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAALgAAAAABWgAAAAAAWgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAALgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAOQAAAAAAHgAAAAAAHgAAAAAA + tiles: WgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABegAAAAAAdwAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABdwAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACTgAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAABdwAAAAADdwAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAACegAAAAAAQQAAAAAAawAAAAAAawAAAAABegAAAAAAWgAAAAABWgAAAAACTgAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAABegAAAAAAQQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAWgAAAAABWgAAAAABTgAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADegAAAAAATgAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAAAegAAAAAAWgAAAAACYQAAAAAAYQAAAAAAYQAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAADegAAAAAAYQAAAAAAYQAAAAAAWgAAAAABTgAAAAAAWgAAAAACLgAAAAADWgAAAAADWgAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAACdwAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAALgAAAAAAWgAAAAACTgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAALgAAAAACWgAAAAAAWgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAACLgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACHgAAAAADHgAAAAACHgAAAAADegAAAAAAOQAAAAAAHgAAAAADHgAAAAAC version: 6 -6,-2: ind: -6,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADTQAAAAABWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAABEwAAAAAAQAAAAAABSwAAAAADSwAAAAAASwAAAAADSwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAAAEwAAAAACQAAAAAABQAAAAAAAQAAAAAAEQAAAAAACSwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAACEwAAAAAAQAAAAAAEQAAAAAABQAAAAAAAQAAAAAAEQAAAAAAFegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAADEwAAAAACQAAAAAAAQAAAAAACQAAAAAADQAAAAAAAQAAAAAAANQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACTQAAAAACWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAABEwAAAAABQAAAAAAASwAAAAACSwAAAAACSwAAAAABSwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAABEwAAAAAAQAAAAAADQAAAAAAFQAAAAAADQAAAAAACSwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAADEwAAAAAAQAAAAAADQAAAAAACQAAAAAABQAAAAAACQAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAACEwAAAAACQAAAAAABQAAAAAAEQAAAAAABQAAAAAAAQAAAAAAENQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: EwAAAAABEwAAAAACQAAAAAACQAAAAAADQAAAAAAEQAAAAAAEQAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAEwAAAAAAEwAAAAAAQAAAAAAFQAAAAAAAQAAAAAACSwAAAAABSwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAAegAAAAAATgAAAAAAEwAAAAACEwAAAAADSwAAAAAASwAAAAABSwAAAAACSwAAAAACSwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAAHgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAALgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAATgAAAAAAKQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAHgAAAAABKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAATgAAAAAAKQAAAAABLgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAALgAAAAABLgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAA + tiles: EwAAAAADEwAAAAADQAAAAAAFQAAAAAAAQAAAAAAEQAAAAAADQAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAEwAAAAACEwAAAAADQAAAAAAEQAAAAAAEQAAAAAAASwAAAAABSwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAAegAAAAAATgAAAAAAEwAAAAABEwAAAAADSwAAAAADSwAAAAABSwAAAAABSwAAAAAASwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAAHgAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAALgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAATgAAAAAAKQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAHgAAAAACKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAATgAAAAAAKQAAAAADLgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAALgAAAAAALgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAA version: 6 -6,0: ind: -6,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAEQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAHgAAAAABHgAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAACaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABegAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAEQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAHgAAAAAAHgAAAAADegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAADTgAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAADegAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAA version: 6 -5,0: ind: -5,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAUAAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAEgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACegAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAbQAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAABbQAAAAABTgAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADTgAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAATgAAAAAAEQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAAATgAAAAAAbQAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAHgAAAAACHgAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAABbQAAAAACEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAQQAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAUAAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAbQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbQAAAAABegAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAEgAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbQAAAAACegAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAACTgAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAABegAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAUAAAAAAAbQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAADbQAAAAABTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAADbQAAAAADTgAAAAAAbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACegAAAAAATgAAAAAAEQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAQQAAAAAAHgAAAAADHgAAAAADHgAAAAABegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABTgAAAAAAbQAAAAACegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAHgAAAAADHgAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAABbQAAAAACbQAAAAADbQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAQQAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAACegAAAAAAbQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA version: 6 -5,1: ind: -5,1 - tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdwAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdwAAAAACegAAAAAAdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAAAdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAB + tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAC version: 6 -4,1: ind: -4,1 - tiles: UQAAAAAAegAAAAAAHwAAAAAAHwAAAAACHwAAAAACegAAAAAAbQAAAAACbQAAAAADbQAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAHwAAAAACHwAAAAAAHwAAAAADegAAAAAAbQAAAAADbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAADegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACegAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAABdwAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAADegAAAAAAegAAAAAALwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAADHgAAAAAAHgAAAAAAHgAAAAABdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAAAegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAACHgAAAAADHgAAAAAAHgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAD + tiles: UQAAAAAAegAAAAAAHwAAAAACHwAAAAAAHwAAAAADegAAAAAAbQAAAAADbQAAAAACbQAAAAADegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAACegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAACegAAAAAAbQAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAACbQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADegAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAbQAAAAAAbQAAAAACegAAAAAAbQAAAAAAbQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAdwAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAABegAAAAAAegAAAAAALwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAAAHgAAAAACHgAAAAACHgAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAABHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAAB version: 6 -3,1: ind: -3,1 - tiles: bQAAAAACbQAAAAABTgAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAACbQAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABbQAAAAABbQAAAAABegAAAAAAbQAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACTgAAAAAATgAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACbQAAAAACbQAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABLgAAAAABLgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABLgAAAAADLgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABHgAAAAADHgAAAAACHgAAAAABegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAACTQAAAAAATQAAAAAATgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACHgAAAAABHgAAAAACHgAAAAAAHgAAAAAATQAAAAABTQAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAADTQAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAC + tiles: bQAAAAABbQAAAAACTgAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAACbQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACTgAAAAAATgAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABbQAAAAADbQAAAAACegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAALgAAAAACLgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAALgAAAAADLgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAHgAAAAACHgAAAAACHgAAAAADegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAACHgAAAAABHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAAATQAAAAACTQAAAAAATgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATQAAAAAATQAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAD version: 6 -4,2: ind: -4,2 - tiles: egAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAACegAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAABegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACHgAAAAACHgAAAAACHgAAAAABegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADHgAAAAABHgAAAAADHgAAAAABTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAATgAAAAAAegAAAAAATgAAAAAA + tiles: egAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAAAegAAAAAALwAAAAAALwAAAAAALwAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAADegAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAADegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAATgAAAAAATQAAAAAATQAAAAABHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAADUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACHgAAAAACHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAACTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAADTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAACTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAACTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACHgAAAAAAHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAA version: 6 -3,2: ind: -3,2 - tiles: TQAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAADTgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADTQAAAAABTQAAAAACTQAAAAAATQAAAAACTQAAAAAATQAAAAABTgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAABTQAAAAABTQAAAAACTgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAACTQAAAAADTQAAAAADTgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABLgAAAAABWgAAAAABLgAAAAABWgAAAAACLgAAAAAAWgAAAAAALgAAAAAAWgAAAAACWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAegAAAAAAWgAAAAACWgAAAAAALgAAAAABWgAAAAACLgAAAAAAWgAAAAACLgAAAAABWgAAAAADLgAAAAABWgAAAAABegAAAAAAWgAAAAAA + tiles: TQAAAAAATQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAACTgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAABTQAAAAACTQAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAADTgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADTQAAAAABTQAAAAADTgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAACUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADTQAAAAAATQAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACLgAAAAABWgAAAAACLgAAAAABWgAAAAABLgAAAAACWgAAAAACLgAAAAABWgAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAWgAAAAACWgAAAAAALgAAAAADWgAAAAACLgAAAAABWgAAAAACLgAAAAACWgAAAAABLgAAAAADWgAAAAAAegAAAAAAWgAAAAAC version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAALgAAAAABWgAAAAAALgAAAAABWgAAAAADAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABLgAAAAAAWgAAAAADLgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADLgAAAAADWgAAAAAALgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAALgAAAAACWgAAAAABLgAAAAADWgAAAAABAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAACLgAAAAADWgAAAAACLgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADLgAAAAABWgAAAAABLgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAA version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAcQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAB version: 6 -4,5: ind: -4,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,5: ind: -3,5 - tiles: WgAAAAACWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAA + tiles: WgAAAAABWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAA version: 6 -3,4: ind: -3,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAABIwAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAHgAAAAAAHgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAHgAAAAABHgAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACWgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAACegAAAAAATgAAAAAAHgAAAAABHgAAAAADHgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACegAAAAAATgAAAAAAHgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOgAAAAAA + tiles: cQAAAAABcQAAAAAAcQAAAAADegAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAABTgAAAAAAWgAAAAADWgAAAAACWgAAAAAAegAAAAAAHgAAAAAAHgAAAAACcQAAAAAAcQAAAAACcQAAAAABegAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAHgAAAAACHgAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAWgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADegAAAAAATgAAAAAAHgAAAAADHgAAAAABHgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACegAAAAAATgAAAAAAHgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOgAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOgAAAAAA version: 6 -3,3: ind: -3,3 - tiles: WgAAAAACWgAAAAACTgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABegAAAAAAWgAAAAACLgAAAAACWgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAWgAAAAACLgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADTgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAWgAAAAAALgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAAXwAAAAAAXwAAAAAAXwAAAAACXwAAAAAAXwAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAXwAAAAAAXwAAAAADXwAAAAADXwAAAAADXwAAAAAAXwAAAAACXwAAAAACWgAAAAAAWgAAAAADWgAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAADXwAAAAADXwAAAAACTgAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXwAAAAADXwAAAAABXwAAAAABXwAAAAACXwAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAATgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAABTgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAABIwAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAADTgAAAAAATgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAADIwAAAAACTgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAHgAAAAAAHgAAAAAB + tiles: WgAAAAACWgAAAAADTgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAADLgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAAALgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABTgAAAAAATgAAAAAAegAAAAAAWgAAAAACLgAAAAACWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABTgAAAAAATgAAAAAAXwAAAAAAXwAAAAADXwAAAAADXwAAAAACXwAAAAABTgAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAXwAAAAABXwAAAAABXwAAAAACXwAAAAAAXwAAAAADXwAAAAAAXwAAAAADWgAAAAACWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAAAXwAAAAACXwAAAAAAXwAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXwAAAAACXwAAAAACXwAAAAACXwAAAAABXwAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAADIwAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAAATgAAAAAATgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAABTgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAACIwAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABTgAAAAAATgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAABIwAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAADTgAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAHgAAAAAAHgAAAAAB version: 6 -2,2: ind: -2,2 - tiles: WgAAAAACWgAAAAABegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAADdwAAAAADegAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAACWgAAAAAAWgAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAABegAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAACegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAADegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAABegAAAAAAPgAAAAAAPgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAADegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAAAWgAAAAABHgAAAAACHgAAAAAAHgAAAAADQQAAAAAAHgAAAAAAQQAAAAAAHgAAAAADQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAABWgAAAAADTgAAAAAAHgAAAAABHgAAAAAAQQAAAAAAHgAAAAAAQQAAAAAAHgAAAAADQQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAA + tiles: WgAAAAACWgAAAAABegAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAegAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAADWgAAAAADWgAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAABegAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAAAegAAAAAAPgAAAAAAPgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAAAWgAAAAADHgAAAAACHgAAAAACHgAAAAABQQAAAAAAHgAAAAAAQQAAAAAAHgAAAAABQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAABWgAAAAAATgAAAAAAHgAAAAACHgAAAAADQQAAAAAAHgAAAAABQQAAAAAAHgAAAAAAQQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAACWgAAAAACWgAAAAACTgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAABQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACQQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAA version: 6 -2,3: ind: -2,3 - tiles: WgAAAAABWgAAAAACWgAAAAADegAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAADTgAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAADTgAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACTgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADTgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADTgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAABTgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABTgAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACTgAAAAAA + tiles: WgAAAAADWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAADTgAAAAAAegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAACTgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABTgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADTgAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADegAAAAAATgAAAAAAWgAAAAACWgAAAAADTgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADTgAAAAAA version: 6 -1,3: ind: -1,3 - tiles: TgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABegAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAANwAAAAAATgAAAAAAegAAAAAAAQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAAQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAAEgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAEgAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAANwAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: TgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACegAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAANwAAAAAATgAAAAAAegAAAAAAAQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAAQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAAEgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAAEgAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAegAAAAAAegAAAAAANwAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -2,5: ind: -2,5 - tiles: egAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADTgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABTgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAADTgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABTgAAAAAATgAAAAAAWgAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAWgAAAAACWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAATgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAACdwAAAAADFAAAAAAEegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAYQAAAAAAWgAAAAAC + tiles: egAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADTgAAAAAATgAAAAAAWgAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACTgAAAAAATgAAAAAAWgAAAAACWgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAACTgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADTgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAACTgAAAAAATgAAAAAAWgAAAAABWgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACWgAAAAACWgAAAAADWgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAACegAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABdwAAAAABFAAAAAAGegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAYQAAAAAAWgAAAAAA version: 6 -2,4: ind: -2,4 - tiles: HgAAAAABHgAAAAADHgAAAAAAHgAAAAABegAAAAAATgAAAAAAWgAAAAABWgAAAAADTgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADTgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAABTgAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADTgAAAAAATgAAAAAATgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAACHgAAAAAAHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADTgAAAAAATgAAAAAATgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADTgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAABTgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADTgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACOgAAAAAAOgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAACTgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAA + tiles: HgAAAAADHgAAAAACHgAAAAAAHgAAAAADegAAAAAATgAAAAAAWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABTgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAACTgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAACTgAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACTgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAATgAAAAAAHgAAAAADHgAAAAABHgAAAAACTgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAHgAAAAAAHgAAAAACHgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABTgAAAAAATgAAAAAATgAAAAAAWgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAegAAAAAATgAAAAAAHgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADTgAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACTgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADOgAAAAAAOgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAABTgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAACOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAC version: 6 -1,4: ind: -1,4 - tiles: TgAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAABIwAAAAADQQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAQQAAAAAAQQAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAADTgAAAAAAIwAAAAAATgAAAAAAIwAAAAAAIwAAAAABTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAAIwAAAAABTgAAAAAAIwAAAAAAIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAACTgAAAAAAIwAAAAAATgAAAAAAIwAAAAAAIwAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADQQAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAADQQAAAAAAQQAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAACIwAAAAADIwAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAAIwAAAAADTgAAAAAAIwAAAAADIwAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAAATgAAAAAAIwAAAAADTgAAAAAAIwAAAAADIwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAIwAAAAACIwAAAAABTgAAAAAAIwAAAAADTgAAAAAAIwAAAAAAIwAAAAADegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,3: ind: 1,3 - tiles: WgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAAAEwAAAAABEwAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAABEwAAAAACEwAAAAACEwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAACEwAAAAACEwAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAABEwAAAAADEwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,6: ind: -4,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAADBwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA version: 6 0,3: ind: 0,3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACNwAAAAAAegAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAABNwAAAAAAegAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAANwAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAATgAAAAAAWgAAAAACTgAAAAAAWgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAADNwAAAAAAegAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAACNwAAAAAAegAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADNwAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,2: ind: 1,2 - tiles: DgAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAACegAAAAAALgAAAAADHgAAAAADHgAAAAACegAAAAAAaQAAAAAAagAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAABDgAAAAAAegAAAAAALgAAAAABHgAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAAAegAAAAAALgAAAAADHgAAAAABHgAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAADLgAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAagAAAAAAagAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAHgAAAAABegAAAAAAegAAAAAAQQAAAAAAYQAAAAAAegAAAAAAWgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAYQAAAAAAegAAAAAAWgAAAAABYQAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAQQAAAAAAWgAAAAAAegAAAAAAQQAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAADHgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAAAEwAAAAACEwAAAAAAEwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAABEwAAAAACEwAAAAADEwAAAAABTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAAAEwAAAAACEwAAAAABEwAAAAAB + tiles: DgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAAAegAAAAAALgAAAAAAHgAAAAABHgAAAAACegAAAAAAaQAAAAAAagAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAACegAAAAAALgAAAAAAHgAAAAACegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAACegAAAAAALgAAAAAAHgAAAAAAHgAAAAACegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAALgAAAAABLgAAAAACLgAAAAACLgAAAAAALgAAAAABLgAAAAABHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAagAAAAAAagAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAHgAAAAABegAAAAAAegAAAAAAQQAAAAAAYQAAAAAAegAAAAAAWgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAYQAAAAAAegAAAAAAWgAAAAADYQAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAQQAAAAAAWgAAAAAAegAAAAAAQQAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADHgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAABEwAAAAAAEwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAAAEwAAAAADEwAAAAABEwAAAAABTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAABEwAAAAAAEwAAAAADEwAAAAAC version: 6 -2,0: ind: -2,0 - tiles: WgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADLgAAAAABWgAAAAAALgAAAAADWgAAAAACLgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAAALgAAAAADWgAAAAABLgAAAAAAWgAAAAABLgAAAAACWgAAAAADLgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACWgAAAAACWgAAAAAAWgAAAAACegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAQgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADTgAAAAAAWgAAAAADWgAAAAABWgAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACVwAAAAAAVwAAAAAAVwAAAAAAWgAAAAADHgAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAWgAAAAADWgAAAAADWgAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAABTgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAFQAAAAAA + tiles: WgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACLgAAAAACWgAAAAAALgAAAAABWgAAAAAALgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADLgAAAAADWgAAAAADLgAAAAAAWgAAAAABLgAAAAADWgAAAAAALgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAADegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABTgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAADegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADTgAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADTgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAQgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAADTgAAAAAAWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADVwAAAAAAVwAAAAAAVwAAAAAAWgAAAAACHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAABTgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAACTgAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAFQAAAAAA version: 6 -2,1: ind: -2,1 - tiles: HgAAAAAAHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAWgAAAAACWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAADWgAAAAADWgAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAADWgAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAABWgAAAAABegAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAACWgAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAADWgAAAAADWgAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAACdwAAAAABegAAAAAATgAAAAAAWgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAABegAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAAD + tiles: HgAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACegAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAADegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAWgAAAAADWgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAABWgAAAAAAWgAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAADWgAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACdwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAABWgAAAAACTgAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAAAWgAAAAADWgAAAAACdwAAAAACdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAB version: 6 0,2: ind: 0,2 - tiles: egAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAAAHgAAAAAAHgAAAAAALgAAAAADHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABLgAAAAADHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAHgAAAAAALgAAAAADHgAAAAABWgAAAAAAQQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABTgAAAAAAHgAAAAABLgAAAAAALgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAABWgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAADPwAAAAAAPwAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAHgAAAAACHgAAAAADHgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAdwAAAAAAawAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAdwAAAAADMQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAMQAAAAACaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAAeQAAAAAAeQAAAAAAMQAAAAACaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAA + tiles: egAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAHgAAAAADHgAAAAACLgAAAAAAHgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADLgAAAAADHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACegAAAAAAHgAAAAADLgAAAAABHgAAAAADWgAAAAACQQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAHgAAAAACLgAAAAABLgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAADPwAAAAAAPwAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABTgAAAAAAdwAAAAAAawAAAAADaQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABTgAAAAAAdwAAAAABMQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAMQAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAeQAAAAAAeQAAAAAAMQAAAAABaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAATgAAAAAA version: 6 0,1: ind: 0,1 - tiles: HgAAAAABHgAAAAADHgAAAAABMwAAAAACMwAAAAACWgAAAAACWgAAAAADWgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACFgAAAAAAFgAAAAAAFgAAAAAAHgAAAAACHgAAAAAAegAAAAAAMwAAAAABMwAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAHgAAAAACHgAAAAAAegAAAAAAMwAAAAABMwAAAAADWgAAAAADWgAAAAACWgAAAAACTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADegAAAAAAMwAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADPQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABTgAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAABPQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACTgAAAAAAHgAAAAABHgAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABPQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAHgAAAAABHgAAAAABHgAAAAACegAAAAAAHgAAAAACLgAAAAABLgAAAAACPQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAABLgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACLgAAAAABDgAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAHgAAAAAALgAAAAAADgAAAAAA + tiles: HgAAAAACHgAAAAACHgAAAAADMwAAAAAAMwAAAAABWgAAAAAAWgAAAAABWgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAHgAAAAADHgAAAAAAegAAAAAAMwAAAAADMwAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAHgAAAAAAHgAAAAABegAAAAAAMwAAAAABMwAAAAADWgAAAAABWgAAAAABWgAAAAABTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAMwAAAAACegAAAAAAWgAAAAAAWgAAAAABWgAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAAAPQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAACPQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAADPQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAAHgAAAAADLgAAAAABLgAAAAABPQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADLgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACLgAAAAADDgAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAHgAAAAAALgAAAAAADgAAAAAA version: 6 2,1: ind: 2,1 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAADTgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAWgAAAAABWgAAAAABWgAAAAADHgAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAHgAAAAADWgAAAAADWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACTgAAAAAATgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAHgAAAAABTgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACHgAAAAAD + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAADegAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAABTgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAADHgAAAAADWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAWgAAAAACWgAAAAADWgAAAAAAHgAAAAABWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAATgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAHgAAAAABTgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABHgAAAAAA version: 6 3,0: ind: 3,0 @@ -282,11 +283,11 @@ entities: version: 6 3,1: ind: 3,1 - tiles: egAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAANwAAAAAANwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAATgAAAAAATgAAAAAANwAAAAAANwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAANwAAAAAANwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAATgAAAAAATgAAAAAANwAAAAAANwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACegAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAHgAAAAABHgAAAAABegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: HgAAAAABHgAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAACHgAAAAABegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,3: ind: 3,3 @@ -294,71 +295,71 @@ entities: version: 6 -3,6: ind: -3,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAKBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAFBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAKBwAAAAAABwAAAAADBwAAAAAABwAAAAAFBwAAAAADBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAK + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFegAAAAAAQQAAAAAAaQAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAALBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAG version: 6 -2,7: ind: -2,7 - tiles: BwAAAAABBwAAAAAABwAAAAAFBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAHBwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,7: ind: -3,7 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAJBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAALBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAIBwAAAAAKBwAAAAAFBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAACBwAAAAAABwAAAAALBwAAAAAFBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAGBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAAegAAAAAAegAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAACBwAAAAALBwAAAAADBwAAAAADegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAGBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAATwAAAAAATwAAAAAAegAAAAAAegAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAACBwAAAAAABwAAAAAABwAAAAAA version: 6 -2,6: ind: -2,6 - tiles: egAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAACdwAAAAABdwAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAABBwAAAAAABwAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAGBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGBwAAAAAEBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAHBwAAAAALBwAAAAAGBwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAATgAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADBwAAAAAABwAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAIBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: EwAAAAABPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAADaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACTgAAAAAAEwAAAAABPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: EwAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADTgAAAAAAEwAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 2,2: ind: 2,2 - tiles: TgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABWgAAAAACTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACTgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAAagAAAAAAagAAAAAAaQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAACTgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAagAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABWgAAAAABegAAAAAAEwAAAAABPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAADQQAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAEwAAAAACPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAABQQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAATgAAAAAAEwAAAAABPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAACaQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAABTgAAAAAA + tiles: TgAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAADWgAAAAABTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACTgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAagAAAAAAagAAAAAAaQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAagAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAEwAAAAACPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAADQQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACegAAAAAAEwAAAAABPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAACQQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAEwAAAAACPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAawAAAAACaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACTgAAAAAA version: 6 -1,2: ind: -1,2 - tiles: TgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAAAWgAAAAADPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAACHgAAAAABHgAAAAACHgAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABHgAAAAABHgAAAAADHgAAAAAAWgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAABTgAAAAAAWgAAAAABWgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAAATgAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAADMQAAAAACMQAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAACMQAAAAAAMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAAAMQAAAAABMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAMQAAAAADMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACTgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAAAWgAAAAABPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABHgAAAAACHgAAAAADHgAAAAADWgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAWgAAAAADWgAAAAADHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAACTgAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAADZQAAAAADZQAAAAAAZQAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAADZQAAAAADZQAAAAAAZQAAAAACegAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAACMQAAAAAAMQAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAABMQAAAAADMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAZQAAAAADZQAAAAACZQAAAAADZQAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAADMQAAAAAAMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACMQAAAAADMQAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,1: ind: -1,1 - tiles: FQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMwAAAAABMwAAAAABLgAAAAACLgAAAAADMwAAAAACMwAAAAAAMwAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAMwAAAAADMwAAAAACLgAAAAABLgAAAAAAMwAAAAADMwAAAAACMwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAMwAAAAAAMwAAAAAALgAAAAABLgAAAAADMwAAAAAAMwAAAAAAMwAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAABFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMwAAAAAAMwAAAAADLgAAAAABLgAAAAACMwAAAAAAegAAAAAAMwAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAABWgAAAAADPwAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAACPwAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAADegAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAAB + tiles: FQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMwAAAAABMwAAAAABLgAAAAABLgAAAAAAMwAAAAADMwAAAAACMwAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAMwAAAAABMwAAAAADLgAAAAACLgAAAAAAMwAAAAADMwAAAAAAMwAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAMwAAAAACMwAAAAABLgAAAAADLgAAAAACMwAAAAABMwAAAAADMwAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMwAAAAABMwAAAAACLgAAAAADLgAAAAAAMwAAAAAAegAAAAAAMwAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACPwAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABegAAAAAATgAAAAAAWgAAAAADWgAAAAADPwAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAD version: 6 0,0: ind: 0,0 - tiles: WgAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAHgAAAAACHgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAHgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAADTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAABWgAAAAAAWgAAAAAAWgAAAAADPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAAWgAAAAAAWgAAAAACWgAAAAABTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAaQAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAABWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABMwAAAAACMwAAAAAAMwAAAAABMwAAAAABMwAAAAABWgAAAAACWgAAAAACWgAAAAABTgAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADWgAAAAAAWgAAAAADWgAAAAADbQAAAAADbgAAAAACbgAAAAAAbgAAAAACbgAAAAACbgAAAAACbgAAAAADbgAAAAADMwAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAACWgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAAAbgAAAAACMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbgAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAACMwAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAbQAAAAAAbQAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAACWgAAAAADWgAAAAAAWgAAAAADTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAAAegAAAAAAMwAAAAABMwAAAAAAWgAAAAACWgAAAAAAWgAAAAACTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMwAAAAABHgAAAAAAegAAAAAAMwAAAAACMwAAAAAAWgAAAAACWgAAAAACWgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAABFgAAAAAAFgAAAAAAFgAAAAAA + tiles: WgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAADegAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAHgAAAAAAHgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAHgAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAACTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAACMwAAAAACWgAAAAADWgAAAAAAWgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAACMwAAAAACWgAAAAABWgAAAAACWgAAAAABTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAaQAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACMwAAAAABWgAAAAADWgAAAAACWgAAAAABTgAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAACMwAAAAADWgAAAAAAWgAAAAACWgAAAAACbQAAAAABbgAAAAAAbgAAAAACbgAAAAAAbgAAAAADbgAAAAADbgAAAAADbgAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAACWgAAAAADWgAAAAADWgAAAAACTgAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABbgAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAbQAAAAACbQAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADWgAAAAACWgAAAAABWgAAAAACTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAABegAAAAAAMwAAAAACMwAAAAAAWgAAAAAAWgAAAAABWgAAAAABTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMwAAAAABHgAAAAADegAAAAAAMwAAAAAAMwAAAAABWgAAAAACWgAAAAAAWgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAegAAAAAATQAAAAABTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADQQAAAAAAQQAAAAAATgAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABQQAAAAAAQQAAAAAATgAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADQQAAAAAAQQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABQQAAAAAAQQAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAABdwAAAAADdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,1: ind: -6,1 - tiles: YQAAAAAAWgAAAAADYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABYQAAAAAAWgAAAAADYQAAAAAAWgAAAAABWgAAAAABYQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAAAegAAAAAAWgAAAAACYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADYQAAAAAAegAAAAAAWgAAAAABWgAAAAADegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAABWgAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAYQAAAAAAWgAAAAACWgAAAAACYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAACegAAAAAAYQAAAAAAWgAAAAABegAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAACYQAAAAAAWgAAAAAAWgAAAAABYQAAAAAAWgAAAAAAWgAAAAAAYQAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAWgAAAAADYQAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: YQAAAAAAWgAAAAABYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAYQAAAAAAYQAAAAAAWgAAAAACYQAAAAAAWgAAAAACYQAAAAAAWgAAAAACWgAAAAADYQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAAAegAAAAAAWgAAAAACYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABYQAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAACWgAAAAABYQAAAAAAYQAAAAAAWgAAAAACYQAAAAAAWgAAAAADWgAAAAABYQAAAAAAYQAAAAAAegAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAWgAAAAACYQAAAAAAWgAAAAACegAAAAAAYQAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAABYQAAAAAAWgAAAAABWgAAAAADYQAAAAAAWgAAAAADWgAAAAACYQAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAWgAAAAADYQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,4: ind: 0,4 - tiles: eQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAAAWgAAAAACYQAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAAAWgAAAAABYQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAWgAAAAADYQAAAAAAWgAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAYQAAAAAAWgAAAAADWgAAAAAAYQAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADYQAAAAAAWgAAAAAAYQAAAAAAYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAADaQAAAAAAaQAAAAAAWgAAAAACaQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAWgAAAAACaQAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAWgAAAAADaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAABaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: eQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAABWgAAAAAAYQAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAACWgAAAAACYQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAABYQAAAAAAWgAAAAAAYQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAYQAAAAAAWgAAAAACWgAAAAABYQAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABYQAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAAAYQAAAAAAWgAAAAACYQAAAAAAYQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAABaQAAAAAAaQAAAAAAWgAAAAABaQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAWgAAAAADaQAAAAAAAAAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAAaQAAAAAAaQAAAAAAWgAAAAADaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAADaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: HgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAZQAAAAACegAAAAAAHgAAAAABHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAdwAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAA + tiles: HgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAZQAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACWgAAAAADWgAAAAAAWgAAAAADdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAACWgAAAAABWgAAAAACWgAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAAATQAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAADdwAAAAAB + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAAAdwAAAAACdwAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAACWgAAAAADWgAAAAABWgAAAAACdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAAAWgAAAAACWgAAAAAAWgAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAADdwAAAAADegAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAABdwAAAAABTQAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAC version: 6 -4,-3: ind: -4,-3 - tiles: TgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADWgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAA + tiles: TgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAdwAAAAABdwAAAAACegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAWgAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABTQAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAABTQAAAAABWgAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADTQAAAAADWgAAAAAAVwAAAAAAWgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAATQAAAAACWgAAAAACTQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACTQAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADTQAAAAAAWgAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADTQAAAAABWgAAAAABVwAAAAAAWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADTQAAAAACWgAAAAACTQAAAAAA version: 6 -6,-4: ind: -6,-4 @@ -370,7 +371,7 @@ entities: version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPwAAAAAAPwAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPwAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAegAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPwAAAAAAPwAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPwAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPwAAAAAAegAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA version: 6 0,5: ind: 0,5 @@ -378,11 +379,11 @@ entities: version: 6 -1,5: ind: -1,5 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABWgAAAAAAWgAAAAACegAAAAAAKwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAKwAAAAAAegAAAAAAeQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAKwAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA version: 6 -4,7: ind: -4,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 @@ -418,7 +419,7 @@ entities: version: 6 -1,6: ind: -1,6 - tiles: WgAAAAABYQAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABYQAAAAAAYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: WgAAAAACYQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACYQAAAAAAYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -7,0: ind: -7,0 @@ -426,7 +427,7 @@ entities: version: 6 -7,-1: ind: -7,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAADEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAAAEwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAADEwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADKQAAAAADKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACKQAAAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAAKQAAAAABKQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAAAEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAAAEwAAAAACEwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAADLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABKQAAAAACKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAAKQAAAAABKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADKQAAAAAAKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAABLgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAA version: 6 -7,1: ind: -7,1 @@ -434,7 +435,7 @@ entities: version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAABTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAABegAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAAAegAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAawAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAACTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAADegAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAACegAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-4: ind: -3,-4 @@ -458,7 +459,7 @@ entities: version: 6 -7,-2: ind: -7,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAAAEwAAAAADEwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAABEwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAAAEwAAAAAAEwAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAABEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAAAEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAADEwAAAAABEwAAAAAA version: 6 2,5: ind: 2,5 @@ -474,7 +475,7 @@ entities: version: 6 4,4: ind: 4,4 - tiles: egAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,4: ind: 5,4 @@ -558,7 +559,7 @@ entities: version: 6 -7,-5: ind: -7,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAAAeAAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAABAAAAAAAAeQAAAAAAAAAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAADeQAAAAAAeQAAAAAAeQAAAAAATQAAAAADAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeAAAAAACeAAAAAAAeAAAAAABeAAAAAAAeAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAABeQAAAAAAeQAAAAAAeQAAAAAATQAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATQAAAAADAAAAAAAAeQAAAAAAAAAAAAAATQAAAAABAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 3,-2: ind: 3,-2 @@ -594,7 +595,7 @@ entities: version: 6 -3,8: ind: -3,8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAACBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAEBwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -8921,6 +8922,28 @@ entities: id: WarnBoxGreyscale decals: 6612: 27,58 + - node: + color: '#FFFFFFFF' + id: WarnCornerGreyscaleNE + decals: + 7112: -21,-14 + 7123: -20,-13 + - node: + color: '#FFFFFFFF' + id: WarnCornerGreyscaleNW + decals: + 7111: -22,-14 + 7120: -23,-13 + - node: + color: '#FFFFFFFF' + id: WarnCornerGreyscaleSE + decals: + 7113: -21,-16 + - node: + color: '#FFFFFFFF' + id: WarnCornerGreyscaleSW + decals: + 7114: -22,-16 - node: color: '#A46106FF' id: WarnCornerNE @@ -9065,12 +9088,34 @@ entities: 6603: 47,11 6799: 66,59 6800: 66,60 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleE + decals: + 7115: -21,-15 + 7124: -20,-14 + 7125: -20,-15 + 7126: -20,-16 - node: color: '#FFEDCEFF' id: WarnLineGreyscaleN decals: 293: -48,70 294: -47,70 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleN + decals: + 7121: -22,-13 + 7122: -21,-13 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleW + decals: + 7116: -22,-15 + 7117: -23,-16 + 7118: -23,-15 + 7119: -23,-14 - node: color: '#EFB341FF' id: WarnLineN @@ -13216,31 +13261,31 @@ entities: parent: 33 - type: DeviceList devices: - - 28394 - - 28392 - - 28390 - - 28391 - - 10940 - - 10941 - - 10942 - - 10943 - - 10944 - - 28387 - - 25398 - - 28386 - - 24248 - - 28388 - - 28389 - - 24153 - - 25475 - - 24686 - - 23287 - - 23339 - - 23291 - - 23358 - - 2237 - - 2222 + - 899 - 28396 + - 2222 + - 2237 + - 23358 + - 23291 + - 23339 + - 23287 + - 24686 + - 25475 + - 24153 + - 28389 + - 28388 + - 24248 + - 28386 + - 25398 + - 28387 + - 10944 + - 10943 + - 10942 + - 10941 + - 10940 + - 28391 + - 28390 + - 28394 - type: AtmosDevice joinedGrid: 33 - uid: 24777 @@ -16456,6 +16501,11 @@ entities: - type: Transform pos: -44.5,55.5 parent: 33 + - uid: 5679 + components: + - type: Transform + pos: -45.5,66.5 + parent: 33 - uid: 6122 components: - type: Transform @@ -16486,6 +16536,21 @@ entities: - type: Transform pos: 8.5,5.5 parent: 33 + - uid: 6387 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 33 + - uid: 6643 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 33 + - uid: 6644 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 33 - uid: 6846 components: - type: Transform @@ -16763,6 +16828,11 @@ entities: - type: Transform pos: 2.5,24.5 parent: 33 + - uid: 6637 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 33 - uid: 6761 components: - type: Transform @@ -16968,11 +17038,6 @@ entities: - type: Transform pos: 0.5,35.5 parent: 33 - - uid: 7274 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 33 - proto: AirlockMaintLocked entities: - uid: 3125 @@ -17559,13 +17624,6 @@ entities: - type: Transform pos: -17.5,24.5 parent: 33 -- proto: AirlockServiceLocked - entities: - - uid: 6358 - components: - - type: Transform - pos: -18.5,-12.5 - parent: 33 - proto: AirlockTheatreLocked entities: - uid: 2416 @@ -17625,6 +17683,10 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,3.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 24160 components: - type: Transform @@ -17643,6 +17705,10 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-9.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 24250 components: - type: Transform @@ -17675,6 +17741,10 @@ entities: - type: Transform pos: -15.5,-20.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 25530 components: - type: Transform @@ -18349,11 +18419,19 @@ entities: - type: Transform pos: -26.5,-26.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28387 components: - type: Transform pos: -4.5,-26.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28393 components: - type: Transform @@ -18364,6 +18442,10 @@ entities: - type: Transform pos: -38.5,-20.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28395 components: - type: Transform @@ -18374,6 +18456,10 @@ entities: - type: Transform pos: -2.5,-5.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28399 components: - type: Transform @@ -20444,6 +20530,14 @@ entities: - type: Transform pos: -91.5,-0.5 parent: 33 +- proto: BarricadeBlock + entities: + - uid: 7274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,23.5 + parent: 33 - proto: BarricadeDirectional entities: - uid: 24656 @@ -20965,6 +21059,18 @@ entities: - type: Transform pos: 31.5,39.5 parent: 33 +- proto: BenchColorfulComfy + entities: + - uid: 1416 + components: + - type: Transform + pos: -82.5,-29.5 + parent: 33 + - uid: 1456 + components: + - type: Transform + pos: -83.5,-29.5 + parent: 33 - proto: BenchParkLeft entities: - uid: 30552 @@ -21091,11 +21197,6 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-26.5 parent: 33 - - uid: 11071 - components: - - type: Transform - pos: -83.5,-29.5 - parent: 33 - proto: BenchSteelMiddle entities: - uid: 30581 @@ -21154,11 +21255,6 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,-25.5 parent: 33 - - uid: 11052 - components: - - type: Transform - pos: -82.5,-29.5 - parent: 33 - uid: 30580 components: - type: Transform @@ -22181,7 +22277,7 @@ entities: - type: Transform pos: -27.510775,60.69594 parent: 33 -- proto: BoxFolderBase +- proto: FolderSpawner entities: - uid: 347 components: @@ -23131,6 +23227,11 @@ entities: - type: Transform pos: -23.5,-3.5 parent: 33 + - uid: 1655 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 33 - uid: 1938 components: - type: Transform @@ -36856,11 +36957,6 @@ entities: - type: Transform pos: -24.5,-12.5 parent: 33 - - uid: 19212 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 33 - uid: 19213 components: - type: Transform @@ -47311,11 +47407,21 @@ entities: - type: Transform pos: -34.5,14.5 parent: 33 + - uid: 1476 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 33 - uid: 1608 components: - type: Transform pos: -52.5,-13.5 parent: 33 + - uid: 1702 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 33 - uid: 1772 components: - type: Transform @@ -51031,16 +51137,6 @@ entities: - type: Transform pos: -23.5,-10.5 parent: 33 - - uid: 16649 - components: - - type: Transform - pos: -23.5,-11.5 - parent: 33 - - uid: 16650 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 33 - uid: 16651 components: - type: Transform @@ -61547,6 +61643,16 @@ entities: showEnts: False occludes: True ent: null + - uid: 8148 + components: + - type: Transform + pos: -46.5,64.5 + parent: 33 + - uid: 8151 + components: + - type: Transform + pos: -45.5,64.5 + parent: 33 - uid: 8928 components: - type: Transform @@ -66232,6 +66338,64 @@ entities: rot: 3.141592653589793 rad pos: 61.49384,27.657747 parent: 33 +- proto: CryogenicSleepUnit + entities: + - uid: 30737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,12.5 + parent: 33 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 5687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 33 + - uid: 6389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-15.5 + parent: 33 + - uid: 6390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,64.5 + parent: 33 + - uid: 6641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-13.5 + parent: 33 + - uid: 6648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 33 + - uid: 7153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 33 + - uid: 7178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-15.5 + parent: 33 + - uid: 8152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,65.5 + parent: 33 - proto: CryoPod entities: - uid: 18549 @@ -66333,6 +66497,426 @@ entities: - type: Transform pos: 22.862036,74.596924 parent: 33 +- proto: DefaultStationBeaconAME + entities: + - uid: 11071 + components: + - type: Transform + pos: 49.5,28.5 + parent: 33 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 16380 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 33 +- proto: DefaultStationBeaconArmory + entities: + - uid: 16381 + components: + - type: Transform + pos: -10.5,68.5 + parent: 33 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 16382 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 33 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 16383 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 33 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 16384 + components: + - type: Transform + pos: 26.5,62.5 + parent: 33 +- proto: DefaultStationBeaconBar + entities: + - uid: 16385 + components: + - type: Transform + pos: 18.5,31.5 + parent: 33 +- proto: DefaultStationBeaconBotany + entities: + - uid: 16395 + components: + - type: Transform + pos: -14.5,41.5 + parent: 33 +- proto: DefaultStationBeaconBridge + entities: + - uid: 16396 + components: + - type: Transform + pos: -47.5,32.5 + parent: 33 +- proto: DefaultStationBeaconBrig + entities: + - uid: 16403 + components: + - type: Transform + pos: -26.5,86.5 + parent: 33 + - uid: 16404 + components: + - type: Transform + pos: -26.5,83.5 + parent: 33 + - uid: 16406 + components: + - type: Transform + pos: -26.5,80.5 + parent: 33 + - uid: 16407 + components: + - type: Transform + pos: -26.5,77.5 + parent: 33 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 19212 + components: + - type: Transform + pos: -66.5,33.5 + parent: 33 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 22106 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 33 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 22581 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 33 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 16649 + components: + - type: Transform + pos: 41.5,18.5 + parent: 33 +- proto: DefaultStationBeaconChapel + entities: + - uid: 22582 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 33 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 22583 + components: + - type: Transform + pos: -54.5,3.5 + parent: 33 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 16650 + components: + - type: Transform + pos: -88.5,7.5 + parent: 33 +- proto: DefaultStationBeaconCommand + entities: + - uid: 23789 + components: + - type: Transform + pos: -69.5,24.5 + parent: 33 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 23790 + components: + - type: Transform + pos: -23.5,30.5 + parent: 33 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 28392 + components: + - type: Transform + pos: -67.5,2.5 + parent: 33 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 5674 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 33 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 29634 + components: + - type: Transform + pos: -28.5,91.5 + parent: 33 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 30354 + components: + - type: Transform + pos: 9.5,66.5 + parent: 33 +- proto: DefaultStationBeaconDorms + entities: + - uid: 30433 + components: + - type: Transform + pos: -18.5,12.5 + parent: 33 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 30688 + components: + - type: Transform + pos: 31.5,22.5 + parent: 33 +- proto: DefaultStationBeaconEvac + entities: + - uid: 30689 + components: + - type: Transform + pos: -53.5,52.5 + parent: 33 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 30687 + components: + - type: Transform + pos: -24.5,45.5 + parent: 33 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 30690 + components: + - type: Transform + pos: 37.5,32.5 + parent: 33 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 30691 + components: + - type: Transform + pos: -32.5,11.5 + parent: 33 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 30692 + components: + - type: Transform + pos: -16.5,74.5 + parent: 33 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 30693 + components: + - type: Transform + pos: 13.5,56.5 + parent: 33 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 30694 + components: + - type: Transform + pos: -3.5,32.5 + parent: 33 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 30695 + components: + - type: Transform + pos: 13.5,3.5 + parent: 33 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 30696 + components: + - type: Transform + pos: -68.5,-28.5 + parent: 33 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 30697 + components: + - type: Transform + pos: -52.5,12.5 + parent: 33 +- proto: DefaultStationBeaconMedical + entities: + - uid: 30698 + components: + - type: Transform + pos: 13.5,9.5 + parent: 33 + - type: NavMapBeacon + text: Medical Outpost +- proto: DefaultStationBeaconMorgue + entities: + - uid: 30699 + components: + - type: Transform + pos: -72.5,13.5 + parent: 33 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 30700 + components: + - type: Transform + pos: -46.5,73.5 + parent: 33 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 30705 + components: + - type: Transform + pos: 52.5,36.5 + parent: 33 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 30701 + components: + - type: Transform + pos: 33.5,3.5 + parent: 33 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 30702 + components: + - type: Transform + pos: -59.5,-19.5 + parent: 33 +- proto: DefaultStationBeaconRND + entities: + - uid: 30703 + components: + - type: Transform + pos: -65.5,-6.5 + parent: 33 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 30704 + components: + - type: Transform + pos: -77.5,-1.5 + parent: 33 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 30706 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 33 +- proto: DefaultStationBeaconSecurityCheckpoint + entities: + - uid: 30707 + components: + - type: Transform + pos: -76.5,3.5 + parent: 33 + - uid: 30708 + components: + - type: Transform + pos: -38.5,29.5 + parent: 33 + - uid: 30709 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 33 +- proto: DefaultStationBeaconService + entities: + - uid: 30710 + components: + - type: Transform + pos: -17.5,27.5 + parent: 33 +- proto: DefaultStationBeaconSolars + entities: + - uid: 11052 + components: + - type: Transform + pos: -69.5,-65.5 + parent: 33 + - uid: 30711 + components: + - type: Transform + pos: 83.5,49.5 + parent: 33 + - uid: 30712 + components: + - type: Transform + pos: 83.5,33.5 + parent: 33 + - uid: 30713 + components: + - type: Transform + pos: -84.5,-65.5 + parent: 33 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 30714 + components: + - type: Transform + pos: -83.5,-1.5 + parent: 33 +- proto: DefaultStationBeaconTEG + entities: + - uid: 30715 + components: + - type: Transform + pos: 65.5,68.5 + parent: 33 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 30716 + components: + - type: Transform + pos: 51.5,20.5 + parent: 33 +- proto: DefaultStationBeaconTheater + entities: + - uid: 30717 + components: + - type: Transform + pos: -1.5,17.5 + parent: 33 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 30718 + components: + - type: Transform + pos: 22.5,15.5 + parent: 33 +- proto: DefaultStationBeaconVault + entities: + - uid: 30719 + components: + - type: Transform + pos: -56.5,32.5 + parent: 33 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 30720 + components: + - type: Transform + pos: -31.5,68.5 + parent: 33 - proto: DefibrillatorCabinetFilled entities: - uid: 8226 @@ -74421,36 +75005,11 @@ entities: - type: Transform pos: 11.5,25.5 parent: 33 - - uid: 3609 - components: - - type: Transform - pos: -33.5,64.5 - parent: 33 - - uid: 4635 - components: - - type: Transform - pos: -61.5,35.5 - parent: 33 - - uid: 4647 - components: - - type: Transform - pos: -57.5,-27.5 - parent: 33 - uid: 4933 components: - type: Transform pos: -75.5,-36.5 parent: 33 - - uid: 5499 - components: - - type: Transform - pos: -88.5,3.5 - parent: 33 - - uid: 8558 - components: - - type: Transform - pos: -30.5,6.5 - parent: 33 - uid: 9361 components: - type: Transform @@ -74476,21 +75035,11 @@ entities: - type: Transform pos: -17.5,6.5 parent: 33 - - uid: 9792 - components: - - type: Transform - pos: -13.5,75.5 - parent: 33 - uid: 10367 components: - type: Transform pos: -48.5,-23.5 parent: 33 - - uid: 10432 - components: - - type: Transform - pos: 46.5,19.5 - parent: 33 - uid: 17462 components: - type: Transform @@ -74506,6 +75055,27 @@ entities: - type: Transform pos: -44.5,-20.5 parent: 33 +- proto: DresserCaptainFilled + entities: + - uid: 4635 + components: + - type: Transform + pos: -61.5,35.5 + parent: 33 +- proto: DresserChiefEngineerFilled + entities: + - uid: 10432 + components: + - type: Transform + pos: 46.5,19.5 + parent: 33 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 5499 + components: + - type: Transform + pos: -88.5,3.5 + parent: 33 - proto: DresserFilled entities: - uid: 9692 @@ -74518,6 +75088,41 @@ entities: - type: Transform pos: -51.5,118.5 parent: 33 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 8558 + components: + - type: Transform + pos: -30.5,6.5 + parent: 33 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 9792 + components: + - type: Transform + pos: -13.5,75.5 + parent: 33 +- proto: DresserQuarterMasterFilled + entities: + - uid: 29193 + components: + - type: Transform + pos: 34.5,2.5 + parent: 33 +- proto: DresserResearchDirectorFilled + entities: + - uid: 4647 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 33 +- proto: DresserWardenFilled + entities: + - uid: 3609 + components: + - type: Transform + pos: -33.5,64.5 + parent: 33 - proto: Drill entities: - uid: 24361 @@ -74892,13 +75497,6 @@ entities: parent: 33 - proto: DrinkMilkCarton entities: - - uid: 6642 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 24496 components: - type: Transform @@ -77574,25 +78172,25 @@ entities: parent: 33 - type: DeviceList devices: - - 28394 - - 28392 - - 28390 - - 28391 - - 10940 - - 10941 - - 10942 - - 10943 - - 10944 - - 28387 - - 25398 - - 28386 - - 24248 - - 28388 - - 28389 - - 24153 - - 25475 - - 24686 + - 899 - 28396 + - 24686 + - 25475 + - 24153 + - 28389 + - 28388 + - 24248 + - 28386 + - 25398 + - 28387 + - 10944 + - 10943 + - 10942 + - 10941 + - 10940 + - 28391 + - 28390 + - 28394 - type: AtmosDevice joinedGrid: 33 - uid: 25325 @@ -79279,6 +79877,15 @@ entities: - type: Transform pos: 30.5,8.5 parent: 33 + - uid: 899 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 5196 components: - type: Transform @@ -79529,11 +80136,6 @@ entities: - type: Transform pos: -8.5,53.5 parent: 33 - - uid: 28392 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 33 - uid: 28407 components: - type: Transform @@ -80367,26 +80969,46 @@ entities: - type: Transform pos: -17.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 10941 components: - type: Transform pos: -16.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 10942 components: - type: Transform pos: -15.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 10943 components: - type: Transform pos: -14.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 10944 components: - type: Transform pos: -13.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 10945 components: - type: Transform @@ -80602,6 +81224,10 @@ entities: - type: Transform pos: -8.5,-0.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 25302 components: - type: Transform @@ -80622,6 +81248,10 @@ entities: - type: Transform pos: -9.5,-0.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 25535 components: - type: Transform @@ -80887,21 +81517,37 @@ entities: - type: Transform pos: -12.5,-9.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28389 components: - type: Transform pos: -7.5,-6.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28390 components: - type: Transform pos: -21.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28391 components: - type: Transform pos: -20.5,-16.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24684 + - 24685 - uid: 28400 components: - type: Transform @@ -81343,13 +81989,6 @@ entities: parent: 33 - type: Fixtures fixtures: {} - - uid: 1655 - components: - - type: Transform - pos: -21.5,-13.5 - parent: 33 - - type: Fixtures - fixtures: {} - uid: 2294 components: - type: Transform @@ -82264,11 +82903,6 @@ entities: - type: Transform pos: -8.566781,43.67949 parent: 33 - - uid: 16396 - components: - - type: Transform - pos: -19.205957,-14.537693 - parent: 33 - uid: 24495 components: - type: Transform @@ -82552,55 +83186,6 @@ entities: parent: 33 - proto: FoodMeat entities: - - uid: 6392 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6393 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6394 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6635 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6636 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6637 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6638 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 8318 components: - type: Transform @@ -82800,29 +83385,6 @@ entities: - type: Transform pos: 8.502531,-23.36362 parent: 33 -- proto: FoodOnion - entities: - - uid: 6639 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6640 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6641 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: FoodPieBananaCream entities: - uid: 9394 @@ -83063,34 +83625,6 @@ entities: parent: 33 - proto: FoodTomato entities: - - uid: 6388 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6389 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6390 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6391 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 24489 components: - type: Transform @@ -120395,6 +120929,9 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-12.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24685 - type: AtmosDevice joinedGrid: 33 - type: AtmosPipeColor @@ -121969,6 +122506,9 @@ entities: rot: 3.141592653589793 rad pos: -12.5,-5.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24685 - type: AtmosDevice joinedGrid: 33 - type: AtmosPipeColor @@ -121979,6 +122519,9 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-14.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24685 - type: AtmosDevice joinedGrid: 33 - type: AtmosPipeColor @@ -122712,6 +123255,9 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-14.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24685 - type: AtmosDevice joinedGrid: 33 - type: AtmosPipeColor @@ -124373,6 +124919,9 @@ entities: - type: Transform pos: -12.5,-1.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24685 - type: AtmosDevice joinedGrid: 33 - type: AtmosPipeColor @@ -124383,6 +124932,9 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,-14.5 parent: 33 + - type: DeviceNetwork + deviceLists: + - 24685 - type: AtmosDevice joinedGrid: 33 - type: AtmosPipeColor @@ -126058,11 +126610,6 @@ entities: - type: Transform pos: -46.5,66.5 parent: 33 - - uid: 1416 - components: - - type: Transform - pos: -45.5,66.5 - parent: 33 - uid: 1417 components: - type: Transform @@ -127678,6 +128225,11 @@ entities: - type: Transform pos: -55.5,51.5 parent: 33 + - uid: 5682 + components: + - type: Transform + pos: -47.5,63.5 + parent: 33 - uid: 5691 components: - type: Transform @@ -127858,6 +128410,26 @@ entities: - type: Transform pos: -18.5,-14.5 parent: 33 + - uid: 6381 + components: + - type: Transform + pos: -45.5,63.5 + parent: 33 + - uid: 6640 + components: + - type: Transform + pos: -48.5,63.5 + parent: 33 + - uid: 6647 + components: + - type: Transform + pos: -46.5,63.5 + parent: 33 + - uid: 6649 + components: + - type: Transform + pos: -44.5,61.5 + parent: 33 - uid: 6668 components: - type: Transform @@ -131013,16 +131585,6 @@ entities: - type: Transform pos: -48.5,23.5 parent: 33 - - uid: 22581 - components: - - type: Transform - pos: -44.5,64.5 - parent: 33 - - uid: 22582 - components: - - type: Transform - pos: -44.5,63.5 - parent: 33 - uid: 22585 components: - type: Transform @@ -134213,11 +134775,6 @@ entities: - type: Transform pos: 9.5,27.5 parent: 33 - - uid: 8152 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 33 - uid: 8197 components: - type: Transform @@ -134500,11 +135057,6 @@ entities: showEnts: False occludes: True ents: [] - - uid: 16380 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 33 - uid: 27435 components: - type: Transform @@ -134784,11 +135336,6 @@ entities: - type: Transform pos: 0.63549536,28.29755 parent: 33 - - uid: 16384 - components: - - type: Transform - pos: -19.312672,-15.403852 - parent: 33 - uid: 21548 components: - type: Transform @@ -135309,64 +135856,6 @@ entities: - 0 - 0 - 0 - - uid: 6379 - components: - - type: Transform - pos: -19.5,-13.5 - parent: 33 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 256.84372 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 6648 - - 6647 - - 6646 - - 6645 - - 6644 - - 6643 - - 6642 - - 6641 - - 6640 - - 6639 - - 6638 - - 6637 - - 6636 - - 6635 - - 6394 - - 6393 - - 6392 - - 6391 - - 6390 - - 6389 - - 6388 - - 6387 - - 6381 - - 6380 - - 6649 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 6652 components: - type: Transform @@ -145909,7 +146398,7 @@ entities: - type: Transform pos: -21.581644,60.58711 parent: 33 -- proto: PaperBin10 +- proto: PaperBin20 entities: - uid: 28872 components: @@ -147663,11 +148152,6 @@ entities: parent: 33 - proto: PosterLegitPizzaHope entities: - - uid: 16385 - components: - - type: Transform - pos: -19.5,-16.5 - parent: 33 - uid: 27283 components: - type: Transform @@ -151113,13 +151597,6 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5687 - components: - - type: Transform - pos: -49.5,65.5 - parent: 33 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5699 components: - type: Transform @@ -151128,6 +151605,11 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 + - uid: 6645 + components: + - type: Transform + pos: -49.5,62.5 + parent: 33 - uid: 8008 components: - type: Transform @@ -154549,11 +155031,6 @@ entities: - type: Transform pos: -19.5,-22.5 parent: 33 - - uid: 16407 - components: - - type: Transform - pos: -21.5,-16.5 - parent: 33 - uid: 17468 components: - type: Transform @@ -157570,14 +158047,6 @@ entities: - type: Transform pos: -7.53673,44.657608 parent: 33 -- proto: ReagentContainerFlourSmall - entities: - - uid: 899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.333506,-14.257223 - parent: 33 - proto: ReagentContainerOliveoil entities: - uid: 6667 @@ -157597,11 +158066,6 @@ entities: - type: Transform pos: -10.475582,44.657608 parent: 33 - - uid: 16383 - components: - - type: Transform - pos: -19.323088,-14.111288 - parent: 33 - proto: ReagentContainerSugar entities: - uid: 8298 @@ -157614,14 +158078,6 @@ entities: - type: Transform pos: -8.359646,44.647186 parent: 33 -- proto: ReagentContainerSugarSmall - entities: - - uid: 16382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.333506,-14.486549 - parent: 33 - proto: ReagentGrinderMachineCircuitboard entities: - uid: 17159 @@ -159040,6 +159496,11 @@ entities: - type: Transform pos: -18.5,-10.5 parent: 33 + - uid: 1705 + components: + - type: Transform + pos: -47.5,63.5 + parent: 33 - uid: 1707 components: - type: Transform @@ -159065,6 +159526,11 @@ entities: - type: Transform pos: -76.5,6.5 parent: 33 + - uid: 2101 + components: + - type: Transform + pos: -46.5,63.5 + parent: 33 - uid: 2192 components: - type: Transform @@ -159910,11 +160376,6 @@ entities: - type: Transform pos: -46.5,66.5 parent: 33 - - uid: 5674 - components: - - type: Transform - pos: -45.5,66.5 - parent: 33 - uid: 5689 components: - type: Transform @@ -160000,6 +160461,21 @@ entities: - type: Transform pos: 14.5,-23.5 parent: 33 + - uid: 6393 + components: + - type: Transform + pos: -48.5,63.5 + parent: 33 + - uid: 6394 + components: + - type: Transform + pos: -45.5,63.5 + parent: 33 + - uid: 6639 + components: + - type: Transform + pos: -44.5,61.5 + parent: 33 - uid: 6707 components: - type: Transform @@ -161585,16 +162061,6 @@ entities: - type: Transform pos: -44.5,60.5 parent: 33 - - uid: 23789 - components: - - type: Transform - pos: -44.5,63.5 - parent: 33 - - uid: 23790 - components: - - type: Transform - pos: -44.5,64.5 - parent: 33 - uid: 24198 components: - type: Transform @@ -162456,6 +162922,81 @@ entities: - type: Transform pos: -19.5,48.5 parent: 33 + - uid: 30722 + components: + - type: Transform + pos: -81.5,-37.5 + parent: 33 + - uid: 30723 + components: + - type: Transform + pos: -35.5,4.5 + parent: 33 + - uid: 30724 + components: + - type: Transform + pos: -20.5,24.5 + parent: 33 + - uid: 30725 + components: + - type: Transform + pos: -33.5,37.5 + parent: 33 + - uid: 30726 + components: + - type: Transform + pos: -45.5,56.5 + parent: 33 + - uid: 30727 + components: + - type: Transform + pos: -33.5,48.5 + parent: 33 + - uid: 30728 + components: + - type: Transform + pos: -20.5,81.5 + parent: 33 + - uid: 30729 + components: + - type: Transform + pos: -52.5,76.5 + parent: 33 + - uid: 30730 + components: + - type: Transform + pos: 7.5,48.5 + parent: 33 + - uid: 30731 + components: + - type: Transform + pos: 27.5,53.5 + parent: 33 + - uid: 30732 + components: + - type: Transform + pos: 8.5,33.5 + parent: 33 + - uid: 30733 + components: + - type: Transform + pos: -14.5,30.5 + parent: 33 + - uid: 30734 + components: + - type: Transform + pos: 8.5,20.5 + parent: 33 + - uid: 30735 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 33 + - uid: 30736 + components: + - type: Transform + pos: 12.5,30.5 + parent: 33 - proto: Screwdriver entities: - uid: 1441 @@ -163279,6 +163820,11 @@ entities: parent: 33 - proto: ShellTranquilizer entities: + - uid: 6388 + components: + - type: Transform + pos: -50.192844,66.40119 + parent: 33 - uid: 17554 components: - type: Transform @@ -163295,12 +163841,6 @@ entities: - type: Transform pos: 20.736145,33.03099 parent: 33 - - uid: 22106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.582207,65.697784 - parent: 33 - uid: 24196 components: - type: Transform @@ -165295,6 +165835,28 @@ entities: parent: 33 - proto: SignCryogenicsMed entities: + - uid: 933 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 33 + - uid: 2021 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 33 + - uid: 6636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,66.5 + parent: 33 + - uid: 6642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-16.5 + parent: 33 - uid: 28810 components: - type: Transform @@ -166494,12 +167056,6 @@ entities: parent: 33 - proto: Sink entities: - - uid: 933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-13.5 - parent: 33 - uid: 3011 components: - type: Transform @@ -168625,6 +169181,13 @@ entities: - type: Transform pos: -33.5,6.5 parent: 33 +- proto: SpawnMobCrabAtmos + entities: + - uid: 30721 + components: + - type: Transform + pos: -30.5,91.5 + parent: 33 - proto: SpawnMobDrone entities: - uid: 7290 @@ -169037,10 +169600,10 @@ entities: - type: Transform pos: -0.5,-26.5 parent: 33 - - uid: 16395 + - uid: 30738 components: - type: Transform - pos: -21.5,-17.5 + pos: -23.5,-22.5 parent: 33 - proto: SpawnPointLawyer entities: @@ -169374,10 +169937,10 @@ entities: - type: Transform pos: -16.5,-20.5 parent: 33 - - uid: 16406 + - uid: 30739 components: - type: Transform - pos: -20.5,-17.5 + pos: -21.5,-22.5 parent: 33 - proto: SpawnPointPrisoner entities: @@ -169648,11 +170211,6 @@ entities: - type: Transform pos: -15.5,-20.5 parent: 33 - - uid: 30433 - components: - - type: Transform - pos: -20.5,-15.5 - parent: 33 - uid: 30434 components: - type: Transform @@ -170125,12 +170683,6 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,34.5 parent: 33 - - uid: 1702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-17.5 - parent: 33 - uid: 3012 components: - type: Transform @@ -170171,12 +170723,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,28.5 parent: 33 - - uid: 7153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-17.5 - parent: 33 - uid: 8312 components: - type: Transform @@ -172376,16 +172922,6 @@ entities: - type: Transform pos: -6.5,32.5 parent: 33 - - uid: 1456 - components: - - type: Transform - pos: -22.5,-14.5 - parent: 33 - - uid: 1476 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 33 - uid: 1817 components: - type: Transform @@ -172396,11 +172932,6 @@ entities: - type: Transform pos: 0.5,27.5 parent: 33 - - uid: 2101 - components: - - type: Transform - pos: -19.5,-14.5 - parent: 33 - uid: 2346 components: - type: Transform @@ -173413,11 +173944,6 @@ entities: - type: Transform pos: -29.5,37.5 parent: 33 - - uid: 1705 - components: - - type: Transform - pos: -20.5,-16.5 - parent: 33 - uid: 2077 components: - type: Transform @@ -173610,11 +174136,6 @@ entities: - type: Transform pos: 44.5,-6.5 parent: 33 - - uid: 7178 - components: - - type: Transform - pos: -21.5,-16.5 - parent: 33 - uid: 11015 components: - type: Transform @@ -175790,11 +176311,6 @@ entities: - type: Transform pos: -64.5,16.5 parent: 33 - - uid: 16403 - components: - - type: Transform - pos: -22.5,-17.5 - parent: 33 - uid: 16710 components: - type: Transform @@ -177417,11 +177933,6 @@ entities: parent: 33 - proto: VendingMachineCondiments entities: - - uid: 16404 - components: - - type: Transform - pos: -22.5,-17.5 - parent: 33 - uid: 23810 components: - type: Transform @@ -177441,11 +177952,6 @@ entities: parent: 33 - proto: VendingMachineDinnerware entities: - - uid: 2021 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 33 - uid: 3073 components: - type: Transform @@ -183616,6 +184122,16 @@ entities: - type: Transform pos: -54.5,51.5 parent: 33 + - uid: 5680 + components: + - type: Transform + pos: -44.5,63.5 + parent: 33 + - uid: 5681 + components: + - type: Transform + pos: -49.5,63.5 + parent: 33 - uid: 5688 components: - type: Transform @@ -184246,6 +184762,21 @@ entities: - type: Transform pos: -15.5,77.5 parent: 33 + - uid: 6379 + components: + - type: Transform + pos: -49.5,65.5 + parent: 33 + - uid: 6391 + components: + - type: Transform + pos: -49.5,64.5 + parent: 33 + - uid: 6392 + components: + - type: Transform + pos: -44.5,64.5 + parent: 33 - uid: 6690 components: - type: Transform @@ -187011,11 +187542,6 @@ entities: - type: Transform pos: -81.5,17.5 parent: 33 - - uid: 16381 - components: - - type: Transform - pos: -22.5,-13.5 - parent: 33 - uid: 16438 components: - type: Transform @@ -188501,11 +189027,6 @@ entities: - type: Transform pos: 1.5,56.5 parent: 33 - - uid: 22583 - components: - - type: Transform - pos: -44.5,61.5 - parent: 33 - uid: 22584 components: - type: Transform @@ -193113,6 +193634,11 @@ entities: - type: Transform pos: 13.5,-0.5 parent: 33 + - uid: 6358 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 33 - uid: 6762 components: - type: Transform @@ -196443,78 +196969,6 @@ entities: - type: Transform pos: -76.9587,-23.06557 parent: 33 -- proto: WheatBushel - entities: - - uid: 6380 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6381 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6387 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6643 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6644 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6645 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6646 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6647 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6648 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 6649 - components: - - type: Transform - parent: 6379 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: WheatSeeds entities: - uid: 26848 @@ -197215,18 +197669,6 @@ entities: - type: Transform pos: -28.5,38.5 parent: 33 - - uid: 8148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-16.5 - parent: 33 - - uid: 8151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-16.5 - parent: 33 - uid: 13751 components: - type: Transform @@ -198924,30 +199366,6 @@ entities: rot: 1.5707963267948966 rad pos: -55.5,72.5 parent: 33 - - uid: 5679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,65.5 - parent: 33 - - uid: 5680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,65.5 - parent: 33 - - uid: 5681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,65.5 - parent: 33 - - uid: 5682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,65.5 - parent: 33 - uid: 5694 components: - type: Transform @@ -199032,6 +199450,12 @@ entities: rot: 3.141592653589793 rad pos: 15.5,29.5 parent: 33 + - uid: 6380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,62.5 + parent: 33 - uid: 6410 components: - type: Transform @@ -199050,6 +199474,24 @@ entities: rot: 3.141592653589793 rad pos: -5.5,-10.5 parent: 33 + - uid: 6635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,62.5 + parent: 33 + - uid: 6638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,62.5 + parent: 33 + - uid: 6646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,62.5 + parent: 33 - uid: 6677 components: - type: Transform From c09883775c89848be9aace9896150c7a37280906 Mon Sep 17 00:00:00 2001 From: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:09:41 -0500 Subject: [PATCH 015/391] Asterisk 2.0 (#736) Modernized Asterisk --- Resources/Maps/asterisk.yml | 3003 +++++++++++++++++++++-------------- 1 file changed, 1823 insertions(+), 1180 deletions(-) diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index 342ee0cdbd..307e6c991b 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -4,7 +4,6 @@ meta: tilemap: 0: Space 1: FloorArcadeBlue - 3: FloorArcadeRed 11: FloorAsteroidTile 14: FloorBar 18: FloorBlueCircuit @@ -100,7 +99,7 @@ entities: version: 6 -1,-2: ind: -1,-2 - tiles: XAAAAAADTgAAAAAAXAAAAAAATgAAAAAAegAAAAAAWgAAAAADLgAAAAAALgAAAAABLgAAAAADWgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAaQAAAAAAWgAAAAADLgAAAAADLgAAAAABLgAAAAAAWgAAAAACaQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAaQAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADLgAAAAADLgAAAAABLgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACLgAAAAADLgAAAAABLgAAAAACWgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAagAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAaQAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAagAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADaQAAAAAAWgAAAAADLgAAAAADWgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAWgAAAAABLgAAAAADWgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACaQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAA + tiles: XAAAAAADTgAAAAAAXAAAAAAATgAAAAAAegAAAAAAWgAAAAADLgAAAAAALgAAAAABLgAAAAADWgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAaQAAAAAAWgAAAAADLgAAAAADLgAAAAABLgAAAAAAWgAAAAACaQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAaQAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADLgAAAAADLgAAAAABLgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAaQAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAACLgAAAAADLgAAAAABLgAAAAACWgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAagAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADaQAAAAAAWgAAAAADLgAAAAADWgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAWgAAAAABLgAAAAADWgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACaQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAA version: 6 0,-2: ind: 0,-2 @@ -458,6 +457,12 @@ entities: decals: 342: 14,19 343: 14,18 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 1234: -15,-24 + 1235: -14,-24 - node: color: '#FFFFFFFF' id: Caution @@ -712,6 +717,8 @@ entities: decals: 55: 29,-10 56: 30,-10 + 1236: -15,-23 + 1237: -15,-22 - node: color: '#FFFFFFFF' id: DeliveryGreyscale @@ -3227,6 +3234,7 @@ entities: - type: RadiationGridResistance - type: BecomesStation id: Asterisk + - type: NavMap - proto: AcousticGuitarInstrument entities: - uid: 2926 @@ -3693,13 +3701,15 @@ entities: - type: DeviceList devices: - 9881 - - 9878 - 9879 - 9885 - 7775 - 8700 - 8698 - 7774 + - 11153 + - 2587 + - 1172 - type: AtmosDevice joinedGrid: 2 - uid: 9891 @@ -4129,11 +4139,6 @@ entities: - type: Transform pos: -11.5,-27.5 parent: 2 - - uid: 9887 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 2 - uid: 9957 components: - type: Transform @@ -4962,6 +4967,11 @@ entities: - type: Transform pos: -9.5,-29.5 parent: 2 + - uid: 11116 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - uid: 4067 @@ -5229,11 +5239,6 @@ entities: - type: Transform pos: -46.5,-15.5 parent: 2 - - uid: 838 - components: - - type: Transform - pos: -15.5,-27.5 - parent: 2 - uid: 855 components: - type: Transform @@ -5244,6 +5249,11 @@ entities: - type: Transform pos: 39.5,-7.5 parent: 2 + - uid: 1148 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 - uid: 3264 components: - type: Transform @@ -5302,7 +5312,7 @@ entities: - uid: 9044 components: - type: Transform - pos: -12.5,-24.5 + pos: -15.5,-24.5 parent: 2 - uid: 9046 components: @@ -5374,11 +5384,6 @@ entities: - type: Transform pos: -9.5,3.5 parent: 2 - - uid: 9459 - components: - - type: Transform - pos: -15.5,-22.5 - parent: 2 - uid: 9462 components: - type: Transform @@ -6103,219 +6108,297 @@ entities: entities: - uid: 1864 components: + - type: MetaData + name: APC (Bridge, North) - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-4.5 parent: 2 - uid: 2344 components: + - type: MetaData + name: APC (Sec, Reception) - type: Transform pos: -23.5,-3.5 parent: 2 - uid: 4618 components: + - type: MetaData + name: APC (Eng, Solars) - type: Transform rot: 3.141592653589793 rad pos: 47.5,5.5 parent: 2 - uid: 4628 components: + - type: MetaData + name: APC (Bridge, South) - type: Transform pos: 47.5,-8.5 parent: 2 - uid: 4676 components: + - type: MetaData + name: APC (Eng, TEG) - type: Transform rot: 3.141592653589793 rad pos: 24.5,10.5 parent: 2 - uid: 4678 components: + - type: MetaData + name: APC (Eng, Power) - type: Transform pos: 38.5,10.5 parent: 2 - uid: 4680 components: + - type: MetaData + name: APC (Logistics, Salvage) - type: Transform rot: -1.5707963267948966 rad pos: 16.5,29.5 parent: 2 - uid: 4681 components: + - type: MetaData + name: APC (Logistics Main) - type: Transform pos: 1.5,8.5 parent: 2 - uid: 4682 components: + - type: MetaData + name: APC (Arrivals) - type: Transform rot: 3.141592653589793 rad pos: -10.5,16.5 parent: 2 - uid: 4683 components: + - type: MetaData + name: APC (HoP) - type: Transform rot: -1.5707963267948966 rad pos: 13.5,1.5 parent: 2 - uid: 4684 components: + - type: MetaData + name: APC (Eng, Gravity) - type: Transform rot: 1.5707963267948966 rad pos: 32.5,2.5 parent: 2 - uid: 4782 components: + - type: MetaData + name: APC (Medical, North) - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-15.5 parent: 2 - uid: 4783 components: + - type: MetaData + name: APC (Medical, South) - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-25.5 parent: 2 - uid: 4793 components: + - type: MetaData + name: APC (Medical, East) - type: Transform rot: 1.5707963267948966 rad pos: 33.5,-11.5 parent: 2 - uid: 4836 components: + - type: MetaData + name: APC (Bar) - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-20.5 parent: 2 - uid: 4838 components: + - type: MetaData + name: APC (Main, Evac South) - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-26.5 parent: 2 - uid: 4916 components: + - type: MetaData + name: APC (Logistics Dock) - type: Transform rot: 1.5707963267948966 rad pos: 1.5,26.5 parent: 2 - uid: 5009 components: + - type: MetaData + name: APC (Eng, Atmos) - type: Transform pos: 22.5,1.5 parent: 2 - uid: 5013 components: + - type: MetaData + name: APC (Main, East) - type: Transform pos: 13.5,-3.5 parent: 2 - uid: 5025 components: + - type: MetaData + name: APC (Detective) - type: Transform rot: 1.5707963267948966 rad pos: -9.5,11.5 parent: 2 - uid: 5032 components: + - type: MetaData + name: APC (Sec, Courtroom) - type: Transform pos: -34.5,3.5 parent: 2 - uid: 5033 components: + - type: MetaData + name: APC (Epi, South) - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-21.5 parent: 2 - uid: 5034 components: + - type: MetaData + name: APC (Epi, West) - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-12.5 parent: 2 - uid: 5096 components: + - type: MetaData + name: APC (Sec, East) - type: Transform pos: -20.5,14.5 parent: 2 - uid: 5106 components: + - type: MetaData + name: APC (Sec, Prison) - type: Transform rot: -1.5707963267948966 rad pos: -32.5,11.5 parent: 2 - uid: 5107 components: + - type: MetaData + name: APC (Sec, Armory) - type: Transform pos: -45.5,10.5 parent: 2 - uid: 5152 components: + - type: MetaData + name: APC (Evac, West) - type: Transform rot: 1.5707963267948966 rad pos: -53.5,-13.5 parent: 2 - uid: 5170 components: + - type: MetaData + name: APC (Maint, West) - type: Transform pos: -47.5,2.5 parent: 2 - uid: 5179 components: + - type: MetaData + name: APC (Janitor) - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-1.5 parent: 2 - uid: 5181 components: + - type: MetaData + name: APC (Vault) - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-7.5 parent: 2 - uid: 5193 components: + - type: MetaData + name: APC (Maint, Southwest) - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-24.5 parent: 2 - uid: 5198 components: + - type: MetaData + name: APC (Maint, West-Central) - type: Transform pos: -14.5,-13.5 parent: 2 - uid: 5207 components: + - type: MetaData + name: APC (Maint, Northwest) - type: Transform rot: 1.5707963267948966 rad pos: -52.5,16.5 parent: 2 - uid: 5570 components: + - type: MetaData + name: APC (Disposals) - type: Transform pos: 14.5,-28.5 parent: 2 - uid: 5584 components: + - type: MetaData + name: APC (Hydroponics) - type: Transform pos: 13.5,-14.5 parent: 2 - uid: 5783 components: + - type: MetaData + name: APC (Kitchen) - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-15.5 parent: 2 - uid: 6391 components: + - type: MetaData + name: APC (Epi, East) - type: Transform pos: -19.5,-15.5 parent: 2 - uid: 6581 components: + - type: MetaData + name: APC (EVA Equipment) - type: Transform pos: -16.5,-28.5 parent: 2 - uid: 9346 components: + - type: MetaData + name: APC (Maint, East) - type: Transform pos: 38.5,-16.5 parent: 2 @@ -6663,6 +6746,15 @@ entities: - type: Transform pos: 5.5,-13.5 parent: 2 +- proto: BaseGasCondenser + entities: + - uid: 9600 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - proto: Basketball entities: - uid: 3936 @@ -6716,16 +6808,6 @@ entities: - type: Transform pos: -13.5,-26.5 parent: 2 - - uid: 1148 - components: - - type: Transform - pos: -12.5,-21.5 - parent: 2 - - uid: 1172 - components: - - type: Transform - pos: -14.5,-21.5 - parent: 2 - uid: 1523 components: - type: Transform @@ -6955,16 +7037,6 @@ entities: - type: Transform pos: -12.5,-26.5 parent: 2 - - uid: 2586 - components: - - type: Transform - pos: -12.5,-21.5 - parent: 2 - - uid: 2587 - components: - - type: Transform - pos: -14.5,-21.5 - parent: 2 - uid: 3845 components: - type: Transform @@ -14203,11 +14275,6 @@ entities: - type: Transform pos: -16.5,-28.5 parent: 2 - - uid: 6584 - components: - - type: Transform - pos: -16.5,-27.5 - parent: 2 - uid: 6585 components: - type: Transform @@ -15468,6 +15535,11 @@ entities: - type: Transform pos: 28.5,28.5 parent: 2 + - uid: 11117 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 - proto: CableApcStack entities: - uid: 2955 @@ -21959,6 +22031,11 @@ entities: - type: Transform pos: 24.5,-33.5 parent: 2 + - uid: 2588 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 - uid: 2614 components: - type: Transform @@ -23119,11 +23196,6 @@ entities: - type: Transform pos: -16.5,-23.5 parent: 2 - - uid: 3893 - components: - - type: Transform - pos: -16.5,-22.5 - parent: 2 - uid: 3894 components: - type: Transform @@ -23139,21 +23211,6 @@ entities: - type: Transform pos: -16.5,-19.5 parent: 2 - - uid: 3898 - components: - - type: Transform - pos: -15.5,-24.5 - parent: 2 - - uid: 3899 - components: - - type: Transform - pos: -14.5,-24.5 - parent: 2 - - uid: 3900 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 2 - uid: 3901 components: - type: Transform @@ -24143,6 +24200,12 @@ entities: rot: 1.5707963267948966 rad pos: -28.274065,-29.358017 parent: 2 + - uid: 11108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-22.5 + parent: 2 - proto: ChairFoldingSpawnFolded entities: - uid: 4110 @@ -24585,15 +24648,17 @@ entities: parent: 2 - proto: chem_master entities: - - uid: 525 + - uid: 528 components: - type: Transform - pos: 19.5,-20.5 + pos: 22.5,-17.5 parent: 2 - - uid: 528 +- proto: ChemDispenser + entities: + - uid: 577 components: - type: Transform - pos: 22.5,-17.5 + pos: 19.5,-20.5 parent: 2 - proto: ChemistryHotplate entities: @@ -24790,6 +24855,11 @@ entities: - type: Transform pos: -47.5,-17.5 parent: 2 + - uid: 11114 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 - proto: ClosetFireFilled entities: - uid: 3828 @@ -25076,6 +25146,13 @@ entities: - type: Transform pos: -13.35745,-29.37157 parent: 2 +- proto: ClothingShoesSlippers + entities: + - uid: 11113 + components: + - type: Transform + pos: -12.978979,-22.753328 + parent: 2 - proto: ClothingUniformJumpskirtJanimaidmini entities: - uid: 3802 @@ -26308,6 +26385,27 @@ entities: - type: Transform pos: 47.679794,-16.292091 parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 11118 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 10375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-21.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-22.5 + parent: 2 - proto: CryoPod entities: - uid: 2219 @@ -26324,6 +26422,319 @@ entities: - type: Transform pos: -28.180807,-13.210001 parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 11171 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 11148 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 11139 + components: + - type: Transform + pos: -43.5,13.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 11135 + components: + - type: Transform + pos: -8.5,18.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 11138 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 11133 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 11136 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 11127 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 11137 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 11140 + components: + - type: Transform + pos: 47.5,-0.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 11163 + components: + - type: Transform + pos: 6.5,25.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 11142 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 11170 + components: + - type: Transform + pos: 35.5,12.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 11132 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 11150 + components: + - type: Transform + pos: 21.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 11169 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 11128 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 11125 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 11122 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 11147 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 11134 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 11126 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 1637 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 11174 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 11129 + components: + - type: Transform + pos: 37.5,1.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 11172 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 11168 + components: + - type: Transform + pos: -38.5,5.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 11130 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 11131 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 11146 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 11151 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 11165 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 11167 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 11152 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 11145 + components: + - type: Transform + pos: -24.5,-24.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 11164 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 11166 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 11141 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 11119 + components: + - type: Transform + pos: 53.5,6.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 11144 + components: + - type: Transform + pos: 37.5,-28.5 + parent: 2 +- proto: DefaultStationBeaconTEG + entities: + - uid: 11120 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 +- proto: DefaultStationBeaconTheater + entities: + - uid: 11149 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 11143 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 +- proto: DefaultStationBeaconVault + entities: + - uid: 11121 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 - proto: DefibrillatorCabinetFilled entities: - uid: 1103 @@ -28741,13 +29152,6 @@ entities: - type: Transform pos: 5.5,-25.5 parent: 2 -- proto: DresserFilled - entities: - - uid: 2588 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 2 - proto: DrinkBeerBottleFull entities: - uid: 4650 @@ -29597,17 +30001,19 @@ entities: - type: Transform pos: -11.5,-19.5 parent: 2 -- proto: filingCabinetTallRandom +- proto: filingCabinetTall entities: - - uid: 1620 + - uid: 3424 components: - type: Transform - pos: 1.7206354,19.5 + pos: 48.28638,-6.5 parent: 2 - - uid: 2373 +- proto: filingCabinetTallRandom + entities: + - uid: 1620 components: - type: Transform - pos: 50.5,-3.5 + pos: 1.7206354,19.5 parent: 2 - uid: 4627 components: @@ -29842,11 +30248,6 @@ entities: - type: Transform pos: -9.5,10.5 parent: 2 - - uid: 9878 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 2 - uid: 9879 components: - type: Transform @@ -30515,6 +30916,14 @@ entities: - type: Transform pos: 13.5,-7.5 parent: 2 + - uid: 11153 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9890 - proto: Fireplace entities: - uid: 2360 @@ -30658,13 +31067,6 @@ entities: - type: Transform pos: -0.29476315,-23.37204 parent: 2 -- proto: FoodBanana - entities: - - uid: 577 - components: - - type: Transform - pos: 10.577374,-18.47791 - parent: 2 - proto: FoodBoxDonut entities: - uid: 950 @@ -30978,7 +31380,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 2227 components: - type: Transform @@ -30988,7 +31390,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - proto: GasMinerNitrogenStation entities: - uid: 754 @@ -31087,7 +31489,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8212 components: - type: Transform @@ -31168,7 +31570,7 @@ entities: pos: 21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 726 components: - type: Transform @@ -31344,7 +31746,7 @@ entities: pos: 11.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 2912 components: - type: Transform @@ -31352,7 +31754,7 @@ entities: pos: 16.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3352 components: - type: Transform @@ -31360,14 +31762,14 @@ entities: pos: 8.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3411 components: - type: Transform pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3694 components: - type: Transform @@ -31382,7 +31784,7 @@ entities: pos: -51.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3715 components: - type: Transform @@ -31390,6 +31792,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0088FFFF' + - uid: 3898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0088FFFF' - uid: 4024 components: - type: Transform @@ -31436,7 +31846,7 @@ entities: pos: 35.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7155 components: - type: Transform @@ -31444,7 +31854,7 @@ entities: pos: 21.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7195 components: - type: Transform @@ -31460,7 +31870,7 @@ entities: pos: 34.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7239 components: - type: Transform @@ -31476,14 +31886,14 @@ entities: pos: 25.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7264 components: - type: Transform pos: 29.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7290 components: - type: Transform @@ -31491,7 +31901,7 @@ entities: pos: 40.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7292 components: - type: Transform @@ -31515,7 +31925,7 @@ entities: pos: 32.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7379 components: - type: Transform @@ -31523,7 +31933,7 @@ entities: pos: 29.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7391 components: - type: Transform @@ -31531,7 +31941,7 @@ entities: pos: 31.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7420 components: - type: Transform @@ -31585,7 +31995,7 @@ entities: pos: 4.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7617 components: - type: Transform @@ -31593,14 +32003,14 @@ entities: pos: -13.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7641 components: - type: Transform pos: -6.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7662 components: - type: Transform @@ -31608,7 +32018,7 @@ entities: pos: -8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7861 components: - type: Transform @@ -31616,7 +32026,7 @@ entities: pos: -22.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7863 components: - type: Transform @@ -31624,7 +32034,7 @@ entities: pos: -23.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7914 components: - type: Transform @@ -31632,7 +32042,7 @@ entities: pos: -39.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7915 components: - type: Transform @@ -31640,7 +32050,7 @@ entities: pos: -51.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8018 components: - type: Transform @@ -31648,7 +32058,7 @@ entities: pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8061 components: - type: Transform @@ -31656,14 +32066,14 @@ entities: pos: -27.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8070 components: - type: Transform pos: -17.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8082 components: - type: Transform @@ -31671,7 +32081,7 @@ entities: pos: -19.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8083 components: - type: Transform @@ -31679,7 +32089,7 @@ entities: pos: -17.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8089 components: - type: Transform @@ -31687,14 +32097,14 @@ entities: pos: -19.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8109 components: - type: Transform pos: 8.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8116 components: - type: Transform @@ -31702,7 +32112,7 @@ entities: pos: 5.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8122 components: - type: Transform @@ -31710,7 +32120,7 @@ entities: pos: 46.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8136 components: - type: Transform @@ -31718,7 +32128,7 @@ entities: pos: 39.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8148 components: - type: Transform @@ -31726,7 +32136,7 @@ entities: pos: 49.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8153 components: - type: Transform @@ -31734,7 +32144,7 @@ entities: pos: 46.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8174 components: - type: Transform @@ -31861,7 +32271,7 @@ entities: pos: -21.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8406 components: - type: Transform @@ -31869,7 +32279,7 @@ entities: pos: -24.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8452 components: - type: Transform @@ -31972,14 +32382,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 8708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0088FFFF' - uid: 8743 components: - type: Transform @@ -32040,7 +32442,7 @@ entities: pos: 12.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9160 components: - type: Transform @@ -32085,14 +32487,14 @@ entities: pos: 34.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3707 components: - type: Transform pos: -22.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7040 components: - type: Transform @@ -32106,28 +32508,28 @@ entities: pos: 30.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7092 components: - type: Transform pos: 21.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7093 components: - type: Transform pos: 21.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7214 components: - type: Transform pos: 34.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7232 components: - type: Transform @@ -32155,14 +32557,14 @@ entities: pos: 34.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7368 components: - type: Transform pos: 34.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7494 components: - type: Transform @@ -32176,49 +32578,49 @@ entities: pos: -0.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7740 components: - type: Transform pos: 5.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7874 components: - type: Transform pos: -33.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7992 components: - type: Transform pos: -37.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7998 components: - type: Transform pos: -43.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8030 components: - type: Transform pos: -33.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8055 components: - type: Transform pos: -30.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8206 components: - type: Transform @@ -32357,6 +32759,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#00AAFFFF' + - uid: 1173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0088FFFF' - uid: 1442 components: - type: Transform @@ -32364,7 +32774,7 @@ entities: pos: -49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 1443 components: - type: Transform @@ -32372,7 +32782,7 @@ entities: pos: -50.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 1781 components: - type: Transform @@ -32513,6 +32923,13 @@ entities: rot: 3.141592653589793 rad pos: 20.5,-24.5 parent: 2 + - uid: 2586 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0088FFFF' - uid: 2913 components: - type: Transform @@ -32544,7 +32961,7 @@ entities: pos: 9.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3465 components: - type: Transform @@ -32624,6 +33041,21 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-12.5 parent: 2 + - uid: 3893 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0088FFFF' + - uid: 3900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF9900FF' - uid: 4026 components: - type: Transform @@ -32631,14 +33063,14 @@ entities: pos: -38.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 4049 components: - type: Transform pos: -13.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7007 components: - type: Transform @@ -32864,7 +33296,7 @@ entities: pos: 35.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7047 components: - type: Transform @@ -32872,7 +33304,7 @@ entities: pos: 36.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7048 components: - type: Transform @@ -32880,7 +33312,7 @@ entities: pos: 37.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7049 components: - type: Transform @@ -32935,63 +33367,63 @@ entities: pos: 21.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7058 components: - type: Transform pos: 21.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7059 components: - type: Transform pos: 21.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7061 components: - type: Transform pos: 21.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7062 components: - type: Transform pos: 21.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7063 components: - type: Transform pos: 21.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7064 components: - type: Transform pos: 21.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7065 components: - type: Transform pos: 21.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7073 components: - type: Transform pos: 32.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7075 components: - type: Transform @@ -32999,7 +33431,7 @@ entities: pos: 34.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7076 components: - type: Transform @@ -33007,7 +33439,7 @@ entities: pos: 20.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7077 components: - type: Transform @@ -33015,7 +33447,7 @@ entities: pos: 19.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7078 components: - type: Transform @@ -33023,7 +33455,7 @@ entities: pos: 18.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7079 components: - type: Transform @@ -33031,7 +33463,7 @@ entities: pos: 17.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7080 components: - type: Transform @@ -33039,7 +33471,7 @@ entities: pos: 16.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7081 components: - type: Transform @@ -33047,7 +33479,7 @@ entities: pos: 23.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7082 components: - type: Transform @@ -33055,7 +33487,7 @@ entities: pos: 24.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7083 components: - type: Transform @@ -33063,7 +33495,7 @@ entities: pos: 25.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7084 components: - type: Transform @@ -33071,7 +33503,7 @@ entities: pos: 26.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7085 components: - type: Transform @@ -33079,7 +33511,7 @@ entities: pos: 27.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7086 components: - type: Transform @@ -33087,7 +33519,7 @@ entities: pos: 28.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7087 components: - type: Transform @@ -33095,7 +33527,7 @@ entities: pos: 29.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7088 components: - type: Transform @@ -33103,7 +33535,7 @@ entities: pos: 31.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7090 components: - type: Transform @@ -33111,35 +33543,35 @@ entities: pos: 33.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7094 components: - type: Transform pos: 21.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7095 components: - type: Transform pos: 21.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7096 components: - type: Transform pos: 21.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7097 components: - type: Transform pos: 21.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7098 components: - type: Transform @@ -33147,7 +33579,7 @@ entities: pos: 22.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7099 components: - type: Transform @@ -33155,21 +33587,21 @@ entities: pos: 23.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7106 components: - type: Transform pos: 30.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7107 components: - type: Transform pos: 30.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7109 components: - type: Transform @@ -33177,49 +33609,49 @@ entities: pos: 29.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7114 components: - type: Transform pos: 30.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7115 components: - type: Transform pos: 30.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7116 components: - type: Transform pos: 30.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7117 components: - type: Transform pos: 30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7118 components: - type: Transform pos: 30.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7119 components: - type: Transform pos: 30.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7122 components: - type: Transform @@ -33249,7 +33681,7 @@ entities: pos: 31.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7136 components: - type: Transform @@ -33257,7 +33689,7 @@ entities: pos: 32.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7137 components: - type: Transform @@ -33265,7 +33697,7 @@ entities: pos: 33.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7138 components: - type: Transform @@ -33273,70 +33705,70 @@ entities: pos: 34.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7140 components: - type: Transform pos: 35.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7142 components: - type: Transform pos: 21.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7143 components: - type: Transform pos: 21.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7144 components: - type: Transform pos: 21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7145 components: - type: Transform pos: 21.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7149 components: - type: Transform pos: 21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7150 components: - type: Transform pos: 21.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7151 components: - type: Transform pos: 21.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7152 components: - type: Transform pos: 21.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7157 components: - type: Transform @@ -33344,7 +33776,7 @@ entities: pos: 20.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7160 components: - type: Transform @@ -33599,7 +34031,7 @@ entities: pos: 37.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7210 components: - type: Transform @@ -33607,7 +34039,7 @@ entities: pos: 36.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7211 components: - type: Transform @@ -33615,28 +34047,28 @@ entities: pos: 35.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7215 components: - type: Transform pos: 34.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7216 components: - type: Transform pos: 34.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7217 components: - type: Transform pos: 34.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7218 components: - type: Transform @@ -33644,7 +34076,7 @@ entities: pos: 33.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7219 components: - type: Transform @@ -33652,7 +34084,7 @@ entities: pos: 32.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7220 components: - type: Transform @@ -33660,7 +34092,7 @@ entities: pos: 31.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7221 components: - type: Transform @@ -33668,7 +34100,7 @@ entities: pos: 34.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7222 components: - type: Transform @@ -33676,7 +34108,7 @@ entities: pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7223 components: - type: Transform @@ -33684,7 +34116,7 @@ entities: pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7224 components: - type: Transform @@ -33692,7 +34124,7 @@ entities: pos: 34.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7225 components: - type: Transform @@ -33700,7 +34132,7 @@ entities: pos: 34.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7227 components: - type: Transform @@ -33708,7 +34140,7 @@ entities: pos: 34.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7228 components: - type: Transform @@ -33716,7 +34148,7 @@ entities: pos: 34.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7229 components: - type: Transform @@ -33724,7 +34156,7 @@ entities: pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7230 components: - type: Transform @@ -33732,7 +34164,7 @@ entities: pos: 34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7233 components: - type: Transform @@ -33815,7 +34247,7 @@ entities: pos: 35.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7251 components: - type: Transform @@ -33823,7 +34255,7 @@ entities: pos: 22.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7252 components: - type: Transform @@ -33831,7 +34263,7 @@ entities: pos: 23.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7253 components: - type: Transform @@ -33839,7 +34271,7 @@ entities: pos: 24.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7257 components: - type: Transform @@ -33847,7 +34279,7 @@ entities: pos: 22.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7258 components: - type: Transform @@ -33855,7 +34287,7 @@ entities: pos: 23.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7259 components: - type: Transform @@ -33863,7 +34295,7 @@ entities: pos: 24.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7261 components: - type: Transform @@ -33871,7 +34303,7 @@ entities: pos: 26.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7262 components: - type: Transform @@ -33879,7 +34311,7 @@ entities: pos: 27.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7263 components: - type: Transform @@ -33887,35 +34319,35 @@ entities: pos: 28.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7265 components: - type: Transform pos: 29.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7266 components: - type: Transform pos: 29.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7267 components: - type: Transform pos: 29.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7269 components: - type: Transform pos: 29.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7273 components: - type: Transform @@ -33967,7 +34399,7 @@ entities: pos: 35.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7285 components: - type: Transform @@ -33975,7 +34407,7 @@ entities: pos: 36.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7286 components: - type: Transform @@ -33983,7 +34415,7 @@ entities: pos: 37.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7287 components: - type: Transform @@ -33991,7 +34423,7 @@ entities: pos: 38.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7291 components: - type: Transform @@ -34006,7 +34438,7 @@ entities: pos: 14.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7296 components: - type: Transform @@ -34014,7 +34446,7 @@ entities: pos: 13.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7297 components: - type: Transform @@ -34022,7 +34454,7 @@ entities: pos: 12.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7298 components: - type: Transform @@ -34030,7 +34462,7 @@ entities: pos: 12.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7306 components: - type: Transform @@ -34038,7 +34470,7 @@ entities: pos: 38.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7307 components: - type: Transform @@ -34046,7 +34478,7 @@ entities: pos: 39.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7308 components: - type: Transform @@ -34054,7 +34486,7 @@ entities: pos: 40.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7309 components: - type: Transform @@ -34062,7 +34494,7 @@ entities: pos: 41.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7313 components: - type: Transform @@ -34210,7 +34642,7 @@ entities: pos: 33.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7341 components: - type: Transform @@ -34218,28 +34650,28 @@ entities: pos: 34.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7347 components: - type: Transform pos: 34.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7348 components: - type: Transform pos: 34.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7349 components: - type: Transform pos: 34.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7351 components: - type: Transform @@ -34247,7 +34679,7 @@ entities: pos: 33.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7352 components: - type: Transform @@ -34255,7 +34687,7 @@ entities: pos: 32.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7353 components: - type: Transform @@ -34263,7 +34695,7 @@ entities: pos: 31.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7354 components: - type: Transform @@ -34271,49 +34703,49 @@ entities: pos: 30.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7357 components: - type: Transform pos: 34.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7358 components: - type: Transform pos: 34.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7359 components: - type: Transform pos: 34.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7360 components: - type: Transform pos: 34.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7361 components: - type: Transform pos: 34.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7362 components: - type: Transform pos: 34.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7363 components: - type: Transform @@ -34321,7 +34753,7 @@ entities: pos: 35.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7365 components: - type: Transform @@ -34329,7 +34761,7 @@ entities: pos: 37.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7366 components: - type: Transform @@ -34337,7 +34769,7 @@ entities: pos: 38.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7367 components: - type: Transform @@ -34345,42 +34777,42 @@ entities: pos: 39.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7369 components: - type: Transform pos: 36.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7370 components: - type: Transform pos: 36.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7371 components: - type: Transform pos: 36.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7372 components: - type: Transform pos: 36.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7373 components: - type: Transform pos: 36.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7375 components: - type: Transform @@ -34388,7 +34820,7 @@ entities: pos: 33.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7376 components: - type: Transform @@ -34396,7 +34828,7 @@ entities: pos: 32.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7377 components: - type: Transform @@ -34404,7 +34836,7 @@ entities: pos: 31.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7378 components: - type: Transform @@ -34412,7 +34844,7 @@ entities: pos: 30.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7380 components: - type: Transform @@ -34420,7 +34852,7 @@ entities: pos: 29.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7381 components: - type: Transform @@ -34428,7 +34860,7 @@ entities: pos: 29.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7382 components: - type: Transform @@ -34436,7 +34868,7 @@ entities: pos: 29.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7383 components: - type: Transform @@ -34444,7 +34876,7 @@ entities: pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7387 components: - type: Transform @@ -34452,7 +34884,7 @@ entities: pos: 30.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7388 components: - type: Transform @@ -34460,7 +34892,7 @@ entities: pos: 31.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7389 components: - type: Transform @@ -34468,7 +34900,7 @@ entities: pos: 31.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7390 components: - type: Transform @@ -34476,7 +34908,7 @@ entities: pos: 31.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7392 components: - type: Transform @@ -34484,7 +34916,7 @@ entities: pos: 28.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7393 components: - type: Transform @@ -34492,7 +34924,7 @@ entities: pos: 27.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7394 components: - type: Transform @@ -34500,7 +34932,7 @@ entities: pos: 26.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7395 components: - type: Transform @@ -34508,7 +34940,7 @@ entities: pos: 25.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7396 components: - type: Transform @@ -34516,7 +34948,7 @@ entities: pos: 24.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7397 components: - type: Transform @@ -34524,7 +34956,7 @@ entities: pos: 23.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7398 components: - type: Transform @@ -34532,7 +34964,7 @@ entities: pos: 22.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7399 components: - type: Transform @@ -34540,7 +34972,7 @@ entities: pos: 21.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7400 components: - type: Transform @@ -34548,7 +34980,7 @@ entities: pos: 20.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7401 components: - type: Transform @@ -34556,7 +34988,7 @@ entities: pos: 19.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7402 components: - type: Transform @@ -34564,7 +34996,7 @@ entities: pos: 18.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7403 components: - type: Transform @@ -35111,7 +35543,7 @@ entities: pos: 11.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7513 components: - type: Transform @@ -35119,7 +35551,7 @@ entities: pos: 10.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7514 components: - type: Transform @@ -35127,140 +35559,140 @@ entities: pos: 9.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7516 components: - type: Transform pos: 8.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7517 components: - type: Transform pos: 8.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7518 components: - type: Transform pos: 8.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7519 components: - type: Transform pos: 8.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7520 components: - type: Transform pos: 8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7521 components: - type: Transform pos: 8.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7523 components: - type: Transform pos: 8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7524 components: - type: Transform pos: 8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7525 components: - type: Transform pos: 8.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7526 components: - type: Transform pos: 8.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7527 components: - type: Transform pos: 8.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7528 components: - type: Transform pos: 8.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7529 components: - type: Transform pos: 8.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7530 components: - type: Transform pos: 8.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7531 components: - type: Transform pos: 8.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7532 components: - type: Transform pos: 8.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7536 components: - type: Transform pos: 8.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7537 components: - type: Transform pos: 8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7538 components: - type: Transform pos: 8.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7540 components: - type: Transform @@ -35268,7 +35700,7 @@ entities: pos: 9.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7541 components: - type: Transform @@ -35276,7 +35708,7 @@ entities: pos: 10.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7545 components: - type: Transform @@ -35284,7 +35716,7 @@ entities: pos: 7.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7546 components: - type: Transform @@ -35292,7 +35724,7 @@ entities: pos: 5.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7547 components: - type: Transform @@ -35300,7 +35732,7 @@ entities: pos: 4.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7548 components: - type: Transform @@ -35308,70 +35740,70 @@ entities: pos: 3.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7551 components: - type: Transform pos: 2.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7552 components: - type: Transform pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7553 components: - type: Transform pos: 2.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7554 components: - type: Transform pos: 2.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7555 components: - type: Transform pos: 2.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7557 components: - type: Transform pos: 2.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7558 components: - type: Transform pos: 2.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7559 components: - type: Transform pos: 2.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7560 components: - type: Transform pos: 2.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7562 components: - type: Transform @@ -35379,7 +35811,7 @@ entities: pos: 3.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7563 components: - type: Transform @@ -35387,7 +35819,7 @@ entities: pos: 1.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7567 components: - type: Transform @@ -35395,14 +35827,14 @@ entities: pos: 1.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7569 components: - type: Transform pos: -3.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7571 components: - type: Transform @@ -35410,7 +35842,7 @@ entities: pos: 4.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7572 components: - type: Transform @@ -35418,7 +35850,7 @@ entities: pos: 4.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7573 components: - type: Transform @@ -35426,7 +35858,7 @@ entities: pos: 4.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7574 components: - type: Transform @@ -35434,7 +35866,7 @@ entities: pos: 4.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7575 components: - type: Transform @@ -35442,7 +35874,7 @@ entities: pos: 4.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7576 components: - type: Transform @@ -35450,7 +35882,7 @@ entities: pos: 4.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7577 components: - type: Transform @@ -35458,7 +35890,7 @@ entities: pos: 4.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7578 components: - type: Transform @@ -35466,7 +35898,7 @@ entities: pos: 4.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7580 components: - type: Transform @@ -35474,7 +35906,7 @@ entities: pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7582 components: - type: Transform @@ -35482,7 +35914,7 @@ entities: pos: 4.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7583 components: - type: Transform @@ -35490,7 +35922,7 @@ entities: pos: 4.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7585 components: - type: Transform @@ -35498,7 +35930,7 @@ entities: pos: 5.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7586 components: - type: Transform @@ -35506,7 +35938,7 @@ entities: pos: 6.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7589 components: - type: Transform @@ -35514,7 +35946,7 @@ entities: pos: 5.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7590 components: - type: Transform @@ -35522,7 +35954,7 @@ entities: pos: 6.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7591 components: - type: Transform @@ -35530,7 +35962,7 @@ entities: pos: 7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7592 components: - type: Transform @@ -35538,7 +35970,7 @@ entities: pos: 8.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7593 components: - type: Transform @@ -35546,7 +35978,7 @@ entities: pos: 9.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7594 components: - type: Transform @@ -35554,7 +35986,7 @@ entities: pos: 10.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7595 components: - type: Transform @@ -35562,49 +35994,49 @@ entities: pos: 11.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7599 components: - type: Transform pos: -3.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7600 components: - type: Transform pos: -3.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7601 components: - type: Transform pos: -3.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7602 components: - type: Transform pos: -3.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7603 components: - type: Transform pos: -3.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7604 components: - type: Transform pos: -3.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7605 components: - type: Transform @@ -35612,7 +36044,7 @@ entities: pos: -2.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7606 components: - type: Transform @@ -35620,7 +36052,7 @@ entities: pos: -1.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7607 components: - type: Transform @@ -35628,7 +36060,7 @@ entities: pos: -0.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7608 components: - type: Transform @@ -35636,7 +36068,7 @@ entities: pos: -4.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7609 components: - type: Transform @@ -35644,7 +36076,7 @@ entities: pos: -5.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7618 components: - type: Transform @@ -35652,7 +36084,7 @@ entities: pos: -13.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7619 components: - type: Transform @@ -35660,7 +36092,7 @@ entities: pos: -13.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7620 components: - type: Transform @@ -35668,7 +36100,7 @@ entities: pos: -13.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7621 components: - type: Transform @@ -35676,7 +36108,7 @@ entities: pos: -12.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7622 components: - type: Transform @@ -35684,7 +36116,7 @@ entities: pos: -10.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7623 components: - type: Transform @@ -35692,7 +36124,7 @@ entities: pos: -9.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7624 components: - type: Transform @@ -35700,7 +36132,7 @@ entities: pos: -8.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7625 components: - type: Transform @@ -35708,7 +36140,7 @@ entities: pos: -7.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7626 components: - type: Transform @@ -35716,7 +36148,7 @@ entities: pos: -2.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7627 components: - type: Transform @@ -35724,7 +36156,7 @@ entities: pos: -1.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7628 components: - type: Transform @@ -35732,28 +36164,28 @@ entities: pos: -0.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7630 components: - type: Transform pos: -3.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7631 components: - type: Transform pos: -3.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7632 components: - type: Transform pos: -3.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7633 components: - type: Transform @@ -35761,7 +36193,7 @@ entities: pos: -4.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7634 components: - type: Transform @@ -35769,28 +36201,28 @@ entities: pos: -5.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7638 components: - type: Transform pos: -7.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7639 components: - type: Transform pos: -6.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7640 components: - type: Transform pos: -6.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7645 components: - type: Transform @@ -35798,7 +36230,7 @@ entities: pos: -8.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7646 components: - type: Transform @@ -35806,7 +36238,7 @@ entities: pos: -9.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7647 components: - type: Transform @@ -35814,7 +36246,7 @@ entities: pos: -10.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7650 components: - type: Transform @@ -35822,7 +36254,7 @@ entities: pos: -0.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7651 components: - type: Transform @@ -35830,7 +36262,7 @@ entities: pos: -1.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7652 components: - type: Transform @@ -35838,7 +36270,7 @@ entities: pos: -2.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7653 components: - type: Transform @@ -35846,7 +36278,7 @@ entities: pos: -3.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7654 components: - type: Transform @@ -35854,7 +36286,7 @@ entities: pos: -4.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7655 components: - type: Transform @@ -35862,7 +36294,7 @@ entities: pos: -5.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7658 components: - type: Transform @@ -35870,7 +36302,7 @@ entities: pos: -6.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7659 components: - type: Transform @@ -35878,7 +36310,7 @@ entities: pos: -6.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7660 components: - type: Transform @@ -35886,14 +36318,14 @@ entities: pos: -6.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7661 components: - type: Transform pos: -6.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7664 components: - type: Transform @@ -35901,7 +36333,7 @@ entities: pos: -9.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7665 components: - type: Transform @@ -35909,7 +36341,7 @@ entities: pos: -10.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7667 components: - type: Transform @@ -35917,21 +36349,21 @@ entities: pos: -7.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7672 components: - type: Transform pos: 8.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7673 components: - type: Transform pos: 8.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7674 components: - type: Transform @@ -35939,7 +36371,7 @@ entities: pos: 7.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7675 components: - type: Transform @@ -35947,7 +36379,7 @@ entities: pos: 6.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7676 components: - type: Transform @@ -35955,7 +36387,7 @@ entities: pos: 5.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7677 components: - type: Transform @@ -35963,7 +36395,7 @@ entities: pos: 4.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7678 components: - type: Transform @@ -35971,7 +36403,7 @@ entities: pos: 3.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7679 components: - type: Transform @@ -35979,7 +36411,7 @@ entities: pos: 2.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7680 components: - type: Transform @@ -35987,7 +36419,7 @@ entities: pos: 1.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7681 components: - type: Transform @@ -35995,56 +36427,56 @@ entities: pos: 0.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7684 components: - type: Transform pos: -0.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7685 components: - type: Transform pos: 8.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7686 components: - type: Transform pos: 8.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7687 components: - type: Transform pos: 8.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7688 components: - type: Transform pos: 8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7689 components: - type: Transform pos: 8.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7690 components: - type: Transform pos: 8.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7692 components: - type: Transform @@ -36052,7 +36484,7 @@ entities: pos: 9.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7693 components: - type: Transform @@ -36060,7 +36492,7 @@ entities: pos: 10.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7694 components: - type: Transform @@ -36068,7 +36500,7 @@ entities: pos: 11.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7695 components: - type: Transform @@ -36076,7 +36508,7 @@ entities: pos: 13.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7696 components: - type: Transform @@ -36084,7 +36516,7 @@ entities: pos: 14.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7697 components: - type: Transform @@ -36092,28 +36524,28 @@ entities: pos: 15.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7701 components: - type: Transform pos: 6.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7702 components: - type: Transform pos: 6.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7703 components: - type: Transform pos: 6.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7709 components: - type: Transform @@ -36121,7 +36553,7 @@ entities: pos: 7.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7711 components: - type: Transform @@ -36129,7 +36561,7 @@ entities: pos: 4.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7712 components: - type: Transform @@ -36137,7 +36569,7 @@ entities: pos: 3.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7713 components: - type: Transform @@ -36145,7 +36577,7 @@ entities: pos: 2.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7715 components: - type: Transform @@ -36153,7 +36585,7 @@ entities: pos: 0.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7716 components: - type: Transform @@ -36161,7 +36593,7 @@ entities: pos: -0.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7717 components: - type: Transform @@ -36169,7 +36601,7 @@ entities: pos: -1.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7718 components: - type: Transform @@ -36177,35 +36609,35 @@ entities: pos: -2.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7721 components: - type: Transform pos: -3.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7722 components: - type: Transform pos: -3.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7723 components: - type: Transform pos: -3.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7724 components: - type: Transform pos: -3.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7726 components: - type: Transform @@ -36213,70 +36645,70 @@ entities: pos: 2.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7728 components: - type: Transform pos: 1.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7729 components: - type: Transform pos: 1.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7730 components: - type: Transform pos: 1.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7731 components: - type: Transform pos: 1.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7732 components: - type: Transform pos: 1.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7733 components: - type: Transform pos: 1.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7734 components: - type: Transform pos: 1.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7735 components: - type: Transform pos: 1.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7736 components: - type: Transform pos: 1.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7738 components: - type: Transform @@ -36284,7 +36716,7 @@ entities: pos: -0.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7739 components: - type: Transform @@ -36292,175 +36724,175 @@ entities: pos: -1.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7741 components: - type: Transform pos: 5.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7742 components: - type: Transform pos: -8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7743 components: - type: Transform pos: -8.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7744 components: - type: Transform pos: -8.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7747 components: - type: Transform pos: -8.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7748 components: - type: Transform pos: -8.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7749 components: - type: Transform pos: -8.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7750 components: - type: Transform pos: -8.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7753 components: - type: Transform pos: -8.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7754 components: - type: Transform pos: -8.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7756 components: - type: Transform pos: -8.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7757 components: - type: Transform pos: -8.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7758 components: - type: Transform pos: -8.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7760 components: - type: Transform pos: -8.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7761 components: - type: Transform pos: -8.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7762 components: - type: Transform pos: -8.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7764 components: - type: Transform pos: -8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7766 components: - type: Transform pos: -8.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7767 components: - type: Transform pos: -8.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7768 components: - type: Transform pos: -8.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7769 components: - type: Transform pos: -8.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7770 components: - type: Transform pos: -8.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7772 components: - type: Transform pos: -8.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7773 components: - type: Transform pos: -8.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7776 components: - type: Transform @@ -36468,7 +36900,7 @@ entities: pos: -9.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7777 components: - type: Transform @@ -36476,7 +36908,7 @@ entities: pos: -10.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7778 components: - type: Transform @@ -36484,7 +36916,7 @@ entities: pos: -11.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7779 components: - type: Transform @@ -36492,7 +36924,7 @@ entities: pos: -12.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7781 components: - type: Transform @@ -36500,7 +36932,7 @@ entities: pos: -14.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7783 components: - type: Transform @@ -36508,7 +36940,7 @@ entities: pos: -9.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7784 components: - type: Transform @@ -36516,7 +36948,7 @@ entities: pos: -10.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7787 components: - type: Transform @@ -36524,7 +36956,7 @@ entities: pos: -9.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7788 components: - type: Transform @@ -36532,7 +36964,7 @@ entities: pos: -10.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7789 components: - type: Transform @@ -36540,7 +36972,7 @@ entities: pos: -7.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7790 components: - type: Transform @@ -36548,7 +36980,7 @@ entities: pos: -6.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7791 components: - type: Transform @@ -36556,7 +36988,7 @@ entities: pos: -5.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7792 components: - type: Transform @@ -36564,7 +36996,7 @@ entities: pos: -4.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7793 components: - type: Transform @@ -36572,7 +37004,7 @@ entities: pos: -3.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7794 components: - type: Transform @@ -36580,7 +37012,7 @@ entities: pos: -2.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7795 components: - type: Transform @@ -36588,7 +37020,7 @@ entities: pos: -1.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7798 components: - type: Transform @@ -36596,7 +37028,7 @@ entities: pos: -9.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7799 components: - type: Transform @@ -36604,7 +37036,7 @@ entities: pos: -10.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7800 components: - type: Transform @@ -36612,7 +37044,7 @@ entities: pos: -11.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7801 components: - type: Transform @@ -36620,7 +37052,7 @@ entities: pos: -12.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7802 components: - type: Transform @@ -36628,7 +37060,7 @@ entities: pos: -13.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7804 components: - type: Transform @@ -36636,7 +37068,7 @@ entities: pos: -15.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7805 components: - type: Transform @@ -36644,7 +37076,7 @@ entities: pos: -16.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7806 components: - type: Transform @@ -36652,7 +37084,7 @@ entities: pos: -17.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7807 components: - type: Transform @@ -36660,7 +37092,7 @@ entities: pos: -18.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7808 components: - type: Transform @@ -36668,7 +37100,7 @@ entities: pos: -19.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7809 components: - type: Transform @@ -36676,7 +37108,7 @@ entities: pos: -20.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7810 components: - type: Transform @@ -36684,7 +37116,7 @@ entities: pos: -21.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7813 components: - type: Transform @@ -36692,7 +37124,7 @@ entities: pos: -24.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7814 components: - type: Transform @@ -36700,7 +37132,7 @@ entities: pos: -25.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7815 components: - type: Transform @@ -36708,7 +37140,7 @@ entities: pos: -26.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7816 components: - type: Transform @@ -36716,7 +37148,7 @@ entities: pos: -27.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7817 components: - type: Transform @@ -36724,7 +37156,7 @@ entities: pos: -28.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7818 components: - type: Transform @@ -36732,7 +37164,7 @@ entities: pos: -29.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7821 components: - type: Transform @@ -36740,7 +37172,7 @@ entities: pos: -32.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7822 components: - type: Transform @@ -36748,7 +37180,7 @@ entities: pos: -33.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7823 components: - type: Transform @@ -36756,7 +37188,7 @@ entities: pos: -34.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7824 components: - type: Transform @@ -36764,7 +37196,7 @@ entities: pos: -35.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7825 components: - type: Transform @@ -36772,7 +37204,7 @@ entities: pos: -36.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7826 components: - type: Transform @@ -36780,7 +37212,7 @@ entities: pos: -37.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7827 components: - type: Transform @@ -36788,7 +37220,7 @@ entities: pos: -38.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7830 components: - type: Transform @@ -36796,7 +37228,7 @@ entities: pos: -41.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7831 components: - type: Transform @@ -36804,7 +37236,7 @@ entities: pos: -42.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7832 components: - type: Transform @@ -36812,7 +37244,7 @@ entities: pos: -43.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7833 components: - type: Transform @@ -36820,7 +37252,7 @@ entities: pos: -44.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7834 components: - type: Transform @@ -36828,7 +37260,7 @@ entities: pos: -45.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7835 components: - type: Transform @@ -36836,7 +37268,7 @@ entities: pos: -46.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7836 components: - type: Transform @@ -36844,7 +37276,7 @@ entities: pos: -47.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7837 components: - type: Transform @@ -36852,7 +37284,7 @@ entities: pos: -48.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7838 components: - type: Transform @@ -36860,7 +37292,7 @@ entities: pos: -49.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7839 components: - type: Transform @@ -36868,7 +37300,7 @@ entities: pos: -23.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7840 components: - type: Transform @@ -36876,7 +37308,7 @@ entities: pos: -23.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7841 components: - type: Transform @@ -36884,7 +37316,7 @@ entities: pos: -23.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7842 components: - type: Transform @@ -36892,7 +37324,7 @@ entities: pos: -23.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7844 components: - type: Transform @@ -36900,7 +37332,7 @@ entities: pos: -23.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7845 components: - type: Transform @@ -36908,7 +37340,7 @@ entities: pos: -23.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7846 components: - type: Transform @@ -36916,7 +37348,7 @@ entities: pos: -23.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7848 components: - type: Transform @@ -36924,7 +37356,7 @@ entities: pos: -23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7849 components: - type: Transform @@ -36932,7 +37364,7 @@ entities: pos: -23.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7850 components: - type: Transform @@ -36940,7 +37372,7 @@ entities: pos: -23.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7851 components: - type: Transform @@ -36948,7 +37380,7 @@ entities: pos: -23.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7856 components: - type: Transform @@ -36956,35 +37388,35 @@ entities: pos: -22.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7857 components: - type: Transform pos: -23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7858 components: - type: Transform pos: -22.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7859 components: - type: Transform pos: -22.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7860 components: - type: Transform pos: -22.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7865 components: - type: Transform @@ -36992,7 +37424,7 @@ entities: pos: -24.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7866 components: - type: Transform @@ -37000,7 +37432,7 @@ entities: pos: -25.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7867 components: - type: Transform @@ -37008,7 +37440,7 @@ entities: pos: -26.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7868 components: - type: Transform @@ -37016,7 +37448,7 @@ entities: pos: -27.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7870 components: - type: Transform @@ -37024,7 +37456,7 @@ entities: pos: -29.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7871 components: - type: Transform @@ -37032,7 +37464,7 @@ entities: pos: -30.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7872 components: - type: Transform @@ -37040,7 +37472,7 @@ entities: pos: -31.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7873 components: - type: Transform @@ -37048,14 +37480,14 @@ entities: pos: -32.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7875 components: - type: Transform pos: -33.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7879 components: - type: Transform @@ -37063,7 +37495,7 @@ entities: pos: -28.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7880 components: - type: Transform @@ -37071,98 +37503,98 @@ entities: pos: -28.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7881 components: - type: Transform pos: -33.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7882 components: - type: Transform pos: -33.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7883 components: - type: Transform pos: -33.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7886 components: - type: Transform pos: -33.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7887 components: - type: Transform pos: -33.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7888 components: - type: Transform pos: -33.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7889 components: - type: Transform pos: -33.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7892 components: - type: Transform pos: -33.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7893 components: - type: Transform pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7894 components: - type: Transform pos: -33.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7899 components: - type: Transform pos: -33.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7900 components: - type: Transform pos: -33.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7901 components: - type: Transform pos: -33.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7902 components: - type: Transform @@ -37170,7 +37602,7 @@ entities: pos: -34.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7903 components: - type: Transform @@ -37178,7 +37610,7 @@ entities: pos: -35.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7904 components: - type: Transform @@ -37186,7 +37618,7 @@ entities: pos: -36.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7905 components: - type: Transform @@ -37194,7 +37626,7 @@ entities: pos: -37.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7906 components: - type: Transform @@ -37202,35 +37634,35 @@ entities: pos: -38.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7909 components: - type: Transform pos: -39.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7910 components: - type: Transform pos: -39.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7911 components: - type: Transform pos: -39.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7912 components: - type: Transform pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7919 components: - type: Transform @@ -37238,7 +37670,7 @@ entities: pos: -50.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7920 components: - type: Transform @@ -37246,7 +37678,7 @@ entities: pos: -50.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7921 components: - type: Transform @@ -37254,7 +37686,7 @@ entities: pos: -50.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7922 components: - type: Transform @@ -37262,7 +37694,7 @@ entities: pos: -50.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7923 components: - type: Transform @@ -37270,7 +37702,7 @@ entities: pos: -50.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7924 components: - type: Transform @@ -37278,7 +37710,7 @@ entities: pos: -50.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7925 components: - type: Transform @@ -37286,49 +37718,49 @@ entities: pos: -50.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7931 components: - type: Transform pos: -39.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7932 components: - type: Transform pos: -39.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7947 components: - type: Transform pos: -30.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7948 components: - type: Transform pos: -30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7949 components: - type: Transform pos: -30.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7950 components: - type: Transform pos: -30.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7954 components: - type: Transform @@ -37336,70 +37768,70 @@ entities: pos: -31.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7956 components: - type: Transform pos: -22.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7957 components: - type: Transform pos: -22.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7958 components: - type: Transform pos: -22.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7960 components: - type: Transform pos: -22.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7961 components: - type: Transform pos: -22.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7962 components: - type: Transform pos: -22.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7965 components: - type: Transform pos: -22.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7969 components: - type: Transform pos: -23.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7970 components: - type: Transform pos: -23.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7971 components: - type: Transform @@ -37407,7 +37839,7 @@ entities: pos: -24.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7972 components: - type: Transform @@ -37415,7 +37847,7 @@ entities: pos: -25.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7973 components: - type: Transform @@ -37423,7 +37855,7 @@ entities: pos: -26.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7974 components: - type: Transform @@ -37431,7 +37863,7 @@ entities: pos: -27.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7975 components: - type: Transform @@ -37439,7 +37871,7 @@ entities: pos: -28.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7976 components: - type: Transform @@ -37447,28 +37879,28 @@ entities: pos: -29.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7983 components: - type: Transform pos: -30.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7984 components: - type: Transform pos: -30.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7985 components: - type: Transform pos: -30.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7986 components: - type: Transform @@ -37476,7 +37908,7 @@ entities: pos: -31.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7987 components: - type: Transform @@ -37484,7 +37916,7 @@ entities: pos: -32.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7989 components: - type: Transform @@ -37492,7 +37924,7 @@ entities: pos: -34.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7990 components: - type: Transform @@ -37500,7 +37932,7 @@ entities: pos: -35.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7991 components: - type: Transform @@ -37508,42 +37940,42 @@ entities: pos: -36.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7993 components: - type: Transform pos: -37.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7994 components: - type: Transform pos: -37.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7995 components: - type: Transform pos: -37.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7996 components: - type: Transform pos: -37.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7997 components: - type: Transform pos: -37.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7999 components: - type: Transform @@ -37551,7 +37983,7 @@ entities: pos: -39.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8000 components: - type: Transform @@ -37559,7 +37991,7 @@ entities: pos: -40.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8001 components: - type: Transform @@ -37567,7 +37999,7 @@ entities: pos: -41.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8002 components: - type: Transform @@ -37575,7 +38007,7 @@ entities: pos: -42.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8003 components: - type: Transform @@ -37583,7 +38015,7 @@ entities: pos: -43.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8004 components: - type: Transform @@ -37591,7 +38023,7 @@ entities: pos: -43.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8005 components: - type: Transform @@ -37599,7 +38031,7 @@ entities: pos: -43.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8006 components: - type: Transform @@ -37607,7 +38039,7 @@ entities: pos: -43.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8012 components: - type: Transform @@ -37615,7 +38047,7 @@ entities: pos: -45.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8013 components: - type: Transform @@ -37623,7 +38055,7 @@ entities: pos: -46.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8014 components: - type: Transform @@ -37631,7 +38063,7 @@ entities: pos: -48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8015 components: - type: Transform @@ -37639,7 +38071,7 @@ entities: pos: -49.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8016 components: - type: Transform @@ -37647,7 +38079,7 @@ entities: pos: -50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8017 components: - type: Transform @@ -37655,119 +38087,119 @@ entities: pos: -51.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8019 components: - type: Transform pos: -52.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8020 components: - type: Transform pos: -52.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8024 components: - type: Transform pos: -51.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8025 components: - type: Transform pos: -51.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8026 components: - type: Transform pos: -51.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8031 components: - type: Transform pos: -33.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8032 components: - type: Transform pos: -33.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8033 components: - type: Transform pos: -33.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8035 components: - type: Transform pos: -33.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8036 components: - type: Transform pos: -33.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8037 components: - type: Transform pos: -33.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8038 components: - type: Transform pos: -33.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8041 components: - type: Transform pos: -33.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8042 components: - type: Transform pos: -36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8043 components: - type: Transform pos: -30.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8044 components: - type: Transform pos: -27.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8049 components: - type: Transform @@ -37775,7 +38207,7 @@ entities: pos: -35.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8050 components: - type: Transform @@ -37783,7 +38215,7 @@ entities: pos: -34.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8051 components: - type: Transform @@ -37791,7 +38223,7 @@ entities: pos: -32.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8052 components: - type: Transform @@ -37799,7 +38231,7 @@ entities: pos: -31.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8053 components: - type: Transform @@ -37807,7 +38239,7 @@ entities: pos: -29.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8054 components: - type: Transform @@ -37815,28 +38247,28 @@ entities: pos: -28.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8056 components: - type: Transform pos: -30.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8057 components: - type: Transform pos: -30.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8060 components: - type: Transform pos: -36.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8063 components: - type: Transform @@ -37844,7 +38276,7 @@ entities: pos: -26.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8064 components: - type: Transform @@ -37852,7 +38284,7 @@ entities: pos: -25.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8065 components: - type: Transform @@ -37860,7 +38292,7 @@ entities: pos: -24.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8066 components: - type: Transform @@ -37868,7 +38300,7 @@ entities: pos: -22.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8068 components: - type: Transform @@ -37876,7 +38308,7 @@ entities: pos: -20.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8071 components: - type: Transform @@ -37884,56 +38316,56 @@ entities: pos: -18.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8072 components: - type: Transform pos: -17.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8073 components: - type: Transform pos: -17.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8074 components: - type: Transform pos: -17.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8075 components: - type: Transform pos: -17.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8076 components: - type: Transform pos: -17.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8080 components: - type: Transform pos: -17.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8081 components: - type: Transform pos: -17.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8084 components: - type: Transform @@ -37941,7 +38373,7 @@ entities: pos: -18.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8085 components: - type: Transform @@ -37949,7 +38381,7 @@ entities: pos: -19.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8086 components: - type: Transform @@ -37957,7 +38389,7 @@ entities: pos: -19.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8087 components: - type: Transform @@ -37965,7 +38397,7 @@ entities: pos: -21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8088 components: - type: Transform @@ -37973,14 +38405,14 @@ entities: pos: -20.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8094 components: - type: Transform pos: -13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8096 components: - type: Transform @@ -37988,49 +38420,49 @@ entities: pos: 10.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8099 components: - type: Transform pos: 8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8100 components: - type: Transform pos: 8.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8101 components: - type: Transform pos: 8.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8102 components: - type: Transform pos: 8.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8103 components: - type: Transform pos: 8.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8104 components: - type: Transform pos: 8.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8105 components: - type: Transform @@ -38038,7 +38470,7 @@ entities: pos: 9.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8106 components: - type: Transform @@ -38046,7 +38478,7 @@ entities: pos: 10.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8107 components: - type: Transform @@ -38054,7 +38486,7 @@ entities: pos: 11.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8110 components: - type: Transform @@ -38062,7 +38494,7 @@ entities: pos: 7.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8114 components: - type: Transform @@ -38070,7 +38502,7 @@ entities: pos: 3.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8115 components: - type: Transform @@ -38078,7 +38510,7 @@ entities: pos: 4.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8119 components: - type: Transform @@ -38086,7 +38518,7 @@ entities: pos: 43.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8120 components: - type: Transform @@ -38094,7 +38526,7 @@ entities: pos: 44.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8121 components: - type: Transform @@ -38102,7 +38534,7 @@ entities: pos: 45.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8123 components: - type: Transform @@ -38110,7 +38542,7 @@ entities: pos: 46.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8124 components: - type: Transform @@ -38118,7 +38550,7 @@ entities: pos: 46.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8125 components: - type: Transform @@ -38126,7 +38558,7 @@ entities: pos: 46.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8126 components: - type: Transform @@ -38134,7 +38566,7 @@ entities: pos: 46.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8128 components: - type: Transform @@ -38142,7 +38574,7 @@ entities: pos: 39.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8129 components: - type: Transform @@ -38150,7 +38582,7 @@ entities: pos: 39.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8130 components: - type: Transform @@ -38158,7 +38590,7 @@ entities: pos: 39.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8131 components: - type: Transform @@ -38166,7 +38598,7 @@ entities: pos: 39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8132 components: - type: Transform @@ -38174,7 +38606,7 @@ entities: pos: 39.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8133 components: - type: Transform @@ -38182,7 +38614,7 @@ entities: pos: 39.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8134 components: - type: Transform @@ -38190,7 +38622,7 @@ entities: pos: 39.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8135 components: - type: Transform @@ -38198,7 +38630,7 @@ entities: pos: 39.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8137 components: - type: Transform @@ -38206,7 +38638,7 @@ entities: pos: 40.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8138 components: - type: Transform @@ -38214,7 +38646,7 @@ entities: pos: 41.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8139 components: - type: Transform @@ -38222,7 +38654,7 @@ entities: pos: 42.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8140 components: - type: Transform @@ -38230,7 +38662,7 @@ entities: pos: 43.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8141 components: - type: Transform @@ -38238,14 +38670,14 @@ entities: pos: 44.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8143 components: - type: Transform pos: 45.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8145 components: - type: Transform @@ -38253,7 +38685,7 @@ entities: pos: 46.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8146 components: - type: Transform @@ -38261,7 +38693,7 @@ entities: pos: 47.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8147 components: - type: Transform @@ -38269,21 +38701,21 @@ entities: pos: 48.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8150 components: - type: Transform pos: 49.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8154 components: - type: Transform pos: 46.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8155 components: - type: Transform @@ -38291,7 +38723,7 @@ entities: pos: 47.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8156 components: - type: Transform @@ -38299,7 +38731,7 @@ entities: pos: 48.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8158 components: - type: Transform @@ -39563,7 +39995,7 @@ entities: pos: -21.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8400 components: - type: Transform @@ -39579,7 +40011,7 @@ entities: pos: -21.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8407 components: - type: Transform @@ -39587,7 +40019,7 @@ entities: pos: -22.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8408 components: - type: Transform @@ -39595,7 +40027,7 @@ entities: pos: -23.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8410 components: - type: Transform @@ -41118,14 +41550,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 8710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0088FFFF' - uid: 8711 components: - type: Transform @@ -41133,7 +41557,7 @@ entities: pos: -11.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8712 components: - type: Transform @@ -41141,7 +41565,7 @@ entities: pos: -10.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8713 components: - type: Transform @@ -41149,7 +41573,7 @@ entities: pos: -9.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8744 components: - type: Transform @@ -41276,7 +41700,7 @@ entities: pos: -49.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8851 components: - type: Transform @@ -41284,7 +41708,7 @@ entities: pos: -48.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8926 components: - type: Transform @@ -41433,7 +41857,7 @@ entities: pos: -50.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8954 components: - type: Transform @@ -41441,7 +41865,7 @@ entities: pos: -50.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8955 components: - type: Transform @@ -41449,7 +41873,7 @@ entities: pos: -50.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8956 components: - type: Transform @@ -41457,7 +41881,7 @@ entities: pos: -50.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8957 components: - type: Transform @@ -41465,7 +41889,7 @@ entities: pos: -50.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8960 components: - type: Transform @@ -41485,14 +41909,14 @@ entities: pos: 12.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9113 components: - type: Transform pos: 12.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9155 components: - type: Transform @@ -41528,7 +41952,7 @@ entities: pos: -48.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9164 components: - type: Transform @@ -41536,7 +41960,7 @@ entities: pos: -51.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9165 components: - type: Transform @@ -41544,7 +41968,7 @@ entities: pos: -47.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9168 components: - type: Transform @@ -41645,7 +42069,7 @@ entities: pos: 28.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9299 components: - type: Transform @@ -41653,7 +42077,7 @@ entities: pos: 27.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9300 components: - type: Transform @@ -41661,7 +42085,7 @@ entities: pos: 26.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9417 components: - type: Transform @@ -41732,7 +42156,7 @@ entities: pos: 16.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9503 components: - type: Transform @@ -41740,7 +42164,7 @@ entities: pos: 16.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9504 components: - type: Transform @@ -41748,7 +42172,7 @@ entities: pos: 16.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9505 components: - type: Transform @@ -41756,7 +42180,7 @@ entities: pos: 16.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9506 components: - type: Transform @@ -41764,7 +42188,7 @@ entities: pos: 16.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9507 components: - type: Transform @@ -41772,7 +42196,7 @@ entities: pos: 16.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9508 components: - type: Transform @@ -41780,7 +42204,7 @@ entities: pos: 16.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9509 components: - type: Transform @@ -41788,7 +42212,7 @@ entities: pos: 16.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9510 components: - type: Transform @@ -41796,7 +42220,7 @@ entities: pos: 16.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9511 components: - type: Transform @@ -41804,7 +42228,7 @@ entities: pos: 16.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9512 components: - type: Transform @@ -41812,7 +42236,7 @@ entities: pos: 16.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9513 components: - type: Transform @@ -41820,7 +42244,7 @@ entities: pos: 16.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9515 components: - type: Transform @@ -41835,7 +42259,7 @@ entities: pos: 17.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9517 components: - type: Transform @@ -41843,7 +42267,7 @@ entities: pos: 18.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9518 components: - type: Transform @@ -41851,7 +42275,7 @@ entities: pos: 19.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9519 components: - type: Transform @@ -41859,7 +42283,7 @@ entities: pos: 20.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9622 components: - type: Transform @@ -41907,7 +42331,7 @@ entities: pos: 5.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10862 components: - type: Transform @@ -41915,7 +42339,7 @@ entities: pos: 6.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10863 components: - type: Transform @@ -41923,7 +42347,7 @@ entities: pos: 7.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10864 components: - type: Transform @@ -41931,7 +42355,7 @@ entities: pos: 8.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10865 components: - type: Transform @@ -41939,7 +42363,7 @@ entities: pos: 9.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10866 components: - type: Transform @@ -41947,7 +42371,7 @@ entities: pos: 10.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10867 components: - type: Transform @@ -41955,7 +42379,7 @@ entities: pos: 11.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10868 components: - type: Transform @@ -41963,7 +42387,7 @@ entities: pos: 12.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10869 components: - type: Transform @@ -41971,7 +42395,7 @@ entities: pos: 13.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - proto: GasPipeTJunction entities: - uid: 734 @@ -42020,7 +42444,7 @@ entities: pos: 4.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 1961 components: - type: Transform @@ -42140,7 +42564,7 @@ entities: pos: -33.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 2222 components: - type: Transform @@ -42198,7 +42622,7 @@ entities: pos: 16.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3410 components: - type: Transform @@ -42206,7 +42630,7 @@ entities: pos: -50.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3412 components: - type: Transform @@ -42214,21 +42638,21 @@ entities: pos: 12.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3413 components: - type: Transform pos: -31.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3428 components: - type: Transform pos: -14.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3430 components: - type: Transform @@ -42236,7 +42660,7 @@ entities: pos: -51.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3482 components: - type: Transform @@ -42275,7 +42699,7 @@ entities: pos: 29.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 4025 components: - type: Transform @@ -42359,7 +42783,7 @@ entities: pos: 21.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7069 components: - type: Transform @@ -42367,7 +42791,7 @@ entities: pos: 22.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7070 components: - type: Transform @@ -42375,7 +42799,7 @@ entities: pos: 15.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7089 components: - type: Transform @@ -42383,7 +42807,7 @@ entities: pos: 32.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7110 components: - type: Transform @@ -42391,7 +42815,7 @@ entities: pos: 30.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7113 components: - type: Transform @@ -42399,7 +42823,7 @@ entities: pos: 30.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7120 components: - type: Transform @@ -42407,7 +42831,7 @@ entities: pos: 30.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7121 components: - type: Transform @@ -42415,7 +42839,7 @@ entities: pos: 30.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7146 components: - type: Transform @@ -42423,7 +42847,7 @@ entities: pos: 21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7147 components: - type: Transform @@ -42431,14 +42855,14 @@ entities: pos: 21.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7148 components: - type: Transform pos: 19.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7153 components: - type: Transform @@ -42446,7 +42870,7 @@ entities: pos: 21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7154 components: - type: Transform @@ -42454,7 +42878,7 @@ entities: pos: 21.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7167 components: - type: Transform @@ -42506,14 +42930,14 @@ entities: pos: 34.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7260 components: - type: Transform pos: 25.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7272 components: - type: Transform @@ -42521,7 +42945,7 @@ entities: pos: 29.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7276 components: - type: Transform @@ -42553,14 +42977,14 @@ entities: pos: 39.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7294 components: - type: Transform pos: 12.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7310 components: - type: Transform @@ -42568,7 +42992,7 @@ entities: pos: 42.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7327 components: - type: Transform @@ -42599,7 +43023,7 @@ entities: pos: 34.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7364 components: - type: Transform @@ -42607,14 +43031,14 @@ entities: pos: 36.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7384 components: - type: Transform pos: 29.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7404 components: - type: Transform @@ -42709,7 +43133,7 @@ entities: pos: 8.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7522 components: - type: Transform @@ -42717,7 +43141,7 @@ entities: pos: 8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7539 components: - type: Transform @@ -42725,7 +43149,7 @@ entities: pos: 8.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7542 components: - type: Transform @@ -42733,7 +43157,7 @@ entities: pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7543 components: - type: Transform @@ -42741,7 +43165,7 @@ entities: pos: 6.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7549 components: - type: Transform @@ -42749,7 +43173,7 @@ entities: pos: 2.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7550 components: - type: Transform @@ -42757,7 +43181,7 @@ entities: pos: 0.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7556 components: - type: Transform @@ -42765,14 +43189,14 @@ entities: pos: 2.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7561 components: - type: Transform pos: 2.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7564 components: - type: Transform @@ -42780,7 +43204,7 @@ entities: pos: 0.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7581 components: - type: Transform @@ -42788,7 +43212,7 @@ entities: pos: 4.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7584 components: - type: Transform @@ -42796,7 +43220,7 @@ entities: pos: 4.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7598 components: - type: Transform @@ -42804,28 +43228,28 @@ entities: pos: -3.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7614 components: - type: Transform pos: -3.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7615 components: - type: Transform pos: -6.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7616 components: - type: Transform pos: -11.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7635 components: - type: Transform @@ -42833,7 +43257,7 @@ entities: pos: -3.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7636 components: - type: Transform @@ -42841,7 +43265,7 @@ entities: pos: -6.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7642 components: - type: Transform @@ -42849,7 +43273,7 @@ entities: pos: -7.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7644 components: - type: Transform @@ -42857,7 +43281,7 @@ entities: pos: -6.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7649 components: - type: Transform @@ -42865,7 +43289,7 @@ entities: pos: -6.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7656 components: - type: Transform @@ -42873,7 +43297,7 @@ entities: pos: -8.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7657 components: - type: Transform @@ -42881,7 +43305,7 @@ entities: pos: -6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7670 components: - type: Transform @@ -42889,7 +43313,7 @@ entities: pos: 8.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7671 components: - type: Transform @@ -42897,7 +43321,7 @@ entities: pos: 8.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7691 components: - type: Transform @@ -42905,7 +43329,7 @@ entities: pos: 8.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7698 components: - type: Transform @@ -42913,7 +43337,7 @@ entities: pos: 12.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7704 components: - type: Transform @@ -42921,14 +43345,14 @@ entities: pos: 6.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7707 components: - type: Transform pos: 6.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7710 components: - type: Transform @@ -42936,14 +43360,14 @@ entities: pos: -3.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7714 components: - type: Transform pos: 1.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7725 components: - type: Transform @@ -42951,7 +43375,7 @@ entities: pos: 1.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7737 components: - type: Transform @@ -42959,7 +43383,7 @@ entities: pos: 0.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7745 components: - type: Transform @@ -42967,7 +43391,7 @@ entities: pos: -8.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7746 components: - type: Transform @@ -42975,7 +43399,7 @@ entities: pos: -8.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7751 components: - type: Transform @@ -42983,7 +43407,7 @@ entities: pos: -8.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7752 components: - type: Transform @@ -42991,7 +43415,7 @@ entities: pos: -8.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7755 components: - type: Transform @@ -42999,7 +43423,7 @@ entities: pos: -8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7759 components: - type: Transform @@ -43007,7 +43431,7 @@ entities: pos: -8.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7763 components: - type: Transform @@ -43015,7 +43439,7 @@ entities: pos: -8.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7765 components: - type: Transform @@ -43023,7 +43447,7 @@ entities: pos: -8.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7771 components: - type: Transform @@ -43031,7 +43455,7 @@ entities: pos: -8.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7780 components: - type: Transform @@ -43039,14 +43463,14 @@ entities: pos: -13.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7812 components: - type: Transform pos: -23.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7819 components: - type: Transform @@ -43054,7 +43478,7 @@ entities: pos: -30.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7828 components: - type: Transform @@ -43062,14 +43486,14 @@ entities: pos: -39.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7829 components: - type: Transform pos: -40.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7843 components: - type: Transform @@ -43077,7 +43501,7 @@ entities: pos: -23.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7847 components: - type: Transform @@ -43085,21 +43509,21 @@ entities: pos: -23.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7862 components: - type: Transform pos: -23.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7864 components: - type: Transform pos: -22.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7869 components: - type: Transform @@ -43107,7 +43531,7 @@ entities: pos: -28.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7891 components: - type: Transform @@ -43115,7 +43539,7 @@ entities: pos: -33.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7895 components: - type: Transform @@ -43123,28 +43547,28 @@ entities: pos: -33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7896 components: - type: Transform pos: -33.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7907 components: - type: Transform pos: -39.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7917 components: - type: Transform pos: -50.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7918 components: - type: Transform @@ -43152,7 +43576,7 @@ entities: pos: -50.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7926 components: - type: Transform @@ -43160,14 +43584,14 @@ entities: pos: -50.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7953 components: - type: Transform pos: -30.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7959 components: - type: Transform @@ -43175,7 +43599,7 @@ entities: pos: -22.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7964 components: - type: Transform @@ -43183,14 +43607,14 @@ entities: pos: -22.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7966 components: - type: Transform pos: -22.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7968 components: - type: Transform @@ -43198,7 +43622,7 @@ entities: pos: -23.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7980 components: - type: Transform @@ -43206,14 +43630,14 @@ entities: pos: -30.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7982 components: - type: Transform pos: -30.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7988 components: - type: Transform @@ -43221,21 +43645,21 @@ entities: pos: -33.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8008 components: - type: Transform pos: -44.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8009 components: - type: Transform pos: -47.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8023 components: - type: Transform @@ -43243,7 +43667,7 @@ entities: pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8039 components: - type: Transform @@ -43251,7 +43675,7 @@ entities: pos: -36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8040 components: - type: Transform @@ -43259,7 +43683,7 @@ entities: pos: -27.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8067 components: - type: Transform @@ -43267,7 +43691,7 @@ entities: pos: -21.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8069 components: - type: Transform @@ -43275,14 +43699,14 @@ entities: pos: -19.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8077 components: - type: Transform pos: -23.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8079 components: - type: Transform @@ -43290,7 +43714,7 @@ entities: pos: -17.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8097 components: - type: Transform @@ -43298,7 +43722,7 @@ entities: pos: 8.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8098 components: - type: Transform @@ -43306,7 +43730,7 @@ entities: pos: 8.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8127 components: - type: Transform @@ -43314,14 +43738,14 @@ entities: pos: 46.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8142 components: - type: Transform pos: 45.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8166 components: - type: Transform @@ -44038,6 +44462,9 @@ entities: joinedGrid: 2 - uid: 2842 components: + - type: MetaData + desc: "There's a lable here that reads: \"CONNECT N2O FOR EXECUTION\"" + name: toxic gas port - type: Transform pos: -41.5,7.5 parent: 2 @@ -44068,7 +44495,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - proto: GasPressurePump entities: - uid: 737 @@ -44178,6 +44605,8 @@ entities: joinedGrid: 2 - uid: 4028 components: + - type: MetaData + desc: A pump for removing any gases from the chamber. It would behoove you to remove any N2O from the chamber before opening it. - type: Transform rot: 3.141592653589793 rad pos: -43.5,6.5 @@ -44187,7 +44616,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 4622 components: - type: Transform @@ -44323,6 +44752,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0088FFFF' + - uid: 2587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9890 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0088FFFF' - uid: 3723 components: - type: Transform @@ -45386,16 +45828,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 8709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0088FFFF' - uid: 8754 components: - type: Transform @@ -45588,6 +46020,19 @@ entities: color: '#0088FFFF' - proto: GasVentScrubber entities: + - uid: 1172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9890 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF9900FF' - uid: 2844 components: - type: Transform @@ -45596,7 +46041,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 3974 components: - type: Transform @@ -45606,7 +46051,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7066 components: - type: Transform @@ -45616,7 +46061,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7067 components: - type: Transform @@ -45625,7 +46070,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7068 components: - type: Transform @@ -45634,7 +46079,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7071 components: - type: Transform @@ -45644,7 +46089,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7072 components: - type: Transform @@ -45653,7 +46098,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7091 components: - type: Transform @@ -45663,7 +46108,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7101 components: - type: Transform @@ -45673,7 +46118,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7108 components: - type: Transform @@ -45683,7 +46128,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7111 components: - type: Transform @@ -45693,7 +46138,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7112 components: - type: Transform @@ -45703,7 +46148,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7134 components: - type: Transform @@ -45713,7 +46158,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7141 components: - type: Transform @@ -45723,7 +46168,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7156 components: - type: Transform @@ -45733,7 +46178,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7207 components: - type: Transform @@ -45743,7 +46188,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7209 components: - type: Transform @@ -45753,7 +46198,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7213 components: - type: Transform @@ -45763,7 +46208,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7250 components: - type: Transform @@ -45773,7 +46218,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7254 components: - type: Transform @@ -45782,7 +46227,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7270 components: - type: Transform @@ -45792,7 +46237,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7271 components: - type: Transform @@ -45802,7 +46247,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7289 components: - type: Transform @@ -45811,7 +46256,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7339 components: - type: Transform @@ -45831,7 +46276,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7345 components: - type: Transform @@ -45841,7 +46286,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7346 components: - type: Transform @@ -45851,7 +46296,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7355 components: - type: Transform @@ -45861,7 +46306,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7356 components: - type: Transform @@ -45870,7 +46315,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7374 components: - type: Transform @@ -45879,7 +46324,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7385 components: - type: Transform @@ -45889,7 +46334,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7386 components: - type: Transform @@ -45898,7 +46343,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7533 components: - type: Transform @@ -45908,7 +46353,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7534 components: - type: Transform @@ -45918,7 +46363,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7535 components: - type: Transform @@ -45927,7 +46372,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7544 components: - type: Transform @@ -45936,7 +46381,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7565 components: - type: Transform @@ -45946,7 +46391,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7566 components: - type: Transform @@ -45955,7 +46400,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7568 components: - type: Transform @@ -45964,7 +46409,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7587 components: - type: Transform @@ -45973,7 +46418,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7588 components: - type: Transform @@ -45983,7 +46428,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7597 components: - type: Transform @@ -45993,7 +46438,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7610 components: - type: Transform @@ -46003,7 +46448,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7611 components: - type: Transform @@ -46013,7 +46458,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7612 components: - type: Transform @@ -46023,7 +46468,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7613 components: - type: Transform @@ -46033,7 +46478,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7629 components: - type: Transform @@ -46043,7 +46488,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7637 components: - type: Transform @@ -46052,7 +46497,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7643 components: - type: Transform @@ -46062,7 +46507,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7648 components: - type: Transform @@ -46072,7 +46517,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7663 components: - type: Transform @@ -46082,7 +46527,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7666 components: - type: Transform @@ -46092,7 +46537,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7668 components: - type: Transform @@ -46102,7 +46547,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7669 components: - type: Transform @@ -46112,7 +46557,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7682 components: - type: Transform @@ -46121,7 +46566,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7699 components: - type: Transform @@ -46130,7 +46575,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7705 components: - type: Transform @@ -46140,7 +46585,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7706 components: - type: Transform @@ -46149,7 +46594,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7708 components: - type: Transform @@ -46159,7 +46604,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7719 components: - type: Transform @@ -46168,7 +46613,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7720 components: - type: Transform @@ -46178,7 +46623,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7727 components: - type: Transform @@ -46188,7 +46633,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7774 components: - type: Transform @@ -46198,7 +46643,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7775 components: - type: Transform @@ -46208,7 +46653,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7782 components: - type: Transform @@ -46218,7 +46663,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7785 components: - type: Transform @@ -46228,7 +46673,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7786 components: - type: Transform @@ -46238,7 +46683,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7796 components: - type: Transform @@ -46248,7 +46693,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7797 components: - type: Transform @@ -46258,7 +46703,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7852 components: - type: Transform @@ -46268,7 +46713,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7853 components: - type: Transform @@ -46278,7 +46723,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7854 components: - type: Transform @@ -46288,7 +46733,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7855 components: - type: Transform @@ -46298,7 +46743,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7876 components: - type: Transform @@ -46308,7 +46753,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7884 components: - type: Transform @@ -46318,7 +46763,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7885 components: - type: Transform @@ -46327,7 +46772,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7890 components: - type: Transform @@ -46337,7 +46782,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7897 components: - type: Transform @@ -46347,7 +46792,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7898 components: - type: Transform @@ -46357,7 +46802,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7908 components: - type: Transform @@ -46367,7 +46812,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7913 components: - type: Transform @@ -46377,7 +46822,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7927 components: - type: Transform @@ -46387,7 +46832,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7929 components: - type: Transform @@ -46397,7 +46842,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7930 components: - type: Transform @@ -46407,7 +46852,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7933 components: - type: Transform @@ -46416,7 +46861,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7951 components: - type: Transform @@ -46426,7 +46871,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7952 components: - type: Transform @@ -46436,7 +46881,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7955 components: - type: Transform @@ -46446,7 +46891,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7963 components: - type: Transform @@ -46456,7 +46901,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7967 components: - type: Transform @@ -46465,7 +46910,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7977 components: - type: Transform @@ -46475,7 +46920,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7978 components: - type: Transform @@ -46485,7 +46930,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7979 components: - type: Transform @@ -46494,7 +46939,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 7981 components: - type: Transform @@ -46504,7 +46949,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8007 components: - type: Transform @@ -46513,7 +46958,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8010 components: - type: Transform @@ -46523,7 +46968,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8011 components: - type: Transform @@ -46533,7 +46978,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8021 components: - type: Transform @@ -46542,7 +46987,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8022 components: - type: Transform @@ -46552,7 +46997,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8045 components: - type: Transform @@ -46561,7 +47006,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8046 components: - type: Transform @@ -46570,7 +47015,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8047 components: - type: Transform @@ -46579,7 +47024,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8048 components: - type: Transform @@ -46588,7 +47033,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8058 components: - type: Transform @@ -46598,7 +47043,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8059 components: - type: Transform @@ -46608,7 +47053,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8062 components: - type: Transform @@ -46618,7 +47063,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8078 components: - type: Transform @@ -46627,7 +47072,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8090 components: - type: Transform @@ -46637,7 +47082,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8095 components: - type: Transform @@ -46646,7 +47091,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8108 components: - type: Transform @@ -46656,7 +47101,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8111 components: - type: Transform @@ -46666,7 +47111,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8113 components: - type: Transform @@ -46675,7 +47120,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8117 components: - type: Transform @@ -46684,7 +47129,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8118 components: - type: Transform @@ -46693,7 +47138,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8144 components: - type: Transform @@ -46703,7 +47148,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8149 components: - type: Transform @@ -46712,7 +47157,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8151 components: - type: Transform @@ -46722,7 +47167,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8152 components: - type: Transform @@ -46732,7 +47177,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8157 components: - type: Transform @@ -46742,7 +47187,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8409 components: - type: Transform @@ -46752,17 +47197,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' - - uid: 8714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8952 components: - type: Transform @@ -46772,7 +47207,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8967 components: - type: Transform @@ -46782,7 +47217,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8969 components: - type: Transform @@ -46792,7 +47227,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 8970 components: - type: Transform @@ -46802,7 +47237,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9111 components: - type: Transform @@ -46812,7 +47247,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9162 components: - type: Transform @@ -46822,7 +47257,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9166 components: - type: Transform @@ -46832,7 +47267,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9295 components: - type: Transform @@ -46842,7 +47277,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9297 components: - type: Transform @@ -46852,7 +47287,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 9501 components: - type: Transform @@ -46861,7 +47296,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10384 components: - type: Transform @@ -46871,7 +47306,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - uid: 10870 components: - type: Transform @@ -46881,7 +47316,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FF9900FF' - proto: GasVolumePump entities: - uid: 956 @@ -48687,6 +49122,16 @@ entities: - type: Transform pos: -31.5,27.5 parent: 2 + - uid: 9878 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 - uid: 10878 components: - type: Transform @@ -50166,6 +50611,13 @@ entities: - type: DeviceLinkSink links: - 101 +- proto: MachineElectrolysisUnit + entities: + - uid: 2231 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 - proto: MachineFrameDestroyed entities: - uid: 3769 @@ -52675,36 +53127,7 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-36.5 parent: 2 -- proto: PoweredLightColoredBlack - entities: - - uid: 6845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-29.5 - parent: 2 -- proto: PoweredLightColoredFrostyBlue - entities: - - uid: 6769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-23.5 - parent: 2 - - uid: 6846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-26.5 - parent: 2 -- proto: PoweredlightEmpty - entities: - - uid: 3045 - components: - - type: Transform - pos: -46.5,23.5 - parent: 2 -- proto: PoweredlightExterior +- proto: PoweredLightBlueInterior entities: - uid: 458 components: @@ -52724,6 +53147,7 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,-7.5 parent: 2 + - type: Timer - uid: 8795 components: - type: Transform @@ -52766,6 +53190,42 @@ entities: rot: 3.141592653589793 rad pos: 10.5,33.5 parent: 2 +- proto: PoweredLightColoredBlack + entities: + - uid: 6845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-29.5 + parent: 2 +- proto: PoweredLightColoredFrostyBlue + entities: + - uid: 6769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-23.5 + parent: 2 + - uid: 6846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-26.5 + parent: 2 +- proto: PoweredlightCyan + entities: + - uid: 11111 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 +- proto: PoweredlightEmpty + entities: + - uid: 3045 + components: + - type: Transform + pos: -46.5,23.5 + parent: 2 - proto: PoweredLightPostSmall entities: - uid: 9738 @@ -52921,11 +53381,6 @@ entities: - type: Transform pos: 37.5,20.5 parent: 2 - - uid: 7304 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 2 - uid: 9199 components: - type: Transform @@ -53812,11 +54267,6 @@ entities: - type: Transform pos: -5.5,-22.5 parent: 2 - - uid: 10248 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - uid: 10249 components: - type: Transform @@ -54022,15 +54472,15 @@ entities: - type: Transform pos: -16.5,12.5 parent: 2 - - uid: 10952 + - uid: 10871 components: - type: Transform - pos: -15.5,-28.5 + pos: -9.5,-16.5 parent: 2 - - uid: 10954 + - uid: 10952 components: - type: Transform - pos: -13.5,-20.5 + pos: -15.5,-28.5 parent: 2 - uid: 10955 components: @@ -54042,6 +54492,25 @@ entities: - type: Transform pos: -36.5,-23.5 parent: 2 + - uid: 11112 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 +- proto: RandomProduce + entities: + - uid: 777 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - type: RandomSpawner + chance: 1 + - uid: 7104 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 - proto: RandomSnacks entities: - uid: 2873 @@ -54408,10 +54877,10 @@ entities: parent: 2 - proto: ReagentContainerSugar entities: - - uid: 7104 + - uid: 11162 components: - type: Transform - pos: 21.362215,-17.260815 + pos: 21.295446,-18.125732 parent: 2 - proto: Recycler entities: @@ -55185,16 +55654,6 @@ entities: - type: Transform pos: 32.5,21.5 parent: 2 - - uid: 2231 - components: - - type: Transform - pos: 23.5,-25.5 - parent: 2 - - uid: 2232 - components: - - type: Transform - pos: 23.5,-24.5 - parent: 2 - uid: 2253 components: - type: Transform @@ -55796,6 +56255,13 @@ entities: - type: Transform pos: 46.658962,-16.312939 parent: 2 +- proto: ReverseEngineeringMachine + entities: + - uid: 10954 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 - proto: RiotShield entities: - uid: 1018 @@ -55890,12 +56356,77 @@ entities: rot: 3.141592653589793 rad pos: 26.5,27.5 parent: 2 -- proto: SchoolgirlUniformSpawner +- proto: Screen entities: + - uid: 1174 + components: + - type: Transform + pos: -35.5,14.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: -53.5,-5.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + pos: -31.5,3.5 + parent: 2 + - uid: 8714 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 - uid: 10877 components: - type: Transform - pos: -13.5,-21.5 + pos: -13.5,-25.5 parent: 2 - proto: Screwdriver entities: @@ -56236,6 +56767,8 @@ entities: entities: - uid: 2018 components: + - type: MetaData + name: igniter button - type: Transform pos: 29.5,17.5 parent: 2 @@ -56430,6 +56963,8 @@ entities: - Off: Open - uid: 2087 components: + - type: MetaData + name: blast door switch - type: Transform pos: 30.5,17.5 parent: 2 @@ -56656,21 +57191,15 @@ entities: - type: Transform pos: 22.5,17.5 parent: 2 - - uid: 9600 + - uid: 11109 components: - - type: MetaData - desc: A sign indicating that it's cold inside. - name: cold sign - type: Transform - pos: -45.5,-7.5 + pos: -12.5,-23.5 parent: 2 - - uid: 9601 + - uid: 11110 components: - - type: MetaData - desc: A sign indicating that it's cold inside. - name: cold sign - type: Transform - pos: -49.5,-12.5 + pos: -15.5,-23.5 parent: 2 - proto: SignDirectionalBar entities: @@ -56862,6 +57391,14 @@ entities: rot: -1.5707963267948966 rad pos: 27.498005,-3.7252772 parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,3.5 + parent: 2 - proto: SignDrones entities: - uid: 2943 @@ -57475,6 +58012,13 @@ entities: - type: Transform pos: -0.5,-14.5 parent: 2 +- proto: SpawnMobCrabAtmos + entities: + - uid: 11115 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 - proto: SpawnMobDrone entities: - uid: 2254 @@ -58285,6 +58829,11 @@ entities: parent: 2 - proto: StationMap entities: + - uid: 8709 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 - uid: 10775 components: - type: Transform @@ -59019,6 +59568,95 @@ entities: - SurveillanceCameraGeneral nameSet: True id: west hall distal +- proto: SurveillanceCameraMedical + entities: + - uid: 11154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-12.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Reception + - uid: 11155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medbay + - uid: 11156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Lockers + - uid: 11157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Intensive Care + - uid: 11158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-29.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Surgery + - uid: 11159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Genetics + - uid: 11160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-16.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry + - uid: 11161 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Hall - proto: SurveillanceCameraRouterCommand entities: - uid: 4664 @@ -60828,6 +61466,11 @@ entities: - type: Transform pos: -14.5,-28.5 parent: 2 + - uid: 838 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 - uid: 1152 components: - type: Transform @@ -60908,6 +61551,11 @@ entities: - type: Transform pos: -5.5,-28.5 parent: 2 + - uid: 9459 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 - uid: 9461 components: - type: Transform @@ -61130,11 +61778,6 @@ entities: - type: Transform pos: -2.5,-28.5 parent: 2 - - uid: 10871 - components: - - type: Transform - pos: -12.5,-22.5 - parent: 2 - uid: 10872 components: - type: Transform @@ -62074,11 +62717,6 @@ entities: - type: Transform pos: 31.5,-2.5 parent: 2 - - uid: 777 - components: - - type: Transform - pos: 23.5,-22.5 - parent: 2 - uid: 783 components: - type: Transform @@ -62849,11 +63487,6 @@ entities: - type: Transform pos: 36.5,-3.5 parent: 2 - - uid: 1637 - components: - - type: Transform - pos: 36.5,-7.5 - parent: 2 - uid: 1638 components: - type: Transform @@ -65751,6 +66384,31 @@ entities: - type: Transform pos: -23.5,-32.5 parent: 2 +- proto: WallReinforcedDiagonal + entities: + - uid: 9887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 2 - proto: WallSolid entities: - uid: 13 @@ -67248,26 +67906,11 @@ entities: - type: Transform pos: 13.5,9.5 parent: 2 - - uid: 1173 - components: - - type: Transform - pos: -14.5,-23.5 - parent: 2 - - uid: 1174 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 2 - uid: 1175 components: - type: Transform pos: -12.5,-23.5 parent: 2 - - uid: 1176 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 2 - uid: 1177 components: - type: Transform @@ -68330,6 +68973,12 @@ entities: - type: Transform pos: -46.5,-21.5 parent: 2 + - uid: 3899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-22.5 + parent: 2 - uid: 4180 components: - type: Transform @@ -68420,6 +69069,11 @@ entities: - type: Transform pos: -31.5,-31.5 parent: 2 + - uid: 9601 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 2 - uid: 9745 components: - type: Transform @@ -68465,6 +69119,11 @@ entities: - type: Transform pos: -25.5,-31.5 parent: 2 + - uid: 11124 + components: + - type: Transform + pos: 36.5,-7.5 + parent: 2 - proto: WallSolidDiagonal entities: - uid: 350 @@ -68502,29 +69161,6 @@ entities: rot: 3.141592653589793 rad pos: 32.5,-21.5 parent: 2 - - uid: 3086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-7.5 - parent: 2 - - uid: 3248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 2 - - uid: 3424 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 3474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 2 - uid: 3641 components: - type: Transform @@ -68608,9 +69244,6 @@ entities: parent: 2 - type: WarpPoint location: evac, primary - - type: NavMapBeacon - color: '#FFFFFFFF' - text: evac, primary - uid: 10362 components: - type: Transform @@ -68618,9 +69251,6 @@ entities: parent: 2 - type: WarpPoint location: evac, secondary - - type: NavMapBeacon - color: '#FFFFFFFF' - text: evac, secondary - proto: WarpPointBombing entities: - uid: 10363 @@ -68997,6 +69627,9 @@ entities: parent: 2 - uid: 2840 components: + - type: MetaData + desc: Going in here has a pretty high fatality rate if you aren't entering voluntarily. + name: execution chamber - type: Transform pos: -42.5,6.5 parent: 2 @@ -69345,11 +69978,6 @@ entities: - type: Transform pos: -20.5,1.5 parent: 2 - - uid: 1241 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 2 - uid: 1251 components: - type: Transform @@ -69500,6 +70128,11 @@ entities: - type: Transform pos: 26.5,-18.5 parent: 2 + - uid: 2232 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 2 - uid: 2238 components: - type: Transform @@ -69575,6 +70208,11 @@ entities: - type: Transform pos: -31.5,-23.5 parent: 2 + - uid: 3474 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 - uid: 3642 components: - type: Transform @@ -69620,6 +70258,11 @@ entities: - type: Transform pos: 26.5,-27.5 parent: 2 + - uid: 6584 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 - uid: 6881 components: - type: Transform From fa88a26fa03714f188ed497e5c26141b97707d28 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Tue, 30 Jan 2024 21:10:00 +0000 Subject: [PATCH 016/391] Automatic Changelog Update (#736) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index e4a8fb28bd..c3f311d8dc 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1421,3 +1421,9 @@ Entries: the new cloaks available! id: 213 time: '2024-01-30T14:22:13.0000000+00:00' +- author: Colin-Tel + changes: + - type: Tweak + message: Updated Asterisk Station. + id: 214 + time: '2024-01-30T21:09:41.0000000+00:00' From 3dd7d8a56cd12b93a4877ca8830ca83be15b5f3c Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:55:15 -0600 Subject: [PATCH 017/391] Re-add evac shuttles Box & Lox (#737) Co-authored-by: Velcroboy <> --- Resources/Maps/Shuttles/DeltaV/NTES_Box.yml | 3851 ++++++++++++++++ Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml | 4524 +++++++++++++++++++ Resources/Prototypes/Maps/asterisk.yml | 1 + Resources/Prototypes/Maps/edge.yml | 1 + Resources/Prototypes/Maps/shoukou.yml | 1 + 5 files changed, 8378 insertions(+) create mode 100644 Resources/Maps/Shuttles/DeltaV/NTES_Box.yml create mode 100644 Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml new file mode 100644 index 0000000000..9fa04d78ef --- /dev/null +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml @@ -0,0 +1,3851 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 31: FloorDarkDiagonal + 35: FloorDarkMono + 78: FloorReinforced + 90: FloorSteel + 92: FloorSteelCheckerDark + 93: FloorSteelCheckerLight + 95: FloorSteelDiagonal + 99: FloorSteelLime + 104: FloorSteelPavementVertical + 109: FloorWhite + 114: FloorWhiteMono + 122: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: NT Evac Box + - type: Transform + pos: 0.06253052,0.58707 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: egAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABXQAAAAADegAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAABegAAAAAAXQAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABXQAAAAABTgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAAATgAAAAAAXQAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABXQAAAAABegAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABegAAAAAAXQAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAABWgAAAAABXQAAAAADTgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAACTgAAAAAAXQAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADTgAAAAAAWgAAAAAAWgAAAAAAXQAAAAABegAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAAAegAAAAAAXQAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAXwAAAAADXwAAAAAAXwAAAAAAXwAAAAADWgAAAAAAXwAAAAABXwAAAAACXwAAAAAAXwAAAAABXwAAAAABXwAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAXAAAAAADXAAAAAABegAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADTgAAAAAAXAAAAAABXAAAAAACegAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAXAAAAAABXAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAcgAAAAAAbQAAAAAAbQAAAAAAbQAAAAADcgAAAAACegAAAAAAaAAAAAAAaAAAAAADegAAAAAAYwAAAAABYwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAcgAAAAACbQAAAAABbQAAAAAAbQAAAAADcgAAAAABegAAAAAAaAAAAAACaAAAAAADYwAAAAADYwAAAAACYwAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAAbQAAAAADTgAAAAAATgAAAAAAegAAAAAAaAAAAAADaAAAAAADegAAAAAAYwAAAAAAYwAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAABIwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADHgAAAAADHgAAAAABHgAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAAAIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABegAAAAAAHgAAAAACHgAAAAABIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABHgAAAAABHgAAAAABHgAAAAAAIwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 63: 15,3 + 113: 6,9 + 114: 6,10 + 115: 6,11 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 106: 4,11 + 107: 4,10 + 108: 4,9 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 0: 11,5 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 6: 3,5 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 17: 6,7 + 61: 11,1 + 94: 13,7 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 5: 3,1 + 14: 3,7 + 18: 8,7 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 1: 11,4 + 81: 11,3 + 82: 11,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 9: 5,5 + 10: 6,5 + 11: 7,5 + 12: 8,5 + 13: 9,5 + 169: 11,-2 + 170: 12,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 2: 7,1 + 3: 8,1 + 4: 9,1 + 15: 4,7 + 16: 5,7 + 19: 9,7 + 20: 10,7 + 95: 12,7 + 96: 11,7 + 167: 5,1 + 168: 6,1 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 7: 3,4 + 8: 3,2 + 80: 3,3 + - node: + color: '#52B4E996' + id: CheckerNWSE + decals: + 55: 7,-3 + 56: 6,-3 + 57: 6,-4 + 58: 7,-4 + 59: 8,-4 + 60: 8,-3 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 70: 15,7 + - node: + color: '#DE3A3A4A' + id: DiagonalCheckerAOverlay + decals: + 97: 1,9 + 98: 2,9 + 99: 3,9 + 100: 2,10 + 101: 3,10 + 102: 1,10 + 103: 1,11 + 104: 2,11 + 105: 3,11 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 83: 5,10 + 84: 7,7 + 85: 8,7 + 86: 12,-3 + 87: 12,-4 + 130: 6.7590723,8.708282 + 131: 7.5090723,8.630157 + 132: 7.1809473,8.895782 + 133: 7.8996973,11.317657 + 134: 8.352822,10.708282 + 135: 8.446572,11.145782 + 136: 9.290322,8.661407 + 137: 9.524697,8.989532 + 138: 9.884072,8.567657 + 139: 12.274697,11.005157 + 140: 12.368447,10.333282 + 141: 6.4153223,9.489532 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 93: 14,-3 + 109: 6,11 + 110: 6,9 + 116: 8,11 + 117: 7,9 + 118: 12,11 + 119: 11,10 + 120: 11,9 + 121: 9,11 + 142: 8,10 + 148: 14,9 + 149: 14,11 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 89: 15,-4 + 90: 15,-2 + 91: 15,-3 + 122: 9,10 + 123: 10,9 + 124: 10,11 + 125: 12,9 + 150: 15,9 + 151: 14,10 + 152: 16,10 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 88: 14,-4 + 92: 14,-2 + 111: 6,10 + 112: 7,11 + 126: 10,10 + 127: 12,10 + 128: 8,9 + 129: 9,9 + 143: 7,10 + 144: 15,11 + 145: 16,11 + 146: 15,10 + 147: 16,9 + - node: + color: '#D4D4D428' + id: HalfTileOverlayGreyscale + decals: + 69: 7,7 + 71: 14,7 + - node: + color: '#D4D4D428' + id: HalfTileOverlayGreyscale180 + decals: + 75: 14,3 + 76: 13,3 + 154: 11,-1 + 155: 10,-1 + 156: 8,-1 + 157: 9,-1 + 158: 7,-1 + 159: 6,-1 + 160: 5,-1 + 161: 3,-1 + 162: 4,-1 + 163: 2,-1 + - node: + color: '#D4D4D428' + id: HalfTileOverlayGreyscale270 + decals: + 64: 1,1 + 65: 1,2 + 66: 1,3 + 67: 1,4 + 68: 1,5 + 164: 1,0 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 62: 15,3 + - node: + color: '#D4D4D428' + id: HalfTileOverlayGreyscale90 + decals: + 72: 15,6 + 73: 15,5 + 74: 15,4 + 77: 12,1 + 78: 12,2 + 153: 12,0 + - node: + color: '#334E6D5D' + id: QuarterTileOverlayGreyscale + decals: + 23: 19,11 + 24: 18,11 + 25: 18,10 + 26: 18,9 + - node: + color: '#334E6D7F' + id: QuarterTileOverlayGreyscale + decals: + 32: 18,8 + 43: 17,7 + 44: 18,7 + - node: + color: '#334E6D5D' + id: QuarterTileOverlayGreyscale180 + decals: + 21: 19,10 + 22: 19,11 + - node: + color: '#D4D4D40C' + id: QuarterTileOverlayGreyscale180 + decals: + 33: 19,9 + 34: 19,8 + 35: 19,7 + 36: 19,6 + 37: 19,5 + 38: 19,4 + 39: 19,3 + 40: 18,3 + 41: 17,3 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale180 + decals: + 79: 12,3 + - node: + color: '#334E6D7F' + id: QuarterTileOverlayGreyscale270 + decals: + 45: 17,3 + 46: 18,3 + 47: 19,3 + - node: + color: '#D4D4D40C' + id: QuarterTileOverlayGreyscale270 + decals: + 29: 18,8 + - node: + color: '#D4D4D40F' + id: QuarterTileOverlayGreyscale270 + decals: + 27: 18,9 + 28: 18,10 + - node: + color: '#334E6D7F' + id: QuarterTileOverlayGreyscale90 + decals: + 48: 19,3 + 49: 19,4 + 50: 19,5 + 51: 19,6 + 52: 19,7 + 53: 19,8 + 54: 19,9 + - node: + color: '#D4D4D40C' + id: QuarterTileOverlayGreyscale90 + decals: + 30: 19,11 + 31: 19,10 + 42: 17,7 + - node: + color: '#D4D4D428' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 166: 12,-1 + - node: + color: '#D4D4D428' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 165: 1,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65528 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 255 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 63 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 65535 + 2,3: + 0: 3823 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 65535 + 3,3: + 0: 3327 + 0,-2: + 0: 34816 + 1,-2: + 0: 65280 + 1,-1: + 0: 65535 + 2,-2: + 0: 65280 + 2,-1: + 0: 65535 + 3,-2: + 0: 65280 + 3,-1: + 0: 65535 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 65535 + 4,3: + 0: 511 + 5,0: + 0: 12544 + 5,1: + 0: 13107 + 5,2: + 0: 13107 + 5,3: + 0: 1 + 4,-2: + 0: 30464 + 4,-1: + 0: 63351 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: NavMap +- proto: AirCanister + entities: + - uid: 526 + components: + - type: Transform + pos: 14.5,0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: Airlock + entities: + - uid: 417 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 +- proto: AirlockCommandLocked + entities: + - uid: 124 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1 +- proto: AirlockEngineeringGlass + entities: + - uid: 91 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 +- proto: AirlockEVAGlassLocked + entities: + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,10.5 + parent: 1 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1 +- proto: AirlockExternalLocked + entities: + - uid: 184 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1 + - type: DeviceLinkSink + links: + - 420 + - type: DeviceLinkSource + linkedPorts: + 420: + - DoorStatus: DoorBolt + - uid: 420 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1 + - type: DeviceLinkSink + links: + - 184 + - type: DeviceLinkSource + linkedPorts: + 184: + - DoorStatus: DoorBolt +- proto: AirlockMedical + entities: + - uid: 128 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 66 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 1 +- proto: APCSuperCapacity + entities: + - uid: 528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-4.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 580 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: BookHowToSurvive + entities: + - uid: 210 + components: + - type: Transform + pos: 17.702461,3.5919065 + parent: 1 +- proto: BoxFolderClipboard + entities: + - uid: 506 + components: + - type: Transform + pos: 18.38288,11.560461 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 6 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 15.5,11.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 10.5,11.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: 12.5,0.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 15.5,13.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: 14.5,5.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 15.5,5.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: 17.5,5.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: 18.5,5.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: 18.5,6.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: 19.5,5.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: 18.5,9.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: 18.5,10.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: 18.5,11.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: 19.5,11.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: 11.5,11.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 16.5,0.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: 19.5,3.5 + parent: 1 +- proto: CableHV + entities: + - uid: 48 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 16.5,1.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: 17.5,1.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 17.5,0.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1 +- proto: CableMV + entities: + - uid: 293 + components: + - type: Transform + pos: 17.5,0.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 16.5,0.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,1.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-0.5 + parent: 1 + - uid: 427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,1.5 + parent: 1 + - uid: 428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,1.5 + parent: 1 + - uid: 429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,1.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,0.5 + parent: 1 + - uid: 433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,1.5 + parent: 1 + - uid: 555 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 +- proto: Chair + entities: + - uid: 4 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,9.5 + parent: 1 + - uid: 282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-3.5 + parent: 1 +- proto: ChairGreyscale + entities: + - uid: 243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,5.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,8.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,10.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,1.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,4.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 50 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 1 + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - uid: 54 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,5.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,11.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,2.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - uid: 514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - uid: 517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,3.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,3.5 + parent: 1 + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 1 + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1 +- proto: CigaretteSpent + entities: + - uid: 558 + components: + - type: Transform + pos: 19.002337,9.878916 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: 14.886385,-1.0698383 + parent: 1 +- proto: CigPackRed + entities: + - uid: 217 + components: + - type: Transform + pos: 17.342344,3.6574845 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 86 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 +- proto: ClosetFireFilled + entities: + - uid: 88 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 419 + components: + - type: Transform + pos: 12.5,11.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-4.5 + parent: 1 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 234 + components: + - type: Transform + pos: 5.4924736,-3.3224797 + parent: 1 +- proto: ClothingMaskBreath + entities: + - uid: 509 + components: + - type: Transform + pos: 18.746365,3.4395046 + parent: 1 +- proto: ComputerAlert + entities: + - uid: 202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,9.5 + parent: 1 +- proto: ComputerComms + entities: + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,6.5 + parent: 1 +- proto: ComputerCrewMonitoring + entities: + - uid: 207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,10.5 + parent: 1 +- proto: ComputerEmergencyShuttle + entities: + - uid: 203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,5.5 + parent: 1 +- proto: ComputerStationRecords + entities: + - uid: 206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,4.5 + parent: 1 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,8.5 + parent: 1 +- proto: CrateEngineeringToolbox + entities: + - uid: 87 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1 +- proto: CrateFilledSpawner + entities: + - uid: 10 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 11.5,9.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 11.5,11.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 10.5,9.5 + parent: 1 +- proto: CrateMaterialSteel + entities: + - uid: 504 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 +- proto: Crowbar + entities: + - uid: 335 + components: + - type: Transform + pos: 5.5403957,-2.8794582 + parent: 1 +- proto: CrowbarRed + entities: + - uid: 169 + components: + - type: Transform + pos: 1.545907,-1.5395434 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 18.35574,3.5332546 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: 3.561532,-1.6020434 + parent: 1 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 +- proto: EmergencyLight + entities: + - uid: 263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-3.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,4.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,9.5 + parent: 1 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,8.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,12.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 +- proto: FireAxeCabinetFilled + entities: + - uid: 215 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1 +- proto: FoodBoxDonut + entities: + - uid: 195 + components: + - type: Transform + pos: 1.4663568,11.604567 + parent: 1 +- proto: GasOutletInjector + entities: + - uid: 435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPassiveVent + entities: + - uid: 436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPipeBend + entities: + - uid: 158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,5.5 + parent: 1 + - uid: 177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 1 + - uid: 190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,10.5 + parent: 1 + - uid: 437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-1.5 + parent: 1 + - uid: 438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: 18.5,5.5 + parent: 1 +- proto: GasPipeFourway + entities: + - uid: 452 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: 14.5,5.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 1 + - uid: 175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 1 + - uid: 180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1 + - uid: 283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-3.5 + parent: 1 + - uid: 284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-3.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,0.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,0.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,5.5 + parent: 1 + - uid: 469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - uid: 470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 1 + - uid: 471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,4.5 + parent: 1 + - uid: 472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,5.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,10.5 + parent: 1 + - uid: 486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 1 + - uid: 488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,5.5 + parent: 1 + - uid: 489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,5.5 + parent: 1 + - uid: 490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,5.5 + parent: 1 + - uid: 491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,5.5 + parent: 1 + - uid: 493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,6.5 + parent: 1 + - uid: 494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,7.5 + parent: 1 + - uid: 549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-2.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,0.5 + parent: 1 + - uid: 458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 +- proto: GasPort + entities: + - uid: 289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasVentPump + entities: + - uid: 127 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 499 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 294 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: 16.5,1.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 562 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 288 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 +- proto: Grille + entities: + - uid: 7 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 13.5,10.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 21.5,7.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: 21.5,5.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 16.5,6.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1 + - uid: 553 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,1.5 + parent: 1 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 334 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1 +- proto: MedkitBurnFilled + entities: + - uid: 181 + components: + - type: Transform + pos: 3.545907,-1.5707934 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 5.4778957,-2.3013332 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 119 + components: + - type: Transform + pos: 1.514657,-1.5395434 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 5.4778957,-2.6294582 + parent: 1 +- proto: Pen + entities: + - uid: 507 + components: + - type: Transform + pos: 18.69538,11.716711 + parent: 1 +- proto: PosterContrabandTools + entities: + - uid: 560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,1.5 + parent: 1 +- proto: PosterLegitCleanliness + entities: + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 1 +- proto: PosterLegitHelpOthers + entities: + - uid: 559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,11.5 + parent: 1 +- proto: PosterLegitIan + entities: + - uid: 43 + components: + - type: Transform + pos: 20.5,3.5 + parent: 1 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 586 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1 +- proto: PosterLegitReportCrimes + entities: + - uid: 347 + components: + - type: Transform + pos: 11.5,8.5 + parent: 1 +- proto: PottedPlantRandomPlastic + entities: + - uid: 218 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 567 + components: + - type: Transform + pos: 19.5,3.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 18.5,11.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,3.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 60 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,9.5 + parent: 1 + - uid: 183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,7.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-3.5 + parent: 1 + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,3.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,11.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,1.5 + parent: 1 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,7.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 +- proto: Rack + entities: + - uid: 13 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,7.5 + parent: 1 + - uid: 281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,10.5 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 484 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1 +- proto: Screen + entities: + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 1 + - uid: 272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,12.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,12.5 + parent: 1 +- proto: ShotGunCabinetFilled + entities: + - uid: 585 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 56 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 13.5,10.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 21.5,7.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 21.5,5.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 16.5,6.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 327 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 +- proto: Sink + entities: + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-3.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 287 + components: + - type: Transform + pos: 17.5,1.5 + parent: 1 +- proto: SpawnMobMedibot + entities: + - uid: 584 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 +- proto: StasisBed + entities: + - uid: 224 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 286 + components: + - type: Transform + pos: 17.5,0.5 + parent: 1 +- proto: SuitStorageEVA + entities: + - uid: 333 + components: + - type: Transform + pos: 14.5,11.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1 +- proto: Table + entities: + - uid: 209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,3.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,11.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: 17.5,3.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,10.5 + parent: 1 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 +- proto: Thruster + entities: + - uid: 67 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 12.5,13.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 13.5,13.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-5.5 + parent: 1 + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-5.5 + parent: 1 + - uid: 385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-5.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-5.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-5.5 + parent: 1 + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-5.5 + parent: 1 + - uid: 395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-5.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-5.5 + parent: 1 + - uid: 397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 1 + - uid: 405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: 18.5,13.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 527 + components: + - type: Transform + pos: 14.443532,-1.3515654 + parent: 1 +- proto: ToolboxEmergencyFilled + entities: + - uid: 511 + components: + - type: Transform + pos: 20.51042,7.624368 + parent: 1 +- proto: VendingMachineWallMedical + entities: + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,2.5 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 166 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 2 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 10.5,8.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 13.5,11.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 18.5,0.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 16.5,8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 20.5,11.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 21.5,10.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 21.5,4.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 20.5,3.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 19.5,2.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 18.5,1.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 17.5,11.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 11.5,8.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,12.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,11.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,3.5 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,2.5 + parent: 1 +- proto: WaterTankFull + entities: + - uid: 496 + components: + - type: Transform + pos: 10.5,11.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 277 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 266 + components: + - type: Transform + pos: 12.5,10.5 + parent: 1 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 164 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 +... diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml new file mode 100644 index 0000000000..233185c4d3 --- /dev/null +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml @@ -0,0 +1,4524 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 33: FloorDarkHerringbone + 37: FloorDarkPavement + 46: FloorGlass + 48: FloorGrass + 63: FloorLino + 78: FloorReinforced + 80: FloorRockVault + 85: FloorShuttleRed + 90: FloorSteel + 105: FloorTechMaint + 109: FloorWhite + 119: FloorWood + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 670 + components: + - type: MetaData + name: NT Evac Lox + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALgAAAAAAHgAAAAACegAAAAAAHgAAAAADLgAAAAACHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACHgAAAAABMAAAAAAAHgAAAAADWgAAAAABHgAAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAAHgAAAAACMAAAAAAAHgAAAAAALgAAAAAAHgAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADHgAAAAAAMAAAAAAAHgAAAAAAWgAAAAACHgAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALgAAAAABHgAAAAADegAAAAAAHgAAAAAALgAAAAADHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAWgAAAAACWgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAWgAAAAADegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAADbQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAAC + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAADJQAAAAACJQAAAAAAJQAAAAAAJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAVQAAAAAAVQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAABVQAAAAAAVQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAABegAAAAAAHgAAAAAAVQAAAAAAVQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HgAAAAAALgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAALgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAWgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADLgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 77: -7,7 + 78: -7,5 + 79: -7,-1 + 80: -7,-3 + 156: -6,-9 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 175: 0,-9 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 81: 1,-3 + 82: 1,-1 + 83: 1,5 + 84: 1,7 + - node: + angle: -3.141592653589793 rad + color: '#52B4E996' + id: ArrowsGreyscale + decals: + 76: -3,10 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 85: 1,8 + 142: 1,-5 + 143: 1,-6 + 174: 0,-11 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 38: 0,0 + 39: 0,1 + 40: 0,2 + 41: 0,3 + 42: 0,4 + 43: -4,0 + 44: -4,1 + 45: -4,2 + 46: -4,3 + 47: -4,4 + 86: 1,9 + 87: 1,10 + 140: 1,6 + 141: -7,-2 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 48: -2,0 + 49: -2,1 + 50: -2,2 + 51: -2,3 + 52: -2,4 + 53: -6,0 + 54: -6,1 + 55: -6,2 + 56: -6,3 + 57: -6,4 + 138: 1,-2 + 139: -7,6 + - node: + color: '#52B4E996' + id: BoxGreyscale + decals: + 75: -3,11 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelBox + decals: + 0: 1,0 + 1: 1,2 + 2: 1,4 + 3: -3,0 + 4: -3,2 + 5: -3,4 + 6: -7,0 + 7: -7,2 + 8: -7,4 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNe + decals: + 69: -2,11 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNe + decals: + 59: -5,11 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNw + decals: + 70: -4,11 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNw + decals: + 58: -7,11 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNw + decals: + 162: -7,-5 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 72: -2,10 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 60: -5,10 + 61: -6,9 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSe + decals: + 164: -4,-6 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 73: -4,10 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSw + decals: + 62: -7,9 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSw + decals: + 163: -7,-6 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteEndN + decals: + 169: -4,-4 + - node: + color: '#D4D4D428' + id: BrickTileWhiteInnerNe + decals: + 110: -3,-1 + 111: -7,-1 + - node: + color: '#D4D4D428' + id: BrickTileWhiteInnerNw + decals: + 108: 1,-1 + 109: -3,-1 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerNw + decals: + 168: -4,-5 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerSe + decals: + 63: -6,10 + - node: + color: '#D4D4D428' + id: BrickTileWhiteInnerSe + decals: + 102: -3,5 + 103: -7,5 + - node: + color: '#D4D4D428' + id: BrickTileWhiteInnerSw + decals: + 100: 1,5 + 101: -3,5 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineE + decals: + 180: -7,0 + 181: -7,1 + 182: -7,2 + 183: -7,3 + 184: -7,4 + 195: -3,0 + 196: -3,1 + 197: -3,2 + 198: -3,3 + 199: -3,4 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 170: -4,-5 + - node: + color: '#0000004A' + id: BrickTileWhiteLineN + decals: + 19: -2,6 + 20: -3,6 + 21: -4,6 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineN + decals: + 71: -3,11 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 64: -6,11 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineN + decals: + 104: 0,-1 + 105: -2,-1 + 106: -4,-1 + 107: -6,-1 + 178: -1,-1 + 179: -5,-1 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 167: -5,-5 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 74: -3,10 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineS + decals: + 96: 0,5 + 97: -2,5 + 98: -4,5 + 99: -6,5 + 176: -5,5 + 177: -1,5 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 165: -5,-6 + 166: -6,-6 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 65: -7,10 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineW + decals: + 185: -3,0 + 186: -3,1 + 187: -3,2 + 188: -3,3 + 189: -3,4 + 190: 1,0 + 191: 1,1 + 192: 1,2 + 193: 1,3 + 194: 1,4 + - node: + color: '#FFFFFFFF' + id: BushATwo + decals: + 126: -1.0188386,1.4614446 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 124: -5.018839,0.9301946 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 125: -1.0032136,2.9458196 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 128: -0.98758864,2.5083196 + - node: + color: '#FFFFFFFF' + id: Caution + decals: + 155: -5,-9 + - node: + color: '#DE3A3A96' + id: Delivery + decals: + 172: -6,-4 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 154: -7,-9 + 157: 1,-4 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 123: -5.034464,1.8989446 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 122: -0.97196364,2.4770696 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 118: -0.95633864,0.9614446 + 119: -5.003214,2.7270696 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 120: -0.97196364,1.8208196 + 121: -5.003214,1.3364446 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 127: -5.003214,3.1020696 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 117: -5,3 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 116: -5,1 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 114: -1,2 + 115: -1,3 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 112: -1,1 + 113: -5,2 + - node: + color: '#0000004A' + id: HalfTileOverlayGreyscale + decals: + 16: -4,6 + 17: -3,6 + 18: -2,6 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 88: 0,11 + 89: 0,10 + 90: 0,9 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale + decals: + 22: -7,7 + 23: -7,5 + 24: -7,3 + 91: 0,8 + 92: 0,7 + 93: 0,6 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 133: 0,-5 + 134: 0,-6 + 135: 0,-7 + 136: 0,-8 + 137: 0,-9 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale180 + decals: + 28: 1,-3 + 29: 1,-1 + 30: 1,1 + 160: -2,-2 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale270 + decals: + 25: -7,1 + 26: -7,-1 + 27: -7,-3 + 161: -4,-2 + - node: + color: '#EFDF4196' + id: QuarterTileOverlayGreyscale270 + decals: + 67: -6,11 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale90 + decals: + 35: 1,9 + 36: 1,10 + 37: 1,11 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 129: 1,-5 + 130: 1,-6 + 131: 1,-8 + 132: 1,-9 + 144: 1,-7 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale90 + decals: + 31: 1,3 + 32: 1,5 + 33: 1,7 + 34: 1,8 + 94: -6,6 + 95: -6,7 + - node: + color: '#EFDF4196' + id: QuarterTileOverlayGreyscale90 + decals: + 68: -7,10 + - node: + color: '#EFDF4196' + id: ThreeQuarterTileOverlayGreyscale + decals: + 66: -6,10 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 147: -4,-10 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 158: -5,-11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 153: -5,-9 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 171: -6,-5 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 173: -6,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 145: -2,-10 + 146: -3,-10 + 151: -6,-9 + 152: -7,-9 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 148: -4,-9 + 149: -4,-8 + 150: -5,-10 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 159: -6,-11 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 11: -1,14 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 9: -5,14 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 12: -1,13 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 13: -2,14 + 14: -3,14 + 15: -4,14 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 10: -5,13 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 65535 + -1,-3: + 0: 65535 + -1,-1: + 0: 65535 + -1,-2: + 0: 65535 + -2,1: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 65535 + 0,-3: + 0: 65527 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-3: + 0: 13072 + 1,-2: + 0: 13107 + 1,-1: + 0: 21811 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 0,0: + 0: 65535 + 1,3: + 0: 273 + 1,0: + 0: 30583 + 1,1: + 0: 30039 + 1,2: + 0: 4403 + 0,4: + 0: 127 + -1,4: + 0: 143 + -2,0: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 61439 + -2,-2: + 0: 65535 + -2,-3: + 0: 65535 + -2,-4: + 0: 24576 + 0,-4: + 0: 12288 + -2,4: + 0: 12 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirCanister + entities: + - uid: 609 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 +- proto: AirlockCargoLocked + entities: + - uid: 166 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 670 +- proto: AirlockCommandLocked + entities: + - uid: 188 + components: + - type: Transform + pos: 0.5,12.5 + parent: 670 +- proto: AirlockEngineeringLocked + entities: + - uid: 8 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 670 +- proto: AirlockGlass + entities: + - uid: 508 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 670 +- proto: AirlockGlassShuttle + entities: + - uid: 73 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 670 + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 670 + - uid: 75 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 670 + - uid: 77 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 670 + - uid: 81 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 670 + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,5.5 + parent: 670 + - uid: 96 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 670 + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 670 +- proto: AirlockSecurityLocked + entities: + - uid: 1 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 670 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 238 + components: + - type: Transform + pos: -5.5,8.5 + parent: 670 +- proto: APCBasic + entities: + - uid: 164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 670 + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-6.5 + parent: 670 + - uid: 171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 670 + - uid: 354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,12.5 + parent: 670 + - uid: 367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,9.5 + parent: 670 + - uid: 370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,9.5 + parent: 670 +- proto: AtmosDeviceFanTiny + entities: + - uid: 640 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 670 + - uid: 641 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 670 + - uid: 642 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 670 + - uid: 643 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 670 + - uid: 644 + components: + - type: Transform + pos: 2.5,5.5 + parent: 670 + - uid: 645 + components: + - type: Transform + pos: 2.5,7.5 + parent: 670 + - uid: 646 + components: + - type: Transform + pos: -7.5,7.5 + parent: 670 + - uid: 647 + components: + - type: Transform + pos: -7.5,5.5 + parent: 670 +- proto: BedsheetMedical + entities: + - uid: 263 + components: + - type: Transform + pos: -3.5,11.5 + parent: 670 + - uid: 265 + components: + - type: Transform + pos: -1.5,11.5 + parent: 670 +- proto: BlastDoorOpen + entities: + - uid: 281 + components: + - type: Transform + pos: -7.5,10.5 + parent: 670 + - type: DeviceLinkSink + links: + - 244 + - uid: 657 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 670 + - type: DeviceLinkSink + links: + - 660 + - uid: 658 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 670 + - type: DeviceLinkSink + links: + - 660 + - uid: 659 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 670 + - type: DeviceLinkSink + links: + - 660 +- proto: CableApcExtension + entities: + - uid: 196 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 670 + - uid: 198 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 670 + - uid: 290 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 670 + - uid: 300 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 670 + - uid: 321 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 670 + - uid: 322 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 670 + - uid: 330 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 670 + - uid: 331 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 670 + - uid: 333 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 670 + - uid: 334 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 670 + - uid: 335 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 670 + - uid: 336 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 670 + - uid: 339 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 670 + - uid: 343 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 670 + - uid: 345 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 670 + - uid: 346 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 670 + - uid: 347 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 670 + - uid: 348 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 670 + - uid: 349 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 670 + - uid: 350 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 670 + - uid: 361 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 670 + - uid: 395 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 670 + - uid: 410 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 670 + - uid: 411 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 670 + - uid: 412 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 670 + - uid: 413 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 670 + - uid: 414 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 670 + - uid: 415 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 670 + - uid: 416 + components: + - type: Transform + pos: -4.5,4.5 + parent: 670 + - uid: 417 + components: + - type: Transform + pos: -4.5,5.5 + parent: 670 + - uid: 418 + components: + - type: Transform + pos: -5.5,5.5 + parent: 670 + - uid: 419 + components: + - type: Transform + pos: -6.5,5.5 + parent: 670 + - uid: 420 + components: + - type: Transform + pos: -3.5,5.5 + parent: 670 + - uid: 421 + components: + - type: Transform + pos: -2.5,5.5 + parent: 670 + - uid: 422 + components: + - type: Transform + pos: -1.5,5.5 + parent: 670 + - uid: 423 + components: + - type: Transform + pos: -0.5,5.5 + parent: 670 + - uid: 424 + components: + - type: Transform + pos: 0.5,5.5 + parent: 670 + - uid: 425 + components: + - type: Transform + pos: 1.5,5.5 + parent: 670 + - uid: 426 + components: + - type: Transform + pos: -2.5,4.5 + parent: 670 + - uid: 427 + components: + - type: Transform + pos: -2.5,3.5 + parent: 670 + - uid: 428 + components: + - type: Transform + pos: -2.5,2.5 + parent: 670 + - uid: 429 + components: + - type: Transform + pos: -2.5,1.5 + parent: 670 + - uid: 430 + components: + - type: Transform + pos: -2.5,0.5 + parent: 670 + - uid: 431 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 670 + - uid: 432 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 670 + - uid: 433 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 670 + - uid: 434 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 670 + - uid: 435 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 670 + - uid: 436 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 670 + - uid: 437 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 670 + - uid: 438 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 670 + - uid: 439 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 670 + - uid: 440 + components: + - type: Transform + pos: 1.5,0.5 + parent: 670 + - uid: 441 + components: + - type: Transform + pos: 1.5,1.5 + parent: 670 + - uid: 442 + components: + - type: Transform + pos: 1.5,2.5 + parent: 670 + - uid: 443 + components: + - type: Transform + pos: 1.5,3.5 + parent: 670 + - uid: 444 + components: + - type: Transform + pos: 1.5,4.5 + parent: 670 + - uid: 445 + components: + - type: Transform + pos: -6.5,0.5 + parent: 670 + - uid: 446 + components: + - type: Transform + pos: -6.5,1.5 + parent: 670 + - uid: 447 + components: + - type: Transform + pos: -6.5,2.5 + parent: 670 + - uid: 448 + components: + - type: Transform + pos: -6.5,3.5 + parent: 670 + - uid: 449 + components: + - type: Transform + pos: -6.5,4.5 + parent: 670 + - uid: 450 + components: + - type: Transform + pos: -0.5,9.5 + parent: 670 + - uid: 451 + components: + - type: Transform + pos: 0.5,9.5 + parent: 670 + - uid: 452 + components: + - type: Transform + pos: 0.5,8.5 + parent: 670 + - uid: 453 + components: + - type: Transform + pos: 0.5,7.5 + parent: 670 + - uid: 454 + components: + - type: Transform + pos: 0.5,10.5 + parent: 670 + - uid: 455 + components: + - type: Transform + pos: 0.5,11.5 + parent: 670 + - uid: 458 + components: + - type: Transform + pos: -7.5,9.5 + parent: 670 + - uid: 459 + components: + - type: Transform + pos: -3.5,10.5 + parent: 670 + - uid: 460 + components: + - type: Transform + pos: -4.5,10.5 + parent: 670 + - uid: 461 + components: + - type: Transform + pos: -5.5,10.5 + parent: 670 + - uid: 462 + components: + - type: Transform + pos: -6.5,10.5 + parent: 670 + - uid: 463 + components: + - type: Transform + pos: -7.5,10.5 + parent: 670 + - uid: 464 + components: + - type: Transform + pos: -6.5,9.5 + parent: 670 + - uid: 465 + components: + - type: Transform + pos: -6.5,8.5 + parent: 670 + - uid: 466 + components: + - type: Transform + pos: -2.5,10.5 + parent: 670 + - uid: 467 + components: + - type: Transform + pos: -1.5,10.5 + parent: 670 + - uid: 468 + components: + - type: Transform + pos: -0.5,12.5 + parent: 670 + - uid: 469 + components: + - type: Transform + pos: -0.5,13.5 + parent: 670 + - uid: 470 + components: + - type: Transform + pos: -0.5,14.5 + parent: 670 + - uid: 471 + components: + - type: Transform + pos: -1.5,14.5 + parent: 670 + - uid: 472 + components: + - type: Transform + pos: -2.5,14.5 + parent: 670 + - uid: 473 + components: + - type: Transform + pos: -3.5,14.5 + parent: 670 + - uid: 474 + components: + - type: Transform + pos: -4.5,14.5 + parent: 670 + - uid: 475 + components: + - type: Transform + pos: -5.5,14.5 + parent: 670 + - uid: 476 + components: + - type: Transform + pos: -6.5,14.5 + parent: 670 + - uid: 477 + components: + - type: Transform + pos: -6.5,15.5 + parent: 670 + - uid: 478 + components: + - type: Transform + pos: -5.5,15.5 + parent: 670 + - uid: 479 + components: + - type: Transform + pos: -5.5,16.5 + parent: 670 + - uid: 480 + components: + - type: Transform + pos: -4.5,16.5 + parent: 670 + - uid: 481 + components: + - type: Transform + pos: -3.5,16.5 + parent: 670 + - uid: 482 + components: + - type: Transform + pos: -2.5,16.5 + parent: 670 + - uid: 483 + components: + - type: Transform + pos: -1.5,16.5 + parent: 670 + - uid: 484 + components: + - type: Transform + pos: -0.5,16.5 + parent: 670 + - uid: 485 + components: + - type: Transform + pos: 0.5,16.5 + parent: 670 + - uid: 486 + components: + - type: Transform + pos: 0.5,15.5 + parent: 670 + - uid: 487 + components: + - type: Transform + pos: 1.5,15.5 + parent: 670 + - uid: 488 + components: + - type: Transform + pos: 1.5,14.5 + parent: 670 + - uid: 489 + components: + - type: Transform + pos: 0.5,14.5 + parent: 670 + - uid: 490 + components: + - type: Transform + pos: 1.5,7.5 + parent: 670 + - uid: 494 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 670 + - uid: 495 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 670 + - uid: 496 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 670 + - uid: 497 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 670 + - uid: 498 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 670 + - uid: 499 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 670 + - uid: 500 + components: + - type: Transform + pos: 2.5,5.5 + parent: 670 + - uid: 501 + components: + - type: Transform + pos: 2.5,7.5 + parent: 670 + - uid: 502 + components: + - type: Transform + pos: -7.5,5.5 + parent: 670 + - uid: 503 + components: + - type: Transform + pos: -6.5,7.5 + parent: 670 + - uid: 504 + components: + - type: Transform + pos: -7.5,7.5 + parent: 670 + - uid: 505 + components: + - type: Transform + pos: -2.5,6.5 + parent: 670 + - uid: 506 + components: + - type: Transform + pos: -2.5,7.5 + parent: 670 + - uid: 661 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 670 + - uid: 662 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 670 + - uid: 663 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 670 + - uid: 664 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 670 + - uid: 665 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 670 + - uid: 666 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 670 + - uid: 667 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 670 + - uid: 668 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 670 +- proto: CableHV + entities: + - uid: 30 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 670 + - uid: 31 + components: + - type: Transform + pos: -5.5,12.5 + parent: 670 + - uid: 156 + components: + - type: Transform + pos: -5.5,11.5 + parent: 670 + - uid: 157 + components: + - type: Transform + pos: -4.5,11.5 + parent: 670 + - uid: 158 + components: + - type: Transform + pos: -3.5,11.5 + parent: 670 + - uid: 163 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 670 + - uid: 302 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 670 + - uid: 324 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 670 + - uid: 369 + components: + - type: Transform + pos: -3.5,12.5 + parent: 670 + - uid: 517 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 670 + - uid: 518 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 670 +- proto: CableMV + entities: + - uid: 11 + components: + - type: Transform + pos: -5.5,5.5 + parent: 670 + - uid: 20 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 670 + - uid: 27 + components: + - type: Transform + pos: -3.5,12.5 + parent: 670 + - uid: 28 + components: + - type: Transform + pos: -3.5,11.5 + parent: 670 + - uid: 32 + components: + - type: Transform + pos: -5.5,10.5 + parent: 670 + - uid: 33 + components: + - type: Transform + pos: -5.5,9.5 + parent: 670 + - uid: 36 + components: + - type: Transform + pos: 1.5,5.5 + parent: 670 + - uid: 37 + components: + - type: Transform + pos: -1.5,5.5 + parent: 670 + - uid: 39 + components: + - type: Transform + pos: 0.5,6.5 + parent: 670 + - uid: 50 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 670 + - uid: 89 + components: + - type: Transform + pos: -0.5,13.5 + parent: 670 + - uid: 135 + components: + - type: Transform + pos: -0.5,12.5 + parent: 670 + - uid: 145 + components: + - type: Transform + pos: 1.5,1.5 + parent: 670 + - uid: 147 + components: + - type: Transform + pos: -0.5,9.5 + parent: 670 + - uid: 152 + components: + - type: Transform + pos: 1.5,2.5 + parent: 670 + - uid: 159 + components: + - type: Transform + pos: -3.5,10.5 + parent: 670 + - uid: 160 + components: + - type: Transform + pos: -4.5,10.5 + parent: 670 + - uid: 161 + components: + - type: Transform + pos: -5.5,8.5 + parent: 670 + - uid: 162 + components: + - type: Transform + pos: -5.5,6.5 + parent: 670 + - uid: 172 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 670 + - uid: 173 + components: + - type: Transform + pos: -4.5,5.5 + parent: 670 + - uid: 175 + components: + - type: Transform + pos: 0.5,5.5 + parent: 670 + - uid: 181 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 670 + - uid: 189 + components: + - type: Transform + pos: -2.5,5.5 + parent: 670 + - uid: 190 + components: + - type: Transform + pos: -3.5,5.5 + parent: 670 + - uid: 193 + components: + - type: Transform + pos: -0.5,5.5 + parent: 670 + - uid: 199 + components: + - type: Transform + pos: 0.5,8.5 + parent: 670 + - uid: 200 + components: + - type: Transform + pos: 0.5,7.5 + parent: 670 + - uid: 316 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 670 + - uid: 317 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 670 + - uid: 318 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 670 + - uid: 327 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 670 + - uid: 328 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 670 + - uid: 329 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 670 + - uid: 332 + components: + - type: Transform + pos: 0.5,9.5 + parent: 670 + - uid: 337 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 670 + - uid: 338 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 670 + - uid: 340 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 670 + - uid: 341 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 670 + - uid: 353 + components: + - type: Transform + pos: 1.5,4.5 + parent: 670 + - uid: 366 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 670 + - uid: 368 + components: + - type: Transform + pos: -5.5,7.5 + parent: 670 + - uid: 371 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 670 + - uid: 372 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 670 + - uid: 373 + components: + - type: Transform + pos: 0.5,11.5 + parent: 670 + - uid: 374 + components: + - type: Transform + pos: 0.5,12.5 + parent: 670 + - uid: 375 + components: + - type: Transform + pos: -4.5,4.5 + parent: 670 + - uid: 376 + components: + - type: Transform + pos: 0.5,13.5 + parent: 670 + - uid: 377 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 670 + - uid: 378 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 670 + - uid: 394 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 670 + - uid: 396 + components: + - type: Transform + pos: 0.5,10.5 + parent: 670 + - uid: 397 + components: + - type: Transform + pos: 1.5,3.5 + parent: 670 + - uid: 398 + components: + - type: Transform + pos: 1.5,0.5 + parent: 670 + - uid: 456 + components: + - type: Transform + pos: -7.5,9.5 + parent: 670 + - uid: 457 + components: + - type: Transform + pos: -6.5,9.5 + parent: 670 + - uid: 491 + components: + - type: Transform + pos: -3.5,13.5 + parent: 670 + - uid: 492 + components: + - type: Transform + pos: -2.5,13.5 + parent: 670 + - uid: 493 + components: + - type: Transform + pos: -1.5,13.5 + parent: 670 +- proto: CableTerminal + entities: + - uid: 519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-7.5 + parent: 670 +- proto: CarpetGreen + entities: + - uid: 249 + components: + - type: Transform + pos: -2.5,14.5 + parent: 670 + - uid: 250 + components: + - type: Transform + pos: -3.5,13.5 + parent: 670 + - uid: 266 + components: + - type: Transform + pos: -1.5,13.5 + parent: 670 + - uid: 267 + components: + - type: Transform + pos: -1.5,14.5 + parent: 670 + - uid: 271 + components: + - type: Transform + pos: -3.5,14.5 + parent: 670 + - uid: 272 + components: + - type: Transform + pos: -2.5,13.5 + parent: 670 +- proto: Catwalk + entities: + - uid: 627 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 670 + - uid: 630 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 670 + - uid: 633 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 670 +- proto: Chair + entities: + - uid: 628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 670 + - uid: 629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 670 + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 670 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 670 +- proto: ChairOfficeDark + entities: + - uid: 635 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 670 +- proto: ChairOfficeLight + entities: + - uid: 380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,10.5 + parent: 670 + - uid: 403 + components: + - type: Transform + pos: -5.5,11.5 + parent: 670 +- proto: ChairPilotSeat + entities: + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 670 + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 670 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 670 + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,4.5 + parent: 670 + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 670 + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 670 + - uid: 21 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 670 + - uid: 41 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 670 + - uid: 43 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 670 + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 670 + - uid: 55 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 670 + - uid: 58 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 670 + - uid: 71 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 670 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,9.5 + parent: 670 + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 670 + - uid: 105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,2.5 + parent: 670 + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 670 + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 670 + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 670 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 670 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 670 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 670 + - uid: 174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 670 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 670 + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 670 + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 670 + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 670 + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 670 + - uid: 304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 670 + - uid: 363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 670 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,10.5 + parent: 670 + - uid: 515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 670 + - uid: 516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 670 + - uid: 520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 670 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 670 + - uid: 522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 670 +- proto: CigarGold + entities: + - uid: 51 + components: + - type: Transform + pos: -0.57872725,15.578903 + parent: 670 + - uid: 65 + components: + - type: Transform + pos: -0.32872725,15.578903 + parent: 670 + - uid: 69 + components: + - type: Transform + pos: -0.45372725,15.578903 + parent: 670 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 143 + components: + - type: Transform + pos: 1.5,8.5 + parent: 670 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 19 + components: + - type: Transform + pos: 1.5,12.5 + parent: 670 +- proto: ComfyChair + entities: + - uid: 245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,7.5 + parent: 670 + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,13.5 + parent: 670 + - uid: 260 + components: + - type: Transform + pos: -3.5,15.5 + parent: 670 + - uid: 268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,14.5 + parent: 670 + - uid: 276 + components: + - type: Transform + pos: -1.5,15.5 + parent: 670 + - uid: 279 + components: + - type: Transform + pos: -2.5,8.5 + parent: 670 +- proto: ComputerComms + entities: + - uid: 246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,14.5 + parent: 670 +- proto: ComputerEmergencyShuttle + entities: + - uid: 273 + components: + - type: Transform + pos: -2.5,15.5 + parent: 670 +- proto: ComputerId + entities: + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,13.5 + parent: 670 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 12 + components: + - type: Transform + pos: -4.5,0.5 + parent: 670 +- proto: DogBed + entities: + - uid: 42 + components: + - type: Transform + pos: -0.5,14.5 + parent: 670 +- proto: DrinkGildlagerBottleFull + entities: + - uid: 68 + components: + - type: Transform + pos: -2.5631022,13.969528 + parent: 670 +- proto: DrinkGlass + entities: + - uid: 59 + components: + - type: Transform + pos: -2.3443522,13.657028 + parent: 670 + - uid: 63 + components: + - type: Transform + pos: -2.5631022,13.532028 + parent: 670 +- proto: EmergencyLight + entities: + - uid: 638 + components: + - type: Transform + pos: -0.5,6.5 + parent: 670 + - type: PointLight + enabled: True + - uid: 639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-1.5 + parent: 670 + - type: PointLight + enabled: True +- proto: ExtinguisherCabinetFilled + entities: + - uid: 6 + components: + - type: Transform + pos: -0.5,0.5 + parent: 670 + - uid: 292 + components: + - type: Transform + pos: -0.5,7.5 + parent: 670 +- proto: GasPassiveVent + entities: + - uid: 525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-9.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - uid: 526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeBend + entities: + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-9.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 536 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 553 + components: + - type: Transform + pos: -1.5,4.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 550 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 582 + components: + - type: Transform + pos: -2.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeStraight + entities: + - uid: 529 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 571 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 572 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 576 + components: + - type: Transform + pos: -3.5,1.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 577 + components: + - type: Transform + pos: -3.5,2.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 578 + components: + - type: Transform + pos: -3.5,3.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 579 + components: + - type: Transform + pos: -1.5,1.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 580 + components: + - type: Transform + pos: -1.5,2.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 581 + components: + - type: Transform + pos: -1.5,3.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 585 + components: + - type: Transform + pos: -2.5,5.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,8.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 596 + components: + - type: Transform + pos: 0.5,7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 597 + components: + - type: Transform + pos: 0.5,8.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 598 + components: + - type: Transform + pos: 0.5,9.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 599 + components: + - type: Transform + pos: 0.5,10.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 600 + components: + - type: Transform + pos: 0.5,11.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 601 + components: + - type: Transform + pos: 0.5,12.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 532 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 548 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 549 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 556 + components: + - type: Transform + pos: -2.5,0.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,6.5 + parent: 670 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPort + entities: + - uid: 523 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 +- proto: GasPressurePump + entities: + - uid: 528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 +- proto: GasVentPump + entities: + - uid: 533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 541 + components: + - type: Transform + pos: -6.5,3.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 564 + components: + - type: Transform + pos: 1.5,1.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 592 + components: + - type: Transform + pos: -5.5,9.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,5.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 595 + components: + - type: Transform + pos: -2.5,7.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 602 + components: + - type: Transform + pos: 0.5,13.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 670 + - type: AtmosDevice + joinedGrid: 670 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GeneratorBasic15kW + entities: + - uid: 402 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 670 +- proto: GeneratorWallmountAPU + entities: + - uid: 29 + components: + - type: Transform + pos: -5.5,12.5 + parent: 670 + - uid: 168 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 670 +- proto: GravityGeneratorMini + entities: + - uid: 524 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 670 +- proto: Grille + entities: + - uid: 35 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 670 + - uid: 47 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 670 + - uid: 76 + components: + - type: Transform + pos: 2.5,3.5 + parent: 670 + - uid: 108 + components: + - type: Transform + pos: -7.5,3.5 + parent: 670 + - uid: 109 + components: + - type: Transform + pos: -7.5,2.5 + parent: 670 + - uid: 110 + components: + - type: Transform + pos: 2.5,1.5 + parent: 670 + - uid: 111 + components: + - type: Transform + pos: 2.5,2.5 + parent: 670 + - uid: 153 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 670 + - uid: 180 + components: + - type: Transform + pos: 2.5,6.5 + parent: 670 + - uid: 211 + components: + - type: Transform + pos: 1.5,14.5 + parent: 670 + - uid: 212 + components: + - type: Transform + pos: 1.5,15.5 + parent: 670 + - uid: 219 + components: + - type: Transform + pos: -2.5,16.5 + parent: 670 + - uid: 220 + components: + - type: Transform + pos: -3.5,16.5 + parent: 670 + - uid: 221 + components: + - type: Transform + pos: -4.5,16.5 + parent: 670 + - uid: 222 + components: + - type: Transform + pos: -5.5,16.5 + parent: 670 + - uid: 223 + components: + - type: Transform + pos: 0.5,15.5 + parent: 670 + - uid: 224 + components: + - type: Transform + pos: 0.5,16.5 + parent: 670 + - uid: 225 + components: + - type: Transform + pos: -0.5,16.5 + parent: 670 + - uid: 226 + components: + - type: Transform + pos: -5.5,15.5 + parent: 670 + - uid: 227 + components: + - type: Transform + pos: -6.5,15.5 + parent: 670 + - uid: 228 + components: + - type: Transform + pos: -6.5,14.5 + parent: 670 + - uid: 233 + components: + - type: Transform + pos: -6.5,8.5 + parent: 670 + - uid: 237 + components: + - type: Transform + pos: -7.5,6.5 + parent: 670 + - uid: 247 + components: + - type: Transform + pos: -3.5,9.5 + parent: 670 + - uid: 254 + components: + - type: Transform + pos: -1.5,9.5 + parent: 670 + - uid: 259 + components: + - type: Transform + pos: 2.5,10.5 + parent: 670 + - uid: 282 + components: + - type: Transform + pos: 2.5,11.5 + parent: 670 + - uid: 285 + components: + - type: Transform + pos: -2.5,9.5 + parent: 670 + - uid: 291 + components: + - type: Transform + pos: -7.5,10.5 + parent: 670 + - uid: 294 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 670 + - uid: 298 + components: + - type: Transform + pos: 2.5,9.5 + parent: 670 + - uid: 308 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 670 + - uid: 312 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 670 + - uid: 385 + components: + - type: Transform + pos: -7.5,1.5 + parent: 670 + - uid: 406 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 670 + - uid: 407 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 670 + - uid: 409 + components: + - type: Transform + pos: -1.5,16.5 + parent: 670 + - uid: 507 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 670 + - uid: 654 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 670 + - uid: 655 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 670 + - uid: 656 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 670 +- proto: Gyroscope + entities: + - uid: 509 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 670 +- proto: HolofanProjector + entities: + - uid: 612 + components: + - type: Transform + pos: -4.477701,-10.547245 + parent: 670 +- proto: HospitalCurtainsOpen + entities: + - uid: 264 + components: + - type: Transform + pos: -3.5,11.5 + parent: 670 + - uid: 270 + components: + - type: Transform + pos: -1.5,11.5 + parent: 670 +- proto: InflatableWallStack + entities: + - uid: 610 + components: + - type: Transform + pos: -4.493326,-10.40662 + parent: 670 +- proto: Lamp + entities: + - uid: 18 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.4716127,8.832692 + parent: 670 +- proto: LampGold + entities: + - uid: 256 + components: + - type: Transform + pos: -4.476436,15.938278 + parent: 670 +- proto: Lighter + entities: + - uid: 52 + components: + - type: Transform + pos: -0.67247725,15.656836 + parent: 670 +- proto: LockerEvidence + entities: + - uid: 56 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 670 +- proto: LockerMedicineFilled + entities: + - uid: 269 + components: + - type: Transform + pos: -4.5,11.5 + parent: 670 +- proto: MedicalBed + entities: + - uid: 70 + components: + - type: Transform + pos: -3.5,11.5 + parent: 670 + - uid: 252 + components: + - type: Transform + pos: -1.5,11.5 + parent: 670 +- proto: MedkitBruteFilled + entities: + - uid: 253 + components: + - type: Transform + pos: -6.3579483,9.476149 + parent: 670 +- proto: MedkitBurnFilled + entities: + - uid: 286 + components: + - type: Transform + pos: -6.4829483,9.616774 + parent: 670 +- proto: MedkitOxygenFilled + entities: + - uid: 283 + components: + - type: Transform + pos: -6.5766983,9.757399 + parent: 670 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-9.5 + parent: 670 + - uid: 565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-9.5 + parent: 670 + - uid: 605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 670 + - uid: 606 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 670 + - uid: 607 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 670 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 670 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 510 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 670 +- proto: PortableScrubber + entities: + - uid: 636 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 670 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 650 + components: + - type: MetaData + desc: A pink-haired woman on a beach. + name: Beach Star Bratton! + - type: Transform + pos: -1.5,-6.5 + parent: 670 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 652 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 670 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 651 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 670 +- proto: PosterLegitGetYourLEGS + entities: + - uid: 648 + components: + - type: Transform + pos: -0.5,10.5 + parent: 670 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 9 + components: + - type: Transform + pos: -0.5,4.5 + parent: 670 + - uid: 64 + components: + - type: Transform + pos: -4.5,12.5 + parent: 670 +- proto: PosterLegitReportCrimes + entities: + - uid: 649 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 670 +- proto: PottedPlant21 + entities: + - uid: 72 + components: + - type: Transform + pos: 1.5,11.5 + parent: 670 +- proto: PowerCellRecharger + entities: + - uid: 653 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 670 +- proto: Poweredlight + entities: + - uid: 613 + components: + - type: Transform + pos: -4.5,3.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 620 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,9.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 624 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-8.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,13.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-5.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 670 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 669 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 670 +- proto: ShotGunCabinetFilled + entities: + - uid: 106 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 670 +- proto: ShuttersWindowOpen + entities: + - uid: 62 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 670 + - type: DeviceLinkSink + links: + - 54 + - uid: 99 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 670 + - type: DeviceLinkSink + links: + - 54 + - uid: 251 + components: + - type: Transform + pos: -6.5,8.5 + parent: 670 + - type: DeviceLinkSink + links: + - 244 + - uid: 257 + components: + - type: Transform + pos: -2.5,9.5 + parent: 670 + - type: DeviceLinkSink + links: + - 244 + - uid: 274 + components: + - type: Transform + pos: -3.5,9.5 + parent: 670 + - type: DeviceLinkSink + links: + - 244 + - uid: 284 + components: + - type: Transform + pos: -1.5,9.5 + parent: 670 + - type: DeviceLinkSink + links: + - 244 +- proto: ShuttleWindow + entities: + - uid: 2 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 670 + - uid: 3 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 670 + - uid: 22 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 670 + - uid: 23 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 670 + - uid: 24 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 670 + - uid: 45 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 670 + - uid: 82 + components: + - type: Transform + pos: 2.5,9.5 + parent: 670 + - uid: 90 + components: + - type: Transform + pos: 2.5,10.5 + parent: 670 + - uid: 104 + components: + - type: Transform + pos: 2.5,2.5 + parent: 670 + - uid: 116 + components: + - type: Transform + pos: -7.5,6.5 + parent: 670 + - uid: 117 + components: + - type: Transform + pos: -7.5,1.5 + parent: 670 + - uid: 129 + components: + - type: Transform + pos: 2.5,1.5 + parent: 670 + - uid: 133 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 670 + - uid: 137 + components: + - type: Transform + pos: 2.5,11.5 + parent: 670 + - uid: 140 + components: + - type: Transform + pos: -7.5,2.5 + parent: 670 + - uid: 146 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 670 + - uid: 149 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 670 + - uid: 183 + components: + - type: Transform + pos: 2.5,3.5 + parent: 670 + - uid: 185 + components: + - type: Transform + pos: 2.5,6.5 + parent: 670 + - uid: 201 + components: + - type: Transform + pos: -7.5,10.5 + parent: 670 + - uid: 202 + components: + - type: Transform + pos: -6.5,14.5 + parent: 670 + - uid: 203 + components: + - type: Transform + pos: -5.5,15.5 + parent: 670 + - uid: 206 + components: + - type: Transform + pos: -2.5,9.5 + parent: 670 + - uid: 209 + components: + - type: Transform + pos: -6.5,8.5 + parent: 670 + - uid: 213 + components: + - type: Transform + pos: -1.5,16.5 + parent: 670 + - uid: 214 + components: + - type: Transform + pos: -3.5,16.5 + parent: 670 + - uid: 215 + components: + - type: Transform + pos: -4.5,16.5 + parent: 670 + - uid: 216 + components: + - type: Transform + pos: 1.5,15.5 + parent: 670 + - uid: 217 + components: + - type: Transform + pos: 0.5,15.5 + parent: 670 + - uid: 218 + components: + - type: Transform + pos: 0.5,16.5 + parent: 670 + - uid: 320 + components: + - type: Transform + pos: -3.5,9.5 + parent: 670 + - uid: 351 + components: + - type: Transform + pos: 1.5,14.5 + parent: 670 + - uid: 358 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 670 + - uid: 359 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 670 + - uid: 364 + components: + - type: Transform + pos: -1.5,9.5 + parent: 670 + - uid: 365 + components: + - type: Transform + pos: -5.5,16.5 + parent: 670 + - uid: 382 + components: + - type: Transform + pos: -2.5,16.5 + parent: 670 + - uid: 384 + components: + - type: Transform + pos: -7.5,3.5 + parent: 670 + - uid: 392 + components: + - type: Transform + pos: -6.5,15.5 + parent: 670 + - uid: 401 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 670 + - uid: 408 + components: + - type: Transform + pos: -0.5,16.5 + parent: 670 +- proto: SignalButton + entities: + - uid: 54 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 670 + - type: DeviceLinkSource + linkedPorts: + 99: + - Pressed: Toggle + 62: + - Pressed: Toggle + - uid: 244 + components: + - type: Transform + pos: -4.5,9.5 + parent: 670 + - type: DeviceLinkSource + linkedPorts: + 251: + - Pressed: Toggle + 274: + - Pressed: Toggle + 257: + - Pressed: Toggle + 284: + - Pressed: Toggle + 281: + - Pressed: Toggle + - uid: 660 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 670 + - type: DeviceLinkSource + linkedPorts: + 658: + - Pressed: Toggle + 657: + - Pressed: Toggle + 659: + - Pressed: Toggle +- proto: SignMedical + entities: + - uid: 5 + components: + - type: Transform + pos: -4.5,8.5 + parent: 670 +- proto: SignSecurity + entities: + - uid: 186 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 670 +- proto: SMESBasic + entities: + - uid: 323 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 670 +- proto: StasisBed + entities: + - uid: 248 + components: + - type: Transform + pos: -2.5,11.5 + parent: 670 +- proto: SubstationWallBasic + entities: + - uid: 167 + components: + - type: Transform + pos: -3.5,12.5 + parent: 670 + - uid: 399 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 670 +- proto: Table + entities: + - uid: 625 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 670 + - uid: 626 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 670 +- proto: TableCarpet + entities: + - uid: 67 + components: + - type: Transform + pos: -2.5,13.5 + parent: 670 + - uid: 280 + components: + - type: Transform + pos: -3.5,8.5 + parent: 670 +- proto: TableReinforcedGlass + entities: + - uid: 404 + components: + - type: Transform + pos: -6.5,9.5 + parent: 670 +- proto: TableWood + entities: + - uid: 275 + components: + - type: Transform + pos: -4.5,15.5 + parent: 670 + - uid: 278 + components: + - type: Transform + pos: -0.5,15.5 + parent: 670 +- proto: Thruster + entities: + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 670 + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-12.5 + parent: 670 + - uid: 235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,13.5 + parent: 670 + - uid: 261 + components: + - type: Transform + pos: 2.5,14.5 + parent: 670 + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 670 + - uid: 319 + components: + - type: Transform + pos: -7.5,14.5 + parent: 670 + - uid: 357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 670 + - uid: 391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,13.5 + parent: 670 +- proto: VendingMachineBooze + entities: + - uid: 66 + components: + - type: Transform + pos: 0.5,14.5 + parent: 670 +- proto: VendingMachineCigs + entities: + - uid: 262 + components: + - type: Transform + pos: -1.5,8.5 + parent: 670 +- proto: VendingMachineMedical + entities: + - uid: 381 + components: + - type: Transform + pos: -6.5,11.5 + parent: 670 +- proto: WallShuttle + entities: + - uid: 14 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 670 + - uid: 25 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 670 + - uid: 26 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 670 + - uid: 38 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 670 + - uid: 40 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 670 + - uid: 44 + components: + - type: Transform + pos: -7.5,0.5 + parent: 670 + - uid: 46 + components: + - type: Transform + pos: -0.5,7.5 + parent: 670 + - uid: 48 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 670 + - uid: 53 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 670 + - uid: 60 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 670 + - uid: 78 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 670 + - uid: 83 + components: + - type: Transform + pos: -0.5,4.5 + parent: 670 + - uid: 85 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 670 + - uid: 88 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 670 + - uid: 91 + components: + - type: Transform + pos: -0.5,0.5 + parent: 670 + - uid: 92 + components: + - type: Transform + pos: -4.5,8.5 + parent: 670 + - uid: 94 + components: + - type: Transform + pos: -7.5,8.5 + parent: 670 + - uid: 95 + components: + - type: Transform + pos: 2.5,8.5 + parent: 670 + - uid: 98 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 670 + - uid: 102 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 670 + - uid: 103 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 670 + - uid: 112 + components: + - type: Transform + pos: -7.5,4.5 + parent: 670 + - uid: 115 + components: + - type: Transform + pos: 2.5,4.5 + parent: 670 + - uid: 123 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 670 + - uid: 124 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 670 + - uid: 125 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 670 + - uid: 126 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 670 + - uid: 127 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 670 + - uid: 128 + components: + - type: Transform + pos: -1.5,12.5 + parent: 670 + - uid: 130 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 670 + - uid: 131 + components: + - type: Transform + pos: 2.5,0.5 + parent: 670 + - uid: 134 + components: + - type: Transform + pos: -0.5,12.5 + parent: 670 + - uid: 138 + components: + - type: Transform + pos: -7.5,9.5 + parent: 670 + - uid: 139 + components: + - type: Transform + pos: -0.5,8.5 + parent: 670 + - uid: 141 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 670 + - uid: 148 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 670 + - uid: 151 + components: + - type: Transform + pos: -0.5,9.5 + parent: 670 + - uid: 154 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 670 + - uid: 155 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 670 + - uid: 169 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 670 + - uid: 182 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 670 + - uid: 184 + components: + - type: Transform + pos: -6.5,12.5 + parent: 670 + - uid: 194 + components: + - type: Transform + pos: -4.5,9.5 + parent: 670 + - uid: 204 + components: + - type: Transform + pos: -5.5,12.5 + parent: 670 + - uid: 205 + components: + - type: Transform + pos: -4.5,12.5 + parent: 670 + - uid: 207 + components: + - type: Transform + pos: -0.5,11.5 + parent: 670 + - uid: 208 + components: + - type: Transform + pos: -0.5,10.5 + parent: 670 + - uid: 210 + components: + - type: Transform + pos: -2.5,12.5 + parent: 670 + - uid: 239 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 670 + - uid: 289 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 670 + - uid: 293 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 670 + - uid: 301 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 670 + - uid: 305 + components: + - type: Transform + pos: -4.5,0.5 + parent: 670 + - uid: 307 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 670 + - uid: 311 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 670 + - uid: 315 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 670 + - uid: 342 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 670 + - uid: 344 + components: + - type: Transform + pos: -4.5,4.5 + parent: 670 + - uid: 352 + components: + - type: Transform + pos: 1.5,13.5 + parent: 670 + - uid: 379 + components: + - type: Transform + pos: -3.5,12.5 + parent: 670 + - uid: 383 + components: + - type: Transform + pos: -4.5,7.5 + parent: 670 + - uid: 386 + components: + - type: Transform + pos: -7.5,11.5 + parent: 670 + - uid: 387 + components: + - type: Transform + pos: 1.5,12.5 + parent: 670 + - uid: 390 + components: + - type: Transform + pos: -6.5,13.5 + parent: 670 + - uid: 405 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 670 +- proto: WallShuttleDiagonal + entities: + - uid: 57 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-10.5 + parent: 670 + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,12.5 + parent: 670 + - uid: 197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-10.5 + parent: 670 + - uid: 388 + components: + - type: Transform + pos: -7.5,12.5 + parent: 670 + - uid: 511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 670 + - uid: 512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-12.5 + parent: 670 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,10.5 + parent: 670 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 670 +- proto: WindowFrostedDirectional + entities: + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,6.5 + parent: 670 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,6.5 + parent: 670 +- proto: WindowReinforcedDirectional + entities: + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 670 + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 670 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 670 + - uid: 86 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,2.5 + parent: 670 + - uid: 87 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 670 + - uid: 118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 670 + - uid: 119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 670 + - uid: 176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 670 + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 670 + - uid: 179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 670 + - uid: 243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,11.5 + parent: 670 + - uid: 306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,3.5 + parent: 670 + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 670 + - uid: 389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 670 + - uid: 393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 670 +- proto: Wrench + entities: + - uid: 611 + components: + - type: Transform + pos: -4.462076,-10.484745 + parent: 670 +... diff --git a/Resources/Prototypes/Maps/asterisk.yml b/Resources/Prototypes/Maps/asterisk.yml index 0d99234cde..d72caca871 100644 --- a/Resources/Prototypes/Maps/asterisk.yml +++ b/Resources/Prototypes/Maps/asterisk.yml @@ -9,6 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Lox.yml - type: StationNameSetup mapNameTemplate: '{0} Asterisk Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Maps/edge.yml b/Resources/Prototypes/Maps/edge.yml index 8d711d8fd4..5d84cd6712 100644 --- a/Resources/Prototypes/Maps/edge.yml +++ b/Resources/Prototypes/Maps/edge.yml @@ -9,6 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Box.yml - type: StationNameSetup mapNameTemplate: '{0} Edge Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml index 50775d71d8..cc36d9f853 100644 --- a/Resources/Prototypes/Maps/shoukou.yml +++ b/Resources/Prototypes/Maps/shoukou.yml @@ -14,6 +14,7 @@ !type:NanotrasenNameGenerator prefixCreator: '14' - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Box.yml - type: StationJobs overflowJobs: - Passenger From 6fc39d5d94d23f093cf4c596d37baa8403ba609c Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:34:13 -0600 Subject: [PATCH 018/391] Map Hotfix (#740) Replace latejoin cryosleepers w/ standard Co-authored-by: Velcroboy <> --- Resources/Maps/arena.yml | 2 +- Resources/Maps/asterisk.yml | 2 +- Resources/Maps/hammurabi.yml | 2 +- Resources/Maps/tortuga.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index 2c7e573ae1..a326e8895a 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -59689,7 +59689,7 @@ entities: - type: Transform pos: 3.361577,27.5596 parent: 6747 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: - uid: 15419 components: diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index 307e6c991b..edfee86045 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -26392,7 +26392,7 @@ entities: - type: Transform pos: 50.5,-3.5 parent: 2 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: - uid: 10375 components: diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index 2fa010371d..272765f93e 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -91558,7 +91558,7 @@ entities: - type: Transform pos: -57.531227,-19.518581 parent: 1 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: - uid: 5453 components: diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index c0ee04c08b..6f5d93a9ab 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -66346,7 +66346,7 @@ entities: rot: -1.5707963267948966 rad pos: -71.5,12.5 parent: 33 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: - uid: 5687 components: From 0ced42f17b4145cd225ff9f36437def3922a00ff Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:41:58 +0100 Subject: [PATCH 019/391] Allow rejoining from cryosleep (#739) Update deltav.toml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Resources/ConfigPresets/DeltaV/deltav.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index b6ca8b8b3a..b4a9d40a41 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -1,8 +1,9 @@ [game] -desc = "Featuring loads of unique content and psionics." -lobbyenabled = true -lobbyduration = 240 -round_end_pacifist = true +desc = "Featuring loads of unique content and psionics." +lobbyenabled = true +lobbyduration = 240 +round_end_pacifist = true +cryo_sleep_rejoining = true [infolinks] discord = "https://go.delta-v.org/sxzqj" From af9f543ebc8f367ae90af38b1d01ed16ff83413a Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Wed, 31 Jan 2024 07:42:14 +0000 Subject: [PATCH 020/391] Automatic Changelog Update (#739) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index c3f311d8dc..cff656b24b 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1427,3 +1427,11 @@ Entries: message: Updated Asterisk Station. id: 214 time: '2024-01-30T21:09:41.0000000+00:00' +- author: DebugOk + changes: + - type: Tweak + message: >- + You should be able to exit cryo even after leaving now, meaning it just + keeps your body safe? + id: 215 + time: '2024-01-31T07:41:58.0000000+00:00' From a80ed207c41922cfd489e1cba1bd26a6921aa39a Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:32:36 -0600 Subject: [PATCH 021/391] Map Edits: The Hive (#742) Co-authored-by: Velcroboy <> --- Resources/Maps/hive.yml | 873 ++++++++++++++++++++++++++++++++++------ 1 file changed, 748 insertions(+), 125 deletions(-) diff --git a/Resources/Maps/hive.yml b/Resources/Maps/hive.yml index 46a600f77d..195d8f4779 100644 --- a/Resources/Maps/hive.yml +++ b/Resources/Maps/hive.yml @@ -9196,7 +9196,8 @@ entities: 18,3: 0: 65535 19,3: - 0: 65535 + 0: 64511 + 2: 1024 19,2: 0: 65535 20,2: @@ -9767,10 +9768,10 @@ entities: 0: 65535 -15,5: 0: 62656 - 2: 2048 + 3: 2048 -14,5: 0: 63740 - 2: 1792 + 3: 1792 -14,4: 0: 52428 -13,4: @@ -9827,24 +9828,24 @@ entities: 0: 65535 -14,7: 0: 48127 - 3: 17408 + 4: 17408 -13,6: 0: 65535 -13,7: 0: 43775 - 4: 4352 - 2: 17408 + 5: 4352 + 3: 17408 -12,6: 0: 65535 -12,7: 0: 43775 - 5: 4352 - 2: 17408 + 6: 4352 + 3: 17408 -11,6: 0: 65535 -11,7: 0: 61183 - 2: 4352 + 3: 4352 -10,6: 0: 65535 -10,7: @@ -9853,17 +9854,17 @@ entities: 0: 65535 -14,8: 0: 65531 - 3: 4 + 4: 4 -13,8: - 4: 1 + 5: 1 0: 65530 - 2: 4 + 3: 4 -12,8: - 5: 1 + 6: 1 0: 65530 - 2: 4 + 3: 4 -11,8: - 2: 1 + 3: 1 0: 65534 -10,8: 0: 65535 @@ -11120,6 +11121,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -16397,230 +16413,312 @@ entities: entities: - uid: 858 components: + - type: MetaData + name: Hydroponics Hall APC - type: Transform pos: -2.5,13.5 parent: 1 - uid: 3587 components: + - type: MetaData + name: Service Room APC - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-12.5 parent: 1 - uid: 3760 components: + - type: MetaData + name: Salvage Breakroom/Showers APC - type: Transform rot: -1.5707963267948966 rad pos: -54.5,-29.5 parent: 1 - uid: 6212 components: + - type: MetaData + name: Courtroom APC - type: Transform pos: 99.5,8.5 parent: 1 - uid: 6720 components: + - type: MetaData + name: Security Wing Maints APC - type: Transform pos: 59.5,15.5 parent: 1 - uid: 14617 components: + - type: MetaData + name: Perma Brig APC - type: Transform pos: 72.5,23.5 parent: 1 - uid: 17598 components: + - type: MetaData + name: Engineering Hall/Breakroom APC - type: Transform rot: 1.5707963267948966 rad pos: -49.5,11.5 parent: 1 - uid: 17599 components: + - type: MetaData + name: Engineering Maints APC - type: Transform pos: -53.5,-4.5 parent: 1 - uid: 17875 components: + - type: MetaData + name: Engineering Punlic Hall APC - type: Transform rot: -1.5707963267948966 rad pos: -34.5,0.5 parent: 1 - uid: 17919 components: + - type: MetaData + name: Atmospherics Wing Maints APC - type: Transform rot: 3.141592653589793 rad pos: -51.5,36.5 parent: 1 - uid: 18120 components: + - type: MetaData + name: Alternate Dock APC - type: Transform pos: 51.5,-26.5 parent: 1 - uid: 18303 components: + - type: MetaData + name: Epistemics Dorms/Robotics Lab APC - type: Transform rot: -1.5707963267948966 rad pos: 28.5,44.5 parent: 1 - uid: 18702 components: + - type: MetaData + name: Unfinished Office APC - type: Transform pos: 49.5,40.5 parent: 1 - uid: 18838 components: + - type: MetaData + name: Security/Bridge Maints APC - type: Transform pos: 90.5,23.5 parent: 1 - uid: 18842 components: + - type: MetaData + name: Security Breakroom APC - type: Transform rot: -1.5707963267948966 rad pos: 88.5,20.5 parent: 1 - uid: 19111 components: + - type: MetaData + name: Security/Medical Hall APC - type: Transform pos: 60.5,6.5 parent: 1 - uid: 19177 components: + - type: MetaData + name: Northwest Core Maints APC - type: Transform rot: -1.5707963267948966 rad pos: -14.5,21.5 parent: 1 - uid: 19181 components: + - type: MetaData + name: Medical Checkpoint APC - type: Transform rot: 1.5707963267948966 rad pos: -25.5,8.5 parent: 1 - uid: 19182 components: + - type: MetaData + name: Recycler Room/Janitor APC - type: Transform pos: -18.5,13.5 parent: 1 - uid: 19502 components: + - type: MetaData + name: Northease Core Maints APC - type: Transform pos: 28.5,27.5 parent: 1 - uid: 19504 components: + - type: MetaData + name: Law Office APC - type: Transform pos: 45.5,10.5 parent: 1 - uid: 19506 components: + - type: MetaData + name: Boxer's Dorm APC - type: Transform pos: 17.5,26.5 parent: 1 - uid: 19507 components: + - type: MetaData + name: Kitchen/Bar Hall APC - type: Transform rot: -1.5707963267948966 rad pos: 14.5,28.5 parent: 1 - uid: 19626 components: + - type: MetaData + name: Hydroponics APC - type: Transform rot: 1.5707963267948966 rad pos: -8.5,21.5 parent: 1 - uid: 19932 components: + - type: MetaData + name: Docking Wing Starboard Maints APC - type: Transform rot: -1.5707963267948966 rad pos: 41.5,-35.5 parent: 1 - uid: 20209 components: + - type: MetaData + name: Medical Wing Maints APC - type: Transform rot: -1.5707963267948966 rad pos: 91.5,-12.5 parent: 1 - uid: 20210 components: + - type: MetaData + name: Medbay Entrance APC - type: Transform rot: 1.5707963267948966 rad pos: 61.5,0.5 parent: 1 - uid: 20213 components: + - type: MetaData + name: Surgery/Virology APC - type: Transform rot: 3.141592653589793 rad pos: 89.5,-10.5 parent: 1 - uid: 20513 components: + - type: MetaData + name: Courtroom Maints APC - type: Transform rot: 1.5707963267948966 rad pos: 107.5,-4.5 parent: 1 - uid: 20717 components: + - type: MetaData + name: Engineering Wing Sec-point APC - type: Transform rot: 1.5707963267948966 rad pos: -25.5,0.5 parent: 1 - uid: 20718 components: + - type: MetaData + name: Southwest Core Maints APC - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-16.5 parent: 1 - uid: 21027 components: + - type: MetaData + name: Southeast Core Maints APC - type: Transform rot: -1.5707963267948966 rad pos: 40.5,-17.5 parent: 1 - uid: 21028 components: + - type: MetaData + name: Main Service Hall APC - type: Transform rot: -1.5707963267948966 rad pos: 14.5,-21.5 parent: 1 - uid: 21083 components: + - type: MetaData + name: Reporter's Office APC - type: Transform pos: 40.5,-9.5 parent: 1 - uid: 21085 components: + - type: MetaData + name: Barber/Clothing Shop APC - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-12.5 parent: 1 - uid: 21086 components: + - type: MetaData + name: EVA Storage APC - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-16.5 parent: 1 - uid: 21393 components: + - type: MetaData + name: Central Park APC - type: Transform pos: 29.5,5.5 parent: 1 - uid: 22061 components: + - type: MetaData + name: Logistics Hall APC - type: Transform pos: -0.5,1.5 parent: 1 - uid: 24014 components: + - type: MetaData + name: Dorms APC - type: Transform rot: 3.141592653589793 rad pos: 5.5,-40.5 parent: 1 - uid: 24066 components: + - type: MetaData + name: Theater Dorms APC - type: Transform rot: 3.141592653589793 rad pos: 21.5,-40.5 parent: 1 - uid: 25266 components: + - type: MetaData + name: Bomb Testing Chamber APC - type: Transform pos: 105.5,29.5 parent: 1 @@ -16660,121 +16758,163 @@ entities: entities: - uid: 1289 components: + - type: MetaData + name: Evac/Arrivals APC - type: Transform pos: 18.5,-45.5 parent: 1 - uid: 2553 components: + - type: MetaData + name: Engineering Front Desk APC - type: Transform pos: -44.5,3.5 parent: 1 + - uid: 3361 + components: + - type: MetaData + name: Armory APC + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,13.5 + parent: 1 + - uid: 3473 + components: + - type: MetaData + name: Bar/Casino APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,20.5 + parent: 1 - uid: 9978 components: + - type: MetaData + name: Cargo/Salvage Docks APC - type: Transform rot: 1.5707963267948966 rad pos: -46.5,-29.5 parent: 1 - uid: 9981 components: + - type: MetaData + name: AME/SMES APC - type: Transform pos: -46.5,-13.5 parent: 1 - uid: 10809 components: + - type: MetaData + name: Cargo Distribution Center APC - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-10.5 parent: 1 - uid: 17788 components: + - type: MetaData + name: Salvage Wing Maints APC - type: Transform pos: -38.5,-19.5 parent: 1 - uid: 17918 components: + - type: MetaData + name: Atmospherics APC - type: Transform pos: -53.5,36.5 parent: 1 - uid: 18118 components: + - type: MetaData + name: Docking Wing Portside Maints APC - type: Transform rot: -1.5707963267948966 rad pos: -3.5,-42.5 parent: 1 - uid: 18300 components: + - type: MetaData + name: Epistemics Maints APC - type: Transform rot: 3.141592653589793 rad pos: -8.5,38.5 parent: 1 - uid: 18301 components: + - type: MetaData + name: Anomaly Lab APC - type: Transform rot: -1.5707963267948966 rad pos: -6.5,44.5 parent: 1 - - uid: 18835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,13.5 - parent: 1 - uid: 18836 components: + - type: MetaData + name: Security Main APC - type: Transform rot: 3.141592653589793 rad pos: 71.5,9.5 parent: 1 - uid: 19659 components: + - type: MetaData + name: Kitchen APC - type: Transform rot: 3.141592653589793 rad pos: 1.5,22.5 parent: 1 - uid: 20212 components: + - type: MetaData + name: Chem Lab APC - type: Transform pos: 75.5,-7.5 parent: 1 - uid: 20214 components: + - type: MetaData + name: Medical Breakroom/CMO's Office APC - type: Transform rot: 3.141592653589793 rad pos: 79.5,-16.5 parent: 1 - uid: 20514 components: + - type: MetaData + name: Captain's Office/Quarters APC - type: Transform pos: 104.5,2.5 parent: 1 - uid: 20719 components: + - type: MetaData + name: HoP's Office APC - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-5.5 parent: 1 - uid: 21084 components: + - type: MetaData + name: Arcade/Library APC - type: Transform rot: -1.5707963267948966 rad pos: 30.5,-6.5 parent: 1 - - uid: 21499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,20.5 - parent: 1 - proto: APCHyperCapacity entities: - uid: 20515 components: + - type: MetaData + name: Bridge APC - type: Transform rot: 3.141592653589793 rad pos: 110.5,0.5 parent: 1 - uid: 21033 components: + - type: MetaData + name: Server Room APC - type: Transform rot: 1.5707963267948966 rad pos: 126.5,2.5 @@ -16783,34 +16923,46 @@ entities: entities: - uid: 4701 components: + - type: MetaData + name: Artifact Lab APC - type: Transform rot: 3.141592653589793 rad pos: 0.5,38.5 parent: 1 - uid: 13130 components: + - type: MetaData + name: Epistemics Entrance APC - type: Transform pos: 14.5,47.5 parent: 1 - uid: 17563 components: + - type: MetaData + name: CE's Office APC - type: Transform pos: -55.5,1.5 parent: 1 - uid: 20211 components: + - type: MetaData + name: Medbay Treatment Room APC - type: Transform rot: 1.5707963267948966 rad pos: 65.5,-14.5 parent: 1 - uid: 24126 components: + - type: MetaData + name: Arrivals Sec-point APC - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-29.5 parent: 1 - uid: 24349 components: + - type: MetaData + name: Particle Accelerator APC - type: Transform rot: 1.5707963267948966 rad pos: -77.5,1.5 @@ -18976,26 +19128,6 @@ entities: - type: Transform pos: 35.606354,-6.4944606 parent: 1 - - uid: 11524 - components: - - type: Transform - pos: 3.373794,-41.35653 - parent: 1 - - uid: 11525 - components: - - type: Transform - pos: 3.561294,-41.36696 - parent: 1 - - uid: 12460 - components: - - type: Transform - pos: 3.373794,-44.410736 - parent: 1 - - uid: 12461 - components: - - type: Transform - pos: 3.571711,-44.410736 - parent: 1 - uid: 16525 components: - type: Transform @@ -19412,7 +19544,7 @@ entities: - type: Transform pos: 80.57869,11.566902 parent: 1 -- proto: BoxFolderBase +- proto: FolderSpawner entities: - uid: 2853 components: @@ -53990,12 +54122,6 @@ entities: rot: -1.5707963267948966 rad pos: 45.339874,8.193062 parent: 1 - - uid: 3473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 77.336136,14.6137 - parent: 1 - uid: 3997 components: - type: Transform @@ -54046,6 +54172,12 @@ entities: rot: -1.5707963267948966 rad pos: 101.347755,2.9219153 parent: 1 + - uid: 6837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,15.5 + parent: 1 - uid: 7104 components: - type: Transform @@ -54688,12 +54820,6 @@ entities: rot: 1.5707963267948966 rad pos: 76.76432,18.125278 parent: 1 - - uid: 7165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.649734,10.693033 - parent: 1 - uid: 7166 components: - type: Transform @@ -57474,11 +57600,11 @@ entities: - type: Transform pos: 5.5,-3.5 parent: 1 - - uid: 3361 + - uid: 4751 components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,14.5 + pos: 76.5,15.5 parent: 1 - uid: 5056 components: @@ -59045,6 +59171,31 @@ entities: - type: Transform pos: -40.451847,-34.446968 parent: 1 +- proto: CryogenicSleepUnit + entities: + - uid: 4065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-41.5 + parent: 1 + - uid: 16686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-44.5 + parent: 1 + - uid: 18835 + components: + - type: Transform + pos: 111.5,10.5 + parent: 1 + - uid: 21499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-8.5 + parent: 1 - proto: d6Dice entities: - uid: 3330 @@ -59147,6 +59298,405 @@ entities: - type: Transform pos: 52.68799,34.786842 parent: 1 +- proto: DefaultStationBeaconAISatellite + entities: + - uid: 22623 + components: + - type: Transform + pos: 125.5,4.5 + parent: 1 +- proto: DefaultStationBeaconAME + entities: + - uid: 25302 + components: + - type: Transform + pos: -46.5,-15.5 + parent: 1 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 25841 + components: + - type: Transform + pos: -10.5,46.5 + parent: 1 +- proto: DefaultStationBeaconArmory + entities: + - uid: 25842 + components: + - type: Transform + pos: 83.5,16.5 + parent: 1 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 25843 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 1 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 25844 + components: + - type: Transform + pos: -2.5,41.5 + parent: 1 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 25845 + components: + - type: Transform + pos: -55.5,30.5 + parent: 1 +- proto: DefaultStationBeaconBar + entities: + - uid: 25846 + components: + - type: Transform + pos: 32.5,16.5 + parent: 1 +- proto: DefaultStationBeaconBotany + entities: + - uid: 25847 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 +- proto: DefaultStationBeaconBridge + entities: + - uid: 25848 + components: + - type: Transform + pos: 109.5,3.5 + parent: 1 +- proto: DefaultStationBeaconBrig + entities: + - uid: 25849 + components: + - type: Transform + pos: 64.5,17.5 + parent: 1 + - uid: 25850 + components: + - type: Transform + pos: 66.5,17.5 + parent: 1 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 25853 + components: + - type: Transform + pos: 105.5,-2.5 + parent: 1 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 25854 + components: + - type: Transform + pos: -47.5,-39.5 + parent: 1 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 25855 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 25851 + components: + - type: Transform + pos: -56.5,-0.5 + parent: 1 +- proto: DefaultStationBeaconChapel + entities: + - uid: 25856 + components: + - type: Transform + pos: 12.5,44.5 + parent: 1 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 25857 + components: + - type: Transform + pos: 73.5,-10.5 + parent: 1 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 25852 + components: + - type: Transform + pos: 79.5,-8.5 + parent: 1 +- proto: DefaultStationBeaconCommand + entities: + - uid: 25859 + components: + - type: Transform + pos: 102.5,9.5 + parent: 1 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 25858 + components: + - type: Transform + pos: 97.5,4.5 + parent: 1 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 25860 + components: + - type: Transform + pos: 59.5,19.5 + parent: 1 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 25861 + components: + - type: Transform + pos: -20.5,15.5 + parent: 1 +- proto: DefaultStationBeaconDorms + entities: + - uid: 25862 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 1 + - uid: 25863 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 1 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 25865 + components: + - type: Transform + pos: -44.5,2.5 + parent: 1 +- proto: DefaultStationBeaconEvac + entities: + - uid: 25866 + components: + - type: Transform + pos: 22.5,-47.5 + parent: 1 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 25864 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 1 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 25242 + components: + - type: Transform + pos: -55.5,7.5 + parent: 1 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 25867 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 25868 + components: + - type: Transform + pos: 77.5,17.5 + parent: 1 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 25869 + components: + - type: Transform + pos: -15.5,11.5 + parent: 1 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 25870 + components: + - type: Transform + pos: 6.5,22.5 + parent: 1 + - uid: 25871 + components: + - type: Transform + pos: 18.5,-42.5 + parent: 1 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 25872 + components: + - type: Transform + pos: 43.5,10.5 + parent: 1 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 25873 + components: + - type: Transform + pos: 32.5,-8.5 + parent: 1 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 25874 + components: + - type: Transform + pos: 66.5,-9.5 + parent: 1 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 25875 + components: + - type: Transform + pos: 63.5,-15.5 + parent: 1 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 25877 + components: + - type: Transform + pos: 75.5,26.5 + parent: 1 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 25882 + components: + - type: Transform + pos: -58.5,-17.5 + parent: 1 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 25878 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 1 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 25879 + components: + - type: Transform + pos: 7.5,50.5 + parent: 1 +- proto: DefaultStationBeaconRND + entities: + - uid: 25880 + components: + - type: Transform + pos: 5.5,44.5 + parent: 1 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 25881 + components: + - type: Transform + pos: 27.5,49.5 + parent: 1 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 25883 + components: + - type: Transform + pos: -41.5,-29.5 + parent: 1 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 25887 + components: + - type: Transform + pos: 69.5,12.5 + parent: 1 +- proto: DefaultStationBeaconSecurityCheckpoint + entities: + - uid: 25884 + components: + - type: Transform + pos: -22.5,-1.5 + parent: 1 + - uid: 25885 + components: + - type: Transform + pos: 73.5,7.5 + parent: 1 + - uid: 25886 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 1 +- proto: DefaultStationBeaconService + entities: + - uid: 25888 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 25876 + components: + - type: Transform + pos: -72.5,3.5 + parent: 1 +- proto: DefaultStationBeaconSolars + entities: + - uid: 25889 + components: + - type: Transform + pos: -39.5,41.5 + parent: 1 + - uid: 25890 + components: + - type: Transform + pos: 87.5,-26.5 + parent: 1 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 25891 + components: + - type: Transform + pos: 84.5,-4.5 + parent: 1 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 25892 + components: + - type: Transform + pos: -60.5,3.5 + parent: 1 +- proto: DefaultStationBeaconTheater + entities: + - uid: 25893 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1 + - uid: 25894 + components: + - type: Transform + pos: 44.5,-2.5 + parent: 1 +- proto: DefaultStationBeaconVault + entities: + - uid: 25895 + components: + - type: Transform + pos: 100.5,-2.5 + parent: 1 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 25896 + components: + - type: Transform + pos: 77.5,11.5 + parent: 1 - proto: DefibrillatorCabinetFilled entities: - uid: 16290 @@ -66855,11 +67405,6 @@ entities: - type: Transform pos: 4.5,-8.5 parent: 1 - - uid: 7168 - components: - - type: Transform - pos: 78.5,15.5 - parent: 1 - uid: 7169 components: - type: Transform @@ -66875,6 +67420,11 @@ entities: - type: Transform pos: 31.5,-35.5 parent: 1 + - uid: 11528 + components: + - type: Transform + pos: 77.5,14.5 + parent: 1 - uid: 12096 components: - type: Transform @@ -66985,21 +67535,11 @@ entities: - type: Transform pos: -5.5,23.5 parent: 1 - - uid: 4751 - components: - - type: Transform - pos: 5.5,51.5 - parent: 1 - uid: 5712 components: - type: Transform pos: 79.5,-4.5 parent: 1 - - uid: 6837 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 1 - uid: 7242 components: - type: Transform @@ -67015,11 +67555,6 @@ entities: - type: Transform pos: 19.5,50.5 parent: 1 - - uid: 7589 - components: - - type: Transform - pos: 82.5,-8.5 - parent: 1 - uid: 7978 components: - type: Transform @@ -67060,11 +67595,6 @@ entities: - type: Transform pos: -36.5,-24.5 parent: 1 - - uid: 13418 - components: - - type: Transform - pos: 106.5,-2.5 - parent: 1 - uid: 16575 components: - type: Transform @@ -67075,18 +67605,62 @@ entities: - type: Transform pos: -19.5,19.5 parent: 1 -- proto: DresserFilled +- proto: DresserCaptainFilled entities: - - uid: 6778 + - uid: 7721 components: - type: Transform - pos: -61.5,-21.5 + pos: 106.5,-2.5 parent: 1 - - uid: 25302 +- proto: DresserChiefEngineerFilled + entities: + - uid: 7168 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 1 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 7589 + components: + - type: Transform + pos: 82.5,-8.5 + parent: 1 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 11524 components: - type: Transform pos: 3.5,-7.5 parent: 1 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 13418 + components: + - type: Transform + pos: 76.5,14.5 + parent: 1 +- proto: DresserQuarterMasterFilled + entities: + - uid: 11522 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 1 +- proto: DresserResearchDirectorFilled + entities: + - uid: 7165 + components: + - type: Transform + pos: 5.5,51.5 + parent: 1 +- proto: DresserWardenFilled + entities: + - uid: 6778 + components: + - type: Transform + pos: 77.5,10.5 + parent: 1 - proto: Drill entities: - uid: 15748 @@ -118347,10 +118921,10 @@ entities: parent: 1 - proto: LockerHeadOfSecurityFilledHardsuit entities: - - uid: 7721 + - uid: 7163 components: - type: Transform - pos: 78.5,14.5 + pos: 78.5,15.5 parent: 1 - proto: LockerMedicalFilled entities: @@ -118758,24 +119332,24 @@ entities: parent: 1 - proto: MagazineShotgun entities: - - uid: 25842 + - uid: 25243 components: - type: Transform - pos: 76.59831,15.676351 + pos: 78.57585,14.734255 parent: 1 - proto: MagazineShotgunBeanbag entities: - - uid: 25841 + - uid: 12461 components: - type: Transform - pos: 76.34831,15.645079 + pos: 78.35085,14.609168 parent: 1 - proto: MagazineShotgunSlug entities: - - uid: 25843 + - uid: 22624 components: - type: Transform - pos: 76.78581,15.624231 + pos: 78.73836,14.621677 parent: 1 - proto: MagicDiceBag entities: @@ -121220,7 +121794,7 @@ entities: - type: Transform pos: -24.5,-16.5 parent: 1 -- proto: PaperBin10 +- proto: PaperBin20 entities: - uid: 2012 components: @@ -127330,11 +127904,6 @@ entities: - type: Transform pos: -20.5,14.5 parent: 1 - - uid: 7163 - components: - - type: Transform - pos: 76.5,15.5 - parent: 1 - uid: 7288 components: - type: Transform @@ -127516,15 +128085,10 @@ entities: - type: Transform pos: -2.5,26.5 parent: 1 - - uid: 11522 - components: - - type: Transform - pos: 3.5,-41.5 - parent: 1 - - uid: 11528 + - uid: 11525 components: - type: Transform - pos: 3.5,-44.5 + pos: 78.5,14.5 parent: 1 - uid: 11691 components: @@ -127901,11 +128465,6 @@ entities: - type: Transform pos: 112.5,10.5 parent: 1 - - uid: 22623 - components: - - type: Transform - pos: 111.5,10.5 - parent: 1 - uid: 22648 components: - type: Transform @@ -134471,6 +135030,61 @@ entities: - type: Transform pos: 58.5,1.5 parent: 1 + - uid: 25897 + components: + - type: Transform + pos: 29.5,13.5 + parent: 1 + - uid: 25898 + components: + - type: Transform + pos: 46.5,-8.5 + parent: 1 + - uid: 25899 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 1 + - uid: 25900 + components: + - type: Transform + pos: 17.5,-34.5 + parent: 1 + - uid: 25901 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 1 + - uid: 25902 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 1 + - uid: 25903 + components: + - type: Transform + pos: 9.5,24.5 + parent: 1 + - uid: 25904 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 + - uid: 25905 + components: + - type: Transform + pos: -36.5,8.5 + parent: 1 + - uid: 25906 + components: + - type: Transform + pos: -61.5,33.5 + parent: 1 + - uid: 25907 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 1 - proto: Screwdriver entities: - uid: 2593 @@ -134745,10 +135359,10 @@ entities: parent: 1 - proto: SheetRPGlass entities: - - uid: 22624 + - uid: 25908 components: - type: Transform - pos: 111.46053,10.551217 + pos: 112.44123,10.52249 parent: 1 - proto: SheetSteel entities: @@ -138774,7 +139388,7 @@ entities: rot: 1.5707963267948966 rad pos: 91.5,13.5 parent: 1 -- proto: SpareIdCabinetFilled +- proto: SpareIdCabinet entities: - uid: 25840 components: @@ -138853,6 +139467,13 @@ entities: - type: Transform pos: -2.5,17.5 parent: 1 +- proto: SpawnMobCrabAtmos + entities: + - uid: 23773 + components: + - type: Transform + pos: 61.5,16.5 + parent: 1 - proto: SpawnMobDrone entities: - uid: 24776 @@ -138954,10 +139575,10 @@ entities: parent: 1 - proto: SpawnMobShiva entities: - - uid: 4065 + - uid: 12460 components: - type: Transform - pos: 78.5,15.5 + pos: 77.5,14.5 parent: 1 - proto: SpawnMobSlothPaperwork entities: @@ -140890,6 +141511,8 @@ entities: parent: 1 - uid: 25256 components: + - type: MetaData + name: Bomb Testing Substation - type: Transform pos: 104.5,29.5 parent: 1 @@ -165327,14 +165950,14 @@ entities: parent: 1 - proto: WeaponShotgunBulldog entities: - - uid: 16686 + - uid: 22088 components: - type: MetaData desc: NanoTrasen's attempt at recreating the Syndicate's infamous bulldog, an automatic drum-fed shotgun. The design was rejected for full distribution because it was "More of a rip-off then a remake." Uses .50 shotgun shells. - name: HoS's Prototype Pitbull + name: HoS's Protoype Pitbull - type: Transform rot: 3.141592653589793 rad - pos: 76.54642,15.603033 + pos: 78.53835,14.484081 parent: 1 - proto: WeaponTurretSyndicateBroken entities: From 4414a653016df15746d4e58cab30ccc039d36d4d Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:42:57 +0100 Subject: [PATCH 022/391] Fix prisoners spawning at latejoin cryopods (#743) --- .../Spawners/EntitySystems/ContainerSpawnPointSystem.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs b/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs index 8e1b6273f6..fcb6fdb039 100644 --- a/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs +++ b/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs @@ -26,6 +26,10 @@ private void OnSpawnPlayer(PlayerSpawningEvent args) if (args.SpawnResult != null) return; + // DeltaV - Prevent spawnpoint overrides from being ignored + if (args.DesiredSpawnPointType != null && args.DesiredSpawnPointType != SpawnPointType.Unset) + return; + var query = EntityQueryEnumerator(); var possibleContainers = new List>(); From 988b75f37fbd98b51bc740868479b88d8e4ec567 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Wed, 31 Jan 2024 09:43:11 +0000 Subject: [PATCH 023/391] Automatic Changelog Update (#743) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index cff656b24b..5ee66cee15 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1435,3 +1435,9 @@ Entries: keeps your body safe? id: 215 time: '2024-01-31T07:41:58.0000000+00:00' +- author: DebugOk + changes: + - type: Fix + message: Prisoners will no longer spawn in cryopods instead of in the brig. + id: 216 + time: '2024-01-31T09:42:57.0000000+00:00' From 1b783d231eacfe94702b2af6bedd95cdf607d8e1 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:45:21 +0100 Subject: [PATCH 024/391] Revert "Map Hotfix" (#744) Revert "Map Hotfix (#740)" This reverts commit 6fc39d5d94d23f093cf4c596d37baa8403ba609c. --- Resources/Maps/arena.yml | 2 +- Resources/Maps/asterisk.yml | 2 +- Resources/Maps/hammurabi.yml | 2 +- Resources/Maps/tortuga.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index a326e8895a..2c7e573ae1 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -59689,7 +59689,7 @@ entities: - type: Transform pos: 3.361577,27.5596 parent: 6747 -- proto: CryogenicSleepUnit +- proto: CryogenicSleepUnitSpawnerLateJoin entities: - uid: 15419 components: diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index edfee86045..307e6c991b 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -26392,7 +26392,7 @@ entities: - type: Transform pos: 50.5,-3.5 parent: 2 -- proto: CryogenicSleepUnit +- proto: CryogenicSleepUnitSpawnerLateJoin entities: - uid: 10375 components: diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index 272765f93e..2fa010371d 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -91558,7 +91558,7 @@ entities: - type: Transform pos: -57.531227,-19.518581 parent: 1 -- proto: CryogenicSleepUnit +- proto: CryogenicSleepUnitSpawnerLateJoin entities: - uid: 5453 components: diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index 6f5d93a9ab..c0ee04c08b 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -66346,7 +66346,7 @@ entities: rot: -1.5707963267948966 rad pos: -71.5,12.5 parent: 33 -- proto: CryogenicSleepUnit +- proto: CryogenicSleepUnitSpawnerLateJoin entities: - uid: 5687 components: From 45735bf8606ca24a1ca99b02e9bf04a107c47c1b Mon Sep 17 00:00:00 2001 From: leo <136020119+leonardo-dabepis@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:34:16 +1000 Subject: [PATCH 025/391] Nerfing Health Code Violation (#714) make HCV less immediately lethal but still fun --- .../Locale/en-US/deltav/reagents/generic.ftl | 3 +++ .../DeltaV/Reagents/Consumable/Drink/drinks.yml | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/en-US/deltav/reagents/generic.ftl diff --git a/Resources/Locale/en-US/deltav/reagents/generic.ftl b/Resources/Locale/en-US/deltav/reagents/generic.ftl new file mode 100644 index 0000000000..d58eb83095 --- /dev/null +++ b/Resources/Locale/en-US/deltav/reagents/generic.ftl @@ -0,0 +1,3 @@ +### Messages that can be utilized by multiple reagents. + +generic-reagent-effect-damnation = Your liver cries out in agony! Damnation! diff --git a/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml index 85a629f217..816aa57444 100644 --- a/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml @@ -16,7 +16,20 @@ factor: 2 - !type:AdjustReagent reagent: Ethanol - amount: 0.55 + amount: 0.3 + - !type:PopupMessage + conditions: + - !type:ReagentThreshold + min: 30 + type: Local + visualType: Medium + messages: [ "generic-reagent-effect-damnation" ] + probability: 0.2 + - !type:ChemVomit + conditions: + - !type:ReagentThreshold + min: 30 + probability: 0.02 - type: reagent id: Gunmetal #Credit to DinkusMcsplinkus for inspiring this drink. This could've also been called "Creamy Ignition" From 4c8a4b56f41a1f67711ffa0b34d3ab0a373d818b Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Wed, 31 Jan 2024 10:34:32 +0000 Subject: [PATCH 026/391] Automatic Changelog Update (#714) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 5ee66cee15..a986080c93 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1441,3 +1441,9 @@ Entries: message: Prisoners will no longer spawn in cryopods instead of in the brig. id: 216 time: '2024-01-31T09:42:57.0000000+00:00' +- author: leonardo-dabepis + changes: + - type: Tweak + message: Made HCV cocktail less immediately lethal (damnation!!!) + id: 217 + time: '2024-01-31T10:34:16.0000000+00:00' From d2da769e62b295f1c961568f3f3e540f82376e57 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:34:32 +0100 Subject: [PATCH 027/391] Shoukou's cryo update. (#746) * Shoukou's cryo update. Head of security's locker was replaced with HoS's locker with hardsuit to fit in a new furniture that has the clothing for them. Head of personal's plant was removed for a dresser with his clothing. Captain's hardsuit is now located in their locker, locker was placed where the hardsuit locker was and the dresser was placed where the locker was previously. CMO had same treatment as HoS. Same goes for Mystagogue, chief engineer,warden and logistics officer Added cryo to command/prison/arrivals Added more screens Named APCs. God there is alot of them. Added Tropico to detective's office. (Aparently thief objective) * DIE INVALID --- Resources/Maps/shoukou.yml | 67527 ++++++++++++++++++----------------- 1 file changed, 34160 insertions(+), 33367 deletions(-) diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index 3361354e08..b1630728e9 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -63,10 +63,11 @@ entities: - uid: 34 components: - type: MetaData - - pos: 0.1483028,2.0762267 + - type: Transform + pos: 0.1483028,2.0762267 parent: 35 - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: egAAAAAAWgAAAAACaAAAAAABXwAAAAABWgAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAAAWgAAAAABXwAAAAAAaAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAaAAAAAAALgAAAAABWgAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAWgAAAAAALgAAAAAAaAAAAAACaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaAAAAAAAXwAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACXwAAAAABaAAAAAABegAAAAAAegAAAAAAegAAAAAAZQAAAAABWgAAAAACaAAAAAABLgAAAAAAXwAAAAAALgAAAAABXwAAAAAALgAAAAAAXwAAAAABLgAAAAAAXwAAAAAALgAAAAAAaAAAAAABegAAAAAADgAAAAACDgAAAAACWgAAAAAAWgAAAAACYgAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAYgAAAAACXwAAAAACaAAAAAABegAAAAAADgAAAAADDgAAAAACWgAAAAACWgAAAAACegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAaAAAAAABLgAAAAABaAAAAAADaQAAAAAAdwAAAAAAdwAAAAACaQAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAaAAAAAAAXwAAAAADaAAAAAAATgAAAAAAeAAAAAABLgAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAaAAAAAACLgAAAAACaAAAAAABaQAAAAAAdwAAAAAAdwAAAAADOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAaQAAAAAAaAAAAAABXwAAAAAAaAAAAAABegAAAAAADgAAAAAADgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAaAAAAAADLgAAAAACaAAAAAAATgAAAAAADgAAAAACDgAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAaAAAAAADXwAAAAADaAAAAAADTgAAAAAADgAAAAADDgAAAAABTgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACTgAAAAAADgAAAAAADgAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADZQAAAAACWgAAAAABegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAZQAAAAACWgAAAAADWgAAAAABMAAAAAAAMAAAAAAAZQAAAAADZQAAAAABLgAAAAADZQAAAAADZQAAAAADLgAAAAACZQAAAAABZQAAAAABLgAAAAAAZQAAAAACZQAAAAADLgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAC @@ -173,15 +174,15 @@ entities: version: 6 1,0: ind: 1,0 - tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: JwAAAAADJwAAAAAAJwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAJwAAAAACJwAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHwAAAAADHwAAAAACaQAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACJwAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAZwAAAAAAMAAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAawAAAAACaQAAAAAAawAAAAADegAAAAAANwAAAAAAXwAAAAADXwAAAAACXwAAAAAAXwAAAAABXwAAAAADZwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAANwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAawAAAAAAaQAAAAAAawAAAAACegAAAAAANwAAAAAAZwAAAAADZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAADegAAAAAANAAAAAABegAAAAAASwAAAAAASwAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAACegAAAAAANAAAAAAAegAAAAAASwAAAAADSgAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAASgAAAAAAdwAAAAABFAAAAAAGegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAACFAAAAAAGdwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: JwAAAAADJwAAAAAAJwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAJwAAAAACJwAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHwAAAAADHwAAAAACaQAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACJwAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAZwAAAAAAMAAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAawAAAAACaQAAAAAAawAAAAADegAAAAAANwAAAAAAXwAAAAADXwAAAAACXwAAAAAAXwAAAAABXwAAAAADZwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAANwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAawAAAAAAaQAAAAAAawAAAAACegAAAAAANwAAAAAAZwAAAAADZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAADegAAAAAANAAAAAABegAAAAAASwAAAAAASwAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAACegAAAAAANAAAAAAAegAAAAAASwAAAAADSgAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAASgAAAAAAdwAAAAABFAAAAAAGegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAACFAAAAAAGdwAAAAADegAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTgAAAAAATQAAAAAAWgAAAAADWgAAAAAATQAAAAAAaQAAAAAAHgAAAAABHgAAAAACJwAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACWgAAAAABWgAAAAADTQAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACaQAAAAAAWgAAAAAATQAAAAADTQAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAADTQAAAAADTQAAAAABWgAAAAACaQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAABWgAAAAACTQAAAAADegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABaQAAAAAATQAAAAACWgAAAAACWgAAAAAATQAAAAABTgAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAaQAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAADWgAAAAACTgAAAAAAHgAAAAABHgAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADTQAAAAADWgAAAAABegAAAAAAdwAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAABHgAAAAACaQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACaQAAAAAAdwAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAHgAAAAACHgAAAAABTgAAAAAAWgAAAAAATQAAAAACWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAdwAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADTQAAAAABWgAAAAAATQAAAAAAWgAAAAABTgAAAAAAdwAAAAAC + tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTgAAAAAATQAAAAAAWgAAAAADWgAAAAAATQAAAAAAaQAAAAAAHgAAAAABHgAAAAACJwAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACWgAAAAABWgAAAAADTQAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACaQAAAAAAWgAAAAAATQAAAAADTQAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAADTQAAAAADTQAAAAABWgAAAAACaQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAABWgAAAAACTQAAAAADegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABaQAAAAAATQAAAAACWgAAAAACWgAAAAAATQAAAAABTgAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAaQAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAADWgAAAAACTgAAAAAAHgAAAAABHgAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADTQAAAAADWgAAAAABegAAAAAAdwAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAABHgAAAAACaQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACaQAAAAAAdwAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAHgAAAAACHgAAAAABTgAAAAAAWgAAAAAATQAAAAACWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAdwAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADTQAAAAABWgAAAAAATQAAAAAAWgAAAAABTgAAAAAAdwAAAAAC version: 6 2,0: ind: 2,0 @@ -209,7 +210,7 @@ entities: version: 6 0,1: ind: 0,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATAAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATAAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-4: ind: 1,-4 @@ -241,26 +242,26 @@ entities: version: 6 1,1: ind: 1,1 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 10000 linearDamping: 10000 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -1845,8 +1846,8 @@ entities: id: shop decals: 419: -51.038948,13.269489 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -2737,8 +2738,7 @@ entities: -15,-1: 0: 61182 -15,-4: - 0: 65375 - 2: 128 + 0: 65503 -16,0: 0: 61713 -16,1: @@ -2917,8 +2917,7 @@ entities: -15,-7: 0: 65535 -15,-6: - 0: 61166 - 2: 4369 + 0: 65535 -15,-5: 0: 65279 -15,-8: @@ -2978,8 +2977,7 @@ entities: -16,-12: 0: 11776 -16,-6: - 0: 50722 - 2: 2184 + 0: 52906 -4,-15: 0: 57344 -4,-14: @@ -3082,19 +3080,18 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - - angularDamping: 10000 + - type: Shuttle + angularDamping: 10000 linearDamping: 10000 - type: Shuttle - type: GridPathfinding - type: RadiationGridResistance - type: GasTileOverlay - - id: Shoukou - type: BecomesStation + - type: BecomesStation + id: Shoukou - type: SpreaderGrid - - shakeTimes: 10 - type: GravityShake + - type: GravityShake + shakeTimes: 10 - uid: 35 components: - type: MetaData @@ -3110,11 +3107,12 @@ entities: entities: - uid: 644 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-30.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9470 - 12899 - 2397 @@ -3125,15 +3123,15 @@ entities: - 10576 - 12889 - 12358 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 738 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9522 - 8610 - 803 @@ -3145,29 +3143,29 @@ entities: - 841 - 10322 - 1914 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-37.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10712 - 9595 - 9599 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 2349 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-20.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 11519 - 10672 - 1828 @@ -3179,16 +3177,16 @@ entities: - 10312 - 8195 - 11404 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 2350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-8.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 6087 - 10248 - 10311 @@ -3200,56 +3198,56 @@ entities: - 10301 - 10302 - 5925 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 5426 components: - - pos: -0.5,-38.5 + - type: Transform + pos: -0.5,-38.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 6873 - 7843 - 12487 - 9598 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 7099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,4.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 7094 - 9777 - 5925 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 7410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-44.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10549 - 11112 - 2601 - 12072 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 9601 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-8.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 12844 - 12843 - 12855 @@ -3265,32 +3263,32 @@ entities: - 2965 - 12368 - 12381 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-18.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10339 - 10590 - 3340 - 9925 - 8805 - 10598 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10323 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-10.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8634 - 9545 - 737 @@ -3310,16 +3308,16 @@ entities: - 8643 - 5915 - 6113 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10334 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-34.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9609 - 9610 - 9637 @@ -3333,28 +3331,28 @@ entities: - 6873 - 7843 - 12487 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-30.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8991 - 8990 - 10690 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10395 components: - - pos: -0.5,-25.5 + - type: Transform + pos: -0.5,-25.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9010 - 9013 - 10579 @@ -3362,16 +3360,16 @@ entities: - 10619 - 10620 - 10689 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-26.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9633 - 9615 - 10689 @@ -3380,16 +3378,16 @@ entities: - 10691 - 10619 - 10620 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-31.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8993 - 8994 - 10578 @@ -3400,16 +3398,16 @@ entities: - 10582 - 10542 - 10576 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10544 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-24.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 180 - 1121 - 11251 @@ -3424,31 +3422,31 @@ entities: - 617 - 9469 - 11905 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10547 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-28.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8363 - 9456 - 2309 - 10317 - 2450 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-38.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10549 - 8360 - 10551 @@ -3461,15 +3459,15 @@ entities: - 12219 - 2451 - 4700 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10559 components: - - pos: -40.5,-34.5 + - type: Transform + pos: -40.5,-34.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9373 - 8409 - 9372 @@ -3482,16 +3480,16 @@ entities: - 10552 - 10553 - 11517 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10567 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-6.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9766 - 9234 - 9307 @@ -3499,47 +3497,47 @@ entities: - 10564 - 10565 - 10566 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-16.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9201 - 617 - 10563 - 9308 - 9765 - 11274 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-18.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9445 - 10315 - 10316 - 9182 - 10564 - 10563 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10570 components: - - pos: -19.5,1.5 + - type: Transform + pos: -19.5,1.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10652 - 892 - 115 @@ -3557,15 +3555,15 @@ entities: - 8700 - 7981 - 7973 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10571 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 12015 - 10652 - 892 @@ -3578,16 +3576,16 @@ entities: - 9704 - 8722 - 998 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10574 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-16.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10320 - 10321 - 838 @@ -3609,16 +3607,16 @@ entities: - 737 - 10322 - 2714 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10581 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-46.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9686 - 9660 - 8977 @@ -3631,30 +3629,30 @@ entities: - 9659 - 6402 - 5137 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10583 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-27.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9067 - 10053 - 9066 - 10054 - 10338 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10584 components: - - pos: 3.5,-21.5 + - type: Transform + pos: 3.5,-21.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9044 - 9590 - 9061 @@ -3664,15 +3662,15 @@ entities: - 10326 - 10860 - 10859 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10585 components: - - pos: 26.5,-12.5 + - type: Transform + pos: 26.5,-12.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10592 - 3638 - 9958 @@ -3681,16 +3679,16 @@ entities: - 9957 - 8843 - 9968 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10588 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,-15.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10590 - 10340 - 10587 @@ -3700,29 +3698,29 @@ entities: - 9943 - 10586 - 3340 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10594 components: - - pos: 30.5,-1.5 + - type: Transform + pos: 30.5,-1.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10592 - 3638 - 8872 - 9980 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9904 - 8776 - 8779 @@ -3737,30 +3735,30 @@ entities: - 8724 - 6140 - 10426 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10602 components: - - pos: 27.5,-21.5 + - type: Transform + pos: 27.5,-21.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10341 - 10218 - 9116 - 10342 - 10343 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-27.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9121 - 10184 - 10185 @@ -3770,43 +3768,42 @@ entities: - 10343 - 10605 - 10604 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10606 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-37.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10167 - 9132 - 10344 - 10346 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10607 components: - - pos: 36.5,-30.5 + - type: Transform + pos: 36.5,-30.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10159 - 9147 - - 10160 - 10344 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10611 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-0.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8922 - 12360 - 12855 @@ -3814,28 +3811,28 @@ entities: - 12843 - 12844 - 10612 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10614 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,3.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10612 - 10615 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-26.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 11095 - 10774 - 4252 @@ -3849,28 +3846,28 @@ entities: - 10337 - 11249 - 10341 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-28.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10560 - 10390 - 8424 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11513 components: - - pos: -40.5,-24.5 + - type: Transform + pos: -40.5,-24.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8362 - 9414 - 10546 @@ -3881,84 +3878,83 @@ entities: - 11517 - 11250 - 11005 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11539 components: - - pos: -43.5,-11.5 + - type: Transform + pos: -43.5,-11.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 7772 - 1818 - 12977 - 11813 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11816 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,13.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 11902 - 11894 - 11830 - - 181 - 10600 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11994 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 11986 - 11985 - 11983 - 11984 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12258 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-4.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 6020 - 4957 - 12360 - 12855 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-43.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 9023 - 12421 - 2936 - 12427 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12717 components: - - pos: -14.5,-39.5 + - type: Transform + pos: -14.5,-39.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 12358 - 2355 - 1928 @@ -3966,3378 +3962,3498 @@ entities: - 12889 - 10576 - 8503 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: AirCanister entities: - uid: 1799 components: - - pos: -40.5,-29.5 + - type: Transform + pos: -40.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 2356 components: - - pos: -51.5,-14.5 + - type: Transform + pos: -51.5,-14.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 3269 components: - - pos: -34.5,-50.5 + - type: Transform + pos: -34.5,-50.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 4513 components: - - pos: 32.5,-16.5 + - type: Transform + pos: 32.5,-16.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 6874 components: - - pos: -1.5,-42.5 + - type: Transform + pos: -1.5,-42.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: Airlock entities: - uid: 2219 components: - - pos: -49.5,-2.5 + - type: Transform + pos: -49.5,-2.5 parent: 34 - type: Transform - uid: 2224 components: - - pos: -47.5,-2.5 + - type: Transform + pos: -47.5,-2.5 parent: 34 - type: Transform - uid: 2239 components: - - pos: -49.5,-8.5 + - type: Transform + pos: -49.5,-8.5 parent: 34 - type: Transform - proto: AirlockArmoryGlassLocked entities: - uid: 3748 components: - - pos: 28.5,-4.5 + - type: Transform + pos: 28.5,-4.5 parent: 34 - type: Transform - proto: AirlockArmoryLocked entities: - uid: 3699 components: - - name: armory - level I - type: MetaData - - pos: 27.5,-1.5 + - type: MetaData + name: armory - level I + - type: Transform + pos: 27.5,-1.5 parent: 34 - type: Transform - proto: AirlockAtmosphericsGlassLocked entities: - uid: 1748 components: - - pos: -41.5,-33.5 + - type: Transform + pos: -41.5,-33.5 parent: 34 - type: Transform - uid: 1777 components: - - pos: -45.5,-32.5 + - type: Transform + pos: -45.5,-32.5 parent: 34 - type: Transform - uid: 3782 components: - - pos: -36.5,-36.5 + - type: Transform + pos: -36.5,-36.5 parent: 34 - type: Transform - uid: 12639 components: - - pos: -49.5,-33.5 + - type: Transform + pos: -49.5,-33.5 parent: 34 - type: Transform - uid: 12640 components: - - pos: -49.5,-34.5 + - type: Transform + pos: -49.5,-34.5 parent: 34 - type: Transform - proto: AirlockAtmosphericsLocked entities: - uid: 222 components: - - pos: -49.5,-26.5 + - type: Transform + pos: -49.5,-26.5 parent: 34 - type: Transform - uid: 234 components: - - pos: -49.5,-25.5 + - type: Transform + pos: -49.5,-25.5 parent: 34 - type: Transform - uid: 1778 components: - - pos: -41.5,-30.5 + - type: Transform + pos: -41.5,-30.5 parent: 34 - type: Transform - proto: AirlockBarLocked entities: - uid: 313 components: - - name: bartender's room - type: MetaData - - pos: 7.5,-4.5 + - type: MetaData + name: bartender's room + - type: Transform + pos: 7.5,-4.5 parent: 34 - type: Transform - proto: AirlockCaptainLocked entities: - uid: 3554 components: - - name: captain's room - type: MetaData - - pos: 28.5,-28.5 + - type: MetaData + name: captain's room + - type: Transform + pos: 28.5,-28.5 parent: 34 - type: Transform - proto: AirlockCargoGlassLocked entities: - uid: 625 components: - - name: cargo - type: MetaData - - pos: -11.5,-23.5 + - type: MetaData + name: cargo + - type: Transform + pos: -11.5,-23.5 parent: 34 - type: Transform - uid: 9406 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-39.5 parent: 34 - type: Transform - uid: 11246 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 34 - type: Transform - uid: 11260 components: - - pos: -10.5,-23.5 + - type: Transform + pos: -10.5,-23.5 parent: 34 - type: Transform - uid: 12890 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-39.5 parent: 34 - type: Transform - proto: AirlockCargoLocked entities: - uid: 634 components: - - name: cargo dock - type: MetaData - - pos: -6.5,-37.5 + - type: MetaData + name: cargo dock + - type: Transform + pos: -6.5,-37.5 parent: 34 - type: Transform - proto: AirlockChapelLocked entities: - uid: 551 components: - - name: golemancer's room - type: MetaData - - pos: -30.5,-14.5 + - type: MetaData + name: golemancer's room + - type: Transform + pos: -30.5,-14.5 parent: 34 - type: Transform - proto: AirlockChemistryLocked entities: - uid: 2704 components: - - pos: 2.5,-28.5 + - type: Transform + pos: 2.5,-28.5 parent: 34 - type: Transform - proto: AirlockChiefEngineerGlassLocked entities: - uid: 10722 components: - - pos: -25.5,-32.5 + - type: Transform + pos: -25.5,-32.5 parent: 34 - type: Transform - uid: 12100 components: - - pos: -35.5,-49.5 + - type: Transform + pos: -35.5,-49.5 parent: 34 - type: Transform - proto: AirlockChiefMedicalOfficerLocked entities: - uid: 2984 components: - - pos: 8.5,-33.5 + - type: Transform + pos: 8.5,-33.5 parent: 34 - type: Transform - proto: AirlockCommandGlassLocked entities: - uid: 4441 components: - - name: conference room - type: MetaData - - pos: 35.5,-32.5 + - type: MetaData + name: conference room + - type: Transform + pos: 35.5,-32.5 parent: 34 - type: Transform - uid: 5027 components: - - pos: 30.5,-26.5 + - type: Transform + pos: 30.5,-26.5 parent: 34 - type: Transform - uid: 5028 components: - - pos: 32.5,-26.5 + - type: Transform + pos: 32.5,-26.5 parent: 34 - type: Transform - uid: 5029 components: - - name: bridge - type: MetaData - - pos: 31.5,-30.5 + - type: MetaData + name: bridge + - type: Transform + pos: 31.5,-30.5 parent: 34 - type: Transform - uid: 5538 components: - - name: command bar - type: MetaData - - pos: 36.5,-37.5 + - type: MetaData + name: command bar + - type: Transform + pos: 36.5,-37.5 + parent: 34 + - uid: 13028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-30.5 parent: 34 - type: Transform - proto: AirlockCommandLocked entities: - uid: 4299 components: - - name: command substation - type: MetaData - - pos: 34.5,-28.5 + - type: MetaData + name: command substation + - type: Transform + pos: 34.5,-28.5 parent: 34 - type: Transform - uid: 6002 components: - - name: AI chamber - type: MetaData - - pos: 46.5,-23.5 + - type: MetaData + name: AI chamber + - type: Transform + pos: 46.5,-23.5 parent: 34 - type: Transform - proto: AirlockDetectiveLocked entities: - uid: 72 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 34 - type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 1109 components: - - pos: -30.5,-28.5 + - type: Transform + pos: -30.5,-28.5 parent: 34 - type: Transform - uid: 1597 components: - - pos: -36.5,-30.5 + - type: Transform + pos: -36.5,-30.5 parent: 34 - type: Transform - uid: 1749 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 34 - type: Transform - uid: 1800 components: - - pos: -37.5,-24.5 + - type: Transform + pos: -37.5,-24.5 parent: 34 - type: Transform - uid: 1811 components: - - pos: -38.5,-24.5 + - type: Transform + pos: -38.5,-24.5 parent: 34 - type: Transform - uid: 1831 components: - - pos: -35.5,-28.5 + - type: Transform + pos: -35.5,-28.5 parent: 34 - type: Transform - uid: 1832 components: - - pos: -34.5,-28.5 + - type: Transform + pos: -34.5,-28.5 parent: 34 - type: Transform - uid: 2304 components: - - name: engineering front - type: MetaData - - pos: -25.5,-24.5 + - type: MetaData + name: engineering front + - type: Transform + pos: -25.5,-24.5 parent: 34 - type: Transform - uid: 2332 components: - - pos: -33.5,-26.5 + - type: Transform + pos: -33.5,-26.5 parent: 34 - type: Transform - uid: 3197 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 34 - type: Transform - uid: 5816 components: - - name: south solars - type: MetaData - - pos: 29.5,-42.5 + - type: MetaData + name: south solars + - type: Transform + pos: 29.5,-42.5 parent: 34 - type: Transform - uid: 7039 components: - - name: engineering north - type: MetaData - - pos: -25.5,1.5 + - type: MetaData + name: engineering north + - type: Transform + pos: -25.5,1.5 parent: 34 - type: Transform - uid: 7069 components: - - name: engineering north - type: MetaData - - pos: -24.5,1.5 + - type: MetaData + name: engineering north + - type: Transform + pos: -24.5,1.5 parent: 34 - type: Transform - uid: 10840 components: - - pos: -39.5,-28.5 + - type: Transform + pos: -39.5,-28.5 parent: 34 - type: Transform - uid: 11521 components: - - pos: -43.5,-25.5 + - type: Transform + pos: -43.5,-25.5 parent: 34 - type: Transform - uid: 11522 components: - - pos: -43.5,-26.5 + - type: Transform + pos: -43.5,-26.5 parent: 34 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 740 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 34 - type: Transform - uid: 1919 components: - - pos: -21.5,-29.5 + - type: Transform + pos: -21.5,-29.5 parent: 34 - type: Transform - uid: 3785 components: - - pos: -27.5,-26.5 + - type: Transform + pos: -27.5,-26.5 parent: 34 - type: Transform - uid: 3800 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 34 - type: Transform - uid: 4310 components: - - pos: 36.5,-26.5 + - type: Transform + pos: 36.5,-26.5 parent: 34 - type: Transform - uid: 4864 components: - - pos: 36.5,-17.5 + - type: Transform + pos: 36.5,-17.5 parent: 34 - type: Transform - uid: 8119 components: - - pos: 22.5,6.5 + - type: Transform + pos: 22.5,6.5 parent: 34 - type: Transform - uid: 10251 components: - - pos: -55.5,-4.5 + - type: Transform + pos: -55.5,-4.5 parent: 34 - type: Transform - uid: 11233 components: - - pos: 16.5,-43.5 + - type: Transform + pos: 16.5,-43.5 parent: 34 - type: Transform - proto: AirlockExternalGlass entities: - uid: 3371 components: - - pos: -2.5,-51.5 + - type: Transform + pos: -2.5,-51.5 parent: 34 - type: Transform - uid: 4106 components: - - pos: 5.5,-51.5 + - type: Transform + pos: 5.5,-51.5 parent: 34 - type: Transform - proto: AirlockExternalGlassCargoLocked entities: - uid: 1802 components: - - pos: -23.5,-41.5 + - type: Transform + pos: -23.5,-41.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11768 - 11682 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11682: - DoorStatus: DoorBolt 11768: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11682 components: - - pos: -26.5,-42.5 + - type: Transform + pos: -26.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11911 - 1802 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1802: - DoorStatus: DoorBolt 11911: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11768 components: - - pos: -26.5,-41.5 + - type: Transform + pos: -26.5,-41.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11911 - 1802 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11911: - DoorStatus: DoorBolt 1802: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 11911 components: - - pos: -23.5,-42.5 + - type: Transform + pos: -23.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11768 - 11682 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 11682: - DoorStatus: DoorBolt 11768: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockExternalGlassLocked entities: - uid: 1120 components: - - pos: -54.5,-40.5 + - type: Transform + pos: -54.5,-40.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2439 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 2439: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1497 components: - - pos: -52.5,-44.5 + - type: Transform + pos: -52.5,-44.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1498 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1498: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 1498 components: - - pos: -51.5,-42.5 + - type: Transform + pos: -51.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1497 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1497: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 2439 components: - - pos: -53.5,-37.5 + - type: Transform + pos: -53.5,-37.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1120 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1120: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 5964 components: - - pos: 38.5,-23.5 + - type: Transform + pos: 38.5,-23.5 parent: 34 - type: Transform - uid: 5965 components: - - pos: 40.5,-23.5 + - type: Transform + pos: 40.5,-23.5 parent: 34 - type: Transform - uid: 7070 components: - - pos: -25.5,6.5 + - type: Transform + pos: -25.5,6.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7072 - 7071 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 7071: - DoorStatus: DoorBolt 7072: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 7071 components: - - pos: -24.5,8.5 + - type: Transform + pos: -24.5,8.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7070 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 7070: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 7072 components: - - pos: -27.5,8.5 + - type: Transform + pos: -27.5,8.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7070 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 7070: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 7092 components: - - pos: 13.5,-48.5 + - type: Transform + pos: 13.5,-48.5 parent: 34 - type: Transform - uid: 9347 components: - - pos: 34.5,-43.5 + - type: Transform + pos: 34.5,-43.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 9348 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 9348: - DoorStatus: DoorBolt - type: DeviceLinkSource - uid: 9348 components: - - pos: 36.5,-46.5 + - type: Transform + pos: 36.5,-46.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 9347 - type: DeviceLinkSink - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 9347: - DoorStatus: DoorBolt - type: DeviceLinkSource - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - uid: 3360 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,20.5 parent: 34 - type: Transform - uid: 5258 components: - - pos: -3.5,-55.5 + - type: Transform + pos: -3.5,-55.5 parent: 34 - type: Transform - uid: 5259 components: - - pos: -1.5,-55.5 + - type: Transform + pos: -1.5,-55.5 parent: 34 - type: Transform - uid: 5260 components: - - pos: 4.5,-55.5 + - type: Transform + pos: 4.5,-55.5 parent: 34 - type: Transform - uid: 5261 components: - - pos: 6.5,-55.5 + - type: Transform + pos: 6.5,-55.5 parent: 34 - type: Transform - proto: AirlockExternalGlassShuttleEscape entities: - uid: 7424 components: - - pos: 12.5,-49.5 + - type: Transform + pos: 12.5,-49.5 parent: 34 - type: Transform - uid: 11793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,15.5 parent: 34 - type: Transform - uid: 11794 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,15.5 parent: 34 - type: Transform - proto: AirlockExternalGlassShuttleLocked entities: - uid: 1076 components: - - pos: -18.5,-43.5 + - type: Transform + pos: -18.5,-43.5 parent: 34 - type: Transform - uid: 4516 components: - - pos: -20.5,-43.5 + - type: Transform + pos: -20.5,-43.5 parent: 34 - type: Transform - uid: 10885 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,20.5 parent: 34 - type: Transform - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 41 components: - - name: walk-in freezer - type: MetaData - - pos: -13.5,-2.5 + - type: MetaData + name: walk-in freezer + - type: Transform + pos: -13.5,-2.5 parent: 34 - type: Transform - proto: AirlockGlass entities: - uid: 260 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 34 - type: Transform - uid: 302 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 34 - type: Transform - uid: 303 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 34 - type: Transform - uid: 1004 components: - - name: station square - type: MetaData - - pos: -4.5,-3.5 + - type: MetaData + name: station square + - type: Transform + pos: -4.5,-3.5 parent: 34 - type: Transform - uid: 2000 components: - - name: station square - type: MetaData - - pos: -2.5,-23.5 + - type: MetaData + name: station square + - type: Transform + pos: -2.5,-23.5 parent: 34 - type: Transform - uid: 2173 components: - - name: living area - type: MetaData - - pos: -33.5,-0.5 + - type: MetaData + name: living area + - type: Transform + pos: -33.5,-0.5 parent: 34 - type: Transform - uid: 2562 components: - - name: living area - type: MetaData - - pos: -37.5,-14.5 + - type: MetaData + name: living area + - type: Transform + pos: -37.5,-14.5 parent: 34 - type: Transform - uid: 2661 components: - - name: station square - type: MetaData - - pos: -4.5,-30.5 + - type: MetaData + name: station square + - type: Transform + pos: -4.5,-30.5 parent: 34 - type: Transform - uid: 2715 components: - - name: station square - type: MetaData - - pos: -15.5,-22.5 + - type: MetaData + name: station square + - type: Transform + pos: -15.5,-22.5 parent: 34 - type: Transform - uid: 2985 components: - - name: south dock - type: MetaData - - pos: -4.5,-39.5 + - type: MetaData + name: south dock + - type: Transform + pos: -4.5,-39.5 parent: 34 - type: Transform - uid: 3821 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 34 - type: Transform - uid: 3823 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 34 - type: Transform - uid: 4184 components: - - pos: 10.5,-23.5 + - type: Transform + pos: 10.5,-23.5 parent: 34 - type: Transform - uid: 4506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-48.5 parent: 34 - type: Transform - uid: 5002 components: - - name: arcade - type: MetaData - - pos: 15.5,4.5 + - type: MetaData + name: arcade + - type: Transform + pos: 15.5,4.5 parent: 34 - type: Transform - uid: 7161 components: - - name: courtroom - type: MetaData - - pos: 15.5,-25.5 + - type: MetaData + name: courtroom + - type: Transform + pos: 15.5,-25.5 parent: 34 - type: Transform - uid: 7175 components: - - pos: 23.5,-23.5 + - type: Transform + pos: 23.5,-23.5 parent: 34 - type: Transform - uid: 7177 components: - - name: living area - type: MetaData - - pos: -33.5,-1.5 + - type: MetaData + name: living area + - type: Transform + pos: -33.5,-1.5 parent: 34 - type: Transform - uid: 7178 components: - - name: living area - type: MetaData - - pos: -38.5,-14.5 + - type: MetaData + name: living area + - type: Transform + pos: -38.5,-14.5 parent: 34 - type: Transform - uid: 7580 components: - - name: north dock - type: MetaData - - pos: 13.5,12.5 + - type: MetaData + name: north dock + - type: Transform + pos: 13.5,12.5 parent: 34 - type: Transform - uid: 11782 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 34 - type: Transform - proto: AirlockGlassShuttleEasyPry entities: - uid: 686 components: - - pos: -38.5,-59.5 + - type: Transform + pos: -38.5,-59.5 parent: 34 - type: Transform - uid: 687 components: - - pos: -37.5,-59.5 + - type: Transform + pos: -37.5,-59.5 parent: 34 - type: Transform - proto: AirlockHeadOfPersonnelGlassLocked entities: - uid: 1956 components: - - name: head of personnel's office - type: MetaData - - pos: -15.5,-17.5 + - type: MetaData + name: head of personnel's office + - type: Transform + pos: -15.5,-17.5 parent: 34 - type: Transform - proto: AirlockHeadOfSecurityLocked entities: - uid: 692 components: - - pos: 31.5,-11.5 + - type: Transform + pos: 31.5,-11.5 parent: 34 - type: Transform - uid: 3606 components: - - name: head of security's office - type: MetaData - - pos: 28.5,-12.5 + - type: MetaData + name: head of security's office + - type: Transform + pos: 28.5,-12.5 parent: 34 - type: Transform - proto: AirlockHydroGlassLocked entities: - uid: 392 components: - - name: walk-in freezer - type: MetaData - - pos: -15.5,-5.5 + - type: MetaData + name: walk-in freezer + - type: Transform + pos: -15.5,-5.5 parent: 34 - type: Transform - uid: 881 components: - - name: botany - type: MetaData - - pos: -15.5,-9.5 + - type: MetaData + name: botany + - type: Transform + pos: -15.5,-9.5 parent: 34 - type: Transform - proto: AirlockJanitorLocked entities: - uid: 464 components: - - name: janitor's closet - type: MetaData - - pos: 5.5,-21.5 + - type: MetaData + name: janitor's closet + - type: Transform + pos: 5.5,-21.5 parent: 34 - type: Transform - proto: AirlockKitchenGlassLocked entities: - uid: 350 components: - - name: kitchen - type: MetaData - - pos: -6.5,-7.5 + - type: MetaData + name: kitchen + - type: Transform + pos: -6.5,-7.5 parent: 34 - type: Transform - uid: 891 components: - - name: walk-in freezer - type: MetaData - - pos: -11.5,-5.5 + - type: MetaData + name: walk-in freezer + - type: Transform + pos: -11.5,-5.5 parent: 34 - type: Transform - uid: 3962 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-43.5 parent: 34 - type: Transform - proto: AirlockLawyerLocked entities: - uid: 5542 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 34 - type: Transform - proto: AirlockMaint entities: - uid: 3381 components: - - pos: 38.5,-16.5 + - type: Transform + pos: 38.5,-16.5 parent: 34 - type: Transform - proto: AirlockMaintAtmoLocked entities: - uid: 12538 components: - - pos: -55.5,-23.5 + - type: Transform + pos: -55.5,-23.5 parent: 34 - type: Transform - proto: AirlockMaintCargoLocked entities: - uid: 693 components: - - pos: -13.5,-30.5 + - type: Transform + pos: -13.5,-30.5 parent: 34 - type: Transform - uid: 727 components: - - pos: -21.5,-38.5 + - type: Transform + pos: -21.5,-38.5 parent: 34 - type: Transform - proto: AirlockMaintCommandLocked entities: - uid: 4005 components: - - pos: 31.5,-38.5 + - type: Transform + pos: 31.5,-38.5 parent: 34 - type: Transform - uid: 7158 components: - - pos: 34.5,-40.5 + - type: Transform + pos: 34.5,-40.5 parent: 34 - type: Transform - proto: AirlockMaintDetectiveLocked entities: - uid: 6116 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 34 - type: Transform - proto: AirlockMaintEngiLocked entities: - uid: 4141 components: - - pos: -23.5,-34.5 + - type: Transform + pos: -23.5,-34.5 parent: 34 - type: Transform - proto: AirlockMaintHOPLocked entities: - uid: 6220 components: - - pos: -20.5,-17.5 + - type: Transform + pos: -20.5,-17.5 parent: 34 - type: Transform - proto: AirlockMaintHydroLocked entities: - uid: 383 components: - - pos: -21.5,-5.5 + - type: Transform + pos: -21.5,-5.5 parent: 34 - type: Transform - proto: AirlockMaintJanitorLocked entities: - uid: 429 components: - - pos: 5.5,-16.5 + - type: Transform + pos: 5.5,-16.5 parent: 34 - type: Transform - proto: AirlockMaintLawyerLocked entities: - uid: 498 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 34 - type: Transform - proto: AirlockMaintLocked entities: - uid: 243 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 34 - type: Transform - uid: 307 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 34 - type: Transform - uid: 318 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 34 - type: Transform - uid: 406 components: - - pos: -23.5,-14.5 + - type: Transform + pos: -23.5,-14.5 parent: 34 - type: Transform - uid: 2740 components: - - pos: -21.5,-19.5 + - type: Transform + pos: -21.5,-19.5 parent: 34 - type: Transform - uid: 2741 components: - - pos: -20.5,-11.5 + - type: Transform + pos: -20.5,-11.5 parent: 34 - type: Transform - uid: 2742 components: - - pos: -22.5,-2.5 + - type: Transform + pos: -22.5,-2.5 parent: 34 - type: Transform - uid: 4984 components: - - pos: 19.5,10.5 + - type: Transform + pos: 19.5,10.5 parent: 34 - type: Transform - uid: 5675 components: - - pos: -41.5,0.5 + - type: Transform + pos: -41.5,0.5 parent: 34 - type: Transform - uid: 6221 components: - - pos: -17.5,-28.5 + - type: Transform + pos: -17.5,-28.5 parent: 34 - type: Transform - uid: 6238 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 34 - type: Transform - uid: 7147 components: - - pos: -49.5,-11.5 + - type: Transform + pos: -49.5,-11.5 parent: 34 - type: Transform - uid: 7148 components: - - pos: -54.5,2.5 + - type: Transform + pos: -54.5,2.5 parent: 34 - type: Transform - uid: 7149 components: - - pos: -52.5,-0.5 + - type: Transform + pos: -52.5,-0.5 parent: 34 - type: Transform - uid: 7152 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 34 - type: Transform - uid: 7153 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 34 - type: Transform - uid: 7154 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 34 - type: Transform - uid: 7155 components: - - pos: 21.5,-40.5 + - type: Transform + pos: 21.5,-40.5 parent: 34 - type: Transform - uid: 7156 components: - - pos: 1.5,-45.5 + - type: Transform + pos: 1.5,-45.5 parent: 34 - type: Transform - uid: 7740 components: - - pos: 17.5,-41.5 + - type: Transform + pos: 17.5,-41.5 parent: 34 - type: Transform - uid: 10448 components: - - pos: -40.5,-22.5 + - type: Transform + pos: -40.5,-22.5 parent: 34 - type: Transform - uid: 11286 components: - - pos: 26.5,9.5 + - type: Transform + pos: 26.5,9.5 parent: 34 - type: Transform - uid: 11305 components: - - name: disposals - type: MetaData - - pos: -41.5,6.5 + - type: MetaData + name: disposals + - type: Transform + pos: -41.5,6.5 parent: 34 - type: Transform - uid: 12370 components: - - pos: 15.5,8.5 + - type: Transform + pos: 15.5,8.5 parent: 34 - type: Transform - uid: 12880 components: - - pos: 8.5,12.5 + - type: Transform + pos: 8.5,12.5 parent: 34 - type: Transform - proto: AirlockMaintMedLocked entities: - uid: 8517 components: - - pos: 3.5,-43.5 + - type: Transform + pos: 3.5,-43.5 parent: 34 - type: Transform - uid: 11237 components: - - pos: 12.5,-41.5 + - type: Transform + pos: 12.5,-41.5 parent: 34 - type: Transform - proto: AirlockMaintReporterLocked entities: - uid: 6235 components: - - pos: 15.5,-39.5 + - type: Transform + pos: 15.5,-39.5 parent: 34 - type: Transform - proto: AirlockMaintRnDLocked entities: - uid: 457 components: - - pos: -24.5,-10.5 + - type: Transform + pos: -24.5,-10.5 parent: 34 - type: Transform - uid: 2509 components: - - pos: -48.5,-13.5 + - type: Transform + pos: -48.5,-13.5 parent: 34 - type: Transform - uid: 5673 components: - - pos: -39.5,3.5 + - type: Transform + pos: -39.5,3.5 parent: 34 - type: Transform - uid: 7817 components: - - pos: -45.5,-20.5 + - type: Transform + pos: -45.5,-20.5 parent: 34 - type: Transform - proto: AirlockMaintSalvageLocked entities: - uid: 921 components: - - pos: -19.5,-34.5 + - type: Transform + pos: -19.5,-34.5 parent: 34 - type: Transform - proto: AirlockMaintSecLocked entities: - uid: 4757 components: - - pos: 36.5,-5.5 + - type: Transform + pos: 36.5,-5.5 parent: 34 - type: Transform - uid: 8115 components: - - pos: 22.5,2.5 + - type: Transform + pos: 22.5,2.5 parent: 34 - type: Transform - proto: AirlockMaintSecurityLawyerLocked entities: - uid: 78 components: - - pos: 33.5,-15.5 + - type: Transform + pos: 33.5,-15.5 parent: 34 - type: Transform - uid: 160 components: - - pos: 33.5,-0.5 + - type: Transform + pos: 33.5,-0.5 parent: 34 - type: Transform - proto: AirlockMaintTheatreLocked entities: - uid: 3088 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 34 - type: Transform - proto: AirlockMantisLocked entities: - uid: 136 components: - - pos: -30.5,0.5 + - type: Transform + pos: -30.5,0.5 parent: 34 - type: Transform - proto: AirlockMedicalGlass entities: - uid: 2976 components: - - pos: -2.5,-33.5 + - type: Transform + pos: -2.5,-33.5 parent: 34 - type: Transform - uid: 2977 components: - - pos: -2.5,-32.5 + - type: Transform + pos: -2.5,-32.5 + parent: 34 + - uid: 6525 + components: + - type: Transform + pos: 15.5,16.5 parent: 34 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 2978 components: - - pos: 1.5,-33.5 + - type: Transform + pos: 1.5,-33.5 parent: 34 - type: Transform - uid: 2979 components: - - pos: 4.5,-30.5 + - type: Transform + pos: 4.5,-30.5 parent: 34 - type: Transform - uid: 2980 components: - - pos: 4.5,-25.5 + - type: Transform + pos: 4.5,-25.5 parent: 34 - type: Transform - uid: 2982 components: - - pos: 8.5,-37.5 + - type: Transform + pos: 8.5,-37.5 parent: 34 - type: Transform - proto: AirlockMedicalLocked entities: - uid: 2975 components: - - pos: 6.5,-28.5 + - type: Transform + pos: 6.5,-28.5 parent: 34 - type: Transform - uid: 7752 components: - - pos: 2.5,-40.5 + - type: Transform + pos: 2.5,-40.5 parent: 34 - type: Transform - uid: 10662 components: - - pos: 5.5,-40.5 + - type: Transform + pos: 5.5,-40.5 parent: 34 - type: Transform - proto: AirlockMusicianLocked entities: - uid: 175 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 34 - type: Transform - proto: AirlockQuartermasterLocked entities: - uid: 4792 components: - - pos: -14.5,-37.5 + - type: Transform + pos: -14.5,-37.5 parent: 34 - type: Transform - proto: AirlockReporterLocked entities: - uid: 4003 components: - - pos: 19.5,-36.5 + - type: Transform + pos: 19.5,-36.5 parent: 34 - type: Transform - proto: AirlockResearchDirectorLocked entities: - uid: 555 components: - - pos: -32.5,-5.5 + - type: Transform + pos: -32.5,-5.5 parent: 34 - type: Transform - proto: AirlockSalvageGlassLocked entities: - uid: 922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 34 - type: Transform - uid: 4875 components: - - pos: -13.5,-34.5 + - type: Transform + pos: -13.5,-34.5 parent: 34 - type: Transform - proto: AirlockScienceGlass entities: - uid: 545 components: - - pos: -27.5,-20.5 + - type: Transform + pos: -27.5,-20.5 parent: 34 - type: Transform - uid: 546 components: - - pos: -26.5,-20.5 + - type: Transform + pos: -26.5,-20.5 parent: 34 - type: Transform - proto: AirlockScienceGlassLocked entities: - uid: 586 components: - - name: locker room - type: MetaData - - pos: -32.5,-10.5 + - type: MetaData + name: locker room + - type: Transform + pos: -32.5,-10.5 parent: 34 - type: Transform - proto: AirlockScienceLocked entities: - uid: 541 components: - - name: epistemics front - type: MetaData - - pos: -34.5,-12.5 + - type: MetaData + name: epistemics front + - type: Transform + pos: -34.5,-12.5 parent: 34 - type: Transform - uid: 549 components: - - name: epistemics front - type: MetaData - - pos: -30.5,-18.5 + - type: MetaData + name: epistemics front + - type: Transform + pos: -30.5,-18.5 parent: 34 - type: Transform - uid: 589 components: - - name: epistemics - type: MetaData - - pos: -28.5,-12.5 + - type: MetaData + name: epistemics + - type: Transform + pos: -28.5,-12.5 parent: 34 - type: Transform - uid: 5063 components: - - name: epistemics - type: MetaData - - pos: -31.5,-2.5 + - type: MetaData + name: epistemics + - type: Transform + pos: -31.5,-2.5 parent: 34 - type: Transform - uid: 5920 components: - - name: anomaly lab - type: MetaData - - pos: -37.5,0.5 + - type: MetaData + name: anomaly lab + - type: Transform + pos: -37.5,0.5 parent: 34 - type: Transform - uid: 11427 components: - - pos: -40.5,-12.5 + - type: Transform + pos: -40.5,-12.5 parent: 34 - type: Transform - proto: AirlockSecurity entities: - uid: 4798 components: - - pos: 38.5,2.5 + - type: Transform + pos: 38.5,2.5 parent: 34 - type: Transform - proto: AirlockSecurityGlass entities: - uid: 92 components: - - pos: 41.5,-10.5 + - type: Transform + pos: 41.5,-10.5 parent: 34 - type: Transform - uid: 3306 components: - - pos: 16.5,-13.5 + - type: Transform + pos: 16.5,-13.5 parent: 34 - type: Transform - uid: 3389 components: - - pos: 16.5,-14.5 + - type: Transform + pos: 16.5,-14.5 parent: 34 - type: Transform - uid: 4129 components: - - pos: 46.5,-9.5 + - type: Transform + pos: 46.5,-9.5 parent: 34 - type: Transform - uid: 4153 components: - - pos: 44.5,-5.5 + - type: Transform + pos: 44.5,-5.5 parent: 34 - type: Transform - uid: 4156 components: - - pos: 43.5,-5.5 + - type: Transform + pos: 43.5,-5.5 parent: 34 - type: Transform - uid: 4159 components: - - pos: 41.5,-13.5 + - type: Transform + pos: 41.5,-13.5 parent: 34 - type: Transform - uid: 4160 components: - - pos: 46.5,-12.5 + - type: Transform + pos: 46.5,-12.5 parent: 34 - type: Transform - uid: 4438 components: - - pos: 41.5,-7.5 + - type: Transform + pos: 41.5,-7.5 parent: 34 - type: Transform - uid: 4448 components: - - pos: 46.5,-6.5 + - type: Transform + pos: 46.5,-6.5 parent: 34 - type: Transform - uid: 4453 components: - - pos: 46.5,-3.5 + - type: Transform + pos: 46.5,-3.5 parent: 34 - type: Transform - uid: 4796 components: - - pos: 42.5,2.5 + - type: Transform + pos: 42.5,2.5 parent: 34 - type: Transform - uid: 6699 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 46.5,0.5 parent: 34 - type: Transform + - uid: 13067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-14.5 + parent: 34 - proto: AirlockSecurityGlassLocked entities: - uid: 3391 components: - - name: communal cell - type: MetaData - - pos: 18.5,-9.5 + - type: MetaData + name: communal cell + - type: Transform + pos: 18.5,-9.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3514 - type: DeviceLinkSink - uid: 3561 components: - - name: locker room - type: MetaData - - pos: 21.5,-17.5 + - type: MetaData + name: locker room + - type: Transform + pos: 21.5,-17.5 parent: 34 - type: Transform - uid: 4799 components: - - name: extended confinement - type: MetaData - - pos: 37.5,-3.5 + - type: MetaData + name: extended confinement + - type: Transform + pos: 37.5,-3.5 parent: 34 - type: Transform - uid: 12845 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-3.5 parent: 34 - type: Transform - proto: AirlockSecurityLawyerGlassLocked entities: - uid: 4633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-8.5 parent: 34 - type: Transform - uid: 12195 components: - - pos: 22.5,-8.5 + - type: Transform + pos: 22.5,-8.5 parent: 34 - type: Transform - proto: AirlockSecurityLawyerLocked entities: - uid: 3475 components: - - name: security - type: MetaData - - pos: 20.5,-11.5 + - type: MetaData + name: security + - type: Transform + pos: 20.5,-11.5 parent: 34 - type: Transform - uid: 3865 components: - - name: courtroom - type: MetaData - - pos: 19.5,-33.5 + - type: MetaData + name: courtroom + - type: Transform + pos: 19.5,-33.5 parent: 34 - type: Transform - uid: 4889 components: - - pos: 27.5,-17.5 + - type: Transform + pos: 27.5,-17.5 parent: 34 - type: Transform - proto: AirlockSecurityLocked entities: - uid: 220 components: - - pos: 20.5,0.5 + - type: Transform + pos: 20.5,0.5 parent: 34 - type: Transform - uid: 470 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 34 - type: Transform - uid: 999 components: - - name: communal cell - type: MetaData - - pos: 16.5,-8.5 + - type: MetaData + name: communal cell + - type: Transform + pos: 16.5,-8.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3514 - type: DeviceLinkSink - uid: 3388 components: - - name: locker room - type: MetaData - - pos: 18.5,-15.5 + - type: MetaData + name: locker room + - type: Transform + pos: 18.5,-15.5 parent: 34 - type: Transform - proto: AirlockServiceGlassLocked entities: - uid: 5 components: - - name: service storage - type: MetaData - - pos: -14.5,1.5 + - type: MetaData + name: service storage + - type: Transform + pos: -14.5,1.5 parent: 34 - type: Transform - uid: 5547 components: - - name: service storage - type: MetaData - - pos: -17.5,1.5 + - type: MetaData + name: service storage + - type: Transform + pos: -17.5,1.5 parent: 34 - type: Transform - proto: AirlockTheatreLocked entities: - uid: 1021 components: - - name: clown/mime room - type: MetaData - - pos: 0.5,-21.5 + - type: MetaData + name: clown/mime room + - type: Transform + pos: 0.5,-21.5 parent: 34 - type: Transform - proto: AirSensor entities: - uid: 2397 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-35.5 parent: 34 - type: Transform - uid: 10604 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-27.5 parent: 34 - type: Transform - uid: 10605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-25.5 parent: 34 - type: Transform - uid: 11813 components: - - pos: -44.5,-19.5 + - type: Transform + pos: -44.5,-19.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 11539 - type: DeviceNetwork - proto: AltarSpawner entities: - uid: 38 components: - - pos: -26.5,-13.5 + - type: Transform + pos: -26.5,-13.5 parent: 34 - type: Transform - uid: 12992 components: - - pos: -53.5,-22.5 + - type: Transform + pos: -53.5,-22.5 parent: 34 - type: Transform - proto: AlwaysPoweredWallLight entities: - uid: 11193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,11.5 parent: 34 - type: Transform - uid: 11194 components: - - pos: -52.5,13.5 + - type: Transform + pos: -52.5,13.5 parent: 34 - type: Transform - proto: AmeController entities: - uid: 1150 components: - - pos: -29.5,-35.5 + - type: Transform + pos: -29.5,-35.5 parent: 34 - type: Transform - proto: AnomalyScanner entities: - uid: 5908 components: - - pos: -35.573765,1.4932911 + - type: Transform + pos: -35.573765,1.4932911 parent: 34 - type: Transform - uid: 11667 components: - - pos: -35.42793,1.7643127 + - type: Transform + pos: -35.42793,1.7643127 parent: 34 - type: Transform - proto: APCBasic entities: - uid: 371 components: - - pos: 6.5,-13.5 + - type: MetaData + name: Janitorial/Bar's maintenace APC + - type: Transform + pos: 6.5,-13.5 parent: 34 - type: Transform - uid: 1890 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Prison's north APC + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-1.5 parent: 34 - type: Transform - uid: 2140 components: - - pos: 4.5,-21.5 + - type: MetaData + name: Janitorial's APC + - type: Transform + pos: 4.5,-21.5 parent: 34 - type: Transform - uid: 2508 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Dorm's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-5.5 parent: 34 - type: Transform - uid: 2644 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: AME's APC + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-40.5 parent: 34 - type: Transform - uid: 2724 components: - - pos: 19.5,-21.5 + - type: MetaData + name: Court's hall APC + - type: Transform + pos: 19.5,-21.5 parent: 34 - type: Transform - uid: 2725 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Court's APC + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-30.5 parent: 34 - type: Transform - uid: 2808 components: - - pos: -12.5,-23.5 + - type: MetaData + name: Logistic's front APC + - type: Transform + pos: -12.5,-23.5 parent: 34 - type: Transform - uid: 2809 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Church's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-16.5 parent: 34 - type: Transform - uid: 2810 components: - - pos: -15.5,-6.5 + - type: MetaData + name: Botany's APC + - type: Transform + pos: -15.5,-6.5 parent: 34 - type: Transform - uid: 2811 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: Bar's APC + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-7.5 parent: 34 - type: Transform - uid: 2850 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Epistemic's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-7.5 parent: 34 - type: Transform - uid: 2959 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: Medical's maintenance APC + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-42.5 parent: 34 - type: Transform - uid: 3031 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,5.5 parent: 34 - type: Transform - uid: 3400 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: Logistic hauling room's APC + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-31.5 parent: 34 - type: Transform - uid: 3417 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Second entry of medical's apc + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-29.5 parent: 34 - type: Transform - uid: 3731 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Evacuation's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-44.5 parent: 34 - type: Transform - uid: 3989 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Logistic's maintenance APC + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-30.5 parent: 34 - type: Transform - uid: 4022 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: Robotic's APC + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-12.5 parent: 34 - type: Transform - uid: 4579 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: Prison's south APC + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-5.5 parent: 34 - type: Transform - uid: 5144 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: Vault's APC + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-33.5 parent: 34 - type: Transform - uid: 5145 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: Bridge's computer hall + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-36.5 parent: 34 - type: Transform - uid: 5158 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: Bridge entry + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-30.5 parent: 34 - type: Transform - uid: 5627 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: West hall's APC + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-2.5 parent: 34 - type: Transform - uid: 5746 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: North solar's APC + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,3.5 parent: 34 - type: Transform - uid: 5825 components: - - pos: 31.5,-42.5 + - type: MetaData + name: South solar's apc + - type: Transform + pos: 31.5,-42.5 parent: 34 - type: Transform - uid: 6792 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: South Security's APC + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-18.5 parent: 34 - type: Transform - uid: 6869 components: - - pos: 18.5,-11.5 + - type: MetaData + name: Security's front APC + - type: Transform + pos: 18.5,-11.5 parent: 34 - type: Transform - uid: 6870 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: North Security's APC + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-3.5 parent: 34 - type: Transform - uid: 7003 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: East hall's APC + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-17.5 parent: 34 - type: Transform - uid: 7206 components: - - pos: 32.5,-20.5 + - type: MetaData + name: Bridge's hall APC + - type: Transform + pos: 32.5,-20.5 parent: 34 - type: Transform - uid: 7314 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: North hall's APC + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-2.5 parent: 34 - type: Transform - uid: 7348 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-2.5 parent: 34 - type: Transform - uid: 7427 components: - - pos: -19.5,-39.5 + - type: MetaData + name: Loading bay's APC + - type: Transform + pos: -19.5,-39.5 parent: 34 - type: Transform - uid: 7429 components: - - pos: -31.5,-20.5 + - type: MetaData + name: Engineering's hall APC + - type: Transform + pos: -31.5,-20.5 parent: 34 - type: Transform - uid: 7488 components: - - pos: -52.5,-11.5 + - type: MetaData + name: Maintenance of dorm's APC + - type: Transform + pos: -52.5,-11.5 parent: 34 - type: Transform - uid: 7557 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: Arrival's APC + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,12.5 parent: 34 - type: Transform - uid: 7738 components: - - pos: -14.5,-31.5 + - type: MetaData + name: Salvager's break room APC + - type: Transform + pos: -14.5,-31.5 parent: 34 - type: Transform - uid: 11238 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: Medical main room's APC + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-38.5 parent: 34 - type: Transform - uid: 11434 components: - - pos: -44.5,-23.5 + - type: MetaData + name: Engineer's break room APC + - type: Transform + pos: -44.5,-23.5 parent: 34 - type: Transform - uid: 11498 components: - - rot: -1.5707963267948966 rad + - type: MetaData + name: TEG's APC + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-28.5 parent: 34 - type: Transform - uid: 11950 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Dojo's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,7.5 parent: 34 - type: Transform + - uid: 13129 + components: + - type: MetaData + name: Public cryo's APC + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,13.5 + parent: 34 - proto: APCHighCapacity entities: - uid: 1222 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Atmo's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-32.5 parent: 34 - type: Transform - uid: 2988 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Main service area's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-13.5 parent: 34 - type: Transform - uid: 3206 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Telecommunication's APC + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-49.5 parent: 34 - type: Transform - uid: 6871 components: - - pos: 26.5,5.5 + - type: MetaData + name: Armoury's APC + - type: Transform + pos: 26.5,5.5 parent: 34 - type: Transform - uid: 7413 components: - - pos: -27.5,-32.5 + - type: MetaData + name: CE's APC + - type: Transform + pos: -27.5,-32.5 parent: 34 - type: Transform - uid: 7624 components: - - rot: 3.141592653589793 rad + - type: MetaData + name: Security's north maintenance APC + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,6.5 parent: 34 - type: Transform - uid: 7708 components: - - pos: -21.5,-9.5 + - type: MetaData + name: Epistemic/service's maintenace APC + - type: Transform + pos: -21.5,-9.5 parent: 34 - type: Transform - proto: APCHyperCapacity entities: - uid: 6022 components: - - rot: 1.5707963267948966 rad + - type: MetaData + name: Camera router's APC + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-24.5 parent: 34 - type: Transform - proto: AppraisalTool entities: - uid: 895 components: - - flags: InContainer - type: MetaData - - parent: 431 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 431 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: AtmosDeviceFanTiny entities: - uid: 84 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 34 - type: Transform - uid: 232 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 34 - type: Transform - uid: 676 components: - - pos: 12.5,-49.5 + - type: Transform + pos: 12.5,-49.5 parent: 34 - type: Transform - uid: 888 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 34 - type: Transform - uid: 2545 components: - - pos: -20.5,-43.5 + - type: Transform + pos: -20.5,-43.5 parent: 34 - type: Transform - uid: 3291 components: - - pos: 12.5,20.5 + - type: Transform + pos: 12.5,20.5 parent: 34 - type: Transform - uid: 4071 components: - - pos: -1.5,-55.5 + - type: Transform + pos: -1.5,-55.5 parent: 34 - type: Transform - uid: 4072 components: - - pos: -3.5,-55.5 + - type: Transform + pos: -3.5,-55.5 parent: 34 - type: Transform - uid: 4452 components: - - pos: 13.5,-48.5 + - type: Transform + pos: 13.5,-48.5 parent: 34 - type: Transform - uid: 5262 components: - - pos: 4.5,-55.5 + - type: Transform + pos: 4.5,-55.5 parent: 34 - type: Transform - uid: 5263 components: - - pos: 6.5,-55.5 + - type: Transform + pos: 6.5,-55.5 parent: 34 - type: Transform - uid: 6225 components: - - pos: 6.5,20.5 + - type: Transform + pos: 6.5,20.5 parent: 34 - type: Transform - uid: 7552 components: - - pos: -18.5,-43.5 + - type: Transform + pos: -18.5,-43.5 parent: 34 - type: Transform - uid: 11917 components: - - pos: -3.5,15.5 + - type: Transform + pos: -3.5,15.5 parent: 34 - type: Transform - uid: 11918 components: - - pos: 0.5,15.5 + - type: Transform + pos: 0.5,15.5 parent: 34 - type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 162 components: - - pos: 45.5,-24.5 + - type: Transform + pos: 45.5,-24.5 parent: 34 - type: Transform - uid: 163 components: - - pos: 45.5,-22.5 + - type: Transform + pos: 45.5,-22.5 parent: 34 - type: Transform - uid: 172 components: - - pos: 43.5,-24.5 + - type: Transform + pos: 43.5,-24.5 parent: 34 - type: Transform - uid: 178 components: - - pos: 45.5,-23.5 + - type: Transform + pos: 45.5,-23.5 parent: 34 - type: Transform - uid: 196 components: - - pos: 44.5,-24.5 + - type: Transform + pos: 44.5,-24.5 parent: 34 - type: Transform - uid: 197 components: - - pos: 44.5,-23.5 + - type: Transform + pos: 44.5,-23.5 parent: 34 - type: Transform - uid: 207 components: - - pos: 44.5,-22.5 + - type: Transform + pos: 44.5,-22.5 parent: 34 - type: Transform - uid: 1551 components: - - pos: -50.5,-47.5 + - type: Transform + pos: -50.5,-47.5 parent: 34 - type: Transform - uid: 1553 components: - - pos: -37.5,-45.5 + - type: Transform + pos: -37.5,-45.5 parent: 34 - type: Transform - uid: 1555 components: - - pos: -49.5,-47.5 + - type: Transform + pos: -49.5,-47.5 parent: 34 - type: Transform - uid: 1556 components: - - pos: -36.5,-45.5 + - type: Transform + pos: -36.5,-45.5 parent: 34 - type: Transform - uid: 1557 components: - - pos: -38.5,-45.5 + - type: Transform + pos: -38.5,-45.5 parent: 34 - type: Transform - uid: 1574 components: - - pos: -51.5,-38.5 + - type: Transform + pos: -51.5,-38.5 parent: 34 - type: Transform - uid: 1575 components: - - pos: -50.5,-38.5 + - type: Transform + pos: -50.5,-38.5 parent: 34 - type: Transform - uid: 6541 components: - - pos: 47.5,-25.5 + - type: Transform + pos: 47.5,-25.5 parent: 34 - type: Transform - uid: 6542 components: - - pos: 47.5,-24.5 + - type: Transform + pos: 47.5,-24.5 parent: 34 - type: Transform - uid: 6543 components: - - pos: 47.5,-23.5 + - type: Transform + pos: 47.5,-23.5 parent: 34 - type: Transform - uid: 6544 components: - - pos: 47.5,-22.5 + - type: Transform + pos: 47.5,-22.5 parent: 34 - type: Transform - uid: 6545 components: - - pos: 47.5,-21.5 + - type: Transform + pos: 47.5,-21.5 parent: 34 - type: Transform - uid: 6546 components: - - pos: 48.5,-25.5 + - type: Transform + pos: 48.5,-25.5 parent: 34 - type: Transform - uid: 6547 components: - - pos: 48.5,-24.5 + - type: Transform + pos: 48.5,-24.5 parent: 34 - type: Transform - uid: 6548 components: - - pos: 48.5,-23.5 + - type: Transform + pos: 48.5,-23.5 parent: 34 - type: Transform - uid: 6549 components: - - pos: 48.5,-22.5 + - type: Transform + pos: 48.5,-22.5 parent: 34 - type: Transform - uid: 6550 components: - - pos: 48.5,-21.5 + - type: Transform + pos: 48.5,-21.5 parent: 34 - type: Transform - uid: 6551 components: - - pos: 49.5,-25.5 + - type: Transform + pos: 49.5,-25.5 parent: 34 - type: Transform - uid: 6552 components: - - pos: 49.5,-24.5 + - type: Transform + pos: 49.5,-24.5 parent: 34 - type: Transform - uid: 6553 components: - - pos: 49.5,-23.5 + - type: Transform + pos: 49.5,-23.5 parent: 34 - type: Transform - uid: 6554 components: - - pos: 49.5,-22.5 + - type: Transform + pos: 49.5,-22.5 parent: 34 - type: Transform - uid: 6555 components: - - pos: 49.5,-21.5 + - type: Transform + pos: 49.5,-21.5 parent: 34 - type: Transform - uid: 6556 components: - - pos: 50.5,-22.5 + - type: Transform + pos: 50.5,-22.5 parent: 34 - type: Transform - uid: 6557 components: - - pos: 50.5,-23.5 + - type: Transform + pos: 50.5,-23.5 parent: 34 - type: Transform - uid: 6558 components: - - pos: 50.5,-24.5 + - type: Transform + pos: 50.5,-24.5 parent: 34 - type: Transform - uid: 6559 components: - - pos: 51.5,-22.5 + - type: Transform + pos: 51.5,-22.5 parent: 34 - type: Transform - uid: 6560 components: - - pos: 51.5,-23.5 + - type: Transform + pos: 51.5,-23.5 parent: 34 - type: Transform - uid: 6561 components: - - pos: 51.5,-24.5 + - type: Transform + pos: 51.5,-24.5 parent: 34 - type: Transform - uid: 7664 components: - - pos: 43.5,-23.5 + - type: Transform + pos: 43.5,-23.5 parent: 34 - type: Transform - uid: 7665 components: - - pos: 43.5,-22.5 + - type: Transform + pos: 43.5,-22.5 parent: 34 - type: Transform - uid: 7666 components: - - pos: 42.5,-24.5 + - type: Transform + pos: 42.5,-24.5 parent: 34 - type: Transform - uid: 7667 components: - - pos: 42.5,-23.5 + - type: Transform + pos: 42.5,-23.5 parent: 34 - type: Transform - uid: 7668 components: - - pos: 42.5,-22.5 + - type: Transform + pos: 42.5,-22.5 parent: 34 - type: Transform - uid: 7669 components: - - pos: 41.5,-24.5 + - type: Transform + pos: 41.5,-24.5 parent: 34 - type: Transform - uid: 7670 components: - - pos: 41.5,-23.5 + - type: Transform + pos: 41.5,-23.5 parent: 34 - type: Transform - uid: 7671 components: - - pos: 41.5,-22.5 + - type: Transform + pos: 41.5,-22.5 parent: 34 - type: Transform - proto: AtmosFixFreezerMarker entities: - uid: 10639 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 34 - type: Transform - uid: 11384 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 34 - type: Transform - uid: 11385 components: - - pos: -14.5,-5.5 + - type: Transform + pos: -14.5,-5.5 parent: 34 - type: Transform - uid: 11386 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 34 - type: Transform - uid: 11387 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 34 - type: Transform - uid: 11388 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 34 - type: Transform - uid: 11389 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 34 - type: Transform - uid: 11390 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 34 - type: Transform - uid: 11391 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 34 - type: Transform - proto: AtmosFixNitrogenMarker entities: - uid: 1879 components: - - pos: -38.5,-39.5 + - type: Transform + pos: -38.5,-39.5 parent: 34 - type: Transform - uid: 1880 components: - - pos: -37.5,-39.5 + - type: Transform + pos: -37.5,-39.5 parent: 34 - type: Transform - uid: 1881 components: - - pos: -36.5,-39.5 + - type: Transform + pos: -36.5,-39.5 parent: 34 - type: Transform - proto: AtmosFixOxygenMarker entities: - uid: 1876 components: - - pos: -38.5,-41.5 + - type: Transform + pos: -38.5,-41.5 parent: 34 - type: Transform - uid: 1877 components: - - pos: -37.5,-41.5 + - type: Transform + pos: -37.5,-41.5 parent: 34 - type: Transform - uid: 1878 components: - - pos: -36.5,-41.5 + - type: Transform + pos: -36.5,-41.5 parent: 34 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 1873 components: - - pos: -38.5,-43.5 + - type: Transform + pos: -38.5,-43.5 parent: 34 - type: Transform - uid: 1874 components: - - pos: -37.5,-43.5 + - type: Transform + pos: -37.5,-43.5 parent: 34 - type: Transform - proto: Autolathe entities: - uid: 2518 components: - - pos: -31.5,-27.5 + - type: Transform + pos: -31.5,-27.5 parent: 34 - type: Transform - uid: 5552 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 34 - type: Transform - uid: 12499 components: - - pos: -17.5,-40.5 + - type: Transform + pos: -17.5,-40.5 parent: 34 - type: Transform - proto: BackgammonBoard entities: - uid: 5899 components: - - pos: -55.519135,0.52200794 + - type: Transform + pos: -55.519135,0.52200794 parent: 34 - type: Transform - proto: BannerMedical entities: - uid: 1372 components: - - pos: 5.5,-27.5 + - type: Transform + pos: 5.5,-27.5 parent: 34 - type: Transform - proto: BannerSecurity entities: - uid: 11342 components: - - pos: 22.5,-16.5 + - type: Transform + pos: 22.5,-16.5 parent: 34 - type: Transform - proto: Barricade entities: - uid: 4510 components: - - pos: 35.5,-15.5 + - type: Transform + pos: 35.5,-15.5 parent: 34 - type: Transform - uid: 4529 components: - - pos: 37.5,-14.5 + - type: Transform + pos: 37.5,-14.5 parent: 34 - type: Transform - uid: 4542 components: - - pos: 35.5,-14.5 + - type: Transform + pos: 35.5,-14.5 parent: 34 - type: Transform - uid: 5881 components: - - pos: -49.5,4.5 + - type: Transform + pos: -49.5,4.5 parent: 34 - type: Transform - uid: 5882 components: - - pos: -48.5,5.5 + - type: Transform + pos: -48.5,5.5 parent: 34 - type: Transform - uid: 5883 components: - - pos: -48.5,4.5 + - type: Transform + pos: -48.5,4.5 parent: 34 - type: Transform - uid: 7807 components: - - pos: -53.5,3.5 + - type: Transform + pos: -53.5,3.5 parent: 34 - type: Transform - uid: 12795 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,9.5 parent: 34 - type: Transform - proto: BarricadeBlock entities: - uid: 4509 components: - - pos: 36.5,-14.5 + - type: Transform + pos: 36.5,-14.5 parent: 34 - type: Transform - uid: 11348 components: - - pos: 38.5,-16.5 + - type: Transform + pos: 38.5,-16.5 parent: 34 - type: Transform - proto: BarricadeDirectional entities: - uid: 4658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-16.5 parent: 34 - type: Transform - uid: 12798 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,9.5 parent: 34 - type: Transform - uid: 12799 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,9.5 parent: 34 - type: Transform - uid: 12800 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,9.5 parent: 34 - type: Transform - uid: 12801 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,9.5 parent: 34 - type: Transform - uid: 12802 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 34 - type: Transform - uid: 12803 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,9.5 parent: 34 - type: Transform - proto: BarSignEmergencyRumParty entities: - uid: 5495 components: - - pos: 39.5,-37.5 + - type: Transform + pos: 39.5,-37.5 parent: 34 - type: Transform - proto: BarSignTheLooseGoose entities: - uid: 298 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 34 - type: Transform - proto: BarSignTheNet entities: - uid: 11772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,8.5 parent: 34 - type: Transform - proto: BarSignWiggleRoom entities: - uid: 8494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-49.5 parent: 34 - type: Transform - proto: Beaker entities: - uid: 897 components: - - pos: -7.3135357,-4.6884913 + - type: Transform + pos: -7.3135357,-4.6884913 parent: 34 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: TableSalt Quantity: 25 - type: SolutionContainerManager - uid: 2026 components: - - pos: -32.81829,-17.205612 + - type: Transform + pos: -32.81829,-17.205612 parent: 34 - type: Transform - uid: 11106 components: - - pos: -20.759005,-3.1052136 + - type: Transform + pos: -20.759005,-3.1052136 parent: 34 - type: Transform - uid: 11701 components: - - pos: -32.703705,-17.351547 + - type: Transform + pos: -32.703705,-17.351547 parent: 34 - type: Transform - uid: 12444 components: - - pos: 0.8789468,-43.4626 + - type: Transform + pos: 0.8789468,-43.4626 parent: 34 - type: Transform - proto: Bed entities: - uid: 673 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 34 - type: Transform - uid: 967 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 34 - type: Transform - uid: 1016 components: - - pos: 2.5,-20.5 + - type: Transform + pos: 2.5,-20.5 parent: 34 - type: Transform - uid: 1157 components: - - pos: -15.5,-38.5 + - type: Transform + pos: -15.5,-38.5 parent: 34 - type: Transform - uid: 1354 components: - - pos: 32.5,-9.5 + - type: Transform + pos: 32.5,-9.5 parent: 34 - type: Transform - uid: 2174 components: - - pos: -45.5,-6.5 + - type: Transform + pos: -45.5,-6.5 parent: 34 - type: Transform - uid: 2203 components: - - pos: -47.5,-6.5 + - type: Transform + pos: -47.5,-6.5 parent: 34 - type: Transform - uid: 2220 components: - - pos: -45.5,-3.5 + - type: Transform + pos: -45.5,-3.5 parent: 34 - type: Transform - uid: 2244 components: - - pos: -46.5,2.5 + - type: Transform + pos: -46.5,2.5 parent: 34 - type: Transform - uid: 2245 components: - - pos: -51.5,2.5 + - type: Transform + pos: -51.5,2.5 parent: 34 - type: Transform - uid: 2249 components: - - pos: -49.5,-6.5 + - type: Transform + pos: -49.5,-6.5 parent: 34 - type: Transform - uid: 3357 components: - - pos: -31.5,-15.5 + - type: Transform + pos: -31.5,-15.5 parent: 34 - type: Transform - uid: 3494 components: - - pos: 20.5,-3.5 + - type: Transform + pos: 20.5,-3.5 parent: 34 - type: Transform - uid: 3615 components: - - pos: 18.5,-3.5 + - type: Transform + pos: 18.5,-3.5 parent: 34 - type: Transform - uid: 3616 components: - - pos: 16.5,-3.5 + - type: Transform + pos: 16.5,-3.5 parent: 34 - type: Transform - uid: 3772 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 34 - type: Transform - uid: 4276 components: - - pos: 25.5,-27.5 + - type: Transform + pos: 25.5,-27.5 parent: 34 - type: Transform - uid: 4540 components: - - pos: 39.5,-9.5 + - type: Transform + pos: 39.5,-9.5 parent: 34 - type: Transform - uid: 4549 components: - - pos: 39.5,-6.5 + - type: Transform + pos: 39.5,-6.5 parent: 34 - type: Transform - uid: 4555 components: - - pos: 39.5,-12.5 + - type: Transform + pos: 39.5,-12.5 parent: 34 - type: Transform - uid: 4556 components: - - pos: 48.5,-13.5 + - type: Transform + pos: 48.5,-13.5 parent: 34 - type: Transform - uid: 4557 components: - - pos: 48.5,-10.5 + - type: Transform + pos: 48.5,-10.5 parent: 34 - type: Transform - uid: 4558 components: - - pos: 48.5,-7.5 + - type: Transform + pos: 48.5,-7.5 parent: 34 - type: Transform - uid: 4574 components: - - pos: 41.5,-15.5 + - type: Transform + pos: 41.5,-15.5 parent: 34 - type: Transform - uid: 4790 components: - - pos: -17.5,-32.5 + - type: Transform + pos: -17.5,-32.5 parent: 34 - type: Transform - uid: 5949 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 34 - type: Transform - uid: 8924 components: - - pos: -24.5,-31.5 + - type: Transform + pos: -24.5,-31.5 parent: 34 - type: Transform - uid: 9037 components: - - pos: 18.5,-45.5 + - type: Transform + pos: 18.5,-45.5 parent: 34 - type: Transform - proto: BedsheetBlack entities: - uid: 2227 components: - - pos: -45.5,-3.5 + - type: Transform + pos: -45.5,-3.5 parent: 34 - type: Transform - uid: 3186 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 34 - type: Transform - uid: 3358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-15.5 parent: 34 - type: Transform - proto: BedsheetBrigmedic entities: - uid: 1080 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 34 - type: Transform - uid: 12276 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 34 - type: Transform - proto: BedsheetBrown entities: - uid: 6155 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 34 - type: Transform - proto: BedsheetCaptain entities: - uid: 4277 components: - - pos: 25.5,-27.5 + - type: Transform + pos: 25.5,-27.5 parent: 34 - type: Transform - proto: BedsheetCE entities: - uid: 4753 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-31.5 parent: 34 - type: Transform - proto: BedsheetClown entities: - uid: 5950 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 34 - type: Transform - proto: BedsheetHOS entities: - uid: 8074 components: - - pos: 32.5,-9.5 + - type: Transform + pos: 32.5,-9.5 parent: 34 - type: Transform - proto: BedsheetIan entities: - uid: 2205 components: - - pos: -47.5,-6.5 + - type: Transform + pos: -47.5,-6.5 parent: 34 - type: Transform - proto: BedsheetMedical entities: - uid: 1291 components: - - pos: 2.5,-35.5 + - type: Transform + pos: 2.5,-35.5 parent: 34 - type: Transform - uid: 1403 components: - - pos: 2.5,-31.5 + - type: Transform + pos: 2.5,-31.5 parent: 34 - type: Transform - uid: 1805 components: - - pos: 7.5,-34.5 + - type: Transform + pos: 7.5,-34.5 parent: 34 - type: Transform - uid: 2664 components: - - pos: -1.5,-37.5 + - type: Transform + pos: -1.5,-37.5 parent: 34 - type: Transform - proto: BedsheetMime entities: - uid: 5951 components: - - pos: 2.5,-20.5 + - type: Transform + pos: 2.5,-20.5 parent: 34 - type: Transform - proto: BedsheetQM entities: - uid: 10595 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-38.5 parent: 34 - type: Transform - proto: BedsheetSpawner entities: - uid: 1059 components: - - pos: 48.5,-7.5 + - type: Transform + pos: 48.5,-7.5 parent: 34 - type: Transform - uid: 2256 components: - - pos: -49.5,-6.5 + - type: Transform + pos: -49.5,-6.5 parent: 34 - type: Transform - uid: 4531 components: - - pos: 41.5,-15.5 + - type: Transform + pos: 41.5,-15.5 parent: 34 - type: Transform - uid: 4744 components: - - pos: -17.5,-32.5 + - type: Transform + pos: -17.5,-32.5 parent: 34 - type: Transform - uid: 4755 components: - - pos: 48.5,-10.5 + - type: Transform + pos: 48.5,-10.5 parent: 34 - type: Transform - uid: 4849 components: - - pos: 39.5,-6.5 + - type: Transform + pos: 39.5,-6.5 parent: 34 - type: Transform - uid: 5856 components: - - pos: -51.5,2.5 + - type: Transform + pos: -51.5,2.5 parent: 34 - type: Transform - uid: 5857 components: - - pos: -46.5,2.5 + - type: Transform + pos: -46.5,2.5 parent: 34 - type: Transform - uid: 10137 components: - - pos: 18.5,-45.5 + - type: Transform + pos: 18.5,-45.5 parent: 34 - type: Transform - uid: 11089 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 34 - type: Transform - uid: 12478 components: - - pos: 39.5,-12.5 + - type: Transform + pos: 39.5,-12.5 parent: 34 - type: Transform - uid: 12479 components: - - pos: 48.5,-13.5 + - type: Transform + pos: 48.5,-13.5 parent: 34 - type: Transform - uid: 12480 components: - - pos: 39.5,-9.5 + - type: Transform + pos: 39.5,-9.5 parent: 34 - type: Transform - proto: BedsheetWiz entities: - uid: 2204 components: - - pos: -45.5,-6.5 + - type: Transform + pos: -45.5,-6.5 parent: 34 - type: Transform - proto: BedsheetYellow entities: - uid: 3617 components: - - pos: 20.5,-3.5 + - type: Transform + pos: 20.5,-3.5 parent: 34 - type: Transform - uid: 3618 components: - - pos: 18.5,-3.5 + - type: Transform + pos: 18.5,-3.5 parent: 34 - type: Transform - uid: 3619 components: - - pos: 16.5,-3.5 + - type: Transform + pos: 16.5,-3.5 parent: 34 - type: Transform - proto: BenchSofaCorpLeft entities: - uid: 5945 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-35.5 parent: 34 - type: Transform - proto: BenchSofaCorpMiddle entities: - uid: 6101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-34.5 parent: 34 - type: Transform - proto: BenchSofaCorpRight entities: - uid: 6100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-33.5 parent: 34 - type: Transform - proto: BenchSofaLeft entities: - uid: 4432 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-33.5 parent: 34 - type: Transform - uid: 12281 components: - - pos: 30.5,-13.5 + - type: Transform + pos: 30.5,-13.5 parent: 34 - type: Transform - proto: BenchSofaMiddle entities: - uid: 4436 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-34.5 parent: 34 - type: Transform - proto: BenchSofaRight entities: - uid: 11016 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-35.5 parent: 34 - type: Transform - uid: 12282 components: - - pos: 29.5,-13.5 + - type: Transform + pos: 29.5,-13.5 parent: 34 - type: Transform - proto: BenchSteelLeft entities: - uid: 2736 components: - - pos: 8.5,18.5 + - type: Transform + pos: 8.5,18.5 parent: 34 - type: Transform - proto: BenchSteelMiddle entities: - uid: 3876 components: - - pos: 9.5,18.5 + - type: Transform + pos: 9.5,18.5 parent: 34 - type: Transform - proto: BenchSteelRight entities: - uid: 261 components: - - pos: 10.5,18.5 + - type: Transform + pos: 10.5,18.5 parent: 34 - type: Transform - proto: BiomassReclaimer entities: - uid: 8965 components: - - pos: 10.5,-40.5 + - type: Transform + pos: 10.5,-40.5 parent: 34 - type: Transform - proto: BlastDoor entities: - uid: 836 components: - - pos: -26.5,-6.5 + - type: Transform + pos: -26.5,-6.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1163 - type: DeviceLinkSink - uid: 1484 components: - - pos: -51.5,-47.5 + - type: Transform + pos: -51.5,-47.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 678 - 679 - type: DeviceLinkSink - uid: 7707 components: - - pos: -17.5,-43.5 + - type: Transform + pos: -17.5,-43.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 11806 components: - - pos: -21.5,-43.5 + - type: Transform + pos: -21.5,-43.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 12295 components: - - pos: -60.5,-40.5 + - type: Transform + pos: -60.5,-40.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12307 - type: DeviceLinkSink - uid: 12300 components: - - pos: -60.5,-39.5 + - type: Transform + pos: -60.5,-39.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12307 - type: DeviceLinkSink - uid: 12306 components: - - pos: -60.5,-38.5 + - type: Transform + pos: -60.5,-38.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12307 - type: DeviceLinkSink - proto: BlastDoorOpen entities: - uid: 3639 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3750 - type: DeviceLinkSink - uid: 3640 components: - - pos: 15.5,-5.5 + - type: Transform + pos: 15.5,-5.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3750 - type: DeviceLinkSink - uid: 3641 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 3750 - type: DeviceLinkSink - uid: 8683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-4.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7996 - type: DeviceLinkSink - proto: BlueLightTube entities: - uid: 5065 components: - - pos: -19.90102,7.4961514 + - type: Transform + pos: -19.90102,7.4961514 parent: 34 - type: Transform - uid: 5625 components: - - pos: -19.61977,7.4961514 + - type: Transform + pos: -19.61977,7.4961514 parent: 34 - type: Transform - proto: BoardGameSpawner entities: - uid: 4696 components: - - pos: 41.5,-18.5 + - type: Transform + pos: 41.5,-18.5 parent: 34 - type: Transform - proto: BookBartendersManual entities: - uid: 11012 components: - - pos: 3.582711,-3.4520693 + - type: Transform + pos: 3.582711,-3.4520693 parent: 34 - type: Transform - proto: BookChefGaming entities: - uid: 1107 components: - - pos: -7.497657,-4.2298393 + - type: Transform + pos: -7.497657,-4.2298393 parent: 34 - type: Transform - uid: 4686 components: - - pos: 40.427826,3.5490375 + - type: Transform + pos: 40.427826,3.5490375 parent: 34 - type: Transform - proto: BookEngineersHandbook entities: - uid: 11040 components: - - pos: -56.022884,-1.4441328 + - type: Transform + pos: -56.022884,-1.4441328 parent: 34 - type: Transform - uid: 11113 components: - - pos: -28.716812,-29.284609 + - type: Transform + pos: -28.716812,-29.284609 parent: 34 - type: Transform - proto: BookLeafLoversSecret entities: - uid: 11380 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.560392,-3.8160172 parent: 34 - type: Transform - proto: BookRandom entities: - uid: 11041 components: - - pos: 39.567196,-31.448809 + - type: Transform + pos: 39.567196,-31.448809 parent: 34 - type: Transform - uid: 11042 components: - - pos: 39.098446,-31.323723 + - type: Transform + pos: 39.098446,-31.323723 parent: 34 - type: Transform - proto: BookScientistsGuidebook entities: - uid: 11050 components: - - pos: -35.70542,-5.4355335 + - type: Transform + pos: -35.70542,-5.4355335 parent: 34 - type: Transform - proto: BookSecurity entities: - uid: 11332 components: - - pos: 22.669678,-12.33404 + - type: Transform + pos: 22.669678,-12.33404 parent: 34 - type: Transform - proto: Bookshelf entities: - uid: 2172 components: - - pos: -41.5,-7.5 + - type: Transform + pos: -41.5,-7.5 parent: 34 - type: Transform - uid: 2243 components: - - pos: -45.5,2.5 + - type: Transform + pos: -45.5,2.5 parent: 34 - type: Transform - uid: 3626 components: - - pos: 17.5,-3.5 + - type: Transform + pos: 17.5,-3.5 parent: 34 - type: Transform - uid: 4079 components: - - pos: 40.5,-9.5 + - type: Transform + pos: 40.5,-9.5 parent: 34 - type: Transform - proto: BookshelfFilled entities: - uid: 8841 components: - - pos: 50.5,1.5 + - type: Transform + pos: 50.5,1.5 parent: 34 - type: Transform - proto: BoozeDispenser entities: - uid: 341 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 34 - type: Transform - uid: 1161 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,7.5 parent: 34 - type: Transform - uid: 5515 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-40.5 parent: 34 - type: Transform - uid: 8493 components: - - pos: -9.5,-40.5 + - type: Transform + pos: -9.5,-40.5 parent: 34 - type: Transform - proto: BorgCharger entities: - uid: 2469 components: - - pos: -24.5,5.5 + - type: Transform + pos: -24.5,5.5 parent: 34 - type: Transform - uid: 3255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-27.5 parent: 34 - type: Transform - uid: 6227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-22.5 parent: 34 - type: Transform - uid: 6872 components: - - pos: 1.5,-50.5 + - type: Transform + pos: 1.5,-50.5 parent: 34 - type: Transform - proto: BoxBeaker entities: - uid: 12443 components: - - pos: 0.31644678,-43.509476 + - type: Transform + pos: 0.31644678,-43.509476 parent: 34 - type: Transform - proto: BoxBeanbag entities: - uid: 3580 components: - - pos: 25.475487,1.7896924 + - type: Transform + pos: 25.475487,1.7896924 parent: 34 - type: Transform - proto: BoxBodyBag entities: - uid: 8496 components: - - pos: 11.331081,-40.243954 + - type: Transform + pos: 11.331081,-40.243954 parent: 34 - type: Transform - proto: BoxCardboard entities: - uid: 1909 components: - - pos: -7.574397,-24.33654 + - type: Transform + pos: -7.574397,-24.33654 parent: 34 - type: Transform - uid: 1910 components: - - pos: -7.2759867,-24.45904 + - type: Transform + pos: -7.2759867,-24.45904 parent: 34 - type: Transform - proto: BoxColoredLighttube entities: - uid: 245 components: - - pos: 6.7010136,-18.662865 + - type: Transform + pos: 6.7010136,-18.662865 parent: 34 - type: Transform - proto: BoxFolderBlue entities: - uid: 3767 components: - - pos: 29.333155,-10.290697 + - type: Transform + pos: 29.333155,-10.290697 parent: 34 - type: Transform - uid: 3944 components: - - pos: 13.377207,-30.538752 + - type: Transform + pos: 13.377207,-30.538752 parent: 34 - type: Transform - uid: 6096 components: - - pos: 18.749836,-0.9969661 + - type: Transform + pos: 18.749836,-0.9969661 parent: 34 - type: Transform - proto: BoxFolderGrey entities: - uid: 2259 components: - - pos: -51.26105,-6.396988 + - type: Transform + pos: -51.26105,-6.396988 parent: 34 - type: Transform - uid: 4468 components: - - pos: 32.724888,-35.156693 + - type: Transform + pos: 32.724888,-35.156693 parent: 34 - type: Transform - proto: BoxFolderRed entities: - uid: 2430 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.032458,7.7103887 parent: 34 - type: Transform - uid: 3766 components: - - pos: 27.260237,-6.2879176 + - type: Transform + pos: 27.260237,-6.2879176 parent: 34 - type: Transform - uid: 3943 components: - - pos: 17.658457,-30.497057 + - type: Transform + pos: 17.658457,-30.497057 parent: 34 - type: Transform - uid: 10814 components: - - pos: -5.3270607,4.6644883 + - type: Transform + pos: -5.3270607,4.6644883 parent: 34 - type: Transform - proto: BoxFolderWhite entities: - uid: 1342 components: - - pos: 9.730114,-32.48046 + - type: Transform + pos: 9.730114,-32.48046 parent: 34 - type: Transform - proto: BoxFolderYellow entities: - uid: 4469 components: - - pos: 32.794876,-35.472805 + - type: Transform + pos: 32.794876,-35.472805 parent: 34 - type: Transform - proto: BoxInflatable entities: - uid: 1100 components: - - pos: -32.651108,-27.576199 + - type: Transform + pos: -32.651108,-27.576199 parent: 34 - type: Transform - uid: 5416 components: - - pos: 33.639065,-42.25058 + - type: Transform + pos: 33.639065,-42.25058 parent: 34 - type: Transform - proto: BoxingBell entities: - uid: 12246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,7.5 parent: 34 - type: Transform - proto: BoxLethalshot entities: - uid: 4497 components: - - pos: 28.47903,4.62251 + - type: Transform + pos: 28.47903,4.62251 parent: 34 - type: Transform - proto: BoxLightbulb entities: - uid: 5933 components: - - pos: -55.682247,3.4220805 + - type: Transform + pos: -55.682247,3.4220805 parent: 34 - type: Transform - proto: BoxLightMixed entities: - uid: 11091 components: - - pos: 6.7546015,-18.306509 + - type: Transform + pos: 6.7546015,-18.306509 parent: 34 - type: Transform - proto: BoxMouthSwab entities: - uid: 2670 components: - - pos: -1.7050788,-36.142494 + - type: Transform + pos: -1.7050788,-36.142494 parent: 34 - type: Transform - proto: BriefcaseBrown entities: - uid: 10527 components: - - pos: 2.9504182,-47.99717 + - type: Transform + pos: 2.9504182,-47.99717 parent: 34 - type: Transform - proto: BriefcaseBrownFilled entities: - uid: 10526 components: - - pos: 5.1839876,13.791559 + - type: Transform + pos: 5.1839876,13.791559 parent: 34 - type: Transform - proto: BrigTimer entities: - uid: 3514 components: - - pos: 19.5,-8.5 + - type: Transform + pos: 19.5,-8.5 parent: 34 - type: Transform - - label: COMM - type: SignalTimer - - linkedPorts: + - type: SignalTimer + label: COMM + - type: DeviceLinkSource + linkedPorts: 3391: - Start: Close - Timer: Open @@ -7346,21619 +7462,21788 @@ entities: - Start: Close - Timer: Open - Timer: AutoClose - type: DeviceLinkSource - proto: Brutepack entities: - uid: 1366 components: - - pos: 3.3347142,-31.52173 + - type: Transform + pos: 3.3347142,-31.52173 parent: 34 - type: Transform - uid: 5879 components: - - pos: -49.6156,6.6717114 + - type: Transform + pos: -49.6156,6.6717114 parent: 34 - type: Transform - uid: 8328 components: - - pos: 19.563652,-20.443884 + - type: Transform + pos: 19.563652,-20.443884 parent: 34 - type: Transform - proto: Bucket entities: - uid: 3076 components: - - pos: -17.8019,2.7929726 + - type: Transform + pos: -17.8019,2.7929726 parent: 34 - type: Transform - uid: 3307 components: - - pos: -17.6769,2.4594078 + - type: Transform + pos: -17.6769,2.4594078 parent: 34 - type: Transform - uid: 4715 components: - - pos: 37.16463,5.0502324 + - type: Transform + pos: 37.16463,5.0502324 parent: 34 - type: Transform - uid: 8230 components: - - pos: 4.461566,-19.972683 + - type: Transform + pos: 4.461566,-19.972683 parent: 34 - type: Transform - uid: 10753 components: - - pos: -49.28929,-18.668879 + - type: Transform + pos: -49.28929,-18.668879 parent: 34 - type: Transform - proto: CableApcExtension entities: - uid: 21 components: - - pos: -4.5,-25.5 + - type: Transform + pos: -4.5,-25.5 parent: 34 - type: Transform - uid: 53 components: - - pos: 42.5,-9.5 + - type: Transform + pos: 42.5,-9.5 parent: 34 - type: Transform - uid: 58 components: - - pos: -47.5,-37.5 + - type: Transform + pos: -47.5,-37.5 parent: 34 - type: Transform - uid: 65 components: - - pos: -47.5,-39.5 + - type: Transform + pos: -47.5,-39.5 parent: 34 - type: Transform - uid: 79 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 34 - type: Transform - uid: 97 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 34 - type: Transform - uid: 98 components: - - pos: -4.5,-26.5 + - type: Transform + pos: -4.5,-26.5 parent: 34 - type: Transform - uid: 110 components: - - pos: -4.5,-27.5 + - type: Transform + pos: -4.5,-27.5 parent: 34 - type: Transform - uid: 113 components: - - pos: -18.5,-41.5 + - type: Transform + pos: -18.5,-41.5 parent: 34 - type: Transform - uid: 118 components: - - pos: -4.5,-28.5 + - type: Transform + pos: -4.5,-28.5 parent: 34 - type: Transform - uid: 119 components: - - pos: -46.5,-37.5 + - type: Transform + pos: -46.5,-37.5 parent: 34 - type: Transform - uid: 122 components: - - pos: -48.5,-37.5 + - type: Transform + pos: -48.5,-37.5 parent: 34 - type: Transform - uid: 263 components: - - pos: -20.5,-31.5 + - type: Transform + pos: -20.5,-31.5 parent: 34 - type: Transform - uid: 272 components: - - pos: 42.5,-0.5 + - type: Transform + pos: 42.5,-0.5 parent: 34 - type: Transform - uid: 337 components: - - pos: -31.5,-26.5 + - type: Transform + pos: -31.5,-26.5 parent: 34 - type: Transform - uid: 376 components: - - pos: -43.5,-21.5 + - type: Transform + pos: -43.5,-21.5 parent: 34 - type: Transform - uid: 424 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 34 - type: Transform - uid: 453 components: - - pos: -2.5,-45.5 + - type: Transform + pos: -2.5,-45.5 parent: 34 - type: Transform - uid: 465 components: - - pos: 8.5,-16.5 + - type: Transform + pos: 8.5,-16.5 parent: 34 - type: Transform - uid: 556 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 34 - type: Transform - uid: 582 components: - - pos: -57.5,-10.5 + - type: Transform + pos: -57.5,-10.5 parent: 34 - type: Transform - uid: 695 components: - - pos: 42.5,-1.5 + - type: Transform + pos: 42.5,-1.5 parent: 34 - type: Transform - uid: 708 components: - - pos: -21.5,-41.5 + - type: Transform + pos: -21.5,-41.5 parent: 34 - type: Transform - uid: 724 components: - - pos: -50.5,-17.5 + - type: Transform + pos: -50.5,-17.5 parent: 34 - type: Transform - uid: 773 components: - - pos: -30.5,-26.5 + - type: Transform + pos: -30.5,-26.5 parent: 34 - type: Transform - uid: 801 components: - - pos: -12.5,-36.5 + - type: Transform + pos: -12.5,-36.5 parent: 34 - type: Transform - uid: 869 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 34 - type: Transform - uid: 896 components: - - pos: -37.5,-16.5 + - type: Transform + pos: -37.5,-16.5 parent: 34 - type: Transform - uid: 934 components: - - pos: -26.5,-9.5 + - type: Transform + pos: -26.5,-9.5 parent: 34 - type: Transform - uid: 935 components: - - pos: -26.5,-6.5 + - type: Transform + pos: -26.5,-6.5 parent: 34 - type: Transform - uid: 936 components: - - pos: -26.5,-4.5 + - type: Transform + pos: -26.5,-4.5 parent: 34 - type: Transform - uid: 946 components: - - pos: -21.5,-42.5 + - type: Transform + pos: -21.5,-42.5 parent: 34 - type: Transform - uid: 959 components: - - pos: -26.5,-5.5 + - type: Transform + pos: -26.5,-5.5 parent: 34 - type: Transform - uid: 960 components: - - pos: -26.5,-7.5 + - type: Transform + pos: -26.5,-7.5 parent: 34 - type: Transform - uid: 962 components: - - pos: -26.5,-8.5 + - type: Transform + pos: -26.5,-8.5 parent: 34 - type: Transform - uid: 986 components: - - pos: -3.5,-45.5 + - type: Transform + pos: -3.5,-45.5 parent: 34 - type: Transform - uid: 1011 components: - - pos: 0.5,-22.5 + - type: Transform + pos: 0.5,-22.5 parent: 34 - type: Transform - uid: 1029 components: - - pos: -30.5,-27.5 + - type: Transform + pos: -30.5,-27.5 parent: 34 - type: Transform - uid: 1030 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 34 - type: Transform - uid: 1033 components: - - pos: 45.5,-9.5 + - type: Transform + pos: 45.5,-9.5 parent: 34 - type: Transform - uid: 1034 components: - - pos: -30.5,-40.5 + - type: Transform + pos: -30.5,-40.5 parent: 34 - type: Transform - uid: 1036 components: - - pos: -10.5,-33.5 + - type: Transform + pos: -10.5,-33.5 parent: 34 - type: Transform - uid: 1056 components: - - pos: -13.5,-40.5 + - type: Transform + pos: -13.5,-40.5 parent: 34 - type: Transform - uid: 1065 components: - - pos: -25.5,-32.5 + - type: Transform + pos: -25.5,-32.5 parent: 34 - type: Transform - uid: 1103 components: - - pos: 40.5,-12.5 + - type: Transform + pos: 40.5,-12.5 parent: 34 - type: Transform - uid: 1111 components: - - pos: -24.5,-41.5 + - type: Transform + pos: -24.5,-41.5 parent: 34 - type: Transform - uid: 1141 components: - - pos: -25.5,-30.5 + - type: Transform + pos: -25.5,-30.5 parent: 34 - type: Transform - uid: 1148 components: - - pos: -54.5,-10.5 + - type: Transform + pos: -54.5,-10.5 parent: 34 - type: Transform - uid: 1156 components: - - pos: 49.5,-3.5 + - type: Transform + pos: 49.5,-3.5 parent: 34 - type: Transform - uid: 1221 components: - - pos: -22.5,-26.5 + - type: Transform + pos: -22.5,-26.5 parent: 34 - type: Transform - uid: 1225 components: - - pos: -20.5,-32.5 + - type: Transform + pos: -20.5,-32.5 parent: 34 - type: Transform - uid: 1231 components: - - pos: 48.5,0.5 + - type: Transform + pos: 48.5,0.5 parent: 34 - type: Transform - uid: 1235 components: - - pos: -21.5,-9.5 + - type: Transform + pos: -21.5,-9.5 parent: 34 - type: Transform - uid: 1236 components: - - pos: -23.5,-26.5 + - type: Transform + pos: -23.5,-26.5 parent: 34 - type: Transform - uid: 1237 components: - - pos: -28.5,-26.5 + - type: Transform + pos: -28.5,-26.5 parent: 34 - type: Transform - uid: 1238 components: - - pos: -25.5,-25.5 - parent: 34 - type: Transform + - type: Transform + pos: -25.5,-25.5 + parent: 34 - uid: 1239 components: - - pos: -21.5,-26.5 + - type: Transform + pos: -21.5,-26.5 parent: 34 - type: Transform - uid: 1240 components: - - pos: -25.5,-24.5 + - type: Transform + pos: -25.5,-24.5 parent: 34 - type: Transform - uid: 1241 components: - - pos: -41.5,-32.5 + - type: Transform + pos: -41.5,-32.5 parent: 34 - type: Transform - uid: 1243 components: - - pos: -45.5,-33.5 + - type: Transform + pos: -45.5,-33.5 parent: 34 - type: Transform - uid: 1244 components: - - pos: -19.5,-26.5 + - type: Transform + pos: -19.5,-26.5 parent: 34 - type: Transform - uid: 1245 components: - - pos: -43.5,-33.5 + - type: Transform + pos: -43.5,-33.5 parent: 34 - type: Transform - uid: 1246 components: - - pos: -44.5,-33.5 + - type: Transform + pos: -44.5,-33.5 parent: 34 - type: Transform - uid: 1247 components: - - pos: -41.5,-36.5 + - type: Transform + pos: -41.5,-36.5 parent: 34 - type: Transform - uid: 1248 components: - - pos: -42.5,-36.5 + - type: Transform + pos: -42.5,-36.5 parent: 34 - type: Transform - uid: 1249 components: - - pos: -43.5,-36.5 + - type: Transform + pos: -43.5,-36.5 parent: 34 - type: Transform - uid: 1250 components: - - pos: -43.5,-34.5 + - type: Transform + pos: -43.5,-34.5 parent: 34 - type: Transform - uid: 1251 components: - - pos: -43.5,-35.5 + - type: Transform + pos: -43.5,-35.5 parent: 34 - type: Transform - uid: 1253 components: - - pos: -46.5,-39.5 + - type: Transform + pos: -46.5,-39.5 parent: 34 - type: Transform - uid: 1294 components: - - pos: 6.5,-40.5 + - type: Transform + pos: 6.5,-40.5 parent: 34 - type: Transform - uid: 1370 components: - - pos: 6.5,-39.5 + - type: Transform + pos: 6.5,-39.5 parent: 34 - type: Transform - uid: 1373 components: - - pos: 30.5,-10.5 + - type: Transform + pos: 30.5,-10.5 parent: 34 - type: Transform - uid: 1379 components: - - pos: 6.5,-41.5 + - type: Transform + pos: 6.5,-41.5 parent: 34 - type: Transform - uid: 1381 components: - - pos: 0.5,-40.5 + - type: Transform + pos: 0.5,-40.5 parent: 34 - type: Transform - uid: 1383 components: - - pos: -0.5,-41.5 + - type: Transform + pos: -0.5,-41.5 parent: 34 - type: Transform - uid: 1386 components: - - pos: -0.5,-40.5 + - type: Transform + pos: -0.5,-40.5 parent: 34 - type: Transform - uid: 1389 components: - - pos: 1.5,-40.5 + - type: Transform + pos: 1.5,-40.5 parent: 34 - type: Transform - uid: 1392 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 34 - type: Transform - uid: 1395 components: - - pos: 48.5,-3.5 + - type: Transform + pos: 48.5,-3.5 parent: 34 - type: Transform - uid: 1494 components: - - pos: 32.5,-10.5 + - type: Transform + pos: 32.5,-10.5 parent: 34 - type: Transform - uid: 1524 components: - - pos: -45.5,-18.5 + - type: Transform + pos: -45.5,-18.5 parent: 34 - type: Transform - uid: 1549 components: - - pos: -53.5,-12.5 + - type: Transform + pos: -53.5,-12.5 parent: 34 - type: Transform - uid: 1550 components: - - pos: -22.5,-41.5 + - type: Transform + pos: -22.5,-41.5 parent: 34 - type: Transform - uid: 1554 components: - - pos: -15.5,-37.5 + - type: Transform + pos: -15.5,-37.5 parent: 34 - type: Transform - uid: 1559 components: - - pos: -13.5,-38.5 + - type: Transform + pos: -13.5,-38.5 parent: 34 - type: Transform - uid: 1581 components: - - pos: -29.5,-52.5 + - type: Transform + pos: -29.5,-52.5 parent: 34 - type: Transform - uid: 1582 components: - - pos: -29.5,-53.5 + - type: Transform + pos: -29.5,-53.5 parent: 34 - type: Transform - uid: 1584 components: - - pos: -29.5,-54.5 + - type: Transform + pos: -29.5,-54.5 parent: 34 - type: Transform - uid: 1585 components: - - pos: -29.5,-55.5 + - type: Transform + pos: -29.5,-55.5 parent: 34 - type: Transform - uid: 1586 components: - - pos: -29.5,-53.5 + - type: Transform + pos: -29.5,-53.5 parent: 34 - type: Transform - uid: 1595 components: - - pos: -14.5,-37.5 + - type: Transform + pos: -14.5,-37.5 parent: 34 - type: Transform - uid: 1617 components: - - pos: 49.5,0.5 + - type: Transform + pos: 49.5,0.5 parent: 34 - type: Transform - uid: 1659 components: - - pos: -43.5,-37.5 + - type: Transform + pos: -43.5,-37.5 parent: 34 - type: Transform - uid: 1660 components: - - pos: -43.5,-38.5 + - type: Transform + pos: -43.5,-38.5 parent: 34 - type: Transform - uid: 1661 components: - - pos: -43.5,-39.5 + - type: Transform + pos: -43.5,-39.5 parent: 34 - type: Transform - uid: 1662 components: - - pos: -43.5,-40.5 + - type: Transform + pos: -43.5,-40.5 parent: 34 - type: Transform - uid: 1663 components: - - pos: -43.5,-41.5 + - type: Transform + pos: -43.5,-41.5 parent: 34 - type: Transform - uid: 1664 components: - - pos: -43.5,-42.5 + - type: Transform + pos: -43.5,-42.5 parent: 34 - type: Transform - uid: 1665 components: - - pos: -44.5,-42.5 + - type: Transform + pos: -44.5,-42.5 parent: 34 - type: Transform - uid: 1666 components: - - pos: -45.5,-42.5 + - type: Transform + pos: -45.5,-42.5 parent: 34 - type: Transform - uid: 1667 components: - - pos: -46.5,-42.5 + - type: Transform + pos: -46.5,-42.5 parent: 34 - type: Transform - uid: 1668 components: - - pos: -47.5,-42.5 + - type: Transform + pos: -47.5,-42.5 parent: 34 - type: Transform - uid: 1669 components: - - pos: -48.5,-42.5 + - type: Transform + pos: -48.5,-42.5 parent: 34 - type: Transform - uid: 1670 components: - - pos: -49.5,-42.5 + - type: Transform + pos: -49.5,-42.5 parent: 34 - type: Transform - uid: 1671 components: - - pos: -50.5,-42.5 + - type: Transform + pos: -50.5,-42.5 parent: 34 - type: Transform - uid: 1672 components: - - pos: -51.5,-42.5 + - type: Transform + pos: -51.5,-42.5 parent: 34 - type: Transform - uid: 1673 components: - - pos: -52.5,-42.5 + - type: Transform + pos: -52.5,-42.5 parent: 34 - type: Transform - uid: 1674 components: - - pos: -52.5,-43.5 + - type: Transform + pos: -52.5,-43.5 parent: 34 - type: Transform - uid: 1675 components: - - pos: -52.5,-44.5 + - type: Transform + pos: -52.5,-44.5 parent: 34 - type: Transform - uid: 1676 components: - - pos: -52.5,-45.5 + - type: Transform + pos: -52.5,-45.5 parent: 34 - type: Transform - uid: 1677 components: - - pos: -52.5,-46.5 + - type: Transform + pos: -52.5,-46.5 parent: 34 - type: Transform - uid: 1678 components: - - pos: -52.5,-47.5 + - type: Transform + pos: -52.5,-47.5 parent: 34 - type: Transform - uid: 1679 components: - - pos: -52.5,-48.5 + - type: Transform + pos: -52.5,-48.5 parent: 34 - type: Transform - uid: 1680 components: - - pos: -52.5,-49.5 + - type: Transform + pos: -52.5,-49.5 parent: 34 - type: Transform - uid: 1681 components: - - pos: -51.5,-49.5 + - type: Transform + pos: -51.5,-49.5 parent: 34 - type: Transform - uid: 1682 components: - - pos: -50.5,-49.5 + - type: Transform + pos: -50.5,-49.5 parent: 34 - type: Transform - uid: 1683 components: - - pos: -49.5,-49.5 + - type: Transform + pos: -49.5,-49.5 parent: 34 - type: Transform - uid: 1684 components: - - pos: -51.5,-45.5 + - type: Transform + pos: -51.5,-45.5 parent: 34 - type: Transform - uid: 1685 components: - - pos: -50.5,-45.5 + - type: Transform + pos: -50.5,-45.5 parent: 34 - type: Transform - uid: 1686 components: - - pos: -49.5,-45.5 + - type: Transform + pos: -49.5,-45.5 parent: 34 - type: Transform - uid: 1687 components: - - pos: -49.5,-41.5 + - type: Transform + pos: -49.5,-41.5 parent: 34 - type: Transform - uid: 1688 components: - - pos: -44.5,-43.5 + - type: Transform + pos: -44.5,-43.5 parent: 34 - type: Transform - uid: 1689 components: - - pos: -44.5,-44.5 + - type: Transform + pos: -44.5,-44.5 parent: 34 - type: Transform - uid: 1690 components: - - pos: -44.5,-45.5 + - type: Transform + pos: -44.5,-45.5 parent: 34 - type: Transform - uid: 1691 components: - - pos: -44.5,-46.5 + - type: Transform + pos: -44.5,-46.5 parent: 34 - type: Transform - uid: 1692 components: - - pos: -44.5,-47.5 + - type: Transform + pos: -44.5,-47.5 parent: 34 - type: Transform - uid: 1693 components: - - pos: -44.5,-48.5 + - type: Transform + pos: -44.5,-48.5 parent: 34 - type: Transform - uid: 1694 components: - - pos: -43.5,-48.5 + - type: Transform + pos: -43.5,-48.5 parent: 34 - type: Transform - uid: 1695 components: - - pos: -42.5,-48.5 + - type: Transform + pos: -42.5,-48.5 parent: 34 - type: Transform - uid: 1696 components: - - pos: -41.5,-48.5 + - type: Transform + pos: -41.5,-48.5 parent: 34 - type: Transform - uid: 1697 components: - - pos: -40.5,-48.5 + - type: Transform + pos: -40.5,-48.5 parent: 34 - type: Transform - uid: 1698 components: - - pos: -40.5,-47.5 + - type: Transform + pos: -40.5,-47.5 parent: 34 - type: Transform - uid: 1699 components: - - pos: -40.5,-46.5 + - type: Transform + pos: -40.5,-46.5 parent: 34 - type: Transform - uid: 1700 components: - - pos: -40.5,-45.5 + - type: Transform + pos: -40.5,-45.5 parent: 34 - type: Transform - uid: 1701 components: - - pos: -40.5,-44.5 + - type: Transform + pos: -40.5,-44.5 parent: 34 - type: Transform - uid: 1702 components: - - pos: -40.5,-43.5 + - type: Transform + pos: -40.5,-43.5 parent: 34 - type: Transform - uid: 1703 components: - - pos: -40.5,-42.5 + - type: Transform + pos: -40.5,-42.5 parent: 34 - type: Transform - uid: 1704 components: - - pos: -40.5,-41.5 + - type: Transform + pos: -40.5,-41.5 parent: 34 - type: Transform - uid: 1705 components: - - pos: -40.5,-40.5 + - type: Transform + pos: -40.5,-40.5 parent: 34 - type: Transform - uid: 1706 components: - - pos: -41.5,-42.5 + - type: Transform + pos: -41.5,-42.5 parent: 34 - type: Transform - uid: 1707 components: - - pos: -42.5,-42.5 + - type: Transform + pos: -42.5,-42.5 parent: 34 - type: Transform - uid: 1708 components: - - pos: -39.5,-46.5 + - type: Transform + pos: -39.5,-46.5 parent: 34 - type: Transform - uid: 1709 components: - - pos: -38.5,-46.5 + - type: Transform + pos: -38.5,-46.5 parent: 34 - type: Transform - uid: 1710 components: - - pos: -37.5,-46.5 + - type: Transform + pos: -37.5,-46.5 parent: 34 - type: Transform - uid: 1711 components: - - pos: -39.5,-44.5 + - type: Transform + pos: -39.5,-44.5 parent: 34 - type: Transform - uid: 1712 components: - - pos: -38.5,-44.5 + - type: Transform + pos: -38.5,-44.5 parent: 34 - type: Transform - uid: 1713 components: - - pos: -37.5,-44.5 + - type: Transform + pos: -37.5,-44.5 parent: 34 - type: Transform - uid: 1714 components: - - pos: -37.5,-42.5 + - type: Transform + pos: -37.5,-42.5 parent: 34 - type: Transform - uid: 1715 components: - - pos: -38.5,-42.5 + - type: Transform + pos: -38.5,-42.5 parent: 34 - type: Transform - uid: 1716 components: - - pos: -39.5,-42.5 + - type: Transform + pos: -39.5,-42.5 parent: 34 - type: Transform - uid: 1717 components: - - pos: -39.5,-40.5 + - type: Transform + pos: -39.5,-40.5 parent: 34 - type: Transform - uid: 1718 components: - - pos: -38.5,-40.5 + - type: Transform + pos: -38.5,-40.5 parent: 34 - type: Transform - uid: 1719 components: - - pos: -37.5,-40.5 + - type: Transform + pos: -37.5,-40.5 parent: 34 - type: Transform - uid: 1727 components: - - pos: -46.5,-33.5 + - type: Transform + pos: -46.5,-33.5 parent: 34 - type: Transform - uid: 1728 components: - - pos: -44.5,-37.5 + - type: Transform + pos: -44.5,-37.5 parent: 34 - type: Transform - uid: 1729 components: - - pos: -45.5,-37.5 + - type: Transform + pos: -45.5,-37.5 parent: 34 - type: Transform - uid: 1730 components: - - pos: -42.5,-33.5 + - type: Transform + pos: -42.5,-33.5 parent: 34 - type: Transform - uid: 1731 components: - - pos: -41.5,-33.5 + - type: Transform + pos: -41.5,-33.5 parent: 34 - type: Transform - uid: 1732 components: - - pos: -40.5,-33.5 + - type: Transform + pos: -40.5,-33.5 parent: 34 - type: Transform - uid: 1733 components: - - pos: -39.5,-33.5 + - type: Transform + pos: -39.5,-33.5 parent: 34 - type: Transform - uid: 1734 components: - - pos: -38.5,-33.5 + - type: Transform + pos: -38.5,-33.5 parent: 34 - type: Transform - uid: 1735 components: - - pos: -44.5,-39.5 + - type: Transform + pos: -44.5,-39.5 parent: 34 - type: Transform - uid: 1736 components: - - pos: -45.5,-39.5 + - type: Transform + pos: -45.5,-39.5 parent: 34 - type: Transform - uid: 1737 components: - - pos: -40.5,-39.5 + - type: Transform + pos: -40.5,-39.5 parent: 34 - type: Transform - uid: 1738 components: - - pos: -24.5,-26.5 + - type: Transform + pos: -24.5,-26.5 parent: 34 - type: Transform - uid: 1746 components: - - pos: -29.5,-51.5 + - type: Transform + pos: -29.5,-51.5 parent: 34 - type: Transform - uid: 1781 components: - - pos: -39.5,-32.5 + - type: Transform + pos: -39.5,-32.5 parent: 34 - type: Transform - uid: 1782 components: - - pos: -39.5,-31.5 + - type: Transform + pos: -39.5,-31.5 parent: 34 - type: Transform - uid: 1783 components: - - pos: -39.5,-30.5 + - type: Transform + pos: -39.5,-30.5 parent: 34 - type: Transform - uid: 1784 components: - - pos: -38.5,-30.5 + - type: Transform + pos: -38.5,-30.5 parent: 34 - type: Transform - uid: 1785 components: - - pos: -40.5,-30.5 + - type: Transform + pos: -40.5,-30.5 parent: 34 - type: Transform - uid: 1786 components: - - pos: -41.5,-30.5 + - type: Transform + pos: -41.5,-30.5 parent: 34 - type: Transform - uid: 1787 components: - - pos: -42.5,-30.5 + - type: Transform + pos: -42.5,-30.5 parent: 34 - type: Transform - uid: 1788 components: - - pos: -43.5,-30.5 + - type: Transform + pos: -43.5,-30.5 parent: 34 - type: Transform - uid: 1789 components: - - pos: -44.5,-30.5 + - type: Transform + pos: -44.5,-30.5 parent: 34 - type: Transform - uid: 1790 components: - - pos: -45.5,-30.5 + - type: Transform + pos: -45.5,-30.5 parent: 34 - type: Transform - uid: 1791 components: - - pos: -45.5,-31.5 + - type: Transform + pos: -45.5,-31.5 parent: 34 - type: Transform - uid: 1792 components: - - pos: -45.5,-32.5 + - type: Transform + pos: -45.5,-32.5 parent: 34 - type: Transform - uid: 1803 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 34 - type: Transform - uid: 1815 components: - - pos: -53.5,-13.5 + - type: Transform + pos: -53.5,-13.5 parent: 34 - type: Transform - uid: 1817 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 34 - type: Transform - uid: 1823 components: - - pos: 41.5,-5.5 + - type: Transform + pos: 41.5,-5.5 parent: 34 - type: Transform - uid: 1833 components: - - pos: -53.5,-14.5 + - type: Transform + pos: -53.5,-14.5 parent: 34 - type: Transform - uid: 1843 components: - - pos: -25.5,-26.5 + - type: Transform + pos: -25.5,-26.5 parent: 34 - type: Transform - uid: 1845 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 34 - type: Transform - uid: 1868 components: - - pos: -29.5,-48.5 + - type: Transform + pos: -29.5,-48.5 parent: 34 - type: Transform - uid: 1872 components: - - pos: -29.5,-49.5 + - type: Transform + pos: -29.5,-49.5 parent: 34 - type: Transform - uid: 1883 components: - - pos: 50.5,-3.5 + - type: Transform + pos: 50.5,-3.5 parent: 34 - type: Transform - uid: 1911 components: - - pos: 17.5,-42.5 + - type: Transform + pos: 17.5,-42.5 parent: 34 - type: Transform - uid: 1920 components: - - pos: -51.5,-17.5 + - type: Transform + pos: -51.5,-17.5 parent: 34 - type: Transform - uid: 1932 components: - - pos: -11.5,-33.5 + - type: Transform + pos: -11.5,-33.5 parent: 34 - type: Transform - uid: 2074 components: - - pos: -54.5,-15.5 + - type: Transform + pos: -54.5,-15.5 parent: 34 - type: Transform - uid: 2076 components: - - pos: -54.5,-18.5 + - type: Transform + pos: -54.5,-18.5 parent: 34 - type: Transform - uid: 2086 components: - - pos: -29.5,-33.5 + - type: Transform + pos: -29.5,-33.5 parent: 34 - type: Transform - uid: 2091 components: - - pos: -28.5,-33.5 + - type: Transform + pos: -28.5,-33.5 parent: 34 - type: Transform - uid: 2151 components: - - pos: -29.5,-50.5 + - type: Transform + pos: -29.5,-50.5 parent: 34 - type: Transform - uid: 2217 components: - - pos: 41.5,-2.5 + - type: Transform + pos: 41.5,-2.5 parent: 34 - type: Transform - uid: 2396 components: - - pos: -44.5,-18.5 + - type: Transform + pos: -44.5,-18.5 parent: 34 - type: Transform - uid: 2419 components: - - pos: -54.5,-16.5 + - type: Transform + pos: -54.5,-16.5 parent: 34 - type: Transform - uid: 2421 components: - - pos: -46.5,-17.5 + - type: Transform + pos: -46.5,-17.5 parent: 34 - type: Transform - uid: 2422 components: - - pos: -46.5,-18.5 + - type: Transform + pos: -46.5,-18.5 parent: 34 - type: Transform - uid: 2432 components: - - pos: -29.5,-47.5 + - type: Transform + pos: -29.5,-47.5 parent: 34 - type: Transform - uid: 2510 components: - - pos: -54.5,-20.5 + - type: Transform + pos: -54.5,-20.5 parent: 34 - type: Transform - uid: 2512 components: - - pos: -54.5,-19.5 + - type: Transform + pos: -54.5,-19.5 parent: 34 - type: Transform - uid: 2515 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 34 - type: Transform - uid: 2524 components: - - pos: -56.5,-10.5 + - type: Transform + pos: -56.5,-10.5 parent: 34 - type: Transform - uid: 2554 components: - - pos: -34.5,-31.5 + - type: Transform + pos: -34.5,-31.5 parent: 34 - type: Transform - uid: 2556 components: - - pos: -34.5,-32.5 + - type: Transform + pos: -34.5,-32.5 parent: 34 - type: Transform - uid: 2557 components: - - pos: -34.5,-33.5 + - type: Transform + pos: -34.5,-33.5 parent: 34 - type: Transform - uid: 2558 components: - - pos: -34.5,-34.5 + - type: Transform + pos: -34.5,-34.5 parent: 34 - type: Transform - uid: 2559 components: - - pos: -34.5,-35.5 + - type: Transform + pos: -34.5,-35.5 parent: 34 - type: Transform - uid: 2560 components: - - pos: -34.5,-36.5 + - type: Transform + pos: -34.5,-36.5 parent: 34 - type: Transform - uid: 2564 components: - - pos: -29.5,-45.5 + - type: Transform + pos: -29.5,-45.5 parent: 34 - type: Transform - uid: 2570 components: - - pos: -54.5,-24.5 + - type: Transform + pos: -54.5,-24.5 parent: 34 - type: Transform - uid: 2592 components: - - pos: -49.5,-28.5 + - type: Transform + pos: -49.5,-28.5 parent: 34 - type: Transform - uid: 2594 components: - - pos: -51.5,-28.5 + - type: Transform + pos: -51.5,-28.5 parent: 34 - type: Transform - uid: 2603 components: - - pos: -54.5,-28.5 + - type: Transform + pos: -54.5,-28.5 parent: 34 - type: Transform - uid: 2604 components: - - pos: -54.5,-27.5 + - type: Transform + pos: -54.5,-27.5 parent: 34 - type: Transform - uid: 2605 components: - - pos: -54.5,-26.5 + - type: Transform + pos: -54.5,-26.5 parent: 34 - type: Transform - uid: 2688 components: - - pos: -53.5,-39.5 + - type: Transform + pos: -53.5,-39.5 parent: 34 - type: Transform - uid: 2702 components: - - pos: 13.5,-43.5 + - type: Transform + pos: 13.5,-43.5 parent: 34 - type: Transform - uid: 2726 components: - - pos: 11.5,-30.5 + - type: Transform + pos: 11.5,-30.5 parent: 34 - type: Transform - uid: 2802 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 34 - type: Transform - uid: 2803 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 34 - type: Transform - uid: 2804 components: - - pos: 8.5,-19.5 + - type: Transform + pos: 8.5,-19.5 parent: 34 - type: Transform - uid: 2805 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 34 - type: Transform - uid: 2862 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 34 - type: Transform - uid: 2863 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 34 - type: Transform - uid: 2864 components: - - pos: -16.5,-7.5 + - type: Transform + pos: -16.5,-7.5 parent: 34 - type: Transform - uid: 2865 components: - - pos: -17.5,-7.5 + - type: Transform + pos: -17.5,-7.5 parent: 34 - type: Transform - uid: 2866 components: - - pos: -18.5,-7.5 + - type: Transform + pos: -18.5,-7.5 parent: 34 - type: Transform - uid: 2867 components: - - pos: -19.5,-7.5 + - type: Transform + pos: -19.5,-7.5 parent: 34 - type: Transform - uid: 2868 components: - - pos: -19.5,-6.5 + - type: Transform + pos: -19.5,-6.5 parent: 34 - type: Transform - uid: 2869 components: - - pos: -19.5,-5.5 + - type: Transform + pos: -19.5,-5.5 parent: 34 - type: Transform - uid: 2870 components: - - pos: -19.5,-4.5 + - type: Transform + pos: -19.5,-4.5 parent: 34 - type: Transform - uid: 2871 components: - - pos: -18.5,-4.5 + - type: Transform + pos: -18.5,-4.5 parent: 34 - type: Transform - uid: 2872 components: - - pos: -17.5,-4.5 + - type: Transform + pos: -17.5,-4.5 parent: 34 - type: Transform - uid: 2873 components: - - pos: -16.5,-4.5 + - type: Transform + pos: -16.5,-4.5 parent: 34 - type: Transform - uid: 2874 components: - - pos: -15.5,-4.5 + - type: Transform + pos: -15.5,-4.5 parent: 34 - type: Transform - uid: 2875 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 34 - type: Transform - uid: 2876 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 34 - type: Transform - uid: 2877 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 34 - type: Transform - uid: 2878 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 34 - type: Transform - uid: 2879 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 34 - type: Transform - uid: 2880 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 34 - type: Transform - uid: 2881 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 34 - type: Transform - uid: 2882 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 34 - type: Transform - uid: 2883 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 34 - type: Transform - uid: 2884 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 34 - type: Transform - uid: 2885 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 34 - type: Transform - uid: 2886 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 34 - type: Transform - uid: 2887 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 34 - type: Transform - uid: 2888 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 34 - type: Transform - uid: 2889 components: - - pos: -14.5,-8.5 + - type: Transform + pos: -14.5,-8.5 parent: 34 - type: Transform - uid: 2890 components: - - pos: -15.5,-8.5 + - type: Transform + pos: -15.5,-8.5 parent: 34 - type: Transform - uid: 2891 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 34 - type: Transform - uid: 2892 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 34 - type: Transform - uid: 2893 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 34 - type: Transform - uid: 2894 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 34 - type: Transform - uid: 2895 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 34 - type: Transform - uid: 2896 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 34 - type: Transform - uid: 2913 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 34 - type: Transform - uid: 2914 components: - - pos: -7.5,-37.5 + - type: Transform + pos: -7.5,-37.5 parent: 34 - type: Transform - uid: 2915 components: - - pos: -5.5,-47.5 + - type: Transform + pos: -5.5,-47.5 parent: 34 - type: Transform - uid: 2916 components: - - pos: -4.5,-47.5 + - type: Transform + pos: -4.5,-47.5 parent: 34 - type: Transform - uid: 2918 components: - - pos: -4.5,-46.5 + - type: Transform + pos: -4.5,-46.5 parent: 34 - type: Transform - uid: 2919 components: - - pos: -7.5,-47.5 + - type: Transform + pos: -7.5,-47.5 parent: 34 - type: Transform - uid: 2920 components: - - pos: 0.5,-21.5 + - type: Transform + pos: 0.5,-21.5 parent: 34 - type: Transform - uid: 2987 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 34 - type: Transform - uid: 2991 components: - - pos: -15.5,-13.5 + - type: Transform + pos: -15.5,-13.5 parent: 34 - type: Transform - uid: 2992 components: - - pos: -14.5,-13.5 + - type: Transform + pos: -14.5,-13.5 parent: 34 - type: Transform - uid: 2993 components: - - pos: -13.5,-13.5 + - type: Transform + pos: -13.5,-13.5 parent: 34 - type: Transform - uid: 2994 components: - - pos: -12.5,-13.5 + - type: Transform + pos: -12.5,-13.5 parent: 34 - type: Transform - uid: 2995 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 34 - type: Transform - uid: 2996 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 34 - type: Transform - uid: 2997 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 34 - type: Transform - uid: 2998 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 34 - type: Transform - uid: 2999 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 34 - type: Transform - uid: 3000 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 34 - type: Transform - uid: 3001 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 34 - type: Transform - uid: 3002 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 34 - type: Transform - uid: 3003 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 34 - type: Transform - uid: 3004 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 34 - type: Transform - uid: 3005 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 34 - type: Transform - uid: 3006 components: - - pos: -5.5,-19.5 + - type: Transform + pos: -5.5,-19.5 parent: 34 - type: Transform - uid: 3007 components: - - pos: -6.5,-19.5 + - type: Transform + pos: -6.5,-19.5 parent: 34 - type: Transform - uid: 3008 components: - - pos: -7.5,-19.5 + - type: Transform + pos: -7.5,-19.5 parent: 34 - type: Transform - uid: 3009 components: - - pos: -8.5,-19.5 + - type: Transform + pos: -8.5,-19.5 parent: 34 - type: Transform - uid: 3010 components: - - pos: -9.5,-19.5 + - type: Transform + pos: -9.5,-19.5 parent: 34 - type: Transform - uid: 3011 components: - - pos: -10.5,-19.5 + - type: Transform + pos: -10.5,-19.5 parent: 34 - type: Transform - uid: 3012 components: - - pos: -11.5,-19.5 + - type: Transform + pos: -11.5,-19.5 parent: 34 - type: Transform - uid: 3013 components: - - pos: -11.5,-18.5 + - type: Transform + pos: -11.5,-18.5 parent: 34 - type: Transform - uid: 3014 components: - - pos: -11.5,-17.5 + - type: Transform + pos: -11.5,-17.5 parent: 34 - type: Transform - uid: 3015 components: - - pos: -11.5,-16.5 + - type: Transform + pos: -11.5,-16.5 parent: 34 - type: Transform - uid: 3016 components: - - pos: -11.5,-15.5 + - type: Transform + pos: -11.5,-15.5 parent: 34 - type: Transform - uid: 3017 components: - - pos: -11.5,-14.5 + - type: Transform + pos: -11.5,-14.5 parent: 34 - type: Transform - uid: 3018 components: - - pos: -11.5,-20.5 + - type: Transform + pos: -11.5,-20.5 parent: 34 - type: Transform - uid: 3019 components: - - pos: -11.5,-21.5 + - type: Transform + pos: -11.5,-21.5 parent: 34 - type: Transform - uid: 3020 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 34 - type: Transform - uid: 3021 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 34 - type: Transform - uid: 3022 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 34 - type: Transform - uid: 3023 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 34 - type: Transform - uid: 3024 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 34 - type: Transform - uid: 3025 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 34 - type: Transform - uid: 3026 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 34 - type: Transform - uid: 3027 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 34 - type: Transform - uid: 3028 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 34 - type: Transform - uid: 3029 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 34 - type: Transform - uid: 3030 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 34 - type: Transform - uid: 3032 components: - - pos: -14.5,-12.5 + - type: Transform + pos: -14.5,-12.5 parent: 34 - type: Transform - uid: 3033 components: - - pos: -14.5,-11.5 + - type: Transform + pos: -14.5,-11.5 parent: 34 - type: Transform - uid: 3034 components: - - pos: -15.5,-11.5 + - type: Transform + pos: -15.5,-11.5 parent: 34 - type: Transform - uid: 3035 components: - - pos: -16.5,-11.5 + - type: Transform + pos: -16.5,-11.5 parent: 34 - type: Transform - uid: 3036 components: - - pos: -17.5,-11.5 + - type: Transform + pos: -17.5,-11.5 parent: 34 - type: Transform - uid: 3037 components: - - pos: -18.5,-11.5 + - type: Transform + pos: -18.5,-11.5 parent: 34 - type: Transform - uid: 3039 components: - - pos: -20.5,-17.5 + - type: Transform + pos: -20.5,-17.5 parent: 34 - type: Transform - uid: 3040 components: - - pos: -17.5,-18.5 + - type: Transform + pos: -17.5,-18.5 parent: 34 - type: Transform - uid: 3041 components: - - pos: -18.5,-18.5 + - type: Transform + pos: -18.5,-18.5 parent: 34 - type: Transform - uid: 3042 components: - - pos: -18.5,-17.5 + - type: Transform + pos: -18.5,-17.5 parent: 34 - type: Transform - uid: 3043 components: - - pos: -17.5,-17.5 + - type: Transform + pos: -17.5,-17.5 parent: 34 - type: Transform - uid: 3044 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 34 - type: Transform - uid: 3045 components: - - pos: -13.5,-21.5 + - type: Transform + pos: -13.5,-21.5 parent: 34 - type: Transform - uid: 3046 components: - - pos: -14.5,-21.5 + - type: Transform + pos: -14.5,-21.5 parent: 34 - type: Transform - uid: 3047 components: - - pos: -6.5,-21.5 + - type: Transform + pos: -6.5,-21.5 parent: 34 - type: Transform - uid: 3048 components: - - pos: -7.5,-21.5 + - type: Transform + pos: -7.5,-21.5 parent: 34 - type: Transform - uid: 3049 components: - - pos: -10.5,-21.5 + - type: Transform + pos: -10.5,-21.5 parent: 34 - type: Transform - uid: 3050 components: - - pos: -4.5,-21.5 + - type: Transform + pos: -4.5,-21.5 parent: 34 - type: Transform - uid: 3051 components: - - pos: -4.5,-22.5 + - type: Transform + pos: -4.5,-22.5 parent: 34 - type: Transform - uid: 3052 components: - - pos: -4.5,-23.5 + - type: Transform + pos: -4.5,-23.5 parent: 34 - type: Transform - uid: 3054 components: - - pos: -6.5,-47.5 + - type: Transform + pos: -6.5,-47.5 parent: 34 - type: Transform - uid: 3055 components: - - pos: -8.5,-47.5 + - type: Transform + pos: -8.5,-47.5 parent: 34 - type: Transform - uid: 3056 components: - - pos: -9.5,-47.5 + - type: Transform + pos: -9.5,-47.5 parent: 34 - type: Transform - uid: 3063 components: - - pos: 5.5,-18.5 + - type: Transform + pos: 5.5,-18.5 parent: 34 - type: Transform - uid: 3064 components: - - pos: 5.5,-20.5 + - type: Transform + pos: 5.5,-20.5 parent: 34 - type: Transform - uid: 3065 components: - - pos: 5.5,-21.5 + - type: Transform + pos: 5.5,-21.5 parent: 34 - type: Transform - uid: 3067 components: - - pos: 1.5,-18.5 + - type: Transform + pos: 1.5,-18.5 parent: 34 - type: Transform - uid: 3068 components: - - pos: 0.5,-18.5 + - type: Transform + pos: 0.5,-18.5 parent: 34 - type: Transform - uid: 3069 components: - - pos: -0.5,-18.5 + - type: Transform + pos: -0.5,-18.5 parent: 34 - type: Transform - uid: 3070 components: - - pos: -0.5,-19.5 + - type: Transform + pos: -0.5,-19.5 parent: 34 - type: Transform - uid: 3071 components: - - pos: 0.5,-19.5 + - type: Transform + pos: 0.5,-19.5 parent: 34 - type: Transform - uid: 3072 components: - - pos: 6.5,-18.5 + - type: Transform + pos: 6.5,-18.5 parent: 34 - type: Transform - uid: 3079 components: - - pos: 5.5,-19.5 + - type: Transform + pos: 5.5,-19.5 parent: 34 - type: Transform - uid: 3081 components: - - pos: 6.5,-15.5 + - type: Transform + pos: 6.5,-15.5 parent: 34 - type: Transform - uid: 3082 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 34 - type: Transform - uid: 3083 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 34 - type: Transform - uid: 3084 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 34 - type: Transform - uid: 3085 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 34 - type: Transform - uid: 3086 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 34 - type: Transform - uid: 3087 components: - - pos: 1.5,-19.5 + - type: Transform + pos: 1.5,-19.5 parent: 34 - type: Transform - uid: 3089 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 34 - type: Transform - uid: 3090 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 34 - type: Transform - uid: 3091 components: - - pos: -30.5,-16.5 + - type: Transform + pos: -30.5,-16.5 parent: 34 - type: Transform - uid: 3092 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 34 - type: Transform - uid: 3093 components: - - pos: -28.5,-16.5 + - type: Transform + pos: -28.5,-16.5 parent: 34 - type: Transform - uid: 3094 components: - - pos: -27.5,-16.5 + - type: Transform + pos: -27.5,-16.5 parent: 34 - type: Transform - uid: 3095 components: - - pos: -26.5,-16.5 + - type: Transform + pos: -26.5,-16.5 parent: 34 - type: Transform - uid: 3096 components: - - pos: -25.5,-16.5 + - type: Transform + pos: -25.5,-16.5 parent: 34 - type: Transform - uid: 3097 components: - - pos: -29.5,-17.5 + - type: Transform + pos: -29.5,-17.5 parent: 34 - type: Transform - uid: 3098 components: - - pos: -29.5,-18.5 + - type: Transform + pos: -29.5,-18.5 parent: 34 - type: Transform - uid: 3099 components: - - pos: -30.5,-18.5 + - type: Transform + pos: -30.5,-18.5 parent: 34 - type: Transform - uid: 3100 components: - - pos: -31.5,-18.5 + - type: Transform + pos: -31.5,-18.5 parent: 34 - type: Transform - uid: 3101 components: - - pos: -32.5,-18.5 + - type: Transform + pos: -32.5,-18.5 parent: 34 - type: Transform - uid: 3102 components: - - pos: -33.5,-18.5 + - type: Transform + pos: -33.5,-18.5 parent: 34 - type: Transform - uid: 3103 components: - - pos: -34.5,-18.5 + - type: Transform + pos: -34.5,-18.5 parent: 34 - type: Transform - uid: 3104 components: - - pos: -34.5,-17.5 + - type: Transform + pos: -34.5,-17.5 parent: 34 - type: Transform - uid: 3105 components: - - pos: -34.5,-16.5 + - type: Transform + pos: -34.5,-16.5 parent: 34 - type: Transform - uid: 3106 components: - - pos: -34.5,-15.5 + - type: Transform + pos: -34.5,-15.5 parent: 34 - type: Transform - uid: 3107 components: - - pos: -34.5,-14.5 + - type: Transform + pos: -34.5,-14.5 parent: 34 - type: Transform - uid: 3108 components: - - pos: -29.5,-15.5 + - type: Transform + pos: -29.5,-15.5 parent: 34 - type: Transform - uid: 3109 components: - - pos: -30.5,-14.5 + - type: Transform + pos: -30.5,-14.5 parent: 34 - type: Transform - uid: 3110 components: - - pos: -29.5,-14.5 + - type: Transform + pos: -29.5,-14.5 parent: 34 - type: Transform - uid: 3111 components: - - pos: -34.5,-10.5 + - type: Transform + pos: -34.5,-10.5 parent: 34 - type: Transform - uid: 3112 components: - - pos: -34.5,-9.5 + - type: Transform + pos: -34.5,-9.5 parent: 34 - type: Transform - uid: 3113 components: - - pos: -33.5,-10.5 + - type: Transform + pos: -33.5,-10.5 parent: 34 - type: Transform - uid: 3114 components: - - pos: -32.5,-10.5 + - type: Transform + pos: -32.5,-10.5 parent: 34 - type: Transform - uid: 3115 components: - - pos: -31.5,-10.5 + - type: Transform + pos: -31.5,-10.5 parent: 34 - type: Transform - uid: 3116 components: - - pos: -30.5,-10.5 + - type: Transform + pos: -30.5,-10.5 parent: 34 - type: Transform - uid: 3117 components: - - pos: -30.5,-9.5 + - type: Transform + pos: -30.5,-9.5 parent: 34 - type: Transform - uid: 3118 components: - - pos: -30.5,-8.5 + - type: Transform + pos: -30.5,-8.5 parent: 34 - type: Transform - uid: 3119 components: - - pos: -30.5,-7.5 + - type: Transform + pos: -30.5,-7.5 parent: 34 - type: Transform - uid: 3120 components: - - pos: -30.5,-6.5 + - type: Transform + pos: -30.5,-6.5 parent: 34 - type: Transform - uid: 3121 components: - - pos: -30.5,-5.5 + - type: Transform + pos: -30.5,-5.5 parent: 34 - type: Transform - uid: 3122 components: - - pos: -31.5,-5.5 + - type: Transform + pos: -31.5,-5.5 parent: 34 - type: Transform - uid: 3123 components: - - pos: -32.5,-5.5 + - type: Transform + pos: -32.5,-5.5 parent: 34 - type: Transform - uid: 3124 components: - - pos: -33.5,-5.5 + - type: Transform + pos: -33.5,-5.5 parent: 34 - type: Transform - uid: 3125 components: - - pos: -34.5,-5.5 + - type: Transform + pos: -34.5,-5.5 parent: 34 - type: Transform - uid: 3126 components: - - pos: -34.5,-4.5 + - type: Transform + pos: -34.5,-4.5 parent: 34 - type: Transform - uid: 3127 components: - - pos: -30.5,-4.5 + - type: Transform + pos: -30.5,-4.5 parent: 34 - type: Transform - uid: 3128 components: - - pos: -29.5,-10.5 + - type: Transform + pos: -29.5,-10.5 parent: 34 - type: Transform - uid: 3129 components: - - pos: -28.5,-10.5 + - type: Transform + pos: -28.5,-10.5 parent: 34 - type: Transform - uid: 3130 components: - - pos: -27.5,-10.5 + - type: Transform + pos: -27.5,-10.5 parent: 34 - type: Transform - uid: 3131 components: - - pos: -26.5,-10.5 + - type: Transform + pos: -26.5,-10.5 parent: 34 - type: Transform - uid: 3132 components: - - pos: -31.5,-7.5 + - type: Transform + pos: -31.5,-7.5 parent: 34 - type: Transform - uid: 3133 components: - - pos: -32.5,-7.5 + - type: Transform + pos: -32.5,-7.5 parent: 34 - type: Transform - uid: 3134 components: - - pos: -31.5,-14.5 + - type: Transform + pos: -31.5,-14.5 parent: 34 - type: Transform - uid: 3135 components: - - pos: -28.5,-18.5 + - type: Transform + pos: -28.5,-18.5 parent: 34 - type: Transform - uid: 3136 components: - - pos: -27.5,-18.5 + - type: Transform + pos: -27.5,-18.5 parent: 34 - type: Transform - uid: 3137 components: - - pos: -26.5,-18.5 + - type: Transform + pos: -26.5,-18.5 parent: 34 - type: Transform - uid: 3138 components: - - pos: -25.5,-18.5 + - type: Transform + pos: -25.5,-18.5 parent: 34 - type: Transform - uid: 3139 components: - - pos: -28.5,-14.5 + - type: Transform + pos: -28.5,-14.5 parent: 34 - type: Transform - uid: 3140 components: - - pos: -27.5,-14.5 + - type: Transform + pos: -27.5,-14.5 parent: 34 - type: Transform - uid: 3141 components: - - pos: -26.5,-14.5 + - type: Transform + pos: -26.5,-14.5 parent: 34 - type: Transform - uid: 3142 components: - - pos: -25.5,-14.5 + - type: Transform + pos: -25.5,-14.5 parent: 34 - type: Transform - uid: 3144 components: - - pos: -21.5,-10.5 + - type: Transform + pos: -21.5,-10.5 parent: 34 - type: Transform - uid: 3145 components: - - pos: -18.5,-14.5 + - type: Transform + pos: -18.5,-14.5 parent: 34 - type: Transform - uid: 3146 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 34 - type: Transform - uid: 3147 components: - - pos: -22.5,-9.5 + - type: Transform + pos: -22.5,-9.5 parent: 34 - type: Transform - uid: 3148 components: - - pos: -22.5,-8.5 + - type: Transform + pos: -22.5,-8.5 parent: 34 - type: Transform - uid: 3149 components: - - pos: -22.5,-7.5 + - type: Transform + pos: -22.5,-7.5 parent: 34 - type: Transform - uid: 3150 components: - - pos: -22.5,-6.5 + - type: Transform + pos: -22.5,-6.5 parent: 34 - type: Transform - uid: 3151 components: - - pos: -22.5,-5.5 + - type: Transform + pos: -22.5,-5.5 parent: 34 - type: Transform - uid: 3152 components: - - pos: -22.5,-11.5 + - type: Transform + pos: -22.5,-11.5 parent: 34 - type: Transform - uid: 3153 components: - - pos: -21.5,-11.5 + - type: Transform + pos: -21.5,-11.5 parent: 34 - type: Transform - uid: 3154 components: - - pos: -21.5,-12.5 + - type: Transform + pos: -21.5,-12.5 parent: 34 - type: Transform - uid: 3155 components: - - pos: -21.5,-13.5 + - type: Transform + pos: -21.5,-13.5 parent: 34 - type: Transform - uid: 3156 components: - - pos: -21.5,-14.5 + - type: Transform + pos: -21.5,-14.5 parent: 34 - type: Transform - uid: 3157 components: - - pos: -21.5,-15.5 + - type: Transform + pos: -21.5,-15.5 parent: 34 - type: Transform - uid: 3158 components: - - pos: -21.5,-16.5 + - type: Transform + pos: -21.5,-16.5 parent: 34 - type: Transform - uid: 3159 components: - - pos: -21.5,-17.5 + - type: Transform + pos: -21.5,-17.5 parent: 34 - type: Transform - uid: 3160 components: - - pos: -19.5,-17.5 + - type: Transform + pos: -19.5,-17.5 parent: 34 - type: Transform - uid: 3161 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 34 - type: Transform - uid: 3162 components: - - pos: -19.5,-13.5 + - type: Transform + pos: -19.5,-13.5 parent: 34 - type: Transform - uid: 3163 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 34 - type: Transform - uid: 3164 components: - - pos: -34.5,-30.5 + - type: Transform + pos: -34.5,-30.5 parent: 34 - type: Transform - uid: 3165 components: - - pos: -33.5,-30.5 + - type: Transform + pos: -33.5,-30.5 parent: 34 - type: Transform - uid: 3166 components: - - pos: -32.5,-30.5 + - type: Transform + pos: -32.5,-30.5 parent: 34 - type: Transform - uid: 3167 components: - - pos: -31.5,-30.5 + - type: Transform + pos: -31.5,-30.5 parent: 34 - type: Transform - uid: 3168 components: - - pos: -30.5,-30.5 + - type: Transform + pos: -30.5,-30.5 parent: 34 - type: Transform - uid: 3169 components: - - pos: -30.5,-31.5 + - type: Transform + pos: -30.5,-31.5 parent: 34 - type: Transform - uid: 3170 components: - - pos: -30.5,-32.5 + - type: Transform + pos: -30.5,-32.5 parent: 34 - type: Transform - uid: 3171 components: - - pos: -30.5,-33.5 + - type: Transform + pos: -30.5,-33.5 parent: 34 - type: Transform - uid: 3172 components: - - pos: -30.5,-34.5 + - type: Transform + pos: -30.5,-34.5 parent: 34 - type: Transform - uid: 3173 components: - - pos: -30.5,-35.5 + - type: Transform + pos: -30.5,-35.5 parent: 34 - type: Transform - uid: 3174 components: - - pos: -30.5,-36.5 + - type: Transform + pos: -30.5,-36.5 parent: 34 - type: Transform - uid: 3175 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 34 - type: Transform - uid: 3176 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 34 - type: Transform - uid: 3177 components: - - pos: -30.5,-39.5 + - type: Transform + pos: -30.5,-39.5 parent: 34 - type: Transform - uid: 3178 components: - - pos: -30.5,-40.5 + - type: Transform + pos: -30.5,-40.5 parent: 34 - type: Transform - uid: 3179 components: - - pos: -31.5,-40.5 + - type: Transform + pos: -31.5,-40.5 parent: 34 - type: Transform - uid: 3180 components: - - pos: -32.5,-40.5 + - type: Transform + pos: -32.5,-40.5 parent: 34 - type: Transform - uid: 3181 components: - - pos: -33.5,-40.5 + - type: Transform + pos: -33.5,-40.5 parent: 34 - type: Transform - uid: 3182 components: - - pos: -34.5,-40.5 + - type: Transform + pos: -34.5,-40.5 parent: 34 - type: Transform - uid: 3183 components: - - pos: -34.5,-39.5 + - type: Transform + pos: -34.5,-39.5 parent: 34 - type: Transform - uid: 3184 components: - - pos: -34.5,-38.5 + - type: Transform + pos: -34.5,-38.5 parent: 34 - type: Transform - uid: 3185 components: - - pos: -34.5,-37.5 + - type: Transform + pos: -34.5,-37.5 parent: 34 - type: Transform - uid: 3191 components: - - pos: -29.5,-37.5 + - type: Transform + pos: -29.5,-37.5 parent: 34 - type: Transform - uid: 3192 components: - - pos: -28.5,-37.5 + - type: Transform + pos: -28.5,-37.5 parent: 34 - type: Transform - uid: 3193 components: - - pos: -27.5,-37.5 + - type: Transform + pos: -27.5,-37.5 parent: 34 - type: Transform - uid: 3194 components: - - pos: -26.5,-37.5 + - type: Transform + pos: -26.5,-37.5 parent: 34 - type: Transform - uid: 3195 components: - - pos: -25.5,-37.5 + - type: Transform + pos: -25.5,-37.5 parent: 34 - type: Transform - uid: 3217 components: - - pos: -39.5,-49.5 + - type: Transform + pos: -39.5,-49.5 parent: 34 - type: Transform - uid: 3221 components: - - pos: -33.5,-49.5 + - type: Transform + pos: -33.5,-49.5 parent: 34 - type: Transform - uid: 3241 components: - - pos: -18.5,-34.5 + - type: Transform + pos: -18.5,-34.5 parent: 34 - type: Transform - uid: 3242 components: - - pos: -17.5,-42.5 + - type: Transform + pos: -17.5,-42.5 parent: 34 - type: Transform - uid: 3256 components: - - pos: -32.5,-43.5 + - type: Transform + pos: -32.5,-43.5 parent: 34 - type: Transform - uid: 3257 components: - - pos: -33.5,-43.5 + - type: Transform + pos: -33.5,-43.5 parent: 34 - type: Transform - uid: 3258 components: - - pos: -33.5,-44.5 + - type: Transform + pos: -33.5,-44.5 parent: 34 - type: Transform - uid: 3259 components: - - pos: -33.5,-45.5 + - type: Transform + pos: -33.5,-45.5 parent: 34 - type: Transform - uid: 3260 components: - - name: external access - type: MetaData - - pos: -33.5,-46.5 + - type: MetaData + name: external access + - type: Transform + pos: -33.5,-46.5 parent: 34 - type: Transform - uid: 3261 components: - - pos: -33.5,-47.5 + - type: Transform + pos: -33.5,-47.5 parent: 34 - type: Transform - uid: 3262 components: - - pos: -33.5,-48.5 + - type: Transform + pos: -33.5,-48.5 parent: 34 - type: Transform - uid: 3267 components: - - pos: -19.5,-42.5 + - type: Transform + pos: -19.5,-42.5 parent: 34 - type: Transform - uid: 3314 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 34 - type: Transform - uid: 3344 components: - - pos: -12.5,-23.5 + - type: Transform + pos: -12.5,-23.5 parent: 34 - type: Transform - uid: 3345 components: - - pos: -12.5,-24.5 + - type: Transform + pos: -12.5,-24.5 parent: 34 - type: Transform - uid: 3346 components: - - pos: -7.5,-26.5 + - type: Transform + pos: -7.5,-26.5 parent: 34 - type: Transform - uid: 3397 components: - - pos: -9.5,-25.5 + - type: Transform + pos: -9.5,-25.5 parent: 34 - type: Transform - uid: 3398 components: - - pos: -10.5,-27.5 + - type: Transform + pos: -10.5,-27.5 parent: 34 - type: Transform - uid: 3399 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 34 - type: Transform - uid: 3401 components: - - pos: -12.5,-25.5 + - type: Transform + pos: -12.5,-25.5 parent: 34 - type: Transform - uid: 3402 components: - - pos: -12.5,-26.5 + - type: Transform + pos: -12.5,-26.5 parent: 34 - type: Transform - uid: 3403 components: - - pos: -13.5,-26.5 + - type: Transform + pos: -13.5,-26.5 parent: 34 - type: Transform - uid: 3404 components: - - pos: -14.5,-26.5 + - type: Transform + pos: -14.5,-26.5 parent: 34 - type: Transform - uid: 3405 components: - - pos: -11.5,-26.5 + - type: Transform + pos: -11.5,-26.5 parent: 34 - type: Transform - uid: 3406 components: - - pos: -10.5,-26.5 + - type: Transform + pos: -10.5,-26.5 parent: 34 - type: Transform - uid: 3407 components: - - pos: -9.5,-26.5 + - type: Transform + pos: -9.5,-26.5 parent: 34 - type: Transform - uid: 3408 components: - - pos: -8.5,-26.5 + - type: Transform + pos: -8.5,-26.5 parent: 34 - type: Transform - uid: 3683 components: - - pos: -29.5,-44.5 + - type: Transform + pos: -29.5,-44.5 parent: 34 - type: Transform - uid: 3684 components: - - pos: -29.5,-26.5 + - type: Transform + pos: -29.5,-26.5 parent: 34 - type: Transform - uid: 3753 components: - - pos: -29.5,-43.5 + - type: Transform + pos: -29.5,-43.5 parent: 34 - type: Transform - uid: 3759 components: - - pos: 31.5,-10.5 + - type: Transform + pos: 31.5,-10.5 parent: 34 - type: Transform - uid: 3773 components: - - pos: -30.5,-28.5 + - type: Transform + pos: -30.5,-28.5 parent: 34 - type: Transform - uid: 3774 components: - - pos: -30.5,-29.5 + - type: Transform + pos: -30.5,-29.5 parent: 34 - type: Transform - uid: 3793 components: - - pos: -29.5,-46.5 + - type: Transform + pos: -29.5,-46.5 parent: 34 - type: Transform - uid: 3836 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 34 - type: Transform - uid: 3837 components: - - pos: -10.5,-31.5 + - type: Transform + pos: -10.5,-31.5 parent: 34 - type: Transform - uid: 3838 components: - - pos: -9.5,-31.5 + - type: Transform + pos: -9.5,-31.5 parent: 34 - type: Transform - uid: 3839 components: - - pos: -9.5,-32.5 + - type: Transform + pos: -9.5,-32.5 parent: 34 - type: Transform - uid: 3840 components: - - pos: -9.5,-33.5 + - type: Transform + pos: -9.5,-33.5 parent: 34 - type: Transform - uid: 3841 components: - - pos: -9.5,-34.5 + - type: Transform + pos: -9.5,-34.5 parent: 34 - type: Transform - uid: 3842 components: - - pos: -9.5,-35.5 + - type: Transform + pos: -9.5,-35.5 parent: 34 - type: Transform - uid: 3843 components: - - pos: -9.5,-36.5 + - type: Transform + pos: -9.5,-36.5 parent: 34 - type: Transform - uid: 3844 components: - - pos: -9.5,-37.5 + - type: Transform + pos: -9.5,-37.5 parent: 34 - type: Transform - uid: 3845 components: - - pos: -8.5,-37.5 + - type: Transform + pos: -8.5,-37.5 parent: 34 - type: Transform - uid: 3849 components: - - pos: -8.5,-31.5 + - type: Transform + pos: -8.5,-31.5 parent: 34 - type: Transform - uid: 3850 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 34 - type: Transform - uid: 3851 components: - - pos: -9.5,-16.5 + - type: Transform + pos: -9.5,-16.5 parent: 34 - type: Transform - uid: 3852 components: - - pos: -8.5,-16.5 + - type: Transform + pos: -8.5,-16.5 parent: 34 - type: Transform - uid: 3858 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 34 - type: Transform - uid: 3859 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 34 - type: Transform - uid: 3860 components: - - pos: -22.5,-4.5 + - type: Transform + pos: -22.5,-4.5 parent: 34 - type: Transform - uid: 3972 components: - - pos: -6.5,-44.5 + - type: Transform + pos: -6.5,-44.5 parent: 34 - type: Transform - uid: 4032 components: - - pos: -44.5,-15.5 + - type: Transform + pos: -44.5,-15.5 parent: 34 - type: Transform - uid: 4052 components: - - pos: -29.5,-58.5 + - type: Transform + pos: -29.5,-58.5 parent: 34 - type: Transform - uid: 4093 components: - - pos: 4.5,-54.5 + - type: Transform + pos: 4.5,-54.5 parent: 34 - type: Transform - uid: 4096 components: - - pos: 6.5,-54.5 + - type: Transform + pos: 6.5,-54.5 parent: 34 - type: Transform - uid: 4115 components: - - pos: -3.5,-54.5 + - type: Transform + pos: -3.5,-54.5 parent: 34 - type: Transform - uid: 4118 components: - - pos: -1.5,-54.5 + - type: Transform + pos: -1.5,-54.5 parent: 34 - type: Transform - uid: 4127 components: - - pos: 13.5,-42.5 + - type: Transform + pos: 13.5,-42.5 parent: 34 - type: Transform - uid: 4137 components: - - pos: 33.5,-10.5 + - type: Transform + pos: 33.5,-10.5 parent: 34 - type: Transform - uid: 4164 components: - - pos: -53.5,-21.5 + - type: Transform + pos: -53.5,-21.5 parent: 34 - type: Transform - uid: 4186 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 34 - type: Transform - uid: 4212 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 34 - type: Transform - uid: 4213 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 34 - type: Transform - uid: 4214 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 34 - type: Transform - uid: 4215 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 34 - type: Transform - uid: 4216 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 34 - type: Transform - uid: 4217 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 34 - type: Transform - uid: 4218 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 34 - type: Transform - uid: 4219 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 34 - type: Transform - uid: 4220 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 34 - type: Transform - uid: 4221 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 34 - type: Transform - uid: 4222 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 34 - type: Transform - uid: 4223 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 34 - type: Transform - uid: 4224 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 34 - type: Transform - uid: 4225 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 34 - type: Transform - uid: 4226 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 34 - type: Transform - uid: 4227 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 34 - type: Transform - uid: 4228 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 34 - type: Transform - uid: 4229 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 34 - type: Transform - uid: 4230 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 34 - type: Transform - uid: 4231 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 34 - type: Transform - uid: 4232 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 34 - type: Transform - uid: 4233 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 34 - type: Transform - uid: 4234 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 34 - type: Transform - uid: 4235 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 34 - type: Transform - uid: 4236 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 34 - type: Transform - uid: 4237 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 34 - type: Transform - uid: 4238 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 34 - type: Transform - uid: 4239 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 34 - type: Transform - uid: 4240 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 34 - type: Transform - uid: 4241 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 34 - type: Transform - uid: 4242 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 34 - type: Transform - uid: 4243 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 34 - type: Transform - uid: 4343 components: - - pos: -21.5,-30.5 + - type: Transform + pos: -21.5,-30.5 parent: 34 - type: Transform - uid: 4349 components: - - pos: -17.5,-30.5 + - type: Transform + pos: -17.5,-30.5 parent: 34 - type: Transform - uid: 4350 components: - - pos: -51.5,-21.5 + - type: Transform + pos: -51.5,-21.5 parent: 34 - type: Transform - uid: 4359 components: - - pos: 13.5,-44.5 + - type: Transform + pos: 13.5,-44.5 parent: 34 - type: Transform - uid: 4408 components: - - pos: 2.5,-29.5 + - type: Transform + pos: 2.5,-29.5 parent: 34 - type: Transform - uid: 4409 components: - - pos: 2.5,-28.5 + - type: Transform + pos: 2.5,-28.5 parent: 34 - type: Transform - uid: 4410 components: - - pos: 1.5,-28.5 + - type: Transform + pos: 1.5,-28.5 parent: 34 - type: Transform - uid: 4411 components: - - pos: 0.5,-28.5 + - type: Transform + pos: 0.5,-28.5 parent: 34 - type: Transform - uid: 4414 components: - - pos: -17.5,-28.5 + - type: Transform + pos: -17.5,-28.5 parent: 34 - type: Transform - uid: 4416 components: - - pos: -53.5,-37.5 + - type: Transform + pos: -53.5,-37.5 parent: 34 - type: Transform - uid: 4418 components: - - pos: 9.5,-47.5 + - type: Transform + pos: 9.5,-47.5 parent: 34 - type: Transform - uid: 4430 components: - - pos: -19.5,-29.5 + - type: Transform + pos: -19.5,-29.5 parent: 34 - type: Transform - uid: 4431 components: - - pos: -17.5,-29.5 + - type: Transform + pos: -17.5,-29.5 parent: 34 - type: Transform - uid: 4434 components: - - pos: 10.5,-47.5 + - type: Transform + pos: 10.5,-47.5 parent: 34 - type: Transform - uid: 4435 components: - - pos: -50.5,-21.5 + - type: Transform + pos: -50.5,-21.5 parent: 34 - type: Transform - uid: 4456 components: - - pos: -23.5,-41.5 + - type: Transform + pos: -23.5,-41.5 parent: 34 - type: Transform - uid: 4457 components: - - pos: -49.5,-21.5 + - type: Transform + pos: -49.5,-21.5 parent: 34 - type: Transform - uid: 4518 components: - - pos: 37.5,4.5 + - type: Transform + pos: 37.5,4.5 parent: 34 - type: Transform - uid: 4543 components: - - pos: -20.5,-34.5 + - type: Transform + pos: -20.5,-34.5 parent: 34 - type: Transform - uid: 4544 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 34 - type: Transform - uid: 4550 components: - - pos: 47.5,-6.5 + - type: Transform + pos: 47.5,-6.5 parent: 34 - type: Transform - uid: 4552 components: - - pos: 42.5,-12.5 + - type: Transform + pos: 42.5,-12.5 parent: 34 - type: Transform - uid: 4553 components: - - pos: 41.5,-12.5 + - type: Transform + pos: 41.5,-12.5 parent: 34 - type: Transform - uid: 4578 components: - - pos: 41.5,-1.5 + - type: Transform + pos: 41.5,-1.5 parent: 34 - type: Transform - uid: 4580 components: - - pos: -21.5,-36.5 + - type: Transform + pos: -21.5,-36.5 parent: 34 - type: Transform - uid: 4581 components: - - pos: -21.5,-34.5 + - type: Transform + pos: -21.5,-34.5 parent: 34 - type: Transform - uid: 4662 components: - - pos: -20.5,-30.5 + - type: Transform + pos: -20.5,-30.5 parent: 34 - type: Transform - uid: 4666 components: - - pos: 43.5,-5.5 + - type: Transform + pos: 43.5,-5.5 parent: 34 - type: Transform - uid: 4672 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 34 - type: Transform - uid: 4674 components: - - pos: -22.5,-34.5 + - type: Transform + pos: -22.5,-34.5 parent: 34 - type: Transform - uid: 4697 components: - - pos: 40.5,-9.5 + - type: Transform + pos: 40.5,-9.5 parent: 34 - type: Transform - uid: 4742 components: - - pos: 40.5,-7.5 + - type: Transform + pos: 40.5,-7.5 parent: 34 - type: Transform - uid: 4767 components: - - pos: 44.5,-5.5 + - type: Transform + pos: 44.5,-5.5 parent: 34 - type: Transform - uid: 4786 components: - - pos: -0.5,-28.5 + - type: Transform + pos: -0.5,-28.5 parent: 34 - type: Transform - uid: 4787 components: - - pos: -0.5,-27.5 + - type: Transform + pos: -0.5,-27.5 parent: 34 - type: Transform - uid: 4788 components: - - pos: -0.5,-29.5 + - type: Transform + pos: -0.5,-29.5 parent: 34 - type: Transform - uid: 4797 components: - - pos: 42.5,-5.5 + - type: Transform + pos: 42.5,-5.5 parent: 34 - type: Transform - uid: 4804 components: - - pos: 40.5,-1.5 + - type: Transform + pos: 40.5,-1.5 parent: 34 - type: Transform - uid: 4806 components: - - pos: 40.5,-3.5 + - type: Transform + pos: 40.5,-3.5 parent: 34 - type: Transform - uid: 4807 components: - - pos: 39.5,-3.5 + - type: Transform + pos: 39.5,-3.5 parent: 34 - type: Transform - uid: 4808 components: - - pos: 38.5,-3.5 + - type: Transform + pos: 38.5,-3.5 parent: 34 - type: Transform - uid: 4811 components: - - pos: 38.5,-0.5 + - type: Transform + pos: 38.5,-0.5 parent: 34 - type: Transform - uid: 4812 components: - - pos: 38.5,0.5 + - type: Transform + pos: 38.5,0.5 parent: 34 - type: Transform - uid: 4813 components: - - pos: 38.5,1.5 + - type: Transform + pos: 38.5,1.5 parent: 34 - type: Transform - uid: 4814 components: - - pos: 38.5,2.5 + - type: Transform + pos: 38.5,2.5 parent: 34 - type: Transform - uid: 4815 components: - - pos: 38.5,3.5 + - type: Transform + pos: 38.5,3.5 parent: 34 - type: Transform - uid: 4816 components: - - pos: 38.5,4.5 + - type: Transform + pos: 38.5,4.5 parent: 34 - type: Transform - uid: 4817 components: - - pos: 38.5,5.5 + - type: Transform + pos: 38.5,5.5 parent: 34 - type: Transform - uid: 4818 components: - - pos: 39.5,4.5 + - type: Transform + pos: 39.5,4.5 parent: 34 - type: Transform - uid: 4819 components: - - pos: 40.5,4.5 + - type: Transform + pos: 40.5,4.5 parent: 34 - type: Transform - uid: 4820 components: - - pos: 41.5,4.5 + - type: Transform + pos: 41.5,4.5 parent: 34 - type: Transform - uid: 4821 components: - - pos: 42.5,4.5 + - type: Transform + pos: 42.5,4.5 parent: 34 - type: Transform - uid: 4822 components: - - pos: 43.5,4.5 + - type: Transform + pos: 43.5,4.5 parent: 34 - type: Transform - uid: 4823 components: - - pos: 44.5,4.5 + - type: Transform + pos: 44.5,4.5 parent: 34 - type: Transform - uid: 4824 components: - - pos: 44.5,5.5 + - type: Transform + pos: 44.5,5.5 parent: 34 - type: Transform - uid: 4825 components: - - pos: 42.5,3.5 + - type: Transform + pos: 42.5,3.5 parent: 34 - type: Transform - uid: 4826 components: - - pos: 42.5,2.5 + - type: Transform + pos: 42.5,2.5 parent: 34 - type: Transform - uid: 4827 components: - - pos: 42.5,1.5 + - type: Transform + pos: 42.5,1.5 parent: 34 - type: Transform - uid: 4828 components: - - pos: 42.5,0.5 + - type: Transform + pos: 42.5,0.5 parent: 34 - type: Transform - uid: 4829 components: - - pos: 43.5,0.5 + - type: Transform + pos: 43.5,0.5 parent: 34 - type: Transform - uid: 4830 components: - - pos: 44.5,0.5 + - type: Transform + pos: 44.5,0.5 parent: 34 - type: Transform - uid: 4831 components: - - pos: 45.5,0.5 + - type: Transform + pos: 45.5,0.5 parent: 34 - type: Transform - uid: 4832 components: - - pos: 46.5,0.5 + - type: Transform + pos: 46.5,0.5 parent: 34 - type: Transform - uid: 4833 components: - - pos: 47.5,0.5 + - type: Transform + pos: 47.5,0.5 parent: 34 - type: Transform - uid: 4834 components: - - pos: 47.5,-0.5 + - type: Transform + pos: 47.5,-0.5 parent: 34 - type: Transform - uid: 4835 components: - - pos: 47.5,-1.5 + - type: Transform + pos: 47.5,-1.5 parent: 34 - type: Transform - uid: 4836 components: - - pos: 47.5,-2.5 + - type: Transform + pos: 47.5,-2.5 parent: 34 - type: Transform - uid: 4837 components: - - pos: 47.5,-3.5 + - type: Transform + pos: 47.5,-3.5 parent: 34 - type: Transform - uid: 4838 components: - - pos: 46.5,-3.5 + - type: Transform + pos: 46.5,-3.5 parent: 34 - type: Transform - uid: 4839 components: - - pos: 45.5,-3.5 + - type: Transform + pos: 45.5,-3.5 parent: 34 - type: Transform - uid: 4840 components: - - pos: 44.5,-3.5 + - type: Transform + pos: 44.5,-3.5 parent: 34 - type: Transform - uid: 4841 components: - - pos: 43.5,-3.5 + - type: Transform + pos: 43.5,-3.5 parent: 34 - type: Transform - uid: 4842 components: - - pos: 42.5,-3.5 + - type: Transform + pos: 42.5,-3.5 parent: 34 - type: Transform - uid: 4843 components: - - pos: 41.5,-3.5 + - type: Transform + pos: 41.5,-3.5 parent: 34 - type: Transform - uid: 4858 components: - - pos: 41.5,-7.5 + - type: Transform + pos: 41.5,-7.5 parent: 34 - type: Transform - uid: 4865 components: - - pos: 36.5,-17.5 + - type: Transform + pos: 36.5,-17.5 parent: 34 - type: Transform - uid: 4876 components: - - pos: -19.5,-40.5 + - type: Transform + pos: -19.5,-40.5 parent: 34 - type: Transform - uid: 4928 components: - - pos: -53.5,-38.5 + - type: Transform + pos: -53.5,-38.5 parent: 34 - type: Transform - uid: 5045 components: - - pos: -0.5,-30.5 + - type: Transform + pos: -0.5,-30.5 parent: 34 - type: Transform - uid: 5080 components: - - pos: -4.5,-45.5 + - type: Transform + pos: -4.5,-45.5 parent: 34 - type: Transform - uid: 5081 components: - - pos: -1.5,-45.5 + - type: Transform + pos: -1.5,-45.5 parent: 34 - type: Transform - uid: 5082 components: - - pos: -1.5,-46.5 + - type: Transform + pos: -1.5,-46.5 parent: 34 - type: Transform - uid: 5083 components: - - pos: -1.5,-47.5 + - type: Transform + pos: -1.5,-47.5 parent: 34 - type: Transform - uid: 5084 components: - - pos: -1.5,-48.5 + - type: Transform + pos: -1.5,-48.5 parent: 34 - type: Transform - uid: 5085 components: - - pos: -2.5,-48.5 + - type: Transform + pos: -2.5,-48.5 parent: 34 - type: Transform - uid: 5086 components: - - pos: -2.5,-49.5 + - type: Transform + pos: -2.5,-49.5 parent: 34 - type: Transform - uid: 5087 components: - - pos: -2.5,-50.5 + - type: Transform + pos: -2.5,-50.5 parent: 34 - type: Transform - uid: 5088 components: - - pos: -2.5,-51.5 + - type: Transform + pos: -2.5,-51.5 parent: 34 - type: Transform - uid: 5089 components: - - pos: -2.5,-52.5 + - type: Transform + pos: -2.5,-52.5 parent: 34 - type: Transform - uid: 5090 components: - - pos: -2.5,-53.5 + - type: Transform + pos: -2.5,-53.5 parent: 34 - type: Transform - uid: 5091 components: - - pos: -1.5,-53.5 + - type: Transform + pos: -1.5,-53.5 parent: 34 - type: Transform - uid: 5092 components: - - pos: -3.5,-53.5 + - type: Transform + pos: -3.5,-53.5 parent: 34 - type: Transform - uid: 5093 components: - - pos: -0.5,-48.5 + - type: Transform + pos: -0.5,-48.5 parent: 34 - type: Transform - uid: 5094 components: - - pos: 0.5,-48.5 + - type: Transform + pos: 0.5,-48.5 parent: 34 - type: Transform - uid: 5095 components: - - pos: 1.5,-48.5 + - type: Transform + pos: 1.5,-48.5 parent: 34 - type: Transform - uid: 5096 components: - - pos: 2.5,-48.5 + - type: Transform + pos: 2.5,-48.5 parent: 34 - type: Transform - uid: 5097 components: - - pos: 3.5,-48.5 + - type: Transform + pos: 3.5,-48.5 parent: 34 - type: Transform - uid: 5098 components: - - pos: 4.5,-48.5 + - type: Transform + pos: 4.5,-48.5 parent: 34 - type: Transform - uid: 5099 components: - - pos: 5.5,-48.5 + - type: Transform + pos: 5.5,-48.5 parent: 34 - type: Transform - uid: 5100 components: - - pos: 5.5,-49.5 + - type: Transform + pos: 5.5,-49.5 parent: 34 - type: Transform - uid: 5101 components: - - pos: 5.5,-50.5 + - type: Transform + pos: 5.5,-50.5 parent: 34 - type: Transform - uid: 5102 components: - - pos: 5.5,-51.5 + - type: Transform + pos: 5.5,-51.5 parent: 34 - type: Transform - uid: 5103 components: - - pos: 5.5,-52.5 + - type: Transform + pos: 5.5,-52.5 parent: 34 - type: Transform - uid: 5104 components: - - pos: 5.5,-53.5 + - type: Transform + pos: 5.5,-53.5 parent: 34 - type: Transform - uid: 5105 components: - - pos: 4.5,-53.5 + - type: Transform + pos: 4.5,-53.5 parent: 34 - type: Transform - uid: 5106 components: - - pos: 6.5,-53.5 + - type: Transform + pos: 6.5,-53.5 parent: 34 - type: Transform - uid: 5107 components: - - pos: 1.5,-49.5 + - type: Transform + pos: 1.5,-49.5 parent: 34 - type: Transform - uid: 5108 components: - - pos: 1.5,-50.5 + - type: Transform + pos: 1.5,-50.5 parent: 34 - type: Transform - uid: 5109 components: - - pos: -4.5,-44.5 + - type: Transform + pos: -4.5,-44.5 parent: 34 - type: Transform - uid: 5110 components: - - pos: -4.5,-43.5 + - type: Transform + pos: -4.5,-43.5 parent: 34 - type: Transform - uid: 5111 components: - - pos: -4.5,-42.5 + - type: Transform + pos: -4.5,-42.5 parent: 34 - type: Transform - uid: 5112 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 34 - type: Transform - uid: 5113 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 34 - type: Transform - uid: 5114 components: - - pos: -4.5,-39.5 + - type: Transform + pos: -4.5,-39.5 parent: 34 - type: Transform - uid: 5115 components: - - pos: -4.5,-38.5 + - type: Transform + pos: -4.5,-38.5 parent: 34 - type: Transform - uid: 5116 components: - - pos: -4.5,-37.5 + - type: Transform + pos: -4.5,-37.5 parent: 34 - type: Transform - uid: 5117 components: - - pos: -4.5,-36.5 + - type: Transform + pos: -4.5,-36.5 parent: 34 - type: Transform - uid: 5118 components: - - pos: -4.5,-35.5 + - type: Transform + pos: -4.5,-35.5 parent: 34 - type: Transform - uid: 5119 components: - - pos: -4.5,-34.5 + - type: Transform + pos: -4.5,-34.5 parent: 34 - type: Transform - uid: 5120 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 34 - type: Transform - uid: 5121 components: - - pos: -4.5,-32.5 + - type: Transform + pos: -4.5,-32.5 parent: 34 - type: Transform - uid: 5122 components: - - pos: -5.5,-42.5 + - type: Transform + pos: -5.5,-42.5 parent: 34 - type: Transform - uid: 5123 components: - - pos: -6.5,-42.5 + - type: Transform + pos: -6.5,-42.5 parent: 34 - type: Transform - uid: 5124 components: - - pos: -7.5,-42.5 + - type: Transform + pos: -7.5,-42.5 parent: 34 - type: Transform - uid: 5125 components: - - pos: -8.5,-42.5 + - type: Transform + pos: -8.5,-42.5 parent: 34 - type: Transform - uid: 5126 components: - - pos: -9.5,-42.5 + - type: Transform + pos: -9.5,-42.5 parent: 34 - type: Transform - uid: 5127 components: - - pos: -9.5,-43.5 + - type: Transform + pos: -9.5,-43.5 parent: 34 - type: Transform - uid: 5128 components: - - pos: -9.5,-41.5 + - type: Transform + pos: -9.5,-41.5 parent: 34 - type: Transform - uid: 5129 components: - - pos: -9.5,-44.5 + - type: Transform + pos: -9.5,-44.5 parent: 34 - type: Transform - uid: 5130 components: - - pos: -9.5,-45.5 + - type: Transform + pos: -9.5,-45.5 parent: 34 - type: Transform - uid: 5131 components: - - pos: -9.5,-46.5 + - type: Transform + pos: -9.5,-46.5 parent: 34 - type: Transform - uid: 5132 components: - - pos: -5.5,-45.5 + - type: Transform + pos: -5.5,-45.5 parent: 34 - type: Transform - uid: 5133 components: - - pos: -6.5,-45.5 + - type: Transform + pos: -6.5,-45.5 parent: 34 - type: Transform - uid: 5134 components: - - pos: -0.5,-45.5 + - type: Transform + pos: -0.5,-45.5 parent: 34 - type: Transform - uid: 5140 components: - - pos: 6.5,-48.5 + - type: Transform + pos: 6.5,-48.5 parent: 34 - type: Transform - uid: 5141 components: - - pos: 7.5,-48.5 + - type: Transform + pos: 7.5,-48.5 parent: 34 - type: Transform - uid: 5142 components: - - pos: 8.5,-48.5 + - type: Transform + pos: 8.5,-48.5 parent: 34 - type: Transform - uid: 5148 components: - - pos: 28.5,-28.5 + - type: Transform + pos: 28.5,-28.5 parent: 34 - type: Transform - uid: 5149 components: - - pos: 29.5,-28.5 + - type: Transform + pos: 29.5,-28.5 parent: 34 - type: Transform - uid: 5150 components: - - pos: 30.5,-28.5 + - type: Transform + pos: 30.5,-28.5 parent: 34 - type: Transform - uid: 5151 components: - - pos: 31.5,-28.5 + - type: Transform + pos: 31.5,-28.5 parent: 34 - type: Transform - uid: 5152 components: - - pos: 32.5,-28.5 + - type: Transform + pos: 32.5,-28.5 parent: 34 - type: Transform - uid: 5153 components: - - pos: 33.5,-28.5 + - type: Transform + pos: 33.5,-28.5 parent: 34 - type: Transform - uid: 5154 components: - - pos: 34.5,-28.5 + - type: Transform + pos: 34.5,-28.5 parent: 34 - type: Transform - uid: 5155 components: - - pos: 35.5,-28.5 + - type: Transform + pos: 35.5,-28.5 parent: 34 - type: Transform - uid: 5156 components: - - pos: 36.5,-28.5 + - type: Transform + pos: 36.5,-28.5 parent: 34 - type: Transform - uid: 5157 components: - - pos: 36.5,-29.5 + - type: Transform + pos: 36.5,-29.5 parent: 34 - type: Transform - uid: 5159 components: - - pos: 30.5,-29.5 + - type: Transform + pos: 30.5,-29.5 parent: 34 - type: Transform - uid: 5160 components: - - pos: 30.5,-30.5 + - type: Transform + pos: 30.5,-30.5 parent: 34 - type: Transform - uid: 5161 components: - - pos: 27.5,-28.5 + - type: Transform + pos: 27.5,-28.5 parent: 34 - type: Transform - uid: 5162 components: - - pos: 26.5,-28.5 + - type: Transform + pos: 26.5,-28.5 parent: 34 - type: Transform - uid: 5163 components: - - pos: 25.5,-28.5 + - type: Transform + pos: 25.5,-28.5 parent: 34 - type: Transform - uid: 5164 components: - - pos: 25.5,-29.5 + - type: Transform + pos: 25.5,-29.5 parent: 34 - type: Transform - uid: 5165 components: - - pos: 35.5,-36.5 + - type: Transform + pos: 35.5,-36.5 parent: 34 - type: Transform - uid: 5166 components: - - pos: 36.5,-36.5 + - type: Transform + pos: 36.5,-36.5 parent: 34 - type: Transform - uid: 5167 components: - - pos: 37.5,-36.5 + - type: Transform + pos: 37.5,-36.5 parent: 34 - type: Transform - uid: 5168 components: - - pos: 38.5,-36.5 + - type: Transform + pos: 38.5,-36.5 parent: 34 - type: Transform - uid: 5169 components: - - pos: 39.5,-36.5 + - type: Transform + pos: 39.5,-36.5 parent: 34 - type: Transform - uid: 5170 components: - - pos: 40.5,-36.5 + - type: Transform + pos: 40.5,-36.5 parent: 34 - type: Transform - uid: 5171 components: - - pos: 34.5,-36.5 + - type: Transform + pos: 34.5,-36.5 parent: 34 - type: Transform - uid: 5172 components: - - pos: 33.5,-36.5 + - type: Transform + pos: 33.5,-36.5 parent: 34 - type: Transform - uid: 5173 components: - - pos: 37.5,-35.5 + - type: Transform + pos: 37.5,-35.5 parent: 34 - type: Transform - uid: 5174 components: - - pos: 37.5,-34.5 + - type: Transform + pos: 37.5,-34.5 parent: 34 - type: Transform - uid: 5175 components: - - pos: 37.5,-33.5 + - type: Transform + pos: 37.5,-33.5 parent: 34 - type: Transform - uid: 5176 components: - - pos: 37.5,-32.5 + - type: Transform + pos: 37.5,-32.5 parent: 34 - type: Transform - uid: 5177 components: - - pos: 40.5,-35.5 + - type: Transform + pos: 40.5,-35.5 parent: 34 - type: Transform - uid: 5178 components: - - pos: 40.5,-34.5 + - type: Transform + pos: 40.5,-34.5 parent: 34 - type: Transform - uid: 5179 components: - - pos: 40.5,-33.5 + - type: Transform + pos: 40.5,-33.5 parent: 34 - type: Transform - uid: 5180 components: - - pos: 40.5,-32.5 + - type: Transform + pos: 40.5,-32.5 parent: 34 - type: Transform - uid: 5181 components: - - pos: 32.5,-36.5 + - type: Transform + pos: 32.5,-36.5 parent: 34 - type: Transform - uid: 5182 components: - - pos: 32.5,-35.5 + - type: Transform + pos: 32.5,-35.5 parent: 34 - type: Transform - uid: 5183 components: - - pos: 32.5,-34.5 + - type: Transform + pos: 32.5,-34.5 parent: 34 - type: Transform - uid: 5184 components: - - pos: 32.5,-33.5 + - type: Transform + pos: 32.5,-33.5 parent: 34 - type: Transform - uid: 5185 components: - - pos: 32.5,-32.5 + - type: Transform + pos: 32.5,-32.5 parent: 34 - type: Transform - uid: 5186 components: - - pos: 31.5,-33.5 + - type: Transform + pos: 31.5,-33.5 parent: 34 - type: Transform - uid: 5187 components: - - pos: 33.5,-33.5 + - type: Transform + pos: 33.5,-33.5 parent: 34 - type: Transform - uid: 5188 components: - - pos: 31.5,-36.5 + - type: Transform + pos: 31.5,-36.5 parent: 34 - type: Transform - uid: 5189 components: - - pos: 32.5,-37.5 + - type: Transform + pos: 32.5,-37.5 parent: 34 - type: Transform - uid: 5190 components: - - pos: 31.5,-30.5 + - type: Transform + pos: 31.5,-30.5 parent: 34 - type: Transform - uid: 5191 components: - - pos: 32.5,-30.5 + - type: Transform + pos: 32.5,-30.5 parent: 34 - type: Transform - uid: 5281 components: - - pos: 8.5,-47.5 + - type: Transform + pos: 8.5,-47.5 parent: 34 - type: Transform - uid: 5409 components: - - pos: 36.5,-43.5 + - type: Transform + pos: 36.5,-43.5 parent: 34 - type: Transform - uid: 5477 components: - - pos: 25.5,-47.5 + - type: Transform + pos: 25.5,-47.5 parent: 34 - type: Transform - uid: 5486 components: - - pos: 35.5,-43.5 + - type: Transform + pos: 35.5,-43.5 parent: 34 - type: Transform - uid: 5578 components: - - pos: -33.5,-42.5 + - type: Transform + pos: -33.5,-42.5 parent: 34 - type: Transform - uid: 5665 components: - - pos: -37.5,1.5 + - type: Transform + pos: -37.5,1.5 parent: 34 - type: Transform - uid: 5667 components: - - pos: -37.5,2.5 + - type: Transform + pos: -37.5,2.5 parent: 34 - type: Transform - uid: 5670 components: - - pos: -37.5,0.5 + - type: Transform + pos: -37.5,0.5 parent: 34 - type: Transform - uid: 5752 components: - - pos: -19.5,3.5 + - type: Transform + pos: -19.5,3.5 parent: 34 - type: Transform - uid: 5753 components: - - pos: -20.5,3.5 + - type: Transform + pos: -20.5,3.5 parent: 34 - type: Transform - uid: 5754 components: - - pos: -21.5,3.5 + - type: Transform + pos: -21.5,3.5 parent: 34 - type: Transform - uid: 5755 components: - - pos: -21.5,2.5 + - type: Transform + pos: -21.5,2.5 parent: 34 - type: Transform - uid: 5756 components: - - pos: -22.5,2.5 + - type: Transform + pos: -22.5,2.5 parent: 34 - type: Transform - uid: 5757 components: - - pos: -23.5,2.5 + - type: Transform + pos: -23.5,2.5 parent: 34 - type: Transform - uid: 5758 components: - - pos: -24.5,2.5 + - type: Transform + pos: -24.5,2.5 parent: 34 - type: Transform - uid: 5759 components: - - pos: -25.5,2.5 + - type: Transform + pos: -25.5,2.5 parent: 34 - type: Transform - uid: 5760 components: - - pos: -25.5,3.5 + - type: Transform + pos: -25.5,3.5 parent: 34 - type: Transform - uid: 5761 components: - - pos: -25.5,4.5 + - type: Transform + pos: -25.5,4.5 parent: 34 - type: Transform - uid: 5762 components: - - pos: -24.5,4.5 + - type: Transform + pos: -24.5,4.5 parent: 34 - type: Transform - uid: 5763 components: - - pos: -23.5,4.5 + - type: Transform + pos: -23.5,4.5 parent: 34 - type: Transform - uid: 5764 components: - - pos: -22.5,4.5 + - type: Transform + pos: -22.5,4.5 parent: 34 - type: Transform - uid: 5765 components: - - pos: -21.5,4.5 + - type: Transform + pos: -21.5,4.5 parent: 34 - type: Transform - uid: 5766 components: - - pos: -25.5,5.5 + - type: Transform + pos: -25.5,5.5 parent: 34 - type: Transform - uid: 5767 components: - - pos: -25.5,6.5 + - type: Transform + pos: -25.5,6.5 parent: 34 - type: Transform - uid: 5768 components: - - pos: -25.5,7.5 + - type: Transform + pos: -25.5,7.5 parent: 34 - type: Transform - uid: 5769 components: - - pos: -25.5,8.5 + - type: Transform + pos: -25.5,8.5 parent: 34 - type: Transform - uid: 5770 components: - - pos: -24.5,8.5 + - type: Transform + pos: -24.5,8.5 parent: 34 - type: Transform - uid: 5771 components: - - pos: -23.5,8.5 + - type: Transform + pos: -23.5,8.5 parent: 34 - type: Transform - uid: 5772 components: - - pos: -22.5,8.5 + - type: Transform + pos: -22.5,8.5 parent: 34 - type: Transform - uid: 5773 components: - - pos: -21.5,8.5 + - type: Transform + pos: -21.5,8.5 parent: 34 - type: Transform - uid: 5774 components: - - pos: -20.5,8.5 + - type: Transform + pos: -20.5,8.5 parent: 34 - type: Transform - uid: 5775 components: - - pos: -19.5,8.5 + - type: Transform + pos: -19.5,8.5 parent: 34 - type: Transform - uid: 5776 components: - - pos: -18.5,8.5 + - type: Transform + pos: -18.5,8.5 parent: 34 - type: Transform - uid: 5777 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 34 - type: Transform - uid: 5778 components: - - pos: -16.5,8.5 + - type: Transform + pos: -16.5,8.5 parent: 34 - type: Transform - uid: 5779 components: - - pos: -15.5,8.5 + - type: Transform + pos: -15.5,8.5 parent: 34 - type: Transform - uid: 5780 components: - - pos: -14.5,8.5 + - type: Transform + pos: -14.5,8.5 parent: 34 - type: Transform - uid: 5781 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 34 - type: Transform - uid: 5782 components: - - pos: -26.5,8.5 + - type: Transform + pos: -26.5,8.5 parent: 34 - type: Transform - uid: 5783 components: - - pos: -27.5,8.5 + - type: Transform + pos: -27.5,8.5 parent: 34 - type: Transform - uid: 5785 components: - - pos: -35.5,-2.5 + - type: Transform + pos: -35.5,-2.5 parent: 34 - type: Transform - uid: 5786 components: - - pos: -35.5,-1.5 + - type: Transform + pos: -35.5,-1.5 parent: 34 - type: Transform - uid: 5826 components: - - pos: 36.5,-37.5 + - type: Transform + pos: 36.5,-37.5 parent: 34 - type: Transform - uid: 5827 components: - - pos: 36.5,-38.5 + - type: Transform + pos: 36.5,-38.5 parent: 34 - type: Transform - uid: 5828 components: - - pos: 36.5,-39.5 + - type: Transform + pos: 36.5,-39.5 parent: 34 - type: Transform - uid: 5829 components: - - pos: 36.5,-40.5 + - type: Transform + pos: 36.5,-40.5 parent: 34 - type: Transform - uid: 5830 components: - - pos: 37.5,-40.5 + - type: Transform + pos: 37.5,-40.5 parent: 34 - type: Transform - uid: 5831 components: - - pos: 38.5,-40.5 + - type: Transform + pos: 38.5,-40.5 parent: 34 - type: Transform - uid: 5832 components: - - pos: 39.5,-40.5 + - type: Transform + pos: 39.5,-40.5 parent: 34 - type: Transform - uid: 5833 components: - - pos: 39.5,-39.5 + - type: Transform + pos: 39.5,-39.5 parent: 34 - type: Transform - uid: 5938 components: - - pos: -48.5,-13.5 + - type: Transform + pos: -48.5,-13.5 parent: 34 - type: Transform - uid: 5991 components: - - pos: -46.5,-21.5 + - type: Transform + pos: -46.5,-21.5 parent: 34 - type: Transform - uid: 5994 components: - - pos: -44.5,-13.5 + - type: Transform + pos: -44.5,-13.5 parent: 34 - type: Transform - uid: 6021 components: - - pos: 42.5,-8.5 + - type: Transform + pos: 42.5,-8.5 parent: 34 - type: Transform - uid: 6024 components: - - pos: 41.5,-9.5 + - type: Transform + pos: 41.5,-9.5 parent: 34 - type: Transform - uid: 6034 components: - - pos: 46.5,-24.5 + - type: Transform + pos: 46.5,-24.5 parent: 34 - type: Transform - uid: 6035 components: - - pos: 47.5,-24.5 + - type: Transform + pos: 47.5,-24.5 parent: 34 - type: Transform - uid: 6036 components: - - pos: 47.5,-23.5 + - type: Transform + pos: 47.5,-23.5 parent: 34 - type: Transform - uid: 6037 components: - - pos: 47.5,-22.5 + - type: Transform + pos: 47.5,-22.5 parent: 34 - type: Transform - uid: 6038 components: - - pos: 48.5,-22.5 + - type: Transform + pos: 48.5,-22.5 parent: 34 - type: Transform - uid: 6039 components: - - pos: 49.5,-22.5 + - type: Transform + pos: 49.5,-22.5 parent: 34 - type: Transform - uid: 6040 components: - - pos: 50.5,-22.5 + - type: Transform + pos: 50.5,-22.5 parent: 34 - type: Transform - uid: 6041 components: - - pos: 51.5,-22.5 + - type: Transform + pos: 51.5,-22.5 parent: 34 - type: Transform - uid: 6042 components: - - pos: 51.5,-24.5 + - type: Transform + pos: 51.5,-24.5 parent: 34 - type: Transform - uid: 6043 components: - - pos: 50.5,-24.5 + - type: Transform + pos: 50.5,-24.5 parent: 34 - type: Transform - uid: 6044 components: - - pos: 49.5,-24.5 + - type: Transform + pos: 49.5,-24.5 parent: 34 - type: Transform - uid: 6045 components: - - pos: 48.5,-24.5 + - type: Transform + pos: 48.5,-24.5 parent: 34 - type: Transform - uid: 6063 components: - - pos: -0.5,-31.5 + - type: Transform + pos: -0.5,-31.5 parent: 34 - type: Transform - uid: 6064 components: - - pos: -0.5,-32.5 + - type: Transform + pos: -0.5,-32.5 parent: 34 - type: Transform - uid: 6065 components: - - pos: -0.5,-33.5 + - type: Transform + pos: -0.5,-33.5 parent: 34 - type: Transform - uid: 6066 components: - - pos: 3.5,-28.5 + - type: Transform + pos: 3.5,-28.5 parent: 34 - type: Transform - uid: 6067 components: - - pos: 4.5,-28.5 + - type: Transform + pos: 4.5,-28.5 parent: 34 - type: Transform - uid: 6068 components: - - pos: 5.5,-28.5 + - type: Transform + pos: 5.5,-28.5 parent: 34 - type: Transform - uid: 6069 components: - - pos: 6.5,-28.5 + - type: Transform + pos: 6.5,-28.5 parent: 34 - type: Transform - uid: 6070 components: - - pos: 7.5,-28.5 + - type: Transform + pos: 7.5,-28.5 parent: 34 - type: Transform - uid: 6071 components: - - pos: 8.5,-28.5 + - type: Transform + pos: 8.5,-28.5 parent: 34 - type: Transform - uid: 6072 components: - - pos: 9.5,-28.5 + - type: Transform + pos: 9.5,-28.5 parent: 34 - type: Transform - uid: 6073 components: - - pos: 9.5,-27.5 + - type: Transform + pos: 9.5,-27.5 parent: 34 - type: Transform - uid: 6074 components: - - pos: 4.5,-27.5 + - type: Transform + pos: 4.5,-27.5 parent: 34 - type: Transform - uid: 6075 components: - - pos: 4.5,-26.5 + - type: Transform + pos: 4.5,-26.5 parent: 34 - type: Transform - uid: 6076 components: - - pos: 4.5,-29.5 + - type: Transform + pos: 4.5,-29.5 parent: 34 - type: Transform - uid: 6077 components: - - pos: 4.5,-30.5 + - type: Transform + pos: 4.5,-30.5 parent: 34 - type: Transform - uid: 6097 components: - - pos: -46.5,-13.5 + - type: Transform + pos: -46.5,-13.5 parent: 34 - type: Transform - uid: 6138 components: - - pos: -45.5,-13.5 + - type: Transform + pos: -45.5,-13.5 parent: 34 - type: Transform - uid: 6164 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 34 - type: Transform - uid: 6172 components: - - pos: 6.5,18.5 + - type: Transform + pos: 6.5,18.5 parent: 34 - type: Transform - uid: 6175 components: - - pos: 9.5,16.5 + - type: Transform + pos: 9.5,16.5 parent: 34 - type: Transform - uid: 6179 components: - - pos: -20.5,-42.5 + - type: Transform + pos: -20.5,-42.5 parent: 34 - type: Transform - uid: 6180 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 34 - type: Transform - uid: 6181 components: - - pos: 6.5,19.5 + - type: Transform + pos: 6.5,19.5 parent: 34 - type: Transform - uid: 6185 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 34 - type: Transform - uid: 6186 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 34 - type: Transform - uid: 6190 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 34 - type: Transform - uid: 6191 components: - - pos: 2.5,14.5 + - type: Transform + pos: 2.5,14.5 parent: 34 - type: Transform - uid: 6203 components: - - pos: 9.5,17.5 + - type: Transform + pos: 9.5,17.5 parent: 34 - type: Transform - uid: 6204 components: - - pos: 6.5,16.5 + - type: Transform + pos: 6.5,16.5 parent: 34 - type: Transform - uid: 6210 components: - - pos: 6.5,17.5 + - type: Transform + pos: 6.5,17.5 parent: 34 - type: Transform - uid: 6217 components: - - pos: -51.5,-41.5 + - type: Transform + pos: -51.5,-41.5 parent: 34 - type: Transform - uid: 6218 components: - - pos: -51.5,-40.5 + - type: Transform + pos: -51.5,-40.5 parent: 34 - type: Transform - uid: 6219 components: - - pos: -51.5,-39.5 + - type: Transform + pos: -51.5,-39.5 parent: 34 - type: Transform - uid: 6223 components: - - pos: -58.5,-18.5 + - type: Transform + pos: -58.5,-18.5 parent: 34 - type: Transform - uid: 6233 components: - - pos: -18.5,-29.5 + - type: Transform + pos: -18.5,-29.5 parent: 34 - type: Transform - uid: 6234 components: - - pos: 36.5,4.5 + - type: Transform + pos: 36.5,4.5 parent: 34 - type: Transform - uid: 6332 components: - - pos: -57.5,-18.5 + - type: Transform + pos: -57.5,-18.5 parent: 34 - type: Transform - uid: 6336 components: - - pos: -53.5,-28.5 + - type: Transform + pos: -53.5,-28.5 parent: 34 - type: Transform - uid: 6337 components: - - pos: -52.5,-28.5 + - type: Transform + pos: -52.5,-28.5 parent: 34 - type: Transform - uid: 6338 components: - - pos: -50.5,-28.5 + - type: Transform + pos: -50.5,-28.5 parent: 34 - type: Transform - uid: 6339 components: - - pos: -54.5,-14.5 + - type: Transform + pos: -54.5,-14.5 parent: 34 - type: Transform - uid: 6373 components: - - pos: -33.5,-50.5 + - type: Transform + pos: -33.5,-50.5 parent: 34 - type: Transform - uid: 6498 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 34 - type: Transform - uid: 6537 components: - - pos: 4.5,14.5 + - type: Transform + pos: 4.5,14.5 parent: 34 - type: Transform - uid: 6539 components: - - pos: 4.5,-31.5 + - type: Transform + pos: 4.5,-31.5 parent: 34 - type: Transform - uid: 6540 components: - - pos: 4.5,-32.5 + - type: Transform + pos: 4.5,-32.5 parent: 34 - type: Transform - uid: 6562 components: - - pos: 4.5,-33.5 + - type: Transform + pos: 4.5,-33.5 parent: 34 - type: Transform - uid: 6567 components: - - pos: -44.5,-14.5 + - type: Transform + pos: -44.5,-14.5 parent: 34 - type: Transform - uid: 6620 components: - - pos: -54.5,-21.5 + - type: Transform + pos: -54.5,-21.5 parent: 34 - type: Transform - uid: 6621 components: - - pos: -52.5,-21.5 + - type: Transform + pos: -52.5,-21.5 parent: 34 - type: Transform - uid: 6685 components: - - pos: -19.5,-39.5 + - type: Transform + pos: -19.5,-39.5 parent: 34 - type: Transform - uid: 6793 components: - - pos: 21.5,-3.5 + - type: Transform + pos: 21.5,-3.5 parent: 34 - type: Transform - uid: 6794 components: - - pos: 21.5,-4.5 + - type: Transform + pos: 21.5,-4.5 parent: 34 - type: Transform - uid: 6795 components: - - pos: 21.5,-5.5 + - type: Transform + pos: 21.5,-5.5 parent: 34 - type: Transform - uid: 6796 components: - - pos: 21.5,-6.5 + - type: Transform + pos: 21.5,-6.5 parent: 34 - type: Transform - uid: 6797 components: - - pos: 21.5,-7.5 + - type: Transform + pos: 21.5,-7.5 parent: 34 - type: Transform - uid: 6798 components: - - pos: 20.5,-5.5 + - type: Transform + pos: 20.5,-5.5 parent: 34 - type: Transform - uid: 6879 components: - - pos: 19.5,-5.5 + - type: Transform + pos: 19.5,-5.5 parent: 34 - type: Transform - uid: 6880 components: - - pos: 18.5,-5.5 + - type: Transform + pos: 18.5,-5.5 parent: 34 - type: Transform - uid: 6881 components: - - pos: 17.5,-5.5 + - type: Transform + pos: 17.5,-5.5 parent: 34 - type: Transform - uid: 6882 components: - - pos: 16.5,-5.5 + - type: Transform + pos: 16.5,-5.5 parent: 34 - type: Transform - uid: 6883 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 34 - type: Transform - uid: 6884 components: - - pos: 18.5,-6.5 + - type: Transform + pos: 18.5,-6.5 parent: 34 - type: Transform - uid: 6885 components: - - pos: 16.5,-6.5 + - type: Transform + pos: 16.5,-6.5 parent: 34 - type: Transform - uid: 6886 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 34 - type: Transform - uid: 6887 components: - - pos: 16.5,-7.5 + - type: Transform + pos: 16.5,-7.5 parent: 34 - type: Transform - uid: 6888 components: - - pos: 16.5,-8.5 + - type: Transform + pos: 16.5,-8.5 parent: 34 - type: Transform - uid: 6889 components: - - pos: 17.5,-13.5 + - type: Transform + pos: 17.5,-13.5 parent: 34 - type: Transform - uid: 6890 components: - - pos: 18.5,-11.5 + - type: Transform + pos: 18.5,-11.5 parent: 34 - type: Transform - uid: 6891 components: - - pos: 18.5,-12.5 + - type: Transform + pos: 18.5,-12.5 parent: 34 - type: Transform - uid: 6892 components: - - pos: 18.5,-13.5 + - type: Transform + pos: 18.5,-13.5 parent: 34 - type: Transform - uid: 6893 components: - - pos: 16.5,-13.5 + - type: Transform + pos: 16.5,-13.5 parent: 34 - type: Transform - uid: 6894 components: - - pos: 18.5,-14.5 + - type: Transform + pos: 18.5,-14.5 parent: 34 - type: Transform - uid: 6895 components: - - pos: 18.5,-15.5 + - type: Transform + pos: 18.5,-15.5 parent: 34 - type: Transform - uid: 6896 components: - - pos: 18.5,-16.5 + - type: Transform + pos: 18.5,-16.5 parent: 34 - type: Transform - uid: 6897 components: - - pos: 18.5,-17.5 + - type: Transform + pos: 18.5,-17.5 parent: 34 - type: Transform - uid: 6898 components: - - pos: 18.5,-18.5 + - type: Transform + pos: 18.5,-18.5 parent: 34 - type: Transform - uid: 6899 components: - - pos: 17.5,-18.5 + - type: Transform + pos: 17.5,-18.5 parent: 34 - type: Transform - uid: 6900 components: - - pos: 18.5,-19.5 + - type: Transform + pos: 18.5,-19.5 parent: 34 - type: Transform - uid: 6901 components: - - pos: 19.5,-18.5 + - type: Transform + pos: 19.5,-18.5 parent: 34 - type: Transform - uid: 6902 components: - - pos: 20.5,-18.5 + - type: Transform + pos: 20.5,-18.5 parent: 34 - type: Transform - uid: 6903 components: - - pos: 19.5,-13.5 + - type: Transform + pos: 19.5,-13.5 parent: 34 - type: Transform - uid: 6904 components: - - pos: 20.5,-13.5 + - type: Transform + pos: 20.5,-13.5 parent: 34 - type: Transform - uid: 6905 components: - - pos: 27.5,-18.5 + - type: Transform + pos: 27.5,-18.5 parent: 34 - type: Transform - uid: 6906 components: - - pos: 28.5,-18.5 + - type: Transform + pos: 28.5,-18.5 parent: 34 - type: Transform - uid: 6907 components: - - pos: 29.5,-18.5 + - type: Transform + pos: 29.5,-18.5 parent: 34 - type: Transform - uid: 6908 components: - - pos: 29.5,-17.5 + - type: Transform + pos: 29.5,-17.5 parent: 34 - type: Transform - uid: 6909 components: - - pos: 26.5,-18.5 + - type: Transform + pos: 26.5,-18.5 parent: 34 - type: Transform - uid: 6910 components: - - pos: 25.5,-18.5 + - type: Transform + pos: 25.5,-18.5 parent: 34 - type: Transform - uid: 6911 components: - - pos: 24.5,-18.5 + - type: Transform + pos: 24.5,-18.5 parent: 34 - type: Transform - uid: 6912 components: - - pos: 24.5,-19.5 + - type: Transform + pos: 24.5,-19.5 parent: 34 - type: Transform - uid: 6913 components: - - pos: 24.5,-17.5 + - type: Transform + pos: 24.5,-17.5 parent: 34 - type: Transform - uid: 6914 components: - - pos: 24.5,-16.5 + - type: Transform + pos: 24.5,-16.5 parent: 34 - type: Transform - uid: 6915 components: - - pos: 24.5,-15.5 + - type: Transform + pos: 24.5,-15.5 parent: 34 - type: Transform - uid: 6916 components: - - pos: 24.5,-14.5 + - type: Transform + pos: 24.5,-14.5 parent: 34 - type: Transform - uid: 6917 components: - - pos: 24.5,-13.5 + - type: Transform + pos: 24.5,-13.5 parent: 34 - type: Transform - uid: 6918 components: - - pos: 25.5,-13.5 + - type: Transform + pos: 25.5,-13.5 parent: 34 - type: Transform - uid: 6919 components: - - pos: 26.5,-13.5 + - type: Transform + pos: 26.5,-13.5 parent: 34 - type: Transform - uid: 6920 components: - - pos: 27.5,-13.5 + - type: Transform + pos: 27.5,-13.5 parent: 34 - type: Transform - uid: 6921 components: - - pos: 28.5,-13.5 + - type: Transform + pos: 28.5,-13.5 parent: 34 - type: Transform - uid: 6922 components: - - pos: 28.5,-12.5 + - type: Transform + pos: 28.5,-12.5 parent: 34 - type: Transform - uid: 6923 components: - - pos: 28.5,-11.5 + - type: Transform + pos: 28.5,-11.5 parent: 34 - type: Transform - uid: 6924 components: - - pos: 28.5,-10.5 + - type: Transform + pos: 28.5,-10.5 parent: 34 - type: Transform - uid: 6925 components: - - pos: 22.5,-3.5 + - type: Transform + pos: 22.5,-3.5 parent: 34 - type: Transform - uid: 6926 components: - - pos: 23.5,-3.5 + - type: Transform + pos: 23.5,-3.5 parent: 34 - type: Transform - uid: 6927 components: - - pos: 24.5,-3.5 + - type: Transform + pos: 24.5,-3.5 parent: 34 - type: Transform - uid: 6928 components: - - pos: 25.5,-3.5 + - type: Transform + pos: 25.5,-3.5 parent: 34 - type: Transform - uid: 6929 components: - - pos: 26.5,-3.5 + - type: Transform + pos: 26.5,-3.5 parent: 34 - type: Transform - uid: 6930 components: - - pos: 27.5,-3.5 + - type: Transform + pos: 27.5,-3.5 parent: 34 - type: Transform - uid: 6931 components: - - pos: 26.5,5.5 + - type: Transform + pos: 26.5,5.5 parent: 34 - type: Transform - uid: 6932 components: - - pos: 26.5,4.5 + - type: Transform + pos: 26.5,4.5 parent: 34 - type: Transform - uid: 6933 components: - - pos: 27.5,4.5 + - type: Transform + pos: 27.5,4.5 parent: 34 - type: Transform - uid: 6934 components: - - pos: 27.5,3.5 + - type: Transform + pos: 27.5,3.5 parent: 34 - type: Transform - uid: 6935 components: - - pos: 27.5,2.5 + - type: Transform + pos: 27.5,2.5 parent: 34 - type: Transform - uid: 6936 components: - - pos: 27.5,1.5 + - type: Transform + pos: 27.5,1.5 parent: 34 - type: Transform - uid: 6937 components: - - pos: 27.5,0.5 + - type: Transform + pos: 27.5,0.5 parent: 34 - type: Transform - uid: 6938 components: - - pos: 26.5,0.5 + - type: Transform + pos: 26.5,0.5 parent: 34 - type: Transform - uid: 6939 components: - - pos: 28.5,0.5 + - type: Transform + pos: 28.5,0.5 parent: 34 - type: Transform - uid: 6940 components: - - pos: 28.5,-3.5 + - type: Transform + pos: 28.5,-3.5 parent: 34 - type: Transform - uid: 6941 components: - - pos: 29.5,-3.5 + - type: Transform + pos: 29.5,-3.5 parent: 34 - type: Transform - uid: 6942 components: - - pos: 30.5,-3.5 + - type: Transform + pos: 30.5,-3.5 parent: 34 - type: Transform - uid: 6943 components: - - pos: 31.5,-3.5 + - type: Transform + pos: 31.5,-3.5 parent: 34 - type: Transform - uid: 6944 components: - - pos: 32.5,-3.5 + - type: Transform + pos: 32.5,-3.5 parent: 34 - type: Transform - uid: 6945 components: - - pos: 33.5,-3.5 + - type: Transform + pos: 33.5,-3.5 parent: 34 - type: Transform - uid: 6946 components: - - pos: 34.5,-3.5 + - type: Transform + pos: 34.5,-3.5 parent: 34 - type: Transform - uid: 6948 components: - - pos: 28.5,-14.5 + - type: Transform + pos: 28.5,-14.5 parent: 34 - type: Transform - uid: 6949 components: - - pos: 29.5,-14.5 + - type: Transform + pos: 29.5,-14.5 parent: 34 - type: Transform - uid: 6950 components: - - pos: 32.5,-18.5 + - type: Transform + pos: 32.5,-18.5 parent: 34 - type: Transform - uid: 6951 components: - - pos: 32.5,-19.5 + - type: Transform + pos: 32.5,-19.5 parent: 34 - type: Transform - uid: 6954 components: - - pos: 32.5,-16.5 + - type: Transform + pos: 32.5,-16.5 parent: 34 - type: Transform - uid: 6955 components: - - pos: 32.5,-17.5 + - type: Transform + pos: 32.5,-17.5 parent: 34 - type: Transform - uid: 6959 components: - - pos: 32.5,-10.5 + - type: Transform + pos: 32.5,-10.5 parent: 34 - type: Transform - uid: 6960 components: - - pos: 32.5,-9.5 + - type: Transform + pos: 32.5,-9.5 parent: 34 - type: Transform - uid: 6962 components: - - pos: 33.5,-16.5 + - type: Transform + pos: 33.5,-16.5 parent: 34 - type: Transform - uid: 6963 components: - - pos: 34.5,-16.5 + - type: Transform + pos: 34.5,-16.5 parent: 34 - type: Transform - uid: 6964 components: - - pos: 35.5,-16.5 + - type: Transform + pos: 35.5,-16.5 parent: 34 - type: Transform - uid: 6966 components: - - pos: 23.5,-4.5 + - type: Transform + pos: 23.5,-4.5 parent: 34 - type: Transform - uid: 6967 components: - - pos: 23.5,-5.5 + - type: Transform + pos: 23.5,-5.5 parent: 34 - type: Transform - uid: 6968 components: - - pos: 23.5,-6.5 + - type: Transform + pos: 23.5,-6.5 parent: 34 - type: Transform - uid: 6969 components: - - pos: 28.5,-4.5 + - type: Transform + pos: 28.5,-4.5 parent: 34 - type: Transform - uid: 6970 components: - - pos: 24.5,-12.5 + - type: Transform + pos: 24.5,-12.5 parent: 34 - type: Transform - uid: 6971 components: - - pos: 24.5,-11.5 + - type: Transform + pos: 24.5,-11.5 parent: 34 - type: Transform - uid: 6972 components: - - pos: 24.5,-10.5 + - type: Transform + pos: 24.5,-10.5 parent: 34 - type: Transform - uid: 6973 components: - - pos: 24.5,-9.5 + - type: Transform + pos: 24.5,-9.5 parent: 34 - type: Transform - uid: 6974 components: - - pos: 16.5,-9.5 + - type: Transform + pos: 16.5,-9.5 parent: 34 - type: Transform - uid: 6975 components: - - pos: 17.5,-9.5 + - type: Transform + pos: 17.5,-9.5 parent: 34 - type: Transform - uid: 6976 components: - - pos: 23.5,-9.5 + - type: Transform + pos: 23.5,-9.5 parent: 34 - type: Transform - uid: 6977 components: - - pos: 28.5,-5.5 + - type: Transform + pos: 28.5,-5.5 parent: 34 - type: Transform - uid: 6978 components: - - pos: 28.5,-6.5 + - type: Transform + pos: 28.5,-6.5 parent: 34 - type: Transform - uid: 6979 components: - - pos: 27.5,-6.5 + - type: Transform + pos: 27.5,-6.5 parent: 34 - type: Transform - uid: 6980 components: - - pos: 29.5,-10.5 + - type: Transform + pos: 29.5,-10.5 parent: 34 - type: Transform - uid: 6981 components: - - pos: 15.5,-13.5 + - type: Transform + pos: 15.5,-13.5 parent: 34 - type: Transform - uid: 7004 components: - - pos: 11.5,-17.5 + - type: Transform + pos: 11.5,-17.5 parent: 34 - type: Transform - uid: 7005 components: - - pos: 12.5,-17.5 + - type: Transform + pos: 12.5,-17.5 parent: 34 - type: Transform - uid: 7006 components: - - pos: 13.5,-17.5 + - type: Transform + pos: 13.5,-17.5 parent: 34 - type: Transform - uid: 7007 components: - - pos: 13.5,-18.5 + - type: Transform + pos: 13.5,-18.5 parent: 34 - type: Transform - uid: 7008 components: - - pos: 13.5,-19.5 + - type: Transform + pos: 13.5,-19.5 parent: 34 - type: Transform - uid: 7009 components: - - pos: 13.5,-16.5 + - type: Transform + pos: 13.5,-16.5 parent: 34 - type: Transform - uid: 7010 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 34 - type: Transform - uid: 7011 components: - - pos: 13.5,-14.5 + - type: Transform + pos: 13.5,-14.5 parent: 34 - type: Transform - uid: 7012 components: - - pos: 13.5,-13.5 + - type: Transform + pos: 13.5,-13.5 parent: 34 - type: Transform - uid: 7013 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 34 - type: Transform - uid: 7014 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 34 - type: Transform - uid: 7015 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 34 - type: Transform - uid: 7016 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 34 - type: Transform - uid: 7017 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 34 - type: Transform - uid: 7018 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 34 - type: Transform - uid: 7019 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 34 - type: Transform - uid: 7020 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 34 - type: Transform - uid: 7021 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 34 - type: Transform - uid: 7022 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 34 - type: Transform - uid: 7024 components: - - pos: 45.5,-8.5 + - type: Transform + pos: 45.5,-8.5 parent: 34 - type: Transform - uid: 7065 components: - - pos: 46.5,-6.5 + - type: Transform + pos: 46.5,-6.5 parent: 34 - type: Transform - uid: 7067 components: - - pos: 44.5,-6.5 + - type: Transform + pos: 44.5,-6.5 parent: 34 - type: Transform - uid: 7103 components: - - pos: -44.5,-5.5 + - type: Transform + pos: -44.5,-5.5 parent: 34 - type: Transform - uid: 7104 components: - - pos: -43.5,-5.5 + - type: Transform + pos: -43.5,-5.5 parent: 34 - type: Transform - uid: 7105 components: - - pos: -42.5,-5.5 + - type: Transform + pos: -42.5,-5.5 parent: 34 - type: Transform - uid: 7106 components: - - pos: -42.5,-6.5 + - type: Transform + pos: -42.5,-6.5 parent: 34 - type: Transform - uid: 7107 components: - - pos: -42.5,-7.5 + - type: Transform + pos: -42.5,-7.5 parent: 34 - type: Transform - uid: 7108 components: - - pos: -42.5,-8.5 + - type: Transform + pos: -42.5,-8.5 parent: 34 - type: Transform - uid: 7109 components: - - pos: -42.5,-9.5 + - type: Transform + pos: -42.5,-9.5 parent: 34 - type: Transform - uid: 7110 components: - - pos: -43.5,-9.5 + - type: Transform + pos: -43.5,-9.5 parent: 34 - type: Transform - uid: 7111 components: - - pos: -44.5,-9.5 + - type: Transform + pos: -44.5,-9.5 parent: 34 - type: Transform - uid: 7112 components: - - pos: -45.5,-9.5 + - type: Transform + pos: -45.5,-9.5 parent: 34 - type: Transform - uid: 7113 components: - - pos: -46.5,-9.5 + - type: Transform + pos: -46.5,-9.5 parent: 34 - type: Transform - uid: 7114 components: - - pos: -47.5,-9.5 + - type: Transform + pos: -47.5,-9.5 parent: 34 - type: Transform - uid: 7115 components: - - pos: -48.5,-9.5 + - type: Transform + pos: -48.5,-9.5 parent: 34 - type: Transform - uid: 7116 components: - - pos: -49.5,-9.5 + - type: Transform + pos: -49.5,-9.5 parent: 34 - type: Transform - uid: 7117 components: - - pos: -50.5,-9.5 + - type: Transform + pos: -50.5,-9.5 parent: 34 - type: Transform - uid: 7118 components: - - pos: -42.5,-4.5 + - type: Transform + pos: -42.5,-4.5 parent: 34 - type: Transform - uid: 7119 components: - - pos: -42.5,-3.5 + - type: Transform + pos: -42.5,-3.5 parent: 34 - type: Transform - uid: 7120 components: - - pos: -42.5,-2.5 + - type: Transform + pos: -42.5,-2.5 parent: 34 - type: Transform - uid: 7121 components: - - pos: -42.5,-1.5 + - type: Transform + pos: -42.5,-1.5 parent: 34 - type: Transform - uid: 7122 components: - - pos: -43.5,-1.5 + - type: Transform + pos: -43.5,-1.5 parent: 34 - type: Transform - uid: 7123 components: - - pos: -44.5,-1.5 + - type: Transform + pos: -44.5,-1.5 parent: 34 - type: Transform - uid: 7124 components: - - pos: -45.5,-1.5 + - type: Transform + pos: -45.5,-1.5 parent: 34 - type: Transform - uid: 7125 components: - - pos: -46.5,-1.5 + - type: Transform + pos: -46.5,-1.5 parent: 34 - type: Transform - uid: 7126 components: - - pos: -47.5,-1.5 + - type: Transform + pos: -47.5,-1.5 parent: 34 - type: Transform - uid: 7127 components: - - pos: -48.5,-1.5 + - type: Transform + pos: -48.5,-1.5 parent: 34 - type: Transform - uid: 7128 components: - - pos: -49.5,-1.5 + - type: Transform + pos: -49.5,-1.5 parent: 34 - type: Transform - uid: 7129 components: - - pos: -50.5,-1.5 + - type: Transform + pos: -50.5,-1.5 parent: 34 - type: Transform - uid: 7130 components: - - pos: -47.5,-2.5 + - type: Transform + pos: -47.5,-2.5 parent: 34 - type: Transform - uid: 7131 components: - - pos: -47.5,-3.5 + - type: Transform + pos: -47.5,-3.5 parent: 34 - type: Transform - uid: 7132 components: - - pos: -49.5,-2.5 + - type: Transform + pos: -49.5,-2.5 parent: 34 - type: Transform - uid: 7133 components: - - pos: -49.5,-3.5 + - type: Transform + pos: -49.5,-3.5 parent: 34 - type: Transform - uid: 7134 components: - - pos: -49.5,-8.5 + - type: Transform + pos: -49.5,-8.5 parent: 34 - type: Transform - uid: 7135 components: - - pos: -49.5,-7.5 + - type: Transform + pos: -49.5,-7.5 parent: 34 - type: Transform - uid: 7136 components: - - pos: -46.5,-8.5 + - type: Transform + pos: -46.5,-8.5 parent: 34 - type: Transform - uid: 7137 components: - - pos: -46.5,-7.5 + - type: Transform + pos: -46.5,-7.5 parent: 34 - type: Transform - uid: 7138 components: - - pos: -45.5,-0.5 + - type: Transform + pos: -45.5,-0.5 parent: 34 - type: Transform - uid: 7139 components: - - pos: -45.5,0.5 + - type: Transform + pos: -45.5,0.5 parent: 34 - type: Transform - uid: 7140 components: - - pos: -49.5,-0.5 + - type: Transform + pos: -49.5,-0.5 parent: 34 - type: Transform - uid: 7141 components: - - pos: -49.5,0.5 + - type: Transform + pos: -49.5,0.5 parent: 34 - type: Transform - uid: 7142 components: - - pos: -49.5,1.5 + - type: Transform + pos: -49.5,1.5 parent: 34 - type: Transform - uid: 7143 components: - - pos: -45.5,1.5 + - type: Transform + pos: -45.5,1.5 parent: 34 - type: Transform - uid: 7157 components: - - pos: 3.5,-33.5 + - type: Transform + pos: 3.5,-33.5 parent: 34 - type: Transform - uid: 7159 components: - - pos: 5.5,-33.5 + - type: Transform + pos: 5.5,-33.5 parent: 34 - type: Transform - uid: 7180 components: - - pos: 12.5,-30.5 + - type: Transform + pos: 12.5,-30.5 parent: 34 - type: Transform - uid: 7181 components: - - pos: 13.5,-30.5 + - type: Transform + pos: 13.5,-30.5 parent: 34 - type: Transform - uid: 7182 components: - - pos: 14.5,-30.5 + - type: Transform + pos: 14.5,-30.5 parent: 34 - type: Transform - uid: 7183 components: - - pos: 15.5,-30.5 + - type: Transform + pos: 15.5,-30.5 parent: 34 - type: Transform - uid: 7184 components: - - pos: 15.5,-29.5 + - type: Transform + pos: 15.5,-29.5 parent: 34 - type: Transform - uid: 7185 components: - - pos: 15.5,-28.5 + - type: Transform + pos: 15.5,-28.5 parent: 34 - type: Transform - uid: 7186 components: - - pos: 15.5,-27.5 + - type: Transform + pos: 15.5,-27.5 parent: 34 - type: Transform - uid: 7187 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 34 - type: Transform - uid: 7188 components: - - pos: 14.5,-27.5 + - type: Transform + pos: 14.5,-27.5 parent: 34 - type: Transform - uid: 7189 components: - - pos: 16.5,-27.5 + - type: Transform + pos: 16.5,-27.5 parent: 34 - type: Transform - uid: 7190 components: - - pos: 17.5,-27.5 + - type: Transform + pos: 17.5,-27.5 parent: 34 - type: Transform - uid: 7191 components: - - pos: 16.5,-30.5 + - type: Transform + pos: 16.5,-30.5 parent: 34 - type: Transform - uid: 7192 components: - - pos: 17.5,-30.5 + - type: Transform + pos: 17.5,-30.5 parent: 34 - type: Transform - uid: 7193 components: - - pos: 15.5,-31.5 + - type: Transform + pos: 15.5,-31.5 parent: 34 - type: Transform - uid: 7194 components: - - pos: 15.5,-32.5 + - type: Transform + pos: 15.5,-32.5 parent: 34 - type: Transform - uid: 7195 components: - - pos: 15.5,-33.5 + - type: Transform + pos: 15.5,-33.5 parent: 34 - type: Transform - uid: 7196 components: - - pos: 14.5,-33.5 + - type: Transform + pos: 14.5,-33.5 parent: 34 - type: Transform - uid: 7197 components: - - pos: 16.5,-33.5 + - type: Transform + pos: 16.5,-33.5 parent: 34 - type: Transform - uid: 7198 components: - - pos: 17.5,-33.5 + - type: Transform + pos: 17.5,-33.5 parent: 34 - type: Transform - uid: 7199 components: - - pos: 13.5,-33.5 + - type: Transform + pos: 13.5,-33.5 parent: 34 - type: Transform - uid: 7200 components: - - pos: 15.5,-36.5 + - type: Transform + pos: 15.5,-36.5 parent: 34 - type: Transform - uid: 7201 components: - - pos: 15.5,-35.5 + - type: Transform + pos: 15.5,-35.5 parent: 34 - type: Transform - uid: 7202 components: - - pos: 15.5,-34.5 + - type: Transform + pos: 15.5,-34.5 parent: 34 - type: Transform - uid: 7203 components: - - pos: 15.5,-37.5 + - type: Transform + pos: 15.5,-37.5 parent: 34 - type: Transform - uid: 7204 components: - - pos: 16.5,-37.5 + - type: Transform + pos: 16.5,-37.5 parent: 34 - type: Transform - uid: 7205 components: - - pos: 17.5,-37.5 + - type: Transform + pos: 17.5,-37.5 parent: 34 - type: Transform - uid: 7207 components: - - pos: 32.5,-20.5 + - type: Transform + pos: 32.5,-20.5 parent: 34 - type: Transform - uid: 7208 components: - - pos: 32.5,-21.5 + - type: Transform + pos: 32.5,-21.5 parent: 34 - type: Transform - uid: 7209 components: - - pos: 32.5,-22.5 + - type: Transform + pos: 32.5,-22.5 parent: 34 - type: Transform - uid: 7210 components: - - pos: 32.5,-23.5 + - type: Transform + pos: 32.5,-23.5 parent: 34 - type: Transform - uid: 7211 components: - - pos: 31.5,-23.5 + - type: Transform + pos: 31.5,-23.5 parent: 34 - type: Transform - uid: 7212 components: - - pos: 30.5,-23.5 + - type: Transform + pos: 30.5,-23.5 parent: 34 - type: Transform - uid: 7213 components: - - pos: 29.5,-23.5 + - type: Transform + pos: 29.5,-23.5 parent: 34 - type: Transform - uid: 7214 components: - - pos: 28.5,-23.5 + - type: Transform + pos: 28.5,-23.5 parent: 34 - type: Transform - uid: 7215 components: - - pos: 27.5,-23.5 + - type: Transform + pos: 27.5,-23.5 parent: 34 - type: Transform - uid: 7216 components: - - pos: 26.5,-23.5 + - type: Transform + pos: 26.5,-23.5 parent: 34 - type: Transform - uid: 7217 components: - - pos: 25.5,-23.5 + - type: Transform + pos: 25.5,-23.5 parent: 34 - type: Transform - uid: 7218 components: - - pos: 26.5,-24.5 + - type: Transform + pos: 26.5,-24.5 parent: 34 - type: Transform - uid: 7219 components: - - pos: 30.5,-24.5 + - type: Transform + pos: 30.5,-24.5 parent: 34 - type: Transform - uid: 7220 components: - - pos: 33.5,-23.5 + - type: Transform + pos: 33.5,-23.5 parent: 34 - type: Transform - uid: 7221 components: - - pos: 34.5,-23.5 + - type: Transform + pos: 34.5,-23.5 parent: 34 - type: Transform - uid: 7222 components: - - pos: 35.5,-23.5 + - type: Transform + pos: 35.5,-23.5 parent: 34 - type: Transform - uid: 7223 components: - - pos: 36.5,-23.5 + - type: Transform + pos: 36.5,-23.5 parent: 34 - type: Transform - uid: 7224 components: - - pos: 37.5,-23.5 + - type: Transform + pos: 37.5,-23.5 parent: 34 - type: Transform - uid: 7225 components: - - pos: 35.5,-24.5 + - type: Transform + pos: 35.5,-24.5 parent: 34 - type: Transform - uid: 7226 components: - - pos: 45.5,-24.5 + - type: Transform + pos: 45.5,-24.5 parent: 34 - type: Transform - uid: 7227 components: - - pos: 44.5,-24.5 + - type: Transform + pos: 44.5,-24.5 parent: 34 - type: Transform - uid: 7228 components: - - pos: 43.5,-24.5 + - type: Transform + pos: 43.5,-24.5 parent: 34 - type: Transform - uid: 7229 components: - - pos: 45.5,-23.5 + - type: Transform + pos: 45.5,-23.5 parent: 34 - type: Transform - uid: 7230 components: - - pos: 42.5,-24.5 + - type: Transform + pos: 42.5,-24.5 parent: 34 - type: Transform - uid: 7231 components: - - pos: 41.5,-24.5 + - type: Transform + pos: 41.5,-24.5 parent: 34 - type: Transform - uid: 7236 components: - - pos: 19.5,-21.5 + - type: Transform + pos: 19.5,-21.5 parent: 34 - type: Transform - uid: 7237 components: - - pos: 19.5,-22.5 + - type: Transform + pos: 19.5,-22.5 parent: 34 - type: Transform - uid: 7238 components: - - pos: 19.5,-23.5 + - type: Transform + pos: 19.5,-23.5 parent: 34 - type: Transform - uid: 7239 components: - - pos: 18.5,-23.5 + - type: Transform + pos: 18.5,-23.5 parent: 34 - type: Transform - uid: 7240 components: - - pos: 17.5,-23.5 + - type: Transform + pos: 17.5,-23.5 parent: 34 - type: Transform - uid: 7241 components: - - pos: 16.5,-23.5 + - type: Transform + pos: 16.5,-23.5 parent: 34 - type: Transform - uid: 7242 components: - - pos: 15.5,-23.5 + - type: Transform + pos: 15.5,-23.5 parent: 34 - type: Transform - uid: 7243 components: - - pos: 14.5,-23.5 + - type: Transform + pos: 14.5,-23.5 parent: 34 - type: Transform - uid: 7244 components: - - pos: 13.5,-23.5 + - type: Transform + pos: 13.5,-23.5 parent: 34 - type: Transform - uid: 7245 components: - - pos: 12.5,-23.5 + - type: Transform + pos: 12.5,-23.5 parent: 34 - type: Transform - uid: 7246 components: - - pos: 12.5,-22.5 + - type: Transform + pos: 12.5,-22.5 parent: 34 - type: Transform - uid: 7247 components: - - pos: 13.5,-22.5 + - type: Transform + pos: 13.5,-22.5 parent: 34 - type: Transform - uid: 7248 components: - - pos: 20.5,-23.5 + - type: Transform + pos: 20.5,-23.5 parent: 34 - type: Transform - uid: 7249 components: - - pos: 21.5,-23.5 + - type: Transform + pos: 21.5,-23.5 parent: 34 - type: Transform - uid: 7250 components: - - pos: 21.5,-24.5 + - type: Transform + pos: 21.5,-24.5 parent: 34 - type: Transform - uid: 7251 components: - - pos: 21.5,-25.5 + - type: Transform + pos: 21.5,-25.5 parent: 34 - type: Transform - uid: 7252 components: - - pos: 21.5,-26.5 + - type: Transform + pos: 21.5,-26.5 parent: 34 - type: Transform - uid: 7253 components: - - pos: 21.5,-27.5 + - type: Transform + pos: 21.5,-27.5 parent: 34 - type: Transform - uid: 7254 components: - - pos: 21.5,-28.5 + - type: Transform + pos: 21.5,-28.5 parent: 34 - type: Transform - uid: 7255 components: - - pos: 21.5,-29.5 + - type: Transform + pos: 21.5,-29.5 parent: 34 - type: Transform - uid: 7256 components: - - pos: 21.5,-30.5 + - type: Transform + pos: 21.5,-30.5 parent: 34 - type: Transform - uid: 7257 components: - - pos: 21.5,-31.5 + - type: Transform + pos: 21.5,-31.5 parent: 34 - type: Transform - uid: 7258 components: - - pos: 21.5,-32.5 + - type: Transform + pos: 21.5,-32.5 parent: 34 - type: Transform - uid: 7259 components: - - pos: 21.5,-33.5 + - type: Transform + pos: 21.5,-33.5 parent: 34 - type: Transform - uid: 7260 components: - - pos: 21.5,-34.5 + - type: Transform + pos: 21.5,-34.5 parent: 34 - type: Transform - uid: 7261 components: - - pos: 21.5,-35.5 + - type: Transform + pos: 21.5,-35.5 parent: 34 - type: Transform - uid: 7262 components: - - pos: 21.5,-36.5 + - type: Transform + pos: 21.5,-36.5 parent: 34 - type: Transform - uid: 7263 components: - - pos: 21.5,-37.5 + - type: Transform + pos: 21.5,-37.5 parent: 34 - type: Transform - uid: 7264 components: - - pos: 21.5,-38.5 + - type: Transform + pos: 21.5,-38.5 parent: 34 - type: Transform - uid: 7265 components: - - pos: 27.5,-33.5 + - type: Transform + pos: 27.5,-33.5 parent: 34 - type: Transform - uid: 7266 components: - - pos: 26.5,-33.5 + - type: Transform + pos: 26.5,-33.5 parent: 34 - type: Transform - uid: 7267 components: - - pos: 26.5,-34.5 + - type: Transform + pos: 26.5,-34.5 parent: 34 - type: Transform - uid: 7268 components: - - pos: 25.5,-34.5 + - type: Transform + pos: 25.5,-34.5 parent: 34 - type: Transform - uid: 7269 components: - - pos: 4.5,-23.5 + - type: Transform + pos: 4.5,-23.5 parent: 34 - type: Transform - uid: 7270 components: - - pos: 3.5,-23.5 + - type: Transform + pos: 3.5,-23.5 parent: 34 - type: Transform - uid: 7271 components: - - pos: 2.5,-23.5 + - type: Transform + pos: 2.5,-23.5 parent: 34 - type: Transform - uid: 7272 components: - - pos: 1.5,-23.5 + - type: Transform + pos: 1.5,-23.5 parent: 34 - type: Transform - uid: 7273 components: - - pos: 0.5,-23.5 + - type: Transform + pos: 0.5,-23.5 parent: 34 - type: Transform - uid: 7274 components: - - pos: -0.5,-23.5 + - type: Transform + pos: -0.5,-23.5 parent: 34 - type: Transform - uid: 7275 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 34 - type: Transform - uid: 7276 components: - - pos: 6.5,-23.5 + - type: Transform + pos: 6.5,-23.5 parent: 34 - type: Transform - uid: 7277 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 34 - type: Transform - uid: 7278 components: - - pos: 8.5,-23.5 + - type: Transform + pos: 8.5,-23.5 parent: 34 - type: Transform - uid: 7279 components: - - pos: 4.5,-22.5 + - type: Transform + pos: 4.5,-22.5 parent: 34 - type: Transform - uid: 7280 components: - - pos: 4.5,-21.5 + - type: Transform + pos: 4.5,-21.5 parent: 34 - type: Transform - uid: 7281 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 34 - type: Transform - uid: 7282 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 34 - type: Transform - uid: 7283 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 34 - type: Transform - uid: 7284 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 34 - type: Transform - uid: 7285 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 34 - type: Transform - uid: 7286 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 34 - type: Transform - uid: 7287 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 34 - type: Transform - uid: 7288 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 34 - type: Transform - uid: 7289 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 34 - type: Transform - uid: 7290 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 34 - type: Transform - uid: 7291 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 34 - type: Transform - uid: 7292 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 34 - type: Transform - uid: 7293 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 34 - type: Transform - uid: 7294 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 34 - type: Transform - uid: 7295 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 34 - type: Transform - uid: 7296 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 34 - type: Transform - uid: 7297 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 34 - type: Transform - uid: 7298 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 34 - type: Transform - uid: 7299 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 34 - type: Transform - uid: 7300 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 34 - type: Transform - uid: 7301 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 34 - type: Transform - uid: 7302 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 34 - type: Transform - uid: 7303 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 34 - type: Transform - uid: 7304 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 34 - type: Transform - uid: 7305 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 34 - type: Transform - uid: 7306 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 34 - type: Transform - uid: 7307 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 34 - type: Transform - uid: 7308 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 34 - type: Transform - uid: 7309 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 34 - type: Transform - uid: 7310 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 34 - type: Transform - uid: 7311 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 34 - type: Transform - uid: 7312 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 34 - type: Transform - uid: 7313 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 34 - type: Transform - uid: 7315 components: - - pos: -24.5,-2.5 + - type: Transform + pos: -24.5,-2.5 parent: 34 - type: Transform - uid: 7316 components: - - pos: -24.5,-1.5 + - type: Transform + pos: -24.5,-1.5 parent: 34 - type: Transform - uid: 7317 components: - - pos: -24.5,-0.5 + - type: Transform + pos: -24.5,-0.5 parent: 34 - type: Transform - uid: 7318 components: - - pos: -25.5,-0.5 + - type: Transform + pos: -25.5,-0.5 parent: 34 - type: Transform - uid: 7319 components: - - pos: -26.5,-0.5 + - type: Transform + pos: -26.5,-0.5 parent: 34 - type: Transform - uid: 7320 components: - - pos: -27.5,-0.5 + - type: Transform + pos: -27.5,-0.5 parent: 34 - type: Transform - uid: 7321 components: - - pos: -28.5,-0.5 + - type: Transform + pos: -28.5,-0.5 parent: 34 - type: Transform - uid: 7322 components: - - pos: -29.5,-0.5 + - type: Transform + pos: -29.5,-0.5 parent: 34 - type: Transform - uid: 7323 components: - - pos: -30.5,-0.5 + - type: Transform + pos: -30.5,-0.5 parent: 34 - type: Transform - uid: 7324 components: - - pos: -30.5,0.5 + - type: Transform + pos: -30.5,0.5 parent: 34 - type: Transform - uid: 7325 components: - - pos: -30.5,1.5 + - type: Transform + pos: -30.5,1.5 parent: 34 - type: Transform - uid: 7326 components: - - pos: -30.5,2.5 + - type: Transform + pos: -30.5,2.5 parent: 34 - type: Transform - uid: 7327 components: - - pos: -31.5,-0.5 + - type: Transform + pos: -31.5,-0.5 parent: 34 - type: Transform - uid: 7328 components: - - pos: -23.5,-0.5 + - type: Transform + pos: -23.5,-0.5 parent: 34 - type: Transform - uid: 7329 components: - - pos: -22.5,-0.5 + - type: Transform + pos: -22.5,-0.5 parent: 34 - type: Transform - uid: 7330 components: - - pos: -21.5,-0.5 + - type: Transform + pos: -21.5,-0.5 parent: 34 - type: Transform - uid: 7331 components: - - pos: -20.5,-0.5 + - type: Transform + pos: -20.5,-0.5 parent: 34 - type: Transform - uid: 7332 components: - - pos: -19.5,-0.5 + - type: Transform + pos: -19.5,-0.5 parent: 34 - type: Transform - uid: 7333 components: - - pos: -18.5,-0.5 + - type: Transform + pos: -18.5,-0.5 parent: 34 - type: Transform - uid: 7334 components: - - pos: -17.5,-0.5 + - type: Transform + pos: -17.5,-0.5 parent: 34 - type: Transform - uid: 7335 components: - - pos: -16.5,-0.5 + - type: Transform + pos: -16.5,-0.5 parent: 34 - type: Transform - uid: 7336 components: - - pos: -15.5,-0.5 + - type: Transform + pos: -15.5,-0.5 parent: 34 - type: Transform - uid: 7337 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 34 - type: Transform - uid: 7338 components: - - pos: -17.5,0.5 + - type: Transform + pos: -17.5,0.5 parent: 34 - type: Transform - uid: 7339 components: - - pos: -17.5,1.5 + - type: Transform + pos: -17.5,1.5 parent: 34 - type: Transform - uid: 7340 components: - - pos: -17.5,2.5 + - type: Transform + pos: -17.5,2.5 parent: 34 - type: Transform - uid: 7341 components: - - pos: -17.5,3.5 + - type: Transform + pos: -17.5,3.5 parent: 34 - type: Transform - uid: 7342 components: - - pos: -16.5,3.5 + - type: Transform + pos: -16.5,3.5 parent: 34 - type: Transform - uid: 7343 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 34 - type: Transform - uid: 7344 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 34 - type: Transform - uid: 7345 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 34 - type: Transform - uid: 7346 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 34 - type: Transform - uid: 7347 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 34 - type: Transform - uid: 7349 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 34 - type: Transform - uid: 7350 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 34 - type: Transform - uid: 7351 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 34 - type: Transform - uid: 7352 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 34 - type: Transform - uid: 7353 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 34 - type: Transform - uid: 7354 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 34 - type: Transform - uid: 7355 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 34 - type: Transform - uid: 7356 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 34 - type: Transform - uid: 7357 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 34 - type: Transform - uid: 7358 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 34 - type: Transform - uid: 7359 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 34 - type: Transform - uid: 7360 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 34 - type: Transform - uid: 7361 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 34 - type: Transform - uid: 7362 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 34 - type: Transform - uid: 7363 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 34 - type: Transform - uid: 7364 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 34 - type: Transform - uid: 7365 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 34 - type: Transform - uid: 7366 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 34 - type: Transform - uid: 7367 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 34 - type: Transform - uid: 7368 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 34 - type: Transform - uid: 7369 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 34 - type: Transform - uid: 7370 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 34 - type: Transform - uid: 7371 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 34 - type: Transform - uid: 7372 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 34 - type: Transform - uid: 7373 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 34 - type: Transform - uid: 7374 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 34 - type: Transform - uid: 7375 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 34 - type: Transform - uid: 7376 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 34 - type: Transform - uid: 7377 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 34 - type: Transform - uid: 7378 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 34 - type: Transform - uid: 7384 components: - - pos: 6.5,-33.5 + - type: Transform + pos: 6.5,-33.5 parent: 34 - type: Transform - uid: 7385 components: - - pos: 7.5,-33.5 + - type: Transform + pos: 7.5,-33.5 parent: 34 - type: Transform - uid: 7386 components: - - pos: 8.5,-33.5 + - type: Transform + pos: 8.5,-33.5 parent: 34 - type: Transform - uid: 7387 components: - - pos: 9.5,-33.5 + - type: Transform + pos: 9.5,-33.5 parent: 34 - type: Transform - uid: 7388 components: - - pos: 9.5,-32.5 + - type: Transform + pos: 9.5,-32.5 parent: 34 - type: Transform - uid: 7392 components: - - pos: 5.5,-36.5 + - type: Transform + pos: 5.5,-36.5 parent: 34 - type: Transform - uid: 7393 components: - - pos: 4.5,-36.5 + - type: Transform + pos: 4.5,-36.5 parent: 34 - type: Transform - uid: 7394 components: - - pos: 3.5,-36.5 + - type: Transform + pos: 3.5,-36.5 parent: 34 - type: Transform - uid: 7414 components: - - pos: -26.5,-33.5 + - type: Transform + pos: -26.5,-33.5 parent: 34 - type: Transform - uid: 7416 components: - - pos: -27.5,-32.5 + - type: Transform + pos: -27.5,-32.5 parent: 34 - type: Transform - uid: 7430 components: - - pos: -31.5,-20.5 + - type: Transform + pos: -31.5,-20.5 parent: 34 - type: Transform - uid: 7431 components: - - pos: -31.5,-21.5 + - type: Transform + pos: -31.5,-21.5 parent: 34 - type: Transform - uid: 7432 components: - - pos: -31.5,-22.5 + - type: Transform + pos: -31.5,-22.5 parent: 34 - type: Transform - uid: 7433 components: - - pos: -32.5,-22.5 + - type: Transform + pos: -32.5,-22.5 parent: 34 - type: Transform - uid: 7434 components: - - pos: -33.5,-22.5 + - type: Transform + pos: -33.5,-22.5 parent: 34 - type: Transform - uid: 7435 components: - - pos: -34.5,-22.5 + - type: Transform + pos: -34.5,-22.5 parent: 34 - type: Transform - uid: 7436 components: - - pos: -35.5,-22.5 + - type: Transform + pos: -35.5,-22.5 parent: 34 - type: Transform - uid: 7437 components: - - pos: -36.5,-22.5 + - type: Transform + pos: -36.5,-22.5 parent: 34 - type: Transform - uid: 7438 components: - - pos: -37.5,-22.5 + - type: Transform + pos: -37.5,-22.5 parent: 34 - type: Transform - uid: 7439 components: - - pos: -37.5,-21.5 + - type: Transform + pos: -37.5,-21.5 parent: 34 - type: Transform - uid: 7440 components: - - pos: -37.5,-20.5 + - type: Transform + pos: -37.5,-20.5 parent: 34 - type: Transform - uid: 7441 components: - - pos: -37.5,-19.5 + - type: Transform + pos: -37.5,-19.5 parent: 34 - type: Transform - uid: 7442 components: - - pos: -37.5,-18.5 + - type: Transform + pos: -37.5,-18.5 parent: 34 - type: Transform - uid: 7443 components: - - pos: -37.5,-17.5 + - type: Transform + pos: -37.5,-17.5 parent: 34 - type: Transform - uid: 7444 components: - - pos: -38.5,-17.5 + - type: Transform + pos: -38.5,-17.5 parent: 34 - type: Transform - uid: 7445 components: - - pos: -30.5,-22.5 + - type: Transform + pos: -30.5,-22.5 parent: 34 - type: Transform - uid: 7446 components: - - pos: -29.5,-22.5 + - type: Transform + pos: -29.5,-22.5 parent: 34 - type: Transform - uid: 7447 components: - - pos: -28.5,-22.5 + - type: Transform + pos: -28.5,-22.5 parent: 34 - type: Transform - uid: 7448 components: - - pos: -27.5,-22.5 + - type: Transform + pos: -27.5,-22.5 parent: 34 - type: Transform - uid: 7449 components: - - pos: -26.5,-22.5 + - type: Transform + pos: -26.5,-22.5 parent: 34 - type: Transform - uid: 7450 components: - - pos: -25.5,-22.5 + - type: Transform + pos: -25.5,-22.5 parent: 34 - type: Transform - uid: 7451 components: - - pos: -24.5,-22.5 + - type: Transform + pos: -24.5,-22.5 parent: 34 - type: Transform - uid: 7452 components: - - pos: -23.5,-22.5 + - type: Transform + pos: -23.5,-22.5 parent: 34 - type: Transform - uid: 7453 components: - - pos: -22.5,-22.5 + - type: Transform + pos: -22.5,-22.5 parent: 34 - type: Transform - uid: 7454 components: - - pos: -21.5,-22.5 + - type: Transform + pos: -21.5,-22.5 parent: 34 - type: Transform - uid: 7455 components: - - pos: -20.5,-22.5 + - type: Transform + pos: -20.5,-22.5 parent: 34 - type: Transform - uid: 7456 components: - - pos: -19.5,-22.5 + - type: Transform + pos: -19.5,-22.5 parent: 34 - type: Transform - uid: 7457 components: - - pos: -18.5,-22.5 + - type: Transform + pos: -18.5,-22.5 parent: 34 - type: Transform - uid: 7458 components: - - pos: -18.5,-23.5 + - type: Transform + pos: -18.5,-23.5 parent: 34 - type: Transform - uid: 7460 components: - - pos: -17.5,-22.5 + - type: Transform + pos: -17.5,-22.5 parent: 34 - type: Transform - uid: 7461 components: - - pos: -21.5,-21.5 + - type: Transform + pos: -21.5,-21.5 parent: 34 - type: Transform - uid: 7462 components: - - pos: -18.5,-25.5 + - type: Transform + pos: -18.5,-25.5 parent: 34 - type: Transform - uid: 7463 components: - - pos: -18.5,-26.5 + - type: Transform + pos: -18.5,-26.5 parent: 34 - type: Transform - uid: 7467 components: - - pos: -36.5,-0.5 + - type: Transform + pos: -36.5,-0.5 parent: 34 - type: Transform - uid: 7468 components: - - pos: -36.5,2.5 + - type: Transform + pos: -36.5,2.5 parent: 34 - type: Transform - uid: 7469 components: - - pos: -36.5,3.5 + - type: Transform + pos: -36.5,3.5 parent: 34 - type: Transform - uid: 7470 components: - - pos: -36.5,4.5 + - type: Transform + pos: -36.5,4.5 parent: 34 - type: Transform - uid: 7471 components: - - pos: -35.5,-0.5 + - type: Transform + pos: -35.5,-0.5 parent: 34 - type: Transform - uid: 7472 components: - - pos: -37.5,-0.5 + - type: Transform + pos: -37.5,-0.5 parent: 34 - type: Transform - uid: 7473 components: - - pos: -38.5,-0.5 + - type: Transform + pos: -38.5,-0.5 parent: 34 - type: Transform - uid: 7474 components: - - pos: -39.5,-0.5 + - type: Transform + pos: -39.5,-0.5 parent: 34 - type: Transform - uid: 7475 components: - - pos: -40.5,-0.5 + - type: Transform + pos: -40.5,-0.5 parent: 34 - type: Transform - uid: 7476 components: - - pos: -38.5,-1.5 + - type: Transform + pos: -38.5,-1.5 parent: 34 - type: Transform - uid: 7477 components: - - pos: -38.5,-2.5 + - type: Transform + pos: -38.5,-2.5 parent: 34 - type: Transform - uid: 7478 components: - - pos: -38.5,-3.5 + - type: Transform + pos: -38.5,-3.5 parent: 34 - type: Transform - uid: 7479 components: - - pos: -38.5,-4.5 + - type: Transform + pos: -38.5,-4.5 parent: 34 - type: Transform - uid: 7480 components: - - pos: -38.5,-5.5 + - type: Transform + pos: -38.5,-5.5 parent: 34 - type: Transform - uid: 7481 components: - - pos: -38.5,-6.5 + - type: Transform + pos: -38.5,-6.5 parent: 34 - type: Transform - uid: 7482 components: - - pos: -38.5,-7.5 + - type: Transform + pos: -38.5,-7.5 parent: 34 - type: Transform - uid: 7483 components: - - pos: -38.5,-8.5 + - type: Transform + pos: -38.5,-8.5 parent: 34 - type: Transform - uid: 7484 components: - - pos: -38.5,-9.5 + - type: Transform + pos: -38.5,-9.5 parent: 34 - type: Transform - uid: 7485 components: - - pos: -38.5,-10.5 + - type: Transform + pos: -38.5,-10.5 parent: 34 - type: Transform - uid: 7486 components: - - pos: -38.5,-11.5 + - type: Transform + pos: -38.5,-11.5 parent: 34 - type: Transform - uid: 7487 components: - - pos: -38.5,-12.5 + - type: Transform + pos: -38.5,-12.5 parent: 34 - type: Transform - uid: 7489 components: - - pos: -52.5,-11.5 + - type: Transform + pos: -52.5,-11.5 parent: 34 - type: Transform - uid: 7490 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 34 - type: Transform - uid: 7491 components: - - pos: -52.5,-12.5 + - type: Transform + pos: -52.5,-12.5 parent: 34 - type: Transform - uid: 7502 components: - - pos: -53.5,-10.5 + - type: Transform + pos: -53.5,-10.5 parent: 34 - type: Transform - uid: 7503 components: - - pos: -30.5,-40.5 + - type: Transform + pos: -30.5,-40.5 parent: 34 - type: Transform - uid: 7504 components: - - pos: -54.5,-9.5 + - type: Transform + pos: -54.5,-9.5 parent: 34 - type: Transform - uid: 7505 components: - - pos: -54.5,-8.5 + - type: Transform + pos: -54.5,-8.5 parent: 34 - type: Transform - uid: 7506 components: - - pos: -54.5,-7.5 + - type: Transform + pos: -54.5,-7.5 parent: 34 - type: Transform - uid: 7507 components: - - pos: -54.5,-6.5 + - type: Transform + pos: -54.5,-6.5 parent: 34 - type: Transform - uid: 7508 components: - - pos: -54.5,-5.5 + - type: Transform + pos: -54.5,-5.5 parent: 34 - type: Transform - uid: 7509 components: - - pos: -54.5,-4.5 + - type: Transform + pos: -54.5,-4.5 parent: 34 - type: Transform - uid: 7510 components: - - pos: -54.5,-3.5 + - type: Transform + pos: -54.5,-3.5 parent: 34 - type: Transform - uid: 7511 components: - - pos: -54.5,-2.5 + - type: Transform + pos: -54.5,-2.5 parent: 34 - type: Transform - uid: 7512 components: - - pos: -54.5,-1.5 + - type: Transform + pos: -54.5,-1.5 parent: 34 - type: Transform - uid: 7513 components: - - pos: -54.5,-0.5 + - type: Transform + pos: -54.5,-0.5 parent: 34 - type: Transform - uid: 7514 components: - - pos: -54.5,0.5 + - type: Transform + pos: -54.5,0.5 parent: 34 - type: Transform - uid: 7515 components: - - pos: -55.5,0.5 + - type: Transform + pos: -55.5,0.5 parent: 34 - type: Transform - uid: 7516 components: - - pos: -53.5,0.5 + - type: Transform + pos: -53.5,0.5 parent: 34 - type: Transform - uid: 7517 components: - - pos: -37.5,3.5 + - type: Transform + pos: -37.5,3.5 parent: 34 - type: Transform - uid: 7518 components: - - pos: -38.5,3.5 + - type: Transform + pos: -38.5,3.5 parent: 34 - type: Transform - uid: 7519 components: - - pos: -39.5,3.5 + - type: Transform + pos: -39.5,3.5 parent: 34 - type: Transform - uid: 7520 components: - - pos: -40.5,3.5 + - type: Transform + pos: -40.5,3.5 parent: 34 - type: Transform - uid: 7521 components: - - pos: -40.5,4.5 + - type: Transform + pos: -40.5,4.5 parent: 34 - type: Transform - uid: 7522 components: - - pos: -40.5,5.5 + - type: Transform + pos: -40.5,5.5 parent: 34 - type: Transform - uid: 7523 components: - - pos: -41.5,5.5 + - type: Transform + pos: -41.5,5.5 parent: 34 - type: Transform - uid: 7524 components: - - pos: -42.5,5.5 + - type: Transform + pos: -42.5,5.5 parent: 34 - type: Transform - uid: 7525 components: - - pos: -43.5,5.5 + - type: Transform + pos: -43.5,5.5 parent: 34 - type: Transform - uid: 7526 components: - - pos: -44.5,5.5 + - type: Transform + pos: -44.5,5.5 parent: 34 - type: Transform - uid: 7527 components: - - pos: -45.5,5.5 + - type: Transform + pos: -45.5,5.5 parent: 34 - type: Transform - uid: 7528 components: - - pos: -46.5,5.5 + - type: Transform + pos: -46.5,5.5 parent: 34 - type: Transform - uid: 7529 components: - - pos: -47.5,5.5 + - type: Transform + pos: -47.5,5.5 parent: 34 - type: Transform - uid: 7530 components: - - pos: -48.5,5.5 + - type: Transform + pos: -48.5,5.5 parent: 34 - type: Transform - uid: 7531 components: - - pos: -49.5,5.5 + - type: Transform + pos: -49.5,5.5 parent: 34 - type: Transform - uid: 7532 components: - - pos: -50.5,5.5 + - type: Transform + pos: -50.5,5.5 parent: 34 - type: Transform - uid: 7533 components: - - pos: -51.5,5.5 + - type: Transform + pos: -51.5,5.5 parent: 34 - type: Transform - uid: 7534 components: - - pos: -52.5,5.5 + - type: Transform + pos: -52.5,5.5 parent: 34 - type: Transform - uid: 7535 components: - - pos: -53.5,5.5 + - type: Transform + pos: -53.5,5.5 parent: 34 - type: Transform - uid: 7536 components: - - pos: -54.5,5.5 + - type: Transform + pos: -54.5,5.5 parent: 34 - type: Transform - uid: 7537 components: - - pos: -54.5,6.5 + - type: Transform + pos: -54.5,6.5 parent: 34 - type: Transform - uid: 7538 components: - - pos: -54.5,7.5 + - type: Transform + pos: -54.5,7.5 parent: 34 - type: Transform - uid: 7539 components: - - pos: -55.5,5.5 + - type: Transform + pos: -55.5,5.5 parent: 34 - type: Transform - uid: 7540 components: - - pos: -56.5,5.5 + - type: Transform + pos: -56.5,5.5 parent: 34 - type: Transform - uid: 7541 components: - - pos: -54.5,4.5 + - type: Transform + pos: -54.5,4.5 parent: 34 - type: Transform - uid: 7542 components: - - pos: -51.5,6.5 + - type: Transform + pos: -51.5,6.5 parent: 34 - type: Transform - uid: 7543 components: - - pos: -51.5,7.5 + - type: Transform + pos: -51.5,7.5 parent: 34 - type: Transform - uid: 7558 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 34 - type: Transform - uid: 7559 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 34 - type: Transform - uid: 7560 components: - - pos: 11.5,14.5 + - type: Transform + pos: 11.5,14.5 parent: 34 - type: Transform - uid: 7561 components: - - pos: 11.5,15.5 + - type: Transform + pos: 11.5,15.5 parent: 34 - type: Transform - uid: 7562 components: - - pos: 10.5,15.5 + - type: Transform + pos: 10.5,15.5 parent: 34 - type: Transform - uid: 7563 components: - - pos: 9.5,15.5 + - type: Transform + pos: 9.5,15.5 parent: 34 - type: Transform - uid: 7564 components: - - pos: 8.5,15.5 + - type: Transform + pos: 8.5,15.5 parent: 34 - type: Transform - uid: 7565 components: - - pos: 7.5,15.5 + - type: Transform + pos: 7.5,15.5 parent: 34 - type: Transform - uid: 7566 components: - - pos: 6.5,15.5 + - type: Transform + pos: 6.5,15.5 parent: 34 - type: Transform - uid: 7567 components: - - pos: 5.5,15.5 + - type: Transform + pos: 5.5,15.5 parent: 34 - type: Transform - uid: 7568 components: - - pos: 12.5,15.5 + - type: Transform + pos: 12.5,15.5 parent: 34 - type: Transform - uid: 7569 components: - - pos: 13.5,15.5 + - type: Transform + pos: 13.5,15.5 parent: 34 - type: Transform - uid: 7570 components: - - pos: 13.5,16.5 + - type: Transform + pos: 13.5,16.5 parent: 34 - type: Transform - uid: 7573 components: - - pos: 13.5,19.5 + - type: Transform + pos: 13.5,19.5 parent: 34 - type: Transform - uid: 7576 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 34 - type: Transform - uid: 7577 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 34 - type: Transform - uid: 7610 components: - - pos: 22.5,-2.5 + - type: Transform + pos: 22.5,-2.5 parent: 34 - type: Transform - uid: 7611 components: - - pos: 22.5,-1.5 + - type: Transform + pos: 22.5,-1.5 parent: 34 - type: Transform - uid: 7612 components: - - pos: 22.5,-0.5 + - type: Transform + pos: 22.5,-0.5 parent: 34 - type: Transform - uid: 7613 components: - - pos: 22.5,0.5 + - type: Transform + pos: 22.5,0.5 parent: 34 - type: Transform - uid: 7614 components: - - pos: 21.5,0.5 + - type: Transform + pos: 21.5,0.5 parent: 34 - type: Transform - uid: 7615 components: - - pos: 20.5,0.5 + - type: Transform + pos: 20.5,0.5 parent: 34 - type: Transform - uid: 7616 components: - - pos: 19.5,0.5 + - type: Transform + pos: 19.5,0.5 parent: 34 - type: Transform - uid: 7617 components: - - pos: 18.5,0.5 + - type: Transform + pos: 18.5,0.5 parent: 34 - type: Transform - uid: 7618 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 34 - type: Transform - uid: 7619 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 34 - type: Transform - uid: 7620 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 34 - type: Transform - uid: 7625 components: - - pos: 25.5,6.5 + - type: Transform + pos: 25.5,6.5 parent: 34 - type: Transform - uid: 7626 components: - - pos: 25.5,7.5 + - type: Transform + pos: 25.5,7.5 parent: 34 - type: Transform - uid: 7627 components: - - pos: 25.5,8.5 + - type: Transform + pos: 25.5,8.5 parent: 34 - type: Transform - uid: 7628 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 34 - type: Transform - uid: 7629 components: - - pos: 23.5,8.5 + - type: Transform + pos: 23.5,8.5 parent: 34 - type: Transform - uid: 7630 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 34 - type: Transform - uid: 7631 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 34 - type: Transform - uid: 7632 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 34 - type: Transform - uid: 7633 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 34 - type: Transform - uid: 7634 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 34 - type: Transform - uid: 7635 components: - - pos: 17.5,8.5 + - type: Transform + pos: 17.5,8.5 parent: 34 - type: Transform - uid: 7636 components: - - pos: 26.5,7.5 + - type: Transform + pos: 26.5,7.5 parent: 34 - type: Transform - uid: 7637 components: - - pos: 27.5,7.5 + - type: Transform + pos: 27.5,7.5 parent: 34 - type: Transform - uid: 7638 components: - - pos: 28.5,7.5 + - type: Transform + pos: 28.5,7.5 parent: 34 - type: Transform - uid: 7639 components: - - pos: 29.5,7.5 + - type: Transform + pos: 29.5,7.5 parent: 34 - type: Transform - uid: 7640 components: - - pos: 30.5,7.5 + - type: Transform + pos: 30.5,7.5 parent: 34 - type: Transform - uid: 7641 components: - - pos: 31.5,7.5 + - type: Transform + pos: 31.5,7.5 parent: 34 - type: Transform - uid: 7642 components: - - pos: 32.5,7.5 + - type: Transform + pos: 32.5,7.5 parent: 34 - type: Transform - uid: 7643 components: - - pos: 32.5,6.5 + - type: Transform + pos: 32.5,6.5 parent: 34 - type: Transform - uid: 7644 components: - - pos: 32.5,5.5 + - type: Transform + pos: 32.5,5.5 parent: 34 - type: Transform - uid: 7645 components: - - pos: 32.5,4.5 + - type: Transform + pos: 32.5,4.5 parent: 34 - type: Transform - uid: 7646 components: - - pos: 32.5,3.5 + - type: Transform + pos: 32.5,3.5 parent: 34 - type: Transform - uid: 7647 components: - - pos: 32.5,2.5 + - type: Transform + pos: 32.5,2.5 parent: 34 - type: Transform - uid: 7648 components: - - pos: 32.5,1.5 + - type: Transform + pos: 32.5,1.5 parent: 34 - type: Transform - uid: 7649 components: - - pos: 32.5,0.5 + - type: Transform + pos: 32.5,0.5 parent: 34 - type: Transform - uid: 7706 components: - - pos: -25.5,-41.5 + - type: Transform + pos: -25.5,-41.5 parent: 34 - type: Transform - uid: 7813 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 34 - type: Transform - uid: 7858 components: - - pos: 2.5,-36.5 + - type: Transform + pos: 2.5,-36.5 parent: 34 - type: Transform - uid: 7859 components: - - pos: 1.5,-36.5 + - type: Transform + pos: 1.5,-36.5 parent: 34 - type: Transform - uid: 7860 components: - - pos: 0.5,-36.5 + - type: Transform + pos: 0.5,-36.5 parent: 34 - type: Transform - uid: 7861 components: - - pos: -0.5,-36.5 + - type: Transform + pos: -0.5,-36.5 parent: 34 - type: Transform - uid: 7862 components: - - pos: 6.5,-36.5 + - type: Transform + pos: 6.5,-36.5 parent: 34 - type: Transform - uid: 7864 components: - - pos: 7.5,-37.5 + - type: Transform + pos: 7.5,-37.5 parent: 34 - type: Transform - uid: 7865 components: - - pos: 8.5,-37.5 + - type: Transform + pos: 8.5,-37.5 parent: 34 - type: Transform - uid: 7866 components: - - pos: 9.5,-37.5 + - type: Transform + pos: 9.5,-37.5 parent: 34 - type: Transform - uid: 7867 components: - - pos: 10.5,-37.5 + - type: Transform + pos: 10.5,-37.5 parent: 34 - type: Transform - uid: 7871 components: - - pos: 7.5,-41.5 + - type: Transform + pos: 7.5,-41.5 parent: 34 - type: Transform - uid: 7872 components: - - pos: 8.5,-41.5 + - type: Transform + pos: 8.5,-41.5 parent: 34 - type: Transform - uid: 7873 components: - - pos: 9.5,-41.5 + - type: Transform + pos: 9.5,-41.5 parent: 34 - type: Transform - uid: 8009 components: - - pos: 3.5,-40.5 + - type: Transform + pos: 3.5,-40.5 parent: 34 - type: Transform - uid: 8010 components: - - pos: 3.5,-39.5 + - type: Transform + pos: 3.5,-39.5 parent: 34 - type: Transform - uid: 8011 components: - - pos: 3.5,-38.5 + - type: Transform + pos: 3.5,-38.5 parent: 34 - type: Transform - uid: 8012 components: - - pos: 3.5,-37.5 + - type: Transform + pos: 3.5,-37.5 parent: 34 - type: Transform - uid: 8013 components: - - pos: 9.5,-29.5 + - type: Transform + pos: 9.5,-29.5 parent: 34 - type: Transform - uid: 8014 components: - - pos: 2.5,-33.5 + - type: Transform + pos: 2.5,-33.5 parent: 34 - type: Transform - uid: 8015 components: - - pos: 1.5,-33.5 + - type: Transform + pos: 1.5,-33.5 parent: 34 - type: Transform - uid: 8016 components: - - pos: 0.5,-33.5 + - type: Transform + pos: 0.5,-33.5 parent: 34 - type: Transform - uid: 8017 components: - - pos: 6.5,-32.5 + - type: Transform + pos: 6.5,-32.5 parent: 34 - type: Transform - uid: 8021 components: - - pos: -25.5,-23.5 + - type: Transform + pos: -25.5,-23.5 parent: 34 - type: Transform - uid: 8036 components: - - pos: 31.5,-42.5 + - type: Transform + pos: 31.5,-42.5 parent: 34 - type: Transform - uid: 8037 components: - - pos: 31.5,-43.5 + - type: Transform + pos: 31.5,-43.5 parent: 34 - type: Transform - uid: 8038 components: - - pos: 31.5,-44.5 + - type: Transform + pos: 31.5,-44.5 parent: 34 - type: Transform - uid: 8039 components: - - pos: 30.5,-44.5 + - type: Transform + pos: 30.5,-44.5 parent: 34 - type: Transform - uid: 8040 components: - - pos: 31.5,-45.5 + - type: Transform + pos: 31.5,-45.5 parent: 34 - type: Transform - uid: 8041 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 34 - type: Transform - uid: 8042 components: - - pos: 32.5,-43.5 + - type: Transform + pos: 32.5,-43.5 parent: 34 - type: Transform - uid: 8043 components: - - pos: 28.5,-44.5 + - type: Transform + pos: 28.5,-44.5 parent: 34 - type: Transform - uid: 8044 components: - - pos: 29.5,-44.5 + - type: Transform + pos: 29.5,-44.5 parent: 34 - type: Transform - uid: 8045 components: - - pos: 32.5,-48.5 + - type: Transform + pos: 32.5,-48.5 parent: 34 - type: Transform - uid: 8046 components: - - pos: 33.5,-48.5 + - type: Transform + pos: 33.5,-48.5 parent: 34 - type: Transform - uid: 8047 components: - - pos: 34.5,-48.5 + - type: Transform + pos: 34.5,-48.5 parent: 34 - type: Transform - uid: 8048 components: - - pos: 35.5,-48.5 + - type: Transform + pos: 35.5,-48.5 parent: 34 - type: Transform - uid: 8049 components: - - pos: 36.5,-48.5 + - type: Transform + pos: 36.5,-48.5 parent: 34 - type: Transform - uid: 8050 components: - - pos: 36.5,-47.5 + - type: Transform + pos: 36.5,-47.5 parent: 34 - type: Transform - uid: 8051 components: - - pos: 36.5,-46.5 + - type: Transform + pos: 36.5,-46.5 parent: 34 - type: Transform - uid: 8052 components: - - pos: 36.5,-45.5 + - type: Transform + pos: 36.5,-45.5 parent: 34 - type: Transform - uid: 8053 components: - - pos: 36.5,-44.5 + - type: Transform + pos: 36.5,-44.5 parent: 34 - type: Transform - uid: 8054 components: - - pos: 31.5,-48.5 + - type: Transform + pos: 31.5,-48.5 parent: 34 - type: Transform - uid: 8055 components: - - pos: 30.5,-48.5 + - type: Transform + pos: 30.5,-48.5 parent: 34 - type: Transform - uid: 8056 components: - - pos: 29.5,-48.5 + - type: Transform + pos: 29.5,-48.5 parent: 34 - type: Transform - uid: 8057 components: - - pos: 28.5,-48.5 + - type: Transform + pos: 28.5,-48.5 parent: 34 - type: Transform - uid: 8058 components: - - pos: 27.5,-48.5 + - type: Transform + pos: 27.5,-48.5 parent: 34 - type: Transform - uid: 8059 components: - - pos: 26.5,-48.5 + - type: Transform + pos: 26.5,-48.5 parent: 34 - type: Transform - uid: 8060 components: - - pos: 25.5,-48.5 + - type: Transform + pos: 25.5,-48.5 parent: 34 - type: Transform - uid: 8061 components: - - pos: 24.5,-48.5 + - type: Transform + pos: 24.5,-48.5 parent: 34 - type: Transform - uid: 8062 components: - - pos: 23.5,-48.5 + - type: Transform + pos: 23.5,-48.5 parent: 34 - type: Transform - uid: 8063 components: - - pos: 22.5,-48.5 + - type: Transform + pos: 22.5,-48.5 parent: 34 - type: Transform - uid: 8064 components: - - pos: 21.5,-48.5 + - type: Transform + pos: 21.5,-48.5 parent: 34 - type: Transform - uid: 8065 components: - - pos: 20.5,-48.5 + - type: Transform + pos: 20.5,-48.5 parent: 34 - type: Transform - uid: 8066 components: - - pos: 19.5,-48.5 + - type: Transform + pos: 19.5,-48.5 parent: 34 - type: Transform - uid: 8067 components: - - pos: 18.5,-48.5 + - type: Transform + pos: 18.5,-48.5 parent: 34 - type: Transform - uid: 8068 components: - - pos: 17.5,-48.5 + - type: Transform + pos: 17.5,-48.5 parent: 34 - type: Transform - uid: 8069 components: - - pos: 16.5,-48.5 + - type: Transform + pos: 16.5,-48.5 parent: 34 - type: Transform - uid: 8070 components: - - pos: 15.5,-48.5 + - type: Transform + pos: 15.5,-48.5 parent: 34 - type: Transform - uid: 8071 components: - - pos: 14.5,-48.5 + - type: Transform + pos: 14.5,-48.5 parent: 34 - type: Transform - uid: 8075 components: - - pos: -21.5,-32.5 + - type: Transform + pos: -21.5,-32.5 parent: 34 - type: Transform - uid: 8129 components: - - pos: -43.5,-17.5 + - type: Transform + pos: -43.5,-17.5 parent: 34 - type: Transform - uid: 8265 components: - - pos: -41.5,6.5 + - type: Transform + pos: -41.5,6.5 parent: 34 - type: Transform - uid: 8266 components: - - pos: -41.5,7.5 + - type: Transform + pos: -41.5,7.5 parent: 34 - type: Transform - uid: 8267 components: - - pos: -41.5,8.5 + - type: Transform + pos: -41.5,8.5 parent: 34 - type: Transform - uid: 8268 components: - - pos: -40.5,8.5 + - type: Transform + pos: -40.5,8.5 parent: 34 - type: Transform - uid: 8269 components: - - pos: -39.5,8.5 + - type: Transform + pos: -39.5,8.5 parent: 34 - type: Transform - uid: 8270 components: - - pos: -40.5,9.5 + - type: Transform + pos: -40.5,9.5 parent: 34 - type: Transform - uid: 8412 components: - - pos: -12.5,-37.5 + - type: Transform + pos: -12.5,-37.5 parent: 34 - type: Transform - uid: 8444 components: - - pos: -21.5,-37.5 + - type: Transform + pos: -21.5,-37.5 parent: 34 - type: Transform - uid: 8919 components: - - pos: 42.5,-10.5 + - type: Transform + pos: 42.5,-10.5 parent: 34 - type: Transform - uid: 8921 components: - - pos: 45.5,-10.5 + - type: Transform + pos: 45.5,-10.5 parent: 34 - type: Transform - uid: 8940 components: - - pos: 46.5,-12.5 + - type: Transform + pos: 46.5,-12.5 parent: 34 - type: Transform - uid: 8978 components: - - pos: 10.5,-41.5 - parent: 34 - type: Transform + - type: Transform + pos: 10.5,-41.5 + parent: 34 - uid: 9036 components: - - pos: 2.5,-40.5 + - type: Transform + pos: 2.5,-40.5 parent: 34 - type: Transform - uid: 9314 components: - - pos: 46.5,-9.5 + - type: Transform + pos: 46.5,-9.5 parent: 34 - type: Transform - uid: 9339 components: - - pos: 25.5,-46.5 + - type: Transform + pos: 25.5,-46.5 parent: 34 - type: Transform - uid: 9340 components: - - pos: 25.5,-45.5 + - type: Transform + pos: 25.5,-45.5 parent: 34 - type: Transform - uid: 9341 components: - - pos: 34.5,-43.5 + - type: Transform + pos: 34.5,-43.5 parent: 34 - type: Transform - uid: 9342 components: - - pos: 33.5,-43.5 + - type: Transform + pos: 33.5,-43.5 parent: 34 - type: Transform - uid: 9343 components: - - pos: 27.5,-44.5 + - type: Transform + pos: 27.5,-44.5 parent: 34 - type: Transform - uid: 9344 components: - - pos: 26.5,-44.5 + - type: Transform + pos: 26.5,-44.5 parent: 34 - type: Transform - uid: 9345 components: - - pos: 25.5,-44.5 + - type: Transform + pos: 25.5,-44.5 parent: 34 - type: Transform - uid: 9388 components: - - pos: 43.5,-11.5 + - type: Transform + pos: 43.5,-11.5 parent: 34 - type: Transform - uid: 9404 components: - - pos: -22.5,-41.5 + - type: Transform + pos: -22.5,-41.5 parent: 34 - type: Transform - uid: 9468 components: - - pos: -13.5,-39.5 + - type: Transform + pos: -13.5,-39.5 parent: 34 - type: Transform - uid: 9708 components: - - pos: -49.5,-17.5 + - type: Transform + pos: -49.5,-17.5 parent: 34 - type: Transform - uid: 9984 components: - - pos: -20.5,-29.5 + - type: Transform + pos: -20.5,-29.5 parent: 34 - type: Transform - uid: 10019 components: - - pos: 42.5,-6.5 + - type: Transform + pos: 42.5,-6.5 parent: 34 - type: Transform - uid: 10115 components: - - pos: 16.5,-41.5 + - type: Transform + pos: 16.5,-41.5 parent: 34 - type: Transform - uid: 10116 components: - - pos: 15.5,-41.5 + - type: Transform + pos: 15.5,-41.5 parent: 34 - type: Transform - uid: 10117 components: - - pos: 14.5,-41.5 + - type: Transform + pos: 14.5,-41.5 parent: 34 - type: Transform - uid: 10118 components: - - pos: 13.5,-41.5 + - type: Transform + pos: 13.5,-41.5 parent: 34 - type: Transform - uid: 10120 components: - - pos: 17.5,-41.5 + - type: Transform + pos: 17.5,-41.5 parent: 34 - type: Transform - uid: 10121 components: - - pos: 18.5,-41.5 + - type: Transform + pos: 18.5,-41.5 parent: 34 - type: Transform - uid: 10122 components: - - pos: 19.5,-41.5 + - type: Transform + pos: 19.5,-41.5 parent: 34 - type: Transform - uid: 10123 components: - - pos: 20.5,-41.5 + - type: Transform + pos: 20.5,-41.5 parent: 34 - type: Transform - uid: 10124 components: - - pos: 21.5,-41.5 + - type: Transform + pos: 21.5,-41.5 parent: 34 - type: Transform - uid: 10125 components: - - pos: 22.5,-41.5 + - type: Transform + pos: 22.5,-41.5 parent: 34 - type: Transform - uid: 10126 components: - - pos: 23.5,-41.5 + - type: Transform + pos: 23.5,-41.5 parent: 34 - type: Transform - uid: 10127 components: - - pos: 24.5,-41.5 + - type: Transform + pos: 24.5,-41.5 parent: 34 - type: Transform - uid: 10128 components: - - pos: 25.5,-41.5 + - type: Transform + pos: 25.5,-41.5 parent: 34 - type: Transform - uid: 10129 components: - - pos: 26.5,-41.5 + - type: Transform + pos: 26.5,-41.5 parent: 34 - type: Transform - uid: 10130 components: - - pos: 27.5,-41.5 + - type: Transform + pos: 27.5,-41.5 parent: 34 - type: Transform - uid: 10131 components: - - pos: 28.5,-41.5 + - type: Transform + pos: 28.5,-41.5 parent: 34 - type: Transform - uid: 10132 components: - - pos: 28.5,-40.5 + - type: Transform + pos: 28.5,-40.5 parent: 34 - type: Transform - uid: 10133 components: - - pos: 29.5,-40.5 + - type: Transform + pos: 29.5,-40.5 parent: 34 - type: Transform - uid: 10134 components: - - pos: 30.5,-40.5 + - type: Transform + pos: 30.5,-40.5 parent: 34 - type: Transform - uid: 10135 components: - - pos: 31.5,-40.5 + - type: Transform + pos: 31.5,-40.5 parent: 34 - type: Transform - uid: 10136 components: - - pos: 32.5,-40.5 + - type: Transform + pos: 32.5,-40.5 parent: 34 - type: Transform - uid: 10139 components: - - pos: 12.5,-44.5 + - type: Transform + pos: 12.5,-44.5 parent: 34 - type: Transform - uid: 10140 components: - - pos: 11.5,-44.5 + - type: Transform + pos: 11.5,-44.5 parent: 34 - type: Transform - uid: 10141 components: - - pos: 10.5,-44.5 + - type: Transform + pos: 10.5,-44.5 parent: 34 - type: Transform - uid: 10142 components: - - pos: 9.5,-44.5 + - type: Transform + pos: 9.5,-44.5 parent: 34 - type: Transform - uid: 10143 components: - - pos: 8.5,-44.5 + - type: Transform + pos: 8.5,-44.5 parent: 34 - type: Transform - uid: 10144 components: - - pos: 7.5,-44.5 + - type: Transform + pos: 7.5,-44.5 parent: 34 - type: Transform - uid: 10145 components: - - pos: 6.5,-44.5 + - type: Transform + pos: 6.5,-44.5 parent: 34 - type: Transform - uid: 10146 components: - - pos: 5.5,-44.5 + - type: Transform + pos: 5.5,-44.5 parent: 34 - type: Transform - uid: 10147 components: - - pos: 4.5,-44.5 + - type: Transform + pos: 4.5,-44.5 parent: 34 - type: Transform - uid: 10265 components: - - pos: -54.5,-17.5 + - type: Transform + pos: -54.5,-17.5 parent: 34 - type: Transform - uid: 10273 components: - - pos: -45.5,-21.5 + - type: Transform + pos: -45.5,-21.5 parent: 34 - type: Transform - uid: 10357 components: - - pos: 45.5,-7.5 + - type: Transform + pos: 45.5,-7.5 parent: 34 - type: Transform - uid: 10433 components: - - pos: 45.5,-6.5 + - type: Transform + pos: 45.5,-6.5 parent: 34 - type: Transform - uid: 10460 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 34 - type: Transform - uid: 10479 components: - - pos: -44.5,-24.5 + - type: Transform + pos: -44.5,-24.5 parent: 34 - type: Transform - uid: 10495 components: - - pos: -0.5,-42.5 + - type: Transform + pos: -0.5,-42.5 parent: 34 - type: Transform - uid: 10631 components: - - pos: -55.5,-10.5 + - type: Transform + pos: -55.5,-10.5 parent: 34 - type: Transform - uid: 10713 components: - - pos: 6.5,-37.5 + - type: Transform + pos: 6.5,-37.5 parent: 34 - type: Transform - uid: 10748 components: - - pos: -9.5,-38.5 + - type: Transform + pos: -9.5,-38.5 parent: 34 - type: Transform - uid: 10749 components: - - pos: -10.5,-38.5 + - type: Transform + pos: -10.5,-38.5 parent: 34 - type: Transform - uid: 10755 components: - - pos: 13.5,18.5 + - type: Transform + pos: 13.5,18.5 parent: 34 - type: Transform - uid: 10778 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 34 - type: Transform - uid: 10783 components: - - pos: -56.5,-4.5 + - type: Transform + pos: -56.5,-4.5 parent: 34 - type: Transform - uid: 10784 components: - - pos: -56.5,-5.5 + - type: Transform + pos: -56.5,-5.5 parent: 34 - type: Transform - uid: 10785 components: - - pos: -55.5,-4.5 + - type: Transform + pos: -55.5,-4.5 parent: 34 - type: Transform - uid: 10825 components: - - pos: 32.5,-4.5 + - type: Transform + pos: 32.5,-4.5 parent: 34 - type: Transform - uid: 10849 components: - - pos: -47.5,-21.5 + - type: Transform + pos: -47.5,-21.5 parent: 34 - type: Transform - uid: 10850 components: - - pos: -18.5,-24.5 + - type: Transform + pos: -18.5,-24.5 parent: 34 - type: Transform - uid: 10927 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 34 - type: Transform - uid: 10928 components: - - pos: 15.5,4.5 + - type: Transform + pos: 15.5,4.5 parent: 34 - type: Transform - uid: 10929 components: - - pos: 16.5,4.5 + - type: Transform + pos: 16.5,4.5 parent: 34 - type: Transform - uid: 10930 components: - - pos: 17.5,4.5 + - type: Transform + pos: 17.5,4.5 parent: 34 - type: Transform - uid: 10931 components: - - pos: 18.5,4.5 + - type: Transform + pos: 18.5,4.5 parent: 34 - type: Transform - uid: 10932 components: - - pos: 19.5,4.5 + - type: Transform + pos: 19.5,4.5 parent: 34 - type: Transform - uid: 10933 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 34 - type: Transform - uid: 10934 components: - - pos: 22.5,1.5 + - type: Transform + pos: 22.5,1.5 parent: 34 - type: Transform - uid: 10935 components: - - pos: 22.5,2.5 + - type: Transform + pos: 22.5,2.5 parent: 34 - type: Transform - uid: 10936 components: - - pos: 22.5,3.5 + - type: Transform + pos: 22.5,3.5 parent: 34 - type: Transform - uid: 10969 components: - - pos: -18.5,-42.5 + - type: Transform + pos: -18.5,-42.5 parent: 34 - type: Transform - uid: 10986 components: - - pos: 6.5,-38.5 + - type: Transform + pos: 6.5,-38.5 parent: 34 - type: Transform - uid: 11023 components: - - pos: -25.5,-33.5 + - type: Transform + pos: -25.5,-33.5 parent: 34 - type: Transform - uid: 11027 components: - - pos: -48.5,-21.5 + - type: Transform + pos: -48.5,-21.5 parent: 34 - type: Transform - uid: 11060 components: - - pos: 42.5,-7.5 + - type: Transform + pos: 42.5,-7.5 parent: 34 - type: Transform - uid: 11069 components: - - pos: 42.5,5.5 + - type: Transform + pos: 42.5,5.5 parent: 34 - type: Transform - uid: 11070 components: - - pos: 42.5,6.5 + - type: Transform + pos: 42.5,6.5 parent: 34 - type: Transform - uid: 11092 components: - - pos: 47.5,0.5 + - type: Transform + pos: 47.5,0.5 parent: 34 - type: Transform - uid: 11114 components: - - pos: -27.5,-33.5 + - type: Transform + pos: -27.5,-33.5 parent: 34 - type: Transform - uid: 11118 components: - - pos: 30.5,-36.5 + - type: Transform + pos: 30.5,-36.5 parent: 34 - type: Transform - uid: 11178 components: - - pos: -43.5,-25.5 + - type: Transform + pos: -43.5,-25.5 parent: 34 - type: Transform - uid: 11204 components: - - pos: 19.5,9.5 + - type: Transform + pos: 19.5,9.5 parent: 34 - type: Transform - uid: 11205 components: - - pos: 19.5,10.5 + - type: Transform + pos: 19.5,10.5 parent: 34 - type: Transform - uid: 11229 components: - - pos: 16.5,-42.5 + - type: Transform + pos: 16.5,-42.5 parent: 34 - type: Transform - uid: 11231 components: - - pos: 16.5,-43.5 + - type: Transform + pos: 16.5,-43.5 parent: 34 - type: Transform - uid: 11234 components: - - pos: 16.5,-44.5 + - type: Transform + pos: 16.5,-44.5 parent: 34 - type: Transform - uid: 11245 components: - - pos: 47.5,-0.5 + - type: Transform + pos: 47.5,-0.5 parent: 34 - type: Transform - uid: 11276 components: - - pos: 26.5,8.5 + - type: Transform + pos: 26.5,8.5 parent: 34 - type: Transform - uid: 11277 components: - - pos: 26.5,9.5 + - type: Transform + pos: 26.5,9.5 parent: 34 - type: Transform - uid: 11278 components: - - pos: 26.5,10.5 + - type: Transform + pos: 26.5,10.5 parent: 34 - type: Transform - uid: 11279 components: - - pos: 26.5,11.5 + - type: Transform + pos: 26.5,11.5 parent: 34 - type: Transform - uid: 11299 components: - - pos: -57.5,-9.5 + - type: Transform + pos: -57.5,-9.5 parent: 34 - type: Transform - uid: 11300 components: - - pos: -58.5,-9.5 + - type: Transform + pos: -58.5,-9.5 parent: 34 - type: Transform - uid: 11375 components: - - pos: -47.5,-13.5 + - type: Transform + pos: -47.5,-13.5 parent: 34 - type: Transform - uid: 11395 components: - - pos: -42.5,-19.5 + - type: Transform + pos: -42.5,-19.5 parent: 34 - type: Transform - uid: 11401 components: - - pos: -42.5,-18.5 + - type: Transform + pos: -42.5,-18.5 parent: 34 - type: Transform - uid: 11402 components: - - pos: -42.5,-17.5 + - type: Transform + pos: -42.5,-17.5 parent: 34 - type: Transform - uid: 11403 components: - - pos: -42.5,-16.5 + - type: Transform + pos: -42.5,-16.5 parent: 34 - type: Transform - uid: 11408 components: - - pos: -42.5,-25.5 + - type: Transform + pos: -42.5,-25.5 parent: 34 - type: Transform - uid: 11409 components: - - pos: -42.5,-26.5 + - type: Transform + pos: -42.5,-26.5 parent: 34 - type: Transform - uid: 11410 components: - - pos: -41.5,-26.5 + - type: Transform + pos: -41.5,-26.5 parent: 34 - type: Transform - uid: 11411 components: - - pos: -40.5,-26.5 + - type: Transform + pos: -40.5,-26.5 parent: 34 - type: Transform - uid: 11412 components: - - pos: -39.5,-26.5 + - type: Transform + pos: -39.5,-26.5 parent: 34 - type: Transform - uid: 11413 components: - - pos: -38.5,-26.5 + - type: Transform + pos: -38.5,-26.5 parent: 34 - type: Transform - uid: 11414 components: - - pos: -37.5,-26.5 + - type: Transform + pos: -37.5,-26.5 parent: 34 - type: Transform - uid: 11415 components: - - pos: -36.5,-26.5 + - type: Transform + pos: -36.5,-26.5 parent: 34 - type: Transform - uid: 11416 components: - - pos: -35.5,-26.5 + - type: Transform + pos: -35.5,-26.5 parent: 34 - type: Transform - uid: 11435 components: - - pos: -44.5,-23.5 + - type: Transform + pos: -44.5,-23.5 parent: 34 - type: Transform - uid: 11451 components: - - pos: -46.5,-25.5 + - type: Transform + pos: -46.5,-25.5 parent: 34 - type: Transform - uid: 11452 components: - - pos: -46.5,-26.5 + - type: Transform + pos: -46.5,-26.5 parent: 34 - type: Transform - uid: 11455 components: - - pos: -49.5,-26.5 + - type: Transform + pos: -49.5,-26.5 parent: 34 - type: Transform - uid: 11456 components: - - pos: -50.5,-26.5 + - type: Transform + pos: -50.5,-26.5 parent: 34 - type: Transform - uid: 11457 components: - - pos: -51.5,-26.5 + - type: Transform + pos: -51.5,-26.5 parent: 34 - type: Transform - uid: 11458 components: - - pos: -51.5,-25.5 + - type: Transform + pos: -51.5,-25.5 parent: 34 - type: Transform - uid: 11459 components: - - pos: -52.5,-25.5 + - type: Transform + pos: -52.5,-25.5 parent: 34 - type: Transform - uid: 11460 components: - - pos: -53.5,-25.5 + - type: Transform + pos: -53.5,-25.5 parent: 34 - type: Transform - uid: 11465 components: - - pos: -54.5,-25.5 + - type: Transform + pos: -54.5,-25.5 parent: 34 - type: Transform - uid: 11466 components: - - pos: -55.5,-25.5 + - type: Transform + pos: -55.5,-25.5 parent: 34 - type: Transform - uid: 11467 components: - - pos: -56.5,-25.5 + - type: Transform + pos: -56.5,-25.5 parent: 34 - type: Transform - uid: 11468 components: - - pos: -57.5,-25.5 + - type: Transform + pos: -57.5,-25.5 parent: 34 - type: Transform - uid: 11475 components: - - pos: -44.5,-16.5 + - type: Transform + pos: -44.5,-16.5 parent: 34 - type: Transform - uid: 11479 components: - - pos: -47.5,-17.5 + - type: Transform + pos: -47.5,-17.5 parent: 34 - type: Transform - uid: 11480 components: - - pos: -48.5,-17.5 + - type: Transform + pos: -48.5,-17.5 parent: 34 - type: Transform - uid: 11545 components: - - pos: -44.5,-17.5 + - type: Transform + pos: -44.5,-17.5 parent: 34 - type: Transform - uid: 11552 components: - - pos: -48.5,-36.5 + - type: Transform + pos: -48.5,-36.5 parent: 34 - type: Transform - uid: 11577 components: - - pos: -44.5,-21.5 + - type: Transform + pos: -44.5,-21.5 parent: 34 - type: Transform - uid: 11601 components: - - pos: -44.5,-19.5 + - type: Transform + pos: -44.5,-19.5 parent: 34 - type: Transform - uid: 11602 components: - - pos: -13.5,-37.5 + - type: Transform + pos: -13.5,-37.5 parent: 34 - type: Transform - uid: 11606 components: - - pos: -48.5,-12.5 + - type: Transform + pos: -48.5,-12.5 parent: 34 - type: Transform - uid: 11619 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 34 - type: Transform - uid: 11673 components: - - pos: -39.5,9.5 + - type: Transform + pos: -39.5,9.5 parent: 34 - type: Transform - uid: 11688 components: - - pos: -43.5,-22.5 + - type: Transform + pos: -43.5,-22.5 parent: 34 - type: Transform - uid: 11694 components: - - pos: -25.5,-31.5 + - type: Transform + pos: -25.5,-31.5 parent: 34 - type: Transform - uid: 11696 components: - - pos: -24.5,-30.5 + - type: Transform + pos: -24.5,-30.5 parent: 34 - type: Transform - uid: 11697 components: - - pos: -35.5,2.5 + - type: Transform + pos: -35.5,2.5 parent: 34 - type: Transform - uid: 11706 components: - - pos: -42.5,-22.5 + - type: Transform + pos: -42.5,-22.5 parent: 34 - type: Transform - uid: 11720 components: - - pos: 52.5,-24.5 + - type: Transform + pos: 52.5,-24.5 parent: 34 - type: Transform - uid: 11743 components: - - pos: 52.5,-22.5 + - type: Transform + pos: 52.5,-22.5 parent: 34 - type: Transform - uid: 11750 components: - - pos: 52.5,-23.5 + - type: Transform + pos: 52.5,-23.5 parent: 34 - type: Transform - uid: 11751 components: - - pos: -17.5,-40.5 + - type: Transform + pos: -17.5,-40.5 parent: 34 - type: Transform - uid: 11798 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 34 - type: Transform - uid: 11799 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 34 - type: Transform - uid: 11811 components: - - pos: -44.5,-25.5 + - type: Transform + pos: -44.5,-25.5 parent: 34 - type: Transform - uid: 11823 components: - - pos: -17.5,-34.5 + - type: Transform + pos: -17.5,-34.5 parent: 34 - type: Transform - uid: 11835 components: - - pos: -16.5,-34.5 + - type: Transform + pos: -16.5,-34.5 parent: 34 - type: Transform - uid: 11838 components: - - pos: -21.5,-35.5 + - type: Transform + pos: -21.5,-35.5 parent: 34 - type: Transform - uid: 11839 components: - - pos: -15.5,-34.5 + - type: Transform + pos: -15.5,-34.5 parent: 34 - type: Transform - uid: 11849 components: - - pos: -25.5,-41.5 + - type: Transform + pos: -25.5,-41.5 parent: 34 - type: Transform - uid: 11853 components: - - pos: -26.5,-41.5 + - type: Transform + pos: -26.5,-41.5 parent: 34 - type: Transform - uid: 11857 components: - - pos: -27.5,-41.5 + - type: Transform + pos: -27.5,-41.5 parent: 34 - type: Transform - uid: 11880 components: - - pos: 13.5,17.5 + - type: Transform + pos: 13.5,17.5 parent: 34 - type: Transform - uid: 11891 components: - - pos: -27.5,-42.5 + - type: Transform + pos: -27.5,-42.5 parent: 34 - type: Transform - uid: 11893 components: - - pos: -28.5,-42.5 + - type: Transform + pos: -28.5,-42.5 parent: 34 - type: Transform - uid: 11899 components: - - pos: -14.5,-32.5 + - type: Transform + pos: -14.5,-32.5 parent: 34 - type: Transform - uid: 11935 components: - - pos: -28.5,-43.5 + - type: Transform + pos: -28.5,-43.5 parent: 34 - type: Transform - uid: 11960 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 34 - type: Transform - uid: 11961 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 34 - type: Transform - uid: 11962 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 34 - type: Transform - uid: 11963 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 34 - type: Transform - uid: 11964 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 34 - type: Transform - uid: 11965 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 34 - type: Transform - uid: 11966 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 34 - type: Transform - uid: 11967 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 34 - type: Transform - uid: 11968 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 34 - type: Transform - uid: 11969 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 34 - type: Transform - uid: 11970 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 34 - type: Transform - uid: 11971 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 34 - type: Transform - uid: 11972 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 34 - type: Transform - uid: 11973 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 34 - type: Transform - uid: 11974 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 34 - type: Transform - uid: 11975 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 34 - type: Transform - uid: 11976 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 34 - type: Transform - uid: 11977 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 34 - type: Transform - uid: 11978 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 34 - type: Transform - uid: 11979 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 34 - type: Transform - uid: 11980 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 34 - type: Transform - uid: 11981 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 34 - type: Transform - uid: 11982 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 34 - type: Transform - uid: 12023 components: - - pos: -33.5,-51.5 + - type: Transform + pos: -33.5,-51.5 parent: 34 - type: Transform - uid: 12024 components: - - pos: -38.5,-49.5 + - type: Transform + pos: -38.5,-49.5 parent: 34 - type: Transform - uid: 12025 components: - - pos: -37.5,-49.5 + - type: Transform + pos: -37.5,-49.5 parent: 34 - type: Transform - uid: 12026 components: - - pos: -37.5,-50.5 + - type: Transform + pos: -37.5,-50.5 parent: 34 - type: Transform - uid: 12027 components: - - pos: -37.5,-48.5 + - type: Transform + pos: -37.5,-48.5 parent: 34 - type: Transform - uid: 12075 components: - - pos: -16.5,-40.5 + - type: Transform + pos: -16.5,-40.5 parent: 34 - type: Transform - uid: 12135 components: - - pos: -18.5,-40.5 + - type: Transform + pos: -18.5,-40.5 parent: 34 - type: Transform - uid: 12168 components: - - pos: 22.5,-9.5 + - type: Transform + pos: 22.5,-9.5 parent: 34 - type: Transform - uid: 12169 components: - - pos: 21.5,-9.5 + - type: Transform + pos: 21.5,-9.5 parent: 34 - type: Transform - uid: 12172 components: - - pos: -45.5,-25.5 + - type: Transform + pos: -45.5,-25.5 parent: 34 - type: Transform - uid: 12216 components: - - pos: -15.5,-30.5 + - type: Transform + pos: -15.5,-30.5 parent: 34 - type: Transform - uid: 12217 components: - - pos: -43.5,-19.5 + - type: Transform + pos: -43.5,-19.5 parent: 34 - type: Transform - uid: 12361 components: - - pos: -16.5,-34.5 + - type: Transform + pos: -16.5,-34.5 parent: 34 - type: Transform - uid: 12362 components: - - pos: -16.5,-35.5 + - type: Transform + pos: -16.5,-35.5 parent: 34 - type: Transform - uid: 12364 components: - - pos: -16.5,-37.5 + - type: Transform + pos: -16.5,-37.5 parent: 34 - type: Transform - uid: 12365 components: - - pos: -16.5,-38.5 + - type: Transform + pos: -16.5,-38.5 parent: 34 - type: Transform - uid: 12392 components: - - pos: 45.5,-12.5 + - type: Transform + pos: 45.5,-12.5 parent: 34 - type: Transform - uid: 12393 components: - - pos: -17.5,-38.5 + - type: Transform + pos: -17.5,-38.5 parent: 34 - type: Transform - uid: 12394 components: - - pos: 47.5,-12.5 + - type: Transform + pos: 47.5,-12.5 parent: 34 - type: Transform - uid: 12395 components: - - pos: 47.5,-9.5 + - type: Transform + pos: 47.5,-9.5 parent: 34 - type: Transform - uid: 12414 components: - - pos: -53.5,-40.5 + - type: Transform + pos: -53.5,-40.5 parent: 34 - type: Transform - uid: 12416 components: - - pos: -54.5,-40.5 + - type: Transform + pos: -54.5,-40.5 parent: 34 - type: Transform - uid: 12448 components: - - pos: -21.5,-40.5 + - type: Transform + pos: -21.5,-40.5 parent: 34 - type: Transform - uid: 12451 components: - - pos: -14.5,-35.5 + - type: Transform + pos: -14.5,-35.5 parent: 34 - type: Transform - uid: 12452 components: - - pos: -14.5,-34.5 + - type: Transform + pos: -14.5,-34.5 parent: 34 - type: Transform - uid: 12453 components: - - pos: -14.5,-33.5 + - type: Transform + pos: -14.5,-33.5 parent: 34 - type: Transform - uid: 12458 components: - - pos: 45.5,-11.5 + - type: Transform + pos: 45.5,-11.5 parent: 34 - type: Transform - uid: 12459 components: - - pos: 44.5,-11.5 + - type: Transform + pos: 44.5,-11.5 parent: 34 - type: Transform - uid: 12466 components: - - pos: -14.5,-37.5 + - type: Transform + pos: -14.5,-37.5 parent: 34 - type: Transform - uid: 12469 components: - - pos: -14.5,-40.5 + - type: Transform + pos: -14.5,-40.5 parent: 34 - type: Transform - uid: 12471 components: - - pos: -13.5,-41.5 + - type: Transform + pos: -13.5,-41.5 parent: 34 - type: Transform - uid: 12472 components: - - pos: -13.5,-42.5 + - type: Transform + pos: -13.5,-42.5 parent: 34 - type: Transform - uid: 12485 components: - - pos: 35.5,-3.5 + - type: Transform + pos: 35.5,-3.5 parent: 34 - type: Transform - uid: 12489 components: - - pos: -54.5,-31.5 + - type: Transform + pos: -54.5,-31.5 parent: 34 - type: Transform - uid: 12490 components: - - pos: 36.5,-4.5 + - type: Transform + pos: 36.5,-4.5 parent: 34 - type: Transform - uid: 12492 components: - - pos: 36.5,-3.5 + - type: Transform + pos: 36.5,-3.5 parent: 34 - type: Transform - uid: 12495 components: - - pos: -29.5,-56.5 + - type: Transform + pos: -29.5,-56.5 parent: 34 - type: Transform - uid: 12496 components: - - pos: -29.5,-57.5 + - type: Transform + pos: -29.5,-57.5 parent: 34 - type: Transform - uid: 12504 components: - - pos: -54.5,-34.5 + - type: Transform + pos: -54.5,-34.5 parent: 34 - type: Transform - uid: 12506 components: - - pos: -54.5,-29.5 + - type: Transform + pos: -54.5,-29.5 parent: 34 - type: Transform - uid: 12507 components: - - pos: -54.5,-30.5 + - type: Transform + pos: -54.5,-30.5 parent: 34 - type: Transform - uid: 12509 components: - - pos: -54.5,-32.5 + - type: Transform + pos: -54.5,-32.5 parent: 34 - type: Transform - uid: 12510 components: - - pos: -54.5,-33.5 + - type: Transform + pos: -54.5,-33.5 parent: 34 - type: Transform - uid: 12511 components: - - pos: -54.5,-35.5 + - type: Transform + pos: -54.5,-35.5 parent: 34 - type: Transform - uid: 12512 components: - - pos: -54.5,-36.5 + - type: Transform + pos: -54.5,-36.5 parent: 34 - type: Transform - uid: 12513 components: - - pos: -53.5,-36.5 + - type: Transform + pos: -53.5,-36.5 parent: 34 - type: Transform - uid: 12514 components: - - pos: -52.5,-36.5 + - type: Transform + pos: -52.5,-36.5 parent: 34 - type: Transform - uid: 12520 components: - - pos: -29.5,-59.5 + - type: Transform + pos: -29.5,-59.5 parent: 34 - type: Transform - uid: 12533 components: - - pos: 42.5,-11.5 + - type: Transform + pos: 42.5,-11.5 parent: 34 - type: Transform - uid: 12535 components: - - pos: -30.5,-59.5 + - type: Transform + pos: -30.5,-59.5 parent: 34 - type: Transform - uid: 12551 components: - - pos: -31.5,-59.5 + - type: Transform + pos: -31.5,-59.5 parent: 34 - type: Transform - uid: 12555 components: - - pos: -32.5,-59.5 + - type: Transform + pos: -32.5,-59.5 parent: 34 - type: Transform - uid: 12557 components: - - pos: -32.5,-58.5 + - type: Transform + pos: -32.5,-58.5 parent: 34 - type: Transform - uid: 12558 components: - - pos: -33.5,-58.5 + - type: Transform + pos: -33.5,-58.5 parent: 34 - type: Transform - uid: 12561 components: - - pos: -34.5,-58.5 + - type: Transform + pos: -34.5,-58.5 parent: 34 - type: Transform - uid: 12566 components: - - pos: -34.5,-58.5 + - type: Transform + pos: -34.5,-58.5 parent: 34 - type: Transform - uid: 12567 components: - - pos: -36.5,-58.5 + - type: Transform + pos: -36.5,-58.5 parent: 34 - type: Transform - uid: 12571 components: - - pos: -35.5,-58.5 + - type: Transform + pos: -35.5,-58.5 parent: 34 - type: Transform - uid: 12646 components: - - pos: -48.5,-35.5 + - type: Transform + pos: -48.5,-35.5 parent: 34 - type: Transform - uid: 12647 components: - - pos: -48.5,-34.5 + - type: Transform + pos: -48.5,-34.5 parent: 34 - type: Transform - uid: 12648 components: - - pos: -48.5,-33.5 + - type: Transform + pos: -48.5,-33.5 parent: 34 - type: Transform - uid: 12649 components: - - pos: -45.5,-34.5 + - type: Transform + pos: -45.5,-34.5 parent: 34 - type: Transform - uid: 12650 components: - - pos: -45.5,-35.5 + - type: Transform + pos: -45.5,-35.5 parent: 34 - type: Transform - uid: 12656 components: - - pos: -37.5,-58.5 + - type: Transform + pos: -37.5,-58.5 parent: 34 - type: Transform - uid: 12684 components: - - pos: -38.5,-58.5 + - type: Transform + pos: -38.5,-58.5 parent: 34 - type: Transform - uid: 12685 components: - - pos: -30.5,-54.5 + - type: Transform + pos: -30.5,-54.5 parent: 34 - type: Transform - uid: 12686 components: - - pos: -30.5,-56.5 + - type: Transform + pos: -30.5,-56.5 parent: 34 - type: Transform - uid: 12718 components: - - pos: 11.5,-37.5 + - type: Transform + pos: 11.5,-37.5 parent: 34 - type: Transform - uid: 12719 components: - - pos: 12.5,-37.5 + - type: Transform + pos: 12.5,-37.5 parent: 34 - type: Transform - uid: 12720 components: - - pos: 13.5,-37.5 + - type: Transform + pos: 13.5,-37.5 parent: 34 - type: Transform - uid: 12721 components: - - pos: 14.5,-37.5 + - type: Transform + pos: 14.5,-37.5 parent: 34 - type: Transform - uid: 12741 components: - - pos: -55.5,-28.5 + - type: Transform + pos: -55.5,-28.5 parent: 34 - type: Transform - uid: 12742 components: - - pos: -56.5,-28.5 + - type: Transform + pos: -56.5,-28.5 parent: 34 - type: Transform - uid: 12743 components: - - pos: -57.5,-28.5 + - type: Transform + pos: -57.5,-28.5 parent: 34 - type: Transform - uid: 12744 components: - - pos: -58.5,-28.5 + - type: Transform + pos: -58.5,-28.5 parent: 34 - type: Transform - uid: 12745 components: - - pos: -59.5,-28.5 + - type: Transform + pos: -59.5,-28.5 parent: 34 - type: Transform - uid: 12746 components: - - pos: -59.5,-27.5 + - type: Transform + pos: -59.5,-27.5 parent: 34 - type: Transform - uid: 12747 components: - - pos: -59.5,-26.5 + - type: Transform + pos: -59.5,-26.5 parent: 34 - type: Transform - uid: 12748 components: - - pos: -59.5,-29.5 + - type: Transform + pos: -59.5,-29.5 parent: 34 - type: Transform - uid: 12749 components: - - pos: -59.5,-30.5 + - type: Transform + pos: -59.5,-30.5 parent: 34 - type: Transform - uid: 12750 components: - - pos: -59.5,-31.5 + - type: Transform + pos: -59.5,-31.5 parent: 34 - type: Transform - uid: 12751 components: - - pos: -59.5,-32.5 + - type: Transform + pos: -59.5,-32.5 parent: 34 - type: Transform - uid: 12752 components: - - pos: -59.5,-33.5 + - type: Transform + pos: -59.5,-33.5 parent: 34 - type: Transform - uid: 12753 components: - - pos: -59.5,-34.5 + - type: Transform + pos: -59.5,-34.5 parent: 34 - type: Transform - uid: 12754 components: - - pos: -59.5,-35.5 + - type: Transform + pos: -59.5,-35.5 parent: 34 - type: Transform - uid: 12755 components: - - pos: -58.5,-35.5 + - type: Transform + pos: -58.5,-35.5 parent: 34 - type: Transform - uid: 12756 components: - - pos: -57.5,-35.5 + - type: Transform + pos: -57.5,-35.5 parent: 34 - type: Transform - uid: 12757 components: - - pos: -56.5,-24.5 + - type: Transform + pos: -56.5,-24.5 parent: 34 - type: Transform - uid: 12759 components: - - pos: -56.5,-29.5 + - type: Transform + pos: -56.5,-29.5 parent: 34 - type: Transform - uid: 12760 components: - - pos: -58.5,-37.5 + - type: Transform + pos: -58.5,-37.5 parent: 34 - type: Transform - uid: 12761 components: - - pos: -58.5,-36.5 + - type: Transform + pos: -58.5,-36.5 parent: 34 - type: Transform - uid: 12762 components: - - pos: -58.5,-38.5 + - type: Transform + pos: -58.5,-38.5 parent: 34 - type: Transform - uid: 12763 components: - - pos: -58.5,-39.5 + - type: Transform + pos: -58.5,-39.5 parent: 34 - type: Transform - uid: 12764 components: - - pos: -57.5,-39.5 + - type: Transform + pos: -57.5,-39.5 parent: 34 - type: Transform - uid: 12765 components: - - pos: -56.5,-39.5 + - type: Transform + pos: -56.5,-39.5 parent: 34 - type: Transform - uid: 12806 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 34 - type: Transform - uid: 12807 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 34 - type: Transform - uid: 12808 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 34 - type: Transform - uid: 12809 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 34 - type: Transform - uid: 12810 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 34 - type: Transform - uid: 12811 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 34 - type: Transform - uid: 12812 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 34 - type: Transform - uid: 12813 components: - - pos: 6.5,12.5 + - type: Transform + pos: 6.5,12.5 parent: 34 - type: Transform - uid: 12814 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 34 - type: Transform - uid: 12815 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 34 - type: Transform - uid: 12816 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 34 - type: Transform - uid: 12817 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 34 - type: Transform - uid: 12818 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 34 - type: Transform - uid: 12819 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 34 - type: Transform - uid: 12820 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 34 - type: Transform - uid: 12821 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 34 - type: Transform - uid: 12822 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 34 - type: Transform - uid: 12823 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 34 - type: Transform - uid: 12824 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 34 - type: Transform - uid: 12825 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 34 - type: Transform - uid: 12826 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 34 - type: Transform - uid: 12827 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 34 - type: Transform - uid: 12828 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 34 - type: Transform - uid: 12829 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 34 - type: Transform - uid: 12830 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 34 - type: Transform - uid: 12831 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 34 - type: Transform - uid: 12832 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 34 - type: Transform - uid: 12833 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 34 - type: Transform - uid: 12834 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 34 - type: Transform - uid: 12835 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 34 - type: Transform - uid: 12837 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 34 - type: Transform - uid: 12838 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 34 - type: Transform - uid: 12850 components: - - pos: 30.5,-13.5 + - type: Transform + pos: 30.5,-13.5 parent: 34 - type: Transform - uid: 12851 components: - - pos: 30.5,-14.5 + - type: Transform + pos: 30.5,-14.5 parent: 34 - type: Transform - uid: 12852 components: - - pos: 31.5,-13.5 + - type: Transform + pos: 31.5,-13.5 parent: 34 - type: Transform - uid: 12853 components: - - pos: 32.5,-13.5 + - type: Transform + pos: 32.5,-13.5 parent: 34 - type: Transform - uid: 12854 components: - - pos: 33.5,-13.5 + - type: Transform + pos: 33.5,-13.5 parent: 34 - type: Transform - uid: 12856 components: - - pos: -12.5,-34.5 + - type: Transform + pos: -12.5,-34.5 parent: 34 - type: Transform - uid: 12857 components: - - pos: -13.5,-34.5 + - type: Transform + pos: -13.5,-34.5 parent: 34 - type: Transform - uid: 12907 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 34 - type: Transform - uid: 12908 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 34 - type: Transform - uid: 12909 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 34 - type: Transform - uid: 12910 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 34 - type: Transform - uid: 12911 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 34 - type: Transform -- proto: CableApcStack1 - entities: - - uid: 5561 + - uid: 13031 components: - - rot: 3.141592653589793 rad - pos: -18.312016,3.6166978 + - type: Transform + pos: 41.5,-32.5 parent: 34 - type: Transform - - uid: 5562 + - uid: 13032 components: - - rot: 1.5707963267948966 rad - pos: -18.60889,3.6323342 + - type: Transform + pos: 41.5,-31.5 parent: 34 - type: Transform -- proto: CableHV - entities: - - uid: 9 + - uid: 13033 components: - - pos: 36.5,-8.5 + - type: Transform + pos: 41.5,-30.5 parent: 34 - type: Transform - - uid: 139 + - uid: 13034 components: - - pos: -45.5,-21.5 + - type: Transform + pos: 41.5,-29.5 parent: 34 - type: Transform - - uid: 669 + - uid: 13035 components: - - pos: 16.5,-42.5 + - type: Transform + pos: 41.5,-28.5 parent: 34 - type: Transform - - uid: 674 + - uid: 13036 components: - - pos: 16.5,-43.5 + - type: Transform + pos: 40.5,-28.5 parent: 34 - type: Transform - - uid: 1049 + - uid: 13037 components: - - pos: -17.5,-24.5 + - type: Transform + pos: 39.5,-28.5 parent: 34 - type: Transform - - uid: 1050 + - uid: 13038 components: - - pos: -21.5,-29.5 + - type: Transform + pos: 42.5,-28.5 parent: 34 - type: Transform - - uid: 1060 + - uid: 13039 components: - - pos: 36.5,-4.5 + - type: Transform + pos: 43.5,-28.5 parent: 34 - type: Transform - - uid: 1085 + - uid: 13112 components: - - pos: 36.5,-14.5 + - type: Transform + pos: 45.5,-13.5 parent: 34 - type: Transform - - uid: 1102 + - uid: 13113 components: - - pos: -19.5,-29.5 + - type: Transform + pos: 44.5,-13.5 parent: 34 - type: Transform - - uid: 1122 + - uid: 13114 components: - - pos: -17.5,-23.5 + - type: Transform + pos: 44.5,-14.5 parent: 34 - type: Transform - - uid: 1130 + - uid: 13115 components: - - pos: -33.5,-32.5 - parent: 34 - type: Transform + - type: Transform + pos: 44.5,-15.5 + parent: 34 + - uid: 13116 + components: + - type: Transform + pos: 44.5,-16.5 + parent: 34 + - uid: 13142 + components: + - type: Transform + pos: 18.5,14.5 + parent: 34 + - uid: 13143 + components: + - type: Transform + pos: 18.5,13.5 + parent: 34 + - uid: 13144 + components: + - type: Transform + pos: 18.5,15.5 + parent: 34 + - uid: 13145 + components: + - type: Transform + pos: 18.5,16.5 + parent: 34 + - uid: 13146 + components: + - type: Transform + pos: 17.5,16.5 + parent: 34 + - uid: 13147 + components: + - type: Transform + pos: 16.5,16.5 + parent: 34 + - uid: 13148 + components: + - type: Transform + pos: 15.5,16.5 + parent: 34 + - uid: 13149 + components: + - type: Transform + pos: 18.5,17.5 + parent: 34 + - uid: 13150 + components: + - type: Transform + pos: 18.5,18.5 + parent: 34 + - uid: 13151 + components: + - type: Transform + pos: 17.5,14.5 + parent: 34 +- proto: CableApcStack1 + entities: + - uid: 5561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.312016,3.6166978 + parent: 34 + - uid: 5562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.60889,3.6323342 + parent: 34 +- proto: CableHV + entities: + - uid: 9 + components: + - type: Transform + pos: 36.5,-8.5 + parent: 34 + - uid: 139 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 34 + - uid: 669 + components: + - type: Transform + pos: 16.5,-42.5 + parent: 34 + - uid: 674 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 34 + - uid: 1049 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 34 + - uid: 1050 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 34 + - uid: 1060 + components: + - type: Transform + pos: 36.5,-4.5 + parent: 34 + - uid: 1085 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 34 + - uid: 1102 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 34 + - uid: 1122 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 34 + - uid: 1130 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 34 - uid: 1131 components: - - pos: -32.5,-32.5 + - type: Transform + pos: -32.5,-32.5 parent: 34 - type: Transform - uid: 1132 components: - - pos: -31.5,-32.5 + - type: Transform + pos: -31.5,-32.5 parent: 34 - type: Transform - uid: 1133 components: - - pos: -32.5,-33.5 + - type: Transform + pos: -32.5,-33.5 parent: 34 - type: Transform - uid: 1134 components: - - pos: -33.5,-31.5 + - type: Transform + pos: -33.5,-31.5 parent: 34 - type: Transform - uid: 1135 components: - - pos: -33.5,-30.5 + - type: Transform + pos: -33.5,-30.5 parent: 34 - type: Transform - uid: 1136 components: - - pos: -32.5,-31.5 + - type: Transform + pos: -32.5,-31.5 parent: 34 - type: Transform - uid: 1137 components: - - pos: -32.5,-30.5 + - type: Transform + pos: -32.5,-30.5 parent: 34 - type: Transform - uid: 1138 components: - - pos: -31.5,-31.5 + - type: Transform + pos: -31.5,-31.5 parent: 34 - type: Transform - uid: 1139 components: - - pos: -31.5,-30.5 + - type: Transform + pos: -31.5,-30.5 parent: 34 - type: Transform - uid: 1140 components: - - pos: -32.5,-34.5 + - type: Transform + pos: -32.5,-34.5 parent: 34 - type: Transform - uid: 1143 components: - - pos: -32.5,-35.5 + - type: Transform + pos: -32.5,-35.5 parent: 34 - type: Transform - uid: 1144 components: - - pos: -32.5,-36.5 + - type: Transform + pos: -32.5,-36.5 parent: 34 - type: Transform - uid: 1145 components: - - pos: -32.5,-37.5 + - type: Transform + pos: -32.5,-37.5 parent: 34 - type: Transform - uid: 1146 components: - - pos: -32.5,-38.5 + - type: Transform + pos: -32.5,-38.5 parent: 34 - type: Transform - uid: 1147 components: - - pos: -32.5,-39.5 + - type: Transform + pos: -32.5,-39.5 parent: 34 - type: Transform - uid: 1159 components: - - pos: -31.5,-33.5 + - type: Transform + pos: -31.5,-33.5 parent: 34 - type: Transform - uid: 1160 components: - - pos: -33.5,-33.5 + - type: Transform + pos: -33.5,-33.5 parent: 34 - type: Transform - uid: 1226 components: - - pos: -34.5,-30.5 + - type: Transform + pos: -34.5,-30.5 parent: 34 - type: Transform - uid: 1227 components: - - pos: -35.5,-30.5 + - type: Transform + pos: -35.5,-30.5 parent: 34 - type: Transform - uid: 1279 components: - - pos: -20.5,-29.5 + - type: Transform + pos: -20.5,-29.5 parent: 34 - type: Transform - uid: 1285 components: - - pos: 35.5,-16.5 + - type: Transform + pos: 35.5,-16.5 parent: 34 - type: Transform - uid: 1374 components: - - pos: -18.5,-29.5 + - type: Transform + pos: -18.5,-29.5 parent: 34 - type: Transform - uid: 1602 components: - - pos: -37.5,-24.5 + - type: Transform + pos: -37.5,-24.5 parent: 34 - type: Transform - uid: 1609 components: - - pos: -17.5,-25.5 + - type: Transform + pos: -17.5,-25.5 parent: 34 - type: Transform - uid: 1613 components: - - pos: -37.5,-22.5 + - type: Transform + pos: -37.5,-22.5 parent: 34 - type: Transform - uid: 1614 components: - - pos: -37.5,-23.5 + - type: Transform + pos: -37.5,-23.5 parent: 34 - type: Transform - uid: 1645 components: - - pos: -35.5,-31.5 + - type: Transform + pos: -35.5,-31.5 parent: 34 - type: Transform - uid: 1842 components: - - pos: -54.5,-16.5 + - type: Transform + pos: -54.5,-16.5 parent: 34 - type: Transform - uid: 1844 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 34 - type: Transform - uid: 2221 components: - - pos: -17.5,-28.5 + - type: Transform + pos: -17.5,-28.5 parent: 34 - type: Transform - uid: 2282 components: - - pos: -36.5,-27.5 + - type: Transform + pos: -36.5,-27.5 parent: 34 - type: Transform - uid: 2283 components: - - pos: -37.5,-27.5 + - type: Transform + pos: -37.5,-27.5 parent: 34 - type: Transform - uid: 2385 components: - - pos: -44.5,-22.5 + - type: Transform + pos: -44.5,-22.5 parent: 34 - type: Transform - uid: 2387 components: - - pos: -38.5,-22.5 + - type: Transform + pos: -38.5,-22.5 parent: 34 - type: Transform - uid: 2389 components: - - pos: -40.5,-22.5 + - type: Transform + pos: -40.5,-22.5 parent: 34 - type: Transform - uid: 2391 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 34 - type: Transform - uid: 2392 components: - - pos: -42.5,-22.5 + - type: Transform + pos: -42.5,-22.5 parent: 34 - type: Transform - uid: 2393 components: - - pos: -37.5,-25.5 + - type: Transform + pos: -37.5,-25.5 parent: 34 - type: Transform - uid: 2394 components: - - pos: -37.5,-26.5 + - type: Transform + pos: -37.5,-26.5 parent: 34 - type: Transform - uid: 2395 components: - - pos: -46.5,-21.5 + - type: Transform + pos: -46.5,-21.5 parent: 34 - type: Transform - uid: 2401 components: - - pos: -43.5,-22.5 + - type: Transform + pos: -43.5,-22.5 parent: 34 - type: Transform - uid: 2402 components: - - pos: -45.5,-22.5 + - type: Transform + pos: -45.5,-22.5 parent: 34 - type: Transform - uid: 2423 components: - - pos: -54.5,-15.5 + - type: Transform + pos: -54.5,-15.5 parent: 34 - type: Transform - uid: 2435 components: - - pos: -54.5,-14.5 + - type: Transform + pos: -54.5,-14.5 parent: 34 - type: Transform - uid: 2478 components: - - pos: 52.5,-23.5 + - type: Transform + pos: 52.5,-23.5 parent: 34 - type: Transform - uid: 2492 components: - - pos: -48.5,-21.5 + - type: Transform + pos: -48.5,-21.5 parent: 34 - type: Transform - uid: 2498 components: - - pos: -17.5,-29.5 + - type: Transform + pos: -17.5,-29.5 parent: 34 - type: Transform - uid: 2513 components: - - pos: -49.5,-21.5 + - type: Transform + pos: -49.5,-21.5 parent: 34 - type: Transform - uid: 2568 components: - - pos: -53.5,-13.5 + - type: Transform + pos: -53.5,-13.5 parent: 34 - type: Transform - uid: 2569 components: - - pos: -17.5,-26.5 + - type: Transform + pos: -17.5,-26.5 parent: 34 - type: Transform - uid: 2572 components: - - pos: -39.5,-22.5 + - type: Transform + pos: -39.5,-22.5 parent: 34 - type: Transform - uid: 2573 components: - - pos: -47.5,-21.5 + - type: Transform + pos: -47.5,-21.5 parent: 34 - type: Transform - uid: 2598 components: - - pos: -17.5,-27.5 + - type: Transform + pos: -17.5,-27.5 parent: 34 - type: Transform - uid: 2606 components: - - pos: -35.5,-29.5 + - type: Transform + pos: -35.5,-29.5 parent: 34 - type: Transform - uid: 2607 components: - - pos: -35.5,-28.5 + - type: Transform + pos: -35.5,-28.5 parent: 34 - type: Transform - uid: 2608 components: - - pos: -35.5,-27.5 + - type: Transform + pos: -35.5,-27.5 parent: 34 - type: Transform - uid: 2617 components: - - pos: -53.5,-21.5 + - type: Transform + pos: -53.5,-21.5 parent: 34 - type: Transform - uid: 2623 components: - - pos: -54.5,-21.5 + - type: Transform + pos: -54.5,-21.5 parent: 34 - type: Transform - uid: 2632 components: - - pos: -30.5,-30.5 + - type: Transform + pos: -30.5,-30.5 parent: 34 - type: Transform - uid: 2649 components: - - pos: -21.5,-22.5 + - type: Transform + pos: -21.5,-22.5 parent: 34 - type: Transform - uid: 2650 components: - - pos: -21.5,-21.5 + - type: Transform + pos: -21.5,-21.5 parent: 34 - type: Transform - uid: 2651 components: - - pos: -21.5,-20.5 + - type: Transform + pos: -21.5,-20.5 parent: 34 - type: Transform - uid: 2652 components: - - pos: -21.5,-19.5 + - type: Transform + pos: -21.5,-19.5 parent: 34 - type: Transform - uid: 2653 components: - - pos: -21.5,-18.5 + - type: Transform + pos: -21.5,-18.5 parent: 34 - type: Transform - uid: 2654 components: - - pos: -21.5,-17.5 + - type: Transform + pos: -21.5,-17.5 parent: 34 - type: Transform - uid: 2655 components: - - pos: -21.5,-16.5 + - type: Transform + pos: -21.5,-16.5 parent: 34 - type: Transform - uid: 2656 components: - - pos: -21.5,-15.5 + - type: Transform + pos: -21.5,-15.5 parent: 34 - type: Transform - uid: 2657 components: - - pos: -21.5,-14.5 + - type: Transform + pos: -21.5,-14.5 parent: 34 - type: Transform - uid: 2658 components: - - pos: -21.5,-13.5 + - type: Transform + pos: -21.5,-13.5 parent: 34 - type: Transform - uid: 2659 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 34 - type: Transform - uid: 2660 components: - - pos: -19.5,-13.5 + - type: Transform + pos: -19.5,-13.5 parent: 34 - type: Transform - uid: 2718 components: - - pos: -54.5,-20.5 + - type: Transform + pos: -54.5,-20.5 parent: 34 - type: Transform - uid: 2763 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 34 - type: Transform - uid: 2764 components: - - pos: -17.5,-13.5 + - type: Transform + pos: -17.5,-13.5 parent: 34 - type: Transform - uid: 2765 components: - - pos: -17.5,-14.5 + - type: Transform + pos: -17.5,-14.5 parent: 34 - type: Transform - uid: 2766 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 34 - type: Transform - uid: 2767 components: - - pos: -21.5,-12.5 + - type: Transform + pos: -21.5,-12.5 parent: 34 - type: Transform - uid: 2768 components: - - pos: -21.5,-11.5 + - type: Transform + pos: -21.5,-11.5 parent: 34 - type: Transform - uid: 2769 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 34 - type: Transform - uid: 2770 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 34 - type: Transform - uid: 2771 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 34 - type: Transform - uid: 2772 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 34 - type: Transform - uid: 2773 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 34 - type: Transform - uid: 2774 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 34 - type: Transform - uid: 2775 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 34 - type: Transform - uid: 2776 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 34 - type: Transform - uid: 2777 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 34 - type: Transform - uid: 2778 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 34 - type: Transform - uid: 2779 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 34 - type: Transform - uid: 2780 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 34 - type: Transform - uid: 2781 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 34 - type: Transform - uid: 2782 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 34 - type: Transform - uid: 2783 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 34 - type: Transform - uid: 2784 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 34 - type: Transform - uid: 2785 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 34 - type: Transform - uid: 2786 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 34 - type: Transform - uid: 2787 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 34 - type: Transform - uid: 2788 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 34 - type: Transform - uid: 2789 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 34 - type: Transform - uid: 2790 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 34 - type: Transform - uid: 2791 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 34 - type: Transform - uid: 2792 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 34 - type: Transform - uid: 2793 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 34 - type: Transform - uid: 2794 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 34 - type: Transform - uid: 2795 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 34 - type: Transform - uid: 2796 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 34 - type: Transform - uid: 2797 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 34 - type: Transform - uid: 2798 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 34 - type: Transform - uid: 2799 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 34 - type: Transform - uid: 2800 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 34 - type: Transform - uid: 2801 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 34 - type: Transform - uid: 3226 components: - - pos: -54.5,-19.5 + - type: Transform + pos: -54.5,-19.5 parent: 34 - type: Transform - uid: 3279 components: - - pos: -54.5,-17.5 + - type: Transform + pos: -54.5,-17.5 parent: 34 - type: Transform - uid: 3315 components: - - pos: -54.5,-18.5 + - type: Transform + pos: -54.5,-18.5 parent: 34 - type: Transform - uid: 3439 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 34 - type: Transform - uid: 3440 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 34 - type: Transform - uid: 3441 components: - - pos: 9.5,-15.5 + - type: Transform + pos: 9.5,-15.5 parent: 34 - type: Transform - uid: 3442 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 34 - type: Transform - uid: 3443 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 34 - type: Transform - uid: 3445 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 34 - type: Transform - uid: 3446 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 34 - type: Transform - uid: 4134 components: - - pos: -51.5,-29.5 + - type: Transform + pos: -51.5,-29.5 parent: 34 - type: Transform - uid: 4136 components: - - pos: -50.5,-29.5 + - type: Transform + pos: -50.5,-29.5 parent: 34 - type: Transform - uid: 4608 components: - - pos: -22.5,-29.5 + - type: Transform + pos: -22.5,-29.5 parent: 34 - type: Transform - uid: 4634 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 34 - type: Transform - uid: 4650 components: - - pos: 36.5,-17.5 + - type: Transform + pos: 36.5,-17.5 parent: 34 - type: Transform - uid: 4671 components: - - pos: 36.5,-5.5 + - type: Transform + pos: 36.5,-5.5 parent: 34 - type: Transform - uid: 4750 components: - - pos: 35.5,-3.5 + - type: Transform + pos: 35.5,-3.5 parent: 34 - type: Transform - uid: 4752 components: - - pos: 33.5,-3.5 + - type: Transform + pos: 33.5,-3.5 parent: 34 - type: Transform - uid: 4846 components: - - pos: 36.5,-7.5 + - type: Transform + pos: 36.5,-7.5 parent: 34 - type: Transform - uid: 4854 components: - - pos: 37.5,-19.5 + - type: Transform + pos: 37.5,-19.5 parent: 34 - type: Transform - uid: 4972 components: - - pos: 28.5,-40.5 + - type: Transform + pos: 28.5,-40.5 parent: 34 - type: Transform - uid: 5309 components: - - pos: 21.5,-50.5 + - type: Transform + pos: 21.5,-50.5 parent: 34 - type: Transform - uid: 5334 components: - - pos: 16.5,-50.5 + - type: Transform + pos: 16.5,-50.5 parent: 34 - type: Transform - uid: 5335 components: - - pos: 16.5,-51.5 + - type: Transform + pos: 16.5,-51.5 parent: 34 - type: Transform - uid: 5336 components: - - pos: 16.5,-52.5 + - type: Transform + pos: 16.5,-52.5 parent: 34 - type: Transform - uid: 5339 components: - - pos: 18.5,-50.5 + - type: Transform + pos: 18.5,-50.5 parent: 34 - type: Transform - uid: 5340 components: - - pos: 18.5,-51.5 + - type: Transform + pos: 18.5,-51.5 parent: 34 - type: Transform - uid: 5341 components: - - pos: 18.5,-52.5 + - type: Transform + pos: 18.5,-52.5 parent: 34 - type: Transform - uid: 5344 components: - - pos: 20.5,-50.5 + - type: Transform + pos: 20.5,-50.5 parent: 34 - type: Transform - uid: 5345 components: - - pos: 20.5,-51.5 + - type: Transform + pos: 20.5,-51.5 parent: 34 - type: Transform - uid: 5346 components: - - pos: 20.5,-52.5 + - type: Transform + pos: 20.5,-52.5 parent: 34 - type: Transform - uid: 5349 components: - - pos: 22.5,-50.5 + - type: Transform + pos: 22.5,-50.5 parent: 34 - type: Transform - uid: 5350 components: - - pos: 22.5,-51.5 + - type: Transform + pos: 22.5,-51.5 parent: 34 - type: Transform - uid: 5351 components: - - pos: 22.5,-52.5 + - type: Transform + pos: 22.5,-52.5 parent: 34 - type: Transform - uid: 5354 components: - - pos: 24.5,-50.5 + - type: Transform + pos: 24.5,-50.5 parent: 34 - type: Transform - uid: 5355 components: - - pos: 24.5,-51.5 + - type: Transform + pos: 24.5,-51.5 parent: 34 - type: Transform - uid: 5356 components: - - pos: 24.5,-52.5 + - type: Transform + pos: 24.5,-52.5 parent: 34 - type: Transform - uid: 5357 components: - - pos: 24.5,-53.5 + - type: Transform + pos: 24.5,-53.5 parent: 34 - type: Transform - uid: 5358 components: - - pos: 24.5,-54.5 + - type: Transform + pos: 24.5,-54.5 parent: 34 - type: Transform - uid: 5359 components: - - pos: 26.5,-50.5 + - type: Transform + pos: 26.5,-50.5 parent: 34 - type: Transform - uid: 5360 components: - - pos: 26.5,-51.5 + - type: Transform + pos: 26.5,-51.5 parent: 34 - type: Transform - uid: 5361 components: - - pos: 26.5,-52.5 + - type: Transform + pos: 26.5,-52.5 parent: 34 - type: Transform - uid: 5362 components: - - pos: 26.5,-53.5 + - type: Transform + pos: 26.5,-53.5 parent: 34 - type: Transform - uid: 5363 components: - - pos: 26.5,-54.5 + - type: Transform + pos: 26.5,-54.5 parent: 34 - type: Transform - uid: 5364 components: - - pos: 28.5,-50.5 + - type: Transform + pos: 28.5,-50.5 parent: 34 - type: Transform - uid: 5365 components: - - pos: 28.5,-51.5 + - type: Transform + pos: 28.5,-51.5 parent: 34 - type: Transform - uid: 5366 components: - - pos: 28.5,-52.5 + - type: Transform + pos: 28.5,-52.5 parent: 34 - type: Transform - uid: 5367 components: - - pos: 28.5,-53.5 + - type: Transform + pos: 28.5,-53.5 parent: 34 - type: Transform - uid: 5368 components: - - pos: 28.5,-54.5 + - type: Transform + pos: 28.5,-54.5 parent: 34 - type: Transform - uid: 5369 components: - - pos: 30.5,-50.5 + - type: Transform + pos: 30.5,-50.5 parent: 34 - type: Transform - uid: 5370 components: - - pos: 30.5,-51.5 + - type: Transform + pos: 30.5,-51.5 parent: 34 - type: Transform - uid: 5371 components: - - pos: 30.5,-52.5 + - type: Transform + pos: 30.5,-52.5 parent: 34 - type: Transform - uid: 5372 components: - - pos: 30.5,-53.5 + - type: Transform + pos: 30.5,-53.5 parent: 34 - type: Transform - uid: 5373 components: - - pos: 30.5,-54.5 + - type: Transform + pos: 30.5,-54.5 parent: 34 - type: Transform - uid: 5374 components: - - pos: 32.5,-50.5 + - type: Transform + pos: 32.5,-50.5 parent: 34 - type: Transform - uid: 5375 components: - - pos: 32.5,-51.5 + - type: Transform + pos: 32.5,-51.5 parent: 34 - type: Transform - uid: 5376 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 34 - type: Transform - uid: 5377 components: - - pos: 32.5,-53.5 + - type: Transform + pos: 32.5,-53.5 parent: 34 - type: Transform - uid: 5378 components: - - pos: 32.5,-54.5 + - type: Transform + pos: 32.5,-54.5 parent: 34 - type: Transform - uid: 5379 components: - - pos: 34.5,-50.5 + - type: Transform + pos: 34.5,-50.5 parent: 34 - type: Transform - uid: 5380 components: - - pos: 34.5,-51.5 + - type: Transform + pos: 34.5,-51.5 parent: 34 - type: Transform - uid: 5381 components: - - pos: 34.5,-52.5 + - type: Transform + pos: 34.5,-52.5 parent: 34 - type: Transform - uid: 5382 components: - - pos: 34.5,-53.5 + - type: Transform + pos: 34.5,-53.5 parent: 34 - type: Transform - uid: 5383 components: - - pos: 34.5,-54.5 + - type: Transform + pos: 34.5,-54.5 parent: 34 - type: Transform - uid: 5384 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 34 - type: Transform - uid: 5385 components: - - pos: 31.5,-45.5 + - type: Transform + pos: 31.5,-45.5 parent: 34 - type: Transform - uid: 5386 components: - - pos: 32.5,-42.5 + - type: Transform + pos: 32.5,-42.5 parent: 34 - type: Transform - uid: 5387 components: - - pos: 30.5,-45.5 + - type: Transform + pos: 30.5,-45.5 parent: 34 - type: Transform - uid: 5389 components: - - pos: 32.5,-43.5 + - type: Transform + pos: 32.5,-43.5 parent: 34 - type: Transform - uid: 5391 components: - - pos: 33.5,-44.5 + - type: Transform + pos: 33.5,-44.5 parent: 34 - type: Transform - uid: 5392 components: - - pos: 33.5,-43.5 + - type: Transform + pos: 33.5,-43.5 parent: 34 - type: Transform - uid: 5393 components: - - pos: 33.5,-45.5 + - type: Transform + pos: 33.5,-45.5 parent: 34 - type: Transform - uid: 5394 components: - - pos: 32.5,-46.5 + - type: Transform + pos: 32.5,-46.5 parent: 34 - type: Transform - uid: 5395 components: - - pos: 32.5,-47.5 + - type: Transform + pos: 32.5,-47.5 parent: 34 - type: Transform - uid: 5414 components: - - pos: 31.5,-43.5 + - type: Transform + pos: 31.5,-43.5 parent: 34 - type: Transform - uid: 5415 components: - - pos: 30.5,-43.5 + - type: Transform + pos: 30.5,-43.5 parent: 34 - type: Transform - uid: 5427 components: - - pos: 33.5,-50.5 + - type: Transform + pos: 33.5,-50.5 parent: 34 - type: Transform - uid: 5428 components: - - pos: 33.5,-49.5 + - type: Transform + pos: 33.5,-49.5 parent: 34 - type: Transform - uid: 5429 components: - - pos: 33.5,-48.5 + - type: Transform + pos: 33.5,-48.5 parent: 34 - type: Transform - uid: 5430 components: - - pos: 32.5,-48.5 + - type: Transform + pos: 32.5,-48.5 parent: 34 - type: Transform - uid: 5431 components: - - pos: 31.5,-48.5 + - type: Transform + pos: 31.5,-48.5 parent: 34 - type: Transform - uid: 5432 components: - - pos: 30.5,-48.5 + - type: Transform + pos: 30.5,-48.5 parent: 34 - type: Transform - uid: 5433 components: - - pos: 29.5,-48.5 + - type: Transform + pos: 29.5,-48.5 parent: 34 - type: Transform - uid: 5434 components: - - pos: 28.5,-48.5 + - type: Transform + pos: 28.5,-48.5 parent: 34 - type: Transform - uid: 5435 components: - - pos: 27.5,-48.5 + - type: Transform + pos: 27.5,-48.5 parent: 34 - type: Transform - uid: 5436 components: - - pos: 26.5,-48.5 + - type: Transform + pos: 26.5,-48.5 parent: 34 - type: Transform - uid: 5437 components: - - pos: 25.5,-48.5 + - type: Transform + pos: 25.5,-48.5 parent: 34 - type: Transform - uid: 5438 components: - - pos: 29.5,-49.5 + - type: Transform + pos: 29.5,-49.5 parent: 34 - type: Transform - uid: 5439 components: - - pos: 29.5,-50.5 + - type: Transform + pos: 29.5,-50.5 parent: 34 - type: Transform - uid: 5440 components: - - pos: 25.5,-49.5 + - type: Transform + pos: 25.5,-49.5 parent: 34 - type: Transform - uid: 5441 components: - - pos: 25.5,-50.5 + - type: Transform + pos: 25.5,-50.5 parent: 34 - type: Transform - uid: 5442 components: - - pos: 25.5,-52.5 + - type: Transform + pos: 25.5,-52.5 parent: 34 - type: Transform - uid: 5443 components: - - pos: 29.5,-52.5 + - type: Transform + pos: 29.5,-52.5 parent: 34 - type: Transform - uid: 5444 components: - - pos: 33.5,-52.5 + - type: Transform + pos: 33.5,-52.5 parent: 34 - type: Transform - uid: 5445 components: - - pos: 17.5,-50.5 + - type: Transform + pos: 17.5,-50.5 parent: 34 - type: Transform - uid: 5582 components: - - pos: -26.5,5.5 + - type: Transform + pos: -26.5,5.5 parent: 34 - type: Transform - uid: 5583 components: - - pos: -25.5,5.5 + - type: Transform + pos: -25.5,5.5 parent: 34 - type: Transform - uid: 5584 components: - - pos: -25.5,6.5 + - type: Transform + pos: -25.5,6.5 parent: 34 - type: Transform - uid: 5586 components: - - pos: -27.5,4.5 + - type: Transform + pos: -27.5,4.5 parent: 34 - type: Transform - uid: 5587 components: - - pos: -26.5,3.5 + - type: Transform + pos: -26.5,3.5 parent: 34 - type: Transform - uid: 5589 components: - - pos: -27.5,2.5 + - type: Transform + pos: -27.5,2.5 parent: 34 - type: Transform - uid: 5590 components: - - pos: -25.5,3.5 + - type: Transform + pos: -25.5,3.5 parent: 34 - type: Transform - uid: 5591 components: - - pos: -24.5,3.5 + - type: Transform + pos: -24.5,3.5 parent: 34 - type: Transform - uid: 5592 components: - - pos: -23.5,3.5 + - type: Transform + pos: -23.5,3.5 parent: 34 - type: Transform - uid: 5679 components: - - pos: -25.5,7.5 + - type: Transform + pos: -25.5,7.5 parent: 34 - type: Transform - uid: 5680 components: - - pos: -25.5,8.5 + - type: Transform + pos: -25.5,8.5 parent: 34 - type: Transform - uid: 5681 components: - - pos: -24.5,8.5 + - type: Transform + pos: -24.5,8.5 parent: 34 - type: Transform - uid: 5682 components: - - pos: -23.5,8.5 + - type: Transform + pos: -23.5,8.5 parent: 34 - type: Transform - uid: 5683 components: - - pos: -22.5,8.5 + - type: Transform + pos: -22.5,8.5 parent: 34 - type: Transform - uid: 5684 components: - - pos: -21.5,8.5 + - type: Transform + pos: -21.5,8.5 parent: 34 - type: Transform - uid: 5685 components: - - pos: -20.5,8.5 + - type: Transform + pos: -20.5,8.5 parent: 34 - type: Transform - uid: 5686 components: - - pos: -19.5,8.5 + - type: Transform + pos: -19.5,8.5 parent: 34 - type: Transform - uid: 5687 components: - - pos: -18.5,8.5 + - type: Transform + pos: -18.5,8.5 parent: 34 - type: Transform - uid: 5688 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 34 - type: Transform - uid: 5689 components: - - pos: -16.5,8.5 + - type: Transform + pos: -16.5,8.5 parent: 34 - type: Transform - uid: 5690 components: - - pos: -15.5,8.5 + - type: Transform + pos: -15.5,8.5 parent: 34 - type: Transform - uid: 5691 components: - - pos: -14.5,8.5 + - type: Transform + pos: -14.5,8.5 parent: 34 - type: Transform - uid: 5692 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 34 - type: Transform - uid: 5693 components: - - pos: -21.5,9.5 + - type: Transform + pos: -21.5,9.5 parent: 34 - type: Transform - uid: 5694 components: - - pos: -21.5,10.5 + - type: Transform + pos: -21.5,10.5 parent: 34 - type: Transform - uid: 5695 components: - - pos: -17.5,10.5 + - type: Transform + pos: -17.5,10.5 parent: 34 - type: Transform - uid: 5696 components: - - pos: -17.5,9.5 + - type: Transform + pos: -17.5,9.5 parent: 34 - type: Transform - uid: 5697 components: - - pos: -13.5,10.5 + - type: Transform + pos: -13.5,10.5 parent: 34 - type: Transform - uid: 5698 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 34 - type: Transform - uid: 5699 components: - - pos: -26.5,8.5 + - type: Transform + pos: -26.5,8.5 parent: 34 - type: Transform - uid: 5700 components: - - pos: -22.5,10.5 + - type: Transform + pos: -22.5,10.5 parent: 34 - type: Transform - uid: 5701 components: - - pos: -22.5,11.5 + - type: Transform + pos: -22.5,11.5 parent: 34 - type: Transform - uid: 5702 components: - - pos: -22.5,12.5 + - type: Transform + pos: -22.5,12.5 parent: 34 - type: Transform - uid: 5703 components: - - pos: -22.5,13.5 + - type: Transform + pos: -22.5,13.5 parent: 34 - type: Transform - uid: 5704 components: - - pos: -22.5,14.5 + - type: Transform + pos: -22.5,14.5 parent: 34 - type: Transform - uid: 5705 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 34 - type: Transform - uid: 5706 components: - - pos: -20.5,13.5 + - type: Transform + pos: -20.5,13.5 parent: 34 - type: Transform - uid: 5707 components: - - pos: -20.5,12.5 + - type: Transform + pos: -20.5,12.5 parent: 34 - type: Transform - uid: 5708 components: - - pos: -20.5,11.5 + - type: Transform + pos: -20.5,11.5 parent: 34 - type: Transform - uid: 5709 components: - - pos: -20.5,10.5 + - type: Transform + pos: -20.5,10.5 parent: 34 - type: Transform - uid: 5710 components: - - pos: -18.5,14.5 + - type: Transform + pos: -18.5,14.5 parent: 34 - type: Transform - uid: 5711 components: - - pos: -18.5,13.5 + - type: Transform + pos: -18.5,13.5 parent: 34 - type: Transform - uid: 5712 components: - - pos: -18.5,12.5 + - type: Transform + pos: -18.5,12.5 parent: 34 - type: Transform - uid: 5713 components: - - pos: -18.5,11.5 + - type: Transform + pos: -18.5,11.5 parent: 34 - type: Transform - uid: 5714 components: - - pos: -18.5,10.5 + - type: Transform + pos: -18.5,10.5 parent: 34 - type: Transform - uid: 5715 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 34 - type: Transform - uid: 5716 components: - - pos: -16.5,13.5 + - type: Transform + pos: -16.5,13.5 parent: 34 - type: Transform - uid: 5717 components: - - pos: -16.5,12.5 + - type: Transform + pos: -16.5,12.5 parent: 34 - type: Transform - uid: 5718 components: - - pos: -16.5,11.5 + - type: Transform + pos: -16.5,11.5 parent: 34 - type: Transform - uid: 5719 components: - - pos: -16.5,10.5 + - type: Transform + pos: -16.5,10.5 parent: 34 - type: Transform - uid: 5720 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 34 - type: Transform - uid: 5721 components: - - pos: -14.5,13.5 + - type: Transform + pos: -14.5,13.5 parent: 34 - type: Transform - uid: 5722 components: - - pos: -14.5,12.5 + - type: Transform + pos: -14.5,12.5 parent: 34 - type: Transform - uid: 5723 components: - - pos: -14.5,11.5 + - type: Transform + pos: -14.5,11.5 parent: 34 - type: Transform - uid: 5724 components: - - pos: -14.5,10.5 + - type: Transform + pos: -14.5,10.5 parent: 34 - type: Transform - uid: 5725 components: - - pos: -12.5,14.5 + - type: Transform + pos: -12.5,14.5 parent: 34 - type: Transform - uid: 5726 components: - - pos: -12.5,13.5 + - type: Transform + pos: -12.5,13.5 parent: 34 - type: Transform - uid: 5727 components: - - pos: -12.5,12.5 + - type: Transform + pos: -12.5,12.5 parent: 34 - type: Transform - uid: 5728 components: - - pos: -12.5,11.5 + - type: Transform + pos: -12.5,11.5 parent: 34 - type: Transform - uid: 5729 components: - - pos: -12.5,10.5 + - type: Transform + pos: -12.5,10.5 parent: 34 - type: Transform - uid: 5740 components: - - pos: -27.5,5.5 + - type: Transform + pos: -27.5,5.5 parent: 34 - type: Transform - uid: 5744 components: - - pos: -27.5,3.5 + - type: Transform + pos: -27.5,3.5 parent: 34 - type: Transform - uid: 6025 components: - - pos: 36.5,-6.5 + - type: Transform + pos: 36.5,-6.5 parent: 34 - type: Transform - uid: 6150 components: - - pos: 36.5,-19.5 + - type: Transform + pos: 36.5,-19.5 parent: 34 - type: Transform - uid: 6334 components: - - pos: -53.5,-14.5 + - type: Transform + pos: -53.5,-14.5 parent: 34 - type: Transform - uid: 6376 components: - - pos: -51.5,-30.5 + - type: Transform + pos: -51.5,-30.5 parent: 34 - type: Transform - uid: 6571 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 34 - type: Transform - uid: 6572 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 34 - type: Transform - uid: 6573 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 34 - type: Transform - uid: 6574 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 34 - type: Transform - uid: 6575 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 34 - type: Transform - uid: 6576 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 34 - type: Transform - uid: 6577 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 34 - type: Transform - uid: 6578 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 34 - type: Transform - uid: 6579 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 34 - type: Transform - uid: 6580 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 34 - type: Transform - uid: 6581 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 34 - type: Transform - uid: 6582 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 34 - type: Transform - uid: 6583 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 34 - type: Transform - uid: 6584 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 34 - type: Transform - uid: 6585 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 34 - type: Transform - uid: 6586 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 34 - type: Transform - uid: 6587 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 34 - type: Transform - uid: 6588 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 34 - type: Transform - uid: 6589 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 34 - type: Transform - uid: 6590 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 34 - type: Transform - uid: 6591 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 34 - type: Transform - uid: 6592 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 34 - type: Transform - uid: 6593 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 34 - type: Transform - uid: 6594 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 34 - type: Transform - uid: 6595 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 34 - type: Transform - uid: 6596 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 34 - type: Transform - uid: 6597 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 34 - type: Transform - uid: 6598 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 34 - type: Transform - uid: 6599 components: - - pos: -22.5,-11.5 + - type: Transform + pos: -22.5,-11.5 parent: 34 - type: Transform - uid: 6600 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 34 - type: Transform - uid: 6601 components: - - pos: -22.5,-9.5 + - type: Transform + pos: -22.5,-9.5 parent: 34 - type: Transform - uid: 6602 components: - - pos: -22.5,-8.5 + - type: Transform + pos: -22.5,-8.5 parent: 34 - type: Transform - uid: 6603 components: - - pos: -22.5,-7.5 + - type: Transform + pos: -22.5,-7.5 parent: 34 - type: Transform - uid: 6604 components: - - pos: -22.5,-6.5 + - type: Transform + pos: -22.5,-6.5 parent: 34 - type: Transform - uid: 6605 components: - - pos: -22.5,-5.5 + - type: Transform + pos: -22.5,-5.5 parent: 34 - type: Transform - uid: 6606 components: - - pos: -22.5,-4.5 + - type: Transform + pos: -22.5,-4.5 parent: 34 - type: Transform - uid: 6607 components: - - pos: -22.5,-3.5 + - type: Transform + pos: -22.5,-3.5 parent: 34 - type: Transform - uid: 6608 components: - - pos: -22.5,-2.5 + - type: Transform + pos: -22.5,-2.5 parent: 34 - type: Transform - uid: 6609 components: - - pos: -22.5,-1.5 + - type: Transform + pos: -22.5,-1.5 parent: 34 - type: Transform - uid: 6610 components: - - pos: -22.5,-0.5 + - type: Transform + pos: -22.5,-0.5 parent: 34 - type: Transform - uid: 6611 components: - - pos: -23.5,-0.5 + - type: Transform + pos: -23.5,-0.5 parent: 34 - type: Transform - uid: 6612 components: - - pos: -24.5,-0.5 + - type: Transform + pos: -24.5,-0.5 parent: 34 - type: Transform - uid: 6613 components: - - pos: -25.5,-0.5 + - type: Transform + pos: -25.5,-0.5 parent: 34 - type: Transform - uid: 6614 components: - - pos: -25.5,0.5 + - type: Transform + pos: -25.5,0.5 parent: 34 - type: Transform - uid: 6615 components: - - pos: -25.5,1.5 + - type: Transform + pos: -25.5,1.5 parent: 34 - type: Transform - uid: 6616 components: - - pos: -25.5,2.5 + - type: Transform + pos: -25.5,2.5 parent: 34 - type: Transform - uid: 6618 components: - - pos: -51.5,-21.5 + - type: Transform + pos: -51.5,-21.5 parent: 34 - type: Transform - uid: 6622 components: - - pos: -50.5,-21.5 + - type: Transform + pos: -50.5,-21.5 parent: 34 - type: Transform - uid: 6624 components: - - pos: -53.5,-12.5 + - type: Transform + pos: -53.5,-12.5 parent: 34 - type: Transform - uid: 6625 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 34 - type: Transform - uid: 6626 components: - - pos: -53.5,-10.5 + - type: Transform + pos: -53.5,-10.5 parent: 34 - type: Transform - uid: 6627 components: - - pos: -53.5,-9.5 + - type: Transform + pos: -53.5,-9.5 parent: 34 - type: Transform - uid: 6628 components: - - pos: -53.5,-8.5 - parent: 34 - type: Transform + - type: Transform + pos: -53.5,-8.5 + parent: 34 - uid: 6629 components: - - pos: -53.5,-7.5 + - type: Transform + pos: -53.5,-7.5 parent: 34 - type: Transform - uid: 6630 components: - - pos: -53.5,-6.5 + - type: Transform + pos: -53.5,-6.5 parent: 34 - type: Transform - uid: 6631 components: - - pos: -53.5,-5.5 + - type: Transform + pos: -53.5,-5.5 parent: 34 - type: Transform - uid: 6632 components: - - pos: -53.5,-4.5 + - type: Transform + pos: -53.5,-4.5 parent: 34 - type: Transform - uid: 6633 components: - - pos: -54.5,-4.5 + - type: Transform + pos: -54.5,-4.5 parent: 34 - type: Transform - uid: 6634 components: - - pos: -55.5,-4.5 + - type: Transform + pos: -55.5,-4.5 parent: 34 - type: Transform - uid: 6635 components: - - pos: -56.5,-4.5 + - type: Transform + pos: -56.5,-4.5 parent: 34 - type: Transform - uid: 6636 components: - - pos: -56.5,-3.5 + - type: Transform + pos: -56.5,-3.5 parent: 34 - type: Transform - uid: 6637 components: - - pos: 14.5,8.5 + - type: Transform + pos: 14.5,8.5 parent: 34 - type: Transform - uid: 6638 components: - - pos: 15.5,8.5 + - type: Transform + pos: 15.5,8.5 parent: 34 - type: Transform - uid: 6639 components: - - pos: 16.5,8.5 + - type: Transform + pos: 16.5,8.5 parent: 34 - type: Transform - uid: 6640 components: - - pos: 17.5,8.5 + - type: Transform + pos: 17.5,8.5 parent: 34 - type: Transform - uid: 6641 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 34 - type: Transform - uid: 6642 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 34 - type: Transform - uid: 6643 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 34 - type: Transform - uid: 6644 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 34 - type: Transform - uid: 6645 components: - - pos: 29.5,-43.5 + - type: Transform + pos: 29.5,-43.5 parent: 34 - type: Transform - uid: 6646 components: - - pos: 29.5,-42.5 + - type: Transform + pos: 29.5,-42.5 parent: 34 - type: Transform - uid: 6647 components: - - pos: 29.5,-41.5 + - type: Transform + pos: 29.5,-41.5 parent: 34 - type: Transform - uid: 6648 components: - - pos: 29.5,-40.5 + - type: Transform + pos: 29.5,-40.5 parent: 34 - type: Transform - uid: 6649 components: - - pos: 30.5,-40.5 + - type: Transform + pos: 30.5,-40.5 parent: 34 - type: Transform - uid: 6650 components: - - pos: 31.5,-40.5 + - type: Transform + pos: 31.5,-40.5 parent: 34 - type: Transform - uid: 6651 components: - - pos: 31.5,-39.5 + - type: Transform + pos: 31.5,-39.5 parent: 34 - type: Transform - uid: 6652 components: - - pos: 31.5,-38.5 + - type: Transform + pos: 31.5,-38.5 parent: 34 - type: Transform - uid: 6653 components: - - pos: 31.5,-37.5 + - type: Transform + pos: 31.5,-37.5 parent: 34 - type: Transform - uid: 6654 components: - - pos: 31.5,-36.5 + - type: Transform + pos: 31.5,-36.5 parent: 34 - type: Transform - uid: 6655 components: - - pos: 31.5,-35.5 + - type: Transform + pos: 31.5,-35.5 parent: 34 - type: Transform - uid: 6656 components: - - pos: 31.5,-34.5 + - type: Transform + pos: 31.5,-34.5 parent: 34 - type: Transform - uid: 6657 components: - - pos: 31.5,-33.5 + - type: Transform + pos: 31.5,-33.5 parent: 34 - type: Transform - uid: 6658 components: - - pos: 31.5,-32.5 + - type: Transform + pos: 31.5,-32.5 parent: 34 - type: Transform - uid: 6659 components: - - pos: 31.5,-31.5 + - type: Transform + pos: 31.5,-31.5 parent: 34 - type: Transform - uid: 6660 components: - - pos: 31.5,-30.5 + - type: Transform + pos: 31.5,-30.5 parent: 34 - type: Transform - uid: 6661 components: - - pos: 31.5,-29.5 + - type: Transform + pos: 31.5,-29.5 parent: 34 - type: Transform - uid: 6662 components: - - pos: 31.5,-28.5 + - type: Transform + pos: 31.5,-28.5 parent: 34 - type: Transform - uid: 6663 components: - - pos: 32.5,-28.5 + - type: Transform + pos: 32.5,-28.5 parent: 34 - type: Transform - uid: 6664 components: - - pos: 33.5,-28.5 + - type: Transform + pos: 33.5,-28.5 parent: 34 - type: Transform - uid: 6665 components: - - pos: 34.5,-28.5 + - type: Transform + pos: 34.5,-28.5 parent: 34 - type: Transform - uid: 6666 components: - - pos: 35.5,-28.5 + - type: Transform + pos: 35.5,-28.5 parent: 34 - type: Transform - uid: 6667 components: - - pos: 36.5,-28.5 + - type: Transform + pos: 36.5,-28.5 parent: 34 - type: Transform - uid: 6668 components: - - pos: 36.5,-29.5 + - type: Transform + pos: 36.5,-29.5 parent: 34 - type: Transform - uid: 6669 components: - - pos: 32.5,-27.5 + - type: Transform + pos: 32.5,-27.5 parent: 34 - type: Transform - uid: 6670 components: - - pos: 32.5,-26.5 + - type: Transform + pos: 32.5,-26.5 parent: 34 - type: Transform - uid: 6671 components: - - pos: 32.5,-25.5 + - type: Transform + pos: 32.5,-25.5 parent: 34 - type: Transform - uid: 6672 components: - - pos: 32.5,-24.5 + - type: Transform + pos: 32.5,-24.5 parent: 34 - type: Transform - uid: 6673 components: - - pos: 32.5,-23.5 + - type: Transform + pos: 32.5,-23.5 parent: 34 - type: Transform - uid: 6674 components: - - pos: 33.5,-23.5 + - type: Transform + pos: 33.5,-23.5 parent: 34 - type: Transform - uid: 6675 components: - - pos: 33.5,-22.5 + - type: Transform + pos: 33.5,-22.5 parent: 34 - type: Transform - uid: 6676 components: - - pos: 33.5,-21.5 + - type: Transform + pos: 33.5,-21.5 parent: 34 - type: Transform - uid: 6677 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 34 - type: Transform - uid: 6678 components: - - pos: 33.5,-19.5 + - type: Transform + pos: 33.5,-19.5 parent: 34 - type: Transform - uid: 6679 components: - - pos: 33.5,-18.5 + - type: Transform + pos: 33.5,-18.5 parent: 34 - type: Transform - uid: 6680 components: - - pos: 33.5,-17.5 + - type: Transform + pos: 33.5,-17.5 parent: 34 - type: Transform - uid: 6681 components: - - pos: 33.5,-16.5 + - type: Transform + pos: 33.5,-16.5 parent: 34 - type: Transform - uid: 6682 components: - - pos: 34.5,-16.5 + - type: Transform + pos: 34.5,-16.5 parent: 34 - type: Transform - uid: 6683 components: - - pos: 35.5,-16.5 + - type: Transform + pos: 35.5,-16.5 parent: 34 - type: Transform - uid: 6684 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 34 - type: Transform - uid: 6693 components: - - pos: 32.5,-10.5 + - type: Transform + pos: 32.5,-10.5 parent: 34 - type: Transform - uid: 6694 components: - - pos: 32.5,-9.5 + - type: Transform + pos: 32.5,-9.5 parent: 34 - type: Transform - uid: 6696 components: - - pos: 52.5,-24.5 + - type: Transform + pos: 52.5,-24.5 parent: 34 - type: Transform - uid: 6702 components: - - pos: 33.5,-2.5 + - type: Transform + pos: 33.5,-2.5 parent: 34 - type: Transform - uid: 6703 components: - - pos: 33.5,-1.5 + - type: Transform + pos: 33.5,-1.5 parent: 34 - type: Transform - uid: 6704 components: - - pos: 33.5,-0.5 + - type: Transform + pos: 33.5,-0.5 parent: 34 - type: Transform - uid: 6705 components: - - pos: 33.5,0.5 + - type: Transform + pos: 33.5,0.5 parent: 34 - type: Transform - uid: 6706 components: - - pos: 33.5,1.5 + - type: Transform + pos: 33.5,1.5 parent: 34 - type: Transform - uid: 6707 components: - - pos: 33.5,2.5 + - type: Transform + pos: 33.5,2.5 parent: 34 - type: Transform - uid: 6708 components: - - pos: 33.5,3.5 + - type: Transform + pos: 33.5,3.5 parent: 34 - type: Transform - uid: 6709 components: - - pos: 33.5,4.5 + - type: Transform + pos: 33.5,4.5 parent: 34 - type: Transform - uid: 6710 components: - - pos: 33.5,5.5 + - type: Transform + pos: 33.5,5.5 parent: 34 - type: Transform - uid: 6711 components: - - pos: 33.5,6.5 + - type: Transform + pos: 33.5,6.5 parent: 34 - type: Transform - uid: 6712 components: - - pos: 33.5,7.5 + - type: Transform + pos: 33.5,7.5 parent: 34 - type: Transform - uid: 6713 components: - - pos: 32.5,7.5 + - type: Transform + pos: 32.5,7.5 parent: 34 - type: Transform - uid: 6714 components: - - pos: 31.5,7.5 + - type: Transform + pos: 31.5,7.5 parent: 34 - type: Transform - uid: 6715 components: - - pos: 30.5,7.5 + - type: Transform + pos: 30.5,7.5 parent: 34 - type: Transform - uid: 6716 components: - - pos: 29.5,7.5 + - type: Transform + pos: 29.5,7.5 parent: 34 - type: Transform - uid: 6717 components: - - pos: 28.5,7.5 + - type: Transform + pos: 28.5,7.5 parent: 34 - type: Transform - uid: 6718 components: - - pos: 27.5,7.5 + - type: Transform + pos: 27.5,7.5 parent: 34 - type: Transform - uid: 6719 components: - - pos: 26.5,7.5 + - type: Transform + pos: 26.5,7.5 parent: 34 - type: Transform - uid: 6720 components: - - pos: 25.5,7.5 + - type: Transform + pos: 25.5,7.5 parent: 34 - type: Transform - uid: 6721 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 34 - type: Transform - uid: 6722 components: - - pos: 23.5,7.5 + - type: Transform + pos: 23.5,7.5 parent: 34 - type: Transform - uid: 6723 components: - - pos: 22.5,7.5 + - type: Transform + pos: 22.5,7.5 parent: 34 - type: Transform - uid: 6724 components: - - pos: 21.5,7.5 + - type: Transform + pos: 21.5,7.5 parent: 34 - type: Transform - uid: 6725 components: - - pos: 22.5,6.5 + - type: Transform + pos: 22.5,6.5 parent: 34 - type: Transform - uid: 6726 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 34 - type: Transform - uid: 6727 components: - - pos: 22.5,4.5 + - type: Transform + pos: 22.5,4.5 parent: 34 - type: Transform - uid: 6728 components: - - pos: 23.5,4.5 + - type: Transform + pos: 23.5,4.5 parent: 34 - type: Transform - uid: 6729 components: - - pos: 24.5,4.5 + - type: Transform + pos: 24.5,4.5 parent: 34 - type: Transform - uid: 6731 components: - - pos: 27.5,-40.5 + - type: Transform + pos: 27.5,-40.5 parent: 34 - type: Transform - uid: 6732 components: - - pos: 26.5,-40.5 + - type: Transform + pos: 26.5,-40.5 parent: 34 - type: Transform - uid: 6733 components: - - pos: 25.5,-40.5 + - type: Transform + pos: 25.5,-40.5 parent: 34 - type: Transform - uid: 6734 components: - - pos: 25.5,-41.5 + - type: Transform + pos: 25.5,-41.5 parent: 34 - type: Transform - uid: 6735 components: - - pos: 24.5,-41.5 + - type: Transform + pos: 24.5,-41.5 parent: 34 - type: Transform - uid: 6736 components: - - pos: 23.5,-41.5 + - type: Transform + pos: 23.5,-41.5 parent: 34 - type: Transform - uid: 6737 components: - - pos: 22.5,-41.5 + - type: Transform + pos: 22.5,-41.5 parent: 34 - type: Transform - uid: 6738 components: - - pos: 21.5,-41.5 + - type: Transform + pos: 21.5,-41.5 parent: 34 - type: Transform - uid: 6739 components: - - pos: 20.5,-41.5 + - type: Transform + pos: 20.5,-41.5 parent: 34 - type: Transform - uid: 6740 components: - - pos: 19.5,-41.5 + - type: Transform + pos: 19.5,-41.5 parent: 34 - type: Transform - uid: 6741 components: - - pos: 18.5,-41.5 + - type: Transform + pos: 18.5,-41.5 parent: 34 - type: Transform - uid: 6742 components: - - pos: 17.5,-41.5 + - type: Transform + pos: 17.5,-41.5 parent: 34 - type: Transform - uid: 6743 components: - - pos: 16.5,-41.5 + - type: Transform + pos: 16.5,-41.5 parent: 34 - type: Transform - uid: 6744 components: - - pos: 15.5,-41.5 + - type: Transform + pos: 15.5,-41.5 parent: 34 - type: Transform - uid: 6745 components: - - pos: 14.5,-41.5 + - type: Transform + pos: 14.5,-41.5 parent: 34 - type: Transform - uid: 6746 components: - - pos: 13.5,-41.5 + - type: Transform + pos: 13.5,-41.5 parent: 34 - type: Transform - uid: 6750 components: - - pos: 12.5,-44.5 + - type: Transform + pos: 12.5,-44.5 parent: 34 - type: Transform - uid: 6751 components: - - pos: 11.5,-44.5 + - type: Transform + pos: 11.5,-44.5 parent: 34 - type: Transform - uid: 6752 components: - - pos: 11.5,-45.5 + - type: Transform + pos: 11.5,-45.5 parent: 34 - type: Transform - uid: 6753 components: - - pos: 10.5,-45.5 + - type: Transform + pos: 10.5,-45.5 parent: 34 - type: Transform - uid: 6754 components: - - pos: 9.5,-45.5 + - type: Transform + pos: 9.5,-45.5 parent: 34 - type: Transform - uid: 6755 components: - - pos: 8.5,-45.5 + - type: Transform + pos: 8.5,-45.5 parent: 34 - type: Transform - uid: 6756 components: - - pos: 7.5,-45.5 + - type: Transform + pos: 7.5,-45.5 parent: 34 - type: Transform - uid: 6757 components: - - pos: 6.5,-45.5 + - type: Transform + pos: 6.5,-45.5 parent: 34 - type: Transform - uid: 6758 components: - - pos: 5.5,-45.5 + - type: Transform + pos: 5.5,-45.5 parent: 34 - type: Transform - uid: 6759 components: - - pos: 4.5,-45.5 + - type: Transform + pos: 4.5,-45.5 parent: 34 - type: Transform - uid: 6760 components: - - pos: 3.5,-45.5 + - type: Transform + pos: 3.5,-45.5 parent: 34 - type: Transform - uid: 6761 components: - - pos: 2.5,-45.5 + - type: Transform + pos: 2.5,-45.5 parent: 34 - type: Transform - uid: 6762 components: - - pos: 1.5,-45.5 + - type: Transform + pos: 1.5,-45.5 parent: 34 - type: Transform - uid: 6763 components: - - pos: 0.5,-45.5 + - type: Transform + pos: 0.5,-45.5 parent: 34 - type: Transform - uid: 6764 components: - - pos: -0.5,-45.5 + - type: Transform + pos: -0.5,-45.5 parent: 34 - type: Transform - uid: 6765 components: - - pos: -1.5,-45.5 + - type: Transform + pos: -1.5,-45.5 parent: 34 - type: Transform - uid: 6766 components: - - pos: -2.5,-45.5 + - type: Transform + pos: -2.5,-45.5 parent: 34 - type: Transform - uid: 6767 components: - - pos: -3.5,-45.5 + - type: Transform + pos: -3.5,-45.5 parent: 34 - type: Transform - uid: 6768 components: - - pos: -3.5,-44.5 + - type: Transform + pos: -3.5,-44.5 parent: 34 - type: Transform - uid: 6769 components: - - pos: -4.5,-44.5 + - type: Transform + pos: -4.5,-44.5 parent: 34 - type: Transform - uid: 6770 components: - - pos: -4.5,-43.5 + - type: Transform + pos: -4.5,-43.5 parent: 34 - type: Transform - uid: 6771 components: - - pos: -4.5,-42.5 + - type: Transform + pos: -4.5,-42.5 parent: 34 - type: Transform - uid: 6772 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 34 - type: Transform - uid: 6773 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 34 - type: Transform - uid: 6774 components: - - pos: -4.5,-39.5 + - type: Transform + pos: -4.5,-39.5 parent: 34 - type: Transform - uid: 6775 components: - - pos: -4.5,-38.5 + - type: Transform + pos: -4.5,-38.5 parent: 34 - type: Transform - uid: 6776 components: - - pos: -4.5,-37.5 + - type: Transform + pos: -4.5,-37.5 parent: 34 - type: Transform - uid: 6777 components: - - pos: -4.5,-36.5 + - type: Transform + pos: -4.5,-36.5 parent: 34 - type: Transform - uid: 6778 components: - - pos: -4.5,-35.5 + - type: Transform + pos: -4.5,-35.5 parent: 34 - type: Transform - uid: 6779 components: - - pos: -4.5,-34.5 + - type: Transform + pos: -4.5,-34.5 parent: 34 - type: Transform - uid: 6780 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 34 - type: Transform - uid: 6781 components: - - pos: -4.5,-32.5 + - type: Transform + pos: -4.5,-32.5 parent: 34 - type: Transform - uid: 6782 components: - - pos: -4.5,-31.5 + - type: Transform + pos: -4.5,-31.5 parent: 34 - type: Transform - uid: 6783 components: - - pos: -4.5,-30.5 + - type: Transform + pos: -4.5,-30.5 parent: 34 - type: Transform - uid: 6784 components: - - pos: -4.5,-29.5 + - type: Transform + pos: -4.5,-29.5 parent: 34 - type: Transform - uid: 6785 components: - - pos: -4.5,-28.5 + - type: Transform + pos: -4.5,-28.5 parent: 34 - type: Transform - uid: 6786 components: - - pos: -4.5,-27.5 + - type: Transform + pos: -4.5,-27.5 parent: 34 - type: Transform - uid: 6787 components: - - pos: -4.5,-26.5 + - type: Transform + pos: -4.5,-26.5 parent: 34 - type: Transform - uid: 6788 components: - - pos: -4.5,-25.5 + - type: Transform + pos: -4.5,-25.5 parent: 34 - type: Transform - uid: 6789 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 34 - type: Transform - uid: 6790 components: - - pos: -4.5,-23.5 + - type: Transform + pos: -4.5,-23.5 parent: 34 - type: Transform - uid: 6791 components: - - pos: -4.5,-22.5 + - type: Transform + pos: -4.5,-22.5 parent: 34 - type: Transform - uid: 6799 components: - - pos: -20.5,-22.5 + - type: Transform + pos: -20.5,-22.5 parent: 34 - type: Transform - uid: 6800 components: - - pos: -19.5,-22.5 + - type: Transform + pos: -19.5,-22.5 parent: 34 - type: Transform - uid: 6801 components: - - pos: -18.5,-22.5 + - type: Transform + pos: -18.5,-22.5 parent: 34 - type: Transform - uid: 6802 components: - - pos: -17.5,-22.5 + - type: Transform + pos: -17.5,-22.5 parent: 34 - type: Transform - uid: 6803 components: - - pos: -16.5,-22.5 + - type: Transform + pos: -16.5,-22.5 parent: 34 - type: Transform - uid: 6804 components: - - pos: -15.5,-22.5 + - type: Transform + pos: -15.5,-22.5 parent: 34 - type: Transform - uid: 6805 components: - - pos: -14.5,-22.5 + - type: Transform + pos: -14.5,-22.5 parent: 34 - type: Transform - uid: 6806 components: - - pos: -13.5,-22.5 + - type: Transform + pos: -13.5,-22.5 parent: 34 - type: Transform - uid: 6807 components: - - pos: -12.5,-22.5 + - type: Transform + pos: -12.5,-22.5 parent: 34 - type: Transform - uid: 6808 components: - - pos: -11.5,-22.5 + - type: Transform + pos: -11.5,-22.5 parent: 34 - type: Transform - uid: 6809 components: - - pos: -10.5,-22.5 + - type: Transform + pos: -10.5,-22.5 parent: 34 - type: Transform - uid: 6810 components: - - pos: -9.5,-22.5 + - type: Transform + pos: -9.5,-22.5 parent: 34 - type: Transform - uid: 6811 components: - - pos: -8.5,-22.5 + - type: Transform + pos: -8.5,-22.5 parent: 34 - type: Transform - uid: 6812 components: - - pos: -7.5,-22.5 + - type: Transform + pos: -7.5,-22.5 parent: 34 - type: Transform - uid: 6813 components: - - pos: -6.5,-22.5 + - type: Transform + pos: -6.5,-22.5 parent: 34 - type: Transform - uid: 6814 components: - - pos: -5.5,-22.5 + - type: Transform + pos: -5.5,-22.5 parent: 34 - type: Transform - uid: 6815 components: - - pos: -54.5,-3.5 + - type: Transform + pos: -54.5,-3.5 parent: 34 - type: Transform - uid: 6816 components: - - pos: -54.5,-2.5 + - type: Transform + pos: -54.5,-2.5 parent: 34 - type: Transform - uid: 6817 components: - - pos: -54.5,-1.5 + - type: Transform + pos: -54.5,-1.5 parent: 34 - type: Transform - uid: 6818 components: - - pos: -54.5,-0.5 + - type: Transform + pos: -54.5,-0.5 parent: 34 - type: Transform - uid: 6819 components: - - pos: -54.5,0.5 + - type: Transform + pos: -54.5,0.5 parent: 34 - type: Transform - uid: 6820 components: - - pos: -54.5,1.5 + - type: Transform + pos: -54.5,1.5 parent: 34 - type: Transform - uid: 6821 components: - - pos: -54.5,2.5 + - type: Transform + pos: -54.5,2.5 parent: 34 - type: Transform - uid: 6822 components: - - pos: -54.5,3.5 + - type: Transform + pos: -54.5,3.5 parent: 34 - type: Transform - uid: 6823 components: - - pos: -54.5,4.5 + - type: Transform + pos: -54.5,4.5 parent: 34 - type: Transform - uid: 6824 components: - - pos: -53.5,4.5 + - type: Transform + pos: -53.5,4.5 parent: 34 - type: Transform - uid: 6825 components: - - pos: -52.5,4.5 + - type: Transform + pos: -52.5,4.5 parent: 34 - type: Transform - uid: 6826 components: - - pos: -51.5,4.5 + - type: Transform + pos: -51.5,4.5 parent: 34 - type: Transform - uid: 6827 components: - - pos: -50.5,4.5 + - type: Transform + pos: -50.5,4.5 parent: 34 - type: Transform - uid: 6828 components: - - pos: -49.5,4.5 + - type: Transform + pos: -49.5,4.5 parent: 34 - type: Transform - uid: 6829 components: - - pos: -48.5,4.5 + - type: Transform + pos: -48.5,4.5 parent: 34 - type: Transform - uid: 6830 components: - - pos: -47.5,4.5 + - type: Transform + pos: -47.5,4.5 parent: 34 - type: Transform - uid: 6831 components: - - pos: -46.5,4.5 + - type: Transform + pos: -46.5,4.5 parent: 34 - type: Transform - uid: 6832 components: - - pos: -45.5,4.5 + - type: Transform + pos: -45.5,4.5 parent: 34 - type: Transform - uid: 6833 components: - - pos: -44.5,4.5 + - type: Transform + pos: -44.5,4.5 parent: 34 - type: Transform - uid: 6834 components: - - pos: -43.5,4.5 + - type: Transform + pos: -43.5,4.5 parent: 34 - type: Transform - uid: 6835 components: - - pos: -42.5,4.5 + - type: Transform + pos: -42.5,4.5 parent: 34 - type: Transform - uid: 6836 components: - - pos: -41.5,4.5 + - type: Transform + pos: -41.5,4.5 parent: 34 - type: Transform - uid: 6837 components: - - pos: -41.5,3.5 + - type: Transform + pos: -41.5,3.5 parent: 34 - type: Transform - uid: 6838 components: - - pos: -41.5,2.5 + - type: Transform + pos: -41.5,2.5 parent: 34 - type: Transform - uid: 6839 components: - - pos: -41.5,1.5 + - type: Transform + pos: -41.5,1.5 parent: 34 - type: Transform - uid: 6840 components: - - pos: -41.5,0.5 + - type: Transform + pos: -41.5,0.5 parent: 34 - type: Transform - uid: 6841 components: - - pos: -41.5,-0.5 + - type: Transform + pos: -41.5,-0.5 parent: 34 - type: Transform - uid: 6842 components: - - pos: -40.5,-0.5 + - type: Transform + pos: -40.5,-0.5 parent: 34 - type: Transform - uid: 6843 components: - - pos: -39.5,-0.5 + - type: Transform + pos: -39.5,-0.5 parent: 34 - type: Transform - uid: 6844 components: - - pos: -38.5,-0.5 + - type: Transform + pos: -38.5,-0.5 parent: 34 - type: Transform - uid: 6845 components: - - pos: -37.5,-0.5 + - type: Transform + pos: -37.5,-0.5 parent: 34 - type: Transform - uid: 6846 components: - - pos: -36.5,-0.5 + - type: Transform + pos: -36.5,-0.5 parent: 34 - type: Transform - uid: 6847 components: - - pos: -35.5,-0.5 + - type: Transform + pos: -35.5,-0.5 parent: 34 - type: Transform - uid: 6848 components: - - pos: -34.5,-0.5 + - type: Transform + pos: -34.5,-0.5 parent: 34 - type: Transform - uid: 6849 components: - - pos: -33.5,-0.5 + - type: Transform + pos: -33.5,-0.5 parent: 34 - type: Transform - uid: 6850 components: - - pos: -32.5,-0.5 + - type: Transform + pos: -32.5,-0.5 parent: 34 - type: Transform - uid: 6851 components: - - pos: -31.5,-0.5 + - type: Transform + pos: -31.5,-0.5 parent: 34 - type: Transform - uid: 6852 components: - - pos: -30.5,-0.5 + - type: Transform + pos: -30.5,-0.5 parent: 34 - type: Transform - uid: 6853 components: - - pos: -29.5,-0.5 + - type: Transform + pos: -29.5,-0.5 parent: 34 - type: Transform - uid: 6854 components: - - pos: -28.5,-0.5 + - type: Transform + pos: -28.5,-0.5 parent: 34 - type: Transform - uid: 6855 components: - - pos: -27.5,-0.5 + - type: Transform + pos: -27.5,-0.5 parent: 34 - type: Transform - uid: 6856 components: - - pos: -26.5,-0.5 + - type: Transform + pos: -26.5,-0.5 parent: 34 - type: Transform - uid: 6857 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 34 - type: Transform - uid: 6858 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 34 - type: Transform - uid: 6859 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 34 - type: Transform - uid: 6860 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 34 - type: Transform - uid: 6861 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 34 - type: Transform - uid: 6862 components: - - pos: -15.5,-0.5 + - type: Transform + pos: -15.5,-0.5 parent: 34 - type: Transform - uid: 6863 components: - - pos: -16.5,-0.5 + - type: Transform + pos: -16.5,-0.5 parent: 34 - type: Transform - uid: 6864 components: - - pos: -17.5,-0.5 + - type: Transform + pos: -17.5,-0.5 parent: 34 - type: Transform - uid: 6865 components: - - pos: -18.5,-0.5 + - type: Transform + pos: -18.5,-0.5 parent: 34 - type: Transform - uid: 6866 components: - - pos: -19.5,-0.5 + - type: Transform + pos: -19.5,-0.5 parent: 34 - type: Transform - uid: 6867 components: - - pos: -20.5,-0.5 + - type: Transform + pos: -20.5,-0.5 parent: 34 - type: Transform - uid: 6868 components: - - pos: -21.5,-0.5 + - type: Transform + pos: -21.5,-0.5 parent: 34 - type: Transform - uid: 6953 components: - - pos: 34.5,-3.5 + - type: Transform + pos: 34.5,-3.5 parent: 34 - type: Transform - uid: 7023 components: - - pos: 36.5,-13.5 + - type: Transform + pos: 36.5,-13.5 parent: 34 - type: Transform - uid: 7704 components: - - pos: 17.5,-44.5 + - type: Transform + pos: 17.5,-44.5 parent: 34 - type: Transform - uid: 7721 components: - - pos: 18.5,-44.5 + - type: Transform + pos: 18.5,-44.5 parent: 34 - type: Transform - uid: 7870 components: - - pos: 16.5,-44.5 + - type: Transform + pos: 16.5,-44.5 parent: 34 - type: Transform - uid: 8361 components: - - pos: -28.5,-31.5 + - type: Transform + pos: -28.5,-31.5 parent: 34 - type: Transform - uid: 8906 components: - - pos: 36.5,-18.5 + - type: Transform + pos: 36.5,-18.5 parent: 34 - type: Transform - uid: 9109 components: - - pos: 36.5,-3.5 + - type: Transform + pos: 36.5,-3.5 parent: 34 - type: Transform - uid: 9110 components: - - pos: 36.5,-15.5 + - type: Transform + pos: 36.5,-15.5 parent: 34 - type: Transform - uid: 10022 components: - - pos: 36.5,-10.5 + - type: Transform + pos: 36.5,-10.5 parent: 34 - type: Transform - uid: 10361 components: - - pos: -27.5,8.5 + - type: Transform + pos: -27.5,8.5 parent: 34 - type: Transform - uid: 10500 components: - - pos: -51.5,-21.5 + - type: Transform + pos: -51.5,-21.5 parent: 34 - type: Transform - uid: 10787 components: - - pos: -30.5,10.5 + - type: Transform + pos: -30.5,10.5 parent: 34 - type: Transform - uid: 10823 components: - - pos: -29.5,8.5 + - type: Transform + pos: -29.5,8.5 parent: 34 - type: Transform - uid: 10833 components: - - pos: -30.5,8.5 + - type: Transform + pos: -30.5,8.5 parent: 34 - type: Transform - uid: 10864 components: - - pos: -28.5,8.5 + - type: Transform + pos: -28.5,8.5 parent: 34 - type: Transform - uid: 10896 components: - - pos: -30.5,9.5 + - type: Transform + pos: -30.5,9.5 parent: 34 - type: Transform - uid: 11025 components: - - pos: -29.5,-30.5 + - type: Transform + pos: -29.5,-30.5 parent: 34 - type: Transform - uid: 11026 components: - - pos: -29.5,-31.5 + - type: Transform + pos: -29.5,-31.5 parent: 34 - type: Transform - uid: 11029 components: - - pos: -50.5,-30.5 + - type: Transform + pos: -50.5,-30.5 parent: 34 - type: Transform - uid: 11030 components: - - pos: -50.5,-31.5 + - type: Transform + pos: -50.5,-31.5 parent: 34 - type: Transform - uid: 11058 components: - - pos: 36.5,-3.5 + - type: Transform + pos: 36.5,-3.5 parent: 34 - type: Transform - uid: 11059 components: - - pos: 36.5,-12.5 + - type: Transform + pos: 36.5,-12.5 parent: 34 - type: Transform - uid: 11226 components: - - pos: 13.5,-44.5 + - type: Transform + pos: 13.5,-44.5 parent: 34 - type: Transform - uid: 11227 components: - - pos: 13.5,-43.5 + - type: Transform + pos: 13.5,-43.5 parent: 34 - type: Transform - uid: 11228 components: - - pos: 13.5,-42.5 + - type: Transform + pos: 13.5,-42.5 parent: 34 - type: Transform - uid: 11489 components: - - pos: -52.5,-21.5 + - type: Transform + pos: -52.5,-21.5 parent: 34 - type: Transform - uid: 11515 components: - - pos: -50.5,-32.5 + - type: Transform + pos: -50.5,-32.5 parent: 34 - type: Transform - uid: 11516 components: - - pos: -50.5,-33.5 + - type: Transform + pos: -50.5,-33.5 parent: 34 - type: Transform - uid: 11614 components: - - pos: 52.5,-22.5 + - type: Transform + pos: 52.5,-22.5 parent: 34 - type: Transform - uid: 11685 components: - - pos: -49.5,-33.5 + - type: Transform + pos: -49.5,-33.5 parent: 34 - type: Transform - uid: 11846 components: - - pos: -28.5,-32.5 + - type: Transform + pos: -28.5,-32.5 parent: 34 - type: Transform - uid: 12456 components: - - pos: 36.5,-9.5 + - type: Transform + pos: 36.5,-9.5 parent: 34 - type: Transform - uid: 12457 components: - - pos: 36.5,-11.5 + - type: Transform + pos: 36.5,-11.5 parent: 34 - type: Transform - uid: 12710 components: - - pos: -55.5,-28.5 + - type: Transform + pos: -55.5,-28.5 parent: 34 - type: Transform - uid: 12711 components: - - pos: -55.5,-29.5 + - type: Transform + pos: -55.5,-29.5 parent: 34 - type: Transform - uid: 12712 components: - - pos: -55.5,-30.5 + - type: Transform + pos: -55.5,-30.5 parent: 34 - type: Transform - uid: 12713 components: - - pos: -54.5,-29.5 + - type: Transform + pos: -54.5,-29.5 parent: 34 - type: Transform - uid: 12714 components: - - pos: -53.5,-29.5 + - type: Transform + pos: -53.5,-29.5 parent: 34 - type: Transform - uid: 12715 components: - - pos: -52.5,-29.5 + - type: Transform + pos: -52.5,-29.5 parent: 34 - type: Transform - uid: 12722 components: - - pos: -48.5,-33.5 + - type: Transform + pos: -48.5,-33.5 parent: 34 - type: Transform - uid: 12723 components: - - pos: -47.5,-33.5 + - type: Transform + pos: -47.5,-33.5 parent: 34 - type: Transform - uid: 12724 components: - - pos: -46.5,-33.5 + - type: Transform + pos: -46.5,-33.5 parent: 34 - type: Transform - uid: 12725 components: - - pos: -45.5,-33.5 + - type: Transform + pos: -45.5,-33.5 parent: 34 - type: Transform - uid: 12726 components: - - pos: -44.5,-33.5 + - type: Transform + pos: -44.5,-33.5 parent: 34 - type: Transform - uid: 12727 components: - - pos: -43.5,-33.5 + - type: Transform + pos: -43.5,-33.5 parent: 34 - type: Transform - uid: 12728 components: - - pos: -42.5,-33.5 + - type: Transform + pos: -42.5,-33.5 parent: 34 - type: Transform - uid: 12729 components: - - pos: -41.5,-33.5 + - type: Transform + pos: -41.5,-33.5 parent: 34 - type: Transform - uid: 12730 components: - - pos: -40.5,-33.5 + - type: Transform + pos: -40.5,-33.5 parent: 34 - type: Transform - uid: 12731 components: - - pos: -39.5,-33.5 + - type: Transform + pos: -39.5,-33.5 parent: 34 - type: Transform - uid: 12732 components: - - pos: -38.5,-33.5 + - type: Transform + pos: -38.5,-33.5 parent: 34 - type: Transform - uid: 12733 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 34 - type: Transform - uid: 12734 components: - - pos: -37.5,-33.5 + - type: Transform + pos: -37.5,-33.5 parent: 34 - type: Transform - uid: 12735 components: - - pos: -35.5,-33.5 + - type: Transform + pos: -35.5,-33.5 parent: 34 - type: Transform - uid: 12736 components: - - pos: -35.5,-32.5 + - type: Transform + pos: -35.5,-32.5 parent: 34 - type: Transform - uid: 12737 components: - - pos: -35.5,-30.5 + - type: Transform + pos: -35.5,-30.5 parent: 34 - type: Transform - proto: CableHVStack entities: - uid: 5064 components: - - pos: -22.20807,5.741437 + - type: Transform + pos: -22.20807,5.741437 parent: 34 - type: Transform - uid: 5425 components: - - pos: 28.408974,-43.600185 + - type: Transform + pos: 28.408974,-43.600185 parent: 34 - type: Transform - proto: CableMV entities: - uid: 432 components: - - pos: 5.5,-17.5 + - type: Transform + pos: 5.5,-17.5 parent: 34 - type: Transform - uid: 433 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 34 - type: Transform - uid: 616 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 34 - type: Transform - uid: 709 components: - - pos: -9.5,-31.5 + - type: Transform + pos: -9.5,-31.5 parent: 34 - type: Transform - uid: 893 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 34 - type: Transform - uid: 900 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 34 - type: Transform - uid: 903 components: - - pos: -5.5,-44.5 + - type: Transform + pos: -5.5,-44.5 parent: 34 - type: Transform - uid: 1007 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 34 - type: Transform - uid: 1008 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 34 - type: Transform - uid: 1009 components: - - pos: 9.5,-15.5 + - type: Transform + pos: 9.5,-15.5 parent: 34 - type: Transform - uid: 1019 components: - - pos: -8.5,-31.5 + - type: Transform + pos: -8.5,-31.5 parent: 34 - type: Transform - uid: 1024 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 34 - type: Transform - uid: 1149 components: - - pos: 41.5,-3.5 + - type: Transform + pos: 41.5,-3.5 parent: 34 - type: Transform - uid: 1152 components: - - pos: 41.5,-2.5 + - type: Transform + pos: 41.5,-2.5 parent: 34 - type: Transform - uid: 1286 components: - - pos: -20.5,-29.5 + - type: Transform + pos: -20.5,-29.5 parent: 34 - type: Transform - uid: 1289 components: - - pos: 6.5,-36.5 + - type: Transform + pos: 6.5,-36.5 parent: 34 - type: Transform - uid: 1332 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 34 - type: Transform - uid: 1391 components: - - pos: -20.5,-31.5 + - type: Transform + pos: -20.5,-31.5 parent: 34 - type: Transform - uid: 1604 components: - - pos: -21.5,-32.5 + - type: Transform + pos: -21.5,-32.5 parent: 34 - type: Transform - uid: 1848 components: - - pos: -35.5,-33.5 + - type: Transform + pos: -35.5,-33.5 parent: 34 - type: Transform - uid: 1849 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 34 - type: Transform - uid: 1850 components: - - pos: -37.5,-33.5 + - type: Transform + pos: -37.5,-33.5 parent: 34 - type: Transform - uid: 1851 components: - - pos: -38.5,-33.5 + - type: Transform + pos: -38.5,-33.5 parent: 34 - type: Transform - uid: 1852 components: - - pos: -39.5,-33.5 + - type: Transform + pos: -39.5,-33.5 parent: 34 - type: Transform - uid: 1853 components: - - pos: -39.5,-32.5 + - type: Transform + pos: -39.5,-32.5 parent: 34 - type: Transform - uid: 1854 components: - - pos: -40.5,-32.5 + - type: Transform + pos: -40.5,-32.5 parent: 34 - type: Transform - uid: 1855 components: - - pos: -41.5,-32.5 + - type: Transform + pos: -41.5,-32.5 parent: 34 - type: Transform - uid: 2362 components: - - pos: -35.5,-32.5 + - type: Transform + pos: -35.5,-32.5 parent: 34 - type: Transform - uid: 2363 components: - - pos: -35.5,-31.5 + - type: Transform + pos: -35.5,-31.5 parent: 34 - type: Transform - uid: 2364 components: - - pos: -35.5,-30.5 + - type: Transform + pos: -35.5,-30.5 parent: 34 - type: Transform - uid: 2365 components: - - pos: -35.5,-29.5 + - type: Transform + pos: -35.5,-29.5 parent: 34 - type: Transform - uid: 2366 components: - - pos: -35.5,-28.5 + - type: Transform + pos: -35.5,-28.5 parent: 34 - type: Transform - uid: 2367 components: - - pos: -35.5,-27.5 + - type: Transform + pos: -35.5,-27.5 parent: 34 - type: Transform - uid: 2368 components: - - pos: -35.5,-26.5 + - type: Transform + pos: -35.5,-26.5 parent: 34 - type: Transform - uid: 2369 components: - - pos: -36.5,-26.5 + - type: Transform + pos: -36.5,-26.5 parent: 34 - type: Transform - uid: 2571 components: - - pos: -17.5,-27.5 + - type: Transform + pos: -17.5,-27.5 parent: 34 - type: Transform - uid: 2618 components: - - pos: -17.5,-26.5 + - type: Transform + pos: -17.5,-26.5 parent: 34 - type: Transform - uid: 2621 components: - - pos: -49.5,-26.5 + - type: Transform + pos: -49.5,-26.5 parent: 34 - type: Transform - uid: 2622 components: - - pos: -48.5,-25.5 + - type: Transform + pos: -48.5,-25.5 parent: 34 - type: Transform - uid: 2812 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 34 - type: Transform - uid: 2813 components: - - pos: -17.5,-14.5 + - type: Transform + pos: -17.5,-14.5 parent: 34 - type: Transform - uid: 2820 components: - - pos: -17.5,-13.5 + - type: Transform + pos: -17.5,-13.5 parent: 34 - type: Transform - uid: 2821 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 34 - type: Transform - uid: 2822 components: - - pos: -19.5,-13.5 + - type: Transform + pos: -19.5,-13.5 parent: 34 - type: Transform - uid: 2823 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 34 - type: Transform - uid: 2824 components: - - pos: -21.5,-13.5 + - type: Transform + pos: -21.5,-13.5 parent: 34 - type: Transform - uid: 2825 components: - - pos: -21.5,-12.5 + - type: Transform + pos: -21.5,-12.5 parent: 34 - type: Transform - uid: 2826 components: - - pos: -21.5,-11.5 + - type: Transform + pos: -21.5,-11.5 parent: 34 - type: Transform - uid: 2827 components: - - pos: -22.5,-11.5 + - type: Transform + pos: -22.5,-11.5 parent: 34 - type: Transform - uid: 2828 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 34 - type: Transform - uid: 2829 components: - - pos: -23.5,-10.5 + - type: Transform + pos: -23.5,-10.5 parent: 34 - type: Transform - uid: 2830 components: - - pos: -24.5,-10.5 + - type: Transform + pos: -24.5,-10.5 parent: 34 - type: Transform - uid: 2831 components: - - pos: -25.5,-10.5 + - type: Transform + pos: -25.5,-10.5 parent: 34 - type: Transform - uid: 2832 components: - - pos: -26.5,-10.5 + - type: Transform + pos: -26.5,-10.5 parent: 34 - type: Transform - uid: 2833 components: - - pos: -27.5,-10.5 + - type: Transform + pos: -27.5,-10.5 parent: 34 - type: Transform - uid: 2834 components: - - pos: -28.5,-10.5 + - type: Transform + pos: -28.5,-10.5 parent: 34 - type: Transform - uid: 2835 components: - - pos: -28.5,-11.5 + - type: Transform + pos: -28.5,-11.5 parent: 34 - type: Transform - uid: 2836 components: - - pos: -28.5,-12.5 + - type: Transform + pos: -28.5,-12.5 parent: 34 - type: Transform - uid: 2837 components: - - pos: -28.5,-13.5 + - type: Transform + pos: -28.5,-13.5 parent: 34 - type: Transform - uid: 2838 components: - - pos: -28.5,-14.5 + - type: Transform + pos: -28.5,-14.5 parent: 34 - type: Transform - uid: 2839 components: - - pos: -28.5,-15.5 + - type: Transform + pos: -28.5,-15.5 parent: 34 - type: Transform - uid: 2840 components: - - pos: -28.5,-16.5 + - type: Transform + pos: -28.5,-16.5 parent: 34 - type: Transform - uid: 2841 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 34 - type: Transform - uid: 2842 components: - - pos: -30.5,-16.5 + - type: Transform + pos: -30.5,-16.5 parent: 34 - type: Transform - uid: 2843 components: - - pos: -28.5,-9.5 + - type: Transform + pos: -28.5,-9.5 parent: 34 - type: Transform - uid: 2844 components: - - pos: -28.5,-8.5 + - type: Transform + pos: -28.5,-8.5 parent: 34 - type: Transform - uid: 2845 components: - - pos: -28.5,-7.5 + - type: Transform + pos: -28.5,-7.5 parent: 34 - type: Transform - uid: 2846 components: - - pos: -29.5,-7.5 + - type: Transform + pos: -29.5,-7.5 parent: 34 - type: Transform - uid: 2847 components: - - pos: -30.5,-7.5 + - type: Transform + pos: -30.5,-7.5 parent: 34 - type: Transform - uid: 2848 components: - - pos: -31.5,-7.5 + - type: Transform + pos: -31.5,-7.5 parent: 34 - type: Transform - uid: 2849 components: - - pos: -32.5,-7.5 + - type: Transform + pos: -32.5,-7.5 parent: 34 - type: Transform - uid: 2851 components: - - pos: -20.5,-11.5 + - type: Transform + pos: -20.5,-11.5 parent: 34 - type: Transform - uid: 2852 components: - - pos: -19.5,-11.5 + - type: Transform + pos: -19.5,-11.5 parent: 34 - type: Transform - uid: 2853 components: - - pos: -18.5,-11.5 + - type: Transform + pos: -18.5,-11.5 parent: 34 - type: Transform - uid: 2854 components: - - pos: -17.5,-11.5 + - type: Transform + pos: -17.5,-11.5 parent: 34 - type: Transform - uid: 2855 components: - - pos: -16.5,-11.5 + - type: Transform + pos: -16.5,-11.5 parent: 34 - type: Transform - uid: 2856 components: - - pos: -15.5,-11.5 + - type: Transform + pos: -15.5,-11.5 parent: 34 - type: Transform - uid: 2857 components: - - pos: -15.5,-10.5 + - type: Transform + pos: -15.5,-10.5 parent: 34 - type: Transform - uid: 2858 components: - - pos: -15.5,-9.5 + - type: Transform + pos: -15.5,-9.5 parent: 34 - type: Transform - uid: 2859 components: - - pos: -15.5,-8.5 + - type: Transform + pos: -15.5,-8.5 parent: 34 - type: Transform - uid: 2860 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 34 - type: Transform - uid: 2861 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 34 - type: Transform - uid: 2897 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 34 - type: Transform - uid: 2898 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 34 - type: Transform - uid: 2899 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 34 - type: Transform - uid: 2900 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 34 - type: Transform - uid: 2901 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 34 - type: Transform - uid: 2902 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 34 - type: Transform - uid: 2903 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 34 - type: Transform - uid: 2904 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 34 - type: Transform - uid: 2905 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 34 - type: Transform - uid: 2906 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 34 - type: Transform - uid: 2907 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 34 - type: Transform - uid: 2908 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 34 - type: Transform - uid: 2909 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 34 - type: Transform - uid: 2910 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 34 - type: Transform - uid: 2911 components: - - pos: 5.5,-16.5 + - type: Transform + pos: 5.5,-16.5 parent: 34 - type: Transform - uid: 2912 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 34 - type: Transform - uid: 2989 components: - - pos: -15.5,-12.5 + - type: Transform + pos: -15.5,-12.5 parent: 34 - type: Transform - uid: 2990 components: - - pos: -15.5,-13.5 + - type: Transform + pos: -15.5,-13.5 parent: 34 - type: Transform - uid: 3057 components: - - pos: 5.5,-18.5 + - type: Transform + pos: 5.5,-18.5 parent: 34 - type: Transform - uid: 3058 components: - - pos: 4.5,-18.5 + - type: Transform + pos: 4.5,-18.5 parent: 34 - type: Transform - uid: 3059 components: - - pos: 4.5,-19.5 + - type: Transform + pos: 4.5,-19.5 parent: 34 - type: Transform - uid: 3060 components: - - pos: 4.5,-20.5 + - type: Transform + pos: 4.5,-20.5 parent: 34 - type: Transform - uid: 3061 components: - - pos: 4.5,-21.5 + - type: Transform + pos: 4.5,-21.5 parent: 34 - type: Transform - uid: 3062 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 34 - type: Transform - uid: 3230 components: - - pos: -30.5,-31.5 + - type: Transform + pos: -30.5,-31.5 parent: 34 - type: Transform - uid: 3231 components: - - pos: -30.5,-32.5 + - type: Transform + pos: -30.5,-32.5 parent: 34 - type: Transform - uid: 3232 components: - - pos: -30.5,-34.5 + - type: Transform + pos: -30.5,-34.5 parent: 34 - type: Transform - uid: 3233 components: - - pos: -30.5,-33.5 + - type: Transform + pos: -30.5,-33.5 parent: 34 - type: Transform - uid: 3234 components: - - pos: -30.5,-35.5 + - type: Transform + pos: -30.5,-35.5 parent: 34 - type: Transform - uid: 3235 components: - - pos: -30.5,-36.5 + - type: Transform + pos: -30.5,-36.5 parent: 34 - type: Transform - uid: 3236 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 34 - type: Transform - uid: 3237 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 34 - type: Transform - uid: 3238 components: - - pos: -30.5,-39.5 + - type: Transform + pos: -30.5,-39.5 parent: 34 - type: Transform - uid: 3239 components: - - pos: -30.5,-40.5 + - type: Transform + pos: -30.5,-40.5 parent: 34 - type: Transform - uid: 3246 components: - - pos: 37.5,-4.5 + - type: Transform + pos: 37.5,-4.5 parent: 34 - type: Transform - uid: 3380 components: - - pos: 33.5,-14.5 + - type: Transform + pos: 33.5,-14.5 parent: 34 - type: Transform - uid: 3418 components: - - pos: -3.5,-33.5 + - type: Transform + pos: -3.5,-33.5 parent: 34 - type: Transform - uid: 3419 components: - - pos: -2.5,-33.5 + - type: Transform + pos: -2.5,-33.5 parent: 34 - type: Transform - uid: 3420 components: - - pos: -1.5,-33.5 + - type: Transform + pos: -1.5,-33.5 parent: 34 - type: Transform - uid: 3421 components: - - pos: -0.5,-33.5 + - type: Transform + pos: -0.5,-33.5 parent: 34 - type: Transform - uid: 3422 components: - - pos: 0.5,-33.5 + - type: Transform + pos: 0.5,-33.5 parent: 34 - type: Transform - uid: 3423 components: - - pos: 1.5,-33.5 + - type: Transform + pos: 1.5,-33.5 parent: 34 - type: Transform - uid: 3424 components: - - pos: 2.5,-33.5 + - type: Transform + pos: 2.5,-33.5 parent: 34 - type: Transform - uid: 3425 components: - - pos: 3.5,-33.5 + - type: Transform + pos: 3.5,-33.5 parent: 34 - type: Transform - uid: 3426 components: - - pos: 4.5,-33.5 + - type: Transform + pos: 4.5,-33.5 parent: 34 - type: Transform - uid: 3427 components: - - pos: 4.5,-32.5 + - type: Transform + pos: 4.5,-32.5 parent: 34 - type: Transform - uid: 3428 components: - - pos: 4.5,-31.5 + - type: Transform + pos: 4.5,-31.5 parent: 34 - type: Transform - uid: 3429 components: - - pos: 4.5,-30.5 + - type: Transform + pos: 4.5,-30.5 parent: 34 - type: Transform - uid: 3430 components: - - pos: 4.5,-29.5 + - type: Transform + pos: 4.5,-29.5 parent: 34 - type: Transform - uid: 3431 components: - - pos: 3.5,-29.5 + - type: Transform + pos: 3.5,-29.5 parent: 34 - type: Transform - uid: 3444 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 34 - type: Transform - uid: 3448 components: - - pos: 2.5,-29.5 + - type: Transform + pos: 2.5,-29.5 parent: 34 - type: Transform - uid: 3674 components: - - pos: -31.5,-30.5 + - type: Transform + pos: -31.5,-30.5 parent: 34 - type: Transform - uid: 3680 components: - - pos: -34.5,-30.5 + - type: Transform + pos: -34.5,-30.5 parent: 34 - type: Transform - uid: 3681 components: - - pos: -32.5,-30.5 + - type: Transform + pos: -32.5,-30.5 parent: 34 - type: Transform - uid: 3685 components: - - pos: -33.5,-30.5 + - type: Transform + pos: -33.5,-30.5 parent: 34 - type: Transform - uid: 3687 components: - - pos: -30.5,-30.5 + - type: Transform + pos: -30.5,-30.5 parent: 34 - type: Transform - uid: 3761 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 34 - type: Transform - uid: 3799 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 34 - type: Transform - uid: 3980 components: - - pos: -20.5,-39.5 + - type: Transform + pos: -20.5,-39.5 parent: 34 - type: Transform - uid: 3995 components: - - pos: 3.5,-34.5 + - type: Transform + pos: 3.5,-34.5 parent: 34 - type: Transform - uid: 4125 components: - - pos: -6.5,-44.5 + - type: Transform + pos: -6.5,-44.5 parent: 34 - type: Transform - uid: 4166 components: - - pos: 52.5,-23.5 + - type: Transform + pos: 52.5,-23.5 parent: 34 - type: Transform - uid: 4355 components: - - pos: 3.5,-35.5 + - type: Transform + pos: 3.5,-35.5 parent: 34 - type: Transform - uid: 4356 components: - - pos: 3.5,-36.5 + - type: Transform + pos: 3.5,-36.5 parent: 34 - type: Transform - uid: 4357 components: - - pos: 4.5,-36.5 + - type: Transform + pos: 4.5,-36.5 parent: 34 - type: Transform - uid: 4358 components: - - pos: 5.5,-36.5 + - type: Transform + pos: 5.5,-36.5 parent: 34 - type: Transform - uid: 4363 components: - - pos: 6.5,-37.5 + - type: Transform + pos: 6.5,-37.5 parent: 34 - type: Transform - uid: 4407 components: - - pos: 6.5,-38.5 + - type: Transform + pos: 6.5,-38.5 parent: 34 - type: Transform - uid: 4413 components: - - pos: -17.5,-24.5 + - type: Transform + pos: -17.5,-24.5 parent: 34 - type: Transform - uid: 4447 components: - - pos: -10.5,-31.5 + - type: Transform + pos: -10.5,-31.5 parent: 34 - type: Transform - uid: 4532 components: - - pos: 36.5,-18.5 + - type: Transform + pos: 36.5,-18.5 parent: 34 - type: Transform - uid: 4551 components: - - pos: 41.5,-4.5 + - type: Transform + pos: 41.5,-4.5 parent: 34 - type: Transform - uid: 4554 components: - - pos: 41.5,-5.5 + - type: Transform + pos: 41.5,-5.5 parent: 34 - type: Transform - uid: 4572 components: - - pos: -14.5,-30.5 + - type: Transform + pos: -14.5,-30.5 parent: 34 - type: Transform - uid: 4576 components: - - pos: 36.5,-17.5 + - type: Transform + pos: 36.5,-17.5 parent: 34 - type: Transform - uid: 4605 components: - - pos: -21.5,-30.5 + - type: Transform + pos: -21.5,-30.5 parent: 34 - type: Transform - uid: 4606 components: - - pos: -22.5,-29.5 + - type: Transform + pos: -22.5,-29.5 parent: 34 - type: Transform - uid: 4607 components: - - pos: -21.5,-29.5 + - type: Transform + pos: -21.5,-29.5 parent: 34 - type: Transform - uid: 4669 components: - - pos: -21.5,-34.5 + - type: Transform + pos: -21.5,-34.5 parent: 34 - type: Transform - uid: 4683 components: - - pos: -21.5,-36.5 + - type: Transform + pos: -21.5,-36.5 parent: 34 - type: Transform - uid: 4694 components: - - pos: -19.5,-39.5 + - type: Transform + pos: -19.5,-39.5 parent: 34 - type: Transform - uid: 4702 components: - - pos: -21.5,-33.5 + - type: Transform + pos: -21.5,-33.5 parent: 34 - type: Transform - uid: 4768 components: - - pos: -21.5,-37.5 + - type: Transform + pos: -21.5,-37.5 parent: 34 - type: Transform - uid: 4866 components: - - pos: 37.5,-19.5 + - type: Transform + pos: 37.5,-19.5 parent: 34 - type: Transform - uid: 4873 components: - - pos: 33.5,-15.5 + - type: Transform + pos: 33.5,-15.5 parent: 34 - type: Transform - uid: 4892 components: - - pos: -21.5,-39.5 + - type: Transform + pos: -21.5,-39.5 parent: 34 - type: Transform - uid: 5135 components: - - pos: 13.5,-41.5 + - type: Transform + pos: 13.5,-41.5 parent: 34 - type: Transform - uid: 5146 components: - - pos: 36.5,-28.5 + - type: Transform + pos: 36.5,-28.5 parent: 34 - type: Transform - uid: 5147 components: - - pos: 36.5,-29.5 + - type: Transform + pos: 36.5,-29.5 parent: 34 - type: Transform - uid: 5192 components: - - pos: 35.5,-28.5 + - type: Transform + pos: 35.5,-28.5 parent: 34 - type: Transform - uid: 5193 components: - - pos: 34.5,-28.5 + - type: Transform + pos: 34.5,-28.5 parent: 34 - type: Transform - uid: 5194 components: - - pos: 32.5,-28.5 + - type: Transform + pos: 32.5,-28.5 parent: 34 - type: Transform - uid: 5195 components: - - pos: 33.5,-28.5 + - type: Transform + pos: 33.5,-28.5 parent: 34 - type: Transform - uid: 5196 components: - - pos: 32.5,-32.5 + - type: Transform + pos: 32.5,-32.5 parent: 34 - type: Transform - uid: 5197 components: - - pos: 32.5,-29.5 + - type: Transform + pos: 32.5,-29.5 parent: 34 - type: Transform - uid: 5198 components: - - pos: 32.5,-30.5 + - type: Transform + pos: 32.5,-30.5 parent: 34 - type: Transform - uid: 5199 components: - - pos: 32.5,-31.5 + - type: Transform + pos: 32.5,-31.5 parent: 34 - type: Transform - uid: 5200 components: - - pos: 31.5,-30.5 + - type: Transform + pos: 31.5,-30.5 parent: 34 - type: Transform - uid: 5201 components: - - pos: 30.5,-30.5 + - type: Transform + pos: 30.5,-30.5 parent: 34 - type: Transform - uid: 5202 components: - - pos: 32.5,-33.5 + - type: Transform + pos: 32.5,-33.5 parent: 34 - type: Transform - uid: 5203 components: - - pos: 31.5,-33.5 + - type: Transform + pos: 31.5,-33.5 parent: 34 - type: Transform - uid: 5204 components: - - pos: 30.5,-33.5 + - type: Transform + pos: 30.5,-33.5 parent: 34 - type: Transform - uid: 5205 components: - - pos: 29.5,-33.5 + - type: Transform + pos: 29.5,-33.5 parent: 34 - type: Transform - uid: 5207 components: - - pos: 29.5,-34.5 + - type: Transform + pos: 29.5,-34.5 parent: 34 - type: Transform - uid: 5208 components: - - pos: 29.5,-35.5 + - type: Transform + pos: 29.5,-35.5 parent: 34 - type: Transform - uid: 5209 components: - - pos: 28.5,-33.5 + - type: Transform + pos: 28.5,-33.5 parent: 34 - type: Transform - uid: 5210 components: - - pos: 27.5,-33.5 + - type: Transform + pos: 27.5,-33.5 parent: 34 - type: Transform - uid: 5211 components: - - pos: 32.5,-34.5 + - type: Transform + pos: 32.5,-34.5 parent: 34 - type: Transform - uid: 5212 components: - - pos: 32.5,-35.5 + - type: Transform + pos: 32.5,-35.5 parent: 34 - type: Transform - uid: 5213 components: - - pos: 32.5,-36.5 + - type: Transform + pos: 32.5,-36.5 parent: 34 - type: Transform - uid: 5214 components: - - pos: 33.5,-36.5 + - type: Transform + pos: 33.5,-36.5 parent: 34 - type: Transform - uid: 5215 components: - - pos: 34.5,-36.5 + - type: Transform + pos: 34.5,-36.5 parent: 34 - type: Transform - uid: 5216 components: - - pos: 35.5,-36.5 + - type: Transform + pos: 35.5,-36.5 parent: 34 - type: Transform - uid: 5217 components: - - pos: 35.5,-35.5 + - type: Transform + pos: 35.5,-35.5 parent: 34 - type: Transform - uid: 5218 components: - - pos: 35.5,-34.5 + - type: Transform + pos: 35.5,-34.5 parent: 34 - type: Transform - uid: 5219 components: - - pos: 35.5,-33.5 + - type: Transform + pos: 35.5,-33.5 parent: 34 - type: Transform - uid: 5220 components: - - pos: 31.5,-28.5 + - type: Transform + pos: 31.5,-28.5 parent: 34 - type: Transform - uid: 5221 components: - - pos: 30.5,-28.5 + - type: Transform + pos: 30.5,-28.5 parent: 34 - type: Transform - uid: 5222 components: - - pos: 29.5,-28.5 + - type: Transform + pos: 29.5,-28.5 parent: 34 - type: Transform - uid: 5223 components: - - pos: 28.5,-28.5 + - type: Transform + pos: 28.5,-28.5 parent: 34 - type: Transform - uid: 5224 components: - - pos: 27.5,-28.5 + - type: Transform + pos: 27.5,-28.5 parent: 34 - type: Transform - uid: 5225 components: - - pos: 26.5,-28.5 + - type: Transform + pos: 26.5,-28.5 parent: 34 - type: Transform - uid: 5226 components: - - pos: 26.5,-29.5 + - type: Transform + pos: 26.5,-29.5 parent: 34 - type: Transform - uid: 5227 components: - - pos: 26.5,-30.5 + - type: Transform + pos: 26.5,-30.5 parent: 34 - type: Transform - uid: 5228 components: - - pos: 25.5,-30.5 + - type: Transform + pos: 25.5,-30.5 parent: 34 - type: Transform - uid: 5229 components: - - pos: 36.5,-36.5 + - type: Transform + pos: 36.5,-36.5 parent: 34 - type: Transform - uid: 5230 components: - - pos: 37.5,-36.5 + - type: Transform + pos: 37.5,-36.5 parent: 34 - type: Transform - uid: 5231 components: - - pos: 38.5,-36.5 + - type: Transform + pos: 38.5,-36.5 parent: 34 - type: Transform - uid: 5232 components: - - pos: 39.5,-36.5 + - type: Transform + pos: 39.5,-36.5 parent: 34 - type: Transform - uid: 5233 components: - - pos: 40.5,-36.5 + - type: Transform + pos: 40.5,-36.5 parent: 34 - type: Transform - uid: 5234 components: - - pos: 41.5,-36.5 + - type: Transform + pos: 41.5,-36.5 parent: 34 - type: Transform - uid: 5235 components: - - pos: 41.5,-35.5 + - type: Transform + pos: 41.5,-35.5 parent: 34 - type: Transform - uid: 5236 components: - - pos: 42.5,-35.5 + - type: Transform + pos: 42.5,-35.5 parent: 34 - type: Transform - uid: 5237 components: - - pos: 42.5,-34.5 + - type: Transform + pos: 42.5,-34.5 parent: 34 - type: Transform - uid: 5238 components: - - pos: 42.5,-33.5 + - type: Transform + pos: 42.5,-33.5 parent: 34 - type: Transform - uid: 5239 components: - - pos: 42.5,-32.5 + - type: Transform + pos: 42.5,-32.5 parent: 34 - type: Transform - uid: 5269 components: - - pos: 25.5,-32.5 + - type: Transform + pos: 25.5,-32.5 parent: 34 - type: Transform - uid: 5270 components: - - pos: 26.5,-33.5 + - type: Transform + pos: 26.5,-33.5 parent: 34 - type: Transform - uid: 5271 components: - - pos: 25.5,-33.5 + - type: Transform + pos: 25.5,-33.5 parent: 34 - type: Transform - uid: 5272 components: - - pos: 27.5,-34.5 + - type: Transform + pos: 27.5,-34.5 parent: 34 - type: Transform - uid: 5273 components: - - pos: 25.5,-34.5 + - type: Transform + pos: 25.5,-34.5 parent: 34 - type: Transform - uid: 5274 components: - - pos: 25.5,-35.5 + - type: Transform + pos: 25.5,-35.5 parent: 34 - type: Transform - uid: 5275 components: - - pos: 25.5,-36.5 + - type: Transform + pos: 25.5,-36.5 parent: 34 - type: Transform - uid: 5666 components: - - pos: -35.5,-2.5 + - type: Transform + pos: -35.5,-2.5 parent: 34 - type: Transform - uid: 5676 components: - - pos: -35.5,-1.5 + - type: Transform + pos: -35.5,-1.5 parent: 34 - type: Transform - uid: 5747 components: - - pos: -23.5,3.5 + - type: Transform + pos: -23.5,3.5 parent: 34 - type: Transform - uid: 5748 components: - - pos: -22.5,3.5 + - type: Transform + pos: -22.5,3.5 parent: 34 - type: Transform - uid: 5749 components: - - pos: -21.5,3.5 + - type: Transform + pos: -21.5,3.5 parent: 34 - type: Transform - uid: 5750 components: - - pos: -20.5,3.5 + - type: Transform + pos: -20.5,3.5 parent: 34 - type: Transform - uid: 5751 components: - - pos: -19.5,3.5 + - type: Transform + pos: -19.5,3.5 parent: 34 - type: Transform - uid: 5992 components: - - pos: -49.5,-28.5 + - type: Transform + pos: -49.5,-28.5 parent: 34 - type: Transform - uid: 6027 components: - - pos: 51.5,-23.5 + - type: Transform + pos: 51.5,-23.5 parent: 34 - type: Transform - uid: 6028 components: - - pos: 50.5,-23.5 + - type: Transform + pos: 50.5,-23.5 parent: 34 - type: Transform - uid: 6029 components: - - pos: 49.5,-23.5 + - type: Transform + pos: 49.5,-23.5 parent: 34 - type: Transform - uid: 6030 components: - - pos: 48.5,-23.5 + - type: Transform + pos: 48.5,-23.5 parent: 34 - type: Transform - uid: 6031 components: - - pos: 47.5,-23.5 + - type: Transform + pos: 47.5,-23.5 parent: 34 - type: Transform - uid: 6032 components: - - pos: 47.5,-24.5 + - type: Transform + pos: 47.5,-24.5 parent: 34 - type: Transform - uid: 6033 components: - - pos: 46.5,-24.5 + - type: Transform + pos: 46.5,-24.5 parent: 34 - type: Transform - uid: 6104 components: - - pos: -16.5,-22.5 + - type: Transform + pos: -16.5,-22.5 parent: 34 - type: Transform - uid: 6112 components: - - pos: -15.5,-22.5 + - type: Transform + pos: -15.5,-22.5 parent: 34 - type: Transform - uid: 6148 components: - - pos: -13.5,-22.5 + - type: Transform + pos: -13.5,-22.5 parent: 34 - type: Transform - uid: 6158 components: - - pos: -14.5,-22.5 + - type: Transform + pos: -14.5,-22.5 parent: 34 - type: Transform - uid: 6335 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 34 - type: Transform - uid: 6534 components: - - pos: -17.5,-23.5 + - type: Transform + pos: -17.5,-23.5 parent: 34 - type: Transform - uid: 6747 components: - - pos: -17.5,-22.5 + - type: Transform + pos: -17.5,-22.5 parent: 34 - type: Transform - uid: 6748 components: - - pos: -17.5,-25.5 + - type: Transform + pos: -17.5,-25.5 parent: 34 - type: Transform - uid: 6947 components: - - pos: 37.5,-2.5 + - type: Transform + pos: 37.5,-2.5 parent: 34 - type: Transform - uid: 6982 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 34 - type: Transform - uid: 6983 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 34 - type: Transform - uid: 6984 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 34 - type: Transform - uid: 6985 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 34 - type: Transform - uid: 6986 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 34 - type: Transform - uid: 6987 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 34 - type: Transform - uid: 6988 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 34 - type: Transform - uid: 6989 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 34 - type: Transform - uid: 6990 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 34 - type: Transform - uid: 6991 components: - - pos: 14.5,-12.5 + - type: Transform + pos: 14.5,-12.5 parent: 34 - type: Transform - uid: 6992 components: - - pos: 15.5,-12.5 + - type: Transform + pos: 15.5,-12.5 parent: 34 - type: Transform - uid: 6993 components: - - pos: 16.5,-12.5 + - type: Transform + pos: 16.5,-12.5 parent: 34 - type: Transform - uid: 6994 components: - - pos: 17.5,-12.5 + - type: Transform + pos: 17.5,-12.5 parent: 34 - type: Transform - uid: 6995 components: - - pos: 18.5,-12.5 + - type: Transform + pos: 18.5,-12.5 parent: 34 - type: Transform - uid: 6996 components: - - pos: 18.5,-11.5 + - type: Transform + pos: 18.5,-11.5 parent: 34 - type: Transform - uid: 6997 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 34 - type: Transform - uid: 6998 components: - - pos: 12.5,-14.5 + - type: Transform + pos: 12.5,-14.5 parent: 34 - type: Transform - uid: 6999 components: - - pos: 12.5,-15.5 + - type: Transform + pos: 12.5,-15.5 parent: 34 - type: Transform - uid: 7000 components: - - pos: 12.5,-16.5 + - type: Transform + pos: 12.5,-16.5 parent: 34 - type: Transform - uid: 7001 components: - - pos: 12.5,-17.5 + - type: Transform + pos: 12.5,-17.5 parent: 34 - type: Transform - uid: 7002 components: - - pos: 11.5,-17.5 + - type: Transform + pos: 11.5,-17.5 parent: 34 - type: Transform - uid: 7025 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 34 - type: Transform - uid: 7026 components: - - pos: 35.5,-16.5 + - type: Transform + pos: 35.5,-16.5 parent: 34 - type: Transform - uid: 7027 components: - - pos: 34.5,-16.5 + - type: Transform + pos: 34.5,-16.5 parent: 34 - type: Transform - uid: 7028 components: - - pos: 33.5,-16.5 + - type: Transform + pos: 33.5,-16.5 parent: 34 - type: Transform - uid: 7031 components: - - pos: 32.5,-14.5 + - type: Transform + pos: 32.5,-14.5 parent: 34 - type: Transform - uid: 7032 components: - - pos: 31.5,-14.5 + - type: Transform + pos: 31.5,-14.5 parent: 34 - type: Transform - uid: 7033 components: - - pos: 30.5,-14.5 + - type: Transform + pos: 30.5,-14.5 parent: 34 - type: Transform - uid: 7034 components: - - pos: 29.5,-14.5 + - type: Transform + pos: 29.5,-14.5 parent: 34 - type: Transform - uid: 7035 components: - - pos: 28.5,-14.5 + - type: Transform + pos: 28.5,-14.5 parent: 34 - type: Transform - uid: 7036 components: - - pos: 27.5,-14.5 + - type: Transform + pos: 27.5,-14.5 parent: 34 - type: Transform - uid: 7037 components: - - pos: 26.5,-14.5 + - type: Transform + pos: 26.5,-14.5 parent: 34 - type: Transform - uid: 7038 components: - - pos: 25.5,-14.5 + - type: Transform + pos: 25.5,-14.5 parent: 34 - type: Transform - uid: 7040 components: - - pos: 25.5,-15.5 + - type: Transform + pos: 25.5,-15.5 parent: 34 - type: Transform - uid: 7041 components: - - pos: 25.5,-16.5 + - type: Transform + pos: 25.5,-16.5 parent: 34 - type: Transform - uid: 7042 components: - - pos: 25.5,-17.5 + - type: Transform + pos: 25.5,-17.5 parent: 34 - type: Transform - uid: 7043 components: - - pos: 25.5,-18.5 + - type: Transform + pos: 25.5,-18.5 parent: 34 - type: Transform - uid: 7044 components: - - pos: 26.5,-18.5 + - type: Transform + pos: 26.5,-18.5 parent: 34 - type: Transform - uid: 7045 components: - - pos: 27.5,-18.5 + - type: Transform + pos: 27.5,-18.5 parent: 34 - type: Transform - uid: 7049 components: - - pos: 32.5,-10.5 + - type: Transform + pos: 32.5,-10.5 parent: 34 - type: Transform - uid: 7050 components: - - pos: 32.5,-9.5 + - type: Transform + pos: 32.5,-9.5 parent: 34 - type: Transform - uid: 7056 components: - - pos: 32.5,-3.5 + - type: Transform + pos: 32.5,-3.5 parent: 34 - type: Transform - uid: 7057 components: - - pos: 33.5,-3.5 + - type: Transform + pos: 33.5,-3.5 parent: 34 - type: Transform - uid: 7058 components: - - pos: 34.5,-3.5 + - type: Transform + pos: 34.5,-3.5 parent: 34 - type: Transform - uid: 7059 components: - - pos: 35.5,-3.5 + - type: Transform + pos: 35.5,-3.5 parent: 34 - type: Transform - uid: 7060 components: - - pos: 36.5,-3.5 + - type: Transform + pos: 36.5,-3.5 parent: 34 - type: Transform - uid: 7061 components: - - pos: 37.5,-3.5 + - type: Transform + pos: 37.5,-3.5 parent: 34 - type: Transform - uid: 7062 components: - - pos: 38.5,-3.5 + - type: Transform + pos: 38.5,-3.5 parent: 34 - type: Transform - uid: 7063 components: - - pos: 39.5,-3.5 + - type: Transform + pos: 39.5,-3.5 parent: 34 - type: Transform - uid: 7064 components: - - pos: 40.5,-3.5 + - type: Transform + pos: 40.5,-3.5 parent: 34 - type: Transform - uid: 7066 components: - - pos: 40.5,-1.5 + - type: Transform + pos: 40.5,-1.5 parent: 34 - type: Transform - uid: 7415 components: - - pos: -27.5,-32.5 + - type: Transform + pos: -27.5,-32.5 parent: 34 - type: Transform - uid: 7581 components: - - pos: 24.5,4.5 + - type: Transform + pos: 24.5,4.5 parent: 34 - type: Transform - uid: 7582 components: - - pos: 23.5,4.5 + - type: Transform + pos: 23.5,4.5 parent: 34 - type: Transform - uid: 7583 components: - - pos: 22.5,4.5 + - type: Transform + pos: 22.5,4.5 parent: 34 - type: Transform - uid: 7584 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 34 - type: Transform - uid: 7585 components: - - pos: 22.5,6.5 + - type: Transform + pos: 22.5,6.5 parent: 34 - type: Transform - uid: 7586 components: - - pos: 22.5,7.5 + - type: Transform + pos: 22.5,7.5 parent: 34 - type: Transform - uid: 7587 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 34 - type: Transform - uid: 7588 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 34 - type: Transform - uid: 7589 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 34 - type: Transform - uid: 7590 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 34 - type: Transform - uid: 7591 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 34 - type: Transform - uid: 7592 components: - - pos: 17.5,8.5 + - type: Transform + pos: 17.5,8.5 parent: 34 - type: Transform - uid: 7593 components: - - pos: 16.5,8.5 + - type: Transform + pos: 16.5,8.5 parent: 34 - type: Transform - uid: 7594 components: - - pos: 15.5,8.5 + - type: Transform + pos: 15.5,8.5 parent: 34 - type: Transform - uid: 7595 components: - - pos: 14.5,8.5 + - type: Transform + pos: 14.5,8.5 parent: 34 - type: Transform - uid: 7596 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 34 - type: Transform - uid: 7597 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 34 - type: Transform - uid: 7598 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 34 - type: Transform - uid: 7599 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 34 - type: Transform - uid: 7600 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 34 - type: Transform - uid: 7601 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 34 - type: Transform - uid: 7602 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 34 - type: Transform - uid: 7603 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 34 - type: Transform - uid: 7604 components: - - pos: 13.5,11.5 + - type: Transform + pos: 13.5,11.5 parent: 34 - type: Transform - uid: 7605 components: - - pos: 13.5,12.5 + - type: Transform + pos: 13.5,12.5 parent: 34 - type: Transform - uid: 7606 components: - - pos: 13.5,13.5 + - type: Transform + pos: 13.5,13.5 parent: 34 - type: Transform - uid: 7607 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 34 - type: Transform - uid: 7608 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 34 - type: Transform - uid: 7609 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 34 - type: Transform - uid: 7621 components: - - pos: 25.5,4.5 + - type: Transform + pos: 25.5,4.5 parent: 34 - type: Transform - uid: 7622 components: - - pos: 26.5,4.5 + - type: Transform + pos: 26.5,4.5 parent: 34 - type: Transform - uid: 7623 components: - - pos: 26.5,5.5 + - type: Transform + pos: 26.5,5.5 parent: 34 - type: Transform - uid: 7650 components: - - pos: 23.5,7.5 + - type: Transform + pos: 23.5,7.5 parent: 34 - type: Transform - uid: 7651 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 34 - type: Transform - uid: 7652 components: - - pos: 25.5,7.5 + - type: Transform + pos: 25.5,7.5 parent: 34 - type: Transform - uid: 7653 components: - - pos: 25.5,6.5 + - type: Transform + pos: 25.5,6.5 parent: 34 - type: Transform - uid: 7709 components: - - pos: 10.5,-44.5 + - type: Transform + pos: 10.5,-44.5 parent: 34 - type: Transform - uid: 7719 components: - - pos: 7.5,-44.5 + - type: Transform + pos: 7.5,-44.5 parent: 34 - type: Transform - uid: 7816 components: - - pos: -17.5,-28.5 + - type: Transform + pos: -17.5,-28.5 parent: 34 - type: Transform - uid: 7824 components: - - pos: -12.5,-22.5 + - type: Transform + pos: -12.5,-22.5 parent: 34 - type: Transform - uid: 7825 components: - - pos: -12.5,-23.5 + - type: Transform + pos: -12.5,-23.5 parent: 34 - type: Transform - uid: 7826 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 34 - type: Transform - uid: 7830 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 34 - type: Transform - uid: 7831 components: - - pos: -4.5,-34.5 + - type: Transform + pos: -4.5,-34.5 parent: 34 - type: Transform - uid: 7832 components: - - pos: -4.5,-35.5 + - type: Transform + pos: -4.5,-35.5 parent: 34 - type: Transform - uid: 7833 components: - - pos: -4.5,-36.5 + - type: Transform + pos: -4.5,-36.5 parent: 34 - type: Transform - uid: 7834 components: - - pos: -4.5,-37.5 + - type: Transform + pos: -4.5,-37.5 parent: 34 - type: Transform - uid: 7835 components: - - pos: -4.5,-38.5 + - type: Transform + pos: -4.5,-38.5 parent: 34 - type: Transform - uid: 7836 components: - - pos: -4.5,-39.5 + - type: Transform + pos: -4.5,-39.5 parent: 34 - type: Transform - uid: 7837 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 34 - type: Transform - uid: 7838 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 34 - type: Transform - uid: 7839 components: - - pos: -4.5,-42.5 + - type: Transform + pos: -4.5,-42.5 parent: 34 - type: Transform - uid: 7840 components: - - pos: -4.5,-43.5 + - type: Transform + pos: -4.5,-43.5 parent: 34 - type: Transform - uid: 7850 components: - - pos: -1.5,-45.5 + - type: Transform + pos: -1.5,-45.5 parent: 34 - type: Transform - uid: 7851 components: - - pos: -0.5,-45.5 + - type: Transform + pos: -0.5,-45.5 parent: 34 - type: Transform - uid: 7852 components: - - pos: 0.5,-45.5 + - type: Transform + pos: 0.5,-45.5 parent: 34 - type: Transform - uid: 7853 components: - - pos: 1.5,-45.5 + - type: Transform + pos: 1.5,-45.5 parent: 34 - type: Transform - uid: 7854 components: - - pos: 2.5,-45.5 + - type: Transform + pos: 2.5,-45.5 parent: 34 - type: Transform - uid: 7855 components: - - pos: 3.5,-45.5 + - type: Transform + pos: 3.5,-45.5 parent: 34 - type: Transform - uid: 7856 components: - - pos: 16.5,-43.5 + - type: Transform + pos: 16.5,-43.5 parent: 34 - type: Transform - uid: 7857 components: - - pos: 4.5,-44.5 + - type: Transform + pos: 4.5,-44.5 parent: 34 - type: Transform - uid: 7875 components: - - pos: 13.5,-17.5 + - type: Transform + pos: 13.5,-17.5 parent: 34 - type: Transform - uid: 7876 components: - - pos: 13.5,-18.5 + - type: Transform + pos: 13.5,-18.5 parent: 34 - type: Transform - uid: 7877 components: - - pos: 13.5,-19.5 + - type: Transform + pos: 13.5,-19.5 parent: 34 - type: Transform - uid: 7878 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 34 - type: Transform - uid: 7879 components: - - pos: 13.5,-21.5 + - type: Transform + pos: 13.5,-21.5 parent: 34 - type: Transform - uid: 7880 components: - - pos: 13.5,-22.5 + - type: Transform + pos: 13.5,-22.5 parent: 34 - type: Transform - uid: 7881 components: - - pos: 13.5,-23.5 + - type: Transform + pos: 13.5,-23.5 parent: 34 - type: Transform - uid: 7882 components: - - pos: 14.5,-23.5 + - type: Transform + pos: 14.5,-23.5 parent: 34 - type: Transform - uid: 7883 components: - - pos: 15.5,-23.5 + - type: Transform + pos: 15.5,-23.5 parent: 34 - type: Transform - uid: 7884 components: - - pos: 16.5,-23.5 + - type: Transform + pos: 16.5,-23.5 parent: 34 - type: Transform - uid: 7885 components: - - pos: 17.5,-23.5 + - type: Transform + pos: 17.5,-23.5 parent: 34 - type: Transform - uid: 7886 components: - - pos: 18.5,-23.5 + - type: Transform + pos: 18.5,-23.5 parent: 34 - type: Transform - uid: 7887 components: - - pos: 19.5,-23.5 + - type: Transform + pos: 19.5,-23.5 parent: 34 - type: Transform - uid: 7888 components: - - pos: 19.5,-22.5 + - type: Transform + pos: 19.5,-22.5 parent: 34 - type: Transform - uid: 7889 components: - - pos: 19.5,-21.5 + - type: Transform + pos: 19.5,-21.5 parent: 34 - type: Transform - uid: 7890 components: - - pos: 11.5,-30.5 + - type: Transform + pos: 11.5,-30.5 parent: 34 - type: Transform - uid: 7891 components: - - pos: 12.5,-30.5 + - type: Transform + pos: 12.5,-30.5 parent: 34 - type: Transform - uid: 7892 components: - - pos: 13.5,-30.5 + - type: Transform + pos: 13.5,-30.5 parent: 34 - type: Transform - uid: 7893 components: - - pos: 14.5,-30.5 + - type: Transform + pos: 14.5,-30.5 parent: 34 - type: Transform - uid: 7894 components: - - pos: 15.5,-30.5 + - type: Transform + pos: 15.5,-30.5 parent: 34 - type: Transform - uid: 7895 components: - - pos: 15.5,-29.5 + - type: Transform + pos: 15.5,-29.5 parent: 34 - type: Transform - uid: 7896 components: - - pos: 15.5,-28.5 + - type: Transform + pos: 15.5,-28.5 parent: 34 - type: Transform - uid: 7897 components: - - pos: 15.5,-27.5 + - type: Transform + pos: 15.5,-27.5 parent: 34 - type: Transform - uid: 7898 components: - - pos: 15.5,-26.5 + - type: Transform + pos: 15.5,-26.5 parent: 34 - type: Transform - uid: 7899 components: - - pos: 15.5,-25.5 + - type: Transform + pos: 15.5,-25.5 parent: 34 - type: Transform - uid: 7900 components: - - pos: 15.5,-24.5 + - type: Transform + pos: 15.5,-24.5 parent: 34 - type: Transform - uid: 7901 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 34 - type: Transform - uid: 7902 components: - - pos: 32.5,-20.5 + - type: Transform + pos: 32.5,-20.5 parent: 34 - type: Transform - uid: 7903 components: - - pos: 33.5,-19.5 + - type: Transform + pos: 33.5,-19.5 parent: 34 - type: Transform - uid: 7904 components: - - pos: 33.5,-18.5 + - type: Transform + pos: 33.5,-18.5 parent: 34 - type: Transform - uid: 7905 components: - - pos: 33.5,-17.5 + - type: Transform + pos: 33.5,-17.5 parent: 34 - type: Transform - uid: 7906 components: - - pos: -4.5,-44.5 + - type: Transform + pos: -4.5,-44.5 parent: 34 - type: Transform - uid: 7908 components: - - pos: -28.5,-17.5 + - type: Transform + pos: -28.5,-17.5 parent: 34 - type: Transform - uid: 7909 components: - - pos: -28.5,-18.5 + - type: Transform + pos: -28.5,-18.5 parent: 34 - type: Transform - uid: 7910 components: - - pos: -29.5,-18.5 + - type: Transform + pos: -29.5,-18.5 parent: 34 - type: Transform - uid: 7911 components: - - pos: -30.5,-18.5 + - type: Transform + pos: -30.5,-18.5 parent: 34 - type: Transform - uid: 7912 components: - - pos: -31.5,-18.5 + - type: Transform + pos: -31.5,-18.5 parent: 34 - type: Transform - uid: 7913 components: - - pos: -31.5,-19.5 + - type: Transform + pos: -31.5,-19.5 parent: 34 - type: Transform - uid: 7914 components: - - pos: -31.5,-20.5 + - type: Transform + pos: -31.5,-20.5 parent: 34 - type: Transform - uid: 7915 components: - - pos: -56.5,-3.5 + - type: Transform + pos: -56.5,-3.5 parent: 34 - type: Transform - uid: 7916 components: - - pos: -56.5,-4.5 + - type: Transform + pos: -56.5,-4.5 parent: 34 - type: Transform - uid: 7917 components: - - pos: -55.5,-4.5 + - type: Transform + pos: -55.5,-4.5 parent: 34 - type: Transform - uid: 7918 components: - - pos: -54.5,-4.5 + - type: Transform + pos: -54.5,-4.5 parent: 34 - type: Transform - uid: 7919 components: - - pos: -53.5,-4.5 + - type: Transform + pos: -53.5,-4.5 parent: 34 - type: Transform - uid: 7920 components: - - pos: -53.5,-5.5 + - type: Transform + pos: -53.5,-5.5 parent: 34 - type: Transform - uid: 7921 components: - - pos: -53.5,-6.5 + - type: Transform + pos: -53.5,-6.5 parent: 34 - type: Transform - uid: 7922 components: - - pos: -53.5,-7.5 + - type: Transform + pos: -53.5,-7.5 parent: 34 - type: Transform - uid: 7923 components: - - pos: -53.5,-8.5 + - type: Transform + pos: -53.5,-8.5 parent: 34 - type: Transform - uid: 7924 components: - - pos: -53.5,-9.5 + - type: Transform + pos: -53.5,-9.5 parent: 34 - type: Transform - uid: 7925 components: - - pos: -53.5,-10.5 + - type: Transform + pos: -53.5,-10.5 parent: 34 - type: Transform - uid: 7927 components: - - pos: -52.5,-11.5 + - type: Transform + pos: -52.5,-11.5 parent: 34 - type: Transform - uid: 7928 components: - - pos: -53.5,-3.5 + - type: Transform + pos: -53.5,-3.5 parent: 34 - type: Transform - uid: 7929 components: - - pos: -53.5,-2.5 - parent: 34 - type: Transform + - type: Transform + pos: -53.5,-2.5 + parent: 34 - uid: 7930 components: - - pos: -53.5,-1.5 + - type: Transform + pos: -53.5,-1.5 parent: 34 - type: Transform - uid: 7931 components: - - pos: -53.5,-0.5 + - type: Transform + pos: -53.5,-0.5 parent: 34 - type: Transform - uid: 7932 components: - - pos: -52.5,-0.5 + - type: Transform + pos: -52.5,-0.5 parent: 34 - type: Transform - uid: 7933 components: - - pos: -51.5,-0.5 + - type: Transform + pos: -51.5,-0.5 parent: 34 - type: Transform - uid: 7934 components: - - pos: -50.5,-0.5 + - type: Transform + pos: -50.5,-0.5 parent: 34 - type: Transform - uid: 7935 components: - - pos: -49.5,-0.5 + - type: Transform + pos: -49.5,-0.5 parent: 34 - type: Transform - uid: 7936 components: - - pos: -48.5,-0.5 + - type: Transform + pos: -48.5,-0.5 parent: 34 - type: Transform - uid: 7937 components: - - pos: -47.5,-0.5 + - type: Transform + pos: -47.5,-0.5 parent: 34 - type: Transform - uid: 7938 components: - - pos: -46.5,-0.5 + - type: Transform + pos: -46.5,-0.5 parent: 34 - type: Transform - uid: 7939 components: - - pos: -45.5,-0.5 + - type: Transform + pos: -45.5,-0.5 parent: 34 - type: Transform - uid: 7940 components: - - pos: -44.5,-0.5 + - type: Transform + pos: -44.5,-0.5 parent: 34 - type: Transform - uid: 7941 components: - - pos: -43.5,-0.5 + - type: Transform + pos: -43.5,-0.5 parent: 34 - type: Transform - uid: 7942 components: - - pos: -42.5,-0.5 + - type: Transform + pos: -42.5,-0.5 parent: 34 - type: Transform - uid: 7943 components: - - pos: -42.5,-1.5 + - type: Transform + pos: -42.5,-1.5 parent: 34 - type: Transform - uid: 7944 components: - - pos: -42.5,-2.5 + - type: Transform + pos: -42.5,-2.5 parent: 34 - type: Transform - uid: 7945 components: - - pos: -42.5,-3.5 + - type: Transform + pos: -42.5,-3.5 parent: 34 - type: Transform - uid: 7946 components: - - pos: -42.5,-4.5 + - type: Transform + pos: -42.5,-4.5 parent: 34 - type: Transform - uid: 7947 components: - - pos: -42.5,-5.5 + - type: Transform + pos: -42.5,-5.5 parent: 34 - type: Transform - uid: 7948 components: - - pos: -43.5,-5.5 + - type: Transform + pos: -43.5,-5.5 parent: 34 - type: Transform - uid: 7949 components: - - pos: -44.5,-5.5 + - type: Transform + pos: -44.5,-5.5 parent: 34 - type: Transform - uid: 7950 components: - - pos: -24.5,3.5 + - type: Transform + pos: -24.5,3.5 parent: 34 - type: Transform - uid: 7951 components: - - pos: -24.5,2.5 + - type: Transform + pos: -24.5,2.5 parent: 34 - type: Transform - uid: 7952 components: - - pos: -24.5,1.5 + - type: Transform + pos: -24.5,1.5 parent: 34 - type: Transform - uid: 7953 components: - - pos: -24.5,0.5 + - type: Transform + pos: -24.5,0.5 parent: 34 - type: Transform - uid: 7954 components: - - pos: -24.5,-0.5 + - type: Transform + pos: -24.5,-0.5 parent: 34 - type: Transform - uid: 7955 components: - - pos: -24.5,-1.5 + - type: Transform + pos: -24.5,-1.5 parent: 34 - type: Transform - uid: 7956 components: - - pos: -24.5,-2.5 + - type: Transform + pos: -24.5,-2.5 parent: 34 - type: Transform - uid: 7957 components: - - pos: -25.5,-0.5 + - type: Transform + pos: -25.5,-0.5 parent: 34 - type: Transform - uid: 7958 components: - - pos: -26.5,-0.5 + - type: Transform + pos: -26.5,-0.5 parent: 34 - type: Transform - uid: 7959 components: - - pos: -27.5,-0.5 + - type: Transform + pos: -27.5,-0.5 parent: 34 - type: Transform - uid: 7960 components: - - pos: -28.5,-0.5 + - type: Transform + pos: -28.5,-0.5 parent: 34 - type: Transform - uid: 7961 components: - - pos: -29.5,-0.5 + - type: Transform + pos: -29.5,-0.5 parent: 34 - type: Transform - uid: 7962 components: - - pos: -30.5,-0.5 + - type: Transform + pos: -30.5,-0.5 parent: 34 - type: Transform - uid: 7963 components: - - pos: -31.5,-0.5 + - type: Transform + pos: -31.5,-0.5 parent: 34 - type: Transform - uid: 7964 components: - - pos: -32.5,-0.5 + - type: Transform + pos: -32.5,-0.5 parent: 34 - type: Transform - uid: 7965 components: - - pos: -33.5,-0.5 + - type: Transform + pos: -33.5,-0.5 parent: 34 - type: Transform - uid: 7966 components: - - pos: -34.5,-0.5 + - type: Transform + pos: -34.5,-0.5 parent: 34 - type: Transform - uid: 7967 components: - - pos: -35.5,-0.5 + - type: Transform + pos: -35.5,-0.5 parent: 34 - type: Transform - uid: 7992 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 34 - type: Transform - uid: 7993 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 34 - type: Transform - uid: 7994 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 34 - type: Transform - uid: 8104 components: - - pos: -20.5,-32.5 + - type: Transform + pos: -20.5,-32.5 parent: 34 - type: Transform - uid: 8782 components: - - pos: -11.5,-30.5 + - type: Transform + pos: -11.5,-30.5 parent: 34 - type: Transform - uid: 8846 components: - - pos: -21.5,-38.5 + - type: Transform + pos: -21.5,-38.5 parent: 34 - type: Transform - uid: 8915 components: - - pos: 41.5,-1.5 + - type: Transform + pos: 41.5,-1.5 parent: 34 - type: Transform - uid: 9464 components: - - pos: -17.5,-30.5 + - type: Transform + pos: -17.5,-30.5 parent: 34 - type: Transform - uid: 9495 components: - - pos: -13.5,-30.5 + - type: Transform + pos: -13.5,-30.5 parent: 34 - type: Transform - uid: 9719 components: - - pos: -23.5,0.5 + - type: Transform + pos: -23.5,0.5 parent: 34 - type: Transform - uid: 9720 components: - - pos: -22.5,0.5 + - type: Transform + pos: -22.5,0.5 parent: 34 - type: Transform - uid: 9721 components: - - pos: -21.5,0.5 + - type: Transform + pos: -21.5,0.5 parent: 34 - type: Transform - uid: 9722 components: - - pos: -20.5,0.5 + - type: Transform + pos: -20.5,0.5 parent: 34 - type: Transform - uid: 9723 components: - - pos: -19.5,0.5 + - type: Transform + pos: -19.5,0.5 parent: 34 - type: Transform - uid: 9724 components: - - pos: -18.5,0.5 + - type: Transform + pos: -18.5,0.5 parent: 34 - type: Transform - uid: 9725 components: - - pos: -17.5,0.5 + - type: Transform + pos: -17.5,0.5 parent: 34 - type: Transform - uid: 9726 components: - - pos: -16.5,0.5 + - type: Transform + pos: -16.5,0.5 parent: 34 - type: Transform - uid: 9727 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 34 - type: Transform - uid: 9728 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 34 - type: Transform - uid: 9729 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 34 - type: Transform - uid: 9730 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 34 - type: Transform - uid: 9731 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 34 - type: Transform - uid: 9732 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 34 - type: Transform - uid: 9733 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 34 - type: Transform - uid: 9734 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 34 - type: Transform - uid: 9735 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 34 - type: Transform - uid: 9736 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 34 - type: Transform - uid: 9737 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 34 - type: Transform - uid: 9738 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 34 - type: Transform - uid: 9739 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 34 - type: Transform - uid: 9740 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 34 - type: Transform - uid: 10013 components: - - pos: -20.5,-30.5 + - type: Transform + pos: -20.5,-30.5 parent: 34 - type: Transform - uid: 10099 components: - - pos: 11.5,-44.5 + - type: Transform + pos: 11.5,-44.5 parent: 34 - type: Transform - uid: 10100 components: - - pos: 9.5,-44.5 + - type: Transform + pos: 9.5,-44.5 parent: 34 - type: Transform - uid: 10104 components: - - pos: 8.5,-44.5 + - type: Transform + pos: 8.5,-44.5 parent: 34 - type: Transform - uid: 10105 components: - - pos: 6.5,-44.5 + - type: Transform + pos: 6.5,-44.5 parent: 34 - type: Transform - uid: 10106 components: - - pos: 13.5,-44.5 + - type: Transform + pos: 13.5,-44.5 parent: 34 - type: Transform - uid: 10107 components: - - pos: 12.5,-44.5 + - type: Transform + pos: 12.5,-44.5 parent: 34 - type: Transform - uid: 10108 components: - - pos: 5.5,-44.5 + - type: Transform + pos: 5.5,-44.5 parent: 34 - type: Transform - uid: 10109 components: - - pos: 13.5,-43.5 + - type: Transform + pos: 13.5,-43.5 parent: 34 - type: Transform - uid: 10110 components: - - pos: 13.5,-42.5 + - type: Transform + pos: 13.5,-42.5 parent: 34 - type: Transform - uid: 10111 components: - - pos: 14.5,-42.5 + - type: Transform + pos: 14.5,-42.5 parent: 34 - type: Transform - uid: 10112 components: - - pos: 15.5,-42.5 + - type: Transform + pos: 15.5,-42.5 parent: 34 - type: Transform - uid: 10113 components: - - pos: 16.5,-42.5 + - type: Transform + pos: 16.5,-42.5 parent: 34 - type: Transform - uid: 10550 components: - - pos: -44.5,-24.5 + - type: Transform + pos: -44.5,-24.5 parent: 34 - type: Transform - uid: 10795 components: - - pos: 17.5,-42.5 + - type: Transform + pos: 17.5,-42.5 parent: 34 - type: Transform - uid: 10796 components: - - pos: 18.5,-42.5 + - type: Transform + pos: 18.5,-42.5 parent: 34 - type: Transform - uid: 10797 components: - - pos: 19.5,-42.5 + - type: Transform + pos: 19.5,-42.5 parent: 34 - type: Transform - uid: 10798 components: - - pos: 20.5,-42.5 + - type: Transform + pos: 20.5,-42.5 parent: 34 - type: Transform - uid: 10799 components: - - pos: 21.5,-42.5 + - type: Transform + pos: 21.5,-42.5 parent: 34 - type: Transform - uid: 10800 components: - - pos: 22.5,-42.5 + - type: Transform + pos: 22.5,-42.5 parent: 34 - type: Transform - uid: 10801 components: - - pos: 23.5,-42.5 + - type: Transform + pos: 23.5,-42.5 parent: 34 - type: Transform - uid: 10802 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 34 - type: Transform - uid: 10803 components: - - pos: 25.5,-42.5 + - type: Transform + pos: 25.5,-42.5 parent: 34 - type: Transform - uid: 10804 components: - - pos: 26.5,-42.5 + - type: Transform + pos: 26.5,-42.5 parent: 34 - type: Transform - uid: 10805 components: - - pos: 26.5,-41.5 + - type: Transform + pos: 26.5,-41.5 parent: 34 - type: Transform - uid: 10806 components: - - pos: 27.5,-41.5 + - type: Transform + pos: 27.5,-41.5 parent: 34 - type: Transform - uid: 10807 components: - - pos: 28.5,-41.5 + - type: Transform + pos: 28.5,-41.5 parent: 34 - type: Transform - uid: 10808 components: - - pos: 29.5,-41.5 + - type: Transform + pos: 29.5,-41.5 parent: 34 - type: Transform - uid: 10809 components: - - pos: 29.5,-42.5 + - type: Transform + pos: 29.5,-42.5 parent: 34 - type: Transform - uid: 10810 components: - - pos: 29.5,-43.5 + - type: Transform + pos: 29.5,-43.5 parent: 34 - type: Transform - uid: 10811 components: - - pos: 30.5,-43.5 + - type: Transform + pos: 30.5,-43.5 parent: 34 - type: Transform - uid: 10812 components: - - pos: 31.5,-43.5 + - type: Transform + pos: 31.5,-43.5 parent: 34 - type: Transform - uid: 10813 components: - - pos: 31.5,-42.5 + - type: Transform + pos: 31.5,-42.5 parent: 34 - type: Transform - uid: 10918 components: - - pos: 21.5,-3.5 + - type: Transform + pos: 21.5,-3.5 parent: 34 - type: Transform - uid: 10919 components: - - pos: 22.5,-3.5 + - type: Transform + pos: 22.5,-3.5 parent: 34 - type: Transform - uid: 10920 components: - - pos: 22.5,-2.5 + - type: Transform + pos: 22.5,-2.5 parent: 34 - type: Transform - uid: 10921 components: - - pos: 22.5,-1.5 + - type: Transform + pos: 22.5,-1.5 parent: 34 - type: Transform - uid: 10922 components: - - pos: 22.5,-0.5 + - type: Transform + pos: 22.5,-0.5 parent: 34 - type: Transform - uid: 10923 components: - - pos: 22.5,0.5 + - type: Transform + pos: 22.5,0.5 parent: 34 - type: Transform - uid: 10924 components: - - pos: 22.5,1.5 + - type: Transform + pos: 22.5,1.5 parent: 34 - type: Transform - uid: 10925 components: - - pos: 22.5,2.5 + - type: Transform + pos: 22.5,2.5 parent: 34 - type: Transform - uid: 10926 components: - - pos: 22.5,3.5 + - type: Transform + pos: 22.5,3.5 parent: 34 - type: Transform - uid: 10989 components: - - pos: -21.5,-34.5 + - type: Transform + pos: -21.5,-34.5 parent: 34 - type: Transform - uid: 10998 components: - - pos: 16.5,-44.5 + - type: Transform + pos: 16.5,-44.5 parent: 34 - type: Transform - uid: 11052 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 34 - type: Transform - uid: 11073 components: - - pos: -21.5,-10.5 + - type: Transform + pos: -21.5,-10.5 parent: 34 - type: Transform - uid: 11074 components: - - pos: -21.5,-9.5 + - type: Transform + pos: -21.5,-9.5 parent: 34 - type: Transform - uid: 11247 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 34 - type: Transform - uid: 11335 components: - - pos: 17.5,-44.5 + - type: Transform + pos: 17.5,-44.5 parent: 34 - type: Transform - uid: 11362 components: - - pos: 18.5,-44.5 + - type: Transform + pos: 18.5,-44.5 parent: 34 - type: Transform - uid: 11417 components: - - pos: -37.5,-26.5 + - type: Transform + pos: -37.5,-26.5 parent: 34 - type: Transform - uid: 11418 components: - - pos: -38.5,-26.5 + - type: Transform + pos: -38.5,-26.5 parent: 34 - type: Transform - uid: 11419 components: - - pos: -39.5,-26.5 + - type: Transform + pos: -39.5,-26.5 parent: 34 - type: Transform - uid: 11420 components: - - pos: -40.5,-26.5 + - type: Transform + pos: -40.5,-26.5 parent: 34 - type: Transform - uid: 11421 components: - - pos: -41.5,-26.5 + - type: Transform + pos: -41.5,-26.5 parent: 34 - type: Transform - uid: 11422 components: - - pos: -42.5,-26.5 + - type: Transform + pos: -42.5,-26.5 parent: 34 - type: Transform - uid: 11423 components: - - pos: -42.5,-25.5 + - type: Transform + pos: -42.5,-25.5 parent: 34 - type: Transform - uid: 11430 components: - - pos: -43.5,-25.5 + - type: Transform + pos: -43.5,-25.5 parent: 34 - type: Transform - uid: 11431 components: - - pos: -44.5,-25.5 + - type: Transform + pos: -44.5,-25.5 parent: 34 - type: Transform - uid: 11432 components: - - pos: -45.5,-25.5 + - type: Transform + pos: -45.5,-25.5 parent: 34 - type: Transform - uid: 11433 components: - - pos: -46.5,-25.5 + - type: Transform + pos: -46.5,-25.5 parent: 34 - type: Transform - uid: 11482 components: - - pos: -48.5,-12.5 + - type: Transform + pos: -48.5,-12.5 parent: 34 - type: Transform - uid: 11485 components: - - pos: -49.5,-25.5 + - type: Transform + pos: -49.5,-25.5 parent: 34 - type: Transform - uid: 11486 components: - - pos: -49.5,-27.5 + - type: Transform + pos: -49.5,-27.5 parent: 34 - type: Transform - uid: 11499 components: - - pos: -47.5,-25.5 + - type: Transform + pos: -47.5,-25.5 parent: 34 - type: Transform - uid: 11593 components: - - pos: -21.5,-35.5 + - type: Transform + pos: -21.5,-35.5 parent: 34 - type: Transform - uid: 11595 components: - - pos: 52.5,-24.5 + - type: Transform + pos: 52.5,-24.5 parent: 34 - type: Transform - uid: 11729 components: - - pos: -2.5,-45.5 + - type: Transform + pos: -2.5,-45.5 parent: 34 - type: Transform - uid: 11731 components: - - pos: -3.5,-45.5 + - type: Transform + pos: -3.5,-45.5 parent: 34 - type: Transform - uid: 11733 components: - - pos: -4.5,-45.5 + - type: Transform + pos: -4.5,-45.5 parent: 34 - type: Transform - uid: 11734 components: - - pos: 12.5,-41.5 + - type: Transform + pos: 12.5,-41.5 parent: 34 - type: Transform - uid: 11736 components: - - pos: 11.5,-41.5 + - type: Transform + pos: 11.5,-41.5 parent: 34 - type: Transform - uid: 11740 components: - - pos: 10.5,-41.5 + - type: Transform + pos: 10.5,-41.5 parent: 34 - type: Transform - uid: 11741 components: - - pos: 9.5,-41.5 + - type: Transform + pos: 9.5,-41.5 parent: 34 - type: Transform - uid: 11742 components: - - pos: 8.5,-41.5 + - type: Transform + pos: 8.5,-41.5 parent: 34 - type: Transform - uid: 11761 components: - - pos: 7.5,-41.5 + - type: Transform + pos: 7.5,-41.5 parent: 34 - type: Transform - uid: 11845 components: - - pos: -29.5,-32.5 + - type: Transform + pos: -29.5,-32.5 parent: 34 - type: Transform - uid: 11851 components: - - pos: -28.5,-32.5 + - type: Transform + pos: -28.5,-32.5 parent: 34 - type: Transform - uid: 11904 components: - - pos: -12.5,-30.5 + - type: Transform + pos: -12.5,-30.5 parent: 34 - type: Transform - uid: 11914 components: - - pos: -15.5,-30.5 + - type: Transform + pos: -15.5,-30.5 parent: 34 - type: Transform - uid: 11951 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 34 - type: Transform - uid: 11952 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 34 - type: Transform - uid: 11953 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 34 - type: Transform - uid: 11954 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 34 - type: Transform - uid: 11955 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 34 - type: Transform - uid: 11956 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 34 - type: Transform - uid: 11957 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 34 - type: Transform - uid: 11958 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 34 - type: Transform - uid: 11959 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 34 - type: Transform - uid: 11997 components: - - pos: 6.5,-41.5 + - type: Transform + pos: 6.5,-41.5 parent: 34 - type: Transform - uid: 12028 components: - - pos: -31.5,-40.5 + - type: Transform + pos: -31.5,-40.5 parent: 34 - type: Transform - uid: 12029 components: - - pos: -32.5,-40.5 + - type: Transform + pos: -32.5,-40.5 parent: 34 - type: Transform - uid: 12030 components: - - pos: -33.5,-40.5 + - type: Transform + pos: -33.5,-40.5 parent: 34 - type: Transform - uid: 12031 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 34 - type: Transform - uid: 12032 components: - - pos: -33.5,-42.5 + - type: Transform + pos: -33.5,-42.5 parent: 34 - type: Transform - uid: 12033 components: - - pos: -33.5,-43.5 + - type: Transform + pos: -33.5,-43.5 parent: 34 - type: Transform - uid: 12034 components: - - pos: -33.5,-44.5 + - type: Transform + pos: -33.5,-44.5 parent: 34 - type: Transform - uid: 12035 components: - - pos: -33.5,-45.5 + - type: Transform + pos: -33.5,-45.5 parent: 34 - type: Transform - uid: 12036 components: - - pos: -33.5,-46.5 + - type: Transform + pos: -33.5,-46.5 parent: 34 - type: Transform - uid: 12037 components: - - pos: -33.5,-47.5 + - type: Transform + pos: -33.5,-47.5 parent: 34 - type: Transform - uid: 12038 components: - - pos: -33.5,-48.5 + - type: Transform + pos: -33.5,-48.5 parent: 34 - type: Transform - uid: 12039 components: - - pos: -33.5,-49.5 + - type: Transform + pos: -33.5,-49.5 parent: 34 - type: Transform - uid: 12040 components: - - pos: -34.5,-49.5 + - type: Transform + pos: -34.5,-49.5 parent: 34 - type: Transform - uid: 12041 components: - - pos: -35.5,-49.5 + - type: Transform + pos: -35.5,-49.5 parent: 34 - type: Transform - uid: 12042 components: - - pos: -36.5,-49.5 + - type: Transform + pos: -36.5,-49.5 parent: 34 - type: Transform - uid: 12043 components: - - pos: -37.5,-49.5 + - type: Transform + pos: -37.5,-49.5 parent: 34 - type: Transform - uid: 12044 components: - - pos: -38.5,-49.5 + - type: Transform + pos: -38.5,-49.5 parent: 34 - type: Transform - uid: 12045 components: - - pos: -39.5,-49.5 + - type: Transform + pos: -39.5,-49.5 parent: 34 - type: Transform - uid: 12082 components: - - pos: 6.5,-40.5 + - type: Transform + pos: 6.5,-40.5 parent: 34 - type: Transform - uid: 12083 components: - - pos: 5.5,-40.5 + - type: Transform + pos: 5.5,-40.5 parent: 34 - type: Transform - uid: 12084 components: - - pos: 4.5,-40.5 + - type: Transform + pos: 4.5,-40.5 parent: 34 - type: Transform - uid: 12125 components: - - pos: 3.5,-40.5 + - type: Transform + pos: 3.5,-40.5 parent: 34 - type: Transform - uid: 12126 components: - - pos: 3.5,-39.5 + - type: Transform + pos: 3.5,-39.5 parent: 34 - type: Transform - uid: 12230 components: - - pos: -19.5,-29.5 + - type: Transform + pos: -19.5,-29.5 parent: 34 - type: Transform - uid: 12242 components: - - pos: -18.5,-29.5 + - type: Transform + pos: -18.5,-29.5 parent: 34 - type: Transform - uid: 12254 components: - - pos: 3.5,-38.5 + - type: Transform + pos: 3.5,-38.5 parent: 34 - type: Transform - uid: 12259 components: - - pos: 3.5,-37.5 + - type: Transform + pos: 3.5,-37.5 parent: 34 - type: Transform - uid: 12260 components: - - pos: 3.5,-44.5 + - type: Transform + pos: 3.5,-44.5 parent: 34 - type: Transform - uid: 12271 components: - - pos: -17.5,-29.5 + - type: Transform + pos: -17.5,-29.5 parent: 34 - type: Transform - uid: 12272 components: - - pos: 3.5,-43.5 + - type: Transform + pos: 3.5,-43.5 parent: 34 - type: Transform - uid: 12273 components: - - pos: 3.5,-42.5 + - type: Transform + pos: 3.5,-42.5 parent: 34 - type: Transform - uid: 12352 components: - - pos: 3.5,-41.5 + - type: Transform + pos: 3.5,-41.5 parent: 34 - type: Transform - uid: 12407 components: - - pos: -44.5,-23.5 + - type: Transform + pos: -44.5,-23.5 parent: 34 - type: Transform - uid: 12417 components: - - pos: 31.5,-3.5 + - type: Transform + pos: 31.5,-3.5 parent: 34 - type: Transform - uid: 12534 components: - - pos: 36.5,-19.5 + - type: Transform + pos: 36.5,-19.5 parent: 34 - type: Transform - uid: 12598 components: - - pos: -49.5,-12.5 + - type: Transform + pos: -49.5,-12.5 parent: 34 - type: Transform - uid: 12637 components: - - pos: -50.5,-12.5 + - type: Transform + pos: -50.5,-12.5 parent: 34 - type: Transform - uid: 12643 components: - - pos: -51.5,-12.5 + - type: Transform + pos: -51.5,-12.5 parent: 34 - type: Transform - uid: 12644 components: - - pos: -52.5,-12.5 + - type: Transform + pos: -52.5,-12.5 parent: 34 - type: Transform - uid: 12955 components: - - pos: 30.5,-3.5 + - type: Transform + pos: 30.5,-3.5 parent: 34 - type: Transform - uid: 12956 components: - - pos: 29.5,-3.5 + - type: Transform + pos: 29.5,-3.5 parent: 34 - type: Transform - uid: 12957 components: - - pos: 27.5,-3.5 + - type: Transform + pos: 27.5,-3.5 parent: 34 - type: Transform - uid: 12958 components: - - pos: 28.5,-3.5 + - type: Transform + pos: 28.5,-3.5 parent: 34 - type: Transform - uid: 12959 components: - - pos: 26.5,-3.5 + - type: Transform + pos: 26.5,-3.5 parent: 34 - type: Transform - uid: 12960 components: - - pos: 25.5,-3.5 + - type: Transform + pos: 25.5,-3.5 parent: 34 - type: Transform - uid: 12961 components: - - pos: 24.5,-3.5 + - type: Transform + pos: 24.5,-3.5 parent: 34 - type: Transform - uid: 12962 components: - - pos: 23.5,-3.5 + - type: Transform + pos: 23.5,-3.5 + parent: 34 + - uid: 13130 + components: + - type: Transform + pos: 13.5,14.5 + parent: 34 + - uid: 13131 + components: + - type: Transform + pos: 13.5,15.5 + parent: 34 + - uid: 13132 + components: + - type: Transform + pos: 13.5,16.5 + parent: 34 + - uid: 13133 + components: + - type: Transform + pos: 14.5,16.5 + parent: 34 + - uid: 13134 + components: + - type: Transform + pos: 15.5,16.5 + parent: 34 + - uid: 13135 + components: + - type: Transform + pos: 16.5,16.5 + parent: 34 + - uid: 13136 + components: + - type: Transform + pos: 17.5,16.5 + parent: 34 + - uid: 13137 + components: + - type: Transform + pos: 18.5,16.5 + parent: 34 + - uid: 13138 + components: + - type: Transform + pos: 18.5,15.5 + parent: 34 + - uid: 13139 + components: + - type: Transform + pos: 18.5,14.5 + parent: 34 + - uid: 13140 + components: + - type: Transform + pos: 18.5,13.5 parent: 34 - type: Transform - proto: CableTerminal entities: - uid: 1127 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-32.5 parent: 34 - type: Transform - uid: 1128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-32.5 parent: 34 - type: Transform - uid: 1129 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-32.5 parent: 34 - type: Transform - uid: 5390 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-45.5 parent: 34 - type: Transform - uid: 5581 components: - - pos: -27.5,5.5 + - type: Transform + pos: -27.5,5.5 parent: 34 - type: Transform - uid: 7379 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-30.5 parent: 34 - type: Transform - uid: 11440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-29.5 parent: 34 - type: Transform - proto: Carpet entities: - uid: 2192 components: - - pos: -42.5,-6.5 + - type: Transform + pos: -42.5,-6.5 parent: 34 - type: Transform - uid: 2193 components: - - pos: -42.5,-5.5 + - type: Transform + pos: -42.5,-5.5 parent: 34 - type: Transform - uid: 2194 components: - - pos: -42.5,-4.5 + - type: Transform + pos: -42.5,-4.5 parent: 34 - type: Transform - uid: 5811 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,8.5 parent: 34 - type: Transform - uid: 5935 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,8.5 parent: 34 - type: Transform - uid: 7710 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-9.5 parent: 34 - type: Transform - uid: 10830 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-10.5 parent: 34 - type: Transform - uid: 10831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-10.5 parent: 34 - type: Transform - uid: 10893 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-9.5 parent: 34 - type: Transform - proto: CarpetBlack entities: - uid: 781 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 34 - type: Transform - uid: 782 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 34 - type: Transform - uid: 783 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 34 - type: Transform - uid: 784 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 34 - type: Transform - uid: 2225 components: - - pos: -45.5,-3.5 + - type: Transform + pos: -45.5,-3.5 parent: 34 - type: Transform - uid: 2226 components: - - pos: -45.5,-4.5 + - type: Transform + pos: -45.5,-4.5 parent: 34 - type: Transform - uid: 2257 components: - - pos: -50.5,-7.5 + - type: Transform + pos: -50.5,-7.5 parent: 34 - type: Transform - uid: 2258 components: - - pos: -49.5,-7.5 + - type: Transform + pos: -49.5,-7.5 parent: 34 - type: Transform - uid: 2629 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,6.5 parent: 34 - type: Transform - uid: 2630 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,6.5 parent: 34 - type: Transform - uid: 3936 components: - - pos: 14.5,-33.5 + - type: Transform + pos: 14.5,-33.5 parent: 34 - type: Transform - uid: 3937 components: - - pos: 14.5,-34.5 + - type: Transform + pos: 14.5,-34.5 parent: 34 - type: Transform - uid: 3938 components: - - pos: 16.5,-33.5 + - type: Transform + pos: 16.5,-33.5 parent: 34 - type: Transform - uid: 3939 components: - - pos: 16.5,-34.5 + - type: Transform + pos: 16.5,-34.5 parent: 34 - type: Transform - uid: 4845 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,-0.5 parent: 34 - type: Transform - uid: 4852 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 48.5,0.5 parent: 34 - type: Transform - uid: 4855 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,0.5 parent: 34 - type: Transform - uid: 4856 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,0.5 parent: 34 - type: Transform - uid: 4954 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 49.5,-0.5 parent: 34 - type: Transform - uid: 4956 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,-0.5 parent: 34 - type: Transform - uid: 5539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,5.5 parent: 34 - type: Transform - uid: 6125 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,5.5 parent: 34 - type: Transform - uid: 11213 components: - - pos: 21.5,12.5 + - type: Transform + pos: 21.5,12.5 parent: 34 - type: Transform - uid: 11214 components: - - pos: 20.5,12.5 + - type: Transform + pos: 20.5,12.5 parent: 34 - type: Transform - proto: CarpetBlue entities: - uid: 4274 components: - - pos: 25.5,-27.5 + - type: Transform + pos: 25.5,-27.5 parent: 34 - type: Transform - uid: 4275 components: - - pos: 24.5,-27.5 + - type: Transform + pos: 24.5,-27.5 parent: 34 - type: Transform - proto: CarpetChapel entities: - uid: 2261 components: - - pos: -27.5,-17.5 + - type: Transform + pos: -27.5,-17.5 parent: 34 - type: Transform - uid: 2262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-16.5 parent: 34 - type: Transform - uid: 2263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-16.5 parent: 34 - type: Transform - uid: 2264 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-17.5 parent: 34 - type: Transform - uid: 3349 components: - - pos: -27.5,-19.5 + - type: Transform + pos: -27.5,-19.5 parent: 34 - type: Transform - uid: 3350 components: - - pos: -27.5,-15.5 + - type: Transform + pos: -27.5,-15.5 parent: 34 - type: Transform - uid: 3351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-19.5 parent: 34 - type: Transform - uid: 3352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-15.5 parent: 34 - type: Transform - uid: 3353 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-18.5 parent: 34 - type: Transform - uid: 3354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-14.5 parent: 34 - type: Transform - uid: 3355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-14.5 parent: 34 - type: Transform - uid: 3356 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-18.5 parent: 34 - type: Transform - proto: CarpetGreen entities: - uid: 1957 components: - - pos: -18.5,-19.5 + - type: Transform + pos: -18.5,-19.5 parent: 34 - type: Transform - uid: 1972 components: - - pos: -17.5,-18.5 + - type: Transform + pos: -17.5,-18.5 parent: 34 - type: Transform - uid: 1973 components: - - pos: -18.5,-18.5 + - type: Transform + pos: -18.5,-18.5 parent: 34 - type: Transform - uid: 1975 components: - - pos: -17.5,-19.5 + - type: Transform + pos: -17.5,-19.5 parent: 34 - type: Transform - uid: 2540 components: - - pos: 17.5,-37.5 + - type: Transform + pos: 17.5,-37.5 parent: 34 - type: Transform - uid: 4399 components: - - pos: 16.5,-37.5 + - type: Transform + pos: 16.5,-37.5 parent: 34 - type: Transform - uid: 4400 components: - - pos: 15.5,-37.5 + - type: Transform + pos: 15.5,-37.5 parent: 34 - type: Transform - uid: 4401 components: - - pos: 14.5,-37.5 + - type: Transform + pos: 14.5,-37.5 parent: 34 - type: Transform - proto: CarpetOrange entities: - uid: 2341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-30.5 parent: 34 - type: Transform - uid: 2475 components: - - pos: -26.5,-30.5 + - type: Transform + pos: -26.5,-30.5 parent: 34 - type: Transform - uid: 3187 components: - - pos: -26.5,-31.5 + - type: Transform + pos: -26.5,-31.5 parent: 34 - type: Transform - uid: 4454 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-31.5 parent: 34 - type: Transform - uid: 4601 components: - - pos: 48.5,-6.5 + - type: Transform + pos: 48.5,-6.5 parent: 34 - type: Transform - uid: 4657 components: - - pos: 48.5,-7.5 + - type: Transform + pos: 48.5,-7.5 parent: 34 - type: Transform - proto: CarpetPink entities: - uid: 4743 components: - - pos: 39.5,-6.5 + - type: Transform + pos: 39.5,-6.5 parent: 34 - type: Transform - uid: 5847 components: - - pos: -51.5,1.5 + - type: Transform + pos: -51.5,1.5 parent: 34 - type: Transform - uid: 5853 components: - - pos: -51.5,2.5 + - type: Transform + pos: -51.5,2.5 parent: 34 - type: Transform - proto: CarpetPurple entities: - uid: 5854 components: - - pos: -46.5,1.5 + - type: Transform + pos: -46.5,1.5 parent: 34 - type: Transform - uid: 5855 components: - - pos: -45.5,1.5 + - type: Transform + pos: -45.5,1.5 parent: 34 - type: Transform - uid: 6080 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 34 - type: Transform - uid: 6081 components: - - pos: -29.5,-15.5 + - type: Transform + pos: -29.5,-15.5 parent: 34 - type: Transform - uid: 6083 components: - - pos: -29.5,-17.5 + - type: Transform + pos: -29.5,-17.5 parent: 34 - type: Transform - uid: 6084 components: - - pos: -24.5,-15.5 + - type: Transform + pos: -24.5,-15.5 parent: 34 - type: Transform - uid: 6085 components: - - pos: -24.5,-16.5 + - type: Transform + pos: -24.5,-16.5 parent: 34 - type: Transform - uid: 6086 components: - - pos: -24.5,-17.5 + - type: Transform + pos: -24.5,-17.5 parent: 34 - type: Transform - uid: 10946 components: - - pos: -34.5,-5.5 + - type: Transform + pos: -34.5,-5.5 parent: 34 - type: Transform - uid: 10948 components: - - pos: -35.5,-5.5 + - type: Transform + pos: -35.5,-5.5 parent: 34 - type: Transform - proto: CarpetSBlue entities: - uid: 4315 components: - - pos: 38.5,-31.5 + - type: Transform + pos: 38.5,-31.5 parent: 34 - type: Transform - uid: 4449 components: - - pos: 41.5,-31.5 + - type: Transform + pos: 41.5,-31.5 parent: 34 - type: Transform - uid: 5022 components: - - pos: 39.5,-31.5 + - type: Transform + pos: 39.5,-31.5 parent: 34 - type: Transform - uid: 5023 components: - - pos: 37.5,-31.5 + - type: Transform + pos: 37.5,-31.5 parent: 34 - type: Transform - uid: 5025 components: - - pos: 40.5,-31.5 + - type: Transform + pos: 40.5,-31.5 parent: 34 - type: Transform - uid: 5517 components: - - pos: 36.5,-41.5 + - type: Transform + pos: 36.5,-41.5 parent: 34 - type: Transform - uid: 5518 components: - - pos: 36.5,-40.5 + - type: Transform + pos: 36.5,-40.5 parent: 34 - type: Transform - uid: 5519 components: - - pos: 36.5,-39.5 + - type: Transform + pos: 36.5,-39.5 parent: 34 - type: Transform - uid: 5520 components: - - pos: 35.5,-40.5 + - type: Transform + pos: 35.5,-40.5 parent: 34 - type: Transform - uid: 5521 components: - - pos: 37.5,-40.5 + - type: Transform + pos: 37.5,-40.5 parent: 34 - type: Transform - uid: 5522 components: - - pos: 37.5,-41.5 + - type: Transform + pos: 37.5,-41.5 parent: 34 - type: Transform - uid: 5523 components: - - pos: 35.5,-39.5 + - type: Transform + pos: 35.5,-39.5 parent: 34 - type: Transform - proto: Catwalk entities: - uid: 18 components: - - pos: -2.5,-53.5 + - type: Transform + pos: -2.5,-53.5 parent: 34 - type: Transform - uid: 20 components: - - pos: 5.5,-53.5 + - type: Transform + pos: 5.5,-53.5 parent: 34 - type: Transform - uid: 22 components: - - pos: -1.5,-53.5 + - type: Transform + pos: -1.5,-53.5 parent: 34 - type: Transform - uid: 26 components: - - pos: 4.5,-53.5 + - type: Transform + pos: 4.5,-53.5 parent: 34 - type: Transform - uid: 50 components: - - pos: 6.5,-53.5 + - type: Transform + pos: 6.5,-53.5 parent: 34 - type: Transform - uid: 57 components: - - pos: -41.5,-37.5 + - type: Transform + pos: -41.5,-37.5 parent: 34 - type: Transform - uid: 66 components: - - pos: -40.5,-36.5 + - type: Transform + pos: -40.5,-36.5 parent: 34 - type: Transform - uid: 76 components: - - pos: -2.5,-52.5 + - type: Transform + pos: -2.5,-52.5 parent: 34 - type: Transform - uid: 90 components: - - pos: -3.5,-53.5 + - type: Transform + pos: -3.5,-53.5 parent: 34 - type: Transform - uid: 93 components: - - pos: -43.5,-38.5 + - type: Transform + pos: -43.5,-38.5 parent: 34 - type: Transform - uid: 104 components: - - pos: -42.5,-39.5 + - type: Transform + pos: -42.5,-39.5 parent: 34 - type: Transform - uid: 105 components: - - pos: -42.5,-38.5 + - type: Transform + pos: -42.5,-38.5 parent: 34 - type: Transform - uid: 114 components: - - pos: 5.5,-52.5 + - type: Transform + pos: 5.5,-52.5 parent: 34 - type: Transform - uid: 120 components: - - pos: -29.5,-57.5 + - type: Transform + pos: -29.5,-57.5 parent: 34 - type: Transform - uid: 121 components: - - pos: -42.5,-37.5 + - type: Transform + pos: -42.5,-37.5 parent: 34 - type: Transform - uid: 123 components: - - pos: -40.5,-37.5 - parent: 34 - type: Transform + - type: Transform + pos: -40.5,-37.5 + parent: 34 - uid: 176 components: - - pos: 39.5,-23.5 + - type: Transform + pos: 39.5,-23.5 parent: 34 - type: Transform - uid: 396 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 34 - type: Transform - uid: 690 components: - - pos: -54.5,-19.5 + - type: Transform + pos: -54.5,-19.5 parent: 34 - type: Transform - uid: 723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-43.5 parent: 34 - type: Transform - uid: 914 components: - - pos: -30.5,-3.5 + - type: Transform + pos: -30.5,-3.5 parent: 34 - type: Transform - uid: 937 components: - - pos: -31.5,-4.5 + - type: Transform + pos: -31.5,-4.5 parent: 34 - type: Transform - uid: 940 components: - - pos: -31.5,-3.5 + - type: Transform + pos: -31.5,-3.5 parent: 34 - type: Transform - uid: 943 components: - - pos: -31.5,-5.5 + - type: Transform + pos: -31.5,-5.5 parent: 34 - type: Transform - uid: 947 components: - - pos: -26.5,-3.5 + - type: Transform + pos: -26.5,-3.5 parent: 34 - type: Transform - uid: 948 components: - - pos: -26.5,-4.5 + - type: Transform + pos: -26.5,-4.5 parent: 34 - type: Transform - uid: 949 components: - - pos: -26.5,-5.5 + - type: Transform + pos: -26.5,-5.5 parent: 34 - type: Transform - uid: 950 components: - - pos: -26.5,-7.5 + - type: Transform + pos: -26.5,-7.5 parent: 34 - type: Transform - uid: 951 components: - - pos: -26.5,-8.5 + - type: Transform + pos: -26.5,-8.5 parent: 34 - type: Transform - uid: 952 components: - - pos: -25.5,-7.5 + - type: Transform + pos: -25.5,-7.5 parent: 34 - type: Transform - uid: 953 components: - - pos: -25.5,-8.5 + - type: Transform + pos: -25.5,-8.5 parent: 34 - type: Transform - uid: 961 components: - - pos: -30.5,-5.5 + - type: Transform + pos: -30.5,-5.5 parent: 34 - type: Transform - uid: 1031 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 34 - type: Transform - uid: 1086 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,10.5 parent: 34 - type: Transform - uid: 1142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-32.5 parent: 34 - type: Transform - uid: 1189 components: - - pos: -37.5,-36.5 + - type: Transform + pos: -37.5,-36.5 parent: 34 - type: Transform - uid: 1228 components: - - pos: -31.5,-32.5 + - type: Transform + pos: -31.5,-32.5 parent: 34 - type: Transform - uid: 1229 components: - - pos: -32.5,-32.5 + - type: Transform + pos: -32.5,-32.5 parent: 34 - type: Transform - uid: 1230 components: - - pos: -33.5,-32.5 + - type: Transform + pos: -33.5,-32.5 parent: 34 - type: Transform - uid: 1242 components: - - pos: -38.5,-36.5 + - type: Transform + pos: -38.5,-36.5 parent: 34 - type: Transform - uid: 1278 components: - - pos: -39.5,-29.5 + - type: Transform + pos: -39.5,-29.5 parent: 34 - type: Transform - uid: 1300 components: - - pos: 36.5,-13.5 + - type: Transform + pos: 36.5,-13.5 parent: 34 - type: Transform - uid: 1321 components: - - pos: -34.5,-29.5 + - type: Transform + pos: -34.5,-29.5 parent: 34 - type: Transform - uid: 1327 components: - - pos: -34.5,-30.5 + - type: Transform + pos: -34.5,-30.5 parent: 34 - type: Transform - uid: 1459 components: - - pos: -41.5,-40.5 + - type: Transform + pos: -41.5,-40.5 parent: 34 - type: Transform - uid: 1607 components: - - pos: -43.5,-34.5 + - type: Transform + pos: -43.5,-34.5 parent: 34 - type: Transform - uid: 1610 components: - - pos: -48.5,-42.5 + - type: Transform + pos: -48.5,-42.5 parent: 34 - type: Transform - uid: 1611 components: - - pos: -49.5,-42.5 + - type: Transform + pos: -49.5,-42.5 parent: 34 - type: Transform - uid: 1612 components: - - pos: -50.5,-42.5 + - type: Transform + pos: -50.5,-42.5 parent: 34 - type: Transform - uid: 1615 components: - - pos: -45.5,-42.5 + - type: Transform + pos: -45.5,-42.5 parent: 34 - type: Transform - uid: 1616 components: - - pos: -44.5,-42.5 + - type: Transform + pos: -44.5,-42.5 parent: 34 - type: Transform - uid: 1620 components: - - pos: -44.5,-43.5 + - type: Transform + pos: -44.5,-43.5 parent: 34 - type: Transform - uid: 1621 components: - - pos: -44.5,-44.5 + - type: Transform + pos: -44.5,-44.5 parent: 34 - type: Transform - uid: 1622 components: - - pos: -44.5,-45.5 + - type: Transform + pos: -44.5,-45.5 parent: 34 - type: Transform - uid: 1623 components: - - pos: -44.5,-46.5 + - type: Transform + pos: -44.5,-46.5 parent: 34 - type: Transform - uid: 1624 components: - - pos: -44.5,-47.5 + - type: Transform + pos: -44.5,-47.5 parent: 34 - type: Transform - uid: 1625 components: - - pos: -44.5,-48.5 + - type: Transform + pos: -44.5,-48.5 parent: 34 - type: Transform - uid: 1626 components: - - pos: -44.5,-49.5 + - type: Transform + pos: -44.5,-49.5 parent: 34 - type: Transform - uid: 1635 components: - - pos: -43.5,-42.5 + - type: Transform + pos: -43.5,-42.5 parent: 34 - type: Transform - uid: 1636 components: - - pos: -42.5,-43.5 + - type: Transform + pos: -42.5,-43.5 parent: 34 - type: Transform - uid: 1637 components: - - pos: -42.5,-44.5 + - type: Transform + pos: -42.5,-44.5 parent: 34 - type: Transform - uid: 1638 components: - - pos: -42.5,-45.5 + - type: Transform + pos: -42.5,-45.5 parent: 34 - type: Transform - uid: 1639 components: - - pos: -42.5,-46.5 + - type: Transform + pos: -42.5,-46.5 parent: 34 - type: Transform - uid: 1640 components: - - pos: -52.5,-42.5 + - type: Transform + pos: -52.5,-42.5 parent: 34 - type: Transform - uid: 1650 components: - - pos: -43.5,-48.5 + - type: Transform + pos: -43.5,-48.5 parent: 34 - type: Transform - uid: 1651 components: - - pos: -42.5,-48.5 + - type: Transform + pos: -42.5,-48.5 parent: 34 - type: Transform - uid: 1652 components: - - pos: -43.5,-46.5 + - type: Transform + pos: -43.5,-46.5 parent: 34 - type: Transform - uid: 1658 components: - - pos: -52.5,-43.5 + - type: Transform + pos: -52.5,-43.5 parent: 34 - type: Transform - uid: 1724 components: - - pos: -41.5,-44.5 + - type: Transform + pos: -41.5,-44.5 parent: 34 - type: Transform - uid: 1725 components: - - pos: -41.5,-46.5 + - type: Transform + pos: -41.5,-46.5 parent: 34 - type: Transform - uid: 1726 components: - - pos: -41.5,-42.5 + - type: Transform + pos: -41.5,-42.5 parent: 34 - type: Transform - uid: 1750 components: - - pos: -40.5,-33.5 + - type: Transform + pos: -40.5,-33.5 parent: 34 - type: Transform - uid: 1752 components: - - pos: -39.5,-33.5 + - type: Transform + pos: -39.5,-33.5 parent: 34 - type: Transform - uid: 1754 components: - - pos: -38.5,-33.5 + - type: Transform + pos: -38.5,-33.5 parent: 34 - type: Transform - uid: 1756 components: - - pos: -37.5,-33.5 + - type: Transform + pos: -37.5,-33.5 parent: 34 - type: Transform - uid: 1757 components: - - pos: -38.5,-32.5 + - type: Transform + pos: -38.5,-32.5 parent: 34 - type: Transform - uid: 1758 components: - - pos: -39.5,-32.5 + - type: Transform + pos: -39.5,-32.5 parent: 34 - type: Transform - uid: 1759 components: - - pos: -39.5,-31.5 + - type: Transform + pos: -39.5,-31.5 parent: 34 - type: Transform - uid: 1760 components: - - pos: -38.5,-31.5 + - type: Transform + pos: -38.5,-31.5 parent: 34 - type: Transform - uid: 1761 components: - - pos: -38.5,-30.5 + - type: Transform + pos: -38.5,-30.5 parent: 34 - type: Transform - uid: 1762 components: - - pos: -39.5,-30.5 + - type: Transform + pos: -39.5,-30.5 parent: 34 - type: Transform - uid: 1763 components: - - pos: -40.5,-30.5 + - type: Transform + pos: -40.5,-30.5 parent: 34 - type: Transform - uid: 1764 components: - - pos: -37.5,-30.5 + - type: Transform + pos: -37.5,-30.5 parent: 34 - type: Transform - uid: 1776 components: - - pos: -42.5,-41.5 + - type: Transform + pos: -42.5,-41.5 parent: 34 - type: Transform - uid: 1824 components: - - pos: 36.5,-14.5 + - type: Transform + pos: 36.5,-14.5 parent: 34 - type: Transform - uid: 1834 components: - - pos: -42.5,-30.5 + - type: Transform + pos: -42.5,-30.5 parent: 34 - type: Transform - uid: 1835 components: - - pos: -43.5,-30.5 + - type: Transform + pos: -43.5,-30.5 parent: 34 - type: Transform - uid: 1836 components: - - pos: -44.5,-30.5 + - type: Transform + pos: -44.5,-30.5 parent: 34 - type: Transform - uid: 1837 components: - - pos: -45.5,-30.5 + - type: Transform + pos: -45.5,-30.5 parent: 34 - type: Transform - uid: 1838 components: - - pos: -45.5,-31.5 + - type: Transform + pos: -45.5,-31.5 parent: 34 - type: Transform - uid: 1860 components: - - pos: -42.5,-40.5 + - type: Transform + pos: -42.5,-40.5 parent: 34 - type: Transform - uid: 1861 components: - - pos: -43.5,-40.5 + - type: Transform + pos: -43.5,-40.5 parent: 34 - type: Transform - uid: 1894 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-34.5 parent: 34 - type: Transform - uid: 1905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-30.5 parent: 34 - type: Transform - uid: 2084 components: - - pos: -54.5,-16.5 + - type: Transform + pos: -54.5,-16.5 parent: 34 - type: Transform - uid: 2214 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-35.5 parent: 34 - type: Transform - uid: 2358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,10.5 parent: 34 - type: Transform - uid: 2388 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,10.5 parent: 34 - type: Transform - uid: 2399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-33.5 parent: 34 - type: Transform - uid: 2412 components: - - pos: -29.5,-56.5 + - type: Transform + pos: -29.5,-56.5 parent: 34 - type: Transform - uid: 2437 components: - - pos: -34.5,-31.5 + - type: Transform + pos: -34.5,-31.5 parent: 34 - type: Transform - uid: 2438 components: - - pos: -34.5,-32.5 + - type: Transform + pos: -34.5,-32.5 parent: 34 - type: Transform - uid: 2440 components: - - pos: -35.5,-29.5 + - type: Transform + pos: -35.5,-29.5 parent: 34 - type: Transform - uid: 2441 components: - - pos: -35.5,-30.5 + - type: Transform + pos: -35.5,-30.5 parent: 34 - type: Transform - uid: 2442 components: - - pos: -35.5,-31.5 + - type: Transform + pos: -35.5,-31.5 parent: 34 - type: Transform - uid: 2443 components: - - pos: -35.5,-32.5 + - type: Transform + pos: -35.5,-32.5 parent: 34 - type: Transform - uid: 2444 components: - - pos: -35.5,-33.5 + - type: Transform + pos: -35.5,-33.5 parent: 34 - type: Transform - uid: 2445 components: - - pos: -34.5,-34.5 + - type: Transform + pos: -34.5,-34.5 parent: 34 - type: Transform - uid: 2446 components: - - pos: -33.5,-34.5 + - type: Transform + pos: -33.5,-34.5 parent: 34 - type: Transform - uid: 2447 components: - - pos: -32.5,-34.5 + - type: Transform + pos: -32.5,-34.5 parent: 34 - type: Transform - uid: 2448 components: - - pos: -31.5,-34.5 + - type: Transform + pos: -31.5,-34.5 parent: 34 - type: Transform - uid: 2449 components: - - pos: -30.5,-34.5 + - type: Transform + pos: -30.5,-34.5 parent: 34 - type: Transform - uid: 2452 components: - - pos: -34.5,-37.5 + - type: Transform + pos: -34.5,-37.5 parent: 34 - type: Transform - uid: 2453 components: - - pos: -34.5,-38.5 + - type: Transform + pos: -34.5,-38.5 parent: 34 - type: Transform - uid: 2454 components: - - pos: -34.5,-39.5 + - type: Transform + pos: -34.5,-39.5 parent: 34 - type: Transform - uid: 2455 components: - - pos: -34.5,-40.5 + - type: Transform + pos: -34.5,-40.5 parent: 34 - type: Transform - uid: 2457 components: - - pos: -33.5,-40.5 + - type: Transform + pos: -33.5,-40.5 parent: 34 - type: Transform - uid: 2458 components: - - pos: -32.5,-40.5 + - type: Transform + pos: -32.5,-40.5 parent: 34 - type: Transform - uid: 2459 components: - - pos: -31.5,-40.5 + - type: Transform + pos: -31.5,-40.5 parent: 34 - type: Transform - uid: 2460 components: - - pos: -30.5,-40.5 + - type: Transform + pos: -30.5,-40.5 parent: 34 - type: Transform - uid: 2461 components: - - pos: -30.5,-39.5 + - type: Transform + pos: -30.5,-39.5 parent: 34 - type: Transform - uid: 2462 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 34 - type: Transform - uid: 2463 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 34 - type: Transform - uid: 2464 components: - - pos: -30.5,-36.5 + - type: Transform + pos: -30.5,-36.5 parent: 34 - type: Transform - uid: 2465 components: - - pos: -30.5,-35.5 + - type: Transform + pos: -30.5,-35.5 parent: 34 - type: Transform - uid: 2466 components: - - pos: -30.5,-33.5 + - type: Transform + pos: -30.5,-33.5 parent: 34 - type: Transform - uid: 2467 components: - - pos: -30.5,-32.5 + - type: Transform + pos: -30.5,-32.5 parent: 34 - type: Transform - uid: 2468 components: - - pos: -30.5,-31.5 + - type: Transform + pos: -30.5,-31.5 parent: 34 - type: Transform - uid: 2470 components: - - pos: -30.5,-29.5 + - type: Transform + pos: -30.5,-29.5 parent: 34 - type: Transform - uid: 2471 components: - - pos: -31.5,-30.5 + - type: Transform + pos: -31.5,-30.5 parent: 34 - type: Transform - uid: 2472 components: - - pos: -32.5,-30.5 + - type: Transform + pos: -32.5,-30.5 parent: 34 - type: Transform - uid: 2473 components: - - pos: -33.5,-30.5 + - type: Transform + pos: -33.5,-30.5 parent: 34 - type: Transform - uid: 2481 components: - - pos: -35.5,-35.5 + - type: Transform + pos: -35.5,-35.5 parent: 34 - type: Transform - uid: 2482 components: - - pos: -34.5,-35.5 + - type: Transform + pos: -34.5,-35.5 parent: 34 - type: Transform - uid: 2490 components: - - pos: -33.5,-46.5 + - type: Transform + pos: -33.5,-46.5 parent: 34 - type: Transform - uid: 2495 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,11.5 parent: 34 - type: Transform - uid: 2520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,10.5 parent: 34 - type: Transform - uid: 2528 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,10.5 parent: 34 - type: Transform - uid: 2555 components: - - pos: -39.5,-36.5 + - type: Transform + pos: -39.5,-36.5 parent: 34 - type: Transform - uid: 2563 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,10.5 parent: 34 - type: Transform - uid: 2574 components: - - pos: -54.5,-21.5 + - type: Transform + pos: -54.5,-21.5 parent: 34 - type: Transform - uid: 2584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-42.5 parent: 34 - type: Transform - uid: 2591 components: - - pos: -46.5,-21.5 + - type: Transform + pos: -46.5,-21.5 parent: 34 - type: Transform - uid: 2593 components: - - pos: -50.5,-21.5 + - type: Transform + pos: -50.5,-21.5 parent: 34 - type: Transform - uid: 2595 components: - - pos: -51.5,-21.5 + - type: Transform + pos: -51.5,-21.5 parent: 34 - type: Transform - uid: 2596 components: - - pos: -52.5,-21.5 + - type: Transform + pos: -52.5,-21.5 parent: 34 - type: Transform - uid: 2610 components: - - pos: -53.5,-21.5 + - type: Transform + pos: -53.5,-21.5 parent: 34 - type: Transform - uid: 2612 components: - - pos: -54.5,-17.5 + - type: Transform + pos: -54.5,-17.5 parent: 34 - type: Transform - uid: 2624 components: - - pos: -45.5,-21.5 + - type: Transform + pos: -45.5,-21.5 parent: 34 - type: Transform - uid: 2625 components: - - pos: -54.5,-14.5 + - type: Transform + pos: -54.5,-14.5 parent: 34 - type: Transform - uid: 2626 components: - - pos: -54.5,-15.5 + - type: Transform + pos: -54.5,-15.5 parent: 34 - type: Transform - uid: 2627 components: - - pos: -47.5,-21.5 + - type: Transform + pos: -47.5,-21.5 parent: 34 - type: Transform - uid: 2634 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,10.5 parent: 34 - type: Transform - uid: 2635 components: - - pos: 36.5,-9.5 + - type: Transform + pos: 36.5,-9.5 parent: 34 - type: Transform - uid: 2645 components: - - pos: 36.5,-8.5 + - type: Transform + pos: 36.5,-8.5 parent: 34 - type: Transform - uid: 2646 components: - - pos: 36.5,-7.5 + - type: Transform + pos: 36.5,-7.5 parent: 34 - type: Transform - uid: 2647 components: - - pos: 36.5,-6.5 + - type: Transform + pos: 36.5,-6.5 parent: 34 - type: Transform - uid: 2665 components: - - pos: -48.5,-21.5 + - type: Transform + pos: -48.5,-21.5 parent: 34 - type: Transform - uid: 2671 components: - - pos: -37.5,-58.5 + - type: Transform + pos: -37.5,-58.5 parent: 34 - type: Transform - uid: 2674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-44.5 parent: 34 - type: Transform - uid: 2707 components: - - pos: 36.5,-10.5 + - type: Transform + pos: 36.5,-10.5 parent: 34 - type: Transform - uid: 2744 components: - - pos: -21.5,-18.5 + - type: Transform + pos: -21.5,-18.5 parent: 34 - type: Transform - uid: 2745 components: - - pos: -21.5,-17.5 + - type: Transform + pos: -21.5,-17.5 parent: 34 - type: Transform - uid: 2746 components: - - pos: -21.5,-16.5 + - type: Transform + pos: -21.5,-16.5 parent: 34 - type: Transform - uid: 2747 components: - - pos: -21.5,-15.5 + - type: Transform + pos: -21.5,-15.5 parent: 34 - type: Transform - uid: 2748 components: - - pos: -21.5,-14.5 + - type: Transform + pos: -21.5,-14.5 parent: 34 - type: Transform - uid: 2749 components: - - pos: -21.5,-13.5 + - type: Transform + pos: -21.5,-13.5 parent: 34 - type: Transform - uid: 2751 components: - - pos: -21.5,-11.5 + - type: Transform + pos: -21.5,-11.5 parent: 34 - type: Transform - uid: 2752 components: - - pos: -22.5,-11.5 + - type: Transform + pos: -22.5,-11.5 parent: 34 - type: Transform - uid: 2753 components: - - pos: -22.5,-10.5 + - type: Transform + pos: -22.5,-10.5 parent: 34 - type: Transform - uid: 2754 components: - - pos: -23.5,-10.5 + - type: Transform + pos: -23.5,-10.5 parent: 34 - type: Transform - uid: 2755 components: - - pos: -22.5,-9.5 + - type: Transform + pos: -22.5,-9.5 parent: 34 - type: Transform - uid: 2756 components: - - pos: -22.5,-8.5 + - type: Transform + pos: -22.5,-8.5 parent: 34 - type: Transform - uid: 2757 components: - - pos: -22.5,-7.5 + - type: Transform + pos: -22.5,-7.5 parent: 34 - type: Transform - uid: 2758 components: - - pos: -22.5,-6.5 + - type: Transform + pos: -22.5,-6.5 parent: 34 - type: Transform - uid: 2759 components: - - pos: -22.5,-5.5 + - type: Transform + pos: -22.5,-5.5 parent: 34 - type: Transform - uid: 2760 components: - - pos: -22.5,-4.5 + - type: Transform + pos: -22.5,-4.5 parent: 34 - type: Transform - uid: 2761 components: - - pos: -22.5,-3.5 + - type: Transform + pos: -22.5,-3.5 parent: 34 - type: Transform - uid: 2806 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 34 - type: Transform - uid: 3198 components: - - pos: -33.5,-42.5 + - type: Transform + pos: -33.5,-42.5 parent: 34 - type: Transform - uid: 3199 components: - - pos: -33.5,-43.5 + - type: Transform + pos: -33.5,-43.5 parent: 34 - type: Transform - uid: 3202 components: - - pos: -32.5,-43.5 + - type: Transform + pos: -32.5,-43.5 parent: 34 - type: Transform - uid: 3203 components: - - pos: -33.5,-44.5 + - type: Transform + pos: -33.5,-44.5 parent: 34 - type: Transform - uid: 3220 components: - - pos: -33.5,-47.5 + - type: Transform + pos: -33.5,-47.5 parent: 34 - type: Transform - uid: 3228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,10.5 parent: 34 - type: Transform - uid: 3252 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,11.5 parent: 34 - type: Transform - uid: 3263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,10.5 parent: 34 - type: Transform - uid: 3265 components: - - pos: -33.5,-48.5 + - type: Transform + pos: -33.5,-48.5 parent: 34 - type: Transform - uid: 3432 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 34 - type: Transform - uid: 3433 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 34 - type: Transform - uid: 3434 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 34 - type: Transform - uid: 3435 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 34 - type: Transform - uid: 3436 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 34 - type: Transform - uid: 3438 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 34 - type: Transform - uid: 3461 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,10.5 parent: 34 - type: Transform - uid: 3603 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,10.5 parent: 34 - type: Transform - uid: 3775 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-44.5 parent: 34 - type: Transform - uid: 3776 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,10.5 parent: 34 - type: Transform - uid: 3784 components: - - pos: -35.5,-37.5 + - type: Transform + pos: -35.5,-37.5 parent: 34 - type: Transform - uid: 3786 components: - - pos: -40.5,-35.5 + - type: Transform + pos: -40.5,-35.5 parent: 34 - type: Transform - uid: 3787 components: - - pos: -41.5,-35.5 + - type: Transform + pos: -41.5,-35.5 parent: 34 - type: Transform - uid: 3788 components: - - pos: -42.5,-35.5 + - type: Transform + pos: -42.5,-35.5 parent: 34 - type: Transform - uid: 3789 components: - - pos: -42.5,-36.5 + - type: Transform + pos: -42.5,-36.5 parent: 34 - type: Transform - uid: 3790 components: - - pos: -42.5,-34.5 + - type: Transform + pos: -42.5,-34.5 parent: 34 - type: Transform - uid: 3791 components: - - pos: -46.5,-38.5 + - type: Transform + pos: -46.5,-38.5 parent: 34 - type: Transform - uid: 3801 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 34 - type: Transform - uid: 3802 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 34 - type: Transform - uid: 3803 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 34 - type: Transform - uid: 3804 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 34 - type: Transform - uid: 3805 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 34 - type: Transform - uid: 3806 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 34 - type: Transform - uid: 3807 components: - - pos: 9.5,-15.5 + - type: Transform + pos: 9.5,-15.5 parent: 34 - type: Transform - uid: 3808 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 34 - type: Transform - uid: 3809 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 34 - type: Transform - uid: 3810 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 34 - type: Transform - uid: 3812 components: - - pos: 9.5,-20.5 + - type: Transform + pos: 9.5,-20.5 parent: 34 - type: Transform - uid: 3819 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 34 - type: Transform - uid: 3984 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-34.5 parent: 34 - type: Transform - uid: 4017 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-43.5 parent: 34 - type: Transform - uid: 4094 components: - - pos: 6.5,-54.5 + - type: Transform + pos: 6.5,-54.5 parent: 34 - type: Transform - uid: 4095 components: - - pos: -1.5,-54.5 + - type: Transform + pos: -1.5,-54.5 parent: 34 - type: Transform - uid: 4119 components: - - pos: -3.5,-54.5 + - type: Transform + pos: -3.5,-54.5 parent: 34 - type: Transform - uid: 4120 components: - - pos: 4.5,-54.5 + - type: Transform + pos: 4.5,-54.5 parent: 34 - type: Transform - uid: 4196 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 34 - type: Transform - uid: 4311 components: - - pos: 35.5,-28.5 + - type: Transform + pos: 35.5,-28.5 parent: 34 - type: Transform - uid: 4312 components: - - pos: 36.5,-28.5 + - type: Transform + pos: 36.5,-28.5 parent: 34 - type: Transform - uid: 4313 components: - - pos: 36.5,-27.5 + - type: Transform + pos: 36.5,-27.5 parent: 34 - type: Transform - uid: 4320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-32.5 parent: 34 - type: Transform - uid: 4395 components: - - pos: 15.5,-40.5 + - type: Transform + pos: 15.5,-40.5 parent: 34 - type: Transform - uid: 4498 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-19.5 parent: 34 - type: Transform - uid: 4565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-29.5 parent: 34 - type: Transform - uid: 4610 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-29.5 parent: 34 - type: Transform - uid: 4631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-36.5 parent: 34 - type: Transform - uid: 4632 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-33.5 parent: 34 - type: Transform - uid: 4648 components: - - pos: -14.5,-30.5 + - type: Transform + pos: -14.5,-30.5 parent: 34 - type: Transform - uid: 4749 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-31.5 parent: 34 - type: Transform - uid: 4756 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 34 - type: Transform - uid: 4791 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-34.5 parent: 34 - type: Transform - uid: 5066 components: - - pos: -30.5,14.5 + - type: Transform + pos: -30.5,14.5 parent: 34 - type: Transform - uid: 5068 components: - - pos: -30.5,11.5 + - type: Transform + pos: -30.5,11.5 parent: 34 - type: Transform - uid: 5069 components: - - pos: -30.5,12.5 + - type: Transform + pos: -30.5,12.5 parent: 34 - type: Transform - uid: 5070 components: - - pos: -30.5,13.5 + - type: Transform + pos: -30.5,13.5 parent: 34 - type: Transform - uid: 5071 components: - - pos: -28.5,8.5 + - type: Transform + pos: -28.5,8.5 parent: 34 - type: Transform - uid: 5240 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 34 - type: Transform - uid: 5247 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-43.5 parent: 34 - type: Transform - uid: 5284 components: - - pos: 15.5,-48.5 + - type: Transform + pos: 15.5,-48.5 parent: 34 - type: Transform - uid: 5285 components: - - pos: 16.5,-48.5 + - type: Transform + pos: 16.5,-48.5 parent: 34 - type: Transform - uid: 5286 components: - - pos: 17.5,-48.5 + - type: Transform + pos: 17.5,-48.5 parent: 34 - type: Transform - uid: 5287 components: - - pos: 18.5,-48.5 + - type: Transform + pos: 18.5,-48.5 parent: 34 - type: Transform - uid: 5288 components: - - pos: 19.5,-48.5 + - type: Transform + pos: 19.5,-48.5 parent: 34 - type: Transform - uid: 5289 components: - - pos: 20.5,-48.5 + - type: Transform + pos: 20.5,-48.5 parent: 34 - type: Transform - uid: 5290 components: - - pos: 21.5,-48.5 + - type: Transform + pos: 21.5,-48.5 parent: 34 - type: Transform - uid: 5291 components: - - pos: 22.5,-48.5 + - type: Transform + pos: 22.5,-48.5 parent: 34 - type: Transform - uid: 5292 components: - - pos: 23.5,-48.5 + - type: Transform + pos: 23.5,-48.5 parent: 34 - type: Transform - uid: 5293 components: - - pos: 24.5,-48.5 + - type: Transform + pos: 24.5,-48.5 parent: 34 - type: Transform - uid: 5294 components: - - pos: 25.5,-48.5 + - type: Transform + pos: 25.5,-48.5 parent: 34 - type: Transform - uid: 5295 components: - - pos: 26.5,-48.5 + - type: Transform + pos: 26.5,-48.5 parent: 34 - type: Transform - uid: 5296 components: - - pos: 27.5,-48.5 + - type: Transform + pos: 27.5,-48.5 parent: 34 - type: Transform - uid: 5297 components: - - pos: 28.5,-48.5 + - type: Transform + pos: 28.5,-48.5 parent: 34 - type: Transform - uid: 5298 components: - - pos: 29.5,-48.5 + - type: Transform + pos: 29.5,-48.5 parent: 34 - type: Transform - uid: 5299 components: - - pos: 30.5,-48.5 + - type: Transform + pos: 30.5,-48.5 parent: 34 - type: Transform - uid: 5300 components: - - pos: 31.5,-48.5 + - type: Transform + pos: 31.5,-48.5 parent: 34 - type: Transform - uid: 5301 components: - - pos: 32.5,-48.5 + - type: Transform + pos: 32.5,-48.5 parent: 34 - type: Transform - uid: 5302 components: - - pos: 33.5,-48.5 + - type: Transform + pos: 33.5,-48.5 parent: 34 - type: Transform - uid: 5304 components: - - pos: 17.5,-49.5 + - type: Transform + pos: 17.5,-49.5 parent: 34 - type: Transform - uid: 5305 components: - - pos: 21.5,-49.5 + - type: Transform + pos: 21.5,-49.5 parent: 34 - type: Transform - uid: 5306 components: - - pos: 25.5,-49.5 + - type: Transform + pos: 25.5,-49.5 parent: 34 - type: Transform - uid: 5307 components: - - pos: 29.5,-49.5 + - type: Transform + pos: 29.5,-49.5 parent: 34 - type: Transform - uid: 5308 components: - - pos: 33.5,-49.5 + - type: Transform + pos: 33.5,-49.5 parent: 34 - type: Transform - uid: 5310 components: - - pos: 21.5,-51.5 + - type: Transform + pos: 21.5,-51.5 parent: 34 - type: Transform - uid: 5311 components: - - pos: 21.5,-52.5 + - type: Transform + pos: 21.5,-52.5 parent: 34 - type: Transform - uid: 5314 components: - - pos: 17.5,-50.5 + - type: Transform + pos: 17.5,-50.5 parent: 34 - type: Transform - uid: 5315 components: - - pos: 17.5,-51.5 + - type: Transform + pos: 17.5,-51.5 parent: 34 - type: Transform - uid: 5316 components: - - pos: 17.5,-52.5 + - type: Transform + pos: 17.5,-52.5 parent: 34 - type: Transform - uid: 5319 components: - - pos: 25.5,-50.5 + - type: Transform + pos: 25.5,-50.5 parent: 34 - type: Transform - uid: 5320 components: - - pos: 25.5,-51.5 + - type: Transform + pos: 25.5,-51.5 parent: 34 - type: Transform - uid: 5321 components: - - pos: 25.5,-52.5 + - type: Transform + pos: 25.5,-52.5 parent: 34 - type: Transform - uid: 5322 components: - - pos: 25.5,-53.5 + - type: Transform + pos: 25.5,-53.5 parent: 34 - type: Transform - uid: 5323 components: - - pos: 25.5,-54.5 + - type: Transform + pos: 25.5,-54.5 parent: 34 - type: Transform - uid: 5324 components: - - pos: 29.5,-50.5 + - type: Transform + pos: 29.5,-50.5 parent: 34 - type: Transform - uid: 5325 components: - - pos: 29.5,-51.5 + - type: Transform + pos: 29.5,-51.5 parent: 34 - type: Transform - uid: 5326 components: - - pos: 29.5,-52.5 + - type: Transform + pos: 29.5,-52.5 parent: 34 - type: Transform - uid: 5327 components: - - pos: 29.5,-53.5 + - type: Transform + pos: 29.5,-53.5 parent: 34 - type: Transform - uid: 5328 components: - - pos: 29.5,-54.5 + - type: Transform + pos: 29.5,-54.5 parent: 34 - type: Transform - uid: 5329 components: - - pos: 33.5,-50.5 + - type: Transform + pos: 33.5,-50.5 parent: 34 - type: Transform - uid: 5330 components: - - pos: 33.5,-51.5 + - type: Transform + pos: 33.5,-51.5 parent: 34 - type: Transform - uid: 5331 components: - - pos: 33.5,-52.5 + - type: Transform + pos: 33.5,-52.5 parent: 34 - type: Transform - uid: 5332 components: - - pos: 33.5,-53.5 + - type: Transform + pos: 33.5,-53.5 parent: 34 - type: Transform - uid: 5333 components: - - pos: 33.5,-54.5 + - type: Transform + pos: 33.5,-54.5 parent: 34 - type: Transform - uid: 5446 components: - - pos: 21.5,-50.5 + - type: Transform + pos: 21.5,-50.5 parent: 34 - type: Transform - uid: 5478 components: - - pos: 34.5,-48.5 + - type: Transform + pos: 34.5,-48.5 parent: 34 - type: Transform - uid: 5479 components: - - pos: 35.5,-48.5 + - type: Transform + pos: 35.5,-48.5 parent: 34 - type: Transform - uid: 5480 components: - - pos: 36.5,-48.5 + - type: Transform + pos: 36.5,-48.5 parent: 34 - type: Transform - uid: 5481 components: - - pos: 36.5,-47.5 + - type: Transform + pos: 36.5,-47.5 parent: 34 - type: Transform - uid: 5482 components: - - pos: 35.5,-45.5 + - type: Transform + pos: 35.5,-45.5 parent: 34 - type: Transform - uid: 5571 components: - - pos: -27.5,3.5 + - type: Transform + pos: -27.5,3.5 parent: 34 - type: Transform - uid: 5588 components: - - pos: -26.5,5.5 + - type: Transform + pos: -26.5,5.5 parent: 34 - type: Transform - uid: 5617 components: - - pos: -29.5,8.5 + - type: Transform + pos: -29.5,8.5 parent: 34 - type: Transform - uid: 5618 components: - - pos: -30.5,8.5 + - type: Transform + pos: -30.5,8.5 parent: 34 - type: Transform - uid: 5619 components: - - pos: -32.5,8.5 + - type: Transform + pos: -32.5,8.5 parent: 34 - type: Transform - uid: 5620 components: - - pos: -33.5,8.5 + - type: Transform + pos: -33.5,8.5 parent: 34 - type: Transform - uid: 5621 components: - - pos: -34.5,8.5 + - type: Transform + pos: -34.5,8.5 parent: 34 - type: Transform - uid: 5622 components: - - pos: -30.5,9.5 + - type: Transform + pos: -30.5,9.5 parent: 34 - type: Transform - uid: 5623 components: - - pos: -30.5,10.5 + - type: Transform + pos: -30.5,10.5 parent: 34 - type: Transform - uid: 5624 components: - - pos: -31.5,8.5 + - type: Transform + pos: -31.5,8.5 parent: 34 - type: Transform - uid: 5632 components: - - pos: -21.5,14.5 + - type: Transform + pos: -21.5,14.5 parent: 34 - type: Transform - uid: 5633 components: - - pos: -21.5,13.5 + - type: Transform + pos: -21.5,13.5 parent: 34 - type: Transform - uid: 5634 components: - - pos: -21.5,12.5 + - type: Transform + pos: -21.5,12.5 parent: 34 - type: Transform - uid: 5635 components: - - pos: -21.5,11.5 + - type: Transform + pos: -21.5,11.5 parent: 34 - type: Transform - uid: 5636 components: - - pos: -21.5,10.5 + - type: Transform + pos: -21.5,10.5 parent: 34 - type: Transform - uid: 5637 components: - - pos: -17.5,14.5 + - type: Transform + pos: -17.5,14.5 parent: 34 - type: Transform - uid: 5638 components: - - pos: -17.5,13.5 + - type: Transform + pos: -17.5,13.5 parent: 34 - type: Transform - uid: 5639 components: - - pos: -17.5,12.5 + - type: Transform + pos: -17.5,12.5 parent: 34 - type: Transform - uid: 5640 components: - - pos: -17.5,11.5 + - type: Transform + pos: -17.5,11.5 parent: 34 - type: Transform - uid: 5641 components: - - pos: -17.5,10.5 + - type: Transform + pos: -17.5,10.5 parent: 34 - type: Transform - uid: 5642 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 34 - type: Transform - uid: 5643 components: - - pos: -13.5,13.5 + - type: Transform + pos: -13.5,13.5 parent: 34 - type: Transform - uid: 5644 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 34 - type: Transform - uid: 5645 components: - - pos: -13.5,11.5 + - type: Transform + pos: -13.5,11.5 parent: 34 - type: Transform - uid: 5646 components: - - pos: -13.5,10.5 + - type: Transform + pos: -13.5,10.5 parent: 34 - type: Transform - uid: 5647 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 34 - type: Transform - uid: 5648 components: - - pos: -17.5,9.5 + - type: Transform + pos: -17.5,9.5 parent: 34 - type: Transform - uid: 5649 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 34 - type: Transform - uid: 5650 components: - - pos: -14.5,8.5 + - type: Transform + pos: -14.5,8.5 parent: 34 - type: Transform - uid: 5651 components: - - pos: -15.5,8.5 + - type: Transform + pos: -15.5,8.5 parent: 34 - type: Transform - uid: 5652 components: - - pos: -16.5,8.5 + - type: Transform + pos: -16.5,8.5 parent: 34 - type: Transform - uid: 5653 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 34 - type: Transform - uid: 5654 components: - - pos: -18.5,8.5 + - type: Transform + pos: -18.5,8.5 parent: 34 - type: Transform - uid: 5655 components: - - pos: -19.5,8.5 + - type: Transform + pos: -19.5,8.5 parent: 34 - type: Transform - uid: 5656 components: - - pos: -20.5,8.5 + - type: Transform + pos: -20.5,8.5 parent: 34 - type: Transform - uid: 5657 components: - - pos: -21.5,8.5 + - type: Transform + pos: -21.5,8.5 parent: 34 - type: Transform - uid: 5658 components: - - pos: -22.5,8.5 + - type: Transform + pos: -22.5,8.5 parent: 34 - type: Transform - uid: 5659 components: - - pos: -23.5,8.5 + - type: Transform + pos: -23.5,8.5 parent: 34 - type: Transform - uid: 5660 components: - - pos: -25.5,8.5 + - type: Transform + pos: -25.5,8.5 parent: 34 - type: Transform - uid: 5661 components: - - pos: -25.5,7.5 + - type: Transform + pos: -25.5,7.5 parent: 34 - type: Transform - uid: 5662 components: - - pos: -26.5,8.5 + - type: Transform + pos: -26.5,8.5 parent: 34 - type: Transform - uid: 5663 components: - - pos: -26.5,7.5 + - type: Transform + pos: -26.5,7.5 parent: 34 - type: Transform - uid: 5678 components: - - pos: -21.5,9.5 + - type: Transform + pos: -21.5,9.5 parent: 34 - type: Transform - uid: 5739 components: - - pos: -27.5,5.5 + - type: Transform + pos: -27.5,5.5 parent: 34 - type: Transform - uid: 5741 components: - - pos: -25.5,3.5 + - type: Transform + pos: -25.5,3.5 parent: 34 - type: Transform - uid: 5742 components: - - pos: -24.5,3.5 + - type: Transform + pos: -24.5,3.5 parent: 34 - type: Transform - uid: 5743 components: - - pos: -25.5,5.5 + - type: Transform + pos: -25.5,5.5 parent: 34 - type: Transform - uid: 5745 components: - - pos: -25.5,4.5 + - type: Transform + pos: -25.5,4.5 parent: 34 - type: Transform - uid: 5784 components: - - pos: -41.5,1.5 + - type: Transform + pos: -41.5,1.5 parent: 34 - type: Transform - uid: 5787 components: - - pos: -40.5,3.5 + - type: Transform + pos: -40.5,3.5 parent: 34 - type: Transform - uid: 5790 components: - - pos: -22.5,3.5 + - type: Transform + pos: -22.5,3.5 parent: 34 - type: Transform - uid: 5791 components: - - pos: -21.5,3.5 + - type: Transform + pos: -21.5,3.5 parent: 34 - type: Transform - uid: 5792 components: - - pos: -20.5,3.5 + - type: Transform + pos: -20.5,3.5 parent: 34 - type: Transform - uid: 5794 components: - - pos: -26.5,3.5 + - type: Transform + pos: -26.5,3.5 parent: 34 - type: Transform - uid: 5813 components: - - pos: 32.5,-45.5 + - type: Transform + pos: 32.5,-45.5 parent: 34 - type: Transform - uid: 5814 components: - - pos: 31.5,-45.5 + - type: Transform + pos: 31.5,-45.5 parent: 34 - type: Transform - uid: 5815 components: - - pos: 31.5,-44.5 + - type: Transform + pos: 31.5,-44.5 parent: 34 - type: Transform - uid: 5817 components: - - pos: 30.5,-43.5 + - type: Transform + pos: 30.5,-43.5 parent: 34 - type: Transform - uid: 5818 components: - - pos: 29.5,-43.5 + - type: Transform + pos: 29.5,-43.5 parent: 34 - type: Transform - uid: 5819 components: - - pos: 32.5,-43.5 + - type: Transform + pos: 32.5,-43.5 parent: 34 - type: Transform - uid: 5820 components: - - pos: 31.5,-43.5 + - type: Transform + pos: 31.5,-43.5 parent: 34 - type: Transform - uid: 5821 components: - - pos: 32.5,-44.5 + - type: Transform + pos: 32.5,-44.5 parent: 34 - type: Transform - uid: 5822 components: - - pos: 33.5,-43.5 + - type: Transform + pos: 33.5,-43.5 parent: 34 - type: Transform - uid: 5823 components: - - pos: 25.5,-47.5 + - type: Transform + pos: 25.5,-47.5 parent: 34 - type: Transform - uid: 5940 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 34 - type: Transform - uid: 5958 components: - - pos: 14.5,-48.5 + - type: Transform + pos: 14.5,-48.5 parent: 34 - type: Transform - uid: 6007 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-51.5 parent: 34 - type: Transform - uid: 6008 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-50.5 parent: 34 - type: Transform - uid: 6094 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 34 - type: Transform - uid: 6115 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-44.5 parent: 34 - type: Transform - uid: 6139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-29.5 parent: 34 - type: Transform - uid: 6142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-29.5 parent: 34 - type: Transform - uid: 6143 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 34 - type: Transform - uid: 6146 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 34 - type: Transform - uid: 6374 components: - - pos: -33.5,-49.5 + - type: Transform + pos: -33.5,-49.5 parent: 34 - type: Transform - uid: 6570 components: - - pos: 30.5,-40.5 + - type: Transform + pos: 30.5,-40.5 parent: 34 - type: Transform - uid: 6617 components: - - pos: -41.5,-22.5 + - type: Transform + pos: -41.5,-22.5 parent: 34 - type: Transform - uid: 6619 components: - - pos: -49.5,-21.5 + - type: Transform + pos: -49.5,-21.5 parent: 34 - type: Transform - uid: 6623 components: - - pos: -42.5,-22.5 + - type: Transform + pos: -42.5,-22.5 parent: 34 - type: Transform - uid: 7160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-59.5 parent: 34 - type: Transform - uid: 7233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-59.5 parent: 34 - type: Transform - uid: 7390 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-59.5 parent: 34 - type: Transform - uid: 7419 components: - - pos: -30.5,-30.5 + - type: Transform + pos: -30.5,-30.5 parent: 34 - type: Transform - uid: 7672 components: - - pos: 33.5,0.5 + - type: Transform + pos: 33.5,0.5 parent: 34 - type: Transform - uid: 7673 components: - - pos: 33.5,1.5 + - type: Transform + pos: 33.5,1.5 parent: 34 - type: Transform - uid: 7674 components: - - pos: 33.5,2.5 + - type: Transform + pos: 33.5,2.5 parent: 34 - type: Transform - uid: 7675 components: - - pos: 33.5,3.5 + - type: Transform + pos: 33.5,3.5 parent: 34 - type: Transform - uid: 7676 components: - - pos: 33.5,4.5 + - type: Transform + pos: 33.5,4.5 parent: 34 - type: Transform - uid: 7677 components: - - pos: 33.5,5.5 + - type: Transform + pos: 33.5,5.5 parent: 34 - type: Transform - uid: 7678 components: - - pos: 33.5,6.5 + - type: Transform + pos: 33.5,6.5 parent: 34 - type: Transform - uid: 7679 components: - - pos: 33.5,7.5 + - type: Transform + pos: 33.5,7.5 parent: 34 - type: Transform - uid: 7680 components: - - pos: 32.5,7.5 + - type: Transform + pos: 32.5,7.5 parent: 34 - type: Transform - uid: 7681 components: - - pos: 31.5,7.5 + - type: Transform + pos: 31.5,7.5 parent: 34 - type: Transform - uid: 7683 components: - - pos: 29.5,7.5 + - type: Transform + pos: 29.5,7.5 parent: 34 - type: Transform - uid: 7684 components: - - pos: 28.5,7.5 + - type: Transform + pos: 28.5,7.5 parent: 34 - type: Transform - uid: 7685 components: - - pos: 27.5,7.5 + - type: Transform + pos: 27.5,7.5 parent: 34 - type: Transform - uid: 7686 components: - - pos: 26.5,7.5 + - type: Transform + pos: 26.5,7.5 parent: 34 - type: Transform - uid: 7687 components: - - pos: 25.5,7.5 + - type: Transform + pos: 25.5,7.5 parent: 34 - type: Transform - uid: 7688 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 34 - type: Transform - uid: 7689 components: - - pos: 23.5,7.5 + - type: Transform + pos: 23.5,7.5 parent: 34 - type: Transform - uid: 7690 components: - - pos: 22.5,7.5 + - type: Transform + pos: 22.5,7.5 parent: 34 - type: Transform - uid: 7691 components: - - pos: 22.5,8.5 + - type: Transform + pos: 22.5,8.5 parent: 34 - type: Transform - uid: 7692 components: - - pos: 21.5,8.5 + - type: Transform + pos: 21.5,8.5 parent: 34 - type: Transform - uid: 7693 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 34 - type: Transform - uid: 7694 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 34 - type: Transform - uid: 7695 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 34 - type: Transform - uid: 7696 components: - - pos: 17.5,8.5 + - type: Transform + pos: 17.5,8.5 parent: 34 - type: Transform - uid: 7697 components: - - pos: 16.5,8.5 + - type: Transform + pos: 16.5,8.5 parent: 34 - type: Transform - uid: 7698 components: - - pos: 22.5,5.5 + - type: Transform + pos: 22.5,5.5 parent: 34 - type: Transform - uid: 7699 components: - - pos: 22.5,4.5 + - type: Transform + pos: 22.5,4.5 parent: 34 - type: Transform - uid: 7700 components: - - pos: 22.5,3.5 + - type: Transform + pos: 22.5,3.5 parent: 34 - type: Transform - uid: 7712 components: - - pos: 33.5,-16.5 + - type: Transform + pos: 33.5,-16.5 parent: 34 - type: Transform - uid: 7713 components: - - pos: 33.5,-17.5 + - type: Transform + pos: 33.5,-17.5 parent: 34 - type: Transform - uid: 7714 components: - - pos: 33.5,-18.5 + - type: Transform + pos: 33.5,-18.5 parent: 34 - type: Transform - uid: 7715 components: - - pos: 33.5,-19.5 + - type: Transform + pos: 33.5,-19.5 parent: 34 - type: Transform - uid: 7716 components: - - pos: 33.5,-40.5 + - type: Transform + pos: 33.5,-40.5 parent: 34 - type: Transform - uid: 7717 components: - - pos: 32.5,-40.5 - parent: 34 - type: Transform + - type: Transform + pos: 32.5,-40.5 + parent: 34 - uid: 7718 components: - - pos: 31.5,-39.5 + - type: Transform + pos: 31.5,-39.5 parent: 34 - type: Transform - uid: 7722 components: - - pos: 29.5,-41.5 + - type: Transform + pos: 29.5,-41.5 parent: 34 - type: Transform - uid: 7723 components: - - pos: 28.5,-41.5 + - type: Transform + pos: 28.5,-41.5 parent: 34 - type: Transform - uid: 7724 components: - - pos: 27.5,-41.5 + - type: Transform + pos: 27.5,-41.5 parent: 34 - type: Transform - uid: 7725 components: - - pos: 26.5,-41.5 + - type: Transform + pos: 26.5,-41.5 parent: 34 - type: Transform - uid: 7726 components: - - pos: 25.5,-41.5 + - type: Transform + pos: 25.5,-41.5 parent: 34 - type: Transform - uid: 7727 components: - - pos: 24.5,-41.5 + - type: Transform + pos: 24.5,-41.5 parent: 34 - type: Transform - uid: 7728 components: - - pos: 23.5,-41.5 + - type: Transform + pos: 23.5,-41.5 parent: 34 - type: Transform - uid: 7729 components: - - pos: 22.5,-41.5 + - type: Transform + pos: 22.5,-41.5 parent: 34 - type: Transform - uid: 7730 components: - - pos: 21.5,-41.5 + - type: Transform + pos: 21.5,-41.5 parent: 34 - type: Transform - uid: 7731 components: - - pos: 20.5,-41.5 + - type: Transform + pos: 20.5,-41.5 parent: 34 - type: Transform - uid: 7732 components: - - pos: 19.5,-41.5 + - type: Transform + pos: 19.5,-41.5 parent: 34 - type: Transform - uid: 7733 components: - - pos: 18.5,-41.5 + - type: Transform + pos: 18.5,-41.5 parent: 34 - type: Transform - uid: 7736 components: - - pos: 15.5,-41.5 + - type: Transform + pos: 15.5,-41.5 parent: 34 - type: Transform - uid: 7737 components: - - pos: 14.5,-41.5 + - type: Transform + pos: 14.5,-41.5 parent: 34 - type: Transform - uid: 7739 components: - - pos: 13.5,-41.5 + - type: Transform + pos: 13.5,-41.5 parent: 34 - type: Transform - uid: 7743 components: - - pos: 12.5,-44.5 + - type: Transform + pos: 12.5,-44.5 parent: 34 - type: Transform - uid: 7744 components: - - pos: 11.5,-44.5 + - type: Transform + pos: 11.5,-44.5 parent: 34 - type: Transform - uid: 7745 components: - - pos: 10.5,-44.5 + - type: Transform + pos: 10.5,-44.5 parent: 34 - type: Transform - uid: 7746 components: - - pos: 9.5,-44.5 + - type: Transform + pos: 9.5,-44.5 parent: 34 - type: Transform - uid: 7747 components: - - pos: 8.5,-44.5 + - type: Transform + pos: 8.5,-44.5 parent: 34 - type: Transform - uid: 7749 components: - - pos: 6.5,-44.5 + - type: Transform + pos: 6.5,-44.5 parent: 34 - type: Transform - uid: 7750 components: - - pos: 5.5,-44.5 + - type: Transform + pos: 5.5,-44.5 parent: 34 - type: Transform - uid: 7753 components: - - pos: 3.5,-45.5 + - type: Transform + pos: 3.5,-45.5 parent: 34 - type: Transform - uid: 7757 components: - - pos: -19.5,-13.5 + - type: Transform + pos: -19.5,-13.5 parent: 34 - type: Transform - uid: 7758 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 34 - type: Transform - uid: 7759 components: - - pos: -17.5,-13.5 + - type: Transform + pos: -17.5,-13.5 parent: 34 - type: Transform - uid: 7775 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 34 - type: Transform - uid: 7776 components: - - pos: -53.5,-10.5 + - type: Transform + pos: -53.5,-10.5 parent: 34 - type: Transform - uid: 7777 components: - - pos: -53.5,-9.5 + - type: Transform + pos: -53.5,-9.5 parent: 34 - type: Transform - uid: 7778 components: - - pos: -53.5,-8.5 + - type: Transform + pos: -53.5,-8.5 parent: 34 - type: Transform - uid: 7779 components: - - pos: -53.5,-7.5 + - type: Transform + pos: -53.5,-7.5 parent: 34 - type: Transform - uid: 7781 components: - - pos: -53.5,-5.5 + - type: Transform + pos: -53.5,-5.5 parent: 34 - type: Transform - uid: 7782 components: - - pos: -53.5,-4.5 + - type: Transform + pos: -53.5,-4.5 parent: 34 - type: Transform - uid: 7783 components: - - pos: -53.5,-3.5 + - type: Transform + pos: -53.5,-3.5 parent: 34 - type: Transform - uid: 7784 components: - - pos: -53.5,-2.5 + - type: Transform + pos: -53.5,-2.5 parent: 34 - type: Transform - uid: 7785 components: - - pos: -53.5,-1.5 + - type: Transform + pos: -53.5,-1.5 parent: 34 - type: Transform - uid: 7786 components: - - pos: -53.5,-0.5 + - type: Transform + pos: -53.5,-0.5 parent: 34 - type: Transform - uid: 7787 components: - - pos: -53.5,0.5 + - type: Transform + pos: -53.5,0.5 parent: 34 - type: Transform - uid: 7788 components: - - pos: -53.5,1.5 + - type: Transform + pos: -53.5,1.5 parent: 34 - type: Transform - uid: 7789 components: - - pos: -54.5,1.5 + - type: Transform + pos: -54.5,1.5 parent: 34 - type: Transform - uid: 7790 components: - - pos: -54.5,-4.5 + - type: Transform + pos: -54.5,-4.5 parent: 34 - type: Transform - uid: 7791 components: - - pos: -56.5,-4.5 + - type: Transform + pos: -56.5,-4.5 parent: 34 - type: Transform - uid: 7792 components: - - pos: -56.5,-5.5 + - type: Transform + pos: -56.5,-5.5 parent: 34 - type: Transform - uid: 7793 components: - - pos: -54.5,3.5 + - type: Transform + pos: -54.5,3.5 parent: 34 - type: Transform - uid: 7794 components: - - pos: -41.5,2.5 + - type: Transform + pos: -41.5,2.5 parent: 34 - type: Transform - uid: 7795 components: - - pos: -41.5,3.5 + - type: Transform + pos: -41.5,3.5 parent: 34 - type: Transform - uid: 7796 components: - - pos: -41.5,4.5 + - type: Transform + pos: -41.5,4.5 parent: 34 - type: Transform - uid: 7797 components: - - pos: -42.5,4.5 + - type: Transform + pos: -42.5,4.5 parent: 34 - type: Transform - uid: 7799 components: - - pos: -46.5,4.5 + - type: Transform + pos: -46.5,4.5 parent: 34 - type: Transform - uid: 7800 components: - - pos: -45.5,4.5 + - type: Transform + pos: -45.5,4.5 parent: 34 - type: Transform - uid: 7801 components: - - pos: -44.5,4.5 + - type: Transform + pos: -44.5,4.5 parent: 34 - type: Transform - uid: 7802 components: - - pos: -47.5,4.5 + - type: Transform + pos: -47.5,4.5 parent: 34 - type: Transform - uid: 8007 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-45.5 parent: 34 - type: Transform - uid: 8193 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-43.5 parent: 34 - type: Transform - uid: 8250 components: - - pos: -41.5,5.5 + - type: Transform + pos: -41.5,5.5 parent: 34 - type: Transform - uid: 8929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-37.5 parent: 34 - type: Transform - uid: 8939 components: - - pos: 36.5,-16.5 + - type: Transform + pos: 36.5,-16.5 parent: 34 - type: Transform - uid: 9111 components: - - pos: 34.5,-16.5 + - type: Transform + pos: 34.5,-16.5 parent: 34 - type: Transform - uid: 9330 components: - - pos: 25.5,-46.5 + - type: Transform + pos: 25.5,-46.5 parent: 34 - type: Transform - uid: 9331 components: - - pos: 26.5,-46.5 + - type: Transform + pos: 26.5,-46.5 parent: 34 - type: Transform - uid: 9332 components: - - pos: 26.5,-45.5 + - type: Transform + pos: 26.5,-45.5 parent: 34 - type: Transform - uid: 9333 components: - - pos: 26.5,-44.5 + - type: Transform + pos: 26.5,-44.5 parent: 34 - type: Transform - uid: 9334 components: - - pos: 25.5,-44.5 + - type: Transform + pos: 25.5,-44.5 parent: 34 - type: Transform - uid: 9335 components: - - pos: 24.5,-44.5 + - type: Transform + pos: 24.5,-44.5 parent: 34 - type: Transform - uid: 9336 components: - - pos: 24.5,-45.5 + - type: Transform + pos: 24.5,-45.5 parent: 34 - type: Transform - uid: 9337 components: - - pos: 24.5,-46.5 + - type: Transform + pos: 24.5,-46.5 parent: 34 - type: Transform - uid: 9349 components: - - pos: 35.5,-44.5 + - type: Transform + pos: 35.5,-44.5 parent: 34 - type: Transform - uid: 9350 components: - - pos: 35.5,-43.5 + - type: Transform + pos: 35.5,-43.5 parent: 34 - type: Transform - uid: 9351 components: - - pos: 36.5,-45.5 + - type: Transform + pos: 36.5,-45.5 parent: 34 - type: Transform - uid: 9352 components: - - pos: 36.5,-44.5 + - type: Transform + pos: 36.5,-44.5 parent: 34 - type: Transform - uid: 9353 components: - - pos: 36.5,-43.5 + - type: Transform + pos: 36.5,-43.5 parent: 34 - type: Transform - uid: 9354 components: - - pos: 33.5,-45.5 + - type: Transform + pos: 33.5,-45.5 parent: 34 - type: Transform - uid: 9384 components: - - pos: -33.5,-45.5 + - type: Transform + pos: -33.5,-45.5 parent: 34 - type: Transform - uid: 10101 components: - - pos: 31.5,-40.5 + - type: Transform + pos: 31.5,-40.5 parent: 34 - type: Transform - uid: 10102 components: - - pos: 29.5,-40.5 + - type: Transform + pos: 29.5,-40.5 parent: 34 - type: Transform - uid: 10119 components: - - pos: -36.5,-58.5 + - type: Transform + pos: -36.5,-58.5 parent: 34 - type: Transform - uid: 10247 components: - - pos: -43.5,-22.5 + - type: Transform + pos: -43.5,-22.5 parent: 34 - type: Transform - uid: 10262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-45.5 parent: 34 - type: Transform - uid: 10520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-34.5 parent: 34 - type: Transform - uid: 10521 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-34.5 parent: 34 - type: Transform - uid: 10721 components: - - pos: -17.5,-30.5 + - type: Transform + pos: -17.5,-30.5 parent: 34 - type: Transform - uid: 10994 components: - - pos: -15.5,-30.5 + - type: Transform + pos: -15.5,-30.5 parent: 34 - type: Transform - uid: 11031 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-34.5 parent: 34 - type: Transform - uid: 11033 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-34.5 parent: 34 - type: Transform - uid: 11035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-34.5 parent: 34 - type: Transform - uid: 11235 components: - - pos: 16.5,-44.5 + - type: Transform + pos: 16.5,-44.5 parent: 34 - type: Transform - uid: 11236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-41.5 parent: 34 - type: Transform - uid: 11257 components: - - pos: -47.5,-38.5 + - type: Transform + pos: -47.5,-38.5 parent: 34 - type: Transform - uid: 11483 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-21.5 parent: 34 - type: Transform - uid: 11554 components: - - pos: -28.5,-41.5 + - type: Transform + pos: -28.5,-41.5 parent: 34 - type: Transform - uid: 11620 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-38.5 parent: 34 - type: Transform - uid: 11638 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-38.5 parent: 34 - type: Transform - uid: 11686 components: - - pos: 36.5,-15.5 + - type: Transform + pos: 36.5,-15.5 parent: 34 - type: Transform - uid: 11695 components: - - pos: -54.5,-18.5 + - type: Transform + pos: -54.5,-18.5 parent: 34 - type: Transform - uid: 11769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-35.5 parent: 34 - type: Transform - uid: 11842 components: - - pos: -29.5,-53.5 + - type: Transform + pos: -29.5,-53.5 parent: 34 - type: Transform - uid: 12077 components: - - pos: -29.5,-58.5 + - type: Transform + pos: -29.5,-58.5 parent: 34 - type: Transform - uid: 12078 components: - - pos: -29.5,-59.5 + - type: Transform + pos: -29.5,-59.5 parent: 34 - type: Transform - uid: 12085 components: - - pos: -38.5,-58.5 + - type: Transform + pos: -38.5,-58.5 parent: 34 - type: Transform - uid: 12186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-18.5 parent: 34 - type: Transform - uid: 12234 components: - - pos: -35.5,-36.5 + - type: Transform + pos: -35.5,-36.5 parent: 34 - type: Transform - uid: 12235 components: - - pos: -34.5,-36.5 + - type: Transform + pos: -34.5,-36.5 parent: 34 - type: Transform - uid: 12248 components: - - pos: -27.5,-41.5 + - type: Transform + pos: -27.5,-41.5 parent: 34 - type: Transform - uid: 12249 components: - - pos: -27.5,-42.5 + - type: Transform + pos: -27.5,-42.5 parent: 34 - type: Transform - uid: 12293 components: - - pos: -29.5,-55.5 + - type: Transform + pos: -29.5,-55.5 parent: 34 - type: Transform - uid: 12294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-42.5 parent: 34 - type: Transform - uid: 12296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-45.5 parent: 34 - type: Transform - uid: 12297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-46.5 parent: 34 - type: Transform - uid: 12298 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-47.5 parent: 34 - type: Transform - uid: 12299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-48.5 parent: 34 - type: Transform - uid: 12339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-49.5 parent: 34 - type: Transform - uid: 12340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-52.5 parent: 34 - type: Transform - uid: 12366 components: - - pos: -54.5,-20.5 + - type: Transform + pos: -54.5,-20.5 parent: 34 - type: Transform - uid: 12377 components: - - pos: -53.5,-38.5 + - type: Transform + pos: -53.5,-38.5 parent: 34 - type: Transform - uid: 12384 components: - - pos: -53.5,-39.5 + - type: Transform + pos: -53.5,-39.5 parent: 34 - type: Transform - uid: 12390 components: - - pos: 36.5,-12.5 + - type: Transform + pos: 36.5,-12.5 parent: 34 - type: Transform - uid: 12391 components: - - pos: 36.5,-11.5 + - type: Transform + pos: 36.5,-11.5 parent: 34 - type: Transform - uid: 12404 components: - - pos: -53.5,-40.5 + - type: Transform + pos: -53.5,-40.5 parent: 34 - type: Transform - uid: 12431 components: - - pos: 35.5,-16.5 + - type: Transform + pos: 35.5,-16.5 parent: 34 - type: Transform - uid: 12446 components: - - pos: -29.5,-54.5 + - type: Transform + pos: -29.5,-54.5 parent: 34 - type: Transform - uid: 12455 components: - - pos: -32.5,-58.5 + - type: Transform + pos: -32.5,-58.5 parent: 34 - type: Transform - uid: 12470 components: - - pos: -35.5,-58.5 + - type: Transform + pos: -35.5,-58.5 parent: 34 - type: Transform - uid: 12473 components: - - pos: -34.5,-58.5 + - type: Transform + pos: -34.5,-58.5 parent: 34 - type: Transform - uid: 12474 components: - - pos: -33.5,-58.5 + - type: Transform + pos: -33.5,-58.5 parent: 34 - type: Transform - uid: 12521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-32.5 parent: 34 - type: Transform - uid: 12581 components: - - pos: -50.5,-26.5 + - type: Transform + pos: -50.5,-26.5 parent: 34 - type: Transform - uid: 12582 components: - - pos: -51.5,-26.5 + - type: Transform + pos: -51.5,-26.5 parent: 34 - type: Transform - uid: 12583 components: - - pos: -53.5,-26.5 + - type: Transform + pos: -53.5,-26.5 parent: 34 - type: Transform - uid: 12584 components: - - pos: -52.5,-26.5 + - type: Transform + pos: -52.5,-26.5 parent: 34 - type: Transform - uid: 12585 components: - - pos: -50.5,-25.5 + - type: Transform + pos: -50.5,-25.5 parent: 34 - type: Transform - uid: 12586 components: - - pos: -51.5,-25.5 + - type: Transform + pos: -51.5,-25.5 parent: 34 - type: Transform - uid: 12587 components: - - pos: -52.5,-25.5 + - type: Transform + pos: -52.5,-25.5 parent: 34 - type: Transform - uid: 12588 components: - - pos: -53.5,-25.5 + - type: Transform + pos: -53.5,-25.5 parent: 34 - type: Transform - uid: 12589 components: - - pos: -51.5,-27.5 + - type: Transform + pos: -51.5,-27.5 parent: 34 - type: Transform - uid: 12590 components: - - pos: -51.5,-28.5 + - type: Transform + pos: -51.5,-28.5 parent: 34 - type: Transform - uid: 12591 components: - - pos: -51.5,-29.5 + - type: Transform + pos: -51.5,-29.5 parent: 34 - type: Transform - uid: 12592 components: - - pos: -51.5,-30.5 + - type: Transform + pos: -51.5,-30.5 parent: 34 - type: Transform - uid: 12593 components: - - pos: -51.5,-31.5 + - type: Transform + pos: -51.5,-31.5 parent: 34 - type: Transform - uid: 12594 components: - - pos: -51.5,-32.5 + - type: Transform + pos: -51.5,-32.5 parent: 34 - type: Transform - uid: 12595 components: - - pos: -51.5,-33.5 + - type: Transform + pos: -51.5,-33.5 parent: 34 - type: Transform - uid: 12596 components: - - pos: -51.5,-34.5 + - type: Transform + pos: -51.5,-34.5 parent: 34 - type: Transform - uid: 12597 components: - - pos: -51.5,-35.5 + - type: Transform + pos: -51.5,-35.5 parent: 34 - type: Transform - uid: 12599 components: - - pos: -53.5,-35.5 + - type: Transform + pos: -53.5,-35.5 parent: 34 - type: Transform - uid: 12600 components: - - pos: -53.5,-36.5 + - type: Transform + pos: -53.5,-36.5 parent: 34 - type: Transform - uid: 12605 components: - - pos: -50.5,-33.5 + - type: Transform + pos: -50.5,-33.5 parent: 34 - type: Transform - uid: 12645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-33.5 parent: 34 - type: Transform - uid: 12688 components: - - pos: -39.5,-58.5 + - type: Transform + pos: -39.5,-58.5 parent: 34 - type: Transform - uid: 12740 components: - - pos: -47.5,-42.5 + - type: Transform + pos: -47.5,-42.5 parent: 34 - type: Transform - uid: 12791 components: - - pos: -46.5,-42.5 + - type: Transform + pos: -46.5,-42.5 parent: 34 - type: Transform - uid: 12972 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-22.5 parent: 34 - type: Transform - uid: 12973 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-14.5 parent: 34 - type: Transform - uid: 12974 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-13.5 parent: 34 - type: Transform - uid: 12976 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-12.5 parent: 34 - type: Transform - proto: Chair entities: - uid: 1960 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-18.5 parent: 34 - type: Transform - uid: 2019 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,1.5 parent: 34 - type: Transform - uid: 2500 components: - - pos: -28.5,-7.5 + - type: Transform + pos: -28.5,-7.5 parent: 34 - type: Transform - uid: 2716 components: - - pos: -14.5,-14.5 + - type: Transform + pos: -14.5,-14.5 parent: 34 - type: Transform - uid: 2717 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-16.5 parent: 34 - type: Transform - uid: 2721 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-20.5 parent: 34 - type: Transform - uid: 2722 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-22.5 parent: 34 - type: Transform - uid: 2723 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-22.5 parent: 34 - type: Transform - uid: 2937 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-31.5 parent: 34 - type: Transform - uid: 2938 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-32.5 parent: 34 - type: Transform - uid: 3637 components: - - pos: 27.5,-5.5 + - type: Transform + pos: 27.5,-5.5 parent: 34 - type: Transform - uid: 3755 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-11.5 parent: 34 - type: Transform - uid: 3760 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-11.5 parent: 34 - type: Transform - uid: 3874 components: - - pos: 13.5,-26.5 + - type: Transform + pos: 13.5,-26.5 parent: 34 - type: Transform - uid: 3877 components: - - pos: 12.5,-27.5 + - type: Transform + pos: 12.5,-27.5 parent: 34 - type: Transform - uid: 3878 components: - - pos: 14.5,-26.5 + - type: Transform + pos: 14.5,-26.5 parent: 34 - type: Transform - uid: 3879 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 34 - type: Transform - uid: 3880 components: - - pos: 14.5,-27.5 + - type: Transform + pos: 14.5,-27.5 parent: 34 - type: Transform - uid: 3904 components: - - pos: 14.5,-29.5 + - type: Transform + pos: 14.5,-29.5 parent: 34 - type: Transform - uid: 3905 components: - - pos: 13.5,-29.5 + - type: Transform + pos: 13.5,-29.5 parent: 34 - type: Transform - uid: 3906 components: - - pos: 16.5,-29.5 + - type: Transform + pos: 16.5,-29.5 parent: 34 - type: Transform - uid: 3907 components: - - pos: 17.5,-29.5 + - type: Transform + pos: 17.5,-29.5 parent: 34 - type: Transform - uid: 3912 components: - - pos: 12.5,-26.5 + - type: Transform + pos: 12.5,-26.5 parent: 34 - type: Transform - uid: 3913 components: - - pos: 16.5,-27.5 + - type: Transform + pos: 16.5,-27.5 parent: 34 - type: Transform - uid: 3914 components: - - pos: 17.5,-27.5 + - type: Transform + pos: 17.5,-27.5 parent: 34 - type: Transform - uid: 3915 components: - - pos: 18.5,-27.5 + - type: Transform + pos: 18.5,-27.5 parent: 34 - type: Transform - uid: 3916 components: - - pos: 18.5,-26.5 + - type: Transform + pos: 18.5,-26.5 parent: 34 - type: Transform - uid: 3917 components: - - pos: 17.5,-26.5 + - type: Transform + pos: 17.5,-26.5 parent: 34 - type: Transform - uid: 3918 components: - - pos: 16.5,-26.5 + - type: Transform + pos: 16.5,-26.5 parent: 34 - type: Transform - uid: 3965 components: - - pos: -10.5,-45.5 + - type: Transform + pos: -10.5,-45.5 parent: 34 - type: Transform - uid: 3966 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-47.5 parent: 34 - type: Transform - uid: 4051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-48.5 parent: 34 - type: Transform - uid: 4061 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-48.5 parent: 34 - type: Transform - uid: 4107 components: - - pos: 4.5,-47.5 + - type: Transform + pos: 4.5,-47.5 parent: 34 - type: Transform - uid: 4108 components: - - pos: 1.5,-47.5 + - type: Transform + pos: 1.5,-47.5 parent: 34 - type: Transform - uid: 4109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-50.5 parent: 34 - type: Transform - uid: 4110 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-50.5 parent: 34 - type: Transform - uid: 4111 components: - - pos: 5.5,-47.5 + - type: Transform + pos: 5.5,-47.5 parent: 34 - type: Transform - uid: 4112 components: - - pos: 2.5,-47.5 + - type: Transform + pos: 2.5,-47.5 parent: 34 - type: Transform - uid: 4113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-49.5 parent: 34 - type: Transform - uid: 4114 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-50.5 parent: 34 - type: Transform - uid: 4116 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-50.5 parent: 34 - type: Transform - uid: 4117 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-50.5 parent: 34 - type: Transform - uid: 4121 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-50.5 parent: 34 - type: Transform - uid: 4122 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-49.5 parent: 34 - type: Transform - uid: 4162 components: - - pos: 11.5,-47.5 + - type: Transform + pos: 11.5,-47.5 parent: 34 - type: Transform - uid: 4729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,3.5 parent: 34 - type: Transform - uid: 4730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 43.5,3.5 parent: 34 - type: Transform - uid: 4731 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 43.5,6.5 parent: 34 - type: Transform - uid: 4732 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,6.5 parent: 34 - type: Transform - uid: 4887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-18.5 parent: 34 - type: Transform - uid: 4888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-19.5 parent: 34 - type: Transform - uid: 4906 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-19.5 parent: 34 - type: Transform - uid: 6187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,13.5 parent: 34 - type: Transform - uid: 6188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,13.5 parent: 34 - type: Transform - uid: 6189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,13.5 parent: 34 - type: Transform - uid: 6194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,14.5 parent: 34 - type: Transform - uid: 6195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,15.5 parent: 34 - type: Transform - uid: 6208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,1.5 parent: 34 - type: Transform - uid: 6209 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 34 - type: Transform - uid: 6211 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 34 - type: Transform - uid: 7051 components: - - pos: 9.5,-47.5 + - type: Transform + pos: 9.5,-47.5 parent: 34 - type: Transform - uid: 10256 components: - - pos: -57.5,-5.5 + - type: Transform + pos: -57.5,-5.5 parent: 34 - type: Transform - uid: 10352 components: - - pos: 25.5,-22.5 + - type: Transform + pos: 25.5,-22.5 parent: 34 - type: Transform - uid: 10353 components: - - pos: 27.5,-22.5 + - type: Transform + pos: 27.5,-22.5 parent: 34 - type: Transform - uid: 10543 components: - - pos: -14.5,-18.5 + - type: Transform + pos: -14.5,-18.5 parent: 34 - type: Transform - uid: 11076 components: - - pos: 17.5,-12.5 + - type: Transform + pos: 17.5,-12.5 parent: 34 - type: Transform - uid: 11077 components: - - pos: 18.5,-12.5 + - type: Transform + pos: 18.5,-12.5 parent: 34 - type: Transform - uid: 11078 components: - - pos: 19.5,-12.5 + - type: Transform + pos: 19.5,-12.5 parent: 34 - type: Transform - uid: 11351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-9.5 parent: 34 - type: Transform - proto: ChairCursed entities: - uid: 11273 components: - - pos: 26.5,12.5 + - type: Transform + pos: 26.5,12.5 parent: 34 - type: Transform - proto: ChairFolding entities: - uid: 127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-32.5 parent: 34 - type: Transform - uid: 981 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-19.5 parent: 34 - type: Transform - uid: 995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-19.5 parent: 34 - type: Transform - uid: 1272 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 48.5,-4.5 parent: 34 - type: Transform - uid: 1822 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,-3.5 parent: 34 - type: Transform - uid: 2292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-17.5 parent: 34 - type: Transform - uid: 2351 components: - - pos: -46.333908,-26.566626 + - type: Transform + pos: -46.333908,-26.566626 parent: 34 - type: Transform - uid: 2727 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-17.5 parent: 34 - type: Transform - uid: 2729 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-15.5 parent: 34 - type: Transform - uid: 2730 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 34 - type: Transform - uid: 2731 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 34 - type: Transform - uid: 2732 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 34 - type: Transform - uid: 2733 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-15.5 parent: 34 - type: Transform - uid: 2734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-16.5 parent: 34 - type: Transform - uid: 2735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-17.5 parent: 34 - type: Transform - uid: 3620 components: - - pos: 18.563585,-6.5362997 + - type: Transform + pos: 18.563585,-6.5362997 parent: 34 - type: Transform - uid: 3621 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.324001,-7.370212 parent: 34 - type: Transform - uid: 3623 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.740667,-7.140886 parent: 34 - type: Transform - uid: 3814 components: - - pos: 8.374117,-19.598059 + - type: Transform + pos: 8.374117,-19.598059 parent: 34 - type: Transform - uid: 4690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-19.5 parent: 34 - type: Transform - uid: 5560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.742748,4.1959763 parent: 34 - type: Transform - uid: 5884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.790936,0.4281931 parent: 34 - type: Transform - uid: 5885 components: - - pos: -55.259686,1.3976164 + - type: Transform + pos: -55.259686,1.3976164 parent: 34 - type: Transform - uid: 5887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.259686,0.80345345 parent: 34 - type: Transform - uid: 5888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.040936,5.9476514 parent: 34 - type: Transform - uid: 5889 components: - - pos: -52.43156,8.7151985 + - type: Transform + pos: -52.43156,8.7151985 parent: 34 - type: Transform - uid: 5890 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.447186,7.3705144 parent: 34 - type: Transform - uid: 5891 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.353436,6.2134614 parent: 34 - type: Transform - uid: 10267 components: - - pos: 18.5,-19.5 + - type: Transform + pos: 18.5,-19.5 parent: 34 - type: Transform - uid: 10268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,-17.5 parent: 34 - type: Transform - uid: 10362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.565855,-30.782606 parent: 34 - type: Transform - uid: 10363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.33148,-30.032084 parent: 34 - type: Transform - uid: 10364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.58148,-28.828123 parent: 34 - type: Transform - uid: 10827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.67162466,-18.190395 parent: 34 - type: Transform - uid: 10839 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.410248,-27.462744 parent: 34 - type: Transform - uid: 10991 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5260153,6.661799 parent: 34 - type: Transform - uid: 11087 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.6408753,-18.398872 parent: 34 - type: Transform - uid: 11209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.024513,12.558414 parent: 34 - type: Transform - uid: 11304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.74558,10.41687 parent: 34 - type: Transform - uid: 11481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.712334,-27.431473 parent: 34 - type: Transform - uid: 11524 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.79224,-27.410961 parent: 34 - type: Transform - uid: 11525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.281826,-27.129517 parent: 34 - type: Transform - uid: 11812 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-19.5 parent: 34 - type: Transform - uid: 11927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.6718488,4.7750707 parent: 34 - type: Transform - uid: 11928 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5155988,5.6715274 parent: 34 - type: Transform - uid: 11929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.505182,6.661799 parent: 34 - type: Transform - uid: 11930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5260153,4.7542233 parent: 34 - type: Transform - uid: 11931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.598932,5.6819506 parent: 34 - type: Transform - uid: 12270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-32.5 parent: 34 - type: Transform - uid: 12357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.5,-3.5 parent: 34 - type: Transform - uid: 12359 components: - - pos: 49.5,-2.5 + - type: Transform + pos: 49.5,-2.5 parent: 34 - type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 8120 components: - - pos: 23.479801,5.683676 + - type: Transform + pos: 23.479801,5.683676 parent: 34 - type: Transform - proto: ChairOfficeDark entities: - uid: 221 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 34 - type: Transform - uid: 1887 components: - - pos: -14.154241,-26.476912 + - type: Transform + pos: -14.154241,-26.476912 parent: 34 - type: Transform - uid: 1908 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-25.5 parent: 34 - type: Transform - uid: 1959 components: - - pos: -18.434877,-19.284468 + - type: Transform + pos: -18.434877,-19.284468 parent: 34 - type: Transform - uid: 2022 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.12718,2.892284 parent: 34 - type: Transform - uid: 2251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.63605,-7.0745425 parent: 34 - type: Transform - uid: 2312 components: - - pos: -21.721905,-26.55226 + - type: Transform + pos: -21.721905,-26.55226 parent: 34 - type: Transform - uid: 2633 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.627985,-30.857965 parent: 34 - type: Transform - uid: 3543 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.946102,-7.2489953 parent: 34 - type: Transform - uid: 3747 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.621107,0.18286085 parent: 34 - type: Transform - uid: 3756 components: - - pos: 29.624441,-9.429204 + - type: Transform + pos: 29.624441,-9.429204 parent: 34 - type: Transform - uid: 4917 components: - - pos: 22.811316,-14.405392 + - type: Transform + pos: 22.811316,-14.405392 parent: 34 - type: Transform - uid: 5424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.440224,-44.51749 parent: 34 - type: Transform - uid: 5793 components: - - pos: -21.684896,2.682335 + - type: Transform + pos: -21.684896,2.682335 parent: 34 - type: Transform - uid: 6123 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 34 - type: Transform - uid: 7407 components: - - pos: 18.5,-38.5 + - type: Transform + pos: 18.5,-38.5 parent: 34 - type: Transform - uid: 11258 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,6.5 parent: 34 - type: Transform - uid: 11312 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,6.5 parent: 34 - type: Transform - uid: 12250 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-31.5 parent: 34 - type: Transform - uid: 12263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-32.5 parent: 34 - type: Transform - uid: 12383 components: - - pos: 41.5,-17.5 + - type: Transform + pos: 41.5,-17.5 parent: 34 - type: Transform - proto: ChairOfficeLight entities: - uid: 2698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.7001817,-27.57642 parent: 34 - type: Transform - uid: 2703 components: - - pos: 0.8623183,-28.4833 + - type: Transform + pos: 0.8623183,-28.4833 parent: 34 - type: Transform - uid: 7100 components: - - pos: -35.240707,2.4782186 + - type: Transform + pos: -35.240707,2.4782186 parent: 34 - type: Transform - uid: 9032 components: - - pos: 1.5,-42.5 + - type: Transform + pos: 1.5,-42.5 parent: 34 - type: Transform - uid: 10533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.66204,-18.706656 parent: 34 - type: Transform - uid: 11116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.41989,-35.72274 parent: 34 - type: Transform - uid: 11117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.711555,-34.054916 parent: 34 - type: Transform - proto: ChairRitual entities: - uid: 2290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-16.5 parent: 34 - type: Transform - uid: 2293 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-16.5 parent: 34 - type: Transform - uid: 2294 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-16.5 parent: 34 - type: Transform - uid: 2295 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-16.5 parent: 34 - type: Transform - uid: 2296 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-17.5 parent: 34 - type: Transform - uid: 2297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-17.5 parent: 34 - type: Transform - uid: 2298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-17.5 parent: 34 - type: Transform - uid: 2299 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-17.5 parent: 34 - type: Transform - uid: 2535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-15.5 parent: 34 - type: Transform - uid: 2536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-15.5 parent: 34 - type: Transform - uid: 2537 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-15.5 parent: 34 - type: Transform - uid: 2538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-15.5 parent: 34 - type: Transform - uid: 4969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,10.5 parent: 34 - type: Transform - uid: 11270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,11.5 parent: 34 - type: Transform - uid: 11271 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,10.5 parent: 34 - type: Transform - uid: 11272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,11.5 parent: 34 - type: Transform - proto: ChairWood entities: - uid: 759 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-11.5 parent: 34 - type: Transform - uid: 763 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-12.5 parent: 34 - type: Transform - uid: 764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-11.5 parent: 34 - type: Transform - uid: 765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 34 - type: Transform - uid: 766 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-11.5 parent: 34 - type: Transform - uid: 767 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-12.5 parent: 34 - type: Transform - uid: 768 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-11.5 parent: 34 - type: Transform - uid: 769 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 34 - type: Transform - uid: 2180 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.600483,-7.2082725 parent: 34 - type: Transform - uid: 2182 components: - - pos: -43.329647,-5.8531647 + - type: Transform + pos: -43.329647,-5.8531647 parent: 34 - type: Transform - uid: 2932 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-40.5 parent: 34 - type: Transform - uid: 3293 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.71118,-17.97071 parent: 34 - type: Transform - uid: 3294 components: - - pos: -39.388264,-16.844929 + - type: Transform + pos: -39.388264,-16.844929 parent: 34 - type: Transform - uid: 3363 components: - - pos: -32.70509,-14.717291 + - type: Transform + pos: -32.70509,-14.717291 parent: 34 - type: Transform - uid: 4342 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 35.5,-11.5 parent: 34 - type: Transform - uid: 5038 components: - - pos: 20.362005,5.318599 + - type: Transform + pos: 20.362005,5.318599 parent: 34 - type: Transform - uid: 5039 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.580755,3.7393775 parent: 34 - type: Transform - uid: 5040 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.40888,3.4110246 parent: 34 - type: Transform - uid: 5041 components: - - pos: 17.50263,4.349176 + - type: Transform + pos: 17.50263,4.349176 parent: 34 - type: Transform - uid: 5042 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.705755,3.5048404 parent: 34 - type: Transform - uid: 5844 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.298447,2.4496703 parent: 34 - type: Transform - uid: 5846 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.38629,2.56675 parent: 34 - type: Transform - uid: 8080 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.69369,-23.619707 parent: 34 - type: Transform - uid: 8081 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.240564,-23.275719 parent: 34 - type: Transform - uid: 11500 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 47.5,-9.5 parent: 34 - type: Transform - uid: 11506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-7.5 parent: 34 - type: Transform - uid: 11594 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-33.5 parent: 34 - type: Transform - uid: 11598 components: - - pos: -40.49422,-16.813354 + - type: Transform + pos: -40.49422,-16.813354 parent: 34 - type: Transform - uid: 11599 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.327553,-17.94956 parent: 34 - type: Transform - uid: 12796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,11.5 parent: 34 - type: Transform - uid: 12797 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,11.5 parent: 34 - type: Transform - uid: 12993 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-22.5 parent: 34 - type: Transform - uid: 12994 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-22.5 parent: 34 - type: Transform - proto: CheapLighter entities: - uid: 5907 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.25351,0.80345345 parent: 34 - type: Transform - proto: CheapRollerBed entities: - uid: 11926 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 34 - type: Transform - proto: CheckerBoard entities: - uid: 2195 components: - - pos: -43.50117,-6.4077773 + - type: Transform + pos: -43.50117,-6.4077773 parent: 34 - type: Transform - uid: 10889 components: - - pos: 25.529667,-39.480995 + - type: Transform + pos: 25.529667,-39.480995 parent: 34 - type: Transform - proto: chem_master entities: - uid: 983 components: - - pos: 1.5,-29.5 + - type: Transform + pos: 1.5,-29.5 parent: 34 - type: Transform - uid: 2686 components: - - pos: -1.5,-28.5 + - type: Transform + pos: -1.5,-28.5 parent: 34 - type: Transform - uid: 12338 components: - - pos: -16.5,-3.5 + - type: Transform + pos: -16.5,-3.5 parent: 34 - type: Transform - proto: ChemDispenser entities: - uid: 6875 components: - - pos: -1.5,-27.5 + - type: Transform + pos: -1.5,-27.5 parent: 34 - type: Transform - proto: ChemistryHotplate entities: - uid: 6538 components: - - pos: -31.5,-17.5 + - type: Transform + pos: -31.5,-17.5 parent: 34 - type: Transform - uid: 11017 components: - - pos: -0.5,-26.5 + - type: Transform + pos: -0.5,-26.5 parent: 34 - type: Transform - proto: ChessBoard entities: - uid: 5043 components: - - pos: 20.496408,4.611505 + - type: Transform + pos: 20.496408,4.611505 parent: 34 - type: Transform - proto: Cigar entities: - uid: 11126 components: - - pos: 8.780132,-5.6407824 + - type: Transform + pos: 8.780132,-5.6407824 parent: 34 - type: Transform - uid: 11127 components: - - pos: -0.67154604,-12.055826 + - type: Transform + pos: -0.67154604,-12.055826 parent: 34 - type: Transform - proto: CigaretteSpent entities: - uid: 10835 components: - - pos: 21.615124,12.340506 + - type: Transform + pos: 21.615124,12.340506 parent: 34 - type: Transform - uid: 11119 components: - - pos: -9.852268,2.2797413 + - type: Transform + pos: -9.852268,2.2797413 parent: 34 - type: Transform - uid: 11120 components: - - pos: -7.9449186,-6.79512 + - type: Transform + pos: -7.9449186,-6.79512 parent: 34 - type: Transform - uid: 11121 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.9136686,-7.0765653 parent: 34 - type: Transform - uid: 11122 components: - - pos: 2.8535097,-7.019148 + - type: Transform + pos: 2.8535097,-7.019148 parent: 34 - type: Transform - uid: 11123 components: - - pos: -0.31632757,-6.0184526 + - type: Transform + pos: -0.31632757,-6.0184526 parent: 34 - type: Transform - uid: 11124 components: - - pos: 1.802864,-11.892607 + - type: Transform + pos: 1.802864,-11.892607 parent: 34 - type: Transform - uid: 11139 components: - - pos: -7.935048,-27.011522 + - type: Transform + pos: -7.935048,-27.011522 parent: 34 - type: Transform - uid: 11140 components: - - pos: -7.726714,-26.917707 + - type: Transform + pos: -7.726714,-26.917707 parent: 34 - type: Transform - uid: 11141 components: - - pos: -3.234502,-17.468575 + - type: Transform + pos: -3.234502,-17.468575 parent: 34 - type: Transform - uid: 11142 components: - - pos: -11.029956,2.251801 + - type: Transform + pos: -11.029956,2.251801 parent: 34 - type: Transform - uid: 11143 components: - - pos: -55.229465,3.3780398 + - type: Transform + pos: -55.229465,3.3780398 parent: 34 - type: Transform - uid: 11144 components: - - pos: -55.177383,-0.041000128 + - type: Transform + pos: -55.177383,-0.041000128 parent: 34 - type: Transform - uid: 11145 components: - - pos: -55.948215,0.0632391 + - type: Transform + pos: -55.948215,0.0632391 parent: 34 - type: Transform - uid: 11146 components: - - pos: -54.854465,0.9492698 + - type: Transform + pos: -54.854465,0.9492698 parent: 34 - type: Transform - uid: 11242 components: - - pos: 21.380749,12.059061 + - type: Transform + pos: 21.380749,12.059061 parent: 34 - type: Transform - uid: 11243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.615124,12.090332 parent: 34 - type: Transform - uid: 11244 components: - - pos: 19.422993,-6.7809806 + - type: Transform + pos: 19.422993,-6.7809806 parent: 34 - type: Transform - proto: CigarGoldCase entities: - uid: 12290 components: - - pos: -9.76872,2.5444465 + - type: Transform + pos: -9.76872,2.5444465 parent: 34 - type: Transform - proto: CigarGoldSpent entities: - uid: 12288 components: - - pos: -9.29997,2.8881965 + - type: Transform + pos: -9.29997,2.8881965 parent: 34 - type: Transform - proto: CigarSpent entities: - uid: 11125 components: - - pos: 5.7801323,-6.4874673 + - type: Transform + pos: 5.7801323,-6.4874673 parent: 34 - type: Transform - uid: 11147 components: - - pos: -56.03155,1.0639327 + - type: Transform + pos: -56.03155,1.0639327 parent: 34 - type: Transform - uid: 11179 components: - - pos: -51.367073,12.549892 + - type: Transform + pos: -51.367073,12.549892 parent: 34 - type: Transform - proto: CigPackBlue entities: - uid: 5904 components: - - pos: -56.644135,-1.2761153 + - type: Transform + pos: -56.644135,-1.2761153 parent: 34 - type: Transform - proto: CigPackGreen entities: - uid: 5905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.47226,-1.463746 parent: 34 - type: Transform - proto: CircuitImprinter entities: - uid: 12277 components: - - pos: -33.5,-19.5 + - type: Transform + pos: -33.5,-19.5 parent: 34 - type: Transform - proto: CleanerDispenser entities: - uid: 3387 components: - - pos: 7.5,-18.5 + - type: Transform + pos: 7.5,-18.5 parent: 34 - type: Transform - proto: CloningPod entities: - uid: 11225 components: - - pos: 7.5,-39.5 - parent: 34 - type: Transform -- proto: ClosetBase - entities: - - uid: 2273 - components: - - pos: -30.5,3.5 - parent: 34 - type: Transform - - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - type: EntityStorage - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 2272 - - 2270 - - 2271 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 10266 - components: - - pos: -1.5,-15.5 + - type: Transform + pos: 7.5,-39.5 parent: 34 - type: Transform - proto: ClosetBombFilled entities: - uid: 12912 components: - - pos: 32.5,-1.5 + - type: Transform + pos: 32.5,-1.5 parent: 34 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 1303 components: - - pos: 5.5,-45.5 + - type: Transform + pos: 5.5,-45.5 parent: 34 - type: Transform - uid: 1304 components: - - pos: 24.5,-42.5 + - type: Transform + pos: 24.5,-42.5 parent: 34 - type: Transform - uid: 1369 components: - - pos: 7.5,18.5 + - type: Transform + pos: 7.5,18.5 parent: 34 - type: Transform - uid: 3818 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 34 - type: Transform - uid: 4161 components: - - pos: 12.5,-47.5 + - type: Transform + pos: 12.5,-47.5 parent: 34 - type: Transform - uid: 8894 components: - - pos: -20.5,-35.5 + - type: Transform + pos: -20.5,-35.5 parent: 34 - type: Transform - uid: 10232 components: - - pos: 37.5,-25.5 + - type: Transform + pos: 37.5,-25.5 parent: 34 - type: Transform - uid: 10892 components: - - pos: 33.5,-39.5 + - type: Transform + pos: 33.5,-39.5 parent: 34 - type: Transform - uid: 10894 components: - - pos: 22.5,9.5 + - type: Transform + pos: 22.5,9.5 parent: 34 - type: Transform - uid: 11292 components: - - pos: 32.5,1.5 + - type: Transform + pos: 32.5,1.5 parent: 34 - type: Transform - uid: 11661 components: - - pos: -42.5,7.5 + - type: Transform + pos: -42.5,7.5 parent: 34 - type: Transform - uid: 11901 components: - - pos: 17.5,-22.5 + - type: Transform + pos: 17.5,-22.5 parent: 34 - type: Transform - uid: 12111 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 34 - type: Transform - uid: 12176 components: - - pos: 4.5,15.5 + - type: Transform + pos: 4.5,15.5 parent: 34 - type: Transform - uid: 12995 components: - - pos: -51.5,-20.5 + - type: Transform + pos: -51.5,-20.5 parent: 34 - type: Transform - uid: 12996 components: - - pos: -55.5,-15.5 + - type: Transform + pos: -55.5,-15.5 parent: 34 - type: Transform - proto: ClosetFireFilled entities: - uid: 3825 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 34 - type: Transform - uid: 4198 components: - - pos: 9.5,13.5 + - type: Transform + pos: 9.5,13.5 parent: 34 - type: Transform - uid: 4868 components: - - pos: 32.5,-19.5 + - type: Transform + pos: 32.5,-19.5 parent: 34 - type: Transform - uid: 5282 components: - - pos: 8.5,-47.5 + - type: Transform + pos: 8.5,-47.5 parent: 34 - type: Transform - uid: 6110 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 34 - type: Transform - uid: 6168 components: - - pos: 11.5,18.5 + - type: Transform + pos: 11.5,18.5 parent: 34 - type: Transform - uid: 7101 components: - - pos: -37.5,5.5 + - type: Transform + pos: -37.5,5.5 parent: 34 - type: Transform - uid: 10355 components: - - pos: 35.5,-25.5 + - type: Transform + pos: 35.5,-25.5 parent: 34 - type: Transform - uid: 10895 components: - - pos: 21.5,9.5 + - type: Transform + pos: 21.5,9.5 parent: 34 - type: Transform - uid: 12997 components: - - pos: -55.5,-20.5 + - type: Transform + pos: -55.5,-20.5 parent: 34 - type: Transform - uid: 12998 components: - - pos: -47.5,-22.5 + - type: Transform + pos: -47.5,-22.5 parent: 34 - type: Transform - proto: ClosetJanitorFilled entities: - uid: 1923 components: - - pos: 6.5,-17.5 + - type: Transform + pos: 6.5,-17.5 parent: 34 - type: Transform - uid: 3727 components: - - pos: -15.5,2.5 + - type: Transform + pos: -15.5,2.5 parent: 34 - type: Transform - proto: ClosetL3JanitorFilled entities: - uid: 230 components: - - pos: 4.5,-18.5 + - type: Transform + pos: 4.5,-18.5 parent: 34 - type: Transform - proto: ClosetL3ScienceFilled entities: - uid: 918 components: - - pos: -26.5,-11.5 + - type: Transform + pos: -26.5,-11.5 parent: 34 - type: Transform - proto: ClosetL3SecurityFilled entities: - uid: 3721 components: - - pos: 26.5,-20.5 + - type: Transform + pos: 26.5,-20.5 parent: 34 - type: Transform - proto: ClosetL3VirologyFilled entities: - uid: 1944 components: - - pos: 0.5,-35.5 + - type: Transform + pos: 0.5,-35.5 parent: 34 - type: Transform - proto: ClosetLegalFilled entities: - uid: 11373 components: - - pos: 16.5,-45.5 + - type: Transform + pos: 16.5,-45.5 parent: 34 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 1608 components: - - pos: -15.5,-29.5 + - type: Transform + pos: -15.5,-29.5 parent: 34 - type: Transform - uid: 2329 components: - - pos: -50.5,-14.5 + - type: Transform + pos: -50.5,-14.5 parent: 34 - type: Transform - uid: 4195 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 34 - type: Transform - uid: 4511 components: - - pos: 37.5,-7.5 + - type: Transform + pos: 37.5,-7.5 parent: 34 - type: Transform - uid: 4547 components: - - pos: 37.5,-10.5 + - type: Transform + pos: 37.5,-10.5 parent: 34 - type: Transform - uid: 4759 components: - - pos: -22.5,-31.5 + - type: Transform + pos: -22.5,-31.5 parent: 34 - type: Transform - uid: 9607 components: - - pos: 14.5,-45.5 + - type: Transform + pos: 14.5,-45.5 parent: 34 - type: Transform - uid: 10259 components: - - pos: -22.5,-17.5 + - type: Transform + pos: -22.5,-17.5 parent: 34 - type: Transform - uid: 11353 components: - - pos: 32.5,0.5 + - type: Transform + pos: 32.5,0.5 parent: 34 - type: Transform - uid: 11660 components: - - pos: -42.5,8.5 + - type: Transform + pos: -42.5,8.5 parent: 34 - type: Transform - uid: 12986 components: - - pos: -52.5,-20.5 + - type: Transform + pos: -52.5,-20.5 parent: 34 - type: Transform - uid: 12987 components: - - pos: -48.5,-22.5 + - type: Transform + pos: -48.5,-22.5 parent: 34 - type: Transform - uid: 12988 components: - - pos: -55.5,-19.5 + - type: Transform + pos: -55.5,-19.5 parent: 34 - type: Transform - proto: ClosetRadiationSuitFilled entities: - uid: 1097 components: - - pos: -28.5,-27.5 + - type: Transform + pos: -28.5,-27.5 parent: 34 - type: Transform - uid: 2522 components: - - pos: -29.5,-27.5 + - type: Transform + pos: -29.5,-27.5 parent: 34 - type: Transform - uid: 3854 components: - - pos: -25.5,-11.5 + - type: Transform + pos: -25.5,-11.5 + parent: 34 +- proto: ClosetSteelBase + entities: + - uid: 2273 + components: + - type: Transform + pos: -30.5,3.5 + parent: 34 + - 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: + - 2272 + - 2270 + - 2271 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 10266 + components: + - type: Transform + pos: -1.5,-15.5 parent: 34 - type: Transform - proto: ClosetToolFilled entities: - uid: 3720 components: - - pos: 22.5,-20.5 + - type: Transform + pos: 22.5,-20.5 parent: 34 - type: Transform - uid: 8113 components: - - pos: 24.5,5.5 + - type: Transform + pos: 24.5,5.5 parent: 34 - type: Transform - uid: 10257 components: - - pos: -57.5,-3.5 + - type: Transform + pos: -57.5,-3.5 parent: 34 - type: Transform - proto: ClosetWallEmergencyFilledRandom entities: - uid: 2252 components: - - pos: -44.5,-8.5 + - type: Transform + pos: -44.5,-8.5 parent: 34 - type: Transform - uid: 2265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-2.5 parent: 34 - type: Transform - uid: 3275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-45.5 parent: 34 - type: Transform - uid: 8027 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-46.5 parent: 34 - type: Transform - uid: 11662 components: - - pos: -38.5,0.5 + - type: Transform + pos: -38.5,0.5 parent: 34 - type: Transform - proto: ClosetWallFireFilledRandom entities: - uid: 2253 components: - - pos: -48.5,-8.5 + - type: Transform + pos: -48.5,-8.5 parent: 34 - type: Transform - uid: 2266 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-2.5 parent: 34 - type: Transform - uid: 11998 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-39.5 parent: 34 - type: Transform - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 1081 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 34 - type: Transform - uid: 4548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-8.5 parent: 34 - type: Transform - uid: 11637 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-33.5 parent: 34 - type: Transform - proto: ClothingBackpackDuffel entities: - uid: 10525 components: - - pos: 14.246488,14.886068 + - type: Transform + pos: 14.246488,14.886068 parent: 34 - type: Transform - proto: ClothingBackpackDuffelChemistry entities: - uid: 2681 components: - - pos: 1.2396619,-26.634832 + - type: Transform + pos: 1.2396619,-26.634832 parent: 34 - type: Transform - proto: ClothingBackpackDuffelSurgeryFilled entities: - uid: 8018 components: - - pos: 8.360569,-26.488272 + - type: Transform + pos: 8.360569,-26.488272 parent: 34 - type: Transform - proto: ClothingBeltChampion entities: - uid: 5249 components: - - pos: 24.365414,-33.605984 + - type: Transform + pos: 24.365414,-33.605984 parent: 34 - type: Transform - proto: ClothingBeltKatanaSheathFilled entities: - uid: 1411 components: - - desc: Two swords! One sheath! Highly cool! + - type: MetaData + desc: Two swords! One sheath! Highly cool! name: daishō - type: MetaData - - pos: 26.41932,-33.46167 + - type: Transform + pos: 26.41932,-33.46167 parent: 34 - type: Transform - proto: ClothingBeltMartialBlack entities: - uid: 143 components: - - pos: -3.7715287,4.4398217 + - type: Transform + pos: -3.7715287,4.4398217 parent: 34 - type: Transform - uid: 7656 components: - - pos: -3.6152787,4.7212677 + - type: Transform + pos: -3.6152787,4.7212677 parent: 34 - type: Transform - uid: 7661 components: - - pos: -3.3652787,4.4398217 + - type: Transform + pos: -3.3652787,4.4398217 parent: 34 - type: Transform - proto: ClothingEyesGlasses entities: - uid: 3143 components: - - pos: 5.5123873,-34.314106 + - type: Transform + pos: 5.5123873,-34.314106 parent: 34 - type: Transform - uid: 4747 components: - - pos: 48.340393,-3.2309566 + - type: Transform + pos: 48.340393,-3.2309566 parent: 34 - type: Transform - uid: 7986 components: - - pos: -8.591147,-22.271915 + - type: Transform + pos: -8.591147,-22.271915 parent: 34 - type: Transform - uid: 11097 components: - - pos: 6.503826,-47.396908 + - type: Transform + pos: 6.503826,-47.396908 parent: 34 - type: Transform - proto: ClothingEyesGlassesSunglasses entities: - uid: 11082 components: - - pos: 40.44687,-38.287453 + - type: Transform + pos: 40.44687,-38.287453 parent: 34 - type: Transform - proto: ClothingHandsGlovesBoxingBlue entities: - uid: 5877 components: - - pos: -56.298008,3.567985 + - type: Transform + pos: -56.298008,3.567985 parent: 34 - type: Transform - proto: ClothingHandsGlovesBoxingRed entities: - uid: 5876 components: - - pos: -56.719883,3.364719 + - type: Transform + pos: -56.719883,3.364719 parent: 34 - type: Transform - proto: ClothingHandsGlovesNitrile entities: - uid: 2696 components: - - pos: -1.4550788,-36.48648 + - type: Transform + pos: -1.4550788,-36.48648 parent: 34 - type: Transform - uid: 8986 components: - - pos: 9.080664,-26.590204 + - type: Transform + pos: 9.080664,-26.590204 parent: 34 - type: Transform - proto: ClothingHeadHatAnimalHeadslime entities: - uid: 11129 components: - - pos: 4.3164816,-50.59076 + - type: Transform + pos: 4.3164816,-50.59076 parent: 34 - type: Transform - proto: ClothingHeadHatBeretCap entities: - uid: 12898 components: - - pos: 25.45382,-29.348913 + - type: Transform + pos: 25.45382,-29.348913 parent: 34 - type: Transform - proto: ClothingHeadHatBowlerHat entities: - uid: 2277 components: - - pos: -47.420444,-4.453449 + - type: Transform + pos: -47.420444,-4.453449 parent: 34 - type: Transform - proto: ClothingHeadHatCone entities: - uid: 3742 components: - - pos: -22.758726,3.360742 + - type: Transform + pos: -22.758726,3.360742 parent: 34 - type: Transform - uid: 3743 components: - - pos: -22.31081,3.360742 + - type: Transform + pos: -22.31081,3.360742 parent: 34 - type: Transform - uid: 3744 components: - - pos: -22.52956,3.704731 + - type: Transform + pos: -22.52956,3.704731 parent: 34 - type: Transform - uid: 3745 components: - - pos: -23.268188,-27.556864 + - type: Transform + pos: -23.268188,-27.556864 parent: 34 - type: Transform - uid: 3746 components: - - pos: -23.768188,-27.567286 + - type: Transform + pos: -23.768188,-27.567286 parent: 34 - type: Transform - uid: 4284 components: - - pos: -23.539022,-27.306688 + - type: Transform + pos: -23.539022,-27.306688 parent: 34 - type: Transform - uid: 10230 components: - - pos: 21.847918,-35.67099 + - type: Transform + pos: 21.847918,-35.67099 parent: 34 - type: Transform - uid: 10231 components: - - pos: 21.613543,-37.31275 + - type: Transform + pos: 21.613543,-37.31275 parent: 34 - type: Transform - proto: ClothingHeadHatGreensoftFlipped entities: - uid: 3862 components: - - pos: -17.141165,-8.082127 + - type: Transform + pos: -17.141165,-8.082127 parent: 34 - type: Transform - proto: ClothingHeadHatGreysoftFlipped entities: - uid: 11081 components: - - pos: -41.92531,-6.956344 + - type: Transform + pos: -41.92531,-6.956344 parent: 34 - type: Transform - proto: ClothingHeadHatPaper entities: - uid: 12129 components: - - pos: -9.693979,-27.423695 + - type: Transform + pos: -9.693979,-27.423695 parent: 34 - type: Transform - proto: ClothingHeadHatParamedicsoftFlipped entities: - uid: 11492 components: - - pos: 5.4320927,-35.365402 + - type: Transform + pos: 5.4320927,-35.365402 parent: 34 - type: Transform - proto: ClothingHeadHatPurplesoftFlipped entities: - uid: 5568 components: - - pos: 4.7426805,-18.214638 + - type: Transform + pos: 4.7426805,-18.214638 parent: 34 - type: Transform - proto: ClothingHeadHatPwig entities: - uid: 3942 components: - - pos: 17.36679,-33.301086 + - type: Transform + pos: 17.36679,-33.301086 parent: 34 - type: Transform - proto: ClothingHeadHatSecsoftFlipped entities: - uid: 11105 components: - - pos: 19.88635,-20.1419 + - type: Transform + pos: 19.88635,-20.1419 parent: 34 - type: Transform - proto: ClothingHeadHatSurgcapBlue entities: - uid: 8987 components: - - pos: 8.893164,-26.329607 + - type: Transform + pos: 8.893164,-26.329607 parent: 34 - type: Transform - proto: ClothingHeadHatUshanka entities: - uid: 11586 components: - - pos: -9.611714,-26.883451 + - type: Transform + pos: -9.611714,-26.883451 parent: 34 - type: Transform - uid: 11587 components: - - pos: -43.477463,2.4802814 + - type: Transform + pos: -43.477463,2.4802814 parent: 34 - type: Transform - proto: ClothingHeadHatYellowsoftFlipped entities: - uid: 12156 components: - - pos: -32.044968,-25.916649 + - type: Transform + pos: -32.044968,-25.916649 parent: 34 - type: Transform - proto: ClothingHeadHelmetEVA entities: - uid: 1067 components: - - pos: 38.516422,-2.6021488 + - type: Transform + pos: 38.516422,-2.6021488 parent: 34 - type: Transform - uid: 6965 components: - - pos: 38.313297,-2.2427738 + - type: Transform + pos: 38.313297,-2.2427738 parent: 34 - type: Transform - uid: 10024 components: - - pos: 38.657047,-2.2740238 + - type: Transform + pos: 38.657047,-2.2740238 parent: 34 - type: Transform - proto: ClothingHeadHelmetKendoMen entities: - uid: 201 components: - - pos: -1.458238,8.644569 + - type: Transform + pos: -1.458238,8.644569 parent: 34 - type: Transform - uid: 266 components: - - pos: -1.6040713,8.884319 + - type: Transform + pos: -1.6040713,8.884319 parent: 34 - type: Transform - proto: ClothingHeadHelmetRiot entities: - uid: 12475 components: - - pos: 26.226002,-19.658371 + - type: Transform + pos: 26.226002,-19.658371 parent: 34 - type: Transform - uid: 12476 components: - - pos: 26.538502,-19.783371 + - type: Transform + pos: 26.538502,-19.783371 parent: 34 - type: Transform - uid: 12477 components: - - pos: 26.835377,-19.642746 + - type: Transform + pos: 26.835377,-19.642746 parent: 34 - type: Transform - proto: ClothingKimonoBlue entities: - uid: 2233 components: - - pos: -46.29961,-6.3338046 + - type: Transform + pos: -46.29961,-6.3338046 parent: 34 - type: Transform - uid: 11543 components: - - pos: 16.928967,-45.71533 + - type: Transform + pos: 16.928967,-45.71533 parent: 34 - type: Transform - uid: 12160 components: - - pos: -56.65657,-8.265217 + - type: Transform + pos: -56.65657,-8.265217 parent: 34 - type: Transform - proto: ClothingKimonoPink entities: - uid: 2232 components: - - pos: -46.664196,-6.5214357 + - type: Transform + pos: -46.664196,-6.5214357 parent: 34 - type: Transform - uid: 11294 components: - - pos: -56.21907,-8.286066 + - type: Transform + pos: -56.21907,-8.286066 parent: 34 - type: Transform - uid: 11938 components: - - pos: 35.418346,-41.04132 + - type: Transform + pos: 35.418346,-41.04132 parent: 34 - type: Transform - proto: ClothingKimonoPurple entities: - uid: 12018 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.421227,6.98867 parent: 34 - type: Transform - uid: 12159 components: - - pos: -56.735504,-8.57724 + - type: Transform + pos: -56.735504,-8.57724 parent: 34 - type: Transform - proto: ClothingKimonoSky entities: - uid: 12019 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.337894,5.195757 parent: 34 - type: Transform - uid: 12161 components: - - pos: -56.298004,-8.57724 + - type: Transform + pos: -56.298004,-8.57724 parent: 34 - type: Transform - proto: ClothingMaskBreath entities: - uid: 2963 components: - - pos: 38.391422,-4.570899 + - type: Transform + pos: 38.391422,-4.570899 parent: 34 - type: Transform - uid: 4850 components: - - pos: 38.625797,-4.305274 + - type: Transform + pos: 38.625797,-4.305274 parent: 34 - type: Transform - uid: 9108 components: - - pos: 38.313297,-4.305274 + - type: Transform + pos: 38.313297,-4.305274 parent: 34 - type: Transform - proto: ClothingMaskBreathMedical entities: - uid: 8983 components: - - pos: 10.657473,-26.61325 + - type: Transform + pos: 10.657473,-26.61325 parent: 34 - type: Transform - proto: ClothingMaskGas entities: - uid: 3816 components: - - pos: 8.33245,-18.597364 + - type: Transform + pos: 8.33245,-18.597364 parent: 34 - type: Transform - uid: 10907 components: - - pos: 37.36135,-27.587206 + - type: Transform + pos: 37.36135,-27.587206 parent: 34 - type: Transform - proto: ClothingMaskGasExplorer entities: - uid: 11088 components: - - pos: -23.165615,-6.7525067 + - type: Transform + pos: -23.165615,-6.7525067 parent: 34 - type: Transform - proto: ClothingMaskSterile entities: - uid: 8988 components: - - pos: 8.497331,-26.25664 + - type: Transform + pos: 8.497331,-26.25664 parent: 34 - type: Transform - proto: ClothingNeckBling entities: - uid: 5253 components: - - pos: 26.728117,-35.429417 + - type: Transform + pos: 26.728117,-35.429417 parent: 34 - type: Transform - proto: ClothingNeckMantleCap entities: - uid: 11021 components: - - pos: 25.62694,-27.737291 + - type: Transform + pos: 25.62694,-27.737291 parent: 34 - type: Transform - proto: ClothingNeckMantleCE entities: - uid: 2484 components: - - pos: -24.217266,-29.723326 + - type: Transform + pos: -24.217266,-29.723326 parent: 34 - type: Transform - proto: ClothingNeckMantleCMO entities: - uid: 11762 components: - - pos: 9.707951,-32.065105 + - type: Transform + pos: 9.707951,-32.065105 parent: 34 - type: Transform - proto: ClothingNeckMantleHOP entities: - uid: 11019 components: - - pos: -18.673035,-16.724771 + - type: Transform + pos: -18.673035,-16.724771 parent: 34 - type: Transform - proto: ClothingNeckMantleHOS entities: - uid: 11020 components: - - pos: 30.0086,-10.640028 + - type: Transform + pos: 30.0086,-10.640028 parent: 34 - type: Transform - proto: ClothingNeckMantleMystagogue entities: - uid: 11049 components: - - pos: -35.36167,-5.56062 + - type: Transform + pos: -35.36167,-5.56062 parent: 34 - type: Transform - proto: ClothingOuterArmorKendoBogu entities: - uid: 161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.1353214,8.488211 parent: 34 - type: Transform - uid: 204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.4165714,8.717537 parent: 34 - type: Transform - proto: ClothingOuterArmorRiot entities: - uid: 3589 components: - - pos: 26.505474,-19.430716 + - type: Transform + pos: 26.505474,-19.430716 parent: 34 - type: Transform - uid: 3590 components: - - pos: 26.7086,-19.22745 + - type: Transform + pos: 26.7086,-19.22745 parent: 34 - type: Transform - uid: 3591 components: - - pos: 26.317974,-19.22745 + - type: Transform + pos: 26.317974,-19.22745 parent: 34 - type: Transform - proto: ClothingOuterCoatDetective entities: - uid: 2270 components: - - flags: InContainer - type: MetaData - - parent: 2273 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 2273 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingOuterCoatJensen entities: - uid: 11130 components: - - pos: 7.0981836,13.422745 + - type: Transform + pos: 7.0981836,13.422745 parent: 34 - type: Transform - proto: ClothingOuterHoodieBlack entities: - uid: 11172 components: - - pos: -53.648323,13.706945 + - type: Transform + pos: -53.648323,13.706945 parent: 34 - type: Transform - proto: ClothingOuterHoodieGrey entities: - uid: 3366 components: - - pos: -50.284447,-6.6377063 + - type: Transform + pos: -50.284447,-6.6377063 parent: 34 - type: Transform - uid: 11173 components: - - pos: -53.335823,13.441137 + - type: Transform + pos: -53.335823,13.441137 parent: 34 - type: Transform - proto: ClothingOuterRobesJudge entities: - uid: 3941 components: - - pos: 17.450125,-33.60338 + - type: Transform + pos: 17.450125,-33.60338 parent: 34 - type: Transform - proto: ClothingOuterVestHazard entities: - uid: 11398 components: - - pos: 8.771124,-18.63701 + - type: Transform + pos: 8.771124,-18.63701 parent: 34 - type: Transform - proto: ClothingOuterWinterMed entities: - uid: 9029 components: - - pos: -1.6763294,-43.283558 + - type: Transform + pos: -1.6763294,-43.283558 parent: 34 - type: Transform - uid: 9031 components: - - pos: -1.2700794,-43.549183 + - type: Transform + pos: -1.2700794,-43.549183 parent: 34 - type: Transform - proto: ClothingShoesBling entities: - uid: 5252 components: - - pos: 26.415617,-35.476326 + - type: Transform + pos: 26.415617,-35.476326 parent: 34 - type: Transform - proto: ClothingShoesBootsLaceup entities: - uid: 2275 components: - - pos: -47.71953,-3.922996 + - type: Transform + pos: -47.71953,-3.922996 parent: 34 - type: Transform - proto: ClothingShoesLeather entities: - uid: 3368 components: - - pos: -50.26882,-7.091146 + - type: Transform + pos: -50.26882,-7.091146 parent: 34 - type: Transform - proto: ClothingShoesSlippers entities: - uid: 3367 components: - - pos: -45.26882,-7.1380534 + - type: Transform + pos: -45.26882,-7.1380534 parent: 34 - type: Transform - proto: ClothingShoesTourist entities: - uid: 10939 components: - - pos: -48.775764,1.1938145 + - type: Transform + pos: -48.775764,1.1938145 parent: 34 - type: Transform - proto: ClothingShoesWizard entities: - uid: 7654 components: - - desc: How about you "geta" real shoe?? + - type: MetaData + desc: How about you "geta" real shoe?? name: geta - type: MetaData - - pos: -0.7402786,3.1785288 + - type: Transform + pos: -0.7402786,3.1785288 parent: 34 - type: Transform - uid: 7658 components: - - desc: How about you "geta" real shoe?? + - type: MetaData + desc: How about you "geta" real shoe?? name: geta - type: MetaData - - pos: -0.854862,3.5016704 + - type: Transform + pos: -0.854862,3.5016704 parent: 34 - type: Transform - uid: 7659 components: - - desc: How about you "geta" real shoe?? + - type: MetaData + desc: How about you "geta" real shoe?? name: geta - type: MetaData - - pos: -0.40694523,3.6580286 + - type: Transform + pos: -0.40694523,3.6580286 parent: 34 - type: Transform - uid: 7662 components: - - desc: How about you "geta" real shoe?? + - type: MetaData + desc: How about you "geta" real shoe?? name: geta - type: MetaData - - pos: -0.3965286,3.36616 + - type: Transform + pos: -0.3965286,3.36616 parent: 34 - type: Transform - uid: 12020 components: - - desc: How about you "geta" real shoe?? + - type: MetaData + desc: How about you "geta" real shoe?? name: geta - type: MetaData - - pos: -47.218323,-9.130675 + - type: Transform + pos: -47.218323,-9.130675 parent: 34 - type: Transform - uid: 12021 components: - - desc: How about you "geta" real shoe?? + - type: MetaData + desc: How about you "geta" real shoe?? name: geta - type: MetaData - - pos: -47.072487,-9.339152 + - type: Transform + pos: -47.072487,-9.339152 parent: 34 - type: Transform - proto: ClothingUnderSocksBee entities: - uid: 3369 components: - - pos: -47.789196,-7.7931514 + - type: Transform + pos: -47.789196,-7.7931514 parent: 34 - type: Transform - proto: ClothingUnderSocksCoder entities: - uid: 3464 components: - - pos: -27.712547,-36.253307 + - type: Transform + pos: -27.712547,-36.253307 parent: 34 - type: Transform - proto: ClothingUniformJumpskirtDetective entities: - uid: 2272 components: - - flags: InContainer - type: MetaData - - parent: 2273 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 2273 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitDetective entities: - uid: 2271 components: - - flags: InContainer - type: MetaData - - parent: 2273 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 2273 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClothingUniformJumpsuitDetectiveGrey entities: - uid: 2274 components: - - pos: -47.672653,-4.517158 + - type: Transform + pos: -47.672653,-4.517158 parent: 34 - type: Transform - proto: ClothingUniformJumpsuitEngineeringHazard entities: - uid: 11400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.718834,-4.253128 parent: 34 - type: Transform - proto: ClothingUniformJumpsuitPrisoner entities: - uid: 3536 components: - - pos: 17.322996,-10.366264 + - type: Transform + pos: 17.322996,-10.366264 parent: 34 - type: Transform - uid: 3537 components: - - pos: 17.71883,-10.366264 + - type: Transform + pos: 17.71883,-10.366264 parent: 34 - type: Transform - uid: 3549 components: - - pos: 17.520914,-10.574743 + - type: Transform + pos: 17.520914,-10.574743 parent: 34 - type: Transform - proto: ClothingUniformJumpsuitTshirtJeans entities: - uid: 10938 components: - - pos: -48.369514,1.6107705 + - type: Transform + pos: -48.369514,1.6107705 parent: 34 - type: Transform - uid: 11174 components: - - pos: -52.663948,13.675674 + - type: Transform + pos: -52.663948,13.675674 parent: 34 - type: Transform - proto: ClothingUniformJumpsuitTshirtJeansGray entities: - uid: 11175 components: - - pos: -52.492073,13.456772 + - type: Transform + pos: -52.492073,13.456772 parent: 34 - type: Transform - proto: ClothingUniformJumpsuitTshirtJeansPeach entities: - uid: 11176 components: - - pos: -52.257698,13.691311 + - type: Transform + pos: -52.257698,13.691311 parent: 34 - type: Transform - proto: ClothingUniformKendoHakama entities: - uid: 149 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.208238,8.790504 parent: 34 - type: Transform - uid: 157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.1040714,8.488211 parent: 34 - type: Transform - uid: 210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.6353214,8.769655 parent: 34 - type: Transform - uid: 227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5415714,8.488211 parent: 34 - type: Transform - proto: ClothingUniformMartialGi entities: - uid: 199 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.6569455,5.5239077 parent: 34 - type: Transform - uid: 7657 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.2715287,5.5343323 parent: 34 - type: Transform - uid: 7660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.511112,5.242462 parent: 34 - type: Transform - proto: ComfyChair entities: - uid: 909 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-5.5 parent: 34 - type: Transform - uid: 1001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 49.5,-0.5 parent: 34 - type: Transform - uid: 1078 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-1.5 parent: 34 - type: Transform - uid: 1359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-38.5 parent: 34 - type: Transform - uid: 2187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-4.5 parent: 34 - type: Transform - uid: 2188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-4.5 parent: 34 - type: Transform - uid: 2189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-6.5 parent: 34 - type: Transform - uid: 3624 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-7.5 parent: 34 - type: Transform - uid: 3903 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-33.5 parent: 34 - type: Transform - uid: 4282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-29.5 parent: 34 - type: Transform - uid: 4857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-0.5 parent: 34 - type: Transform - uid: 4955 components: - - pos: 40.5,-12.5 + - type: Transform + pos: 40.5,-12.5 parent: 34 - type: Transform - uid: 6232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-27.5 parent: 34 - type: Transform - uid: 11514 components: - - pos: 39.5,-32.5 + - type: Transform + pos: 39.5,-32.5 parent: 34 - type: Transform - proto: ComputerAnalysisConsole entities: - uid: 404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-6.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 49: - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver - type: DeviceLinkSource - proto: ComputerBroken entities: - uid: 11374 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-37.5 parent: 34 - type: Transform - proto: ComputerCargoBounty entities: - uid: 7863 components: - - pos: -7.5,-29.5 + - type: Transform + pos: -7.5,-29.5 parent: 34 - type: Transform - proto: ComputerCargoOrders entities: - uid: 1886 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-27.5 parent: 34 - type: Transform - proto: ComputerCargoShuttle entities: - uid: 12610 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-38.5 parent: 34 - type: Transform - proto: ComputerCloningConsole entities: - uid: 12440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-41.5 parent: 34 - type: Transform - proto: ComputerComms entities: - uid: 4371 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-35.5 parent: 34 - type: Transform - proto: ComputerCrewMonitoring entities: - uid: 2514 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-35.5 parent: 34 - type: Transform - uid: 4370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-33.5 parent: 34 - type: Transform - proto: ComputerCriminalRecords entities: - uid: 4367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-34.5 parent: 34 - type: Transform - proto: ComputerId entities: - uid: 71 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-30.5 parent: 34 - type: Transform - uid: 955 components: - - pos: -33.5,-3.5 + - type: Transform + pos: -33.5,-3.5 parent: 34 - type: Transform - uid: 1962 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-19.5 parent: 34 - type: Transform - uid: 2489 components: - - pos: 10.5,-31.5 + - type: Transform + pos: 10.5,-31.5 parent: 34 - type: Transform - uid: 2493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-9.5 parent: 34 - type: Transform - uid: 7702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-38.5 parent: 34 - type: Transform - uid: 12112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-28.5 parent: 34 - type: Transform - proto: ComputerMassMedia entities: - uid: 1083 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-39.5 parent: 34 - type: Transform - proto: ComputerMedicalRecords entities: - uid: 4369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-34.5 parent: 34 - type: Transform - proto: ComputerPowerMonitoring entities: - uid: 2155 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-45.5 parent: 34 - type: Transform - uid: 5413 components: - - pos: 32.5,-42.5 + - type: Transform + pos: 32.5,-42.5 parent: 34 - type: Transform - uid: 5575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,2.5 parent: 34 - type: Transform - uid: 12274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-31.5 parent: 34 - type: Transform - proto: ComputerRadar entities: - uid: 2370 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-37.5 parent: 34 - type: Transform - uid: 5579 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-56.5 parent: 34 - type: Transform - proto: ComputerResearchAndDevelopment entities: - uid: 2029 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-18.5 parent: 34 - type: Transform - proto: ComputerShuttleCargo entities: - uid: 2673 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 34 - type: Transform - proto: ComputerShuttleSalvage entities: - uid: 1052 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-55.5 parent: 34 - type: Transform - proto: ComputerSolarControl entities: - uid: 5421 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-44.5 parent: 34 - type: Transform - uid: 11698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,2.5 parent: 34 - type: Transform - proto: ComputerStationRecords entities: - uid: 2201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,2.5 parent: 34 - type: Transform - uid: 4368 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-35.5 parent: 34 - type: Transform - uid: 10791 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,2.5 parent: 34 - type: Transform - proto: ComputerSurveillanceCameraMonitor entities: - uid: 3634 components: - - pos: 26.5,-6.5 + - type: Transform + pos: 26.5,-6.5 parent: 34 - type: Transform - uid: 4366 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-33.5 parent: 34 - type: Transform - uid: 4915 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-15.5 parent: 34 - type: Transform - uid: 6956 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-9.5 parent: 34 - type: Transform - proto: ComputerSurveillanceWirelessCameraMonitor entities: - uid: 8750 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,3.5 parent: 34 - type: Transform - proto: ComputerTechnologyDiskTerminal entities: - uid: 2549 components: - - pos: -35.5,-15.5 + - type: Transform + pos: -35.5,-15.5 parent: 34 - type: Transform - proto: ComputerTelevision entities: - uid: 2416 components: - - pos: -39.5,-25.5 + - type: Transform + pos: -39.5,-25.5 parent: 34 - type: Transform - uid: 3625 components: - - pos: 20.5,-6.5 + - type: Transform + pos: 20.5,-6.5 parent: 34 - type: Transform - uid: 4953 components: - - pos: 48.5,1.5 + - type: Transform + pos: 48.5,1.5 parent: 34 - type: Transform - uid: 13002 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 34 - type: Transform - proto: ConveyorBelt entities: - uid: 902 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-43.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 1307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 8449 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-43.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 10282 components: - - pos: -38.5,7.5 + - type: Transform + pos: -38.5,7.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11254 - type: DeviceLinkSink - uid: 10283 components: - - pos: -38.5,8.5 + - type: Transform + pos: -38.5,8.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11254 - type: DeviceLinkSink - uid: 10284 components: - - pos: -38.5,9.5 + - type: Transform + pos: -38.5,9.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11254 - type: DeviceLinkSink - uid: 10285 components: - - pos: -38.5,10.5 + - type: Transform + pos: -38.5,10.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11254 - type: DeviceLinkSink - uid: 12657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12659 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12666 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12672 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-57.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-56.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12678 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-55.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12679 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-54.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12680 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-53.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12687 - type: DeviceLinkSink - uid: 12691 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 12692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 12693 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 12697 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 12698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-42.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - uid: 12699 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-41.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1054 - type: DeviceLinkSink - proto: CowToolboxFilled entities: - uid: 11086 components: - - pos: 3.5872319,-47.363503 + - type: Transform + pos: 3.5872319,-47.363503 parent: 34 - type: Transform - proto: CrateAirlockKit entities: - uid: 10255 components: - - pos: -56.5,-6.5 + - type: Transform + pos: -56.5,-6.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -28975,15 +29260,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateArtifactContainer entities: - uid: 958 components: - - pos: -25.5,-3.5 + - type: Transform + pos: -25.5,-3.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29000,15 +29285,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateEmergencyInternals entities: - uid: 5563 components: - - pos: -16.5,4.5 + - type: Transform + pos: -16.5,4.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29025,27 +29310,27 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateEmptySpawner entities: - uid: 649 components: - - pos: -7.5,-35.5 + - type: Transform + pos: -7.5,-35.5 parent: 34 - type: Transform - uid: 664 components: - - pos: -7.5,-36.5 + - type: Transform + pos: -7.5,-36.5 parent: 34 - type: Transform - proto: CrateEngineeringAMEJar entities: - uid: 1151 components: - - pos: -29.5,-36.5 + - type: Transform + pos: -29.5,-36.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29062,15 +29347,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateEngineeringAMEShielding entities: - uid: 1153 components: - - pos: -29.5,-39.5 + - type: Transform + pos: -29.5,-39.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29087,13 +29372,13 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 1311 components: - - pos: -29.5,-38.5 + - type: Transform + pos: -29.5,-38.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29110,22 +29395,22 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateEngineeringCableBulk entities: - uid: 4533 components: - - pos: 37.5,-18.5 + - type: Transform + pos: 37.5,-18.5 parent: 34 - type: Transform - proto: CrateEngineeringSolar entities: - uid: 5629 components: - - pos: -22.5,7.5 + - type: Transform + pos: -22.5,7.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29142,13 +29427,13 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 5672 components: - - pos: -21.5,7.5 + - type: Transform + pos: -21.5,7.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29165,36 +29450,36 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateEngineeringToolbox entities: - uid: 2487 components: - - pos: -21.5,-25.5 + - type: Transform + pos: -21.5,-25.5 parent: 34 - type: Transform - proto: CrateFilledSpawner entities: - uid: 1930 components: - - pos: -7.5,-34.5 + - type: Transform + pos: -7.5,-34.5 parent: 34 - type: Transform - proto: CrateFunArtSupplies entities: - uid: 626 components: - - pos: 39.5,-15.5 + - type: Transform + pos: 39.5,-15.5 parent: 34 - type: Transform - proto: CrateFunBoardGames entities: - uid: 3629 components: - - pos: 20.5,-5.5 + - type: Transform + pos: 20.5,-5.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29211,15 +29496,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateHydroponics entities: - uid: 431 components: - - pos: -16.5,-4.5 + - type: Transform + pos: -16.5,-4.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -29236,8 +29521,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -29247,22 +29532,22 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: CrateHydroSecure entities: - uid: 254 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 34 - type: Transform - proto: CrateMedicalSecure entities: - uid: 2693 components: - - pos: -1.5,-29.5 + - type: Transform + pos: -1.5,-29.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29279,20 +29564,20 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateMedicalSurgery entities: - uid: 2504 components: - - pos: -49.5,-16.5 + - type: Transform + pos: -49.5,-16.5 parent: 34 - type: Transform - uid: 2930 components: - - pos: 7.5,-26.5 + - type: Transform + pos: 7.5,-26.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29309,22 +29594,22 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateNPCHamster entities: - uid: 5248 components: - - pos: -1.5,-18.5 + - type: Transform + pos: -1.5,-18.5 parent: 34 - type: Transform - proto: CratePrivateSecure entities: - uid: 5062 components: - - pos: -48.5,2.5 + - type: Transform + pos: -48.5,2.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29341,15 +29626,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateScienceSecure entities: - uid: 2529 components: - - pos: -32.5,-19.5 + - type: Transform + pos: -32.5,-19.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29366,15 +29651,15 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrateServiceBureaucracy entities: - uid: 1917 components: - - pos: -12.5,-24.5 + - type: Transform + pos: -12.5,-24.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29391,36 +29676,36 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrayonBlack entities: - uid: 5947 components: - - pos: 1.8039385,-17.44404 + - type: Transform + pos: 1.8039385,-17.44404 parent: 34 - type: Transform - proto: CrayonBox entities: - uid: 3630 components: - - pos: 19.63428,-3.22361 + - type: Transform + pos: 19.63428,-3.22361 parent: 34 - type: Transform - proto: CrayonWhite entities: - uid: 5944 components: - - pos: 2.0226886,-17.459675 + - type: Transform + pos: 2.0226886,-17.459675 parent: 34 - type: Transform - proto: Crematorium entities: - uid: 3361 components: - - pos: -31.5,-13.5 + - type: Transform + pos: -31.5,-13.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -29437,4077 +29722,4170 @@ entities: - 0 - 0 - 0 - type: EntityStorage - proto: CrewMonitoringServer entities: - uid: 11690 components: - - pos: 31.5,-27.5 + - type: Transform + pos: 31.5,-27.5 parent: 34 - type: Transform - proto: Crowbar entities: - uid: 85 components: - - pos: -52.397526,-17.118998 + - type: Transform + pos: -52.397526,-17.118998 parent: 34 - type: Transform - uid: 10225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.760273,-35.584446 parent: 34 - type: Transform - proto: CrowbarRed entities: - uid: 11104 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.135655,-15.792711 parent: 34 - type: Transform - uid: 11345 components: - - pos: -35.52583,-11.586708 + - type: Transform + pos: -35.52583,-11.586708 parent: 34 - type: Transform - uid: 11692 components: - - pos: 17.491467,-44.574703 + - type: Transform + pos: 17.491467,-44.574703 parent: 34 - type: Transform - uid: 12191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.613799,13.602171 parent: 34 - type: Transform +- proto: CryogenicSleepUnit + entities: + - uid: 2501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-16.5 + parent: 34 + - uid: 8837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-16.5 + parent: 34 + - uid: 13015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-27.5 + parent: 34 + - uid: 13016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-29.5 + parent: 34 + - uid: 13017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-27.5 + parent: 34 + - uid: 13018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-29.5 + parent: 34 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 13090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 34 + - uid: 13091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,18.5 + parent: 34 + - uid: 13092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,16.5 + parent: 34 + - uid: 13093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,18.5 + parent: 34 + - uid: 13094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,14.5 + parent: 34 - proto: CryoPod entities: - uid: 2679 components: - - pos: 0.5,-39.5 + - type: Transform + pos: 0.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: CryoxadoneBeakerSmall entities: - uid: 12604 components: - - pos: 1.0656376,-43.150978 + - type: Transform + pos: 1.0656376,-43.150978 parent: 34 - type: Transform - proto: CultAltarSpawner entities: - uid: 4967 components: - - pos: 26.5,11.5 + - type: Transform + pos: 26.5,11.5 parent: 34 - type: Transform - proto: CyborgEndoskeleton entities: - uid: 8001 components: - - pos: -45.505913,-18.333607 + - type: Transform + pos: -45.505913,-18.333607 parent: 34 - type: Transform - proto: d20Dice entities: - uid: 4675 components: - - pos: 48.918518,-3.4653316 + - type: Transform + pos: 48.918518,-3.4653316 parent: 34 - type: Transform - uid: 5044 components: - - pos: 17.480783,3.5951743 + - type: Transform + pos: 17.480783,3.5951743 parent: 34 - type: Transform - proto: DefibrillatorCabinetFilled entities: - uid: 3284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-2.5 parent: 34 - type: Transform - uid: 7144 components: - - pos: 6.5,-30.5 + - type: Transform + pos: 6.5,-30.5 parent: 34 - type: Transform - proto: DeployableBarrier entities: - uid: 4923 components: - - pos: 21.5,-1.5 + - type: Transform + pos: 21.5,-1.5 parent: 34 - type: Transform - uid: 4924 components: - - pos: 21.5,-0.5 + - type: Transform + pos: 21.5,-0.5 parent: 34 - type: Transform - uid: 4925 components: - - pos: 26.5,-16.5 + - type: Transform + pos: 26.5,-16.5 parent: 34 - type: Transform - uid: 4926 components: - - pos: 26.5,-15.5 + - type: Transform + pos: 26.5,-15.5 parent: 34 - type: Transform - proto: DeskBell entities: - uid: 1412 components: - - pos: -20.592945,-26.566446 + - type: Transform + pos: -20.592945,-26.566446 parent: 34 - type: Transform - uid: 1421 components: - - pos: -1.7226835,-30.526058 + - type: Transform + pos: -1.7226835,-30.526058 parent: 34 - type: Transform - uid: 4139 components: - - pos: 21.280338,-13.184029 + - type: Transform + pos: 21.280338,-13.184029 parent: 34 - type: Transform - proto: DiceBag entities: - uid: 3628 components: - - pos: 18.355251,-7.464027 + - type: Transform + pos: 18.355251,-7.464027 parent: 34 - type: Transform - proto: DiseaseDiagnoser entities: - uid: 8681 components: - - pos: -0.5,-35.5 + - type: Transform + pos: -0.5,-35.5 parent: 34 - type: Transform - proto: DisposalBend entities: - uid: 1305 components: - - pos: -3.5,-44.5 + - type: Transform + pos: -3.5,-44.5 parent: 34 - type: Transform - uid: 2701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-46.5 parent: 34 - type: Transform - uid: 4046 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-44.5 parent: 34 - type: Transform - uid: 8142 components: - - pos: 8.5,13.5 + - type: Transform + pos: 8.5,13.5 parent: 34 - type: Transform - uid: 8185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-13.5 parent: 34 - type: Transform - uid: 8354 components: - - pos: 32.5,-22.5 + - type: Transform + pos: 32.5,-22.5 parent: 34 - type: Transform - uid: 8513 components: - - pos: -5.5,-34.5 + - type: Transform + pos: -5.5,-34.5 parent: 34 - type: Transform - uid: 8529 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 34 - type: Transform - uid: 8530 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-23.5 parent: 34 - type: Transform - uid: 8535 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 34 - type: Transform - uid: 8541 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-22.5 parent: 34 - type: Transform - uid: 8583 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 34 - type: Transform - uid: 10856 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-29.5 parent: 34 - type: Transform - uid: 11569 components: - - pos: -34.5,-25.5 + - type: Transform + pos: -34.5,-25.5 parent: 34 - type: Transform - uid: 11570 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-25.5 parent: 34 - type: Transform - uid: 11639 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-0.5 parent: 34 - type: Transform - uid: 11649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,9.5 parent: 34 - type: Transform - proto: DisposalJunction entities: - uid: 2335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-21.5 parent: 34 - type: Transform - uid: 6958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 34 - type: Transform - uid: 8140 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 34 - type: Transform - uid: 8141 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 34 - type: Transform - uid: 8190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-22.5 parent: 34 - type: Transform - uid: 8191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-22.5 parent: 34 - type: Transform - uid: 8262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-13.5 parent: 34 - type: Transform - uid: 8263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-5.5 parent: 34 - type: Transform - uid: 8474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-34.5 parent: 34 - type: Transform - uid: 8539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-13.5 parent: 34 - type: Transform - uid: 8581 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-0.5 parent: 34 - type: Transform - uid: 8582 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-0.5 parent: 34 - type: Transform - proto: DisposalJunctionFlipped entities: - uid: 5789 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-0.5 parent: 34 - type: Transform - uid: 8220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-21.5 parent: 34 - type: Transform - uid: 8222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-21.5 parent: 34 - type: Transform - uid: 8316 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-12.5 parent: 34 - type: Transform - uid: 8536 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-21.5 parent: 34 - type: Transform - uid: 8540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-12.5 parent: 34 - type: Transform - uid: 8580 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 34 - type: Transform - proto: DisposalPipe entities: - uid: 2334 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-21.5 parent: 34 - type: Transform - uid: 2371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-21.5 parent: 34 - type: Transform - uid: 2676 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-45.5 parent: 34 - type: Transform - uid: 4494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-46.5 parent: 34 - type: Transform - uid: 4528 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-5.5 parent: 34 - type: Transform - uid: 4784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-0.5 parent: 34 - type: Transform - uid: 4809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-5.5 parent: 34 - type: Transform - uid: 4810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-5.5 parent: 34 - type: Transform - uid: 4844 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-5.5 parent: 34 - type: Transform - uid: 5024 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-5.5 parent: 34 - type: Transform - uid: 5788 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-0.5 parent: 34 - type: Transform - uid: 7068 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 34 - type: Transform - uid: 7828 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-46.5 parent: 34 - type: Transform - uid: 7829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-46.5 parent: 34 - type: Transform - uid: 8125 components: - - pos: 42.5,7.5 + - type: Transform + pos: 42.5,7.5 parent: 34 - type: Transform - uid: 8126 components: - - pos: 42.5,8.5 + - type: Transform + pos: 42.5,8.5 parent: 34 - type: Transform - uid: 8127 components: - - pos: 42.5,9.5 + - type: Transform + pos: 42.5,9.5 parent: 34 - type: Transform - uid: 8143 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,13.5 parent: 34 - type: Transform - uid: 8144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,13.5 parent: 34 - type: Transform - uid: 8145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,13.5 parent: 34 - type: Transform - uid: 8146 components: - - pos: 8.5,12.5 + - type: Transform + pos: 8.5,12.5 parent: 34 - type: Transform - uid: 8147 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 34 - type: Transform - uid: 8148 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 34 - type: Transform - uid: 8149 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 34 - type: Transform - uid: 8150 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 34 - type: Transform - uid: 8151 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 34 - type: Transform - uid: 8152 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 34 - type: Transform - uid: 8153 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 34 - type: Transform - uid: 8154 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 34 - type: Transform - uid: 8155 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 34 - type: Transform - uid: 8156 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 34 - type: Transform - uid: 8162 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 34 - type: Transform - uid: 8163 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 34 - type: Transform - uid: 8164 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 34 - type: Transform - uid: 8165 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 34 - type: Transform - uid: 8166 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 34 - type: Transform - uid: 8167 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 34 - type: Transform - uid: 8168 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 34 - type: Transform - uid: 8169 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 34 - type: Transform - uid: 8170 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 34 - type: Transform - uid: 8171 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 34 - type: Transform - uid: 8172 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 34 - type: Transform - uid: 8173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-13.5 parent: 34 - type: Transform - uid: 8174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-13.5 parent: 34 - type: Transform - uid: 8175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-13.5 parent: 34 - type: Transform - uid: 8176 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-13.5 parent: 34 - type: Transform - uid: 8177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-13.5 parent: 34 - type: Transform - uid: 8178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-13.5 parent: 34 - type: Transform - uid: 8179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-13.5 parent: 34 - type: Transform - uid: 8180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-13.5 parent: 34 - type: Transform - uid: 8181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-13.5 parent: 34 - type: Transform - uid: 8182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-13.5 parent: 34 - type: Transform - uid: 8183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-13.5 parent: 34 - type: Transform - uid: 8184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-13.5 parent: 34 - type: Transform - uid: 8187 components: - - pos: 25.5,-12.5 + - type: Transform + pos: 25.5,-12.5 parent: 34 - type: Transform - uid: 8192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-22.5 parent: 34 - type: Transform - uid: 8200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-21.5 parent: 34 - type: Transform - uid: 8201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-21.5 parent: 34 - type: Transform - uid: 8202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-21.5 parent: 34 - type: Transform - uid: 8203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-21.5 parent: 34 - type: Transform - uid: 8204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-21.5 parent: 34 - type: Transform - uid: 8205 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-21.5 parent: 34 - type: Transform - uid: 8206 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-21.5 parent: 34 - type: Transform - uid: 8207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-21.5 parent: 34 - type: Transform - uid: 8208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-21.5 parent: 34 - type: Transform - uid: 8209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-21.5 parent: 34 - type: Transform - uid: 8210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-21.5 parent: 34 - type: Transform - uid: 8211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-21.5 parent: 34 - type: Transform - uid: 8212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-21.5 parent: 34 - type: Transform - uid: 8213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-21.5 parent: 34 - type: Transform - uid: 8215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-21.5 parent: 34 - type: Transform - uid: 8216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-21.5 parent: 34 - type: Transform - uid: 8217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-21.5 parent: 34 - type: Transform - uid: 8218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-21.5 parent: 34 - type: Transform - uid: 8219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-21.5 parent: 34 - type: Transform - uid: 8221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-21.5 parent: 34 - type: Transform - uid: 8224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-21.5 parent: 34 - type: Transform - uid: 8226 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-21.5 parent: 34 - type: Transform - uid: 8228 components: - - pos: -38.5,-18.5 + - type: Transform + pos: -38.5,-18.5 parent: 34 - type: Transform - uid: 8229 components: - - pos: -38.5,-17.5 + - type: Transform + pos: -38.5,-17.5 parent: 34 - type: Transform - uid: 8231 components: - - pos: -38.5,-20.5 + - type: Transform + pos: -38.5,-20.5 parent: 34 - type: Transform - uid: 8232 components: - - pos: -38.5,-19.5 + - type: Transform + pos: -38.5,-19.5 parent: 34 - type: Transform - uid: 8233 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-22.5 parent: 34 - type: Transform - uid: 8234 components: - - pos: -38.5,-16.5 + - type: Transform + pos: -38.5,-16.5 parent: 34 - type: Transform - uid: 8235 components: - - pos: -38.5,-15.5 + - type: Transform + pos: -38.5,-15.5 parent: 34 - type: Transform - uid: 8236 components: - - pos: -38.5,-14.5 + - type: Transform + pos: -38.5,-14.5 parent: 34 - type: Transform - uid: 8238 components: - - pos: -38.5,-12.5 + - type: Transform + pos: -38.5,-12.5 parent: 34 - type: Transform - uid: 8239 components: - - pos: -38.5,-11.5 + - type: Transform + pos: -38.5,-11.5 parent: 34 - type: Transform - uid: 8240 components: - - pos: -38.5,-10.5 + - type: Transform + pos: -38.5,-10.5 parent: 34 - type: Transform - uid: 8241 components: - - pos: -38.5,-9.5 + - type: Transform + pos: -38.5,-9.5 parent: 34 - type: Transform - uid: 8242 components: - - pos: -38.5,-8.5 + - type: Transform + pos: -38.5,-8.5 parent: 34 - type: Transform - uid: 8243 components: - - pos: -38.5,-7.5 + - type: Transform + pos: -38.5,-7.5 parent: 34 - type: Transform - uid: 8244 components: - - pos: -38.5,-6.5 + - type: Transform + pos: -38.5,-6.5 parent: 34 - type: Transform - uid: 8245 components: - - pos: -38.5,-4.5 + - type: Transform + pos: -38.5,-4.5 parent: 34 - type: Transform - uid: 8246 components: - - pos: -38.5,-3.5 + - type: Transform + pos: -38.5,-3.5 parent: 34 - type: Transform - uid: 8247 components: - - pos: -38.5,-2.5 + - type: Transform + pos: -38.5,-2.5 parent: 34 - type: Transform - uid: 8248 components: - - pos: -38.5,-1.5 + - type: Transform + pos: -38.5,-1.5 parent: 34 - type: Transform - uid: 8251 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-0.5 parent: 34 - type: Transform - uid: 8252 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-0.5 parent: 34 - type: Transform - uid: 8253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-0.5 parent: 34 - type: Transform - uid: 8254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-0.5 parent: 34 - type: Transform - uid: 8255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-0.5 parent: 34 - type: Transform - uid: 8256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-0.5 parent: 34 - type: Transform - uid: 8257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-0.5 parent: 34 - type: Transform - uid: 8258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-0.5 parent: 34 - type: Transform - uid: 8259 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-0.5 parent: 34 - type: Transform - uid: 8260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-13.5 parent: 34 - type: Transform - uid: 8261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-13.5 parent: 34 - type: Transform - uid: 8280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-12.5 parent: 34 - type: Transform - uid: 8281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-12.5 parent: 34 - type: Transform - uid: 8282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-11.5 parent: 34 - type: Transform - uid: 8283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-10.5 parent: 34 - type: Transform - uid: 8284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-9.5 parent: 34 - type: Transform - uid: 8285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-8.5 parent: 34 - type: Transform - uid: 8286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 34 - type: Transform - uid: 8287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-6.5 parent: 34 - type: Transform - uid: 8289 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 34 - type: Transform - uid: 8290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 34 - type: Transform - uid: 8291 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-2.5 parent: 34 - type: Transform - uid: 8292 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 34 - type: Transform - uid: 8294 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 34 - type: Transform - uid: 8295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-12.5 parent: 34 - type: Transform - uid: 8296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-12.5 parent: 34 - type: Transform - uid: 8297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-12.5 parent: 34 - type: Transform - uid: 8298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-12.5 parent: 34 - type: Transform - uid: 8299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-12.5 parent: 34 - type: Transform - uid: 8300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-12.5 parent: 34 - type: Transform - uid: 8301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-12.5 parent: 34 - type: Transform - uid: 8302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-12.5 parent: 34 - type: Transform - uid: 8303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 34 - type: Transform - uid: 8304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-12.5 parent: 34 - type: Transform - uid: 8305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-12.5 parent: 34 - type: Transform - uid: 8306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 34 - type: Transform - uid: 8307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-12.5 parent: 34 - type: Transform - uid: 8308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-12.5 parent: 34 - type: Transform - uid: 8309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 34 - type: Transform - uid: 8310 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-12.5 parent: 34 - type: Transform - uid: 8313 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 34 - type: Transform - uid: 8314 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 34 - type: Transform - uid: 8315 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 34 - type: Transform - uid: 8318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-12.5 parent: 34 - type: Transform - uid: 8319 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-14.5 parent: 34 - type: Transform - uid: 8320 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-15.5 parent: 34 - type: Transform - uid: 8321 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-16.5 parent: 34 - type: Transform - uid: 8322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-17.5 parent: 34 - type: Transform - uid: 8323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-18.5 parent: 34 - type: Transform - uid: 8324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-19.5 parent: 34 - type: Transform - uid: 8325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-20.5 parent: 34 - type: Transform - uid: 8326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-21.5 parent: 34 - type: Transform - uid: 8330 components: - - pos: 17.5,-21.5 + - type: Transform + pos: 17.5,-21.5 parent: 34 - type: Transform - uid: 8331 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-22.5 parent: 34 - type: Transform - uid: 8332 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-22.5 parent: 34 - type: Transform - uid: 8333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-22.5 parent: 34 - type: Transform - uid: 8334 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-22.5 parent: 34 - type: Transform - uid: 8335 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-22.5 parent: 34 - type: Transform - uid: 8336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-22.5 parent: 34 - type: Transform - uid: 8337 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-22.5 parent: 34 - type: Transform - uid: 8338 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-22.5 parent: 34 - type: Transform - uid: 8339 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-22.5 parent: 34 - type: Transform - uid: 8340 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-22.5 parent: 34 - type: Transform - uid: 8341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-22.5 parent: 34 - type: Transform - uid: 8342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-22.5 parent: 34 - type: Transform - uid: 8343 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-22.5 parent: 34 - type: Transform - uid: 8344 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-22.5 parent: 34 - type: Transform - uid: 8345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-30.5 parent: 34 - type: Transform - uid: 8346 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-29.5 parent: 34 - type: Transform - uid: 8347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-28.5 parent: 34 - type: Transform - uid: 8348 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-27.5 parent: 34 - type: Transform - uid: 8349 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-26.5 parent: 34 - type: Transform - uid: 8350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-25.5 parent: 34 - type: Transform - uid: 8351 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-24.5 parent: 34 - type: Transform - uid: 8352 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-23.5 parent: 34 - type: Transform - uid: 8473 components: - - pos: -9.5,-35.5 + - type: Transform + pos: -9.5,-35.5 parent: 34 - type: Transform - uid: 8475 components: - - pos: -9.5,-33.5 + - type: Transform + pos: -9.5,-33.5 parent: 34 - type: Transform - uid: 8476 components: - - pos: -9.5,-32.5 + - type: Transform + pos: -9.5,-32.5 parent: 34 - type: Transform - uid: 8477 components: - - pos: -9.5,-31.5 + - type: Transform + pos: -9.5,-31.5 parent: 34 - type: Transform - uid: 8478 components: - - pos: -9.5,-30.5 + - type: Transform + pos: -9.5,-30.5 parent: 34 - type: Transform - uid: 8479 components: - - pos: -9.5,-29.5 + - type: Transform + pos: -9.5,-29.5 parent: 34 - type: Transform - uid: 8480 components: - - pos: -9.5,-28.5 + - type: Transform + pos: -9.5,-28.5 parent: 34 - type: Transform - uid: 8481 components: - - pos: -9.5,-27.5 + - type: Transform + pos: -9.5,-27.5 parent: 34 - type: Transform - uid: 8482 components: - - pos: -9.5,-26.5 + - type: Transform + pos: -9.5,-26.5 parent: 34 - type: Transform - uid: 8483 components: - - pos: -9.5,-25.5 + - type: Transform + pos: -9.5,-25.5 parent: 34 - type: Transform - uid: 8484 components: - - pos: -9.5,-24.5 + - type: Transform + pos: -9.5,-24.5 parent: 34 - type: Transform - uid: 8485 components: - - pos: -9.5,-23.5 + - type: Transform + pos: -9.5,-23.5 parent: 34 - type: Transform - uid: 8486 components: - - pos: -9.5,-22.5 + - type: Transform + pos: -9.5,-22.5 parent: 34 - type: Transform - uid: 8487 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-21.5 parent: 34 - type: Transform - uid: 8488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-21.5 parent: 34 - type: Transform - uid: 8500 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-44.5 parent: 34 - type: Transform - uid: 8504 components: - - pos: -5.5,-43.5 + - type: Transform + pos: -5.5,-43.5 parent: 34 - type: Transform - uid: 8505 components: - - pos: -5.5,-42.5 + - type: Transform + pos: -5.5,-42.5 parent: 34 - type: Transform - uid: 8506 components: - - pos: -5.5,-41.5 + - type: Transform + pos: -5.5,-41.5 parent: 34 - type: Transform - uid: 8507 components: - - pos: -5.5,-40.5 + - type: Transform + pos: -5.5,-40.5 parent: 34 - type: Transform - uid: 8508 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 34 - type: Transform - uid: 8509 components: - - pos: -5.5,-38.5 + - type: Transform + pos: -5.5,-38.5 parent: 34 - type: Transform - uid: 8510 components: - - pos: -5.5,-37.5 + - type: Transform + pos: -5.5,-37.5 parent: 34 - type: Transform - uid: 8511 components: - - pos: -5.5,-36.5 + - type: Transform + pos: -5.5,-36.5 parent: 34 - type: Transform - uid: 8512 components: - - pos: -5.5,-35.5 + - type: Transform + pos: -5.5,-35.5 parent: 34 - type: Transform - uid: 8514 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-34.5 parent: 34 - type: Transform - uid: 8515 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-34.5 parent: 34 - type: Transform - uid: 8516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-34.5 parent: 34 - type: Transform - uid: 8518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-24.5 parent: 34 - type: Transform - uid: 8519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-23.5 parent: 34 - type: Transform - uid: 8520 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-23.5 parent: 34 - type: Transform - uid: 8521 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-23.5 parent: 34 - type: Transform - uid: 8522 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-23.5 parent: 34 - type: Transform - uid: 8523 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-23.5 parent: 34 - type: Transform - uid: 8524 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-23.5 parent: 34 - type: Transform - uid: 8525 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-23.5 parent: 34 - type: Transform - uid: 8526 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-23.5 parent: 34 - type: Transform - uid: 8527 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-23.5 parent: 34 - type: Transform - uid: 8528 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-23.5 parent: 34 - type: Transform - uid: 8531 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-21.5 parent: 34 - type: Transform - uid: 8532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-21.5 parent: 34 - type: Transform - uid: 8533 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-21.5 parent: 34 - type: Transform - uid: 8534 components: - - pos: -5.5,-22.5 + - type: Transform + pos: -5.5,-22.5 parent: 34 - type: Transform - uid: 8537 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-22.5 parent: 34 - type: Transform - uid: 8538 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-22.5 parent: 34 - type: Transform - uid: 8542 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-0.5 parent: 34 - type: Transform - uid: 8543 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 34 - type: Transform - uid: 8544 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-0.5 parent: 34 - type: Transform - uid: 8545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 34 - type: Transform - uid: 8546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 34 - type: Transform - uid: 8547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 34 - type: Transform - uid: 8548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 34 - type: Transform - uid: 8549 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 34 - type: Transform - uid: 8550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 34 - type: Transform - uid: 8551 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 34 - type: Transform - uid: 8552 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 34 - type: Transform - uid: 8553 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 34 - type: Transform - uid: 8554 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 34 - type: Transform - uid: 8555 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 34 - type: Transform - uid: 8556 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 34 - type: Transform - uid: 8557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 34 - type: Transform - uid: 8558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 34 - type: Transform - uid: 8559 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 34 - type: Transform - uid: 8560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 34 - type: Transform - uid: 8561 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 34 - type: Transform - uid: 8562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 34 - type: Transform - uid: 8563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 34 - type: Transform - uid: 8564 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-0.5 parent: 34 - type: Transform - uid: 8565 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 34 - type: Transform - uid: 8566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-0.5 parent: 34 - type: Transform - uid: 8567 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-0.5 parent: 34 - type: Transform - uid: 8568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-0.5 parent: 34 - type: Transform - uid: 8569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-0.5 parent: 34 - type: Transform - uid: 8570 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-0.5 parent: 34 - type: Transform - uid: 8571 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-0.5 parent: 34 - type: Transform - uid: 8572 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-0.5 parent: 34 - type: Transform - uid: 8573 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-0.5 parent: 34 - type: Transform - uid: 8574 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-0.5 parent: 34 - type: Transform - uid: 8575 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-0.5 parent: 34 - type: Transform - uid: 8576 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-0.5 parent: 34 - type: Transform - uid: 8577 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-0.5 parent: 34 - type: Transform - uid: 10468 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-30.5 parent: 34 - type: Transform - uid: 10524 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 34 - type: Transform - uid: 10776 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-29.5 parent: 34 - type: Transform - uid: 10777 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-28.5 parent: 34 - type: Transform - uid: 10826 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-27.5 parent: 34 - type: Transform - uid: 10851 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-24.5 parent: 34 - type: Transform - uid: 10852 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-23.5 parent: 34 - type: Transform - uid: 10853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-22.5 parent: 34 - type: Transform - uid: 10855 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-28.5 parent: 34 - type: Transform - uid: 10857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-26.5 parent: 34 - type: Transform - uid: 10962 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-25.5 parent: 34 - type: Transform - uid: 11248 components: - - pos: -9.5,-36.5 + - type: Transform + pos: -9.5,-36.5 parent: 34 - type: Transform - uid: 11255 components: - - pos: -9.5,-37.5 + - type: Transform + pos: -9.5,-37.5 parent: 34 - type: Transform - uid: 11555 components: - - pos: -34.5,-27.5 + - type: Transform + pos: -34.5,-27.5 parent: 34 - type: Transform - uid: 11556 components: - - pos: -34.5,-26.5 + - type: Transform + pos: -34.5,-26.5 parent: 34 - type: Transform - uid: 11557 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-25.5 parent: 34 - type: Transform - uid: 11558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-25.5 parent: 34 - type: Transform - uid: 11559 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-25.5 parent: 34 - type: Transform - uid: 11560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-25.5 parent: 34 - type: Transform - uid: 11561 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-25.5 parent: 34 - type: Transform - uid: 11562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-25.5 parent: 34 - type: Transform - uid: 11563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-25.5 parent: 34 - type: Transform - uid: 11564 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 34 - type: Transform - uid: 11565 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-25.5 parent: 34 - type: Transform - uid: 11566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-25.5 parent: 34 - type: Transform - uid: 11567 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-25.5 parent: 34 - type: Transform - uid: 11568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-25.5 parent: 34 - type: Transform - uid: 11572 components: - - pos: -38.5,-24.5 + - type: Transform + pos: -38.5,-24.5 parent: 34 - type: Transform - uid: 11573 components: - - pos: -38.5,-23.5 + - type: Transform + pos: -38.5,-23.5 parent: 34 - type: Transform - uid: 11574 components: - - pos: -38.5,-22.5 + - type: Transform + pos: -38.5,-22.5 parent: 34 - type: Transform - uid: 11615 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-0.5 parent: 34 - type: Transform - uid: 11636 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-0.5 parent: 34 - type: Transform - uid: 11640 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,0.5 parent: 34 - type: Transform - uid: 11641 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,1.5 parent: 34 - type: Transform - uid: 11642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,2.5 parent: 34 - type: Transform - uid: 11643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,3.5 parent: 34 - type: Transform - uid: 11644 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,4.5 parent: 34 - type: Transform - uid: 11645 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,5.5 parent: 34 - type: Transform - uid: 11646 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,6.5 parent: 34 - type: Transform - uid: 11647 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,7.5 parent: 34 - type: Transform - uid: 11648 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,8.5 parent: 34 - type: Transform - uid: 11650 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,9.5 parent: 34 - type: Transform - uid: 11651 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,9.5 parent: 34 - type: Transform - uid: 12929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 34 - type: Transform - uid: 12933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-5.5 parent: 34 - type: Transform - uid: 12934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-5.5 parent: 34 - type: Transform - proto: DisposalTrunk entities: - uid: 1596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 34 - type: Transform - uid: 4067 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-45.5 parent: 34 - type: Transform - uid: 5138 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-46.5 parent: 34 - type: Transform - uid: 8123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,6.5 parent: 34 - type: Transform - uid: 8124 components: - - pos: 42.5,10.5 + - type: Transform + pos: 42.5,10.5 parent: 34 - type: Transform - uid: 8136 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,13.5 parent: 34 - type: Transform - uid: 8138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,8.5 parent: 34 - type: Transform - uid: 8139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,2.5 parent: 34 - type: Transform - uid: 8186 components: - - pos: 25.5,-11.5 + - type: Transform + pos: 25.5,-11.5 parent: 34 - type: Transform - uid: 8188 components: - - pos: 17.5,-20.5 + - type: Transform + pos: 17.5,-20.5 parent: 34 - type: Transform - uid: 8189 components: - - pos: 15.5,-21.5 + - type: Transform + pos: 15.5,-21.5 parent: 34 - type: Transform - uid: 8225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-23.5 parent: 34 - type: Transform - uid: 8237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-13.5 parent: 34 - type: Transform - uid: 8264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-5.5 parent: 34 - type: Transform - uid: 8311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-12.5 parent: 34 - type: Transform - uid: 8312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-12.5 parent: 34 - type: Transform - uid: 8317 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 34 - type: Transform - uid: 8353 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-31.5 parent: 34 - type: Transform - uid: 8578 components: - - pos: -27.5,0.5 + - type: Transform + pos: -27.5,0.5 parent: 34 - type: Transform - uid: 8795 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 34 - type: Transform - uid: 10577 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-31.5 parent: 34 - type: Transform - uid: 10844 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-29.5 parent: 34 - type: Transform - uid: 10845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-25.5 parent: 34 - type: Transform - uid: 11256 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-38.5 parent: 34 - type: Transform - uid: 11571 components: - - pos: -48.5,-24.5 + - type: Transform + pos: -48.5,-24.5 parent: 34 - type: Transform - uid: 11652 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 34 - type: Transform - proto: DisposalUnit entities: - uid: 789 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 34 - type: Transform - uid: 885 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 34 - type: Transform - uid: 907 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 34 - type: Transform - uid: 974 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 34 - type: Transform - uid: 2141 components: - - pos: 0.5,-46.5 + - type: Transform + pos: 0.5,-46.5 parent: 34 - type: Transform - uid: 2209 components: - - pos: -37.5,-5.5 + - type: Transform + pos: -37.5,-5.5 parent: 34 - type: Transform - uid: 2323 components: - - pos: -26.5,-25.5 + - type: Transform + pos: -26.5,-25.5 parent: 34 - type: Transform - uid: 2352 components: - - pos: -48.5,-24.5 + - type: Transform + pos: -48.5,-24.5 parent: 34 - type: Transform - uid: 2531 components: - - pos: -35.5,-13.5 + - type: Transform + pos: -35.5,-13.5 parent: 34 - type: Transform - uid: 4043 components: - - pos: -6.5,-45.5 + - type: Transform + pos: -6.5,-45.5 parent: 34 - type: Transform - uid: 4760 components: - - desc: We all know where this is going. - type: MetaData - - pos: 42.5,6.5 + - type: MetaData + desc: We all know where this is going. + - type: Transform + pos: 42.5,6.5 parent: 34 - type: Transform - uid: 6157 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 34 - type: Transform - uid: 6213 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 34 - type: Transform - uid: 8083 components: - - pos: -32.5,-23.5 + - type: Transform + pos: -32.5,-23.5 parent: 34 - type: Transform - uid: 8130 components: - - pos: 25.5,-11.5 + - type: Transform + pos: 25.5,-11.5 parent: 34 - type: Transform - uid: 8131 components: - - pos: 17.5,-20.5 + - type: Transform + pos: 17.5,-20.5 parent: 34 - type: Transform - uid: 8132 components: - - pos: 32.5,-31.5 + - type: Transform + pos: 32.5,-31.5 parent: 34 - type: Transform - uid: 8133 components: - - pos: 15.5,-21.5 + - type: Transform + pos: 15.5,-21.5 parent: 34 - type: Transform - uid: 8134 components: - - pos: -15.5,-12.5 + - type: Transform + pos: -15.5,-12.5 parent: 34 - type: Transform - uid: 8135 components: - - pos: -27.5,0.5 + - type: Transform + pos: -27.5,0.5 parent: 34 - type: Transform - uid: 8137 components: - - pos: 4.5,13.5 + - type: Transform + pos: 4.5,13.5 parent: 34 - type: Transform - uid: 10843 components: - - pos: -33.5,-29.5 + - type: Transform + pos: -33.5,-29.5 parent: 34 - type: Transform - uid: 10988 components: - - pos: 5.5,-31.5 + - type: Transform + pos: 5.5,-31.5 parent: 34 - type: Transform - uid: 11535 components: - - pos: -9.5,-38.5 + - type: Transform + pos: -9.5,-38.5 parent: 34 - type: Transform - proto: DisposalYJunction entities: - uid: 2403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-25.5 parent: 34 - type: Transform - uid: 8293 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-12.5 parent: 34 - type: Transform - uid: 8492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-44.5 parent: 34 - type: Transform - proto: DogBed entities: - uid: 1041 components: - - pos: -31.5,-6.5 + - type: Transform + pos: -31.5,-6.5 parent: 34 - type: Transform - uid: 1847 components: - - pos: -28.5,-34.5 + - type: Transform + pos: -28.5,-34.5 parent: 34 - type: Transform - uid: 1977 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 34 - type: Transform - uid: 2547 components: - - pos: -35.5,-16.5 + - type: Transform + pos: -35.5,-16.5 parent: 34 - type: Transform - uid: 4278 components: - - pos: 27.5,-29.5 + - type: Transform + pos: 27.5,-29.5 parent: 34 - type: Transform - uid: 10820 components: - - pos: -39.5,-6.5 + - type: Transform + pos: -39.5,-6.5 parent: 34 - type: Transform - uid: 10821 components: - - pos: -39.5,-4.5 + - type: Transform + pos: -39.5,-4.5 parent: 34 - type: Transform - uid: 10987 components: - - pos: 27.5,-13.5 + - type: Transform + pos: 27.5,-13.5 parent: 34 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 4932 components: - - pos: 20.5,-16.5 + - type: Transform + pos: 20.5,-16.5 parent: 34 - type: Transform - uid: 10538 components: - - pos: 39.5,3.5 + - type: Transform + pos: 39.5,3.5 parent: 34 - type: Transform - proto: DoubleEmergencyOxygenTankFilled entities: - uid: 3817 components: - - pos: 8.592867,-18.409733 + - type: Transform + pos: 8.592867,-18.409733 parent: 34 - type: Transform - proto: Dresser entities: - uid: 2110 components: - - pos: -48.5,1.5 + - type: Transform + pos: -48.5,1.5 parent: 34 - type: Transform - uid: 2206 components: - - pos: -46.5,-6.5 + - type: Transform + pos: -46.5,-6.5 parent: 34 - type: Transform - uid: 2230 components: - - pos: -47.5,-4.5 + - type: Transform + pos: -47.5,-4.5 + parent: 34 +- proto: DresserCaptainFilled + entities: + - uid: 3227 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 34 +- proto: DresserChiefEngineerFilled + entities: + - uid: 3384 + components: + - type: Transform + pos: -25.5,-29.5 + parent: 34 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 10916 + components: + - type: Transform + pos: 10.5,-34.5 parent: 34 - type: Transform - proto: DresserFilled entities: - uid: 4654 components: - - pos: 48.5,-12.5 + - type: Transform + pos: 48.5,-12.5 + parent: 34 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 6167 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 34 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 4014 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 34 +- proto: DresserQuarterMasterFilled + entities: + - uid: 11779 + components: + - type: Transform + pos: -16.5,-38.5 + parent: 34 +- proto: DresserResearchDirectorFilled + entities: + - uid: 10993 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 34 +- proto: DresserWardenFilled + entities: + - uid: 11015 + components: + - type: Transform + pos: 29.5,-7.5 parent: 34 - type: Transform - proto: DrinkAleBottleFull entities: - uid: 3273 components: - - pos: -32.131615,-50.500923 + - type: Transform + pos: -32.131615,-50.500923 parent: 34 - type: Transform - uid: 3274 components: - - pos: -32.235783,-50.344563 + - type: Transform + pos: -32.235783,-50.344563 parent: 34 - type: Transform - uid: 11530 components: - - pos: -46.67791,-26.995934 + - type: Transform + pos: -46.67791,-26.995934 parent: 34 - type: Transform - proto: DrinkBeerBottleFull entities: - uid: 5900 components: - - pos: -55.75351,1.6634254 + - type: Transform + pos: -55.75351,1.6634254 parent: 34 - type: Transform - uid: 11529 components: - - pos: -46.219578,-27.193987 + - type: Transform + pos: -46.219578,-27.193987 parent: 34 - type: Transform - proto: DrinkBottleBeer entities: - uid: 5898 components: - - pos: -56.78476,2.1012297 + - type: Transform + pos: -56.78476,2.1012297 parent: 34 - type: Transform - uid: 5901 components: - - pos: -56.69101,1.913599 + - type: Transform + pos: -56.69101,1.913599 parent: 34 - type: Transform - uid: 5902 components: - - pos: -56.50351,2.0386868 + - type: Transform + pos: -56.50351,2.0386868 parent: 34 - type: Transform - uid: 5903 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.487885,1.5696106 parent: 34 - type: Transform - uid: 11108 components: - - pos: -26.051832,-25.571123 + - type: Transform + pos: -26.051832,-25.571123 parent: 34 - type: Transform - proto: DrinkBottleWhiskey entities: - uid: 11668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5405045,4.049676 parent: 34 - type: Transform - uid: 11669 components: - - pos: -5.2280045,4.393426 + - type: Transform + pos: -5.2280045,4.393426 parent: 34 - type: Transform - proto: DrinkBottleWine entities: - uid: 3365 components: - - pos: -32.31502,-15.337397 + - type: Transform + pos: -32.31502,-15.337397 parent: 34 - type: Transform - proto: DrinkCoffee entities: - uid: 13012 components: - - pos: -13.472433,-27.461184 + - type: Transform + pos: -13.472433,-27.461184 parent: 34 - type: Transform - uid: 13013 components: - - pos: -13.191183,-27.461184 + - type: Transform + pos: -13.191183,-27.461184 parent: 34 - type: Transform - proto: DrinkColaCan entities: - uid: 10890 components: - - pos: 25.045292,-40.075157 + - type: Transform + pos: 25.045292,-40.075157 parent: 34 - type: Transform - proto: DrinkDrGibbCan entities: - uid: 9717 components: - - pos: -28.792316,-8.542484 + - type: Transform + pos: -28.792316,-8.542484 parent: 34 - type: Transform - proto: DrinkEnergyDrinkCan entities: - uid: 11933 components: - - pos: -1.4162182,6.109795 + - type: Transform + pos: -1.4162182,6.109795 parent: 34 - type: Transform - uid: 12130 components: - - pos: -9.450497,-26.264732 + - type: Transform + pos: -9.450497,-26.264732 parent: 34 - type: Transform - uid: 12131 components: - - pos: -9.31508,-26.42109 + - type: Transform + pos: -9.31508,-26.42109 parent: 34 - type: Transform - proto: DrinkGinBottleFull entities: - uid: 8023 components: - - pos: -32.75218,3.924251 + - type: Transform + pos: -32.75218,3.924251 parent: 34 - type: Transform - proto: DrinkGlass entities: - uid: 2544 components: - - pos: 38.47935,-33.795593 + - type: Transform + pos: 38.47935,-33.795593 parent: 34 - type: Transform - uid: 2566 components: - - pos: 38.526226,-35.139343 + - type: Transform + pos: 38.526226,-35.139343 parent: 34 - type: Transform - uid: 2583 components: - - pos: 40.5106,-33.12372 + - type: Transform + pos: 40.5106,-33.12372 parent: 34 - type: Transform - uid: 3945 components: - - pos: -7.714716,-40.29142 + - type: Transform + pos: -7.714716,-40.29142 parent: 34 - type: Transform - uid: 4040 components: - - pos: -7.339716,-40.32267 + - type: Transform + pos: -7.339716,-40.32267 parent: 34 - type: Transform - uid: 4124 components: - - pos: -7.886591,-40.307045 + - type: Transform + pos: -7.886591,-40.307045 parent: 34 - type: Transform - uid: 4146 components: - - pos: -7.527216,-40.29142 + - type: Transform + pos: -7.527216,-40.29142 parent: 34 - type: Transform - uid: 6026 components: - - pos: 39.088726,-33.420593 + - type: Transform + pos: 39.088726,-33.420593 parent: 34 - type: Transform - uid: 6192 components: - - pos: 40.494976,-34.99872 + - type: Transform + pos: 40.494976,-34.99872 parent: 34 - type: Transform - uid: 6224 components: - - pos: 40.5106,-34.06122 + - type: Transform + pos: 40.5106,-34.06122 parent: 34 - type: Transform - uid: 7383 components: - - pos: 38.5106,-34.795593 + - type: Transform + pos: 38.5106,-34.795593 parent: 34 - type: Transform - uid: 11084 components: - - pos: 38.66562,-41.206146 + - type: Transform + pos: 38.66562,-41.206146 parent: 34 - type: Transform - uid: 11085 components: - - pos: 38.41562,-40.080368 + - type: Transform + pos: 38.41562,-40.080368 parent: 34 - type: Transform - proto: DrinkGoldenCup entities: - uid: 5250 components: - - pos: 24.771664,-33.41835 + - type: Transform + pos: 24.771664,-33.41835 parent: 34 - type: Transform - proto: DrinkGrapeCan entities: - uid: 10366 components: - - pos: 20.222105,-30.938963 + - type: Transform + pos: 20.222105,-30.938963 parent: 34 - type: Transform - uid: 11611 components: - - pos: -37.329296,-27.171295 + - type: Transform + pos: -37.329296,-27.171295 parent: 34 - type: Transform - proto: DrinkHoochGlass entities: - uid: 5959 components: - - pos: 8.726354,-5.1830006 + - type: Transform + pos: 8.726354,-5.1830006 parent: 34 - type: Transform - proto: DrinkIcedTeaCan entities: - uid: 5896 components: - - pos: -55.56601,-1.2604798 + - type: Transform + pos: -55.56601,-1.2604798 parent: 34 - type: Transform - uid: 5897 components: - - pos: -55.40976,-1.432474 + - type: Transform + pos: -55.40976,-1.432474 parent: 34 - type: Transform - proto: DrinkMugMetal entities: - uid: 4724 components: - - pos: 41.65903,5.41313 + - type: Transform + pos: 41.65903,5.41313 parent: 34 - type: Transform - uid: 4725 components: - - pos: 41.768406,5.710211 + - type: Transform + pos: 41.768406,5.710211 parent: 34 - type: Transform - uid: 4726 components: - - pos: 41.612156,6.0072923 + - type: Transform + pos: 41.612156,6.0072923 parent: 34 - type: Transform - proto: DrinkMugOne entities: - uid: 3940 components: - - pos: 17.364058,-32.902626 + - type: Transform + pos: 17.364058,-32.902626 parent: 34 - type: Transform - uid: 10911 components: - - pos: 37.376976,-29.338423 + - type: Transform + pos: 37.376976,-29.338423 parent: 34 - type: Transform - proto: DrinkMugRainbow entities: - uid: 11215 components: - - pos: 22.321388,11.995523 + - type: Transform + pos: 22.321388,11.995523 parent: 34 - type: Transform - proto: DrinkRootBeerCan entities: - uid: 8954 components: - - pos: 13.863688,-40.13169 + - type: Transform + pos: 13.863688,-40.13169 parent: 34 - type: Transform - proto: DrinkSakeBottleFull entities: - uid: 10534 components: - - pos: 2.7853847,-3.2562366 + - type: Transform + pos: 2.7853847,-3.2562366 parent: 34 - type: Transform - proto: DrinkSakeCup entities: - uid: 12164 components: - - pos: -56.416985,-11.465357 + - type: Transform + pos: -56.416985,-11.465357 parent: 34 - type: Transform - uid: 12165 components: - - pos: -56.583652,-11.236031 + - type: Transform + pos: -56.583652,-11.236031 parent: 34 - type: Transform - uid: 12166 components: - - pos: -56.68782,-11.4757805 + - type: Transform + pos: -56.68782,-11.4757805 parent: 34 - type: Transform - proto: DrinkSakeGlass entities: - uid: 832 components: - - pos: 0.4312179,-5.622464 + - type: Transform + pos: 0.4312179,-5.622464 parent: 34 - type: Transform - uid: 4286 components: - - pos: 24.769295,-29.12897 + - type: Transform + pos: 24.769295,-29.12897 parent: 34 - type: Transform - uid: 9521 components: - - pos: 0.3062179,-5.3410187 + - type: Transform + pos: 0.3062179,-5.3410187 parent: 34 - type: Transform - proto: DrinkShaker entities: - uid: 3955 components: - - pos: -10.339716,-42.691956 + - type: Transform + pos: -10.339716,-42.691956 parent: 34 - type: Transform - uid: 4722 components: - - pos: 41.310482,5.6547894 + - type: Transform + pos: 41.310482,5.6547894 parent: 34 - type: Transform - proto: DrinkShotGlass entities: - uid: 9846 components: - - pos: 2.502306,-3.3255205 + - type: Transform + pos: 2.502306,-3.3255205 parent: 34 - type: Transform - uid: 11011 components: - - pos: 2.346056,-3.492303 + - type: Transform + pos: 2.346056,-3.492303 parent: 34 - type: Transform - proto: DrinkSojuBottleFull entities: - uid: 10937 components: - - pos: 3.0978847,-3.2770853 + - type: Transform + pos: 3.0978847,-3.2770853 parent: 34 - type: Transform - proto: DrinkSoyLatte entities: - uid: 1984 components: - - pos: -17.281527,-18.907257 + - type: Transform + pos: -17.281527,-18.907257 parent: 34 - type: Transform - proto: DrinkTeacup entities: - uid: 604 components: - - pos: 4.259925,-6.364277 + - type: Transform + pos: 4.259925,-6.364277 parent: 34 - type: Transform - uid: 1912 components: - - pos: 4.082842,-6.520635 + - type: Transform + pos: 4.082842,-6.520635 parent: 34 - type: Transform - uid: 12149 components: - - pos: -58.303734,-10.438734 + - type: Transform + pos: -58.303734,-10.438734 parent: 34 - type: Transform - uid: 12150 components: - - pos: -58.741234,-10.438734 + - type: Transform + pos: -58.741234,-10.438734 parent: 34 - type: Transform - uid: 12151 components: - - pos: -58.2829,-9.302528 + - type: Transform + pos: -58.2829,-9.302528 parent: 34 - type: Transform - uid: 12152 components: - - pos: -58.75165,-9.302528 + - type: Transform + pos: -58.75165,-9.302528 parent: 34 - type: Transform - proto: DrinkTeapot entities: - uid: 1915 components: - - pos: 3.7286751,-6.1870704 + - type: Transform + pos: 3.7286751,-6.1870704 parent: 34 - type: Transform - uid: 12148 components: - - pos: -58.522484,-9.854996 + - type: Transform + pos: -58.522484,-9.854996 parent: 34 - type: Transform - proto: DrinkTokkuri entities: - uid: 9543 components: - - pos: 0.72288465,-5.330594 + - type: Transform + pos: 0.72288465,-5.330594 parent: 34 - type: Transform - uid: 12163 components: - - pos: -56.271152,-11.152639 + - type: Transform + pos: -56.271152,-11.152639 parent: 34 - type: Transform - proto: DrinkVacuumFlask entities: - uid: 8024 components: - - pos: -32.50218,3.7678924 + - type: Transform + pos: -32.50218,3.7678924 parent: 34 - type: Transform - proto: DrinkWaterBottleFull entities: - uid: 681 components: - - pos: -15.294816,-32.0834 + - type: Transform + pos: -15.294816,-32.0834 parent: 34 - type: Transform - uid: 2706 components: - - pos: 10.330606,-38.57587 + - type: Transform + pos: 10.330606,-38.57587 parent: 34 - type: Transform - uid: 2947 components: - - pos: 10.752976,-38.638725 + - type: Transform + pos: 10.752976,-38.638725 parent: 34 - type: Transform - uid: 7549 components: - - pos: -31.421936,-29.090164 + - type: Transform + pos: -31.421936,-29.090164 parent: 34 - type: Transform - uid: 7550 components: - - pos: -31.22402,-29.090164 + - type: Transform + pos: -31.22402,-29.090164 parent: 34 - type: Transform - uid: 7551 components: - - pos: -31.31777,-29.225676 + - type: Transform + pos: -31.31777,-29.225676 parent: 34 - type: Transform - uid: 11341 components: - - pos: 20.285599,-16.020523 + - type: Transform + pos: 20.285599,-16.020523 parent: 34 - type: Transform - uid: 11343 components: - - pos: 20.358517,-15.947556 + - type: Transform + pos: 20.358517,-15.947556 parent: 34 - type: Transform - uid: 11344 components: - - pos: 20.181433,-15.947556 + - type: Transform + pos: 20.181433,-15.947556 parent: 34 - type: Transform - uid: 11932 components: - - pos: -0.8433014,4.316883 + - type: Transform + pos: -0.8433014,4.316883 parent: 34 - type: Transform - uid: 12465 components: - - pos: -47.692326,-15.116192 + - type: Transform + pos: -47.692326,-15.116192 parent: 34 - type: Transform - uid: 12467 components: - - pos: -47.33295,-15.100567 + - type: Transform + pos: -47.33295,-15.100567 parent: 34 - type: Transform - uid: 12625 components: - - pos: -8.453513,-29.251322 + - type: Transform + pos: -8.453513,-29.251322 parent: 34 - type: Transform - uid: 12655 components: - - pos: -8.266013,-29.266947 + - type: Transform + pos: -8.266013,-29.266947 parent: 34 - type: Transform - proto: DrinkWaterCup entities: - uid: 212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.255108,-13.224632 parent: 34 - type: Transform - uid: 872 components: - - pos: -10.285259,5.6222386 + - type: Transform + pos: -10.285259,5.6222386 parent: 34 - type: Transform - uid: 964 components: - - pos: -10.472759,5.497151 - parent: 34 - type: Transform - - uid: 6392 - components: - - pos: 40.553383,-31.46188 + - type: Transform + pos: -10.472759,5.497151 parent: 34 - type: Transform - uid: 10990 components: - - pos: 7.386877,7.710605 + - type: Transform + pos: 7.386877,7.710605 parent: 34 - type: Transform - uid: 11109 components: - - pos: 7.652502,7.679355 - parent: 34 - type: Transform - - uid: 11505 - components: - - pos: 40.178383,-31.415005 + - type: Transform + pos: 7.652502,7.679355 parent: 34 - type: Transform - uid: 12173 components: - - pos: 32.380108,-13.427757 + - type: Transform + pos: 32.380108,-13.427757 parent: 34 - type: Transform - uid: 12228 components: - - pos: 32.255108,-13.412132 + - type: Transform + pos: 32.255108,-13.412132 parent: 34 - type: Transform - uid: 12525 components: - - pos: -46.29773,-24.245388 + - type: Transform + pos: -46.29773,-24.245388 parent: 34 - type: Transform - uid: 12527 components: - - pos: -46.532104,-24.276638 + - type: Transform + pos: -46.532104,-24.276638 parent: 34 - type: Transform - uid: 12528 components: - - pos: -46.73523,-24.307888 + - type: Transform + pos: -46.73523,-24.307888 parent: 34 - type: Transform - proto: DrinkWhiskeyGlass entities: - uid: 12285 components: - - pos: -5.6498795,4.393426 + - type: Transform + pos: -5.6498795,4.393426 parent: 34 - type: Transform - proto: Dropper entities: - uid: 11396 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.435867,-4.130167 parent: 34 - type: Transform - uid: 11702 components: - - pos: -32.276623,-17.299429 + - type: Transform + pos: -32.276623,-17.299429 parent: 34 - type: Transform - proto: EmergencyLight entities: - uid: 685 components: - - pos: -1.5,-45.5 + - type: Transform + pos: -1.5,-45.5 parent: 34 - type: Transform - uid: 874 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-6.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 1058 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 34 - type: Transform - uid: 2417 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-1.5 parent: 34 - type: Transform - uid: 6132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,10.5 parent: 34 - type: Transform - uid: 6133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,6.5 parent: 34 - type: Transform - uid: 6134 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 34 - type: Transform - uid: 6136 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 34 - type: Transform - uid: 7465 components: - - pos: -37.5,5.5 + - type: Transform + pos: -37.5,5.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 7701 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-31.5 parent: 34 - type: Transform - uid: 7711 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-48.5 parent: 34 - type: Transform - uid: 7874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-44.5 parent: 34 - type: Transform - uid: 8429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-38.5 parent: 34 - type: Transform - uid: 8927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-35.5 parent: 34 - type: Transform - uid: 10415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,7.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-22.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10637 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10638 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-11.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10640 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10641 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-12.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-5.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10644 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-10.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10645 components: - - pos: -47.5,-0.5 + - type: Transform + pos: -47.5,-0.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,2.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,2.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10651 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,3.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10654 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10656 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-18.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,-24.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-37.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10660 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-36.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10664 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-41.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10665 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-27.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10666 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-27.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10667 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-38.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-38.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-37.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10670 components: - - pos: -44.5,-29.5 + - type: Transform + pos: -44.5,-29.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10671 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-31.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-16.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10675 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-11.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-16.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-1.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-49.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10680 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,5.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10681 components: - - pos: 24.5,-2.5 + - type: Transform + pos: 24.5,-2.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-16.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10683 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-7.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10685 components: - - pos: 41.5,6.5 + - type: Transform + pos: 41.5,6.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10688 components: - - pos: 50.5,-22.5 + - type: Transform + pos: 50.5,-22.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-34.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10773 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,3.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-23.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10780 components: - - pos: -30.5,-25.5 + - type: Transform + pos: -30.5,-25.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10781 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-46.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 10782 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-49.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-33.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11307 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-1.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-34.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-9.5 parent: 34 - type: Transform - uid: 11551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-21.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-27.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11612 components: - - pos: -50.5,-24.5 + - type: Transform + pos: -50.5,-24.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11613 components: - - pos: -39.5,-25.5 + - type: Transform + pos: -39.5,-25.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11735 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-27.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 11737 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-24.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 12192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-9.5 parent: 34 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 12244 components: - - pos: -15.5,-29.5 + - type: Transform + pos: -15.5,-29.5 parent: 34 - type: Transform - uid: 12292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-13.5 parent: 34 - type: Transform - uid: 12505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-39.5 parent: 34 - type: Transform - uid: 12508 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-42.5 parent: 34 - type: Transform - uid: 12517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-37.5 parent: 34 - type: Transform - uid: 12925 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-8.5 parent: 34 - type: Transform - proto: EmergencyRollerBed entities: - uid: 12267 components: - - pos: 4.4804573,-34.454243 + - type: Transform + pos: 4.4804573,-34.454243 parent: 34 - type: Transform - proto: EncryptionKeyCargo entities: - uid: 12061 components: - - flags: InContainer - type: MetaData - - parent: 12060 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12060 + - type: Physics + canCollide: False - proto: EncryptionKeyCommand entities: - uid: 12099 components: - - flags: InContainer - type: MetaData - - parent: 12098 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12098 + - type: Physics + canCollide: False - proto: EncryptionKeyCommon entities: - uid: 12051 components: - - flags: InContainer - type: MetaData - - parent: 12050 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12050 + - type: Physics + canCollide: False - proto: EncryptionKeyEngineering entities: - uid: 12054 components: - - flags: InContainer - type: MetaData - - parent: 12052 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12052 + - type: Physics + canCollide: False - proto: EncryptionKeyMedical entities: - uid: 12056 components: - - flags: InContainer - type: MetaData - - parent: 12055 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12055 + - type: Physics + canCollide: False - proto: EncryptionKeyMedicalScience entities: - uid: 12057 components: - - flags: InContainer - type: MetaData - - parent: 12055 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12055 + - type: Physics + canCollide: False - proto: EncryptionKeyRobo entities: - uid: 12053 components: - - flags: InContainer - type: MetaData - - parent: 12052 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12052 + - type: Physics + canCollide: False - proto: EncryptionKeySecurity entities: - uid: 3763 components: - - flags: InContainer - type: MetaData - - parent: 3762 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 3762 + - type: Physics + canCollide: False - proto: EncryptionKeyService entities: - uid: 12059 components: - - flags: InContainer - type: MetaData - - parent: 12058 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 12058 + - type: Physics + canCollide: False - proto: ExosuitFabricator entities: - uid: 3382 components: - - pos: -47.5,-19.5 + - type: Transform + pos: -47.5,-19.5 parent: 34 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 345 components: - - pos: 7.5,-20.5 + - type: Transform + pos: 7.5,-20.5 parent: 34 - type: Transform - uid: 1166 components: - - pos: -41.5,-34.5 + - type: Transform + pos: -41.5,-34.5 parent: 34 - type: Transform - uid: 2081 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-38.5 parent: 34 - type: Transform - uid: 3299 components: - - pos: -27.5,-9.5 + - type: Transform + pos: -27.5,-9.5 parent: 34 - type: Transform - uid: 3300 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 34 - type: Transform - uid: 3301 components: - - pos: -2.5,-21.5 + - type: Transform + pos: -2.5,-21.5 parent: 34 - type: Transform - uid: 5628 components: - - pos: -39.5,0.5 + - type: Transform + pos: -39.5,0.5 parent: 34 - type: Transform - uid: 5671 components: - - pos: -33.5,3.5 + - type: Transform + pos: -33.5,3.5 parent: 34 - type: Transform - uid: 8085 components: - - pos: -30.5,-17.5 + - type: Transform + pos: -30.5,-17.5 parent: 34 - type: Transform - uid: 8087 components: - - pos: -41.5,-28.5 + - type: Transform + pos: -41.5,-28.5 parent: 34 - type: Transform - uid: 8088 components: - - pos: -31.5,-42.5 + - type: Transform + pos: -31.5,-42.5 parent: 34 - type: Transform - uid: 8089 components: - - pos: -26.5,-28.5 + - type: Transform + pos: -26.5,-28.5 parent: 34 - type: Transform - uid: 8090 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 34 - type: Transform - uid: 8093 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 34 - type: Transform - uid: 8095 components: - - pos: 11.5,-33.5 + - type: Transform + pos: 11.5,-33.5 parent: 34 - type: Transform - uid: 8096 components: - - pos: 19.5,-25.5 + - type: Transform + pos: 19.5,-25.5 parent: 34 - type: Transform - uid: 8097 components: - - pos: 28.5,-25.5 + - type: Transform + pos: 28.5,-25.5 parent: 34 - type: Transform - uid: 8098 components: - - pos: 16.5,-20.5 + - type: Transform + pos: 16.5,-20.5 parent: 34 - type: Transform - uid: 8099 components: - - pos: 20.5,-2.5 + - type: Transform + pos: 20.5,-2.5 parent: 34 - type: Transform - uid: 8100 components: - - pos: 35.5,-37.5 + - type: Transform + pos: 35.5,-37.5 parent: 34 - type: Transform - uid: 8101 components: - - pos: 37.5,-30.5 + - type: Transform + pos: 37.5,-30.5 parent: 34 - type: Transform - uid: 8102 components: - - pos: 27.5,-16.5 + - type: Transform + pos: 27.5,-16.5 parent: 34 - type: Transform - uid: 8103 components: - - pos: 31.5,-1.5 + - type: Transform + pos: 31.5,-1.5 parent: 34 - type: Transform - uid: 8106 components: - - pos: 6.5,12.5 + - type: Transform + pos: 6.5,12.5 parent: 34 - type: Transform - uid: 8107 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 34 - type: Transform - uid: 8109 components: - - pos: -52.5,-9.5 + - type: Transform + pos: -52.5,-9.5 parent: 34 - type: Transform - uid: 8112 components: - - pos: -23.5,-12.5 + - type: Transform + pos: -23.5,-12.5 parent: 34 - type: Transform - uid: 9467 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-11.5 parent: 34 - type: Transform - uid: 10417 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 34 - type: Transform - uid: 10954 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 34 - type: Transform - uid: 11502 components: - - pos: -49.5,-19.5 + - type: Transform + pos: -49.5,-19.5 parent: 34 - type: Transform - uid: 12984 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-31.5 parent: 34 - type: Transform - proto: FaxMachineBase entities: - uid: 1232 components: - - pos: -26.5,-31.5 + - type: Transform + pos: -26.5,-31.5 parent: 34 - type: Transform - - name: Engie, Chief - type: FaxMachine + - type: FaxMachine + name: Engie, Chief - uid: 1343 components: - - pos: 9.5,-31.5 + - type: Transform + pos: 9.5,-31.5 parent: 34 - type: Transform - - name: Medical, CMO - type: FaxMachine + - type: FaxMachine + name: Medical, CMO - uid: 1983 components: - - pos: -17.5,-18.5 + - type: Transform + pos: -17.5,-18.5 parent: 34 - type: Transform - - name: Service, HoP - type: FaxMachine + - type: FaxMachine + name: Service, HoP - uid: 2027 components: - - pos: -31.5,3.5 + - type: Transform + pos: -31.5,3.5 parent: 34 - type: Transform - - name: Epi, Forensic - type: FaxMachine + - type: FaxMachine + name: Epi, Forensic - uid: 2418 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 34 - type: Transform - - name: Service, Lawyer - type: FaxMachine + - type: FaxMachine + name: Service, Lawyer - uid: 4202 components: - - pos: 30.5,-10.5 + - type: Transform + pos: 30.5,-10.5 parent: 34 - type: Transform - - name: Security, HoS - type: FaxMachine + - type: FaxMachine + name: Security, HoS - uid: 4203 components: - - pos: 29.5,-45.5 + - type: Transform + pos: 29.5,-45.5 parent: 34 - type: Transform - - name: Engie, South Solar - type: FaxMachine + - type: FaxMachine + name: Engie, South Solar - uid: 4397 components: - - pos: 16.5,-38.5 + - type: Transform + pos: 16.5,-38.5 parent: 34 - type: Transform - - name: Service, Reporter - type: FaxMachine + - type: FaxMachine + name: Service, Reporter - uid: 4463 components: - - pos: 32.5,-34.5 + - type: Transform + pos: 32.5,-34.5 parent: 34 - type: Transform - - name: Command, Bridge - type: FaxMachine + - type: FaxMachine + name: Command, Bridge - uid: 4918 components: - - pos: 22.5,-11.5 + - type: Transform + pos: 22.5,-11.5 parent: 34 - type: Transform - - name: Security, Main - type: FaxMachine + - type: FaxMachine + name: Security, Main - uid: 5798 components: - - pos: -21.5,5.5 + - type: Transform + pos: -21.5,5.5 parent: 34 - type: Transform - - name: Engie, North Solar - type: FaxMachine + - type: FaxMachine + name: Engie, North Solar - uid: 5812 components: - - pos: -8.5,-27.5 + - type: Transform + pos: -8.5,-27.5 parent: 34 - type: Transform - - name: Service, Cargo - type: FaxMachine + - type: FaxMachine + name: Service, Cargo - uid: 7403 components: - - pos: -35.5,-4.5 + - type: Transform + pos: -35.5,-4.5 parent: 34 - type: Transform - - name: Epi, Mystagogue - type: FaxMachine + - type: FaxMachine + name: Epi, Mystagogue - uid: 7544 components: - - pos: -32.5,-29.5 + - type: Transform + pos: -32.5,-29.5 parent: 34 - type: Transform - - name: Engie, Main - type: FaxMachine + - type: FaxMachine + name: Engie, Main - uid: 8686 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 34 - type: Transform - - name: Security, Corpsman - type: FaxMachine + - type: FaxMachine + name: Security, Corpsman - uid: 11013 components: - - pos: 2.5,-17.5 + - type: Transform + pos: 2.5,-17.5 parent: 34 - type: Transform - - name: Service, Clown/Mime - type: FaxMachine + - type: FaxMachine + name: Service, Clown/Mime - uid: 11774 components: - - pos: -48.5,-31.5 + - type: Transform + pos: -48.5,-31.5 parent: 34 - type: Transform - - name: Atmos department - type: FaxMachine + - type: FaxMachine + name: Atmos department - proto: FaxMachineCaptain entities: - uid: 4462 components: - - pos: 24.5,-27.5 + - type: Transform + pos: 24.5,-27.5 parent: 34 - type: Transform - - name: Command, Captain - type: FaxMachine + - type: FaxMachine + name: Command, Captain - proto: filingCabinetDrawer entities: - uid: 4445 components: - - pos: 32.5,-33.5 + - type: Transform + pos: 32.5,-33.5 parent: 34 - type: Transform - proto: filingCabinetDrawerRandom entities: - - uid: 2501 - components: - - pos: 41.5,-31.5 - parent: 34 - type: Transform - uid: 10754 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 34 - type: Transform - proto: filingCabinetRandom entities: - uid: 12938 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 34 - type: Transform - proto: FireAlarm entities: - uid: 8199 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 841 - 840 - 839 @@ -33524,43 +33902,43 @@ entities: - 10322 - 998 - 2714 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8271 components: - - pos: -13.5,-23.5 + - type: Transform + pos: -13.5,-23.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 1952 - 10318 - 10319 - 1954 - 10576 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-38.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10551 - 10557 - 10556 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-35.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10546 - 10555 - 10554 @@ -33568,42 +33946,42 @@ entities: - 10552 - 10551 - 10549 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-15.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 617 - 10563 - 10565 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8275 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-12.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10564 - 10565 - 10566 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-2.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10302 - 10301 - 10311 @@ -33613,16 +33991,16 @@ entities: - 11252 - 11253 - 5925 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8278 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-2.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 998 - 10652 - 892 @@ -33632,16 +34010,16 @@ entities: - 11983 - 11984 - 8724 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-2.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10307 - 10306 - 10305 @@ -33652,104 +34030,104 @@ entities: - 10302 - 10308 - 10309 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10858 components: - - pos: 8.5,-21.5 + - type: Transform + pos: 8.5,-21.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10326 - 10325 - 10860 - 10859 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10861 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-8.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10339 - 10590 - 10598 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10862 components: - - pos: 21.5,-8.5 + - type: Transform + pos: 21.5,-8.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 3638 - 10340 - 10592 - 10586 - 10587 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10863 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-4.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10592 - 3638 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10865 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,5.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10615 - 10612 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,7.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10598 - 10599 - 10600 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11679 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-28.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10338 - 11249 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11680 components: - - pos: 18.5,-21.5 + - type: Transform + pos: 18.5,-21.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10339 - 10326 - 10338 @@ -33757,23653 +34135,24036 @@ entities: - 11095 - 10774 - 4252 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11681 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-32.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10346 - 10344 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,12.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10600 - 11903 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-34.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10715 - 10692 - 10578 - 10712 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-29.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10689 - 10619 - 10620 - 10691 - 10690 - 10692 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12706 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-11.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 8922 - 12372 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12975 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-30.5 parent: 34 - type: Transform - - devices: + - type: DeviceList + devices: - 10344 - type: DeviceList - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: FireAxeCabinetFilled entities: - uid: 1840 components: - - pos: -47.5,-32.5 + - type: Transform + pos: -47.5,-32.5 parent: 34 - type: Transform - uid: 4470 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-31.5 parent: 34 - type: Transform - proto: Firelock entities: - uid: 262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-48.5 parent: 34 - type: Transform - uid: 1252 components: - - pos: -49.5,-26.5 + - type: Transform + pos: -49.5,-26.5 parent: 34 - type: Transform - uid: 1573 components: - - pos: -49.5,-25.5 + - type: Transform + pos: -49.5,-25.5 parent: 34 - type: Transform - uid: 1928 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 34 - type: Transform - uid: 2355 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-34.5 parent: 34 - type: Transform - uid: 2450 components: - - pos: -27.5,-26.5 + - type: Transform + pos: -27.5,-26.5 parent: 34 - type: Transform - uid: 2750 components: - - pos: -21.5,-12.5 + - type: Transform + pos: -21.5,-12.5 parent: 34 - type: Transform - uid: 3437 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 34 - type: Transform - uid: 5925 components: - - pos: -37.5,0.5 + - type: Transform + pos: -37.5,0.5 parent: 34 - type: Transform - uid: 5948 components: - - pos: -22.5,-12.5 + - type: Transform + pos: -22.5,-12.5 parent: 34 - type: Transform - uid: 6140 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 34 - type: Transform - uid: 7409 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-43.5 parent: 34 - type: Transform - uid: 7682 components: - - pos: 30.5,8.5 + - type: Transform + pos: 30.5,8.5 parent: 34 - type: Transform - uid: 7748 components: - - pos: 7.5,-44.5 + - type: Transform + pos: 7.5,-44.5 parent: 34 - type: Transform - uid: 7798 components: - - pos: -43.5,5.5 + - type: Transform + pos: -43.5,5.5 parent: 34 - type: Transform - uid: 8003 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-41.5 parent: 34 - type: Transform - uid: 8503 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-39.5 parent: 34 - type: Transform - uid: 10281 components: - - pos: -43.5,4.5 + - type: Transform + pos: -43.5,4.5 parent: 34 - type: Transform - uid: 10340 components: - - pos: 20.5,-11.5 + - type: Transform + pos: 20.5,-11.5 parent: 34 - type: Transform - uid: 10563 components: - - pos: -30.5,-18.5 + - type: Transform + pos: -30.5,-18.5 parent: 34 - type: Transform - uid: 10564 components: - - pos: -28.5,-12.5 + - type: Transform + pos: -28.5,-12.5 parent: 34 - type: Transform - uid: 10566 components: - - pos: -31.5,-2.5 + - type: Transform + pos: -31.5,-2.5 parent: 34 - type: Transform - uid: 10599 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 34 - type: Transform - uid: 10615 components: - - pos: 38.5,2.5 + - type: Transform + pos: 38.5,2.5 parent: 34 - type: Transform - uid: 10689 components: - - pos: 2.5,-28.5 + - type: Transform + pos: 2.5,-28.5 parent: 34 - type: Transform - uid: 10690 components: - - pos: 6.5,-28.5 + - type: Transform + pos: 6.5,-28.5 parent: 34 - type: Transform - uid: 10715 components: - - pos: 8.5,-33.5 + - type: Transform + pos: 8.5,-33.5 parent: 34 - type: Transform - uid: 10859 components: - - pos: 0.5,-21.5 + - type: Transform + pos: 0.5,-21.5 parent: 34 - type: Transform - uid: 10860 components: - - pos: 5.5,-21.5 + - type: Transform + pos: 5.5,-21.5 parent: 34 - type: Transform - uid: 11051 components: - - pos: -53.5,-6.5 + - type: Transform + pos: -53.5,-6.5 parent: 34 - type: Transform - uid: 11056 components: - - pos: -54.5,-6.5 + - type: Transform + pos: -54.5,-6.5 parent: 34 - type: Transform - uid: 11071 components: - - pos: 30.5,7.5 + - type: Transform + pos: 30.5,7.5 parent: 34 - type: Transform - uid: 11090 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 34 - type: Transform - uid: 11101 components: - - pos: 7.5,-45.5 + - type: Transform + pos: 7.5,-45.5 parent: 34 - type: Transform - uid: 11285 components: - - pos: 26.5,9.5 + - type: Transform + pos: 26.5,9.5 parent: 34 - type: Transform - uid: 12227 components: - - pos: -28.5,-37.5 + - type: Transform + pos: -28.5,-37.5 parent: 34 - type: Transform - uid: 12427 components: - - pos: 5.5,-40.5 + - type: Transform + pos: 5.5,-40.5 parent: 34 - type: Transform - uid: 12487 components: - - pos: 2.5,-40.5 + - type: Transform + pos: 2.5,-40.5 parent: 34 - type: Transform - uid: 12641 components: - - pos: -49.5,-33.5 + - type: Transform + pos: -49.5,-33.5 parent: 34 - type: Transform - uid: 12642 components: - - pos: -49.5,-34.5 + - type: Transform + pos: -49.5,-34.5 parent: 34 - type: Transform - uid: 12885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-39.5 parent: 34 - type: Transform - uid: 12886 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 34 - type: Transform - uid: 12899 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 34 - type: Transform - proto: FirelockEdge entities: - uid: 735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 34 - type: Transform - uid: 736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-3.5 parent: 34 - type: Transform - uid: 792 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 34 - type: Transform - uid: 793 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 34 - type: Transform - uid: 813 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 34 - type: Transform - uid: 815 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 34 - type: Transform - uid: 816 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-6.5 parent: 34 - type: Transform - uid: 817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-5.5 parent: 34 - type: Transform - uid: 818 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 34 - type: Transform - uid: 819 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 34 - type: Transform - uid: 3414 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-45.5 parent: 34 - type: Transform - uid: 4029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-41.5 parent: 34 - type: Transform - uid: 4033 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-45.5 parent: 34 - type: Transform - uid: 4034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-45.5 parent: 34 - type: Transform - uid: 10558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-42.5 parent: 34 - type: Transform - proto: FirelockGlass entities: - uid: 115 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 34 - type: Transform - uid: 180 components: - - pos: -36.5,-23.5 + - type: Transform + pos: -36.5,-23.5 parent: 34 - type: Transform - uid: 280 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 34 - type: Transform - uid: 617 components: - - pos: -34.5,-20.5 + - type: Transform + pos: -34.5,-20.5 parent: 34 - type: Transform - uid: 719 components: - - pos: -37.5,-24.5 + - type: Transform + pos: -37.5,-24.5 parent: 34 - type: Transform - uid: 737 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 34 - type: Transform - uid: 838 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 34 - type: Transform - uid: 839 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 34 - type: Transform - uid: 840 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 34 - type: Transform - uid: 841 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 34 - type: Transform - uid: 892 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 34 - type: Transform - uid: 998 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 34 - type: Transform - uid: 1121 components: - - pos: -36.5,-22.5 + - type: Transform + pos: -36.5,-22.5 parent: 34 - type: Transform - uid: 1274 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 34 - type: Transform - uid: 1275 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 34 - type: Transform - uid: 1828 components: - - pos: -38.5,-24.5 + - type: Transform + pos: -38.5,-24.5 parent: 34 - type: Transform - uid: 1952 components: - - pos: -15.5,-26.5 + - type: Transform + pos: -15.5,-26.5 parent: 34 - type: Transform - uid: 1953 components: - - pos: -18.5,-20.5 + - type: Transform + pos: -18.5,-20.5 parent: 34 - type: Transform - uid: 1954 components: - - pos: -6.5,-25.5 + - type: Transform + pos: -6.5,-25.5 parent: 34 - type: Transform - uid: 2158 components: - - pos: -30.5,0.5 + - type: Transform + pos: -30.5,0.5 parent: 34 - type: Transform - uid: 2309 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 34 - type: Transform - uid: 2714 components: - - pos: -15.5,-22.5 + - type: Transform + pos: -15.5,-22.5 parent: 34 - type: Transform - uid: 3340 components: - - pos: 16.5,-13.5 + - type: Transform + pos: 16.5,-13.5 parent: 34 - type: Transform - uid: 3638 components: - - pos: 22.5,-8.5 + - type: Transform + pos: 22.5,-8.5 parent: 34 - type: Transform - uid: 4252 components: - - pos: 20.5,-32.5 + - type: Transform + pos: 20.5,-32.5 parent: 34 - type: Transform - uid: 4700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-32.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 10548 - type: DeviceNetwork - uid: 6087 components: - - pos: -40.5,-10.5 + - type: Transform + pos: -40.5,-10.5 parent: 34 - type: Transform - uid: 6402 components: - - pos: -6.5,-43.5 + - type: Transform + pos: -6.5,-43.5 parent: 34 - type: Transform - uid: 8724 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 34 - type: Transform - uid: 8728 components: - - pos: -19.5,-2.5 + - type: Transform + pos: -19.5,-2.5 parent: 34 - type: Transform - uid: 8729 components: - - pos: -18.5,-2.5 + - type: Transform + pos: -18.5,-2.5 parent: 34 - type: Transform - uid: 8922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-5.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 10611 - 9601 - 12706 - type: DeviceNetwork - uid: 10248 components: - - pos: -40.5,-9.5 + - type: Transform + pos: -40.5,-9.5 parent: 34 - type: Transform - uid: 10301 components: - - pos: -33.5,-1.5 + - type: Transform + pos: -33.5,-1.5 parent: 34 - type: Transform - uid: 10302 components: - - pos: -33.5,-0.5 + - type: Transform + pos: -33.5,-0.5 parent: 34 - type: Transform - uid: 10304 components: - - pos: -25.5,1.5 + - type: Transform + pos: -25.5,1.5 parent: 34 - type: Transform - uid: 10305 components: - - pos: -24.5,1.5 + - type: Transform + pos: -24.5,1.5 parent: 34 - type: Transform - uid: 10306 components: - - pos: -22.5,1.5 + - type: Transform + pos: -22.5,1.5 parent: 34 - type: Transform - uid: 10307 components: - - pos: -21.5,1.5 + - type: Transform + pos: -21.5,1.5 parent: 34 - type: Transform - uid: 10308 components: - - pos: -17.5,1.5 + - type: Transform + pos: -17.5,1.5 parent: 34 - type: Transform - uid: 10309 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 34 - type: Transform - uid: 10311 components: - - pos: -38.5,-14.5 + - type: Transform + pos: -38.5,-14.5 parent: 34 - type: Transform - uid: 10312 components: - - pos: -37.5,-14.5 + - type: Transform + pos: -37.5,-14.5 parent: 34 - type: Transform - uid: 10315 components: - - pos: -27.5,-20.5 + - type: Transform + pos: -27.5,-20.5 parent: 34 - type: Transform - uid: 10316 components: - - pos: -26.5,-20.5 + - type: Transform + pos: -26.5,-20.5 parent: 34 - type: Transform - uid: 10317 components: - - pos: -25.5,-24.5 + - type: Transform + pos: -25.5,-24.5 parent: 34 - type: Transform - uid: 10318 components: - - pos: -11.5,-23.5 + - type: Transform + pos: -11.5,-23.5 parent: 34 - type: Transform - uid: 10319 components: - - pos: -10.5,-23.5 + - type: Transform + pos: -10.5,-23.5 parent: 34 - type: Transform - uid: 10320 components: - - pos: -15.5,-17.5 + - type: Transform + pos: -15.5,-17.5 parent: 34 - type: Transform - uid: 10321 components: - - pos: -15.5,-9.5 + - type: Transform + pos: -15.5,-9.5 parent: 34 - type: Transform - uid: 10322 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 34 - type: Transform - uid: 10324 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 34 - type: Transform - uid: 10325 components: - - pos: -2.5,-23.5 + - type: Transform + pos: -2.5,-23.5 parent: 34 - type: Transform - uid: 10326 components: - - pos: 10.5,-23.5 + - type: Transform + pos: 10.5,-23.5 parent: 34 - type: Transform - uid: 10337 components: - - pos: 19.5,-36.5 + - type: Transform + pos: 19.5,-36.5 parent: 34 - type: Transform - uid: 10338 components: - - pos: 15.5,-25.5 + - type: Transform + pos: 15.5,-25.5 parent: 34 - type: Transform - uid: 10339 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 34 - type: Transform - uid: 10341 components: - - pos: 23.5,-23.5 + - type: Transform + pos: 23.5,-23.5 parent: 34 - type: Transform - uid: 10342 components: - - pos: 30.5,-26.5 + - type: Transform + pos: 30.5,-26.5 parent: 34 - type: Transform - uid: 10343 components: - - pos: 32.5,-26.5 + - type: Transform + pos: 32.5,-26.5 parent: 34 - type: Transform - uid: 10344 components: - - pos: 35.5,-32.5 + - type: Transform + pos: 35.5,-32.5 parent: 34 - type: Transform - uid: 10346 components: - - pos: 31.5,-30.5 + - type: Transform + pos: 31.5,-30.5 parent: 34 - type: Transform - uid: 10542 components: - - pos: -4.5,-30.5 + - type: Transform + pos: -4.5,-30.5 parent: 34 - type: Transform - uid: 10546 components: - - pos: -30.5,-28.5 + - type: Transform + pos: -30.5,-28.5 parent: 34 - type: Transform - uid: 10549 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 34 - type: Transform - uid: 10551 components: - - pos: -36.5,-36.5 + - type: Transform + pos: -36.5,-36.5 parent: 34 - type: Transform - uid: 10552 components: - - pos: -36.5,-33.5 + - type: Transform + pos: -36.5,-33.5 parent: 34 - type: Transform - uid: 10553 components: - - pos: -36.5,-30.5 + - type: Transform + pos: -36.5,-30.5 parent: 34 - type: Transform - uid: 10554 components: - - pos: -35.5,-28.5 + - type: Transform + pos: -35.5,-28.5 parent: 34 - type: Transform - uid: 10555 components: - - pos: -34.5,-28.5 + - type: Transform + pos: -34.5,-28.5 parent: 34 - type: Transform - uid: 10556 components: - - pos: -45.5,-32.5 + - type: Transform + pos: -45.5,-32.5 parent: 34 - type: Transform - uid: 10557 components: - - pos: -41.5,-33.5 + - type: Transform + pos: -41.5,-33.5 parent: 34 - type: Transform - uid: 10565 components: - - pos: -32.5,-10.5 + - type: Transform + pos: -32.5,-10.5 parent: 34 - type: Transform - uid: 10576 components: - - pos: -6.5,-37.5 + - type: Transform + pos: -6.5,-37.5 parent: 34 - type: Transform - uid: 10578 components: - - pos: 1.5,-33.5 + - type: Transform + pos: 1.5,-33.5 parent: 34 - type: Transform - uid: 10579 components: - - pos: -0.5,-30.5 + - type: Transform + pos: -0.5,-30.5 parent: 34 - type: Transform - uid: 10580 components: - - pos: -1.5,-30.5 + - type: Transform + pos: -1.5,-30.5 parent: 34 - type: Transform - uid: 10582 components: - - pos: -4.5,-39.5 + - type: Transform + pos: -4.5,-39.5 parent: 34 - type: Transform - uid: 10586 components: - - pos: 21.5,-17.5 + - type: Transform + pos: 21.5,-17.5 parent: 34 - type: Transform - uid: 10587 components: - - pos: 21.5,-13.5 + - type: Transform + pos: 21.5,-13.5 parent: 34 - type: Transform - uid: 10590 components: - - pos: 16.5,-14.5 + - type: Transform + pos: 16.5,-14.5 parent: 34 - type: Transform - uid: 10592 components: - - pos: 23.5,-8.5 + - type: Transform + pos: 23.5,-8.5 parent: 34 - type: Transform - uid: 10598 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 34 - type: Transform - uid: 10600 components: - - pos: 13.5,12.5 + - type: Transform + pos: 13.5,12.5 parent: 34 - type: Transform - uid: 10612 components: - - pos: 42.5,2.5 + - type: Transform + pos: 42.5,2.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - uid: 10619 components: - - pos: 2.5,-27.5 + - type: Transform + pos: 2.5,-27.5 parent: 34 - type: Transform - uid: 10620 components: - - pos: 2.5,-26.5 + - type: Transform + pos: 2.5,-26.5 parent: 34 - type: Transform - uid: 10652 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 34 - type: Transform - uid: 10691 components: - - pos: 4.5,-25.5 + - type: Transform + pos: 4.5,-25.5 parent: 34 - type: Transform - uid: 10692 components: - - pos: 4.5,-30.5 + - type: Transform + pos: 4.5,-30.5 parent: 34 - type: Transform - uid: 10712 components: - - pos: 8.5,-37.5 + - type: Transform + pos: 8.5,-37.5 parent: 34 - type: Transform - uid: 10774 components: - - pos: 21.5,-32.5 + - type: Transform + pos: 21.5,-32.5 parent: 34 - type: Transform - uid: 11095 components: - - pos: 22.5,-32.5 + - type: Transform + pos: 22.5,-32.5 parent: 34 - type: Transform - uid: 11249 components: - - pos: 19.5,-33.5 + - type: Transform + pos: 19.5,-33.5 parent: 34 - type: Transform - uid: 11251 components: - - pos: -36.5,-21.5 + - type: Transform + pos: -36.5,-21.5 parent: 34 - type: Transform - uid: 11252 components: - - pos: -40.5,-1.5 + - type: Transform + pos: -40.5,-1.5 parent: 34 - type: Transform - uid: 11253 components: - - pos: -40.5,-0.5 + - type: Transform + pos: -40.5,-0.5 parent: 34 - type: Transform - uid: 11517 components: - - pos: -39.5,-28.5 + - type: Transform + pos: -39.5,-28.5 parent: 34 - type: Transform - uid: 11903 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 34 - type: Transform - uid: 11983 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 34 - type: Transform - uid: 11984 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 34 - type: Transform - uid: 12016 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 34 - type: Transform - uid: 12360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-3.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12258 - 10611 - 9601 - type: DeviceNetwork - uid: 12372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-5.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 10611 - 9601 - 12706 - type: DeviceNetwork - uid: 12855 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,0.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12258 - 10611 - 9601 - type: DeviceNetwork - uid: 12977 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-12.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 11539 - type: DeviceNetwork - proto: Fireplace entities: - uid: 2186 components: - - pos: -43.5,-3.5 + - type: Transform + pos: -43.5,-3.5 parent: 34 - type: Transform - uid: 4273 components: - - pos: 26.5,-27.5 + - type: Transform + pos: 26.5,-27.5 parent: 34 - type: Transform - proto: Floodlight entities: - uid: 4927 components: - - pos: 25.210653,-9.219074 + - type: Transform + pos: 25.210653,-9.219074 parent: 34 - type: Transform - uid: 4929 components: - - pos: 25.476278,-9.437975 + - type: Transform + pos: 25.476278,-9.437975 parent: 34 - type: Transform - uid: 10693 components: - - pos: -54.96202,-0.68965304 + - type: Transform + pos: -54.96202,-0.68965304 parent: 34 - type: Transform - proto: FloodlightBroken entities: - uid: 10494 components: - - pos: 39.290485,-19.296558 + - type: Transform + pos: 39.290485,-19.296558 parent: 34 - type: Transform - proto: FloorDrain entities: - uid: 99 components: - - pos: -18.5,-6.5 + - type: Transform + pos: -18.5,-6.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 100 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 2497 components: - - pos: -27.5,-11.5 + - type: Transform + pos: -27.5,-11.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 2682 components: - - pos: 0.5,-27.5 + - type: Transform + pos: 0.5,-27.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 3074 components: - - pos: 5.5,-19.5 + - type: Transform + pos: 5.5,-19.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 3970 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-42.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 4211 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 4600 components: - - pos: 38.5,0.5 + - type: Transform + pos: 38.5,0.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 4716 components: - - pos: 39.5,4.5 + - type: Transform + pos: 39.5,4.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 5510 components: - - pos: 39.5,-40.5 + - type: Transform + pos: 39.5,-40.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 5574 components: - - pos: -16.5,2.5 + - type: Transform + pos: -16.5,2.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 8971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-41.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 9705 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 11541 components: - - pos: -51.5,-17.5 + - type: Transform + pos: -51.5,-17.5 parent: 34 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FloorTileItemSteel entities: - uid: 10229 components: - - pos: 22.066668,-36.34333 + - type: Transform + pos: 22.066668,-36.34333 parent: 34 - type: Transform - proto: FoodApple entities: - uid: 10536 components: - - pos: -18.488152,-2.3030024 + - type: Transform + pos: -18.488152,-2.3030024 parent: 34 - type: Transform - proto: FoodBoxDonkpocketPizza entities: - uid: 1994 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.521614,-17.474852 parent: 34 - type: Transform - proto: FoodBoxDonut entities: - uid: 4461 components: - - pos: 38.512604,-31.40184 + - type: Transform + pos: 38.512604,-31.40184 parent: 34 - type: Transform - uid: 13014 components: - - pos: -13.488058,-27.226809 + - type: Transform + pos: -13.488058,-27.226809 parent: 34 - type: Transform - proto: FoodBoxPizzaFilled entities: - uid: 2017 components: - - pos: -42.521614,-16.271727 + - type: Transform + pos: -42.521614,-16.271727 parent: 34 - type: Transform - uid: 11491 components: - - pos: 10.603919,-38.149315 + - type: Transform + pos: 10.603919,-38.149315 parent: 34 - type: Transform - proto: FoodBreadBanana entities: - uid: 10703 components: - - pos: 38.625507,-33.303604 + - type: Transform + pos: 38.625507,-33.303604 parent: 34 - type: Transform - proto: FoodBreadBananaSlice entities: - uid: 10751 components: - - pos: 38.297382,-33.491104 + - type: Transform + pos: 38.297382,-33.491104 parent: 34 - type: Transform - proto: FoodBurgerBacon entities: - uid: 7571 components: - - pos: 38.500507,-35.553604 + - type: Transform + pos: 38.500507,-35.553604 parent: 34 - type: Transform - proto: FoodBurgerBig entities: - uid: 7391 components: - - pos: 39.516132,-33.38173 + - type: Transform + pos: 39.516132,-33.38173 parent: 34 - type: Transform - proto: FoodBurgerMcguffin entities: - uid: 10883 components: - - pos: 40.531757,-35.459854 + - type: Transform + pos: 40.531757,-35.459854 parent: 34 - type: Transform - proto: FoodBurgerMcrib entities: - uid: 9403 components: - - pos: 40.531757,-34.522354 + - type: Transform + pos: 40.531757,-34.522354 parent: 34 - type: Transform - proto: FoodChili entities: - uid: 1 components: - - pos: -14.388376,-3.5088358 + - type: Transform + pos: -14.388376,-3.5088358 parent: 34 - type: Transform - uid: 835 components: - - pos: -14.232126,-3.5818033 + - type: Transform + pos: -14.232126,-3.5818033 parent: 34 - type: Transform - proto: FoodFrozenCornuto entities: - uid: 10299 components: - - pos: -14.232126,-4.6137686 + - type: Transform + pos: -14.232126,-4.6137686 parent: 34 - type: Transform - proto: FoodFrozenSandwich entities: - uid: 83 components: - - pos: -14.711293,-4.6033454 + - type: Transform + pos: -14.711293,-4.6033454 parent: 34 - type: Transform - proto: FoodFrozenSandwichStrawberry entities: - uid: 10298 components: - - pos: -14.555043,-4.342748 + - type: Transform + pos: -14.555043,-4.342748 parent: 34 - type: Transform - proto: FoodMealNachos entities: - uid: 12198 components: - - desc: Made up of whatever came out of the vents since the last kitchen disaster. + - type: MetaData + desc: Made up of whatever came out of the vents since the last kitchen disaster. name: the disposal nachos - type: MetaData - - pos: -42.47748,10.023155 + - type: Transform + pos: -42.47748,10.023155 parent: 34 - type: Transform - proto: FoodMealSashimi entities: - uid: 890 components: - - pos: 0.5249679,-6.3729854 + - type: Transform + pos: 0.5249679,-6.3729854 parent: 34 - type: Transform - uid: 4285 components: - - pos: 24.47242,-29.488592 + - type: Transform + pos: 24.47242,-29.488592 parent: 34 - type: Transform - uid: 10882 components: - - pos: 40.547382,-33.584854 + - type: Transform + pos: 40.547382,-33.584854 parent: 34 - type: Transform - proto: FoodOnion entities: - uid: 11376 components: - - pos: -12.218711,-4.6579046 + - type: Transform + pos: -12.218711,-4.6579046 parent: 34 - type: Transform - proto: FoodPieApple entities: - uid: 10663 components: - - pos: 38.484882,-34.38173 + - type: Transform + pos: 38.484882,-34.38173 parent: 34 - type: Transform - proto: FoodPieBananaCream entities: - uid: 5077 components: - - pos: -1.5631683,-17.486998 + - type: Transform + pos: -1.5631683,-17.486998 parent: 34 - type: Transform - uid: 5078 components: - - pos: -1.3912933,-17.299368 + - type: Transform + pos: -1.3912933,-17.299368 parent: 34 - type: Transform - uid: 5079 components: - - pos: -1.0944183,-17.486998 + - type: Transform + pos: -1.0944183,-17.486998 parent: 34 - type: Transform - proto: FoodPizzaVegetableSlice entities: - uid: 12266 components: - - pos: -15.762994,-32.17715 + - type: Transform + pos: -15.762994,-32.17715 parent: 34 - type: Transform - proto: FoodPlateSmallTrash entities: - uid: 11061 components: - - pos: 40.281178,-17.254995 + - type: Transform + pos: 40.281178,-17.254995 parent: 34 - type: Transform - proto: FoodPotato entities: - uid: 11377 components: - - pos: -12.499961,-4.345187 + - type: Transform + pos: -12.499961,-4.345187 parent: 34 - type: Transform - uid: 11378 components: - - pos: -12.760378,-4.4494267 + - type: Transform + pos: -12.760378,-4.4494267 parent: 34 - type: Transform - uid: 11379 components: - - pos: -12.593711,-4.5953608 + - type: Transform + pos: -12.593711,-4.5953608 parent: 34 - type: Transform - proto: FoodSnackChowMein entities: - uid: 11629 components: - - pos: -37.67993,-27.39584 + - type: Transform + pos: -37.67993,-27.39584 parent: 34 - type: Transform - proto: FoodSnackPopcorn entities: - uid: 466 components: - - pos: -7.0152483,-13.743542 + - type: Transform + pos: -7.0152483,-13.743542 parent: 34 - type: Transform - uid: 11630 components: - - pos: -41.016098,-27.677042 + - type: Transform + pos: -41.016098,-27.677042 parent: 34 - type: Transform - proto: FoodSnackSus entities: - uid: 10365 components: - - pos: 20.315855,-29.578644 + - type: Transform + pos: 20.315855,-29.578644 parent: 34 - type: Transform - uid: 12257 components: - - pos: -48.674168,-30.394135 + - type: Transform + pos: -48.674168,-30.394135 parent: 34 - type: Transform - proto: FoodSpaceshroomCooked entities: - uid: 9107 components: - - pos: 41.046803,-17.192495 + - type: Transform + pos: 41.046803,-17.192495 parent: 34 - type: Transform - proto: FoodTartGapple entities: - uid: 11177 components: - - pos: -51.492073,13.550587 + - type: Transform + pos: -51.492073,13.550587 parent: 34 - type: Transform - proto: FoodTinPeachesMaint entities: - uid: 4341 components: - - pos: 35.22465,-10.347923 + - type: Transform + pos: 35.22465,-10.347923 parent: 34 - type: Transform - uid: 4507 components: - - pos: 35.646526,-10.644798 + - type: Transform + pos: 35.646526,-10.644798 parent: 34 - type: Transform - proto: FoodTinPeachesMaintOpen entities: - uid: 12985 components: - - pos: -53.505413,-22.109913 + - type: Transform + pos: -53.505413,-22.109913 parent: 34 - type: Transform - proto: FoodTinPeachesMaintTrash entities: - uid: 8941 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.312428,-16.52062 parent: 34 - type: Transform - proto: FoodTomato entities: - uid: 33 components: - - pos: -14.461293,-3.2273908 + - type: Transform + pos: -14.461293,-3.2273908 parent: 34 - type: Transform - uid: 42 components: - - pos: -14.721709,-3.2586622 + - type: Transform + pos: -14.721709,-3.2586622 parent: 34 - type: Transform - uid: 88 components: - - pos: -14.575876,-3.3837485 + - type: Transform + pos: -14.575876,-3.3837485 parent: 34 - type: Transform - proto: FuelDispenser entities: - uid: 5540 components: - - pos: -27.5,6.5 + - type: Transform + pos: -27.5,6.5 parent: 34 - type: Transform - proto: GasAnalyzer entities: - uid: 239 components: - - pos: -15.333032,-7.4604254 + - type: Transform + pos: -15.333032,-7.4604254 parent: 34 - type: Transform - uid: 10908 components: - - pos: 37.73635,-27.41521 + - type: Transform + pos: 37.73635,-27.41521 parent: 34 - type: Transform - uid: 12000 components: - - pos: -28.32841,-30.367157 + - type: Transform + pos: -28.32841,-30.367157 parent: 34 - type: Transform - uid: 12134 components: - - pos: -48.174168,-30.56601 + - type: Transform + pos: -48.174168,-30.56601 parent: 34 - type: Transform - proto: GasFilter entities: - uid: 1653 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 2456 components: - - desc: This filters gases into the recycler loop. Generally speaking, you should set this to carbon dioxide. + - type: MetaData + desc: This filters gases into the recycler loop. Generally speaking, you should set this to carbon dioxide. name: recycler input filter - type: MetaData - - pos: -41.5,-36.5 - parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#00FF00FF' - type: AtmosPipeColor + - type: Transform + pos: -41.5,-36.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#00FF00FF' - proto: GasFilterFlipped entities: - uid: 1154 components: - - name: nitrogen filter - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: nitrogen filter + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 1219 components: - - name: oxygen filter - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: oxygen filter + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1265 components: - - name: storage filter - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: storage filter + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-45.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 2983 components: - - name: Carbon Dioxide filter - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Carbon Dioxide filter + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-42.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3244 components: - - name: Nitro oxide filter - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Nitro oxide filter + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasMinerCarbonDioxide entities: - uid: 1619 components: - - pos: -51.5,-38.5 + - type: Transform + pos: -51.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: GasMinerNitrogen entities: - uid: 1458 components: - - pos: -37.5,-39.5 + - type: Transform + pos: -37.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: GasMinerPlasma entities: - uid: 1460 components: - - pos: -37.5,-43.5 + - type: Transform + pos: -37.5,-43.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: GasMixer entities: - uid: 970 components: - - name: breathable air mixer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: breathable air mixer + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-40.5 parent: 34 - type: Transform - - inletTwoConcentration: 0.79 + - type: GasMixer + inletTwoConcentration: 0.79 inletOneConcentration: 0.21 targetPressure: 4500 - type: GasMixer - - joinedGrid: 34 - type: AtmosDevice - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 8111 components: - - pos: -56.5,-35.5 + - type: Transform + pos: -56.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: GasMixerFlipped entities: - uid: 971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-43.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1434 components: - - name: plasma mixer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: plasma mixer + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-44.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1440 components: - - name: storage mixer - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: storage mixer + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-45.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: GasOutletInjector entities: - uid: 925 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0088F8FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0088F8FF' - uid: 1216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-45.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-47.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12603 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12660 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -56.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#947507FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#947507FF' - proto: GasPassiveGate entities: - uid: 1566 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-49.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8366 components: - - pos: -38.5,-33.5 + - type: Transform + pos: -38.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8595 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPassiveVent entities: - uid: 926 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 927 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 1217 components: - - pos: -38.5,-43.5 + - type: Transform + pos: -38.5,-43.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1255 components: - - pos: -36.5,-39.5 + - type: Transform + pos: -36.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1256 components: - - pos: -36.5,-41.5 + - type: Transform + pos: -36.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1406 components: - - pos: -36.5,-45.5 + - type: Transform + pos: -36.5,-45.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-51.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1531 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-47.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 3331 components: - - pos: -31.5,5.5 + - type: Transform + pos: -31.5,5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 12653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeBend entities: - uid: 63 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-37.5 parent: 34 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 95 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-36.5 parent: 34 - type: Transform - - color: '#00FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FF00FF' - uid: 107 components: - - pos: -42.5,-34.5 + - type: Transform + pos: -42.5,-34.5 parent: 34 - type: Transform - - color: '#00FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FF00FF' - uid: 939 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 942 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-5.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-38.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 1257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-44.5 parent: 34 - type: Transform - uid: 1420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-46.5 parent: 34 - type: Transform - uid: 1422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-42.5 parent: 34 - type: Transform - uid: 1423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-40.5 parent: 34 - type: Transform - uid: 1435 components: - - pos: -42.5,-45.5 + - type: Transform + pos: -42.5,-45.5 parent: 34 - type: Transform - uid: 1436 components: - - pos: -42.5,-41.5 + - type: Transform + pos: -42.5,-41.5 parent: 34 - type: Transform - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 1438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-41.5 parent: 34 - type: Transform - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 1442 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-46.5 parent: 34 - type: Transform - uid: 1448 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-47.5 parent: 34 - type: Transform - uid: 1451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-49.5 parent: 34 - type: Transform - uid: 1514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-46.5 parent: 34 - type: Transform - uid: 1519 components: - - pos: -44.5,-42.5 + - type: Transform + pos: -44.5,-42.5 parent: 34 - type: Transform - uid: 1541 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-42.5 parent: 34 - type: Transform - uid: 1565 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-49.5 parent: 34 - type: Transform - uid: 1572 components: - - pos: -43.5,-35.5 + - type: Transform + pos: -43.5,-35.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 1578 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-35.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 1634 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-43.5 parent: 34 - type: Transform - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 2020 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-4.5 parent: 34 - type: Transform - uid: 2023 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2346 components: - - pos: -35.5,-27.5 + - type: Transform + pos: -35.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2354 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2377 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2378 components: - - pos: -34.5,-26.5 + - type: Transform + pos: -34.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-36.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 2427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-38.5 parent: 34 - type: Transform - uid: 2530 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-43.5 parent: 34 - type: Transform - uid: 2680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2928 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-46.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3253 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-34.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 3794 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-36.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 4570 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor - - uid: 4685 - components: - - rot: -1.5707963267948966 rad - pos: 44.5,-13.5 - parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4895 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4896 components: - - pos: 28.5,-14.5 + - type: Transform + pos: 28.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5011 components: - - pos: 32.5,-22.5 + - type: Transform + pos: 32.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5664 components: - - pos: -37.5,3.5 + - type: Transform + pos: -37.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6505 components: - - pos: 47.5,-3.5 + - type: Transform + pos: 47.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6564 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor - - uid: 6952 - components: - - rot: -1.5707963267948966 rad - pos: 43.5,-6.5 - parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7751 components: - - pos: 6.5,-40.5 + - type: Transform + pos: 6.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7842 components: - - pos: -0.5,-46.5 + - type: Transform + pos: -0.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7998 components: - - pos: -42.5,-25.5 + - type: Transform + pos: -42.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8358 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-31.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 8384 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-40.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8385 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8392 components: - - pos: -30.5,-30.5 + - type: Transform + pos: -30.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8406 components: - - pos: -44.5,-29.5 + - type: Transform + pos: -44.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8430 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-27.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 8434 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8490 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8598 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8630 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8649 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8659 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8781 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8786 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8802 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8803 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8878 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9012 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9027 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-43.5 parent: 34 - type: Transform - uid: 9028 components: - - pos: 5.5,-44.5 + - type: Transform + pos: 5.5,-44.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9186 components: - - pos: -26.5,-14.5 + - type: Transform + pos: -26.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 38.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9232 components: - - pos: -27.5,-10.5 + - type: Transform + pos: -27.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9378 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9391 components: - - pos: -33.5,-40.5 + - type: Transform + pos: -33.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9392 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9393 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9399 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9424 components: - - pos: -53.5,-11.5 + - type: Transform + pos: -53.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9444 components: - - pos: -27.5,-18.5 - parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor - - uid: 9497 - components: - - pos: 13.5,13.5 + - type: Transform + pos: -27.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9507 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9539 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9627 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9630 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9632 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9645 components: - - pos: 4.5,-29.5 + - type: Transform + pos: 4.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9655 components: - - pos: -3.5,-43.5 + - type: Transform + pos: -3.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9656 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9781 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9827 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9891 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9942 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10006 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10073 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10081 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10086 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 31.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10206 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10333 components: - - pos: 11.5,-36.5 + - type: Transform + pos: 11.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10903 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-49.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11425 components: - - pos: -45.5,-19.5 + - type: Transform + pos: -45.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-24.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11445 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11453 components: - - pos: -57.5,-20.5 + - type: Transform + pos: -57.5,-20.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-20.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11542 components: - - pos: -57.5,-25.5 + - type: Transform + pos: -57.5,-25.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11576 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11580 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-25.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11705 components: - - pos: -54.5,-24.5 + - type: Transform + pos: -54.5,-24.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11834 components: - - pos: -45.5,-41.5 + - type: Transform + pos: -45.5,-41.5 parent: 34 - type: Transform - uid: 11840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-28.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11921 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -58.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12180 components: - - pos: -28.5,-9.5 + - type: Transform + pos: -28.5,-9.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 12200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12224 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12611 components: - - pos: -53.5,-31.5 + - type: Transform + pos: -53.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12652 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12663 components: - - pos: -54.5,-30.5 + - type: Transform + pos: -54.5,-30.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-34.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-34.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12877 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12932 components: - - pos: 41.5,4.5 + - type: Transform + pos: 41.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-32.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-36.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,15.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,16.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 2969 components: - - pos: 5.5,-24.5 + - type: Transform + pos: 5.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2970 components: - - pos: 4.5,-23.5 + - type: Transform + pos: 4.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2981 components: - - pos: 3.5,-40.5 + - type: Transform + pos: 3.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4803 components: - - pos: 43.5,-2.5 + - type: Transform + pos: 43.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4872 components: - - pos: 44.5,-3.5 + - type: Transform + pos: 44.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5906 components: - - pos: -41.5,-0.5 + - type: Transform + pos: -41.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6344 components: - - pos: -57.5,-27.5 + - type: Transform + pos: -57.5,-27.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 8370 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8432 components: - - pos: -38.5,-21.5 + - type: Transform + pos: -38.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8436 components: - - pos: -37.5,-22.5 + - type: Transform + pos: -37.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9085 components: - - pos: 22.5,-24.5 + - type: Transform + pos: 22.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9102 components: - - pos: 44.5,-12.5 + - type: Transform + pos: 44.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9119 components: - - pos: 32.5,-27.5 + - type: Transform + pos: 32.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9235 components: - - pos: -37.5,-1.5 + - type: Transform + pos: -37.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9366 components: - - pos: -35.5,-29.5 + - type: Transform + pos: -35.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9608 components: - - pos: 7.5,-37.5 + - type: Transform + pos: 7.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9718 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9873 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9949 components: - - pos: 22.5,-13.5 + - type: Transform + pos: 22.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10179 components: - - pos: 31.5,-29.5 + - type: Transform + pos: 31.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11884 components: - - pos: -57.5,-32.5 + - type: Transform + pos: -57.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 43 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 70 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-24.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 94 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-37.5 parent: 34 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 96 components: - - pos: -42.5,-35.5 + - type: Transform + pos: -42.5,-35.5 parent: 34 - type: Transform - - color: '#00FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FF00FF' - uid: 102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-37.5 parent: 34 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-37.5 parent: 34 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-38.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 132 components: - - pos: -43.5,-36.5 + - type: Transform + pos: -43.5,-36.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 135 components: - - pos: -43.5,-37.5 + - type: Transform + pos: -43.5,-37.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 198 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 731 components: - - pos: 41.5,3.5 + - type: Transform + pos: 41.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 794 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 797 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 807 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 810 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 812 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 830 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 34 - type: Transform - uid: 849 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 889 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 919 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-25.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 924 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-3.5 parent: 34 - type: Transform - - color: '#0088F8FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0088F8FF' - uid: 928 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-4.5 parent: 34 - type: Transform - uid: 929 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-5.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 941 components: - - pos: -31.5,-3.5 + - type: Transform + pos: -31.5,-3.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 944 components: - - pos: -31.5,-4.5 + - type: Transform + pos: -31.5,-4.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-5.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 977 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-39.5 parent: 34 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 1079 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-41.5 parent: 34 - type: Transform - uid: 1175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-39.5 parent: 34 - type: Transform - uid: 1176 components: - - pos: -41.5,-42.5 + - type: Transform + pos: -41.5,-42.5 parent: 34 - type: Transform - uid: 1185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-35.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 1193 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-39.5 parent: 34 - type: Transform - uid: 1197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-41.5 parent: 34 - type: Transform - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1209 components: - - pos: -41.5,-40.5 + - type: Transform + pos: -41.5,-40.5 parent: 34 - type: Transform - uid: 1211 components: - - pos: -41.5,-43.5 + - type: Transform + pos: -41.5,-43.5 parent: 34 - type: Transform - uid: 1218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-41.5 parent: 34 - type: Transform - uid: 1223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-37.5 parent: 34 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 1267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-45.5 parent: 34 - type: Transform - uid: 1407 components: - - pos: -41.5,-44.5 + - type: Transform + pos: -41.5,-44.5 parent: 34 - type: Transform - uid: 1408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-46.5 parent: 34 - type: Transform - uid: 1409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-46.5 parent: 34 - type: Transform - uid: 1410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-46.5 parent: 34 - type: Transform - uid: 1413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-44.5 parent: 34 - type: Transform - uid: 1414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-42.5 parent: 34 - type: Transform - uid: 1415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-42.5 parent: 34 - type: Transform - uid: 1416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-42.5 parent: 34 - type: Transform - uid: 1417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-40.5 parent: 34 - type: Transform - uid: 1418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-40.5 parent: 34 - type: Transform - uid: 1419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-40.5 parent: 34 - type: Transform - uid: 1428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-40.5 parent: 34 - type: Transform - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-40.5 parent: 34 - type: Transform - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-42.5 parent: 34 - type: Transform - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 1433 components: - - pos: -43.5,-42.5 + - type: Transform + pos: -43.5,-42.5 parent: 34 - type: Transform - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-41.5 parent: 34 - type: Transform - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 1441 components: - - pos: -41.5,-46.5 + - type: Transform + pos: -41.5,-46.5 parent: 34 - type: Transform - uid: 1443 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-46.5 parent: 34 - type: Transform - uid: 1444 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-44.5 parent: 34 - type: Transform - uid: 1445 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-44.5 parent: 34 - type: Transform - uid: 1452 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 34 - type: Transform - uid: 1516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-45.5 parent: 34 - type: Transform - uid: 1517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-44.5 parent: 34 - type: Transform - uid: 1518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-43.5 parent: 34 - type: Transform - uid: 1522 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-42.5 parent: 34 - type: Transform - uid: 1523 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-42.5 parent: 34 - type: Transform - uid: 1525 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-42.5 parent: 34 - type: Transform - uid: 1527 components: - - pos: -50.5,-42.5 + - type: Transform + pos: -50.5,-42.5 parent: 34 - type: Transform - uid: 1528 components: - - pos: -50.5,-44.5 + - type: Transform + pos: -50.5,-44.5 parent: 34 - type: Transform - uid: 1529 components: - - pos: -50.5,-45.5 + - type: Transform + pos: -50.5,-45.5 parent: 34 - type: Transform - uid: 1530 components: - - pos: -50.5,-46.5 + - type: Transform + pos: -50.5,-46.5 parent: 34 - type: Transform - uid: 1538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-44.5 parent: 34 - type: Transform - uid: 1539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-45.5 parent: 34 - type: Transform - uid: 1540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-46.5 parent: 34 - type: Transform - uid: 1548 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-41.5 parent: 34 - type: Transform - uid: 1558 components: - - pos: -45.5,-42.5 + - type: Transform + pos: -45.5,-42.5 parent: 34 - type: Transform - uid: 1560 components: - - pos: -45.5,-44.5 + - type: Transform + pos: -45.5,-44.5 parent: 34 - type: Transform - uid: 1561 components: - - pos: -45.5,-45.5 + - type: Transform + pos: -45.5,-45.5 parent: 34 - type: Transform - uid: 1562 components: - - pos: -45.5,-46.5 + - type: Transform + pos: -45.5,-46.5 parent: 34 - type: Transform - uid: 1563 components: - - pos: -45.5,-47.5 + - type: Transform + pos: -45.5,-47.5 parent: 34 - type: Transform - uid: 1564 components: - - pos: -45.5,-48.5 + - type: Transform + pos: -45.5,-48.5 parent: 34 - type: Transform - uid: 1567 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-49.5 parent: 34 - type: Transform - uid: 1580 components: - - pos: -41.5,-37.5 + - type: Transform + pos: -41.5,-37.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 1587 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-34.5 parent: 34 - type: Transform - - color: '#00FF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FF00FF' - uid: 1627 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-36.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 1913 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2079 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2089 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2149 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2336 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2345 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2348 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2357 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -42.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2390 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-38.5 parent: 34 - type: Transform - uid: 2496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-42.5 parent: 34 - type: Transform - uid: 2550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2641 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2710 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2713 components: - - pos: -33.5,-43.5 + - type: Transform + pos: -33.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2929 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-41.5 parent: 34 - type: Transform - uid: 2931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2935 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2968 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3323 components: - - pos: -31.5,-2.5 + - type: Transform + pos: -31.5,-2.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3324 components: - - pos: -31.5,-1.5 + - type: Transform + pos: -31.5,-1.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3325 components: - - pos: -31.5,-0.5 + - type: Transform + pos: -31.5,-0.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3326 components: - - pos: -31.5,0.5 + - type: Transform + pos: -31.5,0.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3327 components: - - pos: -31.5,1.5 + - type: Transform + pos: -31.5,1.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3328 components: - - pos: -31.5,2.5 + - type: Transform + pos: -31.5,2.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3329 components: - - pos: -31.5,3.5 + - type: Transform + pos: -31.5,3.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3330 components: - - pos: -31.5,4.5 + - type: Transform + pos: -31.5,4.5 parent: 34 - type: Transform - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 3377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-38.5 parent: 34 - type: Transform - uid: 3416 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3754 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3973 components: - - pos: -5.5,-44.5 + - type: Transform + pos: -5.5,-44.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4459 components: - - pos: 43.5,-4.5 + - type: Transform + pos: 43.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4535 components: - - pos: 44.5,-8.5 + - type: Transform + pos: 44.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4537 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4539 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4568 components: - - pos: -11.5,-35.5 + - type: Transform + pos: -11.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4569 components: - - pos: -11.5,-36.5 + - type: Transform + pos: -11.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4571 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4678 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 44.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4681 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4763 components: - - pos: 43.5,-5.5 + - type: Transform + pos: 43.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4782 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4860 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4891 components: - - pos: -10.5,-33.5 + - type: Transform + pos: -10.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 41.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5674 components: - - pos: -37.5,1.5 + - type: Transform + pos: -37.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5848 components: - - pos: -40.5,4.5 + - type: Transform + pos: -40.5,4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5867 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5910 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5911 components: - - pos: -41.5,0.5 + - type: Transform + pos: -41.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5936 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5937 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6114 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6117 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6118 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6368 components: - - pos: -59.5,-28.5 + - type: Transform + pos: -59.5,-28.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 6397 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6686 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6700 components: - - pos: 44.5,-4.5 + - type: Transform + pos: 44.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7088 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7232 components: - - pos: -28.5,-11.5 + - type: Transform + pos: -28.5,-11.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 7405 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-24.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 7493 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-23.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 7495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7497 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7553 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7555 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7734 components: - - pos: 4.5,-45.5 + - type: Transform + pos: 4.5,-45.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7762 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7763 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7764 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7773 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7774 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-22.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 7815 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-27.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 7823 components: - - pos: -58.5,-37.5 + - type: Transform + pos: -58.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7971 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7972 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7974 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7977 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7978 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7980 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7982 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7983 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7984 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7985 components: - - pos: -30.5,0.5 + - type: Transform + pos: -30.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7990 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8196 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8357 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8369 components: - - pos: -38.5,-34.5 + - type: Transform + pos: -38.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8375 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8379 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8380 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-40.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8382 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8386 components: - - pos: -30.5,-36.5 + - type: Transform + pos: -30.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8387 components: - - pos: -30.5,-35.5 + - type: Transform + pos: -30.5,-35.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8389 components: - - pos: -30.5,-33.5 + - type: Transform + pos: -30.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8390 components: - - pos: -30.5,-32.5 + - type: Transform + pos: -30.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8391 components: - - pos: -30.5,-31.5 + - type: Transform + pos: -30.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8399 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8407 components: - - pos: -44.5,-31.5 + - type: Transform + pos: -44.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8408 components: - - pos: -44.5,-32.5 + - type: Transform + pos: -44.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8411 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8419 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8423 components: - - pos: -44.5,-26.5 + - type: Transform + pos: -44.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8425 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8433 components: - - pos: -2.5,13.5 + - type: Transform + pos: -2.5,13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8442 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8443 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8445 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -21.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8447 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8448 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8456 components: - - pos: -16.5,-21.5 + - type: Transform + pos: -16.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8457 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8459 components: - - pos: -11.5,-24.5 + - type: Transform + pos: -11.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8460 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8462 components: - - pos: -11.5,-23.5 + - type: Transform + pos: -11.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8464 components: - - pos: -11.5,-26.5 + - type: Transform + pos: -11.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8465 components: - - pos: -11.5,-27.5 + - type: Transform + pos: -11.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8466 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8467 components: - - pos: -11.5,-29.5 + - type: Transform + pos: -11.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8468 components: - - pos: -11.5,-30.5 + - type: Transform + pos: -11.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8469 components: - - pos: -11.5,-31.5 + - type: Transform + pos: -11.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8497 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8585 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8586 components: - - pos: -12.5,-20.5 + - type: Transform + pos: -12.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8587 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8588 components: - - pos: -12.5,-18.5 + - type: Transform + pos: -12.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8589 components: - - pos: -12.5,-17.5 + - type: Transform + pos: -12.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8590 components: - - pos: -12.5,-16.5 + - type: Transform + pos: -12.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8591 components: - - pos: -12.5,-15.5 + - type: Transform + pos: -12.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8592 components: - - pos: -12.5,-14.5 + - type: Transform + pos: -12.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8593 components: - - pos: -12.5,-13.5 + - type: Transform + pos: -12.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8594 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8599 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8600 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8601 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8602 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8603 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8604 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8606 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8611 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8613 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8614 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8615 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8616 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8618 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8619 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8620 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8621 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8622 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8623 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8624 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8625 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8627 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8632 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8633 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8639 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8640 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8641 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8645 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8654 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8655 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8656 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8657 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8665 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8666 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8667 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8668 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8669 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8672 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8675 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8676 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8677 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8678 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8679 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8680 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8691 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -27.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8693 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -26.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8694 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8695 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8696 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8702 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8703 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8704 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8705 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8706 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8707 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8708 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8709 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8710 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8711 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8712 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8713 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8714 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8715 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8716 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8718 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8719 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8720 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8725 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8730 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8731 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8732 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8733 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8740 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8742 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8743 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8744 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8749 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8755 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8756 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8757 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8762 components: - - pos: 14.5,9.5 + - type: Transform + pos: 14.5,9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8763 components: - - pos: 14.5,10.5 + - type: Transform + pos: 14.5,10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8765 components: - - pos: 14.5,12.5 + - type: Transform + pos: 14.5,12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8766 components: - - pos: 14.5,7.5 + - type: Transform + pos: 14.5,7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8767 components: - - pos: 14.5,6.5 + - type: Transform + pos: 14.5,6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8768 components: - - pos: 14.5,5.5 + - type: Transform + pos: 14.5,5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8769 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8770 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8771 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8772 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8773 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8774 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8775 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8777 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8778 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8785 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8788 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8790 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8791 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8792 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8794 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8797 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8798 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8799 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8800 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8807 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8812 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8813 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8814 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8816 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8817 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8820 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8821 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8822 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8823 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8826 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8828 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8829 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8838 components: - - pos: 23.5,-15.5 + - type: Transform + pos: 23.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8839 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8847 components: - - pos: 23.5,-13.5 + - type: Transform + pos: 23.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8851 components: - - pos: 23.5,-11.5 + - type: Transform + pos: 23.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8852 components: - - pos: 23.5,-10.5 + - type: Transform + pos: 23.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8853 components: - - pos: 23.5,-9.5 + - type: Transform + pos: 23.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8854 components: - - pos: 23.5,-8.5 + - type: Transform + pos: 23.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8855 components: - - pos: 23.5,-7.5 + - type: Transform + pos: 23.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8856 components: - - pos: 23.5,-5.5 + - type: Transform + pos: 23.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8857 components: - - pos: 23.5,-4.5 + - type: Transform + pos: 23.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8859 components: - - pos: 23.5,-2.5 + - type: Transform + pos: 23.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8861 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8866 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8867 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8869 components: - - pos: 23.5,-1.5 + - type: Transform + pos: 23.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8870 components: - - pos: 23.5,-0.5 + - type: Transform + pos: 23.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8871 components: - - pos: 23.5,0.5 + - type: Transform + pos: 23.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8873 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8874 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8875 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8876 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8877 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8886 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8887 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8897 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8898 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8899 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8900 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8901 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8902 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8945 components: - - pos: -5.5,-23.5 + - type: Transform + pos: -5.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8946 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8947 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8948 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8949 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8950 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8951 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8952 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8953 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8955 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8956 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-35.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8960 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8961 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-40.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8963 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-42.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8964 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-43.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8966 components: - - pos: -5.5,-45.5 + - type: Transform + pos: -5.5,-45.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8973 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8974 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8975 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8976 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8979 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-40.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8982 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8984 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8985 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8997 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8998 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8999 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9000 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9002 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9003 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9004 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9005 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9011 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9014 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9015 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9017 components: - - pos: 3.5,-44.5 + - type: Transform + pos: 3.5,-44.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9018 components: - - pos: 3.5,-43.5 + - type: Transform + pos: 3.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9022 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-42.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9024 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9025 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9026 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9030 components: - - pos: 4.5,-46.5 + - type: Transform + pos: 4.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-43.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9038 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-42.5 parent: 34 - type: Transform - uid: 9039 components: - - pos: 3.5,-39.5 + - type: Transform + pos: 3.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9040 components: - - pos: 3.5,-38.5 + - type: Transform + pos: 3.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9045 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9046 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9047 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9048 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9050 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9051 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9052 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9053 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9055 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9056 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9058 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9059 components: - - pos: 5.5,-22.5 + - type: Transform + pos: 5.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9060 components: - - pos: 5.5,-21.5 + - type: Transform + pos: 5.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9063 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9065 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9068 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9069 components: - - pos: 13.5,-29.5 + - type: Transform + pos: 13.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9070 components: - - pos: 13.5,-27.5 + - type: Transform + pos: 13.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9071 components: - - pos: 13.5,-26.5 + - type: Transform + pos: 13.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9076 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9077 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9078 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9079 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9080 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9081 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9082 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9083 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9084 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9086 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9087 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9088 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9090 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9091 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9092 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9094 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9095 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9096 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9097 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9098 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9099 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9112 components: - - pos: 32.5,-23.5 + - type: Transform + pos: 32.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9114 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9115 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9117 components: - - pos: 32.5,-25.5 + - type: Transform + pos: 32.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9118 components: - - pos: 32.5,-26.5 + - type: Transform + pos: 32.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9122 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9123 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9124 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9126 components: - - pos: 32.5,-28.5 + - type: Transform + pos: 32.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9127 components: - - pos: 32.5,-29.5 + - type: Transform + pos: 32.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9128 components: - - pos: 32.5,-30.5 + - type: Transform + pos: 32.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9129 components: - - pos: 32.5,-31.5 + - type: Transform + pos: 32.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9131 components: - - pos: 32.5,-33.5 + - type: Transform + pos: 32.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9133 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9140 components: - - pos: 36.5,-33.5 + - type: Transform + pos: 36.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9141 components: - - pos: 36.5,-34.5 + - type: Transform + pos: 36.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9142 components: - - pos: 36.5,-35.5 + - type: Transform + pos: 36.5,-35.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9143 components: - - pos: 36.5,-36.5 + - type: Transform + pos: 36.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9144 components: - - pos: 36.5,-37.5 + - type: Transform + pos: 36.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9145 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9150 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9151 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9154 components: - - pos: 22.5,-25.5 + - type: Transform + pos: 22.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9155 components: - - pos: 22.5,-26.5 + - type: Transform + pos: 22.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9156 components: - - pos: 22.5,-27.5 + - type: Transform + pos: 22.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9157 components: - - pos: 22.5,-28.5 + - type: Transform + pos: 22.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9158 components: - - pos: 22.5,-29.5 + - type: Transform + pos: 22.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9159 components: - - pos: 22.5,-30.5 + - type: Transform + pos: 22.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9160 components: - - pos: 22.5,-31.5 + - type: Transform + pos: 22.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9161 components: - - pos: 22.5,-32.5 + - type: Transform + pos: 22.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9162 components: - - pos: 22.5,-33.5 + - type: Transform + pos: 22.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9164 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-35.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9167 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9169 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9170 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9177 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9178 components: - - pos: -26.5,-21.5 + - type: Transform + pos: -26.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9179 components: - - pos: -26.5,-20.5 + - type: Transform + pos: -26.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9180 components: - - pos: -26.5,-19.5 + - type: Transform + pos: -26.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9185 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9196 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9198 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9199 components: - - pos: -33.5,-21.5 + - type: Transform + pos: -33.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9200 components: - - pos: -33.5,-20.5 + - type: Transform + pos: -33.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9204 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9206 components: - - pos: -37.5,-21.5 + - type: Transform + pos: -37.5,-21.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9207 components: - - pos: -37.5,-20.5 + - type: Transform + pos: -37.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9208 components: - - pos: -37.5,-19.5 + - type: Transform + pos: -37.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9209 components: - - pos: -37.5,-18.5 + - type: Transform + pos: -37.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9210 components: - - pos: -37.5,-17.5 + - type: Transform + pos: -37.5,-17.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9211 components: - - pos: -37.5,-16.5 + - type: Transform + pos: -37.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9212 components: - - pos: -37.5,-15.5 + - type: Transform + pos: -37.5,-15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9213 components: - - pos: -37.5,-14.5 + - type: Transform + pos: -37.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9214 components: - - pos: -37.5,-13.5 + - type: Transform + pos: -37.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9215 components: - - pos: -37.5,-12.5 + - type: Transform + pos: -37.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9216 components: - - pos: -37.5,-11.5 + - type: Transform + pos: -37.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9218 components: - - pos: -37.5,-9.5 + - type: Transform + pos: -37.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9219 components: - - pos: -37.5,-8.5 + - type: Transform + pos: -37.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9221 components: - - pos: -37.5,-6.5 + - type: Transform + pos: -37.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9222 components: - - pos: -37.5,-5.5 + - type: Transform + pos: -37.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9223 components: - - pos: -37.5,-4.5 + - type: Transform + pos: -37.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9224 components: - - pos: -37.5,-3.5 + - type: Transform + pos: -37.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9225 components: - - pos: -37.5,-2.5 + - type: Transform + pos: -37.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9233 components: - - pos: -34.5,-2.5 + - type: Transform + pos: -34.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9236 components: - - pos: -37.5,-0.5 + - type: Transform + pos: -37.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9237 components: - - pos: -37.5,0.5 + - type: Transform + pos: -37.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9239 components: - - pos: -37.5,2.5 + - type: Transform + pos: -37.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9240 components: - - pos: -41.5,2.5 + - type: Transform + pos: -41.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9241 components: - - pos: -41.5,3.5 + - type: Transform + pos: -41.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9242 components: - - pos: -41.5,4.5 + - type: Transform + pos: -41.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9243 components: - - pos: -41.5,5.5 + - type: Transform + pos: -41.5,5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9245 components: - - pos: -41.5,6.5 + - type: Transform + pos: -41.5,6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9246 components: - - pos: -41.5,7.5 + - type: Transform + pos: -41.5,7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9247 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9250 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9259 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9260 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9262 components: - - pos: -43.5,-2.5 + - type: Transform + pos: -43.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9263 components: - - pos: -43.5,-3.5 + - type: Transform + pos: -43.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9264 components: - - pos: -43.5,-4.5 + - type: Transform + pos: -43.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9268 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9270 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9271 components: - - pos: -47.5,-0.5 + - type: Transform + pos: -47.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9272 components: - - pos: -47.5,0.5 + - type: Transform + pos: -47.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9273 components: - - pos: -47.5,1.5 + - type: Transform + pos: -47.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9284 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9286 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9287 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9291 components: - - pos: -48.5,-7.5 + - type: Transform + pos: -48.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9292 components: - - pos: -48.5,-8.5 + - type: Transform + pos: -48.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9293 components: - - pos: -48.5,-9.5 + - type: Transform + pos: -48.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9299 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9300 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9309 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9312 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9313 components: - - pos: -47.5,-16.5 + - type: Transform + pos: -47.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9316 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9324 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9325 components: - - pos: 30.5,-43.5 + - type: Transform + pos: 30.5,-43.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9326 components: - - pos: 30.5,-42.5 + - type: Transform + pos: 30.5,-42.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9327 components: - - pos: 30.5,-41.5 + - type: Transform + pos: 30.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9328 components: - - pos: 30.5,-40.5 + - type: Transform + pos: 30.5,-40.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9357 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9361 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9363 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9364 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9367 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9368 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9380 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-44.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9389 components: - - pos: -33.5,-42.5 + - type: Transform + pos: -33.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9390 components: - - pos: -33.5,-41.5 + - type: Transform + pos: -33.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9394 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9395 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9396 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9408 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9411 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9412 components: - - pos: -30.5,-27.5 + - type: Transform + pos: -30.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9413 components: - - pos: -30.5,-28.5 + - type: Transform + pos: -30.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9416 components: - - pos: -47.5,-15.5 + - type: Transform + pos: -47.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9417 components: - - pos: -47.5,-14.5 + - type: Transform + pos: -47.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -52.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9423 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9427 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -35.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9434 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9435 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9438 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9441 components: - - pos: -27.5,-20.5 + - type: Transform + pos: -27.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9442 components: - - pos: -27.5,-19.5 + - type: Transform + pos: -27.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9443 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9446 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -25.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -24.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9465 components: - - pos: -18.5,-22.5 + - type: Transform + pos: -18.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9472 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9473 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9475 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9477 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9482 components: - - pos: -10.5,-22.5 + - type: Transform + pos: -10.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9483 components: - - pos: -10.5,-23.5 + - type: Transform + pos: -10.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9484 components: - - pos: -10.5,-24.5 + - type: Transform + pos: -10.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9486 components: - - pos: -10.5,-26.5 + - type: Transform + pos: -10.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9487 components: - - pos: -10.5,-27.5 + - type: Transform + pos: -10.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9488 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9489 components: - - pos: -10.5,-29.5 + - type: Transform + pos: -10.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9490 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9491 components: - - pos: -10.5,-31.5 + - type: Transform + pos: -10.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9492 components: - - pos: -10.5,-32.5 + - type: Transform + pos: -10.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9498 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9500 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9501 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9502 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9503 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9504 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9505 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9508 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9511 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9512 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9513 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9514 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9525 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9526 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9527 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9529 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9530 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9531 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9533 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9535 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9536 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9537 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9538 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9540 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9541 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9542 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9549 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9550 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9552 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9553 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9554 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9555 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9556 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9558 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9559 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9560 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9561 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9564 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9565 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9566 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9567 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9569 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9574 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9576 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9578 components: - - pos: 3.5,-37.5 + - type: Transform + pos: 3.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9579 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9580 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9581 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9582 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9583 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9584 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9585 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9587 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9588 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9589 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9591 components: - - pos: 6.5,-22.5 + - type: Transform + pos: 6.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9592 components: - - pos: 6.5,-21.5 + - type: Transform + pos: 6.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9597 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9600 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9602 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9603 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9604 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9605 components: - - pos: 7.5,-39.5 + - type: Transform + pos: 7.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9606 components: - - pos: 7.5,-38.5 + - type: Transform + pos: 7.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9611 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9613 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9617 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9618 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-29.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9619 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9622 components: - - pos: 5.5,-32.5 + - type: Transform + pos: 5.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9623 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9624 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9625 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9628 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9629 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9639 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9640 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9641 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9642 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9644 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9647 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9648 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9649 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9650 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9652 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9653 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9654 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-44.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9661 components: - - pos: -7.5,-46.5 + - type: Transform + pos: -7.5,-46.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9662 components: - - pos: -7.5,-45.5 + - type: Transform + pos: -7.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9663 components: - - pos: -7.5,-44.5 + - type: Transform + pos: -7.5,-44.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9664 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9665 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9666 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9667 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9668 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9669 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9670 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9672 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9675 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9678 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9679 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9680 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9681 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9682 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9684 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9689 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9690 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9691 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-45.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9693 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9694 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9697 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9698 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9699 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9702 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9703 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9712 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9713 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9714 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9715 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9716 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9741 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9742 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9743 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9744 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9745 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9746 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9747 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9750 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9751 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9753 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9755 components: - - pos: -28.5,-12.5 + - type: Transform + pos: -28.5,-12.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9756 components: - - pos: -28.5,-13.5 + - type: Transform + pos: -28.5,-13.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9757 components: - - pos: -28.5,-14.5 + - type: Transform + pos: -28.5,-14.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9758 components: - - pos: -28.5,-15.5 + - type: Transform + pos: -28.5,-15.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9759 components: - - pos: -28.5,-16.5 + - type: Transform + pos: -28.5,-16.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9760 components: - - pos: -28.5,-17.5 + - type: Transform + pos: -28.5,-17.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9762 components: - - pos: -28.5,-10.5 + - type: Transform + pos: -28.5,-10.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9763 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-10.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9767 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-9.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9768 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-9.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9770 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9771 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9772 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -31.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9773 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9774 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9775 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9776 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9779 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9780 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9784 components: - - pos: -41.5,-1.5 + - type: Transform + pos: -41.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9785 components: - - pos: -41.5,-2.5 + - type: Transform + pos: -41.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9787 components: - - pos: -40.5,5.5 + - type: Transform + pos: -40.5,5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9788 components: - - pos: -40.5,6.5 + - type: Transform + pos: -40.5,6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9790 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9791 components: - - pos: -38.5,-1.5 + - type: Transform + pos: -38.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9792 components: - - pos: -38.5,-2.5 + - type: Transform + pos: -38.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9793 components: - - pos: -38.5,-5.5 + - type: Transform + pos: -38.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9794 components: - - pos: -38.5,-6.5 + - type: Transform + pos: -38.5,-6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9795 components: - - pos: -38.5,-7.5 + - type: Transform + pos: -38.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9796 components: - - pos: -38.5,-8.5 + - type: Transform + pos: -38.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9806 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -53.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9807 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9808 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9810 components: - - pos: -48.5,0.5 + - type: Transform + pos: -48.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9811 components: - - pos: -44.5,0.5 + - type: Transform + pos: -44.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9812 components: - - pos: -44.5,1.5 + - type: Transform + pos: -44.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9813 components: - - pos: -46.5,-1.5 + - type: Transform + pos: -46.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9814 components: - - pos: -46.5,-2.5 + - type: Transform + pos: -46.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9815 components: - - pos: -46.5,-3.5 + - type: Transform + pos: -46.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9816 components: - - pos: -49.5,-1.5 + - type: Transform + pos: -49.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9817 components: - - pos: -49.5,-2.5 + - type: Transform + pos: -49.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9820 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9821 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9828 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9830 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9831 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9833 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9834 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9835 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9836 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9838 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9839 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9840 components: - - pos: -46.5,-8.5 + - type: Transform + pos: -46.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9841 components: - - pos: -46.5,-7.5 + - type: Transform + pos: -46.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9842 components: - - pos: -51.5,-8.5 + - type: Transform + pos: -51.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9843 components: - - pos: -51.5,-7.5 + - type: Transform + pos: -51.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9847 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9848 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9849 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9850 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9851 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9852 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9854 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9855 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9858 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9860 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9861 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9863 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9864 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9865 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9866 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9867 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9868 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9869 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9870 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9871 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9872 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9877 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9878 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9879 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9881 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9882 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9884 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9885 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9889 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9890 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9895 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9896 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9898 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9899 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9900 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9903 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9905 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9907 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9908 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9909 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9911 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9912 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9913 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9914 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9915 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9917 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9918 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9919 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9920 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9921 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9922 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9924 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9928 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9932 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9937 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9938 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9940 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9941 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9945 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9946 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9950 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9951 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9952 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9953 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9954 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9955 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9956 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9961 components: - - pos: 22.5,-10.5 + - type: Transform + pos: 22.5,-10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9962 components: - - pos: 22.5,-12.5 + - type: Transform + pos: 22.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9963 components: - - pos: 22.5,-11.5 + - type: Transform + pos: 22.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9964 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9969 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9970 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9973 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9974 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9975 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9976 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9977 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9988 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 34.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9989 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 35.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9990 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9991 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9992 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9993 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9994 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 30.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9995 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9996 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9997 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9998 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9999 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10000 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10002 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10003 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10007 components: - - pos: 38.5,3.5 + - type: Transform + pos: 38.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10008 components: - - pos: 38.5,2.5 + - type: Transform + pos: 38.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10012 components: - - pos: 44.5,-5.5 + - type: Transform + pos: 44.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10014 components: - - pos: 43.5,-3.5 + - type: Transform + pos: 43.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10017 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10018 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 42.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10020 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 44.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10021 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10026 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10028 components: - - pos: 13.5,-14.5 + - type: Transform + pos: 13.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10029 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10030 components: - - pos: 13.5,-16.5 + - type: Transform + pos: 13.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10031 components: - - pos: 13.5,-17.5 + - type: Transform + pos: 13.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10033 components: - - pos: 13.5,-19.5 + - type: Transform + pos: 13.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10034 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10035 components: - - pos: 13.5,-21.5 + - type: Transform + pos: 13.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10036 components: - - pos: 13.5,-22.5 + - type: Transform + pos: 13.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10037 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10038 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10039 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10040 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10041 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10042 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10043 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10047 components: - - pos: 17.5,-24.5 + - type: Transform + pos: 17.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10048 components: - - pos: 17.5,-25.5 + - type: Transform + pos: 17.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10049 components: - - pos: 17.5,-26.5 + - type: Transform + pos: 17.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10050 components: - - pos: 17.5,-27.5 + - type: Transform + pos: 17.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10051 components: - - pos: 17.5,-29.5 + - type: Transform + pos: 17.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10056 components: - - pos: 11.5,-22.5 + - type: Transform + pos: 11.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10058 components: - - pos: 21.5,-24.5 + - type: Transform + pos: 21.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10059 components: - - pos: 21.5,-25.5 + - type: Transform + pos: 21.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10060 components: - - pos: 21.5,-26.5 + - type: Transform + pos: 21.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10061 components: - - pos: 21.5,-27.5 + - type: Transform + pos: 21.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10062 components: - - pos: 21.5,-28.5 + - type: Transform + pos: 21.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10063 components: - - pos: 21.5,-29.5 + - type: Transform + pos: 21.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10064 components: - - pos: 21.5,-30.5 + - type: Transform + pos: 21.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10065 components: - - pos: 21.5,-31.5 + - type: Transform + pos: 21.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10066 components: - - pos: 21.5,-32.5 + - type: Transform + pos: 21.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10067 components: - - pos: 21.5,-33.5 + - type: Transform + pos: 21.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10068 components: - - pos: 21.5,-34.5 + - type: Transform + pos: 21.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10069 components: - - pos: 21.5,-35.5 + - type: Transform + pos: 21.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10070 components: - - pos: 21.5,-36.5 + - type: Transform + pos: 21.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10072 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10077 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10078 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10079 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10080 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10083 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10084 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10085 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10088 components: - - pos: 26.5,-41.5 + - type: Transform + pos: 26.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10090 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10092 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10095 components: - - pos: 29.5,-41.5 + - type: Transform + pos: 29.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10096 components: - - pos: 29.5,-42.5 + - type: Transform + pos: 29.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10097 components: - - pos: 29.5,-43.5 + - type: Transform + pos: 29.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10156 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 36.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 35.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10168 components: - - pos: 31.5,-35.5 + - type: Transform + pos: 31.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10169 components: - - pos: 31.5,-34.5 + - type: Transform + pos: 31.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10170 components: - - pos: 31.5,-33.5 + - type: Transform + pos: 31.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10171 components: - - pos: 31.5,-32.5 + - type: Transform + pos: 31.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10172 components: - - pos: 31.5,-31.5 + - type: Transform + pos: 31.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10173 components: - - pos: 31.5,-30.5 + - type: Transform + pos: 31.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10174 components: - - pos: 31.5,-28.5 + - type: Transform + pos: 31.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10175 components: - - pos: 31.5,-27.5 + - type: Transform + pos: 31.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10176 components: - - pos: 31.5,-26.5 + - type: Transform + pos: 31.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10177 components: - - pos: 31.5,-25.5 + - type: Transform + pos: 31.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10178 components: - - pos: 31.5,-24.5 + - type: Transform + pos: 31.5,-24.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10187 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10193 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 31.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10197 components: - - pos: 33.5,-14.5 + - type: Transform + pos: 33.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10198 components: - - pos: 33.5,-15.5 + - type: Transform + pos: 33.5,-15.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10199 components: - - pos: 33.5,-16.5 + - type: Transform + pos: 33.5,-16.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10200 components: - - pos: 33.5,-17.5 + - type: Transform + pos: 33.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10201 components: - - pos: 33.5,-18.5 + - type: Transform + pos: 33.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10202 components: - - pos: 33.5,-19.5 + - type: Transform + pos: 33.5,-19.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10203 components: - - pos: 33.5,-20.5 + - type: Transform + pos: 33.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10204 components: - - pos: 33.5,-21.5 + - type: Transform + pos: 33.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10205 components: - - pos: 33.5,-22.5 + - type: Transform + pos: 33.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10214 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10260 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10314 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10328 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10329 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10330 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10331 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10332 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -50.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10465 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-23.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 10575 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10596 components: - - pos: -38.5,-22.5 + - type: Transform + pos: -38.5,-22.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10626 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10841 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10842 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10846 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10854 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-26.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10901 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10902 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10904 components: - - pos: 22.5,2.5 + - type: Transform + pos: 22.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10905 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11224 components: - - pos: 3.5,-42.5 + - type: Transform + pos: 3.5,-42.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11310 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11393 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-20.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11394 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11406 components: - - pos: -57.5,-37.5 + - type: Transform + pos: -57.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-41.5 parent: 34 - type: Transform - uid: 11439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11448 components: - - pos: -58.5,-36.5 + - type: Transform + pos: -58.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11461 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-38.5 parent: 34 - type: Transform - uid: 11464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11471 components: - - pos: -57.5,-22.5 + - type: Transform + pos: -57.5,-22.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11520 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11531 components: - - pos: -58.5,-34.5 + - type: Transform + pos: -58.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11540 components: - - pos: -58.5,-33.5 + - type: Transform + pos: -58.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-24.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11547 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11603 components: - - pos: -59.5,-30.5 + - type: Transform + pos: -59.5,-30.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11608 components: - - pos: -59.5,-31.5 + - type: Transform + pos: -59.5,-31.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11708 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11716 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11766 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,15.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11767 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11783 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11784 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11828 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11829 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11841 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11843 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11858 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11859 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11860 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11861 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11871 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11875 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11881 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11888 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11897 components: - - pos: -59.5,-29.5 + - type: Transform + pos: -59.5,-29.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11898 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,-13.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11913 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11987 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11988 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11989 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11990 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11991 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11992 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11993 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-49.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12063 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-49.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12064 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-49.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12065 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-43.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12066 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-44.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12067 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-45.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12068 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12069 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12070 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-48.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12071 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-42.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-9.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 12199 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12203 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12210 components: - - pos: -49.5,-11.5 + - type: Transform + pos: -49.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12211 components: - - pos: -49.5,-12.5 + - type: Transform + pos: -49.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12223 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12225 components: - - pos: -29.5,-30.5 + - type: Transform + pos: -29.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12315 components: - - pos: -57.5,-35.5 + - type: Transform + pos: -57.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12341 components: - - pos: -18.5,-34.5 + - type: Transform + pos: -18.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12342 components: - - pos: -18.5,-35.5 + - type: Transform + pos: -18.5,-35.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12343 components: - - pos: -18.5,-36.5 + - type: Transform + pos: -18.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12344 components: - - pos: -18.5,-37.5 + - type: Transform + pos: -18.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12347 components: - - pos: -57.5,-36.5 + - type: Transform + pos: -57.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12348 components: - - pos: -57.5,-34.5 + - type: Transform + pos: -57.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12349 components: - - pos: -57.5,-33.5 + - type: Transform + pos: -57.5,-33.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-20.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 46.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12438 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-37.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12522 components: - - pos: -55.5,-37.5 + - type: Transform + pos: -55.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12563 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-36.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12565 components: - - pos: -55.5,-36.5 + - type: Transform + pos: -55.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12662 components: - - pos: -56.5,-36.5 + - type: Transform + pos: -56.5,-36.5 parent: 34 - type: Transform - uid: 12667 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-32.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12668 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-32.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12671 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-33.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12682 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-26.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12683 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -54.5,-25.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12694 components: - - pos: -59.5,-32.5 + - type: Transform + pos: -59.5,-32.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12695 components: - - pos: -59.5,-33.5 + - type: Transform + pos: -59.5,-33.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12696 components: - - pos: -59.5,-34.5 + - type: Transform + pos: -59.5,-34.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12708 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 46.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12858 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12861 components: - - pos: 8.5,12.5 + - type: Transform + pos: 8.5,12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12862 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12869 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12871 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12875 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12878 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12881 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12882 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12884 components: - - pos: -13.5,-39.5 + - type: Transform + pos: -13.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12930 components: - - pos: 41.5,2.5 + - type: Transform + pos: 41.5,2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12936 components: - - pos: 41.5,1.5 + - type: Transform + pos: 41.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12939 components: - - pos: 41.5,0.5 + - type: Transform + pos: 41.5,0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12940 components: - - pos: 41.5,-0.5 + - type: Transform + pos: 41.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12941 components: - - pos: 41.5,-1.5 + - type: Transform + pos: 41.5,-1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12943 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12944 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12949 components: - - pos: 39.5,2.5 + - type: Transform + pos: 39.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12950 components: - - pos: -12.5,-34.5 + - type: Transform + pos: -12.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12953 components: - - pos: -12.5,-35.5 + - type: Transform + pos: -12.5,-35.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12954 components: - - pos: -12.5,-36.5 + - type: Transform + pos: -12.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12963 components: - - pos: -12.5,-37.5 + - type: Transform + pos: -12.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12964 components: - - pos: -12.5,-38.5 + - type: Transform + pos: -12.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12965 components: - - pos: -12.5,-39.5 + - type: Transform + pos: -12.5,-39.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-32.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-31.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-30.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-29.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13047 + components: + - type: Transform + pos: 41.5,-29.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13048 + components: + - type: Transform + pos: 41.5,-30.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13049 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13050 + components: + - type: Transform + pos: 41.5,-32.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13051 + components: + - type: Transform + pos: 41.5,-33.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13052 + components: + - type: Transform + pos: 41.5,-34.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13053 + components: + - type: Transform + pos: 41.5,-35.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-36.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-36.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,14.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,15.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,15.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,16.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13118 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13119 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13120 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13121 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13122 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13123 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13124 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13125 + components: + - type: Transform + pos: 43.5,-14.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-38.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-13.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 806 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-4.5 parent: 34 - type: Transform - uid: 956 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 979 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 44.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1192 components: - - pos: -43.5,-40.5 + - type: Transform + pos: -43.5,-40.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF00FFFF' + - uid: 1233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-6.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,13.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1364 + components: + - type: Transform + pos: 14.5,16.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1382 + components: + - type: Transform + pos: 38.5,-32.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-36.5 parent: 34 - type: Transform - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1431 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-42.5 parent: 34 - type: Transform - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 1446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -41.5,-47.5 parent: 34 - type: Transform - uid: 1450 components: - - pos: -42.5,-49.5 + - type: Transform + pos: -42.5,-49.5 parent: 34 - type: Transform - uid: 1515 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-46.5 parent: 34 - type: Transform - uid: 1526 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-41.5 parent: 34 - type: Transform - uid: 1646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,-35.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 2330 components: - - pos: -45.5,-26.5 + - type: Transform + pos: -45.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2337 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2344 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2400 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2413 components: - - pos: -45.5,-34.5 + - type: Transform + pos: -45.5,-34.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 2700 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-40.5 parent: 34 - type: Transform - uid: 2708 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-46.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2966 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2967 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2972 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2973 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 31.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3378 components: - - pos: -44.5,-34.5 + - type: Transform + pos: -44.5,-34.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#3AB334FF' - uid: 3460 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3783 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4015 components: - - pos: 0.5,-47.5 + - type: Transform + pos: 0.5,-47.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4567 components: - - pos: -11.5,-34.5 + - type: Transform + pos: -11.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4785 components: - - pos: -13.5,-37.5 + - type: Transform + pos: -13.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5803 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5845 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5849 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-40.5 parent: 34 - type: Transform - uid: 6399 components: - - pos: -0.5,-40.5 + - type: Transform + pos: -0.5,-40.5 parent: 34 - type: Transform - uid: 6690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6701 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6878 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7498 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7579 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7663 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7735 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7761 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7767 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8005 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-44.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8158 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-34.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8159 components: - - pos: 38.5,-2.5 + - type: Transform + pos: 38.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8160 components: - - pos: 39.5,-3.5 + - type: Transform + pos: 39.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8161 components: - - pos: -12.5,-33.5 + - type: Transform + pos: -12.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8198 components: - - pos: -44.5,-25.5 + - type: Transform + pos: -44.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-32.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 8371 components: - - pos: -32.5,-37.5 + - type: Transform + pos: -32.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8388 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8396 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-30.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8421 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-23.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8441 components: - - pos: -25.5,-22.5 + - type: Transform + pos: -25.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8450 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8455 components: - - pos: -11.5,-22.5 + - type: Transform + pos: -11.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-25.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8470 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-28.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 8472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8498 components: - - pos: 1.5,-41.5 + - type: Transform + pos: 1.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8499 components: - - pos: 4.5,-37.5 + - type: Transform + pos: 4.5,-37.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8596 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8597 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8605 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8612 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8617 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-19.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8636 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8637 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8638 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8662 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-5.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8664 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8673 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8688 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8689 components: - - pos: -23.5,-1.5 + - type: Transform + pos: -23.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8690 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8721 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8723 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8727 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8753 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8754 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-30.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8759 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8760 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8761 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,8.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8787 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8806 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8815 components: - - pos: 20.5,-12.5 + - type: Transform + pos: 20.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8832 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-16.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8833 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8835 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-14.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8848 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-12.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8849 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8858 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 23.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8860 components: - - pos: 29.5,-3.5 + - type: Transform + pos: 29.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8864 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8881 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,0.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8908 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8911 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-11.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8937 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8962 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-41.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8992 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-27.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8995 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-33.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9041 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9042 components: - - pos: 3.5,-36.5 + - type: Transform + pos: 3.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9043 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9064 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9072 components: - - pos: 13.5,-24.5 + - type: Transform + pos: 13.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9073 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-28.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-24.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9136 components: - - pos: 36.5,-32.5 + - type: Transform + pos: 36.5,-32.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-38.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9153 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-34.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-36.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-18.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9187 components: - - pos: -30.5,-1.5 + - type: Transform + pos: -30.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -33.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-7.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9228 components: - - pos: -34.5,-1.5 + - type: Transform + pos: -34.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9251 components: - - pos: -48.5,-1.5 + - type: Transform + pos: -48.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9252 components: - - pos: -43.5,-1.5 + - type: Transform + pos: -43.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9253 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9254 components: - - pos: -47.5,2.5 + - type: Transform + pos: -47.5,2.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9261 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-4.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9278 components: - - pos: -53.5,-1.5 + - type: Transform + pos: -53.5,-1.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9290 components: - - pos: -48.5,-6.5 + - type: Transform + pos: -48.5,-6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9304 components: - - pos: -29.5,-10.5 + - type: Transform + pos: -29.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9322 components: - - pos: 24.5,-39.5 + - type: Transform + pos: 24.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9329 components: - - pos: 30.5,-39.5 + - type: Transform + pos: 30.5,-39.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-35.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9371 components: - - pos: -40.5,-29.5 + - type: Transform + pos: -40.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9379 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -32.5,-42.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9397 components: - - pos: -34.5,-36.5 + - type: Transform + pos: -34.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9451 components: - - pos: -23.5,-21.5 + - type: Transform + pos: -23.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9461 components: - - pos: -18.5,-21.5 + - type: Transform + pos: -18.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9462 components: - - pos: -17.5,-22.5 + - type: Transform + pos: -17.5,-22.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9471 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9478 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9481 components: - - pos: -10.5,-21.5 + - type: Transform + pos: -10.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-25.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9506 components: - - pos: -13.5,-12.5 + - type: Transform + pos: -13.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9509 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9523 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9524 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-6.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9544 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9548 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-7.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9557 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9563 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-21.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9570 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9573 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9612 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9616 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-26.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9626 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-31.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9634 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-27.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9636 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-32.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9657 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9658 components: - - pos: -7.5,-43.5 + - type: Transform + pos: -7.5,-43.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9685 components: - - pos: 0.5,-45.5 + - type: Transform + pos: 0.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9695 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9696 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9709 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9711 components: - - pos: 42.5,3.5 + - type: Transform + pos: 42.5,3.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9749 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9761 components: - - pos: -30.5,-9.5 + - type: Transform + pos: -30.5,-9.5 parent: 34 - type: Transform - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9778 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9786 components: - - pos: -38.5,-0.5 + - type: Transform + pos: -38.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9797 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-4.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9798 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-3.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9801 components: - - pos: -46.5,-0.5 + - type: Transform + pos: -46.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9802 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9803 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9804 components: - - pos: -49.5,-0.5 + - type: Transform + pos: -49.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9859 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9880 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,8.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9893 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9897 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,10.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9910 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-5.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9923 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-12.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9926 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9934 components: - - pos: 17.5,-13.5 + - type: Transform + pos: 17.5,-13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-14.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9948 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 22.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9959 components: - - pos: 26.5,-17.5 + - type: Transform + pos: 26.5,-17.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9978 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9979 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,1.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9986 components: - - pos: 33.5,-2.5 + - type: Transform + pos: 33.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-2.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10016 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 44.5,-9.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-18.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10044 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10045 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10046 components: - - pos: 17.5,-23.5 + - type: Transform + pos: 17.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10052 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-28.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10057 components: - - pos: 21.5,-23.5 + - type: Transform + pos: 21.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10071 components: - - pos: 20.5,-37.5 + - type: Transform + pos: 20.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10074 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 21.5,-37.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10087 components: - - pos: 26.5,-40.5 + - type: Transform + pos: 26.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10091 components: - - pos: 29.5,-40.5 + - type: Transform + pos: 29.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10148 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-40.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-39.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10158 components: - - pos: 37.5,-36.5 + - type: Transform + pos: 37.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-36.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10207 components: - - pos: 31.5,-23.5 + - type: Transform + pos: 31.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-23.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-45.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,6.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10435 components: - - pos: 8.5,13.5 + - type: Transform + pos: 8.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10941 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-20.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11895 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,13.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12014 components: - - pos: -26.5,-0.5 + - type: Transform + pos: -26.5,-0.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12017 components: - - pos: -29.5,-29.5 + - type: Transform + pos: -29.5,-29.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-9.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 44.5,-10.5 parent: 34 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-41.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-31.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12498 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-27.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-38.5 parent: 34 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12665 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-32.5 parent: 34 - type: Transform - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12681 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -54.5,-27.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#03FCD3FF' - proto: GasPort entities: - uid: 938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -30.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1542 components: - - pos: -47.5,-40.5 + - type: Transform + pos: -47.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1545 components: - - pos: -48.5,-40.5 + - type: Transform + pos: -48.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1779 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#F84000FF' - uid: 1780 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#F84000FF' - uid: 2161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-42.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 3811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11487 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11890 components: - - pos: -56.5,-34.5 + - type: Transform + pos: -56.5,-34.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12501 components: - - pos: -55.5,-25.5 + - type: Transform + pos: -55.5,-25.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12609 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPressurePump entities: - uid: 64 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -39.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 932 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-4.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 - uid: 1266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-45.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 - uid: 1424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-46.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 - uid: 1425 components: - - name: plasma pump - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: plasma pump + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-44.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 - uid: 1426 components: - - name: oxygen pump - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: oxygen pump + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-42.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice - - color: '#00FFFFFF' - type: AtmosPipeColor + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#00FFFFFF' - uid: 1427 components: - - name: nitrogen pump - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: nitrogen pump + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-40.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF00FFFF' - type: AtmosPipeColor + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-43.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 - uid: 1537 components: - - pos: -49.5,-43.5 + - type: Transform + pos: -49.5,-43.5 parent: 34 - type: Transform - - targetPressure: 4500 - type: GasPressurePump - - joinedGrid: 34 - type: AtmosDevice + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 34 - uid: 7847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 11916 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12497 components: - - pos: -55.5,-26.5 + - type: Transform + pos: -55.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12606 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -53.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasRecycler entities: - uid: 3795 components: - - pos: -45.5,-35.5 + - type: Transform + pos: -45.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#3AB334FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#3AB334FF' - proto: GasThermoMachineFreezer entities: - uid: 824 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 34 - type: Transform - - targetTemperature: 0 - type: GasThermoMachine - - joinedGrid: 34 - type: AtmosDevice + - type: GasThermoMachine + targetTemperature: 0 + - type: AtmosDevice + joinedGrid: 34 - uid: 1544 components: - - pos: -50.5,-40.5 + - type: Transform + pos: -50.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 4105 components: - - pos: -1.5,-39.5 + - type: Transform + pos: -1.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 6377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-42.5 parent: 34 - type: Transform - - color: '#03FCD3FF' - type: AtmosPipeColor - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosPipeColor + color: '#03FCD3FF' + - type: AtmosDevice + joinedGrid: 34 - proto: GasThermoMachineHeater entities: - uid: 11463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-35.5 parent: 34 - type: Transform - - color: '#3AB334FF' - type: AtmosPipeColor - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosPipeColor + color: '#3AB334FF' + - type: AtmosDevice + joinedGrid: 34 - proto: GasValve entities: - uid: 930 components: - - desc: This valve separates the chamber from space. Opening it will cause gas in the chamber to flow into space quickly. + - type: MetaData + desc: This valve separates the chamber from space. Opening it will cause gas in the chamber to flow into space quickly. name: depressurization valve - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-5.5 parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#FFFF00FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FFFF00FF' - uid: 1447 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-47.5 parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 - uid: 7997 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-43.5 parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 - uid: 12518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,-35.5 parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF0000FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12562 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-35.5 parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12572 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-27.5 parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 12674 components: - - pos: -57.5,-31.5 - parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF0000FF' - type: AtmosPipeColor + - type: Transform + pos: -57.5,-31.5 + parent: 34 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12675 components: - - pos: -57.5,-29.5 - parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF0000FF' - type: AtmosPipeColor + - type: Transform + pos: -57.5,-29.5 + parent: 34 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12676 components: - - pos: -57.5,-26.5 - parent: 34 - type: Transform - - open: False - type: GasValve - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: Transform + pos: -57.5,-26.5 + parent: 34 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - proto: GasVentPump entities: - - uid: 181 - components: - - pos: 14.5,16.5 - parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor - uid: 352 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 771 components: - - pos: -14.5,-10.5 + - type: Transform + pos: -14.5,-10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 803 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-8.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2964 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-10.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2965 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-9.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2986 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-12.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor - - uid: 3227 - components: - - rot: -1.5707963267948966 rad - pos: 38.5,-32.5 - parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 3285 components: - - pos: 31.5,-2.5 + - type: Transform + pos: 31.5,-2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4677 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 43.5,-12.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4769 components: - - pos: -17.5,-32.5 + - type: Transform + pos: -17.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4783 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5137 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-48.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6009 components: - - pos: 27.5,-10.5 + - type: Transform + pos: 27.5,-10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6020 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,-4.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12258 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6226 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-13.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 39.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7094 components: - - pos: -38.5,4.5 + - type: Transform + pos: -38.5,4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -46.5,-19.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 11539 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7843 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8362 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8364 components: - - pos: -38.5,-29.5 + - type: Transform + pos: -38.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -45.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8409 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-23.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8458 components: - - pos: -16.5,-19.5 + - type: Transform + pos: -16.5,-19.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-25.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 39.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-7.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8626 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-19.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8634 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-9.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8642 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8661 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8663 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8697 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8698 components: - - pos: -24.5,2.5 + - type: Transform + pos: -24.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 8699 components: - - pos: -29.5,1.5 + - type: Transform + pos: -29.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8700 components: - - pos: -18.5,0.5 + - type: Transform + pos: -18.5,0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8701 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8722 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8741 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8751 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8776 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8779 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8780 components: - - pos: 17.5,9.5 + - type: Transform + pos: 17.5,9.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8801 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8804 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-15.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8827 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-14.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 23.5,-19.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8831 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-16.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8850 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8868 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8872 components: - - pos: 23.5,1.5 + - type: Transform + pos: 23.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8879 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8968 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-47.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8977 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8980 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-45.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8991 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-27.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8994 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9013 components: - - pos: -0.5,-26.5 + - type: Transform + pos: -0.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9023 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9044 components: - - pos: 3.5,-22.5 + - type: Transform + pos: 3.5,-22.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9057 components: - - pos: 0.5,-19.5 + - type: Transform + pos: 0.5,-19.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9061 components: - - pos: 5.5,-20.5 + - type: Transform + pos: 5.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9066 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-30.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9067 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-28.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-22.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-27.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9121 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-27.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-34.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-34.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9174 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-36.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9175 components: - - pos: 20.5,-35.5 + - type: Transform + pos: 20.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-14.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9201 components: - - pos: -33.5,-19.5 + - type: Transform + pos: -33.5,-19.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -46.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -49.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9297 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-7.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9307 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9346 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-44.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-23.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9470 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9594 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9609 components: - - pos: 7.5,-36.5 + - type: Transform + pos: 7.5,-36.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9615 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9620 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9621 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9782 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 9783 components: - - pos: -40.5,7.5 + - type: Transform + pos: -40.5,7.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10027 components: - - pos: 22.5,-22.5 + - type: Transform + pos: 22.5,-22.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10390 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10426 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10467 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-36.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 10560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-27.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11005 components: - - pos: -40.5,-25.5 + - type: Transform + pos: -40.5,-25.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-42.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-22.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 2349 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-23.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11894 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,13.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11985 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12072 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-49.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 32.5,-11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-8.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12212 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-13.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-30.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12368 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-6.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12381 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,-7.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12843 components: - - pos: 44.5,-2.5 + - type: Transform + pos: 44.5,-2.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 10611 - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12860 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12942 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 43.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 12966 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13045 + components: + - type: Transform + pos: 40.5,-28.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-33.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,16.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13105 + components: + - type: Transform + pos: 16.5,17.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-15.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 831 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 42.5,-6.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1818 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-17.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 11539 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1914 components: - - pos: -17.5,-6.5 + - type: Transform + pos: -17.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1974 components: - - pos: -19.5,-19.5 + - type: Transform + pos: -19.5,-19.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2451 components: - - pos: -33.5,-35.5 + - type: Transform + pos: -33.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2601 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-46.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2936 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-42.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4957 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-2.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 12258 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5850 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5851 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,8.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5915 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7085 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7973 components: - - pos: -16.5,0.5 + - type: Transform + pos: -16.5,0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7981 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -26.5,-1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7987 components: - - pos: -30.5,1.5 + - type: Transform + pos: -30.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7988 components: - - pos: -23.5,2.5 + - type: Transform + pos: -23.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7989 components: - - pos: -17.5,3.5 + - type: Transform + pos: -17.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-21.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 2349 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8424 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-25.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8990 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-28.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8993 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9010 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-28.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9373 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9374 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9414 components: - - pos: -30.5,-26.5 + - type: Transform + pos: -30.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-26.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9460 components: - - pos: -22.5,-18.5 + - type: Transform + pos: -22.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-25.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9510 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9522 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9534 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9545 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-9.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-7.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9571 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9590 components: - - pos: 4.5,-22.5 + - type: Transform + pos: 4.5,-22.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9593 components: - - pos: 6.5,-20.5 + - type: Transform + pos: 6.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9598 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-36.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9599 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-37.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9610 components: - - pos: 5.5,-35.5 + - type: Transform + pos: 5.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9633 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-27.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9637 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9638 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-47.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-43.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9686 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-46.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-45.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9704 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9706 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9707 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9764 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -30.5,-11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9765 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-9.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#F84000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#F84000FF' - uid: 9766 components: - - rot: -1.5707963267948966 rad - pos: -35.5,-4.5 + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9777 components: - - pos: -36.5,2.5 + - type: Transform + pos: -36.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9799 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9800 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -54.5,-0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9822 components: - - pos: -44.5,2.5 + - type: Transform + pos: -44.5,2.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9823 components: - - pos: -48.5,1.5 + - type: Transform + pos: -48.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9824 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9825 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9844 components: - - pos: -46.5,-6.5 + - type: Transform + pos: -46.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9845 components: - - pos: -51.5,-6.5 + - type: Transform + pos: -51.5,-6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9875 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9886 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,7.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9887 components: - - pos: 10.5,11.5 + - type: Transform + pos: 10.5,11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9892 components: - - pos: 17.5,6.5 + - type: Transform + pos: 17.5,6.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9894 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,9.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,10.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9904 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9916 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-5.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9925 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-12.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9936 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-14.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9943 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9957 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-17.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9958 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-18.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9968 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-9.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9980 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10004 components: - - pos: 29.5,0.5 + - type: Transform + pos: 29.5,0.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10053 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-28.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-30.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10055 components: - - pos: 11.5,-21.5 + - type: Transform + pos: 11.5,-21.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10075 components: - - pos: 18.5,-36.5 + - type: Transform + pos: 18.5,-36.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10076 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 20.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10094 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 25.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10098 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,-44.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-39.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor - - uid: 10160 - components: - - rot: -1.5707963267948966 rad - pos: 38.5,-36.5 - parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10167 components: - - pos: 32.5,-35.5 + - type: Transform + pos: 32.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 27.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10218 components: - - pos: 28.5,-22.5 + - type: Transform + pos: 28.5,-22.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10672 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11250 components: - - pos: -39.5,-25.5 + - type: Transform + pos: -39.5,-25.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-17.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11527 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-27.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-34.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11830 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,13.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11905 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-23.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11986 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-1.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12204 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12358 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-41.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12546 components: - - pos: 33.5,-11.5 + - type: Transform + pos: 33.5,-11.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12844 components: - - pos: 43.5,-1.5 + - type: Transform + pos: 43.5,-1.5 parent: 34 - type: Transform - - deviceLists: + - type: DeviceNetwork + deviceLists: - 10611 - 9601 - type: DeviceNetwork - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12879 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,8.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12889 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12931 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-34.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13046 + components: + - type: Transform + pos: 41.5,-28.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13057 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,15.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-15.5 + parent: 34 + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVolumePump entities: - uid: 1449 components: - - pos: -41.5,-48.5 + - type: Transform + pos: -41.5,-48.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 4075 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -56.5,-28.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 4076 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -56.5,-30.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF0000FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 7821 components: - - pos: -58.5,-35.5 + - type: Transform + pos: -58.5,-35.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Gauze entities: - uid: 1371 components: - - pos: 7.3725023,-35.544624 + - type: Transform + pos: 7.3725023,-35.544624 parent: 34 - type: Transform - uid: 5880 components: - - pos: -49.318726,6.9375215 + - type: Transform + pos: -49.318726,6.9375215 parent: 34 - type: Transform - proto: GeneratorRTG entities: - uid: 2637 components: - - pos: 52.5,-22.5 + - type: Transform + pos: 52.5,-22.5 parent: 34 - type: Transform - proto: GlimmerProber entities: - uid: 37 components: - - pos: -33.5,-8.5 + - type: Transform + pos: -33.5,-8.5 parent: 34 - type: Transform - proto: GravityGenerator entities: - uid: 2414 components: - - pos: -25.5,-37.5 + - type: Transform + pos: -25.5,-37.5 parent: 34 - type: Transform - proto: Grille entities: - uid: 19 components: - - pos: 23.5,-24.5 + - type: Transform + pos: 23.5,-24.5 parent: 34 - type: Transform - uid: 27 components: - - pos: -16.5,5.5 + - type: Transform + pos: -16.5,5.5 parent: 34 - type: Transform - uid: 36 components: - - pos: -32.5,-4.5 + - type: Transform + pos: -32.5,-4.5 parent: 34 - type: Transform - uid: 39 components: - - pos: -32.5,-3.5 + - type: Transform + pos: -32.5,-3.5 parent: 34 - type: Transform - uid: 52 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 34 - type: Transform - uid: 67 components: - - pos: -15.5,-21.5 + - type: Transform + pos: -15.5,-21.5 parent: 34 - type: Transform - uid: 75 components: - - pos: 23.5,-22.5 + - type: Transform + pos: 23.5,-22.5 parent: 34 - type: Transform - uid: 179 components: - - pos: -56.5,-21.5 + - type: Transform + pos: -56.5,-21.5 + parent: 34 + - uid: 181 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 34 + - uid: 182 + components: + - type: Transform + pos: 41.5,-26.5 parent: 34 - type: Transform - uid: 183 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 34 - type: Transform - uid: 187 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 34 - type: Transform - uid: 202 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 34 - type: Transform - uid: 233 components: - - pos: -17.5,-9.5 + - type: Transform + pos: -17.5,-9.5 parent: 34 - type: Transform - uid: 244 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 34 - type: Transform - uid: 247 components: - - pos: -18.5,-9.5 + - type: Transform + pos: -18.5,-9.5 parent: 34 - type: Transform - uid: 250 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 34 - type: Transform - uid: 267 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 34 - type: Transform - uid: 275 components: - - pos: -17.5,-2.5 + - type: Transform + pos: -17.5,-2.5 parent: 34 - type: Transform - uid: 284 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 34 - type: Transform - uid: 285 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 34 - type: Transform - uid: 286 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 34 - type: Transform - uid: 287 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 34 - type: Transform - uid: 289 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 34 - type: Transform - uid: 294 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 34 - type: Transform - uid: 295 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 34 - type: Transform - uid: 299 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 34 - type: Transform - uid: 300 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 34 - type: Transform - uid: 320 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 34 - type: Transform - uid: 332 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 34 - type: Transform - uid: 333 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 34 - type: Transform - uid: 336 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 34 - type: Transform - uid: 346 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 34 - type: Transform - uid: 347 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 34 - type: Transform - uid: 348 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 34 - type: Transform - uid: 351 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 34 - type: Transform - uid: 353 components: - - pos: -15.5,-4.5 + - type: Transform + pos: -15.5,-4.5 parent: 34 - type: Transform - uid: 373 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 34 - type: Transform - uid: 378 components: - - pos: 5.5,-25.5 + - type: Transform + pos: 5.5,-25.5 parent: 34 - type: Transform - uid: 411 components: - - pos: -17.5,-20.5 + - type: Transform + pos: -17.5,-20.5 parent: 34 - type: Transform - uid: 412 components: - - pos: -19.5,-20.5 + - type: Transform + pos: -19.5,-20.5 parent: 34 - type: Transform - uid: 425 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 34 - type: Transform - uid: 435 components: - - pos: -2.5,-18.5 + - type: Transform + pos: -2.5,-18.5 parent: 34 - type: Transform - uid: 437 components: - - pos: -2.5,-19.5 + - type: Transform + pos: -2.5,-19.5 parent: 34 - type: Transform - uid: 458 components: - - pos: -29.5,-2.5 + - type: Transform + pos: -29.5,-2.5 parent: 34 - type: Transform - uid: 459 components: - - pos: -30.5,-2.5 + - type: Transform + pos: -30.5,-2.5 + parent: 34 + - uid: 461 + components: + - type: Transform + pos: 40.5,-26.5 parent: 34 - type: Transform - uid: 463 components: - - pos: -27.5,-8.5 + - type: Transform + pos: -27.5,-8.5 parent: 34 - type: Transform - uid: 491 components: - - pos: -27.5,-7.5 + - type: Transform + pos: -27.5,-7.5 parent: 34 - type: Transform - uid: 502 components: - - pos: -28.5,-3.5 + - type: Transform + pos: -28.5,-3.5 parent: 34 - type: Transform - uid: 503 components: - - pos: -28.5,-4.5 + - type: Transform + pos: -28.5,-4.5 parent: 34 - type: Transform - uid: 504 components: - - pos: -28.5,-5.5 + - type: Transform + pos: -28.5,-5.5 parent: 34 - type: Transform - uid: 506 components: - - pos: -25.5,-9.5 + - type: Transform + pos: -25.5,-9.5 parent: 34 - type: Transform - uid: 534 components: - - pos: -36.5,-16.5 + - type: Transform + pos: -36.5,-16.5 parent: 34 - type: Transform - uid: 539 components: - - pos: -28.5,-20.5 + - type: Transform + pos: -28.5,-20.5 parent: 34 - type: Transform - uid: 543 components: - - pos: -25.5,-20.5 + - type: Transform + pos: -25.5,-20.5 parent: 34 - type: Transform - uid: 547 components: - - pos: -24.5,-20.5 + - type: Transform + pos: -24.5,-20.5 parent: 34 - type: Transform - uid: 548 components: - - pos: -29.5,-20.5 + - type: Transform + pos: -29.5,-20.5 parent: 34 - type: Transform - uid: 569 components: - - pos: -32.5,-20.5 + - type: Transform + pos: -32.5,-20.5 parent: 34 - type: Transform - uid: 570 components: - - pos: -35.5,-20.5 + - type: Transform + pos: -35.5,-20.5 parent: 34 - type: Transform - uid: 571 components: - - pos: -33.5,-20.5 + - type: Transform + pos: -33.5,-20.5 parent: 34 - type: Transform - uid: 575 components: - - pos: -36.5,-18.5 + - type: Transform + pos: -36.5,-18.5 parent: 34 - type: Transform - uid: 576 components: - - pos: -36.5,-17.5 + - type: Transform + pos: -36.5,-17.5 parent: 34 - type: Transform - uid: 597 components: - - pos: -32.5,-9.5 + - type: Transform + pos: -32.5,-9.5 parent: 34 - type: Transform - uid: 598 components: - - pos: -32.5,-11.5 + - type: Transform + pos: -32.5,-11.5 parent: 34 - type: Transform - uid: 631 components: - - pos: -6.5,-27.5 + - type: Transform + pos: -6.5,-27.5 parent: 34 - type: Transform - uid: 632 components: - - pos: -6.5,-24.5 + - type: Transform + pos: -6.5,-24.5 parent: 34 - type: Transform - uid: 633 components: - - pos: -6.5,-26.5 + - type: Transform + pos: -6.5,-26.5 parent: 34 - type: Transform - uid: 638 components: - - pos: -15.5,-24.5 + - type: Transform + pos: -15.5,-24.5 parent: 34 - type: Transform - uid: 639 components: - - pos: -15.5,-27.5 + - type: Transform + pos: -15.5,-27.5 parent: 34 - type: Transform - uid: 640 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 34 - type: Transform - uid: 647 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 parent: 34 - type: Transform - uid: 650 components: - - pos: -6.5,-36.5 + - type: Transform + pos: -6.5,-36.5 parent: 34 - type: Transform - uid: 652 components: - - pos: -6.5,-35.5 + - type: Transform + pos: -6.5,-35.5 parent: 34 - type: Transform - uid: 653 components: - - pos: -6.5,-34.5 + - type: Transform + pos: -6.5,-34.5 parent: 34 - type: Transform - uid: 654 components: - - pos: -6.5,-33.5 + - type: Transform + pos: -6.5,-33.5 parent: 34 - type: Transform - uid: 655 components: - - pos: -6.5,-32.5 + - type: Transform + pos: -6.5,-32.5 parent: 34 - type: Transform - uid: 672 components: - - pos: 27.5,13.5 + - type: Transform + pos: 27.5,13.5 parent: 34 - type: Transform - uid: 700 components: - - pos: -20.5,-25.5 + - type: Transform + pos: -20.5,-25.5 parent: 34 - type: Transform - uid: 779 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 34 - type: Transform - uid: 786 components: - - pos: 30.5,-15.5 + - type: Transform + pos: 30.5,-15.5 parent: 34 - type: Transform - uid: 861 components: - - pos: -20.5,-2.5 + - type: Transform + pos: -20.5,-2.5 parent: 34 - type: Transform - uid: 887 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 34 - type: Transform - uid: 923 components: - - pos: 33.5,-4.5 + - type: Transform + pos: 33.5,-4.5 parent: 34 - type: Transform - uid: 982 components: - - pos: -15.5,-3.5 + - type: Transform + pos: -15.5,-3.5 parent: 34 - type: Transform - uid: 1000 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 34 - type: Transform - uid: 1017 components: - - pos: -1.5,-21.5 + - type: Transform + pos: -1.5,-21.5 parent: 34 - type: Transform - uid: 1020 components: - - pos: -43.5,-27.5 + - type: Transform + pos: -43.5,-27.5 parent: 34 - type: Transform - uid: 1069 components: - - pos: -25.5,-35.5 + - type: Transform + pos: -25.5,-35.5 parent: 34 - type: Transform - uid: 1070 components: - - pos: -26.5,-35.5 + - type: Transform + pos: -26.5,-35.5 parent: 34 - type: Transform - uid: 1114 components: - - pos: -22.5,-24.5 + - type: Transform + pos: -22.5,-24.5 parent: 34 - type: Transform - uid: 1115 components: - - pos: -23.5,-24.5 + - type: Transform + pos: -23.5,-24.5 parent: 34 - type: Transform - uid: 1116 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 34 - type: Transform - uid: 1158 components: - - pos: -34.5,-41.5 + - type: Transform + pos: -34.5,-41.5 parent: 34 - type: Transform - uid: 1164 components: - - pos: -33.5,-51.5 + - type: Transform + pos: -33.5,-51.5 parent: 34 - type: Transform - uid: 1169 components: - - pos: -39.5,-39.5 + - type: Transform + pos: -39.5,-39.5 parent: 34 - type: Transform - uid: 1170 components: - - pos: -39.5,-41.5 + - type: Transform + pos: -39.5,-41.5 parent: 34 - type: Transform - uid: 1177 components: - - pos: -39.5,-43.5 + - type: Transform + pos: -39.5,-43.5 parent: 34 - type: Transform - uid: 1202 components: - - pos: -48.5,-44.5 + - type: Transform + pos: -48.5,-44.5 parent: 34 - type: Transform - uid: 1206 components: - - pos: -50.5,-44.5 + - type: Transform + pos: -50.5,-44.5 parent: 34 - type: Transform - uid: 1208 components: - - pos: -51.5,-43.5 + - type: Transform + pos: -51.5,-43.5 parent: 34 - type: Transform - uid: 1234 components: - - pos: -6.5,-54.5 + - type: Transform + pos: -6.5,-54.5 parent: 34 - type: Transform - uid: 1264 components: - - pos: -39.5,-45.5 + - type: Transform + pos: -39.5,-45.5 parent: 34 - type: Transform - uid: 1330 components: - - pos: 41.5,-6.5 + - type: Transform + pos: 41.5,-6.5 parent: 34 - type: Transform - uid: 1340 components: - - pos: -0.5,-34.5 + - type: Transform + pos: -0.5,-34.5 parent: 34 - type: Transform - uid: 1349 components: - - pos: 9.5,-30.5 + - type: Transform + pos: 9.5,-30.5 parent: 34 - type: Transform - uid: 1350 components: - - pos: 10.5,-30.5 + - type: Transform + pos: 10.5,-30.5 parent: 34 - type: Transform - uid: 1404 components: - - pos: 1.5,-32.5 + - type: Transform + pos: 1.5,-32.5 parent: 34 - type: Transform - uid: 1461 components: - - pos: -49.5,-44.5 + - type: Transform + pos: -49.5,-44.5 parent: 34 - type: Transform - uid: 1463 components: - - pos: -48.5,-47.5 + - type: Transform + pos: -48.5,-47.5 parent: 34 - type: Transform - uid: 1465 components: - - pos: -49.5,-48.5 + - type: Transform + pos: -49.5,-48.5 parent: 34 - type: Transform - uid: 1466 components: - - pos: -50.5,-48.5 + - type: Transform + pos: -50.5,-48.5 parent: 34 - type: Transform - uid: 1471 components: - - pos: -49.5,-46.5 + - type: Transform + pos: -49.5,-46.5 parent: 34 - type: Transform - uid: 1474 components: - - pos: -46.5,-46.5 + - type: Transform + pos: -46.5,-46.5 parent: 34 - type: Transform - uid: 1475 components: - - pos: -48.5,-46.5 + - type: Transform + pos: -48.5,-46.5 parent: 34 - type: Transform - uid: 1476 components: - - pos: -46.5,-48.5 + - type: Transform + pos: -46.5,-48.5 parent: 34 - type: Transform - uid: 1478 components: - - pos: -47.5,-44.5 + - type: Transform + pos: -47.5,-44.5 parent: 34 - type: Transform - uid: 1479 components: - - pos: -46.5,-49.5 + - type: Transform + pos: -46.5,-49.5 parent: 34 - type: Transform - uid: 1481 components: - - pos: -46.5,-45.5 + - type: Transform + pos: -46.5,-45.5 parent: 34 - type: Transform - uid: 1482 components: - - pos: -48.5,-48.5 + - type: Transform + pos: -48.5,-48.5 parent: 34 - type: Transform - uid: 1483 components: - - pos: -46.5,-47.5 + - type: Transform + pos: -46.5,-47.5 parent: 34 - type: Transform - uid: 1488 components: - - pos: -50.5,-46.5 + - type: Transform + pos: -50.5,-46.5 parent: 34 - type: Transform - uid: 1598 components: - - pos: -36.5,-32.5 + - type: Transform + pos: -36.5,-32.5 parent: 34 - type: Transform - uid: 1600 components: - - pos: -36.5,-31.5 + - type: Transform + pos: -36.5,-31.5 parent: 34 - type: Transform - uid: 1603 components: - - pos: -38.5,-28.5 + - type: Transform + pos: -38.5,-28.5 parent: 34 - type: Transform - uid: 1629 components: - - pos: -44.5,-50.5 + - type: Transform + pos: -44.5,-50.5 parent: 34 - type: Transform - uid: 1630 components: - - pos: -43.5,-50.5 + - type: Transform + pos: -43.5,-50.5 parent: 34 - type: Transform - uid: 1631 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 34 - type: Transform - uid: 1632 components: - - pos: -41.5,-50.5 + - type: Transform + pos: -41.5,-50.5 parent: 34 - type: Transform - uid: 1770 components: - - pos: -44.5,-32.5 + - type: Transform + pos: -44.5,-32.5 parent: 34 - type: Transform - uid: 1771 components: - - pos: -43.5,-32.5 + - type: Transform + pos: -43.5,-32.5 parent: 34 - type: Transform - uid: 1772 components: - - pos: -42.5,-32.5 + - type: Transform + pos: -42.5,-32.5 parent: 34 - type: Transform - uid: 1821 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 34 - type: Transform - uid: 1827 components: - - pos: -29.5,4.5 + - type: Transform + pos: -29.5,4.5 parent: 34 - type: Transform - uid: 1871 components: - - pos: -39.5,-14.5 + - type: Transform + pos: -39.5,-14.5 parent: 34 - type: Transform - uid: 1931 components: - - pos: -27.5,-31.5 + - type: Transform + pos: -27.5,-31.5 parent: 34 - type: Transform - uid: 1948 components: - - pos: 8.5,-36.5 + - type: Transform + pos: 8.5,-36.5 parent: 34 - type: Transform - uid: 1968 components: - - pos: 27.5,-34.5 + - type: Transform + pos: 27.5,-34.5 parent: 34 - type: Transform - uid: 1999 components: - - pos: -2.5,-22.5 + - type: Transform + pos: -2.5,-22.5 parent: 34 - type: Transform - uid: 2001 components: - - pos: -30.5,4.5 + - type: Transform + pos: -30.5,4.5 parent: 34 - type: Transform - uid: 2002 components: - - pos: -31.5,4.5 + - type: Transform + pos: -31.5,4.5 parent: 34 - type: Transform - uid: 2003 components: - - pos: -32.5,4.5 + - type: Transform + pos: -32.5,4.5 parent: 34 - type: Transform - uid: 2013 components: - - pos: -32.5,0.5 + - type: Transform + pos: -32.5,0.5 parent: 34 - type: Transform - uid: 2014 components: - - pos: -31.5,0.5 + - type: Transform + pos: -31.5,0.5 parent: 34 - type: Transform - uid: 2018 components: - - pos: -29.5,0.5 + - type: Transform + pos: -29.5,0.5 parent: 34 - type: Transform - uid: 2034 components: - - pos: -40.5,-4.5 + - type: Transform + pos: -40.5,-4.5 parent: 34 - type: Transform - uid: 2035 components: - - pos: -40.5,-3.5 + - type: Transform + pos: -40.5,-3.5 parent: 34 - type: Transform - uid: 2037 components: - - pos: -40.5,-7.5 + - type: Transform + pos: -40.5,-7.5 parent: 34 - type: Transform - uid: 2038 components: - - pos: -40.5,-6.5 + - type: Transform + pos: -40.5,-6.5 parent: 34 - type: Transform - uid: 2095 components: - - pos: -61.5,-16.5 + - type: Transform + pos: -61.5,-16.5 parent: 34 - type: Transform - uid: 2100 components: - - pos: -46.5,-2.5 + - type: Transform + pos: -46.5,-2.5 parent: 34 - type: Transform - uid: 2101 components: - - pos: -45.5,-2.5 + - type: Transform + pos: -45.5,-2.5 parent: 34 - type: Transform - uid: 2124 components: - - pos: -60.5,-19.5 + - type: Transform + pos: -60.5,-19.5 parent: 34 - type: Transform - uid: 2137 components: - - pos: -12.5,-28.5 + - type: Transform + pos: -12.5,-28.5 parent: 34 - type: Transform - uid: 2146 components: - - pos: 5.5,-30.5 + - type: Transform + pos: 5.5,-30.5 parent: 34 - type: Transform - uid: 2150 components: - - pos: -60.5,-17.5 + - type: Transform + pos: -60.5,-17.5 parent: 34 - type: Transform - uid: 2175 components: - - pos: -43.5,-8.5 + - type: Transform + pos: -43.5,-8.5 parent: 34 - type: Transform - uid: 2177 components: - - pos: -41.5,-2.5 + - type: Transform + pos: -41.5,-2.5 + parent: 34 + - uid: 2284 + components: + - type: Transform + pos: 44.5,-17.5 parent: 34 - type: Transform - uid: 2289 components: - - pos: -34.5,-24.5 + - type: Transform + pos: -34.5,-24.5 parent: 34 - type: Transform - uid: 2291 components: - - pos: -35.5,-24.5 + - type: Transform + pos: -35.5,-24.5 parent: 34 - type: Transform - uid: 2305 components: - - pos: -20.5,-27.5 + - type: Transform + pos: -20.5,-27.5 parent: 34 - type: Transform - uid: 2327 components: - - pos: -46.5,-11.5 + - type: Transform + pos: -46.5,-11.5 parent: 34 - type: Transform - uid: 2361 components: - - pos: -45.5,-11.5 + - type: Transform + pos: -45.5,-11.5 parent: 34 - type: Transform - uid: 2405 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 34 - type: Transform - uid: 2426 components: - - pos: -59.5,-18.5 + - type: Transform + pos: -59.5,-18.5 parent: 34 - type: Transform - uid: 2476 components: - - pos: -9.5,-53.5 + - type: Transform + pos: -9.5,-53.5 parent: 34 - type: Transform - uid: 2499 components: - - pos: 46.5,-10.5 - parent: 34 - type: Transform - - uid: 2616 - components: - - pos: 45.5,-14.5 - parent: 34 - type: Transform - - uid: 2628 - components: - - pos: 43.5,-14.5 + - type: Transform + pos: 46.5,-10.5 parent: 34 - type: Transform - uid: 2636 components: - - pos: 13.5,20.5 + - type: Transform + pos: 13.5,20.5 parent: 34 - type: Transform - uid: 2639 components: - - pos: -27.5,-30.5 + - type: Transform + pos: -27.5,-30.5 parent: 34 - type: Transform - uid: 2662 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 34 - type: Transform - uid: 2663 components: - - pos: -3.5,-30.5 + - type: Transform + pos: -3.5,-30.5 parent: 34 - type: Transform - uid: 2666 components: - - pos: 3.5,-30.5 + - type: Transform + pos: 3.5,-30.5 parent: 34 - type: Transform - uid: 2683 components: - - pos: 44.5,-14.5 + - type: Transform + pos: 16.5,19.5 parent: 34 - type: Transform - uid: 2814 components: - - pos: 25.5,-36.5 + - type: Transform + pos: 25.5,-36.5 parent: 34 - type: Transform - uid: 2818 components: - - pos: 25.5,-32.5 + - type: Transform + pos: 25.5,-32.5 parent: 34 - type: Transform - uid: 2917 components: - - pos: 2.5,-21.5 + - type: Transform + pos: 2.5,-21.5 parent: 34 - type: Transform - uid: 2944 components: - - pos: -1.5,-34.5 + - type: Transform + pos: -1.5,-34.5 + parent: 34 + - uid: 2962 + components: + - type: Transform + pos: 20.5,17.5 parent: 34 - type: Transform - uid: 3196 components: - - pos: -32.5,-41.5 + - type: Transform + pos: -32.5,-41.5 parent: 34 - type: Transform - uid: 3205 components: - - pos: -35.5,-48.5 + - type: Transform + pos: -35.5,-48.5 parent: 34 - type: Transform - uid: 3207 components: - - pos: -62.5,-44.5 + - type: Transform + pos: -62.5,-44.5 parent: 34 - type: Transform - uid: 3208 components: - - pos: -35.5,-50.5 + - type: Transform + pos: -35.5,-50.5 parent: 34 - type: Transform - uid: 3212 components: - - pos: -30.5,-49.5 + - type: Transform + pos: -30.5,-49.5 parent: 34 - type: Transform - uid: 3219 components: - - pos: -30.5,-48.5 + - type: Transform + pos: -30.5,-48.5 parent: 34 - type: Transform - uid: 3245 components: - - pos: -25.5,-43.5 + - type: Transform + pos: -25.5,-43.5 parent: 34 - type: Transform - uid: 3341 components: - - pos: 21.5,-16.5 + - type: Transform + pos: 21.5,-16.5 parent: 34 - type: Transform - uid: 3342 components: - - pos: 21.5,-14.5 + - type: Transform + pos: 21.5,-14.5 parent: 34 - type: Transform - uid: 3386 components: - - pos: -49.5,-38.5 + - type: Transform + pos: -49.5,-38.5 parent: 34 - type: Transform - uid: 3451 components: - - pos: -57.5,0.5 + - type: Transform + pos: -57.5,0.5 parent: 34 - type: Transform - uid: 3453 components: - - pos: -57.5,-0.5 + - type: Transform + pos: -57.5,-0.5 parent: 34 - type: Transform - uid: 3459 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 34 - type: Transform - uid: 3477 components: - - pos: 21.5,-12.5 + - type: Transform + pos: 21.5,-12.5 parent: 34 - type: Transform - uid: 3497 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 34 - type: Transform - uid: 3500 components: - - pos: 15.5,-5.5 + - type: Transform + pos: 15.5,-5.5 parent: 34 - type: Transform - uid: 3501 components: - - pos: 21.5,-7.5 + - type: Transform + pos: 21.5,-7.5 parent: 34 - type: Transform - uid: 3502 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 34 - type: Transform - uid: 3503 components: - - pos: 18.5,-10.5 + - type: Transform + pos: 18.5,-10.5 parent: 34 - type: Transform - uid: 3515 components: - - pos: 21.5,-4.5 + - type: Transform + pos: 21.5,-4.5 parent: 34 - type: Transform - uid: 3516 components: - - pos: 21.5,-5.5 + - type: Transform + pos: 21.5,-5.5 parent: 34 - type: Transform - uid: 3517 components: - - pos: 21.5,-6.5 + - type: Transform + pos: 21.5,-6.5 parent: 34 - type: Transform - uid: 3532 components: - - pos: 28.5,-15.5 + - type: Transform + pos: 28.5,-15.5 parent: 34 - type: Transform - uid: 3533 components: - - pos: 29.5,-15.5 + - type: Transform + pos: 29.5,-15.5 parent: 34 - type: Transform - uid: 3539 components: - - pos: 26.5,-9.5 + - type: Transform + pos: 26.5,-9.5 parent: 34 - type: Transform - uid: 3540 components: - - pos: 26.5,-10.5 + - type: Transform + pos: 26.5,-10.5 parent: 34 - type: Transform - uid: 3546 components: - - pos: 14.5,-35.5 + - type: Transform + pos: 14.5,-35.5 parent: 34 - type: Transform - uid: 3553 components: - - pos: 27.5,-12.5 + - type: Transform + pos: 27.5,-12.5 parent: 34 - type: Transform - uid: 3556 components: - - pos: 29.5,-12.5 + - type: Transform + pos: 29.5,-12.5 parent: 34 - type: Transform - uid: 3559 components: - - pos: 21.5,-18.5 + - type: Transform + pos: 21.5,-18.5 parent: 34 - type: Transform - uid: 3563 components: - - pos: 25.5,-7.5 + - type: Transform + pos: 25.5,-7.5 parent: 34 - type: Transform - uid: 3565 components: - - pos: 29.5,-4.5 + - type: Transform + pos: 29.5,-4.5 parent: 34 - type: Transform - uid: 3567 components: - - pos: 27.5,-4.5 + - type: Transform + pos: 27.5,-4.5 parent: 34 - type: Transform - uid: 3569 components: - - pos: 25.5,-6.5 + - type: Transform + pos: 25.5,-6.5 parent: 34 - type: Transform - uid: 3571 components: - - pos: 26.5,-4.5 + - type: Transform + pos: 26.5,-4.5 parent: 34 - type: Transform - uid: 3574 components: - - pos: 25.5,-5.5 + - type: Transform + pos: 25.5,-5.5 parent: 34 - type: Transform - uid: 3576 components: - - pos: 25.5,-1.5 + - type: Transform + pos: 25.5,-1.5 parent: 34 - type: Transform - uid: 3613 components: - - pos: 30.5,-12.5 + - type: Transform + pos: 30.5,-12.5 parent: 34 - type: Transform - uid: 3642 components: - - pos: 26.5,-1.5 + - type: Transform + pos: 26.5,-1.5 parent: 34 - type: Transform - uid: 3643 components: - - pos: 29.5,-1.5 + - type: Transform + pos: 29.5,-1.5 parent: 34 - type: Transform - uid: 3644 components: - - pos: 28.5,-1.5 + - type: Transform + pos: 28.5,-1.5 parent: 34 - type: Transform - uid: 3682 components: - - pos: 10.5,-49.5 + - type: Transform + pos: 10.5,-49.5 parent: 34 - type: Transform - uid: 3688 components: - - pos: 26.5,2.5 + - type: Transform + pos: 26.5,2.5 parent: 34 - type: Transform - uid: 3689 components: - - pos: 29.5,2.5 + - type: Transform + pos: 29.5,2.5 parent: 34 - type: Transform - uid: 3690 components: - - pos: 28.5,2.5 + - type: Transform + pos: 28.5,2.5 parent: 34 - type: Transform - uid: 3694 components: - - pos: 24.5,1.5 + - type: Transform + pos: 24.5,1.5 parent: 34 - type: Transform - uid: 3765 components: - - pos: -63.5,-11.5 + - type: Transform + pos: -63.5,-11.5 parent: 34 - type: Transform - uid: 3778 components: - - pos: -36.5,-37.5 + - type: Transform + pos: -36.5,-37.5 parent: 34 - type: Transform - uid: 3780 components: - - pos: -36.5,-35.5 + - type: Transform + pos: -36.5,-35.5 parent: 34 - type: Transform - uid: 3796 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 34 - type: Transform - uid: 3822 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 34 - type: Transform - uid: 3857 components: - - pos: 15.5,-35.5 + - type: Transform + pos: 15.5,-35.5 parent: 34 - type: Transform - uid: 3868 components: - - pos: 19.5,-31.5 + - type: Transform + pos: 19.5,-31.5 parent: 34 - type: Transform - uid: 3869 components: - - pos: 19.5,-30.5 + - type: Transform + pos: 19.5,-30.5 parent: 34 - type: Transform - uid: 3870 components: - - pos: 19.5,-28.5 + - type: Transform + pos: 19.5,-28.5 parent: 34 - type: Transform - uid: 3919 components: - - pos: 17.5,-25.5 + - type: Transform + pos: 17.5,-25.5 parent: 34 - type: Transform - uid: 3920 components: - - pos: 18.5,-25.5 + - type: Transform + pos: 18.5,-25.5 parent: 34 - type: Transform - uid: 3921 components: - - pos: 13.5,-25.5 + - type: Transform + pos: 13.5,-25.5 parent: 34 - type: Transform - uid: 3922 components: - - pos: 12.5,-25.5 + - type: Transform + pos: 12.5,-25.5 parent: 34 - type: Transform - uid: 3949 components: - - pos: -9.5,-49.5 + - type: Transform + pos: -9.5,-49.5 parent: 34 - type: Transform - uid: 3950 components: - - pos: -8.5,-49.5 + - type: Transform + pos: -8.5,-49.5 parent: 34 - type: Transform - uid: 3951 components: - - pos: -7.5,-49.5 + - type: Transform + pos: -7.5,-49.5 parent: 34 - type: Transform - uid: 3968 components: - - pos: -3.5,-39.5 + - type: Transform + pos: -3.5,-39.5 parent: 34 - type: Transform - uid: 3982 components: - - pos: 45.5,10.5 + - type: Transform + pos: 45.5,10.5 parent: 34 - type: Transform - uid: 3987 components: - - pos: 22.5,-44.5 + - type: Transform + pos: 22.5,-44.5 parent: 34 - type: Transform - uid: 3993 components: - - pos: 43.5,-32.5 + - type: Transform + pos: 43.5,-32.5 parent: 34 - type: Transform - uid: 3998 components: - - pos: 43.5,-34.5 + - type: Transform + pos: 43.5,-34.5 parent: 34 - type: Transform - uid: 4001 components: - - pos: 19.5,-38.5 + - type: Transform + pos: 19.5,-38.5 parent: 34 - type: Transform - uid: 4002 components: - - pos: 43.5,-36.5 + - type: Transform + pos: 43.5,-36.5 parent: 34 - type: Transform - uid: 4011 components: - - pos: 23.5,-31.5 + - type: Transform + pos: 23.5,-31.5 parent: 34 - type: Transform - uid: 4013 components: - - pos: 29.5,-26.5 + - type: Transform + pos: 29.5,-26.5 parent: 34 - type: Transform - uid: 4041 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 34 - type: Transform - uid: 4069 components: - - pos: 5.5,-55.5 + - type: Transform + pos: 5.5,-55.5 parent: 34 - type: Transform - uid: 4070 components: - - pos: -2.5,-55.5 + - type: Transform + pos: -2.5,-55.5 parent: 34 - type: Transform - uid: 4081 components: - - pos: 0.5,-51.5 + - type: Transform + pos: 0.5,-51.5 parent: 34 - type: Transform - uid: 4082 components: - - pos: 1.5,-51.5 + - type: Transform + pos: 1.5,-51.5 parent: 34 - type: Transform - uid: 4083 components: - - pos: 2.5,-51.5 + - type: Transform + pos: 2.5,-51.5 parent: 34 - type: Transform - uid: 4087 components: - - pos: 0.5,-53.5 + - type: Transform + pos: 0.5,-53.5 parent: 34 - type: Transform - uid: 4088 components: - - pos: 1.5,-53.5 + - type: Transform + pos: 1.5,-53.5 parent: 34 - type: Transform - uid: 4089 components: - - pos: 2.5,-53.5 + - type: Transform + pos: 2.5,-53.5 parent: 34 - type: Transform - uid: 4097 components: - - pos: -3.5,-51.5 + - type: Transform + pos: -3.5,-51.5 parent: 34 - type: Transform - uid: 4098 components: - - pos: -1.5,-51.5 + - type: Transform + pos: -1.5,-51.5 parent: 34 - type: Transform - uid: 4099 components: - - pos: 4.5,-51.5 + - type: Transform + pos: 4.5,-51.5 parent: 34 - type: Transform - uid: 4100 components: - - pos: 6.5,-51.5 + - type: Transform + pos: 6.5,-51.5 parent: 34 - type: Transform - uid: 4145 components: - - pos: -6.5,-42.5 + - type: Transform + pos: -6.5,-42.5 parent: 34 - type: Transform - uid: 4148 components: - - pos: -11.5,-45.5 + - type: Transform + pos: -11.5,-45.5 parent: 34 - type: Transform - uid: 4163 components: - - pos: -24.5,-43.5 + - type: Transform + pos: -24.5,-43.5 parent: 34 - type: Transform - uid: 4174 components: - - pos: 12.5,-20.5 + - type: Transform + pos: 12.5,-20.5 parent: 34 - type: Transform - uid: 4175 components: - - pos: 14.5,-20.5 + - type: Transform + pos: 14.5,-20.5 parent: 34 - type: Transform - uid: 4178 components: - - pos: -2.5,-24.5 + - type: Transform + pos: -2.5,-24.5 parent: 34 - type: Transform - uid: 4180 components: - - pos: 10.5,-22.5 + - type: Transform + pos: 10.5,-22.5 parent: 34 - type: Transform - uid: 4181 components: - - pos: 10.5,-24.5 + - type: Transform + pos: 10.5,-24.5 parent: 34 - type: Transform - uid: 4185 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 34 - type: Transform - uid: 4187 components: - - pos: 40.5,10.5 + - type: Transform + pos: 40.5,10.5 parent: 34 - type: Transform - uid: 4188 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 34 - type: Transform - uid: 4189 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 34 - type: Transform - uid: 4190 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 34 - type: Transform - uid: 4191 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 34 - type: Transform - uid: 4251 components: - - pos: 19.5,-29.5 + - type: Transform + pos: 19.5,-29.5 parent: 34 - type: Transform - uid: 4263 components: - - pos: 26.5,-30.5 + - type: Transform + pos: 26.5,-30.5 parent: 34 - type: Transform - uid: 4264 components: - - pos: 25.5,-30.5 + - type: Transform + pos: 25.5,-30.5 parent: 34 - type: Transform - uid: 4272 components: - - pos: 33.5,-26.5 + - type: Transform + pos: 33.5,-26.5 parent: 34 - type: Transform - uid: 4287 components: - - pos: 29.5,-35.5 + - type: Transform + pos: 29.5,-35.5 parent: 34 - type: Transform - uid: 4289 components: - - pos: 29.5,-33.5 + - type: Transform + pos: 29.5,-33.5 parent: 34 - type: Transform - uid: 4290 components: - - pos: 29.5,-34.5 + - type: Transform + pos: 29.5,-34.5 parent: 34 - type: Transform - uid: 4293 components: - - pos: 32.5,-30.5 + - type: Transform + pos: 32.5,-30.5 parent: 34 - type: Transform - uid: 4321 components: - - pos: 35.5,-33.5 + - type: Transform + pos: 35.5,-33.5 parent: 34 - type: Transform - uid: 4322 components: - - pos: 35.5,-34.5 + - type: Transform + pos: 35.5,-34.5 parent: 34 - type: Transform - uid: 4323 components: - - pos: 35.5,-35.5 + - type: Transform + pos: 35.5,-35.5 parent: 34 - type: Transform - uid: 4332 components: - - pos: 37.5,-37.5 + - type: Transform + pos: 37.5,-37.5 parent: 34 - type: Transform - uid: 4333 components: - - pos: 21.5,-44.5 + - type: Transform + pos: 21.5,-44.5 parent: 34 - type: Transform - uid: 4388 components: - - pos: 23.5,-37.5 + - type: Transform + pos: 23.5,-37.5 parent: 34 - type: Transform - uid: 4404 components: - - pos: 19.5,-37.5 + - type: Transform + pos: 19.5,-37.5 parent: 34 - type: Transform - uid: 4473 components: - - pos: 41.5,-41.5 + - type: Transform + pos: 41.5,-41.5 parent: 34 - type: Transform - uid: 4474 components: - - pos: 41.5,-40.5 + - type: Transform + pos: 41.5,-40.5 parent: 34 - type: Transform - uid: 4475 components: - - pos: 41.5,-39.5 + - type: Transform + pos: 41.5,-39.5 parent: 34 - type: Transform - uid: 4476 components: - - pos: 41.5,-38.5 + - type: Transform + pos: 41.5,-38.5 parent: 34 - type: Transform - uid: 4482 components: - - pos: 30.5,-42.5 + - type: Transform + pos: 30.5,-42.5 parent: 34 - type: Transform - uid: 4491 components: - - pos: 44.5,12.5 + - type: Transform + pos: 44.5,12.5 parent: 34 - type: Transform - uid: 4493 components: - - pos: 20.5,-44.5 + - type: Transform + pos: 20.5,-44.5 parent: 34 - type: Transform - uid: 4504 components: - - pos: 37.5,-4.5 + - type: Transform + pos: 37.5,-4.5 parent: 34 - type: Transform - uid: 4505 components: - - pos: 37.5,-2.5 + - type: Transform + pos: 37.5,-2.5 parent: 34 - type: Transform - uid: 4519 components: - - pos: 45.5,12.5 + - type: Transform + pos: 45.5,12.5 parent: 34 - type: Transform - uid: 4536 components: - - pos: 46.5,-2.5 + - type: Transform + pos: 46.5,-2.5 parent: 34 - type: Transform - uid: 4615 components: - - pos: 43.5,7.5 + - type: Transform + pos: 43.5,7.5 parent: 34 - type: Transform - uid: 4616 components: - - pos: 44.5,7.5 + - type: Transform + pos: 44.5,7.5 parent: 34 - type: Transform - uid: 4620 components: - - pos: 46.5,4.5 + - type: Transform + pos: 46.5,4.5 parent: 34 - type: Transform - uid: 4621 components: - - pos: 46.5,5.5 + - type: Transform + pos: 46.5,5.5 parent: 34 - type: Transform - uid: 4625 components: - - pos: 39.5,7.5 + - type: Transform + pos: 39.5,7.5 parent: 34 - type: Transform - uid: 4626 components: - - pos: 38.5,7.5 + - type: Transform + pos: 38.5,7.5 parent: 34 - type: Transform - uid: 4627 components: - - pos: 37.5,7.5 + - type: Transform + pos: 37.5,7.5 parent: 34 - type: Transform - uid: 4637 components: - - pos: 41.5,2.5 + - type: Transform + pos: 41.5,2.5 parent: 34 - type: Transform - uid: 4642 components: - - pos: 43.5,2.5 + - type: Transform + pos: 43.5,2.5 parent: 34 - type: Transform - uid: 4652 components: - - pos: -5.5,-51.5 + - type: Transform + pos: -5.5,-51.5 parent: 34 - type: Transform - uid: 4781 components: - - pos: 51.5,0.5 + - type: Transform + pos: 51.5,0.5 parent: 34 - type: Transform - uid: 4893 components: - - pos: -14.5,-38.5 + - type: Transform + pos: -14.5,-38.5 parent: 34 - type: Transform - uid: 4962 components: - - pos: 31.5,9.5 + - type: Transform + pos: 31.5,9.5 parent: 34 - type: Transform - uid: 4963 components: - - pos: 32.5,9.5 + - type: Transform + pos: 32.5,9.5 parent: 34 - type: Transform - uid: 5000 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 34 - type: Transform - uid: 5001 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 34 - type: Transform - uid: 5014 components: - - pos: 38.5,-21.5 + - type: Transform + pos: 38.5,-21.5 parent: 34 - type: Transform - uid: 5015 components: - - pos: 38.5,-25.5 + - type: Transform + pos: 38.5,-25.5 parent: 34 - type: Transform - uid: 5061 components: - - pos: -44.5,6.5 + - type: Transform + pos: -44.5,6.5 parent: 34 - type: Transform - uid: 5313 components: - - pos: 19.5,-54.5 + - type: Transform + pos: 19.5,-54.5 parent: 34 - type: Transform - uid: 5317 components: - - pos: 16.5,-54.5 + - type: Transform + pos: 16.5,-54.5 parent: 34 - type: Transform - uid: 5337 components: - - pos: 17.5,-54.5 + - type: Transform + pos: 17.5,-54.5 parent: 34 - type: Transform - uid: 5338 components: - - pos: 22.5,-55.5 + - type: Transform + pos: 22.5,-55.5 parent: 34 - type: Transform - uid: 5342 components: - - pos: 15.5,-54.5 + - type: Transform + pos: 15.5,-54.5 parent: 34 - type: Transform - uid: 5343 components: - - pos: 21.5,-54.5 + - type: Transform + pos: 21.5,-54.5 parent: 34 - type: Transform - uid: 5348 components: - - pos: 20.5,-54.5 + - type: Transform + pos: 20.5,-54.5 parent: 34 - type: Transform - uid: 5353 components: - - pos: 18.5,-54.5 + - type: Transform + pos: 18.5,-54.5 parent: 34 - type: Transform - uid: 5397 components: - - pos: 28.5,-46.5 + - type: Transform + pos: 28.5,-46.5 parent: 34 - type: Transform - uid: 5398 components: - - pos: 29.5,-46.5 + - type: Transform + pos: 29.5,-46.5 parent: 34 - type: Transform - uid: 5399 components: - - pos: 30.5,-46.5 + - type: Transform + pos: 30.5,-46.5 parent: 34 - type: Transform - uid: 5400 components: - - pos: 27.5,-44.5 + - type: Transform + pos: 27.5,-44.5 parent: 34 - type: Transform - uid: 5401 components: - - pos: 27.5,-45.5 + - type: Transform + pos: 27.5,-45.5 parent: 34 - type: Transform - uid: 5403 components: - - pos: 34.5,-44.5 + - type: Transform + pos: 34.5,-44.5 parent: 34 - type: Transform - uid: 5419 components: - - pos: 31.5,-46.5 + - type: Transform + pos: 31.5,-46.5 parent: 34 - type: Transform - uid: 5484 components: - - pos: 35.5,-46.5 + - type: Transform + pos: 35.5,-46.5 parent: 34 - type: Transform - uid: 5544 components: - - pos: 51.5,-2.5 + - type: Transform + pos: 51.5,-2.5 parent: 34 - type: Transform - uid: 5548 components: - - pos: -16.5,1.5 + - type: Transform + pos: -16.5,1.5 parent: 34 - type: Transform - uid: 5549 components: - - pos: -15.5,1.5 + - type: Transform + pos: -15.5,1.5 parent: 34 - type: Transform - uid: 5594 components: - - pos: -20.5,1.5 + - type: Transform + pos: -20.5,1.5 parent: 34 - type: Transform - uid: 5599 components: - - pos: -26.5,1.5 + - type: Transform + pos: -26.5,1.5 parent: 34 - type: Transform - uid: 5606 components: - - pos: -26.5,6.5 + - type: Transform + pos: -26.5,6.5 parent: 34 - type: Transform - uid: 5610 components: - - pos: -27.5,7.5 + - type: Transform + pos: -27.5,7.5 parent: 34 - type: Transform - uid: 5611 components: - - pos: -24.5,7.5 + - type: Transform + pos: -24.5,7.5 parent: 34 - type: Transform - uid: 5630 components: - - pos: -30.5,16.5 + - type: Transform + pos: -30.5,16.5 parent: 34 - type: Transform - uid: 5730 components: - - pos: -23.5,6.5 + - type: Transform + pos: -23.5,6.5 parent: 34 - type: Transform - uid: 5731 components: - - pos: -22.5,6.5 + - type: Transform + pos: -22.5,6.5 parent: 34 - type: Transform - uid: 5732 components: - - pos: -21.5,6.5 + - type: Transform + pos: -21.5,6.5 parent: 34 - type: Transform - uid: 5733 components: - - pos: -20.5,6.5 + - type: Transform + pos: -20.5,6.5 parent: 34 - type: Transform - uid: 5843 components: - - pos: -7.5,16.5 + - type: Transform + pos: -7.5,16.5 parent: 34 - type: Transform - uid: 5863 components: - - pos: -45.5,6.5 + - type: Transform + pos: -45.5,6.5 parent: 34 - type: Transform - uid: 5864 components: - - pos: -46.5,6.5 + - type: Transform + pos: -46.5,6.5 parent: 34 - type: Transform - uid: 5916 components: - - pos: -35.5,0.5 + - type: Transform + pos: -35.5,0.5 parent: 34 - type: Transform - uid: 5917 components: - - pos: -34.5,0.5 + - type: Transform + pos: -34.5,0.5 parent: 34 - type: Transform - uid: 6023 components: - - pos: 51.5,-0.5 + - type: Transform + pos: 51.5,-0.5 parent: 34 - type: Transform - uid: 6046 components: - - pos: -18.5,-36.5 + - type: Transform + pos: -18.5,-36.5 parent: 34 - type: Transform - uid: 6098 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 34 - type: Transform - uid: 6111 components: - - pos: -60.5,-27.5 + - type: Transform + pos: -60.5,-27.5 parent: 34 - type: Transform - uid: 6178 components: - - pos: 10.5,19.5 + - type: Transform + pos: 10.5,19.5 parent: 34 - type: Transform - uid: 6183 components: - - pos: 9.5,19.5 + - type: Transform + pos: 9.5,19.5 parent: 34 - type: Transform - uid: 6196 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 34 - type: Transform - uid: 6197 components: - - pos: 14.5,12.5 + - type: Transform + pos: 14.5,12.5 parent: 34 - type: Transform - uid: 6200 components: - - pos: 15.5,15.5 + - type: Transform + pos: 15.5,15.5 parent: 34 - type: Transform - uid: 6201 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 34 - type: Transform - uid: 6215 components: - - pos: -58.5,-4.5 + - type: Transform + pos: -58.5,-4.5 parent: 34 - type: Transform - uid: 6216 components: - - pos: -58.5,-5.5 + - type: Transform + pos: -58.5,-5.5 parent: 34 - type: Transform - uid: 6228 components: - - pos: -49.5,-27.5 + - type: Transform + pos: -49.5,-27.5 parent: 34 - type: Transform - uid: 6229 components: - - pos: -49.5,-24.5 + - type: Transform + pos: -49.5,-24.5 parent: 34 - type: Transform - uid: 6249 components: - - pos: -8.5,16.5 + - type: Transform + pos: -8.5,16.5 parent: 34 - type: Transform - uid: 6251 components: - - pos: -9.5,16.5 + - type: Transform + pos: -9.5,16.5 parent: 34 - type: Transform - uid: 6252 components: - - pos: -11.5,16.5 + - type: Transform + pos: -11.5,16.5 parent: 34 - type: Transform - uid: 6253 components: - - pos: -12.5,16.5 + - type: Transform + pos: -12.5,16.5 parent: 34 - type: Transform - uid: 6254 components: - - pos: -13.5,16.5 + - type: Transform + pos: -13.5,16.5 parent: 34 - type: Transform - uid: 6255 components: - - pos: -14.5,16.5 + - type: Transform + pos: -14.5,16.5 parent: 34 - type: Transform - uid: 6256 components: - - pos: -15.5,16.5 + - type: Transform + pos: -15.5,16.5 parent: 34 - type: Transform - uid: 6257 components: - - pos: -16.5,16.5 + - type: Transform + pos: -16.5,16.5 parent: 34 - type: Transform - uid: 6259 components: - - pos: -18.5,16.5 + - type: Transform + pos: -18.5,16.5 parent: 34 - type: Transform - uid: 6260 components: - - pos: -19.5,16.5 + - type: Transform + pos: -19.5,16.5 parent: 34 - type: Transform - uid: 6261 components: - - pos: -20.5,16.5 + - type: Transform + pos: -20.5,16.5 parent: 34 - type: Transform - uid: 6262 components: - - pos: -21.5,16.5 + - type: Transform + pos: -21.5,16.5 parent: 34 - type: Transform - uid: 6263 components: - - pos: -22.5,16.5 + - type: Transform + pos: -22.5,16.5 parent: 34 - type: Transform - uid: 6264 components: - - pos: -23.5,16.5 + - type: Transform + pos: -23.5,16.5 parent: 34 - type: Transform - uid: 6266 components: - - pos: -24.5,15.5 + - type: Transform + pos: -24.5,15.5 parent: 34 - type: Transform - uid: 6267 components: - - pos: -27.5,15.5 + - type: Transform + pos: -27.5,15.5 parent: 34 - type: Transform - uid: 6269 components: - - pos: -28.5,16.5 + - type: Transform + pos: -28.5,16.5 parent: 34 - type: Transform - uid: 6270 components: - - pos: -29.5,16.5 + - type: Transform + pos: -29.5,16.5 parent: 34 - type: Transform - uid: 6272 components: - - pos: -31.5,16.5 + - type: Transform + pos: -31.5,16.5 parent: 34 - type: Transform - uid: 6273 components: - - pos: -32.5,16.5 + - type: Transform + pos: -32.5,16.5 parent: 34 - type: Transform - uid: 6274 components: - - pos: -33.5,16.5 + - type: Transform + pos: -33.5,16.5 parent: 34 - type: Transform - uid: 6275 components: - - pos: -7.5,15.5 + - type: Transform + pos: -7.5,15.5 parent: 34 - type: Transform - uid: 6276 components: - - pos: -35.5,16.5 + - type: Transform + pos: -35.5,16.5 parent: 34 - type: Transform - uid: 6277 components: - - pos: -36.5,16.5 + - type: Transform + pos: -36.5,16.5 parent: 34 - type: Transform - uid: 6278 components: - - pos: -37.5,16.5 + - type: Transform + pos: -37.5,16.5 parent: 34 - type: Transform - uid: 6279 components: - - pos: -38.5,16.5 + - type: Transform + pos: -38.5,16.5 parent: 34 - type: Transform - uid: 6280 components: - - pos: -39.5,16.5 + - type: Transform + pos: -39.5,16.5 parent: 34 - type: Transform - uid: 6281 components: - - pos: -40.5,16.5 + - type: Transform + pos: -40.5,16.5 parent: 34 - type: Transform - uid: 6283 components: - - pos: -63.5,9.5 + - type: Transform + pos: -63.5,9.5 parent: 34 - type: Transform - uid: 6284 components: - - pos: -62.5,9.5 + - type: Transform + pos: -62.5,9.5 parent: 34 - type: Transform - uid: 6285 components: - - pos: -62.5,10.5 + - type: Transform + pos: -62.5,10.5 parent: 34 - type: Transform - uid: 6286 components: - - pos: -61.5,10.5 + - type: Transform + pos: -61.5,10.5 parent: 34 - type: Transform - uid: 6287 components: - - pos: -61.5,11.5 + - type: Transform + pos: -61.5,11.5 parent: 34 - type: Transform - uid: 6288 components: - - pos: -60.5,11.5 + - type: Transform + pos: -60.5,11.5 parent: 34 - type: Transform - uid: 6289 components: - - pos: -60.5,12.5 + - type: Transform + pos: -60.5,12.5 parent: 34 - type: Transform - uid: 6290 components: - - pos: -59.5,12.5 + - type: Transform + pos: -59.5,12.5 parent: 34 - type: Transform - uid: 6291 components: - - pos: -59.5,13.5 + - type: Transform + pos: -59.5,13.5 parent: 34 - type: Transform - uid: 6292 components: - - pos: -58.5,13.5 + - type: Transform + pos: -58.5,13.5 parent: 34 - type: Transform - uid: 6293 components: - - pos: -58.5,14.5 + - type: Transform + pos: -58.5,14.5 parent: 34 - type: Transform - uid: 6294 components: - - pos: -57.5,14.5 + - type: Transform + pos: -57.5,14.5 parent: 34 - type: Transform - uid: 6295 components: - - pos: -63.5,8.5 + - type: Transform + pos: -63.5,8.5 parent: 34 - type: Transform - uid: 6296 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 34 - type: Transform - uid: 6300 components: - - pos: -63.5,1.5 + - type: Transform + pos: -63.5,1.5 parent: 34 - type: Transform - uid: 6301 components: - - pos: -63.5,5.5 + - type: Transform + pos: -63.5,5.5 parent: 34 - type: Transform - uid: 6302 components: - - pos: -62.5,5.5 + - type: Transform + pos: -62.5,5.5 parent: 34 - type: Transform - uid: 6303 components: - - pos: -42.5,16.5 + - type: Transform + pos: -42.5,16.5 parent: 34 - type: Transform - uid: 6304 components: - - pos: -43.5,16.5 + - type: Transform + pos: -43.5,16.5 parent: 34 - type: Transform - uid: 6305 components: - - pos: -44.5,16.5 + - type: Transform + pos: -44.5,16.5 parent: 34 - type: Transform - uid: 6306 components: - - pos: -44.5,15.5 + - type: Transform + pos: -44.5,15.5 parent: 34 - type: Transform - uid: 6307 components: - - pos: -44.5,14.5 + - type: Transform + pos: -44.5,14.5 parent: 34 - type: Transform - uid: 6308 components: - - pos: -63.5,3.5 + - type: Transform + pos: -63.5,3.5 parent: 34 - type: Transform - uid: 6309 components: - - pos: -63.5,2.5 + - type: Transform + pos: -63.5,2.5 parent: 34 - type: Transform - uid: 6310 components: - - pos: -63.5,4.5 + - type: Transform + pos: -63.5,4.5 parent: 34 - type: Transform - uid: 6311 components: - - pos: -63.5,0.5 + - type: Transform + pos: -63.5,0.5 parent: 34 - type: Transform - uid: 6312 components: - - pos: -63.5,-0.5 + - type: Transform + pos: -63.5,-0.5 parent: 34 - type: Transform - uid: 6313 components: - - pos: -63.5,-1.5 + - type: Transform + pos: -63.5,-1.5 parent: 34 - type: Transform - uid: 6314 components: - - pos: -63.5,-2.5 + - type: Transform + pos: -63.5,-2.5 parent: 34 - type: Transform - uid: 6315 components: - - pos: -63.5,-3.5 + - type: Transform + pos: -63.5,-3.5 parent: 34 - type: Transform - uid: 6316 components: - - pos: -63.5,-4.5 + - type: Transform + pos: -63.5,-4.5 parent: 34 - type: Transform - uid: 6317 components: - - pos: -62.5,-4.5 + - type: Transform + pos: -62.5,-4.5 parent: 34 - type: Transform - uid: 6321 components: - - pos: -60.5,-10.5 + - type: Transform + pos: -60.5,-10.5 parent: 34 - type: Transform - uid: 6330 components: - - pos: -60.5,-9.5 + - type: Transform + pos: -60.5,-9.5 parent: 34 - type: Transform - uid: 6333 components: - - pos: -56.5,-22.5 + - type: Transform + pos: -56.5,-22.5 parent: 34 - type: Transform - uid: 6345 components: - - pos: -55.5,-45.5 + - type: Transform + pos: -55.5,-45.5 parent: 34 - type: Transform - uid: 6346 components: - - pos: -56.5,-45.5 + - type: Transform + pos: -56.5,-45.5 parent: 34 - type: Transform - uid: 6347 components: - - pos: -56.5,-46.5 + - type: Transform + pos: -56.5,-46.5 parent: 34 - type: Transform - uid: 6348 components: - - pos: -56.5,-47.5 + - type: Transform + pos: -56.5,-47.5 parent: 34 - type: Transform - uid: 6349 components: - - pos: -56.5,-48.5 + - type: Transform + pos: -56.5,-48.5 parent: 34 - type: Transform - uid: 6350 components: - - pos: -56.5,-49.5 + - type: Transform + pos: -56.5,-49.5 parent: 34 - type: Transform - uid: 6351 components: - - pos: -56.5,-50.5 + - type: Transform + pos: -56.5,-50.5 parent: 34 - type: Transform - uid: 6352 components: - - pos: -56.5,-51.5 + - type: Transform + pos: -56.5,-51.5 parent: 34 - type: Transform - uid: 6353 components: - - pos: -56.5,-52.5 + - type: Transform + pos: -56.5,-52.5 parent: 34 - type: Transform - uid: 6354 components: - - pos: -56.5,-53.5 + - type: Transform + pos: -56.5,-53.5 parent: 34 - type: Transform - uid: 6355 components: - - pos: -55.5,-53.5 + - type: Transform + pos: -55.5,-53.5 parent: 34 - type: Transform - uid: 6356 components: - - pos: -54.5,-53.5 + - type: Transform + pos: -54.5,-53.5 parent: 34 - type: Transform - uid: 6357 components: - - pos: -53.5,-53.5 + - type: Transform + pos: -53.5,-53.5 parent: 34 - type: Transform - uid: 6358 components: - - pos: -52.5,-53.5 + - type: Transform + pos: -52.5,-53.5 parent: 34 - type: Transform - uid: 6359 components: - - pos: -51.5,-53.5 + - type: Transform + pos: -51.5,-53.5 parent: 34 - type: Transform - uid: 6360 components: - - pos: -50.5,-53.5 + - type: Transform + pos: -50.5,-53.5 parent: 34 - type: Transform - uid: 6361 components: - - pos: -49.5,-53.5 + - type: Transform + pos: -49.5,-53.5 parent: 34 - type: Transform - uid: 6362 components: - - pos: -48.5,-53.5 + - type: Transform + pos: -48.5,-53.5 parent: 34 - type: Transform - uid: 6363 components: - - pos: -47.5,-53.5 + - type: Transform + pos: -47.5,-53.5 parent: 34 - type: Transform - uid: 6364 components: - - pos: -47.5,-52.5 + - type: Transform + pos: -47.5,-52.5 parent: 34 - type: Transform - uid: 6365 components: - - pos: -46.5,-52.5 + - type: Transform + pos: -46.5,-52.5 parent: 34 - type: Transform - uid: 6367 components: - - pos: -63.5,-13.5 + - type: Transform + pos: -63.5,-13.5 parent: 34 - type: Transform - uid: 6369 components: - - pos: -63.5,-10.5 + - type: Transform + pos: -63.5,-10.5 parent: 34 - type: Transform - uid: 6370 components: - - pos: -63.5,-12.5 + - type: Transform + pos: -63.5,-12.5 parent: 34 - type: Transform - uid: 6371 components: - - pos: -59.5,-45.5 + - type: Transform + pos: -59.5,-45.5 parent: 34 - type: Transform - uid: 6372 components: - - pos: -63.5,-8.5 + - type: Transform + pos: -63.5,-8.5 parent: 34 - type: Transform - uid: 6378 components: - - pos: -63.5,-35.5 + - type: Transform + pos: -63.5,-35.5 parent: 34 - type: Transform - uid: 6379 components: - - pos: -63.5,-33.5 + - type: Transform + pos: -63.5,-33.5 parent: 34 - type: Transform - uid: 6380 components: - - pos: -63.5,-14.5 + - type: Transform + pos: -63.5,-14.5 parent: 34 - type: Transform - uid: 6381 components: - - pos: -32.5,-51.5 + - type: Transform + pos: -32.5,-51.5 parent: 34 - type: Transform - uid: 6382 components: - - pos: -34.5,-51.5 + - type: Transform + pos: -34.5,-51.5 parent: 34 - type: Transform - uid: 6385 components: - - pos: -60.5,-45.5 + - type: Transform + pos: -60.5,-45.5 parent: 34 - type: Transform - uid: 6386 components: - - pos: -61.5,-45.5 + - type: Transform + pos: -61.5,-45.5 parent: 34 - type: Transform - uid: 6394 components: - - pos: 16.5,-35.5 + - type: Transform + pos: 16.5,-35.5 parent: 34 - type: Transform - uid: 6396 components: - - pos: -63.5,-26.5 + - type: Transform + pos: -63.5,-26.5 parent: 34 - type: Transform - uid: 6404 components: - - pos: 22.5,-56.5 + - type: Transform + pos: 22.5,-56.5 parent: 34 - type: Transform - uid: 6407 components: - - pos: 25.5,-56.5 + - type: Transform + pos: 25.5,-56.5 parent: 34 - type: Transform - uid: 6408 components: - - pos: 26.5,-56.5 + - type: Transform + pos: 26.5,-56.5 parent: 34 - type: Transform - uid: 6409 components: - - pos: 27.5,-56.5 + - type: Transform + pos: 27.5,-56.5 parent: 34 - type: Transform - uid: 6410 components: - - pos: 28.5,-56.5 + - type: Transform + pos: 28.5,-56.5 parent: 34 - type: Transform - uid: 6411 components: - - pos: 29.5,-56.5 + - type: Transform + pos: 29.5,-56.5 parent: 34 - type: Transform - uid: 6412 components: - - pos: 30.5,-56.5 + - type: Transform + pos: 30.5,-56.5 parent: 34 - type: Transform - uid: 6413 components: - - pos: 31.5,-56.5 + - type: Transform + pos: 31.5,-56.5 parent: 34 - type: Transform - uid: 6414 components: - - pos: 32.5,-56.5 + - type: Transform + pos: 32.5,-56.5 parent: 34 - type: Transform - uid: 6415 components: - - pos: 33.5,-56.5 + - type: Transform + pos: 33.5,-56.5 parent: 34 - type: Transform - uid: 6416 components: - - pos: 34.5,-56.5 + - type: Transform + pos: 34.5,-56.5 parent: 34 - type: Transform - uid: 6417 components: - - pos: 35.5,-56.5 + - type: Transform + pos: 35.5,-56.5 parent: 34 - type: Transform - uid: 6419 components: - - pos: 36.5,-55.5 + - type: Transform + pos: 36.5,-55.5 parent: 34 - type: Transform - uid: 6420 components: - - pos: 36.5,-54.5 + - type: Transform + pos: 36.5,-54.5 parent: 34 - type: Transform - uid: 6421 components: - - pos: 36.5,-53.5 + - type: Transform + pos: 36.5,-53.5 parent: 34 - type: Transform - uid: 6422 components: - - pos: 36.5,-52.5 + - type: Transform + pos: 36.5,-52.5 parent: 34 - type: Transform - uid: 6423 components: - - pos: 36.5,-51.5 + - type: Transform + pos: 36.5,-51.5 parent: 34 - type: Transform - uid: 6424 components: - - pos: 36.5,-50.5 + - type: Transform + pos: 36.5,-50.5 parent: 34 - type: Transform - uid: 6425 components: - - pos: 42.5,-52.5 + - type: Transform + pos: 42.5,-52.5 parent: 34 - type: Transform - uid: 6427 components: - - pos: 43.5,-51.5 + - type: Transform + pos: 43.5,-51.5 parent: 34 - type: Transform - uid: 6428 components: - - pos: 43.5,-50.5 + - type: Transform + pos: 43.5,-50.5 parent: 34 - type: Transform - uid: 6429 components: - - pos: 44.5,-50.5 + - type: Transform + pos: 44.5,-50.5 parent: 34 - type: Transform - uid: 6430 components: - - pos: 44.5,-49.5 + - type: Transform + pos: 44.5,-49.5 parent: 34 - type: Transform - uid: 6431 components: - - pos: 45.5,-49.5 + - type: Transform + pos: 45.5,-49.5 parent: 34 - type: Transform - uid: 6432 components: - - pos: 45.5,-48.5 + - type: Transform + pos: 45.5,-48.5 parent: 34 - type: Transform - uid: 6433 components: - - pos: 46.5,-48.5 + - type: Transform + pos: 46.5,-48.5 parent: 34 - type: Transform - uid: 6435 components: - - pos: 47.5,-47.5 + - type: Transform + pos: 47.5,-47.5 parent: 34 - type: Transform - uid: 6436 components: - - pos: 46.5,-29.5 + - type: Transform + pos: 46.5,-29.5 parent: 34 - type: Transform - uid: 6437 components: - - pos: 47.5,-29.5 + - type: Transform + pos: 47.5,-29.5 parent: 34 - type: Transform - uid: 6439 components: - - pos: 49.5,-31.5 + - type: Transform + pos: 49.5,-31.5 parent: 34 - type: Transform - uid: 6440 components: - - pos: 49.5,-32.5 + - type: Transform + pos: 49.5,-32.5 parent: 34 - type: Transform - uid: 6441 components: - - pos: 49.5,-33.5 + - type: Transform + pos: 49.5,-33.5 parent: 34 - type: Transform - uid: 6443 components: - - pos: 49.5,-35.5 + - type: Transform + pos: 49.5,-35.5 parent: 34 - type: Transform - uid: 6444 components: - - pos: 49.5,-36.5 + - type: Transform + pos: 49.5,-36.5 parent: 34 - type: Transform - uid: 6446 components: - - pos: 49.5,-38.5 + - type: Transform + pos: 49.5,-38.5 parent: 34 - type: Transform - uid: 6447 components: - - pos: 49.5,-39.5 + - type: Transform + pos: 49.5,-39.5 parent: 34 - type: Transform - uid: 6449 components: - - pos: 49.5,-41.5 + - type: Transform + pos: 49.5,-41.5 parent: 34 - type: Transform - uid: 6450 components: - - pos: 49.5,-42.5 + - type: Transform + pos: 49.5,-42.5 parent: 34 - type: Transform - uid: 6451 components: - - pos: 49.5,-43.5 + - type: Transform + pos: 49.5,-43.5 parent: 34 - type: Transform - uid: 6453 components: - - pos: 47.5,-45.5 + - type: Transform + pos: 47.5,-45.5 parent: 34 - type: Transform - uid: 6454 components: - - pos: 46.5,-45.5 + - type: Transform + pos: 46.5,-45.5 parent: 34 - type: Transform - uid: 6455 components: - - pos: 52.5,-17.5 + - type: Transform + pos: 52.5,-17.5 parent: 34 - type: Transform - uid: 6456 components: - - pos: 53.5,-17.5 + - type: Transform + pos: 53.5,-17.5 parent: 34 - type: Transform - uid: 6457 components: - - pos: 54.5,-17.5 + - type: Transform + pos: 54.5,-17.5 parent: 34 - type: Transform - uid: 6458 components: - - pos: 54.5,-18.5 + - type: Transform + pos: 54.5,-18.5 parent: 34 - type: Transform - uid: 6459 components: - - pos: 55.5,-18.5 + - type: Transform + pos: 55.5,-18.5 parent: 34 - type: Transform - uid: 6461 components: - - pos: 56.5,-19.5 + - type: Transform + pos: 56.5,-19.5 parent: 34 - type: Transform - uid: 6462 components: - - pos: 56.5,-20.5 + - type: Transform + pos: 56.5,-20.5 parent: 34 - type: Transform - uid: 6463 components: - - pos: 57.5,-20.5 + - type: Transform + pos: 57.5,-20.5 parent: 34 - type: Transform - uid: 6464 components: - - pos: 57.5,-21.5 + - type: Transform + pos: 57.5,-21.5 parent: 34 - type: Transform - uid: 6465 components: - - pos: 57.5,-22.5 + - type: Transform + pos: 57.5,-22.5 parent: 34 - type: Transform - uid: 6467 components: - - pos: 57.5,-24.5 + - type: Transform + pos: 57.5,-24.5 parent: 34 - type: Transform - uid: 6468 components: - - pos: 57.5,-25.5 + - type: Transform + pos: 57.5,-25.5 parent: 34 - type: Transform - uid: 6469 components: - - pos: 57.5,-26.5 + - type: Transform + pos: 57.5,-26.5 parent: 34 - type: Transform - uid: 6470 components: - - pos: 56.5,-26.5 + - type: Transform + pos: 56.5,-26.5 parent: 34 - type: Transform - uid: 6471 components: - - pos: 56.5,-27.5 + - type: Transform + pos: 56.5,-27.5 parent: 34 - type: Transform - uid: 6473 components: - - pos: 55.5,-28.5 + - type: Transform + pos: 55.5,-28.5 parent: 34 - type: Transform - uid: 6474 components: - - pos: 54.5,-28.5 + - type: Transform + pos: 54.5,-28.5 parent: 34 - type: Transform - uid: 6475 components: - - pos: 54.5,-29.5 + - type: Transform + pos: 54.5,-29.5 parent: 34 - type: Transform - uid: 6476 components: - - pos: 53.5,-29.5 + - type: Transform + pos: 53.5,-29.5 parent: 34 - type: Transform - uid: 6477 components: - - pos: 52.5,-29.5 + - type: Transform + pos: 52.5,-29.5 parent: 34 - type: Transform - uid: 6478 components: - - pos: 49.5,8.5 + - type: Transform + pos: 49.5,8.5 parent: 34 - type: Transform - uid: 6479 components: - - pos: 50.5,8.5 + - type: Transform + pos: 50.5,8.5 parent: 34 - type: Transform - uid: 6481 components: - - pos: 52.5,7.5 + - type: Transform + pos: 52.5,7.5 parent: 34 - type: Transform - uid: 6482 components: - - pos: 53.5,6.5 + - type: Transform + pos: 53.5,6.5 parent: 34 - type: Transform - uid: 6483 components: - - pos: 54.5,5.5 + - type: Transform + pos: 54.5,5.5 parent: 34 - type: Transform - uid: 6484 components: - - pos: 54.5,4.5 + - type: Transform + pos: 54.5,4.5 parent: 34 - type: Transform - uid: 6486 components: - - pos: 54.5,2.5 + - type: Transform + pos: 54.5,2.5 parent: 34 - type: Transform - uid: 6487 components: - - pos: 54.5,1.5 + - type: Transform + pos: 54.5,1.5 parent: 34 - type: Transform - uid: 6488 components: - - pos: 54.5,0.5 + - type: Transform + pos: 54.5,0.5 parent: 34 - type: Transform - uid: 6491 components: - - pos: 54.5,-2.5 + - type: Transform + pos: 54.5,-2.5 parent: 34 - type: Transform - uid: 6492 components: - - pos: 54.5,-3.5 + - type: Transform + pos: 54.5,-3.5 parent: 34 - type: Transform - uid: 6493 components: - - pos: 54.5,-4.5 + - type: Transform + pos: 54.5,-4.5 parent: 34 - type: Transform - uid: 6495 components: - - pos: 54.5,-6.5 + - type: Transform + pos: 54.5,-6.5 parent: 34 - type: Transform - uid: 6496 components: - - pos: 54.5,-7.5 + - type: Transform + pos: 54.5,-7.5 parent: 34 - type: Transform - uid: 6497 components: - - pos: 54.5,-8.5 + - type: Transform + pos: 54.5,-8.5 parent: 34 - type: Transform - uid: 6499 components: - - pos: 54.5,-10.5 + - type: Transform + pos: 54.5,-10.5 parent: 34 - type: Transform - uid: 6500 components: - - pos: 54.5,-11.5 + - type: Transform + pos: 54.5,-11.5 parent: 34 - type: Transform - uid: 6501 components: - - pos: 53.5,-12.5 + - type: Transform + pos: 53.5,-12.5 parent: 34 - type: Transform - uid: 6502 components: - - pos: 52.5,-13.5 + - type: Transform + pos: 52.5,-13.5 parent: 34 - type: Transform - uid: 6504 components: - - pos: 50.5,-14.5 + - type: Transform + pos: 50.5,-14.5 parent: 34 - type: Transform - uid: 6506 components: - - pos: 36.5,11.5 + - type: Transform + pos: 36.5,11.5 parent: 34 - type: Transform - uid: 6508 components: - - pos: 37.5,12.5 + - type: Transform + pos: 37.5,12.5 parent: 34 - type: Transform - uid: 6509 components: - - pos: 38.5,12.5 + - type: Transform + pos: 38.5,12.5 parent: 34 - type: Transform - uid: 6510 components: - - pos: 39.5,12.5 + - type: Transform + pos: 39.5,12.5 parent: 34 - type: Transform - uid: 6511 components: - - pos: 40.5,12.5 + - type: Transform + pos: 40.5,12.5 parent: 34 - type: Transform - uid: 6512 components: - - pos: 41.5,12.5 + - type: Transform + pos: 41.5,12.5 parent: 34 - type: Transform - uid: 6514 components: - - pos: 43.5,12.5 + - type: Transform + pos: 43.5,12.5 parent: 34 - type: Transform - uid: 6515 components: - - pos: 40.5,9.5 + - type: Transform + pos: 40.5,9.5 parent: 34 - type: Transform - uid: 6516 components: - - pos: 31.5,17.5 + - type: Transform + pos: 31.5,17.5 parent: 34 - type: Transform - uid: 6517 components: - - pos: 47.5,12.5 + - type: Transform + pos: 47.5,12.5 parent: 34 - type: Transform - uid: 6518 components: - - pos: 46.5,12.5 + - type: Transform + pos: 46.5,12.5 parent: 34 - type: Transform - uid: 6519 components: - - pos: 32.5,17.5 + - type: Transform + pos: 32.5,17.5 parent: 34 - type: Transform - uid: 6520 components: - - pos: 48.5,11.5 + - type: Transform + pos: 48.5,11.5 parent: 34 - type: Transform - uid: 6521 components: - - pos: 32.5,16.5 + - type: Transform + pos: 32.5,16.5 parent: 34 - type: Transform - uid: 6522 components: - - pos: 21.5,17.5 + - type: Transform + pos: 21.5,17.5 parent: 34 - type: Transform - uid: 6523 components: - - pos: 22.5,17.5 - parent: 34 - type: Transform - - uid: 6524 - components: - - pos: 18.5,17.5 + - type: Transform + pos: 22.5,17.5 parent: 34 - type: Transform - uid: 6526 components: - - pos: 25.5,17.5 + - type: Transform + pos: 25.5,17.5 parent: 34 - type: Transform - uid: 6527 components: - - pos: 26.5,17.5 + - type: Transform + pos: 26.5,17.5 parent: 34 - type: Transform - uid: 6528 components: - - pos: 23.5,17.5 + - type: Transform + pos: 23.5,17.5 parent: 34 - type: Transform - uid: 6529 components: - - pos: 24.5,17.5 + - type: Transform + pos: 24.5,17.5 parent: 34 - type: Transform - uid: 6530 components: - - pos: 28.5,17.5 + - type: Transform + pos: 28.5,17.5 parent: 34 - type: Transform - uid: 6531 components: - - pos: 29.5,17.5 + - type: Transform + pos: 29.5,17.5 parent: 34 - type: Transform - uid: 6532 components: - - pos: 27.5,17.5 + - type: Transform + pos: 27.5,17.5 parent: 34 - type: Transform - uid: 6533 components: - - pos: 18.5,16.5 + - type: Transform + pos: 20.5,18.5 + parent: 34 + - uid: 6536 + components: + - type: Transform + pos: 43.5,-17.5 parent: 34 - type: Transform - uid: 6566 components: - - pos: 32.5,-46.5 + - type: Transform + pos: 32.5,-46.5 parent: 34 - type: Transform - uid: 6688 components: - - pos: 51.5,-1.5 + - type: Transform + pos: 51.5,-1.5 parent: 34 - type: Transform - uid: 6689 components: - - pos: 45.5,11.5 + - type: Transform + pos: 45.5,11.5 parent: 34 - type: Transform - uid: 6691 components: - - pos: 51.5,-3.5 + - type: Transform + pos: 51.5,-3.5 parent: 34 - type: Transform - uid: 7052 components: - - pos: 43.5,-31.5 + - type: Transform + pos: 43.5,-31.5 parent: 34 - type: Transform - uid: 7053 components: - - pos: 43.5,-33.5 + - type: Transform + pos: 43.5,-33.5 parent: 34 - type: Transform - uid: 7054 components: - - pos: 43.5,-35.5 + - type: Transform + pos: 43.5,-35.5 parent: 34 - type: Transform - uid: 7235 components: - - pos: 9.5,-52.5 + - type: Transform + pos: 9.5,-52.5 parent: 34 - type: Transform - uid: 7408 components: - - pos: -11.5,-48.5 + - type: Transform + pos: -11.5,-48.5 parent: 34 - type: Transform - uid: 7806 components: - - pos: -40.5,11.5 + - type: Transform + pos: -40.5,11.5 parent: 34 - type: Transform - uid: 7811 components: - - pos: -41.5,11.5 + - type: Transform + pos: -41.5,11.5 parent: 34 - type: Transform - uid: 7844 components: - - pos: 5.5,-41.5 + - type: Transform + pos: 5.5,-41.5 parent: 34 - type: Transform - uid: 7845 components: - - pos: 2.5,-41.5 + - type: Transform + pos: 2.5,-41.5 parent: 34 - type: Transform - uid: 7907 components: - - pos: -11.5,-47.5 + - type: Transform + pos: -11.5,-47.5 parent: 34 - type: Transform - uid: 8072 components: - - pos: -6.5,-52.5 + - type: Transform + pos: -6.5,-52.5 parent: 34 - type: Transform - uid: 8091 components: - - pos: 40.5,11.5 + - type: Transform + pos: 40.5,11.5 parent: 34 - type: Transform - uid: 8288 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 34 - type: Transform - uid: 8418 components: - - pos: -7.5,12.5 + - type: Transform + pos: -7.5,12.5 parent: 34 - type: Transform - uid: 8491 components: - - pos: -11.5,-46.5 + - type: Transform + pos: -11.5,-46.5 parent: 34 - type: Transform - uid: 8502 components: - - pos: -8.5,-53.5 + - type: Transform + pos: -8.5,-53.5 + parent: 34 + - uid: 8892 + components: + - type: Transform + pos: 45.5,-17.5 parent: 34 - type: Transform - uid: 8913 components: - - pos: 41.5,-12.5 + - type: Transform + pos: 41.5,-12.5 parent: 34 - type: Transform - uid: 8914 components: - - pos: 8.5,-55.5 + - type: Transform + pos: 8.5,-55.5 parent: 34 - type: Transform - uid: 8923 components: - - pos: 42.5,-5.5 + - type: Transform + pos: 42.5,-5.5 parent: 34 - type: Transform - uid: 8943 components: - - pos: -26.5,-32.5 + - type: Transform + pos: -26.5,-32.5 parent: 34 - type: Transform - uid: 9106 components: - - pos: -5.5,-55.5 + - type: Transform + pos: -5.5,-55.5 parent: 34 - type: Transform - uid: 9856 components: - - pos: -44.5,-11.5 + - type: Transform + pos: -44.5,-11.5 parent: 34 - type: Transform - uid: 9985 components: - - pos: 31.5,-4.5 + - type: Transform + pos: 31.5,-4.5 parent: 34 - type: Transform - uid: 10458 components: - - pos: -41.5,-19.5 + - type: Transform + pos: -41.5,-19.5 parent: 34 - type: Transform - uid: 10489 components: - - pos: 46.5,-13.5 + - type: Transform + pos: 46.5,-13.5 parent: 34 - type: Transform - uid: 10493 components: - - pos: 40.5,-2.5 + - type: Transform + pos: 40.5,-2.5 parent: 34 - type: Transform - uid: 10589 components: - - pos: 16.5,-12.5 + - type: Transform + pos: 16.5,-12.5 parent: 34 - type: Transform - uid: 10608 components: - - pos: -6.5,-53.5 + - type: Transform + pos: -6.5,-53.5 parent: 34 - type: Transform - uid: 10610 components: - - pos: 9.5,-54.5 + - type: Transform + pos: 9.5,-54.5 parent: 34 - type: Transform - uid: 10613 components: - - pos: 9.5,-53.5 + - type: Transform + pos: 9.5,-53.5 parent: 34 - type: Transform - uid: 10616 components: - - pos: 8.5,-51.5 + - type: Transform + pos: 8.5,-51.5 parent: 34 - type: Transform - uid: 10617 components: - - pos: 11.5,-49.5 + - type: Transform + pos: 11.5,-49.5 parent: 34 - type: Transform - uid: 10621 components: - - pos: 26.5,13.5 + - type: Transform + pos: 26.5,13.5 parent: 34 - type: Transform - uid: 10624 components: - - pos: 25.5,13.5 + - type: Transform + pos: 25.5,13.5 parent: 34 - type: Transform - uid: 10891 components: - - pos: 5.5,-39.5 + - type: Transform + pos: 5.5,-39.5 parent: 34 - type: Transform - uid: 10913 components: - - pos: 40.5,8.5 + - type: Transform + pos: 40.5,8.5 parent: 34 - type: Transform - uid: 11002 components: - - pos: -61.5,-20.5 + - type: Transform + pos: -61.5,-20.5 parent: 34 - type: Transform - uid: 11024 components: - - pos: -41.5,-18.5 + - type: Transform + pos: -41.5,-18.5 parent: 34 - type: Transform - uid: 11038 components: - - pos: -10.5,-52.5 + - type: Transform + pos: -10.5,-52.5 parent: 34 - type: Transform - uid: 11199 components: - - pos: 21.5,13.5 + - type: Transform + pos: 21.5,13.5 parent: 34 - type: Transform - uid: 11200 components: - - pos: 20.5,13.5 + - type: Transform + pos: 39.5,-26.5 + parent: 34 + - uid: 11208 + components: + - type: Transform + pos: 18.5,19.5 + parent: 34 + - uid: 11321 + components: + - type: Transform + pos: 44.5,-29.5 parent: 34 - type: Transform - uid: 11441 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 34 - type: Transform - uid: 11488 components: - - pos: -58.5,-18.5 + - type: Transform + pos: -58.5,-18.5 + parent: 34 + - uid: 11505 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 34 + - uid: 11538 + components: + - type: Transform + pos: 44.5,-27.5 parent: 34 - type: Transform - uid: 11549 components: - - pos: 41.5,-9.5 + - type: Transform + pos: 41.5,-9.5 parent: 34 - type: Transform - uid: 11550 components: - - pos: 45.5,-5.5 + - type: Transform + pos: 45.5,-5.5 + parent: 34 + - uid: 11631 + components: + - type: Transform + pos: 43.5,-26.5 parent: 34 - type: Transform - uid: 11687 components: - - pos: -57.5,-18.5 + - type: Transform + pos: -57.5,-18.5 parent: 34 - type: Transform - uid: 11711 components: - - pos: -56.5,-14.5 + - type: Transform + pos: -56.5,-14.5 parent: 34 - type: Transform - uid: 11717 components: - - pos: -60.5,-33.5 + - type: Transform + pos: -60.5,-33.5 parent: 34 - type: Transform - uid: 11756 components: - - pos: -40.5,-13.5 + - type: Transform + pos: -40.5,-13.5 parent: 34 - type: Transform - uid: 11776 components: - - pos: 8.5,19.5 + - type: Transform + pos: 8.5,19.5 parent: 34 - type: Transform - uid: 11777 components: - - pos: 3.5,16.5 + - type: Transform + pos: 3.5,16.5 parent: 34 - type: Transform - uid: 11778 components: - - pos: 3.5,17.5 + - type: Transform + pos: 3.5,17.5 parent: 34 - type: Transform - uid: 11781 components: - - pos: 3.5,18.5 + - type: Transform + pos: 3.5,18.5 parent: 34 - type: Transform - uid: 11795 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 34 - type: Transform - uid: 11796 components: - - pos: -4.5,15.5 + - type: Transform + pos: -4.5,15.5 parent: 34 - type: Transform - uid: 11802 components: - - pos: 15.5,18.5 + - type: Transform + pos: 15.5,18.5 parent: 34 - type: Transform - uid: 11804 components: - - pos: 15.5,17.5 + - type: Transform + pos: 15.5,17.5 parent: 34 - type: Transform - uid: 11815 components: - - pos: -58.5,-36.5 + - type: Transform + pos: -58.5,-36.5 parent: 34 - type: Transform - uid: 11879 components: - - pos: -1.5,15.5 + - type: Transform + pos: -1.5,15.5 parent: 34 - type: Transform - uid: 11896 components: - - pos: -57.5,-36.5 + - type: Transform + pos: -57.5,-36.5 parent: 34 - type: Transform - uid: 11909 components: - - pos: 5.5,20.5 + - type: Transform + pos: 5.5,20.5 parent: 34 - type: Transform - uid: 11999 components: - - pos: -56.5,-20.5 + - type: Transform + pos: -56.5,-20.5 parent: 34 - type: Transform - uid: 12046 components: - - pos: -63.5,-25.5 + - type: Transform + pos: -63.5,-25.5 parent: 34 - type: Transform - uid: 12047 components: - - pos: -63.5,-29.5 + - type: Transform + pos: -63.5,-29.5 parent: 34 - type: Transform - uid: 12048 components: - - pos: -63.5,-28.5 + - type: Transform + pos: -63.5,-28.5 parent: 34 - type: Transform - uid: 12049 components: - - pos: -63.5,-32.5 + - type: Transform + pos: -63.5,-32.5 parent: 34 - type: Transform - uid: 12073 components: - - pos: -63.5,-31.5 + - type: Transform + pos: -63.5,-31.5 parent: 34 - type: Transform - uid: 12080 components: - - pos: -63.5,-6.5 + - type: Transform + pos: -63.5,-6.5 parent: 34 - type: Transform - uid: 12081 components: - - pos: -63.5,-7.5 + - type: Transform + pos: -63.5,-7.5 parent: 34 - type: Transform - uid: 12086 components: - - pos: -39.5,-59.5 + - type: Transform + pos: -39.5,-59.5 parent: 34 - type: Transform - uid: 12087 components: - - pos: -40.5,-59.5 + - type: Transform + pos: -40.5,-59.5 parent: 34 - type: Transform - uid: 12088 components: - - pos: -41.5,-59.5 + - type: Transform + pos: -41.5,-59.5 parent: 34 - type: Transform - uid: 12090 components: - - pos: -43.5,-59.5 + - type: Transform + pos: -43.5,-59.5 parent: 34 - type: Transform - uid: 12091 components: - - pos: -44.5,-59.5 + - type: Transform + pos: -44.5,-59.5 parent: 34 - type: Transform - uid: 12092 components: - - pos: -45.5,-59.5 + - type: Transform + pos: -45.5,-59.5 parent: 34 - type: Transform - uid: 12093 components: - - pos: -46.5,-59.5 + - type: Transform + pos: -46.5,-59.5 parent: 34 - type: Transform - uid: 12094 components: - - pos: -47.5,-59.5 + - type: Transform + pos: -47.5,-59.5 parent: 34 - type: Transform - uid: 12095 components: - - pos: -47.5,-58.5 + - type: Transform + pos: -47.5,-58.5 parent: 34 - type: Transform - uid: 12096 components: - - pos: -48.5,-58.5 + - type: Transform + pos: -48.5,-58.5 parent: 34 - type: Transform - uid: 12170 components: - - pos: -16.5,-43.5 + - type: Transform + pos: -16.5,-43.5 + parent: 34 + - uid: 12188 + components: + - type: Transform + pos: 43.5,-14.5 parent: 34 - type: Transform - uid: 12208 components: - - pos: -56.5,-16.5 + - type: Transform + pos: -56.5,-16.5 + parent: 34 + - uid: 12229 + components: + - type: Transform + pos: 45.5,-14.5 parent: 34 - type: Transform - uid: 12241 components: - - pos: -8.5,12.5 + - type: Transform + pos: -8.5,12.5 parent: 34 - type: Transform - uid: 12264 components: - - pos: -56.5,-17.5 + - type: Transform + pos: -56.5,-17.5 parent: 34 - type: Transform - uid: 12265 components: - - pos: -56.5,-19.5 + - type: Transform + pos: -56.5,-19.5 parent: 34 - type: Transform - uid: 12309 components: - - pos: -17.5,-36.5 + - type: Transform + pos: -17.5,-36.5 parent: 34 - type: Transform - uid: 12314 components: - - pos: -7.5,12.5 + - type: Transform + pos: -7.5,12.5 parent: 34 - type: Transform - uid: 12350 components: - - pos: -56.5,-15.5 + - type: Transform + pos: -56.5,-15.5 parent: 34 - type: Transform - uid: 12373 components: - - pos: -18.5,-39.5 + - type: Transform + pos: -18.5,-39.5 parent: 34 - type: Transform - uid: 12374 components: - - pos: -17.5,-39.5 + - type: Transform + pos: -17.5,-39.5 parent: 34 - type: Transform - uid: 12375 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 34 - type: Transform - uid: 12376 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 34 - type: Transform - uid: 12378 components: - - pos: -9.5,12.5 + - type: Transform + pos: -9.5,12.5 parent: 34 - type: Transform - uid: 12418 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 34 - type: Transform - uid: 12429 components: - - pos: 2.5,-39.5 + - type: Transform + pos: 2.5,-39.5 parent: 34 - type: Transform - uid: 12430 components: - - pos: 46.5,-7.5 + - type: Transform + pos: 46.5,-7.5 parent: 34 - type: Transform - uid: 12461 components: - - pos: 40.5,-4.5 + - type: Transform + pos: 40.5,-4.5 parent: 34 - type: Transform - uid: 12481 components: - - pos: -62.5,-22.5 + - type: Transform + pos: -62.5,-22.5 parent: 34 - type: Transform - uid: 12482 components: - - pos: -62.5,-24.5 + - type: Transform + pos: -62.5,-24.5 parent: 34 - type: Transform - uid: 12488 components: - - pos: -24.5,-32.5 + - type: Transform + pos: -24.5,-32.5 parent: 34 - type: Transform - uid: 12568 components: - - pos: -56.5,-36.5 + - type: Transform + pos: -56.5,-36.5 parent: 34 - type: Transform - uid: 12569 components: - - pos: -55.5,-36.5 + - type: Transform + pos: -55.5,-36.5 parent: 34 - type: Transform - uid: 12613 components: - - pos: -59.5,-36.5 + - type: Transform + pos: -59.5,-36.5 parent: 34 - type: Transform - uid: 12615 components: - - pos: -63.5,-43.5 + - type: Transform + pos: -63.5,-43.5 parent: 34 - type: Transform - uid: 12616 components: - - pos: -63.5,-41.5 + - type: Transform + pos: -63.5,-41.5 parent: 34 - type: Transform - uid: 12617 components: - - pos: -63.5,-40.5 + - type: Transform + pos: -63.5,-40.5 parent: 34 - type: Transform - uid: 12618 components: - - pos: -63.5,-39.5 + - type: Transform + pos: -63.5,-39.5 parent: 34 - type: Transform - uid: 12619 components: - - pos: -63.5,-38.5 + - type: Transform + pos: -63.5,-38.5 parent: 34 - type: Transform - uid: 12620 components: - - pos: -63.5,-37.5 + - type: Transform + pos: -63.5,-37.5 parent: 34 - type: Transform - uid: 12704 components: - - pos: 46.5,-0.5 + - type: Transform + pos: 46.5,-0.5 parent: 34 - type: Transform - uid: 12707 components: - - pos: 46.5,-1.5 + - type: Transform + pos: 46.5,-1.5 parent: 34 - type: Transform - uid: 12766 components: - - pos: -60.5,-28.5 + - type: Transform + pos: -60.5,-28.5 parent: 34 - type: Transform - uid: 12767 components: - - pos: -60.5,-29.5 + - type: Transform + pos: -60.5,-29.5 parent: 34 - type: Transform - uid: 12768 components: - - pos: -60.5,-31.5 + - type: Transform + pos: -60.5,-31.5 parent: 34 - type: Transform - uid: 12769 components: - - pos: -60.5,-32.5 + - type: Transform + pos: -60.5,-32.5 parent: 34 - type: Transform - uid: 12913 components: - - pos: 45.5,9.5 + - type: Transform + pos: 45.5,9.5 parent: 34 - type: Transform - uid: 12914 components: - - pos: 45.5,8.5 + - type: Transform + pos: 45.5,8.5 + parent: 34 + - uid: 13059 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 34 + - uid: 13060 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 34 + - uid: 13076 + components: + - type: Transform + pos: 19.5,19.5 + parent: 34 + - uid: 13077 + components: + - type: Transform + pos: 17.5,19.5 + parent: 34 + - uid: 13078 + components: + - type: Transform + pos: 20.5,16.5 + parent: 34 + - uid: 13079 + components: + - type: Transform + pos: 20.5,15.5 + parent: 34 + - uid: 13080 + components: + - type: Transform + pos: 20.5,14.5 parent: 34 - type: Transform - proto: GrilleBroken entities: - uid: 6299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-56.5 parent: 34 - type: Transform - uid: 6405 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-56.5 parent: 34 - type: Transform - uid: 6406 components: - - pos: 54.5,-1.5 - parent: 34 - type: Transform - - uid: 6525 - components: - - rot: 1.5707963267948966 rad - pos: 19.5,17.5 - parent: 34 - type: Transform - - uid: 11876 - components: - - rot: -1.5707963267948966 rad - pos: 19.5,17.5 + - type: Transform + pos: 54.5,-1.5 parent: 34 - type: Transform - uid: 12089 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-59.5 parent: 34 - type: Transform - uid: 12097 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-59.5 parent: 34 - type: Transform - uid: 12624 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-45.5 parent: 34 - type: Transform - uid: 12626 components: - - pos: -63.5,-36.5 + - type: Transform + pos: -63.5,-36.5 parent: 34 - type: Transform - uid: 12627 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-34.5 parent: 34 - type: Transform - uid: 12628 components: - - pos: -63.5,-30.5 + - type: Transform + pos: -63.5,-30.5 parent: 34 - type: Transform - uid: 12629 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-27.5 parent: 34 - type: Transform - uid: 12630 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -62.5,-23.5 parent: 34 - type: Transform - uid: 12631 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -62.5,-21.5 parent: 34 - type: Transform - uid: 12633 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -63.5,-9.5 parent: 34 - type: Transform - proto: GunSafePistolMk58 entities: - uid: 3710 components: - - pos: 29.5,1.5 + - type: Transform + pos: 29.5,1.5 parent: 34 - type: Transform - proto: HandheldGPSBasic entities: - uid: 12251 components: - - pos: -30.257595,-57.612514 + - type: Transform + pos: -30.257595,-57.612514 parent: 34 - type: Transform - uid: 12291 components: - - pos: -30.64822,-57.300014 + - type: Transform + pos: -30.64822,-57.300014 parent: 34 - type: Transform - proto: HatSpawner entities: - uid: 9016 components: - - pos: 49.5,-3.5 + - type: Transform + pos: 49.5,-3.5 parent: 34 - type: Transform - uid: 11099 components: - - pos: -14.5,-15.5 + - type: Transform + pos: -14.5,-15.5 parent: 34 - type: Transform - proto: HeadSkeleton entities: - uid: 4660 components: - - pos: 40.995945,-16.198792 + - type: Transform + pos: 40.995945,-16.198792 parent: 34 - type: Transform - proto: HeatExchanger entities: - uid: 677 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -59.5,-21.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-21.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#03FCD3FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 11446 components: - - pos: -58.5,-38.5 + - type: Transform + pos: -58.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 11995 components: - - pos: -57.5,-38.5 + - type: Transform + pos: -57.5,-38.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: HighSecArmoryLocked entities: - uid: 3702 components: - - name: armory - level II - type: MetaData - - pos: 27.5,2.5 + - type: MetaData + name: armory - level II + - type: Transform + pos: 27.5,2.5 parent: 34 - type: Transform - proto: HighSecCommandLocked entities: - uid: 10 components: - - pos: 23.5,-34.5 + - type: Transform + pos: 23.5,-34.5 parent: 34 - type: Transform - uid: 1073 components: - - pos: -28.5,-37.5 + - type: Transform + pos: -28.5,-37.5 parent: 34 - type: Transform - proto: HolofanProjector entities: - uid: 4405 components: - - pos: -24.64519,-29.318565 + - type: Transform + pos: -24.64519,-29.318565 parent: 34 - type: Transform - proto: HoloprojectorEngineering entities: - uid: 5266 components: - - pos: -28.794937,-30.222109 + - type: Transform + pos: -28.794937,-30.222109 parent: 34 - type: Transform - uid: 5267 components: - - pos: -28.701187,-29.847109 + - type: Transform + pos: -28.701187,-29.847109 parent: 34 - type: Transform - proto: HoloprojectorSecurity entities: - uid: 3584 components: - - pos: 24.346996,-19.636211 + - type: Transform + pos: 24.346996,-19.636211 parent: 34 - type: Transform - uid: 3585 components: - - pos: 24.388662,-19.354765 + - type: Transform + pos: 24.388662,-19.354765 parent: 34 - type: Transform - proto: HospitalCurtains entities: - uid: 12408 components: - - pos: -48.5,-16.5 + - type: Transform + pos: -48.5,-16.5 parent: 34 - type: Transform - uid: 12409 components: - - pos: -48.5,-17.5 + - type: Transform + pos: -48.5,-17.5 parent: 34 - type: Transform - uid: 12410 components: - - pos: -48.5,-18.5 + - type: Transform + pos: -48.5,-18.5 parent: 34 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 1355 components: - - pos: 1.5,-36.5 + - type: Transform + pos: 1.5,-36.5 parent: 34 - type: Transform - uid: 1405 components: - - pos: 1.5,-37.5 + - type: Transform + pos: 1.5,-37.5 parent: 34 - type: Transform - uid: 2638 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 34 - type: Transform - uid: 3999 components: - - pos: 15.5,-36.5 + - type: Transform + pos: 15.5,-36.5 parent: 34 - type: Transform - uid: 9982 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-9.5 parent: 34 - type: Transform - proto: HydroponicsToolClippers entities: - uid: 4711 components: - - pos: 37.63338,6.2854657 + - type: Transform + pos: 37.63338,6.2854657 parent: 34 - type: Transform - proto: HydroponicsToolMiniHoe entities: - uid: 4712 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.336506,6.488732 parent: 34 - type: Transform - proto: HydroponicsToolSpade entities: - uid: 4713 components: - - pos: 37.742756,6.5356393 + - type: Transform + pos: 37.742756,6.5356393 parent: 34 - type: Transform - proto: hydroponicsTray entities: - uid: 865 components: - - pos: -18.5,-3.5 + - type: Transform + pos: -18.5,-3.5 parent: 34 - type: Transform - uid: 866 components: - - pos: -17.5,-3.5 + - type: Transform + pos: -17.5,-3.5 parent: 34 - type: Transform - uid: 867 components: - - pos: -17.5,-4.5 + - type: Transform + pos: -17.5,-4.5 parent: 34 - type: Transform - uid: 868 components: - - pos: -18.5,-4.5 + - type: Transform + pos: -18.5,-4.5 parent: 34 - type: Transform - uid: 4706 components: - - pos: 36.5,4.5 + - type: Transform + pos: 36.5,4.5 parent: 34 - type: Transform - uid: 4708 components: - - pos: 37.5,3.5 + - type: Transform + pos: 37.5,3.5 parent: 34 - type: Transform - uid: 4709 components: - - pos: 36.5,3.5 + - type: Transform + pos: 36.5,3.5 parent: 34 - type: Transform - uid: 12332 components: - - pos: -19.5,-3.5 + - type: Transform + pos: -19.5,-3.5 parent: 34 - type: Transform - uid: 12333 components: - - pos: -19.5,-4.5 + - type: Transform + pos: -19.5,-4.5 parent: 34 - type: Transform - uid: 12334 components: - - pos: -19.5,-5.5 + - type: Transform + pos: -19.5,-5.5 parent: 34 - type: Transform - uid: 12335 components: - - pos: -18.5,-5.5 + - type: Transform + pos: -18.5,-5.5 parent: 34 - type: Transform - uid: 12336 components: - - pos: -17.5,-5.5 + - type: Transform + pos: -17.5,-5.5 parent: 34 - type: Transform - proto: Igniter entities: - uid: 12320 components: - - pos: -55.819836,-37.60099 + - type: Transform + pos: -55.819836,-37.60099 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12319 - type: DeviceLinkSink - proto: IngotGold entities: - uid: 5251 components: - - pos: 24.600164,-35.196 + - type: Transform + pos: 24.600164,-35.196 parent: 34 - type: Transform - uid: 11693 components: - - pos: -35.610165,-4.992127 + - type: Transform + pos: -35.610165,-4.992127 parent: 34 - type: Transform - - count: 15 - type: Stack + - type: Stack + count: 15 - proto: IngotSilver entities: - uid: 11133 components: - - pos: 24.433498,-35.592106 + - type: Transform + pos: 24.433498,-35.592106 parent: 34 - type: Transform - proto: IntercomAll entities: - uid: 5596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-36.5 parent: 34 - type: Transform - proto: IntercomCommand entities: - uid: 3482 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-37.5 parent: 34 - type: Transform - uid: 12022 components: - - pos: 35.5,-38.5 + - type: Transform + pos: 35.5,-38.5 parent: 34 - type: Transform - uid: 12114 components: - - pos: 29.5,-8.5 + - type: Transform + pos: 29.5,-8.5 parent: 34 - type: Transform - uid: 12124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-32.5 parent: 34 - type: Transform - proto: IntercomCommon entities: - uid: 8356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-9.5 parent: 34 - type: Transform - uid: 11825 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,14.5 parent: 34 - type: Transform - uid: 12122 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -44.5,-6.5 parent: 34 - type: Transform - uid: 12138 components: - - pos: 2.5,-46.5 + - type: Transform + pos: 2.5,-46.5 parent: 34 - type: Transform - proto: IntercomEngineering entities: - uid: 1489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-44.5 parent: 34 - type: Transform - uid: 2322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-27.5 parent: 34 - type: Transform - uid: 5934 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,1.5 parent: 34 - type: Transform - uid: 11022 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-45.5 parent: 34 - type: Transform - uid: 12132 components: - - pos: -29.5,-28.5 + - type: Transform + pos: -29.5,-28.5 parent: 34 - type: Transform - uid: 12133 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-24.5 parent: 34 - type: Transform - uid: 12136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-38.5 parent: 34 - type: Transform - uid: 12144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-20.5 parent: 34 - type: Transform - proto: IntercomMedical entities: - uid: 12123 components: - - pos: 1.5,-25.5 + - type: Transform + pos: 1.5,-25.5 parent: 34 - type: Transform - uid: 12450 components: - - pos: 8.5,-38.5 + - type: Transform + pos: 8.5,-38.5 parent: 34 - type: Transform - proto: IntercomScience entities: - uid: 600 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-8.5 parent: 34 - type: Transform - uid: 12120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,-13.5 parent: 34 - type: Transform - uid: 12121 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,2.5 parent: 34 - type: Transform - uid: 12143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,2.5 parent: 34 - type: Transform - proto: IntercomSecurity entities: - uid: 12113 components: - - pos: 20.5,-8.5 + - type: Transform + pos: 20.5,-8.5 parent: 34 - type: Transform - uid: 12115 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-8.5 parent: 34 - type: Transform - uid: 12116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-1.5 parent: 34 - type: Transform - uid: 12141 components: - - pos: 17.5,-15.5 + - type: Transform + pos: 17.5,-15.5 parent: 34 - type: Transform - uid: 12178 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,4.5 parent: 34 - type: Transform - uid: 12915 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 40.5,1.5 parent: 34 - type: Transform - proto: IntercomService entities: - uid: 8030 components: - - pos: 17.5,-35.5 + - type: Transform + pos: 17.5,-35.5 parent: 34 - type: Transform - uid: 10971 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-19.5 parent: 34 - type: Transform - uid: 12118 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-9.5 parent: 34 - type: Transform - uid: 12119 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-6.5 parent: 34 - type: Transform - uid: 12140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 34 - type: Transform - uid: 12142 components: - - pos: -17.5,5.5 + - type: Transform + pos: -17.5,5.5 parent: 34 - type: Transform - proto: IntercomSupply entities: - uid: 8415 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-23.5 parent: 34 - type: Transform - proto: JanitorialTrolley entities: - uid: 1026 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-20.5 parent: 34 - type: Transform - proto: JanitorServiceLight entities: - uid: 1889 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-22.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1922 - type: DeviceLinkSink - uid: 1907 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 31.5,-25.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 13007 - type: DeviceLinkSink - uid: 10010 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-24.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12928 - type: DeviceLinkSink - uid: 10492 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-31.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12928 - type: DeviceLinkSink - uid: 10572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-23.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2062 - type: DeviceLinkSink - uid: 12371 components: - - pos: -30.5,-21.5 + - type: Transform + pos: -30.5,-21.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10413 - type: DeviceLinkSink - uid: 12927 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-15.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10011 - type: DeviceLinkSink - proto: JetpackMini entities: - uid: 2485 components: - - pos: -28.284822,-41.71001 + - type: Transform + pos: -28.284822,-41.71001 parent: 34 - type: Transform - uid: 11805 components: - - pos: -28.659822,-41.319386 + - type: Transform + pos: -28.659822,-41.319386 parent: 34 - type: Transform - proto: JetpackSecurityFilled entities: - uid: 904 components: - - pos: 26.298405,1.8209641 + - type: Transform + pos: 26.298405,1.8209641 parent: 34 - type: Transform - uid: 3593 components: - - pos: 26.68382,1.6541817 + - type: Transform + pos: 26.68382,1.6541817 parent: 34 - type: Transform - uid: 3714 components: - - pos: 26.34007,1.4978237 + - type: Transform + pos: 26.34007,1.4978237 parent: 34 - type: Transform - proto: Katana entities: - uid: 12177 components: - - desc: 'You can almost hear the shout in the distance: "SHOUBU ARI!"' - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + desc: 'You can almost hear the shout in the distance: "SHOUBU ARI!"' + - type: Transform + rot: 3.141592653589793 rad pos: 26.516588,-0.45976734 parent: 34 - type: Transform - proto: KitchenDeepFryer entities: - uid: 829 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-6.5 parent: 34 - type: Transform - proto: KitchenElectricGrill entities: - uid: 9139 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 34 - type: Transform - proto: KitchenKnife entities: - uid: 4048 components: - - pos: -10.605341,-42.33258 + - type: Transform + pos: -10.605341,-42.33258 parent: 34 - type: Transform - uid: 12782 components: - - pos: -52.41315,-17.509623 + - type: Transform + pos: -52.41315,-17.509623 parent: 34 - type: Transform - proto: KitchenMicrowave entities: - uid: 884 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 34 - type: Transform - uid: 3952 components: - - pos: -10.5,-43.5 + - type: Transform + pos: -10.5,-43.5 parent: 34 - type: Transform - uid: 4719 components: - - pos: 41.5,6.5 + - type: Transform + pos: 41.5,6.5 parent: 34 - type: Transform - uid: 10537 components: - - pos: 19.5,-16.5 + - type: Transform + pos: 19.5,-16.5 parent: 34 - type: Transform - proto: KitchenReagentGrinder entities: - uid: 877 components: - - pos: -20.5,-3.5 + - type: Transform + pos: -20.5,-3.5 parent: 34 - type: Transform - uid: 2927 components: - - pos: -1.5,-26.5 + - type: Transform + pos: -1.5,-26.5 parent: 34 - type: Transform - uid: 4717 components: - - pos: 38.5,6.5 + - type: Transform + pos: 38.5,6.5 parent: 34 - type: Transform - uid: 9302 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 34 - type: Transform - uid: 11700 components: - - pos: -33.5,-17.5 + - type: Transform + pos: -33.5,-17.5 parent: 34 - type: Transform - proto: KitchenSpike entities: - uid: 821 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 34 - type: Transform - proto: Lamp entities: - uid: 2229 components: - - pos: -45.557014,-4.0842085 + - type: Transform + pos: -45.557014,-4.0842085 parent: 34 - type: Transform - uid: 4886 components: - - pos: 29.473913,-17.902529 + - type: Transform + pos: 29.473913,-17.902529 parent: 34 - type: Transform - proto: LampBanana entities: - uid: 11135 components: - - pos: -0.45901644,-17.103552 + - type: Transform + pos: -0.45901644,-17.103552 parent: 34 - type: Transform - proto: LargeBeaker entities: - uid: 1280 components: - - pos: -20.379763,-4.4422 + - type: Transform + pos: -20.379763,-4.4422 parent: 34 - type: Transform - proto: Lighter entities: - uid: 12289 components: - - pos: -9.306129,2.377801 + - type: Transform + pos: -9.306129,2.377801 parent: 34 - type: Transform - proto: LightPostSmall entities: - uid: 8931 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-52.5 parent: 34 - type: Transform - proto: LockerAtmosphericsFilled entities: - uid: 1857 components: - - pos: -43.5,-29.5 + - type: Transform + pos: -43.5,-29.5 parent: 34 - type: Transform - uid: 1858 components: - - pos: -44.5,-29.5 + - type: Transform + pos: -44.5,-29.5 parent: 34 - type: Transform - proto: LockerBoozeFilled entities: - uid: 776 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 34 - type: Transform - proto: LockerBotanistFilled entities: - uid: 871 components: - - pos: -18.5,-8.5 + - type: Transform + pos: -18.5,-8.5 parent: 34 - type: Transform - proto: LockerBrigmedicFilledHardsuit entities: - uid: 4044 components: - - pos: 19.5,1.5 + - type: Transform + pos: 19.5,1.5 parent: 34 - type: Transform -- proto: LockerCaptainFilled +- proto: LockerCaptainFilledHardsuit entities: - - uid: 4014 + - uid: 10160 components: - - pos: 27.5,-27.5 + - type: Transform + pos: 26.5,-29.5 parent: 34 - type: Transform - proto: LockerChemistryFilled entities: - uid: 11757 components: - - pos: 0.5,-26.5 + - type: Transform + pos: 0.5,-26.5 parent: 34 - type: Transform -- proto: LockerChiefEngineerFilled +- proto: LockerChiefEngineerFilledHardsuit entities: - - uid: 1233 + - uid: 10915 components: - - pos: -26.5,-29.5 + - type: Transform + pos: -24.5,-30.5 parent: 34 - type: Transform -- proto: LockerChiefMedicalOfficerFilled +- proto: LockerChiefMedicalOfficerFilledHardsuit entities: - - uid: 1382 + - uid: 3636 components: - - pos: 9.5,-34.5 + - type: Transform + pos: 9.5,-34.5 parent: 34 - type: Transform - proto: LockerClown entities: - uid: 312 components: - - pos: -0.5,-20.5 + - type: Transform + pos: -0.5,-20.5 parent: 34 - type: Transform - proto: LockerDetectiveFilled entities: - uid: 10872 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 34 - type: Transform - proto: LockerElectricalSuppliesFilled entities: - uid: 2321 components: - - pos: -24.5,-27.5 + - type: Transform + pos: -24.5,-27.5 parent: 34 - type: Transform - proto: LockerEngineerFilled entities: - uid: 1047 components: - - pos: -29.5,-25.5 + - type: Transform + pos: -29.5,-25.5 parent: 34 - type: Transform - uid: 1093 components: - - pos: -28.5,-25.5 + - type: Transform + pos: -28.5,-25.5 parent: 34 - type: Transform - uid: 1094 components: - - pos: -30.5,-25.5 + - type: Transform + pos: -30.5,-25.5 parent: 34 - type: Transform - uid: 1096 components: - - pos: -31.5,-25.5 + - type: Transform + pos: -31.5,-25.5 parent: 34 - type: Transform - proto: LockerEngineerFilledHardsuit entities: - uid: 4780 components: - - pos: -23.5,5.5 + - type: Transform + pos: -23.5,5.5 parent: 34 - type: Transform - proto: LockerEvidence entities: - uid: 3749 components: - - pos: 24.5,-5.5 + - type: Transform + pos: 24.5,-5.5 parent: 34 - type: Transform - uid: 3751 components: - - pos: 24.5,-7.5 + - type: Transform + pos: 24.5,-7.5 parent: 34 - type: Transform - uid: 3752 components: - - pos: 24.5,-4.5 + - type: Transform + pos: 24.5,-4.5 parent: 34 - type: Transform - uid: 10591 components: - - pos: 24.5,-6.5 + - type: Transform + pos: 24.5,-6.5 parent: 34 - type: Transform - proto: LockerForensicMantisFilled entities: - uid: 2024 components: - - pos: -29.5,1.5 + - type: Transform + pos: -29.5,1.5 parent: 34 - type: Transform - proto: LockerFreezer entities: - uid: 883 components: - - name: standing freezer - type: MetaData - - pos: -10.5,-4.5 + - type: MetaData + name: standing freezer + - type: Transform + pos: -10.5,-4.5 parent: 34 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.14957 @@ -57420,9150 +58181,9287 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 4035 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 34 - type: Transform - proto: LockerFreezerVaultFilled entities: - uid: 12970 components: - - pos: 25.5,-35.5 + - type: Transform + pos: 25.5,-35.5 parent: 34 - type: Transform - proto: LockerHeadOfPersonnelFilled entities: - uid: 129 components: - - pos: -17.5,-16.5 + - type: Transform + pos: -17.5,-16.5 parent: 34 - type: Transform -- proto: LockerHeadOfSecurityFilled +- proto: LockerHeadOfSecurityFilledHardsuit entities: - - uid: 8892 + - uid: 10917 components: - - pos: 33.5,-9.5 + - type: Transform + pos: 33.5,-11.5 parent: 34 - type: Transform - proto: LockerMedicalFilled entities: - uid: 1347 components: - - pos: 11.5,-36.5 + - type: Transform + pos: 11.5,-36.5 parent: 34 - type: Transform - uid: 6877 components: - - pos: 10.5,-36.5 + - type: Transform + pos: 10.5,-36.5 parent: 34 - type: Transform - proto: LockerMedicineFilled entities: - uid: 8019 components: - - pos: 7.5,-29.5 + - type: Transform + pos: 7.5,-29.5 parent: 34 - type: Transform - proto: LockerMime entities: - uid: 12329 components: - - pos: 1.5,-20.5 + - type: Transform + pos: 1.5,-20.5 parent: 34 - type: Transform - proto: LockerParamedicFilled entities: - uid: 10750 components: - - pos: 12.5,-38.5 + - type: Transform + pos: 12.5,-38.5 parent: 34 - type: Transform - uid: 10775 components: - - pos: 13.5,-38.5 + - type: Transform + pos: 13.5,-38.5 parent: 34 - type: Transform - proto: LockerQuarterMasterFilled entities: - uid: 10503 components: - - pos: -18.5,-37.5 + - type: Transform + pos: -18.5,-37.5 parent: 34 - type: Transform -- proto: LockerResearchDirectorFilled +- proto: LockerResearchDirectorFilledHardsuit entities: - - uid: 606 + - uid: 4346 components: - - pos: -35.5,-3.5 + - type: Transform + pos: -35.5,-3.5 parent: 34 - type: Transform - proto: LockerSalvageSpecialistFilledHardsuit entities: - uid: 12433 components: - - pos: -18.5,-35.5 + - type: Transform + pos: -18.5,-35.5 parent: 34 - type: Transform - uid: 12434 components: - - pos: -17.5,-35.5 + - type: Transform + pos: -17.5,-35.5 parent: 34 - type: Transform - uid: 12435 components: - - pos: -16.5,-35.5 + - type: Transform + pos: -16.5,-35.5 parent: 34 - type: Transform - uid: 12436 components: - - pos: -15.5,-35.5 + - type: Transform + pos: -15.5,-35.5 parent: 34 - type: Transform - proto: LockerScienceFilled entities: - uid: 583 components: - - pos: -35.5,-8.5 + - type: Transform + pos: -35.5,-8.5 parent: 34 - type: Transform - uid: 594 components: - - pos: -35.5,-7.5 + - type: Transform + pos: -35.5,-7.5 parent: 34 - type: Transform - proto: LockerSecurityFilled entities: - uid: 3507 components: - - pos: 16.5,-16.5 + - type: Transform + pos: 16.5,-16.5 parent: 34 - type: Transform - uid: 3508 components: - - pos: 16.5,-17.5 + - type: Transform + pos: 16.5,-17.5 parent: 34 - type: Transform - uid: 3509 components: - - pos: 16.5,-18.5 + - type: Transform + pos: 16.5,-18.5 parent: 34 - type: Transform - uid: 3510 components: - - pos: 16.5,-19.5 + - type: Transform + pos: 16.5,-19.5 parent: 34 - type: Transform - proto: LockerWallMedicalFilled entities: - uid: 6957 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-0.5 parent: 34 - type: Transform -- proto: LockerWardenFilled +- proto: LockerWardenFilledHardsuit entities: - - uid: 3636 + - uid: 4563 components: - - pos: 29.5,-7.5 + - type: Transform + pos: 29.5,-6.5 parent: 34 - type: Transform - proto: LockerWeldingSuppliesFilled entities: - uid: 8078 components: - - pos: -18.5,-14.5 + - type: Transform + pos: -18.5,-14.5 parent: 34 - type: Transform - uid: 10909 components: - - pos: 35.5,-29.5 + - type: Transform + pos: 35.5,-29.5 parent: 34 - type: Transform - proto: MachineAnomalyGenerator entities: - uid: 5913 components: - - pos: -35.5,4.5 + - type: Transform + pos: -35.5,4.5 parent: 34 - type: Transform - proto: MachineAnomalyVessel entities: - uid: 5909 components: - - pos: -38.5,5.5 + - type: Transform + pos: -38.5,5.5 parent: 34 - type: Transform - uid: 5921 components: - - pos: -34.5,3.5 + - type: Transform + pos: -34.5,3.5 parent: 34 - type: Transform - proto: MachineAPE entities: - uid: 6271 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,2.5 parent: 34 - type: Transform - uid: 7093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,1.5 parent: 34 - type: Transform - proto: MachineArtifactAnalyzer entities: - uid: 49 components: - - pos: -25.5,-5.5 + - type: Transform + pos: -25.5,-5.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 404 - type: DeviceLinkSink - proto: MachineFrame entities: - uid: 1162 components: - - pos: -26.5,4.5 + - type: Transform + pos: -26.5,4.5 parent: 34 - type: Transform - proto: MagazineBoxPistol entities: - uid: 3719 components: - - pos: 30.423405,1.6646061 + - type: Transform + pos: 30.423405,1.6646061 parent: 34 - type: Transform - proto: MagazineBoxPistolPractice entities: - uid: 3726 components: - - pos: 25.694237,1.4144318 + - type: Transform + pos: 25.694237,1.4144318 parent: 34 - type: Transform - proto: MagazineBoxPistolRubber entities: - uid: 3725 components: - - pos: 30.662987,1.476975 + - type: Transform + pos: 30.662987,1.476975 parent: 34 - type: Transform - proto: MagazineBoxRifleBig entities: - uid: 11330 components: - - pos: 27.333197,4.0074997 + - type: Transform + pos: 27.333197,4.0074997 parent: 34 - type: Transform - proto: MagazineBoxRifleBigRubber entities: - uid: 3716 components: - - pos: 27.531113,3.6947823 + - type: Transform + pos: 27.531113,3.6947823 parent: 34 - type: Transform - proto: MagazineBoxRiflePractice entities: - uid: 3594 components: - - pos: 25.298405,1.466552 + - type: Transform + pos: 25.298405,1.466552 parent: 34 - type: Transform - proto: MailTeleporter entities: - uid: 1901 components: - - pos: -7.5,-27.5 + - type: Transform + pos: -7.5,-27.5 parent: 34 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 4197 components: - - pos: -18.5,-30.5 + - type: Transform + pos: -18.5,-30.5 parent: 34 - type: Transform - uid: 4869 components: - - pos: 37.5,-11.5 + - type: Transform + pos: 37.5,-11.5 parent: 34 - type: Transform - uid: 6126 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 34 - type: Transform - uid: 8895 components: - - pos: -20.5,-33.5 + - type: Transform + pos: -20.5,-33.5 parent: 34 - type: Transform - uid: 8909 components: - - pos: -22.5,-32.5 + - type: Transform + pos: -22.5,-32.5 parent: 34 - type: Transform - uid: 10269 components: - - pos: -23.5,-8.5 + - type: Transform + pos: -23.5,-8.5 parent: 34 - type: Transform - uid: 10270 components: - - pos: -23.5,-9.5 + - type: Transform + pos: -23.5,-9.5 parent: 34 - type: Transform - uid: 10272 components: - - pos: -22.5,-16.5 + - type: Transform + pos: -22.5,-16.5 parent: 34 - type: Transform - uid: 10274 components: - - pos: -54.5,-12.5 + - type: Transform + pos: -54.5,-12.5 parent: 34 - type: Transform - uid: 10276 components: - - pos: -56.5,-0.5 + - type: Transform + pos: -56.5,-0.5 parent: 34 - type: Transform - uid: 10277 components: - - pos: -53.5,1.5 + - type: Transform + pos: -53.5,1.5 parent: 34 - type: Transform - uid: 10278 components: - - pos: -57.5,4.5 + - type: Transform + pos: -57.5,4.5 parent: 34 - type: Transform - uid: 10279 components: - - pos: -56.5,4.5 + - type: Transform + pos: -56.5,4.5 parent: 34 - type: Transform - uid: 10280 components: - - pos: -42.5,5.5 + - type: Transform + pos: -42.5,5.5 parent: 34 - type: Transform - uid: 10540 components: - - pos: 8.5,-16.5 + - type: Transform + pos: 8.5,-16.5 parent: 34 - type: Transform - uid: 10541 components: - - pos: 7.5,-15.5 + - type: Transform + pos: 7.5,-15.5 parent: 34 - type: Transform - uid: 10897 components: - - pos: 21.5,-43.5 + - type: Transform + pos: 21.5,-43.5 parent: 34 - type: Transform - uid: 10898 components: - - pos: 20.5,-43.5 + - type: Transform + pos: 20.5,-43.5 parent: 34 - type: Transform - uid: 11287 components: - - pos: 27.5,10.5 + - type: Transform + pos: 27.5,10.5 parent: 34 - type: Transform - uid: 11664 components: - - pos: -40.5,5.5 + - type: Transform + pos: -40.5,5.5 parent: 34 - type: Transform - uid: 11704 components: - - pos: -49.5,-14.5 + - type: Transform + pos: -49.5,-14.5 parent: 34 - type: Transform - uid: 12991 components: - - pos: -55.5,-17.5 + - type: Transform + pos: -55.5,-17.5 parent: 34 - type: Transform - proto: MaintenancePlantSpawner entities: - uid: 4564 components: - - pos: -20.5,-37.5 + - type: Transform + pos: -20.5,-37.5 parent: 34 - type: Transform - uid: 5352 components: - - pos: 35.5,-9.5 + - type: Transform + pos: 35.5,-9.5 parent: 34 - type: Transform - uid: 8930 components: - - pos: -19.5,-31.5 + - type: Transform + pos: -19.5,-31.5 parent: 34 - type: Transform - uid: 12981 components: - - pos: -49.5,-20.5 + - type: Transform + pos: -49.5,-20.5 parent: 34 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 4339 components: - - pos: -14.5,-29.5 + - type: Transform + pos: -14.5,-29.5 parent: 34 - type: Transform - uid: 4514 components: - - pos: 37.5,-15.5 + - type: Transform + pos: 37.5,-15.5 parent: 34 - type: Transform - uid: 4651 components: - - pos: -21.5,-31.5 + - type: Transform + pos: -21.5,-31.5 parent: 34 - type: Transform - uid: 6129 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 34 - type: Transform - uid: 9019 components: - - pos: -54.5,-13.5 + - type: Transform + pos: -54.5,-13.5 parent: 34 - type: Transform - uid: 9430 components: - - pos: -52.5,-14.5 + - type: Transform + pos: -52.5,-14.5 parent: 34 - type: Transform - uid: 11659 components: - - pos: -42.5,10.5 + - type: Transform + pos: -42.5,10.5 parent: 34 - type: Transform - - rareChance: 0.1 - type: RandomSpawner + - type: RandomSpawner + rareChance: 0.1 - uid: 12983 components: - - pos: -46.5,-22.5 + - type: Transform + pos: -46.5,-22.5 parent: 34 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 2615 components: - - pos: -16.5,-29.5 + - type: Transform + pos: -16.5,-29.5 parent: 34 - type: Transform - uid: 2974 components: - - pos: 14.5,-43.5 + - type: Transform + pos: 14.5,-43.5 parent: 34 - type: Transform - uid: 3975 components: - - pos: 14.5,-44.5 + - type: Transform + pos: 14.5,-44.5 parent: 34 - type: Transform - uid: 4173 components: - - pos: 35.5,-12.5 + - type: Transform + pos: 35.5,-12.5 parent: 34 - type: Transform - uid: 4762 components: - - pos: -20.5,-36.5 + - type: Transform + pos: -20.5,-36.5 parent: 34 - type: Transform - uid: 6135 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 34 - type: Transform - uid: 10271 components: - - pos: -22.5,-18.5 + - type: Transform + pos: -22.5,-18.5 parent: 34 - type: Transform - uid: 10899 components: - - pos: 26.5,-42.5 + - type: Transform + pos: 26.5,-42.5 parent: 34 - type: Transform - uid: 11288 components: - - pos: 26.5,10.5 + - type: Transform + pos: 26.5,10.5 parent: 34 - type: Transform - uid: 11289 components: - - pos: 25.5,12.5 + - type: Transform + pos: 25.5,12.5 parent: 34 - type: Transform - uid: 12982 components: - - pos: -41.5,-21.5 + - type: Transform + pos: -41.5,-21.5 parent: 34 - type: Transform - proto: MaterialBiomass entities: - uid: 12284 components: - - pos: 11.235675,-40.627632 + - type: Transform + pos: 11.235675,-40.627632 parent: 34 - type: Transform - proto: MaterialCloth entities: - uid: 1966 components: - - pos: -18.67057,-16.331293 + - type: Transform + pos: -18.67057,-16.331293 parent: 34 - type: Transform - proto: MaterialDiamond entities: - uid: 11134 components: - - pos: 24.277248,-33.257153 + - type: Transform + pos: 24.277248,-33.257153 parent: 34 - type: Transform - proto: MaterialDiamond1 entities: - uid: 11184 components: - - pos: -50.257698,12.299719 + - type: Transform + pos: -50.257698,12.299719 parent: 34 - type: Transform - proto: MaterialDurathread entities: - uid: 1967 components: - - pos: -18.35807,-16.56062 + - type: Transform + pos: -18.35807,-16.56062 parent: 34 - type: Transform - proto: MaterialReclaimer entities: - uid: 4433 components: - - pos: -39.5,10.5 + - type: Transform + pos: -39.5,10.5 parent: 34 - type: Transform - uid: 8092 components: - - pos: 6.5,-19.5 + - type: Transform + pos: 6.5,-19.5 parent: 34 - type: Transform - proto: MaterialWoodPlank1 entities: - uid: 7808 components: - - pos: -55.129627,3.9950948 + - type: Transform + pos: -55.129627,3.9950948 parent: 34 - type: Transform - uid: 7809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.989002,7.0284524 parent: 34 - type: Transform - uid: 7810 components: - - pos: -50.489002,5.089605 + - type: Transform + pos: -50.489002,5.089605 parent: 34 - type: Transform - proto: MedicalBed entities: - uid: 1348 components: - - pos: 2.5,-31.5 + - type: Transform + pos: 2.5,-31.5 parent: 34 - type: Transform - uid: 1363 components: - - pos: -1.5,-37.5 + - type: Transform + pos: -1.5,-37.5 parent: 34 - type: Transform - uid: 1808 components: - - pos: 2.5,-35.5 + - type: Transform + pos: 2.5,-35.5 parent: 34 - type: Transform - uid: 2691 components: - - pos: 7.5,-34.5 + - type: Transform + pos: 7.5,-34.5 parent: 34 - type: Transform - uid: 3295 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 34 - type: Transform - uid: 6092 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 34 - type: Transform - proto: MedicalScanner entities: - uid: 1320 components: - - pos: 10.5,-28.5 + - type: Transform + pos: 10.5,-28.5 parent: 34 - type: Transform - uid: 12439 components: - - pos: 7.5,-42.5 + - type: Transform + pos: 7.5,-42.5 parent: 34 - type: Transform - proto: MedicalTechFab entities: - uid: 8094 components: - - pos: 11.5,-38.5 + - type: Transform + pos: 11.5,-38.5 parent: 34 - type: Transform - proto: MedkitAdvancedFilled entities: - - uid: 2962 + - uid: 3599 components: - - pos: 7.3725023,-32.292366 + - type: Transform + pos: 19.332401,-20.266586 parent: 34 - type: Transform - - uid: 3599 + - uid: 4661 components: - - pos: 19.332401,-20.266586 + - type: Transform + pos: 7.292285,-31.315025 parent: 34 - type: Transform - proto: MedkitBruteFilled entities: - uid: 1322 components: - - pos: 2.6381276,-34.34066 + - type: Transform + pos: 2.6381276,-34.34066 parent: 34 - type: Transform - uid: 5008 components: - - pos: 18.284376,1.6808949 + - type: Transform + pos: 18.284376,1.6808949 parent: 34 - type: Transform - proto: MedkitCombatFilled entities: - uid: 5543 components: - - pos: 18.737501,1.3371449 + - type: Transform + pos: 18.737501,1.3371449 parent: 34 - type: Transform - uid: 10763 components: - - pos: 34.663086,-37.573326 + - type: Transform + pos: 34.663086,-37.573326 parent: 34 - type: Transform - proto: MedkitFilled entities: - uid: 203 components: - - pos: -3.3196468,6.387051 + - type: Transform + pos: -3.3196468,6.387051 parent: 34 - type: Transform - uid: 206 components: - - pos: -3.6738133,6.658072 + - type: Transform + pos: -3.6738133,6.658072 parent: 34 - type: Transform - uid: 231 components: - - pos: -49.631226,7.4378686 + - type: Transform + pos: -49.631226,7.4378686 parent: 34 - type: Transform - uid: 2144 components: - - pos: 2.3568776,-34.63774 + - type: Transform + pos: 2.3568776,-34.63774 parent: 34 - type: Transform - uid: 4142 components: - - pos: 0.33109748,-32.21473 + - type: Transform + pos: 0.33109748,-32.21473 parent: 34 - type: Transform - uid: 10535 components: - - pos: -35.349274,-10.358557 + - type: Transform + pos: -35.349274,-10.358557 parent: 34 - type: Transform - uid: 10764 components: - - pos: 34.444336,-37.33879 + - type: Transform + pos: 34.444336,-37.33879 parent: 34 - type: Transform - proto: MedkitOxygenFilled entities: - uid: 1945 components: - - pos: 3.6850026,-31.276035 + - type: Transform + pos: 3.6850026,-31.276035 parent: 34 - type: Transform - proto: MedkitRadiationFilled entities: - - uid: 1364 + - uid: 4685 components: - - pos: 7.6850023,-32.558174 + - type: Transform + pos: 7.68291,-31.565025 parent: 34 - type: Transform - uid: 11080 components: - - pos: -35.633457,-10.615738 + - type: Transform + pos: -35.633457,-10.615738 parent: 34 - type: Transform - proto: MedkitToxinFilled entities: - uid: 2957 components: - - pos: 7.7162523,-35.278812 + - type: Transform + pos: 7.7162523,-35.278812 parent: 34 - type: Transform - proto: MicrowaveMachineCircuitboard entities: - uid: 6184 components: - - pos: -31.364555,-29.564827 + - type: Transform + pos: -31.364555,-29.564827 parent: 34 - type: Transform - proto: Mirror entities: - uid: 2215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -48.5,-4.5 parent: 34 - type: Transform - uid: 4597 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,0.5 parent: 34 - type: Transform - uid: 12978 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-39.5 parent: 34 - type: Transform - proto: MonkeyCubeWrapped entities: - uid: 1807 components: - - pos: 11.538644,-40.647446 + - type: Transform + pos: 11.538644,-40.647446 parent: 34 - type: Transform - uid: 2958 components: - - pos: 11.679269,-40.272446 + - type: Transform + pos: 11.679269,-40.272446 parent: 34 - type: Transform - proto: MopBucket entities: - uid: 5567 components: - - pos: -16.48062,2.4929824 + - type: Transform + pos: -16.48062,2.4929824 parent: 34 - type: Transform - uid: 10539 components: - - pos: 4.6722717,-20.514727 + - type: Transform + pos: 4.6722717,-20.514727 parent: 34 - type: Transform - proto: MopItem entities: - uid: 7411 components: - - pos: -49.63304,-18.481379 + - type: Transform + pos: -49.63304,-18.481379 parent: 34 - type: Transform - proto: Morgue entities: - uid: 5136 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-42.5 parent: 34 - type: Transform - uid: 8967 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-42.5 parent: 34 - type: Transform - uid: 8969 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-42.5 parent: 34 - type: Transform - proto: MouseTimedSpawner entities: - uid: 3777 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 34 - type: Transform - uid: 10686 components: - - pos: -19.5,-30.5 + - type: Transform + pos: -19.5,-30.5 parent: 34 - type: Transform - uid: 10815 components: - - pos: 18.5,9.5 + - type: Transform + pos: 18.5,9.5 parent: 34 - type: Transform - - intervalSeconds: 600 + - type: TimedSpawner + intervalSeconds: 600 chance: 0.4 - type: TimedSpawner - uid: 10816 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 34 - type: Transform - - intervalSeconds: 520 + - type: TimedSpawner + intervalSeconds: 520 chance: 0.4 - type: TimedSpawner - uid: 12196 components: - - pos: 32.5,-17.5 + - type: Transform + pos: 32.5,-17.5 parent: 34 - type: Transform - proto: Mousetrap entities: - uid: 3729 components: - - pos: 5.77034,-17.400778 + - type: Transform + pos: 5.77034,-17.400778 parent: 34 - type: Transform - uid: 3730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.187007,-17.734343 parent: 34 - type: Transform - uid: 3732 components: - - pos: -14.619152,-5.5521803 + - type: Transform + pos: -14.619152,-5.5521803 parent: 34 - type: Transform - proto: MousetrapArmed entities: - uid: 10723 components: - - pos: 39.559204,-16.464417 + - type: Transform + pos: 39.559204,-16.464417 parent: 34 - type: Transform - proto: Multitool entities: - uid: 7423 components: - - pos: -28.788094,-8.180353 + - type: Transform + pos: -28.788094,-8.180353 parent: 34 - type: Transform - uid: 12442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.7165976,-41.643085 parent: 34 - type: Transform - proto: NitrogenCanister entities: - uid: 1797 components: - - pos: -38.5,-29.5 + - type: Transform + pos: -38.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 7818 components: - - pos: -52.5,-33.5 + - type: Transform + pos: -52.5,-33.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12979 components: - - pos: -55.5,-16.5 + - type: Transform + pos: -55.5,-16.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: NitrousOxideTankFilled entities: - uid: 8957 components: - - pos: 10.32414,-26.42562 + - type: Transform + pos: 10.32414,-26.42562 parent: 34 - type: Transform - proto: NuclearBomb entities: - uid: 5242 components: - - pos: 25.5,-33.5 + - type: Transform + pos: 25.5,-33.5 parent: 34 - type: Transform - proto: OilJarOlive entities: - uid: 1949 components: - - pos: -8.041328,-6.172539 + - type: Transform + pos: -8.041328,-6.172539 parent: 34 - type: Transform - proto: OperatingTable entities: - uid: 2948 components: - - pos: 9.5,-28.5 + - type: Transform + pos: 9.5,-28.5 parent: 34 - type: Transform - uid: 12380 components: - - pos: -51.5,-17.5 + - type: Transform + pos: -51.5,-17.5 parent: 34 - type: Transform - proto: Oracle entities: - uid: 592 components: - - pos: -25.5,-13.5 + - type: Transform + pos: -25.5,-13.5 parent: 34 - type: Transform - proto: OreBox entities: - uid: 11347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-58.5 parent: 34 - type: Transform - proto: OreProcessor entities: - uid: 11508 components: - - pos: -18.5,-40.5 + - type: Transform + pos: -18.5,-40.5 parent: 34 - type: Transform - proto: OrganArachnidStomach entities: - uid: 12379 components: - - pos: -52.617416,-16.778254 + - type: Transform + pos: -52.617416,-16.778254 parent: 34 - type: Transform - proto: OrganHumanKidneys entities: - uid: 4517 components: - - pos: -52.599697,-18.21204 + - type: Transform + pos: -52.599697,-18.21204 parent: 34 - type: Transform - proto: OxygenCanister entities: - uid: 1798 components: - - pos: -37.5,-29.5 + - type: Transform + pos: -37.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10358 components: - - pos: 29.5,8.5 + - type: Transform + pos: 29.5,8.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10359 components: - - pos: -23.5,-4.5 + - type: Transform + pos: -23.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 10618 components: - - pos: -30.5,-42.5 + - type: Transform + pos: -30.5,-42.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12324 components: - - pos: -52.5,-31.5 + - type: Transform + pos: -52.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 12980 components: - - pos: -50.5,-20.5 + - type: Transform + pos: -50.5,-20.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: PaintingBlunt entities: - uid: 2407 components: - - pos: 10.5,12.5 + - type: Transform + pos: 10.5,12.5 parent: 34 - type: Transform - proto: PaintingSkeletonCigarette entities: - uid: 7096 components: - - pos: -33.5,1.5 + - type: Transform + pos: -33.5,1.5 parent: 34 - type: Transform - proto: PaintingTheGreatWave entities: - uid: 8029 components: - - pos: 33.5,-46.5 + - type: Transform + pos: 33.5,-46.5 parent: 34 - type: Transform - uid: 11936 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 34 - type: Transform - proto: Paper entities: - uid: 1328 components: - - pos: 9.308239,-32.511734 + - type: Transform + pos: 9.308239,-32.511734 parent: 34 - type: Transform - uid: 1333 components: - - pos: 9.308239,-32.277195 + - type: Transform + pos: 9.308239,-32.277195 parent: 34 - type: Transform - uid: 1338 components: - - pos: 9.308239,-32.386646 + - type: Transform + pos: 9.308239,-32.386646 parent: 34 - type: Transform - uid: 1362 components: - - pos: 9.308239,-32.152107 + - type: Transform + pos: 9.308239,-32.152107 parent: 34 - type: Transform - uid: 1906 components: - - pos: -9.339812,-27.507086 + - type: Transform + pos: -9.339812,-27.507086 parent: 34 - type: Transform - uid: 1982 components: - - pos: -17.327166,-19.47925 + - type: Transform + pos: -17.327166,-19.47925 parent: 34 - type: Transform - uid: 1985 components: - - pos: -17.31675,-19.47925 + - type: Transform + pos: -17.31675,-19.47925 parent: 34 - type: Transform - uid: 1986 components: - - pos: -17.31675,-19.47925 + - type: Transform + pos: -17.31675,-19.47925 parent: 34 - type: Transform - uid: 1987 components: - - pos: -17.31675,-19.47925 + - type: Transform + pos: -17.31675,-19.47925 parent: 34 - type: Transform - uid: 1988 components: - - pos: -17.31675,-19.47925 + - type: Transform + pos: -17.31675,-19.47925 parent: 34 - type: Transform - uid: 2028 components: - - pos: -32.142803,3.720985 + - type: Transform + pos: -32.142803,3.720985 parent: 34 - type: Transform - uid: 2254 components: - - pos: -51.69855,-6.4908032 + - type: Transform + pos: -51.69855,-6.4908032 parent: 34 - type: Transform - uid: 2255 components: - - pos: -51.688133,-6.3657165 + - type: Transform + pos: -51.688133,-6.3657165 parent: 34 - type: Transform - uid: 2643 components: - - pos: -28.336557,-8.620605 + - type: Transform + pos: -28.336557,-8.620605 parent: 34 - type: Transform - uid: 2684 components: - - pos: 1.8838005,-18.2281 + - type: Transform + pos: 1.8838005,-18.2281 parent: 34 - type: Transform - uid: 2689 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.3629673,-18.321917 parent: 34 - type: Transform - uid: 3379 components: - - pos: -5.6864357,4.6488633 + - type: Transform + pos: -5.6864357,4.6488633 parent: 34 - type: Transform - uid: 3631 components: - - pos: 19.32178,-3.4320881 + - type: Transform + pos: 19.32178,-3.4320881 parent: 34 - type: Transform - uid: 3632 components: - - pos: 19.44678,-3.5050554 + - type: Transform + pos: 19.44678,-3.5050554 parent: 34 - type: Transform - uid: 3633 components: - - pos: 19.60303,-3.4529357 + - type: Transform + pos: 19.60303,-3.4529357 parent: 34 - type: Transform - uid: 3768 components: - - pos: 29.520655,-10.540871 + - type: Transform + pos: 29.520655,-10.540871 parent: 34 - type: Transform - uid: 3769 components: - - pos: 29.62482,-10.488752 + - type: Transform + pos: 29.62482,-10.488752 parent: 34 - type: Transform - uid: 3770 components: - - pos: 27.53107,-6.433852 + - type: Transform + pos: 27.53107,-6.433852 parent: 34 - type: Transform - uid: 3771 components: - - pos: 27.62482,-6.5276675 + - type: Transform + pos: 27.62482,-6.5276675 parent: 34 - type: Transform - uid: 4464 components: - - pos: 32.318638,-35.18796 + - type: Transform + pos: 32.318638,-35.18796 parent: 34 - type: Transform - uid: 4465 components: - - pos: 32.318638,-35.281776 + - type: Transform + pos: 32.318638,-35.281776 parent: 34 - type: Transform - uid: 4466 components: - - pos: 32.318638,-35.37559 + - type: Transform + pos: 32.318638,-35.37559 parent: 34 - type: Transform - uid: 4467 components: - - pos: 32.334263,-35.469406 + - type: Transform + pos: 32.334263,-35.469406 parent: 34 - type: Transform - uid: 4598 components: - - pos: 41.321945,-0.09843111 + - type: Transform + pos: 41.321945,-0.09843111 parent: 34 - type: Transform - uid: 4775 components: - - pos: 41.71257,-0.0046162605 + - type: Transform + pos: 41.71257,-0.0046162605 parent: 34 - type: Transform - uid: 4776 components: - - pos: 41.58757,-0.2078824 + - type: Transform + pos: 41.58757,-0.2078824 parent: 34 - type: Transform - uid: 4777 components: - - pos: 41.759445,-0.3955121 + - type: Transform + pos: 41.759445,-0.3955121 parent: 34 - type: Transform - uid: 4778 components: - - pos: 41.40007,-0.3955121 + - type: Transform + pos: 41.40007,-0.3955121 parent: 34 - type: Transform - uid: 4779 components: - - pos: 41.321945,-0.2078824 + - type: Transform + pos: 41.321945,-0.2078824 parent: 34 - type: Transform - uid: 4919 components: - - pos: 22.311316,-12.096777 + - type: Transform + pos: 22.311316,-12.096777 parent: 34 - type: Transform - uid: 4920 components: - - pos: 22.311316,-12.206228 + - type: Transform + pos: 22.311316,-12.206228 parent: 34 - type: Transform - uid: 4921 components: - - pos: 22.311316,-12.315678 + - type: Transform + pos: 22.311316,-12.315678 parent: 34 - type: Transform - uid: 4922 components: - - pos: 22.311316,-12.425129 + - type: Transform + pos: 22.311316,-12.425129 parent: 34 - type: Transform - uid: 5800 components: - - pos: -22.62567,5.6665845 + - type: Transform + pos: -22.62567,5.6665845 parent: 34 - type: Transform - uid: 5801 components: - - pos: -22.578794,5.5414977 + - type: Transform + pos: -22.578794,5.5414977 parent: 34 - type: Transform - uid: 7395 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.4358838,-18.415731 parent: 34 - type: Transform - uid: 7546 components: - - pos: -31.765686,-29.31949 + - type: Transform + pos: -31.765686,-29.31949 parent: 34 - type: Transform - uid: 7547 components: - - pos: -31.776102,-29.402882 + - type: Transform + pos: -31.776102,-29.402882 parent: 34 - type: Transform - uid: 7548 components: - - pos: -31.765686,-29.507122 + - type: Transform + pos: -31.765686,-29.507122 parent: 34 - type: Transform - uid: 8025 components: - - pos: -32.12718,3.658441 + - type: Transform + pos: -32.12718,3.658441 parent: 34 - type: Transform - uid: 8026 components: - - pos: -32.12718,3.5646262 + - type: Transform + pos: -32.12718,3.5646262 parent: 34 - type: Transform - uid: 9981 components: - - pos: -28.445932,-8.44873 + - type: Transform + pos: -28.445932,-8.44873 parent: 34 - type: Transform - uid: 10824 components: - - pos: -5.5458107,4.6644883 + - type: Transform + pos: -5.5458107,4.6644883 parent: 34 - type: Transform - uid: 11338 components: - - pos: 30.01355,-44.74732 + - type: Transform + pos: 30.01355,-44.74732 parent: 34 - type: Transform - uid: 11339 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.2323,-44.872406 parent: 34 - type: Transform - uid: 11533 components: - - pos: -28.305307,-8.276855 + - type: Transform + pos: -28.305307,-8.276855 parent: 34 - type: Transform - uid: 11675 components: - - pos: -35.2688,-5.0857 + - type: Transform + pos: -35.2688,-5.0857 parent: 34 - type: Transform - uid: 11676 components: - - pos: -35.310463,-5.169091 + - type: Transform + pos: -35.310463,-5.169091 parent: 34 - type: Transform - uid: 11677 components: - - pos: -35.30005,-5.3150253 + - type: Transform + pos: -35.30005,-5.3150253 parent: 34 - type: Transform - uid: 12127 components: - - pos: -9.339812,-27.434118 + - type: Transform + pos: -9.339812,-27.434118 parent: 34 - type: Transform - uid: 12128 components: - - pos: -9.339812,-27.309032 + - type: Transform + pos: -9.339812,-27.309032 parent: 34 - type: Transform - uid: 12321 components: - - pos: -54.258076,-35.258347 + - type: Transform + pos: -54.258076,-35.258347 parent: 34 - type: Transform - uid: 12322 components: - - pos: -54.226826,-35.52397 + - type: Transform + pos: -54.226826,-35.52397 parent: 34 - type: Transform - proto: PaperDoor entities: - uid: 131 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 34 - type: Transform - uid: 2213 components: - - pos: -46.5,-8.5 + - type: Transform + pos: -46.5,-8.5 parent: 34 - type: Transform - uid: 5858 components: - - pos: -45.5,0.5 + - type: Transform + pos: -45.5,0.5 parent: 34 - type: Transform - uid: 5859 components: - - pos: -49.5,0.5 + - type: Transform + pos: -49.5,0.5 parent: 34 - type: Transform - uid: 10455 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 34 - type: Transform - uid: 12158 components: - - desc: A funny way of saying "tea room." + - type: MetaData + desc: A funny way of saying "tea room." name: chashitsu - type: MetaData - - pos: -55.5,-10.5 + - type: Transform + pos: -55.5,-10.5 parent: 34 - type: Transform - proto: PartRodMetal entities: - uid: 11034 components: - - pos: -58.602688,-22.4019 + - type: Transform + pos: -58.602688,-22.4019 parent: 34 - type: Transform - - count: 4 - type: Stack - - size: 4 - type: Item + - type: Stack + count: 4 + - type: Item + size: 4 - proto: Pen entities: - uid: 2619 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.829333,7.8510137 parent: 34 - type: Transform - proto: PianoInstrument entities: - uid: 7556 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-17.5 parent: 34 - type: Transform - proto: PillTricordrazine entities: - uid: 6568 components: - - pos: 19.251152,-20.558546 + - type: Transform + pos: 19.251152,-20.558546 parent: 34 - type: Transform - proto: PlasmaCanister entities: - uid: 12323 components: - - pos: -52.5,-32.5 + - type: Transform + pos: -52.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 8889 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,-22.5 parent: 34 - type: Transform - uid: 12403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,-24.5 parent: 34 - type: Transform - proto: PlasticFlapsAirtightClear entities: - uid: 11096 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-43.5 parent: 34 - type: Transform - uid: 11814 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-43.5 parent: 34 - type: Transform - proto: PlushieAtmosian entities: - uid: 7822 components: - - pos: -55.47413,-37.50877 + - type: Transform + pos: -55.47413,-37.50877 parent: 34 - type: Transform - uid: 12252 components: - - pos: -47.59705,-31.373934 + - type: Transform + pos: -47.59705,-31.373934 parent: 34 - type: Transform - proto: PlushieBee entities: - uid: 12117 components: - - pos: 48.453728,-6.551665 + - type: Transform + pos: 48.453728,-6.551665 parent: 34 - type: Transform - uid: 12155 components: - - pos: -57.521152,-9.3701515 + - type: Transform + pos: -57.521152,-9.3701515 parent: 34 - type: Transform - proto: PlushieLizard entities: - uid: 11626 components: - - pos: -40.514656,-16.672596 + - type: Transform + pos: -40.514656,-16.672596 parent: 34 - type: Transform - proto: PlushieMothRandom entities: - uid: 12153 components: - - pos: -58.489902,-8.671749 + - type: Transform + pos: -58.489902,-8.671749 parent: 34 - type: Transform - uid: 12154 components: - - pos: -58.541985,-11.340271 + - type: Transform + pos: -58.541985,-11.340271 parent: 34 - type: Transform - proto: PlushieRGBee entities: - uid: 11168 components: - - desc: Don't knock his hustle! + - type: MetaData + desc: Don't knock his hustle! name: Fred - type: MetaData - - pos: -50.507698,12.956425 + - type: Transform + pos: -50.507698,12.956425 parent: 34 - type: Transform - proto: PlushieRouny entities: - uid: 11189 components: - - pos: -54.695198,11.486654 + - type: Transform + pos: -54.695198,11.486654 parent: 34 - type: Transform - proto: PlushieSharkBlue entities: - uid: 2234 components: - - pos: -45.917328,-7.050636 + - type: Transform + pos: -45.917328,-7.050636 parent: 34 - type: Transform - uid: 11187 components: - - pos: -54.507698,12.612436 + - type: Transform + pos: -54.507698,12.612436 parent: 34 - type: Transform - proto: PlushieSharkPink entities: - uid: 2235 components: - - pos: -47.459995,-7.309145 + - type: Transform + pos: -47.459995,-7.309145 parent: 34 - type: Transform - uid: 11188 components: - - pos: -54.320198,12.362263 + - type: Transform + pos: -54.320198,12.362263 parent: 34 - type: Transform - proto: PlushieSlime entities: - uid: 2199 components: - - pos: -41.952106,-5.241523 + - type: Transform + pos: -41.952106,-5.241523 parent: 34 - type: Transform - uid: 11191 components: - - pos: -54.367073,11.533562 + - type: Transform + pos: -54.367073,11.533562 parent: 34 - type: Transform - uid: 11625 components: - - pos: -39.431324,-16.776836 + - type: Transform + pos: -39.431324,-16.776836 parent: 34 - type: Transform - proto: PlushieSnake entities: - uid: 2200 components: - - pos: -42.830803,-6.005159 + - type: Transform + pos: -42.830803,-6.005159 parent: 34 - type: Transform - uid: 11190 components: - - pos: -54.679573,11.68992 + - type: Transform + pos: -54.679573,11.68992 parent: 34 - type: Transform - proto: PlushieSpaceLizard entities: - uid: 11192 components: - - desc: He's perusing the stock... + - type: MetaData + desc: He's perusing the stock... name: Hubert - type: MetaData - - pos: -53.398323,11.502291 + - type: Transform + pos: -53.398323,11.502291 parent: 34 - type: Transform - uid: 11635 components: - - pos: -59.334618,-10.539148 + - type: Transform + pos: -59.334618,-10.539148 parent: 34 - type: Transform - proto: PlushieXeno entities: - uid: 11710 components: - - pos: -57.49212,-15.477257 + - type: Transform + pos: -57.49212,-15.477257 parent: 34 - type: Transform - proto: PortableFlasher entities: - uid: 5545 components: - - pos: 27.5,4.5 + - type: Transform + pos: 27.5,4.5 parent: 34 - type: Transform - proto: PortableGeneratorJrPacman entities: - uid: 4577 components: - - pos: 35.5,-18.5 + - type: Transform + pos: 35.5,-18.5 parent: 34 - type: Transform - proto: PortableGeneratorPacman entities: - uid: 4396 components: - - pos: -33.5,-33.5 + - type: Transform + pos: -33.5,-33.5 parent: 34 - type: Transform - uid: 4398 components: - - pos: -31.5,-33.5 + - type: Transform + pos: -31.5,-33.5 parent: 34 - type: Transform - uid: 6128 components: - - pos: -57.5,-4.5 + - type: Transform + pos: -57.5,-4.5 parent: 34 - type: Transform - proto: PortableGeneratorSuperPacman entities: - uid: 6099 components: - - pos: -27.5,3.5 + - type: Transform + pos: -27.5,3.5 parent: 34 - type: Transform - proto: PortableScrubber entities: - uid: 1165 components: - - pos: -37.5,-32.5 + - type: Transform + pos: -37.5,-32.5 parent: 34 - type: Transform - uid: 2553 components: - - pos: -37.5,-31.5 + - type: Transform + pos: -37.5,-31.5 parent: 34 - type: Transform - uid: 5546 components: - - pos: 10.5,-18.5 + - type: Transform + pos: 10.5,-18.5 parent: 34 - type: Transform - uid: 8114 components: - - pos: 24.5,3.5 + - type: Transform + pos: 24.5,3.5 parent: 34 - type: Transform - proto: PosterBroken entities: - uid: 11001 components: - - pos: 29.5,-38.5 + - type: Transform + pos: 29.5,-38.5 parent: 34 - type: Transform - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - uid: 1520 components: - - pos: -46.5,-32.5 + - type: Transform + pos: -46.5,-32.5 parent: 34 - type: Transform - proto: PosterContrabandBeachStarYamamoto entities: - uid: 3370 components: - - pos: -48.5,-6.5 + - type: Transform + pos: -48.5,-6.5 parent: 34 - type: Transform - proto: PosterContrabandDonutCorp entities: - uid: 11592 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-12.5 parent: 34 - type: Transform - proto: PosterContrabandEAT entities: - uid: 905 components: - - desc: This poster promotes eating tasty burgers! - type: MetaData - - pos: -13.5,-10.5 + - type: MetaData + desc: This poster promotes eating tasty burgers! + - type: Transform + pos: -13.5,-10.5 parent: 34 - type: Transform - proto: PosterContrabandHaveaPuff entities: - uid: 4772 components: - - pos: 35.5,4.5 + - type: Transform + pos: 35.5,4.5 parent: 34 - type: Transform - proto: PosterContrabandPunchShit entities: - uid: 11937 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 34 - type: Transform - proto: PosterContrabandRedRum entities: - uid: 10956 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 34 - type: Transform - proto: PosterContrabandRobustSoftdrinks entities: - uid: 2164 components: - - pos: -36.5,-7.5 + - type: Transform + pos: -36.5,-7.5 parent: 34 - type: Transform - proto: PosterLegit12Gauge entities: - uid: 12213 components: - - pos: 30.5,2.5 + - type: Transform + pos: 30.5,2.5 parent: 34 - type: Transform - proto: PosterLegitBarDrinks entities: - uid: 340 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 34 - type: Transform - uid: 4030 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-44.5 parent: 34 - type: Transform - proto: PosterLegitCarbonDioxide entities: - uid: 3298 components: - - pos: -39.5,-34.5 + - type: Transform + pos: -39.5,-34.5 parent: 34 - type: Transform - proto: PosterLegitHereForYourSafety entities: - uid: 2279 components: - - pos: -28.5,0.5 + - type: Transform + pos: -28.5,0.5 parent: 34 - type: Transform - uid: 11079 components: - - pos: 17.5,-11.5 + - type: Transform + pos: 17.5,-11.5 parent: 34 - type: Transform - proto: PosterLegitMedicate entities: - uid: 1946 components: - - pos: 3.5,-25.5 + - type: Transform + pos: 3.5,-25.5 parent: 34 - type: Transform - proto: PosterLegitNanotrasenLogo entities: - uid: 1991 components: - - pos: -20.5,-20.5 + - type: Transform + pos: -20.5,-20.5 parent: 34 - type: Transform - uid: 12846 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-36.5 parent: 34 - type: Transform - proto: PosterLegitNoERP entities: - uid: 2231 components: - - pos: -46.5,-5.5 + - type: Transform + pos: -46.5,-5.5 parent: 34 - type: Transform - proto: PosterLegitSafetyEyeProtection entities: - uid: 11584 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,-32.5 parent: 34 - type: Transform - proto: PosterLegitSafetyInternals entities: - uid: 1082 components: - - pos: -24.5,-40.5 + - type: Transform + pos: -24.5,-40.5 parent: 34 - type: Transform - proto: PosterLegitSafetyMothBoH entities: - uid: 11585 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-6.5 parent: 34 - type: Transform - proto: PosterLegitSafetyMothFires entities: - uid: 12847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-35.5 parent: 34 - type: Transform - proto: PosterLegitShoukou entities: - uid: 11357 components: - - pos: 38.5,-30.5 + - type: Transform + pos: 38.5,-30.5 parent: 34 - type: Transform - uid: 11943 components: - - pos: 4.5,-46.5 + - type: Transform + pos: 4.5,-46.5 parent: 34 - type: Transform - uid: 12004 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 34 - type: Transform - uid: 12184 components: - - pos: 7.5,19.5 + - type: Transform + pos: 7.5,19.5 parent: 34 - type: Transform - proto: PosterLegitSpaceCops entities: - uid: 12215 components: - - pos: 21.5,-19.5 + - type: Transform + pos: 21.5,-19.5 parent: 34 - type: Transform - proto: PosterLegitUeNo entities: - uid: 5861 components: - - pos: -47.5,0.5 + - type: Transform + pos: -47.5,0.5 parent: 34 - type: Transform - proto: PosterMapShoukou entities: - uid: 5862 components: - - pos: 3.5,-46.5 + - type: Transform + pos: 3.5,-46.5 parent: 34 - type: Transform - uid: 11718 components: - - pos: 39.5,-30.5 + - type: Transform + pos: 39.5,-30.5 parent: 34 - type: Transform - uid: 11780 components: - - pos: 11.5,19.5 + - type: Transform + pos: 11.5,19.5 parent: 34 - type: Transform - proto: PottedPlant10 entities: - uid: 2597 components: - - pos: 13.5,19.5 + - type: Transform + pos: 13.5,19.5 parent: 34 - type: Transform - uid: 3372 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 34 - type: Transform - uid: 3374 components: - - pos: -11.5,-19.5 + - type: Transform + pos: -11.5,-19.5 parent: 34 - type: Transform - uid: 3602 components: - - pos: 42.5,-31.5 + - type: Transform + pos: 42.5,-31.5 parent: 34 - type: Transform - uid: 4458 components: - - pos: 36.5,-31.5 + - type: Transform + pos: 36.5,-31.5 parent: 34 - type: Transform - uid: 4503 components: - - pos: 10.471451,-47.802937 + - type: Transform + pos: 10.471451,-47.802937 parent: 34 - type: Transform - uid: 5527 components: - - pos: 35.5,-41.5 + - type: Transform + pos: 35.5,-41.5 parent: 34 - type: Transform - uid: 10227 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 34 - type: Transform - uid: 10228 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 34 - type: Transform - uid: 10297 components: - - pos: -51.5,-9.5 + - type: Transform + pos: -51.5,-9.5 parent: 34 - type: Transform - uid: 11046 components: - - pos: 18.5,-29.5 + - type: Transform + pos: 18.5,-29.5 parent: 34 - type: Transform - uid: 11047 components: - - pos: 12.5,-29.5 + - type: Transform + pos: 12.5,-29.5 parent: 34 - type: Transform - uid: 11621 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 34 - type: Transform - uid: 11831 components: - - pos: 5.5,19.5 + - type: Transform + pos: 5.5,19.5 parent: 34 - type: Transform - uid: 11883 components: - - pos: -4.5,13.5 + - type: Transform + pos: -4.5,13.5 parent: 34 - type: Transform - uid: 12002 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 34 - type: Transform - uid: 12003 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 34 - type: Transform - uid: 12892 components: - - pos: 42.5,-36.5 + - type: Transform + pos: 42.5,-36.5 parent: 34 - type: Transform - proto: PottedPlant21 entities: - uid: 10347 components: - - pos: 29.5,-29.5 + - type: Transform + pos: 29.5,-29.5 parent: 34 - type: Transform - uid: 10348 components: - - pos: 33.5,-29.5 + - type: Transform + pos: 33.5,-29.5 parent: 34 - type: Transform - proto: PottedPlant22 entities: - uid: 4245 components: - - pos: 14.5,-24.5 + - type: Transform + pos: 14.5,-24.5 parent: 34 - type: Transform - uid: 4246 components: - - pos: 16.5,-24.5 + - type: Transform + pos: 16.5,-24.5 parent: 34 - type: Transform - proto: PottedPlantBioluminscent entities: - uid: 10349 components: - - pos: 29.5,-27.5 + - type: Transform + pos: 29.5,-27.5 parent: 34 - type: Transform - uid: 10350 components: - - pos: 33.5,-27.5 + - type: Transform + pos: 33.5,-27.5 parent: 34 - type: Transform - uid: 11334 components: - - pos: 4.5,-42.5 + - type: Transform + pos: 4.5,-42.5 parent: 34 - type: Transform - proto: PottedPlantRandom entities: - uid: 790 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 34 - type: Transform - uid: 791 components: - - pos: -5.5,-19.5 + - type: Transform + pos: -5.5,-19.5 parent: 34 - type: Transform - uid: 2191 components: - - pos: -41.5,-3.5 + - type: Transform + pos: -41.5,-3.5 parent: 34 - type: Transform - uid: 2276 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 34 - type: Transform - uid: 2532 components: - - pos: -35.5,-14.5 + - type: Transform + pos: -35.5,-14.5 parent: 34 - type: Transform - uid: 2533 components: - - pos: -29.5,-13.5 + - type: Transform + pos: -29.5,-13.5 parent: 34 - type: Transform - uid: 2534 components: - - pos: -24.5,-13.5 + - type: Transform + pos: -24.5,-13.5 parent: 34 - type: Transform - uid: 2552 components: - - pos: -31.5,-19.5 + - type: Transform + pos: -31.5,-19.5 parent: 34 - type: Transform - uid: 3375 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 34 - type: Transform - uid: 3566 components: - - pos: 26.5,-5.5 + - type: Transform + pos: 26.5,-5.5 parent: 34 - type: Transform - uid: 3961 components: - - pos: -5.5,-48.5 + - type: Transform + pos: -5.5,-48.5 parent: 34 - type: Transform - uid: 4365 components: - - pos: 30.5,-32.5 + - type: Transform + pos: 30.5,-32.5 parent: 34 - type: Transform - uid: 5241 components: - - pos: 30.5,-37.5 + - type: Transform + pos: 30.5,-37.5 parent: 34 - type: Transform - uid: 8020 components: - - pos: 3.5,-29.5 + - type: Transform + pos: 3.5,-29.5 parent: 34 - type: Transform - uid: 8082 components: - - pos: -30.5,-23.5 + - type: Transform + pos: -30.5,-23.5 parent: 34 - type: Transform - uid: 8912 components: - - pos: 27.5,-11.5 + - type: Transform + pos: 27.5,-11.5 parent: 34 - type: Transform - uid: 10223 components: - - pos: 22.5,-29.5 + - type: Transform + pos: 22.5,-29.5 parent: 34 - type: Transform - uid: 10224 components: - - pos: 22.5,-27.5 + - type: Transform + pos: 22.5,-27.5 parent: 34 - type: Transform - uid: 10293 components: - - pos: -1.5,-22.5 + - type: Transform + pos: -1.5,-22.5 parent: 34 - type: Transform - uid: 10294 components: - - pos: 9.5,-22.5 + - type: Transform + pos: 9.5,-22.5 parent: 34 - type: Transform - uid: 10416 components: - - pos: -19.5,0.5 + - type: Transform + pos: -19.5,0.5 parent: 34 - type: Transform - uid: 10491 components: - - pos: 45.5,1.5 + - type: Transform + pos: 45.5,1.5 parent: 34 - type: Transform - uid: 10522 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 34 - type: Transform - uid: 10634 components: - - pos: 14.5,6.5 + - type: Transform + pos: 14.5,6.5 parent: 34 - type: Transform - uid: 10635 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 34 - type: Transform - uid: 10837 components: - - pos: -3.5,-38.5 + - type: Transform + pos: -3.5,-38.5 parent: 34 - type: Transform - uid: 10838 components: - - pos: -3.5,-31.5 + - type: Transform + pos: -3.5,-31.5 parent: 34 - type: Transform - uid: 11526 components: - - pos: -48.5,-27.5 + - type: Transform + pos: -48.5,-27.5 parent: 34 - type: Transform - uid: 11596 components: - - pos: -40.5,-19.5 + - type: Transform + pos: -40.5,-19.5 parent: 34 - type: Transform - uid: 11600 components: - - pos: -39.5,-15.5 + - type: Transform + pos: -39.5,-15.5 parent: 34 - type: Transform - uid: 11663 components: - - pos: -36.5,1.5 + - type: Transform + pos: -36.5,1.5 parent: 34 - type: Transform - uid: 11773 components: - - pos: 4.5,17.5 + - type: Transform + pos: 4.5,17.5 + parent: 34 + - uid: 11876 + components: + - type: Transform + pos: -26.5,-29.5 parent: 34 - type: Transform - uid: 11944 components: - - pos: -3.5,-29.5 + - type: Transform + pos: -3.5,-29.5 parent: 34 - type: Transform - uid: 11949 components: - - pos: -3.5,-40.5 + - type: Transform + pos: -3.5,-40.5 parent: 34 - type: Transform - uid: 12454 components: - - pos: -1.5,-45.5 + - type: Transform + pos: -1.5,-45.5 parent: 34 - type: Transform - uid: 12537 components: - - pos: -14.5,-24.5 + - type: Transform + pos: -14.5,-24.5 parent: 34 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 1767 components: - - pos: -42.5,-27.5 - parent: 34 - type: Transform - - uid: 1961 - components: - - pos: -16.5,-19.5 + - type: Transform + pos: -42.5,-27.5 parent: 34 - type: Transform - uid: 2060 components: - - pos: -41.5,-24.5 + - type: Transform + pos: -41.5,-24.5 parent: 34 - type: Transform - uid: 4748 components: - - pos: 29.5,-5.5 + - type: Transform + pos: 29.5,-5.5 parent: 34 - type: Transform - uid: 4853 components: - - pos: 47.5,1.5 + - type: Transform + pos: 47.5,1.5 parent: 34 - type: Transform - uid: 4952 components: - - pos: 49.5,1.5 + - type: Transform + pos: 49.5,1.5 parent: 34 - type: Transform - uid: 10296 components: - - pos: -51.5,-1.5 + - type: Transform + pos: -51.5,-1.5 parent: 34 - type: Transform - uid: 10414 components: - - pos: -37.5,-2.5 + - type: Transform + pos: -37.5,-2.5 parent: 34 - type: Transform - uid: 11553 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 34 - type: Transform - uid: 11892 components: - - pos: -37.5,-8.5 + - type: Transform + pos: -37.5,-8.5 parent: 34 - type: Transform - uid: 12193 components: - - pos: 20.5,-14.5 + - type: Transform + pos: 20.5,-14.5 parent: 34 - type: Transform - uid: 12194 components: - - pos: 19.5,-10.5 + - type: Transform + pos: 19.5,-10.5 parent: 34 - type: Transform - proto: PowerCellRecharger entities: - uid: 1367 components: - - pos: -31.5,-11.5 + - type: Transform + pos: -31.5,-11.5 parent: 34 - type: Transform - uid: 1375 components: - - pos: -42.5,10.5 + - type: Transform + pos: -42.5,10.5 parent: 34 - type: Transform - uid: 7402 components: - - pos: 5.5,-29.5 + - type: Transform + pos: 5.5,-29.5 parent: 34 - type: Transform - uid: 7426 components: - - pos: -22.5,1.5 + - type: Transform + pos: -22.5,1.5 parent: 34 - type: Transform - uid: 9103 components: - - pos: -42.5,-18.5 + - type: Transform + pos: -42.5,-18.5 parent: 34 - type: Transform - uid: 10427 components: - - pos: -22.5,-27.5 + - type: Transform + pos: -22.5,-27.5 parent: 34 - type: Transform - uid: 11331 components: - - pos: 23.5,-15.5 + - type: Transform + pos: 23.5,-15.5 parent: 34 - type: Transform - uid: 11337 components: - - pos: 28.5,-45.5 + - type: Transform + pos: 28.5,-45.5 parent: 34 - type: Transform - proto: Poweredlight entities: - uid: 2 components: - - pos: 3.5,-47.5 + - type: Transform + pos: 3.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-42.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-52.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 14 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-49.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 40 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-52.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 44 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 48 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-35.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 56 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-50.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 86 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 89 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-38.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 182 - components: - - rot: -1.5707963267948966 rad - pos: 14.5,16.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 252 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 591 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 641 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 666 components: - - pos: -0.5,-39.5 + - type: Transform + pos: -0.5,-39.5 parent: 34 - type: Transform - uid: 721 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-37.5 parent: 34 - type: Transform - uid: 772 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 39.5,-36.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 920 components: - - pos: -9.5,-40.5 + - type: Transform + pos: -9.5,-40.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1010 components: - - pos: -0.5,-17.5 + - type: Transform + pos: -0.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1018 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1027 components: - - pos: 7.5,-22.5 + - type: Transform + pos: 7.5,-22.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1091 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-43.5 parent: 34 - type: Transform - uid: 1335 components: - - pos: -2.5,-45.5 + - type: Transform + pos: -2.5,-45.5 parent: 34 - type: Transform - uid: 1388 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,-37.5 parent: 34 - type: Transform - uid: 1720 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-45.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1722 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-41.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1723 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -36.5,-39.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,-33.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1866 components: - - pos: -45.5,-29.5 + - type: Transform + pos: -45.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-34.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1969 components: - - pos: -17.5,-16.5 + - type: Transform + pos: -17.5,-16.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1970 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2031 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-48.5 parent: 34 - type: Transform - uid: 2064 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-25.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2133 components: - - pos: -14.5,-10.5 + - type: Transform + pos: -14.5,-10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2134 components: - - pos: -13.5,-24.5 + - type: Transform + pos: -13.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2135 components: - - pos: -8.5,-24.5 + - type: Transform + pos: -8.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-38.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2143 components: - - pos: -9.5,-29.5 + - type: Transform + pos: -9.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-11.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2154 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2159 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2162 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-2.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2165 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2166 components: - - pos: -44.5,-9.5 + - type: Transform + pos: -44.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2167 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -43.5,-6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,-5.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2211 components: - - pos: -50.5,-9.5 + - type: Transform + pos: -50.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -32.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-15.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2287 components: - - pos: -34.5,-3.5 + - type: Transform + pos: -34.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -42.5,-16.5 parent: 34 - type: Transform - uid: 2380 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -38.5,-33.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2381 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-34.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2486 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-40.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2511 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -47.5,-12.5 parent: 34 - type: Transform - uid: 2640 components: - - pos: -48.5,-16.5 + - type: Transform + pos: -48.5,-16.5 parent: 34 - type: Transform - uid: 2668 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3288 components: - - pos: -26.5,-25.5 + - type: Transform + pos: -26.5,-25.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3290 components: - - pos: -21.5,-25.5 + - type: Transform + pos: -21.5,-25.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-23.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3303 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3308 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-11.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -31.5,-6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3335 components: - - pos: -32.5,-17.5 + - type: Transform + pos: -32.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,-14.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -35.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4199 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4249 components: - - pos: 20.5,-22.5 + - type: Transform + pos: 20.5,-22.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4250 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-26.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-21.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4254 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4255 components: - - pos: 18.5,-12.5 + - type: Transform + pos: 18.5,-12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4259 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4288 components: - - pos: 37.5,-31.5 + - type: Transform + pos: 37.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-40.5 parent: 34 - type: Transform - uid: 4460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-22.5 parent: 34 - type: Transform - uid: 4758 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 44.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4761 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,5.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4794 components: - - pos: 48.5,1.5 + - type: Transform + pos: 48.5,1.5 parent: 34 - type: Transform - uid: 4907 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4909 components: - - pos: 17.5,-16.5 + - type: Transform + pos: 17.5,-16.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4910 components: - - pos: 24.5,-19.5 + - type: Transform + pos: 24.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 25.5,-12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4912 components: - - pos: 26.5,-13.5 + - type: Transform + pos: 26.5,-13.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4933 components: - - pos: 19.5,-9.5 + - type: Transform + pos: 19.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4934 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4935 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4936 components: - - pos: 18.5,-3.5 + - type: Transform + pos: 18.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4937 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 24.5,-4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4938 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4939 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4940 components: - - pos: 28.5,-9.5 + - type: Transform + pos: 28.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4942 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,0.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4943 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 29.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4944 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4945 components: - - pos: 25.5,1.5 + - type: Transform + pos: 25.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4946 components: - - pos: 21.5,1.5 + - type: Transform + pos: 21.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5524 components: - - pos: 39.5,-38.5 + - type: Transform + pos: 39.5,-38.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 39.5,-41.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 36.5,-41.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5533 components: - - pos: 30.5,-31.5 + - type: Transform + pos: 30.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5534 components: - - pos: 40.5,-31.5 + - type: Transform + pos: 40.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5535 components: - - pos: 34.5,-31.5 + - type: Transform + pos: 34.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 30.5,-37.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5537 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-37.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5572 components: - - pos: -17.5,4.5 + - type: Transform + pos: -17.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5573 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5585 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 34 - type: Transform - uid: 5804 components: - - pos: -24.5,5.5 + - type: Transform + pos: -24.5,5.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5806 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5807 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -34.5,-44.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5990 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-42.5 parent: 34 - type: Transform - uid: 6051 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 28.5,-24.5 parent: 34 - type: Transform - uid: 6055 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6056 components: - - pos: 31.5,-27.5 + - type: Transform + pos: 31.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6058 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6061 components: - - pos: 14.5,-26.5 + - type: Transform + pos: 14.5,-26.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6062 components: - - pos: 16.5,-26.5 + - type: Transform + pos: 16.5,-26.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6078 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6079 components: - - pos: -27.5,-13.5 + - type: Transform + pos: -27.5,-13.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6082 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -24.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -31.5,-23.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6089 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -28.5,-23.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6090 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,-23.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6091 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-38.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,13.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6240 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6242 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,2.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,2.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6247 components: - - pos: 17.5,6.5 + - type: Transform + pos: 17.5,6.5 + parent: 34 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6392 + components: + - type: Transform + pos: 14.5,18.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - uid: 6961 components: - - pos: 10.5,-47.5 + - type: Transform + pos: 10.5,-47.5 parent: 34 - type: Transform - uid: 7082 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-4.5 parent: 34 - type: Transform - uid: 7102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,2.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7150 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -38.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7165 components: - - pos: 17.5,-36.5 + - type: Transform + pos: 17.5,-36.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7167 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,-38.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7406 components: - - pos: -38.5,-35.5 + - type: Transform + pos: -38.5,-35.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -34.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7814 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-53.5 parent: 34 - type: Transform - uid: 7848 components: - - pos: 6.5,-39.5 + - type: Transform + pos: 6.5,-39.5 parent: 34 - type: Transform - uid: 8002 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -28.5,-25.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8121 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 47.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8893 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-14.5 parent: 34 - type: Transform - uid: 8905 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-34.5 parent: 34 - type: Transform - uid: 8920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,1.5 parent: 34 - type: Transform - uid: 9596 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-43.5 parent: 34 - type: Transform - uid: 10303 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 10419 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 10420 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 10601 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11094 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-34.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,19.5 parent: 34 - type: Transform - uid: 11371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 50.5,-4.5 parent: 34 - type: Transform - uid: 11444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-17.5 parent: 34 - type: Transform - uid: 11490 components: - - pos: -42.5,-12.5 + - type: Transform + pos: -42.5,-12.5 parent: 34 - type: Transform - uid: 11501 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-22.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11503 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -47.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11504 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11507 components: - - pos: -51.5,-24.5 + - type: Transform + pos: -51.5,-24.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11509 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11510 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11582 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-37.5 parent: 34 - type: Transform - uid: 11622 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11624 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-17.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11632 components: - - pos: 29.5,-9.5 + - type: Transform + pos: 29.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11634 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11678 components: - - pos: 7.5,-31.5 + - type: Transform + pos: 7.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11691 components: - - pos: 2.5,-31.5 + - type: Transform + pos: 2.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11721 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-34.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11722 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11723 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11724 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11725 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11726 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-27.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11727 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-26.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11728 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11732 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-35.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11877 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,15.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11923 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11924 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11939 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11946 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11947 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12102 components: - - anchored: False + - type: Transform + anchored: False rot: 1.5707963267948966 rad - pos: -34.351696,-50.423775 - parent: 35 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + pos: -34.5,-52.5 + parent: 34 + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12104 components: - - rot: 1.5707963267948966 rad - pos: -34.5,-47.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12106 components: - - pos: -37.5,-47.5 + - type: Transform + pos: -37.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -37.5,-51.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12232 components: - - pos: -25.5,-29.5 + - type: Transform + pos: -25.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12233 components: - - pos: -32.5,-29.5 + - type: Transform + pos: -32.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,-42.5 parent: 34 - type: Transform - uid: 12346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-53.5 parent: 34 - type: Transform - uid: 12400 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-35.5 parent: 34 - type: Transform - uid: 12406 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 34 - type: Transform - uid: 12445 components: - - pos: -16.5,-37.5 + - type: Transform + pos: -16.5,-37.5 parent: 34 - type: Transform - uid: 12449 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-38.5 parent: 34 - type: Transform - uid: 12494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-36.5 parent: 34 - type: Transform - uid: 12502 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-42.5 parent: 34 - type: Transform - uid: 12503 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-37.5 parent: 34 - type: Transform - uid: 12608 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-35.5 parent: 34 - type: Transform - uid: 12805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,10.5 parent: 34 - type: Transform - uid: 12888 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-4.5 parent: 34 - type: Transform - uid: 12891 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 42.5,-8.5 parent: 34 - type: Transform - uid: 12906 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-11.5 parent: 34 - type: Transform - uid: 12926 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.5,-10.5 parent: 34 - type: Transform -- proto: PoweredLightColoredBlack - entities: - - uid: 2328 - components: - - pos: 8.5,-7.5 - parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredLightColoredFrostyBlue - entities: - - uid: 2063 + - uid: 13029 components: - - pos: 4.5,-3.5 + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver - - uid: 6145 + - uid: 13030 components: - - pos: 2.5,-3.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-28.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredLightColoredRed - entities: - - uid: 6047 + - uid: 13117 components: - - rot: 3.141592653589793 rad - pos: 48.5,-25.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-15.5 parent: 34 - type: Transform - - uid: 6048 + - uid: 13141 components: - - pos: 48.5,-21.5 + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,14.5 parent: 34 - type: Transform -- proto: PoweredlightExterior +- proto: PoweredLightBlueInterior entities: - uid: 1512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -52.5,-49.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1864 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -48.5,-49.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5072 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -23.5,9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5530 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-31.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5531 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-37.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5802 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6049 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-25.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6050 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 45.5,-21.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8032 components: - - pos: 27.5,-47.5 + - type: Transform + pos: 27.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8033 components: - - pos: 34.5,-47.5 + - type: Transform + pos: 34.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 10632 components: - - anchored: False + - type: Transform + anchored: False rot: -1.5707963267948966 rad - pos: -12.351697,-38.423775 - parent: 35 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + pos: -12.5,-40.5 + parent: 34 + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11230 components: - - pos: 18.5,-47.5 + - type: Transform + pos: 18.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightColoredBlack + entities: + - uid: 2328 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 34 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightColoredFrostyBlue + entities: + - uid: 2063 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 34 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6145 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 34 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightColoredRed + entities: + - uid: 6047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-25.5 + parent: 34 + - uid: 6048 + components: + - type: Transform + pos: 48.5,-21.5 + parent: 34 - proto: PoweredlightLED entities: - uid: 1513 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-47.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1576 components: - - pos: -47.5,-33.5 + - type: Transform + pos: -47.5,-33.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1856 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -48.5,-39.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1863 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -50.5,-41.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-42.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2126 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-14.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-21.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2129 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-15.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-22.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6052 components: - - pos: 26.5,-22.5 + - type: Transform + pos: 26.5,-22.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6053 components: - - pos: 35.5,-21.5 + - type: Transform + pos: 35.5,-21.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6054 components: - - pos: 30.5,-21.5 + - type: Transform + pos: 30.5,-21.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6059 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-32.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6060 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-32.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightPostSmall entities: - uid: 12689 components: - - pos: -39.5,-57.5 + - type: Transform + pos: -39.5,-57.5 parent: 34 - type: Transform - uid: 12690 components: - - pos: -33.5,-59.5 + - type: Transform + pos: -33.5,-59.5 parent: 34 - type: Transform - uid: 12784 components: - - pos: 14.5,-49.5 + - type: Transform + pos: 14.5,-49.5 parent: 34 - type: Transform - proto: PoweredSmallLight entities: - uid: 6 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-40.5 parent: 34 - type: Transform - uid: 2168 components: - - pos: -46.5,-6.5 + - type: Transform + pos: -46.5,-6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2169 components: - - pos: -50.5,-6.5 + - type: Transform + pos: -50.5,-6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 2171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -50.5,-4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3309 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3313 components: - - pos: -26.5,-3.5 + - type: Transform + pos: -26.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -25.5,-7.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 3362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -32.5,-15.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4126 components: - - pos: 13.5,-40.5 + - type: Transform + pos: 13.5,-40.5 parent: 34 - type: Transform - uid: 4740 components: - - pos: 37.5,1.5 + - type: Transform + pos: 37.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4741 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 37.5,-0.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4890 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 35.5,-4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 4908 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 30.5,-18.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5411 components: - - pos: 36.5,-43.5 + - type: Transform + pos: 36.5,-43.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5487 components: - - pos: 32.5,-42.5 + - type: Transform + pos: 32.5,-42.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 37.5,-28.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5529 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-29.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-35.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5805 components: - - pos: -26.5,8.5 + - type: Transform + pos: -26.5,8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5922 components: - - pos: -50.5,2.5 + - type: Transform + pos: -50.5,2.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5923 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,1.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5924 components: - - pos: -36.5,5.5 + - type: Transform + pos: -36.5,5.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5953 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5954 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-19.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6095 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-11.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 6569 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-43.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7382 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 22.5,4.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8607 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8608 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 8650 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 9547 components: - - pos: -29.5,-42.5 + - type: Transform + pos: -29.5,-42.5 parent: 34 - type: Transform - uid: 10114 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-45.5 parent: 34 - type: Transform - uid: 10648 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 10655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 10789 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11036 components: - - pos: -30.5,-52.5 + - type: Transform + pos: -30.5,-52.5 parent: 34 - type: Transform - uid: 11219 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,12.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11275 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,10.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11296 components: - - pos: -58.5,-8.5 + - type: Transform + pos: -58.5,-8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 11311 components: - - pos: -25.5,-41.5 + - type: Transform + pos: -25.5,-41.5 parent: 34 - type: Transform - uid: 11719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-45.5 parent: 34 - type: Transform - uid: 12174 components: - - pos: 39.5,-23.5 + - type: Transform + pos: 39.5,-23.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 12317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-34.5 parent: 34 - type: Transform - uid: 12601 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-26.5 parent: 34 - type: Transform - uid: 12607 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-30.5 parent: 34 - type: Transform - uid: 12917 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-6.5 parent: 34 - type: Transform - uid: 12920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-9.5 parent: 34 - type: Transform - uid: 12921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-12.5 parent: 34 - type: Transform - uid: 12922 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,-12.5 parent: 34 - type: Transform - uid: 12923 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,-9.5 parent: 34 - type: Transform - uid: 12924 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 39.5,-6.5 parent: 34 - type: Transform - proto: PoweredSmallLightEmpty entities: - uid: 3312 components: - - pos: -54.5,8.5 + - type: Transform + pos: -54.5,8.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,6.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 5932 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -55.5,3.5 parent: 34 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightMaintenance entities: - uid: 2087 components: - - pos: 16.5,-44.5 + - type: Transform + pos: 16.5,-44.5 parent: 34 - type: Transform - proto: PoweredSmallLightMaintenanceRed entities: - uid: 2088 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 31.5,-6.5 parent: 34 - type: Transform - uid: 4904 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-15.5 parent: 34 - type: Transform - uid: 4979 components: - - pos: 17.5,9.5 + - type: Transform + pos: 17.5,9.5 parent: 34 - type: Transform - uid: 5067 components: - - pos: 32.5,-39.5 + - type: Transform + pos: 32.5,-39.5 parent: 34 - type: Transform - uid: 5931 components: - - pos: 18.5,-41.5 + - type: Transform + pos: 18.5,-41.5 parent: 34 - type: Transform - uid: 5942 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-12.5 parent: 34 - type: Transform - uid: 6152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-1.5 parent: 34 - type: Transform - uid: 6236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,2.5 parent: 34 - type: Transform - uid: 7145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-45.5 parent: 34 - type: Transform - uid: 8981 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -53.5,-10.5 parent: 34 - type: Transform - uid: 10627 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,3.5 parent: 34 - type: Transform - uid: 10646 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,4.5 parent: 34 - type: Transform - uid: 10647 components: - - pos: 25.5,-39.5 + - type: Transform + pos: 25.5,-39.5 parent: 34 - type: Transform - uid: 10661 components: - - pos: 25.5,8.5 + - type: Transform + pos: 25.5,8.5 parent: 34 - type: Transform - uid: 10673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-15.5 parent: 34 - type: Transform - uid: 10687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-16.5 parent: 34 - type: Transform - uid: 10772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -22.5,-17.5 parent: 34 - type: Transform - uid: 11137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-4.5 parent: 34 - type: Transform - uid: 11138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -23.5,-11.5 parent: 34 - type: Transform - uid: 11449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-18.5 parent: 34 - type: Transform - uid: 11450 components: - - pos: -16.5,-29.5 + - type: Transform + pos: -16.5,-29.5 parent: 34 - type: Transform - uid: 12967 components: - - pos: 37.5,-6.5 + - type: Transform + pos: 37.5,-6.5 parent: 34 - type: Transform - uid: 12968 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -21.5,-36.5 parent: 34 - type: Transform - uid: 12989 components: - - pos: -42.5,-21.5 + - type: Transform + pos: -42.5,-21.5 parent: 34 - type: Transform - uid: 12990 components: - - pos: -50.5,-12.5 + - type: Transform + pos: -50.5,-12.5 parent: 34 - type: Transform - proto: Protolathe entities: - uid: 11301 components: - - pos: -35.5,-17.5 + - type: Transform + pos: -35.5,-17.5 parent: 34 - type: Transform - uid: 12493 components: - - pos: -44.5,-12.5 + - type: Transform + pos: -44.5,-12.5 parent: 34 - type: Transform - proto: Rack entities: - uid: 140 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 34 - type: Transform - uid: 171 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 34 - type: Transform - uid: 281 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 34 - type: Transform - uid: 618 components: - - pos: -35.5,-11.5 + - type: Transform + pos: -35.5,-11.5 parent: 34 - type: Transform - uid: 675 components: - - pos: -8.5,-38.5 + - type: Transform + pos: -8.5,-38.5 parent: 34 - type: Transform - uid: 822 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 34 - type: Transform - uid: 915 components: - - pos: -35.5,-10.5 + - type: Transform + pos: -35.5,-10.5 parent: 34 - type: Transform - uid: 1028 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 34 - type: Transform - uid: 1098 components: - - pos: -24.5,-29.5 + - type: Transform + pos: -24.5,-29.5 parent: 34 - type: Transform - uid: 1099 components: - - pos: -32.5,-27.5 - parent: 34 - type: Transform - - uid: 1352 - components: - - pos: 7.5,-32.5 + - type: Transform + pos: -32.5,-27.5 parent: 34 - type: Transform - uid: 1361 components: - - pos: 3.5,-31.5 + - type: Transform + pos: 3.5,-31.5 parent: 34 - type: Transform - uid: 1964 components: - - pos: -18.5,-16.5 + - type: Transform + pos: -18.5,-16.5 parent: 34 - type: Transform - uid: 2313 components: - - pos: -22.5,-25.5 + - type: Transform + pos: -22.5,-25.5 parent: 34 - type: Transform - uid: 2314 components: - - pos: -23.5,-25.5 + - type: Transform + pos: -23.5,-25.5 parent: 34 - type: Transform - uid: 2315 components: - - pos: -24.5,-25.5 + - type: Transform + pos: -24.5,-25.5 parent: 34 - type: Transform - uid: 2410 components: - - pos: 18.5,1.5 + - type: Transform + pos: 18.5,1.5 parent: 34 - type: Transform - uid: 2539 components: - - pos: -45.5,-12.5 + - type: Transform + pos: -45.5,-12.5 parent: 34 - type: Transform - uid: 2543 components: - - pos: -47.5,-12.5 + - type: Transform + pos: -47.5,-12.5 parent: 34 - type: Transform - uid: 2551 components: - - pos: -46.5,-12.5 + - type: Transform + pos: -46.5,-12.5 parent: 34 - type: Transform - uid: 2669 components: - - pos: 7.5,-35.5 + - type: Transform + pos: 7.5,-35.5 parent: 34 - type: Transform - uid: 2697 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-43.5 parent: 34 - type: Transform - uid: 2956 components: - - pos: 2.5,-34.5 + - type: Transform + pos: 2.5,-34.5 parent: 34 - type: Transform - uid: 3581 components: - - pos: 24.5,-19.5 + - type: Transform + pos: 24.5,-19.5 parent: 34 - type: Transform - uid: 3583 components: - - pos: 22.5,-19.5 + - type: Transform + pos: 22.5,-19.5 parent: 34 - type: Transform - uid: 3592 components: - - pos: 26.5,1.5 + - type: Transform + pos: 26.5,1.5 parent: 34 - type: Transform - uid: 3715 components: - - pos: 29.5,3.5 + - type: Transform + pos: 29.5,3.5 parent: 34 - type: Transform - uid: 3717 components: - - pos: 26.5,4.5 + - type: Transform + pos: 26.5,4.5 parent: 34 - type: Transform - uid: 3718 components: - - pos: 26.5,3.5 + - type: Transform + pos: 26.5,3.5 parent: 34 - type: Transform - uid: 3764 components: - - pos: -31.5,-50.5 + - type: Transform + pos: -31.5,-50.5 parent: 34 - type: Transform - uid: 3815 components: - - pos: 8.5,-18.5 + - type: Transform + pos: 8.5,-18.5 parent: 34 - type: Transform - uid: 4170 components: - - pos: 26.5,-19.5 + - type: Transform + pos: 26.5,-19.5 parent: 34 - type: Transform - uid: 4451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-38.5 parent: 34 - type: Transform - uid: 4710 components: - - pos: 37.5,6.5 + - type: Transform + pos: 37.5,6.5 parent: 34 - type: Transform - uid: 4805 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-2.5 parent: 34 - type: Transform - uid: 4859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 38.5,-4.5 parent: 34 - type: Transform - uid: 4947 components: - - pos: 17.5,-10.5 + - type: Transform + pos: 17.5,-10.5 parent: 34 - type: Transform - uid: 5143 components: - - pos: -19.5,-14.5 + - type: Transform + pos: -19.5,-14.5 parent: 34 - type: Transform - uid: 5245 components: - - pos: 24.5,-33.5 + - type: Transform + pos: 24.5,-33.5 parent: 34 - type: Transform - uid: 5246 components: - - pos: 26.5,-33.5 + - type: Transform + pos: 26.5,-33.5 parent: 34 - type: Transform - uid: 5417 components: - - pos: 28.5,-43.5 + - type: Transform + pos: 28.5,-43.5 parent: 34 - type: Transform - uid: 5555 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 34 - type: Transform - uid: 5556 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 34 - type: Transform - uid: 5875 components: - - pos: -56.5,3.5 + - type: Transform + pos: -56.5,3.5 parent: 34 - type: Transform - uid: 5961 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 + parent: 34 + - uid: 6524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-31.5 parent: 34 - type: Transform - uid: 7420 components: - - pos: -43.5,-31.5 + - type: Transform + pos: -43.5,-31.5 parent: 34 - type: Transform - uid: 8000 components: - - pos: -37.5,-51.5 + - type: Transform + pos: -37.5,-51.5 parent: 34 - type: Transform - uid: 8108 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 34 - type: Transform - uid: 10906 components: - - pos: 37.5,-27.5 + - type: Transform + pos: 37.5,-27.5 parent: 34 - type: Transform - uid: 11152 components: - - pos: -54.5,11.5 + - type: Transform + pos: -54.5,11.5 parent: 34 - type: Transform - uid: 11170 components: - - pos: -53.5,13.5 + - type: Transform + pos: -53.5,13.5 parent: 34 - type: Transform - uid: 11171 components: - - pos: -52.5,13.5 + - type: Transform + pos: -52.5,13.5 parent: 34 - type: Transform - uid: 11186 components: - - pos: -54.5,12.5 + - type: Transform + pos: -54.5,12.5 parent: 34 - type: Transform - uid: 11329 components: - - pos: 29.5,4.5 + - type: Transform + pos: 29.5,4.5 parent: 34 - type: Transform - uid: 11462 components: - - pos: -30.5,-57.5 + - type: Transform + pos: -30.5,-57.5 parent: 34 - type: Transform - uid: 11511 components: - - pos: -28.5,-41.5 + - type: Transform + pos: -28.5,-41.5 parent: 34 - type: Transform - uid: 11709 components: - - pos: -29.5,3.5 + - type: Transform + pos: -29.5,3.5 parent: 34 - type: Transform - uid: 11900 components: - - pos: -7.5,-38.5 + - type: Transform + pos: -7.5,-38.5 parent: 34 - type: Transform - uid: 12145 components: - - pos: -56.5,-8.5 + - type: Transform + pos: -56.5,-8.5 parent: 34 - type: Transform - uid: 12175 components: - - pos: 26.5,-0.5 + - type: Transform + pos: 26.5,-0.5 parent: 34 - type: Transform - proto: RadioHandheld entities: - uid: 4599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 41.50296,0.532346 parent: 34 - type: Transform - uid: 12105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -37.60172,-51.62474 parent: 34 - type: Transform - uid: 12108 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -37.268387,-51.405838 parent: 34 - type: Transform - proto: RagItem entities: - uid: 12793 components: - - pos: -9.447277,9.671606 + - type: Transform + pos: -9.447277,9.671606 parent: 34 - type: Transform - proto: Railing entities: - uid: 471 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-17.5 parent: 34 - type: Transform - uid: 472 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-16.5 parent: 34 - type: Transform - uid: 473 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-15.5 parent: 34 - type: Transform - uid: 474 components: - - pos: -7.5,-18.5 + - type: Transform + pos: -7.5,-18.5 parent: 34 - type: Transform - uid: 475 components: - - pos: -8.5,-18.5 + - type: Transform + pos: -8.5,-18.5 parent: 34 - type: Transform - uid: 476 components: - - pos: -9.5,-18.5 + - type: Transform + pos: -9.5,-18.5 parent: 34 - type: Transform - uid: 477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-17.5 parent: 34 - type: Transform - uid: 479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-15.5 parent: 34 - type: Transform - uid: 480 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-14.5 parent: 34 - type: Transform - uid: 481 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-14.5 parent: 34 - type: Transform - uid: 482 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-14.5 parent: 34 - type: Transform - uid: 2302 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -29.5,-19.5 parent: 34 - type: Transform - uid: 2303 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -24.5,-19.5 parent: 34 - type: Transform - uid: 3534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 25.5,-25.5 parent: 34 - type: Transform - uid: 3827 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-8.5 parent: 34 - type: Transform - uid: 3828 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-7.5 parent: 34 - type: Transform - uid: 3829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-6.5 parent: 34 - type: Transform - uid: 3830 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-5.5 parent: 34 - type: Transform - uid: 3831 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-4.5 parent: 34 - type: Transform - uid: 3832 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-3.5 parent: 34 - type: Transform - uid: 3833 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-14.5 parent: 34 - type: Transform - uid: 3834 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-15.5 parent: 34 - type: Transform - uid: 3835 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-16.5 parent: 34 - type: Transform - uid: 3887 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-25.5 parent: 34 - type: Transform - uid: 4150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-25.5 parent: 34 - type: Transform - uid: 4244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-25.5 parent: 34 - type: Transform - uid: 4901 components: - - pos: 30.5,-21.5 + - type: Transform + pos: 30.5,-21.5 parent: 34 - type: Transform - uid: 4902 components: - - pos: 29.5,-21.5 + - type: Transform + pos: 29.5,-21.5 parent: 34 - type: Transform - uid: 4903 components: - - pos: 28.5,-21.5 + - type: Transform + pos: 28.5,-21.5 parent: 34 - type: Transform - uid: 6010 components: - - pos: 41.5,-24.5 + - type: Transform + pos: 41.5,-24.5 parent: 34 - type: Transform - uid: 6011 components: - - pos: 42.5,-24.5 + - type: Transform + pos: 42.5,-24.5 parent: 34 - type: Transform - uid: 6012 components: - - pos: 45.5,-24.5 + - type: Transform + pos: 45.5,-24.5 parent: 34 - type: Transform - uid: 6013 components: - - pos: 44.5,-24.5 + - type: Transform + pos: 44.5,-24.5 parent: 34 - type: Transform - uid: 6014 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 45.5,-22.5 parent: 34 - type: Transform - uid: 6015 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 44.5,-22.5 parent: 34 - type: Transform - uid: 6016 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 42.5,-22.5 parent: 34 - type: Transform - uid: 6017 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 41.5,-22.5 parent: 34 - type: Transform - uid: 6102 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-1.5 parent: 34 - type: Transform - uid: 6103 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 34 - type: Transform - uid: 6107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-1.5 parent: 34 - type: Transform - uid: 6122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-1.5 parent: 34 - type: Transform - uid: 7172 components: - - pos: 35.5,-21.5 + - type: Transform + pos: 35.5,-21.5 parent: 34 - type: Transform - uid: 7173 components: - - pos: 36.5,-21.5 + - type: Transform + pos: 36.5,-21.5 parent: 34 - type: Transform - uid: 7174 components: - - pos: 37.5,-21.5 + - type: Transform + pos: 37.5,-21.5 parent: 34 - type: Transform - uid: 12006 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 34 - type: Transform - uid: 12007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 34 - type: Transform - uid: 12008 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 34 - type: Transform - uid: 12009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 34 - type: Transform - uid: 12010 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 34 - type: Transform - uid: 12011 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 34 - type: Transform - uid: 12012 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 34 - type: Transform - proto: RailingCorner entities: - uid: 448 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-14.5 parent: 34 - type: Transform - uid: 449 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-14.5 parent: 34 - type: Transform - uid: 450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-18.5 parent: 34 - type: Transform - uid: 451 components: - - pos: -6.5,-18.5 + - type: Transform + pos: -6.5,-18.5 parent: 34 - type: Transform - uid: 837 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-9.5 parent: 34 - type: Transform - uid: 2300 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -28.5,-19.5 parent: 34 - type: Transform - uid: 2301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -25.5,-19.5 parent: 34 - type: Transform - uid: 3473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-25.5 parent: 34 - type: Transform - uid: 3474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 29.5,-25.5 parent: 34 - type: Transform - uid: 3824 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-13.5 parent: 34 - type: Transform - uid: 3826 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 34 - type: Transform - uid: 4900 components: - - pos: 31.5,-21.5 + - type: Transform + pos: 31.5,-21.5 parent: 34 - type: Transform - uid: 6205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-1.5 parent: 34 - type: Transform - uid: 7171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 34.5,-21.5 parent: 34 - type: Transform - uid: 12005 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 34 - type: Transform - proto: RandomArcade entities: - uid: 5026 components: - - pos: 16.5,6.5 + - type: Transform + pos: 16.5,6.5 parent: 34 - type: Transform - uid: 5030 components: - - pos: 17.5,6.5 + - type: Transform + pos: 17.5,6.5 parent: 34 - type: Transform - uid: 5031 components: - - pos: 18.5,6.5 + - type: Transform + pos: 18.5,6.5 parent: 34 - type: Transform - uid: 5569 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 34 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 957 components: - - pos: -25.5,-4.5 + - type: Transform + pos: -25.5,-4.5 parent: 34 - type: Transform - proto: RandomBoards entities: - uid: 5559 components: - - pos: -18.5,4.5 + - type: Transform + pos: -18.5,4.5 parent: 34 - type: Transform - uid: 10786 components: - - pos: -57.5,-6.5 + - type: Transform + pos: -57.5,-6.5 parent: 34 - type: Transform - uid: 11336 components: - - pos: 8.5,-20.5 + - type: Transform + pos: 8.5,-20.5 parent: 34 - type: Transform - proto: RandomDrinkBottle entities: - uid: 2541 components: - - pos: 39.5,-35.5 + - type: Transform + pos: 39.5,-35.5 parent: 34 - type: Transform - proto: RandomDrinkGlass entities: - uid: 4143 components: - - pos: -6.5,-41.5 + - type: Transform + pos: -6.5,-41.5 parent: 34 - type: Transform - uid: 10530 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 34 - type: Transform - uid: 10531 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 34 - type: Transform - uid: 11136 components: - - pos: -8.5,-22.5 + - type: Transform + pos: -8.5,-22.5 parent: 34 - type: Transform - uid: 11590 components: - - pos: -42.5,-19.5 + - type: Transform + pos: -42.5,-19.5 parent: 34 - type: Transform - proto: RandomFoodBakedSingle entities: - uid: 45 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 34 - type: Transform - proto: RandomFoodBakedWhole entities: - uid: 12526 components: - - pos: -45.5,-24.5 + - type: Transform + pos: -45.5,-24.5 parent: 34 - type: Transform - uid: 12536 components: - - pos: -46.5,-24.5 + - type: Transform + pos: -46.5,-24.5 parent: 34 - type: Transform - proto: RandomFoodMeal entities: - uid: 722 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 34 - type: Transform - uid: 899 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 34 - type: Transform - uid: 4039 components: - - pos: -9.5,-44.5 + - type: Transform + pos: -9.5,-44.5 parent: 34 - type: Transform - uid: 4059 components: - - pos: -7.5,-44.5 + - type: Transform + pos: -7.5,-44.5 parent: 34 - type: Transform - proto: RandomFoodSingle entities: - uid: 898 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 34 - type: Transform - uid: 901 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 34 - type: Transform - uid: 2933 components: - - pos: 13.5,-40.5 + - type: Transform + pos: 13.5,-40.5 parent: 34 - type: Transform - uid: 4057 components: - - pos: -10.5,-46.5 + - type: Transform + pos: -10.5,-46.5 parent: 34 - type: Transform - uid: 4412 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 34 - type: Transform - uid: 10412 components: - - pos: -28.5,-23.5 + - type: Transform + pos: -28.5,-23.5 parent: 34 - type: Transform - uid: 10528 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 34 - type: Transform - uid: 10529 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 34 - type: Transform - proto: RandomInstruments entities: - uid: 4847 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-0.5 parent: 34 - type: Transform - uid: 4848 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 50.5,-1.5 parent: 34 - type: Transform - uid: 5962 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 34 - type: Transform - uid: 5963 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 34 - type: Transform - proto: RandomItem entities: - uid: 226 components: - - pos: 39.5,-13.5 + - type: Transform + pos: 39.5,-13.5 parent: 34 - type: Transform - uid: 4023 components: - - pos: 47.5,-12.5 + - type: Transform + pos: 47.5,-12.5 parent: 34 - type: Transform - uid: 4077 components: - - pos: 40.5,-10.5 + - type: Transform + pos: 40.5,-10.5 parent: 34 - type: Transform - uid: 4078 components: - - pos: 39.5,-7.5 + - type: Transform + pos: 39.5,-7.5 parent: 34 - type: Transform - uid: 4420 components: - - pos: 47.5,-10.5 + - type: Transform + pos: 47.5,-10.5 parent: 34 - type: Transform - uid: 4656 components: - - pos: 47.5,-6.5 + - type: Transform + pos: 47.5,-6.5 parent: 34 - type: Transform - proto: RandomPainting entities: - uid: 1290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-43.5 parent: 34 - type: Transform - uid: 1990 components: - - pos: -17.5,-15.5 + - type: Transform + pos: -17.5,-15.5 parent: 34 - type: Transform - uid: 2196 components: - - pos: -44.5,-4.5 + - type: Transform + pos: -44.5,-4.5 parent: 34 - type: Transform - uid: 3364 components: - - pos: -33.5,-14.5 + - type: Transform + pos: -33.5,-14.5 parent: 34 - type: Transform - uid: 3596 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 34 - type: Transform - uid: 4283 components: - - pos: 27.5,-30.5 + - type: Transform + pos: 27.5,-30.5 parent: 34 - type: Transform - uid: 5860 components: - - pos: -47.5,2.5 + - type: Transform + pos: -47.5,2.5 parent: 34 - type: Transform - uid: 7400 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 34 - type: Transform - uid: 7401 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 34 - type: Transform - uid: 10397 components: - - pos: -47.5,-11.5 + - type: Transform + pos: -47.5,-11.5 parent: 34 - type: Transform - uid: 10957 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 34 - type: Transform - uid: 10968 components: - - pos: -24.5,-35.5 + - type: Transform + pos: -24.5,-35.5 parent: 34 - type: Transform - uid: 10997 components: - - pos: -6.5,-39.5 + - type: Transform + pos: -6.5,-39.5 parent: 34 - type: Transform - uid: 11008 components: - - pos: -30.5,-24.5 + - type: Transform + pos: -30.5,-24.5 parent: 34 - type: Transform - uid: 11352 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 34 - type: Transform - uid: 11354 components: - - pos: 29.5,-30.5 + - type: Transform + pos: 29.5,-30.5 parent: 34 - type: Transform - uid: 11355 components: - - pos: 33.5,-30.5 + - type: Transform + pos: 33.5,-30.5 parent: 34 - type: Transform - uid: 11617 components: - - pos: -41.5,-17.5 + - type: Transform + pos: -41.5,-17.5 parent: 34 - type: Transform - uid: 11618 components: - - pos: -49.5,-23.5 + - type: Transform + pos: -49.5,-23.5 parent: 34 - type: Transform - uid: 11699 components: - - pos: 3.5,-51.5 + - type: Transform + pos: 3.5,-51.5 parent: 34 - type: Transform - proto: RandomPosterAny entities: - uid: 2198 components: - - pos: -44.5,-7.5 + - type: Transform + pos: -44.5,-7.5 parent: 34 - type: Transform - uid: 2267 components: - - pos: -52.5,-6.5 + - type: Transform + pos: -52.5,-6.5 parent: 34 - type: Transform - uid: 2268 components: - - pos: -48.5,-3.5 + - type: Transform + pos: -48.5,-3.5 parent: 34 - type: Transform - uid: 3410 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-41.5 parent: 34 - type: Transform - uid: 4764 components: - - pos: 35.5,-6.5 + - type: Transform + pos: 35.5,-6.5 parent: 34 - type: Transform - uid: 4770 components: - - pos: 40.5,2.5 + - type: Transform + pos: 40.5,2.5 parent: 34 - type: Transform - uid: 10958 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 34 - type: Transform - uid: 10963 components: - - pos: -9.5,-28.5 + - type: Transform + pos: -9.5,-28.5 parent: 34 - type: Transform - uid: 10965 components: - - pos: -51.5,-41.5 + - type: Transform + pos: -51.5,-41.5 parent: 34 - type: Transform - uid: 10972 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 34 - type: Transform - uid: 10983 components: - - pos: 18.5,-8.5 + - type: Transform + pos: 18.5,-8.5 parent: 34 - type: Transform - uid: 10984 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 34 - type: Transform - uid: 10985 components: - - pos: 31.5,4.5 + - type: Transform + pos: 31.5,4.5 parent: 34 - type: Transform - uid: 11000 components: - - pos: 23.5,-40.5 + - type: Transform + pos: 23.5,-40.5 parent: 34 - type: Transform - uid: 11006 components: - - pos: -45.5,-28.5 + - type: Transform + pos: -45.5,-28.5 parent: 34 - type: Transform - uid: 11360 components: - - pos: 27.5,-43.5 + - type: Transform + pos: 27.5,-43.5 parent: 34 - type: Transform - uid: 11361 components: - - pos: 6.5,-43.5 + - type: Transform + pos: 6.5,-43.5 parent: 34 - type: Transform - uid: 11368 components: - - pos: -55.5,-2.5 + - type: Transform + pos: -55.5,-2.5 parent: 34 - type: Transform - uid: 11369 components: - - pos: -55.5,2.5 + - type: Transform + pos: -55.5,2.5 parent: 34 - type: Transform - uid: 12214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -51.5,-11.5 parent: 34 - type: Transform - proto: RandomPosterContraband entities: - uid: 10847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-31.5 parent: 34 - type: Transform - uid: 11364 components: - - pos: -24.5,-6.5 + - type: Transform + pos: -24.5,-6.5 parent: 34 - type: Transform - uid: 11365 components: - - pos: -52.5,3.5 + - type: Transform + pos: -52.5,3.5 parent: 34 - type: Transform - uid: 11366 components: - - pos: -57.5,3.5 + - type: Transform + pos: -57.5,3.5 parent: 34 - type: Transform - uid: 11367 components: - - pos: -57.5,8.5 + - type: Transform + pos: -57.5,8.5 parent: 34 - type: Transform - proto: RandomPosterLegit entities: - uid: 775 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 34 - type: Transform - uid: 2072 components: - - pos: -40.5,-14.5 + - type: Transform + pos: -40.5,-14.5 parent: 34 - type: Transform - uid: 2115 components: - - pos: -42.5,0.5 + - type: Transform + pos: -42.5,0.5 parent: 34 - type: Transform - uid: 2197 components: - - pos: -40.5,-5.5 + - type: Transform + pos: -40.5,-5.5 parent: 34 - type: Transform - uid: 2269 components: - - pos: -50.5,-8.5 + - type: Transform + pos: -50.5,-8.5 parent: 34 - type: Transform - uid: 2677 components: - - pos: 8.5,-35.5 + - type: Transform + pos: 8.5,-35.5 parent: 34 - type: Transform - uid: 3075 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 34 - type: Transform - uid: 7151 components: - - pos: -36.5,-12.5 + - type: Transform + pos: -36.5,-12.5 parent: 34 - type: Transform - uid: 8628 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 34 - type: Transform - uid: 9238 components: - - pos: -45.5,-23.5 + - type: Transform + pos: -45.5,-23.5 parent: 34 - type: Transform - uid: 10300 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 34 - type: Transform - uid: 10953 components: - - pos: -28.5,-2.5 + - type: Transform + pos: -28.5,-2.5 parent: 34 - type: Transform - uid: 10955 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 34 - type: Transform - uid: 10959 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 34 - type: Transform - uid: 10960 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 34 - type: Transform - uid: 10961 components: - - pos: 7.5,-21.5 + - type: Transform + pos: 7.5,-21.5 parent: 34 - type: Transform - uid: 10964 components: - - pos: -33.5,-28.5 + - type: Transform + pos: -33.5,-28.5 parent: 34 - type: Transform - uid: 10973 components: - - pos: 31.5,-20.5 + - type: Transform + pos: 31.5,-20.5 parent: 34 - type: Transform - uid: 10974 components: - - pos: 34.5,-25.5 + - type: Transform + pos: 34.5,-25.5 parent: 34 - type: Transform - uid: 10975 components: - - pos: 36.5,-20.5 + - type: Transform + pos: 36.5,-20.5 parent: 34 - type: Transform - uid: 10978 components: - - pos: 21.5,-21.5 + - type: Transform + pos: 21.5,-21.5 parent: 34 - type: Transform - uid: 10979 components: - - pos: 16.5,-21.5 + - type: Transform + pos: 16.5,-21.5 parent: 34 - type: Transform - uid: 10980 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 34 - type: Transform - uid: 10981 components: - - pos: 10.5,-6.5 - parent: 34 - type: Transform - - uid: 10993 - components: - - pos: 15.5,16.5 + - type: Transform + pos: 10.5,-6.5 parent: 34 - type: Transform - uid: 10995 components: - - pos: -0.5,-51.5 + - type: Transform + pos: -0.5,-51.5 parent: 34 - type: Transform - uid: 11007 components: - - pos: -33.5,-25.5 + - type: Transform + pos: -33.5,-25.5 parent: 34 - type: Transform - uid: 11018 components: - - pos: 1.5,-30.5 + - type: Transform + pos: 1.5,-30.5 parent: 34 - type: Transform - uid: 11043 components: - - pos: 6.5,-25.5 + - type: Transform + pos: 6.5,-25.5 parent: 34 - type: Transform - uid: 11044 components: - - pos: 11.5,-39.5 + - type: Transform + pos: 11.5,-39.5 parent: 34 - type: Transform - uid: 11356 components: - - pos: 38.5,-28.5 + - type: Transform + pos: 38.5,-28.5 parent: 34 - type: Transform - uid: 11359 components: - - pos: 37.5,-42.5 + - type: Transform + pos: 37.5,-42.5 parent: 34 - type: Transform - uid: 11363 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 34 - type: Transform - uid: 11578 components: - - pos: -51.5,-23.5 + - type: Transform + pos: -51.5,-23.5 parent: 34 - type: Transform - uid: 12197 components: - - pos: 24.5,-8.5 + - type: Transform + pos: 24.5,-8.5 parent: 34 - type: Transform - uid: 12330 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 34 - type: Transform - uid: 12331 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 34 - type: Transform - proto: RandomSnacks entities: - uid: 4037 components: - - pos: -8.5,-48.5 + - type: Transform + pos: -8.5,-48.5 parent: 34 - type: Transform - uid: 11216 components: - - pos: 22.5,11.5 + - type: Transform + pos: 22.5,11.5 parent: 34 - type: Transform - proto: RandomSoap entities: - uid: 4746 components: - - pos: 37.5,-0.5 + - type: Transform + pos: 37.5,-0.5 parent: 34 - type: Transform - proto: RandomSpawner entities: - uid: 3861 components: - - pos: 28.5,8.5 + - type: Transform + pos: 28.5,8.5 parent: 34 - type: Transform - uid: 4036 components: - - pos: -5.5,-45.5 + - type: Transform + pos: -5.5,-45.5 parent: 34 - type: Transform - uid: 10237 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 34 - type: Transform - uid: 10238 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 34 - type: Transform - uid: 10239 components: - - pos: 6.5,-15.5 + - type: Transform + pos: 6.5,-15.5 parent: 34 - type: Transform - uid: 10240 components: - - pos: -20.5,-0.5 + - type: Transform + pos: -20.5,-0.5 parent: 34 - type: Transform - uid: 10241 components: - - pos: -26.5,-1.5 + - type: Transform + pos: -26.5,-1.5 parent: 34 - type: Transform - uid: 10242 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 34 - type: Transform - uid: 10243 components: - - pos: -23.5,-7.5 + - type: Transform + pos: -23.5,-7.5 parent: 34 - type: Transform - uid: 10244 components: - - pos: -21.5,-15.5 + - type: Transform + pos: -21.5,-15.5 parent: 34 - type: Transform - uid: 10245 components: - - pos: -22.5,-13.5 + - type: Transform + pos: -22.5,-13.5 parent: 34 - type: Transform - uid: 10250 components: - - pos: -53.5,-6.5 + - type: Transform + pos: -53.5,-6.5 parent: 34 - type: Transform - uid: 10289 components: - - pos: -46.5,5.5 + - type: Transform + pos: -46.5,5.5 parent: 34 - type: Transform - uid: 10290 components: - - pos: -47.5,4.5 + - type: Transform + pos: -47.5,4.5 parent: 34 - type: Transform - uid: 10292 components: - - pos: -44.5,-10.5 + - type: Transform + pos: -44.5,-10.5 parent: 34 - type: Transform - uid: 10867 components: - - pos: 23.5,7.5 + - type: Transform + pos: 23.5,7.5 parent: 34 - type: Transform - uid: 10868 components: - - pos: 20.5,9.5 + - type: Transform + pos: 20.5,9.5 parent: 34 - type: Transform - uid: 10869 components: - - pos: 32.5,7.5 + - type: Transform + pos: 32.5,7.5 parent: 34 - type: Transform - uid: 10870 components: - - pos: 32.5,8.5 + - type: Transform + pos: 32.5,8.5 parent: 34 - type: Transform - uid: 10871 components: - - pos: 33.5,3.5 + - type: Transform + pos: 33.5,3.5 parent: 34 - type: Transform - uid: 10874 components: - - pos: 28.5,-39.5 + - type: Transform + pos: 28.5,-39.5 parent: 34 - type: Transform - uid: 10875 components: - - pos: 27.5,-40.5 + - type: Transform + pos: 27.5,-40.5 parent: 34 - type: Transform - uid: 10876 components: - - pos: 22.5,-43.5 + - type: Transform + pos: 22.5,-43.5 parent: 34 - type: Transform - uid: 10877 components: - - pos: 19.5,-41.5 + - type: Transform + pos: 19.5,-41.5 parent: 34 - type: Transform - uid: 10878 components: - - pos: 8.5,-45.5 + - type: Transform + pos: 8.5,-45.5 parent: 34 - type: Transform - uid: 10879 components: - - pos: 9.5,-44.5 + - type: Transform + pos: 9.5,-44.5 parent: 34 - type: Transform - uid: 10880 components: - - pos: -0.5,-49.5 + - type: Transform + pos: -0.5,-49.5 parent: 34 - type: Transform - uid: 10881 components: - - pos: 4.5,-48.5 + - type: Transform + pos: 4.5,-48.5 parent: 34 - type: Transform - uid: 11048 components: - - pos: -50.5,-13.5 + - type: Transform + pos: -50.5,-13.5 parent: 34 - type: Transform - uid: 11102 components: - - pos: -54.5,-10.5 + - type: Transform + pos: -54.5,-10.5 parent: 34 - type: Transform - uid: 11217 components: - - pos: 19.5,12.5 + - type: Transform + pos: 19.5,12.5 parent: 34 - type: Transform - uid: 11218 components: - - pos: 20.5,11.5 + - type: Transform + pos: 20.5,11.5 parent: 34 - type: Transform - uid: 11280 components: - - pos: 25.5,10.5 + - type: Transform + pos: 25.5,10.5 parent: 34 - type: Transform - uid: 11281 components: - - pos: 28.5,12.5 + - type: Transform + pos: 28.5,12.5 parent: 34 - type: Transform - uid: 11282 components: - - pos: 27.5,12.5 + - type: Transform + pos: 27.5,12.5 parent: 34 - type: Transform - uid: 11283 components: - - pos: 28.5,10.5 + - type: Transform + pos: 28.5,10.5 parent: 34 - type: Transform - uid: 11284 components: - - pos: 24.5,12.5 + - type: Transform + pos: 24.5,12.5 parent: 34 - type: Transform - uid: 11653 components: - - pos: -38.5,8.5 + - type: Transform + pos: -38.5,8.5 parent: 34 - type: Transform - uid: 11654 components: - - pos: -38.5,9.5 + - type: Transform + pos: -38.5,9.5 parent: 34 - type: Transform - uid: 11655 components: - - pos: -38.5,10.5 + - type: Transform + pos: -38.5,10.5 parent: 34 - type: Transform - uid: 11656 components: - - pos: -39.5,7.5 + - type: Transform + pos: -39.5,7.5 parent: 34 - type: Transform - uid: 11657 components: - - pos: -40.5,10.5 + - type: Transform + pos: -40.5,10.5 parent: 34 - type: Transform - uid: 11665 components: - - pos: -40.5,4.5 + - type: Transform + pos: -40.5,4.5 parent: 34 - type: Transform - uid: 11666 components: - - pos: -41.5,5.5 + - type: Transform + pos: -41.5,5.5 parent: 34 - type: Transform - proto: RandomSpawner100 entities: - uid: 12243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-33.5 parent: 34 - type: Transform - proto: RandomVending entities: - uid: 3956 components: - - pos: -4.5,-48.5 + - type: Transform + pos: -4.5,-48.5 parent: 34 - type: Transform - uid: 4050 components: - - pos: -6.5,-48.5 + - type: Transform + pos: -6.5,-48.5 parent: 34 - type: Transform - uid: 6212 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 34 - type: Transform - uid: 8084 components: - - pos: -31.5,-23.5 + - type: Transform + pos: -31.5,-23.5 parent: 34 - type: Transform - uid: 10222 components: - - pos: 22.5,-28.5 + - type: Transform + pos: 22.5,-28.5 parent: 34 - type: Transform - uid: 10354 components: - - pos: 24.5,-22.5 + - type: Transform + pos: 24.5,-22.5 parent: 34 - type: Transform - uid: 10794 components: - - pos: -36.5,-25.5 + - type: Transform + pos: -36.5,-25.5 parent: 34 - type: Transform - proto: RandomVendingDrinks entities: - uid: 10952 components: - - pos: 4.5,16.5 + - type: Transform + pos: 4.5,16.5 parent: 34 - type: Transform - proto: RandomVendingSnacks entities: - uid: 6202 components: - - pos: 4.5,18.5 + - type: Transform + pos: 4.5,18.5 parent: 34 - type: Transform - uid: 11528 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 34 - type: Transform - proto: RCD entities: - uid: 1061 components: - - pos: -24.3519,-29.269886 + - type: Transform + pos: -24.3519,-29.269886 parent: 34 - type: Transform - proto: RCDAmmo entities: - uid: 1110 components: - - pos: -24.742525,-29.55133 + - type: Transform + pos: -24.742525,-29.55133 parent: 34 - type: Transform - uid: 2360 components: - - pos: -24.5394,-29.598238 + - type: Transform + pos: -24.5394,-29.598238 parent: 34 - type: Transform - proto: ReagentGrinderMachineCircuitboard entities: - uid: 7397 components: - - pos: 8.320472,-5.1379967 + - type: Transform + pos: 8.320472,-5.1379967 parent: 34 - type: Transform - proto: Recycler entities: - uid: 10817 components: - - pos: -38.5,7.5 + - type: Transform + pos: -38.5,7.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 11254 - type: DeviceLinkSink - proto: ReinforcedGirder entities: - uid: 165 components: - - pos: -62.5,-15.5 + - type: Transform + pos: -62.5,-15.5 parent: 34 - type: Transform - uid: 5318 components: - - pos: 21.5,-55.5 + - type: Transform + pos: 21.5,-55.5 parent: 34 - type: Transform - uid: 5347 components: - - pos: 36.5,-56.5 + - type: Transform + pos: 36.5,-56.5 parent: 34 - type: Transform - uid: 6250 components: - - pos: -17.5,16.5 + - type: Transform + pos: -17.5,16.5 parent: 34 - type: Transform - uid: 6258 components: - - pos: -41.5,16.5 + - type: Transform + pos: -41.5,16.5 parent: 34 - type: Transform - uid: 6265 components: - - pos: -24.5,16.5 + - type: Transform + pos: -24.5,16.5 parent: 34 - type: Transform - uid: 6268 components: - - pos: -34.5,16.5 + - type: Transform + pos: -34.5,16.5 parent: 34 - type: Transform - uid: 6375 components: - - pos: -59.5,-19.5 + - type: Transform + pos: -59.5,-19.5 parent: 34 - type: Transform - uid: 6391 components: - - pos: -62.5,-25.5 + - type: Transform + pos: -62.5,-25.5 parent: 34 - type: Transform - uid: 6418 components: - - pos: 46.5,-47.5 + - type: Transform + pos: 46.5,-47.5 parent: 34 - type: Transform - uid: 6426 components: - - pos: 42.5,-51.5 + - type: Transform + pos: 42.5,-51.5 parent: 34 - type: Transform - uid: 6434 components: - - pos: 48.5,-30.5 + - type: Transform + pos: 48.5,-30.5 parent: 34 - type: Transform - uid: 6438 components: - - pos: 49.5,-34.5 + - type: Transform + pos: 49.5,-34.5 parent: 34 - type: Transform - uid: 6442 components: - - pos: 49.5,-37.5 + - type: Transform + pos: 49.5,-37.5 parent: 34 - type: Transform - uid: 6445 components: - - pos: 49.5,-40.5 + - type: Transform + pos: 49.5,-40.5 parent: 34 - type: Transform - uid: 6448 components: - - pos: 48.5,-44.5 + - type: Transform + pos: 48.5,-44.5 parent: 34 - type: Transform - uid: 6452 components: - - pos: 57.5,-23.5 + - type: Transform + pos: 57.5,-23.5 parent: 34 - type: Transform - uid: 6460 components: - - pos: 55.5,-27.5 + - type: Transform + pos: 55.5,-27.5 parent: 34 - type: Transform - uid: 6466 components: - - pos: 55.5,-19.5 + - type: Transform + pos: 55.5,-19.5 parent: 34 - type: Transform - uid: 6472 components: - - pos: 54.5,-9.5 + - type: Transform + pos: 54.5,-9.5 parent: 34 - type: Transform - uid: 6480 components: - - pos: 54.5,3.5 + - type: Transform + pos: 54.5,3.5 parent: 34 - type: Transform - uid: 6485 components: - - pos: -27.5,16.5 + - type: Transform + pos: -27.5,16.5 parent: 34 - type: Transform - uid: 6489 components: - - pos: 51.5,7.5 + - type: Transform + pos: 51.5,7.5 parent: 34 - type: Transform - uid: 6494 components: - - pos: 54.5,-5.5 + - type: Transform + pos: 54.5,-5.5 parent: 34 - type: Transform - uid: 6503 components: - - pos: 47.5,11.5 + - type: Transform + pos: 47.5,11.5 parent: 34 - type: Transform - uid: 6507 components: - - pos: 42.5,12.5 + - type: Transform + pos: 42.5,12.5 parent: 34 - type: Transform - uid: 6513 components: - - pos: 37.5,11.5 + - type: Transform + pos: 37.5,11.5 parent: 34 - type: Transform - uid: 6535 components: - - pos: 30.5,17.5 - parent: 34 - type: Transform - - uid: 6536 - components: - - pos: 20.5,17.5 + - type: Transform + pos: 30.5,17.5 parent: 34 - type: Transform - uid: 7234 components: - - pos: -61.5,-21.5 + - type: Transform + pos: -61.5,-21.5 parent: 34 - type: Transform - uid: 7991 components: - - pos: 54.5,-0.5 + - type: Transform + pos: 54.5,-0.5 parent: 34 - type: Transform - uid: 11837 components: - - pos: 51.5,-13.5 + - type: Transform + pos: 51.5,-13.5 parent: 34 - type: Transform - uid: 11915 components: - - pos: -10.5,16.5 + - type: Transform + pos: -10.5,16.5 parent: 34 - type: Transform - uid: 12103 components: - - pos: -47.5,-55.5 + - type: Transform + pos: -47.5,-55.5 parent: 34 - type: Transform - uid: 12167 components: - - pos: -60.5,-20.5 + - type: Transform + pos: -60.5,-20.5 parent: 34 - type: Transform - uid: 12621 components: - - pos: -62.5,-45.5 + - type: Transform + pos: -62.5,-45.5 parent: 34 - type: Transform - uid: 12622 components: - - pos: -63.5,-42.5 + - type: Transform + pos: -63.5,-42.5 parent: 34 - type: Transform - uid: 12623 components: - - pos: -62.5,-43.5 + - type: Transform + pos: -62.5,-43.5 parent: 34 - type: Transform - uid: 12634 components: - - pos: -62.5,-5.5 + - type: Transform + pos: -62.5,-5.5 parent: 34 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 74 components: - - pos: 27.5,-34.5 + - type: Transform + pos: 27.5,-34.5 parent: 34 - type: Transform - uid: 1464 components: - - pos: -48.5,-47.5 + - type: Transform + pos: -48.5,-47.5 parent: 34 - type: Transform - uid: 1467 components: - - pos: -49.5,-48.5 + - type: Transform + pos: -49.5,-48.5 parent: 34 - type: Transform - uid: 1468 components: - - pos: -50.5,-48.5 + - type: Transform + pos: -50.5,-48.5 parent: 34 - type: Transform - uid: 1469 components: - - pos: -49.5,-46.5 + - type: Transform + pos: -49.5,-46.5 parent: 34 - type: Transform - uid: 1470 components: - - pos: -50.5,-46.5 + - type: Transform + pos: -50.5,-46.5 parent: 34 - type: Transform - uid: 1486 components: - - pos: -48.5,-48.5 + - type: Transform + pos: -48.5,-48.5 parent: 34 - type: Transform - uid: 1487 components: - - pos: -48.5,-46.5 + - type: Transform + pos: -48.5,-46.5 parent: 34 - type: Transform - uid: 1588 components: - - pos: -39.5,-39.5 + - type: Transform + pos: -39.5,-39.5 parent: 34 - type: Transform - uid: 1589 components: - - pos: -39.5,-41.5 + - type: Transform + pos: -39.5,-41.5 parent: 34 - type: Transform - uid: 1590 components: - - pos: -39.5,-43.5 + - type: Transform + pos: -39.5,-43.5 parent: 34 - type: Transform - uid: 1591 components: - - pos: -39.5,-45.5 + - type: Transform + pos: -39.5,-45.5 parent: 34 - type: Transform - uid: 1593 components: - - pos: -49.5,-38.5 + - type: Transform + pos: -49.5,-38.5 parent: 34 - type: Transform - uid: 3691 components: - - pos: 29.5,2.5 + - type: Transform + pos: 29.5,2.5 parent: 34 - type: Transform - uid: 3692 components: - - pos: 28.5,2.5 + - type: Transform + pos: 28.5,2.5 parent: 34 - type: Transform - uid: 3693 components: - - pos: 26.5,2.5 + - type: Transform + pos: 26.5,2.5 parent: 34 - type: Transform - uid: 4004 components: - - pos: 25.5,-32.5 + - type: Transform + pos: 25.5,-32.5 parent: 34 - type: Transform - uid: 4380 components: - - pos: 25.5,-36.5 + - type: Transform + pos: 25.5,-36.5 parent: 34 - type: Transform - uid: 7819 components: - - pos: -58.5,-36.5 + - type: Transform + pos: -58.5,-36.5 parent: 34 - type: Transform - uid: 11443 components: - - pos: -57.5,-36.5 + - type: Transform + pos: -57.5,-36.5 parent: 34 - type: Transform - uid: 12573 components: - - pos: -55.5,-36.5 + - type: Transform + pos: -55.5,-36.5 parent: 34 - type: Transform - uid: 12574 components: - - pos: -56.5,-36.5 + - type: Transform + pos: -56.5,-36.5 parent: 34 - type: Transform - uid: 12612 components: - - pos: -59.5,-36.5 + - type: Transform + pos: -59.5,-36.5 parent: 34 - type: Transform - proto: ReinforcedWindow entities: - uid: 51 components: - - pos: -16.5,5.5 + - type: Transform + pos: -16.5,5.5 parent: 34 - type: Transform - uid: 87 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 34 - type: Transform - uid: 264 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 34 - type: Transform - uid: 339 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 34 - type: Transform - uid: 496 components: - - pos: -27.5,-8.5 + - type: Transform + pos: -27.5,-8.5 parent: 34 - type: Transform - uid: 497 components: - - pos: -27.5,-7.5 + - type: Transform + pos: -27.5,-7.5 parent: 34 - type: Transform - uid: 514 components: - - pos: -28.5,-5.5 + - type: Transform + pos: -28.5,-5.5 parent: 34 - type: Transform - uid: 515 components: - - pos: -28.5,-4.5 + - type: Transform + pos: -28.5,-4.5 parent: 34 - type: Transform - uid: 516 components: - - pos: -28.5,-3.5 + - type: Transform + pos: -28.5,-3.5 parent: 34 - type: Transform - uid: 572 components: - - pos: -32.5,-20.5 + - type: Transform + pos: -32.5,-20.5 parent: 34 - type: Transform - uid: 614 components: - - pos: -33.5,-20.5 + - type: Transform + pos: -33.5,-20.5 parent: 34 - type: Transform - uid: 615 components: - - pos: -35.5,-20.5 + - type: Transform + pos: -35.5,-20.5 parent: 34 - type: Transform - uid: 657 components: - - pos: -19.5,-20.5 + - type: Transform + pos: -19.5,-20.5 parent: 34 - type: Transform - uid: 659 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 34 - type: Transform - uid: 668 components: - - pos: -15.5,-24.5 + - type: Transform + pos: -15.5,-24.5 parent: 34 - type: Transform - uid: 670 components: - - pos: -15.5,-27.5 + - type: Transform + pos: -15.5,-27.5 parent: 34 - type: Transform - uid: 747 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 34 - type: Transform - uid: 805 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 34 - type: Transform - uid: 820 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 34 - type: Transform - uid: 851 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 34 - type: Transform - uid: 852 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 34 - type: Transform - uid: 853 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 34 - type: Transform - uid: 854 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 34 - type: Transform - uid: 855 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 34 - type: Transform - uid: 856 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 34 - type: Transform - uid: 860 components: - - pos: -17.5,-2.5 + - type: Transform + pos: -17.5,-2.5 parent: 34 - type: Transform - uid: 862 components: - - pos: -20.5,-2.5 + - type: Transform + pos: -20.5,-2.5 parent: 34 - type: Transform - uid: 916 components: - - pos: -25.5,-9.5 + - type: Transform + pos: -25.5,-9.5 parent: 34 - type: Transform - uid: 1042 components: - - pos: -20.5,-25.5 + - type: Transform + pos: -20.5,-25.5 parent: 34 - type: Transform - uid: 1084 components: - - pos: -23.5,-24.5 + - type: Transform + pos: -23.5,-24.5 parent: 34 - type: Transform - uid: 1104 components: - - pos: -22.5,-24.5 + - type: Transform + pos: -22.5,-24.5 parent: 34 - type: Transform - uid: 1112 components: - - pos: -25.5,-35.5 + - type: Transform + pos: -25.5,-35.5 parent: 34 - type: Transform - uid: 1113 components: - - pos: -26.5,-35.5 + - type: Transform + pos: -26.5,-35.5 parent: 34 - type: Transform - uid: 1334 components: - - pos: 9.5,-30.5 + - type: Transform + pos: 9.5,-30.5 parent: 34 - type: Transform - uid: 1336 components: - - pos: 10.5,-30.5 + - type: Transform + pos: 10.5,-30.5 parent: 34 - type: Transform - uid: 1380 components: - - pos: 5.5,-25.5 + - type: Transform + pos: 5.5,-25.5 parent: 34 - type: Transform - uid: 1455 components: - - pos: -43.5,-32.5 + - type: Transform + pos: -43.5,-32.5 parent: 34 - type: Transform - uid: 1462 components: - - pos: -49.5,-44.5 + - type: Transform + pos: -49.5,-44.5 parent: 34 - type: Transform - uid: 1480 components: - - pos: -46.5,-49.5 + - type: Transform + pos: -46.5,-49.5 parent: 34 - type: Transform - uid: 1485 components: - - pos: -51.5,-43.5 + - type: Transform + pos: -51.5,-43.5 parent: 34 - type: Transform - uid: 1490 components: - - pos: -46.5,-45.5 + - type: Transform + pos: -46.5,-45.5 parent: 34 - type: Transform - uid: 1491 components: - - pos: -46.5,-46.5 + - type: Transform + pos: -46.5,-46.5 parent: 34 - type: Transform - uid: 1492 components: - - pos: -46.5,-47.5 + - type: Transform + pos: -46.5,-47.5 parent: 34 - type: Transform - uid: 1493 components: - - pos: -46.5,-48.5 + - type: Transform + pos: -46.5,-48.5 parent: 34 - type: Transform - uid: 1532 components: - - pos: -50.5,-44.5 + - type: Transform + pos: -50.5,-44.5 parent: 34 - type: Transform - uid: 1533 components: - - pos: -48.5,-44.5 + - type: Transform + pos: -48.5,-44.5 parent: 34 - type: Transform - uid: 1534 components: - - pos: -47.5,-44.5 + - type: Transform + pos: -47.5,-44.5 parent: 34 - type: Transform - uid: 1641 components: - - pos: -41.5,-50.5 + - type: Transform + pos: -41.5,-50.5 parent: 34 - type: Transform - uid: 1642 components: - - pos: -42.5,-50.5 + - type: Transform + pos: -42.5,-50.5 parent: 34 - type: Transform - uid: 1643 components: - - pos: -43.5,-50.5 + - type: Transform + pos: -43.5,-50.5 parent: 34 - type: Transform - uid: 1644 components: - - pos: -44.5,-50.5 + - type: Transform + pos: -44.5,-50.5 parent: 34 - type: Transform - uid: 1773 components: - - pos: -42.5,-32.5 + - type: Transform + pos: -42.5,-32.5 parent: 34 - type: Transform - uid: 1775 components: - - pos: -44.5,-32.5 + - type: Transform + pos: -44.5,-32.5 parent: 34 - type: Transform - uid: 1793 components: - - pos: 16.5,-12.5 + - type: Transform + pos: 16.5,-12.5 parent: 34 - type: Transform - uid: 1882 components: - - pos: -27.5,-31.5 + - type: Transform + pos: -27.5,-31.5 parent: 34 - type: Transform - uid: 1896 components: - - pos: -6.5,-24.5 + - type: Transform + pos: -6.5,-24.5 parent: 34 - type: Transform - uid: 1897 components: - - pos: -6.5,-26.5 + - type: Transform + pos: -6.5,-26.5 parent: 34 - type: Transform - uid: 1898 components: - - pos: -6.5,-27.5 + - type: Transform + pos: -6.5,-27.5 parent: 34 - type: Transform - uid: 1934 components: - - pos: -6.5,-34.5 + - type: Transform + pos: -6.5,-34.5 parent: 34 - type: Transform - uid: 1936 components: - - pos: -6.5,-32.5 + - type: Transform + pos: -6.5,-32.5 parent: 34 - type: Transform - uid: 1937 components: - - pos: -6.5,-33.5 + - type: Transform + pos: -6.5,-33.5 parent: 34 - type: Transform - uid: 1938 components: - - pos: -6.5,-35.5 + - type: Transform + pos: -6.5,-35.5 parent: 34 - type: Transform - uid: 1939 components: - - pos: -6.5,-36.5 + - type: Transform + pos: -6.5,-36.5 parent: 34 - type: Transform - uid: 1940 components: - - pos: -24.5,-32.5 + - type: Transform + pos: -24.5,-32.5 parent: 34 - type: Transform - uid: 1950 components: - - pos: -17.5,-20.5 + - type: Transform + pos: -17.5,-20.5 parent: 34 - type: Transform - uid: 1951 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 34 - type: Transform - uid: 2004 components: - - pos: -29.5,4.5 + - type: Transform + pos: -29.5,4.5 parent: 34 - type: Transform - uid: 2005 components: - - pos: -30.5,4.5 + - type: Transform + pos: -30.5,4.5 parent: 34 - type: Transform - uid: 2006 components: - - pos: -31.5,4.5 + - type: Transform + pos: -31.5,4.5 parent: 34 - type: Transform - uid: 2007 components: - - pos: -32.5,4.5 + - type: Transform + pos: -32.5,4.5 parent: 34 - type: Transform - uid: 2078 components: - - pos: -35.5,-24.5 + - type: Transform + pos: -35.5,-24.5 parent: 34 - type: Transform - uid: 2288 components: - - pos: -34.5,-24.5 + - type: Transform + pos: -34.5,-24.5 parent: 34 - type: Transform - uid: 2306 components: - - pos: -20.5,-27.5 + - type: Transform + pos: -20.5,-27.5 parent: 34 - type: Transform - uid: 2316 components: - - pos: -24.5,-24.5 + - type: Transform + pos: -24.5,-24.5 parent: 34 - type: Transform - uid: 2479 components: - - pos: -27.5,-30.5 + - type: Transform + pos: -27.5,-30.5 parent: 34 - type: Transform - uid: 2491 components: - - pos: 33.5,-4.5 + - type: Transform + pos: 33.5,-4.5 parent: 34 - type: Transform - uid: 2502 components: - - pos: 46.5,-10.5 + - type: Transform + pos: 46.5,-10.5 parent: 34 - type: Transform - uid: 3189 components: - - pos: 46.5,-13.5 + - type: Transform + pos: 46.5,-13.5 parent: 34 - type: Transform - uid: 3209 components: - - pos: -30.5,-49.5 + - type: Transform + pos: -30.5,-49.5 parent: 34 - type: Transform - uid: 3215 components: - - pos: -30.5,-48.5 + - type: Transform + pos: -30.5,-48.5 parent: 34 - type: Transform - uid: 3223 components: - - pos: 15.5,-35.5 + - type: Transform + pos: 15.5,-35.5 parent: 34 - type: Transform - uid: 3264 components: - - pos: -35.5,-50.5 + - type: Transform + pos: -35.5,-50.5 parent: 34 - type: Transform - uid: 3268 components: - - pos: -35.5,-48.5 + - type: Transform + pos: -35.5,-48.5 parent: 34 - type: Transform - uid: 3286 components: - - pos: 43.5,-31.5 + - type: Transform + pos: 43.5,-31.5 parent: 34 - type: Transform - uid: 3287 components: - - pos: -26.5,-32.5 + - type: Transform + pos: -26.5,-32.5 parent: 34 - type: Transform - uid: 3332 components: - - pos: -36.5,-16.5 + - type: Transform + pos: -36.5,-16.5 parent: 34 - type: Transform - uid: 3333 components: - - pos: -36.5,-17.5 + - type: Transform + pos: -36.5,-17.5 parent: 34 - type: Transform - uid: 3334 components: - - pos: -36.5,-18.5 + - type: Transform + pos: -36.5,-18.5 parent: 34 - type: Transform - uid: 3343 components: - - pos: 21.5,-14.5 + - type: Transform + pos: 21.5,-14.5 parent: 34 - type: Transform - uid: 3347 components: - - pos: -29.5,-2.5 + - type: Transform + pos: -29.5,-2.5 parent: 34 - type: Transform - uid: 3348 components: - - pos: -30.5,-2.5 + - type: Transform + pos: -30.5,-2.5 parent: 34 - type: Transform - uid: 3478 components: - - pos: 21.5,-12.5 + - type: Transform + pos: 21.5,-12.5 parent: 34 - type: Transform - uid: 3504 components: - - pos: 21.5,-7.5 + - type: Transform + pos: 21.5,-7.5 parent: 34 - type: Transform - uid: 3506 components: - - pos: 18.5,-10.5 + - type: Transform + pos: 18.5,-10.5 parent: 34 - type: Transform - uid: 3513 components: - - pos: 21.5,-6.5 + - type: Transform + pos: 21.5,-6.5 parent: 34 - type: Transform - uid: 3518 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 34 - type: Transform - uid: 3519 components: - - pos: 21.5,-4.5 + - type: Transform + pos: 21.5,-4.5 parent: 34 - type: Transform - uid: 3521 components: - - pos: 21.5,-5.5 + - type: Transform + pos: 21.5,-5.5 parent: 34 - type: Transform - uid: 3525 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 34 - type: Transform - uid: 3526 components: - - pos: 15.5,-5.5 + - type: Transform + pos: 15.5,-5.5 parent: 34 - type: Transform - uid: 3604 components: - - pos: 29.5,-12.5 + - type: Transform + pos: 29.5,-12.5 parent: 34 - type: Transform - uid: 3605 components: - - pos: 27.5,-12.5 + - type: Transform + pos: 27.5,-12.5 parent: 34 - type: Transform - uid: 3607 components: - - pos: 26.5,-10.5 + - type: Transform + pos: 26.5,-10.5 parent: 34 - type: Transform - uid: 3608 components: - - pos: 26.5,-9.5 + - type: Transform + pos: 26.5,-9.5 parent: 34 - type: Transform - uid: 3645 components: - - pos: 26.5,-1.5 + - type: Transform + pos: 26.5,-1.5 parent: 34 - type: Transform - uid: 3646 components: - - pos: 28.5,-1.5 + - type: Transform + pos: 28.5,-1.5 parent: 34 - type: Transform - uid: 3652 components: - - pos: 25.5,-1.5 + - type: Transform + pos: 25.5,-1.5 parent: 34 - type: Transform - uid: 3673 components: - - pos: 29.5,-1.5 + - type: Transform + pos: 29.5,-1.5 parent: 34 - type: Transform - uid: 3675 components: - - pos: 10.5,-49.5 + - type: Transform + pos: 10.5,-49.5 parent: 34 - type: Transform - uid: 3686 components: - - pos: 11.5,-49.5 + - type: Transform + pos: 11.5,-49.5 parent: 34 - type: Transform - uid: 3695 components: - - pos: 24.5,1.5 + - type: Transform + pos: 24.5,1.5 parent: 34 - type: Transform - uid: 3779 components: - - pos: -36.5,-37.5 + - type: Transform + pos: -36.5,-37.5 parent: 34 - type: Transform - uid: 3781 components: - - pos: -36.5,-35.5 + - type: Transform + pos: -36.5,-35.5 parent: 34 - type: Transform - uid: 3867 components: - - pos: 19.5,-28.5 + - type: Transform + pos: 19.5,-28.5 parent: 34 - type: Transform - uid: 3946 components: - - pos: -11.5,-46.5 + - type: Transform + pos: -11.5,-46.5 parent: 34 - type: Transform - uid: 3953 components: - - pos: -11.5,-45.5 + - type: Transform + pos: -11.5,-45.5 parent: 34 - type: Transform - uid: 3954 components: - - pos: -11.5,-48.5 + - type: Transform + pos: -11.5,-48.5 parent: 34 - type: Transform - uid: 3992 components: - - pos: 43.5,-32.5 + - type: Transform + pos: 43.5,-32.5 parent: 34 - type: Transform - uid: 4058 components: - - pos: -9.5,-49.5 + - type: Transform + pos: -9.5,-49.5 parent: 34 - type: Transform - uid: 4060 components: - - pos: -7.5,-49.5 + - type: Transform + pos: -7.5,-49.5 parent: 34 - type: Transform - uid: 4062 components: - - pos: -8.5,-49.5 + - type: Transform + pos: -8.5,-49.5 parent: 34 - type: Transform - uid: 4090 components: - - pos: 2.5,-53.5 + - type: Transform + pos: 2.5,-53.5 parent: 34 - type: Transform - uid: 4091 components: - - pos: 1.5,-53.5 + - type: Transform + pos: 1.5,-53.5 parent: 34 - type: Transform - uid: 4092 components: - - pos: 0.5,-53.5 + - type: Transform + pos: 0.5,-53.5 parent: 34 - type: Transform - uid: 4101 components: - - pos: 6.5,-51.5 + - type: Transform + pos: 6.5,-51.5 parent: 34 - type: Transform - uid: 4102 components: - - pos: 4.5,-51.5 + - type: Transform + pos: 4.5,-51.5 parent: 34 - type: Transform - uid: 4103 components: - - pos: -1.5,-51.5 + - type: Transform + pos: -1.5,-51.5 parent: 34 - type: Transform - uid: 4104 components: - - pos: -3.5,-51.5 + - type: Transform + pos: -3.5,-51.5 parent: 34 - type: Transform - uid: 4123 components: - - pos: -11.5,-47.5 + - type: Transform + pos: -11.5,-47.5 parent: 34 - type: Transform - uid: 4168 components: - - pos: 30.5,-12.5 + - type: Transform + pos: 30.5,-12.5 parent: 34 - type: Transform - uid: 4267 components: - - pos: 25.5,-30.5 + - type: Transform + pos: 25.5,-30.5 parent: 34 - type: Transform - uid: 4268 components: - - pos: 26.5,-30.5 + - type: Transform + pos: 26.5,-30.5 parent: 34 - type: Transform - uid: 4316 components: - - pos: 29.5,-33.5 + - type: Transform + pos: 29.5,-33.5 parent: 34 - type: Transform - uid: 4317 components: - - pos: 29.5,-34.5 + - type: Transform + pos: 29.5,-34.5 parent: 34 - type: Transform - uid: 4318 components: - - pos: 29.5,-35.5 + - type: Transform + pos: 29.5,-35.5 parent: 34 - type: Transform - uid: 4352 components: - - pos: 35.5,-33.5 + - type: Transform + pos: 35.5,-33.5 parent: 34 - type: Transform - uid: 4353 components: - - pos: 35.5,-34.5 + - type: Transform + pos: 35.5,-34.5 parent: 34 - type: Transform - uid: 4354 components: - - pos: 35.5,-35.5 + - type: Transform + pos: 35.5,-35.5 parent: 34 - type: Transform - uid: 4376 components: - - pos: 32.5,-30.5 + - type: Transform + pos: 32.5,-30.5 parent: 34 - type: Transform - uid: 4402 components: - - pos: 19.5,-38.5 + - type: Transform + pos: 19.5,-38.5 parent: 34 - type: Transform - uid: 4403 components: - - pos: 19.5,-37.5 + - type: Transform + pos: 19.5,-37.5 parent: 34 - type: Transform - uid: 4502 components: - - pos: 37.5,-2.5 + - type: Transform + pos: 37.5,-2.5 parent: 34 - type: Transform - uid: 4530 components: - - pos: -6.5,-54.5 + - type: Transform + pos: -6.5,-54.5 parent: 34 - type: Transform - uid: 4541 components: - - pos: 46.5,-2.5 + - type: Transform + pos: 46.5,-2.5 parent: 34 - type: Transform - uid: 4575 components: - - pos: 8.5,-51.5 + - type: Transform + pos: 8.5,-51.5 parent: 34 - type: Transform - uid: 4644 components: - - pos: 51.5,-0.5 + - type: Transform + pos: 51.5,-0.5 parent: 34 - type: Transform - uid: 4646 components: - - pos: 51.5,0.5 + - type: Transform + pos: 51.5,0.5 parent: 34 - type: Transform - uid: 4664 components: - - pos: 45.5,-5.5 + - type: Transform + pos: 45.5,-5.5 parent: 34 - type: Transform - uid: 4665 components: - - pos: 42.5,-5.5 + - type: Transform + pos: 42.5,-5.5 parent: 34 - type: Transform - uid: 4670 components: - - pos: -6.5,-53.5 + - type: Transform + pos: -6.5,-53.5 parent: 34 - type: Transform - uid: 4688 components: - - pos: 51.5,-3.5 + - type: Transform + pos: 51.5,-3.5 parent: 34 - type: Transform - uid: 4689 components: - - pos: 51.5,-1.5 + - type: Transform + pos: 51.5,-1.5 parent: 34 - type: Transform - uid: 4691 components: - - pos: 43.5,2.5 + - type: Transform + pos: 43.5,2.5 parent: 34 - type: Transform - uid: 4692 components: - - pos: 41.5,2.5 + - type: Transform + pos: 41.5,2.5 parent: 34 - type: Transform - uid: 4733 components: - - pos: 44.5,7.5 + - type: Transform + pos: 44.5,7.5 parent: 34 - type: Transform - uid: 4734 components: - - pos: 43.5,7.5 + - type: Transform + pos: 43.5,7.5 parent: 34 - type: Transform - uid: 4735 components: - - pos: 46.5,5.5 + - type: Transform + pos: 46.5,5.5 parent: 34 - type: Transform - uid: 4736 components: - - pos: 46.5,4.5 + - type: Transform + pos: 46.5,4.5 parent: 34 - type: Transform - uid: 4737 components: - - pos: 39.5,7.5 + - type: Transform + pos: 39.5,7.5 parent: 34 - type: Transform - uid: 4738 components: - - pos: 38.5,7.5 + - type: Transform + pos: 38.5,7.5 parent: 34 - type: Transform - uid: 4739 components: - - pos: 37.5,7.5 + - type: Transform + pos: 37.5,7.5 parent: 34 - type: Transform - uid: 4766 components: - - pos: 41.5,-12.5 + - type: Transform + pos: 41.5,-12.5 parent: 34 - type: Transform - uid: 4870 components: - - pos: 41.5,-9.5 + - type: Transform + pos: 41.5,-9.5 parent: 34 - type: Transform - uid: 4874 components: - - pos: -14.5,-38.5 + - type: Transform + pos: -14.5,-38.5 parent: 34 - type: Transform - uid: 5264 components: - - pos: -2.5,-55.5 + - type: Transform + pos: -2.5,-55.5 parent: 34 - type: Transform - uid: 5265 components: - - pos: 5.5,-55.5 + - type: Transform + pos: 5.5,-55.5 parent: 34 - type: Transform - uid: 5276 components: - - pos: 21.5,-44.5 + - type: Transform + pos: 21.5,-44.5 parent: 34 - type: Transform - uid: 5277 components: - - pos: 20.5,-44.5 + - type: Transform + pos: 20.5,-44.5 parent: 34 - type: Transform - uid: 5279 components: - - pos: 22.5,-44.5 + - type: Transform + pos: 22.5,-44.5 parent: 34 - type: Transform - uid: 5404 components: - - pos: 27.5,-44.5 + - type: Transform + pos: 27.5,-44.5 parent: 34 - type: Transform - uid: 5405 components: - - pos: 27.5,-45.5 + - type: Transform + pos: 27.5,-45.5 parent: 34 - type: Transform - uid: 5406 components: - - pos: 28.5,-46.5 + - type: Transform + pos: 28.5,-46.5 parent: 34 - type: Transform - uid: 5407 components: - - pos: 29.5,-46.5 + - type: Transform + pos: 29.5,-46.5 parent: 34 - type: Transform - uid: 5408 components: - - pos: 30.5,-46.5 + - type: Transform + pos: 30.5,-46.5 parent: 34 - type: Transform - uid: 5410 components: - - pos: 34.5,-44.5 + - type: Transform + pos: 34.5,-44.5 parent: 34 - type: Transform - uid: 5485 components: - - pos: 35.5,-46.5 + - type: Transform + pos: 35.5,-46.5 parent: 34 - type: Transform - uid: 5488 components: - - pos: 32.5,-46.5 + - type: Transform + pos: 32.5,-46.5 parent: 34 - type: Transform - uid: 5496 components: - - pos: 30.5,-42.5 + - type: Transform + pos: 30.5,-42.5 parent: 34 - type: Transform - uid: 5498 components: - - pos: 37.5,-37.5 + - type: Transform + pos: 37.5,-37.5 parent: 34 - type: Transform - uid: 5503 components: - - pos: 41.5,-39.5 + - type: Transform + pos: 41.5,-39.5 parent: 34 - type: Transform - uid: 5504 components: - - pos: 41.5,-40.5 + - type: Transform + pos: 41.5,-40.5 parent: 34 - type: Transform - uid: 5505 components: - - pos: 41.5,-38.5 + - type: Transform + pos: 41.5,-38.5 parent: 34 - type: Transform - uid: 5506 components: - - pos: 41.5,-41.5 + - type: Transform + pos: 41.5,-41.5 parent: 34 - type: Transform - uid: 5595 components: - - pos: -20.5,1.5 + - type: Transform + pos: -20.5,1.5 parent: 34 - type: Transform - uid: 5600 components: - - pos: -26.5,1.5 + - type: Transform + pos: -26.5,1.5 parent: 34 - type: Transform - uid: 5612 components: - - pos: -24.5,7.5 + - type: Transform + pos: -24.5,7.5 parent: 34 - type: Transform - uid: 5613 components: - - pos: -27.5,7.5 + - type: Transform + pos: -27.5,7.5 parent: 34 - type: Transform - uid: 5614 components: - - pos: -26.5,6.5 + - type: Transform + pos: -26.5,6.5 parent: 34 - type: Transform - uid: 5734 components: - - pos: -20.5,6.5 + - type: Transform + pos: -20.5,6.5 parent: 34 - type: Transform - uid: 5735 components: - - pos: -21.5,6.5 + - type: Transform + pos: -21.5,6.5 parent: 34 - type: Transform - uid: 5736 components: - - pos: -22.5,6.5 + - type: Transform + pos: -22.5,6.5 parent: 34 - type: Transform - uid: 5737 components: - - pos: -23.5,6.5 + - type: Transform + pos: -23.5,6.5 parent: 34 - type: Transform - uid: 5824 components: - - pos: 31.5,-46.5 + - type: Transform + pos: 31.5,-46.5 parent: 34 - type: Transform - uid: 5918 components: - - pos: -34.5,0.5 + - type: Transform + pos: -34.5,0.5 parent: 34 - type: Transform - uid: 5919 components: - - pos: -35.5,0.5 + - type: Transform + pos: -35.5,0.5 parent: 34 - type: Transform - uid: 5927 components: - - pos: -44.5,6.5 + - type: Transform + pos: -44.5,6.5 parent: 34 - type: Transform - uid: 5928 components: - - pos: -57.5,0.5 + - type: Transform + pos: -57.5,0.5 parent: 34 - type: Transform - uid: 5946 components: - - pos: -57.5,-0.5 + - type: Transform + pos: -57.5,-0.5 parent: 34 - type: Transform - uid: 6206 components: - - pos: 15.5,15.5 + - type: Transform + pos: 15.5,15.5 parent: 34 - type: Transform - uid: 6207 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 34 - type: Transform - uid: 6230 components: - - pos: -49.5,-24.5 + - type: Transform + pos: -49.5,-24.5 parent: 34 - type: Transform - uid: 6231 components: - - pos: -49.5,-27.5 + - type: Transform + pos: -49.5,-27.5 parent: 34 - type: Transform - uid: 6237 components: - - pos: -56.5,-14.5 + - type: Transform + pos: -56.5,-14.5 parent: 34 - type: Transform - uid: 6341 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 34 - type: Transform - uid: 6342 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 34 - type: Transform - uid: 6343 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 34 - type: Transform - uid: 6383 components: - - pos: -32.5,-51.5 + - type: Transform + pos: -32.5,-51.5 parent: 34 - type: Transform - uid: 6384 components: - - pos: -34.5,-51.5 + - type: Transform + pos: -34.5,-51.5 parent: 34 - type: Transform - uid: 6395 components: - - pos: 14.5,-35.5 + - type: Transform + pos: 14.5,-35.5 parent: 34 - type: Transform - uid: 6403 components: - - pos: 5.5,20.5 + - type: Transform + pos: 5.5,20.5 parent: 34 - type: Transform - uid: 6698 components: - - pos: 43.5,-33.5 + - type: Transform + pos: 43.5,-33.5 parent: 34 - type: Transform - uid: 7162 components: - - pos: 19.5,-29.5 + - type: Transform + pos: 19.5,-29.5 parent: 34 - type: Transform - uid: 7163 components: - - pos: 19.5,-30.5 + - type: Transform + pos: 19.5,-30.5 parent: 34 - type: Transform - uid: 7164 components: - - pos: 19.5,-31.5 + - type: Transform + pos: 19.5,-31.5 parent: 34 - type: Transform - uid: 7166 components: - - pos: 23.5,-31.5 + - type: Transform + pos: 23.5,-31.5 parent: 34 - type: Transform - uid: 7168 components: - - pos: 23.5,-37.5 + - type: Transform + pos: 23.5,-37.5 parent: 34 - type: Transform - uid: 7169 components: - - pos: 29.5,-26.5 + - type: Transform + pos: 29.5,-26.5 parent: 34 - type: Transform - uid: 7170 components: - - pos: 33.5,-26.5 + - type: Transform + pos: 33.5,-26.5 parent: 34 - type: Transform - uid: 7380 components: - - pos: 32.5,9.5 + - type: Transform + pos: 32.5,9.5 parent: 34 - type: Transform - uid: 7381 components: - - pos: 31.5,9.5 + - type: Transform + pos: 31.5,9.5 parent: 34 - type: Transform - uid: 7492 components: - - pos: -56.5,-22.5 + - type: Transform + pos: -56.5,-22.5 parent: 34 - type: Transform - uid: 7496 components: - - pos: -56.5,-16.5 + - type: Transform + pos: -56.5,-16.5 parent: 34 - type: Transform - uid: 7499 components: - - pos: -56.5,-17.5 + - type: Transform + pos: -56.5,-17.5 parent: 34 - type: Transform - uid: 7500 components: - - pos: -56.5,-21.5 + - type: Transform + pos: -56.5,-21.5 parent: 34 - type: Transform - uid: 7760 components: - - pos: -56.5,-20.5 + - type: Transform + pos: -56.5,-20.5 parent: 34 - type: Transform - uid: 7768 components: - - pos: -56.5,-15.5 + - type: Transform + pos: -56.5,-15.5 parent: 34 - type: Transform - uid: 8471 components: - - pos: 31.5,-4.5 + - type: Transform + pos: 31.5,-4.5 parent: 34 - type: Transform - uid: 8489 components: - - pos: -56.5,-19.5 - parent: 34 - type: Transform - - uid: 8837 - components: - - pos: 43.5,-14.5 + - type: Transform + pos: -56.5,-19.5 parent: 34 - type: Transform - uid: 8907 components: - - pos: -5.5,-55.5 + - type: Transform + pos: -5.5,-55.5 parent: 34 - type: Transform - uid: 8932 components: - - pos: 9.5,-54.5 + - type: Transform + pos: 9.5,-54.5 parent: 34 - type: Transform - uid: 9105 components: - - pos: 9.5,-52.5 + - type: Transform + pos: 9.5,-52.5 parent: 34 - type: Transform - uid: 9138 components: - - pos: 9.5,-53.5 + - type: Transform + pos: 9.5,-53.5 parent: 34 - type: Transform - uid: 9463 components: - - pos: 46.5,-0.5 + - type: Transform + pos: 46.5,-0.5 parent: 34 - type: Transform - uid: 10015 components: - - pos: 37.5,-4.5 + - type: Transform + pos: 37.5,-4.5 parent: 34 - type: Transform - uid: 10252 components: - - pos: -58.5,-4.5 + - type: Transform + pos: -58.5,-4.5 parent: 34 - type: Transform - uid: 10253 components: - - pos: -58.5,-5.5 + - type: Transform + pos: -58.5,-5.5 parent: 34 - type: Transform - uid: 10457 components: - - pos: -4.5,15.5 + - type: Transform + pos: -4.5,15.5 parent: 34 - type: Transform - uid: 10490 components: - - pos: 46.5,-1.5 + - type: Transform + pos: 46.5,-1.5 parent: 34 - type: Transform - uid: 10628 components: - - pos: -45.5,6.5 + - type: Transform + pos: -45.5,6.5 parent: 34 - type: Transform - uid: 10629 components: - - pos: -46.5,6.5 + - type: Transform + pos: -46.5,6.5 parent: 34 - type: Transform - uid: 10746 components: - - pos: 16.5,-35.5 + - type: Transform + pos: 16.5,-35.5 parent: 34 - type: Transform - uid: 10884 components: - - pos: 13.5,20.5 + - type: Transform + pos: 13.5,20.5 parent: 34 - type: Transform - uid: 10967 components: - - pos: -60.5,-10.5 + - type: Transform + pos: -60.5,-10.5 parent: 34 - type: Transform - uid: 10976 components: - - pos: 38.5,-21.5 + - type: Transform + pos: 38.5,-21.5 parent: 34 - type: Transform - uid: 10977 components: - - pos: 38.5,-25.5 + - type: Transform + pos: 38.5,-25.5 parent: 34 - type: Transform - uid: 11037 components: - - pos: 43.5,-36.5 + - type: Transform + pos: 43.5,-36.5 parent: 34 - type: Transform - uid: 11039 components: - - pos: -6.5,-52.5 + - type: Transform + pos: -6.5,-52.5 parent: 34 - type: Transform - uid: 11072 components: - - pos: 43.5,-35.5 + - type: Transform + pos: 43.5,-35.5 parent: 34 - type: Transform - uid: 11207 components: - - pos: 21.5,13.5 + - type: Transform + pos: 21.5,13.5 parent: 34 - type: Transform - - uid: 11208 + - uid: 11264 components: - - pos: 20.5,13.5 - parent: 34 - type: Transform - - uid: 11264 - components: - - pos: 27.5,13.5 + - type: Transform + pos: 27.5,13.5 parent: 34 - type: Transform - uid: 11265 components: - - pos: 26.5,13.5 + - type: Transform + pos: 26.5,13.5 parent: 34 - type: Transform - uid: 11266 components: - - pos: 25.5,13.5 + - type: Transform + pos: 25.5,13.5 parent: 34 - type: Transform - uid: 11295 components: - - pos: -60.5,-9.5 + - type: Transform + pos: -60.5,-9.5 parent: 34 - type: Transform - uid: 11308 components: - - pos: 1.5,-32.5 + - type: Transform + pos: 1.5,-32.5 parent: 34 - type: Transform - uid: 11314 components: - - pos: 43.5,-34.5 + - type: Transform + pos: 43.5,-34.5 parent: 34 - type: Transform - uid: 11671 components: - - pos: -40.5,11.5 + - type: Transform + pos: -40.5,11.5 parent: 34 - type: Transform - uid: 11672 components: - - pos: -41.5,11.5 + - type: Transform + pos: -41.5,11.5 parent: 34 - type: Transform - uid: 11684 components: - - pos: 51.5,-2.5 + - type: Transform + pos: 51.5,-2.5 parent: 34 - type: Transform - uid: 11765 components: - - pos: 9.5,19.5 + - type: Transform + pos: 9.5,19.5 parent: 34 - type: Transform - uid: 11775 components: - - pos: 3.5,16.5 + - type: Transform + pos: 3.5,16.5 parent: 34 - type: Transform - uid: 11790 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 34 - type: Transform - uid: 11797 components: - - pos: 3.5,18.5 + - type: Transform + pos: 3.5,18.5 parent: 34 - type: Transform - uid: 11800 components: - - pos: 3.5,17.5 + - type: Transform + pos: 3.5,17.5 parent: 34 - type: Transform - uid: 11801 components: - - pos: 10.5,19.5 + - type: Transform + pos: 10.5,19.5 parent: 34 - type: Transform - uid: 11803 components: - - pos: 15.5,18.5 + - type: Transform + pos: 15.5,18.5 parent: 34 - type: Transform - uid: 11832 components: - - pos: -1.5,15.5 + - type: Transform + pos: -1.5,15.5 parent: 34 - type: Transform - uid: 11847 components: - - pos: 8.5,19.5 + - type: Transform + pos: 8.5,19.5 parent: 34 - type: Transform - uid: 11886 components: - - pos: -24.5,-43.5 + - type: Transform + pos: -24.5,-43.5 parent: 34 - type: Transform - uid: 11906 components: - - pos: 15.5,17.5 + - type: Transform + pos: 15.5,17.5 parent: 34 - type: Transform - uid: 12076 components: - - pos: -25.5,-43.5 - parent: 34 - type: Transform - - uid: 12188 - components: - - pos: 45.5,-14.5 + - type: Transform + pos: -25.5,-43.5 parent: 34 - type: Transform - uid: 12256 components: - - pos: -60.5,-33.5 + - type: Transform + pos: -60.5,-33.5 parent: 34 - type: Transform - uid: 12325 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 34 - type: Transform - uid: 12337 components: - - pos: -16.5,-43.5 + - type: Transform + pos: -16.5,-43.5 parent: 34 - type: Transform - uid: 12353 components: - - pos: 8.5,-55.5 + - type: Transform + pos: 8.5,-55.5 parent: 34 - type: Transform - uid: 12356 components: - - pos: -5.5,-51.5 + - type: Transform + pos: -5.5,-51.5 parent: 34 - type: Transform - uid: 12411 components: - - pos: -18.5,-36.5 + - type: Transform + pos: -18.5,-36.5 parent: 34 - type: Transform - uid: 12412 components: - - pos: -18.5,-39.5 + - type: Transform + pos: -18.5,-39.5 parent: 34 - type: Transform - uid: 12413 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 34 - type: Transform - uid: 12423 components: - - pos: 46.5,-7.5 + - type: Transform + pos: 46.5,-7.5 parent: 34 - type: Transform - uid: 12460 components: - - pos: 41.5,-6.5 + - type: Transform + pos: 41.5,-6.5 parent: 34 - type: Transform - uid: 12462 components: - - pos: 40.5,-2.5 + - type: Transform + pos: 40.5,-2.5 parent: 34 - type: Transform - uid: 12500 components: - - pos: -17.5,-39.5 + - type: Transform + pos: -17.5,-39.5 parent: 34 - type: Transform - uid: 12549 components: - - pos: -60.5,-29.5 + - type: Transform + pos: -60.5,-29.5 parent: 34 - type: Transform - uid: 12550 components: - - pos: -60.5,-32.5 + - type: Transform + pos: -60.5,-32.5 parent: 34 - type: Transform - uid: 12560 components: - - pos: -60.5,-31.5 + - type: Transform + pos: -60.5,-31.5 parent: 34 - type: Transform - uid: 12564 components: - - pos: -60.5,-27.5 + - type: Transform + pos: -60.5,-27.5 parent: 34 - type: Transform - uid: 12570 components: - - pos: -60.5,-28.5 + - type: Transform + pos: -60.5,-28.5 parent: 34 - type: Transform - uid: 12602 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 34 - type: Transform - uid: 12614 components: - - pos: -17.5,-36.5 + - type: Transform + pos: -17.5,-36.5 parent: 34 - type: Transform - uid: 12632 components: - - pos: -33.5,-51.5 + - type: Transform + pos: -33.5,-51.5 parent: 34 - type: Transform - uid: 12705 components: - - pos: 40.5,-4.5 + - type: Transform + pos: 40.5,-4.5 parent: 34 - type: Transform - - uid: 12709 + - uid: 13019 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 34 + - uid: 13020 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 34 + - uid: 13021 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 34 + - uid: 13022 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 34 + - uid: 13023 + components: + - type: Transform + pos: 43.5,-26.5 + parent: 34 + - uid: 13024 + components: + - type: Transform + pos: 44.5,-27.5 + parent: 34 + - uid: 13025 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 34 + - uid: 13026 + components: + - type: Transform + pos: 44.5,-29.5 + parent: 34 + - uid: 13061 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 34 + - uid: 13062 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 34 + - uid: 13063 components: - - pos: 44.5,-14.5 + - type: Transform + pos: 45.5,-17.5 + parent: 34 + - uid: 13064 + components: + - type: Transform + pos: 44.5,-17.5 + parent: 34 + - uid: 13065 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 34 + - uid: 13081 + components: + - type: Transform + pos: 16.5,19.5 + parent: 34 + - uid: 13082 + components: + - type: Transform + pos: 17.5,19.5 + parent: 34 + - uid: 13083 + components: + - type: Transform + pos: 18.5,19.5 + parent: 34 + - uid: 13084 + components: + - type: Transform + pos: 19.5,19.5 + parent: 34 + - uid: 13085 + components: + - type: Transform + pos: 20.5,18.5 + parent: 34 + - uid: 13086 + components: + - type: Transform + pos: 20.5,17.5 + parent: 34 + - uid: 13087 + components: + - type: Transform + pos: 20.5,16.5 + parent: 34 + - uid: 13088 + components: + - type: Transform + pos: 20.5,15.5 + parent: 34 + - uid: 13089 + components: + - type: Transform + pos: 20.5,14.5 parent: 34 - type: Transform - proto: RemoteSignaller entities: - uid: 12319 components: - - pos: -54.716194,-35.31927 + - type: Transform + pos: -54.716194,-35.31927 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12320: - Pressed: Trigger - type: DeviceLinkSource - proto: ResearchAndDevelopmentServer entities: - uid: 581 components: - - pos: -33.5,-7.5 + - type: Transform + pos: -33.5,-7.5 parent: 34 - type: Transform - proto: ReverseEngineeringMachine entities: - uid: 4520 components: - - pos: -35.5,-19.5 + - type: Transform + pos: -35.5,-19.5 parent: 34 - type: Transform - proto: Roboisseur entities: - uid: 218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-11.5 parent: 34 - type: Transform - proto: RollerBed entities: - uid: 1365 components: - - pos: 5.5,-26.5 + - type: Transform + pos: 5.5,-26.5 parent: 34 - type: Transform - proto: RubberStampApproved entities: - uid: 1979 components: - - pos: -17.69175,-19.103989 + - type: Transform + pos: -17.69175,-19.103989 parent: 34 - type: Transform - proto: RubberStampDenied entities: - uid: 1980 components: - - pos: -17.681334,-19.270771 + - type: Transform + pos: -17.681334,-19.270771 parent: 34 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 133 components: - - pos: -7.5,-33.5 + - type: Transform + pos: -7.5,-33.5 parent: 34 - type: Transform - proto: SalvageMagnet entities: - uid: 1063 components: - - pos: -30.5,-58.5 + - type: Transform + pos: -30.5,-58.5 parent: 34 - type: Transform - proto: ScalpelShiv entities: - uid: 4745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 40.427826,3.6428523 parent: 34 - type: Transform - uid: 11290 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 33.900448,3.428866 parent: 34 - type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 11028 components: - - pos: -42.5,-31.5 + - type: Transform + pos: -42.5,-31.5 parent: 34 - type: Transform - proto: Screen entities: - uid: 4693 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,19.5 parent: 34 - type: Transform - uid: 8105 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-50.5 parent: 34 - type: Transform - uid: 12185 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,19.5 parent: 34 - type: Transform - uid: 12937 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-50.5 parent: 34 - type: Transform + - uid: 13069 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 34 + - uid: 13070 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 34 + - uid: 13071 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 34 + - uid: 13072 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 34 + - uid: 13073 + components: + - type: Transform + pos: -13.5,1.5 + parent: 34 + - uid: 13074 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 34 + - uid: 13075 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 34 - proto: Screwdriver entities: - uid: 5558 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.468266,3.9137797 parent: 34 - type: Transform - proto: SecBreachingHammer entities: - uid: 6565 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.47547,-0.5123596 parent: 34 - type: Transform - proto: SecurityTechFab entities: - uid: 3709 components: - - pos: 28.5,1.5 + - type: Transform + pos: 28.5,1.5 parent: 34 - type: Transform - proto: SeedExtractor entities: - uid: 390 components: - - pos: -20.5,-8.5 + - type: Transform + pos: -20.5,-8.5 parent: 34 - type: Transform - proto: ShardGlass entities: - uid: 12772 components: - - pos: -21.936665,12.978247 + - type: Transform + pos: -21.936665,12.978247 parent: 34 - type: Transform - uid: 12773 components: - - pos: -21.23354,11.650122 + - type: Transform + pos: -21.23354,11.650122 parent: 34 - type: Transform - uid: 12774 components: - - pos: -22.155415,10.571997 + - type: Transform + pos: -22.155415,10.571997 parent: 34 - type: Transform - uid: 12775 components: - - pos: -17.95229,12.650122 + - type: Transform + pos: -17.95229,12.650122 parent: 34 - type: Transform - uid: 12776 components: - - pos: -16.811665,11.478247 + - type: Transform + pos: -16.811665,11.478247 parent: 34 - type: Transform - uid: 12777 components: - - pos: -17.70229,10.368872 + - type: Transform + pos: -17.70229,10.368872 parent: 34 - type: Transform - uid: 12778 components: - - pos: -17.73354,10.540747 + - type: Transform + pos: -17.73354,10.540747 parent: 34 - type: Transform - uid: 12779 components: - - pos: -14.174653,13.212622 + - type: Transform + pos: -14.174653,13.212622 parent: 34 - type: Transform - uid: 12781 components: - - pos: -13.549653,12.900122 + - type: Transform + pos: -13.549653,12.900122 parent: 34 - type: Transform - uid: 12783 components: - - pos: -13.299653,11.556372 + - type: Transform + pos: -13.299653,11.556372 parent: 34 - type: Transform - uid: 12790 components: - - pos: -29.486526,13.978247 + - type: Transform + pos: -29.486526,13.978247 parent: 34 - type: Transform - uid: 12836 components: - - pos: -30.783401,12.759497 + - type: Transform + pos: -30.783401,12.759497 parent: 34 - type: Transform - uid: 12839 components: - - pos: -29.142776,10.618872 + - type: Transform + pos: -29.142776,10.618872 parent: 34 - type: Transform - uid: 12840 components: - - pos: -31.642776,14.040747 + - type: Transform + pos: -31.642776,14.040747 parent: 34 - type: Transform - proto: SheetGlass entities: - uid: 1942 components: - - pos: -45.535515,-12.3644905 + - type: Transform + pos: -45.535515,-12.3644905 parent: 34 - type: Transform - uid: 2319 components: - - pos: -23.42932,-25.482 + - type: Transform + pos: -23.42932,-25.482 parent: 34 - type: Transform - uid: 11313 components: - - pos: -10.453392,-38.404453 + - type: Transform + pos: -10.453392,-38.404453 parent: 34 - type: Transform - proto: SheetPaper entities: - uid: 11945 components: - - pos: -32.350746,-27.221853 + - type: Transform + pos: -32.350746,-27.221853 parent: 34 - type: Transform - proto: SheetPlasma entities: - uid: 11132 components: - - pos: -34.59602,1.5904913 + - type: Transform + pos: -34.59602,1.5904913 parent: 34 - type: Transform - proto: SheetPlasma1 entities: - uid: 6248 components: - - pos: -1.0009673,-26.397503 + - type: Transform + pos: -1.0009673,-26.397503 parent: 34 - type: Transform - proto: SheetPlasteel entities: - uid: 7425 components: - - pos: -43.65221,-31.345268 + - type: Transform + pos: -43.65221,-31.345268 parent: 34 - type: Transform - - count: 15 - type: Stack + - type: Stack + count: 15 - uid: 8077 components: - - pos: -19.331738,-14.409908 + - type: Transform + pos: -19.331738,-14.409908 parent: 34 - type: Transform - - count: 10 - type: Stack + - type: Stack + count: 10 - proto: SheetPlastic entities: - uid: 2061 components: - - pos: -46.55114,-12.4113655 + - type: Transform + pos: -46.55114,-12.4113655 parent: 34 - type: Transform - uid: 2320 components: - - pos: -24.46057,-25.461153 + - type: Transform + pos: -24.46057,-25.461153 parent: 34 - type: Transform - uid: 11889 components: - - pos: -7.4719124,-38.466084 + - type: Transform + pos: -7.4719124,-38.466084 parent: 34 - type: Transform - proto: SheetSteel entities: - uid: 689 components: - - pos: -8.470482,-38.473114 + - type: Transform + pos: -8.470482,-38.473114 parent: 34 - type: Transform - uid: 2073 components: - - pos: -47.45739,-12.4269905 + - type: Transform + pos: -47.45739,-12.4269905 parent: 34 - type: Transform - uid: 2318 components: - - pos: -22.46057,-25.461153 + - type: Transform + pos: -22.46057,-25.461153 parent: 34 - type: Transform - uid: 7399 components: - - pos: -14.468778,4.521938 + - type: Transform + pos: -14.468778,4.521938 parent: 34 - type: Transform - uid: 7421 components: - - pos: -43.30846,-31.56417 + - type: Transform + pos: -43.30846,-31.56417 parent: 34 - type: Transform - - count: 15 - type: Stack + - type: Stack + count: 15 - uid: 8034 components: - - pos: 28.599783,-43.326553 + - type: Transform + pos: 28.599783,-43.326553 parent: 34 - type: Transform - uid: 8076 components: - - pos: -19.644238,-14.534996 + - type: Transform + pos: -19.644238,-14.534996 parent: 34 - type: Transform - - count: 15 - type: Stack + - type: Stack + count: 15 - proto: Shinai entities: - uid: 147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.57282126,8.550755 parent: 34 - type: Transform - uid: 148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.41657126,8.602873 parent: 34 - type: Transform - uid: 168 components: - - pos: -0.5832379,8.571602 + - type: Transform + pos: -0.5832379,8.571602 parent: 34 - type: Transform - uid: 209 components: - - pos: -0.41657126,8.561178 + - type: Transform + pos: -0.41657126,8.561178 parent: 34 - type: Transform - proto: ShuttersNormalOpen entities: - uid: 843 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 246 - type: DeviceLinkSink - uid: 844 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 246 - type: DeviceLinkSink - uid: 845 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 246 - type: DeviceLinkSink - uid: 846 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 246 - type: DeviceLinkSink - uid: 3609 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-9.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2525 - type: DeviceLinkSink - uid: 3610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-10.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2525 - type: DeviceLinkSink - uid: 3611 components: - - pos: 27.5,-12.5 + - type: Transform + pos: 27.5,-12.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2525 - type: DeviceLinkSink - uid: 3612 components: - - pos: 29.5,-12.5 + - type: Transform + pos: 29.5,-12.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2525 - type: DeviceLinkSink - uid: 4169 components: - - pos: 30.5,-12.5 + - type: Transform + pos: 30.5,-12.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2525 - type: DeviceLinkSink - uid: 5005 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,1.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 4377 - type: DeviceLinkSink - uid: 5006 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,0.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 4377 - type: DeviceLinkSink - uid: 5007 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-1.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 4377 - type: DeviceLinkSink - uid: 5312 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 8431 - type: DeviceLinkSink - uid: 5541 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 8431 - type: DeviceLinkSink - uid: 6093 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 8431 - type: DeviceLinkSink - uid: 7097 components: - - pos: -35.5,0.5 + - type: Transform + pos: -35.5,0.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2278 - type: DeviceLinkSink - uid: 7098 components: - - pos: -34.5,0.5 + - type: Transform + pos: -34.5,0.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 2278 - type: DeviceLinkSink - uid: 12328 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-38.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12540 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-13.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12999 - type: DeviceLinkSink - uid: 12542 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-11.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12999 - type: DeviceLinkSink - uid: 12716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-11.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12999 - type: DeviceLinkSink - uid: 12738 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-11.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 12999 - type: DeviceLinkSink - uid: 12758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-18.5 parent: 34 - type: Transform - uid: 12900 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,8.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10766 - type: DeviceLinkSink - uid: 12901 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,7.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10766 - type: DeviceLinkSink - uid: 12902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,6.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10766 - type: DeviceLinkSink - uid: 12903 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10766 - type: DeviceLinkSink - uid: 12904 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10766 - type: DeviceLinkSink - uid: 12905 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 10766 - type: DeviceLinkSink - uid: 12946 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12947 components: - - pos: -17.5,-39.5 + - type: Transform + pos: -17.5,-39.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12948 components: - - pos: -18.5,-39.5 + - type: Transform + pos: -18.5,-39.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12951 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-36.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12952 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-36.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 7459 - type: DeviceLinkSink - uid: 12971 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -41.5,-19.5 parent: 34 - type: Transform - proto: ShuttersWindowOpen entities: - uid: 1287 components: - - pos: -26.5,-9.5 + - type: Transform + pos: -26.5,-9.5 parent: 34 - type: Transform - - links: + - type: DeviceLinkSink + links: - 1163 - type: DeviceLinkSink - proto: shuttle_manipulator entities: - uid: 8359 components: - - pos: 39.5,-34.5 + - type: Transform + pos: 39.5,-34.5 parent: 34 - type: Transform - proto: SignAi entities: - uid: 6003 components: - - pos: 46.5,-22.5 + - type: Transform + pos: 46.5,-22.5 parent: 34 - type: Transform - uid: 6004 components: - - pos: 38.5,-24.5 + - type: Transform + pos: 38.5,-24.5 parent: 34 - type: Transform - proto: SignalButton entities: - uid: 678 components: - - pos: -49.5,-39.5 + - type: Transform + pos: -49.5,-39.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1484: - Pressed: Toggle - type: DeviceLinkSource - uid: 679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-46.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1484: - Pressed: Toggle - type: DeviceLinkSource - proto: SignalButtonDirectional entities: - uid: 7459 components: - - pos: -15.5,-36.5 + - type: Transform + pos: -15.5,-36.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12952: - Pressed: Close - Pressed: Open @@ -66592,16 +67490,16 @@ entities: - Pressed: Open - Pressed: Close - Pressed: Toggle - type: DeviceLinkSource - proto: SignalSwitch entities: - uid: 246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-6.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 843: - On: Close - Off: Open @@ -66614,14 +67512,14 @@ entities: 846: - On: Close - Off: Open - type: DeviceLinkSource - uid: 1054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-43.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 8449: - On: Reverse - Off: Off @@ -66655,29 +67553,29 @@ entities: 12699: - On: Forward - Off: Off - type: DeviceLinkSource - uid: 1163 components: - - pos: -25.5,-6.5 + - type: Transform + pos: -25.5,-6.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 836: - On: Open - Off: Close 1287: - On: Close - Off: Open - type: DeviceLinkSource - uid: 3750 components: - - name: cell shutter switch - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: cell shutter switch + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-2.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3639: - On: Close - Off: Open @@ -66687,25 +67585,25 @@ entities: 3641: - On: Close - Off: Open - type: DeviceLinkSource - uid: 7996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 33.5,-4.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 8683: - On: Close - Off: Open - type: DeviceLinkSource - uid: 12307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -60.5,-35.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12306: - On: Open - Off: Close @@ -66715,56 +67613,56 @@ entities: 12295: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignalSwitchDirectional entities: - uid: 1922 components: - - name: Janitorial service lights - type: MetaData - - pos: -14.5,-23.5 + - type: MetaData + name: Janitorial service lights + - type: Transform + pos: -14.5,-23.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1889: - On: On - Off: Off - Status: Toggle - type: DeviceLinkSource - uid: 2062 components: - - name: Janitorial service lights - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Janitorial service lights + - type: Transform + rot: 3.141592653589793 rad pos: -36.5,-28.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10572: - On: On - Off: Off - Status: Toggle - type: DeviceLinkSource - uid: 2278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.5,2.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 7097: - On: Close - Off: Open 7098: - On: Close - Off: Open - type: DeviceLinkSource - uid: 2525 components: - - pos: 28.5,-8.5 + - type: Transform + pos: 28.5,-8.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 3609: - On: Close - Off: Open @@ -66780,14 +67678,14 @@ entities: 4169: - On: Close - Off: Open - type: DeviceLinkSource - uid: 4377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.5,-1.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 5007: - On: Close - Off: Open @@ -66797,14 +67695,14 @@ entities: 5005: - On: Close - Off: Open - type: DeviceLinkSource - uid: 8431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,1.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 6093: - On: Close - Off: Open @@ -66814,45 +67712,45 @@ entities: 5541: - On: Close - Off: Open - type: DeviceLinkSource - uid: 10011 components: - - name: Janitorial service lights - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Janitorial service lights + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-11.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12927: - On: On - Off: Off - type: DeviceLinkSource - uid: 10413 components: - - name: Janitorial service lights - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: Janitorial service lights + - type: Transform + rot: -1.5707963267948966 rad pos: -30.5,-19.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12371: - On: On - Off: Off - type: DeviceLinkSource - uid: 10439 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -44.5,-20.5 parent: 34 - type: Transform - uid: 10766 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12900: - On: Close - Off: Open @@ -66871,29 +67769,29 @@ entities: 12904: - On: Close - Off: Open - type: DeviceLinkSource - uid: 12928 components: - - name: Janitorial service lights - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: Janitorial service lights + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-31.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10010: - On: On - Off: Off 10492: - On: On - Off: Off - type: DeviceLinkSource - uid: 12999 components: - - pos: -42.5,-11.5 + - type: Transform + pos: -42.5,-11.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12540: - On: Close - Off: Open @@ -66906,5195 +67804,5165 @@ entities: 12738: - On: Close - Off: Open - type: DeviceLinkSource - uid: 13007 components: - - name: Janitorial service lights - type: MetaData - - rot: 1.5707963267948966 rad + - type: MetaData + name: Janitorial service lights + - type: Transform + rot: 1.5707963267948966 rad pos: 28.5,-27.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 1907: - On: On - Off: Off - Status: Toggle - type: DeviceLinkSource - proto: SignAnomaly entities: - uid: 963 components: - - pos: -28.5,-6.5 + - type: Transform + pos: -28.5,-6.5 parent: 34 - type: Transform - proto: SignAnomaly2 entities: - uid: 5669 components: - - pos: -36.5,0.5 + - type: Transform + pos: -36.5,0.5 parent: 34 - type: Transform - proto: SignArmory entities: - uid: 3698 components: - - pos: 24.5,-1.5 + - type: Transform + pos: 24.5,-1.5 parent: 34 - type: Transform - proto: SignAtmos entities: - uid: 1599 components: - - pos: -36.5,-34.5 + - type: Transform + pos: -36.5,-34.5 parent: 34 - type: Transform - uid: 1816 components: - - pos: -41.5,-31.5 + - type: Transform + pos: -41.5,-31.5 parent: 34 - type: Transform - proto: SignBar entities: - uid: 304 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 34 - type: Transform - proto: SignBridge entities: - uid: 4443 components: - - pos: 31.5,-26.5 + - type: Transform + pos: 31.5,-26.5 parent: 34 - type: Transform - proto: SignCanisters entities: - uid: 1606 components: - - pos: -36.5,-29.5 + - type: Transform + pos: -36.5,-29.5 parent: 34 - type: Transform - proto: SignCargo entities: - uid: 1892 components: - - pos: -15.5,-23.5 + - type: Transform + pos: -15.5,-23.5 parent: 34 - type: Transform - uid: 1933 components: - - pos: -6.5,-38.5 + - type: Transform + pos: -6.5,-38.5 parent: 34 - type: Transform - proto: SignChapel entities: - uid: 1992 components: - - pos: -23.5,-20.5 + - type: Transform + pos: -23.5,-20.5 parent: 34 - type: Transform - proto: SignChem entities: - uid: 2949 components: - - pos: 0.5,-30.5 + - type: Transform + pos: 0.5,-30.5 parent: 34 - type: Transform - proto: SignCloning entities: - uid: 11333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-38.5 parent: 34 - type: Transform - proto: SignConference entities: - uid: 4442 components: - - pos: 35.5,-31.5 + - type: Transform + pos: 35.5,-31.5 parent: 34 - type: Transform - proto: SignConspiracyBoard entities: - uid: 6137 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 34 - type: Transform - proto: SignCryogenicsMed entities: - uid: 1313 components: - - pos: 2.5,-38.5 + - type: Transform + pos: 2.5,-38.5 + parent: 34 + - uid: 11318 + components: + - type: Transform + pos: 15.5,17.5 + parent: 34 + - uid: 13027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-30.5 + parent: 34 + - uid: 13068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-14.5 parent: 34 - type: Transform - proto: SignDirectionalBar entities: - uid: 10658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.50208,-24.27535 parent: 34 - type: Transform - proto: SignDirectionalBridge entities: - uid: 10373 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 34 - type: Transform - uid: 10375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.498057,-20.727808 parent: 34 - type: Transform - uid: 10386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.487588,-23.27868 parent: 34 - type: Transform - uid: 13004 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.50208,-24.697226 parent: 34 - type: Transform - proto: SignDirectionalChapel entities: - uid: 185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.493627,-23.698729 parent: 34 - type: Transform - proto: SignDirectionalDorms entities: - uid: 10387 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.518838,-23.716486 parent: 34 - type: Transform - uid: 10402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.4955645,1.703541 parent: 34 - type: Transform - uid: 10411 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -36.482975,-20.252234 parent: 34 - type: Transform - proto: SignDirectionalEng entities: - uid: 159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.491532,-2.266921 parent: 34 - type: Transform - uid: 184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-23.5 parent: 34 - type: Transform - uid: 10264 components: - - pos: -40.5,-11.5 + - type: Transform + pos: -40.5,-11.5 parent: 34 - type: Transform - uid: 10398 components: - - pos: -36.5,-2.5 + - type: Transform + pos: -36.5,-2.5 parent: 34 - type: Transform - uid: 10407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.489528,-21.720585 parent: 34 - type: Transform - uid: 10410 components: - - pos: -36.515026,-20.725943 + - type: Transform + pos: -36.515026,-20.725943 parent: 34 - type: Transform - proto: SignDirectionalEvac entities: - uid: 3463 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.5,-2.5 parent: 34 - type: Transform - uid: 5957 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -27.5,-24.5 parent: 34 - type: Transform - uid: 10379 components: - - pos: -4.4991846,1.2674417 + - type: Transform + pos: -4.4991846,1.2674417 parent: 34 - type: Transform - uid: 10384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-21.5 parent: 34 - type: Transform - uid: 10388 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 34 - type: Transform - uid: 10393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 20.489033,-40.71605 parent: 34 - type: Transform - uid: 10394 components: - - pos: -2.5,-42.5 + - type: Transform + pos: -2.5,-42.5 parent: 34 - type: Transform - uid: 10396 components: - - pos: -2.5,-25.5 + - type: Transform + pos: -2.5,-25.5 parent: 34 - type: Transform - proto: SignDirectionalFood entities: - uid: 10385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-23.5 parent: 34 - type: Transform - uid: 10408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.520778,-21.296457 parent: 34 - type: Transform - uid: 13005 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -26.49933,-2.2605238 parent: 34 - type: Transform - proto: SignDirectionalGravity entities: - uid: 11474 components: - - pos: -33.5,-27.5 + - type: Transform + pos: -33.5,-27.5 parent: 34 - type: Transform - proto: SignDirectionalHop entities: - uid: 77 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.493627,-23.27656 parent: 34 - type: Transform - uid: 10405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.494371,-25.253572 parent: 34 - type: Transform - proto: SignDirectionalJanitor entities: - uid: 10684 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.508112,-25.285345 parent: 34 - type: Transform - uid: 13009 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.501943,-20.287218 parent: 34 - type: Transform - proto: SignDirectionalMed entities: - uid: 153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.507157,-2.7047243 parent: 34 - type: Transform - uid: 694 components: - - pos: -2.504551,-25.707623 + - type: Transform + pos: -2.504551,-25.707623 parent: 34 - type: Transform - uid: 10400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.48356,-2.7110643 parent: 34 - type: Transform - uid: 10401 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 34 - type: Transform - uid: 10406 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.513676,-25.72845 parent: 34 - type: Transform - uid: 13010 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.501943,-20.724718 parent: 34 - type: Transform - proto: SignDirectionalSalvage entities: - uid: 11476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -33.49873,-27.715355 parent: 34 - type: Transform - uid: 12253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-32.5 parent: 34 - type: Transform - uid: 12432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -22.5,-40.5 parent: 34 - type: Transform - proto: SignDirectionalSci entities: - uid: 186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-2.5 parent: 34 - type: Transform - uid: 10376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.4643145,1.2813723 parent: 34 - type: Transform - uid: 10404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 23.5,-25.5 parent: 34 - type: Transform - uid: 13008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.494478,-20.26107 parent: 34 - type: Transform - proto: SignDirectionalSec entities: - uid: 155 components: - - pos: 11.522782,-2.6890879 + - type: Transform + pos: 11.522782,-2.6890879 parent: 34 - type: Transform - uid: 10378 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.4991846,1.7208815 parent: 34 - type: Transform - uid: 10383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-20.5 parent: 34 - type: Transform - uid: 10399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.501534,-2.2698255 parent: 34 - type: Transform - proto: SignDirectionalSolar entities: - uid: 10391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,1.5 parent: 34 - type: Transform - uid: 10392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 20.5,-40.5 parent: 34 - type: Transform - proto: SignDirectionalSupply entities: - uid: 10377 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 34 - type: Transform - uid: 10409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -36.5,-20.5 parent: 34 - type: Transform - uid: 11128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-20.5 parent: 34 - type: Transform - proto: SignDirectionalWash entities: - uid: 4588 components: - - pos: 39.5,2.5 + - type: Transform + pos: 39.5,2.5 parent: 34 - type: Transform - uid: 4707 components: - - pos: -50.5,-2.5 + - type: Transform + pos: -50.5,-2.5 parent: 34 - type: Transform - proto: SignDisposalSpace entities: - uid: 8128 components: - - desc: Don't get any ideas. - type: MetaData - - pos: 42.5,7.5 + - type: MetaData + desc: Don't get any ideas. + - type: Transform + pos: 42.5,7.5 parent: 34 - type: Transform - uid: 11306 components: - - pos: -40.5,6.5 + - type: Transform + pos: -40.5,6.5 parent: 34 - type: Transform - proto: SignDojo entities: - uid: 193 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 34 - type: Transform - proto: SignEngineering entities: - uid: 2324 components: - - pos: -26.5,-24.5 + - type: Transform + pos: -26.5,-24.5 parent: 34 - type: Transform - uid: 2325 components: - - pos: -33.5,-24.5 + - type: Transform + pos: -33.5,-24.5 parent: 34 - type: Transform - proto: SignEscapePods entities: - uid: 68 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,15.5 parent: 34 - type: Transform - uid: 6692 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-49.5 parent: 34 - type: Transform - proto: SignEVA entities: - uid: 11003 components: - - pos: 27.5,-46.5 + - type: Transform + pos: 27.5,-46.5 parent: 34 - type: Transform - uid: 11004 components: - - pos: -25.5,9.5 + - type: Transform + pos: -25.5,9.5 parent: 34 - type: Transform - proto: SignGravity entities: - uid: 1123 components: - - pos: -28.5,-38.5 + - type: Transform + pos: -28.5,-38.5 parent: 34 - type: Transform - proto: SignHead entities: - uid: 1993 components: - - desc: A sign designating the head of personnel's office. + - type: MetaData + desc: A sign designating the head of personnel's office. name: head of personnel sign - type: MetaData - - pos: -15.5,-20.5 + - type: Transform + pos: -15.5,-20.5 parent: 34 - type: Transform - proto: SignHydro2 entities: - uid: 1273 components: - - pos: -14.5,-9.5 + - type: Transform + pos: -14.5,-9.5 parent: 34 - type: Transform - proto: SignHydro3 entities: - uid: 10372 components: - - pos: -16.5,-2.5 + - type: Transform + pos: -16.5,-2.5 parent: 34 - type: Transform - proto: SignInterrogation entities: - uid: 4885 components: - - pos: 27.5,-15.5 + - type: Transform + pos: 27.5,-15.5 parent: 34 - type: Transform - proto: SignJanitor entities: - uid: 3728 components: - - pos: 6.5,-21.5 + - type: Transform + pos: 6.5,-21.5 parent: 34 - type: Transform - proto: SignLawyer entities: - uid: 11817 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,7.5 parent: 34 - type: Transform - proto: SignMail entities: - uid: 1895 components: - - pos: -6.5,-23.5 + - type: Transform + pos: -6.5,-23.5 parent: 34 - type: Transform - proto: SignMedical entities: - uid: 2934 components: - - pos: -2.5,-34.5 + - type: Transform + pos: -2.5,-34.5 parent: 34 - type: Transform - proto: SignMorgue entities: - uid: 13011 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-39.5 parent: 34 - type: Transform - proto: SignRedOne entities: - uid: 11792 components: - - pos: 1.2183137,15.5 + - type: Transform + pos: 1.2183137,15.5 parent: 34 - type: Transform - proto: SignRedTwo entities: - uid: 11827 components: - - pos: -2.7816863,15.5 + - type: Transform + pos: -2.7816863,15.5 parent: 34 - type: Transform - proto: SignRobo entities: - uid: 2567 components: - - pos: -40.5,-13.5 + - type: Transform + pos: -40.5,-13.5 parent: 34 - type: Transform - proto: SignScience entities: - uid: 599 components: - - pos: -30.5,-20.5 + - type: Transform + pos: -30.5,-20.5 parent: 34 - type: Transform - proto: SignSec entities: - uid: 10374 components: - - pos: 15.5,-11.5 + - type: Transform + pos: 15.5,-11.5 parent: 34 - type: Transform - uid: 10403 components: - - pos: 15.5,-15.5 + - type: Transform + pos: 15.5,-15.5 parent: 34 - type: Transform - proto: SignSurgery entities: - uid: 2950 components: - - pos: 6.5,-27.5 + - type: Transform + pos: 6.5,-27.5 parent: 34 - type: Transform - uid: 11912 components: - - pos: -49.5,-15.5 + - type: Transform + pos: -49.5,-15.5 parent: 34 - type: Transform - proto: SignTelecomms entities: - uid: 3276 components: - - pos: -35.5,-47.5 + - type: Transform + pos: -35.5,-47.5 parent: 34 - type: Transform - proto: SignToolStorage entities: - uid: 2326 components: - - pos: -20.5,-24.5 + - type: Transform + pos: -20.5,-24.5 parent: 34 - type: Transform - proto: SignVirology entities: - uid: 2690 components: - - pos: 1.5,-35.5 + - type: Transform + pos: 1.5,-35.5 parent: 34 - type: Transform - proto: SinkStemlessWater entities: - uid: 2216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -49.5,-4.5 parent: 34 - type: Transform - uid: 4594 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,1.5 parent: 34 - type: Transform - uid: 4595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,0.5 parent: 34 - type: Transform - uid: 4596 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 39.5,-0.5 parent: 34 - type: Transform - proto: SinkWide entities: - uid: 609 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 34 - type: Transform - uid: 882 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-6.5 parent: 34 - type: Transform - uid: 1006 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-20.5 parent: 34 - type: Transform - uid: 12804 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,7.5 parent: 34 - type: Transform - proto: SmartFridge entities: - uid: 401 components: - - flags: SessionSpecific - type: MetaData - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 34 - type: Transform - proto: SMESBasic entities: - uid: 1124 components: - - name: AME SMES 1 - type: MetaData - - pos: -33.5,-31.5 + - type: MetaData + name: AME SMES 1 + - type: Transform + pos: -33.5,-31.5 parent: 34 - type: Transform - uid: 1125 components: - - name: AME SMES 2 - type: MetaData - - pos: -32.5,-31.5 + - type: MetaData + name: AME SMES 2 + - type: Transform + pos: -32.5,-31.5 parent: 34 - type: Transform - uid: 1126 components: - - name: AME SMES 3 - type: MetaData - - pos: -31.5,-31.5 + - type: MetaData + name: AME SMES 3 + - type: Transform + pos: -31.5,-31.5 parent: 34 - type: Transform - uid: 5388 components: - - name: Lower Solar's SMES - type: MetaData - - pos: 33.5,-44.5 + - type: MetaData + name: South Solar's SMES + - type: Transform + pos: 33.5,-44.5 parent: 34 - type: Transform - uid: 5795 components: - - name: Upper Solar's SMES - type: MetaData - - pos: -27.5,4.5 + - type: MetaData + name: Upper Solar's SMES + - type: Transform + pos: -27.5,4.5 parent: 34 - type: Transform - uid: 11763 components: - - name: TEG SMES 1 - type: MetaData - - pos: -50.5,-29.5 + - type: MetaData + name: TEG SMES 1 + - type: Transform + pos: -50.5,-29.5 parent: 34 - type: Transform - uid: 11787 components: - - name: TEG SMES 2 - type: MetaData - - pos: -50.5,-30.5 + - type: MetaData + name: TEG SMES 2 + - type: Transform + pos: -50.5,-30.5 parent: 34 - type: Transform - proto: soda_dispenser entities: - uid: 611 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 34 - type: Transform - uid: 4720 components: - - pos: 39.5,6.5 + - type: Transform + pos: 39.5,6.5 parent: 34 - type: Transform - uid: 5516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 40.5,-41.5 parent: 34 - type: Transform - uid: 5796 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,7.5 parent: 34 - type: Transform - uid: 8495 components: - - pos: -8.5,-40.5 + - type: Transform + pos: -8.5,-40.5 parent: 34 - type: Transform - uid: 11212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,12.5 parent: 34 - type: Transform - proto: SolarAssembly entities: - uid: 12841 components: - - pos: -31.5,11.5 + - type: Transform + pos: -31.5,11.5 parent: 34 - type: Transform - uid: 12842 components: - - pos: -29.5,14.5 + - type: Transform + pos: -29.5,14.5 parent: 34 - type: Transform - proto: SolarPanel entities: - uid: 5447 components: - - pos: 34.5,-54.5 + - type: Transform + pos: 34.5,-54.5 parent: 34 - type: Transform - uid: 5448 components: - - pos: 34.5,-53.5 + - type: Transform + pos: 34.5,-53.5 parent: 34 - type: Transform - uid: 5449 components: - - pos: 34.5,-52.5 + - type: Transform + pos: 34.5,-52.5 parent: 34 - type: Transform - uid: 5450 components: - - pos: 34.5,-51.5 + - type: Transform + pos: 34.5,-51.5 parent: 34 - type: Transform - uid: 5451 components: - - pos: 34.5,-50.5 + - type: Transform + pos: 34.5,-50.5 parent: 34 - type: Transform - uid: 5452 components: - - pos: 32.5,-50.5 + - type: Transform + pos: 32.5,-50.5 parent: 34 - type: Transform - uid: 5453 components: - - pos: 32.5,-51.5 + - type: Transform + pos: 32.5,-51.5 parent: 34 - type: Transform - uid: 5454 components: - - pos: 32.5,-52.5 + - type: Transform + pos: 32.5,-52.5 parent: 34 - type: Transform - uid: 5455 components: - - pos: 32.5,-53.5 + - type: Transform + pos: 32.5,-53.5 parent: 34 - type: Transform - uid: 5456 components: - - pos: 32.5,-54.5 + - type: Transform + pos: 32.5,-54.5 parent: 34 - type: Transform - uid: 5457 components: - - pos: 30.5,-50.5 + - type: Transform + pos: 30.5,-50.5 parent: 34 - type: Transform - uid: 5458 components: - - pos: 30.5,-51.5 + - type: Transform + pos: 30.5,-51.5 parent: 34 - type: Transform - uid: 5459 components: - - pos: 30.5,-52.5 + - type: Transform + pos: 30.5,-52.5 parent: 34 - type: Transform - uid: 5460 components: - - pos: 30.5,-53.5 + - type: Transform + pos: 30.5,-53.5 parent: 34 - type: Transform - uid: 5461 components: - - pos: 30.5,-54.5 + - type: Transform + pos: 30.5,-54.5 parent: 34 - type: Transform - uid: 5462 components: - - pos: 28.5,-50.5 + - type: Transform + pos: 28.5,-50.5 parent: 34 - type: Transform - uid: 5463 components: - - pos: 28.5,-51.5 + - type: Transform + pos: 28.5,-51.5 parent: 34 - type: Transform - uid: 5464 components: - - pos: 28.5,-52.5 + - type: Transform + pos: 28.5,-52.5 parent: 34 - type: Transform - uid: 5465 components: - - pos: 28.5,-53.5 + - type: Transform + pos: 28.5,-53.5 parent: 34 - type: Transform - uid: 5466 components: - - pos: 28.5,-54.5 + - type: Transform + pos: 28.5,-54.5 parent: 34 - type: Transform - uid: 5467 components: - - pos: 24.5,-50.5 + - type: Transform + pos: 24.5,-50.5 parent: 34 - type: Transform - uid: 5468 components: - - pos: 24.5,-51.5 + - type: Transform + pos: 24.5,-51.5 parent: 34 - type: Transform - uid: 5469 components: - - pos: 24.5,-52.5 + - type: Transform + pos: 24.5,-52.5 parent: 34 - type: Transform - uid: 5470 components: - - pos: 26.5,-50.5 + - type: Transform + pos: 26.5,-50.5 parent: 34 - type: Transform - uid: 5471 components: - - pos: 26.5,-51.5 + - type: Transform + pos: 26.5,-51.5 parent: 34 - type: Transform - uid: 5472 components: - - pos: 26.5,-52.5 + - type: Transform + pos: 26.5,-52.5 parent: 34 - type: Transform - uid: 5473 components: - - pos: 26.5,-53.5 + - type: Transform + pos: 26.5,-53.5 parent: 34 - type: Transform - uid: 7073 components: - - pos: -22.5,10.5 + - type: Transform + pos: -22.5,10.5 parent: 34 - type: Transform - uid: 7075 components: - - pos: -22.5,12.5 + - type: Transform + pos: -22.5,12.5 parent: 34 - type: Transform - uid: 7076 components: - - pos: -22.5,13.5 + - type: Transform + pos: -22.5,13.5 parent: 34 - type: Transform - uid: 7077 components: - - pos: -22.5,14.5 + - type: Transform + pos: -22.5,14.5 parent: 34 - type: Transform - uid: 7079 components: - - pos: -20.5,11.5 + - type: Transform + pos: -20.5,11.5 parent: 34 - type: Transform - uid: 7081 components: - - pos: -20.5,13.5 + - type: Transform + pos: -20.5,13.5 parent: 34 - type: Transform - uid: 7083 components: - - pos: -18.5,14.5 + - type: Transform + pos: -18.5,14.5 parent: 34 - type: Transform - uid: 7084 components: - - pos: -18.5,13.5 + - type: Transform + pos: -18.5,13.5 parent: 34 - type: Transform - uid: 7086 components: - - pos: -18.5,11.5 + - type: Transform + pos: -18.5,11.5 parent: 34 - type: Transform - uid: 7089 components: - - pos: -16.5,11.5 + - type: Transform + pos: -16.5,11.5 parent: 34 - type: Transform - uid: 7091 components: - - pos: -16.5,13.5 + - type: Transform + pos: -16.5,13.5 parent: 34 - type: Transform - proto: SolarPanelBroken entities: - uid: 2241 components: - - pos: -20.5,7.5 + - type: Transform + pos: -20.5,7.5 parent: 34 - type: Transform - uid: 4701 components: - - pos: -16.5,10.5 + - type: Transform + pos: -16.5,10.5 parent: 34 - type: Transform - uid: 5474 components: - - pos: 24.5,-53.5 + - type: Transform + pos: 24.5,-53.5 parent: 34 - type: Transform - uid: 5475 components: - - pos: 24.5,-54.5 + - type: Transform + pos: 24.5,-54.5 parent: 34 - type: Transform - uid: 5476 components: - - pos: 26.5,-54.5 + - type: Transform + pos: 26.5,-54.5 parent: 34 - type: Transform - uid: 10724 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 34 - type: Transform - uid: 10725 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 34 - type: Transform - uid: 10726 components: - - pos: -22.5,11.5 + - type: Transform + pos: -22.5,11.5 parent: 34 - type: Transform - uid: 10734 components: - - pos: -18.5,10.5 + - type: Transform + pos: -18.5,10.5 parent: 34 - type: Transform - uid: 10914 components: - - pos: -14.5,12.5 + - type: Transform + pos: -14.5,12.5 parent: 34 - type: Transform - uid: 12739 components: - - pos: -12.5,14.5 + - type: Transform + pos: -12.5,14.5 parent: 34 - type: Transform - uid: 12770 components: - - pos: -12.5,10.5 + - type: Transform + pos: -12.5,10.5 parent: 34 - type: Transform - uid: 12771 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 34 - type: Transform - proto: SolarTracker entities: - uid: 9338 components: - - pos: 25.5,-45.5 + - type: Transform + pos: 25.5,-45.5 parent: 34 - type: Transform - proto: SophicScribe entities: - uid: 388 components: - - pos: -27.5,-13.5 + - type: Transform + pos: -27.5,-13.5 parent: 34 - type: Transform - proto: SpaceCash entities: - uid: 126 components: - - pos: -15.450494,-32.36465 + - type: Transform + pos: -15.450494,-32.36465 parent: 34 - type: Transform - uid: 973 components: - - pos: -15.403619,-32.317776 + - type: Transform + pos: -15.403619,-32.317776 parent: 34 - type: Transform - uid: 12268 components: - - pos: -15.450494,-32.3334 + - type: Transform + pos: -15.450494,-32.3334 parent: 34 - type: Transform - uid: 12269 components: - - pos: -15.512994,-32.474026 + - type: Transform + pos: -15.512994,-32.474026 parent: 34 - type: Transform - proto: SpaceCash10 entities: - uid: 5892 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.634686,5.447304 parent: 34 - type: Transform - uid: 5893 components: - - pos: -57.415936,5.6036625 + - type: Transform + pos: -57.415936,5.6036625 parent: 34 - type: Transform - uid: 11180 components: - - pos: -50.507698,12.237175 + - type: Transform + pos: -50.507698,12.237175 parent: 34 - type: Transform - uid: 11181 components: - - pos: -50.304573,12.393534 + - type: Transform + pos: -50.304573,12.393534 parent: 34 - type: Transform - uid: 11182 components: - - pos: -50.538948,12.518621 + - type: Transform + pos: -50.538948,12.518621 parent: 34 - type: Transform - uid: 11183 components: - - pos: -50.773323,12.33099 + - type: Transform + pos: -50.773323,12.33099 parent: 34 - type: Transform - proto: SpaceCash500 entities: - uid: 11083 components: - - pos: 40.50937,-38.527203 + - type: Transform + pos: 40.50937,-38.527203 parent: 34 - type: Transform - proto: SpareIdCabinetFilled entities: - uid: 12969 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 27.5,-35.5 parent: 34 - type: Transform - proto: SpawnMobAlexander entities: - uid: 2548 components: - - pos: -35.5,-16.5 + - type: Transform + pos: -35.5,-16.5 parent: 34 - type: Transform - proto: SpawnMobArcticFoxSiobhan entities: - uid: 954 components: - - pos: -31.5,-6.5 + - type: Transform + pos: -31.5,-6.5 parent: 34 - type: Transform - proto: SpawnMobBandito entities: - uid: 10819 components: - - pos: 22.5,-37.5 + - type: Transform + pos: 22.5,-37.5 parent: 34 - type: Transform - uid: 11850 components: - - pos: -55.5,-13.5 + - type: Transform + pos: -55.5,-13.5 parent: 34 - type: Transform - proto: SpawnMobCatGeneric entities: - uid: 10818 components: - - pos: -39.5,-4.5 + - type: Transform + pos: -39.5,-4.5 parent: 34 - type: Transform - uid: 10822 components: - - pos: -39.5,-6.5 + - type: Transform + pos: -39.5,-6.5 parent: 34 - type: Transform - proto: SpawnMobCleanBot entities: - uid: 10234 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 34 - type: Transform - uid: 10236 components: - - pos: -39.5,-0.5 + - type: Transform + pos: -39.5,-0.5 parent: 34 - type: Transform - proto: SpawnMobCorgi entities: - uid: 1978 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 34 - type: Transform - proto: SpawnMobCow entities: - uid: 4340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-9.5 parent: 34 - type: Transform - proto: SpawnMobCrab entities: - uid: 2408 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 + parent: 34 +- proto: SpawnMobCrabAtmos + entities: + - uid: 13152 + components: + - type: Transform + pos: -7.5,3.5 parent: 34 - type: Transform - proto: SpawnMobDrone entities: - uid: 11854 components: - - pos: -34.5,-44.5 + - type: Transform + pos: -34.5,-44.5 parent: 34 - type: Transform - uid: 11856 components: - - pos: -34.5,-45.5 + - type: Transform + pos: -34.5,-45.5 parent: 34 - type: Transform - proto: SpawnMobFoxRenault entities: - uid: 4279 components: - - pos: 27.5,-29.5 + - type: Transform + pos: 27.5,-29.5 parent: 34 - type: Transform - proto: SpawnMobMedibot entities: - uid: 2246 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 34 - type: Transform - uid: 10233 components: - - pos: 3.5,-23.5 + - type: Transform + pos: 3.5,-23.5 parent: 34 - type: Transform - uid: 12539 components: - - pos: -0.5,-37.5 + - type: Transform + pos: -0.5,-37.5 parent: 34 - type: Transform - proto: SpawnMobMonkeyPunpun entities: - uid: 11469 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 34 - type: Transform - proto: SpawnMobShiva entities: - uid: 4699 components: - - pos: 27.5,-13.5 + - type: Transform + pos: 27.5,-13.5 parent: 34 - type: Transform - proto: SpawnMobSmile entities: - uid: 1846 components: - - pos: -28.5,-34.5 - parent: 34 - type: Transform -- proto: SpawnPointAssistant - entities: - - uid: 1051 - components: - - pos: -44.5,1.5 - parent: 34 - type: Transform - - uid: 1057 - components: - - pos: -50.5,-7.5 - parent: 34 - type: Transform - - uid: 1064 - components: - - pos: -46.5,-3.5 - parent: 34 - type: Transform - - uid: 10369 - components: - - pos: -5.5,-15.5 - parent: 34 - type: Transform - - uid: 10471 - components: - - pos: -14.5,-14.5 - parent: 34 - type: Transform - - uid: 10472 - components: - - pos: -14.5,-16.5 - parent: 34 - type: Transform - - uid: 10473 - components: - - pos: -5.5,-16.5 - parent: 34 - type: Transform - - uid: 10474 - components: - - pos: -5.5,-17.5 - parent: 34 - type: Transform - - uid: 10475 - components: - - pos: -14.5,-20.5 - parent: 34 - type: Transform - - uid: 10476 - components: - - pos: -14.5,-18.5 - parent: 34 - type: Transform - - uid: 10478 - components: - - pos: -25.5,-17.5 - parent: 34 - type: Transform - - uid: 10480 - components: - - pos: -24.5,-17.5 - parent: 34 - type: Transform - - uid: 10481 - components: - - pos: -38.5,-4.5 - parent: 34 - type: Transform - - uid: 10482 - components: - - pos: -42.5,-4.5 - parent: 34 - type: Transform - - uid: 10483 - components: - - pos: -42.5,-6.5 - parent: 34 - type: Transform - - uid: 10484 - components: - - pos: -42.5,-5.5 - parent: 34 - type: Transform - - uid: 10485 - components: - - pos: -39.5,-2.5 - parent: 34 - type: Transform - - uid: 10486 - components: - - pos: -39.5,-8.5 - parent: 34 - type: Transform - - uid: 10487 - components: - - pos: -7.5,-22.5 - parent: 34 - type: Transform - - uid: 10488 - components: - - pos: -9.5,-22.5 - parent: 34 - type: Transform - - uid: 10512 - components: - - pos: 18.5,3.5 - parent: 34 - type: Transform - - uid: 10513 - components: - - pos: 17.5,4.5 - parent: 34 - type: Transform - - uid: 10514 - components: - - pos: 16.5,3.5 - parent: 34 - type: Transform - - uid: 10515 - components: - - pos: 16.5,5.5 - parent: 34 - type: Transform - - uid: 10516 - components: - - pos: 17.5,5.5 - parent: 34 - type: Transform - - uid: 10517 - components: - - pos: 18.5,5.5 - parent: 34 - type: Transform - - uid: 10518 - components: - - pos: 20.5,3.5 - parent: 34 - type: Transform - - uid: 10519 - components: - - pos: 20.5,5.5 - parent: 34 - type: Transform - - uid: 11009 - components: - - pos: -11.5,-15.5 - parent: 34 - type: Transform - - uid: 11010 - components: - - pos: -11.5,-17.5 - parent: 34 - type: Transform - - uid: 11053 - components: - - pos: -50.5,1.5 - parent: 34 - type: Transform - - uid: 11054 - components: - - pos: -45.5,-7.5 - parent: 34 - type: Transform - - uid: 11055 - components: - - pos: -47.5,-7.5 - parent: 34 - type: Transform - - uid: 12897 - components: - - pos: -51.5,-4.5 + - type: Transform + pos: -28.5,-34.5 parent: 34 - type: Transform - proto: SpawnPointAtmos entities: - uid: 10425 components: - - pos: -34.5,-37.5 + - type: Transform + pos: -34.5,-37.5 parent: 34 - type: Transform - uid: 12236 components: - - pos: -34.5,-36.5 + - type: Transform + pos: -34.5,-36.5 parent: 34 - type: Transform - proto: SpawnPointBartender entities: - uid: 10423 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 34 - type: Transform - uid: 10424 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 34 - type: Transform - proto: SpawnPointBorg entities: - uid: 1941 components: - - pos: -42.5,-13.5 + - type: Transform + pos: -42.5,-13.5 parent: 34 - type: Transform - uid: 2546 components: - - pos: -41.5,-13.5 + - type: Transform + pos: -41.5,-13.5 parent: 34 - type: Transform - proto: SpawnPointBotanist entities: - uid: 228 components: - - pos: -19.5,-6.5 + - type: Transform + pos: -19.5,-6.5 parent: 34 - type: Transform - uid: 10421 components: - - pos: -18.5,-7.5 + - type: Transform + pos: -18.5,-7.5 parent: 34 - type: Transform - uid: 10422 components: - - pos: -19.5,-7.5 + - type: Transform + pos: -19.5,-7.5 parent: 34 - type: Transform - proto: SpawnPointBrigmedic entities: - uid: 3983 components: - - pos: 19.5,-1.5 + - type: Transform + pos: 19.5,-1.5 parent: 34 - type: Transform - proto: SpawnPointCaptain entities: - uid: 11532 components: - - pos: 39.5,-32.5 + - type: Transform + pos: 39.5,-32.5 parent: 34 - type: Transform - proto: SpawnPointCargoTechnician entities: - uid: 1924 components: - - pos: -13.5,-25.5 + - type: Transform + pos: -13.5,-25.5 parent: 34 - type: Transform - uid: 1925 components: - - pos: -13.5,-26.5 + - type: Transform + pos: -13.5,-26.5 parent: 34 - type: Transform - uid: 1926 components: - - pos: -12.5,-26.5 + - type: Transform + pos: -12.5,-26.5 parent: 34 - type: Transform - uid: 1927 components: - - pos: -12.5,-25.5 + - type: Transform + pos: -12.5,-25.5 parent: 34 - type: Transform - proto: SpawnPointChaplain entities: - uid: 10436 components: - - pos: -27.5,-14.5 + - type: Transform + pos: -27.5,-14.5 parent: 34 - type: Transform - proto: SpawnPointChef entities: - uid: 10942 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 34 - type: Transform - uid: 10943 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 34 - type: Transform - uid: 10944 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 34 - type: Transform - uid: 10945 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 34 - type: Transform - proto: SpawnPointChemist entities: - uid: 6390 components: - - pos: -0.5,-27.5 + - type: Transform + pos: -0.5,-27.5 parent: 34 - type: Transform - uid: 11397 components: - - pos: 0.5,-28.5 + - type: Transform + pos: 0.5,-28.5 parent: 34 - type: Transform - proto: SpawnPointChiefEngineer entities: - uid: 4437 components: - - pos: 37.5,-33.5 + - type: Transform + pos: 37.5,-33.5 parent: 34 - type: Transform - proto: SpawnPointChiefMedicalOfficer entities: - uid: 8118 components: - - pos: 37.5,-35.5 + - type: Transform + pos: 37.5,-35.5 parent: 34 - type: Transform - proto: SpawnPointClown entities: - uid: 10437 components: - - pos: -1.5,-19.5 + - type: Transform + pos: -1.5,-19.5 parent: 34 - type: Transform - proto: SpawnPointDetective entities: - uid: 4415 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 34 - type: Transform - proto: SpawnPointForensicMantis entities: - uid: 1921 components: - - pos: -31.5,2.5 + - type: Transform + pos: -31.5,2.5 parent: 34 - type: Transform - proto: SpawnPointHeadOfPersonnel entities: - uid: 11534 components: - - pos: 41.5,-34.5 + - type: Transform + pos: 41.5,-34.5 parent: 34 - type: Transform - proto: SpawnPointHeadOfSecurity entities: - uid: 11536 components: - - pos: 41.5,-33.5 + - type: Transform + pos: 41.5,-33.5 parent: 34 - type: Transform - proto: SpawnPointJanitor entities: - uid: 240 components: - - pos: 5.5,-19.5 + - type: Transform + pos: 5.5,-19.5 parent: 34 - type: Transform - uid: 12179 components: - - pos: 5.5,-18.5 + - type: Transform + pos: 5.5,-18.5 parent: 34 - type: Transform - proto: SpawnPointLatejoin entities: - uid: 11818 components: - - pos: 8.5,18.5 + - type: Transform + pos: 8.5,18.5 parent: 34 - type: Transform - uid: 11821 components: - - pos: 9.5,18.5 + - type: Transform + pos: 9.5,18.5 parent: 34 - type: Transform - uid: 11822 components: - - pos: 10.5,18.5 + - type: Transform + pos: 10.5,18.5 parent: 34 - type: Transform - proto: SpawnPointLawyer entities: - uid: 11820 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 34 - type: Transform - proto: SpawnPointLocationMidRoundAntag entities: - uid: 1072 components: - - pos: -41.5,-9.5 + - type: Transform + pos: -41.5,-9.5 parent: 34 - type: Transform - uid: 4038 components: - - pos: -9.5,-47.5 + - type: Transform + pos: -9.5,-47.5 parent: 34 - type: Transform - uid: 10235 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 34 - type: Transform - uid: 10834 components: - - pos: -23.5,-5.5 + - type: Transform + pos: -23.5,-5.5 parent: 34 - type: Transform - uid: 10836 components: - - pos: -28.5,-14.5 + - type: Transform + pos: -28.5,-14.5 parent: 34 - type: Transform - uid: 11239 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 34 - type: Transform - uid: 11241 components: - - pos: -53.5,-4.5 + - type: Transform + pos: -53.5,-4.5 parent: 34 - type: Transform - uid: 11323 components: - - pos: -7.5,-17.5 + - type: Transform + pos: -7.5,-17.5 parent: 34 - type: Transform - proto: SpawnPointMailCarrier entities: - uid: 857 components: - - pos: -7.5,-26.5 + - type: Transform + pos: -7.5,-26.5 parent: 34 - type: Transform - uid: 1284 components: - - pos: -8.5,-26.5 + - type: Transform + pos: -8.5,-26.5 parent: 34 - type: Transform - proto: SpawnPointMartialArtist entities: - uid: 11940 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 34 - type: Transform - uid: 11941 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 34 - type: Transform - uid: 11942 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 34 - type: Transform - proto: SpawnPointMedicalDoctor entities: - uid: 11745 components: - - pos: 3.5,-33.5 + - type: Transform + pos: 3.5,-33.5 parent: 34 - type: Transform - uid: 11747 components: - - pos: 3.5,-32.5 + - type: Transform + pos: 3.5,-32.5 parent: 34 - type: Transform - uid: 11748 components: - - pos: 6.5,-33.5 + - type: Transform + pos: 6.5,-33.5 parent: 34 - type: Transform - uid: 11749 components: - - pos: 6.5,-32.5 + - type: Transform + pos: 6.5,-32.5 parent: 34 - type: Transform - uid: 11752 components: - - pos: 5.5,-33.5 + - type: Transform + pos: 5.5,-33.5 parent: 34 - type: Transform - uid: 11753 components: - - pos: 4.5,-33.5 + - type: Transform + pos: 4.5,-33.5 parent: 34 - type: Transform - uid: 11754 components: - - pos: 4.5,-32.5 + - type: Transform + pos: 4.5,-32.5 parent: 34 - type: Transform - uid: 11755 components: - - pos: 5.5,-32.5 + - type: Transform + pos: 5.5,-32.5 parent: 34 - type: Transform - proto: SpawnPointMedicalIntern entities: - uid: 7999 components: - - pos: 6.5,-34.5 + - type: Transform + pos: 6.5,-34.5 parent: 34 - type: Transform - uid: 8117 components: - - pos: 6.5,-35.5 + - type: Transform + pos: 6.5,-35.5 parent: 34 - type: Transform - uid: 12895 components: - - pos: 3.5,-34.5 + - type: Transform + pos: 3.5,-34.5 parent: 34 - type: Transform - uid: 12896 components: - - pos: 3.5,-35.5 + - type: Transform + pos: 3.5,-35.5 parent: 34 - type: Transform - proto: SpawnPointMime entities: - uid: 10469 components: - - pos: 2.5,-19.5 + - type: Transform + pos: 2.5,-19.5 parent: 34 - type: Transform - proto: SpawnPointMusician entities: - uid: 10470 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 34 - type: Transform - proto: SpawnPointObserver entities: - uid: 11309 components: - - pos: -7.5,-16.5 + - type: Transform + pos: -7.5,-16.5 parent: 34 - type: Transform - proto: SpawnPointParamedic entities: - uid: 11855 components: - - pos: 12.5,-37.5 + - type: Transform + pos: 12.5,-37.5 parent: 34 - type: Transform - uid: 11869 components: - - pos: 13.5,-37.5 + - type: Transform + pos: 13.5,-37.5 + parent: 34 +- proto: SpawnPointPassenger + entities: + - uid: 1051 + components: + - type: Transform + pos: -44.5,1.5 + parent: 34 + - uid: 1057 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 34 + - uid: 1064 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 34 + - uid: 10369 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 34 + - uid: 10471 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 34 + - uid: 10472 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 34 + - uid: 10473 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 34 + - uid: 10474 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 34 + - uid: 10475 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 34 + - uid: 10476 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 34 + - uid: 10478 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 34 + - uid: 10480 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 34 + - uid: 10481 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 34 + - uid: 10482 + components: + - type: Transform + pos: -42.5,-4.5 + parent: 34 + - uid: 10483 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 34 + - uid: 10484 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 34 + - uid: 10485 + components: + - type: Transform + pos: -39.5,-2.5 + parent: 34 + - uid: 10486 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 34 + - uid: 10487 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 34 + - uid: 10488 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 34 + - uid: 10512 + components: + - type: Transform + pos: 18.5,3.5 + parent: 34 + - uid: 10513 + components: + - type: Transform + pos: 17.5,4.5 + parent: 34 + - uid: 10514 + components: + - type: Transform + pos: 16.5,3.5 + parent: 34 + - uid: 10515 + components: + - type: Transform + pos: 16.5,5.5 + parent: 34 + - uid: 10516 + components: + - type: Transform + pos: 17.5,5.5 + parent: 34 + - uid: 10517 + components: + - type: Transform + pos: 18.5,5.5 + parent: 34 + - uid: 10518 + components: + - type: Transform + pos: 20.5,3.5 + parent: 34 + - uid: 10519 + components: + - type: Transform + pos: 20.5,5.5 + parent: 34 + - uid: 11009 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 34 + - uid: 11010 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 34 + - uid: 11053 + components: + - type: Transform + pos: -50.5,1.5 + parent: 34 + - uid: 11054 + components: + - type: Transform + pos: -45.5,-7.5 + parent: 34 + - uid: 11055 + components: + - type: Transform + pos: -47.5,-7.5 + parent: 34 + - uid: 12897 + components: + - type: Transform + pos: -51.5,-4.5 parent: 34 - type: Transform - proto: SpawnPointPrisoner entities: - uid: 4655 components: - - pos: 40.5,-6.5 + - type: Transform + pos: 40.5,-6.5 parent: 34 - type: Transform - uid: 4663 components: - - pos: 47.5,-7.5 + - type: Transform + pos: 47.5,-7.5 parent: 34 - type: Transform - uid: 4802 components: - - pos: 36.5,0.5 + - type: Transform + pos: 36.5,0.5 parent: 34 - type: Transform - uid: 8910 components: - - pos: 40.5,-12.5 + - type: Transform + pos: 40.5,-12.5 parent: 34 - type: Transform - uid: 12079 components: - - pos: 47.5,-13.5 + - type: Transform + pos: 47.5,-13.5 parent: 34 - type: Transform - uid: 12187 components: - - pos: 39.5,-10.5 + - type: Transform + pos: 39.5,-10.5 parent: 34 - type: Transform - uid: 12189 components: - - pos: 47.5,-9.5 + - type: Transform + pos: 47.5,-9.5 parent: 34 - type: Transform - proto: SpawnPointQuartermaster entities: - uid: 11544 components: - - pos: 37.5,-34.5 + - type: Transform + pos: 37.5,-34.5 parent: 34 - type: Transform - proto: SpawnPointReporter entities: - uid: 10499 components: - - pos: 17.5,-37.5 + - type: Transform + pos: 17.5,-37.5 parent: 34 - type: Transform - proto: SpawnPointResearchAssistant entities: - uid: 10220 components: - - pos: -28.5,-9.5 + - type: Transform + pos: -28.5,-9.5 parent: 34 - type: Transform - uid: 11349 components: - - pos: -29.5,-17.5 + - type: Transform + pos: -29.5,-17.5 parent: 34 - type: Transform - uid: 11350 components: - - pos: -28.5,-17.5 + - type: Transform + pos: -28.5,-17.5 parent: 34 - type: Transform - uid: 11424 components: - - pos: -28.5,-7.5 + - type: Transform + pos: -28.5,-7.5 parent: 34 - type: Transform - proto: SpawnPointResearchDirector entities: - uid: 11589 components: - - pos: 41.5,-35.5 + - type: Transform + pos: 41.5,-35.5 parent: 34 - type: Transform - proto: SpawnPointSalvageSpecialist entities: - uid: 704 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,-32.5 parent: 34 - type: Transform - uid: 4771 components: - - pos: -17.5,-34.5 + - type: Transform + pos: -17.5,-34.5 parent: 34 - type: Transform - uid: 4894 components: - - pos: -14.5,-32.5 + - type: Transform + pos: -14.5,-32.5 parent: 34 - type: Transform - uid: 12515 components: - - pos: -16.5,-32.5 + - type: Transform + pos: -16.5,-32.5 parent: 34 - type: Transform - proto: SpawnPointScientist entities: - uid: 10440 components: - - pos: -25.5,-15.5 + - type: Transform + pos: -25.5,-15.5 parent: 34 - type: Transform - uid: 10441 components: - - pos: -24.5,-15.5 + - type: Transform + pos: -24.5,-15.5 parent: 34 - type: Transform - uid: 10442 components: - - pos: -28.5,-15.5 + - type: Transform + pos: -28.5,-15.5 parent: 34 - type: Transform - uid: 10443 components: - - pos: -29.5,-15.5 + - type: Transform + pos: -29.5,-15.5 parent: 34 - type: Transform - uid: 10444 components: - - pos: -24.5,-16.5 + - type: Transform + pos: -24.5,-16.5 parent: 34 - type: Transform - uid: 10445 components: - - pos: -25.5,-16.5 + - type: Transform + pos: -25.5,-16.5 parent: 34 - type: Transform - uid: 10446 components: - - pos: -28.5,-16.5 + - type: Transform + pos: -28.5,-16.5 parent: 34 - type: Transform - uid: 10447 components: - - pos: -29.5,-16.5 + - type: Transform + pos: -29.5,-16.5 parent: 34 - type: Transform - proto: SpawnPointSecurityCadet entities: - uid: 10504 components: - - pos: 25.5,-13.5 + - type: Transform + pos: 25.5,-13.5 parent: 34 - type: Transform - proto: SpawnPointSecurityOfficer entities: - uid: 10505 components: - - pos: 23.5,-17.5 + - type: Transform + pos: 23.5,-17.5 parent: 34 - type: Transform - uid: 10506 components: - - pos: 24.5,-17.5 + - type: Transform + pos: 24.5,-17.5 parent: 34 - type: Transform - uid: 10507 components: - - pos: 25.5,-17.5 + - type: Transform + pos: 25.5,-17.5 parent: 34 - type: Transform - uid: 10508 components: - - pos: 23.5,-16.5 + - type: Transform + pos: 23.5,-16.5 parent: 34 - type: Transform - uid: 10509 components: - - pos: 24.5,-16.5 + - type: Transform + pos: 24.5,-16.5 parent: 34 - type: Transform - uid: 10510 components: - - pos: 25.5,-16.5 + - type: Transform + pos: 25.5,-16.5 parent: 34 - type: Transform - proto: SpawnPointServiceWorker entities: - uid: 12278 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 34 - type: Transform - uid: 12279 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 34 - type: Transform - uid: 12280 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 34 - type: Transform - proto: SpawnPointStationEngineer entities: - uid: 10428 components: - - pos: -30.5,-37.5 + - type: Transform + pos: -30.5,-37.5 parent: 34 - type: Transform - uid: 10429 components: - - pos: -30.5,-38.5 + - type: Transform + pos: -30.5,-38.5 parent: 34 - type: Transform - uid: 10430 components: - - pos: -30.5,-39.5 + - type: Transform + pos: -30.5,-39.5 parent: 34 - type: Transform - uid: 10431 components: - - pos: -30.5,-36.5 + - type: Transform + pos: -30.5,-36.5 parent: 34 - type: Transform - uid: 10432 components: - - pos: -30.5,-35.5 + - type: Transform + pos: -30.5,-35.5 parent: 34 - type: Transform - proto: SpawnPointTechnicalAssistant entities: - uid: 2136 components: - - pos: -32.5,-40.5 + - type: Transform + pos: -32.5,-40.5 parent: 34 - type: Transform - uid: 9710 components: - - pos: -34.5,-40.5 + - type: Transform + pos: -34.5,-40.5 parent: 34 - type: Transform - uid: 12893 components: - - pos: -34.5,-38.5 + - type: Transform + pos: -34.5,-38.5 parent: 34 - type: Transform - uid: 12894 components: - - pos: -34.5,-39.5 + - type: Transform + pos: -34.5,-39.5 parent: 34 - type: Transform - proto: SpawnPointWarden entities: - uid: 10511 components: - - pos: 23.5,-14.5 + - type: Transform + pos: 23.5,-14.5 parent: 34 - type: Transform - proto: SpawnVehicleATV entities: - uid: 7868 components: - - pos: -9.5,-29.5 + - type: Transform + pos: -9.5,-29.5 parent: 34 - type: Transform - proto: SpawnVehicleWheelchairFolded entities: - uid: 4795 components: - - pos: 10.5,-29.5 + - type: Transform + pos: 10.5,-29.5 parent: 34 - type: Transform - proto: SprayBottleSpaceCleaner entities: - uid: 4204 components: - - pos: 6.355405,-18.541101 + - type: Transform + pos: 6.355405,-18.541101 parent: 34 - type: Transform - uid: 8031 components: - - pos: 6.178322,-18.416014 + - type: Transform + pos: 6.178322,-18.416014 parent: 34 - type: Transform - proto: SprayBottleWater entities: - uid: 11045 components: - - pos: 1.9681275,-3.6084273 + - type: Transform + pos: 1.9681275,-3.6084273 parent: 34 - type: Transform - uid: 11107 components: - - pos: -50.3787,-3.3120065 + - type: Transform + pos: -50.3787,-3.3120065 parent: 34 - type: Transform - proto: StasisBed entities: - - uid: 1399 + - uid: 9497 components: - - pos: 7.5,-31.5 + - type: Transform + pos: 7.5,-32.5 parent: 34 - type: Transform - proto: StationMap entities: - uid: 3243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 34 - type: Transform - proto: SteelBench entities: - uid: 2737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,18.5 parent: 34 - type: Transform - uid: 2738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,17.5 parent: 34 - type: Transform - proto: Stool entities: - uid: 1108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 34 - type: Transform - uid: 2728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-17.5 parent: 34 - type: Transform - uid: 3853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-9.5 parent: 34 - type: Transform - uid: 5032 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,5.5 parent: 34 - type: Transform - uid: 5033 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,5.5 parent: 34 - type: Transform - uid: 5034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,5.5 parent: 34 - type: Transform - uid: 10887 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-39.5 parent: 34 - type: Transform - uid: 10888 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.5,-39.5 parent: 34 - type: Transform - uid: 10912 components: - - pos: 37.5,-28.5 + - type: Transform + pos: 37.5,-28.5 parent: 34 - type: Transform - proto: StoolBar entities: - uid: 751 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-7.5 parent: 34 - type: Transform - uid: 752 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 34 - type: Transform - uid: 753 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 34 - type: Transform - uid: 754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-7.5 parent: 34 - type: Transform - uid: 755 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-7.5 parent: 34 - type: Transform - uid: 756 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-7.5 parent: 34 - type: Transform - uid: 757 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 34 - type: Transform - uid: 758 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 34 - type: Transform - uid: 4144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-41.5 parent: 34 - type: Transform - uid: 5511 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-41.5 parent: 34 - type: Transform - uid: 5512 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-40.5 parent: 34 - type: Transform - uid: 5513 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 37.5,-39.5 parent: 34 - type: Transform - proto: StorageCanister entities: - uid: 933 components: - - pos: -30.5,-4.5 + - type: Transform + pos: -30.5,-4.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1647 components: - - pos: -47.5,-40.5 + - type: Transform + pos: -47.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1648 components: - - pos: -48.5,-40.5 + - type: Transform + pos: -48.5,-40.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1795 components: - - pos: -40.5,-31.5 + - type: Transform + pos: -40.5,-31.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - uid: 1796 components: - - pos: -40.5,-32.5 + - type: Transform + pos: -40.5,-32.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: Stunbaton entities: - uid: 3722 components: - - pos: 24.607412,-19.584091 + - type: Transform + pos: 24.607412,-19.584091 parent: 34 - type: Transform - uid: 10762 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 34.55371,-31.428358 parent: 34 - type: Transform - proto: SubstationBasic entities: - uid: 2236 components: - - name: Dorm's substation - type: MetaData - - pos: -56.5,-3.5 + - type: MetaData + name: Dorm's substation + - type: Transform + pos: -56.5,-3.5 parent: 34 - type: Transform - uid: 2762 components: - - name: Service/epistemic's substation - type: MetaData - - pos: -16.5,-14.5 + - type: MetaData + name: Service/epistemic's substation + - type: Transform + pos: -16.5,-14.5 parent: 34 - type: Transform - uid: 3053 components: - - name: Janitorial/bar's substation - type: MetaData - - pos: 10.5,-19.5 + - type: MetaData + name: Janitorial/bar's substation + - type: Transform + pos: 10.5,-19.5 parent: 34 - type: Transform - uid: 3577 components: - - name: Upper security's substation - type: MetaData - - pos: 24.5,4.5 + - type: MetaData + name: Upper security's substation + - type: Transform + pos: 24.5,4.5 parent: 34 - type: Transform - uid: 4309 components: - - name: Command substation - type: MetaData - - pos: 36.5,-29.5 + - type: MetaData + name: Command substation + - type: Transform + pos: 36.5,-29.5 parent: 34 - type: Transform - uid: 4609 components: - - name: Logistic's substation - type: MetaData - - pos: -22.5,-29.5 + - type: MetaData + name: Logistic's substation + - type: Transform + pos: -22.5,-29.5 parent: 34 - type: Transform - uid: 5580 components: - - name: Upper solar's substation - type: MetaData - - pos: -23.5,3.5 + - type: MetaData + name: North solar's substation + - type: Transform + pos: -23.5,3.5 parent: 34 - type: Transform - uid: 8938 components: - - name: Lower security's substation - type: MetaData - - pos: 37.5,-19.5 + - type: MetaData + name: Lower security's substation + - type: Transform + pos: 37.5,-19.5 parent: 34 - type: Transform - uid: 9407 components: - - name: Camera's substation - type: MetaData - - pos: 52.5,-24.5 + - type: MetaData + name: Camera's substation + - type: Transform + pos: 52.5,-24.5 parent: 34 - type: Transform - uid: 11370 components: - - name: Medical's substation. - type: MetaData - - pos: 18.5,-44.5 + - type: MetaData + name: Medical's substation. + - type: Transform + pos: 18.5,-44.5 parent: 34 - type: Transform - uid: 11852 components: - - name: Engineering's substation - type: MetaData - - pos: -28.5,-32.5 + - type: MetaData + name: Engineering's substation + - type: Transform + pos: -28.5,-32.5 parent: 34 - type: Transform - proto: SuitStorageAtmos entities: - uid: 7422 components: - - pos: -46.5,-29.5 + - type: Transform + pos: -46.5,-29.5 parent: 34 - type: Transform - uid: 11548 components: - - pos: -47.5,-29.5 - parent: 34 - type: Transform -- proto: SuitStorageCaptain - entities: - - uid: 12229 - components: - - pos: 26.5,-29.5 - parent: 34 - type: Transform -- proto: SuitStorageCE - entities: - - uid: 11538 - components: - - pos: -24.5,-30.5 - parent: 34 - type: Transform -- proto: SuitStorageCMO - entities: - - uid: 2284 - components: - - pos: 10.5,-34.5 + - type: Transform + pos: -47.5,-29.5 parent: 34 - type: Transform - proto: SuitStorageEngi entities: - uid: 3229 components: - - pos: -35.5,-31.5 + - type: Transform + pos: -35.5,-31.5 parent: 34 - type: Transform - uid: 3373 components: - - pos: -35.5,-32.5 + - type: Transform + pos: -35.5,-32.5 parent: 34 - type: Transform - uid: 12354 components: - - pos: -31.5,-48.5 + - type: Transform + pos: -31.5,-48.5 parent: 34 - type: Transform - uid: 12355 components: - - pos: -31.5,-49.5 + - type: Transform + pos: -31.5,-49.5 parent: 34 - type: Transform - proto: SuitStorageEVAAlternate entities: - uid: 1038 components: - - pos: 8.5,-52.5 + - type: Transform + pos: 8.5,-52.5 parent: 34 - type: Transform - uid: 1814 components: - - pos: -5.5,-52.5 + - type: Transform + pos: -5.5,-52.5 parent: 34 - type: Transform - uid: 6387 components: - - pos: -5.5,-54.5 + - type: Transform + pos: -5.5,-54.5 parent: 34 - type: Transform - uid: 10025 components: - - pos: 8.5,-54.5 + - type: Transform + pos: 8.5,-54.5 parent: 34 - type: Transform - uid: 11833 components: - - pos: -5.5,-53.5 + - type: Transform + pos: -5.5,-53.5 parent: 34 - type: Transform - uid: 12635 components: - - pos: 8.5,-53.5 - parent: 34 - type: Transform -- proto: SuitStorageHOS - entities: - - uid: 11631 - components: - - pos: 33.5,-11.5 + - type: Transform + pos: 8.5,-53.5 parent: 34 - type: Transform - proto: SuitStorageParamedic entities: - uid: 69 components: - - pos: 13.5,-36.5 + - type: Transform + pos: 13.5,-36.5 parent: 34 - type: Transform - uid: 2505 components: - - pos: 12.5,-36.5 - parent: 34 - type: Transform -- proto: SuitStorageRD - entities: - - uid: 11240 - components: - - pos: -34.5,-3.5 + - type: Transform + pos: 12.5,-36.5 parent: 34 - type: Transform - proto: SuitStorageSec entities: - uid: 3587 components: - - pos: 28.5,-0.5 + - type: Transform + pos: 28.5,-0.5 parent: 34 - type: Transform - uid: 3597 components: - - pos: 23.5,-20.5 + - type: Transform + pos: 23.5,-20.5 parent: 34 - type: Transform - uid: 3707 components: - - pos: 25.5,-20.5 + - type: Transform + pos: 25.5,-20.5 parent: 34 - type: Transform - uid: 3711 components: - - pos: 29.5,-0.5 + - type: Transform + pos: 29.5,-0.5 parent: 34 - type: Transform - uid: 3712 components: - - pos: 30.5,-0.5 - parent: 34 - type: Transform -- proto: SuitStorageWarden - entities: - - uid: 3384 - components: - - pos: 29.5,-6.5 + - type: Transform + pos: 30.5,-0.5 parent: 34 - type: Transform - proto: SurveillanceCameraCommand entities: - uid: 3316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 38.5,-31.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: conference - type: SurveillanceCamera - uid: 10756 components: - - pos: 33.5,-37.5 + - type: Transform + pos: 33.5,-37.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: bridge - type: SurveillanceCamera - uid: 10757 components: - - pos: 37.5,-41.5 + - type: Transform + pos: 37.5,-41.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: bar - type: SurveillanceCamera - uid: 10758 components: - - pos: 30.5,-29.5 + - type: Transform + pos: 30.5,-29.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: front - type: SurveillanceCamera - uid: 10759 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 26.5,-33.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True id: vault - type: SurveillanceCamera - proto: SurveillanceCameraEngineering entities: - uid: 1801 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-30.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: TEG - type: SurveillanceCamera - uid: 9035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -43.5,-29.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Atmosian's office - type: SurveillanceCamera - uid: 10728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-34.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: AME - type: SurveillanceCamera - uid: 10729 components: - - pos: -23.5,-27.5 + - type: Transform + pos: -23.5,-27.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: front desk - type: SurveillanceCamera - uid: 10730 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -41.5,-35.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: atmospherics north - type: SurveillanceCamera - uid: 10731 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -40.5,-46.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: atmospherics south - type: SurveillanceCamera - uid: 10732 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.5,-40.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: atmospherics mix - type: SurveillanceCamera - uid: 10733 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -40.5,-31.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: canisters - type: SurveillanceCamera - uid: 10767 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 31.5,-43.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: south solar in - type: SurveillanceCamera - uid: 10768 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 27.5,-47.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: south solar out - type: SurveillanceCamera - uid: 10769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: north solar in - type: SurveillanceCamera - uid: 10770 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -23.5,9.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: north solar out - type: SurveillanceCamera - uid: 11222 components: - - pos: -38.5,-27.5 + - type: Transform + pos: -38.5,-27.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Front of engineering - type: SurveillanceCamera - uid: 12109 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -38.5,-49.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True id: Telecomms - type: SurveillanceCamera - proto: SurveillanceCameraGeneral entities: - uid: 4065 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-40.5 parent: 34 - type: Transform - uid: 10695 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: arrivals west - type: SurveillanceCamera - uid: 10696 components: - - pos: -23.5,-1.5 + - type: Transform + pos: -23.5,-1.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: north solars - type: SurveillanceCamera - uid: 10697 components: - - pos: -40.5,-1.5 + - type: Transform + pos: -40.5,-1.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: dorms north - type: SurveillanceCamera - uid: 10698 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -40.5,-9.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: dorms south - type: SurveillanceCamera - uid: 10699 components: - - pos: -29.5,-23.5 + - type: Transform + pos: -29.5,-23.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: chapel - type: SurveillanceCamera - uid: 10700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-23.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: HoP - type: SurveillanceCamera - uid: 10701 components: - - pos: -9.5,-22.5 + - type: Transform + pos: -9.5,-22.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: center south - type: SurveillanceCamera - uid: 10702 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-11.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: center north - type: SurveillanceCamera - uid: 10704 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,-22.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: courtroom front - type: SurveillanceCamera - uid: 10705 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-31.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: courtroom - type: SurveillanceCamera - uid: 10706 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-13.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: security - type: SurveillanceCamera - uid: 10707 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: arrivals east - type: SurveillanceCamera - uid: 10708 components: - - pos: 7.5,13.5 + - type: Transform + pos: 7.5,13.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: dock north - type: SurveillanceCamera - uid: 10709 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 31.5,-21.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: bridge - type: SurveillanceCamera - uid: 10710 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-22.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: medical - type: SurveillanceCamera - uid: 10744 components: - - pos: 19.5,3.5 + - type: Transform + pos: 19.5,3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: arcade - type: SurveillanceCamera - uid: 12424 components: - - pos: 10.5,13.5 + - type: Transform + pos: 10.5,13.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Arrivals - type: SurveillanceCamera - uid: 12428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-49.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Evacuation - type: SurveillanceCamera - proto: SurveillanceCameraMedical entities: - uid: 5278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-40.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Cryo room - type: SurveillanceCamera - uid: 11758 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-35.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Treatment - type: SurveillanceCamera - uid: 11759 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-26.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Chemistry - type: SurveillanceCamera - uid: 11760 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-29.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraMedical nameSet: True id: Surgery - type: SurveillanceCamera - proto: SurveillanceCameraRouterCommand entities: - uid: 5969 components: - - name: camera router (command) - type: MetaData - - pos: 48.5,-25.5 + - type: MetaData + name: camera router (command) + - type: Transform + pos: 48.5,-25.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterEngineering entities: - uid: 5970 components: - - name: camera router (engineering) - type: MetaData - - pos: 47.5,-25.5 + - type: MetaData + name: camera router (engineering) + - type: Transform + pos: 47.5,-25.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterGeneral entities: - uid: 5972 components: - - name: camera router (general) - type: MetaData - - pos: 48.5,-23.5 + - type: MetaData + name: camera router (general) + - type: Transform + pos: 48.5,-23.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterMedical entities: - uid: 5966 components: - - name: camera router (medical) - type: MetaData - - pos: 47.5,-21.5 + - type: MetaData + name: camera router (medical) + - type: Transform + pos: 47.5,-21.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterScience entities: - uid: 5971 components: - - name: camera router (epistemics) - type: MetaData - - pos: 49.5,-25.5 + - type: MetaData + name: camera router (epistemics) + - type: Transform + pos: 49.5,-25.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterSecurity entities: - uid: 5968 components: - - name: camera router (security) - type: MetaData - - pos: 49.5,-21.5 + - type: MetaData + name: camera router (security) + - type: Transform + pos: 49.5,-21.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterService entities: - uid: 5967 components: - - name: camera router (service) - type: MetaData - - pos: 48.5,-21.5 + - type: MetaData + name: camera router (service) + - type: Transform + pos: 48.5,-21.5 parent: 34 - type: Transform - proto: SurveillanceCameraRouterSupply entities: - uid: 6697 components: - - pos: 49.5,-23.5 + - type: Transform + pos: 49.5,-23.5 parent: 34 - type: Transform - proto: SurveillanceCameraScience entities: - uid: 730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -42.5,-16.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: Robotics - type: SurveillanceCamera - uid: 10735 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-16.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: chapel - type: SurveillanceCamera - uid: 10736 components: - - pos: -30.5,-11.5 + - type: Transform + pos: -30.5,-11.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: interior - type: SurveillanceCamera - uid: 10737 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -27.5,-3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: artifact - type: SurveillanceCamera - uid: 10738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -35.5,-19.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: front desk - type: SurveillanceCamera - uid: 10771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -29.5,2.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraScience nameSet: True id: forensic mantis - type: SurveillanceCamera - proto: SurveillanceCameraSecurity entities: - uid: 4559 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-8.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 3 - type: SurveillanceCamera - uid: 4560 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 45.5,-11.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 4 - type: SurveillanceCamera - uid: 4561 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-8.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 2 - type: SurveillanceCamera - uid: 4562 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 42.5,-11.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Prison bedroom 1 - type: SurveillanceCamera - uid: 5941 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-0.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Corpsman's office - type: SurveillanceCamera - uid: 9020 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,5.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Detective's office - type: SurveillanceCamera - uid: 10716 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 26.5,-15.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: south - type: SurveillanceCamera - uid: 10717 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 28.5,-18.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: interrogation - type: SurveillanceCamera - uid: 10718 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: communal cell - type: SurveillanceCamera - uid: 10719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 29.5,4.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: armory - type: SurveillanceCamera - uid: 10720 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 24.5,-2.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: north - type: SurveillanceCamera - uid: 10727 components: - - pos: 40.5,3.5 + - type: Transform + pos: 40.5,3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: perma chow - type: SurveillanceCamera - uid: 12883 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,-4.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Breakroom prison - type: SurveillanceCamera - uid: 12887 components: - - pos: 41.5,-4.5 + - type: Transform + pos: 41.5,-4.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True id: Main hall prison - type: SurveillanceCamera - proto: SurveillanceCameraService entities: - uid: 10739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-7.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: botany - type: SurveillanceCamera - uid: 10740 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-8.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: kitchen - type: SurveillanceCamera - uid: 10741 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: bar - type: SurveillanceCamera - uid: 10742 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,3.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: storage - type: SurveillanceCamera - uid: 12422 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,8.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraService nameSet: True id: Dojo - type: SurveillanceCamera - proto: SurveillanceCameraSupply entities: - uid: 8194 components: - - pos: -9.5,-27.5 + - type: Transform + pos: -9.5,-27.5 parent: 34 - type: Transform - uid: 8197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-31.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Main room - type: SurveillanceCamera - uid: 9987 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-33.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Salvage - type: SurveillanceCamera - uid: 12398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-41.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Loading bay - type: SurveillanceCamera - uid: 12399 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -29.5,-46.5 parent: 34 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True id: Salvage's walkway - type: SurveillanceCamera - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 11689 components: - - pos: 16.5,-36.5 + - type: Transform + pos: 16.5,-36.5 parent: 34 - type: Transform - proto: SurveillanceWirelessCameraAnchoredEntertainment entities: - uid: 680 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-36.5 parent: 34 - type: Transform - proto: SurveillanceWirelessCameraMovableEntertainment entities: - uid: 7404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-36.5 parent: 34 - type: Transform - proto: Syringe entities: - uid: 11714 components: - - pos: -29.291363,3.4877024 + - type: Transform + pos: -29.291363,3.4877024 parent: 34 - type: Transform - proto: SyringeEphedrine entities: - uid: 5878 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -49.412476,7.484777 parent: 34 - type: Transform - proto: SyringeInaprovaline entities: - uid: 4194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.366955,-1.2841376 parent: 34 - type: Transform - proto: SyringeTranexamicAcid entities: - uid: 8989 components: - - pos: 9.893164,-26.39215 + - type: Transform + pos: 9.893164,-26.39215 parent: 34 - type: Transform - proto: Table entities: - uid: 825 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 34 - type: Transform - uid: 826 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 34 - type: Transform - uid: 827 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 34 - type: Transform - uid: 828 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 34 - type: Transform - uid: 863 components: - - pos: -20.5,-3.5 + - type: Transform + pos: -20.5,-3.5 parent: 34 - type: Transform - uid: 864 components: - - pos: -20.5,-4.5 + - type: Transform + pos: -20.5,-4.5 parent: 34 - type: Transform - uid: 908 components: - - pos: -35.5,-5.5 + - type: Transform + pos: -35.5,-5.5 parent: 34 - type: Transform - uid: 1888 components: - - pos: -13.5,-27.5 + - type: Transform + pos: -13.5,-27.5 parent: 34 - type: Transform - uid: 1902 components: - - pos: -9.5,-27.5 + - type: Transform + pos: -9.5,-27.5 parent: 34 - type: Transform - uid: 1903 components: - - pos: -8.5,-27.5 + - type: Transform + pos: -8.5,-27.5 parent: 34 - type: Transform - uid: 1904 components: - - pos: -7.5,-24.5 + - type: Transform + pos: -7.5,-24.5 parent: 34 - type: Transform - uid: 1916 components: - - pos: -9.5,-26.5 + - type: Transform + pos: -9.5,-26.5 parent: 34 - type: Transform - uid: 1989 components: - - pos: -32.5,-29.5 + - type: Transform + pos: -32.5,-29.5 parent: 34 - type: Transform - uid: 2125 components: - - pos: -13.5,-24.5 + - type: Transform + pos: -13.5,-24.5 parent: 34 - type: Transform - uid: 2286 components: - - pos: 40.5,-35.5 + - type: Transform + pos: 40.5,-35.5 parent: 34 - type: Transform - uid: 2359 components: - - pos: -37.5,-27.5 + - type: Transform + pos: -37.5,-27.5 parent: 34 - type: Transform - uid: 2424 components: - - pos: 40.5,-34.5 + - type: Transform + pos: 40.5,-34.5 parent: 34 - type: Transform - uid: 2425 components: - - pos: 40.5,-33.5 + - type: Transform + pos: 40.5,-33.5 parent: 34 - type: Transform - uid: 2942 components: - - pos: 10.5,-38.5 + - type: Transform + pos: 10.5,-38.5 parent: 34 - type: Transform - uid: 3511 components: - - pos: 19.5,-20.5 + - type: Transform + pos: 19.5,-20.5 parent: 34 - type: Transform - uid: 3512 components: - - pos: 18.5,-20.5 + - type: Transform + pos: 18.5,-20.5 parent: 34 - type: Transform - uid: 3813 components: - - pos: 8.5,-20.5 + - type: Transform + pos: 8.5,-20.5 parent: 34 - type: Transform - uid: 3957 components: - - pos: -10.5,-46.5 + - type: Transform + pos: -10.5,-46.5 parent: 34 - type: Transform - uid: 3960 components: - - pos: -8.5,-48.5 + - type: Transform + pos: -8.5,-48.5 parent: 34 - type: Transform - uid: 4325 components: - - pos: 38.5,-33.5 + - type: Transform + pos: 38.5,-33.5 parent: 34 - type: Transform - uid: 4326 components: - - pos: 38.5,-34.5 + - type: Transform + pos: 38.5,-34.5 parent: 34 - type: Transform - uid: 4327 components: - - pos: 38.5,-35.5 + - type: Transform + pos: 38.5,-35.5 parent: 34 - type: Transform - uid: 4328 components: - - pos: 39.5,-33.5 + - type: Transform + pos: 39.5,-33.5 parent: 34 - type: Transform - uid: 4330 components: - - pos: 39.5,-35.5 + - type: Transform + pos: 39.5,-35.5 parent: 34 - type: Transform - uid: 4394 components: - - pos: 16.5,-38.5 + - type: Transform + pos: 16.5,-38.5 parent: 34 - type: Transform - uid: 4727 components: - - pos: 44.5,3.5 + - type: Transform + pos: 44.5,3.5 parent: 34 - type: Transform - uid: 4728 components: - - pos: 44.5,6.5 + - type: Transform + pos: 44.5,6.5 parent: 34 - type: Transform - uid: 4773 components: - - pos: 41.5,-0.5 + - type: Transform + pos: 41.5,-0.5 parent: 34 - type: Transform - uid: 4774 components: - - pos: 41.5,0.5 + - type: Transform + pos: 41.5,0.5 parent: 34 - type: Transform - uid: 4905 components: - - pos: 29.5,-18.5 + - type: Transform + pos: 29.5,-18.5 parent: 34 - type: Transform - uid: 4913 components: - - pos: 22.5,-12.5 + - type: Transform + pos: 22.5,-12.5 parent: 34 - type: Transform - uid: 4914 components: - - pos: 22.5,-11.5 + - type: Transform + pos: 22.5,-11.5 parent: 34 - type: Transform - uid: 4916 components: - - pos: 23.5,-15.5 + - type: Transform + pos: 23.5,-15.5 parent: 34 - type: Transform - uid: 4930 components: - - pos: 20.5,-16.5 + - type: Transform + pos: 20.5,-16.5 parent: 34 - type: Transform - uid: 4931 components: - - pos: 19.5,-16.5 + - type: Transform + pos: 19.5,-16.5 parent: 34 - type: Transform - uid: 5075 components: - - pos: 2.5,-17.5 + - type: Transform + pos: 2.5,-17.5 parent: 34 - type: Transform - uid: 5076 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 34 - type: Transform - uid: 5243 components: - - pos: 24.5,-35.5 + - type: Transform + pos: 24.5,-35.5 parent: 34 - type: Transform - uid: 5244 components: - - pos: 26.5,-35.5 + - type: Transform + pos: 26.5,-35.5 parent: 34 - type: Transform - uid: 5553 components: - - pos: -18.5,3.5 + - type: Transform + pos: -18.5,3.5 parent: 34 - type: Transform - uid: 5554 components: - - pos: -18.5,4.5 + - type: Transform + pos: -18.5,4.5 parent: 34 - type: Transform - uid: 5797 components: - - pos: -21.5,5.5 + - type: Transform + pos: -21.5,5.5 parent: 34 - type: Transform - uid: 5799 components: - - pos: -22.5,5.5 + - type: Transform + pos: -22.5,5.5 parent: 34 - type: Transform - uid: 5955 components: - - pos: 29.5,-19.5 + - type: Transform + pos: 29.5,-19.5 parent: 34 - type: Transform - uid: 7396 components: - - pos: -35.5,-4.5 + - type: Transform + pos: -35.5,-4.5 parent: 34 - type: Transform - uid: 7398 components: - - pos: -31.5,-11.5 + - type: Transform + pos: -31.5,-11.5 parent: 34 - type: Transform - uid: 7545 components: - - pos: -31.5,-29.5 + - type: Transform + pos: -31.5,-29.5 parent: 34 - type: Transform - uid: 9298 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 34 - type: Transform - uid: 10103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-40.5 parent: 34 - type: Transform - uid: 10254 components: - - pos: -57.5,-6.5 + - type: Transform + pos: -57.5,-6.5 parent: 34 - type: Transform - uid: 10910 components: - - pos: 37.5,-29.5 + - type: Transform + pos: 37.5,-29.5 parent: 34 - type: Transform - uid: 11302 components: - - pos: -42.5,10.5 + - type: Transform + pos: -42.5,10.5 parent: 34 - type: Transform - uid: 11303 components: - - pos: -42.5,9.5 + - type: Transform + pos: -42.5,9.5 parent: 34 - type: Transform - uid: 11346 components: - - pos: -28.5,-8.5 + - type: Transform + pos: -28.5,-8.5 parent: 34 - type: Transform - uid: 12286 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 34 - type: Transform - proto: TableCarpet entities: - uid: 81 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 34 - type: Transform - uid: 750 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 34 - type: Transform - uid: 760 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 34 - type: Transform - uid: 761 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 34 - type: Transform - uid: 762 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 34 - type: Transform - uid: 1297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-40.5 parent: 34 - type: Transform - uid: 2587 components: - - pos: -55.5,0.5 + - type: Transform + pos: -55.5,0.5 parent: 34 - type: Transform - uid: 3622 components: - - pos: 18.5,-7.5 + - type: Transform + pos: 18.5,-7.5 parent: 34 - type: Transform - uid: 5035 components: - - pos: 20.5,4.5 + - type: Transform + pos: 20.5,4.5 parent: 34 - type: Transform - uid: 5036 components: - - pos: 17.5,3.5 + - type: Transform + pos: 17.5,3.5 parent: 34 - type: Transform - uid: 9205 components: - - pos: 48.5,-3.5 + - type: Transform + pos: 48.5,-3.5 parent: 34 - type: Transform - uid: 11523 components: - - pos: -46.5,-27.5 + - type: Transform + pos: -46.5,-27.5 parent: 34 - type: Transform - uid: 12382 components: - - pos: 49.5,-3.5 + - type: Transform + pos: 49.5,-3.5 parent: 34 - type: Transform - proto: TableCounterMetal entities: - uid: 732 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 34 - type: Transform - uid: 734 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 34 - type: Transform - uid: 746 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 34 - type: Transform - uid: 1402 components: - - pos: 5.5,-29.5 + - type: Transform + pos: 5.5,-29.5 parent: 34 - type: Transform - uid: 2025 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -33.5,-17.5 parent: 34 - type: Transform - uid: 2085 components: - - pos: -42.5,-19.5 + - type: Transform + pos: -42.5,-19.5 parent: 34 - type: Transform - uid: 2281 components: - - pos: -42.5,-18.5 + - type: Transform + pos: -42.5,-18.5 parent: 34 - type: Transform - uid: 2503 components: - - pos: -42.5,-17.5 + - type: Transform + pos: -42.5,-17.5 parent: 34 - type: Transform - uid: 2526 components: - - pos: -32.5,-17.5 + - type: Transform + pos: -32.5,-17.5 parent: 34 - type: Transform - uid: 2527 components: - - pos: -31.5,-17.5 + - type: Transform + pos: -31.5,-17.5 parent: 34 - type: Transform - uid: 2695 components: - - pos: 10.5,-26.5 + - type: Transform + pos: 10.5,-26.5 parent: 34 - type: Transform - uid: 2709 components: - - pos: 9.5,-26.5 + - type: Transform + pos: 9.5,-26.5 parent: 34 - type: Transform - uid: 2711 components: - - pos: 8.5,-26.5 + - type: Transform + pos: 8.5,-26.5 parent: 34 - type: Transform - uid: 3595 components: - - pos: 30.5,1.5 + - type: Transform + pos: 30.5,1.5 parent: 34 - type: Transform - uid: 3708 components: - - pos: 25.5,1.5 + - type: Transform + pos: 25.5,1.5 parent: 34 - type: Transform - uid: 3740 components: - - pos: 28.5,4.5 + - type: Transform + pos: 28.5,4.5 parent: 34 - type: Transform - uid: 4031 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-44.5 parent: 34 - type: Transform - uid: 4047 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-44.5 parent: 34 - type: Transform - uid: 4054 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-44.5 parent: 34 - type: Transform - uid: 4667 components: - - pos: 40.5,6.5 + - type: Transform + pos: 40.5,6.5 parent: 34 - type: Transform - uid: 4682 components: - - pos: 41.5,6.5 + - type: Transform + pos: 41.5,6.5 parent: 34 - type: Transform - uid: 4695 components: - - pos: 39.5,6.5 + - type: Transform + pos: 39.5,6.5 parent: 34 - type: Transform - uid: 4703 components: - - pos: 41.5,5.5 + - type: Transform + pos: 41.5,5.5 parent: 34 - type: Transform - uid: 4704 components: - - pos: 38.5,6.5 + - type: Transform + pos: 38.5,6.5 parent: 34 - type: Transform - uid: 4718 components: - - pos: 40.5,3.5 + - type: Transform + pos: 40.5,3.5 parent: 34 - type: Transform - uid: 4723 components: - - pos: 39.5,3.5 + - type: Transform + pos: 39.5,3.5 parent: 34 - type: Transform - uid: 5073 components: - - pos: -0.5,-17.5 + - type: Transform + pos: -0.5,-17.5 parent: 34 - type: Transform - uid: 5074 components: - - pos: -1.5,-17.5 + - type: Transform + pos: -1.5,-17.5 parent: 34 - type: Transform - uid: 5499 components: - - pos: 40.5,-38.5 + - type: Transform + pos: 40.5,-38.5 parent: 34 - type: Transform - uid: 5500 components: - - pos: 40.5,-41.5 + - type: Transform + pos: 40.5,-41.5 parent: 34 - type: Transform - uid: 5501 components: - - pos: 40.5,-40.5 + - type: Transform + pos: 40.5,-40.5 parent: 34 - type: Transform - uid: 6340 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-0.5 parent: 34 - type: Transform - uid: 8028 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-1.5 parent: 34 - type: Transform - uid: 8157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-3.5 parent: 34 - type: Transform - uid: 10625 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 34 - type: Transform - uid: 11426 components: - - pos: -42.5,-16.5 + - type: Transform + pos: -42.5,-16.5 parent: 34 - type: Transform - uid: 12792 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 34 - type: Transform - proto: TableCounterWood entities: - - uid: 2516 - components: - - pos: 40.5,-31.5 - parent: 34 - type: Transform - uid: 3875 components: - - pos: 13.5,-33.5 + - type: Transform + pos: 13.5,-33.5 parent: 34 - type: Transform - uid: 3894 components: - - pos: 15.5,-34.5 + - type: Transform + pos: 15.5,-34.5 parent: 34 - type: Transform - uid: 3895 components: - - pos: 15.5,-33.5 + - type: Transform + pos: 15.5,-33.5 parent: 34 - type: Transform - uid: 3896 components: - - pos: 16.5,-32.5 + - type: Transform + pos: 16.5,-32.5 parent: 34 - type: Transform - uid: 3897 components: - - pos: 17.5,-32.5 + - type: Transform + pos: 17.5,-32.5 parent: 34 - type: Transform - uid: 3898 components: - - pos: 15.5,-32.5 + - type: Transform + pos: 15.5,-32.5 parent: 34 - type: Transform - uid: 3899 components: - - pos: 14.5,-32.5 + - type: Transform + pos: 14.5,-32.5 parent: 34 - type: Transform - uid: 3900 components: - - pos: 13.5,-32.5 + - type: Transform + pos: 13.5,-32.5 parent: 34 - type: Transform - uid: 3901 components: - - pos: 17.5,-33.5 + - type: Transform + pos: 17.5,-33.5 parent: 34 - type: Transform - uid: 3964 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-41.5 parent: 34 - type: Transform - uid: 4055 components: - - pos: -7.5,-40.5 + - type: Transform + pos: -7.5,-40.5 parent: 34 - type: Transform - uid: 4439 components: - - pos: 38.5,-31.5 + - type: Transform + pos: 38.5,-31.5 parent: 34 - type: Transform - uid: 4440 components: - - pos: 39.5,-31.5 + - type: Transform + pos: 39.5,-31.5 parent: 34 - type: Transform - uid: 5507 components: - - pos: 38.5,-41.5 + - type: Transform + pos: 38.5,-41.5 parent: 34 - type: Transform - uid: 5508 components: - - pos: 38.5,-40.5 + - type: Transform + pos: 38.5,-40.5 parent: 34 - type: Transform - uid: 5509 components: - - pos: 38.5,-39.5 + - type: Transform + pos: 38.5,-39.5 parent: 34 - type: Transform - uid: 5894 components: - - pos: -56.5,-1.5 + - type: Transform + pos: -56.5,-1.5 parent: 34 - type: Transform - uid: 5895 components: - - pos: -55.5,-1.5 + - type: Transform + pos: -55.5,-1.5 parent: 34 - type: Transform - uid: 11166 components: - - pos: -51.5,12.5 + - type: Transform + pos: -51.5,12.5 parent: 34 - type: Transform - uid: 11167 components: - - pos: -51.5,13.5 + - type: Transform + pos: -51.5,13.5 parent: 34 - type: Transform - uid: 11210 components: - - pos: 22.5,12.5 + - type: Transform + pos: 22.5,12.5 parent: 34 - type: Transform - uid: 11211 components: - - pos: 22.5,11.5 + - type: Transform + pos: 22.5,11.5 parent: 34 - type: Transform - uid: 12162 components: - - pos: -56.5,-11.5 + - type: Transform + pos: -56.5,-11.5 parent: 34 - type: Transform - proto: TableGlass entities: - uid: 833 components: - - pos: -49.5,7.5 + - type: Transform + pos: -49.5,7.5 parent: 34 - type: Transform - uid: 1308 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-43.5 parent: 34 - type: Transform - uid: 1325 components: - - pos: 9.5,-31.5 + - type: Transform + pos: 9.5,-31.5 parent: 34 - type: Transform - uid: 1339 components: - - pos: 9.5,-32.5 + - type: Transform + pos: 9.5,-32.5 parent: 34 - type: Transform - uid: 2082 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-16.5 parent: 34 - type: Transform - uid: 2228 components: - - pos: -45.5,-4.5 + - type: Transform + pos: -45.5,-4.5 parent: 34 - type: Transform - uid: 2250 components: - - pos: -51.5,-6.5 + - type: Transform + pos: -51.5,-6.5 parent: 34 - type: Transform - uid: 2310 components: - - pos: -22.5,-27.5 + - type: Transform + pos: -22.5,-27.5 parent: 34 - type: Transform - uid: 2311 components: - - pos: -21.5,-27.5 + - type: Transform + pos: -21.5,-27.5 parent: 34 - type: Transform - uid: 2409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-17.5 parent: 34 - type: Transform - uid: 2411 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -52.5,-18.5 parent: 34 - type: Transform - uid: 3250 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 34 - type: Transform - uid: 3281 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 34 - type: Transform - uid: 4128 components: - - pos: 6.5,-47.5 + - type: Transform + pos: 6.5,-47.5 parent: 34 - type: Transform - uid: 4201 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-1.5 parent: 34 - type: Transform - uid: 4372 components: - - pos: 32.5,-35.5 + - type: Transform + pos: 32.5,-35.5 parent: 34 - type: Transform - uid: 4373 components: - - pos: 32.5,-34.5 + - type: Transform + pos: 32.5,-34.5 parent: 34 - type: Transform - uid: 4998 components: - - pos: -49.5,6.5 + - type: Transform + pos: -49.5,6.5 parent: 34 - type: Transform - uid: 5852 components: - - pos: -50.5,2.5 + - type: Transform + pos: -50.5,2.5 parent: 34 - type: Transform - uid: 7849 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-43.5 parent: 34 - type: Transform - uid: 10351 components: - - pos: 26.5,-22.5 + - type: Transform + pos: 26.5,-22.5 parent: 34 - type: Transform - uid: 10523 components: - - pos: 14.5,13.5 - parent: 34 - type: Transform - - uid: 11779 - components: - - pos: 14.5,16.5 + - type: Transform + pos: 14.5,13.5 parent: 34 - type: Transform - uid: 12369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-15.5 parent: 34 - type: Transform - uid: 12484 components: - - pos: -8.5,-29.5 + - type: Transform + pos: -8.5,-29.5 parent: 34 - type: Transform - uid: 12848 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 32.5,-13.5 parent: 34 - type: Transform - proto: TablePlasmaGlass entities: - uid: 2953 components: - - pos: -1.5,-36.5 + - type: Transform + pos: -1.5,-36.5 parent: 34 - type: Transform - uid: 4374 components: - - pos: 33.5,-31.5 + - type: Transform + pos: 33.5,-31.5 parent: 34 - type: Transform - uid: 4375 components: - - pos: 34.5,-31.5 + - type: Transform + pos: 34.5,-31.5 parent: 34 - type: Transform - uid: 4378 components: - - pos: 34.5,-37.5 + - type: Transform + pos: 34.5,-37.5 parent: 34 - type: Transform - uid: 5926 components: - - pos: -34.5,1.5 + - type: Transform + pos: -34.5,1.5 parent: 34 - type: Transform - uid: 7095 components: - - pos: -35.5,1.5 + - type: Transform + pos: -35.5,1.5 parent: 34 - type: Transform - uid: 12318 components: - - pos: -54.5,-35.5 + - type: Transform + pos: -54.5,-35.5 parent: 34 - type: Transform - proto: TableReinforced entities: - uid: 211 components: - - pos: -22.5,1.5 + - type: Transform + pos: -22.5,1.5 parent: 34 - type: Transform - uid: 269 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 34 - type: Transform - uid: 276 components: - - pos: -18.5,-2.5 + - type: Transform + pos: -18.5,-2.5 parent: 34 - type: Transform - uid: 365 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 34 - type: Transform - uid: 366 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 34 - type: Transform - uid: 367 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 34 - type: Transform - uid: 370 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 34 - type: Transform - uid: 410 components: - - pos: -18.5,-20.5 + - type: Transform + pos: -18.5,-20.5 parent: 34 - type: Transform - uid: 710 components: - - pos: -34.5,-20.5 + - type: Transform + pos: -34.5,-20.5 parent: 34 - type: Transform - uid: 859 components: - - pos: -19.5,-2.5 + - type: Transform + pos: -19.5,-2.5 parent: 34 - type: Transform - uid: 968 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 34 - type: Transform - uid: 1282 components: - - pos: 21.5,-13.5 + - type: Transform + pos: 21.5,-13.5 parent: 34 - type: Transform - uid: 1384 components: - - pos: -1.5,-30.5 + - type: Transform + pos: -1.5,-30.5 parent: 34 - type: Transform - uid: 1387 components: - - pos: -0.5,-30.5 + - type: Transform + pos: -0.5,-30.5 parent: 34 - type: Transform - uid: 1396 components: - - pos: 2.5,-27.5 + - type: Transform + pos: 2.5,-27.5 parent: 34 - type: Transform - uid: 1397 components: - - pos: 2.5,-26.5 + - type: Transform + pos: 2.5,-26.5 parent: 34 - type: Transform - uid: 1884 components: - - pos: -15.5,-26.5 + - type: Transform + pos: -15.5,-26.5 parent: 34 - type: Transform - uid: 1899 components: - - pos: -6.5,-25.5 + - type: Transform + pos: -6.5,-25.5 parent: 34 - type: Transform - uid: 2307 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 34 - type: Transform - uid: 3696 components: - - pos: 24.5,0.5 + - type: Transform + pos: 24.5,0.5 parent: 34 - type: Transform - uid: 3697 components: - - pos: 24.5,-0.5 + - type: Transform + pos: 24.5,-0.5 parent: 34 - type: Transform - uid: 4056 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-43.5 parent: 34 - type: Transform - uid: 4063 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-42.5 parent: 34 - type: Transform - uid: 4483 components: - - pos: 33.5,-42.5 + - type: Transform + pos: 33.5,-42.5 parent: 34 - type: Transform - uid: 5422 components: - - pos: 28.5,-45.5 + - type: Transform + pos: 28.5,-45.5 parent: 34 - type: Transform - uid: 5423 components: - - pos: 29.5,-45.5 + - type: Transform + pos: 29.5,-45.5 parent: 34 - type: Transform - uid: 5593 components: - - pos: -21.5,1.5 + - type: Transform + pos: -21.5,1.5 parent: 34 - type: Transform - uid: 11844 components: - - pos: -48.5,-30.5 + - type: Transform + pos: -48.5,-30.5 parent: 34 - type: Transform - uid: 11887 components: - - pos: -28.5,-29.5 + - type: Transform + pos: -28.5,-29.5 parent: 34 - type: Transform - uid: 11996 components: - - pos: -28.5,-30.5 + - type: Transform + pos: -28.5,-30.5 parent: 34 - type: Transform - uid: 12182 components: - - pos: -48.5,-31.5 + - type: Transform + pos: -48.5,-31.5 parent: 34 - type: Transform - proto: TableReinforcedGlass entities: - uid: 219 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 34 - type: Transform - uid: 1309 components: - - pos: 5.5,-35.5 + - type: Transform + pos: 5.5,-35.5 parent: 34 - type: Transform - uid: 1337 components: - - pos: 5.5,-34.5 + - type: Transform + pos: 5.5,-34.5 parent: 34 - type: Transform - uid: 1947 components: - - pos: -1.5,-26.5 + - type: Transform + pos: -1.5,-26.5 parent: 34 - type: Transform - uid: 2925 components: - - pos: -0.5,-26.5 + - type: Transform + pos: -0.5,-26.5 parent: 34 - type: Transform - uid: 12529 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-24.5 parent: 34 - type: Transform - uid: 12530 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-24.5 parent: 34 - type: Transform - proto: TableStone entities: - uid: 2112 components: - - pos: -43.5,2.5 + - type: Transform + pos: -43.5,2.5 parent: 34 - type: Transform - uid: 2712 components: - - pos: -14.5,-15.5 + - type: Transform + pos: -14.5,-15.5 parent: 34 - type: Transform - uid: 2719 components: - - pos: -8.5,-22.5 + - type: Transform + pos: -8.5,-22.5 parent: 34 - type: Transform - uid: 2720 components: - - pos: -14.5,-19.5 + - type: Transform + pos: -14.5,-19.5 parent: 34 - type: Transform - proto: TableWood entities: - uid: 787 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 34 - type: Transform - uid: 1552 components: - - pos: -40.5,-17.5 + - type: Transform + pos: -40.5,-17.5 parent: 34 - type: Transform - uid: 1809 components: - - pos: -39.5,-17.5 + - type: Transform + pos: -39.5,-17.5 parent: 34 - type: Transform - uid: 1958 components: - - pos: -17.5,-18.5 + - type: Transform + pos: -17.5,-18.5 parent: 34 - type: Transform - uid: 1976 components: - - pos: -17.5,-19.5 + - type: Transform + pos: -17.5,-19.5 parent: 34 - type: Transform - uid: 2021 components: - - pos: -31.5,3.5 + - type: Transform + pos: -31.5,3.5 parent: 34 - type: Transform - uid: 2185 components: - - pos: -43.5,-6.5 + - type: Transform + pos: -43.5,-6.5 parent: 34 - type: Transform - uid: 2483 components: - - pos: -26.5,-31.5 + - type: Transform + pos: -26.5,-31.5 parent: 34 - type: Transform - uid: 3359 components: - - pos: -32.5,-15.5 + - type: Transform + pos: -32.5,-15.5 parent: 34 - type: Transform - uid: 3627 components: - - pos: 19.5,-3.5 + - type: Transform + pos: 19.5,-3.5 parent: 34 - type: Transform - uid: 3635 components: - - pos: 27.5,-6.5 + - type: Transform + pos: 27.5,-6.5 parent: 34 - type: Transform - uid: 3757 components: - - pos: 29.5,-10.5 + - type: Transform + pos: 29.5,-10.5 parent: 34 - type: Transform - uid: 3758 components: - - pos: 30.5,-10.5 + - type: Transform + pos: 30.5,-10.5 parent: 34 - type: Transform - uid: 3908 components: - - pos: 17.5,-30.5 + - type: Transform + pos: 17.5,-30.5 parent: 34 - type: Transform - uid: 3909 components: - - pos: 16.5,-30.5 + - type: Transform + pos: 16.5,-30.5 parent: 34 - type: Transform - uid: 3910 components: - - pos: 14.5,-30.5 + - type: Transform + pos: 14.5,-30.5 parent: 34 - type: Transform - uid: 3911 components: - - pos: 13.5,-30.5 + - type: Transform + pos: 13.5,-30.5 parent: 34 - type: Transform - uid: 4280 components: - - pos: 24.5,-29.5 + - type: Transform + pos: 24.5,-29.5 parent: 34 - type: Transform - uid: 4281 components: - - pos: 24.5,-27.5 + - type: Transform + pos: 24.5,-27.5 parent: 34 - type: Transform - uid: 4329 components: - - pos: 48.5,-9.5 + - type: Transform + pos: 48.5,-9.5 parent: 34 - type: Transform - uid: 4344 components: - - pos: 39.5,-7.5 + - type: Transform + pos: 39.5,-7.5 parent: 34 - type: Transform - uid: 4801 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 48.5,-0.5 parent: 34 - type: Transform - uid: 8022 components: - - pos: -32.5,3.5 + - type: Transform + pos: -32.5,3.5 parent: 34 - type: Transform - uid: 8079 components: - - pos: -28.5,-23.5 + - type: Transform + pos: -28.5,-23.5 parent: 34 - type: Transform - uid: 8942 components: - - pos: 41.5,-18.5 + - type: Transform + pos: 41.5,-18.5 parent: 34 - type: Transform - uid: 10886 components: - - pos: 25.5,-39.5 + - type: Transform + pos: 25.5,-39.5 parent: 34 - type: Transform - uid: 11261 components: - - pos: 35.5,-10.5 + - type: Transform + pos: 35.5,-10.5 parent: 34 - type: Transform - uid: 12146 components: - - pos: -58.5,-9.5 + - type: Transform + pos: -58.5,-9.5 parent: 34 - type: Transform - uid: 12147 components: - - pos: -58.5,-10.5 + - type: Transform + pos: -58.5,-10.5 parent: 34 - type: Transform - uid: 12794 components: - - pos: -7.5,11.5 + - type: Transform + pos: -7.5,11.5 parent: 34 - type: Transform - proto: TableWoodReinforced entities: - uid: 130 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 34 - type: Transform - uid: 194 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 34 - type: Transform - uid: 195 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 34 - type: Transform - uid: 200 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 34 - type: Transform - uid: 601 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 34 - type: Transform - uid: 607 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 34 - type: Transform - uid: 610 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 34 - type: Transform - uid: 612 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 34 - type: Transform - uid: 613 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 34 - type: Transform - uid: 728 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 34 - type: Transform - uid: 3479 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 34 - type: Transform - uid: 4053 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-40.5 parent: 34 - type: Transform - uid: 4068 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-40.5 parent: 34 - type: Transform - uid: 6105 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 34 - type: Transform - uid: 7655 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 34 - type: Transform - uid: 10532 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 34 - type: Transform - uid: 11518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 34 - type: Transform - uid: 11583 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 34 - type: Transform - uid: 11670 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 34 - type: Transform - uid: 11785 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 34 - type: Transform - proto: tatamimat entities: - uid: 3 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,4.5 parent: 34 - type: Transform - uid: 4 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,4.5 parent: 34 - type: Transform - uid: 15 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 34 - type: Transform - uid: 32 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,7.5 parent: 34 - type: Transform - uid: 137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 34 - type: Transform - uid: 138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,8.5 parent: 34 - type: Transform - uid: 141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,5.5 parent: 34 - type: Transform - uid: 142 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 34 - type: Transform - uid: 144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,5.5 parent: 34 - type: Transform - uid: 145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,3.5 parent: 34 - type: Transform - uid: 146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,6.5 parent: 34 - type: Transform - uid: 150 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 34 - type: Transform - uid: 151 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,8.5 parent: 34 - type: Transform - uid: 152 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 34 - type: Transform - uid: 154 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 34 - type: Transform - uid: 156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,5.5 parent: 34 - type: Transform - uid: 158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,6.5 parent: 34 - type: Transform - uid: 164 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 34 - type: Transform - uid: 166 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,3.5 parent: 34 - type: Transform - uid: 167 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 34 - type: Transform - uid: 169 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 34 - type: Transform - uid: 170 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,5.5 parent: 34 - type: Transform - uid: 173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,6.5 parent: 34 - type: Transform - uid: 174 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 34 - type: Transform - uid: 177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,8.5 parent: 34 - type: Transform - uid: 189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,7.5 parent: 34 - type: Transform - uid: 190 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 34 - type: Transform - uid: 191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,6.5 parent: 34 - type: Transform - uid: 208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,6.5 parent: 34 - type: Transform - uid: 224 components: - - pos: -46.5,-6.5 + - type: Transform + pos: -46.5,-6.5 parent: 34 - type: Transform - uid: 238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -45.5,-6.5 parent: 34 - type: Transform - uid: 259 components: - - pos: -47.5,-7.5 + - type: Transform + pos: -47.5,-7.5 parent: 34 - type: Transform - uid: 593 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-9.5 parent: 34 - type: Transform - uid: 2576 components: - - pos: -58.5,-8.5 + - type: Transform + pos: -58.5,-8.5 parent: 34 - type: Transform - uid: 2578 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-11.5 parent: 34 - type: Transform - uid: 2579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -57.5,-8.5 parent: 34 - type: Transform - uid: 2580 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,-10.5 parent: 34 - type: Transform - uid: 2926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -46.5,-7.5 parent: 34 - type: Transform - uid: 6109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -59.5,-11.5 parent: 34 - type: Transform - uid: 6322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -57.5,-9.5 parent: 34 - type: Transform - uid: 6366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -58.5,-9.5 parent: 34 - type: Transform - uid: 10418 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 34 - type: Transform - uid: 10451 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,4.5 parent: 34 - type: Transform - uid: 10452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,3.5 parent: 34 - type: Transform - uid: 10453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,7.5 parent: 34 - type: Transform - uid: 10454 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 34 - type: Transform - uid: 10456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,7.5 parent: 34 - type: Transform - uid: 10573 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,4.5 parent: 34 - type: Transform - uid: 11032 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-10.5 parent: 34 - type: Transform - uid: 11293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -58.5,-10.5 parent: 34 - type: Transform - uid: 11297 components: - - pos: -58.5,-11.5 + - type: Transform + pos: -58.5,-11.5 parent: 34 - type: Transform - uid: 11358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -59.5,-8.5 parent: 34 - type: Transform - proto: tatamisingle entities: - uid: 253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -45.5,-7.5 parent: 34 - type: Transform - uid: 2099 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -47.5,-6.5 parent: 34 - type: Transform - proto: TegCenter entities: - uid: 10438 components: - - pos: -55.5,-29.5 + - type: Transform + pos: -55.5,-29.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: TegCirculator entities: - uid: 6159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -55.5,-30.5 parent: 34 - type: Transform - - color: '#FF3300FF' - type: PointLight + - type: PointLight + color: '#FF3300FF' - uid: 6282 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -55.5,-28.5 parent: 34 - type: Transform - - color: '#FF3300FF' - type: PointLight + - type: PointLight + color: '#FF3300FF' - proto: TelecomServer entities: - uid: 3762 components: - - pos: 27.5,-10.5 + - type: Transform + pos: 27.5,-10.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72108,13 +72976,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 12050 components: - - pos: -38.5,-47.5 + - type: Transform + pos: -38.5,-47.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72128,13 +72996,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 12052 components: - - pos: -37.5,-47.5 + - type: Transform + pos: -37.5,-47.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72149,13 +73017,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 12055 components: - - pos: -36.5,-47.5 + - type: Transform + pos: -36.5,-47.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72170,13 +73038,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 12058 components: - - pos: -36.5,-51.5 + - type: Transform + pos: -36.5,-51.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72190,13 +73058,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 12060 components: - - pos: -38.5,-51.5 + - type: Transform + pos: -38.5,-51.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72210,13 +73078,13 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - uid: 12098 components: - - pos: 30.5,-31.5 + - type: Transform + pos: 30.5,-31.5 parent: 34 - type: Transform - - containers: + - type: ContainerContainer + containers: key_slots: !type:Container showEnts: False occludes: True @@ -72230,367 +73098,367 @@ entities: showEnts: False occludes: True ents: [] - type: ContainerContainer - proto: TintedWindow entities: - uid: 111 components: - - pos: -15.5,-3.5 + - type: Transform + pos: -15.5,-3.5 parent: 34 - type: Transform - uid: 112 components: - - pos: -15.5,-4.5 + - type: Transform + pos: -15.5,-4.5 parent: 34 - type: Transform - uid: 360 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 34 - type: Transform - uid: 361 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 34 - type: Transform - uid: 447 components: - - pos: -1.5,-21.5 + - type: Transform + pos: -1.5,-21.5 parent: 34 - type: Transform - uid: 602 components: - - pos: -32.5,-3.5 + - type: Transform + pos: -32.5,-3.5 parent: 34 - type: Transform - uid: 603 components: - - pos: -32.5,-4.5 + - type: Transform + pos: -32.5,-4.5 parent: 34 - type: Transform - uid: 1014 components: - - pos: -2.5,-19.5 + - type: Transform + pos: -2.5,-19.5 parent: 34 - type: Transform - uid: 1015 components: - - pos: -2.5,-18.5 + - type: Transform + pos: -2.5,-18.5 parent: 34 - type: Transform - uid: 1022 components: - - pos: 2.5,-21.5 + - type: Transform + pos: 2.5,-21.5 parent: 34 - type: Transform - uid: 2015 components: - - pos: -32.5,0.5 + - type: Transform + pos: -32.5,0.5 parent: 34 - type: Transform - uid: 2016 components: - - pos: -31.5,0.5 + - type: Transform + pos: -31.5,0.5 parent: 34 - type: Transform - uid: 2030 components: - - pos: -29.5,0.5 + - type: Transform + pos: -29.5,0.5 parent: 34 - type: Transform - uid: 2222 components: - - pos: -45.5,-2.5 + - type: Transform + pos: -45.5,-2.5 parent: 34 - type: Transform - uid: 2223 components: - - pos: -46.5,-2.5 + - type: Transform + pos: -46.5,-2.5 parent: 34 - type: Transform - uid: 4882 components: - - pos: 28.5,-15.5 + - type: Transform + pos: 28.5,-15.5 parent: 34 - type: Transform - uid: 4883 components: - - pos: 29.5,-15.5 + - type: Transform + pos: 29.5,-15.5 parent: 34 - type: Transform - uid: 4884 components: - - pos: 30.5,-15.5 + - type: Transform + pos: 30.5,-15.5 parent: 34 - type: Transform - uid: 5956 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 34 - type: Transform - uid: 7389 components: - - pos: 5.5,-41.5 + - type: Transform + pos: 5.5,-41.5 parent: 34 - type: Transform - uid: 8651 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 34 - type: Transform - uid: 8652 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 34 - type: Transform - uid: 8653 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 34 - type: Transform - uid: 10999 components: - - pos: 5.5,-39.5 + - type: Transform + pos: 5.5,-39.5 parent: 34 - type: Transform - uid: 11075 components: - - pos: -1.5,-34.5 + - type: Transform + pos: -1.5,-34.5 parent: 34 - type: Transform - uid: 11098 components: - - pos: -0.5,-34.5 + - type: Transform + pos: -0.5,-34.5 parent: 34 - type: Transform - uid: 12437 components: - - pos: 2.5,-39.5 + - type: Transform + pos: 2.5,-39.5 parent: 34 - type: Transform - uid: 12468 components: - - pos: 2.5,-41.5 + - type: Transform + pos: 2.5,-41.5 parent: 34 - type: Transform - proto: ToiletEmpty entities: - uid: 1055 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -51.5,-4.5 parent: 34 - type: Transform - uid: 4591 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,-0.5 parent: 34 - type: Transform - uid: 4592 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,1.5 parent: 34 - type: Transform - uid: 4593 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 36.5,0.5 parent: 34 - type: Transform - proto: ToolboxArtistic entities: - uid: 444 components: - - pos: 1.5070635,-17.303316 + - type: Transform + pos: 1.5070635,-17.303316 parent: 34 - type: Transform - proto: ToolboxElectricalFilled entities: - uid: 1077 components: - - pos: 34.524654,-6.9607882 + - type: Transform + pos: 34.524654,-6.9607882 parent: 34 - type: Transform - uid: 2108 components: - - pos: -21.166645,8.012135 + - type: Transform + pos: -21.166645,8.012135 parent: 34 - type: Transform - proto: ToolboxEmergencyFilled entities: - uid: 620 components: - - pos: -35.40616,-11.695753 + - type: Transform + pos: -35.40616,-11.695753 parent: 34 - type: Transform - uid: 10630 components: - - pos: -54.650143,-13.716921 + - type: Transform + pos: -54.650143,-13.716921 parent: 34 - type: Transform - uid: 11195 components: - - pos: 17.907946,9.591223 + - type: Transform + pos: 17.907946,9.591223 parent: 34 - type: Transform - uid: 11658 components: - - pos: -42.40179,9.528585 + - type: Transform + pos: -42.40179,9.528585 parent: 34 - type: Transform - uid: 11744 components: - - pos: 11.630091,-37.747 + - type: Transform + pos: 11.630091,-37.747 parent: 34 - type: Transform - uid: 11746 components: - - pos: 9.4623,-32.9502 + - type: Transform + pos: 9.4623,-32.9502 parent: 34 - type: Transform - uid: 12183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.738799,13.774046 parent: 34 - type: Transform - proto: ToolboxGoldFilled entities: - uid: 11115 components: - - pos: 26.593485,-34.190426 + - type: Transform + pos: 26.593485,-34.190426 parent: 34 - type: Transform - proto: ToolboxMechanical entities: - uid: 10226 components: - - pos: 22.119648,-37.101128 + - type: Transform + pos: 22.119648,-37.101128 parent: 34 - type: Transform - proto: ToolboxMechanicalFilled entities: - uid: 82 components: - - pos: -32.164547,-17.605564 + - type: Transform + pos: -32.164547,-17.605564 parent: 34 - type: Transform - uid: 619 components: - - pos: -35.635326,-11.362188 + - type: Transform + pos: -35.635326,-11.362188 parent: 34 - type: Transform - uid: 5564 components: - - pos: -15.578087,4.7132735 + - type: Transform + pos: -15.578087,4.7132735 parent: 34 - type: Transform - uid: 5565 components: - - pos: -15.406212,4.3849206 + - type: Transform + pos: -15.406212,4.3849206 parent: 34 - type: Transform - proto: TorsoSkeleton entities: - uid: 4659 components: - - pos: 41.464695,-16.448792 + - type: Transform + pos: 41.464695,-16.448792 parent: 34 - type: Transform - proto: ToyAi entities: - uid: 2642 components: - - pos: 52.53624,-23.395956 + - type: Transform + pos: 52.53624,-23.395956 parent: 34 - type: Transform - proto: ToyIan entities: - uid: 1981 components: - - pos: -17.75425,-19.468826 + - type: Transform + pos: -17.75425,-19.468826 parent: 34 - type: Transform - uid: 11627 components: - - pos: -39.733406,-17.16252 + - type: Transform + pos: -39.733406,-17.16252 parent: 34 - type: Transform - proto: ToyMouse entities: - uid: 6563 components: - - pos: 3.415373,10.654667 + - type: Transform + pos: 3.415373,10.654667 parent: 34 - type: Transform - proto: ToyRenault entities: - uid: 12247 components: - - pos: 33.246067,-31.269136 + - type: Transform + pos: 33.246067,-31.269136 parent: 34 - type: Transform - proto: ToyRipley entities: - uid: 11628 components: - - pos: -40.264656,-17.308455 + - type: Transform + pos: -40.264656,-17.308455 parent: 34 - type: Transform - proto: ToySiobhan entities: - uid: 12239 components: - - pos: -28.485638,-19.517445 + - type: Transform + pos: -28.485638,-19.517445 parent: 34 - type: Transform - proto: ToySpawner entities: - uid: 9769 components: - - pos: -14.5,-19.5 + - type: Transform + pos: -14.5,-19.5 parent: 34 - type: Transform - uid: 10828 components: - - pos: 1.5,-19.5 + - type: Transform + pos: 1.5,-19.5 parent: 34 - type: Transform - - chance: 1 - type: RandomSpawner + - type: RandomSpawner + chance: 1 - uid: 12327 components: - - pos: -0.5,-19.5 + - type: Transform + pos: -0.5,-19.5 parent: 34 - type: Transform - proto: TrainingBomb entities: - uid: 7869 components: - - pos: 34.5,-6.5 + - type: Transform + pos: 34.5,-6.5 parent: 34 - type: Transform - uid: 8685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,-6.5 parent: 34 - type: Transform - uid: 9577 components: - - pos: 34.5,-7.5 + - type: Transform + pos: 34.5,-7.5 parent: 34 - type: Transform - proto: TwoWayLever entities: - uid: 11254 components: - - pos: -40.5,9.5 + - type: Transform + pos: -40.5,9.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 10285: - Left: Forward - Right: Reverse @@ -72611,13 +73479,13 @@ entities: - Left: Forward - Right: Reverse - Middle: Off - type: DeviceLinkSource - uid: 12687 components: - - pos: -39.5,-58.5 + - type: Transform + pos: -39.5,-58.5 parent: 34 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 12657: - Right: Forward - Left: Reverse @@ -72666,9387 +73534,9312 @@ entities: - Left: Reverse - Right: Forward - Middle: Off - type: DeviceLinkSource - proto: UniformPrinter entities: - uid: 1965 components: - - pos: -19.5,-16.5 + - type: Transform + pos: -19.5,-16.5 parent: 34 - type: Transform - proto: UnstableMutagenChemistryBottle entities: - uid: 11382 components: - - desc: Just one drop of this will cause rapid mutations in your plants. - type: MetaData - - pos: -20.702679,-4.431776 + - type: MetaData + desc: Just one drop of this will cause rapid mutations in your plants. + - type: Transform + pos: -20.702679,-4.431776 parent: 34 - type: Transform - proto: UprightPianoInstrument entities: - uid: 770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-9.5 parent: 34 - type: Transform - proto: Vaccinator entities: - uid: 2506 components: - - pos: -1.5,-35.5 + - type: Transform + pos: -1.5,-35.5 parent: 34 - type: Transform - proto: VehicleKeyATV entities: - uid: 12486 components: - - pos: -8.795478,-29.291481 + - type: Transform + pos: -8.795478,-29.291481 parent: 34 - type: Transform - proto: VendingBarDrobe entities: - uid: 780 components: - - flags: SessionSpecific - type: MetaData - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 34 - type: Transform - proto: VendingMachineAtmosDrobe entities: - uid: 11808 components: - - pos: -48.5,-29.5 + - type: Transform + pos: -48.5,-29.5 parent: 34 - type: Transform - proto: VendingMachineBooze entities: - uid: 733 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 34 - type: Transform - uid: 5502 components: - - flags: SessionSpecific - type: MetaData - - pos: 40.5,-39.5 + - type: Transform + pos: 40.5,-39.5 parent: 34 - type: Transform - uid: 10196 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 34 - type: Transform - proto: VendingMachineBoxingDrobe entities: - uid: 7575 components: - - flags: SessionSpecific - type: MetaData - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 34 - type: Transform - proto: VendingMachineCargoDrobe entities: - uid: 858 components: - - pos: -12.5,-29.5 + - type: Transform + pos: -12.5,-29.5 parent: 34 - type: Transform - proto: VendingMachineCart entities: - uid: 1963 components: - - flags: SessionSpecific - type: MetaData - - pos: -19.5,-18.5 + - type: Transform + pos: -19.5,-18.5 parent: 34 - type: Transform - proto: VendingMachineChapel entities: - uid: 3317 components: - - flags: SessionSpecific - type: MetaData - - pos: -32.5,-13.5 + - type: Transform + pos: -32.5,-13.5 parent: 34 - type: Transform - proto: VendingMachineChefDrobe entities: - uid: 850 components: - - flags: SessionSpecific - type: MetaData - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 34 - type: Transform - proto: VendingMachineChefvend entities: - uid: 101 components: - - flags: SessionSpecific - type: MetaData - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 34 - type: Transform - uid: 4064 components: - - pos: -10.5,-40.5 + - type: Transform + pos: -10.5,-40.5 parent: 34 - type: Transform - proto: VendingMachineChemDrobe entities: - uid: 6120 components: - - pos: 1.5,-26.5 + - type: Transform + pos: 1.5,-26.5 parent: 34 - type: Transform - proto: VendingMachineChemicals entities: - uid: 7841 components: - - pos: 0.5,-29.5 + - type: Transform + pos: 0.5,-29.5 parent: 34 - type: Transform - proto: VendingMachineCigs entities: - uid: 800 components: - - flags: SessionSpecific - type: MetaData - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 34 - type: Transform - uid: 4673 components: - - pos: 45.5,-4.5 + - type: Transform + pos: 45.5,-4.5 parent: 34 - type: Transform - uid: 9425 components: - - flags: SessionSpecific - type: MetaData - - pos: -51.5,-10.5 + - type: Transform + pos: -51.5,-10.5 parent: 34 - type: Transform - uid: 12074 components: - - pos: -10.5,-48.5 + - type: Transform + pos: -10.5,-48.5 parent: 34 - type: Transform - uid: 12287 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 34 - type: Transform - proto: VendingMachineClothing entities: - uid: 2260 components: - - flags: SessionSpecific - type: MetaData - - pos: -37.5,-4.5 + - type: Transform + pos: -37.5,-4.5 parent: 34 - type: Transform - proto: VendingMachineCoffee entities: - uid: 1918 components: - - flags: SessionSpecific - type: MetaData - - pos: -12.5,-27.5 + - type: Transform + pos: -12.5,-27.5 parent: 34 - type: Transform - uid: 10367 components: - - flags: SessionSpecific - type: MetaData - - pos: 6.5,-22.5 + - type: Transform + pos: 6.5,-22.5 parent: 34 - type: Transform - uid: 11597 components: - - flags: SessionSpecific - type: MetaData - - pos: -40.5,-15.5 + - type: Transform + pos: -40.5,-15.5 parent: 34 - type: Transform - proto: VendingMachineCola entities: - uid: 2207 components: - - flags: SessionSpecific - type: MetaData - - pos: -37.5,-6.5 + - type: Transform + pos: -37.5,-6.5 parent: 34 - type: Transform - uid: 11185 components: - - flags: SessionSpecific - type: MetaData - - pos: -52.5,10.5 + - type: Transform + pos: -52.5,10.5 parent: 34 - type: Transform - proto: VendingMachineCondiments entities: - uid: 13 components: - - flags: SessionSpecific - type: MetaData - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 34 - type: Transform - uid: 4721 components: - - flags: SessionSpecific - type: MetaData - - pos: 40.5,6.5 + - type: Transform + pos: 40.5,6.5 parent: 34 - type: Transform - proto: VendingMachineCourierDrobe entities: - uid: 8682 components: - - pos: -8.5,-24.5 + - type: Transform + pos: -8.5,-24.5 parent: 34 - type: Transform - proto: VendingMachineDetDrobe entities: - uid: 12275 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 34 - type: Transform - proto: VendingMachineDinnerware entities: - uid: 834 components: - - flags: SessionSpecific - type: MetaData - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 34 - type: Transform - proto: VendingMachineDiscount entities: - uid: 4851 components: - - pos: 44.5,1.5 + - type: Transform + pos: 44.5,1.5 parent: 34 - type: Transform - proto: VendingMachineDonut entities: - uid: 10368 components: - - flags: SessionSpecific - type: MetaData - - pos: 7.5,-22.5 + - type: Transform + pos: 7.5,-22.5 parent: 34 - type: Transform - uid: 12849 components: - - pos: 33.5,-13.5 + - type: Transform + pos: 33.5,-13.5 parent: 34 - type: Transform - proto: VendingMachineEngiDrobe entities: - uid: 1095 components: - - flags: SessionSpecific - type: MetaData - - pos: -32.5,-25.5 + - type: Transform + pos: -32.5,-25.5 parent: 34 - type: Transform - proto: VendingMachineEngivend entities: - uid: 11477 components: - - flags: SessionSpecific - type: MetaData - - pos: -34.5,-25.5 + - type: Transform + pos: -34.5,-25.5 parent: 34 - type: Transform - proto: VendingMachineGames entities: - uid: 4800 components: - - pos: 47.5,-1.5 + - type: Transform + pos: 47.5,-1.5 parent: 34 - type: Transform - uid: 5037 components: - - flags: SessionSpecific - type: MetaData - - pos: 19.5,6.5 + - type: Transform + pos: 19.5,6.5 parent: 34 - type: Transform - proto: VendingMachineHydrobe entities: - uid: 372 components: - - flags: SessionSpecific - type: MetaData - - pos: -19.5,-8.5 + - type: Transform + pos: -19.5,-8.5 parent: 34 - type: Transform - proto: VendingMachineJaniDrobe entities: - uid: 1025 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,-17.5 + - type: Transform + pos: 4.5,-17.5 parent: 34 - type: Transform - proto: VendingMachineLawDrobe entities: - uid: 10996 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 34 - type: Transform - proto: VendingMachineMedical entities: - uid: 12700 components: - - pos: 5.5,-37.5 + - type: Transform + pos: 5.5,-37.5 parent: 34 - type: Transform - proto: VendingMachineMediDrobe entities: - uid: 4492 components: - - pos: 9.5,-36.5 + - type: Transform + pos: 9.5,-36.5 parent: 34 - type: Transform - proto: VendingMachineMNKDrobe entities: - uid: 980 components: - - flags: SessionSpecific - type: MetaData - - pos: -19.5,-10.5 + - type: Transform + pos: -19.5,-10.5 parent: 34 - type: Transform - proto: VendingMachineNutri entities: - uid: 875 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,-7.5 + - type: Transform + pos: -20.5,-7.5 parent: 34 - type: Transform - proto: VendingMachinePride entities: - uid: 61 components: - - flags: SessionSpecific - type: MetaData - - pos: -18.5,-10.5 + - type: Transform + pos: -18.5,-10.5 parent: 34 - type: Transform - proto: VendingMachineRepDrobe entities: - uid: 4393 components: - - flags: SessionSpecific - type: MetaData - - pos: 17.5,-39.5 + - type: Transform + pos: 17.5,-39.5 parent: 34 - type: Transform - proto: VendingMachineRestockMedical entities: - uid: 3847 components: - - pos: 10.066545,-36.64957 + - type: Transform + pos: 10.066545,-36.64957 parent: 34 - type: Transform - proto: VendingMachineRoboDrobe entities: - uid: 12516 components: - - pos: -42.5,-14.5 + - type: Transform + pos: -42.5,-14.5 parent: 34 - type: Transform - proto: VendingMachineRobotics entities: - uid: 11447 components: - - pos: -42.5,-15.5 + - type: Transform + pos: -42.5,-15.5 parent: 34 - type: Transform - proto: VendingMachineSalvage entities: - uid: 2620 components: - - pos: -14.5,-35.5 + - type: Transform + pos: -14.5,-35.5 parent: 34 - type: Transform - proto: VendingMachineSciDrobe entities: - uid: 590 components: - - flags: SessionSpecific - type: MetaData - - pos: -35.5,-9.5 + - type: Transform + pos: -35.5,-9.5 parent: 34 - type: Transform - proto: VendingMachineSec entities: - uid: 3582 components: - - flags: SessionSpecific - type: MetaData - - pos: 24.5,-20.5 + - type: Transform + pos: 24.5,-20.5 parent: 34 - type: Transform - proto: VendingMachineSecDrobe entities: - uid: 11340 components: - - flags: SessionSpecific - type: MetaData - - pos: 20.5,-20.5 + - type: Transform + pos: 20.5,-20.5 parent: 34 - type: Transform - proto: VendingMachineSeeds entities: - uid: 870 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,-6.5 + - type: Transform + pos: -20.5,-6.5 parent: 34 - type: Transform - proto: VendingMachineSeedsUnlocked entities: - uid: 4705 components: - - flags: SessionSpecific - type: MetaData - - pos: 36.5,6.5 + - type: Transform + pos: 36.5,6.5 parent: 34 - type: Transform - proto: VendingMachineTankDispenserEngineering entities: - uid: 3278 components: - - flags: SessionSpecific - type: MetaData - - pos: -31.5,-47.5 + - type: Transform + pos: -31.5,-47.5 parent: 34 - type: Transform - proto: VendingMachineTankDispenserEVA entities: - uid: 1859 components: - - flags: SessionSpecific - type: MetaData - - pos: -42.5,-29.5 + - type: Transform + pos: -42.5,-29.5 parent: 34 - type: Transform - uid: 3318 components: - - flags: SessionSpecific - type: MetaData - - pos: -35.5,-34.5 + - type: Transform + pos: -35.5,-34.5 parent: 34 - type: Transform - uid: 5603 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,5.5 + - type: Transform + pos: -20.5,5.5 parent: 34 - type: Transform - uid: 10023 components: - - pos: 39.5,-4.5 + - type: Transform + pos: 39.5,-4.5 parent: 34 - type: Transform - proto: VendingMachineTheater entities: - uid: 62 components: - - flags: SessionSpecific - type: MetaData - - pos: -17.5,-10.5 + - type: Transform + pos: -17.5,-10.5 parent: 34 - type: Transform - proto: VendingMachineVendomat entities: - uid: 10371 components: - - flags: SessionSpecific - type: MetaData - - pos: -22.5,-20.5 + - type: Transform + pos: -22.5,-20.5 parent: 34 - type: Transform - proto: VendingMachineWinter entities: - uid: 4450 components: - - pos: -37.5,-7.5 + - type: Transform + pos: -37.5,-7.5 parent: 34 - type: Transform - proto: VendingMachineYouTool entities: - uid: 5738 components: - - flags: SessionSpecific - type: MetaData - - pos: -20.5,4.5 + - type: Transform + pos: -20.5,4.5 parent: 34 - type: Transform - proto: Wakizashi entities: - uid: 1174 components: - - desc: Shitai ni kiru no yō... + - type: MetaData + desc: Shitai ni kiru no yō... name: the mortician's scalpel - type: MetaData - - pos: 9.741736,-40.32208 + - type: Transform + pos: 9.741736,-40.32208 parent: 34 - type: Transform - proto: WallmountTelevision entities: - uid: 5418 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 34 - type: Transform - proto: WallPaper entities: - uid: 46 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 34 - type: Transform - uid: 47 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 34 - type: Transform - uid: 80 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 34 - type: Transform - uid: 91 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 34 - type: Transform - uid: 205 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 34 - type: Transform - uid: 2098 components: - - pos: -47.5,-8.5 + - type: Transform + pos: -47.5,-8.5 parent: 34 - type: Transform - uid: 2119 components: - - pos: -51.5,0.5 + - type: Transform + pos: -51.5,0.5 parent: 34 - type: Transform - uid: 2121 components: - - pos: -50.5,0.5 + - type: Transform + pos: -50.5,0.5 parent: 34 - type: Transform - uid: 2122 components: - - pos: -48.5,0.5 + - type: Transform + pos: -48.5,0.5 parent: 34 - type: Transform - uid: 2123 components: - - pos: -47.5,0.5 + - type: Transform + pos: -47.5,0.5 parent: 34 - type: Transform - uid: 2247 components: - - pos: -45.5,-8.5 + - type: Transform + pos: -45.5,-8.5 parent: 34 - type: Transform - uid: 5050 components: - - pos: -43.5,0.5 + - type: Transform + pos: -43.5,0.5 parent: 34 - type: Transform - uid: 5809 components: - - pos: -46.5,0.5 + - type: Transform + pos: -46.5,0.5 parent: 34 - type: Transform - uid: 5810 components: - - pos: -44.5,0.5 + - type: Transform + pos: -44.5,0.5 parent: 34 - type: Transform - uid: 7995 components: - - pos: -55.5,-8.5 + - type: Transform + pos: -55.5,-8.5 parent: 34 - type: Transform - uid: 10360 components: - - pos: -55.5,-11.5 + - type: Transform + pos: -55.5,-11.5 parent: 34 - type: Transform - uid: 11298 components: - - pos: -55.5,-9.5 + - type: Transform + pos: -55.5,-9.5 parent: 34 - type: Transform - proto: WallReinforced entities: - uid: 8 components: - - pos: 24.5,-36.5 + - type: Transform + pos: 24.5,-36.5 parent: 34 - type: Transform - uid: 11 components: - - pos: -14.5,5.5 + - type: Transform + pos: -14.5,5.5 parent: 34 - type: Transform - uid: 23 components: - - pos: 29.5,-31.5 + - type: Transform + pos: 29.5,-31.5 parent: 34 - type: Transform - uid: 24 components: - - pos: -19.5,2.5 + - type: Transform + pos: -19.5,2.5 parent: 34 - type: Transform - uid: 25 components: - - pos: -19.5,1.5 + - type: Transform + pos: -19.5,1.5 parent: 34 - type: Transform - uid: 28 components: - - pos: -19.5,4.5 + - type: Transform + pos: -19.5,4.5 parent: 34 - type: Transform - uid: 29 components: - - pos: -18.5,5.5 + - type: Transform + pos: -18.5,5.5 parent: 34 - type: Transform - uid: 30 components: - - pos: -19.5,3.5 + - type: Transform + pos: -19.5,3.5 parent: 34 - type: Transform - uid: 31 components: - - pos: -19.5,5.5 + - type: Transform + pos: -19.5,5.5 parent: 34 - type: Transform - uid: 54 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 34 - type: Transform - uid: 55 components: - - pos: -17.5,5.5 + - type: Transform + pos: -17.5,5.5 parent: 34 - type: Transform - uid: 73 components: - - pos: 35.5,-17.5 + - type: Transform + pos: 35.5,-17.5 parent: 34 - type: Transform - uid: 213 components: - - pos: -22.5,-36.5 + - type: Transform + pos: -22.5,-36.5 parent: 34 - type: Transform - uid: 214 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 34 - type: Transform - uid: 215 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 34 - type: Transform - uid: 217 components: - - pos: -23.5,-33.5 + - type: Transform + pos: -23.5,-33.5 parent: 34 - type: Transform - uid: 235 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 34 - type: Transform - uid: 236 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 34 - type: Transform - uid: 237 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 34 - type: Transform - uid: 241 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 34 - type: Transform - uid: 242 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 34 - type: Transform - uid: 248 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 34 - type: Transform - uid: 249 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 34 - type: Transform - uid: 251 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 34 - type: Transform - uid: 255 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 34 - type: Transform - uid: 256 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 34 - type: Transform - uid: 257 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 34 - type: Transform - uid: 265 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 34 - type: Transform - uid: 268 components: - - pos: -55.5,10.5 + - type: Transform + pos: -55.5,10.5 parent: 34 - type: Transform - uid: 330 components: - - pos: 34.5,-26.5 + - type: Transform + pos: 34.5,-26.5 parent: 34 - type: Transform - uid: 331 components: - - pos: 27.5,-20.5 + - type: Transform + pos: 27.5,-20.5 parent: 34 - type: Transform - uid: 358 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 34 - type: Transform - uid: 377 components: - - pos: -2.5,-30.5 + - type: Transform + pos: -2.5,-30.5 parent: 34 - type: Transform - uid: 393 components: - - pos: 8.5,-34.5 + - type: Transform + pos: 8.5,-34.5 parent: 34 - type: Transform - uid: 397 components: - - pos: -18.5,-12.5 + - type: Transform + pos: -18.5,-12.5 parent: 34 - type: Transform - uid: 398 components: - - pos: -16.5,-13.5 + - type: Transform + pos: -16.5,-13.5 parent: 34 - type: Transform - uid: 399 components: - - pos: -18.5,-15.5 + - type: Transform + pos: -18.5,-15.5 parent: 34 - type: Transform - uid: 400 components: - - pos: -19.5,-15.5 + - type: Transform + pos: -19.5,-15.5 parent: 34 - type: Transform - uid: 402 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 34 - type: Transform - uid: 403 components: - - pos: -15.5,-16.5 + - type: Transform + pos: -15.5,-16.5 parent: 34 - type: Transform - uid: 405 components: - - pos: -15.5,-18.5 + - type: Transform + pos: -15.5,-18.5 parent: 34 - type: Transform - uid: 408 components: - - pos: -15.5,-19.5 + - type: Transform + pos: -15.5,-19.5 parent: 34 - type: Transform - uid: 409 components: - - pos: -15.5,-20.5 + - type: Transform + pos: -15.5,-20.5 parent: 34 - type: Transform - uid: 413 components: - - pos: -20.5,-18.5 + - type: Transform + pos: -20.5,-18.5 parent: 34 - type: Transform - uid: 414 components: - - pos: -17.5,-15.5 + - type: Transform + pos: -17.5,-15.5 parent: 34 - type: Transform - uid: 415 components: - - pos: -20.5,-14.5 + - type: Transform + pos: -20.5,-14.5 parent: 34 - type: Transform - uid: 416 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 34 - type: Transform - uid: 417 components: - - pos: -20.5,-20.5 + - type: Transform + pos: -20.5,-20.5 parent: 34 - type: Transform - uid: 418 components: - - pos: -20.5,-15.5 + - type: Transform + pos: -20.5,-15.5 parent: 34 - type: Transform - uid: 419 components: - - pos: -20.5,-16.5 + - type: Transform + pos: -20.5,-16.5 parent: 34 - type: Transform - uid: 439 components: - - pos: 10.5,-17.5 + - type: Transform + pos: 10.5,-17.5 parent: 34 - type: Transform - uid: 440 components: - - pos: 11.5,-17.5 + - type: Transform + pos: 11.5,-17.5 parent: 34 - type: Transform - uid: 441 components: - - pos: 11.5,-18.5 + - type: Transform + pos: 11.5,-18.5 parent: 34 - type: Transform - uid: 442 components: - - pos: 11.5,-19.5 + - type: Transform + pos: 11.5,-19.5 parent: 34 - type: Transform - uid: 443 components: - - pos: 11.5,-20.5 + - type: Transform + pos: 11.5,-20.5 parent: 34 - type: Transform - uid: 467 components: - - pos: 8.5,-21.5 + - type: Transform + pos: 8.5,-21.5 parent: 34 - type: Transform - uid: 468 components: - - pos: 9.5,-21.5 + - type: Transform + pos: 9.5,-21.5 parent: 34 - type: Transform - uid: 469 components: - - pos: 10.5,-21.5 + - type: Transform + pos: 10.5,-21.5 parent: 34 - type: Transform - uid: 483 components: - - pos: -24.5,-2.5 + - type: Transform + pos: -24.5,-2.5 parent: 34 - type: Transform - uid: 484 components: - - pos: -24.5,-3.5 + - type: Transform + pos: -24.5,-3.5 parent: 34 - type: Transform - uid: 485 components: - - pos: -24.5,-4.5 + - type: Transform + pos: -24.5,-4.5 parent: 34 - type: Transform - uid: 486 components: - - pos: -24.5,-5.5 + - type: Transform + pos: -24.5,-5.5 parent: 34 - type: Transform - uid: 487 components: - - pos: -24.5,-6.5 + - type: Transform + pos: -24.5,-6.5 parent: 34 - type: Transform - uid: 488 components: - - pos: -24.5,-7.5 + - type: Transform + pos: -24.5,-7.5 parent: 34 - type: Transform - uid: 489 components: - - pos: -24.5,-8.5 + - type: Transform + pos: -24.5,-8.5 parent: 34 - type: Transform - uid: 490 components: - - pos: -24.5,-9.5 + - type: Transform + pos: -24.5,-9.5 parent: 34 - type: Transform - uid: 492 components: - - pos: -25.5,-2.5 + - type: Transform + pos: -25.5,-2.5 parent: 34 - type: Transform - uid: 493 components: - - pos: -26.5,-2.5 + - type: Transform + pos: -26.5,-2.5 parent: 34 - type: Transform - uid: 494 components: - - pos: -27.5,-2.5 + - type: Transform + pos: -27.5,-2.5 parent: 34 - type: Transform - uid: 495 components: - - pos: -28.5,-2.5 + - type: Transform + pos: -28.5,-2.5 parent: 34 - type: Transform - uid: 499 components: - - pos: -32.5,-2.5 + - type: Transform + pos: -32.5,-2.5 parent: 34 - type: Transform - uid: 500 components: - - pos: -33.5,-2.5 + - type: Transform + pos: -33.5,-2.5 parent: 34 - type: Transform - uid: 501 components: - - pos: -34.5,-2.5 + - type: Transform + pos: -34.5,-2.5 parent: 34 - type: Transform - uid: 509 components: - - pos: -24.5,-11.5 + - type: Transform + pos: -24.5,-11.5 parent: 34 - type: Transform - uid: 510 components: - - pos: -24.5,-12.5 + - type: Transform + pos: -24.5,-12.5 parent: 34 - type: Transform - uid: 512 components: - - pos: -25.5,-12.5 + - type: Transform + pos: -25.5,-12.5 parent: 34 - type: Transform - uid: 513 components: - - pos: -30.5,-13.5 + - type: Transform + pos: -30.5,-13.5 parent: 34 - type: Transform - uid: 519 components: - - pos: -35.5,-2.5 + - type: Transform + pos: -35.5,-2.5 parent: 34 - type: Transform - uid: 520 components: - - pos: -36.5,-2.5 + - type: Transform + pos: -36.5,-2.5 parent: 34 - type: Transform - uid: 521 components: - - pos: -36.5,-3.5 + - type: Transform + pos: -36.5,-3.5 parent: 34 - type: Transform - uid: 522 components: - - pos: -36.5,-4.5 + - type: Transform + pos: -36.5,-4.5 parent: 34 - type: Transform - uid: 523 components: - - pos: -36.5,-5.5 + - type: Transform + pos: -36.5,-5.5 parent: 34 - type: Transform - uid: 524 components: - - pos: -36.5,-6.5 + - type: Transform + pos: -36.5,-6.5 parent: 34 - type: Transform - uid: 525 components: - - pos: -36.5,-7.5 + - type: Transform + pos: -36.5,-7.5 parent: 34 - type: Transform - uid: 526 components: - - pos: -30.5,-16.5 + - type: Transform + pos: -30.5,-16.5 parent: 34 - type: Transform - uid: 527 components: - - pos: -36.5,-9.5 + - type: Transform + pos: -36.5,-9.5 parent: 34 - type: Transform - uid: 528 components: - - pos: -36.5,-10.5 + - type: Transform + pos: -36.5,-10.5 parent: 34 - type: Transform - uid: 529 components: - - pos: -36.5,-11.5 + - type: Transform + pos: -36.5,-11.5 parent: 34 - type: Transform - uid: 530 components: - - pos: -36.5,-12.5 + - type: Transform + pos: -36.5,-12.5 parent: 34 - type: Transform - uid: 531 components: - - pos: -36.5,-13.5 + - type: Transform + pos: -36.5,-13.5 parent: 34 - type: Transform - uid: 532 components: - - pos: -36.5,-14.5 + - type: Transform + pos: -36.5,-14.5 parent: 34 - type: Transform - uid: 533 components: - - pos: -36.5,-15.5 + - type: Transform + pos: -36.5,-15.5 parent: 34 - type: Transform - uid: 535 components: - - pos: -30.5,-17.5 + - type: Transform + pos: -30.5,-17.5 parent: 34 - type: Transform - uid: 536 components: - - pos: -30.5,-15.5 + - type: Transform + pos: -30.5,-15.5 parent: 34 - type: Transform - uid: 538 components: - - pos: -30.5,-12.5 + - type: Transform + pos: -30.5,-12.5 parent: 34 - type: Transform - uid: 554 components: - - pos: -30.5,-19.5 + - type: Transform + pos: -30.5,-19.5 parent: 34 - type: Transform - uid: 557 components: - - pos: 26.5,-36.5 + - type: Transform + pos: 26.5,-36.5 parent: 34 - type: Transform - uid: 561 components: - - pos: -26.5,-12.5 + - type: Transform + pos: -26.5,-12.5 parent: 34 - type: Transform - uid: 565 components: - - pos: -29.5,-12.5 + - type: Transform + pos: -29.5,-12.5 parent: 34 - type: Transform - uid: 566 components: - - pos: -27.5,-12.5 + - type: Transform + pos: -27.5,-12.5 parent: 34 - type: Transform - uid: 567 components: - - pos: -30.5,-20.5 + - type: Transform + pos: -30.5,-20.5 parent: 34 - type: Transform - uid: 568 components: - - pos: -31.5,-20.5 + - type: Transform + pos: -31.5,-20.5 parent: 34 - type: Transform - uid: 573 components: - - pos: -36.5,-20.5 + - type: Transform + pos: -36.5,-20.5 parent: 34 - type: Transform - uid: 574 components: - - pos: -36.5,-19.5 + - type: Transform + pos: -36.5,-19.5 parent: 34 - type: Transform - uid: 579 components: - - pos: -19.5,-12.5 + - type: Transform + pos: -19.5,-12.5 parent: 34 - type: Transform - uid: 580 components: - - pos: -20.5,-12.5 + - type: Transform + pos: -20.5,-12.5 parent: 34 - type: Transform - uid: 588 components: - - pos: -32.5,-6.5 + - type: Transform + pos: -32.5,-6.5 parent: 34 - type: Transform - uid: 596 components: - - pos: -36.5,-8.5 + - type: Transform + pos: -36.5,-8.5 parent: 34 - type: Transform - uid: 605 components: - - pos: 0.5,-38.5 + - type: Transform + pos: 0.5,-38.5 parent: 34 - type: Transform - uid: 608 components: - - pos: -33.5,-6.5 + - type: Transform + pos: -33.5,-6.5 parent: 34 - type: Transform - uid: 621 components: - - pos: -15.5,-23.5 + - type: Transform + pos: -15.5,-23.5 parent: 34 - type: Transform - uid: 622 components: - - pos: -14.5,-23.5 + - type: Transform + pos: -14.5,-23.5 parent: 34 - type: Transform - uid: 623 components: - - pos: -13.5,-23.5 + - type: Transform + pos: -13.5,-23.5 parent: 34 - type: Transform - uid: 624 components: - - pos: -12.5,-23.5 + - type: Transform + pos: -12.5,-23.5 parent: 34 - type: Transform - uid: 627 components: - - pos: -9.5,-23.5 + - type: Transform + pos: -9.5,-23.5 parent: 34 - type: Transform - uid: 628 components: - - pos: -8.5,-23.5 + - type: Transform + pos: -8.5,-23.5 parent: 34 - type: Transform - uid: 629 components: - - pos: -7.5,-23.5 + - type: Transform + pos: -7.5,-23.5 parent: 34 - type: Transform - uid: 630 components: - - pos: -6.5,-23.5 + - type: Transform + pos: -6.5,-23.5 parent: 34 - type: Transform - uid: 635 components: - - pos: -6.5,-28.5 + - type: Transform + pos: -6.5,-28.5 parent: 34 - type: Transform - uid: 636 components: - - pos: -6.5,-29.5 + - type: Transform + pos: -6.5,-29.5 parent: 34 - type: Transform - uid: 637 components: - - pos: -6.5,-30.5 + - type: Transform + pos: -6.5,-30.5 parent: 34 - type: Transform - uid: 642 components: - - pos: -13.5,-32.5 + - type: Transform + pos: -13.5,-32.5 parent: 34 - type: Transform - uid: 643 components: - - pos: -15.5,-28.5 + - type: Transform + pos: -15.5,-28.5 parent: 34 - type: Transform - uid: 645 components: - - pos: -14.5,-28.5 + - type: Transform + pos: -14.5,-28.5 parent: 34 - type: Transform - uid: 656 components: - - pos: -6.5,-39.5 + - type: Transform + pos: -6.5,-39.5 parent: 34 - type: Transform - uid: 658 components: - - pos: -6.5,-38.5 + - type: Transform + pos: -6.5,-38.5 parent: 34 - type: Transform - uid: 660 components: - - pos: -8.5,-39.5 + - type: Transform + pos: -8.5,-39.5 parent: 34 - type: Transform - uid: 661 components: - - pos: -9.5,-39.5 + - type: Transform + pos: -9.5,-39.5 parent: 34 - type: Transform - uid: 662 components: - - pos: -13.5,-28.5 + - type: Transform + pos: -13.5,-28.5 parent: 34 - type: Transform - uid: 663 components: - - pos: -11.5,-39.5 + - type: Transform + pos: -11.5,-39.5 parent: 34 - type: Transform - uid: 665 components: - - pos: 15.5,-43.5 + - type: Transform + pos: 15.5,-43.5 parent: 34 - type: Transform - uid: 667 components: - - pos: 15.5,-44.5 + - type: Transform + pos: 15.5,-44.5 parent: 34 - type: Transform - uid: 682 components: - - pos: 1.5,-30.5 + - type: Transform + pos: 1.5,-30.5 parent: 34 - type: Transform - uid: 683 components: - - pos: 8.5,-31.5 + - type: Transform + pos: 8.5,-31.5 parent: 34 - type: Transform - uid: 684 components: - - pos: 8.5,-30.5 + - type: Transform + pos: 8.5,-30.5 parent: 34 - type: Transform - uid: 688 components: - - pos: 8.5,-32.5 + - type: Transform + pos: 8.5,-32.5 parent: 34 - type: Transform - uid: 696 components: - - pos: -7.5,-39.5 + - type: Transform + pos: -7.5,-39.5 parent: 34 - type: Transform - uid: 697 components: - - pos: -10.5,-39.5 + - type: Transform + pos: -10.5,-39.5 parent: 34 - type: Transform - uid: 699 components: - - pos: -22.5,-40.5 + - type: Transform + pos: -22.5,-40.5 parent: 34 - type: Transform - uid: 701 components: - - pos: -2.5,-28.5 + - type: Transform + pos: -2.5,-28.5 parent: 34 - type: Transform - uid: 702 components: - - pos: -2.5,-40.5 + - type: Transform + pos: -2.5,-40.5 parent: 34 - type: Transform - uid: 703 components: - - pos: -20.5,-28.5 + - type: Transform + pos: -20.5,-28.5 parent: 34 - type: Transform - uid: 705 components: - - pos: -23.5,-29.5 + - type: Transform + pos: -23.5,-29.5 parent: 34 - type: Transform - uid: 706 components: - - pos: -22.5,-28.5 + - type: Transform + pos: -22.5,-28.5 parent: 34 - type: Transform - uid: 707 components: - - pos: -2.5,-41.5 + - type: Transform + pos: -2.5,-41.5 parent: 34 - type: Transform - uid: 712 components: - - pos: -27.5,-24.5 + - type: Transform + pos: -27.5,-24.5 parent: 34 - type: Transform - uid: 713 components: - - pos: -28.5,-24.5 + - type: Transform + pos: -28.5,-24.5 parent: 34 - type: Transform - uid: 714 components: - - pos: -29.5,-24.5 + - type: Transform + pos: -29.5,-24.5 parent: 34 - type: Transform - uid: 715 components: - - pos: -30.5,-24.5 + - type: Transform + pos: -30.5,-24.5 parent: 34 - type: Transform - uid: 716 components: - - pos: -31.5,-24.5 + - type: Transform + pos: -31.5,-24.5 parent: 34 - type: Transform - uid: 717 components: - - pos: -32.5,-24.5 + - type: Transform + pos: -32.5,-24.5 parent: 34 - type: Transform - uid: 718 components: - - pos: -33.5,-24.5 + - type: Transform + pos: -33.5,-24.5 parent: 34 - type: Transform - uid: 725 components: - - pos: -23.5,-30.5 + - type: Transform + pos: -23.5,-30.5 parent: 34 - type: Transform - uid: 726 components: - - pos: -53.5,-18.5 + - type: Transform + pos: -53.5,-18.5 parent: 34 - type: Transform - uid: 748 components: - - pos: 33.5,-46.5 + - type: Transform + pos: 33.5,-46.5 parent: 34 - type: Transform - uid: 785 components: - - pos: 31.5,-17.5 + - type: Transform + pos: 31.5,-17.5 parent: 34 - type: Transform - uid: 788 components: - - pos: -21.5,-28.5 + - type: Transform + pos: -21.5,-28.5 parent: 34 - type: Transform - uid: 795 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 34 - type: Transform - uid: 796 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 34 - type: Transform - uid: 798 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 34 - type: Transform - uid: 799 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 34 - type: Transform - uid: 804 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 34 - type: Transform - uid: 848 components: - - pos: -20.5,-19.5 + - type: Transform + pos: -20.5,-19.5 parent: 34 - type: Transform - uid: 878 components: - - pos: 15.5,-15.5 + - type: Transform + pos: 15.5,-15.5 parent: 34 - type: Transform - uid: 886 components: - - pos: -2.5,-26.5 + - type: Transform + pos: -2.5,-26.5 parent: 34 - type: Transform - uid: 894 components: - - pos: -2.5,-27.5 + - type: Transform + pos: -2.5,-27.5 parent: 34 - type: Transform - uid: 917 components: - - pos: -41.5,-11.5 + - type: Transform + pos: -41.5,-11.5 parent: 34 - type: Transform - uid: 965 components: - - pos: -28.5,0.5 + - type: Transform + pos: -28.5,0.5 parent: 34 - type: Transform - uid: 966 components: - - pos: -28.5,1.5 + - type: Transform + pos: -28.5,1.5 parent: 34 - type: Transform - uid: 969 components: - - pos: 16.5,-20.5 + - type: Transform + pos: 16.5,-20.5 parent: 34 - type: Transform - uid: 975 components: - - pos: -28.5,4.5 + - type: Transform + pos: -28.5,4.5 parent: 34 - type: Transform - uid: 976 components: - - pos: -28.5,3.5 + - type: Transform + pos: -28.5,3.5 parent: 34 - type: Transform - uid: 978 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 34 - type: Transform - uid: 984 components: - - pos: 21.5,-21.5 + - type: Transform + pos: 21.5,-21.5 parent: 34 - type: Transform - uid: 985 components: - - pos: 16.5,-21.5 + - type: Transform + pos: 16.5,-21.5 parent: 34 - type: Transform - uid: 988 components: - - pos: 17.5,-21.5 + - type: Transform + pos: 17.5,-21.5 parent: 34 - type: Transform - uid: 989 components: - - pos: 15.5,-16.5 + - type: Transform + pos: 15.5,-16.5 parent: 34 - type: Transform - uid: 990 components: - - pos: 15.5,-17.5 + - type: Transform + pos: 15.5,-17.5 parent: 34 - type: Transform - uid: 991 components: - - pos: 15.5,-18.5 + - type: Transform + pos: 15.5,-18.5 parent: 34 - type: Transform - uid: 992 components: - - pos: 15.5,-19.5 + - type: Transform + pos: 15.5,-19.5 parent: 34 - type: Transform - uid: 993 components: - - pos: 19.5,-15.5 + - type: Transform + pos: 19.5,-15.5 parent: 34 - type: Transform - uid: 994 components: - - pos: 16.5,-11.5 + - type: Transform + pos: 16.5,-11.5 parent: 34 - type: Transform - uid: 996 components: - - pos: 15.5,-8.5 + - type: Transform + pos: 15.5,-8.5 parent: 34 - type: Transform - uid: 997 components: - - pos: 15.5,-10.5 + - type: Transform + pos: 15.5,-10.5 parent: 34 - type: Transform - uid: 1002 components: - - pos: 21.5,-15.5 + - type: Transform + pos: 21.5,-15.5 parent: 34 - type: Transform - uid: 1012 components: - - pos: 8.5,-17.5 + - type: Transform + pos: 8.5,-17.5 parent: 34 - type: Transform - uid: 1035 components: - - pos: -23.5,-31.5 + - type: Transform + pos: -23.5,-31.5 parent: 34 - type: Transform - uid: 1037 components: - - pos: -23.5,-32.5 + - type: Transform + pos: -23.5,-32.5 parent: 34 - type: Transform - uid: 1039 components: - - pos: -23.5,-35.5 + - type: Transform + pos: -23.5,-35.5 parent: 34 - type: Transform - uid: 1040 components: - - pos: -56.5,-23.5 + - type: Transform + pos: -56.5,-23.5 parent: 34 - type: Transform - uid: 1043 components: - - pos: -25.5,-28.5 + - type: Transform + pos: -25.5,-28.5 parent: 34 - type: Transform - uid: 1044 components: - - pos: -26.5,-28.5 + - type: Transform + pos: -26.5,-28.5 parent: 34 - type: Transform - uid: 1045 components: - - pos: -27.5,-28.5 + - type: Transform + pos: -27.5,-28.5 parent: 34 - type: Transform - uid: 1053 components: - - pos: 38.5,-5.5 + - type: Transform + pos: 38.5,-5.5 parent: 34 - type: Transform - uid: 1062 components: - - pos: -28.5,-35.5 + - type: Transform + pos: -28.5,-35.5 parent: 34 - type: Transform - uid: 1066 components: - - pos: -27.5,-29.5 + - type: Transform + pos: -27.5,-29.5 parent: 34 - type: Transform - uid: 1068 components: - - pos: -24.5,-35.5 + - type: Transform + pos: -24.5,-35.5 parent: 34 - type: Transform - uid: 1071 components: - - pos: -27.5,-35.5 + - type: Transform + pos: -27.5,-35.5 parent: 34 - type: Transform - uid: 1074 components: - - pos: -28.5,-38.5 + - type: Transform + pos: -28.5,-38.5 parent: 34 - type: Transform - uid: 1117 components: - - pos: -28.5,-36.5 + - type: Transform + pos: -28.5,-36.5 parent: 34 - type: Transform - uid: 1118 components: - - pos: -28.5,-39.5 + - type: Transform + pos: -28.5,-39.5 parent: 34 - type: Transform - uid: 1119 components: - - pos: -29.5,-41.5 + - type: Transform + pos: -29.5,-41.5 parent: 34 - type: Transform - uid: 1155 components: - - pos: -23.5,-28.5 + - type: Transform + pos: -23.5,-28.5 parent: 34 - type: Transform - uid: 1167 components: - - pos: -35.5,-39.5 + - type: Transform + pos: -35.5,-39.5 parent: 34 - type: Transform - uid: 1168 components: - - pos: -38.5,-38.5 + - type: Transform + pos: -38.5,-38.5 parent: 34 - type: Transform - uid: 1171 components: - - pos: -37.5,-38.5 + - type: Transform + pos: -37.5,-38.5 parent: 34 - type: Transform - uid: 1172 components: - - pos: -39.5,-38.5 + - type: Transform + pos: -39.5,-38.5 parent: 34 - type: Transform - uid: 1178 components: - - pos: -35.5,-40.5 + - type: Transform + pos: -35.5,-40.5 parent: 34 - type: Transform - uid: 1179 components: - - pos: -35.5,-42.5 + - type: Transform + pos: -35.5,-42.5 parent: 34 - type: Transform - uid: 1180 components: - - pos: -39.5,-44.5 + - type: Transform + pos: -39.5,-44.5 parent: 34 - type: Transform - uid: 1181 components: - - pos: -38.5,-44.5 + - type: Transform + pos: -38.5,-44.5 parent: 34 - type: Transform - uid: 1182 components: - - pos: -37.5,-44.5 + - type: Transform + pos: -37.5,-44.5 parent: 34 - type: Transform - uid: 1183 components: - - pos: -36.5,-44.5 + - type: Transform + pos: -36.5,-44.5 parent: 34 - type: Transform - uid: 1184 components: - - pos: -35.5,-44.5 + - type: Transform + pos: -35.5,-44.5 parent: 34 - type: Transform - uid: 1186 components: - - pos: -36.5,-42.5 + - type: Transform + pos: -36.5,-42.5 parent: 34 - type: Transform - uid: 1187 components: - - pos: -35.5,-38.5 + - type: Transform + pos: -35.5,-38.5 parent: 34 - type: Transform - uid: 1188 components: - - pos: -37.5,-34.5 + - type: Transform + pos: -37.5,-34.5 parent: 34 - type: Transform - uid: 1190 components: - - pos: -35.5,-41.5 + - type: Transform + pos: -35.5,-41.5 parent: 34 - type: Transform - uid: 1191 components: - - pos: -38.5,-40.5 + - type: Transform + pos: -38.5,-40.5 parent: 34 - type: Transform - uid: 1194 components: - - pos: -36.5,-38.5 + - type: Transform + pos: -36.5,-38.5 parent: 34 - type: Transform - uid: 1195 components: - - pos: -39.5,-40.5 + - type: Transform + pos: -39.5,-40.5 parent: 34 - type: Transform - uid: 1196 components: - - pos: -36.5,-40.5 + - type: Transform + pos: -36.5,-40.5 parent: 34 - type: Transform - uid: 1203 components: - - pos: -53.5,-44.5 + - type: Transform + pos: -53.5,-44.5 parent: 34 - type: Transform - uid: 1204 components: - - pos: -53.5,-43.5 + - type: Transform + pos: -53.5,-43.5 parent: 34 - type: Transform - uid: 1205 components: - - pos: -53.5,-42.5 + - type: Transform + pos: -53.5,-42.5 parent: 34 - type: Transform - uid: 1207 components: - - pos: -51.5,-44.5 + - type: Transform + pos: -51.5,-44.5 parent: 34 - type: Transform - uid: 1210 components: - - pos: -35.5,-43.5 + - type: Transform + pos: -35.5,-43.5 parent: 34 - type: Transform - uid: 1212 components: - - pos: -39.5,-42.5 + - type: Transform + pos: -39.5,-42.5 parent: 34 - type: Transform - uid: 1213 components: - - pos: -37.5,-40.5 + - type: Transform + pos: -37.5,-40.5 parent: 34 - type: Transform - uid: 1214 components: - - pos: -38.5,-42.5 + - type: Transform + pos: -38.5,-42.5 parent: 34 - type: Transform - uid: 1220 components: - - pos: -37.5,-42.5 + - type: Transform + pos: -37.5,-42.5 parent: 34 - type: Transform - uid: 1224 components: - - pos: -38.5,-34.5 + - type: Transform + pos: -38.5,-34.5 parent: 34 - type: Transform - uid: 1258 components: - - pos: -35.5,-45.5 + - type: Transform + pos: -35.5,-45.5 parent: 34 - type: Transform - uid: 1259 components: - - pos: -35.5,-46.5 + - type: Transform + pos: -35.5,-46.5 parent: 34 - type: Transform - uid: 1260 components: - - pos: -36.5,-46.5 + - type: Transform + pos: -36.5,-46.5 parent: 34 - type: Transform - uid: 1261 components: - - pos: -37.5,-46.5 + - type: Transform + pos: -37.5,-46.5 parent: 34 - type: Transform - uid: 1262 components: - - pos: -38.5,-46.5 + - type: Transform + pos: -38.5,-46.5 parent: 34 - type: Transform - uid: 1263 components: - - pos: -39.5,-46.5 + - type: Transform + pos: -39.5,-46.5 parent: 34 - type: Transform - uid: 1269 components: - - pos: -16.5,-12.5 + - type: Transform + pos: -16.5,-12.5 parent: 34 - type: Transform - uid: 1270 components: - - pos: -15.5,-14.5 + - type: Transform + pos: -15.5,-14.5 parent: 34 - type: Transform - uid: 1271 components: - - pos: -15.5,-13.5 + - type: Transform + pos: -15.5,-13.5 parent: 34 - type: Transform - uid: 1293 components: - - pos: 19.5,-43.5 + - type: Transform + pos: 19.5,-43.5 parent: 34 - type: Transform - uid: 1295 components: - - pos: 11.5,-34.5 + - type: Transform + pos: 11.5,-34.5 parent: 34 - type: Transform - uid: 1296 components: - - pos: 11.5,-35.5 + - type: Transform + pos: 11.5,-35.5 parent: 34 - type: Transform - uid: 1298 components: - - pos: -30.5,-46.5 + - type: Transform + pos: -30.5,-46.5 parent: 34 - type: Transform - uid: 1301 components: - - pos: 11.5,-33.5 + - type: Transform + pos: 11.5,-33.5 parent: 34 - type: Transform - uid: 1302 components: - - pos: 11.5,-31.5 + - type: Transform + pos: 11.5,-31.5 parent: 34 - type: Transform - uid: 1306 components: - - pos: 11.5,-32.5 + - type: Transform + pos: 11.5,-32.5 parent: 34 - type: Transform - uid: 1310 components: - - pos: 11.5,-30.5 + - type: Transform + pos: 11.5,-30.5 parent: 34 - type: Transform - uid: 1312 components: - - pos: 1.5,-25.5 + - type: Transform + pos: 1.5,-25.5 parent: 34 - type: Transform - uid: 1314 components: - - pos: 2.5,-25.5 + - type: Transform + pos: 2.5,-25.5 parent: 34 - type: Transform - uid: 1317 components: - - pos: -1.5,-25.5 + - type: Transform + pos: -1.5,-25.5 parent: 34 - type: Transform - uid: 1318 components: - - pos: 0.5,-25.5 + - type: Transform + pos: 0.5,-25.5 parent: 34 - type: Transform - uid: 1319 components: - - pos: -0.5,-25.5 + - type: Transform + pos: -0.5,-25.5 parent: 34 - type: Transform - uid: 1324 components: - - pos: -44.5,-20.5 + - type: Transform + pos: -44.5,-20.5 parent: 34 - type: Transform - uid: 1345 components: - - pos: 2.5,-30.5 + - type: Transform + pos: 2.5,-30.5 parent: 34 - type: Transform - uid: 1346 components: - - pos: -0.5,-38.5 + - type: Transform + pos: -0.5,-38.5 parent: 34 - type: Transform - uid: 1368 components: - - pos: -2.5,-43.5 + - type: Transform + pos: -2.5,-43.5 parent: 34 - type: Transform - uid: 1376 components: - - pos: -53.5,-23.5 + - type: Transform + pos: -53.5,-23.5 parent: 34 - type: Transform - uid: 1378 components: - - pos: 0.5,-30.5 + - type: Transform + pos: 0.5,-30.5 parent: 34 - type: Transform - uid: 1393 components: - - pos: -1.5,-38.5 + - type: Transform + pos: -1.5,-38.5 parent: 34 - type: Transform - uid: 1394 components: - - pos: -2.5,-38.5 + - type: Transform + pos: -2.5,-38.5 parent: 34 - type: Transform - uid: 1398 components: - - pos: -4.5,-50.5 + - type: Transform + pos: -4.5,-50.5 parent: 34 - type: Transform - uid: 1432 components: - - pos: 18.5,-21.5 + - type: Transform + pos: 18.5,-21.5 parent: 34 - type: Transform - uid: 1439 components: - - pos: 19.5,-21.5 + - type: Transform + pos: 19.5,-21.5 parent: 34 - type: Transform - uid: 1454 components: - - pos: -41.5,-29.5 + - type: Transform + pos: -41.5,-29.5 parent: 34 - type: Transform - uid: 1456 components: - - pos: -41.5,-32.5 + - type: Transform + pos: -41.5,-32.5 parent: 34 - type: Transform - uid: 1457 components: - - pos: -41.5,-31.5 + - type: Transform + pos: -41.5,-31.5 parent: 34 - type: Transform - uid: 1472 components: - - pos: -46.5,-44.5 + - type: Transform + pos: -46.5,-44.5 parent: 34 - type: Transform - uid: 1473 components: - - pos: -51.5,-46.5 + - type: Transform + pos: -51.5,-46.5 parent: 34 - type: Transform - uid: 1477 components: - - pos: -51.5,-48.5 + - type: Transform + pos: -51.5,-48.5 parent: 34 - type: Transform - uid: 1495 components: - - pos: -52.5,-41.5 + - type: Transform + pos: -52.5,-41.5 parent: 34 - type: Transform - uid: 1496 components: - - pos: -51.5,-41.5 + - type: Transform + pos: -51.5,-41.5 parent: 34 - type: Transform - uid: 1499 components: - - pos: -53.5,-45.5 + - type: Transform + pos: -53.5,-45.5 parent: 34 - type: Transform - uid: 1500 components: - - pos: -53.5,-46.5 + - type: Transform + pos: -53.5,-46.5 parent: 34 - type: Transform - uid: 1501 components: - - pos: -53.5,-47.5 + - type: Transform + pos: -53.5,-47.5 parent: 34 - type: Transform - uid: 1502 components: - - pos: -53.5,-48.5 + - type: Transform + pos: -53.5,-48.5 parent: 34 - type: Transform - uid: 1503 components: - - pos: -53.5,-49.5 + - type: Transform + pos: -53.5,-49.5 parent: 34 - type: Transform - uid: 1504 components: - - pos: -53.5,-50.5 + - type: Transform + pos: -53.5,-50.5 parent: 34 - type: Transform - uid: 1505 components: - - pos: -52.5,-50.5 + - type: Transform + pos: -52.5,-50.5 parent: 34 - type: Transform - uid: 1506 components: - - pos: -51.5,-50.5 + - type: Transform + pos: -51.5,-50.5 parent: 34 - type: Transform - uid: 1507 components: - - pos: -50.5,-50.5 + - type: Transform + pos: -50.5,-50.5 parent: 34 - type: Transform - uid: 1508 components: - - pos: -49.5,-50.5 + - type: Transform + pos: -49.5,-50.5 parent: 34 - type: Transform - uid: 1509 components: - - pos: -48.5,-50.5 + - type: Transform + pos: -48.5,-50.5 parent: 34 - type: Transform - uid: 1510 components: - - pos: -47.5,-50.5 + - type: Transform + pos: -47.5,-50.5 parent: 34 - type: Transform - uid: 1511 components: - - pos: -46.5,-50.5 + - type: Transform + pos: -46.5,-50.5 parent: 34 - type: Transform - uid: 1521 components: - - pos: -52.5,-38.5 + - type: Transform + pos: -52.5,-38.5 parent: 34 - type: Transform - uid: 1543 components: - - pos: -51.5,-40.5 + - type: Transform + pos: -51.5,-40.5 parent: 34 - type: Transform - uid: 1568 components: - - pos: -51.5,-39.5 + - type: Transform + pos: -51.5,-39.5 parent: 34 - type: Transform - uid: 1569 components: - - pos: -50.5,-39.5 + - type: Transform + pos: -50.5,-39.5 parent: 34 - type: Transform - uid: 1570 components: - - pos: -49.5,-39.5 + - type: Transform + pos: -49.5,-39.5 parent: 34 - type: Transform - uid: 1571 components: - - pos: 20.5,-21.5 + - type: Transform + pos: 20.5,-21.5 parent: 34 - type: Transform - uid: 1577 components: - - pos: -50.5,-37.5 + - type: Transform + pos: -50.5,-37.5 parent: 34 - type: Transform - uid: 1579 components: - - pos: -49.5,-37.5 + - type: Transform + pos: -49.5,-37.5 parent: 34 - type: Transform - uid: 1583 components: - - pos: -52.5,-39.5 + - type: Transform + pos: -52.5,-39.5 parent: 34 - type: Transform - uid: 1592 components: - - pos: -47.5,-32.5 + - type: Transform + pos: -47.5,-32.5 parent: 34 - type: Transform - uid: 1594 components: - - pos: -14.5,-36.5 + - type: Transform + pos: -14.5,-36.5 parent: 34 - type: Transform - uid: 1605 components: - - pos: -41.5,-28.5 + - type: Transform + pos: -41.5,-28.5 parent: 34 - type: Transform - uid: 1628 components: - - pos: -45.5,-50.5 + - type: Transform + pos: -45.5,-50.5 parent: 34 - type: Transform - uid: 1633 components: - - pos: -40.5,-50.5 + - type: Transform + pos: -40.5,-50.5 parent: 34 - type: Transform - uid: 1654 components: - - pos: -39.5,-47.5 + - type: Transform + pos: -39.5,-47.5 parent: 34 - type: Transform - uid: 1655 components: - - pos: -39.5,-48.5 + - type: Transform + pos: -39.5,-48.5 parent: 34 - type: Transform - uid: 1656 components: - - pos: -39.5,-49.5 + - type: Transform + pos: -39.5,-49.5 parent: 34 - type: Transform - uid: 1657 components: - - pos: -39.5,-50.5 + - type: Transform + pos: -39.5,-50.5 parent: 34 - type: Transform - uid: 1721 components: - - pos: -36.5,-43.5 + - type: Transform + pos: -36.5,-43.5 parent: 34 - type: Transform - uid: 1740 components: - - pos: -42.5,-28.5 + - type: Transform + pos: -42.5,-28.5 parent: 34 - type: Transform - uid: 1741 components: - - pos: -43.5,-28.5 + - type: Transform + pos: -43.5,-28.5 parent: 34 - type: Transform - uid: 1742 components: - - pos: -44.5,-28.5 + - type: Transform + pos: -44.5,-28.5 parent: 34 - type: Transform - uid: 1743 components: - - pos: -45.5,-28.5 + - type: Transform + pos: -45.5,-28.5 parent: 34 - type: Transform - uid: 1744 components: - - pos: -46.5,-28.5 + - type: Transform + pos: -46.5,-28.5 parent: 34 - type: Transform - uid: 1745 components: - - pos: -47.5,-28.5 + - type: Transform + pos: -47.5,-28.5 parent: 34 - type: Transform - uid: 1747 components: - - pos: -52.5,-40.5 + - type: Transform + pos: -52.5,-40.5 parent: 34 - type: Transform - uid: 1751 components: - - pos: -40.5,-34.5 + - type: Transform + pos: -40.5,-34.5 parent: 34 - type: Transform - uid: 1794 components: - - pos: -53.5,-17.5 + - type: Transform + pos: -53.5,-17.5 parent: 34 - type: Transform - uid: 1804 components: - - pos: 32.5,-8.5 + - type: Transform + pos: 32.5,-8.5 parent: 34 - type: Transform - uid: 1812 components: - - pos: -40.5,-24.5 + - type: Transform + pos: -40.5,-24.5 parent: 34 - type: Transform - uid: 1813 components: - - pos: -39.5,-24.5 + - type: Transform + pos: -39.5,-24.5 parent: 34 - type: Transform - uid: 1819 components: - - pos: -49.5,-28.5 + - type: Transform + pos: -49.5,-28.5 parent: 34 - type: Transform - uid: 1820 components: - - pos: -48.5,-28.5 + - type: Transform + pos: -48.5,-28.5 parent: 34 - type: Transform - uid: 1825 components: - - pos: 17.5,-15.5 + - type: Transform + pos: 17.5,-15.5 parent: 34 - type: Transform - uid: 1829 components: - - pos: -36.5,-24.5 + - type: Transform + pos: -36.5,-24.5 parent: 34 - type: Transform - uid: 1839 components: - - pos: -41.5,-34.5 + - type: Transform + pos: -41.5,-34.5 parent: 34 - type: Transform - uid: 1862 components: - - pos: 20.5,-15.5 + - type: Transform + pos: 20.5,-15.5 parent: 34 - type: Transform - uid: 1869 components: - - pos: -52.5,-37.5 + - type: Transform + pos: -52.5,-37.5 parent: 34 - type: Transform - uid: 1935 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 34 - type: Transform - uid: 1995 components: - - pos: 7.5,-17.5 + - type: Transform + pos: 7.5,-17.5 parent: 34 - type: Transform - uid: 1996 components: - - pos: 7.5,-19.5 + - type: Transform + pos: 7.5,-19.5 parent: 34 - type: Transform - uid: 1997 components: - - pos: 7.5,-18.5 + - type: Transform + pos: 7.5,-18.5 parent: 34 - type: Transform - uid: 2008 components: - - pos: -33.5,4.5 + - type: Transform + pos: -33.5,4.5 parent: 34 - type: Transform - uid: 2009 components: - - pos: -33.5,3.5 + - type: Transform + pos: -33.5,3.5 parent: 34 - type: Transform - uid: 2010 components: - - pos: -33.5,2.5 + - type: Transform + pos: -33.5,2.5 parent: 34 - type: Transform - uid: 2011 components: - - pos: -33.5,1.5 + - type: Transform + pos: -33.5,1.5 parent: 34 - type: Transform - uid: 2012 components: - - pos: -33.5,0.5 + - type: Transform + pos: -33.5,0.5 parent: 34 - type: Transform - uid: 2032 components: - - pos: -28.5,2.5 + - type: Transform + pos: -28.5,2.5 parent: 34 - type: Transform - uid: 2080 components: - - pos: -56.5,-13.5 + - type: Transform + pos: -56.5,-13.5 parent: 34 - type: Transform - uid: 2083 components: - - pos: -56.5,-18.5 + - type: Transform + pos: -56.5,-18.5 parent: 34 - type: Transform - uid: 2093 components: - - pos: -58.5,-24.5 + - type: Transform + pos: -58.5,-24.5 parent: 34 - type: Transform - uid: 2094 components: - - pos: -41.5,-20.5 + - type: Transform + pos: -41.5,-20.5 parent: 34 - type: Transform - uid: 2145 components: - - pos: 10.5,-35.5 + - type: Transform + pos: 10.5,-35.5 parent: 34 - type: Transform - uid: 2152 components: - - pos: -42.5,-20.5 + - type: Transform + pos: -42.5,-20.5 parent: 34 - type: Transform - uid: 2156 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 34 - type: Transform - uid: 2218 components: - - pos: 41.5,-5.5 + - type: Transform + pos: 41.5,-5.5 parent: 34 - type: Transform - uid: 2280 components: - - pos: -51.5,-23.5 + - type: Transform + pos: -51.5,-23.5 parent: 34 - type: Transform - uid: 2285 components: - - pos: -50.5,-19.5 + - type: Transform + pos: -50.5,-19.5 parent: 34 - type: Transform - uid: 2331 components: - - pos: -43.5,-20.5 + - type: Transform + pos: -43.5,-20.5 parent: 34 - type: Transform - uid: 2342 components: - - pos: 40.5,-5.5 + - type: Transform + pos: 40.5,-5.5 parent: 34 - type: Transform - uid: 2379 components: - - pos: -54.5,-23.5 + - type: Transform + pos: -54.5,-23.5 parent: 34 - type: Transform - uid: 2383 components: - - pos: -46.5,-20.5 + - type: Transform + pos: -46.5,-20.5 parent: 34 - type: Transform - uid: 2384 components: - - pos: -52.5,-23.5 + - type: Transform + pos: -52.5,-23.5 parent: 34 - type: Transform - uid: 2386 components: - - pos: 39.5,-5.5 + - type: Transform + pos: 39.5,-5.5 parent: 34 - type: Transform - uid: 2404 components: - - pos: -49.5,-19.5 + - type: Transform + pos: -49.5,-19.5 parent: 34 - type: Transform - uid: 2406 components: - - pos: -49.5,-35.5 + - type: Transform + pos: -49.5,-35.5 parent: 34 - type: Transform - uid: 2420 components: - - pos: -49.5,-15.5 + - type: Transform + pos: -49.5,-15.5 parent: 34 - type: Transform - uid: 2431 components: - - pos: 41.5,-8.5 + - type: Transform + pos: 41.5,-8.5 parent: 34 - type: Transform - uid: 2433 components: - - pos: -52.5,-15.5 + - type: Transform + pos: -52.5,-15.5 parent: 34 - type: Transform - uid: 2434 components: - - pos: 34.5,-4.5 + - type: Transform + pos: 34.5,-4.5 parent: 34 - type: Transform - uid: 2436 components: - - pos: -51.5,-19.5 + - type: Transform + pos: -51.5,-19.5 parent: 34 - type: Transform - uid: 2474 components: - - pos: 31.5,-10.5 + - type: Transform + pos: 31.5,-10.5 parent: 34 - type: Transform - uid: 2477 components: - - pos: -14.5,-39.5 + - type: Transform + pos: -14.5,-39.5 parent: 34 - type: Transform - uid: 2488 components: - - pos: -31.5,-46.5 + - type: Transform + pos: -31.5,-46.5 parent: 34 - type: Transform - uid: 2494 components: - - pos: -48.5,-19.5 + - type: Transform + pos: -48.5,-19.5 + parent: 34 + - uid: 2516 + components: + - type: Transform + pos: 16.5,13.5 parent: 34 - type: Transform - uid: 2517 components: - - pos: 49.5,-7.5 + - type: Transform + pos: 49.5,-7.5 parent: 34 - type: Transform - uid: 2519 components: - - pos: 49.5,-10.5 + - type: Transform + pos: 49.5,-10.5 parent: 34 - type: Transform - uid: 2521 components: - - pos: 49.5,-9.5 + - type: Transform + pos: 49.5,-9.5 parent: 34 - type: Transform - uid: 2565 components: - - pos: 47.5,-8.5 + - type: Transform + pos: 47.5,-8.5 parent: 34 - type: Transform - uid: 2575 components: - - pos: -55.5,-12.5 + - type: Transform + pos: -55.5,-12.5 parent: 34 - type: Transform - uid: 2577 components: - - pos: -55.5,-7.5 + - type: Transform + pos: -55.5,-7.5 parent: 34 - type: Transform - uid: 2581 components: - - pos: -58.5,-7.5 + - type: Transform + pos: -58.5,-7.5 parent: 34 - type: Transform - uid: 2582 components: - - pos: -56.5,-7.5 + - type: Transform + pos: -56.5,-7.5 parent: 34 - type: Transform - uid: 2585 components: - - pos: -57.5,-7.5 + - type: Transform + pos: -57.5,-7.5 parent: 34 - type: Transform - uid: 2586 components: - - pos: -58.5,-6.5 + - type: Transform + pos: -58.5,-6.5 parent: 34 - type: Transform - uid: 2588 components: - - pos: -49.5,8.5 + - type: Transform + pos: -49.5,8.5 parent: 34 - type: Transform - uid: 2589 components: - - pos: -48.5,6.5 + - type: Transform + pos: -48.5,6.5 parent: 34 - type: Transform - uid: 2590 components: - - pos: -47.5,6.5 + - type: Transform + pos: -47.5,6.5 parent: 34 - type: Transform - uid: 2609 components: - - pos: -19.5,-28.5 + - type: Transform + pos: -19.5,-28.5 parent: 34 - type: Transform - uid: 2613 components: - - pos: -52.5,-19.5 + - type: Transform + pos: -52.5,-19.5 parent: 34 - type: Transform - uid: 2614 components: - - pos: 42.5,-14.5 + - type: Transform + pos: 42.5,-14.5 + parent: 34 + - uid: 2616 + components: + - type: Transform + pos: 17.5,13.5 + parent: 34 + - uid: 2628 + components: + - type: Transform + pos: 20.5,13.5 parent: 34 - type: Transform - uid: 2631 components: - - pos: 46.5,-14.5 + - type: Transform + pos: 46.5,-14.5 parent: 34 - type: Transform - uid: 2648 components: - - pos: 49.5,-8.5 + - type: Transform + pos: 49.5,-8.5 parent: 34 - type: Transform - uid: 2678 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 34 - type: Transform - uid: 2694 components: - - pos: 2.5,-29.5 + - type: Transform + pos: 2.5,-29.5 parent: 34 - type: Transform - uid: 2807 components: - - pos: 27.5,-36.5 + - type: Transform + pos: 27.5,-36.5 parent: 34 - type: Transform - uid: 2815 components: - - pos: 26.5,-32.5 + - type: Transform + pos: 26.5,-32.5 parent: 34 - type: Transform - uid: 2816 components: - - pos: 27.5,-32.5 + - type: Transform + pos: 27.5,-32.5 parent: 34 - type: Transform - uid: 2817 components: - - pos: 27.5,-33.5 + - type: Transform + pos: 27.5,-33.5 parent: 34 - type: Transform - uid: 2819 components: - - pos: 27.5,-35.5 + - type: Transform + pos: 27.5,-35.5 parent: 34 - type: Transform - uid: 2923 components: - - pos: -2.5,-39.5 + - type: Transform + pos: -2.5,-39.5 parent: 34 - type: Transform - uid: 2941 components: - - pos: -2.5,-25.5 + - type: Transform + pos: -2.5,-25.5 parent: 34 - type: Transform - uid: 2946 components: - - pos: -2.5,-29.5 + - type: Transform + pos: -2.5,-29.5 parent: 34 - type: Transform - uid: 2951 components: - - pos: 8.5,-35.5 + - type: Transform + pos: 8.5,-35.5 parent: 34 - type: Transform - uid: 2952 components: - - pos: 9.5,-35.5 + - type: Transform + pos: 9.5,-35.5 parent: 34 - type: Transform - uid: 2954 components: - - pos: 41.5,-20.5 + - type: Transform + pos: 41.5,-20.5 parent: 34 - type: Transform - uid: 2955 components: - - pos: 42.5,-20.5 + - type: Transform + pos: 42.5,-20.5 parent: 34 - type: Transform - uid: 3038 components: - - pos: 24.5,-32.5 + - type: Transform + pos: 24.5,-32.5 parent: 34 - type: Transform - uid: 3066 components: - - pos: -18.5,-31.5 + - type: Transform + pos: -18.5,-31.5 parent: 34 - type: Transform - uid: 3077 components: - - pos: 7.5,-21.5 + - type: Transform + pos: 7.5,-21.5 parent: 34 - type: Transform - uid: 3078 components: - - pos: 7.5,-20.5 + - type: Transform + pos: 7.5,-20.5 parent: 34 - type: Transform - uid: 3210 components: - - pos: -31.5,-51.5 + - type: Transform + pos: -31.5,-51.5 parent: 34 - type: Transform - uid: 3211 components: - - pos: -30.5,-51.5 + - type: Transform + pos: -30.5,-51.5 parent: 34 - type: Transform - uid: 3213 components: - - pos: -30.5,-47.5 + - type: Transform + pos: -30.5,-47.5 parent: 34 - type: Transform - uid: 3214 components: - - pos: -30.5,-50.5 + - type: Transform + pos: -30.5,-50.5 parent: 34 - type: Transform - uid: 3216 components: - - pos: -35.5,-52.5 + - type: Transform + pos: -35.5,-52.5 parent: 34 - type: Transform - uid: 3218 components: - - pos: -35.5,-51.5 + - type: Transform + pos: -35.5,-51.5 parent: 34 - type: Transform - uid: 3240 components: - - pos: -19.5,-43.5 + - type: Transform + pos: -19.5,-43.5 parent: 34 - type: Transform - uid: 3254 components: - - pos: 49.5,-6.5 + - type: Transform + pos: 49.5,-6.5 parent: 34 - type: Transform - uid: 3266 components: - - pos: -35.5,-47.5 + - type: Transform + pos: -35.5,-47.5 parent: 34 - type: Transform - uid: 3270 components: - - pos: -38.5,-52.5 + - type: Transform + pos: -38.5,-52.5 parent: 34 - type: Transform - uid: 3271 components: - - pos: -36.5,-52.5 + - type: Transform + pos: -36.5,-52.5 parent: 34 - type: Transform - uid: 3272 components: - - pos: -37.5,-52.5 + - type: Transform + pos: -37.5,-52.5 parent: 34 - type: Transform - uid: 3277 components: - - pos: -30.5,-41.5 + - type: Transform + pos: -30.5,-41.5 parent: 34 - type: Transform - uid: 3280 components: - - pos: 48.5,-8.5 + - type: Transform + pos: 48.5,-8.5 parent: 34 - type: Transform - uid: 3296 components: - - pos: -17.5,-31.5 + - type: Transform + pos: -17.5,-31.5 parent: 34 - type: Transform - uid: 3297 components: - - pos: -39.5,-34.5 + - type: Transform + pos: -39.5,-34.5 parent: 34 - type: Transform - uid: 3305 components: - - pos: 15.5,-11.5 + - type: Transform + pos: 15.5,-11.5 parent: 34 - type: Transform - uid: 3338 components: - - pos: 16.5,-15.5 + - type: Transform + pos: 16.5,-15.5 parent: 34 - type: Transform - uid: 3339 components: - - pos: 15.5,-20.5 + - type: Transform + pos: 15.5,-20.5 parent: 34 - type: Transform - uid: 3383 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 34 - type: Transform - uid: 3385 components: - - pos: -51.5,-37.5 + - type: Transform + pos: -51.5,-37.5 parent: 34 - type: Transform - uid: 3390 components: - - pos: 17.5,-8.5 + - type: Transform + pos: 17.5,-8.5 parent: 34 - type: Transform - uid: 3393 components: - - pos: 15.5,-7.5 + - type: Transform + pos: 15.5,-7.5 parent: 34 - type: Transform - uid: 3394 components: - - pos: 17.5,-11.5 + - type: Transform + pos: 17.5,-11.5 parent: 34 - type: Transform - uid: 3395 components: - - pos: 18.5,-11.5 + - type: Transform + pos: 18.5,-11.5 parent: 34 - type: Transform - uid: 3396 components: - - pos: 19.5,-11.5 + - type: Transform + pos: 19.5,-11.5 parent: 34 - type: Transform - uid: 3409 components: - - pos: -11.5,-40.5 + - type: Transform + pos: -11.5,-40.5 parent: 34 - type: Transform - uid: 3411 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 34 - type: Transform - uid: 3412 components: - - pos: -11.5,-43.5 + - type: Transform + pos: -11.5,-43.5 parent: 34 - type: Transform - uid: 3413 components: - - pos: -11.5,-44.5 + - type: Transform + pos: -11.5,-44.5 parent: 34 - type: Transform - uid: 3449 components: - - pos: -55.5,-6.5 + - type: Transform + pos: -55.5,-6.5 parent: 34 - type: Transform - uid: 3450 components: - - pos: -57.5,-1.5 + - type: Transform + pos: -57.5,-1.5 parent: 34 - type: Transform - uid: 3452 components: - - pos: -57.5,1.5 + - type: Transform + pos: -57.5,1.5 parent: 34 - type: Transform - uid: 3455 components: - - pos: -56.5,-2.5 + - type: Transform + pos: -56.5,-2.5 parent: 34 - type: Transform - uid: 3456 components: - - pos: -55.5,-2.5 + - type: Transform + pos: -55.5,-2.5 parent: 34 - type: Transform - uid: 3457 components: - - pos: -55.5,-3.5 + - type: Transform + pos: -55.5,-3.5 parent: 34 - type: Transform - uid: 3465 components: - - pos: -57.5,2.5 + - type: Transform + pos: -57.5,2.5 parent: 34 - type: Transform - uid: 3466 components: - - pos: -57.5,3.5 + - type: Transform + pos: -57.5,3.5 parent: 34 - type: Transform - uid: 3468 components: - - pos: -51.5,9.5 + - type: Transform + pos: -51.5,9.5 parent: 34 - type: Transform - uid: 3469 components: - - pos: -50.5,9.5 + - type: Transform + pos: -50.5,9.5 parent: 34 - type: Transform - uid: 3470 components: - - pos: -55.5,9.5 + - type: Transform + pos: -55.5,9.5 parent: 34 - type: Transform - uid: 3472 components: - - pos: -50.5,8.5 + - type: Transform + pos: -50.5,8.5 parent: 34 - type: Transform - uid: 3476 components: - - pos: 21.5,-11.5 + - type: Transform + pos: 21.5,-11.5 parent: 34 - type: Transform - uid: 3480 components: - - pos: 20.5,2.5 + - type: Transform + pos: 20.5,2.5 parent: 34 - type: Transform - uid: 3481 components: - - pos: 20.5,1.5 + - type: Transform + pos: 20.5,1.5 parent: 34 - type: Transform - uid: 3485 components: - - pos: 23.5,-21.5 + - type: Transform + pos: 23.5,-21.5 parent: 34 - type: Transform - uid: 3486 components: - - pos: 22.5,-21.5 + - type: Transform + pos: 22.5,-21.5 parent: 34 - type: Transform - uid: 3487 components: - - pos: 20.5,-0.5 + - type: Transform + pos: 20.5,-0.5 parent: 34 - type: Transform - uid: 3488 components: - - pos: 20.5,-1.5 + - type: Transform + pos: 20.5,-1.5 parent: 34 - type: Transform - uid: 3489 components: - - pos: 19.5,-2.5 + - type: Transform + pos: 19.5,-2.5 parent: 34 - type: Transform - uid: 3490 components: - - pos: 20.5,-2.5 + - type: Transform + pos: 20.5,-2.5 parent: 34 - type: Transform - uid: 3491 components: - - pos: 18.5,-2.5 + - type: Transform + pos: 18.5,-2.5 parent: 34 - type: Transform - uid: 3492 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 34 - type: Transform - uid: 3493 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 34 - type: Transform - uid: 3495 components: - - pos: 21.5,-8.5 + - type: Transform + pos: 21.5,-8.5 parent: 34 - type: Transform - uid: 3496 components: - - pos: 19.5,-8.5 + - type: Transform + pos: 19.5,-8.5 parent: 34 - type: Transform - uid: 3498 components: - - pos: 18.5,-8.5 + - type: Transform + pos: 18.5,-8.5 parent: 34 - type: Transform - uid: 3499 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 34 - type: Transform - uid: 3505 components: - - pos: 15.5,-9.5 + - type: Transform + pos: 15.5,-9.5 parent: 34 - type: Transform - uid: 3520 components: - - pos: 21.5,-3.5 + - type: Transform + pos: 21.5,-3.5 parent: 34 - type: Transform - uid: 3522 components: - - pos: 21.5,-2.5 + - type: Transform + pos: 21.5,-2.5 parent: 34 - type: Transform - uid: 3523 components: - - pos: 28.5,-8.5 + - type: Transform + pos: 28.5,-8.5 parent: 34 - type: Transform - uid: 3524 components: - - pos: 27.5,-8.5 + - type: Transform + pos: 27.5,-8.5 parent: 34 - type: Transform - uid: 3527 components: - - pos: 24.5,-21.5 + - type: Transform + pos: 24.5,-21.5 parent: 34 - type: Transform - uid: 3528 components: - - pos: 25.5,-21.5 + - type: Transform + pos: 25.5,-21.5 parent: 34 - type: Transform - uid: 3529 components: - - pos: 26.5,-21.5 + - type: Transform + pos: 26.5,-21.5 parent: 34 - type: Transform - uid: 3530 components: - - pos: 27.5,-21.5 + - type: Transform + pos: 27.5,-21.5 parent: 34 - type: Transform - uid: 3538 components: - - pos: 20.5,-8.5 + - type: Transform + pos: 20.5,-8.5 parent: 34 - type: Transform - uid: 3541 components: - - pos: 26.5,-11.5 + - type: Transform + pos: 26.5,-11.5 parent: 34 - type: Transform - uid: 3542 components: - - pos: 26.5,-8.5 + - type: Transform + pos: 26.5,-8.5 parent: 34 - type: Transform - uid: 3547 components: - - pos: 30.5,-6.5 + - type: Transform + pos: 30.5,-6.5 parent: 34 - type: Transform - uid: 3548 components: - - pos: 30.5,-7.5 + - type: Transform + pos: 30.5,-7.5 parent: 34 - type: Transform - uid: 3550 components: - - pos: 29.5,-8.5 + - type: Transform + pos: 29.5,-8.5 parent: 34 - type: Transform - uid: 3551 components: - - pos: 30.5,-8.5 + - type: Transform + pos: 30.5,-8.5 parent: 34 - type: Transform - uid: 3552 components: - - pos: 26.5,-12.5 + - type: Transform + pos: 26.5,-12.5 parent: 34 - type: Transform - uid: 3555 components: - - pos: 28.5,-20.5 + - type: Transform + pos: 28.5,-20.5 parent: 34 - type: Transform - uid: 3557 components: - - pos: 31.5,-12.5 + - type: Transform + pos: 31.5,-12.5 parent: 34 - type: Transform - uid: 3600 components: - - pos: 31.5,-8.5 + - type: Transform + pos: 31.5,-8.5 parent: 34 - type: Transform - uid: 3601 components: - - pos: -19.5,-38.5 + - type: Transform + pos: -19.5,-38.5 parent: 34 - type: Transform - uid: 3647 components: - - pos: 23.5,6.5 + - type: Transform + pos: 23.5,6.5 parent: 34 - type: Transform - uid: 3648 components: - - pos: 25.5,2.5 + - type: Transform + pos: 25.5,2.5 parent: 34 - type: Transform - uid: 3650 components: - - pos: 24.5,-1.5 + - type: Transform + pos: 24.5,-1.5 parent: 34 - type: Transform - uid: 3651 components: - - pos: 24.5,2.5 + - type: Transform + pos: 24.5,2.5 parent: 34 - type: Transform - uid: 3653 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 34 - type: Transform - uid: 3654 components: - - pos: 25.5,3.5 + - type: Transform + pos: 25.5,3.5 parent: 34 - type: Transform - uid: 3655 components: - - pos: 25.5,4.5 + - type: Transform + pos: 25.5,4.5 parent: 34 - type: Transform - uid: 3656 components: - - pos: 25.5,5.5 + - type: Transform + pos: 25.5,5.5 parent: 34 - type: Transform - uid: 3657 components: - - pos: 25.5,6.5 + - type: Transform + pos: 25.5,6.5 parent: 34 - type: Transform - uid: 3658 components: - - pos: 31.5,2.5 + - type: Transform + pos: 31.5,2.5 parent: 34 - type: Transform - uid: 3659 components: - - pos: 31.5,3.5 + - type: Transform + pos: 31.5,3.5 parent: 34 - type: Transform - uid: 3660 components: - - pos: 31.5,4.5 + - type: Transform + pos: 31.5,4.5 parent: 34 - type: Transform - uid: 3661 components: - - pos: 31.5,5.5 + - type: Transform + pos: 31.5,5.5 parent: 34 - type: Transform - uid: 3662 components: - - pos: 31.5,6.5 + - type: Transform + pos: 31.5,6.5 parent: 34 - type: Transform - uid: 3663 components: - - pos: 30.5,2.5 + - type: Transform + pos: 30.5,2.5 parent: 34 - type: Transform - uid: 3664 components: - - pos: 30.5,3.5 + - type: Transform + pos: 30.5,3.5 parent: 34 - type: Transform - uid: 3665 components: - - pos: 30.5,4.5 + - type: Transform + pos: 30.5,4.5 parent: 34 - type: Transform - uid: 3666 components: - - pos: 30.5,5.5 + - type: Transform + pos: 30.5,5.5 parent: 34 - type: Transform - uid: 3667 components: - - pos: 30.5,6.5 + - type: Transform + pos: 30.5,6.5 parent: 34 - type: Transform - uid: 3668 components: - - pos: 27.5,6.5 + - type: Transform + pos: 27.5,6.5 parent: 34 - type: Transform - uid: 3669 components: - - pos: 26.5,6.5 + - type: Transform + pos: 26.5,6.5 parent: 34 - type: Transform - uid: 3670 components: - - pos: 28.5,6.5 + - type: Transform + pos: 28.5,6.5 parent: 34 - type: Transform - uid: 3671 components: - - pos: 28.5,5.5 + - type: Transform + pos: 28.5,5.5 parent: 34 - type: Transform - uid: 3672 components: - - pos: 30.5,-1.5 + - type: Transform + pos: 30.5,-1.5 parent: 34 - type: Transform - uid: 3676 components: - - pos: 27.5,5.5 + - type: Transform + pos: 27.5,5.5 parent: 34 - type: Transform - uid: 3677 components: - - pos: 26.5,5.5 + - type: Transform + pos: 26.5,5.5 parent: 34 - type: Transform - uid: 3678 components: - - pos: 29.5,6.5 + - type: Transform + pos: 29.5,6.5 parent: 34 - type: Transform - uid: 3679 components: - - pos: 29.5,5.5 + - type: Transform + pos: 29.5,5.5 parent: 34 - type: Transform - uid: 3703 components: - - pos: 31.5,-1.5 + - type: Transform + pos: 31.5,-1.5 parent: 34 - type: Transform - uid: 3704 components: - - pos: 31.5,-0.5 + - type: Transform + pos: 31.5,-0.5 parent: 34 - type: Transform - uid: 3705 components: - - pos: 31.5,0.5 + - type: Transform + pos: 31.5,0.5 parent: 34 - type: Transform - uid: 3706 components: - - pos: 31.5,1.5 + - type: Transform + pos: 31.5,1.5 parent: 34 - type: Transform - uid: 3735 components: - - pos: 23.5,2.5 + - type: Transform + pos: 23.5,2.5 parent: 34 - type: Transform - uid: 3792 components: - - pos: -16.5,-31.5 + - type: Transform + pos: -16.5,-31.5 parent: 34 - type: Transform - uid: 3820 components: - - pos: 10.5,-20.5 + - type: Transform + pos: 10.5,-20.5 parent: 34 - type: Transform - uid: 3846 components: - - pos: -21.5,-30.5 + - type: Transform + pos: -21.5,-30.5 parent: 34 - type: Transform - uid: 3848 components: - - pos: -15.5,-31.5 + - type: Transform + pos: -15.5,-31.5 parent: 34 - type: Transform - uid: 3863 components: - - pos: -19.5,-33.5 + - type: Transform + pos: -19.5,-33.5 parent: 34 - type: Transform - uid: 3881 components: - - pos: 23.5,-32.5 + - type: Transform + pos: 23.5,-32.5 parent: 34 - type: Transform - uid: 3882 components: - - pos: 23.5,-36.5 + - type: Transform + pos: 23.5,-36.5 parent: 34 - type: Transform - uid: 3883 components: - - pos: 23.5,-35.5 + - type: Transform + pos: 23.5,-35.5 parent: 34 - type: Transform - uid: 3884 components: - - pos: 23.5,-25.5 + - type: Transform + pos: 23.5,-25.5 parent: 34 - type: Transform - uid: 3885 components: - - pos: 23.5,-26.5 + - type: Transform + pos: 23.5,-26.5 parent: 34 - type: Transform - uid: 3886 components: - - pos: 23.5,-33.5 + - type: Transform + pos: 23.5,-33.5 parent: 34 - type: Transform - uid: 3888 components: - - pos: 24.5,-26.5 + - type: Transform + pos: 24.5,-26.5 parent: 34 - type: Transform - uid: 3889 components: - - pos: 25.5,-26.5 + - type: Transform + pos: 25.5,-26.5 parent: 34 - type: Transform - uid: 3890 components: - - pos: 26.5,-26.5 + - type: Transform + pos: 26.5,-26.5 parent: 34 - type: Transform - uid: 3891 components: - - pos: 27.5,-26.5 + - type: Transform + pos: 27.5,-26.5 parent: 34 - type: Transform - uid: 3947 components: - - pos: -11.5,-49.5 + - type: Transform + pos: -11.5,-49.5 parent: 34 - type: Transform - uid: 3948 components: - - pos: -10.5,-49.5 + - type: Transform + pos: -10.5,-49.5 parent: 34 - type: Transform - uid: 3958 components: - - pos: -4.5,-49.5 + - type: Transform + pos: -4.5,-49.5 parent: 34 - type: Transform - uid: 3959 components: - - pos: -5.5,-49.5 + - type: Transform + pos: -5.5,-49.5 parent: 34 - type: Transform - uid: 3963 components: - - pos: -6.5,-49.5 + - type: Transform + pos: -6.5,-49.5 parent: 34 - type: Transform - uid: 3981 components: - - pos: -19.5,-35.5 + - type: Transform + pos: -19.5,-35.5 parent: 34 - type: Transform - uid: 3985 components: - - pos: 13.5,-46.5 + - type: Transform + pos: 13.5,-46.5 parent: 34 - type: Transform - uid: 3986 components: - - pos: 14.5,-46.5 + - type: Transform + pos: 14.5,-46.5 parent: 34 - type: Transform - uid: 3988 components: - - pos: 18.5,-43.5 + - type: Transform + pos: 18.5,-43.5 parent: 34 - type: Transform - uid: 3990 components: - - pos: 17.5,-43.5 + - type: Transform + pos: 17.5,-43.5 parent: 34 - type: Transform - uid: 4006 components: - - pos: 23.5,-38.5 + - type: Transform + pos: 23.5,-38.5 parent: 34 - type: Transform - uid: 4007 components: - - pos: 23.5,-27.5 + - type: Transform + pos: 23.5,-27.5 parent: 34 - type: Transform - uid: 4008 components: - - pos: 23.5,-28.5 + - type: Transform + pos: 23.5,-28.5 parent: 34 - type: Transform - uid: 4009 components: - - pos: 23.5,-29.5 + - type: Transform + pos: 23.5,-29.5 parent: 34 - type: Transform - uid: 4010 components: - - pos: 23.5,-30.5 + - type: Transform + pos: 23.5,-30.5 parent: 34 - type: Transform - uid: 4012 components: - - pos: 28.5,-26.5 + - type: Transform + pos: 28.5,-26.5 parent: 34 - type: Transform - uid: 4016 components: - - pos: -2.5,-42.5 + - type: Transform + pos: -2.5,-42.5 parent: 34 - type: Transform - uid: 4018 components: - - pos: -4.5,-51.5 + - type: Transform + pos: -4.5,-51.5 parent: 34 - type: Transform - uid: 4019 components: - - pos: -0.5,-54.5 + - type: Transform + pos: -0.5,-54.5 parent: 34 - type: Transform - uid: 4020 components: - - pos: 7.5,-51.5 + - type: Transform + pos: 7.5,-51.5 parent: 34 - type: Transform - uid: 4021 components: - - pos: 7.5,-50.5 + - type: Transform + pos: 7.5,-50.5 parent: 34 - type: Transform - uid: 4024 components: - - pos: 3.5,-51.5 + - type: Transform + pos: 3.5,-51.5 parent: 34 - type: Transform - uid: 4025 components: - - pos: -0.5,-51.5 + - type: Transform + pos: -0.5,-51.5 parent: 34 - type: Transform - uid: 4026 components: - - pos: -0.5,-53.5 + - type: Transform + pos: -0.5,-53.5 parent: 34 - type: Transform - uid: 4027 components: - - pos: -0.5,-52.5 + - type: Transform + pos: -0.5,-52.5 parent: 34 - type: Transform - uid: 4028 components: - - pos: 3.5,-52.5 + - type: Transform + pos: 3.5,-52.5 parent: 34 - type: Transform - uid: 4073 components: - - pos: 3.5,-53.5 + - type: Transform + pos: 3.5,-53.5 parent: 34 - type: Transform - uid: 4074 components: - - pos: 3.5,-54.5 + - type: Transform + pos: 3.5,-54.5 parent: 34 - type: Transform - uid: 4080 components: - - pos: -49.5,-29.5 + - type: Transform + pos: -49.5,-29.5 parent: 34 - type: Transform - uid: 4130 components: - - pos: 8.5,-49.5 + - type: Transform + pos: 8.5,-49.5 parent: 34 - type: Transform - uid: 4131 components: - - pos: 9.5,-49.5 + - type: Transform + pos: 9.5,-49.5 parent: 34 - type: Transform - uid: 4132 components: - - pos: 7.5,-49.5 + - type: Transform + pos: 7.5,-49.5 parent: 34 - type: Transform - uid: 4133 components: - - pos: 10.5,-46.5 + - type: Transform + pos: 10.5,-46.5 parent: 34 - type: Transform - uid: 4135 components: - - pos: -49.5,-30.5 + - type: Transform + pos: -49.5,-30.5 parent: 34 - type: Transform - uid: 4138 components: - - pos: 33.5,-8.5 + - type: Transform + pos: 33.5,-8.5 parent: 34 - type: Transform - uid: 4140 components: - - pos: 34.5,-5.5 + - type: Transform + pos: 34.5,-5.5 parent: 34 - type: Transform - uid: 4147 components: - - pos: 19.5,-44.5 + - type: Transform + pos: 19.5,-44.5 parent: 34 - type: Transform - uid: 4149 components: - - pos: 31.5,-18.5 + - type: Transform + pos: 31.5,-18.5 parent: 34 - type: Transform - uid: 4151 components: - - pos: 31.5,-15.5 + - type: Transform + pos: 31.5,-15.5 parent: 34 - type: Transform - uid: 4152 components: - - pos: 31.5,-16.5 + - type: Transform + pos: 31.5,-16.5 parent: 34 - type: Transform - uid: 4154 components: - - pos: 38.5,-15.5 + - type: Transform + pos: 38.5,-15.5 parent: 34 - type: Transform - uid: 4155 components: - - pos: 34.5,-15.5 + - type: Transform + pos: 34.5,-15.5 parent: 34 - type: Transform - uid: 4158 components: - - pos: 34.5,-12.5 + - type: Transform + pos: 34.5,-12.5 parent: 34 - type: Transform - uid: 4165 components: - - pos: 34.5,-1.5 + - type: Transform + pos: 34.5,-1.5 parent: 34 - type: Transform - uid: 4167 components: - - pos: 30.5,-5.5 + - type: Transform + pos: 30.5,-5.5 parent: 34 - type: Transform - uid: 4172 components: - - pos: 34.5,-18.5 + - type: Transform + pos: 34.5,-18.5 parent: 34 - type: Transform - uid: 4260 components: - - pos: 29.5,-30.5 + - type: Transform + pos: 29.5,-30.5 parent: 34 - type: Transform - uid: 4261 components: - - pos: 28.5,-30.5 + - type: Transform + pos: 28.5,-30.5 parent: 34 - type: Transform - uid: 4262 components: - - pos: 28.5,-27.5 + - type: Transform + pos: 28.5,-27.5 parent: 34 - type: Transform - uid: 4265 components: - - pos: 24.5,-30.5 + - type: Transform + pos: 24.5,-30.5 parent: 34 - type: Transform - uid: 4266 components: - - pos: 27.5,-30.5 + - type: Transform + pos: 27.5,-30.5 parent: 34 - type: Transform - uid: 4270 components: - - pos: 28.5,-29.5 + - type: Transform + pos: 28.5,-29.5 parent: 34 - type: Transform - uid: 4291 components: - - pos: 29.5,-36.5 + - type: Transform + pos: 29.5,-36.5 parent: 34 - type: Transform - uid: 4292 components: - - pos: 30.5,-30.5 + - type: Transform + pos: 30.5,-30.5 parent: 34 - type: Transform - uid: 4294 components: - - pos: 33.5,-30.5 + - type: Transform + pos: 33.5,-30.5 parent: 34 - type: Transform - uid: 4295 components: - - pos: 34.5,-30.5 + - type: Transform + pos: 34.5,-30.5 parent: 34 - type: Transform - uid: 4296 components: - - pos: 34.5,-27.5 + - type: Transform + pos: 34.5,-27.5 parent: 34 - type: Transform - uid: 4297 components: - - pos: 34.5,-29.5 + - type: Transform + pos: 34.5,-29.5 parent: 34 - type: Transform - uid: 4298 components: - - pos: 35.5,-26.5 + - type: Transform + pos: 35.5,-26.5 parent: 34 - type: Transform - uid: 4300 components: - - pos: 35.5,-30.5 + - type: Transform + pos: 35.5,-30.5 parent: 34 - type: Transform - uid: 4301 components: - - pos: 36.5,-30.5 + - type: Transform + pos: 36.5,-30.5 parent: 34 - type: Transform - uid: 4302 components: - - pos: 37.5,-30.5 + - type: Transform + pos: 37.5,-30.5 parent: 34 - type: Transform - uid: 4303 components: - - pos: 38.5,-30.5 + - type: Transform + pos: 38.5,-30.5 parent: 34 - type: Transform - uid: 4304 components: - - pos: 37.5,-26.5 + - type: Transform + pos: 37.5,-26.5 parent: 34 - type: Transform - uid: 4305 components: - - pos: 38.5,-26.5 + - type: Transform + pos: 38.5,-26.5 parent: 34 - type: Transform - uid: 4306 components: - - pos: 38.5,-27.5 + - type: Transform + pos: 38.5,-27.5 parent: 34 - type: Transform - uid: 4307 components: - - pos: 38.5,-28.5 + - type: Transform + pos: 38.5,-28.5 parent: 34 - type: Transform - uid: 4308 components: - - pos: 38.5,-29.5 + - type: Transform + pos: 38.5,-29.5 parent: 34 - type: Transform - uid: 4337 components: - - pos: 41.5,-37.5 + - type: Transform + pos: 41.5,-37.5 parent: 34 - type: Transform - uid: 4338 components: - - pos: 42.5,-37.5 + - type: Transform + pos: 42.5,-37.5 parent: 34 - type: Transform - uid: 4345 components: - - pos: 42.5,-30.5 - parent: 34 - type: Transform - - uid: 4346 - components: - - pos: 41.5,-30.5 + - type: Transform + pos: 42.5,-30.5 parent: 34 - type: Transform - uid: 4347 components: - - pos: 40.5,-30.5 + - type: Transform + pos: 40.5,-30.5 parent: 34 - type: Transform - uid: 4348 components: - - pos: 39.5,-30.5 + - type: Transform + pos: 39.5,-30.5 parent: 34 - type: Transform - uid: 4379 components: - - pos: 29.5,-37.5 + - type: Transform + pos: 29.5,-37.5 parent: 34 - type: Transform - uid: 4381 components: - - pos: 28.5,-38.5 + - type: Transform + pos: 28.5,-38.5 parent: 34 - type: Transform - uid: 4383 components: - - pos: 34.5,-38.5 + - type: Transform + pos: 34.5,-38.5 parent: 34 - type: Transform - uid: 4384 components: - - pos: 33.5,-38.5 + - type: Transform + pos: 33.5,-38.5 parent: 34 - type: Transform - uid: 4385 components: - - pos: 30.5,-38.5 + - type: Transform + pos: 30.5,-38.5 parent: 34 - type: Transform - uid: 4386 components: - - pos: 39.5,-42.5 + - type: Transform + pos: 39.5,-42.5 parent: 34 - type: Transform - uid: 4387 components: - - pos: 32.5,-38.5 + - type: Transform + pos: 32.5,-38.5 parent: 34 - type: Transform - uid: 4389 components: - - pos: 27.5,-38.5 + - type: Transform + pos: 27.5,-38.5 parent: 34 - type: Transform - uid: 4390 components: - - pos: 26.5,-38.5 + - type: Transform + pos: 26.5,-38.5 parent: 34 - type: Transform - uid: 4391 components: - - pos: 25.5,-38.5 + - type: Transform + pos: 25.5,-38.5 parent: 34 - type: Transform - uid: 4392 components: - - pos: 24.5,-38.5 + - type: Transform + pos: 24.5,-38.5 parent: 34 - type: Transform - uid: 4417 components: - - pos: 35.5,-5.5 + - type: Transform + pos: 35.5,-5.5 parent: 34 - type: Transform - uid: 4419 components: - - pos: -19.5,-37.5 + - type: Transform + pos: -19.5,-37.5 parent: 34 - type: Transform - uid: 4421 components: - - pos: 35.5,-1.5 + - type: Transform + pos: 35.5,-1.5 parent: 34 - type: Transform - uid: 4422 components: - - pos: 37.5,-5.5 + - type: Transform + pos: 37.5,-5.5 parent: 34 - type: Transform - uid: 4423 components: - - pos: 35.5,-0.5 + - type: Transform + pos: 35.5,-0.5 parent: 34 - type: Transform - uid: 4424 components: - - pos: 35.5,-6.5 + - type: Transform + pos: 35.5,-6.5 parent: 34 - type: Transform - uid: 4425 components: - - pos: 32.5,-0.5 + - type: Transform + pos: 32.5,-0.5 parent: 34 - type: Transform - uid: 4427 components: - - pos: 37.5,-1.5 + - type: Transform + pos: 37.5,-1.5 parent: 34 - type: Transform - uid: 4428 components: - - pos: 36.5,-1.5 + - type: Transform + pos: 36.5,-1.5 parent: 34 - type: Transform - uid: 4429 components: - - pos: 33.5,-12.5 + - type: Transform + pos: 33.5,-12.5 parent: 34 - type: Transform - uid: 4446 components: - - pos: -18.5,-28.5 + - type: Transform + pos: -18.5,-28.5 parent: 34 - type: Transform - uid: 4471 components: - - pos: 40.5,-42.5 + - type: Transform + pos: 40.5,-42.5 parent: 34 - type: Transform - uid: 4472 components: - - pos: 41.5,-42.5 + - type: Transform + pos: 41.5,-42.5 parent: 34 - type: Transform - uid: 4477 components: - - pos: 34.5,-41.5 + - type: Transform + pos: 34.5,-41.5 parent: 34 - type: Transform - uid: 4478 components: - - pos: 33.5,-41.5 + - type: Transform + pos: 33.5,-41.5 parent: 34 - type: Transform - uid: 4479 components: - - pos: 32.5,-41.5 + - type: Transform + pos: 32.5,-41.5 parent: 34 - type: Transform - uid: 4480 components: - - pos: 31.5,-41.5 + - type: Transform + pos: 31.5,-41.5 parent: 34 - type: Transform - uid: 4481 components: - - pos: 31.5,-42.5 + - type: Transform + pos: 31.5,-42.5 parent: 34 - type: Transform - uid: 4484 components: - - pos: 28.5,-42.5 + - type: Transform + pos: 28.5,-42.5 parent: 34 - type: Transform - uid: 4485 components: - - pos: 27.5,-43.5 + - type: Transform + pos: 27.5,-43.5 parent: 34 - type: Transform - uid: 4486 components: - - pos: 27.5,-42.5 + - type: Transform + pos: 27.5,-42.5 parent: 34 - type: Transform - uid: 4487 components: - - pos: 26.5,-43.5 + - type: Transform + pos: 26.5,-43.5 parent: 34 - type: Transform - uid: 4488 components: - - pos: 25.5,-43.5 + - type: Transform + pos: 25.5,-43.5 parent: 34 - type: Transform - uid: 4489 components: - - pos: 24.5,-43.5 + - type: Transform + pos: 24.5,-43.5 parent: 34 - type: Transform - uid: 4490 components: - - pos: 23.5,-43.5 + - type: Transform + pos: 23.5,-43.5 parent: 34 - type: Transform - uid: 4495 components: - - pos: 23.5,-44.5 + - type: Transform + pos: 23.5,-44.5 parent: 34 - type: Transform - uid: 4500 components: - - pos: 21.5,2.5 + - type: Transform + pos: 21.5,2.5 parent: 34 - type: Transform - uid: 4501 components: - - pos: 34.5,-0.5 + - type: Transform + pos: 34.5,-0.5 parent: 34 - type: Transform - uid: 4508 components: - - pos: 35.5,-7.5 + - type: Transform + pos: 35.5,-7.5 parent: 34 - type: Transform - uid: 4515 components: - - pos: -28.5,-40.5 + - type: Transform + pos: -28.5,-40.5 parent: 34 - type: Transform - uid: 4521 components: - - pos: 35.5,0.5 + - type: Transform + pos: 35.5,0.5 parent: 34 - type: Transform - uid: 4522 components: - - pos: 35.5,1.5 + - type: Transform + pos: 35.5,1.5 parent: 34 - type: Transform - uid: 4523 components: - - pos: 35.5,2.5 + - type: Transform + pos: 35.5,2.5 parent: 34 - type: Transform - uid: 4524 components: - - pos: 35.5,3.5 + - type: Transform + pos: 35.5,3.5 parent: 34 - type: Transform - uid: 4525 components: - - pos: 35.5,4.5 + - type: Transform + pos: 35.5,4.5 parent: 34 - type: Transform - uid: 4526 components: - - pos: 35.5,5.5 + - type: Transform + pos: 35.5,5.5 parent: 34 - type: Transform - uid: 4527 components: - - pos: 35.5,6.5 + - type: Transform + pos: 35.5,6.5 parent: 34 - type: Transform - uid: 4534 components: - - pos: 38.5,-11.5 + - type: Transform + pos: 38.5,-11.5 parent: 34 - type: Transform - uid: 4538 components: - - pos: 38.5,-14.5 + - type: Transform + pos: 38.5,-14.5 parent: 34 - type: Transform - uid: 4546 components: - - pos: 46.5,-5.5 + - type: Transform + pos: 46.5,-5.5 parent: 34 - type: Transform - uid: 4566 components: - - pos: -22.5,-38.5 + - type: Transform + pos: -22.5,-38.5 parent: 34 - type: Transform - uid: 4573 components: - - pos: -20.5,-38.5 + - type: Transform + pos: -20.5,-38.5 parent: 34 - type: Transform - uid: 4582 components: - - pos: 40.5,-1.5 + - type: Transform + pos: 40.5,-1.5 parent: 34 - type: Transform - uid: 4583 components: - - pos: 40.5,-0.5 + - type: Transform + pos: 40.5,-0.5 parent: 34 - type: Transform - uid: 4584 components: - - pos: 40.5,0.5 + - type: Transform + pos: 40.5,0.5 parent: 34 - type: Transform - uid: 4585 components: - - pos: 40.5,1.5 + - type: Transform + pos: 40.5,1.5 parent: 34 - type: Transform - uid: 4586 components: - - pos: 40.5,2.5 + - type: Transform + pos: 40.5,2.5 parent: 34 - type: Transform - uid: 4587 components: - - pos: 39.5,2.5 + - type: Transform + pos: 39.5,2.5 parent: 34 - type: Transform - uid: 4589 components: - - pos: 37.5,2.5 + - type: Transform + pos: 37.5,2.5 parent: 34 - type: Transform - uid: 4590 components: - - pos: 36.5,2.5 + - type: Transform + pos: 36.5,2.5 parent: 34 - type: Transform - uid: 4602 components: - - pos: 47.5,-5.5 + - type: Transform + pos: 47.5,-5.5 parent: 34 - type: Transform - uid: 4603 components: - - pos: 48.5,-5.5 + - type: Transform + pos: 48.5,-5.5 parent: 34 - type: Transform - uid: 4604 components: - - pos: -22.5,-30.5 + - type: Transform + pos: -22.5,-30.5 parent: 34 - type: Transform - uid: 4611 components: - - pos: 48.5,2.5 + - type: Transform + pos: 48.5,2.5 parent: 34 - type: Transform - uid: 4612 components: - - pos: 47.5,2.5 + - type: Transform + pos: 47.5,2.5 parent: 34 - type: Transform - uid: 4613 components: - - pos: 46.5,2.5 + - type: Transform + pos: 46.5,2.5 parent: 34 - type: Transform - uid: 4614 components: - - pos: 46.5,3.5 + - type: Transform + pos: 46.5,3.5 parent: 34 - type: Transform - uid: 4617 components: - - pos: 46.5,6.5 + - type: Transform + pos: 46.5,6.5 parent: 34 - type: Transform - uid: 4618 components: - - pos: 46.5,7.5 + - type: Transform + pos: 46.5,7.5 parent: 34 - type: Transform - uid: 4619 components: - - pos: 45.5,7.5 + - type: Transform + pos: 45.5,7.5 parent: 34 - type: Transform - uid: 4622 components: - - pos: 42.5,7.5 + - type: Transform + pos: 42.5,7.5 parent: 34 - type: Transform - uid: 4623 components: - - pos: 41.5,7.5 + - type: Transform + pos: 41.5,7.5 parent: 34 - type: Transform - uid: 4624 components: - - pos: 40.5,7.5 + - type: Transform + pos: 40.5,7.5 parent: 34 - type: Transform - uid: 4628 components: - - pos: 36.5,7.5 + - type: Transform + pos: 36.5,7.5 parent: 34 - type: Transform - uid: 4629 components: - - pos: 35.5,7.5 + - type: Transform + pos: 35.5,7.5 parent: 34 - type: Transform - uid: 4630 components: - - pos: 34.5,7.5 + - type: Transform + pos: 34.5,7.5 parent: 34 - type: Transform - uid: 4638 components: - - pos: 34.5,-11.5 + - type: Transform + pos: 34.5,-11.5 parent: 34 - type: Transform - uid: 4639 components: - - pos: 34.5,-10.5 + - type: Transform + pos: 34.5,-10.5 parent: 34 - type: Transform - uid: 4640 components: - - pos: 51.5,-4.5 + - type: Transform + pos: 51.5,-4.5 parent: 34 - type: Transform - uid: 4641 components: - - pos: 50.5,2.5 + - type: Transform + pos: 50.5,2.5 parent: 34 - type: Transform - uid: 4643 components: - - pos: 51.5,1.5 + - type: Transform + pos: 51.5,1.5 parent: 34 - type: Transform - uid: 4645 components: - - pos: 49.5,2.5 + - type: Transform + pos: 49.5,2.5 parent: 34 - type: Transform - uid: 4647 components: - - pos: 51.5,2.5 + - type: Transform + pos: 51.5,2.5 parent: 34 - type: Transform - uid: 4649 components: - - pos: 38.5,-19.5 + - type: Transform + pos: 38.5,-19.5 parent: 34 - type: Transform - uid: 4653 components: - - pos: 49.5,-5.5 + - type: Transform + pos: 49.5,-5.5 parent: 34 - type: Transform - uid: 4751 components: - - pos: -18.5,-32.5 + - type: Transform + pos: -18.5,-32.5 parent: 34 - type: Transform - uid: 4754 components: - - pos: 46.5,-4.5 + - type: Transform + pos: 46.5,-4.5 parent: 34 - type: Transform - uid: 4765 components: - - pos: 46.5,-11.5 + - type: Transform + pos: 46.5,-11.5 parent: 34 - type: Transform - uid: 4861 components: - - pos: 32.5,-12.5 + - type: Transform + pos: 32.5,-12.5 parent: 34 - type: Transform - uid: 4862 components: - - pos: 40.5,-20.5 + - type: Transform + pos: 40.5,-20.5 parent: 34 - type: Transform - uid: 4863 components: - - pos: 37.5,-17.5 + - type: Transform + pos: 37.5,-17.5 parent: 34 - type: Transform - uid: 4871 components: - - pos: 42.5,-15.5 + - type: Transform + pos: 42.5,-15.5 parent: 34 - type: Transform - uid: 4877 components: - - pos: 29.5,-20.5 + - type: Transform + pos: 29.5,-20.5 parent: 34 - type: Transform - uid: 4878 components: - - pos: 30.5,-20.5 + - type: Transform + pos: 30.5,-20.5 parent: 34 - type: Transform - uid: 4879 components: - - pos: 31.5,-20.5 + - type: Transform + pos: 31.5,-20.5 parent: 34 - type: Transform - uid: 4897 components: - - pos: 31.5,-19.5 + - type: Transform + pos: 31.5,-19.5 parent: 34 - type: Transform - uid: 4898 components: - - pos: 35.5,-20.5 + - type: Transform + pos: 35.5,-20.5 parent: 34 - type: Transform - uid: 4899 components: - - pos: 34.5,-19.5 + - type: Transform + pos: 34.5,-19.5 parent: 34 - type: Transform - uid: 4949 components: - - pos: 38.5,-17.5 + - type: Transform + pos: 38.5,-17.5 parent: 34 - type: Transform - uid: 4950 components: - - pos: 38.5,-18.5 + - type: Transform + pos: 38.5,-18.5 parent: 34 - type: Transform - uid: 4958 components: - - pos: 32.5,-15.5 + - type: Transform + pos: 32.5,-15.5 parent: 34 - type: Transform - uid: 4959 components: - - pos: 34.5,8.5 + - type: Transform + pos: 34.5,8.5 parent: 34 - type: Transform - uid: 4960 components: - - pos: 34.5,9.5 + - type: Transform + pos: 34.5,9.5 parent: 34 - type: Transform - uid: 4961 components: - - pos: 33.5,9.5 + - type: Transform + pos: 33.5,9.5 parent: 34 - type: Transform - uid: 4964 components: - - pos: 30.5,9.5 + - type: Transform + pos: 30.5,9.5 parent: 34 - type: Transform - uid: 4965 components: - - pos: 29.5,9.5 + - type: Transform + pos: 29.5,9.5 parent: 34 - type: Transform - uid: 4968 components: - - pos: 24.5,13.5 + - type: Transform + pos: 24.5,13.5 parent: 34 - type: Transform - uid: 4974 components: - - pos: 21.5,4.5 + - type: Transform + pos: 21.5,4.5 parent: 34 - type: Transform - uid: 4975 components: - - pos: 21.5,3.5 + - type: Transform + pos: 21.5,3.5 parent: 34 - type: Transform - uid: 4976 components: - - pos: 21.5,6.5 + - type: Transform + pos: 21.5,6.5 parent: 34 - type: Transform - uid: 4977 components: - - pos: 21.5,5.5 + - type: Transform + pos: 21.5,5.5 parent: 34 - type: Transform - uid: 4978 components: - - pos: -58.5,-3.5 + - type: Transform + pos: -58.5,-3.5 parent: 34 - type: Transform - uid: 4985 components: - - pos: 18.5,10.5 + - type: Transform + pos: 18.5,10.5 parent: 34 - type: Transform - uid: 4986 components: - - pos: 17.5,10.5 + - type: Transform + pos: 17.5,10.5 parent: 34 - type: Transform - uid: 4987 components: - - pos: 16.5,10.5 + - type: Transform + pos: 16.5,10.5 parent: 34 - type: Transform - uid: 4993 components: - - pos: 15.5,10.5 + - type: Transform + pos: 15.5,10.5 parent: 34 - type: Transform - uid: 4994 components: - - pos: -58.5,-2.5 + - type: Transform + pos: -58.5,-2.5 parent: 34 - type: Transform - uid: 4995 components: - - pos: -57.5,-2.5 + - type: Transform + pos: -57.5,-2.5 parent: 34 - type: Transform - uid: 4996 components: - - pos: -58.5,4.5 + - type: Transform + pos: -58.5,4.5 parent: 34 - type: Transform - uid: 4997 components: - - pos: -58.5,3.5 + - type: Transform + pos: -58.5,3.5 parent: 34 - type: Transform - uid: 5009 components: - - pos: 34.5,-20.5 + - type: Transform + pos: 34.5,-20.5 parent: 34 - type: Transform - uid: 5010 components: - - pos: 36.5,-20.5 + - type: Transform + pos: 36.5,-20.5 parent: 34 - type: Transform - uid: 5012 components: - - pos: 37.5,-20.5 + - type: Transform + pos: 37.5,-20.5 parent: 34 - type: Transform - uid: 5013 components: - - pos: 38.5,-20.5 + - type: Transform + pos: 38.5,-20.5 parent: 34 - type: Transform - uid: 5016 components: - - pos: 38.5,-22.5 + - type: Transform + pos: 38.5,-22.5 parent: 34 - type: Transform - uid: 5017 components: - - pos: 38.5,-24.5 + - type: Transform + pos: 38.5,-24.5 parent: 34 - type: Transform - uid: 5018 components: - - pos: 40.5,-22.5 + - type: Transform + pos: 40.5,-22.5 parent: 34 - type: Transform - uid: 5019 components: - - pos: 40.5,-24.5 + - type: Transform + pos: 40.5,-24.5 parent: 34 - type: Transform - uid: 5020 components: - - pos: 39.5,-24.5 + - type: Transform + pos: 39.5,-24.5 parent: 34 - type: Transform - uid: 5021 components: - - pos: 39.5,-22.5 + - type: Transform + pos: 39.5,-22.5 parent: 34 - type: Transform - uid: 5059 components: - - pos: -48.5,8.5 + - type: Transform + pos: -48.5,8.5 parent: 34 - type: Transform - uid: 5060 components: - - pos: -58.5,5.5 + - type: Transform + pos: -58.5,5.5 parent: 34 - type: Transform - uid: 5139 components: - - pos: 19.5,-45.5 + - type: Transform + pos: 19.5,-45.5 parent: 34 - type: Transform - uid: 5206 components: - - pos: 29.5,-32.5 + - type: Transform + pos: 29.5,-32.5 parent: 34 - type: Transform - uid: 5254 components: - - pos: 3.5,-55.5 + - type: Transform + pos: 3.5,-55.5 parent: 34 - type: Transform - uid: 5255 components: - - pos: 7.5,-55.5 + - type: Transform + pos: 7.5,-55.5 parent: 34 - type: Transform - uid: 5256 components: - - pos: -0.5,-55.5 + - type: Transform + pos: -0.5,-55.5 parent: 34 - type: Transform - uid: 5257 components: - - pos: -4.5,-55.5 + - type: Transform + pos: -4.5,-55.5 parent: 34 - type: Transform - uid: 5268 components: - - pos: 31.5,-9.5 + - type: Transform + pos: 31.5,-9.5 parent: 34 - type: Transform - uid: 5280 components: - - pos: 13.5,-49.5 + - type: Transform + pos: 13.5,-49.5 parent: 34 - type: Transform - uid: 5283 components: - - pos: 13.5,-47.5 + - type: Transform + pos: 13.5,-47.5 parent: 34 - type: Transform - uid: 5303 components: - - pos: 37.5,-43.5 + - type: Transform + pos: 37.5,-43.5 parent: 34 - type: Transform - uid: 5396 components: - - pos: 27.5,-46.5 + - type: Transform + pos: 27.5,-46.5 parent: 34 - type: Transform - uid: 5412 components: - - pos: 34.5,-42.5 + - type: Transform + pos: 34.5,-42.5 parent: 34 - type: Transform - uid: 5420 components: - - pos: 34.5,-46.5 + - type: Transform + pos: 34.5,-46.5 parent: 34 - type: Transform - uid: 5483 components: - - pos: 37.5,-46.5 + - type: Transform + pos: 37.5,-46.5 parent: 34 - type: Transform - uid: 5489 components: - - pos: 37.5,-44.5 + - type: Transform + pos: 37.5,-44.5 parent: 34 - type: Transform - uid: 5490 components: - - pos: 37.5,-45.5 + - type: Transform + pos: 37.5,-45.5 parent: 34 - type: Transform - uid: 5491 components: - - pos: 35.5,-42.5 + - type: Transform + pos: 35.5,-42.5 parent: 34 - type: Transform - uid: 5492 components: - - pos: 36.5,-42.5 + - type: Transform + pos: 36.5,-42.5 parent: 34 - type: Transform - uid: 5493 components: - - pos: 37.5,-42.5 + - type: Transform + pos: 37.5,-42.5 parent: 34 - type: Transform - uid: 5494 components: - - pos: 38.5,-42.5 + - type: Transform + pos: 38.5,-42.5 parent: 34 - type: Transform - uid: 5497 components: - - pos: 34.5,-39.5 + - type: Transform + pos: 34.5,-39.5 parent: 34 - type: Transform - uid: 5576 components: - - pos: -28.5,5.5 + - type: Transform + pos: -28.5,5.5 parent: 34 - type: Transform - uid: 5577 components: - - pos: -28.5,6.5 + - type: Transform + pos: -28.5,6.5 parent: 34 - type: Transform - uid: 5597 components: - - pos: -23.5,1.5 + - type: Transform + pos: -23.5,1.5 parent: 34 - type: Transform - uid: 5598 components: - - pos: -27.5,1.5 + - type: Transform + pos: -27.5,1.5 parent: 34 - type: Transform - uid: 5604 components: - - pos: -19.5,6.5 + - type: Transform + pos: -19.5,6.5 parent: 34 - type: Transform - uid: 5605 components: - - pos: -24.5,6.5 + - type: Transform + pos: -24.5,6.5 parent: 34 - type: Transform - uid: 5607 components: - - pos: -27.5,6.5 + - type: Transform + pos: -27.5,6.5 parent: 34 - type: Transform - uid: 5608 components: - - pos: -27.5,9.5 + - type: Transform + pos: -27.5,9.5 parent: 34 - type: Transform - uid: 5609 components: - - pos: -24.5,9.5 + - type: Transform + pos: -24.5,9.5 parent: 34 - type: Transform - uid: 5615 components: - - pos: -26.5,9.5 + - type: Transform + pos: -26.5,9.5 parent: 34 - type: Transform - uid: 5616 components: - - pos: -25.5,9.5 + - type: Transform + pos: -25.5,9.5 parent: 34 - type: Transform - uid: 5631 components: - - pos: -43.5,7.5 + - type: Transform + pos: -43.5,7.5 parent: 34 - type: Transform - uid: 5834 components: - - pos: -33.5,6.5 + - type: Transform + pos: -33.5,6.5 parent: 34 - type: Transform - uid: 5835 components: - - pos: -33.5,5.5 + - type: Transform + pos: -33.5,5.5 parent: 34 - type: Transform - uid: 5836 components: - - pos: -34.5,6.5 + - type: Transform + pos: -34.5,6.5 parent: 34 - type: Transform - uid: 5837 components: - - pos: -35.5,6.5 + - type: Transform + pos: -35.5,6.5 parent: 34 - type: Transform - uid: 5838 components: - - pos: -36.5,6.5 + - type: Transform + pos: -36.5,6.5 parent: 34 - type: Transform - uid: 5839 components: - - pos: -37.5,6.5 + - type: Transform + pos: -37.5,6.5 parent: 34 - type: Transform - uid: 5840 components: - - pos: -38.5,6.5 + - type: Transform + pos: -38.5,6.5 parent: 34 - type: Transform - uid: 5841 components: - - pos: -39.5,6.5 + - type: Transform + pos: -39.5,6.5 parent: 34 - type: Transform - uid: 5842 components: - - pos: -40.5,6.5 + - type: Transform + pos: -40.5,6.5 parent: 34 - type: Transform - uid: 5865 components: - - pos: -43.5,6.5 + - type: Transform + pos: -43.5,6.5 parent: 34 - type: Transform - uid: 5866 components: - - pos: -42.5,6.5 + - type: Transform + pos: -42.5,6.5 parent: 34 - type: Transform - uid: 5868 components: - - pos: -48.5,7.5 + - type: Transform + pos: -48.5,7.5 parent: 34 - type: Transform - uid: 5869 components: - - pos: -58.5,6.5 + - type: Transform + pos: -58.5,6.5 parent: 34 - type: Transform - uid: 5870 components: - - pos: -58.5,7.5 + - type: Transform + pos: -58.5,7.5 parent: 34 - type: Transform - uid: 5871 components: - - pos: -57.5,8.5 + - type: Transform + pos: -57.5,8.5 parent: 34 - type: Transform - uid: 5872 components: - - pos: -57.5,9.5 + - type: Transform + pos: -57.5,9.5 parent: 34 - type: Transform - uid: 5873 components: - - pos: -56.5,9.5 + - type: Transform + pos: -56.5,9.5 parent: 34 - type: Transform - uid: 5874 components: - - pos: -58.5,8.5 + - type: Transform + pos: -58.5,8.5 parent: 34 - type: Transform - uid: 5914 components: - - pos: -43.5,8.5 + - type: Transform + pos: -43.5,8.5 parent: 34 - type: Transform - uid: 5973 components: - - pos: 46.5,-20.5 + - type: Transform + pos: 46.5,-20.5 parent: 34 - type: Transform - uid: 5974 components: - - pos: 47.5,-20.5 + - type: Transform + pos: 47.5,-20.5 parent: 34 - type: Transform - uid: 5975 components: - - pos: 48.5,-20.5 + - type: Transform + pos: 48.5,-20.5 parent: 34 - type: Transform - uid: 5976 components: - - pos: 49.5,-20.5 + - type: Transform + pos: 49.5,-20.5 parent: 34 - type: Transform - uid: 5977 components: - - pos: 50.5,-20.5 + - type: Transform + pos: 50.5,-20.5 parent: 34 - type: Transform - uid: 5978 components: - - pos: 51.5,-20.5 + - type: Transform + pos: 51.5,-20.5 parent: 34 - type: Transform - uid: 5979 components: - - pos: 52.5,-20.5 + - type: Transform + pos: 52.5,-20.5 parent: 34 - type: Transform - uid: 5980 components: - - pos: 46.5,-21.5 + - type: Transform + pos: 46.5,-21.5 parent: 34 - type: Transform - uid: 5981 components: - - pos: 46.5,-25.5 + - type: Transform + pos: 46.5,-25.5 parent: 34 - type: Transform - uid: 5982 components: - - pos: 46.5,-26.5 + - type: Transform + pos: 46.5,-26.5 parent: 34 - type: Transform - uid: 5983 components: - - pos: 47.5,-26.5 + - type: Transform + pos: 47.5,-26.5 parent: 34 - type: Transform - uid: 5984 components: - - pos: 48.5,-26.5 + - type: Transform + pos: 48.5,-26.5 parent: 34 - type: Transform - uid: 5985 components: - - pos: 49.5,-26.5 + - type: Transform + pos: 49.5,-26.5 parent: 34 - type: Transform - uid: 5986 components: - - pos: 50.5,-26.5 + - type: Transform + pos: 50.5,-26.5 parent: 34 - type: Transform - uid: 5987 components: - - pos: 51.5,-26.5 + - type: Transform + pos: 51.5,-26.5 parent: 34 - type: Transform - uid: 5988 components: - - pos: 52.5,-26.5 + - type: Transform + pos: 52.5,-26.5 parent: 34 - type: Transform - uid: 5989 components: - - pos: 52.5,-25.5 + - type: Transform + pos: 52.5,-25.5 parent: 34 - type: Transform - uid: 5993 components: - - pos: 52.5,-21.5 + - type: Transform + pos: 52.5,-21.5 parent: 34 - type: Transform - uid: 5995 components: - - pos: 53.5,-21.5 + - type: Transform + pos: 53.5,-21.5 parent: 34 - type: Transform - uid: 5996 components: - - pos: 53.5,-22.5 + - type: Transform + pos: 53.5,-22.5 parent: 34 - type: Transform - uid: 5997 components: - - pos: 53.5,-23.5 + - type: Transform + pos: 53.5,-23.5 parent: 34 - type: Transform - uid: 5998 components: - - pos: 53.5,-24.5 + - type: Transform + pos: 53.5,-24.5 parent: 34 - type: Transform - uid: 5999 components: - - pos: 53.5,-25.5 + - type: Transform + pos: 53.5,-25.5 parent: 34 - type: Transform - uid: 6000 components: - - pos: 46.5,-22.5 + - type: Transform + pos: 46.5,-22.5 parent: 34 - type: Transform - uid: 6001 components: - - pos: 46.5,-24.5 + - type: Transform + pos: 46.5,-24.5 parent: 34 - type: Transform - uid: 6005 components: - - pos: 50.5,-25.5 + - type: Transform + pos: 50.5,-25.5 parent: 34 - type: Transform - uid: 6006 components: - - pos: 51.5,-25.5 + - type: Transform + pos: 51.5,-25.5 parent: 34 - type: Transform - uid: 6018 components: - - pos: 51.5,-21.5 + - type: Transform + pos: 51.5,-21.5 parent: 34 - type: Transform - uid: 6019 components: - - pos: 50.5,-21.5 + - type: Transform + pos: 50.5,-21.5 parent: 34 - type: Transform - uid: 6106 components: - - pos: 7.5,12.5 + - type: Transform + pos: 7.5,12.5 parent: 34 - type: Transform - uid: 6119 components: - - pos: 11.5,11.5 + - type: Transform + pos: 11.5,11.5 parent: 34 - type: Transform - uid: 6121 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 34 - type: Transform - uid: 6124 components: - - pos: 6.5,12.5 + - type: Transform + pos: 6.5,12.5 parent: 34 - type: Transform - uid: 6131 components: - - pos: 9.5,12.5 + - type: Transform + pos: 9.5,12.5 parent: 34 - type: Transform - uid: 6149 components: - - pos: 10.5,12.5 + - type: Transform + pos: 10.5,12.5 parent: 34 - type: Transform - uid: 6151 components: - - pos: 18.5,2.5 + - type: Transform + pos: 18.5,2.5 parent: 34 - type: Transform - uid: 6153 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 34 - type: Transform - uid: 6154 components: - - pos: 19.5,2.5 + - type: Transform + pos: 19.5,2.5 parent: 34 - type: Transform - uid: 6156 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 34 - type: Transform - uid: 6160 components: - - pos: 15.5,11.5 + - type: Transform + pos: 15.5,11.5 parent: 34 - type: Transform - uid: 6161 components: - - pos: 15.5,12.5 + - type: Transform + pos: 15.5,12.5 parent: 34 - type: Transform - uid: 6162 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 34 - type: Transform - uid: 6163 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 34 - type: Transform - uid: 6166 components: - - pos: -5.5,13.5 - parent: 34 - type: Transform - - uid: 6167 - components: - - pos: 15.5,16.5 + - type: Transform + pos: -5.5,13.5 parent: 34 - type: Transform - uid: 6169 components: - - pos: 15.5,13.5 + - type: Transform + pos: 15.5,13.5 parent: 34 - type: Transform - uid: 6170 components: - - pos: 14.5,20.5 + - type: Transform + pos: 14.5,20.5 parent: 34 - type: Transform - uid: 6173 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 34 - type: Transform - uid: 6174 components: - - pos: 3.5,13.5 + - type: Transform + pos: 3.5,13.5 parent: 34 - type: Transform - uid: 6176 components: - - pos: 11.5,19.5 + - type: Transform + pos: 11.5,19.5 parent: 34 - type: Transform - uid: 6177 components: - - pos: -5.5,12.5 + - type: Transform + pos: -5.5,12.5 parent: 34 - type: Transform - uid: 6182 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 34 - type: Transform - uid: 6193 components: - - pos: -12.5,-43.5 + - type: Transform + pos: -12.5,-43.5 parent: 34 - type: Transform - uid: 6214 components: - - pos: -55.5,-5.5 + - type: Transform + pos: -55.5,-5.5 parent: 34 - type: Transform - uid: 6241 components: - - pos: 17.5,2.5 + - type: Transform + pos: 17.5,2.5 parent: 34 - type: Transform - uid: 6297 components: - - pos: 1.5,15.5 + - type: Transform + pos: 1.5,15.5 parent: 34 - type: Transform - uid: 6298 components: - - pos: -2.5,15.5 + - type: Transform + pos: -2.5,15.5 parent: 34 - type: Transform - uid: 6319 components: - - pos: -60.5,-8.5 + - type: Transform + pos: -60.5,-8.5 parent: 34 - type: Transform - uid: 6320 components: - - pos: -60.5,-7.5 + - type: Transform + pos: -60.5,-7.5 parent: 34 - type: Transform - uid: 6324 components: - - pos: -60.5,-11.5 + - type: Transform + pos: -60.5,-11.5 parent: 34 - type: Transform - uid: 6325 components: - - pos: -60.5,-12.5 + - type: Transform + pos: -60.5,-12.5 parent: 34 - type: Transform - uid: 6326 components: - - pos: -59.5,-12.5 + - type: Transform + pos: -59.5,-12.5 parent: 34 - type: Transform - uid: 6327 components: - - pos: -58.5,-12.5 + - type: Transform + pos: -58.5,-12.5 parent: 34 - type: Transform - uid: 6328 components: - - pos: -57.5,-12.5 + - type: Transform + pos: -57.5,-12.5 parent: 34 - type: Transform - uid: 6329 components: - - pos: -56.5,-12.5 + - type: Transform + pos: -56.5,-12.5 parent: 34 - type: Transform - uid: 6331 components: - - pos: -59.5,-7.5 + - type: Transform + pos: -59.5,-7.5 parent: 34 - type: Transform - uid: 6389 components: - - pos: 7.5,19.5 + - type: Transform + pos: 7.5,19.5 parent: 34 - type: Transform - uid: 6393 components: - - pos: -22.5,-37.5 + - type: Transform + pos: -22.5,-37.5 parent: 34 - type: Transform - uid: 6400 components: - - pos: -14.5,-43.5 + - type: Transform + pos: -14.5,-43.5 parent: 34 - type: Transform - uid: 6401 components: - - pos: -16.5,-36.5 + - type: Transform + pos: -16.5,-36.5 parent: 34 - type: Transform - uid: 6687 components: - - pos: -15.5,-36.5 + - type: Transform + pos: -15.5,-36.5 parent: 34 - type: Transform - uid: 6695 components: - - pos: 12.5,-46.5 + - type: Transform + pos: 12.5,-46.5 parent: 34 - type: Transform - uid: 6749 components: - - pos: 15.5,-45.5 + - type: Transform + pos: 15.5,-45.5 + parent: 34 + - uid: 6952 + components: + - type: Transform + pos: 20.5,19.5 parent: 34 - type: Transform - uid: 7030 components: - - pos: 49.5,-14.5 + - type: Transform + pos: 49.5,-14.5 parent: 34 - type: Transform - uid: 7046 components: - - pos: 49.5,-12.5 + - type: Transform + pos: 49.5,-12.5 parent: 34 - type: Transform - uid: 7047 components: - - pos: 40.5,-11.5 + - type: Transform + pos: 40.5,-11.5 parent: 34 - type: Transform - uid: 7048 components: - - pos: 11.5,-46.5 + - type: Transform + pos: 11.5,-46.5 parent: 34 - type: Transform - uid: 7055 components: - - pos: 40.5,-14.5 + - type: Transform + pos: 40.5,-14.5 parent: 34 - type: Transform - uid: 7074 components: - - pos: 39.5,-8.5 + - type: Transform + pos: 39.5,-8.5 parent: 34 - type: Transform - uid: 7078 components: - - pos: 46.5,-8.5 + - type: Transform + pos: 46.5,-8.5 parent: 34 - type: Transform - uid: 7080 components: - - pos: 46.5,1.5 + - type: Transform + pos: 46.5,1.5 parent: 34 - type: Transform - uid: 7090 components: - - pos: 47.5,-11.5 + - type: Transform + pos: 47.5,-11.5 parent: 34 - type: Transform - uid: 7412 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 34 - type: Transform - uid: 7417 components: - - pos: -49.5,-31.5 + - type: Transform + pos: -49.5,-31.5 parent: 34 - type: Transform - uid: 7418 components: - - pos: 9.5,-51.5 + - type: Transform + pos: 9.5,-51.5 parent: 34 - type: Transform - uid: 7428 components: - - pos: 19.5,-46.5 + - type: Transform + pos: 19.5,-46.5 parent: 34 - type: Transform - uid: 7466 components: - - pos: -43.5,9.5 + - type: Transform + pos: -43.5,9.5 parent: 34 - type: Transform - uid: 7554 components: - - pos: -10.5,11.5 + - type: Transform + pos: -10.5,11.5 parent: 34 - type: Transform - uid: 7572 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 34 - type: Transform - uid: 7574 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 34 - type: Transform - uid: 7578 components: - - pos: 15.5,19.5 + - type: Transform + pos: 15.5,19.5 parent: 34 - type: Transform - uid: 7703 components: - - pos: 9.5,-55.5 + - type: Transform + pos: 9.5,-55.5 parent: 34 - type: Transform - uid: 7705 components: - - pos: -31.5,-44.5 + - type: Transform + pos: -31.5,-44.5 parent: 34 - type: Transform - uid: 7720 components: - - pos: 29.5,-38.5 + - type: Transform + pos: 29.5,-38.5 parent: 34 - type: Transform - uid: 7754 components: - - pos: -1.5,-44.5 + - type: Transform + pos: -1.5,-44.5 parent: 34 - type: Transform - uid: 7756 components: - - pos: -0.5,-44.5 + - type: Transform + pos: -0.5,-44.5 parent: 34 - type: Transform - uid: 7780 components: - - pos: -6.5,-55.5 + - type: Transform + pos: -6.5,-55.5 parent: 34 - type: Transform - uid: 7803 components: - - pos: -43.5,10.5 + - type: Transform + pos: -43.5,10.5 parent: 34 - type: Transform - uid: 7804 components: - - pos: -43.5,11.5 + - type: Transform + pos: -43.5,11.5 parent: 34 - type: Transform - uid: 7805 components: - - pos: -42.5,11.5 + - type: Transform + pos: -42.5,11.5 parent: 34 - type: Transform - uid: 7812 components: - - pos: -39.5,11.5 + - type: Transform + pos: -39.5,11.5 parent: 34 - type: Transform - uid: 7820 components: - - pos: -49.5,-36.5 + - type: Transform + pos: -49.5,-36.5 parent: 34 - type: Transform - uid: 7827 components: - - pos: 0.5,-44.5 + - type: Transform + pos: 0.5,-44.5 parent: 34 - type: Transform - uid: 7968 components: - - pos: -38.5,11.5 + - type: Transform + pos: -38.5,11.5 parent: 34 - type: Transform - uid: 7969 components: - - pos: -37.5,11.5 + - type: Transform + pos: -37.5,11.5 parent: 34 - type: Transform - uid: 7970 components: - - pos: -37.5,10.5 + - type: Transform + pos: -37.5,10.5 parent: 34 - type: Transform - uid: 8086 components: - - pos: -37.5,9.5 + - type: Transform + pos: -37.5,9.5 parent: 34 - type: Transform - uid: 8110 components: - - pos: -37.5,8.5 + - type: Transform + pos: -37.5,8.5 parent: 34 - type: Transform - uid: 8249 components: - - pos: -37.5,7.5 + - type: Transform + pos: -37.5,7.5 parent: 34 - type: Transform - uid: 8329 components: - - pos: -48.5,-12.5 + - type: Transform + pos: -48.5,-12.5 parent: 34 - type: Transform - uid: 8417 components: - - pos: -27.5,-32.5 + - type: Transform + pos: -27.5,-32.5 parent: 34 - type: Transform - uid: 8422 components: - - pos: -10.5,12.5 + - type: Transform + pos: -10.5,12.5 parent: 34 - type: Transform - uid: 8435 components: - - pos: -47.5,-23.5 + - type: Transform + pos: -47.5,-23.5 parent: 34 - type: Transform - uid: 8891 components: - - pos: 34.5,-14.5 + - type: Transform + pos: 34.5,-14.5 parent: 34 - type: Transform - uid: 8903 components: - - pos: 39.5,-1.5 + - type: Transform + pos: 39.5,-1.5 parent: 34 - type: Transform - uid: 8916 components: - - pos: 50.5,-5.5 + - type: Transform + pos: 50.5,-5.5 parent: 34 - type: Transform - uid: 8917 components: - - pos: 48.5,-11.5 + - type: Transform + pos: 48.5,-11.5 parent: 34 - type: Transform - uid: 8918 components: - - pos: 42.5,-17.5 + - type: Transform + pos: 42.5,-17.5 parent: 34 - type: Transform - uid: 8925 components: - - pos: 34.5,-9.5 + - type: Transform + pos: 34.5,-9.5 parent: 34 - type: Transform - uid: 8926 components: - - pos: 34.5,-13.5 + - type: Transform + pos: 34.5,-13.5 parent: 34 - type: Transform - uid: 8928 components: - - pos: -19.5,-32.5 + - type: Transform + pos: -19.5,-32.5 parent: 34 - type: Transform - uid: 8933 components: - - pos: 35.5,-8.5 + - type: Transform + pos: 35.5,-8.5 parent: 34 - type: Transform - uid: 8970 components: - - pos: -2.5,-44.5 + - type: Transform + pos: -2.5,-44.5 parent: 34 - type: Transform - uid: 9021 components: - - pos: 1.5,-44.5 + - type: Transform + pos: 1.5,-44.5 parent: 34 - type: Transform - uid: 9383 components: - - pos: -41.5,-17.5 + - type: Transform + pos: -41.5,-17.5 parent: 34 - type: Transform - uid: 9493 components: - - pos: -45.5,-23.5 + - type: Transform + pos: -45.5,-23.5 parent: 34 - type: Transform - uid: 9701 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 34 - type: Transform - uid: 9901 components: - - pos: -47.5,-20.5 + - type: Transform + pos: -47.5,-20.5 parent: 34 - type: Transform - uid: 10005 components: - - pos: 38.5,-1.5 + - type: Transform + pos: 38.5,-1.5 parent: 34 - type: Transform - uid: 10138 components: - - pos: 48.5,-14.5 + - type: Transform + pos: 48.5,-14.5 parent: 34 - type: Transform - uid: 10219 components: - - pos: 49.5,-13.5 + - type: Transform + pos: 49.5,-13.5 parent: 34 - type: Transform - uid: 10221 components: - - pos: 41.5,-11.5 + - type: Transform + pos: 41.5,-11.5 parent: 34 - type: Transform - uid: 10246 components: - - pos: -40.5,-11.5 + - type: Transform + pos: -40.5,-11.5 parent: 34 - type: Transform - uid: 10261 components: - - pos: 43.5,-37.5 + - type: Transform + pos: 43.5,-37.5 parent: 34 - type: Transform - uid: 10295 components: - - pos: -35.5,-6.5 + - type: Transform + pos: -35.5,-6.5 parent: 34 - type: Transform - uid: 10335 components: - - pos: 43.5,-30.5 + - type: Transform + pos: 43.5,-30.5 parent: 34 - type: Transform - uid: 10345 components: - - pos: 39.5,-11.5 + - type: Transform + pos: 39.5,-11.5 parent: 34 - type: Transform - uid: 10380 components: - - pos: -41.5,-23.5 + - type: Transform + pos: -41.5,-23.5 parent: 34 - type: Transform - uid: 10434 components: - - pos: -31.5,-41.5 + - type: Transform + pos: -31.5,-41.5 parent: 34 - type: Transform - uid: 10450 components: - - pos: -53.5,-19.5 + - type: Transform + pos: -53.5,-19.5 parent: 34 - type: Transform - uid: 10459 components: - - pos: 40.5,-8.5 + - type: Transform + pos: 40.5,-8.5 parent: 34 - type: Transform - uid: 10462 components: - - pos: 16.5,-46.5 + - type: Transform + pos: 16.5,-46.5 parent: 34 - type: Transform - uid: 10496 components: - - pos: -53.5,-41.5 + - type: Transform + pos: -53.5,-41.5 parent: 34 - type: Transform - uid: 10497 components: - - pos: -43.5,-23.5 + - type: Transform + pos: -43.5,-23.5 parent: 34 - type: Transform - uid: 10498 components: - - pos: -40.5,-23.5 + - type: Transform + pos: -40.5,-23.5 parent: 34 - type: Transform - uid: 10501 components: - - pos: -49.5,-23.5 + - type: Transform + pos: -49.5,-23.5 parent: 34 - type: Transform - uid: 10502 components: - - pos: -50.5,-23.5 + - type: Transform + pos: -50.5,-23.5 parent: 34 - type: Transform - uid: 10545 components: - - pos: -24.5,-28.5 + - type: Transform + pos: -24.5,-28.5 parent: 34 - type: Transform - uid: 10561 components: - - pos: -31.5,-42.5 + - type: Transform + pos: -31.5,-42.5 parent: 34 - type: Transform - uid: 10609 components: - - pos: -6.5,-51.5 + - type: Transform + pos: -6.5,-51.5 parent: 34 - type: Transform - uid: 10623 components: - - pos: 29.5,13.5 + - type: Transform + pos: 29.5,13.5 parent: 34 - type: Transform - uid: 10633 components: - - pos: -31.5,-45.5 + - type: Transform + pos: -31.5,-45.5 parent: 34 - type: Transform - uid: 10678 components: - - pos: -48.5,-32.5 + - type: Transform + pos: -48.5,-32.5 parent: 34 - type: Transform - uid: 10745 components: - - pos: -31.5,-43.5 + - type: Transform + pos: -31.5,-43.5 parent: 34 - type: Transform - uid: 10747 components: - - pos: -5.5,15.5 + - type: Transform + pos: -5.5,15.5 parent: 34 - type: Transform - uid: 10752 components: - - pos: -11.5,-42.5 + - type: Transform + pos: -11.5,-42.5 parent: 34 - type: Transform - uid: 10765 components: - - pos: -42.5,-23.5 + - type: Transform + pos: -42.5,-23.5 parent: 34 - type: Transform - uid: 10790 components: - - pos: -44.5,-23.5 + - type: Transform + pos: -44.5,-23.5 parent: 34 - type: Transform - uid: 10792 components: - - pos: -51.5,-15.5 + - type: Transform + pos: -51.5,-15.5 parent: 34 - type: Transform - uid: 10793 components: - - pos: -50.5,-15.5 + - type: Transform + pos: -50.5,-15.5 parent: 34 - type: Transform - uid: 10947 components: - - pos: -34.5,-6.5 + - type: Transform + pos: -34.5,-6.5 parent: 34 - type: Transform - uid: 10949 components: - - pos: 3.5,19.5 + - type: Transform + pos: 3.5,19.5 parent: 34 - type: Transform - uid: 10950 components: - - pos: 7.5,20.5 + - type: Transform + pos: 7.5,20.5 parent: 34 - type: Transform - uid: 10982 components: - - pos: -22.5,-43.5 + - type: Transform + pos: -22.5,-43.5 parent: 34 - type: Transform - uid: 11103 components: - - pos: 18.5,11.5 + - type: Transform + pos: 18.5,11.5 parent: 34 - type: Transform - uid: 11110 components: - - pos: -39.5,-52.5 + - type: Transform + pos: -39.5,-52.5 parent: 34 - type: Transform - uid: 11111 components: - - pos: -39.5,-51.5 + - type: Transform + pos: -39.5,-51.5 parent: 34 - type: Transform - uid: 11131 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 34 - type: Transform - uid: 11148 components: - - pos: -55.5,11.5 + - type: Transform + pos: -55.5,11.5 parent: 34 - type: Transform - uid: 11149 components: - - pos: -55.5,12.5 + - type: Transform + pos: -55.5,12.5 parent: 34 - type: Transform - uid: 11150 components: - - pos: -55.5,13.5 + - type: Transform + pos: -55.5,13.5 parent: 34 - type: Transform - uid: 11151 components: - - pos: -54.5,13.5 + - type: Transform + pos: -54.5,13.5 parent: 34 - type: Transform - uid: 11153 components: - - pos: -53.5,14.5 + - type: Transform + pos: -53.5,14.5 parent: 34 - type: Transform - uid: 11154 components: - - pos: -52.5,14.5 + - type: Transform + pos: -52.5,14.5 parent: 34 - type: Transform - uid: 11155 components: - - pos: -51.5,14.5 + - type: Transform + pos: -51.5,14.5 parent: 34 - type: Transform - uid: 11156 components: - - pos: -50.5,14.5 + - type: Transform + pos: -50.5,14.5 parent: 34 - type: Transform - uid: 11157 components: - - pos: -49.5,14.5 + - type: Transform + pos: -49.5,14.5 parent: 34 - type: Transform - uid: 11158 components: - - pos: -49.5,13.5 + - type: Transform + pos: -49.5,13.5 parent: 34 - type: Transform - uid: 11159 components: - - pos: -49.5,12.5 + - type: Transform + pos: -49.5,12.5 parent: 34 - type: Transform - uid: 11160 components: - - pos: -49.5,11.5 + - type: Transform + pos: -49.5,11.5 parent: 34 - type: Transform - uid: 11161 components: - - pos: -50.5,11.5 + - type: Transform + pos: -50.5,11.5 parent: 34 - type: Transform - uid: 11162 components: - - pos: -51.5,11.5 + - type: Transform + pos: -51.5,11.5 parent: 34 - type: Transform - uid: 11163 components: - - pos: -51.5,10.5 + - type: Transform + pos: -51.5,10.5 parent: 34 - type: Transform - uid: 11169 components: - - pos: -54.5,14.5 + - type: Transform + pos: -54.5,14.5 parent: 34 - type: Transform - uid: 11196 components: - - pos: 18.5,12.5 + - type: Transform + pos: 18.5,12.5 parent: 34 - type: Transform - uid: 11197 components: - - pos: 18.5,13.5 + - type: Transform + pos: 18.5,13.5 parent: 34 - type: Transform - uid: 11198 components: - - pos: 19.5,13.5 + - type: Transform + pos: 19.5,13.5 parent: 34 - type: Transform - uid: 11201 components: - - pos: 22.5,13.5 + - type: Transform + pos: 22.5,13.5 parent: 34 - type: Transform - uid: 11203 components: - - pos: 23.5,13.5 + - type: Transform + pos: 23.5,13.5 parent: 34 - type: Transform - uid: 11220 components: - - pos: 18.5,-46.5 + - type: Transform + pos: 18.5,-46.5 parent: 34 - type: Transform - uid: 11221 components: - - pos: 15.5,-46.5 + - type: Transform + pos: 15.5,-46.5 parent: 34 - type: Transform - uid: 11232 components: - - pos: 17.5,-46.5 + - type: Transform + pos: 17.5,-46.5 + parent: 34 + - uid: 11240 + components: + - type: Transform + pos: 44.5,-26.5 parent: 34 - type: Transform - uid: 11262 components: - - pos: 28.5,13.5 + - type: Transform + pos: 28.5,13.5 parent: 34 - type: Transform - uid: 11267 components: - - pos: 29.5,12.5 + - type: Transform + pos: 29.5,12.5 parent: 34 - type: Transform - uid: 11268 components: - - pos: 29.5,11.5 + - type: Transform + pos: 29.5,11.5 parent: 34 - type: Transform - uid: 11269 components: - - pos: 29.5,10.5 + - type: Transform + pos: 29.5,10.5 parent: 34 - type: Transform - uid: 11317 components: - - pos: -46.5,-23.5 + - type: Transform + pos: -46.5,-23.5 parent: 34 - type: Transform - uid: 11372 components: - - pos: 42.5,-16.5 + - type: Transform + pos: 42.5,-16.5 parent: 34 - type: Transform - uid: 11383 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 34 - type: Transform - uid: 11438 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 34 - type: Transform - uid: 11442 components: - - pos: 42.5,-18.5 + - type: Transform + pos: 42.5,-18.5 parent: 34 - type: Transform - uid: 11470 components: - - pos: -58.5,-23.5 + - type: Transform + pos: -58.5,-23.5 parent: 34 - type: Transform - uid: 11472 components: - - pos: -57.5,-23.5 + - type: Transform + pos: -57.5,-23.5 parent: 34 - type: Transform - uid: 11473 components: - - pos: -48.5,-14.5 + - type: Transform + pos: -48.5,-14.5 parent: 34 - type: Transform - uid: 11484 components: - - pos: -48.5,-20.5 + - type: Transform + pos: -48.5,-20.5 parent: 34 - type: Transform - uid: 11493 components: - - pos: -42.5,-11.5 + - type: Transform + pos: -42.5,-11.5 parent: 34 - type: Transform - uid: 11494 components: - - pos: -54.5,-42.5 + - type: Transform + pos: -54.5,-42.5 parent: 34 - type: Transform - uid: 11495 components: - - pos: -54.5,-41.5 + - type: Transform + pos: -54.5,-41.5 parent: 34 - type: Transform - uid: 11496 components: - - pos: -54.5,-38.5 + - type: Transform + pos: -54.5,-38.5 parent: 34 - type: Transform - uid: 11497 components: - - pos: -54.5,-39.5 + - type: Transform + pos: -54.5,-39.5 parent: 34 - type: Transform - uid: 11537 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 34 - type: Transform - uid: 11588 components: - - pos: -53.5,-16.5 + - type: Transform + pos: -53.5,-16.5 parent: 34 - type: Transform - uid: 11604 components: - - pos: -48.5,-15.5 + - type: Transform + pos: -48.5,-15.5 parent: 34 - type: Transform - uid: 11605 components: - - pos: -43.5,-11.5 + - type: Transform + pos: -43.5,-11.5 parent: 34 - type: Transform - uid: 11609 components: - - pos: -22.5,-35.5 + - type: Transform + pos: -22.5,-35.5 parent: 34 - type: Transform - uid: 11707 components: - - pos: -40.5,-14.5 + - type: Transform + pos: -40.5,-14.5 parent: 34 - type: Transform - uid: 11764 components: - - pos: -29.5,-40.5 + - type: Transform + pos: -29.5,-40.5 parent: 34 - type: Transform - uid: 11770 components: - - pos: -48.5,-23.5 + - type: Transform + pos: -48.5,-23.5 parent: 34 - type: Transform - uid: 11788 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 34 - type: Transform - uid: 11791 components: - - pos: 2.5,15.5 + - type: Transform + pos: 2.5,15.5 parent: 34 - type: Transform - uid: 11824 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 34 - type: Transform - uid: 11836 components: - - pos: 3.5,15.5 + - type: Transform + pos: 3.5,15.5 parent: 34 - type: Transform - uid: 11878 components: - - pos: 51.5,-5.5 + - type: Transform + pos: 51.5,-5.5 parent: 34 - type: Transform - uid: 11907 components: - - pos: 4.5,19.5 + - type: Transform + pos: 4.5,19.5 parent: 34 - type: Transform - uid: 11908 components: - - pos: 11.5,20.5 + - type: Transform + pos: 11.5,20.5 parent: 34 - type: Transform - uid: 11910 components: - - pos: 14.5,19.5 + - type: Transform + pos: 14.5,19.5 parent: 34 - type: Transform - uid: 11919 components: - - pos: -26.5,-43.5 + - type: Transform + pos: -26.5,-43.5 parent: 34 - type: Transform - uid: 11920 components: - - pos: -13.5,-43.5 + - type: Transform + pos: -13.5,-43.5 parent: 34 - type: Transform - uid: 11922 components: - - pos: -47.5,-11.5 + - type: Transform + pos: -47.5,-11.5 parent: 34 - type: Transform - uid: 12001 components: - - pos: -13.5,-31.5 + - type: Transform + pos: -13.5,-31.5 parent: 34 - type: Transform - uid: 12101 components: - - pos: -53.5,-15.5 + - type: Transform + pos: -53.5,-15.5 parent: 34 - type: Transform - uid: 12110 components: - - pos: -13.5,-29.5 + - type: Transform + pos: -13.5,-29.5 parent: 34 - type: Transform - uid: 12171 components: - - pos: -41.5,-14.5 + - type: Transform + pos: -41.5,-14.5 parent: 34 - type: Transform - uid: 12218 components: - - pos: -23.5,-43.5 + - type: Transform + pos: -23.5,-43.5 parent: 34 - type: Transform - uid: 12255 components: - - pos: 4.5,20.5 + - type: Transform + pos: 4.5,20.5 parent: 34 - type: Transform - uid: 12301 components: - - pos: -27.5,-40.5 + - type: Transform + pos: -27.5,-40.5 parent: 34 - type: Transform - uid: 12302 components: - - pos: -26.5,-40.5 + - type: Transform + pos: -26.5,-40.5 parent: 34 - type: Transform - uid: 12303 components: - - pos: -25.5,-40.5 + - type: Transform + pos: -25.5,-40.5 parent: 34 - type: Transform - uid: 12304 components: - - pos: -24.5,-40.5 + - type: Transform + pos: -24.5,-40.5 parent: 34 - type: Transform - uid: 12305 components: - - pos: -23.5,-40.5 + - type: Transform + pos: -23.5,-40.5 parent: 34 - type: Transform - uid: 12308 components: - - pos: -41.5,-16.5 + - type: Transform + pos: -41.5,-16.5 parent: 34 - type: Transform - uid: 12310 components: - - pos: -16.5,-28.5 + - type: Transform + pos: -16.5,-28.5 parent: 34 - type: Transform - uid: 12311 components: - - pos: -13.5,-36.5 + - type: Transform + pos: -13.5,-36.5 parent: 34 - type: Transform - uid: 12312 components: - - pos: -13.5,-35.5 + - type: Transform + pos: -13.5,-35.5 parent: 34 - type: Transform - uid: 12313 components: - - pos: -19.5,-36.5 + - type: Transform + pos: -19.5,-36.5 parent: 34 - type: Transform - uid: 12316 components: - - pos: -41.5,-15.5 + - type: Transform + pos: -41.5,-15.5 parent: 34 - type: Transform - uid: 12385 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 34 - type: Transform - uid: 12387 components: - - pos: 38.5,-6.5 + - type: Transform + pos: 38.5,-6.5 parent: 34 - type: Transform - uid: 12388 components: - - pos: 38.5,-7.5 + - type: Transform + pos: 38.5,-7.5 parent: 34 - type: Transform - uid: 12389 components: - - pos: 38.5,-8.5 + - type: Transform + pos: 38.5,-8.5 parent: 34 - type: Transform - uid: 12396 components: - - pos: 38.5,-9.5 + - type: Transform + pos: 38.5,-9.5 parent: 34 - type: Transform - uid: 12397 components: - - pos: 38.5,-10.5 + - type: Transform + pos: 38.5,-10.5 parent: 34 - type: Transform - uid: 12401 components: - - pos: 38.5,-12.5 + - type: Transform + pos: 38.5,-12.5 parent: 34 - type: Transform - uid: 12402 components: - - pos: 38.5,-13.5 + - type: Transform + pos: 38.5,-13.5 parent: 34 - type: Transform - uid: 12415 components: - - pos: 42.5,-19.5 + - type: Transform + pos: 42.5,-19.5 parent: 34 - type: Transform - uid: 12441 components: - - pos: -19.5,-39.5 + - type: Transform + pos: -19.5,-39.5 parent: 34 - type: Transform - uid: 12463 components: - - pos: 39.5,-20.5 + - type: Transform + pos: 39.5,-20.5 parent: 34 - type: Transform - uid: 12464 components: - - pos: 34.5,-17.5 + - type: Transform + pos: 34.5,-17.5 parent: 34 - type: Transform - uid: 12523 components: - - pos: -54.5,-37.5 + - type: Transform + pos: -54.5,-37.5 parent: 34 - type: Transform - uid: 12524 components: - - pos: -54.5,-36.5 + - type: Transform + pos: -54.5,-36.5 parent: 34 - type: Transform - uid: 12532 components: - - pos: -22.5,-39.5 + - type: Transform + pos: -22.5,-39.5 parent: 34 - type: Transform - uid: 12541 components: - - pos: -60.5,-24.5 + - type: Transform + pos: -60.5,-24.5 parent: 34 - type: Transform - uid: 12543 components: - - pos: -60.5,-25.5 + - type: Transform + pos: -60.5,-25.5 parent: 34 - type: Transform - uid: 12544 components: - - pos: -60.5,-26.5 + - type: Transform + pos: -60.5,-26.5 parent: 34 - type: Transform - uid: 12547 components: - - pos: -56.5,-42.5 + - type: Transform + pos: -56.5,-42.5 parent: 34 - type: Transform - uid: 12548 components: - - pos: -60.5,-30.5 + - type: Transform + pos: -60.5,-30.5 parent: 34 - type: Transform - uid: 12552 components: - - pos: -60.5,-34.5 + - type: Transform + pos: -60.5,-34.5 parent: 34 - type: Transform - uid: 12553 components: - - pos: -60.5,-35.5 + - type: Transform + pos: -60.5,-35.5 parent: 34 - type: Transform - uid: 12554 components: - - pos: -60.5,-36.5 + - type: Transform + pos: -60.5,-36.5 parent: 34 - type: Transform - uid: 12556 components: - - pos: -60.5,-37.5 + - type: Transform + pos: -60.5,-37.5 parent: 34 - type: Transform - uid: 12559 components: - - pos: -60.5,-41.5 + - type: Transform + pos: -60.5,-41.5 parent: 34 - type: Transform - uid: 12575 components: - - pos: -55.5,-42.5 + - type: Transform + pos: -55.5,-42.5 parent: 34 - type: Transform - uid: 12576 components: - - pos: -57.5,-42.5 + - type: Transform + pos: -57.5,-42.5 parent: 34 - type: Transform - uid: 12577 components: - - pos: -58.5,-42.5 + - type: Transform + pos: -58.5,-42.5 parent: 34 - type: Transform - uid: 12578 components: - - pos: -59.5,-42.5 + - type: Transform + pos: -59.5,-42.5 parent: 34 - type: Transform - uid: 12579 components: - - pos: -60.5,-42.5 + - type: Transform + pos: -60.5,-42.5 parent: 34 - type: Transform - uid: 12580 components: - - pos: -54.5,-43.5 + - type: Transform + pos: -54.5,-43.5 parent: 34 - type: Transform - uid: 12636 components: - - pos: 49.5,-11.5 + - type: Transform + pos: 49.5,-11.5 parent: 34 - type: Transform - uid: 12638 components: - - pos: -49.5,-32.5 + - type: Transform + pos: -49.5,-32.5 parent: 34 - type: Transform - uid: 12701 components: - - pos: 47.5,-14.5 + - type: Transform + pos: 47.5,-14.5 parent: 34 - type: Transform - uid: 12702 components: - - pos: 41.5,-14.5 + - type: Transform + pos: 41.5,-14.5 parent: 34 - type: Transform - uid: 12703 components: - - pos: 39.5,-14.5 + - type: Transform + pos: 39.5,-14.5 parent: 34 - type: Transform - uid: 12780 components: - - pos: 34.5,-8.5 + - type: Transform + pos: 34.5,-8.5 parent: 34 - type: Transform - uid: 12785 components: - - pos: 7.5,-46.5 + - type: Transform + pos: 7.5,-46.5 parent: 34 - type: Transform - uid: 12786 components: - - pos: 8.5,-46.5 + - type: Transform + pos: 8.5,-46.5 parent: 34 - type: Transform - uid: 12787 components: - - pos: 9.5,-46.5 + - type: Transform + pos: 9.5,-46.5 parent: 34 - type: Transform - uid: 12788 components: - - pos: 7.5,-47.5 + - type: Transform + pos: 7.5,-47.5 + parent: 34 + - uid: 12919 + components: + - type: Transform + pos: 44.5,-30.5 parent: 34 - type: Transform - uid: 13003 components: - - pos: -59.5,-24.5 + - type: Transform + pos: -59.5,-24.5 + parent: 34 + - uid: 13066 + components: + - type: Transform + pos: 46.5,-17.5 parent: 34 - type: Transform - proto: WallSolid entities: - uid: 109 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 34 - type: Transform - uid: 134 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 34 - type: Transform - uid: 270 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 34 - type: Transform - uid: 271 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 34 - type: Transform - uid: 273 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 34 - type: Transform - uid: 278 components: - - pos: -16.5,-2.5 + - type: Transform + pos: -16.5,-2.5 parent: 34 - type: Transform - uid: 279 components: - - pos: -15.5,-2.5 + - type: Transform + pos: -15.5,-2.5 parent: 34 - type: Transform - uid: 282 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 34 - type: Transform - uid: 283 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 34 - type: Transform - uid: 288 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 34 - type: Transform - uid: 290 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 34 - type: Transform - uid: 291 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 34 - type: Transform - uid: 292 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 34 - type: Transform - uid: 293 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 34 - type: Transform - uid: 296 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 34 - type: Transform - uid: 297 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 34 - type: Transform - uid: 301 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 34 - type: Transform - uid: 305 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 34 - type: Transform - uid: 306 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 34 - type: Transform - uid: 308 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 34 - type: Transform - uid: 309 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 34 - type: Transform - uid: 310 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 34 - type: Transform - uid: 311 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 34 - type: Transform - uid: 314 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 34 - type: Transform - uid: 315 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 34 - type: Transform - uid: 316 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 34 - type: Transform - uid: 317 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 34 - type: Transform - uid: 319 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 34 - type: Transform - uid: 321 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 34 - type: Transform - uid: 322 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 34 - type: Transform - uid: 323 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 34 - type: Transform - uid: 324 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 34 - type: Transform - uid: 325 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 34 - type: Transform - uid: 326 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 34 - type: Transform - uid: 327 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 34 - type: Transform - uid: 328 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 34 - type: Transform - uid: 329 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 34 - type: Transform - uid: 334 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 34 - type: Transform - uid: 335 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 34 - type: Transform - uid: 338 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 34 - type: Transform - uid: 342 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 34 - type: Transform - uid: 343 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 34 - type: Transform - uid: 344 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 34 - type: Transform - uid: 349 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 34 - type: Transform - uid: 354 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 34 - type: Transform - uid: 355 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 34 - type: Transform - uid: 356 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 34 - type: Transform - uid: 357 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 34 - type: Transform - uid: 359 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 34 - type: Transform - uid: 362 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 34 - type: Transform - uid: 363 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 34 - type: Transform - uid: 368 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 34 - type: Transform - uid: 369 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 34 - type: Transform - uid: 374 components: - - pos: -19.5,-9.5 + - type: Transform + pos: -19.5,-9.5 parent: 34 - type: Transform - uid: 375 components: - - pos: -13.5,-10.5 + - type: Transform + pos: -13.5,-10.5 parent: 34 - type: Transform - uid: 379 components: - - pos: -2.5,-35.5 + - type: Transform + pos: -2.5,-35.5 parent: 34 - type: Transform - uid: 380 components: - - pos: -21.5,-2.5 + - type: Transform + pos: -21.5,-2.5 parent: 34 - type: Transform - uid: 381 components: - - pos: -21.5,-3.5 + - type: Transform + pos: -21.5,-3.5 parent: 34 - type: Transform - uid: 382 components: - - pos: -21.5,-4.5 + - type: Transform + pos: -21.5,-4.5 parent: 34 - type: Transform - uid: 384 components: - - pos: -21.5,-6.5 + - type: Transform + pos: -21.5,-6.5 parent: 34 - type: Transform - uid: 385 components: - - pos: -21.5,-7.5 + - type: Transform + pos: -21.5,-7.5 parent: 34 - type: Transform - uid: 386 components: - - pos: 6.5,-25.5 + - type: Transform + pos: 6.5,-25.5 parent: 34 - type: Transform - uid: 387 components: - - pos: -21.5,-9.5 + - type: Transform + pos: -21.5,-9.5 parent: 34 - type: Transform - uid: 389 components: - - pos: -20.5,-10.5 + - type: Transform + pos: -20.5,-10.5 parent: 34 - type: Transform - uid: 391 components: - - pos: 3.5,-25.5 + - type: Transform + pos: 3.5,-25.5 parent: 34 - type: Transform - uid: 394 components: - - pos: 1.5,-16.5 + - type: Transform + pos: 1.5,-16.5 parent: 34 - type: Transform - uid: 395 components: - - pos: 7.5,-16.5 + - type: Transform + pos: 7.5,-16.5 parent: 34 - type: Transform - uid: 407 components: - - pos: -23.5,-15.5 + - type: Transform + pos: -23.5,-15.5 parent: 34 - type: Transform - uid: 420 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 34 - type: Transform - uid: 421 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 34 - type: Transform - uid: 422 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 34 - type: Transform - uid: 423 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 34 - type: Transform - uid: 426 components: - - pos: 2.5,-16.5 + - type: Transform + pos: 2.5,-16.5 parent: 34 - type: Transform - uid: 427 components: - - pos: 3.5,-16.5 + - type: Transform + pos: 3.5,-16.5 parent: 34 - type: Transform - uid: 428 components: - - pos: 4.5,-16.5 + - type: Transform + pos: 4.5,-16.5 parent: 34 - type: Transform - uid: 430 components: - - pos: 6.5,-16.5 + - type: Transform + pos: 6.5,-16.5 parent: 34 - type: Transform - uid: 434 components: - - pos: -2.5,-17.5 + - type: Transform + pos: -2.5,-17.5 parent: 34 - type: Transform - uid: 436 components: - - pos: 10.5,-14.5 + - type: Transform + pos: 10.5,-14.5 parent: 34 - type: Transform - uid: 438 components: - - pos: 10.5,-15.5 + - type: Transform + pos: 10.5,-15.5 parent: 34 - type: Transform - uid: 445 components: - - pos: 3.5,-20.5 + - type: Transform + pos: 3.5,-20.5 parent: 34 - type: Transform - uid: 446 components: - - pos: -0.5,-21.5 + - type: Transform + pos: -0.5,-21.5 parent: 34 - type: Transform - uid: 452 components: - - pos: -2.5,-21.5 + - type: Transform + pos: -2.5,-21.5 parent: 34 - type: Transform - uid: 454 components: - - pos: 4.5,-21.5 + - type: Transform + pos: 4.5,-21.5 parent: 34 - type: Transform - uid: 455 components: - - pos: 3.5,-21.5 + - type: Transform + pos: 3.5,-21.5 parent: 34 - type: Transform - uid: 456 components: - - pos: 1.5,-21.5 + - type: Transform + pos: 1.5,-21.5 parent: 34 - type: Transform - uid: 462 components: - - pos: -27.5,-6.5 + - type: Transform + pos: -27.5,-6.5 parent: 34 - type: Transform - uid: 505 components: - - pos: -28.5,-6.5 + - type: Transform + pos: -28.5,-6.5 parent: 34 - type: Transform - uid: 507 components: - - pos: -25.5,-6.5 + - type: Transform + pos: -25.5,-6.5 parent: 34 - type: Transform - uid: 508 components: - - pos: -32.5,-8.5 + - type: Transform + pos: -32.5,-8.5 parent: 34 - type: Transform - uid: 511 components: - - pos: -23.5,-12.5 + - type: Transform + pos: -23.5,-12.5 parent: 34 - type: Transform - uid: 517 components: - - pos: -33.5,-13.5 + - type: Transform + pos: -33.5,-13.5 parent: 34 - type: Transform - uid: 518 components: - - pos: -33.5,-15.5 + - type: Transform + pos: -33.5,-15.5 parent: 34 - type: Transform - uid: 537 components: - - pos: -31.5,-16.5 + - type: Transform + pos: -31.5,-16.5 parent: 34 - type: Transform - uid: 540 components: - - pos: -32.5,-12.5 + - type: Transform + pos: -32.5,-12.5 parent: 34 - type: Transform - uid: 542 components: - - pos: -32.5,-7.5 + - type: Transform + pos: -32.5,-7.5 parent: 34 - type: Transform - uid: 544 components: - - pos: -20.5,-9.5 + - type: Transform + pos: -20.5,-9.5 parent: 34 - type: Transform - uid: 550 components: - - pos: -33.5,-12.5 + - type: Transform + pos: -33.5,-12.5 parent: 34 - type: Transform - uid: 552 components: - - pos: -31.5,-12.5 + - type: Transform + pos: -31.5,-12.5 parent: 34 - type: Transform - uid: 553 components: - - pos: -35.5,-12.5 + - type: Transform + pos: -35.5,-12.5 parent: 34 - type: Transform - uid: 558 components: - - pos: -23.5,-16.5 + - type: Transform + pos: -23.5,-16.5 parent: 34 - type: Transform - uid: 559 components: - - pos: -23.5,-17.5 + - type: Transform + pos: -23.5,-17.5 parent: 34 - type: Transform - uid: 560 components: - - pos: -23.5,-18.5 + - type: Transform + pos: -23.5,-18.5 parent: 34 - type: Transform - uid: 562 components: - - pos: -33.5,-14.5 + - type: Transform + pos: -33.5,-14.5 parent: 34 - type: Transform - uid: 563 components: - - pos: -33.5,-16.5 + - type: Transform + pos: -33.5,-16.5 parent: 34 - type: Transform - uid: 564 components: - - pos: -32.5,-16.5 + - type: Transform + pos: -32.5,-16.5 parent: 34 - type: Transform - uid: 577 components: - - pos: -23.5,-19.5 + - type: Transform + pos: -23.5,-19.5 parent: 34 - type: Transform - uid: 578 components: - - pos: -23.5,-20.5 + - type: Transform + pos: -23.5,-20.5 parent: 34 - type: Transform - uid: 584 components: - - pos: -23.5,-13.5 + - type: Transform + pos: -23.5,-13.5 parent: 34 - type: Transform - uid: 646 components: - - pos: -7.5,-28.5 + - type: Transform + pos: -7.5,-28.5 parent: 34 - type: Transform - uid: 651 components: - - pos: -9.5,-28.5 + - type: Transform + pos: -9.5,-28.5 parent: 34 - type: Transform - uid: 671 components: - - pos: -8.5,-28.5 + - type: Transform + pos: -8.5,-28.5 parent: 34 - type: Transform - uid: 691 components: - - pos: 5.5,-38.5 + - type: Transform + pos: 5.5,-38.5 parent: 34 - type: Transform - uid: 698 components: - - pos: -21.5,-24.5 + - type: Transform + pos: -21.5,-24.5 parent: 34 - type: Transform - uid: 711 components: - - pos: -26.5,-24.5 + - type: Transform + pos: -26.5,-24.5 parent: 34 - type: Transform - uid: 739 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 34 - type: Transform - uid: 741 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 34 - type: Transform - uid: 742 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 34 - type: Transform - uid: 743 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 34 - type: Transform - uid: 744 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 34 - type: Transform - uid: 745 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 34 - type: Transform - uid: 749 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 34 - type: Transform - uid: 842 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 34 - type: Transform - uid: 873 components: - - pos: -21.5,-8.5 + - type: Transform + pos: -21.5,-8.5 parent: 34 - type: Transform - uid: 879 components: - - pos: -16.5,-9.5 + - type: Transform + pos: -16.5,-9.5 parent: 34 - type: Transform - uid: 880 components: - - pos: -14.5,-9.5 + - type: Transform + pos: -14.5,-9.5 parent: 34 - type: Transform - uid: 913 components: - - pos: -27.5,-9.5 + - type: Transform + pos: -27.5,-9.5 parent: 34 - type: Transform - uid: 987 components: - - pos: -2.5,-31.5 + - type: Transform + pos: -2.5,-31.5 parent: 34 - type: Transform - uid: 1013 components: - - pos: -2.5,-20.5 + - type: Transform + pos: -2.5,-20.5 parent: 34 - type: Transform - uid: 1023 components: - - pos: 10.5,-16.5 + - type: Transform + pos: 10.5,-16.5 parent: 34 - type: Transform - uid: 1032 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 34 - type: Transform - uid: 1046 components: - - pos: -27.5,-27.5 + - type: Transform + pos: -27.5,-27.5 parent: 34 - type: Transform - uid: 1048 components: - - pos: -27.5,-25.5 + - type: Transform + pos: -27.5,-25.5 parent: 34 - type: Transform - uid: 1075 components: - - pos: -20.5,-24.5 + - type: Transform + pos: -20.5,-24.5 parent: 34 - type: Transform - uid: 1087 components: - - pos: -29.5,-28.5 + - type: Transform + pos: -29.5,-28.5 parent: 34 - type: Transform - uid: 1088 components: - - pos: -32.5,-28.5 + - type: Transform + pos: -32.5,-28.5 parent: 34 - type: Transform - uid: 1089 components: - - pos: -33.5,-28.5 + - type: Transform + pos: -33.5,-28.5 parent: 34 - type: Transform - uid: 1090 components: - - pos: -33.5,-27.5 + - type: Transform + pos: -33.5,-27.5 parent: 34 - type: Transform - uid: 1092 components: - - pos: -33.5,-25.5 + - type: Transform + pos: -33.5,-25.5 parent: 34 - type: Transform - uid: 1105 components: - - pos: -31.5,-28.5 + - type: Transform + pos: -31.5,-28.5 parent: 34 - type: Transform - uid: 1106 components: - - pos: -28.5,-28.5 + - type: Transform + pos: -28.5,-28.5 parent: 34 - type: Transform - uid: 1276 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 34 - type: Transform - uid: 1277 components: - - pos: 10.5,-25.5 + - type: Transform + pos: 10.5,-25.5 parent: 34 - type: Transform - uid: 1283 components: - - pos: 11.5,-25.5 + - type: Transform + pos: 11.5,-25.5 parent: 34 - type: Transform - uid: 1288 components: - - pos: 5.5,-42.5 + - type: Transform + pos: 5.5,-42.5 parent: 34 - type: Transform - uid: 1292 components: - - pos: -2.5,-34.5 + - type: Transform + pos: -2.5,-34.5 parent: 34 - type: Transform - uid: 1299 components: - - pos: 1.5,-34.5 + - type: Transform + pos: 1.5,-34.5 parent: 34 - type: Transform - uid: 1316 components: - - pos: -2.5,-36.5 + - type: Transform + pos: -2.5,-36.5 parent: 34 - type: Transform - uid: 1323 components: - - pos: 1.5,-35.5 + - type: Transform + pos: 1.5,-35.5 parent: 34 - type: Transform - uid: 1326 components: - - pos: 0.5,-34.5 + - type: Transform + pos: 0.5,-34.5 parent: 34 - type: Transform - uid: 1329 components: - - pos: 9.5,-39.5 + - type: Transform + pos: 9.5,-39.5 parent: 34 - type: Transform - uid: 1331 components: - - pos: 6.5,-38.5 + - type: Transform + pos: 6.5,-38.5 parent: 34 - type: Transform - uid: 1341 components: - - pos: 5.5,-43.5 + - type: Transform + pos: 5.5,-43.5 parent: 34 - type: Transform - uid: 1344 components: - - pos: 11.5,-29.5 + - type: Transform + pos: 11.5,-29.5 parent: 34 - type: Transform - uid: 1351 components: - - pos: 1.5,-31.5 + - type: Transform + pos: 1.5,-31.5 parent: 34 - type: Transform - uid: 1356 components: - - pos: 11.5,-28.5 + - type: Transform + pos: 11.5,-28.5 parent: 34 - type: Transform - uid: 1357 components: - - pos: 11.5,-27.5 + - type: Transform + pos: 11.5,-27.5 parent: 34 - type: Transform - uid: 1358 components: - - pos: 11.5,-26.5 + - type: Transform + pos: 11.5,-26.5 parent: 34 - type: Transform - uid: 1360 components: - - pos: 7.5,-30.5 + - type: Transform + pos: 7.5,-30.5 parent: 34 - type: Transform - uid: 1377 components: - - pos: -2.5,-37.5 + - type: Transform + pos: -2.5,-37.5 parent: 34 - type: Transform - uid: 1390 components: - - pos: 6.5,-29.5 + - type: Transform + pos: 6.5,-29.5 parent: 34 - type: Transform - uid: 1400 components: - - pos: 1.5,-38.5 + - type: Transform + pos: 1.5,-38.5 parent: 34 - type: Transform - uid: 1401 components: - - pos: 13.5,-39.5 + - type: Transform + pos: 13.5,-39.5 parent: 34 - type: Transform - uid: 1601 components: - - pos: -36.5,-28.5 + - type: Transform + pos: -36.5,-28.5 parent: 34 - type: Transform - uid: 1618 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 34 - type: Transform - uid: 1753 components: - - pos: -36.5,-29.5 + - type: Transform + pos: -36.5,-29.5 parent: 34 - type: Transform - uid: 1755 components: - - pos: -36.5,-34.5 + - type: Transform + pos: -36.5,-34.5 parent: 34 - type: Transform - uid: 1766 components: - - pos: -37.5,-28.5 + - type: Transform + pos: -37.5,-28.5 parent: 34 - type: Transform - uid: 1768 components: - - pos: -40.5,-28.5 + - type: Transform + pos: -40.5,-28.5 parent: 34 - type: Transform - uid: 1774 components: - - pos: -46.5,-32.5 + - type: Transform + pos: -46.5,-32.5 parent: 34 - type: Transform - uid: 1806 components: - - pos: 6.5,-26.5 + - type: Transform + pos: 6.5,-26.5 parent: 34 - type: Transform - uid: 1826 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 34 - type: Transform - uid: 1875 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 34 - type: Transform - uid: 2033 components: - - pos: -40.5,-2.5 + - type: Transform + pos: -40.5,-2.5 parent: 34 - type: Transform - uid: 2036 components: - - pos: -40.5,-5.5 + - type: Transform + pos: -40.5,-5.5 parent: 34 - type: Transform - uid: 2039 components: - - pos: -49.5,-5.5 + - type: Transform + pos: -49.5,-5.5 parent: 34 - type: Transform - uid: 2040 components: - - pos: -50.5,-5.5 + - type: Transform + pos: -50.5,-5.5 parent: 34 - type: Transform - uid: 2041 components: - - pos: -51.5,-5.5 + - type: Transform + pos: -51.5,-5.5 parent: 34 - type: Transform - uid: 2042 components: - - pos: -44.5,-5.5 + - type: Transform + pos: -44.5,-5.5 parent: 34 - type: Transform - uid: 2043 components: - - pos: -45.5,-5.5 + - type: Transform + pos: -45.5,-5.5 parent: 34 - type: Transform - uid: 2044 components: - - pos: -46.5,-5.5 + - type: Transform + pos: -46.5,-5.5 parent: 34 - type: Transform - uid: 2045 components: - - pos: -47.5,-5.5 + - type: Transform + pos: -47.5,-5.5 parent: 34 - type: Transform - uid: 2046 components: - - pos: -44.5,-2.5 + - type: Transform + pos: -44.5,-2.5 parent: 34 - type: Transform - uid: 2047 components: - - pos: -44.5,-3.5 + - type: Transform + pos: -44.5,-3.5 parent: 34 - type: Transform - uid: 2048 components: - - pos: -44.5,-4.5 + - type: Transform + pos: -44.5,-4.5 parent: 34 - type: Transform - uid: 2049 components: - - pos: -48.5,-5.5 + - type: Transform + pos: -48.5,-5.5 parent: 34 - type: Transform - uid: 2050 components: - - pos: -48.5,-4.5 + - type: Transform + pos: -48.5,-4.5 parent: 34 - type: Transform - uid: 2051 components: - - pos: -48.5,-3.5 + - type: Transform + pos: -48.5,-3.5 parent: 34 - type: Transform - uid: 2052 components: - - pos: -48.5,-2.5 + - type: Transform + pos: -48.5,-2.5 parent: 34 - type: Transform - uid: 2053 components: - - pos: -44.5,-6.5 + - type: Transform + pos: -44.5,-6.5 parent: 34 - type: Transform - uid: 2054 components: - - pos: -44.5,-7.5 + - type: Transform + pos: -44.5,-7.5 parent: 34 - type: Transform - uid: 2055 components: - - pos: -48.5,-6.5 + - type: Transform + pos: -48.5,-6.5 parent: 34 - type: Transform - uid: 2056 components: - - pos: -48.5,-7.5 + - type: Transform + pos: -48.5,-7.5 parent: 34 - type: Transform - uid: 2057 components: - - pos: -48.5,-8.5 + - type: Transform + pos: -48.5,-8.5 parent: 34 - type: Transform - uid: 2058 components: - - pos: -44.5,-8.5 + - type: Transform + pos: -44.5,-8.5 parent: 34 - type: Transform - uid: 2059 components: - - pos: -40.5,-8.5 + - type: Transform + pos: -40.5,-8.5 parent: 34 - type: Transform - uid: 2065 components: - - pos: -52.5,-8.5 + - type: Transform + pos: -52.5,-8.5 parent: 34 - type: Transform - uid: 2066 components: - - pos: -52.5,-2.5 + - type: Transform + pos: -52.5,-2.5 parent: 34 - type: Transform - uid: 2067 components: - - pos: -52.5,-4.5 + - type: Transform + pos: -52.5,-4.5 parent: 34 - type: Transform - uid: 2068 components: - - pos: -52.5,-5.5 + - type: Transform + pos: -52.5,-5.5 parent: 34 - type: Transform - uid: 2069 components: - - pos: -52.5,-7.5 + - type: Transform + pos: -52.5,-7.5 parent: 34 - type: Transform - uid: 2070 components: - - pos: -52.5,-6.5 + - type: Transform + pos: -52.5,-6.5 parent: 34 - type: Transform - uid: 2071 components: - - pos: -52.5,-3.5 + - type: Transform + pos: -52.5,-3.5 parent: 34 - type: Transform - uid: 2075 components: - - pos: -48.5,-11.5 + - type: Transform + pos: -48.5,-11.5 parent: 34 - type: Transform - uid: 2077 components: - - pos: -51.5,-11.5 + - type: Transform + pos: -51.5,-11.5 parent: 34 - type: Transform - uid: 2090 components: - - pos: -52.5,-11.5 + - type: Transform + pos: -52.5,-11.5 parent: 34 - type: Transform - uid: 2092 components: - - pos: -52.5,-1.5 + - type: Transform + pos: -52.5,-1.5 parent: 34 - type: Transform - uid: 2096 components: - - pos: -51.5,-8.5 + - type: Transform + pos: -51.5,-8.5 parent: 34 - type: Transform - uid: 2097 components: - - pos: -50.5,-8.5 + - type: Transform + pos: -50.5,-8.5 parent: 34 - type: Transform - uid: 2102 components: - - pos: -50.5,-2.5 + - type: Transform + pos: -50.5,-2.5 parent: 34 - type: Transform - uid: 2103 components: - - pos: -51.5,-2.5 + - type: Transform + pos: -51.5,-2.5 parent: 34 - type: Transform - uid: 2116 components: - - pos: -39.5,2.5 + - type: Transform + pos: -39.5,2.5 parent: 34 - type: Transform - uid: 2147 components: - - pos: 8.5,-25.5 + - type: Transform + pos: 8.5,-25.5 parent: 34 - type: Transform - uid: 2148 components: - - pos: 6.5,-27.5 + - type: Transform + pos: 6.5,-27.5 parent: 34 - type: Transform - uid: 2176 components: - - pos: -41.5,-8.5 + - type: Transform + pos: -41.5,-8.5 parent: 34 - type: Transform - uid: 2178 components: - - pos: -43.5,-2.5 + - type: Transform + pos: -43.5,-2.5 parent: 34 - type: Transform - uid: 2240 components: - - pos: -39.5,5.5 + - type: Transform + pos: -39.5,5.5 parent: 34 - type: Transform - uid: 2242 components: - - pos: -39.5,4.5 + - type: Transform + pos: -39.5,4.5 parent: 34 - type: Transform - uid: 2382 components: - - pos: -43.5,-24.5 + - type: Transform + pos: -43.5,-24.5 parent: 34 - type: Transform - uid: 2428 components: - - pos: 14.5,-37.5 + - type: Transform + pos: 14.5,-37.5 parent: 34 - type: Transform - uid: 2507 components: - - pos: -50.5,-11.5 + - type: Transform + pos: -50.5,-11.5 parent: 34 - type: Transform - uid: 2542 components: - - pos: 22.5,-40.5 + - type: Transform + pos: 22.5,-40.5 parent: 34 - type: Transform - uid: 2561 components: - - pos: -39.5,1.5 + - type: Transform + pos: -39.5,1.5 parent: 34 - type: Transform - uid: 2599 components: - - pos: 20.5,-40.5 + - type: Transform + pos: 20.5,-40.5 parent: 34 - type: Transform - uid: 2600 components: - - pos: 17.5,-40.5 + - type: Transform + pos: 17.5,-40.5 parent: 34 - type: Transform - uid: 2602 components: - - pos: -52.5,-9.5 + - type: Transform + pos: -52.5,-9.5 parent: 34 - type: Transform - uid: 2611 components: - - pos: -39.5,0.5 + - type: Transform + pos: -39.5,0.5 parent: 34 - type: Transform - uid: 2667 components: - - pos: 16.5,-39.5 + - type: Transform + pos: 16.5,-39.5 parent: 34 - type: Transform - uid: 2672 components: - - pos: 11.5,-39.5 + - type: Transform + pos: 11.5,-39.5 parent: 34 - type: Transform - uid: 2705 components: - - pos: 6.5,-43.5 + - type: Transform + pos: 6.5,-43.5 parent: 34 - type: Transform - uid: 2739 components: - - pos: -22.5,-19.5 + - type: Transform + pos: -22.5,-19.5 parent: 34 - type: Transform - uid: 2743 components: - - pos: -23.5,-2.5 + - type: Transform + pos: -23.5,-2.5 parent: 34 - type: Transform - uid: 2921 components: - - pos: 3.5,-19.5 + - type: Transform + pos: 3.5,-19.5 parent: 34 - type: Transform - uid: 2922 components: - - pos: 3.5,-18.5 + - type: Transform + pos: 3.5,-18.5 parent: 34 - type: Transform - uid: 2939 components: - - pos: 8.5,-38.5 + - type: Transform + pos: 8.5,-38.5 parent: 34 - type: Transform - uid: 2940 components: - - pos: 8.5,-43.5 + - type: Transform + pos: 8.5,-43.5 parent: 34 - type: Transform - uid: 2943 components: - - pos: 6.5,-30.5 + - type: Transform + pos: 6.5,-30.5 parent: 34 - type: Transform - uid: 2945 components: - - pos: 7.5,-25.5 + - type: Transform + pos: 7.5,-25.5 parent: 34 - type: Transform - uid: 2960 components: - - pos: 10.5,-39.5 + - type: Transform + pos: 10.5,-39.5 parent: 34 - type: Transform - uid: 2961 components: - - pos: 9.5,-25.5 + - type: Transform + pos: 9.5,-25.5 parent: 34 - type: Transform - uid: 3073 components: - - pos: 6.5,-21.5 + - type: Transform + pos: 6.5,-21.5 parent: 34 - type: Transform - uid: 3080 components: - - pos: 12.5,-35.5 + - type: Transform + pos: 12.5,-35.5 parent: 34 - type: Transform - uid: 3224 components: - - pos: 23.5,-40.5 + - type: Transform + pos: 23.5,-40.5 parent: 34 - type: Transform - uid: 3225 components: - - pos: 23.5,-39.5 + - type: Transform + pos: 23.5,-39.5 parent: 34 - type: Transform - uid: 3282 components: - - pos: 18.5,-40.5 + - type: Transform + pos: 18.5,-40.5 parent: 34 - type: Transform - uid: 3283 components: - - pos: 19.5,-40.5 + - type: Transform + pos: 19.5,-40.5 parent: 34 - type: Transform - uid: 3447 components: - - pos: 3.5,-17.5 + - type: Transform + pos: 3.5,-17.5 parent: 34 - type: Transform - uid: 3454 components: - - pos: -56.5,2.5 + - type: Transform + pos: -56.5,2.5 parent: 34 - type: Transform - uid: 3467 components: - - pos: -55.5,2.5 + - type: Transform + pos: -55.5,2.5 parent: 34 - type: Transform - uid: 3483 components: - - pos: 21.5,-20.5 + - type: Transform + pos: 21.5,-20.5 parent: 34 - type: Transform - uid: 3531 components: - - pos: 27.5,-19.5 + - type: Transform + pos: 27.5,-19.5 parent: 34 - type: Transform - uid: 3535 components: - - pos: 21.5,-19.5 + - type: Transform + pos: 21.5,-19.5 parent: 34 - type: Transform - uid: 3545 components: - - pos: 30.5,-4.5 + - type: Transform + pos: 30.5,-4.5 parent: 34 - type: Transform - uid: 3562 components: - - pos: 25.5,-8.5 + - type: Transform + pos: 25.5,-8.5 parent: 34 - type: Transform - uid: 3570 components: - - pos: 25.5,-4.5 + - type: Transform + pos: 25.5,-4.5 parent: 34 - type: Transform - uid: 3649 components: - - pos: 15.5,9.5 + - type: Transform + pos: 15.5,9.5 parent: 34 - type: Transform - uid: 3855 components: - - pos: 17.5,-35.5 + - type: Transform + pos: 17.5,-35.5 parent: 34 - type: Transform - uid: 3864 components: - - pos: 18.5,-35.5 + - type: Transform + pos: 18.5,-35.5 parent: 34 - type: Transform - uid: 3866 components: - - pos: 19.5,-32.5 + - type: Transform + pos: 19.5,-32.5 parent: 34 - type: Transform - uid: 3871 components: - - pos: 19.5,-27.5 + - type: Transform + pos: 19.5,-27.5 parent: 34 - type: Transform - uid: 3872 components: - - pos: 19.5,-26.5 + - type: Transform + pos: 19.5,-26.5 parent: 34 - type: Transform - uid: 3873 components: - - pos: 19.5,-25.5 + - type: Transform + pos: 19.5,-25.5 parent: 34 - type: Transform - uid: 3892 components: - - pos: 19.5,-35.5 + - type: Transform + pos: 19.5,-35.5 parent: 34 - type: Transform - uid: 3893 components: - - pos: 19.5,-34.5 + - type: Transform + pos: 19.5,-34.5 parent: 34 - type: Transform - uid: 3927 components: - - pos: 14.5,-25.5 + - type: Transform + pos: 14.5,-25.5 parent: 34 - type: Transform - uid: 3928 components: - - pos: 16.5,-25.5 + - type: Transform + pos: 16.5,-25.5 parent: 34 - type: Transform - uid: 3974 components: - - pos: 1.5,-46.5 + - type: Transform + pos: 1.5,-46.5 parent: 34 - type: Transform - uid: 3976 components: - - pos: 3.5,-46.5 + - type: Transform + pos: 3.5,-46.5 parent: 34 - type: Transform - uid: 3977 components: - - pos: 4.5,-46.5 + - type: Transform + pos: 4.5,-46.5 parent: 34 - type: Transform - uid: 3978 components: - - pos: 5.5,-46.5 + - type: Transform + pos: 5.5,-46.5 parent: 34 - type: Transform - uid: 3979 components: - - pos: 6.5,-46.5 + - type: Transform + pos: 6.5,-46.5 parent: 34 - type: Transform - uid: 3991 components: - - pos: 13.5,-35.5 + - type: Transform + pos: 13.5,-35.5 parent: 34 - type: Transform - uid: 3994 components: - - pos: 12.5,-39.5 + - type: Transform + pos: 12.5,-39.5 parent: 34 - type: Transform - uid: 3996 components: - - pos: 16.5,-40.5 + - type: Transform + pos: 16.5,-40.5 parent: 34 - type: Transform - uid: 3997 components: - - pos: 2.5,-42.5 + - type: Transform + pos: 2.5,-42.5 parent: 34 - type: Transform - uid: 4000 components: - - pos: 19.5,-39.5 + - type: Transform + pos: 19.5,-39.5 parent: 34 - type: Transform - uid: 4049 components: - - pos: -10.5,-44.5 + - type: Transform + pos: -10.5,-44.5 parent: 34 - type: Transform - uid: 4066 components: - - pos: -6.5,-44.5 + - type: Transform + pos: -6.5,-44.5 parent: 34 - type: Transform - uid: 4171 components: - - pos: 27.5,-15.5 + - type: Transform + pos: 27.5,-15.5 parent: 34 - type: Transform - uid: 4269 components: - - pos: 34.5,-25.5 + - type: Transform + pos: 34.5,-25.5 parent: 34 - type: Transform - uid: 4271 components: - - pos: 31.5,-26.5 + - type: Transform + pos: 31.5,-26.5 parent: 34 - type: Transform - uid: 4314 components: - - pos: 28.5,-25.5 + - type: Transform + pos: 28.5,-25.5 parent: 34 - type: Transform - uid: 4319 components: - - pos: 35.5,-31.5 + - type: Transform + pos: 35.5,-31.5 parent: 34 - type: Transform - uid: 4324 components: - - pos: 35.5,-36.5 + - type: Transform + pos: 35.5,-36.5 parent: 34 - type: Transform - uid: 4331 components: - - pos: 35.5,-37.5 + - type: Transform + pos: 35.5,-37.5 parent: 34 - type: Transform - uid: 4334 components: - - pos: 38.5,-37.5 + - type: Transform + pos: 38.5,-37.5 parent: 34 - type: Transform - uid: 4335 components: - - pos: 39.5,-37.5 + - type: Transform + pos: 39.5,-37.5 parent: 34 - type: Transform - uid: 4336 components: - - pos: 40.5,-37.5 + - type: Transform + pos: 40.5,-37.5 parent: 34 - type: Transform - uid: 4351 components: - - pos: 14.5,-36.5 + - type: Transform + pos: 14.5,-36.5 parent: 34 - type: Transform - uid: 4360 components: - - pos: 11.5,-43.5 + - type: Transform + pos: 11.5,-43.5 parent: 34 - type: Transform - uid: 4361 components: - - pos: 10.5,-43.5 + - type: Transform + pos: 10.5,-43.5 parent: 34 - type: Transform - uid: 4362 components: - - pos: 9.5,-43.5 + - type: Transform + pos: 9.5,-43.5 parent: 34 - type: Transform - uid: 4364 components: - - pos: 7.5,-43.5 + - type: Transform + pos: 7.5,-43.5 parent: 34 - type: Transform - uid: 4382 components: - - pos: 35.5,-38.5 + - type: Transform + pos: 35.5,-38.5 parent: 34 - type: Transform - uid: 4406 components: - - pos: -18.5,1.5 + - type: Transform + pos: -18.5,1.5 parent: 34 - type: Transform - uid: 4635 components: - - pos: 45.5,2.5 + - type: Transform + pos: 45.5,2.5 parent: 34 - type: Transform - uid: 4636 components: - - pos: 44.5,2.5 + - type: Transform + pos: 44.5,2.5 parent: 34 - type: Transform - uid: 4867 components: - - pos: 32.5,-20.5 + - type: Transform + pos: 32.5,-20.5 parent: 34 - type: Transform - uid: 4880 components: - - pos: 27.5,-18.5 + - type: Transform + pos: 27.5,-18.5 parent: 34 - type: Transform - uid: 4881 components: - - pos: 27.5,-16.5 + - type: Transform + pos: 27.5,-16.5 parent: 34 - type: Transform - uid: 4966 components: - - pos: 24.5,9.5 + - type: Transform + pos: 24.5,9.5 parent: 34 - type: Transform - uid: 4970 components: - - pos: 27.5,9.5 + - type: Transform + pos: 27.5,9.5 parent: 34 - type: Transform - uid: 4971 components: - - pos: 25.5,9.5 + - type: Transform + pos: 25.5,9.5 parent: 34 - type: Transform - uid: 4973 components: - - pos: 20.5,10.5 + - type: Transform + pos: 20.5,10.5 parent: 34 - type: Transform - uid: 4980 components: - - pos: 20.5,7.5 + - type: Transform + pos: 20.5,7.5 parent: 34 - type: Transform - uid: 4981 components: - - pos: 20.5,6.5 + - type: Transform + pos: 20.5,6.5 parent: 34 - type: Transform - uid: 4988 components: - - pos: 19.5,7.5 + - type: Transform + pos: 19.5,7.5 parent: 34 - type: Transform - uid: 4989 components: - - pos: 18.5,7.5 + - type: Transform + pos: 18.5,7.5 parent: 34 - type: Transform - uid: 4990 components: - - pos: 17.5,7.5 + - type: Transform + pos: 17.5,7.5 parent: 34 - type: Transform - uid: 4991 components: - - pos: 16.5,7.5 + - type: Transform + pos: 16.5,7.5 parent: 34 - type: Transform - uid: 4992 components: - - pos: 15.5,7.5 + - type: Transform + pos: 15.5,7.5 parent: 34 - type: Transform - uid: 4999 components: - - pos: 15.5,6.5 + - type: Transform + pos: 15.5,6.5 parent: 34 - type: Transform - uid: 5402 components: - - pos: 34.5,-45.5 + - type: Transform + pos: 34.5,-45.5 parent: 34 - type: Transform - uid: 5570 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 34 - type: Transform - uid: 5626 components: - - pos: -38.5,0.5 + - type: Transform + pos: -38.5,0.5 parent: 34 - type: Transform - uid: 5668 components: - - pos: -40.5,0.5 + - type: Transform + pos: -40.5,0.5 parent: 34 - type: Transform - uid: 5677 components: - - pos: -36.5,0.5 + - type: Transform + pos: -36.5,0.5 parent: 34 - type: Transform - uid: 5943 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 34 - type: Transform - uid: 5952 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 34 - type: Transform - uid: 6108 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 34 - type: Transform - uid: 6127 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 34 - type: Transform - uid: 6130 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 34 - type: Transform - uid: 6141 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 34 - type: Transform - uid: 6144 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 34 - type: Transform - uid: 6147 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 34 - type: Transform - uid: 6388 components: - - pos: 12.5,-40.5 + - type: Transform + pos: 12.5,-40.5 parent: 34 - type: Transform - uid: 6730 components: - - pos: 23.5,10.5 + - type: Transform + pos: 23.5,10.5 parent: 34 - type: Transform - uid: 7179 components: - - pos: -40.5,-21.5 + - type: Transform + pos: -40.5,-21.5 parent: 34 - type: Transform - uid: 7741 components: - - pos: 12.5,-42.5 + - type: Transform + pos: 12.5,-42.5 parent: 34 - type: Transform - uid: 7742 components: - - pos: 2.5,-43.5 + - type: Transform + pos: 2.5,-43.5 parent: 34 - type: Transform - uid: 7755 components: - - pos: 9.5,-38.5 + - type: Transform + pos: 9.5,-38.5 parent: 34 - type: Transform - uid: 7846 components: - - pos: 12.5,-43.5 + - type: Transform + pos: 12.5,-43.5 parent: 34 - type: Transform - uid: 8004 components: - - pos: 2.5,-46.5 + - type: Transform + pos: 2.5,-46.5 parent: 34 - type: Transform - uid: 8035 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 34 - type: Transform - uid: 8116 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 34 - type: Transform - uid: 8413 components: - - pos: 14.5,-38.5 + - type: Transform + pos: 14.5,-38.5 parent: 34 - type: Transform - uid: 8501 components: - - pos: -6.5,-40.5 + - type: Transform + pos: -6.5,-40.5 parent: 34 - type: Transform - uid: 9033 components: - - pos: 4.5,-43.5 + - type: Transform + pos: 4.5,-43.5 parent: 34 - type: Transform - uid: 9289 components: - - pos: -52.5,-10.5 + - type: Transform + pos: -52.5,-10.5 parent: 34 - type: Transform - uid: 10009 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 34 - type: Transform - uid: 10370 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 34 - type: Transform - uid: 10381 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 34 - type: Transform - uid: 10449 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 34 - type: Transform - uid: 10463 components: - - pos: 7.5,-38.5 + - type: Transform + pos: 7.5,-38.5 parent: 34 - type: Transform - uid: 10593 components: - - pos: 24.5,-8.5 + - type: Transform + pos: 24.5,-8.5 parent: 34 - type: Transform - uid: 10622 components: - - pos: 23.5,9.5 + - type: Transform + pos: 23.5,9.5 parent: 34 - type: Transform - uid: 10711 components: - - pos: 2.5,-44.5 + - type: Transform + pos: 2.5,-44.5 parent: 34 - type: Transform - uid: 10714 components: - - pos: 17.5,-42.5 + - type: Transform + pos: 17.5,-42.5 parent: 34 - type: Transform - uid: 10788 components: - - pos: 14.5,-39.5 + - type: Transform + pos: 14.5,-39.5 parent: 34 - type: Transform - uid: 10829 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 34 - type: Transform - uid: 11202 components: - - pos: 23.5,12.5 + - type: Transform + pos: 23.5,12.5 parent: 34 - type: Transform - uid: 11206 components: - - pos: 23.5,11.5 + - type: Transform + pos: 23.5,11.5 parent: 34 - type: Transform - uid: 11263 components: - - pos: 28.5,9.5 + - type: Transform + pos: 28.5,9.5 parent: 34 - type: Transform - uid: 11381 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 34 - type: Transform - uid: 11399 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 34 - type: Transform - uid: 11437 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 34 - type: Transform - uid: 11623 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 34 - type: Transform - uid: 11703 components: - - pos: -40.5,-20.5 + - type: Transform + pos: -40.5,-20.5 parent: 34 - type: Transform - uid: 11715 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 34 - type: Transform - uid: 11786 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 34 - type: Transform - uid: 11807 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 34 - type: Transform - uid: 11810 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 34 - type: Transform - uid: 12231 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 34 - type: Transform - uid: 12238 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 34 - type: Transform - uid: 12425 components: - - pos: 2.5,-38.5 + - type: Transform + pos: 2.5,-38.5 parent: 34 - type: Transform - uid: 12935 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 34 - type: Transform - proto: WallSolidRust entities: - uid: 3462 components: - - pos: -54.5,9.5 + - type: Transform + pos: -54.5,9.5 parent: 34 - type: Transform - uid: 3471 components: - - pos: -53.5,9.5 + - type: Transform + pos: -53.5,9.5 parent: 34 - type: Transform - uid: 4982 components: - - pos: 22.5,10.5 + - type: Transform + pos: 22.5,10.5 parent: 34 - type: Transform - uid: 4983 components: - - pos: 21.5,10.5 + - type: Transform + pos: 21.5,10.5 parent: 34 - type: Transform - uid: 11164 components: - - pos: -52.5,9.5 + - type: Transform + pos: -52.5,9.5 parent: 34 - type: Transform - proto: WallWeaponCapacitorRecharger entities: - uid: 3586 components: - - pos: 27.5,5.5 + - type: Transform + pos: 27.5,5.5 parent: 34 - type: Transform - uid: 4496 components: - - pos: 28.5,5.5 + - type: Transform + pos: 28.5,5.5 parent: 34 - type: Transform - proto: WallWood entities: - uid: 2109 components: - - pos: -52.5,2.5 + - type: Transform + pos: -52.5,2.5 parent: 34 - type: Transform - uid: 2111 components: - - pos: -51.5,3.5 + - type: Transform + pos: -51.5,3.5 parent: 34 - type: Transform - uid: 2113 components: - - pos: -47.5,2.5 + - type: Transform + pos: -47.5,2.5 parent: 34 - type: Transform - uid: 2114 components: - - pos: -47.5,1.5 + - type: Transform + pos: -47.5,1.5 parent: 34 - type: Transform - uid: 2117 components: - - pos: -52.5,1.5 + - type: Transform + pos: -52.5,1.5 parent: 34 - type: Transform - uid: 2118 components: - - pos: -52.5,0.5 + - type: Transform + pos: -52.5,0.5 parent: 34 - type: Transform - uid: 5046 components: - - pos: -52.5,3.5 + - type: Transform + pos: -52.5,3.5 parent: 34 - type: Transform - uid: 5047 components: - - pos: -50.5,3.5 + - type: Transform + pos: -50.5,3.5 parent: 34 - type: Transform - uid: 5048 components: - - pos: -49.5,3.5 + - type: Transform + pos: -49.5,3.5 parent: 34 - type: Transform - uid: 5049 components: - - pos: -48.5,3.5 + - type: Transform + pos: -48.5,3.5 parent: 34 - type: Transform - uid: 5051 components: - - pos: -42.5,0.5 + - type: Transform + pos: -42.5,0.5 parent: 34 - type: Transform - uid: 5052 components: - - pos: -42.5,1.5 + - type: Transform + pos: -42.5,1.5 parent: 34 - type: Transform - uid: 5053 components: - - pos: -42.5,2.5 + - type: Transform + pos: -42.5,2.5 parent: 34 - type: Transform - uid: 5054 components: - - pos: -42.5,3.5 + - type: Transform + pos: -42.5,3.5 parent: 34 - type: Transform - uid: 5055 components: - - pos: -43.5,3.5 + - type: Transform + pos: -43.5,3.5 parent: 34 - type: Transform - uid: 5056 components: - - pos: -44.5,3.5 + - type: Transform + pos: -44.5,3.5 parent: 34 - type: Transform - uid: 5057 components: - - pos: -45.5,3.5 + - type: Transform + pos: -45.5,3.5 parent: 34 - type: Transform - uid: 5058 components: - - pos: -46.5,3.5 + - type: Transform + pos: -46.5,3.5 parent: 34 - type: Transform - uid: 5808 components: - - pos: -47.5,3.5 + - type: Transform + pos: -47.5,3.5 parent: 34 - type: Transform - uid: 5886 components: - - pos: -53.5,2.5 + - type: Transform + pos: -53.5,2.5 parent: 34 - type: Transform - proto: WardrobeCargoFilled entities: - uid: 10970 components: - - pos: -11.5,-29.5 + - type: Transform + pos: -11.5,-29.5 parent: 34 - type: Transform - proto: WardrobeFormal entities: - uid: 5960 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 34 - type: Transform - proto: WardrobeGreyFilled entities: - uid: 2208 components: - - pos: -50.5,-6.5 + - type: Transform + pos: -50.5,-6.5 parent: 34 - type: Transform - proto: WardrobeMixedFilled entities: - uid: 2120 components: - - pos: -43.5,1.5 + - type: Transform + pos: -43.5,1.5 parent: 34 - type: Transform - proto: WardrobePrisonFilled entities: - uid: 3392 components: - - pos: 16.5,-10.5 + - type: Transform + pos: 16.5,-10.5 parent: 34 - type: Transform - proto: WarningCO2 entities: - uid: 10966 components: - - pos: -49.5,-37.5 + - type: Transform + pos: -49.5,-37.5 parent: 34 - type: Transform - proto: WarningN2 entities: - uid: 1199 components: - - pos: -39.5,-40.5 + - type: Transform + pos: -39.5,-40.5 parent: 34 - type: Transform - proto: WarningO2 entities: - uid: 1198 components: - - pos: -39.5,-42.5 + - type: Transform + pos: -39.5,-42.5 parent: 34 - type: Transform - proto: WarningPlasma entities: - uid: 1201 components: - - name: plasma warning sign - type: MetaData - - pos: -39.5,-44.5 + - type: MetaData + name: plasma warning sign + - type: Transform + pos: -39.5,-44.5 parent: 34 - type: Transform - proto: WarningWaste entities: - uid: 1200 components: - - pos: -39.5,-46.5 + - type: Transform + pos: -39.5,-46.5 parent: 34 - type: Transform - proto: WarpPoint entities: - uid: 11316 components: - - pos: -44.5,-41.5 + - type: Transform + pos: -44.5,-41.5 parent: 34 - type: Transform - - location: atmospherics - type: WarpPoint + - type: WarpPoint + location: atmospherics - uid: 11319 components: - - pos: 22.5,-7.5 + - type: Transform + pos: 22.5,-7.5 parent: 34 - type: Transform - - location: security - type: WarpPoint - - text: Security - type: NavMapBeacon + - type: WarpPoint + location: security + - type: NavMapBeacon + text: Security - uid: 11320 components: - - pos: 42.5,-2.5 + - type: Transform + pos: 42.5,-2.5 parent: 34 - type: Transform - - location: perma - type: WarpPoint + - type: WarpPoint + location: perma - uid: 11324 components: - - pos: -0.5,-48.5 + - type: Transform + pos: -0.5,-48.5 parent: 34 - type: Transform - - location: evac south - type: WarpPoint - - text: evac south - type: NavMapBeacon + - type: WarpPoint + location: evac south + - type: NavMapBeacon + text: evac south - uid: 11325 components: - - pos: 15.5,-30.5 + - type: Transform + pos: 15.5,-30.5 parent: 34 - type: Transform - - location: courtroom - type: WarpPoint - - text: Court - type: NavMapBeacon + - type: WarpPoint + location: courtroom + - type: NavMapBeacon + text: Court - uid: 11326 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 34 - type: Transform - - location: evac north - type: WarpPoint - - text: evac north - type: NavMapBeacon + - type: WarpPoint + location: evac north + - type: NavMapBeacon + text: evac north - uid: 13006 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-8.5 parent: 34 - type: Transform - - text: Bar - type: NavMapBeacon -- proto: WarpPointBeaconCargo - entities: - - uid: 11321 - components: - - pos: -10.5,-31.5 - parent: 34 - type: Transform - - location: logistics - type: WarpPoint -- proto: WarpPointBeaconCommand - entities: - - uid: 12919 - components: - - pos: 31.5,-34.5 - parent: 34 - type: Transform -- proto: WarpPointBeaconEngineering - entities: - - uid: 11015 - components: - - pos: -32.5,-37.5 - parent: 34 - type: Transform -- proto: WarpPointBeaconMedical - entities: - - uid: 10915 - components: - - pos: 4.5,-34.5 - parent: 34 - type: Transform -- proto: WarpPointBeaconScience - entities: - - uid: 10916 - components: - - pos: -30.5,-9.5 - parent: 34 - type: Transform - - location: epistemics - type: WarpPoint -- proto: WarpPointBeaconSecurity - entities: - - uid: 11318 - components: - - pos: 24.5,-12.5 - parent: 34 - type: Transform -- proto: WarpPointBeaconService - entities: - - uid: 10917 - components: - - pos: -13.5,-5.5 - parent: 34 - type: Transform + - type: NavMapBeacon + text: Bar - proto: WarpPointBombing entities: - uid: 6490 components: - - pos: 8.5,-27.5 + - type: Transform + pos: 8.5,-27.5 parent: 34 - type: Transform - - location: surgery - type: WarpPoint + - type: WarpPoint + location: surgery - uid: 7494 components: - - pos: -45.5,-17.5 + - type: Transform + pos: -45.5,-17.5 parent: 34 - type: Transform - - location: robotics - type: WarpPoint + - type: WarpPoint + location: robotics - uid: 9983 components: - - pos: -8.5,-16.5 + - type: Transform + pos: -8.5,-16.5 parent: 34 - type: Transform - - location: central square - type: WarpPoint + - type: WarpPoint + location: central square - uid: 11315 components: - - pos: -43.5,-5.5 + - type: Transform + pos: -43.5,-5.5 parent: 34 - type: Transform - - location: dorms - type: WarpPoint + - type: WarpPoint + location: dorms - uid: 12916 components: - - pos: 25.5,-34.5 + - type: Transform + pos: 25.5,-34.5 parent: 34 - type: Transform - - location: vault - type: WarpPoint + - type: WarpPoint + location: vault - uid: 12918 components: - - pos: -24.5,4.5 + - type: Transform + pos: -24.5,4.5 parent: 34 - type: Transform - - location: engineering checkpoint - type: WarpPoint + - type: WarpPoint + location: engineering checkpoint - proto: WashingMachineFilledClothes entities: - uid: 8890 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -51.5,-3.5 parent: 34 - type: Transform - proto: WaterCooler entities: - uid: 17 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 34 - type: Transform - uid: 2190 components: - - pos: -41.5,-5.5 + - type: Transform + pos: -41.5,-5.5 parent: 34 - type: Transform - uid: 3856 components: - - pos: 31.5,-13.5 + - type: Transform + pos: 31.5,-13.5 parent: 34 - type: Transform - uid: 4157 components: - - pos: 25.5,-10.5 + - type: Transform + pos: 25.5,-10.5 parent: 34 - type: Transform - uid: 4444 components: - - pos: 37.5,-31.5 + - type: Transform + pos: 37.5,-31.5 parent: 34 - type: Transform - uid: 10743 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 34 - type: Transform - uid: 12419 components: - - pos: -47.5,-14.5 + - type: Transform + pos: -47.5,-14.5 parent: 34 - type: Transform - uid: 12531 components: - - pos: -47.5,-24.5 + - type: Transform + pos: -47.5,-24.5 parent: 34 - type: Transform - uid: 12545 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 34 - type: Transform - proto: WaterTankFull entities: - uid: 4714 components: - - pos: 36.5,5.5 + - type: Transform + pos: 36.5,5.5 parent: 34 - type: Transform - uid: 5557 components: - - pos: -18.5,2.5 + - type: Transform + pos: -18.5,2.5 parent: 34 - type: Transform - proto: WaterTankHighCapacity entities: - uid: 876 components: - - pos: -17.5,-8.5 + - type: Transform + pos: -17.5,-8.5 parent: 34 - type: Transform - proto: WaterVaporCanister entities: - uid: 12326 components: - - pos: -52.5,-30.5 + - type: Transform + pos: -52.5,-30.5 parent: 34 - type: Transform - - joinedGrid: 34 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 34 - proto: WeaponCapacitorRecharger entities: - uid: 3598 components: - - pos: 18.5,-20.5 + - type: Transform + pos: 18.5,-20.5 parent: 34 - type: Transform - uid: 10760 components: - - pos: 33.5,-31.5 + - type: Transform + pos: 33.5,-31.5 parent: 34 - type: Transform - proto: WeaponDisabler entities: - uid: 3713 components: - - pos: 22.34301,-19.588076 + - type: Transform + pos: 22.34301,-19.588076 parent: 34 - type: Transform - uid: 3723 components: - - pos: 22.634678,-19.421293 + - type: Transform + pos: 22.634678,-19.421293 parent: 34 - type: Transform - uid: 3724 components: - - pos: 22.31176,-19.264936 + - type: Transform + pos: 22.31176,-19.264936 parent: 34 - type: Transform - uid: 10761 components: - - pos: 34.069336,-31.35018 + - type: Transform + pos: 34.069336,-31.35018 parent: 34 - type: Transform - proto: WeaponLaserCarbine entities: - uid: 3736 components: - - pos: 26.565401,3.7038927 + - type: Transform + pos: 26.565401,3.7038927 parent: 34 - type: Transform - uid: 3737 components: - - pos: 26.513319,3.4224472 + - type: Transform + pos: 26.513319,3.4224472 parent: 34 - type: Transform - proto: WeaponLauncherRocket entities: - uid: 3741 components: - - pos: 29.395697,4.62251 + - type: Transform + pos: 29.395697,4.62251 parent: 34 - type: Transform - uid: 4499 components: - - pos: 29.57278,4.3827605 + - type: Transform + pos: 29.57278,4.3827605 parent: 34 - type: Transform - proto: WeaponRifleBB entities: - uid: 12483 components: - - pos: 41.015553,-16.55187 + - type: Transform + pos: 41.015553,-16.55187 parent: 34 - type: Transform - proto: WeaponRifleLecter entities: - uid: 3738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.263319,4.548229 parent: 34 - type: Transform - uid: 3739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 26.669569,4.548229 parent: 34 - type: Transform - proto: WeaponShotgunKammerer entities: - uid: 3733 components: - - pos: 29.461235,3.6309257 + - type: Transform + pos: 29.461235,3.6309257 parent: 34 - type: Transform - uid: 3734 components: - - pos: 29.502901,3.3911757 + - type: Transform + pos: 29.502901,3.3911757 parent: 34 - type: Transform - proto: WeldingFuelTankFull entities: - uid: 5566 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 34 - type: Transform - uid: 6222 components: - - pos: 34.5,6.5 + - type: Transform + pos: 34.5,6.5 parent: 34 - type: Transform - uid: 10356 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 34 - type: Transform - uid: 11165 components: - - desc: Fred insists it's alright to put the fuel tank here. Take it up with him if you have a problem with it. - type: MetaData - - pos: -54.5,10.5 + - type: MetaData + desc: Fred insists it's alright to put the fuel tank here. Take it up with him if you have a problem with it. + - type: Transform + pos: -54.5,10.5 parent: 34 - type: Transform - uid: 11478 components: - - pos: -35.5,-25.5 + - type: Transform + pos: -35.5,-25.5 parent: 34 - type: Transform - uid: 12157 components: - - pos: -54.5,-7.5 + - type: Transform + pos: -54.5,-7.5 parent: 34 - type: Transform - proto: WetFloorSign entities: - uid: 11925 components: - - pos: 4.345566,-19.175034 + - type: Transform + pos: 4.345566,-19.175034 parent: 34 - type: Transform - uid: 11934 components: - - pos: 4.480983,-19.341816 + - type: Transform + pos: 4.480983,-19.341816 parent: 34 - type: Transform - proto: Windoor entities: - uid: 478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-16.5 parent: 34 - type: Transform - uid: 5514 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 38.5,-38.5 parent: 34 - type: Transform - uid: 10310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,9.5 parent: 34 - type: Transform - proto: WindoorBarLocked entities: - uid: 729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 34 - type: Transform - uid: 12789 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 34 - type: Transform - proto: WindoorHydroponicsLocked entities: - uid: 274 components: - - name: snack window - type: MetaData - - pos: -18.5,-2.5 + - type: MetaData + name: snack window + - type: Transform + pos: -18.5,-2.5 parent: 34 - type: Transform - uid: 277 components: - - name: snack window - type: MetaData - - pos: -19.5,-2.5 + - type: MetaData + name: snack window + - type: Transform + pos: -19.5,-2.5 parent: 34 - type: Transform - uid: 12240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-8.5 parent: 34 - type: Transform - proto: WindoorKitchenLocked entities: - uid: 223 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-8.5 parent: 34 - type: Transform - proto: WindoorSecure entities: - uid: 11328 components: - - pos: -18.5,-20.5 + - type: Transform + pos: -18.5,-20.5 parent: 34 - type: Transform - proto: WindoorSecureArmoryLocked entities: - uid: 3700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,-0.5 parent: 34 - type: Transform - uid: 3701 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 24.5,0.5 parent: 34 - type: Transform - proto: WindoorSecureCargoLocked entities: - uid: 1885 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-26.5 parent: 34 - type: Transform - uid: 1900 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-25.5 parent: 34 - type: Transform - proto: WindoorSecureChemistryLocked entities: - uid: 1385 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-27.5 parent: 34 - type: Transform - uid: 2685 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-30.5 parent: 34 - type: Transform - uid: 2687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-30.5 parent: 34 - type: Transform - uid: 2692 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-26.5 parent: 34 - type: Transform - proto: WindoorSecureCommandLocked entities: - uid: 1353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-54.5 parent: 34 - type: Transform - uid: 1810 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-52.5 parent: 34 - type: Transform - uid: 1891 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-53.5 parent: 34 - type: Transform - uid: 7029 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-53.5 parent: 34 - type: Transform - uid: 11057 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-52.5 parent: 34 - type: Transform - uid: 11809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 51.5,-23.5 parent: 34 - type: Transform - uid: 12345 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-54.5 parent: 34 - type: Transform - proto: WindoorSecureEngineeringLocked entities: - uid: 2308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-26.5 parent: 34 - type: Transform - uid: 5601 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -22.5,1.5 parent: 34 - type: Transform - uid: 5602 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -21.5,1.5 parent: 34 - type: Transform - proto: WindoorSecureHeadOfPersonnelLocked entities: - uid: 1955 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-20.5 parent: 34 - type: Transform - proto: WindoorSecureScienceLocked entities: - uid: 2523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-20.5 parent: 34 - type: Transform - proto: WindoorSecureSecurityLawyerLocked entities: - uid: 802 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,1.5 parent: 34 - type: Transform - uid: 3902 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-34.5 parent: 34 - type: Transform - uid: 3935 components: - - pos: 15.5,-28.5 + - type: Transform + pos: 15.5,-28.5 parent: 34 - type: Transform - proto: WindoorSecureSecurityLocked entities: - uid: 1281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 21.5,-13.5 parent: 34 - type: Transform - uid: 3560 components: - - pos: 25.5,-18.5 + - type: Transform + pos: 25.5,-18.5 parent: 34 - type: Transform - uid: 3578 components: - - pos: 23.5,-18.5 + - type: Transform + pos: 23.5,-18.5 parent: 34 - type: Transform - proto: Window entities: - uid: 16 components: - - pos: -15.5,-21.5 + - type: Transform + pos: -15.5,-21.5 parent: 34 - type: Transform - uid: 59 components: - - pos: -17.5,-9.5 + - type: Transform + pos: -17.5,-9.5 parent: 34 - type: Transform - uid: 60 components: - - pos: -18.5,-9.5 + - type: Transform + pos: -18.5,-9.5 parent: 34 - type: Transform - uid: 108 components: - - pos: 23.5,-22.5 + - type: Transform + pos: 23.5,-22.5 parent: 34 - type: Transform - uid: 128 components: - - pos: 23.5,-24.5 + - type: Transform + pos: 23.5,-24.5 parent: 34 - type: Transform - uid: 188 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 34 - type: Transform - uid: 192 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 34 - type: Transform - uid: 585 components: - - pos: -32.5,-9.5 + - type: Transform + pos: -32.5,-9.5 parent: 34 - type: Transform - uid: 587 components: - - pos: -32.5,-11.5 + - type: Transform + pos: -32.5,-11.5 parent: 34 - type: Transform - uid: 595 components: - - pos: -29.5,-20.5 + - type: Transform + pos: -29.5,-20.5 parent: 34 - type: Transform - uid: 648 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 parent: 34 - type: Transform - uid: 720 components: - - pos: -43.5,-27.5 + - type: Transform + pos: -43.5,-27.5 parent: 34 - type: Transform - uid: 774 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 34 - type: Transform - uid: 777 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 34 - type: Transform - uid: 778 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 34 - type: Transform - uid: 906 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 34 - type: Transform - uid: 910 components: - - pos: -28.5,-20.5 + - type: Transform + pos: -28.5,-20.5 parent: 34 - type: Transform - uid: 911 components: - - pos: -25.5,-20.5 + - type: Transform + pos: -25.5,-20.5 parent: 34 - type: Transform - uid: 912 components: - - pos: -24.5,-20.5 + - type: Transform + pos: -24.5,-20.5 parent: 34 - type: Transform - uid: 1003 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 34 - type: Transform - uid: 1005 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 34 - type: Transform - uid: 1315 components: - - pos: 5.5,-30.5 + - type: Transform + pos: 5.5,-30.5 parent: 34 - type: Transform - uid: 1739 components: - - pos: -36.5,-31.5 + - type: Transform + pos: -36.5,-31.5 parent: 34 - type: Transform - uid: 1765 components: - - pos: -36.5,-32.5 + - type: Transform + pos: -36.5,-32.5 parent: 34 - type: Transform - uid: 1769 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 34 - type: Transform - uid: 1830 components: - - pos: -38.5,-28.5 + - type: Transform + pos: -38.5,-28.5 parent: 34 - type: Transform - uid: 1893 components: - - pos: -12.5,-28.5 + - type: Transform + pos: -12.5,-28.5 parent: 34 - type: Transform - uid: 1943 components: - - pos: 3.5,-30.5 + - type: Transform + pos: 3.5,-30.5 + parent: 34 + - uid: 1961 + components: + - type: Transform + pos: 45.5,-14.5 parent: 34 - type: Transform - uid: 1998 components: - - pos: -2.5,-22.5 + - type: Transform + pos: -2.5,-22.5 parent: 34 - type: Transform - uid: 2104 components: - - pos: -40.5,-3.5 + - type: Transform + pos: -40.5,-3.5 parent: 34 - type: Transform - uid: 2105 components: - - pos: -40.5,-4.5 + - type: Transform + pos: -40.5,-4.5 parent: 34 - type: Transform - uid: 2106 components: - - pos: -40.5,-6.5 + - type: Transform + pos: -40.5,-6.5 parent: 34 - type: Transform - uid: 2107 components: - - pos: -40.5,-7.5 + - type: Transform + pos: -40.5,-7.5 parent: 34 - type: Transform - uid: 2179 components: - - pos: -43.5,-8.5 + - type: Transform + pos: -43.5,-8.5 parent: 34 - type: Transform - uid: 2181 components: - - pos: -41.5,-2.5 + - type: Transform + pos: -41.5,-2.5 parent: 34 - type: Transform - uid: 2699 components: - - pos: 8.5,-36.5 + - type: Transform + pos: 8.5,-36.5 parent: 34 - type: Transform - uid: 3200 components: - - pos: -34.5,-41.5 + - type: Transform + pos: -34.5,-41.5 parent: 34 - type: Transform - uid: 3201 components: - - pos: -32.5,-41.5 + - type: Transform + pos: -32.5,-41.5 parent: 34 - type: Transform - uid: 3222 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 34 - type: Transform - uid: 3458 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 34 - type: Transform - uid: 3544 components: - - pos: 27.5,-4.5 + - type: Transform + pos: 27.5,-4.5 parent: 34 - type: Transform - uid: 3558 components: - - pos: 21.5,-16.5 + - type: Transform + pos: 21.5,-16.5 parent: 34 - type: Transform - uid: 3564 components: - - pos: 29.5,-4.5 + - type: Transform + pos: 29.5,-4.5 parent: 34 - type: Transform - uid: 3568 components: - - pos: 26.5,-4.5 + - type: Transform + pos: 26.5,-4.5 parent: 34 - type: Transform - uid: 3572 components: - - pos: 25.5,-6.5 + - type: Transform + pos: 25.5,-6.5 parent: 34 - type: Transform - uid: 3573 components: - - pos: 25.5,-7.5 + - type: Transform + pos: 25.5,-7.5 parent: 34 - type: Transform - uid: 3575 components: - - pos: 25.5,-5.5 + - type: Transform + pos: 25.5,-5.5 parent: 34 - type: Transform - uid: 3614 components: - - pos: 21.5,-18.5 + - type: Transform + pos: 21.5,-18.5 parent: 34 - type: Transform - uid: 3797 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 34 - type: Transform - uid: 3798 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 34 - type: Transform - uid: 3923 components: - - pos: 12.5,-25.5 + - type: Transform + pos: 12.5,-25.5 parent: 34 - type: Transform - uid: 3924 components: - - pos: 13.5,-25.5 + - type: Transform + pos: 13.5,-25.5 parent: 34 - type: Transform - uid: 3925 components: - - pos: 17.5,-25.5 + - type: Transform + pos: 17.5,-25.5 parent: 34 - type: Transform - uid: 3926 components: - - pos: 18.5,-25.5 + - type: Transform + pos: 18.5,-25.5 parent: 34 - type: Transform - uid: 3967 components: - - pos: -3.5,-30.5 + - type: Transform + pos: -3.5,-30.5 parent: 34 - type: Transform - uid: 3969 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 34 - type: Transform - uid: 3971 components: - - pos: -3.5,-39.5 + - type: Transform + pos: -3.5,-39.5 parent: 34 - type: Transform - uid: 4042 components: - - pos: -6.5,-42.5 + - type: Transform + pos: -6.5,-42.5 parent: 34 - type: Transform - uid: 4045 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 34 - type: Transform - uid: 4084 components: - - pos: 2.5,-51.5 + - type: Transform + pos: 2.5,-51.5 parent: 34 - type: Transform - uid: 4085 components: - - pos: 1.5,-51.5 + - type: Transform + pos: 1.5,-51.5 parent: 34 - type: Transform - uid: 4086 components: - - pos: 0.5,-51.5 + - type: Transform + pos: 0.5,-51.5 parent: 34 - type: Transform - uid: 4176 components: - - pos: 14.5,-20.5 + - type: Transform + pos: 14.5,-20.5 parent: 34 - type: Transform - uid: 4177 components: - - pos: 12.5,-20.5 + - type: Transform + pos: 12.5,-20.5 parent: 34 - type: Transform - uid: 4179 components: - - pos: -2.5,-24.5 + - type: Transform + pos: -2.5,-24.5 parent: 34 - type: Transform - uid: 4182 components: - - pos: 10.5,-22.5 + - type: Transform + pos: 10.5,-22.5 parent: 34 - type: Transform - uid: 4183 components: - - pos: 10.5,-24.5 + - type: Transform + pos: 10.5,-24.5 parent: 34 - type: Transform - uid: 4192 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 34 - type: Transform - uid: 4193 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 34 - type: Transform - uid: 4545 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 34 - type: Transform - uid: 5003 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 34 - type: Transform - uid: 5004 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 34 - type: Transform - uid: 5550 components: - - pos: -15.5,1.5 + - type: Transform + pos: -15.5,1.5 parent: 34 - type: Transform - uid: 5551 components: - - pos: -16.5,1.5 + - type: Transform + pos: -16.5,1.5 parent: 34 - type: Transform - uid: 5939 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 34 - type: Transform - uid: 6198 components: - - pos: 14.5,12.5 + - type: Transform + pos: 14.5,12.5 parent: 34 - type: Transform - uid: 6199 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 34 - type: Transform - uid: 7765 components: - - pos: -46.5,-11.5 + - type: Transform + pos: -46.5,-11.5 parent: 34 - type: Transform - uid: 7766 components: - - pos: -44.5,-11.5 + - type: Transform + pos: -44.5,-11.5 parent: 34 - type: Transform - uid: 8726 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 34 - type: Transform - uid: 10275 components: - - pos: -40.5,-13.5 + - type: Transform + pos: -40.5,-13.5 parent: 34 - type: Transform - uid: 10940 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 34 - type: Transform - uid: 10951 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 34 - type: Transform - uid: 10992 components: - - pos: -8.5,12.5 + - type: Transform + pos: -8.5,12.5 parent: 34 - type: Transform - uid: 11428 components: - - pos: -45.5,-11.5 + - type: Transform + pos: -45.5,-11.5 parent: 34 - type: Transform - uid: 11607 components: - - pos: -41.5,-18.5 + - type: Transform + pos: -41.5,-18.5 parent: 34 - type: Transform - uid: 11616 components: - - pos: -39.5,-14.5 + - type: Transform + pos: -39.5,-14.5 parent: 34 - type: Transform - uid: 11771 components: - - pos: -7.5,12.5 + - type: Transform + pos: -7.5,12.5 parent: 34 - type: Transform - uid: 11789 components: - - pos: -9.5,12.5 + - type: Transform + pos: -9.5,12.5 parent: 34 - type: Transform - uid: 12262 components: - - pos: -41.5,-19.5 + - type: Transform + pos: -41.5,-19.5 + parent: 34 + - uid: 12709 + components: + - type: Transform + pos: 43.5,-14.5 parent: 34 - type: Transform - proto: WindowDirectional entities: - uid: 10286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,7.5 parent: 34 - type: Transform - uid: 10287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,8.5 parent: 34 - type: Transform - uid: 10288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -39.5,10.5 parent: 34 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 116 components: - - pos: -16.5,6.5 - parent: 34 - type: Transform - - uid: 461 - components: - - rot: 3.141592653589793 rad - pos: 43.5,-15.5 + - type: Transform + pos: -16.5,6.5 parent: 34 - type: Transform - uid: 3484 components: - - pos: 22.5,-18.5 + - type: Transform + pos: 22.5,-18.5 parent: 34 - type: Transform - uid: 3579 components: - - pos: 24.5,-18.5 + - type: Transform + pos: 24.5,-18.5 parent: 34 - type: Transform - uid: 3588 components: - - pos: 26.5,-18.5 + - type: Transform + pos: 26.5,-18.5 parent: 34 - type: Transform - uid: 3929 components: - - pos: 12.5,-28.5 + - type: Transform + pos: 12.5,-28.5 parent: 34 - type: Transform - uid: 3930 components: - - pos: 13.5,-28.5 + - type: Transform + pos: 13.5,-28.5 parent: 34 - type: Transform - uid: 3931 components: - - pos: 14.5,-28.5 + - type: Transform + pos: 14.5,-28.5 parent: 34 - type: Transform - uid: 3932 components: - - pos: 16.5,-28.5 + - type: Transform + pos: 16.5,-28.5 parent: 34 - type: Transform - uid: 3933 components: - - pos: 17.5,-28.5 + - type: Transform + pos: 17.5,-28.5 parent: 34 - type: Transform - uid: 3934 components: - - pos: 18.5,-28.5 + - type: Transform + pos: 18.5,-28.5 parent: 34 - type: Transform - uid: 4205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-50.5 parent: 34 - type: Transform - uid: 4206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-50.5 parent: 34 - type: Transform - uid: 4207 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-50.5 parent: 34 - type: Transform - uid: 4208 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-54.5 parent: 34 - type: Transform - uid: 4209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-54.5 parent: 34 - type: Transform - uid: 4210 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-54.5 parent: 34 - type: Transform - - uid: 4563 - components: - - rot: 3.141592653589793 rad - pos: 44.5,-15.5 - parent: 34 - type: Transform - - uid: 4661 - components: - - rot: 3.141592653589793 rad - pos: 45.5,-15.5 - parent: 34 - type: Transform - uid: 4698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-2.5 parent: 34 - type: Transform - uid: 8073 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-1.5 parent: 34 - type: Transform - uid: 9104 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,0.5 parent: 34 - type: Transform - uid: 11062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,4.5 parent: 34 - type: Transform - uid: 11063 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 47.5,5.5 parent: 34 - type: Transform - uid: 11064 components: - - pos: 44.5,8.5 + - type: Transform + pos: 44.5,8.5 parent: 34 - type: Transform - uid: 11065 components: - - pos: 43.5,8.5 + - type: Transform + pos: 43.5,8.5 parent: 34 - type: Transform - uid: 11066 components: - - pos: 39.5,8.5 + - type: Transform + pos: 39.5,8.5 parent: 34 - type: Transform - uid: 11067 components: - - pos: 38.5,8.5 + - type: Transform + pos: 38.5,8.5 parent: 34 - type: Transform - uid: 11068 components: - - pos: 37.5,8.5 + - type: Transform + pos: 37.5,8.5 parent: 34 - type: Transform - uid: 11581 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-0.5 parent: 34 - type: Transform - uid: 11591 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 52.5,-3.5 parent: 34 - type: Transform - uid: 12237 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 + parent: 34 + - uid: 13095 + components: + - type: Transform + pos: 16.5,20.5 + parent: 34 + - uid: 13096 + components: + - type: Transform + pos: 17.5,20.5 + parent: 34 + - uid: 13097 + components: + - type: Transform + pos: 18.5,20.5 + parent: 34 + - uid: 13098 + components: + - type: Transform + pos: 19.5,20.5 + parent: 34 + - uid: 13099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,16.5 + parent: 34 + - uid: 13100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,15.5 + parent: 34 + - uid: 13101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,18.5 + parent: 34 + - uid: 13102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 parent: 34 - type: Transform - proto: WindowTintedDirectional entities: - uid: 216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,5.5 parent: 34 - type: Transform - uid: 10873 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,2.5 parent: 34 - type: Transform - uid: 10900 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,3.5 parent: 34 - type: Transform - uid: 11014 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-40.5 parent: 34 - type: Transform - uid: 11223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-42.5 parent: 34 - type: Transform - proto: WoodDoor entities: - uid: 2183 components: - - pos: -42.5,-8.5 + - type: Transform + pos: -42.5,-8.5 parent: 34 - type: Transform - uid: 2184 components: - - pos: -42.5,-2.5 + - type: Transform + pos: -42.5,-2.5 parent: 34 - type: Transform - proto: WoodenSupportWall entities: - uid: 13001 components: - - pos: -55.5,-18.5 + - type: Transform + pos: -55.5,-18.5 parent: 34 - type: Transform - proto: WoodenSupportWallBroken entities: - uid: 13000 components: - - pos: -54.5,-18.5 + - type: Transform + pos: -54.5,-18.5 parent: 34 - type: Transform - proto: Wrench entities: - uid: 12447 components: - - pos: 1.6133218,-43.478226 + - type: Transform + pos: 1.6133218,-43.478226 parent: 34 - type: Transform - proto: Zipties entities: - uid: 11712 components: - - pos: -29.666363,3.6544852 + - type: Transform + pos: -29.666363,3.6544852 parent: 34 - type: Transform - uid: 11713 components: - - pos: -29.655947,3.425158 + - type: Transform + pos: -29.655947,3.425158 parent: 34 - type: Transform ... From 3167921147eca785ca861e295c52813407d4c418 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Wed, 31 Jan 2024 15:34:49 +0000 Subject: [PATCH 028/391] Automatic Changelog Update (#746) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index a986080c93..f6d2ce452a 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1447,3 +1447,9 @@ Entries: message: Made HCV cocktail less immediately lethal (damnation!!!) id: 217 time: '2024-01-31T10:34:16.0000000+00:00' +- author: Adrian16199 + changes: + - type: Tweak + message: Shoukou has received the cryopods. + id: 218 + time: '2024-01-31T15:34:32.0000000+00:00' From 267cfa8990c743400970d36071f7d049a485312e Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:50:46 -0600 Subject: [PATCH 029/391] Map Edits (#747) Co-authored-by: Velcroboy <> --- Resources/Maps/arena.yml | 3462 +++---- Resources/Maps/hammurabi.yml | 17709 +++++++++++++++++---------------- Resources/Maps/tortuga.yml | 503 +- 3 files changed, 10883 insertions(+), 10791 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index 2c7e573ae1..b5a0b85274 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -567,17 +567,17 @@ entities: color: '#FFFFFFFF' id: Basalt1 decals: - 4122: -2.3954644,-14.790876 + 4119: -2.3954644,-14.790876 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 4097: -5.437131,-15.6769085 + 4094: -5.437131,-15.6769085 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 4123: -8.343382,-16.354462 + 4120: -8.343382,-16.354462 - node: color: '#FFFFFFFF' id: Bot @@ -629,25 +629,25 @@ entities: 3142: -6,-22 3143: -6,-21 3144: -43,-19 - 4751: -53,-14 - 4752: -52,-14 - 4753: -54,-14 - 4754: -55,-14 - 4809: 15,13 - 4810: 16,13 - 4811: 17,13 - 4864: 59,15 - 4865: 59,16 - 4866: 59,17 - 4867: 59,21 - 4868: 59,22 - 4869: 59,23 - 4930: 58,25 - 4931: 59,25 - 4932: 60,25 - 4933: 61,25 - 5260: 43,7 - 5261: 43,6 + 4746: -53,-14 + 4747: -52,-14 + 4748: -54,-14 + 4749: -55,-14 + 4804: 15,13 + 4805: 16,13 + 4806: 17,13 + 4859: 59,15 + 4860: 59,16 + 4861: 59,17 + 4862: 59,21 + 4863: 59,22 + 4864: 59,23 + 4925: 58,25 + 4926: 59,25 + 4927: 60,25 + 4928: 61,25 + 5255: 43,7 + 5256: 43,6 - node: color: '#FFFFFFFF' id: Box @@ -688,40 +688,40 @@ entities: 2996: 34,43 2997: 34,42 2998: 34,41 - 4876: 72,16 - 4877: 72,15 - 4878: 72,14 - 4879: 72,13 - 4880: 71,13 - 4881: 71,14 - 4882: 71,15 - 4883: 71,16 - 4884: 70,16 - 4885: 70,15 - 4886: 70,14 - 4887: 70,13 - 4888: 69,13 - 4889: 69,14 - 4890: 69,15 - 4891: 69,16 + 4871: 72,16 + 4872: 72,15 + 4873: 72,14 + 4874: 72,13 + 4875: 71,13 + 4876: 71,14 + 4877: 71,15 + 4878: 71,16 + 4879: 70,16 + 4880: 70,15 + 4881: 70,14 + 4882: 70,13 + 4883: 69,13 + 4884: 69,14 + 4885: 69,15 + 4886: 69,16 - node: color: '#FFFFFFFF' id: BrickTileSteelBox decals: - 5243: 47,7 - 5244: 48,7 - 5245: 48,6 - 5246: 47,6 - 5247: 46,6 - 5248: 46,7 - 5249: 45,7 - 5250: 45,6 - 5251: 44,6 - 5252: 44,7 - 5256: 43,7 - 5257: 43,6 - 5258: 42,6 - 5259: 42,7 + 5238: 47,7 + 5239: 48,7 + 5240: 48,6 + 5241: 47,6 + 5242: 46,6 + 5243: 46,7 + 5244: 45,7 + 5245: 45,6 + 5246: 44,6 + 5247: 44,7 + 5251: 43,7 + 5252: 43,6 + 5253: 42,6 + 5254: 42,7 - node: color: '#334E6DC8' id: BrickTileSteelCornerNe @@ -845,7 +845,7 @@ entities: color: '#A4610696' id: BrickTileWhiteCornerNe decals: - 5126: 29,13 + 5121: 29,13 - node: color: '#D381C996' id: BrickTileWhiteCornerNe @@ -866,7 +866,7 @@ entities: color: '#D58C18C2' id: BrickTileWhiteCornerNe decals: - 5615: -49,9 + 5606: -49,9 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNe @@ -880,10 +880,10 @@ entities: color: '#EFB34196' id: BrickTileWhiteCornerNe decals: - 5164: 48,18 - 5189: 55,18 - 5208: 55,28 - 5268: 52,9 + 5159: 48,18 + 5184: 55,18 + 5203: 55,28 + 5263: 52,9 - node: color: '#F9FFFEFF' id: BrickTileWhiteCornerNe @@ -958,14 +958,14 @@ entities: id: BrickTileWhiteCornerNw decals: 4048: -43,3 - 4073: -49,-1 - 4074: -47,-1 - 4075: -45,-1 + 4070: -49,-1 + 4071: -47,-1 + 4072: -45,-1 - node: color: '#D58C18C2' id: BrickTileWhiteCornerNw decals: - 5611: -52,9 + 5602: -52,9 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNw @@ -979,11 +979,11 @@ entities: color: '#EFB34196' id: BrickTileWhiteCornerNw decals: - 4981: 48,11 - 5156: 40,18 - 5194: 50,18 - 5231: 49,24 - 5267: 50,9 + 4976: 48,11 + 5151: 40,18 + 5189: 50,18 + 5226: 49,24 + 5262: 50,9 - node: color: '#F9FFFEFF' id: BrickTileWhiteCornerNw @@ -1054,9 +1054,9 @@ entities: color: '#D58C18BF' id: BrickTileWhiteCornerSe decals: - 4079: -48,-2 - 4080: -46,-2 - 4081: -44,-2 + 4076: -48,-2 + 4077: -46,-2 + 4078: -44,-2 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSe @@ -1067,14 +1067,14 @@ entities: 3973: -30,-6 3992: -11,0 4014: -8,-7 - 5054: -18,-2 + 5049: -18,-2 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe decals: - 5167: 48,15 - 5188: 55,15 - 5262: 52,6 + 5162: 48,15 + 5183: 55,15 + 5257: 52,6 - node: color: '#F9FFFEFF' id: BrickTileWhiteCornerSe @@ -1148,15 +1148,15 @@ entities: id: BrickTileWhiteCornerSw decals: 4039: -43,-2 - 4068: -49,0 - 4076: -49,-2 - 4077: -47,-2 - 4078: -45,-2 + 4065: -49,0 + 4073: -49,-2 + 4074: -47,-2 + 4075: -45,-2 - node: color: '#D58C18C2' id: BrickTileWhiteCornerSw decals: - 5607: -52,5 + 5598: -52,5 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSw @@ -1164,14 +1164,14 @@ entities: 3679: -41,-31 3857: 2,-6 3943: -38,-7 - 4761: -5,-7 + 4756: -5,-7 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw decals: - 5197: 50,15 - 5230: 49,23 - 5264: 50,6 + 5192: 50,15 + 5225: 49,23 + 5259: 50,6 - node: color: '#F9FFFEFF' id: BrickTileWhiteCornerSw @@ -1203,12 +1203,12 @@ entities: color: '#EFB34196' id: BrickTileWhiteEndE decals: - 4934: 51,13 - 4937: 50,11 - 4940: 61,13 - 4941: 63,11 - 4990: 46,13 - 5221: 53,23 + 4929: 51,13 + 4932: 50,11 + 4935: 61,13 + 4936: 63,11 + 4985: 46,13 + 5216: 53,23 - node: color: '#F9FFFEFF' id: BrickTileWhiteEndE @@ -1229,14 +1229,14 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteEndN decals: - 5043: -24,8 + 5038: -24,8 - node: color: '#EFB34196' id: BrickTileWhiteEndN decals: - 4991: 46,11 - 5218: 55,25 - 5219: 50,26 + 4986: 46,11 + 5213: 55,25 + 5214: 50,26 - node: color: '#1D1D21FF' id: BrickTileWhiteEndS @@ -1251,10 +1251,10 @@ entities: color: '#EFB34196' id: BrickTileWhiteEndS decals: - 5002: 46,8 - 5003: 48,8 - 5207: 55,27 - 5220: 55,23 + 4997: 46,8 + 4998: 48,8 + 5202: 55,27 + 5215: 55,23 - node: color: '#169C9CFF' id: BrickTileWhiteEndW @@ -1269,12 +1269,12 @@ entities: color: '#EFB34196' id: BrickTileWhiteEndW decals: - 4938: 52,11 - 4939: 53,13 - 4976: 44,13 - 4980: 48,13 - 4992: 43,9 - 5206: 50,28 + 4933: 52,11 + 4934: 53,13 + 4971: 44,13 + 4975: 48,13 + 4987: 43,9 + 5201: 50,28 - node: color: '#F9FFFEFF' id: BrickTileWhiteEndW @@ -1304,9 +1304,9 @@ entities: color: '#A4610696' id: BrickTileWhiteInnerNe decals: - 5128: 29,11 - 5134: 34,11 - 5135: 22,11 + 5123: 29,11 + 5129: 34,11 + 5130: 22,11 - node: color: '#D58C18BF' id: BrickTileWhiteInnerNe @@ -1318,8 +1318,8 @@ entities: color: '#D58C18C2' id: BrickTileWhiteInnerNe decals: - 5603: -49,6 - 5613: -51,9 + 5594: -49,6 + 5604: -51,9 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNe @@ -1336,20 +1336,20 @@ entities: 3934: -40,-6 3971: -31,-13 4027: -8,-3 - 4760: -5,-7 - 5025: -24,0 - 5026: -20,0 + 4755: -5,-7 + 5020: -24,0 + 5021: -20,0 - node: color: '#EFB34196' id: BrickTileWhiteInnerNe decals: - 5149: 40,13 - 5151: 41,7 - 5202: 55,16 - 5226: 50,23 - 5235: 49,23 - 5270: 52,7 - 5273: 51,9 + 5144: 40,13 + 5146: 41,7 + 5197: 55,16 + 5221: 50,23 + 5230: 49,23 + 5265: 52,7 + 5268: 51,9 - node: color: '#1D1D21FF' id: BrickTileWhiteInnerNw @@ -1393,8 +1393,8 @@ entities: color: '#A4610696' id: BrickTileWhiteInnerNw decals: - 5136: 21,11 - 5137: 34,11 + 5131: 21,11 + 5132: 34,11 - node: color: '#D381C996' id: BrickTileWhiteInnerNw @@ -1407,12 +1407,12 @@ entities: decals: 4050: -43,1 4059: -46,6 - 4065: -49,3 + 4062: -49,3 - node: color: '#D58C18C2' id: BrickTileWhiteInnerNw decals: - 5612: -51,9 + 5603: -51,9 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNw @@ -1431,23 +1431,23 @@ entities: 3957: -32,-13 4015: -8,-7 4026: -5,-3 - 4766: -2,-7 - 5024: -24,-2 - 5027: -20,0 - 5047: -24,4 - 5048: -24,1 - 5049: -24,7 - 5050: -17,0 + 4761: -2,-7 + 5019: -24,-2 + 5022: -20,0 + 5042: -24,4 + 5043: -24,1 + 5044: -24,7 + 5045: -17,0 - node: color: '#EFB34196' id: BrickTileWhiteInnerNw decals: - 4999: 46,9 - 5150: 40,13 - 5176: 40,17 - 5232: 50,24 - 5236: 50,23 - 5272: 51,9 + 4994: 46,9 + 5145: 40,13 + 5171: 40,17 + 5227: 50,24 + 5231: 50,23 + 5267: 51,9 - node: color: '#F9FFFEFF' id: BrickTileWhiteInnerNw @@ -1491,9 +1491,9 @@ entities: color: '#D58C18BF' id: BrickTileWhiteInnerSe decals: - 4085: -48,0 - 4086: -46,0 - 4087: -44,0 + 4082: -48,0 + 4083: -46,0 + 4084: -44,0 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSe @@ -1511,20 +1511,20 @@ entities: 4003: -8,1 4004: -5,1 4011: -8,-6 - 5022: -21,-2 - 5052: -18,0 + 5017: -21,-2 + 5047: -18,0 - node: color: '#EFB34196' id: BrickTileWhiteInnerSe decals: - 4984: 48,11 - 5174: 40,15 - 5178: 47,15 - 5179: 41,13 - 5199: 52,15 - 5203: 55,16 - 5237: 49,24 - 5271: 52,7 + 4979: 48,11 + 5169: 40,15 + 5173: 47,15 + 5174: 41,13 + 5194: 52,15 + 5198: 55,16 + 5232: 49,24 + 5266: 52,7 - node: color: '#1D1D21FF' id: BrickTileWhiteInnerSw @@ -1567,13 +1567,13 @@ entities: color: '#D58C18BF' id: BrickTileWhiteInnerSw decals: - 4066: -49,2 - 4070: -43,0 + 4063: -49,2 + 4067: -43,0 - node: color: '#D58C18C2' id: BrickTileWhiteInnerSw decals: - 5604: -49,5 + 5595: -49,5 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSw @@ -1590,22 +1590,22 @@ entities: 4000: -2,1 4001: -5,1 4002: -8,1 - 4758: -5,-6 - 4767: -2,-7 - 5023: -21,-2 - 5039: -24,7 - 5040: -24,4 - 5041: -24,1 + 4753: -5,-6 + 4762: -2,-7 + 5018: -21,-2 + 5034: -24,7 + 5035: -24,4 + 5036: -24,1 - node: color: '#EFB34196' id: BrickTileWhiteInnerSw decals: - 4995: 46,9 - 5175: 40,17 - 5177: 47,15 - 5200: 52,15 - 5217: 55,28 - 5234: 50,24 + 4990: 46,9 + 5170: 40,17 + 5172: 47,15 + 5195: 52,15 + 5212: 55,28 + 5229: 50,24 - node: color: '#F9FFFEFF' id: BrickTileWhiteInnerSw @@ -1726,7 +1726,7 @@ entities: color: '#A4610696' id: BrickTileWhiteLineE decals: - 5127: 29,12 + 5122: 29,12 - node: color: '#D381C996' id: BrickTileWhiteLineE @@ -1757,16 +1757,16 @@ entities: 4054: -45,3 4055: -45,4 4056: -45,5 - 4082: -44,-1 - 4083: -46,-1 - 4084: -48,-1 - 4089: -41,1 + 4079: -44,-1 + 4080: -46,-1 + 4081: -48,-1 + 4086: -41,1 - node: color: '#D58C18C2' id: BrickTileWhiteLineE decals: - 5616: -49,8 - 5617: -49,7 + 5607: -49,8 + 5608: -49,7 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE @@ -1812,37 +1812,37 @@ entities: 4030: -8,-2 4031: -8,-1 4032: -8,0 - 4759: -5,-6 - 5028: -20,1 - 5034: -24,1 - 5035: -24,3 - 5036: -24,4 - 5037: -24,6 - 5038: -24,7 - 5042: -24,2 - 5044: -24,5 - 5053: -18,-1 + 4754: -5,-6 + 5023: -20,1 + 5029: -24,1 + 5030: -24,3 + 5031: -24,4 + 5032: -24,6 + 5033: -24,7 + 5037: -24,2 + 5039: -24,5 + 5048: -18,-1 - node: color: '#EFB34196' id: BrickTileWhiteLineE decals: - 4985: 48,9 - 4986: 48,10 - 4996: 46,9 - 4997: 46,10 - 5142: 41,12 - 5143: 41,11 - 5144: 41,10 - 5145: 41,9 - 5146: 41,8 - 5165: 48,17 - 5166: 48,16 - 5182: 47,14 - 5185: 52,14 - 5201: 55,17 - 5224: 50,25 - 5225: 50,24 - 5269: 52,8 + 4980: 48,9 + 4981: 48,10 + 4991: 46,9 + 4992: 46,10 + 5137: 41,12 + 5138: 41,11 + 5139: 41,10 + 5140: 41,9 + 5141: 41,8 + 5160: 48,17 + 5161: 48,16 + 5177: 47,14 + 5180: 52,14 + 5196: 55,17 + 5219: 50,25 + 5220: 50,24 + 5264: 52,8 - node: color: '#F9FFFEFF' id: BrickTileWhiteLineE @@ -2038,18 +2038,18 @@ entities: color: '#A4610696' id: BrickTileWhiteLineN decals: - 5121: 20,11 - 5122: 23,11 - 5123: 26,13 - 5124: 27,13 - 5125: 28,13 - 5129: 30,11 - 5130: 31,11 - 5131: 32,11 - 5132: 33,11 - 5133: 35,11 - 5138: 19,11 - 5139: 18,11 + 5116: 20,11 + 5117: 23,11 + 5118: 26,13 + 5119: 27,13 + 5120: 28,13 + 5124: 30,11 + 5125: 31,11 + 5126: 32,11 + 5127: 33,11 + 5128: 35,11 + 5133: 19,11 + 5134: 18,11 - node: color: '#D381C996' id: BrickTileWhiteLineN @@ -2088,8 +2088,8 @@ entities: color: '#D58C18C2' id: BrickTileWhiteLineN decals: - 5602: -48,6 - 5614: -50,9 + 5593: -48,6 + 5605: -50,9 - node: color: '#DE3A3A96' id: BrickTileWhiteLineN @@ -2145,63 +2145,63 @@ entities: 3932: -39,-6 4028: -6,-3 4029: -7,-3 - 4764: -4,-7 - 4765: -3,-7 - 4768: -5,-9 - 5016: -27,-2 - 5017: -18,0 - 5018: -19,0 - 5019: -21,0 - 5020: -22,0 - 5021: -23,0 + 4759: -4,-7 + 4760: -3,-7 + 4763: -5,-9 + 5011: -27,-2 + 5012: -18,0 + 5013: -19,0 + 5014: -21,0 + 5015: -22,0 + 5016: -23,0 - node: color: '#EFB34196' id: BrickTileWhiteLineN decals: - 4935: 50,13 - 4942: 54,13 - 4943: 55,13 - 4944: 56,13 - 4945: 57,13 - 4946: 58,13 - 4947: 59,13 - 4948: 60,13 - 4966: 53,11 - 4967: 54,11 - 4968: 55,11 - 4969: 56,11 - 4970: 57,11 - 4971: 58,11 - 4972: 59,11 - 4973: 60,11 - 4974: 61,11 - 4975: 62,11 - 4977: 45,13 - 4978: 49,13 - 4982: 49,11 - 5000: 44,9 - 5001: 45,9 - 5140: 39,13 - 5141: 41,13 - 5157: 41,18 - 5158: 42,18 - 5159: 43,18 - 5160: 44,18 - 5161: 45,18 - 5162: 46,18 - 5163: 47,18 - 5180: 42,13 - 5190: 54,18 - 5191: 53,18 - 5192: 52,18 - 5193: 51,18 - 5204: 56,16 - 5209: 51,28 - 5210: 52,28 - 5211: 53,28 - 5212: 54,28 - 5222: 52,23 - 5223: 51,23 + 4930: 50,13 + 4937: 54,13 + 4938: 55,13 + 4939: 56,13 + 4940: 57,13 + 4941: 58,13 + 4942: 59,13 + 4943: 60,13 + 4961: 53,11 + 4962: 54,11 + 4963: 55,11 + 4964: 56,11 + 4965: 57,11 + 4966: 58,11 + 4967: 59,11 + 4968: 60,11 + 4969: 61,11 + 4970: 62,11 + 4972: 45,13 + 4973: 49,13 + 4977: 49,11 + 4995: 44,9 + 4996: 45,9 + 5135: 39,13 + 5136: 41,13 + 5152: 41,18 + 5153: 42,18 + 5154: 43,18 + 5155: 44,18 + 5156: 45,18 + 5157: 46,18 + 5158: 47,18 + 5175: 42,13 + 5185: 54,18 + 5186: 53,18 + 5187: 52,18 + 5188: 51,18 + 5199: 56,16 + 5204: 51,28 + 5205: 52,28 + 5206: 53,28 + 5207: 54,28 + 5217: 52,23 + 5218: 51,23 - node: color: '#F9FFFEFF' id: BrickTileWhiteLineN @@ -2424,15 +2424,15 @@ entities: 4036: -37,-2 4037: -38,-2 4038: -39,-2 - 4071: -45,0 - 4072: -47,0 - 4088: -42,-2 + 4068: -45,0 + 4069: -47,0 + 4085: -42,-2 - node: color: '#D58C18C2' id: BrickTileWhiteLineS decals: - 5605: -50,5 - 5606: -51,5 + 5596: -50,5 + 5597: -51,5 - node: color: '#DE3A3A96' id: BrickTileWhiteLineS @@ -2465,64 +2465,64 @@ entities: 3999: -3,1 4012: -6,-6 4013: -7,-6 - 4762: -4,-7 - 4763: -3,-7 - 5010: -19,-2 - 5011: -20,-2 - 5012: -22,-2 - 5013: -23,-2 - 5014: -24,-2 - 5015: -27,-2 - 5051: -17,0 + 4757: -4,-7 + 4758: -3,-7 + 5005: -19,-2 + 5006: -20,-2 + 5007: -22,-2 + 5008: -23,-2 + 5009: -24,-2 + 5010: -27,-2 + 5046: -17,0 - node: color: '#EFB34196' id: BrickTileWhiteLineS decals: - 4936: 50,13 - 4949: 54,13 - 4950: 55,13 - 4951: 56,13 - 4952: 57,13 - 4953: 58,13 - 4954: 59,13 - 4955: 60,13 - 4956: 62,11 - 4957: 61,11 - 4958: 60,11 - 4959: 59,11 - 4960: 58,11 - 4961: 57,11 - 4962: 56,11 - 4963: 55,11 - 4964: 54,11 - 4965: 53,11 - 4979: 49,13 - 4983: 49,11 - 4989: 45,13 - 4993: 44,9 - 4994: 45,9 - 5147: 40,6 - 5148: 39,6 - 5152: 41,6 - 5168: 46,15 - 5169: 45,15 - 5170: 44,15 - 5171: 43,15 - 5172: 42,15 - 5173: 41,15 - 5181: 42,13 - 5186: 53,15 - 5187: 54,15 - 5198: 51,15 - 5205: 56,16 - 5213: 51,28 - 5214: 52,28 - 5215: 53,28 - 5216: 54,28 - 5227: 52,23 - 5228: 51,23 - 5229: 50,23 - 5263: 51,6 + 4931: 50,13 + 4944: 54,13 + 4945: 55,13 + 4946: 56,13 + 4947: 57,13 + 4948: 58,13 + 4949: 59,13 + 4950: 60,13 + 4951: 62,11 + 4952: 61,11 + 4953: 60,11 + 4954: 59,11 + 4955: 58,11 + 4956: 57,11 + 4957: 56,11 + 4958: 55,11 + 4959: 54,11 + 4960: 53,11 + 4974: 49,13 + 4978: 49,11 + 4984: 45,13 + 4988: 44,9 + 4989: 45,9 + 5142: 40,6 + 5143: 39,6 + 5147: 41,6 + 5163: 46,15 + 5164: 45,15 + 5165: 44,15 + 5166: 43,15 + 5167: 42,15 + 5168: 41,15 + 5176: 42,13 + 5181: 53,15 + 5182: 54,15 + 5193: 51,15 + 5200: 56,16 + 5208: 51,28 + 5209: 52,28 + 5210: 53,28 + 5211: 54,28 + 5222: 52,23 + 5223: 51,23 + 5224: 50,23 + 5258: 51,6 - node: color: '#F9FFFEFF' id: BrickTileWhiteLineS @@ -2735,16 +2735,16 @@ entities: id: BrickTileWhiteLineW decals: 4049: -43,2 - 4064: -49,4 - 4067: -49,1 - 4069: -43,-1 + 4061: -49,4 + 4064: -49,1 + 4066: -43,-1 - node: color: '#D58C18C2' id: BrickTileWhiteLineW decals: - 5608: -52,6 - 5609: -52,7 - 5610: -52,8 + 5599: -52,6 + 5600: -52,7 + 5601: -52,8 - node: color: '#DE3A3A96' id: BrickTileWhiteLineW @@ -2790,30 +2790,30 @@ entities: 4023: -5,0 4024: -5,-1 4025: -5,-2 - 5029: -20,1 - 5030: -24,-1 - 5031: -24,0 - 5032: -24,3 - 5033: -24,6 - 5045: -24,5 - 5046: -24,2 + 5024: -20,1 + 5025: -24,-1 + 5026: -24,0 + 5027: -24,3 + 5028: -24,6 + 5040: -24,5 + 5041: -24,2 - node: color: '#EFB34196' id: BrickTileWhiteLineW decals: - 4987: 48,9 - 4988: 48,10 - 4998: 46,10 - 5153: 40,14 - 5154: 40,15 - 5155: 40,16 - 5183: 47,14 - 5184: 52,14 - 5195: 50,17 - 5196: 50,16 - 5233: 50,25 - 5265: 50,7 - 5266: 50,8 + 4982: 48,9 + 4983: 48,10 + 4993: 46,10 + 5148: 40,14 + 5149: 40,15 + 5150: 40,16 + 5178: 47,14 + 5179: 52,14 + 5190: 50,17 + 5191: 50,16 + 5228: 50,25 + 5260: 50,7 + 5261: 50,8 - node: color: '#F9FFFEFF' id: BrickTileWhiteLineW @@ -2846,12 +2846,12 @@ entities: color: '#80C71FFF' id: BushCThree decals: - 4185: -16.730618,-16.83763 + 4182: -16.730618,-16.83763 - node: color: '#F9801DFF' id: Bushc2 decals: - 4187: -15.553534,-15.284467 + 4184: -15.553534,-15.284467 - node: color: '#FED83DFF' id: Bushe1 @@ -2868,7 +2868,7 @@ entities: color: '#FFFFFFFF' id: Bushe2 decals: - 4183: -14.782701,-19.4853 + 4180: -14.782701,-19.4853 - node: color: '#FED83DFF' id: Bushe3 @@ -2883,15 +2883,15 @@ entities: color: '#FFFFFFFF' id: Bushe4 decals: - 4184: -14.043118,-19.308094 + 4181: -14.043118,-19.308094 - node: color: '#FED83DFF' id: Bushi1 decals: - 4150: -16.983692,-16.823538 - 4155: -15.160776,-20.013252 - 4157: -13.629526,-19.929863 - 4163: -16.192026,-14.832572 + 4147: -16.983692,-16.823538 + 4152: -15.160776,-20.013252 + 4154: -13.629526,-19.929863 + 4160: -16.192026,-14.832572 - node: color: '#FFFFFFFF' id: Bushi1 @@ -2901,14 +2901,14 @@ entities: color: '#FED83DFF' id: Bushi2 decals: - 4149: -16.952442,-16.166832 - 4151: -16.93161,-17.46982 - 4154: -16.858692,-20.096645 - 4156: -14.317026,-20.096645 - 4158: -13.848276,-19.304428 - 4160: -14.598276,-19.492058 - 4162: -15.348276,-19.36697 - 4164: -16.192026,-15.426735 + 4146: -16.952442,-16.166832 + 4148: -16.93161,-17.46982 + 4151: -16.858692,-20.096645 + 4153: -14.317026,-20.096645 + 4155: -13.848276,-19.304428 + 4157: -14.598276,-19.492058 + 4159: -15.348276,-19.36697 + 4161: -16.192026,-15.426735 - node: color: '#FFFFFFFF' id: Bushi2 @@ -2919,11 +2919,11 @@ entities: color: '#FED83DFF' id: Bushi3 decals: - 4148: -16.93161,-15.52055 - 4152: -16.90036,-18.105679 - 4159: -13.900359,-18.69984 - 4161: -14.619109,-18.866623 - 4165: -15.369109,-14.863844 + 4145: -16.93161,-15.52055 + 4149: -16.90036,-18.105679 + 4156: -13.900359,-18.69984 + 4158: -14.619109,-18.866623 + 4162: -15.369109,-14.863844 - node: color: '#FFFFFFFF' id: Bushi3 @@ -2933,9 +2933,9 @@ entities: color: '#FED83DFF' id: Bushi4 decals: - 4147: -16.983692,-14.9055395 - 4153: -16.889942,-19.62757 - 4166: -14.577442,-14.842996 + 4144: -16.983692,-14.9055395 + 4150: -16.889942,-19.62757 + 4163: -14.577442,-14.842996 - node: color: '#FFFFFFFF' id: Bushi4 @@ -3039,7 +3039,7 @@ entities: color: '#F9801DFF' id: Bushn1 decals: - 4186: -16.741034,-19.4853 + 4183: -16.741034,-19.4853 - node: color: '#FFFFFFFF' id: Caution @@ -3087,10 +3087,10 @@ entities: color: '#D58C18C2' id: CheckerNWSE decals: - 5618: -52,10 - 5619: -51,10 - 5620: -50,10 - 5621: -51,11 + 5609: -52,10 + 5610: -51,10 + 5611: -50,10 + 5612: -51,11 - node: color: '#DE3A3AC0' id: Delivery @@ -3102,12 +3102,12 @@ entities: color: '#FFFFFFFF' id: Delivery decals: - 4870: 59,21 - 4871: 59,22 - 4872: 59,23 - 4873: 59,17 - 4874: 59,16 - 4875: 59,15 + 4865: 59,21 + 4866: 59,22 + 4867: 59,23 + 4868: 59,17 + 4869: 59,16 + 4870: 59,15 - node: cleanable: True color: '#E43E9AFF' @@ -3611,212 +3611,212 @@ entities: 2984: 24,-2 2985: 25,7 2986: 15,-10 - 4652: 1.8856349,-31.76875 - 4653: 1.4377184,-32.102314 - 4654: 0.5523014,-32.30037 - 4655: 0.1043849,-31.63324 - 4656: 0.9054718,-36.963215 - 4657: 0.6346383,-37.88052 - 4658: -15.283687,-39.79528 - 4659: -11.767625,-36.089367 - 4660: -11.934292,-35.568172 - 4661: -12.059292,-35.099094 - 4662: -4.3134036,-32.88301 - 4663: -4.5009036,-32.50775 - 4664: -5.1884036,-30.329155 - 4665: -4.802987,-31.924011 - 4666: -2.020146,-31.069252 - 4667: -0.93401146,-34.926098 - 4668: -0.93401146,-34.926098 - 4669: -9.83919,-29.496267 - 4670: -10.443356,-29.319061 - 4671: -10.641273,-29.162703 - 4672: -10.609102,-28.746555 - 4673: -10.619518,-29.34072 - 4674: -16.717175,-26.576124 - 4675: -16.644257,-27.003504 - 4676: -17.04009,-27.21198 - 4677: -17.248425,-26.46146 - 4678: -17.998425,-26.294678 - 4679: -19.498425,-26.180016 - 4680: -20.706757,-26.107048 - 4681: -18.238007,-24.595581 - 4682: -18.275425,-32.036373 - 4683: -17.858759,-31.994678 - 4684: -18.192093,-31.233732 - 4685: -18.233759,-30.378973 - 4686: -17.994175,-30.087103 - 4687: -18.233759,-29.128103 - 4688: -20.22153,-32.5263 - 4689: -21.19028,-32.495026 - 4690: -22.794449,-29.8682 - 4691: -22.794449,-30.191341 - 4692: -23.054867,-31.369244 - 4693: -15.394883,-20.881506 - 4694: -15.728216,-20.766842 - 4695: -14.821966,-21.16295 - 4696: -13.571966,-21.1838 - 4697: -12.384466,-20.89193 - 4698: -11.509466,-19.703604 - 4699: -10.832382,-18.880116 - 4700: -12.0928,-20.141409 - 4701: -11.561549,-20.68345 - 4702: -11.405299,-19.547245 - 4703: -11.332382,-18.99478 - 4704: -30.848236,-15.0994425 - 4705: -30.889904,-14.755453 - 4706: -30.952404,-14.348921 - 4707: -30.983654,-11.427445 - 4708: -30.900318,-11.052185 - 4709: -30.744068,-10.499718 - 4710: -32.379486,-35.70226 - 4711: -32.40032,-36.286 - 4712: -31.202404,-35.81692 - 4713: -30.816986,-35.983707 - 4714: -25.344467,-34.455265 - 4715: -25.95905,-34.403145 - 4716: -26.64655,-35.21621 - 4717: -26.938217,-35.330875 - 4718: -27.261131,-35.153667 - 4719: -25.448631,-40.135998 - 4720: -25.563217,-40.646767 - 4721: -26.281967,-41.386864 - 4722: -28.219467,-41.303474 - 4723: -29.52155,-39.927517 - 4724: -30.938217,-40.000484 - 4725: -32.20905,-39.948368 - 4726: -36.273994,-35.300537 - 4727: -35.248173,-1.9216735 - 4728: -36.98776,-1.5151412 - 4729: -39.73776,-1.1815765 - 4730: -43.528877,1.5458653 - 4731: -44.07054,1.6292565 - 4732: -44.89346,2.3902018 - 4733: -49.86221,1.139333 - 4734: -49.841377,1.1289089 - 4735: -49.58096,1.0663655 - 4736: -49.44554,3.4534404 - 4737: -49.48721,4.2352333 - 4738: -49.372627,2.7341907 - 4739: -45.449696,6.5832567 - 4740: -46.355946,7.55268 - 4741: -46.84553,9.012027 - 4742: -45.710114,8.949484 - 4743: -46.90803,8.949484 - 4744: -47.293446,7.166996 - 4745: -43.991364,8.042604 - 4746: -45.25178,1.5322659 - 4747: -46.012196,1.7928636 - 4748: -46.22053,2.001342 - 4749: -46.324696,2.2723634 - 4750: -46.28303,2.1160047 - 4779: 5.2911997,30.138435 - 4780: 5.6141167,26.66469 - 4781: 5.7078667,24.444923 - 4782: 6.1974497,30.290543 - 4783: 4.8328667,30.290543 - 5104: -25.085869,6.2596016 - 5105: -24.66087,6.1845493 - 5106: -24.61087,5.9844103 - 5107: -24.54837,5.5340977 - 5108: -24.685867,4.983715 - 5109: -27.41087,7.9107485 - 5110: -27.498367,7.2227697 - 5111: -27.29837,5.183854 - 5112: -27.198368,4.445842 - 5113: -27.060867,3.3450778 - 5114: -18.010868,7.197753 - 5115: -17.748367,7.160227 - 5116: -17.485868,6.734932 - 5117: -17.573368,3.2324994 - 5118: -18.048368,3.2825344 - 5119: -19.010868,3.2074826 - 5120: -21.560867,7.1101923 - 5509: 12.771617,34.882286 - 5510: 12.990367,33.996254 - 5511: 13.657035,33.287426 - 5512: 14.625785,33.892014 - 5513: 17.663391,35.330513 - 5514: 17.684227,35.195004 - 5515: 17.715477,34.434055 - 5516: 17.89256,34.110916 - 5517: 18.33006,35.320087 - 5518: 18.33006,34.46533 - 5519: 18.23631,33.923286 - 5520: 22.475655,35.28882 - 5521: 22.329819,34.70508 - 5522: 21.881905,33.819046 - 5523: 21.756905,33.69396 - 5524: 16.9444,29.033741 - 5525: 17.048569,29.461124 - 5526: 17.0694,30.169949 - 5527: 16.996487,30.71199 - 5528: 16.923569,30.95174 - 5529: 17.486069,31.160221 - 5530: 17.725655,30.732838 - 5531: 17.861069,29.867657 - 5532: 24.017582,30.190796 - 5533: 23.861332,29.388157 - 5534: 23.725914,28.575092 - 5535: 24.12175,27.491005 - 5536: 24.8405,26.844723 - 5537: 25.142582,26.469461 - 5538: 25.0905,25.864874 - 5539: 24.538414,25.416647 - 5540: 24.236332,23.762123 - 5541: 24.43425,25.178082 - 5542: 24.028,24.114843 - 5543: 25.153,22.272074 - 5544: 24.955082,21.81324 - 5545: 23.99675,21.646458 - 5546: 24.403,19.027742 - 5547: 24.12175,18.537819 - 5548: 23.9655,17.745602 - 5549: 24.05925,17.036777 - 5550: 24.37175,15.074004 - 5551: 24.444664,14.198396 - 5552: 24.392582,13.385331 - 5553: 24.392582,12.832864 - 5554: 25.017582,11.686234 - 5555: 24.80925,12.176158 - 5556: 24.153,12.957952 - 5557: 21.03915,11.222679 - 5558: 20.987064,11.764722 - 5559: 20.841232,12.421428 - 5560: 22.497482,12.88008 - 5561: 22.622482,11.629211 - 5562: 23.059982,11.139288 - 5563: 23.6329,11.097592 - 5564: 22.64114,24.186085 - 5565: 22.755722,23.143694 - 5566: 41.939583,7.026366 - 5567: 42.5125,7.057637 - 5568: 43.52292,7.0472136 - 5569: 44.96042,7.1306047 - 5570: 46.54375,7.620528 - 5571: 46.220833,7.068062 - 5572: 42.79375,5.879737 - 5573: 47.43388,9.82484 - 5574: 47.725548,10.189676 - 5575: 49.892212,10.898501 - 5576: 54.722065,12.0858755 - 5577: 56.253315,12.023332 - 5578: 55.598217,11.992061 - 5638: -50.289814,6.3337994 - 5639: -51.081482,6.2087126 - 5640: -51.081482,6.2087126 - 5641: -50.091896,6.0940495 - 5642: -49.852314,5.864723 - 5643: -49.789814,5.572854 - 5644: -49.821064,5.1767454 - 5645: -49.852314,5.343528 - 5646: -49.789814,6.0940495 - 5647: -49.841896,6.427614 - 5648: -50.123146,6.3650713 - 5649: -48.956482,8.335189 - 5650: -48.987732,8.616634 - 5651: -49.164814,9.023167 - 5652: -49.258564,9.085711 + 4647: 1.8856349,-31.76875 + 4648: 1.4377184,-32.102314 + 4649: 0.5523014,-32.30037 + 4650: 0.1043849,-31.63324 + 4651: 0.9054718,-36.963215 + 4652: 0.6346383,-37.88052 + 4653: -15.283687,-39.79528 + 4654: -11.767625,-36.089367 + 4655: -11.934292,-35.568172 + 4656: -12.059292,-35.099094 + 4657: -4.3134036,-32.88301 + 4658: -4.5009036,-32.50775 + 4659: -5.1884036,-30.329155 + 4660: -4.802987,-31.924011 + 4661: -2.020146,-31.069252 + 4662: -0.93401146,-34.926098 + 4663: -0.93401146,-34.926098 + 4664: -9.83919,-29.496267 + 4665: -10.443356,-29.319061 + 4666: -10.641273,-29.162703 + 4667: -10.609102,-28.746555 + 4668: -10.619518,-29.34072 + 4669: -16.717175,-26.576124 + 4670: -16.644257,-27.003504 + 4671: -17.04009,-27.21198 + 4672: -17.248425,-26.46146 + 4673: -17.998425,-26.294678 + 4674: -19.498425,-26.180016 + 4675: -20.706757,-26.107048 + 4676: -18.238007,-24.595581 + 4677: -18.275425,-32.036373 + 4678: -17.858759,-31.994678 + 4679: -18.192093,-31.233732 + 4680: -18.233759,-30.378973 + 4681: -17.994175,-30.087103 + 4682: -18.233759,-29.128103 + 4683: -20.22153,-32.5263 + 4684: -21.19028,-32.495026 + 4685: -22.794449,-29.8682 + 4686: -22.794449,-30.191341 + 4687: -23.054867,-31.369244 + 4688: -15.394883,-20.881506 + 4689: -15.728216,-20.766842 + 4690: -14.821966,-21.16295 + 4691: -13.571966,-21.1838 + 4692: -12.384466,-20.89193 + 4693: -11.509466,-19.703604 + 4694: -10.832382,-18.880116 + 4695: -12.0928,-20.141409 + 4696: -11.561549,-20.68345 + 4697: -11.405299,-19.547245 + 4698: -11.332382,-18.99478 + 4699: -30.848236,-15.0994425 + 4700: -30.889904,-14.755453 + 4701: -30.952404,-14.348921 + 4702: -30.983654,-11.427445 + 4703: -30.900318,-11.052185 + 4704: -30.744068,-10.499718 + 4705: -32.379486,-35.70226 + 4706: -32.40032,-36.286 + 4707: -31.202404,-35.81692 + 4708: -30.816986,-35.983707 + 4709: -25.344467,-34.455265 + 4710: -25.95905,-34.403145 + 4711: -26.64655,-35.21621 + 4712: -26.938217,-35.330875 + 4713: -27.261131,-35.153667 + 4714: -25.448631,-40.135998 + 4715: -25.563217,-40.646767 + 4716: -26.281967,-41.386864 + 4717: -28.219467,-41.303474 + 4718: -29.52155,-39.927517 + 4719: -30.938217,-40.000484 + 4720: -32.20905,-39.948368 + 4721: -36.273994,-35.300537 + 4722: -35.248173,-1.9216735 + 4723: -36.98776,-1.5151412 + 4724: -39.73776,-1.1815765 + 4725: -43.528877,1.5458653 + 4726: -44.07054,1.6292565 + 4727: -44.89346,2.3902018 + 4728: -49.86221,1.139333 + 4729: -49.841377,1.1289089 + 4730: -49.58096,1.0663655 + 4731: -49.44554,3.4534404 + 4732: -49.48721,4.2352333 + 4733: -49.372627,2.7341907 + 4734: -45.449696,6.5832567 + 4735: -46.355946,7.55268 + 4736: -46.84553,9.012027 + 4737: -45.710114,8.949484 + 4738: -46.90803,8.949484 + 4739: -47.293446,7.166996 + 4740: -43.991364,8.042604 + 4741: -45.25178,1.5322659 + 4742: -46.012196,1.7928636 + 4743: -46.22053,2.001342 + 4744: -46.324696,2.2723634 + 4745: -46.28303,2.1160047 + 4774: 5.2911997,30.138435 + 4775: 5.6141167,26.66469 + 4776: 5.7078667,24.444923 + 4777: 6.1974497,30.290543 + 4778: 4.8328667,30.290543 + 5099: -25.085869,6.2596016 + 5100: -24.66087,6.1845493 + 5101: -24.61087,5.9844103 + 5102: -24.54837,5.5340977 + 5103: -24.685867,4.983715 + 5104: -27.41087,7.9107485 + 5105: -27.498367,7.2227697 + 5106: -27.29837,5.183854 + 5107: -27.198368,4.445842 + 5108: -27.060867,3.3450778 + 5109: -18.010868,7.197753 + 5110: -17.748367,7.160227 + 5111: -17.485868,6.734932 + 5112: -17.573368,3.2324994 + 5113: -18.048368,3.2825344 + 5114: -19.010868,3.2074826 + 5115: -21.560867,7.1101923 + 5504: 12.771617,34.882286 + 5505: 12.990367,33.996254 + 5506: 13.657035,33.287426 + 5507: 14.625785,33.892014 + 5508: 17.663391,35.330513 + 5509: 17.684227,35.195004 + 5510: 17.715477,34.434055 + 5511: 17.89256,34.110916 + 5512: 18.33006,35.320087 + 5513: 18.33006,34.46533 + 5514: 18.23631,33.923286 + 5515: 22.475655,35.28882 + 5516: 22.329819,34.70508 + 5517: 21.881905,33.819046 + 5518: 21.756905,33.69396 + 5519: 16.9444,29.033741 + 5520: 17.048569,29.461124 + 5521: 17.0694,30.169949 + 5522: 16.996487,30.71199 + 5523: 16.923569,30.95174 + 5524: 17.486069,31.160221 + 5525: 17.725655,30.732838 + 5526: 17.861069,29.867657 + 5527: 24.017582,30.190796 + 5528: 23.861332,29.388157 + 5529: 23.725914,28.575092 + 5530: 24.12175,27.491005 + 5531: 24.8405,26.844723 + 5532: 25.142582,26.469461 + 5533: 25.0905,25.864874 + 5534: 24.538414,25.416647 + 5535: 24.236332,23.762123 + 5536: 24.43425,25.178082 + 5537: 24.028,24.114843 + 5538: 25.153,22.272074 + 5539: 24.955082,21.81324 + 5540: 23.99675,21.646458 + 5541: 24.403,19.027742 + 5542: 24.12175,18.537819 + 5543: 23.9655,17.745602 + 5544: 24.05925,17.036777 + 5545: 24.37175,15.074004 + 5546: 24.444664,14.198396 + 5547: 24.392582,13.385331 + 5548: 24.392582,12.832864 + 5549: 25.017582,11.686234 + 5550: 24.80925,12.176158 + 5551: 24.153,12.957952 + 5552: 21.03915,11.222679 + 5553: 20.987064,11.764722 + 5554: 20.841232,12.421428 + 5555: 22.497482,12.88008 + 5556: 22.622482,11.629211 + 5557: 23.059982,11.139288 + 5558: 23.6329,11.097592 + 5559: 22.64114,24.186085 + 5560: 22.755722,23.143694 + 5561: 41.939583,7.026366 + 5562: 42.5125,7.057637 + 5563: 43.52292,7.0472136 + 5564: 44.96042,7.1306047 + 5565: 46.54375,7.620528 + 5566: 46.220833,7.068062 + 5567: 42.79375,5.879737 + 5568: 47.43388,9.82484 + 5569: 47.725548,10.189676 + 5570: 49.892212,10.898501 + 5571: 54.722065,12.0858755 + 5572: 56.253315,12.023332 + 5573: 55.598217,11.992061 + 5629: -50.289814,6.3337994 + 5630: -51.081482,6.2087126 + 5631: -51.081482,6.2087126 + 5632: -50.091896,6.0940495 + 5633: -49.852314,5.864723 + 5634: -49.789814,5.572854 + 5635: -49.821064,5.1767454 + 5636: -49.852314,5.343528 + 5637: -49.789814,6.0940495 + 5638: -49.841896,6.427614 + 5639: -50.123146,6.3650713 + 5640: -48.956482,8.335189 + 5641: -48.987732,8.616634 + 5642: -49.164814,9.023167 + 5643: -49.258564,9.085711 - node: cleanable: True angle: 1.5707963267948966 rad @@ -3834,109 +3834,82 @@ entities: color: '#FFFFFFFF' id: Dirt decals: - 5055: -9.115898,7.000552 - - node: - cleanable: True - angle: 4.71238898038469 rad - color: '#FFFFFFFF' - id: Dirt - decals: - 5056: -9.178398,6.037383 - 5057: -9.453399,5.7621927 - 5058: -9.640899,5.399441 - 5059: -8.365898,5.7246666 - 5060: -8.890899,7.100622 - 5061: -8.315899,7.02557 - 5062: -8.140899,6.6127834 - 5063: -7.8158984,5.999857 - 5064: -7.4408984,5.49951 + 5050: -9.115898,7.000552 + 5051: -9.178398,6.037383 + 5052: -9.453399,5.7621927 + 5053: -9.640899,5.399441 + 5054: -8.365898,5.7246666 + 5055: -8.890899,7.100622 + 5056: -8.315899,7.02557 + 5057: -8.140899,6.6127834 + 5058: -7.8158984,5.999857 + 5059: -7.4408984,5.49951 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 4376: -32.026825,-5.997283 - 4377: -24.030098,-6.0480723 - 4378: -24.030098,-6.0480723 - 4439: -45.0686,3.3973076 - 4440: -45.0686,3.3973076 - 4441: -44.641518,4.001895 - 4442: -44.97485,7.9872103 - 4443: -44.985268,7.9872103 - 4444: -42.99568,8.028906 - 4445: -42.99568,8.028906 - 4446: -42.99568,8.028906 - 4474: 2.7265406,-39.491512 - 4475: 2.7161236,-40.002285 - 4476: 2.7161236,-40.002285 - 4651: -6.104628,-21.528816 + 4373: -32.026825,-5.997283 + 4374: -24.030098,-6.0480723 + 4375: -24.030098,-6.0480723 + 4434: -45.0686,3.3973076 + 4435: -45.0686,3.3973076 + 4436: -44.641518,4.001895 + 4437: -44.97485,7.9872103 + 4438: -44.985268,7.9872103 + 4439: -42.99568,8.028906 + 4440: -42.99568,8.028906 + 4441: -42.99568,8.028906 + 4469: 2.7265406,-39.491512 + 4470: 2.7161236,-40.002285 + 4471: 2.7161236,-40.002285 + 4646: -6.104628,-21.528816 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 4769: 4.4682827,29.910908 - 4770: 5.3328667,27.284082 - 4771: 6.3641167,25.470324 - 5075: -25.54837,6.5598097 - 5076: -25.54837,6.497267 - 5077: -25.023369,8.08587 - 5078: -25.073368,8.023326 - 5079: -25.085869,7.9858007 - 5080: -25.11087,8.060853 - 5081: -25.11087,8.048344 - 5082: -25.123367,7.9858007 - 5409: 18.50869,35.39296 - 5410: 19.831608,35.68483 - 5411: 21.00869,35.705677 - 5412: 21.85244,34.86134 - 5413: 22.32119,35.007275 - 5414: 15.14886,33.078854 - 5415: 14.815528,32.839104 - 5416: 14.36761,32.776558 - 5417: 14.985951,30.266766 - 5418: 18.861862,30.235493 - 5419: 17.580612,30.25634 - 5420: 17.497276,29.599636 - 5421: 17.518112,28.234104 - 5422: 17.445194,28.004776 - 5423: 24.923054,30.01659 - 5424: 24.902218,29.078442 - 5425: 24.631386,27.702484 - 5426: 24.027218,27.045778 - 5427: 24.048054,24.05232 - 5428: 24.985554,24.073168 - 5429: 24.964718,22.069265 - 5430: 24.152218,21.985874 - 5431: 24.152218,21.985874 - 5432: 25.006386,19.016037 - 5433: 24.035736,17.010649 - 5434: 27.537533,21.981152 - 5435: 27.006283,21.543348 - 5436: 27.006283,21.543348 - 5579: 60.44457,13.635814 - 5580: 60.44457,13.552423 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 5622: -48.654396,6.5110054 - 5623: -48.633564,9.32546 - 5624: -49.300232,9.440124 - 5625: -49.123146,9.32546 - 5626: -48.946064,9.13783 - 5627: -48.789814,8.783418 - 5628: -51.383564,9.544362 - 5629: -51.383564,9.544362 - 5630: -51.633564,9.210797 - 5631: -52.206482,6.5631247 - 5632: -51.487732,6.438039 - 5633: -51.508564,6.7403316 - 5634: -51.706482,7.2823744 - 5635: -52.393982,7.949505 - 5636: -52.404396,8.032896 - 5637: -52.414814,8.199678 + 4764: 4.4682827,29.910908 + 4765: 5.3328667,27.284082 + 4766: 6.3641167,25.470324 + 5070: -25.54837,6.5598097 + 5071: -25.54837,6.497267 + 5072: -25.023369,8.08587 + 5073: -25.073368,8.023326 + 5074: -25.085869,7.9858007 + 5075: -25.11087,8.060853 + 5076: -25.11087,8.048344 + 5077: -25.123367,7.9858007 + 5404: 18.50869,35.39296 + 5405: 19.831608,35.68483 + 5406: 21.00869,35.705677 + 5407: 21.85244,34.86134 + 5408: 22.32119,35.007275 + 5409: 15.14886,33.078854 + 5410: 14.815528,32.839104 + 5411: 14.36761,32.776558 + 5412: 14.985951,30.266766 + 5413: 18.861862,30.235493 + 5414: 17.580612,30.25634 + 5415: 17.497276,29.599636 + 5416: 17.518112,28.234104 + 5417: 17.445194,28.004776 + 5418: 24.923054,30.01659 + 5419: 24.902218,29.078442 + 5420: 24.631386,27.702484 + 5421: 24.027218,27.045778 + 5422: 24.048054,24.05232 + 5423: 24.985554,24.073168 + 5424: 24.964718,22.069265 + 5425: 24.152218,21.985874 + 5426: 24.152218,21.985874 + 5427: 25.006386,19.016037 + 5428: 24.035736,17.010649 + 5429: 27.537533,21.981152 + 5430: 27.006283,21.543348 + 5431: 27.006283,21.543348 + 5574: 60.44457,13.635814 + 5575: 60.44457,13.552423 - node: cleanable: True color: '#FFFFFFFF' @@ -5059,514 +5032,530 @@ entities: 2645: 37.492516,21.895864 2646: 36.8571,22.208582 2647: 36.127934,22.28155 - 4255: -2.470861,-5.479699 - 4256: -2.5125275,-5.66733 - 4257: -2.5750275,-6.011318 - 4258: 0.5603895,-6.5012426 - 4259: 0.5603895,-6.5012426 - 4260: 1.258306,-4.5206995 - 4261: 1.0291395,-4.531124 - 4262: 1.0291395,-4.531124 - 4263: 0.86247253,-4.541548 - 4264: 0.570806,-4.5623956 - 4265: 0.38330603,-4.2809496 - 4266: 0.33122253,-4.1350155 - 4267: 0.28955603,-3.9161134 - 4268: 0.049972534,-3.6763635 - 4269: -0.21044397,-3.645092 - 4270: -2.595861,-3.5617008 - 4271: -1.689611,-3.5617008 - 4272: -1.4812775,-3.80145 - 4273: -2.595861,-1.4211264 - 4274: -2.6479442,-1.0875609 - 4275: -3.095861,1.6330783 - 4276: -2.627111,1.5079916 - 4277: -1.741694,1.4454482 - 4278: -1.064611,1.3099372 - 4279: -2.1166942,1.3829043 - 4280: -1.4187775,1.3516328 - 4281: -0.6271105,1.2056983 - 4282: 3.0426645,-0.3095293 - 4283: 3.0322475,-0.5492792 - 4284: 3.0426645,-0.7890291 - 4285: 2.1989145,-0.7890291 - 4286: 2.1780806,-0.66394234 - 4287: 2.1155806,-0.4346161 - 4288: 1.9176645,-0.60139894 - 4289: 1.771831,-0.7473335 - 4290: 2.3655815,-4.346985 - 4291: 2.084331,-4.545039 - 4292: 4.033042,-8.655805 - 4293: 2.678875,-8.489021 - 4294: 3.980958,-8.561989 - 4295: -4.6294065,-0.5137758 - 4296: -4.452323,0.52861524 - 4297: -6.5356565,2.3632224 - 4298: -7.18149,2.509157 - 4299: -7.5669065,2.4570372 - 4300: -7.4731565,2.3527987 - 4301: -7.4731565,2.050505 - 4302: -4.644047,-3.5288017 - 4303: -5.5086303,-3.6643124 - 4304: -5.7898803,-5.5614634 - 4305: -5.519047,-6.583006 - 4306: -5.4773803,-6.6455493 - 4307: -8.539881,-1.4350414 - 4308: -8.539881,-1.4975846 - 4309: -8.571131,-1.685215 - 4310: -12.560714,3.328684 - 4311: -12.560714,3.1931727 - 4312: -12.550297,2.65113 - 4313: -12.602381,2.2550213 - 4314: -12.696131,1.7234023 - 4315: -14.487798,3.3391078 - 4316: -14.508631,3.036815 - 4317: -14.560714,2.65113 - 4318: -14.727381,2.4634993 - 4319: -13.435714,1.7859457 - 4320: -13.414881,1.494076 - 4321: -11.171612,2.5364668 - 4322: -10.942445,2.442652 - 4323: -11.546612,-1.6539433 - 4324: -17.546612,1.5774677 - 4325: -17.55703,1.5149243 - 4326: -17.598694,1.108392 - 4327: -17.504944,1.494076 - 4328: -16.890362,1.7546742 - 4329: -16.49453,1.6504347 - 4330: -20.570595,0.47185016 - 4331: -20.528927,2.535784 - 4332: -21.528927,2.4315445 - 4333: -21.060177,2.4940884 - 4334: -20.685177,2.5253594 - 4335: -19.549759,2.4940884 - 4336: -19.549759,2.4940884 - 4337: -26.467155,2.0650513 - 4338: -25.612988,2.4090407 - 4339: -25.47757,2.3881924 - 4340: -25.404655,2.106747 - 4341: -25.404655,1.7002146 - 4342: -25.394238,1.5647042 - 4343: -25.467155,0.7203672 - 4344: -27.487988,0.5952809 - 4345: -16.005154,0.48198867 - 4346: -12.025986,0.5758035 - 4347: -23.639343,-3.643033 - 4348: -24.253925,-3.622185 - 4349: -25.462261,-3.570066 - 4350: -27.389343,-3.570066 - 4351: -25.410175,-0.46374154 - 4352: -18.628925,-0.5054374 - 4353: -18.358093,-0.44289422 - 4354: -32.513805,8.500856 - 4355: -32.513805,8.500856 - 4356: -32.565887,8.323649 - 4357: -32.513805,7.531433 - 4358: -33.534637,7.500161 - 4359: -33.534637,7.500161 - 4360: -31.357555,7.625248 - 4361: -31.36797,7.531433 - 4362: -30.576305,7.4376173 - 4363: -30.52422,7.2604113 - 4364: -30.503387,6.9581184 - 4365: -29.49297,4.4146843 - 4366: -28.80547,2.5279577 - 4367: -28.71172,2.4445665 - 4368: -28.55547,0.54741645 - 4369: -28.80547,0.4223287 - 4370: -29.378387,0.2972424 - 4371: -36.565887,1.674514 - 4372: -37.357555,1.9455359 - 4373: -37.05547,1.9976552 - 4374: -39.154213,3.0704515 - 4375: -38.78963,3.0808756 - 4393: -39.46848,0.42637277 - 4394: -39.05181,0.46806836 - 4395: -38.74973,0.43679643 - 4396: -38.603893,-0.4909308 - 4397: -39.21848,-0.5638983 - 4398: -35.55181,-1.7626479 - 4399: -36.52056,-1.5437453 - 4400: -36.874725,-1.4499304 - 4401: -38.072643,-1.4707785 - 4402: -39.478893,-2.5340173 - 4403: -40.572643,-0.42838764 - 4404: -41.17681,-0.44923568 - 4405: -41.61431,0.03026414 - 4406: -41.43723,0.46806836 - 4407: -41.4386,3.5282478 - 4408: -41.55318,3.4657052 - 4409: -42.230267,3.4865525 - 4410: -42.34485,3.2259552 - 4411: -42.30318,2.756879 - 4412: -41.605267,3.4031613 - 4413: -41.605267,2.9757807 - 4414: -40.386517,1.4643147 - 4415: -40.292767,1.9333909 - 4416: -40.42818,2.8715422 - 4417: -43.480267,2.6526396 - 4418: -43.324017,2.579673 - 4419: -43.91235,-2.4834108 - 4420: -44.266518,-2.4521391 - 4421: -44.68318,-2.4208677 - 4422: -45.22485,-1.6286509 - 4423: -45.03735,-0.9302492 - 4424: -43.71443,-0.6071081 - 4425: -43.71443,-0.9823687 - 4426: -46.46443,-1.5348356 - 4427: -45.922768,-1.5556834 - 4428: -45.91235,-0.6592276 - 4429: -48.41235,-0.6488035 - 4430: -48.922768,-0.68007565 - 4431: -49.047768,-0.6904993 - 4432: -49.3186,-0.8051622 - 4433: -49.3811,-1.4410207 - 4434: -49.329018,-1.8684008 - 4435: -48.735268,-2.368748 - 4436: -49.454018,0.58285356 - 4447: -43.5061,8.518829 - 4448: -42.4436,8.518829 - 4449: -42.454018,9.008753 - 4450: -42.485268,7.4764385 - 4451: -42.99568,7.278385 - 4452: -43.02693,7.0386353 - 4453: -43.02693,6.6529503 - 4454: -44.22485,6.538287 - 4455: -44.22485,6.538287 - 4456: -41.53735,9.436133 - 4457: -41.5061,6.486168 - 4458: -41.5061,6.486168 - 4459: -36.570263,-5.47698 - 4460: -37.539013,-6.050295 - 4461: -37.539013,-6.050295 - 4462: -37.51818,-7.5200663 - 4463: -39.539017,-6.164958 - 4464: -40.007767,-5.748002 - 4465: -40.789017,-7.47837 - 4466: -40.51818,-7.155229 - 4467: -34.418655,-6.3517876 - 4468: -34.179073,-6.03907 - 4469: -31.510803,-8.464451 - 4470: -31.448303,-8.943951 - 4471: -31.354553,-9.142004 - 4472: -31.37539,-9.298363 - 4473: -31.385803,-9.944645 - 4477: 0.45570707,-36.44141 - 4478: 0.7057071,-36.472683 - 4479: 0.7890401,-36.462257 - 4480: 0.9557071,-36.264206 - 4481: 0.8515401,-36.399715 - 4482: 0.6640401,-36.462257 - 4483: 0.4452901,-36.576923 - 4484: -4.1229095,-40.204956 - 4485: -4.2062426,-40.33004 - 4486: -3.7791593,-40.42386 - 4487: -3.383326,-40.507248 - 4488: -1.7166591,-39.95478 - 4489: -1.8416591,-39.84012 - 4490: -2.0916593,-39.829693 - 4491: -3.4366515,-37.434795 - 4492: -2.957485,-36.38198 - 4493: -16.413067,-39.780174 - 4494: -16.163067,-39.602966 - 4495: -15.392234,-39.25898 - 4496: -15.5589,-38.498035 - 4497: -15.506817,-38.06023 - 4498: -15.517234,-38.64397 - 4499: -15.485984,-39.040077 - 4500: -16.423485,-40.082466 - 4501: -16.402649,-40.499424 - 4502: -13.850567,-40.52027 - 4503: -13.590151,-40.426456 - 4504: -13.590151,-40.416035 - 4505: -16.423485,-36.653004 - 4506: -11.423484,-36.551277 - 4507: -11.579734,-35.602703 - 4508: -11.777651,-35.185745 - 4509: -10.944317,-36.72848 - 4510: -4.319317,-32.594986 - 4511: -2.8401499,-32.70965 - 4512: -2.6606374,-33.52061 - 4513: -2.6189706,-34.22944 - 4514: -2.608554,-34.437916 - 4515: -2.5564706,-35.105045 - 4516: -3.2752206,-35.29938 - 4517: -3.2752206,-35.34108 - 4518: -3.2752206,-35.37235 - 4519: -2.6814706,-35.445316 - 4520: -3.5981374,-34.663525 - 4521: -3.5981374,-34.663525 - 4522: 0.08936262,-30.639894 - 4523: 0.1622796,-30.712862 - 4524: 0.3497796,-31.171515 - 4525: 0.3810296,-31.286177 - 4526: -0.22313738,-30.535656 - 4527: 0.7560296,-31.7761 - 4528: 0.7560296,-32.318146 - 4529: 0.5372796,-32.589165 - 4530: -0.6398039,-32.589165 - 4531: -0.9939704,-30.744135 - 4532: -0.6398039,-30.702438 - 4533: -0.8168874,-30.764982 - 4534: -1.2543874,-30.827526 - 4552: -21.403927,-27.520338 - 4553: -19.664345,-27.707968 - 4554: -19.33101,-27.760088 - 4555: -19.341427,-28.041533 - 4556: -19.33101,-28.250011 - 4557: -18.935177,-28.437641 - 4558: -18.747677,-28.427217 - 4559: -18.653927,-28.291706 - 4560: -18.622677,-27.697544 - 4561: -18.601845,-27.92687 - 4562: -19.23726,-31.147858 - 4563: -19.372677,-32.59678 - 4564: -19.008095,-32.659325 - 4565: -18.67476,-32.721867 - 4566: -18.664345,-33.23264 - 4567: -18.560177,-33.409847 - 4568: -19.466427,-33.6079 - 4569: -22.653927,-31.470999 - 4570: -23.226845,-29.886564 - 4571: -23.331013,-29.855293 - 4572: -23.435177,-29.865717 - 4573: -23.695595,-30.157585 - 4574: -23.695595,-30.616238 - 4575: -23.601845,-30.918531 - 4576: -23.289345,-31.45015 - 4577: -24.018513,-30.188858 - 4578: -24.331013,-29.949108 - 4579: -24.466427,-29.98038 - 4583: -10.398228,-27.616209 - 4584: -10.419062,-27.355612 - 4585: -10.450312,-27.126286 - 4586: -10.356562,-24.608856 - 4587: -10.366978,-24.85903 - 4588: -10.366978,-25.025812 - 4589: -10.346144,-25.547007 - 4590: -12.596145,-23.51351 - 4591: -10.481562,-18.559704 - 4592: -10.596144,-19.331072 - 4593: -11.491978,-19.69591 - 4594: -11.606562,-20.12329 - 4595: -12.419062,-20.852962 - 4596: -2.092088,-20.477701 - 4597: -1.5295877,-20.644485 - 4598: -1.4775047,-20.665333 - 4599: -1.3837547,-21.092712 - 4600: 3.275756,-25.704914 - 4601: 4.192422,-24.454044 - 4602: 4.650756,-24.6521 - 4603: 4.588256,-24.881424 - 4604: 4.442422,-25.569403 - 4605: 4.432006,-26.25738 - 4606: 4.411172,-26.653488 - 4607: 4.390339,-27.16426 - 4608: 4.234089,-27.50825 - 4609: 3.911172,-27.64376 - 4610: 3.327839,-27.633335 - 4611: 3.202839,-27.633335 - 4612: 2.588256,-27.695879 - 4613: 2.484089,-28.248346 - 4614: 2.452839,-28.561064 - 4615: 2.890339,-28.571487 - 4616: 3.379922,-28.540216 - 4617: 2.421589,-27.445705 - 4618: 1.7028389,-27.50825 - 4619: 1.4840889,-27.466553 - 4620: 1.4320054,-27.11214 - 4621: 2.629922,-25.152447 - 4622: 2.504922,-25.256685 - 4623: 2.348672,-25.256685 - 4624: 2.317422,-25.048206 - 4625: 1.9945054,-24.68337 - 4626: 1.3278389,-24.59998 - 4627: 1.3070054,-24.756338 - 4628: 1.3486719,-25.225414 - 4629: 1.4632554,-26.382467 - 4630: 0.6715889,-26.528402 - 4631: 0.06742191,-26.424162 - 4632: 0.22367191,-25.527706 - 4633: 0.1715889,-24.902273 - 4634: -0.4534111,-24.63125 - 4635: 0.2445054,-24.568708 - 4636: 0.2965889,-24.620827 - 4637: -0.047161102,-29.478367 - 4638: -0.4117446,-29.478367 - 4639: -1.0679946,-29.551334 - 4640: -1.8284116,-29.520063 - 4641: -2.5679948,-29.530487 - 4642: -3.495078,-28.508944 - 4643: -3.5784116,-28.488096 - 4644: -3.9221616,-28.488096 - 4645: -4.536745,-28.540216 - 4646: -9.052546,-24.537436 - 4647: -9.115046,-24.41235 - 4648: -8.865046,-24.537436 - 4649: -8.573379,-24.527012 - 4650: -8.396296,-24.037088 - 4772: 5.2703667,27.759521 - 4773: 5.9161997,26.602468 - 4774: 6.3536997,25.00761 - 4775: 6.5620327,25.914492 - 4776: 6.8432827,25.289057 - 4777: 5.6557827,27.447535 - 4778: 7.3328667,26.780405 - 5083: -27.41087,8.461131 - 5084: -26.998367,8.423604 - 5085: -27.010868,8.198448 - 5086: -27.023369,7.960783 - 5087: -27.47337,6.509775 - 5088: -27.47337,6.509775 - 5089: -27.47337,5.1963634 - 5090: -27.41087,4.5709286 - 5091: -27.385868,3.857934 - 5092: -26.48587,3.3951123 - 5093: -25.335869,5.12131 - 5094: -25.34837,5.4340277 - 5095: -25.460869,5.50908 - 5096: -26.023369,5.584132 - 5097: -27.09837,5.671693 - 5098: -26.385868,5.6216583 - 5099: -26.09837,5.60915 - 5100: -24.66087,4.520894 - 5101: -24.48587,4.2081766 - 5102: -24.53587,3.695321 - 5103: -24.573368,3.3700955 - 5437: 13.347741,19.249342 - 5438: 13.587323,18.686451 - 5439: 13.764407,18.279919 - 5440: 13.837325,17.779572 - 5441: 13.795657,16.747604 - 5442: 18.326908,16.455734 - 5443: 18.514408,16.705908 - 5444: 18.420658,22.20973 - 5445: 17.951908,22.470327 - 5446: 16.59774,22.512024 - 5447: 12.545657,21.73023 - 5448: 12.514407,21.30285 - 5449: 12.535241,20.82335 - 5450: 12.483157,20.291733 - 5451: 19.660088,22.382257 - 5452: 19.71217,21.454529 - 5453: 19.920502,21.506649 - 5454: 19.972588,21.506649 - 5455: 20.33717,21.517073 - 5456: 20.389252,21.517073 - 5457: 21.459946,19.65235 - 5458: 21.449528,19.297935 - 5459: 21.393837,23.535633 - 5460: 20.748001,23.639872 - 5461: 20.550087,23.890045 - 5462: 20.498001,23.994284 - 5463: 20.664669,23.535633 - 5464: 21.487587,23.452242 - 5465: 20.768837,23.598175 - 5466: 20.550087,23.785807 - 5467: 20.560501,28.747585 - 5468: 20.591751,29.195812 - 5469: 20.654251,29.435562 - 5470: 20.664669,29.445988 - 5471: 21.175087,29.498108 - 5472: 20.873001,29.445988 - 5473: 20.487587,28.820553 - 5474: 19.406025,29.388409 - 5475: 19.41644,29.169506 - 5476: 19.426857,29.096539 - 5477: 19.458107,29.002724 - 5478: 19.51019,27.845669 - 5479: 16.458107,28.512798 - 5480: 16.44769,28.512798 - 5481: 16.29144,28.43983 - 5482: 16.04144,28.48153 - 5483: 16.031025,28.48153 - 5484: 15.781025,28.48153 - 5485: 15.572689,28.460682 - 5486: 15.572689,28.231354 - 5487: 15.572689,27.94991 - 5488: 15.572689,27.814396 - 5489: 15.531025,27.543377 - 5490: 15.489358,27.491257 - 5491: 23.624775,30.003895 - 5492: 23.572693,29.576515 - 5493: 21.708107,30.410427 - 5494: 21.416443,30.431278 - 5495: 21.416443,30.431278 - 5496: 21.395607,30.587635 - 5497: 22.676857,35.59111 - 5498: 22.572693,35.372208 - 5499: 22.562275,35.35136 - 5500: 12.917451,34.44448 - 5501: 13.407035,34.454906 - 5502: 13.896617,34.46533 - 5503: 14.532035,34.434055 - 5504: 15.271617,34.54872 - 5505: 15.407035,35.184578 - 5506: 15.219535,35.330513 - 5507: 14.782035,35.40348 - 5508: 13.834117,35.424328 - 5581: 61.551037,13.604541 - 5582: 61.634373,13.562846 - 5583: 63.634377,12.061803 - 5584: 63.634377,11.352978 - 5585: 63.655212,10.967293 - 5586: 63.509377,10.550336 - 5587: 63.228123,10.393978 - 5588: 62.769787,10.268891 - 5589: 53.192535,13.604541 - 5590: 52.546703,13.635814 - 5591: 52.307117,13.625388 - 5592: 51.796703,13.646237 - 5593: 49.559258,16.663572 - 5594: 49.621758,15.91305 - 5595: 39.5167,13.473855 - 5596: 39.5167,13.473855 + 4252: -2.470861,-5.479699 + 4253: -2.5125275,-5.66733 + 4254: -2.5750275,-6.011318 + 4255: 0.5603895,-6.5012426 + 4256: 0.5603895,-6.5012426 + 4257: 1.258306,-4.5206995 + 4258: 1.0291395,-4.531124 + 4259: 1.0291395,-4.531124 + 4260: 0.86247253,-4.541548 + 4261: 0.570806,-4.5623956 + 4262: 0.38330603,-4.2809496 + 4263: 0.33122253,-4.1350155 + 4264: 0.28955603,-3.9161134 + 4265: 0.049972534,-3.6763635 + 4266: -0.21044397,-3.645092 + 4267: -2.595861,-3.5617008 + 4268: -1.689611,-3.5617008 + 4269: -1.4812775,-3.80145 + 4270: -2.595861,-1.4211264 + 4271: -2.6479442,-1.0875609 + 4272: -3.095861,1.6330783 + 4273: -2.627111,1.5079916 + 4274: -1.741694,1.4454482 + 4275: -1.064611,1.3099372 + 4276: -2.1166942,1.3829043 + 4277: -1.4187775,1.3516328 + 4278: -0.6271105,1.2056983 + 4279: 3.0426645,-0.3095293 + 4280: 3.0322475,-0.5492792 + 4281: 3.0426645,-0.7890291 + 4282: 2.1989145,-0.7890291 + 4283: 2.1780806,-0.66394234 + 4284: 2.1155806,-0.4346161 + 4285: 1.9176645,-0.60139894 + 4286: 1.771831,-0.7473335 + 4287: 2.3655815,-4.346985 + 4288: 2.084331,-4.545039 + 4289: 4.033042,-8.655805 + 4290: 2.678875,-8.489021 + 4291: 3.980958,-8.561989 + 4292: -4.6294065,-0.5137758 + 4293: -4.452323,0.52861524 + 4294: -6.5356565,2.3632224 + 4295: -7.18149,2.509157 + 4296: -7.5669065,2.4570372 + 4297: -7.4731565,2.3527987 + 4298: -7.4731565,2.050505 + 4299: -4.644047,-3.5288017 + 4300: -5.5086303,-3.6643124 + 4301: -5.7898803,-5.5614634 + 4302: -5.519047,-6.583006 + 4303: -5.4773803,-6.6455493 + 4304: -8.539881,-1.4350414 + 4305: -8.539881,-1.4975846 + 4306: -8.571131,-1.685215 + 4307: -12.560714,3.328684 + 4308: -12.560714,3.1931727 + 4309: -12.550297,2.65113 + 4310: -12.602381,2.2550213 + 4311: -12.696131,1.7234023 + 4312: -14.487798,3.3391078 + 4313: -14.508631,3.036815 + 4314: -14.560714,2.65113 + 4315: -14.727381,2.4634993 + 4316: -13.435714,1.7859457 + 4317: -13.414881,1.494076 + 4318: -11.171612,2.5364668 + 4319: -10.942445,2.442652 + 4320: -11.546612,-1.6539433 + 4321: -17.546612,1.5774677 + 4322: -17.55703,1.5149243 + 4323: -17.598694,1.108392 + 4324: -17.504944,1.494076 + 4325: -16.890362,1.7546742 + 4326: -16.49453,1.6504347 + 4327: -20.570595,0.47185016 + 4328: -20.528927,2.535784 + 4329: -21.528927,2.4315445 + 4330: -21.060177,2.4940884 + 4331: -20.685177,2.5253594 + 4332: -19.549759,2.4940884 + 4333: -19.549759,2.4940884 + 4334: -26.467155,2.0650513 + 4335: -25.612988,2.4090407 + 4336: -25.47757,2.3881924 + 4337: -25.404655,2.106747 + 4338: -25.404655,1.7002146 + 4339: -25.394238,1.5647042 + 4340: -25.467155,0.7203672 + 4341: -27.487988,0.5952809 + 4342: -16.005154,0.48198867 + 4343: -12.025986,0.5758035 + 4344: -23.639343,-3.643033 + 4345: -24.253925,-3.622185 + 4346: -25.462261,-3.570066 + 4347: -27.389343,-3.570066 + 4348: -25.410175,-0.46374154 + 4349: -18.628925,-0.5054374 + 4350: -18.358093,-0.44289422 + 4351: -32.513805,8.500856 + 4352: -32.513805,8.500856 + 4353: -32.565887,8.323649 + 4354: -32.513805,7.531433 + 4355: -33.534637,7.500161 + 4356: -33.534637,7.500161 + 4357: -31.357555,7.625248 + 4358: -31.36797,7.531433 + 4359: -30.576305,7.4376173 + 4360: -30.52422,7.2604113 + 4361: -30.503387,6.9581184 + 4362: -29.49297,4.4146843 + 4363: -28.80547,2.5279577 + 4364: -28.71172,2.4445665 + 4365: -28.55547,0.54741645 + 4366: -28.80547,0.4223287 + 4367: -29.378387,0.2972424 + 4368: -36.565887,1.674514 + 4369: -37.357555,1.9455359 + 4370: -37.05547,1.9976552 + 4371: -39.154213,3.0704515 + 4372: -38.78963,3.0808756 + 4388: -39.46848,0.42637277 + 4389: -39.05181,0.46806836 + 4390: -38.74973,0.43679643 + 4391: -38.603893,-0.4909308 + 4392: -39.21848,-0.5638983 + 4393: -35.55181,-1.7626479 + 4394: -36.52056,-1.5437453 + 4395: -36.874725,-1.4499304 + 4396: -38.072643,-1.4707785 + 4397: -39.478893,-2.5340173 + 4398: -40.572643,-0.42838764 + 4399: -41.17681,-0.44923568 + 4400: -41.61431,0.03026414 + 4401: -41.43723,0.46806836 + 4402: -41.4386,3.5282478 + 4403: -41.55318,3.4657052 + 4404: -42.230267,3.4865525 + 4405: -42.34485,3.2259552 + 4406: -42.30318,2.756879 + 4407: -41.605267,3.4031613 + 4408: -41.605267,2.9757807 + 4409: -40.386517,1.4643147 + 4410: -40.292767,1.9333909 + 4411: -40.42818,2.8715422 + 4412: -43.480267,2.6526396 + 4413: -43.324017,2.579673 + 4414: -43.91235,-2.4834108 + 4415: -44.266518,-2.4521391 + 4416: -44.68318,-2.4208677 + 4417: -45.22485,-1.6286509 + 4418: -45.03735,-0.9302492 + 4419: -43.71443,-0.6071081 + 4420: -43.71443,-0.9823687 + 4421: -46.46443,-1.5348356 + 4422: -45.922768,-1.5556834 + 4423: -45.91235,-0.6592276 + 4424: -48.41235,-0.6488035 + 4425: -48.922768,-0.68007565 + 4426: -49.047768,-0.6904993 + 4427: -49.3186,-0.8051622 + 4428: -49.3811,-1.4410207 + 4429: -49.329018,-1.8684008 + 4430: -48.735268,-2.368748 + 4431: -49.454018,0.58285356 + 4442: -43.5061,8.518829 + 4443: -42.4436,8.518829 + 4444: -42.454018,9.008753 + 4445: -42.485268,7.4764385 + 4446: -42.99568,7.278385 + 4447: -43.02693,7.0386353 + 4448: -43.02693,6.6529503 + 4449: -44.22485,6.538287 + 4450: -44.22485,6.538287 + 4451: -41.53735,9.436133 + 4452: -41.5061,6.486168 + 4453: -41.5061,6.486168 + 4454: -36.570263,-5.47698 + 4455: -37.539013,-6.050295 + 4456: -37.539013,-6.050295 + 4457: -37.51818,-7.5200663 + 4458: -39.539017,-6.164958 + 4459: -40.007767,-5.748002 + 4460: -40.789017,-7.47837 + 4461: -40.51818,-7.155229 + 4462: -34.418655,-6.3517876 + 4463: -34.179073,-6.03907 + 4464: -31.510803,-8.464451 + 4465: -31.448303,-8.943951 + 4466: -31.354553,-9.142004 + 4467: -31.37539,-9.298363 + 4468: -31.385803,-9.944645 + 4472: 0.45570707,-36.44141 + 4473: 0.7057071,-36.472683 + 4474: 0.7890401,-36.462257 + 4475: 0.9557071,-36.264206 + 4476: 0.8515401,-36.399715 + 4477: 0.6640401,-36.462257 + 4478: 0.4452901,-36.576923 + 4479: -4.1229095,-40.204956 + 4480: -4.2062426,-40.33004 + 4481: -3.7791593,-40.42386 + 4482: -3.383326,-40.507248 + 4483: -1.7166591,-39.95478 + 4484: -1.8416591,-39.84012 + 4485: -2.0916593,-39.829693 + 4486: -3.4366515,-37.434795 + 4487: -2.957485,-36.38198 + 4488: -16.413067,-39.780174 + 4489: -16.163067,-39.602966 + 4490: -15.392234,-39.25898 + 4491: -15.5589,-38.498035 + 4492: -15.506817,-38.06023 + 4493: -15.517234,-38.64397 + 4494: -15.485984,-39.040077 + 4495: -16.423485,-40.082466 + 4496: -16.402649,-40.499424 + 4497: -13.850567,-40.52027 + 4498: -13.590151,-40.426456 + 4499: -13.590151,-40.416035 + 4500: -16.423485,-36.653004 + 4501: -11.423484,-36.551277 + 4502: -11.579734,-35.602703 + 4503: -11.777651,-35.185745 + 4504: -10.944317,-36.72848 + 4505: -4.319317,-32.594986 + 4506: -2.8401499,-32.70965 + 4507: -2.6606374,-33.52061 + 4508: -2.6189706,-34.22944 + 4509: -2.608554,-34.437916 + 4510: -2.5564706,-35.105045 + 4511: -3.2752206,-35.29938 + 4512: -3.2752206,-35.34108 + 4513: -3.2752206,-35.37235 + 4514: -2.6814706,-35.445316 + 4515: -3.5981374,-34.663525 + 4516: -3.5981374,-34.663525 + 4517: 0.08936262,-30.639894 + 4518: 0.1622796,-30.712862 + 4519: 0.3497796,-31.171515 + 4520: 0.3810296,-31.286177 + 4521: -0.22313738,-30.535656 + 4522: 0.7560296,-31.7761 + 4523: 0.7560296,-32.318146 + 4524: 0.5372796,-32.589165 + 4525: -0.6398039,-32.589165 + 4526: -0.9939704,-30.744135 + 4527: -0.6398039,-30.702438 + 4528: -0.8168874,-30.764982 + 4529: -1.2543874,-30.827526 + 4547: -21.403927,-27.520338 + 4548: -19.664345,-27.707968 + 4549: -19.33101,-27.760088 + 4550: -19.341427,-28.041533 + 4551: -19.33101,-28.250011 + 4552: -18.935177,-28.437641 + 4553: -18.747677,-28.427217 + 4554: -18.653927,-28.291706 + 4555: -18.622677,-27.697544 + 4556: -18.601845,-27.92687 + 4557: -19.23726,-31.147858 + 4558: -19.372677,-32.59678 + 4559: -19.008095,-32.659325 + 4560: -18.67476,-32.721867 + 4561: -18.664345,-33.23264 + 4562: -18.560177,-33.409847 + 4563: -19.466427,-33.6079 + 4564: -22.653927,-31.470999 + 4565: -23.226845,-29.886564 + 4566: -23.331013,-29.855293 + 4567: -23.435177,-29.865717 + 4568: -23.695595,-30.157585 + 4569: -23.695595,-30.616238 + 4570: -23.601845,-30.918531 + 4571: -23.289345,-31.45015 + 4572: -24.018513,-30.188858 + 4573: -24.331013,-29.949108 + 4574: -24.466427,-29.98038 + 4578: -10.398228,-27.616209 + 4579: -10.419062,-27.355612 + 4580: -10.450312,-27.126286 + 4581: -10.356562,-24.608856 + 4582: -10.366978,-24.85903 + 4583: -10.366978,-25.025812 + 4584: -10.346144,-25.547007 + 4585: -12.596145,-23.51351 + 4586: -10.481562,-18.559704 + 4587: -10.596144,-19.331072 + 4588: -11.491978,-19.69591 + 4589: -11.606562,-20.12329 + 4590: -12.419062,-20.852962 + 4591: -2.092088,-20.477701 + 4592: -1.5295877,-20.644485 + 4593: -1.4775047,-20.665333 + 4594: -1.3837547,-21.092712 + 4595: 3.275756,-25.704914 + 4596: 4.192422,-24.454044 + 4597: 4.650756,-24.6521 + 4598: 4.588256,-24.881424 + 4599: 4.442422,-25.569403 + 4600: 4.432006,-26.25738 + 4601: 4.411172,-26.653488 + 4602: 4.390339,-27.16426 + 4603: 4.234089,-27.50825 + 4604: 3.911172,-27.64376 + 4605: 3.327839,-27.633335 + 4606: 3.202839,-27.633335 + 4607: 2.588256,-27.695879 + 4608: 2.484089,-28.248346 + 4609: 2.452839,-28.561064 + 4610: 2.890339,-28.571487 + 4611: 3.379922,-28.540216 + 4612: 2.421589,-27.445705 + 4613: 1.7028389,-27.50825 + 4614: 1.4840889,-27.466553 + 4615: 1.4320054,-27.11214 + 4616: 2.629922,-25.152447 + 4617: 2.504922,-25.256685 + 4618: 2.348672,-25.256685 + 4619: 2.317422,-25.048206 + 4620: 1.9945054,-24.68337 + 4621: 1.3278389,-24.59998 + 4622: 1.3070054,-24.756338 + 4623: 1.3486719,-25.225414 + 4624: 1.4632554,-26.382467 + 4625: 0.6715889,-26.528402 + 4626: 0.06742191,-26.424162 + 4627: 0.22367191,-25.527706 + 4628: 0.1715889,-24.902273 + 4629: -0.4534111,-24.63125 + 4630: 0.2445054,-24.568708 + 4631: 0.2965889,-24.620827 + 4632: -0.047161102,-29.478367 + 4633: -0.4117446,-29.478367 + 4634: -1.0679946,-29.551334 + 4635: -1.8284116,-29.520063 + 4636: -2.5679948,-29.530487 + 4637: -3.495078,-28.508944 + 4638: -3.5784116,-28.488096 + 4639: -3.9221616,-28.488096 + 4640: -4.536745,-28.540216 + 4641: -9.052546,-24.537436 + 4642: -9.115046,-24.41235 + 4643: -8.865046,-24.537436 + 4644: -8.573379,-24.527012 + 4645: -8.396296,-24.037088 + 4767: 5.2703667,27.759521 + 4768: 5.9161997,26.602468 + 4769: 6.3536997,25.00761 + 4770: 6.5620327,25.914492 + 4771: 6.8432827,25.289057 + 4772: 5.6557827,27.447535 + 4773: 7.3328667,26.780405 + 5078: -27.41087,8.461131 + 5079: -26.998367,8.423604 + 5080: -27.010868,8.198448 + 5081: -27.023369,7.960783 + 5082: -27.47337,6.509775 + 5083: -27.47337,6.509775 + 5084: -27.47337,5.1963634 + 5085: -27.41087,4.5709286 + 5086: -27.385868,3.857934 + 5087: -26.48587,3.3951123 + 5088: -25.335869,5.12131 + 5089: -25.34837,5.4340277 + 5090: -25.460869,5.50908 + 5091: -26.023369,5.584132 + 5092: -27.09837,5.671693 + 5093: -26.385868,5.6216583 + 5094: -26.09837,5.60915 + 5095: -24.66087,4.520894 + 5096: -24.48587,4.2081766 + 5097: -24.53587,3.695321 + 5098: -24.573368,3.3700955 + 5432: 13.347741,19.249342 + 5433: 13.587323,18.686451 + 5434: 13.764407,18.279919 + 5435: 13.837325,17.779572 + 5436: 13.795657,16.747604 + 5437: 18.326908,16.455734 + 5438: 18.514408,16.705908 + 5439: 18.420658,22.20973 + 5440: 17.951908,22.470327 + 5441: 16.59774,22.512024 + 5442: 12.545657,21.73023 + 5443: 12.514407,21.30285 + 5444: 12.535241,20.82335 + 5445: 12.483157,20.291733 + 5446: 19.660088,22.382257 + 5447: 19.71217,21.454529 + 5448: 19.920502,21.506649 + 5449: 19.972588,21.506649 + 5450: 20.33717,21.517073 + 5451: 20.389252,21.517073 + 5452: 21.459946,19.65235 + 5453: 21.449528,19.297935 + 5454: 21.393837,23.535633 + 5455: 20.748001,23.639872 + 5456: 20.550087,23.890045 + 5457: 20.498001,23.994284 + 5458: 20.664669,23.535633 + 5459: 21.487587,23.452242 + 5460: 20.768837,23.598175 + 5461: 20.550087,23.785807 + 5462: 20.560501,28.747585 + 5463: 20.591751,29.195812 + 5464: 20.654251,29.435562 + 5465: 20.664669,29.445988 + 5466: 21.175087,29.498108 + 5467: 20.873001,29.445988 + 5468: 20.487587,28.820553 + 5469: 19.406025,29.388409 + 5470: 19.41644,29.169506 + 5471: 19.426857,29.096539 + 5472: 19.458107,29.002724 + 5473: 19.51019,27.845669 + 5474: 16.458107,28.512798 + 5475: 16.44769,28.512798 + 5476: 16.29144,28.43983 + 5477: 16.04144,28.48153 + 5478: 16.031025,28.48153 + 5479: 15.781025,28.48153 + 5480: 15.572689,28.460682 + 5481: 15.572689,28.231354 + 5482: 15.572689,27.94991 + 5483: 15.572689,27.814396 + 5484: 15.531025,27.543377 + 5485: 15.489358,27.491257 + 5486: 23.624775,30.003895 + 5487: 23.572693,29.576515 + 5488: 21.708107,30.410427 + 5489: 21.416443,30.431278 + 5490: 21.416443,30.431278 + 5491: 21.395607,30.587635 + 5492: 22.676857,35.59111 + 5493: 22.572693,35.372208 + 5494: 22.562275,35.35136 + 5495: 12.917451,34.44448 + 5496: 13.407035,34.454906 + 5497: 13.896617,34.46533 + 5498: 14.532035,34.434055 + 5499: 15.271617,34.54872 + 5500: 15.407035,35.184578 + 5501: 15.219535,35.330513 + 5502: 14.782035,35.40348 + 5503: 13.834117,35.424328 + 5576: 61.551037,13.604541 + 5577: 61.634373,13.562846 + 5578: 63.634377,12.061803 + 5579: 63.634377,11.352978 + 5580: 63.655212,10.967293 + 5581: 63.509377,10.550336 + 5582: 63.228123,10.393978 + 5583: 62.769787,10.268891 + 5584: 53.192535,13.604541 + 5585: 52.546703,13.635814 + 5586: 52.307117,13.625388 + 5587: 51.796703,13.646237 + 5588: 49.559258,16.663572 + 5589: 49.621758,15.91305 + 5590: 39.5167,13.473855 + 5591: 39.5167,13.473855 + 5613: -48.654396,6.5110054 + 5614: -48.633564,9.32546 + 5615: -49.300232,9.440124 + 5616: -49.123146,9.32546 + 5617: -48.946064,9.13783 + 5618: -48.789814,8.783418 + 5619: -51.383564,9.544362 + 5620: -51.383564,9.544362 + 5621: -51.633564,9.210797 + 5622: -52.206482,6.5631247 + 5623: -51.487732,6.438039 + 5624: -51.508564,6.7403316 + 5625: -51.706482,7.2823744 + 5626: -52.393982,7.949505 + 5627: -52.404396,8.032896 + 5628: -52.414814,8.199678 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 4379: -9.987249,-3.9825282 - 4380: -10.039333,-3.0652246 - 4381: -10.039333,-3.0652246 - 4382: -10.039333,-3.0652246 - 4383: -9.514065,-6.5939417 - 4384: -8.961981,-6.531399 - 4385: -16.013287,-8.928868 - 4386: -15.992452,-9.043531 - 4387: -16.05495,-13.536976 - 4388: -16.6487,-13.495279 - 4389: -15.440369,-13.453585 - 4390: -15.440369,-13.453585 - 4437: -49.516518,2.6884825 - 4438: -49.47485,2.3549178 - 4535: -0.9314704,-31.036003 - 4536: -11.019344,-29.480032 - 4537: -17.54976,-27.853903 - 4538: -17.54976,-28.479338 - 4539: -17.54976,-28.594 - 4540: -17.67476,-29.63639 - 4541: -17.716427,-29.949108 - 4542: -17.758095,-30.553694 - 4543: -17.747677,-30.876835 - 4544: -17.76851,-31.231249 - 4545: -17.79976,-31.710749 - 4546: -17.79976,-32.11728 - 4547: -17.58101,-32.732292 - 4548: -17.133095,-32.721867 - 4549: -17.101845,-32.721867 - 4550: -17.101845,-32.85738 - 4551: -17.497677,-32.784412 + 4376: -9.987249,-3.9825282 + 4377: -10.039333,-3.0652246 + 4378: -10.039333,-3.0652246 + 4379: -10.039333,-3.0652246 + 4380: -9.514065,-6.5939417 + 4381: -8.961981,-6.531399 + 4382: -16.013287,-8.928868 + 4383: -15.992452,-9.043531 + 4384: -16.05495,-13.536976 + 4385: -16.6487,-13.495279 + 4386: -15.440369,-13.453585 + 4387: -15.440369,-13.453585 + 4432: -49.516518,2.6884825 + 4433: -49.47485,2.3549178 + 4530: -0.9314704,-31.036003 + 4531: -11.019344,-29.480032 + 4532: -17.54976,-27.853903 + 4533: -17.54976,-28.479338 + 4534: -17.54976,-28.594 + 4535: -17.67476,-29.63639 + 4536: -17.716427,-29.949108 + 4537: -17.758095,-30.553694 + 4538: -17.747677,-30.876835 + 4539: -17.76851,-31.231249 + 4540: -17.79976,-31.710749 + 4541: -17.79976,-32.11728 + 4542: -17.58101,-32.732292 + 4543: -17.133095,-32.721867 + 4544: -17.101845,-32.721867 + 4545: -17.101845,-32.85738 + 4546: -17.497677,-32.784412 - node: color: '#F9801DFF' id: FlowersBRTwo decals: - 4221: -74.36727,1.0510876 + 4218: -74.36727,1.0510876 - node: color: '#F9801DFF' id: Flowersbr1 decals: - 4219: -74.14852,3.1879885 + 4216: -74.14852,3.1879885 - node: color: '#FED83DFF' id: Flowersbr1 @@ -5576,18 +5565,18 @@ entities: color: '#FFFFFFFF' id: Flowersbr1 decals: - 4144: -7.7392144,-18.074406 - 4145: -3.2704644,-16.114712 + 4141: -7.7392144,-18.074406 + 4142: -3.2704644,-16.114712 - node: color: '#169C9CFF' id: Flowersbr3 decals: - 4252: -52.107662,0.9340193 + 4249: -52.107662,0.9340193 - node: color: '#FED83DFF' id: Flowersbr3 decals: - 4182: -14.363294,-15.488698 + 4179: -14.363294,-15.488698 - node: color: '#FFFFFFFF' id: Flowersbr3 @@ -5604,24 +5593,24 @@ entities: color: '#FED83DFF' id: Flowerspv2 decals: - 4181: -14.790377,-18.13637 + 4178: -14.790377,-18.13637 - node: color: '#FFFFFFFF' id: Flowerspv2 decals: 2679: 6.523221,-45.12631 - 4141: -4.8954644,-14.957659 - 4142: -8.916298,-16.156408 + 4138: -4.8954644,-14.957659 + 4139: -8.916298,-16.156408 - node: color: '#169C9CFF' id: Flowerspv3 decals: - 4254: -50.451412,4.0403433 + 4251: -50.451412,4.0403433 - node: color: '#F9801DFF' id: Flowerspv3 decals: - 4220: -73.66935,2.1977174 + 4217: -73.66935,2.1977174 - node: color: '#FED83DFF' id: Flowerspv3 @@ -5632,23 +5621,23 @@ entities: id: Flowerspv3 decals: 2680: 8.794054,-45.783016 - 4143: -9.041298,-18.053558 + 4140: -9.041298,-18.053558 - node: color: '#169C9CFF' id: Flowersy1 decals: - 4253: -51.305576,4.0716143 + 4250: -51.305576,4.0716143 - node: color: '#FED83DFF' id: Flowersy1 decals: - 4180: -16.18621,-16.23922 + 4177: -16.18621,-16.23922 - node: color: '#FFFFFFFF' id: Flowersy1 decals: - 4139: -6.405881,-15.197409 - 4146: -1.1558809,-16.18768 + 4136: -6.405881,-15.197409 + 4143: -1.1558809,-16.18768 - node: color: '#FFFFFFFF' id: Flowersy4 @@ -5656,7 +5645,7 @@ entities: 2672: 12.582768,-45.10546 2673: 13.332768,-45.115887 2674: 12.968184,-45.41818 - 4140: -5.791298,-15.426735 + 4137: -5.791298,-15.426735 - node: color: '#1D1D21FF' id: FullTileOverlayGreyscale @@ -5714,12 +5703,12 @@ entities: color: '#FFFFFFFF' id: Grassa2 decals: - 4138: -6.291298,-15.343344 + 4135: -6.291298,-15.343344 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 4121: -6.135048,-15.332919 + 4118: -6.135048,-15.332919 - node: color: '#FFFFFFFF' id: Grassb2 @@ -5741,12 +5730,12 @@ entities: 2661: 8.782258,-45.855984 2662: 9.219758,-45.63708 2671: 4.5151777,-45.303516 - 4115: -8.676715,-17.876352 - 4136: -6.1142144,-18.772808 - 4208: -73.21102,6.12753 - 4210: -74.02352,1.8745763 - 4211: -73.908936,1.5618589 - 4251: -50.243076,2.8207462 + 4112: -8.676715,-17.876352 + 4133: -6.1142144,-18.772808 + 4205: -73.21102,6.12753 + 4207: -74.02352,1.8745763 + 4208: -73.908936,1.5618589 + 4248: -50.243076,2.8207462 - node: color: '#FFFFFFFF' id: Grassc2 @@ -5754,7 +5743,7 @@ entities: 2649: 16.976334,-46.06446 2655: 20.882584,-46.06446 3060: 51.909657,-49.839027 - 4116: -7.635048,-17.605331 + 4113: -7.635048,-17.605331 - node: color: '#FFFFFFFF' id: Grassc3 @@ -5766,12 +5755,12 @@ entities: 2667: 3.9943447,-45.991493 2668: 2.9735117,-44.146465 3058: 52.055492,-51.089897 - 4117: -3.8329644,-15.051475 - 4118: -2.5829644,-16.020897 - 4130: -5.312131,-16.95905 - 4137: -4.905881,-18.824928 - 4207: -72.05477,4.9913244 - 4212: -73.46102,0.43607688 + 4114: -3.8329644,-15.051475 + 4115: -2.5829644,-16.020897 + 4127: -5.312131,-16.95905 + 4134: -4.905881,-18.824928 + 4204: -72.05477,4.9913244 + 4209: -73.46102,0.43607688 - node: color: '#FFFFFFFF' id: Grassc4 @@ -5787,56 +5776,56 @@ entities: 2670: 3.9943447,-45.272243 3057: 51.107574,-50.443615 3059: 53.430492,-50.433193 - 4114: -8.843382,-15.812419 - 4119: -4.093381,-16.093864 - 4120: -1.2912979,-14.968083 - 4135: -6.499631,-15.343344 - 4206: -74.17977,4.17826 - 4209: -73.80477,2.9690864 - 4213: -72.283936,0.029544592 - 4214: -73.23185,-1.1796286 - 4215: -72.67977,-1.0024219 - 4231: -52.420162,1.2258885 - 4232: -50.586826,0.3607037 - 4233: -50.201412,1.6428444 - 4234: -51.201412,1.6219966 - 4235: -52.951412,3.0709198 - 4236: -52.909744,2.216159 - 4249: -52.607662,2.7165072 - 4250: -51.024326,3.6233873 + 4111: -8.843382,-15.812419 + 4116: -4.093381,-16.093864 + 4117: -1.2912979,-14.968083 + 4132: -6.499631,-15.343344 + 4203: -74.17977,4.17826 + 4206: -73.80477,2.9690864 + 4210: -72.283936,0.029544592 + 4211: -73.23185,-1.1796286 + 4212: -72.67977,-1.0024219 + 4228: -52.420162,1.2258885 + 4229: -50.586826,0.3607037 + 4230: -50.201412,1.6428444 + 4231: -51.201412,1.6219966 + 4232: -52.951412,3.0709198 + 4233: -52.909744,2.216159 + 4246: -52.607662,2.7165072 + 4247: -51.024326,3.6233873 - node: color: '#FFFFFFFF' id: Grassd1 decals: - 4098: -9.093382,-16.208527 - 4099: -9.062132,-15.614366 - 4100: -4.166298,-16.020897 - 4101: -0.9579644,-14.957659 - 4167: -13.921192,-14.957659 - 4173: -16.129526,-16.941525 - 4192: -74.0756,2.802304 - 4193: -73.565186,2.7814558 - 4224: -52.034744,1.1112254 - 4226: -50.388912,1.6428444 - 4243: -50.628494,3.5295715 - 4244: -52.243076,2.737355 + 4095: -9.093382,-16.208527 + 4096: -9.062132,-15.614366 + 4097: -4.166298,-16.020897 + 4098: -0.9579644,-14.957659 + 4164: -13.921192,-14.957659 + 4170: -16.129526,-16.941525 + 4189: -74.0756,2.802304 + 4190: -73.565186,2.7814558 + 4221: -52.034744,1.1112254 + 4223: -50.388912,1.6428444 + 4240: -50.628494,3.5295715 + 4241: -52.243076,2.737355 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 4105: -9.114215,-17.8972 - 4106: -0.9162979,-15.906235 - 4107: -3.322548,-15.781148 - 4134: -4.9267144,-14.915963 - 4174: -16.108692,-17.858828 - 4178: -13.848276,-17.433235 - 4179: -14.077442,-16.599321 - 4194: -74.158936,3.7821503 - 4195: -73.71102,3.7404556 - 4227: -49.847244,1.476062 - 4230: -52.232662,0.46494317 - 4242: -51.524326,3.4983003 - 4248: -49.920162,2.7582023 + 4102: -9.114215,-17.8972 + 4103: -0.9162979,-15.906235 + 4104: -3.322548,-15.781148 + 4131: -4.9267144,-14.915963 + 4171: -16.108692,-17.858828 + 4175: -13.848276,-17.433235 + 4176: -14.077442,-16.599321 + 4191: -74.158936,3.7821503 + 4192: -73.71102,3.7404556 + 4224: -49.847244,1.476062 + 4227: -52.232662,0.46494317 + 4239: -51.524326,3.4983003 + 4245: -49.920162,2.7582023 - node: color: '#FFFFFFFF' id: Grassd3 @@ -5848,54 +5837,54 @@ entities: 1436: 37.716373,-88.642166 1437: 38.299706,-88.01673 1438: 38.341373,-88.829796 - 4102: -4.135048,-14.936811 - 4103: -1.7912979,-14.936811 - 4104: -8.510048,-18.022287 - 4128: -4.853798,-17.136255 - 4175: -15.504526,-18.667604 - 4177: -14.462859,-17.412386 - 4196: -74.096436,4.55352 - 4228: -49.940994,0.40239978 - 4240: -49.930576,3.5608435 - 4241: -52.190994,3.571268 - 4246: -52.284744,1.788779 + 4099: -4.135048,-14.936811 + 4100: -1.7912979,-14.936811 + 4101: -8.510048,-18.022287 + 4125: -4.853798,-17.136255 + 4172: -15.504526,-18.667604 + 4174: -14.462859,-17.412386 + 4193: -74.096436,4.55352 + 4225: -49.940994,0.40239978 + 4237: -49.930576,3.5608435 + 4238: -52.190994,3.571268 + 4243: -52.284744,1.788779 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 4108: -8.082965,-16.250223 - 4109: -7.635048,-17.292614 - 4110: -3.1767144,-15.020203 - 4129: -5.5204644,-19.033405 - 4168: -13.973275,-15.2912245 - 4197: -73.127686,5.7626934 - 4198: -72.64852,6.044139 - 4199: -72.065186,5.0121717 - 4229: -50.836826,0.41282344 - 4239: -50.076412,4.0716143 + 4105: -8.082965,-16.250223 + 4106: -7.635048,-17.292614 + 4107: -3.1767144,-15.020203 + 4126: -5.5204644,-19.033405 + 4165: -13.973275,-15.2912245 + 4194: -73.127686,5.7626934 + 4195: -72.64852,6.044139 + 4196: -72.065186,5.0121717 + 4226: -50.836826,0.41282344 + 4236: -50.076412,4.0716143 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 4111: -2.322548,-15.958354 - 4112: -8.957965,-17.073711 - 4124: -4.968381,-16.656755 - 4125: -6.3017144,-19.043829 - 4132: -6.7079644,-15.04105 - 4169: -14.744109,-15.4684305 - 4170: -13.869109,-15.916658 - 4171: -15.577442,-15.603941 - 4188: -74.08602,0.82176185 - 4189: -73.71102,0.8113377 - 4200: -71.971436,0.11293578 - 4201: -72.83602,0.18590331 - 4202: -72.783936,-0.71055245 - 4203: -72.73185,-1.064965 - 4204: -73.2006,-1.0753894 - 4205: -73.29435,-0.16850924 - 4222: -53.003494,3.091768 - 4238: -51.034744,4.1237345 - 4245: -51.399326,2.6852357 + 4108: -2.322548,-15.958354 + 4109: -8.957965,-17.073711 + 4121: -4.968381,-16.656755 + 4122: -6.3017144,-19.043829 + 4129: -6.7079644,-15.04105 + 4166: -14.744109,-15.4684305 + 4167: -13.869109,-15.916658 + 4168: -15.577442,-15.603941 + 4185: -74.08602,0.82176185 + 4186: -73.71102,0.8113377 + 4197: -71.971436,0.11293578 + 4198: -72.83602,0.18590331 + 4199: -72.783936,-0.71055245 + 4200: -72.73185,-1.064965 + 4201: -73.2006,-1.0753894 + 4202: -73.29435,-0.16850924 + 4219: -53.003494,3.091768 + 4235: -51.034744,4.1237345 + 4242: -51.399326,2.6852357 - node: color: '#FFFFFFFF' id: Grasse3 @@ -5905,19 +5894,19 @@ entities: 3052: 51.659657,-51.06905 3053: 53.107574,-50.3498 3054: 51.961742,-49.81818 - 4113: -7.5933814,-18.13695 - 4126: -5.603798,-17.146679 - 4127: -4.947548,-19.064678 - 4131: -6.3329644,-15.781148 - 4133: -5.780881,-14.884692 - 4172: -16.08786,-16.250223 - 4176: -14.764942,-18.14206 - 4190: -74.096436,1.7286413 - 4191: -73.690186,1.7494895 - 4223: -53.034744,2.038953 - 4225: -51.315994,1.611573 - 4237: -52.013912,4.082039 - 4247: -50.482662,2.7165072 + 4110: -7.5933814,-18.13695 + 4123: -5.603798,-17.146679 + 4124: -4.947548,-19.064678 + 4128: -6.3329644,-15.781148 + 4130: -5.780881,-14.884692 + 4169: -16.08786,-16.250223 + 4173: -14.764942,-18.14206 + 4187: -74.096436,1.7286413 + 4188: -73.690186,1.7494895 + 4220: -53.034744,2.038953 + 4222: -51.315994,1.611573 + 4234: -52.013912,4.082039 + 4244: -50.482662,2.7165072 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale @@ -5973,9 +5962,9 @@ entities: color: '#EAEBEE93' id: HalfTileOverlayGreyscale decals: - 4755: 15,-31 - 4756: 15,-31 - 4757: 15,-31 + 4750: 15,-31 + 4751: 15,-31 + 4752: 15,-31 - node: color: '#F9FFFEFF' id: HalfTileOverlayGreyscale @@ -6138,21 +6127,21 @@ entities: color: '#FFFFFFFF' id: LoadingArea decals: - 4807: 24,31 - 4812: 22,33 - 4815: 24,21 - 4816: 25,16 - 4817: 25,12 + 4802: 24,31 + 4807: 22,33 + 4810: 24,21 + 4811: 25,16 + 4812: 25,12 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 4808: 25,31 - 4813: 18,33 - 4814: 25,21 - 4818: 24,12 - 4819: 24,16 + 4803: 25,31 + 4808: 18,33 + 4809: 25,21 + 4813: 24,12 + 4814: 24,16 - node: cleanable: True angle: -1.5707963267948966 rad @@ -6273,59 +6262,59 @@ entities: color: '#9D9D97E3' id: MiniTileSteelCornerNe decals: - 4897: 38,28 + 4892: 38,28 - node: color: '#9D9D97E3' id: MiniTileSteelCornerNw decals: - 4892: 32,28 + 4887: 32,28 - node: color: '#9D9D97E3' id: MiniTileSteelCornerSe decals: - 4901: 38,24 + 4896: 38,24 - node: color: '#9D9D97E3' id: MiniTileSteelCornerSw decals: - 4907: 32,24 + 4902: 32,24 - node: color: '#9D9D97E3' id: MiniTileSteelLineE decals: - 4898: 38,27 - 4899: 38,26 - 4900: 38,25 + 4893: 38,27 + 4894: 38,26 + 4895: 38,25 - node: color: '#9D9D97E3' id: MiniTileSteelLineN decals: - 4893: 33,28 - 4894: 35,28 - 4895: 36,28 - 4896: 37,28 - 4919: 34,28 + 4888: 33,28 + 4889: 35,28 + 4890: 36,28 + 4891: 37,28 + 4914: 34,28 - node: color: '#9D9D97E3' id: MiniTileSteelLineS decals: - 4902: 37,24 - 4903: 36,24 - 4904: 35,24 - 4905: 34,24 - 4906: 33,24 + 4897: 37,24 + 4898: 36,24 + 4899: 35,24 + 4900: 34,24 + 4901: 33,24 - node: color: '#A46106CC' id: MiniTileSteelLineS decals: - 5304: 3,32 - 5305: 4,32 - 5306: 6,32 + 5299: 3,32 + 5300: 4,32 + 5301: 6,32 - node: color: '#9D9D97E3' id: MiniTileSteelLineW decals: - 4908: 32,27 + 4903: 32,27 - node: color: '#334E6DC8' id: MiniTileWhiteCornerNe @@ -6335,12 +6324,12 @@ entities: color: '#A46106CC' id: MiniTileWhiteCornerNe decals: - 5324: 25,35 - 5343: 18,22 - 5358: 27,22 - 5363: 29,18 - 5380: 19,15 - 5402: 35,18 + 5319: 25,35 + 5338: 18,22 + 5353: 27,22 + 5358: 29,18 + 5375: 19,15 + 5397: 35,18 - node: color: '#EFB34196' id: MiniTileWhiteCornerNe @@ -6355,14 +6344,14 @@ entities: color: '#A46106CC' id: MiniTileWhiteCornerNw decals: - 5331: 21,29 - 5384: 15,15 - 5398: 31,18 + 5326: 21,29 + 5379: 15,15 + 5393: 31,18 - node: color: '#A46106E5' id: MiniTileWhiteCornerNw decals: - 4786: 4,35 + 4781: 4,35 - node: color: '#EFB34196' id: MiniTileWhiteCornerNw @@ -6377,10 +6366,10 @@ entities: color: '#A46106CC' id: MiniTileWhiteCornerSe decals: - 5312: 14,30 - 5347: 18,17 - 5365: 29,15 - 5391: 35,13 + 5307: 14,30 + 5342: 18,17 + 5360: 29,15 + 5386: 35,13 - node: color: '#EFB34196' id: MiniTileWhiteCornerSe @@ -6395,16 +6384,16 @@ entities: color: '#A46106CC' id: MiniTileWhiteCornerSw decals: - 5336: 21,24 - 5351: 14,17 - 5355: 13,20 - 5379: 20,17 - 5394: 31,13 + 5331: 21,24 + 5346: 14,17 + 5350: 13,20 + 5374: 20,17 + 5389: 31,13 - node: color: '#A46106E5' id: MiniTileWhiteCornerSw decals: - 4797: 9,30 + 4792: 9,30 - node: color: '#EFB34196' id: MiniTileWhiteCornerSw @@ -6419,7 +6408,7 @@ entities: color: '#A46106CC' id: MiniTileWhiteInnerNe decals: - 5361: 27,18 + 5356: 27,18 - node: color: '#EFB34196' id: MiniTileWhiteInnerNe @@ -6429,7 +6418,7 @@ entities: color: '#A46106CC' id: MiniTileWhiteInnerNw decals: - 5330: 22,29 + 5325: 22,29 - node: color: '#EFB34196' id: MiniTileWhiteInnerNw @@ -6449,8 +6438,8 @@ entities: color: '#A46106CC' id: MiniTileWhiteInnerSe decals: - 5313: 14,31 - 5370: 22,15 + 5308: 14,31 + 5365: 22,15 - node: color: '#9FED5896' id: MiniTileWhiteInnerSw @@ -6460,36 +6449,36 @@ entities: color: '#A46106CC' id: MiniTileWhiteInnerSw decals: - 5328: 22,31 - 5337: 22,24 - 5354: 14,20 - 5378: 21,17 + 5323: 22,31 + 5332: 22,24 + 5349: 14,20 + 5373: 21,17 - node: color: '#A46106E5' id: MiniTileWhiteInnerSw decals: - 4795: 9,32 + 4790: 9,32 - node: color: '#A46106CC' id: MiniTileWhiteLineE decals: - 5325: 25,34 - 5326: 25,33 - 5327: 25,32 - 5344: 18,21 - 5345: 18,20 - 5346: 18,19 - 5359: 27,20 - 5360: 27,19 - 5364: 29,16 - 5371: 22,14 - 5372: 22,13 - 5373: 22,12 - 5386: 19,13 - 5387: 35,17 - 5388: 35,16 - 5389: 35,15 - 5390: 35,14 + 5320: 25,34 + 5321: 25,33 + 5322: 25,32 + 5339: 18,21 + 5340: 18,20 + 5341: 18,19 + 5354: 27,20 + 5355: 27,19 + 5359: 29,16 + 5366: 22,14 + 5367: 22,13 + 5368: 22,12 + 5381: 19,13 + 5382: 35,17 + 5383: 35,16 + 5384: 35,15 + 5385: 35,14 - node: color: '#EFB34196' id: MiniTileWhiteLineE @@ -6497,7 +6486,7 @@ entities: 1491: 38,27 1492: 38,26 1493: 38,25 - 4784: 7,22 + 4779: 7,22 - node: color: '#334E6DC8' id: MiniTileWhiteLineN @@ -6509,33 +6498,33 @@ entities: color: '#A46106CC' id: MiniTileWhiteLineN decals: - 5319: 16,35 - 5320: 17,35 - 5321: 20,35 - 5322: 23,35 - 5323: 24,35 - 5339: 14,22 - 5340: 15,22 - 5341: 16,22 - 5342: 17,22 - 5357: 26,22 - 5362: 28,18 - 5381: 18,15 - 5382: 17,15 - 5383: 16,15 - 5399: 32,18 - 5400: 33,18 - 5401: 34,18 + 5314: 16,35 + 5315: 17,35 + 5316: 20,35 + 5317: 23,35 + 5318: 24,35 + 5334: 14,22 + 5335: 15,22 + 5336: 16,22 + 5337: 17,22 + 5352: 26,22 + 5357: 28,18 + 5376: 18,15 + 5377: 17,15 + 5378: 16,15 + 5394: 32,18 + 5395: 33,18 + 5396: 34,18 - node: color: '#A46106E5' id: MiniTileWhiteLineN decals: - 4787: 5,35 - 4788: 6,35 - 4789: 7,35 - 4790: 8,35 - 4791: 9,35 - 4792: 12,35 + 4782: 5,35 + 4783: 6,35 + 4784: 7,35 + 4785: 8,35 + 4786: 9,35 + 4787: 12,35 - node: color: '#EFB34196' id: MiniTileWhiteLineN @@ -6554,32 +6543,32 @@ entities: color: '#A46106CC' id: MiniTileWhiteLineS decals: - 5307: 6,32 - 5308: 4,32 - 5309: 3,32 - 5310: 12,30 - 5311: 13,30 - 5314: 15,31 - 5315: 16,31 - 5316: 19,31 - 5317: 20,31 - 5318: 21,31 - 5348: 17,17 - 5349: 16,17 - 5350: 15,17 - 5366: 28,15 - 5367: 27,15 - 5368: 26,15 - 5369: 23,15 - 5392: 33,13 - 5393: 32,13 + 5302: 6,32 + 5303: 4,32 + 5304: 3,32 + 5305: 12,30 + 5306: 13,30 + 5309: 15,31 + 5310: 16,31 + 5311: 19,31 + 5312: 20,31 + 5313: 21,31 + 5343: 17,17 + 5344: 16,17 + 5345: 15,17 + 5361: 28,15 + 5362: 27,15 + 5363: 26,15 + 5364: 23,15 + 5387: 33,13 + 5388: 32,13 - node: color: '#A46106E5' id: MiniTileWhiteLineS decals: - 4793: 7,32 - 4794: 8,32 - 4798: 10,30 + 4788: 7,32 + 4789: 8,32 + 4793: 10,30 - node: color: '#EFB34196' id: MiniTileWhiteLineS @@ -6593,52 +6582,52 @@ entities: color: '#A46106CC' id: MiniTileWhiteLineW decals: - 5329: 22,30 - 5332: 21,28 - 5333: 21,27 - 5334: 21,26 - 5335: 21,25 - 5338: 22,23 - 5352: 14,18 - 5353: 14,19 - 5356: 13,22 - 5374: 21,12 - 5375: 21,13 - 5376: 21,15 - 5377: 21,16 - 5385: 15,14 - 5395: 31,14 - 5396: 31,15 - 5397: 31,16 + 5324: 22,30 + 5327: 21,28 + 5328: 21,27 + 5329: 21,26 + 5330: 21,25 + 5333: 22,23 + 5347: 14,18 + 5348: 14,19 + 5351: 13,22 + 5369: 21,12 + 5370: 21,13 + 5371: 21,15 + 5372: 21,16 + 5380: 15,14 + 5390: 31,14 + 5391: 31,15 + 5392: 31,16 - node: color: '#A46106E5' id: MiniTileWhiteLineW decals: - 4796: 9,31 + 4791: 9,31 - node: color: '#EFB34196' id: MiniTileWhiteLineW decals: 1502: 32,27 - 4785: 5,22 + 4780: 5,22 - node: color: '#EFB34196' id: MonoOverlay decals: - 5004: 48,6 - 5005: 47,7 - 5006: 46,6 - 5007: 45,7 - 5008: 44,6 - 5009: 42,6 - 5238: 44,7 - 5239: 45,6 - 5240: 46,7 - 5241: 47,6 - 5242: 48,7 - 5253: 43,7 - 5254: 43,6 - 5255: 42,7 + 4999: 48,6 + 5000: 47,7 + 5001: 46,6 + 5002: 45,7 + 5003: 44,6 + 5004: 42,6 + 5233: 44,7 + 5234: 45,6 + 5235: 46,7 + 5236: 47,6 + 5237: 48,7 + 5248: 43,7 + 5249: 43,6 + 5250: 42,7 - node: color: '#F9FFFEFF' id: MonoOverlay @@ -6829,12 +6818,12 @@ entities: color: '#FFFFFFFF' id: Remains decals: - 5597: 10.21478,-16.06863 + 5592: 10.21478,-16.06863 - node: color: '#FFFFFFFF' id: Rock01 decals: - 4218: -72.04435,4.0740204 + 4215: -72.04435,4.0740204 - node: color: '#FFFFFFFF' id: Rock02 @@ -7026,13 +7015,13 @@ entities: 1524: -6.8671656,-96.80912 2992: -27.417637,-85.7586 2993: -28.500969,-84.938675 - 5073: -7.7941637,6.3346653 + 5068: -7.7941637,6.3346653 - node: cleanable: True color: '#FFFFFFFF' id: Rock06 decals: - 5066: -7.803398,6.3125744 + 5061: -7.803398,6.3125744 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -7113,14 +7102,14 @@ entities: 1471: -14.721986,-93.73333 1472: -17.421986,-90.456055 1473: -15.671987,-93.608246 - 5074: -8.394163,5.4840746 + 5069: -8.394163,5.4840746 - node: cleanable: True angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Rock06 decals: - 5065: -8.440899,5.4494753 + 5060: -8.440899,5.4494753 - node: angle: 6.283185307179586 rad color: '#FFFFFFFF' @@ -7621,15 +7610,15 @@ entities: 1518: -31.424564,24.68442 2994: -27.469719,-86.81498 2995: -26.876545,-81.61934 - 5070: -21.269165,8.448633 - 5072: -9.506664,6.122018 + 5065: -21.269165,8.448633 + 5067: -9.506664,6.122018 - node: cleanable: True color: '#FFFFFFFF' id: Rock07 decals: - 5067: -9.515899,6.1124363 - 5068: -21.248623,8.448633 + 5062: -9.515899,6.1124363 + 5063: -21.248623,8.448633 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -7656,14 +7645,14 @@ entities: 1457: -1.4963131,-89.205185 1458: -4.1338134,-92.48247 1459: -8.408813,-94.1086 - 5071: -12.406664,8.348564 + 5066: -12.406664,8.348564 - node: cleanable: True angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Rock07 decals: - 5069: -12.423624,8.3610735 + 5064: -12.423624,8.3610735 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' @@ -8119,10 +8108,10 @@ entities: color: '#FFFFFFFF' id: WarnBox decals: - 4926: 32,24 - 4927: 33,24 - 4928: 34,24 - 4929: 35,24 + 4921: 32,24 + 4922: 33,24 + 4923: 34,24 + 4924: 35,24 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleNE @@ -8137,7 +8126,7 @@ entities: color: '#FFFFFFFF' id: WarnCornerGreyscaleSE decals: - 4581: -31,-20 + 4576: -31,-20 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleSW @@ -8147,71 +8136,71 @@ entities: color: '#FFFFFFFF' id: WarnCornerNE decals: - 4802: 15,35 - 4909: 38,28 - 4910: 38,25 - 4918: 35,28 - 4921: 33,28 - 5299: 66,13 + 4797: 15,35 + 4904: 38,28 + 4905: 38,25 + 4913: 35,28 + 4916: 33,28 + 5294: 66,13 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 4799: 13,35 - 4820: 20,22 - 4821: 20,20 - 4913: 36,28 - 4916: 36,25 - 4917: 32,28 - 4920: 34,28 + 4794: 13,35 + 4815: 20,22 + 4816: 20,20 + 4908: 36,28 + 4911: 36,25 + 4912: 32,28 + 4915: 34,28 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 4805: 15,33 - 4911: 38,27 - 4912: 38,24 - 5302: 66,17 + 4800: 15,33 + 4906: 38,27 + 4907: 38,24 + 5297: 66,17 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 4804: 13,33 - 4822: 20,19 - 4823: 20,21 - 4914: 36,27 - 4915: 36,24 + 4799: 13,33 + 4817: 20,19 + 4818: 20,21 + 4909: 36,27 + 4910: 36,24 - node: color: '#DE3A3AC0' id: WarnCornerSmallGreyscaleSE decals: - 4093: -42,1 - 4094: -42,1 + 4090: -42,1 + 4091: -42,1 - node: color: '#FFFFFFFF' id: WarnCornerSmallGreyscaleSE decals: - 4580: -36,-16 + 4575: -36,-16 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 5295: 67,11 + 5290: 67,11 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 5294: 73,11 + 5289: 73,11 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 5296: 67,18 + 5291: 67,18 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 5293: 73,18 + 5288: 73,18 - node: color: '#DE3A3A96' id: WarnFullGreyscale @@ -8235,47 +8224,47 @@ entities: 93: -13,21 94: -13,22 99: -13,23 - 4803: 15,34 - 4846: 25,13 - 4847: 25,14 - 4848: 25,15 - 4849: 25,22 - 4850: 25,23 - 4851: 25,24 - 4852: 25,25 - 4853: 25,26 - 4854: 25,27 - 4855: 25,28 - 4856: 25,29 - 4857: 25,30 - 4858: 22,34 - 4859: 22,35 - 4860: 22,36 - 4861: 18,34 - 4862: 18,35 - 4863: 18,36 - 4922: 33,27 - 4923: 35,27 - 5285: 67,12 - 5286: 67,13 - 5287: 67,17 - 5297: 66,11 - 5298: 66,12 - 5303: 66,18 - 5406: 25,19 - 5407: 25,18 - 5408: 25,17 + 4798: 15,34 + 4841: 25,13 + 4842: 25,14 + 4843: 25,15 + 4844: 25,22 + 4845: 25,23 + 4846: 25,24 + 4847: 25,25 + 4848: 25,26 + 4849: 25,27 + 4850: 25,28 + 4851: 25,29 + 4852: 25,30 + 4853: 22,34 + 4854: 22,35 + 4855: 22,36 + 4856: 18,34 + 4857: 18,35 + 4858: 18,36 + 4917: 33,27 + 4918: 35,27 + 5280: 67,12 + 5281: 67,13 + 5282: 67,17 + 5292: 66,11 + 5293: 66,12 + 5298: 66,18 + 5401: 25,19 + 5402: 25,18 + 5403: 25,17 - node: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 4090: -42,-2 - 4091: -42,-2 + 4087: -42,-2 + 4088: -42,-2 - node: color: '#DE3A3AC0' id: WarnLineGreyscaleE decals: - 4092: -42,-2 + 4089: -42,-2 - node: color: '#DE3A3AFF' id: WarnLineGreyscaleE @@ -8306,8 +8295,8 @@ entities: color: '#DE3A3AC0' id: WarnLineGreyscaleS decals: - 4095: -41,1 - 4096: -41,1 + 4092: -41,1 + 4093: -41,1 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS @@ -8322,20 +8311,20 @@ entities: 3349: -32,-16 3350: -31,-16 3355: -35,-16 - 4582: -32,-20 + 4577: -32,-20 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 4806: 14,33 - 4826: 21,19 - 4827: 21,21 - 5288: 68,18 - 5289: 69,18 - 5290: 70,18 - 5291: 71,18 - 5292: 72,18 - 5301: 65,17 + 4801: 14,33 + 4821: 21,19 + 4822: 21,21 + 5283: 68,18 + 5284: 69,18 + 5285: 70,18 + 5286: 71,18 + 5287: 72,18 + 5296: 65,17 - node: color: '#FFFFFFFF' id: WarnLineS @@ -8344,36 +8333,36 @@ entities: 96: -13,21 97: -13,22 98: -13,23 - 4800: 13,34 - 4828: 18,36 - 4829: 18,35 - 4830: 18,34 - 4831: 22,36 - 4832: 22,35 - 4833: 22,34 - 4834: 24,30 - 4835: 24,29 - 4836: 24,28 - 4837: 24,27 - 4838: 24,26 - 4839: 24,25 - 4840: 24,24 - 4841: 24,23 - 4842: 24,22 - 4843: 24,15 - 4844: 24,14 - 4845: 24,13 - 4924: 32,27 - 4925: 34,27 - 5274: 73,12 - 5275: 73,13 - 5276: 73,14 - 5277: 73,15 - 5278: 73,16 - 5279: 73,17 - 5403: 24,19 - 5404: 24,18 - 5405: 24,17 + 4795: 13,34 + 4823: 18,36 + 4824: 18,35 + 4825: 18,34 + 4826: 22,36 + 4827: 22,35 + 4828: 22,34 + 4829: 24,30 + 4830: 24,29 + 4831: 24,28 + 4832: 24,27 + 4833: 24,26 + 4834: 24,25 + 4835: 24,24 + 4836: 24,23 + 4837: 24,22 + 4838: 24,15 + 4839: 24,14 + 4840: 24,13 + 4919: 32,27 + 4920: 34,27 + 5269: 73,12 + 5270: 73,13 + 5271: 73,14 + 5272: 73,15 + 5273: 73,16 + 5274: 73,17 + 5398: 24,19 + 5399: 24,18 + 5400: 24,17 - node: color: '#FFFFFFFF' id: WarnLineW @@ -8406,15 +8395,15 @@ entities: 1509: 38,0 1510: 39,0 1511: 40,0 - 4801: 14,35 - 4824: 21,22 - 4825: 21,20 - 5280: 72,11 - 5281: 71,11 - 5282: 70,11 - 5283: 69,11 - 5284: 68,11 - 5300: 65,13 + 4796: 14,35 + 4819: 21,22 + 4820: 21,20 + 5275: 72,11 + 5276: 71,11 + 5277: 70,11 + 5278: 69,11 + 5279: 68,11 + 5295: 65,13 - node: color: '#FFFFFFFF' id: WoodTrimThinBox @@ -8482,12 +8471,12 @@ entities: color: '#F9801DFF' id: grasssnowb1 decals: - 4217: -73.41935,1.1865985 + 4214: -73.41935,1.1865985 - node: color: '#F9801DFF' id: grasssnowb3 decals: - 4216: -73.9506,4.4180098 + 4213: -73.9506,4.4180098 - node: color: '#D381C996' id: rune1 @@ -9699,8 +9688,10 @@ entities: 0: 61439 16,-10: 0: 56831 + 5: 8192 16,-9: 0: 56797 + 5: 8192 17,-10: 0: 65535 17,-9: @@ -9851,6 +9842,7 @@ entities: 0: 65535 -13,1: 0: 64767 + 5: 768 -13,-1: 0: 60671 12,-13: @@ -10497,18 +10489,23 @@ entities: 0: 65535 -15,2: 0: 19524 + 5: 32904 -15,3: 0: 50244 + 5: 2184 -14,0: 0: 65535 -14,1: 0: 65535 -14,2: 0: 49151 + 5: 16384 -14,3: 0: 14751 + 5: 50784 -13,3: 0: 20479 + 5: 45056 -15,-4: 0: 17604 -15,-3: @@ -10539,8 +10536,10 @@ entities: 0: 8191 -12,4: 0: 3855 + 5: 240 -11,4: 0: 53199 + 5: 16 9,-24: 0: 13243 10,-24: @@ -10577,10 +10576,13 @@ entities: 0: 26487 -15,4: 0: 140 + 5: 52288 -14,4: 0: 3903 + 5: 28864 -13,4: 0: 3855 + 5: 240 8,13: 0: 65433 8,14: @@ -10641,6 +10643,7 @@ entities: 0: 14335 -11,3: 0: 53247 + 5: 4096 14,-9: 0: 65535 -16,-11: @@ -10787,6 +10790,7 @@ entities: 0: 65535 -12,3: 0: 4095 + 5: 61440 -12,-2: 0: 65535 -13,-2: @@ -11161,6 +11165,10 @@ entities: 0: 17476 15,-9: 0: 65535 + -15,5: + 5: 12 + -14,5: + 5: 7 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -19806,103 +19814,6 @@ entities: - type: Transform pos: -34.465603,3.7004526 parent: 6747 -- proto: FolderSpawner - entities: - - uid: 9152 - components: - - type: Transform - pos: -7.1920238,-58.405853 - parent: 6747 - - uid: 9156 - components: - - type: Transform - pos: 6.3783503,-56.414425 - parent: 6747 - - uid: 9157 - components: - - type: Transform - pos: 6.5554333,-56.487392 - parent: 6747 - - uid: 9176 - components: - - type: Transform - pos: -6.9524403,-58.447548 - parent: 6747 - - uid: 9177 - components: - - type: Transform - pos: -6.869107,-58.37458 - parent: 6747 - - uid: 9178 - components: - - type: Transform - pos: -11.337857,-65.33338 - parent: 6747 - - uid: 9179 - components: - - type: Transform - pos: -11.379524,-65.48974 - parent: 6747 - - uid: 9180 - components: - - type: Transform - pos: -5.4732733,-65.364655 - parent: 6747 - - uid: 9181 - components: - - type: Transform - pos: -5.4524403,-65.47932 - parent: 6747 - - uid: 9244 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.369003,-46.26275 - parent: 6747 - - uid: 10162 - components: - - type: Transform - pos: -49.096718,-84.4215 - parent: 6747 - - uid: 11341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.938637,5.651083 - parent: 6747 - - uid: 11342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.324055,5.7553225 - parent: 6747 - - uid: 15697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.459469,5.5989637 - parent: 6747 - - uid: 17329 - components: - - type: Transform - pos: 47.94412,-51.356106 - parent: 6747 - - uid: 17330 - components: - - type: Transform - pos: 48.0587,-51.460346 - parent: 6747 - - uid: 17605 - components: - - type: Transform - pos: 66.13281,18.55754 - parent: 6747 - - uid: 23607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.6718,11.002573 - parent: 6747 - proto: BoxFolderBlack entities: - uid: 4101 @@ -59689,66 +59600,74 @@ entities: - type: Transform pos: 3.361577,27.5596 parent: 6747 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: - - uid: 15419 + - uid: 21078 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,-35.5 + pos: -21.5,-58.5 parent: 6747 - - uid: 16346 + - uid: 22085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-33.5 + rot: 1.5707963267948966 rad + pos: -51.5,11.5 parent: 6747 - - uid: 16347 + - uid: 22172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-34.5 + pos: -49.5,11.5 parent: 6747 - - uid: 20645 + - uid: 27386 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-35.5 + pos: -19.5,-58.5 parent: 6747 - - uid: 21078 + - uid: 27543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-58.5 + rot: -1.5707963267948966 rad + pos: 19.5,-30.5 parent: 6747 - - uid: 22076 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 15419 components: - type: Transform rot: 1.5707963267948966 rad pos: 67.5,-33.5 parent: 6747 - - uid: 22085 + - uid: 16346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,11.5 + rot: -1.5707963267948966 rad + pos: 69.5,-35.5 parent: 6747 - - uid: 22172 + - uid: 16347 components: - type: Transform - pos: -49.5,11.5 + rot: 1.5707963267948966 rad + pos: 67.5,-34.5 parent: 6747 - - uid: 27382 + - uid: 20645 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-34.5 + pos: 69.5,-33.5 parent: 6747 - - uid: 27386 + - uid: 22076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-35.5 + parent: 6747 + - uid: 27382 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-58.5 + pos: 69.5,-34.5 parent: 6747 - proto: CryoPod entities: @@ -69794,7 +69713,7 @@ entities: - type: Transform pos: -0.45024967,-65.37455 parent: 6747 -- proto: Dresser +- proto: DresserFilled entities: - uid: 4272 components: @@ -75098,6 +75017,103 @@ entities: - type: Transform pos: 29.387978,-10.723398 parent: 6747 +- proto: FolderSpawner + entities: + - uid: 9152 + components: + - type: Transform + pos: -7.1920238,-58.405853 + parent: 6747 + - uid: 9156 + components: + - type: Transform + pos: 6.3783503,-56.414425 + parent: 6747 + - uid: 9157 + components: + - type: Transform + pos: 6.5554333,-56.487392 + parent: 6747 + - uid: 9176 + components: + - type: Transform + pos: -6.9524403,-58.447548 + parent: 6747 + - uid: 9177 + components: + - type: Transform + pos: -6.869107,-58.37458 + parent: 6747 + - uid: 9178 + components: + - type: Transform + pos: -11.337857,-65.33338 + parent: 6747 + - uid: 9179 + components: + - type: Transform + pos: -11.379524,-65.48974 + parent: 6747 + - uid: 9180 + components: + - type: Transform + pos: -5.4732733,-65.364655 + parent: 6747 + - uid: 9181 + components: + - type: Transform + pos: -5.4524403,-65.47932 + parent: 6747 + - uid: 9244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.369003,-46.26275 + parent: 6747 + - uid: 10162 + components: + - type: Transform + pos: -49.096718,-84.4215 + parent: 6747 + - uid: 11341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.938637,5.651083 + parent: 6747 + - uid: 11342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.324055,5.7553225 + parent: 6747 + - uid: 15697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.459469,5.5989637 + parent: 6747 + - uid: 17329 + components: + - type: Transform + pos: 47.94412,-51.356106 + parent: 6747 + - uid: 17330 + components: + - type: Transform + pos: 48.0587,-51.460346 + parent: 6747 + - uid: 17605 + components: + - type: Transform + pos: 66.13281,18.55754 + parent: 6747 + - uid: 23607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.6718,11.002573 + parent: 6747 - proto: FoodApple entities: - uid: 1758 @@ -128929,6 +128945,12 @@ entities: - type: Transform pos: 23.5,-23.5 parent: 6747 + - uid: 3943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,7.5 + parent: 6747 - uid: 6218 components: - type: Transform @@ -128961,14 +128983,6 @@ entities: - type: Transform pos: 47.5,-51.5 parent: 6747 -- proto: PaperBin20 - entities: - - uid: 3943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,7.5 - parent: 6747 - proto: PaperBin5 entities: - uid: 12909 diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index 2fa010371d..ced15c853d 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -193,7 +193,7 @@ entities: version: 6 -5,-2: ind: -5,-2 - tiles: UAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAABTgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAAAWgAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAACTgAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAABbQAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAATgAAAAAAbQAAAAACbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAC + tiles: UAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAABTgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAAAWgAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAACTgAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAATgAAAAAAbQAAAAACbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAC version: 6 1,-3: ind: 1,-3 @@ -733,7 +733,7 @@ entities: color: '#DE3A3A96' id: 1 decals: - 5981: -51,-37 + 5970: -51,-37 - node: color: '#FFFFFFFF' id: 1 @@ -744,7 +744,7 @@ entities: color: '#DE3A3A96' id: 2 decals: - 5982: -48,-37 + 5971: -48,-37 - node: color: '#FFFFFFFF' id: 2 @@ -755,7 +755,7 @@ entities: color: '#DE3A3A96' id: 3 decals: - 5983: -45,-37 + 5972: -45,-37 - node: color: '#FFFFFFFF' id: 3 @@ -770,167 +770,167 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 5676: -126,-2 + 5665: -126,-2 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 5677: -129,-2 + 5666: -129,-2 - node: angle: 1.5707963267948966 rad color: '#52B4E9FF' id: ArrowsGreyscale decals: - 5678: -75.94513,-19.74567 - 5679: -75.95554,-20.22517 + 5667: -75.94513,-19.74567 + 5668: -75.95554,-20.22517 - node: color: '#FFFFFFFF' id: ArrowsGreyscale decals: - 2023: -15,1 - 2024: -15,-3 - 2077: -2,3 - 2078: -2,-1 - 2079: -2,-4 - 2084: 11,-5 - 2085: -13,-10 - 2086: -13,-14 + 2018: -15,1 + 2019: -15,-3 + 2072: -2,3 + 2073: -2,-1 + 2074: -2,-4 + 2079: 11,-5 + 2080: -13,-10 + 2081: -13,-14 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: ArrowsGreyscale decals: - 2053: -10,-8 - 2054: -6,-8 - 2055: 2,-8 - 2056: 6,-8 - 2065: -12,5 - 2066: -8,5 - 2067: -4,5 - 2068: 2,5 - 2069: 6,5 - 2070: 10,5 + 2048: -10,-8 + 2049: -6,-8 + 2050: 2,-8 + 2051: 6,-8 + 2060: -12,5 + 2061: -8,5 + 2062: -4,5 + 2063: 2,5 + 2064: 6,5 + 2065: 10,5 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: ArrowsGreyscale decals: - 2025: -13,-5 - 2026: -13,-1 - 2027: -13,3 - 2057: 13,-2 - 2058: 13,2 - 2080: 0,-4 - 2081: 0,-1 - 2082: 0,3 - 2083: 13,-6 - 2087: -11,-14 - 2088: -11,-10 + 2020: -13,-5 + 2021: -13,-1 + 2022: -13,3 + 2052: 13,-2 + 2053: 13,2 + 2075: 0,-4 + 2076: 0,-1 + 2077: 0,3 + 2078: 13,-6 + 2082: -11,-14 + 2083: -11,-10 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: ArrowsGreyscale decals: - 2059: 10,6 - 2060: 6,6 - 2061: 2,6 - 2062: -4,6 - 2063: -8,6 - 2064: -12,6 - 2073: 6,-6 - 2074: 2,-6 - 2075: -6,-6 - 2076: -10,-6 + 2054: 10,6 + 2055: 6,6 + 2056: 2,6 + 2057: -4,6 + 2058: -8,6 + 2059: -12,6 + 2068: 6,-6 + 2069: 2,-6 + 2070: -6,-6 + 2071: -10,-6 - node: angle: 6.283185307179586 rad color: '#FFFFFFFF' id: ArrowsGreyscale decals: - 2071: 11,2 - 2072: 11,-2 + 2066: 11,2 + 2067: 11,-2 - node: color: '#FFFFFFFF' id: Basalt1 decals: - 9183: 49.113773,31.614899 + 9172: 49.113773,31.614899 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 9184: 53.072495,44.45558 - 9185: 72.28053,41.83918 - 9186: 76.1563,25.105206 - 9187: 78.00005,-12.209519 - 9188: 56.428894,-6.4555235 + 9173: 53.072495,44.45558 + 9174: 72.28053,41.83918 + 9175: 76.1563,25.105206 + 9176: 78.00005,-12.209519 + 9177: 56.428894,-6.4555235 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 9189: 59.158062,-22.090425 - 9190: 45.49055,-19.411482 - 9191: 78.300934,32.60685 - 9192: 81.21645,44.67811 + 9178: 59.158062,-22.090425 + 9179: 45.49055,-19.411482 + 9180: 78.300934,32.60685 + 9181: 81.21645,44.67811 - node: color: '#FFFFFFFF' id: Basalt4 decals: - 9193: 49.258263,36.452538 - 9194: 71.0874,-4.002166 + 9182: 49.258263,36.452538 + 9183: 71.0874,-4.002166 - node: color: '#FFFFFFFF' id: Basalt5 decals: - 9195: 76.45574,-26.463625 - 9196: 51.441795,-18.455584 - 9197: 43.481857,-14.468732 - 9198: 58.02387,10.684632 - 9199: 62.926655,9.26698 - 9200: 80.51015,-0.15214407 + 9184: 76.45574,-26.463625 + 9185: 51.441795,-18.455584 + 9186: 43.481857,-14.468732 + 9187: 58.02387,10.684632 + 9188: 62.926655,9.26698 + 9189: 80.51015,-0.15214407 - node: color: '#FFFFFFFF' id: Basalt6 decals: - 9201: 78.808266,-15.955478 + 9190: 78.808266,-15.955478 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Basalt6 decals: - 9202: 79.72493,-17.519064 + 9191: 79.72493,-17.519064 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Basalt6 decals: - 9203: 81.464516,-18.290434 + 9192: 81.464516,-18.290434 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Basalt6 decals: - 9204: 81.23535,-16.54964 + 9193: 81.23535,-16.54964 - node: color: '#FFFFFFFF' id: Basalt8 decals: - 9205: 58.985188,-15.304271 - 9206: 58.41939,-0.39485592 - 9207: 72.073715,6.9620447 + 9194: 58.985188,-15.304271 + 9195: 58.41939,-0.39485592 + 9196: 72.073715,6.9620447 - node: color: '#FFFFFFFF' id: Basalt9 decals: - 9208: 50.30061,30.021097 - 9209: 68.842255,40.60018 - 9210: 89.91075,32.772816 + 9197: 50.30061,30.021097 + 9198: 68.842255,40.60018 + 9199: 89.91075,32.772816 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Basalt9 decals: - 9211: 51.58668,26.504042 + 9200: 51.58668,26.504042 - node: color: '#FFFFFFFF' id: Bot @@ -943,53 +943,53 @@ entities: 370: -33,-55 380: -46,-71 381: -45,-71 - 2113: 2,-28 - 2114: 3,-28 - 2115: -4,-28 - 2116: -5,-28 - 2123: -59,-79 - 2124: -59,-80 - 2125: -58,-80 - 2126: -58,-79 - 6251: -39,33 - 6252: -38,33 - 6286: -45,38 - 6303: 5,45 - 6304: 5,46 - 6320: -95,-44 - 6321: -95,-45 - 6322: -107,-46 - 6323: -107,-47 - 6324: -107,-48 - 6325: -107,-49 - 6326: -106,-49 - 6327: -106,-48 - 6328: -106,-47 - 6329: -106,-46 - 6336: -113,-68 - 6337: -114,-68 - 6338: -114,-69 - 6339: -113,-70 - 6340: -114,-70 - 6341: -113,-69 - 6342: -107,-17 - 6343: -107,-18 - 6344: -54,-24 - 6345: -54,-25 - 6346: -52,-24 - 6347: -52,-25 + 2108: 2,-28 + 2109: 3,-28 + 2110: -4,-28 + 2111: -5,-28 + 2118: -59,-79 + 2119: -59,-80 + 2120: -58,-80 + 2121: -58,-79 + 6240: -39,33 + 6241: -38,33 + 6275: -45,38 + 6292: 5,45 + 6293: 5,46 + 6309: -95,-44 + 6310: -95,-45 + 6311: -107,-46 + 6312: -107,-47 + 6313: -107,-48 + 6314: -107,-49 + 6315: -106,-49 + 6316: -106,-48 + 6317: -106,-47 + 6318: -106,-46 + 6325: -113,-68 + 6326: -114,-68 + 6327: -114,-69 + 6328: -113,-70 + 6329: -114,-70 + 6330: -113,-69 + 6331: -107,-17 + 6332: -107,-18 + 6333: -54,-24 + 6334: -54,-25 + 6335: -52,-24 + 6336: -52,-25 - node: color: '#D381C9F6' id: BotLeftGreyscale decals: - 9214: -50,-68 - 9215: -49,-68 + 9203: -50,-68 + 9204: -49,-68 - node: color: '#D381C9F6' id: BotRightGreyscale decals: - 9212: -50,-70 - 9213: -49,-70 + 9201: -50,-70 + 9202: -49,-70 - node: color: '#B02E26FF' id: Box @@ -1008,7 +1008,7 @@ entities: color: '#DE3A3ACC' id: Box decals: - 6476: -6,-48 + 6465: -6,-48 - node: color: '#DE3A3AFF' id: Box @@ -1029,252 +1029,252 @@ entities: 214: -23,-46 215: -23,-45 216: -23,-44 - 2089: 20,2 - 2090: 20,0 - 2091: 20,-3 - 2092: 20,-5 - 6254: -36,28 - 6255: -35,29 - 6256: -34,28 - 6257: -34,26 - 6258: -35,25 - 6564: -36,26 - 7011: 19,-5 - 7012: 19,-3 - 7013: 19,0 - 7014: 19,2 + 2084: 20,2 + 2085: 20,0 + 2086: 20,-3 + 2087: 20,-5 + 6243: -36,28 + 6244: -35,29 + 6245: -34,28 + 6246: -34,26 + 6247: -35,25 + 6553: -36,26 + 7000: 19,-5 + 7001: 19,-3 + 7002: 19,0 + 7003: 19,2 - node: angle: 1.5707963267948966 rad color: '#52B4E9FF' id: BoxGreyscale decals: - 5681: -74,-20 + 5670: -74,-20 - node: color: '#DE3A3A96' id: BoxGreyscale decals: - 2040: -18,-26 - 2041: -17,-26 - 2042: -14,-23 - 2043: -14,-24 - 2044: -10,-24 - 2045: -9,-24 + 2035: -18,-26 + 2036: -17,-26 + 2037: -14,-23 + 2038: -14,-24 + 2039: -10,-24 + 2040: -9,-24 - node: angle: 1.5707963267948966 rad color: '#DE3A3ACC' id: BoxGreyscale decals: - 6481: -6,-48 + 6470: -6,-48 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: 398: -65,23 439: -68,23 - 896: -82,-18 + 891: -82,-18 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: 429: -70,23 - 892: -86,-18 + 887: -86,-18 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: 425: -65,19 - 900: -82,-22 + 895: -82,-22 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: 404: -70,20 427: -68,19 - 903: -86,-22 + 898: -86,-22 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNe decals: 416: -68,20 - 1586: -19,-40 - 1729: -29,-42 - 1731: -30,-43 - 1749: -29,-47 - 1750: -27,-47 - 1751: -28,-48 - 1752: -28,-47 - 1758: -36,-47 - 1759: -34,-47 - 1771: -38,-48 - 1772: -37,-48 - 1773: -36,-48 - 1794: -32,-40 - 1881: -30,-44 - 1882: -29,-44 - 1883: -28,-44 - 1884: -25,-45 - 1885: -29,-45 - 1886: -30,-46 - 1887: -28,-46 - 1888: -26,-46 - 1889: -25,-46 - 1897: -27,-45 - 1919: -32,-47 - 1920: -31,-47 - 1921: -30,-48 - 1922: -32,-48 - 1923: -30,-47 - 1924: -29,-46 - 1926: -27,-46 - 1939: -39,-41 - 1940: -39,-42 - 1941: -38,-42 - 1955: -38,-40 - 1956: -37,-41 + 1581: -19,-40 + 1724: -29,-42 + 1726: -30,-43 + 1744: -29,-47 + 1745: -27,-47 + 1746: -28,-48 + 1747: -28,-47 + 1753: -36,-47 + 1754: -34,-47 + 1766: -38,-48 + 1767: -37,-48 + 1768: -36,-48 + 1789: -32,-40 + 1876: -30,-44 + 1877: -29,-44 + 1878: -28,-44 + 1879: -25,-45 + 1880: -29,-45 + 1881: -30,-46 + 1882: -28,-46 + 1883: -26,-46 + 1884: -25,-46 + 1892: -27,-45 + 1914: -32,-47 + 1915: -31,-47 + 1916: -30,-48 + 1917: -32,-48 + 1918: -30,-47 + 1919: -29,-46 + 1921: -27,-46 + 1934: -39,-41 + 1935: -39,-42 + 1936: -38,-42 + 1950: -38,-40 + 1951: -37,-41 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: 417: -66,20 - 1585: -27,-40 - 1595: -26,-41 - 1596: -25,-41 - 1597: -24,-41 - 1598: -23,-41 - 1599: -22,-41 - 1600: -21,-41 - 1601: -20,-41 - 1730: -29,-43 - 1732: -30,-42 - 1746: -29,-47 - 1747: -28,-47 - 1748: -27,-47 - 1753: -28,-48 - 1760: -35,-47 - 1761: -33,-47 - 1774: -38,-47 - 1775: -38,-48 - 1776: -37,-48 - 1777: -36,-48 - 1778: -35,-48 - 1791: -33,-40 - 1792: -30,-40 - 1793: -30,-41 - 1870: -30,-44 - 1871: -29,-44 - 1872: -28,-44 - 1873: -25,-45 - 1874: -29,-45 - 1875: -30,-46 - 1876: -29,-46 - 1877: -28,-46 - 1878: -27,-46 - 1879: -26,-46 - 1880: -25,-46 - 1893: -27,-44 - 1894: -27,-45 - 1915: -32,-47 - 1916: -31,-47 - 1917: -30,-47 - 1918: -30,-48 - 1942: -37,-41 - 1943: -37,-42 - 1944: -38,-42 - 1957: -38,-40 - 1958: -39,-41 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerSe - decals: - 1587: -19,-42 - 1602: -26,-41 - 1603: -25,-41 - 1604: -24,-41 - 1605: -23,-41 - 1606: -22,-41 - 1607: -21,-41 - 1608: -20,-41 - 1726: -30,-42 - 1727: -29,-43 - 1739: -28,-48 - 1740: -29,-47 - 1741: -28,-47 - 1742: -27,-47 - 1762: -35,-47 - 1763: -33,-47 - 1779: -38,-48 - 1780: -37,-48 - 1781: -36,-48 - 1795: -30,-41 - 1796: -30,-40 - 1860: -30,-44 - 1861: -28,-44 - 1862: -25,-45 - 1863: -29,-45 - 1864: -25,-46 - 1865: -26,-46 - 1866: -27,-46 - 1867: -28,-46 - 1868: -29,-46 - 1869: -30,-46 - 1896: -27,-45 - 1900: -26,-44 + 1580: -27,-40 + 1590: -26,-41 + 1591: -25,-41 + 1592: -24,-41 + 1593: -23,-41 + 1594: -22,-41 + 1595: -21,-41 + 1596: -20,-41 + 1725: -29,-43 + 1727: -30,-42 + 1741: -29,-47 + 1742: -28,-47 + 1743: -27,-47 + 1748: -28,-48 + 1755: -35,-47 + 1756: -33,-47 + 1769: -38,-47 + 1770: -38,-48 + 1771: -37,-48 + 1772: -36,-48 + 1773: -35,-48 + 1786: -33,-40 + 1787: -30,-40 + 1788: -30,-41 + 1865: -30,-44 + 1866: -29,-44 + 1867: -28,-44 + 1868: -25,-45 + 1869: -29,-45 + 1870: -30,-46 + 1871: -29,-46 + 1872: -28,-46 + 1873: -27,-46 + 1874: -26,-46 + 1875: -25,-46 + 1888: -27,-44 + 1889: -27,-45 1910: -32,-47 1911: -31,-47 1912: -30,-47 1913: -30,-48 - 1914: -32,-48 - 1925: -29,-44 - 1945: -39,-41 - 1946: -39,-40 - 1947: -38,-40 - 1959: -37,-41 - 1960: -38,-42 - 6297: -46,34 + 1937: -37,-41 + 1938: -37,-42 + 1939: -38,-42 + 1952: -38,-40 + 1953: -39,-41 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 1582: -19,-42 + 1597: -26,-41 + 1598: -25,-41 + 1599: -24,-41 + 1600: -23,-41 + 1601: -22,-41 + 1602: -21,-41 + 1603: -20,-41 + 1721: -30,-42 + 1722: -29,-43 + 1734: -28,-48 + 1735: -29,-47 + 1736: -28,-47 + 1737: -27,-47 + 1757: -35,-47 + 1758: -33,-47 + 1774: -38,-48 + 1775: -37,-48 + 1776: -36,-48 + 1790: -30,-41 + 1791: -30,-40 + 1855: -30,-44 + 1856: -28,-44 + 1857: -25,-45 + 1858: -29,-45 + 1859: -25,-46 + 1860: -26,-46 + 1861: -27,-46 + 1862: -28,-46 + 1863: -29,-46 + 1864: -30,-46 + 1891: -27,-45 + 1895: -26,-44 + 1905: -32,-47 + 1906: -31,-47 + 1907: -30,-47 + 1908: -30,-48 + 1909: -32,-48 + 1920: -29,-44 + 1940: -39,-41 + 1941: -39,-40 + 1942: -38,-40 + 1954: -37,-41 + 1955: -38,-42 + 6286: -46,34 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: 428: -68,20 - 1584: -27,-42 - 1728: -29,-42 - 1733: -30,-43 - 1738: -28,-48 - 1743: -29,-47 - 1744: -28,-47 - 1745: -27,-47 - 1764: -36,-47 - 1765: -34,-47 - 1782: -38,-47 - 1783: -38,-48 - 1784: -37,-48 - 1785: -36,-48 - 1786: -35,-48 - 1797: -32,-40 - 1849: -30,-44 - 1850: -29,-44 - 1851: -28,-44 - 1852: -25,-45 - 1853: -29,-45 - 1854: -30,-46 - 1855: -29,-46 - 1856: -28,-46 - 1857: -27,-46 - 1858: -26,-46 - 1859: -25,-46 - 1892: -27,-44 - 1895: -27,-45 - 1899: -26,-44 - 1906: -32,-47 - 1907: -31,-47 - 1908: -30,-47 - 1909: -30,-48 - 1948: -38,-40 - 1949: -37,-40 - 1950: -37,-41 - 1961: -38,-42 - 1962: -39,-41 - 6296: -48,34 + 1579: -27,-42 + 1723: -29,-42 + 1728: -30,-43 + 1733: -28,-48 + 1738: -29,-47 + 1739: -28,-47 + 1740: -27,-47 + 1759: -36,-47 + 1760: -34,-47 + 1777: -38,-47 + 1778: -38,-48 + 1779: -37,-48 + 1780: -36,-48 + 1781: -35,-48 + 1792: -32,-40 + 1844: -30,-44 + 1845: -29,-44 + 1846: -28,-44 + 1847: -25,-45 + 1848: -29,-45 + 1849: -30,-46 + 1850: -29,-46 + 1851: -28,-46 + 1852: -27,-46 + 1853: -26,-46 + 1854: -25,-46 + 1887: -27,-44 + 1890: -27,-45 + 1894: -26,-44 + 1901: -32,-47 + 1902: -31,-47 + 1903: -30,-47 + 1904: -30,-48 + 1943: -38,-40 + 1944: -37,-40 + 1945: -37,-41 + 1956: -38,-42 + 1957: -39,-41 + 6285: -48,34 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE @@ -1284,24 +1284,24 @@ entities: 397: -65,22 414: -68,21 437: -68,22 - 897: -82,-19 - 898: -82,-20 - 899: -82,-21 - 1646: -36,-40 - 1817: -40,-56 - 1818: -40,-57 - 1819: -40,-58 - 1820: -40,-59 - 1821: -40,-60 - 6288: -46,32 - 6289: -46,33 - 6413: -13,-57 - 6414: -13,-56 - 6415: -13,-55 - 6416: -13,-54 - 6417: -13,-53 - 6418: -13,-52 - 6440: -13,-51 + 892: -82,-19 + 893: -82,-20 + 894: -82,-21 + 1641: -36,-40 + 1812: -40,-56 + 1813: -40,-57 + 1814: -40,-58 + 1815: -40,-59 + 1816: -40,-60 + 6277: -46,32 + 6278: -46,33 + 6402: -13,-57 + 6403: -13,-56 + 6404: -13,-55 + 6405: -13,-54 + 6406: -13,-53 + 6407: -13,-52 + 6429: -13,-51 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN @@ -1310,20 +1310,20 @@ entities: 400: -67,23 401: -69,23 415: -67,20 - 893: -85,-18 - 894: -84,-18 - 895: -83,-18 - 1580: -26,-40 - 1581: -25,-40 - 1611: -26,-44 - 1612: -25,-44 - 1616: -33,-39 - 1647: -39,-55 - 1648: -36,-55 - 1649: -35,-55 - 1650: -33,-50 - 1651: -34,-50 - 1652: -37,-47 + 888: -85,-18 + 889: -84,-18 + 890: -83,-18 + 1575: -26,-40 + 1576: -25,-40 + 1606: -26,-44 + 1607: -25,-44 + 1611: -33,-39 + 1642: -39,-55 + 1643: -36,-55 + 1644: -35,-55 + 1645: -33,-50 + 1646: -34,-50 + 1647: -37,-47 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -1331,31 +1331,31 @@ entities: 394: -67,19 405: -69,20 426: -66,19 - 901: -83,-22 - 902: -85,-22 - 1333: -30,-28 - 1334: -29,-28 - 1335: -28,-28 - 1336: -27,-28 - 1343: -24,-28 - 1344: -23,-28 - 1345: -22,-28 - 1346: -21,-28 - 1570: -25,-42 - 1571: -26,-42 - 1637: -39,-53 - 1638: -35,-53 - 1639: -36,-53 - 1640: -36,-56 - 1641: -35,-56 - 1642: -33,-48 - 1643: -34,-48 - 1644: -37,-45 - 1645: -33,-41 - 6290: -44,34 - 6291: -45,34 - 6292: -49,34 - 6293: -50,34 + 896: -83,-22 + 897: -85,-22 + 1328: -30,-28 + 1329: -29,-28 + 1330: -28,-28 + 1331: -27,-28 + 1338: -24,-28 + 1339: -23,-28 + 1340: -22,-28 + 1341: -21,-28 + 1565: -25,-42 + 1566: -26,-42 + 1632: -39,-53 + 1633: -35,-53 + 1634: -36,-53 + 1635: -36,-56 + 1636: -35,-56 + 1637: -33,-48 + 1638: -34,-48 + 1639: -37,-45 + 1640: -33,-41 + 6279: -44,34 + 6280: -45,34 + 6281: -49,34 + 6282: -50,34 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW @@ -1364,312 +1364,312 @@ entities: 403: -70,21 412: -66,21 413: -66,22 - 904: -86,-20 - 905: -86,-19 - 1351: -17,-43 - 1352: -17,-47 - 1636: -44,-62 - 1812: -42,-60 - 1813: -42,-59 - 1814: -42,-58 - 1815: -42,-57 - 1816: -42,-56 - 1827: -41,-52 - 6294: -48,32 - 6295: -48,33 - 6419: -13,-52 - 6420: -13,-53 - 6421: -13,-54 - 6422: -13,-55 - 6423: -13,-56 - 6424: -13,-57 - 6441: -13,-51 + 899: -86,-20 + 900: -86,-19 + 1346: -17,-43 + 1347: -17,-47 + 1631: -44,-62 + 1807: -42,-60 + 1808: -42,-59 + 1809: -42,-58 + 1810: -42,-57 + 1811: -42,-56 + 1822: -41,-52 + 6283: -48,32 + 6284: -48,33 + 6408: -13,-52 + 6409: -13,-53 + 6410: -13,-54 + 6411: -13,-55 + 6412: -13,-56 + 6413: -13,-57 + 6430: -13,-51 - node: color: '#00FFFFCC' id: BrickTileSteelBox decals: - 6497: 0,-39 - 6498: 1,-39 - 6499: 1,-38 - 6500: 2,-39 - 6501: 2,-38 - 6502: 2,-37 - 6503: 2,-36 - 6504: 3,-36 - 6505: 3,-37 - 6506: 3,-38 - 6507: 3,-39 - 6508: 1,-36 - 6509: 1,-37 - 6510: 0,-37 - 6511: 0,-38 - 6512: -1,-38 - 6513: -1,-39 - 6514: -1,-40 - 6515: 0,-40 - 6516: 1,-40 - 6517: 2,-40 - 6518: 3,-40 - 6519: 4,-40 - 6520: 4,-39 - 6521: 4,-38 - 6522: 4,-37 - 6523: 4,-36 + 6486: 0,-39 + 6487: 1,-39 + 6488: 1,-38 + 6489: 2,-39 + 6490: 2,-38 + 6491: 2,-37 + 6492: 2,-36 + 6493: 3,-36 + 6494: 3,-37 + 6495: 3,-38 + 6496: 3,-39 + 6497: 1,-36 + 6498: 1,-37 + 6499: 0,-37 + 6500: 0,-38 + 6501: -1,-38 + 6502: -1,-39 + 6503: -1,-40 + 6504: 0,-40 + 6505: 1,-40 + 6506: 2,-40 + 6507: 3,-40 + 6508: 4,-40 + 6509: 4,-39 + 6510: 4,-38 + 6511: 4,-37 + 6512: 4,-36 - node: color: '#00FFFFCD' id: BrickTileSteelBox decals: - 6556: 1,-41 - 6557: 2,-41 - 6558: 3,-41 - 6559: 0,-41 + 6545: 1,-41 + 6546: 2,-41 + 6547: 3,-41 + 6548: 0,-41 - node: color: '#A4610696' id: BrickTileSteelCornerNe decals: - 6660: -28,41 - 6711: -17,37 - 6772: -11,38 - 6791: -1,38 + 6649: -28,41 + 6700: -17,37 + 6761: -11,38 + 6780: -1,38 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: - 1049: -81,-12 + 1044: -81,-12 - node: color: '#A4610696' id: BrickTileSteelCornerNw decals: - 6652: -42,31 - 6653: -36,41 - 6768: -15,38 - 6786: -9,38 + 6641: -42,31 + 6642: -36,41 + 6757: -15,38 + 6775: -9,38 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: - 1014: -44,7 - 1046: -85,-12 + 1009: -44,7 + 1041: -85,-12 - node: color: '#A4610696' id: BrickTileSteelCornerSe decals: - 6712: -17,35 - 6780: -11,35 - 6781: -1,35 + 6701: -17,35 + 6769: -11,35 + 6770: -1,35 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 1048: -81,-15 - 2138: -37,1 + 1043: -81,-15 + 2133: -37,1 - node: color: '#A4610696' id: BrickTileSteelCornerSw decals: - 6644: -42,28 - 6782: -9,35 + 6633: -42,28 + 6771: -9,35 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 1010: -44,2 - 1047: -85,-15 + 1005: -44,2 + 1042: -85,-15 - node: color: '#A4610696' id: BrickTileSteelInnerNe decals: - 6597: -40,26 - 6643: -28,37 - 6713: -18,37 - 6720: -17,36 - 6774: -11,36 - 6793: -1,36 + 6586: -40,26 + 6632: -28,37 + 6702: -18,37 + 6709: -17,36 + 6763: -11,36 + 6782: -1,36 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 1966: -19,-26 - 1972: -16,-26 + 1961: -19,-26 + 1967: -16,-26 - node: color: '#A4610696' id: BrickTileSteelInnerNw decals: - 6637: -41,26 - 6638: -36,31 - 6639: -36,36 - 6714: -18,37 - 6765: -15,36 - 6784: -9,36 + 6626: -41,26 + 6627: -36,31 + 6628: -36,36 + 6703: -18,37 + 6754: -15,36 + 6773: -9,36 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNw decals: - 1965: -19,-26 - 1971: -16,-26 - 2016: -42,-26 + 1960: -19,-26 + 1966: -16,-26 + 2011: -42,-26 - node: color: '#A4610696' id: BrickTileSteelInnerSe decals: - 6642: -31,35 - 6665: -40,28 - 6716: -18,35 - 6719: -17,36 - 6775: -11,36 - 6776: -14,35 - 6794: -1,36 + 6631: -31,35 + 6654: -40,28 + 6705: -18,35 + 6708: -17,36 + 6764: -11,36 + 6765: -14,35 + 6783: -1,36 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSe decals: - 2012: -50,-19 + 2007: -50,-19 - node: color: '#A4610696' id: BrickTileSteelInnerSw decals: - 6640: -41,28 - 6641: -36,35 - 6715: -18,35 - 6766: -15,36 - 6777: -14,35 - 6783: -9,36 + 6629: -41,28 + 6630: -36,35 + 6704: -18,35 + 6755: -15,36 + 6766: -14,35 + 6772: -9,36 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSw decals: - 2011: -56,-16 - 2013: -47,-19 - 2014: -42,-23 - 2015: -42,-26 + 2006: -56,-16 + 2008: -47,-19 + 2009: -42,-23 + 2010: -42,-26 - node: color: '#A4610696' id: BrickTileSteelLineE decals: - 6594: -40,27 - 6595: -40,27 - 6661: -28,40 - 6662: -28,39 - 6663: -28,38 - 6664: -31,34 - 6773: -11,37 - 6792: -1,37 + 6583: -40,27 + 6584: -40,27 + 6650: -28,40 + 6651: -28,39 + 6652: -28,38 + 6653: -31,34 + 6762: -11,37 + 6781: -1,37 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 2136: -37,6 - 2137: -37,2 + 2131: -37,6 + 2132: -37,2 - node: color: '#A4610696' id: BrickTileSteelLineN decals: - 6566: -33,26 - 6567: -32,26 - 6568: -31,26 - 6569: -30,26 - 6574: -42,26 - 6575: -39,26 - 6576: -38,26 - 6577: -37,26 - 6654: -39,31 - 6655: -38,31 - 6656: -37,31 - 6657: -33,41 - 6658: -30,41 - 6659: -29,41 - 6704: -27,37 - 6705: -26,37 - 6706: -25,37 - 6707: -22,37 - 6708: -21,37 - 6709: -20,37 - 6710: -19,37 - 6763: -16,36 - 6769: -14,38 - 6770: -13,38 - 6771: -12,38 - 6787: -8,38 - 6788: -5,38 - 6789: -4,38 - 6790: -2,38 + 6555: -33,26 + 6556: -32,26 + 6557: -31,26 + 6558: -30,26 + 6563: -42,26 + 6564: -39,26 + 6565: -38,26 + 6566: -37,26 + 6643: -39,31 + 6644: -38,31 + 6645: -37,31 + 6646: -33,41 + 6647: -30,41 + 6648: -29,41 + 6693: -27,37 + 6694: -26,37 + 6695: -25,37 + 6696: -22,37 + 6697: -21,37 + 6698: -20,37 + 6699: -19,37 + 6752: -16,36 + 6758: -14,38 + 6759: -13,38 + 6760: -12,38 + 6776: -8,38 + 6777: -5,38 + 6778: -4,38 + 6779: -2,38 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 1015: -43,7 - 1026: -50,-8 - 1027: -48,-8 - 1028: -46,-8 - 1029: -45,-8 - 1030: -44,-8 - 1031: -43,-8 - 1050: -83,-12 - 2134: -39,7 - 2135: -38,7 + 1010: -43,7 + 1021: -50,-8 + 1022: -48,-8 + 1023: -46,-8 + 1024: -45,-8 + 1025: -44,-8 + 1026: -43,-8 + 1045: -83,-12 + 2129: -39,7 + 2130: -38,7 - node: color: '#A4610696' id: BrickTileSteelLineS decals: - 6666: -39,28 - 6667: -38,28 - 6668: -37,28 - 6669: -33,28 - 6670: -30,35 - 6671: -29,35 - 6672: -28,35 - 6695: -27,35 - 6696: -26,35 - 6697: -25,35 - 6698: -24,35 - 6699: -23,35 - 6700: -22,35 - 6701: -21,35 - 6702: -20,35 - 6703: -19,35 - 6764: -16,36 - 6778: -13,35 - 6779: -12,35 - 6795: -2,35 - 6796: -3,35 - 6797: -4,35 - 6798: -5,35 - 6799: -6,35 - 6800: -7,35 - 6801: -8,35 + 6655: -39,28 + 6656: -38,28 + 6657: -37,28 + 6658: -33,28 + 6659: -30,35 + 6660: -29,35 + 6661: -28,35 + 6684: -27,35 + 6685: -26,35 + 6686: -25,35 + 6687: -24,35 + 6688: -23,35 + 6689: -22,35 + 6690: -21,35 + 6691: -20,35 + 6692: -19,35 + 6753: -16,36 + 6767: -13,35 + 6768: -12,35 + 6784: -2,35 + 6785: -3,35 + 6786: -4,35 + 6787: -5,35 + 6788: -6,35 + 6789: -7,35 + 6790: -8,35 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 1009: -43,2 - 1051: -83,-15 - 2139: -38,1 - 2140: -39,1 + 1004: -43,2 + 1046: -83,-15 + 2134: -38,1 + 2135: -39,1 - node: color: '#A4610696' id: BrickTileSteelLineW decals: - 6645: -42,29 - 6646: -42,30 - 6647: -36,32 - 6648: -36,33 - 6649: -36,34 - 6650: -36,37 - 6651: -36,38 - 6767: -15,37 - 6785: -9,37 + 6634: -42,29 + 6635: -42,30 + 6636: -36,32 + 6637: -36,33 + 6638: -36,34 + 6639: -36,37 + 6640: -36,38 + 6756: -15,37 + 6774: -9,37 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 1011: -44,4 - 1012: -44,5 - 1013: -44,6 + 1006: -44,4 + 1007: -44,5 + 1008: -44,6 - node: color: '#52B4E996' id: BrickTileWhiteBox decals: - 6548: -5,-35 + 6537: -5,-35 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNe @@ -1679,7 +1679,7 @@ entities: color: '#8932B8BE' id: BrickTileWhiteCornerNe decals: - 1394: -5,-42 + 1389: -5,-42 - node: color: '#8932B8C1' id: BrickTileWhiteCornerNe @@ -1689,10 +1689,10 @@ entities: color: '#A4610696' id: BrickTileWhiteCornerNe decals: - 6622: -28,41 - 6682: -17,37 - 6734: -11,38 - 6750: -1,38 + 6611: -28,41 + 6671: -17,37 + 6723: -11,38 + 6739: -1,38 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNe @@ -1701,14 +1701,14 @@ entities: 463: -44,15 465: -45,16 566: -82,26 - 1118: -54,-19 - 1136: -53,-21 - 1249: -49,-49 - 1268: -48,-54 - 1278: -53,-49 - 1321: -56,-37 - 6452: -7,-51 - 6453: -6,-54 + 1113: -54,-19 + 1131: -53,-21 + 1244: -49,-49 + 1263: -48,-54 + 1273: -53,-49 + 1316: -56,-37 + 6441: -7,-51 + 6442: -6,-54 - node: color: '#EFB34196' id: BrickTileWhiteCornerNe @@ -1718,36 +1718,36 @@ entities: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe decals: - 805: -67,-17 - 810: -61,-18 - 827: -67,-22 - 845: -71,-31 - 850: -71,-28 - 861: -68,-34 - 876: -83,-28 - 910: -79,-19 - 913: -76,-19 - 935: -63,-22 - 1448: -8,-26 - 1449: -7,-27 - 1456: -8,-30 - 1457: -4,-30 - 1458: -1,-30 - 1557: -87,-24 - 5966: -72,-23 - 6540: -1,-34 - 9282: -78,-35 + 800: -67,-17 + 805: -61,-18 + 822: -67,-22 + 840: -71,-31 + 845: -71,-28 + 856: -68,-34 + 871: -83,-28 + 905: -79,-19 + 908: -76,-19 + 930: -63,-22 + 1443: -8,-26 + 1444: -7,-27 + 1451: -8,-30 + 1452: -4,-30 + 1453: -1,-30 + 1552: -87,-24 + 5955: -72,-23 + 6529: -1,-34 + 9271: -78,-35 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNw decals: 623: -104,6 - 646: -110,1 + 641: -110,1 - node: color: '#8932B8BE' id: BrickTileWhiteCornerNw decals: - 1390: -9,-42 + 1385: -9,-42 - node: color: '#8932B8C1' id: BrickTileWhiteCornerNw @@ -1757,63 +1757,63 @@ entities: color: '#A4610696' id: BrickTileWhiteCornerNw decals: - 6604: -42,31 - 6614: -36,41 - 6738: -15,38 - 6745: -9,38 + 6593: -42,31 + 6603: -36,41 + 6727: -15,38 + 6734: -9,38 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNw decals: 444: -79,27 567: -84,26 - 1117: -55,-19 - 1228: -50,-43 - 1258: -46,-42 - 1264: -51,-54 - 1292: -59,-49 - 1319: -58,-37 - 6450: -9,-51 - 6451: -8,-54 + 1112: -55,-19 + 1223: -50,-43 + 1253: -46,-42 + 1259: -51,-54 + 1287: -59,-49 + 1314: -58,-37 + 6439: -9,-51 + 6440: -8,-54 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw decals: - 802: -70,-17 - 823: -74,-18 - 824: -70,-22 - 835: -76,-28 - 840: -76,-31 - 852: -76,-34 - 888: -86,-30 - 890: -85,-28 - 909: -80,-19 - 914: -77,-19 - 933: -65,-22 - 1460: -2,-30 - 1461: -6,-30 - 1471: -9,-35 - 1480: -2,-34 - 1553: -91,-24 - 1560: -85,-24 - 5965: -74,-23 - 9241: -69,-28 - 9280: -76,-34 - 9284: -81,-35 - 9286: -83,-36 + 797: -70,-17 + 818: -74,-18 + 819: -70,-22 + 830: -76,-28 + 835: -76,-31 + 847: -76,-34 + 883: -86,-30 + 885: -85,-28 + 904: -80,-19 + 909: -77,-19 + 928: -65,-22 + 1455: -2,-30 + 1456: -6,-30 + 1466: -9,-35 + 1475: -2,-34 + 1548: -91,-24 + 1555: -85,-24 + 5954: -74,-23 + 9230: -69,-28 + 9269: -76,-34 + 9273: -81,-35 + 9275: -83,-36 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSe decals: 594: -95,-1 618: -99,5 - 647: -110,0 + 642: -110,0 - node: color: '#8932B8BE' id: BrickTileWhiteCornerSe decals: - 1392: -8,-45 - 1393: -5,-44 + 1387: -8,-45 + 1388: -5,-44 - node: color: '#8932B8C1' id: BrickTileWhiteCornerSe @@ -1823,9 +1823,9 @@ entities: color: '#A4610696' id: BrickTileWhiteCornerSe decals: - 6683: -17,35 - 6730: -11,35 - 6751: -1,35 + 6672: -17,35 + 6719: -11,35 + 6740: -1,35 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSe @@ -1833,15 +1833,15 @@ entities: 441: -78,25 447: -77,26 565: -82,24 - 1065: -48,-30 - 1094: -44,-37 - 1115: -48,-33 - 1174: -53,-47 - 1246: -49,-52 - 1281: -53,-52 - 1303: -58,-58 - 1316: -56,-39 - 6454: -6,-56 + 1060: -48,-30 + 1089: -44,-37 + 1110: -48,-33 + 1169: -53,-47 + 1241: -49,-52 + 1276: -53,-52 + 1298: -58,-58 + 1311: -56,-39 + 6443: -6,-56 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe @@ -1851,31 +1851,31 @@ entities: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe decals: - 811: -61,-19 - 812: -62,-20 - 831: -72,-26 - 844: -71,-32 - 849: -71,-29 - 854: -74,-37 - 859: -68,-36 - 882: -83,-34 - 948: -67,-26 - 1450: -7,-28 - 1455: -8,-33 - 1464: -4,-33 - 1465: -1,-32 - 1481: -2,-36 - 1485: -3,-40 - 1546: -87,-28 - 5972: -72,-21 - 6542: -1,-35 - 9252: -63,-32 - 9292: -78,-38 + 806: -61,-19 + 807: -62,-20 + 826: -72,-26 + 839: -71,-32 + 844: -71,-29 + 849: -74,-37 + 854: -68,-36 + 877: -83,-34 + 943: -67,-26 + 1445: -7,-28 + 1450: -8,-33 + 1459: -4,-33 + 1460: -1,-32 + 1476: -2,-36 + 1480: -3,-40 + 1541: -87,-28 + 5961: -72,-21 + 6531: -1,-35 + 9241: -63,-32 + 9281: -78,-38 - node: color: '#8932B8BE' id: BrickTileWhiteCornerSw decals: - 1391: -9,-45 + 1386: -9,-45 - node: color: '#8932B8C1' id: BrickTileWhiteCornerSw @@ -1885,23 +1885,23 @@ entities: color: '#A4610696' id: BrickTileWhiteCornerSw decals: - 6601: -42,28 - 6725: -15,35 - 6759: -9,35 + 6590: -42,28 + 6714: -15,35 + 6748: -9,35 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSw decals: 470: -48,15 568: -84,24 - 1066: -49,-30 - 1116: -49,-33 - 1134: -55,-21 - 1273: -51,-57 - 1284: -56,-52 - 1318: -58,-39 - 6455: -9,-52 - 6456: -8,-56 + 1061: -49,-30 + 1111: -49,-33 + 1129: -55,-21 + 1268: -51,-57 + 1279: -56,-52 + 1313: -58,-39 + 6444: -9,-52 + 6445: -8,-56 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw @@ -1911,30 +1911,30 @@ entities: color: '#F9801DC1' id: BrickTileWhiteCornerSw decals: - 1055: -51,-19 + 1050: -51,-19 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSw decals: - 836: -76,-29 - 841: -76,-32 - 885: -86,-34 - 906: -80,-22 - 916: -77,-22 - 1453: -10,-33 - 1462: -6,-33 - 1463: -2,-32 - 1548: -89,-28 - 1550: -91,-27 - 1561: -85,-26 - 5959: -74,-21 - 6545: -8,-40 - 6546: -9,-39 - 9245: -70,-26 - 9246: -69,-31 - 9247: -68,-32 - 9287: -83,-38 - 9294: -76,-37 + 831: -76,-29 + 836: -76,-32 + 880: -86,-34 + 901: -80,-22 + 911: -77,-22 + 1448: -10,-33 + 1457: -6,-33 + 1458: -2,-32 + 1543: -89,-28 + 1545: -91,-27 + 1556: -85,-26 + 5948: -74,-21 + 6534: -8,-40 + 6535: -9,-39 + 9234: -70,-26 + 9235: -69,-31 + 9236: -68,-32 + 9276: -83,-38 + 9283: -76,-37 - node: color: '#9FED5896' id: BrickTileWhiteEndN @@ -1979,117 +1979,117 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerNe decals: - 5968: -74,-23 - 9295: -73,-34 - 9297: -76,-34 - 9302: -81,-35 - 9305: -78,-37 + 5957: -74,-23 + 9284: -73,-34 + 9286: -76,-34 + 9291: -81,-35 + 9294: -78,-37 - node: color: '#52B4E9A6' id: BrickTileWhiteInnerNe decals: - 962: -66,-18 - 965: -74,-18 - 968: -76,-21 - 974: -79,-21 - 976: -72,-26 - 977: -77,-24 - 980: -80,-24 - 988: -85,-28 - 995: -70,-34 + 957: -66,-18 + 960: -74,-18 + 963: -76,-21 + 969: -79,-21 + 971: -72,-26 + 972: -77,-24 + 975: -80,-24 + 983: -85,-28 + 990: -70,-34 - node: color: '#52B4E9D9' id: BrickTileWhiteInnerNe decals: - 1367: -15,-41 - 1368: -15,-37 + 1362: -15,-41 + 1363: -15,-37 - node: color: '#669F1EC1' id: BrickTileWhiteInnerNe decals: - 1562: -85,-24 - 1564: -87,-26 + 1557: -85,-24 + 1559: -87,-26 - node: color: '#79150096' id: BrickTileWhiteInnerNe decals: - 1017: -43,7 - 1032: -43,-8 - 1033: -48,-8 - 1034: -50,-8 + 1012: -43,7 + 1027: -43,-8 + 1028: -48,-8 + 1029: -50,-8 - node: color: '#8932B8C1' id: BrickTileWhiteInnerNe decals: 518: -24,31 - 1373: -6,-46 + 1368: -6,-46 - node: color: '#9FED5896' id: BrickTileWhiteInnerNe decals: 432: -70,20 - 2144: -37,2 - 2145: -38,7 - 2146: -37,6 + 2139: -37,2 + 2140: -38,7 + 2141: -37,6 - node: color: '#A4610696' id: BrickTileWhiteInnerNe decals: - 6596: -40,26 - 6626: -28,37 - 6680: -18,37 - 6718: -17,36 - 6731: -11,36 - 6762: -1,36 + 6585: -40,26 + 6615: -28,37 + 6669: -18,37 + 6707: -17,36 + 6720: -11,36 + 6751: -1,36 - node: color: '#D381C996' id: BrickTileWhiteInnerNe decals: - 1583: -25,-40 - 1613: -25,-44 - 1618: -33,-39 - 1653: -36,-40 - 1659: -37,-47 - 1662: -33,-50 - 1673: -39,-55 - 1674: -35,-55 - 1825: -40,-56 + 1578: -25,-40 + 1608: -25,-44 + 1613: -33,-39 + 1648: -36,-40 + 1654: -37,-47 + 1657: -33,-50 + 1668: -39,-55 + 1669: -35,-55 + 1820: -40,-56 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNe decals: 464: -45,15 563: -82,25 - 1185: -53,-36 - 1186: -53,-32 - 1187: -53,-28 - 1188: -54,-21 - 1201: -44,-32 - 1250: -50,-49 - 1256: -50,-45 - 1263: -53,-45 - 1266: -50,-54 - 1277: -54,-49 - 1314: -56,-38 - 1967: -19,-26 - 1974: -16,-26 - 6465: -7,-54 + 1180: -53,-36 + 1181: -53,-32 + 1182: -53,-28 + 1183: -54,-21 + 1196: -44,-32 + 1245: -50,-49 + 1251: -50,-45 + 1258: -53,-45 + 1261: -50,-54 + 1272: -54,-49 + 1309: -56,-38 + 1962: -19,-26 + 1969: -16,-26 + 6454: -7,-54 - node: color: '#F9801DA7' id: BrickTileWhiteInnerNe decals: - 1000: -63,-29 + 995: -63,-29 - node: color: '#F9801DCC' id: BrickTileWhiteInnerNe decals: - 9258: -69,-28 + 9247: -69,-28 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNe decals: - 1528: -5,-37 - 6550: -5,-35 + 1523: -5,-37 + 6539: -5,-35 - node: color: '#334E6DC8' id: BrickTileWhiteInnerNw @@ -2097,7 +2097,7 @@ entities: 595: -95,-1 622: -103,6 624: -104,5 - 652: -110,0 + 647: -110,0 - node: color: '#474F52FF' id: BrickTileWhiteInnerNw @@ -2118,127 +2118,127 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerNw decals: - 5960: -74,-21 - 5969: -72,-23 - 6553: 0,-35 - 9224: -75,-24 - 9296: -74,-34 - 9299: -76,-37 - 9300: -71,-34 - 9301: -79,-35 - 9304: -83,-38 + 5949: -74,-21 + 5958: -72,-23 + 6542: 0,-35 + 9213: -75,-24 + 9285: -74,-34 + 9288: -76,-37 + 9289: -71,-34 + 9290: -79,-35 + 9293: -83,-38 - node: color: '#52B4E9A6' id: BrickTileWhiteInnerNw decals: - 963: -63,-18 - 970: -77,-21 - 978: -78,-24 - 979: -83,-24 - 986: -86,-22 - 989: -83,-28 - 991: -86,-32 - 994: -68,-34 + 958: -63,-18 + 965: -77,-21 + 973: -78,-24 + 974: -83,-24 + 981: -86,-22 + 984: -83,-28 + 986: -86,-32 + 989: -68,-34 - node: color: '#52B4E9C0' id: BrickTileWhiteInnerNw decals: - 961: -71,-18 + 956: -71,-18 - node: color: '#669F1EC1' id: BrickTileWhiteInnerNw decals: - 1565: -85,-26 + 1560: -85,-26 - node: color: '#79150096' id: BrickTileWhiteInnerNw decals: - 1019: -44,2 - 1035: -50,-8 - 1036: -48,-8 - 1037: -46,-8 + 1014: -44,2 + 1030: -50,-8 + 1031: -48,-8 + 1032: -46,-8 - node: color: '#9FED5896' id: BrickTileWhiteInnerNw decals: - 2142: -39,7 + 2137: -39,7 - node: color: '#A4610696' id: BrickTileWhiteInnerNw decals: - 6598: -41,26 - 6608: -36,31 - 6615: -36,36 - 6681: -18,37 - 6723: -15,36 - 6743: -9,36 + 6587: -41,26 + 6597: -36,31 + 6604: -36,36 + 6670: -18,37 + 6712: -15,36 + 6732: -9,36 - node: color: '#D381C996' id: BrickTileWhiteInnerNw decals: - 1582: -26,-40 - 1614: -26,-44 - 1617: -33,-39 - 1660: -37,-47 - 1661: -34,-50 - 1671: -39,-55 - 1672: -36,-55 - 1676: -44,-62 - 1824: -42,-56 - 1829: -41,-52 - 1830: -39,-52 - 1831: -37,-52 - 1832: -35,-52 - 1833: -33,-52 + 1577: -26,-40 + 1609: -26,-44 + 1612: -33,-39 + 1655: -37,-47 + 1656: -34,-50 + 1666: -39,-55 + 1667: -36,-55 + 1671: -44,-62 + 1819: -42,-56 + 1824: -41,-52 + 1825: -39,-52 + 1826: -37,-52 + 1827: -35,-52 + 1828: -33,-52 - node: color: '#D381C9E0' id: BrickTileWhiteInnerNw decals: - 1355: -17,-43 - 1356: -17,-47 + 1350: -17,-43 + 1351: -17,-47 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNw decals: 442: -79,25 - 1162: -54,-46 - 1181: -54,-42 - 1182: -54,-38 - 1191: -53,-34 - 1192: -53,-29 - 1199: -45,-32 - 1202: -49,-28 - 1208: -45,-36 - 1229: -46,-43 - 1230: -46,-45 - 1234: -50,-45 - 1265: -50,-54 - 1276: -54,-49 - 1968: -19,-26 - 1973: -16,-26 - 2017: -42,-26 - 6466: -7,-54 + 1157: -54,-46 + 1176: -54,-42 + 1177: -54,-38 + 1186: -53,-34 + 1187: -53,-29 + 1194: -45,-32 + 1197: -49,-28 + 1203: -45,-36 + 1224: -46,-43 + 1225: -46,-45 + 1229: -50,-45 + 1260: -50,-54 + 1271: -54,-49 + 1963: -19,-26 + 1968: -16,-26 + 2012: -42,-26 + 6455: -7,-54 - node: color: '#F9801DCC' id: BrickTileWhiteInnerNw decals: - 9256: -70,-26 - 9259: -67,-28 + 9245: -70,-26 + 9248: -67,-28 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNw decals: - 1525: -7,-37 - 6549: -5,-35 + 1520: -7,-37 + 6538: -5,-35 - node: color: '#334E6DC8' id: BrickTileWhiteInnerSe decals: 617: -99,6 619: -103,5 - 653: -110,1 - 2122: -95,2 - 6814: -13,-49 + 648: -110,1 + 2117: -95,2 + 6803: -13,-49 - node: color: '#474F52FF' id: BrickTileWhiteInnerSe @@ -2260,137 +2260,137 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerSe decals: - 5961: -74,-21 - 5970: -72,-24 + 5950: -74,-21 + 5959: -72,-24 - node: color: '#52B4E9A6' id: BrickTileWhiteInnerSe decals: - 966: -76,-19 - 969: -76,-21 - 971: -77,-22 - 972: -80,-22 - 973: -79,-21 - 975: -79,-19 - 981: -80,-26 - 985: -85,-22 - 992: -75,-32 - 996: -70,-36 + 961: -76,-19 + 964: -76,-21 + 966: -77,-22 + 967: -80,-22 + 968: -79,-21 + 970: -79,-19 + 976: -80,-26 + 980: -85,-22 + 987: -75,-32 + 991: -70,-36 - node: color: '#52B4E9C1' id: BrickTileWhiteInnerSe decals: - 953: -66,-15 - 954: -74,-16 - 955: -60,-16 + 948: -66,-15 + 949: -74,-16 + 950: -60,-16 - node: color: '#52B4E9D9' id: BrickTileWhiteInnerSe decals: - 1365: -15,-41 - 1366: -15,-39 + 1360: -15,-41 + 1361: -15,-39 - node: color: '#669F1EC1' id: BrickTileWhiteInnerSe decals: - 1566: -85,-26 - 1567: -87,-24 + 1561: -85,-26 + 1562: -87,-24 - node: color: '#79150096' id: BrickTileWhiteInnerSe decals: - 1016: -43,2 + 1011: -43,2 - node: color: '#8932B8C0' id: BrickTileWhiteInnerSe decals: - 2117: -8,-44 - 2119: -6,-44 + 2112: -8,-44 + 2114: -6,-44 - node: color: '#9FED5896' id: BrickTileWhiteInnerSe decals: 433: -70,23 - 2143: -37,6 + 2138: -37,6 - node: color: '#A4610696' id: BrickTileWhiteInnerSe decals: - 6630: -31,35 - 6636: -40,28 - 6684: -18,35 - 6717: -17,36 - 6727: -14,35 - 6732: -11,36 - 6760: -1,36 + 6619: -31,35 + 6625: -40,28 + 6673: -18,35 + 6706: -17,36 + 6716: -14,35 + 6721: -11,36 + 6749: -1,36 - node: color: '#D381C996' id: BrickTileWhiteInnerSe decals: - 1573: -25,-42 - 1654: -36,-40 - 1655: -33,-41 - 1658: -37,-45 - 1664: -33,-48 - 1665: -35,-53 - 1666: -35,-56 - 1670: -39,-53 - 1823: -40,-60 - 1834: -40,-51 - 1835: -38,-51 - 1836: -36,-51 - 1837: -34,-51 + 1568: -25,-42 + 1649: -36,-40 + 1650: -33,-41 + 1653: -37,-45 + 1659: -33,-48 + 1660: -35,-53 + 1661: -35,-56 + 1665: -39,-53 + 1818: -40,-60 + 1829: -40,-51 + 1830: -38,-51 + 1831: -36,-51 + 1832: -34,-51 - node: color: '#D381C9E0' id: BrickTileWhiteInnerSe decals: - 1338: -27,-28 - 1348: -21,-28 + 1333: -27,-28 + 1343: -21,-28 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSe decals: 448: -78,26 564: -82,25 - 1178: -54,-47 - 1184: -53,-37 - 1193: -53,-28 - 1194: -53,-32 - 1195: -48,-32 - 1200: -44,-32 - 1206: -45,-37 - 1207: -48,-37 - 1245: -50,-52 - 1254: -50,-45 - 1255: -50,-43 - 1302: -59,-58 - 1311: -58,-50 - 1315: -56,-38 - 2022: -50,-19 - 5979: -51,-37 + 1173: -54,-47 + 1179: -53,-37 + 1188: -53,-28 + 1189: -53,-32 + 1190: -48,-32 + 1195: -44,-32 + 1201: -45,-37 + 1202: -48,-37 + 1240: -50,-52 + 1249: -50,-45 + 1250: -50,-43 + 1297: -59,-58 + 1306: -58,-50 + 1310: -56,-38 + 2017: -50,-19 + 5968: -51,-37 - node: color: '#F9801DA7' id: BrickTileWhiteInnerSe decals: - 1001: -63,-27 + 996: -63,-27 - node: color: '#F9801DCC' id: BrickTileWhiteInnerSe decals: - 9257: -70,-26 + 9246: -70,-26 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSe decals: - 1526: -5,-38 - 6551: -5,-35 + 1521: -5,-38 + 6540: -5,-35 - node: color: '#334E6DC8' id: BrickTileWhiteInnerSw decals: 596: -95,6 620: -103,5 - 6813: -13,-49 + 6802: -13,-49 - node: color: '#474F52FF' id: BrickTileWhiteInnerSw @@ -2411,126 +2411,126 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerSw decals: - 5973: -72,-21 - 6554: 0,-35 - 9298: -76,-35 - 9303: -83,-36 + 5962: -72,-21 + 6543: 0,-35 + 9287: -76,-35 + 9292: -83,-36 - node: color: '#52B4E9A6' id: BrickTileWhiteInnerSw decals: - 964: -74,-19 - 967: -77,-19 - 982: -78,-26 - 983: -83,-26 - 984: -83,-22 - 987: -86,-20 - 990: -86,-30 - 993: -72,-32 - 997: -68,-36 - 998: -70,-24 + 959: -74,-19 + 962: -77,-19 + 977: -78,-26 + 978: -83,-26 + 979: -83,-22 + 982: -86,-20 + 985: -86,-30 + 988: -72,-32 + 992: -68,-36 + 993: -70,-24 - node: color: '#52B4E9C0' id: BrickTileWhiteInnerSw decals: - 960: -71,-15 + 955: -71,-15 - node: color: '#52B4E9C1' id: BrickTileWhiteInnerSw decals: - 956: -63,-16 - 957: -75,-16 + 951: -63,-16 + 952: -75,-16 - node: color: '#669F1EC1' id: BrickTileWhiteInnerSw decals: - 1563: -85,-24 + 1558: -85,-24 - node: color: '#79150096' id: BrickTileWhiteInnerSw decals: - 1018: -44,4 + 1013: -44,4 - node: color: '#8932B8C0' id: BrickTileWhiteInnerSw decals: - 2118: -6,-44 + 2113: -6,-44 - node: color: '#9FED5896' id: BrickTileWhiteInnerSw decals: 435: -67,23 - 2141: -39,1 + 2136: -39,1 - node: color: '#A4610696' id: BrickTileWhiteInnerSw decals: - 6600: -41,28 - 6616: -36,35 - 6685: -18,35 - 6724: -15,36 - 6726: -14,35 - 6742: -9,36 + 6589: -41,28 + 6605: -36,35 + 6674: -18,35 + 6713: -15,36 + 6715: -14,35 + 6731: -9,36 - node: color: '#D381C996' id: BrickTileWhiteInnerSw decals: - 1572: -26,-42 - 1656: -33,-41 - 1657: -37,-45 - 1663: -34,-48 - 1667: -36,-56 - 1668: -36,-53 - 1669: -39,-53 - 1675: -44,-62 - 1822: -42,-60 - 1828: -41,-52 + 1567: -26,-42 + 1651: -33,-41 + 1652: -37,-45 + 1658: -34,-48 + 1662: -36,-56 + 1663: -36,-53 + 1664: -39,-53 + 1670: -44,-62 + 1817: -42,-60 + 1823: -41,-52 - node: color: '#D381C9E0' id: BrickTileWhiteInnerSw decals: - 1337: -30,-28 - 1347: -24,-28 - 1353: -17,-47 - 1354: -17,-43 + 1332: -30,-28 + 1342: -24,-28 + 1348: -17,-47 + 1349: -17,-43 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSw decals: 469: -48,16 474: -44,15 - 1179: -54,-46 - 1180: -54,-42 - 1183: -54,-38 - 1189: -53,-21 - 1190: -53,-29 - 1196: -49,-32 - 1198: -45,-32 - 1203: -49,-28 - 1204: -48,-37 - 1205: -45,-37 - 1209: -54,-34 - 1231: -46,-45 - 1232: -46,-43 - 1233: -50,-45 - 1286: -56,-50 - 2018: -42,-26 - 2019: -42,-23 - 2020: -47,-19 - 2021: -56,-16 - 5978: -51,-37 - 6464: -7,-52 + 1174: -54,-46 + 1175: -54,-42 + 1178: -54,-38 + 1184: -53,-21 + 1185: -53,-29 + 1191: -49,-32 + 1193: -45,-32 + 1198: -49,-28 + 1199: -48,-37 + 1200: -45,-37 + 1204: -54,-34 + 1226: -46,-45 + 1227: -46,-43 + 1228: -50,-45 + 1281: -56,-50 + 2013: -42,-26 + 2014: -42,-23 + 2015: -47,-19 + 2016: -56,-16 + 5967: -51,-37 + 6453: -7,-52 - node: color: '#F9801D9A' id: BrickTileWhiteInnerSw decals: - 999: -67,-26 + 994: -67,-26 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSw decals: - 1527: -7,-38 - 6552: -5,-35 + 1522: -7,-38 + 6541: -5,-35 - node: color: '#334E6DC8' id: BrickTileWhiteLineE @@ -2541,14 +2541,14 @@ entities: 583: -95,0 625: -103,4 626: -103,3 - 632: -103,7 - 6425: -14,-51 - 6426: -14,-52 - 6427: -14,-57 - 6428: -14,-56 - 6429: -14,-55 - 6430: -14,-54 - 6431: -14,-53 + 630: -103,7 + 6414: -14,-51 + 6415: -14,-52 + 6416: -14,-57 + 6417: -14,-56 + 6418: -14,-55 + 6419: -14,-54 + 6420: -14,-53 - node: color: '#474F52FF' id: BrickTileWhiteLineE @@ -2570,7 +2570,7 @@ entities: color: '#8932B8C0' id: BrickTileWhiteLineE decals: - 2120: -6,-45 + 2115: -6,-45 - node: color: '#8932B8C1' id: BrickTileWhiteLineE @@ -2589,89 +2589,89 @@ entities: decals: 430: -70,22 431: -70,21 - 1322: -41,-10 - 1323: -41,-11 - 1324: -41,-12 - 1325: -41,-13 - 1326: -41,-15 - 1327: -41,-16 - 1328: -41,-17 + 1317: -41,-10 + 1318: -41,-11 + 1319: -41,-12 + 1320: -41,-13 + 1321: -41,-15 + 1322: -41,-16 + 1323: -41,-17 - node: color: '#A4610696' id: BrickTileWhiteLineE decals: - 6623: -28,40 - 6624: -28,39 - 6625: -28,38 - 6631: -31,34 - 6733: -11,37 - 6761: -1,37 + 6612: -28,40 + 6613: -28,39 + 6614: -28,38 + 6620: -31,34 + 6722: -11,37 + 6750: -1,37 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE decals: - 1056: -48,-21 - 1057: -48,-22 - 1058: -48,-23 - 1059: -48,-24 - 1060: -48,-25 - 1061: -48,-26 - 1062: -48,-27 - 1063: -48,-28 - 1064: -48,-29 - 1084: -44,-26 - 1085: -44,-27 - 1086: -44,-28 - 1087: -44,-29 - 1088: -44,-30 - 1089: -44,-31 - 1090: -44,-33 - 1091: -44,-34 - 1092: -44,-35 - 1093: -44,-36 - 1119: -54,-20 - 1120: -53,-22 - 1121: -53,-23 - 1122: -53,-24 - 1123: -53,-25 - 1124: -53,-26 - 1125: -53,-27 - 1143: -53,-29 - 1144: -53,-30 - 1145: -53,-31 - 1146: -53,-33 - 1147: -53,-34 - 1148: -53,-35 - 1167: -53,-38 - 1168: -53,-39 - 1169: -53,-40 - 1170: -53,-41 - 1171: -53,-42 - 1172: -53,-43 - 1173: -53,-46 - 1175: -54,-48 - 1244: -50,-53 - 1247: -49,-51 - 1248: -49,-50 - 1251: -50,-48 - 1252: -50,-47 - 1253: -50,-46 - 1257: -50,-44 - 1262: -53,-44 - 1269: -48,-55 - 1270: -48,-56 - 1279: -53,-50 - 1280: -53,-51 - 1304: -58,-57 - 1305: -58,-56 - 1306: -58,-55 - 1307: -58,-54 - 1308: -58,-53 - 1309: -58,-52 - 1310: -58,-51 - 6458: -7,-52 - 6459: -7,-53 - 6460: -6,-55 + 1051: -48,-21 + 1052: -48,-22 + 1053: -48,-23 + 1054: -48,-24 + 1055: -48,-25 + 1056: -48,-26 + 1057: -48,-27 + 1058: -48,-28 + 1059: -48,-29 + 1079: -44,-26 + 1080: -44,-27 + 1081: -44,-28 + 1082: -44,-29 + 1083: -44,-30 + 1084: -44,-31 + 1085: -44,-33 + 1086: -44,-34 + 1087: -44,-35 + 1088: -44,-36 + 1114: -54,-20 + 1115: -53,-22 + 1116: -53,-23 + 1117: -53,-24 + 1118: -53,-25 + 1119: -53,-26 + 1120: -53,-27 + 1138: -53,-29 + 1139: -53,-30 + 1140: -53,-31 + 1141: -53,-33 + 1142: -53,-34 + 1143: -53,-35 + 1162: -53,-38 + 1163: -53,-39 + 1164: -53,-40 + 1165: -53,-41 + 1166: -53,-42 + 1167: -53,-43 + 1168: -53,-46 + 1170: -54,-48 + 1239: -50,-53 + 1242: -49,-51 + 1243: -49,-50 + 1246: -50,-48 + 1247: -50,-47 + 1248: -50,-46 + 1252: -50,-44 + 1257: -53,-44 + 1264: -48,-55 + 1265: -48,-56 + 1274: -53,-50 + 1275: -53,-51 + 1299: -58,-57 + 1300: -58,-56 + 1301: -58,-55 + 1302: -58,-54 + 1303: -58,-53 + 1304: -58,-52 + 1305: -58,-51 + 6447: -7,-52 + 6448: -7,-53 + 6449: -6,-55 - node: color: '#EFB34196' id: BrickTileWhiteLineE @@ -2681,48 +2681,48 @@ entities: color: '#EFB341C0' id: BrickTileWhiteLineE decals: - 1369: -28,21 - 1370: -28,19 + 1364: -28,21 + 1365: -28,19 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE decals: - 828: -67,-23 - 833: -73,-27 - 847: -73,-30 - 860: -68,-35 - 877: -83,-29 - 878: -83,-30 - 879: -83,-31 - 880: -83,-32 - 881: -83,-33 - 911: -79,-21 - 912: -76,-21 - 936: -63,-23 - 937: -63,-24 - 938: -63,-25 - 939: -63,-26 - 940: -63,-27 - 941: -63,-29 - 942: -63,-30 - 951: -67,-25 - 952: -67,-24 - 1361: -15,-37 - 1362: -15,-38 - 1363: -15,-39 - 1364: -15,-41 - 1466: -4,-32 - 1467: -1,-31 - 1482: -3,-37 - 1483: -3,-38 - 1484: -3,-39 - 1513: -8,-37 - 1514: -8,-38 - 1558: -87,-26 - 1559: -87,-27 - 5967: -72,-24 - 9253: -63,-31 - 9293: -78,-37 + 823: -67,-23 + 828: -73,-27 + 842: -73,-30 + 855: -68,-35 + 872: -83,-29 + 873: -83,-30 + 874: -83,-31 + 875: -83,-32 + 876: -83,-33 + 906: -79,-21 + 907: -76,-21 + 931: -63,-23 + 932: -63,-24 + 933: -63,-25 + 934: -63,-26 + 935: -63,-27 + 936: -63,-29 + 937: -63,-30 + 946: -67,-25 + 947: -67,-24 + 1356: -15,-37 + 1357: -15,-38 + 1358: -15,-39 + 1359: -15,-41 + 1461: -4,-32 + 1462: -1,-31 + 1477: -3,-37 + 1478: -3,-38 + 1479: -3,-39 + 1508: -8,-37 + 1509: -8,-38 + 1553: -87,-26 + 1554: -87,-27 + 5956: -72,-24 + 9242: -63,-31 + 9282: -78,-37 - node: color: '#334E6DC8' id: BrickTileWhiteLineN @@ -2739,13 +2739,13 @@ entities: 614: -100,6 615: -99,6 616: -98,6 - 636: -105,1 - 637: -106,1 - 638: -107,1 - 639: -108,1 - 640: -109,1 - 650: -112,0 - 651: -111,0 + 631: -105,1 + 632: -106,1 + 633: -107,1 + 634: -108,1 + 635: -109,1 + 645: -112,0 + 646: -111,0 - node: color: '#474F52FF' id: BrickTileWhiteLineN @@ -2765,9 +2765,9 @@ entities: color: '#8932B8BE' id: BrickTileWhiteLineN decals: - 1395: -8,-42 - 1396: -7,-42 - 1397: -6,-42 + 1390: -8,-42 + 1391: -7,-42 + 1392: -6,-42 - node: color: '#8932B8C1' id: BrickTileWhiteLineN @@ -2775,70 +2775,70 @@ entities: 516: -22,31 517: -23,31 521: -25,33 - 1371: -5,-46 + 1366: -5,-46 - node: color: '#9FED5896' id: BrickTileWhiteLineN decals: - 1374: -63,-14 - 1375: -62,-14 - 1376: -61,-14 - 1377: -60,-14 - 1378: -59,-14 - 1379: -58,-14 - 1380: -57,-14 - 1381: -56,-14 - 1382: -55,-14 - 1383: -53,-14 - 1384: -54,-14 - 1385: -52,-14 - 1386: -26,-26 - 1387: -25,-26 - 1388: -24,-26 - 1389: -23,-26 - 2147: 15,-42 - 2148: 13,-42 + 1369: -63,-14 + 1370: -62,-14 + 1371: -61,-14 + 1372: -60,-14 + 1373: -59,-14 + 1374: -58,-14 + 1375: -57,-14 + 1376: -56,-14 + 1377: -55,-14 + 1378: -53,-14 + 1379: -54,-14 + 1380: -52,-14 + 1381: -26,-26 + 1382: -25,-26 + 1383: -24,-26 + 1384: -23,-26 + 2142: 15,-42 + 2143: 13,-42 - node: color: '#A4610696' id: BrickTileWhiteLineN decals: - 6560: -33,26 - 6561: -32,26 - 6562: -31,26 - 6563: -30,26 - 6570: -42,26 - 6571: -39,26 - 6572: -38,26 - 6573: -37,26 - 6605: -39,31 - 6606: -38,31 - 6607: -37,31 - 6617: -37,36 - 6619: -33,41 - 6620: -30,41 - 6621: -29,41 - 6673: -27,37 - 6674: -26,37 - 6675: -25,37 - 6676: -22,37 - 6677: -21,37 - 6678: -20,37 - 6679: -19,37 - 6721: -16,36 - 6735: -12,38 - 6736: -13,38 - 6737: -14,38 - 6740: -10,36 - 6746: -8,38 - 6747: -5,38 - 6748: -4,38 - 6749: -2,38 + 6549: -33,26 + 6550: -32,26 + 6551: -31,26 + 6552: -30,26 + 6559: -42,26 + 6560: -39,26 + 6561: -38,26 + 6562: -37,26 + 6594: -39,31 + 6595: -38,31 + 6596: -37,31 + 6606: -37,36 + 6608: -33,41 + 6609: -30,41 + 6610: -29,41 + 6662: -27,37 + 6663: -26,37 + 6664: -25,37 + 6665: -22,37 + 6666: -21,37 + 6667: -20,37 + 6668: -19,37 + 6710: -16,36 + 6724: -12,38 + 6725: -13,38 + 6726: -14,38 + 6729: -10,36 + 6735: -8,38 + 6736: -5,38 + 6737: -4,38 + 6738: -2,38 - node: color: '#D381C996' id: BrickTileWhiteLineN decals: - 1798: -39,-56 - 1799: -43,-56 + 1793: -39,-56 + 1794: -43,-56 - node: color: '#DE3A3A96' id: BrickTileWhiteLineN @@ -2851,43 +2851,43 @@ entities: 561: -80,25 562: -81,25 570: -83,26 - 1099: -50,-36 - 1100: -49,-36 - 1101: -48,-36 - 1102: -47,-36 - 1103: -46,-36 - 1104: -46,-32 - 1105: -47,-32 - 1106: -48,-32 - 1107: -49,-32 - 1108: -50,-32 - 1109: -51,-32 - 1110: -52,-32 - 1137: -52,-28 - 1138: -51,-28 - 1139: -50,-28 - 1153: -54,-34 - 1163: -55,-46 - 1166: -54,-29 - 1210: -52,-36 - 1213: -52,-45 - 1214: -51,-45 - 1215: -49,-43 - 1216: -48,-43 - 1217: -47,-43 - 1218: -49,-45 - 1219: -48,-45 - 1220: -47,-45 - 1267: -49,-54 - 1288: -55,-49 - 1289: -56,-49 - 1290: -57,-49 - 1291: -58,-49 - 1312: -55,-38 - 1313: -55,-38 - 1320: -57,-37 - 5980: -51,-36 - 6467: -8,-51 + 1094: -50,-36 + 1095: -49,-36 + 1096: -48,-36 + 1097: -47,-36 + 1098: -46,-36 + 1099: -46,-32 + 1100: -47,-32 + 1101: -48,-32 + 1102: -49,-32 + 1103: -50,-32 + 1104: -51,-32 + 1105: -52,-32 + 1132: -52,-28 + 1133: -51,-28 + 1134: -50,-28 + 1148: -54,-34 + 1158: -55,-46 + 1161: -54,-29 + 1205: -52,-36 + 1208: -52,-45 + 1209: -51,-45 + 1210: -49,-43 + 1211: -48,-43 + 1212: -47,-43 + 1213: -49,-45 + 1214: -48,-45 + 1215: -47,-45 + 1262: -49,-54 + 1283: -55,-49 + 1284: -56,-49 + 1285: -57,-49 + 1286: -58,-49 + 1307: -55,-38 + 1308: -55,-38 + 1315: -57,-37 + 5969: -51,-36 + 6456: -8,-51 - node: color: '#EFB34196' id: BrickTileWhiteLineN @@ -2900,62 +2900,62 @@ entities: color: '#F9801DBE' id: BrickTileWhiteLineN decals: - 1970: -16,-26 + 1965: -16,-26 - node: color: '#F9801DC0' id: BrickTileWhiteLineN decals: - 1964: -19,-26 + 1959: -19,-26 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 801: -71,-18 - 803: -69,-17 - 804: -68,-17 - 806: -66,-18 - 808: -63,-18 - 809: -62,-18 - 825: -69,-22 - 826: -68,-22 - 834: -75,-28 - 839: -75,-31 - 846: -72,-31 - 851: -72,-28 - 862: -70,-34 - 863: -71,-34 - 870: -77,-24 - 871: -78,-24 - 872: -80,-24 - 873: -81,-24 - 874: -82,-24 - 875: -83,-24 - 934: -64,-22 - 1459: -5,-30 - 1472: -8,-35 - 1473: -7,-35 - 1474: -6,-35 - 1475: -4,-35 - 1476: -3,-35 - 1507: -7,-39 - 1508: -6,-39 - 1509: -5,-39 - 1523: -6,-38 - 1554: -90,-24 - 1555: -89,-24 - 1556: -88,-24 - 6529: 0,-35 - 6530: 1,-35 - 6531: 2,-35 - 6532: 3,-35 - 6533: 4,-35 - 9223: -75,-24 - 9254: -67,-28 - 9255: -66,-28 - 9278: -73,-34 - 9279: -74,-34 - 9283: -79,-35 - 9285: -82,-36 + 796: -71,-18 + 798: -69,-17 + 799: -68,-17 + 801: -66,-18 + 803: -63,-18 + 804: -62,-18 + 820: -69,-22 + 821: -68,-22 + 829: -75,-28 + 834: -75,-31 + 841: -72,-31 + 846: -72,-28 + 857: -70,-34 + 858: -71,-34 + 865: -77,-24 + 866: -78,-24 + 867: -80,-24 + 868: -81,-24 + 869: -82,-24 + 870: -83,-24 + 929: -64,-22 + 1454: -5,-30 + 1467: -8,-35 + 1468: -7,-35 + 1469: -6,-35 + 1470: -4,-35 + 1471: -3,-35 + 1502: -7,-39 + 1503: -6,-39 + 1504: -5,-39 + 1518: -6,-38 + 1549: -90,-24 + 1550: -89,-24 + 1551: -88,-24 + 6518: 0,-35 + 6519: 1,-35 + 6520: 2,-35 + 6521: 3,-35 + 6522: 4,-35 + 9212: -75,-24 + 9243: -67,-28 + 9244: -66,-28 + 9267: -73,-34 + 9268: -74,-34 + 9272: -79,-35 + 9274: -82,-36 - node: color: '#334E6DC8' id: BrickTileWhiteLineS @@ -2972,15 +2972,15 @@ entities: 607: -104,5 608: -105,5 609: -106,5 - 641: -105,1 - 642: -106,1 - 643: -107,1 - 644: -108,1 - 645: -109,1 - 648: -111,0 - 649: -112,0 - 6811: -14,-49 - 6812: -12,-49 + 636: -105,1 + 637: -106,1 + 638: -107,1 + 639: -108,1 + 640: -109,1 + 643: -111,0 + 644: -112,0 + 6800: -14,-49 + 6801: -12,-49 - node: color: '#474F52FF' id: BrickTileWhiteLineS @@ -3002,7 +3002,7 @@ entities: color: '#8932B8BE' id: BrickTileWhiteLineS decals: - 1398: -7,-44 + 1393: -7,-44 - node: color: '#8932B8C1' id: BrickTileWhiteLineS @@ -3016,47 +3016,47 @@ entities: id: BrickTileWhiteLineS decals: 434: -69,23 - 2149: -56,19 - 2150: -53,19 + 2144: -56,19 + 2145: -53,19 - node: color: '#A4610696' id: BrickTileWhiteLineS decals: - 6618: -37,35 - 6627: -28,35 - 6628: -29,35 - 6629: -30,35 - 6632: -33,28 - 6633: -37,28 - 6634: -38,28 - 6635: -39,28 - 6686: -19,35 - 6687: -20,35 - 6688: -21,35 - 6689: -22,35 - 6690: -23,35 - 6691: -24,35 - 6692: -25,35 - 6693: -26,35 - 6694: -27,35 - 6722: -16,36 - 6728: -13,35 - 6729: -12,35 - 6741: -10,36 - 6752: -2,35 - 6753: -3,35 - 6754: -4,35 - 6755: -5,35 - 6756: -6,35 - 6757: -7,35 - 6758: -8,35 + 6607: -37,35 + 6616: -28,35 + 6617: -29,35 + 6618: -30,35 + 6621: -33,28 + 6622: -37,28 + 6623: -38,28 + 6624: -39,28 + 6675: -19,35 + 6676: -20,35 + 6677: -21,35 + 6678: -22,35 + 6679: -23,35 + 6680: -24,35 + 6681: -25,35 + 6682: -26,35 + 6683: -27,35 + 6711: -16,36 + 6717: -13,35 + 6718: -12,35 + 6730: -10,36 + 6741: -2,35 + 6742: -3,35 + 6743: -4,35 + 6744: -5,35 + 6745: -6,35 + 6746: -7,35 + 6747: -8,35 - node: color: '#D381C996' id: BrickTileWhiteLineS decals: - 1800: -43,-60 - 1801: -39,-60 - 1898: -26,-44 + 1795: -43,-60 + 1796: -39,-60 + 1893: -26,-44 - node: color: '#DE3A3A96' id: BrickTileWhiteLineS @@ -3069,38 +3069,38 @@ entities: 559: -80,25 560: -81,25 569: -83,24 - 1095: -46,-37 - 1096: -47,-37 - 1097: -49,-37 - 1098: -50,-37 - 1111: -52,-32 - 1112: -51,-32 - 1113: -50,-32 - 1114: -46,-32 - 1135: -54,-21 - 1140: -50,-28 - 1141: -51,-28 - 1142: -52,-28 - 1164: -55,-46 - 1165: -54,-29 - 1197: -47,-32 - 1211: -52,-37 - 1212: -52,-45 - 1221: -47,-45 - 1222: -48,-45 - 1223: -49,-45 - 1224: -51,-45 - 1225: -49,-43 - 1226: -48,-43 - 1227: -47,-43 - 1271: -49,-57 - 1272: -50,-57 - 1282: -54,-52 - 1283: -55,-52 - 1287: -57,-50 - 1317: -57,-39 - 6457: -7,-56 - 6463: -8,-52 + 1090: -46,-37 + 1091: -47,-37 + 1092: -49,-37 + 1093: -50,-37 + 1106: -52,-32 + 1107: -51,-32 + 1108: -50,-32 + 1109: -46,-32 + 1130: -54,-21 + 1135: -50,-28 + 1136: -51,-28 + 1137: -52,-28 + 1159: -55,-46 + 1160: -54,-29 + 1192: -47,-32 + 1206: -52,-37 + 1207: -52,-45 + 1216: -47,-45 + 1217: -48,-45 + 1218: -49,-45 + 1219: -51,-45 + 1220: -49,-43 + 1221: -48,-43 + 1222: -47,-43 + 1266: -49,-57 + 1267: -50,-57 + 1277: -54,-52 + 1278: -55,-52 + 1282: -57,-50 + 1312: -57,-39 + 6446: -7,-56 + 6452: -8,-52 - node: color: '#EFB34196' id: BrickTileWhiteLineS @@ -3113,86 +3113,86 @@ entities: color: '#F9801DBF' id: BrickTileWhiteLineS decals: - 1993: -56,-16 - 1994: -55,-16 - 1995: -54,-16 - 1996: -53,-16 - 1997: -52,-16 - 1998: -50,-19 - 1999: -47,-19 - 2000: -46,-19 - 2001: -45,-19 - 2002: -44,-19 - 2003: -43,-19 + 1988: -56,-16 + 1989: -55,-16 + 1990: -54,-16 + 1991: -53,-16 + 1992: -52,-16 + 1993: -50,-19 + 1994: -47,-19 + 1995: -46,-19 + 1996: -45,-19 + 1997: -44,-19 + 1998: -43,-19 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 658: -60,-16 - 659: -61,-16 - 660: -62,-16 - 661: -63,-16 - 669: -75,-16 - 670: -74,-16 - 671: -70,-15 - 672: -69,-15 - 673: -68,-15 - 674: -67,-15 - 675: -66,-15 - 813: -63,-20 - 814: -64,-20 - 815: -65,-20 - 816: -66,-20 - 817: -67,-20 - 818: -68,-20 - 819: -69,-20 - 820: -70,-20 - 821: -71,-20 - 837: -75,-29 - 842: -75,-32 - 843: -72,-32 - 848: -72,-29 - 853: -75,-37 - 855: -73,-36 - 856: -72,-36 - 857: -71,-36 - 858: -70,-36 - 864: -77,-26 - 865: -78,-26 - 866: -80,-26 - 867: -81,-26 - 868: -82,-26 - 869: -83,-26 - 883: -84,-34 - 884: -85,-34 - 959: -71,-15 - 1451: -8,-28 - 1454: -9,-33 - 1486: -4,-40 - 1487: -5,-40 - 1488: -6,-40 - 1489: -7,-40 - 1510: -7,-36 - 1511: -6,-36 - 1512: -5,-36 - 1524: -6,-37 - 1547: -88,-28 - 1549: -90,-27 - 6534: 4,-35 - 6535: 3,-35 - 6536: 2,-35 - 6537: 1,-35 - 6538: 0,-35 - 9219: -76,-26 - 9220: -75,-26 - 9248: -67,-32 - 9249: -66,-32 - 9250: -65,-32 - 9251: -64,-32 - 9288: -82,-38 - 9289: -81,-38 - 9290: -80,-38 - 9291: -79,-38 + 653: -60,-16 + 654: -61,-16 + 655: -62,-16 + 656: -63,-16 + 664: -75,-16 + 665: -74,-16 + 666: -70,-15 + 667: -69,-15 + 668: -68,-15 + 669: -67,-15 + 670: -66,-15 + 808: -63,-20 + 809: -64,-20 + 810: -65,-20 + 811: -66,-20 + 812: -67,-20 + 813: -68,-20 + 814: -69,-20 + 815: -70,-20 + 816: -71,-20 + 832: -75,-29 + 837: -75,-32 + 838: -72,-32 + 843: -72,-29 + 848: -75,-37 + 850: -73,-36 + 851: -72,-36 + 852: -71,-36 + 853: -70,-36 + 859: -77,-26 + 860: -78,-26 + 861: -80,-26 + 862: -81,-26 + 863: -82,-26 + 864: -83,-26 + 878: -84,-34 + 879: -85,-34 + 954: -71,-15 + 1446: -8,-28 + 1449: -9,-33 + 1481: -4,-40 + 1482: -5,-40 + 1483: -6,-40 + 1484: -7,-40 + 1505: -7,-36 + 1506: -6,-36 + 1507: -5,-36 + 1519: -6,-37 + 1542: -88,-28 + 1544: -90,-27 + 6523: 4,-35 + 6524: 3,-35 + 6525: 2,-35 + 6526: 1,-35 + 6527: 0,-35 + 9208: -76,-26 + 9209: -75,-26 + 9237: -67,-32 + 9238: -66,-32 + 9239: -65,-32 + 9240: -64,-32 + 9277: -82,-38 + 9278: -81,-38 + 9279: -80,-38 + 9280: -79,-38 - node: color: '#334E6DC8' id: BrickTileWhiteLineW @@ -3212,13 +3212,13 @@ entities: 627: -103,3 628: -103,4 629: -103,7 - 6432: -12,-57 - 6433: -12,-56 - 6434: -12,-55 - 6435: -12,-54 - 6436: -12,-53 - 6437: -12,-52 - 6438: -12,-51 + 6421: -12,-57 + 6422: -12,-56 + 6423: -12,-55 + 6424: -12,-54 + 6425: -12,-53 + 6426: -12,-52 + 6427: -12,-51 - node: color: '#474F52FF' id: BrickTileWhiteLineW @@ -3239,13 +3239,13 @@ entities: color: '#8932B8BE' id: BrickTileWhiteLineW decals: - 1399: -9,-43 - 1400: -9,-44 + 1394: -9,-43 + 1395: -9,-44 - node: color: '#8932B8C0' id: BrickTileWhiteLineW decals: - 2121: -6,-45 + 2116: -6,-45 - node: color: '#8932B8C1' id: BrickTileWhiteLineW @@ -3257,92 +3257,92 @@ entities: 527: -26,28 528: -26,27 529: -26,26 - 1372: -6,-46 + 1367: -6,-46 - node: color: '#A4610696' id: BrickTileWhiteLineW decals: - 6599: -41,27 - 6602: -42,29 - 6603: -42,30 - 6609: -36,32 - 6610: -36,33 - 6611: -36,34 - 6612: -36,37 - 6613: -36,38 - 6739: -15,37 - 6744: -9,37 + 6588: -41,27 + 6591: -42,29 + 6592: -42,30 + 6598: -36,32 + 6599: -36,33 + 6600: -36,34 + 6601: -36,37 + 6602: -36,38 + 6728: -15,37 + 6733: -9,37 - node: color: '#DE3A3A96' id: BrickTileWhiteLineW decals: 443: -79,26 571: -84,25 - 1067: -49,-29 - 1068: -49,-27 - 1069: -49,-26 - 1070: -49,-25 - 1071: -49,-24 - 1072: -49,-23 - 1073: -49,-22 - 1074: -49,-21 - 1075: -45,-26 - 1076: -45,-27 - 1077: -45,-28 - 1078: -45,-29 - 1079: -45,-30 - 1080: -45,-31 - 1081: -45,-33 - 1082: -45,-34 - 1083: -45,-35 - 1126: -53,-28 - 1127: -53,-27 - 1128: -53,-26 - 1129: -53,-25 - 1130: -53,-24 - 1131: -53,-23 - 1132: -53,-22 - 1133: -55,-20 - 1149: -53,-30 - 1150: -53,-31 - 1151: -53,-32 - 1152: -53,-33 - 1154: -54,-35 - 1155: -54,-36 - 1156: -54,-37 - 1157: -54,-39 - 1158: -54,-40 - 1159: -54,-41 - 1160: -54,-43 - 1161: -54,-44 - 1176: -54,-48 - 1177: -54,-47 - 1235: -50,-44 - 1236: -50,-46 - 1237: -50,-47 - 1238: -50,-48 - 1239: -50,-49 - 1240: -50,-50 - 1241: -50,-51 - 1242: -50,-52 - 1243: -50,-53 - 1259: -46,-44 - 1260: -46,-46 - 1261: -54,-45 - 1274: -51,-56 - 1275: -51,-55 - 1285: -56,-51 - 1293: -59,-50 - 1294: -59,-51 - 1295: -59,-52 - 1296: -59,-53 - 1297: -59,-54 - 1298: -59,-55 - 1299: -59,-56 - 1300: -59,-57 - 1301: -59,-58 - 6461: -8,-55 - 6462: -7,-53 + 1062: -49,-29 + 1063: -49,-27 + 1064: -49,-26 + 1065: -49,-25 + 1066: -49,-24 + 1067: -49,-23 + 1068: -49,-22 + 1069: -49,-21 + 1070: -45,-26 + 1071: -45,-27 + 1072: -45,-28 + 1073: -45,-29 + 1074: -45,-30 + 1075: -45,-31 + 1076: -45,-33 + 1077: -45,-34 + 1078: -45,-35 + 1121: -53,-28 + 1122: -53,-27 + 1123: -53,-26 + 1124: -53,-25 + 1125: -53,-24 + 1126: -53,-23 + 1127: -53,-22 + 1128: -55,-20 + 1144: -53,-30 + 1145: -53,-31 + 1146: -53,-32 + 1147: -53,-33 + 1149: -54,-35 + 1150: -54,-36 + 1151: -54,-37 + 1152: -54,-39 + 1153: -54,-40 + 1154: -54,-41 + 1155: -54,-43 + 1156: -54,-44 + 1171: -54,-48 + 1172: -54,-47 + 1230: -50,-44 + 1231: -50,-46 + 1232: -50,-47 + 1233: -50,-48 + 1234: -50,-49 + 1235: -50,-50 + 1236: -50,-51 + 1237: -50,-52 + 1238: -50,-53 + 1254: -46,-44 + 1255: -46,-46 + 1256: -54,-45 + 1269: -51,-56 + 1270: -51,-55 + 1280: -56,-51 + 1288: -59,-50 + 1289: -59,-51 + 1290: -59,-52 + 1291: -59,-53 + 1292: -59,-54 + 1293: -59,-55 + 1294: -59,-56 + 1295: -59,-57 + 1296: -59,-58 + 6450: -8,-55 + 6451: -7,-53 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -3353,469 +3353,469 @@ entities: color: '#F9801DBF' id: BrickTileWhiteLineW decals: - 2004: -42,-23 - 2005: -42,-22 - 2006: -42,-21 - 2007: -42,-20 - 2008: -42,-26 - 2009: -51,-18 - 2010: -51,-17 + 1999: -42,-23 + 2000: -42,-22 + 2001: -42,-21 + 2002: -42,-20 + 2003: -42,-26 + 2004: -51,-18 + 2005: -51,-17 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW decals: - 822: -74,-19 - 829: -70,-23 - 830: -70,-24 - 832: -74,-27 - 838: -74,-30 - 886: -86,-33 - 887: -86,-32 - 889: -85,-29 - 907: -80,-21 - 908: -80,-20 - 915: -77,-21 - 943: -65,-27 - 944: -65,-26 - 945: -65,-25 - 946: -65,-24 - 947: -65,-23 - 1452: -10,-32 - 1468: -9,-38 - 1469: -9,-37 - 1470: -9,-36 - 1515: -4,-37 - 1516: -4,-38 - 1551: -91,-26 - 1552: -91,-25 - 9242: -69,-29 - 9243: -69,-30 - 9244: -69,-31 - 9281: -76,-35 + 817: -74,-19 + 824: -70,-23 + 825: -70,-24 + 827: -74,-27 + 833: -74,-30 + 881: -86,-33 + 882: -86,-32 + 884: -85,-29 + 902: -80,-21 + 903: -80,-20 + 910: -77,-21 + 938: -65,-27 + 939: -65,-26 + 940: -65,-25 + 941: -65,-24 + 942: -65,-23 + 1447: -10,-32 + 1463: -9,-38 + 1464: -9,-37 + 1465: -9,-36 + 1510: -4,-37 + 1511: -4,-38 + 1546: -91,-26 + 1547: -91,-25 + 9231: -69,-29 + 9232: -69,-30 + 9233: -69,-31 + 9270: -76,-35 - node: color: '#52B4E9FF' id: BushCOne decals: - 6848: -31.350998,19.055243 + 6837: -31.350998,19.055243 - node: color: '#DE69B0FF' id: BushCThree decals: - 6849: -37.788498,18.992699 + 6838: -37.788498,18.992699 - node: color: '#F38BAAFF' id: Bushb3 decals: - 5937: -158.9938,5.319376 + 5926: -158.9938,5.319376 - node: color: '#169C9CFF' id: Bushc2 decals: - 5936: -133.98482,15.753965 + 5925: -133.98482,15.753965 - node: color: '#80C71FFF' id: Bushc2 decals: - 5943: -133.8539,-14.046941 + 5932: -133.8539,-14.046941 - node: color: '#8932B8FF' id: Bushc2 decals: - 5930: -133.93117,6.130571 + 5919: -133.93117,6.130571 - node: color: '#80C71FFF' id: Bushc3 decals: - 5944: -159.01653,11.438559 + 5933: -159.01653,11.438559 - node: color: '#F38BAAFF' id: Bushd1 decals: - 5941: -144.08229,-13.896392 + 5930: -144.08229,-13.896392 - node: color: '#F38BAAFF' id: Bushe1 decals: - 5940: -149.93076,-4.795595 + 5929: -149.93076,-4.795595 - node: color: '#FED83DFF' id: Bushe1 decals: - 5951: -135.08255,-14.018842 + 5940: -135.08255,-14.018842 - node: color: '#FFFFFFFF' id: Bushe1 decals: - 5613: -24.437775,-16.814066 + 5602: -24.437775,-16.814066 - node: color: '#FFFFFFFF' id: Bushf3 decals: - 5379: -107.50647,24.24164 - 5403: -118.28772,23.022043 - 5614: -25.97944,-19.190718 + 5368: -107.50647,24.24164 + 5392: -118.28772,23.022043 + 5603: -25.97944,-19.190718 - node: color: '#DE69B0FF' id: Bushg1 decals: - 6850: -35.626,19.693186 + 6839: -35.626,19.693186 - node: color: '#DE69B0FF' id: Bushh1 decals: - 6851: -33.1385,19.017717 + 6840: -33.1385,19.017717 - node: color: '#8932B8FF' id: Bushh2 decals: - 5933: -140.87067,-13.755866 + 5922: -140.87067,-13.755866 - node: color: '#DE69B0FF' id: Bushh2 decals: - 6852: -36.201,19.005209 + 6841: -36.201,19.005209 - node: color: '#FED83DFF' id: Bushh3 decals: - 5950: -132.7777,8.592164 + 5939: -132.7777,8.592164 - node: color: '#5E7C16FF' id: Bushi1 decals: - 5597: -26.000275,-16.709827 - 5598: -25.271107,-16.626436 - 5602: -27.187775,-17.345686 - 5603: -27.187775,-17.814762 - 5604: -27.187775,-18.26299 + 5586: -26.000275,-16.709827 + 5587: -25.271107,-16.626436 + 5591: -27.187775,-17.345686 + 5592: -27.187775,-17.814762 + 5593: -27.187775,-18.26299 - node: color: '#80C71FFF' id: Bushi1 decals: - 5945: -134.09575,-5.157365 + 5934: -134.09575,-5.157365 - node: color: '#5E7C16FF' id: Bushi3 decals: - 5585: -24.833607,-15.636165 - 5586: -24.802357,-16.167784 - 5587: -25.531525,-15.698709 - 5588: -26.094025,-15.688284 - 5589: -25.437775,-16.178207 - 5590: -26.208607,-16.178207 - 5591: -26.79194,-15.719556 - 5592: -27.239857,-15.7821 - 5593: -27.177357,-16.324142 - 5594: -26.69819,-16.219904 - 5595: -27.187775,-16.845339 - 5596: -26.646107,-16.751524 - 5605: -27.125275,-18.6591 - 5606: -27.187775,-19.16987 - 5607: -26.63569,-19.22199 - 5611: -26.177357,-17.147633 - 5612: -26.625275,-17.251871 + 5574: -24.833607,-15.636165 + 5575: -24.802357,-16.167784 + 5576: -25.531525,-15.698709 + 5577: -26.094025,-15.688284 + 5578: -25.437775,-16.178207 + 5579: -26.208607,-16.178207 + 5580: -26.79194,-15.719556 + 5581: -27.239857,-15.7821 + 5582: -27.177357,-16.324142 + 5583: -26.69819,-16.219904 + 5584: -27.187775,-16.845339 + 5585: -26.646107,-16.751524 + 5594: -27.125275,-18.6591 + 5595: -27.187775,-19.16987 + 5596: -26.63569,-19.22199 + 5600: -26.177357,-17.147633 + 5601: -26.625275,-17.251871 - node: color: '#5E7C16FF' id: Bushi4 decals: - 5599: -24.562775,-16.709827 - 5600: -23.958607,-16.678556 - 5601: -23.57319,-16.887035 - 5608: -26.57319,-18.700794 - 5609: -24.969025,-17.147633 - 5610: -25.552357,-17.085089 + 5588: -24.562775,-16.709827 + 5589: -23.958607,-16.678556 + 5590: -23.57319,-16.887035 + 5597: -26.57319,-18.700794 + 5598: -24.969025,-17.147633 + 5599: -25.552357,-17.085089 - node: color: '#8932B8FF' id: Bushj1 decals: - 5932: -134.00407,1.4043732 + 5921: -134.00407,1.4043732 - node: color: '#DE69B0FF' id: Bushj1 decals: - 6853: -38.0135,19.75573 + 6842: -38.0135,19.75573 - node: color: '#F38BAAFF' id: Bushj2 decals: - 5939: -150.0141,-6.311026 + 5928: -150.0141,-6.311026 - node: color: '#B02E26FF' id: Bushj3 decals: - 5926: -133.04982,-5.1024275 + 5915: -133.04982,-5.1024275 - node: color: '#FED83DFF' id: Bushj3 decals: - 5947: -158.93654,15.127634 + 5936: -158.93654,15.127634 - node: color: '#FED83DFF' id: Bushk3 decals: - 5949: -134.05894,11.615097 + 5938: -134.05894,11.615097 - node: color: '#FFFFFFFF' id: Bushl1 decals: - 5404: -107.66272,23.209673 + 5393: -107.66272,23.209673 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 5378: -118.60022,24.00189 + 5367: -118.60022,24.00189 - node: color: '#FFFFFFFF' id: Bushm2 decals: - 5402: -119.985634,23.470272 + 5391: -119.985634,23.470272 - node: color: '#5E7C16FF' id: Bushn1 decals: - 5674: -96.07605,3.5089335 + 5663: -96.07605,3.5089335 - node: color: '#80C71FFF' id: Bushn1 decals: - 5584: -11.740695,-45.44576 + 5573: -11.740695,-45.44576 - node: color: '#835432FF' id: Bushn1 decals: - 5927: -133.49774,16.743832 + 5916: -133.49774,16.743832 - node: color: '#8932B8FF' id: Bushn1 decals: - 5929: -132.5145,26.16805 + 5918: -132.5145,26.16805 - node: color: '#B02E26FF' id: Bushn1 decals: - 5675: -96.096886,2.0287392 + 5664: -96.096886,2.0287392 - node: color: '#C74EBDFF' id: Bushn1 decals: - 5577: -13.646945,-42.850204 - 5583: -13.626112,-42.850204 - 5954: -152.06638,-5.7037086 + 5566: -13.646945,-42.850204 + 5572: -13.626112,-42.850204 + 5943: -152.06638,-5.7037086 - node: color: '#F9801DFF' id: Bushn1 decals: - 5955: -158.98218,13.745787 - 5956: -132.9165,1.8842762 + 5944: -158.98218,13.745787 + 5945: -132.9165,1.8842762 - node: color: '#FED83DFF' id: Bushn1 decals: - 5946: -158.97821,10.1346445 + 5935: -158.97821,10.1346445 - node: color: '#FFFFFFFF' id: Bushn1 decals: - 5380: -118.621056,23.584934 - 5381: -107.558556,23.710022 + 5369: -118.621056,23.584934 + 5370: -107.558556,23.710022 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Caution decals: - 7092: 7,31 + 7081: 7,31 - node: color: '#FFFFFFFF' id: Caution decals: - 7095: -3,43 - 7096: -7,43 - 7097: -6,43 + 7084: -3,43 + 7085: -7,43 + 7086: -6,43 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Caution decals: - 7093: 3,46 - 7094: 3,45 + 7082: 3,46 + 7083: 3,45 - node: color: '#52B4E996' id: CheckerNESW decals: - 6547: -8,-39 + 6536: -8,-39 - node: color: '#D381C996' id: CheckerNESW decals: - 1723: -30,-43 - 1724: -29,-42 - 1754: -36,-47 - 1755: -34,-47 - 1789: -32,-40 + 1718: -30,-43 + 1719: -29,-42 + 1749: -36,-47 + 1750: -34,-47 + 1784: -32,-40 - node: color: '#D381C996' id: CheckerNWSE decals: - 1588: -26,-41 - 1589: -25,-41 - 1590: -24,-41 - 1591: -23,-41 - 1592: -22,-41 - 1593: -21,-41 - 1594: -20,-41 - 1722: -29,-43 - 1725: -30,-42 - 1756: -35,-47 - 1757: -33,-47 - 1787: -30,-41 - 1788: -30,-40 + 1583: -26,-41 + 1584: -25,-41 + 1585: -24,-41 + 1586: -23,-41 + 1587: -22,-41 + 1588: -21,-41 + 1589: -20,-41 + 1717: -29,-43 + 1720: -30,-42 + 1751: -35,-47 + 1752: -33,-47 + 1782: -30,-41 + 1783: -30,-40 - node: color: '#EFB34196' id: CheckerNWSE decals: - 6858: -98,-12 - 6859: -98,-13 - 6860: -98,-16 - 6861: -98,-19 - 6862: -98,-15 - 6863: -98,-14 - 6864: -100,-16 - 6865: -100,-15 - 6866: -100,-14 - 6867: -100,-13 - 6868: -100,-12 - 6869: -100,-11 - 6870: -100,-10 - 6871: -101,-10 - 6872: -102,-10 - 6873: -103,-10 - 6874: -103,-11 - 6875: -103,-12 - 6876: -103,-13 - 6877: -103,-14 - 6878: -103,-15 - 6879: -103,-16 - 6880: -104,-16 - 6881: -105,-16 - 6882: -107,-16 - 6883: -107,-19 - 6884: -105,-19 - 6885: -104,-19 - 6886: -103,-19 - 6887: -101,-19 - 6888: -100,-19 - 6889: -107,-14 - 6890: -107,-11 - 6891: -106,-11 - 6892: -105,-11 - 6893: -105,-12 - 6894: -105,-13 - 6895: -105,-14 - 6896: -103,-21 - 6897: -103,-22 - 6898: -103,-23 - 6899: -103,-24 - 6900: -103,-25 - 6901: -102,-28 - 6902: -101,-28 - 6903: -100,-28 - 6904: -100,-26 - 6905: -100,-25 - 6906: -100,-24 - 6907: -100,-23 - 6908: -100,-22 - 6909: -100,-21 - 6910: -101,-21 - 6911: -107,-23 - 6912: -107,-24 - 6913: -107,-25 - 6914: -107,-26 - 6915: -107,-28 - 6916: -105,-28 - 6917: -105,-25 - 6918: -105,-24 - 6919: -105,-23 - 6920: -105,-22 - 6921: -105,-21 - 6922: -113,-25 - 6923: -112,-25 - 6924: -111,-25 - 6925: -109,-25 - 6926: -109,-26 - 6927: -109,-28 - 6928: -110,-28 - 6929: -111,-28 - 6930: -112,-28 - 6931: -112,-29 - 6932: -112,-30 - 6933: -112,-31 - 6934: -115,-31 - 6935: -116,-31 - 6936: -117,-31 - 6937: -118,-31 - 6938: -119,-31 - 6939: -120,-31 - 6940: -121,-31 - 6941: -122,-31 - 6942: -107,-30 - 6943: -107,-31 - 6944: -108,-31 - 6945: -109,-31 - 6946: -110,-31 - 6947: -110,-32 - 6948: -110,-33 - 6949: -110,-34 - 6950: -109,-34 - 6951: -108,-34 - 6952: -107,-34 - 6953: -105,-34 - 6954: -105,-33 - 6955: -105,-32 - 6956: -105,-31 - 6957: -105,-30 - 6958: -107,-36 - 6959: -107,-37 - 6960: -106,-37 - 6961: -105,-37 - 6962: -105,-36 + 6847: -98,-12 + 6848: -98,-13 + 6849: -98,-16 + 6850: -98,-19 + 6851: -98,-15 + 6852: -98,-14 + 6853: -100,-16 + 6854: -100,-15 + 6855: -100,-14 + 6856: -100,-13 + 6857: -100,-12 + 6858: -100,-11 + 6859: -100,-10 + 6860: -101,-10 + 6861: -102,-10 + 6862: -103,-10 + 6863: -103,-11 + 6864: -103,-12 + 6865: -103,-13 + 6866: -103,-14 + 6867: -103,-15 + 6868: -103,-16 + 6869: -104,-16 + 6870: -105,-16 + 6871: -107,-16 + 6872: -107,-19 + 6873: -105,-19 + 6874: -104,-19 + 6875: -103,-19 + 6876: -101,-19 + 6877: -100,-19 + 6878: -107,-14 + 6879: -107,-11 + 6880: -106,-11 + 6881: -105,-11 + 6882: -105,-12 + 6883: -105,-13 + 6884: -105,-14 + 6885: -103,-21 + 6886: -103,-22 + 6887: -103,-23 + 6888: -103,-24 + 6889: -103,-25 + 6890: -102,-28 + 6891: -101,-28 + 6892: -100,-28 + 6893: -100,-26 + 6894: -100,-25 + 6895: -100,-24 + 6896: -100,-23 + 6897: -100,-22 + 6898: -100,-21 + 6899: -101,-21 + 6900: -107,-23 + 6901: -107,-24 + 6902: -107,-25 + 6903: -107,-26 + 6904: -107,-28 + 6905: -105,-28 + 6906: -105,-25 + 6907: -105,-24 + 6908: -105,-23 + 6909: -105,-22 + 6910: -105,-21 + 6911: -113,-25 + 6912: -112,-25 + 6913: -111,-25 + 6914: -109,-25 + 6915: -109,-26 + 6916: -109,-28 + 6917: -110,-28 + 6918: -111,-28 + 6919: -112,-28 + 6920: -112,-29 + 6921: -112,-30 + 6922: -112,-31 + 6923: -115,-31 + 6924: -116,-31 + 6925: -117,-31 + 6926: -118,-31 + 6927: -119,-31 + 6928: -120,-31 + 6929: -121,-31 + 6930: -122,-31 + 6931: -107,-30 + 6932: -107,-31 + 6933: -108,-31 + 6934: -109,-31 + 6935: -110,-31 + 6936: -110,-32 + 6937: -110,-33 + 6938: -110,-34 + 6939: -109,-34 + 6940: -108,-34 + 6941: -107,-34 + 6942: -105,-34 + 6943: -105,-33 + 6944: -105,-32 + 6945: -105,-31 + 6946: -105,-30 + 6947: -107,-36 + 6948: -107,-37 + 6949: -106,-37 + 6950: -105,-37 + 6951: -105,-36 - node: cleanable: True angle: 1.5707963267948966 rad color: '#0E7F1BFF' id: Clandestine decals: - 5991: -49.234955,-76.92839 + 5980: -49.234955,-76.92839 - node: color: '#FFFFFFFF' id: Delivery decals: - 6369: 77,-48 + 6358: 77,-48 - node: color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 6353: 73,-56 - 6354: 81,-56 - 6355: 85,-52 - 6356: 85,-44 - 6357: 81,-40 - 6358: 73,-40 - 6359: 67,-44 - 6360: 67,-52 - 6361: 73,-52 - 6362: 77,-52 - 6363: 81,-52 - 6364: 81,-48 - 6365: 81,-44 - 6366: 73,-44 - 6367: 73,-48 - 6368: 77,-44 + 6342: 73,-56 + 6343: 81,-56 + 6344: 85,-52 + 6345: 85,-44 + 6346: 81,-40 + 6347: 73,-40 + 6348: 67,-44 + 6349: 67,-52 + 6350: 73,-52 + 6351: 77,-52 + 6352: 81,-52 + 6353: 81,-48 + 6354: 81,-44 + 6355: 73,-44 + 6356: 73,-48 + 6357: 77,-44 - node: cleanable: True color: '#D5188DFF' id: Diablo decals: - 5990: 6.478254,-42.008514 + 5979: 6.478254,-42.008514 - node: color: '#334E6DC8' id: DiagonalCheckerAOverlay @@ -3837,14 +3837,14 @@ entities: 544: -67,30 545: -69,30 546: -68,30 - 6442: -12,-60 - 6443: -12,-61 - 6444: -10,-61 - 6445: -10,-60 - 6446: -8,-60 - 6447: -8,-61 - 6448: -6,-61 - 6449: -6,-60 + 6431: -12,-60 + 6432: -12,-61 + 6433: -10,-61 + 6434: -10,-60 + 6435: -8,-60 + 6436: -8,-61 + 6437: -6,-61 + 6438: -6,-60 - node: color: '#79150096' id: DiagonalCheckerAOverlay @@ -3869,35 +3869,35 @@ entities: color: '#334E6DC8' id: DiagonalCheckerBOverlay decals: - 9371: -104,9 - 9372: -104,10 - 9373: -102,9 - 9374: -102,10 - 9375: -104,11 - 9376: -103,11 - 9377: -102,11 + 9311: -104,9 + 9312: -104,10 + 9313: -102,9 + 9314: -102,10 + 9315: -104,11 + 9316: -103,11 + 9317: -102,11 - node: color: '#5E7C16FF' id: DiagonalCheckerBOverlay decals: - 5651: -38,-1 - 5652: -37,-1 - 5653: -37,-2 - 5654: -38,-2 - 5655: -38,-3 - 5656: -37,-3 - 5657: -37,-4 - 5658: -38,-4 - 5659: -38,-5 - 5660: -37,-5 - 5661: -38,-6 - 5662: -37,-6 - 5663: -37,-7 - 5664: -38,-7 - 5665: -38,-8 - 5666: -38,-9 - 5667: -37,-9 - 5668: -37,-8 + 5640: -38,-1 + 5641: -37,-1 + 5642: -37,-2 + 5643: -38,-2 + 5644: -38,-3 + 5645: -37,-3 + 5646: -37,-4 + 5647: -38,-4 + 5648: -38,-5 + 5649: -37,-5 + 5650: -38,-6 + 5651: -37,-6 + 5652: -37,-7 + 5653: -38,-7 + 5654: -38,-8 + 5655: -38,-9 + 5656: -37,-9 + 5657: -37,-8 - node: color: '#9FED5896' id: DiagonalCheckerBOverlay @@ -3910,6516 +3910,6516 @@ entities: color: '#9FED5896' id: Dirt decals: - 6042: -110.994446,-16.158436 - 6043: -110.95278,-16.231403 + 6031: -110.994446,-16.158436 + 6032: -110.95278,-16.231403 - node: cleanable: True color: '#FFFFFFFF' id: Dirt decals: - 6009: -111.28149,-14.619345 - 6010: -111.09399,-15.098844 - 6011: -110.81274,-14.734008 - 6012: -110.65649,-14.796551 - 6013: -110.40649,-15.32817 - 6014: -109.66691,-14.921638 - 6015: -109.16691,-14.806975 - 6016: -108.85441,-14.796551 - 6017: -108.17732,-14.1815405 - 6018: -108.22941,-13.983486 - 6019: -108.33357,-13.806279 - 6020: -108.61482,-14.692311 - 6021: -108.64607,-14.462986 - 6022: -108.77107,-14.337899 - 6023: -101.531876,-17.607359 - 6024: -99.313126,-16.815142 - 6025: -101.208954,-16.106316 - 6044: -108.400696,-15.908261 - 6045: -108.72361,-17.65948 - 6046: -108.87986,-18.253641 - 6047: -110.50486,-18.983315 - 6048: -105.82694,-18.826956 - 6171: -98.38158,44.272774 - 6172: -98.54824,43.762 - 6173: -99.49616,40.33496 - 6174: -99.53783,39.83157 - 6175: -100.72533,33.76166 - 6176: -100.54824,29.948662 - 6177: -99.98574,28.864574 - 6178: -96.20282,30.198835 - 6179: -95.39032,30.084171 - 6180: -86.979004,31.475664 - 6181: -87.301926,30.433273 - 6182: -86.666504,30.485392 - 6183: -86.68734,31.308882 - 6184: -86.06234,31.037859 - 6185: -85.801926,32.017708 - 6186: -83.13111,32.361504 - 6187: -83.172775,33.112026 - 6188: -81.704025,33.23711 - 6189: -82.16236,33.27881 - 6190: -83.110275,33.132874 - 6191: -79.985275,35.476818 - 6192: -79.329025,36.863197 - 6193: -80.69361,37.551174 - 6194: -87.502594,44.426956 - 6195: -87.565094,45.208748 - 6196: -85.31676,38.219795 - 6197: -85.29593,38.032166 - 6198: -84.86884,37.35461 - 6223: -97.0947,-38.85938 - 6224: -97.08429,-38.85938 - 6225: -97.01137,-39.328453 - 6226: -97.26137,-39.57863 - 6227: -97.87595,-40.078976 - 6228: -98.3447,-40.308304 - 6229: -96.63637,-38.848953 - 6230: -96.30304,-38.390305 - 6231: -95.42804,-37.48342 - 6232: -98.5322,-36.08662 - 6233: -98.68845,-36.712055 - 7104: -35.15831,41.04682 - 7105: -35.15831,40.96343 - 7106: -35.147896,40.233757 - 7107: -34.90831,41.098938 - 7108: -34.84581,40.848766 - 7109: -34.75206,40.27545 - 7110: -34.710396,39.722984 - 7111: -35.054146,39.378994 - 7112: -31.460396,41.06767 - 7113: -31.345812,40.796646 - 7114: -31.085396,40.181637 - 7115: -30.949978,39.910614 - 7116: -30.627062,39.253906 - 7117: -30.491646,40.953003 - 7118: -30.585396,40.35884 - 7119: -30.741646,39.785526 - 7120: -31.054146,39.23306 - 7121: -31.231228,38.930767 - 7122: -31.429146,38.638897 - 7123: -34.731228,38.32618 - 7124: -34.72081,38.023888 - 7125: -35.199978,38.461693 - 7126: -35.03331,38.148975 - 7127: -34.731228,37.513115 - 7128: -34.606228,36.783443 - 7129: -34.522896,36.147583 - 7186: -35.03826,27.000128 - 7187: -35.090343,27.333693 - 7188: -35.19451,27.771496 - 7189: -35.204926,27.844463 - 7190: -35.44451,28.12591 - 7191: -35.78826,28.501171 - 7192: -36.173676,28.92855 - 7193: -34.684093,27.542171 - 7194: -34.579926,28.052942 - 7195: -34.548676,28.292692 - 7196: -34.611176,28.74092 - 7197: -34.684093,29.199572 - 7198: -34.621593,29.731192 - 7199: -34.53826,29.866701 - 7200: -34.840343,29.345507 - 7201: -35.13201,28.699224 - 7202: -34.809093,26.65614 - 7203: -34.53826,25.957737 - 7204: -34.31951,24.946619 - 7205: -34.236176,24.602629 - 7206: -35.059093,25.663889 - 7207: -35.215343,24.982016 - 7208: -35.809093,23.56193 - 7209: -35.63201,25.333454 - 7210: -35.78826,24.697596 - 7211: -36.309093,24.082586 - 7212: -37.88201,23.227825 - 7243: -30.673754,32.274967 - 7244: -31.40292,32.04564 - 7245: -32.83,32.04564 - 7246: -32.413338,29.38754 - 7247: -30.632086,27.907347 - 7248: -31.330004,28.407696 - 7249: -33.43417,30.34654 - 7250: -31.65292,30.648834 - 7274: -26.135773,41.037834 - 7275: -26.135773,40.81893 - 7276: -26.260773,40.235195 - 7277: -26.385773,39.776543 - 7278: -26.375357,39.380436 - 7279: -26.11494,38.953053 - 7280: -25.312857,38.609066 - 7281: -26.000357,41.486065 - 7282: -25.156607,41.538185 - 7283: -24.14619,41.34013 - 7284: -22.292023,41.381824 - 7285: -21.52119,41.121227 - 7286: -21.17744,40.923172 - 7287: -20.812857,39.734848 - 7288: -20.625357,39.151108 - 7289: -20.437857,39.203228 - 7290: -20.573273,40.735542 - 7291: -22.406607,41.42352 - 7292: -25.344107,39.02602 - 7293: -24.48994,38.4944 - 7294: -24.281607,37.723034 - 7295: -23.14619,38.78627 - 7296: -23.417023,37.723034 - 7297: -23.92744,36.90997 - 7298: -24.573273,36.503437 - 7299: -22.52119,39.088566 - 7300: -22.406607,37.306076 - 7301: -22.656607,38.765423 - 7302: -23.042023,37.973206 - 7303: -23.30244,37.243534 - 7304: -22.30244,36.68064 - 7305: -21.250357,36.044785 - 7306: -19.92744,35.1796 - 7307: -22.33369,36.117752 - 7308: -19.61494,35.867577 - 7309: -17.135773,35.971817 - 7367: -15.137309,40.062786 - 7368: -15.126893,40.062786 - 7369: -14.637309,40.07321 - 7370: -15.168559,40.114906 - 7371: -15.147726,39.989822 - 7372: -17.263521,33.48555 - 7373: -17.242687,33.38131 - 7374: -17.013521,33.05817 - 7375: -17.805187,33.329193 - 7376: -18.326021,33.224953 - 7377: -19.096855,32.682907 - 7378: -18.617687,32.15129 - 7379: -18.586437,31.557129 - 7380: -18.586437,30.191593 - 7381: -13.409355,33.329193 - 7382: -12.669771,32.755875 - 7383: -12.148938,31.630096 - 7384: -10.440605,30.921267 - 7385: -10.284355,30.962963 - 7386: -8.711438,30.837875 - 7387: -9.326021,31.14017 - 7388: -9.711438,31.411192 - 7404: -15.328134,37.704453 - 7405: -15.182301,38.15268 - 7406: -14.848967,38.34031 - 7407: -14.140634,38.423702 - 7408: -13.953134,38.329887 - 7409: -12.973967,38.423702 - 7410: -11.442717,38.15268 - 7411: -10.515634,37.88166 - 7412: -10.484384,37.892082 - 7413: -11.83855,38.298615 - 7414: -15.651051,35.838573 - 7415: -15.255217,35.317375 - 7416: -14.796884,34.92127 - 7417: -13.328134,34.671097 - 7418: -12.317717,35.067204 - 7419: -10.473967,35.75518 - 7420: -11.4323,35.442463 - 7421: -13.296884,34.28541 - 7422: -10.317717,35.64052 - 7423: -9.40105,35.8073 - 7424: -9.286467,36.349342 - 7425: -7.140633,38.038017 - 7426: -7.296883,37.746147 - 7427: -7.984383,37.026897 - 7428: -6.109383,38.34031 - 7429: -5.203133,37.14156 - 7430: -4.109383,35.786453 - 7431: -2.795735,38.173527 - 7432: -3.3686516,37.40216 - 7433: -0.7826719,37.48555 - 7434: -0.94933844,37.985897 - 7435: -1.0639219,39.1638 - 7436: -1.1680884,39.612026 - 7437: -1.2305884,39.362556 - 7438: -1.2826719,40.63957 - 7439: -1.2410052,42.081272 - 7440: -1.2305884,42.551483 - 7441: -1.1576719,43.458694 - 7442: -1.1160052,48.245033 - 7443: -1.3451719,48.30758 - 7444: -0.76183844,48.37012 - 7445: -0.86439097,38.51619 - 7446: -1.1248076,38.03669 - 7447: -1.3539743,37.025574 - 7448: -1.145641,36.671158 - 7449: -1.4373076,36.525223 - 7450: -1.333141,37.18193 - 7451: -0.8748076,37.18193 - 7452: -0.041474342,37.07769 - 7453: 0.70852566,37.088116 - 7454: 1.7606091,36.983875 - 7455: 0.52102566,36.681583 - 7456: 1.6043591,36.504375 - 7457: 2.3647757,35.774704 - 7458: 2.8335257,35.117996 - 7459: 3.1356091,32.611557 - 7460: 3.0626926,34.289646 - 7461: 2.8126926,34.86296 - 7462: 2.5106091,35.321613 - 7463: 1.9481091,35.832386 - 7464: 1.8022757,37.15622 - 7465: 2.6876926,36.53079 - 7466: 3.1460257,35.46755 - 7467: 7.7399435,36.16595 - 7468: 6.8545265,36.124256 - 7469: 6.4691095,35.936623 - 7470: 6.9378595,35.87408 - 7471: 6.3336935,36.23892 - 7472: -2.152684,36.4057 - 7473: -3.0797675,36.30146 - 7608: 49.95002,-59.62285 - 7609: 50.345856,-59.351826 - 7610: 51.70002,-58.96614 - 7611: 51.01252,-59.17462 - 7612: 52.783356,-58.976566 - 7613: 54.064606,-59.205894 - 7614: 54.20002,-60.15447 - 7615: 54.158356,-61.22813 - 7616: 53.970856,-61.863987 - 7617: 50.585438,-62.114162 - 7618: 49.491688,-61.64509 - 7619: 50.179188,-61.65551 - 7620: 52.502106,-61.75975 - 7621: 50.127106,-61.248978 - 7622: 49.033356,-61.248978 - 7623: 48.095856,-61.488728 - 7624: 47.470856,-62.103737 - 7625: 47.54377,-60.894566 - 7626: 46.32502,-58.976566 - 7627: 46.627106,-59.3831 - 7628: 46.370907,-57.332706 - 7629: 46.495907,-56.88448 - 7630: 47.152157,-55.904633 - 7631: 47.39174,-55.404285 - 7632: 48.787575,-53.41836 - 7633: 48.975075,-53.35582 - 7634: 49.818825,-53.345394 - 7635: 50.79799,-53.36624 - 7636: 52.006325,-53.314125 - 7637: 53.506325,-54.50245 - 7638: 53.54799,-56.65695 - 7639: 51.787575,-56.777428 - 7640: 50.73549,-56.74616 - 7641: 47.245907,-54.337112 - 7642: 46.850075,-53.857613 - 7643: 46.42299,-53.180058 - 7644: 46.027157,-52.5442 - 7645: 45.777157,-51.014717 - 7646: 45.370907,-50.230087 - 7647: 45.037575,-48.35137 - 7648: 38.027157,-43.80927 - 7649: 39.443825,-43.955204 - 7650: 38.318825,-43.96563 - 7651: 45.14174,-43.131718 - 7652: 44.975075,-43.121292 - 7653: 46.777157,-43.561577 - 7654: 47.225075,-43.686665 - 7655: 47.402157,-44.32252 - 7656: 47.29799,-50.286346 - 7657: 47.04799,-51.13068 - 7658: 39.35092,-41.579372 - 7659: 39.66342,-41.94421 - 7660: 41.10235,-39.765614 - 7661: 40.375854,-39.83858 - 7662: 40.625854,-40.224266 - 7663: 41.438354,-40.328503 - 7664: 42.292522,-40.432743 - 7665: 42.99044,-40.995636 - 7666: 42.92794,-41.912937 - 7667: 33.915318,-36.119534 - 7668: 34.186153,-36.32801 - 7669: 34.456985,-36.72412 - 7670: 34.675735,-37.23489 - 7671: 33.811153,-36.12996 - 7672: 34.425735,-37.651848 - 7673: 34.529903,-37.808205 - 7674: 34.738235,-38.19389 - 7675: 34.936153,-38.53788 - 7676: 35.206985,-38.975685 - 7677: 35.311153,-39.236282 - 7678: 34.623653,-38.77343 - 7679: 34.790318,-39.450985 - 7680: 33.300735,-21.1386 - 7681: 32.477818,-20.815458 - 7682: 31.706985,-20.971817 - 7683: 31.061153,-20.93012 - 7684: 30.94657,-20.878 - 7685: 30.654902,-20.117056 - 7686: 30.571568,-19.606285 - 7687: 32.331985,-15.413076 - 7688: 32.675735,-15.119978 - 7689: 32.956985,-14.796837 - 7690: 33.071568,-13.973349 - 7691: 33.009068,-13.20198 - 7692: 28.366243,-12.492105 - 7693: 28.874825,-12.49026 - 7694: 28.843575,-12.521531 - 7695: 28.593575,-13.334597 - 7696: 28.551908,-14.387411 - 7697: 28.54149,-14.773095 - 7698: 29.208158,-15.440226 - 7699: 31.03321,-15.836333 - 7700: 15.519804,-10.027912 - 7701: 14.940714,-10.04876 - 7702: 15.492798,-10.017488 - 7703: 16.305298,-10.069608 - 7704: 17.01363,-10.132152 - 7705: 18.29488,-10.132152 - 7706: 21.065714,-10.080031 - 7707: 21.213066,-10.080031 - 7708: 23.487503,-10.10088 - 7709: 27.379034,-9.663075 - 7710: 27.097784,-8.777043 - 7711: 26.566534,-8.318392 - 7712: 24.88945,-7.9222836 - 7713: 23.9207,-7.9431314 - 7714: 23.2957,-8.412207 - 7715: 23.035284,-8.850011 - 7716: 22.847784,-8.141186 - 7717: 22.785284,-7.849316 - 7718: 25.88945,-7.7242293 - 7719: 26.6707,-7.870164 - 7720: 27.01445,-8.328815 - 7721: 27.26445,-9.892402 - 7722: 29.26377,-10.225966 - 7723: 31.684605,-10.205118 - 7724: 29.835594,-10.038336 - 7725: 32.475643,-9.746467 - 7726: 35.70777,-9.642228 - 7727: 37.73951,-9.642228 - 7728: 40.237904,-9.652652 - 7729: 42.442394,-9.652652 - 7730: 44.947094,-9.652652 - 7731: 46.76328,-10.507412 - 7732: 45.258846,-10.934792 - 7733: 40.063908,-11.070303 - 7734: 36.149307,-11.164118 - 7735: 32.881546,-11.153694 - 7736: 30.409834,-11.153694 - 7737: 34.8523,-10.778434 - 7738: 47.79275,-10.830553 - 7739: 47.729877,-11.257933 - 7740: 48.45904,-11.362172 - 7741: 48.75071,-11.591498 - 7742: 49.92779,-11.226661 - 7743: 51.136127,-10.736737 - 7744: 52.25071,-9.798586 - 7745: 52.40696,-9.829858 - 7746: 51.323627,-10.142575 - 7747: 50.823627,-11.622769 - 7748: 50.86529,-12.6274185 - 7749: 50.45904,-12.742321 - 7750: 48.80279,-12.6693535 - 7751: 48.08404,-13.6492 - 7752: 47.53196,-14.055734 - 7753: 46.667377,-13.920223 - 7754: 46.323627,-14.503962 - 7755: 46.53196,-14.795831 - 7756: 47.06321,-15.014733 - 7757: 47.61529,-14.139125 - 7758: 51.677654,-13.586658 - 7759: 52.469322,-13.638777 - 7760: 52.85474,-15.014733 - 7761: 53.177654,-15.118972 - 7762: 53.802654,-13.701321 - 7763: 53.66724,-14.5352335 - 7764: 53.594322,-15.035581 - 7765: 54.208225,-13.373583 - 7766: 53.979057,-12.758573 - 7767: 54.187393,-10.240319 - 7768: 55.218643,-8.311914 - 7769: 55.020725,-7.790719 - 7770: 54.489475,-7.7594476 - 7771: 52.864475,-8.11386 - 7772: 52.770725,-10.2090645 - 7773: 46.156143,-15.152182 - 7774: 45.874893,-15.65253 - 7775: 45.760307,-16.45517 - 7776: 45.197807,-15.735921 - 7777: 44.520725,-16.02779 - 7778: 46.301975,-17.257812 - 7779: 52.52462,-18.550377 - 7780: 53.132195,-17.987486 - 7781: 53.132195,-17.987486 - 7782: 52.028027,-18.810974 - 7783: 51.01761,-19.884636 - 7784: 49.92386,-18.967333 - 7785: 50.45511,-19.300898 - 7786: 50.79886,-19.436407 - 7787: 53.682487,-17.335268 - 7788: 53.942905,-16.783325 - 7789: 55.192905,-16.460182 - 7790: 55.057487,-16.48103 - 7791: 54.484573,-16.449759 - 7792: 55.6304,-13.485059 - 7793: 55.088737,-13.001385 - 7794: 58.505405,-12.7720585 - 7795: 58.015823,-12.938841 - 7796: 56.922073,-13.199439 - 7797: 53.926044,-4.7957067 - 7798: 52.957294,-3.7220447 - 7799: 53.363544,-4.2119684 - 7800: 53.082294,-4.566381 - 7801: 52.71771,-4.5038376 - 7802: 51.426044,-4.2432394 - 7803: 51.269794,-3.742892 - 7804: 50.676044,-3.7741635 - 7805: 50.051044,-3.867979 - 7806: 49.09271,-3.867979 - 7807: 48.707294,-3.7011967 - 7808: 47.90521,-3.909675 - 7809: 51.103127,-3.805436 - 7810: 51.634377,-3.7533162 - 7811: 52.207294,-4.399598 - 7812: 54.134377,-4.9312177 - 7813: 54.738544,-5.3585978 - 7814: 55.144794,-4.2640877 - 7815: 55.101986,-4.9312177 - 7932: 19.55474,1.00613 - 7933: 20.11724,1.0686731 - 7934: 20.49224,0.9957063 - 7935: 20.950575,0.79765224 - 7936: 21.033909,0.66214156 - 7937: 20.346409,0.45366317 - 7938: 19.52349,0.37027198 - 7939: 20.013075,-3.3927586 - 7940: 19.627659,-3.559541 - 7941: 19.888075,-4.3100624 - 7942: 20.606825,-4.612356 - 7943: 21.138075,-4.174552 - 7944: 20.565159,-3.4657261 - 7956: 33.944622,1.3731937 - 7957: 34.288372,0.83115053 - 7958: 34.788372,0.5497055 - 7959: 35.184204,1.1334438 - 7960: 35.059204,0.94581413 - 7961: 35.944622,1.1751397 - 7962: 35.777954,0.8207269 - 7963: 36.184204,1.2168357 - 7964: 35.913372,2.165411 - 7965: 35.194622,1.4670093 - 7966: 35.965454,0.90411806 - 7967: 35.61129,2.2488022 - 7968: 35.132122,0.81030273 - 7969: 35.538372,1.8943894 - 7970: 34.465454,2.2071064 - 7971: 35.73629,0.9770856 - 7972: 36.309452,5.033335 - 7973: 36.288616,7.237785 - 7974: 36.236534,9.470946 - 7975: 36.236534,11.438285 - 7976: 36.142784,13.752074 - 7977: 36.142784,16.067913 - 7978: 36.14278,18.35948 - 7979: 36.153202,20.435343 - 7980: 36.163616,22.621027 - 7981: 36.163616,25.182278 - 7982: 36.163616,26.436783 - 7983: 36.507366,26.47723 - 7984: 36.330284,27.373686 - 7985: 35.642784,27.175632 - 7986: 35.674034,26.414686 - 7987: 35.288616,27.571741 - 7988: 34.663616,26.915033 - 7989: 4.965912,27.165209 - 7990: 4.278412,27.238174 - 7991: 3.9763288,27.321568 - 7992: 3.5909119,27.988697 - 7993: 3.4554954,28.332685 - 7994: 3.5179954,27.050545 - 7995: 4.007579,26.518927 - 7996: 3.4867454,26.644012 - 7997: 2.8825788,26.967154 - 7998: 2.6742454,27.457077 - 7999: 3.3409119,30.588322 - 8000: 3.4034119,29.95283 - 8001: 3.2992454,31.057764 - 8002: 2.9450788,32.954918 - 8003: 2.5388288,32.287785 - 8004: 2.7471619,31.036915 - 8005: 2.5700788,30.119612 - 8006: 2.7992454,33.173817 - 8007: 7.0131435,34.039 - 8008: 8.143259,36.239487 - 8009: 10.120075,36.176945 - 8010: 12.322359,36.156097 - 8011: 14.614885,36.156097 - 8012: 16.914501,36.156097 - 8013: 19.102785,36.156097 - 8014: 21.402971,36.156097 - 8015: 23.816494,36.156097 - 8016: 26.110912,36.156097 - 8017: 28.60574,36.156097 - 8018: 31.225552,36.156097 - 8019: 33.566727,36.16652 - 8020: 36.131607,36.197792 - 8021: 38.96713,36.302032 - 8022: 42.152668,36.416695 - 8023: 42.47015,36.62517 - 8024: 41.51809,36.343727 - 8025: 41.61184,35.926773 - 8026: 41.95559,35.405575 - 8027: 42.247257,35.030315 - 8028: 42.559757,35.343033 - 8029: 43.08059,35.832954 - 8030: 41.92434,35.36388 - 8031: 41.50767,34.98862 - 8032: 51.934757,36.18737 - 8033: 51.14309,36.103977 - 8034: 51.29934,36.447968 - 8035: 52.38267,37.083824 - 8036: 51.434757,36.687717 - 8037: 52.83059,37.271454 - 8038: 51.966007,37.427814 - 8039: 52.29934,38.18876 - 8040: 53.41392,38.7725 - 8041: 52.16392,36.771107 - 8042: 51.934757,35.8955 - 8043: 51.42434,34.50912 - 8044: 51.059757,34.498695 - 8104: 41.742958,-2.624811 - 8105: 41.347126,-3.3649087 - 8106: 40.847126,-3.646354 - 8107: 41.711708,-3.604658 - 8108: 42.670044,-3.6359303 - 8109: 44.211708,-3.8131363 - 8110: 44.232544,-3.8131363 - 8111: 43.732544,-3.8027127 - 8112: 40.795044,-4.0216146 - 8113: 40.409626,-4.146702 - 8114: 42.972126,-4.3656034 - 8115: 43.961708,-4.3551793 - 8116: 42.503376,-4.376027 - 8117: 40.951294,-4.3968754 - 8118: 41.482544,-4.313484 - 8119: 41.930458,-1.1881781 - 8120: 41.940876,34.52812 - 8146: 29.902767,-45.593185 - 8147: 30.26735,-45.436825 - 8148: 31.756935,-45.10326 - 8149: 32.006935,-44.96775 - 8150: 30.694433,-45.092834 - 8151: 30.059017,-47.02126 - 8152: 30.850683,-46.88575 - 8153: 28.702646,-47.13592 - 8154: 27.349558,-47.13592 - 8155: 26.46883,-47.15677 - 8156: 27.916746,-45.87463 - 8157: 28.21883,-44.175533 - 8158: 27.322996,-43.90451 - 8159: 26.239662,-43.71688 - 8160: 25.40633,-44.06087 - 8161: 26.010496,-43.82112 - 8162: 27.458412,-43.946205 - 8163: 25.929651,-47.207874 - 8164: 25.367151,-47.332962 - 8165: 24.398401,-47.562286 - 8166: 23.97132,-48.469166 - 8167: 23.648401,-48.865276 - 8168: 23.387985,-49.46986 - 8169: 25.62757,-52.803055 - 8170: 25.81507,-52.292286 - 8171: 26.06507,-52.04211 - 8172: 25.81507,-52.08381 - 8173: 25.22132,-51.92745 - 8174: 29.31507,-48.894093 - 8175: 29.242153,-49.040028 - 8176: 31.169235,-50.019875 - 8177: 31.710903,-49.9886 - 8178: 31.450485,-50.28047 - 8179: 30.81507,-50.697426 - 8180: 30.294235,-51.302013 - 8190: 26.40273,-57.958523 - 8191: 26.319397,-57.97937 - 8192: 26.600647,-58.114883 - 8193: 26.65273,-58.344208 - 8194: 26.49648,-58.573532 - 8195: 26.954815,-57.97937 - 8196: 27.329815,-58.292088 - 8197: 27.725649,-58.396328 - 8198: 28.298565,-58.073185 - 8199: 28.40273,-58.344208 - 8200: 28.27773,-58.688198 - 8201: 27.77773,-58.709045 - 8202: 27.100649,-58.771587 - 8203: 25.913147,-58.875828 - 8204: 24.40273,-59.886948 - 8205: 22.788147,-60.418564 - 8206: 23.329815,-60.449837 - 8207: 23.267315,-60.449837 - 8208: 22.079815,-60.439415 - 8209: 23.444397,-60.54365 - 8210: 24.798565,-60.554077 - 8211: 23.236973,-60.53323 - 8212: 36.870327,-59.09473 - 8213: 36.943245,-58.6465 - 8214: 36.432827,-58.959217 - 8215: 37.964314,-59.584652 - 8216: 42.35437,-58.469296 - 8217: 43.66687,-58.907097 - 8218: 43.375202,-58.771587 - 8219: 42.614784,-58.531837 - 8220: 43.843952,-62.08639 - 8221: 43.281452,-62.37826 - 8222: 42.708534,-62.545044 - 8223: 43.19812,-62.16978 - 8224: 22.520657,-62.329838 - 8225: 22.051907,-62.569588 - 8226: 21.44774,-62.548737 - 8227: 22.177189,-58.68147 - 8228: 21.57302,-58.671043 - 8229: 20.72927,-58.57723 - 8230: 20.843855,-58.431297 - 8231: 22.000105,-58.66062 - 8232: 22.26052,-58.93164 - 8233: 20.218855,-58.598076 - 8234: 15.041771,-58.483414 - 8235: 14.364688,-58.462566 - 8236: 14.791771,-58.462566 - 8237: 14.468855,-58.514687 - 8238: 4.417738,-62.600857 - 8239: 3.4906545,-62.21517 - 8240: 1.6364877,-58.639774 - 8241: 2.1156545,-59.577927 - 8242: 2.876071,-60.65159 - 8243: 3.8656545,-61.944153 - 8244: 1.3552377,-58.6085 - 8245: 1.9594045,-60.015728 - 8246: 1.594821,-61.454227 - 8247: 1.9177377,-60.245056 - 8248: 4.636488,-58.36875 - 8249: -1.3399857,-62.079662 - 8250: -2.0170689,-62.298565 - 8251: -2.3087358,-62.173477 - 8252: -2.0483189,-62.465347 - 8253: -2.6004024,-60.589043 - 8254: -1.6212357,-58.462566 - 8255: -2.0795689,-58.472992 - 8256: -14.08305,-58.295784 - 8257: -14.343466,-58.514687 - 8258: -14.437216,-58.994186 - 8259: -14.2393,-58.504265 - 8260: -8.447632,-62.267292 - 8261: -7.864299,-62.4445 - 8262: -9.416382,-54.96431 - 8263: -9.593466,-56.600864 - 8264: -9.822632,-57.34096 - 8265: -10.010132,-57.52859 - 8266: -15.437216,-57.080364 - 8267: -15.885132,-56.173485 - 8268: -15.1768,-55.193638 - 8269: -11.451889,-48.21829 - 8270: -10.587306,-48.14532 - 8271: -8.795639,-48.04108 - 8272: -7.0456395,-48.03066 - 8273: -5.0977225,-48.00981 - 8274: -6.931056,-48.03066 - 8275: -8.191473,-47.97854 - 8276: -7.660223,-50.032047 - 8277: -8.618556,-50.84511 - 8278: -9.639389,-52.16895 - 8279: -7.0664725,-53.31558 - 8280: -7.2539725,-53.90974 - 8281: -7.535223,-54.56645 - 8282: -7.6393895,-55.556717 - 8283: -7.556056,-56.174522 - 8284: -7.5456395,-55.840958 - 8285: -7.4206395,-54.819412 - 8286: -6.7539725,-53.09947 - 8287: -6.618556,-52.14047 - 8288: -6.6081395,-51.24401 - 8289: -6.7539725,-50.691547 - 8290: 0.105666876,-49.66242 - 8291: -0.008916378,-50.089798 - 8292: -0.6026664,-50.517178 - 8293: -0.9359999,-51.330242 - 8294: -1.0714164,-50.861168 - 8295: 3.230667,-53.123154 - 8296: 3.2410836,-52.49772 - 8297: 3.168167,-52.36221 - 8298: 3.5848336,-53.706894 - 8299: 3.699417,-54.57208 - 8300: 1.6785836,-56.97775 - 8301: 1.5119169,-57.425976 - 8302: 0.20983362,-57.86378 - 8303: -0.65474975,-57.311314 - 8304: -0.8734999,-56.758846 - 8397: 56.36561,-42.135994 - 8398: 56.42811,-42.250656 - 8399: 55.761444,-42.313198 - 8400: 54.70936,-42.782276 - 8401: 56.55311,-42.60507 - 8402: 56.99061,-42.63634 - 8403: 58.851147,-43.72043 - 8404: 58.74698,-43.73085 - 8405: 58.538647,-43.866364 - 8406: 59.54906,-43.14711 - 8407: 60.507397,-43.470253 - 8408: 60.95531,-44.137383 - 8409: 61.36502,-49.406292 - 8410: 60.823353,-50.41741 - 8411: 60.844185,-50.94903 - 8412: 60.406685,-51.63701 - 8413: 59.573353,-51.75167 - 8414: 59.073353,-50.73013 - 8415: 59.229603,-51.730824 - 8416: 58.073353,-51.897606 - 8417: 57.354603,-52.137356 - 8418: 58.385853,-50.990726 - 8419: 52.807323,-49.93038 - 8420: 52.403732,-50.90491 - 8421: 50.997105,-50.90488 - 8422: 52.674187,-49.852066 - 8423: 52.101273,-50.32114 - 8424: 51.997105,-50.49835 - 8425: 53.278355,-48.861794 - 8426: 52.538773,-49.320446 - 8427: 51.778355,-49.695705 - 8428: 50.049187,-50.456654 - 8429: 50.142937,-50.227325 - 8430: 49.517937,-48.74713 - 8431: 49.267937,-43.18053 - 8432: 49.924187,-43.670452 - 8433: 50.538773,-43.649605 - 8434: 50.445023,-43.78512 - 8435: 51.684605,-43.941475 - 8436: 52.913773,-43.764267 - 8437: 52.153355,-43.055443 - 8438: 49.861687,-44.37928 - 8439: 50.455437,-45.96371 - 8440: 51.903355,-46.00541 - 8441: 55.788773,-46.901863 - 8442: 55.215855,-46.401516 - 8443: 54.392937,-45.93244 - 8502: 48.04354,-65.01551 - 8503: 48.02271,-64.36923 - 8504: 48.13729,-63.295567 - 8505: 45.92896,-62.482502 - 8506: 45.814377,-63.09751 - 8507: 45.71021,-63.81676 - 8508: 40.610573,-65.09814 - 8509: 39.579323,-62.64852 - 8510: 39.28766,-63.888966 - 8511: 38.44391,-65.24407 - 8512: 37.50641,-62.53386 - 8513: 25.938972,-63.689293 - 8514: 25.836384,-64.36177 - 8515: 25.50305,-65.34161 - 8516: 24.787045,-65.06017 - 8517: 18.348186,-62.83337 - 8518: 17.994019,-62.416416 - 8519: 17.879436,-63.052273 - 8520: 18.139853,-63.94873 - 8521: 14.484504,-62.39557 - 8522: 15.405556,-62.927185 - 8523: 15.874306,-64.85561 - 8524: 4.595791,-63.625587 - 8525: 4.1999574,-64.34483 - 8526: 2.6582909,-65.29341 - 8527: 2.3562074,-64.70968 - 8528: 2.3145409,-63.854916 - 8529: -5.8602533,-63.790554 - 8530: -4.3323307,-63.503273 - 8531: -3.707331,-65.1711 - 8532: 15.709774,-47.829586 - 8533: 15.324358,-48.23612 - 8534: 15.032692,-48.34036 - 8535: -106.52296,-18.927156 - 8536: -106.75213,-19.417078 - 8537: -99.6255,-17.05828 - 8538: -99.36508,-17.50651 - 8539: -99.97967,-18.955431 - 8540: -100.11508,-18.569748 - 8541: -100.28175,-18.0694 - 8542: -100.59425,-17.808802 - 8543: -99.88592,-19.007551 - 8544: -99.83383,-19.424507 - 8545: -105.99616,-14.884351 - 8546: -105.12116,-14.165101 - 8547: -106.36075,-14.623754 - 8548: -107.162834,-14.415275 - 8549: -107.04612,-16.573572 - 8550: -107.04612,-17.115616 - 8551: -106.98362,-18.043344 - 8552: -102.24404,-21.02732 - 8553: -102.95237,-21.40258 - 8554: -102.848206,-21.121136 - 8555: -102.18154,-20.287224 - 8556: -101.73362,-19.286528 - 8557: -100.879456,-21.349577 - 8558: -100.83779,-21.360003 - 8559: -100.27529,-21.75611 - 8560: -100.05654,-22.246033 - 8561: -100.05654,-22.975706 - 8562: -99.88987,-23.611565 - 8563: -99.566956,-25.373205 - 8564: -99.96279,-25.800585 - 8565: -100.77529,-25.883976 - 8566: -101.70237,-25.99864 - 8567: -102.24404,-26.968063 - 8568: -102.18154,-27.645617 - 8569: -100.33779,-26.415571 - 8570: -99.691956,-26.874224 - 8571: -99.004456,-27.124397 - 8572: -98.92112,-27.166092 - 8573: -99.85862,-26.55108 - 8574: -100.566956,-25.487843 - 8575: -99.93154,-26.540657 - 8576: -104.316956,-30.303688 - 8577: -104.348206,-30.89785 - 8578: -106.01487,-32.774155 - 8579: -105.46279,-32.461437 - 8580: -105.129456,-32.857544 - 8581: -105.17112,-33.67061 - 8582: -105.35862,-33.274498 - 8583: -106.18154,-33.19111 - 8584: -108.28152,-31.502438 - 8585: -109.2712,-31.502438 - 8586: -108.98995,-31.293959 - 8587: -109.48995,-31.533709 - 8588: -109.13579,-31.742188 - 8589: -109.375374,-31.492014 - 8590: -109.906624,-32.398895 - 8591: -109.3962,-31.773458 - 8592: -109.437874,-31.94024 - 8593: -106.844124,-35.5299 - 8594: -107.19829,-35.571598 - 8595: -105.2712,-35.675835 - 8596: -104.94829,-35.759228 - 8597: -104.57329,-36.35339 - 8598: -104.47954,-37.291542 - 8599: -106.406624,-28.865862 - 8600: -106.63579,-28.03195 - 8601: -106.062874,-29.303667 - 8602: -106.80245,-27.094872 - 8603: -107.55245,-26.951439 - 8604: -107.29204,-27.003557 - 8605: -109.14917,-24.498865 - 8606: -108.6075,-24.665648 - 8607: -108.378334,-25.009636 - 8608: -108.597084,-26.760853 - 8609: -108.89917,-28.6997 - 8610: -109.71167,-28.897753 - 8611: -111.284584,-29.064535 - 8612: -109.58667,-26.949135 - 8613: -115.85152,-22.413666 - 8614: -115.54943,-22.580448 - 8615: -114.059845,-23.22673 - 8616: -115.17443,-22.71596 - 8617: -115.97652,-21.99671 - 8618: -116.122345,-21.402546 - 8619: -116.091095,-21.402546 - 8620: -114.059845,-23.205883 - 8621: -114.809845,-22.632568 - 8622: -116.69527,-24.102335 - 8623: -117.54943,-23.581139 - 8624: -118.903595,-23.330965 - 8625: -119.94527,-23.372662 - 8626: -121.16402,-23.497747 - 8627: -121.73693,-23.810465 - 8628: -121.528595,-23.779194 - 8629: -119.559845,-23.601988 - 8630: -118.07027,-23.654106 - 8631: -117.14318,-23.883432 - 8632: -121.27016,-25.3949 - 8633: -123.0518,-25.269812 - 8634: -122.09347,-24.696497 - 8635: -122.56222,-24.957094 - 8636: -121.88513,-25.467867 - 8637: -111.969025,-31.228817 - 8638: -112.64408,-31.654951 - 8639: -122.67503,-29.716105 - 8640: -122.61253,-29.830767 - 8641: -122.53961,-30.570864 - 8642: -122.82086,-31.102484 - 8643: -122.89378,-28.548626 - 8644: -122.70628,-28.88219 - 8645: -122.61253,-29.257452 - 8646: -109.80625,-37.715942 - 8647: -110.15,-37.705517 - 8648: -110.48334,-37.705517 - 8649: -111.23334,-37.74721 - 8650: -111.51459,-37.85145 - 8651: -111.34792,-38.289257 - 8652: -110.82709,-38.43519 - 8653: -110.15,-38.476887 - 8654: -110.025,-38.46646 - 8655: -110.82709,-38.393494 - 8656: -111.41042,-38.080776 - 8657: -111.4,-37.674244 - 8658: -109.37917,-40.207253 - 8659: -109.50417,-40.67633 - 8660: -111.22292,-40.832687 - 8661: -112.97292,-41.489395 - 8662: -112.00417,-41.322613 - 8663: -110.92084,-40.957775 - 8664: -109.32709,-40.645058 - 8743: -111.38574,-41.17331 - 8744: -111.27116,-41.006527 - 8745: -111.07324,-40.891865 - 8746: -110.68782,-40.839745 - 8747: -110.36491,-40.818897 - 8748: -140.3449,-36.962444 - 8749: -141.2784,-36.618458 - 8750: -141.90526,-36.243195 - 8751: -142.47818,-36.159805 - 8752: -142.8636,-36.045143 - 8753: -142.20735,-36.25362 - 8754: -141.49901,-36.535065 - 8755: -140.38443,-37.431522 - 8756: -140.45735,-39.349518 - 8757: -141.08235,-40.10004 - 8758: -141.49901,-40.28767 - 8759: -140.69693,-39.641388 - 8760: -142.60509,-39.922836 - 8761: -144.97601,-37.660847 - 8762: -145.44035,-37.358555 - 8763: -146.2112,-36.879055 - 8764: -146.73203,-36.618458 - 8765: -145.92995,-36.62888 - 8766: -145.04453,-36.57676 - 8767: -145.2737,-36.316162 - 8768: -146.5341,-36.33701 - 8769: -151.28496,-36.222347 - 8770: -151.6493,-36.62888 - 8771: -151.9618,-37.421097 - 8772: -152.3993,-38.296707 - 8773: -152.35765,-39.120193 - 8774: -151.04515,-36.76439 - 8775: -150.15973,-35.753273 - 8776: -149.65973,-35.555218 - 8777: -150.92015,-36.451675 - 8828: -135.85712,-54.994648 - 8829: -136.27377,-56.078735 - 8830: -136.0967,-57.381725 - 8831: -133.91962,-58.549202 - 8832: -132.8467,-58.048855 - 8833: -134.8467,-57.642323 - 8834: -133.64877,-56.797985 - 8835: -134.29462,-55.911953 - 8836: -132.87794,-55.18228 - 8837: -134.06544,-54.879986 - 8838: -132.86752,-52.232315 - 8839: -134.19044,-52.023834 - 8840: -134.58627,-51.31501 - 8841: -134.29462,-51.07526 - 8842: -134.68002,-52.38867 - 8843: -135.25294,-51.69027 - 8844: -133.08627,-49.76185 - 8845: -134.88837,-50.230923 - 8846: -135.83627,-50.2205 - 8892: -129.47762,-52.134857 - 8893: -127.99555,-52.239094 - 8894: -127.17958,-51.467728 - 8895: -127.24208,-48.319706 - 8896: -127.20042,-48.99726 - 8897: -127.14833,-49.66439 - 8898: -127.09625,-50.57127 - 8899: -127.17958,-52.06189 - 8900: -127.13792,-52.927074 - 8901: -127.52333,-53.250214 - 8902: -128.1275,-53.041737 - 8903: -129.2525,-53.145977 - 8904: -130.44,-53.13555 - 8905: -131.35666,-52.989616 - 8906: -129.09625,-52.14528 - 8907: -128.76291,-52.36418 - 8908: -130.71083,-51.842987 - 8909: -131.13791,-51.895107 - 8910: -122.74143,-52.841755 - 8911: -122.88727,-53.175323 - 8912: -122.908104,-53.50889 - 8913: -122.876854,-54.082203 - 8914: -122.80393,-53.790333 - 8915: -123.42893,-54.13432 - 8916: -123.283104,-54.738907 - 8917: -123.73102,-55.103745 - 8918: -124.533104,-55.239254 - 8919: -125.14768,-54.87442 - 8920: -125.13727,-53.602703 - 8921: -124.07477,-52.78964 - 8922: -120.783104,-52.727093 - 8955: -117.45125,-72.6234 - 8956: -117.36792,-73.5407 - 8957: -117.222084,-73.81172 - 8958: -115.74292,-74.35377 - 8959: -116.6075,-74.27038 - 8960: -117.30542,-73.8013 - 8961: -117.52417,-72.71722 - 8962: -117.4825,-73.01951 - 8963: -117.003334,-73.64494 - 8964: -115.795,-74.35377 - 8965: -109.71241,-81.71751 - 8966: -109.160324,-81.800896 - 8967: -108.816574,-81.905136 - 8968: -108.10824,-82.0198 - 8969: -110.847824,-85.97091 - 8970: -111.29574,-85.77286 - 8971: -111.95199,-85.75201 - 8972: -112.32699,-86.3566 - 8973: -112.285324,-88.9313 - 8974: -111.24366,-89.483765 - 8975: -109.691574,-89.504616 - 8976: -108.347824,-89.400375 - 8977: -107.160324,-89.25444 - 8978: -106.754074,-88.77494 - 8979: -106.629074,-87.482376 - 8980: -107.222824,-87.0133 - 8981: -108.48324,-86.888214 - 8982: -109.11866,-87.16966 - 8983: -110.191574,-87.60747 - 8984: -111.316574,-88.014 - 8985: -112.722824,-88.337135 - 8986: -114.10824,-88.31629 - 8987: -115.347824,-88.337135 - 8997: -97.611404,-82.50078 - 8998: -97.871826,-83.85588 - 8999: -97.85099,-84.283264 - 9000: -97.861404,-84.948746 - 9001: -97.75723,-87.30503 - 9002: -97.590576,-89.01517 - 9003: -97.13224,-89.51551 - 9004: -96.496826,-89.86993 - 9005: -95.465576,-89.89078 - 9006: -94.205154,-89.79696 - 9007: -92.705154,-89.671875 - 9008: -92.142654,-89.661446 - 9009: -91.548904,-88.84838 - 9010: -91.621826,-87.82684 - 9011: -91.580154,-86.75318 - 9012: -91.559326,-85.56486 - 9013: -91.548904,-84.45992 - 9014: -91.559326,-83.34456 - 9015: -91.934326,-82.646164 - 9016: -93.111404,-82.52107 - 9017: -94.88224,-82.42726 - 9018: -96.53849,-82.54192 - 9019: -90.72599,-75.88889 - 9020: -90.78849,-76.64984 - 9021: -91.00724,-77.21273 - 9022: -91.590576,-75.65957 - 9023: -91.56974,-76.22246 - 9024: -91.580154,-77.42121 - 9025: -90.871826,-76.81662 - 9026: -91.19474,-78.203 - 9027: -91.10099,-79.63107 - 9028: -90.35099,-77.150185 - 9029: -91.090576,-79.53726 - 9030: -91.31974,-80.44414 - 9031: -90.330154,-75.909744 - 9032: -90.298904,-76.05567 - 9033: -90.47599,-78.505295 - 9034: -90.715576,-79.558105 - 9035: -92.142654,-80.36075 - 9036: -92.965576,-80.3816 - 9037: -92.19474,-79.58938 - 9038: -92.028076,-78.96394 - 9039: -97.861404,-76.91044 - 9040: -98.840576,-77.13976 - 9041: -100.059326,-77.337814 - 9042: -90.27652,-61.44476 - 9043: -90.74527,-61.726208 - 9044: -90.40152,-61.65324 - 9045: -90.474434,-60.902718 - 9046: -91.2036,-61.423912 - 9047: -78.825775,-56.322643 - 9048: -79.263275,-56.312218 - 9049: -80.00286,-57.083588 - 9061: -28.661245,-54.958885 - 9062: -29.74458,-54.739983 - 9063: -30.421661,-54.76083 - 9064: -31.161245,-54.94846 - 9065: -31.046661,-55.886612 - 9066: -31.598576,-59.106743 - 9067: -32.922035,-60.601234 - 9068: -33.610443,-63.092617 - 9069: -33.2849,-63.020664 - 9070: -33.180733,-62.165905 - 9071: -33.04532,-61.279873 - 9072: -33.00365,-60.029003 - 9073: -33.399483,-59.00746 - 9074: -33.25365,-59.539078 - 9075: -32.993233,-60.508503 - 9076: -32.81615,-61.842762 - 9077: -32.98282,-62.760067 - 9089: -19.047657,-50.930412 - 9090: -19.058075,-50.930412 - 9091: -19.255991,-51.02423 - 9092: -19.380991,-50.899143 - 9093: -19.037241,-50.68024 - 9094: -22.401825,-47.282047 - 9095: -23.130991,-47.480103 - 9096: -23.703907,-47.761547 - 9102: -108.16371,-74.58247 - 9103: -107.88246,-77.32397 - 9104: -108.24705,-77.303116 - 9105: -108.2158,-77.782616 - 9106: -107.53871,-78.19957 - 9107: -108.56996,-77.688805 - 9108: -108.81996,-77.33439 - 9109: -110.0908,-76.239876 - 9110: -111.049126,-75.0724 - 9111: -111.68455,-74.09255 - 9112: -112.35121,-72.768715 - 9113: -112.25746,-72.393456 + 5998: -111.28149,-14.619345 + 5999: -111.09399,-15.098844 + 6000: -110.81274,-14.734008 + 6001: -110.65649,-14.796551 + 6002: -110.40649,-15.32817 + 6003: -109.66691,-14.921638 + 6004: -109.16691,-14.806975 + 6005: -108.85441,-14.796551 + 6006: -108.17732,-14.1815405 + 6007: -108.22941,-13.983486 + 6008: -108.33357,-13.806279 + 6009: -108.61482,-14.692311 + 6010: -108.64607,-14.462986 + 6011: -108.77107,-14.337899 + 6012: -101.531876,-17.607359 + 6013: -99.313126,-16.815142 + 6014: -101.208954,-16.106316 + 6033: -108.400696,-15.908261 + 6034: -108.72361,-17.65948 + 6035: -108.87986,-18.253641 + 6036: -110.50486,-18.983315 + 6037: -105.82694,-18.826956 + 6160: -98.38158,44.272774 + 6161: -98.54824,43.762 + 6162: -99.49616,40.33496 + 6163: -99.53783,39.83157 + 6164: -100.72533,33.76166 + 6165: -100.54824,29.948662 + 6166: -99.98574,28.864574 + 6167: -96.20282,30.198835 + 6168: -95.39032,30.084171 + 6169: -86.979004,31.475664 + 6170: -87.301926,30.433273 + 6171: -86.666504,30.485392 + 6172: -86.68734,31.308882 + 6173: -86.06234,31.037859 + 6174: -85.801926,32.017708 + 6175: -83.13111,32.361504 + 6176: -83.172775,33.112026 + 6177: -81.704025,33.23711 + 6178: -82.16236,33.27881 + 6179: -83.110275,33.132874 + 6180: -79.985275,35.476818 + 6181: -79.329025,36.863197 + 6182: -80.69361,37.551174 + 6183: -87.502594,44.426956 + 6184: -87.565094,45.208748 + 6185: -85.31676,38.219795 + 6186: -85.29593,38.032166 + 6187: -84.86884,37.35461 + 6212: -97.0947,-38.85938 + 6213: -97.08429,-38.85938 + 6214: -97.01137,-39.328453 + 6215: -97.26137,-39.57863 + 6216: -97.87595,-40.078976 + 6217: -98.3447,-40.308304 + 6218: -96.63637,-38.848953 + 6219: -96.30304,-38.390305 + 6220: -95.42804,-37.48342 + 6221: -98.5322,-36.08662 + 6222: -98.68845,-36.712055 + 7093: -35.15831,41.04682 + 7094: -35.15831,40.96343 + 7095: -35.147896,40.233757 + 7096: -34.90831,41.098938 + 7097: -34.84581,40.848766 + 7098: -34.75206,40.27545 + 7099: -34.710396,39.722984 + 7100: -35.054146,39.378994 + 7101: -31.460396,41.06767 + 7102: -31.345812,40.796646 + 7103: -31.085396,40.181637 + 7104: -30.949978,39.910614 + 7105: -30.627062,39.253906 + 7106: -30.491646,40.953003 + 7107: -30.585396,40.35884 + 7108: -30.741646,39.785526 + 7109: -31.054146,39.23306 + 7110: -31.231228,38.930767 + 7111: -31.429146,38.638897 + 7112: -34.731228,38.32618 + 7113: -34.72081,38.023888 + 7114: -35.199978,38.461693 + 7115: -35.03331,38.148975 + 7116: -34.731228,37.513115 + 7117: -34.606228,36.783443 + 7118: -34.522896,36.147583 + 7175: -35.03826,27.000128 + 7176: -35.090343,27.333693 + 7177: -35.19451,27.771496 + 7178: -35.204926,27.844463 + 7179: -35.44451,28.12591 + 7180: -35.78826,28.501171 + 7181: -36.173676,28.92855 + 7182: -34.684093,27.542171 + 7183: -34.579926,28.052942 + 7184: -34.548676,28.292692 + 7185: -34.611176,28.74092 + 7186: -34.684093,29.199572 + 7187: -34.621593,29.731192 + 7188: -34.53826,29.866701 + 7189: -34.840343,29.345507 + 7190: -35.13201,28.699224 + 7191: -34.809093,26.65614 + 7192: -34.53826,25.957737 + 7193: -34.31951,24.946619 + 7194: -34.236176,24.602629 + 7195: -35.059093,25.663889 + 7196: -35.215343,24.982016 + 7197: -35.809093,23.56193 + 7198: -35.63201,25.333454 + 7199: -35.78826,24.697596 + 7200: -36.309093,24.082586 + 7201: -37.88201,23.227825 + 7232: -30.673754,32.274967 + 7233: -31.40292,32.04564 + 7234: -32.83,32.04564 + 7235: -32.413338,29.38754 + 7236: -30.632086,27.907347 + 7237: -31.330004,28.407696 + 7238: -33.43417,30.34654 + 7239: -31.65292,30.648834 + 7263: -26.135773,41.037834 + 7264: -26.135773,40.81893 + 7265: -26.260773,40.235195 + 7266: -26.385773,39.776543 + 7267: -26.375357,39.380436 + 7268: -26.11494,38.953053 + 7269: -25.312857,38.609066 + 7270: -26.000357,41.486065 + 7271: -25.156607,41.538185 + 7272: -24.14619,41.34013 + 7273: -22.292023,41.381824 + 7274: -21.52119,41.121227 + 7275: -21.17744,40.923172 + 7276: -20.812857,39.734848 + 7277: -20.625357,39.151108 + 7278: -20.437857,39.203228 + 7279: -20.573273,40.735542 + 7280: -22.406607,41.42352 + 7281: -25.344107,39.02602 + 7282: -24.48994,38.4944 + 7283: -24.281607,37.723034 + 7284: -23.14619,38.78627 + 7285: -23.417023,37.723034 + 7286: -23.92744,36.90997 + 7287: -24.573273,36.503437 + 7288: -22.52119,39.088566 + 7289: -22.406607,37.306076 + 7290: -22.656607,38.765423 + 7291: -23.042023,37.973206 + 7292: -23.30244,37.243534 + 7293: -22.30244,36.68064 + 7294: -21.250357,36.044785 + 7295: -19.92744,35.1796 + 7296: -22.33369,36.117752 + 7297: -19.61494,35.867577 + 7298: -17.135773,35.971817 + 7356: -15.137309,40.062786 + 7357: -15.126893,40.062786 + 7358: -14.637309,40.07321 + 7359: -15.168559,40.114906 + 7360: -15.147726,39.989822 + 7361: -17.263521,33.48555 + 7362: -17.242687,33.38131 + 7363: -17.013521,33.05817 + 7364: -17.805187,33.329193 + 7365: -18.326021,33.224953 + 7366: -19.096855,32.682907 + 7367: -18.617687,32.15129 + 7368: -18.586437,31.557129 + 7369: -18.586437,30.191593 + 7370: -13.409355,33.329193 + 7371: -12.669771,32.755875 + 7372: -12.148938,31.630096 + 7373: -10.440605,30.921267 + 7374: -10.284355,30.962963 + 7375: -8.711438,30.837875 + 7376: -9.326021,31.14017 + 7377: -9.711438,31.411192 + 7393: -15.328134,37.704453 + 7394: -15.182301,38.15268 + 7395: -14.848967,38.34031 + 7396: -14.140634,38.423702 + 7397: -13.953134,38.329887 + 7398: -12.973967,38.423702 + 7399: -11.442717,38.15268 + 7400: -10.515634,37.88166 + 7401: -10.484384,37.892082 + 7402: -11.83855,38.298615 + 7403: -15.651051,35.838573 + 7404: -15.255217,35.317375 + 7405: -14.796884,34.92127 + 7406: -13.328134,34.671097 + 7407: -12.317717,35.067204 + 7408: -10.473967,35.75518 + 7409: -11.4323,35.442463 + 7410: -13.296884,34.28541 + 7411: -10.317717,35.64052 + 7412: -9.40105,35.8073 + 7413: -9.286467,36.349342 + 7414: -7.140633,38.038017 + 7415: -7.296883,37.746147 + 7416: -7.984383,37.026897 + 7417: -6.109383,38.34031 + 7418: -5.203133,37.14156 + 7419: -4.109383,35.786453 + 7420: -2.795735,38.173527 + 7421: -3.3686516,37.40216 + 7422: -0.7826719,37.48555 + 7423: -0.94933844,37.985897 + 7424: -1.0639219,39.1638 + 7425: -1.1680884,39.612026 + 7426: -1.2305884,39.362556 + 7427: -1.2826719,40.63957 + 7428: -1.2410052,42.081272 + 7429: -1.2305884,42.551483 + 7430: -1.1576719,43.458694 + 7431: -1.1160052,48.245033 + 7432: -1.3451719,48.30758 + 7433: -0.76183844,48.37012 + 7434: -0.86439097,38.51619 + 7435: -1.1248076,38.03669 + 7436: -1.3539743,37.025574 + 7437: -1.145641,36.671158 + 7438: -1.4373076,36.525223 + 7439: -1.333141,37.18193 + 7440: -0.8748076,37.18193 + 7441: -0.041474342,37.07769 + 7442: 0.70852566,37.088116 + 7443: 1.7606091,36.983875 + 7444: 0.52102566,36.681583 + 7445: 1.6043591,36.504375 + 7446: 2.3647757,35.774704 + 7447: 2.8335257,35.117996 + 7448: 3.1356091,32.611557 + 7449: 3.0626926,34.289646 + 7450: 2.8126926,34.86296 + 7451: 2.5106091,35.321613 + 7452: 1.9481091,35.832386 + 7453: 1.8022757,37.15622 + 7454: 2.6876926,36.53079 + 7455: 3.1460257,35.46755 + 7456: 7.7399435,36.16595 + 7457: 6.8545265,36.124256 + 7458: 6.4691095,35.936623 + 7459: 6.9378595,35.87408 + 7460: 6.3336935,36.23892 + 7461: -2.152684,36.4057 + 7462: -3.0797675,36.30146 + 7597: 49.95002,-59.62285 + 7598: 50.345856,-59.351826 + 7599: 51.70002,-58.96614 + 7600: 51.01252,-59.17462 + 7601: 52.783356,-58.976566 + 7602: 54.064606,-59.205894 + 7603: 54.20002,-60.15447 + 7604: 54.158356,-61.22813 + 7605: 53.970856,-61.863987 + 7606: 50.585438,-62.114162 + 7607: 49.491688,-61.64509 + 7608: 50.179188,-61.65551 + 7609: 52.502106,-61.75975 + 7610: 50.127106,-61.248978 + 7611: 49.033356,-61.248978 + 7612: 48.095856,-61.488728 + 7613: 47.470856,-62.103737 + 7614: 47.54377,-60.894566 + 7615: 46.32502,-58.976566 + 7616: 46.627106,-59.3831 + 7617: 46.370907,-57.332706 + 7618: 46.495907,-56.88448 + 7619: 47.152157,-55.904633 + 7620: 47.39174,-55.404285 + 7621: 48.787575,-53.41836 + 7622: 48.975075,-53.35582 + 7623: 49.818825,-53.345394 + 7624: 50.79799,-53.36624 + 7625: 52.006325,-53.314125 + 7626: 53.506325,-54.50245 + 7627: 53.54799,-56.65695 + 7628: 51.787575,-56.777428 + 7629: 50.73549,-56.74616 + 7630: 47.245907,-54.337112 + 7631: 46.850075,-53.857613 + 7632: 46.42299,-53.180058 + 7633: 46.027157,-52.5442 + 7634: 45.777157,-51.014717 + 7635: 45.370907,-50.230087 + 7636: 45.037575,-48.35137 + 7637: 38.027157,-43.80927 + 7638: 39.443825,-43.955204 + 7639: 38.318825,-43.96563 + 7640: 45.14174,-43.131718 + 7641: 44.975075,-43.121292 + 7642: 46.777157,-43.561577 + 7643: 47.225075,-43.686665 + 7644: 47.402157,-44.32252 + 7645: 47.29799,-50.286346 + 7646: 47.04799,-51.13068 + 7647: 39.35092,-41.579372 + 7648: 39.66342,-41.94421 + 7649: 41.10235,-39.765614 + 7650: 40.375854,-39.83858 + 7651: 40.625854,-40.224266 + 7652: 41.438354,-40.328503 + 7653: 42.292522,-40.432743 + 7654: 42.99044,-40.995636 + 7655: 42.92794,-41.912937 + 7656: 33.915318,-36.119534 + 7657: 34.186153,-36.32801 + 7658: 34.456985,-36.72412 + 7659: 34.675735,-37.23489 + 7660: 33.811153,-36.12996 + 7661: 34.425735,-37.651848 + 7662: 34.529903,-37.808205 + 7663: 34.738235,-38.19389 + 7664: 34.936153,-38.53788 + 7665: 35.206985,-38.975685 + 7666: 35.311153,-39.236282 + 7667: 34.623653,-38.77343 + 7668: 34.790318,-39.450985 + 7669: 33.300735,-21.1386 + 7670: 32.477818,-20.815458 + 7671: 31.706985,-20.971817 + 7672: 31.061153,-20.93012 + 7673: 30.94657,-20.878 + 7674: 30.654902,-20.117056 + 7675: 30.571568,-19.606285 + 7676: 32.331985,-15.413076 + 7677: 32.675735,-15.119978 + 7678: 32.956985,-14.796837 + 7679: 33.071568,-13.973349 + 7680: 33.009068,-13.20198 + 7681: 28.366243,-12.492105 + 7682: 28.874825,-12.49026 + 7683: 28.843575,-12.521531 + 7684: 28.593575,-13.334597 + 7685: 28.551908,-14.387411 + 7686: 28.54149,-14.773095 + 7687: 29.208158,-15.440226 + 7688: 31.03321,-15.836333 + 7689: 15.519804,-10.027912 + 7690: 14.940714,-10.04876 + 7691: 15.492798,-10.017488 + 7692: 16.305298,-10.069608 + 7693: 17.01363,-10.132152 + 7694: 18.29488,-10.132152 + 7695: 21.065714,-10.080031 + 7696: 21.213066,-10.080031 + 7697: 23.487503,-10.10088 + 7698: 27.379034,-9.663075 + 7699: 27.097784,-8.777043 + 7700: 26.566534,-8.318392 + 7701: 24.88945,-7.9222836 + 7702: 23.9207,-7.9431314 + 7703: 23.2957,-8.412207 + 7704: 23.035284,-8.850011 + 7705: 22.847784,-8.141186 + 7706: 22.785284,-7.849316 + 7707: 25.88945,-7.7242293 + 7708: 26.6707,-7.870164 + 7709: 27.01445,-8.328815 + 7710: 27.26445,-9.892402 + 7711: 29.26377,-10.225966 + 7712: 31.684605,-10.205118 + 7713: 29.835594,-10.038336 + 7714: 32.475643,-9.746467 + 7715: 35.70777,-9.642228 + 7716: 37.73951,-9.642228 + 7717: 40.237904,-9.652652 + 7718: 42.442394,-9.652652 + 7719: 44.947094,-9.652652 + 7720: 46.76328,-10.507412 + 7721: 45.258846,-10.934792 + 7722: 40.063908,-11.070303 + 7723: 36.149307,-11.164118 + 7724: 32.881546,-11.153694 + 7725: 30.409834,-11.153694 + 7726: 34.8523,-10.778434 + 7727: 47.79275,-10.830553 + 7728: 47.729877,-11.257933 + 7729: 48.45904,-11.362172 + 7730: 48.75071,-11.591498 + 7731: 49.92779,-11.226661 + 7732: 51.136127,-10.736737 + 7733: 52.25071,-9.798586 + 7734: 52.40696,-9.829858 + 7735: 51.323627,-10.142575 + 7736: 50.823627,-11.622769 + 7737: 50.86529,-12.6274185 + 7738: 50.45904,-12.742321 + 7739: 48.80279,-12.6693535 + 7740: 48.08404,-13.6492 + 7741: 47.53196,-14.055734 + 7742: 46.667377,-13.920223 + 7743: 46.323627,-14.503962 + 7744: 46.53196,-14.795831 + 7745: 47.06321,-15.014733 + 7746: 47.61529,-14.139125 + 7747: 51.677654,-13.586658 + 7748: 52.469322,-13.638777 + 7749: 52.85474,-15.014733 + 7750: 53.177654,-15.118972 + 7751: 53.802654,-13.701321 + 7752: 53.66724,-14.5352335 + 7753: 53.594322,-15.035581 + 7754: 54.208225,-13.373583 + 7755: 53.979057,-12.758573 + 7756: 54.187393,-10.240319 + 7757: 55.218643,-8.311914 + 7758: 55.020725,-7.790719 + 7759: 54.489475,-7.7594476 + 7760: 52.864475,-8.11386 + 7761: 52.770725,-10.2090645 + 7762: 46.156143,-15.152182 + 7763: 45.874893,-15.65253 + 7764: 45.760307,-16.45517 + 7765: 45.197807,-15.735921 + 7766: 44.520725,-16.02779 + 7767: 46.301975,-17.257812 + 7768: 52.52462,-18.550377 + 7769: 53.132195,-17.987486 + 7770: 53.132195,-17.987486 + 7771: 52.028027,-18.810974 + 7772: 51.01761,-19.884636 + 7773: 49.92386,-18.967333 + 7774: 50.45511,-19.300898 + 7775: 50.79886,-19.436407 + 7776: 53.682487,-17.335268 + 7777: 53.942905,-16.783325 + 7778: 55.192905,-16.460182 + 7779: 55.057487,-16.48103 + 7780: 54.484573,-16.449759 + 7781: 55.6304,-13.485059 + 7782: 55.088737,-13.001385 + 7783: 58.505405,-12.7720585 + 7784: 58.015823,-12.938841 + 7785: 56.922073,-13.199439 + 7786: 53.926044,-4.7957067 + 7787: 52.957294,-3.7220447 + 7788: 53.363544,-4.2119684 + 7789: 53.082294,-4.566381 + 7790: 52.71771,-4.5038376 + 7791: 51.426044,-4.2432394 + 7792: 51.269794,-3.742892 + 7793: 50.676044,-3.7741635 + 7794: 50.051044,-3.867979 + 7795: 49.09271,-3.867979 + 7796: 48.707294,-3.7011967 + 7797: 47.90521,-3.909675 + 7798: 51.103127,-3.805436 + 7799: 51.634377,-3.7533162 + 7800: 52.207294,-4.399598 + 7801: 54.134377,-4.9312177 + 7802: 54.738544,-5.3585978 + 7803: 55.144794,-4.2640877 + 7804: 55.101986,-4.9312177 + 7921: 19.55474,1.00613 + 7922: 20.11724,1.0686731 + 7923: 20.49224,0.9957063 + 7924: 20.950575,0.79765224 + 7925: 21.033909,0.66214156 + 7926: 20.346409,0.45366317 + 7927: 19.52349,0.37027198 + 7928: 20.013075,-3.3927586 + 7929: 19.627659,-3.559541 + 7930: 19.888075,-4.3100624 + 7931: 20.606825,-4.612356 + 7932: 21.138075,-4.174552 + 7933: 20.565159,-3.4657261 + 7945: 33.944622,1.3731937 + 7946: 34.288372,0.83115053 + 7947: 34.788372,0.5497055 + 7948: 35.184204,1.1334438 + 7949: 35.059204,0.94581413 + 7950: 35.944622,1.1751397 + 7951: 35.777954,0.8207269 + 7952: 36.184204,1.2168357 + 7953: 35.913372,2.165411 + 7954: 35.194622,1.4670093 + 7955: 35.965454,0.90411806 + 7956: 35.61129,2.2488022 + 7957: 35.132122,0.81030273 + 7958: 35.538372,1.8943894 + 7959: 34.465454,2.2071064 + 7960: 35.73629,0.9770856 + 7961: 36.309452,5.033335 + 7962: 36.288616,7.237785 + 7963: 36.236534,9.470946 + 7964: 36.236534,11.438285 + 7965: 36.142784,13.752074 + 7966: 36.142784,16.067913 + 7967: 36.14278,18.35948 + 7968: 36.153202,20.435343 + 7969: 36.163616,22.621027 + 7970: 36.163616,25.182278 + 7971: 36.163616,26.436783 + 7972: 36.507366,26.47723 + 7973: 36.330284,27.373686 + 7974: 35.642784,27.175632 + 7975: 35.674034,26.414686 + 7976: 35.288616,27.571741 + 7977: 34.663616,26.915033 + 7978: 4.965912,27.165209 + 7979: 4.278412,27.238174 + 7980: 3.9763288,27.321568 + 7981: 3.5909119,27.988697 + 7982: 3.4554954,28.332685 + 7983: 3.5179954,27.050545 + 7984: 4.007579,26.518927 + 7985: 3.4867454,26.644012 + 7986: 2.8825788,26.967154 + 7987: 2.6742454,27.457077 + 7988: 3.3409119,30.588322 + 7989: 3.4034119,29.95283 + 7990: 3.2992454,31.057764 + 7991: 2.9450788,32.954918 + 7992: 2.5388288,32.287785 + 7993: 2.7471619,31.036915 + 7994: 2.5700788,30.119612 + 7995: 2.7992454,33.173817 + 7996: 7.0131435,34.039 + 7997: 8.143259,36.239487 + 7998: 10.120075,36.176945 + 7999: 12.322359,36.156097 + 8000: 14.614885,36.156097 + 8001: 16.914501,36.156097 + 8002: 19.102785,36.156097 + 8003: 21.402971,36.156097 + 8004: 23.816494,36.156097 + 8005: 26.110912,36.156097 + 8006: 28.60574,36.156097 + 8007: 31.225552,36.156097 + 8008: 33.566727,36.16652 + 8009: 36.131607,36.197792 + 8010: 38.96713,36.302032 + 8011: 42.152668,36.416695 + 8012: 42.47015,36.62517 + 8013: 41.51809,36.343727 + 8014: 41.61184,35.926773 + 8015: 41.95559,35.405575 + 8016: 42.247257,35.030315 + 8017: 42.559757,35.343033 + 8018: 43.08059,35.832954 + 8019: 41.92434,35.36388 + 8020: 41.50767,34.98862 + 8021: 51.934757,36.18737 + 8022: 51.14309,36.103977 + 8023: 51.29934,36.447968 + 8024: 52.38267,37.083824 + 8025: 51.434757,36.687717 + 8026: 52.83059,37.271454 + 8027: 51.966007,37.427814 + 8028: 52.29934,38.18876 + 8029: 53.41392,38.7725 + 8030: 52.16392,36.771107 + 8031: 51.934757,35.8955 + 8032: 51.42434,34.50912 + 8033: 51.059757,34.498695 + 8093: 41.742958,-2.624811 + 8094: 41.347126,-3.3649087 + 8095: 40.847126,-3.646354 + 8096: 41.711708,-3.604658 + 8097: 42.670044,-3.6359303 + 8098: 44.211708,-3.8131363 + 8099: 44.232544,-3.8131363 + 8100: 43.732544,-3.8027127 + 8101: 40.795044,-4.0216146 + 8102: 40.409626,-4.146702 + 8103: 42.972126,-4.3656034 + 8104: 43.961708,-4.3551793 + 8105: 42.503376,-4.376027 + 8106: 40.951294,-4.3968754 + 8107: 41.482544,-4.313484 + 8108: 41.930458,-1.1881781 + 8109: 41.940876,34.52812 + 8135: 29.902767,-45.593185 + 8136: 30.26735,-45.436825 + 8137: 31.756935,-45.10326 + 8138: 32.006935,-44.96775 + 8139: 30.694433,-45.092834 + 8140: 30.059017,-47.02126 + 8141: 30.850683,-46.88575 + 8142: 28.702646,-47.13592 + 8143: 27.349558,-47.13592 + 8144: 26.46883,-47.15677 + 8145: 27.916746,-45.87463 + 8146: 28.21883,-44.175533 + 8147: 27.322996,-43.90451 + 8148: 26.239662,-43.71688 + 8149: 25.40633,-44.06087 + 8150: 26.010496,-43.82112 + 8151: 27.458412,-43.946205 + 8152: 25.929651,-47.207874 + 8153: 25.367151,-47.332962 + 8154: 24.398401,-47.562286 + 8155: 23.97132,-48.469166 + 8156: 23.648401,-48.865276 + 8157: 23.387985,-49.46986 + 8158: 25.62757,-52.803055 + 8159: 25.81507,-52.292286 + 8160: 26.06507,-52.04211 + 8161: 25.81507,-52.08381 + 8162: 25.22132,-51.92745 + 8163: 29.31507,-48.894093 + 8164: 29.242153,-49.040028 + 8165: 31.169235,-50.019875 + 8166: 31.710903,-49.9886 + 8167: 31.450485,-50.28047 + 8168: 30.81507,-50.697426 + 8169: 30.294235,-51.302013 + 8179: 26.40273,-57.958523 + 8180: 26.319397,-57.97937 + 8181: 26.600647,-58.114883 + 8182: 26.65273,-58.344208 + 8183: 26.49648,-58.573532 + 8184: 26.954815,-57.97937 + 8185: 27.329815,-58.292088 + 8186: 27.725649,-58.396328 + 8187: 28.298565,-58.073185 + 8188: 28.40273,-58.344208 + 8189: 28.27773,-58.688198 + 8190: 27.77773,-58.709045 + 8191: 27.100649,-58.771587 + 8192: 25.913147,-58.875828 + 8193: 24.40273,-59.886948 + 8194: 22.788147,-60.418564 + 8195: 23.329815,-60.449837 + 8196: 23.267315,-60.449837 + 8197: 22.079815,-60.439415 + 8198: 23.444397,-60.54365 + 8199: 24.798565,-60.554077 + 8200: 23.236973,-60.53323 + 8201: 36.870327,-59.09473 + 8202: 36.943245,-58.6465 + 8203: 36.432827,-58.959217 + 8204: 37.964314,-59.584652 + 8205: 42.35437,-58.469296 + 8206: 43.66687,-58.907097 + 8207: 43.375202,-58.771587 + 8208: 42.614784,-58.531837 + 8209: 43.843952,-62.08639 + 8210: 43.281452,-62.37826 + 8211: 42.708534,-62.545044 + 8212: 43.19812,-62.16978 + 8213: 22.520657,-62.329838 + 8214: 22.051907,-62.569588 + 8215: 21.44774,-62.548737 + 8216: 22.177189,-58.68147 + 8217: 21.57302,-58.671043 + 8218: 20.72927,-58.57723 + 8219: 20.843855,-58.431297 + 8220: 22.000105,-58.66062 + 8221: 22.26052,-58.93164 + 8222: 20.218855,-58.598076 + 8223: 15.041771,-58.483414 + 8224: 14.364688,-58.462566 + 8225: 14.791771,-58.462566 + 8226: 14.468855,-58.514687 + 8227: 4.417738,-62.600857 + 8228: 3.4906545,-62.21517 + 8229: 1.6364877,-58.639774 + 8230: 2.1156545,-59.577927 + 8231: 2.876071,-60.65159 + 8232: 3.8656545,-61.944153 + 8233: 1.3552377,-58.6085 + 8234: 1.9594045,-60.015728 + 8235: 1.594821,-61.454227 + 8236: 1.9177377,-60.245056 + 8237: 4.636488,-58.36875 + 8238: -1.3399857,-62.079662 + 8239: -2.0170689,-62.298565 + 8240: -2.3087358,-62.173477 + 8241: -2.0483189,-62.465347 + 8242: -2.6004024,-60.589043 + 8243: -1.6212357,-58.462566 + 8244: -2.0795689,-58.472992 + 8245: -14.08305,-58.295784 + 8246: -14.343466,-58.514687 + 8247: -14.437216,-58.994186 + 8248: -14.2393,-58.504265 + 8249: -8.447632,-62.267292 + 8250: -7.864299,-62.4445 + 8251: -9.416382,-54.96431 + 8252: -9.593466,-56.600864 + 8253: -9.822632,-57.34096 + 8254: -10.010132,-57.52859 + 8255: -15.437216,-57.080364 + 8256: -15.885132,-56.173485 + 8257: -15.1768,-55.193638 + 8258: -11.451889,-48.21829 + 8259: -10.587306,-48.14532 + 8260: -8.795639,-48.04108 + 8261: -7.0456395,-48.03066 + 8262: -5.0977225,-48.00981 + 8263: -6.931056,-48.03066 + 8264: -8.191473,-47.97854 + 8265: -7.660223,-50.032047 + 8266: -8.618556,-50.84511 + 8267: -9.639389,-52.16895 + 8268: -7.0664725,-53.31558 + 8269: -7.2539725,-53.90974 + 8270: -7.535223,-54.56645 + 8271: -7.6393895,-55.556717 + 8272: -7.556056,-56.174522 + 8273: -7.5456395,-55.840958 + 8274: -7.4206395,-54.819412 + 8275: -6.7539725,-53.09947 + 8276: -6.618556,-52.14047 + 8277: -6.6081395,-51.24401 + 8278: -6.7539725,-50.691547 + 8279: 0.105666876,-49.66242 + 8280: -0.008916378,-50.089798 + 8281: -0.6026664,-50.517178 + 8282: -0.9359999,-51.330242 + 8283: -1.0714164,-50.861168 + 8284: 3.230667,-53.123154 + 8285: 3.2410836,-52.49772 + 8286: 3.168167,-52.36221 + 8287: 3.5848336,-53.706894 + 8288: 3.699417,-54.57208 + 8289: 1.6785836,-56.97775 + 8290: 1.5119169,-57.425976 + 8291: 0.20983362,-57.86378 + 8292: -0.65474975,-57.311314 + 8293: -0.8734999,-56.758846 + 8386: 56.36561,-42.135994 + 8387: 56.42811,-42.250656 + 8388: 55.761444,-42.313198 + 8389: 54.70936,-42.782276 + 8390: 56.55311,-42.60507 + 8391: 56.99061,-42.63634 + 8392: 58.851147,-43.72043 + 8393: 58.74698,-43.73085 + 8394: 58.538647,-43.866364 + 8395: 59.54906,-43.14711 + 8396: 60.507397,-43.470253 + 8397: 60.95531,-44.137383 + 8398: 61.36502,-49.406292 + 8399: 60.823353,-50.41741 + 8400: 60.844185,-50.94903 + 8401: 60.406685,-51.63701 + 8402: 59.573353,-51.75167 + 8403: 59.073353,-50.73013 + 8404: 59.229603,-51.730824 + 8405: 58.073353,-51.897606 + 8406: 57.354603,-52.137356 + 8407: 58.385853,-50.990726 + 8408: 52.807323,-49.93038 + 8409: 52.403732,-50.90491 + 8410: 50.997105,-50.90488 + 8411: 52.674187,-49.852066 + 8412: 52.101273,-50.32114 + 8413: 51.997105,-50.49835 + 8414: 53.278355,-48.861794 + 8415: 52.538773,-49.320446 + 8416: 51.778355,-49.695705 + 8417: 50.049187,-50.456654 + 8418: 50.142937,-50.227325 + 8419: 49.517937,-48.74713 + 8420: 49.267937,-43.18053 + 8421: 49.924187,-43.670452 + 8422: 50.538773,-43.649605 + 8423: 50.445023,-43.78512 + 8424: 51.684605,-43.941475 + 8425: 52.913773,-43.764267 + 8426: 52.153355,-43.055443 + 8427: 49.861687,-44.37928 + 8428: 50.455437,-45.96371 + 8429: 51.903355,-46.00541 + 8430: 55.788773,-46.901863 + 8431: 55.215855,-46.401516 + 8432: 54.392937,-45.93244 + 8491: 48.04354,-65.01551 + 8492: 48.02271,-64.36923 + 8493: 48.13729,-63.295567 + 8494: 45.92896,-62.482502 + 8495: 45.814377,-63.09751 + 8496: 45.71021,-63.81676 + 8497: 40.610573,-65.09814 + 8498: 39.579323,-62.64852 + 8499: 39.28766,-63.888966 + 8500: 38.44391,-65.24407 + 8501: 37.50641,-62.53386 + 8502: 25.938972,-63.689293 + 8503: 25.836384,-64.36177 + 8504: 25.50305,-65.34161 + 8505: 24.787045,-65.06017 + 8506: 18.348186,-62.83337 + 8507: 17.994019,-62.416416 + 8508: 17.879436,-63.052273 + 8509: 18.139853,-63.94873 + 8510: 14.484504,-62.39557 + 8511: 15.405556,-62.927185 + 8512: 15.874306,-64.85561 + 8513: 4.595791,-63.625587 + 8514: 4.1999574,-64.34483 + 8515: 2.6582909,-65.29341 + 8516: 2.3562074,-64.70968 + 8517: 2.3145409,-63.854916 + 8518: -5.8602533,-63.790554 + 8519: -4.3323307,-63.503273 + 8520: -3.707331,-65.1711 + 8521: 15.709774,-47.829586 + 8522: 15.324358,-48.23612 + 8523: 15.032692,-48.34036 + 8524: -106.52296,-18.927156 + 8525: -106.75213,-19.417078 + 8526: -99.6255,-17.05828 + 8527: -99.36508,-17.50651 + 8528: -99.97967,-18.955431 + 8529: -100.11508,-18.569748 + 8530: -100.28175,-18.0694 + 8531: -100.59425,-17.808802 + 8532: -99.88592,-19.007551 + 8533: -99.83383,-19.424507 + 8534: -105.99616,-14.884351 + 8535: -105.12116,-14.165101 + 8536: -106.36075,-14.623754 + 8537: -107.162834,-14.415275 + 8538: -107.04612,-16.573572 + 8539: -107.04612,-17.115616 + 8540: -106.98362,-18.043344 + 8541: -102.24404,-21.02732 + 8542: -102.95237,-21.40258 + 8543: -102.848206,-21.121136 + 8544: -102.18154,-20.287224 + 8545: -101.73362,-19.286528 + 8546: -100.879456,-21.349577 + 8547: -100.83779,-21.360003 + 8548: -100.27529,-21.75611 + 8549: -100.05654,-22.246033 + 8550: -100.05654,-22.975706 + 8551: -99.88987,-23.611565 + 8552: -99.566956,-25.373205 + 8553: -99.96279,-25.800585 + 8554: -100.77529,-25.883976 + 8555: -101.70237,-25.99864 + 8556: -102.24404,-26.968063 + 8557: -102.18154,-27.645617 + 8558: -100.33779,-26.415571 + 8559: -99.691956,-26.874224 + 8560: -99.004456,-27.124397 + 8561: -98.92112,-27.166092 + 8562: -99.85862,-26.55108 + 8563: -100.566956,-25.487843 + 8564: -99.93154,-26.540657 + 8565: -104.316956,-30.303688 + 8566: -104.348206,-30.89785 + 8567: -106.01487,-32.774155 + 8568: -105.46279,-32.461437 + 8569: -105.129456,-32.857544 + 8570: -105.17112,-33.67061 + 8571: -105.35862,-33.274498 + 8572: -106.18154,-33.19111 + 8573: -108.28152,-31.502438 + 8574: -109.2712,-31.502438 + 8575: -108.98995,-31.293959 + 8576: -109.48995,-31.533709 + 8577: -109.13579,-31.742188 + 8578: -109.375374,-31.492014 + 8579: -109.906624,-32.398895 + 8580: -109.3962,-31.773458 + 8581: -109.437874,-31.94024 + 8582: -106.844124,-35.5299 + 8583: -107.19829,-35.571598 + 8584: -105.2712,-35.675835 + 8585: -104.94829,-35.759228 + 8586: -104.57329,-36.35339 + 8587: -104.47954,-37.291542 + 8588: -106.406624,-28.865862 + 8589: -106.63579,-28.03195 + 8590: -106.062874,-29.303667 + 8591: -106.80245,-27.094872 + 8592: -107.55245,-26.951439 + 8593: -107.29204,-27.003557 + 8594: -109.14917,-24.498865 + 8595: -108.6075,-24.665648 + 8596: -108.378334,-25.009636 + 8597: -108.597084,-26.760853 + 8598: -108.89917,-28.6997 + 8599: -109.71167,-28.897753 + 8600: -111.284584,-29.064535 + 8601: -109.58667,-26.949135 + 8602: -115.85152,-22.413666 + 8603: -115.54943,-22.580448 + 8604: -114.059845,-23.22673 + 8605: -115.17443,-22.71596 + 8606: -115.97652,-21.99671 + 8607: -116.122345,-21.402546 + 8608: -116.091095,-21.402546 + 8609: -114.059845,-23.205883 + 8610: -114.809845,-22.632568 + 8611: -116.69527,-24.102335 + 8612: -117.54943,-23.581139 + 8613: -118.903595,-23.330965 + 8614: -119.94527,-23.372662 + 8615: -121.16402,-23.497747 + 8616: -121.73693,-23.810465 + 8617: -121.528595,-23.779194 + 8618: -119.559845,-23.601988 + 8619: -118.07027,-23.654106 + 8620: -117.14318,-23.883432 + 8621: -121.27016,-25.3949 + 8622: -123.0518,-25.269812 + 8623: -122.09347,-24.696497 + 8624: -122.56222,-24.957094 + 8625: -121.88513,-25.467867 + 8626: -111.969025,-31.228817 + 8627: -112.64408,-31.654951 + 8628: -122.67503,-29.716105 + 8629: -122.61253,-29.830767 + 8630: -122.53961,-30.570864 + 8631: -122.82086,-31.102484 + 8632: -122.89378,-28.548626 + 8633: -122.70628,-28.88219 + 8634: -122.61253,-29.257452 + 8635: -109.80625,-37.715942 + 8636: -110.15,-37.705517 + 8637: -110.48334,-37.705517 + 8638: -111.23334,-37.74721 + 8639: -111.51459,-37.85145 + 8640: -111.34792,-38.289257 + 8641: -110.82709,-38.43519 + 8642: -110.15,-38.476887 + 8643: -110.025,-38.46646 + 8644: -110.82709,-38.393494 + 8645: -111.41042,-38.080776 + 8646: -111.4,-37.674244 + 8647: -109.37917,-40.207253 + 8648: -109.50417,-40.67633 + 8649: -111.22292,-40.832687 + 8650: -112.97292,-41.489395 + 8651: -112.00417,-41.322613 + 8652: -110.92084,-40.957775 + 8653: -109.32709,-40.645058 + 8732: -111.38574,-41.17331 + 8733: -111.27116,-41.006527 + 8734: -111.07324,-40.891865 + 8735: -110.68782,-40.839745 + 8736: -110.36491,-40.818897 + 8737: -140.3449,-36.962444 + 8738: -141.2784,-36.618458 + 8739: -141.90526,-36.243195 + 8740: -142.47818,-36.159805 + 8741: -142.8636,-36.045143 + 8742: -142.20735,-36.25362 + 8743: -141.49901,-36.535065 + 8744: -140.38443,-37.431522 + 8745: -140.45735,-39.349518 + 8746: -141.08235,-40.10004 + 8747: -141.49901,-40.28767 + 8748: -140.69693,-39.641388 + 8749: -142.60509,-39.922836 + 8750: -144.97601,-37.660847 + 8751: -145.44035,-37.358555 + 8752: -146.2112,-36.879055 + 8753: -146.73203,-36.618458 + 8754: -145.92995,-36.62888 + 8755: -145.04453,-36.57676 + 8756: -145.2737,-36.316162 + 8757: -146.5341,-36.33701 + 8758: -151.28496,-36.222347 + 8759: -151.6493,-36.62888 + 8760: -151.9618,-37.421097 + 8761: -152.3993,-38.296707 + 8762: -152.35765,-39.120193 + 8763: -151.04515,-36.76439 + 8764: -150.15973,-35.753273 + 8765: -149.65973,-35.555218 + 8766: -150.92015,-36.451675 + 8817: -135.85712,-54.994648 + 8818: -136.27377,-56.078735 + 8819: -136.0967,-57.381725 + 8820: -133.91962,-58.549202 + 8821: -132.8467,-58.048855 + 8822: -134.8467,-57.642323 + 8823: -133.64877,-56.797985 + 8824: -134.29462,-55.911953 + 8825: -132.87794,-55.18228 + 8826: -134.06544,-54.879986 + 8827: -132.86752,-52.232315 + 8828: -134.19044,-52.023834 + 8829: -134.58627,-51.31501 + 8830: -134.29462,-51.07526 + 8831: -134.68002,-52.38867 + 8832: -135.25294,-51.69027 + 8833: -133.08627,-49.76185 + 8834: -134.88837,-50.230923 + 8835: -135.83627,-50.2205 + 8881: -129.47762,-52.134857 + 8882: -127.99555,-52.239094 + 8883: -127.17958,-51.467728 + 8884: -127.24208,-48.319706 + 8885: -127.20042,-48.99726 + 8886: -127.14833,-49.66439 + 8887: -127.09625,-50.57127 + 8888: -127.17958,-52.06189 + 8889: -127.13792,-52.927074 + 8890: -127.52333,-53.250214 + 8891: -128.1275,-53.041737 + 8892: -129.2525,-53.145977 + 8893: -130.44,-53.13555 + 8894: -131.35666,-52.989616 + 8895: -129.09625,-52.14528 + 8896: -128.76291,-52.36418 + 8897: -130.71083,-51.842987 + 8898: -131.13791,-51.895107 + 8899: -122.74143,-52.841755 + 8900: -122.88727,-53.175323 + 8901: -122.908104,-53.50889 + 8902: -122.876854,-54.082203 + 8903: -122.80393,-53.790333 + 8904: -123.42893,-54.13432 + 8905: -123.283104,-54.738907 + 8906: -123.73102,-55.103745 + 8907: -124.533104,-55.239254 + 8908: -125.14768,-54.87442 + 8909: -125.13727,-53.602703 + 8910: -124.07477,-52.78964 + 8911: -120.783104,-52.727093 + 8944: -117.45125,-72.6234 + 8945: -117.36792,-73.5407 + 8946: -117.222084,-73.81172 + 8947: -115.74292,-74.35377 + 8948: -116.6075,-74.27038 + 8949: -117.30542,-73.8013 + 8950: -117.52417,-72.71722 + 8951: -117.4825,-73.01951 + 8952: -117.003334,-73.64494 + 8953: -115.795,-74.35377 + 8954: -109.71241,-81.71751 + 8955: -109.160324,-81.800896 + 8956: -108.816574,-81.905136 + 8957: -108.10824,-82.0198 + 8958: -110.847824,-85.97091 + 8959: -111.29574,-85.77286 + 8960: -111.95199,-85.75201 + 8961: -112.32699,-86.3566 + 8962: -112.285324,-88.9313 + 8963: -111.24366,-89.483765 + 8964: -109.691574,-89.504616 + 8965: -108.347824,-89.400375 + 8966: -107.160324,-89.25444 + 8967: -106.754074,-88.77494 + 8968: -106.629074,-87.482376 + 8969: -107.222824,-87.0133 + 8970: -108.48324,-86.888214 + 8971: -109.11866,-87.16966 + 8972: -110.191574,-87.60747 + 8973: -111.316574,-88.014 + 8974: -112.722824,-88.337135 + 8975: -114.10824,-88.31629 + 8976: -115.347824,-88.337135 + 8986: -97.611404,-82.50078 + 8987: -97.871826,-83.85588 + 8988: -97.85099,-84.283264 + 8989: -97.861404,-84.948746 + 8990: -97.75723,-87.30503 + 8991: -97.590576,-89.01517 + 8992: -97.13224,-89.51551 + 8993: -96.496826,-89.86993 + 8994: -95.465576,-89.89078 + 8995: -94.205154,-89.79696 + 8996: -92.705154,-89.671875 + 8997: -92.142654,-89.661446 + 8998: -91.548904,-88.84838 + 8999: -91.621826,-87.82684 + 9000: -91.580154,-86.75318 + 9001: -91.559326,-85.56486 + 9002: -91.548904,-84.45992 + 9003: -91.559326,-83.34456 + 9004: -91.934326,-82.646164 + 9005: -93.111404,-82.52107 + 9006: -94.88224,-82.42726 + 9007: -96.53849,-82.54192 + 9008: -90.72599,-75.88889 + 9009: -90.78849,-76.64984 + 9010: -91.00724,-77.21273 + 9011: -91.590576,-75.65957 + 9012: -91.56974,-76.22246 + 9013: -91.580154,-77.42121 + 9014: -90.871826,-76.81662 + 9015: -91.19474,-78.203 + 9016: -91.10099,-79.63107 + 9017: -90.35099,-77.150185 + 9018: -91.090576,-79.53726 + 9019: -91.31974,-80.44414 + 9020: -90.330154,-75.909744 + 9021: -90.298904,-76.05567 + 9022: -90.47599,-78.505295 + 9023: -90.715576,-79.558105 + 9024: -92.142654,-80.36075 + 9025: -92.965576,-80.3816 + 9026: -92.19474,-79.58938 + 9027: -92.028076,-78.96394 + 9028: -97.861404,-76.91044 + 9029: -98.840576,-77.13976 + 9030: -100.059326,-77.337814 + 9031: -90.27652,-61.44476 + 9032: -90.74527,-61.726208 + 9033: -90.40152,-61.65324 + 9034: -90.474434,-60.902718 + 9035: -91.2036,-61.423912 + 9036: -78.825775,-56.322643 + 9037: -79.263275,-56.312218 + 9038: -80.00286,-57.083588 + 9050: -28.661245,-54.958885 + 9051: -29.74458,-54.739983 + 9052: -30.421661,-54.76083 + 9053: -31.161245,-54.94846 + 9054: -31.046661,-55.886612 + 9055: -31.598576,-59.106743 + 9056: -32.922035,-60.601234 + 9057: -33.610443,-63.092617 + 9058: -33.2849,-63.020664 + 9059: -33.180733,-62.165905 + 9060: -33.04532,-61.279873 + 9061: -33.00365,-60.029003 + 9062: -33.399483,-59.00746 + 9063: -33.25365,-59.539078 + 9064: -32.993233,-60.508503 + 9065: -32.81615,-61.842762 + 9066: -32.98282,-62.760067 + 9078: -19.047657,-50.930412 + 9079: -19.058075,-50.930412 + 9080: -19.255991,-51.02423 + 9081: -19.380991,-50.899143 + 9082: -19.037241,-50.68024 + 9083: -22.401825,-47.282047 + 9084: -23.130991,-47.480103 + 9085: -23.703907,-47.761547 + 9091: -108.16371,-74.58247 + 9092: -107.88246,-77.32397 + 9093: -108.24705,-77.303116 + 9094: -108.2158,-77.782616 + 9095: -107.53871,-78.19957 + 9096: -108.56996,-77.688805 + 9097: -108.81996,-77.33439 + 9098: -110.0908,-76.239876 + 9099: -111.049126,-75.0724 + 9100: -111.68455,-74.09255 + 9101: -112.35121,-72.768715 + 9102: -112.25746,-72.393456 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 2525: -24.02126,20.005047 - 6040: -110.431946,-17.325914 - 6041: -109.463196,-17.492697 - 6199: -98.18845,-45.616882 - 6200: -98.41762,-45.700275 - 6201: -96.89679,-45.575188 - 6202: -95.04262,-44.126263 - 6203: -94.9697,-44.293045 - 6204: -95.07387,-43.803123 - 7175: -29.980207,41.042557 - 7176: -29.511457,41.042557 - 7177: -29.00104,40.93832 - 7178: -28.615623,41.000862 - 7179: -28.34479,41.02171 - 7180: -27.93854,41.000862 - 7181: -27.834373,40.802807 - 7182: -27.761457,40.615177 - 7183: -27.678123,40.312885 - 7338: -25.92744,38.963478 - 7339: -25.92744,38.963478 - 7340: -25.92744,38.963478 + 2520: -24.02126,20.005047 + 6029: -110.431946,-17.325914 + 6030: -109.463196,-17.492697 + 6188: -98.18845,-45.616882 + 6189: -98.41762,-45.700275 + 6190: -96.89679,-45.575188 + 6191: -95.04262,-44.126263 + 6192: -94.9697,-44.293045 + 6193: -95.07387,-43.803123 + 7164: -29.980207,41.042557 + 7165: -29.511457,41.042557 + 7166: -29.00104,40.93832 + 7167: -28.615623,41.000862 + 7168: -28.34479,41.02171 + 7169: -27.93854,41.000862 + 7170: -27.834373,40.802807 + 7171: -27.761457,40.615177 + 7172: -27.678123,40.312885 + 7327: -25.92744,38.963478 + 7328: -25.92744,38.963478 + 7329: -25.92744,38.963478 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 7389: -16.451021,32.505703 - 7390: -16.378105,32.432735 - 7391: -16.378105,32.432735 + 7378: -16.451021,32.505703 + 7379: -16.378105,32.432735 + 7380: -16.378105,32.432735 - node: cleanable: True angle: -4.71238898038469 rad color: '#FFFFFFFF' id: DirtLight decals: - 3859: 38.06251,-49.856686 - 3860: 38.791676,-49.929653 - 3861: 39.12501,-49.846264 - 3862: 42.136265,-50.07559 - 3863: 42.57836,-50.033894 - 3864: 43.337296,-50.023468 - 3865: 43.326878,-49.877533 - 3866: 43.451878,-50.940773 - 3867: 43.795628,-51.243065 - 3868: 43.181046,-51.086708 - 3869: 42.983128,-50.29449 - 3870: 41.399796,-49.846264 - 3871: 43.816463,-49.929653 - 3872: 39.358128,-49.78372 - 3873: 31.52383,-38.624092 - 3874: 31.346748,-38.842995 - 3875: 31.107162,-37.842297 - 3876: 32.045357,-45.210033 - 3877: 31.722439,-45.35597 - 3878: 31.33702,-45.47063 - 3879: 30.899523,-45.554024 - 3880: 30.378689,-45.554024 - 3881: 29.493273,-45.62699 - 3882: 30.284939,-45.564445 - 3883: 31.191189,-45.668686 - 3884: 31.472439,-46.36709 - 3885: 31.514107,-47.023792 - 3886: 31.264107,-47.346935 - 3887: 30.305773,-47.45117 - 3888: 31.201607,-46.53387 - 3889: 30.472439,-47.002945 - 3890: 29.555773,-47.242695 - 3891: 28.462023,-46.85701 - 3892: 28.347439,-46.554718 - 3893: 28.493273,-47.263542 - 3894: 28.076607,-46.80489 - 3895: 28.264107,-44.657566 - 3896: 27.378689,-43.354576 - 3897: 26.118273,-43.135677 - 3898: 25.243273,-45.293427 - 3899: 25.014107,-45.199608 - 3900: 24.399523,-45.449783 - 3901: 24.816189,-44.18849 - 3902: 23.045357,-43.98001 - 3903: 23.128689,-43.96959 - 3904: 25.7492,-46.293392 - 3905: 26.165867,-49.466663 - 3906: 26.5617,-49.424965 - 3907: 27.895035,-49.424965 - 3908: 31.467949,-49.80023 - 3909: 31.561699,-49.81065 - 3910: 30.363785,-54.65777 - 3911: 29.59295,-54.85582 - 3912: 28.59295,-54.87667 - 3913: 28.988785,-54.490986 - 3914: 28.7492,-54.991333 - 3915: 29.6867,-55.35617 - 3916: 27.228367,-55.314472 - 3917: 27.40545,-54.730736 - 3918: 27.3742,-54.63692 - 3919: 26.770033,-54.793278 - 3920: 25.415867,-54.751583 - 3921: 22.822117,-49.789803 - 3922: 22.03045,-49.289455 - 3923: 23.134617,-50.76965 - 3924: 22.790867,-50.707108 - 3925: 23.613783,-51.24915 - 3926: 27.287167,-50.860027 - 3927: 25.8705,-50.370102 - 3928: 27.068417,-50.6307 - 3929: 29.9955,-50.68282 - 3930: 28.586168,-51.662666 - 3931: 14.037986,-41.619976 - 3932: 13.892152,-41.515736 - 3933: 13.558819,-41.31768 - 3934: 17.611917,-23.284718 - 3935: 17.653585,-23.222174 - 3936: 17.893167,-22.659283 - 3937: 19.111917,-22.586315 - 3938: 20.236917,-22.586315 - 3939: 20.111917,-22.586315 - 3940: 19.664001,-22.648859 - 3941: 20.611917,-22.784369 - 3942: 20.591085,-23.003271 - 3943: 20.549417,-23.232597 - 3944: 20.257751,-23.378532 - 3945: 19.528585,-23.378532 - 3946: 22.695251,-23.21175 - 3947: 23.747335,-22.878185 - 3948: 23.539001,-22.575891 - 3949: 23.747335,-23.493195 - 3950: 24.966085,-22.888609 - 3951: 24.26817,-22.388262 - 3952: 24.26817,-25.046356 - 3953: 23.778585,-25.275682 - 3954: 24.632751,-24.608553 - 3955: 24.320251,-24.910847 - 3956: 23.716085,-25.171444 - 3957: 22.98692,-25.171444 - 3958: 22.54942,-25.338226 - 3959: 22.29942,-25.442465 - 3960: 22.070251,-25.525856 - 3961: 21.309835,-25.494585 - 3962: 19.903585,-25.411194 - 3963: 17.580667,-25.317379 - 3964: 18.986917,-25.359074 - 3965: 17.747335,-25.411194 - 3966: 18.726501,-25.421618 - 3967: 17.309835,-25.525856 - 3968: 17.611917,-26.349346 - 3969: 18.507751,-26.391043 - 3970: 20.986917,-23.15963 - 3971: 19.601501,-23.263868 - 3972: 23.294071,-30.461752 - 3973: 23.200321,-30.555567 - 3974: 23.27324,-32.181694 - 3975: 23.137821,-32.29636 - 3976: 22.658655,-32.421448 - 3977: 20.329187,-36.424225 - 3978: 20.41252,-36.424225 - 3979: 19.47502,-36.476345 - 3980: 18.839603,-36.46592 - 3981: 18.56877,-36.445072 - 3982: 19.360437,-35.69455 - 3983: 19.027103,-35.600735 - 3984: 19.47502,-35.413105 - 3985: 20.22502,-35.486073 - 3986: 24.178125,-35.360985 - 3987: 23.709375,-35.37141 - 3988: 22.886457,-35.392258 - 3989: 26.490625,-27.319782 - 3990: 26.584375,-27.330206 - 3991: 27.521875,-27.403173 - 3992: 28.501041,-32.291985 - 3993: 28.407291,-32.417072 - 3994: 23.969791,-27.882673 - 3995: 26.771875,-25.395355 - 3996: 27.271875,-25.364082 - 3997: 27.751041,-25.311964 - 3998: 27.344791,-24.623985 - 3999: 27.282291,-24.488474 - 4000: 26.605207,-24.415506 - 4001: 28.521875,-23.362692 - 4002: 28.115625,-22.862345 - 4003: 29.32396,-22.622595 - 4004: 29.938541,-22.622595 - 4005: 30.209375,-22.643444 - 4006: 30.32396,-23.0604 - 4007: 30.32396,-23.508627 - 4008: 30.41771,-24.123638 - 4009: 25.764027,-23.54854 - 4010: 26.170277,-23.496422 - 4011: 27.25361,-8.332348 - 4012: 26.055695,-8.436588 - 4013: 23.78486,-8.467859 - 4014: 23.09736,-8.49913 - 4015: 22.805695,-7.706914 - 4016: 23.25361,-7.654794 - 4017: 25.857777,-7.6652184 - 4018: 23.868195,-7.540131 - 4019: 22.81611,-7.6130986 - 4020: 22.81611,-8.394892 - 4021: 22.65986,-8.686761 - 4022: 23.118195,-7.69649 - 4023: 23.555695,-7.9883595 - 4024: 22.40986,-8.645065 - 4025: 22.899445,-8.436588 - 4026: 22.84736,-8.884815 - 4027: 23.618195,-8.04048 - 4028: 24.743195,-7.779881 - 4029: 26.961945,-7.9049683 - 4030: 27.524445,-9.531097 - 4031: 28.055695,-10.834085 - 4032: 27.94111,-9.447706 - 4033: 27.930695,-11.1884985 - 4034: 19.732378,-3.1413794 - 4035: 19.909462,-2.5680642 - 4036: 20.357378,-5.059378 - 4037: 20.951128,-7.2692466 - 4038: 21.013628,-7.998919 - 4039: 20.461546,-8.37418 - 4040: 19.680296,-8.447147 - 4041: 18.909462,-8.415876 - 4042: 20.836546,-8.4263 - 4043: 19.409462,-8.363757 - 4044: 18.419878,-8.322062 - 4045: 18.190712,-8.363757 - 4046: 17.451128,-8.37418 - 4047: 16.763628,-8.301214 - 4048: 16.628212,-7.7174745 - 4049: 16.544878,-7.436029 - 4050: 15.774046,-7.394333 - 4051: 14.961545,-7.5089965 - 4052: 14.503212,-6.7480507 - 4053: 14.534462,-8.030191 - 4054: 14.263628,-7.780018 - 4055: 15.534462,-5.171465 - 4056: 14.638628,-5.452911 - 4057: 14.794878,-5.776051 - 4058: 15.274046,-5.26528 - 4059: 15.440712,-4.4209433 - 4060: 15.461546,-3.816357 - 4061: 15.409462,-1.0644457 - 4062: 15.482378,-1.6064887 - 4063: 15.305296,-1.5230975 - 4064: 14.763628,-1.1374125 - 4065: 14.815712,-0.57452154 - 4066: 15.117796,-0.4390108 - 4067: 15.346962,-0.58494586 - 4068: 15.388628,-1.0748694 - 4069: 15.221962,-1.4292821 - 4070: 14.701128,-1.4292821 - 4071: 14.524045,-0.7413046 - 4072: 14.867795,-0.50155467 - 4073: 15.190712,-0.47028303 - 4074: 14.836545,-0.44943506 - 4075: 14.524045,-0.6474891 - 4076: 15.596962,-0.99147815 - 4077: 15.576128,-0.7725762 - 4078: 15.576128,-0.97063017 - 4079: 15.336546,-1.5022496 - 4080: 14.503212,-1.3458909 - 4081: 14.617795,-2.5342162 - 4082: 14.565712,-2.9615963 - 4083: 14.492795,-3.3889768 - 4084: 15.201128,-4.3271284 - 4085: 15.482378,-3.190922 - 4086: 15.430296,-2.794814 - 4087: 15.357378,-2.3882818 - 4088: 15.346962,3.3905141 - 4089: 15.149046,3.3286884 - 4090: 15.159462,2.6824062 - 4091: 15.201128,2.3488414 - 4092: 15.430296,3.0159717 - 4093: 15.326128,2.275874 - 4094: 15.461546,1.9110374 - 4095: 15.607378,1.4106896 - 4096: 15.482378,1.7442551 - 4097: 15.982378,1.2230594 - 4098: 16.159462,0.9833095 - 4099: 15.742796,0.9207661 - 4100: 16.055296,0.9520378 - 4101: 15.492796,0.50381017 - 4102: 15.357378,-0.027809203 - 4103: 15.305296,-0.3196786 - 4104: 15.399046,0.37872308 - 4105: 15.357378,-0.2988308 - 4106: 14.732378,0.09727734 - 4107: 14.701128,0.82695127 - 4108: 14.753212,1.5462005 - 4109: 14.971962,2.7345257 - 4110: 16.451128,3.5475903 - 4111: 16.534462,3.2244494 - 4112: 16.492796,2.9534278 - 4113: 17.492796,3.5997095 - 4114: 17.586546,3.3599598 - 4115: 17.576128,3.0993629 - 4116: 17.294878,3.3471487 - 4117: 17.346962,2.3568778 - 4118: 17.367796,2.2630625 - 4119: 20.378212,2.1379757 - 4120: 19.107378,1.6793234 - 4121: 19.846962,1.9399214 - 4122: 19.284462,2.210943 - 4123: 19.628212,0.053194225 - 4124: 18.846962,-0.52012044 - 4125: 17.951128,-0.80156624 - 4126: 18.232378,-0.6452075 - 4127: 18.909462,-0.14485973 - 4128: 17.524046,-1.6042066 - 4129: 17.294878,-1.698022 - 4130: 17.533964,1.0017698 - 4131: 16.773546,0.6994765 - 4132: 17.10688,0.6682048 - 4133: 16.57563,-2.260913 - 4134: 15.773546,-2.1149778 - 4135: 15.846464,-2.76126 - 4136: 15.85688,-3.261608 - 4137: 15.82563,-2.4068475 - 4138: 17.487696,-4.5672407 - 4139: 17.10228,-4.681904 - 4140: 15.654364,-4.473426 - 4141: 21.050196,-1.3077407 - 4142: 20.904364,-1.7872405 - 4143: 21.435614,-1.6308818 - 4144: 21.435614,-1.6413054 - 4145: 19.483421,-1.6100339 - 4146: 17.873035,-5.8479695 - 4147: 16.30012,-6.4525566 - 4148: 16.998035,-6.2753496 - 4149: 16.779285,-6.3900127 - 4150: 16.529285,-6.4629803 - 4151: 17.560085,4.66968 - 4152: 17.33092,4.648832 - 4153: 16.789251,4.784343 - 4154: 15.841335,4.773919 - 4155: 16.89342,4.5237455 - 4156: 16.289251,4.5028977 - 4157: 15.570501,4.492473 - 4158: 14.549668,5.253419 - 4159: 14.435085,5.5869837 - 4160: 14.539252,5.4618964 - 4161: 14.664252,4.9823976 - 4162: 14.758002,4.784343 - 4163: 15.247585,5.795462 - 4164: 16.20592,6.4000483 - 4165: 16.414251,6.358353 - 4166: 15.935085,6.222842 - 4167: 23.877493,15.407432 - 4168: 24.414948,15.363154 - 4169: 24.529531,14.560513 - 4170: 24.425365,14.831534 - 4171: 24.529531,14.101861 - 4172: 25.144115,13.997622 - 4173: 24.696198,12.736261 - 4174: 23.624771,13.017019 - 4175: 23.655928,14.02375 - 4176: 24.312178,10.990394 - 4177: 24.249678,11.928545 - 4178: 24.333012,11.355229 - 4179: 24.989262,13.31092 - 4180: 25.53093,11.017659 - 4181: 25.551762,9.92315 - 4182: 25.40593,11.048932 - 4183: 25.395512,11.080203 - 4184: 24.218428,10.50144 - 4185: 23.749678,9.916651 - 4186: 24.801762,10.698444 - 4187: 24.437178,8.082044 - 4188: 24.218428,7.2443013 - 4189: 24.447596,8.394749 - 4190: 24.155928,5.921741 - 4191: 23.926762,5.7341104 - 4192: 23.155928,5.4526653 - 4193: 24.020512,6.390817 - 4194: 21.072596,5.285883 - 4195: 23.843428,4.962742 - 4196: 24.239262,4.399851 - 4197: 22.864262,4.524937 - 4198: 22.051762,4.5457854 - 4199: 19.853846,4.702144 - 4200: 21.853846,4.712568 - 4201: 22.822596,6.6201425 - 4202: 21.353846,6.5992947 - 4203: 19.739262,6.672262 - 4204: 20.885096,6.3386974 - 4205: 20.583012,6.2865777 - 4206: 20.034687,5.7549586 - 4207: 18.579784,5.4005456 - 4208: 17.361034,5.369274 - 4209: 17.715202,5.390122 - 4210: 16.881868,5.83835 - 4211: 17.490925,6.672262 - 4212: 17.449259,7.349816 - 4213: 15.532591,8.07949 - 4214: 15.574259,8.590261 - 4215: 15.303425,8.892554 - 4216: 14.813842,8.183729 - 4217: 14.876342,9.194848 - 4218: 14.845092,9.5075655 - 4219: 14.563842,9.757739 - 4220: 15.553425,9.517989 - 4221: 14.376342,7.923131 - 4222: 14.782592,10.93564 - 4223: 15.365925,11.310901 - 4224: 17.81384,11.164967 - 4225: 18.511759,11.300477 - 4226: 17.06384,11.144118 - 4227: 16.334675,11.060727 - 4228: 15.355509,10.810554 - 4229: 16.428425,10.779283 - 4230: 16.636759,10.581227 - 4231: 17.53259,10.695891 - 4232: 18.18884,10.466565 - 4233: 18.345093,9.236544 - 4234: 18.459675,9.330359 - 4235: 17.865925,9.517989 - 4236: 17.584675,8.74662 - 4237: 18.209675,8.402631 - 4238: 17.615925,7.0266747 - 4239: 17.87634,7.381088 - 4240: 16.116018,6.7035336 - 4241: 15.255758,6.046828 - 4242: 14.339091,5.4318175 - 4243: 14.495341,5.5360565 - 4244: 13.651591,5.0565567 - 4245: 13.568258,5.2024918 - 4246: 13.453674,5.327578 - 4247: 13.151591,4.858503 - 4248: 13.109924,4.910622 - 4249: 12.953674,4.139253 - 4250: 13.359924,3.472123 - 4251: 13.358044,-6.800278 - 4252: 13.337211,-7.2906775 - 4253: 13.108044,-8.009927 - 4254: 13.097628,-7.9682317 - 4255: 13.180961,-8.406035 - 4256: 13.191378,-8.437307 - 4257: 13.701794,-8.218405 - 4258: 12.253878,-8.562394 - 4259: 13.014294,-8.207981 - 4260: 12.472628,-8.520698 - 4261: 12.774711,-8.353916 - 4262: 12.4499655,-8.709023 - 4263: 13.3768635,-9.48162 - 4264: 13.0018635,-11.420466 - 4265: 13.522697,-9.8464575 - 4266: 13.553947,-10.086207 - 4267: 13.3143635,-10.211293 - 4268: 13.272697,-9.554587 - 4269: 11.727003,-11.894209 - 4270: 11.508184,-12.989013 - 4271: 11.258184,-13.624871 - 4272: 13.780406,-13.062204 - 4273: 13.0508795,-12.833685 - 4274: 12.5196295,-12.729445 - 4275: 14.4258795,-12.656479 - 4276: 13.1446295,-12.729445 - 4277: 15.061296,-12.552239 - 4278: 15.73838,-12.677327 - 4279: 16.477962,-12.677327 - 4280: 17.20713,-12.771142 - 4281: 17.373796,-13.469543 - 4282: 17.373796,-13.969891 - 4283: 17.17588,-14.699565 - 4284: 17.342546,-14.31388 - 4285: 16.384212,-15.304151 + 3848: 38.06251,-49.856686 + 3849: 38.791676,-49.929653 + 3850: 39.12501,-49.846264 + 3851: 42.136265,-50.07559 + 3852: 42.57836,-50.033894 + 3853: 43.337296,-50.023468 + 3854: 43.326878,-49.877533 + 3855: 43.451878,-50.940773 + 3856: 43.795628,-51.243065 + 3857: 43.181046,-51.086708 + 3858: 42.983128,-50.29449 + 3859: 41.399796,-49.846264 + 3860: 43.816463,-49.929653 + 3861: 39.358128,-49.78372 + 3862: 31.52383,-38.624092 + 3863: 31.346748,-38.842995 + 3864: 31.107162,-37.842297 + 3865: 32.045357,-45.210033 + 3866: 31.722439,-45.35597 + 3867: 31.33702,-45.47063 + 3868: 30.899523,-45.554024 + 3869: 30.378689,-45.554024 + 3870: 29.493273,-45.62699 + 3871: 30.284939,-45.564445 + 3872: 31.191189,-45.668686 + 3873: 31.472439,-46.36709 + 3874: 31.514107,-47.023792 + 3875: 31.264107,-47.346935 + 3876: 30.305773,-47.45117 + 3877: 31.201607,-46.53387 + 3878: 30.472439,-47.002945 + 3879: 29.555773,-47.242695 + 3880: 28.462023,-46.85701 + 3881: 28.347439,-46.554718 + 3882: 28.493273,-47.263542 + 3883: 28.076607,-46.80489 + 3884: 28.264107,-44.657566 + 3885: 27.378689,-43.354576 + 3886: 26.118273,-43.135677 + 3887: 25.243273,-45.293427 + 3888: 25.014107,-45.199608 + 3889: 24.399523,-45.449783 + 3890: 24.816189,-44.18849 + 3891: 23.045357,-43.98001 + 3892: 23.128689,-43.96959 + 3893: 25.7492,-46.293392 + 3894: 26.165867,-49.466663 + 3895: 26.5617,-49.424965 + 3896: 27.895035,-49.424965 + 3897: 31.467949,-49.80023 + 3898: 31.561699,-49.81065 + 3899: 30.363785,-54.65777 + 3900: 29.59295,-54.85582 + 3901: 28.59295,-54.87667 + 3902: 28.988785,-54.490986 + 3903: 28.7492,-54.991333 + 3904: 29.6867,-55.35617 + 3905: 27.228367,-55.314472 + 3906: 27.40545,-54.730736 + 3907: 27.3742,-54.63692 + 3908: 26.770033,-54.793278 + 3909: 25.415867,-54.751583 + 3910: 22.822117,-49.789803 + 3911: 22.03045,-49.289455 + 3912: 23.134617,-50.76965 + 3913: 22.790867,-50.707108 + 3914: 23.613783,-51.24915 + 3915: 27.287167,-50.860027 + 3916: 25.8705,-50.370102 + 3917: 27.068417,-50.6307 + 3918: 29.9955,-50.68282 + 3919: 28.586168,-51.662666 + 3920: 14.037986,-41.619976 + 3921: 13.892152,-41.515736 + 3922: 13.558819,-41.31768 + 3923: 17.611917,-23.284718 + 3924: 17.653585,-23.222174 + 3925: 17.893167,-22.659283 + 3926: 19.111917,-22.586315 + 3927: 20.236917,-22.586315 + 3928: 20.111917,-22.586315 + 3929: 19.664001,-22.648859 + 3930: 20.611917,-22.784369 + 3931: 20.591085,-23.003271 + 3932: 20.549417,-23.232597 + 3933: 20.257751,-23.378532 + 3934: 19.528585,-23.378532 + 3935: 22.695251,-23.21175 + 3936: 23.747335,-22.878185 + 3937: 23.539001,-22.575891 + 3938: 23.747335,-23.493195 + 3939: 24.966085,-22.888609 + 3940: 24.26817,-22.388262 + 3941: 24.26817,-25.046356 + 3942: 23.778585,-25.275682 + 3943: 24.632751,-24.608553 + 3944: 24.320251,-24.910847 + 3945: 23.716085,-25.171444 + 3946: 22.98692,-25.171444 + 3947: 22.54942,-25.338226 + 3948: 22.29942,-25.442465 + 3949: 22.070251,-25.525856 + 3950: 21.309835,-25.494585 + 3951: 19.903585,-25.411194 + 3952: 17.580667,-25.317379 + 3953: 18.986917,-25.359074 + 3954: 17.747335,-25.411194 + 3955: 18.726501,-25.421618 + 3956: 17.309835,-25.525856 + 3957: 17.611917,-26.349346 + 3958: 18.507751,-26.391043 + 3959: 20.986917,-23.15963 + 3960: 19.601501,-23.263868 + 3961: 23.294071,-30.461752 + 3962: 23.200321,-30.555567 + 3963: 23.27324,-32.181694 + 3964: 23.137821,-32.29636 + 3965: 22.658655,-32.421448 + 3966: 20.329187,-36.424225 + 3967: 20.41252,-36.424225 + 3968: 19.47502,-36.476345 + 3969: 18.839603,-36.46592 + 3970: 18.56877,-36.445072 + 3971: 19.360437,-35.69455 + 3972: 19.027103,-35.600735 + 3973: 19.47502,-35.413105 + 3974: 20.22502,-35.486073 + 3975: 24.178125,-35.360985 + 3976: 23.709375,-35.37141 + 3977: 22.886457,-35.392258 + 3978: 26.490625,-27.319782 + 3979: 26.584375,-27.330206 + 3980: 27.521875,-27.403173 + 3981: 28.501041,-32.291985 + 3982: 28.407291,-32.417072 + 3983: 23.969791,-27.882673 + 3984: 26.771875,-25.395355 + 3985: 27.271875,-25.364082 + 3986: 27.751041,-25.311964 + 3987: 27.344791,-24.623985 + 3988: 27.282291,-24.488474 + 3989: 26.605207,-24.415506 + 3990: 28.521875,-23.362692 + 3991: 28.115625,-22.862345 + 3992: 29.32396,-22.622595 + 3993: 29.938541,-22.622595 + 3994: 30.209375,-22.643444 + 3995: 30.32396,-23.0604 + 3996: 30.32396,-23.508627 + 3997: 30.41771,-24.123638 + 3998: 25.764027,-23.54854 + 3999: 26.170277,-23.496422 + 4000: 27.25361,-8.332348 + 4001: 26.055695,-8.436588 + 4002: 23.78486,-8.467859 + 4003: 23.09736,-8.49913 + 4004: 22.805695,-7.706914 + 4005: 23.25361,-7.654794 + 4006: 25.857777,-7.6652184 + 4007: 23.868195,-7.540131 + 4008: 22.81611,-7.6130986 + 4009: 22.81611,-8.394892 + 4010: 22.65986,-8.686761 + 4011: 23.118195,-7.69649 + 4012: 23.555695,-7.9883595 + 4013: 22.40986,-8.645065 + 4014: 22.899445,-8.436588 + 4015: 22.84736,-8.884815 + 4016: 23.618195,-8.04048 + 4017: 24.743195,-7.779881 + 4018: 26.961945,-7.9049683 + 4019: 27.524445,-9.531097 + 4020: 28.055695,-10.834085 + 4021: 27.94111,-9.447706 + 4022: 27.930695,-11.1884985 + 4023: 19.732378,-3.1413794 + 4024: 19.909462,-2.5680642 + 4025: 20.357378,-5.059378 + 4026: 20.951128,-7.2692466 + 4027: 21.013628,-7.998919 + 4028: 20.461546,-8.37418 + 4029: 19.680296,-8.447147 + 4030: 18.909462,-8.415876 + 4031: 20.836546,-8.4263 + 4032: 19.409462,-8.363757 + 4033: 18.419878,-8.322062 + 4034: 18.190712,-8.363757 + 4035: 17.451128,-8.37418 + 4036: 16.763628,-8.301214 + 4037: 16.628212,-7.7174745 + 4038: 16.544878,-7.436029 + 4039: 15.774046,-7.394333 + 4040: 14.961545,-7.5089965 + 4041: 14.503212,-6.7480507 + 4042: 14.534462,-8.030191 + 4043: 14.263628,-7.780018 + 4044: 15.534462,-5.171465 + 4045: 14.638628,-5.452911 + 4046: 14.794878,-5.776051 + 4047: 15.274046,-5.26528 + 4048: 15.440712,-4.4209433 + 4049: 15.461546,-3.816357 + 4050: 15.409462,-1.0644457 + 4051: 15.482378,-1.6064887 + 4052: 15.305296,-1.5230975 + 4053: 14.763628,-1.1374125 + 4054: 14.815712,-0.57452154 + 4055: 15.117796,-0.4390108 + 4056: 15.346962,-0.58494586 + 4057: 15.388628,-1.0748694 + 4058: 15.221962,-1.4292821 + 4059: 14.701128,-1.4292821 + 4060: 14.524045,-0.7413046 + 4061: 14.867795,-0.50155467 + 4062: 15.190712,-0.47028303 + 4063: 14.836545,-0.44943506 + 4064: 14.524045,-0.6474891 + 4065: 15.596962,-0.99147815 + 4066: 15.576128,-0.7725762 + 4067: 15.576128,-0.97063017 + 4068: 15.336546,-1.5022496 + 4069: 14.503212,-1.3458909 + 4070: 14.617795,-2.5342162 + 4071: 14.565712,-2.9615963 + 4072: 14.492795,-3.3889768 + 4073: 15.201128,-4.3271284 + 4074: 15.482378,-3.190922 + 4075: 15.430296,-2.794814 + 4076: 15.357378,-2.3882818 + 4077: 15.346962,3.3905141 + 4078: 15.149046,3.3286884 + 4079: 15.159462,2.6824062 + 4080: 15.201128,2.3488414 + 4081: 15.430296,3.0159717 + 4082: 15.326128,2.275874 + 4083: 15.461546,1.9110374 + 4084: 15.607378,1.4106896 + 4085: 15.482378,1.7442551 + 4086: 15.982378,1.2230594 + 4087: 16.159462,0.9833095 + 4088: 15.742796,0.9207661 + 4089: 16.055296,0.9520378 + 4090: 15.492796,0.50381017 + 4091: 15.357378,-0.027809203 + 4092: 15.305296,-0.3196786 + 4093: 15.399046,0.37872308 + 4094: 15.357378,-0.2988308 + 4095: 14.732378,0.09727734 + 4096: 14.701128,0.82695127 + 4097: 14.753212,1.5462005 + 4098: 14.971962,2.7345257 + 4099: 16.451128,3.5475903 + 4100: 16.534462,3.2244494 + 4101: 16.492796,2.9534278 + 4102: 17.492796,3.5997095 + 4103: 17.586546,3.3599598 + 4104: 17.576128,3.0993629 + 4105: 17.294878,3.3471487 + 4106: 17.346962,2.3568778 + 4107: 17.367796,2.2630625 + 4108: 20.378212,2.1379757 + 4109: 19.107378,1.6793234 + 4110: 19.846962,1.9399214 + 4111: 19.284462,2.210943 + 4112: 19.628212,0.053194225 + 4113: 18.846962,-0.52012044 + 4114: 17.951128,-0.80156624 + 4115: 18.232378,-0.6452075 + 4116: 18.909462,-0.14485973 + 4117: 17.524046,-1.6042066 + 4118: 17.294878,-1.698022 + 4119: 17.533964,1.0017698 + 4120: 16.773546,0.6994765 + 4121: 17.10688,0.6682048 + 4122: 16.57563,-2.260913 + 4123: 15.773546,-2.1149778 + 4124: 15.846464,-2.76126 + 4125: 15.85688,-3.261608 + 4126: 15.82563,-2.4068475 + 4127: 17.487696,-4.5672407 + 4128: 17.10228,-4.681904 + 4129: 15.654364,-4.473426 + 4130: 21.050196,-1.3077407 + 4131: 20.904364,-1.7872405 + 4132: 21.435614,-1.6308818 + 4133: 21.435614,-1.6413054 + 4134: 19.483421,-1.6100339 + 4135: 17.873035,-5.8479695 + 4136: 16.30012,-6.4525566 + 4137: 16.998035,-6.2753496 + 4138: 16.779285,-6.3900127 + 4139: 16.529285,-6.4629803 + 4140: 17.560085,4.66968 + 4141: 17.33092,4.648832 + 4142: 16.789251,4.784343 + 4143: 15.841335,4.773919 + 4144: 16.89342,4.5237455 + 4145: 16.289251,4.5028977 + 4146: 15.570501,4.492473 + 4147: 14.549668,5.253419 + 4148: 14.435085,5.5869837 + 4149: 14.539252,5.4618964 + 4150: 14.664252,4.9823976 + 4151: 14.758002,4.784343 + 4152: 15.247585,5.795462 + 4153: 16.20592,6.4000483 + 4154: 16.414251,6.358353 + 4155: 15.935085,6.222842 + 4156: 23.877493,15.407432 + 4157: 24.414948,15.363154 + 4158: 24.529531,14.560513 + 4159: 24.425365,14.831534 + 4160: 24.529531,14.101861 + 4161: 25.144115,13.997622 + 4162: 24.696198,12.736261 + 4163: 23.624771,13.017019 + 4164: 23.655928,14.02375 + 4165: 24.312178,10.990394 + 4166: 24.249678,11.928545 + 4167: 24.333012,11.355229 + 4168: 24.989262,13.31092 + 4169: 25.53093,11.017659 + 4170: 25.551762,9.92315 + 4171: 25.40593,11.048932 + 4172: 25.395512,11.080203 + 4173: 24.218428,10.50144 + 4174: 23.749678,9.916651 + 4175: 24.801762,10.698444 + 4176: 24.437178,8.082044 + 4177: 24.218428,7.2443013 + 4178: 24.447596,8.394749 + 4179: 24.155928,5.921741 + 4180: 23.926762,5.7341104 + 4181: 23.155928,5.4526653 + 4182: 24.020512,6.390817 + 4183: 21.072596,5.285883 + 4184: 23.843428,4.962742 + 4185: 24.239262,4.399851 + 4186: 22.864262,4.524937 + 4187: 22.051762,4.5457854 + 4188: 19.853846,4.702144 + 4189: 21.853846,4.712568 + 4190: 22.822596,6.6201425 + 4191: 21.353846,6.5992947 + 4192: 19.739262,6.672262 + 4193: 20.885096,6.3386974 + 4194: 20.583012,6.2865777 + 4195: 20.034687,5.7549586 + 4196: 18.579784,5.4005456 + 4197: 17.361034,5.369274 + 4198: 17.715202,5.390122 + 4199: 16.881868,5.83835 + 4200: 17.490925,6.672262 + 4201: 17.449259,7.349816 + 4202: 15.532591,8.07949 + 4203: 15.574259,8.590261 + 4204: 15.303425,8.892554 + 4205: 14.813842,8.183729 + 4206: 14.876342,9.194848 + 4207: 14.845092,9.5075655 + 4208: 14.563842,9.757739 + 4209: 15.553425,9.517989 + 4210: 14.376342,7.923131 + 4211: 14.782592,10.93564 + 4212: 15.365925,11.310901 + 4213: 17.81384,11.164967 + 4214: 18.511759,11.300477 + 4215: 17.06384,11.144118 + 4216: 16.334675,11.060727 + 4217: 15.355509,10.810554 + 4218: 16.428425,10.779283 + 4219: 16.636759,10.581227 + 4220: 17.53259,10.695891 + 4221: 18.18884,10.466565 + 4222: 18.345093,9.236544 + 4223: 18.459675,9.330359 + 4224: 17.865925,9.517989 + 4225: 17.584675,8.74662 + 4226: 18.209675,8.402631 + 4227: 17.615925,7.0266747 + 4228: 17.87634,7.381088 + 4229: 16.116018,6.7035336 + 4230: 15.255758,6.046828 + 4231: 14.339091,5.4318175 + 4232: 14.495341,5.5360565 + 4233: 13.651591,5.0565567 + 4234: 13.568258,5.2024918 + 4235: 13.453674,5.327578 + 4236: 13.151591,4.858503 + 4237: 13.109924,4.910622 + 4238: 12.953674,4.139253 + 4239: 13.359924,3.472123 + 4240: 13.358044,-6.800278 + 4241: 13.337211,-7.2906775 + 4242: 13.108044,-8.009927 + 4243: 13.097628,-7.9682317 + 4244: 13.180961,-8.406035 + 4245: 13.191378,-8.437307 + 4246: 13.701794,-8.218405 + 4247: 12.253878,-8.562394 + 4248: 13.014294,-8.207981 + 4249: 12.472628,-8.520698 + 4250: 12.774711,-8.353916 + 4251: 12.4499655,-8.709023 + 4252: 13.3768635,-9.48162 + 4253: 13.0018635,-11.420466 + 4254: 13.522697,-9.8464575 + 4255: 13.553947,-10.086207 + 4256: 13.3143635,-10.211293 + 4257: 13.272697,-9.554587 + 4258: 11.727003,-11.894209 + 4259: 11.508184,-12.989013 + 4260: 11.258184,-13.624871 + 4261: 13.780406,-13.062204 + 4262: 13.0508795,-12.833685 + 4263: 12.5196295,-12.729445 + 4264: 14.4258795,-12.656479 + 4265: 13.1446295,-12.729445 + 4266: 15.061296,-12.552239 + 4267: 15.73838,-12.677327 + 4268: 16.477962,-12.677327 + 4269: 17.20713,-12.771142 + 4270: 17.373796,-13.469543 + 4271: 17.373796,-13.969891 + 4272: 17.17588,-14.699565 + 4273: 17.342546,-14.31388 + 4274: 16.384212,-15.304151 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 2152: -79.408844,38.423645 - 2153: -79.17968,38.444492 - 2154: -76.92968,38.527885 - 2155: -76.82551,38.475765 - 2156: -76.70051,38.350677 - 2157: -79.46093,34.848248 - 2158: -79.36718,34.691887 - 2159: -76.55468,34.931637 - 2160: -77.55468,34.37917 - 2161: -78.02343,34.32705 - 2162: -79.67968,35.348595 - 2163: -79.67968,35.515377 - 2164: -79.627594,35.828094 - 2165: -75.408844,38.454918 - 2166: -75.17968,38.43407 - 2167: -74.49218,38.402798 - 2168: -72.51301,38.43407 - 2169: -72.51301,38.308983 - 2170: -73.46093,38.611275 - 2171: -75.29426,34.222813 - 2172: -74.471344,34.285355 - 2173: -73.88801,34.285355 - 2174: -73.27343,34.368748 - 2175: -73.14843,34.452137 - 2176: -72.85676,34.51468 - 2177: -72.30468,35.431984 - 2178: -72.30468,35.588345 - 2179: -72.252594,36.046997 - 2180: -72.533844,37.391678 - 2181: -72.55468,37.151928 - 2182: -72.57551,36.51607 - 2183: -71.377594,36.46395 - 2184: -71.33593,36.255474 - 2185: -71.33593,35.713432 - 2186: -67.461174,38.652973 - 2187: -66.867424,38.6217 - 2188: -66.37784,38.580006 - 2189: -65.398674,38.496613 - 2190: -65.117424,38.55916 - 2191: -68.6695,34.43129 - 2192: -67.804924,34.452137 - 2193: -67.13825,34.49383 - 2194: -64.09912,34.420868 - 2195: -63.057457,34.400017 - 2196: -62.713707,34.472984 - 2197: -61.526207,34.525105 - 2198: -60.70329,34.556377 - 2199: -59.963707,34.53553 - 2200: -60.339012,38.580006 - 2201: -60.036926,38.548733 - 2202: -59.891094,38.50704 - 2203: -59.859844,38.1422 - 2204: -59.682762,38.46534 - 2205: -55.48941,38.75721 - 2206: -55.52066,38.642548 - 2207: -55.322742,37.52719 - 2208: -54.385242,38.03796 - 2209: -54.385242,38.392372 - 2210: -55.531075,35.275627 - 2211: -55.468575,34.99418 - 2212: -55.531075,34.608498 - 2213: -58.385242,34.49383 - 2214: -58.072742,34.337475 - 2215: -57.916492,34.066452 - 2216: -57.697742,33.76416 - 2217: -57.510242,33.451443 - 2218: -57.406075,33.242966 - 2219: -56.291492,34.556377 - 2220: -56.812325,33.993484 - 2221: -56.80191,33.701614 - 2222: -52.553947,38.615 - 2223: -52.73103,38.510765 - 2224: -51.41853,38.698395 - 2225: -51.272697,38.63585 - 2226: -50.76228,38.396103 - 2227: -47.105606,38.396103 - 2228: -47.741024,38.41695 - 2229: -46.918106,37.551765 - 2230: -48.199356,37.48922 - 2231: -48.553524,37.48922 - 2232: -44.619686,38.675735 - 2233: -45.6926,38.550648 - 2234: -44.994686,38.42556 - 2235: -43.5676,38.34217 - 2236: -42.70302,38.5298 - 2237: -39.440327,37.226814 - 2238: -39.61741,36.92452 - 2239: -39.57574,36.267815 - 2240: -38.42991,35.558987 - 2241: -38.502827,35.861282 - 2242: -40.377827,34.332043 - 2243: -39.91949,34.363316 - 2244: -39.690327,33.779575 - 2245: -39.721577,33.456436 - 2246: -40.159077,33.425163 - 2247: -36.45583,34.52261 - 2248: -36.57041,34.387096 - 2249: -36.67458,34.04311 - 2250: -36.54958,33.448948 - 2251: -36.51833,33.428097 - 2252: -33.61208,33.490643 - 2253: -33.434994,33.605305 - 2254: -33.36208,33.782513 - 2255: -34.35166,32.60461 - 2256: -34.497494,32.333588 - 2257: -35.247494,31.760551 - 2258: -35.363194,32.20343 - 2259: -29.762203,34.405563 - 2260: -28.80387,34.34302 - 2261: -27.27262,34.37429 - 2262: -27.52262,34.353443 - 2263: -28.564287,34.39514 - 2264: -29.376787,38.48131 - 2265: -29.376787,38.48131 - 2266: -29.27262,38.37707 - 2267: -30.668453,38.58555 - 2268: -31.08512,38.55428 - 2269: -31.387203,38.50216 - 2270: -31.33512,38.31453 - 2271: -25.187202,38.147747 - 2272: -24.874702,34.937183 - 2273: -24.458035,34.926758 - 2274: -23.728868,34.79125 - 2275: -22.791368,34.436836 - 2276: -22.708035,38.533432 - 2277: -23.322618,38.543854 - 2278: -20.520535,36.88645 - 2279: -19.572618,35.80237 - 2280: -19.353868,35.750248 - 2281: -17.749254,37.36595 - 2282: -18.030504,37.053238 - 2283: -17.957586,36.188053 - 2284: -16.186752,35.85449 - 2285: -16.16592,36.417377 - 2286: -15.38467,36.469498 - 2287: -15.35342,36.375683 - 2288: -15.468003,35.57304 - 2289: -18.311754,34.676586 - 2290: -18.186754,34.49938 - 2291: -17.895086,33.842674 - 2292: -17.593004,34.593193 - 2293: -17.582586,34.113693 - 2294: -17.718004,33.65504 - 2295: -15.309522,34.509804 - 2296: -14.267855,34.572346 - 2297: -12.351188,34.5515 - 2298: -11.497021,34.614044 - 2299: -11.153271,34.687008 - 2300: -10.757438,36.09424 - 2301: -10.892855,38.345802 - 2302: -11.872021,37.814182 - 2303: -12.340771,37.772484 - 2304: -11.111605,37.65782 - 2305: -10.674105,35.67728 - 2306: -12.809521,38.053932 - 2307: -14.403271,38.064354 - 2308: -15.694938,38.18944 - 2309: -13.976188,38.36665 - 2310: -46.31954,33.894436 - 2311: -46.30912,32.77908 - 2312: -46.361202,31.757538 - 2313: -46.46537,31.392698 - 2314: -47.06954,31.351004 - 2315: -47.30912,31.298883 - 2316: -47.60079,32.101524 - 2317: -47.49662,33.08137 - 2318: -50.71537,34.50945 - 2319: -50.673702,34.290546 - 2320: -54.44454,34.56157 - 2321: -53.392452,34.259274 - 2322: -51.72579,34.186306 - 2323: -50.736202,33.967403 - 2324: -46.91329,34.363514 - 2325: -46.05912,34.321815 - 2326: -46.45178,31.430761 - 2327: -46.69136,30.94084 - 2328: -46.85803,30.596851 - 2329: -55.352848,29.627428 - 2330: -55.477848,29.304287 - 2331: -55.519516,28.929026 - 2332: -55.332016,28.439102 - 2333: -58.76071,28.507872 - 2334: -59.146126,28.18473 - 2335: -59.16696,27.642689 - 2336: -59.469044,26.537754 - 2337: -59.406544,24.83608 - 2338: -59.437794,24.585907 - 2339: -55.17637,24.261568 - 2340: -55.23887,23.521471 - 2341: -55.468037,24.108791 - 2342: -55.561787,25.401356 - 2343: -57.655537,25.516018 - 2344: -57.405537,23.420815 - 2345: -56.41595,23.441662 - 2346: -55.45762,21.51301 - 2347: -56.51182,18.5005 - 2348: -57.02224,18.437958 - 2349: -57.563908,18.427532 - 2350: -57.563908,18.427532 - 2351: -58.532658,18.55262 - 2352: -58.532658,18.55262 - 2353: -63.314926,23.201252 - 2354: -63.377426,22.627937 - 2355: -63.36701,21.397917 - 2356: -63.36701,20.668243 - 2357: -62.52326,22.596666 - 2358: -61.502426,22.565393 - 2359: -60.89826,23.190828 - 2360: -59.169094,21.710632 - 2361: -60.846176,21.377068 - 2362: -62.387844,17.551422 - 2363: -55.38723,18.34364 - 2364: -54.866394,18.333216 - 2365: -54.272644,18.354063 - 2366: -53.91848,18.333216 - 2367: -54.283062,17.207434 - 2368: -54.522644,17.322096 - 2369: -53.689312,16.279707 - 2370: -53.845562,15.873175 - 2371: -54.210144,15.695967 - 2372: -54.397644,16.092075 - 2373: -53.66848,16.342249 - 2374: -54.073547,21.475477 - 2375: -52.698547,21.517174 - 2376: -50.792297,21.475477 - 2377: -47.740215,21.423357 - 2378: -50.552715,18.640175 - 2379: -49.68813,18.588055 - 2380: -48.90688,18.54636 - 2381: -47.279858,20.22461 - 2382: -46.352776,20.06825 - 2383: -45.540276,20.057827 - 2384: -45.05069,20.078674 - 2385: -43.4754,21.610989 - 2386: -43.360813,20.589445 - 2387: -43.298313,19.77638 - 2388: -45.235813,18.348305 - 2389: -45.860813,18.35873 - 2390: -42.42696,21.287848 - 2391: -42.33321,22.47811 - 2392: -42.229042,23.885336 - 2393: -42.531128,25.365532 - 2394: -41.406128,25.448923 - 2395: -40.979042,24.771368 - 2396: -40.812378,23.937456 - 2397: -42.437378,28.737114 - 2398: -42.635292,29.571026 - 2399: -42.374878,31.7392 - 2400: -41.73946,31.885136 - 2401: -40.197792,32.322937 - 2402: -39.437378,31.07207 - 2403: -39.354042,30.259003 - 2404: -39.260292,29.352123 - 2405: -39.36446,28.62245 - 2406: -39.447792,27.413277 - 2407: -39.45821,28.768385 - 2408: -39.42696,24.416296 - 2409: -39.531128,22.49165 - 2410: -39.781128,22.439531 - 2411: -40.510292,22.262323 - 2412: -40.14571,21.470108 - 2413: -39.604042,21.511803 - 2414: -38.822792,21.386717 - 2415: -38.77071,21.251205 - 2416: -38.64571,20.750858 - 2417: -38.447792,18.72862 - 2418: -38.812378,18.520142 - 2419: -39.104042,18.520142 - 2420: -39.249878,18.937098 - 2421: -38.812378,19.249815 - 2422: -37.491455,18.551413 - 2423: -37.324787,19.010065 - 2424: -37.460205,19.958641 - 2425: -37.481037,21.657738 - 2426: -36.45786,19.989912 - 2427: -35.70786,19.90652 - 2428: -35.04119,19.969065 - 2429: -31.310064,21.595194 - 2430: -30.841314,21.511803 - 2431: -34.41423,18.603573 - 2432: -29.799646,18.395094 - 2433: -29.22673,18.561876 - 2434: -28.518396,18.5723 - 2435: -28.278812,18.520182 - 2436: -27.591312,19.458332 - 2437: -27.16423,20.271397 - 2438: -27.310062,21.53269 - 2439: -27.612146,21.897528 - 2440: -27.69548,22.085157 - 2441: -27.487146,22.28321 - 2442: -27.165886,25.210947 - 2443: -27.290886,25.210947 - 2444: -31.436169,25.659174 - 2445: -31.457003,26.326303 - 2446: -30.675753,26.034435 - 2447: -30.467419,24.866957 - 2448: -29.36325,24.950348 - 2449: -28.873669,24.960773 - 2450: -29.540335,24.9295 - 2451: -30.832003,24.053892 - 2452: -25.189138,25.052988 - 2453: -24.793304,25.219772 - 2454: -24.678722,24.917479 - 2455: -24.959972,24.709 - 2456: -25.262054,24.698576 - 2457: -23.105804,25.27189 - 2458: -22.637054,25.292738 - 2459: -22.584972,24.886206 - 2460: -22.668304,24.698576 - 2461: -23.230804,24.583914 - 2462: -22.730804,25.27189 - 2463: -22.959972,24.563065 - 2464: -23.376638,24.604761 - 2465: -23.480804,24.990446 - 2466: -22.678722,26.856325 - 2467: -22.762054,27.690237 - 2468: -22.782888,28.18016 - 2469: -22.980804,28.753475 - 2470: -23.157888,29.13916 - 2471: -23.407888,27.982107 - 2472: -23.324554,27.283705 - 2473: -20.543304,25.897326 - 2474: -20.605804,26.335129 - 2475: -20.647472,26.76251 - 2476: -20.657888,27.408792 - 2477: -20.689138,27.794476 - 2478: -20.616222,28.242704 - 2479: -20.584972,28.47203 - 2480: -20.428722,29.003649 - 2481: -20.428722,29.201704 - 2482: -20.491222,29.389334 - 2483: -20.939138,32.868473 - 2484: -21.012054,33.295853 - 2485: -20.355804,33.327126 - 2486: -20.689138,32.357704 - 2487: -20.637054,31.628029 - 2488: -21.105804,31.429972 - 2489: -23.032888,31.450819 - 2490: -23.709972,32.56618 - 2491: -24.470388,32.712116 - 2492: -25.480804,33.54603 - 2493: -26.084972,33.514755 - 2494: -26.574554,33.400093 - 2495: -26.251638,31.398703 - 2496: -26.418304,28.980354 - 2497: -25.980804,28.261105 - 2498: -25.772472,28.417463 - 2499: -25.720388,28.125595 - 2500: -25.793304,27.719063 - 2501: -26.032888,27.187443 - 2502: -26.512054,23.4332 - 2503: -26.439138,24.736189 - 2504: -20.156021,20.228256 - 2505: -20.583103,20.196985 - 2506: -21.458103,20.34292 - 2507: -20.343521,19.48816 - 2508: -21.197687,19.352648 - 2509: -21.749771,19.227562 - 2510: -22.187271,19.123322 - 2511: -22.468521,19.363071 - 2512: -23.739353,19.394344 - 2513: -24.520603,19.394344 - 2514: -24.968521,19.394344 - 2515: -25.478937,19.425615 - 2516: -26.458103,21.781418 - 2517: -25.551853,22.281767 - 2518: -24.999771,21.62506 - 2519: -23.353937,21.57294 - 2520: -25.426853,21.458277 - 2521: -22.968521,21.406158 - 2522: -21.010187,21.218527 - 2523: -21.708103,21.406158 - 2524: -21.426853,20.989202 - 2527: -41.718742,17.66777 - 2528: -42.031242,18.105576 - 2529: -39.812492,17.990911 - 2530: -40.04166,18.230661 - 2531: -40.22916,17.95964 - 2532: -40.55208,16.896402 - 2533: -40.593742,16.500294 - 2534: -40.656242,16.260544 - 2535: -41.17708,16.354359 - 2536: -41.156242,16.312664 - 2537: -42.66666,14.392329 - 2538: -42.48958,13.902406 - 2539: -41.82291,13.475024 - 2540: -41.031242,12.90171 - 2541: -40.77083,12.568145 - 2542: -41.187492,12.443058 - 2543: -42.04166,11.504907 - 2544: -42.281242,11.629993 - 2545: -42.562492,12.192884 - 2546: -40.656242,11.265157 - 2547: -40.937492,10.723114 - 2548: -40.968742,9.951745 - 2549: -40.906242,9.649451 - 2550: -40.95833,9.524364 - 2551: -42.437492,9.251008 - 2552: -42.781242,8.917443 - 2553: -42.937492,8.646422 - 2554: -36.67234,7.4306846 - 2555: -36.51609,7.4932275 - 2556: -36.536922,7.0137286 - 2557: -36.880672,7.47238 - 2558: -44.505672,7.369454 - 2559: -43.10984,7.4111495 - 2560: -44.10984,5.0136514 - 2561: -44.370255,3.5543046 - 2562: -44.70359,2.6162739 - 2563: -44.73484,2.6266975 - 2564: -45.661922,2.5328827 - 2565: -44.505672,1.5843074 - 2566: -42.745255,1.3237095 - 2567: -44.17234,1.4696438 - 2568: -42.464005,0.5419166 - 2569: -42.536922,1.1777751 - 2570: -42.526505,1.1569271 - 2571: -42.42234,0.43767732 - 2572: -39.26067,0.091370165 - 2573: -39.364834,-0.31516212 - 2574: -36.594,0.7505791 - 2575: -41.396084,5.370901 - 2576: -41.87525,4.3910537 - 2577: -41.958584,4.1200323 - 2578: -37.94817,3.161033 - 2579: -37.896084,2.3688164 - 2580: -38.0315,1.8267734 - 2581: -38.396084,1.5974472 - 2582: -40.80867,0.66963434 - 2583: -40.642002,-2.8476858 - 2584: -40.71492,0.09579581 - 2585: -42.475334,-4.7200494 - 2586: -41.694084,-4.9597993 - 2587: -40.93367,-5.1057334 - 2588: -40.725334,-5.679048 - 2589: -40.912834,-6.6380477 - 2590: -41.43367,-7.075852 - 2591: -42.392002,-6.5338087 - 2592: -41.548252,-6.7631354 - 2593: -41.298252,-7.482384 - 2594: -39.267002,-6.2315154 - 2595: -39.954502,-7.367722 - 2596: -40.110752,-7.9410367 - 2597: -42.756584,-5.9862776 - 2598: -41.881584,-7.174603 - 2599: -40.93367,-8.904971 - 2600: -40.18367,-9.592949 - 2601: -40.923252,-9.655492 - 2602: -46.807304,-7.8000374 - 2603: -47.088554,-7.2892656 - 2604: -47.421886,-6.6429834 - 2605: -49.171886,-8.060635 - 2606: -48.963554,-7.1658034 - 2607: -48.932304,-7.4785204 - 2608: -48.932304,-7.634879 - 2609: -51.35638,-8.579549 - 2610: -51.39805,-7.7456365 - 2611: -50.7418,-7.8290277 - 2612: -51.002216,-8.412767 - 2613: -51.189716,-8.725484 - 2614: -51.82513,-9.338125 - 2615: -51.595966,-9.421516 - 2616: -51.08555,-12.614553 - 2617: -51.66888,-13.573553 - 2618: -50.127216,-12.562434 - 2619: -49.60638,-13.948813 - 2620: -46.33852,-9.487382 - 2621: -45.328102,-9.5603485 - 2622: -45.265602,-17.32616 - 2623: -45.609352,-17.628454 - 2624: -45.942688,-17.784811 - 2625: -47.627975,-17.670149 - 2626: -48.575893,-18.170498 - 2627: -49.242558,-17.962019 - 2628: -49.200893,-17.826508 - 2629: -52.538815,-11.353261 - 2630: -52.54923,-10.686131 - 2631: -53.61173,-10.654859 - 2632: -56.884884,-10.419386 - 2633: -57.5203,-10.502777 - 2634: -58.05155,-10.544473 - 2635: -59.80155,-10.408961 - 2636: -60.40572,-10.408961 - 2637: -60.916134,-10.388114 - 2638: -61.259884,-10.346418 - 2639: -62.634884,-10.388114 - 2640: -62.40572,-10.492353 - 2641: -62.478634,-11.180331 - 2642: -62.55155,-12.243569 - 2643: -62.49947,-12.347809 - 2644: -61.24947,-12.577134 - 2645: -58.46822,-12.441624 - 2646: -58.5203,-12.243569 - 2647: -58.697384,-11.670255 - 2648: -58.697384,-11.76407 - 2649: -58.3328,-12.410352 - 2650: -55.67655,-12.493743 - 2651: -55.43697,-11.868309 - 2652: -55.46822,-11.5868635 - 2653: -54.08376,-12.420775 - 2654: -54.312927,-12.19145 - 2655: -54.344177,-11.857884 - 2656: -54.219177,-11.670255 - 2657: -53.500427,-12.19145 - 2658: -52.67751,-13.379177 - 2659: -53.49001,-13.285362 - 2660: -56.74001,-13.420873 - 2661: -55.979595,-13.368753 - 2662: -58.135845,-13.30621 - 2663: -59.292095,-13.389601 - 2664: -60.406677,-13.327058 - 2665: -62.70876,-13.3374815 - 2666: -63.156677,-13.347906 - 2667: -61.45876,-13.472992 - 2668: -63.477158,-12.899435 - 2669: -63.62299,-12.128066 - 2670: -63.62299,-11.325425 - 2671: -66.63724,-10.32473 - 2672: -67.67891,-10.418546 - 2673: -68.86641,-10.522785 - 2674: -69.51224,-12.409512 - 2675: -69.28307,-13.233 - 2676: -69.28307,-13.608261 - 2677: -65.21857,-16.109188 - 2678: -64.208145,-16.494873 - 2679: -63.385235,-15.38994 - 2680: -63.718567,-15.806896 - 2681: -58.887245,-16.505299 - 2682: -59.105858,-16.745049 - 2683: -59.335026,-16.515722 - 2684: -59.335026,-16.661657 - 2685: -56.281326,-15.254429 - 2686: -55.95841,-14.660267 - 2687: -56.562576,-14.8791685 - 2688: -49.335617,-19.368277 - 2689: -48.93978,-20.014559 - 2690: -48.91895,-21.140339 - 2691: -47.8252,-19.430819 - 2692: -48.09603,-19.306395 - 2693: -48.491867,-22.569078 - 2694: -47.91895,-22.312496 - 2695: -47.9502,-23.104713 - 2696: -47.804367,-24.369556 - 2697: -48.35645,-24.275742 - 2698: -49.3252,-24.181927 - 2699: -47.646843,-26.513344 - 2700: -48.85518,-26.273594 - 2701: -49.25101,-26.534191 - 2702: -49.26143,-25.616888 - 2703: -44.82393,-23.20417 - 2704: -44.94893,-23.610703 - 2705: -42.04268,-23.725365 - 2706: -42.990593,-23.985964 - 2707: -43.78226,-24.048506 - 2708: -42.13643,-24.528006 - 2709: -43.834343,-24.72606 - 2710: -42.19893,-25.132593 - 2711: -44.678093,-25.36192 - 2712: -45.53226,-24.817284 - 2713: -44.38643,-26.32875 - 2714: -45.21976,-25.15085 - 2715: -43.90726,-27.683859 - 2716: -44.271843,-26.505957 - 2717: -44.021843,-27.25648 - 2718: -43.75101,-28.52297 - 2719: -43.76143,-29.523664 - 2720: -44.553093,-31.781988 - 2721: -45.28226,-31.934643 - 2722: -45.62601,-32.122272 - 2723: -42.803093,-32.184814 - 2724: -43.959343,-31.986763 - 2725: -43.37431,-31.913795 - 2726: -46.844807,-31.486414 - 2727: -47.969807,-31.507263 - 2728: -49.823975,-31.47599 - 2729: -48.063557,-33.435684 - 2730: -48.167725,-32.81025 - 2731: -47.844807,-32.716434 - 2732: -45.011475,-37.590157 - 2733: -43.980225,-36.975143 - 2734: -44.292725,-36.85006 - 2735: -44.198975,-37.1732 - 2736: -47.792725,-37.642273 - 2737: -47.928143,-38.069656 - 2738: -47.980225,-38.820175 - 2739: -48.438557,-39.059925 - 2740: -44.428143,-38.71594 - 2741: -45.011475,-39.12247 - 2742: -49.823975,-39.43519 - 2743: -49.511475,-39.591545 - 2744: -49.719807,-39.945957 - 2745: -49.657307,-40.45673 - 2746: -49.573975,-38.6117 - 2747: -48.438557,-39.19544 - 2748: -48.438557,-39.19544 - 2749: -48.053143,-40.415035 - 2750: -48.178143,-40.2691 - 2751: -47.928143,-40.185707 - 2752: -47.948975,-40.45673 - 2753: -50.889053,-37.44603 - 2754: -51.826553,-37.362637 - 2755: -51.732803,-36.174313 - 2756: -48.545303,-36.664234 - 2757: -48.139053,-37.122887 - 2758: -51.420715,-35.517605 - 2759: -51.493633,-35.736507 - 2760: -54.200115,-34.006138 - 2761: -55.429283,-33.93317 - 2762: -55.054283,-27.782158 - 2763: -55.710533,-27.803005 - 2764: -56.950115,-27.771734 - 2765: -57.398033,-27.730038 - 2766: -57.293865,-28.230385 - 2767: -57.22095,-29.053873 - 2768: -57.34595,-30.096264 - 2769: -57.22095,-31.305437 - 2770: -56.200115,-31.33671 - 2771: -54.731365,-31.274166 - 2772: -55.637615,-30.732122 - 2773: -55.898033,-30.221352 - 2774: -56.054283,-29.38744 - 2775: -54.46145,-28.748396 - 2776: -53.52395,-29.092386 - 2777: -53.08645,-29.58231 - 2778: -52.85728,-34.77131 - 2779: -54.159363,-37.87466 - 2780: -55.48228,-37.968475 - 2781: -56.6177,-38.072716 - 2782: -57.58645,-37.363888 - 2783: -56.66978,-37.457703 - 2784: -52.60728,-36.582096 - 2785: -52.9927,-37.478554 - 2786: -53.39895,-39.26104 - 2787: -52.96145,-40.516056 - 2788: -53.315613,-41.13107 - 2789: -53.9927,-42.507023 - 2790: -53.10728,-44.355938 - 2791: -52.4927,-45.085613 - 2792: -49.844116,-43.100544 - 2793: -49.656513,-42.27436 - 2794: -50.76068,-42.46199 - 2795: -50.406513,-44.015152 - 2796: -49.906513,-46.6524 - 2797: -46.11485,-47.47589 - 2798: -45.8961,-47.517586 - 2799: -45.750263,-49.383465 - 2800: -46.04193,-49.404312 - 2801: -46.29193,-49.0499 - 2802: -47.42735,-42.33834 - 2803: -48.4586,-42.296646 - 2804: -47.156513,-42.38004 - 2805: -46.8961,-44.443813 - 2806: -47.500263,-44.38127 - 2807: -48.625263,-44.46466 - 2808: -48.23985,-48.40379 - 2809: -48.35443,-49.487877 - 2810: -48.19818,-51.10358 - 2811: -50.303787,-52.46225 - 2812: -49.657955,-52.545643 - 2813: -50.126705,-50.13772 - 2814: -50.793373,-49.81458 - 2815: -50.678787,-48.417774 - 2816: -50.157955,-47.375385 - 2817: -49.845455,-53.46876 - 2818: -49.897537,-53.583427 - 2819: -50.699623,-53.875294 - 2820: -50.595455,-55.668205 - 2821: -47.585037,-55.376335 - 2822: -47.699623,-55.126163 - 2823: -47.866287,-54.167164 - 2824: -48.210037,-53.64597 - 2825: -48.678787,-53.64597 - 2826: -47.532955,-56.512543 - 2827: -47.491287,-56.710598 - 2828: -47.605873,-57.30476 - 2829: -52.974487,-51.59352 - 2830: -53.214073,-51.635216 - 2831: -55.880737,-51.69776 - 2832: -56.005737,-51.66649 - 2833: -54.401573,-51.499706 - 2834: -54.297405,-50.63452 - 2835: -54.078655,-48.46635 - 2836: -53.922405,-47.2676 - 2837: -55.599487,-46.054813 - 2838: -59.51846,-48.68736 - 2839: -59.58096,-49.312794 - 2840: -59.57054,-50.271793 - 2841: -59.51846,-51.209946 - 2842: -59.310127,-49.719326 - 2843: -58.95596,-49.156437 - 2844: -58.247627,-49.11474 - 2845: -58.13304,-49.427456 - 2846: -56.78929,-49.448303 - 2847: -57.705578,-53.814606 - 2848: -58.03891,-54.533855 - 2849: -57.778496,-55.753452 - 2850: -58.00766,-58.25519 - 2851: -58.736828,-58.380276 - 2852: -59.393078,-58.317734 - 2853: -63.702503,-17.447596 - 2854: -64.91084,-17.51014 - 2855: -61.58792,-17.708193 - 2856: -61.140003,-18.427443 - 2857: -61.06709,-18.97991 - 2858: -61.59834,-19.83467 - 2859: -62.390003,-20.230778 - 2860: -63.56709,-20.20993 - 2861: -65.067085,-20.262049 - 2862: -66.254585,-20.15781 - 2863: -66.30667,-20.355865 - 2864: -67.30667,-16.488594 - 2865: -69.24417,-17.21827 - 2866: -69.79626,-17.332932 - 2867: -73.295166,-16.63453 - 2868: -73.232666,-16.915976 - 2869: -73.22225,-17.645649 - 2870: -71.64934,-15.884007 - 2871: -71.670166,-16.342659 - 2872: -71.71184,-16.988943 - 2873: -71.7535,-17.447596 - 2874: -72.191,-17.603954 - 2875: -68.691,-20.50816 - 2876: -68.013916,-20.654095 - 2877: -67.84725,-20.956387 - 2878: -69.013916,-21.321224 - 2879: -70.36809,-19.622128 - 2880: -66.170166,-19.778486 - 2881: -66.326416,-20.622822 - 2882: -66.86809,-21.49843 - 2883: -67.90975,-21.633942 - 2884: -69.295166,-21.654789 - 2885: -72.87747,-22.666626 - 2886: -73.00247,-23.698593 - 2887: -73.14831,-24.501234 - 2888: -73.30456,-23.10443 - 2889: -74.45039,-20.352518 - 2890: -77.24206,-20.112768 - 2891: -76.65872,-19.258009 - 2892: -76.39831,-19.216312 - 2893: -75.00247,-19.977259 - 2894: -74.07539,-19.143347 - 2895: -73.71081,-18.77851 - 2896: -73.63789,-19.153769 - 2897: -74.28372,-17.625593 - 2898: -71.65872,-25.013365 - 2899: -70.58581,-25.39905 - 2900: -66.46306,-25.065485 - 2901: -65.46306,-25.378202 - 2902: -62.048008,-28.074411 - 2903: -62.339676,-27.563381 - 2904: -62.381344,-28.136696 - 2905: -62.714676,-28.543228 - 2906: -65.16259,-29.450108 - 2907: -65.61051,-29.08527 - 2908: -67.995926,-27.365326 - 2909: -69.39893,-32.407665 - 2910: -69.13268,-33.26809 - 2911: -68.91393,-33.72674 - 2912: -68.424355,-34.66489 - 2913: -68.46602,-36.20763 - 2914: -69.10143,-36.614162 - 2915: -70.28893,-35.634315 - 2916: -71.699036,-35.67601 - 2917: -75.14595,-37.364685 - 2918: -75.500114,-35.11312 - 2919: -74.02095,-33.226395 - 2920: -72.54178,-33.64335 - 2921: -72.82303,-32.694775 - 2922: -74.27095,-30.198408 - 2923: -73.000114,-30.030838 - 2924: -72.85428,-29.030144 - 2925: -75.453804,-24.510855 - 2926: -75.870476,-23.666517 - 2927: -79.10957,-23.3538 - 2928: -79.39802,-26.449701 - 2929: -79.2626,-26.303766 - 2930: -79.16885,-27.106407 - 2931: -78.18969,-28.514635 - 2932: -78.15844,-30.630688 - 2933: -77.40844,-28.806503 - 2934: -77.52302,-30.964252 - 2935: -77.58552,-31.975372 - 2936: -81.21052,-32.96564 - 2937: -81.36677,-31.318665 - 2938: -81.30427,-30.172035 - 2939: -81.33552,-28.63972 - 2940: -80.72094,-27.743265 - 2941: -81.29385,-28.483362 - 2942: -81.39802,-31.08934 - 2943: -80.30427,-33.52853 - 2944: -80.10635,-33.830826 - 2945: -79.73135,-33.68489 - 2946: -79.27302,-33.44514 - 2947: -78.39802,-32.6425 - 2948: -79.16885,-33.03861 - 2949: -85.68579,-25.351566 - 2950: -83.77954,-26.59201 - 2951: -83.83163,-23.418848 - 2952: -84.14413,-22.522392 - 2953: -84.50871,-23.273691 - 2954: -84.32121,-23.596832 - 2955: -87.580414,-29.442783 - 2956: -88.705414,-29.578295 - 2957: -89.195,-29.661686 - 2958: -89.43458,-29.46363 - 2959: -89.46583,-30.568565 - 2960: -88.97625,-31.43375 - 2961: -88.24708,-31.506718 - 2962: -87.28875,-31.339935 - 2963: -72.32471,31.30165 - 2964: -72.75179,33.511517 - 2965: -73.00179,33.49067 - 2966: -75.38721,33.574062 - 2967: -75.40804,32.281498 - 2968: -75.43929,30.540703 - 2969: -74.48096,29.043524 - 2970: -74.23096,28.540922 - 2971: -73.48096,28.405413 - 2972: -73.56429,28.843216 - 2973: -73.87679,28.301172 - 2974: -76.51221,27.543621 - 2975: -77.31429,27.481077 - 2976: -78.30388,27.470654 - 2977: -77.27263,27.366415 - 2978: -76.60596,27.366415 - 2979: -82.02751,25.792404 - 2980: -82.63478,25.886219 - 2981: -83.426445,25.927916 - 2982: -83.84312,25.96961 - 2983: -81.50978,24.666622 - 2984: -82.13478,23.916101 - 2985: -82.29103,23.78059 - 2986: -83.75978,23.613808 - 2987: -79.99937,24.583231 - 2988: -78.176445,24.468569 - 2989: -76.582695,24.291363 - 2990: -76.21812,23.83271 - 2991: -75.50978,23.624231 - 2992: -75.40562,23.572113 - 2993: -75.238945,23.863981 - 2994: -74.520195,24.624928 - 2995: -73.957695,24.624928 - 2996: -73.770195,24.458145 - 2997: -74.19728,24.124578 - 2998: -71.99937,23.42476 - 2999: -71.82228,23.42476 - 3000: -75.25978,20.99599 - 3001: -75.582695,21.016838 - 3002: -76.69728,20.547762 - 3003: -75.50978,20.766665 - 3004: -75.46812,20.48522 - 3005: -75.71812,17.470106 - 3006: -76.113945,17.324171 - 3007: -76.99937,18.356138 - 3008: -78.10353,18.76267 - 3009: -78.12437,18.533344 - 3010: -77.113945,18.095541 - 3011: -76.87437,16.229662 - 3012: -77.18687,15.489566 - 3013: -78.00978,15.614651 - 3014: -78.56187,16.146269 - 3015: -78.270195,16.375595 - 3016: -78.25978,17.584768 - 3017: -75.37437,16.594498 - 3018: -75.29103,16.386019 - 3019: -75.24937,15.82313 - 3020: -72.700325,14.577829 - 3021: -72.59616,15.505556 - 3022: -72.64824,13.61883 - 3023: -72.28366,11.356842 - 3024: -73.12741,10.668864 - 3025: -72.33574,9.039848 - 3026: -72.64824,9.237902 - 3027: -75.325325,7.7368593 - 3028: -75.762825,8.914761 - 3029: -75.87741,11.31226 - 3030: -75.14824,10.905727 - 3031: -75.68991,9.832065 - 3032: -72.84616,7.283936 - 3033: -72.27324,5.9392514 - 3034: -72.34616,5.9496756 - 3035: -72.700325,6.3979034 - 3036: -72.512825,2.956176 - 3037: -72.71074,3.3905504 - 3038: -75.544075,0.12099975 - 3039: -75.49199,-0.5774022 - 3040: -75.50241,-1.5989449 - 3041: -76.37696,-1.5155537 - 3042: -76.530334,-1.5155537 - 3043: -77.08242,-1.5780971 - 3044: -78.07201,-1.4947059 - 3045: -79.05117,-1.5155537 - 3046: -76.29076,0.29820603 - 3047: -77.29076,0.42329282 - 3048: -78.29076,0.42329282 - 3049: -77.43545,0.76921535 - 3050: -77.38336,1.4363453 - 3051: -77.9042,2.697638 - 3052: -79.63336,2.9686596 - 3053: -80.12624,-1.4142153 - 3054: -81.06374,-1.5393026 - 3055: -81.53249,-1.7894762 - 3056: -76.71999,1.6940198 - 3057: -76.62624,1.5272372 - 3058: -85.71909,9.647216 - 3059: -84.22951,8.531858 - 3060: -81.62534,6.645131 - 3061: -81.54201,5.060697 - 3062: -81.90659,1.6738656 - 3063: -82.33368,-0.11671525 - 3064: -83.02118,-4.296027 - 3065: -84.05243,-4.5642 - 3066: -85.00034,-4.7205586 - 3067: -81.593124,-3.4488416 - 3068: -87.73895,-4.5225043 - 3069: -89.94729,-3.2299397 - 3070: -90.35354,-2.4898427 - 3071: -90.44729,-2.1667013 - 3072: -90.85354,-1.3482587 - 3073: -91.86395,0.3508379 - 3074: -92.98895,3.0549512 - 3075: -92.25979,3.3572443 - 3076: -91.88479,1.9291692 - 3077: -88.23895,6.338294 - 3078: -89.04104,4.7225885 - 3079: -88.343124,1.751009 - 3080: -88.6452,0.79200864 - 3081: -90.29104,8.344122 - 3082: -90.436874,8.2086115 - 3083: -89.13479,9.240579 - 3084: -88.936874,9.428208 - 3085: -89.5202,8.959132 - 3086: -86.436874,9.56372 - 3093: -99.82581,6.181931 - 3094: -100.95081,6.4008327 - 3095: -102.14873,6.3487134 - 3096: -100.31539,4.2639318 - 3097: -101.15914,4.2743554 - 3098: -108.624435,3.4327395 - 3099: -125.34676,12.593388 - 3100: -125.575935,11.967953 - 3101: -125.84676,10.154193 - 3102: -128.06552,10.352247 - 3103: -128.27385,12.113888 - 3104: -126.669685,12.14516 - 3105: -128.24173,8.352353 - 3106: -128.37714,6.330115 - 3107: -128.17923,8.164723 - 3108: -128.35632,7.153603 - 3109: -128.32507,5.464931 - 3110: -128.05423,3.0899951 - 3111: -128.34589,1.6618104 - 3112: -125.86673,1.4116361 - 3113: -125.83548,3.4130266 - 3114: -125.950066,4.788982 - 3115: -125.845894,8.124633 - 3116: -126.012566,-1.2175236 - 3117: -127.168816,-0.97777367 - 3118: -126.772995,-1.2487953 - 3119: -128.26257,-1.1028607 - 3120: -129.20007,0.09588885 - 3121: -129.15842,-1.9993165 - 3122: -127.60633,-3.2501857 - 3123: -125.804245,-3.3231525 - 3124: -128.37717,-3.0208595 - 3125: -129.10632,-3.8026524 - 3126: -129.34592,0.16885561 - 3127: -125.20008,-1.3634586 - 3128: -127.40841,-2.0305882 - 3129: -128.86674,-2.9061966 - 3130: -129.61674,-1.1603334 - 3131: -129.72092,-3.091242 - 3132: -129.773,-5.1373234 - 3133: -129.87717,-7.228247 - 3134: -130.55945,-9.56583 - 3135: -132.43312,-11.293459 - 3136: -134.27432,-12.371229 - 3137: -137.80368,-11.863565 - 3138: -139.75543,-11.005885 - 3139: -144.89597,-9.869994 - 3140: -145.19601,-7.7272305 - 3141: -145.19302,-5.5232453 - 3142: -145.17224,-2.9563634 - 3143: -145.17224,-0.15698987 - 3144: -145.41183,17.046041 - 3145: -145.41183,19.253435 - 3146: -143.1946,22.856133 - 3147: -141.13867,23.424099 - 3148: -138.55942,23.399994 - 3149: -136.397,23.41051 - 3150: -133.58769,23.410563 - 3151: -131.55254,22.533642 - 3152: -130.45203,20.707832 - 3153: -130.86761,18.266314 - 3154: -129.93054,13.888052 - 3155: -129.01328,9.851024 - 3156: -130.25378,8.017508 - 3157: -130.14491,5.7937093 - 3158: -116.535324,-11.965805 - 3159: -116.68115,-12.77887 - 3160: -108.691574,-13.508543 - 3161: -107.80615,-13.133282 - 3162: -108.17074,-13.091586 - 3163: -108.99365,-12.685054 - 3164: -108.51449,-11.715631 - 3165: -110.847824,-11.444609 - 3166: -110.7749,-12.24725 - 3167: -111.191574,-11.621816 - 3168: -110.8374,-12.017924 - 3169: -112.82699,-12.726749 - 3170: -112.035324,-12.278522 - 3171: -111.972824,-11.663511 - 3172: -111.879074,-12.24725 - 3173: -111.92074,-12.789293 - 3174: -111.98324,-13.102011 - 3175: -113.129074,-12.810141 - 3176: -107.551216,-11.705207 - 3177: -106.519966,-11.465457 - 3178: -106.19705,-10.631544 - 3179: -105.707466,-14.696869 - 3180: -107.57205,-12.997771 - 3181: -105.81716,-15.018459 - 3182: -105.78591,-15.500168 - 3183: -106.24425,-16.375776 - 3184: -104.591324,-20.472914 - 3185: -104.60174,-20.796055 - 3186: -105.403824,-20.743937 - 3187: -105.42466,-21.348522 - 3188: -106.310074,-21.682087 - 3189: -106.79966,-21.682087 - 3190: -107.48716,-21.71336 - 3191: -107.341324,-22.46388 - 3192: -105.64341,-22.401337 - 3193: -102.872574,-22.12699 - 3194: -102.96636,-26.117846 - 3195: -104.21636,-25.398596 - 3196: -107.61193,-24.64112 - 3197: -105.07027,-28.631092 - 3198: -103.50777,-32.616817 - 3199: -106.36193,-30.88645 - 3200: -100.51485,-28.478092 - 3201: -100.66068,-29.020136 - 3202: -101.61902,-19.756409 - 3203: -102.07814,-17.775866 - 3204: -102.56772,-12.678765 - 3205: -99.057304,-10.979669 - 3206: -97.42189,-10.666951 - 3207: -98.776054,-11.188147 - 3208: -99.59897,-11.605103 - 3209: -100.47397,-11.54256 - 3210: -97.16147,-13.437789 - 3211: -96.994804,-16.064613 - 3212: -98.744804,-16.544115 - 3213: -96.09342,-16.763016 - 3214: -94.06217,-16.37733 - 3215: -92.81217,-15.668506 - 3216: -95.58301,-16.53369 - 3217: -94.86374,-16.440453 - 3218: -102.26999,-15.694683 - 3219: -96.59291,-19.4326 - 3220: -96.93666,-19.818285 - 3221: -97.17624,-20.370752 - 3222: -95.21791,-19.505568 - 3223: -93.92624,-18.275547 - 3224: -93.53041,-17.399939 - 3225: -95.728325,-11.829111 - 3226: -96.12416,-12.371154 - 3227: -96.040825,-11.818687 - 3228: -96.03041,-15.769348 - 3229: -93.665825,-12.027165 - 3230: -93.665825,-10.776297 - 3231: -93.84291,-9.733906 - 3232: -95.39499,-10.119591 - 3233: -97.76999,-9.598395 - 3234: -93.18787,-33.544655 - 3235: -93.22953,-34.034576 - 3236: -93.2712,-33.471687 - 3237: -94.38578,-32.116577 - 3238: -94.96912,-31.647505 - 3239: -95.4587,-32.06446 - 3240: -95.79203,-33.3466 - 3241: -96.28162,-33.252785 - 3242: -96.48995,-32.481415 - 3243: -97.76078,-32.283363 - 3244: -98.32328,-32.262512 - 3245: -101.26078,-29.302126 - 3246: -100.78162,-29.917135 - 3247: -102.44828,-32.325058 - 3248: -102.47953,-32.01234 - 3249: -103.66703,-32.106155 - 3250: -103.72953,-32.46057 - 3251: -100.3962,-35.170784 - 3252: -99.98995,-34.57662 - 3253: -98.23995,-34.993576 - 3254: -97.65662,-35.27502 - 3255: -96.30245,-35.608585 - 3256: -96.2712,-35.056118 - 3257: -95.90662,-34.566196 - 3258: -96.7712,-34.086697 - 3259: -97.0212,-32.856674 - 3260: -97.09412,-32.91922 - 3261: -96.9587,-35.420956 - 3262: -99.90662,-32.773285 - 3263: -99.29203,-32.35633 - 3264: -87.58675,-12.902214 - 3265: -87.27425,-13.892486 - 3266: -86.90966,-15.61243 - 3267: -86.5555,-12.51653 - 3268: -86.52425,-14.080115 - 3269: -86.63883,-15.758365 - 3270: -87.87841,-16.144049 - 3271: -86.9305,-16.57143 - 3272: -86.26837,-10.483635 - 3273: -83.25795,-10.410667 - 3274: -82.310036,-10.337701 - 3275: -80.810036,-10.296005 - 3276: -79.403786,-10.306429 - 3277: -78.1642,-10.379396 - 3278: -77.42462,-10.400244 - 3279: -77.4767,-12.693503 - 3280: -77.45587,-12.92283 - 3281: -77.497536,-13.256394 - 3282: -77.966286,-13.412754 - 3283: -78.33087,-12.974949 - 3284: -78.091286,-12.432906 - 3285: -75.33678,-16.781158 - 3286: -75.55553,-17.63592 - 3287: -75.77428,-17.802702 - 3288: -75.50344,-17.39617 - 3289: -76.53469,-17.542105 - 3290: -77.40969,-17.542105 - 3291: -78.24303,-17.500408 - 3292: -79.076355,-17.458714 - 3293: -79.576355,-17.437864 - 3294: -80.201355,-17.20854 - 3295: -80.61803,-16.687344 - 3296: -70.38756,-12.523894 - 3297: -75.43964,-7.2548265 - 3298: -75.14797,-7.567544 - 3299: -74.82506,-8.526543 - 3300: -74.22089,-8.557815 - 3301: -73.70006,-8.484848 - 3302: -72.29381,-8.338913 - 3303: -72.81464,-8.641206 - 3304: -73.74172,-8.901803 - 3305: -76.48131,-9.224944 - 3306: -77.21047,-9.829532 - 3307: -77.36672,-9.9233465 - 3308: -75.93964,-8.4118805 - 3309: -71.59589,-9.131129 - 3310: -70.75214,-9.756564 - 3311: -72.52297,-4.8779693 - 3312: -72.49172,-4.5548286 - 3313: -75.48131,-5.357469 - 3314: -75.11672,-5.5242515 - 3315: -74.45006,-5.9307837 - 3316: -75.67922,0.046211183 - 3317: -75.38756,0.15045041 - 3318: -77.23131,-0.30820137 - 3319: -72.37544,0.5370209 - 3320: -72.573364,1.3396614 - 3321: -72.52128,2.1944218 - 3322: -72.729614,3.7371602 - 3323: -72.573364,3.653769 - 3324: -72.42753,2.726041 - 3325: -75.349144,3.4164178 - 3326: -75.505394,5.1676335 - 3327: -75.61997,6.5227413 - 3328: -73.76581,4.2347 - 3329: -73.49497,0.088124454 - 3330: -50.96186,-15.425203 - 3331: -47.019188,-16.978367 - 3332: -40.515976,-13.591212 - 3333: -40.422226,-13.726723 - 3334: -40.318058,-14.539787 - 3335: -40.557644,-14.216646 - 3336: -40.568058,-13.726723 - 3337: -36.58549,-13.580789 - 3338: -36.387573,-14.185374 - 3339: -35.856323,-14.644027 - 3340: -35.61674,-14.070712 - 3341: -35.356323,-13.674603 - 3342: -35.095905,-13.539092 - 3343: -34.595905,-12.89281 - 3344: -34.668823,-11.944235 - 3345: -34.637573,-11.527279 - 3346: -32.325706,-10.537007 - 3347: -31.742373,-10.599551 - 3348: -31.627789,-10.693366 - 3349: -31.617373,-11.256257 - 3350: -30.773623,-11.412616 - 3351: -30.440289,-10.880997 - 3352: -29.700706,-10.75591 - 3353: -29.492373,-11.454311 - 3354: -29.492373,-12.444583 - 3355: -29.461123,-13.195104 - 3356: -29.211123,-11.277104 - 3357: -28.606956,-11.026931 - 3358: -26.40288,-10.599551 - 3359: -26.77788,-11.318801 - 3360: -25.34038,-13.445277 - 3361: -25.486214,-14.789962 - 3362: -25.944546,-15.415396 - 3363: -25.71538,-15.050559 - 3364: -26.444546,-15.342428 - 3365: -26.09038,-15.316647 - 3366: -27.37163,-15.493854 - 3367: -27.65288,-16.244373 - 3368: -27.725796,-15.525125 - 3369: -28.111214,-16.484123 - 3370: -27.100796,-14.899691 - 3371: -28.924026,-16.421581 - 3372: -30.194859,-16.546669 - 3373: -29.611526,-16.546669 - 3374: -29.944859,-16.536243 - 3375: -31.153193,-16.151505 - 3376: -32.312252,1.8424962 - 3377: -32.499752,2.7702234 - 3378: -32.656002,4.0627875 - 3379: -34.44767,7.502678 - 3380: -34.249752,7.648612 - 3381: -32.906002,7.586069 - 3382: -32.520584,6.9606338 - 3383: -31.718502,5.793156 - 3384: -31.333086,3.8751574 - 3385: -31.551836,2.4262345 - 3386: -31.406002,1.519355 - 3387: -28.489336,2.7910714 - 3388: -28.833086,5.3032327 - 3389: -27.270586,4.7611895 - 3390: -26.239336,0.89392066 - 3391: -26.47892,1.519355 - 3392: -26.499752,1.6965611 - 3393: -26.468502,2.4470823 - 3394: -27.01017,1.3421483 - 3395: -27.333086,1.2483335 - 3396: -26.676836,0.5916269 - 3397: -26.520586,0.68544245 - 3398: -27.426836,0.6750181 - 3399: -27.281002,1.2587571 - 3400: -28.801836,10.462311 - 3401: -29.44767,10.368495 - 3402: -28.687252,10.358071 - 3403: -28.437252,9.367801 - 3404: -29.94767,9.79518 - 3405: -30.35392,11.452581 - 3406: -31.26017,11.400462 - 3407: -34.489334,12.5158205 - 3408: -34.895584,12.505397 - 3409: -35.35392,13.057863 - 3410: -35.593502,13.620754 - 3411: -35.60392,14.319156 - 3412: -35.364334,14.392123 - 3413: -33.91642,14.402547 - 3414: -33.374752,14.402547 - 3415: -31.593502,14.423395 - 3416: -29.968502,14.454667 - 3417: -29.676836,14.079406 - 3418: -29.63517,12.932776 - 3419: -30.270586,12.244799 - 3420: -30.458086,11.463006 - 3421: -30.833086,11.087745 - 3422: -31.176836,10.410192 - 3423: -32.301834,8.554736 - 3424: -33.22892,8.533888 - 3425: -33.97892,8.56516 - 3426: -34.708084,9.763909 - 3427: -33.437252,9.513735 - 3428: -32.520584,9.440768 - 3429: -29.968502,8.27329 - 3430: -29.35392,8.627704 - 3431: -26.656002,12.693027 - 3432: -26.624752,11.421309 - 3433: -26.63517,11.12944 - 3434: -26.499752,10.107898 - 3435: -27.624752,11.510774 - 3436: -27.968502,11.2606 - 3437: -25.448618,7.5471315 - 3438: -24.073618,7.3595004 - 3439: -22.229868,7.2344136 - 3440: -23.656952,6.7132177 - 3441: -25.167368,6.7236414 - 3442: -23.198618,6.88 - 3443: -25.313202,5.7125225 - 3444: -24.948618,4.2531757 - 3445: -23.094452,4.482502 - 3446: -22.469452,4.357415 - 3447: -22.698618,3.5860457 - 3448: -23.427784,4.3261433 - 3449: -25.386118,4.08339 - 3450: -25.500702,2.3947175 - 3451: -25.344452,1.7275877 - 3452: -25.386118,1.0604575 - 3453: -25.188202,0.5496862 - 3454: -24.417368,0.48714226 - 3455: -22.500702,0.570534 - 3456: -22.313202,3.312021 - 3457: -22.386118,1.4878378 - 3458: -24.698618,-0.51451385 - 3459: -25.313202,-1.5047851 - 3460: -25.479868,-3.3051376 - 3461: -25.875702,-3.7742138 - 3462: -25.86748,-4.392778 - 3463: -24.74248,-4.622104 - 3464: -24.607063,-8.270472 - 3465: -29.33623,-7.5824943 - 3466: -29.482063,-6.133571 - 3467: -29.409147,-5.1432996 - 3468: -25.55498,-9.457917 - 3469: -25.74248,-9.770635 - 3470: -24.380302,-12.387058 - 3471: -24.390718,-11.594842 - 3472: -24.005302,-10.698385 - 3473: -21.682384,-11.386364 - 3474: -23.057386,-11.417635 - 3475: -21.796968,-11.417635 - 3476: -21.880302,-12.293243 - 3477: -21.255302,-11.209157 - 3478: -20.161552,-11.261276 - 3479: -18.911552,-10.813049 - 3480: -17.43725,-10.7192335 - 3481: -18.291416,-10.614994 - 3482: -16.614334,-10.667114 - 3483: -16.531,-11.094494 - 3484: -18.510166,-11.250853 - 3485: -15.7185,-11.08407 - 3486: -15.031,-11.2821245 - 3487: -16.603916,-10.594147 - 3488: -15.81225,-10.687962 - 3489: -15.010166,-11.501026 - 3490: -14.385166,-11.949255 - 3491: -14.478916,-12.384722 - 3492: -15.728916,-13.541776 - 3493: -16.7185,-13.635591 - 3494: -16.895584,-13.562623 - 3495: -14.541416,-16.431675 - 3496: -15.520583,-16.567186 - 3497: -16.208084,-16.57761 - 3498: -15.93725,-16.379557 - 3499: -18.666416,-16.369133 - 3500: -19.135166,-15.764545 - 3501: -20.385166,-16.171078 - 3502: -21.166416,-15.358013 - 3503: -20.853916,-16.09811 - 3504: -22.666416,-16.296165 - 3505: -22.520584,-15.503948 - 3506: -23.31225,-15.410133 - 3507: -23.572666,-14.805547 - 3508: -24.416416,-14.461557 - 3509: -24.166416,-14.1905365 - 3510: -23.666416,-14.503253 - 3511: -18.07781,-13.113042 - 3512: -16.484058,-17.504652 - 3513: -16.723642,-17.71313 - 3514: -17.369476,-17.81737 - 3515: -17.400726,-17.71313 - 3516: -18.35906,-17.692282 - 3517: -18.817392,-17.806946 - 3518: -17.473642,-18.724249 - 3519: -18.286142,-18.599163 - 3520: -17.85906,-19.089087 - 3521: -18.004892,-19.443499 - 3522: -18.35906,-18.797216 - 3523: -18.286142,-20.016813 - 3524: -18.931976,-20.235716 - 3525: -19.161142,-19.589434 - 3526: -18.70281,-19.631128 - 3527: -18.92156,-20.423346 - 3528: -18.869476,-20.319107 - 3529: -15.692392,-20.360802 - 3530: -15.609059,-19.162052 - 3531: -15.963226,-18.77637 - 3532: -15.463226,-17.504652 - 3533: -15.734059,-17.640163 - 3534: -15.931976,-18.182205 - 3535: -21.032217,-18.223377 - 3536: -21.032217,-18.223377 - 3537: -21.032217,-18.223377 - 3538: -21.032217,-18.223377 - 3539: -21.219717,-17.795998 - 3540: -21.219717,-17.795998 - 3541: -20.813467,-17.743877 - 3542: -20.782217,-17.743877 - 3543: -20.511385,-18.369312 - 3544: -20.573885,-18.411009 - 3545: -38.405407,-21.420021 - 3546: -38.436657,-21.347055 - 3547: -39.165825,-20.502718 - 3548: -37.478325,-19.991947 - 3549: -37.374157,-21.138577 - 3550: -37.394993,-21.534685 - 3551: -37.644993,-19.113642 - 3552: -37.853325,-18.302649 - 3553: -38.144993,-18.584093 - 3554: -39.082493,-17.461628 - 3555: -39.728325,-17.513748 - 3556: -41.535004,-14.798114 - 3557: -42.97261,-16.407444 - 3558: -43.66011,-17.399508 - 3559: -42.06636,-20.026333 - 3560: -41.37886,-20.64969 - 3561: -41.31636,-22.47613 - 3562: -39.91011,-22.9869 - 3563: -39.01428,-21.965357 - 3564: -39.56636,-22.444857 - 3565: -39.712196,-22.569944 - 3566: -39.587196,-23.484282 - 3567: -39.805946,-23.942932 - 3568: -39.63928,-25.329311 - 3569: -39.88928,-26.12517 - 3570: -40.25386,-26.146017 - 3571: -39.82678,-26.10432 - 3572: -42.26428,-27.061916 - 3573: -41.91011,-27.562263 - 3574: -41.04553,-28.417025 - 3575: -39.91011,-28.06261 - 3576: -39.97261,-28.865252 - 3577: -39.587196,-29.31348 - 3578: -37.261368,-30.637316 - 3579: -37.2822,-30.387142 - 3580: -37.0322,-30.136969 - 3581: -36.792618,-29.720013 - 3582: -36.7197,-30.209936 - 3583: -44.861027,-40.354256 - 3584: -45.225613,-40.166626 - 3585: -45.017277,-40.06239 - 3586: -44.725613,-40.28129 - 3587: -45.006863,-40.531464 - 3588: -45.371445,-40.30214 - 3589: -26.471115,-28.592892 - 3590: -26.471115,-28.165512 - 3591: -26.471115,-27.738132 - 3592: -25.752365,-28.686707 - 3593: -24.533615,-27.686012 - 3594: -24.762781,-28.655436 - 3595: -23.342539,-26.966763 - 3596: -21.58212,-27.09185 - 3597: -20.42587,-27.09185 - 3598: -22.634205,-27.081427 - 3599: -21.477955,-25.830557 - 3600: -20.92587,-25.8931 - 3601: -20.33212,-25.851404 - 3602: -20.071705,-27.779827 - 3603: -20.08212,-28.728403 - 3604: -19.623789,-29.885456 - 3605: -17.621246,-27.300327 - 3606: -17.714935,-25.747166 - 3607: -17.537851,-25.173851 - 3608: -16.902435,-25.03834 - 3609: -16.517017,-26.028612 - 3610: -17.225351,-25.830557 - 3611: -18.808685,-27.51923 - 3612: -15.558685,-29.207903 - 3613: -15.594094,-30.518547 - 3614: -15.437844,-31.864351 - 3615: -15.323261,-32.48987 - 3616: -18.354511,-30.801195 - 3617: -18.344095,-31.9374 - 3618: -18.469095,-33.209118 - 3619: -18.458677,-37.206905 - 3620: -18.271177,-39.239567 - 3621: -17.562845,-38.49947 - 3622: -14.635761,-34.1527 - 3623: -14.698261,-33.53769 - 3624: -15.354511,-33.4543 - 3625: -14.937844,-40.11318 - 3626: -15.396177,-40.540558 - 3627: -17.076723,-42.352947 - 3628: -16.80589,-43.78102 - 3629: -17.316305,-43.989502 - 3630: -16.826721,-44.562817 - 3631: -18.982973,-43.7851 - 3632: -18.285055,-43.71213 - 3633: -19.49339,-43.722553 - 3634: -21.86839,-43.993576 - 3635: -20.420473,-44.629433 - 3636: -21.410055,-44.149933 - 3637: -20.05589,-45.119358 - 3638: -20.076723,-44.723248 - 3639: -20.02464,-45.880302 - 3640: -17.597555,-46.44319 - 3641: -18.99339,-46.401497 - 3642: -19.21214,-46.49531 - 3643: -20.58714,-46.43277 - 3644: -21.33714,-46.422344 - 3645: -21.68089,-45.327835 - 3646: -18.545473,-44.80664 - 3647: -17.660055,-45.015118 - 3648: -17.93089,-43.566196 - 3649: -17.27464,-43.73298 - 3650: -17.451723,-44.598164 - 3651: -16.420471,-45.296562 - 3652: -17.097555,-45.296562 - 3653: -15.680889,-46.34938 - 3654: -16.253805,-45.682247 - 3655: -17.389223,-46.026237 - 3656: -16.889221,-46.391075 - 3657: -16.357971,-46.96439 - 3658: -16.52464,-46.630825 - 3659: -15.097555,-48.21526 - 3660: -16.982973,-44.170784 - 3661: -14.847555,-45.71352 - 3662: -17.392271,-48.337677 - 3663: -17.506855,-47.608006 - 3664: -18.590363,-48.535732 - 3665: -19.788279,-48.619125 - 3666: -19.788279,-49.0882 - 3667: -19.079947,-48.650394 - 3668: -20.559113,-49.004807 - 3669: -18.819529,-49.32795 - 3670: -12.303752,-49.557274 - 3671: -15.959887,-51.34276 - 3672: -17.095303,-51.21767 - 3673: -17.91822,-51.32191 - 3674: -17.94947,-51.478268 - 3675: -17.616137,-51.759712 - 3676: -17.57447,-52.12455 - 3677: -18.13697,-50.68605 - 3678: -18.13697,-50.68605 - 3679: -16.66822,-50.592236 - 3680: -17.689053,-50.456726 - 3681: -18.397387,-51.978615 - 3682: -18.23072,-53.771526 - 3683: -18.51197,-53.86534 - 3684: -18.053637,-53.448387 - 3685: -16.064053,-53.354572 - 3686: -16.157803,-53.93831 - 3687: -15.709887,-54.376114 - 3688: -15.814054,-54.323994 - 3689: -16.60572,-54.2823 - 3690: -17.334887,-54.23018 - 3691: -18.116137,-54.2823 - 3692: -18.407803,-54.38654 - 3693: -20.632086,-56.07521 - 3694: -21.163336,-56.02309 - 3695: -21.288336,-55.75207 - 3696: -21.017502,-57.16972 - 3697: -23.039995,-56.022594 - 3698: -23.644161,-56.04344 - 3699: -24.09208,-54.438164 - 3700: -24.352495,-54.500706 - 3701: -24.164995,-54.53198 - 3702: -24.008745,-54.53198 - 3703: -23.664995,-56.51252 - 3704: -23.831661,-56.543793 - 3705: -24.37333,-56.637608 - 3706: -23.87333,-56.679302 - 3707: -23.321245,-56.606335 - 3708: -23.93583,-56.64803 - 3709: -23.196245,-56.80439 - 3710: -22.43583,-57.064987 - 3711: -23.175411,-57.398552 - 3712: -24.321245,-57.325584 - 3713: -25.414995,-56.57506 - 3714: -25.321245,-55.407585 - 3715: -25.31083,-54.30265 - 3716: -25.571245,-56.11641 - 3717: -25.571245,-55.36589 - 3718: -25.581661,-54.386044 - 3719: -24.65458,-53.489586 - 3720: -18.271683,-56.679302 - 3721: -16.712044,-56.80439 - 3722: -15.199931,-56.773117 - 3723: -17.407932,-56.554214 - 3724: -0.33694434,-48.525146 - 3725: 1.8401389,-46.64884 - 3726: 2.0797224,-46.753082 - 3727: 1.7984724,-47.274277 - 3728: -15.487695,-69.33516 - 3729: -16.095303,-64.441666 - 3730: -17.741135,-64.347855 - 3731: -19.032803,-62.773846 - 3732: -18.439053,-62.836388 - 3733: -19.345303,-63.04487 - 3734: -21.657803,-63.211647 - 3735: -20.001553,-63.211647 - 3736: -21.532803,-63.00317 - 3737: -20.345303,-63.076138 - 3738: -20.345303,-63.065716 - 3739: -24.386969,-62.7113 - 3740: -22.689053,-63.128258 - 3741: -23.501553,-62.09629 - 3742: -22.886969,-64.49379 - 3743: -23.189053,-63.576485 - 3744: -24.553635,-65.411095 - 3745: -23.428635,-64.931595 - 3746: -26.064053,-64.848206 - 3747: -24.189053,-64.95244 - 3748: -6.031041,-45.579304 - 3749: -6.062291,-45.370827 - 3750: -6.249791,-44.265892 - 3751: -6.062291,-44.16165 - 3752: -6.291458,-43.19223 - 3753: -6.8331246,-42.879513 - 3754: -7.312291,-42.90036 - 3755: -6.7393746,-42.514675 - 3756: -6.999791,-42.36874 - 3757: -7.4581246,-42.36874 - 3758: -8.156041,-42.400013 - 3759: -7.9893746,-42.431286 - 3760: -7.510208,-42.723152 - 3761: -7.7081246,-43.202652 - 3762: -8.572708,-42.556374 - 3763: -7.499791,-42.003906 - 3764: -6.218541,-42.17069 - 3765: -5.135208,-42.11857 - 3766: -5.374791,-41.597374 - 3767: -5.1768746,-42.09772 - 3768: -4.8331246,-42.504253 - 3769: -4.7081246,-42.81697 - 3770: -4.2393746,-42.723152 - 3771: -4.187291,-43.546642 - 3772: -4.281041,-43.27562 - 3773: -5.5831246,-44.547337 - 3774: -6.947708,-44.609882 - 3775: -8.041458,-45.266586 - 3776: -8.906041,-45.287434 - 3777: -8.551874,-45.162346 - 3778: -8.093541,-45.183197 - 3779: -7.791458,-43.411133 - 3780: -7.947708,-43.452827 - 3781: -8.468541,-43.744698 - 3782: -8.583124,-42.827393 - 3783: -9.447708,-41.962208 - 3784: -9.145624,-41.88924 - 3785: -9.041458,-42.076874 - 3786: -2.966607,-45.714813 - 3787: -3.3624406,-45.693966 - 3788: -2.6124406,-45.58973 - 3789: -2.0082738,-46.996956 - 3790: -3.1749406,-47.236706 - 3791: -6.654107,-48.591812 - 3792: -5.9249406,-48.039345 - 3793: 19.096249,-45.631756 - 3794: 18.679583,-45.548363 - 3795: 10.908749,-48.227306 - 3796: 11.825415,-47.737385 - 3797: 13.492082,-47.12237 - 3798: 14.314999,-46.726265 - 3799: 12.939999,-46.029778 - 3800: 13.283749,-46.123592 - 3801: 9.120338,-46.915215 - 3802: 8.828671,-46.83182 - 3803: 9.380754,-47.17581 - 3804: 11.829466,-46.029182 - 3805: 11.197339,-45.601803 - 3806: 8.197339,-45.549683 - 3807: 9.853589,-45.43502 - 3808: 9.426506,-45.455868 - 3809: 7.051506,-45.476715 - 3810: 5.5202556,-45.46629 - 3811: 4.436922,-45.43502 - 3812: 1.4369221,-45.46629 - 3813: 2.724832,-45.3829 - 3814: 0.32260394,-45.3829 - 3815: -1.6379106,-45.3829 - 3816: 0.6626792,-45.51841 - 3817: 3.109992,-45.507988 - 3818: 5.622739,-45.476715 - 3819: 12.708013,-42.199886 - 3820: 12.583013,-42.92956 - 3821: 12.489263,-43.20058 - 3822: 15.426096,-44.441025 - 3823: 14.530262,-44.732895 - 3824: 14.488595,-44.74332 - 3825: 15.155262,-43.951103 - 3826: 15.592762,-43.221428 - 3827: 15.155262,-43.30482 - 3828: 14.728179,-43.231853 - 3829: 17.061512,-42.5543 - 3830: 18.040678,-41.053257 - 3831: 17.436512,-42.92956 - 3832: 17.217762,-43.607117 - 3833: 18.978178,-43.294395 - 3834: 19.103178,-44.482723 - 3835: 20.63443,-43.388214 - 3836: 21.32193,-43.27355 - 3837: 21.426096,-43.263126 - 3838: 20.624012,-43.336094 - 3839: 21.38443,-42.595997 - 3840: 20.436512,-42.731506 - 3841: 20.749012,-41.480637 - 3842: 18.915678,-41.293007 - 3843: 22.550077,-42.314552 - 3844: 22.862577,-43.450756 - 3845: 22.695911,-43.0338 - 3846: 25.783611,-43.294395 - 3847: 24.398195,-42.82532 - 3848: 23.648195,-42.804474 - 3849: 23.898195,-37.343258 - 3850: 22.502361,-39.74474 - 3851: 25.07006,-40.599503 - 3852: 26.424229,-37.566143 - 3853: 26.517979,-38.212425 - 3854: 26.63256,-38.452175 - 3855: 26.997145,-38.629383 - 3856: 26.778395,-42.14434 - 3857: 26.767979,-42.457058 - 3858: 21.41381,-46.468403 - 4286: 11.402288,6.4756856 - 4287: 10.589788,6.5382285 - 4288: 9.520358,6.3505983 - 4289: 8.739108,6.725859 - 4290: 8.499525,7.465957 - 4291: 8.218275,7.601468 - 4292: 7.676608,7.903761 - 4293: 7.562025,8.67513 - 4294: 7.645358,8.268598 - 4295: 7.655775,8.008 - 4296: 7.989108,8.101815 - 4297: 7.645358,9.63413 - 4298: 7.634941,10.384651 - 4299: 7.853691,10.989237 - 4300: 8.812025,10.832878 - 4301: 9.124525,10.54101 - 4302: 9.395358,10.457619 - 4303: 9.718275,10.895422 - 4304: 10.228691,11.3540745 - 4305: 10.259941,11.166444 - 4306: 10.395358,10.322107 - 4307: 10.426608,9.425652 - 4308: 10.364108,10.634825 - 4309: 10.437025,9.15463 - 4310: 10.499525,8.24775 - 4311: 10.447441,7.7057066 - 4312: 10.041191,7.6118917 - 4313: 8.957858,6.548652 - 4314: 8.812025,6.402718 - 4315: 5.0054917,6.5173807 - 4316: 3.8700752,7.809946 - 4317: 3.7971582,7.8307934 - 4318: 3.6929917,9.133781 - 4319: 4.088825,9.936422 - 4320: 4.3909082,10.092781 - 4321: 5.1096582,10.238716 - 4322: 6.1409082,10.864151 - 4323: 5.3909082,9.967694 - 4324: 5.620075,9.456923 - 4325: 5.4117417,9.759216 - 4326: 5.6721582,9.10251 - 4327: 5.8596582,7.664011 - 4328: 5.4429917,7.4346843 - 4329: 4.838825,7.5076523 - 4330: 4.7659082,7.4868045 - 4331: 4.213825,10.520162 - 4332: 3.8804917,11.385346 - 4333: 6.9117417,6.2186556 - 4334: 4.878407,6.4792533 - 4335: 9.263338,4.9677873 - 4336: 8.690422,4.8739715 - 4337: 7.784172,4.7905803 - 4338: 9.784172,5.1137214 - 4339: 5.263338,4.821852 - 4340: 3.575838,4.8739715 - 4341: 1.9316282,6.406286 - 4342: 0.54611313,6.510525 - 4343: 1.4419465,4.9990587 - 4344: 0.9315299,4.707189 - 4345: -0.32888687,6.8962092 - 4346: -0.18305361,7.688427 - 4347: -0.25597012,8.094959 - 4348: -0.44347024,10.033806 - 4349: -0.3705536,11.305522 - 4350: -0.3705536,10.826022 - 4351: -0.42263687,9.408372 - 4352: 1.046113,10.8155985 - 4353: 1.0981965,10.377795 - 4354: 1.077363,9.523034 - 4355: 1.4419465,8.720393 - 4356: 1.9211135,7.9177523 - 4357: 2.5461135,10.999148 - 4358: 2.5044465,11.332714 - 4359: 1.52528,6.327726 - 4360: 0.51486313,6.4218116 - 4361: -1.112468,6.4739313 - 4362: -3.4852452,4.524661 - 4363: -2.2880368,4.7748346 - 4364: -3.74637,5.129247 - 4365: -4.5797033,5.2334867 - 4366: -4.0588703,6.3279967 - 4367: -2.6942868,6.4009643 - 4368: -2.71512,6.505203 - 4369: -3.4130368,7.4642024 - 4370: -3.8297033,7.7352247 - 4371: -3.9442868,8.496169 - 4372: -1.7984533,9.444745 - 4373: -1.8192868,8.433626 - 4374: -2.5380368,7.9749746 - 4375: -4.1213703,10.601799 - 4376: -3.93387,10.341201 - 4377: -3.80887,9.955517 - 4378: -4.2047033,9.642799 - 4379: -4.3713703,8.81931 - 4380: -2.4130368,10.560103 - 4381: -2.40262,10.393321 - 4382: -6.5215335,10.768581 - 4383: -7.3757,10.904092 - 4384: -7.65695,10.518408 - 4385: -8.28195,11.248081 - 4386: -8.28195,11.279353 - 4387: -7.90695,9.330082 - 4388: -7.792367,8.704648 - 4389: -7.948617,7.7664957 - 4390: -6.4382,8.933973 - 4391: -6.0840335,8.287692 - 4392: -5.979867,7.2765718 - 4393: -6.542367,6.140819 - 4394: -6.9590335,6.4222646 - 4395: -7.167367,6.4326887 - 4396: -2.4382,5.0775805 - 4397: -6.3965335,5.296483 - 4398: -7.96945,5.2443633 - 4399: -8.925854,6.2242103 - 4400: -9.613354,6.3492975 - 4401: -11.821688,6.6724386 - 4402: -11.696688,7.412535 - 4403: -11.967521,7.9441557 - 4404: -12.332105,8.6321335 - 4405: -12.321688,9.987241 - 4406: -10.259188,10.508437 - 4407: -10.196688,10.19572 - 4408: -9.644604,8.767644 - 4409: -10.352938,7.0060034 - 4410: -11.165438,6.4535365 - 4411: -11.2312155,4.8348413 - 4412: -12.428063,6.116537 - 4413: -12.855146,6.3667107 - 4414: -14.136397,6.2937436 - 4415: -14.230147,6.2833195 - 4416: -15.261397,5.8455157 - 4417: -15.386397,5.1679616 - 4418: -16.721941,4.6363425 - 4419: -17.169857,4.6050706 - 4420: -17.930275,6.2103524 - 4421: -18.253191,5.80382 - 4422: -19.024025,5.0845704 - 4423: -21.399025,6.3041673 - 4424: -21.399025,6.335439 - 4425: -21.659441,4.6676145 - 4426: -22.499508,4.6363425 - 4427: -15.358844,3.124876 - 4428: -15.483844,2.5202897 - 4429: -15.588011,1.7384965 - 4430: -16.46301,3.3125064 - 4431: -17.27551,3.3646257 - 4432: -18.140095,3.4167454 - 4433: -19.43176,3.354202 - 4434: -21.55676,3.5626802 - 4435: -21.515095,2.7600396 - 4436: -21.452595,2.3013875 - 4437: -21.46301,1.4570515 - 4438: -19.129677,2.0095181 - 4439: -18.848427,3.0831807 - 4440: -19.192177,2.5202897 - 4441: -17.58801,0.6362703 - 4442: -18.24426,0.5945742 - 4443: -18.973427,0.56330276 - 4444: -19.39567,-0.7292617 - 4445: -19.374836,-1.6465654 - 4446: -21.447754,-1.6048696 - 4447: -22.39567,-1.5319026 - 4448: -22.979004,-1.5110548 - 4449: -23.52067,-1.4693587 - 4450: -23.624836,-2.0947936 - 4451: -21.249836,-3.243048 - 4452: -21.135254,-3.503646 - 4453: -21.166504,-3.7850912 - 4454: -20.635254,-4.5877323 - 4455: -19.249836,-4.2750154 - 4456: -18.08317,-4.003993 - 4457: -17.67692,-3.6391566 - 4458: -17.70817,-4.327134 - 4459: -17.61442,-7.3987694 - 4460: -17.61442,-7.8469977 - 4461: -17.604004,-8.6704855 - 4462: -22.197754,-8.347345 - 4463: -22.697754,-8.274378 - 4464: -20.58317,-9.34804 - 4465: -19.156086,-9.681604 - 4466: -21.124836,-5.4182277 - 4467: -20.83317,-5.918575 - 4468: -19.812336,-5.8039117 - 4469: -23.48942,-6.9818134 - 4470: -23.541504,-7.794878 - 4471: -16.197754,-6.3772264 - 4472: -16.312336,-5.689249 - 4473: -16.39567,-5.470347 - 4474: -16.312336,-6.2834115 - 4475: -15.822753,-7.5655518 - 4476: -15.416503,-7.4925847 - 4477: -15.416503,-7.1694436 - 4478: -15.562336,-6.210444 - 4479: -15.416503,-6.4189224 - 4480: -15.086761,-7.7010627 - 4481: -15.1075945,-8.232681 - 4482: -15.3263445,-9.05617 - 4483: -15.3471775,-9.462703 - 4484: -14.5763445,-9.400159 - 4485: -13.836761,-9.431431 - 4486: -13.993011,-9.473126 - 4487: -13.7950945,-7.7427583 - 4488: -13.5971775,-8.983203 - 4489: -12.762786,-5.4922395 - 4490: -13.075286,-4.1158714 - 4491: -13.960703,-2.281264 - 4492: -14.398203,-5.4620605 - 4493: -13.419036,-0.7921502 - 4494: -13.512786,0.7297399 - 4495: -14.773203,3.1376626 - 4496: -15.346119,2.168239 - 4497: -12.996614,-8.347444 - 4498: -12.4445305,-9.546192 - 4499: -10.298697,-7.993031 - 4500: -10.798697,-9.400258 - 4501: -12.204947,-10.588582 - 4502: -13.496614,-10.2279625 - 4503: -13.361197,-11.708158 - 4504: -13.3507805,-12.521222 - 4505: -13.048697,-12.072994 - 4506: -12.9445305,-11.812396 - 4507: -12.642447,-11.332896 - 4508: -11.871614,-12.739994 - 4509: -11.840364,-13.867453 - 4510: -11.642447,-14.784757 - 4511: -11.746614,-15.243408 - 4512: -10.465364,-13.794485 - 4513: -10.4445305,-14.263561 - 4514: -10.486197,-16.306648 - 4515: -11.027864,-16.588093 - 4516: -11.184114,-16.640213 - 4517: -12.548697,-16.504702 - 4518: -12.777864,-16.71318 - 4519: -13.277864,-17.536669 - 4520: -13.621614,-17.640907 - 4521: -13.892447,-17.828537 - 4522: -14.152864,-19.415579 - 4523: -14.1007805,-19.582361 - 4524: -13.9132805,-21.02086 - 4525: -13.329947,-21.802652 - 4526: -13.434114,-21.36485 - 4527: -13.309114,-21.406544 - 4528: -12.746614,-21.646294 - 4529: -12.798697,-22.59487 - 4530: -13.402864,-22.67826 - 4531: -11.033129,-17.598673 - 4532: -10.647712,-16.04551 - 4533: -10.366462,-17.452738 - 4534: -9.710212,-18.057323 - 4535: -8.595629,-18.422161 - 4536: -8.533129,-19.235226 - 4537: -8.481045,-20.465246 - 4538: -8.637295,-18.599367 - 4539: -8.814379,-20.183802 - 4540: -8.876879,-20.569485 - 4541: -8.876879,-22.821049 - 4542: -10.178962,-23.978104 - 4543: -13.970182,-24.17066 - 4544: -14.803516,-24.222778 - 4545: -14.053516,-24.452105 - 4546: -15.261849,-24.618887 - 4547: -16.366016,-24.4938 - 4548: -17.334766,-24.577192 - 4549: -17.9181,-24.68143 - 4550: -18.272266,-22.263084 - 4551: -18.209766,-21.63765 - 4552: -17.772266,-21.72104 - 4553: -16.886848,-22.11715 - 4554: -16.647266,-21.992064 - 4555: -15.741016,-21.63765 - 4556: -15.584766,-21.950367 - 4557: -15.230599,-23.096996 - 4558: -15.616016,-23.357594 - 4559: -16.376434,-23.34717 - 4560: -17.13685,-23.305475 - 4561: -17.053516,-22.88852 - 4562: -16.949348,-23.857943 - 4563: -16.9806,-24.076845 - 4564: -17.13685,-23.034452 - 4565: -18.2931,-23.305475 - 4566: -18.803516,-22.429867 - 4567: -18.834766,-22.3569 - 4568: -18.532682,-22.638346 - 4569: -13.405196,-24.167933 - 4570: -11.979393,-24.366003 - 4571: -11.099189,-24.67872 - 4572: -10.620022,-24.574482 - 4573: -9.985959,-24.334732 - 4574: -9.722779,-24.564058 - 4575: -8.899862,-23.750994 - 4576: -8.837362,-23.68845 - 4577: -8.649862,-24.97059 - 4578: -6.8572335,-21.676636 - 4579: -5.450983,-21.572397 - 4580: -4.7843165,-22.354189 - 4581: -4.3468165,-24.43897 - 4582: -3.8468165,-24.459818 - 4583: -3.2634833,-24.855927 - 4584: -5.80515,-25.606447 - 4585: -6.7739,-25.460514 - 4586: -6.5134835,-24.689144 - 4587: -5.5759835,-25.689838 - 4588: -5.24265,-27.420208 - 4589: -5.3468165,-27.680805 - 4590: -4.5343165,-28.420902 - 4591: -3.74265,-27.910131 - 4592: -4.7530665,-27.972675 - 4593: -4.0116425,-27.764196 - 4594: -2.584559,-27.910131 - 4595: -2.553309,-27.55572 - 4596: -1.8866422,-28.59811 - 4597: -1.1470587,-27.336817 - 4598: -1.3345587,-27.82674 - 4599: 0.19669127,-27.82674 - 4600: -0.8866422,-28.139458 - 4601: 0.45710778,-28.462599 - 4602: 0.62377477,-27.712078 - 4603: 1.8425248,-27.889284 - 4604: 1.6758578,-27.607838 - 4605: 2.1237748,-27.420208 - 4606: 3.3946075,-27.451479 - 4607: 4.1758575,-27.816317 - 4608: -3.615809,-27.232578 - 4609: -3.0741422,-27.576567 - 4610: -3.9074755,-26.78435 - 4611: -3.1574755,-26.690535 - 4612: -2.3241422,-27.378511 - 4613: -2.5949755,-27.097067 - 4614: 2.415647,-25.291382 - 4615: 2.2447362,-24.613829 - 4616: 4.713486,-24.801458 - 4617: 4.6718197,-26.13572 - 4618: 4.723903,-27.251078 - 4619: 5.307236,-26.88624 - 4620: 2.657512,-23.96644 - 4621: 2.7929285,-22.090137 - 4622: 6.7825117,-24.49806 - 4623: 7.8970947,-24.508484 - 4624: 8.407513,-24.602299 - 4625: 8.595013,-25.634266 - 4626: 8.553345,-25.550875 - 4627: 8.584595,-26.853863 - 4628: 8.522095,-27.270819 - 4629: 8.240845,-27.510569 - 4630: 6.9179287,-27.416754 - 4631: 6.6366787,-27.145733 - 4632: 6.4179287,-26.15546 - 4633: 6.928345,-25.64469 - 4634: 7.6054287,-25.519602 - 4635: 6.4700117,-27.051916 - 4636: 8.272095,-27.322939 - 4637: 9.647095,-25.550875 - 4638: 9.667929,-26.84344 - 4639: 9.605429,-27.437601 - 4640: 10.595013,-27.35421 - 4641: 11.407513,-26.280548 - 4642: 11.105429,-25.425787 - 4643: 10.813763,-25.540451 - 4644: 11.345013,-26.509874 - 4645: 10.126263,-24.779505 - 4646: 10.313763,-24.247887 - 4647: 10.220013,-24.435516 - 4648: 9.511679,-25.35282 - 4649: 11.345013,-23.155613 - 4650: 11.199179,-20.549637 - 4651: 11.199179,-20.549637 - 4652: 10.209595,-22.74908 - 4653: 10.699179,-20.98744 - 4654: 10.626263,-21.602451 - 4655: 11.447968,-19.518326 - 4656: 11.5938,-19.705956 - 4657: 11.510468,-19.15349 - 4658: 11.2188,-18.058979 - 4659: 10.770884,-17.61075 - 4660: 9.6563,-17.57948 - 4661: 10.197968,-17.600327 - 4662: 10.489634,-17.537785 - 4663: 8.958384,-17.61075 - 4664: 10.395884,-17.8505 - 4665: 10.12505,-18.91374 - 4666: 9.833384,-18.632294 - 4667: 10.0313,-20.248 - 4668: 8.729218,-21.415478 - 4669: 7.550585,-22.448793 - 4670: 5.779751,-23.366096 - 4671: 5.7693343,-23.18889 - 4672: 4.4255843,-23.939413 - 4673: 6.633918,-20.46825 - 4674: 6.540168,-20.051294 - 4675: 6.404751,-19.029753 - 4676: 6.529751,-19.696882 - 4677: 6.998501,-20.426556 - 4678: 6.873501,-18.915089 - 4679: 7.529751,-18.664915 - 4680: 7.946418,-18.664915 - 4681: 7.0247555,-22.94914 - 4682: -2.3832495,-25.581217 - 4683: -2.2165828,-25.549946 - 4684: 0.6480005,-25.612488 - 4685: -4.5707498,-21.574991 - 4686: -4.5499163,-21.616686 - 4687: -7.4378757,-19.042313 - 4688: -7.427459,-19.688597 - 4689: -7.2503757,-20.512083 - 4690: -5.2191257,-20.491236 - 4691: -4.708709,-19.13613 - 4692: -4.2191257,-18.740019 - 4693: -3.5212088,-19.959618 - 4694: -3.2816255,-20.574629 - 4695: 1.926708,-19.970041 - 4696: 1.7183747,-19.500965 - 4697: 1.739208,-18.698324 - 4698: 2.2600412,-18.573236 - 4699: 2.551708,-20.251486 - 4700: 5.895458,-19.85538 - 4701: 5.3121247,-19.938768 - 4702: 5.697541,-18.55239 - 4703: 5.228791,-19.532238 - 4704: 4.885041,-18.375183 - 4705: 3.3433747,-18.343912 - 4706: 0.6894276,-20.766886 - 4707: 0.1477611,-21.538256 - 4708: -0.39390564,-21.63207 - 4709: -1.4355724,-21.652918 - 4710: -2.1230724,-21.25681 - 4711: -1.9564056,-17.615541 - 4712: -2.2897391,-16.543232 - 4713: -2.6126556,-15.6676235 - 4714: -2.6751556,-14.896255 - 4715: -3.7584891,-14.364635 - 4716: -1.6439056,-16.90807 - 4717: -0.23765564,-16.730864 - 4718: 0.5331776,-15.438298 - 4719: 1.4290111,-14.927526 - 4720: 2.0956776,-16.095005 - 4721: 4.1790113,-16.793406 - 4722: 3.1581774,-16.522385 - 4723: 5.951776,-13.826206 - 4724: 5.014383,-13.971849 - 4725: 7.8997993,-16.181717 - 4726: 7.2435493,-16.338076 - 4727: 6.139383,-16.327652 - 4728: -3.3606172,-15.994087 - 4729: -6.0689507,-16.317228 - 4730: -7.433534,-16.16087 - 4731: -8.204368,-13.565317 - 4732: -6.933534,-13.67998 - 4733: -6.4856176,-13.825914 - 4734: -3.371034,-11.567333 - 4735: -3.714784,-12.057257 - 4736: -4.4022837,-12.442942 - 4737: -5.7877007,-12.234464 - 4738: -6.1939507,-11.859202 - 4739: -8.964785,-12.067681 - 4740: -8.985618,-10.379008 - 4741: -7.1106176,-10.201802 - 4742: -6.1002007,-10.2539215 - 4743: -5.2356176,-10.22265 - 4744: -4.110617,-10.27477 - 4745: -2.1627004,-9.586791 - 4746: -2.3189504,-9.972476 - 4747: 0.72271633,-11.31716 - 4748: 0.5560496,-12.234464 - 4749: 1.3685496,-12.203192 - 4750: 2.7122996,-9.962052 - 4751: 2.1289663,-10.545791 - 4752: 3.5872993,-10.139258 - 4753: 4.826883,-10.420704 - 4754: 7.2331333,-9.972476 - 4755: 7.0664663,-10.59791 - 4756: 6.483133,-11.400551 - 4757: 5.0352163,-12.213615 - 4758: 0.4027593,-9.454935 - 4759: 0.31942606,-8.475088 - 4760: 0.42359257,-8.162371 - 4761: 0.17359257,-8.058132 - 4762: -0.06599069,-8.673142 - 4763: -0.5972407,-8.02686 - 4764: -0.61807406,-7.2137957 - 4765: -0.7222407,-7.234643 - 4766: -0.5034907,-8.151947 - 4767: -0.6909907,-9.131794 - 4768: -1.180574,-8.037284 - 4769: -1.7014074,-7.234643 - 4770: -1.836824,-8.224915 - 4771: -2.0764074,-8.412544 - 4772: -2.2534907,-8.527207 - 4773: -2.9305742,-8.110251 - 4774: -4.565991,-7.0261655 - 4775: -3.753491,-7.7871103 - 4776: -2.815991,-8.568903 - 4777: -3.0764074,-8.548056 - 4778: -4.2430744,-8.464664 - 4779: -5.5139074,-8.495935 - 4780: -7.9514074,-8.422968 - 4781: -9.53474,-8.360425 - 4782: -10.711824,-7.0991325 - 4783: -7.2326574,-6.7551436 - 4784: -6.4826574,-6.796839 - 4785: -5.8368244,-7.088709 - 4786: -9.94099,-5.8169923 - 4787: -10.878491,-5.858688 - 4788: -3.1180742,-5.8169923 - 4789: -2.836824,-5.6814814 - 4790: -2.2951574,-3.1901677 - 4791: -2.503491,-5.0351987 - 4792: -2.722241,-5.9003835 - 4793: -2.1284907,-4.816297 - 4794: -3.0243242,-6.2652197 - 4795: -1.1701574,-3.8156016 - 4796: -0.48265743,-4.472308 - 4797: -0.13890743,-5.0873184 - 4798: -0.67015743,-6.5246034 - 4799: 0.69442606,-3.3036616 - 4800: 0.82984257,-2.3550863 - 4801: 0.75692606,-1.6149893 - 4802: 0.64234257,-2.532293 - 4803: 0.47567606,-3.4600203 - 4804: 0.47567606,-1.8234675 - 4805: -2.9305742,-3.0702586 - 4806: -3.9826574,-3.7061172 - 4807: -5.5139074,-4.3732467 - 4808: -8.12849,-3.945867 - 4809: -9.430574,-2.8409324 - 4810: -10.357657,-0.026477993 - 4811: -9.670157,2.5482268 - 4812: -7.3993244,2.7462811 - 4813: -5.159741,2.214662 - 4814: -5.2118244,0.6927717 - 4815: -9.107657,-2.5803351 - 4816: 4.600676,2.099999 - 4817: 2.7017145,2.318901 - 4818: 6.0207367,-3.6852698 - 4819: 7.913209,-3.6748457 - 4820: 8.663209,-1.7776942 - 4821: 7.715293,2.5378032 - 4822: 8.027793,0.9012501 - 4823: 5.579876,-0.9333575 - 4824: 1.0382092,-2.24677 - 4825: 2.6632092,-2.4760962 - 4826: 2.8715425,0.33835906 - 4827: -0.6805408,1.3603072 - 4828: -0.9305408,3.1844904 - 4829: -1.0138743,1.7772632 - 4830: -0.8680408,2.7741992 - 4831: -1.2847075,0.18907064 - 4832: -1.2222075,2.117493 - 4833: -1.3159575,-1.405787 - 4834: -0.81595755,2.9955606 - 4835: -0.4305408,-0.29839373 - 4836: -0.2117908,-1.7264688 - 4837: 2.512568,-5.9905386 - 4838: 5.699847,-6.7100825 - 4839: 3.3665137,-7.085343 - 4840: 8.949847,-5.68854 - 4841: 6.7415137,-6.0638003 - 4842: 3.6790137,-6.188887 - 4843: 10.116514,-5.678116 - 4844: 7.481097,-7.0123763 - 4845: 6.793597,-7.950527 - 4846: 5.59568,-8.607233 - 4847: 8.823711,-8.159006 - 4848: 9.709127,-8.638505 - 4849: 10.115378,-9.712167 - 4850: 10.146628,-8.763592 - 4851: 10.011211,-9.795558 - 4852: 11.438294,-12.321923 - 4853: 11.438294,-11.8570175 - 4854: 11.354961,-13.285092 - 4855: 11.052878,-12.430332 - 4856: 11.261211,-12.826441 - 4857: 10.677878,-11.617268 - 4858: 9.049087,-13.25218 - 4859: 9.267837,-14.346691 - 4860: 10.111587,-15.295266 - 4861: 10.080337,-16.21257 - 4862: 9.955337,-16.55656 - 4863: 9.851171,-16.55656 - 4864: 9.590754,-16.806734 - 4865: 10.372004,-16.483593 - 4866: 12.885249,-16.652607 - 4867: 12.906083,-16.642183 - 4868: 14.228999,-16.673454 - 4869: 14.968583,-16.642183 - 4870: 15.301916,-16.66303 - 4871: 14.478999,-16.652607 - 4872: 13.656083,-16.673454 - 4873: 14.176916,-17.455248 - 4874: 14.947749,-17.413553 - 4875: 15.249832,-17.38228 - 4876: 15.520666,-16.412857 - 4877: 14.999833,-16.444128 - 4878: 14.739416,-16.496246 - 4879: 14.489416,-16.63176 - 4880: 14.624833,-15.75615 - 4881: 14.468583,-15.453856 - 4882: 14.249833,-15.214107 - 4883: 14.114416,-14.42189 - 4884: 13.708166,-14.828423 - 4885: 13.406083,-15.568521 - 4886: 15.833166,-14.613824 - 4887: 16.645666,-14.822302 - 4888: 16.624832,-15.312226 - 4889: 17.551916,-14.957812 - 4890: 17.468582,-14.290683 - 4891: 16.031082,-13.060662 - 4892: 18.563372,-12.5498905 - 4893: 18.532122,-13.289988 - 4894: 18.573788,-14.17602 - 4895: 18.636288,-14.947389 - 4896: 18.750872,-15.343497 - 4897: 18.802954,-15.374769 - 4898: 19.063372,-14.030086 - 4899: 19.042538,-12.7583685 - 4900: 19.167538,-13.686096 - 4901: 19.136288,-14.36365 - 4902: 19.167538,-15.218411 - 4903: 19.698788,-12.581162 - 4904: 19.698788,-13.258716 - 4905: 19.698788,-15.479009 - 4906: 19.834204,-13.738215 - 4907: 19.855038,-14.592977 - 4908: 19.875872,-15.145444 - 4909: 20.469622,-12.320564 - 4910: 20.532122,-13.435923 - 4911: 20.605038,-14.665943 - 4912: 20.605038,-15.593671 - 4913: 21.052954,-12.258021 - 4914: 21.000872,-12.914727 - 4915: 20.917538,-13.561009 - 4916: 20.834204,-14.030086 - 4917: 20.802954,-14.738911 - 4918: 21.573788,-12.112086 - 4919: 21.490454,-12.914727 - 4920: 21.542538,-13.446346 - 4921: 21.573788,-14.238563 - 4922: 21.552956,-15.0829 - 4923: 22.188372,-12.456075 - 4924: 21.980038,-13.977965 - 4925: 21.907122,-14.895269 - 4926: 21.917538,-15.687487 - 4927: 22.125872,-15.1871395 - 4928: 22.177956,-12.560314 - 4929: 22.480038,-13.759064 - 4930: 22.511288,-15.27053 - 4931: 22.500872,-14.749334 - 4932: 22.688372,-12.570738 - 4933: 22.750872,-13.175324 - 4934: 22.740456,-13.852879 - 4935: 22.698788,-14.530433 - 4936: 22.938372,-12.810488 - 4937: 22.980038,-12.78964 - 4938: 23.157122,-13.894574 - 4939: 23.250872,-15.239259 - 4940: 23.386288,-13.362955 - 4941: 23.448788,-13.018966 - 4942: 23.427956,-14.6034 - 4943: 23.677956,-12.320564 - 4944: 23.865456,-12.862607 - 4945: 23.917538,-13.237868 - 4946: 23.938372,-14.155171 - 4947: 24.334206,-12.747945 - 4948: 24.344622,-12.727097 - 4949: 24.469622,-13.21702 - 4950: 24.480038,-13.477618 - 4951: 24.427956,-13.133629 - 4952: 24.459206,-14.030086 - 4953: 24.427956,-14.217715 - 4954: 24.427956,-14.863997 - 4955: 24.438372,-15.145444 - 4956: 24.073788,-15.468584 - 4957: 24.313372,-14.811878 - 4958: 24.032122,-15.551976 - 4959: 24.115456,-15.260106 - 4960: 22.823788,-15.437312 - 4961: 24.469622,-14.686791 - 4962: 24.407122,-13.69652 - 4963: 24.167538,-12.7583685 - 4964: 23.313372,-12.60201 - 4965: 22.282122,-12.674977 - 4966: 20.115454,-12.664554 - 4967: 19.469622,-12.612433 - 4968: 18.615454,-12.685401 - 4969: 18.605038,-13.373379 - 4970: 18.625872,-14.978661 - 4971: 20.219622,-13.227445 - 4972: 22.823788,-14.280259 - 4973: 22.032122,-13.3525305 - 4974: 21.532122,-13.613129 - 4975: 22.615456,-14.405346 - 4976: 22.438372,-13.769487 - 4977: 28.211475,-9.339327 - 4978: 28.023975,-10.725707 - 4979: 13.905455,-22.38261 - 4980: 13.655455,-22.601513 - 4981: 12.905455,-22.778719 - 4982: 13.884621,-22.330492 - 4983: 13.395038,-23.195675 - 4984: 13.311705,-23.841957 - 4985: 13.207538,-24.227642 - 4986: 12.759621,-23.268642 - 4987: 12.561705,-22.413883 - 4988: 12.905455,-21.913534 - 4989: 12.759621,-21.507002 - 4990: 13.561705,-21.517427 - 4991: 14.072121,-21.66336 - 4992: 17.60337,-18.369408 - 4993: 17.770039,-18.286016 - 4994: 18.38462,-18.233896 - 4995: 18.801289,-18.286016 - 4996: 19.63462,-18.338135 - 4997: 20.16587,-18.317287 - 4998: 20.66587,-18.286016 - 4999: 21.270039,-18.317287 - 5000: 21.936705,-18.400679 - 5001: 22.467955,-18.48407 - 5002: 22.645039,-18.953146 - 5003: 22.75962,-19.745363 - 5004: 22.592955,-20.422916 - 5005: 21.551289,-20.527155 - 5006: 20.457539,-20.610546 - 5007: 19.155455,-20.631395 - 5008: 18.895039,-20.506308 - 5009: 18.217955,-20.506308 - 5010: 17.645039,-20.527155 - 5011: 16.967955,-20.297829 - 5012: 16.520039,-20.370796 - 5013: 16.38462,-18.619581 - 5014: 16.57212,-18.99484 - 5015: 17.530455,-18.53619 - 5016: 17.54087,-18.682123 - 5017: 17.57212,-19.92257 - 5018: 7.609065,-28.635141 - 5019: 7.140315,-28.843618 - 5020: 5.8590646,-28.614292 - 5021: 6.338231,-29.281424 - 5022: 6.6090646,-29.479477 - 5023: 6.786148,-29.69838 - 5024: 7.431981,-29.35439 - 5025: 7.161148,-29.740074 - 5026: 6.879898,-30.167454 - 5027: 6.786148,-29.521173 - 5028: 6.963231,-30.344662 - 5029: 7.317398,-30.334236 - 5030: 6.765315,-30.41763 - 5031: 7.421565,-29.521173 - 5032: 7.400731,-30.167454 - 5033: 7.629898,-31.6268 - 5034: 7.525731,-32.02291 - 5035: 7.494481,-32.366898 - 5036: 8.661148,-32.429443 - 5037: 8.369481,-33.68031 - 5038: 8.004898,-34.065994 - 5039: 7.494481,-34.2432 - 5040: 7.869481,-34.576767 - 5041: 8.661148,-34.99372 - 5042: 8.494481,-34.69143 - 5043: 8.556981,-35.202198 - 5044: 8.556981,-35.483646 - 5045: 6.963231,-35.60873 - 5046: 5.598648,-35.483646 - 5047: 5.254898,-35.316864 - 5048: 0.7045052,-33.356705 - 5049: -2.7225783,-33.3984 - 5050: -2.607995,-34.30528 - 5051: -2.5663283,-34.65969 - 5052: 0.017005205,-32.428978 - 5053: 4.5170054,-31.188532 - 5054: 4.558672,-31.574217 - 5055: 4.496172,-31.188532 - 5056: 4.3295054,-31.376162 - 5057: 1.914304,-36.517414 - 5058: 4.8413877,-39.185936 - 5059: -5.5526586,-33.512146 - 5060: -4.427658,-33.512146 - 5061: -10.260992,-25.436384 - 5062: -10.542242,-25.874187 - 5063: -10.583908,-26.447502 - 5064: -10.531825,-27.792187 - 5065: -8.656825,-25.175785 - 5066: -8.500575,-25.968002 - 5067: -7.5526586,-26.687252 - 5068: -6.7089086,-26.676828 - 5069: -6.531825,-27.250143 - 5070: -6.500575,-27.75049 - 5071: -7.354742,-28.438469 - 5072: -8.563075,-28.594828 - 5073: -8.573492,-28.990936 - 5074: -10.260992,-28.428045 - 5075: -10.240158,-29.334925 - 5076: -9.542242,-29.418316 - 5077: -10.573492,-30.690033 - 5078: -10.615158,-31.367586 - 5079: -10.406825,-33.44194 - 5080: -7.4901586,-32.50379 - 5081: -6.885992,-32.441246 - 5082: -6.4901586,-32.47252 - 5083: -6.510992,-31.40928 - 5084: -5.688075,-29.491283 - 5085: -4.906825,-30.158413 - 5086: -3.875575,-30.439857 - 5087: -3.219325,-30.888086 - 5088: -2.375575,-30.804695 - 5089: -0.6047416,-30.65876 - 5090: -0.78182507,-31.815815 - 5091: -4.802658,-33.452366 - 5092: -4.833908,-33.67127 - 5093: -4.896408,-34.338398 - 5094: -10.377932,-39.530373 - 5095: -13.648766,-40.29132 - 5096: -13.169599,-37.86255 - 5097: -13.044599,-37.49771 - 5098: -12.555016,-38.20654 - 5099: -12.763349,-38.467136 - 5100: -11.138349,-40.95845 - 5101: -10.971682,-41.125233 - 5102: -14.378411,-42.551945 - 5103: -12.378565,26.559622 - 5104: -15.274398,27.424805 - 5105: -15.420232,27.028696 - 5106: -15.482732,26.434534 - 5107: -15.451482,26.205208 - 5108: -15.399398,25.746557 - 5109: -14.784815,26.788948 - 5110: -14.784815,25.902916 - 5111: -15.368148,25.392143 - 5112: -15.472315,24.850101 - 5113: -15.461898,24.506111 - 5114: -15.420232,24.328905 - 5115: -15.295232,23.651352 - 5116: -14.743148,23.536688 - 5117: -15.253565,22.744473 - 5118: -15.420232,22.410908 - 5119: -15.336898,22.02522 - 5120: -15.284815,21.608265 - 5121: -14.347315,21.493603 - 5122: -14.263982,21.524874 - 5123: -13.816065,21.597841 - 5124: -13.659815,22.004374 - 5125: -13.284815,22.463026 - 5126: -12.763982,22.629808 - 5127: -12.003565,22.608961 - 5128: -12.868148,22.546417 - 5129: -11.857731,22.619385 - 5130: -10.920231,22.619385 - 5131: -9.576481,22.598537 - 5132: -8.180648,22.629808 - 5133: -6.5764813,22.723623 - 5134: -6.420231,23.401178 - 5135: -6.784815,23.369905 - 5136: -6.9827313,23.369905 - 5137: -7.1702313,23.317787 - 5138: -7.586898,23.22397 - 5139: -8.159815,23.203123 - 5140: -8.274398,23.255243 - 5141: -7.961898,23.453297 - 5142: -8.545231,23.349058 - 5143: -9.013981,23.317787 - 5144: -9.388981,23.338634 - 5145: -10.003565,23.317787 - 5146: -10.847315,23.6722 - 5147: -11.222315,23.640928 - 5148: -11.399398,23.859829 - 5149: -11.503565,24.016188 - 5150: -11.555648,24.016188 - 5151: -11.555648,25.777828 - 5152: -11.555648,25.600622 - 5153: -11.482731,25.517231 - 5154: -11.159815,25.485958 - 5155: -10.930648,25.350449 - 5156: -10.753565,25.287905 - 5157: -10.941065,25.402567 - 5158: -11.388981,25.392143 - 5159: -10.545231,25.131546 - 5160: -10.066065,25.246208 - 5161: -11.003565,26.330296 - 5162: -10.722315,26.39284 - 5163: -9.951481,26.42411 - 5164: -9.357731,26.413687 - 5165: -8.347315,26.444958 - 5166: -7.441065,26.39284 - 5167: -6.961898,26.39284 - 5168: -6.6077313,26.017578 - 5169: -6.680648,25.506807 - 5170: -7.378565,25.319176 - 5171: -7.6077313,25.308752 - 5172: -6.691065,25.350449 - 5173: -7.649398,25.287905 - 5174: -8.263981,25.298328 - 5175: -8.993148,25.246208 - 5176: -7.2014813,25.319176 - 5177: -6.8264813,24.985611 - 5178: -6.711898,24.599926 - 5179: -6.847315,25.412992 - 5180: -6.597315,24.44357 - 5181: -6.586898,24.266361 - 5182: -6.930648,25.235785 - 5183: -7.524398,23.797287 - 5184: -8.086898,23.442873 - 5185: -7.878565,24.04746 - 5186: -8.732731,23.578384 - 5187: -9.013981,23.70347 - 5188: -9.711898,23.48457 - 5189: -10.638981,23.43245 - 5190: -11.243148,23.474146 - 5191: -11.909815,23.713896 - 5192: -12.482732,23.32821 - 5193: -13.034815,23.22397 - 5194: -11.482731,25.392143 - 5195: -11.930648,25.590199 - 5196: -12.576482,25.902916 - 5197: -13.024398,26.674284 - 5198: -14.347315,26.757675 - 5199: -15.118148,26.705555 - 5200: -13.201482,26.58047 - 5201: -11.868148,25.955034 - 5202: -10.211898,25.423416 - 5203: -10.836898,25.214937 - 5204: -10.899398,25.089851 - 5205: -10.993148,24.912643 - 5206: -10.951481,24.44357 - 5207: -11.086898,24.370602 - 5208: -11.066065,24.704166 - 5209: -11.086898,25.037731 - 5210: -10.222315,25.392143 - 5211: -9.795231,25.204514 - 5212: -8.128565,25.183666 - 5213: -8.159815,24.850101 - 5214: -8.409815,24.745861 - 5215: -8.597315,24.589502 - 5216: -8.784815,23.776438 - 5217: -8.993148,23.661776 - 5218: -9.378565,23.693047 - 5219: -7.211898,23.526264 - 5220: -6.5139813,23.494993 - 5221: -6.076481,23.390755 - 5222: -8.066065,22.640232 - 5223: -11.513981,22.546417 - 5224: -12.045231,22.442179 - 5225: -13.024398,22.483873 - 5226: -13.263982,22.515146 - 5227: -13.743148,22.47345 - 5228: -14.680648,22.7132 - 5229: -15.086898,24.777134 - 5230: -14.472315,24.558231 - 5231: -13.816065,24.433144 - 5232: -13.232732,24.245514 - 5233: -13.691065,24.308058 - 5234: -13.076482,23.505417 - 5235: -14.576482,25.590199 - 5236: -14.097315,25.350449 - 5237: -14.513982,24.912643 - 5238: -13.888982,25.037731 - 5239: -13.232732,25.43384 - 5240: -12.941065,25.663166 - 5241: -12.430648,26.028002 - 5242: -12.982732,26.34072 - 5243: -13.774398,26.486654 - 5244: -14.305648,26.486654 - 5245: -13.378565,26.351143 - 5246: -13.128565,26.246904 - 5247: -16.525745,25.287554 - 5248: -16.29658,24.881021 - 5249: -16.244495,24.464066 - 5250: -20.213245,25.225012 - 5251: -20.32783,25.204163 - 5252: -20.650745,24.745512 - 5253: -20.973663,25.00611 - 5254: -25.746536,32.010975 - 5255: -25.621536,30.999855 - 5256: -25.569452,30.259758 - 5257: -23.736118,31.31257 - 5258: -23.673618,31.187487 - 5259: -23.600702,30.85392 - 5260: -23.663202,30.697561 - 5261: -22.631952,31.104094 - 5262: -22.465284,31.479353 - 5263: -22.173618,31.604443 - 5264: -21.486118,31.739956 - 5265: -21.163202,31.489779 - 5266: -22.319452,28.569145 - 5267: -22.423618,27.839472 - 5268: -22.350702,27.46421 - 5269: -13.657991,18.483728 - 5270: -13.689241,18.515 - 5271: -13.470491,16.795055 - 5272: -28.454632,9.573061 - 5273: -28.465048,9.270767 - 5274: -28.444214,8.832964 - 5275: -28.423382,8.447279 - 5276: -26.319214,7.967779 - 5277: -28.683798,5.2248855 - 5278: -28.548382,5.3187013 - 5279: -28.423382,5.412516 - 5280: -28.277548,5.5792985 - 5281: -32.85901,1.5104187 - 5282: -33.390263,1.4582989 - 5283: -34.244427,1.4895706 - 5284: -34.108734,-9.329694 - 5285: -34.087902,-9.360966 - 5286: -33.879566,-9.496476 - 5287: -33.598316,-9.600716 - 5288: -33.025402,-9.600716 - 5289: -32.44207,-9.621563 - 5290: -33.462902,-9.684107 - 5291: -34.171234,-9.652835 - 5292: -34.192066,-10.424204 - 5293: -33.775402,-10.445052 - 5294: -34.150402,-10.507595 - 5295: -34.327484,-10.716074 - 5296: -34.473316,-10.830736 - 5297: -30.470964,-12.478898 - 5298: -31.533464,-11.321844 - 5299: -31.741796,-11.405235 - 5300: -31.866796,-11.36354 - 5301: -35.23138,-14.54283 - 5302: -35.08555,-14.720037 - 5682: -155.46988,6.5059276 - 5683: -148.48228,5.455482 - 5684: -151.47139,3.4853632 - 5685: -151.66931,4.4860587 - 5686: -155.49751,12.502151 - 5687: -155.49751,12.502151 - 5688: -155.43501,19.423506 - 5689: -156.67459,20.47632 - 5690: -156.67459,20.47632 - 5691: -148.43477,22.421597 - 5692: -148.41394,22.421597 - 5693: -146.5487,22.511337 - 5694: -146.5487,22.511337 - 5992: -110.55232,-13.524835 - 5993: -110.55232,-13.524835 - 5994: -110.54191,-14.5359535 - 5995: -111.42732,-14.525529 - 5996: -111.42732,-14.525529 - 5997: -109.52107,-14.869518 - 5998: -109.54191,-14.775702 - 5999: -109.55232,-14.588073 - 6000: -109.55232,-14.515105 - 6001: -109.53149,-14.577649 - 6002: -109.43774,-14.7444315 - 6003: -109.41691,-14.723583 - 6004: -109.12524,-14.619345 - 6005: -108.88566,-14.588073 - 6006: -108.65649,-14.588073 - 6007: -108.93774,-14.60892 - 6008: -109.42732,-14.629768 - 6026: -110.53544,-16.752598 - 6027: -110.431274,-18.566359 - 6028: -107.54585,-15.543425 - 6029: -107.54585,-15.543425 - 6030: -107.54585,-15.543425 - 6031: -108.400024,-15.543425 - 6032: -110.73335,-15.605968 - 6033: -111.338196,-15.647664 - 6034: -111.31736,-16.054195 - 6035: -111.28611,-16.241825 - 6036: -110.525696,-16.73175 - 6037: -111.463196,-19.671293 - 6038: -111.400696,-19.535782 - 6039: -111.463196,-19.191793 - 6051: -87.53721,45.493317 - 6052: -87.49554,45.284836 - 6053: -87.51637,44.35711 - 6054: -87.51637,44.30499 - 6055: -87.54762,43.94015 - 6056: -87.56846,43.377262 - 6057: -87.31846,47.505127 - 6058: -86.84971,47.5364 - 6059: -86.55804,47.505127 - 6060: -86.31846,46.62952 - 6061: -85.67262,46.49401 - 6062: -85.67262,46.49401 - 6063: -86.23512,46.51486 - 6064: -86.64137,46.462738 - 6065: -85.50596,46.452312 - 6066: -85.43304,45.920692 - 6067: -85.36012,45.51416 - 6068: -85.29762,45.07636 - 6069: -85.20387,44.159054 - 6070: -85.14137,43.669132 - 6071: -85.24554,43.2209 - 6072: -85.28721,42.845642 - 6073: -85.39137,41.505142 - 6074: -85.42262,41.536415 - 6075: -85.61012,41.484295 - 6076: -85.06846,41.453026 - 6077: -84.79762,41.505142 - 6078: -80.38096,38.61772 - 6079: -80.43304,38.51348 - 6080: -80.48512,38.388397 - 6081: -80.54762,37.856777 - 6082: -80.52679,37.637875 - 6083: -80.48512,37.313675 - 6084: -80.32887,37.303253 - 6085: -79.96429,37.03223 - 6086: -79.61012,36.875874 - 6087: -79.53721,36.65697 - 6088: -79.50596,36.54231 - 6089: -79.79762,36.271286 - 6090: -80.09971,35.93772 - 6091: -80.39137,35.656277 - 6092: -80.58929,35.45822 - 6093: -81.53721,33.968727 - 6094: -81.73512,34 - 6095: -82.21429,33.979153 - 6096: -82.66221,33.958305 - 6097: -82.47471,34.10424 - 6098: -82.47471,34.250175 - 6099: -82.47471,34.281445 - 6100: -82.68304,34.312717 - 6101: -82.88096,34.30229 - 6102: -83.38096,32.405144 - 6103: -83.49554,32.436413 - 6104: -83.55804,32.42599 - 6105: -83.55804,32.332176 - 6106: -83.54762,32.15497 - 6107: -83.52679,31.988186 - 6108: -80.59971,31.498259 - 6109: -81.94346,31.571228 - 6110: -85.48512,31.425291 - 6111: -85.99554,31.36275 - 6112: -86.19346,31.341902 - 6113: -86.43304,30.904097 - 6114: -86.58929,30.67477 - 6115: -87.41035,37.532417 - 6116: -87.47285,38.05361 - 6117: -87.51451,38.29336 - 6118: -85.45201,37.584538 - 6119: -85.712425,38.53311 - 6120: -86.118675,38.48099 - 6121: -88.71202,30.453556 - 6122: -89.7016,30.5161 - 6123: -90.472435,31.193655 - 6124: -92.27452,31.360437 - 6125: -92.722435,31.360437 - 6126: -97.50974,31.485525 - 6127: -97.49932,31.485525 - 6128: -96.09307,28.525135 - 6129: -95.39516,28.410471 - 6130: -100.14254,28.452168 - 6131: -99.70504,28.441744 - 6132: -100.277954,28.577253 - 6133: -100.39254,28.639797 - 6134: -100.944626,29.47371 - 6135: -101.246704,29.5571 - 6136: -101.64254,29.79685 - 6137: -101.58004,34.82062 - 6138: -101.559204,35.070793 - 6139: -101.413376,35.466904 - 6140: -101.01754,35.43563 - 6141: -100.64254,35.33139 - 6142: -100.73629,34.643414 - 6143: -101.090454,34.382816 - 6144: -101.402954,34.622566 - 6145: -101.11129,35.19588 - 6146: -100.67379,34.914436 - 6147: -100.95504,34.25773 - 6148: -101.11129,34.226456 - 6149: -101.14254,34.04925 - 6150: -100.777954,33.976284 - 6151: -98.23574,37.636154 - 6152: -98.23574,38.18862 - 6153: -98.23574,38.344982 - 6154: -98.20449,37.584038 - 6155: -100.66283,36.87521 - 6156: -100.98574,36.437405 - 6157: -101.51699,36.44783 - 6158: -102.30866,37.49022 - 6159: -102.30866,38.24074 - 6160: -98.39199,44.55875 - 6161: -98.46491,44.55875 - 6162: -98.87116,44.45451 - 6163: -99.05866,44.50663 - 6164: -99.51699,44.433662 - 6165: -99.74616,43.78738 - 6166: -98.13158,45.17376 - 6167: -98.61074,45.350967 - 6168: -99.24616,45.496902 - 6169: -100.57949,43.088978 - 6170: -100.61074,42.359306 - 6205: -96.56345,-41.95809 - 6206: -96.35512,-41.63495 - 6207: -95.6572,-41.624527 - 6208: -95.85512,-42.468864 - 6209: -95.6572,-42.479286 - 6210: -95.25095,-42.541832 - 6211: -95.35512,-43.031754 - 6212: -96.54262,-45.001873 - 6213: -96.4697,-45.58561 - 6214: -96.50095,-45.55434 - 6215: -96.7197,-45.55434 - 6216: -96.77179,-45.564762 - 6217: -96.4697,-45.543915 - 6218: -96.4072,-45.325012 - 6219: -96.39679,-38.577934 - 6220: -96.41762,-38.577934 - 6221: -97.27179,-38.51539 - 6222: -97.56345,-39.307606 - 7130: -35.43956,38.44084 - 7131: -35.054146,38.044735 - 7132: -35.054146,37.971767 - 7133: -35.043728,37.752865 - 7134: -34.481228,38.399147 - 7135: -34.481228,37.96134 - 7136: -34.491646,37.627777 - 7137: -34.460396,36.85641 - 7138: -34.554146,36.168434 - 7139: -34.574978,36.03292 - 7140: -34.481228,35.772324 - 7141: -31.511457,37.14034 - 7142: -31.511457,37.27585 - 7143: -31.56354,37.588566 - 7144: -30.990623,37.68238 - 7145: -30.948957,38.068066 - 7146: -31.230207,37.932556 - 7147: -31.323957,37.797047 - 7148: -31.834373,37.046524 - 7149: -30.12604,37.182034 - 7150: -30.334373,37.65111 - 7151: -30.53229,38.036797 - 7152: -31.25104,39.20795 - 7153: -31.396873,39.645756 - 7154: -31.56354,40.344154 - 7155: -31.605207,40.93832 - 7156: -31.56354,41.324005 - 7157: -30.553123,41.167645 - 7158: -30.448957,40.740265 - 7159: -30.355207,40.01059 - 7160: -30.323957,39.57279 - 7161: -34.68854,39.28092 - 7162: -34.792706,39.291344 - 7163: -35.553123,39.43728 - 7164: -35.490623,40.656876 - 7165: -35.553123,41.44909 - 7166: -35.553123,41.68884 - 7167: -36.271873,41.55333 - 7168: -36.271873,41.55333 - 7169: -36.428123,41.41782 - 7170: -36.511456,41.094677 - 7171: -36.511456,40.802807 - 7172: -36.521873,40.688145 - 7173: -36.553123,41.20934 - 7174: -35.84479,41.480362 - 7184: -27.730207,39.749992 - 7185: -28.042707,39.968895 - 7213: -34.81356,29.541819 - 7214: -34.511475,29.43758 - 7215: -34.459393,29.166557 - 7216: -34.521893,28.384766 - 7217: -34.573975,27.957384 - 7218: -35.43856,28.5307 - 7219: -35.553143,28.249254 - 7220: -35.490643,27.89484 - 7221: -35.459393,27.634243 - 7222: -35.37606,26.946264 - 7223: -35.542725,25.373346 - 7224: -35.59481,25.14402 - 7225: -35.584393,24.831303 - 7226: -35.53231,24.539433 - 7227: -35.615643,24.278835 - 7228: -36.178143,23.559586 - 7229: -36.15731,23.788912 - 7230: -36.490643,23.590857 - 7231: -36.709393,23.38238 - 7232: -30.632086,33.54748 - 7233: -30.43417,33.57875 - 7234: -30.361254,33.65172 - 7235: -30.361254,33.849773 - 7236: -30.37167,34.04783 - 7237: -30.392504,34.24588 - 7238: -30.705004,34.516903 - 7239: -30.705004,34.433514 - 7240: -30.632086,34.298 - 7241: -30.59042,34.006134 - 7242: -30.455004,32.254917 - 7251: -32.2675,32.066486 - 7252: -32.475838,31.899704 - 7253: -31.225836,30.888584 - 7254: -31.319586,30.87816 - 7255: -31.830004,30.867737 - 7256: -32.205,28.855923 - 7257: -31.62167,28.480661 - 7258: -31.017504,28.022009 - 7259: -31.257086,28.251335 - 7260: -31.68417,28.532782 - 7261: -32.788338,32.076912 - 7262: -32.33,32.035217 - 7263: -30.93417,32.04564 - 7264: -31.24667,32.04564 - 7265: -31.725836,32.02479 - 7266: -32.569588,32.04564 - 7267: -33.08,32.04564 - 7268: -33.27792,31.878857 - 7269: -33.288338,31.56614 - 7270: -24.437857,38.48398 - 7271: -24.437857,38.5361 - 7272: -24.52119,38.78627 - 7273: -24.531607,39.119835 - 7310: -24.312857,37.410316 - 7311: -24.573273,37.066326 - 7312: -24.656607,36.92039 - 7313: -25.156607,36.67022 - 7314: -22.594107,37.326923 - 7315: -22.281607,37.108025 - 7316: -22.05244,36.80573 - 7317: -23.062857,36.951664 - 7318: -22.86494,36.44089 - 7319: -22.573273,36.023937 - 7320: -23.83369,36.764034 - 7321: -25.260773,35.76334 - 7322: -24.948273,35.971817 - 7323: -24.760773,36.128174 - 7324: -24.312857,36.38877 - 7325: -23.573273,37.837696 - 7326: -23.562857,38.442284 - 7327: -23.719107,38.567368 - 7328: -24.635773,39.2345 - 7329: -24.635773,38.77585 - 7330: -24.20869,39.891205 - 7331: -24.30244,40.245617 - 7332: -24.104523,40.266464 - 7333: -24.260773,40.047565 - 7334: -24.250357,39.578487 - 7335: -20.95869,39.515945 - 7336: -20.95869,39.515945 - 7341: -26.073273,39.42213 - 7342: -26.031607,39.641033 - 7343: -26.02119,39.818237 - 7344: -26.219107,39.703575 - 7345: -25.86494,39.2345 - 7346: -25.27119,38.72373 - 7347: -25.375357,38.869663 - 7348: -25.05244,38.72373 - 7349: -24.73994,38.609066 - 7350: -19.46045,41.502922 - 7351: -19.439615,41.39868 - 7352: -19.4917,40.80452 - 7353: -19.408365,40.043575 - 7354: -18.71045,38.8761 - 7355: -18.377115,38.365326 - 7356: -18.189615,37.990067 - 7357: -17.481281,38.58423 - 7358: -17.033365,38.782284 - 7359: -16.106281,40.252052 - 7360: -16.8042,40.418835 - 7361: -17.481281,41.04427 - 7362: -17.418781,40.66901 - 7363: -17.106281,40.450108 - 7364: -16.856281,40.90876 - 7365: -17.283365,41.38826 - 7366: -17.4292,41.190205 - 7392: -13.732271,33.318768 - 7393: -13.586438,33.151985 - 7394: -13.555188,32.891388 - 7395: -13.138521,32.484856 - 7396: -12.992688,32.33892 - 7397: -12.607271,32.17214 - 7398: -12.492688,31.776028 - 7399: -12.669771,31.557129 - 7400: -12.555188,31.077625 - 7401: -12.482271,31.004658 - 7402: -12.513521,31.213137 - 7403: -12.523938,31.275679 - 7474: -14.500229,38.378983 - 7475: -14.500229,38.368557 - 7476: -14.479395,38.14966 - 7477: -14.468979,37.763973 - 7478: -10.416895,37.565918 - 7479: -10.427311,37.993298 - 7480: -10.437728,38.222626 - 7481: -10.573145,35.001637 - 7482: -10.739811,34.490864 - 7483: -15.502143,34.522137 - 7484: -15.48131,34.761887 - 7485: -15.38756,34.542984 - 7486: -15.20006,34.470016 - 7487: -1.3836706,39.690517 - 7488: -1.3420038,41.504276 - 7489: -1.3107538,41.70233 - 7490: -1.3003373,48.035057 - 7491: -1.3003373,48.035057 - 7492: -1.3211706,48.30608 - 7493: -1.1545038,42.55144 - 7494: -1.1545038,40.297733 - 7495: -1.4774206,38.541565 - 7496: -1.6440873,37.62426 - 7497: -1.6649206,37.311543 - 7498: -1.8315873,36.977978 - 7499: -2.0295038,36.779922 - 7500: -2.3315873,36.508904 - 7501: -3.4670038,36.029404 - 7502: -4.779504,35.86262 - 7503: -8.456587,36.61314 - 7504: -9.133671,36.248302 - 7505: -8.633671,36.571445 - 7506: -7.935754,37.217728 - 7507: -11.076878,35.605198 - 7508: -11.649796,34.854675 - 7509: -11.483128,34.437717 - 7510: -11.910646,30.882349 - 7511: -12.379396,31.142946 - 7512: -12.473146,31.215914 - 7513: -12.546062,31.309729 - 7514: -13.108562,32.195763 - 7515: -13.723146,32.769077 - 7516: -13.796062,32.88374 - 7517: -13.858562,32.93586 - 7518: -16.441896,33.17561 - 7519: -16.483562,32.956707 - 7520: -16.514812,32.88374 - 7521: -16.608562,32.779503 - 7522: -16.80648,32.654415 - 7523: -16.577312,32.998405 - 7524: -16.889812,32.769077 - 7525: -17.08773,32.685684 - 7526: -17.441896,32.64399 - 7527: -17.566896,32.706535 - 7528: -17.160646,32.66484 - 7529: -17.504396,32.685684 - 7530: -17.764812,32.737804 - 7531: -17.86898,32.727383 - 7532: -17.96273,32.5606 - 7533: -17.983562,32.300003 - 7534: -17.973146,32.74823 - 7535: -18.035646,32.571022 - 7536: -18.18148,32.40424 - 7537: -18.21273,32.64399 - 7538: -18.129396,32.769077 - 7539: -18.160646,32.685684 - 7540: -18.160646,32.44594 - 7541: -18.15023,32.154068 - 7542: -18.18148,31.945587 - 7543: -18.160646,31.622448 - 7544: -18.15023,31.434816 - 7545: -18.21273,31.205488 - 7546: -18.18148,31.68499 - 7547: -18.191896,31.476511 - 7548: -18.296062,31.22634 - 7549: -18.327312,31.195066 - 7550: -18.27523,31.403543 - 7551: -18.49398,31.17422 - 7552: -18.566896,31.10125 - 7553: -18.452312,31.153372 - 7554: -18.11898,31.257608 - 7555: -18.285646,31.111675 - 7556: -18.379396,29.879095 - 7557: -18.358562,30.53107 - 7558: -18.223146,30.551918 - 7559: -18.066896,30.05157 - 7560: -18.05648,29.874367 - 7561: -18.410646,29.572071 - 7562: -18.473146,29.499105 - 7563: -18.358562,29.759703 - 7564: -18.098146,30.04115 - 7565: -18.171062,30.572767 - 7566: -12.441053,31.034613 - 7567: -12.649386,31.29521 - 7568: -13.086886,31.962341 - 7569: -16.10772,32.045734 - 7570: -13.961886,32.86922 - 7571: -13.941053,33.036003 - 7572: 0.33302903,-61.669678 - 7573: 3.5742707,-61.669678 - 7574: 5.443594,-61.61756 - 7575: 9.486947,-61.544594 - 7576: 11.975682,-61.482048 - 7577: 13.99907,-61.482048 - 7578: 18.399195,-61.492474 - 7579: 20.164865,-61.5029 - 7580: 25.30981,-61.58629 - 7581: 28.92014,-61.58629 - 7582: 30.788488,-61.586292 - 7583: 32.54425,-61.586285 - 7584: 37.785732,-61.586285 - 7585: 41.163414,-61.627983 - 7586: 42.369625,-61.66968 - 7587: 45.818764,-61.680103 - 7588: 49.76752,-61.534172 - 7589: 51.61483,-61.53417 - 7590: 53.361195,-61.53417 - 7591: 51.600624,-59.924393 - 7592: 47.457176,-60.1418 - 7593: 45.849335,-60.047985 - 7594: 41.52332,-59.839508 - 7595: 37.90025,-59.756115 - 7596: 35.527832,-59.620605 - 7597: 33.176266,-59.59976 - 7598: 25.586302,-59.568485 - 7599: 19.261467,-59.776962 - 7600: 16.922113,-59.985443 - 7601: 14.089124,-59.516365 - 7602: 11.080152,-59.401703 - 7603: 8.127447,-60.079258 - 7604: 5.746066,-60.173073 - 7605: 3.3454008,-60.173073 - 7606: 1.2679272,-60.173073 - 7607: -0.36671764,-59.453823 - 7816: 53.4161,-4.4762278 - 7817: 53.00985,-4.434532 - 7818: 51.843185,-4.465804 - 7819: 53.082767,-4.570043 - 7820: 53.3536,-4.705554 - 7821: 53.88485,-4.966151 - 7822: 54.75985,-5.5394664 - 7823: 55.457767,-4.465804 - 7824: 55.270267,-5.07039 - 7825: 56.41613,-7.2632113 - 7826: 56.41613,-7.6280484 - 7827: 56.426548,-7.982461 - 7828: 56.374462,-8.316026 - 7829: 56.457798,-8.13443 - 7830: 56.50988,-7.727897 - 7831: 56.624462,-12.391249 - 7832: 56.60363,-12.71439 - 7833: 56.874462,-13.0792265 - 7834: 57.926548,-13.068803 - 7835: 57.47863,-13.120922 - 7836: 54.777626,-12.672694 - 7837: 54.35054,-12.266162 - 7838: 53.871376,-12.620575 - 7839: 53.558876,-12.537184 - 7840: 53.39221,-14.059073 - 7841: 53.36096,-15.101756 - 7842: 53.92346,-16.46283 - 7843: 53.75679,-17.067417 - 7844: 53.090126,-17.52607 - 7845: 52.69429,-17.786667 - 7846: 53.652626,-16.890211 - 7847: 53.840126,-16.587917 - 7848: 50.54481,-19.210936 - 7849: 50.65897,-19.5862 - 7850: 45.95906,-16.2977 - 7851: 45.999073,-16.154356 - 7852: 45.19699,-15.966725 - 7853: 44.488655,-16.06054 - 7854: 45.69699,-15.466378 - 7855: 46.582405,-14.486531 - 7856: 47.332405,-14.059151 - 7857: 47.530323,-13.162695 - 7858: 47.717823,-12.704042 - 7859: 48.32199,-12.599803 - 7860: 49.41574,-11.189864 - 7861: 48.426155,-10.950114 - 7862: 46.2413,-11.201106 - 7863: 46.57463,-10.325498 - 7864: 45.470467,-9.408194 - 7865: 44.33505,-9.491585 - 7866: 44.4288,-9.39777 - 7867: 44.47722,-9.449889 - 7868: 41.00053,-9.335226 - 7869: 42.05539,-9.418617 - 7870: 41.58664,-9.512433 - 7871: 40.68039,-9.679215 - 7872: 40.01372,-9.522857 - 7873: 42.11789,-9.595824 - 7874: 42.64914,-9.512433 - 7875: 42.21164,-9.137173 - 7876: 42.189545,-8.928694 - 7877: 39.406258,-9.502008 - 7878: 38.228542,-9.668792 - 7879: 38.20771,-9.460314 - 7880: 39.77021,-10.471432 - 7881: 39.434032,-10.804997 - 7882: 38.342518,-10.930084 - 7883: 36.467518,-10.86754 - 7884: 39.561268,-11.003052 - 7885: 35.98835,-10.73203 - 7886: 37.61335,-10.909237 - 7887: 35.967518,-10.940508 - 7888: 33.85489,-11.013475 - 7889: 35.59447,-11.013475 - 7890: 32.552803,-10.961355 - 7891: 30.677805,-10.919661 - 7892: 31.104889,-10.825845 - 7893: 29.938221,-11.128139 - 7894: 28.970703,-10.930084 - 7895: 29.026829,-10.930084 - 7896: 30.610163,-10.950932 - 7897: 30.120579,-10.888389 - 7898: 31.880997,-10.97178 - 7899: 33.82891,-10.940508 - 7900: 32.68308,-10.752878 - 7901: 32.76641,-9.543705 - 7902: 31.526829,-9.481161 - 7903: 32.17266,-9.543705 - 7904: 29.964329,-9.376923 - 7905: 30.328913,-9.63752 - 7906: 46.60421,-11.086443 - 7907: 45.958378,-11.086443 - 7908: 45.520878,-10.836269 - 7909: 39.949688,-11.065595 - 7910: 27.408709,-10.679911 - 7911: 26.989786,-10.711182 - 7912: 25.468952,-10.679911 - 7913: 27.51062,-9.189292 - 7914: 26.739786,-9.126748 - 7915: 26.656452,-8.709792 - 7916: 25.79187,-8.4596195 - 7917: 24.375202,-8.407499 - 7918: 25.85437,-8.574282 - 7919: 24.364786,-8.470043 - 7920: 23.687702,-8.470043 - 7921: 23.177286,-9.074629 - 7922: 22.875202,-9.512433 - 7923: 23.114786,-9.460314 - 7924: 23.406452,-10.033628 - 7925: 23.114786,-10.189987 - 7926: 22.565159,-10.075324 - 7927: 20.596409,-9.908541 - 7928: 18.80474,-10.01278 - 7929: 15.013075,-9.939814 - 7930: 15.377659,-10.054476 - 7931: 16.033909,-10.075324 - 7945: 19.794325,1.4126627 - 7946: 19.49224,1.4230864 - 7947: 21.52349,0.41196734 - 7948: 21.377659,0.50578284 - 7949: 20.200575,0.48493487 - 7950: 20.127659,-3.6116602 - 7951: 19.877659,-3.705475 - 7952: 19.71099,-4.3726063 - 7953: 19.450575,-4.5289645 - 7954: 20.669325,-4.747867 - 7955: 21.065159,-4.747867 - 8045: 52.77285,37.703453 - 8046: 52.64785,37.526245 - 8047: 52.512436,37.265648 - 8048: 52.283268,36.744453 - 8049: 51.783268,36.379616 - 8050: 51.752018,36.025204 - 8051: 51.283268,35.05578 - 8052: 50.9916,36.650635 - 8053: 51.8666,37.359463 - 8054: 51.731186,37.56794 - 8055: 51.21035,36.775723 - 8056: 50.907185,34.58744 - 8057: 51.125935,34.43108 - 8058: 51.36552,33.451233 - 8059: 42.667065,36.380352 - 8060: 42.40622,36.661797 - 8061: 41.56247,36.4012 - 8062: 2.6839013,33.15933 - 8063: 2.6109848,32.3415 - 8064: 2.7464013,30.710264 - 8065: 3.4755678,30.132917 - 8066: 3.4234848,29.809776 - 8067: 3.5380678,29.403244 - 8068: 3.4859848,28.360855 - 8069: 3.5901513,27.704147 - 8070: 3.9443178,27.349735 - 8071: 4.038068,27.433126 - 8072: 3.5797348,27.964746 - 8073: 3.3297348,28.59018 - 8074: 2.7151513,28.037714 - 8075: 2.4964013,27.141256 - 8076: 35.15912,26.68707 - 8077: 35.55495,26.31181 - 8078: 35.36745,26.238842 - 8079: 34.9612,27.010212 - 8080: 36.00287,27.500135 - 8081: 36.31537,27.500135 - 8082: 36.5862,27.072754 - 8083: 35.196995,1.1907382 - 8084: 35.363663,1.5972705 - 8085: 35.665745,2.0767703 - 8086: 35.582413,1.8891399 - 8087: 35.030327,1.5659988 - 8088: 40.856205,-4.4489946 - 8089: 41.137455,-4.5011144 - 8090: 41.627037,-4.5740814 - 8091: 42.543705,-4.6366253 - 8092: 41.856205,-4.7095923 - 8093: 40.949955,-4.5845056 - 8094: 40.449955,-4.052886 - 8095: 41.199955,-3.8339841 - 8096: 41.689537,-3.5421147 - 8097: 42.127037,-3.510843 - 8098: 42.939537,-3.5838106 - 8099: 43.408287,-3.7922883 - 8100: 42.99162,-3.7193215 - 8101: 42.543705,-3.229398 - 8102: 42.30412,-2.520572 - 8103: 41.324955,-2.2599747 - 8121: 42.315876,-2.4676893 - 8122: 42.586708,-3.2183049 - 8123: 41.847126,-2.843044 - 8124: 41.013794,-3.405935 - 8125: 41.482544,-3.1349137 - 8126: 41.024208,-3.3850877 - 8127: 41.534626,-2.8221965 - 8128: 40.826294,-3.4893262 - 8129: 31.652767,-44.602913 - 8130: 31.256935,-44.613335 - 8131: 30.39235,-44.613335 - 8132: 29.89235,-44.56122 - 8133: 29.32985,-44.602913 - 8134: 29.590267,-44.54037 - 8135: 30.840267,-44.634186 - 8136: 31.527767,-44.91563 - 8137: 31.694435,-46.562607 - 8138: 31.51735,-47.0838 - 8139: 31.184017,-47.42779 - 8140: 30.309017,-47.50076 - 8141: 29.975683,-47.438217 - 8142: 29.381933,-47.250584 - 8143: 29.288183,-46.83363 - 8144: 29.413183,-47.042107 - 8145: 30.319433,-47.354824 - 8181: 23.460901,-48.477135 - 8182: 23.460901,-48.591797 - 8183: 25.554651,-52.33398 - 8184: 25.262985,-52.542458 - 8185: 31.533821,-49.832245 - 8186: 28.150118,-44.151943 - 8187: 28.212618,-43.651596 - 8188: 27.379284,-43.912193 - 8189: 27.379284,-43.912193 - 8305: -9.164511,-47.549374 - 8306: -9.227011,-47.674458 - 8307: -9.341594,-47.86209 - 8308: -9.581177,-47.976753 - 8309: -9.768677,-48.143536 - 8310: -8.852011,-48.518795 - 8311: -8.487427,-48.50837 - 8312: -9.279094,-48.41456 - 8313: -9.268677,-48.37286 - 8314: -7.8832603,-48.331165 - 8315: -7.0082603,-48.34159 - 8316: -6.3520103,-48.299892 - 8317: -10.133261,-48.02887 - 8318: -10.654094,-48.18523 - 8319: -11.581177,-48.247772 - 8320: -11.122844,-48.66473 - 8321: -11.987427,-48.61261 - 8322: -8.029093,-49.894753 - 8323: -8.029093,-49.905174 - 8324: -7.5290933,-50.522766 - 8325: -7.5499268,-51.04396 - 8326: -7.4145103,-51.544308 - 8327: -7.4561768,-51.44007 - 8328: -7.416256,-54.527138 - 8329: -7.405839,-54.527138 - 8330: -13.772781,-50.64116 - 8331: -14.220698,-50.77667 - 8332: -14.460281,-51.17278 - 8333: -14.439448,-52.037964 - 8334: -12.647781,-50.59214 - 8335: -11.304031,-54.307396 - 8336: -11.595698,-54.0468 - 8337: -11.470698,-54.547146 - 8338: -9.42105,-57.090576 - 8339: -9.848134,-57.46584 - 8340: -15.035634,-57.33033 - 8341: -15.650217,-56.538113 - 8342: -15.577301,-57.34075 - 8343: -15.514801,-57.434566 - 8344: -14.254384,-58.67913 - 8345: -13.941884,-58.488316 - 8346: -14.191884,-58.634247 - 8347: -8.66062,-58.509163 - 8348: -8.452286,-58.34238 - 8349: -8.493952,-58.58213 - 8350: -8.796036,-58.623825 - 8351: -8.56687,-58.488316 - 8352: -8.431452,-58.196445 - 8353: -4.3899956,-62.36601 - 8354: -4.5358286,-62.72042 - 8355: -4.4420786,-63.408398 - 8356: -4.462912,-64.32196 - 8357: -5.775412,-65.23381 - 8358: -6.1608286,-64.212265 - 8359: -6.337912,-63.524292 - 8360: -2.271294,-61.622902 - 8361: -2.4379606,-62.1024 - 8362: 4.466726,-62.488087 - 8363: 1.4141562,-57.490955 - 8364: -0.3670938,-57.449257 - 8365: -0.78376055,-57.05315 - 8366: 3.4037395,-52.580486 - 8367: 4.4037395,-52.632607 - 8368: 4.455823,-53.539482 - 8369: 4.4766564,-53.841778 - 8370: 4.299573,-54.394245 - 8371: 4.580823,-54.30043 - 8372: 0.059989452,-49.71391 - 8373: -0.77334404,-50.40189 - 8374: 0.12248945,-50.5374 - 8375: 46.617573,-42.893383 - 8376: 47.200905,-44.14425 - 8377: 49.443882,-53.451283 - 8378: 49.11055,-53.242805 - 8379: 48.6418,-53.03433 - 8380: 46.4543,-52.398468 - 8381: 46.631382,-53.03433 - 8382: 47.152214,-53.847393 - 8383: 53.607735,-54.180958 - 8384: 54.14926,-55.463097 - 8385: 46.888847,-56.870323 - 8386: 46.138847,-58.19416 - 8387: 47.014038,-50.96928 - 8388: 45.732788,-49.47866 - 8389: 42.652634,-45.294437 - 8390: 39.231045,-44.616882 - 8391: 38.21122,-44.377132 - 8392: 45.13424,-43.4911 - 8393: 44.66549,-43.480675 - 8394: 49.61561,-42.5321 - 8395: 48.99061,-42.594646 - 8396: 48.667694,-42.782276 - 8444: 55.799187,-47.18331 - 8445: 55.226273,-46.474483 - 8446: 54.267937,-45.64057 - 8447: 54.705437,-45.890747 - 8448: 55.611687,-47.15204 - 8449: 55.476273,-42.65066 - 8450: 55.278355,-42.59854 - 8451: 54.767937,-42.96338 - 8452: 50.382523,-43.20313 - 8453: 48.736687,-42.48388 - 8454: 48.965855,-42.546425 - 8455: 49.007523,-42.504726 - 8456: 49.642937,-42.661087 - 8457: 49.663773,-42.713207 - 8458: 49.434605,-42.91126 - 8459: 49.497105,-43.620087 - 8460: 49.538773,-44.1934 - 8461: 49.278355,-44.579086 - 8462: 48.528355,-44.62078 - 8463: 49.174187,-45.71529 - 8464: 49.570023,-46.413692 - 8465: 49.330437,-46.53878 - 8466: 48.997105,-46.570053 - 8467: 49.455437,-47.87304 - 8468: 49.330437,-48.74865 - 8469: 49.476273,-48.415085 - 8470: 50.528355,-51.10445 - 8471: 50.236687,-51.354626 - 8472: 50.955437,-50.687492 - 8473: 51.413773,-50.353928 - 8474: 52.080437,-50.072483 - 8475: 52.622105,-49.55129 - 8476: 53.226273,-49.01967 - 8477: 51.726273,-49.82231 - 8478: 52.799187,-49.53044 - 8479: 54.946606,-48.74865 - 8480: 55.238277,-50.643208 - 8481: 57.759106,-51.80938 - 8482: 56.74869,-52.236763 - 8483: 57.550774,-52.059555 - 8484: 56.43619,-51.944893 - 8485: 59.019524,-51.569633 - 8486: 60.446606,-51.225643 - 8487: 60.727856,-50.41258 - 8488: 59.89287,-46.004898 - 8489: 59.10125,-46.476326 - 8490: 58.695,-46.684803 - 8491: 58.30958,-46.684803 - 8492: 57.77833,-46.51802 - 8493: 57.080414,-46.288696 - 8494: 58.330414,-43.28661 - 8495: 58.85125,-43.52636 - 8496: 58.705414,-44.068405 - 8497: 58.78875,-43.568054 - 8498: 60.736664,-43.484665 - 8499: 60.77833,-44.276882 - 8500: 57.21583,-42.786263 - 8501: 56.74708,-42.56736 - 8665: -103.36356,-14.573733 - 8666: -103.5094,-14.500766 - 8667: -103.51981,-14.500766 - 8668: -103.5094,-14.427798 - 8669: -103.123985,-14.438222 - 8670: -103.35315,-14.490342 - 8671: -103.60315,-14.3027115 - 8672: -103.60315,-14.188048 - 8673: -103.39481,-11.193131 - 8674: -103.29065,-10.893764 - 8675: -102.436485,-9.736711 - 8676: -102.47815,-10.049428 - 8677: -102.54065,-10.393416 - 8678: -102.5719,-10.570622 - 8679: -102.655235,-11.12309 - 8680: -102.6344,-11.404535 - 8681: -101.10315,-10.424688 - 8682: -100.873985,-10.581047 - 8683: -100.6344,-11.060546 - 8684: -99.33928,-13.274707 - 8685: -99.57886,-13.462338 - 8686: -100.14136,-13.587424 - 8687: -100.36011,-13.326827 - 8688: -99.93303,-13.566577 - 8689: -99.57886,-13.649968 - 8690: -99.44344,-14.317098 - 8691: -99.37053,-14.921685 - 8692: -99.31844,-15.505424 - 8693: -98.01636,-15.686634 - 8694: -98.66219,-14.685889 - 8695: -98.33928,-14.498259 - 8696: -98.43303,-14.112575 - 8697: -98.55803,-15.780399 - 8698: -98.39136,-16.447529 - 8699: -97.92261,-16.666431 - 8700: -97.36011,-16.572617 - 8701: -97.98511,-16.624737 - 8702: -97.25594,-16.489223 - 8703: -97.54761,-17.323137 - 8704: -98.45386,-17.54204 - 8705: -102.1175,-20.18107 - 8706: -102.38833,-20.889894 - 8707: -102.909164,-21.379818 - 8708: -100.44013,-23.518494 - 8709: -100.45055,-23.518494 - 8710: -100.72138,-22.674156 - 8711: -100.53388,-22.955603 - 8712: -104.41992,-25.613697 - 8713: -104.45117,-25.655394 - 8714: -104.54492,-25.613697 - 8715: -105.09701,-28.463135 - 8716: -104.69076,-28.10872 - 8717: -104.461586,-27.806429 - 8718: -104.59701,-28.254656 - 8719: -107.37826,-28.244232 - 8720: -107.28451,-27.347776 - 8721: -107.69076,-26.816158 - 8722: -106.899086,-27.879396 - 8723: -106.38867,-30.360285 - 8724: -107.23242,-27.48529 - 8725: -108.97201,-26.67512 - 8726: -122.51806,-24.563942 - 8727: -121.92431,-24.814116 - 8728: -120.95556,-25.314463 - 8729: -121.820145,-25.304039 - 8730: -111.834366,-30.65031 - 8731: -121.79,-30.748793 - 8732: -122.14643,-30.89644 - 8733: -118.29184,-38.03927 - 8734: -109.85618,-40.245583 - 8735: -111.49159,-40.495754 - 8736: -111.57493,-41.131615 - 8737: -111.67909,-41.392212 - 8738: -111.41868,-41.298397 - 8739: -111.439514,-41.215004 - 8740: -110.54357,-40.391518 - 8741: -110.68782,-40.495754 - 8742: -111.15657,-40.527027 - 8778: -151.54515,-36.419647 - 8779: -151.3993,-36.419647 - 8780: -151.2118,-36.419647 - 8781: -150.8264,-36.45092 - 8782: -151.1493,-36.46134 - 8783: -151.3368,-36.513462 - 8784: -151.37848,-36.659397 - 8785: -151.24306,-36.753212 - 8786: -151.60765,-39.974197 - 8787: -151.53473,-40.307762 - 8788: -151.11806,-40.286915 - 8789: -150.53473,-40.328613 - 8790: -150.48265,-40.370308 - 8791: -150.85765,-40.48497 - 8792: -151.2118,-40.505817 - 8793: -144.50348,-37.399494 - 8794: -145.15973,-36.94084 - 8795: -146.84723,-35.97142 - 8796: -146.47223,-36.29456 - 8797: -145.4514,-36.951267 - 8798: -146.31598,-36.513462 - 8799: -140.34723,-37.159744 - 8800: -140.40973,-37.40992 - 8801: -142.1493,-37.295254 - 8802: -142.4514,-37.430767 - 8803: -142.7639,-39.95335 - 8804: -142.87848,-40.255646 - 8805: -143.19098,-40.318188 - 8806: -143.37848,-39.92208 - 8807: -143.40973,-39.81784 - 8808: -142.85765,-40.557938 - 8809: -136.36752,-49.668034 - 8810: -136.1592,-50.54364 - 8811: -136.08627,-51.50264 - 8812: -136.19044,-52.22189 - 8813: -135.46127,-49.845238 - 8814: -134.62794,-49.86609 - 8815: -134.26337,-51.586033 - 8816: -134.29462,-52.638847 - 8817: -133.07587,-57.444267 - 8818: -133.48212,-57.600624 - 8819: -133.86752,-57.485962 - 8820: -134.49252,-57.016888 - 8821: -134.75294,-56.818832 - 8822: -135.39877,-55.964073 - 8823: -135.60712,-55.547115 - 8824: -135.05502,-56.4123 - 8825: -134.64877,-56.725018 - 8826: -133.83627,-57.18367 - 8827: -134.27377,-56.99604 - 8847: -132.89877,-55.567963 - 8848: -133.51337,-55.494995 - 8849: -133.93002,-55.515846 - 8850: -134.48212,-55.4533 - 8851: -134.69044,-55.26567 - 8852: -134.75294,-54.80702 - 8853: -135.3467,-53.7959 - 8854: -135.87794,-53.47276 - 8855: -136.0967,-53.378944 - 8856: -136.39877,-52.253162 - 8857: -136.49252,-51.398403 - 8858: -136.41962,-50.606186 - 8859: -136.2217,-49.834816 - 8860: -136.1592,-49.532524 - 8861: -135.50294,-49.58464 - 8862: -134.57587,-49.57422 - 8863: -134.0967,-49.720154 - 8864: -133.68002,-51.481792 - 8865: -133.35712,-52.430367 - 8866: -133.37794,-52.294857 - 8867: -133.20087,-52.732662 - 8868: -133.10712,-52.80563 - 8869: -132.73212,-53.191315 - 8870: -132.55502,-53.42064 - 8871: -133.56544,-52.33655 - 8872: -132.94044,-52.315704 - 8873: -132.56544,-52.367825 - 8874: -132.69044,-51.93002 - 8875: -132.83627,-51.60688 - 8876: -133.46127,-51.627728 - 8877: -133.27377,-51.700695 - 8878: -132.52377,-51.98214 - 8879: -132.46127,-52.482487 - 8880: -133.02377,-53.649963 - 8881: -133.44044,-53.66039 - 8882: -133.73212,-53.649963 - 8883: -133.91962,-53.868866 - 8884: -133.63837,-56.08916 - 8885: -133.71127,-57.47554 - 8886: -134.1592,-57.829952 - 8887: -134.5342,-58.111397 - 8888: -131.27379,-52.4163 - 8889: -130.75296,-52.218246 - 8890: -129.89813,-52.322487 - 8891: -128.08908,-52.35376 - 8923: -123.29352,-53.62355 - 8924: -123.17893,-53.65482 - 8925: -123.283104,-53.81118 - 8926: -123.376854,-54.23856 - 8927: -123.58518,-54.8223 - 8928: -123.63727,-54.634666 - 8929: -123.41852,-54.47831 - 8930: -123.51227,-54.85357 - 8931: -123.52268,-55.06205 - 8932: -123.970604,-54.7806 - 8933: -125.07477,-54.467888 - 8934: -125.470604,-53.738213 - 8935: -125.26227,-53.342102 - 8936: -124.939354,-53.404648 - 8937: -124.689354,-52.602005 - 8938: -125.158104,-52.487343 - 8939: -125.439354,-52.9043 - 8940: -125.36643,-52.706245 - 8941: -124.96018,-52.44565 - 8942: -125.10602,-52.674973 - 8943: -125.283104,-53.310833 - 8944: -125.19977,-52.97727 - 8945: -124.720604,-52.643703 - 8946: -124.33518,-52.56031 - 8947: -123.73102,-52.56031 - 8948: -122.21018,-52.883453 - 8949: -122.21018,-53.185745 - 8950: -120.88727,-53.8633 - 8951: -118.38727,-54.467888 - 8952: -118.44977,-54.488735 - 8953: -118.876854,-54.47831 - 8954: -119.19977,-54.457462 - 8988: -111.972824,-85.80413 - 8989: -111.36866,-85.66862 - 8990: -111.39991,-86.241936 - 8991: -111.43116,-86.45041 - 8992: -111.472824,-88.59773 - 8993: -111.49366,-88.61858 - 8994: -107.412575,-88.6707 - 8995: -107.45424,-88.56647 - 8996: -107.475075,-88.545616 - 9050: -79.419525,-56.437305 - 9051: -79.5237,-56.63536 - 9052: -79.59661,-56.90638 - 9053: -79.59661,-57.344185 - 9054: -79.69036,-57.625633 - 9055: -79.62786,-57.239944 - 9056: -80.3987,-57.417152 - 9057: -80.56536,-57.333763 - 9058: -80.59661,-56.92723 - 9059: -80.482025,-56.39561 - 9060: -79.47259,-59.507446 - 9078: -32.48282,-59.697784 - 9079: -32.5349,-59.937534 - 9080: -32.805733,-60.000076 - 9081: -33.305733,-59.98965 - 9082: -33.0974,-60.020924 - 9083: -32.48282,-61.459423 - 9084: -32.85782,-61.77214 - 9085: -32.961983,-62.084858 - 9086: -33.19115,-62.470543 - 9087: -33.38907,-62.98131 - 9088: -33.44115,-63.335728 - 9097: -24.516407,-47.626038 - 9098: -25.120575,-47.490524 - 9099: -23.651825,-47.761547 - 9100: -23.620575,-47.813667 - 9101: -23.589325,-47.970024 - 9114: -113.85121,-68.277626 - 9115: -113.60121,-68.41314 - 9116: -113.486626,-68.48611 - 9117: -112.91371,-68.69458 - 9118: -112.56996,-68.72585 - 9119: -113.080376,-70.1435 - 9120: -113.44496,-70.33113 - 9121: -113.81996,-70.383255 - 9122: -114.267876,-70.31029 - 9123: -114.2783,-70.41453 - 9124: -113.1533,-70.4041 - 9125: -112.5908,-70.53961 - 9126: -112.05955,-70.675125 - 9127: -111.63246,-72.030235 - 9128: -111.53871,-72.8016 - 9129: -112.017876,-72.197014 - 9130: -111.924126,-72.92669 - 9131: -112.24705,-74.08374 - 9132: -110.50746,-75.397156 - 9133: -109.5283,-76.31446 - 9134: -107.5908,-77.00243 - 9135: -107.47621,-75.83495 - 9136: -107.85121,-75.69945 - 9137: -108.4658,-75.563934 - 9138: -109.8197,-67.42833 - 9139: -109.53845,-66.802895 - 9140: -109.361374,-66.114914 - 9141: -109.47595,-67.06349 - 9142: -109.47595,-67.668076 + 2147: -79.408844,38.423645 + 2148: -79.17968,38.444492 + 2149: -76.92968,38.527885 + 2150: -76.82551,38.475765 + 2151: -76.70051,38.350677 + 2152: -79.46093,34.848248 + 2153: -79.36718,34.691887 + 2154: -76.55468,34.931637 + 2155: -77.55468,34.37917 + 2156: -78.02343,34.32705 + 2157: -79.67968,35.348595 + 2158: -79.67968,35.515377 + 2159: -79.627594,35.828094 + 2160: -75.408844,38.454918 + 2161: -75.17968,38.43407 + 2162: -74.49218,38.402798 + 2163: -72.51301,38.43407 + 2164: -72.51301,38.308983 + 2165: -73.46093,38.611275 + 2166: -75.29426,34.222813 + 2167: -74.471344,34.285355 + 2168: -73.88801,34.285355 + 2169: -73.27343,34.368748 + 2170: -73.14843,34.452137 + 2171: -72.85676,34.51468 + 2172: -72.30468,35.431984 + 2173: -72.30468,35.588345 + 2174: -72.252594,36.046997 + 2175: -72.533844,37.391678 + 2176: -72.55468,37.151928 + 2177: -72.57551,36.51607 + 2178: -71.377594,36.46395 + 2179: -71.33593,36.255474 + 2180: -71.33593,35.713432 + 2181: -67.461174,38.652973 + 2182: -66.867424,38.6217 + 2183: -66.37784,38.580006 + 2184: -65.398674,38.496613 + 2185: -65.117424,38.55916 + 2186: -68.6695,34.43129 + 2187: -67.804924,34.452137 + 2188: -67.13825,34.49383 + 2189: -64.09912,34.420868 + 2190: -63.057457,34.400017 + 2191: -62.713707,34.472984 + 2192: -61.526207,34.525105 + 2193: -60.70329,34.556377 + 2194: -59.963707,34.53553 + 2195: -60.339012,38.580006 + 2196: -60.036926,38.548733 + 2197: -59.891094,38.50704 + 2198: -59.859844,38.1422 + 2199: -59.682762,38.46534 + 2200: -55.48941,38.75721 + 2201: -55.52066,38.642548 + 2202: -55.322742,37.52719 + 2203: -54.385242,38.03796 + 2204: -54.385242,38.392372 + 2205: -55.531075,35.275627 + 2206: -55.468575,34.99418 + 2207: -55.531075,34.608498 + 2208: -58.385242,34.49383 + 2209: -58.072742,34.337475 + 2210: -57.916492,34.066452 + 2211: -57.697742,33.76416 + 2212: -57.510242,33.451443 + 2213: -57.406075,33.242966 + 2214: -56.291492,34.556377 + 2215: -56.812325,33.993484 + 2216: -56.80191,33.701614 + 2217: -52.553947,38.615 + 2218: -52.73103,38.510765 + 2219: -51.41853,38.698395 + 2220: -51.272697,38.63585 + 2221: -50.76228,38.396103 + 2222: -47.105606,38.396103 + 2223: -47.741024,38.41695 + 2224: -46.918106,37.551765 + 2225: -48.199356,37.48922 + 2226: -48.553524,37.48922 + 2227: -44.619686,38.675735 + 2228: -45.6926,38.550648 + 2229: -44.994686,38.42556 + 2230: -43.5676,38.34217 + 2231: -42.70302,38.5298 + 2232: -39.440327,37.226814 + 2233: -39.61741,36.92452 + 2234: -39.57574,36.267815 + 2235: -38.42991,35.558987 + 2236: -38.502827,35.861282 + 2237: -40.377827,34.332043 + 2238: -39.91949,34.363316 + 2239: -39.690327,33.779575 + 2240: -39.721577,33.456436 + 2241: -40.159077,33.425163 + 2242: -36.45583,34.52261 + 2243: -36.57041,34.387096 + 2244: -36.67458,34.04311 + 2245: -36.54958,33.448948 + 2246: -36.51833,33.428097 + 2247: -33.61208,33.490643 + 2248: -33.434994,33.605305 + 2249: -33.36208,33.782513 + 2250: -34.35166,32.60461 + 2251: -34.497494,32.333588 + 2252: -35.247494,31.760551 + 2253: -35.363194,32.20343 + 2254: -29.762203,34.405563 + 2255: -28.80387,34.34302 + 2256: -27.27262,34.37429 + 2257: -27.52262,34.353443 + 2258: -28.564287,34.39514 + 2259: -29.376787,38.48131 + 2260: -29.376787,38.48131 + 2261: -29.27262,38.37707 + 2262: -30.668453,38.58555 + 2263: -31.08512,38.55428 + 2264: -31.387203,38.50216 + 2265: -31.33512,38.31453 + 2266: -25.187202,38.147747 + 2267: -24.874702,34.937183 + 2268: -24.458035,34.926758 + 2269: -23.728868,34.79125 + 2270: -22.791368,34.436836 + 2271: -22.708035,38.533432 + 2272: -23.322618,38.543854 + 2273: -20.520535,36.88645 + 2274: -19.572618,35.80237 + 2275: -19.353868,35.750248 + 2276: -17.749254,37.36595 + 2277: -18.030504,37.053238 + 2278: -17.957586,36.188053 + 2279: -16.186752,35.85449 + 2280: -16.16592,36.417377 + 2281: -15.38467,36.469498 + 2282: -15.35342,36.375683 + 2283: -15.468003,35.57304 + 2284: -18.311754,34.676586 + 2285: -18.186754,34.49938 + 2286: -17.895086,33.842674 + 2287: -17.593004,34.593193 + 2288: -17.582586,34.113693 + 2289: -17.718004,33.65504 + 2290: -15.309522,34.509804 + 2291: -14.267855,34.572346 + 2292: -12.351188,34.5515 + 2293: -11.497021,34.614044 + 2294: -11.153271,34.687008 + 2295: -10.757438,36.09424 + 2296: -10.892855,38.345802 + 2297: -11.872021,37.814182 + 2298: -12.340771,37.772484 + 2299: -11.111605,37.65782 + 2300: -10.674105,35.67728 + 2301: -12.809521,38.053932 + 2302: -14.403271,38.064354 + 2303: -15.694938,38.18944 + 2304: -13.976188,38.36665 + 2305: -46.31954,33.894436 + 2306: -46.30912,32.77908 + 2307: -46.361202,31.757538 + 2308: -46.46537,31.392698 + 2309: -47.06954,31.351004 + 2310: -47.30912,31.298883 + 2311: -47.60079,32.101524 + 2312: -47.49662,33.08137 + 2313: -50.71537,34.50945 + 2314: -50.673702,34.290546 + 2315: -54.44454,34.56157 + 2316: -53.392452,34.259274 + 2317: -51.72579,34.186306 + 2318: -50.736202,33.967403 + 2319: -46.91329,34.363514 + 2320: -46.05912,34.321815 + 2321: -46.45178,31.430761 + 2322: -46.69136,30.94084 + 2323: -46.85803,30.596851 + 2324: -55.352848,29.627428 + 2325: -55.477848,29.304287 + 2326: -55.519516,28.929026 + 2327: -55.332016,28.439102 + 2328: -58.76071,28.507872 + 2329: -59.146126,28.18473 + 2330: -59.16696,27.642689 + 2331: -59.469044,26.537754 + 2332: -59.406544,24.83608 + 2333: -59.437794,24.585907 + 2334: -55.17637,24.261568 + 2335: -55.23887,23.521471 + 2336: -55.468037,24.108791 + 2337: -55.561787,25.401356 + 2338: -57.655537,25.516018 + 2339: -57.405537,23.420815 + 2340: -56.41595,23.441662 + 2341: -55.45762,21.51301 + 2342: -56.51182,18.5005 + 2343: -57.02224,18.437958 + 2344: -57.563908,18.427532 + 2345: -57.563908,18.427532 + 2346: -58.532658,18.55262 + 2347: -58.532658,18.55262 + 2348: -63.314926,23.201252 + 2349: -63.377426,22.627937 + 2350: -63.36701,21.397917 + 2351: -63.36701,20.668243 + 2352: -62.52326,22.596666 + 2353: -61.502426,22.565393 + 2354: -60.89826,23.190828 + 2355: -59.169094,21.710632 + 2356: -60.846176,21.377068 + 2357: -62.387844,17.551422 + 2358: -55.38723,18.34364 + 2359: -54.866394,18.333216 + 2360: -54.272644,18.354063 + 2361: -53.91848,18.333216 + 2362: -54.283062,17.207434 + 2363: -54.522644,17.322096 + 2364: -53.689312,16.279707 + 2365: -53.845562,15.873175 + 2366: -54.210144,15.695967 + 2367: -54.397644,16.092075 + 2368: -53.66848,16.342249 + 2369: -54.073547,21.475477 + 2370: -52.698547,21.517174 + 2371: -50.792297,21.475477 + 2372: -47.740215,21.423357 + 2373: -50.552715,18.640175 + 2374: -49.68813,18.588055 + 2375: -48.90688,18.54636 + 2376: -47.279858,20.22461 + 2377: -46.352776,20.06825 + 2378: -45.540276,20.057827 + 2379: -45.05069,20.078674 + 2380: -43.4754,21.610989 + 2381: -43.360813,20.589445 + 2382: -43.298313,19.77638 + 2383: -45.235813,18.348305 + 2384: -45.860813,18.35873 + 2385: -42.42696,21.287848 + 2386: -42.33321,22.47811 + 2387: -42.229042,23.885336 + 2388: -42.531128,25.365532 + 2389: -41.406128,25.448923 + 2390: -40.979042,24.771368 + 2391: -40.812378,23.937456 + 2392: -42.437378,28.737114 + 2393: -42.635292,29.571026 + 2394: -42.374878,31.7392 + 2395: -41.73946,31.885136 + 2396: -40.197792,32.322937 + 2397: -39.437378,31.07207 + 2398: -39.354042,30.259003 + 2399: -39.260292,29.352123 + 2400: -39.36446,28.62245 + 2401: -39.447792,27.413277 + 2402: -39.45821,28.768385 + 2403: -39.42696,24.416296 + 2404: -39.531128,22.49165 + 2405: -39.781128,22.439531 + 2406: -40.510292,22.262323 + 2407: -40.14571,21.470108 + 2408: -39.604042,21.511803 + 2409: -38.822792,21.386717 + 2410: -38.77071,21.251205 + 2411: -38.64571,20.750858 + 2412: -38.447792,18.72862 + 2413: -38.812378,18.520142 + 2414: -39.104042,18.520142 + 2415: -39.249878,18.937098 + 2416: -38.812378,19.249815 + 2417: -37.491455,18.551413 + 2418: -37.324787,19.010065 + 2419: -37.460205,19.958641 + 2420: -37.481037,21.657738 + 2421: -36.45786,19.989912 + 2422: -35.70786,19.90652 + 2423: -35.04119,19.969065 + 2424: -31.310064,21.595194 + 2425: -30.841314,21.511803 + 2426: -34.41423,18.603573 + 2427: -29.799646,18.395094 + 2428: -29.22673,18.561876 + 2429: -28.518396,18.5723 + 2430: -28.278812,18.520182 + 2431: -27.591312,19.458332 + 2432: -27.16423,20.271397 + 2433: -27.310062,21.53269 + 2434: -27.612146,21.897528 + 2435: -27.69548,22.085157 + 2436: -27.487146,22.28321 + 2437: -27.165886,25.210947 + 2438: -27.290886,25.210947 + 2439: -31.436169,25.659174 + 2440: -31.457003,26.326303 + 2441: -30.675753,26.034435 + 2442: -30.467419,24.866957 + 2443: -29.36325,24.950348 + 2444: -28.873669,24.960773 + 2445: -29.540335,24.9295 + 2446: -30.832003,24.053892 + 2447: -25.189138,25.052988 + 2448: -24.793304,25.219772 + 2449: -24.678722,24.917479 + 2450: -24.959972,24.709 + 2451: -25.262054,24.698576 + 2452: -23.105804,25.27189 + 2453: -22.637054,25.292738 + 2454: -22.584972,24.886206 + 2455: -22.668304,24.698576 + 2456: -23.230804,24.583914 + 2457: -22.730804,25.27189 + 2458: -22.959972,24.563065 + 2459: -23.376638,24.604761 + 2460: -23.480804,24.990446 + 2461: -22.678722,26.856325 + 2462: -22.762054,27.690237 + 2463: -22.782888,28.18016 + 2464: -22.980804,28.753475 + 2465: -23.157888,29.13916 + 2466: -23.407888,27.982107 + 2467: -23.324554,27.283705 + 2468: -20.543304,25.897326 + 2469: -20.605804,26.335129 + 2470: -20.647472,26.76251 + 2471: -20.657888,27.408792 + 2472: -20.689138,27.794476 + 2473: -20.616222,28.242704 + 2474: -20.584972,28.47203 + 2475: -20.428722,29.003649 + 2476: -20.428722,29.201704 + 2477: -20.491222,29.389334 + 2478: -20.939138,32.868473 + 2479: -21.012054,33.295853 + 2480: -20.355804,33.327126 + 2481: -20.689138,32.357704 + 2482: -20.637054,31.628029 + 2483: -21.105804,31.429972 + 2484: -23.032888,31.450819 + 2485: -23.709972,32.56618 + 2486: -24.470388,32.712116 + 2487: -25.480804,33.54603 + 2488: -26.084972,33.514755 + 2489: -26.574554,33.400093 + 2490: -26.251638,31.398703 + 2491: -26.418304,28.980354 + 2492: -25.980804,28.261105 + 2493: -25.772472,28.417463 + 2494: -25.720388,28.125595 + 2495: -25.793304,27.719063 + 2496: -26.032888,27.187443 + 2497: -26.512054,23.4332 + 2498: -26.439138,24.736189 + 2499: -20.156021,20.228256 + 2500: -20.583103,20.196985 + 2501: -21.458103,20.34292 + 2502: -20.343521,19.48816 + 2503: -21.197687,19.352648 + 2504: -21.749771,19.227562 + 2505: -22.187271,19.123322 + 2506: -22.468521,19.363071 + 2507: -23.739353,19.394344 + 2508: -24.520603,19.394344 + 2509: -24.968521,19.394344 + 2510: -25.478937,19.425615 + 2511: -26.458103,21.781418 + 2512: -25.551853,22.281767 + 2513: -24.999771,21.62506 + 2514: -23.353937,21.57294 + 2515: -25.426853,21.458277 + 2516: -22.968521,21.406158 + 2517: -21.010187,21.218527 + 2518: -21.708103,21.406158 + 2519: -21.426853,20.989202 + 2522: -41.718742,17.66777 + 2523: -42.031242,18.105576 + 2524: -39.812492,17.990911 + 2525: -40.04166,18.230661 + 2526: -40.22916,17.95964 + 2527: -40.55208,16.896402 + 2528: -40.593742,16.500294 + 2529: -40.656242,16.260544 + 2530: -41.17708,16.354359 + 2531: -41.156242,16.312664 + 2532: -42.66666,14.392329 + 2533: -42.48958,13.902406 + 2534: -41.82291,13.475024 + 2535: -41.031242,12.90171 + 2536: -40.77083,12.568145 + 2537: -41.187492,12.443058 + 2538: -42.04166,11.504907 + 2539: -42.281242,11.629993 + 2540: -42.562492,12.192884 + 2541: -40.656242,11.265157 + 2542: -40.937492,10.723114 + 2543: -40.968742,9.951745 + 2544: -40.906242,9.649451 + 2545: -40.95833,9.524364 + 2546: -42.437492,9.251008 + 2547: -42.781242,8.917443 + 2548: -42.937492,8.646422 + 2549: -36.67234,7.4306846 + 2550: -36.51609,7.4932275 + 2551: -36.536922,7.0137286 + 2552: -36.880672,7.47238 + 2553: -44.505672,7.369454 + 2554: -43.10984,7.4111495 + 2555: -44.10984,5.0136514 + 2556: -44.370255,3.5543046 + 2557: -44.70359,2.6162739 + 2558: -44.73484,2.6266975 + 2559: -45.661922,2.5328827 + 2560: -44.505672,1.5843074 + 2561: -42.745255,1.3237095 + 2562: -44.17234,1.4696438 + 2563: -42.464005,0.5419166 + 2564: -42.536922,1.1777751 + 2565: -42.526505,1.1569271 + 2566: -42.42234,0.43767732 + 2567: -39.26067,0.091370165 + 2568: -39.364834,-0.31516212 + 2569: -36.594,0.7505791 + 2570: -41.396084,5.370901 + 2571: -41.87525,4.3910537 + 2572: -41.958584,4.1200323 + 2573: -37.94817,3.161033 + 2574: -37.896084,2.3688164 + 2575: -38.0315,1.8267734 + 2576: -38.396084,1.5974472 + 2577: -40.80867,0.66963434 + 2578: -40.642002,-2.8476858 + 2579: -40.71492,0.09579581 + 2580: -42.475334,-4.7200494 + 2581: -41.694084,-4.9597993 + 2582: -40.93367,-5.1057334 + 2583: -40.725334,-5.679048 + 2584: -40.912834,-6.6380477 + 2585: -41.43367,-7.075852 + 2586: -42.392002,-6.5338087 + 2587: -41.548252,-6.7631354 + 2588: -41.298252,-7.482384 + 2589: -39.267002,-6.2315154 + 2590: -39.954502,-7.367722 + 2591: -40.110752,-7.9410367 + 2592: -42.756584,-5.9862776 + 2593: -41.881584,-7.174603 + 2594: -40.93367,-8.904971 + 2595: -40.18367,-9.592949 + 2596: -40.923252,-9.655492 + 2597: -46.807304,-7.8000374 + 2598: -47.088554,-7.2892656 + 2599: -47.421886,-6.6429834 + 2600: -49.171886,-8.060635 + 2601: -48.963554,-7.1658034 + 2602: -48.932304,-7.4785204 + 2603: -48.932304,-7.634879 + 2604: -51.35638,-8.579549 + 2605: -51.39805,-7.7456365 + 2606: -50.7418,-7.8290277 + 2607: -51.002216,-8.412767 + 2608: -51.189716,-8.725484 + 2609: -51.82513,-9.338125 + 2610: -51.595966,-9.421516 + 2611: -51.08555,-12.614553 + 2612: -51.66888,-13.573553 + 2613: -50.127216,-12.562434 + 2614: -49.60638,-13.948813 + 2615: -46.33852,-9.487382 + 2616: -45.328102,-9.5603485 + 2617: -45.265602,-17.32616 + 2618: -45.609352,-17.628454 + 2619: -45.942688,-17.784811 + 2620: -47.627975,-17.670149 + 2621: -48.575893,-18.170498 + 2622: -49.242558,-17.962019 + 2623: -49.200893,-17.826508 + 2624: -52.538815,-11.353261 + 2625: -52.54923,-10.686131 + 2626: -53.61173,-10.654859 + 2627: -56.884884,-10.419386 + 2628: -57.5203,-10.502777 + 2629: -58.05155,-10.544473 + 2630: -59.80155,-10.408961 + 2631: -60.40572,-10.408961 + 2632: -60.916134,-10.388114 + 2633: -61.259884,-10.346418 + 2634: -62.634884,-10.388114 + 2635: -62.40572,-10.492353 + 2636: -62.478634,-11.180331 + 2637: -62.55155,-12.243569 + 2638: -62.49947,-12.347809 + 2639: -61.24947,-12.577134 + 2640: -58.46822,-12.441624 + 2641: -58.5203,-12.243569 + 2642: -58.697384,-11.670255 + 2643: -58.697384,-11.76407 + 2644: -58.3328,-12.410352 + 2645: -55.67655,-12.493743 + 2646: -55.43697,-11.868309 + 2647: -55.46822,-11.5868635 + 2648: -54.08376,-12.420775 + 2649: -54.312927,-12.19145 + 2650: -54.344177,-11.857884 + 2651: -54.219177,-11.670255 + 2652: -53.500427,-12.19145 + 2653: -52.67751,-13.379177 + 2654: -53.49001,-13.285362 + 2655: -56.74001,-13.420873 + 2656: -55.979595,-13.368753 + 2657: -58.135845,-13.30621 + 2658: -59.292095,-13.389601 + 2659: -60.406677,-13.327058 + 2660: -62.70876,-13.3374815 + 2661: -63.156677,-13.347906 + 2662: -61.45876,-13.472992 + 2663: -63.477158,-12.899435 + 2664: -63.62299,-12.128066 + 2665: -63.62299,-11.325425 + 2666: -66.63724,-10.32473 + 2667: -67.67891,-10.418546 + 2668: -68.86641,-10.522785 + 2669: -69.51224,-12.409512 + 2670: -69.28307,-13.233 + 2671: -69.28307,-13.608261 + 2672: -65.21857,-16.109188 + 2673: -64.208145,-16.494873 + 2674: -63.385235,-15.38994 + 2675: -63.718567,-15.806896 + 2676: -58.887245,-16.505299 + 2677: -59.105858,-16.745049 + 2678: -59.335026,-16.515722 + 2679: -59.335026,-16.661657 + 2680: -56.281326,-15.254429 + 2681: -55.95841,-14.660267 + 2682: -56.562576,-14.8791685 + 2683: -49.335617,-19.368277 + 2684: -48.93978,-20.014559 + 2685: -48.91895,-21.140339 + 2686: -47.8252,-19.430819 + 2687: -48.09603,-19.306395 + 2688: -48.491867,-22.569078 + 2689: -47.91895,-22.312496 + 2690: -47.9502,-23.104713 + 2691: -47.804367,-24.369556 + 2692: -48.35645,-24.275742 + 2693: -49.3252,-24.181927 + 2694: -47.646843,-26.513344 + 2695: -48.85518,-26.273594 + 2696: -49.25101,-26.534191 + 2697: -49.26143,-25.616888 + 2698: -44.82393,-23.20417 + 2699: -44.94893,-23.610703 + 2700: -42.04268,-23.725365 + 2701: -42.990593,-23.985964 + 2702: -43.78226,-24.048506 + 2703: -42.13643,-24.528006 + 2704: -43.834343,-24.72606 + 2705: -42.19893,-25.132593 + 2706: -44.678093,-25.36192 + 2707: -45.53226,-24.817284 + 2708: -44.38643,-26.32875 + 2709: -45.21976,-25.15085 + 2710: -43.90726,-27.683859 + 2711: -44.271843,-26.505957 + 2712: -44.021843,-27.25648 + 2713: -43.75101,-28.52297 + 2714: -43.76143,-29.523664 + 2715: -44.553093,-31.781988 + 2716: -45.28226,-31.934643 + 2717: -45.62601,-32.122272 + 2718: -42.803093,-32.184814 + 2719: -43.959343,-31.986763 + 2720: -43.37431,-31.913795 + 2721: -46.844807,-31.486414 + 2722: -47.969807,-31.507263 + 2723: -49.823975,-31.47599 + 2724: -48.063557,-33.435684 + 2725: -48.167725,-32.81025 + 2726: -47.844807,-32.716434 + 2727: -45.011475,-37.590157 + 2728: -43.980225,-36.975143 + 2729: -44.292725,-36.85006 + 2730: -44.198975,-37.1732 + 2731: -47.792725,-37.642273 + 2732: -47.928143,-38.069656 + 2733: -47.980225,-38.820175 + 2734: -48.438557,-39.059925 + 2735: -44.428143,-38.71594 + 2736: -45.011475,-39.12247 + 2737: -49.823975,-39.43519 + 2738: -49.511475,-39.591545 + 2739: -49.719807,-39.945957 + 2740: -49.657307,-40.45673 + 2741: -49.573975,-38.6117 + 2742: -48.438557,-39.19544 + 2743: -48.438557,-39.19544 + 2744: -48.053143,-40.415035 + 2745: -48.178143,-40.2691 + 2746: -47.928143,-40.185707 + 2747: -47.948975,-40.45673 + 2748: -50.889053,-37.44603 + 2749: -51.826553,-37.362637 + 2750: -51.732803,-36.174313 + 2751: -48.545303,-36.664234 + 2752: -48.139053,-37.122887 + 2753: -51.420715,-35.517605 + 2754: -51.493633,-35.736507 + 2755: -54.200115,-34.006138 + 2756: -55.429283,-33.93317 + 2757: -55.054283,-27.782158 + 2758: -55.710533,-27.803005 + 2759: -56.950115,-27.771734 + 2760: -57.398033,-27.730038 + 2761: -57.293865,-28.230385 + 2762: -57.22095,-29.053873 + 2763: -57.34595,-30.096264 + 2764: -57.22095,-31.305437 + 2765: -56.200115,-31.33671 + 2766: -54.731365,-31.274166 + 2767: -55.637615,-30.732122 + 2768: -55.898033,-30.221352 + 2769: -56.054283,-29.38744 + 2770: -54.46145,-28.748396 + 2771: -53.52395,-29.092386 + 2772: -53.08645,-29.58231 + 2773: -52.85728,-34.77131 + 2774: -54.159363,-37.87466 + 2775: -55.48228,-37.968475 + 2776: -56.6177,-38.072716 + 2777: -57.58645,-37.363888 + 2778: -56.66978,-37.457703 + 2779: -52.60728,-36.582096 + 2780: -52.9927,-37.478554 + 2781: -53.39895,-39.26104 + 2782: -52.96145,-40.516056 + 2783: -53.315613,-41.13107 + 2784: -53.9927,-42.507023 + 2785: -53.10728,-44.355938 + 2786: -52.4927,-45.085613 + 2787: -49.844116,-43.100544 + 2788: -49.656513,-42.27436 + 2789: -50.76068,-42.46199 + 2790: -50.406513,-44.015152 + 2791: -49.906513,-46.6524 + 2792: -46.11485,-47.47589 + 2793: -45.8961,-47.517586 + 2794: -45.750263,-49.383465 + 2795: -46.04193,-49.404312 + 2796: -46.29193,-49.0499 + 2797: -47.42735,-42.33834 + 2798: -48.4586,-42.296646 + 2799: -47.156513,-42.38004 + 2800: -46.8961,-44.443813 + 2801: -47.500263,-44.38127 + 2802: -48.625263,-44.46466 + 2803: -48.23985,-48.40379 + 2804: -48.35443,-49.487877 + 2805: -48.19818,-51.10358 + 2806: -50.303787,-52.46225 + 2807: -49.657955,-52.545643 + 2808: -50.126705,-50.13772 + 2809: -50.793373,-49.81458 + 2810: -50.678787,-48.417774 + 2811: -50.157955,-47.375385 + 2812: -49.845455,-53.46876 + 2813: -49.897537,-53.583427 + 2814: -50.699623,-53.875294 + 2815: -50.595455,-55.668205 + 2816: -47.585037,-55.376335 + 2817: -47.699623,-55.126163 + 2818: -47.866287,-54.167164 + 2819: -48.210037,-53.64597 + 2820: -48.678787,-53.64597 + 2821: -47.532955,-56.512543 + 2822: -47.491287,-56.710598 + 2823: -47.605873,-57.30476 + 2824: -52.974487,-51.59352 + 2825: -53.214073,-51.635216 + 2826: -55.880737,-51.69776 + 2827: -56.005737,-51.66649 + 2828: -54.401573,-51.499706 + 2829: -54.297405,-50.63452 + 2830: -54.078655,-48.46635 + 2831: -53.922405,-47.2676 + 2832: -55.599487,-46.054813 + 2833: -59.51846,-48.68736 + 2834: -59.58096,-49.312794 + 2835: -59.57054,-50.271793 + 2836: -59.51846,-51.209946 + 2837: -59.310127,-49.719326 + 2838: -58.95596,-49.156437 + 2839: -58.247627,-49.11474 + 2840: -58.13304,-49.427456 + 2841: -56.78929,-49.448303 + 2842: -57.705578,-53.814606 + 2843: -58.03891,-54.533855 + 2844: -57.778496,-55.753452 + 2845: -58.00766,-58.25519 + 2846: -58.736828,-58.380276 + 2847: -59.393078,-58.317734 + 2848: -63.702503,-17.447596 + 2849: -64.91084,-17.51014 + 2850: -61.58792,-17.708193 + 2851: -61.140003,-18.427443 + 2852: -61.06709,-18.97991 + 2853: -61.59834,-19.83467 + 2854: -62.390003,-20.230778 + 2855: -63.56709,-20.20993 + 2856: -65.067085,-20.262049 + 2857: -66.254585,-20.15781 + 2858: -66.30667,-20.355865 + 2859: -67.30667,-16.488594 + 2860: -69.24417,-17.21827 + 2861: -69.79626,-17.332932 + 2862: -73.295166,-16.63453 + 2863: -73.232666,-16.915976 + 2864: -73.22225,-17.645649 + 2865: -71.64934,-15.884007 + 2866: -71.670166,-16.342659 + 2867: -71.71184,-16.988943 + 2868: -71.7535,-17.447596 + 2869: -72.191,-17.603954 + 2870: -68.691,-20.50816 + 2871: -68.013916,-20.654095 + 2872: -67.84725,-20.956387 + 2873: -69.013916,-21.321224 + 2874: -70.36809,-19.622128 + 2875: -66.170166,-19.778486 + 2876: -66.326416,-20.622822 + 2877: -66.86809,-21.49843 + 2878: -67.90975,-21.633942 + 2879: -69.295166,-21.654789 + 2880: -72.87747,-22.666626 + 2881: -73.00247,-23.698593 + 2882: -73.14831,-24.501234 + 2883: -73.30456,-23.10443 + 2884: -74.45039,-20.352518 + 2885: -77.24206,-20.112768 + 2886: -76.65872,-19.258009 + 2887: -76.39831,-19.216312 + 2888: -75.00247,-19.977259 + 2889: -74.07539,-19.143347 + 2890: -73.71081,-18.77851 + 2891: -73.63789,-19.153769 + 2892: -74.28372,-17.625593 + 2893: -71.65872,-25.013365 + 2894: -70.58581,-25.39905 + 2895: -66.46306,-25.065485 + 2896: -65.46306,-25.378202 + 2897: -62.048008,-28.074411 + 2898: -62.339676,-27.563381 + 2899: -62.381344,-28.136696 + 2900: -62.714676,-28.543228 + 2901: -65.16259,-29.450108 + 2902: -65.61051,-29.08527 + 2903: -67.995926,-27.365326 + 2904: -69.39893,-32.407665 + 2905: -69.13268,-33.26809 + 2906: -68.91393,-33.72674 + 2907: -68.424355,-34.66489 + 2908: -68.46602,-36.20763 + 2909: -69.10143,-36.614162 + 2910: -70.28893,-35.634315 + 2911: -71.699036,-35.67601 + 2912: -75.14595,-37.364685 + 2913: -75.500114,-35.11312 + 2914: -74.02095,-33.226395 + 2915: -72.54178,-33.64335 + 2916: -72.82303,-32.694775 + 2917: -74.27095,-30.198408 + 2918: -73.000114,-30.030838 + 2919: -72.85428,-29.030144 + 2920: -75.453804,-24.510855 + 2921: -75.870476,-23.666517 + 2922: -79.10957,-23.3538 + 2923: -79.39802,-26.449701 + 2924: -79.2626,-26.303766 + 2925: -79.16885,-27.106407 + 2926: -78.18969,-28.514635 + 2927: -78.15844,-30.630688 + 2928: -77.40844,-28.806503 + 2929: -77.52302,-30.964252 + 2930: -77.58552,-31.975372 + 2931: -81.21052,-32.96564 + 2932: -81.36677,-31.318665 + 2933: -81.30427,-30.172035 + 2934: -81.33552,-28.63972 + 2935: -80.72094,-27.743265 + 2936: -81.29385,-28.483362 + 2937: -81.39802,-31.08934 + 2938: -80.30427,-33.52853 + 2939: -80.10635,-33.830826 + 2940: -79.73135,-33.68489 + 2941: -79.27302,-33.44514 + 2942: -78.39802,-32.6425 + 2943: -79.16885,-33.03861 + 2944: -85.68579,-25.351566 + 2945: -83.77954,-26.59201 + 2946: -83.83163,-23.418848 + 2947: -84.14413,-22.522392 + 2948: -84.50871,-23.273691 + 2949: -84.32121,-23.596832 + 2950: -87.580414,-29.442783 + 2951: -88.705414,-29.578295 + 2952: -89.195,-29.661686 + 2953: -89.43458,-29.46363 + 2954: -89.46583,-30.568565 + 2955: -88.97625,-31.43375 + 2956: -88.24708,-31.506718 + 2957: -87.28875,-31.339935 + 2958: -72.32471,31.30165 + 2959: -72.75179,33.511517 + 2960: -73.00179,33.49067 + 2961: -75.38721,33.574062 + 2962: -75.40804,32.281498 + 2963: -75.43929,30.540703 + 2964: -74.48096,29.043524 + 2965: -74.23096,28.540922 + 2966: -73.48096,28.405413 + 2967: -73.56429,28.843216 + 2968: -73.87679,28.301172 + 2969: -76.51221,27.543621 + 2970: -77.31429,27.481077 + 2971: -78.30388,27.470654 + 2972: -77.27263,27.366415 + 2973: -76.60596,27.366415 + 2974: -82.02751,25.792404 + 2975: -82.63478,25.886219 + 2976: -83.426445,25.927916 + 2977: -83.84312,25.96961 + 2978: -81.50978,24.666622 + 2979: -82.13478,23.916101 + 2980: -82.29103,23.78059 + 2981: -83.75978,23.613808 + 2982: -79.99937,24.583231 + 2983: -78.176445,24.468569 + 2984: -76.582695,24.291363 + 2985: -76.21812,23.83271 + 2986: -75.50978,23.624231 + 2987: -75.40562,23.572113 + 2988: -75.238945,23.863981 + 2989: -74.520195,24.624928 + 2990: -73.957695,24.624928 + 2991: -73.770195,24.458145 + 2992: -74.19728,24.124578 + 2993: -71.99937,23.42476 + 2994: -71.82228,23.42476 + 2995: -75.25978,20.99599 + 2996: -75.582695,21.016838 + 2997: -76.69728,20.547762 + 2998: -75.50978,20.766665 + 2999: -75.46812,20.48522 + 3000: -75.71812,17.470106 + 3001: -76.113945,17.324171 + 3002: -76.99937,18.356138 + 3003: -78.10353,18.76267 + 3004: -78.12437,18.533344 + 3005: -77.113945,18.095541 + 3006: -76.87437,16.229662 + 3007: -77.18687,15.489566 + 3008: -78.00978,15.614651 + 3009: -78.56187,16.146269 + 3010: -78.270195,16.375595 + 3011: -78.25978,17.584768 + 3012: -75.37437,16.594498 + 3013: -75.29103,16.386019 + 3014: -75.24937,15.82313 + 3015: -72.700325,14.577829 + 3016: -72.59616,15.505556 + 3017: -72.64824,13.61883 + 3018: -72.28366,11.356842 + 3019: -73.12741,10.668864 + 3020: -72.33574,9.039848 + 3021: -72.64824,9.237902 + 3022: -75.325325,7.7368593 + 3023: -75.762825,8.914761 + 3024: -75.87741,11.31226 + 3025: -75.14824,10.905727 + 3026: -75.68991,9.832065 + 3027: -72.84616,7.283936 + 3028: -72.27324,5.9392514 + 3029: -72.34616,5.9496756 + 3030: -72.700325,6.3979034 + 3031: -72.512825,2.956176 + 3032: -72.71074,3.3905504 + 3033: -75.544075,0.12099975 + 3034: -75.49199,-0.5774022 + 3035: -75.50241,-1.5989449 + 3036: -76.37696,-1.5155537 + 3037: -76.530334,-1.5155537 + 3038: -77.08242,-1.5780971 + 3039: -78.07201,-1.4947059 + 3040: -79.05117,-1.5155537 + 3041: -76.29076,0.29820603 + 3042: -77.29076,0.42329282 + 3043: -78.29076,0.42329282 + 3044: -77.43545,0.76921535 + 3045: -77.38336,1.4363453 + 3046: -77.9042,2.697638 + 3047: -79.63336,2.9686596 + 3048: -80.12624,-1.4142153 + 3049: -81.06374,-1.5393026 + 3050: -81.53249,-1.7894762 + 3051: -76.71999,1.6940198 + 3052: -76.62624,1.5272372 + 3053: -85.71909,9.647216 + 3054: -84.22951,8.531858 + 3055: -81.62534,6.645131 + 3056: -81.54201,5.060697 + 3057: -81.90659,1.6738656 + 3058: -82.33368,-0.11671525 + 3059: -83.02118,-4.296027 + 3060: -84.05243,-4.5642 + 3061: -85.00034,-4.7205586 + 3062: -81.593124,-3.4488416 + 3063: -87.73895,-4.5225043 + 3064: -89.94729,-3.2299397 + 3065: -90.35354,-2.4898427 + 3066: -90.44729,-2.1667013 + 3067: -90.85354,-1.3482587 + 3068: -91.86395,0.3508379 + 3069: -92.98895,3.0549512 + 3070: -92.25979,3.3572443 + 3071: -91.88479,1.9291692 + 3072: -88.23895,6.338294 + 3073: -89.04104,4.7225885 + 3074: -88.343124,1.751009 + 3075: -88.6452,0.79200864 + 3076: -90.29104,8.344122 + 3077: -90.436874,8.2086115 + 3078: -89.13479,9.240579 + 3079: -88.936874,9.428208 + 3080: -89.5202,8.959132 + 3081: -86.436874,9.56372 + 3082: -99.82581,6.181931 + 3083: -100.95081,6.4008327 + 3084: -102.14873,6.3487134 + 3085: -100.31539,4.2639318 + 3086: -101.15914,4.2743554 + 3087: -108.624435,3.4327395 + 3088: -125.34676,12.593388 + 3089: -125.575935,11.967953 + 3090: -125.84676,10.154193 + 3091: -128.06552,10.352247 + 3092: -128.27385,12.113888 + 3093: -126.669685,12.14516 + 3094: -128.24173,8.352353 + 3095: -128.37714,6.330115 + 3096: -128.17923,8.164723 + 3097: -128.35632,7.153603 + 3098: -128.32507,5.464931 + 3099: -128.05423,3.0899951 + 3100: -128.34589,1.6618104 + 3101: -125.86673,1.4116361 + 3102: -125.83548,3.4130266 + 3103: -125.950066,4.788982 + 3104: -125.845894,8.124633 + 3105: -126.012566,-1.2175236 + 3106: -127.168816,-0.97777367 + 3107: -126.772995,-1.2487953 + 3108: -128.26257,-1.1028607 + 3109: -129.20007,0.09588885 + 3110: -129.15842,-1.9993165 + 3111: -127.60633,-3.2501857 + 3112: -125.804245,-3.3231525 + 3113: -128.37717,-3.0208595 + 3114: -129.10632,-3.8026524 + 3115: -129.34592,0.16885561 + 3116: -125.20008,-1.3634586 + 3117: -127.40841,-2.0305882 + 3118: -128.86674,-2.9061966 + 3119: -129.61674,-1.1603334 + 3120: -129.72092,-3.091242 + 3121: -129.773,-5.1373234 + 3122: -129.87717,-7.228247 + 3123: -130.55945,-9.56583 + 3124: -132.43312,-11.293459 + 3125: -134.27432,-12.371229 + 3126: -137.80368,-11.863565 + 3127: -139.75543,-11.005885 + 3128: -144.89597,-9.869994 + 3129: -145.19601,-7.7272305 + 3130: -145.19302,-5.5232453 + 3131: -145.17224,-2.9563634 + 3132: -145.17224,-0.15698987 + 3133: -145.41183,17.046041 + 3134: -145.41183,19.253435 + 3135: -143.1946,22.856133 + 3136: -141.13867,23.424099 + 3137: -138.55942,23.399994 + 3138: -136.397,23.41051 + 3139: -133.58769,23.410563 + 3140: -131.55254,22.533642 + 3141: -130.45203,20.707832 + 3142: -130.86761,18.266314 + 3143: -129.93054,13.888052 + 3144: -129.01328,9.851024 + 3145: -130.25378,8.017508 + 3146: -130.14491,5.7937093 + 3147: -116.535324,-11.965805 + 3148: -116.68115,-12.77887 + 3149: -108.691574,-13.508543 + 3150: -107.80615,-13.133282 + 3151: -108.17074,-13.091586 + 3152: -108.99365,-12.685054 + 3153: -108.51449,-11.715631 + 3154: -110.847824,-11.444609 + 3155: -110.7749,-12.24725 + 3156: -111.191574,-11.621816 + 3157: -110.8374,-12.017924 + 3158: -112.82699,-12.726749 + 3159: -112.035324,-12.278522 + 3160: -111.972824,-11.663511 + 3161: -111.879074,-12.24725 + 3162: -111.92074,-12.789293 + 3163: -111.98324,-13.102011 + 3164: -113.129074,-12.810141 + 3165: -107.551216,-11.705207 + 3166: -106.519966,-11.465457 + 3167: -106.19705,-10.631544 + 3168: -105.707466,-14.696869 + 3169: -107.57205,-12.997771 + 3170: -105.81716,-15.018459 + 3171: -105.78591,-15.500168 + 3172: -106.24425,-16.375776 + 3173: -104.591324,-20.472914 + 3174: -104.60174,-20.796055 + 3175: -105.403824,-20.743937 + 3176: -105.42466,-21.348522 + 3177: -106.310074,-21.682087 + 3178: -106.79966,-21.682087 + 3179: -107.48716,-21.71336 + 3180: -107.341324,-22.46388 + 3181: -105.64341,-22.401337 + 3182: -102.872574,-22.12699 + 3183: -102.96636,-26.117846 + 3184: -104.21636,-25.398596 + 3185: -107.61193,-24.64112 + 3186: -105.07027,-28.631092 + 3187: -103.50777,-32.616817 + 3188: -106.36193,-30.88645 + 3189: -100.51485,-28.478092 + 3190: -100.66068,-29.020136 + 3191: -101.61902,-19.756409 + 3192: -102.07814,-17.775866 + 3193: -102.56772,-12.678765 + 3194: -99.057304,-10.979669 + 3195: -97.42189,-10.666951 + 3196: -98.776054,-11.188147 + 3197: -99.59897,-11.605103 + 3198: -100.47397,-11.54256 + 3199: -97.16147,-13.437789 + 3200: -96.994804,-16.064613 + 3201: -98.744804,-16.544115 + 3202: -96.09342,-16.763016 + 3203: -94.06217,-16.37733 + 3204: -92.81217,-15.668506 + 3205: -95.58301,-16.53369 + 3206: -94.86374,-16.440453 + 3207: -102.26999,-15.694683 + 3208: -96.59291,-19.4326 + 3209: -96.93666,-19.818285 + 3210: -97.17624,-20.370752 + 3211: -95.21791,-19.505568 + 3212: -93.92624,-18.275547 + 3213: -93.53041,-17.399939 + 3214: -95.728325,-11.829111 + 3215: -96.12416,-12.371154 + 3216: -96.040825,-11.818687 + 3217: -96.03041,-15.769348 + 3218: -93.665825,-12.027165 + 3219: -93.665825,-10.776297 + 3220: -93.84291,-9.733906 + 3221: -95.39499,-10.119591 + 3222: -97.76999,-9.598395 + 3223: -93.18787,-33.544655 + 3224: -93.22953,-34.034576 + 3225: -93.2712,-33.471687 + 3226: -94.38578,-32.116577 + 3227: -94.96912,-31.647505 + 3228: -95.4587,-32.06446 + 3229: -95.79203,-33.3466 + 3230: -96.28162,-33.252785 + 3231: -96.48995,-32.481415 + 3232: -97.76078,-32.283363 + 3233: -98.32328,-32.262512 + 3234: -101.26078,-29.302126 + 3235: -100.78162,-29.917135 + 3236: -102.44828,-32.325058 + 3237: -102.47953,-32.01234 + 3238: -103.66703,-32.106155 + 3239: -103.72953,-32.46057 + 3240: -100.3962,-35.170784 + 3241: -99.98995,-34.57662 + 3242: -98.23995,-34.993576 + 3243: -97.65662,-35.27502 + 3244: -96.30245,-35.608585 + 3245: -96.2712,-35.056118 + 3246: -95.90662,-34.566196 + 3247: -96.7712,-34.086697 + 3248: -97.0212,-32.856674 + 3249: -97.09412,-32.91922 + 3250: -96.9587,-35.420956 + 3251: -99.90662,-32.773285 + 3252: -99.29203,-32.35633 + 3253: -87.58675,-12.902214 + 3254: -87.27425,-13.892486 + 3255: -86.90966,-15.61243 + 3256: -86.5555,-12.51653 + 3257: -86.52425,-14.080115 + 3258: -86.63883,-15.758365 + 3259: -87.87841,-16.144049 + 3260: -86.9305,-16.57143 + 3261: -86.26837,-10.483635 + 3262: -83.25795,-10.410667 + 3263: -82.310036,-10.337701 + 3264: -80.810036,-10.296005 + 3265: -79.403786,-10.306429 + 3266: -78.1642,-10.379396 + 3267: -77.42462,-10.400244 + 3268: -77.4767,-12.693503 + 3269: -77.45587,-12.92283 + 3270: -77.497536,-13.256394 + 3271: -77.966286,-13.412754 + 3272: -78.33087,-12.974949 + 3273: -78.091286,-12.432906 + 3274: -75.33678,-16.781158 + 3275: -75.55553,-17.63592 + 3276: -75.77428,-17.802702 + 3277: -75.50344,-17.39617 + 3278: -76.53469,-17.542105 + 3279: -77.40969,-17.542105 + 3280: -78.24303,-17.500408 + 3281: -79.076355,-17.458714 + 3282: -79.576355,-17.437864 + 3283: -80.201355,-17.20854 + 3284: -80.61803,-16.687344 + 3285: -70.38756,-12.523894 + 3286: -75.43964,-7.2548265 + 3287: -75.14797,-7.567544 + 3288: -74.82506,-8.526543 + 3289: -74.22089,-8.557815 + 3290: -73.70006,-8.484848 + 3291: -72.29381,-8.338913 + 3292: -72.81464,-8.641206 + 3293: -73.74172,-8.901803 + 3294: -76.48131,-9.224944 + 3295: -77.21047,-9.829532 + 3296: -77.36672,-9.9233465 + 3297: -75.93964,-8.4118805 + 3298: -71.59589,-9.131129 + 3299: -70.75214,-9.756564 + 3300: -72.52297,-4.8779693 + 3301: -72.49172,-4.5548286 + 3302: -75.48131,-5.357469 + 3303: -75.11672,-5.5242515 + 3304: -74.45006,-5.9307837 + 3305: -75.67922,0.046211183 + 3306: -75.38756,0.15045041 + 3307: -77.23131,-0.30820137 + 3308: -72.37544,0.5370209 + 3309: -72.573364,1.3396614 + 3310: -72.52128,2.1944218 + 3311: -72.729614,3.7371602 + 3312: -72.573364,3.653769 + 3313: -72.42753,2.726041 + 3314: -75.349144,3.4164178 + 3315: -75.505394,5.1676335 + 3316: -75.61997,6.5227413 + 3317: -73.76581,4.2347 + 3318: -73.49497,0.088124454 + 3319: -50.96186,-15.425203 + 3320: -47.019188,-16.978367 + 3321: -40.515976,-13.591212 + 3322: -40.422226,-13.726723 + 3323: -40.318058,-14.539787 + 3324: -40.557644,-14.216646 + 3325: -40.568058,-13.726723 + 3326: -36.58549,-13.580789 + 3327: -36.387573,-14.185374 + 3328: -35.856323,-14.644027 + 3329: -35.61674,-14.070712 + 3330: -35.356323,-13.674603 + 3331: -35.095905,-13.539092 + 3332: -34.595905,-12.89281 + 3333: -34.668823,-11.944235 + 3334: -34.637573,-11.527279 + 3335: -32.325706,-10.537007 + 3336: -31.742373,-10.599551 + 3337: -31.627789,-10.693366 + 3338: -31.617373,-11.256257 + 3339: -30.773623,-11.412616 + 3340: -30.440289,-10.880997 + 3341: -29.700706,-10.75591 + 3342: -29.492373,-11.454311 + 3343: -29.492373,-12.444583 + 3344: -29.461123,-13.195104 + 3345: -29.211123,-11.277104 + 3346: -28.606956,-11.026931 + 3347: -26.40288,-10.599551 + 3348: -26.77788,-11.318801 + 3349: -25.34038,-13.445277 + 3350: -25.486214,-14.789962 + 3351: -25.944546,-15.415396 + 3352: -25.71538,-15.050559 + 3353: -26.444546,-15.342428 + 3354: -26.09038,-15.316647 + 3355: -27.37163,-15.493854 + 3356: -27.65288,-16.244373 + 3357: -27.725796,-15.525125 + 3358: -28.111214,-16.484123 + 3359: -27.100796,-14.899691 + 3360: -28.924026,-16.421581 + 3361: -30.194859,-16.546669 + 3362: -29.611526,-16.546669 + 3363: -29.944859,-16.536243 + 3364: -31.153193,-16.151505 + 3365: -32.312252,1.8424962 + 3366: -32.499752,2.7702234 + 3367: -32.656002,4.0627875 + 3368: -34.44767,7.502678 + 3369: -34.249752,7.648612 + 3370: -32.906002,7.586069 + 3371: -32.520584,6.9606338 + 3372: -31.718502,5.793156 + 3373: -31.333086,3.8751574 + 3374: -31.551836,2.4262345 + 3375: -31.406002,1.519355 + 3376: -28.489336,2.7910714 + 3377: -28.833086,5.3032327 + 3378: -27.270586,4.7611895 + 3379: -26.239336,0.89392066 + 3380: -26.47892,1.519355 + 3381: -26.499752,1.6965611 + 3382: -26.468502,2.4470823 + 3383: -27.01017,1.3421483 + 3384: -27.333086,1.2483335 + 3385: -26.676836,0.5916269 + 3386: -26.520586,0.68544245 + 3387: -27.426836,0.6750181 + 3388: -27.281002,1.2587571 + 3389: -28.801836,10.462311 + 3390: -29.44767,10.368495 + 3391: -28.687252,10.358071 + 3392: -28.437252,9.367801 + 3393: -29.94767,9.79518 + 3394: -30.35392,11.452581 + 3395: -31.26017,11.400462 + 3396: -34.489334,12.5158205 + 3397: -34.895584,12.505397 + 3398: -35.35392,13.057863 + 3399: -35.593502,13.620754 + 3400: -35.60392,14.319156 + 3401: -35.364334,14.392123 + 3402: -33.91642,14.402547 + 3403: -33.374752,14.402547 + 3404: -31.593502,14.423395 + 3405: -29.968502,14.454667 + 3406: -29.676836,14.079406 + 3407: -29.63517,12.932776 + 3408: -30.270586,12.244799 + 3409: -30.458086,11.463006 + 3410: -30.833086,11.087745 + 3411: -31.176836,10.410192 + 3412: -32.301834,8.554736 + 3413: -33.22892,8.533888 + 3414: -33.97892,8.56516 + 3415: -34.708084,9.763909 + 3416: -33.437252,9.513735 + 3417: -32.520584,9.440768 + 3418: -29.968502,8.27329 + 3419: -29.35392,8.627704 + 3420: -26.656002,12.693027 + 3421: -26.624752,11.421309 + 3422: -26.63517,11.12944 + 3423: -26.499752,10.107898 + 3424: -27.624752,11.510774 + 3425: -27.968502,11.2606 + 3426: -25.448618,7.5471315 + 3427: -24.073618,7.3595004 + 3428: -22.229868,7.2344136 + 3429: -23.656952,6.7132177 + 3430: -25.167368,6.7236414 + 3431: -23.198618,6.88 + 3432: -25.313202,5.7125225 + 3433: -24.948618,4.2531757 + 3434: -23.094452,4.482502 + 3435: -22.469452,4.357415 + 3436: -22.698618,3.5860457 + 3437: -23.427784,4.3261433 + 3438: -25.386118,4.08339 + 3439: -25.500702,2.3947175 + 3440: -25.344452,1.7275877 + 3441: -25.386118,1.0604575 + 3442: -25.188202,0.5496862 + 3443: -24.417368,0.48714226 + 3444: -22.500702,0.570534 + 3445: -22.313202,3.312021 + 3446: -22.386118,1.4878378 + 3447: -24.698618,-0.51451385 + 3448: -25.313202,-1.5047851 + 3449: -25.479868,-3.3051376 + 3450: -25.875702,-3.7742138 + 3451: -25.86748,-4.392778 + 3452: -24.74248,-4.622104 + 3453: -24.607063,-8.270472 + 3454: -29.33623,-7.5824943 + 3455: -29.482063,-6.133571 + 3456: -29.409147,-5.1432996 + 3457: -25.55498,-9.457917 + 3458: -25.74248,-9.770635 + 3459: -24.380302,-12.387058 + 3460: -24.390718,-11.594842 + 3461: -24.005302,-10.698385 + 3462: -21.682384,-11.386364 + 3463: -23.057386,-11.417635 + 3464: -21.796968,-11.417635 + 3465: -21.880302,-12.293243 + 3466: -21.255302,-11.209157 + 3467: -20.161552,-11.261276 + 3468: -18.911552,-10.813049 + 3469: -17.43725,-10.7192335 + 3470: -18.291416,-10.614994 + 3471: -16.614334,-10.667114 + 3472: -16.531,-11.094494 + 3473: -18.510166,-11.250853 + 3474: -15.7185,-11.08407 + 3475: -15.031,-11.2821245 + 3476: -16.603916,-10.594147 + 3477: -15.81225,-10.687962 + 3478: -15.010166,-11.501026 + 3479: -14.385166,-11.949255 + 3480: -14.478916,-12.384722 + 3481: -15.728916,-13.541776 + 3482: -16.7185,-13.635591 + 3483: -16.895584,-13.562623 + 3484: -14.541416,-16.431675 + 3485: -15.520583,-16.567186 + 3486: -16.208084,-16.57761 + 3487: -15.93725,-16.379557 + 3488: -18.666416,-16.369133 + 3489: -19.135166,-15.764545 + 3490: -20.385166,-16.171078 + 3491: -21.166416,-15.358013 + 3492: -20.853916,-16.09811 + 3493: -22.666416,-16.296165 + 3494: -22.520584,-15.503948 + 3495: -23.31225,-15.410133 + 3496: -23.572666,-14.805547 + 3497: -24.416416,-14.461557 + 3498: -24.166416,-14.1905365 + 3499: -23.666416,-14.503253 + 3500: -18.07781,-13.113042 + 3501: -16.484058,-17.504652 + 3502: -16.723642,-17.71313 + 3503: -17.369476,-17.81737 + 3504: -17.400726,-17.71313 + 3505: -18.35906,-17.692282 + 3506: -18.817392,-17.806946 + 3507: -17.473642,-18.724249 + 3508: -18.286142,-18.599163 + 3509: -17.85906,-19.089087 + 3510: -18.004892,-19.443499 + 3511: -18.35906,-18.797216 + 3512: -18.286142,-20.016813 + 3513: -18.931976,-20.235716 + 3514: -19.161142,-19.589434 + 3515: -18.70281,-19.631128 + 3516: -18.92156,-20.423346 + 3517: -18.869476,-20.319107 + 3518: -15.692392,-20.360802 + 3519: -15.609059,-19.162052 + 3520: -15.963226,-18.77637 + 3521: -15.463226,-17.504652 + 3522: -15.734059,-17.640163 + 3523: -15.931976,-18.182205 + 3524: -21.032217,-18.223377 + 3525: -21.032217,-18.223377 + 3526: -21.032217,-18.223377 + 3527: -21.032217,-18.223377 + 3528: -21.219717,-17.795998 + 3529: -21.219717,-17.795998 + 3530: -20.813467,-17.743877 + 3531: -20.782217,-17.743877 + 3532: -20.511385,-18.369312 + 3533: -20.573885,-18.411009 + 3534: -38.405407,-21.420021 + 3535: -38.436657,-21.347055 + 3536: -39.165825,-20.502718 + 3537: -37.478325,-19.991947 + 3538: -37.374157,-21.138577 + 3539: -37.394993,-21.534685 + 3540: -37.644993,-19.113642 + 3541: -37.853325,-18.302649 + 3542: -38.144993,-18.584093 + 3543: -39.082493,-17.461628 + 3544: -39.728325,-17.513748 + 3545: -41.535004,-14.798114 + 3546: -42.97261,-16.407444 + 3547: -43.66011,-17.399508 + 3548: -42.06636,-20.026333 + 3549: -41.37886,-20.64969 + 3550: -41.31636,-22.47613 + 3551: -39.91011,-22.9869 + 3552: -39.01428,-21.965357 + 3553: -39.56636,-22.444857 + 3554: -39.712196,-22.569944 + 3555: -39.587196,-23.484282 + 3556: -39.805946,-23.942932 + 3557: -39.63928,-25.329311 + 3558: -39.88928,-26.12517 + 3559: -40.25386,-26.146017 + 3560: -39.82678,-26.10432 + 3561: -42.26428,-27.061916 + 3562: -41.91011,-27.562263 + 3563: -41.04553,-28.417025 + 3564: -39.91011,-28.06261 + 3565: -39.97261,-28.865252 + 3566: -39.587196,-29.31348 + 3567: -37.261368,-30.637316 + 3568: -37.2822,-30.387142 + 3569: -37.0322,-30.136969 + 3570: -36.792618,-29.720013 + 3571: -36.7197,-30.209936 + 3572: -44.861027,-40.354256 + 3573: -45.225613,-40.166626 + 3574: -45.017277,-40.06239 + 3575: -44.725613,-40.28129 + 3576: -45.006863,-40.531464 + 3577: -45.371445,-40.30214 + 3578: -26.471115,-28.592892 + 3579: -26.471115,-28.165512 + 3580: -26.471115,-27.738132 + 3581: -25.752365,-28.686707 + 3582: -24.533615,-27.686012 + 3583: -24.762781,-28.655436 + 3584: -23.342539,-26.966763 + 3585: -21.58212,-27.09185 + 3586: -20.42587,-27.09185 + 3587: -22.634205,-27.081427 + 3588: -21.477955,-25.830557 + 3589: -20.92587,-25.8931 + 3590: -20.33212,-25.851404 + 3591: -20.071705,-27.779827 + 3592: -20.08212,-28.728403 + 3593: -19.623789,-29.885456 + 3594: -17.621246,-27.300327 + 3595: -17.714935,-25.747166 + 3596: -17.537851,-25.173851 + 3597: -16.902435,-25.03834 + 3598: -16.517017,-26.028612 + 3599: -17.225351,-25.830557 + 3600: -18.808685,-27.51923 + 3601: -15.558685,-29.207903 + 3602: -15.594094,-30.518547 + 3603: -15.437844,-31.864351 + 3604: -15.323261,-32.48987 + 3605: -18.354511,-30.801195 + 3606: -18.344095,-31.9374 + 3607: -18.469095,-33.209118 + 3608: -18.458677,-37.206905 + 3609: -18.271177,-39.239567 + 3610: -17.562845,-38.49947 + 3611: -14.635761,-34.1527 + 3612: -14.698261,-33.53769 + 3613: -15.354511,-33.4543 + 3614: -14.937844,-40.11318 + 3615: -15.396177,-40.540558 + 3616: -17.076723,-42.352947 + 3617: -16.80589,-43.78102 + 3618: -17.316305,-43.989502 + 3619: -16.826721,-44.562817 + 3620: -18.982973,-43.7851 + 3621: -18.285055,-43.71213 + 3622: -19.49339,-43.722553 + 3623: -21.86839,-43.993576 + 3624: -20.420473,-44.629433 + 3625: -21.410055,-44.149933 + 3626: -20.05589,-45.119358 + 3627: -20.076723,-44.723248 + 3628: -20.02464,-45.880302 + 3629: -17.597555,-46.44319 + 3630: -18.99339,-46.401497 + 3631: -19.21214,-46.49531 + 3632: -20.58714,-46.43277 + 3633: -21.33714,-46.422344 + 3634: -21.68089,-45.327835 + 3635: -18.545473,-44.80664 + 3636: -17.660055,-45.015118 + 3637: -17.93089,-43.566196 + 3638: -17.27464,-43.73298 + 3639: -17.451723,-44.598164 + 3640: -16.420471,-45.296562 + 3641: -17.097555,-45.296562 + 3642: -15.680889,-46.34938 + 3643: -16.253805,-45.682247 + 3644: -17.389223,-46.026237 + 3645: -16.889221,-46.391075 + 3646: -16.357971,-46.96439 + 3647: -16.52464,-46.630825 + 3648: -15.097555,-48.21526 + 3649: -16.982973,-44.170784 + 3650: -14.847555,-45.71352 + 3651: -17.392271,-48.337677 + 3652: -17.506855,-47.608006 + 3653: -18.590363,-48.535732 + 3654: -19.788279,-48.619125 + 3655: -19.788279,-49.0882 + 3656: -19.079947,-48.650394 + 3657: -20.559113,-49.004807 + 3658: -18.819529,-49.32795 + 3659: -12.303752,-49.557274 + 3660: -15.959887,-51.34276 + 3661: -17.095303,-51.21767 + 3662: -17.91822,-51.32191 + 3663: -17.94947,-51.478268 + 3664: -17.616137,-51.759712 + 3665: -17.57447,-52.12455 + 3666: -18.13697,-50.68605 + 3667: -18.13697,-50.68605 + 3668: -16.66822,-50.592236 + 3669: -17.689053,-50.456726 + 3670: -18.397387,-51.978615 + 3671: -18.23072,-53.771526 + 3672: -18.51197,-53.86534 + 3673: -18.053637,-53.448387 + 3674: -16.064053,-53.354572 + 3675: -16.157803,-53.93831 + 3676: -15.709887,-54.376114 + 3677: -15.814054,-54.323994 + 3678: -16.60572,-54.2823 + 3679: -17.334887,-54.23018 + 3680: -18.116137,-54.2823 + 3681: -18.407803,-54.38654 + 3682: -20.632086,-56.07521 + 3683: -21.163336,-56.02309 + 3684: -21.288336,-55.75207 + 3685: -21.017502,-57.16972 + 3686: -23.039995,-56.022594 + 3687: -23.644161,-56.04344 + 3688: -24.09208,-54.438164 + 3689: -24.352495,-54.500706 + 3690: -24.164995,-54.53198 + 3691: -24.008745,-54.53198 + 3692: -23.664995,-56.51252 + 3693: -23.831661,-56.543793 + 3694: -24.37333,-56.637608 + 3695: -23.87333,-56.679302 + 3696: -23.321245,-56.606335 + 3697: -23.93583,-56.64803 + 3698: -23.196245,-56.80439 + 3699: -22.43583,-57.064987 + 3700: -23.175411,-57.398552 + 3701: -24.321245,-57.325584 + 3702: -25.414995,-56.57506 + 3703: -25.321245,-55.407585 + 3704: -25.31083,-54.30265 + 3705: -25.571245,-56.11641 + 3706: -25.571245,-55.36589 + 3707: -25.581661,-54.386044 + 3708: -24.65458,-53.489586 + 3709: -18.271683,-56.679302 + 3710: -16.712044,-56.80439 + 3711: -15.199931,-56.773117 + 3712: -17.407932,-56.554214 + 3713: -0.33694434,-48.525146 + 3714: 1.8401389,-46.64884 + 3715: 2.0797224,-46.753082 + 3716: 1.7984724,-47.274277 + 3717: -15.487695,-69.33516 + 3718: -16.095303,-64.441666 + 3719: -17.741135,-64.347855 + 3720: -19.032803,-62.773846 + 3721: -18.439053,-62.836388 + 3722: -19.345303,-63.04487 + 3723: -21.657803,-63.211647 + 3724: -20.001553,-63.211647 + 3725: -21.532803,-63.00317 + 3726: -20.345303,-63.076138 + 3727: -20.345303,-63.065716 + 3728: -24.386969,-62.7113 + 3729: -22.689053,-63.128258 + 3730: -23.501553,-62.09629 + 3731: -22.886969,-64.49379 + 3732: -23.189053,-63.576485 + 3733: -24.553635,-65.411095 + 3734: -23.428635,-64.931595 + 3735: -26.064053,-64.848206 + 3736: -24.189053,-64.95244 + 3737: -6.031041,-45.579304 + 3738: -6.062291,-45.370827 + 3739: -6.249791,-44.265892 + 3740: -6.062291,-44.16165 + 3741: -6.291458,-43.19223 + 3742: -6.8331246,-42.879513 + 3743: -7.312291,-42.90036 + 3744: -6.7393746,-42.514675 + 3745: -6.999791,-42.36874 + 3746: -7.4581246,-42.36874 + 3747: -8.156041,-42.400013 + 3748: -7.9893746,-42.431286 + 3749: -7.510208,-42.723152 + 3750: -7.7081246,-43.202652 + 3751: -8.572708,-42.556374 + 3752: -7.499791,-42.003906 + 3753: -6.218541,-42.17069 + 3754: -5.135208,-42.11857 + 3755: -5.374791,-41.597374 + 3756: -5.1768746,-42.09772 + 3757: -4.8331246,-42.504253 + 3758: -4.7081246,-42.81697 + 3759: -4.2393746,-42.723152 + 3760: -4.187291,-43.546642 + 3761: -4.281041,-43.27562 + 3762: -5.5831246,-44.547337 + 3763: -6.947708,-44.609882 + 3764: -8.041458,-45.266586 + 3765: -8.906041,-45.287434 + 3766: -8.551874,-45.162346 + 3767: -8.093541,-45.183197 + 3768: -7.791458,-43.411133 + 3769: -7.947708,-43.452827 + 3770: -8.468541,-43.744698 + 3771: -8.583124,-42.827393 + 3772: -9.447708,-41.962208 + 3773: -9.145624,-41.88924 + 3774: -9.041458,-42.076874 + 3775: -2.966607,-45.714813 + 3776: -3.3624406,-45.693966 + 3777: -2.6124406,-45.58973 + 3778: -2.0082738,-46.996956 + 3779: -3.1749406,-47.236706 + 3780: -6.654107,-48.591812 + 3781: -5.9249406,-48.039345 + 3782: 19.096249,-45.631756 + 3783: 18.679583,-45.548363 + 3784: 10.908749,-48.227306 + 3785: 11.825415,-47.737385 + 3786: 13.492082,-47.12237 + 3787: 14.314999,-46.726265 + 3788: 12.939999,-46.029778 + 3789: 13.283749,-46.123592 + 3790: 9.120338,-46.915215 + 3791: 8.828671,-46.83182 + 3792: 9.380754,-47.17581 + 3793: 11.829466,-46.029182 + 3794: 11.197339,-45.601803 + 3795: 8.197339,-45.549683 + 3796: 9.853589,-45.43502 + 3797: 9.426506,-45.455868 + 3798: 7.051506,-45.476715 + 3799: 5.5202556,-45.46629 + 3800: 4.436922,-45.43502 + 3801: 1.4369221,-45.46629 + 3802: 2.724832,-45.3829 + 3803: 0.32260394,-45.3829 + 3804: -1.6379106,-45.3829 + 3805: 0.6626792,-45.51841 + 3806: 3.109992,-45.507988 + 3807: 5.622739,-45.476715 + 3808: 12.708013,-42.199886 + 3809: 12.583013,-42.92956 + 3810: 12.489263,-43.20058 + 3811: 15.426096,-44.441025 + 3812: 14.530262,-44.732895 + 3813: 14.488595,-44.74332 + 3814: 15.155262,-43.951103 + 3815: 15.592762,-43.221428 + 3816: 15.155262,-43.30482 + 3817: 14.728179,-43.231853 + 3818: 17.061512,-42.5543 + 3819: 18.040678,-41.053257 + 3820: 17.436512,-42.92956 + 3821: 17.217762,-43.607117 + 3822: 18.978178,-43.294395 + 3823: 19.103178,-44.482723 + 3824: 20.63443,-43.388214 + 3825: 21.32193,-43.27355 + 3826: 21.426096,-43.263126 + 3827: 20.624012,-43.336094 + 3828: 21.38443,-42.595997 + 3829: 20.436512,-42.731506 + 3830: 20.749012,-41.480637 + 3831: 18.915678,-41.293007 + 3832: 22.550077,-42.314552 + 3833: 22.862577,-43.450756 + 3834: 22.695911,-43.0338 + 3835: 25.783611,-43.294395 + 3836: 24.398195,-42.82532 + 3837: 23.648195,-42.804474 + 3838: 23.898195,-37.343258 + 3839: 22.502361,-39.74474 + 3840: 25.07006,-40.599503 + 3841: 26.424229,-37.566143 + 3842: 26.517979,-38.212425 + 3843: 26.63256,-38.452175 + 3844: 26.997145,-38.629383 + 3845: 26.778395,-42.14434 + 3846: 26.767979,-42.457058 + 3847: 21.41381,-46.468403 + 4275: 11.402288,6.4756856 + 4276: 10.589788,6.5382285 + 4277: 9.520358,6.3505983 + 4278: 8.739108,6.725859 + 4279: 8.499525,7.465957 + 4280: 8.218275,7.601468 + 4281: 7.676608,7.903761 + 4282: 7.562025,8.67513 + 4283: 7.645358,8.268598 + 4284: 7.655775,8.008 + 4285: 7.989108,8.101815 + 4286: 7.645358,9.63413 + 4287: 7.634941,10.384651 + 4288: 7.853691,10.989237 + 4289: 8.812025,10.832878 + 4290: 9.124525,10.54101 + 4291: 9.395358,10.457619 + 4292: 9.718275,10.895422 + 4293: 10.228691,11.3540745 + 4294: 10.259941,11.166444 + 4295: 10.395358,10.322107 + 4296: 10.426608,9.425652 + 4297: 10.364108,10.634825 + 4298: 10.437025,9.15463 + 4299: 10.499525,8.24775 + 4300: 10.447441,7.7057066 + 4301: 10.041191,7.6118917 + 4302: 8.957858,6.548652 + 4303: 8.812025,6.402718 + 4304: 5.0054917,6.5173807 + 4305: 3.8700752,7.809946 + 4306: 3.7971582,7.8307934 + 4307: 3.6929917,9.133781 + 4308: 4.088825,9.936422 + 4309: 4.3909082,10.092781 + 4310: 5.1096582,10.238716 + 4311: 6.1409082,10.864151 + 4312: 5.3909082,9.967694 + 4313: 5.620075,9.456923 + 4314: 5.4117417,9.759216 + 4315: 5.6721582,9.10251 + 4316: 5.8596582,7.664011 + 4317: 5.4429917,7.4346843 + 4318: 4.838825,7.5076523 + 4319: 4.7659082,7.4868045 + 4320: 4.213825,10.520162 + 4321: 3.8804917,11.385346 + 4322: 6.9117417,6.2186556 + 4323: 4.878407,6.4792533 + 4324: 9.263338,4.9677873 + 4325: 8.690422,4.8739715 + 4326: 7.784172,4.7905803 + 4327: 9.784172,5.1137214 + 4328: 5.263338,4.821852 + 4329: 3.575838,4.8739715 + 4330: 1.9316282,6.406286 + 4331: 0.54611313,6.510525 + 4332: 1.4419465,4.9990587 + 4333: 0.9315299,4.707189 + 4334: -0.32888687,6.8962092 + 4335: -0.18305361,7.688427 + 4336: -0.25597012,8.094959 + 4337: -0.44347024,10.033806 + 4338: -0.3705536,11.305522 + 4339: -0.3705536,10.826022 + 4340: -0.42263687,9.408372 + 4341: 1.046113,10.8155985 + 4342: 1.0981965,10.377795 + 4343: 1.077363,9.523034 + 4344: 1.4419465,8.720393 + 4345: 1.9211135,7.9177523 + 4346: 2.5461135,10.999148 + 4347: 2.5044465,11.332714 + 4348: 1.52528,6.327726 + 4349: 0.51486313,6.4218116 + 4350: -1.112468,6.4739313 + 4351: -3.4852452,4.524661 + 4352: -2.2880368,4.7748346 + 4353: -3.74637,5.129247 + 4354: -4.5797033,5.2334867 + 4355: -4.0588703,6.3279967 + 4356: -2.6942868,6.4009643 + 4357: -2.71512,6.505203 + 4358: -3.4130368,7.4642024 + 4359: -3.8297033,7.7352247 + 4360: -3.9442868,8.496169 + 4361: -1.7984533,9.444745 + 4362: -1.8192868,8.433626 + 4363: -2.5380368,7.9749746 + 4364: -4.1213703,10.601799 + 4365: -3.93387,10.341201 + 4366: -3.80887,9.955517 + 4367: -4.2047033,9.642799 + 4368: -4.3713703,8.81931 + 4369: -2.4130368,10.560103 + 4370: -2.40262,10.393321 + 4371: -6.5215335,10.768581 + 4372: -7.3757,10.904092 + 4373: -7.65695,10.518408 + 4374: -8.28195,11.248081 + 4375: -8.28195,11.279353 + 4376: -7.90695,9.330082 + 4377: -7.792367,8.704648 + 4378: -7.948617,7.7664957 + 4379: -6.4382,8.933973 + 4380: -6.0840335,8.287692 + 4381: -5.979867,7.2765718 + 4382: -6.542367,6.140819 + 4383: -6.9590335,6.4222646 + 4384: -7.167367,6.4326887 + 4385: -2.4382,5.0775805 + 4386: -6.3965335,5.296483 + 4387: -7.96945,5.2443633 + 4388: -8.925854,6.2242103 + 4389: -9.613354,6.3492975 + 4390: -11.821688,6.6724386 + 4391: -11.696688,7.412535 + 4392: -11.967521,7.9441557 + 4393: -12.332105,8.6321335 + 4394: -12.321688,9.987241 + 4395: -10.259188,10.508437 + 4396: -10.196688,10.19572 + 4397: -9.644604,8.767644 + 4398: -10.352938,7.0060034 + 4399: -11.165438,6.4535365 + 4400: -11.2312155,4.8348413 + 4401: -12.428063,6.116537 + 4402: -12.855146,6.3667107 + 4403: -14.136397,6.2937436 + 4404: -14.230147,6.2833195 + 4405: -15.261397,5.8455157 + 4406: -15.386397,5.1679616 + 4407: -16.721941,4.6363425 + 4408: -17.169857,4.6050706 + 4409: -17.930275,6.2103524 + 4410: -18.253191,5.80382 + 4411: -19.024025,5.0845704 + 4412: -21.399025,6.3041673 + 4413: -21.399025,6.335439 + 4414: -21.659441,4.6676145 + 4415: -22.499508,4.6363425 + 4416: -15.358844,3.124876 + 4417: -15.483844,2.5202897 + 4418: -15.588011,1.7384965 + 4419: -16.46301,3.3125064 + 4420: -17.27551,3.3646257 + 4421: -18.140095,3.4167454 + 4422: -19.43176,3.354202 + 4423: -21.55676,3.5626802 + 4424: -21.515095,2.7600396 + 4425: -21.452595,2.3013875 + 4426: -21.46301,1.4570515 + 4427: -19.129677,2.0095181 + 4428: -18.848427,3.0831807 + 4429: -19.192177,2.5202897 + 4430: -17.58801,0.6362703 + 4431: -18.24426,0.5945742 + 4432: -18.973427,0.56330276 + 4433: -19.39567,-0.7292617 + 4434: -19.374836,-1.6465654 + 4435: -21.447754,-1.6048696 + 4436: -22.39567,-1.5319026 + 4437: -22.979004,-1.5110548 + 4438: -23.52067,-1.4693587 + 4439: -23.624836,-2.0947936 + 4440: -21.249836,-3.243048 + 4441: -21.135254,-3.503646 + 4442: -21.166504,-3.7850912 + 4443: -20.635254,-4.5877323 + 4444: -19.249836,-4.2750154 + 4445: -18.08317,-4.003993 + 4446: -17.67692,-3.6391566 + 4447: -17.70817,-4.327134 + 4448: -17.61442,-7.3987694 + 4449: -17.61442,-7.8469977 + 4450: -17.604004,-8.6704855 + 4451: -22.197754,-8.347345 + 4452: -22.697754,-8.274378 + 4453: -20.58317,-9.34804 + 4454: -19.156086,-9.681604 + 4455: -21.124836,-5.4182277 + 4456: -20.83317,-5.918575 + 4457: -19.812336,-5.8039117 + 4458: -23.48942,-6.9818134 + 4459: -23.541504,-7.794878 + 4460: -16.197754,-6.3772264 + 4461: -16.312336,-5.689249 + 4462: -16.39567,-5.470347 + 4463: -16.312336,-6.2834115 + 4464: -15.822753,-7.5655518 + 4465: -15.416503,-7.4925847 + 4466: -15.416503,-7.1694436 + 4467: -15.562336,-6.210444 + 4468: -15.416503,-6.4189224 + 4469: -15.086761,-7.7010627 + 4470: -15.1075945,-8.232681 + 4471: -15.3263445,-9.05617 + 4472: -15.3471775,-9.462703 + 4473: -14.5763445,-9.400159 + 4474: -13.836761,-9.431431 + 4475: -13.993011,-9.473126 + 4476: -13.7950945,-7.7427583 + 4477: -13.5971775,-8.983203 + 4478: -12.762786,-5.4922395 + 4479: -13.075286,-4.1158714 + 4480: -13.960703,-2.281264 + 4481: -14.398203,-5.4620605 + 4482: -13.419036,-0.7921502 + 4483: -13.512786,0.7297399 + 4484: -14.773203,3.1376626 + 4485: -15.346119,2.168239 + 4486: -12.996614,-8.347444 + 4487: -12.4445305,-9.546192 + 4488: -10.298697,-7.993031 + 4489: -10.798697,-9.400258 + 4490: -12.204947,-10.588582 + 4491: -13.496614,-10.2279625 + 4492: -13.361197,-11.708158 + 4493: -13.3507805,-12.521222 + 4494: -13.048697,-12.072994 + 4495: -12.9445305,-11.812396 + 4496: -12.642447,-11.332896 + 4497: -11.871614,-12.739994 + 4498: -11.840364,-13.867453 + 4499: -11.642447,-14.784757 + 4500: -11.746614,-15.243408 + 4501: -10.465364,-13.794485 + 4502: -10.4445305,-14.263561 + 4503: -10.486197,-16.306648 + 4504: -11.027864,-16.588093 + 4505: -11.184114,-16.640213 + 4506: -12.548697,-16.504702 + 4507: -12.777864,-16.71318 + 4508: -13.277864,-17.536669 + 4509: -13.621614,-17.640907 + 4510: -13.892447,-17.828537 + 4511: -14.152864,-19.415579 + 4512: -14.1007805,-19.582361 + 4513: -13.9132805,-21.02086 + 4514: -13.329947,-21.802652 + 4515: -13.434114,-21.36485 + 4516: -13.309114,-21.406544 + 4517: -12.746614,-21.646294 + 4518: -12.798697,-22.59487 + 4519: -13.402864,-22.67826 + 4520: -11.033129,-17.598673 + 4521: -10.647712,-16.04551 + 4522: -10.366462,-17.452738 + 4523: -9.710212,-18.057323 + 4524: -8.595629,-18.422161 + 4525: -8.533129,-19.235226 + 4526: -8.481045,-20.465246 + 4527: -8.637295,-18.599367 + 4528: -8.814379,-20.183802 + 4529: -8.876879,-20.569485 + 4530: -8.876879,-22.821049 + 4531: -10.178962,-23.978104 + 4532: -13.970182,-24.17066 + 4533: -14.803516,-24.222778 + 4534: -14.053516,-24.452105 + 4535: -15.261849,-24.618887 + 4536: -16.366016,-24.4938 + 4537: -17.334766,-24.577192 + 4538: -17.9181,-24.68143 + 4539: -18.272266,-22.263084 + 4540: -18.209766,-21.63765 + 4541: -17.772266,-21.72104 + 4542: -16.886848,-22.11715 + 4543: -16.647266,-21.992064 + 4544: -15.741016,-21.63765 + 4545: -15.584766,-21.950367 + 4546: -15.230599,-23.096996 + 4547: -15.616016,-23.357594 + 4548: -16.376434,-23.34717 + 4549: -17.13685,-23.305475 + 4550: -17.053516,-22.88852 + 4551: -16.949348,-23.857943 + 4552: -16.9806,-24.076845 + 4553: -17.13685,-23.034452 + 4554: -18.2931,-23.305475 + 4555: -18.803516,-22.429867 + 4556: -18.834766,-22.3569 + 4557: -18.532682,-22.638346 + 4558: -13.405196,-24.167933 + 4559: -11.979393,-24.366003 + 4560: -11.099189,-24.67872 + 4561: -10.620022,-24.574482 + 4562: -9.985959,-24.334732 + 4563: -9.722779,-24.564058 + 4564: -8.899862,-23.750994 + 4565: -8.837362,-23.68845 + 4566: -8.649862,-24.97059 + 4567: -6.8572335,-21.676636 + 4568: -5.450983,-21.572397 + 4569: -4.7843165,-22.354189 + 4570: -4.3468165,-24.43897 + 4571: -3.8468165,-24.459818 + 4572: -3.2634833,-24.855927 + 4573: -5.80515,-25.606447 + 4574: -6.7739,-25.460514 + 4575: -6.5134835,-24.689144 + 4576: -5.5759835,-25.689838 + 4577: -5.24265,-27.420208 + 4578: -5.3468165,-27.680805 + 4579: -4.5343165,-28.420902 + 4580: -3.74265,-27.910131 + 4581: -4.7530665,-27.972675 + 4582: -4.0116425,-27.764196 + 4583: -2.584559,-27.910131 + 4584: -2.553309,-27.55572 + 4585: -1.8866422,-28.59811 + 4586: -1.1470587,-27.336817 + 4587: -1.3345587,-27.82674 + 4588: 0.19669127,-27.82674 + 4589: -0.8866422,-28.139458 + 4590: 0.45710778,-28.462599 + 4591: 0.62377477,-27.712078 + 4592: 1.8425248,-27.889284 + 4593: 1.6758578,-27.607838 + 4594: 2.1237748,-27.420208 + 4595: 3.3946075,-27.451479 + 4596: 4.1758575,-27.816317 + 4597: -3.615809,-27.232578 + 4598: -3.0741422,-27.576567 + 4599: -3.9074755,-26.78435 + 4600: -3.1574755,-26.690535 + 4601: -2.3241422,-27.378511 + 4602: -2.5949755,-27.097067 + 4603: 2.415647,-25.291382 + 4604: 2.2447362,-24.613829 + 4605: 4.713486,-24.801458 + 4606: 4.6718197,-26.13572 + 4607: 4.723903,-27.251078 + 4608: 5.307236,-26.88624 + 4609: 2.657512,-23.96644 + 4610: 2.7929285,-22.090137 + 4611: 6.7825117,-24.49806 + 4612: 7.8970947,-24.508484 + 4613: 8.407513,-24.602299 + 4614: 8.595013,-25.634266 + 4615: 8.553345,-25.550875 + 4616: 8.584595,-26.853863 + 4617: 8.522095,-27.270819 + 4618: 8.240845,-27.510569 + 4619: 6.9179287,-27.416754 + 4620: 6.6366787,-27.145733 + 4621: 6.4179287,-26.15546 + 4622: 6.928345,-25.64469 + 4623: 7.6054287,-25.519602 + 4624: 6.4700117,-27.051916 + 4625: 8.272095,-27.322939 + 4626: 9.647095,-25.550875 + 4627: 9.667929,-26.84344 + 4628: 9.605429,-27.437601 + 4629: 10.595013,-27.35421 + 4630: 11.407513,-26.280548 + 4631: 11.105429,-25.425787 + 4632: 10.813763,-25.540451 + 4633: 11.345013,-26.509874 + 4634: 10.126263,-24.779505 + 4635: 10.313763,-24.247887 + 4636: 10.220013,-24.435516 + 4637: 9.511679,-25.35282 + 4638: 11.345013,-23.155613 + 4639: 11.199179,-20.549637 + 4640: 11.199179,-20.549637 + 4641: 10.209595,-22.74908 + 4642: 10.699179,-20.98744 + 4643: 10.626263,-21.602451 + 4644: 11.447968,-19.518326 + 4645: 11.5938,-19.705956 + 4646: 11.510468,-19.15349 + 4647: 11.2188,-18.058979 + 4648: 10.770884,-17.61075 + 4649: 9.6563,-17.57948 + 4650: 10.197968,-17.600327 + 4651: 10.489634,-17.537785 + 4652: 8.958384,-17.61075 + 4653: 10.395884,-17.8505 + 4654: 10.12505,-18.91374 + 4655: 9.833384,-18.632294 + 4656: 10.0313,-20.248 + 4657: 8.729218,-21.415478 + 4658: 7.550585,-22.448793 + 4659: 5.779751,-23.366096 + 4660: 5.7693343,-23.18889 + 4661: 4.4255843,-23.939413 + 4662: 6.633918,-20.46825 + 4663: 6.540168,-20.051294 + 4664: 6.404751,-19.029753 + 4665: 6.529751,-19.696882 + 4666: 6.998501,-20.426556 + 4667: 6.873501,-18.915089 + 4668: 7.529751,-18.664915 + 4669: 7.946418,-18.664915 + 4670: 7.0247555,-22.94914 + 4671: -2.3832495,-25.581217 + 4672: -2.2165828,-25.549946 + 4673: 0.6480005,-25.612488 + 4674: -4.5707498,-21.574991 + 4675: -4.5499163,-21.616686 + 4676: -7.4378757,-19.042313 + 4677: -7.427459,-19.688597 + 4678: -7.2503757,-20.512083 + 4679: -5.2191257,-20.491236 + 4680: -4.708709,-19.13613 + 4681: -4.2191257,-18.740019 + 4682: -3.5212088,-19.959618 + 4683: -3.2816255,-20.574629 + 4684: 1.926708,-19.970041 + 4685: 1.7183747,-19.500965 + 4686: 1.739208,-18.698324 + 4687: 2.2600412,-18.573236 + 4688: 2.551708,-20.251486 + 4689: 5.895458,-19.85538 + 4690: 5.3121247,-19.938768 + 4691: 5.697541,-18.55239 + 4692: 5.228791,-19.532238 + 4693: 4.885041,-18.375183 + 4694: 3.3433747,-18.343912 + 4695: 0.6894276,-20.766886 + 4696: 0.1477611,-21.538256 + 4697: -0.39390564,-21.63207 + 4698: -1.4355724,-21.652918 + 4699: -2.1230724,-21.25681 + 4700: -1.9564056,-17.615541 + 4701: -2.2897391,-16.543232 + 4702: -2.6126556,-15.6676235 + 4703: -2.6751556,-14.896255 + 4704: -3.7584891,-14.364635 + 4705: -1.6439056,-16.90807 + 4706: -0.23765564,-16.730864 + 4707: 0.5331776,-15.438298 + 4708: 1.4290111,-14.927526 + 4709: 2.0956776,-16.095005 + 4710: 4.1790113,-16.793406 + 4711: 3.1581774,-16.522385 + 4712: 5.951776,-13.826206 + 4713: 5.014383,-13.971849 + 4714: 7.8997993,-16.181717 + 4715: 7.2435493,-16.338076 + 4716: 6.139383,-16.327652 + 4717: -3.3606172,-15.994087 + 4718: -6.0689507,-16.317228 + 4719: -7.433534,-16.16087 + 4720: -8.204368,-13.565317 + 4721: -6.933534,-13.67998 + 4722: -6.4856176,-13.825914 + 4723: -3.371034,-11.567333 + 4724: -3.714784,-12.057257 + 4725: -4.4022837,-12.442942 + 4726: -5.7877007,-12.234464 + 4727: -6.1939507,-11.859202 + 4728: -8.964785,-12.067681 + 4729: -8.985618,-10.379008 + 4730: -7.1106176,-10.201802 + 4731: -6.1002007,-10.2539215 + 4732: -5.2356176,-10.22265 + 4733: -4.110617,-10.27477 + 4734: -2.1627004,-9.586791 + 4735: -2.3189504,-9.972476 + 4736: 0.72271633,-11.31716 + 4737: 0.5560496,-12.234464 + 4738: 1.3685496,-12.203192 + 4739: 2.7122996,-9.962052 + 4740: 2.1289663,-10.545791 + 4741: 3.5872993,-10.139258 + 4742: 4.826883,-10.420704 + 4743: 7.2331333,-9.972476 + 4744: 7.0664663,-10.59791 + 4745: 6.483133,-11.400551 + 4746: 5.0352163,-12.213615 + 4747: 0.4027593,-9.454935 + 4748: 0.31942606,-8.475088 + 4749: 0.42359257,-8.162371 + 4750: 0.17359257,-8.058132 + 4751: -0.06599069,-8.673142 + 4752: -0.5972407,-8.02686 + 4753: -0.61807406,-7.2137957 + 4754: -0.7222407,-7.234643 + 4755: -0.5034907,-8.151947 + 4756: -0.6909907,-9.131794 + 4757: -1.180574,-8.037284 + 4758: -1.7014074,-7.234643 + 4759: -1.836824,-8.224915 + 4760: -2.0764074,-8.412544 + 4761: -2.2534907,-8.527207 + 4762: -2.9305742,-8.110251 + 4763: -4.565991,-7.0261655 + 4764: -3.753491,-7.7871103 + 4765: -2.815991,-8.568903 + 4766: -3.0764074,-8.548056 + 4767: -4.2430744,-8.464664 + 4768: -5.5139074,-8.495935 + 4769: -7.9514074,-8.422968 + 4770: -9.53474,-8.360425 + 4771: -10.711824,-7.0991325 + 4772: -7.2326574,-6.7551436 + 4773: -6.4826574,-6.796839 + 4774: -5.8368244,-7.088709 + 4775: -9.94099,-5.8169923 + 4776: -10.878491,-5.858688 + 4777: -3.1180742,-5.8169923 + 4778: -2.836824,-5.6814814 + 4779: -2.2951574,-3.1901677 + 4780: -2.503491,-5.0351987 + 4781: -2.722241,-5.9003835 + 4782: -2.1284907,-4.816297 + 4783: -3.0243242,-6.2652197 + 4784: -1.1701574,-3.8156016 + 4785: -0.48265743,-4.472308 + 4786: -0.13890743,-5.0873184 + 4787: -0.67015743,-6.5246034 + 4788: 0.69442606,-3.3036616 + 4789: 0.82984257,-2.3550863 + 4790: 0.75692606,-1.6149893 + 4791: 0.64234257,-2.532293 + 4792: 0.47567606,-3.4600203 + 4793: 0.47567606,-1.8234675 + 4794: -2.9305742,-3.0702586 + 4795: -3.9826574,-3.7061172 + 4796: -5.5139074,-4.3732467 + 4797: -8.12849,-3.945867 + 4798: -9.430574,-2.8409324 + 4799: -10.357657,-0.026477993 + 4800: -9.670157,2.5482268 + 4801: -7.3993244,2.7462811 + 4802: -5.159741,2.214662 + 4803: -5.2118244,0.6927717 + 4804: -9.107657,-2.5803351 + 4805: 4.600676,2.099999 + 4806: 2.7017145,2.318901 + 4807: 6.0207367,-3.6852698 + 4808: 7.913209,-3.6748457 + 4809: 8.663209,-1.7776942 + 4810: 7.715293,2.5378032 + 4811: 8.027793,0.9012501 + 4812: 5.579876,-0.9333575 + 4813: 1.0382092,-2.24677 + 4814: 2.6632092,-2.4760962 + 4815: 2.8715425,0.33835906 + 4816: -0.6805408,1.3603072 + 4817: -0.9305408,3.1844904 + 4818: -1.0138743,1.7772632 + 4819: -0.8680408,2.7741992 + 4820: -1.2847075,0.18907064 + 4821: -1.2222075,2.117493 + 4822: -1.3159575,-1.405787 + 4823: -0.81595755,2.9955606 + 4824: -0.4305408,-0.29839373 + 4825: -0.2117908,-1.7264688 + 4826: 2.512568,-5.9905386 + 4827: 5.699847,-6.7100825 + 4828: 3.3665137,-7.085343 + 4829: 8.949847,-5.68854 + 4830: 6.7415137,-6.0638003 + 4831: 3.6790137,-6.188887 + 4832: 10.116514,-5.678116 + 4833: 7.481097,-7.0123763 + 4834: 6.793597,-7.950527 + 4835: 5.59568,-8.607233 + 4836: 8.823711,-8.159006 + 4837: 9.709127,-8.638505 + 4838: 10.115378,-9.712167 + 4839: 10.146628,-8.763592 + 4840: 10.011211,-9.795558 + 4841: 11.438294,-12.321923 + 4842: 11.438294,-11.8570175 + 4843: 11.354961,-13.285092 + 4844: 11.052878,-12.430332 + 4845: 11.261211,-12.826441 + 4846: 10.677878,-11.617268 + 4847: 9.049087,-13.25218 + 4848: 9.267837,-14.346691 + 4849: 10.111587,-15.295266 + 4850: 10.080337,-16.21257 + 4851: 9.955337,-16.55656 + 4852: 9.851171,-16.55656 + 4853: 9.590754,-16.806734 + 4854: 10.372004,-16.483593 + 4855: 12.885249,-16.652607 + 4856: 12.906083,-16.642183 + 4857: 14.228999,-16.673454 + 4858: 14.968583,-16.642183 + 4859: 15.301916,-16.66303 + 4860: 14.478999,-16.652607 + 4861: 13.656083,-16.673454 + 4862: 14.176916,-17.455248 + 4863: 14.947749,-17.413553 + 4864: 15.249832,-17.38228 + 4865: 15.520666,-16.412857 + 4866: 14.999833,-16.444128 + 4867: 14.739416,-16.496246 + 4868: 14.489416,-16.63176 + 4869: 14.624833,-15.75615 + 4870: 14.468583,-15.453856 + 4871: 14.249833,-15.214107 + 4872: 14.114416,-14.42189 + 4873: 13.708166,-14.828423 + 4874: 13.406083,-15.568521 + 4875: 15.833166,-14.613824 + 4876: 16.645666,-14.822302 + 4877: 16.624832,-15.312226 + 4878: 17.551916,-14.957812 + 4879: 17.468582,-14.290683 + 4880: 16.031082,-13.060662 + 4881: 18.563372,-12.5498905 + 4882: 18.532122,-13.289988 + 4883: 18.573788,-14.17602 + 4884: 18.636288,-14.947389 + 4885: 18.750872,-15.343497 + 4886: 18.802954,-15.374769 + 4887: 19.063372,-14.030086 + 4888: 19.042538,-12.7583685 + 4889: 19.167538,-13.686096 + 4890: 19.136288,-14.36365 + 4891: 19.167538,-15.218411 + 4892: 19.698788,-12.581162 + 4893: 19.698788,-13.258716 + 4894: 19.698788,-15.479009 + 4895: 19.834204,-13.738215 + 4896: 19.855038,-14.592977 + 4897: 19.875872,-15.145444 + 4898: 20.469622,-12.320564 + 4899: 20.532122,-13.435923 + 4900: 20.605038,-14.665943 + 4901: 20.605038,-15.593671 + 4902: 21.052954,-12.258021 + 4903: 21.000872,-12.914727 + 4904: 20.917538,-13.561009 + 4905: 20.834204,-14.030086 + 4906: 20.802954,-14.738911 + 4907: 21.573788,-12.112086 + 4908: 21.490454,-12.914727 + 4909: 21.542538,-13.446346 + 4910: 21.573788,-14.238563 + 4911: 21.552956,-15.0829 + 4912: 22.188372,-12.456075 + 4913: 21.980038,-13.977965 + 4914: 21.907122,-14.895269 + 4915: 21.917538,-15.687487 + 4916: 22.125872,-15.1871395 + 4917: 22.177956,-12.560314 + 4918: 22.480038,-13.759064 + 4919: 22.511288,-15.27053 + 4920: 22.500872,-14.749334 + 4921: 22.688372,-12.570738 + 4922: 22.750872,-13.175324 + 4923: 22.740456,-13.852879 + 4924: 22.698788,-14.530433 + 4925: 22.938372,-12.810488 + 4926: 22.980038,-12.78964 + 4927: 23.157122,-13.894574 + 4928: 23.250872,-15.239259 + 4929: 23.386288,-13.362955 + 4930: 23.448788,-13.018966 + 4931: 23.427956,-14.6034 + 4932: 23.677956,-12.320564 + 4933: 23.865456,-12.862607 + 4934: 23.917538,-13.237868 + 4935: 23.938372,-14.155171 + 4936: 24.334206,-12.747945 + 4937: 24.344622,-12.727097 + 4938: 24.469622,-13.21702 + 4939: 24.480038,-13.477618 + 4940: 24.427956,-13.133629 + 4941: 24.459206,-14.030086 + 4942: 24.427956,-14.217715 + 4943: 24.427956,-14.863997 + 4944: 24.438372,-15.145444 + 4945: 24.073788,-15.468584 + 4946: 24.313372,-14.811878 + 4947: 24.032122,-15.551976 + 4948: 24.115456,-15.260106 + 4949: 22.823788,-15.437312 + 4950: 24.469622,-14.686791 + 4951: 24.407122,-13.69652 + 4952: 24.167538,-12.7583685 + 4953: 23.313372,-12.60201 + 4954: 22.282122,-12.674977 + 4955: 20.115454,-12.664554 + 4956: 19.469622,-12.612433 + 4957: 18.615454,-12.685401 + 4958: 18.605038,-13.373379 + 4959: 18.625872,-14.978661 + 4960: 20.219622,-13.227445 + 4961: 22.823788,-14.280259 + 4962: 22.032122,-13.3525305 + 4963: 21.532122,-13.613129 + 4964: 22.615456,-14.405346 + 4965: 22.438372,-13.769487 + 4966: 28.211475,-9.339327 + 4967: 28.023975,-10.725707 + 4968: 13.905455,-22.38261 + 4969: 13.655455,-22.601513 + 4970: 12.905455,-22.778719 + 4971: 13.884621,-22.330492 + 4972: 13.395038,-23.195675 + 4973: 13.311705,-23.841957 + 4974: 13.207538,-24.227642 + 4975: 12.759621,-23.268642 + 4976: 12.561705,-22.413883 + 4977: 12.905455,-21.913534 + 4978: 12.759621,-21.507002 + 4979: 13.561705,-21.517427 + 4980: 14.072121,-21.66336 + 4981: 17.60337,-18.369408 + 4982: 17.770039,-18.286016 + 4983: 18.38462,-18.233896 + 4984: 18.801289,-18.286016 + 4985: 19.63462,-18.338135 + 4986: 20.16587,-18.317287 + 4987: 20.66587,-18.286016 + 4988: 21.270039,-18.317287 + 4989: 21.936705,-18.400679 + 4990: 22.467955,-18.48407 + 4991: 22.645039,-18.953146 + 4992: 22.75962,-19.745363 + 4993: 22.592955,-20.422916 + 4994: 21.551289,-20.527155 + 4995: 20.457539,-20.610546 + 4996: 19.155455,-20.631395 + 4997: 18.895039,-20.506308 + 4998: 18.217955,-20.506308 + 4999: 17.645039,-20.527155 + 5000: 16.967955,-20.297829 + 5001: 16.520039,-20.370796 + 5002: 16.38462,-18.619581 + 5003: 16.57212,-18.99484 + 5004: 17.530455,-18.53619 + 5005: 17.54087,-18.682123 + 5006: 17.57212,-19.92257 + 5007: 7.609065,-28.635141 + 5008: 7.140315,-28.843618 + 5009: 5.8590646,-28.614292 + 5010: 6.338231,-29.281424 + 5011: 6.6090646,-29.479477 + 5012: 6.786148,-29.69838 + 5013: 7.431981,-29.35439 + 5014: 7.161148,-29.740074 + 5015: 6.879898,-30.167454 + 5016: 6.786148,-29.521173 + 5017: 6.963231,-30.344662 + 5018: 7.317398,-30.334236 + 5019: 6.765315,-30.41763 + 5020: 7.421565,-29.521173 + 5021: 7.400731,-30.167454 + 5022: 7.629898,-31.6268 + 5023: 7.525731,-32.02291 + 5024: 7.494481,-32.366898 + 5025: 8.661148,-32.429443 + 5026: 8.369481,-33.68031 + 5027: 8.004898,-34.065994 + 5028: 7.494481,-34.2432 + 5029: 7.869481,-34.576767 + 5030: 8.661148,-34.99372 + 5031: 8.494481,-34.69143 + 5032: 8.556981,-35.202198 + 5033: 8.556981,-35.483646 + 5034: 6.963231,-35.60873 + 5035: 5.598648,-35.483646 + 5036: 5.254898,-35.316864 + 5037: 0.7045052,-33.356705 + 5038: -2.7225783,-33.3984 + 5039: -2.607995,-34.30528 + 5040: -2.5663283,-34.65969 + 5041: 0.017005205,-32.428978 + 5042: 4.5170054,-31.188532 + 5043: 4.558672,-31.574217 + 5044: 4.496172,-31.188532 + 5045: 4.3295054,-31.376162 + 5046: 1.914304,-36.517414 + 5047: 4.8413877,-39.185936 + 5048: -5.5526586,-33.512146 + 5049: -4.427658,-33.512146 + 5050: -10.260992,-25.436384 + 5051: -10.542242,-25.874187 + 5052: -10.583908,-26.447502 + 5053: -10.531825,-27.792187 + 5054: -8.656825,-25.175785 + 5055: -8.500575,-25.968002 + 5056: -7.5526586,-26.687252 + 5057: -6.7089086,-26.676828 + 5058: -6.531825,-27.250143 + 5059: -6.500575,-27.75049 + 5060: -7.354742,-28.438469 + 5061: -8.563075,-28.594828 + 5062: -8.573492,-28.990936 + 5063: -10.260992,-28.428045 + 5064: -10.240158,-29.334925 + 5065: -9.542242,-29.418316 + 5066: -10.573492,-30.690033 + 5067: -10.615158,-31.367586 + 5068: -10.406825,-33.44194 + 5069: -7.4901586,-32.50379 + 5070: -6.885992,-32.441246 + 5071: -6.4901586,-32.47252 + 5072: -6.510992,-31.40928 + 5073: -5.688075,-29.491283 + 5074: -4.906825,-30.158413 + 5075: -3.875575,-30.439857 + 5076: -3.219325,-30.888086 + 5077: -2.375575,-30.804695 + 5078: -0.6047416,-30.65876 + 5079: -0.78182507,-31.815815 + 5080: -4.802658,-33.452366 + 5081: -4.833908,-33.67127 + 5082: -4.896408,-34.338398 + 5083: -10.377932,-39.530373 + 5084: -13.648766,-40.29132 + 5085: -13.169599,-37.86255 + 5086: -13.044599,-37.49771 + 5087: -12.555016,-38.20654 + 5088: -12.763349,-38.467136 + 5089: -11.138349,-40.95845 + 5090: -10.971682,-41.125233 + 5091: -14.378411,-42.551945 + 5092: -12.378565,26.559622 + 5093: -15.274398,27.424805 + 5094: -15.420232,27.028696 + 5095: -15.482732,26.434534 + 5096: -15.451482,26.205208 + 5097: -15.399398,25.746557 + 5098: -14.784815,26.788948 + 5099: -14.784815,25.902916 + 5100: -15.368148,25.392143 + 5101: -15.472315,24.850101 + 5102: -15.461898,24.506111 + 5103: -15.420232,24.328905 + 5104: -15.295232,23.651352 + 5105: -14.743148,23.536688 + 5106: -15.253565,22.744473 + 5107: -15.420232,22.410908 + 5108: -15.336898,22.02522 + 5109: -15.284815,21.608265 + 5110: -14.347315,21.493603 + 5111: -14.263982,21.524874 + 5112: -13.816065,21.597841 + 5113: -13.659815,22.004374 + 5114: -13.284815,22.463026 + 5115: -12.763982,22.629808 + 5116: -12.003565,22.608961 + 5117: -12.868148,22.546417 + 5118: -11.857731,22.619385 + 5119: -10.920231,22.619385 + 5120: -9.576481,22.598537 + 5121: -8.180648,22.629808 + 5122: -6.5764813,22.723623 + 5123: -6.420231,23.401178 + 5124: -6.784815,23.369905 + 5125: -6.9827313,23.369905 + 5126: -7.1702313,23.317787 + 5127: -7.586898,23.22397 + 5128: -8.159815,23.203123 + 5129: -8.274398,23.255243 + 5130: -7.961898,23.453297 + 5131: -8.545231,23.349058 + 5132: -9.013981,23.317787 + 5133: -9.388981,23.338634 + 5134: -10.003565,23.317787 + 5135: -10.847315,23.6722 + 5136: -11.222315,23.640928 + 5137: -11.399398,23.859829 + 5138: -11.503565,24.016188 + 5139: -11.555648,24.016188 + 5140: -11.555648,25.777828 + 5141: -11.555648,25.600622 + 5142: -11.482731,25.517231 + 5143: -11.159815,25.485958 + 5144: -10.930648,25.350449 + 5145: -10.753565,25.287905 + 5146: -10.941065,25.402567 + 5147: -11.388981,25.392143 + 5148: -10.545231,25.131546 + 5149: -10.066065,25.246208 + 5150: -11.003565,26.330296 + 5151: -10.722315,26.39284 + 5152: -9.951481,26.42411 + 5153: -9.357731,26.413687 + 5154: -8.347315,26.444958 + 5155: -7.441065,26.39284 + 5156: -6.961898,26.39284 + 5157: -6.6077313,26.017578 + 5158: -6.680648,25.506807 + 5159: -7.378565,25.319176 + 5160: -7.6077313,25.308752 + 5161: -6.691065,25.350449 + 5162: -7.649398,25.287905 + 5163: -8.263981,25.298328 + 5164: -8.993148,25.246208 + 5165: -7.2014813,25.319176 + 5166: -6.8264813,24.985611 + 5167: -6.711898,24.599926 + 5168: -6.847315,25.412992 + 5169: -6.597315,24.44357 + 5170: -6.586898,24.266361 + 5171: -6.930648,25.235785 + 5172: -7.524398,23.797287 + 5173: -8.086898,23.442873 + 5174: -7.878565,24.04746 + 5175: -8.732731,23.578384 + 5176: -9.013981,23.70347 + 5177: -9.711898,23.48457 + 5178: -10.638981,23.43245 + 5179: -11.243148,23.474146 + 5180: -11.909815,23.713896 + 5181: -12.482732,23.32821 + 5182: -13.034815,23.22397 + 5183: -11.482731,25.392143 + 5184: -11.930648,25.590199 + 5185: -12.576482,25.902916 + 5186: -13.024398,26.674284 + 5187: -14.347315,26.757675 + 5188: -15.118148,26.705555 + 5189: -13.201482,26.58047 + 5190: -11.868148,25.955034 + 5191: -10.211898,25.423416 + 5192: -10.836898,25.214937 + 5193: -10.899398,25.089851 + 5194: -10.993148,24.912643 + 5195: -10.951481,24.44357 + 5196: -11.086898,24.370602 + 5197: -11.066065,24.704166 + 5198: -11.086898,25.037731 + 5199: -10.222315,25.392143 + 5200: -9.795231,25.204514 + 5201: -8.128565,25.183666 + 5202: -8.159815,24.850101 + 5203: -8.409815,24.745861 + 5204: -8.597315,24.589502 + 5205: -8.784815,23.776438 + 5206: -8.993148,23.661776 + 5207: -9.378565,23.693047 + 5208: -7.211898,23.526264 + 5209: -6.5139813,23.494993 + 5210: -6.076481,23.390755 + 5211: -8.066065,22.640232 + 5212: -11.513981,22.546417 + 5213: -12.045231,22.442179 + 5214: -13.024398,22.483873 + 5215: -13.263982,22.515146 + 5216: -13.743148,22.47345 + 5217: -14.680648,22.7132 + 5218: -15.086898,24.777134 + 5219: -14.472315,24.558231 + 5220: -13.816065,24.433144 + 5221: -13.232732,24.245514 + 5222: -13.691065,24.308058 + 5223: -13.076482,23.505417 + 5224: -14.576482,25.590199 + 5225: -14.097315,25.350449 + 5226: -14.513982,24.912643 + 5227: -13.888982,25.037731 + 5228: -13.232732,25.43384 + 5229: -12.941065,25.663166 + 5230: -12.430648,26.028002 + 5231: -12.982732,26.34072 + 5232: -13.774398,26.486654 + 5233: -14.305648,26.486654 + 5234: -13.378565,26.351143 + 5235: -13.128565,26.246904 + 5236: -16.525745,25.287554 + 5237: -16.29658,24.881021 + 5238: -16.244495,24.464066 + 5239: -20.213245,25.225012 + 5240: -20.32783,25.204163 + 5241: -20.650745,24.745512 + 5242: -20.973663,25.00611 + 5243: -25.746536,32.010975 + 5244: -25.621536,30.999855 + 5245: -25.569452,30.259758 + 5246: -23.736118,31.31257 + 5247: -23.673618,31.187487 + 5248: -23.600702,30.85392 + 5249: -23.663202,30.697561 + 5250: -22.631952,31.104094 + 5251: -22.465284,31.479353 + 5252: -22.173618,31.604443 + 5253: -21.486118,31.739956 + 5254: -21.163202,31.489779 + 5255: -22.319452,28.569145 + 5256: -22.423618,27.839472 + 5257: -22.350702,27.46421 + 5258: -13.657991,18.483728 + 5259: -13.689241,18.515 + 5260: -13.470491,16.795055 + 5261: -28.454632,9.573061 + 5262: -28.465048,9.270767 + 5263: -28.444214,8.832964 + 5264: -28.423382,8.447279 + 5265: -26.319214,7.967779 + 5266: -28.683798,5.2248855 + 5267: -28.548382,5.3187013 + 5268: -28.423382,5.412516 + 5269: -28.277548,5.5792985 + 5270: -32.85901,1.5104187 + 5271: -33.390263,1.4582989 + 5272: -34.244427,1.4895706 + 5273: -34.108734,-9.329694 + 5274: -34.087902,-9.360966 + 5275: -33.879566,-9.496476 + 5276: -33.598316,-9.600716 + 5277: -33.025402,-9.600716 + 5278: -32.44207,-9.621563 + 5279: -33.462902,-9.684107 + 5280: -34.171234,-9.652835 + 5281: -34.192066,-10.424204 + 5282: -33.775402,-10.445052 + 5283: -34.150402,-10.507595 + 5284: -34.327484,-10.716074 + 5285: -34.473316,-10.830736 + 5286: -30.470964,-12.478898 + 5287: -31.533464,-11.321844 + 5288: -31.741796,-11.405235 + 5289: -31.866796,-11.36354 + 5290: -35.23138,-14.54283 + 5291: -35.08555,-14.720037 + 5671: -155.46988,6.5059276 + 5672: -148.48228,5.455482 + 5673: -151.47139,3.4853632 + 5674: -151.66931,4.4860587 + 5675: -155.49751,12.502151 + 5676: -155.49751,12.502151 + 5677: -155.43501,19.423506 + 5678: -156.67459,20.47632 + 5679: -156.67459,20.47632 + 5680: -148.43477,22.421597 + 5681: -148.41394,22.421597 + 5682: -146.5487,22.511337 + 5683: -146.5487,22.511337 + 5981: -110.55232,-13.524835 + 5982: -110.55232,-13.524835 + 5983: -110.54191,-14.5359535 + 5984: -111.42732,-14.525529 + 5985: -111.42732,-14.525529 + 5986: -109.52107,-14.869518 + 5987: -109.54191,-14.775702 + 5988: -109.55232,-14.588073 + 5989: -109.55232,-14.515105 + 5990: -109.53149,-14.577649 + 5991: -109.43774,-14.7444315 + 5992: -109.41691,-14.723583 + 5993: -109.12524,-14.619345 + 5994: -108.88566,-14.588073 + 5995: -108.65649,-14.588073 + 5996: -108.93774,-14.60892 + 5997: -109.42732,-14.629768 + 6015: -110.53544,-16.752598 + 6016: -110.431274,-18.566359 + 6017: -107.54585,-15.543425 + 6018: -107.54585,-15.543425 + 6019: -107.54585,-15.543425 + 6020: -108.400024,-15.543425 + 6021: -110.73335,-15.605968 + 6022: -111.338196,-15.647664 + 6023: -111.31736,-16.054195 + 6024: -111.28611,-16.241825 + 6025: -110.525696,-16.73175 + 6026: -111.463196,-19.671293 + 6027: -111.400696,-19.535782 + 6028: -111.463196,-19.191793 + 6040: -87.53721,45.493317 + 6041: -87.49554,45.284836 + 6042: -87.51637,44.35711 + 6043: -87.51637,44.30499 + 6044: -87.54762,43.94015 + 6045: -87.56846,43.377262 + 6046: -87.31846,47.505127 + 6047: -86.84971,47.5364 + 6048: -86.55804,47.505127 + 6049: -86.31846,46.62952 + 6050: -85.67262,46.49401 + 6051: -85.67262,46.49401 + 6052: -86.23512,46.51486 + 6053: -86.64137,46.462738 + 6054: -85.50596,46.452312 + 6055: -85.43304,45.920692 + 6056: -85.36012,45.51416 + 6057: -85.29762,45.07636 + 6058: -85.20387,44.159054 + 6059: -85.14137,43.669132 + 6060: -85.24554,43.2209 + 6061: -85.28721,42.845642 + 6062: -85.39137,41.505142 + 6063: -85.42262,41.536415 + 6064: -85.61012,41.484295 + 6065: -85.06846,41.453026 + 6066: -84.79762,41.505142 + 6067: -80.38096,38.61772 + 6068: -80.43304,38.51348 + 6069: -80.48512,38.388397 + 6070: -80.54762,37.856777 + 6071: -80.52679,37.637875 + 6072: -80.48512,37.313675 + 6073: -80.32887,37.303253 + 6074: -79.96429,37.03223 + 6075: -79.61012,36.875874 + 6076: -79.53721,36.65697 + 6077: -79.50596,36.54231 + 6078: -79.79762,36.271286 + 6079: -80.09971,35.93772 + 6080: -80.39137,35.656277 + 6081: -80.58929,35.45822 + 6082: -81.53721,33.968727 + 6083: -81.73512,34 + 6084: -82.21429,33.979153 + 6085: -82.66221,33.958305 + 6086: -82.47471,34.10424 + 6087: -82.47471,34.250175 + 6088: -82.47471,34.281445 + 6089: -82.68304,34.312717 + 6090: -82.88096,34.30229 + 6091: -83.38096,32.405144 + 6092: -83.49554,32.436413 + 6093: -83.55804,32.42599 + 6094: -83.55804,32.332176 + 6095: -83.54762,32.15497 + 6096: -83.52679,31.988186 + 6097: -80.59971,31.498259 + 6098: -81.94346,31.571228 + 6099: -85.48512,31.425291 + 6100: -85.99554,31.36275 + 6101: -86.19346,31.341902 + 6102: -86.43304,30.904097 + 6103: -86.58929,30.67477 + 6104: -87.41035,37.532417 + 6105: -87.47285,38.05361 + 6106: -87.51451,38.29336 + 6107: -85.45201,37.584538 + 6108: -85.712425,38.53311 + 6109: -86.118675,38.48099 + 6110: -88.71202,30.453556 + 6111: -89.7016,30.5161 + 6112: -90.472435,31.193655 + 6113: -92.27452,31.360437 + 6114: -92.722435,31.360437 + 6115: -97.50974,31.485525 + 6116: -97.49932,31.485525 + 6117: -96.09307,28.525135 + 6118: -95.39516,28.410471 + 6119: -100.14254,28.452168 + 6120: -99.70504,28.441744 + 6121: -100.277954,28.577253 + 6122: -100.39254,28.639797 + 6123: -100.944626,29.47371 + 6124: -101.246704,29.5571 + 6125: -101.64254,29.79685 + 6126: -101.58004,34.82062 + 6127: -101.559204,35.070793 + 6128: -101.413376,35.466904 + 6129: -101.01754,35.43563 + 6130: -100.64254,35.33139 + 6131: -100.73629,34.643414 + 6132: -101.090454,34.382816 + 6133: -101.402954,34.622566 + 6134: -101.11129,35.19588 + 6135: -100.67379,34.914436 + 6136: -100.95504,34.25773 + 6137: -101.11129,34.226456 + 6138: -101.14254,34.04925 + 6139: -100.777954,33.976284 + 6140: -98.23574,37.636154 + 6141: -98.23574,38.18862 + 6142: -98.23574,38.344982 + 6143: -98.20449,37.584038 + 6144: -100.66283,36.87521 + 6145: -100.98574,36.437405 + 6146: -101.51699,36.44783 + 6147: -102.30866,37.49022 + 6148: -102.30866,38.24074 + 6149: -98.39199,44.55875 + 6150: -98.46491,44.55875 + 6151: -98.87116,44.45451 + 6152: -99.05866,44.50663 + 6153: -99.51699,44.433662 + 6154: -99.74616,43.78738 + 6155: -98.13158,45.17376 + 6156: -98.61074,45.350967 + 6157: -99.24616,45.496902 + 6158: -100.57949,43.088978 + 6159: -100.61074,42.359306 + 6194: -96.56345,-41.95809 + 6195: -96.35512,-41.63495 + 6196: -95.6572,-41.624527 + 6197: -95.85512,-42.468864 + 6198: -95.6572,-42.479286 + 6199: -95.25095,-42.541832 + 6200: -95.35512,-43.031754 + 6201: -96.54262,-45.001873 + 6202: -96.4697,-45.58561 + 6203: -96.50095,-45.55434 + 6204: -96.7197,-45.55434 + 6205: -96.77179,-45.564762 + 6206: -96.4697,-45.543915 + 6207: -96.4072,-45.325012 + 6208: -96.39679,-38.577934 + 6209: -96.41762,-38.577934 + 6210: -97.27179,-38.51539 + 6211: -97.56345,-39.307606 + 7119: -35.43956,38.44084 + 7120: -35.054146,38.044735 + 7121: -35.054146,37.971767 + 7122: -35.043728,37.752865 + 7123: -34.481228,38.399147 + 7124: -34.481228,37.96134 + 7125: -34.491646,37.627777 + 7126: -34.460396,36.85641 + 7127: -34.554146,36.168434 + 7128: -34.574978,36.03292 + 7129: -34.481228,35.772324 + 7130: -31.511457,37.14034 + 7131: -31.511457,37.27585 + 7132: -31.56354,37.588566 + 7133: -30.990623,37.68238 + 7134: -30.948957,38.068066 + 7135: -31.230207,37.932556 + 7136: -31.323957,37.797047 + 7137: -31.834373,37.046524 + 7138: -30.12604,37.182034 + 7139: -30.334373,37.65111 + 7140: -30.53229,38.036797 + 7141: -31.25104,39.20795 + 7142: -31.396873,39.645756 + 7143: -31.56354,40.344154 + 7144: -31.605207,40.93832 + 7145: -31.56354,41.324005 + 7146: -30.553123,41.167645 + 7147: -30.448957,40.740265 + 7148: -30.355207,40.01059 + 7149: -30.323957,39.57279 + 7150: -34.68854,39.28092 + 7151: -34.792706,39.291344 + 7152: -35.553123,39.43728 + 7153: -35.490623,40.656876 + 7154: -35.553123,41.44909 + 7155: -35.553123,41.68884 + 7156: -36.271873,41.55333 + 7157: -36.271873,41.55333 + 7158: -36.428123,41.41782 + 7159: -36.511456,41.094677 + 7160: -36.511456,40.802807 + 7161: -36.521873,40.688145 + 7162: -36.553123,41.20934 + 7163: -35.84479,41.480362 + 7173: -27.730207,39.749992 + 7174: -28.042707,39.968895 + 7202: -34.81356,29.541819 + 7203: -34.511475,29.43758 + 7204: -34.459393,29.166557 + 7205: -34.521893,28.384766 + 7206: -34.573975,27.957384 + 7207: -35.43856,28.5307 + 7208: -35.553143,28.249254 + 7209: -35.490643,27.89484 + 7210: -35.459393,27.634243 + 7211: -35.37606,26.946264 + 7212: -35.542725,25.373346 + 7213: -35.59481,25.14402 + 7214: -35.584393,24.831303 + 7215: -35.53231,24.539433 + 7216: -35.615643,24.278835 + 7217: -36.178143,23.559586 + 7218: -36.15731,23.788912 + 7219: -36.490643,23.590857 + 7220: -36.709393,23.38238 + 7221: -30.632086,33.54748 + 7222: -30.43417,33.57875 + 7223: -30.361254,33.65172 + 7224: -30.361254,33.849773 + 7225: -30.37167,34.04783 + 7226: -30.392504,34.24588 + 7227: -30.705004,34.516903 + 7228: -30.705004,34.433514 + 7229: -30.632086,34.298 + 7230: -30.59042,34.006134 + 7231: -30.455004,32.254917 + 7240: -32.2675,32.066486 + 7241: -32.475838,31.899704 + 7242: -31.225836,30.888584 + 7243: -31.319586,30.87816 + 7244: -31.830004,30.867737 + 7245: -32.205,28.855923 + 7246: -31.62167,28.480661 + 7247: -31.017504,28.022009 + 7248: -31.257086,28.251335 + 7249: -31.68417,28.532782 + 7250: -32.788338,32.076912 + 7251: -32.33,32.035217 + 7252: -30.93417,32.04564 + 7253: -31.24667,32.04564 + 7254: -31.725836,32.02479 + 7255: -32.569588,32.04564 + 7256: -33.08,32.04564 + 7257: -33.27792,31.878857 + 7258: -33.288338,31.56614 + 7259: -24.437857,38.48398 + 7260: -24.437857,38.5361 + 7261: -24.52119,38.78627 + 7262: -24.531607,39.119835 + 7299: -24.312857,37.410316 + 7300: -24.573273,37.066326 + 7301: -24.656607,36.92039 + 7302: -25.156607,36.67022 + 7303: -22.594107,37.326923 + 7304: -22.281607,37.108025 + 7305: -22.05244,36.80573 + 7306: -23.062857,36.951664 + 7307: -22.86494,36.44089 + 7308: -22.573273,36.023937 + 7309: -23.83369,36.764034 + 7310: -25.260773,35.76334 + 7311: -24.948273,35.971817 + 7312: -24.760773,36.128174 + 7313: -24.312857,36.38877 + 7314: -23.573273,37.837696 + 7315: -23.562857,38.442284 + 7316: -23.719107,38.567368 + 7317: -24.635773,39.2345 + 7318: -24.635773,38.77585 + 7319: -24.20869,39.891205 + 7320: -24.30244,40.245617 + 7321: -24.104523,40.266464 + 7322: -24.260773,40.047565 + 7323: -24.250357,39.578487 + 7324: -20.95869,39.515945 + 7325: -20.95869,39.515945 + 7330: -26.073273,39.42213 + 7331: -26.031607,39.641033 + 7332: -26.02119,39.818237 + 7333: -26.219107,39.703575 + 7334: -25.86494,39.2345 + 7335: -25.27119,38.72373 + 7336: -25.375357,38.869663 + 7337: -25.05244,38.72373 + 7338: -24.73994,38.609066 + 7339: -19.46045,41.502922 + 7340: -19.439615,41.39868 + 7341: -19.4917,40.80452 + 7342: -19.408365,40.043575 + 7343: -18.71045,38.8761 + 7344: -18.377115,38.365326 + 7345: -18.189615,37.990067 + 7346: -17.481281,38.58423 + 7347: -17.033365,38.782284 + 7348: -16.106281,40.252052 + 7349: -16.8042,40.418835 + 7350: -17.481281,41.04427 + 7351: -17.418781,40.66901 + 7352: -17.106281,40.450108 + 7353: -16.856281,40.90876 + 7354: -17.283365,41.38826 + 7355: -17.4292,41.190205 + 7381: -13.732271,33.318768 + 7382: -13.586438,33.151985 + 7383: -13.555188,32.891388 + 7384: -13.138521,32.484856 + 7385: -12.992688,32.33892 + 7386: -12.607271,32.17214 + 7387: -12.492688,31.776028 + 7388: -12.669771,31.557129 + 7389: -12.555188,31.077625 + 7390: -12.482271,31.004658 + 7391: -12.513521,31.213137 + 7392: -12.523938,31.275679 + 7463: -14.500229,38.378983 + 7464: -14.500229,38.368557 + 7465: -14.479395,38.14966 + 7466: -14.468979,37.763973 + 7467: -10.416895,37.565918 + 7468: -10.427311,37.993298 + 7469: -10.437728,38.222626 + 7470: -10.573145,35.001637 + 7471: -10.739811,34.490864 + 7472: -15.502143,34.522137 + 7473: -15.48131,34.761887 + 7474: -15.38756,34.542984 + 7475: -15.20006,34.470016 + 7476: -1.3836706,39.690517 + 7477: -1.3420038,41.504276 + 7478: -1.3107538,41.70233 + 7479: -1.3003373,48.035057 + 7480: -1.3003373,48.035057 + 7481: -1.3211706,48.30608 + 7482: -1.1545038,42.55144 + 7483: -1.1545038,40.297733 + 7484: -1.4774206,38.541565 + 7485: -1.6440873,37.62426 + 7486: -1.6649206,37.311543 + 7487: -1.8315873,36.977978 + 7488: -2.0295038,36.779922 + 7489: -2.3315873,36.508904 + 7490: -3.4670038,36.029404 + 7491: -4.779504,35.86262 + 7492: -8.456587,36.61314 + 7493: -9.133671,36.248302 + 7494: -8.633671,36.571445 + 7495: -7.935754,37.217728 + 7496: -11.076878,35.605198 + 7497: -11.649796,34.854675 + 7498: -11.483128,34.437717 + 7499: -11.910646,30.882349 + 7500: -12.379396,31.142946 + 7501: -12.473146,31.215914 + 7502: -12.546062,31.309729 + 7503: -13.108562,32.195763 + 7504: -13.723146,32.769077 + 7505: -13.796062,32.88374 + 7506: -13.858562,32.93586 + 7507: -16.441896,33.17561 + 7508: -16.483562,32.956707 + 7509: -16.514812,32.88374 + 7510: -16.608562,32.779503 + 7511: -16.80648,32.654415 + 7512: -16.577312,32.998405 + 7513: -16.889812,32.769077 + 7514: -17.08773,32.685684 + 7515: -17.441896,32.64399 + 7516: -17.566896,32.706535 + 7517: -17.160646,32.66484 + 7518: -17.504396,32.685684 + 7519: -17.764812,32.737804 + 7520: -17.86898,32.727383 + 7521: -17.96273,32.5606 + 7522: -17.983562,32.300003 + 7523: -17.973146,32.74823 + 7524: -18.035646,32.571022 + 7525: -18.18148,32.40424 + 7526: -18.21273,32.64399 + 7527: -18.129396,32.769077 + 7528: -18.160646,32.685684 + 7529: -18.160646,32.44594 + 7530: -18.15023,32.154068 + 7531: -18.18148,31.945587 + 7532: -18.160646,31.622448 + 7533: -18.15023,31.434816 + 7534: -18.21273,31.205488 + 7535: -18.18148,31.68499 + 7536: -18.191896,31.476511 + 7537: -18.296062,31.22634 + 7538: -18.327312,31.195066 + 7539: -18.27523,31.403543 + 7540: -18.49398,31.17422 + 7541: -18.566896,31.10125 + 7542: -18.452312,31.153372 + 7543: -18.11898,31.257608 + 7544: -18.285646,31.111675 + 7545: -18.379396,29.879095 + 7546: -18.358562,30.53107 + 7547: -18.223146,30.551918 + 7548: -18.066896,30.05157 + 7549: -18.05648,29.874367 + 7550: -18.410646,29.572071 + 7551: -18.473146,29.499105 + 7552: -18.358562,29.759703 + 7553: -18.098146,30.04115 + 7554: -18.171062,30.572767 + 7555: -12.441053,31.034613 + 7556: -12.649386,31.29521 + 7557: -13.086886,31.962341 + 7558: -16.10772,32.045734 + 7559: -13.961886,32.86922 + 7560: -13.941053,33.036003 + 7561: 0.33302903,-61.669678 + 7562: 3.5742707,-61.669678 + 7563: 5.443594,-61.61756 + 7564: 9.486947,-61.544594 + 7565: 11.975682,-61.482048 + 7566: 13.99907,-61.482048 + 7567: 18.399195,-61.492474 + 7568: 20.164865,-61.5029 + 7569: 25.30981,-61.58629 + 7570: 28.92014,-61.58629 + 7571: 30.788488,-61.586292 + 7572: 32.54425,-61.586285 + 7573: 37.785732,-61.586285 + 7574: 41.163414,-61.627983 + 7575: 42.369625,-61.66968 + 7576: 45.818764,-61.680103 + 7577: 49.76752,-61.534172 + 7578: 51.61483,-61.53417 + 7579: 53.361195,-61.53417 + 7580: 51.600624,-59.924393 + 7581: 47.457176,-60.1418 + 7582: 45.849335,-60.047985 + 7583: 41.52332,-59.839508 + 7584: 37.90025,-59.756115 + 7585: 35.527832,-59.620605 + 7586: 33.176266,-59.59976 + 7587: 25.586302,-59.568485 + 7588: 19.261467,-59.776962 + 7589: 16.922113,-59.985443 + 7590: 14.089124,-59.516365 + 7591: 11.080152,-59.401703 + 7592: 8.127447,-60.079258 + 7593: 5.746066,-60.173073 + 7594: 3.3454008,-60.173073 + 7595: 1.2679272,-60.173073 + 7596: -0.36671764,-59.453823 + 7805: 53.4161,-4.4762278 + 7806: 53.00985,-4.434532 + 7807: 51.843185,-4.465804 + 7808: 53.082767,-4.570043 + 7809: 53.3536,-4.705554 + 7810: 53.88485,-4.966151 + 7811: 54.75985,-5.5394664 + 7812: 55.457767,-4.465804 + 7813: 55.270267,-5.07039 + 7814: 56.41613,-7.2632113 + 7815: 56.41613,-7.6280484 + 7816: 56.426548,-7.982461 + 7817: 56.374462,-8.316026 + 7818: 56.457798,-8.13443 + 7819: 56.50988,-7.727897 + 7820: 56.624462,-12.391249 + 7821: 56.60363,-12.71439 + 7822: 56.874462,-13.0792265 + 7823: 57.926548,-13.068803 + 7824: 57.47863,-13.120922 + 7825: 54.777626,-12.672694 + 7826: 54.35054,-12.266162 + 7827: 53.871376,-12.620575 + 7828: 53.558876,-12.537184 + 7829: 53.39221,-14.059073 + 7830: 53.36096,-15.101756 + 7831: 53.92346,-16.46283 + 7832: 53.75679,-17.067417 + 7833: 53.090126,-17.52607 + 7834: 52.69429,-17.786667 + 7835: 53.652626,-16.890211 + 7836: 53.840126,-16.587917 + 7837: 50.54481,-19.210936 + 7838: 50.65897,-19.5862 + 7839: 45.95906,-16.2977 + 7840: 45.999073,-16.154356 + 7841: 45.19699,-15.966725 + 7842: 44.488655,-16.06054 + 7843: 45.69699,-15.466378 + 7844: 46.582405,-14.486531 + 7845: 47.332405,-14.059151 + 7846: 47.530323,-13.162695 + 7847: 47.717823,-12.704042 + 7848: 48.32199,-12.599803 + 7849: 49.41574,-11.189864 + 7850: 48.426155,-10.950114 + 7851: 46.2413,-11.201106 + 7852: 46.57463,-10.325498 + 7853: 45.470467,-9.408194 + 7854: 44.33505,-9.491585 + 7855: 44.4288,-9.39777 + 7856: 44.47722,-9.449889 + 7857: 41.00053,-9.335226 + 7858: 42.05539,-9.418617 + 7859: 41.58664,-9.512433 + 7860: 40.68039,-9.679215 + 7861: 40.01372,-9.522857 + 7862: 42.11789,-9.595824 + 7863: 42.64914,-9.512433 + 7864: 42.21164,-9.137173 + 7865: 42.189545,-8.928694 + 7866: 39.406258,-9.502008 + 7867: 38.228542,-9.668792 + 7868: 38.20771,-9.460314 + 7869: 39.77021,-10.471432 + 7870: 39.434032,-10.804997 + 7871: 38.342518,-10.930084 + 7872: 36.467518,-10.86754 + 7873: 39.561268,-11.003052 + 7874: 35.98835,-10.73203 + 7875: 37.61335,-10.909237 + 7876: 35.967518,-10.940508 + 7877: 33.85489,-11.013475 + 7878: 35.59447,-11.013475 + 7879: 32.552803,-10.961355 + 7880: 30.677805,-10.919661 + 7881: 31.104889,-10.825845 + 7882: 29.938221,-11.128139 + 7883: 28.970703,-10.930084 + 7884: 29.026829,-10.930084 + 7885: 30.610163,-10.950932 + 7886: 30.120579,-10.888389 + 7887: 31.880997,-10.97178 + 7888: 33.82891,-10.940508 + 7889: 32.68308,-10.752878 + 7890: 32.76641,-9.543705 + 7891: 31.526829,-9.481161 + 7892: 32.17266,-9.543705 + 7893: 29.964329,-9.376923 + 7894: 30.328913,-9.63752 + 7895: 46.60421,-11.086443 + 7896: 45.958378,-11.086443 + 7897: 45.520878,-10.836269 + 7898: 39.949688,-11.065595 + 7899: 27.408709,-10.679911 + 7900: 26.989786,-10.711182 + 7901: 25.468952,-10.679911 + 7902: 27.51062,-9.189292 + 7903: 26.739786,-9.126748 + 7904: 26.656452,-8.709792 + 7905: 25.79187,-8.4596195 + 7906: 24.375202,-8.407499 + 7907: 25.85437,-8.574282 + 7908: 24.364786,-8.470043 + 7909: 23.687702,-8.470043 + 7910: 23.177286,-9.074629 + 7911: 22.875202,-9.512433 + 7912: 23.114786,-9.460314 + 7913: 23.406452,-10.033628 + 7914: 23.114786,-10.189987 + 7915: 22.565159,-10.075324 + 7916: 20.596409,-9.908541 + 7917: 18.80474,-10.01278 + 7918: 15.013075,-9.939814 + 7919: 15.377659,-10.054476 + 7920: 16.033909,-10.075324 + 7934: 19.794325,1.4126627 + 7935: 19.49224,1.4230864 + 7936: 21.52349,0.41196734 + 7937: 21.377659,0.50578284 + 7938: 20.200575,0.48493487 + 7939: 20.127659,-3.6116602 + 7940: 19.877659,-3.705475 + 7941: 19.71099,-4.3726063 + 7942: 19.450575,-4.5289645 + 7943: 20.669325,-4.747867 + 7944: 21.065159,-4.747867 + 8034: 52.77285,37.703453 + 8035: 52.64785,37.526245 + 8036: 52.512436,37.265648 + 8037: 52.283268,36.744453 + 8038: 51.783268,36.379616 + 8039: 51.752018,36.025204 + 8040: 51.283268,35.05578 + 8041: 50.9916,36.650635 + 8042: 51.8666,37.359463 + 8043: 51.731186,37.56794 + 8044: 51.21035,36.775723 + 8045: 50.907185,34.58744 + 8046: 51.125935,34.43108 + 8047: 51.36552,33.451233 + 8048: 42.667065,36.380352 + 8049: 42.40622,36.661797 + 8050: 41.56247,36.4012 + 8051: 2.6839013,33.15933 + 8052: 2.6109848,32.3415 + 8053: 2.7464013,30.710264 + 8054: 3.4755678,30.132917 + 8055: 3.4234848,29.809776 + 8056: 3.5380678,29.403244 + 8057: 3.4859848,28.360855 + 8058: 3.5901513,27.704147 + 8059: 3.9443178,27.349735 + 8060: 4.038068,27.433126 + 8061: 3.5797348,27.964746 + 8062: 3.3297348,28.59018 + 8063: 2.7151513,28.037714 + 8064: 2.4964013,27.141256 + 8065: 35.15912,26.68707 + 8066: 35.55495,26.31181 + 8067: 35.36745,26.238842 + 8068: 34.9612,27.010212 + 8069: 36.00287,27.500135 + 8070: 36.31537,27.500135 + 8071: 36.5862,27.072754 + 8072: 35.196995,1.1907382 + 8073: 35.363663,1.5972705 + 8074: 35.665745,2.0767703 + 8075: 35.582413,1.8891399 + 8076: 35.030327,1.5659988 + 8077: 40.856205,-4.4489946 + 8078: 41.137455,-4.5011144 + 8079: 41.627037,-4.5740814 + 8080: 42.543705,-4.6366253 + 8081: 41.856205,-4.7095923 + 8082: 40.949955,-4.5845056 + 8083: 40.449955,-4.052886 + 8084: 41.199955,-3.8339841 + 8085: 41.689537,-3.5421147 + 8086: 42.127037,-3.510843 + 8087: 42.939537,-3.5838106 + 8088: 43.408287,-3.7922883 + 8089: 42.99162,-3.7193215 + 8090: 42.543705,-3.229398 + 8091: 42.30412,-2.520572 + 8092: 41.324955,-2.2599747 + 8110: 42.315876,-2.4676893 + 8111: 42.586708,-3.2183049 + 8112: 41.847126,-2.843044 + 8113: 41.013794,-3.405935 + 8114: 41.482544,-3.1349137 + 8115: 41.024208,-3.3850877 + 8116: 41.534626,-2.8221965 + 8117: 40.826294,-3.4893262 + 8118: 31.652767,-44.602913 + 8119: 31.256935,-44.613335 + 8120: 30.39235,-44.613335 + 8121: 29.89235,-44.56122 + 8122: 29.32985,-44.602913 + 8123: 29.590267,-44.54037 + 8124: 30.840267,-44.634186 + 8125: 31.527767,-44.91563 + 8126: 31.694435,-46.562607 + 8127: 31.51735,-47.0838 + 8128: 31.184017,-47.42779 + 8129: 30.309017,-47.50076 + 8130: 29.975683,-47.438217 + 8131: 29.381933,-47.250584 + 8132: 29.288183,-46.83363 + 8133: 29.413183,-47.042107 + 8134: 30.319433,-47.354824 + 8170: 23.460901,-48.477135 + 8171: 23.460901,-48.591797 + 8172: 25.554651,-52.33398 + 8173: 25.262985,-52.542458 + 8174: 31.533821,-49.832245 + 8175: 28.150118,-44.151943 + 8176: 28.212618,-43.651596 + 8177: 27.379284,-43.912193 + 8178: 27.379284,-43.912193 + 8294: -9.164511,-47.549374 + 8295: -9.227011,-47.674458 + 8296: -9.341594,-47.86209 + 8297: -9.581177,-47.976753 + 8298: -9.768677,-48.143536 + 8299: -8.852011,-48.518795 + 8300: -8.487427,-48.50837 + 8301: -9.279094,-48.41456 + 8302: -9.268677,-48.37286 + 8303: -7.8832603,-48.331165 + 8304: -7.0082603,-48.34159 + 8305: -6.3520103,-48.299892 + 8306: -10.133261,-48.02887 + 8307: -10.654094,-48.18523 + 8308: -11.581177,-48.247772 + 8309: -11.122844,-48.66473 + 8310: -11.987427,-48.61261 + 8311: -8.029093,-49.894753 + 8312: -8.029093,-49.905174 + 8313: -7.5290933,-50.522766 + 8314: -7.5499268,-51.04396 + 8315: -7.4145103,-51.544308 + 8316: -7.4561768,-51.44007 + 8317: -7.416256,-54.527138 + 8318: -7.405839,-54.527138 + 8319: -13.772781,-50.64116 + 8320: -14.220698,-50.77667 + 8321: -14.460281,-51.17278 + 8322: -14.439448,-52.037964 + 8323: -12.647781,-50.59214 + 8324: -11.304031,-54.307396 + 8325: -11.595698,-54.0468 + 8326: -11.470698,-54.547146 + 8327: -9.42105,-57.090576 + 8328: -9.848134,-57.46584 + 8329: -15.035634,-57.33033 + 8330: -15.650217,-56.538113 + 8331: -15.577301,-57.34075 + 8332: -15.514801,-57.434566 + 8333: -14.254384,-58.67913 + 8334: -13.941884,-58.488316 + 8335: -14.191884,-58.634247 + 8336: -8.66062,-58.509163 + 8337: -8.452286,-58.34238 + 8338: -8.493952,-58.58213 + 8339: -8.796036,-58.623825 + 8340: -8.56687,-58.488316 + 8341: -8.431452,-58.196445 + 8342: -4.3899956,-62.36601 + 8343: -4.5358286,-62.72042 + 8344: -4.4420786,-63.408398 + 8345: -4.462912,-64.32196 + 8346: -5.775412,-65.23381 + 8347: -6.1608286,-64.212265 + 8348: -6.337912,-63.524292 + 8349: -2.271294,-61.622902 + 8350: -2.4379606,-62.1024 + 8351: 4.466726,-62.488087 + 8352: 1.4141562,-57.490955 + 8353: -0.3670938,-57.449257 + 8354: -0.78376055,-57.05315 + 8355: 3.4037395,-52.580486 + 8356: 4.4037395,-52.632607 + 8357: 4.455823,-53.539482 + 8358: 4.4766564,-53.841778 + 8359: 4.299573,-54.394245 + 8360: 4.580823,-54.30043 + 8361: 0.059989452,-49.71391 + 8362: -0.77334404,-50.40189 + 8363: 0.12248945,-50.5374 + 8364: 46.617573,-42.893383 + 8365: 47.200905,-44.14425 + 8366: 49.443882,-53.451283 + 8367: 49.11055,-53.242805 + 8368: 48.6418,-53.03433 + 8369: 46.4543,-52.398468 + 8370: 46.631382,-53.03433 + 8371: 47.152214,-53.847393 + 8372: 53.607735,-54.180958 + 8373: 54.14926,-55.463097 + 8374: 46.888847,-56.870323 + 8375: 46.138847,-58.19416 + 8376: 47.014038,-50.96928 + 8377: 45.732788,-49.47866 + 8378: 42.652634,-45.294437 + 8379: 39.231045,-44.616882 + 8380: 38.21122,-44.377132 + 8381: 45.13424,-43.4911 + 8382: 44.66549,-43.480675 + 8383: 49.61561,-42.5321 + 8384: 48.99061,-42.594646 + 8385: 48.667694,-42.782276 + 8433: 55.799187,-47.18331 + 8434: 55.226273,-46.474483 + 8435: 54.267937,-45.64057 + 8436: 54.705437,-45.890747 + 8437: 55.611687,-47.15204 + 8438: 55.476273,-42.65066 + 8439: 55.278355,-42.59854 + 8440: 54.767937,-42.96338 + 8441: 50.382523,-43.20313 + 8442: 48.736687,-42.48388 + 8443: 48.965855,-42.546425 + 8444: 49.007523,-42.504726 + 8445: 49.642937,-42.661087 + 8446: 49.663773,-42.713207 + 8447: 49.434605,-42.91126 + 8448: 49.497105,-43.620087 + 8449: 49.538773,-44.1934 + 8450: 49.278355,-44.579086 + 8451: 48.528355,-44.62078 + 8452: 49.174187,-45.71529 + 8453: 49.570023,-46.413692 + 8454: 49.330437,-46.53878 + 8455: 48.997105,-46.570053 + 8456: 49.455437,-47.87304 + 8457: 49.330437,-48.74865 + 8458: 49.476273,-48.415085 + 8459: 50.528355,-51.10445 + 8460: 50.236687,-51.354626 + 8461: 50.955437,-50.687492 + 8462: 51.413773,-50.353928 + 8463: 52.080437,-50.072483 + 8464: 52.622105,-49.55129 + 8465: 53.226273,-49.01967 + 8466: 51.726273,-49.82231 + 8467: 52.799187,-49.53044 + 8468: 54.946606,-48.74865 + 8469: 55.238277,-50.643208 + 8470: 57.759106,-51.80938 + 8471: 56.74869,-52.236763 + 8472: 57.550774,-52.059555 + 8473: 56.43619,-51.944893 + 8474: 59.019524,-51.569633 + 8475: 60.446606,-51.225643 + 8476: 60.727856,-50.41258 + 8477: 59.89287,-46.004898 + 8478: 59.10125,-46.476326 + 8479: 58.695,-46.684803 + 8480: 58.30958,-46.684803 + 8481: 57.77833,-46.51802 + 8482: 57.080414,-46.288696 + 8483: 58.330414,-43.28661 + 8484: 58.85125,-43.52636 + 8485: 58.705414,-44.068405 + 8486: 58.78875,-43.568054 + 8487: 60.736664,-43.484665 + 8488: 60.77833,-44.276882 + 8489: 57.21583,-42.786263 + 8490: 56.74708,-42.56736 + 8654: -103.36356,-14.573733 + 8655: -103.5094,-14.500766 + 8656: -103.51981,-14.500766 + 8657: -103.5094,-14.427798 + 8658: -103.123985,-14.438222 + 8659: -103.35315,-14.490342 + 8660: -103.60315,-14.3027115 + 8661: -103.60315,-14.188048 + 8662: -103.39481,-11.193131 + 8663: -103.29065,-10.893764 + 8664: -102.436485,-9.736711 + 8665: -102.47815,-10.049428 + 8666: -102.54065,-10.393416 + 8667: -102.5719,-10.570622 + 8668: -102.655235,-11.12309 + 8669: -102.6344,-11.404535 + 8670: -101.10315,-10.424688 + 8671: -100.873985,-10.581047 + 8672: -100.6344,-11.060546 + 8673: -99.33928,-13.274707 + 8674: -99.57886,-13.462338 + 8675: -100.14136,-13.587424 + 8676: -100.36011,-13.326827 + 8677: -99.93303,-13.566577 + 8678: -99.57886,-13.649968 + 8679: -99.44344,-14.317098 + 8680: -99.37053,-14.921685 + 8681: -99.31844,-15.505424 + 8682: -98.01636,-15.686634 + 8683: -98.66219,-14.685889 + 8684: -98.33928,-14.498259 + 8685: -98.43303,-14.112575 + 8686: -98.55803,-15.780399 + 8687: -98.39136,-16.447529 + 8688: -97.92261,-16.666431 + 8689: -97.36011,-16.572617 + 8690: -97.98511,-16.624737 + 8691: -97.25594,-16.489223 + 8692: -97.54761,-17.323137 + 8693: -98.45386,-17.54204 + 8694: -102.1175,-20.18107 + 8695: -102.38833,-20.889894 + 8696: -102.909164,-21.379818 + 8697: -100.44013,-23.518494 + 8698: -100.45055,-23.518494 + 8699: -100.72138,-22.674156 + 8700: -100.53388,-22.955603 + 8701: -104.41992,-25.613697 + 8702: -104.45117,-25.655394 + 8703: -104.54492,-25.613697 + 8704: -105.09701,-28.463135 + 8705: -104.69076,-28.10872 + 8706: -104.461586,-27.806429 + 8707: -104.59701,-28.254656 + 8708: -107.37826,-28.244232 + 8709: -107.28451,-27.347776 + 8710: -107.69076,-26.816158 + 8711: -106.899086,-27.879396 + 8712: -106.38867,-30.360285 + 8713: -107.23242,-27.48529 + 8714: -108.97201,-26.67512 + 8715: -122.51806,-24.563942 + 8716: -121.92431,-24.814116 + 8717: -120.95556,-25.314463 + 8718: -121.820145,-25.304039 + 8719: -111.834366,-30.65031 + 8720: -121.79,-30.748793 + 8721: -122.14643,-30.89644 + 8722: -118.29184,-38.03927 + 8723: -109.85618,-40.245583 + 8724: -111.49159,-40.495754 + 8725: -111.57493,-41.131615 + 8726: -111.67909,-41.392212 + 8727: -111.41868,-41.298397 + 8728: -111.439514,-41.215004 + 8729: -110.54357,-40.391518 + 8730: -110.68782,-40.495754 + 8731: -111.15657,-40.527027 + 8767: -151.54515,-36.419647 + 8768: -151.3993,-36.419647 + 8769: -151.2118,-36.419647 + 8770: -150.8264,-36.45092 + 8771: -151.1493,-36.46134 + 8772: -151.3368,-36.513462 + 8773: -151.37848,-36.659397 + 8774: -151.24306,-36.753212 + 8775: -151.60765,-39.974197 + 8776: -151.53473,-40.307762 + 8777: -151.11806,-40.286915 + 8778: -150.53473,-40.328613 + 8779: -150.48265,-40.370308 + 8780: -150.85765,-40.48497 + 8781: -151.2118,-40.505817 + 8782: -144.50348,-37.399494 + 8783: -145.15973,-36.94084 + 8784: -146.84723,-35.97142 + 8785: -146.47223,-36.29456 + 8786: -145.4514,-36.951267 + 8787: -146.31598,-36.513462 + 8788: -140.34723,-37.159744 + 8789: -140.40973,-37.40992 + 8790: -142.1493,-37.295254 + 8791: -142.4514,-37.430767 + 8792: -142.7639,-39.95335 + 8793: -142.87848,-40.255646 + 8794: -143.19098,-40.318188 + 8795: -143.37848,-39.92208 + 8796: -143.40973,-39.81784 + 8797: -142.85765,-40.557938 + 8798: -136.36752,-49.668034 + 8799: -136.1592,-50.54364 + 8800: -136.08627,-51.50264 + 8801: -136.19044,-52.22189 + 8802: -135.46127,-49.845238 + 8803: -134.62794,-49.86609 + 8804: -134.26337,-51.586033 + 8805: -134.29462,-52.638847 + 8806: -133.07587,-57.444267 + 8807: -133.48212,-57.600624 + 8808: -133.86752,-57.485962 + 8809: -134.49252,-57.016888 + 8810: -134.75294,-56.818832 + 8811: -135.39877,-55.964073 + 8812: -135.60712,-55.547115 + 8813: -135.05502,-56.4123 + 8814: -134.64877,-56.725018 + 8815: -133.83627,-57.18367 + 8816: -134.27377,-56.99604 + 8836: -132.89877,-55.567963 + 8837: -133.51337,-55.494995 + 8838: -133.93002,-55.515846 + 8839: -134.48212,-55.4533 + 8840: -134.69044,-55.26567 + 8841: -134.75294,-54.80702 + 8842: -135.3467,-53.7959 + 8843: -135.87794,-53.47276 + 8844: -136.0967,-53.378944 + 8845: -136.39877,-52.253162 + 8846: -136.49252,-51.398403 + 8847: -136.41962,-50.606186 + 8848: -136.2217,-49.834816 + 8849: -136.1592,-49.532524 + 8850: -135.50294,-49.58464 + 8851: -134.57587,-49.57422 + 8852: -134.0967,-49.720154 + 8853: -133.68002,-51.481792 + 8854: -133.35712,-52.430367 + 8855: -133.37794,-52.294857 + 8856: -133.20087,-52.732662 + 8857: -133.10712,-52.80563 + 8858: -132.73212,-53.191315 + 8859: -132.55502,-53.42064 + 8860: -133.56544,-52.33655 + 8861: -132.94044,-52.315704 + 8862: -132.56544,-52.367825 + 8863: -132.69044,-51.93002 + 8864: -132.83627,-51.60688 + 8865: -133.46127,-51.627728 + 8866: -133.27377,-51.700695 + 8867: -132.52377,-51.98214 + 8868: -132.46127,-52.482487 + 8869: -133.02377,-53.649963 + 8870: -133.44044,-53.66039 + 8871: -133.73212,-53.649963 + 8872: -133.91962,-53.868866 + 8873: -133.63837,-56.08916 + 8874: -133.71127,-57.47554 + 8875: -134.1592,-57.829952 + 8876: -134.5342,-58.111397 + 8877: -131.27379,-52.4163 + 8878: -130.75296,-52.218246 + 8879: -129.89813,-52.322487 + 8880: -128.08908,-52.35376 + 8912: -123.29352,-53.62355 + 8913: -123.17893,-53.65482 + 8914: -123.283104,-53.81118 + 8915: -123.376854,-54.23856 + 8916: -123.58518,-54.8223 + 8917: -123.63727,-54.634666 + 8918: -123.41852,-54.47831 + 8919: -123.51227,-54.85357 + 8920: -123.52268,-55.06205 + 8921: -123.970604,-54.7806 + 8922: -125.07477,-54.467888 + 8923: -125.470604,-53.738213 + 8924: -125.26227,-53.342102 + 8925: -124.939354,-53.404648 + 8926: -124.689354,-52.602005 + 8927: -125.158104,-52.487343 + 8928: -125.439354,-52.9043 + 8929: -125.36643,-52.706245 + 8930: -124.96018,-52.44565 + 8931: -125.10602,-52.674973 + 8932: -125.283104,-53.310833 + 8933: -125.19977,-52.97727 + 8934: -124.720604,-52.643703 + 8935: -124.33518,-52.56031 + 8936: -123.73102,-52.56031 + 8937: -122.21018,-52.883453 + 8938: -122.21018,-53.185745 + 8939: -120.88727,-53.8633 + 8940: -118.38727,-54.467888 + 8941: -118.44977,-54.488735 + 8942: -118.876854,-54.47831 + 8943: -119.19977,-54.457462 + 8977: -111.972824,-85.80413 + 8978: -111.36866,-85.66862 + 8979: -111.39991,-86.241936 + 8980: -111.43116,-86.45041 + 8981: -111.472824,-88.59773 + 8982: -111.49366,-88.61858 + 8983: -107.412575,-88.6707 + 8984: -107.45424,-88.56647 + 8985: -107.475075,-88.545616 + 9039: -79.419525,-56.437305 + 9040: -79.5237,-56.63536 + 9041: -79.59661,-56.90638 + 9042: -79.59661,-57.344185 + 9043: -79.69036,-57.625633 + 9044: -79.62786,-57.239944 + 9045: -80.3987,-57.417152 + 9046: -80.56536,-57.333763 + 9047: -80.59661,-56.92723 + 9048: -80.482025,-56.39561 + 9049: -79.47259,-59.507446 + 9067: -32.48282,-59.697784 + 9068: -32.5349,-59.937534 + 9069: -32.805733,-60.000076 + 9070: -33.305733,-59.98965 + 9071: -33.0974,-60.020924 + 9072: -32.48282,-61.459423 + 9073: -32.85782,-61.77214 + 9074: -32.961983,-62.084858 + 9075: -33.19115,-62.470543 + 9076: -33.38907,-62.98131 + 9077: -33.44115,-63.335728 + 9086: -24.516407,-47.626038 + 9087: -25.120575,-47.490524 + 9088: -23.651825,-47.761547 + 9089: -23.620575,-47.813667 + 9090: -23.589325,-47.970024 + 9103: -113.85121,-68.277626 + 9104: -113.60121,-68.41314 + 9105: -113.486626,-68.48611 + 9106: -112.91371,-68.69458 + 9107: -112.56996,-68.72585 + 9108: -113.080376,-70.1435 + 9109: -113.44496,-70.33113 + 9110: -113.81996,-70.383255 + 9111: -114.267876,-70.31029 + 9112: -114.2783,-70.41453 + 9113: -113.1533,-70.4041 + 9114: -112.5908,-70.53961 + 9115: -112.05955,-70.675125 + 9116: -111.63246,-72.030235 + 9117: -111.53871,-72.8016 + 9118: -112.017876,-72.197014 + 9119: -111.924126,-72.92669 + 9120: -112.24705,-74.08374 + 9121: -110.50746,-75.397156 + 9122: -109.5283,-76.31446 + 9123: -107.5908,-77.00243 + 9124: -107.47621,-75.83495 + 9125: -107.85121,-75.69945 + 9126: -108.4658,-75.563934 + 9127: -109.8197,-67.42833 + 9128: -109.53845,-66.802895 + 9129: -109.361374,-66.114914 + 9130: -109.47595,-67.06349 + 9131: -109.47595,-67.668076 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 2526: -24.000425,20.99532 - 6234: -99.05304,-35.826023 - 6235: -99.10512,-36.899685 - 6236: -99.31345,-37.28537 - 6237: -99.39679,-37.82741 - 6238: -98.89679,-38.452847 - 6239: -98.88637,-38.452847 - 6240: -98.61554,-38.48412 - 6241: -98.48012,-38.463272 - 6242: -98.48012,-38.463272 - 6243: -99.33429,-37.921227 - 6244: -99.41762,-37.702324 - 6245: -97.45703,-43.471756 - 6246: -97.14453,-43.440483 - 6247: -96.95703,-43.523876 - 7337: -24.010773,40.954445 + 2521: -24.000425,20.99532 + 6223: -99.05304,-35.826023 + 6224: -99.10512,-36.899685 + 6225: -99.31345,-37.28537 + 6226: -99.39679,-37.82741 + 6227: -98.89679,-38.452847 + 6228: -98.88637,-38.452847 + 6229: -98.61554,-38.48412 + 6230: -98.48012,-38.463272 + 6231: -98.48012,-38.463272 + 6232: -99.33429,-37.921227 + 6233: -99.41762,-37.702324 + 6234: -97.45703,-43.471756 + 6235: -97.14453,-43.440483 + 6236: -96.95703,-43.523876 + 7326: -24.010773,40.954445 - node: color: '#F9801DFF' id: FlowersBRTwo decals: - 6994: -105.10495,-88.12299 + 6983: -105.10495,-88.12299 - node: color: '#FFFFFFFF' id: FlowersBRTwo decals: - 6845: -35.751,20.618828 + 6834: -35.751,20.618828 - node: color: '#0E7F1BFF' id: Flowersbr1 decals: - 5424: -120.92913,20.997475 + 5413: -120.92913,20.997475 - node: color: '#18A2D5FF' id: Flowersbr1 decals: - 5428: -117.23122,20.934933 + 5417: -117.23122,20.934933 - node: color: '#3AB3DAFF' id: Flowersbr1 decals: - 5474: -87.8571,-0.92829925 + 5463: -87.8571,-0.92829925 - node: color: '#5E7C16FF' id: Flowersbr1 decals: - 5434: -120.99163,24.489485 + 5423: -120.99163,24.489485 - node: color: '#D58C18FF' id: Flowersbr1 decals: - 5425: -106.23122,20.997475 + 5414: -106.23122,20.997475 - node: color: '#F38BAAFF' id: Flowersbr1 decals: - 5475: -84.06543,-0.8970278 + 5464: -84.06543,-0.8970278 - node: color: '#FED83DFF' id: Flowersbr1 decals: - 5486: -105.881935,25.066175 - 5642: -39.13446,-12.312611 - 5900: -158.97218,10.438582 + 5475: -105.881935,25.066175 + 5631: -39.13446,-12.312611 + 5889: -158.97218,10.438582 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: - 5390: -115.735634,23.126282 - 5391: -110.964806,23.115858 - 5400: -114.81897,23.240946 - 5468: -86.83003,6.8452773 - 6839: -38,21 - 6840: -37,19 - 6841: -32,20 + 5379: -115.735634,23.126282 + 5380: -110.964806,23.115858 + 5389: -114.81897,23.240946 + 5457: -86.83003,6.8452773 + 6828: -38,21 + 6829: -37,19 + 6830: -32,20 - node: color: '#3AB3DAFF' id: Flowersbr2 decals: - 5911: -142.44794,-14.049057 - 5912: -151.60168,-7.714152 + 5900: -142.44794,-14.049057 + 5901: -151.60168,-7.714152 - node: color: '#474F52FF' id: Flowersbr2 decals: - 5441: -116.09172,19.99511 + 5430: -116.09172,19.99511 - node: color: '#8932B8FF' id: Flowersbr2 decals: - 6989: -101.04245,-85.95482 + 6978: -101.04245,-85.95482 - node: color: '#C74EBDFF' id: Flowersbr2 decals: - 5916: -133.98915,-1.3125644 - 5917: -134.26488,-14.045064 + 5905: -133.98915,-1.3125644 + 5906: -134.26488,-14.045064 - node: color: '#FED83DFF' id: Flowersbr2 decals: - 5643: -38.91571,-15.283424 - 5899: -158.95135,19.969584 + 5632: -38.91571,-15.283424 + 5888: -158.95135,19.969584 - node: color: '#FFFFFFFF' id: Flowersbr2 decals: - 5469: -85.0592,-2.0984335 + 5458: -85.0592,-2.0984335 - node: color: '#169C9CFF' id: Flowersbr3 decals: - 5875: -134.05693,16.464935 - 5876: -133.01526,10.338864 - 5877: -133.99443,-0.51633745 - 5878: -133.22359,-4.4944105 + 5864: -134.05693,16.464935 + 5865: -133.01526,10.338864 + 5866: -133.99443,-0.51633745 + 5867: -133.22359,-4.4944105 - node: color: '#80C71FFF' id: Flowersbr3 decals: - 5437: -114.302895,20.90366 - 5895: -133.00534,-0.49647045 + 5426: -114.302895,20.90366 + 5884: -133.00534,-0.49647045 - node: color: '#835432FF' id: Flowersbr3 decals: - 5888: -159.07576,18.381271 + 5877: -159.07576,18.381271 - node: color: '#8932B8FF' id: Flowersbr3 decals: - 5891: -135.09344,-13.923873 + 5880: -135.09344,-13.923873 - node: color: '#F9801DFF' id: Flowersbr3 decals: - 5922: -158.9607,17.346796 + 5911: -158.9607,17.346796 - node: color: '#FED83DFF' id: Flowersbr3 decals: - 5649: -36.936543,-12.1979475 - 5898: -142.22142,25.942472 - 6997: -100.302864,-86.496864 + 5638: -36.936543,-12.1979475 + 5887: -142.22142,25.942472 + 6986: -100.302864,-86.496864 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 5398: -110.81897,23.887228 + 5387: -110.81897,23.887228 - node: color: '#5E7C16FF' id: Flowerspv1 decals: - 5435: -107.095795,25.855017 - 5436: -106.69997,23.540909 - 5886: -144.02103,-14.058503 + 5424: -107.095795,25.855017 + 5425: -106.69997,23.540909 + 5875: -144.02103,-14.058503 - node: color: '#C74EBDFF' id: Flowerspv1 decals: - 5919: -152.01653,-4.025421 + 5908: -152.01653,-4.025421 - node: color: '#F9801DFF' id: Flowerspv1 decals: - 5572: -11.657362,-43.64242 - 5573: -10.855278,-44.30955 - 5574: -12.001112,-42.91275 + 5561: -11.657362,-43.64242 + 5562: -10.855278,-44.30955 + 5563: -12.001112,-42.91275 - node: color: '#FED83DFF' id: Flowerspv1 decals: - 5440: -112.94589,19.911718 - 5487: -120.1691,24.868122 - 5644: -36.905293,-16.221577 - 5645: -39.113625,-11.020046 + 5429: -112.94589,19.911718 + 5476: -120.1691,24.868122 + 5633: -36.905293,-16.221577 + 5634: -39.113625,-11.020046 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: - 5392: -114.88147,23.73087 - 5393: -110.048134,23.157555 - 5470: -85.1217,6.886973 - 6842: -36,20 - 6843: -32.6885,19.505556 + 5381: -114.88147,23.73087 + 5382: -110.048134,23.157555 + 5459: -85.1217,6.886973 + 6831: -36,20 + 6832: -32.6885,19.505556 - node: color: '#169C9CFF' id: Flowerspv2 decals: - 5879: -141.4958,-14.051144 + 5868: -141.4958,-14.051144 - node: color: '#3AB3DAFF' id: Flowerspv2 decals: - 5909: -159.00244,19.289337 + 5898: -159.00244,19.289337 - node: color: '#8932B8FF' id: Flowerspv2 decals: - 6991: -101.365364,-87.466286 + 6980: -101.365364,-87.466286 - node: color: '#F9801DFF' id: Flowerspv2 decals: - 5923: -133.4066,-14.018812 - 5924: -133.87881,0.44407016 - 6996: -99.84453,-87.174416 + 5912: -133.4066,-14.018812 + 5913: -133.87881,0.44407016 + 6985: -99.84453,-87.174416 - node: color: '#FED83DFF' id: Flowerspv2 decals: - 5648: -36.936543,-13.156947 - 5901: -151.94876,-5.190333 + 5637: -36.936543,-13.156947 + 5890: -151.94876,-5.190333 - node: color: '#3AB3DAFF' id: Flowerspv3 decals: - 5910: -158.99202,11.734935 + 5899: -158.99202,11.734935 - node: color: '#5E7C16FF' id: Flowerspv3 decals: - 5883: -131.92673,25.958036 - 5884: -134.0309,9.839683 - 5885: -134.12057,-4.705018 + 5872: -131.92673,25.958036 + 5873: -134.0309,9.839683 + 5874: -134.12057,-4.705018 - node: color: '#80C71FFF' id: Flowerspv3 decals: - 5896: -132.96367,11.421127 + 5885: -132.96367,11.421127 - node: color: '#835432FF' id: Flowerspv3 decals: - 5887: -159.01244,8.380902 + 5876: -159.01244,8.380902 - node: color: '#8932B8FF' id: Flowerspv3 decals: - 5570: -11.313612,-44.038532 - 5571: -12.178195,-43.037834 + 5559: -11.313612,-44.038532 + 5560: -12.178195,-43.037834 - node: color: '#C74EBDFF' id: Flowerspv3 decals: - 5438: -110.12582,20.976627 - 5476: -84.12793,5.8889356 - 5918: -151.26653,-8.101169 - 5920: -158.98474,15.671919 + 5427: -110.12582,20.976627 + 5465: -84.12793,5.8889356 + 5907: -151.26653,-8.101169 + 5909: -158.98474,15.671919 - node: color: '#D58C18FF' id: Flowerspv3 decals: - 5426: -108.52288,20.95578 + 5415: -108.52288,20.95578 - node: color: '#F38BAAFF' id: Flowerspv3 decals: - 5893: -141.35242,25.953226 + 5882: -141.35242,25.953226 - node: color: '#FED83DFF' id: Flowerspv3 decals: - 5650: -39.118362,-13.12169 - 5897: -134.1095,26.01544 + 5639: -39.118362,-13.12169 + 5886: -134.1095,26.01544 - node: color: '#FFFFFFFF' id: Flowerspv3 decals: - 5396: -113.69397,23.86638 - 5397: -111.88147,23.136707 - 5471: -85.89253,-2.0358906 + 5385: -113.69397,23.86638 + 5386: -111.88147,23.136707 + 5460: -85.89253,-2.0358906 - node: color: '#3AB3DAFF' id: Flowersy1 decals: - 5908: -143.18855,25.98258 + 5897: -143.18855,25.98258 - node: color: '#835432FF' id: Flowersy1 decals: - 5890: -133.79292,5.0652 + 5879: -133.79292,5.0652 - node: color: '#8932B8FF' id: Flowersy1 decals: - 6990: -101.115364,-86.75746 + 6979: -101.115364,-86.75746 - node: color: '#C74EBDFF' id: Flowersy1 decals: - 5439: -120.15735,19.953413 + 5428: -120.15735,19.953413 - node: color: '#F9801DFF' id: Flowersy1 decals: - 6995: -99.927864,-86.00694 + 6984: -99.927864,-86.00694 - node: color: '#FED83DFF' id: Flowersy1 decals: - 5647: -36.842793,-15.262576 - 5902: -150.59459,-5.3228726 - 5903: -152.06334,-8.1581745 - 5905: -133.96852,1.7669201 - 5906: -132.94768,5.775963 - 5907: -132.96852,16.037882 + 5636: -36.842793,-15.262576 + 5891: -150.59459,-5.3228726 + 5892: -152.06334,-8.1581745 + 5894: -133.96852,1.7669201 + 5895: -132.94768,5.775963 + 5896: -132.96852,16.037882 - node: color: '#FFFFFFFF' id: Flowersy1 decals: - 5472: -86.96545,-2.025466 - 6844: -36.2635,20.431198 + 5461: -86.96545,-2.025466 + 6833: -36.2635,20.431198 - node: color: '#F38BAAFF' id: Flowersy2 decals: - 5894: -158.95459,16.574308 + 5883: -158.95459,16.574308 - node: color: '#FED83DFF' id: Flowersy2 decals: - 5484: -45.987095,-13.452011 - 5485: -45.612095,-13.712609 + 5473: -45.987095,-13.452011 + 5474: -45.612095,-13.712609 - node: color: '#FFFFFFFF' id: Flowersy2 decals: - 6847: -32.7135,20.206043 + 6836: -32.7135,20.206043 - node: color: '#169C9CFF' id: Flowersy3 decals: - 5880: -150.11226,-5.953817 - 5881: -159.01677,13.26358 - 5882: -144.0973,25.963224 + 5869: -150.11226,-5.953817 + 5870: -159.01677,13.26358 + 5871: -144.0973,25.963224 - node: color: '#5E7C16FF' id: Flowersy3 decals: - 5432: -105.814545,23.050985 + 5421: -105.814545,23.050985 - node: color: '#835432FF' id: Flowersy3 decals: - 5889: -132.90752,15.275409 + 5878: -132.90752,15.275409 - node: color: '#8932B8FF' id: Flowersy3 decals: - 5892: -158.90126,6.2454467 + 5881: -158.90126,6.2454467 - node: color: '#A05212FF' id: Flowersy3 decals: - 5429: -112.99163,20.934933 + 5418: -112.99163,20.934933 - node: color: '#C74EBDFF' id: Flowersy3 decals: - 5915: -133.5725,4.2353 + 5904: -133.5725,4.2353 - node: color: '#F9801DFF' id: Flowersy3 decals: - 5921: -159.01277,7.399075 + 5910: -159.01277,7.399075 - node: color: '#FED83DFF' id: Flowersy3 decals: - 5646: -39.061543,-16.252846 + 5635: -39.061543,-16.252846 - node: color: '#FFFFFFFF' id: Flowersy3 decals: - 5399: -111.63147,23.887228 - 5473: -86.03837,6.8348536 - 6846: -32.263496,19.443012 + 5388: -111.63147,23.887228 + 5462: -86.03837,6.8348536 + 6835: -32.263496,19.443012 - node: color: '#3AB3DAFF' id: Flowersy4 decals: - 5913: -132.97018,3.1788871 + 5902: -132.97018,3.1788871 - node: color: '#5E7C16FF' id: Flowersy4 decals: - 5430: -115.470795,21.028748 - 5431: -106.158295,24.041256 - 5433: -118.845795,24.82305 + 5419: -115.470795,21.028748 + 5420: -106.158295,24.041256 + 5422: -118.845795,24.82305 - node: color: '#8932B8FF' id: Flowersy4 decals: - 6992: -103.16745,-87.851974 - 6993: -99.84453,-88.09172 + 6981: -103.16745,-87.851974 + 6982: -99.84453,-88.09172 - node: color: '#C74EBDFF' id: Flowersy4 decals: - 5914: -134.06207,14.819926 + 5903: -134.06207,14.819926 - node: color: '#D58C18FF' id: Flowersy4 decals: - 5427: -119.377045,20.966204 + 5416: -119.377045,20.966204 - node: color: '#F9801DFF' id: Flowersy4 decals: - 5925: -133.85797,10.681126 + 5914: -133.85797,10.681126 - node: color: '#FED83DFF' id: Flowersy4 decals: - 5477: -87.867516,5.784696 - 5641: -36.832375,-11.311915 - 5904: -143.29153,-14.133941 + 5466: -87.867516,5.784696 + 5630: -36.832375,-11.311915 + 5893: -143.29153,-14.133941 - node: color: '#FFFFFFFF' id: Flowersy4 decals: - 5394: -114.329384,23.06374 - 5395: -112.47522,23.949772 + 5383: -114.329384,23.06374 + 5384: -112.47522,23.949772 - node: color: '#334E6DC8' id: FullTileOverlayGreyscale decals: - 6407: -13,-52 - 6408: -13,-53 - 6409: -13,-54 - 6410: -13,-55 - 6411: -13,-56 - 6412: -13,-57 - 6439: -13,-51 + 6396: -13,-52 + 6397: -13,-53 + 6398: -13,-54 + 6399: -13,-55 + 6400: -13,-56 + 6401: -13,-57 + 6428: -13,-51 - node: color: '#52B4E996' id: FullTileOverlayGreyscale decals: - 6524: 0,-35 - 6525: 1,-35 - 6526: 2,-35 - 6527: 3,-35 - 6528: 4,-35 + 6513: 0,-35 + 6514: 1,-35 + 6515: 2,-35 + 6516: 3,-35 + 6517: 4,-35 - node: color: '#D381C996' id: FullTileOverlayGreyscale decals: - 1734: -29,-47 - 1735: -28,-47 - 1736: -27,-47 - 1737: -28,-48 - 1766: -36,-48 - 1767: -37,-48 - 1768: -38,-48 - 1838: -28,-46 - 1839: -27,-46 - 1840: -28,-44 - 1841: -29,-44 - 1842: -29,-45 - 1843: -29,-46 - 1844: -30,-46 - 1845: -30,-44 - 1846: -26,-46 - 1847: -25,-46 - 1848: -25,-45 - 1890: -27,-45 - 1901: -30,-48 - 1902: -30,-47 - 1903: -31,-47 - 1904: -32,-47 + 1729: -29,-47 + 1730: -28,-47 + 1731: -27,-47 + 1732: -28,-48 + 1761: -36,-48 + 1762: -37,-48 + 1763: -38,-48 + 1833: -28,-46 + 1834: -27,-46 + 1835: -28,-44 + 1836: -29,-44 + 1837: -29,-45 + 1838: -29,-46 + 1839: -30,-46 + 1840: -30,-44 + 1841: -26,-46 + 1842: -25,-46 + 1843: -25,-45 + 1885: -27,-45 + 1896: -30,-48 + 1897: -30,-47 + 1898: -31,-47 + 1899: -32,-47 - node: cleanable: True angle: -1.5707963267948966 rad color: '#3AB3DAFF' id: Gib decals: - 5989: -67.09853,-65.281204 + 5978: -67.09853,-65.281204 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 5567: -10.959445,-44.288704 - 5568: -11.626112,-43.861324 - 5569: -12.074028,-42.91275 - 6987: -102.41745,-88.10215 + 5556: -10.959445,-44.288704 + 5557: -11.626112,-43.861324 + 5558: -12.074028,-42.91275 + 6976: -102.41745,-88.10215 - node: color: '#FFFFFFFF' id: Grassc1 decals: - 5306: -118.641884,23.28264 - 5307: -107.610634,23.418152 - 5308: -120.266884,25.138098 - 5309: -120.38147,24.752413 - 5310: -119.78772,24.898348 - 5311: -119.75647,25.30488 - 5312: -106.13147,25.273607 - 5313: -106.079384,24.971313 - 5314: -105.673134,24.950466 - 5315: -105.527306,25.294455 - 5458: -87.63212,5.0169263 - 5459: -84.3717,-0.028244317 - 5482: -46.02876,-13.660489 - 5528: -47.70177,-12.519941 - 5534: -46.035107,-16.178734 - 5541: -44.18094,-11.550518 - 5631: -38.861134,-11.27022 - 5633: -38.861134,-13.115252 - 5797: -151.47508,-5.419704 - 5811: -158.96335,8.449128 - 5815: -158.97375,15.429368 - 5823: -134.40692,25.994165 - 5828: -133.45552,15.433698 - 5831: -134.03886,14.13071 - 5833: -134.04927,12.723482 - 5838: -132.9347,9.421239 - 5841: -134.04927,7.3421407 - 5845: -134.02844,5.3928704 - 5849: -133.89302,2.7694232 - 5852: -133.50761,1.0248473 - 5856: -134.14302,-1.3205316 - 5860: -132.9347,-3.4547925 - 6832: -37,20 - 6981: -105.0112,-88.09172 + 5295: -118.641884,23.28264 + 5296: -107.610634,23.418152 + 5297: -120.266884,25.138098 + 5298: -120.38147,24.752413 + 5299: -119.78772,24.898348 + 5300: -119.75647,25.30488 + 5301: -106.13147,25.273607 + 5302: -106.079384,24.971313 + 5303: -105.673134,24.950466 + 5304: -105.527306,25.294455 + 5447: -87.63212,5.0169263 + 5448: -84.3717,-0.028244317 + 5471: -46.02876,-13.660489 + 5517: -47.70177,-12.519941 + 5523: -46.035107,-16.178734 + 5530: -44.18094,-11.550518 + 5620: -38.861134,-11.27022 + 5622: -38.861134,-13.115252 + 5786: -151.47508,-5.419704 + 5800: -158.96335,8.449128 + 5804: -158.97375,15.429368 + 5812: -134.40692,25.994165 + 5817: -133.45552,15.433698 + 5820: -134.03886,14.13071 + 5822: -134.04927,12.723482 + 5827: -132.9347,9.421239 + 5830: -134.04927,7.3421407 + 5834: -134.02844,5.3928704 + 5838: -133.89302,2.7694232 + 5841: -133.50761,1.0248473 + 5845: -134.14302,-1.3205316 + 5849: -132.9347,-3.4547925 + 6821: -37,20 + 6970: -105.0112,-88.09172 - node: color: '#FFFFFFFF' id: Grassc2 decals: - 5372: -113.19397,23.439 - 5531: -47.88927,-14.990407 - 5544: -46.003857,-10.38304 - 5789: -134.56313,-14.066724 - 5790: -133.52145,-14.025027 - 5791: -132.40688,-13.993756 - 5794: -142.39786,-14.014604 - 5795: -152.07925,-8.036104 - 5798: -150.6105,-5.419704 - 5799: -150.93341,-4.9714756 - 5812: -159.04668,10.140033 - 5816: -158.91125,16.628115 - 5817: -158.91125,17.274397 - 5824: -133.50067,25.962893 - 5829: -134.13261,15.527512 - 5832: -132.91386,13.682482 - 5834: -133.02844,12.5171385 - 5837: -134.01802,10.453206 - 5839: -133.9347,9.385228 - 5842: -132.96594,6.862642 - 5846: -132.94511,4.6006536 - 5850: -133.04927,2.4150102 - 5853: -134.07011,0.378565 - 5857: -133.07011,-1.466466 - 5861: -132.98677,-4.3408246 - 6833: -33,20 - 6834: -34,19 - 6982: -100.521614,-86.25712 - 6986: -98.9487,-86.84085 + 5361: -113.19397,23.439 + 5520: -47.88927,-14.990407 + 5533: -46.003857,-10.38304 + 5778: -134.56313,-14.066724 + 5779: -133.52145,-14.025027 + 5780: -132.40688,-13.993756 + 5783: -142.39786,-14.014604 + 5784: -152.07925,-8.036104 + 5787: -150.6105,-5.419704 + 5788: -150.93341,-4.9714756 + 5801: -159.04668,10.140033 + 5805: -158.91125,16.628115 + 5806: -158.91125,17.274397 + 5813: -133.50067,25.962893 + 5818: -134.13261,15.527512 + 5821: -132.91386,13.682482 + 5823: -133.02844,12.5171385 + 5826: -134.01802,10.453206 + 5828: -133.9347,9.385228 + 5831: -132.96594,6.862642 + 5835: -132.94511,4.6006536 + 5839: -133.04927,2.4150102 + 5842: -134.07011,0.378565 + 5846: -133.07011,-1.466466 + 5850: -132.98677,-4.3408246 + 6822: -33,20 + 6823: -34,19 + 6971: -100.521614,-86.25712 + 6975: -98.9487,-86.84085 - node: color: '#FFFFFFFF' id: Grassc3 decals: - 5349: -120.985634,19.926144 - 5350: -118.10022,20.092926 - 5351: -117.829384,19.957415 - 5352: -115.28772,19.967838 - 5353: -114.808556,20.18674 - 5354: -110.72522,19.905296 - 5355: -111.079384,19.884447 - 5356: -107.714806,20.05123 - 5357: -108.152306,19.905296 - 5358: -104.985634,19.967838 - 5359: -105.996056,19.988688 - 5360: -105.027306,23.053316 - 5361: -109.777306,25.91989 - 5362: -110.16272,26.138792 - 5363: -113.13147,26.10752 - 5364: -112.673134,26.138792 - 5365: -115.777306,25.97201 - 5366: -116.183556,26.00328 - 5367: -121.089806,22.949076 - 5530: -47.29552,-13.87505 - 5532: -47.285107,-15.845168 - 5537: -44.01427,-15.011255 - 5539: -42.99344,-13.885473 - 5543: -46.378857,-12.050865 - 5635: -38.7778,-16.023521 - 5637: -37.111134,-14.783076 - 5638: -37.13446,-11.03047 - 5640: -37.176125,-12.79211 - 5806: -152.1105,-5.1174107 - 5807: -151.9855,-6.74354 - 5808: -149.91258,-8.098648 - 5809: -159.01543,5.436619 - 5813: -159.01543,11.328359 - 5818: -158.9946,18.547089 - 5825: -132.37567,25.931622 - 5826: -133.60136,17.111946 - 5836: -133.48677,10.83889 - 5843: -133.51802,6.4248376 - 5847: -133.9972,4.343433 - 5855: -133.53886,-0.6221298 - 5859: -133.9347,-3.381825 - 5863: -133.36177,-5.164313 - 6835: -36,20 - 6836: -34,20 - 6837: -32,21 - 6983: -101.209114,-88.143845 + 5338: -120.985634,19.926144 + 5339: -118.10022,20.092926 + 5340: -117.829384,19.957415 + 5341: -115.28772,19.967838 + 5342: -114.808556,20.18674 + 5343: -110.72522,19.905296 + 5344: -111.079384,19.884447 + 5345: -107.714806,20.05123 + 5346: -108.152306,19.905296 + 5347: -104.985634,19.967838 + 5348: -105.996056,19.988688 + 5349: -105.027306,23.053316 + 5350: -109.777306,25.91989 + 5351: -110.16272,26.138792 + 5352: -113.13147,26.10752 + 5353: -112.673134,26.138792 + 5354: -115.777306,25.97201 + 5355: -116.183556,26.00328 + 5356: -121.089806,22.949076 + 5519: -47.29552,-13.87505 + 5521: -47.285107,-15.845168 + 5526: -44.01427,-15.011255 + 5528: -42.99344,-13.885473 + 5532: -46.378857,-12.050865 + 5624: -38.7778,-16.023521 + 5626: -37.111134,-14.783076 + 5627: -37.13446,-11.03047 + 5629: -37.176125,-12.79211 + 5795: -152.1105,-5.1174107 + 5796: -151.9855,-6.74354 + 5797: -149.91258,-8.098648 + 5798: -159.01543,5.436619 + 5802: -159.01543,11.328359 + 5807: -158.9946,18.547089 + 5814: -132.37567,25.931622 + 5815: -133.60136,17.111946 + 5825: -133.48677,10.83889 + 5832: -133.51802,6.4248376 + 5836: -133.9972,4.343433 + 5844: -133.53886,-0.6221298 + 5848: -133.9347,-3.381825 + 5852: -133.36177,-5.164313 + 6824: -36,20 + 6825: -34,20 + 6826: -32,21 + 6972: -101.209114,-88.143845 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 5368: -115.933556,24.043587 - 5369: -109.871056,24.085281 - 5370: -112.798134,23.345184 - 5371: -113.141884,23.230522 - 5401: -119.933556,23.19925 - 5460: -87.60087,-0.26799494 - 5461: -84.41337,4.9648066 - 5483: -45.476677,-13.587522 - 5527: -47.910107,-11.300344 - 5529: -48.67052,-13.3747015 - 5533: -46.52469,-14.938288 - 5535: -45.71219,-15.198885 - 5536: -44.691357,-15.699233 - 5538: -44.847607,-14.479635 - 5540: -43.04552,-13.114104 - 5542: -44.347607,-12.832659 - 5545: -45.46219,-11.748572 - 5632: -38.74655,-12.1979475 - 5634: -38.7778,-14.939435 - 5636: -37.111134,-16.044369 - 5639: -37.092793,-11.843534 - 5792: -143.48119,-14.00418 - 5793: -141.44994,-14.025027 - 5796: -150.99591,-8.004833 - 5800: -152.10008,-3.9082372 - 5801: -151.38133,-4.335617 - 5802: -149.93341,-4.460704 - 5803: -149.91258,-5.513519 - 5804: -150.62091,-6.4308224 - 5805: -150.51675,-7.2334633 - 5810: -158.96335,6.8021507 - 5814: -158.92168,13.350596 - 5819: -158.96335,20.06898 - 5820: -143.57417,25.994165 - 5821: -142.37627,25.98374 - 5822: -141.24084,26.03586 - 5827: -133.47636,16.40312 - 5830: -132.91386,14.870807 - 5835: -133.46594,11.672803 - 5840: -132.92427,8.019696 - 5844: -133.42427,5.601349 - 5848: -133.40344,3.6137595 - 5851: -133.52844,1.6294339 - 5854: -132.96594,0.32644552 - 5858: -133.95552,-2.474945 - 5862: -133.9347,-4.3512483 - 6838: -35,20 - 6984: -103.09453,-87.945786 - 6985: -99.71953,-88.07088 + 5357: -115.933556,24.043587 + 5358: -109.871056,24.085281 + 5359: -112.798134,23.345184 + 5360: -113.141884,23.230522 + 5390: -119.933556,23.19925 + 5449: -87.60087,-0.26799494 + 5450: -84.41337,4.9648066 + 5472: -45.476677,-13.587522 + 5516: -47.910107,-11.300344 + 5518: -48.67052,-13.3747015 + 5522: -46.52469,-14.938288 + 5524: -45.71219,-15.198885 + 5525: -44.691357,-15.699233 + 5527: -44.847607,-14.479635 + 5529: -43.04552,-13.114104 + 5531: -44.347607,-12.832659 + 5534: -45.46219,-11.748572 + 5621: -38.74655,-12.1979475 + 5623: -38.7778,-14.939435 + 5625: -37.111134,-16.044369 + 5628: -37.092793,-11.843534 + 5781: -143.48119,-14.00418 + 5782: -141.44994,-14.025027 + 5785: -150.99591,-8.004833 + 5789: -152.10008,-3.9082372 + 5790: -151.38133,-4.335617 + 5791: -149.93341,-4.460704 + 5792: -149.91258,-5.513519 + 5793: -150.62091,-6.4308224 + 5794: -150.51675,-7.2334633 + 5799: -158.96335,6.8021507 + 5803: -158.92168,13.350596 + 5808: -158.96335,20.06898 + 5809: -143.57417,25.994165 + 5810: -142.37627,25.98374 + 5811: -141.24084,26.03586 + 5816: -133.47636,16.40312 + 5819: -132.91386,14.870807 + 5824: -133.46594,11.672803 + 5829: -132.92427,8.019696 + 5833: -133.42427,5.601349 + 5837: -133.40344,3.6137595 + 5840: -133.52844,1.6294339 + 5843: -132.96594,0.32644552 + 5847: -133.95552,-2.474945 + 5851: -133.9347,-4.3512483 + 6827: -35,20 + 6973: -103.09453,-87.945786 + 6974: -99.71953,-88.07088 - node: color: '#FFFFFFFF' id: Grassd1 decals: - 5304: -118.485634,23.355608 - 5305: -107.558556,23.470272 - 5405: -117.798134,25.888618 - 5406: -118.00647,25.01301 - 5407: -107.923134,25.044281 - 5408: -107.860634,26.013704 - 5409: -106.60022,23.04289 - 5410: -105.85022,23.928923 - 5411: -107.089806,25.211065 - 5412: -104.996056,24.262487 - 5414: -119.91272,21.01023 - 5422: -106.808556,21.01023 - 5464: -85.90295,-1.9733472 - 5465: -85.02795,7.032908 - 5488: -47.98302,-11.0918665 - 5494: -47.972607,-14.583875 - 5501: -47.035107,-14.781929 - 5512: -43.74344,-13.979288 - 5517: -43.99344,-11.112714 - 5523: -45.58719,-11.383736 - 5526: -44.61844,-12.790963 - 5556: -10.959445,-42.891903 - 5557: -10.928195,-43.90302 - 5615: -26.344025,-17.846033 - 5616: -25.281525,-17.866882 - 5626: -36.99655,-11.676752 - 5627: -39.0278,-14.908164 - 5628: -39.006966,-15.32512 - 5757: -159,20 - 5758: -159,19 - 5759: -159,18 - 5760: -159,17 - 5761: -159,16 - 5762: -159,15 - 5763: -159,14 - 5764: -159,13 - 5765: -159,12 - 5766: -159,11 - 5767: -159,10 - 5768: -159,9 - 5769: -159,8 - 5770: -159,7 - 5771: -159,6 - 5772: -159,5 - 6815: -38,21 - 6816: -31,19 - 6817: -38,19 - 6963: -101.1987,-85.79846 - 6964: -102.584114,-87.62264 - 6965: -104.8237,-87.70604 - 6966: -102.396614,-88.18554 - 6967: -99.60495,-88.02918 - 6968: -99.646614,-87.40375 - 6969: -98.8862,-87.22654 - 6970: -99.81328,-85.81931 + 5293: -118.485634,23.355608 + 5294: -107.558556,23.470272 + 5394: -117.798134,25.888618 + 5395: -118.00647,25.01301 + 5396: -107.923134,25.044281 + 5397: -107.860634,26.013704 + 5398: -106.60022,23.04289 + 5399: -105.85022,23.928923 + 5400: -107.089806,25.211065 + 5401: -104.996056,24.262487 + 5403: -119.91272,21.01023 + 5411: -106.808556,21.01023 + 5453: -85.90295,-1.9733472 + 5454: -85.02795,7.032908 + 5477: -47.98302,-11.0918665 + 5483: -47.972607,-14.583875 + 5490: -47.035107,-14.781929 + 5501: -43.74344,-13.979288 + 5506: -43.99344,-11.112714 + 5512: -45.58719,-11.383736 + 5515: -44.61844,-12.790963 + 5545: -10.959445,-42.891903 + 5546: -10.928195,-43.90302 + 5604: -26.344025,-17.846033 + 5605: -25.281525,-17.866882 + 5615: -36.99655,-11.676752 + 5616: -39.0278,-14.908164 + 5617: -39.006966,-15.32512 + 5746: -159,20 + 5747: -159,19 + 5748: -159,18 + 5749: -159,17 + 5750: -159,16 + 5751: -159,15 + 5752: -159,14 + 5753: -159,13 + 5754: -159,12 + 5755: -159,11 + 5756: -159,10 + 5757: -159,9 + 5758: -159,8 + 5759: -159,7 + 5760: -159,6 + 5761: -159,5 + 6804: -38,21 + 6805: -31,19 + 6806: -38,19 + 6952: -101.1987,-85.79846 + 6953: -102.584114,-87.62264 + 6954: -104.8237,-87.70604 + 6955: -102.396614,-88.18554 + 6956: -99.60495,-88.02918 + 6957: -99.646614,-87.40375 + 6958: -98.8862,-87.22654 + 6959: -99.81328,-85.81931 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 5373: -121.121056,26.044977 - 5374: -121.06897,24.00189 - 5375: -118.871056,25.951162 - 5376: -121.204384,25.127672 - 5377: -119.589806,26.201334 - 5415: -118.777306,20.95811 - 5421: -108.41272,20.999805 - 5489: -48.01427,-11.904931 - 5491: -49.07677,-13.093256 - 5495: -48.05594,-15.449059 - 5502: -47.191357,-15.866015 - 5507: -43.85802,-15.803472 - 5513: -42.99344,-13.760386 - 5518: -46.11844,-10.070323 - 5524: -44.722607,-11.258649 - 5554: -13.678195,-45.25813 - 5555: -12.084445,-43.027412 - 5558: -12.980278,-43.861324 - 5559: -12.511528,-45.998226 - 5617: -23.94819,-17.773066 - 5672: -96.086464,3.2379124 - 5673: -96.1073,1.8619561 - 6818: -37,21 - 6819: -31,21 - 6820: -37,19 - 6971: -100.54245,-85.9027 - 6972: -99.50078,-86.59068 - 6973: -100.28203,-88.09172 - 6974: -101.4487,-88.09172 + 5362: -121.121056,26.044977 + 5363: -121.06897,24.00189 + 5364: -118.871056,25.951162 + 5365: -121.204384,25.127672 + 5366: -119.589806,26.201334 + 5404: -118.777306,20.95811 + 5410: -108.41272,20.999805 + 5478: -48.01427,-11.904931 + 5480: -49.07677,-13.093256 + 5484: -48.05594,-15.449059 + 5491: -47.191357,-15.866015 + 5496: -43.85802,-15.803472 + 5502: -42.99344,-13.760386 + 5507: -46.11844,-10.070323 + 5513: -44.722607,-11.258649 + 5543: -13.678195,-45.25813 + 5544: -12.084445,-43.027412 + 5547: -12.980278,-43.861324 + 5548: -12.511528,-45.998226 + 5606: -23.94819,-17.773066 + 5661: -96.086464,3.2379124 + 5662: -96.1073,1.8619561 + 6807: -37,21 + 6808: -31,21 + 6809: -37,19 + 6960: -100.54245,-85.9027 + 6961: -99.50078,-86.59068 + 6962: -100.28203,-88.09172 + 6963: -101.4487,-88.09172 - node: color: '#FFFFFFFF' id: Grassd3 decals: - 5416: -117.47522,20.947687 - 5420: -109.621056,21.031078 - 5490: -48.04552,-12.770115 - 5496: -48.035107,-16.09534 - 5503: -46.38927,-15.803472 - 5511: -44.503857,-14.052256 - 5514: -42.98302,-13.030712 - 5519: -45.941357,-11.123137 - 5525: -44.86844,-12.113409 - 5552: -14.011528,-44.716087 - 5553: -11.855278,-46.019073 - 5560: -13.126112,-46.050346 - 5561: -13.178195,-44.518032 - 5773: -152,-4 - 5774: -151,-4 - 5775: -150,-4 - 5776: -150,-5 - 5777: -151,-5 - 5778: -152,-5 - 5779: -152,-6 - 5780: -151,-6 - 5781: -150,-6 - 5782: -150,-7 - 5783: -151,-7 - 5784: -151,-7 - 5785: -152,-7 - 5786: -152,-8 - 5787: -151,-8 - 5788: -150,-8 - 6821: -36,21 - 6822: -32,21 - 6823: -32,19 - 6975: -105.177864,-88.10215 - 6976: -102.97995,-88.06045 - 6977: -98.8862,-86.77831 + 5405: -117.47522,20.947687 + 5409: -109.621056,21.031078 + 5479: -48.04552,-12.770115 + 5485: -48.035107,-16.09534 + 5492: -46.38927,-15.803472 + 5500: -44.503857,-14.052256 + 5503: -42.98302,-13.030712 + 5508: -45.941357,-11.123137 + 5514: -44.86844,-12.113409 + 5541: -14.011528,-44.716087 + 5542: -11.855278,-46.019073 + 5549: -13.126112,-46.050346 + 5550: -13.178195,-44.518032 + 5762: -152,-4 + 5763: -151,-4 + 5764: -150,-4 + 5765: -150,-5 + 5766: -151,-5 + 5767: -152,-5 + 5768: -152,-6 + 5769: -151,-6 + 5770: -150,-6 + 5771: -150,-7 + 5772: -151,-7 + 5773: -151,-7 + 5774: -152,-7 + 5775: -152,-8 + 5776: -151,-8 + 5777: -150,-8 + 6810: -36,21 + 6811: -32,21 + 6812: -32,19 + 6964: -105.177864,-88.10215 + 6965: -102.97995,-88.06045 + 6966: -98.8862,-86.77831 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 5382: -115.85022,23.01162 - 5383: -114.454384,23.022043 - 5384: -114.746056,23.855955 - 5385: -113.53772,24.02274 - 5386: -111.78772,24.074858 - 5387: -110.746056,23.918499 - 5388: -110.204384,23.115858 - 5389: -111.308556,23.167978 - 5417: -116.141884,20.90599 - 5456: -86.88212,5.21498 - 5457: -86.9342,4.725057 - 5481: -45.612095,-13.26438 - 5492: -48.99344,-13.958441 - 5497: -47.097607,-11.248225 - 5510: -46.01427,-14.948711 - 5520: -46.43094,-11.758997 - 5550: -10.969862,-44.903717 - 5551: -13.938612,-43.90302 - 5562: -12.042778,-43.840477 - 5563: -11.907362,-45.143463 - 5629: -36.913216,-12.7608385 - 5749: -132,26 - 5750: -133,26 - 5751: -134,26 - 5752: -135,26 - 5753: -141,26 - 5754: -142,26 - 5755: -143,26 - 5756: -144,26 - 6824: -35,21 - 6825: -36,19 - 6826: -31,20 - 6978: -100.53203,-86.79916 - 6979: -101.00078,-87.62264 + 5371: -115.85022,23.01162 + 5372: -114.454384,23.022043 + 5373: -114.746056,23.855955 + 5374: -113.53772,24.02274 + 5375: -111.78772,24.074858 + 5376: -110.746056,23.918499 + 5377: -110.204384,23.115858 + 5378: -111.308556,23.167978 + 5406: -116.141884,20.90599 + 5445: -86.88212,5.21498 + 5446: -86.9342,4.725057 + 5470: -45.612095,-13.26438 + 5481: -48.99344,-13.958441 + 5486: -47.097607,-11.248225 + 5499: -46.01427,-14.948711 + 5509: -46.43094,-11.758997 + 5539: -10.969862,-44.903717 + 5540: -13.938612,-43.90302 + 5551: -12.042778,-43.840477 + 5552: -11.907362,-45.143463 + 5618: -36.913216,-12.7608385 + 5738: -132,26 + 5739: -133,26 + 5740: -134,26 + 5741: -135,26 + 5742: -141,26 + 5743: -142,26 + 5744: -143,26 + 5745: -144,26 + 6813: -35,21 + 6814: -36,19 + 6815: -31,20 + 6967: -100.53203,-86.79916 + 6968: -101.00078,-87.62264 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 5419: -111.371056,21.01023 - 5462: -86.78837,-1.8795323 - 5467: -85.97587,6.939092 - 5480: -46.080845,-13.0559025 - 5493: -47.89969,-13.656147 - 5498: -47.14969,-12.0404415 - 5500: -47.097607,-13.843778 - 5505: -45.32677,-15.709657 - 5509: -44.93094,-14.886168 - 5521: -46.43094,-12.1968 - 5548: -12.959445,-42.933598 - 5549: -13.907362,-45.893986 - 5564: -12.792778,-45.0705 - 5565: -11.449028,-44.205315 - 5619: -25.07319,-19.055206 - 5620: -39.038216,-10.8636875 - 5621: -39.0278,-11.687176 - 5622: -39.017384,-12.7608385 - 5695: -144,-14 - 5696: -143,-14 - 5697: -142,-14 - 5698: -141,-14 - 5699: -135,-14 - 5700: -134,-14 - 5701: -133,-14 - 5702: -132,-14 - 6827: -34,21 - 6828: -33,19 - 6829: -35,19 - 6980: -102.10495,-88.07088 + 5408: -111.371056,21.01023 + 5451: -86.78837,-1.8795323 + 5456: -85.97587,6.939092 + 5469: -46.080845,-13.0559025 + 5482: -47.89969,-13.656147 + 5487: -47.14969,-12.0404415 + 5489: -47.097607,-13.843778 + 5494: -45.32677,-15.709657 + 5498: -44.93094,-14.886168 + 5510: -46.43094,-12.1968 + 5537: -12.959445,-42.933598 + 5538: -13.907362,-45.893986 + 5553: -12.792778,-45.0705 + 5554: -11.449028,-44.205315 + 5608: -25.07319,-19.055206 + 5609: -39.038216,-10.8636875 + 5610: -39.0278,-11.687176 + 5611: -39.017384,-12.7608385 + 5684: -144,-14 + 5685: -143,-14 + 5686: -142,-14 + 5687: -141,-14 + 5688: -135,-14 + 5689: -134,-14 + 5690: -133,-14 + 5691: -132,-14 + 6816: -34,21 + 6817: -33,19 + 6818: -35,19 + 6969: -102.10495,-88.07088 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 5316: -120.277306,25.106825 - 5317: -119.839806,24.794107 - 5318: -105.97522,25.52378 - 5319: -105.69397,25.002586 - 5320: -105.058556,22.938652 - 5321: -109.454384,26.10752 - 5322: -110.266884,25.982433 - 5323: -112.673134,26.138792 - 5324: -113.38147,26.086672 - 5325: -115.610634,26.086672 - 5326: -116.360634,26.065825 - 5327: -118.371056,19.936567 - 5328: -118.152306,20.238861 - 5329: -117.69397,20.019958 - 5330: -115.277306,19.957415 - 5331: -115.058556,20.197165 - 5332: -114.63147,19.926144 - 5333: -111.266884,19.967838 - 5334: -111.152306,20.207588 - 5335: -110.735634,20.019958 - 5336: -108.31897,19.988688 - 5337: -108.058556,20.176317 - 5338: -107.704384,19.936567 - 5339: -105.048134,19.926144 - 5340: -121.03772,20.030382 - 5341: -120.00647,20.082502 - 5342: -120.985634,23.022043 - 5343: -116.00647,24.033163 - 5344: -110.079384,24.064434 - 5345: -112.50647,23.376457 - 5346: -112.548134,23.230522 - 5347: -113.31897,23.105434 - 5348: -113.266884,23.397305 - 5413: -120.954384,21.01023 - 5418: -113.121056,20.926838 - 5423: -105.954384,20.947687 - 5442: -88.03837,4.8922114 - 5443: -87.9342,6.028417 - 5444: -84.0592,6.038841 - 5445: -83.98628,4.9339075 - 5446: -83.95503,0.055518806 - 5447: -84.03837,-0.9347523 - 5448: -88.06962,0.013824165 - 5449: -87.90295,-0.8469747 - 5450: -86.9342,0.1537202 - 5451: -86.85087,-0.21111679 - 5452: -85.17378,-0.19026881 - 5453: -84.88212,0.1537202 - 5454: -85.14253,4.7042093 - 5455: -84.89253,5.2045565 - 5463: -85.03837,-1.9837713 - 5466: -87.00712,6.9912124 - 5478: -46.226677,-13.691761 - 5479: -45.476677,-13.670913 - 5499: -47.30594,-12.957746 - 5504: -46.02469,-16.783321 - 5506: -44.38927,-15.772201 - 5508: -43.972607,-14.917439 - 5515: -44.097607,-13.020288 - 5516: -43.99344,-11.925778 - 5522: -45.48302,-12.363583 - 5546: -13.949028,-42.91275 - 5547: -11.021945,-45.92526 - 5566: -12.115695,-44.36167 - 5618: -23.969025,-19.034359 - 5623: -37.048634,-10.884535 - 5624: -39.048634,-16.138184 - 5625: -36.99655,-15.710804 - 5630: -36.9653,-14.84562 - 5703: -133,-5 - 5704: -134,-5 - 5705: -134,-4 - 5706: -133,-4 - 5707: -133,-3 - 5708: -134,-3 - 5709: -134,-2 - 5710: -133,-2 - 5711: -133,-1 - 5712: -134,-1 - 5713: -134,0 - 5714: -133,0 - 5715: -133,1 - 5716: -134,1 - 5717: -134,2 - 5718: -133,2 - 5719: -133,3 - 5720: -134,3 - 5721: -134,4 - 5722: -133,4 - 5723: -133,5 - 5724: -134,5 - 5725: -134,6 - 5726: -133,6 - 5727: -133,7 - 5728: -134,7 - 5729: -134,8 - 5730: -133,8 - 5731: -133,9 - 5732: -134,9 - 5733: -134,10 - 5734: -133,10 - 5735: -133,11 - 5736: -134,11 - 5737: -134,12 - 5738: -133,12 - 5739: -133,13 - 5740: -134,13 - 5741: -134,14 - 5742: -133,14 - 5743: -133,15 - 5744: -134,15 - 5745: -134,16 - 5746: -133,16 - 5747: -133,17 - 5748: -134,17 - 6830: -32,20 - 6831: -38,20 + 5305: -120.277306,25.106825 + 5306: -119.839806,24.794107 + 5307: -105.97522,25.52378 + 5308: -105.69397,25.002586 + 5309: -105.058556,22.938652 + 5310: -109.454384,26.10752 + 5311: -110.266884,25.982433 + 5312: -112.673134,26.138792 + 5313: -113.38147,26.086672 + 5314: -115.610634,26.086672 + 5315: -116.360634,26.065825 + 5316: -118.371056,19.936567 + 5317: -118.152306,20.238861 + 5318: -117.69397,20.019958 + 5319: -115.277306,19.957415 + 5320: -115.058556,20.197165 + 5321: -114.63147,19.926144 + 5322: -111.266884,19.967838 + 5323: -111.152306,20.207588 + 5324: -110.735634,20.019958 + 5325: -108.31897,19.988688 + 5326: -108.058556,20.176317 + 5327: -107.704384,19.936567 + 5328: -105.048134,19.926144 + 5329: -121.03772,20.030382 + 5330: -120.00647,20.082502 + 5331: -120.985634,23.022043 + 5332: -116.00647,24.033163 + 5333: -110.079384,24.064434 + 5334: -112.50647,23.376457 + 5335: -112.548134,23.230522 + 5336: -113.31897,23.105434 + 5337: -113.266884,23.397305 + 5402: -120.954384,21.01023 + 5407: -113.121056,20.926838 + 5412: -105.954384,20.947687 + 5431: -88.03837,4.8922114 + 5432: -87.9342,6.028417 + 5433: -84.0592,6.038841 + 5434: -83.98628,4.9339075 + 5435: -83.95503,0.055518806 + 5436: -84.03837,-0.9347523 + 5437: -88.06962,0.013824165 + 5438: -87.90295,-0.8469747 + 5439: -86.9342,0.1537202 + 5440: -86.85087,-0.21111679 + 5441: -85.17378,-0.19026881 + 5442: -84.88212,0.1537202 + 5443: -85.14253,4.7042093 + 5444: -84.89253,5.2045565 + 5452: -85.03837,-1.9837713 + 5455: -87.00712,6.9912124 + 5467: -46.226677,-13.691761 + 5468: -45.476677,-13.670913 + 5488: -47.30594,-12.957746 + 5493: -46.02469,-16.783321 + 5495: -44.38927,-15.772201 + 5497: -43.972607,-14.917439 + 5504: -44.097607,-13.020288 + 5505: -43.99344,-11.925778 + 5511: -45.48302,-12.363583 + 5535: -13.949028,-42.91275 + 5536: -11.021945,-45.92526 + 5555: -12.115695,-44.36167 + 5607: -23.969025,-19.034359 + 5612: -37.048634,-10.884535 + 5613: -39.048634,-16.138184 + 5614: -36.99655,-15.710804 + 5619: -36.9653,-14.84562 + 5692: -133,-5 + 5693: -134,-5 + 5694: -134,-4 + 5695: -133,-4 + 5696: -133,-3 + 5697: -134,-3 + 5698: -134,-2 + 5699: -133,-2 + 5700: -133,-1 + 5701: -134,-1 + 5702: -134,0 + 5703: -133,0 + 5704: -133,1 + 5705: -134,1 + 5706: -134,2 + 5707: -133,2 + 5708: -133,3 + 5709: -134,3 + 5710: -134,4 + 5711: -133,4 + 5712: -133,5 + 5713: -134,5 + 5714: -134,6 + 5715: -133,6 + 5716: -133,7 + 5717: -134,7 + 5718: -134,8 + 5719: -133,8 + 5720: -133,9 + 5721: -134,9 + 5722: -134,10 + 5723: -133,10 + 5724: -133,11 + 5725: -134,11 + 5726: -134,12 + 5727: -133,12 + 5728: -133,13 + 5729: -134,13 + 5730: -134,14 + 5731: -133,14 + 5732: -133,15 + 5733: -134,15 + 5734: -134,16 + 5735: -133,16 + 5736: -133,17 + 5737: -134,17 + 6819: -32,20 + 6820: -38,20 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale decals: - 710: -69,-17 - 711: -68,-17 - 712: -71,-18 - 713: -66,-18 - 714: -63,-18 - 715: -62,-18 - 716: -68,-22 - 717: -69,-22 - 718: -72,-28 - 719: -75,-28 - 720: -75,-31 - 721: -72,-31 - 722: -70,-34 - 723: -71,-34 - 724: -77,-24 - 725: -78,-24 - 726: -80,-24 - 727: -81,-24 - 728: -82,-24 - 729: -83,-24 - 730: -83,-18 - 731: -84,-18 - 732: -85,-18 - 1436: -12,-38 - 1437: -8,-35 - 1438: -7,-35 - 1439: -6,-35 - 1440: -4,-35 - 1441: -3,-35 - 1442: -5,-30 - 1497: -7,-39 - 1498: -6,-39 - 1499: -5,-39 - 1518: -6,-38 - 9221: -75,-24 - 9263: -74,-34 - 9264: -73,-34 - 9266: -79,-35 - 9269: -82,-36 + 705: -69,-17 + 706: -68,-17 + 707: -71,-18 + 708: -66,-18 + 709: -63,-18 + 710: -62,-18 + 711: -68,-22 + 712: -69,-22 + 713: -72,-28 + 714: -75,-28 + 715: -75,-31 + 716: -72,-31 + 717: -70,-34 + 718: -71,-34 + 719: -77,-24 + 720: -78,-24 + 721: -80,-24 + 722: -81,-24 + 723: -82,-24 + 724: -83,-24 + 725: -83,-18 + 726: -84,-18 + 727: -85,-18 + 1431: -12,-38 + 1432: -8,-35 + 1433: -7,-35 + 1434: -6,-35 + 1435: -4,-35 + 1436: -3,-35 + 1437: -5,-30 + 1492: -7,-39 + 1493: -6,-39 + 1494: -5,-39 + 1513: -6,-38 + 9210: -75,-24 + 9252: -74,-34 + 9253: -73,-34 + 9255: -79,-35 + 9258: -82,-36 - node: color: '#669F1EC1' id: HalfTileOverlayGreyscale decals: - 1541: -90,-24 - 1542: -89,-24 - 1543: -88,-24 + 1536: -90,-24 + 1537: -89,-24 + 1538: -88,-24 - node: color: '#79150096' id: HalfTileOverlayGreyscale decals: - 1003: -43,7 - 1020: -43,-8 - 1021: -44,-8 - 1022: -45,-8 - 1023: -46,-8 - 1024: -48,-8 - 1025: -50,-8 + 998: -43,7 + 1015: -43,-8 + 1016: -44,-8 + 1017: -45,-8 + 1018: -46,-8 + 1019: -48,-8 + 1020: -50,-8 - node: color: '#791500DA' id: HalfTileOverlayGreyscale @@ -10436,112 +10436,112 @@ entities: 388: -67,23 389: -69,23 406: -67,20 - 2131: -38,7 - 2132: -39,7 + 2126: -38,7 + 2127: -39,7 - node: color: '#D381C996' id: HalfTileOverlayGreyscale decals: - 1578: -26,-40 - 1579: -25,-40 - 1609: -26,-44 - 1610: -25,-44 - 1615: -33,-39 - 1621: -37,-47 - 1625: -34,-50 - 1626: -33,-50 - 1627: -35,-55 - 1628: -36,-55 - 1629: -39,-55 - 1952: -38,-40 + 1573: -26,-40 + 1574: -25,-40 + 1604: -26,-44 + 1605: -25,-44 + 1610: -33,-39 + 1616: -37,-47 + 1620: -34,-50 + 1621: -33,-50 + 1622: -35,-55 + 1623: -36,-55 + 1624: -39,-55 + 1947: -38,-40 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 1963: -19,-26 - 1969: -16,-26 + 1958: -19,-26 + 1964: -16,-26 - node: color: '#F9801DBD' id: HalfTileOverlayGreyscale decals: - 932: -64,-22 + 927: -64,-22 - node: color: '#F9801DCC' id: HalfTileOverlayGreyscale decals: - 9230: -67,-28 - 9231: -66,-28 + 9219: -67,-28 + 9220: -66,-28 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale180 decals: - 654: -60,-16 - 655: -61,-16 - 656: -62,-16 - 657: -63,-16 - 662: -75,-16 - 663: -74,-16 - 664: -70,-15 - 665: -69,-15 - 666: -68,-15 - 667: -67,-15 - 668: -66,-15 - 756: -85,-34 - 757: -84,-34 - 758: -85,-22 - 759: -83,-22 - 760: -83,-26 - 761: -82,-26 - 762: -81,-26 - 763: -80,-26 - 764: -78,-26 - 765: -77,-26 - 766: -75,-29 - 767: -72,-29 - 768: -72,-32 - 769: -75,-32 - 770: -75,-37 - 771: -73,-36 - 772: -72,-36 - 773: -71,-36 - 774: -70,-36 - 775: -71,-20 - 776: -70,-20 - 777: -69,-20 - 778: -68,-20 - 779: -67,-20 - 780: -66,-20 - 781: -65,-20 - 782: -64,-20 - 783: -63,-20 - 958: -71,-15 - 1420: -4,-40 - 1421: -5,-40 - 1422: -6,-40 - 1423: -7,-40 - 1424: -9,-33 - 1443: -8,-28 - 1494: -7,-36 - 1495: -6,-36 - 1496: -5,-36 - 1517: -6,-37 - 9216: -76,-26 - 9217: -75,-26 - 9272: -82,-38 - 9273: -81,-38 - 9274: -80,-38 - 9275: -79,-38 + 649: -60,-16 + 650: -61,-16 + 651: -62,-16 + 652: -63,-16 + 657: -75,-16 + 658: -74,-16 + 659: -70,-15 + 660: -69,-15 + 661: -68,-15 + 662: -67,-15 + 663: -66,-15 + 751: -85,-34 + 752: -84,-34 + 753: -85,-22 + 754: -83,-22 + 755: -83,-26 + 756: -82,-26 + 757: -81,-26 + 758: -80,-26 + 759: -78,-26 + 760: -77,-26 + 761: -75,-29 + 762: -72,-29 + 763: -72,-32 + 764: -75,-32 + 765: -75,-37 + 766: -73,-36 + 767: -72,-36 + 768: -71,-36 + 769: -70,-36 + 770: -71,-20 + 771: -70,-20 + 772: -69,-20 + 773: -68,-20 + 774: -67,-20 + 775: -66,-20 + 776: -65,-20 + 777: -64,-20 + 778: -63,-20 + 953: -71,-15 + 1415: -4,-40 + 1416: -5,-40 + 1417: -6,-40 + 1418: -7,-40 + 1419: -9,-33 + 1438: -8,-28 + 1489: -7,-36 + 1490: -6,-36 + 1491: -5,-36 + 1512: -6,-37 + 9205: -76,-26 + 9206: -75,-26 + 9261: -82,-38 + 9262: -81,-38 + 9263: -80,-38 + 9264: -79,-38 - node: color: '#669F1EC1' id: HalfTileOverlayGreyscale180 decals: - 1537: -88,-28 - 1538: -90,-27 + 1532: -88,-28 + 1533: -90,-27 - node: color: '#79150096' id: HalfTileOverlayGreyscale180 decals: - 1002: -43,2 + 997: -43,2 - node: color: '#791500DA' id: HalfTileOverlayGreyscale180 @@ -10559,97 +10559,97 @@ entities: 423: -66,19 551: -54,15 552: -55,15 - 2127: -39,1 - 2128: -38,1 + 2122: -39,1 + 2123: -38,1 - node: color: '#D381C996' id: HalfTileOverlayGreyscale180 decals: - 1568: -26,-42 - 1569: -25,-42 - 1619: -33,-41 - 1622: -37,-45 - 1623: -34,-48 - 1624: -33,-48 - 1630: -36,-56 - 1631: -35,-56 - 1632: -36,-53 - 1633: -35,-53 - 1634: -39,-53 - 1951: -38,-42 + 1563: -26,-42 + 1564: -25,-42 + 1614: -33,-41 + 1617: -37,-45 + 1618: -34,-48 + 1619: -33,-48 + 1625: -36,-56 + 1626: -35,-56 + 1627: -36,-53 + 1628: -35,-53 + 1629: -39,-53 + 1946: -38,-42 - node: color: '#D381C9E0' id: HalfTileOverlayGreyscale180 decals: - 1329: -30,-28 - 1330: -29,-28 - 1331: -28,-28 - 1332: -27,-28 - 1339: -24,-28 - 1340: -23,-28 - 1341: -22,-28 - 1342: -21,-28 + 1324: -30,-28 + 1325: -29,-28 + 1326: -28,-28 + 1327: -27,-28 + 1334: -24,-28 + 1335: -23,-28 + 1336: -22,-28 + 1337: -21,-28 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 decals: - 1980: -43,-19 - 1981: -44,-19 - 1982: -45,-19 - 1983: -46,-19 - 1984: -47,-19 - 1985: -50,-19 - 1988: -52,-16 - 1989: -53,-16 - 1990: -54,-16 - 1991: -55,-16 - 1992: -56,-16 + 1975: -43,-19 + 1976: -44,-19 + 1977: -45,-19 + 1978: -46,-19 + 1979: -47,-19 + 1980: -50,-19 + 1983: -52,-16 + 1984: -53,-16 + 1985: -54,-16 + 1986: -55,-16 + 1987: -56,-16 - node: color: '#F9801DCC' id: HalfTileOverlayGreyscale180 decals: - 9235: -64,-32 - 9236: -65,-32 - 9237: -66,-32 - 9238: -67,-32 + 9224: -64,-32 + 9225: -65,-32 + 9226: -66,-32 + 9227: -67,-32 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale270 decals: - 733: -86,-33 - 734: -86,-32 - 735: -86,-20 - 736: -86,-19 - 737: -80,-20 - 738: -80,-21 - 739: -77,-21 - 740: -74,-19 - 741: -70,-24 - 742: -70,-23 - 745: -74,-27 - 795: -74,-30 - 797: -85,-29 - 1425: -13,-39 - 1426: -9,-38 - 1427: -9,-37 - 1428: -9,-36 - 1429: -10,-32 - 1492: -4,-37 - 1493: -4,-38 - 9262: -76,-35 + 728: -86,-33 + 729: -86,-32 + 730: -86,-20 + 731: -86,-19 + 732: -80,-20 + 733: -80,-21 + 734: -77,-21 + 735: -74,-19 + 736: -70,-24 + 737: -70,-23 + 740: -74,-27 + 790: -74,-30 + 792: -85,-29 + 1420: -13,-39 + 1421: -9,-38 + 1422: -9,-37 + 1423: -9,-36 + 1424: -10,-32 + 1487: -4,-37 + 1488: -4,-38 + 9251: -76,-35 - node: color: '#669F1EC1' id: HalfTileOverlayGreyscale270 decals: - 1539: -91,-26 - 1540: -91,-25 + 1534: -91,-26 + 1535: -91,-25 - node: color: '#79150096' id: HalfTileOverlayGreyscale270 decals: - 1004: -44,6 - 1005: -44,5 - 1006: -44,4 + 999: -44,6 + 1000: -44,5 + 1001: -44,4 - node: color: '#791500DA' id: HalfTileOverlayGreyscale270 @@ -10669,87 +10669,87 @@ entities: color: '#D381C996' id: HalfTileOverlayGreyscale270 decals: - 1635: -44,-62 - 1769: -35,-48 - 1770: -38,-47 - 1802: -42,-60 - 1803: -42,-59 - 1804: -42,-58 - 1805: -42,-57 - 1806: -42,-56 - 1826: -41,-52 - 1891: -27,-44 - 1953: -39,-41 + 1630: -44,-62 + 1764: -35,-48 + 1765: -38,-47 + 1797: -42,-60 + 1798: -42,-59 + 1799: -42,-58 + 1800: -42,-57 + 1801: -42,-56 + 1821: -41,-52 + 1886: -27,-44 + 1948: -39,-41 - node: color: '#D381C9E0' id: HalfTileOverlayGreyscale270 decals: - 1349: -17,-43 - 1350: -17,-47 + 1344: -17,-43 + 1345: -17,-47 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 decals: - 1975: -42,-26 - 1976: -42,-23 - 1977: -42,-22 - 1978: -42,-21 - 1979: -42,-20 - 1986: -51,-18 - 1987: -51,-17 + 1970: -42,-26 + 1971: -42,-23 + 1972: -42,-22 + 1973: -42,-21 + 1974: -42,-20 + 1981: -51,-18 + 1982: -51,-17 - node: color: '#F9801DBD' id: HalfTileOverlayGreyscale270 decals: - 920: -65,-27 - 921: -65,-26 - 922: -65,-25 - 923: -65,-24 - 924: -65,-23 + 915: -65,-27 + 916: -65,-26 + 917: -65,-25 + 918: -65,-24 + 919: -65,-23 - node: color: '#F9801DCC' id: HalfTileOverlayGreyscale270 decals: - 9227: -69,-29 - 9228: -69,-30 + 9216: -69,-29 + 9217: -69,-30 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale90 decals: - 743: -67,-23 - 744: -73,-27 - 747: -68,-35 - 748: -79,-21 - 749: -76,-21 - 750: -82,-21 - 751: -82,-20 - 752: -82,-19 - 753: -83,-30 - 754: -83,-31 - 755: -83,-33 - 796: -73,-30 - 798: -83,-29 - 799: -83,-32 - 1357: -15,-41 - 1358: -15,-39 - 1359: -15,-38 - 1360: -15,-37 - 1430: -11,-39 - 1431: -3,-39 - 1432: -3,-38 - 1433: -3,-37 - 1434: -1,-31 - 1435: -4,-32 - 1490: -8,-37 - 1491: -8,-38 - 5962: -72,-24 - 9277: -78,-37 + 738: -67,-23 + 739: -73,-27 + 742: -68,-35 + 743: -79,-21 + 744: -76,-21 + 745: -82,-21 + 746: -82,-20 + 747: -82,-19 + 748: -83,-30 + 749: -83,-31 + 750: -83,-33 + 791: -73,-30 + 793: -83,-29 + 794: -83,-32 + 1352: -15,-41 + 1353: -15,-39 + 1354: -15,-38 + 1355: -15,-37 + 1425: -11,-39 + 1426: -3,-39 + 1427: -3,-38 + 1428: -3,-37 + 1429: -1,-31 + 1430: -4,-32 + 1485: -8,-37 + 1486: -8,-38 + 5951: -72,-24 + 9266: -78,-37 - node: color: '#669F1EC1' id: HalfTileOverlayGreyscale90 decals: - 1544: -87,-27 - 1545: -87,-26 + 1539: -87,-27 + 1540: -87,-26 - node: color: '#791500DA' id: HalfTileOverlayGreyscale90 @@ -10765,42 +10765,42 @@ entities: 408: -68,21 436: -68,22 554: -53,16 - 2129: -37,2 - 2130: -37,6 + 2124: -37,2 + 2125: -37,6 - node: color: '#D381C996' id: HalfTileOverlayGreyscale90 decals: - 1620: -36,-40 - 1807: -40,-56 - 1808: -40,-57 - 1809: -40,-58 - 1810: -40,-59 - 1811: -40,-60 - 1905: -32,-48 - 1954: -37,-41 + 1615: -36,-40 + 1802: -40,-56 + 1803: -40,-57 + 1804: -40,-58 + 1805: -40,-59 + 1806: -40,-60 + 1900: -32,-48 + 1949: -37,-41 - node: color: '#F9801DBD' id: HalfTileOverlayGreyscale90 decals: - 925: -63,-30 - 926: -63,-29 - 927: -63,-27 - 928: -63,-26 - 929: -63,-25 - 930: -63,-24 - 931: -63,-23 + 920: -63,-30 + 921: -63,-29 + 922: -63,-27 + 923: -63,-26 + 924: -63,-25 + 925: -63,-24 + 926: -63,-23 - node: color: '#F9801DC0' id: HalfTileOverlayGreyscale90 decals: - 949: -67,-24 - 950: -67,-25 + 944: -67,-24 + 945: -67,-25 - node: color: '#F9801DCC' id: HalfTileOverlayGreyscale90 decals: - 9233: -63,-31 + 9222: -63,-31 - node: color: '#DE3A3AFF' id: LoadingArea @@ -10811,99 +10811,99 @@ entities: color: '#FED83DFF' id: LoadingArea decals: - 7031: 52,36 + 7020: 52,36 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6319: -2,37 - 6483: 39,-42 - 6484: 39,-40 + 6308: -2,37 + 6472: 39,-42 + 6473: 39,-40 - node: color: '#FFFFFFFF' id: LoadingArea decals: - 6284: -35,39 - 6318: -1,49 + 6273: -35,39 + 6307: -1,49 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6315: 6,36 + 6304: 6,36 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6285: -31,39 - 6316: 3,36 + 6274: -31,39 + 6305: 3,36 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6317: 2,37 + 6306: 2,37 - node: angle: 1.5707963267948966 rad color: '#DE3A3ACC' id: LoadingAreaGreyscale decals: - 6477: -11,-48 - 6478: -11,-48 + 6466: -11,-48 + 6467: -11,-48 - node: angle: 1.5707963267948966 rad color: '#F9801DFF' id: LoadingAreaGreyscale decals: - 7008: 19,1 - 7009: 6,36 + 6997: 19,1 + 6998: 6,36 - node: angle: 3.141592653589793 rad color: '#F9801DFF' id: LoadingAreaGreyscale decals: - 7010: 3,36 + 6999: 3,36 - node: angle: 4.71238898038469 rad color: '#F9801DFF' id: LoadingAreaGreyscale decals: - 7006: 54,-4 - 7007: 19,-4 + 6995: 54,-4 + 6996: 19,-4 - node: color: '#A4610696' id: MiniTileCheckerAOverlay decals: - 6578: -42,34 - 6579: -42,35 - 6580: -42,36 - 6581: -42,37 - 6582: -42,38 - 6583: -41,38 - 6584: -40,38 - 6585: -39,38 - 6586: -38,38 - 6587: -38,37 - 6588: -38,36 - 6589: -38,35 - 6590: -38,34 - 6591: -40,33 - 6592: -41,33 - 6593: -42,33 - 6803: -7,37 - 6804: -8,36 - 6808: -4,37 - 6809: -5,36 + 6567: -42,34 + 6568: -42,35 + 6569: -42,36 + 6570: -42,37 + 6571: -42,38 + 6572: -41,38 + 6573: -40,38 + 6574: -39,38 + 6575: -38,38 + 6576: -38,37 + 6577: -38,36 + 6578: -38,35 + 6579: -38,34 + 6580: -40,33 + 6581: -41,33 + 6582: -42,33 + 6792: -7,37 + 6793: -8,36 + 6797: -4,37 + 6798: -5,36 - node: color: '#A4610696' id: MiniTileCheckerBOverlay decals: - 6802: -8,37 - 6805: -7,36 - 6806: -5,37 - 6807: -4,36 + 6791: -8,37 + 6794: -7,36 + 6795: -5,37 + 6796: -4,36 - node: color: '#DE3A3A96' id: MiniTileCheckerBOverlay @@ -10918,56 +10918,56 @@ entities: color: '#FFFFFFFF' id: MiniTileDarkInnerNe decals: - 1702: -32,-50 - 1703: -29,-40 - 1704: -36,-39 - 1705: -31,-39 + 1697: -32,-50 + 1698: -29,-40 + 1699: -36,-39 + 1700: -31,-39 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerNw decals: - 1706: -34,-39 - 1707: -39,-47 - 1708: -39,-50 - 1709: -41,-51 - 1710: -43,-55 - 1711: -44,-61 - 1721: -39,-39 + 1701: -34,-39 + 1702: -39,-47 + 1703: -39,-50 + 1704: -41,-51 + 1705: -43,-55 + 1706: -44,-61 + 1716: -39,-39 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSe decals: - 1712: -39,-62 - 1713: -32,-53 - 1714: -27,-48 - 1715: -36,-45 + 1707: -39,-62 + 1708: -32,-53 + 1709: -27,-48 + 1710: -36,-45 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSw decals: - 1716: -34,-41 - 1717: -39,-45 - 1718: -39,-48 - 1719: -41,-53 + 1711: -34,-41 + 1712: -39,-45 + 1713: -39,-48 + 1714: -41,-53 - node: color: '#DE3A3A96' id: MiniTileDiagonalCheckerAOverlay decals: - 6348: 48,-55 - 6349: 49,-55 - 6350: 50,-55 - 6351: 51,-55 - 6352: 52,-55 + 6337: 48,-55 + 6338: 49,-55 + 6339: 50,-55 + 6340: 51,-55 + 6341: 52,-55 - node: color: '#9FED5896' id: MiniTileWhiteCornerNe decals: - 5976: -72,23 + 5965: -72,23 - node: color: '#9FED5896' id: MiniTileWhiteCornerSe decals: - 5977: -72,20 + 5966: -72,20 - node: color: '#334E6DC8' id: MiniTileWhiteLineE @@ -10978,8 +10978,8 @@ entities: color: '#9FED5896' id: MiniTileWhiteLineE decals: - 5974: -72,22 - 5975: -72,21 + 5963: -72,22 + 5964: -72,21 - node: color: '#474F52FF' id: MonoOverlay @@ -11011,47 +11011,47 @@ entities: color: '#1861D5BF' id: OffsetCheckerAOverlay decals: - 7103: -100,-43 + 7092: -100,-43 - node: color: '#951710BF' id: OffsetCheckerAOverlay decals: - 7102: -97,-47 + 7091: -97,-47 - node: color: '#D381C996' id: OffsetCheckerAOverlay decals: - 1677: -46,-65 - 1678: -47,-66 - 1679: -47,-64 - 1680: -46,-63 - 1681: -47,-62 - 1682: -48,-63 + 1672: -46,-65 + 1673: -47,-66 + 1674: -47,-64 + 1675: -46,-63 + 1676: -47,-62 + 1677: -48,-63 - node: color: '#D381C996' id: OffsetCheckerBOverlay decals: - 1683: -44,-65 + 1678: -44,-65 - node: cleanable: True color: '#A46106FF' id: Omni decals: - 6810: 35.917416,-33.364605 + 6799: 35.917416,-33.364605 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale decals: - 790: -74,-31 - 791: -74,-28 - 800: -85,-30 - 807: -70,-18 - 1477: -2,-35 - 1500: -7,-37 - 1501: -4,-39 - 1519: -5,-38 - 9222: -74,-24 - 9268: -81,-36 + 785: -74,-31 + 786: -74,-28 + 795: -85,-30 + 802: -70,-18 + 1472: -2,-35 + 1495: -7,-37 + 1496: -4,-39 + 1514: -5,-38 + 9211: -74,-24 + 9257: -81,-36 - node: color: '#9FED5896' id: QuarterTileOverlayGreyscale @@ -11061,63 +11061,63 @@ entities: color: '#D381C996' id: QuarterTileOverlayGreyscale decals: - 1575: -27,-40 - 1684: -44,-61 - 1685: -43,-55 - 1690: -34,-39 - 1691: -39,-47 - 1692: -39,-50 - 1693: -41,-51 - 1720: -39,-39 - 1790: -33,-40 - 1936: -37,-41 - 1937: -37,-42 - 1938: -38,-42 + 1570: -27,-40 + 1679: -44,-61 + 1680: -43,-55 + 1685: -34,-39 + 1686: -39,-47 + 1687: -39,-50 + 1688: -41,-51 + 1715: -39,-39 + 1785: -33,-40 + 1931: -37,-41 + 1932: -37,-42 + 1933: -38,-42 - node: color: '#F9801DCC' id: QuarterTileOverlayGreyscale decals: - 9232: -65,-28 + 9221: -65,-28 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale180 decals: - 784: -72,-20 - 785: -62,-19 - 787: -73,-26 - 793: -73,-29 - 794: -74,-36 - 1478: -2,-35 - 1479: -3,-36 - 1502: -8,-36 - 1503: -5,-38 - 1522: -7,-37 + 779: -72,-20 + 780: -62,-19 + 782: -73,-26 + 788: -73,-29 + 789: -74,-36 + 1473: -2,-35 + 1474: -3,-36 + 1497: -8,-36 + 1498: -5,-38 + 1517: -7,-37 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale180 decals: - 1577: -19,-42 - 1686: -39,-62 - 1687: -32,-53 - 1688: -27,-48 - 1689: -36,-45 - 1933: -38,-40 - 1934: -39,-40 - 1935: -39,-41 + 1572: -19,-42 + 1681: -39,-62 + 1682: -32,-53 + 1683: -27,-48 + 1684: -36,-45 + 1928: -38,-40 + 1929: -39,-40 + 1930: -39,-41 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale270 decals: - 792: -74,-29 - 1504: -7,-38 - 1505: -4,-36 - 1520: -5,-37 - 9218: -74,-26 + 787: -74,-29 + 1499: -7,-38 + 1500: -4,-36 + 1515: -5,-37 + 9207: -74,-26 - node: color: '#669F1EC1' id: QuarterTileOverlayGreyscale270 decals: - 1536: -89,-27 + 1531: -89,-27 - node: color: '#9FED5896' id: QuarterTileOverlayGreyscale270 @@ -11127,35 +11127,35 @@ entities: color: '#D381C996' id: QuarterTileOverlayGreyscale270 decals: - 1574: -27,-42 - 1694: -41,-53 - 1695: -39,-48 - 1696: -39,-45 - 1697: -34,-41 - 1930: -38,-40 - 1931: -37,-40 - 1932: -37,-41 + 1569: -27,-42 + 1689: -41,-53 + 1690: -39,-48 + 1691: -39,-45 + 1692: -34,-41 + 1925: -38,-40 + 1926: -37,-40 + 1927: -37,-41 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 1053: -42,-19 - 1054: -51,-16 + 1048: -42,-19 + 1049: -51,-16 - node: color: '#F9801DCC' id: QuarterTileOverlayGreyscale270 decals: - 9229: -68,-31 + 9218: -68,-31 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale90 decals: - 786: -67,-18 - 788: -73,-28 - 789: -73,-31 - 1447: -8,-27 - 1506: -5,-37 - 1521: -7,-38 + 781: -67,-18 + 783: -73,-28 + 784: -73,-31 + 1442: -8,-27 + 1501: -5,-37 + 1516: -7,-38 - node: color: '#9FED5896' id: QuarterTileOverlayGreyscale90 @@ -11165,113 +11165,113 @@ entities: color: '#D381C996' id: QuarterTileOverlayGreyscale90 decals: - 1576: -19,-40 - 1698: -36,-39 - 1699: -31,-39 - 1700: -29,-40 - 1701: -32,-50 - 1927: -39,-42 - 1928: -38,-42 - 1929: -39,-41 + 1571: -19,-40 + 1693: -36,-39 + 1694: -31,-39 + 1695: -29,-40 + 1696: -32,-50 + 1922: -39,-42 + 1923: -38,-42 + 1924: -39,-41 - node: color: '#FFFFFFFF' id: Remains decals: - 2151: 41.95378,35.929592 - 6406: 69.95007,0.5801213 + 2146: 41.95378,35.929592 + 6395: 69.95007,0.5801213 - node: color: '#FFFFFFFF' id: Rock01 decals: - 5303: -105.079384,20.937262 - 5669: -96.055214,1.0384686 - 5864: -132.56203,-14.021684 - 5873: -133.79964,3.320525 + 5292: -105.079384,20.937262 + 5658: -96.055214,1.0384686 + 5853: -132.56203,-14.021684 + 5862: -133.79964,3.320525 - node: color: '#9D9D97FF' id: Rock02 decals: - 5957: -142.03685,-14.007245 + 5946: -142.03685,-14.007245 - node: color: '#FFFFFFFF' id: Rock02 decals: - 5576: -10.959445,-45.164314 - 5670: -96.07605,3.9050417 - 5874: -132.97672,-1.4969597 + 5565: -10.959445,-45.164314 + 5659: -96.07605,3.9050417 + 5863: -132.97672,-1.4969597 - node: color: '#FFFFFFFF' id: Rock03 decals: - 5575: -13.605278,-43.725815 - 5870: -134.9374,26.01968 - 6857: -35.288498,18.830086 - 6988: -100.47995,-88.00833 + 5564: -13.605278,-43.725815 + 5859: -134.9374,26.01968 + 6846: -35.288498,18.830086 + 6977: -100.47995,-88.00833 - node: color: '#FFFFFFFF' id: Rock04 decals: - 5671: -96.055214,2.5603585 - 5868: -158.99051,9.222252 - 5871: -133.99191,12.809465 - 6856: -33.788498,19.818274 + 5660: -96.055214,2.5603585 + 5857: -158.99051,9.222252 + 5860: -133.99191,12.809465 + 6845: -33.788498,19.818274 - node: color: '#FFFFFFFF' id: Rock05 decals: - 5865: -151.04228,-5.7261043 - 5867: -158.99051,14.243482 - 5872: -133.05441,17.031147 + 5854: -151.04228,-5.7261043 + 5856: -158.99051,14.243482 + 5861: -133.05441,17.031147 - node: color: '#FFFFFFFF' id: Rock06 decals: - 5869: -159.13635,4.792091 - 9143: 50.514183,42.580566 - 9144: 59.3371,45.06146 - 9145: 66.16337,48.77199 - 9146: 78.193375,39.479485 - 9147: 76.505875,40.897137 - 9148: 77.77671,42.491997 - 9149: 86.98963,37.386246 - 9150: 90.16429,29.631905 - 9151: 85.9848,27.415226 - 9152: 79.94667,25.287596 - 9153: 66.38731,25.485651 - 9154: 51.35598,7.40128 - 9155: 67.95913,8.55638 - 9156: 74.53518,-0.91169006 - 9157: 78.45819,0.76319146 - 9158: 83.5472,-9.130871 - 9159: 80.69679,-18.588743 - 9160: 68.42384,-29.727604 - 9161: 59.481434,-25.453802 - 9162: 55.508022,-29.195986 - 9163: 48.262405,-19.508183 - 9164: 36.544594,-16.276773 - 9165: 37.680008,-15.567948 - 9166: 46.174774,0.92629004 - 9167: 49.100918,6.363833 - 9168: 55.49021,10.410791 - 9169: 55.58396,27.518873 - 9170: 64.488785,29.524231 - 9171: 77.313774,37.28531 - 9172: 82.05306,26.453863 - 9173: 77.57464,3.5018063 - 9174: 84.66548,-8.576855 - 9175: 76.04565,-23.003437 - 9176: 62.47796,-26.045374 - 9177: 49.448048,-18.574135 + 5858: -159.13635,4.792091 + 9132: 50.514183,42.580566 + 9133: 59.3371,45.06146 + 9134: 66.16337,48.77199 + 9135: 78.193375,39.479485 + 9136: 76.505875,40.897137 + 9137: 77.77671,42.491997 + 9138: 86.98963,37.386246 + 9139: 90.16429,29.631905 + 9140: 85.9848,27.415226 + 9141: 79.94667,25.287596 + 9142: 66.38731,25.485651 + 9143: 51.35598,7.40128 + 9144: 67.95913,8.55638 + 9145: 74.53518,-0.91169006 + 9146: 78.45819,0.76319146 + 9147: 83.5472,-9.130871 + 9148: 80.69679,-18.588743 + 9149: 68.42384,-29.727604 + 9150: 59.481434,-25.453802 + 9151: 55.508022,-29.195986 + 9152: 48.262405,-19.508183 + 9153: 36.544594,-16.276773 + 9154: 37.680008,-15.567948 + 9155: 46.174774,0.92629004 + 9156: 49.100918,6.363833 + 9157: 55.49021,10.410791 + 9158: 55.58396,27.518873 + 9159: 64.488785,29.524231 + 9160: 77.313774,37.28531 + 9161: 82.05306,26.453863 + 9162: 77.57464,3.5018063 + 9163: 84.66548,-8.576855 + 9164: 76.04565,-23.003437 + 9165: 62.47796,-26.045374 + 9166: 49.448048,-18.574135 - node: color: '#FFFFFFFF' id: Rock07 decals: - 5866: -149.96936,-8.062956 - 9178: 46.96731,0.49690622 - 9179: 44.45493,-6.471445 - 9180: 81.71346,-17.502268 - 9181: 81.74079,-0.022889435 - 9182: 62.013954,8.418366 + 5855: -149.96936,-8.062956 + 9167: 46.96731,0.49690622 + 9168: 44.45493,-6.471445 + 9169: 81.71346,-17.502268 + 9170: 81.74079,-0.022889435 + 9171: 62.013954,8.418366 - node: color: '#FFFFFFFF' id: SpaceStationSign1 @@ -11324,8 +11324,8 @@ entities: color: '#DE3A3ACC' id: StandClear decals: - 6479: -6,-48 - 6480: -6,-48 + 6468: -6,-48 + 6469: -6,-48 - node: color: '#DE3A3AFF' id: StandClear @@ -11340,16 +11340,16 @@ entities: 202: -23,-44 203: -23,-45 204: -23,-46 - 6565: -36,26 + 6554: -36,26 - node: color: '#FFFFFFFF' id: StandClear decals: - 2093: 20,0 - 2094: 20,-5 - 6259: -35,25 - 7015: 19,-5 - 7016: 19,0 + 2088: 20,0 + 2089: 20,-5 + 6248: -35,25 + 7004: 19,-5 + 7005: 19,0 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -11358,97 +11358,97 @@ entities: 205: -17,-44 206: -17,-45 207: -17,-46 - 6260: -34,26 - 6261: -34,28 + 6249: -34,26 + 6250: -34,28 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: StandClear decals: - 2095: 20,-3 - 2096: 20,2 - 6262: -35,29 - 7017: 19,-3 - 7018: 19,2 + 2090: 20,-3 + 2091: 20,2 + 6251: -35,29 + 7006: 19,-3 + 7007: 19,2 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: StandClear decals: - 6263: -36,28 + 6252: -36,28 - node: angle: 1.5707963267948966 rad color: '#52B4E9FF' id: StandClearGreyscale decals: - 5680: -74,-20 + 5669: -74,-20 - node: color: '#DE3A3A96' id: StandClearGreyscale decals: - 2038: -18,-26 - 2039: -17,-26 + 2033: -18,-26 + 2034: -17,-26 - node: angle: 1.5707963267948966 rad color: '#DE3A3A96' id: StandClearGreyscale decals: - 2036: -14,-23 - 2037: -14,-24 + 2031: -14,-23 + 2032: -14,-24 - node: angle: 3.141592653589793 rad color: '#DE3A3A96' id: StandClearGreyscale decals: - 2034: -10,-24 - 2035: -9,-24 + 2029: -10,-24 + 2030: -9,-24 - node: angle: 3.141592653589793 rad color: '#DE3A3ABF' id: StandClearGreyscale decals: - 2050: -1,-8 + 2045: -1,-8 - node: angle: 1.5707963267948966 rad color: '#DE3A3ACC' id: StandClearGreyscale decals: - 6482: -6,-48 + 6471: -6,-48 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale decals: - 676: -70,-17 - 677: -74,-18 - 678: -70,-22 - 679: -77,-19 - 680: -80,-19 - 681: -85,-28 - 682: -86,-30 - 683: -76,-28 - 684: -76,-31 - 685: -76,-34 - 891: -86,-18 - 1415: -13,-38 - 1416: -9,-35 - 1417: -6,-30 - 1418: -2,-30 - 1419: -2,-34 - 5964: -74,-23 - 9261: -76,-34 - 9267: -81,-35 - 9270: -83,-36 + 671: -70,-17 + 672: -74,-18 + 673: -70,-22 + 674: -77,-19 + 675: -80,-19 + 676: -85,-28 + 677: -86,-30 + 678: -76,-28 + 679: -76,-31 + 680: -76,-34 + 886: -86,-18 + 1410: -13,-38 + 1411: -9,-35 + 1412: -6,-30 + 1413: -2,-30 + 1414: -2,-34 + 5953: -74,-23 + 9250: -76,-34 + 9256: -81,-35 + 9259: -83,-36 - node: color: '#669F1EC1' id: ThreeQuarterTileOverlayGreyscale decals: - 1530: -85,-24 - 1531: -91,-24 + 1525: -85,-24 + 1526: -91,-24 - node: color: '#79150096' id: ThreeQuarterTileOverlayGreyscale decals: - 1008: -44,7 + 1003: -44,7 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale @@ -11458,40 +11458,40 @@ entities: color: '#F9801DBD' id: ThreeQuarterTileOverlayGreyscale decals: - 919: -65,-22 + 914: -65,-22 - node: color: '#F9801DCC' id: ThreeQuarterTileOverlayGreyscale decals: - 9226: -69,-28 + 9215: -69,-28 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 702: -61,-19 - 703: -62,-20 - 704: -68,-36 - 705: -74,-37 - 706: -71,-29 - 707: -71,-32 - 708: -82,-22 - 709: -83,-34 - 746: -72,-26 - 1409: -1,-32 - 1410: -4,-33 - 1411: -8,-33 - 1412: -2,-36 - 1413: -3,-40 - 1414: -11,-41 - 1446: -7,-28 - 5971: -72,-21 - 6541: -1,-35 - 9276: -78,-38 + 697: -61,-19 + 698: -62,-20 + 699: -68,-36 + 700: -74,-37 + 701: -71,-29 + 702: -71,-32 + 703: -82,-22 + 704: -83,-34 + 741: -72,-26 + 1404: -1,-32 + 1405: -4,-33 + 1406: -8,-33 + 1407: -2,-36 + 1408: -3,-40 + 1409: -11,-41 + 1441: -7,-28 + 5960: -72,-21 + 6530: -1,-35 + 9265: -78,-38 - node: color: '#669F1EC1' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1535: -87,-28 + 1530: -87,-28 - node: color: '#791500DA' id: ThreeQuarterTileOverlayGreyscale180 @@ -11503,48 +11503,48 @@ entities: decals: 424: -65,19 550: -53,15 - 2133: -37,1 + 2128: -37,1 - node: color: '#F9801DBD' id: ThreeQuarterTileOverlayGreyscale180 decals: - 917: -67,-26 + 912: -67,-26 - node: color: '#F9801DCC' id: ThreeQuarterTileOverlayGreyscale180 decals: - 9234: -63,-32 + 9223: -63,-32 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale270 decals: - 696: -86,-34 - 697: -86,-22 - 698: -80,-22 - 699: -77,-22 - 700: -76,-29 - 701: -76,-32 - 1401: -13,-41 - 1402: -10,-33 - 1403: -6,-33 - 1404: -2,-32 - 5958: -74,-21 - 6543: -9,-39 - 6544: -8,-40 - 9260: -76,-37 - 9271: -83,-38 + 691: -86,-34 + 692: -86,-22 + 693: -80,-22 + 694: -77,-22 + 695: -76,-29 + 696: -76,-32 + 1396: -13,-41 + 1397: -10,-33 + 1398: -6,-33 + 1399: -2,-32 + 5947: -74,-21 + 6532: -9,-39 + 6533: -8,-40 + 9249: -76,-37 + 9260: -83,-38 - node: color: '#669F1EC1' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1529: -85,-26 - 1532: -91,-27 - 1533: -89,-28 + 1524: -85,-26 + 1527: -91,-27 + 1528: -89,-28 - node: color: '#79150096' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1007: -44,2 + 1002: -44,2 - node: color: '#791500DA' id: ThreeQuarterTileOverlayGreyscale270 @@ -11561,42 +11561,42 @@ entities: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1052: -51,-19 + 1047: -51,-19 - node: color: '#F9801DCC' id: ThreeQuarterTileOverlayGreyscale270 decals: - 9225: -70,-26 - 9239: -68,-32 - 9240: -69,-31 + 9214: -70,-26 + 9228: -68,-32 + 9229: -69,-31 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 686: -67,-17 - 687: -61,-18 - 688: -67,-22 - 689: -71,-28 - 690: -71,-31 - 691: -68,-34 - 692: -76,-19 - 693: -79,-19 - 694: -82,-18 - 695: -83,-28 - 1405: -11,-38 - 1406: -8,-30 - 1407: -4,-30 - 1408: -1,-30 - 1444: -8,-26 - 1445: -7,-27 - 5963: -72,-23 - 6539: -1,-34 - 9265: -78,-35 + 681: -67,-17 + 682: -61,-18 + 683: -67,-22 + 684: -71,-28 + 685: -71,-31 + 686: -68,-34 + 687: -76,-19 + 688: -79,-19 + 689: -82,-18 + 690: -83,-28 + 1400: -11,-38 + 1401: -8,-30 + 1402: -4,-30 + 1403: -1,-30 + 1439: -8,-26 + 1440: -7,-27 + 5952: -72,-23 + 6528: -1,-34 + 9254: -78,-35 - node: color: '#669F1EC1' id: ThreeQuarterTileOverlayGreyscale90 decals: - 1534: -87,-24 + 1529: -87,-24 - node: color: '#791500DA' id: ThreeQuarterTileOverlayGreyscale90 @@ -11613,21 +11613,21 @@ entities: color: '#F9801DBD' id: ThreeQuarterTileOverlayGreyscale90 decals: - 918: -63,-22 + 913: -63,-22 - node: cleanable: True color: '#DE3A3A96' id: Tunnel decals: - 2052: -16,15 + 2047: -16,15 - node: color: '#DE3A3A96' id: WarnCornerGreyscaleNE decals: - 2028: 9,-9 - 2098: 15,-7 - 2106: -13,-10 - 2107: -14,-8 + 2023: 9,-9 + 2093: 15,-7 + 2101: -13,-10 + 2102: -14,-8 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleNE @@ -11638,9 +11638,9 @@ entities: color: '#DE3A3A96' id: WarnCornerGreyscaleNW decals: - 2029: 11,-9 - 2032: -8,-22 - 2105: -11,-10 + 2024: 11,-9 + 2027: -8,-22 + 2100: -11,-10 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleNW @@ -11651,7 +11651,7 @@ entities: color: '#DE3A3A96' id: WarnCornerGreyscaleSE decals: - 2099: 15,-8 + 2094: 15,-8 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleSE @@ -11662,7 +11662,7 @@ entities: color: '#DE3A3A96' id: WarnCornerGreyscaleSW decals: - 2033: -8,-24 + 2028: -8,-24 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleSW @@ -11673,9 +11673,9 @@ entities: color: '#A46106DD' id: WarnCornerNE decals: - 6267: -31,29 - 6268: -31,31 - 6269: -31,33 + 6256: -31,29 + 6257: -31,31 + 6258: -31,33 - node: color: '#DE3A3A96' id: WarnCornerNE @@ -11685,15 +11685,15 @@ entities: color: '#DE3A3ACC' id: WarnCornerNE decals: - 6470: -11,-47 - 6471: -11,-47 + 6459: -11,-47 + 6460: -11,-47 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: 379: -43,-68 - 6308: -21,41 - 7036: 41,35 + 6297: -21,41 + 7025: 41,35 - node: color: '#DE3A3A96' id: WarnCornerNW @@ -11704,16 +11704,16 @@ entities: id: WarnCornerNW decals: 376: -45,-68 - 6305: -26,41 - 6333: -108,-75 - 7035: 43,35 + 6294: -26,41 + 6322: -108,-75 + 7024: 43,35 - node: color: '#A46106DD' id: WarnCornerSE decals: - 6264: -31,28 - 6270: -31,30 - 6271: -31,32 + 6253: -31,28 + 6259: -31,30 + 6260: -31,32 - node: color: '#DE3A3A96' id: WarnCornerSE @@ -11723,8 +11723,8 @@ entities: color: '#DE3A3ACC' id: WarnCornerSE decals: - 6468: -11,-49 - 6469: -11,-49 + 6457: -11,-49 + 6458: -11,-49 - node: color: '#DE3A3AFF' id: WarnCornerSE @@ -11737,8 +11737,8 @@ entities: decals: 373: -43,-66 378: -43,-69 - 6302: -44,32 - 6307: -21,39 + 6291: -44,32 + 6296: -21,39 - node: color: '#DE3A3A96' id: WarnCornerSW @@ -11756,98 +11756,98 @@ entities: decals: 371: -45,-66 377: -45,-69 - 6287: -50,32 - 6306: -26,39 - 6335: -108,-77 - 7098: -5,43 + 6276: -50,32 + 6295: -26,39 + 6324: -108,-77 + 7087: -5,43 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 7068: 3,27 - 7080: 42,-4 + 7057: 3,27 + 7069: 42,-4 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 7075: 37,26 - 7081: 42,-4 - 7091: 36,1 + 7064: 37,26 + 7070: 42,-4 + 7080: 36,1 - node: color: '#FFFFFFFF' id: WarnEndE decals: - 6299: -49,32 - 6370: 80,-40 - 6371: 80,-56 + 6288: -49,32 + 6359: 80,-40 + 6360: 80,-56 - node: color: '#DE3A3A96' id: WarnEndGreyscaleS decals: - 2097: 17,3 + 2092: 17,3 - node: color: '#FFFFFFFF' id: WarnEndN decals: - 6298: -50,33 - 6301: -44,33 - 6374: 86,-45 + 6287: -50,33 + 6290: -44,33 + 6363: 86,-45 - node: color: '#FFFFFFFF' id: WarnEndS decals: - 6375: 86,-51 + 6364: 86,-51 - node: color: '#FFFFFFFF' id: WarnEndW decals: - 6300: -45,32 - 6372: 74,-56 - 6373: 74,-40 + 6289: -45,32 + 6361: 74,-56 + 6362: 74,-40 - node: color: '#FFFFFFFF' id: WarnFull decals: - 6330: -108,-76 - 6331: -108,-75 - 6332: -108,-77 + 6319: -108,-76 + 6320: -108,-75 + 6321: -108,-77 - node: angle: 1.5707963267948966 rad color: '#D381C996' id: WarnFullGreyscale decals: - 6485: -27,-37 - 6486: -29,-37 + 6474: -27,-37 + 6475: -29,-37 - node: angle: 6.283185307179586 rad color: '#D381C996' id: WarnFullGreyscale decals: - 6487: -27,-38 - 6488: -29,-38 + 6476: -27,-38 + 6477: -29,-38 - node: angle: 7.853981633974483 rad color: '#D381C996' id: WarnFullGreyscale decals: - 6489: -28,-38 - 6490: -29,-37 - 6491: -28,-38 - 6492: -27,-37 + 6478: -28,-38 + 6479: -29,-37 + 6480: -28,-38 + 6481: -27,-37 - node: angle: 12.566370614359172 rad color: '#D381C996' id: WarnFullGreyscale decals: - 6493: -29,-38 - 6494: -27,-38 + 6482: -29,-38 + 6483: -27,-38 - node: angle: 15.707963267948966 rad color: '#D381C996' id: WarnFullGreyscale decals: - 6495: -28,-37 - 6496: -28,-37 + 6484: -28,-37 + 6485: -28,-37 - node: color: '#D381C9FF' id: WarnFullGreyscale @@ -12071,63 +12071,63 @@ entities: color: '#DE3A3A96' id: WarnLineE decals: - 2047: -3,-8 + 2042: -3,-8 - node: color: '#FFFFFFFF' id: WarnLineE decals: 374: -43,-65 375: -43,-64 - 6050: 27,5 - 6248: 27,9 - 6276: -35,41 - 6277: -35,40 - 6278: -31,41 - 6279: -31,40 - 6309: -21,40 - 6376: 86,-50 - 6377: 86,-49 - 6378: 86,-48 - 6379: 86,-47 - 6380: 86,-46 - 7050: -1,48 - 7051: 3,35 - 7052: 3,33 - 7053: 3,32 - 7054: 3,31 - 7055: 3,30 - 7056: 3,28 - 7073: 36,26 - 7077: 42,-3 - 7087: 36,1 - 7088: 36,2 - 7101: -8,43 + 6039: 27,5 + 6237: 27,9 + 6265: -35,41 + 6266: -35,40 + 6267: -31,41 + 6268: -31,40 + 6298: -21,40 + 6365: 86,-50 + 6366: 86,-49 + 6367: 86,-48 + 6368: 86,-47 + 6369: 86,-46 + 7039: -1,48 + 7040: 3,35 + 7041: 3,33 + 7042: 3,32 + 7043: 3,31 + 7044: 3,30 + 7045: 3,28 + 7062: 36,26 + 7066: 42,-3 + 7076: 36,1 + 7077: 36,2 + 7090: -8,43 - node: color: '#1D1D21FF' id: WarnLineGreyscaleE decals: - 9363: -57,40 - 9364: -57,41 - 9365: -57,42 - 9366: -57,43 + 9303: -57,40 + 9304: -57,41 + 9305: -57,42 + 9306: -57,43 - node: angle: 3.141592653589793 rad color: '#1D1D21FF' id: WarnLineGreyscaleE decals: - 9359: -58,40 - 9360: -58,41 - 9361: -58,42 - 9362: -58,43 - 9388: -15,8 - 9389: -15,9 + 9299: -58,40 + 9300: -58,41 + 9301: -58,42 + 9302: -58,43 + 9318: -15,8 + 9319: -15,9 - node: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 2109: -14,-9 - 2112: 13,-10 - 9392: 18,5 + 2104: -14,-9 + 2107: 13,-10 + 9322: 18,5 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleE @@ -12144,24 +12144,24 @@ entities: color: '#DE3A3A96' id: WarnLineGreyscaleN decals: - 2030: 12,-9 - 2031: 13,-9 - 2100: 17,-8 - 2101: 18,-8 - 2102: 19,-8 - 2103: 20,-8 - 2104: 21,-8 - 2108: -15,-8 - 2110: -14,6 - 2111: 12,6 - 9390: -14,9 - 9391: -14,9 + 2025: 12,-9 + 2026: 13,-9 + 2095: 17,-8 + 2096: 18,-8 + 2097: 19,-8 + 2098: 20,-8 + 2099: 21,-8 + 2103: -15,-8 + 2105: -14,6 + 2106: 12,6 + 9320: -14,9 + 9321: -14,9 - node: color: '#FED83DFF' id: WarnLineGreyscaleN decals: - 7029: 51,36 - 7030: 51,35 + 7018: 51,36 + 7019: 51,35 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN @@ -12174,10 +12174,10 @@ entities: 56: 2,-1 57: 7,-1 58: 9,-1 - 7025: 52,-4 - 7026: 53,-4 - 7027: 52,-5 - 7028: 53,-5 + 7014: 52,-4 + 7015: 53,-4 + 7016: 52,-5 + 7017: 53,-5 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleS @@ -12194,19 +12194,19 @@ entities: color: '#1D1D21FF' id: WarnLineGreyscaleW decals: - 9367: -58,40 - 9368: -58,41 - 9369: -58,42 - 9370: -58,43 + 9307: -58,40 + 9308: -58,41 + 9309: -58,42 + 9310: -58,43 - node: angle: 3.141592653589793 rad color: '#1D1D21FF' id: WarnLineGreyscaleW decals: - 9355: -57,43 - 9356: -57,42 - 9357: -57,41 - 9358: -57,40 + 9295: -57,43 + 9296: -57,42 + 9297: -57,41 + 9298: -57,40 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW @@ -12223,44 +12223,44 @@ entities: color: '#A46106DD' id: WarnLineN decals: - 6265: -32,28 - 6274: -32,30 - 6275: -32,32 + 6254: -32,28 + 6263: -32,30 + 6264: -32,32 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 6049: -50,-78 - 6249: -46,-78 - 6250: -42,-78 - 6311: -22,39 - 6314: -25,39 - 6396: 75,-56 - 6397: 76,-56 - 6398: 77,-56 - 6399: 78,-56 - 6400: 79,-56 - 6401: 75,-40 - 6402: 76,-40 - 6403: 77,-40 - 6404: 78,-40 - 6405: 79,-40 - 7037: 42,37 - 7099: -6,43 - 7100: -7,43 + 6038: -50,-78 + 6238: -46,-78 + 6239: -42,-78 + 6300: -22,39 + 6303: -25,39 + 6385: 75,-56 + 6386: 76,-56 + 6387: 77,-56 + 6388: 78,-56 + 6389: 79,-56 + 6390: 75,-40 + 6391: 76,-40 + 6392: 77,-40 + 6393: 78,-40 + 6394: 79,-40 + 7026: 42,37 + 7088: -6,43 + 7089: -7,43 - node: color: '#DE3A3A96' id: WarnLineS decals: - 2046: 1,-8 + 2041: 1,-8 - node: color: '#DE3A3ACC' id: WarnLineS decals: - 6472: -6,-47 - 6473: -6,-47 - 6474: -6,-49 - 6475: -6,-49 + 6461: -6,-47 + 6462: -6,-47 + 6463: -6,-49 + 6464: -6,-49 - node: color: '#FFFFFFFF' id: WarnLineS @@ -12269,49 +12269,49 @@ entities: 209: -24,-45 210: -24,-46 372: -45,-64 - 6280: -35,41 - 6281: -35,40 - 6282: -31,41 - 6283: -31,40 - 6312: -26,40 - 6334: -108,-76 - 6381: 86,-50 - 6382: 86,-49 - 6383: 86,-48 - 6384: 86,-47 - 6385: 86,-46 - 7044: -1,38 - 7045: -1,40 - 7046: -1,41 - 7047: -1,42 - 7048: -1,43 - 7049: -1,48 - 7057: 3,35 - 7058: 3,33 - 7059: 3,32 - 7060: 3,31 - 7061: 3,30 - 7062: 3,29 - 7063: 3,28 - 7064: 3,27 - 7072: 36,26 - 7074: 37,27 - 7076: 42,-3 - 7090: 36,2 + 6269: -35,41 + 6270: -35,40 + 6271: -31,41 + 6272: -31,40 + 6301: -26,40 + 6323: -108,-76 + 6370: 86,-50 + 6371: 86,-49 + 6372: 86,-48 + 6373: 86,-47 + 6374: 86,-46 + 7033: -1,38 + 7034: -1,40 + 7035: -1,41 + 7036: -1,42 + 7037: -1,43 + 7038: -1,48 + 7046: 3,35 + 7047: 3,33 + 7048: 3,32 + 7049: 3,31 + 7050: 3,30 + 7051: 3,29 + 7052: 3,28 + 7053: 3,27 + 7061: 36,26 + 7063: 37,27 + 7065: 42,-3 + 7079: 36,2 - node: color: '#A46106DD' id: WarnLineW decals: - 6266: -32,29 - 6272: -32,33 - 6273: -32,31 + 6255: -32,29 + 6261: -32,33 + 6262: -32,31 - node: color: '#DE3A3A96' id: WarnLineW decals: - 2048: -2,-8 - 2049: 0,-8 - 2051: -1,-8 + 2043: -2,-8 + 2044: 0,-8 + 2046: -1,-8 - node: color: '#DE3A3AFF' id: WarnLineW @@ -12324,77 +12324,77 @@ entities: color: '#FFFFFFFF' id: WarnLineW decals: - 6310: -22,41 - 6313: -25,41 - 6386: 75,-40 - 6387: 76,-40 - 6388: 77,-40 - 6389: 78,-40 - 6390: 79,-40 - 6391: 79,-56 - 6392: 78,-56 - 6393: 77,-56 - 6394: 76,-56 - 6395: 75,-56 - 7019: 20,1 - 7020: 21,1 - 7021: 21,0 - 7022: 20,-4 - 7023: 21,-4 - 7024: 21,-5 - 7032: 43,36 - 7033: 42,36 - 7034: 41,36 - 7038: 7,35 - 7039: 7,36 - 7040: 1,37 - 7041: 1,36 - 7042: 0,36 - 7043: -1,36 - 7065: 3,26 - 7066: 4,26 - 7067: 4,27 - 7069: 35,27 - 7070: 36,27 - 7071: 35,26 - 7078: 43,-4 - 7079: 41,-4 - 7082: 41,-5 - 7083: 42,-5 - 7084: 43,-5 - 7085: 35,0 - 7086: 36,0 - 7089: 35,1 + 6299: -22,41 + 6302: -25,41 + 6375: 75,-40 + 6376: 76,-40 + 6377: 77,-40 + 6378: 78,-40 + 6379: 79,-40 + 6380: 79,-56 + 6381: 78,-56 + 6382: 77,-56 + 6383: 76,-56 + 6384: 75,-56 + 7008: 20,1 + 7009: 21,1 + 7010: 21,0 + 7011: 20,-4 + 7012: 21,-4 + 7013: 21,-5 + 7021: 43,36 + 7022: 42,36 + 7023: 41,36 + 7027: 7,35 + 7028: 7,36 + 7029: 1,37 + 7030: 1,36 + 7031: 0,36 + 7032: -1,36 + 7054: 3,26 + 7055: 4,26 + 7056: 4,27 + 7058: 35,27 + 7059: 36,27 + 7060: 35,26 + 7067: 43,-4 + 7068: 41,-4 + 7071: 41,-5 + 7072: 42,-5 + 7073: 43,-5 + 7074: 35,0 + 7075: 36,0 + 7078: 35,1 - node: color: '#B02E26FF' id: WoodTrimThinInnerNe decals: - 1045: -41,3 + 1040: -41,3 - node: color: '#B02E26FF' id: WoodTrimThinInnerNw decals: - 1043: -39,3 + 1038: -39,3 - node: color: '#B02E26FF' id: WoodTrimThinInnerSe decals: - 1041: -41,5 + 1036: -41,5 - node: color: '#B02E26FF' id: WoodTrimThinInnerSw decals: - 1042: -39,5 + 1037: -39,5 - node: color: '#B02E26FF' id: WoodTrimThinLineE decals: - 1040: -41,4 + 1035: -41,4 - node: color: '#B02E26FF' id: WoodTrimThinLineN decals: - 1044: -40,3 + 1039: -40,3 - node: color: '#B02E26FF' id: WoodTrimThinLineS @@ -12415,151 +12415,151 @@ entities: 189: -54,-61 190: -55,-61 191: -56,-61 - 1039: -40,5 + 1034: -40,5 - node: color: '#B02E26FF' id: WoodTrimThinLineW decals: - 1038: -39,4 + 1033: -39,4 - node: angle: 3.141592653589793 rad color: '#DE3A3A96' id: a decals: - 5985: 10,-24 + 5974: 10,-24 - node: angle: 3.141592653589793 rad color: '#DE3A3A96' id: b decals: - 5984: 8,-24 + 5973: 8,-24 - node: cleanable: True angle: 1.5707963267948966 rad color: '#5E7C16FF' id: biohazard decals: - 5986: -84.88206,-38.86752 + 5975: -84.88206,-38.86752 - node: cleanable: True angle: 1.5707963267948966 rad color: '#B02E26FF' id: bottle decals: - 5987: -85.64247,-42.922417 + 5976: -85.64247,-42.922417 - node: color: '#169C9CFF' id: bushsnowa1 decals: - 5935: -158.82237,12.565656 + 5924: -158.82237,12.565656 - node: color: '#3AB3DAFF' id: bushsnowa1 decals: - 5952: -149.8116,-7.328797 + 5941: -149.8116,-7.328797 - node: color: '#C74EBDFF' id: bushsnowa1 decals: - 5582: -13.938612,-43.016987 + 5571: -13.938612,-43.016987 - node: color: '#F38BAAFF' id: bushsnowa1 decals: - 5938: -143.63531,26.151123 + 5927: -143.63531,26.151123 - node: color: '#FED83DFF' id: bushsnowa1 decals: - 5948: -158.98863,17.968182 + 5937: -158.98863,17.968182 - node: color: '#80C71FFF' id: bushsnowa2 decals: - 5942: -133.33922,2.546176 + 5931: -133.33922,2.546176 - node: color: '#C74EBDFF' id: bushsnowa2 decals: - 5581: -13.834445,-44.64312 + 5570: -13.834445,-44.64312 - node: color: '#8932B8FF' id: bushsnowb1 decals: - 5931: -133.37907,11.825761 - 5934: -158.9057,7.031753 + 5920: -133.37907,11.825761 + 5923: -158.9057,7.031753 - node: color: '#C74EBDFF' id: bushsnowb1 decals: - 5578: -10.938612,-45.85229 + 5567: -10.938612,-45.85229 - node: color: '#3C44AAFF' id: bushsnowb2 decals: - 5928: -133.53195,26.16805 + 5917: -133.53195,26.16805 - node: color: '#C74EBDFF' id: bushsnowb2 decals: - 5579: -12.480278,-45.82102 + 5568: -12.480278,-45.82102 - node: color: '#C74EBDFF' id: bushsnowb3 decals: - 5580: -13.813612,-45.862717 - 5953: -132.91101,4.0466304 + 5569: -13.813612,-45.862717 + 5942: -132.91101,4.0466304 - node: cleanable: True color: '#F38BAAFF' id: carp decals: - 5988: -78.98994,-50.021336 + 5977: -78.98994,-50.021336 - node: cleanable: True color: '#BB6C00FF' id: cyka decals: - 6555: -0.06860423,-43.235443 + 6544: -0.06860423,-43.235443 - node: cleanable: True color: '#A0521219' id: footprint decals: - 7004: -15.194891,-40.75505 - 7005: -15.715724,-40.369366 + 6993: -15.194891,-40.75505 + 6994: -15.715724,-40.369366 - node: cleanable: True color: '#A0521235' id: footprint decals: - 7002: -15.132391,-41.547268 - 7003: -15.549057,-41.33879 + 6991: -15.132391,-41.547268 + 6992: -15.549057,-41.33879 - node: cleanable: True color: '#A0521262' id: footprint decals: - 7000: -14.976141,-42.224823 - 7001: -15.330307,-42.14143 + 6989: -14.976141,-42.224823 + 6990: -15.330307,-42.14143 - node: cleanable: True angle: 1.5707963267948966 rad color: '#A0521262' id: footprint decals: - 6998: -14.642807,-42.547962 - 6999: -14.934474,-42.704323 + 6987: -14.642807,-42.547962 + 6988: -14.934474,-42.704323 - node: color: '#DE69ADFF' id: grasssnowb1 decals: - 6855: -34.8885,19.480537 + 6844: -34.8885,19.480537 - node: color: '#DE6941FF' id: grasssnowc3 decals: - 6854: -31.175999,20.643847 + 6843: -31.175999,20.643847 - node: color: '#8932B8FF' id: rune3 @@ -12630,7 +12630,7 @@ entities: color: '#1D1D21FF' id: splatter decals: - 6253: -38.7642,33.347374 + 6242: -38.7642,33.347374 - node: cleanable: True color: '#79150096' @@ -14499,10 +14499,12 @@ entities: 0: 65535 -15,10: 0: 3976 + 2: 61559 -14,9: 0: 65535 -14,10: 0: 4061 + 2: 12322 -13,8: 0: 65518 -13,9: @@ -16936,8 +16938,10 @@ entities: 0: 1092 -16,11: 0: 17 + 2: 224 -13,11: 0: 204 + 2: 48 -12,11: 0: 119 -6,11: @@ -16968,6 +16972,10 @@ entities: 0: 15 7,12: 0: 15 + -15,11: + 2: 255 + -14,11: + 2: 243 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -31052,138 +31060,6 @@ entities: - type: Transform pos: 14.5955715,-18.276012 parent: 1 -- proto: FolderSpawner - entities: - - uid: 8702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.597176,5.596501 - parent: 1 - - uid: 8703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.2951,5.669468 - parent: 1 - - uid: 8704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.472176,5.7215877 - parent: 1 - - uid: 8705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.51385,7.0037284 - parent: 1 - - uid: 8706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.628426,11.684063 - parent: 1 - - uid: 8707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.6076,10.829303 - parent: 1 - - uid: 11907 - components: - - type: Transform - pos: -36.84636,-41.31863 - parent: 1 - - uid: 11908 - components: - - type: Transform - pos: -36.69011,-41.514076 - parent: 1 - - uid: 13053 - components: - - type: Transform - pos: 14.889085,-21.414913 - parent: 1 - - uid: 13054 - components: - - type: Transform - pos: 14.357835,-21.498304 - parent: 1 - - uid: 15160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.96112,18.581358 - parent: 1 - - uid: 15161 - components: - - type: Transform - pos: -86.84654,15.600122 - parent: 1 - - uid: 15162 - components: - - type: Transform - pos: -84.28404,15.589699 - parent: 1 - - uid: 15163 - components: - - type: Transform - pos: -84.44029,15.610546 - parent: 1 - - uid: 20884 - components: - - type: Transform - parent: 20883 - - type: Physics - canCollide: False - - uid: 20885 - components: - - type: Transform - parent: 20883 - - type: Physics - canCollide: False - - uid: 20886 - components: - - type: Transform - parent: 20883 - - type: Physics - canCollide: False - - uid: 20946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.329487,-49.34212 - parent: 1 - - uid: 28492 - components: - - type: Transform - pos: -12.654238,-34.35408 - parent: 1 - - uid: 29457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.652184,-41.869183 - parent: 1 - - uid: 29458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.44385,-41.962997 - parent: 1 - - uid: 29459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.64177,-42.505043 - parent: 1 - - uid: 36415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -132.62933,-55.119263 - parent: 1 - proto: BoxFolderBlack entities: - uid: 23861 @@ -91558,8 +91434,14 @@ entities: - type: Transform pos: -57.531227,-19.518581 parent: 1 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: + - uid: 4573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,-21.5 + parent: 1 - uid: 5453 components: - type: Transform @@ -104764,7 +104646,7 @@ entities: rot: 1.5707963267948966 rad pos: -66.44658,25.622019 parent: 1 -- proto: Dresser +- proto: DresserFilled entities: - uid: 583 components: @@ -116244,6 +116126,144 @@ entities: rot: -1.5707963267948966 rad pos: -121.93618,-18.507378 parent: 1 +- proto: FolderSpawner + entities: + - uid: 8702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.597176,5.596501 + parent: 1 + - uid: 8703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.2951,5.669468 + parent: 1 + - uid: 8704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.472176,5.7215877 + parent: 1 + - uid: 8705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.51385,7.0037284 + parent: 1 + - uid: 8706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.628426,11.684063 + parent: 1 + - uid: 8707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.6076,10.829303 + parent: 1 + - uid: 11907 + components: + - type: Transform + pos: -36.84636,-41.31863 + parent: 1 + - uid: 11908 + components: + - type: Transform + pos: -36.69011,-41.514076 + parent: 1 + - uid: 13053 + components: + - type: Transform + pos: 14.889085,-21.414913 + parent: 1 + - uid: 13054 + components: + - type: Transform + pos: 14.357835,-21.498304 + parent: 1 + - uid: 15160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.96112,18.581358 + parent: 1 + - uid: 15161 + components: + - type: Transform + pos: -86.84654,15.600122 + parent: 1 + - uid: 15162 + components: + - type: Transform + pos: -84.28404,15.589699 + parent: 1 + - uid: 15163 + components: + - type: Transform + pos: -84.44029,15.610546 + parent: 1 + - uid: 20884 + components: + - type: Transform + parent: 20883 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 20885 + components: + - type: Transform + parent: 20883 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 20886 + components: + - type: Transform + parent: 20883 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 20946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.329487,-49.34212 + parent: 1 + - uid: 28492 + components: + - type: Transform + pos: -12.654238,-34.35408 + parent: 1 + - uid: 29457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.652184,-41.869183 + parent: 1 + - uid: 29458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.44385,-41.962997 + parent: 1 + - uid: 29459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.64177,-42.505043 + parent: 1 + - uid: 36415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -132.62933,-55.119263 + parent: 1 - proto: FoodApple entities: - uid: 9325 @@ -171567,6 +171587,8 @@ entities: - type: Transform pos: -57.5,42.5 parent: 1 + - type: AtmosDevice + joinedGrid: 1 - type: AtmosPipeColor color: '#0335FCFF' - proto: GasVentScrubber @@ -175401,6 +175423,8 @@ entities: - type: Transform pos: -56.5,42.5 parent: 1 + - type: AtmosDevice + joinedGrid: 1 - type: AtmosPipeColor color: '#FF1212FF' - proto: GasVolumePump @@ -246809,11 +246833,11 @@ entities: parent: 1 - proto: WallmountTelescreen entities: - - uid: 14484 + - uid: 42168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -104.5,10.5 + rot: -1.5707963267948966 rad + pos: -112.5,-1.5 parent: 1 - proto: WallmountTelevision entities: @@ -252272,11 +252296,6 @@ entities: - type: Transform pos: -76.5,-22.5 parent: 1 - - uid: 4573 - components: - - type: Transform - pos: -77.5,-21.5 - parent: 1 - uid: 4574 components: - type: Transform @@ -270986,12 +271005,6 @@ entities: - type: Transform pos: -22.5,-24.5 parent: 1 - - uid: 4307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-19.5 - parent: 1 - uid: 4389 components: - type: Transform @@ -271100,6 +271113,12 @@ entities: rot: -1.5707963267948966 rad pos: -48.5,-65.5 parent: 1 + - uid: 14484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,-19.5 + parent: 1 - uid: 21145 components: - type: Transform @@ -271430,6 +271449,12 @@ entities: parent: 1 - proto: WindoorSecureMedicalLocked entities: + - uid: 4307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -77.5,-21.5 + parent: 1 - uid: 4551 components: - type: Transform diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index c0ee04c08b..fd5a67a772 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -175,7 +175,7 @@ entities: version: 6 -5,1: ind: -5,1 - tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAC + tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAcgAAAAAAcgAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAC version: 6 -4,1: ind: -4,1 @@ -7970,6 +7970,38 @@ entities: decals: 6029: 19,-15 6030: 13,-15 + - node: + color: '#FFFFFFFF' + id: MiniTileCheckerBOverlay + decals: + 7063: -46,65 + 7064: -46,64 + 7065: -47,64 + 7066: -47,65 + 7067: -48,65 + 7068: -48,64 + 7069: -49,64 + 7070: -49,65 + - node: + color: '#D69949C9' + id: MiniTileWhiteCornerNe + decals: + 7082: -46,65 + - node: + color: '#D69949C9' + id: MiniTileWhiteCornerNw + decals: + 7075: -49,65 + - node: + color: '#D69949C9' + id: MiniTileWhiteCornerSe + decals: + 7079: -46,64 + - node: + color: '#D69949C9' + id: MiniTileWhiteCornerSw + decals: + 7076: -49,64 - node: color: '#D381C996' id: MiniTileWhiteEndN @@ -7988,12 +8020,33 @@ entities: decals: 6532: -64,-16 6606: -67,-16 + - node: + color: '#D69949C9' + id: MiniTileWhiteLineN + decals: + 7080: -48,65 + 7081: -47,65 + - node: + color: '#D69949C9' + id: MiniTileWhiteLineS + decals: + 7077: -48,64 + 7078: -47,64 - node: color: '#D381C996' id: MiniTileWhiteLineW decals: 6531: -67,-16 6607: -64,-16 + - node: + color: '#4B709C76' + id: MonoOverlay + decals: + 7083: -76,22 + 7084: -75,21 + 7085: -75,22 + 7086: -76,21 + 7087: -74,22 - node: color: '#52B4E996' id: MonoOverlay @@ -8926,24 +8979,24 @@ entities: color: '#FFFFFFFF' id: WarnCornerGreyscaleNE decals: - 7112: -21,-14 - 7123: -20,-13 + 7048: -21,-14 + 7059: -20,-13 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleNW decals: - 7111: -22,-14 - 7120: -23,-13 + 7047: -22,-14 + 7056: -23,-13 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleSE decals: - 7113: -21,-16 + 7049: -21,-16 - node: color: '#FFFFFFFF' id: WarnCornerGreyscaleSW decals: - 7114: -22,-16 + 7050: -22,-16 - node: color: '#A46106FF' id: WarnCornerNE @@ -9092,10 +9145,10 @@ entities: color: '#FFFFFFFF' id: WarnLineGreyscaleE decals: - 7115: -21,-15 - 7124: -20,-14 - 7125: -20,-15 - 7126: -20,-16 + 7051: -21,-15 + 7060: -20,-14 + 7061: -20,-15 + 7062: -20,-16 - node: color: '#FFEDCEFF' id: WarnLineGreyscaleN @@ -9106,16 +9159,16 @@ entities: color: '#FFFFFFFF' id: WarnLineGreyscaleN decals: - 7121: -22,-13 - 7122: -21,-13 + 7057: -22,-13 + 7058: -21,-13 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW decals: - 7116: -22,-15 - 7117: -23,-16 - 7118: -23,-15 - 7119: -23,-14 + 7052: -22,-15 + 7053: -23,-16 + 7054: -23,-15 + 7055: -23,-14 - node: color: '#EFB341FF' id: WarnLineN @@ -10034,6 +10087,7 @@ entities: 0: 65535 -13,16: 0: 52416 + 5: 12812 -13,20: 0: 3276 -12,20: @@ -10046,6 +10100,7 @@ entities: 0: 13119 -12,16: 0: 65528 + 5: 7 -12,17: 0: 65535 -12,18: @@ -12366,6 +12421,7 @@ entities: 0: 65535 -12,15: 0: 34952 + 5: 30464 -11,14: 0: 65535 -11,15: @@ -12688,6 +12744,8 @@ entities: 0: 30583 14,-5: 0: 6007 + -13,15: + 5: 52224 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -15731,6 +15789,11 @@ entities: - type: Transform pos: -54.5,26.5 parent: 33 + - uid: 12737 + components: + - type: Transform + pos: -73.5,22.5 + parent: 33 - proto: AirlockCommandLocked entities: - uid: 276 @@ -22277,119 +22340,6 @@ entities: - type: Transform pos: -27.510775,60.69594 parent: 33 -- proto: FolderSpawner - entities: - - uid: 347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.38353,3.190224 - parent: 33 - - uid: 4277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.530535,5.684219 - parent: 33 - - uid: 5935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.50853,2.9817455 - parent: 33 - - uid: 6317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.613868,5.569556 - parent: 33 - - uid: 6417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.517798,14.581489 - parent: 33 - - uid: 6418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.507381,14.581489 - parent: 33 - - uid: 6419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.507381,14.581489 - parent: 33 - - uid: 6420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.507381,14.581489 - parent: 33 - - uid: 6421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.507381,14.581489 - parent: 33 - - uid: 8999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.562958,-0.47644657 - parent: 33 - - uid: 9000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.542126,-0.47644657 - parent: 33 - - uid: 9001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.542126,-0.47644657 - parent: 33 - - uid: 9002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.542126,-0.47644657 - parent: 33 - - uid: 9003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.542126,-0.47644657 - parent: 33 - - uid: 10987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.556133,-17.481606 - parent: 33 - - uid: 13574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.393944,2.6794524 - parent: 33 - - uid: 17081 - components: - - type: Transform - pos: -59.342094,-20.357271 - parent: 33 - - uid: 28864 - components: - - type: Transform - pos: -28.878942,92.74222 - parent: 33 - - uid: 28865 - components: - - type: Transform - pos: -28.76436,92.606705 - parent: 33 - proto: BoxFolderBlack entities: - uid: 6345 @@ -66340,6 +66290,30 @@ entities: parent: 33 - proto: CryogenicSleepUnit entities: + - uid: 6390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,64.5 + parent: 33 + - uid: 8152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,65.5 + parent: 33 + - uid: 12739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,21.5 + parent: 33 + - uid: 15999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,21.5 + parent: 33 - uid: 30737 components: - type: Transform @@ -66348,54 +66322,42 @@ entities: parent: 33 - proto: CryogenicSleepUnitSpawnerLateJoin entities: - - uid: 5687 + - uid: 3492 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-14.5 parent: 33 - - uid: 6389 + - uid: 3493 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-15.5 parent: 33 - - uid: 6390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,64.5 - parent: 33 - - uid: 6641 + - uid: 3502 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-13.5 parent: 33 - - uid: 6648 + - uid: 3503 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-13.5 parent: 33 - - uid: 7153 + - uid: 3507 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-14.5 parent: 33 - - uid: 7178 + - uid: 3508 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-15.5 parent: 33 - - uid: 8152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,65.5 - parent: 33 - proto: CryoPod entities: - uid: 18549 @@ -74998,7 +74960,7 @@ entities: - type: Transform pos: -1.4501972,90.583885 parent: 33 -- proto: Dresser +- proto: DresserFilled entities: - uid: 71 components: @@ -82707,6 +82669,119 @@ entities: - type: Transform pos: -11.624652,5.3498135 parent: 33 +- proto: FolderSpawner + entities: + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.38353,3.190224 + parent: 33 + - uid: 4277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.530535,5.684219 + parent: 33 + - uid: 5935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.50853,2.9817455 + parent: 33 + - uid: 6317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.613868,5.569556 + parent: 33 + - uid: 6417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.517798,14.581489 + parent: 33 + - uid: 6418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.507381,14.581489 + parent: 33 + - uid: 6419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.507381,14.581489 + parent: 33 + - uid: 6420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.507381,14.581489 + parent: 33 + - uid: 6421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.507381,14.581489 + parent: 33 + - uid: 8999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.562958,-0.47644657 + parent: 33 + - uid: 9000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.542126,-0.47644657 + parent: 33 + - uid: 9001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.542126,-0.47644657 + parent: 33 + - uid: 9002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.542126,-0.47644657 + parent: 33 + - uid: 9003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.542126,-0.47644657 + parent: 33 + - uid: 10987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.556133,-17.481606 + parent: 33 + - uid: 13574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.393944,2.6794524 + parent: 33 + - uid: 17081 + components: + - type: Transform + pos: -59.342094,-20.357271 + parent: 33 + - uid: 28864 + components: + - type: Transform + pos: -28.878942,92.74222 + parent: 33 + - uid: 28865 + components: + - type: Transform + pos: -28.76436,92.606705 + parent: 33 - proto: FoodBakedCannabisBrownie entities: - uid: 27377 @@ -127370,16 +127445,6 @@ entities: - type: Transform pos: -61.5,25.5 parent: 33 - - uid: 3492 - components: - - type: Transform - pos: -73.5,22.5 - parent: 33 - - uid: 3493 - components: - - type: Transform - pos: -73.5,23.5 - parent: 33 - uid: 3494 components: - type: Transform @@ -149289,6 +149354,12 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 + - uid: 6641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,26.5 + parent: 33 - uid: 6682 components: - type: Transform @@ -150657,37 +150728,6 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 - - uid: 12735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,27.5 - parent: 33 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 12736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,21.5 - parent: 33 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 12737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,21.5 - parent: 33 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 12739 - components: - - type: Transform - pos: -66.5,27.5 - parent: 33 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 12743 components: - type: Transform @@ -151210,6 +151250,12 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 + - uid: 24552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,23.5 + parent: 33 - uid: 25230 components: - type: Transform @@ -151519,6 +151565,12 @@ entities: rot: -1.5707963267948966 rad pos: -76.5,10.5 parent: 33 + - uid: 30740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,23.5 + parent: 33 - proto: PoweredLightBlueInterior entities: - uid: 273 @@ -151694,14 +151746,6 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 - - uid: 15999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,21.5 - parent: 33 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 16000 components: - type: Transform @@ -151817,6 +151861,11 @@ entities: powerLoad: 0 - proto: PoweredLightColoredFrostyBlue entities: + - uid: 6648 + components: + - type: Transform + pos: -75.5,22.5 + parent: 33 - uid: 12461 components: - type: Transform @@ -157469,6 +157518,11 @@ entities: - type: Transform pos: -12.5,36.5 parent: 33 + - uid: 12735 + components: + - type: Transform + pos: -74.5,27.5 + parent: 33 - uid: 16398 components: - type: Transform @@ -157699,11 +157753,6 @@ entities: - type: Transform pos: -40.5,102.5 parent: 33 - - uid: 24552 - components: - - type: Transform - pos: -74.5,21.5 - parent: 33 - uid: 24553 components: - type: Transform @@ -159761,16 +159810,6 @@ entities: - type: Transform pos: -73.5,24.5 parent: 33 - - uid: 3502 - components: - - type: Transform - pos: -73.5,23.5 - parent: 33 - - uid: 3503 - components: - - type: Transform - pos: -73.5,22.5 - parent: 33 - uid: 3544 components: - type: Transform @@ -165857,6 +165896,12 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-16.5 parent: 33 + - uid: 7153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,23.5 + parent: 33 - uid: 28810 components: - type: Transform @@ -184132,6 +184177,11 @@ entities: - type: Transform pos: -49.5,63.5 parent: 33 + - uid: 5687 + components: + - type: Transform + pos: -73.5,23.5 + parent: 33 - uid: 5688 components: - type: Transform @@ -184767,6 +184817,11 @@ entities: - type: Transform pos: -49.5,65.5 parent: 33 + - uid: 6389 + components: + - type: Transform + pos: -75.5,23.5 + parent: 33 - uid: 6391 components: - type: Transform @@ -185287,6 +185342,11 @@ entities: - type: Transform pos: 5.5,48.5 parent: 33 + - uid: 7178 + components: + - type: Transform + pos: -74.5,23.5 + parent: 33 - uid: 7220 components: - type: Transform @@ -187342,6 +187402,11 @@ entities: - type: Transform pos: -97.5,-73.5 parent: 33 + - uid: 12736 + components: + - type: Transform + pos: -76.5,23.5 + parent: 33 - uid: 12931 components: - type: Transform @@ -199111,18 +199176,6 @@ entities: rot: 1.5707963267948966 rad pos: -74.5,24.5 parent: 33 - - uid: 3507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,23.5 - parent: 33 - - uid: 3508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,22.5 - parent: 33 - uid: 3741 components: - type: Transform From 369109dcd0c975289b414629bd929e53ba67bd4b Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:24:27 +0100 Subject: [PATCH 030/391] Revert "Allow rejoining from cryosleep" (#749) Revert "Allow rejoining from cryosleep (#739)" This reverts commit 0ced42f17b4145cd225ff9f36437def3922a00ff. --- Resources/ConfigPresets/DeltaV/deltav.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index b4a9d40a41..b6ca8b8b3a 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -1,9 +1,8 @@ [game] -desc = "Featuring loads of unique content and psionics." -lobbyenabled = true -lobbyduration = 240 -round_end_pacifist = true -cryo_sleep_rejoining = true +desc = "Featuring loads of unique content and psionics." +lobbyenabled = true +lobbyduration = 240 +round_end_pacifist = true [infolinks] discord = "https://go.delta-v.org/sxzqj" From c463da2e8d5601ad7347231b2ad6b9c982462ea1 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:40:50 +0100 Subject: [PATCH 031/391] Update prisoner.yml (#750) Yes, its terrible. No, I dont care Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .../Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml index b89530fe5e..87deefde14 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml @@ -10,9 +10,9 @@ icon: "JobIconPrisoner" supervisors: job-supervisors-security requirements: - - !type:OverallPlaytimeRequirement - time: 3600 - - !type:WhitelistRequirement + - !type:DepartmentTimeRequirement + department: Security + time: 21600 - type: startingGear id: PrisonerGear From 2d03cc63b6ed9d1d23e8d82714bf568e1f21af7f Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:02:05 +0100 Subject: [PATCH 032/391] Add prisoner latejoin cryopod (#751) --- .../EntitySystems/ContainerSpawnPointSystem.cs | 14 ++++++++++++-- .../DeltaV/Entities/Structures/cryopod.yml | 9 +++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 Resources/Prototypes/DeltaV/Entities/Structures/cryopod.yml diff --git a/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs b/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs index fcb6fdb039..f6e923ec31 100644 --- a/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs +++ b/Content.Server/Spawners/EntitySystems/ContainerSpawnPointSystem.cs @@ -26,8 +26,8 @@ private void OnSpawnPlayer(PlayerSpawningEvent args) if (args.SpawnResult != null) return; - // DeltaV - Prevent spawnpoint overrides from being ignored - if (args.DesiredSpawnPointType != null && args.DesiredSpawnPointType != SpawnPointType.Unset) + // DeltaV - Ignore these two desired spawn types + if (args.DesiredSpawnPointType is SpawnPointType.Observer or SpawnPointType.LateJoin) return; var query = EntityQueryEnumerator(); @@ -38,6 +38,16 @@ private void OnSpawnPlayer(PlayerSpawningEvent args) if (args.Station != null && _station.GetOwningStation(uid, xform) != args.Station) continue; + // DeltaV - Custom override for override spawnpoints, only used for prisoners currently. This shouldn't run for any other jobs + if (args.DesiredSpawnPointType == SpawnPointType.Job) + { + if (spawnPoint.SpawnType != SpawnPointType.Job || spawnPoint.Job != args.Job?.Prototype) + continue; + + possibleContainers.Add((uid, spawnPoint, container, xform)); + continue; + } + // If it's unset, then we allow it to be used for both roundstart and midround joins if (spawnPoint.SpawnType == SpawnPointType.Unset) { diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/cryopod.yml b/Resources/Prototypes/DeltaV/Entities/Structures/cryopod.yml new file mode 100644 index 0000000000..cec45e30fc --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Structures/cryopod.yml @@ -0,0 +1,9 @@ +- type: entity + parent: CryogenicSleepUnit + id: CryogenicSleepUnitSpawnerPrisoner + suffix: Spawner, Prisoner + components: + - type: ContainerSpawnPoint + containerId: storage + spawnType: Job + job: Prisoner From 0d31575f9f8466d04e063cd4aa372cc0171751b5 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Wed, 31 Jan 2024 22:02:20 +0000 Subject: [PATCH 033/391] Automatic Changelog Update (#751) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index f6d2ce452a..43241fff53 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1453,3 +1453,11 @@ Entries: message: Shoukou has received the cryopods. id: 218 time: '2024-01-31T15:34:32.0000000+00:00' +- author: DebugOk + changes: + - type: Tweak + message: >- + Prisoners can now spawn from a special cryopod that can be put in + security, instead of magically appearing in a cell. + id: 219 + time: '2024-01-31T22:02:05.0000000+00:00' From 814446fb36866e27a459f72269c274a8310b9535 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:29:50 +0100 Subject: [PATCH 034/391] Remove last remaining way of getting tesla generator (#752) Update salvage.yml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Resources/Prototypes/Maps/salvage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Maps/salvage.yml b/Resources/Prototypes/Maps/salvage.yml index 1a9613045f..129735d06a 100644 --- a/Resources/Prototypes/Maps/salvage.yml +++ b/Resources/Prototypes/Maps/salvage.yml @@ -46,9 +46,9 @@ id: SmallSyndicate mapPath: /Maps/Salvage/small-syndicate.yml -- type: salvageMap - id: SmallTesla - mapPath: /Maps/Salvage/small-tesla.yml +#- type: salvageMap # DeltaV - No Tesla +# id: SmallTesla +# mapPath: /Maps/Salvage/small-tesla.yml # Small - Asteroids From 77c8df03670f9d82c0246cfa23f012c406ff3cc8 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:55:25 -0600 Subject: [PATCH 035/391] Adds Nyano Evac shuttles (#753) Co-authored-by: Velcroboy <> --- Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml | 12883 ++++++++++++++++ Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml | 4092 +++++ Resources/Maps/Shuttles/DeltaV/NTES_Right.yml | 9503 ++++++++++++ 3 files changed, 26478 insertions(+) create mode 100644 Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml create mode 100644 Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml create mode 100644 Resources/Maps/Shuttles/DeltaV/NTES_Right.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml b/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml new file mode 100644 index 0000000000..7fd83783bc --- /dev/null +++ b/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml @@ -0,0 +1,12883 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 17: FloorBlue + 18: FloorBlueCircuit + 30: FloorDark + 46: FloorGlass + 61: FloorKitchen + 62: FloorLaundry + 65: FloorMetalDiamond + 77: FloorRGlass + 78: FloorReinforced + 81: FloorShowroom + 90: FloorSteel + 105: FloorTechMaint + 109: FloorWhite + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + - type: Transform + pos: 0.5104167,0.43224397 + parent: invalid + - type: MapGrid + chunks: + 0,-1: + ind: 0,-1 + tiles: aQAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAHgAAAAADLgAAAAAAHgAAAAABLgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAALgAAAAACHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABLgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAAAegAAAAAATgAAAAAAWgAAAAABTgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAACegAAAAAATgAAAAAAWgAAAAABWgAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAADTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAACegAAAAAATgAAAAAAWgAAAAABWgAAAAACTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAALgAAAAABHgAAAAACLgAAAAADHgAAAAACegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAACLgAAAAADegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAALgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAWgAAAAADTgAAAAAAegAAAAAAbQAAAAADbQAAAAADEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAAATgAAAAAAegAAAAAAbQAAAAABbQAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAegAAAAAAbQAAAAAAbQAAAAADEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAAATgAAAAAAegAAAAAAbQAAAAABbQAAAAADEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAACTgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACWgAAAAAB + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAHgAAAAADTQAAAAADTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADTQAAAAADTQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAATQAAAAACTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACTQAAAAABTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAHgAAAAABPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAADHgAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAABHgAAAAADAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAADHgAAAAABAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABHgAAAAABLgAAAAABHgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAATgAAAAAALgAAAAABHgAAAAADLgAAAAAAHgAAAAACHgAAAAABHgAAAAADLgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAAALgAAAAAAHgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACHgAAAAACLgAAAAACHgAAAAACHgAAAAABHgAAAAACLgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAABHgAAAAACLgAAAAABHgAAAAACTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAEgAAAAAAEgAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAALgAAAAADTgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAAAHgAAAAACLgAAAAABHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAABegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAACegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAACaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAHgAAAAABLgAAAAACHgAAAAADLgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAALgAAAAADHgAAAAABHgAAAAABHgAAAAADLgAAAAABHgAAAAABLgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACLgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAAHgAAAAABHgAAAAACHgAAAAADLgAAAAACHgAAAAAALgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAALgAAAAAAHgAAAAADLgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAACHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADLgAAAAACHgAAAAADHgAAAAADaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-3: + ind: -1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#334E6DC8' + id: CheckerNESW + decals: + 44: -2,-1 + 45: -1,-1 + - node: + color: '#DE3A3A96' + id: CheckerNESW + decals: + 49: -5,-3 + 50: -5,-4 + 51: -6,-4 + 52: -7,-4 + 68: 4,-11 + 69: 4,-12 + - node: + color: '#DE3A3A96' + id: CheckerNWSE + decals: + 31: 4,-4 + 32: 3,-4 + 33: 2,-4 + 35: 2,-3 + 66: -7,-11 + 67: -7,-12 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 8: -3,-6 + 9: -2,-6 + 10: -1,-6 + 11: 0,-6 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 42: 1,-2 + 43: 0,-2 + 46: -3,-2 + 47: -4,-2 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 0: -3,-11 + 1: 0,-11 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 36: 1,-3 + 37: 0,-3 + 38: -1,-3 + 39: -2,-3 + 40: -3,-3 + 41: -4,-3 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale270 + decals: + 89: -3,4 + 90: -3,3 + 91: -3,2 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 3: -4,-10 + 4: -4,-9 + 5: -4,-8 + 6: -4,-7 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 25: 4,-10 + 26: 4,-9 + 27: 4,-8 + 28: 4,-7 + 29: 4,-6 + 30: 4,-5 + 54: -8,-5 + 55: -8,-6 + 56: -8,-7 + 57: -8,-8 + 58: -8,-9 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 71: 0,2 + 72: 0,3 + 73: 0,4 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 13: 1,-7 + 14: 1,-8 + 15: 1,-9 + 16: 1,-10 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 19: 5,-9 + 20: 5,-8 + 21: 5,-7 + 22: 5,-6 + 23: 5,-5 + 60: -7,-5 + 61: -7,-6 + 62: -7,-7 + 63: -7,-8 + 64: -7,-9 + 65: -7,-10 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 84: -2,7 + 85: -3,6 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale180 + decals: + 74: 0,5 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 88: -3,5 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale90 + decals: + 77: 0,6 + 80: -1,7 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale + decals: + 81: -2,8 + 82: -3,7 + 83: -4,6 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 7: -4,-6 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale + decals: + 48: -5,-2 + 53: -8,-4 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 70: 0,1 + 75: 1,5 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 17: 1,-11 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 18: 5,-10 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 86: -4,5 + 87: -3,1 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 2: -4,-11 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 59: -8,-10 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 76: 1,6 + 78: 0,7 + 79: -1,8 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 12: 1,-6 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 24: 5,-4 + 34: 2,-2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 93: -13,-33 + 97: 11,-33 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 92: -14,-33 + 98: 10,-33 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 96: -13,-32 + 99: 11,-32 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 94: -14,-32 + 95: -14,-32 + 100: 10,-32 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,-1: + 0: 65535 + 1,-1: + 0: 65535 + -3,-1: + 0: 61166 + -2,-1: + 0: 65535 + -1,-1: + 0: 65535 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 65535 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 2,-4: + 0: 32767 + 2,-3: + 0: 4471 + 3,-4: + 0: 819 + -4,-4: + 0: 36863 + -3,-4: + 0: 65535 + -3,-3: + 0: 61183 + -2,-4: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -2,0: + 0: 35054 + -2,1: + 0: 34952 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + 0,0: + 0: 30719 + 0,1: + 0: 30583 + -4,-8: + 0: 65535 + -4,-7: + 0: 65535 + -4,-6: + 0: 65535 + -4,-5: + 0: 65535 + -3,-8: + 0: 65535 + -3,-7: + 0: 65535 + -3,-6: + 0: 65535 + -3,-5: + 0: 65535 + -2,-8: + 0: 65331 + -2,-7: + 0: 65535 + -2,-6: + 0: 13311 + -2,-5: + 0: 62259 + -1,-7: + 0: 65535 + -1,-6: + 0: 61695 + -1,-5: + 0: 65535 + 0,-7: + 0: 65535 + 0,-6: + 0: 12543 + 0,-5: + 0: 62259 + 1,-8: + 0: 65535 + 1,-7: + 0: 65535 + 1,-6: + 0: 65535 + 1,-5: + 0: 65535 + 2,-8: + 0: 65535 + 2,-7: + 0: 65535 + 2,-6: + 0: 65535 + 2,-5: + 0: 65535 + 3,-8: + 0: 13107 + 3,-7: + 0: 13107 + 3,-6: + 0: 13107 + 3,-5: + 0: 13107 + -4,-9: + 0: 65535 + -3,-9: + 0: 65535 + -2,-9: + 0: 16191 + 1: 192 + 1,-9: + 0: 65535 + 2,-9: + 0: 65535 + 3,-9: + 0: 13107 + -3,-2: + 0: 61166 + -1,-8: + 0: 65280 + 0,-8: + 0: 65280 + 2,-2: + 0: 4369 + 2,-1: + 0: 4369 + -4,-3: + 0: 136 + -1,2: + 0: 239 + 0,2: + 0: 23 + 1,0: + 0: 17 + -4,-11: + 0: 65280 + -4,-10: + 0: 65535 + -3,-11: + 0: 65280 + -3,-10: + 0: 65535 + -2,-11: + 0: 13056 + -2,-10: + 0: 65535 + -1,-10: + 0: 65535 + -1,-9: + 0: 61423 + 1: 16 + 0,-10: + 0: 65535 + 0,-9: + 0: 7967 + 2: 224 + 1,-11: + 0: 65280 + 1,-10: + 0: 65535 + 2,-11: + 0: 65280 + 2,-10: + 0: 65535 + 3,-11: + 0: 13056 + 3,-10: + 0: 13107 + -2,2: + 0: 8 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GravityShake + nextShake: 0 + shakeTimes: 10 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 745 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 1 + - uid: 747 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 1 +- proto: AirlockChiefEngineerGlassLocked + entities: + - uid: 389 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 384 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 +- proto: AirlockCommandGlassLocked + entities: + - uid: 489 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 54 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 1 + - uid: 755 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 1 +- proto: AirlockExternalGlass + entities: + - uid: 82 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1 + - uid: 1838 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 +- proto: AirlockGlass + entities: + - uid: 581 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 1046 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 1048 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 1049 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 1 + - uid: 1050 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 1 + - uid: 1054 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 1055 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 1056 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 1057 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 +- proto: AirlockGlassShuttle + entities: + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-18.5 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 1 + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-26.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-24.5 + parent: 1 + - uid: 760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 1 + - uid: 821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-24.5 + parent: 1 + - uid: 930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-26.5 + parent: 1 + - uid: 1353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 1 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 373 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 530 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 202 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 +- proto: APCHighCapacity + entities: + - uid: 832 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 1 + - uid: 835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 +- proto: APCSuperCapacity + entities: + - uid: 834 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 1522 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 1 + - uid: 1523 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 222 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -14.5,-24.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 1 + - uid: 1308 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 1 + - uid: 1311 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 1 + - uid: 1639 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 1 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 1927 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 1 + - uid: 1928 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 1 + - uid: 1930 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1 +- proto: AtmosFixOxygenMarker + entities: + - uid: 1925 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 1 + - uid: 1926 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 1 + - uid: 1929 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 1 +- proto: BedsheetMedical + entities: + - uid: 18 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 +- proto: BoozeDispenser + entities: + - uid: 388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-26.5 + parent: 1 +- proto: BoxFlashbang + entities: + - uid: 536 + components: + - type: Transform + pos: 3.4857593,-0.29709902 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: -5.4829907,-0.27625147 + parent: 1 +- proto: BoxZiptie + entities: + - uid: 538 + components: + - type: Transform + pos: 2.5378428,-0.30752292 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: -4.472574,-0.27625147 + parent: 1 +- proto: BriefcaseBrownFilled + entities: + - uid: 2006 + components: + - type: Transform + pos: 5.2496033,-15.390139 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 88 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 1 + - uid: 792 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 1 + - uid: 822 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 1 + - uid: 842 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 1 + - uid: 968 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 969 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 972 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 973 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 974 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 975 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 976 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 977 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 1349 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 1 + - uid: 1351 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 1 + - uid: 1355 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 1 + - uid: 1370 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 1 + - uid: 1468 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 1469 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 1470 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 1471 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 1472 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 1473 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 1474 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 1475 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 1476 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 1477 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 1478 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 1479 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 1480 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 1481 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 1482 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 1483 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 1484 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 1485 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 1486 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 1487 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 1488 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 1489 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 1490 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 1491 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 1492 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 1493 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 1494 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 1495 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 1496 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 1497 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 1498 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 1499 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 1500 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 1501 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 1502 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 1503 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 1504 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 1505 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 1506 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 1507 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 1508 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 1509 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 1510 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 1511 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 1512 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 1513 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 1514 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 1515 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 1516 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 1517 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 + - uid: 1518 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 1519 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 1520 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 1521 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1 + - uid: 1530 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 1 + - uid: 1531 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 1 + - uid: 1532 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 1 + - uid: 1533 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 1 + - uid: 1536 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 1 + - uid: 1567 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 1 + - uid: 1568 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 1 + - uid: 1569 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 1 + - uid: 1570 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 1 + - uid: 1571 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 1 + - uid: 1572 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 1 + - uid: 1573 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 1 + - uid: 1574 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 1 + - uid: 1575 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 1 + - uid: 1576 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 1 + - uid: 1577 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1 + - uid: 1578 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1 + - uid: 1579 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 1 + - uid: 1580 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 1 + - uid: 1581 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 1 + - uid: 1582 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1 + - uid: 1583 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 1 + - uid: 1584 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 1 + - uid: 1585 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - uid: 1586 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - uid: 1587 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 1588 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - uid: 1589 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 1590 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 1591 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 1 + - uid: 1592 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 1 + - uid: 1593 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 1 + - uid: 1594 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 1 + - uid: 1595 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 1 + - uid: 1596 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 1 + - uid: 1597 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 1 + - uid: 1598 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 1 + - uid: 1600 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 1 + - uid: 1601 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 1 + - uid: 1602 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 1 + - uid: 1603 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 1 + - uid: 1604 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1 + - uid: 1605 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 1 + - uid: 1606 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 1 + - uid: 1607 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1 + - uid: 1608 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 1 + - uid: 1609 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 1 + - uid: 1610 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1 + - uid: 1611 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 + - uid: 1612 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 1 + - uid: 1613 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 1 + - uid: 1614 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1 + - uid: 1615 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 1616 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 1617 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1 + - uid: 1618 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 1619 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - uid: 1620 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - uid: 1621 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 1622 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 1623 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 1624 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 1 + - uid: 1625 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 1 + - uid: 1626 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 1 + - uid: 1627 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 1628 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 1 + - uid: 1629 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 1630 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1 + - uid: 1631 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 1 + - uid: 1632 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 1 + - uid: 1633 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 1 + - uid: 1634 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 1 + - uid: 1635 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 1 + - uid: 1636 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 1 + - uid: 1637 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1 + - uid: 1643 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 1 + - uid: 1644 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 1 + - uid: 1645 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 1 + - uid: 1646 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 1 + - uid: 1647 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 1 + - uid: 1648 + components: + - type: Transform + pos: -9.5,-36.5 + parent: 1 + - uid: 1649 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 1 + - uid: 1650 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 1 + - uid: 1651 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 1 + - uid: 1652 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 1 + - uid: 1653 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 1 + - uid: 1654 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 1 + - uid: 1655 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 1 + - uid: 1656 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1 + - uid: 1657 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 1 + - uid: 1658 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 1 + - uid: 1659 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 1 + - uid: 1660 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 1 + - uid: 1661 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 1 + - uid: 1662 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 1 + - uid: 1663 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 1 + - uid: 1664 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 1 + - uid: 1665 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 1 + - uid: 1666 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 1 + - uid: 1667 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 1 + - uid: 1668 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 1 + - uid: 1669 + components: + - type: Transform + pos: -12.5,-30.5 + parent: 1 + - uid: 1670 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 1 + - uid: 1671 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 1 + - uid: 1672 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 1 + - uid: 1673 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 1 + - uid: 1674 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 1 + - uid: 1675 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 1 + - uid: 1676 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1 + - uid: 1677 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 1 + - uid: 1678 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 1 + - uid: 1679 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 1 + - uid: 1680 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 1 + - uid: 1681 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 1 + - uid: 1682 + components: + - type: Transform + pos: 9.5,-36.5 + parent: 1 + - uid: 1683 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 1 + - uid: 1684 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 1 + - uid: 1685 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 1 + - uid: 1686 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 1 + - uid: 1687 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 1 + - uid: 1688 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 1 + - uid: 1689 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 1 + - uid: 1690 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 1 + - uid: 1691 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 1 + - uid: 1692 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 1 + - uid: 1693 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 1 + - uid: 1694 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 1 + - uid: 1695 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 1 + - uid: 1696 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 1 + - uid: 1697 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 1 + - uid: 1698 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 1 + - uid: 1699 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 1 + - uid: 1700 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 1 + - uid: 1701 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 1 + - uid: 1702 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 1 + - uid: 1703 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 1 + - uid: 1704 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 1 + - uid: 1705 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 1706 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 1707 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 1708 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 1709 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 1710 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 1711 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 1712 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 1713 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 1714 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 1715 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - uid: 1716 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 1783 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - uid: 2060 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 2061 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 2062 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 2063 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 2064 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 2065 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: CableHV + entities: + - uid: 572 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 1 + - uid: 778 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 1 + - uid: 779 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 1 + - uid: 781 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 1 + - uid: 782 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 1 + - uid: 783 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 1 + - uid: 784 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 1 + - uid: 785 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 1 + - uid: 786 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 1 + - uid: 788 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 1 + - uid: 789 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 1 + - uid: 790 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 1 + - uid: 791 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 1 + - uid: 795 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 1 + - uid: 809 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 1 + - uid: 820 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 1 + - uid: 936 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 1 + - uid: 937 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1 + - uid: 938 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1 + - uid: 939 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1 + - uid: 940 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 1 + - uid: 941 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 1 + - uid: 942 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1 + - uid: 943 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 944 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 + - uid: 945 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1 + - uid: 946 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1 + - uid: 947 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 948 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 949 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1 + - uid: 950 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 951 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - uid: 952 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - uid: 953 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 954 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 955 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 956 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 957 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 958 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 959 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 960 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 961 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 963 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 +- proto: CableMV + entities: + - uid: 964 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 965 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 966 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - uid: 967 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 970 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 971 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 1365 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 1 + - uid: 1366 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 1 + - uid: 1367 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 1 + - uid: 1368 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 1 + - uid: 1371 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 1 + - uid: 1372 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 1 + - uid: 1373 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 1 + - uid: 1374 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 1 + - uid: 1375 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 1 + - uid: 1376 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 1 + - uid: 1377 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 1 + - uid: 1378 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 1 + - uid: 1379 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 1 + - uid: 1380 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 1 + - uid: 1381 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 1 + - uid: 1382 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 1 + - uid: 1383 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 1 + - uid: 1384 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 1 + - uid: 1385 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 1 + - uid: 1386 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1 + - uid: 1387 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - uid: 1388 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1 + - uid: 1389 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1 + - uid: 1390 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 1391 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - uid: 1392 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - uid: 1393 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 1394 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - uid: 1395 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 1396 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 1397 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 1398 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 1399 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 1400 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 1401 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 1402 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 1403 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 1404 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 1405 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 1406 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 1407 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 1408 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 1409 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 1410 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 1411 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 1413 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 1 + - uid: 1414 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 1 + - uid: 1415 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 1 + - uid: 1416 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 1 + - uid: 1417 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 1 + - uid: 1418 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 1 + - uid: 1419 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 1 + - uid: 1420 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 1 + - uid: 1421 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 1 + - uid: 1422 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1 + - uid: 1423 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 1 + - uid: 1424 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 1 + - uid: 1425 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 1 + - uid: 1426 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1 + - uid: 1427 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1 + - uid: 1428 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1 + - uid: 1429 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 1 + - uid: 1430 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 1 + - uid: 1431 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1 + - uid: 1432 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 1433 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 + - uid: 1434 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1 + - uid: 1435 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1 + - uid: 1436 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 1437 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 1438 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1 + - uid: 1439 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 1440 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - uid: 1441 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - uid: 1442 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 1443 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 1444 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 1445 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 1446 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 1447 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 1448 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 1449 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 1450 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 1451 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 1452 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 1453 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 1454 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 1455 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 1456 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 1457 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 1458 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 1459 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 1460 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 1461 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 1462 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 1463 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 1464 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 1465 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 1466 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 1467 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 1524 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 1 + - uid: 1525 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 1 + - uid: 1526 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 1 + - uid: 1527 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 1 + - uid: 1528 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 1 + - uid: 1529 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-35.5 + parent: 1 + - uid: 773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-35.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-35.5 + parent: 1 + - uid: 776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-35.5 + parent: 1 +- proto: CarpetSBlue + entities: + - uid: 48 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 1 + - uid: 843 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 1 + - uid: 1316 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 1 + - uid: 1784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-24.5 + parent: 1 + - uid: 1785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-25.5 + parent: 1 + - uid: 1786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-25.5 + parent: 1 + - uid: 1787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-24.5 + parent: 1 + - uid: 1788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-25.5 + parent: 1 + - uid: 1789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-24.5 + parent: 1 + - uid: 1790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-24.5 + parent: 1 + - uid: 1791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-25.5 + parent: 1 + - uid: 1792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-25.5 + parent: 1 + - uid: 1793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-24.5 + parent: 1 + - uid: 1794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-24.5 + parent: 1 + - uid: 1795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-25.5 + parent: 1 + - uid: 1796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-25.5 + parent: 1 + - uid: 1797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-24.5 + parent: 1 + - uid: 1798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-24.5 + parent: 1 + - uid: 1799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-25.5 + parent: 1 + - uid: 1800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 1 + - uid: 1801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-27.5 + parent: 1 + - uid: 1802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-28.5 + parent: 1 + - uid: 1803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-28.5 + parent: 1 + - uid: 1804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-27.5 + parent: 1 + - uid: 1805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-26.5 + parent: 1 + - uid: 1806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-25.5 + parent: 1 + - uid: 1807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-24.5 + parent: 1 + - uid: 1808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-25.5 + parent: 1 + - uid: 1809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-25.5 + parent: 1 + - uid: 1810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-25.5 + parent: 1 + - uid: 1811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-25.5 + parent: 1 + - uid: 1812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-25.5 + parent: 1 + - uid: 1821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-24.5 + parent: 1 + - uid: 1822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-24.5 + parent: 1 + - uid: 1823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-24.5 + parent: 1 + - uid: 1824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-24.5 + parent: 1 + - uid: 1825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-24.5 + parent: 1 + - uid: 1826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-23.5 + parent: 1 + - uid: 1827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-22.5 + parent: 1 + - uid: 1828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-21.5 + parent: 1 + - uid: 1829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-20.5 + parent: 1 + - uid: 1830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-19.5 + parent: 1 + - uid: 1831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-18.5 + parent: 1 + - uid: 1832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-17.5 + parent: 1 + - uid: 1833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-16.5 + parent: 1 + - uid: 1834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-15.5 + parent: 1 + - uid: 1835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-14.5 + parent: 1 + - uid: 1836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 1 + - uid: 1837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-12.5 + parent: 1 + - uid: 1839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-17.5 + parent: 1 + - uid: 1840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-18.5 + parent: 1 + - uid: 1851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-21.5 + parent: 1 + - uid: 1852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-21.5 + parent: 1 + - uid: 1853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-21.5 + parent: 1 + - uid: 1854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-21.5 + parent: 1 + - uid: 1855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-12.5 + parent: 1 + - uid: 1856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-13.5 + parent: 1 + - uid: 1857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-12.5 + parent: 1 + - uid: 1858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-13.5 + parent: 1 + - uid: 1859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-12.5 + parent: 1 + - uid: 1860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-13.5 + parent: 1 + - uid: 1861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-12.5 + parent: 1 + - uid: 1862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-13.5 + parent: 1 + - uid: 1863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-12.5 + parent: 1 + - uid: 1864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-13.5 + parent: 1 + - uid: 1865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-12.5 + parent: 1 + - uid: 1866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-13.5 + parent: 1 + - uid: 1867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 1 + - uid: 1868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 1 + - uid: 1869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-12.5 + parent: 1 + - uid: 1870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 1 + - uid: 1871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-12.5 + parent: 1 + - uid: 1872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-13.5 + parent: 1 + - uid: 1873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 1 + - uid: 1874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - uid: 1875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 1 + - uid: 1876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 1 + - uid: 1877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 1 + - uid: 1878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 1 + - uid: 1879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-12.5 + parent: 1 + - uid: 1880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 1 + - uid: 1881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 1 + - uid: 1882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-13.5 + parent: 1 + - uid: 1883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 1 + - uid: 1884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-13.5 + parent: 1 + - uid: 1885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-12.5 + parent: 1 + - uid: 1886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-13.5 + parent: 1 + - uid: 1887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-12.5 + parent: 1 + - uid: 1888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-13.5 + parent: 1 + - uid: 1889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-14.5 + parent: 1 + - uid: 1890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-15.5 + parent: 1 + - uid: 1892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 1 + - uid: 1893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-18.5 + parent: 1 + - uid: 1894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-19.5 + parent: 1 + - uid: 1895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-20.5 + parent: 1 + - uid: 1896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-21.5 + parent: 1 + - uid: 1897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-22.5 + parent: 1 + - uid: 1898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-23.5 + parent: 1 + - uid: 1899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-21.5 + parent: 1 + - uid: 1900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-21.5 + parent: 1 + - uid: 1901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-21.5 + parent: 1 + - uid: 1902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-21.5 + parent: 1 + - uid: 1905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-17.5 + parent: 1 + - uid: 1906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-18.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 629 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 1 + - uid: 1363 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 1 + - uid: 1773 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1 + - uid: 1774 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 1 + - uid: 1775 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 1 + - uid: 1776 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 1 + - uid: 1777 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 1 + - uid: 1778 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1 + - uid: 1779 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 1 + - uid: 1780 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 1 + - uid: 1813 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 1 + - uid: 1814 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 1 + - uid: 1815 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 1 + - uid: 1816 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 1 + - uid: 1817 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 1 + - uid: 1818 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 1 + - uid: 1819 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 1 + - uid: 1820 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 1 + - uid: 1842 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 1 + - uid: 1843 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 1 + - uid: 1844 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 1 + - uid: 1845 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 1 + - uid: 1846 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 1 + - uid: 1847 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 1 + - uid: 1848 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 1 + - uid: 1849 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 1 + - uid: 1911 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 1 + - uid: 1912 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 1 + - uid: 1913 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 1 + - uid: 1914 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 1 + - uid: 1915 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 1 + - uid: 1916 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 1 + - uid: 1917 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 1 + - uid: 1918 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1 + - uid: 1931 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 1932 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 1 + - uid: 1933 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 1934 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 1935 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 1936 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 + - uid: 1937 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 1938 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 + - uid: 1939 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 1940 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 1941 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 1942 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 1943 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 1944 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1 + - uid: 1945 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - uid: 1946 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 1947 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 + - uid: 1948 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 1 + - uid: 1949 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 1 + - uid: 1950 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 1 + - uid: 1951 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 1 + - uid: 1952 + components: + - type: Transform + pos: 11.5,-41.5 + parent: 1 + - uid: 1953 + components: + - type: Transform + pos: 10.5,-41.5 + parent: 1 + - uid: 1954 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 1 + - uid: 1955 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 1 + - uid: 1956 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 1 + - uid: 1957 + components: + - type: Transform + pos: 6.5,-41.5 + parent: 1 + - uid: 1958 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 1 + - uid: 1959 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 1 + - uid: 1960 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 1 + - uid: 1961 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 1 + - uid: 1962 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 1 + - uid: 1963 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 1 + - uid: 1964 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 1 + - uid: 1965 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 1 + - uid: 1966 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 1 + - uid: 1967 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 1 + - uid: 1968 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 1 + - uid: 1969 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 1 + - uid: 1970 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 1 + - uid: 1971 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 1 + - uid: 1972 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 1 + - uid: 1973 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 1 + - uid: 1974 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 1 + - uid: 1975 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 1 + - uid: 1976 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 1 + - uid: 1977 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 1 + - uid: 1978 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 1979 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 1980 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1 + - uid: 1981 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1 + - uid: 1982 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 1983 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 1984 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 1985 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 1986 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 1987 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 1988 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 1989 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 1990 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 1991 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 1992 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 1993 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 1994 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 1995 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 1996 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 1 + - uid: 1997 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 1 + - uid: 1998 + components: + - type: Transform + pos: -0.5,-32.5 + parent: 1 + - uid: 1999 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 1 + - uid: 2072 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 1 +- proto: Chair + entities: + - uid: 288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-23.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 1 + - uid: 290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-23.5 + parent: 1 + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-23.5 + parent: 1 + - uid: 292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-23.5 + parent: 1 + - uid: 293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 +- proto: ChairFolding + entities: + - uid: 2000 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 1 + - uid: 2001 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 36 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 43 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-32.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-32.5 + parent: 1 + - uid: 309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-35.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1 + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-19.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 1 + - uid: 327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 1 + - uid: 328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-15.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 1 + - uid: 334 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-22.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-22.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1 + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,7.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 1 + - uid: 486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1 + - uid: 563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-19.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 1 + - uid: 570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-22.5 + parent: 1 + - uid: 573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-22.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1 + - uid: 594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-15.5 + parent: 1 + - uid: 692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-35.5 + parent: 1 + - uid: 749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-32.5 + parent: 1 + - uid: 750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-32.5 + parent: 1 + - uid: 751 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 1 + - uid: 1250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-22.5 + parent: 1 + - uid: 1364 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 1 + - uid: 1535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-22.5 + parent: 1 + - uid: 2050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-28.5 + parent: 1 + - uid: 2051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-28.5 + parent: 1 + - uid: 2052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 2053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 2054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 2055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 2056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 2057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 2058 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 2059 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 +- proto: CigPackGreen + entities: + - uid: 2049 + components: + - type: Transform + pos: 3.6482885,-23.369669 + parent: 1 +- proto: CloningPod + entities: + - uid: 254 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - type: DeviceLinkSink + links: + - 348 + - type: Construction + containers: + - machine_parts + - machine_board +- proto: ClosetEmergency + entities: + - uid: 341 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 154 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 1 +- proto: ClosetToolFilled + entities: + - uid: 418 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 1 + - uid: 1369 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 1 +- proto: ClosetWallEmergency + entities: + - uid: 556 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 1 + - uid: 558 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 392 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 1903 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 1 + - uid: 1907 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 1 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 391 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 1 + - uid: 1252 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 1 +- proto: ClothingHeadHelmetAtmosFire + entities: + - uid: 831 + components: + - type: Transform + pos: 5.5917125,-39.440594 + parent: 1 + - uid: 918 + components: + - type: Transform + pos: -7.4287663,-39.440594 + parent: 1 +- proto: ClothingMaskGasAtmos + entities: + - uid: 825 + components: + - type: Transform + pos: 5.508379,-38.40863 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: -7.5120997,-38.38778 + parent: 1 +- proto: ClothingNeckStethoscope + entities: + - uid: 368 + components: + - type: Transform + pos: -0.38439542,-5.349357 + parent: 1 +- proto: ClothingOuterSuitAtmosFire + entities: + - uid: 830 + components: + - type: Transform + pos: 5.5917125,-39.29466 + parent: 1 + - uid: 917 + components: + - type: Transform + pos: -7.4495997,-39.305084 + parent: 1 +- proto: computerBodyScanner + entities: + - uid: 294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 +- proto: ComputerCloningConsole + entities: + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 254: + - MedicalScannerSender: CloningPodReceiver +- proto: ComputerComms + entities: + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 +- proto: ComputerCrewMonitoring + entities: + - uid: 476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,6.5 + parent: 1 +- proto: ComputerEmergencyShuttle + entities: + - uid: 473 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 +- proto: ComputerPowerMonitoring + entities: + - uid: 369 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 474 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 +- proto: CrateEmptySpawner + entities: + - uid: 86 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 1 +- proto: CrateFilledSpawner + entities: + - uid: 927 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 1 + - uid: 928 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 1 +- proto: CrowbarRed + entities: + - uid: 80 + components: + - type: Transform + pos: -11.497156,-22.523315 + parent: 1 + - uid: 903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.4764595,-27.358412 + parent: 1 + - uid: 907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.55596,-27.389683 + parent: 1 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 2083 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 +- proto: DeployableBarrier + entities: + - uid: 549 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 +- proto: DisposalBend + entities: + - uid: 1719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 1 + - uid: 1737 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - uid: 1738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-14.5 + parent: 1 + - uid: 1761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-37.5 + parent: 1 + - uid: 1762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-37.5 + parent: 1 +- proto: DisposalJunction + entities: + - uid: 1736 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1 +- proto: DisposalPipe + entities: + - uid: 1721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 1 + - uid: 1722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 1 + - uid: 1723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-13.5 + parent: 1 + - uid: 1724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 1 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 1 + - uid: 1726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 1 + - uid: 1727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - uid: 1728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 + - uid: 1729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 1 + - uid: 1730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 + - uid: 1731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 1 + - uid: 1732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-13.5 + parent: 1 + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-13.5 + parent: 1 + - uid: 1734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-13.5 + parent: 1 + - uid: 1739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-15.5 + parent: 1 + - uid: 1740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-16.5 + parent: 1 + - uid: 1741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 1 + - uid: 1742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-18.5 + parent: 1 + - uid: 1743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-19.5 + parent: 1 + - uid: 1744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-20.5 + parent: 1 + - uid: 1745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-21.5 + parent: 1 + - uid: 1746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-22.5 + parent: 1 + - uid: 1747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-23.5 + parent: 1 + - uid: 1748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-24.5 + parent: 1 + - uid: 1749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-25.5 + parent: 1 + - uid: 1750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-26.5 + parent: 1 + - uid: 1751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-27.5 + parent: 1 + - uid: 1752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-28.5 + parent: 1 + - uid: 1753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-29.5 + parent: 1 + - uid: 1754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-30.5 + parent: 1 + - uid: 1755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-31.5 + parent: 1 + - uid: 1756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-32.5 + parent: 1 + - uid: 1757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-33.5 + parent: 1 + - uid: 1758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-34.5 + parent: 1 + - uid: 1759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-35.5 + parent: 1 + - uid: 1760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-36.5 + parent: 1 + - uid: 1763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-37.5 + parent: 1 + - uid: 1764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-37.5 + parent: 1 + - uid: 1765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-37.5 + parent: 1 + - uid: 1766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 1 + - uid: 1767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 1 + - uid: 1768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 1 + - uid: 1769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 1 + - uid: 1770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-37.5 + parent: 1 + - uid: 1771 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 1 +- proto: DisposalTagger + entities: + - uid: 1720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 1 + - uid: 1735 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 +- proto: DisposalTrunk + entities: + - uid: 1717 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 1718 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 + - uid: 1772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-39.5 + parent: 1 +- proto: DisposalUnit + entities: + - uid: 900 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 +- proto: DrinkGlass + entities: + - uid: 599 + components: + - type: Transform + pos: 3.762398,-27.63272 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: 3.543648,-27.726536 + parent: 1 + - uid: 2018 + components: + - type: Transform + pos: 3.548226,-27.729673 + parent: 1 + - uid: 2019 + components: + - type: Transform + pos: 3.548226,-27.729673 + parent: 1 + - uid: 2020 + components: + - type: Transform + pos: 3.548226,-27.729673 + parent: 1 + - uid: 2021 + components: + - type: Transform + pos: 3.7565596,-27.635859 + parent: 1 + - uid: 2022 + components: + - type: Transform + pos: 3.7565596,-27.635859 + parent: 1 + - uid: 2023 + components: + - type: Transform + pos: 3.7565596,-27.635859 + parent: 1 +- proto: DrinkShaker + entities: + - uid: 598 + components: + - type: Transform + pos: 3.606148,-27.205341 + parent: 1 +- proto: EmergencyLight + entities: + - uid: 223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-18.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-31.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-19.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-19.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-28.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-31.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-37.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-37.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-24.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-18.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight +- proto: FirelockEdge + entities: + - uid: 1891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 1904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-4.5 + parent: 1 + - uid: 1908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 1 + - uid: 1909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 1 +- proto: FirelockGlass + entities: + - uid: 317 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1 + - uid: 2026 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 1 + - uid: 2027 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 1 + - uid: 2028 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 2029 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 2030 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 2031 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 2032 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 2033 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 2034 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 2035 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 2036 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 2037 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 2038 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1 + - uid: 2039 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 1 +- proto: FoodCheese + entities: + - uid: 606 + components: + - type: Transform + pos: -5.445495,-27.694393 + parent: 1 +- proto: FoodDough + entities: + - uid: 605 + components: + - type: Transform + pos: -5.580912,-26.589458 + parent: 1 + - uid: 2024 + components: + - type: Transform + pos: -5.5976076,-26.57262 + parent: 1 + - uid: 2025 + components: + - type: Transform + pos: -5.5976076,-26.57262 + parent: 1 +- proto: FoodMeat + entities: + - uid: 607 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 609 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 612 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: -5.653828,-27.068958 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: -5.664245,-27.068958 + parent: 1 + - uid: 616 + components: + - type: Transform + pos: -5.664245,-27.068958 + parent: 1 +- proto: GasFilterFlipped + entities: + - uid: 850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-36.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-36.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMinerNitrogen + entities: + - uid: 660 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMinerOxygen + entities: + - uid: 665 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMixer + entities: + - uid: 889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.79 + inletOneConcentration: 0.21 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasOutletInjector + entities: + - uid: 844 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 845 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPassiveVent + entities: + - uid: 846 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 847 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPipeBend + entities: + - uid: 858 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 1 + - uid: 859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 1 + - uid: 863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 1 + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 1 + - uid: 882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-39.5 + parent: 1 + - uid: 982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1220 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1221 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 1095 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1096 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeStraight + entities: + - uid: 849 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 1 + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-36.5 + parent: 1 + - uid: 853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-36.5 + parent: 1 + - uid: 856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-36.5 + parent: 1 + - uid: 857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-36.5 + parent: 1 + - uid: 881 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 1 + - uid: 885 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 1 + - uid: 886 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 1 + - uid: 890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 1 + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-36.5 + parent: 1 + - uid: 892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-36.5 + parent: 1 + - uid: 893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-37.5 + parent: 1 + - uid: 984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-35.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-34.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-33.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-32.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-30.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-29.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-27.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-26.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-35.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-34.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-33.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-32.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-30.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-29.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-28.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-26.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-28.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1059 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1060 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1061 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1062 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1063 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1064 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1065 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1066 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1067 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1068 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1069 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1070 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1071 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1072 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1073 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1074 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1075 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1076 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1077 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1078 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1079 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1088 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1124 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1125 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1126 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1128 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1135 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1136 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1137 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1138 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1139 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1140 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1176 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1177 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1178 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1179 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1180 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1181 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1182 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1185 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1190 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1205 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1207 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1226 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-22.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-23.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-22.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-23.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-26.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-26.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-27.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-27.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1265 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1266 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1267 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1268 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1269 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-32.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-33.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-34.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-35.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-32.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-33.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-34.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-35.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1294 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1295 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1296 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeTJunction + entities: + - uid: 60 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-25.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-37.5 + parent: 1 + - uid: 855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-37.5 + parent: 1 + - uid: 983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-37.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 987 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-31.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-27.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-31.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-28.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1030 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1080 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1081 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1094 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1129 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1143 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1149 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1165 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1184 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1186 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1188 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1218 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1219 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-27.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-28.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-31.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-31.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 896 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 897 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPressurePump + entities: + - uid: 860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 861 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 862 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-37.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasValve + entities: + - uid: 883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-39.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasVentPump + entities: + - uid: 710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-24.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-39.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-38.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-31.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-24.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1120 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1141 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-27.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-31.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-38.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-18.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-38.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-31.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-27.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-24.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-25.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1108 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1119 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1175 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1213 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-24.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-28.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-31.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-38.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVolumePump + entities: + - uid: 894 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 895 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: Gauze + entities: + - uid: 552 + components: + - type: Transform + pos: -3.4188051,-5.347607 + parent: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 62 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 631 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 +- proto: Grille + entities: + - uid: 38 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 1 + - uid: 669 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 1 + - uid: 824 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 1 + - uid: 865 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 1 + - uid: 866 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 1 + - uid: 867 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 1 + - uid: 868 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 1 + - uid: 869 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 1 + - uid: 870 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 1 + - uid: 871 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 1 + - uid: 872 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 1 + - uid: 919 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 1 + - uid: 920 + components: + - type: Transform + pos: 11.5,-36.5 + parent: 1 + - uid: 924 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 1 + - uid: 1019 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 1 + - uid: 1356 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 1 + - uid: 1538 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 632 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1 +- proto: HandheldHealthAnalyzer + entities: + - uid: 367 + components: + - type: Transform + pos: -1.0302026,-5.3806286 + parent: 1 +- proto: HospitalCurtainsOpen + entities: + - uid: 1301 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 1302 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 1303 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 1304 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 +- proto: KitchenKnife + entities: + - uid: 597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.4876018,-27.413818 + parent: 1 +- proto: KitchenMicrowave + entities: + - uid: 596 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 1 +- proto: LockerEvidence + entities: + - uid: 5 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 +- proto: LockerSecurityFilled + entities: + - uid: 3 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 +- proto: LockerWallMedicalFilled + entities: + - uid: 509 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 +- proto: MaintenanceFluffSpawner + entities: + - uid: 316 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 1 + - uid: 2004 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1 +- proto: MaintenanceToolSpawner + entities: + - uid: 2002 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 2003 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 2009 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: MedicalBed + entities: + - uid: 238 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 +- proto: MedicalScanner + entities: + - uid: 264 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 +- proto: MedkitAdvancedFilled + entities: + - uid: 2011 + components: + - type: Transform + pos: -2.6315334,5.5910993 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 365 + components: + - type: Transform + pos: -1.6031194,-5.213846 + parent: 1 +- proto: MedkitOxygenFilled + entities: + - uid: 366 + components: + - type: Transform + pos: -1.5197861,-5.4744444 + parent: 1 +- proto: MetalDoor + entities: + - uid: 61 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 2015 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 +- proto: MopBucket + entities: + - uid: 565 + components: + - type: Transform + pos: -13.719572,-30.091558 + parent: 1 +- proto: MopItem + entities: + - uid: 571 + components: + - type: Transform + pos: -13.542488,-30.456394 + parent: 1 +- proto: Multitool + entities: + - uid: 551 + components: + - type: Transform + pos: 1.6080406,-9.340008 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 765 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 899 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: NitrogenTankFilled + entities: + - uid: 902 + components: + - type: Transform + pos: 8.572053,-27.44546 + parent: 1 + - uid: 906 + components: + - type: Transform + pos: -10.497434,-27.34772 + parent: 1 +- proto: Ointment + entities: + - uid: 553 + components: + - type: Transform + pos: -3.5438051,-8.506051 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 794 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 898 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: OxygenTankFilled + entities: + - uid: 904 + components: + - type: Transform + pos: 8.478303,-28.425306 + parent: 1 + - uid: 905 + components: + - type: Transform + pos: -10.476601,-28.44223 + parent: 1 +- proto: PortableGeneratorSuperPacmanMachineCircuitboard + entities: + - uid: 932 + components: + - type: Transform + pos: -11.6545515,-37.443165 + parent: 1 +- proto: PottedPlantRandom + entities: + - uid: 487 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-32.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-39.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-32.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-28.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-21.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 736 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-34.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-34.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 980 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-39.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-28.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-25.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1310 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-25.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1328 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1329 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-21.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-40.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-34.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-27.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-27.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-27.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-40.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior + entities: + - uid: 1326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightColoredRed + entities: + - uid: 839 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1306 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1317 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1318 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1322 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1323 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1325 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1336 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightSodium + entities: + - uid: 978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-32.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-32.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 1319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 50 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 493 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 1 + - uid: 640 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 1 + - uid: 712 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 1 + - uid: 826 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 1 + - uid: 827 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 1 + - uid: 1412 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 1 + - uid: 1781 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 1 +- proto: RadioHandheld + entities: + - uid: 2010 + components: + - type: Transform + pos: 0.9659502,5.5610676 + parent: 1 +- proto: RandomDrinkGlass + entities: + - uid: 601 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 1 + - uid: 602 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1 + - uid: 2005 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 2007 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: RandomFoodSingle + entities: + - uid: 604 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 1 +- proto: RandomInstruments + entities: + - uid: 2008 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 +- proto: RandomSnacks + entities: + - uid: 220 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 650 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 1 + - uid: 671 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 1 + - uid: 674 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 1 + - uid: 873 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 1 + - uid: 874 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 1 + - uid: 875 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 1 + - uid: 876 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 1 + - uid: 877 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 1 + - uid: 878 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 1 + - uid: 879 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 1 + - uid: 880 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 1 +- proto: Screen + entities: + - uid: 2073 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 2074 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 2075 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 2076 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 2077 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 2078 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 1 + - uid: 2079 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 1 + - uid: 2080 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 1 + - uid: 2081 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 1 + - uid: 2082 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 1 +- proto: Screwdriver + entities: + - uid: 933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.292863,-37.239468 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 24 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 454 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 456 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 617 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 1 + - uid: 618 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: 11.5,-36.5 + parent: 1 + - uid: 740 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 1 + - uid: 921 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 1 + - uid: 929 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 1 + - uid: 1286 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 1 + - uid: 1314 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 1 + - uid: 1357 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 1 + - uid: 1359 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 1360 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 1361 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - uid: 1544 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 1 +- proto: SignBridge + entities: + - uid: 547 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 +- proto: SignDirectionalBridge + entities: + - uid: 1921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.492249,-16.37368 + parent: 1 + - uid: 1922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.500634,-16.384104 + parent: 1 +- proto: SignDirectionalMed + entities: + - uid: 585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.493045,-16.36218 + parent: 1 + - uid: 1920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5277896,-16.372606 + parent: 1 +- proto: SignDirectionalSec + entities: + - uid: 1910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.503461,-16.591507 + parent: 1 + - uid: 1919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5299706,-16.60193 + parent: 1 +- proto: SignDirectionalWash + entities: + - uid: 560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.492249,-16.59258 + parent: 1 + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.500634,-16.603004 + parent: 1 + - uid: 2016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-14.5 + parent: 1 + - uid: 2017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-14.5 + parent: 1 +- proto: SignEngine + entities: + - uid: 2066 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 1 + - uid: 2067 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 1 +- proto: SignEngineering + entities: + - uid: 2068 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 1 + - uid: 2069 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 1 +- proto: SignMedical + entities: + - uid: 545 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 +- proto: SignSec + entities: + - uid: 543 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 +- proto: SinkStemlessWater + entities: + - uid: 11 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-15.5 + parent: 1 + - uid: 2013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-15.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 766 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 1 + - uid: 767 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 1 + - uid: 769 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 1 + - uid: 770 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 1 +- proto: SMESMachineCircuitboard + entities: + - uid: 934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.811141,-37.50007 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 1 +- proto: StasisBed + entities: + - uid: 253 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 +- proto: Stool + entities: + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-26.5 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 1 + - uid: 298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-28.5 + parent: 1 + - uid: 299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-27.5 + parent: 1 + - uid: 300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-26.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 837 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 387 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 +- proto: Table + entities: + - uid: 211 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 1 +- proto: TableCounterMetal + entities: + - uid: 271 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 1 +- proto: TableGlass + entities: + - uid: 278 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 19 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 511 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 922 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 1 + - uid: 923 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 1 + - uid: 925 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 1 + - uid: 926 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 1 +- proto: TableReinforcedGlass + entities: + - uid: 23 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: Thruster + entities: + - uid: 308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-41.5 + parent: 1 + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-35.5 + parent: 1 + - uid: 559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-35.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-41.5 + parent: 1 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-36.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-34.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-36.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-34.5 + parent: 1 + - uid: 722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-41.5 + parent: 1 + - uid: 723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-41.5 + parent: 1 + - uid: 726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-41.5 + parent: 1 + - uid: 727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-41.5 + parent: 1 + - uid: 728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-41.5 + parent: 1 + - uid: 729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-41.5 + parent: 1 + - uid: 730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-41.5 + parent: 1 + - uid: 731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-41.5 + parent: 1 + - uid: 734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-41.5 + parent: 1 + - uid: 735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-41.5 + parent: 1 + - uid: 840 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 1 + - uid: 1352 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 1 + - uid: 1545 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 1546 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 1547 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 1548 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 1549 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 1550 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 1551 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 1 + - uid: 1552 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 1 + - uid: 1553 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 1 + - uid: 1554 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 1 + - uid: 1555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-3.5 + parent: 1 + - uid: 1556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 + - uid: 1557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 1 + - uid: 1558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-6.5 + parent: 1 + - uid: 1559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-8.5 + parent: 1 + - uid: 1560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-9.5 + parent: 1 + - uid: 1561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-2.5 + parent: 1 + - uid: 1562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 1 + - uid: 1563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 1564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 1 + - uid: 1565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 1 + - uid: 1566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 1 +- proto: ToiletEmpty + entities: + - uid: 2012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-15.5 + parent: 1 + - uid: 2014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 910 + components: + - type: Transform + pos: -13.533645,-29.310734 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: 11.505829,-29.4036 + parent: 1 +- proto: ToolboxMechanicalFilled + entities: + - uid: 911 + components: + - type: Transform + pos: -12.479988,-29.341036 + parent: 1 + - uid: 912 + components: + - type: Transform + pos: 10.523747,-29.405537 + parent: 1 +- proto: ToyRubberDuck + entities: + - uid: 2070 + components: + - type: Transform + pos: 2.4865756,-15.259868 + parent: 1 +- proto: VendingMachineCoffee + entities: + - uid: 555 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1 +- proto: VendingMachineCola + entities: + - uid: 554 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 1 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 2042 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 2041 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 1 +- proto: VendingMachineWallMedical + entities: + - uid: 507 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 12 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 4.5,-31.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 1 + - uid: 623 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 1 + - uid: 666 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: 11.5,-40.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: -14.5,-40.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 1 + - uid: 714 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 1 + - uid: 715 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 1 + - uid: 771 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 1 + - uid: 793 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 1 + - uid: 814 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 11.5,-37.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 1 + - uid: 931 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 1 + - uid: 1007 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 1 + - uid: 1025 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 1 + - uid: 1027 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 1053 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 1 + - uid: 1058 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 1 + - uid: 1313 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 1 + - uid: 1315 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 1 + - uid: 1540 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 1 + - uid: 1640 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 + - uid: 1782 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 146 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 1 + - uid: 762 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 763 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 1206 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 1 + - uid: 1362 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 +- proto: WallWeaponCapacitorRecharger + entities: + - uid: 2046 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 2048 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 +- proto: WarningN2 + entities: + - uid: 774 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 1 +- proto: WarningO2 + entities: + - uid: 777 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 1 +- proto: WaterTankHighCapacity + entities: + - uid: 2040 + components: + - type: Transform + pos: 11.5,-32.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 2044 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 2045 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 1 + - uid: 2047 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 1 +- proto: WeaponDisabler + entities: + - uid: 2 + components: + - type: Transform + pos: -3.5520835,-0.5208473 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -3.5416667,-0.34364128 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 1.4479167,-0.47915202 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: 1.4583333,-0.34364128 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 2043 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 1 +- proto: WindoorBarLocked + entities: + - uid: 270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-26.5 + parent: 1 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 514 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 518 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 635 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 +- proto: WindoorSecureKitchenLocked + entities: + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-26.5 + parent: 1 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 1 + - uid: 382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 1 + - uid: 243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-26.5 + parent: 1 + - uid: 244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 1 + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-26.5 + parent: 1 + - uid: 377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 633 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - uid: 634 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 +- proto: Wirecutter + entities: + - uid: 935 + components: + - type: Transform + pos: 9.831898,-37.38498 + parent: 1 +- proto: Wrench + entities: + - uid: 908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.46221,-28.473768 + parent: 1 + - uid: 909 + components: + - type: Transform + pos: 5.480375,-28.42165 + parent: 1 +... diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml new file mode 100644 index 0000000000..33888dc10d --- /dev/null +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml @@ -0,0 +1,4092 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 18: FloorBlueCircuit + 30: FloorDark + 31: FloorDarkDiagonal + 34: FloorDarkMini + 39: FloorDarkPlastic + 46: FloorGlass + 55: FloorGreenCircuit + 65: FloorMetalDiamond + 77: FloorRGlass + 78: FloorReinforced + 80: FloorRockVault + 105: FloorTechMaint + 110: FloorWhiteDiagonal + 114: FloorWhiteMono + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 617 + components: + - type: MetaData + - type: Transform + pos: 0.5416667,0.4426683 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAEgAAAAAAEgAAAAAAegAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANwAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAAAHwAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHwAAAAADHgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAHwAAAAABHgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHwAAAAADHgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAABHwAAAAADHgAAAAACegAAAAAAcgAAAAAAbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAABHwAAAAADHgAAAAACTgAAAAAAcgAAAAAAbgAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAJwAAAAAALgAAAAABJwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAALgAAAAADJwAAAAABLgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAJwAAAAADLgAAAAADJwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAALgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAACLgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAABHgAAAAADHwAAAAABLgAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAHgAAAAADHwAAAAABaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAHgAAAAADHwAAAAADTgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHwAAAAADaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAADHwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAAAegAAAAAAHgAAAAABHwAAAAABLgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAABTgAAAAAAHgAAAAABHwAAAAACLgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAALgAAAAACHwAAAAAAHgAAAAADegAAAAAAcgAAAAADbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAABHgAAAAAATgAAAAAAcgAAAAABbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHwAAAAABHgAAAAADegAAAAAAcgAAAAADbgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHwAAAAADHgAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAALgAAAAAAHgAAAAADHgAAAAADLgAAAAABLgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: cgAAAAAAegAAAAAAHgAAAAACHwAAAAABLgAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAACTgAAAAAAHgAAAAACHwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcgAAAAABegAAAAAAHgAAAAABHwAAAAACaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAACHwAAAAACLgAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACHgAAAAABHgAAAAADLgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATQAAAAADTQAAAAACUAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACIgAAAAABIgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 28: 3,2 + 29: 2,5 + 41: 3,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 7: -5,2 + 30: -4,5 + 39: 0,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 15: 3,-9 + 38: 3,8 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 16: -5,-9 + 40: 0,8 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 0: 3,-5 + 1: 3,-4 + 2: 3,-3 + 3: 3,-2 + 4: 3,-1 + 5: 3,0 + 6: 3,1 + 18: 3,-8 + 27: 3,-6 + 36: 2,4 + 44: 3,9 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 31: -3,5 + 32: -2,5 + 33: -1,5 + 34: 0,5 + 35: 1,5 + 42: 1,10 + 43: 2,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 19: 2,-9 + 20: 1,-9 + 21: 0,-9 + 22: -1,-9 + 23: -2,-9 + 24: -3,-9 + 25: -4,-9 + 45: 2,8 + 46: 1,8 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 8: -5,-5 + 9: -5,-4 + 10: -5,-3 + 11: -5,-2 + 12: -5,-1 + 13: -5,0 + 14: -5,1 + 17: -5,-8 + 26: -5,-6 + 37: -4,4 + 47: 0,9 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,0: + 0: 65535 + -2,-3: + 0: 65534 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -2,-4: + 0: 61128 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 13104 + 1,-3: + 0: 30579 + 1,-2: + 0: 30583 + 1,-1: + 0: 30583 + -2,0: + 0: 65535 + -2,1: + 0: 61439 + -2,2: + 0: 52462 + -2,3: + 0: 140 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 4095 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 2047 + 1,0: + 0: 30583 + 1,1: + 0: 14199 + 1,2: + 0: 4403 + 1,3: + 0: 1 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GravityShake + nextShake: 0 + shakeTimes: 10 +- proto: AirCanister + entities: + - uid: 404 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 +- proto: AirlockCommandLocked + entities: + - uid: 253 + components: + - type: Transform + pos: -2.5,7.5 + parent: 617 +- proto: AirlockEngineeringLocked + entities: + - uid: 229 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 617 + - uid: 277 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 617 +- proto: AirlockExternalGlass + entities: + - uid: 572 + components: + - type: Transform + pos: -5.5,2.5 + parent: 617 + - uid: 573 + components: + - type: Transform + pos: -5.5,4.5 + parent: 617 + - uid: 574 + components: + - type: Transform + pos: 4.5,2.5 + parent: 617 + - uid: 575 + components: + - type: Transform + pos: 4.5,4.5 + parent: 617 + - uid: 576 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 617 + - uid: 577 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 617 + - uid: 578 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 617 + - uid: 579 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 617 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 617 + - uid: 567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 617 + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,4.5 + parent: 617 + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,2.5 + parent: 617 + - uid: 584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 617 + - uid: 585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 617 + - uid: 586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 617 + - uid: 587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 617 +- proto: AirlockGlass + entities: + - uid: 605 + components: + - type: Transform + pos: 3.5,3.5 + parent: 617 + - uid: 608 + components: + - type: Transform + pos: -4.5,3.5 + parent: 617 + - uid: 610 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 617 + - uid: 612 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 617 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 105 + components: + - type: Transform + pos: -0.5,3.5 + parent: 617 +- proto: AirlockScienceLocked + entities: + - uid: 550 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 617 +- proto: AirlockSecurityLocked + entities: + - uid: 254 + components: + - type: Transform + pos: 1.5,7.5 + parent: 617 +- proto: AirlockServiceGlassLocked + entities: + - uid: 142 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 617 +- proto: APCBasic + entities: + - uid: 58 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 617 + - uid: 416 + components: + - type: Transform + pos: -1.5,7.5 + parent: 617 +- proto: AtmosDeviceFanTiny + entities: + - uid: 148 + components: + - type: Transform + pos: 6.5,2.5 + parent: 617 + - uid: 149 + components: + - type: Transform + pos: 6.5,4.5 + parent: 617 + - uid: 150 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 617 + - uid: 151 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 617 + - uid: 152 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 617 + - uid: 153 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 617 + - uid: 154 + components: + - type: Transform + pos: -7.5,2.5 + parent: 617 + - uid: 155 + components: + - type: Transform + pos: -7.5,4.5 + parent: 617 +- proto: BarSignTheOuterSpess + entities: + - uid: 120 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 617 +- proto: BedsheetMedical + entities: + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 617 + - uid: 159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 617 + - uid: 161 + components: + - type: Transform + pos: 0.5,2.5 + parent: 617 +- proto: BoozeDispenser + entities: + - uid: 122 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 617 +- proto: CableApcExtension + entities: + - uid: 445 + components: + - type: Transform + pos: -1.5,7.5 + parent: 617 + - uid: 446 + components: + - type: Transform + pos: -2.5,7.5 + parent: 617 + - uid: 447 + components: + - type: Transform + pos: -2.5,8.5 + parent: 617 + - uid: 448 + components: + - type: Transform + pos: -2.5,9.5 + parent: 617 + - uid: 449 + components: + - type: Transform + pos: -2.5,10.5 + parent: 617 + - uid: 450 + components: + - type: Transform + pos: -2.5,11.5 + parent: 617 + - uid: 451 + components: + - type: Transform + pos: -3.5,10.5 + parent: 617 + - uid: 452 + components: + - type: Transform + pos: -2.5,6.5 + parent: 617 + - uid: 453 + components: + - type: Transform + pos: -2.5,5.5 + parent: 617 + - uid: 454 + components: + - type: Transform + pos: -1.5,5.5 + parent: 617 + - uid: 455 + components: + - type: Transform + pos: -0.5,5.5 + parent: 617 + - uid: 456 + components: + - type: Transform + pos: 0.5,5.5 + parent: 617 + - uid: 457 + components: + - type: Transform + pos: 1.5,5.5 + parent: 617 + - uid: 458 + components: + - type: Transform + pos: 2.5,5.5 + parent: 617 + - uid: 459 + components: + - type: Transform + pos: 1.5,6.5 + parent: 617 + - uid: 460 + components: + - type: Transform + pos: 1.5,7.5 + parent: 617 + - uid: 461 + components: + - type: Transform + pos: 1.5,8.5 + parent: 617 + - uid: 462 + components: + - type: Transform + pos: 1.5,9.5 + parent: 617 + - uid: 463 + components: + - type: Transform + pos: 1.5,10.5 + parent: 617 + - uid: 464 + components: + - type: Transform + pos: 1.5,11.5 + parent: 617 + - uid: 465 + components: + - type: Transform + pos: 2.5,10.5 + parent: 617 + - uid: 466 + components: + - type: Transform + pos: 3.5,5.5 + parent: 617 + - uid: 467 + components: + - type: Transform + pos: 3.5,4.5 + parent: 617 + - uid: 468 + components: + - type: Transform + pos: 3.5,3.5 + parent: 617 + - uid: 469 + components: + - type: Transform + pos: 3.5,2.5 + parent: 617 + - uid: 470 + components: + - type: Transform + pos: 3.5,1.5 + parent: 617 + - uid: 471 + components: + - type: Transform + pos: 3.5,0.5 + parent: 617 + - uid: 472 + components: + - type: Transform + pos: -3.5,5.5 + parent: 617 + - uid: 473 + components: + - type: Transform + pos: -4.5,5.5 + parent: 617 + - uid: 474 + components: + - type: Transform + pos: -4.5,4.5 + parent: 617 + - uid: 475 + components: + - type: Transform + pos: -4.5,3.5 + parent: 617 + - uid: 476 + components: + - type: Transform + pos: -4.5,2.5 + parent: 617 + - uid: 477 + components: + - type: Transform + pos: -4.5,1.5 + parent: 617 + - uid: 478 + components: + - type: Transform + pos: -4.5,0.5 + parent: 617 + - uid: 479 + components: + - type: Transform + pos: -0.5,4.5 + parent: 617 + - uid: 480 + components: + - type: Transform + pos: -0.5,3.5 + parent: 617 + - uid: 481 + components: + - type: Transform + pos: -0.5,2.5 + parent: 617 + - uid: 482 + components: + - type: Transform + pos: -0.5,1.5 + parent: 617 + - uid: 483 + components: + - type: Transform + pos: -0.5,0.5 + parent: 617 + - uid: 484 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 617 + - uid: 485 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 617 + - uid: 486 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 617 + - uid: 487 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 617 + - uid: 488 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 617 + - uid: 489 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 617 + - uid: 490 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 617 + - uid: 491 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 617 + - uid: 492 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 617 + - uid: 493 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 617 + - uid: 494 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 617 + - uid: 495 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 617 + - uid: 496 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 617 + - uid: 497 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 617 + - uid: 498 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 617 + - uid: 499 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 617 + - uid: 500 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 617 + - uid: 501 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 617 + - uid: 502 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 617 + - uid: 503 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 617 + - uid: 504 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 617 + - uid: 505 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 617 + - uid: 506 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 617 + - uid: 507 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 617 + - uid: 508 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 617 + - uid: 509 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 617 + - uid: 510 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 617 + - uid: 511 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 617 + - uid: 512 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 617 + - uid: 513 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 617 + - uid: 514 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 617 + - uid: 515 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 617 + - uid: 516 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 617 + - uid: 517 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 617 + - uid: 518 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 617 + - uid: 519 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 617 + - uid: 520 + components: + - type: Transform + pos: 4.5,3.5 + parent: 617 + - uid: 521 + components: + - type: Transform + pos: 5.5,3.5 + parent: 617 + - uid: 522 + components: + - type: Transform + pos: -5.5,3.5 + parent: 617 + - uid: 523 + components: + - type: Transform + pos: -6.5,3.5 + parent: 617 + - uid: 524 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 617 + - uid: 525 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 617 + - uid: 526 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 617 + - uid: 527 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 617 + - uid: 528 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 617 + - uid: 529 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 617 + - uid: 530 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 617 + - uid: 531 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 617 + - uid: 532 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 617 +- proto: CableHV + entities: + - uid: 406 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 617 + - uid: 407 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 617 + - uid: 408 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 617 + - uid: 409 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 617 + - uid: 410 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 617 + - uid: 415 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 617 + - uid: 533 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 617 + - uid: 534 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 617 + - uid: 535 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 617 + - uid: 536 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 617 + - uid: 537 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 617 + - uid: 538 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 617 + - uid: 539 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 617 + - uid: 540 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 617 + - uid: 541 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 617 +- proto: CableMV + entities: + - uid: 324 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 617 + - uid: 417 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 617 + - uid: 418 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 617 + - uid: 419 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 617 + - uid: 420 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 617 + - uid: 421 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 617 + - uid: 422 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 617 + - uid: 423 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 617 + - uid: 424 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 617 + - uid: 425 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 617 + - uid: 426 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 617 + - uid: 427 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 617 + - uid: 428 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 617 + - uid: 429 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 617 + - uid: 430 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 617 + - uid: 431 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 617 + - uid: 432 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 617 + - uid: 433 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 617 + - uid: 434 + components: + - type: Transform + pos: -4.5,0.5 + parent: 617 + - uid: 435 + components: + - type: Transform + pos: -4.5,1.5 + parent: 617 + - uid: 436 + components: + - type: Transform + pos: -4.5,2.5 + parent: 617 + - uid: 437 + components: + - type: Transform + pos: -4.5,3.5 + parent: 617 + - uid: 438 + components: + - type: Transform + pos: -4.5,4.5 + parent: 617 + - uid: 439 + components: + - type: Transform + pos: -4.5,5.5 + parent: 617 + - uid: 440 + components: + - type: Transform + pos: -3.5,5.5 + parent: 617 + - uid: 441 + components: + - type: Transform + pos: -2.5,5.5 + parent: 617 + - uid: 442 + components: + - type: Transform + pos: -1.5,5.5 + parent: 617 + - uid: 443 + components: + - type: Transform + pos: -1.5,6.5 + parent: 617 + - uid: 444 + components: + - type: Transform + pos: -1.5,7.5 + parent: 617 +- proto: CarpetBlack + entities: + - uid: 138 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 617 + - uid: 139 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 617 + - uid: 140 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 617 + - uid: 141 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 617 +- proto: CarpetSBlue + entities: + - uid: 338 + components: + - type: Transform + pos: -2.5,9.5 + parent: 617 + - uid: 339 + components: + - type: Transform + pos: -2.5,10.5 + parent: 617 + - uid: 340 + components: + - type: Transform + pos: -3.5,10.5 + parent: 617 + - uid: 341 + components: + - type: Transform + pos: -3.5,9.5 + parent: 617 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,8.5 + parent: 617 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 617 +- proto: Catwalk + entities: + - uid: 394 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 617 + - uid: 395 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 617 + - uid: 397 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 617 + - uid: 398 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 617 + - uid: 399 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 617 + - uid: 400 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 617 + - uid: 401 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 617 + - uid: 402 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 617 +- proto: ChairPilotSeat + entities: + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 617 + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 617 + - uid: 127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 617 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 617 + - uid: 147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 617 + - uid: 179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 617 + - uid: 180 + components: + - type: Transform + pos: 4.5,0.5 + parent: 617 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 617 + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 617 + - uid: 206 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 617 + - uid: 215 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 617 + - uid: 216 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 617 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 617 + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 617 + - uid: 226 + components: + - type: Transform + pos: -5.5,0.5 + parent: 617 + - uid: 227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 617 + - uid: 228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 617 + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-9.5 + parent: 617 + - uid: 231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-9.5 + parent: 617 + - uid: 232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-9.5 + parent: 617 + - uid: 233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 617 + - uid: 234 + components: + - type: Transform + pos: 0.5,6.5 + parent: 617 + - uid: 235 + components: + - type: Transform + pos: -0.5,6.5 + parent: 617 + - uid: 236 + components: + - type: Transform + pos: -1.5,6.5 + parent: 617 + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,6.5 + parent: 617 + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 617 + - uid: 239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,6.5 + parent: 617 + - uid: 240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 617 + - uid: 259 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 617 + - uid: 260 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 617 + - uid: 265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 617 + - uid: 266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 617 + - uid: 269 + components: + - type: Transform + pos: 2.5,2.5 + parent: 617 + - uid: 270 + components: + - type: Transform + pos: -3.5,2.5 + parent: 617 + - uid: 275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 617 + - uid: 276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 617 + - uid: 282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 617 + - uid: 284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 617 + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-9.5 + parent: 617 + - uid: 292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-13.5 + parent: 617 + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 617 + - uid: 302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 617 + - uid: 312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 617 + - uid: 317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 617 + - uid: 318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 617 + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 617 + - uid: 320 + components: + - type: Transform + pos: 2.5,12.5 + parent: 617 + - uid: 321 + components: + - type: Transform + pos: 0.5,12.5 + parent: 617 + - uid: 322 + components: + - type: Transform + pos: 1.5,12.5 + parent: 617 + - uid: 325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 617 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,11.5 + parent: 617 + - uid: 328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 617 + - uid: 330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,9.5 + parent: 617 + - uid: 331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,10.5 + parent: 617 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 617 + - uid: 403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 617 + - uid: 405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 617 + - uid: 549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 617 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 617 +- proto: ComputerComms + entities: + - uid: 332 + components: + - type: Transform + pos: -3.5,12.5 + parent: 617 +- proto: ComputerEmergencyShuttle + entities: + - uid: 333 + components: + - type: Transform + pos: -1.5,12.5 + parent: 617 +- proto: ComputerRadar + entities: + - uid: 329 + components: + - type: Transform + pos: -4.5,11.5 + parent: 617 +- proto: DrinkMargaritaGlass + entities: + - uid: 593 + components: + - type: Transform + pos: -2.363837,-4.405267 + parent: 617 +- proto: DrinkShotGlass + entities: + - uid: 591 + components: + - type: Transform + pos: 1.464288,-4.8274355 + parent: 617 + - uid: 592 + components: + - type: Transform + pos: 1.683038,-4.6241693 + parent: 617 +- proto: EmergencyLight + entities: + - uid: 641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,11.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 617 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight +- proto: FireAlarm + entities: + - uid: 137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 617 + - type: DeviceList + devices: + - 293 + - 294 + - 274 + - 273 + - 295 + - 296 + - type: AtmosDevice + joinedGrid: 617 +- proto: FirelockEdge + entities: + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 617 + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 617 + - uid: 293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 617 + - uid: 294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 617 + - uid: 295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 617 + - uid: 296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 617 +- proto: FirelockGlass + entities: + - uid: 264 + components: + - type: Transform + pos: 3.5,3.5 + parent: 617 + - uid: 298 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 617 + - uid: 300 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 617 + - uid: 304 + components: + - type: Transform + pos: -4.5,3.5 + parent: 617 +- proto: FloorDrain + entities: + - uid: 126 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 617 + - type: Fixtures + fixtures: {} +- proto: FoodBoxPizzaFilled + entities: + - uid: 621 + components: + - type: Transform + pos: -1.503685,8.769921 + parent: 617 +- proto: GasPipeBend + entities: + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 344 + components: + - type: Transform + pos: 1.5,10.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 359 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeStraight + entities: + - uid: 305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,10.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 345 + components: + - type: Transform + pos: 1.5,9.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-0.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 369 + components: + - type: Transform + pos: -3.5,1.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 370 + components: + - type: Transform + pos: -3.5,2.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 371 + components: + - type: Transform + pos: -3.5,3.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 372 + components: + - type: Transform + pos: -3.5,4.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 373 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 374 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 380 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 381 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 382 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 384 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 385 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 386 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 346 + components: + - type: Transform + pos: -0.5,5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 617 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPort + entities: + - uid: 383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPump + entities: + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-11.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-13.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 283 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 308 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 326 + components: + - type: Transform + pos: 1.5,11.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,10.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 617 + - type: AtmosDevice + joinedGrid: 617 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: Gauze1 + entities: + - uid: 177 + components: + - type: Transform + pos: 0.4883085,1.6240171 + parent: 617 +- proto: GeneratorBasic15kW + entities: + - uid: 217 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 617 + - uid: 218 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 617 +- proto: GeneratorWallmountAPU + entities: + - uid: 201 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 617 +- proto: GravityGeneratorMini + entities: + - uid: 223 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 617 +- proto: Grille + entities: + - uid: 12 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 617 + - uid: 13 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 617 + - uid: 18 + components: + - type: Transform + pos: 5.5,3.5 + parent: 617 + - uid: 25 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 617 + - uid: 26 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 617 + - uid: 35 + components: + - type: Transform + pos: -6.5,3.5 + parent: 617 + - uid: 41 + components: + - type: Transform + pos: -6.5,0.5 + parent: 617 + - uid: 42 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 617 + - uid: 43 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 617 + - uid: 44 + components: + - type: Transform + pos: 5.5,0.5 + parent: 617 + - uid: 45 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 617 + - uid: 46 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 617 + - uid: 50 + components: + - type: Transform + pos: -2.5,1.5 + parent: 617 + - uid: 59 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 617 + - uid: 60 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 617 + - uid: 61 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 617 + - uid: 62 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 617 + - uid: 67 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 617 + - uid: 71 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 617 + - uid: 72 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 617 + - uid: 73 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 617 + - uid: 74 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 617 + - uid: 75 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 617 + - uid: 76 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 617 + - uid: 78 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 617 + - uid: 79 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 617 + - uid: 84 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 617 + - uid: 85 + components: + - type: Transform + pos: -5.5,8.5 + parent: 617 + - uid: 86 + components: + - type: Transform + pos: -5.5,9.5 + parent: 617 + - uid: 87 + components: + - type: Transform + pos: -5.5,10.5 + parent: 617 + - uid: 88 + components: + - type: Transform + pos: -3.5,13.5 + parent: 617 + - uid: 89 + components: + - type: Transform + pos: -1.5,13.5 + parent: 617 + - uid: 90 + components: + - type: Transform + pos: -2.5,13.5 + parent: 617 + - uid: 93 + components: + - type: Transform + pos: 1.5,13.5 + parent: 617 + - uid: 94 + components: + - type: Transform + pos: 0.5,13.5 + parent: 617 + - uid: 95 + components: + - type: Transform + pos: 2.5,13.5 + parent: 617 + - uid: 100 + components: + - type: Transform + pos: 4.5,8.5 + parent: 617 + - uid: 101 + components: + - type: Transform + pos: 4.5,9.5 + parent: 617 + - uid: 102 + components: + - type: Transform + pos: 4.5,10.5 + parent: 617 + - uid: 111 + components: + - type: Transform + pos: 1.5,1.5 + parent: 617 + - uid: 112 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 617 + - uid: 168 + components: + - type: Transform + pos: -1.5,3.5 + parent: 617 + - uid: 169 + components: + - type: Transform + pos: 0.5,3.5 + parent: 617 + - uid: 184 + components: + - type: Transform + pos: -0.5,8.5 + parent: 617 + - uid: 185 + components: + - type: Transform + pos: -0.5,9.5 + parent: 617 + - uid: 207 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 617 + - uid: 255 + components: + - type: Transform + pos: -3.5,7.5 + parent: 617 + - uid: 256 + components: + - type: Transform + pos: 2.5,7.5 + parent: 617 + - uid: 261 + components: + - type: Transform + pos: 2.5,3.5 + parent: 617 + - uid: 290 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 617 + - uid: 299 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 617 + - uid: 303 + components: + - type: Transform + pos: -3.5,3.5 + parent: 617 + - uid: 412 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 617 + - uid: 413 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 617 + - uid: 414 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 617 + - uid: 611 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 617 +- proto: HospitalCurtainsOpen + entities: + - uid: 81 + components: + - type: Transform + pos: 0.5,2.5 + parent: 617 + - uid: 146 + components: + - type: Transform + pos: 0.5,0.5 + parent: 617 + - uid: 162 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 617 +- proto: KnifePlastic + entities: + - uid: 620 + components: + - type: Transform + pos: -1.17556,8.676106 + parent: 617 +- proto: MedicalBed + entities: + - uid: 144 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 617 + - uid: 156 + components: + - type: Transform + pos: 0.5,0.5 + parent: 617 + - uid: 158 + components: + - type: Transform + pos: 0.5,2.5 + parent: 617 +- proto: MedkitBruteFilled + entities: + - uid: 173 + components: + - type: Transform + pos: -1.651257,1.68656 + parent: 617 +- proto: MedkitBurnFilled + entities: + - uid: 174 + components: + - type: Transform + pos: -1.307507,1.4832939 + parent: 617 +- proto: MedkitOxygenFilled + entities: + - uid: 175 + components: + - type: Transform + pos: -1.604382,-0.2835575 + parent: 617 +- proto: MedkitToxinFilled + entities: + - uid: 176 + components: + - type: Transform + pos: -1.338757,-0.53373206 + parent: 617 +- proto: PonderingOrb + entities: + - uid: 590 + components: + - type: Transform + pos: 2.6214707,-12.413552 + parent: 617 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 604 + components: + - type: Transform + pos: 3.5,12.5 + parent: 617 +- proto: PosterLegitBarDrinks + entities: + - uid: 131 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 617 +- proto: Poweredlight + entities: + - uid: 115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 546 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 547 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-9.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 554 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 555 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 558 + components: + - type: Transform + pos: -0.5,6.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,8.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 564 + components: + - type: Transform + pos: -6.5,4.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 570 + components: + - type: Transform + pos: 5.5,4.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 580 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 583 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,11.5 + parent: 617 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 170 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 617 + - uid: 172 + components: + - type: Transform + pos: -1.5,1.5 + parent: 617 +- proto: RandomDrinkBottle + entities: + - uid: 622 + components: + - type: Transform + pos: -1.5,9.5 + parent: 617 +- proto: RandomDrinkGlass + entities: + - uid: 650 + components: + - type: Transform + pos: 2.5,1.5 + parent: 617 + - uid: 651 + components: + - type: Transform + pos: -3.5,1.5 + parent: 617 + - uid: 652 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 617 +- proto: RandomFoodSingle + entities: + - uid: 653 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 617 + - uid: 654 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 617 +- proto: RandomInstruments + entities: + - uid: 594 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 617 +- proto: RandomPainting + entities: + - uid: 597 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 617 + - uid: 598 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 617 +- proto: RandomPosterLegit + entities: + - uid: 595 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 617 + - uid: 596 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 617 + - uid: 599 + components: + - type: Transform + pos: -5.5,1.5 + parent: 617 + - uid: 600 + components: + - type: Transform + pos: 4.5,1.5 + parent: 617 + - uid: 601 + components: + - type: Transform + pos: -5.5,5.5 + parent: 617 + - uid: 602 + components: + - type: Transform + pos: 4.5,5.5 + parent: 617 + - uid: 603 + components: + - type: Transform + pos: -4.5,12.5 + parent: 617 + - uid: 623 + components: + - type: Transform + pos: 0.5,7.5 + parent: 617 +- proto: Screen + entities: + - uid: 640 + components: + - type: Transform + pos: -0.5,10.5 + parent: 617 + - uid: 655 + components: + - type: Transform + pos: -0.5,7.5 + parent: 617 + - uid: 656 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 617 + - uid: 657 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 617 + - uid: 658 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 617 + - uid: 659 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 617 +- proto: ShuttleWindow + entities: + - uid: 51 + components: + - type: Transform + pos: 0.5,13.5 + parent: 617 + - uid: 56 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 617 + - uid: 57 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 617 + - uid: 96 + components: + - type: Transform + pos: 1.5,13.5 + parent: 617 + - uid: 106 + components: + - type: Transform + pos: 0.5,3.5 + parent: 617 + - uid: 107 + components: + - type: Transform + pos: -1.5,3.5 + parent: 617 + - uid: 164 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 617 + - uid: 191 + components: + - type: Transform + pos: -1.5,13.5 + parent: 617 + - uid: 192 + components: + - type: Transform + pos: -2.5,13.5 + parent: 617 + - uid: 193 + components: + - type: Transform + pos: -3.5,13.5 + parent: 617 + - uid: 194 + components: + - type: Transform + pos: 2.5,13.5 + parent: 617 + - uid: 208 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 617 + - uid: 241 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 617 + - uid: 242 + components: + - type: Transform + pos: -2.5,1.5 + parent: 617 + - uid: 243 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 617 + - uid: 244 + components: + - type: Transform + pos: 1.5,1.5 + parent: 617 + - uid: 245 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 617 + - uid: 246 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 617 + - uid: 247 + components: + - type: Transform + pos: 5.5,0.5 + parent: 617 + - uid: 248 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 617 + - uid: 249 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 617 + - uid: 250 + components: + - type: Transform + pos: -6.5,0.5 + parent: 617 + - uid: 257 + components: + - type: Transform + pos: 2.5,7.5 + parent: 617 + - uid: 258 + components: + - type: Transform + pos: -3.5,7.5 + parent: 617 + - uid: 271 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 617 + - uid: 272 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 617 + - uid: 278 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 617 + - uid: 279 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 617 + - uid: 280 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 617 + - uid: 281 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 617 + - uid: 286 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 617 + - uid: 287 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 617 + - uid: 291 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 617 + - uid: 297 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 617 + - uid: 387 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 617 + - uid: 388 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 617 + - uid: 389 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 617 + - uid: 390 + components: + - type: Transform + pos: 4.5,10.5 + parent: 617 + - uid: 391 + components: + - type: Transform + pos: 4.5,9.5 + parent: 617 + - uid: 392 + components: + - type: Transform + pos: -5.5,10.5 + parent: 617 + - uid: 393 + components: + - type: Transform + pos: -5.5,9.5 + parent: 617 + - uid: 411 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 617 + - uid: 562 + components: + - type: Transform + pos: 5.5,3.5 + parent: 617 + - uid: 563 + components: + - type: Transform + pos: -6.5,3.5 + parent: 617 + - uid: 588 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 617 + - uid: 589 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 617 + - uid: 606 + components: + - type: Transform + pos: 2.5,3.5 + parent: 617 + - uid: 607 + components: + - type: Transform + pos: -3.5,3.5 + parent: 617 + - uid: 609 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 617 + - uid: 615 + components: + - type: Transform + pos: -0.5,8.5 + parent: 617 + - uid: 618 + components: + - type: Transform + pos: -0.5,9.5 + parent: 617 + - uid: 636 + components: + - type: Transform + pos: 4.5,8.5 + parent: 617 + - uid: 637 + components: + - type: Transform + pos: -5.5,8.5 + parent: 617 + - uid: 638 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 617 + - uid: 639 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 617 + - uid: 649 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 617 +- proto: soda_dispenser + entities: + - uid: 129 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 617 +- proto: StoolBar + entities: + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 617 + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 617 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 617 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 617 +- proto: SubstationBasic + entities: + - uid: 396 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 617 +- proto: SyringeInaprovaline + entities: + - uid: 178 + components: + - type: Transform + pos: 0.5351835,-0.3930088 + parent: 617 +- proto: Table + entities: + - uid: 143 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 617 + - uid: 160 + components: + - type: Transform + pos: 0.5,1.5 + parent: 617 +- proto: TableCounterMetal + entities: + - uid: 124 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 617 + - uid: 128 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 617 +- proto: TableCounterWood + entities: + - uid: 114 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 617 + - uid: 118 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 617 + - uid: 119 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 617 + - uid: 121 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 617 +- proto: TableGlass + entities: + - uid: 251 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 617 + - uid: 252 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 617 + - uid: 262 + components: + - type: Transform + pos: 2.5,1.5 + parent: 617 + - uid: 263 + components: + - type: Transform + pos: -3.5,1.5 + parent: 617 + - uid: 267 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 617 + - uid: 268 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 617 + - uid: 285 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 617 + - uid: 306 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 617 +- proto: TableReinforced + entities: + - uid: 323 + components: + - type: Transform + pos: -1.5,8.5 + parent: 617 + - uid: 334 + components: + - type: Transform + pos: -2.5,12.5 + parent: 617 + - uid: 335 + components: + - type: Transform + pos: -1.5,9.5 + parent: 617 +- proto: Thruster + entities: + - uid: 619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 617 + - uid: 624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 617 + - uid: 625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-8.5 + parent: 617 + - uid: 626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-8.5 + parent: 617 + - uid: 627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-15.5 + parent: 617 + - uid: 628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-15.5 + parent: 617 + - uid: 629 + components: + - type: Transform + pos: 5.5,6.5 + parent: 617 + - uid: 630 + components: + - type: Transform + pos: -6.5,6.5 + parent: 617 +- proto: VendingMachineBooze + entities: + - uid: 123 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 617 +- proto: VendingMachineChang + entities: + - uid: 132 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 617 +- proto: VendingMachineCigs + entities: + - uid: 130 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 617 +- proto: VendingMachineWallMedical + entities: + - uid: 171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 617 +- proto: WallShuttle + entities: + - uid: 1 + components: + - type: Transform + pos: 6.5,1.5 + parent: 617 + - uid: 2 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 617 + - uid: 3 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 617 + - uid: 4 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 617 + - uid: 5 + components: + - type: Transform + pos: 6.5,3.5 + parent: 617 + - uid: 6 + components: + - type: Transform + pos: 6.5,5.5 + parent: 617 + - uid: 7 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 617 + - uid: 8 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 617 + - uid: 9 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 617 + - uid: 10 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 617 + - uid: 11 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 617 + - uid: 14 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 617 + - uid: 15 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 617 + - uid: 16 + components: + - type: Transform + pos: 5.5,1.5 + parent: 617 + - uid: 17 + components: + - type: Transform + pos: 4.5,1.5 + parent: 617 + - uid: 19 + components: + - type: Transform + pos: 4.5,3.5 + parent: 617 + - uid: 20 + components: + - type: Transform + pos: 5.5,5.5 + parent: 617 + - uid: 21 + components: + - type: Transform + pos: 4.5,5.5 + parent: 617 + - uid: 22 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 617 + - uid: 23 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 617 + - uid: 24 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 617 + - uid: 27 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 617 + - uid: 28 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 617 + - uid: 29 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 617 + - uid: 30 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 617 + - uid: 31 + components: + - type: Transform + pos: -7.5,1.5 + parent: 617 + - uid: 32 + components: + - type: Transform + pos: -6.5,1.5 + parent: 617 + - uid: 33 + components: + - type: Transform + pos: -5.5,1.5 + parent: 617 + - uid: 34 + components: + - type: Transform + pos: -7.5,3.5 + parent: 617 + - uid: 36 + components: + - type: Transform + pos: -5.5,3.5 + parent: 617 + - uid: 37 + components: + - type: Transform + pos: -7.5,5.5 + parent: 617 + - uid: 38 + components: + - type: Transform + pos: -7.5,5.5 + parent: 617 + - uid: 39 + components: + - type: Transform + pos: -6.5,5.5 + parent: 617 + - uid: 40 + components: + - type: Transform + pos: -5.5,5.5 + parent: 617 + - uid: 47 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 617 + - uid: 48 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 617 + - uid: 49 + components: + - type: Transform + pos: -2.5,2.5 + parent: 617 + - uid: 52 + components: + - type: Transform + pos: -5.5,6.5 + parent: 617 + - uid: 53 + components: + - type: Transform + pos: -5.5,7.5 + parent: 617 + - uid: 54 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 617 + - uid: 63 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 617 + - uid: 64 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 617 + - uid: 65 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 617 + - uid: 66 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 617 + - uid: 68 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 617 + - uid: 69 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 617 + - uid: 70 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 617 + - uid: 77 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 617 + - uid: 80 + components: + - type: Transform + pos: 1.5,0.5 + parent: 617 + - uid: 83 + components: + - type: Transform + pos: 1.5,2.5 + parent: 617 + - uid: 92 + components: + - type: Transform + pos: -0.5,13.5 + parent: 617 + - uid: 97 + components: + - type: Transform + pos: 4.5,11.5 + parent: 617 + - uid: 98 + components: + - type: Transform + pos: 4.5,6.5 + parent: 617 + - uid: 99 + components: + - type: Transform + pos: 4.5,7.5 + parent: 617 + - uid: 103 + components: + - type: Transform + pos: -2.5,3.5 + parent: 617 + - uid: 104 + components: + - type: Transform + pos: 1.5,3.5 + parent: 617 + - uid: 108 + components: + - type: Transform + pos: -2.5,0.5 + parent: 617 + - uid: 109 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 617 + - uid: 110 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 617 + - uid: 113 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 617 + - uid: 116 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 617 + - uid: 117 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 617 + - uid: 125 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 617 + - uid: 163 + components: + - type: Transform + pos: -4.5,7.5 + parent: 617 + - uid: 165 + components: + - type: Transform + pos: -1.5,7.5 + parent: 617 + - uid: 166 + components: + - type: Transform + pos: 3.5,7.5 + parent: 617 + - uid: 167 + components: + - type: Transform + pos: 0.5,7.5 + parent: 617 + - uid: 181 + components: + - type: Transform + pos: -5.5,11.5 + parent: 617 + - uid: 182 + components: + - type: Transform + pos: -4.5,12.5 + parent: 617 + - uid: 183 + components: + - type: Transform + pos: -0.5,7.5 + parent: 617 + - uid: 186 + components: + - type: Transform + pos: -0.5,10.5 + parent: 617 + - uid: 187 + components: + - type: Transform + pos: -0.5,11.5 + parent: 617 + - uid: 188 + components: + - type: Transform + pos: -0.5,12.5 + parent: 617 + - uid: 190 + components: + - type: Transform + pos: 3.5,12.5 + parent: 617 + - uid: 197 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 617 + - uid: 202 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 617 + - uid: 203 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 617 + - uid: 211 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 617 + - uid: 212 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 617 + - uid: 213 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 617 + - uid: 214 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 617 + - uid: 219 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 617 + - uid: 313 + components: + - type: Transform + pos: 3.5,11.5 + parent: 617 +- proto: WallShuttleDiagonal + entities: + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,13.5 + parent: 617 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 617 + - uid: 195 + components: + - type: Transform + pos: -5.5,12.5 + parent: 617 + - uid: 196 + components: + - type: Transform + pos: -4.5,13.5 + parent: 617 + - uid: 209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 617 + - uid: 210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 617 + - uid: 289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-14.5 + parent: 617 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 631 + components: + - type: Transform + pos: 1.5,11.5 + parent: 617 +- proto: WindowReinforcedDirectional + entities: + - uid: 315 + components: + - type: Transform + pos: 2.5,11.5 + parent: 617 + - uid: 316 + components: + - type: Transform + pos: 0.5,11.5 + parent: 617 +... diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml new file mode 100644 index 0000000000..2757e45e83 --- /dev/null +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml @@ -0,0 +1,9503 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 30: FloorDark + 34: FloorDarkMini + 35: FloorDarkMono + 46: FloorGlass + 61: FloorKitchen + 65: FloorMetalDiamond + 77: FloorRGlass + 78: FloorReinforced + 90: FloorSteel + 98: FloorSteelHerringbone + 101: FloorSteelMono + 103: FloorSteelPavement + 104: FloorSteelPavementVertical + 105: FloorTechMaint + 109: FloorWhite + 113: FloorWhiteMini + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: NTEX Right + - type: Transform + pos: -0.46875,-0.52606076 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: egAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAABbQAAAAADegAAAAAAZQAAAAABLgAAAAABWgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAABLgAAAAABLgAAAAADLgAAAAADbQAAAAADTgAAAAAALgAAAAAAaAAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAACcQAAAAAAcQAAAAABcQAAAAABbQAAAAADTgAAAAAAZQAAAAAALgAAAAACWgAAAAABaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAABLgAAAAAALgAAAAACLgAAAAADbQAAAAAATgAAAAAALgAAAAADaAAAAAABWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAABegAAAAAAZQAAAAAALgAAAAADWgAAAAADaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAALgAAAAACaAAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACTgAAAAAAZQAAAAAALgAAAAACWgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAZwAAAAACLgAAAAABZwAAAAADLgAAAAAAaQAAAAAALgAAAAAAYgAAAAADWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAACTgAAAAAAWgAAAAACWgAAAAADWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABWgAAAAABaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAABHgAAAAADHgAAAAAATQAAAAAAHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACHgAAAAAATgAAAAAATQAAAAADHgAAAAAAHgAAAAACTQAAAAACHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAADaQAAAAAAHgAAAAABHgAAAAACHgAAAAABTQAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAHgAAAAABegAAAAAATQAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAADLgAAAAACZQAAAAABegAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADaAAAAAAALgAAAAAATgAAAAAAbQAAAAACLgAAAAABLgAAAAAALgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAABLgAAAAACZQAAAAACTgAAAAAAbQAAAAAAcQAAAAACcQAAAAAAcQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABaAAAAAACLgAAAAACTgAAAAAAbQAAAAABLgAAAAADLgAAAAAALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAAALgAAAAADZQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACaAAAAAABLgAAAAACegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAADLgAAAAAAZQAAAAACTgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAACYgAAAAABLgAAAAABaQAAAAAALgAAAAACZwAAAAAALgAAAAADZwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAADWgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAWgAAAAADHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAACIwAAAAAAIwAAAAABHgAAAAADHgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAABIwAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAABIwAAAAACHgAAAAADHgAAAAADTgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAACIwAAAAABHgAAAAAAHgAAAAAAaQAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: egAAAAAATQAAAAAATQAAAAAAegAAAAAAIwAAAAADIwAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAIwAAAAAAIwAAAAABIwAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAIgAAAAACTgAAAAAATQAAAAABTQAAAAABQQAAAAAAQQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAADegAAAAAADgAAAAACDgAAAAACDgAAAAABDgAAAAABDgAAAAACDgAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAATgAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAACDgAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADHgAAAAABegAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADHgAAAAABaQAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABHgAAAAAAaQAAAAAAWgAAAAADWgAAAAAAWgAAAAADZQAAAAADLgAAAAAAWgAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADLgAAAAACaAAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAAALgAAAAAAIwAAAAADegAAAAAAWgAAAAADZQAAAAADLgAAAAACWgAAAAACaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAABLgAAAAAAIwAAAAADegAAAAAAWgAAAAABLgAAAAABaAAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAADLgAAAAABIwAAAAABegAAAAAAWgAAAAADZQAAAAACLgAAAAADWgAAAAADaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAALgAAAAABHgAAAAABHgAAAAACaQAAAAAAWgAAAAACLgAAAAACaAAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAHgAAAAABHgAAAAACHgAAAAABTgAAAAAAWgAAAAAAZQAAAAACLgAAAAAAWgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAADIwAAAAAAegAAAAAATQAAAAACTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAIwAAAAACIwAAAAABIwAAAAACaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAQQAAAAAAQQAAAAAATQAAAAABTQAAAAADTgAAAAAAIgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAIgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAABLgAAAAABZQAAAAAAWgAAAAADWgAAAAADWgAAAAABaQAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADaAAAAAAALgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAADLgAAAAABZQAAAAADWgAAAAABegAAAAAAIwAAAAADLgAAAAABIwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABaAAAAAACLgAAAAABWgAAAAABegAAAAAAIwAAAAABLgAAAAABIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAWgAAAAABLgAAAAAAZQAAAAACWgAAAAADegAAAAAAIwAAAAAALgAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAaAAAAAADLgAAAAAAWgAAAAABaQAAAAAAHgAAAAADHgAAAAACLgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAWgAAAAAALgAAAAAAZQAAAAAAWgAAAAADTgAAAAAAHgAAAAAAHgAAAAABHgAAAAAB + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: HgAAAAADHgAAAAADegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAAAegAAAAAAIwAAAAACIwAAAAAAQQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAIwAAAAACTQAAAAACQQAAAAAATQAAAAADegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIwAAAAACTQAAAAABQQAAAAAATQAAAAADegAAAAAAQQAAAAAAegAAAAAAegAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAQQAAAAAAIwAAAAACIwAAAAACegAAAAAAIwAAAAADIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATQAAAAACQQAAAAAATQAAAAAAIwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAATQAAAAADQQAAAAAATQAAAAABIwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 7: -3,-12 + 8: -4,-12 + 9: -6,-12 + 10: -5,-12 + 11: -7,-12 + 12: -8,-12 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 55: 1,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 54: -1,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 1: 3,-12 + 2: 4,-12 + 3: 5,-12 + 4: 6,-12 + 5: 7,-12 + 6: 8,-12 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 13: 0,10 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale + decals: + 47: -4,9 + 48: -3,9 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 49: 4,9 + 50: 3,9 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 31: -4,2 + 32: -4,3 + 33: -4,4 + 39: -4,1 + 40: -4,5 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 34: 4,2 + 35: 4,3 + 36: 4,4 + 37: 4,1 + 38: 4,5 + - node: + color: '#52B4E996' + id: MiniTileCheckerAOverlay + decals: + 41: -1,3 + 42: 0,3 + 43: 1,3 + 44: -2,3 + 45: 2,3 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 46: -2,9 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale180 + decals: + 53: 2,10 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 52: -2,10 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale90 + decals: + 51: 2,9 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 20: 0,-9 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 0: 0,-14 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 14: 3,-19 + 15: 3,-18 + 16: 3,-17 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 17: -3,-19 + 18: -3,-18 + 19: -3,-17 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 21: -8,-20 + 22: -7,-20 + 23: -6,-20 + 24: -5,-20 + 25: -4,-20 + 26: 4,-20 + 27: 5,-20 + 28: 6,-20 + 29: 7,-20 + 30: 8,-20 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + -1,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,-1: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 4919 + 2,3: + 0: 4369 + 3,0: + 0: 4352 + 3,1: + 0: 273 + -3,0: + 0: 65518 + -3,1: + 0: 61439 + -3,2: + 0: 2188 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 65535 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 65535 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 13107 + 2,-3: + 0: 30583 + 2,-2: + 0: 65399 + 2,-1: + 0: 65535 + 3,-2: + 0: 4352 + 3,-1: + 0: 273 + -3,-2: + 0: 65484 + -3,-1: + 0: 61439 + -3,-4: + 0: 34952 + -3,-3: + 0: 52428 + -2,-4: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -2,4: + 0: 239 + -1,4: + 0: 255 + 0,4: + 0: 255 + 1,4: + 0: 255 + 2,4: + 0: 1 + -2,-5: + 0: 65535 + -1,-5: + 0: 65535 + 0,-5: + 0: 65535 + 1,-5: + 0: 65535 + 2,-5: + 0: 13107 + -3,-6: + 0: 34816 + -3,-5: + 0: 34952 + -2,-6: + 0: 65280 + -1,-6: + 0: 4096 + 1,-6: + 0: 65024 + 2,-6: + 0: 13056 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GravityShake + nextShake: 0 + shakeTimes: 10 +- proto: AirAlarm + entities: + - uid: 211 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - type: DeviceList + devices: + - 1103 + - 1104 + - 904 + - 903 + - 1109 + - 1108 + - type: AtmosDevice + joinedGrid: 1 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,12.5 + parent: 1 + - type: DeviceList + devices: + - 1040 + - 1039 + - 899 + - 884 + - 1101 + - 1100 + - 1099 + - type: AtmosDevice + joinedGrid: 1 + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-12.5 + parent: 1 + - type: DeviceList + devices: + - 1133 + - 1132 + - 909 + - 1127 + - 888 + - 887 + - 914 + - type: AtmosDevice + joinedGrid: 1 + - uid: 853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 1 + - type: DeviceList + devices: + - 907 + - 1107 + - 1111 + - 894 + - 1126 + - 1118 + - 1119 + - 1120 + - 1121 + - 1128 + - 1129 + - 890 + - type: AtmosDevice + joinedGrid: 1 + - uid: 854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 + - type: DeviceList + devices: + - 1130 + - 1131 + - 893 + - 891 + - 1122 + - 1123 + - 1124 + - 1125 + - 1117 + - 908 + - 1112 + - 1115 + - type: AtmosDevice + joinedGrid: 1 + - uid: 857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1 + - type: DeviceList + devices: + - 1105 + - 905 + - 895 + - 1107 + - type: AtmosDevice + joinedGrid: 1 + - uid: 858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,6.5 + parent: 1 + - type: DeviceList + devices: + - 902 + - 896 + - 1115 + - 1102 + - type: AtmosDevice + joinedGrid: 1 + - uid: 860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,12.5 + parent: 1 + - type: DeviceList + devices: + - 898 + - 886 + - 1097 + - 1096 + - 1098 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1327 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - type: DeviceList + devices: + - 1108 + - 1111 + - 1114 + - 1112 + - 1109 + - 892 + - 906 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirCanister + entities: + - uid: 1171 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1172 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirlockBarLocked + entities: + - uid: 1196 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 +- proto: AirlockCommandGlassLocked + entities: + - uid: 877 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 878 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 879 + components: + - type: Transform + pos: -1.5,14.5 + parent: 1 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 1190 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 1191 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 1192 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 +- proto: AirlockExternalGlass + entities: + - uid: 1278 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 + - uid: 1279 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 1280 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 + - uid: 1281 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 1282 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 1283 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 1284 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 1285 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 +- proto: AirlockExternalGlassLocked + entities: + - uid: 1193 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 1194 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 1290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 1291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,5.5 + parent: 1 + - uid: 1292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-2.5 + parent: 1 + - uid: 1293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 + parent: 1 + - uid: 1294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 1 + - uid: 1295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-2.5 + parent: 1 + - uid: 1296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,3.5 + parent: 1 + - uid: 1297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,5.5 + parent: 1 +- proto: AirlockGlass + entities: + - uid: 1179 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 1182 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 1183 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 1185 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 1187 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 1188 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 1189 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 +- proto: AirlockKitchenLocked + entities: + - uid: 1195 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 1197 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 1198 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 1199 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 1200 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 880 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 +- proto: AirlockSecurityLawyerGlassLocked + entities: + - uid: 881 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 882 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 448 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,11.5 + parent: 1 + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,11.5 + parent: 1 + - uid: 547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1 + - uid: 548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 1 + - uid: 587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 1270 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 1271 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 + - uid: 1272 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 + - uid: 1273 + components: + - type: Transform + pos: -11.5,5.5 + parent: 1 + - uid: 1274 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 1275 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 1276 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1 + - uid: 1277 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1 +- proto: BarSignComboCafe + entities: + - uid: 399 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 +- proto: BarSignLV426 + entities: + - uid: 395 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 +- proto: BedsheetMedical + entities: + - uid: 135 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 +- proto: BoozeDispenser + entities: + - uid: 738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 1 +- proto: BriefcaseBrownFilled + entities: + - uid: 1473 + components: + - type: Transform + pos: 1.8087888,-3.0178485 + parent: 1 +- proto: Bucket + entities: + - uid: 1382 + components: + - type: MetaData + desc: "Warning: While this is a novelty item, you are not intended to consume all of this bucket's contents in one sitting. DO NOT INTERPRET THIS AS A CHALLENGE! -- NT Corporate" + - type: Transform + pos: 4.393801,-11.136848 + parent: 1 + - type: SolutionContainerManager + solutions: + bucket: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 250 + name: null + reagents: + - data: null + ReagentId: FourteenLoko + Quantity: 250 +- proto: CableApcExtension + entities: + - uid: 476 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 558 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 559 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1 + - uid: 560 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 602 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 604 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 605 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 606 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 607 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 609 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 612 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 616 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 617 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - uid: 618 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 623 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 627 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 632 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 633 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 634 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 635 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 637 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 + - uid: 638 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 640 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 642 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 643 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 666 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 669 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 671 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 674 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 706 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 708 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 709 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 711 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 712 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 714 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 715 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: -3.5,11.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: -3.5,15.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: -5.5,15.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 792 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 793 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 795 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 809 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 1036 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 1259 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 1260 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 1261 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 1262 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 1263 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 1264 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 1 + - uid: 1265 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - uid: 1266 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 1267 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1 + - uid: 1268 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1 + - uid: 1269 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 1377 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 1394 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 1395 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 1397 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 +- proto: CableHV + entities: + - uid: 427 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 1 + - uid: 434 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 +- proto: CableMV + entities: + - uid: 207 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 + - uid: 454 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 456 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 493 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 + - uid: 511 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 513 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 514 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 518 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 521 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 522 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 525 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 526 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 528 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 553 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 555 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 1325 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 1331 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 1332 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 1333 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 1334 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 1335 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 1336 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 + - uid: 1337 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 1338 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 + - uid: 1339 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 1340 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 1341 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 1342 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 1343 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 1344 + components: + - type: Transform + pos: -7.5,14.5 + parent: 1 + - uid: 1345 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 1346 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 1347 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1 + - uid: 1348 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 + - uid: 1349 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1 + - uid: 1350 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 + - uid: 1351 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1 + - uid: 1352 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1 + - uid: 1353 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1 + - uid: 1354 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 1355 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 1356 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 1357 + components: + - type: Transform + pos: -1.5,17.5 + parent: 1 + - uid: 1358 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 1359 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 1360 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 + - uid: 1361 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-18.5 + parent: 1 + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-18.5 + parent: 1 +- proto: CarpetBlack + entities: + - uid: 1247 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 1248 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1 + - uid: 1249 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 1250 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 1251 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 1252 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 1136 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 1137 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 1138 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 1139 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 1140 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 + - uid: 1141 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 1142 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 1143 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 1144 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 1145 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 1146 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 1147 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 1149 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 1150 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 1151 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 1152 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 1153 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 1154 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 1 + - uid: 1155 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 1156 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1 + - uid: 1157 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 1158 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 1159 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - uid: 1160 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 1165 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 1170 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1 + - uid: 1231 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1 + - uid: 1232 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 1233 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 1234 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 1235 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 1236 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 1237 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 1 + - uid: 1238 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 + - uid: 1239 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 1240 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 1241 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 1242 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 1286 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 1287 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 1288 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 1289 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 + - uid: 239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 1 + - uid: 243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 1 + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 1 + - uid: 246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1 + - uid: 247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,1.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-4.5 + parent: 1 + - uid: 298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 1 + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,6.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-15.5 + parent: 1 + - uid: 377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-15.5 + parent: 1 + - uid: 378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-15.5 + parent: 1 + - uid: 379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 1 + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-11.5 + parent: 1 + - uid: 759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,12.5 + parent: 1 + - uid: 760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,13.5 + parent: 1 + - uid: 761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,14.5 + parent: 1 + - uid: 762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,15.5 + parent: 1 + - uid: 763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,11.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,11.5 + parent: 1 + - uid: 776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,12.5 + parent: 1 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,13.5 + parent: 1 + - uid: 778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 1 + - uid: 779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 + - uid: 781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,15.5 + parent: 1 + - uid: 782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,15.5 + parent: 1 + - uid: 783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,15.5 + parent: 1 + - uid: 820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,12.5 + parent: 1 + - uid: 821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 1 + - uid: 823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,13.5 + parent: 1 + - uid: 824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,15.5 + parent: 1 + - uid: 825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,15.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - uid: 1169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 1 + - uid: 1180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 1181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 1 + - uid: 1184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 1 +- proto: CigarSpent + entities: + - uid: 1389 + components: + - type: MetaData + desc: Aged to perfection... only for it to show up here USED!!! + name: Aladino Corojo Reserva + - type: Transform + pos: 0.78646994,7.5045652 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1225 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 1226 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 1227 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 1228 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 1229 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 1391 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 1392 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 +- proto: ClosetFireFilled + entities: + - uid: 1230 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 1298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 1 + - uid: 1299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 1300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 + - uid: 1301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,11.5 + parent: 1 + - uid: 1376 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 +- proto: ClothingHeadHatSombrero + entities: + - uid: 1472 + components: + - type: Transform + pos: -1.0679107,-4.8605537 + parent: 1 +- proto: ClothingHeadHelmetEVA + entities: + - uid: 1306 + components: + - type: Transform + pos: 6.249852,16.58338 + parent: 1 + - uid: 1307 + components: + - type: Transform + pos: 6.479019,16.427021 + parent: 1 + - uid: 1308 + components: + - type: Transform + pos: 6.687352,16.58338 + parent: 1 +- proto: ClothingOuterHardsuitEVAPrisoner + entities: + - uid: 1303 + components: + - type: Transform + pos: 6.291519,17.06288 + parent: 1 + - uid: 1304 + components: + - type: Transform + pos: 6.697769,17.073303 + parent: 1 + - uid: 1305 + components: + - type: Transform + pos: 6.499852,16.948217 + parent: 1 +- proto: ComputerAlert + entities: + - uid: 286 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1 +- proto: ComputerCrewMonitoring + entities: + - uid: 827 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 +- proto: ComputerCriminalRecords + entities: + - uid: 826 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1 +- proto: ComputerEmergencyShuttle + entities: + - uid: 285 + components: + - type: Transform + pos: -3.5,16.5 + parent: 1 +- proto: ComputerStationRecords + entities: + - uid: 287 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 +- proto: DrinkCoffee + entities: + - uid: 815 + components: + - type: Transform + pos: 4.5121713,16.838995 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: 4.2830048,16.838995 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: 4.3767548,16.69306 + parent: 1 +- proto: DrinkGinTonicglass + entities: + - uid: 1388 + components: + - type: MetaData + desc: IT'S SPIIICY!~ + name: Galdis Gimlit + - type: Transform + pos: 0.71355325,8.03439 + parent: 1 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 30 + name: null + reagents: + - data: null + ReagentId: SodaWater + Quantity: 25 + - data: null + ReagentId: JuiceLime + Quantity: 5 +- proto: DrinkGlassWhite + entities: + - uid: 743 + components: + - type: MetaData + desc: Bring your own drinking vessel. + - type: Transform + pos: 4.3454576,-8.083184 + parent: 1 +- proto: DrinkIcedTeaCan + entities: + - uid: 1328 + components: + - type: MetaData + desc: The best thing you could have in a can. + name: Lemon Brisk + - type: Transform + pos: -7.213415,7.8082147 + parent: 1 +- proto: DrinkLongIslandIcedTeaGlass + entities: + - uid: 1387 + components: + - type: MetaData + desc: Made for alcoholic aliens, not for the faint of heart. + name: The Ginnie Joe + - type: Transform + pos: 4.8072824,-11.076581 + parent: 1 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 50 + name: null + reagents: + - data: null + ReagentId: LongIslandIcedTea + Quantity: 20 + - data: null + ReagentId: Gin + Quantity: 20 + - data: null + ReagentId: Hooch + Quantity: 9 + - data: null + ReagentId: Potassium + Quantity: 1 +- proto: DrinkManlyDorfGlass + entities: + - uid: 742 + components: + - type: Transform + pos: 3.7362244,-8.142079 + parent: 1 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 30 + name: null + reagents: + - data: null + ReagentId: ManlyDorf + Quantity: 15 + - data: null + ReagentId: Goldschlager + Quantity: 15 +- proto: DrinkSodaWaterCan + entities: + - uid: 1380 + components: + - type: MetaData + desc: Seltzer from uh... underground spring in a... asteroid? Doesn't taste like much... + name: Space Rock seltzer + - type: Transform + pos: 0.23457348,7.899946 + parent: 1 +- proto: DrinkSoyMilkCarton + entities: + - uid: 1396 + components: + - type: MetaData + desc: Kid size. You know, because they're giving soy to kids. + - type: Transform + pos: 5.2920833,-3.126653 + parent: 1 +- proto: DrinkWaterBottleFull + entities: + - uid: 818 + components: + - type: Transform + pos: 4.710088,16.911963 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: 4.7934213,16.849419 + parent: 1 + - uid: 1474 + components: + - type: Transform + pos: -2.2243412,-3.903 + parent: 1 +- proto: DrinkWineBottleFull + entities: + - uid: 1253 + components: + - type: Transform + pos: -5.7406063,13.160165 + parent: 1 +- proto: DrinkWineGlass + entities: + - uid: 1256 + components: + - type: Transform + pos: -5.5426893,12.837024 + parent: 1 + - uid: 1257 + components: + - type: Transform + pos: -5.2301893,12.837024 + parent: 1 + - uid: 1258 + components: + - type: Transform + pos: -5.3656063,12.680665 + parent: 1 +- proto: EmergencyLight + entities: + - uid: 1429 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1456 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-11.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,4.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1463 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-19.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-19.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-15.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,11.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,15.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 1470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,15.5 + parent: 1 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight +- proto: ExtinguisherCabinetFilled + entities: + - uid: 390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-9.5 + parent: 1 + - uid: 750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 1 + - uid: 859 + components: + - type: Transform + pos: -1.5,15.5 + parent: 1 + - uid: 1385 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 1386 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 +- proto: FireAlarm + entities: + - uid: 163 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - type: DeviceList + devices: + - 1109 + - 1108 + - 1111 + - 1114 + - 1112 + - type: AtmosDevice + joinedGrid: 1 + - uid: 208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - type: DeviceList + devices: + - 1112 + - 1115 + - 1131 + - 1130 + - type: AtmosDevice + joinedGrid: 1 + - uid: 772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - type: DeviceList + devices: + - 1099 + - 1100 + - 1101 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-12.5 + parent: 1 + - type: DeviceList + devices: + - 1122 + - 1123 + - 1124 + - 1125 + - 1117 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1314 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - type: DeviceList + devices: + - 1126 + - 1118 + - 1119 + - 1120 + - 1121 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 + - type: DeviceList + devices: + - 1128 + - 1129 + - 1107 + - 1111 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - type: DeviceList + devices: + - 1127 + - 1130 + - 1131 + - 1128 + - 1129 + - 1114 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,6.5 + parent: 1 + - type: DeviceList + devices: + - 1102 + - 1115 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 1 + - type: DeviceList + devices: + - 1107 + - 1105 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,10.5 + parent: 1 + - type: DeviceList + devices: + - 1096 + - 1097 + - 1098 + - type: AtmosDevice + joinedGrid: 1 +- proto: FirelockEdge + entities: + - uid: 1118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-8.5 + parent: 1 + - uid: 1119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 1120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 1121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 1122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 1 + - uid: 1123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 1 + - uid: 1124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 1 + - uid: 1125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-8.5 + parent: 1 +- proto: FirelockGlass + entities: + - uid: 1096 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 1097 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 1098 + components: + - type: Transform + pos: -1.5,14.5 + parent: 1 + - uid: 1099 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 1100 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 1101 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 1102 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 1103 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 1104 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 1105 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 1107 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 1108 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 1109 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 1111 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 1112 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 1114 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 1115 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 1117 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1 + - uid: 1126 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 + - uid: 1127 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 1128 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 1129 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 1130 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 1131 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 1132 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 1133 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 +- proto: FloorDrain + entities: + - uid: 1134 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - type: Fixtures + fixtures: {} + - uid: 1135 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - type: Fixtures + fixtures: {} +- proto: FoodBakedPancakeCc + entities: + - uid: 1393 + components: + - type: Transform + pos: 5.5164595,-3.460203 + parent: 1 + - type: Stack + count: 3 +- proto: FoodBoxPizzaFilled + entities: + - uid: 746 + components: + - type: Transform + pos: -4.5137196,-8.331267 + parent: 1 +- proto: FoodBurgerBacon + entities: + - uid: 1330 + components: + - type: MetaData + desc: You didn't get the fries because you bought the BBQ Bacon Burgah sandwich and not the BBQ Bacon Burgah meal. + name: BBQ Bacon Burgah + - type: Transform + pos: -7.5311995,7.52555 + parent: 1 +- proto: FoodCakeCheese + entities: + - uid: 1255 + components: + - type: Transform + pos: -5.5114393,13.514577 + parent: 1 +- proto: FoodCondimentPacketBbq + entities: + - uid: 1329 + components: + - type: MetaData + desc: Best used as an accessory to the BBQ Bacon Burgah. + - type: Transform + pos: -7.7811995,7.7965713 + parent: 1 +- proto: FoodDonutJellyChocolate + entities: + - uid: 1381 + components: + - type: MetaData + desc: It's filled with tasty ooze! + name: boston creme donut + - type: Transform + pos: 0.33759654,7.547349 + parent: 1 +- proto: FoodMeatChicken + entities: + - uid: 747 + components: + - type: Transform + pos: -4.7971454,-11.636919 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: -4.630479,-11.428441 + parent: 1 +- proto: FoodPizzaMushroomSlice + entities: + - uid: 741 + components: + - type: MetaData + desc: For a fun guy. + - type: Transform + pos: 4.687761,-11.469823 + parent: 1 +- proto: FoodPlateSmallPlastic + entities: + - uid: 1326 + components: + - type: Transform + pos: 5.481609,-3.418507 + parent: 1 +- proto: GasMixer + entities: + - uid: 831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + targetPressure: 200 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasMixerFlipped + entities: + - uid: 832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + targetPressure: 200 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPassiveGate + entities: + - uid: 833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-15.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-15.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPassiveVent + entities: + - uid: 1094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeBend + entities: + - uid: 835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 974 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1024 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1056 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeFourway + entities: + - uid: 922 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPipeStraight + entities: + - uid: 839 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 846 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 927 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 928 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 929 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 932 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 946 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 947 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 948 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 949 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 950 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 951 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 952 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 953 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 954 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 955 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 958 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 959 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 960 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 978 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 979 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 980 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 981 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 982 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 983 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 984 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 990 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 991 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 992 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 993 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 994 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 995 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 996 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1021 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1022 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1023 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1032 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1033 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1035 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1053 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1057 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1058 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1059 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1060 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1061 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1062 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1063 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1064 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1066 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1067 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1068 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1082 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1083 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1084 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1085 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1086 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeTJunction + entities: + - uid: 840 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 843 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 844 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 845 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 885 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 930 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1081 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPort + entities: + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 413 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 414 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 415 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 416 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasVentPump + entities: + - uid: 883 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,11.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 886 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-15.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-15.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 892 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 893 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 894 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 914 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1039 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasVentScrubber + entities: + - uid: 898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,14.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 901 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: Gauze + entities: + - uid: 1313 + components: + - type: Transform + pos: -0.5329547,3.728359 + parent: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 86 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 847 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 +- proto: Grille + entities: + - uid: 4 + components: + - type: Transform + pos: -7.5,14.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 861 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 862 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 863 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 864 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 865 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 866 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 867 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 868 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 1106 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 1113 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 1116 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 1167 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 1217 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 1218 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 1219 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 1220 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 1221 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1 + - uid: 1222 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 1223 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 1 + - uid: 1224 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1 +- proto: Joint + entities: + - uid: 1390 + components: + - type: MetaData + desc: They don't call it a baker's dozen for nothing, apparently. + name: the hidden boof + - type: Transform + pos: 0.39183688,7.7042227 + parent: 1 + - type: SolutionContainerManager + solutions: + smokable: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: THC + Quantity: 20 +- proto: KitchenDeepFryer + entities: + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 1 +- proto: KitchenKnife + entities: + - uid: 1254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.407273,13.7022085 + parent: 1 +- proto: KitchenReagentGrinder + entities: + - uid: 392 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 +- proto: MedicalBed + entities: + - uid: 187 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 +- proto: MedkitCombatFilled + entities: + - uid: 829 + components: + - type: Transform + pos: 0.28006327,16.68349 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 830 + components: + - type: Transform + pos: 0.67589664,16.443743 + parent: 1 + - uid: 1310 + components: + - type: Transform + pos: 0.6913415,1.6540015 + parent: 1 +- proto: MedkitOxygenFilled + entities: + - uid: 1309 + components: + - type: Transform + pos: 0.37884152,1.414253 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 1173 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1174 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: OilJarGhee + entities: + - uid: 393 + components: + - type: Transform + pos: -3.9541607,-10.734446 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 1175 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1176 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: PaintingMothBigCatch + entities: + - uid: 1368 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 +- proto: PillTricordrazine + entities: + - uid: 1315 + components: + - type: Transform + pos: -0.62501967,3.5406826 + parent: 1 + - uid: 1316 + components: + - type: Transform + pos: -0.43751967,3.4468663 + parent: 1 +- proto: PortableScrubber + entities: + - uid: 601 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 +- proto: PottedPlantRandom + entities: + - uid: 784 + components: + - type: Transform + pos: -5.5,16.5 + parent: 1 + - uid: 785 + components: + - type: Transform + pos: -6.5,15.5 + parent: 1 + - uid: 1243 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 1244 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 1245 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 1246 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 1323 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 1324 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 +- proto: PottedPlantRandomPlastic + entities: + - uid: 199 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 1405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1411 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1415 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1416 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1422 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1425 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1426 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1430 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1433 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1434 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,12.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1439 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1440 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,16.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,12.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,12.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1445 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior + entities: + - uid: 1163 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightColoredFrostyBlue + entities: + - uid: 1409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 1161 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1162 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-19.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-19.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,3.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1448 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1449 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1452 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1453 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,3.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 200 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1 + - uid: 911 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 1302 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1 +- proto: RandomDrinkGlass + entities: + - uid: 744 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 745 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 +- proto: RandomFoodSingle + entities: + - uid: 749 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 +- proto: RandomInstruments + entities: + - uid: 1378 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 +- proto: RandomItem + entities: + - uid: 1471 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 1475 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 1476 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 +- proto: RandomPainting + entities: + - uid: 1373 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 1374 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 1375 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 +- proto: RandomPosterAny + entities: + - uid: 1369 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 1370 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 +- proto: RandomPosterLegit + entities: + - uid: 1362 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 1363 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 1364 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 1365 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 1366 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 1367 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 1371 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 1372 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 1383 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1 + - type: RandomSpawner + rareChance: 0.09 + - uid: 1384 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 1 +- proto: Screen + entities: + - uid: 1477 + components: + - type: Transform + pos: -7.5,15.5 + parent: 1 + - uid: 1478 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1 + - uid: 1479 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 1480 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 1481 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 1482 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 1483 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 1484 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 1485 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1 + - uid: 1486 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 11 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -1.5,13.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -7.5,14.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 326 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 729 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 766 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 + - uid: 771 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 786 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1 + - uid: 788 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1 + - uid: 789 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 790 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 869 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 870 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 871 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 872 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 873 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 874 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 875 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 876 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 1110 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 1164 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 1166 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 1168 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 1177 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1 + - uid: 1178 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 +- proto: SignBar + entities: + - uid: 400 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 +- proto: SignBridge + entities: + - uid: 1186 + components: + - type: Transform + pos: -1.5,16.5 + parent: 1 +- proto: SignConference + entities: + - uid: 402 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 +- proto: SignEngine + entities: + - uid: 366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-15.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 1 +- proto: SignEngineering + entities: + - uid: 409 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 +- proto: SignEVA + entities: + - uid: 401 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 +- proto: SignMedical + entities: + - uid: 855 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 +- proto: SignPrison + entities: + - uid: 410 + components: + - type: MetaData + desc: A sign indicating the brig. + name: brig sign + - type: Transform + pos: 5.5,10.5 + parent: 1 +- proto: SignSec + entities: + - uid: 1322 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 +- proto: SignShipDock + entities: + - uid: 403 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 +- proto: SignSpace + entities: + - uid: 412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 1 +- proto: SinkWide + entities: + - uid: 391 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1 + - uid: 737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-11.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 425 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 1 +- proto: StoolBar + entities: + - uid: 300 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 443 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 +- proto: SyringeInaprovaline + entities: + - uid: 1311 + components: + - type: Transform + pos: 0.63925827,3.582425 + parent: 1 +- proto: TableCounterMetal + entities: + - uid: 385 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1 +- proto: TableCounterWood + entities: + - uid: 394 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 +- proto: TableGlass + entities: + - uid: 327 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 1379 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: TablePlasmaGlass + entities: + - uid: 773 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 774 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 139 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 +- proto: TableReinforcedGlass + entities: + - uid: 190 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 +- proto: TableWoodReinforced + entities: + - uid: 153 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 +- proto: Thruster + entities: + - uid: 1201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-21.5 + parent: 1 + - uid: 1202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-21.5 + parent: 1 + - uid: 1203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-21.5 + parent: 1 + - uid: 1204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-21.5 + parent: 1 + - uid: 1205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-21.5 + parent: 1 + - uid: 1206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-21.5 + parent: 1 + - uid: 1207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-21.5 + parent: 1 + - uid: 1208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-21.5 + parent: 1 + - uid: 1209 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 1210 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1 + - uid: 1211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 1 + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 1 + - uid: 1213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-15.5 + parent: 1 + - uid: 1214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-15.5 + parent: 1 + - uid: 1215 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 + - uid: 1216 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 913 + components: + - type: Transform + pos: 1.4020915,-10.269052 + parent: 1 +- proto: ToolboxMechanicalFilled + entities: + - uid: 912 + components: + - type: Transform + pos: 1.6052165,-10.597404 + parent: 1 +- proto: VendingMachineBooze + entities: + - uid: 736 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 1 +- proto: VendingMachineChefvend + entities: + - uid: 387 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 +- proto: VendingMachineCigs + entities: + - uid: 752 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 +- proto: VendingMachineCondiments + entities: + - uid: 349 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 +- proto: VendingMachineDinnerware + entities: + - uid: 388 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1 +- proto: VendingMachineDiscount + entities: + - uid: 751 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 +- proto: VendingMachineDonut + entities: + - uid: 814 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 +- proto: VendingMachineEngivend + entities: + - uid: 910 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 +- proto: VendingMachineMedical + entities: + - uid: 191 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: VendingMachineSnack + entities: + - uid: 317 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 740 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 3 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -7.5,11.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -7.5,15.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -1.5,15.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -1.5,16.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -1.5,17.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 9.5,8.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -5.5,17.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 767 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 769 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 + - uid: 770 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 2 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,9.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,16.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,17.5 + parent: 1 + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,16.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,16.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -6.5,17.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -7.5,16.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,9.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,9.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,10.5 + parent: 1 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-12.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-16.5 + parent: 1 + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-18.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-16.5 + parent: 1 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-16.5 + parent: 1 + - uid: 303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-16.5 + parent: 1 + - uid: 350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-20.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-19.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-19.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-20.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-19.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 157 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 +- proto: WaterTankFull + entities: + - uid: 733 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 734 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,12.5 + parent: 1 + - uid: 755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,15.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,11.5 + parent: 1 + - uid: 756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,16.5 + parent: 1 + - uid: 757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,13.5 + parent: 1 + - uid: 758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,14.5 + parent: 1 +... From 0228aba4cc9f353994cfaa13c26c257786491373 Mon Sep 17 00:00:00 2001 From: Danger Revolution! <142105406+DangerRevolution@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:29:24 +0000 Subject: [PATCH 036/391] adds new headset sprites for the listening post operatives (#635) * adds server sprites * adds headset sprites * Revert "adds server sprites" This reverts commit 77aeb26e1c6c004b0e0927c5b8a7ef59ac1c44c3. * quick little change to the sprite i forgot to add the first time round * Update alt-equipped-EARS.png --------- Co-authored-by: DangerRevoltion <142105406+DangerRevoltion@users.noreply.github.com> --- .../Entities/Clothing/Ears/headsets.yml | 5 ++++- .../alt-equipped-EARS.png | Bin 0 -> 447 bytes .../syndicate_listening.rsi/icon_alt.png | Bin 0 -> 531 bytes .../syndicate_listening.rsi/meta.json | 18 ++++++++++++++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/icon_alt.png create mode 100644 Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml index 25c7252987..f3f264d8ec 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Ears/headsets.yml @@ -38,4 +38,7 @@ key_slots: - EncryptionKeySyndie - EncryptionKeyStationMaster - + - type: Sprite + sprite: DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi + - type: Clothing + sprite: DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc96a2727510d2edee77e17acd83af43709f83b GIT binary patch literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4I!Q`jv*CsZ*T2i)odWb_TfuY$K5+Ed3LS8 zk1lL(ey3MEuX_HWqbK|Lipu975ibyGpW=VXThqd%KIhoIG zuWN-D@~^6mjGR_9FWu00@{YLm{|hgfOpU#sc|7*BjQRQEm%sOYu<;KGT{`!@_g4L# zF?vFtuXouk_@Q%p&YE*lPps$qDfJ}_x?bEQ@oM$=gG)B}ZVbvgp>@Qy=E*^(6^Y4V z+h6Ui2zO`D4ZD+a+WxW?Q}&1127QaGHgOjU-cS1&rs}EmF|glnN8kF??n9j&2;gD( z^L@j`yARawa3u28Ki^zcHTNPn$Kiml+iE5Icgj6qaQFo)i{pkZu7M}^y*J;z)m86_ z%m3ZE(+y*9P2T6vFl$-m>8YmA40sN2;=Z-*@0sl4=>;Nn{m1{_^IQBOR&4)mB+E{8 a2$XP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0jNntK~z{r?UgZW z!ax{?&s(eo(=pcFx=6>YfWz%xgZ8AI~r*u7q}tZfZ6E zYqb&|^ZDMo19j~o$xE_WE`^oP@5x4?t-y1?pE=Lv4#E)tx!{%r5zOJBP$+1tp*4&G zGv=VT$wXAERqBJmU_cU(nayTLGh*!m6)r!*9mf%?-7+zdLAVJg3jhvhAkk>IsjpV# z7>NW>=Jk3_7r5(o#Y3}6eNz$%05ACGH#!{(N2@M}j>G~05|8ydg+H}g^qZ+fVu8(O zL)UGuM-sdorkuPD8SM3PxlDa2rN{>7#c(*(Zb6_OVB7Z3VdA=O=y)8zm&GFWA@M$) z8l8g1KtdG>1C`iqJ>TT?Q!%!Lz=dUn&Wt}mpNmCgm7<7Urm(Nwua-L{CFOq+Vhi?r V!P!H|i`M`E002ovPDHLkV1kU@=|cbj literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json new file mode 100644 index 0000000000..9879138a5c --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Ears/Headsets/syndicate_listening.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Resprited by DangerRevolution (github) from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon_alt" + }, + { + "name": "alt-equipped-EARS", + "directions": 4 + } + ] +} From fdfb59a5344b78cbf94049870b4476df1896818f Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 1 Feb 2024 18:29:44 +0000 Subject: [PATCH 037/391] Automatic Changelog Update (#635) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 43241fff53..9d8365ffaf 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1461,3 +1461,9 @@ Entries: security, instead of magically appearing in a cell. id: 219 time: '2024-01-31T22:02:05.0000000+00:00' +- author: DangerRevolution + changes: + - type: Add + message: Added sprites for Syndicate Listener's Headsets + id: 220 + time: '2024-02-01T18:29:24.0000000+00:00' From 4e7e17a39b675e9b961b36aa0e9e58cfdde4ed7e Mon Sep 17 00:00:00 2001 From: leo <136020119+leonardo-dabepis@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:32:28 +1000 Subject: [PATCH 038/391] Glimmer Mite - pest that causes glimmer (#564) * little glimmer guy * oops I forgot to add a mob description HA HA HA * attempting to fix code issues * more code fixes * more code fixes * cod efix * coed fics * every day i scream at least twice * fixed attribution * Update attributions.yml tehe * made the sound effect public domain * dies * bug fix (HA HA) * wow fuck someone already added ectoplasm wow i thought i added it first wow wow --- .../Components/GlimmerMobRuleComponent.cs | 11 ++++ .../Events/GlimmerMobSpawnRule.cs | 56 ++++++++++++++++++ .../DeltaV/Glimmer_Creatures/attributions.yml | 4 ++ .../Audio/DeltaV/Glimmer_Creatures/mite.ogg | Bin 0 -> 91558 bytes .../Entities/Mobs/NPCs/glimmer_creatures.yml | 35 +++++++++++ .../Nyanotrasen/GameRules/events.yml | 12 ++++ .../Mobs/Ghosts/glimmermite.rsi/icon.png | Bin 0 -> 689 bytes .../Mobs/Ghosts/glimmermite.rsi/meta.json | 39 ++++++++++++ .../Mobs/Ghosts/glimmermite.rsi/mite.png | Bin 0 -> 1405 bytes .../Mobs/Ghosts/glimmermite.rsi/mite_dead.png | Bin 0 -> 721 bytes 10 files changed, 157 insertions(+) create mode 100644 Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs create mode 100644 Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs create mode 100644 Resources/Audio/DeltaV/Glimmer_Creatures/attributions.yml create mode 100644 Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg create mode 100644 Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml create mode 100644 Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite.png create mode 100644 Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png diff --git a/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs b/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs new file mode 100644 index 0000000000..bde0422a1a --- /dev/null +++ b/Content.Server/DeltaV/StationEvents/Components/GlimmerMobRuleComponent.cs @@ -0,0 +1,11 @@ +using Content.Server.StationEvents.Events; +using Robust.Shared.Prototypes; + +namespace Content.Server.StationEvents.Components; + +[RegisterComponent, Access(typeof(GlimmerMobRule))] +public sealed partial class GlimmerMobRuleComponent : Component +{ + [DataField(required: true)] + public EntProtoId MobPrototype = string.Empty; +} diff --git a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs new file mode 100644 index 0000000000..ec9ec77031 --- /dev/null +++ b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs @@ -0,0 +1,56 @@ +using System.Linq; +using Robust.Shared.Random; +using Content.Server.GameTicking.Rules.Components; +using Content.Server.NPC.Components; +using Content.Server.Psionics.Glimmer; +using Content.Server.StationEvents.Components; +using Content.Shared.Psionics.Glimmer; +using Content.Shared.Abilities.Psionics; + +namespace Content.Server.StationEvents.Events; + +public sealed class GlimmerMobRule : StationEventSystem +{ + [Dependency] private readonly IRobustRandom _robustRandom = default!; + [Dependency] private readonly GlimmerSystem _glimmerSystem = default!; + + + protected override void Started(EntityUid uid, GlimmerMobRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args) + { + base.Started(uid, component, gameRule, args); + + var glimmerSources = EntityQuery().ToList(); + var normalSpawnLocations = EntityQuery().ToList(); + var hiddenSpawnLocations = EntityQuery().ToList(); + + var baseCount = Math.Max(1, EntityQuery().Count() / 10); + int multiplier = Math.Max(1, (int) _glimmerSystem.GetGlimmerTier() - 2); + + var total = baseCount * multiplier; + + int i = 0; + while (i < total) + { + if (glimmerSources.Count != 0 && _robustRandom.Prob(0.4f)) + { + Spawn(component.MobPrototype, _robustRandom.Pick(glimmerSources).Item2.Coordinates); + i++; + continue; + } + + if (normalSpawnLocations.Count != 0) + { + Spawn(component.MobPrototype, _robustRandom.Pick(normalSpawnLocations).Item2.Coordinates); + i++; + continue; + } + + if (hiddenSpawnLocations.Count != 0) + { + Spawn(component.MobPrototype, _robustRandom.Pick(hiddenSpawnLocations).Item2.Coordinates); + i++; + continue; + } + } + } +} diff --git a/Resources/Audio/DeltaV/Glimmer_Creatures/attributions.yml b/Resources/Audio/DeltaV/Glimmer_Creatures/attributions.yml new file mode 100644 index 0000000000..6ef81adf31 --- /dev/null +++ b/Resources/Audio/DeltaV/Glimmer_Creatures/attributions.yml @@ -0,0 +1,4 @@ +- files: [mite.ogg] + copyright: '"mite.ogg" by leonardo-dabepis' + license: CC0-1.0 + source: https://github.com/DeltaV-Station/Delta-v/pull/564 \ No newline at end of file diff --git a/Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg b/Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg new file mode 100644 index 0000000000000000000000000000000000000000..63c99254b3047f5a98a3bc6cf8a8de52635fbfaa GIT binary patch literal 91558 zcmbTe1yoc`_%ME#MvzuOkW!>2Bt&UMLPAzcjnIA`^+;>&+MvMT53XA&_58${QH7$#7_mr0DI=( zWNPhpg|H4!3-w)yj_a9h0T3uIj zvShNgHq|+MJd+}m03W{)A3vWE6Z?=@NsOZi#hx0cyIe3K#K`OvSV z%s;4OR@{JR;O*QaicI@V@Se87|p^Fou!!j_(`#Ka;4SV zO1sW7?#?pevnGH+a4^_F8P-X;|DWTrUYy1M`;fBg;Dn?AE!&^cw?Dlqr*XC2i5vfn z!W|HpQz;GZRwqGuXTf%7F>uJc-1&k~?%q}={WA%eX@?*we)`s@^j`oqG=n*`YY*RyM z0Im+qQ`Wi(F?Ii&eWbv=nT*i1rM_VD3CA;~V$NlbVQ`5ciOJya;K*ip9e!7-!2iAm zEnAMui?fk4K~MnM85jRKow4$7F3ye);rz;8-X+kAAI1+CnBv%n!JjTL^IR z>x#uR=VDO>o1BWFhg>-b4JD48-x38TmB~C(8jto&NCFd_zH;ONsrc{2tzYdWzufnq zqj!T|oq`n{eF8k1H^jBIv~{1^>BYN_SG_bCah)FanI3*^L>>6Q8SAg)KtN~$&SVl{ z8phwA;;$-0_LcfobwqJ^fg z!GMs(fVRcpGmFtm3;ik|y~=+C=C{~P54-+HaxfyoA{suY5RLP%3xK*}(k5Rl25Y$DE`o9wZLCulG_s;Z)x(3gnhR~n}kG7Wh z|6O9h-9bT>0YO06SO}s8s*s~KDd2vzw5rlCIqNni{35&sjsTjNk@XZMIaT^I=0*yAVn$PZx5Eq>Ji$ZSLBB_{Y zcu-lhGB}fq@}J@b?ZLQ$Tpmqry~WxxV!eyn+LeigwttEk`*{ZN{K85VZHvSwUj>F^ zEjr5nDHecY1t>xg9EK0UA3Z+W8nO@T4kgJLVV!eWI z^wKPoz6q*pXaGp14Joi?m-+fIFlWi zg+fm7#NIOj8_?2@%dt*l3(2%fDl9DgCiuG=uoHMNrfFee?R7AJfVDuK0d>-%2d3q6 zZ84FU8kLHsw!yF~#wYn70Q55bO`!8=q}gb-FPdZ#QZvB+Fch3Wh`%*K{hSO3tDurJ zAuHmXjCDaaLQ$cpVn~3a04OZhoDXpiJ2SF}9@-=ZfKw3!m15(A57C>maWO#9i!hBa zQ6#<4U5>UC=kQBeRAxP*^069UMUhO|2+r0NXA%u1T8tiM&jIaHoDmvl23@HD0qW>; zw3I+GT!WJpbYp{{{AL)$)OOOhQ7TF5Kg&IkVmm!P@PH+5b9nu zh7jsP+OZba7~%lR0I~qmVi;2Q8v zv^~L@Oa_@^)+I{t#yO0CF$Fj!SQrMUlM`m6A>_o2kqoE|nwA9TFj2hJfOE`9CKnPJ z&H^n0QT#W~WJ-z!?j*N3n1TJ`Yz0NaHweT-uIqssO6)n=-!-E61At)zqYdHD4T#iG zDyYy2<9`#N1u82|!(M|XfOjsK*>bbSVz>z4YQs@+(d-?d!lQcyIW#uhZ8URUPk7oM zn1L~+>p$VheMAKDc{oCFrP8N?vDxLH`ex4PPy;+!3>^{xzhD?iF^2}jTucENe-NPr zhUVNOjn52<>=>>)y8<@vzQ%HbGYQ7}VcO+<|I-5$!E^vp{k{=^(D-u&+5w07PY(nI z7|Kgf#~MJPM8KMj&^U+b!I2Z7Ap;y|z%@CD`$`;d5Mc0te`MItimVuW&x*16tl%!V zfly+9gK3w8z*NSb-Ox}X1Z6-oOcl8JeLkz=$N?_`m1k8HN*E7aL+R|vf7&UX!&GtP zfcXS+35Tw5@_bgkQ7ncfPbHu%^)m1s4x|CNAA=8QCKRTA_KFbt-_JekiaB90`Td~3 zRsa8ru;xi>61W8A|Bx>bKJW#CDRb%(%>gn5_zR)H0r*Q*i9;MSAE^Nd&$Ef*;Mk#& zWoHJ&S$Q9*dW#_E!*?4}<^aUQCk1;90{QGY(Hbc6iu)Q*INGMX?y;8lKeTB;PTk|= zXdClHiB?5xDDzx|j45Uzc(rlMG69>M*>gYwEXWiHk1Vl_!tXKujcopnarj{n9OwlI zrc=sQ{^3bhbwN!1Pyc2%m(P#QJ94zT=I?yFBJ|yqb>z*3i5XmDj7@+9An3FDJE1m1 zE>oI-=qKFgrNg9yYb@H>7p^W2fj7lG(Ck2Hbm@h#x+rtp<;bOwX+vZK&gXFHf7l~l zrKLm!tPB&>EEUj&gN1wF7^oon{s~LA-I1Iu@?Hl!A3Hr|k7C|=NQ#W*#vK+@ zeg)-xypWJ3$oT1VW=2RrP`Lm4^^8u4+U4o+bFvp?0ZbS1?@M8ks8-Jgi-^tQvHhfq zy#-=D00fXbFulU?AgjlVH*bkaNXgu}tDvN;dS62e*a!e*kOTxpUtnTMN)!zzi6D(6 ziz1Jvh@nJK0WU`CEZT+0q#!J;-{CVxr($9Kj*6QN&z=BbqGHTlzx1cCFFk+wMOXKQ zdu7wtD8H!koT`TAwwk*9-t?eIt?PSv{jH*G??{8ILQM{RCXWw3aN7)V-|LHtvTF+Q zth`-NMyVNQkY9!y!EpLzC+gV9qdLtup;5fn?@00_ow081r%lwAJ-3Z#T`tCEsE935 zKW~*Cy9(;MO`8w5-*0XIDp>i_?wFiBI^F-H>M%=HbwBaPHp17_YtnQVbfZh znc*a#kZ==f*ZEgr;6_YKTJ^Lic42H`|7AYx8M~eJM==B~>aQ4%YZ}dMc908u+m^mh zJrCRtJVi@>(d*l*i#WI)Zn{2gxH~_VH2%;s)pbbE66P5+Sxy=}AUB;qO=&>M&01W8 zWNcbclHZ%0ef9EVC^sipA*rZ${uPpfcaynkQ6~0Z9cp<^&c|bKe5Lhkf|zRVun;Qz zCg#36nTz@$xEi8wo=}93=>Wq9c^qKQ1sSL@Ed2W$MMYPE zmrIQcgXTd?YuG#D8Dp3ugno6oCI0&&#ie~w*O@TUg)|K{g`4EQs3W zcnveCi}$iZ=@I;2ZGcN z+)BJ7`5D3{ZbxJL$Z}$0h$Hku01Z)G>3ruXQYm_a;|jzSC7=M=V*6I6;HPW2S;~aX zBJXH2yyWALyx?u`=>3fO4*vw(_s2F}B>s8RhrXA3Q>t`aj2|888(k_j%THj>Jw7ZH zf=Znc103(aDg5 zjiU3*JD$WC$dENf*xegNp%L^fT>hhpQ$E%jU5)s(#={^!x1W|vv|>lMr*}5|iqYY| z*o~jvMES<4z11(-ntJ0yKZ5>X3=hxeu>Kn4J4A-QH6bqDnPMWpv`%S04Jc2HD9dxmGUL!=LYv^|4PvF7`abh2t1jrUa%%yHP8Kt-D1t zC*L0P}j~qk&pKcj?!oc)arv+@N4H;{!#>)EE@>S`O=GFeQTe&7r(V^3OLICPgB`z2wc zyUK1|*!6g8!y+aTxhW$c>9!vYBR3~|l!2RQi^Z*|B#KQGIizQ8^F@^3ru+H>eZqQS zjYB-|dk-VO@p&oeL|YE;zUYm$`6@;4aWRsb9%@{C6gZjli&N&uq3F+`OS`YdB~hji z2}Z_;s6>m1bxyZj-wnSN@q(bRPha&;^g+sk0;r4M@QqAU|Mnc&8XJQ#^@-)GbV$|H z_8%9(Aj!%yzsSbvjeS`@C|ZabQy11B)E4>5HG3)4i(xo*i#14vUgLn9X>9CPNo7CQ z1GozlZ}WRT10@Pt5(vlq_Q#Tb`-%WXyrlA@n zx_>MxeO|le0d1#YgL~13A7cJ9CQc9k|>kJVEV`=y(`D`Fj8K1Ud9<3|lRtN-O_m2q}cy zN+-cSj6d8Y@d#qr(HHjgYm(>qf^x<$X=}D#6+JJWLrq~8X;r!@ z@bpT(p#kH$xzx*$Y49H*$yj!MpBLEROge}Cd5#y_SU@ZN{e+sPu;r)#VPzI3-g3a8OerL2_ZeIJ*j zKR!&edfS(D6|eW9$4PxCZ@7(Q^7)&)MRun6mADCb$<=YxkOIawok2(YJvaC?{lG&7 zV|z5$N&&OK?xtgY-|3Uu$R^2S)clT)jh`ESmZStqO;(u!M54b^98!ne@NO+uZ%bUq zRhnwg+suyhyl|nJG6RnCD=r-JOwT{JP$!Wg1KeeXg*u0XDKDIWdjE8FpZm3E-O>C!^D+IHz^gs6)JtOf=Tk0_#V>%(U=tTTdL%&)@nQYNGJ`u|QO{8S z(b4LR@nXjde}*WkrSC<%htp55TJ!ffBsKBR?=&rjPqQ6LRw+!7eB0n1I=Hxz-jW~{ zMou$yJ4dLKSrtrzaig;zUJ~*)>E6`dG`6z=2Uh0Wbf*D$2U8{V^;zxmigaBj=mLsH(T1_b{5-=LuL!n=oF zP!Qn0-?08rbAx0y$P4M}mk}XD2L`{J^PE#jZ6Y#O&UoR&)hDn(W0YjT7|b;}@m+^WLj zydMSV!~Ld9*r#hPXsQZ?spMPj_ndo%kT2^a;lt?TS7iIEHL^+Gno5)olOwBJ*QJAv zam4FpT`q|=e($Wd&(h~A2_KfvHN1YigQu(juSsUFU7FTC>d2G+4?~r58UK&Gxp&pAG zLCOg+Tu2e#M6A1BTR&9H*MzoJ z5q%Ys6h_u}=a1qyc6K}2OUOmq7Qku_Xsl)t8z&Je<|!`6&q-aIe8_LDau7lU0u1v- zLcDaNIuV_XG%AIUulcK_4QFMJN;Z-uPdl24M-;e@bR#!CkQQ7SnkD$A9bqJo;~6Lj zA#RPH`SN!kqD528y+TvTuO8gKNS^Fvk;Sy?|xXq$@^$lg!)l3?DKs(eJ{9mr#-@N%9s}(>HqpC3W9S; zy-@taOJu6JQA6_s_cYjsqY6i6#CN||%}d{Xf;AA&<=gwRsw!1IRCGCZb}xVo9mPg0 z3c9_%6qHbVN(2Qu_l}AgrYCRN8?`h9bdoyg%E1|oGjv0la>`gHCkyYay}(9z$Z&Bxa5ZPh_lyslUs?g{08(1y}q)` zW_VDk%4(a}cjLKlo>)>;&|k)ZyFw(@q=DURP~5AR7jI4r`3!Zh-s4u;5qY}ikurKv zhFMmlAUJKB{th@lDB%gct5BLsW6aXhmisoXwtieUliDeo!7OjmuP5B-_%gQ7H#1aS zoswN}>%GD!jTfi5GT=mr<%`oh=taNuR~iRi2os!+Hw!Xw~JmB1?;RYdgb2nO4^cA>+5OyTu>Y{F(wAp-6>4mIZ#?x?aDQBDv_> zYj%+8F*)t?%*biEHv48L9*5d-ww#yYXB^PV0;W2QO;J^4YPa9!n0watFP; zO57`!*Za%iMu(ATDSm9#3VJiY8Xmgrq+a~+_{e8)QkA{hTk0hi8Ye|$?chX<_V`(4 zn@u5t2YH^c-~NKheLvOAnfr^jwl>|=HkDArfhOaMe`nZbp#($1=~`+ijFs>op15D6 zW8cK0e=$uh4t1R8!S3#K9J|)rc)%D{F~Nftjf|vpqvYYZerfty$a+iQ`I?)iTEK!r z@WZ;#zD8d8xg-sdV@SUXS_NvYKHj`dPJ=%_y{y_h8q}yvN@wC?H=5PGz;>Y)AK~f8 zgHqx_?G;I&k8~J0cF+%}3Kpg{7zaCdd^?Z8jp0po3BwDIMBJ733l*Y<8?tVz+-gkW ziGM9&-pKiBcE>sT(kN3&v!Pe2EFU&hibp0oBIbaU$NrBs-)Bl5H5k7kBA_=sy^n8O z`^Z*WanZNQ8Xb7mwK(FWCpL(Jr`H9f1|wscWjHs#{q)>g3u*b~Clh$I`aLxWVvjB1y zM-Vs}#2$~kw-Pot-<1sP)II9K+o@L2Bh2*D4Xy4*ZS|rXUu~gVFHn3qn9+oaNg;MS z$X6&u1kEw$_9l4WS!~S2^he=M`)$@$B9qM(p{(X#CAmn4|*G+0g9I z%{tx0PsI3kZaArq#Zzim-110@7t>D+7lR=8 z6Voq<4y}!6J6cvUfft ze6mbRvLAF^Kh&A)~Wk$%gw3mu-#OLAq{T6q&_1>`}d} zW16Wa)o2|k)p=8-_io;!CO<{OAeaP{{UTC8zvrE;bZqFk9#_|RZ`p$~ z-~!E0VMO?x5EY!r_X6-t5Zhekvdu>UzmgvuXzadj$gXGh_Bctwv5|d8T(6tFu?AL; z?ouF(P8)_&Avoy%4~TXK&{&D>d5)jsThAVOQN?C-3EUyz;N7Z6kg1j*l=UPD>f25; zYjJRx4=#`zF=*+0oR&Y2LccFO`4GGQb1w5Dgmz9A+4zwf2cH&HyX3Tbt0#Fqa)WEj z{D484v&6VH#Ka2=g5S&D85?+bt)>dMS;yX!Qv~|-$FYF&-768|9}^ZHB~3L+(D9*1 zD)FnxsZuWv**mN-9^m7!@M8tBFU0eH&{YAreG^O&w$K+IfSuO&hAcSOCa}Fi#3pTS zKAk4@bJ%ONDL8a?IU+nlYfesj?Hcez93eHriSEy0?J!oDg*Py_Ti>%gmm~FlFp`vi zUD8nBK7f1|t#F{QMG1 zBx9$4!l;4`mVbwv5Ew2Dj8Lsx?Fg^O#*i5IN*YDaWYZmYAM=>Gk8Hg<6w`GbTTn4WD}qedK>|LHBFCNc$fwgOho4@x*iwaZ;|lb82u`EK_GZVwc{d@w&DOq6 zBpTWCIP4YpUVt(RWCvr$k57c1{j6vb7_N;q(@r`I=wuaopg$CsCz z4on#r@*Nz~>T7nI#I>3xlsvGE-=L=-98z=cufNH!o|;)5QmdI-Cz_5CY5cA)j9$82 zNVadM*6ll>q~S0zpBJQ%$gw=dppwYY`86rGiT?J3sju(l=k7sJ{Iy(LUo!`vlE`j_ z;uM1>1RX?R{X4meA;a-reCU|qt@DhROD!ogI#0&PhY>D}jkis{rg>FhI2`0~y|0h6 zLP5+ZMEyCF-L$2{8;P$;sS~F!QO8;dp&xHrHnd$?-k@2AbNbLMG@_T^$llIvcYcC8 z4w9fUKG=81hJ3eefL>YGHCZ3u8k$cYAzsQ=sXlshg-k%K#j#em&3Q`x*wuEZ3M?c~ z_(;~7EGNziKgG@}N*Ovmc!R@q@eB=cf}2?JrYKZh+F`x;Elte*Tx6`cT$<r%h+=R+qesei)wyX@4D`lchD_*Am zX3K5r^MXuQA@8UC&%Z>bjEdDomdENTJjfV292CMTM){LsvqoyaJqukE8l8tNENoQw_su_hiw2rm{OlwK58 zD1E((3su5=flq>F=KT3-7RauUf~Ldhe!Nk>4Ed~bggxM9E~(w8m6kwU*Kx>oA2u*9 zzl9){KfWIXmya$|&XskGBbmD8NdwVk;eIm|t$Va3r2FQ{`|tKaB`a9Kp=AnSlGE4b z&<{MF`}VT3V49i8L+IybJ^SI;WUiHyTVMDp?>=-I{S>_g699PrEWxIjxjIiw;RwSd z7G^n|v}PT}BSd?|U`Q4B5UN5)9Ek`vl|0&dd)pJ?qmq)wXZRjI{o@O`VpnKvlQu>< zVG#4bQ@?W0idKKce=p}d`RZ2ShpE}e$#)*b^ePVgXkkbv}zo#i=n~j?TN+XOMTQFFc)YFnRD)bam6P3N*bt2DnK zPkQuo$Y9+=>^b2zUcCUymT<9Ok0!(?Cgq47WIy|bchGMg$F&D-ID|dd^8M%%Bu&vQ zir;mzbhKTCJaSGyTFW6;fTW~%?#;d+0xNrquHqmEiFWp~^R7EB4uSp7rzWZy55KS*At(iqQ$Mx~>+cKoU@^=c( zCA84}BxaMpj(gKrpE|>a_DC^J?H+2}NgUnQz@NBd=YumkF}2$GWyODr`NrI=?FsMH zmR-Hk^ytA+i>j^l66c-(zdy{;Rl3pr4U@6d1vSg4=$L!$2l+UNV$NfsT!_h@k%Y;%CfAt4s{#BaPF34nB zogPBK zR42QN(Qs?VnqQ$;#w)h``;|63NjGX`#)tX(vc)Cv z*-_bk7*yT9hP{2;%;kbsqVu&iJM{5EA$E`gW^?cvL@rhC{F?u=uG$oVo%9*XV@ye! zv3^9)-7q$VMrSUc9^bLA@H&#U9D6<2MY-7wHTP*{6)(Lg|5eI;_vH!0d4}?qF8lVR zGMue2UZbW+bK4h8*g@T*!bZZda}*X+I(kgW(038C3t|@#7p6aaM|2N4?Iy?Z;zTBN zaxtHN)k*5SI>eHA1>4vnO)dpY|GA%^l6R2V_IEr(o()`+IL;K1Yfei#RI!{af#2Xq z{=5M}L-(1^gUqD_P{x098W8;Z4;T4e_op-B{B|S7I4Sh3e0e`ys|wy7O6J9n4}4fM z*X552rN9K(mVG}SEVSA-sjMEy@T^GMT}h~?>W>Ji|8%QP+|8VW=OWR~t20<|!M8YP zSvoYU6HTU_#1xyyTV%(u@Dj(1`+B#q(%5!latGcKBN^r{B7cbvQ$og6iU$YI+cWQ} zAb#fL>(t80DRef(-3+!4J? z%r3DuNMyx_shTH)rCe)!gpMHLlu@)=u8Q|N@dJ?g)Qv*A_kUK3DzWR=>@Vq>-=crr zq*yLcf25Vtve5Ae_qks+KzCO zDY4U0Uq3NBr&kYR{#`_R-CobLG_z5!% z?J9X4K?+H*f;<%Ss_yLi3i5$atMX3xYp)<2&Kn1IsQbx=F^jfVX{g*KsN*Czrs
    H8G;v5F8e=!oXfivUL+uJhXhn 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

    N`ol4lC9*yFm~+T^XpAbNovdfRPNkPaQp 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

    nYX?{B=kOm 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png b/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite_dead.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e2e2e62f4b2603f8478f12b7bbb99775742b32 GIT binary patch literal 721 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFy>`CI|pPYCo?c;Oe~#vR@)^| z;#j?LhlGyDq@%Gskv+3CCic2*JebsDbmPv>&r6@(+j-Y|a?0u)ohhw1enkD?zo8ZF zr5QA7?%wsi%U;{2WvQHdd*}Q0;&Y$N&J`c9pK9#0-Hc~hXu+b%g1L747F@L#UeLh~{%`myWd6 ztWl6DdeU%cx|jcypPq%w&g6H^jVO`%vugRYp9eeTb5dl3clcXmJnM3MYV%61af+$A z_EzsSbG<;d&IJ<}oG`NF`r^G+W%K^phxzw;DnCkm+8%jS(7kOzzE9G?Zo_}x8bN#<=IeB?#1sr zY}{s{ZT<1}#y%5ICr%I%ORM^e|ryp_=85xS z9oCJ4-=1HuXNzTXZM&X-zgd=HQF-m&GX*nW+8tIoClX-N*!Z~fiCdD5dx%H_k5gaU zp7+HM#185>ZkwaVci@?Hio4=z;n&qkP94v(7#h< Date: Thu, 1 Feb 2024 18:32:43 +0000 Subject: [PATCH 039/391] Automatic Changelog Update (#564) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 9d8365ffaf..4617c6eabd 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1467,3 +1467,9 @@ Entries: message: Added sprites for Syndicate Listener's Headsets id: 220 time: '2024-02-01T18:29:24.0000000+00:00' +- author: leonardo-dabepis + changes: + - type: Add + message: a new pest from beyond the noosphere! + id: 221 + time: '2024-02-01T18:32:28.0000000+00:00' From babe5b3bccd9a754fa714671bf0068f239019542 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:32:54 +0100 Subject: [PATCH 040/391] Alternative wagging tail for felinids. (#593) * Alternative wagging tail for felinids. More options for felinids. Ported from TG station. * Deletes that one line that appeard for some reason. --------- Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> --- .../Locale/en-US/deltav/markings/felinid.ftl | 2 + .../Mobs/Customization/Markings/felinid.yml | 9 +++ .../m_waggingtail_cat_FRONT.png | Bin 0 -> 1954 bytes .../Felinid/alternative_tail.rsi/meta.json | 73 ++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/meta.json diff --git a/Resources/Locale/en-US/deltav/markings/felinid.ftl b/Resources/Locale/en-US/deltav/markings/felinid.ftl index 89f4d43bd4..add82918ea 100644 --- a/Resources/Locale/en-US/deltav/markings/felinid.ftl +++ b/Resources/Locale/en-US/deltav/markings/felinid.ftl @@ -3,3 +3,5 @@ marking-FelinidFluffyTailRings-Felinid_fluffy_tail_full = Fluffy tail marking-FelinidFluffyTailRings-felinid_fluffy_tail_rings = Fluffy Tail Rings marking-FelinidFluffyTail = Fluffy Tail marking-FelinidFluffyTailRings = Fluffy Tail with rings +marking-FelinidAlternativeTail = Alternative Wagging Tail +marking-FelinidAlternativeTail-m_waggingtail_cat_FRONT = Alternative Wagging Tail diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml index 1d386dd936..795bcaacb0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml @@ -18,3 +18,12 @@ - sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi state: Felinid_fluffy_tail_full +- type: marking + id: FelinidAlternativeTail + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [Felinid] + sprites: + - sprite: DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi + state: m_waggingtail_cat_FRONT + diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png b/Resources/Textures/DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi/m_waggingtail_cat_FRONT.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ff1589bc4b66e9d5ca0667d9fb48be99d37ab3 GIT binary patch literal 1954 zcmcgt|2xwO9REy&u1p+C7$J_FI+V(oZYxW)B{> zVwvMI0034*?ZEC`OQ9VHn&zSBe@tF6g?Of|xu^SpQJ=+Itv>o%=mew;(j}3;lAXdJ~>yuqE zUqUD%OGGRHwp7V{T8CB42X+fR+Vo1m^vOpTnPWpD2iLloV_~8M;(uEDN!!%`?IbJ^ zDV>SSnsWM6jeJzpmRg9amj}g%eWx3RA*;nUPR&;Y7%s1ube8Xq4!Nz>Zu3s~C1maK zj&rnk${MwHy^0~s7*#p6JOv3$WtXmG4ubgIxbu*&*Y}Gf$0 zNLtQPat=HXhN=|}P_mOPama1NZY<=+ama57ekGub$@=E$H41x{M6uB6z@mTHFz8Qs zB0<|jqxpTQqa1UOK2lShQM;R1lgpzH9&uhgCN~EeM}K=`iPK3qw+I&UxTqvo4~&JS z^>&lOOMu%yl6>3x8oI_{FwD#riLJ*TUGyTx63kG@>Ji=QMq%!|08CA96R1l24`(iLGv}!9~Ye;m7Ziy*O@p&15+cT5`$kPxrXdgwb zWizd>ry^z55QD*;+QqZuYG`xV`*&vQxqA@1n2GVhEf zT^u^a&c%Tt%qwD3KG5nAk){&)j)~Ulf%3Z8ci6tb-nT3oKMOOC?m3FT;9d#bcl4$x zUQIv)v!8GaGdDC27T8=G4edTw48x%H9qB%ct+MiJ#qn zCiqOz@}@kWxzihFWWBYsntQz_>p{%Kca0GMj9nXRAP;%)HP7GBkmS{|yq|;B3bo+D zs?=4ZWDn#6v%^=#Jb{=Tdb6FYMW(i!#i99>k4M$p-W{nl&8z(4(y!}c`LbU6rt%ZM z?hDEKjaPr7LKkF(u^_RuGgPpO(`omVL*) z3h1*LUxygn%olbT*d{z|58QpfZ8%?&UIzG+Ci@Q Date: Thu, 1 Feb 2024 18:33:07 +0000 Subject: [PATCH 041/391] Automatic Changelog Update (#593) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 4617c6eabd..65ebe8032d 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1473,3 +1473,9 @@ Entries: message: a new pest from beyond the noosphere! id: 221 time: '2024-02-01T18:32:28.0000000+00:00' +- author: Adrian16199 + changes: + - type: Add + message: An alternative wagging tail for felinids. + id: 222 + time: '2024-02-01T18:32:54.0000000+00:00' From cf7fccf8896c81da70d4c40b717234103c4275e5 Mon Sep 17 00:00:00 2001 From: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:34:17 -0800 Subject: [PATCH 042/391] SlowOnDamage lessened + Moth buff (#741) * Update base.yml Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> * 4.5 -> 1.5 heat dmg multiplier Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> * Raised speedModifierThresholds Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> * Lowered Heat Dmg by .5 Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> * Update Resources/Prototypes/Entities/Mobs/Species/base.yml Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> * Update Resources/Prototypes/Entities/Mobs/Species/moth.yml Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> --------- Signed-off-by: OldDanceJacket <98985560+OldDanceJacket@users.noreply.github.com> Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Resources/Prototypes/Entities/Mobs/Species/base.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/Species/moth.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index b94b36a266..e8c475907e 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -89,8 +89,8 @@ species: Human - type: SlowOnDamage speedModifierThresholds: - 60: 0.7 - 80: 0.5 + 60: 0.8 # DV - Was 0.7 + 80: 0.6 # DV - Was 0.5 - type: Fixtures fixtures: # TODO: This needs a second fixture just for mob collisions. fix1: diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 292828b4e6..157ad1cb18 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -54,7 +54,7 @@ - type: Flammable damage: types: - Heat: 4.5 # moths burn more easily + Heat: 4 # DV - Reduced by .5 - type: Temperature # Moths hate the heat and thrive in the cold. heatDamageThreshold: 320 coldDamageThreshold: 230 From 4e6fca6c2046c8a0e01534c53ad4c988c152dccc Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 1 Feb 2024 18:34:30 +0000 Subject: [PATCH 043/391] Automatic Changelog Update (#741) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 65ebe8032d..bdaac04899 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1479,3 +1479,11 @@ Entries: message: An alternative wagging tail for felinids. id: 222 time: '2024-02-01T18:32:54.0000000+00:00' +- author: ODJ + changes: + - type: Tweak + message: Moth's now take less heat dmg. + - type: Tweak + message: You now move a little faster when hurt than previously + id: 223 + time: '2024-02-01T18:34:18.0000000+00:00' From 469bf66aa4e109756353589f24e06030a0f4ca31 Mon Sep 17 00:00:00 2001 From: UnicornOnLSD <149102472+UnicornOnLSD@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:30:23 +0100 Subject: [PATCH 044/391] Submarine Station (#704) * wawa * A LOT of changes, will write a proper commit * Final tweaks for Submarine station. * Finaler tweaks, fixed power on a few places etc etc. * edits 4 map * fix sln file * woopsies, fix ! * removed mediborg from available jobs * Fixed musician spawn point lacking * tweaked submarine: fixed evac screens, added material reclaimer in disposals * submarine update: -resorted chemistry -drippy closets up -THE CRYO IS REAAAAAAL -beacons, they're here -stuff * fixed shuttel, now it's hammurabi's because it's sick and I can't be bothered to build a whole ass evac shuttle meself * oopsy woopsie wrong file directory uwu * emergency fixes, weewoo now it's good * last changes, on god: -adjusted maints -new 3R#0!/ beacon somewhere -AME has enough cores to power station properly roundstart * fix cryopod, FULLY READY NOW. * Final commit, changes the shuttle, added perma cryopod, all clean and good to go. --------- Co-authored-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> --- .../Tests/PostMapInitTest.cs | 3 +- Resources/Maps/submarine.yml | 225433 +++++++++++++++ Resources/Prototypes/Maps/Pools/default.yml | 1 + Resources/Prototypes/Maps/submarine.yml | 73 + 4 files changed, 225509 insertions(+), 1 deletion(-) create mode 100644 Resources/Maps/submarine.yml create mode 100644 Resources/Prototypes/Maps/submarine.yml diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 51a2381ccd..551b5108b1 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -69,7 +69,8 @@ public sealed class PostMapInitTest "Arena", //DeltaV "Asterisk", //DeltaV "TheHive", //DeltaV - "Hammurabi" //DeltaV + "Hammurabi", //DeltaV + "Submarine" //DeltaV }; ///

    diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml new file mode 100644 index 0000000000..b1d7687195 --- /dev/null +++ b/Resources/Maps/submarine.yml @@ -0,0 +1,225433 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 5: FloorAsteroidIronsand + 6: FloorAsteroidIronsandUnvariantized + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 9: FloorAsteroidSandRed + 10: FloorAsteroidSandUnvariantized + 11: FloorAsteroidTile + 12: FloorAstroGrass + 14: FloorBar + 15: FloorBasalt + 18: FloorBlueCircuit + 19: FloorBoxing + 20: FloorBrokenWood + 21: FloorCarpetClown + 22: FloorCarpetOffice + 23: FloorCave + 24: FloorCaveDrought + 26: FloorClown + 27: FloorConcrete + 28: FloorConcreteMono + 30: FloorDark + 31: FloorDarkDiagonal + 32: FloorDarkDiagonalMini + 37: FloorDarkPavement + 39: FloorDarkPlastic + 41: FloorDirt + 45: FloorFreezer + 46: FloorGlass + 47: FloorGold + 48: FloorGrass + 50: FloorGrassJungle + 57: FloorHull + 58: FloorHullReinforced + 59: FloorHydro + 60: FloorIce + 63: FloorLino + 66: FloorMime + 73: FloorOldConcreteSmooth + 75: FloorPlanetGrass + 77: FloorRGlass + 78: FloorReinforced + 87: FloorSilver + 88: FloorSnow + 89: FloorSnowDug + 90: FloorSteel + 93: FloorSteelCheckerLight + 101: FloorSteelMono + 103: FloorSteelPavement + 105: FloorTechMaint + 106: FloorTechMaint2 + 107: FloorTechMaint3 + 109: FloorWhite + 112: FloorWhiteHerringbone + 116: FloorWhitePavement + 118: FloorWhitePlastic + 119: FloorWood + 120: FloorWoodTile + 121: Lattice + 122: Plating + 123: PlatingAsteroid + 126: PlatingSnow +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + pos: -0.5546875,-0.5468712 + parent: 18185 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: TQAAAAADTQAAAAABTQAAAAACbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADegAAAAAAdAAAAAADTQAAAAABdAAAAAACegAAAAAAbQAAAAADbQAAAAABTQAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAABdAAAAAACdAAAAAADdAAAAAADTQAAAAADdAAAAAADTQAAAAADdAAAAAABegAAAAAAegAAAAAAbQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAADTQAAAAADdAAAAAABTgAAAAAAdAAAAAABTQAAAAACdAAAAAADTgAAAAAAbQAAAAACbQAAAAACTQAAAAACTQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAAAdAAAAAADdAAAAAABdAAAAAABTQAAAAACdAAAAAACTQAAAAACdAAAAAADTgAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACTQAAAAADTQAAAAABTQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAdAAAAAADTQAAAAADdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAACegAAAAAAdAAAAAABTQAAAAACdAAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAABegAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAABdAAAAAABTQAAAAABdAAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAADegAAAAAAdAAAAAACdAAAAAABdAAAAAADTQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAADdAAAAAADdAAAAAACdAAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAACegAAAAAAdAAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAABdAAAAAACdAAAAAACTQAAAAACTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAADMAAAAAAATgAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAegAAAAAAagAAAAAAZwAAAAAATQAAAAABZwAAAAACMAAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAAAbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAACMAAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAZwAAAAADTQAAAAACZwAAAAAAMAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAAATQAAAAABZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAagAAAAAAZwAAAAACTQAAAAACZwAAAAACMAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAAATQAAAAAAZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAagAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: TQAAAAAATQAAAAAATQAAAAACTQAAAAAAZwAAAAAATQAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAABTQAAAAAATQAAAAAATQAAAAADTQAAAAACZwAAAAABTQAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAAAZwAAAAABZwAAAAADegAAAAAAZwAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAAAWgAAAAACTgAAAAAAWgAAAAABWgAAAAABegAAAAAATQAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAWgAAAAABZwAAAAAATQAAAAADZwAAAAACWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAZwAAAAABTQAAAAAAZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAdAAAAAABdAAAAAAAdAAAAAABbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAADZwAAAAADTQAAAAADZwAAAAADMAAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAAAdAAAAAAAdAAAAAAAdAAAAAACbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAACZwAAAAABTQAAAAABZwAAAAABMAAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAAAdAAAAAADdAAAAAACdAAAAAABbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAACZwAAAAADTQAAAAACZwAAAAAAMAAAAAAATgAAAAAAbQAAAAADbQAAAAADbQAAAAACdAAAAAACdAAAAAADdAAAAAADbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAABZwAAAAADTQAAAAACZwAAAAABMAAAAAAATgAAAAAAbQAAAAADbQAAAAACbQAAAAABdAAAAAADdAAAAAAAdAAAAAADbQAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAADZwAAAAABTQAAAAAAZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAAAdAAAAAACdAAAAAAAdAAAAAADbQAAAAABbQAAAAAAbQAAAAADegAAAAAATQAAAAABZwAAAAAATQAAAAACZwAAAAACMAAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAdAAAAAACdAAAAAABdAAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAbQAAAAACZwAAAAADZwAAAAABZwAAAAACMAAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAABdAAAAAABdAAAAAADdAAAAAABbQAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAABTQAAAAABTQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABdAAAAAABdAAAAAAAdAAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAAAegAAAAAAdAAAAAADdAAAAAACdAAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAACdAAAAAABTQAAAAAAdAAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAACegAAAAAAdAAAAAADdAAAAAAAdAAAAAAAegAAAAAAbQAAAAABbQAAAAACTQAAAAACTQAAAAABdAAAAAABTQAAAAABdAAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAdAAAAAADdAAAAAADdAAAAAABegAAAAAAbQAAAAACbQAAAAABTQAAAAAATQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: ZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABTQAAAAABZwAAAAACTQAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAABTQAAAAACZwAAAAABTQAAAAABMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACTgAAAAAAWgAAAAADTQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAAAegAAAAAAWgAAAAADWgAAAAACdwAAAAADdwAAAAABdwAAAAADegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABegAAAAAAegAAAAAAMAAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAACegAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAegAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAACegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAABegAAAAAAMAAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABTgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADegAAAAAAMAAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAACTgAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAADTQAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAACegAAAAAATQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABTQAAAAABMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATQAAAAADMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAdAAAAAABdAAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAdAAAAAADdAAAAAADTQAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAdAAAAAADdAAAAAABTgAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAAB + version: 6 + -1,0: + ind: -1,0 + tiles: TQAAAAABTgAAAAAATgAAAAAAegAAAAAAdAAAAAADdAAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAACdAAAAAADdAAAAAAAdAAAAAADdAAAAAADdAAAAAACdAAAAAADTQAAAAACdAAAAAADdAAAAAACdAAAAAACdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAAAdAAAAAADdAAAAAACdAAAAAAATgAAAAAAdAAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAACdAAAAAAAdAAAAAAAdAAAAAACdAAAAAAAdAAAAAAAdAAAAAADTQAAAAAAdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABTQAAAAACTQAAAAACTgAAAAAATgAAAAAAegAAAAAAdAAAAAAAdAAAAAADegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAdAAAAAACdAAAAAACTgAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAACegAAAAAAdAAAAAABdAAAAAADTQAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAADegAAAAAAdAAAAAAAdAAAAAACTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABbQAAAAABbQAAAAADbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAABegAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAACDgAAAAADDgAAAAABegAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACegAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAABegAAAAAAMAAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAdAAAAAADdAAAAAACegAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAADDgAAAAADDgAAAAABDgAAAAACTgAAAAAAMAAAAAAAdAAAAAADdAAAAAABdAAAAAABdAAAAAAAdAAAAAACdAAAAAAATQAAAAACDgAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAABDgAAAAACTgAAAAAAMAAAAAAAdAAAAAABdAAAAAABTQAAAAAATQAAAAABTQAAAAADdAAAAAACTQAAAAABDgAAAAADDgAAAAABDgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAABTgAAAAAAMAAAAAAAegAAAAAAdAAAAAADTQAAAAAATQAAAAAATQAAAAACdAAAAAABTQAAAAABDgAAAAACDgAAAAABDgAAAAACDgAAAAACDgAAAAADDgAAAAAADgAAAAAATgAAAAAAMAAAAAAAegAAAAAAdAAAAAADTQAAAAAATQAAAAACTQAAAAABdAAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAACegAAAAAADgAAAAAADgAAAAACDgAAAAABegAAAAAAMAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: bQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAABTgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABTQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAABbQAAAAADTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATQAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAACTgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAAAdAAAAAADdAAAAAABdAAAAAACdAAAAAADdAAAAAACTQAAAAACTQAAAAACTQAAAAADTQAAAAADdAAAAAACdAAAAAADegAAAAAAdAAAAAACdAAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAAAdAAAAAABdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAACdAAAAAAAdAAAAAADdAAAAAADdAAAAAADegAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADZwAAAAACWgAAAAAAWgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABWgAAAAABWgAAAAADawAAAAABagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAADWgAAAAACZwAAAAAAWgAAAAABWgAAAAABawAAAAADawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAADZwAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABWgAAAAACZwAAAAADWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAAC + version: 6 + 1,-1: + ind: 1,-1 + tiles: ZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAABZwAAAAABegAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAATQAAAAACTQAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAdAAAAAACdAAAAAABbQAAAAAAdAAAAAADdAAAAAACbQAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAABTQAAAAAAbQAAAAADTQAAAAAATQAAAAAAbQAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAADPwAAAAAATQAAAAACTQAAAAAAbQAAAAACTQAAAAAATQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAACPwAAAAAATQAAAAAATQAAAAADbQAAAAACTQAAAAABTQAAAAACbQAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAAAPwAAAAAAdAAAAAACdAAAAAABbQAAAAAAdAAAAAABdAAAAAACbQAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAACPwAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAAATQAAAAABTQAAAAABTQAAAAADPwAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAAAbQAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAAAPwAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAAAbQAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAAATQAAAAAAbQAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAATQAAAAAATQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAABegAAAAAAPwAAAAAAPwAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADTQAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAATQAAAAACWgAAAAACTQAAAAACTQAAAAACWgAAAAACTQAAAAABegAAAAAAawAAAAABegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADTQAAAAACegAAAAAAawAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAaQAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: ZwAAAAADZwAAAAACZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAABWgAAAAABegAAAAAASwAAAAABSwAAAAADSwAAAAAAegAAAAAAWgAAAAAAWgAAAAABZwAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAASwAAAAACSwAAAAADMAAAAAAATgAAAAAAWgAAAAACTQAAAAADTQAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAABTQAAAAACFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABTQAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: egAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAABdAAAAAACegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAADgAAAAACDgAAAAACegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAATgAAAAAAWgAAAAAATQAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACTQAAAAAAZwAAAAADTQAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAACTQAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAADZwAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABTgAAAAAAWgAAAAACTQAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAADHgAAAAACHgAAAAABHgAAAAADTQAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACTQAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAagAAAAAAawAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAADgAAAAACDgAAAAADDgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAADgAAAAADDgAAAAABDgAAAAADTQAAAAABHgAAAAAAHgAAAAACHgAAAAAATQAAAAABegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAACDgAAAAABDgAAAAACDgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAADWgAAAAADZwAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAABegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABJwAAAAABJwAAAAACJwAAAAADWgAAAAADWgAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAABJQAAAAACJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAACWgAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAADJQAAAAADJQAAAAAAJQAAAAACJQAAAAAAJQAAAAAATgAAAAAATQAAAAAATQAAAAACTQAAAAADTQAAAAABTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAACJQAAAAABJQAAAAADJQAAAAACTgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAACTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAATQAAAAABTgAAAAAATQAAAAAAaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAJQAAAAABJQAAAAACJQAAAAAAJQAAAAABJQAAAAABJQAAAAACTgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAADJQAAAAAAJQAAAAAAJQAAAAABJQAAAAABJQAAAAABTgAAAAAATQAAAAACaQAAAAAAaQAAAAAATQAAAAAATgAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAJQAAAAAAJQAAAAACJQAAAAAAJQAAAAABJQAAAAABJQAAAAADTgAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAADTgAAAAAATQAAAAACawAAAAADegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAACJQAAAAADJQAAAAACJQAAAAABTgAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAADJQAAAAACJQAAAAAAJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: agAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAADdwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAATQAAAAABTQAAAAACTQAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAAATQAAAAAATQAAAAADHgAAAAABegAAAAAATQAAAAADTQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTQAAAAADTQAAAAAAHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACTQAAAAACTQAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADTQAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTQAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAADdAAAAAABdAAAAAAAdAAAAAAAdAAAAAACawAAAAABTQAAAAAAdAAAAAACdAAAAAAAdAAAAAACTQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAACawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAADdAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAABagAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAACdAAAAAACdAAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAACagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAB + version: 6 + -2,-1: + ind: -2,-1 + tiles: ZwAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAABWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADWgAAAAADegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAADdwAAAAADWgAAAAAATQAAAAADdwAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAACdwAAAAAAWgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAABegAAAAAAdwAAAAABdwAAAAACWgAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAABWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACTQAAAAADegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAABawAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAACagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAACMAAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAbQAAAAAC + version: 6 + -3,1: + ind: -3,1 + tiles: HgAAAAABWgAAAAADWgAAAAAATQAAAAADTQAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAABWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABZwAAAAADZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAACZwAAAAABZwAAAAACTQAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAACZwAAAAAATQAAAAAAZwAAAAADZwAAAAACWgAAAAABDgAAAAADegAAAAAAawAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADegAAAAAATQAAAAABegAAAAAAegAAAAAAWgAAAAADTQAAAAABZwAAAAADZwAAAAADZwAAAAABDgAAAAACTQAAAAABagAAAAAAegAAAAAAWgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACZwAAAAADDgAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAACDgAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAagAAAAAAegAAAAAAEgAAAAAATQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAACawAAAAACawAAAAACagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACegAAAAAAawAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAABHgAAAAAAHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAD + version: 6 + -3,0: + ind: -3,0 + tiles: WgAAAAABZwAAAAABWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAZwAAAAAAWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAADZwAAAAABWgAAAAADegAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAAAWgAAAAAAZwAAAAACWgAAAAABegAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABZwAAAAAAZwAAAAACdwAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAABZwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAawAAAAABTgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADZwAAAAADdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAACZwAAAAADWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABZwAAAAACWgAAAAAAegAAAAAAagAAAAAAawAAAAACawAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABZwAAAAAAWgAAAAADegAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAABHgAAAAAATQAAAAABWgAAAAACZwAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAagAAAAAATQAAAAACagAAAAAAegAAAAAAawAAAAACHgAAAAACTQAAAAADWgAAAAADZwAAAAADZwAAAAACWgAAAAABegAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAACagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAHgAAAAACTQAAAAABWgAAAAACZwAAAAAAZwAAAAABWgAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAHgAAAAACTQAAAAABWgAAAAABZwAAAAABZwAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAATQAAAAABTQAAAAAAZwAAAAABZwAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAawAAAAADawAAAAACegAAAAAAegAAAAAA + version: 6 + -3,-1: + ind: -3,-1 + tiles: WgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAACZwAAAAACZwAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADTQAAAAACZwAAAAAAZwAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADZwAAAAABZwAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABZwAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACZwAAAAACZwAAAAACZwAAAAAAWgAAAAABWgAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADZwAAAAACZwAAAAAAZwAAAAACWgAAAAADWgAAAAABWgAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADZwAAAAADZwAAAAAAWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADZwAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADZwAAAAADWgAAAAADegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAABTQAAAAABTQAAAAABegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAADZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAACegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -4,1: + ind: -4,1 + tiles: agAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATQAAAAAAHgAAAAAATQAAAAACHgAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAADHgAAAAABTQAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAABTQAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAACTQAAAAAAHgAAAAABegAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAACHgAAAAADegAAAAAADgAAAAABDgAAAAABDgAAAAAADgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAADTgAAAAAAHgAAAAADTQAAAAABHgAAAAACTQAAAAACDgAAAAADDgAAAAADDgAAAAABDgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAHgAAAAABTQAAAAADHgAAAAACegAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTQAAAAAAHgAAAAABTQAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAABHgAAAAADTQAAAAADHgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATgAAAAAAHgAAAAABTQAAAAACHgAAAAABegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAAHgAAAAAATQAAAAACHgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAABTgAAAAAAHgAAAAABHgAAAAACTQAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAACTgAAAAAAHgAAAAADHgAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAABTQAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAD + version: 6 + -4,0: + ind: -4,0 + tiles: egAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAABTQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAABWgAAAAADTQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACWgAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAADKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAACKQAAAAAAKQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACTQAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABTQAAAAACWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAAATQAAAAADHgAAAAADTQAAAAADHgAAAAACTQAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAAAegAAAAAAHgAAAAABTQAAAAAAHgAAAAADTQAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADTQAAAAAAHgAAAAADTQAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAABTQAAAAACHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAA + version: 6 + -4,-1: + ind: -4,-1 + tiles: TgAAAAAAagAAAAAAegAAAAAATQAAAAAAGwAAAAABGwAAAAABTQAAAAABXQAAAAABXQAAAAACJwAAAAADJwAAAAACJwAAAAADTgAAAAAAJwAAAAACJwAAAAAAWgAAAAAATgAAAAAAawAAAAACegAAAAAAegAAAAAAGwAAAAAAGwAAAAAAegAAAAAAXQAAAAAAXQAAAAAAJwAAAAAAJwAAAAAAJwAAAAACTgAAAAAAJwAAAAACJwAAAAABWgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACawAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAATQAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAABegAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAABDgAAAAAADgAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAADegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAAADgAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAAADgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAADDgAAAAACDgAAAAAATQAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAAADgAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: WgAAAAAAWgAAAAAAWgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAADegAAAAAAZwAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAATQAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAAATQAAAAABZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAAATQAAAAADZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADWgAAAAACWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAABTQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATQAAAAABTQAAAAABTQAAAAABJQAAAAABegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAJQAAAAACegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADJQAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAJQAAAAABegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAACJQAAAAADegAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAABEgAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAAAJQAAAAAATQAAAAADDgAAAAADDgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAACDgAAAAACTQAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACdwAAAAADegAAAAAAJQAAAAADegAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: EwAAAAADEwAAAAABEwAAAAADEwAAAAACEwAAAAADTQAAAAABGwAAAAAAHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAEwAAAAACEwAAAAADEwAAAAADEwAAAAAAEwAAAAACTQAAAAACGwAAAAACHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAABawAAAAADEwAAAAADEwAAAAACEwAAAAAAEwAAAAACEwAAAAABTQAAAAAAGwAAAAADHAAAAAADTgAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAADagAAAAAAEwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAACTQAAAAADGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAACEwAAAAAAEwAAAAACTQAAAAAAGwAAAAABHAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABTQAAAAAATQAAAAAAGwAAAAACHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAHAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAegAAAAAAegAAAAAAagAAAAAAHAAAAAAAHAAAAAADHAAAAAAAGwAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAAAHAAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHAAAAAADGwAAAAACHAAAAAAAegAAAAAAHAAAAAAAHAAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAACHAAAAAABegAAAAAAegAAAAAAagAAAAAAOwAAAAAAegAAAAAAHAAAAAACGwAAAAADHAAAAAACegAAAAAAHAAAAAABHAAAAAADegAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAABegAAAAAAegAAAAAAagAAAAAAOwAAAAAATgAAAAAAHAAAAAADGwAAAAAAHAAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAOwAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAegAAAAAAHAAAAAABHAAAAAACHAAAAAAAegAAAAAAWgAAAAABWgAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAAAZwAAAAACZwAAAAABTQAAAAACTQAAAAADTQAAAAADZwAAAAABZwAAAAABZwAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADZwAAAAACZwAAAAAAWgAAAAAATQAAAAABTQAAAAABTQAAAAABWgAAAAABZwAAAAABZwAAAAABWgAAAAAD + version: 6 + 1,-2: + ind: 1,-2 + tiles: eAAAAAACeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAADeAAAAAACeAAAAAADdwAAAAABdwAAAAABdwAAAAACTQAAAAAAHAAAAAABGwAAAAADTQAAAAADEwAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAADeAAAAAACTQAAAAAATQAAAAABdwAAAAADTgAAAAAAHAAAAAADGwAAAAADTQAAAAAAEwAAAAADZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACDgAAAAAAeAAAAAABTQAAAAAATQAAAAABdwAAAAAATgAAAAAAHAAAAAABGwAAAAACTQAAAAAAEwAAAAACZQAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAADDgAAAAACeAAAAAACTQAAAAAATQAAAAABdwAAAAACTgAAAAAAHAAAAAACGwAAAAABTQAAAAADEwAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAADDgAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAADegAAAAAAHAAAAAACGwAAAAACTQAAAAACEwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAAAGwAAAAAATQAAAAADTQAAAAAATQAAAAADTQAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAAAZQAAAAADegAAAAAAHAAAAAAAGwAAAAADGwAAAAABGwAAAAACTQAAAAAATQAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACTQAAAAACZQAAAAABZQAAAAADZQAAAAACegAAAAAAHAAAAAADGwAAAAACGwAAAAABGwAAAAACTQAAAAACTQAAAAACegAAAAAAZQAAAAAAZQAAAAADZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAACZQAAAAABegAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAAAOwAAAAAATQAAAAABTQAAAAAATQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAADTQAAAAACTQAAAAACTgAAAAAAOwAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAAATQAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAACTQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAABTgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAAAZwAAAAABZwAAAAADZwAAAAAAegAAAAAAagAAAAAAawAAAAADawAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAAAZwAAAAACTQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACZwAAAAAATQAAAAACMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACZwAAAAACTQAAAAADTQAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABZwAAAAADZwAAAAAAZwAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACZwAAAAADZwAAAAACZwAAAAABegAAAAAAagAAAAAAegAAAAAATQAAAAABWgAAAAADTQAAAAABTQAAAAABTQAAAAADWgAAAAABTQAAAAACDgAAAAABDgAAAAAADgAAAAAATQAAAAAATQAAAAACZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAATQAAAAADTQAAAAADWgAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACMAAAAAAATQAAAAADZwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAADgAAAAADDgAAAAABDgAAAAABTQAAAAADTQAAAAABZwAAAAAATQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAADZwAAAAABZwAAAAADZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAADgAAAAAADgAAAAAADgAAAAAATQAAAAABTQAAAAADTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAZwAAAAACZwAAAAADZwAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAAADgAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAACWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAB + version: 6 + -1,-2: + ind: -1,-2 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAABdgAAAAABDgAAAAACDgAAAAADDgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAABMAAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAADDgAAAAADDgAAAAADMAAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAACawAAAAACagAAAAAAagAAAAAAegAAAAAADgAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAAADgAAAAAADgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAADegAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAABTQAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAAATQAAAAABTQAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACTQAAAAAD + version: 6 + -2,-2: + ind: -2,-2 + tiles: agAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAAAHgAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAADawAAAAADegAAAAAAMAAAAAAAHgAAAAADTQAAAAAATQAAAAACTQAAAAABHgAAAAABegAAAAAADgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACTgAAAAAADgAAAAAAawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADTgAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAADgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATQAAAAACTgAAAAAATQAAAAABegAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAADTQAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAACTQAAAAABHgAAAAADTQAAAAAATQAAAAADTQAAAAABHgAAAAADegAAAAAAHgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAHgAAAAABTQAAAAAATQAAAAABTQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACegAAAAAAHgAAAAAATQAAAAABTQAAAAACTQAAAAADHgAAAAAATQAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAATQAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADTQAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAADTgAAAAAAHgAAAAABegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAADegAAAAAAWgAAAAAC + version: 6 + -3,-2: + ind: -3,-2 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAADegAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADegAAAAAAawAAAAABawAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAAAegAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAABJwAAAAACegAAAAAAJwAAAAACJwAAAAAAJwAAAAADJwAAAAABJwAAAAACJwAAAAABXQAAAAABTQAAAAACagAAAAAAawAAAAACJwAAAAAAJwAAAAABJwAAAAABJwAAAAABJwAAAAAAegAAAAAAJwAAAAADJwAAAAAAJwAAAAAAJwAAAAABJwAAAAAAJwAAAAAAXQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAAAJwAAAAADJwAAAAADegAAAAAATQAAAAADegAAAAAAegAAAAAAagAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAAAJwAAAAADJwAAAAACJwAAAAAAJwAAAAACegAAAAAAegAAAAAAawAAAAABJwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAABJwAAAAACJwAAAAAAJwAAAAAAJwAAAAABJwAAAAABJwAAAAAAJwAAAAABJwAAAAACegAAAAAAegAAAAAAawAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAACTQAAAAABTQAAAAADWgAAAAADTQAAAAACTQAAAAABTQAAAAADWgAAAAABTQAAAAABTQAAAAAATQAAAAACWgAAAAABMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAABTQAAAAACTQAAAAAAWgAAAAABTQAAAAADTQAAAAACTQAAAAABWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAAATQAAAAACTQAAAAADWgAAAAABTQAAAAABTQAAAAABTQAAAAABWgAAAAACTQAAAAADTQAAAAABTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAawAAAAACTQAAAAABTQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAADTQAAAAADWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: WgAAAAACZwAAAAADWgAAAAADTQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAACZwAAAAABZwAAAAABWgAAAAADTQAAAAABSQAAAAACSQAAAAABSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAABSQAAAAADZwAAAAAAZwAAAAACWgAAAAACTQAAAAACSQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADZwAAAAACZwAAAAABWgAAAAABegAAAAAASQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAACSQAAAAACSQAAAAABSQAAAAABZwAAAAACZwAAAAACWgAAAAACTgAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAAAMAAAAAAAWgAAAAAAWgAAAAACTgAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAABSQAAAAACSQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAASQAAAAABSQAAAAAASQAAAAAASQAAAAABSQAAAAADSQAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAACdwAAAAADdwAAAAACdwAAAAACegAAAAAASQAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAABSQAAAAAASQAAAAABSQAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAASQAAAAACSQAAAAACSQAAAAACSQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAACSQAAAAAASQAAAAACdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAABdwAAAAAATQAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADTQAAAAABegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: egAAAAAAWgAAAAADZwAAAAABWgAAAAAATgAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABZwAAAAABWgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZwAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACZwAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACZwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAZwAAAAACWgAAAAAAegAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAAAWgAAAAAAZwAAAAABWgAAAAACTgAAAAAASQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACWgAAAAABZwAAAAACWgAAAAAATgAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAADSQAAAAAASQAAAAACSQAAAAABWgAAAAADZwAAAAADWgAAAAACTgAAAAAASQAAAAABSQAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABSQAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAACWgAAAAACZwAAAAABWgAAAAADegAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAABSQAAAAAD + version: 6 + 3,-1: + ind: 3,-1 + tiles: WgAAAAABTgAAAAAAegAAAAAAegAAAAAAMAAAAAAAZwAAAAAAZwAAAAACZwAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAABZwAAAAAAWgAAAAACWgAAAAADTgAAAAAAMAAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAACWgAAAAAAZwAAAAABZwAAAAAAWgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAADWgAAAAADWgAAAAACZwAAAAACWgAAAAABWgAAAAACTgAAAAAAMAAAAAAASwAAAAAASwAAAAABSwAAAAAASwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABegAAAAAAWgAAAAABZwAAAAAAWgAAAAABWgAAAAACegAAAAAASwAAAAADSwAAAAADSwAAAAABSwAAAAAASwAAAAABZwAAAAABZwAAAAADZwAAAAAAZwAAAAADMAAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAADegAAAAAAegAAAAAASwAAAAAASwAAAAABSwAAAAACSwAAAAAASwAAAAADSwAAAAACZwAAAAABZwAAAAAAZwAAAAADMAAAAAAATgAAAAAAWgAAAAACZwAAAAACWgAAAAABegAAAAAASwAAAAABSwAAAAAASwAAAAADSwAAAAACSwAAAAACMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAABZwAAAAAAMAAAAAAATgAAAAAAWgAAAAABZwAAAAABWgAAAAAATgAAAAAASwAAAAAASwAAAAADSwAAAAABSwAAAAACSwAAAAABMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAACZwAAAAABMAAAAAAAegAAAAAAWgAAAAADZwAAAAADWgAAAAACTQAAAAADZwAAAAABSwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAAAZwAAAAABZwAAAAADSwAAAAABdwAAAAADWgAAAAAAZwAAAAACWgAAAAABTQAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAAAZwAAAAACdwAAAAAAWgAAAAABZwAAAAABWgAAAAABTQAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAACSwAAAAADSwAAAAACSwAAAAABZwAAAAADdwAAAAAAWgAAAAACZwAAAAABWgAAAAAATgAAAAAASwAAAAAASwAAAAADZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAASwAAAAADSwAAAAADSwAAAAADSwAAAAAASwAAAAABdwAAAAABWgAAAAADZwAAAAAAWgAAAAACTQAAAAADZwAAAAADZwAAAAACZwAAAAABMAAAAAAASwAAAAACSwAAAAACSwAAAAAASwAAAAACSwAAAAABSwAAAAABSwAAAAADdwAAAAACWgAAAAABZwAAAAADWgAAAAACTQAAAAACZwAAAAAAZwAAAAAAZwAAAAABSwAAAAACSwAAAAAASwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAACTQAAAAABZwAAAAADMAAAAAAASwAAAAAASwAAAAADSwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + version: 6 + 3,-2: + ind: 3,-2 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABagAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASwAAAAABSwAAAAACZwAAAAACZwAAAAAAZwAAAAABSwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAACMAAAAAAAMAAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAASwAAAAADMAAAAAAAZwAAAAACZwAAAAADZwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAADZwAAAAAAZwAAAAABSwAAAAACSwAAAAACegAAAAAASwAAAAACZwAAAAABZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAAASwAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAACZwAAAAABegAAAAAAZwAAAAAAZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAAZwAAAAACZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAAZwAAAAADZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAASwAAAAAAZwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAAMAAAAAAAZwAAAAACZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATgAAAAAAMAAAAAAAMAAAAAAAZwAAAAABZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAADZwAAAAABZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: WgAAAAAAWgAAAAADWgAAAAAAegAAAAAAawAAAAABawAAAAACagAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAMAAAAAAAWgAAAAAAWgAAAAABTgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAMAAAAAAAWgAAAAADWgAAAAABTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAMAAAAAAAWgAAAAABWgAAAAAAegAAAAAAHgAAAAACTQAAAAACTQAAAAABHgAAAAABegAAAAAATQAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAMAAAAAAAWgAAAAAAWgAAAAAATQAAAAADHgAAAAACTQAAAAABTQAAAAABHgAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAAATQAAAAACWgAAAAABWgAAAAADWgAAAAABTQAAAAABHgAAAAABTQAAAAACTQAAAAADHgAAAAABTQAAAAADTQAAAAABTQAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAHgAAAAACTQAAAAADTQAAAAAAHgAAAAABegAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAAATQAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADWgAAAAACTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADWgAAAAADTQAAAAACWgAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAATQAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABegAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAB + version: 6 + 0,-3: + ind: 0,-3 + tiles: TQAAAAACTQAAAAABTQAAAAABdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAABdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACTQAAAAAATQAAAAADdgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAABcAAAAAADdgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACcAAAAAABcAAAAAACdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAABTQAAAAAAcAAAAAACdgAAAAACdgAAAAABdgAAAAADdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAABcAAAAAABdgAAAAAAdgAAAAADdgAAAAACdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTQAAAAACTQAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAADdgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAACMAAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAADcAAAAAABdgAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATQAAAAADTQAAAAABTQAAAAABcAAAAAADdgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAADMAAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAABcAAAAAABdgAAAAABegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACcAAAAAACcAAAAAACcAAAAAADcAAAAAACdgAAAAADegAAAAAAawAAAAACegAAAAAAawAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADTQAAAAABTQAAAAAATQAAAAADcAAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAAATQAAAAACTQAAAAAATQAAAAACcAAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAACTQAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAAATQAAAAAA + version: 6 + -3,-3: + ind: -3,-3 + tiles: TgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACawAAAAACagAAAAAAagAAAAAATQAAAAACagAAAAAAawAAAAADagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAawAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAABMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -2,-3: + ind: -2,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABTgAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAACTgAAAAAAHgAAAAADTQAAAAACTQAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAABHgAAAAABTQAAAAACTQAAAAADTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTgAAAAAAHgAAAAABTQAAAAABTQAAAAACTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADHgAAAAADHgAAAAADTQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADTQAAAAABTQAAAAABagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAACawAAAAAAagAAAAAAagAAAAAATQAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAADawAAAAACTQAAAAACagAAAAAAagAAAAAAawAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAABegAAAAAATQAAAAADagAAAAAAegAAAAAAawAAAAADawAAAAADawAAAAADawAAAAAAagAAAAAATQAAAAACMAAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADTQAAAAACHgAAAAADagAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADTQAAAAAATQAAAAADTQAAAAAAHgAAAAABTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTQAAAAAATQAAAAABTQAAAAACHgAAAAABTQAAAAAAHgAAAAAC + version: 6 + -1,-3: + ind: -1,-3 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAdgAAAAABHgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAABcAAAAAACHgAAAAACTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABTgAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAAAcAAAAAACHgAAAAACTgAAAAAAHgAAAAAATQAAAAACTQAAAAACTQAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADTgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAACcAAAAAACHgAAAAAATQAAAAACHgAAAAADTQAAAAACTQAAAAABTQAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAABHgAAAAACTgAAAAAAHgAAAAADTQAAAAABTQAAAAABTQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAAATQAAAAABTQAAAAABTQAAAAABHgAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAADTQAAAAACTQAAAAACTQAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAADegAAAAAAcAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABegAAAAAAawAAAAACegAAAAAAegAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADcAAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAADcAAAAAAC + version: 6 + 1,-3: + ind: 1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAABdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAADdwAAAAACeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAegAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAADTQAAAAAAdwAAAAADeAAAAAACdwAAAAACdwAAAAACeAAAAAAAegAAAAAAHAAAAAAAGwAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAADTQAAAAADTQAAAAABTQAAAAADTQAAAAABdwAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAABegAAAAAAHAAAAAACGwAAAAABTQAAAAACEwAAAAAC + version: 6 + 2,-3: + ind: 2,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAATQAAAAADTQAAAAACGwAAAAABHAAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAAAEwAAAAADEwAAAAADTQAAAAADGwAAAAADHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 3,-3: + ind: 3,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAOQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAOQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAATgAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: dwAAAAACdwAAAAADTQAAAAABagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAACawAAAAACagAAAAAAawAAAAAAegAAAAAAagAAAAAAagAAAAAATQAAAAABHgAAAAAAHgAAAAACTQAAAAABawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAATQAAAAACagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHgAAAAACHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: agAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAADJQAAAAAAJQAAAAABTQAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAACTQAAAAADMAAAAAAAJQAAAAABJQAAAAAAJQAAAAAATQAAAAADdwAAAAABdwAAAAABdwAAAAADegAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAMAAAAAAAJQAAAAACTQAAAAAAJQAAAAADTQAAAAABdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAdwAAAAACdwAAAAABagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAADJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAADTQAAAAAAJQAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAACTQAAAAABJQAAAAAATQAAAAAAHgAAAAADHgAAAAAATQAAAAADagAAAAAAagAAAAAATQAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAMAAAAAAAJQAAAAADTQAAAAAAJQAAAAABegAAAAAAHgAAAAACHgAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAAAJQAAAAADTgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADeQAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAMAAAAAAAJQAAAAACTQAAAAAAJQAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAAAJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAADJQAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAADJQAAAAAAJQAAAAAATQAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAAAJQAAAAACJQAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADawAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAAB + version: 6 + 1,2: + ind: 1,2 + tiles: agAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAACagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAATQAAAAADTQAAAAACTQAAAAABHgAAAAADTgAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAMAAAAAAAMAAAAAAAeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAHgAAAAACTQAAAAAATQAAAAACTQAAAAADHgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAATQAAAAADHgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAABTQAAAAADHgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAABTgAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAADTQAAAAABHgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAACegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAAAHgAAAAAATQAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAADTQAAAAABagAAAAAATQAAAAACegAAAAAAegAAAAAAHgAAAAAATQAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAAATQAAAAACHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: egAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAATQAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAADTgAAAAAATQAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAATQAAAAACTgAAAAAAHgAAAAACHgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAAATQAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAATQAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAADTgAAAAAAWgAAAAAC + version: 6 + -2,2: + ind: -2,2 + tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAAHgAAAAAATQAAAAADTQAAAAABTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAABHgAAAAABegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAA + version: 6 + -3,2: + ind: -3,2 + tiles: TgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAADTQAAAAAC + version: 6 + -4,-2: + ind: -4,-2 + tiles: egAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAGwAAAAABGwAAAAADegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAABegAAAAAAXQAAAAADXQAAAAABXQAAAAABegAAAAAAawAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAABegAAAAAAXQAAAAADXQAAAAADXQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADegAAAAAAXQAAAAADXQAAAAACXQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAACegAAAAAAXQAAAAACXQAAAAAAXQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAXQAAAAADegAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAAAegAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACegAAAAAAegAAAAAAegAAAAAAJwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAAAegAAAAAAXQAAAAABXQAAAAAAJwAAAAADJwAAAAACJwAAAAAAegAAAAAAegAAAAAAJwAAAAABJwAAAAABegAAAAAATQAAAAABegAAAAAAegAAAAAAGwAAAAACGwAAAAACegAAAAAAXQAAAAABXQAAAAABJwAAAAABJwAAAAABJwAAAAACTQAAAAACJwAAAAABJwAAAAACWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAABegAAAAAAXQAAAAAAXQAAAAACJwAAAAACJwAAAAADJwAAAAABTgAAAAAAJwAAAAADJwAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACegAAAAAAXQAAAAACXQAAAAABJwAAAAACJwAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAAAWgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACTQAAAAACXQAAAAACXQAAAAACJwAAAAABJwAAAAACJwAAAAAAJwAAAAABJwAAAAAAJwAAAAABWgAAAAACegAAAAAAawAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAAAegAAAAAAXQAAAAADXQAAAAADJwAAAAAAJwAAAAADJwAAAAACegAAAAAAJwAAAAACJwAAAAADWgAAAAACTgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAACWgAAAAADTgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAAAegAAAAAAXQAAAAABXQAAAAADJwAAAAAAJwAAAAADJwAAAAADJwAAAAAAJwAAAAACJwAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAABegAAAAAAXQAAAAADXQAAAAACJwAAAAADJwAAAAACJwAAAAAAJwAAAAACJwAAAAACJwAAAAACWgAAAAAA + version: 6 + -4,2: + ind: -4,2 + tiles: HgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAADTgAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACTgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAHgAAAAACHgAAAAAAHgAAAAADegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAA + version: 6 + 4,2: + ind: 4,2 + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAALwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAA + version: 6 + 4,1: + ind: 4,1 + tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA + version: 6 + 4,0: + ind: 4,0 + tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-1: + ind: 4,-1 + tiles: PAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAAAZwAAAAADegAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAACegAAAAAAegAAAAAAPAAAAAAAZwAAAAACZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAATgAAAAAAZwAAAAADZwAAAAACZwAAAAAAZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZwAAAAABZwAAAAAAZwAAAAABMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAMAAAAAAAMAAAAAAASwAAAAABMAAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAADTQAAAAACZwAAAAACegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAMAAAAAAASwAAAAACSwAAAAACSwAAAAADegAAAAAAZwAAAAABTQAAAAACZwAAAAADZwAAAAABegAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAASwAAAAABSwAAAAAASwAAAAACSwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAASwAAAAABSwAAAAABSwAAAAACMAAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAABZwAAAAADZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAABSwAAAAADMAAAAAAAMAAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAADSwAAAAABMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAACSwAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAADSwAAAAADZwAAAAABSwAAAAACSwAAAAACSwAAAAAASwAAAAADegAAAAAAagAAAAAAegAAAAAAZwAAAAAAZwAAAAADSwAAAAAAZwAAAAADZwAAAAADSwAAAAABZwAAAAADZwAAAAADSwAAAAACZwAAAAABZwAAAAABSwAAAAAASwAAAAACegAAAAAAawAAAAADegAAAAAASwAAAAACSwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAAASwAAAAABSwAAAAACSwAAAAAASwAAAAACSwAAAAADSwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAABSwAAAAABSwAAAAABSwAAAAABSwAAAAACSwAAAAAASwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAACSwAAAAACSwAAAAABegAAAAAAagAAAAAAegAAAAAASwAAAAACSwAAAAADMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAABSwAAAAACSwAAAAAASwAAAAAASwAAAAACMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAASwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAAASwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 4,-2: + ind: 4,-2 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAACawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAMAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAADMAAAAAAASwAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAPAAAAAAAZwAAAAADZwAAAAABMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAATgAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAZwAAAAABMAAAAAAASwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAATgAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAZwAAAAABZwAAAAAASwAAAAACMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACTgAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAADZwAAAAABegAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAACZwAAAAABegAAAAAAegAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAACZwAAAAADZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAABTgAAAAAATgAAAAAA + version: 6 + -5,2: + ind: -5,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAABaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAA + version: 6 + -5,1: + ind: -5,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACTQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAagAAAAAAawAAAAACagAAAAAAegAAAAAAWgAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAATQAAAAACaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAATQAAAAACagAAAAAAegAAAAAAawAAAAACegAAAAAAHgAAAAAAegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAATQAAAAAAHgAAAAABegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAHgAAAAACegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAHgAAAAAAHgAAAAADMgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAAAIAAAAAABegAAAAAAegAAAAAA + version: 6 + -5,0: + ind: -5,0 + tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAdwAAAAAAegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAADTQAAAAADdwAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABTQAAAAACWgAAAAADWgAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACZwAAAAABTQAAAAACdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAABdwAAAAACTQAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAAATQAAAAACdwAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAdwAAAAACTQAAAAABWgAAAAADWgAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAdwAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATQAAAAAC + version: 6 + -5,-1: + ind: -5,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAawAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAWAAAAAAETgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAACegAAAAAAWAAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAWAAAAAAAWAAAAAALTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAADegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAAagAAAAAADwAAAAAAagAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFAAAAAAAdwAAAAAAdwAAAAAATQAAAAADawAAAAADegAAAAAA + version: 6 + -6,0: + ind: -6,0 + tiles: egAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAAAWgAAAAADegAAAAAAQgAAAAAAQgAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAADWgAAAAACegAAAAAAQgAAAAAAQgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAACegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAABWgAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAABTQAAAAADTgAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAACTQAAAAABWgAAAAACegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAACTQAAAAABTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAFQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAWgAAAAADTQAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAABZwAAAAAAZwAAAAADTQAAAAACZwAAAAADZwAAAAAATQAAAAABZwAAAAACZwAAAAADTQAAAAADZwAAAAAAWgAAAAACTQAAAAADZwAAAAABTQAAAAABTQAAAAADTQAAAAACTQAAAAACZwAAAAADTQAAAAAAZwAAAAAATQAAAAADTQAAAAADTQAAAAADZwAAAAAATQAAAAAAZwAAAAABWgAAAAADTQAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAACTQAAAAACZwAAAAACZwAAAAADTQAAAAADZwAAAAAAZwAAAAACTQAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAADTQAAAAABTgAAAAAAMAAAAAAAMAAAAAAATQAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAADTQAAAAAATgAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAADWgAAAAAATgAAAAAAMAAAAAAAMAAAAAAA + version: 6 + -6,1: + ind: -6,1 + tiles: egAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAACWgAAAAADTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAagAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAAAegAAAAAAegAAAAAAMAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABTQAAAAABagAAAAAAagAAAAAATQAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAABTQAAAAACWgAAAAADWgAAAAACWgAAAAADegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACTQAAAAADTQAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAATgAAAAAATgAAAAAA + version: 6 + 3,3: + ind: 3,3 + tiles: HwAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHwAAAAACHgAAAAADHgAAAAADTQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAagAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -4,-3: + ind: -4,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADagAAAAAAawAAAAAAawAAAAADawAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAC + version: 6 + 5,2: + ind: 5,2 + tiles: egAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAFwAAAAADKQAAAAAAFwAAAAADFwAAAAABFwAAAAAFegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAABFwAAAAAGFwAAAAABKQAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAABKQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAADTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAACKQAAAAACKQAAAAABKQAAAAAAKQAAAAABKQAAAAACFwAAAAAEFwAAAAABTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAABKQAAAAACKQAAAAADFwAAAAAEFwAAAAAGFwAAAAABFwAAAAACTgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAADKQAAAAACFwAAAAAEFwAAAAAAFwAAAAAAFwAAAAAGFwAAAAAEegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAADFwAAAAAGFwAAAAADFwAAAAABFwAAAAAGegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAABKQAAAAACFwAAAAAFFwAAAAAEFwAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAABawAAAAACagAAAAAAegAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAAATQAAAAAA + version: 6 + 0,-4: + ind: 0,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAACcAAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAAAcAAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAABcAAAAAACcAAAAAABdgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAADdgAAAAABTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-4: + ind: -1,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAAAcAAAAAADcAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAABTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: WgAAAAADTQAAAAACWgAAAAACWgAAAAAAegAAAAAATQAAAAADLgAAAAADLgAAAAABTQAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACTQAAAAADTQAAAAABTQAAAAAAWgAAAAABegAAAAAATQAAAAACLgAAAAACLgAAAAABTQAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAATQAAAAACMAAAAAAATQAAAAADWgAAAAACegAAAAAATQAAAAAALgAAAAADLgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAABTQAAAAADMAAAAAAATQAAAAABWgAAAAADegAAAAAATQAAAAAALgAAAAABLgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADMAAAAAAATQAAAAADWgAAAAADegAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAAATQAAAAADegAAAAAAegAAAAAATgAAAAAATQAAAAAAMAAAAAAATQAAAAABWgAAAAACTgAAAAAATQAAAAADLgAAAAACLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACMAAAAAAATQAAAAABWgAAAAAATgAAAAAATQAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAAALgAAAAAALgAAAAACegAAAAAATgAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAADWgAAAAADTgAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAADTgAAAAAATgAAAAAATQAAAAABTQAAAAAAWgAAAAABTQAAAAACWgAAAAADWgAAAAADegAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAACLgAAAAADTgAAAAAATgAAAAAATQAAAAAATQAAAAAAWgAAAAACTQAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAACWgAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACWgAAAAACTQAAAAADWgAAAAACdwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTQAAAAADWgAAAAABdwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAWgAAAAAATQAAAAAAWgAAAAACdwAAAAADTgAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAACTQAAAAABWgAAAAABdwAAAAAAegAAAAAAAAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTQAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: MAAAAAAASQAAAAADSQAAAAABTQAAAAABTQAAAAABSQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAAASQAAAAABTgAAAAAAWgAAAAACMAAAAAAASQAAAAAASQAAAAABTQAAAAACTQAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABegAAAAAAWgAAAAADMAAAAAAASQAAAAAASQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAABTQAAAAABWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAAATQAAAAACWgAAAAADMAAAAAAASQAAAAAASQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAADegAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAADTQAAAAAASQAAAAACSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAADTgAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAACTgAAAAAAWgAAAAADMAAAAAAASQAAAAADSQAAAAABTQAAAAADTQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAADSQAAAAAATgAAAAAAWgAAAAABMAAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAABSQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAACTQAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAADSQAAAAADSQAAAAACSQAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAACTQAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAABdAAAAAACTgAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAWgAAAAAAdAAAAAAATgAAAAAAdAAAAAADTQAAAAADTQAAAAACdAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAACdAAAAAABdAAAAAABTQAAAAAATQAAAAAAdAAAAAABTQAAAAABdAAAAAABdAAAAAACdAAAAAADTQAAAAADdAAAAAACdAAAAAABdAAAAAAAdAAAAAADTgAAAAAA + version: 6 + 2,3: + ind: 2,3 + tiles: agAAAAAAegAAAAAAHgAAAAACHgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACegAAAAAATQAAAAABHgAAAAADHgAAAAACHwAAAAAAHwAAAAADHwAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAABHwAAAAABHwAAAAACegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAATQAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABegAAAAAATQAAAAABegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAATQAAAAABegAAAAAAHgAAAAABegAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAHgAAAAACegAAAAAATQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: TQAAAAADHgAAAAABTQAAAAABHgAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAAAHgAAAAAATQAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAAATQAAAAACegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAACTgAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAegAAAAAATQAAAAACLgAAAAAALgAAAAADLgAAAAAATQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAALgAAAAACLgAAAAACLgAAAAABLgAAAAAALgAAAAAATQAAAAAATQAAAAACTgAAAAAATQAAAAABTgAAAAAATQAAAAAATQAAAAAATQAAAAAATgAAAAAATgAAAAAAeQAAAAAALgAAAAABLgAAAAAALgAAAAACLgAAAAACLgAAAAACTQAAAAAATQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAACTQAAAAADTQAAAAAATgAAAAAATgAAAAAAeQAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAADLgAAAAADTQAAAAADTQAAAAACTgAAAAAATQAAAAABTgAAAAAATQAAAAADTQAAAAADTQAAAAABTgAAAAAATgAAAAAAAAAAAAAATQAAAAADLgAAAAAALgAAAAADLgAAAAABTQAAAAADTQAAAAADTQAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAATQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAACTgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,3: + ind: 4,3 + tiles: agAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAA + version: 6 + 5,-1: + ind: 5,-1 + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,0: + ind: 5,0 + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,3: + ind: 5,3 + tiles: agAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAACawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACegAAAAAATQAAAAABTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADTQAAAAADegAAAAAATQAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAADTQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 5,1: + ind: 5,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAagAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAABTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFwAAAAAEFwAAAAAGFwAAAAABFwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAFwAAAAAAFwAAAAADFwAAAAABFwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAA + version: 6 + 5,-2: + ind: 5,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -4,-4: + ind: -4,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAA + version: 6 + -6,-1: + ind: -6,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWAAAAAACWAAAAAAEWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAEWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAWAAAAAALWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAWAAAAAAJWAAAAAAAWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAIWgAAAAABWgAAAAAAegAAAAAAAAAAAAAATgAAAAAAWAAAAAAKWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAACWAAAAAAAWAAAAAADWAAAAAAAWAAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAATgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAATgAAAAAAWQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWQAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAACWgAAAAAAWgAAAAADWgAAAAACagAAAAAAagAAAAAATQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAADWgAAAAABWgAAAAADWgAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAAegAAAAAAQgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAAQgAAAAAAQgAAAAAA + version: 6 + -7,0: + ind: -7,0 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAADSwAAAAADSwAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAAASwAAAAABSwAAAAACSwAAAAABMAAAAAAATgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMAAAAAAASwAAAAABMAAAAAAASwAAAAABSwAAAAADMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAACMAAAAAAASwAAAAACSwAAAAADMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASwAAAAADMAAAAAAASwAAAAACSwAAAAADMAAAAAAAMAAAAAAATgAAAAAATQAAAAABTQAAAAADWgAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAADMAAAAAAASwAAAAAASwAAAAADMAAAAAAATgAAAAAATQAAAAABTQAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAAASwAAAAABSwAAAAADMAAAAAAAMAAAAAAASwAAAAABSwAAAAACSwAAAAACTgAAAAAATQAAAAACTQAAAAADWgAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAASwAAAAACMAAAAAAAMAAAAAAASwAAAAADMAAAAAAASwAAAAADSwAAAAADSwAAAAACTgAAAAAATQAAAAABTQAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAASwAAAAADSwAAAAACTgAAAAAATQAAAAACTQAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAADTQAAAAADWgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMAAAAAAAMAAAAAAASwAAAAAAMAAAAAAASwAAAAAASwAAAAACMAAAAAAATgAAAAAATQAAAAADWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAASwAAAAAASwAAAAABSwAAAAACMAAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAA + version: 6 + -8,0: + ind: -8,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + version: 6 + -6,2: + ind: -6,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,-1: + ind: -7,-1 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAAEBQAAAAAJBQAAAAADBQAAAAAJTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAABBQAAAAAEBQAAAAANBQAAAAAGTgAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAFCQAAAAAABwAAAAAMBwAAAAAABQAAAAAEBQAAAAABBQAAAAAOTgAAAAAATQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBQAAAAAGTgAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAHBQAAAAABTgAAAAAATQAAAAACTQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAIBQAAAAAITgAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAACwAAAAAAewAAAAAACgAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABQAAAAALTgAAAAAATQAAAAACTQAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAACwAAAAAACwAAAAAACgAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABQAAAAAMBwAAAAABTgAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAACTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBwAAAAAATgAAAAAATQAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABgAAAAAABQAAAAAGBwAAAAAABQAAAAAOBQAAAAAMBQAAAAAETgAAAAAAWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAALBgAAAAAABgAAAAAABQAAAAAHegAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + version: 6 + -7,-2: + ind: -7,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -8,-1: + ind: -8,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + version: 6 + -8,-2: + ind: -8,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + version: 6 + -6,-2: + ind: -6,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAABaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,2: + ind: -7,2 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAA + version: 6 + -7,1: + ind: -7,1 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEKQAAAAACKQAAAAABKQAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAADGAAAAAADGAAAAAAFGAAAAAAAKQAAAAACGAAAAAAETgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAAHKQAAAAAAGAAAAAAAGAAAAAAHGAAAAAAGTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAGAAAAAAAGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEKQAAAAABKQAAAAABKQAAAAADKQAAAAACGAAAAAACGAAAAAAAGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAAEFwAAAAADFwAAAAADKQAAAAABKQAAAAABGAAAAAAGKQAAAAADGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFKQAAAAABKQAAAAAAKQAAAAADGAAAAAADGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAADFwAAAAADFwAAAAAEFwAAAAACKQAAAAAAGAAAAAAEKQAAAAABKQAAAAACKQAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABKQAAAAADKQAAAAAAKQAAAAAAGAAAAAAFKQAAAAACKQAAAAABTgAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAAGKQAAAAACKQAAAAAAKQAAAAADKQAAAAACFwAAAAAEKQAAAAADTgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAFwAAAAAGFwAAAAAFFwAAAAAATgAAAAAATQAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAACKQAAAAAAKQAAAAADFwAAAAABFwAAAAAEFwAAAAABTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAA + version: 6 + -8,1: + ind: -8,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + version: 6 + -8,2: + ind: -8,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -4,3: + ind: -4,3 + tiles: AAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA + version: 6 + -3,3: + ind: -3,3 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADagAAAAAAegAAAAAAagAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAACegAAAAAAKQAAAAADKQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAAAegAAAAAAKQAAAAAAKQAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAKQAAAAABKQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAABTgAAAAAAKQAAAAAAKQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAATgAAAAAAKQAAAAAAKQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAATgAAAAAATgAAAAAA + version: 6 + -2,3: + ind: -2,3 + tiles: TQAAAAADegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAMAAAAAAATQAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAADagAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAMAAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAMAAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAdAAAAAABdAAAAAABdAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAMAAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAAATQAAAAADbQAAAAACbQAAAAABTQAAAAADTQAAAAACbQAAAAABbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAADTQAAAAACTQAAAAACbQAAAAAAbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAdAAAAAABdAAAAAAAdAAAAAAATgAAAAAAbQAAAAADbQAAAAACTQAAAAABTQAAAAADbQAAAAABbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAADbQAAAAACTgAAAAAAdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTQAAAAADdAAAAAABdAAAAAACdAAAAAAATgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAADegAAAAAAMAAAAAAAbQAAAAAAbQAAAAADbQAAAAADTQAAAAADdAAAAAAAdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAADdAAAAAADdAAAAAABdAAAAAACdAAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAdAAAAAAATQAAAAABTQAAAAABTQAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAACdAAAAAACTQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAATQAAAAAATQAAAAACTQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAADTQAAAAAB + version: 6 + -5,3: + ind: -5,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + version: 6 + -6,3: + ind: -6,3 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA + version: 6 + -5,-2: + ind: -5,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -5,-3: + ind: -5,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAA + version: 6 + -6,-3: + ind: -6,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-3: + ind: 4,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-4: + ind: 3,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-5: + ind: 3,-5 + tiles: AAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,4: + ind: 0,4 + tiles: WgAAAAADWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAAAegAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAACTQAAAAACTQAAAAACegAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAAegAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAAATQAAAAADTgAAAAAALgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAACLgAAAAADLgAAAAAALgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAABLgAAAAACLgAAAAADLgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAABLgAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAADLgAAAAACLgAAAAACLgAAAAADTQAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -1,4: + ind: -1,4 + tiles: dAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAADTQAAAAACdAAAAAACdAAAAAAAdAAAAAABTQAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAACTQAAAAACTgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAACegAAAAAAbQAAAAACTQAAAAABTQAAAAACTQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAACawAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAawAAAAADawAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAACLgAAAAADLgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAAALgAAAAABLgAAAAADLgAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAACLgAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAABLgAAAAADLgAAAAACLgAAAAACLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAABLgAAAAADLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAAATQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA + version: 6 + -2,4: + ind: -2,4 + tiles: dAAAAAABdAAAAAABdAAAAAABTQAAAAABdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABTQAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAACTgAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAATgAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAATgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,4: + ind: -3,4 + tiles: TgAAAAAAegAAAAAATgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAATQAAAAACdAAAAAACdAAAAAADTgAAAAAAegAAAAAATgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAACegAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,3: + ind: -7,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -8,3: + ind: -8,3 + tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + version: 6 + -8,4: + ind: -8,4 + tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,4: + ind: -7,4 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -9,3: + ind: -9,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + version: 6 + -9,2: + ind: -9,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA + version: 6 + -9,4: + ind: -9,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,5: + ind: -1,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,5: + ind: 0,5 + tiles: egAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,4: + ind: 1,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,4: + ind: 3,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAKQAAAAADKQAAAAAAKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAABKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,5: + ind: -2,5 + tiles: eQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,2: + ind: 6,2 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,3: + ind: 6,3 + tiles: egAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,1: + ind: 6,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,4: + ind: 6,4 + tiles: eQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,4: + ind: 5,4 + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,4: + ind: 4,4 + tiles: agAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-4: + ind: -2,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -4,4: + ind: -4,4 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,-4: + ind: -3,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,4: + ind: -6,4 + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAA + version: 6 + -5,4: + ind: -5,4 + tiles: egAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,-4: + ind: -6,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAA + version: 6 + -7,-4: + ind: -7,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA + version: 6 + -7,-3: + ind: -7,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,5: + ind: -6,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -5,5: + ind: -5,5 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,6: + ind: -6,6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -5,6: + ind: -5,6 + tiles: eQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-4: + ind: 2,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-4: + ind: 4,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-5: + ind: 2,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-5: + ind: 4,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,-5: + ind: -6,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-6: + ind: 3,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-6: + ind: 4,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 6374: -52.005,-49.860638 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 7: 6,25 + 2252: 30,1 + 2253: 30,-1 + 6355: -19,-25 + 6356: -17,-39 + 6359: -20,-29 + 6366: -48,-47 + 6371: -48,-50 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 2249: 27,1 + 2250: 26,1 + 2251: 25,1 + 6373: -52.46594,-45.938763 + 6682: -29,-41 + 6683: -35.374405,-41.0069 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 6: 11,23 + 6357: -19,-39 + 6358: -22,-29 + 6370: -52,-45 + 6372: -52.012814,-50.43095 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 6684: -35,-45 + 6685: -28.570425,-45.00288 + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 227: 37,41 + 248: 75,21 + 4293: -99.61036,26.588285 + 4294: -108.15333,23.17813 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 315: -105.70246,26.941643 + 316: -102.98371,23.863518 + 317: -100.96809,26.472893 + 318: -100.95246,29.691643 + 319: -101.12434,18.972893 + - node: + color: '#FFFFFFFF' + id: Basalt3 + decals: + 312: -105.23371,25.754143 + 313: -104.88996,27.597893 + 314: -100.99934,29.222893 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 229: 37,34 + 230: 13,25 + 231: -1,11 + 234: 3,-7 + 235: -14,-14 + 321: -106.43684,22.207268 + 322: -103.65559,19.363518 + 323: -101.63996,29.332268 + 4295: -104.75489,18.982817 + 4296: -99.750984,17.846098 + 4297: -87.95603,15.0817375 + 4298: -79.94041,11.091608 + 4299: -94.6715,3.7907648 + 4300: -87.9215,1.822197 + 4301: -100.69823,2.235566 + 4302: -95.65813,1.0575595 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 249: 56,8 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 232: 3,16 + 295: -104.92121,26.535393 + 296: -103.26496,28.488518 + 297: -106.10871,26.441643 + 298: -105.90559,25.207268 + 299: -102.23371,23.988518 + 300: -102.95246,22.019768 + 301: -103.74934,21.191643 + 302: -102.93684,21.019768 + 303: -103.78059,19.254143 + 304: -102.32746,18.426018 + 305: -102.95246,18.441643 + 4288: -99.99786,-5.579525 + 4289: -99.611145,-6.3646812 + 4290: -101.94239,-10.427048 + 4291: -100.53614,-12.050097 + 4292: -99.80958,20.762344 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 233: -1,16 + 236: 49,56 + 250: 64,8 + 306: -106.24934,20.785393 + 307: -105.76496,20.144768 + 308: -106.04621,20.988518 + 309: -102.23371,25.519768 + 310: -101.63996,25.785393 + 311: -101.63996,30.004143 + 320: -104.87434,23.082268 + 4303: -89.407394,0.7120869 + 4304: -89.24754,13.638722 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 289: -105.06184,23.816643 + 290: -104.85871,20.957268 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 228: 37,44 + 237: 35,54 + 291: -105.93684,22.972893 + 292: -101.93684,22.176018 + 293: -101.57746,27.582268 + 294: -100.88996,30.160393 + - node: + color: '#80C71FFF' + id: Bot + decals: + 6686: 36,-7 + 6687: 36,-6 + 6688: 36,-5 + 6689: 33,-7 + 6690: 33,-5 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: 7,25 + 280: -17,-19 + 281: -16,-19 + 2255: 7,25 + 2862: 47,43 + 2863: 49,43 + 3507: -117,55 + 3508: -109,55 + 3509: -109,47 + 3510: -117,47 + 3511: -117,51 + 3512: -109,51 + 3513: -120,51 + 3514: -120,58 + 3515: -106,44 + 3516: -120,44 + 3756: -17,-19 + 3757: -16,-19 + 3758: -19,-19 + 3759: -20,-19 + 3760: -21,-19 + 3761: -22,-19 + 3762: -23,-19 + 4730: -63,30 + 4731: -63,29 + 4732: -63,28 + 4733: -61,28 + 4734: -61,29 + 4735: -61,30 + 6354: -19,-26 + 6369: -52,-44 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Bot + decals: + 6360: -48,-46 + 6361: -15,-20 + 6362: -15,-19 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: BotGreyscale + decals: + 1: 10,25 + 2: 9,25 + 3: 8,25 + 4: 11,25 + 5: 11,24 + - node: + color: '#FFFFFFFF' + id: BotGreyscale + decals: + 2256: 8,25 + 2257: 9,25 + 2258: 10,25 + 2259: 11,25 + 6452: -61,46 + 6453: -60,46 + 6454: -59,46 + 6455: -58,46 + 6456: -57,46 + 6457: -56,46 + 6458: -47,37 + 6459: -48,37 + 6460: -49,37 + 6461: -50,37 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: BotLeftGreyscale + decals: + 6377: -50,-50 + 6378: -52,-48 + 6379: -32,-45 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Box + decals: + 6375: -19,-23 + 6376: -19,-24 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 8: 24,15 + 9: 24,14 + 10: 24,13 + 11: 24,12 + 12: 24,11 + 13: 26,12 + 14: 26,14 + 15: 26,15 + 16: 26,11 + 2254: 26,13 + 2260: -8,37 + 2261: -7,37 + 2262: -6,37 + 2477: -39,24 + 2478: -40,24 + 2479: -42,19 + 2480: -43,19 + 2874: 40,46 + 2875: 41,46 + 2876: 43,46 + 2877: 44,46 + 2878: 34,51 + 2879: 35,51 + 2880: 35,50 + 2881: 34,50 + 2882: 49,50 + 2883: 50,50 + 2884: 49,51 + 2885: 50,51 + 2886: 60,50 + 4690: 83,62 + 4691: 84,62 + 4692: 85,62 + 6437: 24,16 + 6438: 26,16 + - node: + color: '#91D4FFFF' + id: BrickTileSteelCornerNe + decals: + 614: -11,-5 + 646: 31,-5 + 1531: -3,-5 + 1534: -9,-8 + 1538: -6,7 + 1572: -6,-1 + 1588: -20,-8 + 1593: -14,-8 + 1634: -3,16 + 1635: -7,16 + 1659: 36,7 + 1660: 34,13 + 1661: 34,16 + 1662: 27,16 + 1663: 21,16 + 1666: 21,10 + 1770: 22,3 + 6414: 31,3 + - node: + color: '#B02E26FF' + id: BrickTileSteelCornerNe + decals: + 950: -3,56 + 6654: -11,59 + - node: + color: '#BA8841FF' + id: BrickTileSteelCornerNe + decals: + 2187: -58,13 + 2188: -62,13 + 2192: -48,14 + - node: + color: '#91D4FFFF' + id: BrickTileSteelCornerNw + decals: + 615: -24,-5 + 647: 26,-5 + 1532: -9,-5 + 1533: -12,-8 + 1539: -9,7 + 1573: -9,-1 + 1591: -24,-8 + 1592: -18,-8 + 1636: -9,16 + 1637: -5,16 + 1664: 15,16 + 1665: 15,10 + 1667: 33,7 + 1673: 29,16 + 1722: 23,16 + 1771: 19,3 + 6415: 30,3 + - node: + color: '#B02E26FF' + id: BrickTileSteelCornerNw + decals: + 6653: -15,59 + - node: + color: '#BA8841FF' + id: BrickTileSteelCornerNw + decals: + 2189: -63,13 + 2190: -60,13 + 2191: -52,14 + - node: + color: '#91D4FFFF' + id: BrickTileSteelCornerSe + decals: + 617: -11,-6 + 648: 31,-12 + 673: 31,-3 + 1537: -6,5 + 1540: -9,-12 + 1574: -6,-3 + 1589: -14,-12 + 1601: -20,-12 + 1642: -3,9 + 1674: 21,12 + 1675: 21,9 + 1676: 34,9 + 1677: 36,5 + 1701: 34,15 + 1772: 22,0 + - node: + color: '#B02E26FF' + id: BrickTileSteelCornerSe + decals: + 951: -3,47 + - node: + color: '#BA8841FF' + id: BrickTileSteelCornerSe + decals: + 2196: -48,11 + 2197: -62,11 + 2204: -58,11 + - node: + color: '#91D4FFFF' + id: BrickTileSteelCornerSw + decals: + 616: -24,-6 + 649: 26,-12 + 672: 30,-3 + 1535: -7,-12 + 1536: -9,5 + 1541: -12,-12 + 1564: -9,-6 + 1575: -9,-3 + 1590: -24,-12 + 1600: -18,-12 + 1641: -9,9 + 1668: 33,5 + 1669: 23,9 + 1670: 15,9 + 1671: 15,12 + 1672: 29,15 + 1784: 19,0 + - node: + color: '#B02E26FF' + id: BrickTileSteelCornerSw + decals: + 952: -15,47 + - node: + color: '#BA8841FF' + id: BrickTileSteelCornerSw + decals: + 2193: -52,11 + 2194: -60,11 + 2195: -63,11 + - node: + color: '#B02E26FF' + id: BrickTileSteelEndW + decals: + 1142: -2,59 + - node: + color: '#91D4FFFF' + id: BrickTileSteelInnerNe + decals: + 1649: -7,14 + 1744: 19,10 + - node: + color: '#B02E26FF' + id: BrickTileSteelInnerNe + decals: + 988: -11,56 + - node: + color: '#BA8841FF' + id: BrickTileSteelInnerNe + decals: + 2217: -62,12 + - node: + color: '#91D4FFFF' + id: BrickTileSteelInnerNw + decals: + 1648: -5,14 + 1743: 17,10 + - node: + color: '#B02E26FF' + id: BrickTileSteelInnerNw + decals: + 1143: -1,59 + - node: + color: '#BA8841FF' + id: BrickTileSteelInnerNw + decals: + 2218: -60,12 + - node: + color: '#91D4FFFF' + id: BrickTileSteelInnerSe + decals: + 1741: 19,12 + - node: + color: '#BA8841FF' + id: BrickTileSteelInnerSe + decals: + 2215: -62,12 + - node: + color: '#91D4FFFF' + id: BrickTileSteelInnerSw + decals: + 1571: -7,-6 + 1742: 17,12 + - node: + color: '#B02E26FF' + id: BrickTileSteelInnerSw + decals: + 1144: -1,59 + - node: + color: '#BA8841FF' + id: BrickTileSteelInnerSw + decals: + 2216: -60,12 + - node: + color: '#91D4FFFF' + id: BrickTileSteelLineE + decals: + 660: 31,-1 + 661: 31,-2 + 662: 31,-11 + 663: 31,-10 + 664: 31,-9 + 665: 31,-8 + 666: 31,-7 + 667: 31,-6 + 1549: -9,-9 + 1550: -9,-10 + 1551: -9,-11 + 1552: -3,-10 + 1553: -3,-9 + 1554: -3,-8 + 1555: -3,-7 + 1556: -3,-6 + 1586: -6,6 + 1587: -6,-2 + 1594: -14,-9 + 1595: -14,-10 + 1596: -14,-11 + 1597: -20,-9 + 1598: -20,-10 + 1599: -20,-11 + 1626: -3,10 + 1627: -3,11 + 1628: -3,12 + 1629: -3,13 + 1630: -3,14 + 1631: -3,15 + 1632: -7,15 + 1732: 21,15 + 1733: 21,14 + 1734: 21,13 + 1735: 34,12 + 1736: 34,11 + 1737: 34,10 + 1740: 19,11 + 1780: 22,2 + 1781: 22,1 + 6416: 31,2 + 6417: 31,1 + 6418: 31,0 + - node: + color: '#B02E26FF' + id: BrickTileSteelLineE + decals: + 960: -3,55 + 961: -3,54 + 962: -3,53 + 963: -3,52 + 964: -3,51 + 965: -3,50 + 966: -3,49 + 967: -3,48 + 6651: -11,57 + 6652: -11,58 + - node: + color: '#BA8841FF' + id: BrickTileSteelLineE + decals: + 2201: -48,13 + 2202: -48,12 + 2203: -58,12 + - node: + color: '#91D4FFFF' + id: BrickTileSteelLineN + decals: + 630: -23,-5 + 631: -22,-5 + 632: -21,-5 + 633: -20,-5 + 634: -19,-5 + 635: -18,-5 + 636: -17,-5 + 637: -16,-5 + 638: -15,-5 + 639: -14,-5 + 640: -13,-5 + 641: -12,-5 + 650: 30,-5 + 651: 29,-5 + 652: 28,-5 + 653: 27,-5 + 1544: -11,-8 + 1545: -10,-8 + 1566: -8,-5 + 1567: -7,-5 + 1568: -6,-5 + 1569: -5,-5 + 1570: -4,-5 + 1580: -8,-1 + 1581: -7,-1 + 1582: -8,7 + 1583: -7,7 + 1608: -23,-8 + 1609: -22,-8 + 1610: -21,-8 + 1611: -17,-8 + 1612: -16,-8 + 1613: -15,-8 + 1638: -8,16 + 1639: -4,16 + 1640: -6,14 + 1702: 16,16 + 1703: 17,16 + 1704: 18,16 + 1705: 19,16 + 1706: 20,16 + 1707: 24,16 + 1708: 25,16 + 1709: 26,16 + 1710: 30,16 + 1711: 31,16 + 1712: 32,16 + 1713: 33,16 + 1714: 34,7 + 1715: 35,7 + 1716: 33,13 + 1717: 32,13 + 1718: 31,13 + 1719: 30,13 + 1720: 29,13 + 1721: 28,13 + 1745: 16,10 + 1746: 20,10 + 1787: 20,3 + 1788: 21,3 + - node: + color: '#B02E26FF' + id: BrickTileSteelLineN + decals: + 953: -10,56 + 954: -9,56 + 955: -8,56 + 956: -7,56 + 957: -6,56 + 958: -5,56 + 959: -4,56 + 6655: -14,59 + 6656: -13,59 + 6657: -12,59 + - node: + color: '#BA8841FF' + id: BrickTileSteelLineN + decals: + 2209: -61,12 + 2210: -51,14 + 2211: -50,14 + 2212: -49,14 + 2213: -59,13 + - node: + color: '#91D4FFFF' + id: BrickTileSteelLineS + decals: + 618: -12,-6 + 619: -13,-6 + 620: -14,-6 + 621: -15,-6 + 622: -16,-6 + 623: -17,-6 + 624: -18,-6 + 625: -19,-6 + 626: -20,-6 + 627: -21,-6 + 628: -22,-6 + 629: -23,-6 + 668: 30,-12 + 669: 29,-12 + 670: 28,-12 + 671: 27,-12 + 1542: -11,-12 + 1543: -10,-12 + 1557: -5,-12 + 1558: -6,-12 + 1565: -8,-6 + 1576: -8,-3 + 1577: -7,-3 + 1578: -8,5 + 1579: -7,5 + 1602: -23,-12 + 1603: -22,-12 + 1604: -21,-12 + 1605: -17,-12 + 1606: -16,-12 + 1607: -15,-12 + 1643: -4,9 + 1644: -5,9 + 1645: -6,9 + 1646: -7,9 + 1647: -8,9 + 1678: 16,9 + 1679: 17,9 + 1680: 18,9 + 1681: 19,9 + 1682: 20,9 + 1683: 20,12 + 1684: 16,12 + 1685: 24,9 + 1686: 25,9 + 1687: 26,9 + 1688: 27,9 + 1689: 28,9 + 1690: 29,9 + 1691: 30,9 + 1692: 31,9 + 1693: 32,9 + 1694: 33,9 + 1695: 34,5 + 1696: 35,5 + 1697: 30,15 + 1698: 31,15 + 1699: 32,15 + 1700: 33,15 + 1782: 20,0 + 1783: 21,0 + - node: + color: '#B02E26FF' + id: BrickTileSteelLineS + decals: + 977: -14,47 + 978: -13,47 + 979: -12,47 + 980: -11,47 + 981: -10,47 + 982: -9,47 + 983: -8,47 + 984: -7,47 + 985: -6,47 + 986: -5,47 + 987: -4,47 + - node: + color: '#BA8841FF' + id: BrickTileSteelLineS + decals: + 2205: -61,12 + 2206: -51,11 + 2207: -50,11 + 2208: -49,11 + 2214: -59,11 + - node: + color: '#91D4FFFF' + id: BrickTileSteelLineW + decals: + 654: 26,-6 + 655: 26,-7 + 656: 26,-8 + 657: 26,-9 + 658: 26,-10 + 659: 26,-11 + 674: 30,-2 + 675: 30,-1 + 676: 30,1 + 1546: -12,-9 + 1547: -12,-10 + 1548: -12,-11 + 1559: -7,-11 + 1560: -7,-10 + 1561: -7,-9 + 1562: -7,-8 + 1563: -7,-7 + 1584: -9,6 + 1585: -9,-2 + 1614: -24,-9 + 1615: -24,-10 + 1616: -24,-11 + 1617: -18,-9 + 1618: -18,-10 + 1619: -18,-11 + 1620: -9,15 + 1621: -9,14 + 1622: -9,11 + 1623: -9,10 + 1624: -9,13 + 1625: -9,12 + 1633: -5,15 + 1723: 23,15 + 1724: 23,14 + 1725: 23,13 + 1726: 23,12 + 1727: 23,11 + 1728: 23,10 + 1729: 15,15 + 1730: 15,14 + 1731: 15,13 + 1738: 33,6 + 1739: 17,11 + 1785: 19,1 + 1786: 19,2 + 6419: 30,2 + 6420: 30,0 + - node: + color: '#B02E26FF' + id: BrickTileSteelLineW + decals: + 968: -15,48 + 969: -15,49 + 970: -15,50 + 971: -15,51 + 972: -15,52 + 973: -15,53 + 974: -15,54 + 975: -15,55 + 976: -15,56 + 1129: -1,56 + 1130: -1,55 + 1131: -1,54 + 1132: -1,53 + 1133: -1,52 + 1134: -1,51 + 1135: -1,50 + 1136: -1,49 + 1137: -1,48 + 1138: -1,47 + 1139: -1,61 + 1140: -1,60 + 1141: -1,58 + 6649: -15,57 + 6650: -15,58 + - node: + color: '#BA8841FF' + id: BrickTileSteelLineW + decals: + 2198: -52,12 + 2199: -52,13 + 2200: -63,12 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerNe + decals: + 1178: 7,42 + 1210: 14,40 + 1224: 20,40 + 1227: 19,50 + 1262: 15,50 + 1263: 11,56 + 1305: 15,43 + 1344: 27,46 + 1359: 29,52 + 1392: 19,57 + 1393: 20,56 + 1408: 22,57 + 1409: 21,58 + 1428: 28,56 + 1439: 9,30 + 1440: 14,30 + 1441: 20,29 + 1442: 12,25 + - node: + color: '#354DA0FF' + id: BrickTileWhiteCornerNe + decals: + 6421: 36,3 + - node: + color: '#474F52FF' + id: BrickTileWhiteCornerNe + decals: + 687: -26,75 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteCornerNe + decals: + 2420: -36,24 + 2453: -38,13 + 2454: -37,12 + 2470: 36,-1 + - node: + color: '#845606FF' + id: BrickTileWhiteCornerNe + decals: + 3559: -7,-19 + 3560: -18,-19 + 3561: -25,-19 + 3562: -25,-24 + 3563: -10,-28 + 3564: -4,-23 + 3565: -13,-24 + 3566: -19,-28 + 3567: -10,-33 + 3568: -16,-33 + 3569: -16,-38 + 3570: -10,-38 + 3571: -7,-41 + 3582: -19,-19 + 3593: -10,-38 + 4856: -22,-41 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteCornerNe + decals: + 378: -26,7 + 379: -20,7 + 380: -14,7 + 381: -14,-1 + 382: -20,-1 + 383: -26,-1 + 384: 6,7 + 385: 13,16 + 386: -11,16 + 1748: 31,7 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteCornerNe + decals: + 990: -11,64 + 999: -2,64 + 1000: -7,64 + 1006: -30,62 + 1036: -19,59 + 1037: -8,68 + 1038: -2,68 + 4802: -36,67 + - node: + color: '#9FED58FF' + id: BrickTileWhiteCornerNe + decals: + 2273: 13,-5 + 2296: 10,-5 + - node: + color: '#B02E26FF' + id: BrickTileWhiteCornerNe + decals: + 698: -21,42 + 718: -30,42 + 724: -5,43 + 794: -8,35 + 795: -5,35 + 796: -5,30 + 824: -14,26 + 843: -9,30 + 844: -12,36 + 895: -33,31 + 896: -33,35 + 909: -13,45 + 919: -19,48 + 925: -17,42 + 1175: -10,22 + 4818: -32,51 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteCornerNe + decals: + 2492: 50,21 + 2522: 32,24 + 2523: 32,30 + 2524: 40,30 + 2525: 40,26 + 2526: 49,26 + 2527: 50,24 + 2528: 49,30 + 2529: 46,30 + 2530: 44,34 + 2531: 50,40 + 2532: 49,44 + 2533: 50,51 + 2534: 45,51 + 2535: 47,57 + 2536: 41,57 + 2537: 35,51 + 2542: 40,44 + 2560: 63,30 + 2561: 68,30 + 2564: 49,34 + 2824: 68,27 + 2838: 54,49 + 2839: 53,51 + - node: + color: '#BA8841FF' + id: BrickTileWhiteCornerNe + decals: + 1968: -53,37 + 1969: -52,36 + 1970: -42,35 + 1971: -48,27 + 1972: -48,23 + 1973: -48,18 + 1974: -58,20 + 1986: -58,27 + 1987: -59,30 + 1988: -60,36 + 1989: -42,31 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteCornerNe + decals: + 2928: -50,5 + 2929: -50,-2 + 2930: -58,-2 + 3049: -54,-6 + 3050: -58,-7 + 3076: -53,-28 + 3077: -50,-11 + 3110: -59,-15 + 3253: -98,13 + 3254: -97,12 + 3255: -96,10 + 3256: -89,9 + 3257: -83,10 + 3258: -84,17 + 3259: -80,22 + 3260: -95,26 + 3261: -96,28 + 3262: -97,29 + 3263: -94,18 + 3264: -93,17 + 3265: -92,16 + 3266: -91,15 + 3267: -72,17 + 3268: -72,14 + 3269: -68,17 + 3270: -68,11 + 3271: -76,9 + 3272: -84,4 + 3273: -81,-4 + 3274: -80,-5 + 3275: -83,-3 + 3331: -91,5 + 6674: -72,3 + - node: + color: '#FF974DFF' + id: BrickTileWhiteCornerNe + decals: + 2319: 17,-1 + 2320: 17,3 + 2321: 28,-2 + 2370: 21,-8 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerNw + decals: + 1179: 4,42 + 1205: 9,40 + 1225: 16,40 + 1226: 17,50 + 1264: 5,56 + 1265: 9,50 + 1303: 9,43 + 1338: 21,46 + 1360: 24,52 + 1361: 23,51 + 1362: 21,50 + 1386: 17,57 + 1387: 16,56 + 1410: 15,58 + 1411: 14,57 + 1429: 26,56 + 1436: 4,30 + 1437: 11,30 + 1438: 17,29 + 1443: 6,25 + - node: + color: '#354DA0FF' + id: BrickTileWhiteCornerNw + decals: + 6423: 33,3 + - node: + color: '#474F52FF' + id: BrickTileWhiteCornerNw + decals: + 688: -29,75 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteCornerNw + decals: + 2418: -43,24 + 2437: -40,19 + 2438: -37,20 + 2450: -40,13 + 2451: -41,12 + 2452: -42,10 + 2467: 33,-1 + - node: + color: '#845606FF' + id: BrickTileWhiteCornerNw + decals: + 3572: -17,-28 + 3573: -17,-33 + 3574: -14,-33 + 3575: -20,-38 + 3576: -14,-38 + 3577: -11,-24 + 3578: -5,-23 + 3579: -17,-24 + 3580: -17,-19 + 3581: -23,-19 + 3583: -31,-19 + 3584: -31,-24 + 4857: -52,-41 + 4935: -23,-28 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteCornerNw + decals: + 387: -30,13 + 391: -30,3 + 411: -15,16 + 483: -30,-1 + 484: -24,-1 + 485: -18,-1 + 486: -30,7 + 487: -24,7 + 488: -18,7 + 577: -4,7 + 601: -9,3 + 1652: 8,7 + 1892: -13,-14 + 4937: 6,16 + 4938: 5,15 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteCornerNw + decals: + 989: -28,64 + 998: -5,64 + 1001: -9,64 + 1005: -32,62 + 1039: -24,59 + 1040: -12,68 + 1041: -6,68 + 4803: -45,67 + - node: + color: '#9FED58FF' + id: BrickTileWhiteCornerNw + decals: + 2274: 5,-5 + 2297: 8,-5 + - node: + color: '#B02E26FF' + id: BrickTileWhiteCornerNw + decals: + 697: -28,42 + 719: -31,42 + 730: -11,42 + 731: -9,43 + 790: -12,26 + 791: -7,30 + 792: -9,35 + 793: -6,35 + 825: -23,26 + 845: -23,30 + 892: -37,35 + 894: -37,31 + 913: -17,45 + 920: -28,48 + 926: -19,42 + 4817: -34,51 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteCornerNw + decals: + 2505: 26,30 + 2506: 34,30 + 2507: 38,44 + 2508: 34,51 + 2509: 39,51 + 2510: 49,51 + 2511: 37,57 + 2512: 43,57 + 2513: 42,44 + 2514: 42,40 + 2515: 42,34 + 2516: 46,34 + 2517: 42,30 + 2518: 48,30 + 2519: 42,26 + 2520: 34,26 + 2521: 26,24 + 2559: 51,30 + 2562: 65,30 + 2837: 52,51 + 2845: 52,47 + - node: + color: '#BA8841FF' + id: BrickTileWhiteCornerNw + decals: + 1976: -52,18 + 1977: -52,23 + 1978: -66,27 + 1979: -65,30 + 1980: -64,36 + 1981: -57,37 + 1982: -58,36 + 1983: -50,35 + 1984: -57,31 + 1991: -52,27 + 2034: -64,20 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteCornerNw + decals: + 2931: -63,5 + 2932: -63,-2 + 2933: -56,-2 + 3048: -56,-6 + 3051: -63,-7 + 3078: -56,-11 + 3079: -60,-12 + 3111: -60,-15 + 3276: -98,-2 + 3277: -95,-1 + 3278: -94,0 + 3279: -93,1 + 3280: -90,-5 + 3281: -89,-4 + 3282: -87,-3 + 3283: -86,4 + 3284: -87,10 + 3285: -94,9 + 3286: -99,13 + 3287: -81,9 + 3288: -86,17 + 3289: -90,22 + 3290: -98,29 + 3291: -74,17 + 3292: -70,17 + 3293: -74,11 + 3332: -92,5 + 6666: -74,3 + - node: + color: '#FF974DFF' + id: BrickTileWhiteCornerNw + decals: + 2312: 12,3 + 2316: 12,0 + 2369: 15,-8 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerSe + decals: + 1211: 14,37 + 1223: 7,35 + 1229: 20,35 + 1299: 15,42 + 1300: 15,45 + 1301: 7,47 + 1302: 11,52 + 1365: 23,48 + 1366: 29,48 + 1388: 19,53 + 1389: 20,54 + 1415: 20,52 + 1416: 21,53 + 1417: 22,54 + 1431: 28,54 + 1444: 9,27 + 1445: 14,27 + 1446: 20,24 + 1451: 12,23 + - node: + color: '#354DA0FF' + id: BrickTileWhiteCornerSe + decals: + 6424: 36,1 + - node: + color: '#474F52FF' + id: BrickTileWhiteCornerSe + decals: + 686: -26,73 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteCornerSe + decals: + 2413: -42,19 + 2415: -39,21 + 2416: -37,22 + 2417: -36,23 + 2455: -37,9 + 2468: 36,-3 + - node: + color: '#845606FF' + id: BrickTileWhiteCornerSe + decals: + 3594: -7,-43 + 3595: -10,-36 + 3596: -16,-36 + 3597: -13,-26 + 3598: -4,-26 + 3599: -7,-22 + 3600: -25,-26 + 3601: -25,-22 + 3624: -10,-31 + 4854: -16,-45 + 4855: -22,-45 + 4859: -48,-50 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteCornerSe + decals: + 480: -26,-3 + 481: -20,-3 + 482: -14,-3 + 501: -26,5 + 502: -20,5 + 503: -14,5 + 504: -11,-3 + 578: 6,-3 + 1651: 13,9 + 1747: 31,5 + 1804: 10,-3 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteCornerSe + decals: + 991: -11,61 + 992: -26,53 + 993: -19,53 + 997: -2,63 + 1002: -7,63 + 1003: -30,57 + 1043: -8,66 + 1044: -2,66 + 1108: -16,61 + 4801: -36,58 + - node: + color: '#9FED58FF' + id: BrickTileWhiteCornerSe + decals: + 2275: 13,-12 + 2298: 10,-12 + - node: + color: '#B02E26FF' + id: BrickTileWhiteCornerSe + decals: + 699: -21,39 + 721: -30,39 + 722: -5,39 + 723: -6,38 + 820: -5,23 + 821: -5,32 + 822: -14,24 + 858: -20,28 + 873: -9,28 + 897: -33,29 + 898: -33,33 + 922: -23,44 + 923: -17,39 + 945: -19,47 + 4820: -33,37 + 4821: -32,44 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteCornerSe + decals: + 2551: 32,26 + 2552: 40,23 + 2553: 50,23 + 2554: 49,28 + 2555: 49,32 + 2556: 63,26 + 2557: 68,26 + 2565: 50,36 + 2566: 49,42 + 2567: 50,46 + 2568: 47,53 + 2569: 41,53 + 2570: 40,28 + 2571: 40,32 + 2572: 32,23 + 2825: 68,29 + 2843: 54,46 + - node: + color: '#BA8841FF' + id: BrickTileWhiteCornerSe + decals: + 1961: -58,22 + 1962: -48,20 + 1963: -48,16 + 1964: -48,25 + 1965: -52,33 + 1966: -42,33 + 1975: -58,15 + 1990: -42,29 + 2033: -54,11 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteCornerSe + decals: + 2938: -58,-5 + 2939: -50,-4 + 2940: -57,0 + 2941: -50,0 + 3053: -58,-10 + 3073: -54,-9 + 3074: -50,-12 + 3075: -53,-13 + 3208: -80,-6 + 3209: -84,-1 + 3210: -83,6 + 3211: -68,5 + 3212: -68,13 + 3213: -72,13 + 3214: -72,16 + 3215: -76,7 + 3216: -84,12 + 3217: -83,19 + 3218: -81,20 + 3219: -80,21 + 3220: -97,4 + 3221: -96,6 + 3222: -98,3 + 3224: -89,7 + 3225: -91,11 + 3226: -91,1 + 3227: -92,0 + 3228: -93,-1 + 3229: -94,-2 + 3230: -95,-10 + 3231: -96,-12 + 3232: -97,-13 + 6673: -72,0 + - node: + color: '#FF974DFF' + id: BrickTileWhiteCornerSe + decals: + 2313: 21,-6 + 2314: 28,-3 + 2315: 17,1 + 2368: 21,-12 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerSw + decals: + 1204: 4,35 + 1212: 9,37 + 1228: 16,35 + 1295: 9,45 + 1296: 5,47 + 1297: 9,42 + 1298: 21,45 + 1363: 21,48 + 1364: 25,48 + 1390: 16,54 + 1391: 17,53 + 1412: 14,54 + 1413: 15,53 + 1414: 16,52 + 1430: 26,54 + 1447: 4,27 + 1448: 11,27 + 1449: 17,24 + 1450: 6,23 + - node: + color: '#354DA0FF' + id: BrickTileWhiteCornerSw + decals: + 6422: 33,1 + - node: + color: '#474F52FF' + id: BrickTileWhiteCornerSw + decals: + 685: -29,73 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteCornerSw + decals: + 2414: -43,19 + 2456: -42,9 + 2469: 33,-3 + - node: + color: '#845606FF' + id: BrickTileWhiteCornerSw + decals: + 3585: -31,-26 + 3586: -31,-22 + 3587: -23,-26 + 3588: -17,-22 + 3589: -11,-26 + 3590: -17,-31 + 3591: -14,-36 + 3592: -14,-43 + 4853: -20,-45 + 4858: -52,-50 + 4930: -23,-36 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteCornerSw + decals: + 388: -30,12 + 389: -12,-3 + 390: -30,1 + 489: -30,-3 + 490: -24,-3 + 491: -18,-3 + 498: -30,5 + 499: -24,5 + 500: -18,5 + 575: -9,1 + 576: -4,-3 + 1650: 5,9 + 1779: 8,-3 + 1949: -9,18 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteCornerSw + decals: + 994: -28,53 + 995: -9,63 + 996: -5,63 + 1004: -32,57 + 1045: -12,66 + 1105: -24,53 + 1106: -14,61 + 1107: -6,66 + 4799: -44,62 + 4800: -40,58 + 4804: -45,64 + - node: + color: '#9FED58FF' + id: BrickTileWhiteCornerSw + decals: + 2299: 8,-12 + 4849: 6,-12 + 4850: 5,-11 + - node: + color: '#B02E26FF' + id: BrickTileWhiteCornerSw + decals: + 694: -28,39 + 720: -31,39 + 725: -11,39 + 728: -8,38 + 801: -12,24 + 802: -8,23 + 803: -9,32 + 823: -23,24 + 857: -18,28 + 861: -23,28 + 891: -37,29 + 893: -37,33 + 914: -17,44 + 921: -28,44 + 924: -19,39 + 4819: -34,37 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteCornerSw + decals: + 2538: 34,46 + 2539: 37,53 + 2540: 43,53 + 2541: 38,32 + 2543: 42,42 + 2544: 42,36 + 2545: 42,32 + 2546: 42,28 + 2547: 42,23 + 2548: 34,23 + 2549: 26,23 + 2550: 26,26 + 2558: 51,26 + 2563: 65,26 + 2640: 34,28 + 2836: 52,46 + 2847: 52,49 + - node: + color: '#BA8841FF' + id: BrickTileWhiteCornerSw + decals: + 1954: -52,16 + 1955: -52,20 + 1956: -56,11 + 1957: -64,15 + 1958: -58,33 + 1959: -50,33 + 1960: -66,22 + 1967: -52,25 + 1985: -57,29 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteCornerSw + decals: + 2934: -63,0 + 2935: -55,0 + 2936: -63,-5 + 2937: -56,-4 + 3052: -63,-10 + 3071: -56,-9 + 3080: -54,-34 + 3081: -60,-30 + 3109: -60,-13 + 3233: -90,-6 + 3234: -98,-13 + 3235: -99,3 + 3236: -94,7 + 3237: -92,11 + 3238: -87,6 + 3239: -81,7 + 3240: -86,-1 + 3241: -74,-1 + 3242: -74,5 + 3243: -74,13 + 3244: -70,13 + 3245: -86,12 + 3246: -87,19 + 3247: -89,20 + 3248: -90,21 + 3249: -93,15 + 3250: -94,16 + 3251: -95,17 + 3252: -98,18 + 6667: -74,0 + - node: + color: '#FF974DFF' + id: BrickTileWhiteCornerSw + decals: + 2317: 15,-6 + 2318: 12,-3 + 2329: 12,2 + 2367: 15,-12 + - node: + color: '#B02E26FF' + id: BrickTileWhiteEndE + decals: + 877: -25,29 + - node: + color: '#334E6DFF' + id: BrickTileWhiteEndS + decals: + 1352: 27,41 + - node: + color: '#B02E26FF' + id: BrickTileWhiteEndW + decals: + 876: -31,29 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerNe + decals: + 1196: 2,34 + 1243: 19,40 + 1399: 19,56 + 1426: 21,57 + 1498: 15,21 + 1499: 11,22 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteInnerNe + decals: + 2448: -44,17 + 2464: -38,12 + - node: + color: '#845606FF' + id: BrickTileWhiteInnerNe + decals: + 3753: -16,-34 + 3754: -19,-25 + 3755: -10,-41 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteInnerNe + decals: + 1894: -25,-15 + 1895: 2,-13 + - node: + color: '#B02E26FF' + id: BrickTileWhiteInnerNe + decals: + 804: -8,34 + 859: -12,30 + 908: -13,36 + 1167: -33,22 + 1174: -10,21 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteInnerNe + decals: + 2491: 25,21 + 2504: 50,9 + 2828: 66,27 + 2830: 49,24 + 2831: 46,28 + 2834: 44,32 + 2850: 53,49 + 2854: 35,49 + 2855: 45,49 + - node: + color: '#BA8841FF' + id: BrickTileWhiteInnerNe + decals: + 2159: -60,30 + 2160: -59,27 + 2167: -53,36 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteInnerNe + decals: + 3171: -53,-33 + 3172: -59,-28 + 3362: -73,14 + 3375: -95,18 + 3376: -94,17 + 3377: -93,16 + 3378: -92,15 + 3379: -96,26 + 3380: -97,28 + 3381: -98,12 + 3382: -97,10 + 3383: -83,-4 + 3384: -81,-5 + 6672: -73,3 + 6677: -72,1 + - node: + color: '#FF974DFF' + id: BrickTileWhiteInnerNe + decals: + 2334: 16,-1 + 2344: 17,-2 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerNw + decals: + 1242: 17,40 + 1383: 23,50 + 1384: 24,51 + 1398: 17,56 + 1423: 15,57 + 1497: 22,21 + 1500: 7,22 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteInnerNw + decals: + 2445: -40,17 + 2446: -37,19 + 2447: -36,20 + 2465: -40,12 + 2466: -41,10 + - node: + color: '#845606FF' + id: BrickTileWhiteInnerNw + decals: + 3748: -17,-25 + 3749: -5,-24 + 3750: -14,-34 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteInnerNw + decals: + 567: -15,13 + 574: -12,3 + 596: -4,3 + 1893: -13,-15 + 1896: 0,-13 + 1901: 37,-14 + 4939: 6,15 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteInnerNw + decals: + 1176: 0,62 + - node: + color: '#B02E26FF' + id: BrickTileWhiteInnerNw + decals: + 743: -9,42 + 805: -6,34 + 806: -7,26 + 860: -14,30 + 1173: -4,21 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteInnerNw + decals: + 2832: 48,28 + 2835: 46,32 + 2851: 53,47 + 2852: 49,49 + 2853: 39,49 + - node: + color: '#BA8841FF' + id: BrickTileWhiteInnerNw + decals: + 2164: -65,27 + 2165: -64,30 + 2166: -57,36 + 2178: -46,9 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteInnerNw + decals: + 3370: -95,-2 + 3371: -94,-1 + 3372: -93,0 + 3373: -89,-5 + 3374: -87,-4 + 3415: -48,-2 + 4618: -92,1 + 6671: -73,3 + - node: + color: '#FF974DFF' + id: BrickTileWhiteInnerNw + decals: + 2332: 13,0 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerSe + decals: + 1197: 2,43 + 1337: 7,52 + 1372: 23,49 + 1397: 19,54 + 1424: 20,53 + 1425: 21,54 + 1501: 11,23 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteInnerSe + decals: + 2434: -42,21 + 2435: -39,22 + 2436: -37,23 + - node: + color: '#845606FF' + id: BrickTileWhiteInnerSe + decals: + 3558: -32,-17 + 3752: -16,-35 + 4929: -48,-45 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteInnerSe + decals: + 1789: 10,5 + 1948: -32,19 + 1952: 2,17 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteInnerSe + decals: + 1125: -16,63 + 1127: -26,61 + - node: + color: '#B02E26FF' + id: BrickTileWhiteInnerSe + decals: + 741: -6,39 + 875: -20,29 + 918: -23,47 + 4834: -33,44 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteInnerSe + decals: + 2829: 66,29 + - node: + color: '#BA8841FF' + id: BrickTileWhiteInnerSe + decals: + 2163: -54,29 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteInnerSe + decals: + 2957: -57,2 + 3174: -53,-12 + 3347: -97,-12 + 3348: -96,-10 + 3349: -98,4 + 3350: -97,6 + 3356: -81,21 + 3357: -83,20 + 3363: -73,16 + 3385: -95,-2 + 3386: -94,-1 + 3387: -93,0 + 3388: -92,1 + 6676: -72,1 + - node: + color: '#FF974DFF' + id: BrickTileWhiteInnerSe + decals: + 2330: 16,1 + 2335: 21,-3 + - node: + color: '#334E6DFF' + id: BrickTileWhiteInnerSw + decals: + 1351: 27,45 + 1371: 25,49 + 1400: 17,54 + 1427: 15,54 + 1502: 7,23 + - node: + color: '#845606FF' + id: BrickTileWhiteInnerSw + decals: + 3446: -6,-17 + 3751: -14,-35 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteInnerSw + decals: + 568: -12,12 + 573: -12,1 + 595: -4,1 + 1950: -9,19 + 1951: 0,17 + 1953: 36,18 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteInnerSw + decals: + 1126: -14,63 + 1177: 0,69 + 4805: -40,62 + 4806: -44,64 + - node: + color: '#9FED58FF' + id: BrickTileWhiteInnerSw + decals: + 4851: 6,-11 + - node: + color: '#B02E26FF' + id: BrickTileWhiteInnerSw + decals: + 742: -8,39 + 807: -8,24 + 874: -18,29 + 917: -14,44 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteInnerSw + decals: + 2849: 53,49 + - node: + color: '#BA8841FF' + id: BrickTileWhiteInnerSw + decals: + 2161: -56,29 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteInnerSw + decals: + 2958: -55,2 + 3173: -54,-30 + 3364: -87,20 + 3365: -89,21 + 3366: -92,15 + 3367: -93,16 + 3368: -94,17 + 3369: -95,18 + 3406: -48,7 + - node: + color: '#FF974DFF' + id: BrickTileWhiteInnerSw + decals: + 2331: 13,2 + 2333: 15,-3 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineE + decals: + 1182: 7,41 + 1183: 7,40 + 1184: 7,39 + 1185: 7,38 + 1186: 7,37 + 1187: 7,36 + 1188: 2,42 + 1189: 2,41 + 1190: 2,40 + 1191: 2,39 + 1192: 2,38 + 1193: 2,37 + 1194: 2,36 + 1195: 2,35 + 1215: 14,38 + 1216: 14,39 + 1238: 20,39 + 1239: 20,38 + 1240: 20,37 + 1241: 20,36 + 1253: 19,49 + 1254: 19,48 + 1255: 19,47 + 1256: 19,46 + 1257: 19,44 + 1258: 19,45 + 1259: 19,43 + 1260: 19,42 + 1261: 19,41 + 1266: 3,48 + 1267: 3,49 + 1268: 3,50 + 1269: 3,51 + 1270: 3,52 + 1271: 3,53 + 1272: 3,54 + 1273: 3,55 + 1274: 3,56 + 1275: 11,53 + 1276: 11,54 + 1277: 11,55 + 1278: 15,49 + 1279: 15,48 + 1280: 15,47 + 1281: 15,46 + 1282: 7,50 + 1283: 7,49 + 1284: 7,51 + 1304: 7,48 + 1350: 27,45 + 1353: 27,44 + 1354: 27,43 + 1355: 27,42 + 1374: 29,49 + 1375: 29,50 + 1376: 29,51 + 1394: 20,55 + 1404: 22,55 + 1405: 22,56 + 1434: 28,55 + 1465: 12,24 + 1466: 20,25 + 1467: 20,26 + 1468: 20,27 + 1469: 20,28 + 1470: 9,28 + 1471: 9,29 + 1472: 14,28 + 1473: 14,29 + - node: + color: '#354DA0FF' + id: BrickTileWhiteLineE + decals: + 6429: 36,2 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteLineE + decals: + 2419: -42,20 + 2461: -37,10 + 2462: -37,11 + 2473: 36,-2 + - node: + color: '#845606FF' + id: BrickTileWhiteLineE + decals: + 3602: -4,-24 + 3603: -4,-25 + 3604: -7,-21 + 3605: -7,-20 + 3606: -19,-20 + 3607: -19,-21 + 3608: -19,-22 + 3609: -19,-23 + 3610: -19,-24 + 3611: -13,-25 + 3612: -25,-21 + 3613: -25,-20 + 3614: -25,-25 + 3615: -19,-29 + 3616: -19,-30 + 3617: -19,-31 + 3618: -19,-32 + 3619: -19,-33 + 3620: -10,-35 + 3621: -10,-34 + 3622: -10,-30 + 3623: -10,-29 + 3625: -10,-39 + 3626: -10,-40 + 3627: -7,-42 + 3628: -16,-39 + 3629: -16,-40 + 3630: -16,-41 + 4860: -16,-42 + 4861: -16,-43 + 4862: -16,-44 + 4924: -48,-49 + 4925: -48,-46 + 4926: -22,-44 + 4927: -22,-43 + 4928: -22,-42 + 6364: -48,-47 + 6365: -48,-48 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteLineE + decals: + 393: -11,-2 + 394: -11,-1 + 395: -11,0 + 396: -11,1 + 397: -11,2 + 398: -11,3 + 399: -11,4 + 400: -11,5 + 401: -11,6 + 402: -11,7 + 403: -11,8 + 404: -11,9 + 405: -11,10 + 406: -11,11 + 407: -11,12 + 408: -11,13 + 409: -11,14 + 410: -11,15 + 472: -26,-2 + 473: -20,-2 + 474: -14,-2 + 475: -14,6 + 476: -20,6 + 477: -36,10 + 479: -26,6 + 579: 6,-2 + 580: 6,-1 + 581: 6,0 + 582: 6,1 + 583: 6,2 + 584: 6,3 + 585: 6,4 + 586: 6,5 + 587: 6,6 + 1653: 13,10 + 1654: 13,11 + 1655: 13,12 + 1656: 13,13 + 1657: 13,14 + 1658: 13,15 + 1749: 31,6 + 1773: 10,4 + 1774: 10,3 + 1775: 10,2 + 1776: 10,1 + 1777: 10,0 + 1778: 10,-1 + 1813: 2,10 + 1814: 2,9 + 1815: 2,11 + 1816: 2,12 + 1817: 2,13 + 1818: 2,14 + 1819: 2,15 + 1820: 2,16 + 1837: 2,-12 + 1838: 2,-11 + 1839: 2,-10 + 1840: 2,-9 + 1841: 2,-8 + 1842: 2,-7 + 1843: 2,-6 + 1844: 2,-5 + 2386: 10,-2 + 6692: 35,-7 + 6693: 35,-6 + 6695: 35,-5 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteLineE + decals: + 1046: -8,67 + 1047: -2,67 + 1048: -11,63 + 1049: -11,62 + 1050: -19,58 + 1051: -19,57 + 1052: -19,56 + 1053: -19,55 + 1054: -19,54 + 1055: -26,60 + 1056: -26,59 + 1057: -26,58 + 1058: -26,57 + 1059: -26,56 + 1060: -26,55 + 1061: -26,54 + 1062: -30,61 + 1063: -30,60 + 1064: -30,59 + 1065: -30,58 + 1109: -16,62 + 4775: -36,63 + 4776: -36,62 + 4777: -36,61 + 4778: -36,60 + 4779: -36,59 + 4780: -36,65 + 4781: -36,64 + 4782: -36,66 + - node: + color: '#9FED58FF' + id: BrickTileWhiteLineE + decals: + 2290: 13,-6 + 2291: 13,-7 + 2292: 13,-8 + 2293: 13,-9 + 2294: 13,-10 + 2295: 13,-11 + 2300: 10,-6 + 2301: 10,-7 + 2302: 10,-8 + 2303: 10,-9 + 2304: 10,-10 + 2305: 10,-11 + - node: + color: '#B02E26FF' + id: BrickTileWhiteLineE + decals: + 706: -21,41 + 707: -21,40 + 714: -30,40 + 715: -30,41 + 736: -5,42 + 737: -5,41 + 738: -5,40 + 744: -13,44 + 745: -13,43 + 746: -13,42 + 747: -13,41 + 748: -13,40 + 749: -13,39 + 750: -13,38 + 751: -13,37 + 752: -12,35 + 753: -12,34 + 754: -12,33 + 755: -12,32 + 756: -12,31 + 757: -9,29 + 758: -5,29 + 759: -5,28 + 760: -5,27 + 761: -5,26 + 762: -5,25 + 763: -5,24 + 764: -14,25 + 765: -33,34 + 766: -33,30 + 767: -17,41 + 768: -17,40 + 769: -23,46 + 770: -23,45 + 818: -5,33 + 819: -5,34 + 4822: -32,45 + 4823: -32,46 + 4824: -32,47 + 4825: -32,48 + 4826: -32,49 + 4827: -32,50 + 4828: -33,43 + 4829: -33,42 + 4830: -33,41 + 4831: -33,40 + 4832: -33,39 + 4833: -33,38 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteLineE + decals: + 2493: 50,20 + 2494: 50,19 + 2495: 50,18 + 2496: 50,17 + 2497: 50,16 + 2498: 50,15 + 2499: 50,14 + 2500: 50,13 + 2501: 50,12 + 2502: 50,11 + 2503: 50,10 + 2675: 32,29 + 2676: 32,28 + 2677: 32,27 + 2678: 40,29 + 2679: 40,25 + 2680: 40,24 + 2681: 49,25 + 2682: 49,29 + 2683: 46,29 + 2684: 50,37 + 2685: 50,38 + 2686: 50,39 + 2687: 49,33 + 2688: 44,33 + 2689: 40,43 + 2690: 40,42 + 2691: 40,41 + 2692: 40,40 + 2693: 40,39 + 2694: 40,38 + 2695: 40,37 + 2696: 40,36 + 2697: 40,35 + 2698: 40,34 + 2699: 40,33 + 2700: 50,47 + 2701: 50,48 + 2702: 50,49 + 2703: 50,50 + 2704: 35,50 + 2705: 45,50 + 2706: 41,54 + 2707: 41,55 + 2708: 41,56 + 2709: 47,56 + 2710: 47,55 + 2711: 47,54 + 2712: 49,43 + 2801: 66,28 + 2802: 63,29 + 2803: 63,28 + 2804: 63,27 + 2840: 53,50 + 2841: 54,48 + 2842: 54,47 + - node: + color: '#BA8841FF' + id: BrickTileWhiteLineE + decals: + 2072: -60,35 + 2073: -60,34 + 2074: -60,33 + 2075: -60,32 + 2076: -60,31 + 2077: -52,34 + 2078: -52,35 + 2079: -42,34 + 2080: -42,30 + 2081: -48,26 + 2082: -48,22 + 2083: -48,21 + 2084: -48,17 + 2085: -54,12 + 2086: -54,13 + 2087: -54,14 + 2088: -54,15 + 2089: -54,16 + 2090: -54,17 + 2091: -58,16 + 2092: -58,17 + 2093: -58,18 + 2094: -58,19 + 2095: -54,18 + 2096: -54,19 + 2097: -54,20 + 2098: -54,21 + 2099: -54,22 + 2100: -54,23 + 2101: -54,24 + 2102: -54,25 + 2103: -54,26 + 2104: -54,27 + 2105: -54,28 + 2153: -58,26 + 2154: -58,25 + 2155: -58,24 + 2156: -58,23 + 2157: -59,29 + 2158: -59,28 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteLineE + decals: + 2942: -50,4 + 2943: -50,3 + 2944: -50,2 + 2945: -50,1 + 2946: -50,-3 + 2947: -58,-3 + 2948: -58,-4 + 2949: -57,1 + 2965: -68,10 + 2966: -68,9 + 2967: -68,8 + 2968: -68,7 + 2969: -68,6 + 2970: -68,16 + 2971: -68,15 + 2972: -68,14 + 2973: -73,15 + 2974: -76,8 + 2975: -83,9 + 2976: -83,8 + 2977: -83,7 + 2978: -89,8 + 2979: -96,9 + 2980: -96,8 + 2981: -84,16 + 2982: -84,15 + 2983: -84,14 + 2984: -84,13 + 2985: -84,3 + 2986: -84,2 + 2987: -84,1 + 2988: -84,0 + 2989: -95,-4 + 2990: -95,-5 + 2991: -95,-6 + 2992: -95,-7 + 2993: -95,-8 + 2994: -95,-9 + 3042: -91,2 + 3043: -91,3 + 3044: -91,4 + 3045: -91,12 + 3046: -91,13 + 3047: -91,14 + 3063: -58,-8 + 3064: -58,-9 + 3065: -54,-7 + 3066: -54,-8 + 3112: -59,-16 + 3113: -59,-17 + 3114: -59,-18 + 3115: -59,-19 + 3116: -59,-20 + 3117: -59,-21 + 3118: -59,-22 + 3119: -59,-23 + 3120: -59,-24 + 3121: -59,-25 + 3122: -59,-26 + 3123: -59,-27 + 3124: -53,-29 + 3125: -53,-30 + 3126: -53,-31 + 3127: -53,-32 + 3223: -96,7 + 3317: -95,25 + 3318: -95,24 + 3319: -95,23 + 3320: -95,22 + 3321: -95,21 + 3322: -95,20 + 3323: -95,19 + 3345: -95,-3 + 3346: -96,-11 + 3351: -97,11 + 3352: -97,5 + 3353: -96,27 + 6675: -72,2 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineE + decals: + 478: -36,10 + - node: + color: '#FF974DFF' + id: BrickTileWhiteLineE + decals: + 2322: 17,2 + 2323: 16,0 + 2324: 21,-4 + 2325: 21,-5 + 2364: 21,-9 + 2365: 21,-10 + 2366: 21,-11 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineN + decals: + 1180: 5,42 + 1181: 6,42 + 1206: 10,40 + 1207: 11,40 + 1208: 12,40 + 1209: 13,40 + 1230: 18,50 + 1285: 10,56 + 1286: 9,56 + 1287: 8,56 + 1288: 7,56 + 1289: 6,56 + 1290: 10,50 + 1291: 11,50 + 1292: 12,50 + 1293: 13,50 + 1294: 14,50 + 1311: 10,43 + 1312: 11,43 + 1313: 12,43 + 1314: 13,43 + 1315: 14,43 + 1339: 22,46 + 1340: 23,46 + 1341: 24,46 + 1342: 25,46 + 1343: 26,46 + 1378: 22,50 + 1379: 25,52 + 1380: 26,52 + 1381: 27,52 + 1382: 28,52 + 1385: 18,57 + 1418: 16,58 + 1419: 17,58 + 1420: 18,58 + 1421: 19,58 + 1422: 20,58 + 1433: 27,56 + 1452: 5,30 + 1453: 6,30 + 1454: 7,30 + 1455: 8,30 + 1456: 12,30 + 1457: 13,30 + 1458: 18,29 + 1459: 19,29 + 1460: 7,25 + 1461: 8,25 + 1462: 9,25 + 1463: 10,25 + 1464: 11,25 + 1491: 16,21 + 1492: 17,21 + 1493: 18,21 + 1494: 19,21 + 1495: 20,21 + 1496: 21,21 + - node: + color: '#354DA0FF' + id: BrickTileWhiteLineN + decals: + 6425: 35,3 + 6426: 34,3 + - node: + color: '#474F52FF' + id: BrickTileWhiteLineN + decals: + 689: -28,75 + 690: -27,75 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteLineN + decals: + 2425: -42,24 + 2426: -41,24 + 2427: -40,24 + 2428: -39,24 + 2429: -38,24 + 2430: -37,24 + 2439: -43,17 + 2440: -42,17 + 2441: -41,17 + 2442: -39,19 + 2443: -38,19 + 2449: -39,13 + 2471: 34,-1 + 2472: 35,-1 + - node: + color: '#845606FF' + id: BrickTileWhiteLineN + decals: + 3416: -16,-19 + 3417: -15,-19 + 3418: -14,-19 + 3419: -13,-19 + 3420: -11,-19 + 3421: -12,-19 + 3422: -10,-19 + 3423: -9,-19 + 3424: -8,-19 + 3656: -22,-19 + 3657: -21,-19 + 3658: -20,-19 + 3659: -30,-19 + 3660: -29,-19 + 3661: -28,-19 + 3662: -27,-19 + 3663: -26,-19 + 3664: -30,-24 + 3665: -29,-24 + 3666: -28,-24 + 3667: -27,-24 + 3668: -26,-24 + 3669: -21,-28 + 3670: -20,-28 + 3671: -16,-28 + 3672: -15,-28 + 3673: -14,-28 + 3674: -13,-28 + 3675: -12,-28 + 3676: -11,-28 + 3677: -11,-33 + 3678: -12,-33 + 3679: -13,-33 + 3680: -13,-38 + 3681: -12,-38 + 3682: -11,-38 + 3683: -9,-41 + 3684: -8,-41 + 3685: -17,-38 + 3686: -18,-38 + 3687: -19,-38 + 3688: -18,-25 + 3703: -15,-34 + 3734: -6,-24 + 3735: -7,-24 + 3736: -8,-24 + 3737: -9,-24 + 3738: -10,-24 + 3739: -14,-24 + 3740: -15,-24 + 3741: -16,-24 + 4899: -23,-41 + 4900: -24,-41 + 4901: -25,-41 + 4902: -26,-41 + 4903: -27,-41 + 4904: -28,-41 + 4905: -31,-41 + 4906: -32,-41 + 4907: -33,-41 + 4908: -36,-41 + 4909: -37,-41 + 4910: -38,-41 + 4911: -39,-41 + 4912: -40,-41 + 4913: -41,-41 + 4914: -42,-41 + 4915: -43,-41 + 4916: -44,-41 + 4917: -45,-41 + 4918: -46,-41 + 4919: -47,-41 + 4920: -48,-41 + 4921: -49,-41 + 4922: -50,-41 + 4923: -51,-41 + 4934: -22,-28 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteLineN + decals: + 412: -14,16 + 413: -13,16 + 414: -12,16 + 415: -16,13 + 416: -17,13 + 417: -19,13 + 418: -18,13 + 419: -20,13 + 420: -21,13 + 421: -22,13 + 422: -23,13 + 423: -24,13 + 424: -25,13 + 425: -26,13 + 426: -3,7 + 427: -2,7 + 428: -1,7 + 429: 0,7 + 430: 1,7 + 431: 2,7 + 432: 3,7 + 433: 4,7 + 434: 5,7 + 435: -29,13 + 436: -28,13 + 437: -27,13 + 438: -29,3 + 439: -28,3 + 440: -27,3 + 441: -26,3 + 442: -25,3 + 443: -24,3 + 444: -23,3 + 445: -22,3 + 446: -21,3 + 447: -20,3 + 448: -19,3 + 449: -18,3 + 450: -17,3 + 451: -16,3 + 452: -15,3 + 453: -14,3 + 454: -15,7 + 455: -16,7 + 456: -17,7 + 457: -22,7 + 458: -21,7 + 459: -23,7 + 460: -27,7 + 461: -28,7 + 462: -29,7 + 463: -29,-1 + 464: -28,-1 + 465: -27,-1 + 466: -22,-1 + 467: -21,-1 + 468: -23,-1 + 469: -17,-1 + 470: -16,-1 + 471: -15,-1 + 571: -13,3 + 602: -8,3 + 603: -6,3 + 604: -5,3 + 1503: 12,16 + 1504: 11,16 + 1505: 10,16 + 1506: 9,16 + 1507: 8,16 + 1508: 7,16 + 1509: 30,7 + 1510: 29,7 + 1511: 28,7 + 1512: 27,7 + 1513: 26,7 + 1514: 25,7 + 1515: 24,7 + 1516: 23,7 + 1517: 22,7 + 1518: 21,7 + 1519: 20,7 + 1520: 19,7 + 1521: 18,7 + 1522: 17,7 + 1523: 16,7 + 1524: 15,7 + 1525: 14,7 + 1526: 13,7 + 1527: 12,7 + 1528: 11,7 + 1529: 10,7 + 1530: 9,7 + 1845: 6,-14 + 1846: 7,-14 + 1847: 11,-14 + 1848: 12,-14 + 1849: 13,-14 + 1850: 14,-14 + 1851: 15,-14 + 1852: 16,-14 + 1853: 17,-14 + 1854: 18,-14 + 1855: 19,-14 + 1856: 20,-14 + 1857: 21,-14 + 1858: 22,-14 + 1859: 23,-14 + 1860: 24,-14 + 1861: 25,-14 + 1862: 26,-14 + 1863: 27,-14 + 1864: 28,-14 + 1865: 29,-14 + 1866: 30,-14 + 1867: 31,-14 + 1868: 32,-14 + 1869: 33,-14 + 1870: 34,-14 + 1871: 35,-14 + 1872: 36,-14 + 1873: -4,-14 + 1874: -5,-14 + 1875: -6,-14 + 1876: -7,-14 + 1877: -8,-14 + 1878: -9,-14 + 1879: -10,-14 + 1880: -11,-14 + 1881: -24,-15 + 1882: -23,-15 + 1883: -22,-15 + 1884: -21,-15 + 1885: -20,-15 + 1886: -19,-15 + 1887: -18,-15 + 1888: -17,-15 + 1889: -15,-15 + 1890: -14,-15 + 1891: -12,-14 + 1897: -1,-13 + 1898: -2,-13 + 1899: 3,-13 + 1900: 4,-13 + 2887: -7,3 + 4852: -16,-15 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteLineN + decals: + 1007: -27,64 + 1008: -26,64 + 1009: -25,64 + 1010: -24,64 + 1011: -23,64 + 1012: -22,64 + 1013: -21,64 + 1014: -20,64 + 1015: -19,64 + 1016: -18,64 + 1017: -17,64 + 1018: -16,64 + 1019: -15,64 + 1020: -14,64 + 1021: -13,64 + 1022: -12,64 + 1023: -8,64 + 1024: -4,64 + 1025: -3,64 + 1026: -9,68 + 1027: -10,68 + 1028: -11,68 + 1029: -5,68 + 1030: -4,68 + 1031: -3,68 + 1032: -23,59 + 1033: -22,59 + 1034: -21,59 + 1035: -20,59 + 1042: -31,62 + 4791: -44,67 + 4792: -43,67 + 4793: -42,67 + 4794: -41,67 + 4795: -40,67 + 4796: -39,67 + 4797: -37,67 + 4798: -38,67 + 4807: -33,64 + 4808: -32,64 + 4809: -31,64 + 4810: -30,64 + 4811: -34,64 + - node: + color: '#9FED58FF' + id: BrickTileWhiteLineN + decals: + 2285: 6,-5 + 2286: 7,-5 + 2287: 9,-5 + 2288: 11,-5 + 2289: 12,-5 + - node: + color: '#B02E26FF' + id: BrickTileWhiteLineN + decals: + 700: -27,42 + 701: -26,42 + 702: -25,42 + 703: -24,42 + 704: -23,42 + 705: -22,42 + 732: -10,42 + 733: -8,43 + 734: -7,43 + 735: -6,43 + 797: -8,26 + 798: -9,26 + 799: -10,26 + 800: -11,26 + 826: -22,26 + 827: -21,26 + 828: -20,26 + 829: -19,26 + 830: -18,26 + 831: -17,26 + 832: -16,26 + 833: -15,26 + 846: -7,34 + 847: -17,30 + 848: -18,30 + 849: -19,30 + 850: -20,30 + 851: -21,30 + 852: -22,30 + 853: -16,30 + 854: -15,30 + 855: -11,30 + 856: -10,30 + 878: -30,29 + 879: -29,29 + 880: -28,29 + 881: -27,29 + 882: -26,29 + 902: -34,31 + 903: -35,31 + 904: -36,31 + 905: -36,35 + 906: -35,35 + 907: -34,35 + 910: -14,45 + 911: -15,45 + 912: -16,45 + 927: -27,48 + 928: -26,48 + 929: -25,48 + 930: -24,48 + 931: -23,48 + 932: -22,48 + 933: -21,48 + 934: -20,48 + 935: -18,42 + 1145: -24,22 + 1146: -23,22 + 1147: -22,22 + 1148: -21,22 + 1149: -20,22 + 1150: -19,22 + 1151: -18,22 + 1152: -17,22 + 1153: -16,22 + 1154: -15,22 + 1155: -14,22 + 1156: -13,22 + 1157: -12,22 + 1158: -11,22 + 1159: -25,22 + 1160: -26,22 + 1161: -27,22 + 1162: -28,22 + 1163: -29,22 + 1164: -30,22 + 1165: -31,22 + 1166: -32,22 + 1168: -6,21 + 1169: -9,21 + 1170: -5,21 + 1171: -8,21 + 1172: -7,21 + 4848: -33,51 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteLineN + decals: + 2481: 49,21 + 2482: 44,21 + 2483: 43,21 + 2484: 42,21 + 2485: 41,21 + 2486: 40,21 + 2487: 34,21 + 2488: 33,21 + 2489: 32,21 + 2490: 31,21 + 2573: 27,30 + 2574: 28,30 + 2575: 29,30 + 2576: 30,30 + 2577: 31,30 + 2578: 35,30 + 2579: 36,30 + 2580: 37,30 + 2581: 38,30 + 2582: 39,30 + 2583: 39,44 + 2584: 40,51 + 2585: 41,51 + 2586: 42,51 + 2587: 43,51 + 2588: 44,51 + 2589: 38,57 + 2590: 39,57 + 2591: 40,57 + 2592: 44,57 + 2593: 45,57 + 2594: 46,57 + 2595: 36,49 + 2596: 37,49 + 2597: 38,49 + 2598: 46,49 + 2599: 47,49 + 2600: 48,49 + 2601: 43,44 + 2602: 44,44 + 2603: 45,44 + 2604: 46,44 + 2605: 47,44 + 2606: 48,44 + 2607: 43,40 + 2608: 45,40 + 2609: 46,40 + 2610: 47,40 + 2611: 49,40 + 2612: 43,34 + 2613: 47,34 + 2614: 48,34 + 2615: 43,30 + 2616: 44,30 + 2617: 45,30 + 2618: 47,28 + 2619: 48,26 + 2620: 47,26 + 2621: 46,26 + 2622: 45,26 + 2623: 44,26 + 2624: 43,26 + 2625: 39,26 + 2626: 38,26 + 2627: 37,26 + 2628: 36,26 + 2629: 27,24 + 2630: 28,24 + 2631: 29,24 + 2632: 30,24 + 2633: 31,24 + 2713: 45,32 + 2805: 52,30 + 2806: 53,30 + 2807: 54,30 + 2808: 55,30 + 2809: 56,30 + 2810: 57,30 + 2811: 58,30 + 2812: 59,30 + 2813: 60,30 + 2814: 61,30 + 2815: 62,30 + 2816: 66,30 + 2817: 67,30 + 2827: 67,27 + 2833: 35,26 + 6664: 44,40 + 6665: 48,40 + - node: + color: '#BA8841FF' + id: BrickTileWhiteLineN + decals: + 1992: -56,37 + 1993: -55,37 + 1994: -54,37 + 1995: -61,36 + 1996: -62,36 + 1997: -63,36 + 1998: -56,31 + 1999: -55,31 + 2000: -54,31 + 2001: -53,31 + 2002: -52,31 + 2003: -51,31 + 2004: -50,31 + 2005: -49,31 + 2006: -48,31 + 2007: -47,31 + 2008: -46,31 + 2009: -45,31 + 2010: -44,31 + 2011: -43,31 + 2012: -43,35 + 2013: -44,35 + 2014: -45,35 + 2015: -46,35 + 2016: -47,35 + 2017: -48,35 + 2018: -49,35 + 2019: -49,27 + 2020: -50,27 + 2021: -51,27 + 2022: -51,23 + 2023: -50,23 + 2024: -49,23 + 2025: -49,18 + 2026: -50,18 + 2027: -51,18 + 2028: -59,20 + 2029: -60,20 + 2030: -61,20 + 2031: -62,20 + 2032: -63,20 + 2168: -57,9 + 2169: -56,9 + 2170: -55,9 + 2171: -54,9 + 2172: -53,9 + 2173: -52,9 + 2174: -51,9 + 2175: -50,9 + 2176: -48,9 + 2177: -47,9 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteLineN + decals: + 2888: -62,5 + 2889: -61,5 + 2890: -60,5 + 2891: -59,5 + 2892: -58,5 + 2893: -61,-2 + 2894: -62,-2 + 2895: -60,-2 + 2896: -59,-2 + 2897: -57,5 + 2898: -56,5 + 2899: -55,5 + 2900: -54,5 + 2901: -53,5 + 2902: -52,5 + 2903: -51,5 + 2904: -55,-2 + 2905: -54,-2 + 2906: -53,-2 + 2907: -52,-2 + 2908: -51,-2 + 3058: -62,-7 + 3059: -61,-7 + 3060: -60,-7 + 3061: -59,-7 + 3062: -55,-6 + 3082: -59,-12 + 3083: -58,-12 + 3084: -57,-12 + 3085: -55,-11 + 3086: -54,-11 + 3087: -53,-11 + 3088: -52,-11 + 3089: -51,-11 + 3090: -58,-28 + 3091: -57,-28 + 3092: -56,-28 + 3093: -55,-28 + 3094: -54,-28 + 3095: -52,-33 + 3096: -51,-33 + 3097: -50,-33 + 3098: -49,-33 + 3099: -48,-33 + 3100: -47,-33 + 3101: -46,-33 + 3102: -45,-33 + 3103: -44,-33 + 3104: -43,-33 + 3105: -42,-33 + 3106: -41,-33 + 3107: -40,-33 + 3108: -39,-33 + 3294: -73,11 + 3295: -72,11 + 3296: -71,11 + 3297: -70,11 + 3298: -69,11 + 3299: -77,9 + 3300: -78,9 + 3301: -79,9 + 3302: -80,9 + 3303: -84,10 + 3304: -85,10 + 3305: -86,10 + 3306: -85,17 + 3307: -89,22 + 3308: -88,22 + 3309: -87,22 + 3310: -86,22 + 3311: -85,22 + 3312: -84,22 + 3313: -83,22 + 3314: -82,22 + 3315: -81,22 + 3324: -93,9 + 3325: -92,9 + 3326: -91,9 + 3327: -90,9 + 3333: -85,4 + 3338: -88,-4 + 3339: -86,-3 + 3340: -85,-3 + 3341: -84,-3 + 3342: -82,-4 + 3343: -97,-2 + 3344: -96,-2 + 3361: -73,17 + - node: + color: '#FF974DFF' + id: BrickTileWhiteLineN + decals: + 2345: 18,-2 + 2346: 19,-2 + 2347: 20,-2 + 2348: 21,-2 + 2349: 22,-2 + 2350: 23,-2 + 2351: 24,-2 + 2352: 25,-2 + 2353: 26,-2 + 2354: 27,-2 + 2355: 16,3 + 2356: 15,3 + 2357: 14,3 + 2358: 13,3 + 2371: 16,-8 + 2372: 17,-8 + 2373: 19,-8 + 2374: 18,-8 + 2375: 20,-8 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineS + decals: + 1217: 10,37 + 1218: 11,37 + 1219: 12,37 + 1220: 13,37 + 1221: 6,35 + 1222: 5,35 + 1231: 17,35 + 1232: 18,35 + 1233: 19,35 + 1306: 10,42 + 1307: 11,42 + 1308: 12,42 + 1309: 13,42 + 1310: 14,42 + 1316: 6,47 + 1317: 10,45 + 1318: 11,45 + 1319: 12,45 + 1320: 13,45 + 1321: 14,45 + 1334: 8,52 + 1335: 9,52 + 1336: 10,52 + 1345: 22,45 + 1346: 23,45 + 1347: 24,45 + 1348: 25,45 + 1349: 26,45 + 1367: 22,48 + 1368: 26,48 + 1369: 27,48 + 1370: 28,48 + 1373: 24,49 + 1395: 18,53 + 1401: 17,52 + 1402: 18,52 + 1403: 19,52 + 1432: 27,54 + 1483: 18,24 + 1484: 19,24 + 1485: 8,27 + 1486: 7,27 + 1487: 6,27 + 1488: 5,27 + 1489: 12,27 + 1490: 13,27 + - node: + color: '#354DA0FF' + id: BrickTileWhiteLineS + decals: + 6427: 34,1 + 6428: 35,1 + - node: + color: '#474F52FF' + id: BrickTileWhiteLineS + decals: + 691: -28,73 + 692: -27,73 + 693: -29,74 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteLineS + decals: + 2431: -41,21 + 2432: -40,21 + 2433: -38,22 + 2457: -41,9 + 2458: -40,9 + 2459: -39,9 + 2460: -38,9 + 2474: 34,-3 + 2475: 35,-3 + - node: + color: '#845606FF' + id: BrickTileWhiteLineS + decals: + 3425: -27,-17 + 3426: -26,-17 + 3427: -25,-17 + 3428: -24,-17 + 3429: -23,-17 + 3430: -22,-17 + 3431: -21,-17 + 3432: -20,-17 + 3433: -19,-17 + 3434: -18,-17 + 3435: -17,-17 + 3436: -16,-17 + 3437: -15,-17 + 3438: -14,-17 + 3439: -13,-17 + 3440: -12,-17 + 3441: -11,-17 + 3442: -10,-17 + 3443: -9,-17 + 3444: -8,-17 + 3445: -7,-17 + 3689: -30,-22 + 3690: -29,-22 + 3691: -28,-22 + 3692: -27,-22 + 3693: -26,-22 + 3694: -30,-26 + 3695: -29,-26 + 3696: -28,-26 + 3697: -27,-26 + 3698: -26,-26 + 3699: -13,-36 + 3700: -12,-36 + 3701: -11,-36 + 3702: -15,-35 + 3704: -16,-31 + 3705: -15,-31 + 3706: -14,-31 + 3707: -13,-31 + 3708: -12,-31 + 3709: -11,-31 + 3710: -17,-26 + 3711: -16,-26 + 3712: -15,-26 + 3713: -14,-26 + 3714: -18,-26 + 3715: -19,-26 + 3716: -20,-26 + 3717: -21,-26 + 3718: -22,-26 + 3719: -16,-22 + 3720: -15,-22 + 3721: -14,-22 + 3722: -13,-22 + 3723: -12,-22 + 3724: -11,-22 + 3725: -10,-22 + 3726: -9,-22 + 3727: -8,-22 + 3728: -10,-26 + 3729: -9,-26 + 3730: -8,-26 + 3731: -7,-26 + 3732: -6,-26 + 3733: -5,-26 + 3742: -13,-43 + 3743: -12,-43 + 3744: -11,-43 + 3745: -10,-43 + 3746: -9,-43 + 3747: -8,-43 + 4863: -19,-45 + 4864: -18,-45 + 4865: -17,-45 + 4874: -51,-50 + 4875: -50,-50 + 4876: -49,-50 + 4877: -47,-45 + 4878: -46,-45 + 4879: -45,-45 + 4880: -44,-45 + 4881: -44,-45 + 4882: -43,-45 + 4883: -42,-45 + 4884: -41,-45 + 4885: -40,-45 + 4886: -39,-45 + 4887: -38,-45 + 4888: -37,-45 + 4889: -36,-45 + 4890: -33,-45 + 4891: -32,-45 + 4892: -31,-45 + 4893: -28,-45 + 4894: -27,-45 + 4895: -26,-45 + 4896: -25,-45 + 4897: -24,-45 + 4898: -23,-45 + 4931: -22,-36 + 4932: -21,-36 + 4933: -20,-36 + 6568: -17,-36 + 6569: -18,-36 + 6570: -19,-36 + 6571: -20,-36 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteLineS + decals: + 505: -29,-3 + 506: -28,-3 + 507: -27,-3 + 508: -23,-3 + 509: -22,-3 + 510: -21,-3 + 511: -29,5 + 512: -28,5 + 513: -27,5 + 514: -21,5 + 515: -22,5 + 516: -23,5 + 517: -17,5 + 518: -16,5 + 519: -15,5 + 520: -15,-3 + 521: -16,-3 + 522: -17,-3 + 523: -14,1 + 524: -15,1 + 525: -16,1 + 526: -17,1 + 527: -18,1 + 528: -19,1 + 529: -20,1 + 530: -21,1 + 531: -22,1 + 532: -23,1 + 533: -24,1 + 534: -25,1 + 535: -26,1 + 536: -27,1 + 537: -28,1 + 538: -29,1 + 547: -14,12 + 548: -15,12 + 549: -16,12 + 550: -17,12 + 551: -18,12 + 552: -19,12 + 553: -20,12 + 554: -21,12 + 555: -22,12 + 556: -23,12 + 557: -24,12 + 558: -25,12 + 559: -26,12 + 560: -27,12 + 561: -28,12 + 562: -29,12 + 563: -13,12 + 572: -13,1 + 591: -8,1 + 592: -7,1 + 593: -6,1 + 594: -5,1 + 605: -3,-3 + 606: -2,-3 + 607: -1,-3 + 608: 0,-3 + 609: 1,-3 + 610: 2,-3 + 611: 3,-3 + 612: 4,-3 + 613: 5,-3 + 1750: 30,5 + 1751: 29,5 + 1752: 28,5 + 1753: 27,5 + 1754: 26,5 + 1755: 25,5 + 1756: 24,5 + 1757: 23,5 + 1758: 22,5 + 1759: 21,5 + 1760: 20,5 + 1761: 19,5 + 1762: 18,5 + 1763: 17,5 + 1764: 16,5 + 1765: 15,5 + 1766: 14,5 + 1767: 13,5 + 1768: 12,5 + 1769: 11,5 + 1805: 9,-3 + 1806: 6,9 + 1807: 7,9 + 1808: 8,9 + 1809: 9,9 + 1810: 10,9 + 1811: 11,9 + 1812: 12,9 + 1902: 35,18 + 1903: 34,18 + 1904: 33,18 + 1905: 32,18 + 1906: 31,18 + 1907: 30,18 + 1908: 26,18 + 1909: 25,18 + 1910: 24,18 + 1911: 23,18 + 1912: 22,18 + 1913: 21,18 + 1914: 15,18 + 1915: 14,18 + 1916: 13,18 + 1917: 12,18 + 1918: 11,18 + 1919: 10,18 + 1920: 9,18 + 1921: 8,18 + 1922: 7,18 + 1923: 6,18 + 1924: 3,17 + 1925: 4,17 + 1926: -1,17 + 1927: -2,17 + 1928: -4,18 + 1929: -5,18 + 1930: -6,18 + 1931: -7,18 + 1932: -8,18 + 1933: -10,19 + 1934: -16,19 + 1935: -17,19 + 1936: -18,19 + 1937: -19,19 + 1938: -21,19 + 1939: -22,19 + 1940: -23,19 + 1941: -24,19 + 1942: -25,19 + 1943: -26,19 + 1944: -28,19 + 1945: -29,19 + 1946: -30,19 + 1947: -31,19 + 3849: -27,19 + 4617: -20,19 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteLineS + decals: + 1080: -23,53 + 1081: -22,53 + 1082: -21,53 + 1083: -20,53 + 1084: -24,61 + 1085: -23,61 + 1086: -24,61 + 1087: -25,61 + 1088: -22,61 + 1089: -21,61 + 1090: -20,61 + 1091: -19,61 + 1092: -18,61 + 1093: -17,61 + 1094: -13,61 + 1095: -12,61 + 1096: -11,66 + 1097: -10,66 + 1098: -9,66 + 1099: -5,66 + 1100: -4,66 + 1101: -3,66 + 1102: -4,63 + 1103: -3,63 + 1104: -8,63 + 1124: -15,63 + 1128: -31,57 + 4770: -27,53 + 4771: -37,58 + 4772: -38,58 + 4773: -39,58 + 4774: -43,62 + 4783: -42,62 + 4784: -41,62 + 4812: -34,64 + 4813: -33,64 + 4814: -32,64 + 4815: -31,64 + 4816: -30,64 + - node: + color: '#9FED58FF' + id: BrickTileWhiteLineS + decals: + 2276: 12,-12 + 2277: 11,-12 + 2278: 9,-12 + 2279: 7,-12 + - node: + color: '#B02E26FF' + id: BrickTileWhiteLineS + decals: + 708: -27,39 + 709: -26,39 + 710: -25,39 + 711: -24,39 + 712: -23,39 + 713: -22,39 + 726: -10,39 + 727: -9,39 + 729: -7,38 + 808: -9,24 + 809: -10,24 + 810: -11,24 + 811: -7,23 + 812: -6,23 + 813: -8,32 + 814: -7,32 + 815: -6,32 + 834: -22,24 + 835: -21,24 + 836: -20,24 + 837: -19,24 + 838: -18,24 + 839: -17,24 + 840: -16,24 + 841: -15,24 + 862: -22,28 + 863: -21,28 + 864: -19,29 + 865: -17,28 + 866: -16,28 + 867: -15,28 + 868: -14,28 + 869: -13,28 + 870: -12,28 + 871: -11,28 + 872: -10,28 + 883: -30,29 + 884: -29,29 + 885: -28,29 + 886: -27,29 + 887: -26,29 + 888: -34,29 + 889: -35,29 + 890: -36,29 + 899: -36,33 + 900: -35,33 + 901: -34,33 + 915: -16,44 + 916: -15,44 + 941: -18,39 + 942: -22,47 + 943: -21,47 + 944: -20,47 + 946: -27,44 + 947: -26,44 + 948: -25,44 + 949: -24,44 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteLineS + decals: + 2714: 43,32 + 2715: 44,32 + 2716: 45,32 + 2717: 46,32 + 2718: 47,32 + 2719: 48,32 + 2720: 48,28 + 2721: 47,28 + 2722: 46,28 + 2723: 45,28 + 2724: 44,28 + 2725: 43,28 + 2726: 43,23 + 2727: 44,23 + 2728: 45,23 + 2729: 46,23 + 2730: 47,23 + 2731: 48,23 + 2732: 49,23 + 2733: 39,23 + 2734: 38,23 + 2735: 37,23 + 2736: 36,23 + 2737: 35,23 + 2738: 31,23 + 2739: 30,23 + 2740: 29,23 + 2741: 28,23 + 2742: 27,23 + 2743: 27,26 + 2744: 28,26 + 2745: 29,26 + 2746: 30,26 + 2747: 31,26 + 2748: 35,28 + 2749: 36,28 + 2750: 37,28 + 2751: 38,28 + 2752: 39,28 + 2753: 39,32 + 2754: 35,46 + 2755: 36,46 + 2756: 37,46 + 2757: 38,46 + 2758: 39,46 + 2759: 40,46 + 2760: 41,46 + 2761: 42,46 + 2762: 43,46 + 2763: 44,46 + 2764: 45,46 + 2765: 46,46 + 2766: 47,46 + 2767: 48,46 + 2768: 49,46 + 2769: 44,53 + 2770: 38,53 + 2771: 45,53 + 2772: 46,53 + 2773: 39,53 + 2774: 40,53 + 2775: 48,42 + 2776: 47,42 + 2777: 46,42 + 2778: 45,42 + 2779: 44,42 + 2780: 43,42 + 2781: 43,36 + 2782: 44,36 + 2783: 45,36 + 2784: 46,36 + 2785: 47,36 + 2786: 48,36 + 2787: 49,36 + 2788: 52,26 + 2789: 53,26 + 2790: 54,26 + 2791: 55,26 + 2792: 56,26 + 2793: 57,26 + 2794: 58,26 + 2795: 59,26 + 2796: 60,26 + 2797: 61,26 + 2798: 62,26 + 2799: 66,26 + 2800: 67,26 + 2826: 67,29 + 2844: 53,46 + - node: + color: '#BA8841FF' + id: BrickTileWhiteLineS + decals: + 2035: -55,11 + 2036: -49,16 + 2037: -50,16 + 2038: -51,16 + 2039: -51,20 + 2040: -50,20 + 2041: -49,20 + 2042: -59,22 + 2043: -60,22 + 2044: -61,22 + 2045: -62,22 + 2046: -63,22 + 2047: -64,22 + 2048: -65,22 + 2049: -53,29 + 2050: -52,29 + 2051: -51,29 + 2052: -50,29 + 2053: -49,29 + 2054: -48,29 + 2055: -47,29 + 2056: -46,29 + 2057: -45,29 + 2058: -44,29 + 2059: -43,29 + 2060: -57,33 + 2061: -56,33 + 2062: -55,33 + 2063: -54,33 + 2064: -53,33 + 2065: -49,33 + 2066: -48,33 + 2067: -47,33 + 2068: -46,33 + 2069: -45,33 + 2070: -44,33 + 2071: -43,33 + 2108: -63,15 + 2109: -62,15 + 2110: -61,15 + 2111: -60,15 + 2112: -59,15 + 2113: -51,25 + 2114: -50,25 + 2115: -49,25 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteLineS + decals: + 2909: -55,-4 + 2910: -54,-4 + 2911: -53,-4 + 2912: -52,-4 + 2913: -51,-4 + 2914: -62,-5 + 2915: -61,-5 + 2916: -60,-5 + 2917: -59,-5 + 2918: -54,0 + 2919: -53,0 + 2920: -52,0 + 2921: -51,0 + 2922: -58,0 + 2923: -59,0 + 2924: -60,0 + 2925: -61,0 + 2926: -62,0 + 2927: -56,2 + 3054: -62,-10 + 3055: -61,-10 + 3056: -60,-10 + 3057: -59,-10 + 3072: -55,-9 + 3145: -59,-13 + 3146: -58,-13 + 3147: -57,-13 + 3148: -56,-13 + 3149: -55,-13 + 3150: -54,-13 + 3151: -59,-30 + 3152: -58,-30 + 3153: -57,-30 + 3154: -56,-30 + 3155: -55,-30 + 3156: -53,-34 + 3157: -52,-34 + 3158: -51,-34 + 3159: -50,-34 + 3160: -49,-34 + 3161: -48,-34 + 3162: -47,-34 + 3163: -46,-34 + 3164: -45,-34 + 3165: -44,-34 + 3166: -43,-34 + 3167: -42,-34 + 3168: -41,-34 + 3169: -40,-34 + 3170: -39,-34 + 3175: -52,-12 + 3176: -51,-12 + 3177: -69,5 + 3178: -70,5 + 3179: -71,5 + 3180: -72,5 + 3181: -73,5 + 3182: -73,13 + 3183: -69,13 + 3184: -73,-1 + 3185: -77,7 + 3186: -78,7 + 3187: -79,7 + 3188: -80,7 + 3189: -84,6 + 3190: -85,6 + 3191: -86,6 + 3192: -90,7 + 3193: -91,7 + 3194: -92,7 + 3195: -93,7 + 3196: -85,12 + 3197: -97,18 + 3198: -85,-1 + 3199: -89,-6 + 3200: -88,-6 + 3201: -87,-6 + 3202: -86,-6 + 3203: -85,-6 + 3204: -84,-6 + 3205: -83,-6 + 3206: -82,-6 + 3207: -81,-6 + 3316: -96,18 + 3354: -88,20 + 3355: -82,20 + 3358: -84,19 + 3359: -85,19 + 3360: -86,19 + 3389: -66,7 + 3390: -65,7 + 3391: -64,7 + 3392: -63,7 + 3393: -62,7 + 3394: -61,7 + 3395: -60,7 + 3396: -59,7 + 3397: -58,7 + 3398: -57,7 + 3399: -56,7 + 3400: -55,7 + 3401: -54,7 + 3402: -53,7 + 3403: -52,7 + 3404: -51,7 + 3405: -50,7 + 6668: -73,0 + - node: + color: '#FF974DFF' + id: BrickTileWhiteLineS + decals: + 2336: 14,-3 + 2337: 13,-3 + 2338: 22,-3 + 2339: 23,-3 + 2340: 24,-3 + 2341: 25,-3 + 2342: 26,-3 + 2343: 27,-3 + 2376: 16,-12 + 2377: 17,-12 + 2378: 18,-12 + 2379: 19,-12 + 2380: 20,-12 + 2381: 16,-6 + 2382: 17,-6 + 2383: 18,-6 + 2384: 19,-6 + 2385: 20,-6 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineW + decals: + 1198: 4,41 + 1199: 4,40 + 1200: 4,39 + 1201: 4,38 + 1202: 4,37 + 1203: 4,36 + 1213: 9,38 + 1214: 9,39 + 1234: 16,36 + 1235: 16,37 + 1236: 16,38 + 1237: 16,39 + 1244: 17,41 + 1245: 17,42 + 1246: 17,43 + 1247: 17,44 + 1248: 17,45 + 1249: 17,46 + 1250: 17,47 + 1251: 17,48 + 1252: 17,49 + 1322: 9,46 + 1323: 9,47 + 1324: 9,48 + 1325: 9,49 + 1326: 5,55 + 1327: 5,54 + 1328: 5,53 + 1329: 5,52 + 1330: 5,51 + 1331: 5,50 + 1332: 5,49 + 1333: 5,48 + 1356: 27,42 + 1357: 27,43 + 1358: 27,44 + 1377: 21,49 + 1396: 16,55 + 1406: 14,55 + 1407: 14,56 + 1435: 26,55 + 1474: 6,24 + 1475: 11,29 + 1476: 4,28 + 1477: 11,28 + 1478: 4,29 + 1479: 17,28 + 1480: 17,27 + 1481: 17,26 + 1482: 17,25 + - node: + color: '#354DA0FF' + id: BrickTileWhiteLineW + decals: + 6430: 33,2 + - node: + color: '#7C45B5FF' + id: BrickTileWhiteLineW + decals: + 2421: -43,20 + 2422: -43,21 + 2423: -43,22 + 2424: -43,23 + 2444: -40,18 + 2463: -41,11 + 2476: 33,-2 + - node: + color: '#845606FF' + id: BrickTileWhiteLineW + decals: + 3631: -23,-34 + 3632: -23,-33 + 3633: -23,-32 + 3634: -23,-31 + 3635: -23,-30 + 3636: -20,-41 + 3637: -20,-40 + 3638: -20,-39 + 3639: -14,-40 + 3640: -14,-39 + 3641: -14,-41 + 3642: -14,-42 + 3643: -17,-29 + 3644: -17,-30 + 3645: -23,-25 + 3646: -23,-24 + 3647: -23,-23 + 3648: -23,-21 + 3649: -23,-20 + 3650: -31,-21 + 3651: -31,-20 + 3652: -31,-25 + 3653: -11,-25 + 3654: -17,-21 + 3655: -17,-20 + 4866: -20,-44 + 4867: -20,-43 + 4868: -20,-42 + 4869: -52,-42 + 4870: -52,-43 + 4871: -52,-44 + 4872: -52,-45 + 4873: -52,-49 + 4936: -23,-29 + 6363: -52,-48 + 6367: -52,-47 + 6368: -52,-46 + 6567: -23,-35 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteLineW + decals: + 392: -30,2 + 492: -30,-2 + 493: -24,-2 + 494: -18,-2 + 495: -30,6 + 496: -24,6 + 497: -18,6 + 539: -12,-2 + 540: -12,-1 + 541: -12,5 + 542: -12,6 + 543: -12,7 + 544: -12,8 + 545: -12,9 + 546: -12,10 + 564: -12,11 + 565: -15,15 + 566: -15,14 + 569: -12,0 + 570: -12,4 + 588: -4,-2 + 589: -4,-1 + 590: -4,0 + 597: -4,4 + 598: -4,5 + 599: -4,6 + 600: -9,2 + 1790: 8,6 + 1791: 8,5 + 1792: 5,10 + 1793: 5,11 + 1794: 5,12 + 1795: 5,13 + 1796: 5,14 + 1797: 8,4 + 1798: 8,3 + 1799: 8,1 + 1800: 8,2 + 1801: 8,0 + 1802: 8,-1 + 1803: 8,-2 + 1821: 0,16 + 1822: 0,15 + 1823: 0,14 + 1824: 0,13 + 1825: 0,12 + 1826: 0,11 + 1827: 0,10 + 1828: 0,9 + 1829: 0,-5 + 1830: 0,-6 + 1831: 0,-7 + 1832: 0,-12 + 1833: 0,-8 + 1834: 0,-9 + 1835: 0,-10 + 1836: 0,-11 + 6691: 34,-7 + 6694: 34,-5 + - node: + color: '#9DDFBAFF' + id: BrickTileWhiteLineW + decals: + 1066: -32,61 + 1067: -32,60 + 1068: -32,59 + 1069: -32,58 + 1070: -28,63 + 1071: -28,62 + 1072: -28,61 + 1073: -28,60 + 1074: -28,59 + 1075: -28,58 + 1076: -28,57 + 1077: -28,56 + 1078: -28,55 + 1079: -28,54 + 1110: -12,67 + 1111: -14,62 + 1112: -24,58 + 1113: -24,57 + 1114: -24,56 + 1115: -24,55 + 1116: -24,54 + 1117: 0,68 + 1118: 0,67 + 1119: 0,66 + 1120: 0,65 + 1121: 0,64 + 1122: 0,63 + 1123: -6,67 + 4785: -40,61 + 4786: -40,60 + 4787: -40,59 + 4788: -44,63 + 4789: -45,65 + 4790: -45,66 + - node: + color: '#9FED58FF' + id: BrickTileWhiteLineW + decals: + 2280: 5,-10 + 2281: 5,-9 + 2282: 5,-8 + 2283: 5,-7 + 2284: 5,-6 + 2306: 8,-6 + 2307: 8,-7 + 2308: 8,-8 + 2309: 8,-9 + 2310: 8,-10 + 2311: 8,-11 + - node: + color: '#B02E26FF' + id: BrickTileWhiteLineW + decals: + 695: -28,40 + 696: -28,41 + 716: -31,41 + 717: -31,40 + 739: -11,40 + 740: -11,41 + 771: -14,43 + 772: -14,42 + 773: -14,41 + 774: -14,40 + 775: -14,39 + 776: -14,38 + 777: -14,37 + 778: -14,36 + 779: -14,35 + 780: -14,34 + 781: -14,33 + 782: -14,32 + 783: -14,31 + 784: -23,29 + 785: -37,30 + 786: -37,34 + 787: -7,29 + 788: -7,28 + 789: -12,25 + 816: -9,34 + 817: -9,33 + 842: -23,25 + 936: -28,47 + 937: -28,46 + 938: -28,45 + 939: -19,41 + 940: -19,40 + 4835: -34,38 + 4836: -34,39 + 4837: -34,40 + 4838: -34,41 + 4839: -34,42 + 4840: -34,43 + 4841: -34,44 + 4842: -34,45 + 4843: -34,46 + 4844: -34,47 + 4845: -34,48 + 4846: -34,49 + 4847: -34,50 + - node: + color: '#B04DB5FF' + id: BrickTileWhiteLineW + decals: + 2634: 34,24 + 2635: 34,25 + 2636: 26,27 + 2637: 26,28 + 2638: 26,29 + 2639: 34,29 + 2641: 42,25 + 2642: 42,24 + 2643: 42,29 + 2644: 42,37 + 2645: 42,38 + 2646: 42,39 + 2647: 38,33 + 2648: 38,34 + 2649: 38,35 + 2650: 38,36 + 2651: 38,37 + 2652: 38,38 + 2653: 38,39 + 2654: 38,40 + 2655: 38,41 + 2656: 38,42 + 2657: 38,43 + 2658: 34,47 + 2659: 34,48 + 2660: 34,49 + 2661: 34,50 + 2662: 39,50 + 2663: 49,50 + 2664: 43,54 + 2665: 43,55 + 2666: 43,56 + 2667: 37,56 + 2668: 37,55 + 2669: 37,54 + 2670: 42,43 + 2671: 42,33 + 2672: 42,25 + 2673: 42,24 + 2674: 26,28 + 2818: 51,29 + 2819: 51,28 + 2820: 51,27 + 2821: 65,27 + 2822: 65,28 + 2823: 65,29 + 2846: 53,48 + 2848: 52,50 + - node: + color: '#BA8841FF' + id: BrickTileWhiteLineW + decals: + 2106: -52,22 + 2107: -52,21 + 2116: -64,19 + 2117: -64,18 + 2118: -64,17 + 2119: -64,16 + 2120: -56,12 + 2121: -56,13 + 2122: -56,14 + 2123: -56,15 + 2124: -56,16 + 2125: -56,17 + 2126: -56,18 + 2127: -56,19 + 2128: -56,20 + 2129: -56,21 + 2130: -56,22 + 2131: -56,23 + 2132: -56,24 + 2133: -56,25 + 2134: -56,26 + 2135: -56,27 + 2136: -56,28 + 2137: -66,23 + 2138: -66,24 + 2139: -66,25 + 2140: -66,26 + 2141: -65,29 + 2142: -65,28 + 2143: -64,31 + 2144: -64,32 + 2145: -64,33 + 2146: -64,34 + 2147: -64,35 + 2148: -58,35 + 2149: -58,34 + 2150: -50,34 + 2151: -52,26 + 2152: -52,17 + 2162: -57,30 + 2179: -46,10 + 2180: -46,11 + 2181: -46,12 + 2182: -46,13 + 2183: -46,14 + 2184: -46,15 + 2185: -46,16 + 2186: -46,17 + - node: + color: '#D3F4A5FF' + id: BrickTileWhiteLineW + decals: + 2950: -63,-4 + 2951: -63,-3 + 2952: -56,-3 + 2953: -63,1 + 2954: -63,2 + 2955: -63,3 + 2956: -63,4 + 2959: -55,1 + 2960: -74,6 + 2961: -74,7 + 2962: -74,8 + 2963: -74,9 + 2964: -74,10 + 2995: -81,8 + 2996: -70,14 + 2997: -70,15 + 2998: -70,16 + 2999: -74,16 + 3000: -74,15 + 3001: -74,14 + 3002: -86,13 + 3003: -86,14 + 3004: -86,15 + 3005: -86,16 + 3006: -99,12 + 3007: -99,11 + 3008: -99,10 + 3009: -99,9 + 3010: -99,8 + 3011: -99,6 + 3012: -99,7 + 3013: -99,5 + 3014: -99,4 + 3015: -98,19 + 3016: -98,20 + 3017: -98,21 + 3018: -98,22 + 3019: -98,23 + 3020: -98,24 + 3021: -98,25 + 3022: -98,26 + 3023: -98,27 + 3024: -98,28 + 3025: -94,8 + 3026: -92,12 + 3027: -92,13 + 3028: -92,14 + 3029: -92,4 + 3030: -92,3 + 3031: -92,2 + 3032: -98,-3 + 3033: -98,-4 + 3034: -98,-5 + 3035: -98,-6 + 3036: -98,-7 + 3037: -98,-8 + 3038: -98,-9 + 3039: -98,-10 + 3040: -98,-11 + 3041: -98,-12 + 3067: -63,-8 + 3068: -63,-9 + 3069: -56,-7 + 3070: -56,-8 + 3128: -54,-33 + 3129: -54,-32 + 3130: -54,-31 + 3131: -60,-29 + 3132: -60,-28 + 3133: -60,-27 + 3134: -60,-26 + 3135: -60,-25 + 3136: -60,-24 + 3137: -60,-23 + 3138: -60,-22 + 3139: -60,-21 + 3140: -60,-20 + 3141: -60,-19 + 3142: -60,-18 + 3143: -60,-17 + 3144: -60,-16 + 3328: -87,9 + 3329: -87,8 + 3330: -87,7 + 3334: -86,3 + 3335: -86,2 + 3336: -86,1 + 3337: -86,0 + 3407: -48,6 + 3408: -48,5 + 3409: -48,4 + 3410: -48,3 + 3411: -48,2 + 3412: -48,1 + 3413: -48,0 + 3414: -48,-1 + 6669: -74,1 + 6670: -74,2 + - node: + color: '#FF974DFF' + id: BrickTileWhiteLineW + decals: + 2326: 13,1 + 2327: 15,-4 + 2328: 15,-5 + 2359: 12,-1 + 2360: 12,-2 + 2361: 15,-9 + 2362: 15,-10 + 2363: 15,-11 + - node: + color: '#FFFFFFFF' + id: BushDThree + decals: + 149: 54,-13 + 150: 68,-9 + 151: 71,-3 + 152: 3,-10 + 226: 37,37 + 4075: -23.84824,-36.039036 + 4096: 70.49607,-5.2800684 + 4097: 73.21482,-5.2683496 + - node: + color: '#FFFFFFFF' + id: BushDTwo + decals: + 200: -1,14 + 356: -106.987564,9.973441 + 370: -101.81569,9.926566 + 3784: -0.88223886,-10.300684 + 6633: -59.517128,9.321603 + 6634: -42.90093,5.449465 + 6635: -30.489948,17.91463 + 6636: 47.184723,21.183506 + 6637: 39.60601,-20.002787 + 6638: 42.520073,-19.752787 + 6639: 40.600338,-30.343527 + 6640: 34.420174,-36.616962 + 6641: 17.789068,-38.879887 + 6642: 1.2919211,-38.75982 + 6643: -3.5219002,-45.90537 + 6644: -10.826588,-52.624638 + 6645: 13.056606,-52.51093 + 6646: 8.8619585,-45.313065 + 6647: -8.990252,-30.680576 + 6648: -23.893175,-32.74724 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 270: 36,-37 + - node: + color: '#FFFFFFFF' + id: Bushd1 + decals: + 4179: 57.006096,-12.356954 + 4180: 57.099846,-6.4928484 + 4181: 57.873283,-6.9615984 + 4182: 63.099846,-6.8826447 + 4183: 65.24438,-12.144363 + 4184: 67.27172,-12.788895 + 4185: 67.48266,-13.257645 + 4186: 69.80284,-5.2769313 + 4187: 71.44347,-3.4839625 + 4188: 66.205185,0.043381214 + 4189: 65.642685,-1.0347438 + 4190: 62.150494,-2.1245875 + 4191: 55.271587,-0.22615004 + 4192: 53.619244,-8.4761505 + 4193: 54.380962,-9.671463 + 4194: 52.400494,-15.636277 + 4195: 48.594856,-24.49732 + 4196: 51.36048,-26.65357 + - node: + color: '#FFFFFFFF' + id: Bushe1 + decals: + 170: -3,-47 + 201: -1,9 + 261: 66,-4 + 262: 72,-4 + 366: -106.90944,6.957816 + 367: -103.09694,5.285941 + 368: -102.925064,4.629691 + 3854: -1.2123232,14.564764 + - node: + color: '#FFFFFFFF' + id: Bushe2 + decals: + 142: 53,0 + 143: 51,-16 + 144: 63,-26 + 363: -105.75319,9.676566 + 364: -105.893814,8.332816 + 365: -106.737564,7.426566 + - node: + color: '#FFFFFFFF' + id: Bushe3 + decals: + 3764: 42.40303,-11.448524 + 3765: 41.500687,-14.392142 + 3766: 47.430374,-6.8730726 + 3767: 46.15303,3.6802206 + 3768: 45.12178,13.699752 + 3769: 65.732506,-8.308953 + 3770: 59.42782,-10.014526 + 3771: 67.525475,-21.236286 + 3772: 61.443443,-27.3714 + 3773: 49.665607,-26.2464 + 3774: 40.71666,-29.257294 + 3775: 36.59022,-36.651825 + 3776: 13.614435,-38.831512 + 3777: 8.84652,-43.378727 + - node: + color: '#FFFFFFFF' + id: Bushe4 + decals: + 164: -32,-3 + 169: 9,-43 + 238: 49,54 + 263: 75,-3 + 264: 75,-3 + 265: 75,-6 + 266: 62,-3 + 267: 41,-29 + 268: 22,-39 + 269: 5,-49 + 360: -102.862564,10.332816 + 361: -102.393814,9.817191 + 362: -105.75319,11.926566 + 4076: -24.176365,-31.187471 + 4077: -8.777928,-28.609346 + 4095: 67.818695,-5.2331934 + 4269: -36.177177,-21.855759 + 4287: -106.47833,9.241646 + 4468: 22.541536,39.08815 + 4469: 9.814974,35.44362 + 4696: 46.1468,-0.7615123 + 4728: 1.3932085,51.47611 + 4729: 0.7525835,54.61237 + 6575: 31.918331,-17.062832 + 6576: 27.27747,-16.844082 + 6632: -60.134315,9.024728 + - node: + color: '#FFFFFFFF' + id: Bushf1 + decals: + 171: 13,-52 + 251: 64,8 + 369: -102.300064,6.192191 + 4166: 53.982315,-4.4730234 + 4167: 56.876846,-4.3675547 + 4168: 63.521378,-4.3675547 + 4169: 72.77919,-4.672242 + 4170: 65.326065,-13.215211 + 4171: 63.521378,-11.827433 + 4172: 66.76747,-21.307901 + 4173: 62.021378,-25.593042 + 4174: 67.21278,-24.245386 + 4175: 57.849846,-28.077417 + 4176: 53.478752,-27.608667 + 4177: 49.599846,-25.207119 + 4178: 50.713127,-17.428339 + - node: + color: '#FFFFFFFF' + id: Bushf2 + decals: + 165: -32,7 + 166: -1,-9 + 167: 19,-39 + - node: + color: '#FFFFFFFF' + id: Bushf3 + decals: + 247: 75,13 + 3781: 9.066714,-41.41747 + 3782: 13.218527,-38.625637 + 3783: -1.2923951,-11.308496 + - node: + color: '#FFFFFFFF' + id: Bushg4 + decals: + 3778: 5.063496,-47.319897 + 4091: 58.594654,-6.3586936 + 4103: 54.488796,-3.3138347 + 4104: 53.633327,-1.0169597 + 4105: 62.60989,-6.442741 + 4106: 68.45755,-5.177116 + 4107: 74.16458,-5.270866 + 4108: 53.258327,-7.368522 + 4109: 55.461452,-13.006857 + 4110: 65.56302,-22.65142 + 4111: 60.09036,-26.41314 + 4112: 54.301296,-27.374077 + 4113: 50.352077,-26.237358 + 4114: 49.625515,-24.72564 + 4270: -36.001396,-22.922165 + 4271: -35.49749,-22.336227 + 4272: -44.30999,-5.539646 + 4273: -81.8269,13.409887 + 4274: -81.24096,14.968481 + 4275: -81.70971,15.988012 + 4276: -81.006584,17.452856 + 4277: -88.282814,12.964575 + 4278: -89.07437,12.519262 + 4279: -88.72281,17.523169 + 4280: -88.874985,3.0756955 + 4281: -88.501915,2.7552567 + 4282: -88.04488,0.95056915 + 4283: -94.36687,3.4232254 + 4284: -96.077805,1.9466629 + 4285: -100.76816,3.8184528 + 4286: -100.44003,4.3575153 + - node: + color: '#FFFFFFFF' + id: Bushh1 + decals: + 145: 69,-20 + 146: 67,-11 + 147: 71,-6 + 148: 58,0 + 208: -24,18 + 3763: 42.906937,-11.0667305 + 3850: -30.793852,18.267889 + 3851: -31.28604,17.857733 + 4078: -24.621677,-29.41794 + 4079: -24.527927,-31.984348 + 4080: -8.508397,-30.390596 + 4081: 14.481334,-38.60922 + 4082: 19.515272,-38.722622 + 4083: 30.546476,-36.59626 + 4084: 33.399643,-36.98298 + 4092: 51.592796,-17.105461 + 4102: 53.281765,-3.1966472 + 4305: -89.2827,13.322316 + 4306: -87.86473,16.017628 + 4307: -80.82176,11.740285 + 6607: 37.616062,21.238317 + 6608: 46.427296,21.230505 + 6609: 44.458797,13.420872 + 6610: -0.83810425,34.107063 + 6611: 0.021270752,36.677376 + - node: + color: '#FFFFFFFF' + id: Bushh3 + decals: + 138: 55,-8 + 139: 61,-3 + 140: 64,-4 + - node: + color: '#FFFFFFFF' + id: Bushi1 + decals: + 172: -3,-48 + 207: -17,18 + 4123: 58.069717,-6.448056 + 4124: 60.39003,-8.088681 + 4125: 66.57753,-6.7879 + 4126: 67.23378,-2.2761812 + 4127: 70.57362,-1.3738375 + 4128: 75.436905,-2.2527437 + 4129: 72.343155,-6.4363375 + 4130: 55.585342,-2.241025 + 4131: 58.611607,-12.025141 + 4132: 55.892857,-12.611078 + 4133: 56.537388,-12.611078 + 4134: 62.560825,-10.2556095 + 4135: 62.865513,-10.8181095 + 4136: 67.16629,-20.122797 + 4137: 66.77957,-20.532953 + 4138: 65.5491,-24.353764 + 4139: 61.22571,-26.02222 + 4140: 61.448368,-26.444096 + 4141: 59.35071,-27.557377 + 4142: 52.460087,-27.194096 + 4143: 50.397587,-26.186283 + - node: + color: '#FFFFFFFF' + id: Bushi2 + decals: + 260: 66,-3 + 353: -102.331314,7.207816 + 4144: 52.108524,-27.53394 + 4145: 59.6554,-26.948002 + 6440: -37.32839,-33.615314 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 255: 67,-22 + 256: 60,-28 + 257: 52,-15 + 354: -101.94069,6.645316 + 355: -107.768814,9.239066 + 4596: -17.382242,55.28696 + 4597: -16.433023,49.884617 + 4645: -26.578676,-14.086744 + 4646: -20.547426,-14.055494 + 4647: -15.531801,-13.867994 + 6574: 30.879269,-17.070644 + 6606: 36.811375,20.988317 + - node: + color: '#FFFFFFFF' + id: Bushi4 + decals: + 3779: -2.9872854,-48.485737 + 3780: 5.0869336,-47.735737 + 4146: 50.4679,-18.136845 + 4147: 55.29607,-13.119765 + 4148: 63.37029,-11.514297 + 4149: 62.725758,-11.186172 + 4150: 60.288258,-9.13539 + 4151: 60.135914,-8.631484 + 4152: 60.581226,-8.408828 + 4153: 55.905445,-2.656845 + 6439: -37.758076,-33.16219 + - node: + color: '#FFFFFFFF' + id: Bushj2 + decals: + 4465: 13.119661,34.4944 + 4466: 21.920443,36.205338 + 4467: 22.752474,39.38112 + - node: + color: '#FFFFFFFF' + id: Bushj3 + decals: + 4154: 54.428883,-1.0748138 + 4155: 54.428883,-4.063095 + 4156: 56.70232,-3.6998138 + 4157: 62.831226,-9.699814 + 4158: 58.3781,-12.125595 + 4159: 53.363544,-14.035416 + 4160: 49.414326,-20.189419 + 4161: 58.055847,-27.474571 + 4162: 65.59101,-23.30963 + 4163: 67.81218,-14.928173 + 4164: 67.50614,-5.3519297 + 4165: 71.11552,-5.3636484 + - node: + color: '#FFFFFFFF' + id: Bushk1 + decals: + 137: 55,-9 + 271: 31,-37 + 3852: -27.53604,17.799139 + 4510: -13.987451,77.15054 + 4511: 16.034712,73.68179 + 4512: 8.218306,71.36148 + 4592: -16.79256,50.545914 + 4593: -16.909748,47.276382 + 4600: -32.315296,-0.5816544 + 4601: -44.33498,-1.2191677 + 4602: -41.3467,-9.703543 + 4603: -10.496473,-53.210663 + 4604: 4.6561537,-46.97945 + 4605: 9.186384,-44.058086 + 4606: 41.453693,-29.955482 + 4607: 60.86173,-28.141144 + 4608: 68.20961,-12.918012 + 4609: 75.13539,0.078846216 + 4610: 68.50344,0.16087747 + 4611: 46.415348,5.7034583 + 4612: 44.259098,12.3333845 + 4613: 58.00519,8.1612835 + 4727: 0.7213335,50.679234 + - node: + color: '#FFFFFFFF' + id: Bushk2 + decals: + 141: 74,-7 + 258: 52,-16 + 259: 66,-9 + 357: -101.143814,5.270316 + 4093: 63.201508,-6.276162 + 4094: 55.58432,-2.9949121 + 4115: 49.531765,-19.440483 + 4116: 49.520046,-24.842827 + 4117: 60.35989,-26.49517 + 4118: 66.04349,-22.37017 + 4119: 69.066925,-19.405327 + 4120: 66.629425,-13.829832 + 4121: 64.70755,-12.892332 + 4122: 66.93411,-5.1350956 + 4463: 9.451693,35.72487 + 4464: 12.533724,34.799088 + 6612: 0.07595825,34.04807 + - node: + color: '#FFFFFFFF' + id: Bushk3 + decals: + 358: -102.06569,2.9734414 + 6589: 1.882721,-38.060734 + - node: + color: '#FFFFFFFF' + id: Bushl2 + decals: + 239: 49,57 + - node: + color: '#FFFFFFFF' + id: Bushl3 + decals: + 4513: 5.9389944,71.38492 + 4514: -13.600202,75.158356 + 4515: 15.641865,77.71304 + - node: + color: '#FFFFFFFF' + id: Bushl4 + decals: + 4573: -17.366714,59.025 + 4574: -16.417496,58.0875 + 4619: -27.578676,-13.774244 + - node: + color: '#FFFFFFFF' + id: Bushm1 + decals: + 199: 3,9 + 4594: -16.61678,46.93654 + 4595: -17.26131,56.967907 + - node: + color: '#FFFFFFFF' + id: Bushm2 + decals: + 359: -101.09694,2.8484414 + 3853: -23.610258,18.150702 + 4100: 53.50442,-6.8880534 + 4101: 53.69192,-3.2786784 + 4516: 15.899677,73.283356 + 4517: -13.56775,73.763824 + - node: + color: '#FFFFFFFF' + id: Bushm3 + decals: + 4098: 59.046852,-6.428506 + 4099: 62.62107,-9.01835 + - node: + color: '#FFFFFFFF' + id: Bushm4 + decals: + 3785: -1.3741928,-7.263622 + 4090: 55.043873,-6.253225 + 4197: 58.0147,-3.0305514 + 4198: 47.043705,0.5114244 + 4199: 47.47435,0.95306015 + 4200: 55.576187,8.312037 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Bushn1 + decals: + 79: 64,-9 + 80: 49,-18 + 81: 44,-20 + 82: 41,-31 + - node: + color: '#FFFFFFFF' + id: Bushn1 + decals: + 153: 3,-9 + 173: -11,-51 + 212: 5,25 + 4074: -23.930271,-30.320284 + 4085: 28.395735,-36.87751 + 4086: 49.579803,-25.76604 + 4087: 64.6325,-5.2884035 + 4088: 65.12469,-5.546216 + 4089: 74.26534,-0.3352561 + 4518: -13.602906,77.607574 + 4591: -16.999838,55.935135 + 4697: 46.30305,-3.6521373 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 2219: -47,33 + 2220: -46,33 + 2856: 45,36 + 2857: 46,36 + 2858: 47,36 + 4736: -101,52 + 4737: -101,51 + 4738: -101,50 + 4739: -100,51 + 4740: -99,51 + 4741: -98,51 + 4742: -99,52 + 4743: -109,58 + 4744: -106,55 + 4745: -117,58 + 4746: -120,55 + 4747: -120,47 + 4748: -117,44 + 4749: -109,44 + 4750: -106,47 + 4751: -102,52 + 4752: -102,51 + 4753: -102,50 + 6389: 69,-9 + 6390: 70,-9 + 6391: 72,-9 + 6392: 73,-9 + 6393: -43,38 + 6394: -42,38 + 6395: -41,38 + 6396: -40,38 + 6397: -60,60 + 6398: -60,59 + 6399: -54,60 + 6400: -54,59 + 6413: 28,38 + - node: + color: '#FFFFFFFF' + id: DeliveryGreyscale + decals: + 4754: -119,49 + 4755: -119,50 + 4756: -119,51 + 4757: -119,52 + 4758: -119,53 + 4759: -115,57 + 4760: -114,57 + 4761: -113,57 + 4762: -112,57 + 4763: -111,57 + 4764: -115,45 + 4765: -114,45 + 4766: -113,45 + 4767: -112,45 + 4768: -111,45 + 4769: -113,51 + - node: + color: '#91D4FFFF' + id: DiagonalOverlay + decals: + 2388: 1,3 + 2389: 1,2 + 2390: 0,2 + 2391: 1,1 + 2392: 2,2 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 6431: -79,-23 + 6432: -72,-23 + 6433: -67,-24 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 4940: -55,9 + 4941: -55,11 + 4942: -55,13 + 4943: -51,13 + 4944: -49,11 + 4945: -49,17 + 4946: -52,21 + 4947: -50,25 + 4948: -48,30 + 4949: -53,30 + 4950: -56,25 + 4951: -59,22 + 4952: -63,22 + 4953: -63,24 + 4954: -64,29 + 4955: -60,32 + 4956: -61,35 + 4957: -70,20 + 4958: -70,19 + 4959: -68,22 + 4960: -70,28 + 4961: -70,32 + 4962: -66,34 + 4963: -62,35 + 4964: -56,36 + 4965: -47,34 + 4966: -41,40 + 4967: -45,40 + 4968: -55,45 + 4969: -55,48 + 4970: -53,53 + 4971: -58,56 + 4972: -60,58 + 4973: -46,60 + 4974: -42,60 + 4975: -43,64 + 4976: -44,65 + 4977: -42,66 + 4978: -39,67 + 4979: -36,65 + 4980: -40,61 + 4981: -34,64 + 4982: -31,64 + 4983: -26,64 + 4984: -27,59 + 4985: -28,56 + 4986: -26,55 + 4987: -23,54 + 4988: -20,54 + 4989: -21,64 + 4990: -20,63 + 4991: -23,67 + 4992: -18,66 + 4993: -16,67 + 4994: -28,67 + 4995: -9,66 + 4996: -12,67 + 4997: -5,68 + 4998: -3,66 + 4999: -3,64 + 5000: -9,63 + 5001: -1,61 + 5002: 0,60 + 5003: -4,59 + 5004: -9,58 + 5005: -12,58 + 5006: -20,58 + 5007: 2,58 + 5008: 2,69 + 5009: 5,69 + 5010: 1,71 + 5011: -8,74 + 5012: -4,73 + 5013: 3,78 + 5014: 6,76 + 5015: 14,65 + 5016: 8,65 + 5017: 7,65 + 5018: 5,65 + 5019: 2,63 + 5020: 0,56 + 5021: -1,53 + 5022: 0,52 + 5023: 2,50 + 5024: 7,52 + 5025: 16,56 + 5026: 20,54 + 5027: 17,47 + 5028: 17,45 + 5029: 19,41 + 5030: 16,37 + 5031: 20,36 + 5032: 27,44 + 5033: 22,45 + 5034: 28,39 + 5035: 27,49 + 5036: 6,45 + 5037: 4,41 + 5038: 7,38 + 5039: 4,38 + 5040: 4,37 + 5041: 2,37 + 5042: 1,35 + 5043: 0,42 + 5044: -2,41 + 5045: -2,30 + 5046: -3,26 + 5047: 2,27 + 5048: 0,26 + 5049: 1,23 + 5050: 4,21 + 5051: 7,22 + 5052: 12,21 + 5053: 16,20 + 5054: 19,19 + 5055: 20,23 + 5056: 17,28 + 5057: 26,27 + 5058: 31,26 + 5059: 31,29 + 5060: 36,29 + 5061: 40,28 + 5062: 38,29 + 5063: 35,25 + 5064: 38,23 + 5065: 39,33 + 5066: 38,36 + 5067: 35,35 + 5068: 29,32 + 5069: 21,32 + 5070: 14,32 + 5071: 7,32 + 5072: 35,42 + 5073: 32,44 + 5074: 32,47 + 5075: 29,46 + 5076: 35,49 + 5077: 41,49 + 5078: 43,50 + 5079: 47,48 + 5080: 46,47 + 5081: 42,46 + 5082: 52,50 + 5083: 56,51 + 5084: 58,52 + 5085: 56,53 + 5086: 58,54 + 5087: 58,56 + 5088: 60,58 + 5089: 60,56 + 5090: 55,56 + 5091: 53,61 + 5092: 56,61 + 5093: 56,62 + 5094: 56,65 + 5095: 55,66 + 5096: 56,68 + 5097: 55,70 + 5098: 61,70 + 5099: 64,70 + 5100: 66,70 + 5101: 69,68 + 5102: 74,68 + 5103: 75,68 + 5104: 78,61 + 5105: 72,55 + 5106: 65,55 + 5107: 65,61 + 5108: 75,56 + 5109: 75,50 + 5110: 65,49 + 5111: 63,52 + 5112: 71,48 + 5113: 73,48 + 5114: 72,49 + 5115: 78,47 + 5116: 80,49 + 5117: 75,48 + 5118: 79,44 + 5119: 67,43 + 5120: 66,39 + 5121: 59,43 + 5122: 69,40 + 5123: 61,36 + 5124: 64,38 + 5125: 54,38 + 5126: 64,39 + 5127: 58,43 + 5128: 63,44 + 5129: 60,47 + 5130: 65,47 + 5131: 64,44 + 5132: 70,36 + 5133: 76,35 + 5134: 72,32 + 5135: 77,35 + 5136: 78,32 + 5137: 78,32 + 5138: 73,31 + 5139: 85,30 + 5140: 87,32 + 5141: 85,29 + 5142: 86,30 + 5143: 95,30 + 5144: 90,29 + 5145: 88,29 + 5146: 90,28 + 5147: 95,29 + 5148: 95,35 + 5149: 95,40 + 5150: 97,39 + 5151: 98,35 + 5152: 99,30 + 5153: 100,27 + 5154: 98,25 + 5155: 95,24 + 5156: 91,23 + 5157: 90,23 + 5158: 86,24 + 5159: 85,23 + 5160: 84,25 + 5161: 79,27 + 5162: 77,29 + 5163: 75,28 + 5164: 75,26 + 5165: 71,28 + 5166: 70,32 + 5167: 68,32 + 5168: 64,33 + 5169: 62,33 + 5170: 59,32 + 5171: 55,32 + 5172: 52,32 + 5173: 52,39 + 5174: 58,42 + 5175: 67,47 + 5176: 65,49 + 5177: 66,47 + 5178: 68,48 + 5179: 72,54 + 5180: 75,55 + 5181: 72,58 + 5182: 70,61 + 5183: 71,66 + 5184: 79,66 + 5185: 82,66 + 5186: 87,66 + 5187: 80,68 + 5188: 83,68 + 5189: 88,67 + 5190: 88,65 + 5191: 89,63 + 5192: 93,62 + 5193: 84,62 + 5194: 81,55 + 5195: 81,54 + 5196: 89,55 + 5197: 95,54 + 5198: 93,50 + 5199: 92,49 + 5200: 89,49 + 5201: 86,52 + 5202: 82,50 + 5203: 84,48 + 5204: 87,46 + 5205: 89,46 + 5206: 88,42 + 5207: 94,41 + 5208: 93,37 + 5209: 90,33 + 5210: 90,31 + 5211: 95,31 + 5212: 100,31 + 5213: 99,38 + 5214: 85,20 + 5215: 85,14 + 5216: 84,9 + 5217: 84,7 + 5218: 80,4 + 5219: 78,3 + 5220: 85,11 + 5221: 79,0 + 5222: 80,-3 + 5223: 80,-8 + 5224: 77,-12 + 5225: 72,-15 + 5226: 74,-17 + 5227: 76,-17 + 5228: 68,-18 + 5229: 67,-16 + 5230: 60,-10 + 5231: 60,-12 + 5232: 56,-14 + 5233: 54,-16 + 5234: 49,-22 + 5235: 50,-23 + 5236: 52,-26 + 5237: 55,-27 + 5238: 57,-28 + 5239: 60,-26 + 5240: 64,-23 + 5241: 65,-22 + 5242: 61,-10 + 5243: 61,-8 + 5244: 56,-5 + 5245: 54,-5 + 5246: 54,-2 + 5247: 50,-2 + 5248: 50,-6 + 5249: 49,-7 + 5250: 51,-9 + 5251: 50,2 + 5252: 48,5 + 5253: 49,12 + 5254: 49,14 + 5255: 43,19 + 5256: 41,20 + 5257: 46,18 + 5258: 38,18 + 5259: 34,19 + 5260: 32,16 + 5261: 30,15 + 5262: 33,15 + 5263: 33,12 + 5264: 31,10 + 5265: 27,10 + 5266: 25,12 + 5267: 24,15 + 5268: 25,16 + 5269: 26,16 + 5270: 26,12 + 5271: 23,9 + 5272: 26,9 + 5273: 31,6 + 5274: 21,7 + 5275: 19,5 + 5276: 12,7 + 5277: 9,7 + 5278: 9,9 + 5279: 7,12 + 5280: 6,14 + 5281: 11,15 + 5282: 11,12 + 5283: 8,3 + 5284: 5,3 + 5285: 0,6 + 5286: -3,4 + 5287: -4,6 + 5288: -7,10 + 5289: -8,12 + 5290: -9,14 + 5291: -4,14 + 5292: -12,12 + 5293: -16,12 + 5294: -26,13 + 5295: -28,13 + 5296: -35,14 + 5297: -35,15 + 5298: -33,11 + 5299: -38,11 + 5300: -41,10 + 5301: -40,12 + 5302: -39,9 + 5303: -37,8 + 5304: -40,8 + 5305: -35,7 + 5306: -37,5 + 5307: -33,2 + 5308: -35,-5 + 5309: -32,-5 + 5310: -28,-2 + 5311: -20,-3 + 5312: -17,-2 + 5313: -16,-3 + 5314: -15,5 + 5315: -23,7 + 5316: -27,6 + 5317: -27,1 + 5318: -28,3 + 5319: -21,3 + 5320: -15,1 + 5321: -12,-2 + 5322: -13,-5 + 5323: -23,-5 + 5324: -20,-6 + 5325: -6,1 + 5326: -2,3 + 5327: 0,-2 + 5328: 0,-6 + 5329: 2,-8 + 5330: 2,-12 + 5331: 0,-11 + 5332: -2,-15 + 5333: -7,-16 + 5334: -13,-16 + 5335: -17,-16 + 5336: -12,-14 + 5337: -22,-15 + 5338: -26,-17 + 5339: -32,-15 + 5340: -33,-11 + 5341: -32,-9 + 5342: -38,-15 + 5343: -40,-16 + 5344: -45,-14 + 5345: -44,-12 + 5346: -46,-10 + 5347: -48,-8 + 5348: -49,-15 + 5349: -50,-20 + 5350: -53,-17 + 5351: -54,-22 + 5352: -49,-25 + 5353: -47,-28 + 5354: -50,-29 + 5355: -56,-24 + 5356: -57,-18 + 5357: -56,-16 + 5358: -56,-25 + 5359: -50,-30 + 5360: -39,-30 + 5361: -36,-30 + 5362: -31,-29 + 5363: -33,-26 + 5364: -33,-20 + 5365: -21,-21 + 5366: -20,-25 + 5367: -22,-25 + 5368: -20,-23 + 5369: -15,-25 + 5370: -14,-21 + 5371: -17,-22 + 5372: -7,-21 + 5373: -12,-19 + 5374: -8,-25 + 5375: -10,-25 + 5376: -4,-24 + 5377: -4,-19 + 5378: -5,-28 + 5379: -7,-29 + 5380: -6,-31 + 5381: -6,-30 + 5382: 0,-29 + 5383: 0,-26 + 5384: 2,-25 + 5385: 1,-23 + 5386: 2,-19 + 5387: -2,-18 + 5388: 3,-16 + 5389: 4,-21 + 5390: 4,-26 + 5391: 8,-28 + 5392: 9,-30 + 5393: 9,-33 + 5394: 11,-34 + 5395: 11,-23 + 5396: 9,-21 + 5397: 8,-26 + 5398: 14,-24 + 5399: 14,-21 + 5400: 13,-22 + 5401: 15,-19 + 5402: 17,-20 + 5403: 18,-22 + 5404: 23,-19 + 5405: 27,-19 + 5406: 29,-22 + 5407: 30,-22 + 5408: 29,-25 + 5409: 32,-23 + 5410: 33,-24 + 5411: 37,-23 + 5412: 38,-26 + 5413: 38,-33 + 5414: 39,-34 + 5415: 33,-35 + 5416: 22,-30 + 5417: 24,-24 + 5418: 24,-25 + 5419: 19,-25 + 5420: 22,-35 + 5421: 17,-34 + 5422: 7,-28 + 5423: 9,-26 + 5424: 6,-37 + 5425: 0,-33 + 5426: 2,-33 + 5427: -4,-38 + 5428: -2,-40 + 5429: -1,-43 + 5430: 1,-40 + 5431: 2,-44 + 5432: -2,-45 + 5433: -1,-45 + 5434: 0,-48 + 5435: 2,-50 + 5436: 6,-52 + 5437: 7,-51 + 5438: 8,-53 + 5439: -3,-52 + 5440: -4,-53 + 5441: -8,-53 + 5442: -8,-51 + 5443: -3,-51 + 5444: -9,-41 + 5445: -12,-42 + 5446: -14,-39 + 5447: -13,-36 + 5448: -14,-34 + 5449: -20,-35 + 5450: -19,-38 + 5451: -17,-43 + 5452: -16,-44 + 5453: -23,-43 + 5454: -31,-42 + 5455: -37,-44 + 5456: -42,-42 + 5457: -46,-43 + 5458: -48,-43 + 5459: -51,-45 + 5460: -50,-49 + 5461: -49,-49 + 5462: -47,-37 + 5463: -52,-37 + 5464: -57,-37 + 5465: -58,-34 + 5466: -60,-33 + 5467: -61,-33 + 5468: -63,-29 + 5469: -62,-26 + 5470: -60,-24 + 5471: -59,-23 + 5472: -59,-19 + 5473: -59,-17 + 5474: -60,-12 + 5475: -57,-12 + 5476: -58,-9 + 5477: -62,-7 + 5478: -62,-8 + 5479: -59,-4 + 5480: -62,-4 + 5481: -61,-5 + 5482: -58,-2 + 5483: -53,-4 + 5484: -52,-3 + 5485: -49,-3 + 5486: -46,-6 + 5487: -44,-11 + 5488: -46,4 + 5489: -49,7 + 5490: -47,10 + 5491: -44,10 + 5492: -45,14 + 5493: -50,13 + 5494: -53,11 + 5495: -54,7 + 5496: -60,8 + 5497: -64,7 + 5498: -66,9 + 5499: -54,14 + 5500: -56,14 + 5501: -62,17 + 5502: -63,15 + 5503: -57,21 + 5504: -59,24 + 5505: -57,26 + 5506: -55,23 + 5507: -65,27 + 5508: -53,31 + 5509: -51,12 + 5510: -58,4 + 5511: -59,1 + 5512: -61,0 + 5513: -60,-2 + 5514: -66,3 + 5515: -65,-2 + 5516: -66,-4 + 5517: -66,-7 + 5518: -69,-7 + 5519: -74,-7 + 5520: -76,-3 + 5521: -75,-3 + 5522: -78,0 + 5523: -79,7 + 5524: -81,9 + 5525: -84,7 + 5526: -84,6 + 5527: -86,6 + 5528: -86,10 + 5529: -86,2 + 5530: -84,0 + 5531: -87,-4 + 5532: -89,-5 + 5533: -87,-6 + 5534: -80,-4 + 5535: -80,-6 + 5536: -94,1 + 5537: -94,-1 + 5538: -95,-4 + 5539: -97,-3 + 5540: -96,-8 + 5541: -95,-10 + 5542: -97,-13 + 5543: -92,-3 + 5544: -94,-6 + 5545: -92,-6 + 5546: -89,-2 + 5547: -97,4 + 5548: -98,4 + 5549: -97,11 + 5550: -99,8 + 5551: -93,8 + 5552: -90,8 + 5553: -90,7 + 5554: -92,13 + 5555: -96,17 + 5556: -97,19 + 5557: -96,21 + 5558: -96,24 + 5559: -97,27 + 5560: -92,21 + 5561: -92,19 + 5562: -93,23 + 5563: -89,21 + 5564: -86,20 + 5565: -82,21 + 5566: -78,21 + 5567: -74,24 + 5568: -73,28 + 5569: -73,31 + 5570: -74,34 + 5571: -73,37 + 5572: -72,36 + 5573: -82,38 + 5574: -86,36 + 5575: -93,37 + 5576: -95,39 + 5577: -99,37 + 5578: -106,38 + 5579: -108,37 + 5580: -109,37 + 5581: -108,37 + 5582: -116,37 + 5583: -114,37 + 5584: -115,34 + 5585: -115,31 + 5586: -114,28 + 5587: -114,23 + 5588: -115,20 + 5589: -113,16 + 5590: -115,13 + 5591: -114,8 + 5592: -113,7 + 5593: -113,4 + 5594: -114,-3 + 5595: -115,-6 + 5596: -113,-11 + 5597: -113,-13 + 5598: -115,-14 + 5599: -113,-17 + 5600: -115,-21 + 5601: -109,-21 + 5602: -108,-20 + 5603: -104,-23 + 5604: -101,-21 + 5605: -97,-20 + 5606: -94,-22 + 5607: -89,-21 + 5608: -85,-22 + 5609: -87,-20 + 5610: -84,-21 + 5611: -86,-17 + 5612: -92,0 + 5613: -100,28 + 5614: -104,36 + 5615: -100,49 + 5616: -96,50 + 5617: -97,52 + 5618: -102,47 + 5619: -112,50 + 5620: -110,59 + 5621: -87,50 + 5622: -79,51 + 5623: -75,52 + 5624: -68,50 + 5625: -66,47 + 5626: -60,50 + 5627: -56,57 + 5628: -42,63 + 5629: -32,72 + 5630: -27,75 + 5631: -22,74 + 5632: -22,72 + 5633: -16,70 + 5634: -7,71 + 5635: -2,71 + 5636: -9,74 + 5637: 18,11 + 5638: 21,9 + 5639: 15,12 + 5640: 20,2 + 5641: 26,0 + 5642: 27,1 + 5643: 36,3 + 5644: 33,-1 + 5645: 20,-8 + 5646: 15,-3 + 5647: 16,0 + 5648: 7,-5 + 5649: 7,-8 + 5650: 5,-8 + 5651: 6,-10 + 5652: 7,-12 + 5653: 13,-11 + 5654: 12,-12 + 5655: 10,-12 + 5656: 8,-6 + 5657: 11,-5 + 5658: 5,1 + 5659: 0,-2 + 5660: -5,1 + 5661: 0,-9 + 5662: 9,-23 + 5724: -34,46 + 5725: -39,40 + 5726: -33,39 + 5727: -35,34 + 5728: -36,30 + 5729: -28,29 + 5730: -17,30 + 5731: -15,28 + 5732: -13,36 + 5733: -13,41 + 5734: -15,45 + 5735: -8,42 + 5736: -7,39 + 5737: -8,34 + 5738: -5,32 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 6434: -76,-24 + 6435: -81,-21 + 6436: -68,-24 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 5663: -9,-22 + 5664: -8,-17 + 5665: -5,-16 + 5666: -9,-15 + 5667: -12,-17 + 5668: -16,-15 + 5669: -20,-16 + 5670: -22,-15 + 5671: -25,-15 + 5672: -26,-16 + 5673: -32,-16 + 5674: -33,-14 + 5675: -33,-10 + 5676: -33,-4 + 5677: -33,-4 + 5678: -33,-5 + 5679: -30,-2 + 5680: -29,3 + 5681: -23,1 + 5682: -15,1 + 5683: -20,5 + 5684: -26,6 + 5685: -27,13 + 5686: -26,12 + 5687: -33,12 + 5688: -35,13 + 5689: -38,10 + 5690: -39,11 + 5691: -44,13 + 5692: -44,13 + 5693: -37,17 + 5694: -35,18 + 5695: -28,20 + 5696: -23,20 + 5697: -18,21 + 5698: -33,24 + 5699: -35,28 + 5700: -12,26 + 5701: -23,31 + 5702: -33,32 + 5703: -19,34 + 5704: -9,36 + 5705: -20,39 + 5706: -7,39 + 5707: -14,40 + 5708: -6,40 + 5709: -8,39 + 5710: -17,29 + 5711: -15,29 + 5712: -27,41 + 5713: -26,45 + 5714: -30,25 + 5715: -30,33 + 5716: -34,31 + 5717: -36,34 + 5718: -36,30 + 5719: -40,39 + 5720: -42,41 + 5721: -38,45 + 5722: -33,50 + 5723: -32,47 + 5739: -15,47 + 5740: -3,53 + 5741: -4,48 + 5742: -15,64 + 5743: -24,63 + 5744: -27,59 + 5745: -31,59 + 5746: -32,58 + 5747: -38,59 + 5748: -42,65 + 5749: -44,71 + 5750: -47,70 + 5751: -27,70 + 5752: -20,70 + 5753: -14,70 + 5754: -8,71 + 5755: -3,70 + 5756: 1,70 + 5757: 2,60 + 5758: -1,56 + 5759: 1,52 + 5760: 1,48 + 5761: 4,42 + 5762: 1,40 + 5763: 2,35 + 5764: 7,37 + 5765: 3,41 + 5766: 17,43 + 5767: 22,46 + 5768: 32,48 + 5769: 35,41 + 5770: 35,36 + 5771: 39,36 + 5772: 38,43 + 5773: 40,50 + 5774: 37,48 + 5775: 44,46 + 5776: 48,48 + 5777: 45,50 + 5778: 44,55 + 5779: 37,54 + 5780: 36,48 + 5781: 51,43 + 5782: 57,39 + 5783: 64,42 + 5784: 62,48 + 5785: 70,43 + 5786: 61,41 + 5787: 70,49 + 5788: 72,43 + 5789: 72,49 + 5790: 71,47 + 5791: 76,53 + 5792: 70,59 + 5793: 76,54 + 5794: 66,57 + 5795: 74,63 + 5796: 71,56 + 5797: 59,65 + 5798: 55,69 + 5799: 61,68 + 5800: 62,67 + 5801: 63,68 + 5802: 70,66 + 5803: 73,64 + 5804: 78,66 + 5805: 86,65 + 5806: 82,64 + 5807: 81,61 + 5808: 77,56 + 5809: 84,53 + 5810: 85,56 + 5811: 83,50 + 5812: 84,46 + 5813: 96,43 + 5814: 88,39 + 5815: 78,44 + 5816: 77,36 + 5817: 88,35 + 5818: 84,31 + 5819: 77,35 + 5820: 82,30 + 5821: 79,31 + 5822: 79,29 + 5823: 83,25 + 5824: 88,24 + 5825: 93,24 + 5826: 98,24 + 5827: 97,28 + 5828: 93,28 + 5829: 92,29 + 5830: 97,31 + 5831: 89,36 + 5832: 97,38 + 5833: 95,36 + 5834: 98,33 + 5835: 99,34 + 5836: 72,28 + 5837: 74,31 + 5838: 65,35 + 5839: 69,32 + 5840: 66,28 + 5841: 68,27 + 5842: 65,31 + 5843: 66,29 + 5844: 69,15 + 5845: 48,12 + 5846: 46,18 + 5847: 42,18 + 5848: 35,19 + 5849: 28,19 + 5850: 31,19 + 5851: 24,20 + 5852: 22,19 + 5853: 17,22 + 5854: 14,20 + 5855: 15,22 + 5856: 18,19 + 5857: 7,20 + 5858: 9,16 + 5859: 8,17 + 5860: 3,12 + 5861: 9,10 + 5862: 0,17 + 5863: -5,11 + 5864: 3,10 + 5865: -6,12 + 5866: -9,6 + 5867: -5,11 + 5868: -14,7 + 5869: -9,2 + 5870: -14,4 + 5871: -13,1 + 5872: -12,5 + 5873: -12,8 + 5874: -16,15 + 5875: -19,13 + 5876: -25,18 + 5877: -15,14 + 5878: -24,17 + 5879: -31,23 + 5880: -27,21 + 5881: -30,22 + 5882: -34,19 + 5883: -32,19 + 5884: -35,18 + 5885: -40,15 + 5886: -43,15 + 5887: -46,13 + 5888: -47,10 + 5889: -48,5 + 5890: -48,-1 + 5891: -48,-5 + 5892: -48,-8 + 5893: -46,-14 + 5894: -42,-15 + 5895: -35,-18 + 5896: -47,-18 + 5897: -45,-24 + 5898: -49,-22 + 5899: -56,-21 + 5900: -50,-23 + 5901: -53,-21 + 5902: -57,-26 + 5903: -55,-29 + 5904: -57,-26 + 5905: -59,-20 + 5906: -60,-19 + 5907: -59,-24 + 5908: -61,-10 + 5909: -60,-7 + 5910: -62,-6 + 5911: -61,-5 + 5912: -67,-8 + 5913: -65,-4 + 5914: -64,-1 + 5915: -68,3 + 5916: -73,6 + 5917: -78,5 + 5918: -84,2 + 5919: -78,6 + 5920: -81,9 + 5921: -86,14 + 5922: -91,6 + 5923: -88,7 + 5924: -92,11 + 5925: -97,8 + 5926: -97,6 + 5927: -95,16 + 5928: -92,17 + 5929: -97,21 + 5930: -96,25 + 5931: -94,27 + 5932: -86,22 + 5933: -85,19 + 5934: -83,21 + 5935: -87,14 + 5936: -84,13 + 5937: -86,15 + 5938: -87,1 + 5939: -88,-1 + 5940: -93,-6 + 5941: -83,-6 + 5942: -73,-7 + 5943: -80,0 + 5944: -69,1 + 5945: -66,-2 + 5946: -58,-13 + 5947: -60,-23 + 5948: -50,-34 + 5949: -53,-32 + 5950: -40,-33 + 5951: -42,-37 + 5952: -48,-37 + 5953: -53,-37 + 5954: -56,-37 + 5955: -34,-44 + 5956: -49,-43 + 5957: -20,-43 + 5958: -22,-44 + 5959: -16,-45 + 5960: -17,-40 + 5961: -9,-39 + 5962: -15,-37 + 5963: -12,-31 + 5964: -6,-30 + 5965: -2,-37 + 5966: 2,-39 + 5967: -5,-39 + 5968: 1,-45 + 5969: 2,-46 + 5970: 0,-50 + 5971: -4,-51 + 5972: -5,-52 + 5973: 10,-53 + 5974: 4,-53 + 5975: 6,-42 + 5976: 9,-36 + 5977: 17,-31 + 5978: 8,-33 + 5979: 13,-28 + 5980: 3,-26 + 5981: 7,-22 + 5982: 18,-25 + 5983: 14,-26 + 5984: 20,-25 + 5985: 19,-27 + 5986: 22,-29 + 5987: 22,-28 + 5988: 29,-26 + 5989: 32,-23 + 5990: 36,-24 + 5991: 31,-26 + 5992: 39,-25 + 5993: 37,-24 + 5994: 39,-28 + 5995: 38,-32 + 5996: 33,-35 + 5997: 28,-34 + 5998: 42,-30 + 5999: 44,-29 + 6000: 43,-25 + 6001: 49,-31 + 6002: 56,-33 + 6003: 50,-24 + 6004: 65,-24 + 6005: 68,-17 + 6006: 67,-16 + 6007: 59,-12 + 6008: 64,-10 + 6009: 61,-6 + 6010: 57,-6 + 6011: 55,-3 + 6012: 50,-2 + 6013: 50,1 + 6014: 51,2 + 6015: 78,-6 + 6016: 79,-3 + 6017: 81,3 + 6018: 83,6 + 6019: 85,8 + 6020: 84,11 + 6021: 86,14 + 6022: 85,17 + 6023: 89,18 + 6024: 88,17 + 6025: 75,25 + 6026: 70,31 + 6027: 71,34 + 6028: 77,40 + 6029: 71,41 + 6030: 69,39 + 6031: 60,45 + 6032: 69,48 + 6033: 72,48 + 6034: 70,48 + 6035: 80,51 + 6036: 80,55 + 6037: 77,60 + 6038: 76,60 + 6039: 73,64 + 6040: 54,61 + 6041: 45,56 + 6042: 45,48 + 6043: 39,43 + 6044: 40,34 + 6045: 35,38 + 6046: 27,38 + 6047: 18,40 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 6048: 1,42 + 6049: 1,46 + 6050: -9,52 + 6051: -16,51 + 6052: -16,44 + 6053: -13,38 + 6054: -18,41 + 6055: -59,12 + 6056: -51,10 + 6057: -83,15 + 6058: -80,28 + 6059: -52,34 + 6060: -57,60 + 6061: -31,54 + 6062: 17,51 + 6063: 6,19 + 6064: 63,19 + 6065: -9,-23 + 6066: -55,-24 + 6067: -41,-26 + 6068: 20,-19 + 6069: 32,-20 + 6070: 49,23 + 6071: 67,47 + 6072: 63,57 + 6073: 78,36 + 6074: 80,40 + 6075: 50,49 + 6076: 79,54 + 6077: -17,4 + 6078: -9,21 + 6079: 13,4 + 6080: 1,-3 + 6081: -15,-29 + 6082: -58,-31 + 6083: -65,-8 + 6084: -51,33 + 6085: -36,47 + 6086: -23,56 + 6087: -20,64 + 6088: 5,47 + 6089: 17,21 + 6090: 39,23 + 6091: 31,15 + 6092: 65,-10 + 6093: 38,-18 + 6094: 34,-23 + 6095: 1,-36 + 6096: 5,-43 + 6097: -12,-37 + 6098: -29,-23 + 6099: 10,-20 + 6100: 32,-13 + 6101: 15,10 + 6102: -14,11 + 6103: 35,24 + 6104: 58,32 + 6105: 54,42 + 6106: 64,57 + 6107: 78,47 + 6108: 46,48 + 6109: 19,48 + 6110: -12,49 + 6111: -9,54 + 6112: -17,59 + 6113: -48,64 + 6114: -30,63 + 6115: -17,60 + 6116: -20,30 + 6117: -60,13 + 6118: -49,3 + 6119: -27,-24 + 6120: -51,-12 + 6121: -44,-22 + 6122: -86,4 + 6123: -86,16 + 6124: -95,-2 + 6125: -91,11 + 6126: -99,13 + 6127: -105,6 + 6128: -67,-13 + 6129: -46,-20 + 6130: -37,-24 + 6131: -49,-33 + 6132: -3,-28 + 6133: 25,-26 + 6134: 39,-15 + 6135: 46,-11 + 6136: 31,-23 + 6137: 53,25 + 6138: 32,35 + 6139: -1,49 + 6140: 0,64 + 6141: -1,76 + 6142: -22,61 + 6143: -27,58 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 6144: -74,37 + 6145: -90,37 + 6146: -108,35 + 6147: -63,13 + 6148: -58,-1 + 6149: -38,13 + 6150: -35,15 + 6151: 22,29 + 6152: 7,-3 + 6153: 21,-14 + 6154: -37,-23 + 6155: 36,-14 + 6156: -11,-28 + 6157: -1,-30 + 6158: 43,-27 + 6159: 16,-32 + 6160: 3,-41 + 6161: 3,-40 + 6162: -18,-9 + 6163: 2,9 + 6164: 30,25 + 6165: 15,26 + 6166: -31,22 + 6167: -17,36 + 6168: 2,51 + 6169: 6,66 + 6170: -39,63 + 6171: -35,65 + 6172: 12,76 + 6173: -10,70 + 6174: -28,48 + 6175: 1,46 + 6176: 25,47 + 6177: 65,58 + 6178: 58,67 + 6179: 64,52 + 6180: 90,43 + 6181: 73,37 + 6182: 69,28 + 6183: 95,26 + 6184: 92,33 + 6185: 65,30 + 6186: 87,37 + 6187: 61,18 + 6188: 73,22 + 6189: 39,9 + 6190: 37,-10 + 6191: 62,-13 + 6192: 70,-9 + 6193: 38,-17 + 6194: 13,-11 + 6195: -5,-18 + 6196: -9,-11 + 6197: -48,-15 + 6198: -34,1 + 6199: -30,18 + 6200: -52,24 + 6201: -48,27 + 6202: -65,34 + 6203: -66,36 + 6204: -63,-32 + 6205: -96,-19 + 6206: -94,-21 + 6207: -114,-1 + 6208: -112,22 + 6209: -114,34 + 6210: -102,37 + 6211: -118,6 + 6212: -121,9 + 6213: -121,50 + 6214: -120,57 + 6215: -105,57 + 6216: -101,51 + 6217: -89,52 + 6218: -67,49 + 6219: -56,44 + 6220: -58,59 + 6221: -51,56 + 6222: -32,60 + 6223: -5,66 + 6224: -19,62 + 6225: -31,58 + 6226: -23,55 + 6227: -15,62 + 6228: -4,63 + 6229: -13,37 + 6230: -18,25 + 6231: -2,29 + 6232: -37,21 + 6233: -15,22 + 6234: -10,29 + 6235: -14,34 + 6236: -10,39 + 6237: -27,37 + 6238: -14,43 + 6239: 35,34 + 6240: 3,37 + 6241: -1,46 + 6242: 43,43 + 6243: 33,7 + 6244: 42,17 + 6245: 51,16 + 6246: 41,18 + 6247: 47,-3 + 6248: 49,-7 + 6249: 41,-18 + 6250: 56,-15 + 6251: 21,-23 + 6252: -7,-27 + 6253: -9,-27 + 6254: 51,-18 + 6255: 51,-13 + 6256: 57,-6 + 6257: 50,2 + 6258: 39,29 + 6259: 38,33 + 6260: 28,37 + 6261: 19,41 + 6262: 1,45 + 6263: -13,45 + 6264: -27,44 + 6265: -28,41 + 6266: -27,55 + 6267: -30,60 + 6268: -42,64 + 6269: -45,57 + 6270: -56,30 + 6271: -54,23 + 6272: -60,27 + 6273: -42,27 + 6274: -60,33 + 6275: -40,28 + 6276: -46,24 + 6277: -35,27 + 6278: -38,11 + 6279: -35,5 + 6280: -32,2 + 6281: -28,1 + 6282: -58,1 + 6283: -69,-1 + 6284: -66,-6 + 6285: -66,-11 + 6286: -63,-14 + 6287: -63,-20 + 6288: -63,-23 + 6289: -59,-26 + 6290: -66,-32 + 6291: -53,-34 + 6292: -43,-37 + 6293: -23,-39 + 6294: -23,-43 + 6295: -1,-43 + 6296: 3,-44 + 6297: 5,-53 + 6298: -2,-53 + 6299: 11,-33 + 6300: 21,-22 + 6301: 28,-21 + 6302: 36,-23 + 6303: 35,-23 + 6304: 44,-17 + 6305: 39,-10 + 6306: 39,-6 + 6307: 39,1 + 6308: 39,8 + 6309: 58,-5 + 6310: 65,-14 + 6311: 72,-12 + 6312: 69,-11 + 6313: 74,-11 + 6314: 74,-12 + 6315: 76,-22 + 6316: 70,-26 + 6317: 58,-30 + 6318: 54,-30 + 6319: 49,-31 + 6320: 46,-31 + 6321: 47,-24 + 6322: 43,-28 + 6323: 50,-34 + 6324: 44,-35 + 6325: 48,-35 + 6326: 63,-12 + 6327: 49,13 + 6328: 43,21 + 6329: 35,26 + 6330: 35,29 + 6331: 31,27 + 6332: 27,27 + 6333: 40,33 + 6334: 39,44 + 6335: 43,48 + 6336: 42,50 + 6337: 43,50 + 6338: 26,45 + 6339: 17,42 + 6340: 6,41 + 6341: -1,47 + 6342: -1,48 + 6343: 3,55 + 6344: 2,60 + 6345: 2,64 + 6346: 2,71 + 6347: -6,71 + 6348: 5,69 + 6349: 6,69 + 6350: 13,65 + 6351: 7,64 + 6352: 9,63 + 6353: -24,58 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 188: 9,-46 + 3845: -21.958588,17.400702 + 3846: -21.079681,17.635077 + 4488: 35.455353,53.975224 + 4489: 48.486603,54.127567 + 4490: 44.637413,14.700537 + 4726: 0.8775835,53.575855 + 6700: 35.936924,-11.278788 + - node: + color: '#FFFFFFFF' + id: FlowersBRThree + decals: + 182: 5,-48 + 189: 21,-39 + 219: 37,43 + 252: 57,8 + 3829: -43.405098,4.6306925 + 3830: -43.28791,2.4392862 + 3860: 3.4106216,14.306513 + 4341: -94.457466,4.7870827 + 4342: -95.031685,4.1308327 + 4343: -93.63715,2.3730202 + 4344: -89.07856,1.8456764 + 4345: -88.469185,2.5136452 + 4346: -88.68012,5.2206764 + 4347: -81.719185,11.665989 + 4348: -81.332466,10.974583 + 4349: -81.051216,16.516224 + 4350: -81.250435,15.731068 + 4351: -87.7309,15.238881 + 4352: -88.562935,17.828724 + 4353: -89.2309,15.332631 + 4354: -88.551216,14.852162 + 4575: -17.354996,58.532814 + 4576: -16.47609,59.153908 + 4577: -17.425308,56.89219 + 4578: -16.440933,55.814064 + 4579: -17.565933,52.427345 + 4580: -17.296402,51.665627 + 4581: -16.405777,48.15 + 6619: -1.2052917,34.102757 + 6631: -62.314003,9.298165 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 68: 39,-20 + 69: 43,-20 + 70: 41,-30 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 158: 3,-8 + 213: 13,24 + 220: 37,36 + 3786: -1.2687241,-6.2440906 + 3787: 3.606276,-6.314403 + 3855: 3.3168716,10.533075 + 3856: 2.9887466,11.0487 + 3865: -1.2534407,15.759638 + 3866: -1.2300032,9.26745 + 3900: 47.10689,-9.617738 + 3901: 46.520954,-10.027894 + 3913: 45.571735,12.222608 + 3914: 46.456665,4.238405 + 3936: 70.482315,-2.6857786 + 3937: 59.65419,-2.6857786 + 3938: 65.58388,-12.002185 + 3939: 64.92763,-11.181872 + 3940: 67.9745,-20.817688 + 3941: 63.654434,-25.675419 + 3942: 50.523678,-26.812138 + 3978: 55.647358,-7.219159 + 3979: 55.72939,-7.8636904 + 3980: 53.19814,-4.2543154 + 3981: 54.944233,-0.5511904 + 3982: 61.120014,-0.07072163 + 3983: 72.44849,-5.871503 + 3984: 67.77757,-13.922138 + 3985: 66.453354,-25.372675 + 3986: 51.521744,-28.314081 + 3987: 49.85768,-16.8148 + 3988: 54.240494,-12.090313 + 4008: 35.16757,-36.640537 + 4009: 37.335537,-36.956944 + 4064: -24.117771,-35.0781 + 4065: -24.31699,-27.906221 + 4066: -8.731053,-29.523409 + 4209: 58.31439,8.335475 + 4210: 55.736263,8.335475 + 4211: 63.00189,8.370631 + 4236: 40.75803,-15.316414 + 4237: 40.359592,-14.660164 + 4238: 43.46506,-12.058601 + 4239: 49.427353,-17.204317 + 4240: 43.63263,-20.56466 + 4241: 38.28888,-20.400597 + 4267: -35.427177,-23.175499 + 4268: -36.07171,-24.030968 + 4399: -29.275717,17.39725 + 4444: 37.268784,43.60165 + 4445: 36.483627,41.4454 + 4446: 36.507065,36.910244 + 4447: 36.46019,32.72665 + 4448: 36.624252,31.730556 + 4477: 10.025911,35.373306 + 4478: 13.904818,34.635025 + 4479: 21.990755,38.853775 + 4480: 22.682161,35.71315 + 4481: 22.354036,35.302994 + 4553: -2.4699473,57.66812 + 4554: -1.9605174,61.33826 + 4643: -18.422426,-13.633619 + 4644: -14.188051,-13.727369 + 6384: 45.7115,21.249813 + 6385: 45.24275,20.921688 + 6582: 27.056904,-17.133144 + 6583: 30.424091,-16.844082 + 6698: 33.843174,-9.091288 + - node: + color: '#FFFFFFFF' + id: Flowersbr1 + decals: + 130: 55,-13 + 131: 61,-2 + 132: 70,-2 + 133: 67,-12 + 134: 69,-13 + 135: 65,-26 + 136: 49,-19 + 154: -1,-8 + 168: 14,-39 + 240: 49,53 + 275: 28,-37 + 3831: -44.33088,-2.2482138 + 3832: -43.93244,-5.8693075 + 3833: -41.295723,-9.455245 + 3834: -41.97541,-9.349776 + 3835: -41.95248,-8.139395 + 3867: -1.0776595,8.740107 + 3868: 3.4340591,8.447138 + 3869: -1.335472,13.57995 + 4221: 75.11335,13.796486 + 4382: -82.396416,14.119084 + 4383: -87.62298,11.845647 + 4384: -87.49407,4.019742 + 4385: -87.54095,-0.7380705 + 4386: -95.88801,0.6827178 + 4387: -100.824684,4.2680645 + 4388: -107.24656,11.334471 + 4389: -85.634315,30.506989 + 4519: -13.520875,76.02554 + 4520: -13.743531,75.545074 + 4521: -14.1536875,72.70914 + 4522: -13.4974375,73.295074 + 4523: 3.9494667,71.408356 + 4524: 4.769779,71.33804 + 4525: 10.793217,71.38492 + 4526: 9.82056,71.701324 + 4527: 15.703373,75.09976 + 4528: 15.808842,74.10367 + 4529: 16.078373,77.53726 + 4625: -24.406801,-13.571119 + 4626: -24.172426,-14.039869 + 4627: -19.906801,-13.727369 + 4628: -15.641176,-13.383619 + 4629: -28.891176,-13.477369 + 4705: 47.379055,-0.39145994 + 4706: 46.722805,-0.68052244 + 4707: 46.55093,-1.79771 + 4708: 46.246243,-6.219585 + 4709: 46.668118,-7.11021 + 6449: -37.26589,-32.81844 + 6581: 27.720966,-17.226894 + 6602: 39.272312,21.207067 + 6603: 35.303562,20.972692 + 6617: -0.12716675,37.33713 + 6618: -0.49435425,33.99338 + 6629: -58.423378,9.165353 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 163: -32,-2 + 180: 13,-50 + 181: -5,-46 + 197: 3,15 + 242: 35,57 + 3847: -22.625883,17.494452 + - node: + color: '#FFFFFFFF' + id: Flowersbr3 + decals: + 4067: -8.379491,-28.878878 + 4068: -24.50449,-29.347628 + 4069: -24.445896,-35.72263 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 162: -32,5 + 187: 9,-42 + 243: 35,53 + 244: 49,56 + 245: 75,19 + 273: 37,-37 + 3836: -42.435295,-8.444082 + 3837: -32.368748,-1.3575978 + 3838: -31.513279,-3.0685353 + 3839: -32.274998,6.4943037 + 3857: 3.586403,9.560419 + 3861: 2.9067154,14.083857 + 3862: 3.4340591,13.451044 + 3864: -1.3120345,15.372919 + 3897: 41.22408,-12.2193 + 3898: 41.716267,-12.5357065 + 4010: 38.132412,-36.9921 + 4011: 37.733974,-36.663975 + 4012: 30.386318,-36.6171 + 4013: 28.663662,-36.499912 + 4014: 34.063217,-36.781162 + 4015: 15.738369,-38.61382 + 4016: 14.2618065,-38.7896 + 4017: 19.769619,-38.813038 + 4018: 20.78915,-38.87163 + 4059: -9.129491,-28.468721 + 4060: -8.414647,-30.660128 + 4061: -24.12949,-31.29294 + 4062: -24.246677,-28.316378 + 4063: -24.375584,-34.269505 + 4205: 55.255795,8.300319 + 4206: 62.3222,8.00735 + 4207: 61.806576,8.558131 + 4208: 64.16205,8.241725 + 4367: -81.4554,17.473248 + 4368: -88.053055,17.238873 + 4369: -88.9554,16.535748 + 4370: -88.66243,15.832623 + 4371: -93.4554,12.328717 + 4372: -94.34602,11.074811 + 4373: -80.95149,10.61778 + 4374: -94.521805,4.164173 + 4375: -88.31087,1.6915169 + 4376: -88.92024,0.19151688 + 4377: -87.60774,-0.9920769 + 4378: -96.80696,1.8790169 + 4379: -96.385086,1.4571419 + 4380: -96.760086,1.1524544 + 4381: -81.97454,14.540959 + 4400: -21.810873,17.643343 + 4401: -16.579916,17.619905 + 4404: 14.210445,23.932573 + 4405: 13.589352,24.389605 + 4449: 36.56566,32.08212 + 4450: 36.94066,31.390713 + 4451: 36.55394,35.937588 + 4539: -13.743439,73.35367 + 4540: 4.6081233,71.34976 + 4541: 4.2214046,70.79898 + 4542: 11.545624,71.00992 + 4543: 15.932991,73.71695 + 4544: 16.120491,77.607574 + 4545: -13.921142,74.58235 + 4546: 7.16089,71.28938 + 4547: -2.2590098,60.890778 + 4548: -1.8840097,60.49234 + 4587: -16.46437,58.884377 + 4713: 47.31596,-8.0932665 + 4714: 46.339397,-1.3552244 + 4715: 47.425335,0.06665063 + 4724: 0.854146,50.630543 + 4725: 1.276021,52.427418 + 6450: -38.0237,-34.490314 + 6451: -35.55495,-32.69344 + 6605: 38.577,21.199255 + 6621: 0.14627075,35.12407 + 6622: -1.1427917,36.16313 + 6630: -58.923378,9.040353 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 194: -1,10 + 206: -28,18 + 222: 37,40 + 6707: 34.811924,-8.872538 + 6708: 35.530674,-9.257954 + 6709: 36.11401,-8.872538 + 6710: 35.968174,-10.091288 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 155: -1,-5 + 156: 3,-12 + 186: -11,-50 + 205: -16,18 + 217: 14,25 + 3825: -44.096504,-3.1622763 + 3826: -44.565254,-4.7911825 + 3827: -43.66291,2.357255 + 3828: -43.311348,5.451005 + 3903: 45.302204,-10.180238 + 3915: 46.04651,11.659302 + 3916: 45.601196,14.553833 + 3917: 46.169136,15.167618 + 3918: 60.727173,-0.47294283 + 3919: 60.587387,-2.518785 + 3920: 59.35692,-2.1672225 + 3921: 70.58348,-1.7336287 + 3922: 66.320595,-11.504879 + 3923: 67.31259,-21.545208 + 3924: 64.39785,-25.981995 + 3925: 49.421288,-26.192932 + 3989: 54.767838,-12.277813 + 3990: 56.502213,-7.859844 + 3991: 54.63893,-7.250469 + 3992: 57.45143,-2.8077326 + 3993: 69.32832,-2.2803888 + 3994: 75.42234,-3.3819513 + 3995: 76.1489,-0.80382633 + 3996: 68.297264,-21.75607 + 3997: 65.38301,-26.463566 + 3998: 59.2887,-28.432316 + 3999: 41.39664,-30.499702 + 4000: 41.361485,-28.894234 + 4222: 74.43366,14.476173 + 4223: 74.63288,18.085548 + 4262: -35.544365,-21.370811 + 4482: 22.893099,35.033463 + 4483: 21.932161,39.73268 + 4484: 13.354036,35.103775 + 4485: 8.900911,35.267838 + 4588: -17.249527,56.42344 + 4589: -16.47609,51.970314 + 4590: -17.179214,48.25547 + 4636: -30.141176,-13.477369 + 4637: -28.734926,-14.055494 + 4638: -23.813051,-13.539869 + 4639: -23.188051,-13.492994 + 4640: -18.969301,-14.164869 + 4641: -17.703676,-13.477369 + 4642: -18.531801,-13.258619 + 6386: 47.695873,20.83575 + 6586: 28.103779,-16.859707 + 6587: 32.252216,-17.49252 + 6588: 0.82022095,-38.51386 + 6699: 36.061924,-11.132954 + 6705: 32.051506,-8.924621 + 6706: 33.686924,-9.216288 + - node: + color: '#FFFFFFFF' + id: Flowersy1 + decals: + 183: 6,-46 + 198: 3,10 + 202: -19,18 + 3823: -43.885567,1.513505 + 3848: -26.30557,17.564764 + 3863: -1.288597,14.376825 + 4227: 74.688835,19.939117 + 4228: 43.913097,15.355074 + 4474: 10.471224,35.81862 + 4475: 22.166536,36.615494 + 4476: 22.939974,39.73268 + 6620: -0.31466675,36.571507 + 6696: 32.721985,-8.915822 + 6697: 32.930317,-9.030405 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 129: 59,-2 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 214: 5,23 + 274: 35,-37 + 3824: -44.33088,-4.029464 + 3840: -32.15781,7.1505537 + 3841: -31.724216,7.37321 + 3842: -30.759369,17.623358 + 3843: -30.067963,17.588202 + 3899: 41.727985,-11.668519 + 4006: 29.472256,-36.71085 + 4007: 34.534756,-36.851475 + 4021: 15.53915,-38.68413 + 4022: 18.316494,-38.89507 + 4057: -8.660741,-28.234346 + 4058: -9.059178,-27.695284 + 4231: 44.428345,15.260944 + 4232: 46.44397,8.143846 + 4233: 40.676,-10.025475 + 4234: 40.523655,-10.611412 + 4235: 43.699436,-11.490318 + 4265: -36.118584,-21.019249 + 4266: -35.626396,-23.655968 + 4355: -89.14887,14.78907 + 4356: -87.64887,14.13282 + 4357: -89.32465,11.32032 + 4358: -88.99653,10.429695 + 4359: -93.57856,11.800789 + 4360: -94.16312,4.915489 + 4361: -95.393585,1.246851 + 4362: -94.936554,1.4929447 + 4363: -89.37015,1.1296635 + 4364: -87.612335,1.7390385 + 4365: -87.72952,4.153101 + 4366: -81.05696,17.16856 + 4710: 46.28471,-6.9057665 + 4711: 46.823772,-7.7807665 + 4712: 46.34721,-7.8120165 + 4716: 46.769085,-0.38647437 + 6584: 28.478779,-17.375332 + 6585: 31.135029,-17.289394 + 6628: -61.36869,8.93879 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 184: -3,-49 + 185: 13,-54 + 193: -1,15 + 203: -30,18 + 241: 35,55 + 253: 63,8 + 3818: -44.448067,-3.31462 + 3819: -43.967598,-4.732589 + 3820: -44.108223,-6.8536825 + 3844: -25.7789,17.857733 + 3858: 3.0356216,9.384638 + 3859: 3.398903,9.290888 + 3902: 47.31783,-10.227113 + 3911: 46.392048,12.57417 + 3912: 46.040485,12.140576 + 3926: 49.1166,-26.603088 + 3927: 49.843163,-27.083557 + 3928: 49.58535,-18.62262 + 3929: 49.468163,-19.325745 + 3930: 65.46426,-11.159059 + 3931: 56.69863,-7.2684336 + 3932: 58.339256,-2.1115599 + 3933: 64.80801,-3.9982786 + 3934: 65.12441,-4.349841 + 3935: 75.4745,-4.54906 + 4023: 18.91415,-38.52007 + 4024: 13.47665,-38.89507 + 4025: 20.437588,-38.80132 + 4026: 8.689707,-45.91225 + 4027: 8.103769,-45.631 + 4028: 5.220957,-45.92397 + 4029: 4.683049,-49.234737 + 4030: 12.569768,-50.476925 + 4031: 12.82758,-51.273796 + 4032: -10.468108,-51.59378 + 4033: -10.608733,-50.585968 + 4034: -5.5732093,-45.661797 + 4035: -4.6239905,-45.954765 + 4070: -24.328709,-34.79685 + 4071: -8.356053,-30.121065 + 4072: -24.481052,-28.363253 + 4073: -24.12949,-31.808565 + 4201: 62.41595,8.417506 + 4202: 63.622986,8.2886 + 4203: 56.90814,8.300319 + 4204: 57.681576,8.347194 + 4220: 74.9239,14.301609 + 4402: -17.177572,17.701937 + 4403: 4.425289,24.43648 + 4434: 35.379406,56.384266 + 4435: 35.35597,54.427235 + 4436: 48.516125,53.44286 + 4437: 48.529694,56.54833 + 4438: 36.65941,43.68774 + 4439: 36.600815,42.573784 + 4440: 36.55394,35.679775 + 4441: 37.350815,36.93368 + 4442: 37.327377,32.36337 + 4443: 37.22191,44.375088 + 4470: 13.822786,35.63112 + 4471: 14.16263,35.16237 + 4472: 9.018099,34.85768 + 4473: 9.463411,34.517838 + 4551: -2.2121348,60.257965 + 4552: -1.9660411,57.49234 + 4582: -16.792496,47.845314 + 4583: -17.40187,50.552345 + 4584: -16.897964,51.25547 + 4585: -16.83937,55.439064 + 4586: -17.13234,58.09922 + 4632: -24.656801,-13.586744 + 4633: -19.375551,-13.602369 + 4634: -14.906801,-14.117994 + 4635: -29.344301,-13.664869 + 4722: 0.838521,49.943043 + 6387: 47.8365,20.992 + 6388: 45.039623,21.343563 + 6448: -37.92995,-32.66219 + 6604: 35.873875,20.83988 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 71: 40,-20 + 72: 50,-18 + 73: 67,-21 + 74: 66,-11 + 75: 56,-7 + 76: 63,0 + 77: 67,-2 + 78: 73,-6 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 157: -1,-11 + 204: -25,18 + 215: 4,25 + 221: 37,35 + 3788: 3.371901,-10.462841 + 3789: -1.4562241,-11.751904 + 3821: -42.877754,4.46663 + 3822: -44.284004,1.9470987 + 4242: 38.00763,-20.166222 + 4406: 13.50732,24.038042 + 4530: 15.35181,77.65445 + 4531: 15.984623,77.033356 + 4532: 15.375248,74.84195 + 4533: 11.22681,71.314606 + 4534: 10.336185,71.138824 + 4535: 5.297123,71.36148 + 4536: 4.1369667,71.45523 + 4537: -13.626251,74.72476 + 4538: -13.860626,73.86929 + 4723: 1.182271,50.482105 + 6701: 36.197342,-11.987121 + 6702: 35.874424,-10.112121 + 6703: 35.041092,-8.841288 + 6704: 34.124424,-9.216288 + - node: + color: '#334E6DFF' + id: FullTileOverlayGreyscale + decals: + 678: -26,76 + - node: + color: '#91D4FFFF' + id: FullTileOverlayGreyscale + decals: + 677: -29,76 + - node: + color: '#9FED58FF' + id: FullTileOverlayGreyscale + decals: + 681: -26,72 + - node: + color: '#A46106FF' + id: FullTileOverlayGreyscale + decals: + 683: -28,72 + - node: + color: '#D381C9FF' + id: FullTileOverlayGreyscale + decals: + 680: -28,76 + - node: + color: '#D4D4D4FF' + id: FullTileOverlayGreyscale + decals: + 684: -29,72 + - node: + color: '#DE3A3AFF' + id: FullTileOverlayGreyscale + decals: + 682: -27,72 + - node: + color: '#EFB341FF' + id: FullTileOverlayGreyscale + decals: + 679: -27,76 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Grassb2 + decals: + 101: -21,-14 + 116: 55,0 + 117: 57,-4 + 118: 63,-8 + 119: 68,-15 + 120: 50,-27 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Grassb5 + decals: + 100: -18,-14 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 195: 3,14 + - node: + color: '#FFFFFFFF' + id: Grassc1 + decals: + 279: 39,-37 + 324: -106.45246,26.066643 + 331: -101.35871,25.457268 + 3873: -1.2555814,12.724482 + 3874: -1.3258939,11.2362 + 3875: 3.3967624,13.626825 + 3876: 3.2912936,15.536982 + 3877: 42.188217,-12.685484 + 3878: 42.9265,-13.622984 + 3879: 42.668686,-13.037046 + 3880: 40.793686,-14.548765 + 3881: 40.992905,-15.169859 + 3882: 40.84056,-10.646421 + 3883: 47.250717,-9.521421 + 3884: 47.485092,-8.841734 + 3885: 46.38353,6.408603 + 3886: 45.199936,12.368394 + 3887: 45.24681,14.782456 + 3888: 46.27806,13.950425 + 4390: -76.73136,11.083948 + 4391: -81.59464,14.119104 + 4392: -88.25988,13.697229 + 4393: -88.84687,4.3498635 + 4394: -87.53437,0.55515265 + 4395: -95.58354,2.7231214 + 4396: -17.58807,17.6785 + 4397: -23.674154,17.561312 + 4398: -20.310873,17.631624 + 4457: 22.022528,35.620773 + 4458: 23.018621,37.23796 + 4459: 21.928778,39.60515 + 4460: 13.119661,35.666275 + 4461: 13.41263,34.822525 + 4462: 8.924349,35.4319 + 4630: -28.203676,-13.430494 + 4631: -23.609926,-14.149244 + - node: + color: '#FFFFFFFF' + id: Grassc2 + decals: + 211: -29,18 + 327: -106.37434,22.410393 + 330: -104.74934,19.879143 + 3816: -44.58869,0.31819248 + 3817: -43.979317,-3.6661825 + - node: + color: '#FFFFFFFF' + id: Grassc3 + decals: + 254: 55,8 + 4052: -24.094334,-28.66794 + 4053: -24.574802,-30.753878 + 4054: -23.836521,-34.03513 + 4055: -8.473241,-29.031221 + 4056: -9.223241,-28.398409 + 4566: -17.554214,51.091408 + 4567: -16.65187,52.65 + 4568: -16.546402,56.470314 + 4569: -17.179214,58.732033 + 4570: -17.190933,59.353127 + 4571: -16.581558,54.314064 + - node: + color: '#FFFFFFFF' + id: Grassc4 + decals: + 325: -106.12434,25.801018 + 326: -100.88996,28.801018 + 328: -104.62434,20.535393 + 329: -103.96809,20.222893 + 3811: -43.95588,-0.5724325 + 3812: -44.530098,-1.1466513 + 3813: -44.33088,-4.779464 + 3814: -42.91291,3.5642862 + 3815: -44.108223,2.451005 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Grassd1 + decals: + 102: -26,-14 + 103: -29,-14 + 107: 61,-27 + 108: 62,-27 + 109: 68,-7 + 110: 60,-2 + 111: 68,0 + 112: 75,-4 + 113: 75,-7 + 114: 60,-9 + 115: 53,-8 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 278: 38,-37 + 333: -106.62434,25.519768 + 3790: -1.3586571,-5.1471586 + 3791: 3.3054054,-6.5651274 + 3792: -17.25638,-13.645953 + 3793: -14.572786,-13.892047 + 3794: -25.641973,-13.575641 + 3904: 44.458454,-9.981019 + 3905: 47.247517,-8.199769 + 3906: 43.145954,-14.37555 + 3907: 46.134235,10.457251 + 3908: 46.310017,11.254126 + 3909: 43.91939,15.433545 + 3910: 45.63033,15.410108 + 4224: 74.503975,17.347267 + 4225: 75.19538,15.413673 + 4226: 75.20446,20.161774 + 4229: 44.217785,14.802733 + 4230: 43.64319,12.132038 + 4308: -89.45848,14.69341 + 4309: -87.71239,16.919971 + 4310: -88.017075,17.58794 + 4311: -87.442856,12.91216 + 4312: -82.61473,13.017629 + 4313: -82.005356,11.962941 + 4314: -82.43895,12.44341 + 4315: -82.12254,17.248096 + 4316: -93.548325,11.716847 + 4317: -93.642075,10.732472 + 4318: -94.35692,5.6113787 + 4319: -95.52879,3.490285 + 4320: -94.380356,2.7988787 + 4321: -94.755356,1.7559099 + 4322: -89.505356,3.8887224 + 4323: -88.41551,4.615285 + 4324: -87.18504,0.6190014 + 4325: -87.7827,0.054658413 + 4326: -100.82238,5.9791574 + 4327: -81.19448,17.579124 + 4328: -85.97573,30.987486 + - node: + color: '#FFFFFFFF' + id: Grassd2 + decals: + 159: -19,-14 + 174: 5,-46 + 190: 13,-39 + 191: 8,-46 + 192: -3,-46 + 371: -101.25319,6.801566 + 372: -102.97194,2.1765664 + 373: -107.59694,7.973441 + 4001: 40.67008,-32.269234 + 4002: 41.537266,-31.437202 + 4003: 38.026943,-36.570225 + 4004: 33.128506,-36.72257 + 4005: 29.296474,-36.746006 + 4019: 18.152431,-38.766163 + 4020: 15.6329,-38.80132 + 4036: -4.237272,-45.579765 + 4037: -2.7372718,-46.611015 + 4038: -2.5146155,-48.89617 + 4039: -10.72946,-52.38836 + 4040: 4.4652367,-46.596336 + 4041: 8.613674,-42.547398 + 4042: -8.812107,-29.940277 + 4043: -8.390232,-29.389496 + 4044: -9.280857,-27.549652 + 4045: -9.339451,-30.994965 + 4046: -24.328709,-31.808565 + 4047: -24.188084,-32.35935 + 4048: -24.516209,-35.499973 + 4049: -24.41074,-27.707003 + 4243: 41.46466,-20.506065 + 4244: 43.105286,-20.588097 + 4245: 40.386536,-20.17794 + 4246: 41.46686,-29.405165 + 4247: 32.185696,-36.547718 + 4248: 30.955227,-36.219593 + 4249: 16.974197,-38.411 + 4250: 9.176867,-43.884598 + 4251: 8.344835,-45.18538 + 4252: 13.26671,-52.60527 + 4253: 4.477648,-48.58574 + 4254: -2.3533373,-47.495895 + 4255: -10.527844,-53.8123 + 4256: -8.970274,-31.41587 + 4257: -24.60868,-32.43083 + 4258: -35.703304,-24.180399 + 4259: -35.37518,-23.477274 + 4260: -36.136898,-21.250711 + 4261: -36.136898,-20.723368 + 4452: 36.600815,34.824306 + 4453: 36.589096,38.574306 + 4454: 36.55394,44.316494 + 4455: 37.175034,43.68368 + 4456: 21.518621,34.62468 + 4491: 11.356211,71.54686 + 4492: 12.029604,71.30289 + 4493: 5.90691,71.80679 + 4494: 4.671523,71.502106 + 4495: 8.398086,71.52554 + 4496: 15.968399,75.1232 + 4497: 15.663712,74.86539 + 4498: 15.628555,77.1857 + 4499: 15.616837,77.9357 + 4500: -13.793809,73.96304 + 4501: -13.430528,74.61929 + 4502: -13.981309,77.63101 + 4555: -17.296402,57.396095 + 4556: -16.921402,56.177345 + 4557: -16.804214,56.89219 + 4558: -16.534683,59.107033 + 4559: -17.366714,52.802345 + 4560: -16.94484,52.040627 + 4561: -17.062027,51.53672 + 4562: -17.612808,49.76719 + 4563: -16.75734,48.407814 + 4564: -16.38234,47.622658 + 6383: 46.664623,20.867 + 6447: -36.633076,-34.232502 + 6577: 27.660282,-16.74252 + 6578: 26.90247,-17.21127 + 6579: 29.863407,-17.281582 + 6580: 31.94601,-16.703457 + 6623: -58.079628,9.180978 + 6624: -62.696815,9.290353 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Grassd3 + decals: + 104: 38,-20 + 105: 51,-27 + 106: 59,-28 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 175: 9,-41 + 176: -6,-46 + 210: -18,18 + 218: 14,24 + 223: 37,33 + 374: -107.893814,7.629691 + 375: -102.268814,10.754691 + 376: -101.143814,10.989066 + 377: -101.112564,5.004691 + 3795: -29.864674,-13.505328 + 3796: -29.153486,-13.317828 + 3797: -32.354507,-2.4801526 + 3798: -32.495132,-3.1949964 + 3799: -31.627947,-0.6754651 + 3800: -32.307632,5.1948705 + 3801: -32.2256,4.644089 + 3802: -43.23399,6.3132153 + 3803: -43.163677,5.8210278 + 3804: -42.85899,5.1296215 + 3805: -43.491802,3.2897778 + 3806: -43.386333,2.856184 + 3807: -44.33712,1.2381024 + 3808: -44.266808,-7.0084305 + 3809: -43.434776,-7.982435 + 3943: 50.054928,-25.94495 + 3944: 48.871334,-26.7887 + 3945: 49.527584,-17.636356 + 3946: 54.777584,-12.405542 + 3947: 55.246334,-9.582343 + 3948: 55.808834,-9.804999 + 3949: 53.441647,-3.8166533 + 3950: 55.445553,-0.44769478 + 3951: 54.566647,-0.78553295 + 3952: 59.992428,-0.29334545 + 3953: 64.832275,-0.69178295 + 3954: 65.582275,-1.4183455 + 3955: 65.46509,-2.2620955 + 3956: 75.81674,-1.0902205 + 3957: 75.514244,-0.4456892 + 4050: -24.141209,-28.10544 + 4212: 58.9472,8.1011 + 4213: 60.587826,8.605006 + 4214: 58.59564,8.75735 + 4215: 56.60129,8.421641 + 4216: 75.18171,13.832859 + 4217: 75.19343,18.860203 + 4218: 74.560616,20.278172 + 4219: 74.9239,20.66489 + 4263: -35.333427,-20.620811 + 4264: -36.188896,-24.159874 + 4335: -88.094185,3.6152077 + 4336: -93.82465,3.8027077 + 4337: -93.74262,2.7714577 + 4338: -89.33637,0.46286392 + 4407: 3.733883,24.89351 + 4408: 13.823727,23.838823 + 4409: 13.31982,23.510698 + 4410: 13.530758,25.420855 + 4411: 4.894039,25.807573 + 4412: 4.3666954,25.709267 + 4413: 9.559973,34.656773 + 4414: 10.485754,34.902866 + 4415: 12.267004,34.938023 + 4416: 13.673254,35.88724 + 4417: 14.2591915,34.66849 + 4418: 23.290749,36.60635 + 4419: 22.50695,37.49889 + 4420: 22.342888,36.19811 + 4421: 22.764763,35.23717 + 4422: 22.88195,36.256702 + 4423: 22.13195,39.303577 + 4424: 21.745232,39.807484 + 4425: 22.14367,40.03014 + 4426: 35.47775,54.387238 + 4427: 35.653732,55.652863 + 4428: 35.513107,55.441925 + 4429: 35.1967,54.668488 + 4430: 49.222614,55.898956 + 4431: 48.765583,56.70755 + 4432: 48.917927,54.56302 + 4433: 48.636677,53.660675 + 4486: 12.548815,35.9944 + 4487: 11.330065,34.459244 + 4503: -13.559434,78.08804 + 4504: -13.325059,75.545074 + 4505: -13.922715,72.58023 + 4506: 10.613007,71.502106 + 4507: 7.5309753,71.06851 + 4508: 15.991913,74.02164 + 4509: 15.323944,74.29117 + 4549: -2.059791,57.85562 + 4550: -2.3058848,60.02359 + 4565: -17.261246,47.528908 + 4698: 46.39468,-5.921156 + 4699: 46.668118,-6.296156 + 4700: 46.668118,-7.5852184 + 4701: 46.402493,-2.3352184 + 4702: 46.011868,-1.8117809 + 4703: 46.371243,-1.4367809 + 4704: 47.402493,-0.38990593 + 4717: 0.8775835,53.771168 + 4718: 1.182271,54.169605 + 4719: 1.2369585,52.169605 + 4720: 0.979146,51.607105 + 4721: 1.1744585,49.825855 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 6600: 39.41204,21.035192 + 6601: 37.302666,20.949255 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Grasse2 + decals: + 121: 53,-14 + 122: 56,-11 + 123: 64,-11 + 124: 66,-8 + 125: 69,-2 + 126: 74,-1 + 127: 76,-3 + 128: 56,-1 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 196: 3,11 + 3810: -44.459785,-0.31462002 + 3889: 46.219467,7.4113626 + 3890: 46.629623,2.055894 + 3891: 46.711655,1.5519876 + 3892: 46.137436,1.4242432 + 3893: 41.70775,-10.768253 + 3894: 41.930405,-11.225285 + 4051: -24.539646,-28.773409 + 4598: -17.338375,54.89626 + 4599: -17.340744,46.596977 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 209: -23,18 + 224: 37,38 + 246: 75,14 + 277: 33,-37 + 332: -101.21809,24.910393 + 3870: 3.4670749,11.869013 + 3871: -1.5719876,13.380732 + 3872: -0.9274564,13.650263 + 3895: 41.285873,-11.225285 + 3896: 40.864,-12.58466 + 3958: 58.428307,-1.5706892 + 3959: 64.08846,-3.082408 + 3960: 64.74471,-3.3519392 + 3961: 66.877525,-8.30897 + 3962: 66.63143,-8.894908 + 3963: 68.658775,-6.6214705 + 3964: 64.920494,-11.695689 + 3965: 64.42831,-11.238658 + 3966: 58.252525,-10.582408 + 3967: 57.64315,-11.086314 + 3968: 68.2198,-20.300789 + 3969: 67.75632,-22.44498 + 3970: 65.436005,-25.25748 + 3971: 65.93991,-24.554356 + 3972: 62.131313,-27.390293 + 3973: 61.170376,-27.777012 + 3974: 58.553608,-27.741856 + 3975: 64.34267,-12.237476 + 3976: 58.319233,-11.185775 + 3977: 55.54189,-6.6506186 + 4329: -84.03042,30.881887 + 4330: -88.42231,16.812563 + 4331: -87.531685,14.527407 + 4332: -82.52778,16.613344 + 4333: -81.08637,10.6485 + 4334: -87.531685,4.165989 + 4572: -17.296402,50.622658 + 4620: -29.594301,-13.758619 + 4621: -20.969301,-13.602369 + 4622: -22.469301,-14.071119 + 4623: -17.969301,-13.321119 + 4624: -14.281801,-13.399244 + 6380: 45.12556,21.343563 + 6381: 45.43806,21.101376 + 6382: 48.11775,21.08575 + 6441: -37.008076,-32.490314 + 6442: -35.45339,-32.763752 + 6443: -35.6487,-33.841877 + 6444: -37.875263,-34.459064 + 6445: -36.875263,-34.576252 + 6446: -37.469013,-34.63094 + 6590: 0.39834595,-37.841984 + 6591: 2.2253008,-27.95306 + 6592: -0.2825117,-22.79681 + 6593: -31.654049,-1.3245959 + 6594: -28.3777,17.481447 + 6595: -19.469736,17.55176 + 6596: -19.477549,17.98926 + 6597: 35.28704,21.324255 + 6598: 35.677666,21.003942 + 6599: 38.013603,21.324255 + 6613: -1.4631042,35.86057 + 6614: 0.036895752,37.76682 + 6615: -1.3537292,35.21213 + 6616: -1.4865417,33.86838 + 6625: -62.845253,9.079415 + 6626: -60.58744,9.212228 + 6627: -58.634315,8.985665 + - node: + color: '#91D4FFFF' + id: HerringboneOverlay + decals: + 2393: 0,2 + 2394: 1,2 + 2395: 1,3 + 2396: 2,2 + 2397: 1,1 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 6678: -23,-22 + - node: + color: '#91D4FFFF' + id: MonoOverlay + decals: + 2398: 0,2 + 2399: 1,2 + 2400: 1,3 + 2401: 2,2 + 2402: 1,1 + - node: + color: '#91D4FFFF' + id: OffsetCheckerAOverlay + decals: + 2403: 1,3 + 2404: 1,2 + 2405: 0,2 + 2406: 2,2 + 2407: 1,1 + - node: + color: '#91D4FFFF' + id: PavementOverlay + decals: + 642: -29,2 + 643: -12,2 + 644: 9,6 + 645: 30,6 + 2387: 9,-2 + 2408: 0,2 + 2409: 1,2 + 2410: 1,3 + 2411: 2,2 + 2412: 1,1 + - node: + color: '#FFFFFFFF' + id: Remains + decals: + 4664: -74.38303,-4.395273 + 4665: 58.464054,51.70824 + 4666: 58.432804,56.20824 + 4693: 90.203255,39.535217 + 4694: 89.453255,41.035217 + 4695: 84.484505,39.425842 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Rock01 + decals: + 83: -32,6 + 84: 3,-5 + 85: -23,-14 + 86: 15,-39 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Rock04 + decals: + 92: 75,-5 + 93: 54,-8 + 94: 49,-20 + 95: 41,-20 + 96: -1,-10 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 4339: -94.19965,4.1894264 + 4340: -81.68403,16.52927 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Rock06 + decals: + 97: 3,-6 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 282: -104.42121,23.972893 + 283: -101.82746,28.332268 + 284: -101.57746,19.832268 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: Rock07 + decals: + 87: 20,-39 + 88: 41,-32 + 89: 50,-26 + 90: 66,-23 + 91: 61,0 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 179: 7,-46 + 285: -102.26496,19.644768 + 286: -101.82746,19.051018 + 287: -101.28059,27.691643 + 288: -105.32746,27.394768 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 2221: -59,19 + 2243: 28,3 + 6486: -17,-34 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 2224: -63,19 + 2244: 24,3 + 6564: -51,-42 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 2222: -59,16 + 2242: 28,0 + 6680: -17,-44 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 2223: -63,16 + 2245: 24,0 + 6491: -22,-35 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 3554: 15,12 + 6411: -59,58 + 6485: -20,-34 + 6531: -21,-21 + 6661: 44,38 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 2861: 48,38 + 3555: 21,12 + 6412: -55,58 + 6499: -19,-42 + 6532: -15,-21 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 3557: 15,16 + 6410: -59,60 + 6534: -21,-19 + 6566: -49,-44 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 3556: 21,16 + 6409: -55,60 + 6494: -19,-35 + 6533: -15,-19 + - node: + color: '#FFFFFFFF' + id: WarnFull + decals: + 3502: -104,53 + 3503: -104,52 + 3504: -104,51 + 3505: -104,50 + 3506: -104,49 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 2225: -59,18 + 2226: -59,17 + 2240: 28,2 + 2241: 28,1 + 2263: -19,44 + 2264: -19,45 + 2270: 29,56 + 2271: 29,55 + 2272: 29,54 + 3451: -65,-19 + 3452: -65,-18 + 3453: -65,-16 + 3454: -65,-15 + 3455: -110,9 + 3456: -110,7 + 3467: -117,0 + 3468: -117,1 + 3469: -117,3 + 3470: -117,4 + 3471: -117,13 + 3472: -117,12 + 3473: -117,15 + 3474: -117,16 + 3475: -110,-7 + 3476: -110,-9 + 3483: -110,25 + 3484: -110,23 + 3528: 77,-16 + 3529: 77,-17 + 3530: 77,-18 + 3535: 80,-3 + 3536: 80,-4 + 3537: 80,-5 + 3543: 15,15 + 3544: 15,14 + 3545: 15,13 + 6407: -59,59 + 6472: -20,-28 + 6473: -20,-29 + 6474: -20,-31 + 6475: -20,-32 + 6476: -20,-33 + 6477: -17,-38 + 6478: -17,-39 + 6479: -17,-40 + 6480: -17,-41 + 6481: -17,-42 + 6482: -17,-43 + 6483: -20,-30 + 6489: -17,-35 + 6490: -17,-36 + 6525: -21,-20 + 6563: -49,-45 + 6573: -17,-36 + 6658: 44,39 + 6659: 44,40 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 2232: -62,16 + 2233: -61,16 + 2234: -60,16 + 2246: 25,0 + 2247: 26,0 + 2248: 27,0 + 2871: 37,50 + 2872: 47,50 + 3481: -86,-18 + 3482: -84,-18 + 3489: -86,33 + 3490: -84,33 + 3517: 41,-35 + 3518: 42,-35 + 3519: 44,-35 + 3520: 45,-35 + 3521: 46,-35 + 3522: 47,-35 + 3523: 48,-35 + 3524: 50,-35 + 3538: 16,16 + 3539: 17,16 + 3540: 18,16 + 3541: 19,16 + 3542: 20,16 + 6404: -58,60 + 6405: -57,60 + 6406: -56,60 + 6492: -21,-35 + 6493: -20,-35 + 6508: -28,-44 + 6509: -27,-44 + 6510: -26,-44 + 6511: -25,-44 + 6512: -24,-44 + 6513: -23,-44 + 6514: -22,-44 + 6515: -20,-44 + 6516: -19,-44 + 6521: -16,-19 + 6522: -17,-19 + 6523: -19,-19 + 6524: -20,-19 + 6550: -36,-44 + 6551: -37,-44 + 6552: -38,-44 + 6553: -39,-44 + 6554: -40,-44 + 6555: -41,-44 + 6556: -42,-44 + 6557: -43,-44 + 6558: -44,-44 + 6559: -45,-44 + 6560: -46,-44 + 6561: -47,-44 + 6562: -48,-44 + 6681: -18,-44 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 2230: -63,18 + 2231: -63,17 + 2238: 24,2 + 2239: 24,1 + 2265: -21,45 + 2266: -21,44 + 2267: 25,56 + 2268: 25,55 + 2269: 25,54 + 2859: 48,39 + 3447: -66,-15 + 3448: -66,-16 + 3449: -66,-18 + 3450: -66,-19 + 3457: -111,9 + 3458: -111,7 + 3459: -117,13 + 3460: -117,12 + 3461: -117,15 + 3462: -117,16 + 3463: -117,4 + 3464: -117,3 + 3465: -117,1 + 3466: -117,0 + 3477: -111,-9 + 3478: -111,-7 + 3485: -111,23 + 3486: -111,25 + 3491: -102,53 + 3492: -102,52 + 3493: -102,51 + 3494: -102,50 + 3495: -102,49 + 3496: -102,48 + 3497: -102,47 + 3498: -102,45 + 3499: -102,54 + 3500: -102,55 + 3501: -102,57 + 3531: 78,-2 + 3532: 78,-3 + 3533: 78,-5 + 3534: 78,-6 + 3551: 21,13 + 3552: 21,14 + 3553: 21,15 + 6408: -55,59 + 6462: -22,-25 + 6463: -22,-24 + 6464: -22,-23 + 6465: -22,-26 + 6466: -22,-28 + 6467: -22,-29 + 6468: -22,-31 + 6469: -22,-32 + 6470: -22,-33 + 6471: -22,-34 + 6484: -22,-30 + 6495: -19,-36 + 6496: -19,-38 + 6497: -19,-39 + 6498: -19,-40 + 6517: -15,-40 + 6518: -15,-34 + 6519: -15,-35 + 6520: -15,-20 + 6565: -51,-43 + 6572: -19,-36 + 6660: 48,40 + 6679: -19,-41 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 2227: -62,19 + 2228: -61,19 + 2229: -60,19 + 2235: 25,3 + 2236: 26,3 + 2237: 27,3 + 2860: 47,38 + 2864: 38,57 + 2865: 39,57 + 2866: 40,57 + 2867: 44,57 + 2868: 45,57 + 2869: 46,57 + 2870: 37,52 + 2873: 47,52 + 3479: -86,-17 + 3480: -84,-17 + 3487: -86,34 + 3488: -84,34 + 3525: 41,-34 + 3526: 42,-34 + 3527: 50,-34 + 3546: 16,12 + 3547: 17,12 + 3548: 18,12 + 3549: 19,12 + 3550: 20,12 + 4614: -34,44 + 4615: -33,44 + 4616: -32,44 + 6401: -58,58 + 6402: -57,58 + 6403: -56,58 + 6487: -18,-34 + 6488: -19,-34 + 6500: -20,-42 + 6501: -22,-42 + 6502: -23,-42 + 6503: -24,-42 + 6504: -25,-42 + 6505: -26,-42 + 6506: -27,-42 + 6507: -28,-42 + 6526: -20,-21 + 6527: -19,-21 + 6528: -18,-21 + 6529: -17,-21 + 6530: -16,-21 + 6535: -36,-42 + 6536: -37,-42 + 6537: -38,-42 + 6538: -39,-42 + 6539: -40,-42 + 6540: -41,-42 + 6541: -42,-42 + 6542: -43,-42 + 6543: -44,-42 + 6544: -45,-42 + 6545: -46,-42 + 6546: -47,-42 + 6547: -48,-42 + 6548: -49,-42 + 6549: -50,-42 + 6662: 45,38 + 6663: 46,38 + - node: + angle: -0.2617993877991494 rad + color: '#9F0000FF' + id: body + decals: + 4675: -75.583534,-5.7699175 + - node: + color: '#FFFFFFFF' + id: bushsnowa1 + decals: + 160: -25,-14 + 161: -32,-1 + 272: 29,-37 + - node: + cleanable: True + angle: -0.5061454830783556 rad + color: '#B60000FF' + id: danger + decals: + 17: 53.961716,46.977074 + - node: + color: '#FFFFFFFF' + id: grasssnow + decals: + 339: -90.745636,-9.283487 + - node: + color: '#FFFFFFFF' + id: grasssnow01 + decals: + 340: -89.91751,-9.111612 + - node: + color: '#FFFFFFFF' + id: grasssnow02 + decals: + 341: -90.91751,-8.783487 + 342: -86.94876,-12.533487 + 352: -83.308136,-8.111612 + - node: + color: '#FFFFFFFF' + id: grasssnow10 + decals: + 334: -85.73001,-9.877237 + 335: -85.19876,-10.189737 + - node: + color: '#FFFFFFFF' + id: grasssnow12 + decals: + 336: -82.870636,-10.658487 + - node: + color: '#FFFFFFFF' + id: grasssnow13 + decals: + 337: -82.35501,-10.799112 + 338: -79.526886,-8.767862 + - node: + color: '#FFFFFFFF' + id: grasssnowa2 + decals: + 348: -81.901886,-13.220987 + 349: -78.745636,-10.470987 + - node: + color: '#FFFFFFFF' + id: grasssnowb1 + decals: + 276: 30,-37 + 346: -87.85501,-13.408487 + 347: -90.870636,-10.908487 + - node: + angle: -0.15707963267948966 rad + color: '#FFFFFFFF' + id: grasssnowb2 + decals: + 98: -1,-7 + 99: 3,-11 + - node: + color: '#FFFFFFFF' + id: grasssnowb2 + decals: + 177: -11,-54 + 350: -79.07376,-11.033487 + 351: -84.151886,-8.111612 + - node: + color: '#FFFFFFFF' + id: grasssnowb3 + decals: + 216: 13,23 + 225: 37,42 + - node: + color: '#FFFFFFFF' + id: grasssnowc2 + decals: + 343: -87.370636,-13.033487 + 344: -82.214386,-13.689737 + 345: -79.29251,-10.330362 + - node: + color: '#FFFFFFFF' + id: grasssnowc3 + decals: + 178: 13,-51 + - node: + color: '#9F0000FF' + id: guy + decals: + 4663: -69.00803,-6.582773 + - node: + angle: -0.2617993877991494 rad + color: '#9F0000FF' + id: h + decals: + 4670: -75.84916,-3.2699175 + 4671: -68.97416,-7.1761675 + - node: + angle: -0.2617993877991494 rad + color: '#9F0000FF' + id: k + decals: + 4672: -67.896034,-7.0042925 + - node: + angle: 0.15707963267948966 rad + color: '#9F0000FF' + id: k + decals: + 4667: -73.927284,-3.1136675 + - node: + angle: -0.2617993877991494 rad + color: '#9F0000FF' + id: n + decals: + 4669: -74.583534,-3.3480425 + 4674: -68.271034,-6.7699175 + - node: + angle: -0.2617993877991494 rad + color: '#9F0000FF' + id: o + decals: + 4673: -68.583534,-7.0511675 + - node: + angle: 0.3490658503988659 rad + color: '#9F0000FF' + id: o + decals: + 4668: -75.271034,-3.1605425 + - node: + cleanable: True + angle: 0.15707963267948966 rad + color: '#B60000FF' + id: radiation + decals: + 19: 53.149216,50.96145 + - node: + cleanable: True + angle: 0.5061454830783556 rad + color: '#B60000FF' + id: radiation + decals: + 18: 52.75859,50.414574 + - node: + angle: -0.2617993877991494 rad + color: '#840400FF' + id: rune1 + decals: + 4686: -73.083725,-5.0936604 + 4688: -75.864975,-7.1874104 + 4689: -67.583725,-6.4686604 + - node: + angle: -0.2617993877991494 rad + color: '#840400FF' + id: rune4 + decals: + 4684: -76.833725,-6.2342854 + 4685: -72.958725,-6.0936604 + - node: + angle: -0.2617993877991494 rad + color: '#840400FF' + id: rune6 + decals: + 4683: -76.8181,-5.0936604 + 4687: -74.177475,-7.1717854 + - node: + cleanable: True + angle: -0.15707963267948966 rad + color: '#B60000FF' + id: shotgun + decals: + 22: 52.85234,47.164574 + - node: + cleanable: True + angle: -0.15707963267948966 rad + color: '#B60000FF' + id: skull + decals: + 20: 55.94609,51.1177 + 21: 52.711716,46.6802 + - node: + angle: -0.2617993877991494 rad + color: '#9F0000FF' + id: splatter + decals: + 4676: -73.506905,-3.9139376 + 4677: -73.444405,-4.2108126 + 4678: -76.506905,-4.1014376 + 4679: -73.30378,-4.6326876 + 4680: -72.77253,-4.2733126 + 4681: -72.444405,-3.6326876 + 4682: -73.538155,-7.6326876 + - node: + color: '#9F0000FF' + id: splatter + decals: + 4648: -75.44553,-4.785898 + 4649: -75.10178,-4.551523 + 4650: -74.49241,-5.379648 + 4651: -70.36741,-5.629648 + 4652: -69.86741,-5.395273 + 4653: -69.92991,-5.926523 + 4654: -70.32053,-7.364023 + 4655: -68.13303,-7.707773 + 4656: -74.97678,-7.567148 + 4657: -77.25803,-7.270273 + 4658: -76.85178,-7.598398 + 4659: -77.69553,-4.973398 + 4660: -77.50803,-2.3483982 + 4661: -77.16428,-2.5671482 + 4662: -72.47678,-4.723398 + - node: + cleanable: True + angle: -0.15707963267948966 rad + color: '#B60000FF' + id: splatter + decals: + 23: 59.03984,56.71145 + 24: 58.57109,56.477074 + 25: 59.336716,56.4927 + 26: 58.961716,56.289574 + 27: 53.35234,51.352074 + 28: 52.94609,51.52395 + 29: 53.524216,50.77395 + 30: 51.524216,49.6177 + 31: 51.774216,49.227074 + 32: 51.461716,49.227074 + 33: 51.555466,48.914574 + 34: 54.35234,48.3052 + 35: 54.242966,48.570824 + 36: 54.430466,48.58645 + 37: 55.305466,49.570824 + 38: 55.69609,49.64895 + 39: 55.524216,50.070824 + 40: 61.492966,51.7427 + 41: 61.555466,52.14895 + 42: 61.899216,51.570824 + 43: 61.07109,51.820824 + 44: 61.13359,51.52395 + 45: 62.10234,54.258324 + 46: 62.28984,54.14895 + 47: 61.88359,54.258324 + 48: 59.50859,56.83645 + 49: 56.78984,57.3677 + 50: 56.617966,57.08645 + 51: 60.492966,56.4302 + 52: 55.88359,53.0552 + 53: 56.274216,52.77395 + 54: 55.75859,52.6802 + 55: 58.774216,51.258324 + 56: 58.72734,50.8677 + 57: 59.41484,50.820824 + 58: 58.336716,54.9927 + 59: 57.85234,54.758324 + 60: 54.149216,51.539574 + 61: 54.53984,51.289574 + 62: 54.22734,50.8052 + 63: 54.867966,51.914574 + 64: 54.520893,54.338776 + 65: 54.94277,54.51065 + 66: 54.72402,54.26065 + 67: 54.75527,53.82315 + - type: RadiationGridResistance + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 65535 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 65535 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-4: + 0: 65535 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 65535 + 2,-3: + 0: 65535 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-4: + 0: 65535 + 3,-3: + 0: 65535 + 3,-2: + 0: 65535 + 3,-1: + 0: 65535 + -3,-4: + 0: 65535 + -3,-3: + 0: 65535 + -3,-2: + 0: 65535 + -3,-1: + 0: 65535 + -2,-4: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + -3,0: + 0: 65535 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + 0,3: + 0: 65535 + 1,3: + 0: 65535 + 2,3: + 0: 65535 + 3,3: + 0: 65535 + -4,-4: + 0: 65535 + -4,-3: + 0: 65535 + -4,-2: + 0: 65535 + -4,-1: + 0: 65535 + -4,0: + 0: 65535 + -4,1: + 0: 65535 + -4,2: + 0: 65535 + -4,3: + 0: 65535 + -3,3: + 0: 65535 + -2,3: + 0: 65535 + -1,3: + 0: 65535 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 65535 + 4,3: + 0: 65535 + 5,0: + 0: 65535 + 5,1: + 0: 65535 + 5,2: + 0: 65535 + 5,3: + 0: 65535 + 6,0: + 0: 65535 + 6,1: + 0: 65535 + 6,2: + 0: 65535 + 6,3: + 0: 65535 + 7,0: + 0: 65535 + 7,1: + 0: 65535 + 7,2: + 0: 65535 + 4,-4: + 0: 65535 + 4,-3: + 0: 65535 + 4,-2: + 0: 65535 + 4,-1: + 0: 65535 + 5,-4: + 0: 65535 + 5,-3: + 0: 65535 + 5,-2: + 0: 65535 + 5,-1: + 0: 65535 + 6,-4: + 0: 65535 + 6,-3: + 0: 65535 + 6,-2: + 0: 65535 + 6,-1: + 0: 65535 + 7,-4: + 0: 65535 + 7,-3: + 0: 65535 + 7,-2: + 0: 65535 + 7,-1: + 0: 65535 + 8,0: + 0: 65535 + 8,1: + 0: 65535 + 8,2: + 0: 65535 + 8,-4: + 0: 65535 + 8,-3: + 0: 65535 + 8,-2: + 0: 65535 + 8,-1: + 0: 65535 + -4,4: + 0: 65535 + -3,4: + 0: 65535 + -2,4: + 0: 65535 + -1,4: + 0: 65535 + 0,4: + 0: 65535 + 1,4: + 0: 65535 + 2,4: + 0: 65535 + 3,4: + 0: 65535 + 4,4: + 0: 65535 + 5,4: + 0: 65535 + 6,4: + 0: 65535 + -5,4: + 0: 65535 + -5,0: + 0: 65535 + -5,1: + 0: 65535 + -5,2: + 0: 65535 + -5,3: + 0: 65535 + -5,-4: + 0: 65535 + -5,-3: + 0: 65535 + -5,-2: + 0: 65535 + -5,-1: + 0: 65535 + 7,3: + 0: 65535 + 8,3: + 0: 65535 + 9,0: + 0: 65535 + 9,1: + 0: 65535 + 9,2: + 0: 65535 + 9,3: + 0: 65535 + 10,0: + 0: 39931 + 10,1: + 0: 39833 + 10,2: + 0: 64443 + 10,3: + 0: 65535 + 11,0: + 0: 65535 + 11,1: + 0: 65535 + 11,2: + 0: 65535 + 11,3: + 0: 65535 + 9,-4: + 0: 65535 + 9,-3: + 0: 65535 + 9,-2: + 0: 65535 + 9,-1: + 0: 65535 + 10,-4: + 0: 65535 + 10,-3: + 0: 65535 + 10,-2: + 0: 39839 + 10,-1: + 0: 40889 + 11,-4: + 0: 65535 + 11,-3: + 0: 65535 + 11,-2: + 0: 65535 + 11,-1: + 0: 65535 + -4,5: + 0: 65535 + -4,6: + 0: 65535 + -4,7: + 0: 65535 + -3,5: + 0: 65535 + -3,6: + 0: 65535 + -3,7: + 0: 65535 + -2,5: + 0: 65535 + -2,6: + 0: 65535 + -2,7: + 0: 65535 + -1,5: + 0: 65535 + -1,6: + 0: 65535 + -1,7: + 0: 65535 + 0,5: + 0: 65535 + 0,6: + 0: 65535 + 0,7: + 0: 65535 + 1,5: + 0: 65535 + 1,6: + 0: 65535 + 1,7: + 0: 65535 + 2,5: + 0: 65535 + 2,6: + 0: 65535 + 2,7: + 0: 65535 + 3,5: + 0: 65535 + 3,6: + 0: 65535 + 3,7: + 0: 65535 + 4,5: + 0: 65535 + 4,6: + 0: 65535 + 4,7: + 0: 65535 + 5,5: + 0: 65535 + 5,6: + 0: 65535 + 5,7: + 0: 65535 + 6,5: + 0: 65535 + 6,6: + 0: 65535 + 6,7: + 0: 65535 + 7,4: + 0: 65535 + 7,5: + 0: 65535 + 7,6: + 0: 65535 + 7,7: + 0: 65535 + -8,4: + 0: 65535 + -8,5: + 0: 65535 + -8,6: + 0: 65535 + -8,7: + 0: 65535 + -7,4: + 0: 65535 + -7,5: + 0: 65535 + -7,6: + 0: 65535 + -7,7: + 0: 65535 + -6,4: + 0: 65535 + -6,5: + 0: 65535 + -6,6: + 0: 65535 + -6,7: + 0: 65535 + -5,5: + 0: 65535 + -5,6: + 0: 65535 + -5,7: + 0: 65535 + -8,0: + 0: 65535 + -8,1: + 0: 65535 + -8,2: + 0: 65535 + -8,3: + 0: 65535 + -7,0: + 0: 65535 + -7,1: + 0: 65535 + -7,2: + 0: 65535 + -7,3: + 0: 65535 + -6,0: + 0: 65535 + -6,1: + 0: 65535 + -6,2: + 0: 65535 + -6,3: + 0: 65535 + -8,-4: + 0: 65535 + -8,-3: + 0: 65535 + -8,-2: + 0: 65535 + -8,-1: + 0: 65535 + -7,-4: + 0: 65535 + -7,-3: + 0: 65535 + -7,-2: + 0: 65535 + -7,-1: + 0: 65535 + -6,-4: + 0: 65535 + -6,-3: + 0: 65535 + -6,-2: + 0: 65535 + -6,-1: + 0: 65535 + -12,4: + 0: 65535 + -12,5: + 0: 65535 + -12,6: + 0: 65535 + -12,7: + 0: 65535 + -11,4: + 0: 65535 + -11,5: + 0: 65535 + -11,6: + 0: 65535 + -11,7: + 0: 65535 + -10,4: + 0: 65535 + -10,5: + 0: 65535 + -10,6: + 0: 65535 + -10,7: + 0: 65535 + -9,4: + 0: 65535 + -9,5: + 0: 65535 + -9,6: + 0: 65535 + -9,7: + 0: 65535 + -12,0: + 0: 65535 + -12,1: + 0: 65535 + -12,2: + 0: 65535 + -12,3: + 0: 65535 + -11,0: + 0: 32691 + -11,1: + 0: 62259 + -11,2: + 0: 65535 + -11,3: + 0: 65535 + -9,0: + 0: 65518 + -9,1: + 0: 65535 + -9,2: + 0: 65535 + -9,3: + 0: 65535 + -12,-4: + 0: 65535 + -12,-3: + 0: 65535 + -12,-2: + 0: 65535 + -12,-1: + 0: 65535 + -11,-4: + 0: 65535 + -11,-3: + 0: 65535 + -11,-2: + 0: 13111 + -11,-1: + 0: 13107 + -10,-4: + 0: 65535 + -9,-4: + 0: 65535 + -9,-3: + 0: 65535 + -9,-2: + 0: 65535 + -9,-1: + 0: 65535 + -14,4: + 0: 65535 + -14,5: + 0: 65535 + -14,6: + 0: 65535 + -14,7: + 0: 65535 + -13,4: + 0: 65535 + -13,5: + 0: 65535 + -13,6: + 0: 65535 + -13,7: + 0: 65535 + -13,0: + 0: 65535 + -13,1: + 0: 65535 + -13,2: + 0: 65535 + -13,3: + 0: 65535 + -13,-4: + 0: 65535 + -13,-3: + 0: 65535 + -13,-2: + 0: 65535 + -13,-1: + 0: 65535 + 8,4: + 0: 65535 + 8,5: + 0: 65535 + 8,6: + 0: 65535 + 8,7: + 0: 65535 + 9,4: + 0: 65535 + 9,5: + 0: 65535 + 9,6: + 0: 65535 + 9,7: + 0: 65535 + 10,4: + 0: 65535 + 10,5: + 0: 65535 + 10,6: + 0: 65535 + 10,7: + 0: 65535 + 11,4: + 0: 65535 + 11,5: + 0: 65535 + 11,6: + 0: 65535 + 11,7: + 0: 65535 + 8,-8: + 0: 65535 + 8,-7: + 0: 65535 + 8,-6: + 0: 65535 + 8,-5: + 0: 65535 + 9,-8: + 0: 65535 + 9,-7: + 0: 65535 + 9,-6: + 0: 65535 + 9,-5: + 0: 65535 + 10,-8: + 0: 65535 + 10,-7: + 0: 65535 + 10,-6: + 0: 65535 + 10,-5: + 0: 65535 + 11,-8: + 0: 65535 + 11,-7: + 0: 65535 + 11,-6: + 0: 65535 + 11,-5: + 0: 65535 + 4,-8: + 0: 65535 + 4,-7: + 0: 65535 + 4,-6: + 0: 65535 + 4,-5: + 0: 65535 + 5,-8: + 0: 65535 + 5,-7: + 0: 65535 + 5,-6: + 0: 65535 + 5,-5: + 0: 65535 + 6,-8: + 0: 65535 + 6,-7: + 0: 65535 + 6,-6: + 0: 65535 + 6,-5: + 0: 65535 + 7,-8: + 0: 65535 + 7,-7: + 0: 65535 + 7,-6: + 0: 65535 + 7,-5: + 0: 65535 + 0,-8: + 0: 65535 + 0,-7: + 0: 65535 + 0,-6: + 0: 65535 + 0,-5: + 0: 65535 + 1,-8: + 0: 65535 + 1,-7: + 0: 65535 + 1,-6: + 0: 65535 + 1,-5: + 0: 65535 + 2,-8: + 0: 65535 + 2,-7: + 0: 65535 + 2,-6: + 0: 65535 + 2,-5: + 0: 65535 + 3,-8: + 0: 65535 + 3,-7: + 0: 65535 + 3,-6: + 0: 65535 + 3,-5: + 0: 65535 + -4,-8: + 0: 65535 + -4,-7: + 0: 65535 + -4,-6: + 0: 65535 + -4,-5: + 0: 65535 + -3,-8: + 0: 65535 + -3,-7: + 0: 65535 + -3,-6: + 0: 65535 + -3,-5: + 0: 65535 + -2,-8: + 0: 65535 + -2,-7: + 0: 65535 + -2,-6: + 0: 65535 + -2,-5: + 0: 65535 + -1,-8: + 0: 65535 + -1,-7: + 0: 65535 + -1,-6: + 0: 65535 + -1,-5: + 0: 65535 + -8,-8: + 0: 65535 + -8,-7: + 0: 65535 + -8,-6: + 0: 65535 + -8,-5: + 0: 65535 + -7,-8: + 0: 65535 + -7,-7: + 0: 65535 + -7,-6: + 0: 65535 + -7,-5: + 0: 65535 + -6,-8: + 0: 65535 + -6,-7: + 0: 65535 + -6,-6: + 0: 65535 + -6,-5: + 0: 65535 + -5,-8: + 0: 65535 + -5,-7: + 0: 65535 + -5,-6: + 0: 65535 + -5,-5: + 0: 65535 + -12,-8: + 0: 65535 + -12,-7: + 0: 65535 + -12,-6: + 0: 65535 + -12,-5: + 0: 65535 + -11,-8: + 0: 65535 + -11,-7: + 0: 65535 + -11,-6: + 0: 65535 + -11,-5: + 0: 65535 + -10,-8: + 0: 65535 + -10,-7: + 0: 65535 + -10,-6: + 0: 65535 + -10,-5: + 0: 65535 + -9,-8: + 0: 65535 + -9,-7: + 0: 65535 + -9,-6: + 0: 65535 + -9,-5: + 0: 65535 + 12,4: + 0: 65535 + 12,5: + 0: 65535 + 12,6: + 0: 65535 + 12,7: + 0: 65535 + 13,4: + 0: 65535 + 13,5: + 0: 65535 + 13,6: + 0: 65535 + 13,7: + 0: 65535 + 14,4: + 0: 65535 + 14,5: + 0: 65535 + 14,6: + 0: 65535 + 14,7: + 0: 65535 + 15,4: + 0: 65535 + 15,5: + 0: 65535 + 15,6: + 0: 65535 + 15,7: + 0: 65535 + 12,0: + 0: 65535 + 12,1: + 0: 65535 + 12,2: + 0: 65535 + 12,3: + 0: 65535 + 13,0: + 0: 65535 + 13,1: + 0: 65535 + 13,2: + 0: 65535 + 13,3: + 0: 65535 + 14,0: + 0: 65535 + 14,1: + 0: 65535 + 14,2: + 0: 65535 + 14,3: + 0: 65535 + 15,0: + 0: 65535 + 15,1: + 0: 65535 + 15,2: + 0: 65535 + 15,3: + 0: 65535 + 12,-4: + 0: 65535 + 12,-3: + 0: 65535 + 12,-2: + 0: 65535 + 12,-1: + 0: 65535 + 13,-4: + 0: 65535 + 13,-3: + 0: 65535 + 13,-2: + 0: 65535 + 13,-1: + 0: 65535 + 14,-4: + 0: 65535 + 14,-3: + 0: 65535 + 14,-2: + 0: 65535 + 14,-1: + 0: 65535 + 15,-4: + 0: 65535 + 15,-3: + 0: 65535 + 15,-2: + 0: 65535 + 15,-1: + 0: 65535 + 12,-8: + 0: 65535 + 12,-7: + 0: 65535 + 12,-6: + 0: 65535 + 12,-5: + 0: 65535 + 13,-8: + 0: 65535 + 13,-7: + 0: 65535 + 13,-6: + 0: 65535 + 13,-5: + 0: 65535 + 14,-8: + 0: 65535 + 14,-7: + 0: 65535 + 14,-6: + 0: 65535 + 14,-5: + 0: 65535 + 15,-8: + 0: 65535 + 15,-7: + 0: 65535 + 15,-6: + 0: 65535 + 15,-5: + 0: 65535 + 0,8: + 0: 65535 + 0,9: + 0: 65535 + 0,10: + 0: 65535 + 0,11: + 0: 65535 + 1,8: + 0: 65535 + 1,9: + 0: 65535 + 1,10: + 0: 65535 + 1,11: + 0: 65535 + 2,8: + 0: 65535 + 2,9: + 0: 65535 + 2,10: + 0: 65535 + 2,11: + 0: 65535 + 3,8: + 0: 65535 + 3,9: + 0: 65535 + 3,10: + 0: 65535 + 3,11: + 0: 65535 + 0,-12: + 0: 65535 + 0,-11: + 0: 65535 + 0,-10: + 0: 65535 + 0,-9: + 0: 65535 + 1,-12: + 0: 65335 + 1,-11: + 0: 65535 + 1,-10: + 0: 65535 + 1,-9: + 0: 65535 + 2,-12: + 0: 62208 + 2,-11: + 0: 65535 + 2,-10: + 0: 65535 + 2,-9: + 0: 65535 + 3,-12: + 0: 61440 + 3,-11: + 0: 65535 + 3,-10: + 0: 65535 + 3,-9: + 0: 65535 + -12,-12: + 0: 65535 + -12,-11: + 0: 65535 + -12,-10: + 0: 65535 + -12,-9: + 0: 65535 + -11,-12: + 0: 65535 + -11,-11: + 0: 65535 + -11,-10: + 0: 65535 + -11,-9: + 0: 65535 + -10,-12: + 0: 65535 + -10,-11: + 0: 65535 + -10,-10: + 0: 65535 + -10,-9: + 0: 65535 + -9,-12: + 0: 65535 + -9,-11: + 0: 65535 + -9,-10: + 0: 65535 + -9,-9: + 0: 65535 + -8,-12: + 0: 65535 + -8,-11: + 0: 65535 + -8,-10: + 0: 65535 + -8,-9: + 0: 65535 + -7,-12: + 0: 65535 + -7,-11: + 0: 65535 + -7,-10: + 0: 65535 + -7,-9: + 0: 65535 + -6,-12: + 0: 65535 + -6,-11: + 0: 65535 + -6,-10: + 0: 65535 + -6,-9: + 0: 65535 + -5,-12: + 0: 65535 + -5,-11: + 0: 65535 + -5,-10: + 0: 65535 + -5,-9: + 0: 65535 + -4,-12: + 0: 63479 + -4,-11: + 0: 65535 + -4,-10: + 0: 65535 + -4,-9: + 0: 65535 + -3,-12: + 0: 61664 + -3,-11: + 0: 65535 + -3,-10: + 0: 65535 + -3,-9: + 0: 65535 + -2,-12: + 0: 64785 + -2,-11: + 0: 65535 + -2,-10: + 0: 65535 + -2,-9: + 0: 65535 + -1,-12: + 0: 65535 + -1,-11: + 0: 65535 + -1,-10: + 0: 65535 + -1,-9: + 0: 65535 + 4,-12: + 0: 61440 + 4,-11: + 0: 65535 + 4,-10: + 0: 65535 + 4,-9: + 0: 65535 + 5,-12: + 0: 61440 + 5,-11: + 0: 65535 + 5,-10: + 0: 65535 + 5,-9: + 0: 65535 + 6,-12: + 0: 61440 + 6,-11: + 0: 65535 + 6,-10: + 0: 65535 + 6,-9: + 0: 65535 + 7,-12: + 0: 61440 + 7,-11: + 0: 65535 + 7,-10: + 0: 65535 + 7,-9: + 0: 65535 + 8,-12: + 0: 61440 + 8,-11: + 0: 65535 + 8,-10: + 0: 65535 + 8,-9: + 0: 65535 + 9,-12: + 0: 61440 + 9,-11: + 0: 65535 + 9,-10: + 0: 65535 + 9,-9: + 0: 65535 + 10,-12: + 0: 61440 + 10,-11: + 0: 65535 + 10,-10: + 0: 65535 + 10,-9: + 0: 65535 + 11,-12: + 0: 61440 + 11,-11: + 0: 65535 + 11,-10: + 0: 65535 + 11,-9: + 0: 65535 + 12,-12: + 0: 63712 + 12,-11: + 0: 65535 + 12,-10: + 0: 65535 + 12,-9: + 0: 65535 + 13,-12: + 0: 65464 + 13,-11: + 0: 65535 + 13,-10: + 0: 65535 + 13,-9: + 0: 65535 + 14,-10: + 0: 63487 + 14,-9: + 0: 65535 + 15,-10: + 0: 62239 + 15,-9: + 0: 65535 + 12,8: + 0: 65535 + 12,9: + 0: 65535 + 12,10: + 0: 65535 + 12,11: + 0: 65535 + 13,8: + 0: 65535 + 13,9: + 0: 65535 + 13,10: + 0: 65535 + 13,11: + 0: 65535 + 14,8: + 0: 65535 + 14,9: + 0: 65535 + 14,10: + 0: 65535 + 14,11: + 0: 65535 + 15,8: + 0: 65535 + 15,9: + 0: 65535 + 15,10: + 0: 65535 + 8,8: + 0: 65535 + 8,9: + 0: 65535 + 8,10: + 0: 65535 + 8,11: + 0: 65535 + 9,8: + 0: 65535 + 9,9: + 0: 65535 + 9,10: + 0: 65535 + 9,11: + 0: 65535 + 10,8: + 0: 65535 + 10,9: + 0: 65535 + 10,10: + 0: 65535 + 10,11: + 0: 65535 + 11,8: + 0: 65535 + 11,9: + 0: 65535 + 11,10: + 0: 65535 + 11,11: + 0: 65535 + 4,8: + 0: 65535 + 4,9: + 0: 65535 + 4,10: + 0: 65535 + 4,11: + 0: 65535 + 5,8: + 0: 65535 + 5,9: + 0: 65535 + 5,10: + 0: 65535 + 5,11: + 0: 65535 + 6,8: + 0: 65535 + 6,9: + 0: 65535 + 6,10: + 0: 65535 + 6,11: + 0: 65535 + 7,8: + 0: 65535 + 7,9: + 0: 65535 + 7,10: + 0: 65535 + 7,11: + 0: 65535 + -4,8: + 0: 65535 + -4,9: + 0: 65535 + -4,10: + 0: 65535 + -4,11: + 0: 65535 + -3,8: + 0: 65535 + -3,9: + 0: 65535 + -3,10: + 0: 65535 + -3,11: + 0: 65535 + -2,8: + 0: 65535 + -2,9: + 0: 65535 + -2,10: + 0: 65535 + -2,11: + 0: 65535 + -1,8: + 0: 65535 + -1,9: + 0: 65535 + -1,10: + 0: 65535 + -1,11: + 0: 65535 + -8,8: + 0: 65535 + -8,9: + 0: 65535 + -8,10: + 0: 65535 + -8,11: + 0: 65535 + -7,8: + 0: 65535 + -7,9: + 0: 65535 + -7,10: + 0: 65535 + -7,11: + 0: 65535 + -6,8: + 0: 65535 + -6,9: + 0: 65535 + -6,10: + 0: 65535 + -6,11: + 0: 65535 + -5,8: + 0: 65535 + -5,9: + 0: 65535 + -5,10: + 0: 65535 + -5,11: + 0: 65535 + -12,8: + 0: 65535 + -12,9: + 0: 65535 + -12,10: + 0: 65535 + -11,8: + 0: 65535 + -11,9: + 0: 65535 + -11,10: + 0: 65535 + -11,11: + 0: 65535 + -10,8: + 0: 65535 + -10,9: + 0: 65535 + -10,10: + 0: 65535 + -10,11: + 0: 65535 + -9,8: + 0: 65535 + -9,9: + 0: 65535 + -9,10: + 0: 65535 + -9,11: + 0: 65535 + -15,-8: + 0: 65535 + -15,-7: + 0: 65535 + -15,-6: + 0: 65535 + -14,-8: + 0: 65535 + -14,-7: + 0: 65535 + -14,-6: + 0: 65535 + -13,-8: + 0: 65535 + -13,-7: + 0: 65535 + -13,-6: + 0: 65535 + -13,-5: + 0: 65535 + -14,8: + 0: 65535 + -14,9: + 0: 65535 + -14,10: + 0: 65535 + -13,8: + 0: 65535 + -13,9: + 0: 65535 + -13,10: + 0: 65535 + 16,8: + 0: 65535 + 16,9: + 0: 65535 + 16,10: + 0: 65535 + 17,8: + 0: 65535 + 17,9: + 0: 65535 + 17,10: + 0: 65535 + 18,8: + 0: 65535 + 18,9: + 0: 65535 + 18,10: + 0: 65535 + 19,8: + 0: 65535 + 19,9: + 0: 65535 + 19,10: + 0: 65535 + 16,4: + 0: 65535 + 16,5: + 0: 65535 + 16,6: + 0: 65535 + 16,7: + 0: 65535 + 17,4: + 0: 65535 + 17,5: + 0: 65535 + 17,6: + 0: 65535 + 17,7: + 0: 65535 + 18,4: + 0: 65535 + 18,5: + 0: 65535 + 18,6: + 0: 65535 + 18,7: + 0: 65535 + 19,4: + 0: 65535 + 19,5: + 0: 65535 + 19,6: + 0: 65535 + 19,7: + 0: 65535 + 16,0: + 0: 65535 + 16,1: + 0: 65535 + 16,2: + 0: 65535 + 16,3: + 0: 65535 + 17,0: + 0: 65535 + 17,1: + 0: 65535 + 17,2: + 0: 65535 + 17,3: + 0: 65535 + 18,0: + 0: 65535 + 18,1: + 0: 65535 + 18,2: + 0: 65535 + 18,3: + 0: 65535 + 19,0: + 0: 65535 + 19,1: + 0: 65535 + 19,2: + 0: 65535 + 19,3: + 0: 65535 + 16,-4: + 0: 65535 + 16,-3: + 0: 65535 + 16,-2: + 0: 65535 + 16,-1: + 0: 65535 + 17,-4: + 0: 65535 + 17,-3: + 0: 65535 + 17,-2: + 0: 65535 + 17,-1: + 0: 65535 + 18,-4: + 0: 65535 + 18,-3: + 0: 65535 + 18,-2: + 0: 65535 + 18,-1: + 0: 65535 + 19,-4: + 0: 65535 + 19,-3: + 0: 65535 + 19,-2: + 0: 65535 + 19,-1: + 0: 65535 + 16,-8: + 0: 65535 + 16,-7: + 0: 65535 + 16,-6: + 0: 65535 + 16,-5: + 0: 65535 + 17,-8: + 0: 65535 + 17,-7: + 0: 65535 + 17,-6: + 0: 65535 + 17,-5: + 0: 65535 + 18,-8: + 0: 65535 + 18,-7: + 0: 65535 + 18,-6: + 0: 65535 + 18,-5: + 0: 65535 + 19,-8: + 0: 30583 + 19,-7: + 0: 30583 + 19,-6: + 0: 65527 + 19,-5: + 0: 65535 + 20,8: + 0: 65535 + 20,9: + 0: 65535 + 20,10: + 0: 65535 + 20,4: + 0: 4505 + 20,5: + 0: 64921 + 20,6: + 0: 65535 + 20,7: + 0: 65535 + 20,0: + 0: 32759 + 20,1: + 0: 65535 + 20,2: + 0: 40413 + 20,3: + 0: 37273 + 20,-4: + 0: 4915 + 20,-3: + 0: 65393 + 20,-2: + 0: 14143 + 20,-1: + 0: 63359 + 20,-6: + 0: 4368 + 20,-5: + 0: 13105 + 16,-10: + 0: 63503 + 16,-9: + 0: 65535 + 17,-10: + 0: 62239 + 17,-9: + 0: 65535 + 18,-10: + 0: 63279 + 18,-9: + 0: 65535 + 19,-10: + 0: 65103 + 19,-9: + 0: 65535 + -8,-13: + 0: 61440 + -7,-13: + 0: 65262 + -6,-13: + 0: 65535 + -5,-13: + 0: 65535 + -12,-13: + 0: 62256 + -11,-13: + 0: 61440 + -10,-13: + 0: 61440 + -9,-13: + 0: 61440 + -15,-12: + 0: 65535 + -15,-11: + 0: 65535 + -15,-10: + 0: 65535 + -15,-9: + 0: 65535 + -14,-12: + 0: 65535 + -14,-11: + 0: 65535 + -14,-10: + 0: 65535 + -14,-9: + 0: 65535 + -13,-12: + 0: 65535 + -13,-11: + 0: 65535 + -13,-10: + 0: 65535 + -13,-9: + 0: 65535 + -15,-13: + 0: 57344 + -14,-13: + 0: 63616 + -13,-13: + 0: 65520 + 0,-13: + 0: 65535 + 1,-13: + 0: 65535 + -1,-13: + 0: 65535 + 0,12: + 0: 65535 + 0,13: + 0: 65535 + 1,12: + 0: 65535 + 1,13: + 0: 65535 + 2,12: + 0: 65535 + 2,13: + 0: 65535 + 3,12: + 0: 65535 + 3,13: + 0: 65535 + -4,12: + 0: 65535 + -4,13: + 0: 65535 + -3,12: + 0: 65535 + -3,13: + 0: 65535 + -2,12: + 0: 65535 + -2,13: + 0: 65535 + -1,12: + 0: 65535 + -1,13: + 0: 65535 + 8,12: + 0: 65535 + 8,13: + 0: 35039 + 9,12: + 0: 65535 + 9,13: + 0: 65535 + 10,12: + 0: 65535 + 10,13: + 0: 65535 + 11,12: + 0: 65535 + 11,13: + 0: 65535 + 4,12: + 0: 65535 + 4,13: + 0: 65535 + 5,12: + 0: 65535 + 5,13: + 0: 65535 + 6,12: + 0: 65535 + 6,13: + 0: 65535 + 7,12: + 0: 65535 + 7,13: + 0: 65535 + -10,0: + 0: 65312 + -10,2: + 0: 65535 + -10,3: + 0: 65535 + -10,-3: + 0: 61439 + -10,-1: + 0: 232 + -10,-2: + 0: 12 + -16,4: + 0: 65535 + -16,5: + 0: 65535 + -16,6: + 0: 65535 + -16,7: + 0: 65535 + -15,4: + 0: 65535 + -15,5: + 0: 65535 + -15,6: + 0: 65535 + -15,7: + 0: 65535 + -16,0: + 0: 65535 + -16,1: + 0: 65535 + -16,2: + 0: 65535 + -16,3: + 0: 65535 + -15,0: + 0: 65535 + -15,1: + 0: 65535 + -15,2: + 0: 65535 + -15,3: + 0: 65535 + -14,0: + 0: 65535 + -14,1: + 0: 65535 + -14,2: + 0: 65535 + -14,3: + 0: 65535 + -16,-4: + 0: 65535 + -16,-3: + 0: 4607 + 1: 60928 + -16,-2: + 0: 65297 + 1: 238 + -16,-1: + 0: 65535 + -15,-4: + 0: 65535 + -15,-3: + 0: 35071 + 1: 30464 + -15,-2: + 1: 119 + 0: 65416 + -15,-1: + 0: 65535 + -14,-4: + 0: 65535 + -14,-3: + 0: 65535 + -14,-2: + 0: 65535 + -14,-1: + 0: 65535 + 15,11: + 0: 65535 + -12,11: + 0: 65535 + -16,-8: + 0: 65535 + -16,-7: + 0: 65535 + -16,-6: + 0: 65535 + -16,-5: + 0: 65535 + -15,-5: + 0: 65535 + -14,-5: + 0: 65535 + -16,8: + 0: 65535 + -16,9: + 0: 65535 + -15,8: + 0: 65535 + -15,9: + 0: 65535 + -15,10: + 0: 65535 + -14,11: + 0: 65535 + -13,11: + 0: 65535 + 16,11: + 0: 65535 + 17,11: + 0: 65535 + 18,11: + 0: 65535 + -17,8: + 0: 65535 + -17,9: + 0: 65535 + -19,4: + 0: 61166 + -18,4: + 0: 65535 + -17,4: + 0: 65535 + -17,5: + 0: 65535 + -17,6: + 0: 65535 + -17,7: + 0: 65535 + -19,0: + 0: 65535 + -19,1: + 0: 65535 + -19,2: + 0: 65535 + -19,3: + 0: 65535 + -18,0: + 0: 65535 + -18,1: + 0: 65535 + -18,2: + 0: 65535 + -18,3: + 0: 65535 + -17,0: + 0: 65535 + -17,1: + 0: 65535 + -17,2: + 0: 65535 + -17,3: + 0: 65535 + -20,-4: + 0: 45840 + -20,-3: + 0: 65535 + -20,-2: + 0: 65535 + -19,-4: + 0: 65535 + -19,-3: + 0: 65535 + -19,-2: + 0: 65535 + -19,-1: + 0: 65535 + -18,-4: + 0: 65535 + -18,-3: + 0: 65535 + -18,-2: + 0: 65535 + -18,-1: + 0: 65535 + -17,-4: + 0: 65535 + -17,-3: + 0: 65535 + -17,-2: + 0: 65535 + -17,-1: + 0: 65535 + -19,-7: + 0: 65535 + -19,-6: + 0: 65535 + -19,-5: + 0: 65535 + -19,-8: + 0: 56729 + -18,-8: + 0: 65535 + -18,-7: + 0: 65535 + -18,-6: + 0: 65535 + -18,-5: + 0: 65535 + -17,-8: + 0: 65535 + -17,-7: + 0: 65535 + -17,-6: + 0: 65535 + -17,-5: + 0: 65535 + -17,-9: + 0: 65535 + 12,12: + 0: 65535 + 12,13: + 0: 65535 + 12,14: + 0: 65535 + 12,15: + 0: 51455 + 13,12: + 0: 65535 + 13,13: + 0: 65535 + 13,14: + 0: 65535 + 13,15: + 0: 65535 + 14,12: + 0: 65535 + 14,13: + 0: 65535 + 14,14: + 0: 65535 + 14,15: + 0: 65535 + 15,12: + 0: 65535 + -16,-9: + 0: 65535 + -16,-10: + 0: 64640 + 8,14: + 0: 34952 + 8,15: + 0: 136 + 9,14: + 0: 65535 + 9,15: + 0: 255 + 10,14: + 0: 65535 + 10,15: + 0: 255 + 11,14: + 0: 65535 + 11,15: + 0: 255 + 19,11: + 0: 65535 + 15,13: + 0: 65535 + 20,11: + 0: 65535 + 21,8: + 0: 65535 + 21,9: + 0: 65535 + 21,10: + 0: 65535 + 21,11: + 0: 65535 + 22,8: + 0: 65535 + 22,9: + 0: 65535 + 22,10: + 0: 65535 + 22,11: + 0: 65535 + 16,12: + 0: 65535 + 16,13: + 0: 65535 + 17,12: + 0: 65535 + 17,13: + 0: 65535 + 18,12: + 0: 65535 + 18,13: + 0: 65535 + 19,12: + 0: 65535 + 19,13: + 0: 65535 + 20,12: + 0: 65535 + 20,13: + 0: 65535 + 21,12: + 0: 65535 + 22,12: + 0: 16383 + 21,7: + 0: 65535 + 15,14: + 0: 65535 + 0,-15: + 0: 61440 + 0,-14: + 0: 65535 + 1,-14: + 0: 65448 + 1,-15: + 0: 32768 + 2,-15: + 0: 61440 + 2,-14: + 0: 65535 + 2,-13: + 0: 4095 + 3,-14: + 0: 13072 + 3,-13: + 0: 819 + -3,-14: + 0: 61128 + -3,-13: + 0: 36846 + -3,-15: + 0: 32768 + -2,-15: + 0: 61440 + -2,-14: + 0: 65535 + -2,-13: + 0: 16383 + -1,-14: + 0: 65529 + -1,-15: + 0: 32768 + -4,-14: + 0: 30513 + -4,-13: + 0: 30583 + 21,-1: + 0: 47247 + 21,0: + 0: 16377 + -7,-14: + 0: 58368 + -6,-14: + 0: 62976 + -5,-14: + 0: 65535 + -20,5: + 0: 32767 + -20,6: + 0: 30583 + -20,7: + 0: 4919 + -20,1: + 0: 65535 + -20,2: + 0: 65535 + -20,-1: + 0: 65535 + -24,1: + 0: 65535 + -24,2: + 0: 65535 + -24,3: + 0: 64991 + -23,1: + 0: 65535 + -23,2: + 0: 65535 + -22,1: + 0: 65535 + -22,2: + 0: 65535 + -22,0: + 0: 65535 + -22,3: + 0: 65535 + -21,0: + 0: 65535 + -21,1: + 0: 65535 + -21,2: + 0: 65535 + -21,3: + 0: 65535 + -23,5: + 0: 65535 + -23,6: + 0: 65535 + -23,7: + 0: 52975 + -23,4: + 0: 65535 + -22,4: + 0: 65535 + -22,5: + 0: 65535 + -22,6: + 0: 65535 + -22,7: + 0: 65535 + -21,4: + 0: 65535 + -21,5: + 0: 65535 + -21,6: + 0: 65535 + -21,7: + 0: 65535 + -4,-15: + 0: 4096 + -5,-15: + 0: 61440 + -23,-3: + 0: 65535 + -23,-2: + 0: 65535 + -23,-4: + 0: 61120 + -23,-1: + 0: 65535 + -22,-4: + 0: 65535 + -22,-3: + 0: 65535 + -22,-2: + 0: 65535 + -22,-1: + 0: 65535 + -21,-4: + 0: 65527 + -21,-3: + 0: 65535 + -21,-2: + 0: 65535 + -21,-1: + 0: 65535 + -28,0: + 0: 4369 + -28,1: + 0: 65457 + -28,2: + 0: 65535 + -28,3: + 0: 4371 + -27,1: + 0: 65535 + -27,2: + 0: 65535 + -27,3: + 0: 36607 + -27,0: + 0: 65152 + -26,0: + 0: 65520 + -26,1: + 0: 65535 + -26,2: + 0: 65535 + -26,3: + 0: 65535 + -25,0: + 0: 65535 + -25,1: + 0: 65535 + -25,2: + 0: 65535 + -25,3: + 0: 65535 + -32,1: + 0: 34816 + -32,2: + 0: 2184 + -31,1: + 0: 65521 + -31,2: + 0: 65535 + -30,1: + 0: 65532 + -30,2: + 0: 65535 + -30,0: + 0: 52428 + -30,3: + 0: 52428 + -29,0: + 0: 65535 + -29,1: + 0: 65535 + -29,2: + 0: 65535 + -29,3: + 0: 65535 + -24,8: + 0: 61440 + -24,9: + 0: 65535 + -23,8: + 0: 61440 + -23,9: + 0: 65535 + -22,8: + 0: 65263 + -22,9: + 0: 65535 + -21,8: + 0: 62263 + -21,9: + 0: 65535 + -28,-4: + 0: 4369 + -28,-3: + 0: 65297 + -28,-2: + 0: 8191 + -28,-1: + 0: 4369 + -28,-6: + 0: 65520 + -28,-5: + 0: 4607 + -27,-6: + 0: 65534 + -27,-5: + 0: 255 + -26,-6: + 0: 65535 + -26,-5: + 0: 255 + -25,-6: + 0: 65523 + -25,-5: + 0: 255 + -29,-4: + 0: 65535 + -29,-3: + 0: 65535 + -29,-2: + 0: 65535 + -29,-1: + 0: 65535 + -29,-6: + 0: 65520 + -29,-5: + 0: 65535 + -24,-6: + 0: 65520 + -24,-5: + 0: 255 + -23,-6: + 0: 65528 + -23,-5: + 0: 255 + -22,-6: + 0: 65535 + -22,-5: + 0: 61183 + -21,-6: + 0: 65531 + -21,-5: + 0: 13119 + -28,8: + 0: 61713 + -28,9: + 0: 65535 + -27,8: + 0: 61440 + -27,9: + 0: 65535 + -26,8: + 0: 61440 + -26,9: + 0: 65535 + -25,8: + 0: 61440 + -25,9: + 0: 65535 + -28,4: + 0: 4369 + -28,5: + 0: 65297 + -28,6: + 0: 8191 + -28,7: + 0: 4369 + -30,4: + 0: 51452 + -30,5: + 0: 2056 + -29,4: + 0: 65535 + -29,5: + 0: 65535 + -29,6: + 0: 65535 + -29,7: + 0: 65535 + -29,8: + 0: 65535 + -29,9: + 0: 65535 + -16,10: + 0: 65535 + -15,11: + 0: 65535 + -20,8: + 0: 61440 + -20,9: + 0: 65535 + -20,10: + 0: 51203 + -20,11: + 0: 51404 + -19,8: + 0: 65262 + -19,9: + 0: 65535 + -19,10: + 0: 36911 + -19,11: + 0: 39321 + -18,8: + 0: 65535 + -18,9: + 0: 32767 + -18,10: + 0: 12544 + -18,11: + 0: 13107 + -17,10: + 0: 65535 + -17,11: + 0: 30591 + -19,5: + 0: 61439 + -19,6: + 0: 61166 + -19,7: + 0: 61166 + -18,5: + 0: 65535 + -18,6: + 0: 65535 + -18,7: + 0: 65535 + -23,10: + 0: 10 + -22,10: + 0: 24719 + -22,11: + 0: 30566 + -21,10: + 0: 58383 + -21,11: + 0: 58926 + -22,-8: + 0: 26231 + -22,-7: + 0: 8262 + -21,-8: + 0: 61166 + -21,-7: + 0: 1262 + -15,12: + 0: 65535 + -15,13: + 0: 65535 + -15,14: + 0: 65535 + -14,12: + 0: 65535 + -14,13: + 0: 65535 + -14,14: + 0: 65535 + -13,12: + 0: 48059 + 2: 17476 + -13,13: + 0: 65535 + -13,14: + 0: 64447 + -12,12: + 2: 21845 + 0: 43690 + -12,13: + 0: 65535 + -12,14: + 0: 65535 + -11,12: + 2: 21845 + 0: 43690 + -11,13: + 0: 65487 + -11,14: + 0: 65535 + -10,12: + 2: 21845 + 0: 43690 + -10,13: + 0: 65535 + -10,14: + 0: 65535 + -9,12: + 2: 4369 + 0: 61166 + -9,13: + 0: 65535 + -9,14: + 0: 65535 + -8,12: + 0: 65535 + -8,13: + 0: 65535 + -8,14: + 0: 65535 + -7,12: + 0: 65535 + -7,13: + 0: 65535 + -7,14: + 0: 65535 + -20,12: + 0: 65416 + -20,13: + 0: 64927 + -20,14: + 0: 56733 + -20,15: + 0: 4575 + -19,12: + 0: 65289 + -19,13: + 0: 65295 + -19,14: + 0: 63903 + -18,12: + 0: 65299 + -18,13: + 0: 65535 + -18,14: + 0: 65535 + -18,15: + 0: 26349 + -17,12: + 0: 63359 + -17,13: + 0: 65527 + -22,12: + 0: 65319 + -22,13: + 0: 65327 + -22,14: + 0: 62575 + -21,12: + 0: 65358 + -21,13: + 0: 65231 + -21,14: + 0: 65229 + -20,-8: + 0: 52428 + -20,-7: + 0: 35020 + -20,-9: + 0: 36863 + -20,-11: + 0: 17408 + -20,-10: + 0: 36036 + -19,-10: + 0: 2440 + -19,-9: + 0: 4095 + -19,-11: + 0: 34944 + -18,-11: + 0: 13105 + -18,-10: + 0: 4915 + -18,-9: + 0: 8191 + -17,-10: + 0: 62464 + -22,-10: + 0: 10223 + -22,-9: + 0: 12287 + -22,-11: + 0: 58438 + -21,-9: + 0: 20479 + -21,-11: + 0: 65252 + -21,-10: + 0: 20223 + -20,4: + 0: 4096 + -24,0: + 0: 65535 + -24,4: + 0: 65535 + -24,5: + 0: 65535 + -24,6: + 0: 30583 + -24,7: + 0: 307 + -24,-4: + 0: 12544 + -24,-3: + 0: 30579 + -24,-2: + 0: 65527 + -24,-1: + 0: 65535 + -27,-3: + 0: 65534 + -27,-2: + 0: 65535 + -27,-4: + 0: 60416 + -27,-1: + 0: 3310 + -26,-4: + 0: 65520 + -26,-3: + 0: 65535 + -26,-2: + 0: 65535 + -26,-1: + 0: 65535 + -25,-4: + 0: 65392 + -25,-3: + 0: 65535 + -25,-2: + 0: 65535 + -25,-1: + 0: 65535 + -27,5: + 0: 65534 + -27,6: + 0: 65535 + -27,4: + 0: 60416 + -27,7: + 0: 3310 + -26,4: + 0: 65520 + -26,5: + 0: 65535 + -26,6: + 0: 65535 + -26,7: + 0: 65535 + -25,4: + 0: 65535 + -25,5: + 0: 65535 + -25,6: + 0: 65535 + -25,7: + 0: 32767 + 14,-11: + 0: 65331 + 15,-11: + 0: 65280 + -23,0: + 0: 65535 + -23,3: + 0: 65535 + 16,-11: + 0: 65288 + 16,-12: + 0: 39832 + 17,-12: + 0: 13107 + 17,-11: + 0: 65299 + 18,-12: + 0: 30583 + 18,-11: + 0: 65319 + 19,-11: + 0: 65358 + 19,-12: + 0: 61158 + 16,-13: + 0: 32817 + 17,-13: + 0: 12544 + 18,-13: + 0: 29184 + 19,-13: + 0: 8192 + 20,-11: + 0: 65420 + 20,-10: + 0: 52367 + 20,-12: + 0: 17484 + 20,-9: + 0: 1228 + 21,-11: + 0: 4352 + 21,-10: + 0: 4353 + 20,-13: + 0: 49152 + 21,-13: + 0: 4096 + 21,-3: + 0: 61440 + 21,-2: + 0: 34952 + 22,-2: + 0: 272 + 22,-1: + 0: 4096 + 21,1: + 0: 30583 + 21,2: + 0: 65407 + 21,3: + 0: 65535 + 22,0: + 0: 4368 + 22,1: + 0: 20753 + 22,2: + 0: 56693 + 22,3: + 0: 65516 + 21,6: + 0: 65535 + 21,4: + 0: 65535 + 21,5: + 0: 65535 + 22,4: + 0: 65535 + 22,6: + 0: 65535 + 22,5: + 0: 65071 + 0,14: + 0: 65535 + 0,15: + 0: 65535 + 1,14: + 0: 5119 + 1,15: + 0: 65489 + 2,14: + 0: 36095 + 3,14: + 0: 65535 + 3,15: + 0: 61919 + -4,14: + 0: 65535 + -4,15: + 0: 65535 + -3,14: + 0: 65535 + -3,15: + 0: 65535 + -2,14: + 0: 65535 + -2,15: + 0: 65535 + -1,14: + 0: 65535 + -1,15: + 0: 65535 + 4,14: + 0: 65535 + 4,15: + 0: 17615 + 5,14: + 0: 65535 + 5,15: + 0: 32879 + 6,14: + 0: 16383 + 6,15: + 0: 55297 + 7,14: + 0: 25463 + -8,15: + 0: 65535 + -7,15: + 0: 65535 + -6,12: + 0: 65535 + -6,13: + 0: 65535 + -6,14: + 0: 65535 + -6,15: + 0: 65535 + -5,12: + 0: 65535 + -5,13: + 0: 65535 + -5,14: + 0: 65535 + -5,15: + 0: 65535 + 0,16: + 0: 65535 + 1,16: + 0: 65535 + -4,16: + 0: 65535 + -3,16: + 0: 65535 + -2,16: + 0: 65535 + -1,16: + 0: 65535 + -10,1: + 0: 65262 + -9,15: + 0: 65535 + 0,17: + 0: 65535 + 0,18: + 0: 65535 + 0,19: + 0: 65535 + 1,18: + 0: 65535 + 1,19: + 0: 65535 + 2,18: + 0: 65535 + 2,19: + 0: 65535 + -4,17: + 0: 65535 + -4,18: + 0: 52463 + -4,19: + 0: 52428 + -3,17: + 0: 65535 + -3,18: + 0: 65535 + -3,19: + 0: 65535 + -2,17: + 0: 65535 + -2,18: + 0: 65535 + -2,19: + 0: 65535 + -1,17: + 0: 65535 + -1,18: + 0: 65535 + -1,19: + 0: 65535 + -8,16: + 0: 65535 + -8,17: + 0: 65535 + -7,16: + 0: 65535 + -7,17: + 0: 65535 + -6,16: + 0: 65535 + -6,17: + 0: 65535 + -5,16: + 0: 65535 + -5,17: + 0: 65535 + -9,16: + 0: 65535 + -9,17: + 0: 65535 + -20,3: + 0: 1 + -24,10: + 0: 15 + -24,11: + 0: 65280 + -28,10: + 0: 65535 + -28,11: + 0: 61695 + -27,10: + 0: 65535 + -27,11: + 0: 61183 + -26,10: + 0: 62463 + -26,11: + 0: 65535 + -25,10: + 0: 28703 + -25,11: + 0: 65399 + -30,7: + 0: 52360 + -30,6: + 0: 34944 + -32,8: + 0: 496 + -32,10: + 0: 28262 + -32,11: + 0: 17526 + -32,9: + 0: 17600 + -31,8: + 0: 240 + -31,9: + 0: 3824 + -31,10: + 0: 61408 + -31,11: + 0: 61166 + -30,8: + 0: 52479 + -30,9: + 0: 52476 + -30,10: + 0: 65535 + -30,11: + 0: 46079 + -29,10: + 0: 65535 + -29,11: + 0: 63743 + -10,15: + 0: 65535 + -24,12: + 0: 65535 + -24,13: + 0: 65535 + -24,14: + 0: 255 + -23,12: + 0: 65328 + -23,13: + 0: 51231 + -10,16: + 0: 65535 + -28,12: + 0: 63880 + -28,13: + 0: 64649 + -28,14: + 0: 65529 + -28,15: + 0: 255 + -27,12: + 0: 65262 + -27,14: + 0: 65535 + -27,15: + 0: 35071 + -27,13: + 0: 61166 + -26,12: + 0: 65535 + -26,13: + 0: 65535 + -26,14: + 0: 65535 + -26,15: + 0: 61875 + -25,12: + 0: 65535 + -25,13: + 0: 65535 + -25,14: + 0: 65535 + -25,15: + 0: 4927 + -32,13: + 0: 65382 + -32,12: + 0: 26180 + -32,14: + 0: 26214 + -32,15: + 0: 60486 + -31,13: + 0: 65535 + -31,14: + 0: 61167 + -31,12: + 0: 61166 + -31,15: + 0: 59118 + -30,12: + 0: 64443 + -30,13: + 0: 48059 + -30,14: + 0: 65523 + -30,15: + 0: 255 + -29,12: + 0: 64648 + -29,13: + 0: 63628 + -29,14: + 0: 65528 + -29,15: + 0: 20479 + -32,16: + 0: 12 + -32,17: + 0: 8 + -31,16: + 0: 28703 + -31,17: + 0: 25135 + -30,16: + 0: 35071 + -30,17: + 0: 15 + -29,16: + 0: 4607 + -29,17: + 0: 15 + -28,16: + 0: 31 + -28,17: + 0: 3 + -27,16: + 0: 255 + -27,17: + 0: 15 + -26,16: + 0: 13311 + -26,17: + 0: 15 + -25,16: + 0: 255 + -25,17: + 0: 3 + -33,12: + 0: 17476 + -33,13: + 0: 60484 + -33,14: + 0: 17476 + -33,15: + 0: 17476 + -33,10: + 0: 17968 + -33,8: + 0: 3072 + -33,11: + 0: 52420 + -33,16: + 0: 54 + -16,11: + 0: 65535 + -16,12: + 0: 65535 + -16,13: + 0: 65535 + -16,14: + 0: 65535 + -16,15: + 0: 24063 + -15,15: + 0: 12287 + -14,15: + 0: 53247 + -13,15: + 0: 57343 + -12,15: + 0: 65535 + -11,15: + 0: 65535 + -20,0: + 0: 65535 + 15,15: + 0: 65535 + 2,15: + 0: 65520 + 7,15: + 0: 29558 + 16,15: + 0: 65535 + 16,14: + 0: 65535 + -32,0: + 0: 2048 + -32,3: + 0: 2184 + -31,0: + 0: 4369 + -31,3: + 0: 4369 + -31,-1: + 0: 62976 + -30,-1: + 0: 65160 + -31,4: + 0: 1265 + 1,17: + 0: 65535 + 2,16: + 0: 65535 + 2,17: + 0: 65535 + 3,16: + 0: 65535 + 3,17: + 0: 30583 + 3,18: + 0: 65535 + 3,19: + 0: 65535 + -8,18: + 0: 57343 + -8,19: + 0: 63967 + -7,18: + 0: 65535 + -7,19: + 0: 62463 + -6,18: + 0: 65535 + -6,19: + 0: 32431 + -5,19: + 0: 4966 + -5,18: + 0: 59259 + -3,20: + 0: 2254 + -2,20: + 0: 4095 + -1,20: + 0: 2185 + 0,20: + 0: 4095 + 1,20: + 0: 2201 + 2,20: + 0: 4095 + 3,20: + 0: 3 + 4,16: + 0: 4095 + 4,18: + 0: 4369 + 4,19: + 0: 4369 + 5,16: + 0: 3327 + 6,16: + 0: 125 + 7,16: + 0: 1 + 12,16: + 0: 8 + -9,19: + 0: 3776 + -9,18: + 0: 35068 + -8,20: + 0: 79 + -7,20: + 0: 69 + -6,20: + 0: 3 + 23,9: + 0: 65535 + 23,10: + 0: 65535 + 19,14: + 0: 65535 + 20,14: + 0: 65535 + 20,15: + 0: 65535 + 21,13: + 0: 65535 + 21,14: + 0: 65535 + 21,15: + 0: 65535 + 22,13: + 0: 65527 + 22,14: + 0: 5119 + 23,13: + 0: 52684 + -16,-12: + 0: 8178 + 23,8: + 0: 65535 + 23,11: + 0: 65535 + 17,15: + 0: 65535 + 23,3: + 0: 12544 + 23,12: + 0: 65535 + 22,7: + 0: 65535 + 23,4: + 0: 4403 + 23,5: + 0: 63233 + 23,6: + 0: 65535 + 23,7: + 0: 65535 + -17,-11: + 0: 8750 + -17,-12: + 0: 51328 + 24,8: + 0: 65535 + 24,9: + 0: 65535 + 24,10: + 0: 65535 + 25,11: + 0: 13943 + 25,8: + 0: 22359 + 25,9: + 0: 22391 + 25,10: + 0: 21847 + 24,12: + 0: 30169 + 24,13: + 0: 30549 + 24,14: + 0: 30583 + 24,15: + 0: 26197 + 25,12: + 0: 1 + 24,6: + 0: 65535 + 24,7: + 0: 65535 + 25,7: + 0: 29491 + 24,16: + 0: 5495 + 24,17: + 0: 1 + 20,16: + 0: 65535 + 20,17: + 0: 61183 + 21,16: + 0: 65535 + 22,16: + 0: 63351 + 23,16: + 0: 30408 + 17,16: + 0: 65535 + 18,16: + 0: 65535 + 18,17: + 0: 255 + 19,16: + 0: 65535 + 19,17: + 0: 255 + -12,16: + 0: 65535 + -12,17: + 0: 65535 + -12,18: + 0: 1535 + -11,16: + 0: 65535 + -11,17: + 0: 65535 + -11,18: + 0: 2292 + -10,17: + 0: 65535 + -10,18: + 0: 4081 + -13,17: + 0: 57309 + -13,16: + 0: 56797 + -13,18: + 0: 3321 + 17,14: + 0: 65535 + 18,14: + 0: 65535 + 18,15: + 0: 65535 + 19,15: + 0: 65535 + 22,15: + 0: 65520 + 23,15: + 0: 65534 + 23,14: + 0: 60620 + -17,14: + 0: 65535 + -17,15: + 0: 18687 + 13,16: + 0: 65535 + 13,17: + 0: 65535 + 14,16: + 0: 65535 + 14,17: + 0: 65535 + 15,16: + 0: 65535 + 15,17: + 0: 65535 + 24,11: + 0: 6143 + 24,5: + 0: 61440 + 25,6: + 0: 13073 + 20,18: + 0: 238 + 21,17: + 0: 13311 + 21,18: + 0: 51 + 22,17: + 0: 119 + 16,16: + 0: 65535 + 16,17: + 0: 65535 + 17,17: + 0: 13311 + -16,16: + 0: 47 + -15,16: + 0: 159 + -14,16: + 0: 32959 + -14,17: + 0: 34952 + -14,18: + 0: 8 + -24,16: + 0: 40947 + -23,16: + 0: 15304 + -23,17: + 0: 36095 + -22,17: + 0: 65532 + -21,17: + 0: 65535 + -21,18: + 0: 65007 + -20,17: + 0: 57341 + -19,17: + 0: 65527 + -19,16: + 0: 61183 + -18,16: + 0: 16380 + -18,17: + 0: 257 + -17,16: + 0: 1023 + 14,-12: + 0: 49075 + 15,-12: + 0: 65520 + -19,15: + 0: 255 + -23,15: + 0: 140 + -23,14: + 0: 32776 + -22,15: + 0: 255 + -21,15: + 0: 52447 + -20,-6: + 0: 65535 + -20,-5: + 0: 3 + -24,-12: + 0: 65280 + -24,-11: + 0: 61455 + -24,-10: + 0: 255 + -24,-9: + 0: 4095 + -23,-12: + 0: 65262 + -23,-10: + 0: 61167 + -23,-9: + 0: 3838 + -23,-11: + 0: 61166 + -22,-12: + 0: 65024 + -21,-12: + 0: 63232 + 12,-16: + 0: 65280 + 12,-15: + 0: 57359 + 12,-14: + 0: 254 + 12,-13: + 0: 4095 + 13,-16: + 0: 64392 + 13,-15: + 0: 47243 + 13,-14: + 0: 35007 + 13,-13: + 0: 35835 + 14,-16: + 0: 64307 + 14,-15: + 0: 45883 + 14,-14: + 0: 13247 + 14,-13: + 0: 15355 + 15,-16: + 0: 65280 + 15,-15: + 0: 61441 + 15,-14: + 0: 255 + 15,-13: + 0: 4095 + 12,-18: + 0: 2751 + 12,-17: + 0: 64512 + 12,-20: + 0: 14 + 13,-20: + 0: 34847 + 13,-18: + 0: 35835 + 13,-17: + 0: 49064 + 13,-19: + 0: 34958 + 14,-20: + 0: 62262 + 14,-19: + 0: 4881 + 14,-18: + 0: 15355 + 14,-17: + 0: 49075 + 15,-20: + 0: 62208 + 15,-19: + 0: 3 + 15,-18: + 0: 3869 + 15,-17: + 0: 12544 + -23,18: + 0: 51200 + -23,19: + 0: 32776 + -22,16: + 0: 4095 + -22,18: + 0: 65280 + -22,19: + 0: 61455 + -21,16: + 0: 52733 + -21,19: + 0: 56525 + -20,16: + 0: 7677 + -20,18: + 0: 64785 + -20,19: + 0: 53533 + -19,18: + 0: 65280 + -19,19: + 0: 61455 + -18,18: + 0: 4096 + -24,-15: + 0: 252 + -24,-14: + 0: 4095 + -24,-13: + 0: 63616 + -24,-16: + 0: 32768 + -23,-15: + 0: 61167 + -23,-14: + 0: 61182 + -23,-13: + 0: 61422 + -23,-16: + 0: 52940 + -22,-15: + 0: 239 + -22,-14: + 0: 3838 + -22,-13: + 0: 61408 + -22,-16: + 0: 8198 + -21,-16: + 0: 4096 + -21,-15: + 0: 127 + -21,-14: + 0: 1840 + -21,-13: + 0: 32512 + -25,-13: + 0: 52800 + -25,-14: + 0: 3200 + -25,-12: + 0: 60416 + -25,-10: + 0: 206 + -25,-9: + 0: 3308 + -25,-11: + 0: 49164 + -23,20: + 0: 140 + -23,21: + 0: 8 + -22,20: + 0: 143 + -22,21: + 0: 1279 + -22,23: + 0: 52992 + -22,22: + 0: 3200 + -21,20: + 0: 52447 + -21,21: + 0: 52477 + -21,22: + 0: 57308 + -21,23: + 0: 64972 + -20,20: + 0: 4575 + -20,21: + 0: 7677 + -20,22: + 0: 57169 + -20,23: + 0: 63761 + -19,20: + 0: 255 + -19,21: + 0: 2559 + -19,22: + 0: 64640 + -19,23: + 0: 65280 + -18,20: + 0: 1 + -18,21: + 0: 16 + -18,22: + 0: 256 + -21,24: + 0: 34953 + -21,25: + 0: 27848 + -21,26: + 0: 68 + -20,24: + 0: 4109 + -19,24: + 0: 3 + 11,-16: + 0: 32768 + 11,-13: + 0: 128 + 16,-16: + 0: 256 + 16,-15: + 0: 4096 + 16,-14: + 0: 19 + 11,-18: + 0: 128 + 16,-20: + 0: 28928 + 16,-18: + 0: 305 + 16,-19: + 0: 2 + -23,-17: + 0: 50240 + -22,-17: + 0: 15872 + -21,-17: + 0: 768 + 12,-21: + 0: 49152 + 13,-21: + 0: 57344 + 14,-21: + 0: 31944 + 15,-21: + 0: 15 + 15,-22: + 0: 51328 + 16,-22: + 0: 52982 + 16,-21: + 0: 9 + 17,-22: + 0: 12544 + 17,-21: + 0: 36471 + -27,-8: + 0: 57344 + -27,-7: + 0: 61166 + -26,-8: + 0: 61440 + -26,-7: + 0: 65535 + -25,-8: + 0: 12288 + -25,-7: + 0: 13107 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: BecomesStation + id: Submarine + - type: PreventPilot + - type: NavMap + - uid: 18185 + components: + - type: MetaData + name: map 100 + - type: Transform + - type: Map + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap +- proto: ActionToggleBlock + entities: + - uid: 32473 + components: + - type: Transform + parent: 32472 + - type: InstantAction + container: 32472 +- proto: ActionToggleInternals + entities: + - uid: 1304 + components: + - type: Transform + parent: 744 + - type: InstantAction + container: 744 + - uid: 1779 + components: + - type: Transform + parent: 1478 + - type: InstantAction + container: 1478 + - uid: 12982 + components: + - type: Transform + parent: 10415 + - type: InstantAction + container: 10415 +- proto: ActionToggleJetpack + entities: + - uid: 1153 + components: + - type: Transform + parent: 744 + - type: InstantAction + container: 744 + - uid: 1652 + components: + - type: Transform + parent: 1478 + - type: InstantAction + container: 1478 + - uid: 12246 + components: + - type: Transform + parent: 10415 + - type: InstantAction + container: 10415 +- proto: ActionToggleLight + entities: + - uid: 2568 + components: + - type: Transform + parent: 5658 + - type: InstantAction + container: 5658 + - uid: 4259 + components: + - type: Transform + parent: 14212 + - type: InstantAction + container: 14212 + - uid: 15584 + components: + - type: Transform + parent: 15583 + - type: InstantAction + container: 15583 +- proto: AirAlarm + entities: + - uid: 22 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 31156 + - 15448 + - 26414 + - 7690 + - 28364 + - type: AtmosDevice + joinedGrid: 2 + - uid: 69 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 6320 + - 6321 + - 28396 + - 2353 + - 7180 + - 7110 + - 7107 + - 3568 + - 28755 + - 28397 + - 8435 + - 7442 + - 6391 + - 7298 + - 7534 + - 28400 + - 28401 + - 28398 + - 7529 + - 7530 + - 7889 + - 5062 + - 28399 + - type: AtmosDevice + joinedGrid: 2 + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 28407 + - 28409 + - 28408 + - 28316 + - 28317 + - 6498 + - 3349 + - 6493 + - type: AtmosDevice + joinedGrid: 2 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 28409 + - 26700 + - 11856 + - 6630 + - 6628 + - 28404 + - 28247 + - 26633 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1655 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 6129 + - 36459 + - 150 + - 1256 + - 28435 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,64.5 + parent: 2 + - type: DeviceList + devices: + - 2609 + - 2610 + - 2611 + - 4642 + - 4212 + - 5244 + - 7752 + - 18373 + - 18374 + - 18375 + - 28487 + - 28595 + - 28602 + - 28603 + - 28588 + - 28592 + - 28590 + - 28591 + - 28681 + - 28055 + - 27496 + - 27010 + - 13000 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 23254 + - 23226 + - 15918 + - 28727 + - 23247 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2995 + components: + - type: Transform + pos: -6.5,65.5 + parent: 2 + - type: DeviceList + devices: + - 26217 + - 28593 + - 26218 + - 28596 + - 15198 + - 16312 + - 16315 + - 16309 + - 16311 + - 28597 + - 28595 + - 28598 + - 28599 + - 28601 + - 25773 + - 24464 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-35.5 + parent: 2 + - type: DeviceList + devices: + - 28408 + - 28409 + - 28301 + - 28302 + - 28403 + - 6493 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,48.5 + parent: 2 + - type: DeviceList + devices: + - 2681 + - 25848 + - 25847 + - 28520 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6298 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 1076 + - 26232 + - 28436 + - 27271 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7137 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 26790 + - 6667 + - 26697 + - 26699 + - 31773 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7404 + components: + - type: Transform + pos: -19.5,38.5 + parent: 2 + - type: DeviceList + devices: + - 28605 + - 28384 + - 28383 + - 28382 + - 15643 + - 3734 + - 17030 + - 9039 + - 28606 + - 25752 + - 23952 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 28547 + - 28545 + - 28546 + - 28587 + - 28654 + - 28585 + - 2006 + - 2007 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 28367 + - 28368 + - 28369 + - 28370 + - 7198 + - 7203 + - 7235 + - 7225 + - 7190 + - 7192 + - 28371 + - 24637 + - 25786 + - 28111 + - 27253 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15850 + components: + - type: Transform + pos: 14.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 13917 + - 13918 + - 27453 + - 27454 + - 2636 + - 2634 + - 28525 + - 25795 + - 28524 + - 28526 + - 25859 + - 25858 + - 26032 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23688 + components: + - type: Transform + pos: -56.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 28395 + - 28371 + - 28370 + - 28372 + - 5194 + - 7190 + - 7192 + - 27252 + - 28110 + - type: AtmosDevice + joinedGrid: 2 + - uid: 24937 + components: + - type: Transform + pos: 47.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 27696 + - 27697 + - 28424 + - 28423 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 8134 + - 2431 + - 28615 + - 26782 + - 28359 + - 26781 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 7638 + - 8840 + - 28339 + - 26256 + - 26257 + - 23698 + - 25186 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 28378 + - 28392 + - 28393 + - 14205 + - 2458 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25120 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 26248 + - 28377 + - 26249 + - 28393 + - 3758 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 28334 + - 28347 + - 26353 + - 26354 + - 28348 + - 24887 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 28347 + - 28348 + - 28365 + - 28349 + - 3748 + - 3747 + - 8681 + - 28350 + - 28351 + - 26892 + - 24775 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25140 + components: + - type: Transform + pos: -45.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 9082 + - 9083 + - 28342 + - 28345 + - 28343 + - 28346 + - 28344 + - 25186 + - 23698 + - 10984 + - 26212 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 28343 + - 28345 + - 28344 + - 28346 + - 9083 + - 28342 + - 25777 + - 26084 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 26010 + - 26009 + - 9039 + - 28386 + - 28605 + - 17011 + - 17030 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25146 + components: + - type: Transform + pos: -21.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 28606 + - 25990 + - 25973 + - 28605 + - 3734 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25155 + components: + - type: Transform + pos: -22.5,49.5 + parent: 2 + - type: DeviceList + devices: + - 28385 + - 25959 + - 25958 + - 17011 + - 9039 + - 28386 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,38.5 + parent: 2 + - type: DeviceList + devices: + - 28733 + - 3382 + - 28385 + - 16411 + - 28603 + - 15917 + - 16288 + - 8823 + - 25573 + - 16331 + - 16289 + - 28387 + - 28388 + - 15596 + - 28617 + - 15295 + - 15296 + - 15297 + - 28381 + - 15415 + - 28382 + - 25770 + - 25821 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 28381 + - 28382 + - 28383 + - 28384 + - 28380 + - 15415 + - 15520 + - 26067 + - 25757 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,33.5 + parent: 2 + - type: DeviceList + devices: + - 28380 + - 28379 + - 26078 + - 26079 + - 15503 + - 26059 + - 25753 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 9082 + - 9081 + - 8874 + - 8873 + - 7638 + - 3680 + - 8857 + - 8783 + - 8763 + - 7640 + - 17859 + - 5723 + - 25186 + - 23698 + - 28339 + - 28338 + - 28337 + - 28336 + - 28335 + - 28334 + - 28333 + - 28342 + - 28378 + - 25632 + - 11644 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 15520 + - 15503 + - 28380 + - 28379 + - 28381 + - 28378 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,26.5 + parent: 2 + - type: DeviceList + devices: + - 28392 + - 28617 + - 26086 + - 26087 + - 9552 + - 9216 + - 9255 + - 15295 + - 15296 + - 15297 + - 27457 + - 27456 + - 27455 + - 28382 + - 28383 + - 28384 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25191 + components: + - type: Transform + pos: -7.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 15596 + - 15597 + - 9548 + - 28388 + - 28392 + - 28383 + - 28382 + - 28384 + - 28389 + - 24315 + - 27511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25192 + components: + - type: Transform + pos: -4.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 28388 + - 15597 + - 26121 + - 28389 + - 26122 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25193 + components: + - type: Transform + pos: -9.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 28384 + - 28383 + - 28382 + - 16289 + - 16331 + - 28387 + - 26129 + - 26128 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 28588 + - 28387 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 13914 + - 13915 + - 13917 + - 13918 + - 28524 + - 28525 + - 28588 + - 26035 + - 8821 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 25310 + - 28518 + - 25311 + - 2634 + - 2636 + - 2869 + - 2606 + - 2208 + - 14170 + - 14173 + - 2681 + - 14122 + - 28526 + - 28519 + - 28520 + - 28522 + - 28525 + - 28521 + - 25727 + - 26014 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,52.5 + parent: 2 + - type: DeviceList + devices: + - 14170 + - 14173 + - 25790 + - 28521 + - 25791 + - 28526 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25198 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 2606 + - 2208 + - 14015 + - 14020 + - 28522 + - 28526 + - 28523 + - 25742 + - 26036 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,54.5 + parent: 2 + - type: DeviceList + devices: + - 14015 + - 14020 + - 28523 + - 25835 + - 25834 + - 28522 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25201 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - type: DeviceList + devices: + - 14122 + - 14105 + - 28519 + - 25808 + - 25807 + - 28526 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25204 + components: + - type: Transform + pos: 11.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 28654 + - 28587 + - 28585 + - 28584 + - 28583 + - 2006 + - 2008 + - 2009 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25205 + components: + - type: Transform + pos: 9.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 28654 + - 28587 + - 2009 + - 2010 + - 28566 + - 28567 + - 28586 + - 28585 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25206 + components: + - type: Transform + pos: 16.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 27011 + - 24059 + - 24040 + - 28079 + - 28654 + - 25207 + - 25208 + - 25209 + - 28637 + - 3976 + - 28532 + - 1845 + - 25310 + - 781 + - 28483 + - 1871 + - 1870 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25220 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 28337 + - 26283 + - 26282 + - 8704 + - 8783 + - 23698 + - 25186 + - 28393 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25221 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 28338 + - 26280 + - 26281 + - 8840 + - 8857 + - 23698 + - 25186 + - 27444 + - 28393 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 28336 + - 26308 + - 26309 + - 8763 + - 23698 + - 25186 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25223 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 + - type: DeviceList + devices: + - 28364 + - 24887 + - 28393 + - 28348 + - 28347 + - 28367 + - 23698 + - 25186 + - 7640 + - 17859 + - 5723 + - 8703 + - 8702 + - 8701 + - 7671 + - 7673 + - 3834 + - 27503 + - 15936 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25224 + components: + - type: Transform + pos: -71.5,12.5 + parent: 2 + - type: DeviceList + devices: + - 7671 + - 7673 + - 3834 + - 7675 + - 8183 + - 7674 + - 7682 + - 7690 + - 1505 + - 27441 + - 28364 + - 28365 + - 24887 + - 13354 + - 13378 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 28742 + - 28741 + - 2763 + - 26836 + - 4242 + - 4218 + - 26835 + - 28607 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 28365 + - 26416 + - 26415 + - 28364 + - 7682 + - 1505 + - 27441 + - 28349 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 7748 + - 7749 + - 7750 + - 28363 + - 26834 + - 26831 + - 28362 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 7931 + - 2428 + - 28615 + - 26740 + - 28361 + - 26742 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,12.5 + parent: 2 + - type: DeviceList + devices: + - 7751 + - 2603 + - 7753 + - 28615 + - 26703 + - 28360 + - 26702 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25234 + components: + - type: Transform + pos: 24.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 28515 + - 28514 + - 25311 + - 25621 + - 25310 + - 28518 + - 22880 + - 25635 + - 25636 + - 26013 + - 28713 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25236 + components: + - type: Transform + pos: -79.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 7745 + - 7747 + - 7746 + - 28358 + - 28357 + - 26805 + - 26808 + - 28367 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 18464 + - 18463 + - 28750 + - 28751 + - 7416 + - 28375 + - 28374 + - 28393 + - 28367 + - 26872 + - 5676 + - 25655 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 24887 + - 28367 + - 27130 + - 27129 + - 25322 + - 25323 + - 28368 + - 28371 + - 28370 + - 28375 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25241 + components: + - type: Transform + pos: -57.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 28373 + - 27152 + - 27149 + - 28374 + - 28372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-6.5 + parent: 2 + - type: DeviceList + devices: + - 28395 + - 27006 + - 27007 + - 3086 + - 3092 + - 28372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 28394 + - 26946 + - 26945 + - 28374 + - 7189 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 26089 + - 28393 + - 25779 + - 8701 + - 8702 + - 8703 + - 24887 + - 7110 + - 2353 + - 7180 + - 28396 + - 25215 + - 25216 + - 28392 + - 6318 + - 27444 + - 28338 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25245 + components: + - type: Transform + pos: -22.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 9548 + - 9255 + - 9216 + - 9552 + - 1866 + - 1867 + - 25215 + - 25214 + - 25216 + - 28609 + - 28392 + - 27853 + - 28378 + - 28393 + - 28474 + - 28475 + - 28617 + - 28388 + - 27008 + - 27497 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 28534 + - 28637 + - 28488 + - 28489 + - 27771 + - 28432 + - 4377 + - 4376 + - 4375 + - 2237 + - 25209 + - 25208 + - 25207 + - 25211 + - 25212 + - 25213 + - 27493 + - 24007 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 28429 + - 28427 + - 28426 + - 28428 + - 28432 + - 27771 + - 28433 + - 28637 + - 25217 + - 25218 + - 25219 + - 3877 + - 3879 + - 3898 + - 3899 + - 3881 + - 3889 + - 25213 + - 25212 + - 25211 + - 28420 + - 26143 + - 25781 + - 25780 + - 26137 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 28432 + - 27771 + - 28433 + - 28434 + - 28420 + - 1874 + - 1875 + - 25217 + - 25218 + - 25219 + - 3892 + - 777 + - 774 + - 1097 + - 27445 + - 27446 + - 27447 + - 27448 + - 27449 + - 27450 + - 27452 + - 27451 + - 25783 + - 26152 + - 13382 + - 25622 + - 28098 + - 27017 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 1862 + - 1863 + - 1864 + - 2462 + - 2463 + - 2461 + - 28411 + - 28412 + - 26696 + - 27112 + - 28099 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-35.5 + parent: 2 + - type: DeviceList + devices: + - 28412 + - 26896 + - 26895 + - 28411 + - 2461 + - 2463 + - 2462 + - 28619 + - 28414 + - 24173 + - 27123 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 28619 + - 28411 + - 28407 + - 28410 + - 27494 + - 27492 + - 27491 + - 28627 + - 27484 + - 28412 + - 29289 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25252 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 28414 + - 28419 + - 28417 + - 28411 + - 28412 + - 28211 + - 26235 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 28117 + - 28612 + - 28415 + - 28419 + - 28417 + - 3172 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 28415 + - 28414 + - 28419 + - 28416 + - 28417 + - 28108 + - 28109 + - 1097 + - 3172 + - 3365 + - 3358 + - 28434 + - 28420 + - 28433 + - 26870 + - 28244 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 3892 + - 3424 + - 28421 + - 27559 + - 27558 + - 28422 + - 28434 + - 28420 + - 28418 + - 28423 + - 28433 + - 25793 + - 26211 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25257 + components: + - type: Transform + pos: 46.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 27560 + - 27561 + - 28423 + - 28424 + - 28421 + - 28422 + - 28433 + - 28434 + - 28425 + - 25295 + - 25296 + - 25297 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25260 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 6553 + - 2904 + - 2923 + - 6955 + - 28782 + - 28783 + - 6628 + - 6498 + - 28406 + - 28408 + - 28404 + - 28779 + - 8968 + - 27507 + - 27504 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 6553 + - 2904 + - 2923 + - 6955 + - 28782 + - 763 + - 766 + - 765 + - 5250 + - 28265 + - 28406 + - 28266 + - 28407 + - 28627 + - 28755 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 28396 + - 28397 + - 28755 + - 28627 + - 28406 + - 28779 + - 3080 + - 7107 + - 3568 + - 12004 + - 84 + - 2147 + - 766 + - 765 + - 763 + - 28402 + - 25631 + - 25936 + - 27122 + - 28610 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 28330 + - 28331 + - 28476 + - 12004 + - 28755 + - 28627 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 28477 + - 27295 + - 27294 + - 580 + - 28790 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 583 + - 28478 + - 27293 + - 27296 + - 28790 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 101 + - 592 + - 28479 + - 28790 + - 28480 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 27312 + - 28627 + - 28479 + - 28480 + - 2069 + - 84 + - 2147 + - 101 + - 27260 + - 26123 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 2 + - type: DeviceList + devices: + - 345 + - 346 + - 542 + - 541 + - 548 + - 547 + - 549 + - 550 + - 546 + - 545 + - 544 + - 543 + - 1685 + - 28472 + - 27255 + - 28473 + - 27254 + - 27311 + - 28474 + - 24245 + - 27257 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25275 + components: + - type: Transform + pos: -12.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25276 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 27311 + - 27312 + - 28465 + - 214 + - 221 + - 218 + - 384 + - 390 + - 258 + - 260 + - 68 + - 65 + - 66 + - 25784 + - 26168 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 28481 + - 1441 + - 1488 + - 1489 + - 28465 + - 25789 + - 26209 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25278 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 1494 + - 1495 + - 1496 + - 28482 + - 27350 + - 27351 + - 28465 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25279 + components: + - type: Transform + pos: 31.5,14.5 + parent: 2 + - type: DeviceList + devices: + - 28465 + - 28483 + - 15931 + - 28654 + - 28587 + - 27373 + - 883 + - 781 + - 1347 + - 1348 + - 25788 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 28485 + - 28071 + - 28070 + - 28483 + - 28654 + - 28587 + - 28486 + - 8659 + - 6682 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,5.5 + parent: 2 + - type: DeviceList + devices: + - 27422 + - 27421 + - 28484 + - 1082 + - 28465 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 28440 + - 28452 + - 28451 + - 28439 + - 1316 + - 1313 + - 968 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 28465 + - 1395 + - 28439 + - 28449 + - 28450 + - 1313 + - 1316 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 27389 + - 28438 + - 27396 + - 27395 + - 28463 + - 28465 + - 1012 + - 1080 + - 2012 + - 2013 + - 1661 + - 2014 + - 2015 + - 2016 + - 2017 + - 2018 + - 2019 + - 1531 + - 151 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 152 + - 153 + - 155 + - 154 + - 1661 + - 2014 + - 2015 + - 2016 + - 2017 + - 27438 + - 28463 + - 27437 + - 28420 + - 28434 + - 28438 + - 151 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25287 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 1489 + - 1488 + - 1441 + - 384 + - 390 + - 1086 + - 1137 + - 1012 + - 1080 + - 2012 + - 2013 + - 1494 + - 1495 + - 1496 + - 1395 + - 883 + - 1082 + - 28484 + - 28483 + - 28438 + - 28439 + - 28482 + - 28481 + - 27312 + - 28464 + - 28465 + - 26210 + - 25792 + - 151 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25288 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 1086 + - 1137 + - 28464 + - 28420 + - 28434 + - 28465 + - 25836 + - 25623 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25289 + components: + - type: Transform + pos: -38.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 28792 + - 22793 + - 28475 + - 28474 + - 8835 + - 26198 + - 28392 + - 28472 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25291 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 28755 + - 28790 + - 28475 + - 27166 + - 27165 + - 22793 + - 28792 + - 27311 + - 28474 + - 28627 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25293 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 2018 + - 2019 + - 148 + - 144 + - 1178 + - 1079 + - 27405 + - 28435 + - 28434 + - 28420 + - 150 + - 28438 + - 151 + - 36459 + - 2112 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25294 + components: + - type: Transform + pos: 74.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 28425 + - 27695 + - 4430 + - 25295 + - 25296 + - 25297 + - 28423 + - 28426 + - 28428 + - 28427 + - 28429 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 28425 + - 28428 + - 28426 + - 28427 + - 27751 + - 27752 + - 27755 + - 27756 + - 27750 + - 27749 + - 28429 + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - 28432 + - 27771 + - 28633 + - 28430 + - 28431 + - 27299 + - 28213 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 28426 + - 28428 + - 28427 + - 28429 + - 27641 + - 28430 + - 27642 + - 28431 + - 27747 + - 27748 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 28488 + - 28427 + - 15163 + - 2252 + - 28633 + - 26698 + - 25794 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25301 + components: + - type: Transform + pos: 56.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 28633 + - 28488 + - 27818 + - 28489 + - 27819 + - 28490 + - 28491 + - 28637 + - 4377 + - 4376 + - 4375 + - 5704 + - 9340 + - 25782 + - 25633 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25302 + components: + - type: Transform + pos: 61.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 28490 + - 28488 + - 28489 + - 2251 + - 5704 + - 26 + - 28534 + - 28219 + - 27300 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25303 + components: + - type: Transform + pos: 66.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 9340 + - 28491 + - 28501 + - 28500 + - 28489 + - 28488 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25305 + components: + - type: Transform + pos: 48.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 4107 + - 28529 + - 25460 + - 25459 + - 28528 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 3359 + - 28513 + - 25452 + - 25451 + - 28528 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,45.5 + parent: 2 + - type: DeviceList + devices: + - 25310 + - 28518 + - 25311 + - 2259 + - 2510 + - 9224 + - 28514 + - 25440 + - 28515 + - 28528 + - 28512 + - 28705 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 18373 + - 18374 + - 18375 + - 28590 + - 26868 + - 26867 + - 28487 + - 26865 + - 28591 + - 26866 + - 28592 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25314 + components: + - type: Transform + pos: -7.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 28487 + - 28681 + - 22296 + - 22310 + - 28535 + - 26681 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 28599 + - 28601 + - 28596 + - 16312 + - 16315 + - 26080 + - 28597 + - 25772 + - 25775 + - 28598 + - 24602 + - 25335 + - 25200 + - 25077 + - 25188 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25317 + components: + - type: Transform + pos: -4.5,65.5 + parent: 2 + - type: DeviceList + devices: + - 28595 + - 15258 + - 16309 + - 16311 + - 7752 + - 28487 + - 28594 + - 28596 + - 26219 + - 26220 + - 25774 + - 25837 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25318 + components: + - type: Transform + pos: -5.5,62.5 + parent: 2 + - type: DeviceList + devices: + - 28487 + - 28604 + - 28603 + - 15721 + - 5244 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25319 + components: + - type: Transform + pos: -8.5,57.5 + parent: 2 + - type: DeviceList + devices: + - 15721 + - 4212 + - 4642 + - 15917 + - 28604 + - 28602 + - 28603 + - 25886 + - 25887 + - 28487 + - 28384 + - 28383 + - 28382 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25320 + components: + - type: Transform + pos: -58.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 25323 + - 25322 + - 28367 + - 28370 + - 28371 + - 28368 + - 27134 + - 27135 + - 25327 + - 25328 + - 28369 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-33.5 + parent: 2 + - type: DeviceList + devices: + - 28370 + - 28371 + - 28368 + - 25327 + - 25328 + - 27136 + - 28369 + - 27137 + - 25326 + - 25324 + - 25325 + - 28402 + - 27108 + - 27109 + - 28754 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 28371 + - 28370 + - 28396 + - 28397 + - 28401 + - 27124 + - 27125 + - 7198 + - 7102 + - 6391 + - 7442 + - 8435 + - 28754 + - 28402 + - 28116 + - 27256 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 28371 + - 28370 + - 28396 + - 28397 + - 3649 + - 7298 + - 7534 + - 7203 + - 28400 + - 27256 + - 28116 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25332 + components: + - type: Transform + pos: -54.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 28371 + - 28370 + - 28396 + - 28397 + - 7530 + - 7529 + - 6945 + - 7235 + - 27114 + - 28398 + - 27115 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25333 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - type: DeviceList + devices: + - 27113 + - 28399 + - 28371 + - 28397 + - 28396 + - 7225 + - 5062 + - 7889 + - 28113 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25334 + components: + - type: Transform + pos: -52.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25336 + components: + - type: Transform + pos: -30.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 28757 + - 28173 + - 28779 + - 28778 + - 28755 + - 28627 + - 3080 + - 6554 + - 6553 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 25324 + - 25325 + - 28402 + - 27482 + - 27483 + - 28755 + - 28627 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25338 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 28779 + - 28778 + - 28776 + - 6554 + - 27430 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 28784 + - 28785 + - 5250 + - 3349 + - 28407 + - 28290 + - 28406 + - 28408 + - 26696 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25340 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 28410 + - 28619 + - 3815 + - 28245 + - 27301 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 28404 + - 6630 + - 11856 + - 28410 + - 3815 + - 26629 + - 27302 + - 26700 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25342 + components: + - type: Transform + pos: 36.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 3906 + - 28533 + - 25484 + - 25485 + - 28646 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25343 + components: + - type: Transform + pos: 30.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 27460 + - 27459 + - 27458 + - 3438 + - 28531 + - 28532 + - 28646 + - 25310 + - 28518 + - 25311 + - 24253 + - 24258 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,24.5 + parent: 2 + - type: DeviceList + devices: + - 3976 + - 2205 + - 27460 + - 27459 + - 27458 + - 25498 + - 28532 + - 25499 + - 28531 + - 28654 + - 28587 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25345 + components: + - type: Transform + pos: 40.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 28646 + - 28536 + - 2203 + - 4059 + - 27461 + - 3906 + - 3438 + - 28530 + - 28533 + - 28531 + - 28528 + - 24263 + - 941 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 4107 + - 3359 + - 2259 + - 3853 + - 2203 + - 28528 + - 28529 + - 28513 + - 28514 + - 28515 + - 28646 + - 34073 + - 34118 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 3853 + - 25468 + - 25467 + - 28537 + - 28528 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25348 + components: + - type: Transform + pos: 46.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 4059 + - 27461 + - 4069 + - 28530 + - 25476 + - 25475 + - 28646 + - 28534 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25349 + components: + - type: Transform + pos: 49.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 2237 + - 4069 + - 26 + - 28534 + - 25352 + - 25353 + - 28637 + - 28490 + - 28530 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,49.5 + parent: 2 + - type: DeviceList + devices: + - 28512 + - 25699 + - 27888 + - 28515 + - 28514 + - 399 + - 391 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 788 + - 789 + - 15931 + - 27383 + - 27382 + - 1347 + - 1348 + - 28483 + - 28654 + - 28587 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 8659 + - 6682 + - 28486 + - 28060 + - 28059 + - 28434 + - 28420 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28618 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 28149 + - 28150 + - 28416 + - 28418 + - 28419 + - 28417 + - 3358 + - 3531 + - 27445 + - 27446 + - 27447 + - 27448 + - 774 + - 777 + - 27449 + - 27450 + - 27452 + - 27451 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 774 + - 777 + - 3365 + - 3424 + - 3531 + - 28139 + - 28140 + - 28418 + - 28419 + - 28422 + - 28421 + - 28416 + - 28417 + - 28434 + - 28420 + - 28433 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 25310 + - 28518 + - 25311 + - 28588 + - 28487 + - 28524 + - 1859 + - 1860 + - 1861 + - 13915 + - 13914 + - 2609 + - 2610 + - 2611 + - 27009 + - 13002 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 2010 + - 2008 + - 2007 + - 3976 + - 781 + - 788 + - 789 + - 28654 + - 28587 + - 28547 + - 28585 + - 28586 + - 25310 + - 28518 + - 25311 + - 28532 + - 28485 + - 28486 + - 28483 + - 15931 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,53.5 + parent: 2 + - type: DeviceList + devices: + - 28521 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28735 + components: + - type: Transform + pos: -51.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 9084 + - 9081 + - 28333 + - 6973 + - 6966 + - 25186 + - 23698 + - 28737 + - 28334 + - 24108 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 28335 + - 26268 + - 26269 + - 3680 + - 23698 + - 25186 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 8873 + - 8874 + - 24108 + - 28333 + - 28347 + - 28348 + - 23698 + - 25186 + - 28334 + - 26083 + - 25776 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28746 + components: + - type: Transform + pos: -93.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 28349 + - 28350 + - 28351 + - 28352 + - 28353 + - 28354 + - 3718 + - 8682 + - 8683 + - 8681 + - 3747 + - 3748 + - 27611 + - 26894 + - 26893 + - 940 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -115.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 28351 + - 28350 + - 28352 + - 28353 + - 28354 + - 28355 + - 3718 + - 8682 + - 8683 + - 8684 + - 8685 + - 8686 + - 28517 + - 25375 + - 24948 + - 26924 + - 24954 + - 27638 + - 26975 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28748 + components: + - type: Transform + pos: -97.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 28354 + - 28353 + - 28352 + - 8684 + - 8685 + - 8686 + - 8689 + - 8688 + - 8687 + - 28355 + - 25387 + - 26926 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 18464 + - 18463 + - 7189 + - 28374 + - 1517 + - 28375 + - 28394 + - 26872 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 27491 + - 27492 + - 28407 + - 28619 + - 27484 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28791 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 28790 + - 681 + - 682 + - 592 + - 583 + - 580 + - 27311 + - 28479 + - 28478 + - 28477 + - 28475 + - 25696 + - 26869 + - type: AtmosDevice + joinedGrid: 2 + - uid: 30628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 1870 + - 1871 + - 1860 + - 1861 + - 1859 + - 1866 + - 1867 + - 221 + - 218 + - 214 + - 28392 + - 27312 + - 28587 + - 28654 + - 28588 + - type: AtmosDevice + joinedGrid: 2 + - uid: 30714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 28283 + - 22899 + - 27753 + - 25420 + - 15945 + - 27363 + - 20961 + - 27425 + - 25497 + - 27754 + - 28362 + - 28615 + - 28614 + - 28607 + - 28358 + - 7920 + - 7918 + - 7919 + - 7917 + - 7915 + - 7914 + - 7913 + - 3724 + - 3872 + - 3801 + - 3800 + - 28360 + - 28363 + - 28364 + - 28357 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 28356 + - 26692 + - 26693 + - 8687 + - 8688 + - 8689 + - 28355 + - type: AtmosDevice + joinedGrid: 2 +- proto: AirCanister + entities: + - uid: 3630 + components: + - type: Transform + pos: 40.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: AirlockArmoryGlassLocked + entities: + - uid: 1068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,38.5 + parent: 2 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 381 + components: + - type: Transform + pos: -43.5,57.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: -43.5,56.5 + parent: 2 + - uid: 22715 + components: + - type: Transform + pos: -43.5,32.5 + parent: 2 + - uid: 22717 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 + - uid: 31430 + components: + - type: Transform + pos: -60.5,56.5 + parent: 2 + - uid: 34664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-6.5 + parent: 2 +- proto: AirlockBarGlassLocked + entities: + - uid: 22996 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 22998 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 23281 + components: + - type: Transform + pos: 20.5,49.5 + parent: 2 +- proto: AirlockCargoGlass + entities: + - uid: 22866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-17.5 + parent: 2 + - uid: 22867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-17.5 + parent: 2 + - uid: 22868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-17.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-36.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 22855 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - uid: 22856 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 22857 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 22858 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 22859 + components: + - type: Transform + pos: -11.5,-31.5 + parent: 2 + - uid: 22871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-20.5 + parent: 2 +- proto: AirlockChapelGlassLocked + entities: + - uid: 768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,25.5 + parent: 2 +- proto: AirlockChemistryLocked + entities: + - uid: 22847 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 22848 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 22849 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 +- proto: AirlockChiefEngineerGlassLocked + entities: + - uid: 22685 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerGlassLocked + entities: + - uid: 22874 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 22875 + components: + - type: Transform + pos: 33.5,14.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerLocked + entities: + - uid: 22839 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 22840 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 2 +- proto: AirlockClownLocked + entities: + - uid: 3685 + components: + - type: Transform + pos: -76.5,-1.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + pos: -76.5,2.5 + parent: 2 +- proto: AirlockCommand + entities: + - uid: 22841 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 22842 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 +- proto: AirlockCommandGlass + entities: + - uid: 778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,23.5 + parent: 2 + - uid: 22601 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 22602 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - uid: 22603 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 22604 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 22710 + components: + - type: Transform + pos: -46.5,11.5 + parent: 2 + - uid: 22870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-17.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,38.5 + parent: 2 + - uid: 413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,26.5 + parent: 2 + - uid: 423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,39.5 + parent: 2 + - uid: 754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,22.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,22.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,43.5 + parent: 2 + - uid: 22611 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 22612 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - uid: 22613 + components: + - type: Transform + pos: 24.5,54.5 + parent: 2 + - uid: 22614 + components: + - type: Transform + pos: 24.5,56.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 21062 + components: + - type: Transform + pos: 16.5,47.5 + parent: 2 + - uid: 22605 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 + - uid: 22606 + components: + - type: Transform + pos: 8.5,49.5 + parent: 2 + - uid: 22607 + components: + - type: Transform + pos: 8.5,48.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 166 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 22701 + components: + - type: Transform + pos: -56.5,25.5 + parent: 2 + - uid: 22702 + components: + - type: Transform + pos: -56.5,24.5 + parent: 2 + - uid: 22703 + components: + - type: Transform + pos: -52.5,22.5 + parent: 2 + - uid: 22704 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 22705 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 22706 + components: + - type: Transform + pos: -55.5,10.5 + parent: 2 + - uid: 22707 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 22708 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - uid: 22709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,12.5 + parent: 2 + - uid: 22711 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 + - uid: 22713 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 22722 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - uid: 22764 + components: + - type: Transform + pos: -22.5,71.5 + parent: 2 + - uid: 23682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,34.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 3278 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - uid: 22675 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 22688 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 + - uid: 22689 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 22690 + components: + - type: Transform + pos: 3.5,44.5 + parent: 2 + - uid: 22691 + components: + - type: Transform + pos: 31.5,50.5 + parent: 2 + - uid: 22692 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 22693 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 22696 + components: + - type: Transform + pos: -67.5,35.5 + parent: 2 + - uid: 22907 + components: + - type: Transform + pos: -27.5,-27.5 + parent: 2 + - uid: 28159 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 29895 + components: + - type: Transform + pos: -32.5,71.5 + parent: 2 +- proto: AirlockExternalEasyPryLocked + entities: + - uid: 25969 + components: + - type: Transform + pos: 80.5,4.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 4928 + components: + - type: Transform + pos: 96.5,47.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: 94.5,47.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + pos: -121.5,7.5 + parent: 2 + - uid: 8385 + components: + - type: Transform + pos: -121.5,9.5 + parent: 2 +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 6675 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 28202 + - 6788 + - type: DeviceLinkSource + linkedPorts: + 6788: + - DoorStatus: DoorBolt + 28202: + - DoorStatus: DoorBolt + - uid: 6683 + components: + - type: Transform + pos: -16.5,-47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6788 + - 28202 + - type: DeviceLinkSource + linkedPorts: + 28202: + - DoorStatus: DoorBolt + 6788: + - DoorStatus: DoorBolt + - uid: 6788 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6675 + - 6683 + - type: DeviceLinkSource + linkedPorts: + 6683: + - DoorStatus: DoorBolt + 6675: + - DoorStatus: DoorBolt + - uid: 6801 + components: + - type: Transform + pos: -20.5,-42.5 + parent: 2 + - uid: 28202 + components: + - type: Transform + pos: -18.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6683 + - 6675 + - type: DeviceLinkSource + linkedPorts: + 6675: + - DoorStatus: DoorBolt + 6683: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassEasyPry + entities: + - uid: 767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-3.5 + parent: 2 +- proto: AirlockExternalGlassEasyPryLocked + entities: + - uid: 388 + components: + - type: Transform + pos: 78.5,-15.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 78.5,-17.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: -35.5,4.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + pos: -37.5,4.5 + parent: 2 + - uid: 5435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-7.5 + parent: 2 + - uid: 9173 + components: + - type: Transform + pos: -37.5,6.5 + parent: 2 + - uid: 9174 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 + - uid: 9212 + components: + - type: Transform + pos: 43.5,15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12998 + - 9240 + - type: DeviceLinkSource + linkedPorts: + 12998: + - DoorStatus: DoorBolt + 9240: + - DoorStatus: DoorBolt + - uid: 9240 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9242 + - 9212 + - type: DeviceLinkSource + linkedPorts: + 9212: + - DoorStatus: DoorBolt + 9242: + - DoorStatus: DoorBolt + - uid: 9242 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12998 + - 9240 + - type: DeviceLinkSource + linkedPorts: + 12998: + - DoorStatus: DoorBolt + 9240: + - DoorStatus: DoorBolt + - uid: 9341 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9242 + - 9212 + - type: DeviceLinkSource + linkedPorts: + 9242: + - DoorStatus: DoorBolt + 9212: + - DoorStatus: DoorBolt + - uid: 19461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,79.5 + parent: 2 + - uid: 19462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,79.5 + parent: 2 + - uid: 19478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,79.5 + parent: 2 + - uid: 19479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,79.5 + parent: 2 + - uid: 19480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,79.5 + parent: 2 + - uid: 19481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,79.5 + parent: 2 + - uid: 19926 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 19976 + components: + - type: Transform + pos: -115.5,14.5 + parent: 2 + - uid: 19977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -115.5,2.5 + parent: 2 + - uid: 20005 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 15 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,41.5 + parent: 2 + - uid: 571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,39.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: -59.5,39.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: -59.5,41.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-33.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10394 + - 10393 + - type: DeviceLinkSource + linkedPorts: + 10394: + - DoorStatus: DoorBolt + 10393: + - DoorStatus: DoorBolt + - uid: 3715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 10394 + - 10393 + - type: DeviceLinkSource + linkedPorts: + 10394: + - DoorStatus: DoorBolt + 10393: + - DoorStatus: DoorBolt + - uid: 7929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 13214 + - 8129 + - type: DeviceLinkSource + linkedPorts: + 13214: + - DoorStatus: DoorBolt + 8129: + - DoorStatus: DoorBolt + - uid: 8128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8129 + - 13214 + - type: DeviceLinkSource + linkedPorts: + 8129: + - DoorStatus: DoorBolt + 13214: + - DoorStatus: DoorBolt + - uid: 8129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8128 + - 7929 + - type: DeviceLinkSource + linkedPorts: + 8128: + - DoorStatus: DoorBolt + 7929: + - DoorStatus: DoorBolt + - uid: 10393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,-33.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3715 + - 3101 + - type: DeviceLinkSource + linkedPorts: + 3101: + - DoorStatus: DoorBolt + 3715: + - DoorStatus: DoorBolt + - uid: 10394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,-35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3715 + - 3101 + - type: DeviceLinkSource + linkedPorts: + 3715: + - DoorStatus: DoorBolt + 3101: + - DoorStatus: DoorBolt + - uid: 13214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7929 + - 8128 + - type: DeviceLinkSource + linkedPorts: + 7929: + - DoorStatus: DoorBolt + 8128: + - DoorStatus: DoorBolt + - uid: 18586 + components: + - type: Transform + pos: -102.5,56.5 + parent: 2 + - uid: 18595 + components: + - type: Transform + pos: -104.5,46.5 + parent: 2 + - uid: 18596 + components: + - type: Transform + pos: -104.5,56.5 + parent: 2 + - uid: 18597 + components: + - type: Transform + pos: -102.5,46.5 + parent: 2 + - uid: 18614 + components: + - type: Transform + pos: -90.5,51.5 + parent: 2 + - uid: 18615 + components: + - type: Transform + pos: -92.5,51.5 + parent: 2 + - uid: 22695 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 +- proto: AirlockExternalGlassLocked + entities: + - uid: 2772 + components: + - type: Transform + pos: 30.5,56.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + pos: 79.5,26.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + pos: 30.5,54.5 + parent: 2 + - uid: 18227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,57.5 + parent: 2 + - uid: 30101 + components: + - type: Transform + pos: 79.5,24.5 + parent: 2 + - uid: 30753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,56.5 + parent: 2 + - uid: 31104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,69.5 + parent: 2 + - uid: 31428 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 5817 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 6447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-17.5 + parent: 2 + - uid: 6448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-15.5 + parent: 2 + - uid: 19482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,82.5 + parent: 2 + - uid: 19483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,82.5 + parent: 2 + - uid: 19484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,82.5 + parent: 2 + - uid: 19485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,82.5 + parent: 2 + - uid: 19486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,82.5 + parent: 2 + - uid: 19487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,82.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 2433 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-5.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-1.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -117.5,2.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 9205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -117.5,14.5 + parent: 2 + - uid: 19907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-16.5 + parent: 2 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 8419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -124.5,9.5 + parent: 2 + - uid: 8420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -124.5,7.5 + parent: 2 +- proto: AirlockFreezerKitchenHydroLocked + entities: + - uid: 7182 + components: + - type: Transform + pos: -61.5,-5.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 611 + components: + - type: Transform + pos: -87.5,7.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: -87.5,8.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: -85.5,11.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + pos: -85.5,5.5 + parent: 2 + - uid: 3607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 9106 + components: + - type: Transform + pos: -84.5,5.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + pos: -87.5,9.5 + parent: 2 + - uid: 13332 + components: + - type: Transform + pos: -83.5,11.5 + parent: 2 + - uid: 22766 + components: + - type: Transform + pos: -2.5,59.5 + parent: 2 + - uid: 22767 + components: + - type: Transform + pos: -9.5,58.5 + parent: 2 + - uid: 22768 + components: + - type: Transform + pos: -1.5,52.5 + parent: 2 + - uid: 22769 + components: + - type: Transform + pos: -1.5,51.5 + parent: 2 + - uid: 22991 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 22992 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 22993 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 22994 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - uid: 22995 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 2 + - uid: 22999 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 2 + - uid: 23000 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 23449 + components: + - type: Transform + pos: -81.5,9.5 + parent: 2 + - uid: 23470 + components: + - type: Transform + pos: -66.5,7.5 + parent: 2 + - uid: 23481 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 23486 + components: + - type: Transform + pos: -66.5,9.5 + parent: 2 + - uid: 23539 + components: + - type: Transform + pos: -81.5,7.5 + parent: 2 + - uid: 23550 + components: + - type: Transform + pos: -81.5,8.5 + parent: 2 + - uid: 23551 + components: + - type: Transform + pos: -48.5,7.5 + parent: 2 + - uid: 23552 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 + - uid: 23553 + components: + - type: Transform + pos: -48.5,9.5 + parent: 2 + - uid: 23554 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 23555 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 + - uid: 23556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,20.5 + parent: 2 + - uid: 23558 + components: + - type: Transform + pos: -47.5,-6.5 + parent: 2 + - uid: 23560 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 2 + - uid: 23561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,19.5 + parent: 2 + - uid: 23562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,18.5 + parent: 2 + - uid: 23565 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 29158 + components: + - type: Transform + pos: -84.5,11.5 + parent: 2 + - uid: 29428 + components: + - type: Transform + pos: -83.5,5.5 + parent: 2 + - uid: 29429 + components: + - type: Transform + pos: -91.5,10.5 + parent: 2 + - uid: 29430 + components: + - type: Transform + pos: -90.5,10.5 + parent: 2 + - uid: 29431 + components: + - type: Transform + pos: -91.5,6.5 + parent: 2 + - uid: 29432 + components: + - type: Transform + pos: -90.5,6.5 + parent: 2 + - uid: 29433 + components: + - type: Transform + pos: -94.5,9.5 + parent: 2 + - uid: 29434 + components: + - type: Transform + pos: -94.5,8.5 + parent: 2 + - uid: 29435 + components: + - type: Transform + pos: -94.5,7.5 + parent: 2 + - uid: 29436 + components: + - type: Transform + pos: -85.5,18.5 + parent: 2 + - uid: 29437 + components: + - type: Transform + pos: -84.5,18.5 + parent: 2 + - uid: 29438 + components: + - type: Transform + pos: -83.5,18.5 + parent: 2 + - uid: 29439 + components: + - type: Transform + pos: -85.5,-1.5 + parent: 2 + - uid: 29440 + components: + - type: Transform + pos: -84.5,-1.5 + parent: 2 + - uid: 29441 + components: + - type: Transform + pos: -83.5,-1.5 + parent: 2 + - uid: 29442 + components: + - type: Transform + pos: -74.5,9.5 + parent: 2 + - uid: 29443 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 29444 + components: + - type: Transform + pos: -74.5,7.5 + parent: 2 + - uid: 29620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - uid: 29621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - uid: 29624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,20.5 + parent: 2 + - uid: 29625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,19.5 + parent: 2 + - uid: 29627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,24.5 + parent: 2 + - uid: 29628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,24.5 + parent: 2 + - uid: 29629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,24.5 + parent: 2 + - uid: 29630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,46.5 + parent: 2 + - uid: 29631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,46.5 + parent: 2 + - uid: 29632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,46.5 + parent: 2 + - uid: 29633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,72.5 + parent: 2 + - uid: 29634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,72.5 + parent: 2 + - uid: 29635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,72.5 + parent: 2 + - uid: 29665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 2 + - uid: 29666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - uid: 29667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - uid: 29668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-30.5 + parent: 2 + - uid: 29669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-30.5 + parent: 2 + - uid: 29670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-30.5 + parent: 2 + - uid: 29672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - uid: 29673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 29675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-9.5 + parent: 2 + - uid: 29676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-9.5 + parent: 2 + - uid: 29677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-9.5 + parent: 2 + - uid: 29678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-6.5 + parent: 2 + - uid: 29679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-5.5 + parent: 2 + - uid: 29680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-4.5 + parent: 2 + - uid: 29681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-2.5 + parent: 2 + - uid: 29682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-1.5 + parent: 2 + - uid: 29683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-0.5 + parent: 2 + - uid: 29684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,8.5 + parent: 2 + - uid: 29685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,8.5 + parent: 2 + - uid: 29686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,8.5 + parent: 2 + - uid: 29687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,18.5 + parent: 2 + - uid: 29688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,19.5 + parent: 2 + - uid: 29689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,20.5 + parent: 2 +- proto: AirlockGlassShuttle + entities: + - uid: 6654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-48.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-46.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + pos: -48.5,-50.5 + parent: 2 + - uid: 6729 + components: + - type: Transform + pos: -50.5,-50.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 1333 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 1743 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 +- proto: AirlockHeadOfSecurityGlassLocked + entities: + - uid: 22632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,31.5 + parent: 2 +- proto: AirlockHydroGlassLocked + entities: + - uid: 886 + components: + - type: Transform + pos: -48.5,0.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: -59.5,-0.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: -56.5,-2.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 648 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 22779 + components: + - type: Transform + pos: -39.5,20.5 + parent: 2 +- proto: AirlockKitchenGlassLocked + entities: + - uid: 1337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-13.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-13.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-15.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-20.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-31.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-31.5 + parent: 2 +- proto: AirlockMailGlassLocked + entities: + - uid: 22776 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 22778 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 22862 + components: + - type: Transform + pos: -24.5,-37.5 + parent: 2 + - uid: 22863 + components: + - type: Transform + pos: -24.5,-38.5 + parent: 2 + - uid: 22864 + components: + - type: Transform + pos: -20.5,-38.5 + parent: 2 + - uid: 22865 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 23230 + components: + - type: Transform + pos: -36.5,-39.5 + parent: 2 + - uid: 23285 + components: + - type: Transform + pos: -24.5,-35.5 + parent: 2 + - uid: 28744 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 31997 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 +- proto: AirlockMaintCommandLocked + entities: + - uid: 1334 + components: + - type: Transform + pos: 13.5,34.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + pos: 28.5,45.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: 22.5,29.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + pos: 7.5,46.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: 8.5,45.5 + parent: 2 + - uid: 22624 + components: + - type: Transform + pos: 30.5,49.5 + parent: 2 + - uid: 22888 + components: + - type: Transform + pos: 7.5,34.5 + parent: 2 +- proto: AirlockMaintEngiLocked + entities: + - uid: 2851 + components: + - type: Transform + pos: -46.5,25.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -46.5,21.5 + parent: 2 + - uid: 13359 + components: + - type: Transform + pos: -40.5,34.5 + parent: 2 + - uid: 13370 + components: + - type: Transform + pos: -64.5,15.5 + parent: 2 + - uid: 22686 + components: + - type: Transform + pos: -66.5,24.5 + parent: 2 + - uid: 22687 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 22714 + components: + - type: Transform + pos: -43.5,28.5 + parent: 2 +- proto: AirlockMaintHOPLocked + entities: + - uid: 8037 + components: + - type: Transform + pos: 8.5,31.5 + parent: 2 +- proto: AirlockMaintJanitorLocked + entities: + - uid: 647 + components: + - type: Transform + pos: 37.5,-1.5 + parent: 2 + - uid: 3650 + components: + - type: Transform + pos: -43.5,21.5 + parent: 2 +- proto: AirlockMaintKitchenLocked + entities: + - uid: 2105 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 2539 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: -98.5,2.5 + parent: 2 + - uid: 5261 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 6838 + components: + - type: Transform + pos: -97.5,-0.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + pos: 30.5,45.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + pos: -96.5,17.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + pos: -98.5,14.5 + parent: 2 + - uid: 8137 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: -86.5,12.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: -70.5,-6.5 + parent: 2 + - uid: 15694 + components: + - type: Transform + pos: -90.5,21.5 + parent: 2 + - uid: 15724 + components: + - type: Transform + pos: -93.5,-4.5 + parent: 2 + - uid: 22681 + components: + - type: Transform + pos: 62.5,31.5 + parent: 2 + - uid: 22765 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 22904 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - uid: 22905 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 + - uid: 22906 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 22908 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 22909 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 22911 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 22912 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 22913 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 2 + - uid: 22914 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 22915 + components: + - type: Transform + pos: 46.5,-19.5 + parent: 2 + - uid: 22916 + components: + - type: Transform + pos: 76.5,-18.5 + parent: 2 + - uid: 22917 + components: + - type: Transform + pos: 76.5,-14.5 + parent: 2 + - uid: 22918 + components: + - type: Transform + pos: 53.5,9.5 + parent: 2 + - uid: 22920 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 22921 + components: + - type: Transform + pos: 3.5,33.5 + parent: 2 + - uid: 22922 + components: + - type: Transform + pos: -0.5,28.5 + parent: 2 + - uid: 22923 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 22924 + components: + - type: Transform + pos: -0.5,70.5 + parent: 2 + - uid: 22925 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 22926 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 22927 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 + - uid: 22928 + components: + - type: Transform + pos: -35.5,11.5 + parent: 2 + - uid: 22929 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 22930 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 22931 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - uid: 22965 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 22990 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 23001 + components: + - type: Transform + pos: 60.5,-28.5 + parent: 2 + - uid: 23241 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 29152 + components: + - type: Transform + pos: -93.5,21.5 + parent: 2 + - uid: 29159 + components: + - type: Transform + pos: -86.5,-0.5 + parent: 2 + - uid: 29425 + components: + - type: Transform + pos: -90.5,-4.5 + parent: 2 + - uid: 33541 + components: + - type: Transform + pos: 86.5,21.5 + parent: 2 +- proto: AirlockMaintMedLocked + entities: + - uid: 8407 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 22800 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 22801 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 22802 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 22804 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 22885 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 +- proto: AirlockMaintRnDLocked + entities: + - uid: 7996 + components: + - type: Transform + pos: 51.5,37.5 + parent: 2 + - uid: 22595 + components: + - type: Transform + pos: 33.5,49.5 + parent: 2 + - uid: 22671 + components: + - type: Transform + pos: 25.5,27.5 + parent: 2 + - uid: 22672 + components: + - type: Transform + pos: 50.5,43.5 + parent: 2 + - uid: 22890 + components: + - type: Transform + pos: 32.5,31.5 + parent: 2 + - uid: 23342 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 +- proto: AirlockMaintSalvageLocked + entities: + - uid: 2963 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 +- proto: AirlockMaintSecLocked + entities: + - uid: 2076 + components: + - type: Transform + pos: -29.5,45.5 + parent: 2 + - uid: 5295 + components: + - type: Transform + pos: -30.5,50.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + pos: -16.5,60.5 + parent: 2 + - uid: 15827 + components: + - type: Transform + pos: -29.5,48.5 + parent: 2 + - uid: 22626 + components: + - type: Transform + pos: -16.5,46.5 + parent: 2 + - uid: 22627 + components: + - type: Transform + pos: -20.5,52.5 + parent: 2 + - uid: 22669 + components: + - type: Transform + pos: -33.5,28.5 + parent: 2 + - uid: 22670 + components: + - type: Transform + pos: -3.5,40.5 + parent: 2 + - uid: 22682 + components: + - type: Transform + pos: -17.5,51.5 + parent: 2 + - uid: 22716 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 22718 + components: + - type: Transform + pos: -4.5,69.5 + parent: 2 + - uid: 30671 + components: + - type: Transform + pos: -44.5,62.5 + parent: 2 +- proto: AirlockMaintServiceLocked + entities: + - uid: 848 + components: + - type: Transform + pos: -66.5,-0.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: -60.5,-15.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: -54.5,-31.5 + parent: 2 +- proto: AirlockMaintZookeeperLocked + entities: + - uid: 2227 + components: + - type: Transform + pos: -72.5,18.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + pos: -70.5,23.5 + parent: 2 + - uid: 13358 + components: + - type: Transform + pos: -74.5,21.5 + parent: 2 + - uid: 15500 + components: + - type: Transform + pos: -63.5,-24.5 + parent: 2 + - uid: 15884 + components: + - type: Transform + pos: -78.5,21.5 + parent: 2 +- proto: AirlockMantisGlassLocked + entities: + - uid: 22712 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 +- proto: AirlockMantisLocked + entities: + - uid: 8654 + components: + - type: Transform + pos: 50.5,32.5 + parent: 2 +- proto: AirlockMedicalGlass + entities: + - uid: 901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-5.5 + parent: 2 + - uid: 3276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,0.5 + parent: 2 + - uid: 22782 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 22783 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 22784 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 22785 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 22786 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 22787 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 22788 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 22789 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 22796 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 22797 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 22807 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - uid: 22808 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 22809 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 22810 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 22850 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 + - uid: 22851 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 22852 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 22853 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 12973 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 20927 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 22814 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 22815 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 22816 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35837 + - uid: 22817 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35837 + - uid: 22818 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35837 + - uid: 22819 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 22820 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - uid: 22821 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 22822 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8974 + - uid: 22823 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8974 + - uid: 22824 + components: + - type: Transform + pos: -10.5,8.5 + parent: 2 + - uid: 22825 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 22826 + components: + - type: Transform + pos: -9.5,6.5 + parent: 2 + - uid: 22827 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 22843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 2 + - uid: 27417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,4.5 + parent: 2 + - uid: 27418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,2.5 + parent: 2 + - uid: 27419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,1.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 22798 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 22799 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 22828 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 22830 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 22831 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 22832 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 + - uid: 22833 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 22834 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - uid: 22836 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 22837 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 +- proto: AirlockMedicalScienceGlassLocked + entities: + - uid: 22580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,17.5 + parent: 2 +- proto: AirlockMimeLocked + entities: + - uid: 3693 + components: + - type: Transform + pos: -80.5,2.5 + parent: 2 +- proto: AirlockParamedicLocked + entities: + - uid: 6865 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 20928 + components: + - type: Transform + pos: -29.5,14.5 + parent: 2 + - uid: 21057 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 22829 + components: + - type: Transform + pos: -26.5,11.5 + parent: 2 +- proto: AirlockQuartermasterGlassLocked + entities: + - uid: 22869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-22.5 + parent: 2 +- proto: AirlockResearchDirectorGlassLocked + entities: + - uid: 22673 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 + - uid: 22674 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 +- proto: AirlockSalvageGlassLocked + entities: + - uid: 2969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-39.5 + parent: 2 +- proto: AirlockScienceGlass + entities: + - uid: 22581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,22.5 + parent: 2 + - uid: 22676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,16.5 + parent: 2 + - uid: 22677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,17.5 + parent: 2 + - uid: 22678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,18.5 + parent: 2 + - uid: 22679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,25.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 22582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,25.5 + parent: 2 + - uid: 22583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,27.5 + parent: 2 + - uid: 22584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,29.5 + parent: 2 + - uid: 22586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,31.5 + parent: 2 + - uid: 22589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,37.5 + parent: 2 + - uid: 22590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,43.5 + parent: 2 + - uid: 22591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,45.5 + parent: 2 + - uid: 22592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,50.5 + parent: 2 + - uid: 22593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,50.5 + parent: 2 +- proto: AirlockSecurityGlass + entities: + - uid: 22635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,23.5 + parent: 2 + - uid: 22636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,23.5 + parent: 2 + - uid: 22637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,23.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 1239 + components: + - type: Transform + pos: -5.5,63.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: -5.5,64.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: -7.5,65.5 + parent: 2 + - uid: 1276 + components: + - type: Transform + pos: -9.5,64.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: -0.5,64.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + pos: -9.5,63.5 + parent: 2 + - uid: 1336 + components: + - type: Transform + pos: -3.5,65.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 9688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,37.5 + parent: 2 + - uid: 15621 + components: + - type: Transform + pos: -17.5,44.5 + parent: 2 + - uid: 18083 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - uid: 19318 + components: + - type: Transform + pos: 12.5,65.5 + parent: 2 + - uid: 22644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,29.5 + parent: 2 + - uid: 22645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,36.5 + parent: 2 + - uid: 22648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,41.5 + parent: 2 + - uid: 22649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,40.5 + parent: 2 + - uid: 22873 + components: + - type: Transform + pos: 33.5,17.5 + parent: 2 + - uid: 29717 + components: + - type: Transform + pos: 6.5,65.5 + parent: 2 + - uid: 30699 + components: + - type: Transform + pos: 3.5,65.5 + parent: 2 +- proto: AirlockSecurityLawyerGlassLocked + entities: + - uid: 2077 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 2088 + components: + - type: Transform + pos: -14.5,27.5 + parent: 2 + - uid: 2250 + components: + - type: Transform + pos: -15.5,27.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: -16.5,27.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 2710 + components: + - type: Transform + pos: -7.5,29.5 + parent: 2 + - uid: 3022 + components: + - type: Transform + pos: -23.5,29.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: -11.5,44.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: -12.5,46.5 + parent: 2 + - uid: 31109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,70.5 + parent: 2 +- proto: AirlockServiceGlassLocked + entities: + - uid: 112 + components: + - type: Transform + pos: -72.5,4.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - uid: 22882 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - uid: 22883 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 + - uid: 22884 + components: + - type: Transform + pos: -48.5,-10.5 + parent: 2 + - uid: 22891 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 22892 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 22893 + components: + - type: Transform + pos: -51.5,-23.5 + parent: 2 +- proto: AirlockServiceLocked + entities: + - uid: 28516 + components: + - type: Transform + pos: -63.5,3.5 + parent: 2 +- proto: AirlockTheatreLocked + entities: + - uid: 22774 + components: + - type: Transform + pos: -78.5,6.5 + parent: 2 + - uid: 22775 + components: + - type: Transform + pos: -77.5,6.5 + parent: 2 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 94 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 22845 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 22846 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 +- proto: AirlockZookeeperGlassLocked + entities: + - uid: 3098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,12.5 + parent: 2 +- proto: AirlockZookeeperLocked + entities: + - uid: 1666 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: -115.5,8.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 1 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-12.5 + parent: 2 + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1655 + - 25293 + - uid: 151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25286 + - 25285 + - 25287 + - 25293 + - uid: 2763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,4.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,20.5 + parent: 2 + - uid: 9039 + components: + - type: Transform + pos: -32.5,42.5 + parent: 2 + - uid: 15931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,16.5 + parent: 2 + - uid: 23254 + components: + - type: Transform + pos: -23.5,73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1865 + - uid: 23698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,20.5 + parent: 2 + - uid: 24887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 25186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,29.5 + parent: 2 + - uid: 25310 + components: + - type: Transform + pos: 23.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25311 + components: + - type: Transform + pos: 32.5,48.5 + parent: 2 + - uid: 26700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - 400 + - uid: 27311 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 27312 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 27504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25260 + - uid: 27771 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 28333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,33.5 + parent: 2 + - uid: 28334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,28.5 + parent: 2 + - uid: 28335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,15.5 + parent: 2 + - uid: 28336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,12.5 + parent: 2 + - uid: 28337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,13.5 + parent: 2 + - uid: 28338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 28339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,21.5 + parent: 2 + - uid: 28342 + components: + - type: Transform + pos: -42.5,33.5 + parent: 2 + - uid: 28343 + components: + - type: Transform + pos: -36.5,38.5 + parent: 2 + - uid: 28344 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 28345 + components: + - type: Transform + pos: -48.5,40.5 + parent: 2 + - uid: 28346 + components: + - type: Transform + pos: -52.5,50.5 + parent: 2 + - uid: 28347 + components: + - type: Transform + pos: -67.5,27.5 + parent: 2 + - uid: 28348 + components: + - type: Transform + pos: -64.5,12.5 + parent: 2 + - uid: 28349 + components: + - type: Transform + pos: -71.5,27.5 + parent: 2 + - uid: 28350 + components: + - type: Transform + pos: -78.5,36.5 + parent: 2 + - uid: 28351 + components: + - type: Transform + pos: -95.5,36.5 + parent: 2 + - uid: 28352 + components: + - type: Transform + pos: -112.5,34.5 + parent: 2 + - uid: 28353 + components: + - type: Transform + pos: -112.5,6.5 + parent: 2 + - uid: 28354 + components: + - type: Transform + pos: -112.5,-18.5 + parent: 2 + - uid: 28355 + components: + - type: Transform + pos: -93.5,-21.5 + parent: 2 + - uid: 28356 + components: + - type: Transform + pos: -83.5,-20.5 + parent: 2 + - uid: 28357 + components: + - type: Transform + pos: -84.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28358 + components: + - type: Transform + pos: -83.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28359 + components: + - type: Transform + pos: -95.5,-7.5 + parent: 2 + - uid: 28360 + components: + - type: Transform + pos: -96.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28361 + components: + - type: Transform + pos: -95.5,24.5 + parent: 2 + - uid: 28362 + components: + - type: Transform + pos: -83.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28363 + components: + - type: Transform + pos: -84.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28364 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - 22 + - uid: 28365 + components: + - type: Transform + pos: -72.5,13.5 + parent: 2 + - uid: 28367 + components: + - type: Transform + pos: -62.5,-15.5 + parent: 2 + - uid: 28368 + components: + - type: Transform + pos: -54.5,-36.5 + parent: 2 + - uid: 28369 + components: + - type: Transform + pos: -39.5,-36.5 + parent: 2 + - uid: 28370 + components: + - type: Transform + pos: -43.5,-33.5 + parent: 2 + - uid: 28371 + components: + - type: Transform + pos: -58.5,-18.5 + parent: 2 + - uid: 28372 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 28373 + components: + - type: Transform + pos: -58.5,-8.5 + parent: 2 + - uid: 28374 + components: + - type: Transform + pos: -59.5,-1.5 + parent: 2 + - uid: 28375 + components: + - type: Transform + pos: -59.5,1.5 + parent: 2 + - uid: 28377 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 28378 + components: + - type: Transform + pos: -39.5,27.5 + parent: 2 + - uid: 28379 + components: + - type: Transform + pos: -34.5,33.5 + parent: 2 + - uid: 28380 + components: + - type: Transform + pos: -32.5,29.5 + parent: 2 + - uid: 28381 + components: + - type: Transform + pos: -26.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28382 + components: + - type: Transform + pos: -20.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28383 + components: + - type: Transform + pos: -9.5,29.5 + parent: 2 + - uid: 28384 + components: + - type: Transform + pos: -12.5,42.5 + parent: 2 + - uid: 28385 + components: + - type: Transform + pos: -20.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28386 + components: + - type: Transform + pos: -24.5,45.5 + parent: 2 + - uid: 28387 + components: + - type: Transform + pos: -8.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28388 + components: + - type: Transform + pos: -7.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28389 + components: + - type: Transform + pos: -8.5,34.5 + parent: 2 + - uid: 28392 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 28393 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 28394 + components: + - type: Transform + pos: -53.5,-2.5 + parent: 2 + - uid: 28395 + components: + - type: Transform + pos: -53.5,-6.5 + parent: 2 + - uid: 28396 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 28397 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28398 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 28399 + components: + - type: Transform + pos: -56.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 28400 + components: + - type: Transform + pos: -44.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 28401 + components: + - type: Transform + pos: -38.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 28402 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 2 + - uid: 28403 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 28404 + components: + - type: Transform + pos: -20.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - 400 + - uid: 28406 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 28407 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 28408 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 28409 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - uid: 28410 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - uid: 28411 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 28412 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 28414 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - uid: 28415 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 28416 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 2 + - uid: 28417 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 28418 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 2 + - uid: 28419 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 28420 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 28421 + components: + - type: Transform + pos: 34.5,-34.5 + parent: 2 + - uid: 28422 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 28423 + components: + - type: Transform + pos: 45.5,-29.5 + parent: 2 + - uid: 28424 + components: + - type: Transform + pos: 45.5,-34.5 + parent: 2 + - uid: 28425 + components: + - type: Transform + pos: 61.5,-29.5 + parent: 2 + - uid: 28426 + components: + - type: Transform + pos: 73.5,-16.5 + parent: 2 + - uid: 28427 + components: + - type: Transform + pos: 61.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 28428 + components: + - type: Transform + pos: 61.5,-24.5 + parent: 2 + - uid: 28429 + components: + - type: Transform + pos: 76.5,-3.5 + parent: 2 + - uid: 28430 + components: + - type: Transform + pos: 78.5,-4.5 + parent: 2 + - uid: 28431 + components: + - type: Transform + pos: 77.5,-12.5 + parent: 2 + - uid: 28432 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 28433 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - uid: 28434 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 + - uid: 28435 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1655 + - uid: 28436 + components: + - type: Transform + pos: 36.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 + - uid: 28438 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - uid: 28439 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 28440 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 28463 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 28464 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 28465 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 28472 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 28473 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 28474 + components: + - type: Transform + pos: -31.5,12.5 + parent: 2 + - uid: 28475 + components: + - type: Transform + pos: -32.5,3.5 + parent: 2 + - uid: 28476 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 2 + - uid: 28477 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 28478 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 28479 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 2 + - uid: 28480 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 28481 + components: + - type: Transform + pos: 9.5,10.5 + parent: 2 + - uid: 28482 + components: + - type: Transform + pos: 18.5,11.5 + parent: 2 + - uid: 28483 + components: + - type: Transform + pos: 31.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 28484 + components: + - type: Transform + pos: 33.5,6.5 + parent: 2 + - uid: 28485 + components: + - type: Transform + pos: 36.5,12.5 + parent: 2 + - uid: 28486 + components: + - type: Transform + pos: 39.5,-3.5 + parent: 2 + - uid: 28487 + components: + - type: Transform + pos: 2.5,67.5 + parent: 2 + - uid: 28488 + components: + - type: Transform + pos: 52.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 28489 + components: + - type: Transform + pos: 72.5,12.5 + parent: 2 + - uid: 28490 + components: + - type: Transform + pos: 58.5,27.5 + parent: 2 + - uid: 28491 + components: + - type: Transform + pos: 65.5,27.5 + parent: 2 + - uid: 28512 + components: + - type: Transform + pos: 59.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28513 + components: + - type: Transform + pos: 45.5,43.5 + parent: 2 + - uid: 28514 + components: + - type: Transform + pos: 37.5,49.5 + parent: 2 + - uid: 28515 + components: + - type: Transform + pos: 47.5,49.5 + parent: 2 + - uid: 28517 + components: + - type: Transform + pos: -117.5,7.5 + parent: 2 + - uid: 28518 + components: + - type: Transform + pos: 11.5,32.5 + parent: 2 + - uid: 28519 + components: + - type: Transform + pos: 24.5,45.5 + parent: 2 + - uid: 28520 + components: + - type: Transform + pos: 22.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - uid: 28521 + components: + - type: Transform + pos: 18.5,54.5 + parent: 2 + - uid: 28522 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 28523 + components: + - type: Transform + pos: 7.5,50.5 + parent: 2 + - uid: 28524 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 28525 + components: + - type: Transform + pos: 11.5,37.5 + parent: 2 + - uid: 28526 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 28528 + components: + - type: Transform + pos: 40.5,38.5 + parent: 2 + - uid: 28529 + components: + - type: Transform + pos: 43.5,37.5 + parent: 2 + - uid: 28530 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 28531 + components: + - type: Transform + pos: 31.5,27.5 + parent: 2 + - uid: 28532 + components: + - type: Transform + pos: 31.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 28533 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 28534 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 28537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,32.5 + parent: 2 + - uid: 28547 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 28585 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - uid: 28586 + components: + - type: Transform + pos: 8.5,28.5 + parent: 2 + - uid: 28587 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 28588 + components: + - type: Transform + pos: 2.5,30.5 + parent: 2 + - uid: 28590 + components: + - type: Transform + pos: 1.5,73.5 + parent: 2 + - uid: 28591 + components: + - type: Transform + pos: -11.5,77.5 + parent: 2 + - uid: 28592 + components: + - type: Transform + pos: 14.5,77.5 + parent: 2 + - uid: 28593 + components: + - type: Transform + pos: -9.5,67.5 + parent: 2 + - uid: 28594 + components: + - type: Transform + pos: -3.5,66.5 + parent: 2 + - uid: 28595 + components: + - type: Transform + pos: -4.5,63.5 + parent: 2 + - uid: 28596 + components: + - type: Transform + pos: -8.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 28597 + components: + - type: Transform + pos: -18.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 28598 + components: + - type: Transform + pos: -26.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 28599 + components: + - type: Transform + pos: -20.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 28601 + components: + - type: Transform + pos: -29.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 28602 + components: + - type: Transform + pos: -7.5,59.5 + parent: 2 + - uid: 28603 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28604 + components: + - type: Transform + pos: -10.5,58.5 + parent: 2 + - uid: 28605 + components: + - type: Transform + pos: -24.5,36.5 + parent: 2 + - uid: 28606 + components: + - type: Transform + pos: -20.5,41.5 + parent: 2 + - uid: 28607 + components: + - type: Transform + pos: -77.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -82.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 28616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,11.5 + parent: 2 + - uid: 28617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-29.5 + parent: 2 + - uid: 28627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - uid: 28633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 28637 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 28646 + components: + - type: Transform + pos: 38.5,29.5 + parent: 2 + - uid: 28654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 28681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,71.5 + parent: 2 + - uid: 28730 + components: + - type: Transform + pos: -28.5,73.5 + parent: 2 + - uid: 28733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 28737 + components: + - type: Transform + pos: -53.5,40.5 + parent: 2 + - uid: 28741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,0.5 + parent: 2 + - uid: 28742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,0.5 + parent: 2 + - uid: 28754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-30.5 + parent: 2 + - uid: 28755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 28778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-24.5 + parent: 2 + - uid: 28779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-20.5 + parent: 2 + - uid: 28790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-4.5 + parent: 2 + - uid: 30412 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 30495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,47.5 + parent: 2 + - uid: 31156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - uid: 31773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - uid: 31774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-42.5 + parent: 2 +- proto: AltarBananium + entities: + - uid: 23502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,-4.5 + parent: 2 +- proto: AltarChaos + entities: + - uid: 1559 + components: + - type: Transform + pos: 72.5,17.5 + parent: 2 +- proto: AltarFangs + entities: + - uid: 13796 + components: + - type: Transform + pos: 87.5,40.5 + parent: 2 +- proto: AltarTechnology + entities: + - uid: 4679 + components: + - type: Transform + pos: -67.5,33.5 + parent: 2 +- proto: AlwaysPoweredLightColoredRed + entities: + - uid: 34186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,39.5 + parent: 2 +- proto: AmeController + entities: + - uid: 18616 + components: + - type: Transform + anchored: False + pos: -60.5,28.5 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: AmePart + entities: + - uid: 7193 + components: + - type: Transform + pos: -58.336056,30.62236 + parent: 2 + - uid: 36500 + components: + - type: Transform + pos: -58.461056,30.49736 + parent: 2 + - uid: 36501 + components: + - type: Transform + pos: -58.60689,30.62236 + parent: 2 +- proto: AmmoTechFab + entities: + - uid: 16495 + components: + - type: Transform + pos: -27.5,45.5 + parent: 2 +- proto: AnomalyLocator + entities: + - uid: 5278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.69306,39.797543 + parent: 2 + - uid: 5279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.44306,39.594418 + parent: 2 + - uid: 5280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.44306,40.125668 + parent: 2 +- proto: AnomalyScanner + entities: + - uid: 5276 + components: + - type: Transform + pos: 50.56806,39.485043 + parent: 2 + - uid: 5277 + components: + - type: Transform + pos: 50.63056,39.844418 + parent: 2 +- proto: APCBasic + entities: + - uid: 2430 + components: + - type: MetaData + name: Epimestics APC + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 4886 + components: + - type: MetaData + name: Perma APC + - type: Transform + pos: -41.5,68.5 + parent: 2 + - uid: 5421 + components: + - type: MetaData + name: South security APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,35.5 + parent: 2 + - uid: 8437 + components: + - type: MetaData + name: North security APC + - type: Transform + pos: -27.5,38.5 + parent: 2 + - uid: 10071 + components: + - type: MetaData + name: North engineering APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,35.5 + parent: 2 + - uid: 11008 + components: + - type: MetaData + name: Kitchen/Hydro APC + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-34.5 + parent: 2 + - uid: 11712 + components: + - type: MetaData + name: North logistics APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-22.5 + parent: 2 + - uid: 11963 + components: + - type: MetaData + name: Bar APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-23.5 + parent: 2 + - uid: 14215 + components: + - type: MetaData + name: Bridge APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,45.5 + parent: 2 + - uid: 14508 + components: + - type: MetaData + name: Xenoarchaeology APC + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,45.5 + parent: 2 + - uid: 15392 + components: + - type: MetaData + name: West hallway APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,5.5 + parent: 2 + - uid: 17880 + components: + - type: MetaData + name: Court APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,53.5 + parent: 2 + - uid: 19177 + components: + - type: MetaData + name: Particle Accelerator APC + - type: Transform + pos: -98.5,55.5 + parent: 2 + - uid: 20186 + components: + - type: MetaData + name: East Hospital APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,10.5 + parent: 2 + - uid: 20187 + components: + - type: MetaData + name: West Hospital APC + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 24802 + components: + - type: MetaData + name: Vault APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,39.5 + parent: 2 + - uid: 29640 + components: + - type: MetaData + name: South logistics APC + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 31010 + components: + - type: MetaData + name: Telecomms APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,73.5 + parent: 2 + - uid: 31502 + components: + - type: MetaData + name: HOP's Office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 + parent: 2 + - uid: 32446 + components: + - type: MetaData + name: Zoo APC + - type: Transform + pos: -82.5,11.5 + parent: 2 + - uid: 32600 + components: + - type: MetaData + name: South engineering APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,19.5 + parent: 2 + - uid: 36420 + components: + - type: MetaData + name: EVA APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,25.5 + parent: 2 +- proto: APCHighCapacity + entities: + - uid: 21278 + components: + - type: MetaData + name: Hallway APC + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,32.5 + parent: 2 +- proto: AppraisalTool + entities: + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.610767,-41.409016 + parent: 2 + - uid: 6833 + components: + - type: Transform + pos: -9.377287,-42.321095 + parent: 2 + - uid: 6835 + components: + - type: Transform + pos: -13.519951,-32.243885 + parent: 2 + - uid: 6836 + components: + - type: Transform + pos: -13.320732,-32.419666 + parent: 2 +- proto: Ashtray + entities: + - uid: 25506 + components: + - type: Transform + pos: 15.698947,-32.39939 + parent: 2 + - uid: 25570 + components: + - type: Transform + pos: 19.771864,-32.451473 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 1113 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + pos: 79.5,24.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: 96.5,47.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-50.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-50.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + pos: -52.5,-49.5 + parent: 2 + - uid: 6849 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-50.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,57.5 + parent: 2 + - uid: 18550 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 18551 + components: + - type: Transform + pos: -61.5,-5.5 + parent: 2 + - uid: 20717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-50.5 + parent: 2 + - uid: 20721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-48.5 + parent: 2 + - uid: 22694 + components: + - type: Transform + pos: -90.5,51.5 + parent: 2 + - uid: 22720 + components: + - type: Transform + pos: -59.5,41.5 + parent: 2 + - uid: 22721 + components: + - type: Transform + pos: -59.5,39.5 + parent: 2 + - uid: 22723 + components: + - type: Transform + pos: -104.5,56.5 + parent: 2 + - uid: 22724 + components: + - type: Transform + pos: -104.5,46.5 + parent: 2 + - uid: 22725 + components: + - type: Transform + pos: -66.5,-16.5 + parent: 2 + - uid: 22726 + components: + - type: Transform + pos: -117.5,14.5 + parent: 2 + - uid: 22727 + components: + - type: Transform + pos: -124.5,9.5 + parent: 2 + - uid: 22728 + components: + - type: Transform + pos: -124.5,7.5 + parent: 2 + - uid: 22729 + components: + - type: Transform + pos: -117.5,2.5 + parent: 2 + - uid: 22738 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 22739 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 22740 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 22741 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 22742 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 22743 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 22744 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 22745 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 22748 + components: + - type: Transform + pos: 81.5,-17.5 + parent: 2 + - uid: 22749 + components: + - type: Transform + pos: 81.5,-15.5 + parent: 2 + - uid: 22750 + components: + - type: Transform + pos: 81.5,-5.5 + parent: 2 + - uid: 22751 + components: + - type: Transform + pos: 81.5,-1.5 + parent: 2 + - uid: 22758 + components: + - type: Transform + pos: -7.5,82.5 + parent: 2 + - uid: 22759 + components: + - type: Transform + pos: -5.5,82.5 + parent: 2 + - uid: 22760 + components: + - type: Transform + pos: 0.5,82.5 + parent: 2 + - uid: 22761 + components: + - type: Transform + pos: 2.5,82.5 + parent: 2 + - uid: 22762 + components: + - type: Transform + pos: 8.5,82.5 + parent: 2 + - uid: 22763 + components: + - type: Transform + pos: 10.5,82.5 + parent: 2 + - uid: 30700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,56.5 + parent: 2 + - uid: 31101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,69.5 + parent: 2 + - uid: 31642 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 33711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-46.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 7642 + components: + - type: Transform + pos: -49.5,50.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + pos: -47.5,48.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: -47.5,49.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: -47.5,50.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: -45.5,51.5 + parent: 2 + - uid: 15993 + components: + - type: Transform + pos: -47.5,51.5 + parent: 2 + - uid: 15994 + components: + - type: Transform + pos: -49.5,48.5 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: -49.5,49.5 + parent: 2 + - uid: 17857 + components: + - type: Transform + pos: -49.5,51.5 + parent: 2 + - uid: 18324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,50.5 + parent: 2 + - uid: 18385 + components: + - type: Transform + pos: -45.5,50.5 + parent: 2 + - uid: 22402 + components: + - type: Transform + pos: -45.5,49.5 + parent: 2 + - uid: 22403 + components: + - type: Transform + pos: -45.5,48.5 + parent: 2 + - uid: 22404 + components: + - type: Transform + pos: -43.5,51.5 + parent: 2 + - uid: 22405 + components: + - type: Transform + pos: -43.5,50.5 + parent: 2 + - uid: 22406 + components: + - type: Transform + pos: -43.5,49.5 + parent: 2 + - uid: 22407 + components: + - type: Transform + pos: -43.5,48.5 + parent: 2 + - uid: 22408 + components: + - type: Transform + pos: -41.5,51.5 + parent: 2 + - uid: 22409 + components: + - type: Transform + pos: -41.5,50.5 + parent: 2 + - uid: 22410 + components: + - type: Transform + pos: -41.5,49.5 + parent: 2 + - uid: 22411 + components: + - type: Transform + pos: -41.5,48.5 + parent: 2 + - uid: 22412 + components: + - type: Transform + pos: -39.5,51.5 + parent: 2 + - uid: 22413 + components: + - type: Transform + pos: -39.5,50.5 + parent: 2 + - uid: 22414 + components: + - type: Transform + pos: -39.5,49.5 + parent: 2 + - uid: 22415 + components: + - type: Transform + pos: -39.5,48.5 + parent: 2 + - uid: 22416 + components: + - type: Transform + pos: -37.5,51.5 + parent: 2 + - uid: 22417 + components: + - type: Transform + pos: -37.5,50.5 + parent: 2 + - uid: 22418 + components: + - type: Transform + pos: -37.5,49.5 + parent: 2 + - uid: 22419 + components: + - type: Transform + pos: -37.5,48.5 + parent: 2 + - uid: 23035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,49.5 + parent: 2 + - uid: 23632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,51.5 + parent: 2 + - uid: 33724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,48.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 7517 + components: + - type: Transform + pos: -62.5,-6.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: -62.5,-7.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: -61.5,-6.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + pos: -61.5,-7.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: -61.5,-8.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: -60.5,-6.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: -60.5,-7.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: -60.5,-8.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: -60.5,-9.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: -59.5,-8.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: -58.5,-8.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: -58.5,-9.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: -57.5,-7.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: -57.5,-8.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: -57.5,-9.5 + parent: 2 + - uid: 27153 + components: + - type: Transform + pos: -58.5,-6.5 + parent: 2 + - uid: 27154 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 27155 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - uid: 27156 + components: + - type: Transform + pos: -58.5,-7.5 + parent: 2 + - uid: 27157 + components: + - type: Transform + pos: -57.5,-6.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 8762 + components: + - type: Transform + pos: -71.5,3.5 + parent: 2 + - uid: 8839 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 + - uid: 30788 + components: + - type: Transform + pos: -20.5,-30.5 + parent: 2 +- proto: BannerCargo + entities: + - uid: 2940 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 +- proto: BannerEngineering + entities: + - uid: 7641 + components: + - type: Transform + pos: -52.5,9.5 + parent: 2 + - uid: 17860 + components: + - type: Transform + pos: -56.5,9.5 + parent: 2 + - uid: 18543 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 +- proto: BannerMedical + entities: + - uid: 867 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: -3.5,18.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: 35.5,18.5 + parent: 2 + - uid: 1881 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 2 + - uid: 1882 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 +- proto: BannerScience + entities: + - uid: 3965 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - uid: 3985 + components: + - type: Transform + pos: 25.5,21.5 + parent: 2 +- proto: BannerSecurity + entities: + - uid: 30540 + components: + - type: Transform + pos: -17.5,22.5 + parent: 2 + - uid: 30541 + components: + - type: Transform + pos: -13.5,22.5 + parent: 2 +- proto: BannerSyndicate + entities: + - uid: 32594 + components: + - type: Transform + pos: 70.5,41.5 + parent: 2 +- proto: Barricade + entities: + - uid: 1102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-38.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-37.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-35.5 + parent: 2 + - uid: 2357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-36.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-35.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: 52.5,49.5 + parent: 2 + - uid: 5345 + components: + - type: Transform + pos: 54.5,49.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-37.5 + parent: 2 + - uid: 6967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-28.5 + parent: 2 + - uid: 6968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-28.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-28.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-30.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-30.5 + parent: 2 + - uid: 6972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-36.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,51.5 + parent: 2 + - uid: 12732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,50.5 + parent: 2 + - uid: 26244 + components: + - type: Transform + pos: 53.5,48.5 + parent: 2 + - uid: 26882 + components: + - type: Transform + pos: 53.5,49.5 + parent: 2 + - uid: 27510 + components: + - type: Transform + pos: 52.5,46.5 + parent: 2 + - uid: 27868 + components: + - type: Transform + pos: 57.5,58.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 4926 + components: + - type: Transform + pos: 60.5,58.5 + parent: 2 + - uid: 19419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,-6.5 + parent: 2 + - uid: 27858 + components: + - type: Transform + pos: 54.5,51.5 + parent: 2 + - uid: 29868 + components: + - type: Transform + pos: 51.5,49.5 + parent: 2 +- proto: BarSign + entities: + - uid: 5959 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 +- proto: BarSignRobustaCafe + entities: + - uid: 5956 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 +- proto: BaseBallBat + entities: + - uid: 5347 + components: + - type: Transform + pos: 54.46258,46.57678 + parent: 2 +- proto: BaseComputer + entities: + - uid: 1444 + components: + - type: Transform + pos: -100.5,49.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-33.5 + parent: 2 + - uid: 3037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,52.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,28.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + pos: -101.5,49.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + pos: 17.5,59.5 + parent: 2 + - uid: 5552 + components: + - type: Transform + pos: 45.5,51.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,27.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,29.5 + parent: 2 + - uid: 8404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,13.5 + parent: 2 + - uid: 12928 + components: + - type: Transform + pos: 39.5,51.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,53.5 + parent: 2 + - uid: 32244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,53.5 + parent: 2 + - uid: 32245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,53.5 + parent: 2 +- proto: BaseGasCondenser + entities: + - uid: 28391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Beaker + entities: + - uid: 1670 + components: + - type: Transform + pos: 21.532694,-1.3913887 + parent: 2 + - uid: 2171 + components: + - type: Transform + pos: 12.337881,-0.94067454 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: 15.214525,-9.340313 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: 15.319063,-9.187969 + parent: 2 + - uid: 22437 + components: + - type: Transform + pos: 15.685974,-8.373947 + parent: 2 +- proto: Bed + entities: + - uid: 337 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: -25.5,15.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 + - uid: 1797 + components: + - type: Transform + pos: -28.5,15.5 + parent: 2 + - uid: 1805 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 1806 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: -71.5,16.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: 68.5,26.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: -24.5,-25.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 + - uid: 8810 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 + - uid: 15116 + components: + - type: Transform + pos: 23.5,48.5 + parent: 2 + - uid: 15272 + components: + - type: Transform + pos: -11.5,66.5 + parent: 2 + - uid: 15361 + components: + - type: Transform + pos: -24.5,34.5 + parent: 2 + - uid: 15377 + components: + - type: Transform + pos: -28.5,24.5 + parent: 2 + - uid: 15378 + components: + - type: Transform + pos: -24.5,24.5 + parent: 2 + - uid: 15456 + components: + - type: Transform + pos: -28.5,34.5 + parent: 2 + - uid: 15677 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 + - uid: 15777 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 18053 + components: + - type: Transform + pos: -25.5,66.5 + parent: 2 + - uid: 18055 + components: + - type: Transform + pos: -21.5,66.5 + parent: 2 + - uid: 18057 + components: + - type: Transform + pos: -17.5,66.5 + parent: 2 + - uid: 18060 + components: + - type: Transform + pos: -13.5,66.5 + parent: 2 + - uid: 22494 + components: + - type: Transform + pos: -69.5,-0.5 + parent: 2 + - uid: 26411 + components: + - type: Transform + pos: -69.5,0.5 + parent: 2 + - uid: 35759 + components: + - type: Transform + pos: -100.5,-26.5 + parent: 2 +- proto: BedsheetBlack + entities: + - uid: 1800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,10.5 + parent: 2 +- proto: BedsheetBlue + entities: + - uid: 526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,15.5 + parent: 2 +- proto: BedsheetBrigmedic + entities: + - uid: 15194 + components: + - type: Transform + pos: -11.5,66.5 + parent: 2 +- proto: BedsheetBrown + entities: + - uid: 795 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 2 + - uid: 6634 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 15111 + components: + - type: Transform + pos: 23.5,48.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 8809 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 4010 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 5768 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 +- proto: BedsheetCosmos + entities: + - uid: 35769 + components: + - type: Transform + pos: -100.5,-26.5 + parent: 2 +- proto: BedsheetCult + entities: + - uid: 20028 + components: + - type: Transform + pos: 68.5,26.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 1811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,15.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-6.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-8.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-10.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 2 + - uid: 13315 + components: + - type: Transform + pos: -71.5,16.5 + parent: 2 + - uid: 15881 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 +- proto: BedsheetGrey + entities: + - uid: 1801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,10.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 1979 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 15663 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,7.5 + parent: 2 + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-2.5 + parent: 2 + - uid: 452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,7.5 + parent: 2 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,7.5 + parent: 2 + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-2.5 + parent: 2 + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-2.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 4183 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 +- proto: BedsheetOrange + entities: + - uid: 1802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,15.5 + parent: 2 +- proto: BedsheetPurple + entities: + - uid: 1796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,10.5 + parent: 2 + - uid: 31157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,0.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 6843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-25.5 + parent: 2 +- proto: BedsheetRainbow + entities: + - uid: 532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,10.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 5487 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 + - uid: 20027 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 +- proto: BedsheetRed + entities: + - uid: 524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,15.5 + parent: 2 + - uid: 31158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,-0.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 36457 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 +- proto: BedsheetWhite + entities: + - uid: 540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,10.5 + parent: 2 +- proto: BedsheetYellow + entities: + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,15.5 + parent: 2 +- proto: BenchParkBambooMiddle + entities: + - uid: 5130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-0.5 + parent: 2 +- proto: BenchParkLeft + entities: + - uid: 5128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,-0.5 + parent: 2 + - uid: 5129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-0.5 + parent: 2 +- proto: BenchParkMiddle + entities: + - uid: 5120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-0.5 + parent: 2 + - uid: 5127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,-0.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-0.5 + parent: 2 +- proto: BenchParkRight + entities: + - uid: 4961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-0.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-0.5 + parent: 2 +- proto: BenchPewLeft + entities: + - uid: 2750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,50.5 + parent: 2 + - uid: 2755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,56.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,56.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,56.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,12.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,12.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,12.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,12.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,12.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,12.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,19.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,19.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,19.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,19.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,19.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,19.5 + parent: 2 + - uid: 15793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,56.5 + parent: 2 + - uid: 15794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,50.5 + parent: 2 + - uid: 15796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,50.5 + parent: 2 + - uid: 15892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,50.5 + parent: 2 +- proto: BenchPewMiddle + entities: + - uid: 2700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,55.5 + parent: 2 + - uid: 2787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,49.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,48.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,48.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,49.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,49.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,21.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,21.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,21.5 + parent: 2 + - uid: 4169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,21.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,20.5 + parent: 2 + - uid: 4171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,21.5 + parent: 2 + - uid: 4172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,20.5 + parent: 2 + - uid: 4173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,20.5 + parent: 2 + - uid: 4174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,21.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,20.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,20.5 + parent: 2 + - uid: 4179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,20.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,13.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,13.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,14.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,13.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,13.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,14.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,13.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,14.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,13.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,14.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,14.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,14.5 + parent: 2 + - uid: 15799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,48.5 + parent: 2 + - uid: 15808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,54.5 + parent: 2 + - uid: 15809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,55.5 + parent: 2 + - uid: 15813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,49.5 + parent: 2 + - uid: 15814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,48.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,54.5 + parent: 2 + - uid: 15887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,55.5 + parent: 2 + - uid: 15888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,54.5 + parent: 2 + - uid: 15889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,55.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,54.5 + parent: 2 +- proto: BenchPewRight + entities: + - uid: 2290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,22.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,22.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,22.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,47.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,47.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,53.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,53.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,22.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,22.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,22.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,15.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,15.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,15.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,15.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,15.5 + parent: 2 + - uid: 4307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,15.5 + parent: 2 + - uid: 15795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,47.5 + parent: 2 + - uid: 15797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,53.5 + parent: 2 + - uid: 15798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,47.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,53.5 + parent: 2 +- proto: BenchSofaCorpLeft + entities: + - uid: 238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-48.5 + parent: 2 + - uid: 641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-10.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-47.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-2.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,5.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-7.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-8.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-6.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-9.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -77.5,10.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 1705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - uid: 1713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-45.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-46.5 + parent: 2 + - uid: 3186 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 3193 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 3194 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 4019 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-43.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 12247 + components: + - type: Transform + pos: -5.5,21.5 + parent: 2 + - uid: 12298 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 + - uid: 12960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-12.5 + parent: 2 + - uid: 12964 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 13235 + components: + - type: Transform + pos: -54.5,-27.5 + parent: 2 + - uid: 13925 + components: + - type: Transform + pos: 6.5,42.5 + parent: 2 + - uid: 13926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,35.5 + parent: 2 + - uid: 14168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,51.5 + parent: 2 + - uid: 15155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-43.5 + parent: 2 + - uid: 16310 + components: + - type: Transform + pos: -19.5,59.5 + parent: 2 + - uid: 19363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-29.5 + parent: 2 + - uid: 19569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,76.5 + parent: 2 + - uid: 19570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,76.5 + parent: 2 + - uid: 19571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,76.5 + parent: 2 + - uid: 19580 + components: + - type: Transform + pos: 8.5,75.5 + parent: 2 + - uid: 19581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,76.5 + parent: 2 + - uid: 19582 + components: + - type: Transform + pos: -7.5,75.5 + parent: 2 + - uid: 19584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,76.5 + parent: 2 + - uid: 19585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,76.5 + parent: 2 + - uid: 19587 + components: + - type: Transform + pos: 0.5,75.5 + parent: 2 + - uid: 19593 + components: + - type: Transform + pos: -4.5,75.5 + parent: 2 + - uid: 19594 + components: + - type: Transform + pos: 3.5,75.5 + parent: 2 + - uid: 19595 + components: + - type: Transform + pos: 11.5,75.5 + parent: 2 + - uid: 22493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,2.5 + parent: 2 + - uid: 23238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,59.5 + parent: 2 + - uid: 30030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,18.5 + parent: 2 + - uid: 30220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,17.5 + parent: 2 + - uid: 30264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,18.5 + parent: 2 + - uid: 30271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,4.5 + parent: 2 + - uid: 30279 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 30347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,12.5 + parent: 2 + - uid: 30492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,49.5 + parent: 2 + - uid: 30502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,68.5 + parent: 2 + - uid: 30529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,18.5 + parent: 2 + - uid: 30576 + components: + - type: Transform + pos: -36.5,-13.5 + parent: 2 + - uid: 30658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-12.5 + parent: 2 + - uid: 31049 + components: + - type: Transform + pos: -36.5,70.5 + parent: 2 + - uid: 31119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,18.5 + parent: 2 + - uid: 31120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-16.5 + parent: 2 + - uid: 32582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,64.5 + parent: 2 + - uid: 35763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-26.5 + parent: 2 +- proto: BenchSofaCorpMiddle + entities: + - uid: 866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,5.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 1704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - uid: 13230 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 14166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,49.5 + parent: 2 + - uid: 14167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,50.5 + parent: 2 + - uid: 17811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,18.5 + parent: 2 + - uid: 19362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-29.5 + parent: 2 + - uid: 20926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-16.5 + parent: 2 + - uid: 23490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,17.5 + parent: 2 + - uid: 30261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,18.5 + parent: 2 + - uid: 30266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-3.5 + parent: 2 + - uid: 30494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,50.5 + parent: 2 + - uid: 30598 + components: + - type: Transform + pos: -37.5,-13.5 + parent: 2 + - uid: 30659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-12.5 + parent: 2 + - uid: 31050 + components: + - type: Transform + pos: -37.5,70.5 + parent: 2 + - uid: 31115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,5.5 + parent: 2 + - uid: 31116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,17.5 + parent: 2 + - uid: 34955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,60.5 + parent: 2 + - uid: 35761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,-26.5 + parent: 2 +- proto: BenchSofaCorpRight + entities: + - uid: 28 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-45.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-10.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,5.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-8.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-7.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-6.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-9.5 + parent: 2 + - uid: 1331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-47.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + pos: -78.5,10.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-43.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-29.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-46.5 + parent: 2 + - uid: 1680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - uid: 1691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 2 + - uid: 1702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - uid: 1703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 1714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 3191 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 3192 + components: + - type: Transform + pos: 17.5,-35.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,67.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + pos: -6.5,21.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 12959 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 12965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-13.5 + parent: 2 + - uid: 13229 + components: + - type: Transform + pos: -56.5,-27.5 + parent: 2 + - uid: 13869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,6.5 + parent: 2 + - uid: 13924 + components: + - type: Transform + pos: 5.5,42.5 + parent: 2 + - uid: 13927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,35.5 + parent: 2 + - uid: 14165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,48.5 + parent: 2 + - uid: 15217 + components: + - type: Transform + pos: -20.5,59.5 + parent: 2 + - uid: 16274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,3.5 + parent: 2 + - uid: 19572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,76.5 + parent: 2 + - uid: 19573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,76.5 + parent: 2 + - uid: 19574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,76.5 + parent: 2 + - uid: 19575 + components: + - type: Transform + pos: 2.5,75.5 + parent: 2 + - uid: 19577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,76.5 + parent: 2 + - uid: 19583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,76.5 + parent: 2 + - uid: 19586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,76.5 + parent: 2 + - uid: 19590 + components: + - type: Transform + pos: 10.5,75.5 + parent: 2 + - uid: 19592 + components: + - type: Transform + pos: -5.5,75.5 + parent: 2 + - uid: 19596 + components: + - type: Transform + pos: -0.5,75.5 + parent: 2 + - uid: 19597 + components: + - type: Transform + pos: 7.5,75.5 + parent: 2 + - uid: 19599 + components: + - type: Transform + pos: -8.5,75.5 + parent: 2 + - uid: 19742 + components: + - type: Transform + pos: -39.5,-10.5 + parent: 2 + - uid: 21068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-16.5 + parent: 2 + - uid: 22806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-4.5 + parent: 2 + - uid: 23326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-43.5 + parent: 2 + - uid: 23327 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 29833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,16.5 + parent: 2 + - uid: 30269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,17.5 + parent: 2 + - uid: 30348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,13.5 + parent: 2 + - uid: 30493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,51.5 + parent: 2 + - uid: 30528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,18.5 + parent: 2 + - uid: 30599 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 30660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-12.5 + parent: 2 + - uid: 31051 + components: + - type: Transform + pos: -38.5,70.5 + parent: 2 + - uid: 31114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,18.5 + parent: 2 + - uid: 32581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,63.5 + parent: 2 + - uid: 34956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,61.5 + parent: 2 + - uid: 34969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,18.5 + parent: 2 + - uid: 35762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,-26.5 + parent: 2 +- proto: BenchSofaLeft + entities: + - uid: 7541 + components: + - type: Transform + pos: 83.5,59.5 + parent: 2 + - uid: 19412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,4.5 + parent: 2 + - uid: 19413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,3.5 + parent: 2 +- proto: BenchSofaRight + entities: + - uid: 19410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,3.5 + parent: 2 + - uid: 19411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,4.5 + parent: 2 + - uid: 36392 + components: + - type: Transform + pos: 82.5,59.5 + parent: 2 +- proto: BenchSteelLeft + entities: + - uid: 29362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,54.5 + parent: 2 +- proto: BenchSteelMiddle + entities: + - uid: 29365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,54.5 + parent: 2 +- proto: BenchSteelRight + entities: + - uid: 29364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,54.5 + parent: 2 +- proto: BenchSteelWhiteLeft + entities: + - uid: 2414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-31.5 + parent: 2 + - uid: 2417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-31.5 + parent: 2 + - uid: 3125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-28.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-28.5 + parent: 2 + - uid: 5177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-22.5 + parent: 2 + - uid: 5178 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-27.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 2 +- proto: BenchSteelWhiteMiddle + entities: + - uid: 2415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-30.5 + parent: 2 + - uid: 3300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-30.5 + parent: 2 + - uid: 3308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-30.5 + parent: 2 + - uid: 3325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-29.5 + parent: 2 + - uid: 3368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-29.5 + parent: 2 + - uid: 3370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-29.5 + parent: 2 + - uid: 3371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-30.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-29.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-27.5 + parent: 2 + - uid: 5182 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + pos: 68.5,-3.5 + parent: 2 + - uid: 5185 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 +- proto: BenchSteelWhiteRight + entities: + - uid: 3132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-28.5 + parent: 2 + - uid: 3330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-31.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-28.5 + parent: 2 + - uid: 3388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-31.5 + parent: 2 + - uid: 5167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-21.5 + parent: 2 + - uid: 5168 + components: + - type: Transform + pos: 62.5,-3.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-27.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + pos: 70.5,-3.5 + parent: 2 +- proto: Bible + entities: + - uid: 4378 + components: + - type: Transform + pos: 58.7506,22.220041 + parent: 2 + - uid: 4379 + components: + - type: Transform + pos: 64.75538,12.992847 + parent: 2 + - uid: 4380 + components: + - type: Transform + pos: 66.69288,22.152735 + parent: 2 +- proto: BikeHorn + entities: + - uid: 5537 + components: + - type: Transform + pos: -79.03031,3.7260756 + parent: 2 + - uid: 17784 + components: + - type: Transform + pos: -79.319374,3.7260756 + parent: 2 + - uid: 19434 + components: + - type: Transform + pos: -79.56535,3.6906705 + parent: 2 +- proto: BiomassReclaimer + entities: + - uid: 1342 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 + - uid: 1357 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 +- proto: BiomassReclaimerMachineCircuitboard + entities: + - uid: 35814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.615856,27.613655 + parent: 2 +- proto: BirdToyInstrument + entities: + - uid: 9518 + components: + - type: Transform + pos: -67.584366,0.8896593 + parent: 2 +- proto: BlastDoor + entities: + - uid: 712 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9074 + - uid: 1523 + components: + - type: Transform + pos: 44.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12930 + - 9098 + - uid: 1745 + components: + - type: Transform + pos: -84.5,-15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8421 + - uid: 1746 + components: + - type: Transform + pos: -108.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22561 + - uid: 3891 + components: + - type: Transform + pos: -108.5,-6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22560 + - uid: 4141 + components: + - type: Transform + pos: -108.5,-8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22560 + - uid: 4187 + components: + - type: Transform + pos: 45.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9098 + - 12930 + - uid: 4191 + components: + - type: Transform + pos: 39.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8740 + - 12929 + - uid: 4196 + components: + - type: Transform + pos: 46.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9098 + - 12930 + - uid: 4201 + components: + - type: Transform + pos: 40.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8740 + - 12929 + - uid: 4209 + components: + - type: Transform + pos: -108.5,-7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22560 + - uid: 4222 + components: + - type: Transform + pos: 38.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8740 + - 12929 + - uid: 7772 + components: + - type: Transform + pos: -108.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8423 + - uid: 7810 + components: + - type: Transform + pos: -85.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8426 + - uid: 7845 + components: + - type: Transform + pos: -83.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8426 + - uid: 7950 + components: + - type: Transform + pos: -83.5,-15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8421 + - uid: 7951 + components: + - type: Transform + pos: -85.5,-15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8421 + - uid: 7952 + components: + - type: Transform + pos: -108.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8423 + - uid: 7953 + components: + - type: Transform + pos: -84.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8426 + - uid: 8619 + components: + - type: Transform + pos: -108.5,7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8423 + - uid: 9484 + components: + - type: Transform + pos: -108.5,25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22561 + - uid: 9485 + components: + - type: Transform + pos: -108.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22561 + - uid: 16629 + components: + - type: Transform + pos: -51.5,-50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8936 + - uid: 16671 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8936 + - uid: 16703 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9074 + - uid: 22608 + components: + - type: Transform + pos: 51.5,49.5 + parent: 2 + - uid: 26695 + components: + - type: Transform + pos: -52.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8936 + - uid: 26800 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6742 +- proto: BlastDoorOpen + entities: + - uid: 1374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,-7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22559 + - uid: 1375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,-6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22559 + - uid: 1419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,-8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22559 + - uid: 7657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8424 + - uid: 7662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8424 + - uid: 7693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8422 + - uid: 7767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8424 + - uid: 7809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8422 + - uid: 7869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8422 + - uid: 8243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8425 + - uid: 8244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8425 + - uid: 8245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8425 + - uid: 9211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22562 + - uid: 9253 + components: + - type: Transform + pos: 37.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9223 + - uid: 9257 + components: + - type: Transform + pos: 47.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2512 + - uid: 13266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22562 + - uid: 14111 + components: + - type: Transform + pos: 23.5,44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17793 + - uid: 14176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22562 + - uid: 15042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,56.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,55.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,55.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,51.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,51.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19938 + - uid: 15057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,60.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,60.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,60.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,60.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,59.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,59.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,58.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,58.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,60.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,59.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,59.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,58.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,58.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 15127 + - uid: 15070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15127 + - uid: 15071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15127 + - uid: 15072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15127 + - uid: 15075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15119 + - uid: 15078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17791 + - uid: 15079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17791 + - uid: 15080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17791 + - uid: 15081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,37.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17791 + - uid: 15082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17791 + - uid: 15083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17791 + - uid: 15084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,37.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,37.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17792 + - uid: 15091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17793 + - uid: 15092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17793 + - uid: 15093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17793 + - uid: 15094 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17793 + - uid: 15096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15119 + - 17793 + - uid: 15097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15119 + - 17793 + - uid: 15123 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 15119 + - uid: 19376 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19377 + components: + - type: Transform + pos: -25.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19378 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19379 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19380 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19381 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,46.5 + parent: 2 + - type: DeviceLinkSink + links: + - 19389 + - uid: 19385 + components: + - type: Transform + pos: -26.5,43.5 + parent: 2 + - uid: 19386 + components: + - type: Transform + pos: -25.5,43.5 + parent: 2 + - uid: 19387 + components: + - type: Transform + pos: -24.5,43.5 + parent: 2 + - uid: 23712 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23802 + - uid: 29746 + components: + - type: Transform + pos: 85.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 29750 + - 29772 + - uid: 29768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 29774 + - 29775 + - uid: 31417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,52.5 + parent: 2 + - uid: 31446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,52.5 + parent: 2 +- proto: BoardGameSpawner + entities: + - uid: 803 + components: + - type: Transform + pos: 53.5,30.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: -5.5,12.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 21072 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 + - uid: 21102 + components: + - type: Transform + pos: -45.5,26.5 + parent: 2 +- proto: BodyBag_Folded + entities: + - uid: 1376 + components: + - type: Transform + pos: 31.875422,9.738234 + parent: 2 + - uid: 1377 + components: + - type: Transform + pos: 32.121513,9.855421 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: 31.723078,9.972609 + parent: 2 + - uid: 1410 + components: + - type: Transform + pos: 19.470509,3.3589706 + parent: 2 + - uid: 1411 + components: + - type: Transform + pos: 19.622852,3.112877 + parent: 2 + - uid: 2472 + components: + - type: Transform + pos: 67.42861,29.470633 + parent: 2 + - uid: 2483 + components: + - type: Transform + pos: 67.69814,29.716726 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: 67.70986,29.423758 + parent: 2 + - uid: 15506 + components: + - type: Transform + pos: -36.3163,29.611282 + parent: 2 + - uid: 15507 + components: + - type: Transform + pos: -36.34755,29.908157 + parent: 2 +- proto: Bonfire + entities: + - uid: 5136 + components: + - type: Transform + pos: 65.5,-9.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: -28.5,-35.5 + parent: 2 +- proto: BooksBag + entities: + - uid: 6086 + components: + - type: Transform + pos: 52.3559,27.7039 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 39 + components: + - type: Transform + pos: 57.5,28.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 613 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 617 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 676 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: -29.5,-7.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + pos: 11.5,30.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: -22.5,59.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: -21.5,59.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: -7.5,61.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: 42.5,26.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + pos: 59.5,28.5 + parent: 2 + - uid: 4066 + components: + - type: Transform + pos: 60.5,28.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + pos: 60.5,30.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: 58.5,28.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: 58.5,30.5 + parent: 2 + - uid: 4225 + components: + - type: Transform + pos: 57.5,26.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + pos: 59.5,30.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + pos: -6.5,61.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: 57.5,30.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + pos: 58.5,26.5 + parent: 2 + - uid: 5480 + components: + - type: Transform + pos: 43.5,26.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + pos: 44.5,26.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + pos: 59.5,26.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: 60.5,26.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 + - uid: 14027 + components: + - type: Transform + pos: 24.5,52.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - uid: 15756 + components: + - type: Transform + pos: -11.5,26.5 + parent: 2 + - uid: 15757 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 18014 + components: + - type: Transform + pos: -8.5,61.5 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 3848 + components: + - type: Transform + pos: 10.5,54.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 2 + - uid: 33657 + components: + - type: Transform + pos: -43.5,67.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 2555 + components: + - type: Transform + pos: 42.5,42.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + pos: 43.5,42.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: -0.5,47.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 22577 + components: + - type: Transform + pos: 74.5,-18.5 + parent: 2 + - uid: 27866 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 + - uid: 30651 + components: + - type: Transform + pos: 42.5,-24.5 + parent: 2 + - uid: 34974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,29.5 + parent: 2 + - uid: 35810 + components: + - type: Transform + pos: 29.5,7.5 + parent: 2 +- proto: BorgChargerCircuitboard + entities: + - uid: 35815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.608044,27.465218 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 1570 + components: + - type: Transform + pos: 33.82346,7.8449078 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: 42.69885,40.389374 + parent: 2 + - uid: 5274 + components: + - type: Transform + pos: 26.526403,30.16116 + parent: 2 +- proto: BoxBeanbag + entities: + - uid: 5758 + components: + - type: Transform + pos: 21.531042,-23.255095 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 1380 + components: + - type: Transform + pos: 33.565647,7.4620953 + parent: 2 + - uid: 4062 + components: + - type: Transform + pos: 48.25832,44.607437 + parent: 2 + - uid: 15505 + components: + - type: Transform + pos: -36.7538,29.705032 + parent: 2 +- proto: BoxBottle + entities: + - uid: 5272 + components: + - type: Transform + pos: 26.24058,30.06741 + parent: 2 + - uid: 5273 + components: + - type: Transform + pos: 42.52156,40.685276 + parent: 2 +- proto: BoxColoredLighttube + entities: + - uid: 6927 + components: + - type: Transform + pos: -17.250168,-25.645372 + parent: 2 +- proto: BoxFlare + entities: + - uid: 6074 + components: + - type: Transform + pos: 21.738016,27.014511 + parent: 2 +- proto: BoxFlashbang + entities: + - uid: 16517 + components: + - type: Transform + pos: -19.307251,45.675285 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 1371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.548372,-9.390477 + parent: 2 + - uid: 1556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.329622,-9.281102 + parent: 2 + - uid: 29827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.549706,54.535995 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 1974 + components: + - type: Transform + pos: 4.678361,30.31601 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: -17.411789,-9.305838 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: -21.700851,-9.352713 + parent: 2 + - uid: 2544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.622833,46.63146 + parent: 2 + - uid: 2639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.571444,51.824425 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: 26.666578,30.836124 + parent: 2 + - uid: 13928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.559872,41.510433 + parent: 2 + - uid: 14284 + components: + - type: Transform + pos: 10.90305,43.62656 + parent: 2 +- proto: BoxFolderGrey + entities: + - uid: 36135 + components: + - type: Transform + pos: -14.601701,59.650887 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 3600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.868927,46.549427 + parent: 2 + - uid: 5683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.798252,25.56962 + parent: 2 + - uid: 8062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.35477,37.65221 + parent: 2 + - uid: 9048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.54395,37.636585 + parent: 2 + - uid: 9660 + components: + - type: Transform + pos: -12.118159,28.51305 + parent: 2 + - uid: 15504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.34526,35.124813 + parent: 2 + - uid: 15577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.696613,27.526642 + parent: 2 + - uid: 15730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.491861,41.6366 + parent: 2 + - uid: 15759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.4797015,25.516685 + parent: 2 + - uid: 15782 + components: + - type: Transform + pos: -8.237249,32.509594 + parent: 2 + - uid: 16626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.418318,59.00392 + parent: 2 + - uid: 18144 + components: + - type: Transform + pos: -20.399925,62.64608 + parent: 2 + - uid: 30250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.54279,25.26798 + parent: 2 +- proto: BoxFolderWhite + entities: + - uid: 5586 + components: + - type: Transform + pos: 52.645294,27.933067 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 3628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.48221,46.959583 + parent: 2 + - uid: 6579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.353495,-20.339878 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: -15.146463,-22.48441 + parent: 2 + - uid: 6863 + components: + - type: Transform + pos: -28.039324,-23.280666 + parent: 2 + - uid: 8830 + components: + - type: Transform + pos: -58.142708,13.665349 + parent: 2 + - uid: 8831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.470833,17.446598 + parent: 2 + - uid: 13268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.57434,12.654488 + parent: 2 + - uid: 13316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.66809,15.138863 + parent: 2 + - uid: 35855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.3979,14.140585 + parent: 2 +- proto: BoxForensicPad + entities: + - uid: 17980 + components: + - type: Transform + pos: -24.296492,42.006573 + parent: 2 +- proto: BoxHandcuff + entities: + - uid: 16510 + components: + - type: Transform + pos: -19.697876,45.800285 + parent: 2 +- proto: BoxingBell + entities: + - uid: 5985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-27.5 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 2124 + components: + - type: Transform + pos: 34.284397,7.4699078 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 18535 + components: + - type: Transform + pos: -40.512363,24.716463 + parent: 2 +- proto: BoxLighttube + entities: + - uid: 1983 + components: + - type: Transform + pos: -17.234543,-25.223497 + parent: 2 + - uid: 18533 + components: + - type: Transform + pos: -41.606113,24.763338 + parent: 2 +- proto: BoxMagazinePistolHighCapacityPractice + entities: + - uid: 10566 + components: + - type: Transform + pos: -33.62954,38.74255 + parent: 2 +- proto: BoxMagazinePistolPractice + entities: + - uid: 10347 + components: + - type: Transform + pos: -33.363914,38.4613 + parent: 2 +- proto: BoxMagazinePistolSubMachineGun + entities: + - uid: 16538 + components: + - type: Transform + pos: -25.32418,46.66584 + parent: 2 +- proto: BoxMagazinePistolSubMachineGunPractice + entities: + - uid: 9690 + components: + - type: Transform + pos: -33.587025,38.24255 + parent: 2 +- proto: BoxMagazinePistolSubMachineGunRubber + entities: + - uid: 16533 + components: + - type: Transform + pos: -25.60543,46.775215 + parent: 2 +- proto: BoxMagazinePistolSubMachineGunTopMounted + entities: + - uid: 16547 + components: + - type: Transform + pos: -27.611324,48.1461 + parent: 2 +- proto: BoxMagazineShotgunBeanbag + entities: + - uid: 16542 + components: + - type: Transform + pos: -23.628233,46.72834 + parent: 2 +- proto: BoxMagazineShotgunSlug + entities: + - uid: 16543 + components: + - type: Transform + pos: -23.346983,46.618965 + parent: 2 +- proto: BoxMaintenanceLightbulb + entities: + - uid: 6929 + components: + - type: Transform + pos: -17.63298,-25.41881 + parent: 2 +- proto: BoxMousetrap + entities: + - uid: 22442 + components: + - type: Transform + pos: -40.634743,24.830938 + parent: 2 + - uid: 22443 + components: + - type: Transform + pos: 35.682877,-0.2850566 + parent: 2 + - uid: 22446 + components: + - type: Transform + pos: -62.527683,-9.424064 + parent: 2 +- proto: BoxMouthSwab + entities: + - uid: 998 + components: + - type: Transform + pos: 33.253147,7.8214703 + parent: 2 + - uid: 1152 + components: + - type: Transform + pos: 13.569364,-4.276534 + parent: 2 +- proto: BoxPillCanister + entities: + - uid: 1572 + components: + - type: Transform + pos: 34.26096,7.8839703 + parent: 2 +- proto: BoxShellTranquilizer + entities: + - uid: 19438 + components: + - type: Transform + pos: -120.57848,10.768091 + parent: 2 +- proto: BoxShotgunPractice + entities: + - uid: 17014 + components: + - type: Transform + pos: -33.588364,39.797077 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 929 + components: + - type: Transform + pos: 13.727502,-4.5758877 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: 34.800022,7.8449078 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 1571 + components: + - type: Transform + pos: 34.768772,7.4542828 + parent: 2 + - uid: 5734 + components: + - type: Transform + pos: 26.533548,29.86819 + parent: 2 +- proto: BoxTrashbag + entities: + - uid: 16667 + components: + - type: Transform + pos: -36.65377,12.904733 + parent: 2 + - uid: 16668 + components: + - type: Transform + pos: -36.90377,12.467233 + parent: 2 + - uid: 18522 + components: + - type: Transform + pos: -40.606113,22.528963 + parent: 2 + - uid: 18523 + components: + - type: Transform + pos: -40.356113,22.122713 + parent: 2 +- proto: BoxZiptie + entities: + - uid: 19402 + components: + - type: Transform + pos: -10.631582,42.77923 + parent: 2 +- proto: BrbSign + entities: + - uid: 1948 + components: + - type: Transform + pos: 7.2711744,26.512077 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: 28.979942,25.475557 + parent: 2 + - uid: 6581 + components: + - type: Transform + pos: -15.580057,-22.449253 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: -8.487982,-22.449253 + parent: 2 + - uid: 8832 + components: + - type: Transform + pos: -49.31803,13.539022 + parent: 2 + - uid: 8833 + components: + - type: Transform + pos: -46.455208,16.587223 + parent: 2 + - uid: 13096 + components: + - type: Transform + pos: -1.4089859,-32.930393 + parent: 2 + - uid: 13097 + components: + - type: Transform + pos: -3.846486,-34.38352 + parent: 2 + - uid: 14181 + components: + - type: Transform + pos: 13.606747,41.52606 + parent: 2 +- proto: BriefcaseBrown + entities: + - uid: 9331 + components: + - type: Transform + pos: -32.612495,33.706814 + parent: 2 + - uid: 19375 + components: + - type: Transform + pos: -5.7113194,59.69308 + parent: 2 +- proto: BrigTimer + entities: + - uid: 22619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,31.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15409: + - Start: Close + - Timer: AutoClose + - Timer: Open + 15453: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 22620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,31.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15455: + - Start: Close + - Timer: AutoClose + - Timer: Open + 15457: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 22621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15389: + - Start: Close + - Timer: AutoClose + - Timer: Open + 15363: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 22622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15388: + - Start: Close + - Timer: AutoClose + - Timer: Open + 15362: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 22629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,65.5 + parent: 2 +- proto: BrokenBottle + entities: + - uid: 5377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.948177,54.21262 + parent: 2 + - uid: 6999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.60816,-33.617603 + parent: 2 + - uid: 7000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.670662,-33.430103 + parent: 2 + - uid: 7001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.959723,-37.519947 + parent: 2 + - uid: 7002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.440191,-38.492603 + parent: 2 + - uid: 7003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.948004,-38.281666 + parent: 2 + - uid: 7004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.615973,-30.945728 + parent: 2 +- proto: Brutepack + entities: + - uid: 1576 + components: + - type: Transform + pos: 10.402158,16.819084 + parent: 2 + - uid: 13085 + components: + - type: Transform + pos: 4.66723,-31.36642 + parent: 2 +- proto: Bucket + entities: + - uid: 7508 + components: + - type: Transform + pos: -53.66643,0.9027996 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: -53.400806,0.7152996 + parent: 2 + - uid: 18157 + components: + - type: Transform + pos: -29.618675,61.80233 + parent: 2 + - uid: 18158 + components: + - type: Transform + pos: -29.3218,61.61483 + parent: 2 + - uid: 18433 + components: + - type: Transform + pos: -51.494556,0.7309246 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 88 + components: + - type: Transform + pos: -48.5,7.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: -42.5,26.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 281 + components: + - type: Transform + pos: -48.5,-47.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 22.5,25.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: -64.5,-7.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: -64.5,-6.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -64.5,-5.5 + parent: 2 + - uid: 638 + components: + - type: Transform + pos: -64.5,-10.5 + parent: 2 + - uid: 639 + components: + - type: Transform + pos: -64.5,-11.5 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: -63.5,-11.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: -35.5,30.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -35.5,31.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: -61.5,-23.5 + parent: 2 + - uid: 662 + components: + - type: Transform + pos: -61.5,-22.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -61.5,-20.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: -61.5,-19.5 + parent: 2 + - uid: 672 + components: + - type: Transform + pos: -61.5,-17.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 683 + components: + - type: Transform + pos: -64.5,-4.5 + parent: 2 + - uid: 748 + components: + - type: Transform + pos: -61.5,-13.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: 11.5,54.5 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: 11.5,53.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: -96.5,-9.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: -61.5,-14.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - uid: 985 + components: + - type: Transform + pos: 11.5,52.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: 10.5,52.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: -32.5,-41.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: 8.5,52.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: -39.5,34.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: -57.5,-15.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + pos: -56.5,-15.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + pos: -55.5,-15.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + pos: -61.5,-24.5 + parent: 2 + - uid: 1888 + components: + - type: Transform + pos: -61.5,-25.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + pos: -61.5,-27.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + pos: 9.5,52.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + pos: 39.5,40.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + pos: -61.5,-26.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: -16.5,39.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + pos: -61.5,-29.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + pos: -17.5,39.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + pos: -61.5,-28.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 2080 + components: + - type: Transform + pos: -61.5,-30.5 + parent: 2 + - uid: 2083 + components: + - type: Transform + pos: -53.5,-31.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + pos: -54.5,-31.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: -55.5,-31.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: -48.5,30.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: 8.5,65.5 + parent: 2 + - uid: 2331 + components: + - type: Transform + pos: 80.5,56.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 2372 + components: + - type: Transform + pos: -13.5,58.5 + parent: 2 + - uid: 2378 + components: + - type: Transform + pos: -55.5,44.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + pos: -54.5,-15.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: 21.5,56.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: 25.5,56.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: 23.5,56.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + pos: 24.5,56.5 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: 22.5,56.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + pos: 20.5,56.5 + parent: 2 + - uid: 2704 + components: + - type: Transform + pos: -49.5,30.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: -44.5,62.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: -45.5,62.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 2866 + components: + - type: Transform + pos: 19.5,29.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 2938 + components: + - type: Transform + pos: 6.5,7.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + pos: 6.5,6.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 3030 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 3048 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 3089 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 3112 + components: + - type: Transform + pos: -43.5,62.5 + parent: 2 + - uid: 3137 + components: + - type: Transform + pos: -41.5,62.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: 74.5,-17.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 3331 + components: + - type: Transform + pos: -116.5,15.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + pos: 7.5,52.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + pos: 38.5,46.5 + parent: 2 + - uid: 3551 + components: + - type: Transform + pos: -31.5,46.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: -72.5,1.5 + parent: 2 + - uid: 3613 + components: + - type: Transform + pos: -53.5,-15.5 + parent: 2 + - uid: 3710 + components: + - type: Transform + pos: -52.5,-15.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + pos: -12.5,44.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + pos: -29.5,46.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: -50.5,30.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: -51.5,30.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: -52.5,30.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: -52.5,44.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + pos: -53.5,30.5 + parent: 2 + - uid: 4368 + components: + - type: Transform + pos: 56.5,-31.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + pos: -44.5,21.5 + parent: 2 + - uid: 4721 + components: + - type: Transform + pos: 82.5,56.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: 86.5,56.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: 85.5,57.5 + parent: 2 + - uid: 4726 + components: + - type: Transform + pos: 85.5,58.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: 85.5,61.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: 85.5,59.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: 85.5,60.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: 85.5,56.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: 87.5,56.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + pos: 87.5,55.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + pos: 87.5,54.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + pos: 86.5,54.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + pos: 85.5,54.5 + parent: 2 + - uid: 4740 + components: + - type: Transform + pos: 81.5,56.5 + parent: 2 + - uid: 4741 + components: + - type: Transform + pos: 80.5,55.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: 80.5,54.5 + parent: 2 + - uid: 4749 + components: + - type: Transform + pos: 81.5,54.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: -51.5,44.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: -40.5,62.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: -95.5,65.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: -42.5,68.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: -30.5,46.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + pos: 90.5,54.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 90.5,56.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: -120.5,9.5 + parent: 2 + - uid: 5101 + components: + - type: Transform + pos: -121.5,9.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: -44.5,26.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: -41.5,26.5 + parent: 2 + - uid: 5284 + components: + - type: Transform + pos: 56.5,-33.5 + parent: 2 + - uid: 5285 + components: + - type: Transform + pos: 56.5,-34.5 + parent: 2 + - uid: 5286 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + pos: -33.5,34.5 + parent: 2 + - uid: 5302 + components: + - type: Transform + pos: -39.5,-29.5 + parent: 2 + - uid: 5420 + components: + - type: Transform + pos: -16.5,-48.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + pos: -122.5,9.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + pos: -124.5,9.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: -36.5,-36.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + pos: -36.5,-38.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: -123.5,9.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + pos: -124.5,7.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + pos: -123.5,7.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: -121.5,7.5 + parent: 2 + - uid: 5977 + components: + - type: Transform + pos: -120.5,7.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + pos: 87.5,18.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 34.5,30.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: -122.5,7.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: -16.5,-49.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 6701 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 6702 + components: + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 6707 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 2 + - uid: 6709 + components: + - type: Transform + pos: -31.5,-43.5 + parent: 2 + - uid: 6716 + components: + - type: Transform + pos: -35.5,-43.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 6724 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + pos: -19.5,-48.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + pos: -45.5,-41.5 + parent: 2 + - uid: 6774 + components: + - type: Transform + pos: -43.5,-43.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + pos: -46.5,-43.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: -49.5,-41.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: -41.5,-41.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - uid: 6796 + components: + - type: Transform + pos: -18.5,-48.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - uid: 6800 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + pos: -19.5,-43.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + pos: -24.5,-43.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + pos: -34.5,-43.5 + parent: 2 + - uid: 6805 + components: + - type: Transform + pos: -26.5,-43.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 6808 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - uid: 6812 + components: + - type: Transform + pos: -26.5,-41.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + pos: -48.5,-41.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + pos: 86.5,21.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: -17.5,-44.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + pos: -27.5,46.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + pos: -43.5,-30.5 + parent: 2 + - uid: 7460 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 + - uid: 7463 + components: + - type: Transform + pos: 2.5,19.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + pos: 17.5,29.5 + parent: 2 + - uid: 7571 + components: + - type: Transform + pos: 20.5,29.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: 20.5,26.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: 20.5,27.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + pos: 17.5,23.5 + parent: 2 + - uid: 7760 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + pos: 17.5,24.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + pos: 17.5,26.5 + parent: 2 + - uid: 7786 + components: + - type: Transform + pos: 17.5,28.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + pos: 17.5,27.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: 6.5,29.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + pos: 5.5,29.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: 8.5,29.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + pos: 7.5,29.5 + parent: 2 + - uid: 7826 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + pos: 11.5,29.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + pos: 14.5,29.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + pos: 16.5,29.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + pos: -44.5,-30.5 + parent: 2 + - uid: 8436 + components: + - type: Transform + pos: -23.5,38.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 8440 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - uid: 8441 + components: + - type: Transform + pos: -27.5,37.5 + parent: 2 + - uid: 8447 + components: + - type: Transform + pos: -46.5,-30.5 + parent: 2 + - uid: 8454 + components: + - type: Transform + pos: -72.5,2.5 + parent: 2 + - uid: 8455 + components: + - type: Transform + pos: -70.5,1.5 + parent: 2 + - uid: 8457 + components: + - type: Transform + pos: -74.5,5.5 + parent: 2 + - uid: 8469 + components: + - type: Transform + pos: -28.5,46.5 + parent: 2 + - uid: 8744 + components: + - type: Transform + pos: -55.5,16.5 + parent: 2 + - uid: 8745 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + pos: -60.5,17.5 + parent: 2 + - uid: 8748 + components: + - type: Transform + pos: -58.5,17.5 + parent: 2 + - uid: 8749 + components: + - type: Transform + pos: -57.5,17.5 + parent: 2 + - uid: 9119 + components: + - type: Transform + pos: -44.5,23.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + pos: -29.5,47.5 + parent: 2 + - uid: 9517 + components: + - type: Transform + pos: -29.5,48.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + pos: -43.5,30.5 + parent: 2 + - uid: 9619 + components: + - type: Transform + pos: -45.5,30.5 + parent: 2 + - uid: 9620 + components: + - type: Transform + pos: -44.5,30.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + pos: -46.5,30.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: -47.5,30.5 + parent: 2 + - uid: 9651 + components: + - type: Transform + pos: -83.5,-4.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + pos: -44.5,22.5 + parent: 2 + - uid: 9798 + components: + - type: Transform + pos: 62.5,-83.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + pos: -72.5,-34.5 + parent: 2 + - uid: 9800 + components: + - type: Transform + pos: -76.5,-34.5 + parent: 2 + - uid: 9801 + components: + - type: Transform + pos: -74.5,-34.5 + parent: 2 + - uid: 9966 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 10082 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 10085 + components: + - type: Transform + pos: -61.5,34.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 10088 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 10092 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 10093 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + pos: -54.5,36.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + pos: -54.5,39.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + pos: -55.5,39.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: -56.5,39.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: -57.5,39.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: -58.5,39.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + pos: -59.5,39.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: -60.5,39.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + pos: -61.5,39.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + pos: -61.5,40.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + pos: -62.5,40.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + pos: -63.5,40.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + pos: -64.5,40.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: -65.5,40.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + pos: -66.5,40.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + pos: -66.5,41.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + pos: -66.5,42.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: -66.5,43.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + pos: -66.5,44.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: -66.5,45.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: -66.5,46.5 + parent: 2 + - uid: 10117 + components: + - type: Transform + pos: -66.5,47.5 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: -66.5,48.5 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: -65.5,34.5 + parent: 2 + - uid: 10120 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 10121 + components: + - type: Transform + pos: -67.5,34.5 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: -67.5,35.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: -67.5,36.5 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: -68.5,36.5 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: -68.5,34.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: -68.5,33.5 + parent: 2 + - uid: 10127 + components: + - type: Transform + pos: -68.5,32.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: -68.5,31.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -68.5,30.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + pos: -68.5,29.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + pos: -68.5,28.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + pos: -68.5,27.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + pos: -68.5,26.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: -68.5,25.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + pos: -68.5,24.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: -68.5,23.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + pos: -68.5,22.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + pos: -68.5,21.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + pos: -68.5,20.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + pos: -68.5,19.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + pos: -67.5,19.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + pos: -66.5,19.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: -65.5,19.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + pos: -65.5,17.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + pos: -65.5,15.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: -65.5,13.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 10151 + components: + - type: Transform + pos: -65.5,11.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: -64.5,11.5 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 + - uid: 10160 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 10163 + components: + - type: Transform + pos: -68.5,1.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 10166 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 + - uid: 10170 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: -54.5,12.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: -55.5,12.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: -57.5,12.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: -58.5,12.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + pos: -59.5,12.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + pos: -60.5,12.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: -61.5,12.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: -53.5,12.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: -52.5,12.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + pos: -51.5,12.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: -50.5,12.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: -49.5,12.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: -48.5,12.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: -51.5,17.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: -53.5,22.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: -52.5,22.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: -51.5,22.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: -50.5,22.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: -49.5,22.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: -49.5,23.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: -49.5,25.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: -49.5,26.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: -43.5,31.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: -43.5,32.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: -43.5,33.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: -43.5,34.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: -43.5,35.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: -43.5,37.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: -43.5,38.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + pos: -44.5,38.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + pos: -45.5,38.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + pos: -46.5,38.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + pos: -47.5,38.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: -48.5,38.5 + parent: 2 + - uid: 10235 + components: + - type: Transform + pos: -49.5,38.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: -50.5,38.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: -50.5,39.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: -50.5,40.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: -50.5,41.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: -50.5,42.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: -50.5,43.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: -50.5,44.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: -50.5,45.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: -50.5,46.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: -49.5,46.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: -48.5,46.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: -47.5,46.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: -46.5,46.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: -45.5,46.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: -44.5,46.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: -43.5,46.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: -42.5,46.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: -41.5,46.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: -40.5,46.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: -39.5,46.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: -38.5,46.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: -37.5,46.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: -36.5,46.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: -68.5,0.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: -27.5,38.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: -32.5,46.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: -32.5,46.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: -32.5,45.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: -32.5,44.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: -32.5,43.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: -32.5,42.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: -32.5,41.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: -32.5,40.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: -32.5,39.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: -32.5,38.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: -32.5,48.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: -36.5,38.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + pos: -37.5,38.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + pos: -38.5,38.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + pos: -39.5,38.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: -40.5,38.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: -41.5,38.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: -42.5,38.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: -50.5,47.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + pos: -50.5,48.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + pos: -50.5,49.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: -50.5,50.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: -50.5,51.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: -50.5,52.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: -48.5,47.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: -48.5,48.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: -48.5,49.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: -48.5,50.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + pos: -48.5,51.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: -48.5,52.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: -46.5,47.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: -46.5,48.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: -46.5,49.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: -46.5,50.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: -46.5,51.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: -46.5,52.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: -44.5,47.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: -44.5,48.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: -44.5,49.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: -44.5,50.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: -44.5,51.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: -44.5,52.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: -42.5,47.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + pos: -42.5,48.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: -42.5,49.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: -42.5,50.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: -42.5,51.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: -42.5,52.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: -40.5,47.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: -40.5,48.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: -40.5,49.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: -40.5,50.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: -40.5,51.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: -40.5,52.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: -38.5,47.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: -38.5,48.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: -38.5,49.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: -38.5,50.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + pos: -38.5,51.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: -38.5,52.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: -36.5,47.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: -36.5,48.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: -36.5,49.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: -36.5,50.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + pos: -36.5,51.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: -36.5,52.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: -12.5,43.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 10450 + components: + - type: Transform + pos: -68.5,-34.5 + parent: 2 + - uid: 10451 + components: + - type: Transform + pos: -73.5,-34.5 + parent: 2 + - uid: 10493 + components: + - type: Transform + pos: -78.5,-34.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + pos: -80.5,-34.5 + parent: 2 + - uid: 10495 + components: + - type: Transform + pos: -81.5,-34.5 + parent: 2 + - uid: 10496 + components: + - type: Transform + pos: -79.5,-34.5 + parent: 2 + - uid: 10507 + components: + - type: Transform + pos: -69.5,-34.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + pos: -70.5,-34.5 + parent: 2 + - uid: 10509 + components: + - type: Transform + pos: -71.5,-34.5 + parent: 2 + - uid: 10510 + components: + - type: Transform + pos: -77.5,-34.5 + parent: 2 + - uid: 10511 + components: + - type: Transform + pos: -75.5,-34.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: -73.5,37.5 + parent: 2 + - uid: 11010 + components: + - type: Transform + pos: -32.5,-43.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: -52.5,-34.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -52.5,-33.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: -52.5,-32.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: -51.5,-32.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: -50.5,-32.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: -49.5,-32.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: -48.5,-32.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: -47.5,-32.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + pos: -46.5,-32.5 + parent: 2 + - uid: 11028 + components: + - type: Transform + pos: -45.5,-32.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + pos: -44.5,-32.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + pos: -43.5,-32.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + pos: -42.5,-32.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + pos: -41.5,-32.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: -39.5,-32.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: -52.5,-31.5 + parent: 2 + - uid: 11036 + components: + - type: Transform + pos: -52.5,-30.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: -52.5,-28.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: -54.5,-27.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + pos: -56.5,-27.5 + parent: 2 + - uid: 11044 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 2 + - uid: 11045 + components: + - type: Transform + pos: -58.5,-27.5 + parent: 2 + - uid: 11046 + components: + - type: Transform + pos: -58.5,-26.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + pos: -58.5,-25.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -58.5,-23.5 + parent: 2 + - uid: 11050 + components: + - type: Transform + pos: -58.5,-22.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + pos: -58.5,-21.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: -58.5,-20.5 + parent: 2 + - uid: 11053 + components: + - type: Transform + pos: -58.5,-19.5 + parent: 2 + - uid: 11054 + components: + - type: Transform + pos: -58.5,-18.5 + parent: 2 + - uid: 11055 + components: + - type: Transform + pos: -58.5,-17.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + pos: -58.5,-15.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + pos: -58.5,-14.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + pos: -58.5,-13.5 + parent: 2 + - uid: 11060 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 11062 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 + - uid: 11063 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 11064 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: -52.5,-11.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + pos: -51.5,-11.5 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + pos: -58.5,-11.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 2 + - uid: 11073 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - uid: 11075 + components: + - type: Transform + pos: -59.5,-8.5 + parent: 2 + - uid: 11076 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + pos: -59.5,-5.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 11081 + components: + - type: Transform + pos: -59.5,-2.5 + parent: 2 + - uid: 11082 + components: + - type: Transform + pos: -59.5,-1.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + pos: -59.5,-0.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + pos: -59.5,0.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + pos: -59.5,1.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + pos: -59.5,2.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + pos: -59.5,3.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + pos: -59.5,4.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + pos: -59.5,5.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + pos: -58.5,5.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + pos: -57.5,5.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + pos: -56.5,5.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + pos: -55.5,5.5 + parent: 2 + - uid: 11094 + components: + - type: Transform + pos: -54.5,5.5 + parent: 2 + - uid: 11095 + components: + - type: Transform + pos: -53.5,5.5 + parent: 2 + - uid: 11096 + components: + - type: Transform + pos: -52.5,5.5 + parent: 2 + - uid: 11097 + components: + - type: Transform + pos: -51.5,5.5 + parent: 2 + - uid: 11098 + components: + - type: Transform + pos: -50.5,5.5 + parent: 2 + - uid: 11099 + components: + - type: Transform + pos: -49.5,5.5 + parent: 2 + - uid: 11141 + components: + - type: Transform + pos: -23.5,37.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + pos: -69.5,-5.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + pos: -69.5,-6.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + pos: -71.5,-6.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + pos: -70.5,-6.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + pos: -65.5,-6.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + pos: -66.5,-6.5 + parent: 2 + - uid: 11151 + components: + - type: Transform + pos: -66.5,-5.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + pos: -67.5,-5.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + pos: -68.5,-5.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + pos: -72.5,4.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + pos: -72.5,5.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + pos: -72.5,6.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + pos: -72.5,7.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + pos: -72.5,8.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + pos: -71.5,8.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + pos: -70.5,8.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + pos: -69.5,8.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + pos: -68.5,8.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 11168 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 11169 + components: + - type: Transform + pos: -64.5,7.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + pos: -64.5,5.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + pos: -64.5,4.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + pos: -64.5,3.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + pos: -64.5,2.5 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: -64.5,1.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -64.5,0.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: -64.5,-0.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: -64.5,-1.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + pos: -64.5,-2.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + pos: -64.5,-3.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + pos: -65.5,-3.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + pos: -68.5,-3.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + pos: -72.5,9.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + pos: -72.5,10.5 + parent: 2 + - uid: 11187 + components: + - type: Transform + pos: -72.5,11.5 + parent: 2 + - uid: 11188 + components: + - type: Transform + pos: -72.5,12.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + pos: -72.5,13.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + pos: -72.5,14.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + pos: -72.5,15.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + pos: -72.5,16.5 + parent: 2 + - uid: 11195 + components: + - type: Transform + pos: -72.5,19.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + pos: -72.5,20.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + pos: -72.5,21.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + pos: -72.5,22.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + pos: -72.5,23.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + pos: -72.5,24.5 + parent: 2 + - uid: 11201 + components: + - type: Transform + pos: -72.5,25.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + pos: -72.5,26.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + pos: -72.5,27.5 + parent: 2 + - uid: 11204 + components: + - type: Transform + pos: -72.5,28.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + pos: -72.5,29.5 + parent: 2 + - uid: 11206 + components: + - type: Transform + pos: -72.5,30.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + pos: -72.5,31.5 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: -72.5,32.5 + parent: 2 + - uid: 11209 + components: + - type: Transform + pos: -72.5,33.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: -72.5,34.5 + parent: 2 + - uid: 11211 + components: + - type: Transform + pos: -72.5,35.5 + parent: 2 + - uid: 11212 + components: + - type: Transform + pos: -72.5,36.5 + parent: 2 + - uid: 11213 + components: + - type: Transform + pos: -72.5,37.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + pos: -74.5,37.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + pos: -75.5,37.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + pos: -76.5,37.5 + parent: 2 + - uid: 11217 + components: + - type: Transform + pos: -77.5,37.5 + parent: 2 + - uid: 11218 + components: + - type: Transform + pos: -78.5,37.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + pos: -79.5,37.5 + parent: 2 + - uid: 11220 + components: + - type: Transform + pos: -80.5,37.5 + parent: 2 + - uid: 11221 + components: + - type: Transform + pos: -81.5,37.5 + parent: 2 + - uid: 11222 + components: + - type: Transform + pos: -82.5,37.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: -83.5,37.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + pos: -84.5,37.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + pos: -85.5,37.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + pos: -86.5,37.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + pos: -87.5,37.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + pos: -88.5,37.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + pos: -89.5,37.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + pos: -90.5,37.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + pos: -91.5,37.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + pos: -92.5,37.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + pos: -93.5,37.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: -94.5,37.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + pos: -95.5,37.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + pos: -96.5,37.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + pos: -97.5,37.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + pos: -98.5,37.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + pos: -99.5,37.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + pos: -100.5,37.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + pos: -101.5,37.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + pos: -102.5,37.5 + parent: 2 + - uid: 11243 + components: + - type: Transform + pos: -103.5,37.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + pos: -104.5,37.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + pos: -105.5,37.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + pos: -106.5,37.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + pos: -107.5,37.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + pos: -108.5,37.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + pos: -109.5,37.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + pos: -110.5,37.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + pos: -111.5,37.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + pos: -112.5,37.5 + parent: 2 + - uid: 11253 + components: + - type: Transform + pos: -113.5,37.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + pos: -113.5,36.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + pos: -113.5,35.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + pos: -113.5,34.5 + parent: 2 + - uid: 11257 + components: + - type: Transform + pos: -113.5,33.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + pos: -113.5,32.5 + parent: 2 + - uid: 11259 + components: + - type: Transform + pos: -113.5,31.5 + parent: 2 + - uid: 11260 + components: + - type: Transform + pos: -113.5,30.5 + parent: 2 + - uid: 11261 + components: + - type: Transform + pos: -113.5,29.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + pos: -113.5,28.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + pos: -113.5,27.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + pos: -113.5,26.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + pos: -113.5,25.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + pos: -113.5,24.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + pos: -113.5,23.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + pos: -113.5,22.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: -113.5,21.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + pos: -113.5,20.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: -113.5,19.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: -113.5,18.5 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: -113.5,17.5 + parent: 2 + - uid: 11274 + components: + - type: Transform + pos: -113.5,16.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + pos: -113.5,15.5 + parent: 2 + - uid: 11276 + components: + - type: Transform + pos: -113.5,14.5 + parent: 2 + - uid: 11277 + components: + - type: Transform + pos: -113.5,13.5 + parent: 2 + - uid: 11278 + components: + - type: Transform + pos: -113.5,12.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + pos: -113.5,11.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + pos: -113.5,10.5 + parent: 2 + - uid: 11281 + components: + - type: Transform + pos: -113.5,9.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + pos: -113.5,8.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + pos: -113.5,7.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + pos: -113.5,6.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + pos: -113.5,5.5 + parent: 2 + - uid: 11286 + components: + - type: Transform + pos: -113.5,4.5 + parent: 2 + - uid: 11287 + components: + - type: Transform + pos: -113.5,3.5 + parent: 2 + - uid: 11288 + components: + - type: Transform + pos: -113.5,2.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + pos: -113.5,1.5 + parent: 2 + - uid: 11290 + components: + - type: Transform + pos: -113.5,0.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + pos: -113.5,-0.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + pos: -113.5,-1.5 + parent: 2 + - uid: 11293 + components: + - type: Transform + pos: -113.5,-2.5 + parent: 2 + - uid: 11294 + components: + - type: Transform + pos: -113.5,-3.5 + parent: 2 + - uid: 11295 + components: + - type: Transform + pos: -113.5,-4.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + pos: -113.5,-5.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + pos: -113.5,-6.5 + parent: 2 + - uid: 11298 + components: + - type: Transform + pos: -113.5,-7.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + pos: -113.5,-8.5 + parent: 2 + - uid: 11300 + components: + - type: Transform + pos: -113.5,-9.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + pos: -113.5,-10.5 + parent: 2 + - uid: 11302 + components: + - type: Transform + pos: -113.5,-11.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + pos: -113.5,-12.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + pos: -113.5,-13.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + pos: -113.5,-14.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + pos: -113.5,-15.5 + parent: 2 + - uid: 11307 + components: + - type: Transform + pos: -113.5,-16.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + pos: -113.5,-17.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + pos: -113.5,-18.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: -113.5,-19.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + pos: -113.5,-20.5 + parent: 2 + - uid: 11312 + components: + - type: Transform + pos: -112.5,-20.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + pos: -111.5,-20.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + pos: -110.5,-20.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + pos: -109.5,-20.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + pos: -108.5,-20.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + pos: -107.5,-20.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + pos: -106.5,-20.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + pos: -105.5,-20.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + pos: -104.5,-20.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + pos: -103.5,-20.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + pos: -102.5,-20.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: -101.5,-20.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + pos: -100.5,-20.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + pos: -99.5,-20.5 + parent: 2 + - uid: 11326 + components: + - type: Transform + pos: -98.5,-20.5 + parent: 2 + - uid: 11327 + components: + - type: Transform + pos: -97.5,-20.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + pos: -96.5,-20.5 + parent: 2 + - uid: 11329 + components: + - type: Transform + pos: -95.5,-20.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + pos: -94.5,-20.5 + parent: 2 + - uid: 11331 + components: + - type: Transform + pos: -93.5,-20.5 + parent: 2 + - uid: 11332 + components: + - type: Transform + pos: -92.5,-20.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + pos: -91.5,-20.5 + parent: 2 + - uid: 11334 + components: + - type: Transform + pos: -90.5,-20.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + pos: -89.5,-20.5 + parent: 2 + - uid: 11336 + components: + - type: Transform + pos: -88.5,-20.5 + parent: 2 + - uid: 11337 + components: + - type: Transform + pos: -87.5,-20.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + pos: -86.5,-20.5 + parent: 2 + - uid: 11339 + components: + - type: Transform + pos: -85.5,-20.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + pos: -84.5,-20.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + pos: -84.5,-19.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + pos: -84.5,-18.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + pos: -84.5,-17.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + pos: -84.5,-16.5 + parent: 2 + - uid: 11345 + components: + - type: Transform + pos: -84.5,-15.5 + parent: 2 + - uid: 11346 + components: + - type: Transform + pos: -84.5,-14.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + pos: -84.5,-13.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + pos: -84.5,-12.5 + parent: 2 + - uid: 11349 + components: + - type: Transform + pos: -84.5,-11.5 + parent: 2 + - uid: 11350 + components: + - type: Transform + pos: -84.5,-10.5 + parent: 2 + - uid: 11351 + components: + - type: Transform + pos: -84.5,-9.5 + parent: 2 + - uid: 11352 + components: + - type: Transform + pos: -84.5,-8.5 + parent: 2 + - uid: 11353 + components: + - type: Transform + pos: -84.5,-7.5 + parent: 2 + - uid: 11354 + components: + - type: Transform + pos: -84.5,-6.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + pos: -84.5,-5.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + pos: -84.5,-4.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + pos: -84.5,-3.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + pos: -84.5,-2.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + pos: -84.5,-1.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + pos: -84.5,-0.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + pos: -84.5,0.5 + parent: 2 + - uid: 11362 + components: + - type: Transform + pos: -84.5,1.5 + parent: 2 + - uid: 11363 + components: + - type: Transform + pos: -84.5,2.5 + parent: 2 + - uid: 11364 + components: + - type: Transform + pos: -84.5,3.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + pos: -84.5,4.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + pos: -84.5,5.5 + parent: 2 + - uid: 11367 + components: + - type: Transform + pos: -84.5,6.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: -84.5,7.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + pos: -84.5,8.5 + parent: 2 + - uid: 11370 + components: + - type: Transform + pos: -84.5,9.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + pos: -84.5,10.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + pos: -84.5,11.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + pos: -84.5,12.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + pos: -84.5,13.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + pos: -84.5,14.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + pos: -84.5,15.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: -84.5,16.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: -84.5,17.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: -84.5,18.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + pos: -84.5,19.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + pos: -84.5,20.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + pos: -84.5,21.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + pos: -84.5,22.5 + parent: 2 + - uid: 11384 + components: + - type: Transform + pos: -84.5,23.5 + parent: 2 + - uid: 11385 + components: + - type: Transform + pos: -84.5,24.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + pos: -84.5,25.5 + parent: 2 + - uid: 11387 + components: + - type: Transform + pos: -84.5,26.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + pos: -84.5,27.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + pos: -84.5,28.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + pos: -84.5,29.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + pos: -84.5,30.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + pos: -84.5,31.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + pos: -84.5,32.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + pos: -84.5,33.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + pos: -84.5,34.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + pos: -84.5,35.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + pos: -84.5,36.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + pos: -83.5,8.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + pos: -120.5,8.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: -119.5,8.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: -118.5,8.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: -117.5,8.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: -116.5,8.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + pos: -115.5,8.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: -114.5,8.5 + parent: 2 + - uid: 11409 + components: + - type: Transform + pos: -113.5,8.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + pos: -112.5,8.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: -111.5,8.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + pos: -110.5,8.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + pos: -109.5,8.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + pos: -108.5,8.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + pos: -107.5,8.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + pos: -106.5,8.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: -105.5,8.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + pos: -104.5,8.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + pos: -103.5,8.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + pos: -102.5,8.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + pos: -101.5,8.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + pos: -100.5,8.5 + parent: 2 + - uid: 11423 + components: + - type: Transform + pos: -99.5,8.5 + parent: 2 + - uid: 11424 + components: + - type: Transform + pos: -98.5,8.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + pos: -97.5,8.5 + parent: 2 + - uid: 11426 + components: + - type: Transform + pos: -96.5,8.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + pos: -95.5,8.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + pos: -94.5,8.5 + parent: 2 + - uid: 11429 + components: + - type: Transform + pos: -93.5,8.5 + parent: 2 + - uid: 11430 + components: + - type: Transform + pos: -92.5,8.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + pos: -91.5,8.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + pos: -90.5,8.5 + parent: 2 + - uid: 11433 + components: + - type: Transform + pos: -89.5,8.5 + parent: 2 + - uid: 11434 + components: + - type: Transform + pos: -88.5,8.5 + parent: 2 + - uid: 11435 + components: + - type: Transform + pos: -87.5,8.5 + parent: 2 + - uid: 11436 + components: + - type: Transform + pos: -86.5,8.5 + parent: 2 + - uid: 11437 + components: + - type: Transform + pos: -85.5,8.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + pos: -82.5,8.5 + parent: 2 + - uid: 11440 + components: + - type: Transform + pos: -32.5,47.5 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: -79.5,8.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: -78.5,8.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: -77.5,8.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + pos: -76.5,8.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + pos: -75.5,8.5 + parent: 2 + - uid: 11773 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 11779 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 11792 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + pos: -29.5,-20.5 + parent: 2 + - uid: 11796 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + pos: -29.5,-23.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + pos: -27.5,-24.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: -26.5,-24.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + pos: -25.5,-24.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - uid: 11807 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 2 + - uid: 11810 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 + - uid: 11811 + components: + - type: Transform + pos: -20.5,-28.5 + parent: 2 + - uid: 11812 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 11814 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 11815 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - uid: 11820 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + pos: -20.5,-34.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + pos: -21.5,-34.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: -22.5,-34.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + pos: -22.5,-33.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: -22.5,-32.5 + parent: 2 + - uid: 11826 + components: + - type: Transform + pos: -22.5,-31.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: -22.5,-30.5 + parent: 2 + - uid: 11828 + components: + - type: Transform + pos: -22.5,-29.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 11832 + components: + - type: Transform + pos: -18.5,-37.5 + parent: 2 + - uid: 11833 + components: + - type: Transform + pos: -18.5,-38.5 + parent: 2 + - uid: 11834 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 11835 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 11836 + components: + - type: Transform + pos: -18.5,-41.5 + parent: 2 + - uid: 11837 + components: + - type: Transform + pos: -18.5,-42.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + pos: -18.5,-43.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: -46.5,-41.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + pos: -15.5,-44.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + pos: -25.5,-43.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + pos: -23.5,-43.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 11881 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 11888 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 + - uid: 11893 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 11899 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 11901 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 11904 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 11906 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 11912 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 11914 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - uid: 11915 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 11916 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 11927 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - uid: 11930 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 11933 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 + - uid: 11937 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 11940 + components: + - type: Transform + pos: -15.5,-29.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 + - uid: 11942 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 2 + - uid: 11945 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 12089 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 + - uid: 12093 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 + - uid: 12099 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 12104 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 12108 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 12118 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 12123 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 12126 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 12134 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 12138 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 12142 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 + - uid: 12150 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 12151 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 12152 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 12155 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 12156 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 12157 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 12160 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 12161 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 12162 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 12164 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 12165 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 12168 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 12169 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 12171 + components: + - type: Transform + pos: -4.5,-51.5 + parent: 2 + - uid: 12172 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: -6.5,-51.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 + - uid: 12175 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 12177 + components: + - type: Transform + pos: -7.5,-54.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 12179 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 12180 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 12181 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 12183 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 12184 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + pos: 0.5,-52.5 + parent: 2 + - uid: 12186 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 12188 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 12189 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 12190 + components: + - type: Transform + pos: 2.5,-52.5 + parent: 2 + - uid: 12191 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 12195 + components: + - type: Transform + pos: 8.5,-52.5 + parent: 2 + - uid: 12196 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 12197 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 12199 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 12200 + components: + - type: Transform + pos: 10.5,-52.5 + parent: 2 + - uid: 12201 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + pos: 10.5,-54.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 12207 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 12211 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 2 + - uid: 12216 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - uid: 12221 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 12222 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 12225 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - uid: 12228 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 12229 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 12230 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 12231 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 12232 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 2 + - uid: 12233 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 + - uid: 12235 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 12236 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 12238 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - uid: 12240 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 12241 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 12242 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 12248 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 12269 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 12325 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 12327 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 12328 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 12329 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 12330 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 12331 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 12333 + components: + - type: Transform + pos: 19.5,-20.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - uid: 12335 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 12337 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 12338 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 12339 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 12340 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 12341 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 2 + - uid: 12342 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 2 + - uid: 12343 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 2 + - uid: 12344 + components: + - type: Transform + pos: 30.5,-20.5 + parent: 2 + - uid: 12345 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 2 + - uid: 12346 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 2 + - uid: 12347 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 2 + - uid: 12348 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 + - uid: 12349 + components: + - type: Transform + pos: 29.5,-24.5 + parent: 2 + - uid: 12350 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 + - uid: 12351 + components: + - type: Transform + pos: 29.5,-26.5 + parent: 2 + - uid: 12352 + components: + - type: Transform + pos: 30.5,-24.5 + parent: 2 + - uid: 12353 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 12354 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 12355 + components: + - type: Transform + pos: 33.5,-24.5 + parent: 2 + - uid: 12356 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - uid: 12357 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 2 + - uid: 12358 + components: + - type: Transform + pos: 36.5,-24.5 + parent: 2 + - uid: 12359 + components: + - type: Transform + pos: 37.5,-24.5 + parent: 2 + - uid: 12360 + components: + - type: Transform + pos: 38.5,-24.5 + parent: 2 + - uid: 12361 + components: + - type: Transform + pos: 38.5,-25.5 + parent: 2 + - uid: 12362 + components: + - type: Transform + pos: 38.5,-26.5 + parent: 2 + - uid: 12363 + components: + - type: Transform + pos: 38.5,-27.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: 38.5,-28.5 + parent: 2 + - uid: 12365 + components: + - type: Transform + pos: 38.5,-29.5 + parent: 2 + - uid: 12366 + components: + - type: Transform + pos: 38.5,-30.5 + parent: 2 + - uid: 12367 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 2 + - uid: 12368 + components: + - type: Transform + pos: 38.5,-32.5 + parent: 2 + - uid: 12369 + components: + - type: Transform + pos: 38.5,-33.5 + parent: 2 + - uid: 12370 + components: + - type: Transform + pos: 37.5,-33.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 2 + - uid: 12372 + components: + - type: Transform + pos: 35.5,-33.5 + parent: 2 + - uid: 12373 + components: + - type: Transform + pos: 34.5,-33.5 + parent: 2 + - uid: 12374 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 12375 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 12376 + components: + - type: Transform + pos: 31.5,-33.5 + parent: 2 + - uid: 12377 + components: + - type: Transform + pos: 30.5,-33.5 + parent: 2 + - uid: 12378 + components: + - type: Transform + pos: 29.5,-33.5 + parent: 2 + - uid: 12379 + components: + - type: Transform + pos: 29.5,-32.5 + parent: 2 + - uid: 12380 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 12381 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 2 + - uid: 12382 + components: + - type: Transform + pos: 29.5,-29.5 + parent: 2 + - uid: 12383 + components: + - type: Transform + pos: 29.5,-28.5 + parent: 2 + - uid: 12384 + components: + - type: Transform + pos: 29.5,-27.5 + parent: 2 + - uid: 12385 + components: + - type: Transform + pos: 39.5,-24.5 + parent: 2 + - uid: 12386 + components: + - type: Transform + pos: 39.5,-23.5 + parent: 2 + - uid: 12387 + components: + - type: Transform + pos: 39.5,-22.5 + parent: 2 + - uid: 12388 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 + - uid: 12389 + components: + - type: Transform + pos: 41.5,-22.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: 42.5,-22.5 + parent: 2 + - uid: 12391 + components: + - type: Transform + pos: 43.5,-22.5 + parent: 2 + - uid: 12392 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - uid: 12393 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 12394 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 12395 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 12396 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 12397 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 12398 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 2 + - uid: 12399 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 2 + - uid: 12400 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 2 + - uid: 12401 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 12402 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 12403 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 12404 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 + - uid: 12405 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 2 + - uid: 12406 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 12407 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 12408 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 12409 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 12410 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 12411 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 12412 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 + - uid: 12413 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 + - uid: 12414 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 + - uid: 12415 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 + - uid: 12416 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - uid: 12417 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 12418 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 12419 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 2 + - uid: 12420 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - uid: 12421 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 12422 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 2 + - uid: 12423 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 2 + - uid: 12424 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 12425 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 12426 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - uid: 12427 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 12428 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 12429 + components: + - type: Transform + pos: 15.5,-36.5 + parent: 2 + - uid: 12430 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 + - uid: 12431 + components: + - type: Transform + pos: 17.5,-36.5 + parent: 2 + - uid: 12432 + components: + - type: Transform + pos: 18.5,-36.5 + parent: 2 + - uid: 12433 + components: + - type: Transform + pos: 19.5,-36.5 + parent: 2 + - uid: 12434 + components: + - type: Transform + pos: 20.5,-36.5 + parent: 2 + - uid: 12435 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 + - uid: 12436 + components: + - type: Transform + pos: 21.5,-34.5 + parent: 2 + - uid: 12437 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 2 + - uid: 12438 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 12439 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 + - uid: 12441 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - uid: 12442 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 2 + - uid: 12443 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 12444 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 12445 + components: + - type: Transform + pos: 25.5,-32.5 + parent: 2 + - uid: 12446 + components: + - type: Transform + pos: 25.5,-31.5 + parent: 2 + - uid: 12447 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - uid: 12448 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 2 + - uid: 12449 + components: + - type: Transform + pos: 25.5,-28.5 + parent: 2 + - uid: 12450 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 12451 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 2 + - uid: 12452 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 12453 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 2 + - uid: 12454 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + pos: 43.5,-26.5 + parent: 2 + - uid: 12456 + components: + - type: Transform + pos: 44.5,-26.5 + parent: 2 + - uid: 12457 + components: + - type: Transform + pos: 45.5,-26.5 + parent: 2 + - uid: 12458 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 12459 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + pos: 46.5,-24.5 + parent: 2 + - uid: 12461 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 12462 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 + - uid: 12463 + components: + - type: Transform + pos: 46.5,-21.5 + parent: 2 + - uid: 12464 + components: + - type: Transform + pos: 46.5,-20.5 + parent: 2 + - uid: 12465 + components: + - type: Transform + pos: 44.5,-27.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: 44.5,-29.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: 44.5,-30.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + pos: 44.5,-31.5 + parent: 2 + - uid: 12470 + components: + - type: Transform + pos: 44.5,-32.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: 44.5,-33.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + pos: 45.5,-33.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: 46.5,-33.5 + parent: 2 + - uid: 12474 + components: + - type: Transform + pos: 47.5,-33.5 + parent: 2 + - uid: 12475 + components: + - type: Transform + pos: 48.5,-33.5 + parent: 2 + - uid: 12476 + components: + - type: Transform + pos: 49.5,-33.5 + parent: 2 + - uid: 12477 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 + - uid: 12478 + components: + - type: Transform + pos: 49.5,-31.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + pos: 50.5,-31.5 + parent: 2 + - uid: 12480 + components: + - type: Transform + pos: 51.5,-31.5 + parent: 2 + - uid: 12481 + components: + - type: Transform + pos: 51.5,-30.5 + parent: 2 + - uid: 12482 + components: + - type: Transform + pos: 52.5,-30.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + pos: 53.5,-30.5 + parent: 2 + - uid: 12484 + components: + - type: Transform + pos: 54.5,-30.5 + parent: 2 + - uid: 12485 + components: + - type: Transform + pos: 55.5,-30.5 + parent: 2 + - uid: 12486 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 + - uid: 12487 + components: + - type: Transform + pos: 57.5,-30.5 + parent: 2 + - uid: 12488 + components: + - type: Transform + pos: 58.5,-30.5 + parent: 2 + - uid: 12489 + components: + - type: Transform + pos: 59.5,-30.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + pos: 60.5,-30.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + pos: 60.5,-29.5 + parent: 2 + - uid: 12492 + components: + - type: Transform + pos: 60.5,-28.5 + parent: 2 + - uid: 12493 + components: + - type: Transform + pos: 60.5,-27.5 + parent: 2 + - uid: 12494 + components: + - type: Transform + pos: 60.5,-26.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: 60.5,-25.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: 60.5,-24.5 + parent: 2 + - uid: 12497 + components: + - type: Transform + pos: 60.5,-23.5 + parent: 2 + - uid: 12498 + components: + - type: Transform + pos: 60.5,-22.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - uid: 12500 + components: + - type: Transform + pos: 60.5,-20.5 + parent: 2 + - uid: 12501 + components: + - type: Transform + pos: 60.5,-19.5 + parent: 2 + - uid: 12502 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 12503 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - uid: 12504 + components: + - type: Transform + pos: 60.5,-16.5 + parent: 2 + - uid: 12506 + components: + - type: Transform + pos: 60.5,-14.5 + parent: 2 + - uid: 12507 + components: + - type: Transform + pos: 60.5,-13.5 + parent: 2 + - uid: 12508 + components: + - type: Transform + pos: 60.5,-12.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: 60.5,-11.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: 60.5,-10.5 + parent: 2 + - uid: 12512 + components: + - type: Transform + pos: 60.5,-8.5 + parent: 2 + - uid: 12513 + components: + - type: Transform + pos: 60.5,-7.5 + parent: 2 + - uid: 12514 + components: + - type: Transform + pos: 60.5,-6.5 + parent: 2 + - uid: 12515 + components: + - type: Transform + pos: 60.5,-5.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + pos: 60.5,-4.5 + parent: 2 + - uid: 12517 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: 60.5,-2.5 + parent: 2 + - uid: 12519 + components: + - type: Transform + pos: 60.5,-1.5 + parent: 2 + - uid: 12520 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 + - uid: 12521 + components: + - type: Transform + pos: 58.5,-1.5 + parent: 2 + - uid: 12522 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + pos: 56.5,-1.5 + parent: 2 + - uid: 12524 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 2 + - uid: 12525 + components: + - type: Transform + pos: 54.5,-1.5 + parent: 2 + - uid: 12526 + components: + - type: Transform + pos: 53.5,-1.5 + parent: 2 + - uid: 12527 + components: + - type: Transform + pos: 53.5,-2.5 + parent: 2 + - uid: 12528 + components: + - type: Transform + pos: 53.5,-3.5 + parent: 2 + - uid: 12529 + components: + - type: Transform + pos: 53.5,-4.5 + parent: 2 + - uid: 12530 + components: + - type: Transform + pos: 53.5,-5.5 + parent: 2 + - uid: 12531 + components: + - type: Transform + pos: 54.5,-5.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + pos: 54.5,-6.5 + parent: 2 + - uid: 12533 + components: + - type: Transform + pos: 54.5,-7.5 + parent: 2 + - uid: 12534 + components: + - type: Transform + pos: 54.5,-8.5 + parent: 2 + - uid: 12535 + components: + - type: Transform + pos: 54.5,-9.5 + parent: 2 + - uid: 12536 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + pos: 54.5,-11.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + pos: 54.5,-12.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 12540 + components: + - type: Transform + pos: 54.5,-14.5 + parent: 2 + - uid: 12541 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + pos: 54.5,-16.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + pos: 54.5,-17.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + pos: 54.5,-18.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + pos: 54.5,-19.5 + parent: 2 + - uid: 12546 + components: + - type: Transform + pos: 54.5,-20.5 + parent: 2 + - uid: 12547 + components: + - type: Transform + pos: 54.5,-21.5 + parent: 2 + - uid: 12548 + components: + - type: Transform + pos: 54.5,-22.5 + parent: 2 + - uid: 12549 + components: + - type: Transform + pos: 54.5,-23.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + pos: 54.5,-24.5 + parent: 2 + - uid: 12551 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 2 + - uid: 12552 + components: + - type: Transform + pos: 54.5,-26.5 + parent: 2 + - uid: 12553 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 12555 + components: + - type: Transform + pos: 57.5,-26.5 + parent: 2 + - uid: 12556 + components: + - type: Transform + pos: 58.5,-26.5 + parent: 2 + - uid: 12557 + components: + - type: Transform + pos: 59.5,-26.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + pos: 53.5,-20.5 + parent: 2 + - uid: 12559 + components: + - type: Transform + pos: 52.5,-20.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + pos: 51.5,-20.5 + parent: 2 + - uid: 12561 + components: + - type: Transform + pos: 50.5,-20.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + pos: 50.5,-21.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + pos: 50.5,-22.5 + parent: 2 + - uid: 12564 + components: + - type: Transform + pos: 50.5,-23.5 + parent: 2 + - uid: 12565 + components: + - type: Transform + pos: 50.5,-24.5 + parent: 2 + - uid: 12566 + components: + - type: Transform + pos: 51.5,-24.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: 52.5,-24.5 + parent: 2 + - uid: 12568 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 12569 + components: + - type: Transform + pos: 61.5,-16.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + pos: 62.5,-16.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + pos: 63.5,-16.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: 64.5,-16.5 + parent: 2 + - uid: 12573 + components: + - type: Transform + pos: 65.5,-16.5 + parent: 2 + - uid: 12574 + components: + - type: Transform + pos: 66.5,-16.5 + parent: 2 + - uid: 12575 + components: + - type: Transform + pos: 67.5,-16.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: 68.5,-16.5 + parent: 2 + - uid: 12577 + components: + - type: Transform + pos: 69.5,-16.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: 70.5,-16.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + pos: 71.5,-16.5 + parent: 2 + - uid: 12580 + components: + - type: Transform + pos: 72.5,-16.5 + parent: 2 + - uid: 12581 + components: + - type: Transform + pos: 73.5,-16.5 + parent: 2 + - uid: 12582 + components: + - type: Transform + pos: 74.5,-16.5 + parent: 2 + - uid: 12583 + components: + - type: Transform + pos: 75.5,-16.5 + parent: 2 + - uid: 12584 + components: + - type: Transform + pos: 76.5,-16.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: -39.5,-30.5 + parent: 2 + - uid: 12586 + components: + - type: Transform + pos: 77.5,-15.5 + parent: 2 + - uid: 12587 + components: + - type: Transform + pos: 78.5,-15.5 + parent: 2 + - uid: 12588 + components: + - type: Transform + pos: 79.5,-15.5 + parent: 2 + - uid: 12589 + components: + - type: Transform + pos: 80.5,-15.5 + parent: 2 + - uid: 12590 + components: + - type: Transform + pos: 81.5,-15.5 + parent: 2 + - uid: 12591 + components: + - type: Transform + pos: 77.5,-17.5 + parent: 2 + - uid: 12592 + components: + - type: Transform + pos: 78.5,-17.5 + parent: 2 + - uid: 12593 + components: + - type: Transform + pos: 79.5,-17.5 + parent: 2 + - uid: 12594 + components: + - type: Transform + pos: 80.5,-17.5 + parent: 2 + - uid: 12595 + components: + - type: Transform + pos: 81.5,-17.5 + parent: 2 + - uid: 12596 + components: + - type: Transform + pos: 76.5,-17.5 + parent: 2 + - uid: 12597 + components: + - type: Transform + pos: 76.5,-18.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + pos: 76.5,-19.5 + parent: 2 + - uid: 12599 + components: + - type: Transform + pos: 76.5,-20.5 + parent: 2 + - uid: 12600 + components: + - type: Transform + pos: 75.5,-20.5 + parent: 2 + - uid: 12601 + components: + - type: Transform + pos: 74.5,-20.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + pos: 73.5,-20.5 + parent: 2 + - uid: 12603 + components: + - type: Transform + pos: 72.5,-20.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + pos: 71.5,-20.5 + parent: 2 + - uid: 12605 + components: + - type: Transform + pos: 71.5,-21.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + pos: 70.5,-21.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + pos: 70.5,-22.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + pos: 70.5,-23.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + pos: 70.5,-24.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: 69.5,-24.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: 69.5,-25.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: 69.5,-26.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + pos: 68.5,-26.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: 68.5,-27.5 + parent: 2 + - uid: 12615 + components: + - type: Transform + pos: 67.5,-27.5 + parent: 2 + - uid: 12616 + components: + - type: Transform + pos: 66.5,-27.5 + parent: 2 + - uid: 12617 + components: + - type: Transform + pos: 66.5,-28.5 + parent: 2 + - uid: 12618 + components: + - type: Transform + pos: 65.5,-28.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + pos: 64.5,-28.5 + parent: 2 + - uid: 12620 + components: + - type: Transform + pos: 63.5,-28.5 + parent: 2 + - uid: 12621 + components: + - type: Transform + pos: 63.5,-29.5 + parent: 2 + - uid: 12622 + components: + - type: Transform + pos: 62.5,-29.5 + parent: 2 + - uid: 12623 + components: + - type: Transform + pos: 62.5,-30.5 + parent: 2 + - uid: 12624 + components: + - type: Transform + pos: 61.5,-30.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: 76.5,-15.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + pos: 76.5,-14.5 + parent: 2 + - uid: 12627 + components: + - type: Transform + pos: 76.5,-13.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + pos: 76.5,-12.5 + parent: 2 + - uid: 12629 + components: + - type: Transform + pos: 76.5,-11.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: 76.5,-10.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: 77.5,-10.5 + parent: 2 + - uid: 12632 + components: + - type: Transform + pos: 77.5,-9.5 + parent: 2 + - uid: 12633 + components: + - type: Transform + pos: 77.5,-8.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + pos: 78.5,-8.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + pos: 78.5,-6.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: 78.5,-7.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + pos: 79.5,-6.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: 79.5,-5.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: 79.5,-4.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + pos: 79.5,-3.5 + parent: 2 + - uid: 12641 + components: + - type: Transform + pos: 79.5,-2.5 + parent: 2 + - uid: 12642 + components: + - type: Transform + pos: 79.5,-1.5 + parent: 2 + - uid: 12643 + components: + - type: Transform + pos: 79.5,-0.5 + parent: 2 + - uid: 12644 + components: + - type: Transform + pos: 78.5,-3.5 + parent: 2 + - uid: 12645 + components: + - type: Transform + pos: 77.5,-3.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + pos: 76.5,-3.5 + parent: 2 + - uid: 12647 + components: + - type: Transform + pos: 75.5,-3.5 + parent: 2 + - uid: 12648 + components: + - type: Transform + pos: 74.5,-3.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: 73.5,-3.5 + parent: 2 + - uid: 12650 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 2 + - uid: 12651 + components: + - type: Transform + pos: 71.5,-3.5 + parent: 2 + - uid: 12652 + components: + - type: Transform + pos: 70.5,-3.5 + parent: 2 + - uid: 12653 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 12654 + components: + - type: Transform + pos: 68.5,-3.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 2 + - uid: 12656 + components: + - type: Transform + pos: 66.5,-3.5 + parent: 2 + - uid: 12657 + components: + - type: Transform + pos: 65.5,-3.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + pos: 64.5,-3.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: 63.5,-3.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + pos: 62.5,-3.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: 61.5,-9.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: 62.5,-9.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: 63.5,-9.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: 64.5,-9.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: 65.5,-9.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: 66.5,-9.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: 66.5,-10.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: 66.5,-11.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: 66.5,-12.5 + parent: 2 + - uid: 12671 + components: + - type: Transform + pos: 66.5,-13.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: 66.5,-14.5 + parent: 2 + - uid: 12673 + components: + - type: Transform + pos: 66.5,-15.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: 72.5,-15.5 + parent: 2 + - uid: 12675 + components: + - type: Transform + pos: 72.5,-14.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + pos: 72.5,-13.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: 72.5,-12.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: 72.5,-11.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: 72.5,-10.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: 73.5,-10.5 + parent: 2 + - uid: 13472 + components: + - type: Transform + pos: -89.5,-60.5 + parent: 2 + - uid: 13476 + components: + - type: Transform + pos: -90.5,-59.5 + parent: 2 + - uid: 13477 + components: + - type: Transform + pos: -89.5,-61.5 + parent: 2 + - uid: 13478 + components: + - type: Transform + pos: -89.5,-62.5 + parent: 2 + - uid: 13479 + components: + - type: Transform + pos: -90.5,-50.5 + parent: 2 + - uid: 13480 + components: + - type: Transform + pos: -90.5,-40.5 + parent: 2 + - uid: 13481 + components: + - type: Transform + pos: 56.5,-41.5 + parent: 2 + - uid: 13519 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 + - uid: 13585 + components: + - type: Transform + pos: -86.5,-34.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: -89.5,-37.5 + parent: 2 + - uid: 13597 + components: + - type: Transform + pos: -72.5,-33.5 + parent: 2 + - uid: 13598 + components: + - type: Transform + pos: -89.5,-35.5 + parent: 2 + - uid: 13599 + components: + - type: Transform + pos: -87.5,-34.5 + parent: 2 + - uid: 13600 + components: + - type: Transform + pos: -89.5,-36.5 + parent: 2 + - uid: 13601 + components: + - type: Transform + pos: -85.5,-34.5 + parent: 2 + - uid: 13602 + components: + - type: Transform + pos: -88.5,-34.5 + parent: 2 + - uid: 13603 + components: + - type: Transform + pos: -82.5,-34.5 + parent: 2 + - uid: 13604 + components: + - type: Transform + pos: -84.5,-34.5 + parent: 2 + - uid: 13605 + components: + - type: Transform + pos: -83.5,-34.5 + parent: 2 + - uid: 13613 + components: + - type: Transform + pos: -89.5,-34.5 + parent: 2 + - uid: 13657 + components: + - type: Transform + pos: -89.5,-33.5 + parent: 2 + - uid: 13658 + components: + - type: Transform + pos: -81.5,-33.5 + parent: 2 + - uid: 13684 + components: + - type: Transform + pos: -89.5,-48.5 + parent: 2 + - uid: 13685 + components: + - type: Transform + pos: -89.5,-44.5 + parent: 2 + - uid: 13686 + components: + - type: Transform + pos: -89.5,-38.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + pos: -89.5,-51.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + pos: -89.5,-53.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + pos: -118.5,-0.5 + parent: 2 + - uid: 13757 + components: + - type: Transform + pos: 56.5,-32.5 + parent: 2 + - uid: 13828 + components: + - type: Transform + pos: -39.5,-27.5 + parent: 2 + - uid: 13829 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 13830 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 13831 + components: + - type: Transform + pos: -50.5,-29.5 + parent: 2 + - uid: 13832 + components: + - type: Transform + pos: -50.5,-28.5 + parent: 2 + - uid: 13833 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - uid: 13834 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 + - uid: 13835 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 13836 + components: + - type: Transform + pos: -47.5,-27.5 + parent: 2 + - uid: 13837 + components: + - type: Transform + pos: -46.5,-27.5 + parent: 2 + - uid: 13838 + components: + - type: Transform + pos: -45.5,-27.5 + parent: 2 + - uid: 13839 + components: + - type: Transform + pos: -44.5,-27.5 + parent: 2 + - uid: 13840 + components: + - type: Transform + pos: -43.5,-27.5 + parent: 2 + - uid: 13841 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 13842 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 + - uid: 13843 + components: + - type: Transform + pos: -40.5,-27.5 + parent: 2 + - uid: 13844 + components: + - type: Transform + pos: -57.5,-20.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + pos: -56.5,-20.5 + parent: 2 + - uid: 13846 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 2 + - uid: 13847 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 13848 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + pos: -52.5,-20.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + pos: -52.5,-21.5 + parent: 2 + - uid: 13851 + components: + - type: Transform + pos: -52.5,-22.5 + parent: 2 + - uid: 13852 + components: + - type: Transform + pos: -52.5,-23.5 + parent: 2 + - uid: 13853 + components: + - type: Transform + pos: -51.5,-23.5 + parent: 2 + - uid: 13854 + components: + - type: Transform + pos: -50.5,-23.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + pos: -49.5,-23.5 + parent: 2 + - uid: 13856 + components: + - type: Transform + pos: -48.5,-23.5 + parent: 2 + - uid: 13857 + components: + - type: Transform + pos: -48.5,-24.5 + parent: 2 + - uid: 13858 + components: + - type: Transform + pos: -48.5,-25.5 + parent: 2 + - uid: 13859 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + pos: -38.5,-27.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 + - uid: 13863 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 13864 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 13872 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 + - uid: 13873 + components: + - type: Transform + pos: -36.5,-25.5 + parent: 2 + - uid: 13874 + components: + - type: Transform + pos: -36.5,-24.5 + parent: 2 + - uid: 13875 + components: + - type: Transform + pos: -36.5,-23.5 + parent: 2 + - uid: 13876 + components: + - type: Transform + pos: -36.5,-22.5 + parent: 2 + - uid: 13877 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 13878 + components: + - type: Transform + pos: -36.5,-20.5 + parent: 2 + - uid: 13879 + components: + - type: Transform + pos: -36.5,-19.5 + parent: 2 + - uid: 13880 + components: + - type: Transform + pos: -37.5,-19.5 + parent: 2 + - uid: 13881 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 13882 + components: + - type: Transform + pos: -39.5,-19.5 + parent: 2 + - uid: 13883 + components: + - type: Transform + pos: -40.5,-19.5 + parent: 2 + - uid: 13884 + components: + - type: Transform + pos: -41.5,-19.5 + parent: 2 + - uid: 13885 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 2 + - uid: 13886 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 13887 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 13888 + components: + - type: Transform + pos: -45.5,-19.5 + parent: 2 + - uid: 13889 + components: + - type: Transform + pos: -46.5,-19.5 + parent: 2 + - uid: 13890 + components: + - type: Transform + pos: -47.5,-19.5 + parent: 2 + - uid: 13891 + components: + - type: Transform + pos: -48.5,-19.5 + parent: 2 + - uid: 13892 + components: + - type: Transform + pos: -49.5,-19.5 + parent: 2 + - uid: 13893 + components: + - type: Transform + pos: -50.5,-19.5 + parent: 2 + - uid: 13894 + components: + - type: Transform + pos: -50.5,-18.5 + parent: 2 + - uid: 13895 + components: + - type: Transform + pos: -50.5,-17.5 + parent: 2 + - uid: 13896 + components: + - type: Transform + pos: -50.5,-16.5 + parent: 2 + - uid: 13897 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 13898 + components: + - type: Transform + pos: -50.5,-14.5 + parent: 2 + - uid: 13899 + components: + - type: Transform + pos: -49.5,-14.5 + parent: 2 + - uid: 13900 + components: + - type: Transform + pos: -48.5,-14.5 + parent: 2 + - uid: 13901 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 2 + - uid: 13902 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 2 + - uid: 13903 + components: + - type: Transform + pos: -45.5,-14.5 + parent: 2 + - uid: 13904 + components: + - type: Transform + pos: -54.5,-11.5 + parent: 2 + - uid: 13905 + components: + - type: Transform + pos: -54.5,-10.5 + parent: 2 + - uid: 13906 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + pos: -54.5,-8.5 + parent: 2 + - uid: 13908 + components: + - type: Transform + pos: -54.5,-7.5 + parent: 2 + - uid: 13909 + components: + - type: Transform + pos: -54.5,-6.5 + parent: 2 + - uid: 13910 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 13911 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 13912 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 13913 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + pos: 18.5,46.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: 18.5,48.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: 18.5,49.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: 17.5,50.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + pos: 17.5,52.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + pos: 17.5,53.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: 17.5,54.5 + parent: 2 + - uid: 14409 + components: + - type: Transform + pos: 17.5,55.5 + parent: 2 + - uid: 14410 + components: + - type: Transform + pos: 17.5,56.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + pos: 17.5,57.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + pos: 18.5,57.5 + parent: 2 + - uid: 14413 + components: + - type: Transform + pos: 19.5,57.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + pos: 19.5,56.5 + parent: 2 + - uid: 14415 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + pos: 19.5,54.5 + parent: 2 + - uid: 14417 + components: + - type: Transform + pos: 19.5,53.5 + parent: 2 + - uid: 14418 + components: + - type: Transform + pos: 19.5,52.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + pos: 19.5,49.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + pos: 20.5,49.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: 21.5,49.5 + parent: 2 + - uid: 14424 + components: + - type: Transform + pos: 22.5,49.5 + parent: 2 + - uid: 14425 + components: + - type: Transform + pos: 23.5,49.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - uid: 14427 + components: + - type: Transform + pos: 25.5,49.5 + parent: 2 + - uid: 14428 + components: + - type: Transform + pos: 26.5,49.5 + parent: 2 + - uid: 14429 + components: + - type: Transform + pos: 27.5,49.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + pos: 28.5,49.5 + parent: 2 + - uid: 14431 + components: + - type: Transform + pos: 29.5,49.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + pos: 17.5,48.5 + parent: 2 + - uid: 14433 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 + - uid: 14434 + components: + - type: Transform + pos: 15.5,48.5 + parent: 2 + - uid: 14435 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 + - uid: 14436 + components: + - type: Transform + pos: 13.5,48.5 + parent: 2 + - uid: 14437 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + pos: 11.5,48.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + pos: 10.5,48.5 + parent: 2 + - uid: 14440 + components: + - type: Transform + pos: 9.5,48.5 + parent: 2 + - uid: 14441 + components: + - type: Transform + pos: 8.5,48.5 + parent: 2 + - uid: 14442 + components: + - type: Transform + pos: 7.5,48.5 + parent: 2 + - uid: 14443 + components: + - type: Transform + pos: 6.5,48.5 + parent: 2 + - uid: 14444 + components: + - type: Transform + pos: 6.5,49.5 + parent: 2 + - uid: 14445 + components: + - type: Transform + pos: 6.5,50.5 + parent: 2 + - uid: 14446 + components: + - type: Transform + pos: 6.5,51.5 + parent: 2 + - uid: 14447 + components: + - type: Transform + pos: 6.5,52.5 + parent: 2 + - uid: 14448 + components: + - type: Transform + pos: 6.5,53.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + pos: 6.5,54.5 + parent: 2 + - uid: 14450 + components: + - type: Transform + pos: 6.5,55.5 + parent: 2 + - uid: 14457 + components: + - type: Transform + pos: 7.5,55.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + pos: 8.5,55.5 + parent: 2 + - uid: 14459 + components: + - type: Transform + pos: 9.5,55.5 + parent: 2 + - uid: 14460 + components: + - type: Transform + pos: 10.5,55.5 + parent: 2 + - uid: 14461 + components: + - type: Transform + pos: 11.5,55.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + pos: 18.5,44.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 14464 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - uid: 14465 + components: + - type: Transform + pos: 18.5,41.5 + parent: 2 + - uid: 14466 + components: + - type: Transform + pos: 18.5,40.5 + parent: 2 + - uid: 14467 + components: + - type: Transform + pos: 18.5,39.5 + parent: 2 + - uid: 14468 + components: + - type: Transform + pos: 17.5,39.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + pos: 16.5,39.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: 15.5,39.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + pos: 14.5,39.5 + parent: 2 + - uid: 14472 + components: + - type: Transform + pos: 13.5,39.5 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 14474 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 14475 + components: + - type: Transform + pos: 10.5,39.5 + parent: 2 + - uid: 14476 + components: + - type: Transform + pos: 9.5,39.5 + parent: 2 + - uid: 14477 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 14478 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 14479 + components: + - type: Transform + pos: 6.5,39.5 + parent: 2 + - uid: 14480 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 14481 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 14482 + components: + - type: Transform + pos: 17.5,43.5 + parent: 2 + - uid: 14483 + components: + - type: Transform + pos: 16.5,43.5 + parent: 2 + - uid: 14484 + components: + - type: Transform + pos: 15.5,43.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: 14.5,43.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + pos: 13.5,43.5 + parent: 2 + - uid: 14487 + components: + - type: Transform + pos: 13.5,42.5 + parent: 2 + - uid: 14488 + components: + - type: Transform + pos: 12.5,42.5 + parent: 2 + - uid: 14489 + components: + - type: Transform + pos: 11.5,42.5 + parent: 2 + - uid: 14490 + components: + - type: Transform + pos: 10.5,42.5 + parent: 2 + - uid: 14491 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - uid: 14492 + components: + - type: Transform + pos: 20.5,45.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: 21.5,45.5 + parent: 2 + - uid: 14494 + components: + - type: Transform + pos: 22.5,45.5 + parent: 2 + - uid: 14495 + components: + - type: Transform + pos: 23.5,45.5 + parent: 2 + - uid: 14496 + components: + - type: Transform + pos: 24.5,45.5 + parent: 2 + - uid: 14497 + components: + - type: Transform + pos: 25.5,45.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: 26.5,45.5 + parent: 2 + - uid: 14499 + components: + - type: Transform + pos: 27.5,45.5 + parent: 2 + - uid: 14500 + components: + - type: Transform + pos: 27.5,44.5 + parent: 2 + - uid: 14501 + components: + - type: Transform + pos: 27.5,43.5 + parent: 2 + - uid: 14502 + components: + - type: Transform + pos: 27.5,42.5 + parent: 2 + - uid: 14503 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: 27.5,40.5 + parent: 2 + - uid: 14505 + components: + - type: Transform + pos: 27.5,39.5 + parent: 2 + - uid: 14506 + components: + - type: Transform + pos: 27.5,38.5 + parent: 2 + - uid: 14507 + components: + - type: Transform + pos: 27.5,37.5 + parent: 2 + - uid: 14616 + components: + - type: Transform + pos: 53.5,10.5 + parent: 2 + - uid: 14638 + components: + - type: Transform + pos: 42.5,45.5 + parent: 2 + - uid: 14639 + components: + - type: Transform + pos: 42.5,46.5 + parent: 2 + - uid: 14640 + components: + - type: Transform + pos: 42.5,47.5 + parent: 2 + - uid: 14641 + components: + - type: Transform + pos: 42.5,48.5 + parent: 2 + - uid: 14642 + components: + - type: Transform + pos: 42.5,49.5 + parent: 2 + - uid: 14643 + components: + - type: Transform + pos: 43.5,49.5 + parent: 2 + - uid: 14644 + components: + - type: Transform + pos: 44.5,49.5 + parent: 2 + - uid: 14645 + components: + - type: Transform + pos: 45.5,49.5 + parent: 2 + - uid: 14646 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - uid: 14647 + components: + - type: Transform + pos: 47.5,49.5 + parent: 2 + - uid: 14648 + components: + - type: Transform + pos: 48.5,49.5 + parent: 2 + - uid: 14649 + components: + - type: Transform + pos: 49.5,49.5 + parent: 2 + - uid: 14650 + components: + - type: Transform + pos: 50.5,49.5 + parent: 2 + - uid: 14651 + components: + - type: Transform + pos: 41.5,49.5 + parent: 2 + - uid: 14652 + components: + - type: Transform + pos: 40.5,49.5 + parent: 2 + - uid: 14653 + components: + - type: Transform + pos: 39.5,49.5 + parent: 2 + - uid: 14654 + components: + - type: Transform + pos: 38.5,49.5 + parent: 2 + - uid: 14655 + components: + - type: Transform + pos: 37.5,49.5 + parent: 2 + - uid: 14656 + components: + - type: Transform + pos: 36.5,49.5 + parent: 2 + - uid: 14657 + components: + - type: Transform + pos: 35.5,49.5 + parent: 2 + - uid: 14658 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 14659 + components: + - type: Transform + pos: 33.5,49.5 + parent: 2 + - uid: 14660 + components: + - type: Transform + pos: 32.5,49.5 + parent: 2 + - uid: 14661 + components: + - type: Transform + pos: 31.5,49.5 + parent: 2 + - uid: 14662 + components: + - type: Transform + pos: 31.5,50.5 + parent: 2 + - uid: 14663 + components: + - type: Transform + pos: 31.5,51.5 + parent: 2 + - uid: 14664 + components: + - type: Transform + pos: 31.5,48.5 + parent: 2 + - uid: 14665 + components: + - type: Transform + pos: 31.5,47.5 + parent: 2 + - uid: 14666 + components: + - type: Transform + pos: 31.5,46.5 + parent: 2 + - uid: 14667 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 + - uid: 14668 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 14669 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - uid: 14670 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 14671 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - uid: 14672 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 14673 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 14674 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 14675 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 14677 + components: + - type: Transform + pos: 34.5,38.5 + parent: 2 + - uid: 14678 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 14679 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 14680 + components: + - type: Transform + pos: 34.5,35.5 + parent: 2 + - uid: 14681 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 + - uid: 14682 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 14683 + components: + - type: Transform + pos: 33.5,33.5 + parent: 2 + - uid: 14684 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 14685 + components: + - type: Transform + pos: 31.5,33.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + pos: 29.5,33.5 + parent: 2 + - uid: 14688 + components: + - type: Transform + pos: 28.5,33.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + pos: 27.5,33.5 + parent: 2 + - uid: 14690 + components: + - type: Transform + pos: 26.5,33.5 + parent: 2 + - uid: 14691 + components: + - type: Transform + pos: 25.5,33.5 + parent: 2 + - uid: 14692 + components: + - type: Transform + pos: 24.5,33.5 + parent: 2 + - uid: 14693 + components: + - type: Transform + pos: 23.5,33.5 + parent: 2 + - uid: 14694 + components: + - type: Transform + pos: 22.5,33.5 + parent: 2 + - uid: 14695 + components: + - type: Transform + pos: 21.5,33.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: 20.5,33.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: 19.5,33.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: 18.5,33.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 14701 + components: + - type: Transform + pos: 15.5,33.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + pos: 13.5,33.5 + parent: 2 + - uid: 14704 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: 7.5,33.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: 39.5,48.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: 39.5,47.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: 39.5,46.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -2.5,53.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: 39.5,44.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: 39.5,43.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + pos: 39.5,42.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: 39.5,41.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: 39.5,39.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: 39.5,38.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: 39.5,37.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: 39.5,36.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: 39.5,35.5 + parent: 2 + - uid: 14727 + components: + - type: Transform + pos: 39.5,34.5 + parent: 2 + - uid: 14728 + components: + - type: Transform + pos: 39.5,33.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 + - uid: 14730 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: 39.5,29.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: 38.5,29.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: 37.5,29.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: 36.5,29.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + pos: 35.5,29.5 + parent: 2 + - uid: 14737 + components: + - type: Transform + pos: 34.5,29.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + pos: 33.5,29.5 + parent: 2 + - uid: 14739 + components: + - type: Transform + pos: 32.5,29.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + pos: 31.5,29.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + pos: 31.5,28.5 + parent: 2 + - uid: 14742 + components: + - type: Transform + pos: 31.5,27.5 + parent: 2 + - uid: 14743 + components: + - type: Transform + pos: 31.5,26.5 + parent: 2 + - uid: 14744 + components: + - type: Transform + pos: 31.5,25.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: 31.5,24.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + pos: 31.5,23.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + pos: 24.5,32.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + pos: 24.5,29.5 + parent: 2 + - uid: 14751 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 14755 + components: + - type: Transform + pos: 24.5,24.5 + parent: 2 + - uid: 14756 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 + - uid: 14757 + components: + - type: Transform + pos: 25.5,27.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + pos: 27.5,27.5 + parent: 2 + - uid: 14760 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 + - uid: 14762 + components: + - type: Transform + pos: 30.5,27.5 + parent: 2 + - uid: 14775 + components: + - type: Transform + pos: 35.5,28.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + pos: 35.5,27.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + pos: 35.5,26.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 14780 + components: + - type: Transform + pos: 36.5,24.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + pos: 37.5,24.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + pos: 38.5,24.5 + parent: 2 + - uid: 14783 + components: + - type: Transform + pos: 39.5,24.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + pos: 40.5,24.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + pos: 40.5,29.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + pos: 42.5,29.5 + parent: 2 + - uid: 14788 + components: + - type: Transform + pos: 43.5,29.5 + parent: 2 + - uid: 14789 + components: + - type: Transform + pos: 44.5,29.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + pos: 46.5,29.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + pos: 47.5,29.5 + parent: 2 + - uid: 14793 + components: + - type: Transform + pos: 48.5,29.5 + parent: 2 + - uid: 14794 + components: + - type: Transform + pos: 48.5,28.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 + - uid: 14796 + components: + - type: Transform + pos: 48.5,26.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + pos: 48.5,25.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + pos: 48.5,24.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: 47.5,25.5 + parent: 2 + - uid: 14800 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - uid: 14801 + components: + - type: Transform + pos: 45.5,25.5 + parent: 2 + - uid: 14802 + components: + - type: Transform + pos: 44.5,25.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + pos: 43.5,25.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + pos: 42.5,25.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + pos: 41.5,25.5 + parent: 2 + - uid: 14806 + components: + - type: Transform + pos: 40.5,25.5 + parent: 2 + - uid: 14807 + components: + - type: Transform + pos: 40.5,32.5 + parent: 2 + - uid: 14808 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + pos: 42.5,32.5 + parent: 2 + - uid: 14810 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 14811 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 14812 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + pos: 46.5,32.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + pos: 47.5,32.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 + - uid: 14816 + components: + - type: Transform + pos: 40.5,37.5 + parent: 2 + - uid: 14817 + components: + - type: Transform + pos: 41.5,37.5 + parent: 2 + - uid: 14818 + components: + - type: Transform + pos: 42.5,37.5 + parent: 2 + - uid: 14819 + components: + - type: Transform + pos: 43.5,37.5 + parent: 2 + - uid: 14820 + components: + - type: Transform + pos: 44.5,37.5 + parent: 2 + - uid: 14821 + components: + - type: Transform + pos: 45.5,37.5 + parent: 2 + - uid: 14822 + components: + - type: Transform + pos: 46.5,37.5 + parent: 2 + - uid: 14823 + components: + - type: Transform + pos: 47.5,37.5 + parent: 2 + - uid: 14824 + components: + - type: Transform + pos: 48.5,37.5 + parent: 2 + - uid: 14825 + components: + - type: Transform + pos: 49.5,37.5 + parent: 2 + - uid: 14826 + components: + - type: Transform + pos: 40.5,42.5 + parent: 2 + - uid: 14827 + components: + - type: Transform + pos: 41.5,42.5 + parent: 2 + - uid: 14828 + components: + - type: Transform + pos: 42.5,42.5 + parent: 2 + - uid: 14829 + components: + - type: Transform + pos: 43.5,42.5 + parent: 2 + - uid: 14830 + components: + - type: Transform + pos: 44.5,42.5 + parent: 2 + - uid: 14831 + components: + - type: Transform + pos: 45.5,42.5 + parent: 2 + - uid: 14832 + components: + - type: Transform + pos: 46.5,42.5 + parent: 2 + - uid: 14833 + components: + - type: Transform + pos: 47.5,42.5 + parent: 2 + - uid: 14834 + components: + - type: Transform + pos: 48.5,42.5 + parent: 2 + - uid: 14835 + components: + - type: Transform + pos: 49.5,42.5 + parent: 2 + - uid: 14836 + components: + - type: Transform + pos: 49.5,26.5 + parent: 2 + - uid: 14837 + components: + - type: Transform + pos: 50.5,26.5 + parent: 2 + - uid: 14838 + components: + - type: Transform + pos: 51.5,26.5 + parent: 2 + - uid: 14839 + components: + - type: Transform + pos: 52.5,26.5 + parent: 2 + - uid: 14840 + components: + - type: Transform + pos: 53.5,26.5 + parent: 2 + - uid: 14841 + components: + - type: Transform + pos: 54.5,26.5 + parent: 2 + - uid: 14842 + components: + - type: Transform + pos: 55.5,26.5 + parent: 2 + - uid: 14843 + components: + - type: Transform + pos: 56.5,26.5 + parent: 2 + - uid: 14844 + components: + - type: Transform + pos: 57.5,26.5 + parent: 2 + - uid: 14845 + components: + - type: Transform + pos: 58.5,26.5 + parent: 2 + - uid: 14846 + components: + - type: Transform + pos: 59.5,26.5 + parent: 2 + - uid: 14847 + components: + - type: Transform + pos: 60.5,26.5 + parent: 2 + - uid: 14848 + components: + - type: Transform + pos: 61.5,26.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + pos: 62.5,26.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + pos: 63.5,26.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + pos: 53.5,24.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + pos: 53.5,23.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + pos: 53.5,22.5 + parent: 2 + - uid: 14855 + components: + - type: Transform + pos: 53.5,21.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + pos: 53.5,20.5 + parent: 2 + - uid: 14857 + components: + - type: Transform + pos: 53.5,19.5 + parent: 2 + - uid: 14858 + components: + - type: Transform + pos: 53.5,18.5 + parent: 2 + - uid: 14859 + components: + - type: Transform + pos: 53.5,17.5 + parent: 2 + - uid: 14860 + components: + - type: Transform + pos: 53.5,16.5 + parent: 2 + - uid: 14861 + components: + - type: Transform + pos: 53.5,15.5 + parent: 2 + - uid: 14862 + components: + - type: Transform + pos: 53.5,14.5 + parent: 2 + - uid: 14863 + components: + - type: Transform + pos: 53.5,13.5 + parent: 2 + - uid: 14864 + components: + - type: Transform + pos: 53.5,12.5 + parent: 2 + - uid: 14865 + components: + - type: Transform + pos: 53.5,11.5 + parent: 2 + - uid: 14866 + components: + - type: Transform + pos: 54.5,17.5 + parent: 2 + - uid: 14867 + components: + - type: Transform + pos: 55.5,17.5 + parent: 2 + - uid: 14868 + components: + - type: Transform + pos: 56.5,17.5 + parent: 2 + - uid: 14869 + components: + - type: Transform + pos: 57.5,17.5 + parent: 2 + - uid: 14870 + components: + - type: Transform + pos: 58.5,17.5 + parent: 2 + - uid: 14871 + components: + - type: Transform + pos: 59.5,17.5 + parent: 2 + - uid: 14872 + components: + - type: Transform + pos: 60.5,17.5 + parent: 2 + - uid: 14873 + components: + - type: Transform + pos: 61.5,17.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + pos: 62.5,17.5 + parent: 2 + - uid: 14875 + components: + - type: Transform + pos: 63.5,17.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + pos: 64.5,17.5 + parent: 2 + - uid: 14877 + components: + - type: Transform + pos: 65.5,17.5 + parent: 2 + - uid: 14878 + components: + - type: Transform + pos: 66.5,17.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + pos: 67.5,17.5 + parent: 2 + - uid: 14880 + components: + - type: Transform + pos: 68.5,17.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + pos: 69.5,17.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + pos: 70.5,17.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + pos: 71.5,17.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + pos: 72.5,17.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + pos: 73.5,17.5 + parent: 2 + - uid: 14886 + components: + - type: Transform + pos: 72.5,18.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + pos: 72.5,19.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + pos: 72.5,20.5 + parent: 2 + - uid: 14889 + components: + - type: Transform + pos: 72.5,21.5 + parent: 2 + - uid: 14890 + components: + - type: Transform + pos: 72.5,22.5 + parent: 2 + - uid: 14891 + components: + - type: Transform + pos: 72.5,16.5 + parent: 2 + - uid: 14892 + components: + - type: Transform + pos: 72.5,15.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + pos: 72.5,14.5 + parent: 2 + - uid: 14894 + components: + - type: Transform + pos: 72.5,13.5 + parent: 2 + - uid: 14895 + components: + - type: Transform + pos: 72.5,12.5 + parent: 2 + - uid: 14896 + components: + - type: Transform + pos: 63.5,16.5 + parent: 2 + - uid: 14897 + components: + - type: Transform + pos: 63.5,15.5 + parent: 2 + - uid: 14898 + components: + - type: Transform + pos: 63.5,14.5 + parent: 2 + - uid: 14899 + components: + - type: Transform + pos: 63.5,13.5 + parent: 2 + - uid: 14900 + components: + - type: Transform + pos: 63.5,12.5 + parent: 2 + - uid: 14901 + components: + - type: Transform + pos: 63.5,11.5 + parent: 2 + - uid: 14902 + components: + - type: Transform + pos: 63.5,10.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + pos: 63.5,18.5 + parent: 2 + - uid: 14904 + components: + - type: Transform + pos: 63.5,19.5 + parent: 2 + - uid: 14905 + components: + - type: Transform + pos: 63.5,20.5 + parent: 2 + - uid: 14906 + components: + - type: Transform + pos: 63.5,21.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + pos: 63.5,22.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + pos: 63.5,23.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + pos: 63.5,24.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + pos: 58.5,24.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + pos: 58.5,23.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + pos: 58.5,22.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + pos: 58.5,21.5 + parent: 2 + - uid: 14914 + components: + - type: Transform + pos: 58.5,20.5 + parent: 2 + - uid: 14915 + components: + - type: Transform + pos: 58.5,19.5 + parent: 2 + - uid: 14916 + components: + - type: Transform + pos: 58.5,18.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + pos: 58.5,16.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + pos: 58.5,15.5 + parent: 2 + - uid: 14919 + components: + - type: Transform + pos: 58.5,14.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + pos: 58.5,13.5 + parent: 2 + - uid: 14921 + components: + - type: Transform + pos: 58.5,12.5 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: 58.5,11.5 + parent: 2 + - uid: 14923 + components: + - type: Transform + pos: 58.5,10.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + pos: 53.5,9.5 + parent: 2 + - uid: 14925 + components: + - type: Transform + pos: 53.5,8.5 + parent: 2 + - uid: 14926 + components: + - type: Transform + pos: 53.5,7.5 + parent: 2 + - uid: 14927 + components: + - type: Transform + pos: 53.5,6.5 + parent: 2 + - uid: 14928 + components: + - type: Transform + pos: 53.5,5.5 + parent: 2 + - uid: 14929 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 14930 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - uid: 14931 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + pos: 54.5,2.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + pos: 49.5,43.5 + parent: 2 + - uid: 14946 + components: + - type: Transform + pos: 50.5,43.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + pos: 51.5,43.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + pos: 51.5,44.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + pos: 83.5,56.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + pos: 37.5,50.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + pos: 37.5,51.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + pos: 37.5,52.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: 37.5,53.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + pos: 37.5,54.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: 37.5,55.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: 37.5,56.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: 37.5,57.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: 38.5,57.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: 39.5,57.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: 40.5,57.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: 41.5,57.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: 41.5,56.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + pos: 41.5,55.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: 41.5,54.5 + parent: 2 + - uid: 15001 + components: + - type: Transform + pos: 41.5,53.5 + parent: 2 + - uid: 15002 + components: + - type: Transform + pos: 40.5,53.5 + parent: 2 + - uid: 15003 + components: + - type: Transform + pos: 39.5,53.5 + parent: 2 + - uid: 15004 + components: + - type: Transform + pos: 38.5,53.5 + parent: 2 + - uid: 15005 + components: + - type: Transform + pos: 39.5,54.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: 39.5,55.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + pos: 43.5,57.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + pos: 43.5,56.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + pos: 43.5,55.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + pos: 43.5,54.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + pos: 43.5,53.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + pos: 44.5,53.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: 45.5,53.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: 46.5,53.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: 47.5,53.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: 47.5,54.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + pos: 47.5,55.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + pos: 47.5,56.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 47.5,57.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: 46.5,57.5 + parent: 2 + - uid: 15021 + components: + - type: Transform + pos: 45.5,57.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: 44.5,57.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: 45.5,54.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: 47.5,52.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: 47.5,51.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: 47.5,50.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + pos: 26.5,56.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + pos: 27.5,56.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + pos: 28.5,56.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + pos: 29.5,56.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: 20.5,54.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: 21.5,54.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: 22.5,54.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 23.5,54.5 + parent: 2 + - uid: 15036 + components: + - type: Transform + pos: 24.5,54.5 + parent: 2 + - uid: 15037 + components: + - type: Transform + pos: 25.5,54.5 + parent: 2 + - uid: 15038 + components: + - type: Transform + pos: 26.5,54.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + pos: 27.5,54.5 + parent: 2 + - uid: 15040 + components: + - type: Transform + pos: 28.5,54.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + pos: 29.5,54.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + pos: -6.5,67.5 + parent: 2 + - uid: 15330 + components: + - type: Transform + pos: -68.5,2.5 + parent: 2 + - uid: 15332 + components: + - type: Transform + pos: -7.5,67.5 + parent: 2 + - uid: 15416 + components: + - type: Transform + pos: -73.5,5.5 + parent: 2 + - uid: 15454 + components: + - type: Transform + pos: -35.5,29.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 + - uid: 15519 + components: + - type: Transform + pos: -44.5,24.5 + parent: 2 + - uid: 15521 + components: + - type: Transform + pos: -44.5,25.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + pos: -34.5,34.5 + parent: 2 + - uid: 15526 + components: + - type: Transform + pos: -35.5,33.5 + parent: 2 + - uid: 15541 + components: + - type: Transform + pos: -5.5,67.5 + parent: 2 + - uid: 15542 + components: + - type: Transform + pos: -4.5,67.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + pos: -12.5,42.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + pos: -12.5,41.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 + - uid: 15627 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 + - uid: 15628 + components: + - type: Transform + pos: -35.5,34.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + pos: -29.5,45.5 + parent: 2 + - uid: 15644 + components: + - type: Transform + pos: -11.5,37.5 + parent: 2 + - uid: 15673 + components: + - type: Transform + pos: -43.5,26.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 15772 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 15806 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 + - uid: 15844 + components: + - type: Transform + pos: 60.5,-9.5 + parent: 2 + - uid: 15845 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 15846 + components: + - type: Transform + pos: -44.5,19.5 + parent: 2 + - uid: 15851 + components: + - type: Transform + pos: -40.5,26.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: -48.5,-30.5 + parent: 2 + - uid: 15972 + components: + - type: Transform + pos: -12.5,37.5 + parent: 2 + - uid: 15974 + components: + - type: Transform + pos: -8.5,40.5 + parent: 2 + - uid: 15981 + components: + - type: Transform + pos: -12.5,38.5 + parent: 2 + - uid: 16085 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 16091 + components: + - type: Transform + pos: -10.5,40.5 + parent: 2 + - uid: 16092 + components: + - type: Transform + pos: -10.5,41.5 + parent: 2 + - uid: 16093 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 16094 + components: + - type: Transform + pos: -12.5,40.5 + parent: 2 + - uid: 16095 + components: + - type: Transform + pos: -10.5,44.5 + parent: 2 + - uid: 16096 + components: + - type: Transform + pos: -10.5,45.5 + parent: 2 + - uid: 16098 + components: + - type: Transform + pos: -11.5,44.5 + parent: 2 + - uid: 16099 + components: + - type: Transform + pos: -12.5,44.5 + parent: 2 + - uid: 16100 + components: + - type: Transform + pos: -12.5,45.5 + parent: 2 + - uid: 16102 + components: + - type: Transform + pos: -12.5,47.5 + parent: 2 + - uid: 16103 + components: + - type: Transform + pos: -12.5,48.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + pos: -12.5,49.5 + parent: 2 + - uid: 16105 + components: + - type: Transform + pos: -12.5,50.5 + parent: 2 + - uid: 16106 + components: + - type: Transform + pos: -12.5,51.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + pos: -12.5,52.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + pos: -12.5,53.5 + parent: 2 + - uid: 16109 + components: + - type: Transform + pos: -12.5,54.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + pos: -12.5,55.5 + parent: 2 + - uid: 16111 + components: + - type: Transform + pos: -12.5,56.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + pos: -12.5,57.5 + parent: 2 + - uid: 16113 + components: + - type: Transform + pos: -12.5,58.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + pos: -11.5,58.5 + parent: 2 + - uid: 16115 + components: + - type: Transform + pos: -10.5,58.5 + parent: 2 + - uid: 16116 + components: + - type: Transform + pos: -9.5,58.5 + parent: 2 + - uid: 16117 + components: + - type: Transform + pos: -8.5,58.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + pos: -7.5,58.5 + parent: 2 + - uid: 16119 + components: + - type: Transform + pos: -6.5,58.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + pos: -5.5,58.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + pos: -4.5,58.5 + parent: 2 + - uid: 16122 + components: + - type: Transform + pos: -3.5,58.5 + parent: 2 + - uid: 16123 + components: + - type: Transform + pos: -3.5,59.5 + parent: 2 + - uid: 16124 + components: + - type: Transform + pos: -3.5,60.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - uid: 16126 + components: + - type: Transform + pos: -4.5,61.5 + parent: 2 + - uid: 16127 + components: + - type: Transform + pos: -5.5,61.5 + parent: 2 + - uid: 16128 + components: + - type: Transform + pos: -6.5,61.5 + parent: 2 + - uid: 16129 + components: + - type: Transform + pos: -7.5,61.5 + parent: 2 + - uid: 16130 + components: + - type: Transform + pos: -8.5,61.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + pos: -8.5,60.5 + parent: 2 + - uid: 16132 + components: + - type: Transform + pos: -8.5,59.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + pos: -11.5,51.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + pos: -10.5,51.5 + parent: 2 + - uid: 16135 + components: + - type: Transform + pos: -9.5,51.5 + parent: 2 + - uid: 16136 + components: + - type: Transform + pos: -8.5,51.5 + parent: 2 + - uid: 16137 + components: + - type: Transform + pos: -7.5,51.5 + parent: 2 + - uid: 16138 + components: + - type: Transform + pos: -6.5,51.5 + parent: 2 + - uid: 16139 + components: + - type: Transform + pos: -5.5,51.5 + parent: 2 + - uid: 16140 + components: + - type: Transform + pos: -4.5,51.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + pos: -3.5,51.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + pos: -2.5,51.5 + parent: 2 + - uid: 16144 + components: + - type: Transform + pos: -12.5,39.5 + parent: 2 + - uid: 16145 + components: + - type: Transform + pos: -13.5,39.5 + parent: 2 + - uid: 16146 + components: + - type: Transform + pos: -14.5,39.5 + parent: 2 + - uid: 16147 + components: + - type: Transform + pos: -15.5,39.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: -71.5,1.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + pos: -20.5,39.5 + parent: 2 + - uid: 16153 + components: + - type: Transform + pos: -21.5,39.5 + parent: 2 + - uid: 16154 + components: + - type: Transform + pos: -22.5,39.5 + parent: 2 + - uid: 16155 + components: + - type: Transform + pos: -23.5,39.5 + parent: 2 + - uid: 16156 + components: + - type: Transform + pos: -24.5,39.5 + parent: 2 + - uid: 16157 + components: + - type: Transform + pos: -25.5,39.5 + parent: 2 + - uid: 16158 + components: + - type: Transform + pos: -26.5,39.5 + parent: 2 + - uid: 16159 + components: + - type: Transform + pos: -27.5,39.5 + parent: 2 + - uid: 16160 + components: + - type: Transform + pos: -27.5,40.5 + parent: 2 + - uid: 16161 + components: + - type: Transform + pos: -28.5,40.5 + parent: 2 + - uid: 16162 + components: + - type: Transform + pos: -29.5,40.5 + parent: 2 + - uid: 16163 + components: + - type: Transform + pos: -27.5,41.5 + parent: 2 + - uid: 16164 + components: + - type: Transform + pos: -9.5,40.5 + parent: 2 + - uid: 16166 + components: + - type: Transform + pos: -17.5,38.5 + parent: 2 + - uid: 16167 + components: + - type: Transform + pos: -17.5,37.5 + parent: 2 + - uid: 16168 + components: + - type: Transform + pos: -17.5,36.5 + parent: 2 + - uid: 16169 + components: + - type: Transform + pos: -18.5,36.5 + parent: 2 + - uid: 16170 + components: + - type: Transform + pos: -19.5,36.5 + parent: 2 + - uid: 16171 + components: + - type: Transform + pos: -20.5,36.5 + parent: 2 + - uid: 16172 + components: + - type: Transform + pos: -21.5,36.5 + parent: 2 + - uid: 16173 + components: + - type: Transform + pos: -22.5,36.5 + parent: 2 + - uid: 16174 + components: + - type: Transform + pos: -23.5,36.5 + parent: 2 + - uid: 16175 + components: + - type: Transform + pos: -24.5,36.5 + parent: 2 + - uid: 16176 + components: + - type: Transform + pos: -25.5,36.5 + parent: 2 + - uid: 16177 + components: + - type: Transform + pos: -26.5,36.5 + parent: 2 + - uid: 16178 + components: + - type: Transform + pos: -27.5,36.5 + parent: 2 + - uid: 16179 + components: + - type: Transform + pos: -28.5,37.5 + parent: 2 + - uid: 16180 + components: + - type: Transform + pos: -29.5,37.5 + parent: 2 + - uid: 16181 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 16182 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 16183 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 16184 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 16185 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 16187 + components: + - type: Transform + pos: -9.5,29.5 + parent: 2 + - uid: 16188 + components: + - type: Transform + pos: -8.5,29.5 + parent: 2 + - uid: 16189 + components: + - type: Transform + pos: -7.5,29.5 + parent: 2 + - uid: 16190 + components: + - type: Transform + pos: -6.5,29.5 + parent: 2 + - uid: 16191 + components: + - type: Transform + pos: -5.5,29.5 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: -5.5,30.5 + parent: 2 + - uid: 16193 + components: + - type: Transform + pos: -5.5,31.5 + parent: 2 + - uid: 16194 + components: + - type: Transform + pos: -5.5,32.5 + parent: 2 + - uid: 16195 + components: + - type: Transform + pos: -5.5,33.5 + parent: 2 + - uid: 16196 + components: + - type: Transform + pos: -5.5,34.5 + parent: 2 + - uid: 16197 + components: + - type: Transform + pos: -5.5,28.5 + parent: 2 + - uid: 16198 + components: + - type: Transform + pos: -5.5,27.5 + parent: 2 + - uid: 16199 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 16200 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 16201 + components: + - type: Transform + pos: -7.5,26.5 + parent: 2 + - uid: 16202 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 16203 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 16204 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 16205 + components: + - type: Transform + pos: -11.5,26.5 + parent: 2 + - uid: 16206 + components: + - type: Transform + pos: -11.5,30.5 + parent: 2 + - uid: 16207 + components: + - type: Transform + pos: -12.5,30.5 + parent: 2 + - uid: 16208 + components: + - type: Transform + pos: -13.5,30.5 + parent: 2 + - uid: 16209 + components: + - type: Transform + pos: -14.5,30.5 + parent: 2 + - uid: 16210 + components: + - type: Transform + pos: -15.5,30.5 + parent: 2 + - uid: 16211 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 16212 + components: + - type: Transform + pos: -15.5,29.5 + parent: 2 + - uid: 16213 + components: + - type: Transform + pos: -15.5,28.5 + parent: 2 + - uid: 16214 + components: + - type: Transform + pos: -15.5,27.5 + parent: 2 + - uid: 16215 + components: + - type: Transform + pos: -15.5,26.5 + parent: 2 + - uid: 16216 + components: + - type: Transform + pos: -15.5,25.5 + parent: 2 + - uid: 16217 + components: + - type: Transform + pos: -16.5,25.5 + parent: 2 + - uid: 16218 + components: + - type: Transform + pos: -17.5,25.5 + parent: 2 + - uid: 16219 + components: + - type: Transform + pos: -18.5,25.5 + parent: 2 + - uid: 16220 + components: + - type: Transform + pos: -19.5,25.5 + parent: 2 + - uid: 16221 + components: + - type: Transform + pos: -20.5,25.5 + parent: 2 + - uid: 16222 + components: + - type: Transform + pos: -21.5,25.5 + parent: 2 + - uid: 16223 + components: + - type: Transform + pos: -17.5,30.5 + parent: 2 + - uid: 16225 + components: + - type: Transform + pos: -19.5,30.5 + parent: 2 + - uid: 16226 + components: + - type: Transform + pos: -20.5,30.5 + parent: 2 + - uid: 16227 + components: + - type: Transform + pos: -21.5,30.5 + parent: 2 + - uid: 16228 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 16229 + components: + - type: Transform + pos: -22.5,29.5 + parent: 2 + - uid: 16230 + components: + - type: Transform + pos: -23.5,29.5 + parent: 2 + - uid: 16231 + components: + - type: Transform + pos: -24.5,29.5 + parent: 2 + - uid: 16232 + components: + - type: Transform + pos: -25.5,29.5 + parent: 2 + - uid: 16233 + components: + - type: Transform + pos: -26.5,29.5 + parent: 2 + - uid: 16234 + components: + - type: Transform + pos: -27.5,29.5 + parent: 2 + - uid: 16235 + components: + - type: Transform + pos: -28.5,29.5 + parent: 2 + - uid: 16236 + components: + - type: Transform + pos: -29.5,29.5 + parent: 2 + - uid: 16237 + components: + - type: Transform + pos: -30.5,29.5 + parent: 2 + - uid: 16238 + components: + - type: Transform + pos: -31.5,29.5 + parent: 2 + - uid: 16239 + components: + - type: Transform + pos: -32.5,29.5 + parent: 2 + - uid: 16240 + components: + - type: Transform + pos: -33.5,29.5 + parent: 2 + - uid: 16241 + components: + - type: Transform + pos: -34.5,29.5 + parent: 2 + - uid: 16244 + components: + - type: Transform + pos: -34.5,32.5 + parent: 2 + - uid: 16247 + components: + - type: Transform + pos: -29.5,30.5 + parent: 2 + - uid: 16248 + components: + - type: Transform + pos: -29.5,31.5 + parent: 2 + - uid: 16249 + components: + - type: Transform + pos: -29.5,32.5 + parent: 2 + - uid: 16250 + components: + - type: Transform + pos: -29.5,33.5 + parent: 2 + - uid: 16252 + components: + - type: Transform + pos: -29.5,28.5 + parent: 2 + - uid: 16253 + components: + - type: Transform + pos: -29.5,27.5 + parent: 2 + - uid: 16254 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 + - uid: 16255 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 + - uid: 16256 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - uid: 16257 + components: + - type: Transform + pos: -25.5,24.5 + parent: 2 + - uid: 16258 + components: + - type: Transform + pos: -25.5,25.5 + parent: 2 + - uid: 16259 + components: + - type: Transform + pos: -25.5,26.5 + parent: 2 + - uid: 16260 + components: + - type: Transform + pos: -25.5,27.5 + parent: 2 + - uid: 16261 + components: + - type: Transform + pos: -25.5,28.5 + parent: 2 + - uid: 16262 + components: + - type: Transform + pos: -25.5,30.5 + parent: 2 + - uid: 16263 + components: + - type: Transform + pos: -25.5,31.5 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: -25.5,32.5 + parent: 2 + - uid: 16265 + components: + - type: Transform + pos: -25.5,33.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: -21.5,33.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: -21.5,32.5 + parent: 2 + - uid: 16270 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 16271 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 16272 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 16273 + components: + - type: Transform + pos: -17.5,33.5 + parent: 2 + - uid: 16277 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 16333 + components: + - type: Transform + pos: -12.5,39.5 + parent: 2 + - uid: 16334 + components: + - type: Transform + pos: -11.5,40.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: -7.5,40.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + pos: -6.5,40.5 + parent: 2 + - uid: 16420 + components: + - type: Transform + pos: -5.5,40.5 + parent: 2 + - uid: 16421 + components: + - type: Transform + pos: -4.5,40.5 + parent: 2 + - uid: 16422 + components: + - type: Transform + pos: -3.5,40.5 + parent: 2 + - uid: 16423 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 + - uid: 16424 + components: + - type: Transform + pos: -2.5,41.5 + parent: 2 + - uid: 16425 + components: + - type: Transform + pos: -2.5,42.5 + parent: 2 + - uid: 16426 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 16427 + components: + - type: Transform + pos: -2.5,44.5 + parent: 2 + - uid: 16428 + components: + - type: Transform + pos: -2.5,45.5 + parent: 2 + - uid: 16429 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 16430 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 16431 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 16432 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 + - uid: 16433 + components: + - type: Transform + pos: -2.5,38.5 + parent: 2 + - uid: 16434 + components: + - type: Transform + pos: -2.5,37.5 + parent: 2 + - uid: 16435 + components: + - type: Transform + pos: -2.5,36.5 + parent: 2 + - uid: 16436 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 16437 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 16438 + components: + - type: Transform + pos: -2.5,33.5 + parent: 2 + - uid: 16439 + components: + - type: Transform + pos: -2.5,32.5 + parent: 2 + - uid: 16440 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 16441 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 16442 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 16443 + components: + - type: Transform + pos: -2.5,28.5 + parent: 2 + - uid: 16444 + components: + - type: Transform + pos: -1.5,28.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: -39.5,26.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 16559 + components: + - type: Transform + pos: -37.5,26.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: -36.5,26.5 + parent: 2 + - uid: 16561 + components: + - type: Transform + pos: -35.5,26.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: -34.5,26.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: -33.5,26.5 + parent: 2 + - uid: 16564 + components: + - type: Transform + pos: -32.5,26.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + pos: -32.5,25.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 16569 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + pos: -38.5,30.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + pos: -38.5,31.5 + parent: 2 + - uid: 16573 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + pos: -38.5,33.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: -38.5,34.5 + parent: 2 + - uid: 16576 + components: + - type: Transform + pos: -38.5,35.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + pos: -59.5,17.5 + parent: 2 + - uid: 16622 + components: + - type: Transform + pos: -57.5,16.5 + parent: 2 + - uid: 17930 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 2 + - uid: 17931 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 2 + - uid: 17932 + components: + - type: Transform + pos: 63.5,-1.5 + parent: 2 + - uid: 17933 + components: + - type: Transform + pos: 64.5,-1.5 + parent: 2 + - uid: 17934 + components: + - type: Transform + pos: 65.5,-1.5 + parent: 2 + - uid: 17935 + components: + - type: Transform + pos: 66.5,-1.5 + parent: 2 + - uid: 17936 + components: + - type: Transform + pos: 67.5,-1.5 + parent: 2 + - uid: 17937 + components: + - type: Transform + pos: 68.5,-1.5 + parent: 2 + - uid: 17938 + components: + - type: Transform + pos: 69.5,-1.5 + parent: 2 + - uid: 17939 + components: + - type: Transform + pos: 70.5,-1.5 + parent: 2 + - uid: 17940 + components: + - type: Transform + pos: 71.5,-1.5 + parent: 2 + - uid: 17941 + components: + - type: Transform + pos: 72.5,-1.5 + parent: 2 + - uid: 17942 + components: + - type: Transform + pos: 73.5,-1.5 + parent: 2 + - uid: 17943 + components: + - type: Transform + pos: 74.5,-1.5 + parent: 2 + - uid: 17944 + components: + - type: Transform + pos: 64.5,-0.5 + parent: 2 + - uid: 17945 + components: + - type: Transform + pos: 64.5,0.5 + parent: 2 + - uid: 17946 + components: + - type: Transform + pos: 72.5,-0.5 + parent: 2 + - uid: 17947 + components: + - type: Transform + pos: 72.5,0.5 + parent: 2 + - uid: 17948 + components: + - type: Transform + pos: 66.5,-8.5 + parent: 2 + - uid: 17949 + components: + - type: Transform + pos: 67.5,-8.5 + parent: 2 + - uid: 17950 + components: + - type: Transform + pos: 68.5,-8.5 + parent: 2 + - uid: 17951 + components: + - type: Transform + pos: 69.5,-8.5 + parent: 2 + - uid: 17952 + components: + - type: Transform + pos: 70.5,-8.5 + parent: 2 + - uid: 17953 + components: + - type: Transform + pos: 71.5,-8.5 + parent: 2 + - uid: 17954 + components: + - type: Transform + pos: 72.5,-8.5 + parent: 2 + - uid: 17955 + components: + - type: Transform + pos: 73.5,-8.5 + parent: 2 + - uid: 17956 + components: + - type: Transform + pos: 73.5,-7.5 + parent: 2 + - uid: 17957 + components: + - type: Transform + pos: 73.5,-6.5 + parent: 2 + - uid: 17958 + components: + - type: Transform + pos: 73.5,-5.5 + parent: 2 + - uid: 17959 + components: + - type: Transform + pos: 74.5,-5.5 + parent: 2 + - uid: 17960 + components: + - type: Transform + pos: 75.5,-5.5 + parent: 2 + - uid: 17961 + components: + - type: Transform + pos: 75.5,-4.5 + parent: 2 + - uid: 17962 + components: + - type: Transform + pos: 76.5,-4.5 + parent: 2 + - uid: 18216 + components: + - type: Transform + pos: 5.5,69.5 + parent: 2 + - uid: 18218 + components: + - type: Transform + pos: 7.5,65.5 + parent: 2 + - uid: 18220 + components: + - type: Transform + pos: 7.5,69.5 + parent: 2 + - uid: 18228 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 18257 + components: + - type: Transform + pos: -14.5,58.5 + parent: 2 + - uid: 18261 + components: + - type: Transform + pos: -18.5,58.5 + parent: 2 + - uid: 18262 + components: + - type: Transform + pos: -19.5,58.5 + parent: 2 + - uid: 18263 + components: + - type: Transform + pos: -20.5,58.5 + parent: 2 + - uid: 18264 + components: + - type: Transform + pos: -21.5,58.5 + parent: 2 + - uid: 18265 + components: + - type: Transform + pos: -22.5,58.5 + parent: 2 + - uid: 18266 + components: + - type: Transform + pos: -23.5,58.5 + parent: 2 + - uid: 18267 + components: + - type: Transform + pos: -24.5,58.5 + parent: 2 + - uid: 18268 + components: + - type: Transform + pos: -25.5,58.5 + parent: 2 + - uid: 18269 + components: + - type: Transform + pos: -26.5,58.5 + parent: 2 + - uid: 18270 + components: + - type: Transform + pos: -27.5,58.5 + parent: 2 + - uid: 18271 + components: + - type: Transform + pos: -28.5,58.5 + parent: 2 + - uid: 18272 + components: + - type: Transform + pos: -29.5,58.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + pos: -30.5,58.5 + parent: 2 + - uid: 18274 + components: + - type: Transform + pos: -30.5,59.5 + parent: 2 + - uid: 18275 + components: + - type: Transform + pos: -30.5,60.5 + parent: 2 + - uid: 18276 + components: + - type: Transform + pos: -30.5,61.5 + parent: 2 + - uid: 18277 + components: + - type: Transform + pos: -30.5,62.5 + parent: 2 + - uid: 18278 + components: + - type: Transform + pos: -30.5,63.5 + parent: 2 + - uid: 18280 + components: + - type: Transform + pos: -29.5,64.5 + parent: 2 + - uid: 18281 + components: + - type: Transform + pos: -28.5,64.5 + parent: 2 + - uid: 18282 + components: + - type: Transform + pos: -27.5,64.5 + parent: 2 + - uid: 18283 + components: + - type: Transform + pos: -26.5,64.5 + parent: 2 + - uid: 18284 + components: + - type: Transform + pos: -25.5,64.5 + parent: 2 + - uid: 18285 + components: + - type: Transform + pos: -24.5,64.5 + parent: 2 + - uid: 18286 + components: + - type: Transform + pos: -23.5,64.5 + parent: 2 + - uid: 18287 + components: + - type: Transform + pos: -22.5,64.5 + parent: 2 + - uid: 18288 + components: + - type: Transform + pos: -21.5,64.5 + parent: 2 + - uid: 18289 + components: + - type: Transform + pos: -20.5,64.5 + parent: 2 + - uid: 18290 + components: + - type: Transform + pos: -19.5,64.5 + parent: 2 + - uid: 18291 + components: + - type: Transform + pos: -18.5,64.5 + parent: 2 + - uid: 18292 + components: + - type: Transform + pos: -17.5,64.5 + parent: 2 + - uid: 18293 + components: + - type: Transform + pos: -16.5,64.5 + parent: 2 + - uid: 18294 + components: + - type: Transform + pos: -15.5,64.5 + parent: 2 + - uid: 18295 + components: + - type: Transform + pos: -14.5,64.5 + parent: 2 + - uid: 18296 + components: + - type: Transform + pos: -13.5,64.5 + parent: 2 + - uid: 18297 + components: + - type: Transform + pos: -12.5,64.5 + parent: 2 + - uid: 18298 + components: + - type: Transform + pos: -11.5,64.5 + parent: 2 + - uid: 18299 + components: + - type: Transform + pos: -10.5,64.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: -9.5,64.5 + parent: 2 + - uid: 18301 + components: + - type: Transform + pos: -8.5,64.5 + parent: 2 + - uid: 18302 + components: + - type: Transform + pos: -7.5,64.5 + parent: 2 + - uid: 18303 + components: + - type: Transform + pos: -6.5,64.5 + parent: 2 + - uid: 18304 + components: + - type: Transform + pos: -5.5,64.5 + parent: 2 + - uid: 18305 + components: + - type: Transform + pos: -4.5,64.5 + parent: 2 + - uid: 18306 + components: + - type: Transform + pos: -3.5,64.5 + parent: 2 + - uid: 18307 + components: + - type: Transform + pos: -2.5,64.5 + parent: 2 + - uid: 18308 + components: + - type: Transform + pos: -1.5,64.5 + parent: 2 + - uid: 18309 + components: + - type: Transform + pos: -20.5,63.5 + parent: 2 + - uid: 18310 + components: + - type: Transform + pos: -20.5,62.5 + parent: 2 + - uid: 18311 + components: + - type: Transform + pos: -20.5,61.5 + parent: 2 + - uid: 18312 + components: + - type: Transform + pos: -20.5,60.5 + parent: 2 + - uid: 18313 + components: + - type: Transform + pos: -20.5,59.5 + parent: 2 + - uid: 18314 + components: + - type: Transform + pos: -31.5,59.5 + parent: 2 + - uid: 18315 + components: + - type: Transform + pos: -32.5,59.5 + parent: 2 + - uid: 18316 + components: + - type: Transform + pos: -33.5,59.5 + parent: 2 + - uid: 18317 + components: + - type: Transform + pos: -33.5,58.5 + parent: 2 + - uid: 18318 + components: + - type: Transform + pos: -33.5,59.5 + parent: 2 + - uid: 18319 + components: + - type: Transform + pos: -33.5,60.5 + parent: 2 + - uid: 18320 + components: + - type: Transform + pos: -33.5,61.5 + parent: 2 + - uid: 18321 + components: + - type: Transform + pos: -33.5,62.5 + parent: 2 + - uid: 18322 + components: + - type: Transform + pos: -33.5,63.5 + parent: 2 + - uid: 18325 + components: + - type: Transform + pos: 4.5,69.5 + parent: 2 + - uid: 18327 + components: + - type: Transform + pos: -33.5,68.5 + parent: 2 + - uid: 18328 + components: + - type: Transform + pos: -33.5,69.5 + parent: 2 + - uid: 18329 + components: + - type: Transform + pos: -32.5,69.5 + parent: 2 + - uid: 18330 + components: + - type: Transform + pos: -31.5,69.5 + parent: 2 + - uid: 18331 + components: + - type: Transform + pos: -30.5,69.5 + parent: 2 + - uid: 18332 + components: + - type: Transform + pos: -29.5,69.5 + parent: 2 + - uid: 18333 + components: + - type: Transform + pos: -28.5,69.5 + parent: 2 + - uid: 18334 + components: + - type: Transform + pos: -27.5,69.5 + parent: 2 + - uid: 18335 + components: + - type: Transform + pos: -26.5,69.5 + parent: 2 + - uid: 18336 + components: + - type: Transform + pos: -25.5,69.5 + parent: 2 + - uid: 18337 + components: + - type: Transform + pos: -24.5,69.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: -23.5,69.5 + parent: 2 + - uid: 18339 + components: + - type: Transform + pos: -22.5,69.5 + parent: 2 + - uid: 18340 + components: + - type: Transform + pos: -21.5,69.5 + parent: 2 + - uid: 18341 + components: + - type: Transform + pos: -20.5,69.5 + parent: 2 + - uid: 18342 + components: + - type: Transform + pos: -19.5,69.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + pos: -18.5,69.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: -17.5,69.5 + parent: 2 + - uid: 18345 + components: + - type: Transform + pos: -16.5,69.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + pos: -15.5,69.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: -14.5,69.5 + parent: 2 + - uid: 18348 + components: + - type: Transform + pos: -13.5,69.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + pos: -13.5,70.5 + parent: 2 + - uid: 18350 + components: + - type: Transform + pos: -12.5,70.5 + parent: 2 + - uid: 18351 + components: + - type: Transform + pos: -11.5,70.5 + parent: 2 + - uid: 18352 + components: + - type: Transform + pos: -10.5,70.5 + parent: 2 + - uid: 18353 + components: + - type: Transform + pos: -9.5,70.5 + parent: 2 + - uid: 18354 + components: + - type: Transform + pos: -8.5,70.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + pos: -7.5,70.5 + parent: 2 + - uid: 18356 + components: + - type: Transform + pos: -6.5,70.5 + parent: 2 + - uid: 18357 + components: + - type: Transform + pos: -5.5,70.5 + parent: 2 + - uid: 18358 + components: + - type: Transform + pos: -4.5,70.5 + parent: 2 + - uid: 18359 + components: + - type: Transform + pos: -3.5,70.5 + parent: 2 + - uid: 18360 + components: + - type: Transform + pos: -2.5,70.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + pos: 3.5,69.5 + parent: 2 + - uid: 18377 + components: + - type: Transform + pos: 10.5,69.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + pos: 12.5,66.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + pos: 11.5,66.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + pos: 9.5,66.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + pos: 8.5,66.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: 10.5,66.5 + parent: 2 + - uid: 18699 + components: + - type: Transform + pos: -95.5,67.5 + parent: 2 + - uid: 18709 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 + - uid: 18790 + components: + - type: Transform + pos: -89.5,-50.5 + parent: 2 + - uid: 18886 + components: + - type: Transform + pos: -89.5,-45.5 + parent: 2 + - uid: 18898 + components: + - type: Transform + pos: -89.5,-47.5 + parent: 2 + - uid: 19100 + components: + - type: Transform + pos: -16.5,36.5 + parent: 2 + - uid: 19101 + components: + - type: Transform + pos: 81.5,1.5 + parent: 2 + - uid: 19102 + components: + - type: Transform + pos: -89.5,-57.5 + parent: 2 + - uid: 19146 + components: + - type: Transform + pos: -95.5,66.5 + parent: 2 + - uid: 19166 + components: + - type: Transform + pos: -89.5,-56.5 + parent: 2 + - uid: 19179 + components: + - type: Transform + pos: -98.5,55.5 + parent: 2 + - uid: 19180 + components: + - type: Transform + pos: -98.5,54.5 + parent: 2 + - uid: 19181 + components: + - type: Transform + pos: -99.5,54.5 + parent: 2 + - uid: 19182 + components: + - type: Transform + pos: -100.5,54.5 + parent: 2 + - uid: 19183 + components: + - type: Transform + pos: -100.5,55.5 + parent: 2 + - uid: 19184 + components: + - type: Transform + pos: -100.5,56.5 + parent: 2 + - uid: 19185 + components: + - type: Transform + pos: -101.5,56.5 + parent: 2 + - uid: 19186 + components: + - type: Transform + pos: -102.5,56.5 + parent: 2 + - uid: 19187 + components: + - type: Transform + pos: -103.5,56.5 + parent: 2 + - uid: 19188 + components: + - type: Transform + pos: -104.5,56.5 + parent: 2 + - uid: 19189 + components: + - type: Transform + pos: -105.5,56.5 + parent: 2 + - uid: 19190 + components: + - type: Transform + pos: -105.5,57.5 + parent: 2 + - uid: 19191 + components: + - type: Transform + pos: -105.5,58.5 + parent: 2 + - uid: 19192 + components: + - type: Transform + pos: -106.5,58.5 + parent: 2 + - uid: 19193 + components: + - type: Transform + pos: -107.5,58.5 + parent: 2 + - uid: 19194 + components: + - type: Transform + pos: -108.5,58.5 + parent: 2 + - uid: 19195 + components: + - type: Transform + pos: -109.5,58.5 + parent: 2 + - uid: 19196 + components: + - type: Transform + pos: -110.5,58.5 + parent: 2 + - uid: 19197 + components: + - type: Transform + pos: -111.5,58.5 + parent: 2 + - uid: 19198 + components: + - type: Transform + pos: -112.5,58.5 + parent: 2 + - uid: 19199 + components: + - type: Transform + pos: -113.5,58.5 + parent: 2 + - uid: 19200 + components: + - type: Transform + pos: -114.5,58.5 + parent: 2 + - uid: 19201 + components: + - type: Transform + pos: -115.5,58.5 + parent: 2 + - uid: 19202 + components: + - type: Transform + pos: -116.5,58.5 + parent: 2 + - uid: 19203 + components: + - type: Transform + pos: -117.5,58.5 + parent: 2 + - uid: 19204 + components: + - type: Transform + pos: -118.5,58.5 + parent: 2 + - uid: 19205 + components: + - type: Transform + pos: -119.5,58.5 + parent: 2 + - uid: 19206 + components: + - type: Transform + pos: -119.5,57.5 + parent: 2 + - uid: 19207 + components: + - type: Transform + pos: -119.5,56.5 + parent: 2 + - uid: 19208 + components: + - type: Transform + pos: -119.5,55.5 + parent: 2 + - uid: 19209 + components: + - type: Transform + pos: -119.5,54.5 + parent: 2 + - uid: 19210 + components: + - type: Transform + pos: -119.5,53.5 + parent: 2 + - uid: 19211 + components: + - type: Transform + pos: -119.5,52.5 + parent: 2 + - uid: 19212 + components: + - type: Transform + pos: -119.5,51.5 + parent: 2 + - uid: 19213 + components: + - type: Transform + pos: -119.5,50.5 + parent: 2 + - uid: 19214 + components: + - type: Transform + pos: -119.5,49.5 + parent: 2 + - uid: 19215 + components: + - type: Transform + pos: -119.5,48.5 + parent: 2 + - uid: 19216 + components: + - type: Transform + pos: -119.5,47.5 + parent: 2 + - uid: 19217 + components: + - type: Transform + pos: -119.5,46.5 + parent: 2 + - uid: 19218 + components: + - type: Transform + pos: -119.5,45.5 + parent: 2 + - uid: 19219 + components: + - type: Transform + pos: -119.5,44.5 + parent: 2 + - uid: 19220 + components: + - type: Transform + pos: -118.5,44.5 + parent: 2 + - uid: 19221 + components: + - type: Transform + pos: -117.5,44.5 + parent: 2 + - uid: 19222 + components: + - type: Transform + pos: -116.5,44.5 + parent: 2 + - uid: 19223 + components: + - type: Transform + pos: -115.5,44.5 + parent: 2 + - uid: 19224 + components: + - type: Transform + pos: -114.5,44.5 + parent: 2 + - uid: 19225 + components: + - type: Transform + pos: -113.5,44.5 + parent: 2 + - uid: 19226 + components: + - type: Transform + pos: -112.5,44.5 + parent: 2 + - uid: 19227 + components: + - type: Transform + pos: -111.5,44.5 + parent: 2 + - uid: 19228 + components: + - type: Transform + pos: -110.5,44.5 + parent: 2 + - uid: 19229 + components: + - type: Transform + pos: -109.5,44.5 + parent: 2 + - uid: 19230 + components: + - type: Transform + pos: -108.5,44.5 + parent: 2 + - uid: 19231 + components: + - type: Transform + pos: -107.5,44.5 + parent: 2 + - uid: 19232 + components: + - type: Transform + pos: -106.5,44.5 + parent: 2 + - uid: 19233 + components: + - type: Transform + pos: -105.5,44.5 + parent: 2 + - uid: 19234 + components: + - type: Transform + pos: -105.5,45.5 + parent: 2 + - uid: 19235 + components: + - type: Transform + pos: -105.5,46.5 + parent: 2 + - uid: 19236 + components: + - type: Transform + pos: -105.5,47.5 + parent: 2 + - uid: 19237 + components: + - type: Transform + pos: -105.5,48.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + pos: -105.5,49.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + pos: -105.5,50.5 + parent: 2 + - uid: 19240 + components: + - type: Transform + pos: -105.5,51.5 + parent: 2 + - uid: 19241 + components: + - type: Transform + pos: -105.5,52.5 + parent: 2 + - uid: 19242 + components: + - type: Transform + pos: -105.5,53.5 + parent: 2 + - uid: 19243 + components: + - type: Transform + pos: -105.5,54.5 + parent: 2 + - uid: 19244 + components: + - type: Transform + pos: -105.5,55.5 + parent: 2 + - uid: 19245 + components: + - type: Transform + pos: -104.5,46.5 + parent: 2 + - uid: 19246 + components: + - type: Transform + pos: -103.5,46.5 + parent: 2 + - uid: 19247 + components: + - type: Transform + pos: -102.5,46.5 + parent: 2 + - uid: 19248 + components: + - type: Transform + pos: -101.5,46.5 + parent: 2 + - uid: 19249 + components: + - type: Transform + pos: -100.5,46.5 + parent: 2 + - uid: 19250 + components: + - type: Transform + pos: -100.5,47.5 + parent: 2 + - uid: 19251 + components: + - type: Transform + pos: -100.5,48.5 + parent: 2 + - uid: 19252 + components: + - type: Transform + pos: -100.5,49.5 + parent: 2 + - uid: 19253 + components: + - type: Transform + pos: -100.5,50.5 + parent: 2 + - uid: 19254 + components: + - type: Transform + pos: -100.5,51.5 + parent: 2 + - uid: 19255 + components: + - type: Transform + pos: -100.5,52.5 + parent: 2 + - uid: 19256 + components: + - type: Transform + pos: -100.5,53.5 + parent: 2 + - uid: 19257 + components: + - type: Transform + pos: -99.5,51.5 + parent: 2 + - uid: 19258 + components: + - type: Transform + pos: -98.5,51.5 + parent: 2 + - uid: 19259 + components: + - type: Transform + pos: -97.5,51.5 + parent: 2 + - uid: 19260 + components: + - type: Transform + pos: -96.5,51.5 + parent: 2 + - uid: 19261 + components: + - type: Transform + pos: -95.5,51.5 + parent: 2 + - uid: 19262 + components: + - type: Transform + pos: -94.5,51.5 + parent: 2 + - uid: 19263 + components: + - type: Transform + pos: -93.5,51.5 + parent: 2 + - uid: 19264 + components: + - type: Transform + pos: -92.5,51.5 + parent: 2 + - uid: 19265 + components: + - type: Transform + pos: -91.5,51.5 + parent: 2 + - uid: 19266 + components: + - type: Transform + pos: -90.5,51.5 + parent: 2 + - uid: 19267 + components: + - type: Transform + pos: -89.5,51.5 + parent: 2 + - uid: 19268 + components: + - type: Transform + pos: -54.5,39.5 + parent: 2 + - uid: 19269 + components: + - type: Transform + pos: -61.5,41.5 + parent: 2 + - uid: 19270 + components: + - type: Transform + pos: -60.5,41.5 + parent: 2 + - uid: 19271 + components: + - type: Transform + pos: -59.5,41.5 + parent: 2 + - uid: 19272 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 + - uid: 19273 + components: + - type: Transform + pos: -57.5,41.5 + parent: 2 + - uid: 19274 + components: + - type: Transform + pos: -56.5,41.5 + parent: 2 + - uid: 19275 + components: + - type: Transform + pos: -55.5,41.5 + parent: 2 + - uid: 19276 + components: + - type: Transform + pos: -54.5,41.5 + parent: 2 + - uid: 19277 + components: + - type: Transform + pos: -54.5,40.5 + parent: 2 + - uid: 19278 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 + - uid: 19279 + components: + - type: Transform + pos: -56.5,37.5 + parent: 2 + - uid: 19280 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 + - uid: 19281 + components: + - type: Transform + pos: -52.5,37.5 + parent: 2 + - uid: 19293 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 19294 + components: + - type: Transform + pos: -61.5,35.5 + parent: 2 + - uid: 19295 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 + - uid: 19296 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 19297 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 19298 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 19299 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 19300 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 19302 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 19303 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 19304 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 2 + - uid: 19305 + components: + - type: Transform + pos: 8.5,62.5 + parent: 2 + - uid: 19306 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 19307 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 19308 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 19309 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 19310 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 19311 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 19315 + components: + - type: Transform + pos: 9.5,62.5 + parent: 2 + - uid: 19323 + components: + - type: Transform + pos: 84.5,56.5 + parent: 2 + - uid: 19404 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 19518 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 19598 + components: + - type: Transform + pos: 6.5,69.5 + parent: 2 + - uid: 19600 + components: + - type: Transform + pos: 2.5,69.5 + parent: 2 + - uid: 19601 + components: + - type: Transform + pos: 3.5,66.5 + parent: 2 + - uid: 19602 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 19603 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 19640 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 19641 + components: + - type: Transform + pos: 11.5,69.5 + parent: 2 + - uid: 19642 + components: + - type: Transform + pos: 3.5,65.5 + parent: 2 + - uid: 19643 + components: + - type: Transform + pos: 12.5,72.5 + parent: 2 + - uid: 19645 + components: + - type: Transform + pos: 11.5,62.5 + parent: 2 + - uid: 19647 + components: + - type: Transform + pos: 8.5,69.5 + parent: 2 + - uid: 19649 + components: + - type: Transform + pos: 5.5,65.5 + parent: 2 + - uid: 19650 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 + - uid: 19651 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 19680 + components: + - type: Transform + pos: 13.5,66.5 + parent: 2 + - uid: 19681 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 19683 + components: + - type: Transform + pos: 5.5,71.5 + parent: 2 + - uid: 19685 + components: + - type: Transform + pos: 12.5,70.5 + parent: 2 + - uid: 19689 + components: + - type: Transform + pos: 11.5,64.5 + parent: 2 + - uid: 19720 + components: + - type: Transform + pos: -89.5,-49.5 + parent: 2 + - uid: 19741 + components: + - type: Transform + pos: 2.5,65.5 + parent: 2 + - uid: 19743 + components: + - type: Transform + pos: 4.5,65.5 + parent: 2 + - uid: 19759 + components: + - type: Transform + pos: 9.5,69.5 + parent: 2 + - uid: 19761 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 19765 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - uid: 19766 + components: + - type: Transform + pos: 12.5,69.5 + parent: 2 + - uid: 19767 + components: + - type: Transform + pos: 11.5,63.5 + parent: 2 + - uid: 19769 + components: + - type: Transform + pos: 12.5,64.5 + parent: 2 + - uid: 19770 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 19777 + components: + - type: Transform + pos: 10.5,62.5 + parent: 2 + - uid: 20226 + components: + - type: Transform + pos: 35.5,10.5 + parent: 2 + - uid: 20227 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 + - uid: 20228 + components: + - type: Transform + pos: 33.5,10.5 + parent: 2 + - uid: 20229 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 20230 + components: + - type: Transform + pos: 31.5,10.5 + parent: 2 + - uid: 20231 + components: + - type: Transform + pos: 30.5,10.5 + parent: 2 + - uid: 20232 + components: + - type: Transform + pos: 29.5,10.5 + parent: 2 + - uid: 20233 + components: + - type: Transform + pos: 28.5,10.5 + parent: 2 + - uid: 20234 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - uid: 20235 + components: + - type: Transform + pos: 26.5,10.5 + parent: 2 + - uid: 20236 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 20237 + components: + - type: Transform + pos: 25.5,11.5 + parent: 2 + - uid: 20238 + components: + - type: Transform + pos: 25.5,12.5 + parent: 2 + - uid: 20239 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 20240 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 20241 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 20242 + components: + - type: Transform + pos: 25.5,16.5 + parent: 2 + - uid: 20243 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 20244 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 20245 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 + - uid: 20246 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 20247 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - uid: 20248 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 20249 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 20250 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 20251 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 20252 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 20253 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 20254 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 20255 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 20256 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 20257 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 20258 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 20259 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 20260 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 20261 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 20262 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 20263 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 20264 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 20265 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 20266 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 20267 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - uid: 20268 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 20269 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 20270 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 20271 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 20272 + components: + - type: Transform + pos: 10.5,12.5 + parent: 2 + - uid: 20273 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 20274 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - uid: 20275 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 20276 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - uid: 20277 + components: + - type: Transform + pos: 17.5,7.5 + parent: 2 + - uid: 20278 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - uid: 20279 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 20280 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 20281 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 + - uid: 20282 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 20283 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 20284 + components: + - type: Transform + pos: 17.5,14.5 + parent: 2 + - uid: 20285 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 20286 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 + - uid: 20287 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 20288 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 20289 + components: + - type: Transform + pos: 8.5,11.5 + parent: 2 + - uid: 20290 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 20291 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 20292 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 20293 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 20294 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 20295 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 20296 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 20297 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 20298 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 20299 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 20300 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 20301 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 20302 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 20303 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 20304 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 20305 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 20306 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 2 + - uid: 20307 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 20308 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 20309 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 20310 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 2 + - uid: 20311 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 2 + - uid: 20312 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - uid: 20313 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 20314 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 20315 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 20316 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 20317 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 20318 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 2 + - uid: 20319 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 20320 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - uid: 20321 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 20322 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - uid: 20323 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - uid: 20324 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 + - uid: 20325 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 20326 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - uid: 20327 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 2 + - uid: 20328 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 2 + - uid: 20329 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 20330 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 20331 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 20332 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 20333 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 20334 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 20335 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 20336 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 20337 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 20338 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 20339 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 + - uid: 20340 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 + - uid: 20341 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 20342 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 20343 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 + - uid: 20344 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 20345 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 20346 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 20347 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 20348 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 20349 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 20350 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 20351 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 20352 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - uid: 20353 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 20354 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - uid: 20355 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 20356 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 20357 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 20358 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - uid: 20359 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 20360 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 20361 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 2 + - uid: 20362 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 + - uid: 20363 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 20364 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 20365 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 + - uid: 20366 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 2 + - uid: 20367 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - uid: 20368 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 20369 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 20370 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 20371 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 20372 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 20373 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 20374 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 20375 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 20376 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 20377 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 20378 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 20379 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 20380 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 20381 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 20382 + components: + - type: Transform + pos: 20.5,4.5 + parent: 2 + - uid: 20383 + components: + - type: Transform + pos: 20.5,3.5 + parent: 2 + - uid: 20384 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 + - uid: 20385 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 20386 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 20387 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 20388 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 20389 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 + - uid: 20390 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - uid: 20391 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - uid: 20392 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 20393 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 20394 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 20395 + components: + - type: Transform + pos: 28.5,6.5 + parent: 2 + - uid: 20396 + components: + - type: Transform + pos: 29.5,6.5 + parent: 2 + - uid: 20397 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - uid: 20398 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 20399 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - uid: 20400 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 20401 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 20402 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - uid: 20403 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 20404 + components: + - type: Transform + pos: 33.5,2.5 + parent: 2 + - uid: 20405 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 + - uid: 20406 + components: + - type: Transform + pos: 35.5,2.5 + parent: 2 + - uid: 20407 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 20408 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 20409 + components: + - type: Transform + pos: 38.5,2.5 + parent: 2 + - uid: 20410 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 20411 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 + - uid: 20412 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - uid: 20413 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - uid: 20414 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 20415 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - uid: 20416 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 20417 + components: + - type: Transform + pos: 38.5,10.5 + parent: 2 + - uid: 20435 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 20436 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 20437 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 20438 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 20439 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 20440 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - uid: 20441 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 20442 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 20443 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - uid: 20444 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 20445 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 2 + - uid: 20446 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 20447 + components: + - type: Transform + pos: 31.5,-8.5 + parent: 2 + - uid: 20448 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - uid: 20449 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 20450 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 20451 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 20452 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 2 + - uid: 20453 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 2 + - uid: 20454 + components: + - type: Transform + pos: 27.5,-11.5 + parent: 2 + - uid: 20455 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 2 + - uid: 20456 + components: + - type: Transform + pos: 26.5,-10.5 + parent: 2 + - uid: 20457 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 2 + - uid: 20458 + components: + - type: Transform + pos: 26.5,-8.5 + parent: 2 + - uid: 20459 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 + - uid: 20460 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 2 + - uid: 20461 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 20462 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 2 + - uid: 20463 + components: + - type: Transform + pos: 27.5,-4.5 + parent: 2 + - uid: 20464 + components: + - type: Transform + pos: 28.5,-4.5 + parent: 2 + - uid: 20465 + components: + - type: Transform + pos: 29.5,-4.5 + parent: 2 + - uid: 20466 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 2 + - uid: 20467 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 20468 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 20469 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - uid: 20470 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 20471 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - uid: 20472 + components: + - type: Transform + pos: 37.5,12.5 + parent: 2 + - uid: 20473 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 20474 + components: + - type: Transform + pos: 37.5,14.5 + parent: 2 + - uid: 20475 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - uid: 20476 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - uid: 20477 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 20478 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 20479 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 20480 + components: + - type: Transform + pos: 39.5,16.5 + parent: 2 + - uid: 20481 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 20482 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 + - uid: 20483 + components: + - type: Transform + pos: 42.5,15.5 + parent: 2 + - uid: 20484 + components: + - type: Transform + pos: 43.5,15.5 + parent: 2 + - uid: 20485 + components: + - type: Transform + pos: 44.5,15.5 + parent: 2 + - uid: 20486 + components: + - type: Transform + pos: 45.5,15.5 + parent: 2 + - uid: 20487 + components: + - type: Transform + pos: 46.5,15.5 + parent: 2 + - uid: 20488 + components: + - type: Transform + pos: 46.5,14.5 + parent: 2 + - uid: 20489 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - uid: 20490 + components: + - type: Transform + pos: 46.5,12.5 + parent: 2 + - uid: 20491 + components: + - type: Transform + pos: 46.5,11.5 + parent: 2 + - uid: 20492 + components: + - type: Transform + pos: 46.5,10.5 + parent: 2 + - uid: 20493 + components: + - type: Transform + pos: 46.5,9.5 + parent: 2 + - uid: 20494 + components: + - type: Transform + pos: 46.5,8.5 + parent: 2 + - uid: 20495 + components: + - type: Transform + pos: 46.5,7.5 + parent: 2 + - uid: 20496 + components: + - type: Transform + pos: 46.5,6.5 + parent: 2 + - uid: 20497 + components: + - type: Transform + pos: 46.5,5.5 + parent: 2 + - uid: 20498 + components: + - type: Transform + pos: 46.5,4.5 + parent: 2 + - uid: 20499 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 20500 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 20501 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 20502 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 + - uid: 20503 + components: + - type: Transform + pos: 47.5,0.5 + parent: 2 + - uid: 20504 + components: + - type: Transform + pos: 47.5,-0.5 + parent: 2 + - uid: 20505 + components: + - type: Transform + pos: 47.5,-1.5 + parent: 2 + - uid: 20506 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 20507 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 20508 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 20509 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 + - uid: 20510 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - uid: 20511 + components: + - type: Transform + pos: 47.5,-7.5 + parent: 2 + - uid: 20512 + components: + - type: Transform + pos: 47.5,-8.5 + parent: 2 + - uid: 20513 + components: + - type: Transform + pos: 47.5,-9.5 + parent: 2 + - uid: 20514 + components: + - type: Transform + pos: 46.5,-9.5 + parent: 2 + - uid: 20515 + components: + - type: Transform + pos: 45.5,-9.5 + parent: 2 + - uid: 20516 + components: + - type: Transform + pos: 44.5,-9.5 + parent: 2 + - uid: 20517 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 2 + - uid: 20518 + components: + - type: Transform + pos: 42.5,-9.5 + parent: 2 + - uid: 20519 + components: + - type: Transform + pos: 41.5,-9.5 + parent: 2 + - uid: 20520 + components: + - type: Transform + pos: 42.5,-10.5 + parent: 2 + - uid: 20521 + components: + - type: Transform + pos: 42.5,-11.5 + parent: 2 + - uid: 20522 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - uid: 20523 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 20524 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 2 + - uid: 20525 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - uid: 20526 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - uid: 20527 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 20528 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 20529 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - uid: 20530 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 20531 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 20532 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 20533 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 + - uid: 20534 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 20535 + components: + - type: Transform + pos: 38.5,-8.5 + parent: 2 + - uid: 20536 + components: + - type: Transform + pos: 38.5,-9.5 + parent: 2 + - uid: 20537 + components: + - type: Transform + pos: 38.5,-10.5 + parent: 2 + - uid: 20538 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 20539 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 20540 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 2 + - uid: 20541 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - uid: 20542 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 20543 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 20544 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 20545 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - uid: 20546 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 20547 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 20548 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 20549 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 20550 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 20551 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 20552 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 20553 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 20554 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 20555 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 20556 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 20557 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 20558 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 20559 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 20560 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - uid: 20563 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 20564 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 20565 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 20566 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 20567 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 20568 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 20569 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 20570 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 20571 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 20573 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 20574 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 20575 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 20576 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 20577 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 20578 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 20579 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 20580 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 20581 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 20582 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 20583 + components: + - type: Transform + pos: -10.5,3.5 + parent: 2 + - uid: 20584 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 20585 + components: + - type: Transform + pos: -12.5,3.5 + parent: 2 + - uid: 20586 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 20587 + components: + - type: Transform + pos: -14.5,3.5 + parent: 2 + - uid: 20588 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - uid: 20589 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 20590 + components: + - type: Transform + pos: -17.5,3.5 + parent: 2 + - uid: 20591 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 20592 + components: + - type: Transform + pos: -19.5,3.5 + parent: 2 + - uid: 20593 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 + - uid: 20594 + components: + - type: Transform + pos: -21.5,3.5 + parent: 2 + - uid: 20595 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 20596 + components: + - type: Transform + pos: -23.5,3.5 + parent: 2 + - uid: 20597 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - uid: 20598 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - uid: 20599 + components: + - type: Transform + pos: -26.5,3.5 + parent: 2 + - uid: 20600 + components: + - type: Transform + pos: -27.5,3.5 + parent: 2 + - uid: 20601 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 + - uid: 20602 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - uid: 20603 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 20604 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 20605 + components: + - type: Transform + pos: -27.5,7.5 + parent: 2 + - uid: 20606 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 + - uid: 20607 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - uid: 20608 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 + - uid: 20609 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 20610 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 20611 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 20612 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 20613 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 20614 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - uid: 20615 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 20616 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 20617 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 20618 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 20619 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 20620 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 + - uid: 20621 + components: + - type: Transform + pos: -21.5,1.5 + parent: 2 + - uid: 20622 + components: + - type: Transform + pos: -21.5,0.5 + parent: 2 + - uid: 20623 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 20624 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 2 + - uid: 20625 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 2 + - uid: 20626 + components: + - type: Transform + pos: -27.5,2.5 + parent: 2 + - uid: 20627 + components: + - type: Transform + pos: -27.5,1.5 + parent: 2 + - uid: 20628 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 20629 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 20630 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 + - uid: 20631 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 2 + - uid: 20632 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 20633 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 20634 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 + - uid: 20635 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 20636 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 20637 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 20638 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - uid: 20639 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 20640 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 20641 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 20642 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 20643 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 2 + - uid: 20644 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 20645 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 20646 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 20647 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 20648 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 20649 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 20650 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 20651 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 20652 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 20653 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 20654 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 20655 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 20656 + components: + - type: Transform + pos: -35.5,-10.5 + parent: 2 + - uid: 20657 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 20658 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - uid: 20659 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 2 + - uid: 20660 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 2 + - uid: 20661 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 20662 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 20663 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 + - uid: 20664 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 20665 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 20666 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 20667 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 20668 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 20669 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 + - uid: 20670 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - uid: 20671 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 20672 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 20673 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 20674 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 20675 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - uid: 20676 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 20677 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 20678 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 + - uid: 20679 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 2 + - uid: 20680 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 + - uid: 20681 + components: + - type: Transform + pos: -15.5,-11.5 + parent: 2 + - uid: 20682 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 20683 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 20684 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 20685 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 20686 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 20687 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 20688 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - uid: 20689 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 2 + - uid: 20690 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 20691 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - uid: 20692 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 + - uid: 20693 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 2 + - uid: 20694 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 2 + - uid: 20695 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 2 + - uid: 20696 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 20697 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - uid: 20698 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 20699 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 20700 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 20701 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 20702 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 20703 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 20704 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 20705 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 20706 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 20707 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 20708 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 20709 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 20710 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 20711 + components: + - type: Transform + pos: -10.5,2.5 + parent: 2 + - uid: 20712 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 20713 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 20714 + components: + - type: Transform + pos: -10.5,6.5 + parent: 2 + - uid: 20715 + components: + - type: Transform + pos: -10.5,7.5 + parent: 2 + - uid: 20723 + components: + - type: Transform + pos: -31.5,49.5 + parent: 2 + - uid: 20725 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 20726 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 20727 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 20728 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 20729 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 20730 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 20731 + components: + - type: Transform + pos: -3.5,10.5 + parent: 2 + - uid: 20732 + components: + - type: Transform + pos: -3.5,11.5 + parent: 2 + - uid: 20733 + components: + - type: Transform + pos: -3.5,12.5 + parent: 2 + - uid: 20734 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 20735 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 20736 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 20737 + components: + - type: Transform + pos: -6.5,13.5 + parent: 2 + - uid: 20738 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 + - uid: 20739 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - uid: 20740 + components: + - type: Transform + pos: -9.5,13.5 + parent: 2 + - uid: 20741 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - uid: 20742 + components: + - type: Transform + pos: -11.5,13.5 + parent: 2 + - uid: 20743 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - uid: 20744 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 20745 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 20746 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 20747 + components: + - type: Transform + pos: -10.5,8.5 + parent: 2 + - uid: 20748 + components: + - type: Transform + pos: -12.5,13.5 + parent: 2 + - uid: 20749 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 20750 + components: + - type: Transform + pos: -14.5,13.5 + parent: 2 + - uid: 20751 + components: + - type: Transform + pos: -15.5,13.5 + parent: 2 + - uid: 20752 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 20753 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 20754 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 20755 + components: + - type: Transform + pos: -19.5,13.5 + parent: 2 + - uid: 20756 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 20757 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 20758 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 20759 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 20760 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 20761 + components: + - type: Transform + pos: -25.5,13.5 + parent: 2 + - uid: 20762 + components: + - type: Transform + pos: -26.5,13.5 + parent: 2 + - uid: 20763 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 20764 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 20765 + components: + - type: Transform + pos: -29.5,13.5 + parent: 2 + - uid: 20766 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 20767 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 20768 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - uid: 20769 + components: + - type: Transform + pos: -32.5,14.5 + parent: 2 + - uid: 20770 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 20771 + components: + - type: Transform + pos: -32.5,16.5 + parent: 2 + - uid: 20772 + components: + - type: Transform + pos: -33.5,13.5 + parent: 2 + - uid: 20773 + components: + - type: Transform + pos: -33.5,12.5 + parent: 2 + - uid: 20774 + components: + - type: Transform + pos: -33.5,11.5 + parent: 2 + - uid: 20775 + components: + - type: Transform + pos: -33.5,10.5 + parent: 2 + - uid: 20776 + components: + - type: Transform + pos: -33.5,9.5 + parent: 2 + - uid: 20777 + components: + - type: Transform + pos: -33.5,8.5 + parent: 2 + - uid: 20778 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 20779 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 20780 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 20781 + components: + - type: Transform + pos: -33.5,4.5 + parent: 2 + - uid: 20782 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 20783 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 20784 + components: + - type: Transform + pos: -33.5,1.5 + parent: 2 + - uid: 20785 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 + - uid: 20786 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 20787 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 20788 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 20789 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 2 + - uid: 20790 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 + - uid: 20791 + components: + - type: Transform + pos: -32.5,2.5 + parent: 2 + - uid: 20792 + components: + - type: Transform + pos: -31.5,2.5 + parent: 2 + - uid: 20793 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 20794 + components: + - type: Transform + pos: -29.5,2.5 + parent: 2 + - uid: 20795 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 + - uid: 20796 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 20797 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 + - uid: 20798 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 20799 + components: + - type: Transform + pos: -37.5,6.5 + parent: 2 + - uid: 20800 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 + - uid: 20801 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 20802 + components: + - type: Transform + pos: -35.5,4.5 + parent: 2 + - uid: 20803 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 20804 + components: + - type: Transform + pos: -37.5,4.5 + parent: 2 + - uid: 20805 + components: + - type: Transform + pos: -38.5,4.5 + parent: 2 + - uid: 20806 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 + - uid: 20807 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - uid: 20808 + components: + - type: Transform + pos: -40.5,7.5 + parent: 2 + - uid: 20809 + components: + - type: Transform + pos: -41.5,7.5 + parent: 2 + - uid: 20810 + components: + - type: Transform + pos: -42.5,7.5 + parent: 2 + - uid: 20811 + components: + - type: Transform + pos: -42.5,6.5 + parent: 2 + - uid: 20812 + components: + - type: Transform + pos: -42.5,5.5 + parent: 2 + - uid: 20813 + components: + - type: Transform + pos: -42.5,4.5 + parent: 2 + - uid: 20814 + components: + - type: Transform + pos: -42.5,3.5 + parent: 2 + - uid: 20815 + components: + - type: Transform + pos: -42.5,2.5 + parent: 2 + - uid: 20816 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - uid: 20817 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - uid: 20818 + components: + - type: Transform + pos: -43.5,0.5 + parent: 2 + - uid: 20819 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 + - uid: 20820 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 + - uid: 20821 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 20822 + components: + - type: Transform + pos: -43.5,-3.5 + parent: 2 + - uid: 20823 + components: + - type: Transform + pos: -43.5,-4.5 + parent: 2 + - uid: 20824 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 20825 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 20826 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - uid: 20827 + components: + - type: Transform + pos: -42.5,-7.5 + parent: 2 + - uid: 20828 + components: + - type: Transform + pos: -41.5,-7.5 + parent: 2 + - uid: 20829 + components: + - type: Transform + pos: -41.5,-8.5 + parent: 2 + - uid: 20830 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 20831 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 20832 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 20833 + components: + - type: Transform + pos: -39.5,-10.5 + parent: 2 + - uid: 20834 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 20835 + components: + - type: Transform + pos: -38.5,-11.5 + parent: 2 + - uid: 20836 + components: + - type: Transform + pos: -37.5,-11.5 + parent: 2 + - uid: 20837 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 20838 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 + - uid: 21067 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 21074 + components: + - type: Transform + pos: 49.5,17.5 + parent: 2 + - uid: 21124 + components: + - type: Transform + pos: -61.5,-11.5 + parent: 2 + - uid: 21135 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 21136 + components: + - type: Transform + pos: -55.5,-33.5 + parent: 2 + - uid: 21137 + components: + - type: Transform + pos: -55.5,-34.5 + parent: 2 + - uid: 21138 + components: + - type: Transform + pos: -55.5,-35.5 + parent: 2 + - uid: 21139 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 2 + - uid: 21140 + components: + - type: Transform + pos: -53.5,-35.5 + parent: 2 + - uid: 21141 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 21142 + components: + - type: Transform + pos: -56.5,-35.5 + parent: 2 + - uid: 21143 + components: + - type: Transform + pos: -57.5,-35.5 + parent: 2 + - uid: 21144 + components: + - type: Transform + pos: -58.5,-35.5 + parent: 2 + - uid: 21145 + components: + - type: Transform + pos: -58.5,-34.5 + parent: 2 + - uid: 21146 + components: + - type: Transform + pos: -58.5,-33.5 + parent: 2 + - uid: 21147 + components: + - type: Transform + pos: -57.5,-33.5 + parent: 2 + - uid: 21148 + components: + - type: Transform + pos: -56.5,-33.5 + parent: 2 + - uid: 21149 + components: + - type: Transform + pos: -59.5,-34.5 + parent: 2 + - uid: 21150 + components: + - type: Transform + pos: -60.5,-34.5 + parent: 2 + - uid: 21151 + components: + - type: Transform + pos: -61.5,-34.5 + parent: 2 + - uid: 21152 + components: + - type: Transform + pos: -62.5,-34.5 + parent: 2 + - uid: 21153 + components: + - type: Transform + pos: -63.5,-34.5 + parent: 2 + - uid: 21154 + components: + - type: Transform + pos: -64.5,-34.5 + parent: 2 + - uid: 21155 + components: + - type: Transform + pos: -65.5,-34.5 + parent: 2 + - uid: 21156 + components: + - type: Transform + pos: -66.5,-34.5 + parent: 2 + - uid: 21157 + components: + - type: Transform + pos: -67.5,-34.5 + parent: 2 + - uid: 21158 + components: + - type: Transform + pos: -66.5,-33.5 + parent: 2 + - uid: 21159 + components: + - type: Transform + pos: -66.5,-32.5 + parent: 2 + - uid: 21160 + components: + - type: Transform + pos: -66.5,-31.5 + parent: 2 + - uid: 21161 + components: + - type: Transform + pos: -66.5,-30.5 + parent: 2 + - uid: 21166 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 21167 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 21168 + components: + - type: Transform + pos: -49.5,-35.5 + parent: 2 + - uid: 21169 + components: + - type: Transform + pos: -48.5,-35.5 + parent: 2 + - uid: 21170 + components: + - type: Transform + pos: -47.5,-35.5 + parent: 2 + - uid: 21171 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 2 + - uid: 21172 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 21173 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 21174 + components: + - type: Transform + pos: -43.5,-35.5 + parent: 2 + - uid: 21175 + components: + - type: Transform + pos: -42.5,-35.5 + parent: 2 + - uid: 21176 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 21177 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - uid: 21178 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 21179 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 21180 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 21181 + components: + - type: Transform + pos: -64.5,-16.5 + parent: 2 + - uid: 21182 + components: + - type: Transform + pos: -65.5,-16.5 + parent: 2 + - uid: 21285 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 + - uid: 21286 + components: + - type: Transform + pos: -32.5,22.5 + parent: 2 + - uid: 21287 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 + - uid: 21288 + components: + - type: Transform + pos: -32.5,20.5 + parent: 2 + - uid: 21289 + components: + - type: Transform + pos: -31.5,20.5 + parent: 2 + - uid: 21290 + components: + - type: Transform + pos: -30.5,20.5 + parent: 2 + - uid: 21291 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 21292 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 21293 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 21294 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 21295 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 21296 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 21297 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 21298 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 21299 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 21300 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 21301 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 21302 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 21303 + components: + - type: Transform + pos: -17.5,20.5 + parent: 2 + - uid: 21304 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 21305 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 21306 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 21307 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 21308 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - uid: 21309 + components: + - type: Transform + pos: -11.5,20.5 + parent: 2 + - uid: 21310 + components: + - type: Transform + pos: -10.5,20.5 + parent: 2 + - uid: 21311 + components: + - type: Transform + pos: -9.5,20.5 + parent: 2 + - uid: 21312 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 + - uid: 21313 + components: + - type: Transform + pos: -7.5,20.5 + parent: 2 + - uid: 21314 + components: + - type: Transform + pos: -6.5,20.5 + parent: 2 + - uid: 21315 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 + - uid: 21316 + components: + - type: Transform + pos: -5.5,19.5 + parent: 2 + - uid: 21317 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 21318 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 + - uid: 21319 + components: + - type: Transform + pos: -2.5,19.5 + parent: 2 + - uid: 21320 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 21321 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 21322 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - uid: 21323 + components: + - type: Transform + pos: 1.5,19.5 + parent: 2 + - uid: 21325 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 21326 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 21327 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 21328 + components: + - type: Transform + pos: 6.5,19.5 + parent: 2 + - uid: 21329 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 21330 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - uid: 21331 + components: + - type: Transform + pos: 9.5,19.5 + parent: 2 + - uid: 21332 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 + - uid: 21333 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 21334 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 21335 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 21336 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 21337 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 21338 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 21339 + components: + - type: Transform + pos: 17.5,19.5 + parent: 2 + - uid: 21340 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 21341 + components: + - type: Transform + pos: 19.5,19.5 + parent: 2 + - uid: 21342 + components: + - type: Transform + pos: 20.5,19.5 + parent: 2 + - uid: 21343 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 21344 + components: + - type: Transform + pos: 22.5,19.5 + parent: 2 + - uid: 21345 + components: + - type: Transform + pos: 23.5,19.5 + parent: 2 + - uid: 21346 + components: + - type: Transform + pos: 24.5,19.5 + parent: 2 + - uid: 21347 + components: + - type: Transform + pos: 25.5,19.5 + parent: 2 + - uid: 21348 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 21349 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 21350 + components: + - type: Transform + pos: 28.5,19.5 + parent: 2 + - uid: 21351 + components: + - type: Transform + pos: 29.5,19.5 + parent: 2 + - uid: 21352 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 21353 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 21354 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 21355 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - uid: 21356 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 21357 + components: + - type: Transform + pos: 35.5,19.5 + parent: 2 + - uid: 21358 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 21359 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - uid: 21360 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 21361 + components: + - type: Transform + pos: 39.5,19.5 + parent: 2 + - uid: 21362 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - uid: 21363 + components: + - type: Transform + pos: 41.5,19.5 + parent: 2 + - uid: 21364 + components: + - type: Transform + pos: 42.5,19.5 + parent: 2 + - uid: 21365 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 + - uid: 21366 + components: + - type: Transform + pos: 44.5,19.5 + parent: 2 + - uid: 21367 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - uid: 21368 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - uid: 21369 + components: + - type: Transform + pos: 47.5,19.5 + parent: 2 + - uid: 21370 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - uid: 21371 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 21372 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - uid: 21373 + components: + - type: Transform + pos: 49.5,16.5 + parent: 2 + - uid: 21374 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 21375 + components: + - type: Transform + pos: 49.5,14.5 + parent: 2 + - uid: 21376 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 21377 + components: + - type: Transform + pos: 49.5,12.5 + parent: 2 + - uid: 21378 + components: + - type: Transform + pos: 49.5,11.5 + parent: 2 + - uid: 21379 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 21380 + components: + - type: Transform + pos: 49.5,9.5 + parent: 2 + - uid: 21381 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 21382 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 21383 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 21384 + components: + - type: Transform + pos: 49.5,5.5 + parent: 2 + - uid: 21385 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - uid: 21386 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 21387 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 21388 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 21389 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 21390 + components: + - type: Transform + pos: 50.5,0.5 + parent: 2 + - uid: 21391 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 2 + - uid: 21392 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 21393 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 + - uid: 21394 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 21395 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 21396 + components: + - type: Transform + pos: 50.5,-5.5 + parent: 2 + - uid: 21397 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 21398 + components: + - type: Transform + pos: 50.5,-7.5 + parent: 2 + - uid: 21399 + components: + - type: Transform + pos: 50.5,-8.5 + parent: 2 + - uid: 21400 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 2 + - uid: 21401 + components: + - type: Transform + pos: 50.5,-10.5 + parent: 2 + - uid: 21402 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 21403 + components: + - type: Transform + pos: 50.5,-12.5 + parent: 2 + - uid: 21404 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - uid: 21405 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 21406 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 21407 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 21408 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 21409 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 21410 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - uid: 21411 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 2 + - uid: 21412 + components: + - type: Transform + pos: 46.5,-17.5 + parent: 2 + - uid: 21413 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 + - uid: 21414 + components: + - type: Transform + pos: 44.5,-17.5 + parent: 2 + - uid: 21415 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 21416 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 21417 + components: + - type: Transform + pos: 41.5,-17.5 + parent: 2 + - uid: 21418 + components: + - type: Transform + pos: 40.5,-17.5 + parent: 2 + - uid: 21419 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 + - uid: 21420 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 21421 + components: + - type: Transform + pos: 38.5,-16.5 + parent: 2 + - uid: 21422 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - uid: 21423 + components: + - type: Transform + pos: 38.5,-15.5 + parent: 2 + - uid: 21424 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 21425 + components: + - type: Transform + pos: 36.5,-15.5 + parent: 2 + - uid: 21426 + components: + - type: Transform + pos: 35.5,-15.5 + parent: 2 + - uid: 21427 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 + - uid: 21428 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 + - uid: 21429 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 21430 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 21431 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 21432 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - uid: 21433 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 21434 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 21435 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 21436 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 + - uid: 21437 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 21438 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 21439 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 21440 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 21441 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 21442 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 21443 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 21444 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - uid: 21445 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 21446 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 21447 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 21448 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 21449 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 21450 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 21451 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 21452 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 21453 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 21454 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 21455 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 21456 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 21457 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - uid: 21458 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 21459 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 21460 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 21461 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 21468 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 21469 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 21470 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 21471 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 21472 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 21473 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 21474 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 21475 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 21476 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 21477 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 21478 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 21479 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 21480 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 21481 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 21482 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 21483 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 21484 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 21485 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 21486 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 21487 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 + - uid: 21488 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 21489 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - uid: 21490 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 21491 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 21492 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 21493 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - uid: 21494 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 21495 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 2 + - uid: 21496 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 + - uid: 21497 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 21498 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - uid: 21499 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 21500 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 21501 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 21502 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 21503 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 21504 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 + - uid: 21505 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 21506 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 21507 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 21508 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 21509 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 21510 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 21511 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 21512 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 21513 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 21514 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - uid: 21515 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 21516 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 21517 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 21518 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 21519 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 21520 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 21521 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 21522 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 21523 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 21524 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 21525 + components: + - type: Transform + pos: -32.5,-27.5 + parent: 2 + - uid: 21526 + components: + - type: Transform + pos: -31.5,-27.5 + parent: 2 + - uid: 21527 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 21528 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - uid: 21529 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 21530 + components: + - type: Transform + pos: -27.5,-27.5 + parent: 2 + - uid: 21531 + components: + - type: Transform + pos: -26.5,-27.5 + parent: 2 + - uid: 21532 + components: + - type: Transform + pos: -25.5,-27.5 + parent: 2 + - uid: 21533 + components: + - type: Transform + pos: -30.5,-20.5 + parent: 2 + - uid: 21536 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 2 + - uid: 21537 + components: + - type: Transform + pos: -35.5,-15.5 + parent: 2 + - uid: 21538 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 + - uid: 21539 + components: + - type: Transform + pos: -37.5,-15.5 + parent: 2 + - uid: 21540 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 21541 + components: + - type: Transform + pos: -39.5,-15.5 + parent: 2 + - uid: 21542 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - uid: 21543 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 + - uid: 21544 + components: + - type: Transform + pos: -41.5,-14.5 + parent: 2 + - uid: 21545 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 21546 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 21547 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 21548 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 21549 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 21550 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 21551 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 21552 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - uid: 21553 + components: + - type: Transform + pos: -45.5,-9.5 + parent: 2 + - uid: 21554 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 + - uid: 21555 + components: + - type: Transform + pos: -46.5,-7.5 + parent: 2 + - uid: 21556 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 21557 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 + - uid: 21558 + components: + - type: Transform + pos: -46.5,-4.5 + parent: 2 + - uid: 21559 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 + - uid: 21560 + components: + - type: Transform + pos: -46.5,-2.5 + parent: 2 + - uid: 21561 + components: + - type: Transform + pos: -46.5,-1.5 + parent: 2 + - uid: 21562 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 + - uid: 21563 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 21564 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 21565 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 21566 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 + - uid: 21567 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 + - uid: 21568 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 21569 + components: + - type: Transform + pos: -112.5,24.5 + parent: 2 + - uid: 21570 + components: + - type: Transform + pos: -45.5,5.5 + parent: 2 + - uid: 21571 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - uid: 21572 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - uid: 21573 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 + - uid: 21574 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 + - uid: 21575 + components: + - type: Transform + pos: -44.5,9.5 + parent: 2 + - uid: 21576 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - uid: 21577 + components: + - type: Transform + pos: -44.5,11.5 + parent: 2 + - uid: 21578 + components: + - type: Transform + pos: -44.5,12.5 + parent: 2 + - uid: 21579 + components: + - type: Transform + pos: -44.5,13.5 + parent: 2 + - uid: 21580 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 + - uid: 21581 + components: + - type: Transform + pos: -44.5,15.5 + parent: 2 + - uid: 21582 + components: + - type: Transform + pos: -44.5,16.5 + parent: 2 + - uid: 21583 + components: + - type: Transform + pos: -43.5,16.5 + parent: 2 + - uid: 21584 + components: + - type: Transform + pos: -42.5,16.5 + parent: 2 + - uid: 21585 + components: + - type: Transform + pos: -41.5,16.5 + parent: 2 + - uid: 21586 + components: + - type: Transform + pos: -40.5,16.5 + parent: 2 + - uid: 21587 + components: + - type: Transform + pos: -39.5,16.5 + parent: 2 + - uid: 21588 + components: + - type: Transform + pos: -39.5,17.5 + parent: 2 + - uid: 21589 + components: + - type: Transform + pos: -38.5,17.5 + parent: 2 + - uid: 21590 + components: + - type: Transform + pos: -37.5,17.5 + parent: 2 + - uid: 21591 + components: + - type: Transform + pos: -37.5,18.5 + parent: 2 + - uid: 21592 + components: + - type: Transform + pos: -36.5,18.5 + parent: 2 + - uid: 21593 + components: + - type: Transform + pos: -36.5,19.5 + parent: 2 + - uid: 21594 + components: + - type: Transform + pos: -35.5,19.5 + parent: 2 + - uid: 21595 + components: + - type: Transform + pos: -34.5,19.5 + parent: 2 + - uid: 21596 + components: + - type: Transform + pos: -33.5,19.5 + parent: 2 + - uid: 21597 + components: + - type: Transform + pos: -33.5,20.5 + parent: 2 + - uid: 21598 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 + - uid: 21599 + components: + - type: Transform + pos: -47.5,8.5 + parent: 2 + - uid: 21600 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 + - uid: 21601 + components: + - type: Transform + pos: -49.5,8.5 + parent: 2 + - uid: 21602 + components: + - type: Transform + pos: -50.5,8.5 + parent: 2 + - uid: 21603 + components: + - type: Transform + pos: -51.5,8.5 + parent: 2 + - uid: 21604 + components: + - type: Transform + pos: -52.5,8.5 + parent: 2 + - uid: 21605 + components: + - type: Transform + pos: -53.5,8.5 + parent: 2 + - uid: 21606 + components: + - type: Transform + pos: -54.5,8.5 + parent: 2 + - uid: 21607 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 + - uid: 21608 + components: + - type: Transform + pos: -56.5,8.5 + parent: 2 + - uid: 21609 + components: + - type: Transform + pos: -57.5,8.5 + parent: 2 + - uid: 21610 + components: + - type: Transform + pos: -58.5,8.5 + parent: 2 + - uid: 21611 + components: + - type: Transform + pos: -59.5,8.5 + parent: 2 + - uid: 21612 + components: + - type: Transform + pos: -60.5,8.5 + parent: 2 + - uid: 21613 + components: + - type: Transform + pos: -61.5,8.5 + parent: 2 + - uid: 21614 + components: + - type: Transform + pos: 1.5,18.5 + parent: 2 + - uid: 21615 + components: + - type: Transform + pos: 1.5,17.5 + parent: 2 + - uid: 21616 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 21617 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 21618 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 21619 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 21620 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 21621 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 21622 + components: + - type: Transform + pos: 1.5,10.5 + parent: 2 + - uid: 21623 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 + - uid: 21624 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 21625 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 21626 + components: + - type: Transform + pos: 1.5,23.5 + parent: 2 + - uid: 21627 + components: + - type: Transform + pos: 1.5,24.5 + parent: 2 + - uid: 21628 + components: + - type: Transform + pos: 1.5,25.5 + parent: 2 + - uid: 21629 + components: + - type: Transform + pos: 1.5,26.5 + parent: 2 + - uid: 21630 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 21631 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 21632 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 21633 + components: + - type: Transform + pos: 1.5,30.5 + parent: 2 + - uid: 21634 + components: + - type: Transform + pos: 1.5,31.5 + parent: 2 + - uid: 21635 + components: + - type: Transform + pos: 1.5,32.5 + parent: 2 + - uid: 21636 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 21637 + components: + - type: Transform + pos: 1.5,34.5 + parent: 2 + - uid: 21638 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 21639 + components: + - type: Transform + pos: 1.5,36.5 + parent: 2 + - uid: 21640 + components: + - type: Transform + pos: 1.5,37.5 + parent: 2 + - uid: 21641 + components: + - type: Transform + pos: 1.5,38.5 + parent: 2 + - uid: 21642 + components: + - type: Transform + pos: 1.5,39.5 + parent: 2 + - uid: 21643 + components: + - type: Transform + pos: 1.5,40.5 + parent: 2 + - uid: 21644 + components: + - type: Transform + pos: 1.5,41.5 + parent: 2 + - uid: 21645 + components: + - type: Transform + pos: 1.5,42.5 + parent: 2 + - uid: 21646 + components: + - type: Transform + pos: 1.5,43.5 + parent: 2 + - uid: 21647 + components: + - type: Transform + pos: 1.5,44.5 + parent: 2 + - uid: 21648 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 21649 + components: + - type: Transform + pos: 1.5,46.5 + parent: 2 + - uid: 21650 + components: + - type: Transform + pos: 1.5,47.5 + parent: 2 + - uid: 21651 + components: + - type: Transform + pos: 1.5,48.5 + parent: 2 + - uid: 21652 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - uid: 21653 + components: + - type: Transform + pos: 1.5,50.5 + parent: 2 + - uid: 21654 + components: + - type: Transform + pos: 1.5,51.5 + parent: 2 + - uid: 21655 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 21656 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 21657 + components: + - type: Transform + pos: 1.5,54.5 + parent: 2 + - uid: 21658 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 21659 + components: + - type: Transform + pos: 1.5,56.5 + parent: 2 + - uid: 21660 + components: + - type: Transform + pos: 1.5,57.5 + parent: 2 + - uid: 21661 + components: + - type: Transform + pos: 1.5,58.5 + parent: 2 + - uid: 21662 + components: + - type: Transform + pos: 1.5,59.5 + parent: 2 + - uid: 21663 + components: + - type: Transform + pos: 1.5,60.5 + parent: 2 + - uid: 21664 + components: + - type: Transform + pos: 1.5,61.5 + parent: 2 + - uid: 21665 + components: + - type: Transform + pos: 1.5,62.5 + parent: 2 + - uid: 21666 + components: + - type: Transform + pos: 1.5,63.5 + parent: 2 + - uid: 21667 + components: + - type: Transform + pos: 1.5,64.5 + parent: 2 + - uid: 21668 + components: + - type: Transform + pos: 1.5,65.5 + parent: 2 + - uid: 21669 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 21670 + components: + - type: Transform + pos: 1.5,67.5 + parent: 2 + - uid: 21671 + components: + - type: Transform + pos: 1.5,68.5 + parent: 2 + - uid: 21672 + components: + - type: Transform + pos: 1.5,69.5 + parent: 2 + - uid: 21673 + components: + - type: Transform + pos: 1.5,70.5 + parent: 2 + - uid: 21674 + components: + - type: Transform + pos: 1.5,71.5 + parent: 2 + - uid: 21675 + components: + - type: Transform + pos: 1.5,72.5 + parent: 2 + - uid: 21676 + components: + - type: Transform + pos: 1.5,73.5 + parent: 2 + - uid: 21677 + components: + - type: Transform + pos: 1.5,74.5 + parent: 2 + - uid: 21678 + components: + - type: Transform + pos: 1.5,75.5 + parent: 2 + - uid: 21679 + components: + - type: Transform + pos: 1.5,76.5 + parent: 2 + - uid: 21680 + components: + - type: Transform + pos: 1.5,77.5 + parent: 2 + - uid: 21681 + components: + - type: Transform + pos: 1.5,78.5 + parent: 2 + - uid: 21682 + components: + - type: Transform + pos: 0.5,78.5 + parent: 2 + - uid: 21683 + components: + - type: Transform + pos: -0.5,78.5 + parent: 2 + - uid: 21684 + components: + - type: Transform + pos: -1.5,78.5 + parent: 2 + - uid: 21685 + components: + - type: Transform + pos: -2.5,78.5 + parent: 2 + - uid: 21686 + components: + - type: Transform + pos: -3.5,78.5 + parent: 2 + - uid: 21687 + components: + - type: Transform + pos: -4.5,78.5 + parent: 2 + - uid: 21688 + components: + - type: Transform + pos: -5.5,78.5 + parent: 2 + - uid: 21689 + components: + - type: Transform + pos: -6.5,78.5 + parent: 2 + - uid: 21690 + components: + - type: Transform + pos: -7.5,78.5 + parent: 2 + - uid: 21691 + components: + - type: Transform + pos: -8.5,78.5 + parent: 2 + - uid: 21692 + components: + - type: Transform + pos: -9.5,78.5 + parent: 2 + - uid: 21693 + components: + - type: Transform + pos: -10.5,78.5 + parent: 2 + - uid: 21694 + components: + - type: Transform + pos: -11.5,78.5 + parent: 2 + - uid: 21695 + components: + - type: Transform + pos: -11.5,77.5 + parent: 2 + - uid: 21696 + components: + - type: Transform + pos: -11.5,76.5 + parent: 2 + - uid: 21697 + components: + - type: Transform + pos: -11.5,75.5 + parent: 2 + - uid: 21698 + components: + - type: Transform + pos: -11.5,74.5 + parent: 2 + - uid: 21699 + components: + - type: Transform + pos: -11.5,73.5 + parent: 2 + - uid: 21700 + components: + - type: Transform + pos: -10.5,73.5 + parent: 2 + - uid: 21701 + components: + - type: Transform + pos: -9.5,73.5 + parent: 2 + - uid: 21702 + components: + - type: Transform + pos: -8.5,73.5 + parent: 2 + - uid: 21703 + components: + - type: Transform + pos: -7.5,73.5 + parent: 2 + - uid: 21704 + components: + - type: Transform + pos: -6.5,73.5 + parent: 2 + - uid: 21705 + components: + - type: Transform + pos: -5.5,73.5 + parent: 2 + - uid: 21706 + components: + - type: Transform + pos: -4.5,73.5 + parent: 2 + - uid: 21707 + components: + - type: Transform + pos: -3.5,73.5 + parent: 2 + - uid: 21708 + components: + - type: Transform + pos: -2.5,73.5 + parent: 2 + - uid: 21709 + components: + - type: Transform + pos: -1.5,73.5 + parent: 2 + - uid: 21710 + components: + - type: Transform + pos: -0.5,73.5 + parent: 2 + - uid: 21711 + components: + - type: Transform + pos: 0.5,73.5 + parent: 2 + - uid: 21712 + components: + - type: Transform + pos: 2.5,73.5 + parent: 2 + - uid: 21713 + components: + - type: Transform + pos: 3.5,73.5 + parent: 2 + - uid: 21714 + components: + - type: Transform + pos: 4.5,73.5 + parent: 2 + - uid: 21715 + components: + - type: Transform + pos: 5.5,73.5 + parent: 2 + - uid: 21716 + components: + - type: Transform + pos: 6.5,73.5 + parent: 2 + - uid: 21717 + components: + - type: Transform + pos: 7.5,73.5 + parent: 2 + - uid: 21718 + components: + - type: Transform + pos: 8.5,73.5 + parent: 2 + - uid: 21719 + components: + - type: Transform + pos: 9.5,73.5 + parent: 2 + - uid: 21720 + components: + - type: Transform + pos: 10.5,73.5 + parent: 2 + - uid: 21721 + components: + - type: Transform + pos: 11.5,73.5 + parent: 2 + - uid: 21722 + components: + - type: Transform + pos: 12.5,73.5 + parent: 2 + - uid: 21723 + components: + - type: Transform + pos: 13.5,73.5 + parent: 2 + - uid: 21724 + components: + - type: Transform + pos: 14.5,73.5 + parent: 2 + - uid: 21725 + components: + - type: Transform + pos: 14.5,74.5 + parent: 2 + - uid: 21726 + components: + - type: Transform + pos: 14.5,75.5 + parent: 2 + - uid: 21727 + components: + - type: Transform + pos: 14.5,76.5 + parent: 2 + - uid: 21728 + components: + - type: Transform + pos: 14.5,77.5 + parent: 2 + - uid: 21729 + components: + - type: Transform + pos: 14.5,78.5 + parent: 2 + - uid: 21730 + components: + - type: Transform + pos: 13.5,78.5 + parent: 2 + - uid: 21731 + components: + - type: Transform + pos: 12.5,78.5 + parent: 2 + - uid: 21732 + components: + - type: Transform + pos: 11.5,78.5 + parent: 2 + - uid: 21733 + components: + - type: Transform + pos: 10.5,78.5 + parent: 2 + - uid: 21734 + components: + - type: Transform + pos: 9.5,78.5 + parent: 2 + - uid: 21735 + components: + - type: Transform + pos: 8.5,78.5 + parent: 2 + - uid: 21736 + components: + - type: Transform + pos: 7.5,78.5 + parent: 2 + - uid: 21737 + components: + - type: Transform + pos: 6.5,78.5 + parent: 2 + - uid: 21738 + components: + - type: Transform + pos: 5.5,78.5 + parent: 2 + - uid: 21739 + components: + - type: Transform + pos: 4.5,78.5 + parent: 2 + - uid: 21740 + components: + - type: Transform + pos: 3.5,78.5 + parent: 2 + - uid: 21741 + components: + - type: Transform + pos: 2.5,78.5 + parent: 2 + - uid: 21742 + components: + - type: Transform + pos: 2.5,79.5 + parent: 2 + - uid: 21743 + components: + - type: Transform + pos: 2.5,80.5 + parent: 2 + - uid: 21744 + components: + - type: Transform + pos: 2.5,81.5 + parent: 2 + - uid: 21745 + components: + - type: Transform + pos: 0.5,81.5 + parent: 2 + - uid: 21746 + components: + - type: Transform + pos: 0.5,80.5 + parent: 2 + - uid: 21747 + components: + - type: Transform + pos: 0.5,79.5 + parent: 2 + - uid: 21748 + components: + - type: Transform + pos: -5.5,79.5 + parent: 2 + - uid: 21749 + components: + - type: Transform + pos: -5.5,80.5 + parent: 2 + - uid: 21750 + components: + - type: Transform + pos: -5.5,81.5 + parent: 2 + - uid: 21751 + components: + - type: Transform + pos: -7.5,81.5 + parent: 2 + - uid: 21752 + components: + - type: Transform + pos: -7.5,80.5 + parent: 2 + - uid: 21753 + components: + - type: Transform + pos: -7.5,79.5 + parent: 2 + - uid: 21754 + components: + - type: Transform + pos: -7.5,82.5 + parent: 2 + - uid: 21755 + components: + - type: Transform + pos: -5.5,82.5 + parent: 2 + - uid: 21756 + components: + - type: Transform + pos: 0.5,82.5 + parent: 2 + - uid: 21757 + components: + - type: Transform + pos: 2.5,82.5 + parent: 2 + - uid: 21758 + components: + - type: Transform + pos: 8.5,82.5 + parent: 2 + - uid: 21759 + components: + - type: Transform + pos: 8.5,81.5 + parent: 2 + - uid: 21760 + components: + - type: Transform + pos: 8.5,80.5 + parent: 2 + - uid: 21761 + components: + - type: Transform + pos: 8.5,79.5 + parent: 2 + - uid: 21762 + components: + - type: Transform + pos: 10.5,79.5 + parent: 2 + - uid: 21763 + components: + - type: Transform + pos: 10.5,80.5 + parent: 2 + - uid: 21764 + components: + - type: Transform + pos: 10.5,81.5 + parent: 2 + - uid: 21765 + components: + - type: Transform + pos: 10.5,82.5 + parent: 2 + - uid: 21766 + components: + - type: Transform + pos: -3.5,52.5 + parent: 2 + - uid: 21767 + components: + - type: Transform + pos: -3.5,53.5 + parent: 2 + - uid: 21768 + components: + - type: Transform + pos: -3.5,54.5 + parent: 2 + - uid: 21769 + components: + - type: Transform + pos: -3.5,55.5 + parent: 2 + - uid: 21770 + components: + - type: Transform + pos: -3.5,56.5 + parent: 2 + - uid: 21771 + components: + - type: Transform + pos: -4.5,56.5 + parent: 2 + - uid: 21772 + components: + - type: Transform + pos: -5.5,56.5 + parent: 2 + - uid: 21773 + components: + - type: Transform + pos: -6.5,56.5 + parent: 2 + - uid: 21774 + components: + - type: Transform + pos: -7.5,56.5 + parent: 2 + - uid: 21775 + components: + - type: Transform + pos: -8.5,56.5 + parent: 2 + - uid: 21776 + components: + - type: Transform + pos: -9.5,56.5 + parent: 2 + - uid: 21777 + components: + - type: Transform + pos: -10.5,56.5 + parent: 2 + - uid: 21778 + components: + - type: Transform + pos: -11.5,56.5 + parent: 2 + - uid: 21779 + components: + - type: Transform + pos: -11.5,47.5 + parent: 2 + - uid: 21780 + components: + - type: Transform + pos: -10.5,47.5 + parent: 2 + - uid: 21781 + components: + - type: Transform + pos: -9.5,47.5 + parent: 2 + - uid: 21782 + components: + - type: Transform + pos: -8.5,47.5 + parent: 2 + - uid: 21783 + components: + - type: Transform + pos: -7.5,47.5 + parent: 2 + - uid: 21784 + components: + - type: Transform + pos: -6.5,47.5 + parent: 2 + - uid: 21785 + components: + - type: Transform + pos: -5.5,47.5 + parent: 2 + - uid: 21786 + components: + - type: Transform + pos: -4.5,47.5 + parent: 2 + - uid: 21787 + components: + - type: Transform + pos: -3.5,47.5 + parent: 2 + - uid: 21788 + components: + - type: Transform + pos: -3.5,48.5 + parent: 2 + - uid: 21789 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - uid: 21790 + components: + - type: Transform + pos: -3.5,50.5 + parent: 2 + - uid: 21791 + components: + - type: Transform + pos: -13.5,44.5 + parent: 2 + - uid: 21792 + components: + - type: Transform + pos: -14.5,44.5 + parent: 2 + - uid: 21793 + components: + - type: Transform + pos: -15.5,44.5 + parent: 2 + - uid: 21794 + components: + - type: Transform + pos: -16.5,44.5 + parent: 2 + - uid: 21795 + components: + - type: Transform + pos: -17.5,44.5 + parent: 2 + - uid: 21796 + components: + - type: Transform + pos: -18.5,44.5 + parent: 2 + - uid: 21797 + components: + - type: Transform + pos: -19.5,44.5 + parent: 2 + - uid: 21798 + components: + - type: Transform + pos: -20.5,44.5 + parent: 2 + - uid: 21799 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 21800 + components: + - type: Transform + pos: -22.5,44.5 + parent: 2 + - uid: 21801 + components: + - type: Transform + pos: -23.5,44.5 + parent: 2 + - uid: 21802 + components: + - type: Transform + pos: -24.5,44.5 + parent: 2 + - uid: 21803 + components: + - type: Transform + pos: -25.5,44.5 + parent: 2 + - uid: 21804 + components: + - type: Transform + pos: -26.5,44.5 + parent: 2 + - uid: 21805 + components: + - type: Transform + pos: -26.5,45.5 + parent: 2 + - uid: 21806 + components: + - type: Transform + pos: -26.5,46.5 + parent: 2 + - uid: 21807 + components: + - type: Transform + pos: -26.5,47.5 + parent: 2 + - uid: 21808 + components: + - type: Transform + pos: -26.5,48.5 + parent: 2 + - uid: 21809 + components: + - type: Transform + pos: -25.5,48.5 + parent: 2 + - uid: 21810 + components: + - type: Transform + pos: -24.5,48.5 + parent: 2 + - uid: 21811 + components: + - type: Transform + pos: -23.5,48.5 + parent: 2 + - uid: 21812 + components: + - type: Transform + pos: -22.5,48.5 + parent: 2 + - uid: 21813 + components: + - type: Transform + pos: -21.5,48.5 + parent: 2 + - uid: 21814 + components: + - type: Transform + pos: -20.5,48.5 + parent: 2 + - uid: 21815 + components: + - type: Transform + pos: -19.5,48.5 + parent: 2 + - uid: 21816 + components: + - type: Transform + pos: -26.5,58.5 + parent: 2 + - uid: 21817 + components: + - type: Transform + pos: -26.5,57.5 + parent: 2 + - uid: 21818 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 21819 + components: + - type: Transform + pos: -26.5,55.5 + parent: 2 + - uid: 21820 + components: + - type: Transform + pos: -25.5,55.5 + parent: 2 + - uid: 21821 + components: + - type: Transform + pos: -24.5,55.5 + parent: 2 + - uid: 21822 + components: + - type: Transform + pos: -23.5,55.5 + parent: 2 + - uid: 21823 + components: + - type: Transform + pos: -22.5,55.5 + parent: 2 + - uid: 21824 + components: + - type: Transform + pos: -21.5,55.5 + parent: 2 + - uid: 21825 + components: + - type: Transform + pos: -20.5,55.5 + parent: 2 + - uid: 21826 + components: + - type: Transform + pos: -20.5,54.5 + parent: 2 + - uid: 21827 + components: + - type: Transform + pos: -20.5,53.5 + parent: 2 + - uid: 21828 + components: + - type: Transform + pos: -26.5,59.5 + parent: 2 + - uid: 21829 + components: + - type: Transform + pos: -26.5,60.5 + parent: 2 + - uid: 21830 + components: + - type: Transform + pos: -26.5,61.5 + parent: 2 + - uid: 21831 + components: + - type: Transform + pos: -26.5,62.5 + parent: 2 + - uid: 21832 + components: + - type: Transform + pos: -26.5,63.5 + parent: 2 + - uid: 21833 + components: + - type: Transform + pos: -34.5,47.5 + parent: 2 + - uid: 21834 + components: + - type: Transform + pos: -34.5,48.5 + parent: 2 + - uid: 21835 + components: + - type: Transform + pos: -34.5,49.5 + parent: 2 + - uid: 21836 + components: + - type: Transform + pos: -34.5,50.5 + parent: 2 + - uid: 21837 + components: + - type: Transform + pos: -34.5,51.5 + parent: 2 + - uid: 21838 + components: + - type: Transform + pos: -31.5,51.5 + parent: 2 + - uid: 21839 + components: + - type: Transform + pos: -32.5,51.5 + parent: 2 + - uid: 21840 + components: + - type: Transform + pos: -33.5,51.5 + parent: 2 + - uid: 21841 + components: + - type: Transform + pos: -34.5,51.5 + parent: 2 + - uid: 21842 + components: + - type: Transform + pos: -35.5,51.5 + parent: 2 + - uid: 21843 + components: + - type: Transform + pos: -36.5,51.5 + parent: 2 + - uid: 21844 + components: + - type: Transform + pos: -37.5,51.5 + parent: 2 + - uid: 21845 + components: + - type: Transform + pos: -38.5,51.5 + parent: 2 + - uid: 21846 + components: + - type: Transform + pos: -39.5,51.5 + parent: 2 + - uid: 21847 + components: + - type: Transform + pos: -40.5,51.5 + parent: 2 + - uid: 21848 + components: + - type: Transform + pos: -41.5,51.5 + parent: 2 + - uid: 21849 + components: + - type: Transform + pos: -42.5,51.5 + parent: 2 + - uid: 21850 + components: + - type: Transform + pos: -43.5,51.5 + parent: 2 + - uid: 21851 + components: + - type: Transform + pos: -44.5,51.5 + parent: 2 + - uid: 21852 + components: + - type: Transform + pos: -45.5,51.5 + parent: 2 + - uid: 21853 + components: + - type: Transform + pos: -46.5,51.5 + parent: 2 + - uid: 21854 + components: + - type: Transform + pos: -47.5,51.5 + parent: 2 + - uid: 21855 + components: + - type: Transform + pos: -48.5,51.5 + parent: 2 + - uid: 21856 + components: + - type: Transform + pos: -49.5,51.5 + parent: 2 + - uid: 21857 + components: + - type: Transform + pos: -49.5,50.5 + parent: 2 + - uid: 21858 + components: + - type: Transform + pos: -49.5,49.5 + parent: 2 + - uid: 21859 + components: + - type: Transform + pos: -49.5,48.5 + parent: 2 + - uid: 21860 + components: + - type: Transform + pos: -43.5,39.5 + parent: 2 + - uid: 21861 + components: + - type: Transform + pos: -43.5,40.5 + parent: 2 + - uid: 21862 + components: + - type: Transform + pos: -43.5,41.5 + parent: 2 + - uid: 21863 + components: + - type: Transform + pos: -43.5,42.5 + parent: 2 + - uid: 21864 + components: + - type: Transform + pos: -43.5,43.5 + parent: 2 + - uid: 21865 + components: + - type: Transform + pos: -49.5,43.5 + parent: 2 + - uid: 21866 + components: + - type: Transform + pos: -48.5,43.5 + parent: 2 + - uid: 21867 + components: + - type: Transform + pos: -47.5,43.5 + parent: 2 + - uid: 21868 + components: + - type: Transform + pos: -46.5,43.5 + parent: 2 + - uid: 21869 + components: + - type: Transform + pos: -45.5,43.5 + parent: 2 + - uid: 21870 + components: + - type: Transform + pos: -44.5,43.5 + parent: 2 + - uid: 21871 + components: + - type: Transform + pos: -42.5,43.5 + parent: 2 + - uid: 21872 + components: + - type: Transform + pos: -41.5,43.5 + parent: 2 + - uid: 21873 + components: + - type: Transform + pos: -40.5,43.5 + parent: 2 + - uid: 21874 + components: + - type: Transform + pos: -39.5,43.5 + parent: 2 + - uid: 21875 + components: + - type: Transform + pos: -38.5,43.5 + parent: 2 + - uid: 21876 + components: + - type: Transform + pos: -37.5,43.5 + parent: 2 + - uid: 21877 + components: + - type: Transform + pos: -36.5,43.5 + parent: 2 + - uid: 21879 + components: + - type: Transform + pos: -34.5,43.5 + parent: 2 + - uid: 21881 + components: + - type: Transform + pos: -85.5,22.5 + parent: 2 + - uid: 21882 + components: + - type: Transform + pos: -86.5,22.5 + parent: 2 + - uid: 21883 + components: + - type: Transform + pos: -87.5,22.5 + parent: 2 + - uid: 21884 + components: + - type: Transform + pos: -88.5,22.5 + parent: 2 + - uid: 21885 + components: + - type: Transform + pos: -89.5,22.5 + parent: 2 + - uid: 21886 + components: + - type: Transform + pos: -83.5,22.5 + parent: 2 + - uid: 21887 + components: + - type: Transform + pos: -83.5,23.5 + parent: 2 + - uid: 21888 + components: + - type: Transform + pos: -82.5,22.5 + parent: 2 + - uid: 21889 + components: + - type: Transform + pos: -82.5,23.5 + parent: 2 + - uid: 21890 + components: + - type: Transform + pos: -81.5,22.5 + parent: 2 + - uid: 21891 + components: + - type: Transform + pos: -81.5,23.5 + parent: 2 + - uid: 21892 + components: + - type: Transform + pos: -80.5,22.5 + parent: 2 + - uid: 21893 + components: + - type: Transform + pos: -80.5,23.5 + parent: 2 + - uid: 21894 + components: + - type: Transform + pos: -79.5,22.5 + parent: 2 + - uid: 21895 + components: + - type: Transform + pos: -79.5,23.5 + parent: 2 + - uid: 21896 + components: + - type: Transform + pos: -97.5,-1.5 + parent: 2 + - uid: 21897 + components: + - type: Transform + pos: -97.5,-2.5 + parent: 2 + - uid: 21898 + components: + - type: Transform + pos: -97.5,-3.5 + parent: 2 + - uid: 21899 + components: + - type: Transform + pos: -97.5,-4.5 + parent: 2 + - uid: 21900 + components: + - type: Transform + pos: -97.5,-5.5 + parent: 2 + - uid: 21901 + components: + - type: Transform + pos: -97.5,-6.5 + parent: 2 + - uid: 21902 + components: + - type: Transform + pos: -97.5,-7.5 + parent: 2 + - uid: 21903 + components: + - type: Transform + pos: -97.5,-8.5 + parent: 2 + - uid: 21904 + components: + - type: Transform + pos: -97.5,-9.5 + parent: 2 + - uid: 21905 + components: + - type: Transform + pos: -97.5,-10.5 + parent: 2 + - uid: 21906 + components: + - type: Transform + pos: -97.5,-11.5 + parent: 2 + - uid: 21907 + components: + - type: Transform + pos: -97.5,-12.5 + parent: 2 + - uid: 21908 + components: + - type: Transform + pos: -96.5,-1.5 + parent: 2 + - uid: 21909 + components: + - type: Transform + pos: -95.5,-1.5 + parent: 2 + - uid: 21910 + components: + - type: Transform + pos: -94.5,-1.5 + parent: 2 + - uid: 21911 + components: + - type: Transform + pos: -93.5,-1.5 + parent: 2 + - uid: 21912 + components: + - type: Transform + pos: -93.5,-0.5 + parent: 2 + - uid: 21913 + components: + - type: Transform + pos: -92.5,-0.5 + parent: 2 + - uid: 21914 + components: + - type: Transform + pos: -92.5,0.5 + parent: 2 + - uid: 21915 + components: + - type: Transform + pos: -91.5,0.5 + parent: 2 + - uid: 21916 + components: + - type: Transform + pos: -91.5,1.5 + parent: 2 + - uid: 21917 + components: + - type: Transform + pos: -91.5,2.5 + parent: 2 + - uid: 21918 + components: + - type: Transform + pos: -91.5,3.5 + parent: 2 + - uid: 21919 + components: + - type: Transform + pos: -91.5,4.5 + parent: 2 + - uid: 21920 + components: + - type: Transform + pos: -91.5,5.5 + parent: 2 + - uid: 21921 + components: + - type: Transform + pos: -91.5,6.5 + parent: 2 + - uid: 21922 + components: + - type: Transform + pos: -91.5,7.5 + parent: 2 + - uid: 21923 + components: + - type: Transform + pos: -91.5,9.5 + parent: 2 + - uid: 21924 + components: + - type: Transform + pos: -91.5,10.5 + parent: 2 + - uid: 21925 + components: + - type: Transform + pos: -91.5,11.5 + parent: 2 + - uid: 21926 + components: + - type: Transform + pos: -91.5,12.5 + parent: 2 + - uid: 21927 + components: + - type: Transform + pos: -91.5,13.5 + parent: 2 + - uid: 21928 + components: + - type: Transform + pos: -91.5,14.5 + parent: 2 + - uid: 21929 + components: + - type: Transform + pos: -91.5,15.5 + parent: 2 + - uid: 21930 + components: + - type: Transform + pos: -91.5,16.5 + parent: 2 + - uid: 21931 + components: + - type: Transform + pos: -92.5,16.5 + parent: 2 + - uid: 21932 + components: + - type: Transform + pos: -92.5,17.5 + parent: 2 + - uid: 21933 + components: + - type: Transform + pos: -94.5,17.5 + parent: 2 + - uid: 21934 + components: + - type: Transform + pos: -93.5,17.5 + parent: 2 + - uid: 21935 + components: + - type: Transform + pos: -94.5,18.5 + parent: 2 + - uid: 21936 + components: + - type: Transform + pos: -95.5,18.5 + parent: 2 + - uid: 21937 + components: + - type: Transform + pos: -96.5,18.5 + parent: 2 + - uid: 21938 + components: + - type: Transform + pos: -97.5,18.5 + parent: 2 + - uid: 21939 + components: + - type: Transform + pos: -97.5,19.5 + parent: 2 + - uid: 21940 + components: + - type: Transform + pos: -97.5,20.5 + parent: 2 + - uid: 21941 + components: + - type: Transform + pos: -97.5,21.5 + parent: 2 + - uid: 21942 + components: + - type: Transform + pos: -97.5,22.5 + parent: 2 + - uid: 21943 + components: + - type: Transform + pos: -97.5,23.5 + parent: 2 + - uid: 21944 + components: + - type: Transform + pos: -97.5,24.5 + parent: 2 + - uid: 21945 + components: + - type: Transform + pos: -97.5,25.5 + parent: 2 + - uid: 21946 + components: + - type: Transform + pos: -97.5,26.5 + parent: 2 + - uid: 21947 + components: + - type: Transform + pos: -97.5,27.5 + parent: 2 + - uid: 21948 + components: + - type: Transform + pos: -97.5,28.5 + parent: 2 + - uid: 21949 + components: + - type: Transform + pos: -97.5,29.5 + parent: 2 + - uid: 21950 + components: + - type: Transform + pos: -111.5,24.5 + parent: 2 + - uid: 21951 + components: + - type: Transform + pos: -110.5,24.5 + parent: 2 + - uid: 21952 + components: + - type: Transform + pos: -109.5,24.5 + parent: 2 + - uid: 21953 + components: + - type: Transform + pos: -108.5,24.5 + parent: 2 + - uid: 21954 + components: + - type: Transform + pos: -107.5,24.5 + parent: 2 + - uid: 21955 + components: + - type: Transform + pos: -106.5,24.5 + parent: 2 + - uid: 21956 + components: + - type: Transform + pos: -105.5,24.5 + parent: 2 + - uid: 21957 + components: + - type: Transform + pos: -104.5,24.5 + parent: 2 + - uid: 21958 + components: + - type: Transform + pos: -103.5,24.5 + parent: 2 + - uid: 21959 + components: + - type: Transform + pos: -102.5,24.5 + parent: 2 + - uid: 21960 + components: + - type: Transform + pos: -101.5,24.5 + parent: 2 + - uid: 21961 + components: + - type: Transform + pos: -100.5,24.5 + parent: 2 + - uid: 21962 + components: + - type: Transform + pos: -99.5,24.5 + parent: 2 + - uid: 21963 + components: + - type: Transform + pos: -98.5,24.5 + parent: 2 + - uid: 21964 + components: + - type: Transform + pos: -112.5,-7.5 + parent: 2 + - uid: 21965 + components: + - type: Transform + pos: -111.5,-7.5 + parent: 2 + - uid: 21966 + components: + - type: Transform + pos: -110.5,-7.5 + parent: 2 + - uid: 21967 + components: + - type: Transform + pos: -109.5,-7.5 + parent: 2 + - uid: 21968 + components: + - type: Transform + pos: -108.5,-7.5 + parent: 2 + - uid: 21969 + components: + - type: Transform + pos: -107.5,-7.5 + parent: 2 + - uid: 21970 + components: + - type: Transform + pos: -106.5,-7.5 + parent: 2 + - uid: 21971 + components: + - type: Transform + pos: -105.5,-7.5 + parent: 2 + - uid: 21972 + components: + - type: Transform + pos: -104.5,-7.5 + parent: 2 + - uid: 21973 + components: + - type: Transform + pos: -103.5,-7.5 + parent: 2 + - uid: 21974 + components: + - type: Transform + pos: -102.5,-7.5 + parent: 2 + - uid: 21975 + components: + - type: Transform + pos: -101.5,-7.5 + parent: 2 + - uid: 21976 + components: + - type: Transform + pos: -100.5,-7.5 + parent: 2 + - uid: 21977 + components: + - type: Transform + pos: -99.5,-7.5 + parent: 2 + - uid: 21978 + components: + - type: Transform + pos: -98.5,-7.5 + parent: 2 + - uid: 22167 + components: + - type: Transform + pos: -114.5,2.5 + parent: 2 + - uid: 22168 + components: + - type: Transform + pos: -115.5,2.5 + parent: 2 + - uid: 22169 + components: + - type: Transform + pos: -116.5,2.5 + parent: 2 + - uid: 22170 + components: + - type: Transform + pos: -117.5,2.5 + parent: 2 + - uid: 22171 + components: + - type: Transform + pos: -114.5,14.5 + parent: 2 + - uid: 22172 + components: + - type: Transform + pos: -115.5,14.5 + parent: 2 + - uid: 22173 + components: + - type: Transform + pos: -116.5,14.5 + parent: 2 + - uid: 22174 + components: + - type: Transform + pos: -117.5,14.5 + parent: 2 + - uid: 22353 + components: + - type: Transform + pos: 5.5,72.5 + parent: 2 + - uid: 22354 + components: + - type: Transform + pos: 5.5,70.5 + parent: 2 + - uid: 22355 + components: + - type: Transform + pos: 12.5,71.5 + parent: 2 + - uid: 22576 + components: + - type: Transform + pos: 9.5,47.5 + parent: 2 + - uid: 22631 + components: + - type: Transform + pos: 21.5,29.5 + parent: 2 + - uid: 23003 + components: + - type: Transform + pos: -94.5,65.5 + parent: 2 + - uid: 23004 + components: + - type: Transform + pos: -92.5,67.5 + parent: 2 + - uid: 23005 + components: + - type: Transform + pos: -92.5,66.5 + parent: 2 + - uid: 23006 + components: + - type: Transform + pos: -94.5,66.5 + parent: 2 + - uid: 23008 + components: + - type: Transform + pos: -59.5,33.5 + parent: 2 + - uid: 23009 + components: + - type: Transform + pos: -93.5,66.5 + parent: 2 + - uid: 23135 + components: + - type: Transform + pos: 9.5,46.5 + parent: 2 + - uid: 23728 + components: + - type: Transform + pos: 89.5,54.5 + parent: 2 + - uid: 23770 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 23776 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 23787 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 23794 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 + - uid: 23795 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 23801 + components: + - type: Transform + pos: -17.5,-48.5 + parent: 2 + - uid: 24763 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 26191 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 26413 + components: + - type: Transform + pos: -82.5,11.5 + parent: 2 + - uid: 27353 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 + - uid: 27354 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 27355 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 27356 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 27680 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 2 + - uid: 27832 + components: + - type: Transform + pos: -54.5,44.5 + parent: 2 + - uid: 27869 + components: + - type: Transform + pos: -15.5,36.5 + parent: 2 + - uid: 27872 + components: + - type: Transform + pos: -53.5,44.5 + parent: 2 + - uid: 27933 + components: + - type: Transform + pos: 84.5,61.5 + parent: 2 + - uid: 27949 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 27950 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - uid: 27951 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - uid: 27955 + components: + - type: Transform + pos: -36.5,-43.5 + parent: 2 + - uid: 27956 + components: + - type: Transform + pos: -44.5,-43.5 + parent: 2 + - uid: 27959 + components: + - type: Transform + pos: -42.5,-43.5 + parent: 2 + - uid: 27960 + components: + - type: Transform + pos: -16.5,-44.5 + parent: 2 + - uid: 27985 + components: + - type: Transform + pos: 83.5,59.5 + parent: 2 + - uid: 27998 + components: + - type: Transform + pos: 84.5,59.5 + parent: 2 + - uid: 28008 + components: + - type: Transform + pos: 83.5,61.5 + parent: 2 + - uid: 28162 + components: + - type: Transform + pos: -14.5,36.5 + parent: 2 + - uid: 28600 + components: + - type: Transform + pos: 7.5,64.5 + parent: 2 + - uid: 28732 + components: + - type: Transform + pos: 7.5,62.5 + parent: 2 + - uid: 28745 + components: + - type: Transform + pos: 7.5,63.5 + parent: 2 + - uid: 28753 + components: + - type: Transform + pos: 6.5,65.5 + parent: 2 + - uid: 29058 + components: + - type: Transform + pos: -72.5,3.5 + parent: 2 + - uid: 29129 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 29305 + components: + - type: Transform + pos: 85.5,22.5 + parent: 2 + - uid: 29348 + components: + - type: Transform + pos: 89.5,55.5 + parent: 2 + - uid: 29349 + components: + - type: Transform + pos: 82.5,54.5 + parent: 2 + - uid: 29351 + components: + - type: Transform + pos: 84.5,54.5 + parent: 2 + - uid: 29356 + components: + - type: Transform + pos: 89.5,56.5 + parent: 2 + - uid: 29357 + components: + - type: Transform + pos: 88.5,55.5 + parent: 2 + - uid: 29359 + components: + - type: Transform + pos: 83.5,54.5 + parent: 2 + - uid: 29402 + components: + - type: Transform + pos: 81.5,53.5 + parent: 2 + - uid: 29445 + components: + - type: Transform + pos: -95.5,-9.5 + parent: 2 + - uid: 29446 + components: + - type: Transform + pos: -94.5,-9.5 + parent: 2 + - uid: 29447 + components: + - type: Transform + pos: -94.5,-8.5 + parent: 2 + - uid: 29448 + components: + - type: Transform + pos: -94.5,-7.5 + parent: 2 + - uid: 29449 + components: + - type: Transform + pos: -94.5,-6.5 + parent: 2 + - uid: 29450 + components: + - type: Transform + pos: -94.5,-5.5 + parent: 2 + - uid: 29451 + components: + - type: Transform + pos: -94.5,-4.5 + parent: 2 + - uid: 29452 + components: + - type: Transform + pos: -94.5,-3.5 + parent: 2 + - uid: 29453 + components: + - type: Transform + pos: -94.5,-2.5 + parent: 2 + - uid: 29454 + components: + - type: Transform + pos: -97.5,-0.5 + parent: 2 + - uid: 29455 + components: + - type: Transform + pos: -97.5,0.5 + parent: 2 + - uid: 29456 + components: + - type: Transform + pos: -97.5,1.5 + parent: 2 + - uid: 29457 + components: + - type: Transform + pos: -98.5,1.5 + parent: 2 + - uid: 29458 + components: + - type: Transform + pos: -98.5,2.5 + parent: 2 + - uid: 29459 + components: + - type: Transform + pos: -98.5,3.5 + parent: 2 + - uid: 29460 + components: + - type: Transform + pos: -98.5,4.5 + parent: 2 + - uid: 29461 + components: + - type: Transform + pos: -98.5,5.5 + parent: 2 + - uid: 29462 + components: + - type: Transform + pos: -98.5,6.5 + parent: 2 + - uid: 29463 + components: + - type: Transform + pos: -98.5,7.5 + parent: 2 + - uid: 29464 + components: + - type: Transform + pos: -98.5,8.5 + parent: 2 + - uid: 29465 + components: + - type: Transform + pos: -98.5,9.5 + parent: 2 + - uid: 29466 + components: + - type: Transform + pos: -98.5,10.5 + parent: 2 + - uid: 29467 + components: + - type: Transform + pos: -98.5,11.5 + parent: 2 + - uid: 29468 + components: + - type: Transform + pos: -98.5,12.5 + parent: 2 + - uid: 29469 + components: + - type: Transform + pos: -98.5,13.5 + parent: 2 + - uid: 29470 + components: + - type: Transform + pos: -98.5,14.5 + parent: 2 + - uid: 29471 + components: + - type: Transform + pos: -98.5,15.5 + parent: 2 + - uid: 29472 + components: + - type: Transform + pos: -98.5,16.5 + parent: 2 + - uid: 29473 + components: + - type: Transform + pos: -97.5,16.5 + parent: 2 + - uid: 29474 + components: + - type: Transform + pos: -96.5,16.5 + parent: 2 + - uid: 29475 + components: + - type: Transform + pos: -96.5,17.5 + parent: 2 + - uid: 29476 + components: + - type: Transform + pos: -96.5,26.5 + parent: 2 + - uid: 29477 + components: + - type: Transform + pos: -95.5,26.5 + parent: 2 + - uid: 29478 + components: + - type: Transform + pos: -94.5,26.5 + parent: 2 + - uid: 29479 + components: + - type: Transform + pos: -94.5,25.5 + parent: 2 + - uid: 29480 + components: + - type: Transform + pos: -94.5,24.5 + parent: 2 + - uid: 29481 + components: + - type: Transform + pos: -94.5,23.5 + parent: 2 + - uid: 29482 + components: + - type: Transform + pos: -94.5,22.5 + parent: 2 + - uid: 29483 + components: + - type: Transform + pos: -94.5,21.5 + parent: 2 + - uid: 29484 + components: + - type: Transform + pos: -94.5,20.5 + parent: 2 + - uid: 29485 + components: + - type: Transform + pos: -94.5,19.5 + parent: 2 + - uid: 29486 + components: + - type: Transform + pos: -93.5,21.5 + parent: 2 + - uid: 29487 + components: + - type: Transform + pos: -92.5,21.5 + parent: 2 + - uid: 29488 + components: + - type: Transform + pos: -91.5,21.5 + parent: 2 + - uid: 29489 + components: + - type: Transform + pos: -90.5,21.5 + parent: 2 + - uid: 29490 + components: + - type: Transform + pos: -89.5,21.5 + parent: 2 + - uid: 29491 + components: + - type: Transform + pos: -79.5,21.5 + parent: 2 + - uid: 29492 + components: + - type: Transform + pos: -78.5,21.5 + parent: 2 + - uid: 29493 + components: + - type: Transform + pos: -77.5,21.5 + parent: 2 + - uid: 29494 + components: + - type: Transform + pos: -76.5,21.5 + parent: 2 + - uid: 29495 + components: + - type: Transform + pos: -75.5,21.5 + parent: 2 + - uid: 29496 + components: + - type: Transform + pos: -74.5,21.5 + parent: 2 + - uid: 29497 + components: + - type: Transform + pos: -73.5,21.5 + parent: 2 + - uid: 29498 + components: + - type: Transform + pos: -80.5,21.5 + parent: 2 + - uid: 29499 + components: + - type: Transform + pos: -80.5,20.5 + parent: 2 + - uid: 29500 + components: + - type: Transform + pos: -80.5,19.5 + parent: 2 + - uid: 29501 + components: + - type: Transform + pos: -86.5,18.5 + parent: 2 + - uid: 29502 + components: + - type: Transform + pos: -86.5,17.5 + parent: 2 + - uid: 29503 + components: + - type: Transform + pos: -86.5,16.5 + parent: 2 + - uid: 29504 + components: + - type: Transform + pos: -86.5,15.5 + parent: 2 + - uid: 29505 + components: + - type: Transform + pos: -86.5,14.5 + parent: 2 + - uid: 29506 + components: + - type: Transform + pos: -86.5,13.5 + parent: 2 + - uid: 29507 + components: + - type: Transform + pos: -86.5,12.5 + parent: 2 + - uid: 29508 + components: + - type: Transform + pos: -86.5,11.5 + parent: 2 + - uid: 29509 + components: + - type: Transform + pos: -86.5,10.5 + parent: 2 + - uid: 29510 + components: + - type: Transform + pos: -86.5,9.5 + parent: 2 + - uid: 29511 + components: + - type: Transform + pos: -85.5,-0.5 + parent: 2 + - uid: 29512 + components: + - type: Transform + pos: -86.5,-0.5 + parent: 2 + - uid: 29513 + components: + - type: Transform + pos: -87.5,-0.5 + parent: 2 + - uid: 29514 + components: + - type: Transform + pos: -88.5,-0.5 + parent: 2 + - uid: 29515 + components: + - type: Transform + pos: -89.5,-0.5 + parent: 2 + - uid: 29516 + components: + - type: Transform + pos: -90.5,-0.5 + parent: 2 + - uid: 29517 + components: + - type: Transform + pos: -91.5,-0.5 + parent: 2 + - uid: 29518 + components: + - type: Transform + pos: -85.5,-4.5 + parent: 2 + - uid: 29519 + components: + - type: Transform + pos: -86.5,-4.5 + parent: 2 + - uid: 29520 + components: + - type: Transform + pos: -87.5,-4.5 + parent: 2 + - uid: 29521 + components: + - type: Transform + pos: -88.5,-4.5 + parent: 2 + - uid: 29522 + components: + - type: Transform + pos: -89.5,-4.5 + parent: 2 + - uid: 29523 + components: + - type: Transform + pos: -90.5,-4.5 + parent: 2 + - uid: 29524 + components: + - type: Transform + pos: -91.5,-4.5 + parent: 2 + - uid: 29525 + components: + - type: Transform + pos: -92.5,-4.5 + parent: 2 + - uid: 29526 + components: + - type: Transform + pos: -93.5,-4.5 + parent: 2 + - uid: 29527 + components: + - type: Transform + pos: -82.5,-4.5 + parent: 2 + - uid: 29528 + components: + - type: Transform + pos: -81.5,-4.5 + parent: 2 + - uid: 29529 + components: + - type: Transform + pos: -80.5,-4.5 + parent: 2 + - uid: 29530 + components: + - type: Transform + pos: -69.5,1.5 + parent: 2 + - uid: 29532 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 29533 + components: + - type: Transform + pos: -76.5,-4.5 + parent: 2 + - uid: 29534 + components: + - type: Transform + pos: -75.5,-4.5 + parent: 2 + - uid: 29535 + components: + - type: Transform + pos: -74.5,-4.5 + parent: 2 + - uid: 29536 + components: + - type: Transform + pos: -73.5,-4.5 + parent: 2 + - uid: 29537 + components: + - type: Transform + pos: -72.5,-4.5 + parent: 2 + - uid: 29546 + components: + - type: Transform + pos: -76.5,-2.5 + parent: 2 + - uid: 29547 + components: + - type: Transform + pos: -76.5,-3.5 + parent: 2 + - uid: 29548 + components: + - type: Transform + pos: -76.5,-1.5 + parent: 2 + - uid: 29549 + components: + - type: Transform + pos: -76.5,-0.5 + parent: 2 + - uid: 29550 + components: + - type: Transform + pos: -76.5,0.5 + parent: 2 + - uid: 29551 + components: + - type: Transform + pos: -76.5,1.5 + parent: 2 + - uid: 29552 + components: + - type: Transform + pos: -76.5,2.5 + parent: 2 + - uid: 29553 + components: + - type: Transform + pos: -76.5,3.5 + parent: 2 + - uid: 29554 + components: + - type: Transform + pos: -76.5,4.5 + parent: 2 + - uid: 29555 + components: + - type: Transform + pos: -80.5,4.5 + parent: 2 + - uid: 29556 + components: + - type: Transform + pos: -80.5,3.5 + parent: 2 + - uid: 29557 + components: + - type: Transform + pos: -80.5,2.5 + parent: 2 + - uid: 29558 + components: + - type: Transform + pos: -80.5,1.5 + parent: 2 + - uid: 29559 + components: + - type: Transform + pos: -80.5,0.5 + parent: 2 + - uid: 29560 + components: + - type: Transform + pos: -80.5,-0.5 + parent: 2 + - uid: 29562 + components: + - type: Transform + pos: -80.5,-2.5 + parent: 2 + - uid: 29564 + components: + - type: Transform + pos: -79.5,4.5 + parent: 2 + - uid: 29565 + components: + - type: Transform + pos: -78.5,4.5 + parent: 2 + - uid: 29566 + components: + - type: Transform + pos: -77.5,4.5 + parent: 2 + - uid: 29567 + components: + - type: Transform + pos: -77.5,5.5 + parent: 2 + - uid: 29568 + components: + - type: Transform + pos: -77.5,6.5 + parent: 2 + - uid: 29569 + components: + - type: Transform + pos: -77.5,7.5 + parent: 2 + - uid: 29570 + components: + - type: Transform + pos: -103.5,-6.5 + parent: 2 + - uid: 29571 + components: + - type: Transform + pos: -103.5,-5.5 + parent: 2 + - uid: 29572 + components: + - type: Transform + pos: -103.5,-4.5 + parent: 2 + - uid: 29573 + components: + - type: Transform + pos: -103.5,-3.5 + parent: 2 + - uid: 29574 + components: + - type: Transform + pos: -103.5,-2.5 + parent: 2 + - uid: 29575 + components: + - type: Transform + pos: -103.5,-8.5 + parent: 2 + - uid: 29576 + components: + - type: Transform + pos: -103.5,-9.5 + parent: 2 + - uid: 29577 + components: + - type: Transform + pos: -103.5,-10.5 + parent: 2 + - uid: 29578 + components: + - type: Transform + pos: -103.5,-11.5 + parent: 2 + - uid: 29579 + components: + - type: Transform + pos: -103.5,-12.5 + parent: 2 + - uid: 29580 + components: + - type: Transform + pos: -104.5,3.5 + parent: 2 + - uid: 29581 + components: + - type: Transform + pos: -104.5,4.5 + parent: 2 + - uid: 29582 + components: + - type: Transform + pos: -104.5,5.5 + parent: 2 + - uid: 29583 + components: + - type: Transform + pos: -104.5,6.5 + parent: 2 + - uid: 29584 + components: + - type: Transform + pos: -104.5,7.5 + parent: 2 + - uid: 29585 + components: + - type: Transform + pos: -104.5,9.5 + parent: 2 + - uid: 29586 + components: + - type: Transform + pos: -104.5,10.5 + parent: 2 + - uid: 29587 + components: + - type: Transform + pos: -104.5,11.5 + parent: 2 + - uid: 29588 + components: + - type: Transform + pos: -104.5,12.5 + parent: 2 + - uid: 29589 + components: + - type: Transform + pos: -104.5,13.5 + parent: 2 + - uid: 29590 + components: + - type: Transform + pos: -103.5,19.5 + parent: 2 + - uid: 29591 + components: + - type: Transform + pos: -103.5,20.5 + parent: 2 + - uid: 29592 + components: + - type: Transform + pos: -103.5,21.5 + parent: 2 + - uid: 29593 + components: + - type: Transform + pos: -103.5,22.5 + parent: 2 + - uid: 29594 + components: + - type: Transform + pos: -103.5,23.5 + parent: 2 + - uid: 29595 + components: + - type: Transform + pos: -103.5,25.5 + parent: 2 + - uid: 29596 + components: + - type: Transform + pos: -103.5,26.5 + parent: 2 + - uid: 29597 + components: + - type: Transform + pos: -103.5,27.5 + parent: 2 + - uid: 29598 + components: + - type: Transform + pos: -103.5,28.5 + parent: 2 + - uid: 29599 + components: + - type: Transform + pos: -103.5,29.5 + parent: 2 + - uid: 29600 + components: + - type: Transform + pos: -85.5,28.5 + parent: 2 + - uid: 29601 + components: + - type: Transform + pos: -86.5,28.5 + parent: 2 + - uid: 29602 + components: + - type: Transform + pos: -87.5,28.5 + parent: 2 + - uid: 29603 + components: + - type: Transform + pos: -88.5,28.5 + parent: 2 + - uid: 29604 + components: + - type: Transform + pos: -89.5,28.5 + parent: 2 + - uid: 29605 + components: + - type: Transform + pos: -83.5,28.5 + parent: 2 + - uid: 29606 + components: + - type: Transform + pos: -82.5,28.5 + parent: 2 + - uid: 29607 + components: + - type: Transform + pos: -81.5,28.5 + parent: 2 + - uid: 29608 + components: + - type: Transform + pos: -80.5,28.5 + parent: 2 + - uid: 29609 + components: + - type: Transform + pos: -79.5,28.5 + parent: 2 + - uid: 29639 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 29641 + components: + - type: Transform + pos: 20.5,20.5 + parent: 2 + - uid: 29643 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 29644 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 29645 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 29646 + components: + - type: Transform + pos: 6.5,25.5 + parent: 2 + - uid: 29647 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - uid: 29648 + components: + - type: Transform + pos: 8.5,25.5 + parent: 2 + - uid: 29649 + components: + - type: Transform + pos: 9.5,25.5 + parent: 2 + - uid: 29650 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 29651 + components: + - type: Transform + pos: 11.5,25.5 + parent: 2 + - uid: 29652 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 29653 + components: + - type: Transform + pos: 13.5,25.5 + parent: 2 + - uid: 29654 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - uid: 29656 + components: + - type: Transform + pos: 16.5,25.5 + parent: 2 + - uid: 29657 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 + - uid: 29658 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 29659 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 + - uid: 29660 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - uid: 29661 + components: + - type: Transform + pos: 21.5,25.5 + parent: 2 + - uid: 29662 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 29663 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 29894 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 29899 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 + - uid: 29983 + components: + - type: Transform + pos: -18.5,-46.5 + parent: 2 + - uid: 30127 + components: + - type: Transform + pos: 81.5,40.5 + parent: 2 + - uid: 30128 + components: + - type: Transform + pos: 82.5,40.5 + parent: 2 + - uid: 30129 + components: + - type: Transform + pos: 82.5,41.5 + parent: 2 + - uid: 30130 + components: + - type: Transform + pos: 82.5,42.5 + parent: 2 + - uid: 30131 + components: + - type: Transform + pos: 83.5,42.5 + parent: 2 + - uid: 30132 + components: + - type: Transform + pos: 83.5,43.5 + parent: 2 + - uid: 30133 + components: + - type: Transform + pos: 83.5,44.5 + parent: 2 + - uid: 30134 + components: + - type: Transform + pos: 84.5,44.5 + parent: 2 + - uid: 30135 + components: + - type: Transform + pos: 84.5,45.5 + parent: 2 + - uid: 30136 + components: + - type: Transform + pos: 85.5,45.5 + parent: 2 + - uid: 30137 + components: + - type: Transform + pos: 86.5,45.5 + parent: 2 + - uid: 30138 + components: + - type: Transform + pos: 87.5,45.5 + parent: 2 + - uid: 30139 + components: + - type: Transform + pos: 88.5,45.5 + parent: 2 + - uid: 30140 + components: + - type: Transform + pos: 89.5,45.5 + parent: 2 + - uid: 30141 + components: + - type: Transform + pos: 90.5,45.5 + parent: 2 + - uid: 30142 + components: + - type: Transform + pos: 90.5,44.5 + parent: 2 + - uid: 30143 + components: + - type: Transform + pos: 91.5,44.5 + parent: 2 + - uid: 30144 + components: + - type: Transform + pos: 91.5,43.5 + parent: 2 + - uid: 30145 + components: + - type: Transform + pos: 91.5,42.5 + parent: 2 + - uid: 30146 + components: + - type: Transform + pos: 92.5,42.5 + parent: 2 + - uid: 30147 + components: + - type: Transform + pos: 92.5,41.5 + parent: 2 + - uid: 30148 + components: + - type: Transform + pos: 92.5,40.5 + parent: 2 + - uid: 30149 + components: + - type: Transform + pos: 92.5,39.5 + parent: 2 + - uid: 30150 + components: + - type: Transform + pos: 92.5,38.5 + parent: 2 + - uid: 30151 + components: + - type: Transform + pos: 91.5,38.5 + parent: 2 + - uid: 30152 + components: + - type: Transform + pos: 91.5,37.5 + parent: 2 + - uid: 30153 + components: + - type: Transform + pos: 91.5,36.5 + parent: 2 + - uid: 30154 + components: + - type: Transform + pos: 90.5,36.5 + parent: 2 + - uid: 30155 + components: + - type: Transform + pos: 90.5,35.5 + parent: 2 + - uid: 30156 + components: + - type: Transform + pos: 89.5,35.5 + parent: 2 + - uid: 30157 + components: + - type: Transform + pos: 87.5,35.5 + parent: 2 + - uid: 30158 + components: + - type: Transform + pos: 86.5,35.5 + parent: 2 + - uid: 30159 + components: + - type: Transform + pos: 86.5,35.5 + parent: 2 + - uid: 30160 + components: + - type: Transform + pos: 85.5,35.5 + parent: 2 + - uid: 30161 + components: + - type: Transform + pos: 84.5,35.5 + parent: 2 + - uid: 30162 + components: + - type: Transform + pos: 84.5,36.5 + parent: 2 + - uid: 30163 + components: + - type: Transform + pos: 83.5,36.5 + parent: 2 + - uid: 30164 + components: + - type: Transform + pos: 83.5,37.5 + parent: 2 + - uid: 30165 + components: + - type: Transform + pos: 83.5,38.5 + parent: 2 + - uid: 30166 + components: + - type: Transform + pos: 82.5,38.5 + parent: 2 + - uid: 30167 + components: + - type: Transform + pos: 82.5,39.5 + parent: 2 + - uid: 30178 + components: + - type: Transform + pos: 84.5,30.5 + parent: 2 + - uid: 30179 + components: + - type: Transform + pos: 84.5,29.5 + parent: 2 + - uid: 30180 + components: + - type: Transform + pos: 84.5,28.5 + parent: 2 + - uid: 30181 + components: + - type: Transform + pos: 84.5,27.5 + parent: 2 + - uid: 30182 + components: + - type: Transform + pos: 84.5,26.5 + parent: 2 + - uid: 30183 + components: + - type: Transform + pos: 84.5,25.5 + parent: 2 + - uid: 30184 + components: + - type: Transform + pos: 84.5,24.5 + parent: 2 + - uid: 30185 + components: + - type: Transform + pos: 84.5,23.5 + parent: 2 + - uid: 30186 + components: + - type: Transform + pos: 84.5,22.5 + parent: 2 + - uid: 30187 + components: + - type: Transform + pos: 85.5,21.5 + parent: 2 + - uid: 30188 + components: + - type: Transform + pos: 85.5,20.5 + parent: 2 + - uid: 30190 + components: + - type: Transform + pos: 85.5,18.5 + parent: 2 + - uid: 30191 + components: + - type: Transform + pos: 85.5,17.5 + parent: 2 + - uid: 30192 + components: + - type: Transform + pos: 85.5,16.5 + parent: 2 + - uid: 30193 + components: + - type: Transform + pos: 85.5,15.5 + parent: 2 + - uid: 30194 + components: + - type: Transform + pos: 85.5,14.5 + parent: 2 + - uid: 30195 + components: + - type: Transform + pos: 85.5,13.5 + parent: 2 + - uid: 30196 + components: + - type: Transform + pos: 85.5,12.5 + parent: 2 + - uid: 30197 + components: + - type: Transform + pos: 85.5,11.5 + parent: 2 + - uid: 30198 + components: + - type: Transform + pos: 85.5,10.5 + parent: 2 + - uid: 30199 + components: + - type: Transform + pos: 85.5,9.5 + parent: 2 + - uid: 30200 + components: + - type: Transform + pos: 85.5,8.5 + parent: 2 + - uid: 30201 + components: + - type: Transform + pos: 84.5,8.5 + parent: 2 + - uid: 30202 + components: + - type: Transform + pos: 83.5,7.5 + parent: 2 + - uid: 30203 + components: + - type: Transform + pos: 83.5,7.5 + parent: 2 + - uid: 30204 + components: + - type: Transform + pos: 83.5,6.5 + parent: 2 + - uid: 30205 + components: + - type: Transform + pos: 82.5,6.5 + parent: 2 + - uid: 30206 + components: + - type: Transform + pos: 83.5,8.5 + parent: 2 + - uid: 30207 + components: + - type: Transform + pos: 82.5,5.5 + parent: 2 + - uid: 30208 + components: + - type: Transform + pos: 81.5,5.5 + parent: 2 + - uid: 30209 + components: + - type: Transform + pos: 80.5,5.5 + parent: 2 + - uid: 30210 + components: + - type: Transform + pos: 80.5,4.5 + parent: 2 + - uid: 30211 + components: + - type: Transform + pos: 80.5,3.5 + parent: 2 + - uid: 30212 + components: + - type: Transform + pos: 79.5,3.5 + parent: 2 + - uid: 30213 + components: + - type: Transform + pos: 80.5,2.5 + parent: 2 + - uid: 30214 + components: + - type: Transform + pos: 80.5,1.5 + parent: 2 + - uid: 30215 + components: + - type: Transform + pos: 80.5,0.5 + parent: 2 + - uid: 30216 + components: + - type: Transform + pos: 80.5,-0.5 + parent: 2 + - uid: 30404 + components: + - type: Transform + pos: -49.5,-30.5 + parent: 2 + - uid: 30487 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 30617 + components: + - type: Transform + pos: -40.5,-30.5 + parent: 2 + - uid: 30620 + components: + - type: Transform + pos: -41.5,-30.5 + parent: 2 + - uid: 30625 + components: + - type: Transform + pos: -41.5,-29.5 + parent: 2 + - uid: 30627 + components: + - type: Transform + pos: -41.5,-28.5 + parent: 2 + - uid: 30629 + components: + - type: Transform + pos: -38.5,-30.5 + parent: 2 + - uid: 30630 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - uid: 30631 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 30723 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 30724 + components: + - type: Transform + pos: -35.5,-29.5 + parent: 2 + - uid: 30726 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 30727 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 + - uid: 30732 + components: + - type: Transform + pos: -56.5,-22.5 + parent: 2 + - uid: 30733 + components: + - type: Transform + pos: -56.5,-23.5 + parent: 2 + - uid: 30734 + components: + - type: Transform + pos: -56.5,-24.5 + parent: 2 + - uid: 30746 + components: + - type: Transform + pos: -56.5,-25.5 + parent: 2 + - uid: 30768 + components: + - type: Transform + pos: -34.5,54.5 + parent: 2 + - uid: 30792 + components: + - type: Transform + pos: -55.5,-25.5 + parent: 2 + - uid: 30851 + components: + - type: Transform + pos: -34.5,69.5 + parent: 2 + - uid: 30852 + components: + - type: Transform + pos: -35.5,69.5 + parent: 2 + - uid: 30853 + components: + - type: Transform + pos: -36.5,69.5 + parent: 2 + - uid: 30854 + components: + - type: Transform + pos: -37.5,69.5 + parent: 2 + - uid: 30855 + components: + - type: Transform + pos: -38.5,69.5 + parent: 2 + - uid: 30856 + components: + - type: Transform + pos: -39.5,69.5 + parent: 2 + - uid: 30857 + components: + - type: Transform + pos: -40.5,69.5 + parent: 2 + - uid: 30858 + components: + - type: Transform + pos: -41.5,69.5 + parent: 2 + - uid: 30859 + components: + - type: Transform + pos: -42.5,69.5 + parent: 2 + - uid: 30860 + components: + - type: Transform + pos: -43.5,69.5 + parent: 2 + - uid: 30861 + components: + - type: Transform + pos: -44.5,69.5 + parent: 2 + - uid: 30862 + components: + - type: Transform + pos: -45.5,69.5 + parent: 2 + - uid: 30863 + components: + - type: Transform + pos: -46.5,69.5 + parent: 2 + - uid: 30864 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 + - uid: 30865 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 + - uid: 30866 + components: + - type: Transform + pos: -46.5,66.5 + parent: 2 + - uid: 30867 + components: + - type: Transform + pos: -46.5,65.5 + parent: 2 + - uid: 30868 + components: + - type: Transform + pos: -46.5,64.5 + parent: 2 + - uid: 30869 + components: + - type: Transform + pos: -46.5,63.5 + parent: 2 + - uid: 30870 + components: + - type: Transform + pos: -46.5,62.5 + parent: 2 + - uid: 30871 + components: + - type: Transform + pos: -46.5,61.5 + parent: 2 + - uid: 30872 + components: + - type: Transform + pos: -46.5,60.5 + parent: 2 + - uid: 30873 + components: + - type: Transform + pos: -46.5,59.5 + parent: 2 + - uid: 30874 + components: + - type: Transform + pos: -45.5,59.5 + parent: 2 + - uid: 30875 + components: + - type: Transform + pos: -44.5,59.5 + parent: 2 + - uid: 30876 + components: + - type: Transform + pos: -43.5,59.5 + parent: 2 + - uid: 30877 + components: + - type: Transform + pos: -42.5,59.5 + parent: 2 + - uid: 30878 + components: + - type: Transform + pos: -42.5,58.5 + parent: 2 + - uid: 30879 + components: + - type: Transform + pos: -42.5,57.5 + parent: 2 + - uid: 30880 + components: + - type: Transform + pos: -42.5,56.5 + parent: 2 + - uid: 30881 + components: + - type: Transform + pos: -41.5,56.5 + parent: 2 + - uid: 30882 + components: + - type: Transform + pos: -40.5,56.5 + parent: 2 + - uid: 30883 + components: + - type: Transform + pos: -39.5,56.5 + parent: 2 + - uid: 30884 + components: + - type: Transform + pos: -38.5,56.5 + parent: 2 + - uid: 30885 + components: + - type: Transform + pos: -37.5,56.5 + parent: 2 + - uid: 30886 + components: + - type: Transform + pos: -36.5,56.5 + parent: 2 + - uid: 30887 + components: + - type: Transform + pos: -35.5,56.5 + parent: 2 + - uid: 30888 + components: + - type: Transform + pos: -35.5,55.5 + parent: 2 + - uid: 30889 + components: + - type: Transform + pos: -35.5,54.5 + parent: 2 + - uid: 30891 + components: + - type: Transform + pos: -34.5,53.5 + parent: 2 + - uid: 30892 + components: + - type: Transform + pos: -33.5,53.5 + parent: 2 + - uid: 30893 + components: + - type: Transform + pos: -32.5,53.5 + parent: 2 + - uid: 30894 + components: + - type: Transform + pos: -31.5,53.5 + parent: 2 + - uid: 30895 + components: + - type: Transform + pos: -30.5,53.5 + parent: 2 + - uid: 30896 + components: + - type: Transform + pos: -29.5,53.5 + parent: 2 + - uid: 30897 + components: + - type: Transform + pos: -35.5,52.5 + parent: 2 + - uid: 30898 + components: + - type: Transform + pos: -29.5,52.5 + parent: 2 + - uid: 30899 + components: + - type: Transform + pos: -29.5,51.5 + parent: 2 + - uid: 30900 + components: + - type: Transform + pos: -28.5,51.5 + parent: 2 + - uid: 30901 + components: + - type: Transform + pos: -27.5,51.5 + parent: 2 + - uid: 30902 + components: + - type: Transform + pos: -26.5,51.5 + parent: 2 + - uid: 30903 + components: + - type: Transform + pos: -25.5,51.5 + parent: 2 + - uid: 30904 + components: + - type: Transform + pos: -24.5,51.5 + parent: 2 + - uid: 30905 + components: + - type: Transform + pos: -23.5,51.5 + parent: 2 + - uid: 30906 + components: + - type: Transform + pos: -22.5,51.5 + parent: 2 + - uid: 30907 + components: + - type: Transform + pos: -21.5,51.5 + parent: 2 + - uid: 30908 + components: + - type: Transform + pos: -20.5,51.5 + parent: 2 + - uid: 30909 + components: + - type: Transform + pos: -19.5,51.5 + parent: 2 + - uid: 30910 + components: + - type: Transform + pos: -18.5,51.5 + parent: 2 + - uid: 30911 + components: + - type: Transform + pos: -33.5,57.5 + parent: 2 + - uid: 30912 + components: + - type: Transform + pos: -34.5,57.5 + parent: 2 + - uid: 30913 + components: + - type: Transform + pos: -34.5,58.5 + parent: 2 + - uid: 30914 + components: + - type: Transform + pos: -34.5,59.5 + parent: 2 + - uid: 30915 + components: + - type: Transform + pos: -34.5,60.5 + parent: 2 + - uid: 30916 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 30917 + components: + - type: Transform + pos: -38.5,68.5 + parent: 2 + - uid: 30918 + components: + - type: Transform + pos: -37.5,68.5 + parent: 2 + - uid: 30919 + components: + - type: Transform + pos: -36.5,68.5 + parent: 2 + - uid: 30920 + components: + - type: Transform + pos: -35.5,68.5 + parent: 2 + - uid: 30921 + components: + - type: Transform + pos: -34.5,67.5 + parent: 2 + - uid: 30922 + components: + - type: Transform + pos: -34.5,66.5 + parent: 2 + - uid: 30923 + components: + - type: Transform + pos: -34.5,65.5 + parent: 2 + - uid: 30924 + components: + - type: Transform + pos: -34.5,64.5 + parent: 2 + - uid: 30925 + components: + - type: Transform + pos: -34.5,68.5 + parent: 2 + - uid: 30926 + components: + - type: Transform + pos: -35.5,62.5 + parent: 2 + - uid: 30927 + components: + - type: Transform + pos: -36.5,62.5 + parent: 2 + - uid: 30928 + components: + - type: Transform + pos: -37.5,62.5 + parent: 2 + - uid: 30929 + components: + - type: Transform + pos: -38.5,62.5 + parent: 2 + - uid: 30930 + components: + - type: Transform + pos: -39.5,62.5 + parent: 2 + - uid: 30931 + components: + - type: Transform + pos: -34.5,62.5 + parent: 2 + - uid: 30935 + components: + - type: Transform + pos: -43.5,60.5 + parent: 2 + - uid: 30936 + components: + - type: Transform + pos: -45.5,64.5 + parent: 2 + - uid: 30937 + components: + - type: Transform + pos: -45.5,65.5 + parent: 2 + - uid: 30938 + components: + - type: Transform + pos: -39.5,71.5 + parent: 2 + - uid: 30939 + components: + - type: Transform + pos: -38.5,71.5 + parent: 2 + - uid: 30940 + components: + - type: Transform + pos: -37.5,71.5 + parent: 2 + - uid: 30941 + components: + - type: Transform + pos: -36.5,71.5 + parent: 2 + - uid: 30942 + components: + - type: Transform + pos: -35.5,71.5 + parent: 2 + - uid: 30943 + components: + - type: Transform + pos: -35.5,70.5 + parent: 2 + - uid: 31012 + components: + - type: Transform + pos: -22.5,72.5 + parent: 2 + - uid: 31013 + components: + - type: Transform + pos: -22.5,73.5 + parent: 2 + - uid: 31014 + components: + - type: Transform + pos: -22.5,74.5 + parent: 2 + - uid: 31015 + components: + - type: Transform + pos: -23.5,74.5 + parent: 2 + - uid: 31016 + components: + - type: Transform + pos: -24.5,74.5 + parent: 2 + - uid: 31017 + components: + - type: Transform + pos: -25.5,74.5 + parent: 2 + - uid: 31018 + components: + - type: Transform + pos: -26.5,74.5 + parent: 2 + - uid: 31019 + components: + - type: Transform + pos: -27.5,74.5 + parent: 2 + - uid: 31020 + components: + - type: Transform + pos: -28.5,74.5 + parent: 2 + - uid: 31021 + components: + - type: Transform + pos: -29.5,75.5 + parent: 2 + - uid: 31022 + components: + - type: Transform + pos: -29.5,74.5 + parent: 2 + - uid: 31023 + components: + - type: Transform + pos: -29.5,73.5 + parent: 2 + - uid: 31024 + components: + - type: Transform + pos: -29.5,76.5 + parent: 2 + - uid: 31025 + components: + - type: Transform + pos: -29.5,77.5 + parent: 2 + - uid: 31026 + components: + - type: Transform + pos: -28.5,77.5 + parent: 2 + - uid: 31027 + components: + - type: Transform + pos: -27.5,77.5 + parent: 2 + - uid: 31028 + components: + - type: Transform + pos: -26.5,77.5 + parent: 2 + - uid: 31029 + components: + - type: Transform + pos: -25.5,77.5 + parent: 2 + - uid: 31030 + components: + - type: Transform + pos: -24.5,77.5 + parent: 2 + - uid: 31031 + components: + - type: Transform + pos: -24.5,76.5 + parent: 2 + - uid: 31032 + components: + - type: Transform + pos: -23.5,76.5 + parent: 2 + - uid: 31033 + components: + - type: Transform + pos: -22.5,76.5 + parent: 2 + - uid: 31034 + components: + - type: Transform + pos: -21.5,76.5 + parent: 2 + - uid: 31035 + components: + - type: Transform + pos: -20.5,76.5 + parent: 2 + - uid: 31036 + components: + - type: Transform + pos: -20.5,75.5 + parent: 2 + - uid: 31037 + components: + - type: Transform + pos: -20.5,74.5 + parent: 2 + - uid: 31038 + components: + - type: Transform + pos: -20.5,73.5 + parent: 2 + - uid: 31039 + components: + - type: Transform + pos: -20.5,72.5 + parent: 2 + - uid: 31042 + components: + - type: Transform + pos: -29.5,73.5 + parent: 2 + - uid: 31058 + components: + - type: Transform + pos: -54.5,-25.5 + parent: 2 + - uid: 31059 + components: + - type: Transform + pos: -53.5,-25.5 + parent: 2 + - uid: 31060 + components: + - type: Transform + pos: -52.5,-25.5 + parent: 2 + - uid: 31184 + components: + - type: Transform + pos: -47.5,61.5 + parent: 2 + - uid: 31185 + components: + - type: Transform + pos: -48.5,61.5 + parent: 2 + - uid: 31331 + components: + - type: Transform + pos: -63.5,64.5 + parent: 2 + - uid: 31332 + components: + - type: Transform + pos: -62.5,64.5 + parent: 2 + - uid: 31333 + components: + - type: Transform + pos: -61.5,64.5 + parent: 2 + - uid: 31334 + components: + - type: Transform + pos: -60.5,64.5 + parent: 2 + - uid: 31335 + components: + - type: Transform + pos: -59.5,64.5 + parent: 2 + - uid: 31336 + components: + - type: Transform + pos: -58.5,64.5 + parent: 2 + - uid: 31337 + components: + - type: Transform + pos: -57.5,64.5 + parent: 2 + - uid: 31338 + components: + - type: Transform + pos: -56.5,64.5 + parent: 2 + - uid: 31339 + components: + - type: Transform + pos: -55.5,64.5 + parent: 2 + - uid: 31340 + components: + - type: Transform + pos: -54.5,64.5 + parent: 2 + - uid: 31341 + components: + - type: Transform + pos: -53.5,64.5 + parent: 2 + - uid: 31342 + components: + - type: Transform + pos: -52.5,64.5 + parent: 2 + - uid: 31343 + components: + - type: Transform + pos: -51.5,64.5 + parent: 2 + - uid: 31344 + components: + - type: Transform + pos: -51.5,65.5 + parent: 2 + - uid: 31345 + components: + - type: Transform + pos: -51.5,66.5 + parent: 2 + - uid: 31346 + components: + - type: Transform + pos: -51.5,67.5 + parent: 2 + - uid: 31347 + components: + - type: Transform + pos: -51.5,68.5 + parent: 2 + - uid: 31348 + components: + - type: Transform + pos: -51.5,69.5 + parent: 2 + - uid: 31349 + components: + - type: Transform + pos: -51.5,70.5 + parent: 2 + - uid: 31350 + components: + - type: Transform + pos: -51.5,71.5 + parent: 2 + - uid: 31351 + components: + - type: Transform + pos: -51.5,72.5 + parent: 2 + - uid: 31352 + components: + - type: Transform + pos: -51.5,73.5 + parent: 2 + - uid: 31353 + components: + - type: Transform + pos: -50.5,73.5 + parent: 2 + - uid: 31354 + components: + - type: Transform + pos: -49.5,73.5 + parent: 2 + - uid: 31355 + components: + - type: Transform + pos: -48.5,73.5 + parent: 2 + - uid: 31356 + components: + - type: Transform + pos: -47.5,73.5 + parent: 2 + - uid: 31357 + components: + - type: Transform + pos: -46.5,73.5 + parent: 2 + - uid: 31358 + components: + - type: Transform + pos: -45.5,73.5 + parent: 2 + - uid: 31359 + components: + - type: Transform + pos: -44.5,73.5 + parent: 2 + - uid: 31360 + components: + - type: Transform + pos: -43.5,73.5 + parent: 2 + - uid: 31361 + components: + - type: Transform + pos: -42.5,73.5 + parent: 2 + - uid: 31362 + components: + - type: Transform + pos: -41.5,73.5 + parent: 2 + - uid: 31363 + components: + - type: Transform + pos: -40.5,73.5 + parent: 2 + - uid: 31364 + components: + - type: Transform + pos: -39.5,73.5 + parent: 2 + - uid: 31365 + components: + - type: Transform + pos: -38.5,73.5 + parent: 2 + - uid: 31366 + components: + - type: Transform + pos: -37.5,73.5 + parent: 2 + - uid: 31367 + components: + - type: Transform + pos: -36.5,73.5 + parent: 2 + - uid: 31368 + components: + - type: Transform + pos: -35.5,73.5 + parent: 2 + - uid: 31369 + components: + - type: Transform + pos: -34.5,73.5 + parent: 2 + - uid: 31370 + components: + - type: Transform + pos: -33.5,73.5 + parent: 2 + - uid: 31371 + components: + - type: Transform + pos: -32.5,73.5 + parent: 2 + - uid: 31372 + components: + - type: Transform + pos: -31.5,72.5 + parent: 2 + - uid: 31373 + components: + - type: Transform + pos: -31.5,73.5 + parent: 2 + - uid: 31374 + components: + - type: Transform + pos: -31.5,74.5 + parent: 2 + - uid: 31375 + components: + - type: Transform + pos: -31.5,75.5 + parent: 2 + - uid: 31376 + components: + - type: Transform + pos: -31.5,76.5 + parent: 2 + - uid: 31377 + components: + - type: Transform + pos: -31.5,77.5 + parent: 2 + - uid: 31378 + components: + - type: Transform + pos: -31.5,78.5 + parent: 2 + - uid: 31379 + components: + - type: Transform + pos: -31.5,79.5 + parent: 2 + - uid: 31380 + components: + - type: Transform + pos: -30.5,79.5 + parent: 2 + - uid: 31381 + components: + - type: Transform + pos: -29.5,79.5 + parent: 2 + - uid: 31382 + components: + - type: Transform + pos: -28.5,79.5 + parent: 2 + - uid: 31383 + components: + - type: Transform + pos: -27.5,79.5 + parent: 2 + - uid: 31384 + components: + - type: Transform + pos: -26.5,79.5 + parent: 2 + - uid: 31385 + components: + - type: Transform + pos: -25.5,79.5 + parent: 2 + - uid: 31386 + components: + - type: Transform + pos: -24.5,79.5 + parent: 2 + - uid: 31387 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 + - uid: 31388 + components: + - type: Transform + pos: -22.5,79.5 + parent: 2 + - uid: 31389 + components: + - type: Transform + pos: -22.5,78.5 + parent: 2 + - uid: 31390 + components: + - type: Transform + pos: -21.5,78.5 + parent: 2 + - uid: 31391 + components: + - type: Transform + pos: -20.5,78.5 + parent: 2 + - uid: 31392 + components: + - type: Transform + pos: -19.5,78.5 + parent: 2 + - uid: 31393 + components: + - type: Transform + pos: -18.5,78.5 + parent: 2 + - uid: 31394 + components: + - type: Transform + pos: -18.5,77.5 + parent: 2 + - uid: 31395 + components: + - type: Transform + pos: -18.5,76.5 + parent: 2 + - uid: 31396 + components: + - type: Transform + pos: -18.5,75.5 + parent: 2 + - uid: 31397 + components: + - type: Transform + pos: -18.5,74.5 + parent: 2 + - uid: 31398 + components: + - type: Transform + pos: -18.5,73.5 + parent: 2 + - uid: 31399 + components: + - type: Transform + pos: -18.5,72.5 + parent: 2 + - uid: 31445 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 31448 + components: + - type: Transform + pos: -42.5,67.5 + parent: 2 + - uid: 31450 + components: + - type: Transform + pos: -42.5,66.5 + parent: 2 + - uid: 31451 + components: + - type: Transform + pos: -42.5,65.5 + parent: 2 + - uid: 31452 + components: + - type: Transform + pos: -42.5,64.5 + parent: 2 + - uid: 31453 + components: + - type: Transform + pos: -42.5,63.5 + parent: 2 + - uid: 31454 + components: + - type: Transform + pos: -42.5,62.5 + parent: 2 + - uid: 31455 + components: + - type: Transform + pos: -38.5,63.5 + parent: 2 + - uid: 31456 + components: + - type: Transform + pos: -38.5,64.5 + parent: 2 + - uid: 31457 + components: + - type: Transform + pos: -38.5,65.5 + parent: 2 + - uid: 31458 + components: + - type: Transform + pos: -38.5,66.5 + parent: 2 + - uid: 31459 + components: + - type: Transform + pos: -38.5,67.5 + parent: 2 + - uid: 31460 + components: + - type: Transform + pos: -37.5,67.5 + parent: 2 + - uid: 31461 + components: + - type: Transform + pos: -41.5,64.5 + parent: 2 + - uid: 31462 + components: + - type: Transform + pos: -35.5,61.5 + parent: 2 + - uid: 31464 + components: + - type: Transform + pos: -9.5,65.5 + parent: 2 + - uid: 31465 + components: + - type: Transform + pos: -9.5,66.5 + parent: 2 + - uid: 31466 + components: + - type: Transform + pos: -9.5,67.5 + parent: 2 + - uid: 31467 + components: + - type: Transform + pos: -3.5,65.5 + parent: 2 + - uid: 31468 + components: + - type: Transform + pos: -3.5,66.5 + parent: 2 + - uid: 31469 + components: + - type: Transform + pos: -3.5,67.5 + parent: 2 + - uid: 31470 + components: + - type: Transform + pos: -3.5,68.5 + parent: 2 + - uid: 31471 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 + - uid: 31472 + components: + - type: Transform + pos: -10.5,67.5 + parent: 2 + - uid: 31473 + components: + - type: Transform + pos: -11.5,67.5 + parent: 2 + - uid: 31474 + components: + - type: Transform + pos: -12.5,67.5 + parent: 2 + - uid: 31475 + components: + - type: Transform + pos: -13.5,67.5 + parent: 2 + - uid: 31476 + components: + - type: Transform + pos: -14.5,67.5 + parent: 2 + - uid: 31477 + components: + - type: Transform + pos: -15.5,67.5 + parent: 2 + - uid: 31478 + components: + - type: Transform + pos: -16.5,67.5 + parent: 2 + - uid: 31479 + components: + - type: Transform + pos: -17.5,67.5 + parent: 2 + - uid: 31480 + components: + - type: Transform + pos: -18.5,67.5 + parent: 2 + - uid: 31481 + components: + - type: Transform + pos: -19.5,67.5 + parent: 2 + - uid: 31482 + components: + - type: Transform + pos: -20.5,67.5 + parent: 2 + - uid: 31483 + components: + - type: Transform + pos: -21.5,67.5 + parent: 2 + - uid: 31484 + components: + - type: Transform + pos: -22.5,67.5 + parent: 2 + - uid: 31485 + components: + - type: Transform + pos: -23.5,67.5 + parent: 2 + - uid: 31486 + components: + - type: Transform + pos: -24.5,67.5 + parent: 2 + - uid: 31487 + components: + - type: Transform + pos: -25.5,67.5 + parent: 2 + - uid: 31488 + components: + - type: Transform + pos: -26.5,67.5 + parent: 2 + - uid: 31489 + components: + - type: Transform + pos: -27.5,67.5 + parent: 2 + - uid: 31490 + components: + - type: Transform + pos: -28.5,67.5 + parent: 2 + - uid: 31491 + components: + - type: Transform + pos: -29.5,67.5 + parent: 2 + - uid: 31492 + components: + - type: Transform + pos: -30.5,67.5 + parent: 2 + - uid: 31493 + components: + - type: Transform + pos: -31.5,67.5 + parent: 2 + - uid: 31494 + components: + - type: Transform + pos: -32.5,67.5 + parent: 2 + - uid: 31495 + components: + - type: Transform + pos: -32.5,66.5 + parent: 2 + - uid: 31496 + components: + - type: Transform + pos: -32.5,65.5 + parent: 2 + - uid: 31497 + components: + - type: Transform + pos: -32.5,64.5 + parent: 2 + - uid: 31498 + components: + - type: Transform + pos: -31.5,64.5 + parent: 2 + - uid: 31499 + components: + - type: Transform + pos: -30.5,64.5 + parent: 2 + - uid: 31500 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 2 + - uid: 31503 + components: + - type: Transform + pos: -24.5,54.5 + parent: 2 + - uid: 31505 + components: + - type: Transform + pos: -26.5,54.5 + parent: 2 + - uid: 31512 + components: + - type: Transform + pos: -41.5,68.5 + parent: 2 + - uid: 31529 + components: + - type: Transform + pos: -43.5,56.5 + parent: 2 + - uid: 31530 + components: + - type: Transform + pos: -44.5,56.5 + parent: 2 + - uid: 31531 + components: + - type: Transform + pos: -45.5,56.5 + parent: 2 + - uid: 31532 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 + - uid: 31533 + components: + - type: Transform + pos: -47.5,56.5 + parent: 2 + - uid: 31534 + components: + - type: Transform + pos: -48.5,56.5 + parent: 2 + - uid: 31535 + components: + - type: Transform + pos: -48.5,55.5 + parent: 2 + - uid: 31536 + components: + - type: Transform + pos: -48.5,54.5 + parent: 2 + - uid: 31537 + components: + - type: Transform + pos: -47.5,54.5 + parent: 2 + - uid: 31538 + components: + - type: Transform + pos: -46.5,54.5 + parent: 2 + - uid: 31539 + components: + - type: Transform + pos: -45.5,54.5 + parent: 2 + - uid: 31540 + components: + - type: Transform + pos: -44.5,54.5 + parent: 2 + - uid: 31541 + components: + - type: Transform + pos: -43.5,54.5 + parent: 2 + - uid: 31542 + components: + - type: Transform + pos: -42.5,54.5 + parent: 2 + - uid: 31543 + components: + - type: Transform + pos: -41.5,54.5 + parent: 2 + - uid: 31544 + components: + - type: Transform + pos: -40.5,54.5 + parent: 2 + - uid: 31545 + components: + - type: Transform + pos: -39.5,54.5 + parent: 2 + - uid: 31546 + components: + - type: Transform + pos: -38.5,54.5 + parent: 2 + - uid: 31547 + components: + - type: Transform + pos: -37.5,54.5 + parent: 2 + - uid: 31548 + components: + - type: Transform + pos: -36.5,54.5 + parent: 2 + - uid: 31549 + components: + - type: Transform + pos: -48.5,62.5 + parent: 2 + - uid: 31550 + components: + - type: Transform + pos: -48.5,63.5 + parent: 2 + - uid: 31551 + components: + - type: Transform + pos: -48.5,64.5 + parent: 2 + - uid: 31552 + components: + - type: Transform + pos: -48.5,65.5 + parent: 2 + - uid: 31553 + components: + - type: Transform + pos: -48.5,66.5 + parent: 2 + - uid: 31554 + components: + - type: Transform + pos: -48.5,67.5 + parent: 2 + - uid: 31555 + components: + - type: Transform + pos: -48.5,68.5 + parent: 2 + - uid: 31556 + components: + - type: Transform + pos: -48.5,69.5 + parent: 2 + - uid: 31557 + components: + - type: Transform + pos: -48.5,70.5 + parent: 2 + - uid: 31558 + components: + - type: Transform + pos: -47.5,70.5 + parent: 2 + - uid: 31559 + components: + - type: Transform + pos: -46.5,70.5 + parent: 2 + - uid: 31560 + components: + - type: Transform + pos: -30.5,73.5 + parent: 2 + - uid: 31564 + components: + - type: Transform + pos: -56.5,44.5 + parent: 2 + - uid: 31565 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 + - uid: 31566 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 31567 + components: + - type: Transform + pos: -59.5,44.5 + parent: 2 + - uid: 31568 + components: + - type: Transform + pos: -59.5,45.5 + parent: 2 + - uid: 31569 + components: + - type: Transform + pos: -59.5,46.5 + parent: 2 + - uid: 31570 + components: + - type: Transform + pos: -59.5,47.5 + parent: 2 + - uid: 31571 + components: + - type: Transform + pos: -59.5,48.5 + parent: 2 + - uid: 31572 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - uid: 31573 + components: + - type: Transform + pos: -59.5,50.5 + parent: 2 + - uid: 31574 + components: + - type: Transform + pos: -59.5,51.5 + parent: 2 + - uid: 31575 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - uid: 31576 + components: + - type: Transform + pos: -59.5,53.5 + parent: 2 + - uid: 31577 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - uid: 31578 + components: + - type: Transform + pos: -59.5,55.5 + parent: 2 + - uid: 31579 + components: + - type: Transform + pos: -59.5,56.5 + parent: 2 + - uid: 31580 + components: + - type: Transform + pos: -59.5,57.5 + parent: 2 + - uid: 31581 + components: + - type: Transform + pos: -59.5,58.5 + parent: 2 + - uid: 31582 + components: + - type: Transform + pos: -59.5,59.5 + parent: 2 + - uid: 31583 + components: + - type: Transform + pos: -59.5,60.5 + parent: 2 + - uid: 31584 + components: + - type: Transform + pos: -58.5,60.5 + parent: 2 + - uid: 31585 + components: + - type: Transform + pos: -57.5,60.5 + parent: 2 + - uid: 31586 + components: + - type: Transform + pos: -56.5,60.5 + parent: 2 + - uid: 31587 + components: + - type: Transform + pos: -55.5,60.5 + parent: 2 + - uid: 31588 + components: + - type: Transform + pos: -54.5,60.5 + parent: 2 + - uid: 31589 + components: + - type: Transform + pos: -53.5,60.5 + parent: 2 + - uid: 31590 + components: + - type: Transform + pos: -52.5,60.5 + parent: 2 + - uid: 31591 + components: + - type: Transform + pos: -52.5,59.5 + parent: 2 + - uid: 31592 + components: + - type: Transform + pos: -52.5,58.5 + parent: 2 + - uid: 31593 + components: + - type: Transform + pos: -52.5,57.5 + parent: 2 + - uid: 31594 + components: + - type: Transform + pos: -52.5,56.5 + parent: 2 + - uid: 31595 + components: + - type: Transform + pos: -52.5,55.5 + parent: 2 + - uid: 31596 + components: + - type: Transform + pos: -52.5,54.5 + parent: 2 + - uid: 31597 + components: + - type: Transform + pos: -52.5,53.5 + parent: 2 + - uid: 31598 + components: + - type: Transform + pos: -52.5,52.5 + parent: 2 + - uid: 31599 + components: + - type: Transform + pos: -52.5,51.5 + parent: 2 + - uid: 31600 + components: + - type: Transform + pos: -52.5,50.5 + parent: 2 + - uid: 31601 + components: + - type: Transform + pos: -52.5,49.5 + parent: 2 + - uid: 31602 + components: + - type: Transform + pos: -52.5,48.5 + parent: 2 + - uid: 31603 + components: + - type: Transform + pos: -52.5,47.5 + parent: 2 + - uid: 31604 + components: + - type: Transform + pos: -52.5,46.5 + parent: 2 + - uid: 31605 + components: + - type: Transform + pos: -52.5,45.5 + parent: 2 + - uid: 31612 + components: + - type: Transform + pos: 75.5,32.5 + parent: 2 + - uid: 31633 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 2 + - uid: 31634 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 31635 + components: + - type: Transform + pos: -36.5,-41.5 + parent: 2 + - uid: 31639 + components: + - type: Transform + pos: -35.5,-41.5 + parent: 2 + - uid: 31643 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 31644 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - uid: 31646 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - uid: 31647 + components: + - type: Transform + pos: -21.5,-43.5 + parent: 2 + - uid: 31648 + components: + - type: Transform + pos: -18.5,-45.5 + parent: 2 + - uid: 31649 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 31650 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - uid: 31651 + components: + - type: Transform + pos: -48.5,-44.5 + parent: 2 + - uid: 31652 + components: + - type: Transform + pos: -16.5,-46.5 + parent: 2 + - uid: 31653 + components: + - type: Transform + pos: -48.5,-43.5 + parent: 2 + - uid: 31654 + components: + - type: Transform + pos: -16.5,-47.5 + parent: 2 + - uid: 31655 + components: + - type: Transform + pos: -34.5,-41.5 + parent: 2 + - uid: 31656 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 + - uid: 31657 + components: + - type: Transform + pos: -37.5,-43.5 + parent: 2 + - uid: 31659 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 31660 + components: + - type: Transform + pos: -38.5,-41.5 + parent: 2 + - uid: 31661 + components: + - type: Transform + pos: -25.5,-41.5 + parent: 2 + - uid: 31662 + components: + - type: Transform + pos: -22.5,-41.5 + parent: 2 + - uid: 31663 + components: + - type: Transform + pos: -33.5,-41.5 + parent: 2 + - uid: 31664 + components: + - type: Transform + pos: -29.5,-41.5 + parent: 2 + - uid: 31665 + components: + - type: Transform + pos: -48.5,-49.5 + parent: 2 + - uid: 31666 + components: + - type: Transform + pos: -27.5,-41.5 + parent: 2 + - uid: 31667 + components: + - type: Transform + pos: -50.5,-46.5 + parent: 2 + - uid: 31668 + components: + - type: Transform + pos: -48.5,-48.5 + parent: 2 + - uid: 31669 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 31670 + components: + - type: Transform + pos: -38.5,-43.5 + parent: 2 + - uid: 31675 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 31680 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 31691 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - uid: 31692 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - uid: 31693 + components: + - type: Transform + pos: -50.5,-45.5 + parent: 2 + - uid: 31694 + components: + - type: Transform + pos: -49.5,-49.5 + parent: 2 + - uid: 31695 + components: + - type: Transform + pos: -50.5,-49.5 + parent: 2 + - uid: 31696 + components: + - type: Transform + pos: -28.5,-41.5 + parent: 2 + - uid: 31698 + components: + - type: Transform + pos: -39.5,-41.5 + parent: 2 + - uid: 31699 + components: + - type: Transform + pos: -37.5,-41.5 + parent: 2 + - uid: 31700 + components: + - type: Transform + pos: -24.5,-41.5 + parent: 2 + - uid: 31701 + components: + - type: Transform + pos: -21.5,-41.5 + parent: 2 + - uid: 31702 + components: + - type: Transform + pos: -23.5,-41.5 + parent: 2 + - uid: 31703 + components: + - type: Transform + pos: -40.5,-41.5 + parent: 2 + - uid: 31706 + components: + - type: Transform + pos: -30.5,-41.5 + parent: 2 + - uid: 31707 + components: + - type: Transform + pos: -47.5,-41.5 + parent: 2 + - uid: 31709 + components: + - type: Transform + pos: -44.5,-41.5 + parent: 2 + - uid: 31760 + components: + - type: Transform + pos: -73.5,8.5 + parent: 2 + - uid: 31772 + components: + - type: Transform + pos: -82.5,9.5 + parent: 2 + - uid: 31785 + components: + - type: Transform + pos: -82.5,10.5 + parent: 2 + - uid: 31801 + components: + - type: Transform + pos: -59.5,32.5 + parent: 2 + - uid: 31802 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 31803 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 31804 + components: + - type: Transform + pos: -62.5,32.5 + parent: 2 + - uid: 31805 + components: + - type: Transform + pos: -63.5,32.5 + parent: 2 + - uid: 31806 + components: + - type: Transform + pos: -63.5,33.5 + parent: 2 + - uid: 31807 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 31808 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 31809 + components: + - type: Transform + pos: -61.5,30.5 + parent: 2 + - uid: 31810 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 31811 + components: + - type: Transform + pos: -61.5,28.5 + parent: 2 + - uid: 31812 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - uid: 31813 + components: + - type: Transform + pos: -61.5,26.5 + parent: 2 + - uid: 31814 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 + - uid: 31815 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 + - uid: 31816 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 + - uid: 31817 + components: + - type: Transform + pos: -61.5,22.5 + parent: 2 + - uid: 31818 + components: + - type: Transform + pos: -62.5,22.5 + parent: 2 + - uid: 31819 + components: + - type: Transform + pos: -63.5,22.5 + parent: 2 + - uid: 31820 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 31821 + components: + - type: Transform + pos: -65.5,22.5 + parent: 2 + - uid: 31822 + components: + - type: Transform + pos: -65.5,23.5 + parent: 2 + - uid: 31823 + components: + - type: Transform + pos: -65.5,24.5 + parent: 2 + - uid: 31824 + components: + - type: Transform + pos: -65.5,25.5 + parent: 2 + - uid: 31825 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 + - uid: 31826 + components: + - type: Transform + pos: -65.5,27.5 + parent: 2 + - uid: 31827 + components: + - type: Transform + pos: -64.5,27.5 + parent: 2 + - uid: 31828 + components: + - type: Transform + pos: -63.5,27.5 + parent: 2 + - uid: 31829 + components: + - type: Transform + pos: -62.5,27.5 + parent: 2 + - uid: 31830 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 31831 + components: + - type: Transform + pos: -59.5,27.5 + parent: 2 + - uid: 31832 + components: + - type: Transform + pos: -58.5,27.5 + parent: 2 + - uid: 31833 + components: + - type: Transform + pos: -57.5,27.5 + parent: 2 + - uid: 31834 + components: + - type: Transform + pos: -57.5,26.5 + parent: 2 + - uid: 31835 + components: + - type: Transform + pos: -57.5,25.5 + parent: 2 + - uid: 31836 + components: + - type: Transform + pos: -57.5,24.5 + parent: 2 + - uid: 31837 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 31838 + components: + - type: Transform + pos: -57.5,22.5 + parent: 2 + - uid: 31839 + components: + - type: Transform + pos: -58.5,22.5 + parent: 2 + - uid: 31840 + components: + - type: Transform + pos: -59.5,22.5 + parent: 2 + - uid: 31841 + components: + - type: Transform + pos: -60.5,22.5 + parent: 2 + - uid: 31842 + components: + - type: Transform + pos: -61.5,22.5 + parent: 2 + - uid: 31867 + components: + - type: Transform + pos: -57.5,18.5 + parent: 2 + - uid: 31868 + components: + - type: Transform + pos: -57.5,19.5 + parent: 2 + - uid: 31869 + components: + - type: Transform + pos: -57.5,20.5 + parent: 2 + - uid: 31870 + components: + - type: Transform + pos: -58.5,20.5 + parent: 2 + - uid: 31871 + components: + - type: Transform + pos: -59.5,20.5 + parent: 2 + - uid: 31872 + components: + - type: Transform + pos: -60.5,20.5 + parent: 2 + - uid: 31873 + components: + - type: Transform + pos: -61.5,20.5 + parent: 2 + - uid: 31874 + components: + - type: Transform + pos: -62.5,20.5 + parent: 2 + - uid: 31875 + components: + - type: Transform + pos: -63.5,20.5 + parent: 2 + - uid: 31876 + components: + - type: Transform + pos: -63.5,19.5 + parent: 2 + - uid: 31877 + components: + - type: Transform + pos: -63.5,18.5 + parent: 2 + - uid: 31878 + components: + - type: Transform + pos: -63.5,17.5 + parent: 2 + - uid: 31879 + components: + - type: Transform + pos: -63.5,16.5 + parent: 2 + - uid: 31880 + components: + - type: Transform + pos: -63.5,15.5 + parent: 2 + - uid: 31881 + components: + - type: Transform + pos: -62.5,15.5 + parent: 2 + - uid: 31882 + components: + - type: Transform + pos: -61.5,15.5 + parent: 2 + - uid: 31883 + components: + - type: Transform + pos: -60.5,15.5 + parent: 2 + - uid: 31884 + components: + - type: Transform + pos: -59.5,15.5 + parent: 2 + - uid: 31885 + components: + - type: Transform + pos: -58.5,15.5 + parent: 2 + - uid: 31886 + components: + - type: Transform + pos: -57.5,15.5 + parent: 2 + - uid: 31892 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 31893 + components: + - type: Transform + pos: 54.5,-40.5 + parent: 2 + - uid: 31896 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 + - uid: 31897 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 31898 + components: + - type: Transform + pos: 56.5,-40.5 + parent: 2 + - uid: 31927 + components: + - type: Transform + pos: 46.5,-34.5 + parent: 2 + - uid: 31928 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 31929 + components: + - type: Transform + pos: 46.5,-36.5 + parent: 2 + - uid: 31930 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 31931 + components: + - type: Transform + pos: 46.5,-38.5 + parent: 2 + - uid: 31932 + components: + - type: Transform + pos: 46.5,-39.5 + parent: 2 + - uid: 31933 + components: + - type: Transform + pos: 46.5,-40.5 + parent: 2 + - uid: 31934 + components: + - type: Transform + pos: 82.5,1.5 + parent: 2 + - uid: 31935 + components: + - type: Transform + pos: 83.5,1.5 + parent: 2 + - uid: 31936 + components: + - type: Transform + pos: 84.5,1.5 + parent: 2 + - uid: 31937 + components: + - type: Transform + pos: 85.5,1.5 + parent: 2 + - uid: 31938 + components: + - type: Transform + pos: 86.5,1.5 + parent: 2 + - uid: 31939 + components: + - type: Transform + pos: 87.5,1.5 + parent: 2 + - uid: 31940 + components: + - type: Transform + pos: 87.5,0.5 + parent: 2 + - uid: 31941 + components: + - type: Transform + pos: 87.5,-0.5 + parent: 2 + - uid: 31942 + components: + - type: Transform + pos: 87.5,-1.5 + parent: 2 + - uid: 31943 + components: + - type: Transform + pos: 87.5,-2.5 + parent: 2 + - uid: 31944 + components: + - type: Transform + pos: 87.5,-3.5 + parent: 2 + - uid: 31945 + components: + - type: Transform + pos: 87.5,-4.5 + parent: 2 + - uid: 31946 + components: + - type: Transform + pos: 87.5,-5.5 + parent: 2 + - uid: 31947 + components: + - type: Transform + pos: 87.5,-6.5 + parent: 2 + - uid: 31948 + components: + - type: Transform + pos: 87.5,-7.5 + parent: 2 + - uid: 31949 + components: + - type: Transform + pos: 87.5,-8.5 + parent: 2 + - uid: 31950 + components: + - type: Transform + pos: 86.5,-8.5 + parent: 2 + - uid: 31951 + components: + - type: Transform + pos: 85.5,-8.5 + parent: 2 + - uid: 31952 + components: + - type: Transform + pos: 84.5,-8.5 + parent: 2 + - uid: 31953 + components: + - type: Transform + pos: 83.5,-8.5 + parent: 2 + - uid: 31954 + components: + - type: Transform + pos: 82.5,-8.5 + parent: 2 + - uid: 31955 + components: + - type: Transform + pos: 81.5,-8.5 + parent: 2 + - uid: 31956 + components: + - type: Transform + pos: 80.5,-8.5 + parent: 2 + - uid: 31957 + components: + - type: Transform + pos: 79.5,-8.5 + parent: 2 + - uid: 31959 + components: + - type: Transform + pos: 55.5,-40.5 + parent: 2 + - uid: 31961 + components: + - type: Transform + pos: 46.5,-41.5 + parent: 2 + - uid: 31962 + components: + - type: Transform + pos: 47.5,-41.5 + parent: 2 + - uid: 31963 + components: + - type: Transform + pos: 48.5,-41.5 + parent: 2 + - uid: 31964 + components: + - type: Transform + pos: 49.5,-41.5 + parent: 2 + - uid: 31965 + components: + - type: Transform + pos: 50.5,-41.5 + parent: 2 + - uid: 31966 + components: + - type: Transform + pos: 51.5,-41.5 + parent: 2 + - uid: 31967 + components: + - type: Transform + pos: 52.5,-41.5 + parent: 2 + - uid: 31968 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 31969 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - uid: 31970 + components: + - type: Transform + pos: 52.5,-38.5 + parent: 2 + - uid: 31971 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 31972 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 31973 + components: + - type: Transform + pos: 52.5,-35.5 + parent: 2 + - uid: 31974 + components: + - type: Transform + pos: 51.5,-35.5 + parent: 2 + - uid: 31975 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 31976 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 31977 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 31978 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 31979 + components: + - type: Transform + pos: 45.5,-35.5 + parent: 2 + - uid: 31980 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 31981 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 31982 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 31983 + components: + - type: Transform + pos: 41.5,-35.5 + parent: 2 + - uid: 31984 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 + - uid: 31985 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 31986 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 31987 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 + - uid: 31988 + components: + - type: Transform + pos: 40.5,-39.5 + parent: 2 + - uid: 31989 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 31990 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 31991 + components: + - type: Transform + pos: 41.5,-41.5 + parent: 2 + - uid: 31992 + components: + - type: Transform + pos: 42.5,-41.5 + parent: 2 + - uid: 31993 + components: + - type: Transform + pos: 43.5,-41.5 + parent: 2 + - uid: 31994 + components: + - type: Transform + pos: 44.5,-41.5 + parent: 2 + - uid: 31995 + components: + - type: Transform + pos: 45.5,-41.5 + parent: 2 + - uid: 32012 + components: + - type: Transform + pos: -89.5,-55.5 + parent: 2 + - uid: 32013 + components: + - type: Transform + pos: -89.5,-59.5 + parent: 2 + - uid: 32014 + components: + - type: Transform + pos: -89.5,-41.5 + parent: 2 + - uid: 32015 + components: + - type: Transform + pos: -89.5,-42.5 + parent: 2 + - uid: 32016 + components: + - type: Transform + pos: -89.5,-52.5 + parent: 2 + - uid: 32017 + components: + - type: Transform + pos: -89.5,-54.5 + parent: 2 + - uid: 32020 + components: + - type: Transform + pos: -66.5,-29.5 + parent: 2 + - uid: 32021 + components: + - type: Transform + pos: -62.5,-19.5 + parent: 2 + - uid: 32022 + components: + - type: Transform + pos: -63.5,-19.5 + parent: 2 + - uid: 32023 + components: + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 32024 + components: + - type: Transform + pos: -65.5,-19.5 + parent: 2 + - uid: 32025 + components: + - type: Transform + pos: -66.5,-19.5 + parent: 2 + - uid: 32026 + components: + - type: Transform + pos: -67.5,-19.5 + parent: 2 + - uid: 32027 + components: + - type: Transform + pos: -68.5,-19.5 + parent: 2 + - uid: 32028 + components: + - type: Transform + pos: -69.5,-19.5 + parent: 2 + - uid: 32029 + components: + - type: Transform + pos: -70.5,-19.5 + parent: 2 + - uid: 32030 + components: + - type: Transform + pos: -71.5,-19.5 + parent: 2 + - uid: 32031 + components: + - type: Transform + pos: -72.5,-19.5 + parent: 2 + - uid: 32032 + components: + - type: Transform + pos: -72.5,-18.5 + parent: 2 + - uid: 32033 + components: + - type: Transform + pos: -72.5,-17.5 + parent: 2 + - uid: 32034 + components: + - type: Transform + pos: -72.5,-16.5 + parent: 2 + - uid: 32035 + components: + - type: Transform + pos: -72.5,-15.5 + parent: 2 + - uid: 32036 + components: + - type: Transform + pos: -72.5,-14.5 + parent: 2 + - uid: 32037 + components: + - type: Transform + pos: -72.5,-13.5 + parent: 2 + - uid: 32038 + components: + - type: Transform + pos: -71.5,-13.5 + parent: 2 + - uid: 32039 + components: + - type: Transform + pos: -70.5,-13.5 + parent: 2 + - uid: 32040 + components: + - type: Transform + pos: -69.5,-13.5 + parent: 2 + - uid: 32041 + components: + - type: Transform + pos: -68.5,-13.5 + parent: 2 + - uid: 32042 + components: + - type: Transform + pos: -67.5,-13.5 + parent: 2 + - uid: 32043 + components: + - type: Transform + pos: -66.5,-13.5 + parent: 2 + - uid: 32044 + components: + - type: Transform + pos: -65.5,-13.5 + parent: 2 + - uid: 32045 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 32046 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 + - uid: 32047 + components: + - type: Transform + pos: -62.5,-13.5 + parent: 2 + - uid: 32048 + components: + - type: Transform + pos: -117.5,-0.5 + parent: 2 + - uid: 32050 + components: + - type: Transform + pos: -119.5,-0.5 + parent: 2 + - uid: 32051 + components: + - type: Transform + pos: -120.5,-0.5 + parent: 2 + - uid: 32052 + components: + - type: Transform + pos: -121.5,-0.5 + parent: 2 + - uid: 32053 + components: + - type: Transform + pos: -122.5,-0.5 + parent: 2 + - uid: 32054 + components: + - type: Transform + pos: -123.5,-0.5 + parent: 2 + - uid: 32055 + components: + - type: Transform + pos: -116.5,-0.5 + parent: 2 + - uid: 32056 + components: + - type: Transform + pos: -116.5,0.5 + parent: 2 + - uid: 32057 + components: + - type: Transform + pos: -116.5,1.5 + parent: 2 + - uid: 32058 + components: + - type: Transform + pos: -123.5,0.5 + parent: 2 + - uid: 32059 + components: + - type: Transform + pos: -123.5,1.5 + parent: 2 + - uid: 32060 + components: + - type: Transform + pos: -123.5,2.5 + parent: 2 + - uid: 32061 + components: + - type: Transform + pos: -123.5,3.5 + parent: 2 + - uid: 32062 + components: + - type: Transform + pos: -123.5,4.5 + parent: 2 + - uid: 32063 + components: + - type: Transform + pos: -123.5,5.5 + parent: 2 + - uid: 32064 + components: + - type: Transform + pos: -122.5,5.5 + parent: 2 + - uid: 32065 + components: + - type: Transform + pos: -121.5,5.5 + parent: 2 + - uid: 32066 + components: + - type: Transform + pos: -120.5,5.5 + parent: 2 + - uid: 32067 + components: + - type: Transform + pos: -119.5,5.5 + parent: 2 + - uid: 32068 + components: + - type: Transform + pos: -118.5,5.5 + parent: 2 + - uid: 32069 + components: + - type: Transform + pos: -117.5,5.5 + parent: 2 + - uid: 32070 + components: + - type: Transform + pos: -116.5,5.5 + parent: 2 + - uid: 32071 + components: + - type: Transform + pos: -116.5,4.5 + parent: 2 + - uid: 32072 + components: + - type: Transform + pos: -116.5,3.5 + parent: 2 + - uid: 32074 + components: + - type: Transform + pos: -116.5,16.5 + parent: 2 + - uid: 32076 + components: + - type: Transform + pos: -116.5,17.5 + parent: 2 + - uid: 32077 + components: + - type: Transform + pos: -117.5,17.5 + parent: 2 + - uid: 32078 + components: + - type: Transform + pos: -118.5,17.5 + parent: 2 + - uid: 32079 + components: + - type: Transform + pos: -119.5,17.5 + parent: 2 + - uid: 32080 + components: + - type: Transform + pos: -120.5,17.5 + parent: 2 + - uid: 32081 + components: + - type: Transform + pos: -121.5,17.5 + parent: 2 + - uid: 32082 + components: + - type: Transform + pos: -122.5,17.5 + parent: 2 + - uid: 32083 + components: + - type: Transform + pos: -123.5,17.5 + parent: 2 + - uid: 32084 + components: + - type: Transform + pos: -123.5,16.5 + parent: 2 + - uid: 32085 + components: + - type: Transform + pos: -123.5,15.5 + parent: 2 + - uid: 32086 + components: + - type: Transform + pos: -123.5,14.5 + parent: 2 + - uid: 32087 + components: + - type: Transform + pos: -123.5,13.5 + parent: 2 + - uid: 32088 + components: + - type: Transform + pos: -123.5,12.5 + parent: 2 + - uid: 32089 + components: + - type: Transform + pos: -123.5,11.5 + parent: 2 + - uid: 32090 + components: + - type: Transform + pos: -122.5,11.5 + parent: 2 + - uid: 32091 + components: + - type: Transform + pos: -121.5,11.5 + parent: 2 + - uid: 32092 + components: + - type: Transform + pos: -120.5,11.5 + parent: 2 + - uid: 32093 + components: + - type: Transform + pos: -119.5,11.5 + parent: 2 + - uid: 32094 + components: + - type: Transform + pos: -118.5,11.5 + parent: 2 + - uid: 32095 + components: + - type: Transform + pos: -117.5,11.5 + parent: 2 + - uid: 32096 + components: + - type: Transform + pos: -116.5,11.5 + parent: 2 + - uid: 32097 + components: + - type: Transform + pos: -116.5,12.5 + parent: 2 + - uid: 32098 + components: + - type: Transform + pos: -116.5,13.5 + parent: 2 + - uid: 32103 + components: + - type: Transform + pos: -67.5,51.5 + parent: 2 + - uid: 32110 + components: + - type: Transform + pos: -67.5,42.5 + parent: 2 + - uid: 32112 + components: + - type: Transform + pos: -59.5,65.5 + parent: 2 + - uid: 32113 + components: + - type: Transform + pos: -66.5,49.5 + parent: 2 + - uid: 32114 + components: + - type: Transform + pos: -66.5,50.5 + parent: 2 + - uid: 32115 + components: + - type: Transform + pos: -66.5,51.5 + parent: 2 + - uid: 32116 + components: + - type: Transform + pos: -65.5,51.5 + parent: 2 + - uid: 32117 + components: + - type: Transform + pos: -89.5,-58.5 + parent: 2 + - uid: 32119 + components: + - type: Transform + pos: -32.5,78.5 + parent: 2 + - uid: 32120 + components: + - type: Transform + pos: -52.5,70.5 + parent: 2 + - uid: 32121 + components: + - type: Transform + pos: -45.5,74.5 + parent: 2 + - uid: 32122 + components: + - type: Transform + pos: -36.5,74.5 + parent: 2 + - uid: 32123 + components: + - type: Transform + pos: -23.5,80.5 + parent: 2 + - uid: 32125 + components: + - type: Transform + pos: -17.5,75.5 + parent: 2 + - uid: 32126 + components: + - type: Transform + pos: -68.5,51.5 + parent: 2 + - uid: 32127 + components: + - type: Transform + pos: -69.5,51.5 + parent: 2 + - uid: 32128 + components: + - type: Transform + pos: -70.5,51.5 + parent: 2 + - uid: 32129 + components: + - type: Transform + pos: -71.5,51.5 + parent: 2 + - uid: 32130 + components: + - type: Transform + pos: -72.5,51.5 + parent: 2 + - uid: 32131 + components: + - type: Transform + pos: -73.5,51.5 + parent: 2 + - uid: 32132 + components: + - type: Transform + pos: -74.5,51.5 + parent: 2 + - uid: 32133 + components: + - type: Transform + pos: -75.5,51.5 + parent: 2 + - uid: 32134 + components: + - type: Transform + pos: -76.5,51.5 + parent: 2 + - uid: 32135 + components: + - type: Transform + pos: -77.5,51.5 + parent: 2 + - uid: 32136 + components: + - type: Transform + pos: -78.5,51.5 + parent: 2 + - uid: 32137 + components: + - type: Transform + pos: -79.5,51.5 + parent: 2 + - uid: 32138 + components: + - type: Transform + pos: -80.5,51.5 + parent: 2 + - uid: 32139 + components: + - type: Transform + pos: -81.5,51.5 + parent: 2 + - uid: 32141 + components: + - type: Transform + pos: -89.5,52.5 + parent: 2 + - uid: 32275 + components: + - type: Transform + pos: -89.5,-46.5 + parent: 2 + - uid: 32276 + components: + - type: Transform + pos: -89.5,-39.5 + parent: 2 + - uid: 32292 + components: + - type: Transform + pos: -64.5,64.5 + parent: 2 + - uid: 32315 + components: + - type: Transform + pos: -89.5,-40.5 + parent: 2 + - uid: 32320 + components: + - type: Transform + pos: -89.5,-43.5 + parent: 2 + - uid: 32322 + components: + - type: Transform + pos: -115.5,66.5 + parent: 2 + - uid: 32337 + components: + - type: Transform + pos: -115.5,65.5 + parent: 2 + - uid: 32339 + components: + - type: Transform + pos: -100.5,63.5 + parent: 2 + - uid: 32340 + components: + - type: Transform + pos: -99.5,56.5 + parent: 2 + - uid: 32341 + components: + - type: Transform + pos: -99.5,57.5 + parent: 2 + - uid: 32342 + components: + - type: Transform + pos: -99.5,58.5 + parent: 2 + - uid: 32343 + components: + - type: Transform + pos: -99.5,59.5 + parent: 2 + - uid: 32344 + components: + - type: Transform + pos: -99.5,60.5 + parent: 2 + - uid: 32345 + components: + - type: Transform + pos: -99.5,61.5 + parent: 2 + - uid: 32346 + components: + - type: Transform + pos: -99.5,62.5 + parent: 2 + - uid: 32347 + components: + - type: Transform + pos: -99.5,63.5 + parent: 2 + - uid: 32348 + components: + - type: Transform + pos: -98.5,62.5 + parent: 2 + - uid: 32349 + components: + - type: Transform + pos: -101.5,63.5 + parent: 2 + - uid: 32350 + components: + - type: Transform + pos: -102.5,63.5 + parent: 2 + - uid: 32352 + components: + - type: Transform + pos: -102.5,64.5 + parent: 2 + - uid: 32353 + components: + - type: Transform + pos: -103.5,64.5 + parent: 2 + - uid: 32354 + components: + - type: Transform + pos: -104.5,64.5 + parent: 2 + - uid: 32355 + components: + - type: Transform + pos: -105.5,64.5 + parent: 2 + - uid: 32356 + components: + - type: Transform + pos: -106.5,64.5 + parent: 2 + - uid: 32357 + components: + - type: Transform + pos: -107.5,64.5 + parent: 2 + - uid: 32358 + components: + - type: Transform + pos: -108.5,64.5 + parent: 2 + - uid: 32359 + components: + - type: Transform + pos: -109.5,64.5 + parent: 2 + - uid: 32360 + components: + - type: Transform + pos: -110.5,64.5 + parent: 2 + - uid: 32361 + components: + - type: Transform + pos: -111.5,64.5 + parent: 2 + - uid: 32362 + components: + - type: Transform + pos: -103.5,65.5 + parent: 2 + - uid: 32363 + components: + - type: Transform + pos: -103.5,66.5 + parent: 2 + - uid: 32364 + components: + - type: Transform + pos: -111.5,65.5 + parent: 2 + - uid: 32365 + components: + - type: Transform + pos: -112.5,65.5 + parent: 2 + - uid: 32366 + components: + - type: Transform + pos: -113.5,65.5 + parent: 2 + - uid: 32367 + components: + - type: Transform + pos: -113.5,64.5 + parent: 2 + - uid: 32368 + components: + - type: Transform + pos: -114.5,64.5 + parent: 2 + - uid: 32369 + components: + - type: Transform + pos: -115.5,64.5 + parent: 2 + - uid: 32370 + components: + - type: Transform + pos: -116.5,64.5 + parent: 2 + - uid: 32371 + components: + - type: Transform + pos: -117.5,64.5 + parent: 2 + - uid: 32372 + components: + - type: Transform + pos: -118.5,64.5 + parent: 2 + - uid: 32373 + components: + - type: Transform + pos: -119.5,64.5 + parent: 2 + - uid: 32374 + components: + - type: Transform + pos: -120.5,64.5 + parent: 2 + - uid: 32375 + components: + - type: Transform + pos: -121.5,64.5 + parent: 2 + - uid: 32376 + components: + - type: Transform + pos: -122.5,64.5 + parent: 2 + - uid: 32377 + components: + - type: Transform + pos: -123.5,64.5 + parent: 2 + - uid: 32378 + components: + - type: Transform + pos: -124.5,64.5 + parent: 2 + - uid: 32379 + components: + - type: Transform + pos: -125.5,64.5 + parent: 2 + - uid: 32380 + components: + - type: Transform + pos: -125.5,63.5 + parent: 2 + - uid: 32381 + components: + - type: Transform + pos: -125.5,62.5 + parent: 2 + - uid: 32382 + components: + - type: Transform + pos: -125.5,61.5 + parent: 2 + - uid: 32383 + components: + - type: Transform + pos: -125.5,60.5 + parent: 2 + - uid: 32384 + components: + - type: Transform + pos: -125.5,59.5 + parent: 2 + - uid: 32385 + components: + - type: Transform + pos: -125.5,58.5 + parent: 2 + - uid: 32386 + components: + - type: Transform + pos: -126.5,63.5 + parent: 2 + - uid: 32387 + components: + - type: Transform + pos: -125.5,57.5 + parent: 2 + - uid: 32388 + components: + - type: Transform + pos: -125.5,56.5 + parent: 2 + - uid: 32389 + components: + - type: Transform + pos: -126.5,56.5 + parent: 2 + - uid: 32390 + components: + - type: Transform + pos: -126.5,55.5 + parent: 2 + - uid: 32391 + components: + - type: Transform + pos: -127.5,55.5 + parent: 2 + - uid: 32392 + components: + - type: Transform + pos: -126.5,54.5 + parent: 2 + - uid: 32393 + components: + - type: Transform + pos: -126.5,53.5 + parent: 2 + - uid: 32394 + components: + - type: Transform + pos: -126.5,52.5 + parent: 2 + - uid: 32395 + components: + - type: Transform + pos: -126.5,51.5 + parent: 2 + - uid: 32396 + components: + - type: Transform + pos: -126.5,50.5 + parent: 2 + - uid: 32397 + components: + - type: Transform + pos: -125.5,50.5 + parent: 2 + - uid: 32398 + components: + - type: Transform + pos: -125.5,49.5 + parent: 2 + - uid: 32399 + components: + - type: Transform + pos: -125.5,48.5 + parent: 2 + - uid: 32400 + components: + - type: Transform + pos: -125.5,47.5 + parent: 2 + - uid: 32401 + components: + - type: Transform + pos: -125.5,46.5 + parent: 2 + - uid: 32402 + components: + - type: Transform + pos: -125.5,45.5 + parent: 2 + - uid: 32403 + components: + - type: Transform + pos: -126.5,45.5 + parent: 2 + - uid: 32404 + components: + - type: Transform + pos: -126.5,44.5 + parent: 2 + - uid: 32405 + components: + - type: Transform + pos: -126.5,43.5 + parent: 2 + - uid: 32406 + components: + - type: Transform + pos: -126.5,42.5 + parent: 2 + - uid: 32407 + components: + - type: Transform + pos: -126.5,41.5 + parent: 2 + - uid: 32408 + components: + - type: Transform + pos: -126.5,40.5 + parent: 2 + - uid: 32409 + components: + - type: Transform + pos: -127.5,45.5 + parent: 2 + - uid: 32410 + components: + - type: Transform + pos: -128.5,45.5 + parent: 2 + - uid: 32411 + components: + - type: Transform + pos: -129.5,45.5 + parent: 2 + - uid: 32413 + components: + - type: Transform + pos: -128.5,55.5 + parent: 2 + - uid: 32414 + components: + - type: Transform + pos: -129.5,55.5 + parent: 2 + - uid: 32415 + components: + - type: Transform + pos: -130.5,55.5 + parent: 2 + - uid: 32416 + components: + - type: Transform + pos: -126.5,43.5 + parent: 2 + - uid: 32417 + components: + - type: Transform + pos: -126.5,42.5 + parent: 2 + - uid: 32418 + components: + - type: Transform + pos: -126.5,41.5 + parent: 2 + - uid: 32419 + components: + - type: Transform + pos: -126.5,40.5 + parent: 2 + - uid: 32420 + components: + - type: Transform + pos: -125.5,40.5 + parent: 2 + - uid: 32421 + components: + - type: Transform + pos: -125.5,39.5 + parent: 2 + - uid: 32422 + components: + - type: Transform + pos: -125.5,38.5 + parent: 2 + - uid: 32423 + components: + - type: Transform + pos: -125.5,37.5 + parent: 2 + - uid: 32424 + components: + - type: Transform + pos: -124.5,37.5 + parent: 2 + - uid: 32425 + components: + - type: Transform + pos: -123.5,37.5 + parent: 2 + - uid: 32426 + components: + - type: Transform + pos: -122.5,37.5 + parent: 2 + - uid: 32427 + components: + - type: Transform + pos: -121.5,37.5 + parent: 2 + - uid: 32428 + components: + - type: Transform + pos: -120.5,37.5 + parent: 2 + - uid: 32429 + components: + - type: Transform + pos: -119.5,37.5 + parent: 2 + - uid: 32430 + components: + - type: Transform + pos: -118.5,37.5 + parent: 2 + - uid: 32431 + components: + - type: Transform + pos: -117.5,37.5 + parent: 2 + - uid: 32687 + components: + - type: Transform + pos: 62.5,27.5 + parent: 2 + - uid: 32688 + components: + - type: Transform + pos: 62.5,28.5 + parent: 2 + - uid: 32689 + components: + - type: Transform + pos: 62.5,29.5 + parent: 2 + - uid: 32690 + components: + - type: Transform + pos: 62.5,30.5 + parent: 2 + - uid: 32691 + components: + - type: Transform + pos: 62.5,31.5 + parent: 2 + - uid: 32692 + components: + - type: Transform + pos: 62.5,32.5 + parent: 2 + - uid: 32693 + components: + - type: Transform + pos: 62.5,33.5 + parent: 2 + - uid: 32694 + components: + - type: Transform + pos: 62.5,34.5 + parent: 2 + - uid: 32695 + components: + - type: Transform + pos: 62.5,35.5 + parent: 2 + - uid: 32696 + components: + - type: Transform + pos: 62.5,36.5 + parent: 2 + - uid: 32697 + components: + - type: Transform + pos: 61.5,30.5 + parent: 2 + - uid: 32698 + components: + - type: Transform + pos: 60.5,30.5 + parent: 2 + - uid: 32699 + components: + - type: Transform + pos: 59.5,30.5 + parent: 2 + - uid: 32700 + components: + - type: Transform + pos: 58.5,30.5 + parent: 2 + - uid: 32701 + components: + - type: Transform + pos: 57.5,30.5 + parent: 2 + - uid: 32702 + components: + - type: Transform + pos: 56.5,30.5 + parent: 2 + - uid: 32703 + components: + - type: Transform + pos: 55.5,30.5 + parent: 2 + - uid: 32704 + components: + - type: Transform + pos: 54.5,30.5 + parent: 2 + - uid: 32705 + components: + - type: Transform + pos: 53.5,30.5 + parent: 2 + - uid: 32706 + components: + - type: Transform + pos: 52.5,30.5 + parent: 2 + - uid: 32707 + components: + - type: Transform + pos: 63.5,30.5 + parent: 2 + - uid: 32708 + components: + - type: Transform + pos: 64.5,30.5 + parent: 2 + - uid: 32709 + components: + - type: Transform + pos: 65.5,30.5 + parent: 2 + - uid: 32710 + components: + - type: Transform + pos: 66.5,30.5 + parent: 2 + - uid: 32711 + components: + - type: Transform + pos: 67.5,30.5 + parent: 2 + - uid: 32712 + components: + - type: Transform + pos: 66.5,29.5 + parent: 2 + - uid: 32713 + components: + - type: Transform + pos: 66.5,28.5 + parent: 2 + - uid: 32714 + components: + - type: Transform + pos: 66.5,27.5 + parent: 2 + - uid: 32715 + components: + - type: Transform + pos: 66.5,26.5 + parent: 2 + - uid: 32716 + components: + - type: Transform + pos: 65.5,26.5 + parent: 2 + - uid: 32717 + components: + - type: Transform + pos: 64.5,26.5 + parent: 2 + - uid: 32718 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 32719 + components: + - type: Transform + pos: 65.5,24.5 + parent: 2 + - uid: 32720 + components: + - type: Transform + pos: 66.5,24.5 + parent: 2 + - uid: 32721 + components: + - type: Transform + pos: 67.5,24.5 + parent: 2 + - uid: 32722 + components: + - type: Transform + pos: 68.5,24.5 + parent: 2 + - uid: 32723 + components: + - type: Transform + pos: 69.5,24.5 + parent: 2 + - uid: 32724 + components: + - type: Transform + pos: 69.5,23.5 + parent: 2 + - uid: 32725 + components: + - type: Transform + pos: 70.5,23.5 + parent: 2 + - uid: 32726 + components: + - type: Transform + pos: 70.5,22.5 + parent: 2 + - uid: 32727 + components: + - type: Transform + pos: 71.5,22.5 + parent: 2 + - uid: 32728 + components: + - type: Transform + pos: 71.5,12.5 + parent: 2 + - uid: 32729 + components: + - type: Transform + pos: 70.5,12.5 + parent: 2 + - uid: 32730 + components: + - type: Transform + pos: 69.5,12.5 + parent: 2 + - uid: 32731 + components: + - type: Transform + pos: 68.5,12.5 + parent: 2 + - uid: 32732 + components: + - type: Transform + pos: 68.5,11.5 + parent: 2 + - uid: 32733 + components: + - type: Transform + pos: 68.5,10.5 + parent: 2 + - uid: 32734 + components: + - type: Transform + pos: 68.5,9.5 + parent: 2 + - uid: 32735 + components: + - type: Transform + pos: 68.5,8.5 + parent: 2 + - uid: 32736 + components: + - type: Transform + pos: 67.5,8.5 + parent: 2 + - uid: 32737 + components: + - type: Transform + pos: 66.5,8.5 + parent: 2 + - uid: 32738 + components: + - type: Transform + pos: 66.5,9.5 + parent: 2 + - uid: 32739 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 32740 + components: + - type: Transform + pos: 65.5,10.5 + parent: 2 + - uid: 32741 + components: + - type: Transform + pos: 64.5,10.5 + parent: 2 + - uid: 32742 + components: + - type: Transform + pos: 63.5,10.5 + parent: 2 + - uid: 32743 + components: + - type: Transform + pos: 62.5,10.5 + parent: 2 + - uid: 32744 + components: + - type: Transform + pos: 61.5,10.5 + parent: 2 + - uid: 32745 + components: + - type: Transform + pos: 60.5,10.5 + parent: 2 + - uid: 32746 + components: + - type: Transform + pos: 59.5,10.5 + parent: 2 + - uid: 32747 + components: + - type: Transform + pos: 58.5,10.5 + parent: 2 + - uid: 32748 + components: + - type: Transform + pos: 57.5,10.5 + parent: 2 + - uid: 32749 + components: + - type: Transform + pos: 56.5,10.5 + parent: 2 + - uid: 32750 + components: + - type: Transform + pos: 55.5,10.5 + parent: 2 + - uid: 32751 + components: + - type: Transform + pos: 54.5,10.5 + parent: 2 + - uid: 32752 + components: + - type: Transform + pos: 54.5,24.5 + parent: 2 + - uid: 32753 + components: + - type: Transform + pos: 55.5,24.5 + parent: 2 + - uid: 32754 + components: + - type: Transform + pos: 56.5,24.5 + parent: 2 + - uid: 32755 + components: + - type: Transform + pos: 57.5,24.5 + parent: 2 + - uid: 32756 + components: + - type: Transform + pos: 58.5,24.5 + parent: 2 + - uid: 32757 + components: + - type: Transform + pos: 59.5,24.5 + parent: 2 + - uid: 32758 + components: + - type: Transform + pos: 60.5,24.5 + parent: 2 + - uid: 32759 + components: + - type: Transform + pos: 61.5,24.5 + parent: 2 + - uid: 32760 + components: + - type: Transform + pos: 62.5,24.5 + parent: 2 + - uid: 32761 + components: + - type: Transform + pos: 63.5,36.5 + parent: 2 + - uid: 32762 + components: + - type: Transform + pos: 64.5,36.5 + parent: 2 + - uid: 32763 + components: + - type: Transform + pos: 65.5,36.5 + parent: 2 + - uid: 32764 + components: + - type: Transform + pos: 66.5,36.5 + parent: 2 + - uid: 32765 + components: + - type: Transform + pos: 67.5,36.5 + parent: 2 + - uid: 32766 + components: + - type: Transform + pos: 68.5,36.5 + parent: 2 + - uid: 32767 + components: + - type: Transform + pos: 69.5,36.5 + parent: 2 + - uid: 32768 + components: + - type: Transform + pos: 70.5,36.5 + parent: 2 + - uid: 32769 + components: + - type: Transform + pos: 68.5,37.5 + parent: 2 + - uid: 32770 + components: + - type: Transform + pos: 68.5,38.5 + parent: 2 + - uid: 32771 + components: + - type: Transform + pos: 68.5,39.5 + parent: 2 + - uid: 32772 + components: + - type: Transform + pos: 68.5,40.5 + parent: 2 + - uid: 32773 + components: + - type: Transform + pos: 68.5,41.5 + parent: 2 + - uid: 32774 + components: + - type: Transform + pos: 68.5,42.5 + parent: 2 + - uid: 32775 + components: + - type: Transform + pos: 68.5,43.5 + parent: 2 + - uid: 32776 + components: + - type: Transform + pos: 68.5,44.5 + parent: 2 + - uid: 32777 + components: + - type: Transform + pos: 68.5,45.5 + parent: 2 + - uid: 32778 + components: + - type: Transform + pos: 68.5,46.5 + parent: 2 + - uid: 32779 + components: + - type: Transform + pos: 68.5,47.5 + parent: 2 + - uid: 32780 + components: + - type: Transform + pos: 68.5,48.5 + parent: 2 + - uid: 32781 + components: + - type: Transform + pos: 68.5,49.5 + parent: 2 + - uid: 32782 + components: + - type: Transform + pos: 68.5,50.5 + parent: 2 + - uid: 32783 + components: + - type: Transform + pos: 69.5,50.5 + parent: 2 + - uid: 32784 + components: + - type: Transform + pos: 70.5,50.5 + parent: 2 + - uid: 32785 + components: + - type: Transform + pos: 70.5,51.5 + parent: 2 + - uid: 32786 + components: + - type: Transform + pos: 70.5,52.5 + parent: 2 + - uid: 32787 + components: + - type: Transform + pos: 70.5,53.5 + parent: 2 + - uid: 32788 + components: + - type: Transform + pos: 70.5,54.5 + parent: 2 + - uid: 32789 + components: + - type: Transform + pos: 70.5,55.5 + parent: 2 + - uid: 32790 + components: + - type: Transform + pos: 71.5,55.5 + parent: 2 + - uid: 32791 + components: + - type: Transform + pos: 72.5,55.5 + parent: 2 + - uid: 32792 + components: + - type: Transform + pos: 73.5,55.5 + parent: 2 + - uid: 32793 + components: + - type: Transform + pos: 74.5,55.5 + parent: 2 + - uid: 32794 + components: + - type: Transform + pos: 74.5,56.5 + parent: 2 + - uid: 32795 + components: + - type: Transform + pos: 74.5,57.5 + parent: 2 + - uid: 32796 + components: + - type: Transform + pos: 74.5,58.5 + parent: 2 + - uid: 32797 + components: + - type: Transform + pos: 74.5,59.5 + parent: 2 + - uid: 32798 + components: + - type: Transform + pos: 74.5,60.5 + parent: 2 + - uid: 32799 + components: + - type: Transform + pos: 74.5,61.5 + parent: 2 + - uid: 32800 + components: + - type: Transform + pos: 74.5,62.5 + parent: 2 + - uid: 32801 + components: + - type: Transform + pos: 74.5,63.5 + parent: 2 + - uid: 32802 + components: + - type: Transform + pos: 74.5,64.5 + parent: 2 + - uid: 32803 + components: + - type: Transform + pos: 73.5,59.5 + parent: 2 + - uid: 32804 + components: + - type: Transform + pos: 72.5,59.5 + parent: 2 + - uid: 32805 + components: + - type: Transform + pos: 72.5,58.5 + parent: 2 + - uid: 32806 + components: + - type: Transform + pos: 72.5,57.5 + parent: 2 + - uid: 32807 + components: + - type: Transform + pos: 71.5,57.5 + parent: 2 + - uid: 32808 + components: + - type: Transform + pos: 70.5,57.5 + parent: 2 + - uid: 32809 + components: + - type: Transform + pos: 70.5,58.5 + parent: 2 + - uid: 32810 + components: + - type: Transform + pos: 70.5,59.5 + parent: 2 + - uid: 32811 + components: + - type: Transform + pos: 70.5,60.5 + parent: 2 + - uid: 32812 + components: + - type: Transform + pos: 70.5,61.5 + parent: 2 + - uid: 32813 + components: + - type: Transform + pos: 70.5,62.5 + parent: 2 + - uid: 32814 + components: + - type: Transform + pos: 70.5,63.5 + parent: 2 + - uid: 32815 + components: + - type: Transform + pos: 70.5,64.5 + parent: 2 + - uid: 32816 + components: + - type: Transform + pos: 70.5,65.5 + parent: 2 + - uid: 32817 + components: + - type: Transform + pos: 70.5,66.5 + parent: 2 + - uid: 32818 + components: + - type: Transform + pos: 71.5,66.5 + parent: 2 + - uid: 32819 + components: + - type: Transform + pos: 72.5,66.5 + parent: 2 + - uid: 32820 + components: + - type: Transform + pos: 73.5,66.5 + parent: 2 + - uid: 32821 + components: + - type: Transform + pos: 74.5,66.5 + parent: 2 + - uid: 32822 + components: + - type: Transform + pos: 75.5,66.5 + parent: 2 + - uid: 32823 + components: + - type: Transform + pos: 76.5,66.5 + parent: 2 + - uid: 32824 + components: + - type: Transform + pos: 76.5,67.5 + parent: 2 + - uid: 32825 + components: + - type: Transform + pos: 76.5,68.5 + parent: 2 + - uid: 32826 + components: + - type: Transform + pos: 75.5,68.5 + parent: 2 + - uid: 32827 + components: + - type: Transform + pos: 74.5,68.5 + parent: 2 + - uid: 32828 + components: + - type: Transform + pos: 73.5,68.5 + parent: 2 + - uid: 32829 + components: + - type: Transform + pos: 72.5,68.5 + parent: 2 + - uid: 32830 + components: + - type: Transform + pos: 71.5,68.5 + parent: 2 + - uid: 32831 + components: + - type: Transform + pos: 70.5,68.5 + parent: 2 + - uid: 32832 + components: + - type: Transform + pos: 69.5,68.5 + parent: 2 + - uid: 32833 + components: + - type: Transform + pos: 68.5,68.5 + parent: 2 + - uid: 32834 + components: + - type: Transform + pos: 68.5,69.5 + parent: 2 + - uid: 32835 + components: + - type: Transform + pos: 68.5,70.5 + parent: 2 + - uid: 32836 + components: + - type: Transform + pos: 67.5,70.5 + parent: 2 + - uid: 32837 + components: + - type: Transform + pos: 66.5,70.5 + parent: 2 + - uid: 32838 + components: + - type: Transform + pos: 65.5,70.5 + parent: 2 + - uid: 32839 + components: + - type: Transform + pos: 64.5,70.5 + parent: 2 + - uid: 32840 + components: + - type: Transform + pos: 63.5,70.5 + parent: 2 + - uid: 32841 + components: + - type: Transform + pos: 62.5,70.5 + parent: 2 + - uid: 32842 + components: + - type: Transform + pos: 61.5,70.5 + parent: 2 + - uid: 32843 + components: + - type: Transform + pos: 60.5,70.5 + parent: 2 + - uid: 32844 + components: + - type: Transform + pos: 59.5,70.5 + parent: 2 + - uid: 32845 + components: + - type: Transform + pos: 58.5,70.5 + parent: 2 + - uid: 32846 + components: + - type: Transform + pos: 57.5,70.5 + parent: 2 + - uid: 32847 + components: + - type: Transform + pos: 56.5,70.5 + parent: 2 + - uid: 32848 + components: + - type: Transform + pos: 55.5,70.5 + parent: 2 + - uid: 32849 + components: + - type: Transform + pos: 54.5,70.5 + parent: 2 + - uid: 32850 + components: + - type: Transform + pos: 53.5,70.5 + parent: 2 + - uid: 32851 + components: + - type: Transform + pos: 53.5,69.5 + parent: 2 + - uid: 32852 + components: + - type: Transform + pos: 53.5,68.5 + parent: 2 + - uid: 32853 + components: + - type: Transform + pos: 53.5,67.5 + parent: 2 + - uid: 32854 + components: + - type: Transform + pos: 53.5,66.5 + parent: 2 + - uid: 32855 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 + - uid: 32856 + components: + - type: Transform + pos: 53.5,64.5 + parent: 2 + - uid: 32857 + components: + - type: Transform + pos: 54.5,64.5 + parent: 2 + - uid: 32858 + components: + - type: Transform + pos: 55.5,64.5 + parent: 2 + - uid: 32859 + components: + - type: Transform + pos: 56.5,64.5 + parent: 2 + - uid: 32860 + components: + - type: Transform + pos: 57.5,64.5 + parent: 2 + - uid: 32861 + components: + - type: Transform + pos: 58.5,64.5 + parent: 2 + - uid: 32862 + components: + - type: Transform + pos: 58.5,65.5 + parent: 2 + - uid: 32863 + components: + - type: Transform + pos: 58.5,66.5 + parent: 2 + - uid: 32864 + components: + - type: Transform + pos: 57.5,66.5 + parent: 2 + - uid: 32865 + components: + - type: Transform + pos: 56.5,66.5 + parent: 2 + - uid: 32866 + components: + - type: Transform + pos: 55.5,66.5 + parent: 2 + - uid: 32867 + components: + - type: Transform + pos: 55.5,67.5 + parent: 2 + - uid: 32868 + components: + - type: Transform + pos: 55.5,68.5 + parent: 2 + - uid: 32869 + components: + - type: Transform + pos: 56.5,68.5 + parent: 2 + - uid: 32870 + components: + - type: Transform + pos: 57.5,68.5 + parent: 2 + - uid: 32871 + components: + - type: Transform + pos: 58.5,68.5 + parent: 2 + - uid: 32872 + components: + - type: Transform + pos: 59.5,68.5 + parent: 2 + - uid: 32873 + components: + - type: Transform + pos: 60.5,68.5 + parent: 2 + - uid: 32874 + components: + - type: Transform + pos: 60.5,67.5 + parent: 2 + - uid: 32875 + components: + - type: Transform + pos: 61.5,67.5 + parent: 2 + - uid: 32876 + components: + - type: Transform + pos: 62.5,67.5 + parent: 2 + - uid: 32877 + components: + - type: Transform + pos: 62.5,68.5 + parent: 2 + - uid: 32878 + components: + - type: Transform + pos: 63.5,68.5 + parent: 2 + - uid: 32879 + components: + - type: Transform + pos: 64.5,68.5 + parent: 2 + - uid: 32880 + components: + - type: Transform + pos: 65.5,68.5 + parent: 2 + - uid: 32881 + components: + - type: Transform + pos: 66.5,68.5 + parent: 2 + - uid: 32882 + components: + - type: Transform + pos: 66.5,67.5 + parent: 2 + - uid: 32883 + components: + - type: Transform + pos: 66.5,66.5 + parent: 2 + - uid: 32884 + components: + - type: Transform + pos: 66.5,65.5 + parent: 2 + - uid: 32885 + components: + - type: Transform + pos: 66.5,64.5 + parent: 2 + - uid: 32886 + components: + - type: Transform + pos: 66.5,63.5 + parent: 2 + - uid: 32887 + components: + - type: Transform + pos: 66.5,62.5 + parent: 2 + - uid: 32888 + components: + - type: Transform + pos: 66.5,61.5 + parent: 2 + - uid: 32889 + components: + - type: Transform + pos: 66.5,60.5 + parent: 2 + - uid: 32890 + components: + - type: Transform + pos: 66.5,59.5 + parent: 2 + - uid: 32891 + components: + - type: Transform + pos: 66.5,58.5 + parent: 2 + - uid: 32892 + components: + - type: Transform + pos: 66.5,57.5 + parent: 2 + - uid: 32893 + components: + - type: Transform + pos: 66.5,56.5 + parent: 2 + - uid: 32894 + components: + - type: Transform + pos: 65.5,56.5 + parent: 2 + - uid: 32895 + components: + - type: Transform + pos: 64.5,56.5 + parent: 2 + - uid: 32896 + components: + - type: Transform + pos: 63.5,56.5 + parent: 2 + - uid: 32897 + components: + - type: Transform + pos: 63.5,57.5 + parent: 2 + - uid: 32898 + components: + - type: Transform + pos: 63.5,58.5 + parent: 2 + - uid: 32899 + components: + - type: Transform + pos: 63.5,59.5 + parent: 2 + - uid: 32900 + components: + - type: Transform + pos: 62.5,59.5 + parent: 2 + - uid: 32901 + components: + - type: Transform + pos: 61.5,59.5 + parent: 2 + - uid: 32902 + components: + - type: Transform + pos: 60.5,59.5 + parent: 2 + - uid: 32903 + components: + - type: Transform + pos: 59.5,59.5 + parent: 2 + - uid: 32904 + components: + - type: Transform + pos: 58.5,59.5 + parent: 2 + - uid: 32905 + components: + - type: Transform + pos: 57.5,59.5 + parent: 2 + - uid: 32906 + components: + - type: Transform + pos: 56.5,59.5 + parent: 2 + - uid: 32907 + components: + - type: Transform + pos: 55.5,59.5 + parent: 2 + - uid: 32908 + components: + - type: Transform + pos: 55.5,58.5 + parent: 2 + - uid: 32909 + components: + - type: Transform + pos: 55.5,57.5 + parent: 2 + - uid: 32910 + components: + - type: Transform + pos: 55.5,56.5 + parent: 2 + - uid: 32911 + components: + - type: Transform + pos: 54.5,56.5 + parent: 2 + - uid: 32912 + components: + - type: Transform + pos: 53.5,56.5 + parent: 2 + - uid: 32913 + components: + - type: Transform + pos: 53.5,57.5 + parent: 2 + - uid: 32914 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - uid: 32915 + components: + - type: Transform + pos: 53.5,59.5 + parent: 2 + - uid: 32916 + components: + - type: Transform + pos: 53.5,60.5 + parent: 2 + - uid: 32917 + components: + - type: Transform + pos: 53.5,61.5 + parent: 2 + - uid: 32918 + components: + - type: Transform + pos: 54.5,61.5 + parent: 2 + - uid: 32919 + components: + - type: Transform + pos: 55.5,61.5 + parent: 2 + - uid: 32920 + components: + - type: Transform + pos: 56.5,61.5 + parent: 2 + - uid: 32921 + components: + - type: Transform + pos: 56.5,62.5 + parent: 2 + - uid: 32922 + components: + - type: Transform + pos: 57.5,62.5 + parent: 2 + - uid: 32923 + components: + - type: Transform + pos: 58.5,62.5 + parent: 2 + - uid: 32924 + components: + - type: Transform + pos: 59.5,62.5 + parent: 2 + - uid: 32925 + components: + - type: Transform + pos: 60.5,62.5 + parent: 2 + - uid: 32926 + components: + - type: Transform + pos: 61.5,62.5 + parent: 2 + - uid: 32927 + components: + - type: Transform + pos: 62.5,62.5 + parent: 2 + - uid: 32928 + components: + - type: Transform + pos: 62.5,61.5 + parent: 2 + - uid: 32929 + components: + - type: Transform + pos: 63.5,61.5 + parent: 2 + - uid: 32930 + components: + - type: Transform + pos: 64.5,61.5 + parent: 2 + - uid: 32931 + components: + - type: Transform + pos: 64.5,62.5 + parent: 2 + - uid: 32932 + components: + - type: Transform + pos: 64.5,63.5 + parent: 2 + - uid: 32933 + components: + - type: Transform + pos: 64.5,64.5 + parent: 2 + - uid: 32934 + components: + - type: Transform + pos: 64.5,65.5 + parent: 2 + - uid: 32935 + components: + - type: Transform + pos: 59.5,64.5 + parent: 2 + - uid: 32936 + components: + - type: Transform + pos: 60.5,64.5 + parent: 2 + - uid: 32937 + components: + - type: Transform + pos: 61.5,64.5 + parent: 2 + - uid: 32938 + components: + - type: Transform + pos: 62.5,64.5 + parent: 2 + - uid: 32939 + components: + - type: Transform + pos: 74.5,54.5 + parent: 2 + - uid: 32940 + components: + - type: Transform + pos: 75.5,54.5 + parent: 2 + - uid: 32941 + components: + - type: Transform + pos: 76.5,54.5 + parent: 2 + - uid: 32942 + components: + - type: Transform + pos: 76.5,55.5 + parent: 2 + - uid: 32943 + components: + - type: Transform + pos: 76.5,56.5 + parent: 2 + - uid: 32944 + components: + - type: Transform + pos: 76.5,57.5 + parent: 2 + - uid: 32945 + components: + - type: Transform + pos: 76.5,58.5 + parent: 2 + - uid: 32946 + components: + - type: Transform + pos: 76.5,59.5 + parent: 2 + - uid: 32947 + components: + - type: Transform + pos: 76.5,60.5 + parent: 2 + - uid: 32948 + components: + - type: Transform + pos: 76.5,61.5 + parent: 2 + - uid: 32949 + components: + - type: Transform + pos: 77.5,61.5 + parent: 2 + - uid: 32950 + components: + - type: Transform + pos: 78.5,61.5 + parent: 2 + - uid: 32951 + components: + - type: Transform + pos: 79.5,61.5 + parent: 2 + - uid: 32952 + components: + - type: Transform + pos: 80.5,61.5 + parent: 2 + - uid: 32953 + components: + - type: Transform + pos: 80.5,60.5 + parent: 2 + - uid: 32954 + components: + - type: Transform + pos: 80.5,59.5 + parent: 2 + - uid: 32955 + components: + - type: Transform + pos: 80.5,58.5 + parent: 2 + - uid: 32956 + components: + - type: Transform + pos: 79.5,58.5 + parent: 2 + - uid: 32957 + components: + - type: Transform + pos: 78.5,58.5 + parent: 2 + - uid: 32958 + components: + - type: Transform + pos: 78.5,57.5 + parent: 2 + - uid: 32959 + components: + - type: Transform + pos: 78.5,56.5 + parent: 2 + - uid: 32960 + components: + - type: Transform + pos: 78.5,55.5 + parent: 2 + - uid: 32961 + components: + - type: Transform + pos: 78.5,54.5 + parent: 2 + - uid: 32962 + components: + - type: Transform + pos: 78.5,53.5 + parent: 2 + - uid: 32963 + components: + - type: Transform + pos: 78.5,52.5 + parent: 2 + - uid: 32964 + components: + - type: Transform + pos: 78.5,51.5 + parent: 2 + - uid: 32965 + components: + - type: Transform + pos: 78.5,50.5 + parent: 2 + - uid: 32966 + components: + - type: Transform + pos: 78.5,49.5 + parent: 2 + - uid: 32967 + components: + - type: Transform + pos: 78.5,48.5 + parent: 2 + - uid: 32968 + components: + - type: Transform + pos: 78.5,47.5 + parent: 2 + - uid: 32969 + components: + - type: Transform + pos: 77.5,49.5 + parent: 2 + - uid: 32970 + components: + - type: Transform + pos: 76.5,49.5 + parent: 2 + - uid: 32971 + components: + - type: Transform + pos: 75.5,49.5 + parent: 2 + - uid: 32972 + components: + - type: Transform + pos: 74.5,49.5 + parent: 2 + - uid: 32973 + components: + - type: Transform + pos: 74.5,48.5 + parent: 2 + - uid: 32974 + components: + - type: Transform + pos: 74.5,47.5 + parent: 2 + - uid: 32975 + components: + - type: Transform + pos: 78.5,46.5 + parent: 2 + - uid: 32976 + components: + - type: Transform + pos: 79.5,46.5 + parent: 2 + - uid: 32977 + components: + - type: Transform + pos: 80.5,46.5 + parent: 2 + - uid: 32978 + components: + - type: Transform + pos: 81.5,46.5 + parent: 2 + - uid: 32979 + components: + - type: Transform + pos: 82.5,46.5 + parent: 2 + - uid: 32980 + components: + - type: Transform + pos: 83.5,46.5 + parent: 2 + - uid: 32981 + components: + - type: Transform + pos: 77.5,47.5 + parent: 2 + - uid: 32982 + components: + - type: Transform + pos: 76.5,47.5 + parent: 2 + - uid: 32983 + components: + - type: Transform + pos: 76.5,46.5 + parent: 2 + - uid: 32984 + components: + - type: Transform + pos: 76.5,45.5 + parent: 2 + - uid: 32985 + components: + - type: Transform + pos: 76.5,44.5 + parent: 2 + - uid: 32986 + components: + - type: Transform + pos: 76.5,43.5 + parent: 2 + - uid: 32987 + components: + - type: Transform + pos: 76.5,42.5 + parent: 2 + - uid: 32988 + components: + - type: Transform + pos: 77.5,44.5 + parent: 2 + - uid: 32989 + components: + - type: Transform + pos: 78.5,44.5 + parent: 2 + - uid: 32990 + components: + - type: Transform + pos: 79.5,44.5 + parent: 2 + - uid: 32991 + components: + - type: Transform + pos: 77.5,42.5 + parent: 2 + - uid: 32992 + components: + - type: Transform + pos: 78.5,42.5 + parent: 2 + - uid: 32993 + components: + - type: Transform + pos: 79.5,42.5 + parent: 2 + - uid: 32994 + components: + - type: Transform + pos: 80.5,42.5 + parent: 2 + - uid: 32995 + components: + - type: Transform + pos: 81.5,42.5 + parent: 2 + - uid: 32996 + components: + - type: Transform + pos: 81.5,43.5 + parent: 2 + - uid: 32997 + components: + - type: Transform + pos: 81.5,44.5 + parent: 2 + - uid: 32998 + components: + - type: Transform + pos: 81.5,41.5 + parent: 2 + - uid: 32999 + components: + - type: Transform + pos: 81.5,39.5 + parent: 2 + - uid: 33000 + components: + - type: Transform + pos: 80.5,39.5 + parent: 2 + - uid: 33001 + components: + - type: Transform + pos: 80.5,38.5 + parent: 2 + - uid: 33002 + components: + - type: Transform + pos: 80.5,37.5 + parent: 2 + - uid: 33003 + components: + - type: Transform + pos: 80.5,36.5 + parent: 2 + - uid: 33004 + components: + - type: Transform + pos: 81.5,37.5 + parent: 2 + - uid: 33005 + components: + - type: Transform + pos: 82.5,37.5 + parent: 2 + - uid: 33006 + components: + - type: Transform + pos: 82.5,36.5 + parent: 2 + - uid: 33007 + components: + - type: Transform + pos: 82.5,35.5 + parent: 2 + - uid: 33008 + components: + - type: Transform + pos: 82.5,34.5 + parent: 2 + - uid: 33009 + components: + - type: Transform + pos: 81.5,34.5 + parent: 2 + - uid: 33010 + components: + - type: Transform + pos: 83.5,34.5 + parent: 2 + - uid: 33011 + components: + - type: Transform + pos: 84.5,34.5 + parent: 2 + - uid: 33012 + components: + - type: Transform + pos: 85.5,34.5 + parent: 2 + - uid: 33013 + components: + - type: Transform + pos: 86.5,34.5 + parent: 2 + - uid: 33014 + components: + - type: Transform + pos: 87.5,34.5 + parent: 2 + - uid: 33015 + components: + - type: Transform + pos: 88.5,34.5 + parent: 2 + - uid: 33016 + components: + - type: Transform + pos: 89.5,34.5 + parent: 2 + - uid: 33017 + components: + - type: Transform + pos: 90.5,34.5 + parent: 2 + - uid: 33018 + components: + - type: Transform + pos: 91.5,34.5 + parent: 2 + - uid: 33019 + components: + - type: Transform + pos: 91.5,35.5 + parent: 2 + - uid: 33020 + components: + - type: Transform + pos: 92.5,35.5 + parent: 2 + - uid: 33021 + components: + - type: Transform + pos: 93.5,35.5 + parent: 2 + - uid: 33022 + components: + - type: Transform + pos: 93.5,36.5 + parent: 2 + - uid: 33023 + components: + - type: Transform + pos: 93.5,37.5 + parent: 2 + - uid: 33024 + components: + - type: Transform + pos: 93.5,38.5 + parent: 2 + - uid: 33025 + components: + - type: Transform + pos: 93.5,39.5 + parent: 2 + - uid: 33026 + components: + - type: Transform + pos: 93.5,40.5 + parent: 2 + - uid: 33027 + components: + - type: Transform + pos: 93.5,41.5 + parent: 2 + - uid: 33028 + components: + - type: Transform + pos: 94.5,41.5 + parent: 2 + - uid: 33029 + components: + - type: Transform + pos: 95.5,41.5 + parent: 2 + - uid: 33030 + components: + - type: Transform + pos: 95.5,40.5 + parent: 2 + - uid: 33031 + components: + - type: Transform + pos: 95.5,39.5 + parent: 2 + - uid: 33032 + components: + - type: Transform + pos: 95.5,38.5 + parent: 2 + - uid: 33033 + components: + - type: Transform + pos: 95.5,37.5 + parent: 2 + - uid: 33034 + components: + - type: Transform + pos: 95.5,36.5 + parent: 2 + - uid: 33035 + components: + - type: Transform + pos: 95.5,35.5 + parent: 2 + - uid: 33036 + components: + - type: Transform + pos: 95.5,34.5 + parent: 2 + - uid: 33037 + components: + - type: Transform + pos: 95.5,33.5 + parent: 2 + - uid: 33038 + components: + - type: Transform + pos: 96.5,33.5 + parent: 2 + - uid: 33039 + components: + - type: Transform + pos: 97.5,33.5 + parent: 2 + - uid: 33040 + components: + - type: Transform + pos: 98.5,33.5 + parent: 2 + - uid: 33041 + components: + - type: Transform + pos: 99.5,33.5 + parent: 2 + - uid: 33042 + components: + - type: Transform + pos: 97.5,34.5 + parent: 2 + - uid: 33043 + components: + - type: Transform + pos: 97.5,35.5 + parent: 2 + - uid: 33044 + components: + - type: Transform + pos: 97.5,36.5 + parent: 2 + - uid: 33045 + components: + - type: Transform + pos: 97.5,37.5 + parent: 2 + - uid: 33046 + components: + - type: Transform + pos: 97.5,38.5 + parent: 2 + - uid: 33047 + components: + - type: Transform + pos: 97.5,39.5 + parent: 2 + - uid: 33048 + components: + - type: Transform + pos: 97.5,40.5 + parent: 2 + - uid: 33049 + components: + - type: Transform + pos: 97.5,41.5 + parent: 2 + - uid: 33050 + components: + - type: Transform + pos: 97.5,42.5 + parent: 2 + - uid: 33051 + components: + - type: Transform + pos: 97.5,43.5 + parent: 2 + - uid: 33052 + components: + - type: Transform + pos: 97.5,44.5 + parent: 2 + - uid: 33053 + components: + - type: Transform + pos: 97.5,45.5 + parent: 2 + - uid: 33054 + components: + - type: Transform + pos: 98.5,44.5 + parent: 2 + - uid: 33055 + components: + - type: Transform + pos: 99.5,44.5 + parent: 2 + - uid: 33056 + components: + - type: Transform + pos: 98.5,35.5 + parent: 2 + - uid: 33057 + components: + - type: Transform + pos: 99.5,35.5 + parent: 2 + - uid: 33058 + components: + - type: Transform + pos: 99.5,36.5 + parent: 2 + - uid: 33059 + components: + - type: Transform + pos: 99.5,37.5 + parent: 2 + - uid: 33060 + components: + - type: Transform + pos: 99.5,38.5 + parent: 2 + - uid: 33061 + components: + - type: Transform + pos: 99.5,39.5 + parent: 2 + - uid: 33062 + components: + - type: Transform + pos: 99.5,40.5 + parent: 2 + - uid: 33063 + components: + - type: Transform + pos: 99.5,41.5 + parent: 2 + - uid: 33064 + components: + - type: Transform + pos: 99.5,42.5 + parent: 2 + - uid: 33065 + components: + - type: Transform + pos: 96.5,45.5 + parent: 2 + - uid: 33066 + components: + - type: Transform + pos: 95.5,45.5 + parent: 2 + - uid: 33067 + components: + - type: Transform + pos: 94.5,45.5 + parent: 2 + - uid: 33068 + components: + - type: Transform + pos: 93.5,45.5 + parent: 2 + - uid: 33069 + components: + - type: Transform + pos: 92.5,45.5 + parent: 2 + - uid: 33070 + components: + - type: Transform + pos: 91.5,45.5 + parent: 2 + - uid: 33071 + components: + - type: Transform + pos: 92.5,44.5 + parent: 2 + - uid: 33072 + components: + - type: Transform + pos: 91.5,46.5 + parent: 2 + - uid: 33073 + components: + - type: Transform + pos: 91.5,47.5 + parent: 2 + - uid: 33074 + components: + - type: Transform + pos: 90.5,47.5 + parent: 2 + - uid: 33075 + components: + - type: Transform + pos: 89.5,47.5 + parent: 2 + - uid: 33076 + components: + - type: Transform + pos: 88.5,47.5 + parent: 2 + - uid: 33077 + components: + - type: Transform + pos: 87.5,47.5 + parent: 2 + - uid: 33078 + components: + - type: Transform + pos: 86.5,47.5 + parent: 2 + - uid: 33079 + components: + - type: Transform + pos: 85.5,47.5 + parent: 2 + - uid: 33080 + components: + - type: Transform + pos: 85.5,48.5 + parent: 2 + - uid: 33081 + components: + - type: Transform + pos: 84.5,48.5 + parent: 2 + - uid: 33082 + components: + - type: Transform + pos: 83.5,48.5 + parent: 2 + - uid: 33083 + components: + - type: Transform + pos: 82.5,48.5 + parent: 2 + - uid: 33084 + components: + - type: Transform + pos: 81.5,48.5 + parent: 2 + - uid: 33085 + components: + - type: Transform + pos: 80.5,48.5 + parent: 2 + - uid: 33086 + components: + - type: Transform + pos: 78.5,62.5 + parent: 2 + - uid: 33087 + components: + - type: Transform + pos: 78.5,63.5 + parent: 2 + - uid: 33088 + components: + - type: Transform + pos: 78.5,64.5 + parent: 2 + - uid: 33089 + components: + - type: Transform + pos: 78.5,65.5 + parent: 2 + - uid: 33090 + components: + - type: Transform + pos: 78.5,66.5 + parent: 2 + - uid: 33091 + components: + - type: Transform + pos: 78.5,67.5 + parent: 2 + - uid: 33092 + components: + - type: Transform + pos: 78.5,68.5 + parent: 2 + - uid: 33093 + components: + - type: Transform + pos: 79.5,68.5 + parent: 2 + - uid: 33094 + components: + - type: Transform + pos: 80.5,68.5 + parent: 2 + - uid: 33095 + components: + - type: Transform + pos: 81.5,68.5 + parent: 2 + - uid: 33096 + components: + - type: Transform + pos: 82.5,68.5 + parent: 2 + - uid: 33097 + components: + - type: Transform + pos: 83.5,68.5 + parent: 2 + - uid: 33098 + components: + - type: Transform + pos: 84.5,68.5 + parent: 2 + - uid: 33099 + components: + - type: Transform + pos: 83.5,69.5 + parent: 2 + - uid: 33100 + components: + - type: Transform + pos: 83.5,70.5 + parent: 2 + - uid: 33101 + components: + - type: Transform + pos: 83.5,71.5 + parent: 2 + - uid: 33102 + components: + - type: Transform + pos: 83.5,72.5 + parent: 2 + - uid: 33103 + components: + - type: Transform + pos: 79.5,66.5 + parent: 2 + - uid: 33104 + components: + - type: Transform + pos: 80.5,66.5 + parent: 2 + - uid: 33105 + components: + - type: Transform + pos: 81.5,66.5 + parent: 2 + - uid: 33106 + components: + - type: Transform + pos: 82.5,66.5 + parent: 2 + - uid: 33107 + components: + - type: Transform + pos: 83.5,66.5 + parent: 2 + - uid: 33108 + components: + - type: Transform + pos: 84.5,66.5 + parent: 2 + - uid: 33109 + components: + - type: Transform + pos: 85.5,66.5 + parent: 2 + - uid: 33110 + components: + - type: Transform + pos: 86.5,66.5 + parent: 2 + - uid: 33111 + components: + - type: Transform + pos: 86.5,67.5 + parent: 2 + - uid: 33112 + components: + - type: Transform + pos: 86.5,68.5 + parent: 2 + - uid: 33113 + components: + - type: Transform + pos: 87.5,68.5 + parent: 2 + - uid: 33114 + components: + - type: Transform + pos: 88.5,68.5 + parent: 2 + - uid: 33115 + components: + - type: Transform + pos: 88.5,67.5 + parent: 2 + - uid: 33116 + components: + - type: Transform + pos: 88.5,66.5 + parent: 2 + - uid: 33117 + components: + - type: Transform + pos: 88.5,65.5 + parent: 2 + - uid: 33118 + components: + - type: Transform + pos: 88.5,64.5 + parent: 2 + - uid: 33119 + components: + - type: Transform + pos: 88.5,63.5 + parent: 2 + - uid: 33120 + components: + - type: Transform + pos: 88.5,62.5 + parent: 2 + - uid: 33121 + components: + - type: Transform + pos: 85.5,65.5 + parent: 2 + - uid: 33122 + components: + - type: Transform + pos: 85.5,64.5 + parent: 2 + - uid: 33123 + components: + - type: Transform + pos: 84.5,64.5 + parent: 2 + - uid: 33124 + components: + - type: Transform + pos: 83.5,64.5 + parent: 2 + - uid: 33125 + components: + - type: Transform + pos: 82.5,64.5 + parent: 2 + - uid: 33126 + components: + - type: Transform + pos: 81.5,64.5 + parent: 2 + - uid: 33127 + components: + - type: Transform + pos: 80.5,64.5 + parent: 2 + - uid: 33128 + components: + - type: Transform + pos: 80.5,63.5 + parent: 2 + - uid: 33129 + components: + - type: Transform + pos: 89.5,62.5 + parent: 2 + - uid: 33130 + components: + - type: Transform + pos: 90.5,62.5 + parent: 2 + - uid: 33131 + components: + - type: Transform + pos: 91.5,62.5 + parent: 2 + - uid: 33132 + components: + - type: Transform + pos: 92.5,62.5 + parent: 2 + - uid: 33133 + components: + - type: Transform + pos: 93.5,62.5 + parent: 2 + - uid: 33134 + components: + - type: Transform + pos: 94.5,62.5 + parent: 2 + - uid: 33135 + components: + - type: Transform + pos: 94.5,61.5 + parent: 2 + - uid: 33136 + components: + - type: Transform + pos: 94.5,60.5 + parent: 2 + - uid: 33137 + components: + - type: Transform + pos: 95.5,60.5 + parent: 2 + - uid: 33138 + components: + - type: Transform + pos: 95.5,59.5 + parent: 2 + - uid: 33139 + components: + - type: Transform + pos: 95.5,58.5 + parent: 2 + - uid: 33140 + components: + - type: Transform + pos: 95.5,57.5 + parent: 2 + - uid: 33141 + components: + - type: Transform + pos: 95.5,56.5 + parent: 2 + - uid: 33142 + components: + - type: Transform + pos: 95.5,55.5 + parent: 2 + - uid: 33143 + components: + - type: Transform + pos: 95.5,54.5 + parent: 2 + - uid: 33144 + components: + - type: Transform + pos: 95.5,53.5 + parent: 2 + - uid: 33145 + components: + - type: Transform + pos: 95.5,52.5 + parent: 2 + - uid: 33146 + components: + - type: Transform + pos: 95.5,51.5 + parent: 2 + - uid: 33147 + components: + - type: Transform + pos: 95.5,50.5 + parent: 2 + - uid: 33148 + components: + - type: Transform + pos: 95.5,49.5 + parent: 2 + - uid: 33149 + components: + - type: Transform + pos: 94.5,49.5 + parent: 2 + - uid: 33150 + components: + - type: Transform + pos: 93.5,49.5 + parent: 2 + - uid: 33151 + components: + - type: Transform + pos: 92.5,49.5 + parent: 2 + - uid: 33152 + components: + - type: Transform + pos: 91.5,49.5 + parent: 2 + - uid: 33153 + components: + - type: Transform + pos: 90.5,49.5 + parent: 2 + - uid: 33154 + components: + - type: Transform + pos: 89.5,49.5 + parent: 2 + - uid: 33155 + components: + - type: Transform + pos: 88.5,49.5 + parent: 2 + - uid: 33156 + components: + - type: Transform + pos: 87.5,49.5 + parent: 2 + - uid: 33157 + components: + - type: Transform + pos: 93.5,48.5 + parent: 2 + - uid: 33158 + components: + - type: Transform + pos: 93.5,47.5 + parent: 2 + - uid: 33159 + components: + - type: Transform + pos: 94.5,47.5 + parent: 2 + - uid: 33160 + components: + - type: Transform + pos: 96.5,47.5 + parent: 2 + - uid: 33161 + components: + - type: Transform + pos: 96.5,47.5 + parent: 2 + - uid: 33162 + components: + - type: Transform + pos: 87.5,50.5 + parent: 2 + - uid: 33163 + components: + - type: Transform + pos: 87.5,51.5 + parent: 2 + - uid: 33164 + components: + - type: Transform + pos: 87.5,52.5 + parent: 2 + - uid: 33165 + components: + - type: Transform + pos: 86.5,52.5 + parent: 2 + - uid: 33166 + components: + - type: Transform + pos: 85.5,52.5 + parent: 2 + - uid: 33167 + components: + - type: Transform + pos: 85.5,51.5 + parent: 2 + - uid: 33168 + components: + - type: Transform + pos: 85.5,50.5 + parent: 2 + - uid: 33169 + components: + - type: Transform + pos: 84.5,50.5 + parent: 2 + - uid: 33170 + components: + - type: Transform + pos: 83.5,50.5 + parent: 2 + - uid: 33171 + components: + - type: Transform + pos: 82.5,50.5 + parent: 2 + - uid: 33172 + components: + - type: Transform + pos: 81.5,50.5 + parent: 2 + - uid: 33173 + components: + - type: Transform + pos: 80.5,50.5 + parent: 2 + - uid: 33174 + components: + - type: Transform + pos: 80.5,51.5 + parent: 2 + - uid: 33175 + components: + - type: Transform + pos: 80.5,52.5 + parent: 2 + - uid: 33176 + components: + - type: Transform + pos: 81.5,52.5 + parent: 2 + - uid: 33177 + components: + - type: Transform + pos: 91.5,33.5 + parent: 2 + - uid: 33178 + components: + - type: Transform + pos: 92.5,33.5 + parent: 2 + - uid: 33179 + components: + - type: Transform + pos: 93.5,33.5 + parent: 2 + - uid: 33180 + components: + - type: Transform + pos: 89.5,33.5 + parent: 2 + - uid: 33181 + components: + - type: Transform + pos: 89.5,32.5 + parent: 2 + - uid: 33182 + components: + - type: Transform + pos: 89.5,31.5 + parent: 2 + - uid: 33183 + components: + - type: Transform + pos: 90.5,31.5 + parent: 2 + - uid: 33184 + components: + - type: Transform + pos: 91.5,31.5 + parent: 2 + - uid: 33185 + components: + - type: Transform + pos: 92.5,31.5 + parent: 2 + - uid: 33186 + components: + - type: Transform + pos: 93.5,31.5 + parent: 2 + - uid: 33187 + components: + - type: Transform + pos: 94.5,31.5 + parent: 2 + - uid: 33188 + components: + - type: Transform + pos: 95.5,31.5 + parent: 2 + - uid: 33189 + components: + - type: Transform + pos: 96.5,31.5 + parent: 2 + - uid: 33190 + components: + - type: Transform + pos: 97.5,31.5 + parent: 2 + - uid: 33191 + components: + - type: Transform + pos: 98.5,31.5 + parent: 2 + - uid: 33192 + components: + - type: Transform + pos: 99.5,31.5 + parent: 2 + - uid: 33193 + components: + - type: Transform + pos: 100.5,31.5 + parent: 2 + - uid: 33194 + components: + - type: Transform + pos: 100.5,30.5 + parent: 2 + - uid: 33195 + components: + - type: Transform + pos: 100.5,29.5 + parent: 2 + - uid: 33196 + components: + - type: Transform + pos: 100.5,28.5 + parent: 2 + - uid: 33197 + components: + - type: Transform + pos: 100.5,27.5 + parent: 2 + - uid: 33198 + components: + - type: Transform + pos: 99.5,27.5 + parent: 2 + - uid: 33199 + components: + - type: Transform + pos: 98.5,27.5 + parent: 2 + - uid: 33200 + components: + - type: Transform + pos: 97.5,27.5 + parent: 2 + - uid: 33201 + components: + - type: Transform + pos: 96.5,27.5 + parent: 2 + - uid: 33202 + components: + - type: Transform + pos: 95.5,27.5 + parent: 2 + - uid: 33203 + components: + - type: Transform + pos: 95.5,28.5 + parent: 2 + - uid: 33204 + components: + - type: Transform + pos: 98.5,29.5 + parent: 2 + - uid: 33205 + components: + - type: Transform + pos: 97.5,29.5 + parent: 2 + - uid: 33206 + components: + - type: Transform + pos: 96.5,29.5 + parent: 2 + - uid: 33207 + components: + - type: Transform + pos: 95.5,29.5 + parent: 2 + - uid: 33208 + components: + - type: Transform + pos: 94.5,29.5 + parent: 2 + - uid: 33209 + components: + - type: Transform + pos: 93.5,29.5 + parent: 2 + - uid: 33210 + components: + - type: Transform + pos: 92.5,29.5 + parent: 2 + - uid: 33211 + components: + - type: Transform + pos: 91.5,29.5 + parent: 2 + - uid: 33212 + components: + - type: Transform + pos: 90.5,29.5 + parent: 2 + - uid: 33213 + components: + - type: Transform + pos: 89.5,29.5 + parent: 2 + - uid: 33214 + components: + - type: Transform + pos: 88.5,29.5 + parent: 2 + - uid: 33215 + components: + - type: Transform + pos: 87.5,29.5 + parent: 2 + - uid: 33216 + components: + - type: Transform + pos: 86.5,29.5 + parent: 2 + - uid: 33217 + components: + - type: Transform + pos: 85.5,29.5 + parent: 2 + - uid: 33218 + components: + - type: Transform + pos: 85.5,30.5 + parent: 2 + - uid: 33219 + components: + - type: Transform + pos: 85.5,31.5 + parent: 2 + - uid: 33220 + components: + - type: Transform + pos: 85.5,32.5 + parent: 2 + - uid: 33221 + components: + - type: Transform + pos: 84.5,32.5 + parent: 2 + - uid: 33222 + components: + - type: Transform + pos: 83.5,32.5 + parent: 2 + - uid: 33223 + components: + - type: Transform + pos: 83.5,31.5 + parent: 2 + - uid: 33224 + components: + - type: Transform + pos: 83.5,30.5 + parent: 2 + - uid: 33225 + components: + - type: Transform + pos: 83.5,29.5 + parent: 2 + - uid: 33226 + components: + - type: Transform + pos: 83.5,28.5 + parent: 2 + - uid: 33227 + components: + - type: Transform + pos: 83.5,27.5 + parent: 2 + - uid: 33228 + components: + - type: Transform + pos: 87.5,30.5 + parent: 2 + - uid: 33229 + components: + - type: Transform + pos: 87.5,31.5 + parent: 2 + - uid: 33230 + components: + - type: Transform + pos: 87.5,32.5 + parent: 2 + - uid: 33231 + components: + - type: Transform + pos: 93.5,28.5 + parent: 2 + - uid: 33232 + components: + - type: Transform + pos: 93.5,27.5 + parent: 2 + - uid: 33233 + components: + - type: Transform + pos: 92.5,27.5 + parent: 2 + - uid: 33234 + components: + - type: Transform + pos: 91.5,27.5 + parent: 2 + - uid: 33235 + components: + - type: Transform + pos: 90.5,27.5 + parent: 2 + - uid: 33236 + components: + - type: Transform + pos: 99.5,26.5 + parent: 2 + - uid: 33237 + components: + - type: Transform + pos: 99.5,25.5 + parent: 2 + - uid: 33238 + components: + - type: Transform + pos: 98.5,25.5 + parent: 2 + - uid: 33239 + components: + - type: Transform + pos: 98.5,24.5 + parent: 2 + - uid: 33240 + components: + - type: Transform + pos: 97.5,24.5 + parent: 2 + - uid: 33241 + components: + - type: Transform + pos: 96.5,24.5 + parent: 2 + - uid: 33242 + components: + - type: Transform + pos: 95.5,24.5 + parent: 2 + - uid: 33243 + components: + - type: Transform + pos: 94.5,24.5 + parent: 2 + - uid: 33244 + components: + - type: Transform + pos: 93.5,24.5 + parent: 2 + - uid: 33245 + components: + - type: Transform + pos: 93.5,23.5 + parent: 2 + - uid: 33246 + components: + - type: Transform + pos: 92.5,23.5 + parent: 2 + - uid: 33247 + components: + - type: Transform + pos: 91.5,23.5 + parent: 2 + - uid: 33248 + components: + - type: Transform + pos: 91.5,24.5 + parent: 2 + - uid: 33249 + components: + - type: Transform + pos: 90.5,24.5 + parent: 2 + - uid: 33250 + components: + - type: Transform + pos: 89.5,24.5 + parent: 2 + - uid: 33251 + components: + - type: Transform + pos: 88.5,24.5 + parent: 2 + - uid: 33252 + components: + - type: Transform + pos: 88.5,25.5 + parent: 2 + - uid: 33253 + components: + - type: Transform + pos: 88.5,26.5 + parent: 2 + - uid: 33254 + components: + - type: Transform + pos: 88.5,27.5 + parent: 2 + - uid: 33255 + components: + - type: Transform + pos: 87.5,27.5 + parent: 2 + - uid: 33256 + components: + - type: Transform + pos: 86.5,27.5 + parent: 2 + - uid: 33257 + components: + - type: Transform + pos: 86.5,26.5 + parent: 2 + - uid: 33258 + components: + - type: Transform + pos: 86.5,25.5 + parent: 2 + - uid: 33259 + components: + - type: Transform + pos: 86.5,24.5 + parent: 2 + - uid: 33260 + components: + - type: Transform + pos: 86.5,23.5 + parent: 2 + - uid: 33261 + components: + - type: Transform + pos: 86.5,22.5 + parent: 2 + - uid: 33262 + components: + - type: Transform + pos: 83.5,25.5 + parent: 2 + - uid: 33263 + components: + - type: Transform + pos: 82.5,25.5 + parent: 2 + - uid: 33264 + components: + - type: Transform + pos: 81.5,25.5 + parent: 2 + - uid: 33265 + components: + - type: Transform + pos: 81.5,26.5 + parent: 2 + - uid: 33266 + components: + - type: Transform + pos: 81.5,27.5 + parent: 2 + - uid: 33267 + components: + - type: Transform + pos: 80.5,27.5 + parent: 2 + - uid: 33268 + components: + - type: Transform + pos: 79.5,27.5 + parent: 2 + - uid: 33269 + components: + - type: Transform + pos: 79.5,26.5 + parent: 2 + - uid: 33270 + components: + - type: Transform + pos: 79.5,25.5 + parent: 2 + - uid: 33271 + components: + - type: Transform + pos: 79.5,24.5 + parent: 2 + - uid: 33272 + components: + - type: Transform + pos: 79.5,28.5 + parent: 2 + - uid: 33273 + components: + - type: Transform + pos: 79.5,29.5 + parent: 2 + - uid: 33274 + components: + - type: Transform + pos: 79.5,30.5 + parent: 2 + - uid: 33275 + components: + - type: Transform + pos: 80.5,30.5 + parent: 2 + - uid: 33276 + components: + - type: Transform + pos: 81.5,29.5 + parent: 2 + - uid: 33277 + components: + - type: Transform + pos: 81.5,30.5 + parent: 2 + - uid: 33278 + components: + - type: Transform + pos: 81.5,31.5 + parent: 2 + - uid: 33279 + components: + - type: Transform + pos: 81.5,32.5 + parent: 2 + - uid: 33280 + components: + - type: Transform + pos: 79.5,31.5 + parent: 2 + - uid: 33281 + components: + - type: Transform + pos: 79.5,32.5 + parent: 2 + - uid: 33282 + components: + - type: Transform + pos: 79.5,33.5 + parent: 2 + - uid: 33283 + components: + - type: Transform + pos: 79.5,34.5 + parent: 2 + - uid: 33284 + components: + - type: Transform + pos: 78.5,34.5 + parent: 2 + - uid: 33285 + components: + - type: Transform + pos: 77.5,34.5 + parent: 2 + - uid: 33286 + components: + - type: Transform + pos: 76.5,34.5 + parent: 2 + - uid: 33287 + components: + - type: Transform + pos: 76.5,35.5 + parent: 2 + - uid: 33288 + components: + - type: Transform + pos: 76.5,36.5 + parent: 2 + - uid: 33289 + components: + - type: Transform + pos: 76.5,37.5 + parent: 2 + - uid: 33290 + components: + - type: Transform + pos: 76.5,38.5 + parent: 2 + - uid: 33291 + components: + - type: Transform + pos: 78.5,35.5 + parent: 2 + - uid: 33292 + components: + - type: Transform + pos: 78.5,36.5 + parent: 2 + - uid: 33293 + components: + - type: Transform + pos: 78.5,37.5 + parent: 2 + - uid: 33294 + components: + - type: Transform + pos: 78.5,38.5 + parent: 2 + - uid: 33295 + components: + - type: Transform + pos: 78.5,39.5 + parent: 2 + - uid: 33296 + components: + - type: Transform + pos: 78.5,40.5 + parent: 2 + - uid: 33297 + components: + - type: Transform + pos: 77.5,40.5 + parent: 2 + - uid: 33298 + components: + - type: Transform + pos: 76.5,40.5 + parent: 2 + - uid: 33299 + components: + - type: Transform + pos: 75.5,40.5 + parent: 2 + - uid: 33300 + components: + - type: Transform + pos: 74.5,40.5 + parent: 2 + - uid: 33301 + components: + - type: Transform + pos: 74.5,39.5 + parent: 2 + - uid: 33302 + components: + - type: Transform + pos: 74.5,38.5 + parent: 2 + - uid: 33303 + components: + - type: Transform + pos: 74.5,37.5 + parent: 2 + - uid: 33304 + components: + - type: Transform + pos: 74.5,36.5 + parent: 2 + - uid: 33305 + components: + - type: Transform + pos: 74.5,35.5 + parent: 2 + - uid: 33306 + components: + - type: Transform + pos: 74.5,34.5 + parent: 2 + - uid: 33307 + components: + - type: Transform + pos: 74.5,33.5 + parent: 2 + - uid: 33308 + components: + - type: Transform + pos: 74.5,32.5 + parent: 2 + - uid: 33309 + components: + - type: Transform + pos: 73.5,32.5 + parent: 2 + - uid: 33310 + components: + - type: Transform + pos: 72.5,32.5 + parent: 2 + - uid: 33311 + components: + - type: Transform + pos: 72.5,31.5 + parent: 2 + - uid: 33312 + components: + - type: Transform + pos: 72.5,30.5 + parent: 2 + - uid: 33313 + components: + - type: Transform + pos: 73.5,30.5 + parent: 2 + - uid: 33314 + components: + - type: Transform + pos: 74.5,30.5 + parent: 2 + - uid: 33315 + components: + - type: Transform + pos: 75.5,30.5 + parent: 2 + - uid: 33316 + components: + - type: Transform + pos: 75.5,29.5 + parent: 2 + - uid: 33317 + components: + - type: Transform + pos: 75.5,28.5 + parent: 2 + - uid: 33318 + components: + - type: Transform + pos: 74.5,28.5 + parent: 2 + - uid: 33319 + components: + - type: Transform + pos: 73.5,28.5 + parent: 2 + - uid: 33320 + components: + - type: Transform + pos: 72.5,28.5 + parent: 2 + - uid: 33321 + components: + - type: Transform + pos: 71.5,28.5 + parent: 2 + - uid: 33322 + components: + - type: Transform + pos: 70.5,28.5 + parent: 2 + - uid: 33323 + components: + - type: Transform + pos: 70.5,29.5 + parent: 2 + - uid: 33324 + components: + - type: Transform + pos: 70.5,30.5 + parent: 2 + - uid: 33325 + components: + - type: Transform + pos: 70.5,31.5 + parent: 2 + - uid: 33326 + components: + - type: Transform + pos: 70.5,32.5 + parent: 2 + - uid: 33327 + components: + - type: Transform + pos: 69.5,32.5 + parent: 2 + - uid: 33328 + components: + - type: Transform + pos: 68.5,32.5 + parent: 2 + - uid: 33329 + components: + - type: Transform + pos: 67.5,32.5 + parent: 2 + - uid: 33330 + components: + - type: Transform + pos: 66.5,32.5 + parent: 2 + - uid: 33331 + components: + - type: Transform + pos: 65.5,32.5 + parent: 2 + - uid: 33332 + components: + - type: Transform + pos: 64.5,32.5 + parent: 2 + - uid: 33333 + components: + - type: Transform + pos: 64.5,33.5 + parent: 2 + - uid: 33334 + components: + - type: Transform + pos: 64.5,34.5 + parent: 2 + - uid: 33335 + components: + - type: Transform + pos: 65.5,34.5 + parent: 2 + - uid: 33336 + components: + - type: Transform + pos: 66.5,34.5 + parent: 2 + - uid: 33337 + components: + - type: Transform + pos: 67.5,34.5 + parent: 2 + - uid: 33338 + components: + - type: Transform + pos: 68.5,34.5 + parent: 2 + - uid: 33339 + components: + - type: Transform + pos: 69.5,34.5 + parent: 2 + - uid: 33340 + components: + - type: Transform + pos: 70.5,34.5 + parent: 2 + - uid: 33341 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - uid: 33342 + components: + - type: Transform + pos: 72.5,34.5 + parent: 2 + - uid: 33343 + components: + - type: Transform + pos: 72.5,35.5 + parent: 2 + - uid: 33344 + components: + - type: Transform + pos: 72.5,36.5 + parent: 2 + - uid: 33345 + components: + - type: Transform + pos: 72.5,37.5 + parent: 2 + - uid: 33346 + components: + - type: Transform + pos: 72.5,38.5 + parent: 2 + - uid: 33347 + components: + - type: Transform + pos: 72.5,39.5 + parent: 2 + - uid: 33348 + components: + - type: Transform + pos: 71.5,39.5 + parent: 2 + - uid: 33349 + components: + - type: Transform + pos: 70.5,39.5 + parent: 2 + - uid: 33350 + components: + - type: Transform + pos: 70.5,38.5 + parent: 2 + - uid: 33351 + components: + - type: Transform + pos: 70.5,37.5 + parent: 2 + - uid: 33352 + components: + - type: Transform + pos: 73.5,36.5 + parent: 2 + - uid: 33353 + components: + - type: Transform + pos: 61.5,32.5 + parent: 2 + - uid: 33354 + components: + - type: Transform + pos: 60.5,32.5 + parent: 2 + - uid: 33355 + components: + - type: Transform + pos: 59.5,32.5 + parent: 2 + - uid: 33356 + components: + - type: Transform + pos: 58.5,32.5 + parent: 2 + - uid: 33357 + components: + - type: Transform + pos: 57.5,32.5 + parent: 2 + - uid: 33358 + components: + - type: Transform + pos: 56.5,32.5 + parent: 2 + - uid: 33359 + components: + - type: Transform + pos: 55.5,32.5 + parent: 2 + - uid: 33360 + components: + - type: Transform + pos: 54.5,32.5 + parent: 2 + - uid: 33361 + components: + - type: Transform + pos: 53.5,32.5 + parent: 2 + - uid: 33362 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 33363 + components: + - type: Transform + pos: 51.5,32.5 + parent: 2 + - uid: 33364 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 + - uid: 33365 + components: + - type: Transform + pos: 52.5,34.5 + parent: 2 + - uid: 33366 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 33367 + components: + - type: Transform + pos: 52.5,36.5 + parent: 2 + - uid: 33368 + components: + - type: Transform + pos: 52.5,37.5 + parent: 2 + - uid: 33369 + components: + - type: Transform + pos: 52.5,38.5 + parent: 2 + - uid: 33370 + components: + - type: Transform + pos: 52.5,39.5 + parent: 2 + - uid: 33371 + components: + - type: Transform + pos: 53.5,39.5 + parent: 2 + - uid: 33372 + components: + - type: Transform + pos: 54.5,39.5 + parent: 2 + - uid: 33373 + components: + - type: Transform + pos: 54.5,38.5 + parent: 2 + - uid: 33374 + components: + - type: Transform + pos: 54.5,37.5 + parent: 2 + - uid: 33375 + components: + - type: Transform + pos: 54.5,36.5 + parent: 2 + - uid: 33376 + components: + - type: Transform + pos: 54.5,35.5 + parent: 2 + - uid: 33377 + components: + - type: Transform + pos: 54.5,34.5 + parent: 2 + - uid: 33378 + components: + - type: Transform + pos: 55.5,34.5 + parent: 2 + - uid: 33379 + components: + - type: Transform + pos: 56.5,34.5 + parent: 2 + - uid: 33380 + components: + - type: Transform + pos: 57.5,34.5 + parent: 2 + - uid: 33381 + components: + - type: Transform + pos: 58.5,34.5 + parent: 2 + - uid: 33382 + components: + - type: Transform + pos: 59.5,34.5 + parent: 2 + - uid: 33383 + components: + - type: Transform + pos: 60.5,34.5 + parent: 2 + - uid: 33384 + components: + - type: Transform + pos: 60.5,35.5 + parent: 2 + - uid: 33385 + components: + - type: Transform + pos: 60.5,36.5 + parent: 2 + - uid: 33386 + components: + - type: Transform + pos: 59.5,36.5 + parent: 2 + - uid: 33387 + components: + - type: Transform + pos: 58.5,36.5 + parent: 2 + - uid: 33388 + components: + - type: Transform + pos: 58.5,37.5 + parent: 2 + - uid: 33389 + components: + - type: Transform + pos: 58.5,38.5 + parent: 2 + - uid: 33390 + components: + - type: Transform + pos: 59.5,38.5 + parent: 2 + - uid: 33391 + components: + - type: Transform + pos: 60.5,38.5 + parent: 2 + - uid: 33392 + components: + - type: Transform + pos: 61.5,38.5 + parent: 2 + - uid: 33393 + components: + - type: Transform + pos: 62.5,38.5 + parent: 2 + - uid: 33394 + components: + - type: Transform + pos: 63.5,38.5 + parent: 2 + - uid: 33395 + components: + - type: Transform + pos: 64.5,38.5 + parent: 2 + - uid: 33396 + components: + - type: Transform + pos: 64.5,39.5 + parent: 2 + - uid: 33397 + components: + - type: Transform + pos: 64.5,40.5 + parent: 2 + - uid: 33398 + components: + - type: Transform + pos: 64.5,41.5 + parent: 2 + - uid: 33399 + components: + - type: Transform + pos: 64.5,42.5 + parent: 2 + - uid: 33400 + components: + - type: Transform + pos: 65.5,42.5 + parent: 2 + - uid: 33401 + components: + - type: Transform + pos: 66.5,42.5 + parent: 2 + - uid: 33402 + components: + - type: Transform + pos: 66.5,41.5 + parent: 2 + - uid: 33403 + components: + - type: Transform + pos: 66.5,40.5 + parent: 2 + - uid: 33404 + components: + - type: Transform + pos: 66.5,39.5 + parent: 2 + - uid: 33405 + components: + - type: Transform + pos: 66.5,38.5 + parent: 2 + - uid: 33406 + components: + - type: Transform + pos: 66.5,37.5 + parent: 2 + - uid: 33407 + components: + - type: Transform + pos: 57.5,36.5 + parent: 2 + - uid: 33408 + components: + - type: Transform + pos: 56.5,36.5 + parent: 2 + - uid: 33409 + components: + - type: Transform + pos: 56.5,37.5 + parent: 2 + - uid: 33410 + components: + - type: Transform + pos: 56.5,38.5 + parent: 2 + - uid: 33411 + components: + - type: Transform + pos: 56.5,39.5 + parent: 2 + - uid: 33412 + components: + - type: Transform + pos: 56.5,40.5 + parent: 2 + - uid: 33413 + components: + - type: Transform + pos: 57.5,40.5 + parent: 2 + - uid: 33414 + components: + - type: Transform + pos: 58.5,40.5 + parent: 2 + - uid: 33415 + components: + - type: Transform + pos: 59.5,40.5 + parent: 2 + - uid: 33416 + components: + - type: Transform + pos: 60.5,40.5 + parent: 2 + - uid: 33417 + components: + - type: Transform + pos: 60.5,41.5 + parent: 2 + - uid: 33418 + components: + - type: Transform + pos: 60.5,42.5 + parent: 2 + - uid: 33419 + components: + - type: Transform + pos: 60.5,43.5 + parent: 2 + - uid: 33420 + components: + - type: Transform + pos: 60.5,44.5 + parent: 2 + - uid: 33421 + components: + - type: Transform + pos: 60.5,45.5 + parent: 2 + - uid: 33422 + components: + - type: Transform + pos: 60.5,46.5 + parent: 2 + - uid: 33423 + components: + - type: Transform + pos: 61.5,46.5 + parent: 2 + - uid: 33424 + components: + - type: Transform + pos: 62.5,46.5 + parent: 2 + - uid: 33425 + components: + - type: Transform + pos: 63.5,46.5 + parent: 2 + - uid: 33426 + components: + - type: Transform + pos: 64.5,46.5 + parent: 2 + - uid: 33427 + components: + - type: Transform + pos: 64.5,47.5 + parent: 2 + - uid: 33428 + components: + - type: Transform + pos: 64.5,48.5 + parent: 2 + - uid: 33429 + components: + - type: Transform + pos: 65.5,48.5 + parent: 2 + - uid: 33430 + components: + - type: Transform + pos: 66.5,48.5 + parent: 2 + - uid: 33431 + components: + - type: Transform + pos: 66.5,47.5 + parent: 2 + - uid: 33432 + components: + - type: Transform + pos: 66.5,46.5 + parent: 2 + - uid: 33433 + components: + - type: Transform + pos: 66.5,45.5 + parent: 2 + - uid: 33434 + components: + - type: Transform + pos: 66.5,44.5 + parent: 2 + - uid: 33435 + components: + - type: Transform + pos: 65.5,44.5 + parent: 2 + - uid: 33436 + components: + - type: Transform + pos: 64.5,44.5 + parent: 2 + - uid: 33437 + components: + - type: Transform + pos: 63.5,44.5 + parent: 2 + - uid: 33438 + components: + - type: Transform + pos: 62.5,44.5 + parent: 2 + - uid: 33439 + components: + - type: Transform + pos: 62.5,43.5 + parent: 2 + - uid: 33440 + components: + - type: Transform + pos: 62.5,42.5 + parent: 2 + - uid: 33441 + components: + - type: Transform + pos: 62.5,41.5 + parent: 2 + - uid: 33442 + components: + - type: Transform + pos: 62.5,40.5 + parent: 2 + - uid: 33443 + components: + - type: Transform + pos: 62.5,39.5 + parent: 2 + - uid: 33444 + components: + - type: Transform + pos: 62.5,47.5 + parent: 2 + - uid: 33445 + components: + - type: Transform + pos: 62.5,48.5 + parent: 2 + - uid: 33446 + components: + - type: Transform + pos: 62.5,49.5 + parent: 2 + - uid: 33447 + components: + - type: Transform + pos: 62.5,50.5 + parent: 2 + - uid: 33449 + components: + - type: Transform + pos: 69.5,46.5 + parent: 2 + - uid: 33450 + components: + - type: Transform + pos: 70.5,46.5 + parent: 2 + - uid: 33451 + components: + - type: Transform + pos: 71.5,46.5 + parent: 2 + - uid: 33452 + components: + - type: Transform + pos: 72.5,46.5 + parent: 2 + - uid: 33453 + components: + - type: Transform + pos: 72.5,45.5 + parent: 2 + - uid: 33454 + components: + - type: Transform + pos: 72.5,44.5 + parent: 2 + - uid: 33455 + components: + - type: Transform + pos: 71.5,44.5 + parent: 2 + - uid: 33456 + components: + - type: Transform + pos: 70.5,44.5 + parent: 2 + - uid: 33457 + components: + - type: Transform + pos: 70.5,43.5 + parent: 2 + - uid: 33458 + components: + - type: Transform + pos: 70.5,42.5 + parent: 2 + - uid: 33459 + components: + - type: Transform + pos: 70.5,41.5 + parent: 2 + - uid: 33460 + components: + - type: Transform + pos: 71.5,42.5 + parent: 2 + - uid: 33461 + components: + - type: Transform + pos: 72.5,42.5 + parent: 2 + - uid: 33462 + components: + - type: Transform + pos: 69.5,48.5 + parent: 2 + - uid: 33463 + components: + - type: Transform + pos: 70.5,48.5 + parent: 2 + - uid: 33464 + components: + - type: Transform + pos: 71.5,48.5 + parent: 2 + - uid: 33465 + components: + - type: Transform + pos: 72.5,48.5 + parent: 2 + - uid: 33466 + components: + - type: Transform + pos: 72.5,49.5 + parent: 2 + - uid: 33467 + components: + - type: Transform + pos: 72.5,50.5 + parent: 2 + - uid: 33468 + components: + - type: Transform + pos: 72.5,51.5 + parent: 2 + - uid: 33469 + components: + - type: Transform + pos: 72.5,52.5 + parent: 2 + - uid: 33470 + components: + - type: Transform + pos: 73.5,52.5 + parent: 2 + - uid: 33471 + components: + - type: Transform + pos: 74.5,52.5 + parent: 2 + - uid: 33472 + components: + - type: Transform + pos: 75.5,52.5 + parent: 2 + - uid: 33473 + components: + - type: Transform + pos: 76.5,52.5 + parent: 2 + - uid: 33474 + components: + - type: Transform + pos: 66.5,49.5 + parent: 2 + - uid: 33475 + components: + - type: Transform + pos: 66.5,50.5 + parent: 2 + - uid: 33476 + components: + - type: Transform + pos: 66.5,51.5 + parent: 2 + - uid: 33477 + components: + - type: Transform + pos: 66.5,52.5 + parent: 2 + - uid: 33478 + components: + - type: Transform + pos: 67.5,52.5 + parent: 2 + - uid: 33479 + components: + - type: Transform + pos: 68.5,52.5 + parent: 2 + - uid: 33480 + components: + - type: Transform + pos: 63.5,50.5 + parent: 2 + - uid: 33481 + components: + - type: Transform + pos: 64.5,50.5 + parent: 2 + - uid: 33482 + components: + - type: Transform + pos: 64.5,51.5 + parent: 2 + - uid: 33483 + components: + - type: Transform + pos: 64.5,52.5 + parent: 2 + - uid: 33484 + components: + - type: Transform + pos: 64.5,53.5 + parent: 2 + - uid: 33485 + components: + - type: Transform + pos: 64.5,54.5 + parent: 2 + - uid: 33486 + components: + - type: Transform + pos: 65.5,54.5 + parent: 2 + - uid: 33487 + components: + - type: Transform + pos: 66.5,54.5 + parent: 2 + - uid: 33488 + components: + - type: Transform + pos: 67.5,54.5 + parent: 2 + - uid: 33489 + components: + - type: Transform + pos: 68.5,54.5 + parent: 2 + - uid: 33490 + components: + - type: Transform + pos: 68.5,55.5 + parent: 2 + - uid: 33491 + components: + - type: Transform + pos: 68.5,56.5 + parent: 2 + - uid: 33492 + components: + - type: Transform + pos: 68.5,57.5 + parent: 2 + - uid: 33493 + components: + - type: Transform + pos: 68.5,58.5 + parent: 2 + - uid: 33494 + components: + - type: Transform + pos: 68.5,59.5 + parent: 2 + - uid: 33495 + components: + - type: Transform + pos: 68.5,60.5 + parent: 2 + - uid: 33496 + components: + - type: Transform + pos: 68.5,61.5 + parent: 2 + - uid: 33497 + components: + - type: Transform + pos: 68.5,62.5 + parent: 2 + - uid: 33498 + components: + - type: Transform + pos: 68.5,63.5 + parent: 2 + - uid: 33499 + components: + - type: Transform + pos: 68.5,64.5 + parent: 2 + - uid: 33500 + components: + - type: Transform + pos: 68.5,65.5 + parent: 2 + - uid: 33501 + components: + - type: Transform + pos: 68.5,66.5 + parent: 2 + - uid: 33502 + components: + - type: Transform + pos: 68.5,67.5 + parent: 2 + - uid: 33503 + components: + - type: Transform + pos: 61.5,48.5 + parent: 2 + - uid: 33504 + components: + - type: Transform + pos: 54.5,40.5 + parent: 2 + - uid: 33505 + components: + - type: Transform + pos: 54.5,41.5 + parent: 2 + - uid: 33506 + components: + - type: Transform + pos: 54.5,42.5 + parent: 2 + - uid: 33507 + components: + - type: Transform + pos: 53.5,42.5 + parent: 2 + - uid: 33508 + components: + - type: Transform + pos: 52.5,42.5 + parent: 2 + - uid: 33509 + components: + - type: Transform + pos: 60.5,48.5 + parent: 2 + - uid: 33510 + components: + - type: Transform + pos: 59.5,48.5 + parent: 2 + - uid: 33511 + components: + - type: Transform + pos: 58.5,48.5 + parent: 2 + - uid: 33512 + components: + - type: Transform + pos: 57.5,48.5 + parent: 2 + - uid: 33513 + components: + - type: Transform + pos: 56.5,48.5 + parent: 2 + - uid: 33514 + components: + - type: Transform + pos: 56.5,47.5 + parent: 2 + - uid: 33515 + components: + - type: Transform + pos: 56.5,46.5 + parent: 2 + - uid: 33516 + components: + - type: Transform + pos: 56.5,45.5 + parent: 2 + - uid: 33517 + components: + - type: Transform + pos: 56.5,44.5 + parent: 2 + - uid: 33518 + components: + - type: Transform + pos: 55.5,44.5 + parent: 2 + - uid: 33519 + components: + - type: Transform + pos: 54.5,44.5 + parent: 2 + - uid: 33520 + components: + - type: Transform + pos: 58.5,47.5 + parent: 2 + - uid: 33521 + components: + - type: Transform + pos: 58.5,46.5 + parent: 2 + - uid: 33522 + components: + - type: Transform + pos: 58.5,45.5 + parent: 2 + - uid: 33523 + components: + - type: Transform + pos: 58.5,44.5 + parent: 2 + - uid: 33524 + components: + - type: Transform + pos: 58.5,43.5 + parent: 2 + - uid: 33525 + components: + - type: Transform + pos: 58.5,42.5 + parent: 2 + - uid: 33526 + components: + - type: Transform + pos: 57.5,42.5 + parent: 2 + - uid: 33527 + components: + - type: Transform + pos: 56.5,42.5 + parent: 2 + - uid: 33528 + components: + - type: Transform + pos: 76.5,32.5 + parent: 2 + - uid: 33529 + components: + - type: Transform + pos: 77.5,32.5 + parent: 2 + - uid: 33530 + components: + - type: Transform + pos: 77.5,31.5 + parent: 2 + - uid: 33531 + components: + - type: Transform + pos: 77.5,30.5 + parent: 2 + - uid: 33532 + components: + - type: Transform + pos: 77.5,29.5 + parent: 2 + - uid: 33533 + components: + - type: Transform + pos: 77.5,28.5 + parent: 2 + - uid: 33534 + components: + - type: Transform + pos: 77.5,27.5 + parent: 2 + - uid: 33535 + components: + - type: Transform + pos: 77.5,26.5 + parent: 2 + - uid: 33536 + components: + - type: Transform + pos: 76.5,26.5 + parent: 2 + - uid: 33537 + components: + - type: Transform + pos: 75.5,26.5 + parent: 2 + - uid: 33538 + components: + - type: Transform + pos: 74.5,26.5 + parent: 2 + - uid: 33539 + components: + - type: Transform + pos: 73.5,26.5 + parent: 2 + - uid: 33540 + components: + - type: Transform + pos: 72.5,26.5 + parent: 2 + - uid: 33692 + components: + - type: Transform + pos: -56.5,-16.5 + parent: 2 + - uid: 33694 + components: + - type: Transform + pos: -56.5,-17.5 + parent: 2 + - uid: 33695 + components: + - type: Transform + pos: -55.5,-17.5 + parent: 2 + - uid: 33697 + components: + - type: Transform + pos: -54.5,-17.5 + parent: 2 + - uid: 33698 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 2 + - uid: 33701 + components: + - type: Transform + pos: -56.5,17.5 + parent: 2 + - uid: 33703 + components: + - type: Transform + pos: -55.5,17.5 + parent: 2 + - uid: 33709 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 33728 + components: + - type: Transform + pos: 1.5,-39.5 + parent: 2 + - uid: 33729 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 33730 + components: + - type: Transform + pos: 1.5,-41.5 + parent: 2 + - uid: 33731 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - uid: 33732 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 33733 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 33734 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 33735 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 + - uid: 33736 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 33737 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 33738 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 33739 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 2 + - uid: 33740 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 33741 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 33742 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 33743 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 33744 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - uid: 33745 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 33746 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 33747 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 33748 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 33749 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 + - uid: 33760 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 33761 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 33762 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 33763 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 33764 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 33765 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 33766 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 33767 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 33768 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 33769 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 33770 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 33771 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 33772 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 33773 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 33774 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 33775 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 33776 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 33777 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 33778 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 33779 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 33780 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 33781 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 33782 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 33783 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 33784 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 33785 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 33786 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 33787 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 33788 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 33789 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 33790 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 33791 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 33792 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - uid: 33793 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 33794 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 33795 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 33796 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 33797 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 33798 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 33799 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 33800 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 33801 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 2 + - uid: 33802 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 33803 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 33804 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 33805 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 33806 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 33807 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 33808 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 33809 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 + - uid: 33810 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 + - uid: 33811 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 33812 + components: + - type: Transform + pos: -17.5,-8.5 + parent: 2 + - uid: 33813 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - uid: 33814 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - uid: 33815 + components: + - type: Transform + pos: -17.5,-11.5 + parent: 2 + - uid: 33816 + components: + - type: Transform + pos: -16.5,-11.5 + parent: 2 + - uid: 33817 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 + - uid: 33818 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 33819 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 33820 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 2 + - uid: 33821 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 33822 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 33823 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - uid: 33824 + components: + - type: Transform + pos: -22.5,-11.5 + parent: 2 + - uid: 33825 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 2 + - uid: 33826 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 33827 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 + - uid: 33828 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 + - uid: 33829 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - uid: 33830 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 33831 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 33832 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - uid: 33833 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 2 + - uid: 33834 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 2 + - uid: 33835 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 2 + - uid: 33836 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - uid: 33837 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - uid: 33838 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 2 + - uid: 33839 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 + - uid: 33840 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 + - uid: 33841 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 33842 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 33843 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 33844 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 33845 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 33846 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 33847 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 33848 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 33849 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 33850 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 33851 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 33852 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 33853 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 33854 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 33855 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 33856 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 33857 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 33858 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 2 + - uid: 33859 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 2 + - uid: 33860 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 33861 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 33862 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 33863 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 33864 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 33865 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 33866 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 33867 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 33868 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 33869 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 33870 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 33871 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 33872 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 33873 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 33874 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 33875 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 33876 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 33877 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 33878 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 33879 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 33880 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 33881 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - uid: 33882 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 2 + - uid: 33883 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 + - uid: 33884 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 33885 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 33886 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 33887 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 33888 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - uid: 33889 + components: + - type: Transform + pos: 30.5,2.5 + parent: 2 + - uid: 33890 + components: + - type: Transform + pos: 24.5,16.5 + parent: 2 + - uid: 33891 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 33892 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 + - uid: 33893 + components: + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 33894 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 33895 + components: + - type: Transform + pos: 23.5,12.5 + parent: 2 + - uid: 33896 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 33897 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 + - uid: 33898 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 + - uid: 33899 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 33900 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 33901 + components: + - type: Transform + pos: 27.5,16.5 + parent: 2 + - uid: 33902 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 33903 + components: + - type: Transform + pos: 29.5,16.5 + parent: 2 + - uid: 33904 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 33905 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 33906 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 + - uid: 33907 + components: + - type: Transform + pos: 33.5,16.5 + parent: 2 + - uid: 33908 + components: + - type: Transform + pos: 34.5,16.5 + parent: 2 + - uid: 33909 + components: + - type: Transform + pos: 17.5,16.5 + parent: 2 + - uid: 33910 + components: + - type: Transform + pos: 16.5,16.5 + parent: 2 + - uid: 33911 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 33912 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 33913 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - uid: 33914 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 + - uid: 33915 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - uid: 33916 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 33917 + components: + - type: Transform + pos: 18.5,12.5 + parent: 2 + - uid: 33918 + components: + - type: Transform + pos: 19.5,12.5 + parent: 2 + - uid: 33919 + components: + - type: Transform + pos: 20.5,12.5 + parent: 2 + - uid: 33920 + components: + - type: Transform + pos: 21.5,12.5 + parent: 2 + - uid: 33921 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 33922 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 33923 + components: + - type: Transform + pos: 21.5,15.5 + parent: 2 + - uid: 33924 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 33925 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 33926 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 33927 + components: + - type: Transform + pos: 18.5,16.5 + parent: 2 + - uid: 33928 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 33929 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 33930 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 + - uid: 33931 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 33932 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 33933 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 33934 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 33935 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 33936 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 33937 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 33938 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 33939 + components: + - type: Transform + pos: 6.5,13.5 + parent: 2 + - uid: 33940 + components: + - type: Transform + pos: 7.5,13.5 + parent: 2 + - uid: 33941 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 + - uid: 33942 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 33943 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 33944 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 + - uid: 33945 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 33946 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - uid: 33947 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 + - uid: 33948 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 33949 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 33950 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 33951 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 33952 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 33953 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 33954 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 33955 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 33956 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 33957 + components: + - type: Transform + pos: -8.5,15.5 + parent: 2 + - uid: 33958 + components: + - type: Transform + pos: -8.5,14.5 + parent: 2 + - uid: 33959 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 + - uid: 33960 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 + - uid: 33961 + components: + - type: Transform + pos: -8.5,10.5 + parent: 2 + - uid: 33962 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 33963 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 33964 + components: + - type: Transform + pos: -6.5,9.5 + parent: 2 + - uid: 33965 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 33966 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 33967 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 33968 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 33969 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 33970 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 + - uid: 33971 + components: + - type: Transform + pos: -11.5,14.5 + parent: 2 + - uid: 33972 + components: + - type: Transform + pos: -11.5,15.5 + parent: 2 + - uid: 33973 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 + - uid: 33974 + components: + - type: Transform + pos: -12.5,16.5 + parent: 2 + - uid: 33975 + components: + - type: Transform + pos: -13.5,16.5 + parent: 2 + - uid: 33976 + components: + - type: Transform + pos: -14.5,16.5 + parent: 2 + - uid: 33977 + components: + - type: Transform + pos: -14.5,15.5 + parent: 2 + - uid: 33978 + components: + - type: Transform + pos: -14.5,14.5 + parent: 2 + - uid: 33979 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 + - uid: 33980 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 33981 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 + - uid: 33982 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 33983 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 33984 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 33985 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 33986 + components: + - type: Transform + pos: -23.5,15.5 + parent: 2 + - uid: 33987 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 33988 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 33989 + components: + - type: Transform + pos: -26.5,15.5 + parent: 2 + - uid: 33990 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 33991 + components: + - type: Transform + pos: -29.5,14.5 + parent: 2 + - uid: 33992 + components: + - type: Transform + pos: -29.5,15.5 + parent: 2 + - uid: 33993 + components: + - type: Transform + pos: -29.5,16.5 + parent: 2 + - uid: 33994 + components: + - type: Transform + pos: -29.5,12.5 + parent: 2 + - uid: 33995 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 33996 + components: + - type: Transform + pos: -29.5,10.5 + parent: 2 + - uid: 33997 + components: + - type: Transform + pos: -26.5,12.5 + parent: 2 + - uid: 33998 + components: + - type: Transform + pos: -26.5,11.5 + parent: 2 + - uid: 33999 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - uid: 34000 + components: + - type: Transform + pos: -26.5,9.5 + parent: 2 + - uid: 34001 + components: + - type: Transform + pos: -23.5,12.5 + parent: 2 + - uid: 34002 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 34003 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 34004 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 34005 + components: + - type: Transform + pos: -20.5,12.5 + parent: 2 + - uid: 34006 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - uid: 34007 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - uid: 34008 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - uid: 34009 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 34010 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 34011 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 34012 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 34013 + components: + - type: Transform + pos: -34.5,12.5 + parent: 2 + - uid: 34014 + components: + - type: Transform + pos: -35.5,12.5 + parent: 2 + - uid: 34015 + components: + - type: Transform + pos: -36.5,12.5 + parent: 2 + - uid: 34016 + components: + - type: Transform + pos: -37.5,12.5 + parent: 2 + - uid: 34017 + components: + - type: Transform + pos: -38.5,12.5 + parent: 2 + - uid: 34018 + components: + - type: Transform + pos: -39.5,12.5 + parent: 2 + - uid: 34019 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - uid: 34020 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 34021 + components: + - type: Transform + pos: -40.5,10.5 + parent: 2 + - uid: 34022 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 + - uid: 34023 + components: + - type: Transform + pos: -41.5,9.5 + parent: 2 + - uid: 34024 + components: + - type: Transform + pos: -41.5,8.5 + parent: 2 + - uid: 34025 + components: + - type: Transform + pos: -40.5,8.5 + parent: 2 + - uid: 34026 + components: + - type: Transform + pos: -39.5,8.5 + parent: 2 + - uid: 34027 + components: + - type: Transform + pos: -38.5,8.5 + parent: 2 + - uid: 34028 + components: + - type: Transform + pos: -37.5,8.5 + parent: 2 + - uid: 34029 + components: + - type: Transform + pos: -36.5,8.5 + parent: 2 + - uid: 34030 + components: + - type: Transform + pos: -35.5,8.5 + parent: 2 + - uid: 34031 + components: + - type: Transform + pos: -34.5,8.5 + parent: 2 + - uid: 34049 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 34068 + components: + - type: Transform + pos: -32.5,49.5 + parent: 2 + - uid: 34069 + components: + - type: Transform + pos: -13.5,36.5 + parent: 2 + - uid: 34070 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 34071 + components: + - type: Transform + pos: -12.5,36.5 + parent: 2 + - uid: 34074 + components: + - type: Transform + pos: -14.5,34.5 + parent: 2 + - uid: 34075 + components: + - type: Transform + pos: -14.5,33.5 + parent: 2 + - uid: 34076 + components: + - type: Transform + pos: -14.5,32.5 + parent: 2 + - uid: 34077 + components: + - type: Transform + pos: -14.5,31.5 + parent: 2 + - uid: 34078 + components: + - type: Transform + pos: -8.5,35.5 + parent: 2 + - uid: 34079 + components: + - type: Transform + pos: -7.5,35.5 + parent: 2 + - uid: 34080 + components: + - type: Transform + pos: -6.5,35.5 + parent: 2 + - uid: 34081 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 34082 + components: + - type: Transform + pos: -4.5,35.5 + parent: 2 + - uid: 34083 + components: + - type: Transform + pos: -9.5,32.5 + parent: 2 + - uid: 34084 + components: + - type: Transform + pos: -8.5,32.5 + parent: 2 + - uid: 34085 + components: + - type: Transform + pos: -7.5,32.5 + parent: 2 + - uid: 34086 + components: + - type: Transform + pos: -6.5,32.5 + parent: 2 + - uid: 34087 + components: + - type: Transform + pos: -5.5,32.5 + parent: 2 + - uid: 34088 + components: + - type: Transform + pos: -4.5,32.5 + parent: 2 + - uid: 34089 + components: + - type: Transform + pos: -5.5,25.5 + parent: 2 + - uid: 34090 + components: + - type: Transform + pos: -5.5,24.5 + parent: 2 + - uid: 34091 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 34092 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 34093 + components: + - type: Transform + pos: -7.5,23.5 + parent: 2 + - uid: 34094 + components: + - type: Transform + pos: -7.5,24.5 + parent: 2 + - uid: 34095 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 34096 + components: + - type: Transform + pos: -9.5,24.5 + parent: 2 + - uid: 34097 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 34098 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 34099 + components: + - type: Transform + pos: -11.5,25.5 + parent: 2 + - uid: 34100 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 34101 + components: + - type: Transform + pos: -1.5,27.5 + parent: 2 + - uid: 34102 + components: + - type: Transform + pos: -1.5,26.5 + parent: 2 + - uid: 34103 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 34104 + components: + - type: Transform + pos: -18.5,39.5 + parent: 2 + - uid: 34105 + components: + - type: Transform + pos: -17.5,40.5 + parent: 2 + - uid: 34106 + components: + - type: Transform + pos: -17.5,41.5 + parent: 2 + - uid: 34107 + components: + - type: Transform + pos: -17.5,42.5 + parent: 2 + - uid: 34108 + components: + - type: Transform + pos: -16.5,42.5 + parent: 2 + - uid: 34109 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - uid: 34110 + components: + - type: Transform + pos: -27.5,42.5 + parent: 2 + - uid: 34111 + components: + - type: Transform + pos: -26.5,42.5 + parent: 2 + - uid: 34112 + components: + - type: Transform + pos: -25.5,42.5 + parent: 2 + - uid: 34113 + components: + - type: Transform + pos: -24.5,42.5 + parent: 2 + - uid: 34114 + components: + - type: Transform + pos: -23.5,42.5 + parent: 2 + - uid: 34115 + components: + - type: Transform + pos: -22.5,42.5 + parent: 2 + - uid: 34116 + components: + - type: Transform + pos: -21.5,42.5 + parent: 2 + - uid: 34117 + components: + - type: Transform + pos: -20.5,42.5 + parent: 2 + - uid: 34119 + components: + - type: Transform + pos: -18.5,42.5 + parent: 2 + - uid: 34120 + components: + - type: Transform + pos: -24.5,43.5 + parent: 2 + - uid: 34121 + components: + - type: Transform + pos: -18.5,47.5 + parent: 2 + - uid: 34122 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 + - uid: 34123 + components: + - type: Transform + pos: -18.5,45.5 + parent: 2 + - uid: 34124 + components: + - type: Transform + pos: -29.5,41.5 + parent: 2 + - uid: 34125 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 + - uid: 34126 + components: + - type: Transform + pos: -29.5,43.5 + parent: 2 + - uid: 34127 + components: + - type: Transform + pos: -29.5,44.5 + parent: 2 + - uid: 34128 + components: + - type: Transform + pos: 11.5,38.5 + parent: 2 + - uid: 34129 + components: + - type: Transform + pos: 11.5,37.5 + parent: 2 + - uid: 34130 + components: + - type: Transform + pos: 11.5,36.5 + parent: 2 + - uid: 34131 + components: + - type: Transform + pos: 11.5,35.5 + parent: 2 + - uid: 34132 + components: + - type: Transform + pos: 10.5,35.5 + parent: 2 + - uid: 34133 + components: + - type: Transform + pos: 9.5,35.5 + parent: 2 + - uid: 34134 + components: + - type: Transform + pos: 8.5,35.5 + parent: 2 + - uid: 34135 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 + - uid: 34136 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 34137 + components: + - type: Transform + pos: 5.5,35.5 + parent: 2 + - uid: 34138 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - uid: 34139 + components: + - type: Transform + pos: 4.5,36.5 + parent: 2 + - uid: 34140 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 34141 + components: + - type: Transform + pos: 4.5,38.5 + parent: 2 + - uid: 34142 + components: + - type: Transform + pos: 4.5,40.5 + parent: 2 + - uid: 34143 + components: + - type: Transform + pos: 4.5,41.5 + parent: 2 + - uid: 34144 + components: + - type: Transform + pos: 4.5,42.5 + parent: 2 + - uid: 34145 + components: + - type: Transform + pos: 5.5,42.5 + parent: 2 + - uid: 34146 + components: + - type: Transform + pos: 6.5,42.5 + parent: 2 + - uid: 34147 + components: + - type: Transform + pos: 7.5,42.5 + parent: 2 + - uid: 34148 + components: + - type: Transform + pos: 7.5,41.5 + parent: 2 + - uid: 34149 + components: + - type: Transform + pos: 7.5,40.5 + parent: 2 + - uid: 34150 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 + - uid: 34151 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 34152 + components: + - type: Transform + pos: 7.5,36.5 + parent: 2 + - uid: 34154 + components: + - type: Transform + pos: 9.5,42.5 + parent: 2 + - uid: 34155 + components: + - type: Transform + pos: 8.5,42.5 + parent: 2 + - uid: 34156 + components: + - type: Transform + pos: 18.5,38.5 + parent: 2 + - uid: 34157 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 34158 + components: + - type: Transform + pos: 18.5,36.5 + parent: 2 + - uid: 34159 + components: + - type: Transform + pos: 18.5,35.5 + parent: 2 + - uid: 34160 + components: + - type: Transform + pos: 17.5,35.5 + parent: 2 + - uid: 34161 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 34162 + components: + - type: Transform + pos: 16.5,36.5 + parent: 2 + - uid: 34163 + components: + - type: Transform + pos: 16.5,37.5 + parent: 2 + - uid: 34164 + components: + - type: Transform + pos: 16.5,38.5 + parent: 2 + - uid: 34165 + components: + - type: Transform + pos: 19.5,35.5 + parent: 2 + - uid: 34166 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 34167 + components: + - type: Transform + pos: 20.5,36.5 + parent: 2 + - uid: 34168 + components: + - type: Transform + pos: 20.5,37.5 + parent: 2 + - uid: 34169 + components: + - type: Transform + pos: 20.5,38.5 + parent: 2 + - uid: 34170 + components: + - type: Transform + pos: 20.5,39.5 + parent: 2 + - uid: 34171 + components: + - type: Transform + pos: 20.5,40.5 + parent: 2 + - uid: 34172 + components: + - type: Transform + pos: 21.5,35.5 + parent: 2 + - uid: 34173 + components: + - type: Transform + pos: 22.5,35.5 + parent: 2 + - uid: 34174 + components: + - type: Transform + pos: 23.5,35.5 + parent: 2 + - uid: 34175 + components: + - type: Transform + pos: 23.5,36.5 + parent: 2 + - uid: 34176 + components: + - type: Transform + pos: 23.5,37.5 + parent: 2 + - uid: 34177 + components: + - type: Transform + pos: 23.5,38.5 + parent: 2 + - uid: 34178 + components: + - type: Transform + pos: 23.5,39.5 + parent: 2 + - uid: 34179 + components: + - type: Transform + pos: 28.5,39.5 + parent: 2 + - uid: 34180 + components: + - type: Transform + pos: 22.5,40.5 + parent: 2 + - uid: 34181 + components: + - type: Transform + pos: 22.5,39.5 + parent: 2 + - uid: 34182 + components: + - type: Transform + pos: 21.5,39.5 + parent: 2 + - uid: 34184 + components: + - type: Transform + pos: 28.5,45.5 + parent: 2 + - uid: 34185 + components: + - type: Transform + pos: 29.5,45.5 + parent: 2 + - uid: 34187 + components: + - type: Transform + pos: 23.5,48.5 + parent: 2 + - uid: 34188 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 34189 + components: + - type: Transform + pos: 23.5,46.5 + parent: 2 + - uid: 34190 + components: + - type: Transform + pos: 29.5,50.5 + parent: 2 + - uid: 34191 + components: + - type: Transform + pos: 29.5,51.5 + parent: 2 + - uid: 34192 + components: + - type: Transform + pos: 29.5,52.5 + parent: 2 + - uid: 34193 + components: + - type: Transform + pos: 28.5,52.5 + parent: 2 + - uid: 34194 + components: + - type: Transform + pos: 27.5,52.5 + parent: 2 + - uid: 34195 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - uid: 34196 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - uid: 34197 + components: + - type: Transform + pos: 24.5,52.5 + parent: 2 + - uid: 34198 + components: + - type: Transform + pos: 24.5,51.5 + parent: 2 + - uid: 34199 + components: + - type: Transform + pos: 23.5,51.5 + parent: 2 + - uid: 34200 + components: + - type: Transform + pos: 23.5,50.5 + parent: 2 + - uid: 34201 + components: + - type: Transform + pos: 37.5,46.5 + parent: 2 + - uid: 34202 + components: + - type: Transform + pos: 36.5,46.5 + parent: 2 + - uid: 34203 + components: + - type: Transform + pos: 35.5,46.5 + parent: 2 + - uid: 34204 + components: + - type: Transform + pos: 34.5,46.5 + parent: 2 + - uid: 34205 + components: + - type: Transform + pos: 34.5,47.5 + parent: 2 + - uid: 34206 + components: + - type: Transform + pos: 34.5,48.5 + parent: 2 + - uid: 34207 + components: + - type: Transform + pos: 35.5,50.5 + parent: 2 + - uid: 34208 + components: + - type: Transform + pos: 35.5,51.5 + parent: 2 + - uid: 34209 + components: + - type: Transform + pos: 35.5,52.5 + parent: 2 + - uid: 34210 + components: + - type: Transform + pos: 35.5,53.5 + parent: 2 + - uid: 34211 + components: + - type: Transform + pos: 35.5,54.5 + parent: 2 + - uid: 34212 + components: + - type: Transform + pos: 35.5,55.5 + parent: 2 + - uid: 34213 + components: + - type: Transform + pos: 35.5,56.5 + parent: 2 + - uid: 34214 + components: + - type: Transform + pos: 35.5,57.5 + parent: 2 + - uid: 34215 + components: + - type: Transform + pos: 36.5,57.5 + parent: 2 + - uid: 34216 + components: + - type: Transform + pos: 48.5,57.5 + parent: 2 + - uid: 34217 + components: + - type: Transform + pos: 49.5,57.5 + parent: 2 + - uid: 34218 + components: + - type: Transform + pos: 49.5,56.5 + parent: 2 + - uid: 34219 + components: + - type: Transform + pos: 49.5,55.5 + parent: 2 + - uid: 34220 + components: + - type: Transform + pos: 49.5,54.5 + parent: 2 + - uid: 34221 + components: + - type: Transform + pos: 49.5,53.5 + parent: 2 + - uid: 34222 + components: + - type: Transform + pos: 49.5,52.5 + parent: 2 + - uid: 34223 + components: + - type: Transform + pos: 49.5,51.5 + parent: 2 + - uid: 34224 + components: + - type: Transform + pos: 49.5,50.5 + parent: 2 + - uid: 34225 + components: + - type: Transform + pos: 50.5,48.5 + parent: 2 + - uid: 34226 + components: + - type: Transform + pos: 50.5,47.5 + parent: 2 + - uid: 34227 + components: + - type: Transform + pos: 50.5,46.5 + parent: 2 + - uid: 34228 + components: + - type: Transform + pos: 49.5,46.5 + parent: 2 + - uid: 34229 + components: + - type: Transform + pos: 48.5,46.5 + parent: 2 + - uid: 34230 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - uid: 34231 + components: + - type: Transform + pos: 46.5,46.5 + parent: 2 + - uid: 34232 + components: + - type: Transform + pos: 45.5,46.5 + parent: 2 + - uid: 34233 + components: + - type: Transform + pos: 44.5,46.5 + parent: 2 + - uid: 34234 + components: + - type: Transform + pos: 43.5,46.5 + parent: 2 + - uid: 34235 + components: + - type: Transform + pos: 41.5,46.5 + parent: 2 + - uid: 34236 + components: + - type: Transform + pos: 40.5,46.5 + parent: 2 + - uid: 34237 + components: + - type: Transform + pos: 49.5,44.5 + parent: 2 + - uid: 34238 + components: + - type: Transform + pos: 48.5,44.5 + parent: 2 + - uid: 34239 + components: + - type: Transform + pos: 47.5,44.5 + parent: 2 + - uid: 34240 + components: + - type: Transform + pos: 46.5,44.5 + parent: 2 + - uid: 34241 + components: + - type: Transform + pos: 45.5,44.5 + parent: 2 + - uid: 34242 + components: + - type: Transform + pos: 44.5,44.5 + parent: 2 + - uid: 34243 + components: + - type: Transform + pos: 43.5,44.5 + parent: 2 + - uid: 34244 + components: + - type: Transform + pos: 42.5,44.5 + parent: 2 + - uid: 34245 + components: + - type: Transform + pos: 41.5,44.5 + parent: 2 + - uid: 34246 + components: + - type: Transform + pos: 40.5,44.5 + parent: 2 + - uid: 34247 + components: + - type: Transform + pos: 38.5,44.5 + parent: 2 + - uid: 34248 + components: + - type: Transform + pos: 37.5,44.5 + parent: 2 + - uid: 34249 + components: + - type: Transform + pos: 37.5,43.5 + parent: 2 + - uid: 34250 + components: + - type: Transform + pos: 37.5,42.5 + parent: 2 + - uid: 34251 + components: + - type: Transform + pos: 37.5,41.5 + parent: 2 + - uid: 34252 + components: + - type: Transform + pos: 37.5,40.5 + parent: 2 + - uid: 34253 + components: + - type: Transform + pos: 37.5,39.5 + parent: 2 + - uid: 34254 + components: + - type: Transform + pos: 37.5,38.5 + parent: 2 + - uid: 34255 + components: + - type: Transform + pos: 37.5,37.5 + parent: 2 + - uid: 34256 + components: + - type: Transform + pos: 37.5,36.5 + parent: 2 + - uid: 34257 + components: + - type: Transform + pos: 37.5,35.5 + parent: 2 + - uid: 34258 + components: + - type: Transform + pos: 37.5,34.5 + parent: 2 + - uid: 34259 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 + - uid: 34260 + components: + - type: Transform + pos: 37.5,32.5 + parent: 2 + - uid: 34261 + components: + - type: Transform + pos: 38.5,32.5 + parent: 2 + - uid: 34262 + components: + - type: Transform + pos: 49.5,32.5 + parent: 2 + - uid: 34263 + components: + - type: Transform + pos: 49.5,33.5 + parent: 2 + - uid: 34264 + components: + - type: Transform + pos: 49.5,34.5 + parent: 2 + - uid: 34265 + components: + - type: Transform + pos: 48.5,34.5 + parent: 2 + - uid: 34266 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - uid: 34267 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - uid: 34268 + components: + - type: Transform + pos: 45.5,34.5 + parent: 2 + - uid: 34269 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 34270 + components: + - type: Transform + pos: 43.5,34.5 + parent: 2 + - uid: 34271 + components: + - type: Transform + pos: 42.5,34.5 + parent: 2 + - uid: 34272 + components: + - type: Transform + pos: 41.5,34.5 + parent: 2 + - uid: 34273 + components: + - type: Transform + pos: 40.5,34.5 + parent: 2 + - uid: 34275 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 34276 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 34277 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 34278 + components: + - type: Transform + pos: 49.5,25.5 + parent: 2 + - uid: 34279 + components: + - type: Transform + pos: 49.5,24.5 + parent: 2 + - uid: 34280 + components: + - type: Transform + pos: 49.5,23.5 + parent: 2 + - uid: 34281 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - uid: 34282 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 34283 + components: + - type: Transform + pos: 46.5,23.5 + parent: 2 + - uid: 34284 + components: + - type: Transform + pos: 45.5,23.5 + parent: 2 + - uid: 34285 + components: + - type: Transform + pos: 44.5,23.5 + parent: 2 + - uid: 34286 + components: + - type: Transform + pos: 43.5,23.5 + parent: 2 + - uid: 34287 + components: + - type: Transform + pos: 42.5,23.5 + parent: 2 + - uid: 34288 + components: + - type: Transform + pos: 42.5,24.5 + parent: 2 + - uid: 34289 + components: + - type: Transform + pos: 42.5,25.5 + parent: 2 + - uid: 34290 + components: + - type: Transform + pos: 42.5,26.5 + parent: 2 + - uid: 34291 + components: + - type: Transform + pos: 42.5,27.5 + parent: 2 + - uid: 34292 + components: + - type: Transform + pos: 42.5,28.5 + parent: 2 + - uid: 34293 + components: + - type: Transform + pos: 36.5,26.5 + parent: 2 + - uid: 34294 + components: + - type: Transform + pos: 37.5,26.5 + parent: 2 + - uid: 34295 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 34296 + components: + - type: Transform + pos: 39.5,26.5 + parent: 2 + - uid: 34297 + components: + - type: Transform + pos: 40.5,26.5 + parent: 2 + - uid: 34298 + components: + - type: Transform + pos: 31.5,30.5 + parent: 2 + - uid: 34299 + components: + - type: Transform + pos: 30.5,30.5 + parent: 2 + - uid: 34300 + components: + - type: Transform + pos: 29.5,30.5 + parent: 2 + - uid: 34301 + components: + - type: Transform + pos: 28.5,30.5 + parent: 2 + - uid: 34302 + components: + - type: Transform + pos: 27.5,30.5 + parent: 2 + - uid: 34303 + components: + - type: Transform + pos: 26.5,30.5 + parent: 2 + - uid: 34304 + components: + - type: Transform + pos: 26.5,29.5 + parent: 2 + - uid: 34305 + components: + - type: Transform + pos: 26.5,28.5 + parent: 2 + - uid: 34306 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 34307 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 34308 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 34309 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 34310 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 34311 + components: + - type: Transform + pos: 30.5,23.5 + parent: 2 + - uid: 34312 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 34313 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 34314 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 34315 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 34316 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 + - uid: 34317 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 34318 + components: + - type: Transform + pos: 11.5,28.5 + parent: 2 + - uid: 34319 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 34320 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 34321 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 + - uid: 34322 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 34323 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 + - uid: 34324 + components: + - type: Transform + pos: 6.5,24.5 + parent: 2 + - uid: 34325 + components: + - type: Transform + pos: 6.5,23.5 + parent: 2 + - uid: 34326 + components: + - type: Transform + pos: 7.5,23.5 + parent: 2 + - uid: 34327 + components: + - type: Transform + pos: 8.5,23.5 + parent: 2 + - uid: 34328 + components: + - type: Transform + pos: 9.5,23.5 + parent: 2 + - uid: 34329 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 34330 + components: + - type: Transform + pos: 11.5,23.5 + parent: 2 + - uid: 34331 + components: + - type: Transform + pos: 12.5,23.5 + parent: 2 + - uid: 34332 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - uid: 34333 + components: + - type: Transform + pos: 4.5,28.5 + parent: 2 + - uid: 34334 + components: + - type: Transform + pos: 4.5,27.5 + parent: 2 + - uid: 34335 + components: + - type: Transform + pos: 5.5,27.5 + parent: 2 + - uid: 34336 + components: + - type: Transform + pos: 6.5,27.5 + parent: 2 + - uid: 34337 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 + - uid: 34338 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 + - uid: 34339 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 34340 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 34341 + components: + - type: Transform + pos: 17.5,58.5 + parent: 2 + - uid: 34342 + components: + - type: Transform + pos: 17.5,59.5 + parent: 2 + - uid: 34343 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 + - uid: 34344 + components: + - type: Transform + pos: 15.5,59.5 + parent: 2 + - uid: 34345 + components: + - type: Transform + pos: 14.5,59.5 + parent: 2 + - uid: 34346 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 34347 + components: + - type: Transform + pos: 13.5,59.5 + parent: 2 + - uid: 34348 + components: + - type: Transform + pos: 13.5,58.5 + parent: 2 + - uid: 34349 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 34350 + components: + - type: Transform + pos: 12.5,57.5 + parent: 2 + - uid: 34351 + components: + - type: Transform + pos: 12.5,56.5 + parent: 2 + - uid: 34352 + components: + - type: Transform + pos: 12.5,55.5 + parent: 2 + - uid: 34353 + components: + - type: Transform + pos: 12.5,54.5 + parent: 2 + - uid: 34354 + components: + - type: Transform + pos: 11.5,57.5 + parent: 2 + - uid: 34355 + components: + - type: Transform + pos: 10.5,57.5 + parent: 2 + - uid: 34356 + components: + - type: Transform + pos: 9.5,57.5 + parent: 2 + - uid: 34357 + components: + - type: Transform + pos: 8.5,57.5 + parent: 2 + - uid: 34358 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 34359 + components: + - type: Transform + pos: 6.5,57.5 + parent: 2 + - uid: 34360 + components: + - type: Transform + pos: 5.5,57.5 + parent: 2 + - uid: 34361 + components: + - type: Transform + pos: 4.5,57.5 + parent: 2 + - uid: 34362 + components: + - type: Transform + pos: 4.5,56.5 + parent: 2 + - uid: 34363 + components: + - type: Transform + pos: 4.5,55.5 + parent: 2 + - uid: 34364 + components: + - type: Transform + pos: 4.5,54.5 + parent: 2 + - uid: 34365 + components: + - type: Transform + pos: 4.5,53.5 + parent: 2 + - uid: 34366 + components: + - type: Transform + pos: 4.5,52.5 + parent: 2 + - uid: 34367 + components: + - type: Transform + pos: 4.5,51.5 + parent: 2 + - uid: 34368 + components: + - type: Transform + pos: 4.5,50.5 + parent: 2 + - uid: 34369 + components: + - type: Transform + pos: 5.5,49.5 + parent: 2 + - uid: 34370 + components: + - type: Transform + pos: 12.5,54.5 + parent: 2 + - uid: 34371 + components: + - type: Transform + pos: 12.5,53.5 + parent: 2 + - uid: 34372 + components: + - type: Transform + pos: 13.5,53.5 + parent: 2 + - uid: 34373 + components: + - type: Transform + pos: 14.5,53.5 + parent: 2 + - uid: 34374 + components: + - type: Transform + pos: 14.5,52.5 + parent: 2 + - uid: 34375 + components: + - type: Transform + pos: 15.5,52.5 + parent: 2 + - uid: 34376 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - uid: 34377 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - uid: 34378 + components: + - type: Transform + pos: 20.5,51.5 + parent: 2 + - uid: 34379 + components: + - type: Transform + pos: 21.5,51.5 + parent: 2 + - uid: 34380 + components: + - type: Transform + pos: 22.5,51.5 + parent: 2 + - uid: 34381 + components: + - type: Transform + pos: 22.5,52.5 + parent: 2 + - uid: 34382 + components: + - type: Transform + pos: 23.5,52.5 + parent: 2 + - uid: 34383 + components: + - type: Transform + pos: 23.5,53.5 + parent: 2 + - uid: 34384 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - uid: 34385 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 34386 + components: + - type: Transform + pos: 24.5,57.5 + parent: 2 + - uid: 34387 + components: + - type: Transform + pos: 25.5,57.5 + parent: 2 + - uid: 34388 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - uid: 34389 + components: + - type: Transform + pos: 27.5,57.5 + parent: 2 + - uid: 34390 + components: + - type: Transform + pos: 28.5,57.5 + parent: 2 + - uid: 34391 + components: + - type: Transform + pos: 29.5,55.5 + parent: 2 + - uid: 34392 + components: + - type: Transform + pos: 30.5,55.5 + parent: 2 + - uid: 34393 + components: + - type: Transform + pos: 31.5,55.5 + parent: 2 + - uid: 34394 + components: + - type: Transform + pos: 24.5,57.5 + parent: 2 + - uid: 34395 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 34396 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 + - uid: 34397 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 34398 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 34399 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 34400 + components: + - type: Transform + pos: 21.5,60.5 + parent: 2 + - uid: 34401 + components: + - type: Transform + pos: 20.5,60.5 + parent: 2 + - uid: 34402 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 34403 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - uid: 34404 + components: + - type: Transform + pos: 17.5,60.5 + parent: 2 + - uid: 34405 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 + - uid: 34406 + components: + - type: Transform + pos: 15.5,60.5 + parent: 2 + - uid: 34407 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 34408 + components: + - type: Transform + pos: 16.5,55.5 + parent: 2 + - uid: 34409 + components: + - type: Transform + pos: 15.5,55.5 + parent: 2 + - uid: 34410 + components: + - type: Transform + pos: 14.5,55.5 + parent: 2 + - uid: 34411 + components: + - type: Transform + pos: 13.5,55.5 + parent: 2 + - uid: 34412 + components: + - type: Transform + pos: 21.5,57.5 + parent: 2 + - uid: 34413 + components: + - type: Transform + pos: 21.5,58.5 + parent: 2 + - uid: 34414 + components: + - type: Transform + pos: 21.5,59.5 + parent: 2 + - uid: 34419 + components: + - type: Transform + pos: -51.5,-7.5 + parent: 2 + - uid: 34420 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - uid: 34421 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 34422 + components: + - type: Transform + pos: -49.5,-7.5 + parent: 2 + - uid: 34423 + components: + - type: Transform + pos: -49.5,-6.5 + parent: 2 + - uid: 34424 + components: + - type: Transform + pos: -49.5,-5.5 + parent: 2 + - uid: 34425 + components: + - type: Transform + pos: -60.5,-6.5 + parent: 2 + - uid: 34426 + components: + - type: Transform + pos: -61.5,-6.5 + parent: 2 + - uid: 34427 + components: + - type: Transform + pos: -62.5,-6.5 + parent: 2 + - uid: 34428 + components: + - type: Transform + pos: -62.5,-7.5 + parent: 2 + - uid: 34429 + components: + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 34430 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 34431 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 34432 + components: + - type: Transform + pos: -60.5,-9.5 + parent: 2 + - uid: 34433 + components: + - type: Transform + pos: -58.5,-9.5 + parent: 2 + - uid: 34434 + components: + - type: Transform + pos: -57.5,-9.5 + parent: 2 + - uid: 34435 + components: + - type: Transform + pos: -57.5,-8.5 + parent: 2 + - uid: 34436 + components: + - type: Transform + pos: -57.5,-7.5 + parent: 2 + - uid: 34437 + components: + - type: Transform + pos: -57.5,-6.5 + parent: 2 + - uid: 34438 + components: + - type: Transform + pos: -58.5,-6.5 + parent: 2 + - uid: 34439 + components: + - type: Transform + pos: -60.5,-1.5 + parent: 2 + - uid: 34440 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 34441 + components: + - type: Transform + pos: -62.5,-1.5 + parent: 2 + - uid: 34442 + components: + - type: Transform + pos: -62.5,-2.5 + parent: 2 + - uid: 34443 + components: + - type: Transform + pos: -62.5,-3.5 + parent: 2 + - uid: 34444 + components: + - type: Transform + pos: -62.5,-4.5 + parent: 2 + - uid: 34445 + components: + - type: Transform + pos: -61.5,-4.5 + parent: 2 + - uid: 34446 + components: + - type: Transform + pos: -60.5,-4.5 + parent: 2 + - uid: 34447 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - uid: 34448 + components: + - type: Transform + pos: -58.5,-4.5 + parent: 2 + - uid: 34449 + components: + - type: Transform + pos: -57.5,-4.5 + parent: 2 + - uid: 34450 + components: + - type: Transform + pos: -57.5,-3.5 + parent: 2 + - uid: 34451 + components: + - type: Transform + pos: -57.5,-2.5 + parent: 2 + - uid: 34452 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 + - uid: 34453 + components: + - type: Transform + pos: -56.5,-1.5 + parent: 2 + - uid: 34454 + components: + - type: Transform + pos: -55.5,-1.5 + parent: 2 + - uid: 34455 + components: + - type: Transform + pos: -54.5,-1.5 + parent: 2 + - uid: 34456 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 34457 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 34458 + components: + - type: Transform + pos: -51.5,-1.5 + parent: 2 + - uid: 34459 + components: + - type: Transform + pos: -50.5,-1.5 + parent: 2 + - uid: 34460 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 + - uid: 34461 + components: + - type: Transform + pos: -49.5,-2.5 + parent: 2 + - uid: 34462 + components: + - type: Transform + pos: -49.5,-3.5 + parent: 2 + - uid: 34463 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 + - uid: 34464 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 + - uid: 34465 + components: + - type: Transform + pos: -52.5,-3.5 + parent: 2 + - uid: 34466 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 34467 + components: + - type: Transform + pos: -54.5,-3.5 + parent: 2 + - uid: 34468 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 34469 + components: + - type: Transform + pos: -55.5,-2.5 + parent: 2 + - uid: 34470 + components: + - type: Transform + pos: -60.5,0.5 + parent: 2 + - uid: 34471 + components: + - type: Transform + pos: -61.5,0.5 + parent: 2 + - uid: 34472 + components: + - type: Transform + pos: -62.5,0.5 + parent: 2 + - uid: 34473 + components: + - type: Transform + pos: -62.5,1.5 + parent: 2 + - uid: 34474 + components: + - type: Transform + pos: -62.5,2.5 + parent: 2 + - uid: 34475 + components: + - type: Transform + pos: -62.5,3.5 + parent: 2 + - uid: 34476 + components: + - type: Transform + pos: -62.5,4.5 + parent: 2 + - uid: 34477 + components: + - type: Transform + pos: -62.5,5.5 + parent: 2 + - uid: 34478 + components: + - type: Transform + pos: -61.5,5.5 + parent: 2 + - uid: 34479 + components: + - type: Transform + pos: -60.5,5.5 + parent: 2 + - uid: 34480 + components: + - type: Transform + pos: -49.5,4.5 + parent: 2 + - uid: 34481 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 + - uid: 34482 + components: + - type: Transform + pos: -49.5,2.5 + parent: 2 + - uid: 34483 + components: + - type: Transform + pos: -49.5,1.5 + parent: 2 + - uid: 34484 + components: + - type: Transform + pos: -49.5,0.5 + parent: 2 + - uid: 34485 + components: + - type: Transform + pos: -50.5,0.5 + parent: 2 + - uid: 34486 + components: + - type: Transform + pos: -51.5,0.5 + parent: 2 + - uid: 34487 + components: + - type: Transform + pos: -52.5,0.5 + parent: 2 + - uid: 34488 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 + - uid: 34489 + components: + - type: Transform + pos: -54.5,0.5 + parent: 2 + - uid: 34490 + components: + - type: Transform + pos: -54.5,1.5 + parent: 2 + - uid: 34491 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 34492 + components: + - type: Transform + pos: -54.5,3.5 + parent: 2 + - uid: 34493 + components: + - type: Transform + pos: -55.5,3.5 + parent: 2 + - uid: 34494 + components: + - type: Transform + pos: -56.5,3.5 + parent: 2 + - uid: 34495 + components: + - type: Transform + pos: -57.5,3.5 + parent: 2 + - uid: 34496 + components: + - type: Transform + pos: -57.5,2.5 + parent: 2 + - uid: 34497 + components: + - type: Transform + pos: -57.5,1.5 + parent: 2 + - uid: 34498 + components: + - type: Transform + pos: -57.5,0.5 + parent: 2 + - uid: 34499 + components: + - type: Transform + pos: -58.5,0.5 + parent: 2 + - uid: 34500 + components: + - type: Transform + pos: -62.5,12.5 + parent: 2 + - uid: 34501 + components: + - type: Transform + pos: -47.5,13.5 + parent: 2 + - uid: 34502 + components: + - type: Transform + pos: -47.5,14.5 + parent: 2 + - uid: 34503 + components: + - type: Transform + pos: -48.5,14.5 + parent: 2 + - uid: 34504 + components: + - type: Transform + pos: -49.5,14.5 + parent: 2 + - uid: 34505 + components: + - type: Transform + pos: -50.5,14.5 + parent: 2 + - uid: 34506 + components: + - type: Transform + pos: -51.5,14.5 + parent: 2 + - uid: 34507 + components: + - type: Transform + pos: -47.5,12.5 + parent: 2 + - uid: 34508 + components: + - type: Transform + pos: -47.5,11.5 + parent: 2 + - uid: 34509 + components: + - type: Transform + pos: -47.5,17.5 + parent: 2 + - uid: 34510 + components: + - type: Transform + pos: -47.5,16.5 + parent: 2 + - uid: 34511 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 34512 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - uid: 34513 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 34514 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 34515 + components: + - type: Transform + pos: -50.5,19.5 + parent: 2 + - uid: 34516 + components: + - type: Transform + pos: -51.5,19.5 + parent: 2 + - uid: 34517 + components: + - type: Transform + pos: -51.5,20.5 + parent: 2 + - uid: 34518 + components: + - type: Transform + pos: -51.5,21.5 + parent: 2 + - uid: 34519 + components: + - type: Transform + pos: -48.5,22.5 + parent: 2 + - uid: 34520 + components: + - type: Transform + pos: -47.5,22.5 + parent: 2 + - uid: 34521 + components: + - type: Transform + pos: -47.5,21.5 + parent: 2 + - uid: 34522 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 34523 + components: + - type: Transform + pos: -48.5,20.5 + parent: 2 + - uid: 34524 + components: + - type: Transform + pos: -48.5,26.5 + parent: 2 + - uid: 34525 + components: + - type: Transform + pos: -47.5,26.5 + parent: 2 + - uid: 34526 + components: + - type: Transform + pos: -50.5,26.5 + parent: 2 + - uid: 34527 + components: + - type: Transform + pos: -51.5,26.5 + parent: 2 + - uid: 34528 + components: + - type: Transform + pos: -47.5,25.5 + parent: 2 + - uid: 34529 + components: + - type: Transform + pos: -55.5,30.5 + parent: 2 + - uid: 34530 + components: + - type: Transform + pos: -56.5,30.5 + parent: 2 + - uid: 34531 + components: + - type: Transform + pos: -53.5,33.5 + parent: 2 + - uid: 34532 + components: + - type: Transform + pos: -52.5,33.5 + parent: 2 + - uid: 34533 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - uid: 34534 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 + - uid: 34535 + components: + - type: Transform + pos: -51.5,35.5 + parent: 2 + - uid: 34536 + components: + - type: Transform + pos: -51.5,36.5 + parent: 2 + - uid: 34537 + components: + - type: Transform + pos: -52.5,36.5 + parent: 2 + - uid: 34538 + components: + - type: Transform + pos: -56.5,36.5 + parent: 2 + - uid: 34539 + components: + - type: Transform + pos: -57.5,36.5 + parent: 2 + - uid: 34540 + components: + - type: Transform + pos: -57.5,35.5 + parent: 2 + - uid: 34541 + components: + - type: Transform + pos: -57.5,33.5 + parent: 2 + - uid: 34542 + components: + - type: Transform + pos: -44.5,35.5 + parent: 2 + - uid: 34543 + components: + - type: Transform + pos: -45.5,35.5 + parent: 2 + - uid: 34544 + components: + - type: Transform + pos: -46.5,35.5 + parent: 2 + - uid: 34545 + components: + - type: Transform + pos: -47.5,35.5 + parent: 2 + - uid: 34546 + components: + - type: Transform + pos: -48.5,35.5 + parent: 2 + - uid: 34547 + components: + - type: Transform + pos: -49.5,35.5 + parent: 2 + - uid: 34548 + components: + - type: Transform + pos: -49.5,34.5 + parent: 2 + - uid: 34549 + components: + - type: Transform + pos: -49.5,33.5 + parent: 2 + - uid: 34550 + components: + - type: Transform + pos: -48.5,33.5 + parent: 2 + - uid: 34551 + components: + - type: Transform + pos: -47.5,33.5 + parent: 2 + - uid: 34552 + components: + - type: Transform + pos: -46.5,33.5 + parent: 2 + - uid: 34553 + components: + - type: Transform + pos: -45.5,33.5 + parent: 2 + - uid: 34554 + components: + - type: Transform + pos: -44.5,33.5 + parent: 2 + - uid: 34555 + components: + - type: Transform + pos: -42.5,33.5 + parent: 2 + - uid: 34556 + components: + - type: Transform + pos: -41.5,33.5 + parent: 2 + - uid: 34557 + components: + - type: Transform + pos: -41.5,34.5 + parent: 2 + - uid: 34558 + components: + - type: Transform + pos: -41.5,35.5 + parent: 2 + - uid: 34559 + components: + - type: Transform + pos: -42.5,35.5 + parent: 2 + - uid: 34560 + components: + - type: Transform + pos: -58.5,46.5 + parent: 2 + - uid: 34561 + components: + - type: Transform + pos: -57.5,46.5 + parent: 2 + - uid: 34562 + components: + - type: Transform + pos: -56.5,46.5 + parent: 2 + - uid: 34563 + components: + - type: Transform + pos: -55.5,46.5 + parent: 2 + - uid: 34564 + components: + - type: Transform + pos: -54.5,46.5 + parent: 2 + - uid: 34565 + components: + - type: Transform + pos: -54.5,47.5 + parent: 2 + - uid: 34566 + components: + - type: Transform + pos: -54.5,48.5 + parent: 2 + - uid: 34567 + components: + - type: Transform + pos: -54.5,49.5 + parent: 2 + - uid: 34568 + components: + - type: Transform + pos: -54.5,50.5 + parent: 2 + - uid: 34569 + components: + - type: Transform + pos: -54.5,51.5 + parent: 2 + - uid: 34570 + components: + - type: Transform + pos: -54.5,52.5 + parent: 2 + - uid: 34571 + components: + - type: Transform + pos: -54.5,53.5 + parent: 2 + - uid: 34572 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 + - uid: 34573 + components: + - type: Transform + pos: -54.5,55.5 + parent: 2 + - uid: 34574 + components: + - type: Transform + pos: -55.5,55.5 + parent: 2 + - uid: 34575 + components: + - type: Transform + pos: -56.5,55.5 + parent: 2 + - uid: 34576 + components: + - type: Transform + pos: -57.5,55.5 + parent: 2 + - uid: 34577 + components: + - type: Transform + pos: -58.5,55.5 + parent: 2 + - uid: 34578 + components: + - type: Transform + pos: -85.5,19.5 + parent: 2 + - uid: 34579 + components: + - type: Transform + pos: -86.5,19.5 + parent: 2 + - uid: 34580 + components: + - type: Transform + pos: -87.5,19.5 + parent: 2 + - uid: 34581 + components: + - type: Transform + pos: -88.5,19.5 + parent: 2 + - uid: 34582 + components: + - type: Transform + pos: -88.5,18.5 + parent: 2 + - uid: 34583 + components: + - type: Transform + pos: -80.5,18.5 + parent: 2 + - uid: 34584 + components: + - type: Transform + pos: -81.5,18.5 + parent: 2 + - uid: 34585 + components: + - type: Transform + pos: -82.5,18.5 + parent: 2 + - uid: 34586 + components: + - type: Transform + pos: -83.5,18.5 + parent: 2 + - uid: 34587 + components: + - type: Transform + pos: -92.5,12.5 + parent: 2 + - uid: 34588 + components: + - type: Transform + pos: -93.5,12.5 + parent: 2 + - uid: 34589 + components: + - type: Transform + pos: -94.5,12.5 + parent: 2 + - uid: 34592 + components: + - type: Transform + pos: -97.5,12.5 + parent: 2 + - uid: 34593 + components: + - type: Transform + pos: -96.5,12.5 + parent: 2 + - uid: 34594 + components: + - type: Transform + pos: -95.5,12.5 + parent: 2 + - uid: 34597 + components: + - type: Transform + pos: -91.5,20.5 + parent: 2 + - uid: 34598 + components: + - type: Transform + pos: -91.5,19.5 + parent: 2 + - uid: 34599 + components: + - type: Transform + pos: -90.5,19.5 + parent: 2 + - uid: 34600 + components: + - type: Transform + pos: -90.5,18.5 + parent: 2 + - uid: 34601 + components: + - type: Transform + pos: -89.5,18.5 + parent: 2 + - uid: 34602 + components: + - type: Transform + pos: -88.5,18.5 + parent: 2 + - uid: 34603 + components: + - type: Transform + pos: -85.5,12.5 + parent: 2 + - uid: 34604 + components: + - type: Transform + pos: -86.5,12.5 + parent: 2 + - uid: 34606 + components: + - type: Transform + pos: -75.5,-2.5 + parent: 2 + - uid: 34608 + components: + - type: Transform + pos: -74.5,-2.5 + parent: 2 + - uid: 34609 + components: + - type: Transform + pos: -76.5,-5.5 + parent: 2 + - uid: 34610 + components: + - type: Transform + pos: -76.5,-6.5 + parent: 2 + - uid: 34611 + components: + - type: Transform + pos: -75.5,-6.5 + parent: 2 + - uid: 34612 + components: + - type: Transform + pos: -74.5,-6.5 + parent: 2 + - uid: 34613 + components: + - type: Transform + pos: -72.5,-6.5 + parent: 2 + - uid: 34614 + components: + - type: Transform + pos: -72.5,-6.5 + parent: 2 + - uid: 34615 + components: + - type: Transform + pos: -72.5,-5.5 + parent: 2 + - uid: 34616 + components: + - type: Transform + pos: -73.5,-6.5 + parent: 2 + - uid: 34619 + components: + - type: Transform + pos: -92.5,5.5 + parent: 2 + - uid: 34620 + components: + - type: Transform + pos: -93.5,5.5 + parent: 2 + - uid: 34642 + components: + - type: Transform + pos: 45.5,20.5 + parent: 2 + - uid: 34643 + components: + - type: Transform + pos: 45.5,21.5 + parent: 2 + - uid: 34644 + components: + - type: Transform + pos: 43.5,22.5 + parent: 2 + - uid: 34645 + components: + - type: Transform + pos: 46.5,21.5 + parent: 2 + - uid: 34646 + components: + - type: Transform + pos: 47.5,21.5 + parent: 2 + - uid: 34647 + components: + - type: Transform + pos: 48.5,21.5 + parent: 2 + - uid: 34648 + components: + - type: Transform + pos: 49.5,21.5 + parent: 2 + - uid: 34649 + components: + - type: Transform + pos: 50.5,21.5 + parent: 2 + - uid: 34650 + components: + - type: Transform + pos: 50.5,20.5 + parent: 2 + - uid: 34651 + components: + - type: Transform + pos: 50.5,19.5 + parent: 2 + - uid: 34652 + components: + - type: Transform + pos: 50.5,18.5 + parent: 2 + - uid: 34730 + components: + - type: Transform + pos: -60.5,60.5 + parent: 2 + - uid: 34731 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 + - uid: 34732 + components: + - type: Transform + pos: -62.5,60.5 + parent: 2 + - uid: 34733 + components: + - type: Transform + pos: -63.5,60.5 + parent: 2 + - uid: 34734 + components: + - type: Transform + pos: -64.5,60.5 + parent: 2 + - uid: 34735 + components: + - type: Transform + pos: -65.5,60.5 + parent: 2 + - uid: 34736 + components: + - type: Transform + pos: -66.5,60.5 + parent: 2 + - uid: 34737 + components: + - type: Transform + pos: -67.5,60.5 + parent: 2 + - uid: 34738 + components: + - type: Transform + pos: -68.5,60.5 + parent: 2 + - uid: 34739 + components: + - type: Transform + pos: -68.5,59.5 + parent: 2 + - uid: 34827 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 34828 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 34829 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 34830 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 + - uid: 34831 + components: + - type: Transform + pos: -61.5,56.5 + parent: 2 + - uid: 34832 + components: + - type: Transform + pos: -61.5,55.5 + parent: 2 + - uid: 34833 + components: + - type: Transform + pos: -61.5,54.5 + parent: 2 + - uid: 34834 + components: + - type: Transform + pos: -61.5,62.5 + parent: 2 + - uid: 34835 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 34836 + components: + - type: Transform + pos: -60.5,62.5 + parent: 2 + - uid: 34837 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 + - uid: 34838 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 34839 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 + - uid: 34840 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 34841 + components: + - type: Transform + pos: -55.5,62.5 + parent: 2 + - uid: 34842 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 34843 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 34844 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 34845 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - uid: 34846 + components: + - type: Transform + pos: -50.5,62.5 + parent: 2 + - uid: 34848 + components: + - type: Transform + pos: -49.5,-13.5 + parent: 2 + - uid: 34849 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 34850 + components: + - type: Transform + pos: -61.5,-5.5 + parent: 2 + - uid: 34851 + components: + - type: Transform + pos: -54.5,-4.5 + parent: 2 + - uid: 34852 + components: + - type: Transform + pos: -54.5,-5.5 + parent: 2 + - uid: 34853 + components: + - type: Transform + pos: -51.5,-4.5 + parent: 2 + - uid: 34854 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 34855 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 34856 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - uid: 34857 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 34858 + components: + - type: Transform + pos: -8.5,-42.5 + parent: 2 + - uid: 34859 + components: + - type: Transform + pos: -9.5,-42.5 + parent: 2 + - uid: 34860 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - uid: 34861 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - uid: 34862 + components: + - type: Transform + pos: -12.5,-42.5 + parent: 2 + - uid: 34863 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - uid: 34864 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 34865 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 34866 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 34867 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 34868 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 34869 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 34871 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 + - uid: 34872 + components: + - type: Transform + pos: -15.5,-30.5 + parent: 2 + - uid: 34876 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 2 + - uid: 34879 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 34880 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 34881 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 34882 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - uid: 34883 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - uid: 34884 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 34885 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 34886 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 34887 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 34888 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 34889 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 + - uid: 34890 + components: + - type: Transform + pos: 4.5,-31.5 + parent: 2 + - uid: 34891 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 34892 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 34893 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 34894 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 34895 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 34896 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 34897 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 34898 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 34899 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 34900 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 34901 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 34902 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 34903 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 34904 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 34905 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 2 + - uid: 34906 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 34907 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 34908 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 34909 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 34910 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 34911 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 34915 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 34916 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 34917 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 34918 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 34919 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 34920 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 34921 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 + - uid: 34922 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 34923 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 34924 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - uid: 34926 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 34942 + components: + - type: Transform + pos: 86.5,18.5 + parent: 2 + - uid: 34943 + components: + - type: Transform + pos: 88.5,18.5 + parent: 2 + - uid: 34944 + components: + - type: Transform + pos: 89.5,18.5 + parent: 2 + - uid: 34945 + components: + - type: Transform + pos: 90.5,18.5 + parent: 2 + - uid: 34946 + components: + - type: Transform + pos: 91.5,18.5 + parent: 2 + - uid: 34947 + components: + - type: Transform + pos: 91.5,17.5 + parent: 2 + - uid: 34948 + components: + - type: Transform + pos: 91.5,16.5 + parent: 2 + - uid: 34949 + components: + - type: Transform + pos: 91.5,15.5 + parent: 2 + - uid: 34950 + components: + - type: Transform + pos: 90.5,15.5 + parent: 2 + - uid: 34951 + components: + - type: Transform + pos: 89.5,15.5 + parent: 2 + - uid: 34952 + components: + - type: Transform + pos: 88.5,15.5 + parent: 2 + - uid: 34953 + components: + - type: Transform + pos: 88.5,16.5 + parent: 2 + - uid: 34954 + components: + - type: Transform + pos: 88.5,17.5 + parent: 2 + - uid: 35000 + components: + - type: Transform + pos: 56.5,-42.5 + parent: 2 + - uid: 35021 + components: + - type: Transform + pos: 56.5,-43.5 + parent: 2 + - uid: 35022 + components: + - type: Transform + pos: 56.5,-44.5 + parent: 2 + - uid: 35023 + components: + - type: Transform + pos: 56.5,-45.5 + parent: 2 + - uid: 35024 + components: + - type: Transform + pos: 56.5,-46.5 + parent: 2 + - uid: 35025 + components: + - type: Transform + pos: 56.5,-47.5 + parent: 2 + - uid: 35026 + components: + - type: Transform + pos: 56.5,-48.5 + parent: 2 + - uid: 35027 + components: + - type: Transform + pos: 56.5,-49.5 + parent: 2 + - uid: 35028 + components: + - type: Transform + pos: 56.5,-50.5 + parent: 2 + - uid: 35029 + components: + - type: Transform + pos: 56.5,-51.5 + parent: 2 + - uid: 35030 + components: + - type: Transform + pos: 56.5,-52.5 + parent: 2 + - uid: 35031 + components: + - type: Transform + pos: 56.5,-53.5 + parent: 2 + - uid: 35032 + components: + - type: Transform + pos: 56.5,-54.5 + parent: 2 + - uid: 35033 + components: + - type: Transform + pos: 56.5,-55.5 + parent: 2 + - uid: 35034 + components: + - type: Transform + pos: 56.5,-56.5 + parent: 2 + - uid: 35035 + components: + - type: Transform + pos: 56.5,-57.5 + parent: 2 + - uid: 35036 + components: + - type: Transform + pos: 56.5,-58.5 + parent: 2 + - uid: 35037 + components: + - type: Transform + pos: 56.5,-59.5 + parent: 2 + - uid: 35038 + components: + - type: Transform + pos: 56.5,-60.5 + parent: 2 + - uid: 35039 + components: + - type: Transform + pos: 56.5,-61.5 + parent: 2 + - uid: 35040 + components: + - type: Transform + pos: 56.5,-62.5 + parent: 2 + - uid: 35041 + components: + - type: Transform + pos: 56.5,-63.5 + parent: 2 + - uid: 35042 + components: + - type: Transform + pos: 56.5,-64.5 + parent: 2 + - uid: 35043 + components: + - type: Transform + pos: 56.5,-65.5 + parent: 2 + - uid: 35044 + components: + - type: Transform + pos: 56.5,-66.5 + parent: 2 + - uid: 35045 + components: + - type: Transform + pos: 56.5,-67.5 + parent: 2 + - uid: 35046 + components: + - type: Transform + pos: 56.5,-68.5 + parent: 2 + - uid: 35047 + components: + - type: Transform + pos: 56.5,-69.5 + parent: 2 + - uid: 35048 + components: + - type: Transform + pos: 56.5,-70.5 + parent: 2 + - uid: 35049 + components: + - type: Transform + pos: 56.5,-71.5 + parent: 2 + - uid: 35050 + components: + - type: Transform + pos: 56.5,-72.5 + parent: 2 + - uid: 35051 + components: + - type: Transform + pos: 56.5,-73.5 + parent: 2 + - uid: 35052 + components: + - type: Transform + pos: 56.5,-74.5 + parent: 2 + - uid: 35053 + components: + - type: Transform + pos: 56.5,-75.5 + parent: 2 + - uid: 35054 + components: + - type: Transform + pos: 56.5,-76.5 + parent: 2 + - uid: 35055 + components: + - type: Transform + pos: 56.5,-77.5 + parent: 2 + - uid: 35056 + components: + - type: Transform + pos: 56.5,-78.5 + parent: 2 + - uid: 35057 + components: + - type: Transform + pos: 57.5,-78.5 + parent: 2 + - uid: 35058 + components: + - type: Transform + pos: 57.5,-79.5 + parent: 2 + - uid: 35059 + components: + - type: Transform + pos: 58.5,-79.5 + parent: 2 + - uid: 35060 + components: + - type: Transform + pos: 58.5,-80.5 + parent: 2 + - uid: 35061 + components: + - type: Transform + pos: 58.5,-81.5 + parent: 2 + - uid: 35062 + components: + - type: Transform + pos: 59.5,-81.5 + parent: 2 + - uid: 35063 + components: + - type: Transform + pos: 59.5,-82.5 + parent: 2 + - uid: 35064 + components: + - type: Transform + pos: 59.5,-83.5 + parent: 2 + - uid: 35065 + components: + - type: Transform + pos: 61.5,-83.5 + parent: 2 + - uid: 35066 + components: + - type: Transform + pos: 61.5,-83.5 + parent: 2 + - uid: 35068 + components: + - type: Transform + pos: 63.5,-84.5 + parent: 2 + - uid: 35069 + components: + - type: Transform + pos: 63.5,-85.5 + parent: 2 + - uid: 35070 + components: + - type: Transform + pos: 63.5,-86.5 + parent: 2 + - uid: 35071 + components: + - type: Transform + pos: 64.5,-86.5 + parent: 2 + - uid: 35072 + components: + - type: Transform + pos: 66.5,-86.5 + parent: 2 + - uid: 35073 + components: + - type: Transform + pos: 66.5,-86.5 + parent: 2 + - uid: 35074 + components: + - type: Transform + pos: 65.5,-86.5 + parent: 2 + - uid: 35080 + components: + - type: Transform + pos: 60.5,-83.5 + parent: 2 + - uid: 35081 + components: + - type: Transform + pos: 63.5,-83.5 + parent: 2 + - uid: 35082 + components: + - type: Transform + pos: 64.5,-83.5 + parent: 2 + - uid: 35196 + components: + - type: Transform + pos: -80.5,52.5 + parent: 2 + - uid: 35415 + components: + - type: Transform + pos: -80.5,53.5 + parent: 2 + - uid: 35416 + components: + - type: Transform + pos: -80.5,54.5 + parent: 2 + - uid: 35417 + components: + - type: Transform + pos: -80.5,55.5 + parent: 2 + - uid: 35418 + components: + - type: Transform + pos: -80.5,56.5 + parent: 2 + - uid: 35419 + components: + - type: Transform + pos: -80.5,57.5 + parent: 2 + - uid: 35420 + components: + - type: Transform + pos: -80.5,58.5 + parent: 2 + - uid: 35421 + components: + - type: Transform + pos: -80.5,59.5 + parent: 2 + - uid: 35422 + components: + - type: Transform + pos: -80.5,60.5 + parent: 2 + - uid: 35423 + components: + - type: Transform + pos: -80.5,61.5 + parent: 2 + - uid: 35424 + components: + - type: Transform + pos: -80.5,62.5 + parent: 2 + - uid: 35425 + components: + - type: Transform + pos: -80.5,63.5 + parent: 2 + - uid: 35426 + components: + - type: Transform + pos: -80.5,64.5 + parent: 2 + - uid: 35427 + components: + - type: Transform + pos: -80.5,65.5 + parent: 2 + - uid: 35428 + components: + - type: Transform + pos: -80.5,66.5 + parent: 2 + - uid: 35429 + components: + - type: Transform + pos: -80.5,67.5 + parent: 2 + - uid: 35430 + components: + - type: Transform + pos: -80.5,68.5 + parent: 2 + - uid: 35431 + components: + - type: Transform + pos: -80.5,69.5 + parent: 2 + - uid: 35432 + components: + - type: Transform + pos: -80.5,70.5 + parent: 2 + - uid: 35433 + components: + - type: Transform + pos: -80.5,71.5 + parent: 2 + - uid: 35434 + components: + - type: Transform + pos: -80.5,72.5 + parent: 2 + - uid: 35435 + components: + - type: Transform + pos: -80.5,73.5 + parent: 2 + - uid: 35436 + components: + - type: Transform + pos: -80.5,74.5 + parent: 2 + - uid: 35437 + components: + - type: Transform + pos: -80.5,75.5 + parent: 2 + - uid: 35438 + components: + - type: Transform + pos: -80.5,76.5 + parent: 2 + - uid: 35439 + components: + - type: Transform + pos: -80.5,77.5 + parent: 2 + - uid: 35440 + components: + - type: Transform + pos: -80.5,78.5 + parent: 2 + - uid: 35441 + components: + - type: Transform + pos: -80.5,79.5 + parent: 2 + - uid: 35442 + components: + - type: Transform + pos: -80.5,80.5 + parent: 2 + - uid: 35443 + components: + - type: Transform + pos: -80.5,81.5 + parent: 2 + - uid: 35444 + components: + - type: Transform + pos: -80.5,82.5 + parent: 2 + - uid: 35445 + components: + - type: Transform + pos: -80.5,83.5 + parent: 2 + - uid: 35446 + components: + - type: Transform + pos: -80.5,84.5 + parent: 2 + - uid: 35447 + components: + - type: Transform + pos: -80.5,85.5 + parent: 2 + - uid: 35448 + components: + - type: Transform + pos: -80.5,86.5 + parent: 2 + - uid: 35449 + components: + - type: Transform + pos: -80.5,87.5 + parent: 2 + - uid: 35450 + components: + - type: Transform + pos: -80.5,88.5 + parent: 2 + - uid: 35451 + components: + - type: Transform + pos: -80.5,89.5 + parent: 2 + - uid: 35452 + components: + - type: Transform + pos: -80.5,90.5 + parent: 2 + - uid: 35453 + components: + - type: Transform + pos: -80.5,91.5 + parent: 2 + - uid: 35454 + components: + - type: Transform + pos: -80.5,92.5 + parent: 2 + - uid: 35455 + components: + - type: Transform + pos: -80.5,93.5 + parent: 2 + - uid: 35456 + components: + - type: Transform + pos: -80.5,94.5 + parent: 2 + - uid: 35457 + components: + - type: Transform + pos: -80.5,95.5 + parent: 2 + - uid: 35458 + components: + - type: Transform + pos: -80.5,97.5 + parent: 2 + - uid: 35459 + components: + - type: Transform + pos: -80.5,98.5 + parent: 2 + - uid: 35460 + components: + - type: Transform + pos: -80.5,99.5 + parent: 2 + - uid: 35461 + components: + - type: Transform + pos: -79.5,89.5 + parent: 2 + - uid: 35463 + components: + - type: Transform + pos: -79.5,79.5 + parent: 2 + - uid: 35464 + components: + - type: Transform + pos: -79.5,69.5 + parent: 2 + - uid: 35465 + components: + - type: Transform + pos: -79.5,59.5 + parent: 2 + - uid: 35607 + components: + - type: Transform + pos: -84.5,-20.5 + parent: 2 + - uid: 35608 + components: + - type: Transform + pos: -83.5,-20.5 + parent: 2 + - uid: 35609 + components: + - type: Transform + pos: -82.5,-20.5 + parent: 2 + - uid: 35610 + components: + - type: Transform + pos: -81.5,-20.5 + parent: 2 + - uid: 35611 + components: + - type: Transform + pos: -80.5,-20.5 + parent: 2 + - uid: 35612 + components: + - type: Transform + pos: -79.5,-20.5 + parent: 2 + - uid: 35613 + components: + - type: Transform + pos: -79.5,-21.5 + parent: 2 + - uid: 35614 + components: + - type: Transform + pos: -78.5,-21.5 + parent: 2 + - uid: 35615 + components: + - type: Transform + pos: -77.5,-21.5 + parent: 2 + - uid: 35616 + components: + - type: Transform + pos: -76.5,-21.5 + parent: 2 + - uid: 35617 + components: + - type: Transform + pos: -75.5,-21.5 + parent: 2 + - uid: 35618 + components: + - type: Transform + pos: -75.5,-22.5 + parent: 2 + - uid: 35619 + components: + - type: Transform + pos: -74.5,-22.5 + parent: 2 + - uid: 35620 + components: + - type: Transform + pos: -73.5,-22.5 + parent: 2 + - uid: 35621 + components: + - type: Transform + pos: -72.5,-22.5 + parent: 2 + - uid: 35622 + components: + - type: Transform + pos: -71.5,-22.5 + parent: 2 + - uid: 35623 + components: + - type: Transform + pos: -70.5,-22.5 + parent: 2 + - uid: 35624 + components: + - type: Transform + pos: -70.5,-23.5 + parent: 2 + - uid: 35625 + components: + - type: Transform + pos: -69.5,-23.5 + parent: 2 + - uid: 35626 + components: + - type: Transform + pos: -68.5,-23.5 + parent: 2 + - uid: 35627 + components: + - type: Transform + pos: -67.5,-23.5 + parent: 2 + - uid: 35628 + components: + - type: Transform + pos: -66.5,-23.5 + parent: 2 + - uid: 35629 + components: + - type: Transform + pos: -65.5,-23.5 + parent: 2 + - uid: 35630 + components: + - type: Transform + pos: -64.5,-23.5 + parent: 2 + - uid: 35687 + components: + - type: Transform + pos: -64.5,64.5 + parent: 2 + - uid: 35688 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 + - uid: 35689 + components: + - type: Transform + pos: -66.5,64.5 + parent: 2 + - uid: 35690 + components: + - type: Transform + pos: -67.5,64.5 + parent: 2 + - uid: 35691 + components: + - type: Transform + pos: -68.5,64.5 + parent: 2 + - uid: 35692 + components: + - type: Transform + pos: -69.5,64.5 + parent: 2 + - uid: 35693 + components: + - type: Transform + pos: -69.5,63.5 + parent: 2 + - uid: 35694 + components: + - type: Transform + pos: -69.5,62.5 + parent: 2 + - uid: 35695 + components: + - type: Transform + pos: -69.5,61.5 + parent: 2 + - uid: 35696 + components: + - type: Transform + pos: -70.5,61.5 + parent: 2 + - uid: 35697 + components: + - type: Transform + pos: -61.5,62.5 + parent: 2 + - uid: 35698 + components: + - type: Transform + pos: -60.5,62.5 + parent: 2 + - uid: 35699 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 + - uid: 35700 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 35701 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 + - uid: 35702 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 35703 + components: + - type: Transform + pos: -55.5,62.5 + parent: 2 + - uid: 35704 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 35705 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 35706 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 35707 + components: + - type: Transform + pos: -52.5,61.5 + parent: 2 + - uid: 35708 + components: + - type: Transform + pos: -61.5,63.5 + parent: 2 + - uid: 35778 + components: + - type: Transform + pos: -100.5,-21.5 + parent: 2 + - uid: 35779 + components: + - type: Transform + pos: -100.5,-22.5 + parent: 2 + - uid: 35780 + components: + - type: Transform + pos: -100.5,-23.5 + parent: 2 + - uid: 35781 + components: + - type: Transform + pos: -100.5,-24.5 + parent: 2 + - uid: 35782 + components: + - type: Transform + pos: -100.5,-25.5 + parent: 2 + - uid: 35783 + components: + - type: Transform + pos: -100.5,-26.5 + parent: 2 + - uid: 35784 + components: + - type: Transform + pos: -101.5,-26.5 + parent: 2 + - uid: 35785 + components: + - type: Transform + pos: -102.5,-26.5 + parent: 2 + - uid: 35786 + components: + - type: Transform + pos: -103.5,-26.5 + parent: 2 + - uid: 35787 + components: + - type: Transform + pos: -104.5,-26.5 + parent: 2 + - uid: 35788 + components: + - type: Transform + pos: -104.5,-25.5 + parent: 2 + - uid: 35789 + components: + - type: Transform + pos: -104.5,-24.5 + parent: 2 + - uid: 35790 + components: + - type: Transform + pos: -103.5,-24.5 + parent: 2 + - uid: 35791 + components: + - type: Transform + pos: -102.5,-24.5 + parent: 2 + - uid: 35792 + components: + - type: Transform + pos: -101.5,-24.5 + parent: 2 + - uid: 35813 + components: + - type: Transform + pos: 29.5,39.5 + parent: 2 + - uid: 36051 + components: + - type: Transform + pos: -52.5,-17.5 + parent: 2 + - uid: 36052 + components: + - type: Transform + pos: -52.5,-16.5 + parent: 2 + - uid: 36053 + components: + - type: Transform + pos: -48.5,9.5 + parent: 2 + - uid: 36291 + components: + - type: Transform + pos: -47.5,31.5 + parent: 2 + - uid: 36292 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 36293 + components: + - type: Transform + pos: -47.5,32.5 + parent: 2 + - uid: 36294 + components: + - type: Transform + pos: -46.5,32.5 + parent: 2 + - uid: 36295 + components: + - type: Transform + pos: -48.5,36.5 + parent: 2 + - uid: 36296 + components: + - type: Transform + pos: -47.5,36.5 + parent: 2 + - uid: 36297 + components: + - type: Transform + pos: -46.5,36.5 + parent: 2 + - uid: 36298 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 36299 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 36300 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 + - uid: 36301 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 36302 + components: + - type: Transform + pos: -56.5,26.5 + parent: 2 + - uid: 36303 + components: + - type: Transform + pos: -56.5,27.5 + parent: 2 + - uid: 36304 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - uid: 36305 + components: + - type: Transform + pos: -56.5,22.5 + parent: 2 + - uid: 36343 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 36344 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 36345 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 36346 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 + - uid: 36347 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 36348 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 36349 + components: + - type: Transform + pos: -21.5,24.5 + parent: 2 + - uid: 36352 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 36353 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - uid: 36354 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 36355 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 36356 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 36357 + components: + - type: Transform + pos: 36.5,56.5 + parent: 2 + - uid: 36358 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 36359 + components: + - type: Transform + pos: 36.5,54.5 + parent: 2 + - uid: 36360 + components: + - type: Transform + pos: 37.5,58.5 + parent: 2 + - uid: 36361 + components: + - type: Transform + pos: 41.5,58.5 + parent: 2 + - uid: 36362 + components: + - type: Transform + pos: 42.5,56.5 + parent: 2 + - uid: 36363 + components: + - type: Transform + pos: 42.5,55.5 + parent: 2 + - uid: 36364 + components: + - type: Transform + pos: 42.5,54.5 + parent: 2 + - uid: 36365 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 36366 + components: + - type: Transform + pos: 47.5,58.5 + parent: 2 + - uid: 36367 + components: + - type: Transform + pos: 48.5,56.5 + parent: 2 + - uid: 36368 + components: + - type: Transform + pos: 48.5,55.5 + parent: 2 + - uid: 36369 + components: + - type: Transform + pos: 48.5,54.5 + parent: 2 + - uid: 36370 + components: + - type: Transform + pos: 45.5,52.5 + parent: 2 + - uid: 36371 + components: + - type: Transform + pos: 44.5,52.5 + parent: 2 + - uid: 36372 + components: + - type: Transform + pos: 43.5,52.5 + parent: 2 + - uid: 36373 + components: + - type: Transform + pos: 48.5,52.5 + parent: 2 + - uid: 36374 + components: + - type: Transform + pos: 49.5,52.5 + parent: 2 + - uid: 36375 + components: + - type: Transform + pos: 50.5,52.5 + parent: 2 + - uid: 36376 + components: + - type: Transform + pos: 41.5,52.5 + parent: 2 + - uid: 36377 + components: + - type: Transform + pos: 40.5,52.5 + parent: 2 + - uid: 36378 + components: + - type: Transform + pos: 39.5,52.5 + parent: 2 + - uid: 36379 + components: + - type: Transform + pos: 35.5,52.5 + parent: 2 + - uid: 36380 + components: + - type: Transform + pos: 34.5,52.5 + parent: 2 + - uid: 36395 + components: + - type: Transform + pos: -18.5,30.5 + parent: 2 + - uid: 36396 + components: + - type: Transform + pos: -30.5,37.5 + parent: 2 + - uid: 36397 + components: + - type: Transform + pos: -31.5,37.5 + parent: 2 + - uid: 36398 + components: + - type: Transform + pos: -32.5,37.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 31174 + components: + - type: Transform + pos: -71.46277,0.7802896 + parent: 2 +- proto: CablecuffsBroken + entities: + - uid: 5375 + components: + - type: Transform + pos: 58.823177,56.228245 + parent: 2 + - uid: 5376 + components: + - type: Transform + pos: 59.354427,55.61887 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: -30.291754,-34.461353 + parent: 2 +- proto: CableHV + entities: + - uid: 2526 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + pos: -62.5,33.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: -51.5,17.5 + parent: 2 + - uid: 4053 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -47.5,17.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + pos: -25.5,23.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -27.5,23.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: -82.5,-45.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: -93.5,-33.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -47.5,56.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: -45.5,56.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: -44.5,56.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: -43.5,56.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: -84.5,-45.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: -85.5,-45.5 + parent: 2 + - uid: 4875 + components: + - type: Transform + pos: -86.5,-48.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: -83.5,-45.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: -94.5,-33.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: -60.5,44.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: -92.5,-33.5 + parent: 2 + - uid: 5260 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - uid: 5870 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: -24.5,27.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: -25.5,26.5 + parent: 2 + - uid: 7323 + components: + - type: Transform + pos: -95.5,-33.5 + parent: 2 + - uid: 7408 + components: + - type: Transform + pos: -89.5,51.5 + parent: 2 + - uid: 7409 + components: + - type: Transform + pos: -95.5,54.5 + parent: 2 + - uid: 7410 + components: + - type: Transform + pos: -87.5,51.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + pos: -96.5,-33.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: -97.5,-33.5 + parent: 2 + - uid: 7715 + components: + - type: Transform + pos: -95.5,-35.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + pos: -83.5,-20.5 + parent: 2 + - uid: 8467 + components: + - type: Transform + pos: -31.5,52.5 + parent: 2 + - uid: 8690 + components: + - type: Transform + pos: -92.5,-35.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 8854 + components: + - type: Transform + pos: -99.5,51.5 + parent: 2 + - uid: 8932 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - uid: 8940 + components: + - type: Transform + pos: -61.5,26.5 + parent: 2 + - uid: 8947 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 8948 + components: + - type: Transform + pos: -61.5,28.5 + parent: 2 + - uid: 8956 + components: + - type: Transform + pos: -61.5,30.5 + parent: 2 + - uid: 8970 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 8980 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 + - uid: 8982 + components: + - type: Transform + pos: -61.5,33.5 + parent: 2 + - uid: 9057 + components: + - type: Transform + pos: -97.5,-34.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: -25.5,49.5 + parent: 2 + - uid: 9515 + components: + - type: Transform + pos: -5.5,64.5 + parent: 2 + - uid: 9516 + components: + - type: Transform + pos: -3.5,64.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + pos: -7.5,64.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: -12.5,64.5 + parent: 2 + - uid: 9562 + components: + - type: Transform + pos: -26.5,64.5 + parent: 2 + - uid: 9564 + components: + - type: Transform + pos: -26.5,63.5 + parent: 2 + - uid: 9565 + components: + - type: Transform + pos: -26.5,62.5 + parent: 2 + - uid: 9566 + components: + - type: Transform + pos: -26.5,61.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: -26.5,60.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: -26.5,59.5 + parent: 2 + - uid: 9575 + components: + - type: Transform + pos: -26.5,58.5 + parent: 2 + - uid: 9576 + components: + - type: Transform + pos: -26.5,57.5 + parent: 2 + - uid: 9577 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: -94.5,-35.5 + parent: 2 + - uid: 9709 + components: + - type: Transform + pos: -75.5,51.5 + parent: 2 + - uid: 9710 + components: + - type: Transform + pos: -97.5,-35.5 + parent: 2 + - uid: 9711 + components: + - type: Transform + pos: -85.5,-53.5 + parent: 2 + - uid: 9712 + components: + - type: Transform + pos: -87.5,-59.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + pos: -90.5,-49.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + pos: -95.5,-48.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + pos: -97.5,-50.5 + parent: 2 + - uid: 9716 + components: + - type: Transform + pos: -83.5,-48.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: -86.5,-54.5 + parent: 2 + - uid: 9718 + components: + - type: Transform + pos: -84.5,-48.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + pos: -84.5,-58.5 + parent: 2 + - uid: 9720 + components: + - type: Transform + pos: -81.5,-58.5 + parent: 2 + - uid: 9723 + components: + - type: Transform + pos: -84.5,-50.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + pos: -85.5,-48.5 + parent: 2 + - uid: 9725 + components: + - type: Transform + pos: -84.5,-55.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + pos: -85.5,-50.5 + parent: 2 + - uid: 9727 + components: + - type: Transform + pos: -84.5,-53.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + pos: -86.5,-50.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + pos: -83.5,-53.5 + parent: 2 + - uid: 9730 + components: + - type: Transform + pos: -97.5,-53.5 + parent: 2 + - uid: 9731 + components: + - type: Transform + pos: -92.5,-53.5 + parent: 2 + - uid: 9732 + components: + - type: Transform + pos: -82.5,-53.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + pos: -70.5,51.5 + parent: 2 + - uid: 9738 + components: + - type: Transform + pos: -76.5,51.5 + parent: 2 + - uid: 9739 + components: + - type: Transform + pos: -86.5,51.5 + parent: 2 + - uid: 9740 + components: + - type: Transform + pos: -85.5,51.5 + parent: 2 + - uid: 9741 + components: + - type: Transform + pos: -69.5,51.5 + parent: 2 + - uid: 9743 + components: + - type: Transform + pos: -83.5,51.5 + parent: 2 + - uid: 9748 + components: + - type: Transform + pos: 58.5,-79.5 + parent: 2 + - uid: 9749 + components: + - type: Transform + pos: 64.5,-45.5 + parent: 2 + - uid: 9750 + components: + - type: Transform + pos: 59.5,-49.5 + parent: 2 + - uid: 9751 + components: + - type: Transform + pos: 61.5,-49.5 + parent: 2 + - uid: 9752 + components: + - type: Transform + pos: 65.5,-50.5 + parent: 2 + - uid: 9754 + components: + - type: Transform + pos: -62.5,40.5 + parent: 2 + - uid: 9755 + components: + - type: Transform + pos: -63.5,40.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + pos: -65.5,40.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + pos: -66.5,40.5 + parent: 2 + - uid: 9758 + components: + - type: Transform + pos: -66.5,41.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + pos: -66.5,43.5 + parent: 2 + - uid: 9760 + components: + - type: Transform + pos: -66.5,44.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + pos: -66.5,45.5 + parent: 2 + - uid: 9762 + components: + - type: Transform + pos: -66.5,46.5 + parent: 2 + - uid: 9763 + components: + - type: Transform + pos: -66.5,50.5 + parent: 2 + - uid: 9764 + components: + - type: Transform + pos: -66.5,51.5 + parent: 2 + - uid: 9765 + components: + - type: Transform + pos: -67.5,51.5 + parent: 2 + - uid: 9766 + components: + - type: Transform + pos: 62.5,-61.5 + parent: 2 + - uid: 9767 + components: + - type: Transform + pos: 60.5,-61.5 + parent: 2 + - uid: 9768 + components: + - type: Transform + pos: 50.5,-61.5 + parent: 2 + - uid: 9769 + components: + - type: Transform + pos: -84.5,51.5 + parent: 2 + - uid: 9770 + components: + - type: Transform + pos: -73.5,51.5 + parent: 2 + - uid: 9771 + components: + - type: Transform + pos: 48.5,-61.5 + parent: 2 + - uid: 9772 + components: + - type: Transform + pos: 67.5,-85.5 + parent: 2 + - uid: 9773 + components: + - type: Transform + pos: 63.5,-86.5 + parent: 2 + - uid: 9774 + components: + - type: Transform + pos: -72.5,51.5 + parent: 2 + - uid: 9775 + components: + - type: Transform + pos: -71.5,51.5 + parent: 2 + - uid: 9776 + components: + - type: Transform + pos: 57.5,-80.5 + parent: 2 + - uid: 9777 + components: + - type: Transform + pos: 57.5,-76.5 + parent: 2 + - uid: 9778 + components: + - type: Transform + pos: 50.5,-51.5 + parent: 2 + - uid: 9779 + components: + - type: Transform + pos: 50.5,-49.5 + parent: 2 + - uid: 9780 + components: + - type: Transform + pos: 51.5,-49.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + pos: 52.5,-49.5 + parent: 2 + - uid: 9782 + components: + - type: Transform + pos: 55.5,-45.5 + parent: 2 + - uid: 9783 + components: + - type: Transform + pos: 57.5,-45.5 + parent: 2 + - uid: 9802 + components: + - type: Transform + pos: -92.5,-58.5 + parent: 2 + - uid: 9803 + components: + - type: Transform + pos: -95.5,-58.5 + parent: 2 + - uid: 9804 + components: + - type: Transform + pos: -98.5,-34.5 + parent: 2 + - uid: 9805 + components: + - type: Transform + pos: -96.5,-35.5 + parent: 2 + - uid: 9806 + components: + - type: Transform + pos: -89.5,-62.5 + parent: 2 + - uid: 9809 + components: + - type: Transform + pos: -87.5,-64.5 + parent: 2 + - uid: 9810 + components: + - type: Transform + pos: -86.5,-63.5 + parent: 2 + - uid: 9812 + components: + - type: Transform + pos: -89.5,-64.5 + parent: 2 + - uid: 9813 + components: + - type: Transform + pos: -82.5,-34.5 + parent: 2 + - uid: 9814 + components: + - type: Transform + pos: -77.5,-34.5 + parent: 2 + - uid: 9816 + components: + - type: Transform + pos: -83.5,-34.5 + parent: 2 + - uid: 9817 + components: + - type: Transform + pos: -76.5,-34.5 + parent: 2 + - uid: 9818 + components: + - type: Transform + pos: -70.5,-34.5 + parent: 2 + - uid: 9819 + components: + - type: Transform + pos: -74.5,-34.5 + parent: 2 + - uid: 9820 + components: + - type: Transform + pos: -80.5,-34.5 + parent: 2 + - uid: 9822 + components: + - type: Transform + pos: -71.5,-34.5 + parent: 2 + - uid: 9827 + components: + - type: Transform + pos: -89.5,-48.5 + parent: 2 + - uid: 9828 + components: + - type: Transform + pos: -89.5,-49.5 + parent: 2 + - uid: 9830 + components: + - type: Transform + pos: -89.5,-50.5 + parent: 2 + - uid: 9831 + components: + - type: Transform + pos: -89.5,-61.5 + parent: 2 + - uid: 9834 + components: + - type: Transform + pos: -78.5,51.5 + parent: 2 + - uid: 9836 + components: + - type: Transform + pos: -85.5,-63.5 + parent: 2 + - uid: 9838 + components: + - type: Transform + pos: -81.5,-34.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + pos: -84.5,-34.5 + parent: 2 + - uid: 9840 + components: + - type: Transform + pos: -73.5,-34.5 + parent: 2 + - uid: 9848 + components: + - type: Transform + pos: -72.5,-34.5 + parent: 2 + - uid: 9849 + components: + - type: Transform + pos: -85.5,-34.5 + parent: 2 + - uid: 9881 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 9898 + components: + - type: Transform + pos: -57.5,39.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + pos: -61.5,34.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + pos: -57.5,40.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: -58.5,40.5 + parent: 2 + - uid: 9905 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 9911 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 + - uid: 9912 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 9914 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 9941 + components: + - type: Transform + pos: -89.5,-63.5 + parent: 2 + - uid: 9947 + components: + - type: Transform + pos: -88.5,-64.5 + parent: 2 + - uid: 9950 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - uid: 9951 + components: + - type: Transform + pos: -54.5,36.5 + parent: 2 + - uid: 9954 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 + - uid: 9958 + components: + - type: Transform + pos: -57.5,41.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + pos: -60.5,41.5 + parent: 2 + - uid: 9960 + components: + - type: Transform + pos: -61.5,41.5 + parent: 2 + - uid: 9961 + components: + - type: Transform + pos: -61.5,40.5 + parent: 2 + - uid: 9967 + components: + - type: Transform + pos: -59.5,41.5 + parent: 2 + - uid: 9968 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 9969 + components: + - type: Transform + pos: -54.5,39.5 + parent: 2 + - uid: 9970 + components: + - type: Transform + pos: -55.5,39.5 + parent: 2 + - uid: 9971 + components: + - type: Transform + pos: -56.5,39.5 + parent: 2 + - uid: 9972 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - uid: 9973 + components: + - type: Transform + pos: -58.5,39.5 + parent: 2 + - uid: 9977 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 + - uid: 9978 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 9979 + components: + - type: Transform + pos: -65.5,34.5 + parent: 2 + - uid: 9980 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + pos: -67.5,34.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + pos: -68.5,34.5 + parent: 2 + - uid: 9983 + components: + - type: Transform + pos: -68.5,33.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + pos: -68.5,32.5 + parent: 2 + - uid: 9985 + components: + - type: Transform + pos: -68.5,31.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + pos: -68.5,30.5 + parent: 2 + - uid: 9987 + components: + - type: Transform + pos: -68.5,29.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + pos: -68.5,28.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + pos: -68.5,27.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + pos: -68.5,26.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + pos: -68.5,25.5 + parent: 2 + - uid: 9992 + components: + - type: Transform + pos: -68.5,24.5 + parent: 2 + - uid: 9993 + components: + - type: Transform + pos: -68.5,23.5 + parent: 2 + - uid: 9994 + components: + - type: Transform + pos: -68.5,22.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + pos: -68.5,21.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + pos: -68.5,20.5 + parent: 2 + - uid: 9997 + components: + - type: Transform + pos: -68.5,19.5 + parent: 2 + - uid: 9998 + components: + - type: Transform + pos: -67.5,19.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: -66.5,19.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + pos: -65.5,19.5 + parent: 2 + - uid: 10001 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + pos: -65.5,17.5 + parent: 2 + - uid: 10003 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 10004 + components: + - type: Transform + pos: -65.5,15.5 + parent: 2 + - uid: 10005 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 10006 + components: + - type: Transform + pos: -65.5,13.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 10008 + components: + - type: Transform + pos: -65.5,11.5 + parent: 2 + - uid: 10009 + components: + - type: Transform + pos: -64.5,11.5 + parent: 2 + - uid: 10010 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + pos: -64.5,9.5 + parent: 2 + - uid: 10012 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: -67.5,35.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: -67.5,36.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: -66.5,36.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + pos: -65.5,36.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: -23.5,64.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + pos: -86.5,-64.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: -35.5,55.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: -34.5,55.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: -33.5,55.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: -32.5,55.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: -31.5,55.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: -30.5,55.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: -29.5,55.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: -28.5,55.5 + parent: 2 + - uid: 10417 + components: + - type: Transform + pos: -62.5,-33.5 + parent: 2 + - uid: 10418 + components: + - type: Transform + pos: -63.5,-33.5 + parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -64.5,-33.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: -65.5,-33.5 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -63.5,-35.5 + parent: 2 + - uid: 10422 + components: + - type: Transform + pos: -64.5,-35.5 + parent: 2 + - uid: 10423 + components: + - type: Transform + pos: -65.5,-35.5 + parent: 2 + - uid: 10424 + components: + - type: Transform + pos: -65.5,-34.5 + parent: 2 + - uid: 10425 + components: + - type: Transform + pos: -66.5,-34.5 + parent: 2 + - uid: 10426 + components: + - type: Transform + pos: -67.5,-34.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: -77.5,51.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: -84.5,-38.5 + parent: 2 + - uid: 10432 + components: + - type: Transform + pos: -83.5,-38.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: -82.5,-38.5 + parent: 2 + - uid: 10434 + components: + - type: Transform + pos: -81.5,-38.5 + parent: 2 + - uid: 10435 + components: + - type: Transform + pos: -79.5,-34.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: -78.5,-34.5 + parent: 2 + - uid: 10464 + components: + - type: Transform + pos: -80.5,56.5 + parent: 2 + - uid: 10465 + components: + - type: Transform + pos: -68.5,51.5 + parent: 2 + - uid: 10468 + components: + - type: Transform + pos: -80.5,57.5 + parent: 2 + - uid: 10470 + components: + - type: Transform + pos: -80.5,55.5 + parent: 2 + - uid: 10474 + components: + - type: Transform + pos: -81.5,51.5 + parent: 2 + - uid: 10476 + components: + - type: Transform + pos: -80.5,58.5 + parent: 2 + - uid: 10479 + components: + - type: Transform + pos: -80.5,71.5 + parent: 2 + - uid: 10504 + components: + - type: Transform + pos: -80.5,63.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + pos: 56.5,-42.5 + parent: 2 + - uid: 10518 + components: + - type: Transform + pos: 56.5,-43.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: 56.5,-44.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: 56.5,-46.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: 56.5,-49.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: 56.5,-53.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: 56.5,-71.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + pos: 65.5,-45.5 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: 60.5,-49.5 + parent: 2 + - uid: 10526 + components: + - type: Transform + pos: 63.5,-49.5 + parent: 2 + - uid: 10527 + components: + - type: Transform + pos: 64.5,-51.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: 61.5,-61.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + pos: 51.5,-61.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + pos: 49.5,-61.5 + parent: 2 + - uid: 10531 + components: + - type: Transform + pos: 50.5,-64.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + pos: 67.5,-84.5 + parent: 2 + - uid: 10533 + components: + - type: Transform + pos: 56.5,-80.5 + parent: 2 + - uid: 10534 + components: + - type: Transform + pos: 56.5,-75.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: 51.5,-51.5 + parent: 2 + - uid: 10536 + components: + - type: Transform + pos: 53.5,-49.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: 58.5,-45.5 + parent: 2 + - uid: 10538 + components: + - type: Transform + pos: 59.5,-45.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: 53.5,-50.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: 54.5,-50.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: 61.5,-56.5 + parent: 2 + - uid: 10542 + components: + - type: Transform + pos: 59.5,-59.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: 58.5,-60.5 + parent: 2 + - uid: 10544 + components: + - type: Transform + pos: 60.5,-59.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: 59.5,-60.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: 51.5,-69.5 + parent: 2 + - uid: 10547 + components: + - type: Transform + pos: 52.5,-69.5 + parent: 2 + - uid: 10548 + components: + - type: Transform + pos: 53.5,-69.5 + parent: 2 + - uid: 10549 + components: + - type: Transform + pos: 49.5,-69.5 + parent: 2 + - uid: 10550 + components: + - type: Transform + pos: 57.5,-60.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: 63.5,-61.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: 48.5,-71.5 + parent: 2 + - uid: 10553 + components: + - type: Transform + pos: 48.5,-70.5 + parent: 2 + - uid: 10554 + components: + - type: Transform + pos: 47.5,-70.5 + parent: 2 + - uid: 10555 + components: + - type: Transform + pos: 59.5,-55.5 + parent: 2 + - uid: 10556 + components: + - type: Transform + pos: 59.5,-54.5 + parent: 2 + - uid: 10557 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 + - uid: 10558 + components: + - type: Transform + pos: 63.5,-54.5 + parent: 2 + - uid: 10559 + components: + - type: Transform + pos: 63.5,-51.5 + parent: 2 + - uid: 10560 + components: + - type: Transform + pos: 61.5,-51.5 + parent: 2 + - uid: 10561 + components: + - type: Transform + pos: -66.5,49.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + pos: -66.5,48.5 + parent: 2 + - uid: 10563 + components: + - type: Transform + pos: -66.5,47.5 + parent: 2 + - uid: 10564 + components: + - type: Transform + pos: -66.5,42.5 + parent: 2 + - uid: 10565 + components: + - type: Transform + pos: -64.5,40.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + pos: 60.5,-51.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + pos: 52.5,-64.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: 64.5,-54.5 + parent: 2 + - uid: 10573 + components: + - type: Transform + pos: 64.5,-55.5 + parent: 2 + - uid: 10574 + components: + - type: Transform + pos: 59.5,-51.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + pos: 58.5,-50.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + pos: 57.5,-50.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + pos: 53.5,-64.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: 60.5,-69.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: 61.5,-64.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: 60.5,-64.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: 59.5,-69.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: 59.5,-70.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: 58.5,-70.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + pos: 57.5,-70.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + pos: 64.5,-69.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + pos: 65.5,-70.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + pos: 64.5,-86.5 + parent: 2 + - uid: 10598 + components: + - type: Transform + pos: 51.5,-59.5 + parent: 2 + - uid: 10599 + components: + - type: Transform + pos: 54.5,-55.5 + parent: 2 + - uid: 10600 + components: + - type: Transform + pos: 53.5,-55.5 + parent: 2 + - uid: 10601 + components: + - type: Transform + pos: 53.5,-56.5 + parent: 2 + - uid: 10602 + components: + - type: Transform + pos: 52.5,-56.5 + parent: 2 + - uid: 10603 + components: + - type: Transform + pos: 51.5,-56.5 + parent: 2 + - uid: 10604 + components: + - type: Transform + pos: 49.5,-51.5 + parent: 2 + - uid: 10605 + components: + - type: Transform + pos: 65.5,-55.5 + parent: 2 + - uid: 10606 + components: + - type: Transform + pos: 64.5,-56.5 + parent: 2 + - uid: 10607 + components: + - type: Transform + pos: 63.5,-56.5 + parent: 2 + - uid: 10608 + components: + - type: Transform + pos: 62.5,-56.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + pos: 64.5,-50.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: 55.5,-60.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: 54.5,-60.5 + parent: 2 + - uid: 10614 + components: + - type: Transform + pos: 53.5,-60.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: 53.5,-59.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: -64.5,-34.5 + parent: 2 + - uid: 10629 + components: + - type: Transform + pos: -62.5,-35.5 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: -61.5,-33.5 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: -61.5,-35.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + pos: -61.5,-34.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + pos: -60.5,-34.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: -59.5,-34.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: -58.5,-34.5 + parent: 2 + - uid: 10636 + components: + - type: Transform + pos: -58.5,-35.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + pos: -57.5,-35.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + pos: -56.5,-35.5 + parent: 2 + - uid: 10639 + components: + - type: Transform + pos: -58.5,-33.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: -57.5,-33.5 + parent: 2 + - uid: 10641 + components: + - type: Transform + pos: -56.5,-33.5 + parent: 2 + - uid: 10642 + components: + - type: Transform + pos: -55.5,-33.5 + parent: 2 + - uid: 10643 + components: + - type: Transform + pos: -55.5,-34.5 + parent: 2 + - uid: 10644 + components: + - type: Transform + pos: -55.5,-35.5 + parent: 2 + - uid: 10650 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 10658 + components: + - type: Transform + pos: -61.5,-30.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + pos: -61.5,-29.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + pos: -61.5,-28.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + pos: -61.5,-27.5 + parent: 2 + - uid: 10662 + components: + - type: Transform + pos: -61.5,-26.5 + parent: 2 + - uid: 10663 + components: + - type: Transform + pos: -61.5,-25.5 + parent: 2 + - uid: 10664 + components: + - type: Transform + pos: -61.5,-24.5 + parent: 2 + - uid: 10665 + components: + - type: Transform + pos: -61.5,-23.5 + parent: 2 + - uid: 10666 + components: + - type: Transform + pos: -61.5,-22.5 + parent: 2 + - uid: 10667 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 2 + - uid: 10668 + components: + - type: Transform + pos: -61.5,-20.5 + parent: 2 + - uid: 10669 + components: + - type: Transform + pos: -61.5,-19.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 10671 + components: + - type: Transform + pos: -61.5,-17.5 + parent: 2 + - uid: 10672 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 10673 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - uid: 10674 + components: + - type: Transform + pos: -61.5,-14.5 + parent: 2 + - uid: 10675 + components: + - type: Transform + pos: -61.5,-13.5 + parent: 2 + - uid: 10676 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 10677 + components: + - type: Transform + pos: -61.5,-11.5 + parent: 2 + - uid: 10678 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 10679 + components: + - type: Transform + pos: -63.5,-11.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + pos: -64.5,-11.5 + parent: 2 + - uid: 10681 + components: + - type: Transform + pos: -64.5,-10.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + pos: -64.5,-7.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + pos: -64.5,-6.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + pos: -64.5,-5.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + pos: -64.5,-4.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + pos: -64.5,-3.5 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: -64.5,-2.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: -64.5,-1.5 + parent: 2 + - uid: 10691 + components: + - type: Transform + pos: -64.5,-0.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + pos: -64.5,0.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + pos: -64.5,1.5 + parent: 2 + - uid: 10694 + components: + - type: Transform + pos: -64.5,2.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: -64.5,3.5 + parent: 2 + - uid: 10696 + components: + - type: Transform + pos: -64.5,4.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + pos: -64.5,5.5 + parent: 2 + - uid: 10698 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - uid: 10699 + components: + - type: Transform + pos: -64.5,7.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + pos: -53.5,-35.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + pos: -49.5,-35.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + pos: -48.5,-35.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: -47.5,-35.5 + parent: 2 + - uid: 10708 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 10711 + components: + - type: Transform + pos: -43.5,-35.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: -42.5,-35.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 10714 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - uid: 10715 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 10716 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 10718 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 10719 + components: + - type: Transform + pos: -35.5,-35.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + pos: -62.5,8.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + pos: -61.5,8.5 + parent: 2 + - uid: 10723 + components: + - type: Transform + pos: -60.5,8.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + pos: -59.5,8.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + pos: -58.5,8.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + pos: -57.5,8.5 + parent: 2 + - uid: 10727 + components: + - type: Transform + pos: -56.5,8.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: -54.5,8.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + pos: -53.5,8.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + pos: -52.5,8.5 + parent: 2 + - uid: 10732 + components: + - type: Transform + pos: -51.5,8.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: -50.5,8.5 + parent: 2 + - uid: 10734 + components: + - type: Transform + pos: -49.5,8.5 + parent: 2 + - uid: 10735 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 + - uid: 10736 + components: + - type: Transform + pos: -47.5,8.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 + - uid: 10738 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 + - uid: 10739 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - uid: 10740 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - uid: 10741 + components: + - type: Transform + pos: -45.5,5.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + pos: -46.5,-1.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + pos: -46.5,-2.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + pos: -46.5,-4.5 + parent: 2 + - uid: 10753 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 + - uid: 10754 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: -46.5,-7.5 + parent: 2 + - uid: 10756 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - uid: 10757 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 + - uid: 10758 + components: + - type: Transform + pos: -45.5,-9.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - uid: 10760 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 10761 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 10763 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: -41.5,-14.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - uid: 10770 + components: + - type: Transform + pos: -39.5,-15.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: -37.5,-15.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: -35.5,-15.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 10781 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 10794 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - uid: 10798 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 10800 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 10801 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - uid: 10802 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 10803 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 10805 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 10806 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 10811 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 10812 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 10813 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 10816 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 10819 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 10820 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 10822 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 10831 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 10832 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 10839 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 10842 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 10843 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 + - uid: 10845 + components: + - type: Transform + pos: 35.5,-15.5 + parent: 2 + - uid: 10846 + components: + - type: Transform + pos: 36.5,-15.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: 38.5,-15.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: 38.5,-16.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + pos: 40.5,-17.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: 41.5,-17.5 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: 44.5,-17.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: 43.5,-26.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: 46.5,-16.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 10864 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: 50.5,-12.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 10869 + components: + - type: Transform + pos: 50.5,-10.5 + parent: 2 + - uid: 10870 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: 50.5,-8.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: 50.5,-7.5 + parent: 2 + - uid: 10873 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + pos: 50.5,-5.5 + parent: 2 + - uid: 10875 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: 50.5,0.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - uid: 10886 + components: + - type: Transform + pos: 49.5,5.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + pos: 49.5,9.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: 49.5,11.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: 49.5,12.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 10895 + components: + - type: Transform + pos: 49.5,14.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: 49.5,16.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: 49.5,17.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - uid: 10900 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 10901 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - uid: 10902 + components: + - type: Transform + pos: 47.5,19.5 + parent: 2 + - uid: 10903 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - uid: 10905 + components: + - type: Transform + pos: 44.5,19.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: 42.5,19.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: 41.5,19.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: 39.5,19.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + pos: 35.5,19.5 + parent: 2 + - uid: 10915 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 10918 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: 29.5,19.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + pos: 28.5,19.5 + parent: 2 + - uid: 10922 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + pos: 25.5,19.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: 24.5,19.5 + parent: 2 + - uid: 10926 + components: + - type: Transform + pos: 23.5,19.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + pos: 22.5,19.5 + parent: 2 + - uid: 10928 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + pos: 20.5,19.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + pos: 19.5,19.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + pos: 17.5,19.5 + parent: 2 + - uid: 10933 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 10937 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: 9.5,19.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + pos: 6.5,19.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: 2.5,19.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + pos: 1.5,19.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + pos: -2.5,19.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: -5.5,19.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: -6.5,20.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: -7.5,20.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: -9.5,20.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: -10.5,20.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: -11.5,20.5 + parent: 2 + - uid: 10963 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - uid: 10964 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 10966 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: -17.5,20.5 + parent: 2 + - uid: 10969 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 10971 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 10972 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 10973 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 10976 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 10981 + components: + - type: Transform + pos: -30.5,20.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + pos: -31.5,20.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: -32.5,20.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: -33.5,19.5 + parent: 2 + - uid: 10986 + components: + - type: Transform + pos: -34.5,19.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: -35.5,19.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: -36.5,19.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + pos: -36.5,18.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: -37.5,18.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: -37.5,17.5 + parent: 2 + - uid: 10992 + components: + - type: Transform + pos: -38.5,17.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: -39.5,17.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: -39.5,16.5 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: -41.5,16.5 + parent: 2 + - uid: 10996 + components: + - type: Transform + pos: -40.5,16.5 + parent: 2 + - uid: 10997 + components: + - type: Transform + pos: -42.5,16.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: -43.5,16.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: -44.5,16.5 + parent: 2 + - uid: 11000 + components: + - type: Transform + pos: -44.5,15.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 + - uid: 11002 + components: + - type: Transform + pos: -44.5,13.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: -44.5,12.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: -44.5,11.5 + parent: 2 + - uid: 11005 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: -44.5,9.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + pos: 52.5,-59.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + pos: 63.5,-44.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + pos: 64.5,-44.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: 53.5,-44.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + pos: 54.5,-45.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + pos: 56.5,-45.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + pos: 56.5,-46.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + pos: 55.5,-50.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + pos: 52.5,-44.5 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: 53.5,-45.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + pos: 59.5,-44.5 + parent: 2 + - uid: 11617 + components: + - type: Transform + pos: 60.5,-44.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 11702 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + pos: -32.5,-27.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + pos: -31.5,-27.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 11709 + components: + - type: Transform + pos: -27.5,-27.5 + parent: 2 + - uid: 11710 + components: + - type: Transform + pos: -26.5,-27.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 11966 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 11972 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 11977 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 11979 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 11980 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 11982 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 11983 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 11984 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 11985 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 + - uid: 11990 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 12014 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 12016 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 12017 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 12034 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - uid: 12039 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 12047 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 12788 + components: + - type: Transform + pos: 53.5,9.5 + parent: 2 + - uid: 12789 + components: + - type: Transform + pos: 53.5,8.5 + parent: 2 + - uid: 12790 + components: + - type: Transform + pos: 53.5,7.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: 53.5,6.5 + parent: 2 + - uid: 12792 + components: + - type: Transform + pos: 53.5,5.5 + parent: 2 + - uid: 12793 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 12794 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - uid: 12795 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 + - uid: 12796 + components: + - type: Transform + pos: 54.5,2.5 + parent: 2 + - uid: 12797 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 12798 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 + - uid: 12799 + components: + - type: Transform + pos: 54.5,-0.5 + parent: 2 + - uid: 12800 + components: + - type: Transform + pos: 54.5,-1.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + pos: 53.5,-1.5 + parent: 2 + - uid: 12802 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 2 + - uid: 12803 + components: + - type: Transform + pos: 51.5,-1.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: 79.5,-0.5 + parent: 2 + - uid: 12805 + components: + - type: Transform + pos: 79.5,-1.5 + parent: 2 + - uid: 12806 + components: + - type: Transform + pos: 79.5,-2.5 + parent: 2 + - uid: 12807 + components: + - type: Transform + pos: 79.5,-3.5 + parent: 2 + - uid: 12808 + components: + - type: Transform + pos: 78.5,-3.5 + parent: 2 + - uid: 12809 + components: + - type: Transform + pos: 77.5,-3.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: 76.5,-3.5 + parent: 2 + - uid: 12811 + components: + - type: Transform + pos: 75.5,-3.5 + parent: 2 + - uid: 12812 + components: + - type: Transform + pos: 74.5,-3.5 + parent: 2 + - uid: 12813 + components: + - type: Transform + pos: 73.5,-3.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + pos: 71.5,-3.5 + parent: 2 + - uid: 12816 + components: + - type: Transform + pos: 70.5,-3.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + pos: 68.5,-3.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + pos: 66.5,-3.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + pos: 65.5,-3.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + pos: 64.5,-3.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + pos: 63.5,-3.5 + parent: 2 + - uid: 12824 + components: + - type: Transform + pos: 62.5,-3.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 12826 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 12828 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 2 + - uid: 12829 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 12830 + components: + - type: Transform + pos: 56.5,-3.5 + parent: 2 + - uid: 12831 + components: + - type: Transform + pos: 55.5,-3.5 + parent: 2 + - uid: 12832 + components: + - type: Transform + pos: 54.5,-3.5 + parent: 2 + - uid: 12833 + components: + - type: Transform + pos: 54.5,-2.5 + parent: 2 + - uid: 12834 + components: + - type: Transform + pos: 79.5,-4.5 + parent: 2 + - uid: 12835 + components: + - type: Transform + pos: 79.5,-5.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: 79.5,-6.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + pos: 78.5,-6.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: 78.5,-7.5 + parent: 2 + - uid: 12839 + components: + - type: Transform + pos: 78.5,-8.5 + parent: 2 + - uid: 12840 + components: + - type: Transform + pos: 77.5,-8.5 + parent: 2 + - uid: 12841 + components: + - type: Transform + pos: 77.5,-9.5 + parent: 2 + - uid: 12842 + components: + - type: Transform + pos: 77.5,-10.5 + parent: 2 + - uid: 12843 + components: + - type: Transform + pos: 76.5,-10.5 + parent: 2 + - uid: 12844 + components: + - type: Transform + pos: 76.5,-11.5 + parent: 2 + - uid: 12845 + components: + - type: Transform + pos: 76.5,-12.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + pos: 76.5,-13.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + pos: 76.5,-14.5 + parent: 2 + - uid: 12848 + components: + - type: Transform + pos: 76.5,-15.5 + parent: 2 + - uid: 12849 + components: + - type: Transform + pos: 76.5,-16.5 + parent: 2 + - uid: 12850 + components: + - type: Transform + pos: 76.5,-17.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + pos: 76.5,-18.5 + parent: 2 + - uid: 12852 + components: + - type: Transform + pos: 76.5,-19.5 + parent: 2 + - uid: 12853 + components: + - type: Transform + pos: 76.5,-20.5 + parent: 2 + - uid: 12854 + components: + - type: Transform + pos: 75.5,-20.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + pos: 74.5,-20.5 + parent: 2 + - uid: 12856 + components: + - type: Transform + pos: 73.5,-20.5 + parent: 2 + - uid: 12857 + components: + - type: Transform + pos: 72.5,-20.5 + parent: 2 + - uid: 12858 + components: + - type: Transform + pos: 71.5,-20.5 + parent: 2 + - uid: 12859 + components: + - type: Transform + pos: 71.5,-21.5 + parent: 2 + - uid: 12860 + components: + - type: Transform + pos: 70.5,-21.5 + parent: 2 + - uid: 12861 + components: + - type: Transform + pos: 70.5,-22.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: 70.5,-23.5 + parent: 2 + - uid: 12863 + components: + - type: Transform + pos: 70.5,-24.5 + parent: 2 + - uid: 12864 + components: + - type: Transform + pos: 69.5,-24.5 + parent: 2 + - uid: 12865 + components: + - type: Transform + pos: 69.5,-25.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: 69.5,-26.5 + parent: 2 + - uid: 12867 + components: + - type: Transform + pos: 68.5,-26.5 + parent: 2 + - uid: 12868 + components: + - type: Transform + pos: 68.5,-27.5 + parent: 2 + - uid: 12869 + components: + - type: Transform + pos: 67.5,-27.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + pos: 66.5,-27.5 + parent: 2 + - uid: 12871 + components: + - type: Transform + pos: 66.5,-28.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + pos: 65.5,-28.5 + parent: 2 + - uid: 12873 + components: + - type: Transform + pos: 64.5,-28.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + pos: 63.5,-28.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + pos: 63.5,-29.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + pos: 62.5,-29.5 + parent: 2 + - uid: 12877 + components: + - type: Transform + pos: 62.5,-30.5 + parent: 2 + - uid: 12878 + components: + - type: Transform + pos: 61.5,-30.5 + parent: 2 + - uid: 12879 + components: + - type: Transform + pos: 60.5,-30.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + pos: 59.5,-30.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: 58.5,-30.5 + parent: 2 + - uid: 12882 + components: + - type: Transform + pos: 57.5,-30.5 + parent: 2 + - uid: 12883 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 + - uid: 12884 + components: + - type: Transform + pos: 55.5,-30.5 + parent: 2 + - uid: 12885 + components: + - type: Transform + pos: 54.5,-30.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: 53.5,-30.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: 52.5,-30.5 + parent: 2 + - uid: 12888 + components: + - type: Transform + pos: 51.5,-30.5 + parent: 2 + - uid: 12889 + components: + - type: Transform + pos: 60.5,-29.5 + parent: 2 + - uid: 12890 + components: + - type: Transform + pos: 51.5,-31.5 + parent: 2 + - uid: 12891 + components: + - type: Transform + pos: 50.5,-31.5 + parent: 2 + - uid: 12892 + components: + - type: Transform + pos: 49.5,-31.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 + - uid: 12894 + components: + - type: Transform + pos: 49.5,-33.5 + parent: 2 + - uid: 12895 + components: + - type: Transform + pos: 48.5,-33.5 + parent: 2 + - uid: 12896 + components: + - type: Transform + pos: 47.5,-33.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: 46.5,-33.5 + parent: 2 + - uid: 12898 + components: + - type: Transform + pos: 45.5,-33.5 + parent: 2 + - uid: 12899 + components: + - type: Transform + pos: 44.5,-33.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: 44.5,-32.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: 44.5,-31.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: 44.5,-30.5 + parent: 2 + - uid: 12903 + components: + - type: Transform + pos: 44.5,-29.5 + parent: 2 + - uid: 12904 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: 44.5,-27.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: 44.5,-26.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: 45.5,-26.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 12909 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + pos: 46.5,-24.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + pos: 46.5,-21.5 + parent: 2 + - uid: 12914 + components: + - type: Transform + pos: 46.5,-20.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: 46.5,-19.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + pos: 46.5,-18.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + pos: 46.5,-17.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 13193 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 + - uid: 13194 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 + - uid: 13195 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 + - uid: 13356 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 13402 + components: + - type: Transform + pos: 55.5,-34.5 + parent: 2 + - uid: 13403 + components: + - type: Transform + pos: 55.5,-33.5 + parent: 2 + - uid: 13404 + components: + - type: Transform + pos: 56.5,-33.5 + parent: 2 + - uid: 13405 + components: + - type: Transform + pos: 57.5,-33.5 + parent: 2 + - uid: 13406 + components: + - type: Transform + pos: 57.5,-34.5 + parent: 2 + - uid: 13407 + components: + - type: Transform + pos: 55.5,-32.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + pos: 55.5,-31.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + pos: 57.5,-31.5 + parent: 2 + - uid: 13410 + components: + - type: Transform + pos: 57.5,-32.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + pos: 55.5,-35.5 + parent: 2 + - uid: 13412 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 + - uid: 13413 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 13414 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 13415 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 + - uid: 13416 + components: + - type: Transform + pos: 57.5,-37.5 + parent: 2 + - uid: 13417 + components: + - type: Transform + pos: 57.5,-38.5 + parent: 2 + - uid: 13418 + components: + - type: Transform + pos: 57.5,-36.5 + parent: 2 + - uid: 13419 + components: + - type: Transform + pos: 57.5,-35.5 + parent: 2 + - uid: 13420 + components: + - type: Transform + pos: 56.5,-40.5 + parent: 2 + - uid: 13421 + components: + - type: Transform + pos: 61.5,-44.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + pos: 62.5,-44.5 + parent: 2 + - uid: 13423 + components: + - type: Transform + pos: 59.5,-46.5 + parent: 2 + - uid: 13424 + components: + - type: Transform + pos: 61.5,-46.5 + parent: 2 + - uid: 13425 + components: + - type: Transform + pos: 59.5,-50.5 + parent: 2 + - uid: 13426 + components: + - type: Transform + pos: 58.5,-76.5 + parent: 2 + - uid: 13427 + components: + - type: Transform + pos: 64.5,-70.5 + parent: 2 + - uid: 13428 + components: + - type: Transform + pos: 49.5,-71.5 + parent: 2 + - uid: 13429 + components: + - type: Transform + pos: 63.5,-46.5 + parent: 2 + - uid: 13430 + components: + - type: Transform + pos: 64.5,-46.5 + parent: 2 + - uid: 13431 + components: + - type: Transform + pos: 60.5,-46.5 + parent: 2 + - uid: 13432 + components: + - type: Transform + pos: 62.5,-46.5 + parent: 2 + - uid: 13433 + components: + - type: Transform + pos: -93.5,-35.5 + parent: 2 + - uid: 13434 + components: + - type: Transform + pos: -81.5,-53.5 + parent: 2 + - uid: 13435 + components: + - type: Transform + pos: -81.5,-59.5 + parent: 2 + - uid: 13436 + components: + - type: Transform + pos: -95.5,-53.5 + parent: 2 + - uid: 13437 + components: + - type: Transform + pos: -94.5,-55.5 + parent: 2 + - uid: 13438 + components: + - type: Transform + pos: -98.5,-49.5 + parent: 2 + - uid: 13439 + components: + - type: Transform + pos: -94.5,-48.5 + parent: 2 + - uid: 13440 + components: + - type: Transform + pos: -86.5,-55.5 + parent: 2 + - uid: 13443 + components: + - type: Transform + pos: -83.5,-58.5 + parent: 2 + - uid: 13444 + components: + - type: Transform + pos: -87.5,-54.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + pos: -86.5,-59.5 + parent: 2 + - uid: 13446 + components: + - type: Transform + pos: -97.5,-49.5 + parent: 2 + - uid: 13447 + components: + - type: Transform + pos: -93.5,-55.5 + parent: 2 + - uid: 13448 + components: + - type: Transform + pos: -95.5,-55.5 + parent: 2 + - uid: 13449 + components: + - type: Transform + pos: -85.5,-55.5 + parent: 2 + - uid: 13450 + components: + - type: Transform + pos: -80.5,-59.5 + parent: 2 + - uid: 13451 + components: + - type: Transform + pos: -96.5,-53.5 + parent: 2 + - uid: 13452 + components: + - type: Transform + pos: -82.5,-58.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + pos: -90.5,-39.5 + parent: 2 + - uid: 13457 + components: + - type: Transform + pos: -94.5,-38.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + pos: -93.5,-38.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: -97.5,-39.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + pos: -96.5,-38.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + pos: -97.5,-38.5 + parent: 2 + - uid: 13465 + components: + - type: Transform + pos: -92.5,-38.5 + parent: 2 + - uid: 13473 + components: + - type: Transform + pos: 56.5,-69.5 + parent: 2 + - uid: 13483 + components: + - type: Transform + pos: -68.5,-34.5 + parent: 2 + - uid: 13493 + components: + - type: Transform + pos: -80.5,60.5 + parent: 2 + - uid: 13494 + components: + - type: Transform + pos: 56.5,-41.5 + parent: 2 + - uid: 13504 + components: + - type: Transform + pos: 56.5,-70.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + pos: 56.5,-76.5 + parent: 2 + - uid: 13506 + components: + - type: Transform + pos: 56.5,-77.5 + parent: 2 + - uid: 13507 + components: + - type: Transform + pos: 56.5,-78.5 + parent: 2 + - uid: 13508 + components: + - type: Transform + pos: 57.5,-78.5 + parent: 2 + - uid: 13509 + components: + - type: Transform + pos: 58.5,-80.5 + parent: 2 + - uid: 13510 + components: + - type: Transform + pos: 58.5,-81.5 + parent: 2 + - uid: 13511 + components: + - type: Transform + pos: 59.5,-82.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + pos: 59.5,-83.5 + parent: 2 + - uid: 13513 + components: + - type: Transform + pos: 60.5,-83.5 + parent: 2 + - uid: 13514 + components: + - type: Transform + pos: 62.5,-83.5 + parent: 2 + - uid: 13515 + components: + - type: Transform + pos: 62.5,-84.5 + parent: 2 + - uid: 13516 + components: + - type: Transform + pos: 63.5,-84.5 + parent: 2 + - uid: 13518 + components: + - type: Transform + pos: -80.5,64.5 + parent: 2 + - uid: 13536 + components: + - type: Transform + pos: -80.5,-44.5 + parent: 2 + - uid: 13537 + components: + - type: Transform + pos: -82.5,-40.5 + parent: 2 + - uid: 13538 + components: + - type: Transform + pos: -94.5,-40.5 + parent: 2 + - uid: 13539 + components: + - type: Transform + pos: -93.5,-40.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + pos: -94.5,-45.5 + parent: 2 + - uid: 13541 + components: + - type: Transform + pos: -92.5,-45.5 + parent: 2 + - uid: 13542 + components: + - type: Transform + pos: -92.5,-44.5 + parent: 2 + - uid: 13543 + components: + - type: Transform + pos: -92.5,-40.5 + parent: 2 + - uid: 13545 + components: + - type: Transform + pos: -94.5,-43.5 + parent: 2 + - uid: 13546 + components: + - type: Transform + pos: -92.5,-43.5 + parent: 2 + - uid: 13547 + components: + - type: Transform + pos: -91.5,-44.5 + parent: 2 + - uid: 13548 + components: + - type: Transform + pos: -93.5,-45.5 + parent: 2 + - uid: 13549 + components: + - type: Transform + pos: -87.5,-39.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + pos: -81.5,-45.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: -88.5,-39.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: -85.5,-40.5 + parent: 2 + - uid: 13554 + components: + - type: Transform + pos: -86.5,-40.5 + parent: 2 + - uid: 13555 + components: + - type: Transform + pos: -86.5,-39.5 + parent: 2 + - uid: 13556 + components: + - type: Transform + pos: -91.5,-34.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + pos: -92.5,-34.5 + parent: 2 + - uid: 13562 + components: + - type: Transform + pos: -83.5,-40.5 + parent: 2 + - uid: 13563 + components: + - type: Transform + pos: -84.5,-40.5 + parent: 2 + - uid: 13564 + components: + - type: Transform + pos: -81.5,-40.5 + parent: 2 + - uid: 13565 + components: + - type: Transform + pos: -86.5,-43.5 + parent: 2 + - uid: 13566 + components: + - type: Transform + pos: -90.5,-44.5 + parent: 2 + - uid: 13567 + components: + - type: Transform + pos: -86.5,-44.5 + parent: 2 + - uid: 13568 + components: + - type: Transform + pos: -89.5,-44.5 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: -87.5,-44.5 + parent: 2 + - uid: 13570 + components: + - type: Transform + pos: -85.5,-43.5 + parent: 2 + - uid: 13571 + components: + - type: Transform + pos: -88.5,-44.5 + parent: 2 + - uid: 13572 + components: + - type: Transform + pos: -81.5,-44.5 + parent: 2 + - uid: 13573 + components: + - type: Transform + pos: -97.5,-45.5 + parent: 2 + - uid: 13574 + components: + - type: Transform + pos: -93.5,-43.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: -96.5,-45.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: -95.5,-45.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: -98.5,-39.5 + parent: 2 + - uid: 13592 + components: + - type: Transform + pos: -80.5,54.5 + parent: 2 + - uid: 13611 + components: + - type: Transform + pos: -80.5,52.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + pos: 56.5,-66.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + pos: 56.5,-50.5 + parent: 2 + - uid: 13618 + components: + - type: Transform + pos: 56.5,-51.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: 56.5,-54.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: 56.5,-59.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: 56.5,-48.5 + parent: 2 + - uid: 13622 + components: + - type: Transform + pos: 56.5,-55.5 + parent: 2 + - uid: 13627 + components: + - type: Transform + pos: -74.5,51.5 + parent: 2 + - uid: 13639 + components: + - type: Transform + pos: 56.5,-64.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + pos: 56.5,-62.5 + parent: 2 + - uid: 13641 + components: + - type: Transform + pos: 56.5,-67.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + pos: 56.5,-60.5 + parent: 2 + - uid: 13643 + components: + - type: Transform + pos: 56.5,-61.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + pos: 56.5,-52.5 + parent: 2 + - uid: 13668 + components: + - type: Transform + pos: -96.5,-40.5 + parent: 2 + - uid: 13669 + components: + - type: Transform + pos: -95.5,-40.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + pos: -94.5,-58.5 + parent: 2 + - uid: 13671 + components: + - type: Transform + pos: -93.5,-53.5 + parent: 2 + - uid: 13672 + components: + - type: Transform + pos: -86.5,-53.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + pos: -89.5,-39.5 + parent: 2 + - uid: 13677 + components: + - type: Transform + pos: -90.5,-34.5 + parent: 2 + - uid: 13681 + components: + - type: Transform + pos: -86.5,-65.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + pos: -84.5,-65.5 + parent: 2 + - uid: 13683 + components: + - type: Transform + pos: -82.5,-65.5 + parent: 2 + - uid: 13819 + components: + - type: Transform + pos: -32.5,52.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + pos: 1.5,44.5 + parent: 2 + - uid: 14293 + components: + - type: Transform + pos: 1.5,43.5 + parent: 2 + - uid: 14294 + components: + - type: Transform + pos: 1.5,42.5 + parent: 2 + - uid: 14295 + components: + - type: Transform + pos: 1.5,41.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + pos: 1.5,40.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + pos: 1.5,39.5 + parent: 2 + - uid: 14298 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 14300 + components: + - type: Transform + pos: 1.5,36.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 14302 + components: + - type: Transform + pos: 1.5,34.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + pos: 1.5,37.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + pos: 1.5,32.5 + parent: 2 + - uid: 14305 + components: + - type: Transform + pos: 1.5,31.5 + parent: 2 + - uid: 14306 + components: + - type: Transform + pos: 1.5,30.5 + parent: 2 + - uid: 14307 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 14309 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + pos: 1.5,26.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: 1.5,25.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: 1.5,24.5 + parent: 2 + - uid: 14313 + components: + - type: Transform + pos: 1.5,23.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 14316 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 + - uid: 14317 + components: + - type: Transform + pos: 1.5,18.5 + parent: 2 + - uid: 14318 + components: + - type: Transform + pos: 1.5,17.5 + parent: 2 + - uid: 14319 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 14321 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 14322 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 14323 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + pos: 1.5,10.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 14333 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 14334 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 14336 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 14337 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 14338 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 14341 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 14342 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 14343 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 14344 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 14345 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 14346 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 14349 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + pos: 2.5,44.5 + parent: 2 + - uid: 14352 + components: + - type: Transform + pos: 3.5,44.5 + parent: 2 + - uid: 14353 + components: + - type: Transform + pos: 4.5,44.5 + parent: 2 + - uid: 14354 + components: + - type: Transform + pos: 5.5,44.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: 6.5,44.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: 1.5,38.5 + parent: 2 + - uid: 14509 + components: + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 14510 + components: + - type: Transform + pos: 31.5,51.5 + parent: 2 + - uid: 14511 + components: + - type: Transform + pos: 31.5,50.5 + parent: 2 + - uid: 14512 + components: + - type: Transform + pos: 31.5,49.5 + parent: 2 + - uid: 14513 + components: + - type: Transform + pos: 31.5,48.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: 31.5,47.5 + parent: 2 + - uid: 14515 + components: + - type: Transform + pos: 31.5,46.5 + parent: 2 + - uid: 14516 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 + - uid: 14517 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 14518 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - uid: 14519 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 14520 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - uid: 14521 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 14522 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 14524 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 14525 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 14526 + components: + - type: Transform + pos: 34.5,38.5 + parent: 2 + - uid: 14527 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 14528 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 14529 + components: + - type: Transform + pos: 34.5,35.5 + parent: 2 + - uid: 14530 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 + - uid: 14531 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 14532 + components: + - type: Transform + pos: 33.5,33.5 + parent: 2 + - uid: 14533 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + pos: 31.5,33.5 + parent: 2 + - uid: 14535 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 14536 + components: + - type: Transform + pos: 29.5,33.5 + parent: 2 + - uid: 14537 + components: + - type: Transform + pos: 28.5,33.5 + parent: 2 + - uid: 14538 + components: + - type: Transform + pos: 27.5,33.5 + parent: 2 + - uid: 14539 + components: + - type: Transform + pos: 26.5,33.5 + parent: 2 + - uid: 14540 + components: + - type: Transform + pos: 25.5,33.5 + parent: 2 + - uid: 14541 + components: + - type: Transform + pos: 24.5,33.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: 23.5,33.5 + parent: 2 + - uid: 14543 + components: + - type: Transform + pos: 22.5,33.5 + parent: 2 + - uid: 14544 + components: + - type: Transform + pos: 21.5,33.5 + parent: 2 + - uid: 14545 + components: + - type: Transform + pos: 20.5,33.5 + parent: 2 + - uid: 14546 + components: + - type: Transform + pos: 19.5,33.5 + parent: 2 + - uid: 14547 + components: + - type: Transform + pos: 18.5,33.5 + parent: 2 + - uid: 14548 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 14549 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 14550 + components: + - type: Transform + pos: 15.5,33.5 + parent: 2 + - uid: 14551 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 14552 + components: + - type: Transform + pos: 13.5,33.5 + parent: 2 + - uid: 14553 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 14554 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 14556 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - uid: 14557 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: 7.5,33.5 + parent: 2 + - uid: 14559 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 14560 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 14562 + components: + - type: Transform + pos: 3.5,33.5 + parent: 2 + - uid: 14563 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 + - uid: 14934 + components: + - type: Transform + pos: 53.5,10.5 + parent: 2 + - uid: 14935 + components: + - type: Transform + pos: 53.5,11.5 + parent: 2 + - uid: 14936 + components: + - type: Transform + pos: 53.5,12.5 + parent: 2 + - uid: 14937 + components: + - type: Transform + pos: 53.5,13.5 + parent: 2 + - uid: 14938 + components: + - type: Transform + pos: 53.5,14.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + pos: 53.5,15.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + pos: 53.5,16.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + pos: 53.5,17.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + pos: 52.5,17.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + pos: 51.5,17.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + pos: 50.5,17.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 15107 + components: + - type: Transform + pos: 24.5,20.5 + parent: 2 + - uid: 15130 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 15131 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 + - uid: 15132 + components: + - type: Transform + pos: 24.5,24.5 + parent: 2 + - uid: 15133 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 15134 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 15135 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 15136 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 + - uid: 15137 + components: + - type: Transform + pos: 24.5,29.5 + parent: 2 + - uid: 15138 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 15139 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 15140 + components: + - type: Transform + pos: 24.5,32.5 + parent: 2 + - uid: 15326 + components: + - type: Transform + pos: -18.5,35.5 + parent: 2 + - uid: 15327 + components: + - type: Transform + pos: -16.5,35.5 + parent: 2 + - uid: 15328 + components: + - type: Transform + pos: -21.5,35.5 + parent: 2 + - uid: 15534 + components: + - type: Transform + pos: -33.5,52.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 + - uid: 15536 + components: + - type: Transform + pos: -26.5,23.5 + parent: 2 + - uid: 15543 + components: + - type: Transform + pos: -30.5,49.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + pos: -30.5,50.5 + parent: 2 + - uid: 15620 + components: + - type: Transform + pos: -49.5,52.5 + parent: 2 + - uid: 15642 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + pos: -54.5,56.5 + parent: 2 + - uid: 15828 + components: + - type: Transform + pos: -23.5,25.5 + parent: 2 + - uid: 15836 + components: + - type: Transform + pos: -48.5,52.5 + parent: 2 + - uid: 15905 + components: + - type: Transform + pos: -53.5,54.5 + parent: 2 + - uid: 15982 + components: + - type: Transform + pos: -53.5,56.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + pos: 0.5,44.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 16033 + components: + - type: Transform + pos: -1.5,44.5 + parent: 2 + - uid: 16034 + components: + - type: Transform + pos: -2.5,44.5 + parent: 2 + - uid: 16035 + components: + - type: Transform + pos: -2.5,45.5 + parent: 2 + - uid: 16036 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 16037 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 16038 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + pos: -6.5,45.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 16041 + components: + - type: Transform + pos: -2.5,42.5 + parent: 2 + - uid: 16042 + components: + - type: Transform + pos: -2.5,41.5 + parent: 2 + - uid: 16043 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 + - uid: 16044 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 + - uid: 16045 + components: + - type: Transform + pos: -2.5,38.5 + parent: 2 + - uid: 16046 + components: + - type: Transform + pos: -2.5,37.5 + parent: 2 + - uid: 16047 + components: + - type: Transform + pos: -2.5,36.5 + parent: 2 + - uid: 16048 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 16049 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 16050 + components: + - type: Transform + pos: -2.5,33.5 + parent: 2 + - uid: 16051 + components: + - type: Transform + pos: -2.5,32.5 + parent: 2 + - uid: 16052 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 16053 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 16054 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 16055 + components: + - type: Transform + pos: -2.5,28.5 + parent: 2 + - uid: 16056 + components: + - type: Transform + pos: -1.5,28.5 + parent: 2 + - uid: 16057 + components: + - type: Transform + pos: -0.5,28.5 + parent: 2 + - uid: 16058 + components: + - type: Transform + pos: 0.5,28.5 + parent: 2 + - uid: 16282 + components: + - type: Transform + pos: -26.5,50.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: -30.5,51.5 + parent: 2 + - uid: 16371 + components: + - type: Transform + pos: 1.5,63.5 + parent: 2 + - uid: 16372 + components: + - type: Transform + pos: 1.5,62.5 + parent: 2 + - uid: 16373 + components: + - type: Transform + pos: 1.5,61.5 + parent: 2 + - uid: 16374 + components: + - type: Transform + pos: 1.5,60.5 + parent: 2 + - uid: 16375 + components: + - type: Transform + pos: 1.5,59.5 + parent: 2 + - uid: 16376 + components: + - type: Transform + pos: 1.5,58.5 + parent: 2 + - uid: 16377 + components: + - type: Transform + pos: 1.5,57.5 + parent: 2 + - uid: 16378 + components: + - type: Transform + pos: 1.5,56.5 + parent: 2 + - uid: 16379 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 16380 + components: + - type: Transform + pos: 1.5,54.5 + parent: 2 + - uid: 16381 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 16382 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 16383 + components: + - type: Transform + pos: 1.5,51.5 + parent: 2 + - uid: 16384 + components: + - type: Transform + pos: 1.5,50.5 + parent: 2 + - uid: 16385 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - uid: 16386 + components: + - type: Transform + pos: 1.5,48.5 + parent: 2 + - uid: 16387 + components: + - type: Transform + pos: 1.5,47.5 + parent: 2 + - uid: 16388 + components: + - type: Transform + pos: 1.5,46.5 + parent: 2 + - uid: 16389 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 16446 + components: + - type: Transform + pos: -28.5,23.5 + parent: 2 + - uid: 16457 + components: + - type: Transform + pos: -19.5,64.5 + parent: 2 + - uid: 16458 + components: + - type: Transform + pos: -11.5,64.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + pos: -16.5,64.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + pos: -17.5,64.5 + parent: 2 + - uid: 16461 + components: + - type: Transform + pos: -13.5,64.5 + parent: 2 + - uid: 16462 + components: + - type: Transform + pos: -22.5,64.5 + parent: 2 + - uid: 16463 + components: + - type: Transform + pos: -20.5,64.5 + parent: 2 + - uid: 16464 + components: + - type: Transform + pos: -18.5,64.5 + parent: 2 + - uid: 16465 + components: + - type: Transform + pos: -21.5,64.5 + parent: 2 + - uid: 16466 + components: + - type: Transform + pos: -14.5,64.5 + parent: 2 + - uid: 16467 + components: + - type: Transform + pos: -9.5,64.5 + parent: 2 + - uid: 16469 + components: + - type: Transform + pos: -15.5,64.5 + parent: 2 + - uid: 16470 + components: + - type: Transform + pos: -4.5,64.5 + parent: 2 + - uid: 16471 + components: + - type: Transform + pos: -6.5,64.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + pos: -56.5,56.5 + parent: 2 + - uid: 16480 + components: + - type: Transform + pos: -19.5,52.5 + parent: 2 + - uid: 17005 + components: + - type: Transform + pos: -8.5,64.5 + parent: 2 + - uid: 17023 + components: + - type: Transform + pos: -10.5,64.5 + parent: 2 + - uid: 17024 + components: + - type: Transform + pos: -25.5,64.5 + parent: 2 + - uid: 17025 + components: + - type: Transform + pos: -24.5,64.5 + parent: 2 + - uid: 17029 + components: + - type: Transform + pos: -26.5,55.5 + parent: 2 + - uid: 17820 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 17974 + components: + - type: Transform + pos: -24.5,23.5 + parent: 2 + - uid: 17977 + components: + - type: Transform + pos: -23.5,23.5 + parent: 2 + - uid: 18036 + components: + - type: Transform + pos: -23.5,24.5 + parent: 2 + - uid: 18082 + components: + - type: Transform + pos: -23.5,26.5 + parent: 2 + - uid: 18121 + components: + - type: Transform + pos: -26.5,26.5 + parent: 2 + - uid: 18323 + components: + - type: Transform + pos: -33.5,69.5 + parent: 2 + - uid: 18391 + components: + - type: Transform + pos: -52.5,54.5 + parent: 2 + - uid: 18562 + components: + - type: Transform + pos: -90.5,51.5 + parent: 2 + - uid: 18573 + components: + - type: Transform + pos: -95.5,64.5 + parent: 2 + - uid: 18604 + components: + - type: Transform + pos: -89.5,-34.5 + parent: 2 + - uid: 18605 + components: + - type: Transform + pos: -87.5,-34.5 + parent: 2 + - uid: 18606 + components: + - type: Transform + pos: -88.5,-34.5 + parent: 2 + - uid: 18607 + components: + - type: Transform + pos: -89.5,-37.5 + parent: 2 + - uid: 18608 + components: + - type: Transform + pos: -89.5,-43.5 + parent: 2 + - uid: 18609 + components: + - type: Transform + pos: -89.5,-46.5 + parent: 2 + - uid: 18619 + components: + - type: Transform + pos: -89.5,-40.5 + parent: 2 + - uid: 18620 + components: + - type: Transform + pos: -89.5,-42.5 + parent: 2 + - uid: 18695 + components: + - type: Transform + pos: -89.5,-51.5 + parent: 2 + - uid: 18696 + components: + - type: Transform + pos: -69.5,-34.5 + parent: 2 + - uid: 18700 + components: + - type: Transform + pos: -86.5,-38.5 + parent: 2 + - uid: 18701 + components: + - type: Transform + pos: -89.5,-52.5 + parent: 2 + - uid: 18702 + components: + - type: Transform + pos: -85.5,-65.5 + parent: 2 + - uid: 18786 + components: + - type: Transform + pos: -80.5,62.5 + parent: 2 + - uid: 18791 + components: + - type: Transform + pos: -96.5,64.5 + parent: 2 + - uid: 18962 + components: + - type: Transform + pos: -91.5,51.5 + parent: 2 + - uid: 18963 + components: + - type: Transform + pos: -92.5,51.5 + parent: 2 + - uid: 18964 + components: + - type: Transform + pos: -93.5,51.5 + parent: 2 + - uid: 18965 + components: + - type: Transform + pos: -94.5,51.5 + parent: 2 + - uid: 18966 + components: + - type: Transform + pos: -96.5,54.5 + parent: 2 + - uid: 18967 + components: + - type: Transform + pos: -96.5,51.5 + parent: 2 + - uid: 18968 + components: + - type: Transform + pos: -97.5,51.5 + parent: 2 + - uid: 18969 + components: + - type: Transform + pos: -98.5,51.5 + parent: 2 + - uid: 18970 + components: + - type: Transform + pos: -97.5,54.5 + parent: 2 + - uid: 18971 + components: + - type: Transform + pos: -100.5,51.5 + parent: 2 + - uid: 18972 + components: + - type: Transform + pos: -100.5,52.5 + parent: 2 + - uid: 18973 + components: + - type: Transform + pos: -100.5,50.5 + parent: 2 + - uid: 18974 + components: + - type: Transform + pos: -100.5,53.5 + parent: 2 + - uid: 18975 + components: + - type: Transform + pos: -100.5,54.5 + parent: 2 + - uid: 18977 + components: + - type: Transform + pos: -100.5,56.5 + parent: 2 + - uid: 18978 + components: + - type: Transform + pos: -101.5,56.5 + parent: 2 + - uid: 18979 + components: + - type: Transform + pos: -102.5,56.5 + parent: 2 + - uid: 18980 + components: + - type: Transform + pos: -103.5,56.5 + parent: 2 + - uid: 18981 + components: + - type: Transform + pos: -104.5,56.5 + parent: 2 + - uid: 18982 + components: + - type: Transform + pos: -105.5,56.5 + parent: 2 + - uid: 18983 + components: + - type: Transform + pos: -105.5,57.5 + parent: 2 + - uid: 18984 + components: + - type: Transform + pos: -105.5,58.5 + parent: 2 + - uid: 18985 + components: + - type: Transform + pos: -107.5,58.5 + parent: 2 + - uid: 18986 + components: + - type: Transform + pos: -108.5,58.5 + parent: 2 + - uid: 18987 + components: + - type: Transform + pos: -109.5,58.5 + parent: 2 + - uid: 18990 + components: + - type: Transform + pos: -112.5,58.5 + parent: 2 + - uid: 18991 + components: + - type: Transform + pos: -113.5,58.5 + parent: 2 + - uid: 18993 + components: + - type: Transform + pos: -115.5,58.5 + parent: 2 + - uid: 18994 + components: + - type: Transform + pos: -116.5,58.5 + parent: 2 + - uid: 18995 + components: + - type: Transform + pos: -117.5,58.5 + parent: 2 + - uid: 18996 + components: + - type: Transform + pos: -118.5,58.5 + parent: 2 + - uid: 18997 + components: + - type: Transform + pos: -119.5,58.5 + parent: 2 + - uid: 18998 + components: + - type: Transform + pos: -119.5,57.5 + parent: 2 + - uid: 18999 + components: + - type: Transform + pos: -119.5,56.5 + parent: 2 + - uid: 19000 + components: + - type: Transform + pos: -119.5,55.5 + parent: 2 + - uid: 19001 + components: + - type: Transform + pos: -119.5,54.5 + parent: 2 + - uid: 19002 + components: + - type: Transform + pos: -119.5,53.5 + parent: 2 + - uid: 19003 + components: + - type: Transform + pos: -119.5,52.5 + parent: 2 + - uid: 19006 + components: + - type: Transform + pos: -119.5,49.5 + parent: 2 + - uid: 19007 + components: + - type: Transform + pos: -119.5,48.5 + parent: 2 + - uid: 19008 + components: + - type: Transform + pos: -119.5,47.5 + parent: 2 + - uid: 19009 + components: + - type: Transform + pos: -119.5,46.5 + parent: 2 + - uid: 19010 + components: + - type: Transform + pos: -119.5,45.5 + parent: 2 + - uid: 19011 + components: + - type: Transform + pos: -119.5,44.5 + parent: 2 + - uid: 19012 + components: + - type: Transform + pos: -118.5,44.5 + parent: 2 + - uid: 19013 + components: + - type: Transform + pos: -117.5,44.5 + parent: 2 + - uid: 19014 + components: + - type: Transform + pos: -116.5,44.5 + parent: 2 + - uid: 19015 + components: + - type: Transform + pos: -115.5,44.5 + parent: 2 + - uid: 19016 + components: + - type: Transform + pos: -114.5,44.5 + parent: 2 + - uid: 19017 + components: + - type: Transform + pos: -113.5,44.5 + parent: 2 + - uid: 19018 + components: + - type: Transform + pos: -112.5,44.5 + parent: 2 + - uid: 19019 + components: + - type: Transform + pos: -111.5,44.5 + parent: 2 + - uid: 19020 + components: + - type: Transform + pos: -110.5,44.5 + parent: 2 + - uid: 19021 + components: + - type: Transform + pos: -109.5,44.5 + parent: 2 + - uid: 19022 + components: + - type: Transform + pos: -108.5,44.5 + parent: 2 + - uid: 19023 + components: + - type: Transform + pos: -107.5,44.5 + parent: 2 + - uid: 19024 + components: + - type: Transform + pos: -106.5,44.5 + parent: 2 + - uid: 19025 + components: + - type: Transform + pos: -105.5,44.5 + parent: 2 + - uid: 19027 + components: + - type: Transform + pos: -105.5,46.5 + parent: 2 + - uid: 19028 + components: + - type: Transform + pos: -105.5,47.5 + parent: 2 + - uid: 19029 + components: + - type: Transform + pos: -105.5,48.5 + parent: 2 + - uid: 19030 + components: + - type: Transform + pos: -105.5,49.5 + parent: 2 + - uid: 19031 + components: + - type: Transform + pos: -105.5,50.5 + parent: 2 + - uid: 19032 + components: + - type: Transform + pos: -105.5,51.5 + parent: 2 + - uid: 19033 + components: + - type: Transform + pos: -105.5,52.5 + parent: 2 + - uid: 19034 + components: + - type: Transform + pos: -105.5,53.5 + parent: 2 + - uid: 19035 + components: + - type: Transform + pos: -105.5,54.5 + parent: 2 + - uid: 19036 + components: + - type: Transform + pos: -105.5,55.5 + parent: 2 + - uid: 19037 + components: + - type: Transform + pos: -100.5,49.5 + parent: 2 + - uid: 19038 + components: + - type: Transform + pos: -94.5,54.5 + parent: 2 + - uid: 19039 + components: + - type: Transform + pos: -93.5,54.5 + parent: 2 + - uid: 19040 + components: + - type: Transform + pos: -100.5,46.5 + parent: 2 + - uid: 19042 + components: + - type: Transform + pos: -102.5,46.5 + parent: 2 + - uid: 19043 + components: + - type: Transform + pos: -103.5,46.5 + parent: 2 + - uid: 19044 + components: + - type: Transform + pos: -104.5,46.5 + parent: 2 + - uid: 19093 + components: + - type: Transform + pos: -95.5,51.5 + parent: 2 + - uid: 19094 + components: + - type: Transform + pos: -93.5,52.5 + parent: 2 + - uid: 19096 + components: + - type: Transform + pos: -93.5,53.5 + parent: 2 + - uid: 19287 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 19288 + components: + - type: Transform + pos: -61.5,35.5 + parent: 2 + - uid: 19289 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 + - uid: 19290 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 19352 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 19356 + components: + - type: Transform + pos: -60.5,-31.5 + parent: 2 + - uid: 19357 + components: + - type: Transform + pos: -59.5,-31.5 + parent: 2 + - uid: 19358 + components: + - type: Transform + pos: -58.5,-31.5 + parent: 2 + - uid: 19359 + components: + - type: Transform + pos: -57.5,-31.5 + parent: 2 + - uid: 19360 + components: + - type: Transform + pos: -56.5,-31.5 + parent: 2 + - uid: 19361 + components: + - type: Transform + pos: -55.5,-31.5 + parent: 2 + - uid: 19426 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 19432 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 19694 + components: + - type: Transform + pos: 3.5,64.5 + parent: 2 + - uid: 19695 + components: + - type: Transform + pos: 2.5,64.5 + parent: 2 + - uid: 19696 + components: + - type: Transform + pos: 1.5,64.5 + parent: 2 + - uid: 19697 + components: + - type: Transform + pos: 29.5,57.5 + parent: 2 + - uid: 19698 + components: + - type: Transform + pos: 30.5,57.5 + parent: 2 + - uid: 19699 + components: + - type: Transform + pos: 30.5,56.5 + parent: 2 + - uid: 19700 + components: + - type: Transform + pos: 30.5,55.5 + parent: 2 + - uid: 19701 + components: + - type: Transform + pos: 30.5,54.5 + parent: 2 + - uid: 19702 + components: + - type: Transform + pos: 30.5,53.5 + parent: 2 + - uid: 19703 + components: + - type: Transform + pos: 30.5,52.5 + parent: 2 + - uid: 19704 + components: + - type: Transform + pos: 31.5,52.5 + parent: 2 + - uid: 19721 + components: + - type: Transform + pos: -89.5,-35.5 + parent: 2 + - uid: 19779 + components: + - type: Transform + pos: 1.5,65.5 + parent: 2 + - uid: 19780 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 19781 + components: + - type: Transform + pos: 1.5,67.5 + parent: 2 + - uid: 19782 + components: + - type: Transform + pos: 1.5,68.5 + parent: 2 + - uid: 19783 + components: + - type: Transform + pos: 1.5,69.5 + parent: 2 + - uid: 19784 + components: + - type: Transform + pos: 1.5,70.5 + parent: 2 + - uid: 19785 + components: + - type: Transform + pos: 1.5,71.5 + parent: 2 + - uid: 19786 + components: + - type: Transform + pos: 1.5,72.5 + parent: 2 + - uid: 19787 + components: + - type: Transform + pos: 1.5,73.5 + parent: 2 + - uid: 19788 + components: + - type: Transform + pos: 1.5,74.5 + parent: 2 + - uid: 19789 + components: + - type: Transform + pos: 1.5,75.5 + parent: 2 + - uid: 19790 + components: + - type: Transform + pos: 0.5,70.5 + parent: 2 + - uid: 19791 + components: + - type: Transform + pos: -0.5,70.5 + parent: 2 + - uid: 19792 + components: + - type: Transform + pos: -1.5,70.5 + parent: 2 + - uid: 19793 + components: + - type: Transform + pos: -2.5,70.5 + parent: 2 + - uid: 19794 + components: + - type: Transform + pos: -3.5,70.5 + parent: 2 + - uid: 19795 + components: + - type: Transform + pos: -4.5,70.5 + parent: 2 + - uid: 19796 + components: + - type: Transform + pos: -5.5,70.5 + parent: 2 + - uid: 19797 + components: + - type: Transform + pos: -6.5,70.5 + parent: 2 + - uid: 19798 + components: + - type: Transform + pos: -7.5,70.5 + parent: 2 + - uid: 19799 + components: + - type: Transform + pos: -8.5,70.5 + parent: 2 + - uid: 19800 + components: + - type: Transform + pos: -9.5,70.5 + parent: 2 + - uid: 19801 + components: + - type: Transform + pos: -10.5,70.5 + parent: 2 + - uid: 19802 + components: + - type: Transform + pos: -11.5,70.5 + parent: 2 + - uid: 19803 + components: + - type: Transform + pos: -12.5,70.5 + parent: 2 + - uid: 19804 + components: + - type: Transform + pos: -13.5,70.5 + parent: 2 + - uid: 19805 + components: + - type: Transform + pos: -13.5,69.5 + parent: 2 + - uid: 19806 + components: + - type: Transform + pos: -14.5,69.5 + parent: 2 + - uid: 19807 + components: + - type: Transform + pos: -15.5,69.5 + parent: 2 + - uid: 19808 + components: + - type: Transform + pos: -16.5,69.5 + parent: 2 + - uid: 19809 + components: + - type: Transform + pos: -17.5,69.5 + parent: 2 + - uid: 19810 + components: + - type: Transform + pos: -18.5,69.5 + parent: 2 + - uid: 19811 + components: + - type: Transform + pos: -19.5,69.5 + parent: 2 + - uid: 19812 + components: + - type: Transform + pos: -20.5,69.5 + parent: 2 + - uid: 19813 + components: + - type: Transform + pos: -21.5,69.5 + parent: 2 + - uid: 19814 + components: + - type: Transform + pos: -22.5,69.5 + parent: 2 + - uid: 19815 + components: + - type: Transform + pos: -23.5,69.5 + parent: 2 + - uid: 19816 + components: + - type: Transform + pos: -24.5,69.5 + parent: 2 + - uid: 19817 + components: + - type: Transform + pos: -25.5,69.5 + parent: 2 + - uid: 19818 + components: + - type: Transform + pos: -26.5,69.5 + parent: 2 + - uid: 19819 + components: + - type: Transform + pos: -27.5,69.5 + parent: 2 + - uid: 19820 + components: + - type: Transform + pos: -28.5,69.5 + parent: 2 + - uid: 19821 + components: + - type: Transform + pos: -29.5,69.5 + parent: 2 + - uid: 19822 + components: + - type: Transform + pos: -30.5,69.5 + parent: 2 + - uid: 19823 + components: + - type: Transform + pos: -31.5,69.5 + parent: 2 + - uid: 19824 + components: + - type: Transform + pos: -32.5,69.5 + parent: 2 + - uid: 20035 + components: + - type: Transform + pos: 39.5,16.5 + parent: 2 + - uid: 20036 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 20037 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 20038 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 20039 + components: + - type: Transform + pos: 37.5,14.5 + parent: 2 + - uid: 20040 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - uid: 20041 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - uid: 20042 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - uid: 20043 + components: + - type: Transform + pos: 37.5,18.5 + parent: 2 + - uid: 20044 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 20045 + components: + - type: Transform + pos: 37.5,12.5 + parent: 2 + - uid: 20046 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 20047 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - uid: 20048 + components: + - type: Transform + pos: 38.5,10.5 + parent: 2 + - uid: 20049 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 20050 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - uid: 20051 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 20052 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - uid: 20053 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - uid: 20054 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 + - uid: 20055 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 20056 + components: + - type: Transform + pos: 38.5,2.5 + parent: 2 + - uid: 20057 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 20058 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 20059 + components: + - type: Transform + pos: 35.5,2.5 + parent: 2 + - uid: 20060 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 + - uid: 20061 + components: + - type: Transform + pos: 33.5,2.5 + parent: 2 + - uid: 20062 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 20063 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - uid: 20064 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 20065 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 20066 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - uid: 20067 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 20068 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - uid: 20069 + components: + - type: Transform + pos: 29.5,6.5 + parent: 2 + - uid: 20070 + components: + - type: Transform + pos: 28.5,6.5 + parent: 2 + - uid: 20071 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 20072 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 20073 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 20074 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 20075 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 20076 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 20077 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 20078 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 20079 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 20080 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 20081 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 20082 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 20083 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 20084 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 20085 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 20086 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 20087 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 20088 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 20089 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 20090 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 20091 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 20092 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 20093 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 20094 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 20095 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 20096 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 20097 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 20098 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 20099 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 20100 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 20101 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 20102 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 20103 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 20104 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 20105 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 20106 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 20107 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 20108 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 20109 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 20110 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 20111 + components: + - type: Transform + pos: -10.5,3.5 + parent: 2 + - uid: 20112 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 20113 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 20114 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 20115 + components: + - type: Transform + pos: -11.5,6.5 + parent: 2 + - uid: 20116 + components: + - type: Transform + pos: -11.5,7.5 + parent: 2 + - uid: 20117 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 20118 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 + - uid: 20119 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 20120 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 + - uid: 20121 + components: + - type: Transform + pos: -11.5,12.5 + parent: 2 + - uid: 20122 + components: + - type: Transform + pos: -11.5,13.5 + parent: 2 + - uid: 20123 + components: + - type: Transform + pos: -12.5,13.5 + parent: 2 + - uid: 20124 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 20125 + components: + - type: Transform + pos: -14.5,13.5 + parent: 2 + - uid: 20126 + components: + - type: Transform + pos: -15.5,13.5 + parent: 2 + - uid: 20127 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 20128 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 20129 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 20130 + components: + - type: Transform + pos: -19.5,13.5 + parent: 2 + - uid: 20131 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 20132 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 20133 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 20134 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 20135 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 20136 + components: + - type: Transform + pos: -25.5,13.5 + parent: 2 + - uid: 20137 + components: + - type: Transform + pos: -26.5,13.5 + parent: 2 + - uid: 20138 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 20139 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 20140 + components: + - type: Transform + pos: -29.5,13.5 + parent: 2 + - uid: 20141 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 20142 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 20143 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - uid: 20144 + components: + - type: Transform + pos: -32.5,14.5 + parent: 2 + - uid: 20145 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 20146 + components: + - type: Transform + pos: -32.5,16.5 + parent: 2 + - uid: 20147 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 + - uid: 20148 + components: + - type: Transform + pos: -32.5,18.5 + parent: 2 + - uid: 20149 + components: + - type: Transform + pos: -32.5,19.5 + parent: 2 + - uid: 20150 + components: + - type: Transform + pos: -33.5,13.5 + parent: 2 + - uid: 20151 + components: + - type: Transform + pos: -33.5,12.5 + parent: 2 + - uid: 20152 + components: + - type: Transform + pos: -33.5,11.5 + parent: 2 + - uid: 20153 + components: + - type: Transform + pos: -33.5,10.5 + parent: 2 + - uid: 20154 + components: + - type: Transform + pos: -33.5,9.5 + parent: 2 + - uid: 20155 + components: + - type: Transform + pos: -33.5,8.5 + parent: 2 + - uid: 20156 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 20157 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 20158 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 20159 + components: + - type: Transform + pos: -33.5,4.5 + parent: 2 + - uid: 20160 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 20161 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 20162 + components: + - type: Transform + pos: -33.5,1.5 + parent: 2 + - uid: 20163 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 + - uid: 20164 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 20165 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 20166 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 20167 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 2 + - uid: 20168 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 + - uid: 20169 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 20170 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 20171 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 20172 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 20173 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 20174 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 20175 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 20176 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 20177 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 20178 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 20179 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 + - uid: 20180 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 + - uid: 20181 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 20182 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 20183 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 20184 + components: + - type: Transform + pos: -35.5,-10.5 + parent: 2 + - uid: 20185 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 20418 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - uid: 20419 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - uid: 20420 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 20421 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 20422 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - uid: 20423 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 20424 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 20425 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 20426 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 + - uid: 20427 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 20428 + components: + - type: Transform + pos: 38.5,-8.5 + parent: 2 + - uid: 20429 + components: + - type: Transform + pos: 38.5,-9.5 + parent: 2 + - uid: 20430 + components: + - type: Transform + pos: 38.5,-10.5 + parent: 2 + - uid: 20431 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 20432 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 20433 + components: + - type: Transform + pos: 38.5,-13.5 + parent: 2 + - uid: 20434 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 21199 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 21241 + components: + - type: Transform + pos: -44.5,17.5 + parent: 2 + - uid: 21242 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 21243 + components: + - type: Transform + pos: -44.5,19.5 + parent: 2 + - uid: 21244 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 + - uid: 21245 + components: + - type: Transform + pos: -44.5,21.5 + parent: 2 + - uid: 21246 + components: + - type: Transform + pos: -44.5,22.5 + parent: 2 + - uid: 21247 + components: + - type: Transform + pos: -44.5,23.5 + parent: 2 + - uid: 21248 + components: + - type: Transform + pos: -44.5,24.5 + parent: 2 + - uid: 21249 + components: + - type: Transform + pos: -44.5,25.5 + parent: 2 + - uid: 21250 + components: + - type: Transform + pos: -44.5,26.5 + parent: 2 + - uid: 21251 + components: + - type: Transform + pos: -43.5,26.5 + parent: 2 + - uid: 21252 + components: + - type: Transform + pos: -42.5,26.5 + parent: 2 + - uid: 21253 + components: + - type: Transform + pos: -41.5,26.5 + parent: 2 + - uid: 21254 + components: + - type: Transform + pos: -40.5,26.5 + parent: 2 + - uid: 21255 + components: + - type: Transform + pos: -39.5,26.5 + parent: 2 + - uid: 21256 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 21257 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 21258 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 21259 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 21260 + components: + - type: Transform + pos: -38.5,30.5 + parent: 2 + - uid: 21261 + components: + - type: Transform + pos: -38.5,31.5 + parent: 2 + - uid: 21262 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 + - uid: 21263 + components: + - type: Transform + pos: -38.5,33.5 + parent: 2 + - uid: 21264 + components: + - type: Transform + pos: -38.5,34.5 + parent: 2 + - uid: 21265 + components: + - type: Transform + pos: -39.5,34.5 + parent: 2 + - uid: 21266 + components: + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 21267 + components: + - type: Transform + pos: -37.5,26.5 + parent: 2 + - uid: 21268 + components: + - type: Transform + pos: -36.5,26.5 + parent: 2 + - uid: 21269 + components: + - type: Transform + pos: -35.5,26.5 + parent: 2 + - uid: 21270 + components: + - type: Transform + pos: -34.5,26.5 + parent: 2 + - uid: 21271 + components: + - type: Transform + pos: -33.5,26.5 + parent: 2 + - uid: 21272 + components: + - type: Transform + pos: -32.5,26.5 + parent: 2 + - uid: 21273 + components: + - type: Transform + pos: -32.5,25.5 + parent: 2 + - uid: 21274 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - uid: 21275 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 21276 + components: + - type: Transform + pos: -32.5,22.5 + parent: 2 + - uid: 21277 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 + - uid: 21979 + components: + - type: Transform + pos: -112.5,-20.5 + parent: 2 + - uid: 21980 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 21981 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 21982 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - uid: 21983 + components: + - type: Transform + pos: -68.5,8.5 + parent: 2 + - uid: 21984 + components: + - type: Transform + pos: -69.5,8.5 + parent: 2 + - uid: 21985 + components: + - type: Transform + pos: -70.5,8.5 + parent: 2 + - uid: 21986 + components: + - type: Transform + pos: -71.5,8.5 + parent: 2 + - uid: 21987 + components: + - type: Transform + pos: -72.5,8.5 + parent: 2 + - uid: 21988 + components: + - type: Transform + pos: -73.5,8.5 + parent: 2 + - uid: 21989 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 21990 + components: + - type: Transform + pos: -75.5,8.5 + parent: 2 + - uid: 21991 + components: + - type: Transform + pos: -76.5,8.5 + parent: 2 + - uid: 21992 + components: + - type: Transform + pos: -77.5,8.5 + parent: 2 + - uid: 21993 + components: + - type: Transform + pos: -78.5,8.5 + parent: 2 + - uid: 21994 + components: + - type: Transform + pos: -79.5,8.5 + parent: 2 + - uid: 21995 + components: + - type: Transform + pos: -80.5,8.5 + parent: 2 + - uid: 21996 + components: + - type: Transform + pos: -81.5,8.5 + parent: 2 + - uid: 21997 + components: + - type: Transform + pos: -82.5,8.5 + parent: 2 + - uid: 21998 + components: + - type: Transform + pos: -83.5,8.5 + parent: 2 + - uid: 21999 + components: + - type: Transform + pos: -84.5,8.5 + parent: 2 + - uid: 22000 + components: + - type: Transform + pos: -85.5,8.5 + parent: 2 + - uid: 22001 + components: + - type: Transform + pos: -86.5,8.5 + parent: 2 + - uid: 22002 + components: + - type: Transform + pos: -87.5,8.5 + parent: 2 + - uid: 22003 + components: + - type: Transform + pos: -88.5,8.5 + parent: 2 + - uid: 22004 + components: + - type: Transform + pos: -89.5,8.5 + parent: 2 + - uid: 22005 + components: + - type: Transform + pos: -90.5,8.5 + parent: 2 + - uid: 22006 + components: + - type: Transform + pos: -91.5,8.5 + parent: 2 + - uid: 22007 + components: + - type: Transform + pos: -92.5,8.5 + parent: 2 + - uid: 22008 + components: + - type: Transform + pos: -93.5,8.5 + parent: 2 + - uid: 22009 + components: + - type: Transform + pos: -94.5,8.5 + parent: 2 + - uid: 22010 + components: + - type: Transform + pos: -72.5,9.5 + parent: 2 + - uid: 22011 + components: + - type: Transform + pos: -72.5,10.5 + parent: 2 + - uid: 22012 + components: + - type: Transform + pos: -72.5,11.5 + parent: 2 + - uid: 22013 + components: + - type: Transform + pos: -72.5,12.5 + parent: 2 + - uid: 22014 + components: + - type: Transform + pos: -72.5,13.5 + parent: 2 + - uid: 22015 + components: + - type: Transform + pos: -72.5,14.5 + parent: 2 + - uid: 22016 + components: + - type: Transform + pos: -72.5,15.5 + parent: 2 + - uid: 22017 + components: + - type: Transform + pos: -72.5,16.5 + parent: 2 + - uid: 22018 + components: + - type: Transform + pos: -72.5,17.5 + parent: 2 + - uid: 22019 + components: + - type: Transform + pos: -72.5,18.5 + parent: 2 + - uid: 22020 + components: + - type: Transform + pos: -72.5,19.5 + parent: 2 + - uid: 22021 + components: + - type: Transform + pos: -72.5,20.5 + parent: 2 + - uid: 22022 + components: + - type: Transform + pos: -72.5,21.5 + parent: 2 + - uid: 22023 + components: + - type: Transform + pos: -72.5,22.5 + parent: 2 + - uid: 22024 + components: + - type: Transform + pos: -72.5,23.5 + parent: 2 + - uid: 22025 + components: + - type: Transform + pos: -72.5,24.5 + parent: 2 + - uid: 22026 + components: + - type: Transform + pos: -72.5,25.5 + parent: 2 + - uid: 22027 + components: + - type: Transform + pos: -72.5,26.5 + parent: 2 + - uid: 22028 + components: + - type: Transform + pos: -72.5,27.5 + parent: 2 + - uid: 22029 + components: + - type: Transform + pos: -72.5,28.5 + parent: 2 + - uid: 22030 + components: + - type: Transform + pos: -72.5,29.5 + parent: 2 + - uid: 22031 + components: + - type: Transform + pos: -72.5,30.5 + parent: 2 + - uid: 22032 + components: + - type: Transform + pos: -72.5,31.5 + parent: 2 + - uid: 22033 + components: + - type: Transform + pos: -72.5,32.5 + parent: 2 + - uid: 22034 + components: + - type: Transform + pos: -72.5,33.5 + parent: 2 + - uid: 22035 + components: + - type: Transform + pos: -72.5,34.5 + parent: 2 + - uid: 22036 + components: + - type: Transform + pos: -72.5,35.5 + parent: 2 + - uid: 22037 + components: + - type: Transform + pos: -72.5,36.5 + parent: 2 + - uid: 22038 + components: + - type: Transform + pos: -72.5,37.5 + parent: 2 + - uid: 22039 + components: + - type: Transform + pos: -73.5,37.5 + parent: 2 + - uid: 22040 + components: + - type: Transform + pos: -74.5,37.5 + parent: 2 + - uid: 22041 + components: + - type: Transform + pos: -75.5,37.5 + parent: 2 + - uid: 22042 + components: + - type: Transform + pos: -76.5,37.5 + parent: 2 + - uid: 22043 + components: + - type: Transform + pos: -77.5,37.5 + parent: 2 + - uid: 22044 + components: + - type: Transform + pos: -78.5,37.5 + parent: 2 + - uid: 22045 + components: + - type: Transform + pos: -79.5,37.5 + parent: 2 + - uid: 22046 + components: + - type: Transform + pos: -80.5,37.5 + parent: 2 + - uid: 22047 + components: + - type: Transform + pos: -81.5,37.5 + parent: 2 + - uid: 22048 + components: + - type: Transform + pos: -82.5,37.5 + parent: 2 + - uid: 22049 + components: + - type: Transform + pos: -83.5,37.5 + parent: 2 + - uid: 22050 + components: + - type: Transform + pos: -84.5,37.5 + parent: 2 + - uid: 22051 + components: + - type: Transform + pos: -85.5,37.5 + parent: 2 + - uid: 22052 + components: + - type: Transform + pos: -86.5,37.5 + parent: 2 + - uid: 22053 + components: + - type: Transform + pos: -87.5,37.5 + parent: 2 + - uid: 22054 + components: + - type: Transform + pos: -88.5,37.5 + parent: 2 + - uid: 22055 + components: + - type: Transform + pos: -89.5,37.5 + parent: 2 + - uid: 22056 + components: + - type: Transform + pos: -90.5,37.5 + parent: 2 + - uid: 22057 + components: + - type: Transform + pos: -91.5,37.5 + parent: 2 + - uid: 22058 + components: + - type: Transform + pos: -92.5,37.5 + parent: 2 + - uid: 22059 + components: + - type: Transform + pos: -93.5,37.5 + parent: 2 + - uid: 22060 + components: + - type: Transform + pos: -94.5,37.5 + parent: 2 + - uid: 22061 + components: + - type: Transform + pos: -95.5,37.5 + parent: 2 + - uid: 22062 + components: + - type: Transform + pos: -96.5,37.5 + parent: 2 + - uid: 22063 + components: + - type: Transform + pos: -97.5,37.5 + parent: 2 + - uid: 22064 + components: + - type: Transform + pos: -98.5,37.5 + parent: 2 + - uid: 22065 + components: + - type: Transform + pos: -99.5,37.5 + parent: 2 + - uid: 22066 + components: + - type: Transform + pos: -100.5,37.5 + parent: 2 + - uid: 22067 + components: + - type: Transform + pos: -101.5,37.5 + parent: 2 + - uid: 22068 + components: + - type: Transform + pos: -102.5,37.5 + parent: 2 + - uid: 22069 + components: + - type: Transform + pos: -103.5,37.5 + parent: 2 + - uid: 22070 + components: + - type: Transform + pos: -104.5,37.5 + parent: 2 + - uid: 22071 + components: + - type: Transform + pos: -105.5,37.5 + parent: 2 + - uid: 22072 + components: + - type: Transform + pos: -106.5,37.5 + parent: 2 + - uid: 22073 + components: + - type: Transform + pos: -107.5,37.5 + parent: 2 + - uid: 22074 + components: + - type: Transform + pos: -108.5,37.5 + parent: 2 + - uid: 22075 + components: + - type: Transform + pos: -109.5,37.5 + parent: 2 + - uid: 22076 + components: + - type: Transform + pos: -110.5,37.5 + parent: 2 + - uid: 22077 + components: + - type: Transform + pos: -111.5,37.5 + parent: 2 + - uid: 22078 + components: + - type: Transform + pos: -112.5,37.5 + parent: 2 + - uid: 22079 + components: + - type: Transform + pos: -113.5,37.5 + parent: 2 + - uid: 22080 + components: + - type: Transform + pos: -113.5,36.5 + parent: 2 + - uid: 22081 + components: + - type: Transform + pos: -113.5,35.5 + parent: 2 + - uid: 22082 + components: + - type: Transform + pos: -113.5,34.5 + parent: 2 + - uid: 22083 + components: + - type: Transform + pos: -113.5,33.5 + parent: 2 + - uid: 22084 + components: + - type: Transform + pos: -113.5,32.5 + parent: 2 + - uid: 22085 + components: + - type: Transform + pos: -113.5,31.5 + parent: 2 + - uid: 22086 + components: + - type: Transform + pos: -113.5,30.5 + parent: 2 + - uid: 22087 + components: + - type: Transform + pos: -113.5,29.5 + parent: 2 + - uid: 22088 + components: + - type: Transform + pos: -113.5,28.5 + parent: 2 + - uid: 22089 + components: + - type: Transform + pos: -113.5,27.5 + parent: 2 + - uid: 22090 + components: + - type: Transform + pos: -113.5,26.5 + parent: 2 + - uid: 22091 + components: + - type: Transform + pos: -113.5,25.5 + parent: 2 + - uid: 22092 + components: + - type: Transform + pos: -113.5,24.5 + parent: 2 + - uid: 22093 + components: + - type: Transform + pos: -113.5,23.5 + parent: 2 + - uid: 22094 + components: + - type: Transform + pos: -113.5,22.5 + parent: 2 + - uid: 22095 + components: + - type: Transform + pos: -113.5,21.5 + parent: 2 + - uid: 22096 + components: + - type: Transform + pos: -113.5,20.5 + parent: 2 + - uid: 22097 + components: + - type: Transform + pos: -113.5,19.5 + parent: 2 + - uid: 22098 + components: + - type: Transform + pos: -113.5,18.5 + parent: 2 + - uid: 22099 + components: + - type: Transform + pos: -113.5,17.5 + parent: 2 + - uid: 22100 + components: + - type: Transform + pos: -113.5,16.5 + parent: 2 + - uid: 22101 + components: + - type: Transform + pos: -113.5,15.5 + parent: 2 + - uid: 22102 + components: + - type: Transform + pos: -113.5,14.5 + parent: 2 + - uid: 22103 + components: + - type: Transform + pos: -113.5,13.5 + parent: 2 + - uid: 22104 + components: + - type: Transform + pos: -113.5,12.5 + parent: 2 + - uid: 22105 + components: + - type: Transform + pos: -113.5,11.5 + parent: 2 + - uid: 22106 + components: + - type: Transform + pos: -113.5,10.5 + parent: 2 + - uid: 22107 + components: + - type: Transform + pos: -113.5,9.5 + parent: 2 + - uid: 22108 + components: + - type: Transform + pos: -113.5,8.5 + parent: 2 + - uid: 22109 + components: + - type: Transform + pos: -113.5,7.5 + parent: 2 + - uid: 22110 + components: + - type: Transform + pos: -113.5,6.5 + parent: 2 + - uid: 22111 + components: + - type: Transform + pos: -113.5,5.5 + parent: 2 + - uid: 22112 + components: + - type: Transform + pos: -113.5,4.5 + parent: 2 + - uid: 22113 + components: + - type: Transform + pos: -113.5,3.5 + parent: 2 + - uid: 22114 + components: + - type: Transform + pos: -113.5,2.5 + parent: 2 + - uid: 22115 + components: + - type: Transform + pos: -113.5,1.5 + parent: 2 + - uid: 22116 + components: + - type: Transform + pos: -113.5,0.5 + parent: 2 + - uid: 22117 + components: + - type: Transform + pos: -113.5,-0.5 + parent: 2 + - uid: 22118 + components: + - type: Transform + pos: -113.5,-1.5 + parent: 2 + - uid: 22119 + components: + - type: Transform + pos: -113.5,-2.5 + parent: 2 + - uid: 22120 + components: + - type: Transform + pos: -113.5,-3.5 + parent: 2 + - uid: 22121 + components: + - type: Transform + pos: -113.5,-4.5 + parent: 2 + - uid: 22122 + components: + - type: Transform + pos: -113.5,-5.5 + parent: 2 + - uid: 22123 + components: + - type: Transform + pos: -113.5,-6.5 + parent: 2 + - uid: 22124 + components: + - type: Transform + pos: -113.5,-7.5 + parent: 2 + - uid: 22125 + components: + - type: Transform + pos: -113.5,-8.5 + parent: 2 + - uid: 22126 + components: + - type: Transform + pos: -113.5,-9.5 + parent: 2 + - uid: 22127 + components: + - type: Transform + pos: -113.5,-10.5 + parent: 2 + - uid: 22128 + components: + - type: Transform + pos: -113.5,-11.5 + parent: 2 + - uid: 22129 + components: + - type: Transform + pos: -113.5,-12.5 + parent: 2 + - uid: 22130 + components: + - type: Transform + pos: -113.5,-13.5 + parent: 2 + - uid: 22131 + components: + - type: Transform + pos: -113.5,-14.5 + parent: 2 + - uid: 22132 + components: + - type: Transform + pos: -113.5,-15.5 + parent: 2 + - uid: 22133 + components: + - type: Transform + pos: -113.5,-16.5 + parent: 2 + - uid: 22134 + components: + - type: Transform + pos: -113.5,-17.5 + parent: 2 + - uid: 22135 + components: + - type: Transform + pos: -113.5,-18.5 + parent: 2 + - uid: 22136 + components: + - type: Transform + pos: -113.5,-19.5 + parent: 2 + - uid: 22137 + components: + - type: Transform + pos: -113.5,-20.5 + parent: 2 + - uid: 22138 + components: + - type: Transform + pos: -111.5,-20.5 + parent: 2 + - uid: 22139 + components: + - type: Transform + pos: -110.5,-20.5 + parent: 2 + - uid: 22140 + components: + - type: Transform + pos: -109.5,-20.5 + parent: 2 + - uid: 22141 + components: + - type: Transform + pos: -108.5,-20.5 + parent: 2 + - uid: 22142 + components: + - type: Transform + pos: -107.5,-20.5 + parent: 2 + - uid: 22143 + components: + - type: Transform + pos: -106.5,-20.5 + parent: 2 + - uid: 22144 + components: + - type: Transform + pos: -105.5,-20.5 + parent: 2 + - uid: 22145 + components: + - type: Transform + pos: -104.5,-20.5 + parent: 2 + - uid: 22146 + components: + - type: Transform + pos: -103.5,-20.5 + parent: 2 + - uid: 22147 + components: + - type: Transform + pos: -102.5,-20.5 + parent: 2 + - uid: 22148 + components: + - type: Transform + pos: -101.5,-20.5 + parent: 2 + - uid: 22149 + components: + - type: Transform + pos: -100.5,-20.5 + parent: 2 + - uid: 22150 + components: + - type: Transform + pos: -99.5,-20.5 + parent: 2 + - uid: 22151 + components: + - type: Transform + pos: -98.5,-20.5 + parent: 2 + - uid: 22152 + components: + - type: Transform + pos: -97.5,-20.5 + parent: 2 + - uid: 22153 + components: + - type: Transform + pos: -96.5,-20.5 + parent: 2 + - uid: 22154 + components: + - type: Transform + pos: -95.5,-20.5 + parent: 2 + - uid: 22155 + components: + - type: Transform + pos: -94.5,-20.5 + parent: 2 + - uid: 22156 + components: + - type: Transform + pos: -93.5,-20.5 + parent: 2 + - uid: 22157 + components: + - type: Transform + pos: -92.5,-20.5 + parent: 2 + - uid: 22158 + components: + - type: Transform + pos: -91.5,-20.5 + parent: 2 + - uid: 22159 + components: + - type: Transform + pos: -90.5,-20.5 + parent: 2 + - uid: 22160 + components: + - type: Transform + pos: -89.5,-20.5 + parent: 2 + - uid: 22161 + components: + - type: Transform + pos: -88.5,-20.5 + parent: 2 + - uid: 22162 + components: + - type: Transform + pos: -87.5,-20.5 + parent: 2 + - uid: 22163 + components: + - type: Transform + pos: -86.5,-20.5 + parent: 2 + - uid: 22164 + components: + - type: Transform + pos: -85.5,-20.5 + parent: 2 + - uid: 22165 + components: + - type: Transform + pos: -84.5,-20.5 + parent: 2 + - uid: 22175 + components: + - type: Transform + pos: -114.5,37.5 + parent: 2 + - uid: 22176 + components: + - type: Transform + pos: -115.5,37.5 + parent: 2 + - uid: 22177 + components: + - type: Transform + pos: -116.5,37.5 + parent: 2 + - uid: 22178 + components: + - type: Transform + pos: -117.5,37.5 + parent: 2 + - uid: 22179 + components: + - type: Transform + pos: -118.5,37.5 + parent: 2 + - uid: 22180 + components: + - type: Transform + pos: -119.5,37.5 + parent: 2 + - uid: 22181 + components: + - type: Transform + pos: -120.5,37.5 + parent: 2 + - uid: 22182 + components: + - type: Transform + pos: -121.5,37.5 + parent: 2 + - uid: 22183 + components: + - type: Transform + pos: -122.5,37.5 + parent: 2 + - uid: 22184 + components: + - type: Transform + pos: -123.5,37.5 + parent: 2 + - uid: 22185 + components: + - type: Transform + pos: -124.5,37.5 + parent: 2 + - uid: 22186 + components: + - type: Transform + pos: -125.5,37.5 + parent: 2 + - uid: 22187 + components: + - type: Transform + pos: -125.5,38.5 + parent: 2 + - uid: 22188 + components: + - type: Transform + pos: -125.5,39.5 + parent: 2 + - uid: 22189 + components: + - type: Transform + pos: -125.5,40.5 + parent: 2 + - uid: 22190 + components: + - type: Transform + pos: -125.5,41.5 + parent: 2 + - uid: 22191 + components: + - type: Transform + pos: -125.5,42.5 + parent: 2 + - uid: 22192 + components: + - type: Transform + pos: -126.5,40.5 + parent: 2 + - uid: 22193 + components: + - type: Transform + pos: -126.5,41.5 + parent: 2 + - uid: 22194 + components: + - type: Transform + pos: -126.5,42.5 + parent: 2 + - uid: 22195 + components: + - type: Transform + pos: -126.5,43.5 + parent: 2 + - uid: 22196 + components: + - type: Transform + pos: -126.5,44.5 + parent: 2 + - uid: 22197 + components: + - type: Transform + pos: -126.5,45.5 + parent: 2 + - uid: 22198 + components: + - type: Transform + pos: -125.5,45.5 + parent: 2 + - uid: 22199 + components: + - type: Transform + pos: -125.5,46.5 + parent: 2 + - uid: 22200 + components: + - type: Transform + pos: -125.5,47.5 + parent: 2 + - uid: 22201 + components: + - type: Transform + pos: -125.5,48.5 + parent: 2 + - uid: 22202 + components: + - type: Transform + pos: -125.5,49.5 + parent: 2 + - uid: 22203 + components: + - type: Transform + pos: -125.5,50.5 + parent: 2 + - uid: 22204 + components: + - type: Transform + pos: -126.5,50.5 + parent: 2 + - uid: 22205 + components: + - type: Transform + pos: -126.5,51.5 + parent: 2 + - uid: 22206 + components: + - type: Transform + pos: -126.5,52.5 + parent: 2 + - uid: 22207 + components: + - type: Transform + pos: -126.5,53.5 + parent: 2 + - uid: 22208 + components: + - type: Transform + pos: -126.5,54.5 + parent: 2 + - uid: 22209 + components: + - type: Transform + pos: -126.5,55.5 + parent: 2 + - uid: 22210 + components: + - type: Transform + pos: -126.5,56.5 + parent: 2 + - uid: 22211 + components: + - type: Transform + pos: -125.5,56.5 + parent: 2 + - uid: 22212 + components: + - type: Transform + pos: -125.5,57.5 + parent: 2 + - uid: 22213 + components: + - type: Transform + pos: -125.5,58.5 + parent: 2 + - uid: 22214 + components: + - type: Transform + pos: -125.5,59.5 + parent: 2 + - uid: 22215 + components: + - type: Transform + pos: -125.5,60.5 + parent: 2 + - uid: 22216 + components: + - type: Transform + pos: -125.5,61.5 + parent: 2 + - uid: 22217 + components: + - type: Transform + pos: -125.5,62.5 + parent: 2 + - uid: 22218 + components: + - type: Transform + pos: -125.5,63.5 + parent: 2 + - uid: 22219 + components: + - type: Transform + pos: -125.5,64.5 + parent: 2 + - uid: 22220 + components: + - type: Transform + pos: -124.5,64.5 + parent: 2 + - uid: 22221 + components: + - type: Transform + pos: -123.5,64.5 + parent: 2 + - uid: 22222 + components: + - type: Transform + pos: -122.5,64.5 + parent: 2 + - uid: 22223 + components: + - type: Transform + pos: -121.5,64.5 + parent: 2 + - uid: 22224 + components: + - type: Transform + pos: -120.5,64.5 + parent: 2 + - uid: 22225 + components: + - type: Transform + pos: -119.5,64.5 + parent: 2 + - uid: 22226 + components: + - type: Transform + pos: -119.5,65.5 + parent: 2 + - uid: 22227 + components: + - type: Transform + pos: -118.5,64.5 + parent: 2 + - uid: 22228 + components: + - type: Transform + pos: -117.5,64.5 + parent: 2 + - uid: 22229 + components: + - type: Transform + pos: -116.5,64.5 + parent: 2 + - uid: 22230 + components: + - type: Transform + pos: -115.5,64.5 + parent: 2 + - uid: 22231 + components: + - type: Transform + pos: -114.5,64.5 + parent: 2 + - uid: 22232 + components: + - type: Transform + pos: -113.5,64.5 + parent: 2 + - uid: 22233 + components: + - type: Transform + pos: -113.5,65.5 + parent: 2 + - uid: 22234 + components: + - type: Transform + pos: -112.5,65.5 + parent: 2 + - uid: 22235 + components: + - type: Transform + pos: -111.5,65.5 + parent: 2 + - uid: 22236 + components: + - type: Transform + pos: -111.5,64.5 + parent: 2 + - uid: 22237 + components: + - type: Transform + pos: -110.5,64.5 + parent: 2 + - uid: 22238 + components: + - type: Transform + pos: -109.5,64.5 + parent: 2 + - uid: 22239 + components: + - type: Transform + pos: -108.5,64.5 + parent: 2 + - uid: 22240 + components: + - type: Transform + pos: -107.5,64.5 + parent: 2 + - uid: 22241 + components: + - type: Transform + pos: -106.5,64.5 + parent: 2 + - uid: 22242 + components: + - type: Transform + pos: -105.5,64.5 + parent: 2 + - uid: 22243 + components: + - type: Transform + pos: -104.5,64.5 + parent: 2 + - uid: 22244 + components: + - type: Transform + pos: -103.5,64.5 + parent: 2 + - uid: 22245 + components: + - type: Transform + pos: -102.5,64.5 + parent: 2 + - uid: 22246 + components: + - type: Transform + pos: -101.5,64.5 + parent: 2 + - uid: 22247 + components: + - type: Transform + pos: -101.5,65.5 + parent: 2 + - uid: 22248 + components: + - type: Transform + pos: -100.5,65.5 + parent: 2 + - uid: 22249 + components: + - type: Transform + pos: -101.5,63.5 + parent: 2 + - uid: 22250 + components: + - type: Transform + pos: -100.5,63.5 + parent: 2 + - uid: 22251 + components: + - type: Transform + pos: -99.5,63.5 + parent: 2 + - uid: 22252 + components: + - type: Transform + pos: -99.5,62.5 + parent: 2 + - uid: 22253 + components: + - type: Transform + pos: -99.5,61.5 + parent: 2 + - uid: 22254 + components: + - type: Transform + pos: -99.5,60.5 + parent: 2 + - uid: 22256 + components: + - type: Transform + pos: -98.5,60.5 + parent: 2 + - uid: 23038 + components: + - type: Transform + pos: -61.5,44.5 + parent: 2 + - uid: 23343 + components: + - type: Transform + pos: -17.5,35.5 + parent: 2 + - uid: 23699 + components: + - type: Transform + pos: -27.5,55.5 + parent: 2 + - uid: 23755 + components: + - type: Transform + pos: -2.5,64.5 + parent: 2 + - uid: 23756 + components: + - type: Transform + pos: -1.5,64.5 + parent: 2 + - uid: 23757 + components: + - type: Transform + pos: -0.5,64.5 + parent: 2 + - uid: 23758 + components: + - type: Transform + pos: 0.5,64.5 + parent: 2 + - uid: 23764 + components: + - type: Transform + pos: -53.5,55.5 + parent: 2 + - uid: 23766 + components: + - type: Transform + pos: -55.5,56.5 + parent: 2 + - uid: 23822 + components: + - type: Transform + pos: -20.5,35.5 + parent: 2 + - uid: 25227 + components: + - type: Transform + pos: -22.5,35.5 + parent: 2 + - uid: 29266 + components: + - type: Transform + pos: -15.5,43.5 + parent: 2 + - uid: 29976 + components: + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 30094 + components: + - type: Transform + pos: -17.5,44.5 + parent: 2 + - uid: 30793 + components: + - type: Transform + pos: -34.5,69.5 + parent: 2 + - uid: 30794 + components: + - type: Transform + pos: -35.5,69.5 + parent: 2 + - uid: 30795 + components: + - type: Transform + pos: -36.5,69.5 + parent: 2 + - uid: 30796 + components: + - type: Transform + pos: -37.5,69.5 + parent: 2 + - uid: 30797 + components: + - type: Transform + pos: -38.5,69.5 + parent: 2 + - uid: 30798 + components: + - type: Transform + pos: -39.5,69.5 + parent: 2 + - uid: 30799 + components: + - type: Transform + pos: -40.5,69.5 + parent: 2 + - uid: 30800 + components: + - type: Transform + pos: -41.5,69.5 + parent: 2 + - uid: 30801 + components: + - type: Transform + pos: -42.5,69.5 + parent: 2 + - uid: 30802 + components: + - type: Transform + pos: -43.5,69.5 + parent: 2 + - uid: 30803 + components: + - type: Transform + pos: -44.5,69.5 + parent: 2 + - uid: 30804 + components: + - type: Transform + pos: -45.5,69.5 + parent: 2 + - uid: 30805 + components: + - type: Transform + pos: -46.5,69.5 + parent: 2 + - uid: 30806 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 + - uid: 30807 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 + - uid: 30808 + components: + - type: Transform + pos: -46.5,66.5 + parent: 2 + - uid: 30809 + components: + - type: Transform + pos: -46.5,65.5 + parent: 2 + - uid: 30810 + components: + - type: Transform + pos: -46.5,64.5 + parent: 2 + - uid: 30811 + components: + - type: Transform + pos: -46.5,63.5 + parent: 2 + - uid: 30812 + components: + - type: Transform + pos: -46.5,62.5 + parent: 2 + - uid: 30813 + components: + - type: Transform + pos: -46.5,61.5 + parent: 2 + - uid: 30814 + components: + - type: Transform + pos: -46.5,60.5 + parent: 2 + - uid: 30815 + components: + - type: Transform + pos: -46.5,59.5 + parent: 2 + - uid: 30816 + components: + - type: Transform + pos: -45.5,59.5 + parent: 2 + - uid: 30817 + components: + - type: Transform + pos: -44.5,59.5 + parent: 2 + - uid: 30818 + components: + - type: Transform + pos: -43.5,59.5 + parent: 2 + - uid: 30819 + components: + - type: Transform + pos: -42.5,59.5 + parent: 2 + - uid: 30820 + components: + - type: Transform + pos: -42.5,58.5 + parent: 2 + - uid: 30821 + components: + - type: Transform + pos: -42.5,57.5 + parent: 2 + - uid: 30822 + components: + - type: Transform + pos: -42.5,56.5 + parent: 2 + - uid: 30823 + components: + - type: Transform + pos: -41.5,56.5 + parent: 2 + - uid: 30824 + components: + - type: Transform + pos: -40.5,56.5 + parent: 2 + - uid: 30825 + components: + - type: Transform + pos: -39.5,56.5 + parent: 2 + - uid: 30826 + components: + - type: Transform + pos: -38.5,56.5 + parent: 2 + - uid: 30827 + components: + - type: Transform + pos: -37.5,56.5 + parent: 2 + - uid: 30828 + components: + - type: Transform + pos: -36.5,56.5 + parent: 2 + - uid: 30829 + components: + - type: Transform + pos: -35.5,56.5 + parent: 2 + - uid: 30830 + components: + - type: Transform + pos: -35.5,54.5 + parent: 2 + - uid: 30831 + components: + - type: Transform + pos: -35.5,53.5 + parent: 2 + - uid: 30832 + components: + - type: Transform + pos: -34.5,53.5 + parent: 2 + - uid: 30833 + components: + - type: Transform + pos: -33.5,53.5 + parent: 2 + - uid: 30834 + components: + - type: Transform + pos: -32.5,53.5 + parent: 2 + - uid: 30835 + components: + - type: Transform + pos: -31.5,53.5 + parent: 2 + - uid: 30836 + components: + - type: Transform + pos: -30.5,53.5 + parent: 2 + - uid: 30837 + components: + - type: Transform + pos: -29.5,53.5 + parent: 2 + - uid: 30838 + components: + - type: Transform + pos: -29.5,52.5 + parent: 2 + - uid: 30839 + components: + - type: Transform + pos: -29.5,51.5 + parent: 2 + - uid: 30840 + components: + - type: Transform + pos: -28.5,51.5 + parent: 2 + - uid: 30841 + components: + - type: Transform + pos: -27.5,51.5 + parent: 2 + - uid: 30842 + components: + - type: Transform + pos: -26.5,51.5 + parent: 2 + - uid: 30843 + components: + - type: Transform + pos: -25.5,51.5 + parent: 2 + - uid: 30844 + components: + - type: Transform + pos: -24.5,51.5 + parent: 2 + - uid: 30845 + components: + - type: Transform + pos: -23.5,51.5 + parent: 2 + - uid: 30846 + components: + - type: Transform + pos: -22.5,51.5 + parent: 2 + - uid: 30847 + components: + - type: Transform + pos: -21.5,51.5 + parent: 2 + - uid: 30848 + components: + - type: Transform + pos: -20.5,51.5 + parent: 2 + - uid: 30849 + components: + - type: Transform + pos: -19.5,51.5 + parent: 2 + - uid: 30850 + components: + - type: Transform + pos: -18.5,51.5 + parent: 2 + - uid: 30944 + components: + - type: Transform + pos: -29.5,71.5 + parent: 2 + - uid: 30945 + components: + - type: Transform + pos: -29.5,72.5 + parent: 2 + - uid: 30946 + components: + - type: Transform + pos: -29.5,73.5 + parent: 2 + - uid: 30947 + components: + - type: Transform + pos: -29.5,74.5 + parent: 2 + - uid: 30948 + components: + - type: Transform + pos: -29.5,75.5 + parent: 2 + - uid: 30949 + components: + - type: Transform + pos: -29.5,76.5 + parent: 2 + - uid: 30950 + components: + - type: Transform + pos: -29.5,77.5 + parent: 2 + - uid: 30951 + components: + - type: Transform + pos: -28.5,77.5 + parent: 2 + - uid: 30952 + components: + - type: Transform + pos: -27.5,77.5 + parent: 2 + - uid: 30953 + components: + - type: Transform + pos: -26.5,77.5 + parent: 2 + - uid: 30954 + components: + - type: Transform + pos: -25.5,77.5 + parent: 2 + - uid: 30955 + components: + - type: Transform + pos: -24.5,77.5 + parent: 2 + - uid: 30956 + components: + - type: Transform + pos: -24.5,76.5 + parent: 2 + - uid: 30957 + components: + - type: Transform + pos: -23.5,76.5 + parent: 2 + - uid: 30958 + components: + - type: Transform + pos: -22.5,76.5 + parent: 2 + - uid: 30959 + components: + - type: Transform + pos: -21.5,76.5 + parent: 2 + - uid: 30960 + components: + - type: Transform + pos: -20.5,76.5 + parent: 2 + - uid: 30961 + components: + - type: Transform + pos: -20.5,75.5 + parent: 2 + - uid: 30962 + components: + - type: Transform + pos: -20.5,74.5 + parent: 2 + - uid: 30963 + components: + - type: Transform + pos: -20.5,73.5 + parent: 2 + - uid: 30964 + components: + - type: Transform + pos: -20.5,72.5 + parent: 2 + - uid: 30966 + components: + - type: Transform + pos: -21.5,71.5 + parent: 2 + - uid: 30967 + components: + - type: Transform + pos: -22.5,71.5 + parent: 2 + - uid: 30968 + components: + - type: Transform + pos: -23.5,71.5 + parent: 2 + - uid: 30969 + components: + - type: Transform + pos: -24.5,71.5 + parent: 2 + - uid: 30970 + components: + - type: Transform + pos: -25.5,71.5 + parent: 2 + - uid: 30971 + components: + - type: Transform + pos: -26.5,71.5 + parent: 2 + - uid: 30972 + components: + - type: Transform + pos: -27.5,71.5 + parent: 2 + - uid: 30973 + components: + - type: Transform + pos: -28.5,71.5 + parent: 2 + - uid: 30974 + components: + - type: Transform + pos: -29.5,71.5 + parent: 2 + - uid: 30975 + components: + - type: Transform + pos: -22.5,70.5 + parent: 2 + - uid: 30978 + components: + - type: Transform + pos: -31.5,72.5 + parent: 2 + - uid: 30979 + components: + - type: Transform + pos: -31.5,73.5 + parent: 2 + - uid: 30980 + components: + - type: Transform + pos: -31.5,74.5 + parent: 2 + - uid: 30981 + components: + - type: Transform + pos: -31.5,75.5 + parent: 2 + - uid: 30982 + components: + - type: Transform + pos: -31.5,76.5 + parent: 2 + - uid: 30983 + components: + - type: Transform + pos: -31.5,77.5 + parent: 2 + - uid: 30984 + components: + - type: Transform + pos: -31.5,78.5 + parent: 2 + - uid: 30985 + components: + - type: Transform + pos: -31.5,79.5 + parent: 2 + - uid: 30986 + components: + - type: Transform + pos: -30.5,79.5 + parent: 2 + - uid: 30987 + components: + - type: Transform + pos: -29.5,79.5 + parent: 2 + - uid: 30988 + components: + - type: Transform + pos: -28.5,79.5 + parent: 2 + - uid: 30989 + components: + - type: Transform + pos: -27.5,79.5 + parent: 2 + - uid: 30990 + components: + - type: Transform + pos: -26.5,79.5 + parent: 2 + - uid: 30991 + components: + - type: Transform + pos: -25.5,79.5 + parent: 2 + - uid: 30992 + components: + - type: Transform + pos: -24.5,79.5 + parent: 2 + - uid: 30993 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 + - uid: 30994 + components: + - type: Transform + pos: -22.5,79.5 + parent: 2 + - uid: 30995 + components: + - type: Transform + pos: -22.5,78.5 + parent: 2 + - uid: 30996 + components: + - type: Transform + pos: -21.5,78.5 + parent: 2 + - uid: 30997 + components: + - type: Transform + pos: -20.5,78.5 + parent: 2 + - uid: 30998 + components: + - type: Transform + pos: -19.5,78.5 + parent: 2 + - uid: 30999 + components: + - type: Transform + pos: -18.5,78.5 + parent: 2 + - uid: 31000 + components: + - type: Transform + pos: -18.5,77.5 + parent: 2 + - uid: 31001 + components: + - type: Transform + pos: -18.5,76.5 + parent: 2 + - uid: 31002 + components: + - type: Transform + pos: -18.5,75.5 + parent: 2 + - uid: 31003 + components: + - type: Transform + pos: -18.5,74.5 + parent: 2 + - uid: 31004 + components: + - type: Transform + pos: -18.5,73.5 + parent: 2 + - uid: 31005 + components: + - type: Transform + pos: -18.5,72.5 + parent: 2 + - uid: 31009 + components: + - type: Transform + pos: -21.5,71.5 + parent: 2 + - uid: 31092 + components: + - type: Transform + pos: -51.5,65.5 + parent: 2 + - uid: 31228 + components: + - type: Transform + pos: -93.5,66.5 + parent: 2 + - uid: 31229 + components: + - type: Transform + pos: -92.5,67.5 + parent: 2 + - uid: 31230 + components: + - type: Transform + pos: -63.5,64.5 + parent: 2 + - uid: 31231 + components: + - type: Transform + pos: -62.5,64.5 + parent: 2 + - uid: 31232 + components: + - type: Transform + pos: -61.5,64.5 + parent: 2 + - uid: 31233 + components: + - type: Transform + pos: -60.5,64.5 + parent: 2 + - uid: 31234 + components: + - type: Transform + pos: -59.5,64.5 + parent: 2 + - uid: 31235 + components: + - type: Transform + pos: -58.5,64.5 + parent: 2 + - uid: 31236 + components: + - type: Transform + pos: -57.5,64.5 + parent: 2 + - uid: 31237 + components: + - type: Transform + pos: -56.5,64.5 + parent: 2 + - uid: 31238 + components: + - type: Transform + pos: -55.5,64.5 + parent: 2 + - uid: 31239 + components: + - type: Transform + pos: -54.5,64.5 + parent: 2 + - uid: 31240 + components: + - type: Transform + pos: -53.5,64.5 + parent: 2 + - uid: 31241 + components: + - type: Transform + pos: -52.5,64.5 + parent: 2 + - uid: 31242 + components: + - type: Transform + pos: -51.5,64.5 + parent: 2 + - uid: 31243 + components: + - type: Transform + pos: -51.5,66.5 + parent: 2 + - uid: 31244 + components: + - type: Transform + pos: -51.5,67.5 + parent: 2 + - uid: 31245 + components: + - type: Transform + pos: -51.5,68.5 + parent: 2 + - uid: 31246 + components: + - type: Transform + pos: -51.5,69.5 + parent: 2 + - uid: 31247 + components: + - type: Transform + pos: -51.5,70.5 + parent: 2 + - uid: 31248 + components: + - type: Transform + pos: -51.5,71.5 + parent: 2 + - uid: 31249 + components: + - type: Transform + pos: -51.5,72.5 + parent: 2 + - uid: 31250 + components: + - type: Transform + pos: -51.5,73.5 + parent: 2 + - uid: 31252 + components: + - type: Transform + pos: -50.5,73.5 + parent: 2 + - uid: 31253 + components: + - type: Transform + pos: -49.5,73.5 + parent: 2 + - uid: 31254 + components: + - type: Transform + pos: -48.5,73.5 + parent: 2 + - uid: 31255 + components: + - type: Transform + pos: -47.5,73.5 + parent: 2 + - uid: 31256 + components: + - type: Transform + pos: -46.5,73.5 + parent: 2 + - uid: 31257 + components: + - type: Transform + pos: -45.5,73.5 + parent: 2 + - uid: 31258 + components: + - type: Transform + pos: -44.5,73.5 + parent: 2 + - uid: 31259 + components: + - type: Transform + pos: -43.5,73.5 + parent: 2 + - uid: 31260 + components: + - type: Transform + pos: -42.5,73.5 + parent: 2 + - uid: 31261 + components: + - type: Transform + pos: -41.5,73.5 + parent: 2 + - uid: 31262 + components: + - type: Transform + pos: -40.5,73.5 + parent: 2 + - uid: 31263 + components: + - type: Transform + pos: -39.5,73.5 + parent: 2 + - uid: 31264 + components: + - type: Transform + pos: -38.5,73.5 + parent: 2 + - uid: 31265 + components: + - type: Transform + pos: -37.5,73.5 + parent: 2 + - uid: 31266 + components: + - type: Transform + pos: -36.5,73.5 + parent: 2 + - uid: 31267 + components: + - type: Transform + pos: -35.5,73.5 + parent: 2 + - uid: 31268 + components: + - type: Transform + pos: -34.5,73.5 + parent: 2 + - uid: 31269 + components: + - type: Transform + pos: -33.5,73.5 + parent: 2 + - uid: 31270 + components: + - type: Transform + pos: -32.5,73.5 + parent: 2 + - uid: 31285 + components: + - type: Transform + pos: -80.5,53.5 + parent: 2 + - uid: 31289 + components: + - type: Transform + pos: -59.5,44.5 + parent: 2 + - uid: 31290 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 31291 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 + - uid: 31292 + components: + - type: Transform + pos: -56.5,44.5 + parent: 2 + - uid: 31293 + components: + - type: Transform + pos: -55.5,44.5 + parent: 2 + - uid: 31294 + components: + - type: Transform + pos: -54.5,44.5 + parent: 2 + - uid: 31295 + components: + - type: Transform + pos: -54.5,43.5 + parent: 2 + - uid: 31296 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 + - uid: 31297 + components: + - type: Transform + pos: -54.5,41.5 + parent: 2 + - uid: 31298 + components: + - type: Transform + pos: -54.5,40.5 + parent: 2 + - uid: 31328 + components: + - type: Transform + pos: -92.5,66.5 + parent: 2 + - uid: 31508 + components: + - type: Transform + pos: -30.5,72.5 + parent: 2 + - uid: 31509 + components: + - type: Transform + pos: -32.5,72.5 + parent: 2 + - uid: 31510 + components: + - type: Transform + pos: -32.5,71.5 + parent: 2 + - uid: 31511 + components: + - type: Transform + pos: -32.5,70.5 + parent: 2 + - uid: 31697 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 31794 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - uid: 31795 + components: + - type: Transform + pos: -68.5,-3.5 + parent: 2 + - uid: 31796 + components: + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 31797 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 + - uid: 31798 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 31799 + components: + - type: Transform + pos: -65.5,-3.5 + parent: 2 + - uid: 31843 + components: + - type: Transform + pos: -62.5,26.5 + parent: 2 + - uid: 31844 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - uid: 31845 + components: + - type: Transform + pos: -62.5,24.5 + parent: 2 + - uid: 31846 + components: + - type: Transform + pos: -62.5,23.5 + parent: 2 + - uid: 31847 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 + - uid: 31848 + components: + - type: Transform + pos: -63.5,25.5 + parent: 2 + - uid: 31849 + components: + - type: Transform + pos: -63.5,24.5 + parent: 2 + - uid: 31850 + components: + - type: Transform + pos: -63.5,23.5 + parent: 2 + - uid: 31851 + components: + - type: Transform + pos: -64.5,26.5 + parent: 2 + - uid: 31852 + components: + - type: Transform + pos: -64.5,25.5 + parent: 2 + - uid: 31853 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 + - uid: 31854 + components: + - type: Transform + pos: -64.5,23.5 + parent: 2 + - uid: 31855 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 31856 + components: + - type: Transform + pos: -60.5,25.5 + parent: 2 + - uid: 31857 + components: + - type: Transform + pos: -60.5,24.5 + parent: 2 + - uid: 31858 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 31859 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 + - uid: 31860 + components: + - type: Transform + pos: -59.5,25.5 + parent: 2 + - uid: 31861 + components: + - type: Transform + pos: -59.5,24.5 + parent: 2 + - uid: 31862 + components: + - type: Transform + pos: -59.5,23.5 + parent: 2 + - uid: 31863 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 31864 + components: + - type: Transform + pos: -58.5,25.5 + parent: 2 + - uid: 31865 + components: + - type: Transform + pos: -58.5,24.5 + parent: 2 + - uid: 31866 + components: + - type: Transform + pos: -58.5,23.5 + parent: 2 + - uid: 31891 + components: + - type: Transform + pos: -79.5,51.5 + parent: 2 + - uid: 31899 + components: + - type: Transform + pos: 50.5,-79.5 + parent: 2 + - uid: 31900 + components: + - type: Transform + pos: 65.5,-75.5 + parent: 2 + - uid: 31901 + components: + - type: Transform + pos: 53.5,-71.5 + parent: 2 + - uid: 31902 + components: + - type: Transform + pos: 65.5,-76.5 + parent: 2 + - uid: 31903 + components: + - type: Transform + pos: 52.5,-71.5 + parent: 2 + - uid: 31907 + components: + - type: Transform + pos: -80.5,51.5 + parent: 2 + - uid: 31922 + components: + - type: Transform + pos: -89.5,-54.5 + parent: 2 + - uid: 31923 + components: + - type: Transform + pos: -89.5,-60.5 + parent: 2 + - uid: 31924 + components: + - type: Transform + pos: -89.5,-59.5 + parent: 2 + - uid: 31925 + components: + - type: Transform + pos: -89.5,-58.5 + parent: 2 + - uid: 31960 + components: + - type: Transform + pos: -81.5,-39.5 + parent: 2 + - uid: 31998 + components: + - type: Transform + pos: -80.5,-39.5 + parent: 2 + - uid: 32006 + components: + - type: Transform + pos: -85.5,-38.5 + parent: 2 + - uid: 32007 + components: + - type: Transform + pos: -89.5,-57.5 + parent: 2 + - uid: 32008 + components: + - type: Transform + pos: -89.5,-38.5 + parent: 2 + - uid: 32009 + components: + - type: Transform + pos: -89.5,-47.5 + parent: 2 + - uid: 32162 + components: + - type: Transform + pos: -93.5,50.5 + parent: 2 + - uid: 32163 + components: + - type: Transform + pos: -93.5,49.5 + parent: 2 + - uid: 32164 + components: + - type: Transform + pos: -93.5,48.5 + parent: 2 + - uid: 32165 + components: + - type: Transform + pos: -94.5,48.5 + parent: 2 + - uid: 32166 + components: + - type: Transform + pos: -95.5,48.5 + parent: 2 + - uid: 32167 + components: + - type: Transform + pos: -96.5,48.5 + parent: 2 + - uid: 32168 + components: + - type: Transform + pos: -97.5,48.5 + parent: 2 + - uid: 32169 + components: + - type: Transform + pos: -98.5,48.5 + parent: 2 + - uid: 32170 + components: + - type: Transform + pos: -99.5,48.5 + parent: 2 + - uid: 32171 + components: + - type: Transform + pos: -100.5,48.5 + parent: 2 + - uid: 32172 + components: + - type: Transform + pos: -100.5,47.5 + parent: 2 + - uid: 32173 + components: + - type: Transform + pos: -100.5,46.5 + parent: 2 + - uid: 32224 + components: + - type: Transform + pos: -99.5,52.5 + parent: 2 + - uid: 32225 + components: + - type: Transform + pos: -98.5,52.5 + parent: 2 + - uid: 32226 + components: + - type: Transform + pos: -97.5,52.5 + parent: 2 + - uid: 32227 + components: + - type: Transform + pos: -99.5,50.5 + parent: 2 + - uid: 32228 + components: + - type: Transform + pos: -98.5,50.5 + parent: 2 + - uid: 32229 + components: + - type: Transform + pos: -97.5,50.5 + parent: 2 + - uid: 32289 + components: + - type: Transform + pos: -64.5,64.5 + parent: 2 + - uid: 32290 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 + - uid: 32294 + components: + - type: Transform + pos: -99.5,64.5 + parent: 2 + - uid: 32295 + components: + - type: Transform + pos: -98.5,64.5 + parent: 2 + - uid: 32296 + components: + - type: Transform + pos: -97.5,64.5 + parent: 2 + - uid: 32297 + components: + - type: Transform + pos: -94.5,66.5 + parent: 2 + - uid: 32298 + components: + - type: Transform + pos: -94.5,65.5 + parent: 2 + - uid: 32299 + components: + - type: Transform + pos: -95.5,65.5 + parent: 2 + - uid: 32312 + components: + - type: Transform + pos: -86.5,-34.5 + parent: 2 + - uid: 33693 + components: + - type: Transform + pos: -50.5,54.5 + parent: 2 + - uid: 33710 + components: + - type: Transform + pos: -15.5,41.5 + parent: 2 + - uid: 34050 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 34051 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 34052 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 34053 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 34054 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 34807 + components: + - type: Transform + pos: -56.5,57.5 + parent: 2 + - uid: 34808 + components: + - type: Transform + pos: -56.5,58.5 + parent: 2 + - uid: 34809 + components: + - type: Transform + pos: -56.5,59.5 + parent: 2 + - uid: 34810 + components: + - type: Transform + pos: -57.5,59.5 + parent: 2 + - uid: 34811 + components: + - type: Transform + pos: -55.5,59.5 + parent: 2 + - uid: 34812 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 + - uid: 34813 + components: + - type: Transform + pos: -54.5,53.5 + parent: 2 + - uid: 34814 + components: + - type: Transform + pos: -54.5,52.5 + parent: 2 + - uid: 34815 + components: + - type: Transform + pos: -51.5,54.5 + parent: 2 + - uid: 34816 + components: + - type: Transform + pos: -51.5,53.5 + parent: 2 + - uid: 34817 + components: + - type: Transform + pos: -51.5,52.5 + parent: 2 + - uid: 34818 + components: + - type: Transform + pos: -52.5,52.5 + parent: 2 + - uid: 34819 + components: + - type: Transform + pos: -53.5,52.5 + parent: 2 + - uid: 34820 + components: + - type: Transform + pos: -54.5,51.5 + parent: 2 + - uid: 34821 + components: + - type: Transform + pos: -54.5,50.5 + parent: 2 + - uid: 34822 + components: + - type: Transform + pos: -54.5,49.5 + parent: 2 + - uid: 34823 + components: + - type: Transform + pos: -54.5,48.5 + parent: 2 + - uid: 34824 + components: + - type: Transform + pos: -54.5,47.5 + parent: 2 + - uid: 34825 + components: + - type: Transform + pos: -54.5,46.5 + parent: 2 + - uid: 34826 + components: + - type: Transform + pos: -54.5,45.5 + parent: 2 + - uid: 35086 + components: + - type: Transform + pos: -80.5,61.5 + parent: 2 + - uid: 35087 + components: + - type: Transform + pos: -80.5,65.5 + parent: 2 + - uid: 35088 + components: + - type: Transform + pos: -80.5,66.5 + parent: 2 + - uid: 35089 + components: + - type: Transform + pos: -80.5,67.5 + parent: 2 + - uid: 35090 + components: + - type: Transform + pos: -80.5,68.5 + parent: 2 + - uid: 35091 + components: + - type: Transform + pos: -80.5,70.5 + parent: 2 + - uid: 35092 + components: + - type: Transform + pos: -80.5,72.5 + parent: 2 + - uid: 35093 + components: + - type: Transform + pos: -80.5,73.5 + parent: 2 + - uid: 35094 + components: + - type: Transform + pos: -80.5,75.5 + parent: 2 + - uid: 35095 + components: + - type: Transform + pos: -80.5,76.5 + parent: 2 + - uid: 35096 + components: + - type: Transform + pos: -80.5,77.5 + parent: 2 + - uid: 35097 + components: + - type: Transform + pos: -80.5,78.5 + parent: 2 + - uid: 35098 + components: + - type: Transform + pos: -80.5,79.5 + parent: 2 + - uid: 35099 + components: + - type: Transform + pos: -80.5,82.5 + parent: 2 + - uid: 35100 + components: + - type: Transform + pos: -80.5,83.5 + parent: 2 + - uid: 35101 + components: + - type: Transform + pos: -80.5,84.5 + parent: 2 + - uid: 35102 + components: + - type: Transform + pos: -80.5,86.5 + parent: 2 + - uid: 35103 + components: + - type: Transform + pos: -80.5,87.5 + parent: 2 + - uid: 35104 + components: + - type: Transform + pos: -80.5,88.5 + parent: 2 + - uid: 35105 + components: + - type: Transform + pos: -80.5,93.5 + parent: 2 + - uid: 35106 + components: + - type: Transform + pos: -80.5,92.5 + parent: 2 + - uid: 35107 + components: + - type: Transform + pos: -80.5,98.5 + parent: 2 + - uid: 35108 + components: + - type: Transform + pos: -80.5,100.5 + parent: 2 + - uid: 35109 + components: + - type: Transform + pos: -80.5,101.5 + parent: 2 + - uid: 35110 + components: + - type: Transform + pos: -80.5,102.5 + parent: 2 + - uid: 35111 + components: + - type: Transform + pos: -81.5,102.5 + parent: 2 + - uid: 35112 + components: + - type: Transform + pos: -81.5,103.5 + parent: 2 + - uid: 35113 + components: + - type: Transform + pos: -80.5,90.5 + parent: 2 + - uid: 35114 + components: + - type: Transform + pos: -77.5,96.5 + parent: 2 + - uid: 35115 + components: + - type: Transform + pos: -76.5,96.5 + parent: 2 + - uid: 35116 + components: + - type: Transform + pos: -75.5,96.5 + parent: 2 + - uid: 35117 + components: + - type: Transform + pos: -74.5,96.5 + parent: 2 + - uid: 35118 + components: + - type: Transform + pos: -72.5,95.5 + parent: 2 + - uid: 35119 + components: + - type: Transform + pos: -72.5,94.5 + parent: 2 + - uid: 35120 + components: + - type: Transform + pos: -73.5,94.5 + parent: 2 + - uid: 35121 + components: + - type: Transform + pos: -71.5,90.5 + parent: 2 + - uid: 35122 + components: + - type: Transform + pos: -72.5,90.5 + parent: 2 + - uid: 35123 + components: + - type: Transform + pos: -72.5,91.5 + parent: 2 + - uid: 35124 + components: + - type: Transform + pos: -73.5,91.5 + parent: 2 + - uid: 35125 + components: + - type: Transform + pos: -74.5,91.5 + parent: 2 + - uid: 35126 + components: + - type: Transform + pos: -76.5,91.5 + parent: 2 + - uid: 35127 + components: + - type: Transform + pos: -77.5,91.5 + parent: 2 + - uid: 35128 + components: + - type: Transform + pos: -77.5,90.5 + parent: 2 + - uid: 35129 + components: + - type: Transform + pos: -78.5,90.5 + parent: 2 + - uid: 35130 + components: + - type: Transform + pos: -79.5,90.5 + parent: 2 + - uid: 35131 + components: + - type: Transform + pos: -81.5,90.5 + parent: 2 + - uid: 35132 + components: + - type: Transform + pos: -80.5,91.5 + parent: 2 + - uid: 35133 + components: + - type: Transform + pos: -72.5,86.5 + parent: 2 + - uid: 35134 + components: + - type: Transform + pos: -82.5,90.5 + parent: 2 + - uid: 35135 + components: + - type: Transform + pos: -83.5,89.5 + parent: 2 + - uid: 35136 + components: + - type: Transform + pos: -84.5,89.5 + parent: 2 + - uid: 35137 + components: + - type: Transform + pos: -83.5,90.5 + parent: 2 + - uid: 35138 + components: + - type: Transform + pos: -85.5,86.5 + parent: 2 + - uid: 35139 + components: + - type: Transform + pos: -88.5,84.5 + parent: 2 + - uid: 35140 + components: + - type: Transform + pos: -87.5,84.5 + parent: 2 + - uid: 35141 + components: + - type: Transform + pos: -86.5,84.5 + parent: 2 + - uid: 35142 + components: + - type: Transform + pos: -77.5,86.5 + parent: 2 + - uid: 35143 + components: + - type: Transform + pos: -76.5,86.5 + parent: 2 + - uid: 35144 + components: + - type: Transform + pos: -75.5,86.5 + parent: 2 + - uid: 35145 + components: + - type: Transform + pos: -77.5,85.5 + parent: 2 + - uid: 35146 + components: + - type: Transform + pos: -78.5,85.5 + parent: 2 + - uid: 35147 + components: + - type: Transform + pos: -80.5,89.5 + parent: 2 + - uid: 35148 + components: + - type: Transform + pos: -71.5,85.5 + parent: 2 + - uid: 35149 + components: + - type: Transform + pos: -72.5,85.5 + parent: 2 + - uid: 35150 + components: + - type: Transform + pos: -72.5,84.5 + parent: 2 + - uid: 35151 + components: + - type: Transform + pos: -73.5,84.5 + parent: 2 + - uid: 35152 + components: + - type: Transform + pos: -72.5,79.5 + parent: 2 + - uid: 35153 + components: + - type: Transform + pos: -73.5,79.5 + parent: 2 + - uid: 35154 + components: + - type: Transform + pos: -74.5,79.5 + parent: 2 + - uid: 35155 + components: + - type: Transform + pos: -72.5,80.5 + parent: 2 + - uid: 35156 + components: + - type: Transform + pos: -71.5,80.5 + parent: 2 + - uid: 35157 + components: + - type: Transform + pos: -76.5,81.5 + parent: 2 + - uid: 35158 + components: + - type: Transform + pos: -77.5,81.5 + parent: 2 + - uid: 35159 + components: + - type: Transform + pos: -73.5,81.5 + parent: 2 + - uid: 35160 + components: + - type: Transform + pos: -72.5,81.5 + parent: 2 + - uid: 35161 + components: + - type: Transform + pos: -73.5,76.5 + parent: 2 + - uid: 35162 + components: + - type: Transform + pos: -74.5,76.5 + parent: 2 + - uid: 35163 + components: + - type: Transform + pos: -75.5,76.5 + parent: 2 + - uid: 35164 + components: + - type: Transform + pos: -76.5,76.5 + parent: 2 + - uid: 35165 + components: + - type: Transform + pos: -77.5,76.5 + parent: 2 + - uid: 35166 + components: + - type: Transform + pos: -71.5,55.5 + parent: 2 + - uid: 35167 + components: + - type: Transform + pos: -72.5,55.5 + parent: 2 + - uid: 35168 + components: + - type: Transform + pos: -72.5,54.5 + parent: 2 + - uid: 35169 + components: + - type: Transform + pos: -73.5,54.5 + parent: 2 + - uid: 35170 + components: + - type: Transform + pos: -74.5,54.5 + parent: 2 + - uid: 35171 + components: + - type: Transform + pos: -75.5,54.5 + parent: 2 + - uid: 35172 + components: + - type: Transform + pos: -76.5,54.5 + parent: 2 + - uid: 35173 + components: + - type: Transform + pos: -77.5,54.5 + parent: 2 + - uid: 35174 + components: + - type: Transform + pos: -77.5,55.5 + parent: 2 + - uid: 35175 + components: + - type: Transform + pos: -78.5,55.5 + parent: 2 + - uid: 35176 + components: + - type: Transform + pos: -79.5,55.5 + parent: 2 + - uid: 35177 + components: + - type: Transform + pos: -77.5,56.5 + parent: 2 + - uid: 35178 + components: + - type: Transform + pos: -76.5,56.5 + parent: 2 + - uid: 35179 + components: + - type: Transform + pos: -74.5,56.5 + parent: 2 + - uid: 35180 + components: + - type: Transform + pos: -73.5,56.5 + parent: 2 + - uid: 35181 + components: + - type: Transform + pos: -72.5,56.5 + parent: 2 + - uid: 35182 + components: + - type: Transform + pos: -81.5,55.5 + parent: 2 + - uid: 35183 + components: + - type: Transform + pos: -82.5,55.5 + parent: 2 + - uid: 35184 + components: + - type: Transform + pos: -83.5,55.5 + parent: 2 + - uid: 35185 + components: + - type: Transform + pos: -83.5,56.5 + parent: 2 + - uid: 35186 + components: + - type: Transform + pos: -84.5,56.5 + parent: 2 + - uid: 35187 + components: + - type: Transform + pos: -85.5,56.5 + parent: 2 + - uid: 35188 + components: + - type: Transform + pos: -86.5,56.5 + parent: 2 + - uid: 35189 + components: + - type: Transform + pos: -87.5,56.5 + parent: 2 + - uid: 35190 + components: + - type: Transform + pos: -88.5,56.5 + parent: 2 + - uid: 35191 + components: + - type: Transform + pos: -88.5,55.5 + parent: 2 + - uid: 35192 + components: + - type: Transform + pos: -89.5,55.5 + parent: 2 + - uid: 35193 + components: + - type: Transform + pos: -88.5,54.5 + parent: 2 + - uid: 35194 + components: + - type: Transform + pos: -87.5,54.5 + parent: 2 + - uid: 35195 + components: + - type: Transform + pos: -86.5,54.5 + parent: 2 + - uid: 35197 + components: + - type: Transform + pos: -79.5,60.5 + parent: 2 + - uid: 35198 + components: + - type: Transform + pos: -78.5,60.5 + parent: 2 + - uid: 35199 + components: + - type: Transform + pos: -77.5,60.5 + parent: 2 + - uid: 35200 + components: + - type: Transform + pos: -77.5,61.5 + parent: 2 + - uid: 35201 + components: + - type: Transform + pos: -76.5,61.5 + parent: 2 + - uid: 35202 + components: + - type: Transform + pos: -75.5,61.5 + parent: 2 + - uid: 35203 + components: + - type: Transform + pos: -74.5,61.5 + parent: 2 + - uid: 35204 + components: + - type: Transform + pos: -76.5,59.5 + parent: 2 + - uid: 35205 + components: + - type: Transform + pos: -75.5,59.5 + parent: 2 + - uid: 35206 + components: + - type: Transform + pos: -74.5,59.5 + parent: 2 + - uid: 35207 + components: + - type: Transform + pos: -73.5,59.5 + parent: 2 + - uid: 35208 + components: + - type: Transform + pos: -72.5,60.5 + parent: 2 + - uid: 35209 + components: + - type: Transform + pos: -72.5,61.5 + parent: 2 + - uid: 35210 + components: + - type: Transform + pos: -71.5,60.5 + parent: 2 + - uid: 35211 + components: + - type: Transform + pos: -83.5,61.5 + parent: 2 + - uid: 35212 + components: + - type: Transform + pos: -84.5,61.5 + parent: 2 + - uid: 35213 + components: + - type: Transform + pos: -85.5,61.5 + parent: 2 + - uid: 35214 + components: + - type: Transform + pos: -86.5,61.5 + parent: 2 + - uid: 35215 + components: + - type: Transform + pos: -88.5,61.5 + parent: 2 + - uid: 35216 + components: + - type: Transform + pos: -88.5,60.5 + parent: 2 + - uid: 35217 + components: + - type: Transform + pos: -89.5,60.5 + parent: 2 + - uid: 35218 + components: + - type: Transform + pos: -87.5,59.5 + parent: 2 + - uid: 35219 + components: + - type: Transform + pos: -86.5,59.5 + parent: 2 + - uid: 35220 + components: + - type: Transform + pos: -85.5,59.5 + parent: 2 + - uid: 35221 + components: + - type: Transform + pos: -84.5,59.5 + parent: 2 + - uid: 35222 + components: + - type: Transform + pos: -83.5,59.5 + parent: 2 + - uid: 35223 + components: + - type: Transform + pos: -83.5,60.5 + parent: 2 + - uid: 35224 + components: + - type: Transform + pos: -82.5,60.5 + parent: 2 + - uid: 35225 + components: + - type: Transform + pos: -82.5,65.5 + parent: 2 + - uid: 35226 + components: + - type: Transform + pos: -83.5,65.5 + parent: 2 + - uid: 35227 + components: + - type: Transform + pos: -83.5,66.5 + parent: 2 + - uid: 35228 + components: + - type: Transform + pos: -84.5,66.5 + parent: 2 + - uid: 35229 + components: + - type: Transform + pos: -86.5,66.5 + parent: 2 + - uid: 35230 + components: + - type: Transform + pos: -87.5,66.5 + parent: 2 + - uid: 35231 + components: + - type: Transform + pos: -88.5,66.5 + parent: 2 + - uid: 35232 + components: + - type: Transform + pos: -88.5,65.5 + parent: 2 + - uid: 35233 + components: + - type: Transform + pos: -89.5,65.5 + parent: 2 + - uid: 35234 + components: + - type: Transform + pos: -87.5,64.5 + parent: 2 + - uid: 35235 + components: + - type: Transform + pos: -86.5,64.5 + parent: 2 + - uid: 35236 + components: + - type: Transform + pos: -78.5,65.5 + parent: 2 + - uid: 35237 + components: + - type: Transform + pos: -77.5,65.5 + parent: 2 + - uid: 35238 + components: + - type: Transform + pos: -74.5,66.5 + parent: 2 + - uid: 35239 + components: + - type: Transform + pos: -73.5,66.5 + parent: 2 + - uid: 35240 + components: + - type: Transform + pos: -71.5,65.5 + parent: 2 + - uid: 35241 + components: + - type: Transform + pos: -72.5,65.5 + parent: 2 + - uid: 35242 + components: + - type: Transform + pos: -74.5,64.5 + parent: 2 + - uid: 35243 + components: + - type: Transform + pos: -75.5,64.5 + parent: 2 + - uid: 35244 + components: + - type: Transform + pos: -76.5,64.5 + parent: 2 + - uid: 35245 + components: + - type: Transform + pos: -77.5,64.5 + parent: 2 + - uid: 35246 + components: + - type: Transform + pos: -76.5,69.5 + parent: 2 + - uid: 35247 + components: + - type: Transform + pos: -75.5,69.5 + parent: 2 + - uid: 35248 + components: + - type: Transform + pos: -74.5,69.5 + parent: 2 + - uid: 35249 + components: + - type: Transform + pos: -73.5,69.5 + parent: 2 + - uid: 35250 + components: + - type: Transform + pos: -72.5,69.5 + parent: 2 + - uid: 35251 + components: + - type: Transform + pos: -72.5,70.5 + parent: 2 + - uid: 35252 + components: + - type: Transform + pos: -72.5,71.5 + parent: 2 + - uid: 35253 + components: + - type: Transform + pos: -73.5,71.5 + parent: 2 + - uid: 35254 + components: + - type: Transform + pos: -76.5,71.5 + parent: 2 + - uid: 35255 + components: + - type: Transform + pos: -78.5,70.5 + parent: 2 + - uid: 35256 + components: + - type: Transform + pos: -83.5,70.5 + parent: 2 + - uid: 35257 + components: + - type: Transform + pos: -83.5,69.5 + parent: 2 + - uid: 35258 + components: + - type: Transform + pos: -86.5,69.5 + parent: 2 + - uid: 35259 + components: + - type: Transform + pos: -87.5,69.5 + parent: 2 + - uid: 35260 + components: + - type: Transform + pos: -88.5,69.5 + parent: 2 + - uid: 35261 + components: + - type: Transform + pos: -85.5,71.5 + parent: 2 + - uid: 35262 + components: + - type: Transform + pos: -86.5,71.5 + parent: 2 + - uid: 35263 + components: + - type: Transform + pos: -88.5,76.5 + parent: 2 + - uid: 35264 + components: + - type: Transform + pos: -87.5,76.5 + parent: 2 + - uid: 35265 + components: + - type: Transform + pos: -86.5,76.5 + parent: 2 + - uid: 35266 + components: + - type: Transform + pos: -85.5,76.5 + parent: 2 + - uid: 35267 + components: + - type: Transform + pos: -84.5,76.5 + parent: 2 + - uid: 35268 + components: + - type: Transform + pos: -83.5,76.5 + parent: 2 + - uid: 35269 + components: + - type: Transform + pos: -83.5,75.5 + parent: 2 + - uid: 35270 + components: + - type: Transform + pos: -82.5,75.5 + parent: 2 + - uid: 35271 + components: + - type: Transform + pos: -81.5,75.5 + parent: 2 + - uid: 35272 + components: + - type: Transform + pos: -83.5,74.5 + parent: 2 + - uid: 35273 + components: + - type: Transform + pos: -84.5,74.5 + parent: 2 + - uid: 35274 + components: + - type: Transform + pos: -85.5,74.5 + parent: 2 + - uid: 35275 + components: + - type: Transform + pos: -86.5,74.5 + parent: 2 + - uid: 35276 + components: + - type: Transform + pos: -87.5,74.5 + parent: 2 + - uid: 35277 + components: + - type: Transform + pos: -88.5,74.5 + parent: 2 + - uid: 35278 + components: + - type: Transform + pos: -88.5,75.5 + parent: 2 + - uid: 35279 + components: + - type: Transform + pos: -89.5,75.5 + parent: 2 + - uid: 35280 + components: + - type: Transform + pos: -81.5,80.5 + parent: 2 + - uid: 35281 + components: + - type: Transform + pos: -82.5,80.5 + parent: 2 + - uid: 35282 + components: + - type: Transform + pos: -83.5,80.5 + parent: 2 + - uid: 35283 + components: + - type: Transform + pos: -84.5,81.5 + parent: 2 + - uid: 35284 + components: + - type: Transform + pos: -83.5,81.5 + parent: 2 + - uid: 35285 + components: + - type: Transform + pos: -88.5,80.5 + parent: 2 + - uid: 35286 + components: + - type: Transform + pos: -88.5,79.5 + parent: 2 + - uid: 35287 + components: + - type: Transform + pos: -87.5,79.5 + parent: 2 + - uid: 35288 + components: + - type: Transform + pos: -89.5,80.5 + parent: 2 + - uid: 35289 + components: + - type: Transform + pos: -86.5,79.5 + parent: 2 + - uid: 35290 + components: + - type: Transform + pos: -88.5,81.5 + parent: 2 + - uid: 35291 + components: + - type: Transform + pos: -85.5,79.5 + parent: 2 + - uid: 35292 + components: + - type: Transform + pos: -84.5,79.5 + parent: 2 + - uid: 35293 + components: + - type: Transform + pos: -85.5,94.5 + parent: 2 + - uid: 35294 + components: + - type: Transform + pos: -86.5,94.5 + parent: 2 + - uid: 35523 + components: + - type: Transform + pos: -18.5,43.5 + parent: 2 + - uid: 35579 + components: + - type: Transform + pos: -82.5,-20.5 + parent: 2 + - uid: 35583 + components: + - type: Transform + pos: -81.5,-20.5 + parent: 2 + - uid: 35584 + components: + - type: Transform + pos: -80.5,-20.5 + parent: 2 + - uid: 35585 + components: + - type: Transform + pos: -79.5,-20.5 + parent: 2 + - uid: 35586 + components: + - type: Transform + pos: -79.5,-21.5 + parent: 2 + - uid: 35587 + components: + - type: Transform + pos: -78.5,-21.5 + parent: 2 + - uid: 35588 + components: + - type: Transform + pos: -77.5,-21.5 + parent: 2 + - uid: 35589 + components: + - type: Transform + pos: -76.5,-21.5 + parent: 2 + - uid: 35590 + components: + - type: Transform + pos: -75.5,-21.5 + parent: 2 + - uid: 35591 + components: + - type: Transform + pos: -75.5,-22.5 + parent: 2 + - uid: 35592 + components: + - type: Transform + pos: -74.5,-22.5 + parent: 2 + - uid: 35593 + components: + - type: Transform + pos: -73.5,-22.5 + parent: 2 + - uid: 35594 + components: + - type: Transform + pos: -72.5,-22.5 + parent: 2 + - uid: 35595 + components: + - type: Transform + pos: -71.5,-22.5 + parent: 2 + - uid: 35596 + components: + - type: Transform + pos: -70.5,-22.5 + parent: 2 + - uid: 35597 + components: + - type: Transform + pos: -70.5,-23.5 + parent: 2 + - uid: 35598 + components: + - type: Transform + pos: -69.5,-23.5 + parent: 2 + - uid: 35599 + components: + - type: Transform + pos: -68.5,-23.5 + parent: 2 + - uid: 35600 + components: + - type: Transform + pos: -67.5,-23.5 + parent: 2 + - uid: 35601 + components: + - type: Transform + pos: -66.5,-23.5 + parent: 2 + - uid: 35602 + components: + - type: Transform + pos: -65.5,-23.5 + parent: 2 + - uid: 35603 + components: + - type: Transform + pos: -64.5,-23.5 + parent: 2 + - uid: 35604 + components: + - type: Transform + pos: -64.5,-24.5 + parent: 2 + - uid: 35605 + components: + - type: Transform + pos: -63.5,-24.5 + parent: 2 + - uid: 35606 + components: + - type: Transform + pos: -62.5,-24.5 + parent: 2 + - uid: 35647 + components: + - type: Transform + pos: -66.5,64.5 + parent: 2 + - uid: 35648 + components: + - type: Transform + pos: -67.5,64.5 + parent: 2 + - uid: 35649 + components: + - type: Transform + pos: -68.5,64.5 + parent: 2 + - uid: 35650 + components: + - type: Transform + pos: -69.5,64.5 + parent: 2 + - uid: 35651 + components: + - type: Transform + pos: -69.5,63.5 + parent: 2 + - uid: 35652 + components: + - type: Transform + pos: -69.5,62.5 + parent: 2 + - uid: 35653 + components: + - type: Transform + pos: -69.5,61.5 + parent: 2 + - uid: 35654 + components: + - type: Transform + pos: -69.5,60.5 + parent: 2 + - uid: 35655 + components: + - type: Transform + pos: -69.5,59.5 + parent: 2 + - uid: 35656 + components: + - type: Transform + pos: -69.5,58.5 + parent: 2 + - uid: 35657 + components: + - type: Transform + pos: -69.5,57.5 + parent: 2 + - uid: 35658 + components: + - type: Transform + pos: -69.5,56.5 + parent: 2 + - uid: 35659 + components: + - type: Transform + pos: -69.5,55.5 + parent: 2 + - uid: 35660 + components: + - type: Transform + pos: -69.5,54.5 + parent: 2 + - uid: 35661 + components: + - type: Transform + pos: -69.5,53.5 + parent: 2 + - uid: 35709 + components: + - type: Transform + pos: -61.5,63.5 + parent: 2 + - uid: 35812 + components: + - type: Transform + pos: -17.5,43.5 + parent: 2 + - uid: 35816 + components: + - type: Transform + pos: -15.5,42.5 + parent: 2 + - uid: 35817 + components: + - type: Transform + pos: -15.5,40.5 + parent: 2 + - uid: 35818 + components: + - type: Transform + pos: -50.5,52.5 + parent: 2 + - uid: 35819 + components: + - type: Transform + pos: -50.5,53.5 + parent: 2 + - uid: 35826 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 35827 + components: + - type: Transform + pos: -27.5,26.5 + parent: 2 + - uid: 35926 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 35927 + components: + - type: Transform + pos: -28.5,27.5 + parent: 2 + - uid: 35928 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 + - uid: 35929 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 35930 + components: + - type: Transform + pos: -30.5,27.5 + parent: 2 + - uid: 35931 + components: + - type: Transform + pos: -30.5,28.5 + parent: 2 + - uid: 35932 + components: + - type: Transform + pos: -30.5,29.5 + parent: 2 + - uid: 35933 + components: + - type: Transform + pos: -30.5,30.5 + parent: 2 + - uid: 35934 + components: + - type: Transform + pos: -30.5,31.5 + parent: 2 + - uid: 35935 + components: + - type: Transform + pos: -30.5,32.5 + parent: 2 + - uid: 35936 + components: + - type: Transform + pos: -29.5,32.5 + parent: 2 + - uid: 35937 + components: + - type: Transform + pos: -28.5,32.5 + parent: 2 + - uid: 35938 + components: + - type: Transform + pos: -28.5,31.5 + parent: 2 + - uid: 35939 + components: + - type: Transform + pos: -27.5,32.5 + parent: 2 + - uid: 36083 + components: + - type: Transform + pos: -26.5,32.5 + parent: 2 + - uid: 36084 + components: + - type: Transform + pos: -26.5,31.5 + parent: 2 + - uid: 36085 + components: + - type: Transform + pos: -25.5,32.5 + parent: 2 + - uid: 36086 + components: + - type: Transform + pos: -24.5,32.5 + parent: 2 + - uid: 36087 + components: + - type: Transform + pos: -24.5,31.5 + parent: 2 + - uid: 36088 + components: + - type: Transform + pos: -24.5,33.5 + parent: 2 + - uid: 36089 + components: + - type: Transform + pos: -24.5,34.5 + parent: 2 + - uid: 36090 + components: + - type: Transform + pos: -24.5,35.5 + parent: 2 + - uid: 36091 + components: + - type: Transform + pos: -30.5,35.5 + parent: 2 + - uid: 36092 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 36093 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 36094 + components: + - type: Transform + pos: -27.5,35.5 + parent: 2 + - uid: 36095 + components: + - type: Transform + pos: -26.5,35.5 + parent: 2 + - uid: 36096 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 36097 + components: + - type: Transform + pos: -23.5,35.5 + parent: 2 + - uid: 36101 + components: + - type: Transform + pos: -19.5,35.5 + parent: 2 + - uid: 36119 + components: + - type: Transform + pos: -44.5,61.5 + parent: 2 + - uid: 36124 + components: + - type: Transform + pos: -45.5,61.5 + parent: 2 + - uid: 36125 + components: + - type: Transform + pos: -45.5,64.5 + parent: 2 + - uid: 36126 + components: + - type: Transform + pos: -45.5,65.5 + parent: 2 + - uid: 36127 + components: + - type: Transform + pos: -45.5,66.5 + parent: 2 + - uid: 36128 + components: + - type: Transform + pos: -45.5,67.5 + parent: 2 + - uid: 36129 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 36130 + components: + - type: Transform + pos: -38.5,68.5 + parent: 2 + - uid: 36131 + components: + - type: Transform + pos: -37.5,68.5 + parent: 2 + - uid: 36132 + components: + - type: Transform + pos: -36.5,68.5 + parent: 2 + - uid: 36133 + components: + - type: Transform + pos: -35.5,68.5 + parent: 2 + - uid: 36141 + components: + - type: Transform + pos: -0.5,63.5 + parent: 2 + - uid: 36142 + components: + - type: Transform + pos: -17.5,59.5 + parent: 2 + - uid: 36143 + components: + - type: Transform + pos: -17.5,58.5 + parent: 2 + - uid: 36144 + components: + - type: Transform + pos: -17.5,57.5 + parent: 2 + - uid: 36145 + components: + - type: Transform + pos: -17.5,56.5 + parent: 2 + - uid: 36146 + components: + - type: Transform + pos: -17.5,55.5 + parent: 2 + - uid: 36147 + components: + - type: Transform + pos: -17.5,54.5 + parent: 2 + - uid: 36148 + components: + - type: Transform + pos: -17.5,53.5 + parent: 2 + - uid: 36149 + components: + - type: Transform + pos: -17.5,52.5 + parent: 2 + - uid: 36150 + components: + - type: Transform + pos: -17.5,51.5 + parent: 2 + - uid: 36152 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 + - uid: 36153 + components: + - type: Transform + pos: -22.5,49.5 + parent: 2 + - uid: 36154 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - uid: 36155 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 + - uid: 36156 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - uid: 36157 + components: + - type: Transform + pos: -28.5,45.5 + parent: 2 + - uid: 36158 + components: + - type: Transform + pos: -28.5,46.5 + parent: 2 + - uid: 36159 + components: + - type: Transform + pos: -28.5,47.5 + parent: 2 + - uid: 36160 + components: + - type: Transform + pos: -28.5,48.5 + parent: 2 + - uid: 36161 + components: + - type: Transform + pos: -28.5,49.5 + parent: 2 + - uid: 36162 + components: + - type: Transform + pos: -27.5,49.5 + parent: 2 + - uid: 36163 + components: + - type: Transform + pos: -28.5,44.5 + parent: 2 + - uid: 36164 + components: + - type: Transform + pos: -28.5,43.5 + parent: 2 + - uid: 36165 + components: + - type: Transform + pos: -27.5,43.5 + parent: 2 + - uid: 36166 + components: + - type: Transform + pos: -26.5,43.5 + parent: 2 + - uid: 36167 + components: + - type: Transform + pos: -25.5,43.5 + parent: 2 + - uid: 36168 + components: + - type: Transform + pos: -24.5,43.5 + parent: 2 + - uid: 36169 + components: + - type: Transform + pos: -23.5,43.5 + parent: 2 + - uid: 36170 + components: + - type: Transform + pos: -22.5,43.5 + parent: 2 + - uid: 36171 + components: + - type: Transform + pos: -21.5,43.5 + parent: 2 + - uid: 36172 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 36173 + components: + - type: Transform + pos: -21.5,45.5 + parent: 2 + - uid: 36174 + components: + - type: Transform + pos: -21.5,46.5 + parent: 2 + - uid: 36175 + components: + - type: Transform + pos: -20.5,46.5 + parent: 2 + - uid: 36176 + components: + - type: Transform + pos: -19.5,46.5 + parent: 2 + - uid: 36177 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 + - uid: 36178 + components: + - type: Transform + pos: -17.5,45.5 + parent: 2 + - uid: 36179 + components: + - type: Transform + pos: -17.5,46.5 + parent: 2 + - uid: 36180 + components: + - type: Transform + pos: -17.5,47.5 + parent: 2 + - uid: 36181 + components: + - type: Transform + pos: -17.5,48.5 + parent: 2 + - uid: 36182 + components: + - type: Transform + pos: -17.5,49.5 + parent: 2 + - uid: 36183 + components: + - type: Transform + pos: -18.5,49.5 + parent: 2 + - uid: 36185 + components: + - type: Transform + pos: -47.5,52.5 + parent: 2 + - uid: 36186 + components: + - type: Transform + pos: -46.5,52.5 + parent: 2 + - uid: 36187 + components: + - type: Transform + pos: -45.5,52.5 + parent: 2 + - uid: 36188 + components: + - type: Transform + pos: -44.5,52.5 + parent: 2 + - uid: 36189 + components: + - type: Transform + pos: -43.5,52.5 + parent: 2 + - uid: 36190 + components: + - type: Transform + pos: -42.5,52.5 + parent: 2 + - uid: 36191 + components: + - type: Transform + pos: -41.5,52.5 + parent: 2 + - uid: 36192 + components: + - type: Transform + pos: -40.5,52.5 + parent: 2 + - uid: 36193 + components: + - type: Transform + pos: -39.5,52.5 + parent: 2 + - uid: 36194 + components: + - type: Transform + pos: -38.5,52.5 + parent: 2 + - uid: 36195 + components: + - type: Transform + pos: -37.5,52.5 + parent: 2 + - uid: 36196 + components: + - type: Transform + pos: -50.5,51.5 + parent: 2 + - uid: 36197 + components: + - type: Transform + pos: -50.5,50.5 + parent: 2 + - uid: 36198 + components: + - type: Transform + pos: -50.5,49.5 + parent: 2 + - uid: 36199 + components: + - type: Transform + pos: -50.5,48.5 + parent: 2 + - uid: 36200 + components: + - type: Transform + pos: -50.5,47.5 + parent: 2 + - uid: 36201 + components: + - type: Transform + pos: -49.5,47.5 + parent: 2 + - uid: 36202 + components: + - type: Transform + pos: -48.5,47.5 + parent: 2 + - uid: 36203 + components: + - type: Transform + pos: -47.5,47.5 + parent: 2 + - uid: 36204 + components: + - type: Transform + pos: -46.5,47.5 + parent: 2 + - uid: 36205 + components: + - type: Transform + pos: -45.5,47.5 + parent: 2 + - uid: 36206 + components: + - type: Transform + pos: -44.5,47.5 + parent: 2 + - uid: 36207 + components: + - type: Transform + pos: -43.5,47.5 + parent: 2 + - uid: 36208 + components: + - type: Transform + pos: -42.5,47.5 + parent: 2 + - uid: 36209 + components: + - type: Transform + pos: -41.5,47.5 + parent: 2 + - uid: 36210 + components: + - type: Transform + pos: -40.5,47.5 + parent: 2 + - uid: 36211 + components: + - type: Transform + pos: -39.5,47.5 + parent: 2 + - uid: 36212 + components: + - type: Transform + pos: -38.5,47.5 + parent: 2 + - uid: 36213 + components: + - type: Transform + pos: -37.5,47.5 + parent: 2 + - uid: 36214 + components: + - type: Transform + pos: -36.5,47.5 + parent: 2 + - uid: 36215 + components: + - type: Transform + pos: -35.5,47.5 + parent: 2 + - uid: 36216 + components: + - type: Transform + pos: -34.5,47.5 + parent: 2 + - uid: 36217 + components: + - type: Transform + pos: -55.5,53.5 + parent: 2 + - uid: 36218 + components: + - type: Transform + pos: -55.5,54.5 + parent: 2 + - uid: 36219 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - uid: 36220 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 + - uid: 36221 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 36222 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - uid: 36223 + components: + - type: Transform + pos: -59.5,55.5 + parent: 2 + - uid: 36224 + components: + - type: Transform + pos: -59.5,56.5 + parent: 2 + - uid: 36225 + components: + - type: Transform + pos: -60.5,56.5 + parent: 2 + - uid: 36226 + components: + - type: Transform + pos: -61.5,56.5 + parent: 2 + - uid: 36227 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 + - uid: 36228 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 36229 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 36230 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 + - uid: 36231 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 36232 + components: + - type: Transform + pos: -61.5,62.5 + parent: 2 + - uid: 36233 + components: + - type: Transform + pos: -60.5,62.5 + parent: 2 + - uid: 36234 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 + - uid: 36235 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 36236 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 + - uid: 36237 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 36238 + components: + - type: Transform + pos: -55.5,62.5 + parent: 2 + - uid: 36239 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 36240 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 36241 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 36242 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - uid: 36243 + components: + - type: Transform + pos: -50.5,62.5 + parent: 2 + - uid: 36244 + components: + - type: Transform + pos: -50.5,61.5 + parent: 2 + - uid: 36245 + components: + - type: Transform + pos: -49.5,61.5 + parent: 2 + - uid: 36246 + components: + - type: Transform + pos: -48.5,61.5 + parent: 2 + - uid: 36247 + components: + - type: Transform + pos: -47.5,61.5 + parent: 2 + - uid: 36248 + components: + - type: Transform + pos: -47.5,63.5 + parent: 2 + - uid: 36249 + components: + - type: Transform + pos: -47.5,64.5 + parent: 2 + - uid: 36250 + components: + - type: Transform + pos: -47.5,65.5 + parent: 2 + - uid: 36251 + components: + - type: Transform + pos: -47.5,66.5 + parent: 2 + - uid: 36252 + components: + - type: Transform + pos: -47.5,67.5 + parent: 2 + - uid: 36253 + components: + - type: Transform + pos: -39.5,70.5 + parent: 2 + - uid: 36254 + components: + - type: Transform + pos: -39.5,71.5 + parent: 2 + - uid: 36255 + components: + - type: Transform + pos: -38.5,71.5 + parent: 2 + - uid: 36256 + components: + - type: Transform + pos: -37.5,71.5 + parent: 2 + - uid: 36257 + components: + - type: Transform + pos: -36.5,71.5 + parent: 2 + - uid: 36258 + components: + - type: Transform + pos: -35.5,71.5 + parent: 2 + - uid: 36259 + components: + - type: Transform + pos: -55.5,51.5 + parent: 2 + - uid: 36260 + components: + - type: Transform + pos: -55.5,50.5 + parent: 2 + - uid: 36261 + components: + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 36262 + components: + - type: Transform + pos: -55.5,48.5 + parent: 2 + - uid: 36263 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 36264 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 + - uid: 36265 + components: + - type: Transform + pos: -58.5,47.5 + parent: 2 + - uid: 36266 + components: + - type: Transform + pos: -59.5,47.5 + parent: 2 + - uid: 36267 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 + - uid: 36268 + components: + - type: Transform + pos: -61.5,47.5 + parent: 2 + - uid: 36269 + components: + - type: Transform + pos: -61.5,46.5 + parent: 2 + - uid: 36270 + components: + - type: Transform + pos: -61.5,45.5 + parent: 2 + - uid: 36271 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 + - uid: 36272 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 + - uid: 36273 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 36274 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - uid: 36275 + components: + - type: Transform + pos: -58.5,49.5 + parent: 2 + - uid: 36276 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 + - uid: 36277 + components: + - type: Transform + pos: -57.5,50.5 + parent: 2 + - uid: 36278 + components: + - type: Transform + pos: -57.5,51.5 + parent: 2 + - uid: 36279 + components: + - type: Transform + pos: -57.5,52.5 + parent: 2 + - uid: 36280 + components: + - type: Transform + pos: -61.5,52.5 + parent: 2 + - uid: 36281 + components: + - type: Transform + pos: -61.5,51.5 + parent: 2 + - uid: 36282 + components: + - type: Transform + pos: -61.5,50.5 + parent: 2 + - uid: 36283 + components: + - type: Transform + pos: -60.5,52.5 + parent: 2 + - uid: 36284 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - uid: 36285 + components: + - type: Transform + pos: -58.5,52.5 + parent: 2 + - uid: 36286 + components: + - type: Transform + pos: -61.5,53.5 + parent: 2 + - uid: 36287 + components: + - type: Transform + pos: -61.5,54.5 + parent: 2 + - uid: 36288 + components: + - type: Transform + pos: -61.5,55.5 + parent: 2 + - uid: 36289 + components: + - type: Transform + pos: -55.5,42.5 + parent: 2 + - uid: 36290 + components: + - type: Transform + pos: -53.5,42.5 + parent: 2 + - uid: 36306 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 + - uid: 36307 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - uid: 36308 + components: + - type: Transform + pos: -56.5,19.5 + parent: 2 + - uid: 36309 + components: + - type: Transform + pos: -56.5,17.5 + parent: 2 + - uid: 36310 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 36311 + components: + - type: Transform + pos: -56.5,21.5 + parent: 2 + - uid: 36312 + components: + - type: Transform + pos: -57.5,21.5 + parent: 2 + - uid: 36313 + components: + - type: Transform + pos: -58.5,21.5 + parent: 2 + - uid: 36314 + components: + - type: Transform + pos: -59.5,21.5 + parent: 2 + - uid: 36315 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 36316 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 36317 + components: + - type: Transform + pos: -62.5,21.5 + parent: 2 + - uid: 36318 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 36319 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 36320 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 36321 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 36322 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 36323 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 + - uid: 36324 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 + - uid: 36325 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 36326 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 36327 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 36328 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 + - uid: 36329 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 + - uid: 36330 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 36331 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 36332 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 36333 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 36334 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 + - uid: 36335 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 36336 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 36337 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 36338 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 + - uid: 36339 + components: + - type: Transform + pos: -54.5,12.5 + parent: 2 + - uid: 36340 + components: + - type: Transform + pos: -54.5,11.5 + parent: 2 + - uid: 36341 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 36342 + components: + - type: Transform + pos: -54.5,9.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 18854 + components: + - type: Transform + pos: -101.14525,45.571644 + parent: 2 +- proto: CableHVStack1 + entities: + - uid: 9835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.734528,-59.398197 + parent: 2 + - uid: 9846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.953278,-59.648197 + parent: 2 + - uid: 10429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.328278,-48.132572 + parent: 2 + - uid: 13699 + components: + - type: Transform + pos: 57.4527,-39.224056 + parent: 2 + - uid: 13700 + components: + - type: Transform + pos: 57.6402,-39.58343 + parent: 2 + - uid: 13702 + components: + - type: Transform + pos: 57.381878,-39.817806 + parent: 2 + - uid: 13703 + components: + - type: Transform + pos: -32.34689,-37.163803 + parent: 2 + - uid: 13704 + components: + - type: Transform + pos: -66.20503,-29.882553 + parent: 2 + - uid: 13706 + components: + - type: Transform + pos: -66.40816,-29.788803 + parent: 2 + - uid: 13707 + components: + - type: Transform + pos: -66.18941,-29.585678 + parent: 2 + - uid: 13715 + components: + - type: Transform + pos: -67.21491,-36.21068 + parent: 2 + - uid: 18698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.281403,-77.81058 + parent: 2 + - uid: 32004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.140778,-66.43997 + parent: 2 + - uid: 32005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.093903,-72.6568 + parent: 2 + - uid: 32174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.12911,46.418556 + parent: 2 + - uid: 32175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.48849,46.793556 + parent: 2 + - uid: 32176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.66036,55.293556 + parent: 2 + - uid: 32177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.41036,55.106056 + parent: 2 + - uid: 32178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.42599,56.55918 + parent: 2 + - uid: 32179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.22286,58.46543 + parent: 2 + - uid: 32180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -119.95724,54.387306 + parent: 2 + - uid: 35632 + components: + - type: Transform + pos: -90.2432,-41.70928 + parent: 2 + - uid: 35633 + components: + - type: Transform + pos: -78.48436,-34.82031 + parent: 2 + - uid: 35634 + components: + - type: Transform + pos: -88.59237,-35.41406 + parent: 2 + - uid: 35635 + components: + - type: Transform + pos: -90.0557,-42.05303 + parent: 2 + - uid: 35636 + components: + - type: Transform + pos: -90.02445,-57.512814 + parent: 2 + - uid: 35637 + components: + - type: Transform + pos: -88.50883,-51.28014 + parent: 2 + - uid: 35638 + components: + - type: Transform + pos: -80.77633,57.882023 + parent: 2 + - uid: 35639 + components: + - type: Transform + pos: -81.279465,95.05411 + parent: 2 + - uid: 35640 + components: + - type: Transform + pos: -81.104454,64.1161 + parent: 2 + - uid: 35641 + components: + - type: Transform + pos: -80.87008,64.60048 + parent: 2 + - uid: 35642 + components: + - type: Transform + pos: -79.71383,64.803604 + parent: 2 + - uid: 35643 + components: + - type: Transform + pos: -79.948204,70.21912 + parent: 2 + - uid: 35644 + components: + - type: Transform + pos: -80.83883,79.83925 + parent: 2 + - uid: 35645 + components: + - type: Transform + pos: -81.02633,81.41737 + parent: 2 + - uid: 35646 + components: + - type: Transform + pos: -79.80758,86.09206 + parent: 2 +- proto: CableMV + entities: + - uid: 815 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + pos: 22.5,25.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 2436 + components: + - type: Transform + pos: -26.5,-27.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 4945 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + pos: -30.5,69.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + pos: 34.5,32.5 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: -31.5,69.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 34.5,35.5 + parent: 2 + - uid: 6662 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 6764 + components: + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + pos: -22.5,36.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + pos: 8.5,29.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: 8.5,30.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 8442 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 8443 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 8446 + components: + - type: Transform + pos: -15.5,36.5 + parent: 2 + - uid: 8449 + components: + - type: Transform + pos: -13.5,36.5 + parent: 2 + - uid: 8450 + components: + - type: Transform + pos: -14.5,36.5 + parent: 2 + - uid: 8764 + components: + - type: Transform + pos: -73.5,5.5 + parent: 2 + - uid: 9243 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 10013 + components: + - type: Transform + pos: -73.5,8.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + pos: -65.5,36.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + pos: -66.5,36.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: -67.5,36.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + pos: -67.5,35.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: -67.5,34.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: -66.5,34.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + pos: -65.5,34.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: -27.5,38.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: -17.5,36.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: -18.5,36.5 + parent: 2 + - uid: 11014 + components: + - type: Transform + pos: -55.5,-35.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 2 + - uid: 11016 + components: + - type: Transform + pos: -53.5,-35.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -52.5,-34.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: -19.5,36.5 + parent: 2 + - uid: 11111 + components: + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 11112 + components: + - type: Transform + pos: -68.5,-3.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + pos: -65.5,-3.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: -64.5,-3.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: -64.5,-2.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: -64.5,-1.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + pos: -64.5,-0.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + pos: -64.5,0.5 + parent: 2 + - uid: 11121 + components: + - type: Transform + pos: -64.5,1.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + pos: -64.5,2.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: -64.5,3.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: -64.5,4.5 + parent: 2 + - uid: 11125 + components: + - type: Transform + pos: -64.5,5.5 + parent: 2 + - uid: 11126 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: -64.5,7.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: -64.5,8.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: -65.5,8.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: -66.5,8.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: -67.5,8.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + pos: -68.5,8.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: -69.5,8.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + pos: -70.5,8.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + pos: -71.5,8.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + pos: -72.5,8.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + pos: -72.5,7.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: -72.5,6.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + pos: -72.5,5.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + pos: -20.5,36.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + pos: -12.5,36.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + pos: -76.5,8.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + pos: -75.5,8.5 + parent: 2 + - uid: 11154 + components: + - type: Transform + pos: -78.5,8.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + pos: -77.5,8.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + pos: -16.5,36.5 + parent: 2 + - uid: 11194 + components: + - type: Transform + pos: -21.5,36.5 + parent: 2 + - uid: 11439 + components: + - type: Transform + pos: -27.5,37.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + pos: -55.5,-33.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: -27.5,-27.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 11715 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + pos: -31.5,-27.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + pos: -32.5,-27.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 11723 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 11725 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 11726 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - uid: 11732 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 11734 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 11735 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - uid: 11753 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 11759 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 11766 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + pos: -61.5,-27.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: -57.5,-31.5 + parent: 2 + - uid: 11867 + components: + - type: Transform + pos: -56.5,-31.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + pos: -55.5,-31.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + pos: -20.5,-27.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 12054 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 12055 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 12062 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 12068 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 12071 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 + - uid: 12072 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 2 + - uid: 12073 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 + - uid: 12078 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 14299 + components: + - type: Transform + pos: 2.5,39.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + pos: 6.5,44.5 + parent: 2 + - uid: 14361 + components: + - type: Transform + pos: 5.5,44.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + pos: 4.5,44.5 + parent: 2 + - uid: 14363 + components: + - type: Transform + pos: 3.5,44.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: 2.5,44.5 + parent: 2 + - uid: 14365 + components: + - type: Transform + pos: 7.5,33.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + pos: 1.5,43.5 + parent: 2 + - uid: 14367 + components: + - type: Transform + pos: 1.5,42.5 + parent: 2 + - uid: 14368 + components: + - type: Transform + pos: 1.5,41.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + pos: 1.5,40.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + pos: 1.5,39.5 + parent: 2 + - uid: 14371 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + pos: 6.5,39.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 14378 + components: + - type: Transform + pos: 9.5,39.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + pos: 10.5,39.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 14381 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 14382 + components: + - type: Transform + pos: 13.5,39.5 + parent: 2 + - uid: 14383 + components: + - type: Transform + pos: 14.5,39.5 + parent: 2 + - uid: 14384 + components: + - type: Transform + pos: 15.5,39.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: 16.5,39.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: 17.5,39.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + pos: 18.5,39.5 + parent: 2 + - uid: 14388 + components: + - type: Transform + pos: 18.5,40.5 + parent: 2 + - uid: 14389 + components: + - type: Transform + pos: 18.5,41.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + pos: 18.5,44.5 + parent: 2 + - uid: 14393 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 14394 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 14617 + components: + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 14618 + components: + - type: Transform + pos: 31.5,51.5 + parent: 2 + - uid: 14619 + components: + - type: Transform + pos: 31.5,50.5 + parent: 2 + - uid: 14620 + components: + - type: Transform + pos: 31.5,49.5 + parent: 2 + - uid: 14621 + components: + - type: Transform + pos: 32.5,49.5 + parent: 2 + - uid: 14622 + components: + - type: Transform + pos: 33.5,49.5 + parent: 2 + - uid: 14623 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 14624 + components: + - type: Transform + pos: 35.5,49.5 + parent: 2 + - uid: 14625 + components: + - type: Transform + pos: 36.5,49.5 + parent: 2 + - uid: 14626 + components: + - type: Transform + pos: 37.5,49.5 + parent: 2 + - uid: 14627 + components: + - type: Transform + pos: 38.5,49.5 + parent: 2 + - uid: 14628 + components: + - type: Transform + pos: 39.5,49.5 + parent: 2 + - uid: 14629 + components: + - type: Transform + pos: 40.5,49.5 + parent: 2 + - uid: 14630 + components: + - type: Transform + pos: 41.5,49.5 + parent: 2 + - uid: 14631 + components: + - type: Transform + pos: 42.5,49.5 + parent: 2 + - uid: 14632 + components: + - type: Transform + pos: 42.5,48.5 + parent: 2 + - uid: 14633 + components: + - type: Transform + pos: 42.5,47.5 + parent: 2 + - uid: 14634 + components: + - type: Transform + pos: 42.5,46.5 + parent: 2 + - uid: 14635 + components: + - type: Transform + pos: 42.5,45.5 + parent: 2 + - uid: 15788 + components: + - type: Transform + pos: -11.5,40.5 + parent: 2 + - uid: 16059 + components: + - type: Transform + pos: -6.5,45.5 + parent: 2 + - uid: 16060 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 16061 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 16062 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 16063 + components: + - type: Transform + pos: -2.5,45.5 + parent: 2 + - uid: 16064 + components: + - type: Transform + pos: -2.5,44.5 + parent: 2 + - uid: 16065 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + pos: -2.5,42.5 + parent: 2 + - uid: 16067 + components: + - type: Transform + pos: -2.5,41.5 + parent: 2 + - uid: 16068 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 + - uid: 16069 + components: + - type: Transform + pos: -3.5,40.5 + parent: 2 + - uid: 16070 + components: + - type: Transform + pos: -4.5,40.5 + parent: 2 + - uid: 16071 + components: + - type: Transform + pos: -5.5,40.5 + parent: 2 + - uid: 16072 + components: + - type: Transform + pos: -6.5,40.5 + parent: 2 + - uid: 16073 + components: + - type: Transform + pos: -7.5,40.5 + parent: 2 + - uid: 16074 + components: + - type: Transform + pos: -8.5,40.5 + parent: 2 + - uid: 16075 + components: + - type: Transform + pos: -9.5,40.5 + parent: 2 + - uid: 16076 + components: + - type: Transform + pos: -10.5,40.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 16078 + components: + - type: Transform + pos: -11.5,37.5 + parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -12.5,40.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 16087 + components: + - type: Transform + pos: -12.5,39.5 + parent: 2 + - uid: 16088 + components: + - type: Transform + pos: -12.5,38.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + pos: -12.5,37.5 + parent: 2 + - uid: 16090 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 16143 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 16332 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 + - uid: 17118 + components: + - type: Transform + pos: -27.5,36.5 + parent: 2 + - uid: 17119 + components: + - type: Transform + pos: -26.5,36.5 + parent: 2 + - uid: 18258 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 2 + - uid: 18259 + components: + - type: Transform + pos: -20.5,-28.5 + parent: 2 + - uid: 18260 + components: + - type: Transform + pos: 8.5,31.5 + parent: 2 + - uid: 18916 + components: + - type: Transform + pos: -98.5,54.5 + parent: 2 + - uid: 18976 + components: + - type: Transform + pos: -97.5,54.5 + parent: 2 + - uid: 18988 + components: + - type: Transform + pos: -100.5,55.5 + parent: 2 + - uid: 18989 + components: + - type: Transform + pos: -100.5,54.5 + parent: 2 + - uid: 18992 + components: + - type: Transform + pos: -99.5,54.5 + parent: 2 + - uid: 19004 + components: + - type: Transform + pos: -101.5,56.5 + parent: 2 + - uid: 19005 + components: + - type: Transform + pos: -100.5,56.5 + parent: 2 + - uid: 19045 + components: + - type: Transform + pos: -102.5,56.5 + parent: 2 + - uid: 19046 + components: + - type: Transform + pos: -103.5,56.5 + parent: 2 + - uid: 19047 + components: + - type: Transform + pos: -104.5,56.5 + parent: 2 + - uid: 19048 + components: + - type: Transform + pos: -105.5,56.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: -105.5,57.5 + parent: 2 + - uid: 19050 + components: + - type: Transform + pos: -105.5,58.5 + parent: 2 + - uid: 19051 + components: + - type: Transform + pos: -106.5,58.5 + parent: 2 + - uid: 19052 + components: + - type: Transform + pos: -107.5,58.5 + parent: 2 + - uid: 19053 + components: + - type: Transform + pos: -108.5,58.5 + parent: 2 + - uid: 19054 + components: + - type: Transform + pos: -110.5,58.5 + parent: 2 + - uid: 19055 + components: + - type: Transform + pos: -111.5,58.5 + parent: 2 + - uid: 19056 + components: + - type: Transform + pos: -112.5,58.5 + parent: 2 + - uid: 19057 + components: + - type: Transform + pos: -113.5,58.5 + parent: 2 + - uid: 19058 + components: + - type: Transform + pos: -114.5,58.5 + parent: 2 + - uid: 19059 + components: + - type: Transform + pos: -119.5,55.5 + parent: 2 + - uid: 19060 + components: + - type: Transform + pos: -119.5,54.5 + parent: 2 + - uid: 19061 + components: + - type: Transform + pos: -119.5,53.5 + parent: 2 + - uid: 19062 + components: + - type: Transform + pos: -119.5,52.5 + parent: 2 + - uid: 19063 + components: + - type: Transform + pos: -119.5,51.5 + parent: 2 + - uid: 19064 + components: + - type: Transform + pos: -119.5,48.5 + parent: 2 + - uid: 19065 + components: + - type: Transform + pos: -119.5,47.5 + parent: 2 + - uid: 19066 + components: + - type: Transform + pos: -119.5,46.5 + parent: 2 + - uid: 19067 + components: + - type: Transform + pos: -116.5,44.5 + parent: 2 + - uid: 19068 + components: + - type: Transform + pos: -115.5,44.5 + parent: 2 + - uid: 19069 + components: + - type: Transform + pos: -114.5,44.5 + parent: 2 + - uid: 19070 + components: + - type: Transform + pos: -113.5,44.5 + parent: 2 + - uid: 19071 + components: + - type: Transform + pos: -112.5,44.5 + parent: 2 + - uid: 19072 + components: + - type: Transform + pos: -110.5,44.5 + parent: 2 + - uid: 19073 + components: + - type: Transform + pos: -109.5,44.5 + parent: 2 + - uid: 19074 + components: + - type: Transform + pos: -108.5,44.5 + parent: 2 + - uid: 19075 + components: + - type: Transform + pos: -107.5,44.5 + parent: 2 + - uid: 19076 + components: + - type: Transform + pos: -106.5,44.5 + parent: 2 + - uid: 19077 + components: + - type: Transform + pos: -105.5,45.5 + parent: 2 + - uid: 19078 + components: + - type: Transform + pos: -105.5,46.5 + parent: 2 + - uid: 19079 + components: + - type: Transform + pos: -104.5,46.5 + parent: 2 + - uid: 19080 + components: + - type: Transform + pos: -103.5,46.5 + parent: 2 + - uid: 19081 + components: + - type: Transform + pos: -102.5,46.5 + parent: 2 + - uid: 19082 + components: + - type: Transform + pos: -101.5,46.5 + parent: 2 + - uid: 19083 + components: + - type: Transform + pos: -100.5,46.5 + parent: 2 + - uid: 19084 + components: + - type: Transform + pos: -100.5,47.5 + parent: 2 + - uid: 19178 + components: + - type: Transform + pos: -98.5,55.5 + parent: 2 + - uid: 20188 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 20189 + components: + - type: Transform + pos: -35.5,-10.5 + parent: 2 + - uid: 20190 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 20191 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 20192 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 20193 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 20194 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 20195 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 20196 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 20197 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 20198 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 20199 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 20200 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 20201 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 20202 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 2 + - uid: 20203 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 20204 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 20205 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 20206 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 20207 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - uid: 20208 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 20209 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 20210 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 20211 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 + - uid: 20212 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 20213 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 20214 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 20215 + components: + - type: Transform + pos: 39.5,16.5 + parent: 2 + - uid: 20216 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 20217 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 20218 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 20219 + components: + - type: Transform + pos: 37.5,14.5 + parent: 2 + - uid: 20220 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 20221 + components: + - type: Transform + pos: 37.5,12.5 + parent: 2 + - uid: 20222 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 20223 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - uid: 20224 + components: + - type: Transform + pos: 36.5,10.5 + parent: 2 + - uid: 20225 + components: + - type: Transform + pos: 35.5,10.5 + parent: 2 + - uid: 21279 + components: + - type: Transform + pos: -39.5,34.5 + parent: 2 + - uid: 21280 + components: + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 21281 + components: + - type: Transform + pos: -38.5,34.5 + parent: 2 + - uid: 21282 + components: + - type: Transform + pos: -38.5,33.5 + parent: 2 + - uid: 21283 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 + - uid: 21284 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 + - uid: 21534 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 + - uid: 21535 + components: + - type: Transform + pos: 8.5,32.5 + parent: 2 + - uid: 21878 + components: + - type: Transform + pos: -24.5,36.5 + parent: 2 + - uid: 22737 + components: + - type: Transform + pos: -59.5,-31.5 + parent: 2 + - uid: 22746 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 22747 + components: + - type: Transform + pos: 8.5,28.5 + parent: 2 + - uid: 23050 + components: + - type: Transform + pos: -61.5,-24.5 + parent: 2 + - uid: 24655 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 25411 + components: + - type: Transform + pos: 29.5,39.5 + parent: 2 + - uid: 25429 + components: + - type: Transform + pos: 28.5,39.5 + parent: 2 + - uid: 25442 + components: + - type: Transform + pos: 27.5,39.5 + parent: 2 + - uid: 27958 + components: + - type: Transform + pos: -61.5,-22.5 + parent: 2 + - uid: 29531 + components: + - type: Transform + pos: -74.5,5.5 + parent: 2 + - uid: 29541 + components: + - type: Transform + pos: -25.5,36.5 + parent: 2 + - uid: 29544 + components: + - type: Transform + pos: -27.5,36.5 + parent: 2 + - uid: 29545 + components: + - type: Transform + pos: -23.5,36.5 + parent: 2 + - uid: 29642 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - uid: 29961 + components: + - type: Transform + pos: -60.5,-31.5 + parent: 2 + - uid: 29963 + components: + - type: Transform + pos: -58.5,-31.5 + parent: 2 + - uid: 29970 + components: + - type: Transform + pos: -61.5,-23.5 + parent: 2 + - uid: 29972 + components: + - type: Transform + pos: -61.5,-26.5 + parent: 2 + - uid: 29973 + components: + - type: Transform + pos: -61.5,-28.5 + parent: 2 + - uid: 29974 + components: + - type: Transform + pos: -61.5,-25.5 + parent: 2 + - uid: 29975 + components: + - type: Transform + pos: -55.5,-34.5 + parent: 2 + - uid: 29977 + components: + - type: Transform + pos: -55.5,-35.5 + parent: 2 + - uid: 29979 + components: + - type: Transform + pos: -61.5,-29.5 + parent: 2 + - uid: 29982 + components: + - type: Transform + pos: -61.5,-30.5 + parent: 2 + - uid: 31041 + components: + - type: Transform + pos: -29.5,69.5 + parent: 2 + - uid: 31182 + components: + - type: Transform + pos: -82.5,8.5 + parent: 2 + - uid: 31501 + components: + - type: Transform + pos: 27.5,45.5 + parent: 2 + - uid: 31513 + components: + - type: Transform + pos: -30.5,72.5 + parent: 2 + - uid: 31514 + components: + - type: Transform + pos: -31.5,72.5 + parent: 2 + - uid: 31515 + components: + - type: Transform + pos: -32.5,72.5 + parent: 2 + - uid: 31516 + components: + - type: Transform + pos: -32.5,71.5 + parent: 2 + - uid: 31517 + components: + - type: Transform + pos: -32.5,70.5 + parent: 2 + - uid: 31518 + components: + - type: Transform + pos: -32.5,69.5 + parent: 2 + - uid: 31519 + components: + - type: Transform + pos: -33.5,69.5 + parent: 2 + - uid: 31520 + components: + - type: Transform + pos: -34.5,69.5 + parent: 2 + - uid: 31521 + components: + - type: Transform + pos: -35.5,69.5 + parent: 2 + - uid: 31522 + components: + - type: Transform + pos: -36.5,69.5 + parent: 2 + - uid: 31523 + components: + - type: Transform + pos: -37.5,69.5 + parent: 2 + - uid: 31524 + components: + - type: Transform + pos: -38.5,69.5 + parent: 2 + - uid: 31525 + components: + - type: Transform + pos: -39.5,69.5 + parent: 2 + - uid: 31526 + components: + - type: Transform + pos: -40.5,69.5 + parent: 2 + - uid: 31527 + components: + - type: Transform + pos: -41.5,69.5 + parent: 2 + - uid: 31528 + components: + - type: Transform + pos: -41.5,68.5 + parent: 2 + - uid: 31658 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 31731 + components: + - type: Transform + pos: -81.5,8.5 + parent: 2 + - uid: 31759 + components: + - type: Transform + pos: -80.5,8.5 + parent: 2 + - uid: 31766 + components: + - type: Transform + pos: -79.5,8.5 + parent: 2 + - uid: 31768 + components: + - type: Transform + pos: -82.5,9.5 + parent: 2 + - uid: 31770 + components: + - type: Transform + pos: -82.5,10.5 + parent: 2 + - uid: 31771 + components: + - type: Transform + pos: -82.5,11.5 + parent: 2 + - uid: 32186 + components: + - type: Transform + pos: -97.5,53.5 + parent: 2 + - uid: 32188 + components: + - type: Transform + pos: -97.5,52.5 + parent: 2 + - uid: 32189 + components: + - type: Transform + pos: -97.5,51.5 + parent: 2 + - uid: 32190 + components: + - type: Transform + pos: -97.5,50.5 + parent: 2 + - uid: 32191 + components: + - type: Transform + pos: -97.5,49.5 + parent: 2 + - uid: 32192 + components: + - type: Transform + pos: -97.5,48.5 + parent: 2 + - uid: 32193 + components: + - type: Transform + pos: -98.5,51.5 + parent: 2 + - uid: 32194 + components: + - type: Transform + pos: -99.5,51.5 + parent: 2 + - uid: 32195 + components: + - type: Transform + pos: -100.5,51.5 + parent: 2 + - uid: 32196 + components: + - type: Transform + pos: -100.5,52.5 + parent: 2 + - uid: 32197 + components: + - type: Transform + pos: -100.5,50.5 + parent: 2 + - uid: 32198 + components: + - type: Transform + pos: -98.5,48.5 + parent: 2 + - uid: 32199 + components: + - type: Transform + pos: -99.5,48.5 + parent: 2 + - uid: 32200 + components: + - type: Transform + pos: -100.5,48.5 + parent: 2 + - uid: 32601 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 32603 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 32608 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 32610 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 32612 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 + - uid: 32613 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 + - uid: 32615 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 + - uid: 32616 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 32618 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 32621 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 + - uid: 32622 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 + - uid: 32623 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 32625 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 32627 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 32629 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 32631 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 32637 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 32639 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 32640 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 32650 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 32658 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 + - uid: 32660 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 + - uid: 32666 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 32670 + components: + - type: Transform + pos: -59.5,33.5 + parent: 2 + - uid: 32671 + components: + - type: Transform + pos: -59.5,32.5 + parent: 2 + - uid: 32677 + components: + - type: Transform + pos: -59.5,32.5 + parent: 2 + - uid: 32678 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 32681 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 32682 + components: + - type: Transform + pos: -62.5,32.5 + parent: 2 + - uid: 32686 + components: + - type: Transform + pos: -63.5,32.5 + parent: 2 + - uid: 33691 + components: + - type: Transform + pos: -63.5,32.5 + parent: 2 + - uid: 33696 + components: + - type: Transform + pos: -63.5,33.5 + parent: 2 + - uid: 33699 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 + - uid: 34274 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 2 + - uid: 34417 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 34418 + components: + - type: Transform + pos: 27.5,40.5 + parent: 2 + - uid: 34595 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 + - uid: 34596 + components: + - type: Transform + pos: -0.5,53.5 + parent: 2 + - uid: 34605 + components: + - type: Transform + pos: 0.5,53.5 + parent: 2 + - uid: 34607 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 34617 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 34618 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 34629 + components: + - type: Transform + pos: 1.5,51.5 + parent: 2 + - uid: 34630 + components: + - type: Transform + pos: 1.5,50.5 + parent: 2 + - uid: 34631 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - uid: 34870 + components: + - type: Transform + pos: 1.5,48.5 + parent: 2 + - uid: 34873 + components: + - type: Transform + pos: 1.5,47.5 + parent: 2 + - uid: 34874 + components: + - type: Transform + pos: 1.5,46.5 + parent: 2 + - uid: 34875 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 34877 + components: + - type: Transform + pos: 0.5,45.5 + parent: 2 + - uid: 34878 + components: + - type: Transform + pos: 0.5,44.5 + parent: 2 + - uid: 34912 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 34913 + components: + - type: Transform + pos: -2.5,44.5 + parent: 2 + - uid: 34914 + components: + - type: Transform + pos: 2.5,43.5 + parent: 2 + - uid: 34925 + components: + - type: Transform + pos: 27.5,44.5 + parent: 2 + - uid: 34927 + components: + - type: Transform + pos: 27.5,43.5 + parent: 2 + - uid: 34928 + components: + - type: Transform + pos: 27.5,42.5 + parent: 2 + - uid: 34929 + components: + - type: Transform + pos: 27.5,41.5 + parent: 2 + - uid: 34930 + components: + - type: Transform + pos: 28.5,45.5 + parent: 2 + - uid: 34931 + components: + - type: Transform + pos: 29.5,45.5 + parent: 2 + - uid: 34932 + components: + - type: Transform + pos: 30.5,45.5 + parent: 2 + - uid: 34933 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 + - uid: 34934 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - uid: 34935 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 34936 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 34937 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - uid: 34938 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 34939 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 34940 + components: + - type: Transform + pos: 34.5,38.5 + parent: 2 + - uid: 34941 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 35015 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 35016 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 35020 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 36098 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 36099 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 36100 + components: + - type: Transform + pos: 3.5,33.5 + parent: 2 + - uid: 36102 + components: + - type: Transform + pos: 2.5,33.5 + parent: 2 + - uid: 36103 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 36104 + components: + - type: Transform + pos: 1.5,33.5 + parent: 2 + - uid: 36117 + components: + - type: Transform + pos: 1.5,34.5 + parent: 2 + - uid: 36118 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 36120 + components: + - type: Transform + pos: 1.5,36.5 + parent: 2 + - uid: 36121 + components: + - type: Transform + pos: 1.5,37.5 + parent: 2 + - uid: 36122 + components: + - type: Transform + pos: 1.5,38.5 + parent: 2 + - uid: 36123 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 + - uid: 36136 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - uid: 36137 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 36138 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 + - uid: 36381 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - uid: 36382 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 2 + - uid: 36383 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 + - uid: 36384 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 + - uid: 36385 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 2 + - uid: 36386 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 36399 + components: + - type: Transform + pos: -1.5,44.5 + parent: 2 + - uid: 36406 + components: + - type: Transform + pos: -28.5,69.5 + parent: 2 + - uid: 36407 + components: + - type: Transform + pos: -27.5,69.5 + parent: 2 + - uid: 36408 + components: + - type: Transform + pos: -26.5,69.5 + parent: 2 + - uid: 36409 + components: + - type: Transform + pos: -25.5,69.5 + parent: 2 + - uid: 36410 + components: + - type: Transform + pos: -24.5,69.5 + parent: 2 + - uid: 36411 + components: + - type: Transform + pos: -23.5,69.5 + parent: 2 + - uid: 36412 + components: + - type: Transform + pos: -22.5,69.5 + parent: 2 + - uid: 36413 + components: + - type: Transform + pos: -22.5,70.5 + parent: 2 + - uid: 36414 + components: + - type: Transform + pos: -22.5,71.5 + parent: 2 + - uid: 36415 + components: + - type: Transform + pos: -22.5,72.5 + parent: 2 + - uid: 36416 + components: + - type: Transform + pos: -22.5,73.5 + parent: 2 + - uid: 36418 + components: + - type: Transform + pos: -23.5,73.5 + parent: 2 + - uid: 36419 + components: + - type: Transform + pos: -24.5,73.5 + parent: 2 + - uid: 36421 + components: + - type: Transform + pos: 23.5,25.5 + parent: 2 + - uid: 36422 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 36423 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 36424 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 36425 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 36426 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 + - uid: 36427 + components: + - type: Transform + pos: 24.5,29.5 + parent: 2 + - uid: 36428 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 36429 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 36430 + components: + - type: Transform + pos: 24.5,32.5 + parent: 2 + - uid: 36431 + components: + - type: Transform + pos: 24.5,33.5 + parent: 2 + - uid: 36432 + components: + - type: Transform + pos: 24.5,33.5 + parent: 2 + - uid: 36433 + components: + - type: Transform + pos: 23.5,33.5 + parent: 2 + - uid: 36434 + components: + - type: Transform + pos: 22.5,33.5 + parent: 2 + - uid: 36435 + components: + - type: Transform + pos: 21.5,33.5 + parent: 2 + - uid: 36436 + components: + - type: Transform + pos: 20.5,33.5 + parent: 2 + - uid: 36437 + components: + - type: Transform + pos: 19.5,33.5 + parent: 2 + - uid: 36438 + components: + - type: Transform + pos: 18.5,33.5 + parent: 2 + - uid: 36439 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 36440 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 36441 + components: + - type: Transform + pos: 15.5,33.5 + parent: 2 + - uid: 36442 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 36443 + components: + - type: Transform + pos: 13.5,33.5 + parent: 2 + - uid: 36444 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 36445 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 36446 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 36447 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - uid: 36448 + components: + - type: Transform + pos: 8.5,33.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 18853 + components: + - type: Transform + pos: -101.012436,57.41075 + parent: 2 + - uid: 31178 + components: + - type: Transform + pos: -71.66068,0.46778953 + parent: 2 +- proto: CableMVStack1 + entities: + - uid: 32183 + components: + - type: Transform + pos: -101.45151,46.4036 + parent: 2 + - uid: 32184 + components: + - type: Transform + pos: -105.3278,44.961136 + parent: 2 + - uid: 32185 + components: + - type: Transform + pos: -105.882484,46.85176 + parent: 2 + - uid: 32187 + components: + - type: Transform + pos: -105.17155,48.663605 + parent: 2 +- proto: CableTerminal + entities: + - uid: 8798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,33.5 + parent: 2 + - uid: 8868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,33.5 + parent: 2 + - uid: 8869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,33.5 + parent: 2 + - uid: 9703 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 + - uid: 9963 + components: + - type: Transform + pos: -57.5,41.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-33.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-35.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-35.5 + parent: 2 + - uid: 13401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-35.5 + parent: 2 + - uid: 15571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,54.5 + parent: 2 + - uid: 15582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,54.5 + parent: 2 + - uid: 19095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,53.5 + parent: 2 +- proto: CandyBowl + entities: + - uid: 28229 + components: + - type: Transform + pos: 8.840364,18.761715 + parent: 2 + - type: Bin + items: + - 28230 + - 28231 + - 28238 + - 28239 + - 28240 + - 28241 + - 28242 + - type: ContainerContainer + containers: + bin-container: !type:Container + showEnts: False + occludes: True + ents: + - 28230 + - 28231 + - 28238 + - 28239 + - 28240 + - 28241 + - 28242 +- proto: CapacitorStockPart + entities: + - uid: 31176 + components: + - type: Transform + pos: -72.12922,0.7073729 + parent: 2 + - uid: 31181 + components: + - type: Transform + pos: -72.31672,0.5198729 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 9352 + components: + - type: Transform + pos: -39.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: CargoBountyComputerCircuitboard + entities: + - uid: 13360 + components: + - type: Transform + pos: -51.60338,25.72561 + parent: 2 +- proto: CargoTelepadMachineCircuitboard + entities: + - uid: 1218 + components: + - type: Transform + pos: -51.337753,25.686548 + parent: 2 +- proto: Carpet + entities: + - uid: 234 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 477 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-8.5 + parent: 2 + - uid: 609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-9.5 + parent: 2 + - uid: 614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-8.5 + parent: 2 + - uid: 625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-9.5 + parent: 2 + - uid: 769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,19.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,17.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,16.5 + parent: 2 + - uid: 1169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,17.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,18.5 + parent: 2 + - uid: 1764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,16.5 + parent: 2 + - uid: 2033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,18.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,16.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,24.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,18.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,24.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,21.5 + parent: 2 + - uid: 2554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,17.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,16.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,17.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,18.5 + parent: 2 + - uid: 3275 + components: + - type: Transform + pos: 59.5,17.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: -3.5,60.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,17.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,16.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,18.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,18.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,17.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,17.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,18.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,18.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,16.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,16.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,16.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,16.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,17.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,17.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,18.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,16.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,16.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,17.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,18.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,18.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,16.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,17.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: -4.5,60.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,16.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,18.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,17.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,16.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,18.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,17.5 + parent: 2 + - uid: 4580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,18.5 + parent: 2 + - uid: 5232 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - uid: 8146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-25.5 + parent: 2 + - uid: 15420 + components: + - type: Transform + pos: -21.5,26.5 + parent: 2 + - uid: 15421 + components: + - type: Transform + pos: -21.5,25.5 + parent: 2 + - uid: 15422 + components: + - type: Transform + pos: -21.5,24.5 + parent: 2 + - uid: 15423 + components: + - type: Transform + pos: -20.5,26.5 + parent: 2 + - uid: 15424 + components: + - type: Transform + pos: -20.5,25.5 + parent: 2 + - uid: 15425 + components: + - type: Transform + pos: -20.5,24.5 + parent: 2 + - uid: 15426 + components: + - type: Transform + pos: -19.5,26.5 + parent: 2 + - uid: 15427 + components: + - type: Transform + pos: -19.5,25.5 + parent: 2 + - uid: 15428 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - uid: 15430 + components: + - type: Transform + pos: -16.5,25.5 + parent: 2 + - uid: 15433 + components: + - type: Transform + pos: -15.5,25.5 + parent: 2 + - uid: 15435 + components: + - type: Transform + pos: -14.5,26.5 + parent: 2 + - uid: 15436 + components: + - type: Transform + pos: -14.5,25.5 + parent: 2 + - uid: 15438 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 15439 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 15440 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 15441 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 15442 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 15443 + components: + - type: Transform + pos: -9.5,24.5 + parent: 2 + - uid: 15444 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 15446 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 15515 + components: + - type: Transform + pos: -5.5,61.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + pos: -5.5,60.5 + parent: 2 + - uid: 15702 + components: + - type: Transform + pos: -23.5,42.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + pos: -23.5,41.5 + parent: 2 + - uid: 15704 + components: + - type: Transform + pos: -23.5,40.5 + parent: 2 + - uid: 15705 + components: + - type: Transform + pos: -22.5,42.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + pos: -22.5,41.5 + parent: 2 + - uid: 15707 + components: + - type: Transform + pos: -22.5,40.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + pos: -21.5,42.5 + parent: 2 + - uid: 15709 + components: + - type: Transform + pos: -21.5,41.5 + parent: 2 + - uid: 15710 + components: + - type: Transform + pos: -21.5,40.5 + parent: 2 + - uid: 15714 + components: + - type: Transform + pos: -30.5,41.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + pos: -30.5,40.5 + parent: 2 + - uid: 15716 + components: + - type: Transform + pos: -29.5,40.5 + parent: 2 + - uid: 15717 + components: + - type: Transform + pos: -29.5,41.5 + parent: 2 + - uid: 15731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,34.5 + parent: 2 + - uid: 15758 + components: + - type: Transform + pos: -6.5,29.5 + parent: 2 + - uid: 15761 + components: + - type: Transform + pos: -6.5,28.5 + parent: 2 + - uid: 15762 + components: + - type: Transform + pos: -5.5,29.5 + parent: 2 + - uid: 15763 + components: + - type: Transform + pos: -5.5,28.5 + parent: 2 + - uid: 15764 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 15765 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 15766 + components: + - type: Transform + pos: -6.5,27.5 + parent: 2 + - uid: 15767 + components: + - type: Transform + pos: -5.5,27.5 + parent: 2 + - uid: 15768 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 + - uid: 15783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,33.5 + parent: 2 + - uid: 15784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,34.5 + parent: 2 + - uid: 15785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,33.5 + parent: 2 + - uid: 15786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,34.5 + parent: 2 + - uid: 15787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,33.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + pos: -9.5,41.5 + parent: 2 + - uid: 16449 + components: + - type: Transform + pos: -9.5,40.5 + parent: 2 + - uid: 16450 + components: + - type: Transform + pos: -8.5,41.5 + parent: 2 + - uid: 16451 + components: + - type: Transform + pos: -8.5,40.5 + parent: 2 + - uid: 16623 + components: + - type: Transform + pos: -4.5,61.5 + parent: 2 + - uid: 23465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-26.5 + parent: 2 + - uid: 26092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,26.5 + parent: 2 + - uid: 26093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,26.5 + parent: 2 + - uid: 26094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,24.5 + parent: 2 + - uid: 26647 + components: + - type: Transform + pos: -103.5,-26.5 + parent: 2 + - uid: 26660 + components: + - type: Transform + pos: -103.5,-25.5 + parent: 2 + - uid: 26662 + components: + - type: Transform + pos: -102.5,-25.5 + parent: 2 + - uid: 29721 + components: + - type: Transform + pos: 59.5,18.5 + parent: 2 + - uid: 30520 + components: + - type: Transform + pos: -7.5,20.5 + parent: 2 + - uid: 30521 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 30522 + components: + - type: Transform + pos: -6.5,20.5 + parent: 2 + - uid: 30523 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 + - uid: 30524 + components: + - type: Transform + pos: -5.5,20.5 + parent: 2 + - uid: 30526 + components: + - type: Transform + pos: -4.5,20.5 + parent: 2 + - uid: 30527 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 30543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,20.5 + parent: 2 + - uid: 30544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,21.5 + parent: 2 + - uid: 30545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,20.5 + parent: 2 + - uid: 30546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,21.5 + parent: 2 + - uid: 30547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,20.5 + parent: 2 + - uid: 30548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,21.5 + parent: 2 + - uid: 30549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,21.5 + parent: 2 + - uid: 30550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,20.5 + parent: 2 + - uid: 30551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,20.5 + parent: 2 + - uid: 33553 + components: + - type: Transform + pos: 70.5,42.5 + parent: 2 + - uid: 33554 + components: + - type: Transform + pos: 70.5,41.5 + parent: 2 + - uid: 33555 + components: + - type: Transform + pos: 71.5,42.5 + parent: 2 + - uid: 33556 + components: + - type: Transform + pos: 71.5,41.5 + parent: 2 + - uid: 33557 + components: + - type: Transform + pos: 72.5,42.5 + parent: 2 + - uid: 33558 + components: + - type: Transform + pos: 72.5,41.5 + parent: 2 + - uid: 35751 + components: + - type: Transform + pos: -102.5,-26.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 689 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 690 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 691 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 701 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: -17.5,-8.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,33.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,32.5 + parent: 2 + - uid: 4683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,34.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,34.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,34.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,32.5 + parent: 2 + - uid: 4689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,33.5 + parent: 2 + - uid: 5308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,32.5 + parent: 2 + - uid: 5450 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 + - uid: 5451 + components: + - type: Transform + pos: 47.5,33.5 + parent: 2 + - uid: 5452 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - uid: 5453 + components: + - type: Transform + pos: 48.5,34.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + pos: 44.5,29.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: 43.5,29.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: 43.5,30.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: 44.5,30.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - uid: 5460 + components: + - type: Transform + pos: 46.5,30.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: 46.5,29.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: 48.5,29.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + pos: 49.5,29.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + pos: 49.5,30.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + pos: 43.5,34.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + pos: 43.5,33.5 + parent: 2 + - uid: 5469 + components: + - type: Transform + pos: 44.5,33.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + pos: 46.5,33.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: 49.5,33.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + pos: 49.5,34.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: 88.5,39.5 + parent: 2 + - uid: 13827 + components: + - type: Transform + pos: 87.5,39.5 + parent: 2 + - uid: 15773 + components: + - type: Transform + pos: -67.5,3.5 + parent: 2 + - uid: 15812 + components: + - type: Transform + pos: -68.5,3.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + pos: -67.5,2.5 + parent: 2 + - uid: 16266 + components: + - type: Transform + pos: -68.5,2.5 + parent: 2 + - uid: 16267 + components: + - type: Transform + pos: -69.5,3.5 + parent: 2 + - uid: 19942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,-5.5 + parent: 2 + - uid: 19951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,-4.5 + parent: 2 + - uid: 21880 + components: + - type: Transform + pos: -69.5,2.5 + parent: 2 + - uid: 23071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,-3.5 + parent: 2 + - uid: 23469 + components: + - type: Transform + pos: 87.5,40.5 + parent: 2 + - uid: 23482 + components: + - type: Transform + pos: 87.5,41.5 + parent: 2 + - uid: 23510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,-4.5 + parent: 2 + - uid: 23511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-4.5 + parent: 2 + - uid: 23513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-3.5 + parent: 2 + - uid: 23514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,-5.5 + parent: 2 + - uid: 23515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-5.5 + parent: 2 + - uid: 27948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,-3.5 + parent: 2 + - uid: 27969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,33.5 + parent: 2 + - uid: 29781 + components: + - type: Transform + pos: 82.5,59.5 + parent: 2 + - uid: 29782 + components: + - type: Transform + pos: 82.5,58.5 + parent: 2 + - uid: 29783 + components: + - type: Transform + pos: 83.5,59.5 + parent: 2 + - uid: 29784 + components: + - type: Transform + pos: 83.5,58.5 + parent: 2 + - uid: 29785 + components: + - type: Transform + pos: 84.5,59.5 + parent: 2 + - uid: 29786 + components: + - type: Transform + pos: 84.5,58.5 + parent: 2 + - uid: 29787 + components: + - type: Transform + pos: 85.5,59.5 + parent: 2 + - uid: 29788 + components: + - type: Transform + pos: 85.5,58.5 + parent: 2 + - uid: 29789 + components: + - type: Transform + pos: 81.5,56.5 + parent: 2 + - uid: 29790 + components: + - type: Transform + pos: 81.5,55.5 + parent: 2 + - uid: 29791 + components: + - type: Transform + pos: 82.5,56.5 + parent: 2 + - uid: 29792 + components: + - type: Transform + pos: 82.5,55.5 + parent: 2 + - uid: 29793 + components: + - type: Transform + pos: 83.5,56.5 + parent: 2 + - uid: 29794 + components: + - type: Transform + pos: 83.5,55.5 + parent: 2 + - uid: 29795 + components: + - type: Transform + pos: 84.5,56.5 + parent: 2 + - uid: 29796 + components: + - type: Transform + pos: 84.5,55.5 + parent: 2 + - uid: 29797 + components: + - type: Transform + pos: 85.5,56.5 + parent: 2 + - uid: 29798 + components: + - type: Transform + pos: 85.5,55.5 + parent: 2 + - uid: 29852 + components: + - type: Transform + pos: 86.5,41.5 + parent: 2 + - uid: 29854 + components: + - type: Transform + pos: 88.5,40.5 + parent: 2 + - uid: 29855 + components: + - type: Transform + pos: 88.5,41.5 + parent: 2 + - uid: 29856 + components: + - type: Transform + pos: 86.5,39.5 + parent: 2 + - uid: 29858 + components: + - type: Transform + pos: 86.5,40.5 + parent: 2 + - uid: 30351 + components: + - type: Transform + pos: 48.5,15.5 + parent: 2 + - uid: 30352 + components: + - type: Transform + pos: 48.5,16.5 + parent: 2 + - uid: 30454 + components: + - type: Transform + pos: 50.5,7.5 + parent: 2 + - uid: 30457 + components: + - type: Transform + pos: 50.5,6.5 + parent: 2 + - uid: 30460 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 30461 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 30462 + components: + - type: Transform + pos: 48.5,7.5 + parent: 2 + - uid: 30463 + components: + - type: Transform + pos: 48.5,6.5 + parent: 2 + - uid: 30464 + components: + - type: Transform + pos: 48.5,9.5 + parent: 2 + - uid: 30465 + components: + - type: Transform + pos: 48.5,10.5 + parent: 2 + - uid: 30466 + components: + - type: Transform + pos: 49.5,9.5 + parent: 2 + - uid: 30467 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 30468 + components: + - type: Transform + pos: 50.5,9.5 + parent: 2 + - uid: 30469 + components: + - type: Transform + pos: 50.5,10.5 + parent: 2 + - uid: 30470 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - uid: 30471 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 30472 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - uid: 30473 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 30474 + components: + - type: Transform + pos: 49.5,16.5 + parent: 2 + - uid: 30475 + components: + - type: Transform + pos: 49.5,17.5 + parent: 2 + - uid: 30476 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 30477 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 30478 + components: + - type: Transform + pos: 50.5,15.5 + parent: 2 + - uid: 30479 + components: + - type: Transform + pos: 50.5,16.5 + parent: 2 + - uid: 30480 + components: + - type: Transform + pos: 50.5,17.5 + parent: 2 + - uid: 30481 + components: + - type: Transform + pos: 50.5,18.5 + parent: 2 + - uid: 30482 + components: + - type: Transform + pos: 50.5,19.5 + parent: 2 + - uid: 30503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,68.5 + parent: 2 + - uid: 30504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,69.5 + parent: 2 + - uid: 30506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,67.5 + parent: 2 + - uid: 30507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,66.5 + parent: 2 + - uid: 30508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,65.5 + parent: 2 + - uid: 30509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,69.5 + parent: 2 + - uid: 30510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,68.5 + parent: 2 + - uid: 30511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,67.5 + parent: 2 + - uid: 30512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,66.5 + parent: 2 + - uid: 30513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,65.5 + parent: 2 + - uid: 33659 + components: + - type: Transform + pos: -38.5,66.5 + parent: 2 + - uid: 33660 + components: + - type: Transform + pos: -38.5,65.5 + parent: 2 + - uid: 33661 + components: + - type: Transform + pos: -38.5,64.5 + parent: 2 + - uid: 33662 + components: + - type: Transform + pos: -38.5,63.5 + parent: 2 + - uid: 33663 + components: + - type: Transform + pos: -37.5,66.5 + parent: 2 + - uid: 33664 + components: + - type: Transform + pos: -37.5,65.5 + parent: 2 + - uid: 33665 + components: + - type: Transform + pos: -37.5,64.5 + parent: 2 + - uid: 33666 + components: + - type: Transform + pos: -37.5,63.5 + parent: 2 + - uid: 33667 + components: + - type: Transform + pos: -36.5,66.5 + parent: 2 + - uid: 33668 + components: + - type: Transform + pos: -36.5,65.5 + parent: 2 + - uid: 33669 + components: + - type: Transform + pos: -36.5,64.5 + parent: 2 + - uid: 33670 + components: + - type: Transform + pos: -36.5,63.5 + parent: 2 + - uid: 33671 + components: + - type: Transform + pos: -38.5,62.5 + parent: 2 + - uid: 33672 + components: + - type: Transform + pos: -37.5,62.5 + parent: 2 + - uid: 33673 + components: + - type: Transform + pos: -36.5,62.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 850 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 1360 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 1836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-41.5 + parent: 2 + - uid: 1857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-42.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + pos: 6.5,29.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + pos: 6.5,28.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + pos: 11.5,28.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: 11.5,29.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + pos: 13.5,28.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + pos: 7.5,29.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: 8.5,29.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: 8.5,28.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + pos: 5.5,29.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 2 + - uid: 2269 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 3335 + components: + - type: Transform + pos: 19.5,38.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 7361 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 9141 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 9217 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 9536 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-42.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-42.5 + parent: 2 + - uid: 12244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-42.5 + parent: 2 + - uid: 12308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-41.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-41.5 + parent: 2 + - uid: 12977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-41.5 + parent: 2 + - uid: 13102 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 13103 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - uid: 13104 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 13105 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 13106 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 13108 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 13109 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 14144 + components: + - type: Transform + pos: 10.5,49.5 + parent: 2 + - uid: 14145 + components: + - type: Transform + pos: 10.5,48.5 + parent: 2 + - uid: 14146 + components: + - type: Transform + pos: 10.5,47.5 + parent: 2 + - uid: 14147 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 + - uid: 14148 + components: + - type: Transform + pos: 11.5,49.5 + parent: 2 + - uid: 14149 + components: + - type: Transform + pos: 11.5,48.5 + parent: 2 + - uid: 14150 + components: + - type: Transform + pos: 11.5,47.5 + parent: 2 + - uid: 14151 + components: + - type: Transform + pos: 11.5,46.5 + parent: 2 + - uid: 14152 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 + - uid: 14153 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 + - uid: 14154 + components: + - type: Transform + pos: 12.5,47.5 + parent: 2 + - uid: 14155 + components: + - type: Transform + pos: 12.5,46.5 + parent: 2 + - uid: 14156 + components: + - type: Transform + pos: 13.5,49.5 + parent: 2 + - uid: 14157 + components: + - type: Transform + pos: 13.5,48.5 + parent: 2 + - uid: 14158 + components: + - type: Transform + pos: 13.5,47.5 + parent: 2 + - uid: 14159 + components: + - type: Transform + pos: 13.5,46.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 + - uid: 14162 + components: + - type: Transform + pos: 14.5,47.5 + parent: 2 + - uid: 14163 + components: + - type: Transform + pos: 14.5,46.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: 10.5,39.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 + - uid: 14229 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 14230 + components: + - type: Transform + pos: 11.5,38.5 + parent: 2 + - uid: 14231 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: 12.5,38.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + pos: 13.5,39.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: 13.5,38.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: 5.5,40.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 14237 + components: + - type: Transform + pos: 5.5,38.5 + parent: 2 + - uid: 14238 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 + - uid: 14239 + components: + - type: Transform + pos: 6.5,40.5 + parent: 2 + - uid: 14240 + components: + - type: Transform + pos: 6.5,39.5 + parent: 2 + - uid: 14241 + components: + - type: Transform + pos: 6.5,38.5 + parent: 2 + - uid: 14242 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 14243 + components: + - type: Transform + pos: 17.5,38.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: 18.5,38.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 14252 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - uid: 15100 + components: + - type: Transform + pos: 25.5,49.5 + parent: 2 + - uid: 15101 + components: + - type: Transform + pos: 25.5,50.5 + parent: 2 + - uid: 15102 + components: + - type: Transform + pos: 26.5,50.5 + parent: 2 + - uid: 15103 + components: + - type: Transform + pos: 26.5,49.5 + parent: 2 + - uid: 15129 + components: + - type: Transform + pos: 24.5,50.5 + parent: 2 + - uid: 15173 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 17311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,49.5 + parent: 2 + - uid: 20952 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 21010 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 21465 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 23245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-42.5 + parent: 2 + - uid: 23316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-41.5 + parent: 2 + - uid: 23317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-41.5 + parent: 2 + - uid: 23318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-42.5 + parent: 2 + - uid: 23319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-41.5 + parent: 2 + - uid: 23320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-42.5 + parent: 2 + - uid: 23324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-42.5 + parent: 2 + - uid: 23325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-41.5 + parent: 2 + - uid: 23680 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 24653 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 24656 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 25255 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 25312 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 26130 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 26847 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 26854 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 34047 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 34048 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 36450 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 + - uid: 36451 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 + - uid: 36452 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 + - uid: 36453 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 + - uid: 36454 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 36455 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,17.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,16.5 + parent: 2 + - uid: 18618 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 + - uid: 19407 + components: + - type: Transform + pos: -61.5,-2.5 + parent: 2 + - uid: 21097 + components: + - type: Transform + pos: -60.5,-2.5 + parent: 2 + - uid: 21101 + components: + - type: Transform + pos: -61.5,-3.5 + parent: 2 + - uid: 21104 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 22542 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 + - uid: 22585 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 22634 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 22966 + components: + - type: Transform + pos: -60.5,-3.5 + parent: 2 + - uid: 22967 + components: + - type: Transform + pos: -59.5,-2.5 + parent: 2 + - uid: 22968 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 22969 + components: + - type: Transform + pos: -58.5,-2.5 + parent: 2 + - uid: 22970 + components: + - type: Transform + pos: -58.5,-3.5 + parent: 2 + - uid: 22971 + components: + - type: Transform + pos: -58.5,-28.5 + parent: 2 + - uid: 22972 + components: + - type: Transform + pos: -57.5,-28.5 + parent: 2 + - uid: 22973 + components: + - type: Transform + pos: -56.5,-28.5 + parent: 2 + - uid: 22974 + components: + - type: Transform + pos: -55.5,-28.5 + parent: 2 + - uid: 22975 + components: + - type: Transform + pos: -54.5,-28.5 + parent: 2 + - uid: 22976 + components: + - type: Transform + pos: -58.5,-27.5 + parent: 2 + - uid: 22977 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 2 + - uid: 22978 + components: + - type: Transform + pos: -56.5,-27.5 + parent: 2 + - uid: 22979 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 22980 + components: + - type: Transform + pos: -54.5,-27.5 + parent: 2 + - uid: 22981 + components: + - type: Transform + pos: -58.5,-29.5 + parent: 2 + - uid: 22982 + components: + - type: Transform + pos: -57.5,-29.5 + parent: 2 + - uid: 22983 + components: + - type: Transform + pos: -56.5,-29.5 + parent: 2 + - uid: 22984 + components: + - type: Transform + pos: -55.5,-29.5 + parent: 2 + - uid: 22985 + components: + - type: Transform + pos: -54.5,-29.5 + parent: 2 + - uid: 22986 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 22987 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 22988 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - uid: 23488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,18.5 + parent: 2 + - uid: 23638 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 29307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,18.5 + parent: 2 + - uid: 29997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,16.5 + parent: 2 + - uid: 30008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,17.5 + parent: 2 + - uid: 30416 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 30418 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 30420 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 30421 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 2 + - uid: 30424 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 30425 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 30445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-13.5 + parent: 2 + - uid: 30446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-14.5 + parent: 2 + - uid: 30447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-13.5 + parent: 2 + - uid: 30448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-14.5 + parent: 2 + - uid: 30561 + components: + - type: Transform + pos: -47.5,-4.5 + parent: 2 + - uid: 30563 + components: + - type: Transform + pos: -46.5,-4.5 + parent: 2 + - uid: 30565 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 + - uid: 30567 + components: + - type: Transform + pos: -47.5,1.5 + parent: 2 + - uid: 30568 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 + - uid: 30569 + components: + - type: Transform + pos: -47.5,0.5 + parent: 2 + - uid: 30570 + components: + - type: Transform + pos: -47.5,-2.5 + parent: 2 + - uid: 30571 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 + - uid: 30572 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 + - uid: 30573 + components: + - type: Transform + pos: -47.5,2.5 + parent: 2 + - uid: 30578 + components: + - type: Transform + pos: -46.5,-3.5 + parent: 2 + - uid: 30579 + components: + - type: Transform + pos: -46.5,-2.5 + parent: 2 + - uid: 30580 + components: + - type: Transform + pos: -46.5,-1.5 + parent: 2 + - uid: 30581 + components: + - type: Transform + pos: -46.5,-0.5 + parent: 2 + - uid: 30582 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 30583 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 30584 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 30589 + components: + - type: Transform + pos: -45.5,-3.5 + parent: 2 + - uid: 30590 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - uid: 30591 + components: + - type: Transform + pos: -45.5,-1.5 + parent: 2 + - uid: 30592 + components: + - type: Transform + pos: -45.5,-0.5 + parent: 2 + - uid: 30593 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 30594 + components: + - type: Transform + pos: -45.5,1.5 + parent: 2 + - uid: 30607 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - uid: 30661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-11.5 + parent: 2 + - uid: 30662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-12.5 + parent: 2 + - uid: 30663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-11.5 + parent: 2 + - uid: 30664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-12.5 + parent: 2 + - uid: 30665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-11.5 + parent: 2 + - uid: 30666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-12.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 6585 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + pos: -27.5,-24.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + pos: -26.5,-24.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - uid: 6589 + components: + - type: Transform + pos: -26.5,-25.5 + parent: 2 + - uid: 6590 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - uid: 6591 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 6592 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 2 + - uid: 6594 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 2 + - uid: 6597 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 + - uid: 6599 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 6600 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 6602 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 + - uid: 6604 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 + - uid: 6605 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 2 + - uid: 6606 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 6640 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 + - uid: 6643 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: -11.5,-34.5 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 30431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 2 + - uid: 30432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-14.5 + parent: 2 + - uid: 30433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 2 + - uid: 30434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-14.5 + parent: 2 + - uid: 30435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-13.5 + parent: 2 + - uid: 30436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-14.5 + parent: 2 + - uid: 30439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-13.5 + parent: 2 + - uid: 30440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-14.5 + parent: 2 + - uid: 30441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-13.5 + parent: 2 + - uid: 30442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-14.5 + parent: 2 + - uid: 30443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-13.5 + parent: 2 + - uid: 30444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 2709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,24.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,26.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,28.5 + parent: 2 + - uid: 5150 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: 46.5,26.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 47.5,25.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: 47.5,26.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: 48.5,26.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: 48.5,25.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + pos: 48.5,24.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: 47.5,24.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: 46.5,24.5 + parent: 2 + - uid: 5497 + components: + - type: Transform + pos: 45.5,24.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: 45.5,25.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 5500 + components: + - type: Transform + pos: 43.5,24.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + pos: 42.5,24.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: 42.5,25.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + pos: 43.5,25.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + pos: 44.5,25.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: 44.5,24.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,29.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,29.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,28.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,27.5 + parent: 2 + - uid: 5594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,27.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,29.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,28.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,27.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,26.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,29.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,28.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,27.5 + parent: 2 + - uid: 5605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,26.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,29.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,28.5 + parent: 2 + - uid: 5608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,27.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,29.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,28.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,27.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,26.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,26.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,27.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,28.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,29.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,30.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,30.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,30.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + pos: 30.5,23.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 17858 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 17868 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 22422 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 + - uid: 22423 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - uid: 22424 + components: + - type: Transform + pos: 30.5,27.5 + parent: 2 + - uid: 22425 + components: + - type: Transform + pos: 28.5,29.5 + parent: 2 + - uid: 22426 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 + - uid: 22427 + components: + - type: Transform + pos: 30.5,29.5 + parent: 2 + - uid: 22428 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - uid: 22429 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - uid: 22430 + components: + - type: Transform + pos: 36.5,24.5 + parent: 2 + - uid: 22431 + components: + - type: Transform + pos: 37.5,25.5 + parent: 2 + - uid: 22432 + components: + - type: Transform + pos: 37.5,24.5 + parent: 2 + - uid: 22433 + components: + - type: Transform + pos: 38.5,25.5 + parent: 2 + - uid: 22434 + components: + - type: Transform + pos: 38.5,24.5 + parent: 2 + - uid: 22435 + components: + - type: Transform + pos: 39.5,25.5 + parent: 2 + - uid: 22436 + components: + - type: Transform + pos: 39.5,24.5 + parent: 2 + - uid: 25500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,24.5 + parent: 2 + - uid: 30301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,18.5 + parent: 2 + - uid: 30303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,18.5 + parent: 2 + - uid: 30305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,19.5 + parent: 2 + - uid: 30307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,18.5 + parent: 2 + - uid: 30308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,18.5 + parent: 2 + - uid: 30309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,19.5 + parent: 2 + - uid: 30310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,19.5 + parent: 2 + - uid: 30311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,18.5 + parent: 2 + - uid: 30312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,19.5 + parent: 2 + - uid: 30315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,19.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 32559 + components: + - type: Transform + pos: 82.5,72.5 + parent: 2 + - uid: 32560 + components: + - type: Transform + pos: 82.5,71.5 + parent: 2 + - uid: 32561 + components: + - type: Transform + pos: 82.5,70.5 + parent: 2 + - uid: 32562 + components: + - type: Transform + pos: 83.5,72.5 + parent: 2 + - uid: 32563 + components: + - type: Transform + pos: 83.5,71.5 + parent: 2 + - uid: 32564 + components: + - type: Transform + pos: 83.5,70.5 + parent: 2 + - uid: 32565 + components: + - type: Transform + pos: 84.5,72.5 + parent: 2 + - uid: 32566 + components: + - type: Transform + pos: 84.5,71.5 + parent: 2 + - uid: 32567 + components: + - type: Transform + pos: 84.5,70.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 63 + components: + - type: Transform + pos: 78.5,-0.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: 81.5,-17.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: 78.5,0.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: 78.5,1.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 80.5,2.5 + parent: 2 + - uid: 637 + components: + - type: Transform + pos: 78.5,2.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: 80.5,-0.5 + parent: 2 + - uid: 684 + components: + - type: Transform + pos: 80.5,0.5 + parent: 2 + - uid: 685 + components: + - type: Transform + pos: 80.5,1.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,56.5 + parent: 2 + - uid: 986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,67.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -122.5,7.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: 19.5,15.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: 18.5,14.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -123.5,7.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,34.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,34.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -115.5,14.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: -55.5,-31.5 + parent: 2 + - uid: 1548 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -120.5,7.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -120.5,9.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: -56.5,-31.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 1717 + components: + - type: Transform + pos: -60.5,-31.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + pos: -59.5,-31.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: -58.5,-31.5 + parent: 2 + - uid: 1735 + components: + - type: Transform + pos: -57.5,-31.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 2515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,5.5 + parent: 2 + - uid: 2517 + components: + - type: Transform + pos: 80.5,-5.5 + parent: 2 + - uid: 2518 + components: + - type: Transform + pos: 80.5,-1.5 + parent: 2 + - uid: 2520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-20.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,33.5 + parent: 2 + - uid: 2605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,33.5 + parent: 2 + - uid: 2711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,13.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,59.5 + parent: 2 + - uid: 3333 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - uid: 3565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,14.5 + parent: 2 + - uid: 3585 + components: + - type: Transform + pos: -61.5,33.5 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + pos: -62.5,32.5 + parent: 2 + - uid: 3662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,49.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-6.5 + parent: 2 + - uid: 3824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-5.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,71.5 + parent: 2 + - uid: 4849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,54.5 + parent: 2 + - uid: 5052 + components: + - type: Transform + pos: 78.5,-15.5 + parent: 2 + - uid: 5092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,81.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,79.5 + parent: 2 + - uid: 5104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,82.5 + parent: 2 + - uid: 5105 + components: + - type: Transform + pos: 2.5,-55.5 + parent: 2 + - uid: 5107 + components: + - type: Transform + pos: 0.5,-54.5 + parent: 2 + - uid: 5288 + components: + - type: Transform + pos: 2.5,-56.5 + parent: 2 + - uid: 5291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -124.5,9.5 + parent: 2 + - uid: 5292 + components: + - type: Transform + pos: -5.5,-56.5 + parent: 2 + - uid: 5293 + components: + - type: Transform + pos: 0.5,-55.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,79.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,82.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,80.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: 80.5,-15.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + pos: -5.5,-53.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -124.5,7.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + pos: 43.5,-34.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -121.5,7.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: 49.5,-34.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + pos: 81.5,-15.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,81.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 79.5,-15.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + pos: -7.5,-54.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: 43.5,-31.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -121.5,9.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: -5.5,-54.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + pos: 2.5,-54.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + pos: 0.5,-56.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,80.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 5986 + components: + - type: Transform + pos: 10.5,-54.5 + parent: 2 + - uid: 5987 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 5988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,81.5 + parent: 2 + - uid: 5990 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 6000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -123.5,9.5 + parent: 2 + - uid: 6002 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 6003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,80.5 + parent: 2 + - uid: 6004 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 6005 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 6006 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,69.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -117.5,14.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,82.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,79.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,81.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,82.5 + parent: 2 + - uid: 6273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,82.5 + parent: 2 + - uid: 6274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,57.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,81.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - uid: 7095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,80.5 + parent: 2 + - uid: 7211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,81.5 + parent: 2 + - uid: 7213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,80.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,82.5 + parent: 2 + - uid: 7237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,79.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: 34.5,32.5 + parent: 2 + - uid: 8792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,31.5 + parent: 2 + - uid: 8793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,31.5 + parent: 2 + - uid: 8858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,32.5 + parent: 2 + - uid: 8859 + components: + - type: Transform + pos: -58.5,25.5 + parent: 2 + - uid: 8861 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 8862 + components: + - type: Transform + pos: -61.5,25.5 + parent: 2 + - uid: 8863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,34.5 + parent: 2 + - uid: 8898 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 8899 + components: + - type: Transform + pos: -63.5,24.5 + parent: 2 + - uid: 8900 + components: + - type: Transform + pos: -59.5,23.5 + parent: 2 + - uid: 8901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,34.5 + parent: 2 + - uid: 8902 + components: + - type: Transform + pos: -60.5,25.5 + parent: 2 + - uid: 8903 + components: + - type: Transform + pos: -62.5,24.5 + parent: 2 + - uid: 8904 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 8906 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 + - uid: 8907 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 + - uid: 8908 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 + - uid: 8910 + components: + - type: Transform + pos: -59.5,25.5 + parent: 2 + - uid: 8911 + components: + - type: Transform + pos: -60.5,24.5 + parent: 2 + - uid: 8912 + components: + - type: Transform + pos: -62.5,23.5 + parent: 2 + - uid: 8914 + components: + - type: Transform + pos: -64.5,26.5 + parent: 2 + - uid: 8915 + components: + - type: Transform + pos: -59.5,24.5 + parent: 2 + - uid: 8916 + components: + - type: Transform + pos: -63.5,23.5 + parent: 2 + - uid: 8917 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - uid: 8918 + components: + - type: Transform + pos: -64.5,25.5 + parent: 2 + - uid: 8919 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 + - uid: 8920 + components: + - type: Transform + pos: -64.5,23.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,31.5 + parent: 2 + - uid: 8931 + components: + - type: Transform + pos: -62.5,27.5 + parent: 2 + - uid: 8938 + components: + - type: Transform + pos: -61.5,26.5 + parent: 2 + - uid: 8941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,34.5 + parent: 2 + - uid: 8942 + components: + - type: Transform + pos: -62.5,26.5 + parent: 2 + - uid: 8944 + components: + - type: Transform + pos: -61.5,30.5 + parent: 2 + - uid: 8946 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - uid: 8950 + components: + - type: Transform + pos: -63.5,25.5 + parent: 2 + - uid: 8952 + components: + - type: Transform + pos: -61.5,28.5 + parent: 2 + - uid: 8954 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + pos: -58.5,23.5 + parent: 2 + - uid: 8960 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 8962 + components: + - type: Transform + pos: -58.5,24.5 + parent: 2 + - uid: 8971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,52.5 + parent: 2 + - uid: 8981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,50.5 + parent: 2 + - uid: 8983 + components: + - type: Transform + pos: -62.5,33.5 + parent: 2 + - uid: 8984 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 + - uid: 9222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,14.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -122.5,9.5 + parent: 2 + - uid: 9633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,60.5 + parent: 2 + - uid: 9636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,59.5 + parent: 2 + - uid: 9704 + components: + - type: Transform + pos: -57.5,39.5 + parent: 2 + - uid: 9733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-53.5 + parent: 2 + - uid: 9734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-42.5 + parent: 2 + - uid: 9735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-63.5 + parent: 2 + - uid: 9737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-64.5 + parent: 2 + - uid: 9742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-79.5 + parent: 2 + - uid: 9744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-78.5 + parent: 2 + - uid: 9745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-78.5 + parent: 2 + - uid: 9746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-77.5 + parent: 2 + - uid: 9747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-67.5 + parent: 2 + - uid: 9877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,41.5 + parent: 2 + - uid: 9878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,41.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,40.5 + parent: 2 + - uid: 9880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,39.5 + parent: 2 + - uid: 9882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,40.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,40.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,40.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,40.5 + parent: 2 + - uid: 9886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,40.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,41.5 + parent: 2 + - uid: 9888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,42.5 + parent: 2 + - uid: 9889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,43.5 + parent: 2 + - uid: 9890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,44.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,45.5 + parent: 2 + - uid: 9892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,46.5 + parent: 2 + - uid: 9893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,47.5 + parent: 2 + - uid: 9894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,48.5 + parent: 2 + - uid: 9895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,49.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,50.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,51.5 + parent: 2 + - uid: 9899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,51.5 + parent: 2 + - uid: 9900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,51.5 + parent: 2 + - uid: 9906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,51.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,51.5 + parent: 2 + - uid: 9908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,51.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,51.5 + parent: 2 + - uid: 9913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,51.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,51.5 + parent: 2 + - uid: 9916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,51.5 + parent: 2 + - uid: 9917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,51.5 + parent: 2 + - uid: 9948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,41.5 + parent: 2 + - uid: 9949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,41.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + pos: -55.5,41.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + pos: -54.5,40.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,39.5 + parent: 2 + - uid: 9956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,39.5 + parent: 2 + - uid: 9962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,39.5 + parent: 2 + - uid: 9964 + components: + - type: Transform + pos: -58.5,39.5 + parent: 2 + - uid: 9965 + components: + - type: Transform + pos: -54.5,41.5 + parent: 2 + - uid: 10017 + components: + - type: Transform + pos: -64.5,34.5 + parent: 2 + - uid: 10018 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 + - uid: 10021 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 10022 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 10023 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + pos: -54.5,36.5 + parent: 2 + - uid: 10026 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - uid: 10027 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: -68.5,28.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: -68.5,27.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: -68.5,26.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: -68.5,25.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + pos: -68.5,24.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: -68.5,23.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: -68.5,22.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: -68.5,21.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + pos: -68.5,20.5 + parent: 2 + - uid: 10042 + components: + - type: Transform + pos: -68.5,19.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + pos: -67.5,19.5 + parent: 2 + - uid: 10044 + components: + - type: Transform + pos: -66.5,19.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: -65.5,19.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + pos: -65.5,17.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 10049 + components: + - type: Transform + pos: -65.5,15.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: -65.5,13.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: -65.5,11.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + pos: -64.5,11.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: -64.5,10.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + pos: -67.5,35.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: -67.5,36.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: -66.5,36.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + pos: -68.5,36.5 + parent: 2 + - uid: 10514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-47.5 + parent: 2 + - uid: 10515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-57.5 + parent: 2 + - uid: 10516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-46.5 + parent: 2 + - uid: 11013 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 11448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,37.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -120.5,8.5 + parent: 2 + - uid: 11452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -119.5,8.5 + parent: 2 + - uid: 11453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -118.5,8.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -117.5,8.5 + parent: 2 + - uid: 11455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -116.5,8.5 + parent: 2 + - uid: 11456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -115.5,8.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -114.5,8.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,8.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,8.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,8.5 + parent: 2 + - uid: 11461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -110.5,8.5 + parent: 2 + - uid: 11462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -109.5,8.5 + parent: 2 + - uid: 11463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,9.5 + parent: 2 + - uid: 11464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,10.5 + parent: 2 + - uid: 11465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,11.5 + parent: 2 + - uid: 11466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,12.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,13.5 + parent: 2 + - uid: 11468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,14.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,15.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,16.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,17.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,18.5 + parent: 2 + - uid: 11473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,19.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,20.5 + parent: 2 + - uid: 11475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,21.5 + parent: 2 + - uid: 11476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,22.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,23.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,24.5 + parent: 2 + - uid: 11479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,25.5 + parent: 2 + - uid: 11480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,26.5 + parent: 2 + - uid: 11481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,27.5 + parent: 2 + - uid: 11482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,28.5 + parent: 2 + - uid: 11483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,29.5 + parent: 2 + - uid: 11484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,30.5 + parent: 2 + - uid: 11485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,31.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,32.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,33.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,34.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,35.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,36.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,37.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,37.5 + parent: 2 + - uid: 11493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -110.5,37.5 + parent: 2 + - uid: 11494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -109.5,37.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -108.5,37.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -107.5,37.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.5,37.5 + parent: 2 + - uid: 11498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -105.5,37.5 + parent: 2 + - uid: 11499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,37.5 + parent: 2 + - uid: 11500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,37.5 + parent: 2 + - uid: 11501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -102.5,37.5 + parent: 2 + - uid: 11502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,37.5 + parent: 2 + - uid: 11503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,37.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,37.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,37.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,37.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,37.5 + parent: 2 + - uid: 11508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,37.5 + parent: 2 + - uid: 11510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,37.5 + parent: 2 + - uid: 11511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,37.5 + parent: 2 + - uid: 11512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,37.5 + parent: 2 + - uid: 11513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,37.5 + parent: 2 + - uid: 11514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,37.5 + parent: 2 + - uid: 11515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,37.5 + parent: 2 + - uid: 11516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,37.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,37.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,37.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,37.5 + parent: 2 + - uid: 11520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,36.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,35.5 + parent: 2 + - uid: 11522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,34.5 + parent: 2 + - uid: 11523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,33.5 + parent: 2 + - uid: 11524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,-3.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,37.5 + parent: 2 + - uid: 11526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,37.5 + parent: 2 + - uid: 11527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,37.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,37.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,37.5 + parent: 2 + - uid: 11530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,37.5 + parent: 2 + - uid: 11531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -77.5,37.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,37.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,37.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,37.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,37.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,37.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,36.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,35.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,34.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,33.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,32.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,31.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,30.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,29.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,28.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,27.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,26.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,25.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,24.5 + parent: 2 + - uid: 11550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,23.5 + parent: 2 + - uid: 11551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,22.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,21.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,20.5 + parent: 2 + - uid: 11554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,19.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,18.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-3.5 + parent: 2 + - uid: 11557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-3.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-3.5 + parent: 2 + - uid: 11559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-3.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-2.5 + parent: 2 + - uid: 11561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-1.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-0.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,0.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,1.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,2.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,3.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,4.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,5.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,6.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-4.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-5.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-6.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-7.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-8.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-9.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-10.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-11.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-11.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-11.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-11.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-12.5 + parent: 2 + - uid: 11582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-13.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-14.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-15.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-16.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-17.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-18.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-19.5 + parent: 2 + - uid: 11589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-20.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-21.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-22.5 + parent: 2 + - uid: 11592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-23.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-24.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-25.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-26.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-27.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-28.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-29.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-30.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-33.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-33.5 + parent: 2 + - uid: 11602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-34.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-35.5 + parent: 2 + - uid: 11604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-35.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-34.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-34.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-33.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-35.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-34.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-34.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-34.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-34.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-34.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-33.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-35.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-35.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-33.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-33.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-35.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-33.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-33.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-35.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-35.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-34.5 + parent: 2 + - uid: 11649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-35.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-35.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-35.5 + parent: 2 + - uid: 11652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-35.5 + parent: 2 + - uid: 11653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-35.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-35.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-35.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-35.5 + parent: 2 + - uid: 11657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-35.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-35.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-35.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-35.5 + parent: 2 + - uid: 11661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-35.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-35.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-35.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-35.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-35.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-35.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-35.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-35.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-36.5 + parent: 2 + - uid: 11670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-36.5 + parent: 2 + - uid: 11671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-17.5 + parent: 2 + - uid: 11672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-18.5 + parent: 2 + - uid: 11673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-19.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-20.5 + parent: 2 + - uid: 11675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-21.5 + parent: 2 + - uid: 11676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-22.5 + parent: 2 + - uid: 11677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-23.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-24.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-25.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-26.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-27.5 + parent: 2 + - uid: 11682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-27.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-27.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-27.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-27.5 + parent: 2 + - uid: 11686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-27.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-27.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-27.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-27.5 + parent: 2 + - uid: 11690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-28.5 + parent: 2 + - uid: 11691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-28.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 11894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-33.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-32.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-31.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-30.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-29.5 + parent: 2 + - uid: 12249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-18.5 + parent: 2 + - uid: 12250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 2 + - uid: 12251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 2 + - uid: 12252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 2 + - uid: 12254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-20.5 + parent: 2 + - uid: 12255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 2 + - uid: 12256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 2 + - uid: 12257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-22.5 + parent: 2 + - uid: 12258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-23.5 + parent: 2 + - uid: 12259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 2 + - uid: 12260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - uid: 12261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-26.5 + parent: 2 + - uid: 12262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-27.5 + parent: 2 + - uid: 12263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 + parent: 2 + - uid: 12264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 2 + - uid: 12265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-28.5 + parent: 2 + - uid: 12266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 2 + - uid: 12267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-28.5 + parent: 2 + - uid: 12268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-28.5 + parent: 2 + - uid: 12270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-34.5 + parent: 2 + - uid: 12271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-35.5 + parent: 2 + - uid: 12272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-36.5 + parent: 2 + - uid: 12273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-37.5 + parent: 2 + - uid: 12274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-37.5 + parent: 2 + - uid: 12275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-38.5 + parent: 2 + - uid: 12276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 2 + - uid: 12277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-39.5 + parent: 2 + - uid: 12278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-37.5 + parent: 2 + - uid: 12279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-37.5 + parent: 2 + - uid: 12280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-37.5 + parent: 2 + - uid: 12281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-36.5 + parent: 2 + - uid: 12282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-35.5 + parent: 2 + - uid: 12283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-34.5 + parent: 2 + - uid: 12284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-33.5 + parent: 2 + - uid: 12285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-32.5 + parent: 2 + - uid: 12286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-31.5 + parent: 2 + - uid: 12287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-30.5 + parent: 2 + - uid: 12288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-29.5 + parent: 2 + - uid: 12289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-28.5 + parent: 2 + - uid: 12290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 + parent: 2 + - uid: 12291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-28.5 + parent: 2 + - uid: 12292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-28.5 + parent: 2 + - uid: 12293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-28.5 + parent: 2 + - uid: 12294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-28.5 + parent: 2 + - uid: 12295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-28.5 + parent: 2 + - uid: 12296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-28.5 + parent: 2 + - uid: 12297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-28.5 + parent: 2 + - uid: 12299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-28.5 + parent: 2 + - uid: 12300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-27.5 + parent: 2 + - uid: 12301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-26.5 + parent: 2 + - uid: 12302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-25.5 + parent: 2 + - uid: 12303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-24.5 + parent: 2 + - uid: 12304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-23.5 + parent: 2 + - uid: 12305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-22.5 + parent: 2 + - uid: 12306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-21.5 + parent: 2 + - uid: 12307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-20.5 + parent: 2 + - uid: 12309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 2 + - uid: 12310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 2 + - uid: 12314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 2 + - uid: 12315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-18.5 + parent: 2 + - uid: 12316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-18.5 + parent: 2 + - uid: 12317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-18.5 + parent: 2 + - uid: 12320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 2 + - uid: 12321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-20.5 + parent: 2 + - uid: 12322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-20.5 + parent: 2 + - uid: 12681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-19.5 + parent: 2 + - uid: 12682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-20.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-21.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-22.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-23.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-24.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-25.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-26.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-26.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-26.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-26.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-26.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-26.5 + parent: 2 + - uid: 12694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-26.5 + parent: 2 + - uid: 12695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-27.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-28.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-29.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-30.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-31.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-32.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-33.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-33.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-33.5 + parent: 2 + - uid: 12704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-33.5 + parent: 2 + - uid: 12705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-33.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-33.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-32.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-31.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-31.5 + parent: 2 + - uid: 12712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-31.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-30.5 + parent: 2 + - uid: 12714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-30.5 + parent: 2 + - uid: 12715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-30.5 + parent: 2 + - uid: 12716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-30.5 + parent: 2 + - uid: 12717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-30.5 + parent: 2 + - uid: 12718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-30.5 + parent: 2 + - uid: 12719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-30.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-30.5 + parent: 2 + - uid: 12721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-30.5 + parent: 2 + - uid: 12722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-30.5 + parent: 2 + - uid: 12723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-30.5 + parent: 2 + - uid: 12724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-30.5 + parent: 2 + - uid: 12725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-29.5 + parent: 2 + - uid: 12726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-28.5 + parent: 2 + - uid: 12727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-29.5 + parent: 2 + - uid: 12728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-29.5 + parent: 2 + - uid: 12729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-28.5 + parent: 2 + - uid: 12733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-28.5 + parent: 2 + - uid: 12734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-28.5 + parent: 2 + - uid: 12735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-28.5 + parent: 2 + - uid: 12736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-27.5 + parent: 2 + - uid: 12737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-27.5 + parent: 2 + - uid: 12738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-27.5 + parent: 2 + - uid: 12739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-26.5 + parent: 2 + - uid: 12740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-26.5 + parent: 2 + - uid: 12741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-25.5 + parent: 2 + - uid: 12742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-24.5 + parent: 2 + - uid: 12743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-24.5 + parent: 2 + - uid: 12744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-23.5 + parent: 2 + - uid: 12745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-22.5 + parent: 2 + - uid: 12746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-21.5 + parent: 2 + - uid: 12749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-20.5 + parent: 2 + - uid: 12750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-20.5 + parent: 2 + - uid: 12751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-20.5 + parent: 2 + - uid: 12752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-20.5 + parent: 2 + - uid: 12753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-20.5 + parent: 2 + - uid: 12754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-20.5 + parent: 2 + - uid: 12755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-21.5 + parent: 2 + - uid: 12756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-19.5 + parent: 2 + - uid: 12757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-18.5 + parent: 2 + - uid: 12758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-14.5 + parent: 2 + - uid: 12759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-13.5 + parent: 2 + - uid: 12760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-12.5 + parent: 2 + - uid: 12761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-11.5 + parent: 2 + - uid: 12762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-10.5 + parent: 2 + - uid: 12763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-10.5 + parent: 2 + - uid: 12764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-9.5 + parent: 2 + - uid: 12765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-8.5 + parent: 2 + - uid: 12766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-7.5 + parent: 2 + - uid: 12767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-6.5 + parent: 2 + - uid: 12768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-8.5 + parent: 2 + - uid: 12769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-6.5 + parent: 2 + - uid: 12770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-5.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-4.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-3.5 + parent: 2 + - uid: 12773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-2.5 + parent: 2 + - uid: 12774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-1.5 + parent: 2 + - uid: 12775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-0.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-3.5 + parent: 2 + - uid: 12777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-3.5 + parent: 2 + - uid: 12778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,1.5 + parent: 2 + - uid: 12779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,2.5 + parent: 2 + - uid: 12780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,3.5 + parent: 2 + - uid: 12781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,3.5 + parent: 2 + - uid: 12782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,4.5 + parent: 2 + - uid: 12783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,5.5 + parent: 2 + - uid: 12784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,6.5 + parent: 2 + - uid: 12785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,7.5 + parent: 2 + - uid: 12786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,8.5 + parent: 2 + - uid: 12787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,9.5 + parent: 2 + - uid: 13082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,6.5 + parent: 2 + - uid: 13114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,7.5 + parent: 2 + - uid: 13117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,4.5 + parent: 2 + - uid: 13119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,3.5 + parent: 2 + - uid: 13120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,2.5 + parent: 2 + - uid: 13126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,1.5 + parent: 2 + - uid: 13127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,0.5 + parent: 2 + - uid: 13128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-0.5 + parent: 2 + - uid: 13129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-1.5 + parent: 2 + - uid: 13130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-2.5 + parent: 2 + - uid: 13131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-3.5 + parent: 2 + - uid: 13132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-4.5 + parent: 2 + - uid: 13133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-5.5 + parent: 2 + - uid: 13134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-6.5 + parent: 2 + - uid: 13135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-7.5 + parent: 2 + - uid: 13136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-8.5 + parent: 2 + - uid: 13137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-9.5 + parent: 2 + - uid: 13138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-10.5 + parent: 2 + - uid: 13139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-11.5 + parent: 2 + - uid: 13140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-12.5 + parent: 2 + - uid: 13141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-13.5 + parent: 2 + - uid: 13142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-14.5 + parent: 2 + - uid: 13143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-15.5 + parent: 2 + - uid: 13144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-16.5 + parent: 2 + - uid: 13145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-17.5 + parent: 2 + - uid: 13146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-18.5 + parent: 2 + - uid: 13147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-19.5 + parent: 2 + - uid: 13148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-20.5 + parent: 2 + - uid: 13149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -112.5,-20.5 + parent: 2 + - uid: 13150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,-20.5 + parent: 2 + - uid: 13151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -110.5,-20.5 + parent: 2 + - uid: 13152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -109.5,-20.5 + parent: 2 + - uid: 13153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -108.5,-20.5 + parent: 2 + - uid: 13154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -107.5,-20.5 + parent: 2 + - uid: 13155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -106.5,-20.5 + parent: 2 + - uid: 13156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -105.5,-20.5 + parent: 2 + - uid: 13157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -104.5,-20.5 + parent: 2 + - uid: 13158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -103.5,-20.5 + parent: 2 + - uid: 13159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -102.5,-20.5 + parent: 2 + - uid: 13160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -101.5,-20.5 + parent: 2 + - uid: 13161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -100.5,-20.5 + parent: 2 + - uid: 13162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -99.5,-20.5 + parent: 2 + - uid: 13163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -98.5,-20.5 + parent: 2 + - uid: 13164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,-20.5 + parent: 2 + - uid: 13165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,-20.5 + parent: 2 + - uid: 13166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,-20.5 + parent: 2 + - uid: 13167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-20.5 + parent: 2 + - uid: 13168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-20.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,-20.5 + parent: 2 + - uid: 13170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,-20.5 + parent: 2 + - uid: 13171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,-20.5 + parent: 2 + - uid: 13172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,-20.5 + parent: 2 + - uid: 13173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-20.5 + parent: 2 + - uid: 13174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,-20.5 + parent: 2 + - uid: 13175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,-20.5 + parent: 2 + - uid: 13176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,-20.5 + parent: 2 + - uid: 13178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,-19.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,-18.5 + parent: 2 + - uid: 13180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,-17.5 + parent: 2 + - uid: 13181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,-16.5 + parent: 2 + - uid: 13183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -112.5,-7.5 + parent: 2 + - uid: 13184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,-7.5 + parent: 2 + - uid: 13185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -110.5,-7.5 + parent: 2 + - uid: 13186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -109.5,-7.5 + parent: 2 + - uid: 13187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -108.5,-7.5 + parent: 2 + - uid: 13188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -112.5,24.5 + parent: 2 + - uid: 13189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,24.5 + parent: 2 + - uid: 13190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -110.5,24.5 + parent: 2 + - uid: 13191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -109.5,24.5 + parent: 2 + - uid: 13495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-58.5 + parent: 2 + - uid: 13496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-56.5 + parent: 2 + - uid: 13497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-45.5 + parent: 2 + - uid: 13498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-83.5 + parent: 2 + - uid: 13499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-83.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-85.5 + parent: 2 + - uid: 13501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-65.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-73.5 + parent: 2 + - uid: 13503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-74.5 + parent: 2 + - uid: 13520 + components: + - type: Transform + pos: 55.5,-33.5 + parent: 2 + - uid: 13521 + components: + - type: Transform + pos: 56.5,-33.5 + parent: 2 + - uid: 13522 + components: + - type: Transform + pos: 57.5,-33.5 + parent: 2 + - uid: 13523 + components: + - type: Transform + pos: 55.5,-35.5 + parent: 2 + - uid: 13524 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 13525 + components: + - type: Transform + pos: 57.5,-35.5 + parent: 2 + - uid: 13526 + components: + - type: Transform + pos: 56.5,-34.5 + parent: 2 + - uid: 13527 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 + - uid: 13528 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 13529 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 + - uid: 13531 + components: + - type: Transform + pos: 57.5,-37.5 + parent: 2 + - uid: 13532 + components: + - type: Transform + pos: 57.5,-38.5 + parent: 2 + - uid: 13533 + components: + - type: Transform + pos: 57.5,-36.5 + parent: 2 + - uid: 13534 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-80.5 + parent: 2 + - uid: 13558 + components: + - type: Transform + pos: 57.5,-31.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: 55.5,-31.5 + parent: 2 + - uid: 13560 + components: + - type: Transform + pos: 55.5,-32.5 + parent: 2 + - uid: 13561 + components: + - type: Transform + pos: 57.5,-32.5 + parent: 2 + - uid: 13651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-55.5 + parent: 2 + - uid: 13652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-52.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-50.5 + parent: 2 + - uid: 13654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-51.5 + parent: 2 + - uid: 13659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-49.5 + parent: 2 + - uid: 13995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,33.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,44.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,44.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,44.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,44.5 + parent: 2 + - uid: 14566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,33.5 + parent: 2 + - uid: 14567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,33.5 + parent: 2 + - uid: 14568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,33.5 + parent: 2 + - uid: 14569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,33.5 + parent: 2 + - uid: 14570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,33.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,33.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,33.5 + parent: 2 + - uid: 14573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,33.5 + parent: 2 + - uid: 14574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,33.5 + parent: 2 + - uid: 14575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,33.5 + parent: 2 + - uid: 14576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,33.5 + parent: 2 + - uid: 14577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,33.5 + parent: 2 + - uid: 14578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,33.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,33.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,33.5 + parent: 2 + - uid: 14581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,33.5 + parent: 2 + - uid: 14582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,33.5 + parent: 2 + - uid: 14583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,33.5 + parent: 2 + - uid: 14584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,33.5 + parent: 2 + - uid: 14585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,33.5 + parent: 2 + - uid: 14586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,33.5 + parent: 2 + - uid: 14587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,33.5 + parent: 2 + - uid: 14588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,33.5 + parent: 2 + - uid: 14589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,33.5 + parent: 2 + - uid: 14590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,33.5 + parent: 2 + - uid: 14591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,33.5 + parent: 2 + - uid: 14592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,33.5 + parent: 2 + - uid: 14593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,33.5 + parent: 2 + - uid: 14594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,33.5 + parent: 2 + - uid: 14595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,34.5 + parent: 2 + - uid: 14596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,35.5 + parent: 2 + - uid: 14597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,36.5 + parent: 2 + - uid: 14598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,37.5 + parent: 2 + - uid: 14599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,38.5 + parent: 2 + - uid: 14600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,39.5 + parent: 2 + - uid: 14601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,40.5 + parent: 2 + - uid: 14602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,41.5 + parent: 2 + - uid: 14603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,42.5 + parent: 2 + - uid: 14604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,43.5 + parent: 2 + - uid: 14605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,43.5 + parent: 2 + - uid: 14606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,43.5 + parent: 2 + - uid: 14607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,43.5 + parent: 2 + - uid: 14608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,44.5 + parent: 2 + - uid: 14609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,45.5 + parent: 2 + - uid: 14610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,46.5 + parent: 2 + - uid: 14611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,47.5 + parent: 2 + - uid: 14612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,48.5 + parent: 2 + - uid: 14613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,49.5 + parent: 2 + - uid: 14614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,50.5 + parent: 2 + - uid: 14615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,51.5 + parent: 2 + - uid: 14636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,49.5 + parent: 2 + - uid: 14637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,49.5 + parent: 2 + - uid: 14763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,32.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,31.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,30.5 + parent: 2 + - uid: 14766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,29.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,28.5 + parent: 2 + - uid: 14768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,27.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,26.5 + parent: 2 + - uid: 14770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,25.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,24.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,23.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,22.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,27.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 16007 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 16009 + components: + - type: Transform + pos: -2.5,45.5 + parent: 2 + - uid: 16010 + components: + - type: Transform + pos: -2.5,44.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 16012 + components: + - type: Transform + pos: -2.5,42.5 + parent: 2 + - uid: 16013 + components: + - type: Transform + pos: -2.5,41.5 + parent: 2 + - uid: 16014 + components: + - type: Transform + pos: -2.5,40.5 + parent: 2 + - uid: 16015 + components: + - type: Transform + pos: -2.5,39.5 + parent: 2 + - uid: 16016 + components: + - type: Transform + pos: -2.5,38.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + pos: -2.5,37.5 + parent: 2 + - uid: 16018 + components: + - type: Transform + pos: -2.5,36.5 + parent: 2 + - uid: 16019 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 16021 + components: + - type: Transform + pos: -2.5,33.5 + parent: 2 + - uid: 16022 + components: + - type: Transform + pos: -2.5,32.5 + parent: 2 + - uid: 16023 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 16024 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 16025 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 16026 + components: + - type: Transform + pos: -2.5,28.5 + parent: 2 + - uid: 16027 + components: + - type: Transform + pos: -1.5,28.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + pos: -0.5,28.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + pos: -1.5,44.5 + parent: 2 + - uid: 16030 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 16084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,40.5 + parent: 2 + - uid: 16396 + components: + - type: Transform + pos: 80.5,-17.5 + parent: 2 + - uid: 18000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,59.5 + parent: 2 + - uid: 18002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,61.5 + parent: 2 + - uid: 18223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,69.5 + parent: 2 + - uid: 18279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,59.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,59.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,58.5 + parent: 2 + - uid: 19098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,50.5 + parent: 2 + - uid: 19103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -113.5,58.5 + parent: 2 + - uid: 19104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -114.5,58.5 + parent: 2 + - uid: 19105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -115.5,58.5 + parent: 2 + - uid: 19108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -118.5,58.5 + parent: 2 + - uid: 19109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,58.5 + parent: 2 + - uid: 19110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,57.5 + parent: 2 + - uid: 19111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,56.5 + parent: 2 + - uid: 19113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,53.5 + parent: 2 + - uid: 19114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,51.5 + parent: 2 + - uid: 19116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -114.5,55.5 + parent: 2 + - uid: 19117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -112.5,55.5 + parent: 2 + - uid: 19118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,55.5 + parent: 2 + - uid: 19119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,55.5 + parent: 2 + - uid: 19120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,53.5 + parent: 2 + - uid: 19121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,51.5 + parent: 2 + - uid: 19122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,50.5 + parent: 2 + - uid: 19123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,49.5 + parent: 2 + - uid: 19124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,47.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,47.5 + parent: 2 + - uid: 19126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -112.5,47.5 + parent: 2 + - uid: 19127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -115.5,47.5 + parent: 2 + - uid: 19128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,46.5 + parent: 2 + - uid: 19129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,45.5 + parent: 2 + - uid: 19130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,44.5 + parent: 2 + - uid: 19131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -117.5,44.5 + parent: 2 + - uid: 19133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -115.5,44.5 + parent: 2 + - uid: 19134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -114.5,44.5 + parent: 2 + - uid: 19135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -113.5,44.5 + parent: 2 + - uid: 19136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -112.5,44.5 + parent: 2 + - uid: 19137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,44.5 + parent: 2 + - uid: 19138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -107.5,44.5 + parent: 2 + - uid: 19139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,44.5 + parent: 2 + - uid: 19140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,45.5 + parent: 2 + - uid: 19141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,46.5 + parent: 2 + - uid: 19142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,49.5 + parent: 2 + - uid: 19143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,50.5 + parent: 2 + - uid: 19144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,51.5 + parent: 2 + - uid: 19145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,54.5 + parent: 2 + - uid: 19147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,56.5 + parent: 2 + - uid: 19148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,57.5 + parent: 2 + - uid: 19149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,56.5 + parent: 2 + - uid: 19150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,56.5 + parent: 2 + - uid: 19151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,56.5 + parent: 2 + - uid: 19152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,56.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,56.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,55.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,54.5 + parent: 2 + - uid: 19156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,54.5 + parent: 2 + - uid: 19157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,54.5 + parent: 2 + - uid: 19158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,54.5 + parent: 2 + - uid: 19159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,54.5 + parent: 2 + - uid: 19160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,54.5 + parent: 2 + - uid: 19161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,53.5 + parent: 2 + - uid: 19162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,52.5 + parent: 2 + - uid: 19163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,51.5 + parent: 2 + - uid: 19164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,51.5 + parent: 2 + - uid: 19167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,51.5 + parent: 2 + - uid: 19168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,51.5 + parent: 2 + - uid: 19169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,51.5 + parent: 2 + - uid: 19170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,51.5 + parent: 2 + - uid: 19171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,48.5 + parent: 2 + - uid: 19172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,47.5 + parent: 2 + - uid: 19173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,46.5 + parent: 2 + - uid: 19174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,46.5 + parent: 2 + - uid: 19175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,46.5 + parent: 2 + - uid: 19176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,46.5 + parent: 2 + - uid: 19825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,69.5 + parent: 2 + - uid: 19826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,69.5 + parent: 2 + - uid: 19827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,69.5 + parent: 2 + - uid: 19828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,69.5 + parent: 2 + - uid: 19829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,69.5 + parent: 2 + - uid: 19830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,69.5 + parent: 2 + - uid: 19831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,69.5 + parent: 2 + - uid: 19832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,69.5 + parent: 2 + - uid: 19833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,69.5 + parent: 2 + - uid: 19834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,69.5 + parent: 2 + - uid: 19835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,69.5 + parent: 2 + - uid: 19836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,69.5 + parent: 2 + - uid: 19837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,69.5 + parent: 2 + - uid: 19838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,69.5 + parent: 2 + - uid: 19839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,69.5 + parent: 2 + - uid: 19840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,69.5 + parent: 2 + - uid: 19841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,69.5 + parent: 2 + - uid: 19842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,69.5 + parent: 2 + - uid: 19843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,69.5 + parent: 2 + - uid: 19844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,70.5 + parent: 2 + - uid: 19845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,70.5 + parent: 2 + - uid: 19846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,70.5 + parent: 2 + - uid: 19847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,70.5 + parent: 2 + - uid: 19848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,70.5 + parent: 2 + - uid: 19849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,70.5 + parent: 2 + - uid: 19850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,70.5 + parent: 2 + - uid: 19851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,70.5 + parent: 2 + - uid: 19852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,70.5 + parent: 2 + - uid: 19853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,70.5 + parent: 2 + - uid: 19854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,70.5 + parent: 2 + - uid: 19855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,70.5 + parent: 2 + - uid: 19856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,70.5 + parent: 2 + - uid: 19857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,70.5 + parent: 2 + - uid: 19900 + components: + - type: Transform + pos: 79.5,-17.5 + parent: 2 + - uid: 20006 + components: + - type: Transform + pos: 78.5,-17.5 + parent: 2 + - uid: 20839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,16.5 + parent: 2 + - uid: 20840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,15.5 + parent: 2 + - uid: 20841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,14.5 + parent: 2 + - uid: 20842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,13.5 + parent: 2 + - uid: 20843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,16.5 + parent: 2 + - uid: 20844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,15.5 + parent: 2 + - uid: 20845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,14.5 + parent: 2 + - uid: 20846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,13.5 + parent: 2 + - uid: 20847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,12.5 + parent: 2 + - uid: 20848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,11.5 + parent: 2 + - uid: 20849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,10.5 + parent: 2 + - uid: 20850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,9.5 + parent: 2 + - uid: 20851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,8.5 + parent: 2 + - uid: 20852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,7.5 + parent: 2 + - uid: 20853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,6.5 + parent: 2 + - uid: 20854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,5.5 + parent: 2 + - uid: 20855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,4.5 + parent: 2 + - uid: 20856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,3.5 + parent: 2 + - uid: 20857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,2.5 + parent: 2 + - uid: 20858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,1.5 + parent: 2 + - uid: 20859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,0.5 + parent: 2 + - uid: 20860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-0.5 + parent: 2 + - uid: 20861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-1.5 + parent: 2 + - uid: 20862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-2.5 + parent: 2 + - uid: 20863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-3.5 + parent: 2 + - uid: 20864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-4.5 + parent: 2 + - uid: 20865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-5.5 + parent: 2 + - uid: 20866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-5.5 + parent: 2 + - uid: 20867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-5.5 + parent: 2 + - uid: 20868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-5.5 + parent: 2 + - uid: 20869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-5.5 + parent: 2 + - uid: 20870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-5.5 + parent: 2 + - uid: 20871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 2 + - uid: 20872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-5.5 + parent: 2 + - uid: 20873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-5.5 + parent: 2 + - uid: 20874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-5.5 + parent: 2 + - uid: 20875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-7.5 + parent: 2 + - uid: 20876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-7.5 + parent: 2 + - uid: 20877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-10.5 + parent: 2 + - uid: 20878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-10.5 + parent: 2 + - uid: 20879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-10.5 + parent: 2 + - uid: 20880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,4.5 + parent: 2 + - uid: 20881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,4.5 + parent: 2 + - uid: 20882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,4.5 + parent: 2 + - uid: 20883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,4.5 + parent: 2 + - uid: 20884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,6.5 + parent: 2 + - uid: 20885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,6.5 + parent: 2 + - uid: 20886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,6.5 + parent: 2 + - uid: 20887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,6.5 + parent: 2 + - uid: 20888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,8.5 + parent: 2 + - uid: 20889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,13.5 + parent: 2 + - uid: 20890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,13.5 + parent: 2 + - uid: 20891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,17.5 + parent: 2 + - uid: 20892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,16.5 + parent: 2 + - uid: 20893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,15.5 + parent: 2 + - uid: 20894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,14.5 + parent: 2 + - uid: 20895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,13.5 + parent: 2 + - uid: 20896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,12.5 + parent: 2 + - uid: 20897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,11.5 + parent: 2 + - uid: 20898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,11.5 + parent: 2 + - uid: 20899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,11.5 + parent: 2 + - uid: 20900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,10.5 + parent: 2 + - uid: 20901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,10.5 + parent: 2 + - uid: 20902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,10.5 + parent: 2 + - uid: 20903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,9.5 + parent: 2 + - uid: 20904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,8.5 + parent: 2 + - uid: 20905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,7.5 + parent: 2 + - uid: 20906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,6.5 + parent: 2 + - uid: 20907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,5.5 + parent: 2 + - uid: 20908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,4.5 + parent: 2 + - uid: 20909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,3.5 + parent: 2 + - uid: 20910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,2.5 + parent: 2 + - uid: 20911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,1.5 + parent: 2 + - uid: 20912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,0.5 + parent: 2 + - uid: 20913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-0.5 + parent: 2 + - uid: 20914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-1.5 + parent: 2 + - uid: 20915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-2.5 + parent: 2 + - uid: 20916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-3.5 + parent: 2 + - uid: 20917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-4.5 + parent: 2 + - uid: 20918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-5.5 + parent: 2 + - uid: 20919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-6.5 + parent: 2 + - uid: 20920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-7.5 + parent: 2 + - uid: 20921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-8.5 + parent: 2 + - uid: 20922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-9.5 + parent: 2 + - uid: 20923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-10.5 + parent: 2 + - uid: 20924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-11.5 + parent: 2 + - uid: 20925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-12.5 + parent: 2 + - uid: 21183 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 21184 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 21185 + components: + - type: Transform + pos: -64.5,-16.5 + parent: 2 + - uid: 21186 + components: + - type: Transform + pos: -65.5,-16.5 + parent: 2 + - uid: 21187 + components: + - type: Transform + pos: -66.5,-16.5 + parent: 2 + - uid: 21188 + components: + - type: Transform + pos: -114.5,2.5 + parent: 2 + - uid: 21189 + components: + - type: Transform + pos: -115.5,2.5 + parent: 2 + - uid: 21191 + components: + - type: Transform + pos: -117.5,2.5 + parent: 2 + - uid: 21192 + components: + - type: Transform + pos: 42.5,15.5 + parent: 2 + - uid: 21193 + components: + - type: Transform + pos: 43.5,15.5 + parent: 2 + - uid: 21194 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 21195 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 21196 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - uid: 21197 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 21198 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 21205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,80.5 + parent: 2 + - uid: 21206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,79.5 + parent: 2 + - uid: 21210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,33.5 + parent: 2 + - uid: 21211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,32.5 + parent: 2 + - uid: 21212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,31.5 + parent: 2 + - uid: 21213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,30.5 + parent: 2 + - uid: 21214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,29.5 + parent: 2 + - uid: 21215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,28.5 + parent: 2 + - uid: 21216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,27.5 + parent: 2 + - uid: 21217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,26.5 + parent: 2 + - uid: 21218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,26.5 + parent: 2 + - uid: 21219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,26.5 + parent: 2 + - uid: 21220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,26.5 + parent: 2 + - uid: 21221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,26.5 + parent: 2 + - uid: 21222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,26.5 + parent: 2 + - uid: 21223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,26.5 + parent: 2 + - uid: 21224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,25.5 + parent: 2 + - uid: 21225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,24.5 + parent: 2 + - uid: 21226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,23.5 + parent: 2 + - uid: 21227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,22.5 + parent: 2 + - uid: 21228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,21.5 + parent: 2 + - uid: 21229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,20.5 + parent: 2 + - uid: 21230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,19.5 + parent: 2 + - uid: 21231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,18.5 + parent: 2 + - uid: 21232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,26.5 + parent: 2 + - uid: 21233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,26.5 + parent: 2 + - uid: 21234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,26.5 + parent: 2 + - uid: 21235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,26.5 + parent: 2 + - uid: 21236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,26.5 + parent: 2 + - uid: 21237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,26.5 + parent: 2 + - uid: 21238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,25.5 + parent: 2 + - uid: 21239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,24.5 + parent: 2 + - uid: 21240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,23.5 + parent: 2 + - uid: 22264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,70.5 + parent: 2 + - uid: 22265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,71.5 + parent: 2 + - uid: 22266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,72.5 + parent: 2 + - uid: 22267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,73.5 + parent: 2 + - uid: 22280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,74.5 + parent: 2 + - uid: 22281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,74.5 + parent: 2 + - uid: 22282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,74.5 + parent: 2 + - uid: 22290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,74.5 + parent: 2 + - uid: 22307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,74.5 + parent: 2 + - uid: 22308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,74.5 + parent: 2 + - uid: 22309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,74.5 + parent: 2 + - uid: 22734 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 23588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,34.5 + parent: 2 + - uid: 27335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 2 + - uid: 27513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,37.5 + parent: 2 + - uid: 28003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,29.5 + parent: 2 + - uid: 29941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,70.5 + parent: 2 + - uid: 30670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,68.5 + parent: 2 + - uid: 30675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,66.5 + parent: 2 + - uid: 30681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,69.5 + parent: 2 + - uid: 30691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,56.5 + parent: 2 + - uid: 30708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,69.5 + parent: 2 + - uid: 30710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,69.5 + parent: 2 + - uid: 30711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,69.5 + parent: 2 + - uid: 30712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,69.5 + parent: 2 + - uid: 30713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,69.5 + parent: 2 + - uid: 30715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,69.5 + parent: 2 + - uid: 30716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,69.5 + parent: 2 + - uid: 30717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,69.5 + parent: 2 + - uid: 30718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,69.5 + parent: 2 + - uid: 30729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,69.5 + parent: 2 + - uid: 30735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,69.5 + parent: 2 + - uid: 30736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,69.5 + parent: 2 + - uid: 30737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,65.5 + parent: 2 + - uid: 30738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,64.5 + parent: 2 + - uid: 30739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,63.5 + parent: 2 + - uid: 30740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,62.5 + parent: 2 + - uid: 30755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,56.5 + parent: 2 + - uid: 30756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,56.5 + parent: 2 + - uid: 30757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,56.5 + parent: 2 + - uid: 30758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,56.5 + parent: 2 + - uid: 30759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,56.5 + parent: 2 + - uid: 30760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,56.5 + parent: 2 + - uid: 30761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,56.5 + parent: 2 + - uid: 30762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,56.5 + parent: 2 + - uid: 30763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,56.5 + parent: 2 + - uid: 30764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,56.5 + parent: 2 + - uid: 30765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,56.5 + parent: 2 + - uid: 30766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,55.5 + parent: 2 + - uid: 30767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,54.5 + parent: 2 + - uid: 30769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,53.5 + parent: 2 + - uid: 30770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,53.5 + parent: 2 + - uid: 30771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,53.5 + parent: 2 + - uid: 30772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,53.5 + parent: 2 + - uid: 30773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,53.5 + parent: 2 + - uid: 30774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,53.5 + parent: 2 + - uid: 30775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,52.5 + parent: 2 + - uid: 30776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,51.5 + parent: 2 + - uid: 30777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,51.5 + parent: 2 + - uid: 30778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,51.5 + parent: 2 + - uid: 30779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,51.5 + parent: 2 + - uid: 30780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,51.5 + parent: 2 + - uid: 30781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,51.5 + parent: 2 + - uid: 30782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,51.5 + parent: 2 + - uid: 30783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,51.5 + parent: 2 + - uid: 30784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,51.5 + parent: 2 + - uid: 30785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,51.5 + parent: 2 + - uid: 30786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,51.5 + parent: 2 + - uid: 30787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,51.5 + parent: 2 + - uid: 30890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,53.5 + parent: 2 + - uid: 31506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,72.5 + parent: 2 + - uid: 31507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,72.5 + parent: 2 + - uid: 32073 + components: + - type: Transform + pos: -116.5,2.5 + parent: 2 + - uid: 32099 + components: + - type: Transform + pos: -116.5,14.5 + parent: 2 + - uid: 32155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,48.5 + parent: 2 + - uid: 32156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,48.5 + parent: 2 + - uid: 32157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,48.5 + parent: 2 + - uid: 32158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,48.5 + parent: 2 + - uid: 32159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,48.5 + parent: 2 + - uid: 32160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,48.5 + parent: 2 + - uid: 32161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,48.5 + parent: 2 + - uid: 32241 + components: + - type: Transform + pos: -94.5,53.5 + parent: 2 + - uid: 32242 + components: + - type: Transform + pos: -94.5,49.5 + parent: 2 + - uid: 32243 + components: + - type: Transform + pos: -93.5,54.5 + parent: 2 + - uid: 35524 + components: + - type: Transform + pos: -68.5,-34.5 + parent: 2 + - uid: 35525 + components: + - type: Transform + pos: -69.5,-34.5 + parent: 2 + - uid: 35526 + components: + - type: Transform + pos: -70.5,-34.5 + parent: 2 + - uid: 35527 + components: + - type: Transform + pos: -71.5,-34.5 + parent: 2 + - uid: 35528 + components: + - type: Transform + pos: -72.5,-34.5 + parent: 2 + - uid: 35529 + components: + - type: Transform + pos: -73.5,-34.5 + parent: 2 + - uid: 35530 + components: + - type: Transform + pos: -74.5,-34.5 + parent: 2 + - uid: 35531 + components: + - type: Transform + pos: -75.5,-34.5 + parent: 2 + - uid: 35532 + components: + - type: Transform + pos: -76.5,-34.5 + parent: 2 + - uid: 35533 + components: + - type: Transform + pos: -77.5,-34.5 + parent: 2 + - uid: 35534 + components: + - type: Transform + pos: -80.5,-34.5 + parent: 2 + - uid: 35535 + components: + - type: Transform + pos: -81.5,-34.5 + parent: 2 + - uid: 35536 + components: + - type: Transform + pos: -82.5,-34.5 + parent: 2 + - uid: 35537 + components: + - type: Transform + pos: -86.5,-34.5 + parent: 2 + - uid: 35538 + components: + - type: Transform + pos: -88.5,-34.5 + parent: 2 + - uid: 35539 + components: + - type: Transform + pos: -89.5,-34.5 + parent: 2 + - uid: 35540 + components: + - type: Transform + pos: -89.5,-35.5 + parent: 2 + - uid: 35541 + components: + - type: Transform + pos: -89.5,-36.5 + parent: 2 + - uid: 35542 + components: + - type: Transform + pos: -89.5,-37.5 + parent: 2 + - uid: 35543 + components: + - type: Transform + pos: -89.5,-39.5 + parent: 2 + - uid: 35544 + components: + - type: Transform + pos: -89.5,-40.5 + parent: 2 + - uid: 35545 + components: + - type: Transform + pos: -89.5,-41.5 + parent: 2 + - uid: 35546 + components: + - type: Transform + pos: -89.5,-42.5 + parent: 2 + - uid: 35547 + components: + - type: Transform + pos: -89.5,-45.5 + parent: 2 + - uid: 35548 + components: + - type: Transform + pos: -89.5,-50.5 + parent: 2 + - uid: 35549 + components: + - type: Transform + pos: -89.5,-52.5 + parent: 2 + - uid: 35550 + components: + - type: Transform + pos: -89.5,-53.5 + parent: 2 + - uid: 35551 + components: + - type: Transform + pos: -89.5,-54.5 + parent: 2 + - uid: 35552 + components: + - type: Transform + pos: -89.5,-59.5 + parent: 2 + - uid: 35553 + components: + - type: Transform + pos: -89.5,-63.5 + parent: 2 + - uid: 35554 + components: + - type: Transform + pos: -89.5,-62.5 + parent: 2 + - uid: 35555 + components: + - type: Transform + pos: -89.5,-65.5 + parent: 2 + - uid: 35556 + components: + - type: Transform + pos: -83.5,-20.5 + parent: 2 + - uid: 35557 + components: + - type: Transform + pos: -82.5,-20.5 + parent: 2 + - uid: 35558 + components: + - type: Transform + pos: -81.5,-20.5 + parent: 2 + - uid: 35559 + components: + - type: Transform + pos: -80.5,-20.5 + parent: 2 + - uid: 35560 + components: + - type: Transform + pos: -79.5,-20.5 + parent: 2 + - uid: 35561 + components: + - type: Transform + pos: -79.5,-21.5 + parent: 2 + - uid: 35562 + components: + - type: Transform + pos: -78.5,-21.5 + parent: 2 + - uid: 35563 + components: + - type: Transform + pos: -77.5,-21.5 + parent: 2 + - uid: 35564 + components: + - type: Transform + pos: -76.5,-21.5 + parent: 2 + - uid: 35565 + components: + - type: Transform + pos: -75.5,-21.5 + parent: 2 + - uid: 35566 + components: + - type: Transform + pos: -75.5,-22.5 + parent: 2 + - uid: 35567 + components: + - type: Transform + pos: -74.5,-22.5 + parent: 2 + - uid: 35568 + components: + - type: Transform + pos: -73.5,-22.5 + parent: 2 + - uid: 35569 + components: + - type: Transform + pos: -72.5,-22.5 + parent: 2 + - uid: 35570 + components: + - type: Transform + pos: -71.5,-22.5 + parent: 2 + - uid: 35571 + components: + - type: Transform + pos: -70.5,-22.5 + parent: 2 + - uid: 35572 + components: + - type: Transform + pos: -70.5,-23.5 + parent: 2 + - uid: 35573 + components: + - type: Transform + pos: -69.5,-23.5 + parent: 2 + - uid: 35574 + components: + - type: Transform + pos: -68.5,-23.5 + parent: 2 + - uid: 35575 + components: + - type: Transform + pos: -67.5,-23.5 + parent: 2 + - uid: 35576 + components: + - type: Transform + pos: -66.5,-23.5 + parent: 2 + - uid: 35577 + components: + - type: Transform + pos: -65.5,-23.5 + parent: 2 + - uid: 35578 + components: + - type: Transform + pos: -64.5,-23.5 + parent: 2 + - uid: 35580 + components: + - type: Transform + pos: -64.5,-24.5 + parent: 2 + - uid: 35581 + components: + - type: Transform + pos: -63.5,-24.5 + parent: 2 + - uid: 35582 + components: + - type: Transform + pos: -62.5,-24.5 + parent: 2 + - uid: 35631 + components: + - type: Transform + pos: -84.5,-20.5 + parent: 2 +- proto: Chair + entities: + - uid: 433 + components: + - type: Transform + pos: 8.5,69.5 + parent: 2 + - uid: 664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-8.5 + parent: 2 + - uid: 665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-9.5 + parent: 2 + - uid: 666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-10.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-17.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: -46.5,-16.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-18.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-11.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-11.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,14.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 2 + - uid: 2249 + components: + - type: Transform + pos: -26.5,37.5 + parent: 2 + - uid: 2258 + components: + - type: Transform + pos: -28.5,37.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,21.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-30.5 + parent: 2 + - uid: 2579 + components: + - type: Transform + pos: -82.5,-4.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + pos: -81.5,-4.5 + parent: 2 + - uid: 2729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-32.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,32.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,32.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,-4.5 + parent: 2 + - uid: 2984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,-10.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,-8.5 + parent: 2 + - uid: 3053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,-7.5 + parent: 2 + - uid: 3290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-29.5 + parent: 2 + - uid: 3306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-33.5 + parent: 2 + - uid: 3311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-32.5 + parent: 2 + - uid: 3313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-29.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-32.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-33.5 + parent: 2 + - uid: 3614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,12.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,-4.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,58.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,26.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,25.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,24.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-33.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-32.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-33.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-34.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-34.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-21.5 + parent: 2 + - uid: 7143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-21.5 + parent: 2 + - uid: 7144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-21.5 + parent: 2 + - uid: 7146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-17.5 + parent: 2 + - uid: 7148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-17.5 + parent: 2 + - uid: 7149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-17.5 + parent: 2 + - uid: 7151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-21.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-21.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-21.5 + parent: 2 + - uid: 7154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-22.5 + parent: 2 + - uid: 7155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-18.5 + parent: 2 + - uid: 7157 + components: + - type: Transform + pos: -42.5,-16.5 + parent: 2 + - uid: 7159 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - uid: 7160 + components: + - type: Transform + pos: -42.5,-20.5 + parent: 2 + - uid: 7161 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 7162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-22.5 + parent: 2 + - uid: 7163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-22.5 + parent: 2 + - uid: 8125 + components: + - type: Transform + pos: -85.5,-5.5 + parent: 2 + - uid: 8126 + components: + - type: Transform + pos: -84.5,-5.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: -83.5,-5.5 + parent: 2 + - uid: 8132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,11.5 + parent: 2 + - uid: 8133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,10.5 + parent: 2 + - uid: 8135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,8.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,7.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,22.5 + parent: 2 + - uid: 8142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,22.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,22.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,22.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,22.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,27.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,5.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,5.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,14.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,12.5 + parent: 2 + - uid: 8774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,13.5 + parent: 2 + - uid: 9005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,20.5 + parent: 2 + - uid: 9006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,20.5 + parent: 2 + - uid: 9092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,34.5 + parent: 2 + - uid: 9093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,34.5 + parent: 2 + - uid: 9094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,34.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,5.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,5.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,5.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,5.5 + parent: 2 + - uid: 13071 + components: + - type: Transform + pos: 10.5,-50.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - uid: 13337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,26.5 + parent: 2 + - uid: 13338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,23.5 + parent: 2 + - uid: 13339 + components: + - type: Transform + pos: -85.5,-4.5 + parent: 2 + - uid: 13340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,21.5 + parent: 2 + - uid: 13341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,21.5 + parent: 2 + - uid: 13342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,9.5 + parent: 2 + - uid: 13343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,6.5 + parent: 2 + - uid: 13345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,-6.5 + parent: 2 + - uid: 13346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,-8.5 + parent: 2 + - uid: 13347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,-9.5 + parent: 2 + - uid: 13355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,-11.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: 84.5,41.5 + parent: 2 + - uid: 13970 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + pos: -6.5,-50.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 15492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,24.5 + parent: 2 + - uid: 15493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,24.5 + parent: 2 + - uid: 15494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,24.5 + parent: 2 + - uid: 15495 + components: + - type: Transform + pos: -30.5,30.5 + parent: 2 + - uid: 15498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,28.5 + parent: 2 + - uid: 15499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,28.5 + parent: 2 + - uid: 15514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,59.5 + parent: 2 + - uid: 15546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,32.5 + parent: 2 + - uid: 15547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,32.5 + parent: 2 + - uid: 15552 + components: + - type: Transform + pos: -16.5,34.5 + parent: 2 + - uid: 15553 + components: + - type: Transform + pos: -20.5,34.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + pos: -24.5,30.5 + parent: 2 + - uid: 15634 + components: + - type: Transform + pos: -24.5,37.5 + parent: 2 + - uid: 15635 + components: + - type: Transform + pos: -22.5,37.5 + parent: 2 + - uid: 15637 + components: + - type: Transform + pos: -20.5,37.5 + parent: 2 + - uid: 15638 + components: + - type: Transform + pos: -18.5,37.5 + parent: 2 + - uid: 15640 + components: + - type: Transform + pos: -16.5,37.5 + parent: 2 + - uid: 15698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,42.5 + parent: 2 + - uid: 15699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,41.5 + parent: 2 + - uid: 15700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,40.5 + parent: 2 + - uid: 15736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,24.5 + parent: 2 + - uid: 15737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,24.5 + parent: 2 + - uid: 15738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,24.5 + parent: 2 + - uid: 15912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,55.5 + parent: 2 + - uid: 15915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,48.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,47.5 + parent: 2 + - uid: 15969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,47.5 + parent: 2 + - uid: 15970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,48.5 + parent: 2 + - uid: 18189 + components: + - type: Transform + pos: 8.5,68.5 + parent: 2 + - uid: 18199 + components: + - type: Transform + pos: 9.5,68.5 + parent: 2 + - uid: 19631 + components: + - type: Transform + pos: 10.5,69.5 + parent: 2 + - uid: 19692 + components: + - type: Transform + pos: 7.5,68.5 + parent: 2 + - uid: 19738 + components: + - type: Transform + pos: 11.5,69.5 + parent: 2 + - uid: 21129 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 21130 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 21131 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 21132 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 21133 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - uid: 21134 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 + - uid: 21200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,25.5 + parent: 2 + - uid: 21201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,24.5 + parent: 2 + - uid: 21202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,23.5 + parent: 2 + - uid: 21203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,26.5 + parent: 2 + - uid: 22844 + components: + - type: Transform + pos: 10.5,68.5 + parent: 2 + - uid: 23389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,46.5 + parent: 2 + - uid: 30064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,40.5 + parent: 2 + - uid: 30237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,24.5 + parent: 2 + - uid: 30417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-16.5 + parent: 2 + - uid: 30419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-16.5 + parent: 2 + - uid: 30422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 1587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,12.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,11.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,11.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,11.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: -2.5,14.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,55.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,57.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,56.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - uid: 3445 + components: + - type: Transform + pos: 33.5,-24.5 + parent: 2 + - uid: 3446 + components: + - type: Transform + pos: 36.5,-25.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + pos: 37.5,-24.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,21.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + pos: 65.5,-7.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + pos: 64.5,-7.5 + parent: 2 + - uid: 5141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-9.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-6.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: 42.5,-34.5 + parent: 2 + - uid: 6422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-1.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-5.5 + parent: 2 + - uid: 6619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,59.5 + parent: 2 + - uid: 6622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,58.5 + parent: 2 + - uid: 6689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,59.5 + parent: 2 + - uid: 6831 + components: + - type: Transform + pos: -38.5,61.5 + parent: 2 + - uid: 7033 + components: + - type: Transform + pos: -28.5,-34.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-35.5 + parent: 2 + - uid: 7035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-36.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + pos: -37.5,61.5 + parent: 2 + - uid: 9632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,58.5 + parent: 2 + - uid: 12319 + components: + - type: Transform + pos: 48.5,-34.5 + parent: 2 + - uid: 15203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,53.5 + parent: 2 + - uid: 16318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,53.5 + parent: 2 + - uid: 16358 + components: + - type: Transform + pos: -12.5,62.5 + parent: 2 + - uid: 16652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,11.5 + parent: 2 + - uid: 17885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,63.5 + parent: 2 + - uid: 17887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,63.5 + parent: 2 + - uid: 18059 + components: + - type: Transform + pos: -15.5,67.5 + parent: 2 + - uid: 18062 + components: + - type: Transform + pos: -19.5,67.5 + parent: 2 + - uid: 18064 + components: + - type: Transform + pos: -23.5,67.5 + parent: 2 + - uid: 18066 + components: + - type: Transform + pos: -27.5,67.5 + parent: 2 + - uid: 18149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,61.5 + parent: 2 + - uid: 18457 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 18458 + components: + - type: Transform + pos: -58.5,-3.5 + parent: 2 + - uid: 18502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-3.5 + parent: 2 + - uid: 18503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-3.5 + parent: 2 + - uid: 19772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,60.5 + parent: 2 + - uid: 33675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,67.5 + parent: 2 + - uid: 33676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,67.5 + parent: 2 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 3450 + components: + - type: Transform + pos: 38.52028,-21.96194 + parent: 2 + - uid: 3452 + components: + - type: Transform + pos: 38.543716,-22.383816 + parent: 2 + - uid: 3453 + components: + - type: Transform + pos: 38.555435,-22.16116 + parent: 2 +- proto: ChairGreyscale + entities: + - uid: 27407 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,7.5 + parent: 2 + - uid: 432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-2.5 + parent: 2 + - uid: 460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,7.5 + parent: 2 + - uid: 461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,7.5 + parent: 2 + - uid: 464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-2.5 + parent: 2 + - uid: 465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-2.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-33.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-0.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,6.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,2.5 + parent: 2 + - uid: 1650 + components: + - type: Transform + rot: -3.141592351598195 rad + pos: 19.453836,-2.5060267 + parent: 2 + - uid: 1657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,3.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,27.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + pos: 57.5,51.5 + parent: 2 + - uid: 5365 + components: + - type: Transform + pos: 58.5,51.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + pos: 59.5,51.5 + parent: 2 + - uid: 14038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,58.5 + parent: 2 + - uid: 14061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,58.5 + parent: 2 + - uid: 14070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,58.5 + parent: 2 + - uid: 14174 + components: + - type: Transform + pos: 13.5,42.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 1095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-23.5 + parent: 2 + - uid: 2511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,50.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-23.5 + parent: 2 + - uid: 5257 + components: + - type: Transform + pos: 27.5,26.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,50.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,50.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,47.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,28.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,28.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-30.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-23.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-23.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-42.5 + parent: 2 + - uid: 6715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-48.5 + parent: 2 + - uid: 8405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,13.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,17.5 + parent: 2 + - uid: 9151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,47.5 + parent: 2 + - uid: 9220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,50.5 + parent: 2 + - uid: 9655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,31.5 + parent: 2 + - uid: 15402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,28.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,33.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,34.5 + parent: 2 + - uid: 15574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,31.5 + parent: 2 + - uid: 15611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,33.5 + parent: 2 + - uid: 15615 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - uid: 18435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,2.5 + parent: 2 + - uid: 18525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,24.5 + parent: 2 + - uid: 19092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,51.5 + parent: 2 + - uid: 22876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-49.5 + parent: 2 +- proto: ChairRitual + entities: + - uid: 4747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,34.5 + parent: 2 + - uid: 4748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,32.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-6.5 + parent: 2 + - uid: 14356 + components: + - type: Transform + pos: -74.5,-3.5 + parent: 2 + - uid: 14357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-4.5 + parent: 2 + - uid: 15399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-5.5 + parent: 2 + - uid: 17120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-5.5 + parent: 2 + - uid: 17121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-6.5 + parent: 2 + - uid: 17802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-4.5 + parent: 2 + - uid: 26340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,33.5 + parent: 2 + - uid: 29263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,31.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-21.5 + parent: 2 + - uid: 209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-21.5 + parent: 2 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 2 + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-14.5 + parent: 2 + - uid: 561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-8.5 + parent: 2 + - uid: 563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-8.5 + parent: 2 + - uid: 573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-8.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,8.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,8.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,55.5 + parent: 2 + - uid: 6607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-19.5 + parent: 2 + - uid: 6608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-20.5 + parent: 2 + - uid: 6609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-21.5 + parent: 2 + - uid: 8620 + components: + - type: Transform + pos: -12.5,58.5 + parent: 2 + - uid: 8622 + components: + - type: Transform + pos: -13.5,58.5 + parent: 2 + - uid: 9043 + components: + - type: Transform + pos: -14.5,58.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 2 + - uid: 15840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,55.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,54.5 + parent: 2 + - uid: 16314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,49.5 + parent: 2 + - uid: 16316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,48.5 + parent: 2 + - uid: 23378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,5.5 + parent: 2 + - uid: 23811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,5.5 + parent: 2 + - uid: 27964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,55.5 + parent: 2 + - uid: 27975 + components: + - type: Transform + pos: -14.5,57.5 + parent: 2 + - uid: 28001 + components: + - type: Transform + pos: -13.5,57.5 + parent: 2 + - uid: 28002 + components: + - type: Transform + pos: -12.5,57.5 + parent: 2 + - uid: 30334 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 30336 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 + - uid: 30337 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 30427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-13.5 + parent: 2 + - uid: 30428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 + parent: 2 + - uid: 30488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,33.5 + parent: 2 + - uid: 30489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,32.5 + parent: 2 + - uid: 30490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,40.5 + parent: 2 + - uid: 30491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,41.5 + parent: 2 + - uid: 30602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-0.5 + parent: 2 + - uid: 30608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 2 +- proto: CheckerBoard + entities: + - uid: 18504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.463306,-3.3159504 + parent: 2 +- proto: chem_master + entities: + - uid: 1026 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 6376 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 +- proto: ChemicalPayload + entities: + - uid: 36047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.216724,16.68445 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 1433 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 +- proto: ChessBoard + entities: + - uid: 15104 + components: + - type: Transform + pos: 26.503761,48.66876 + parent: 2 + - uid: 18125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.510897,53.567955 + parent: 2 +- proto: ChurchOrganInstrument + entities: + - uid: 4313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,21.5 + parent: 2 +- proto: Cigar + entities: + - uid: 1614 + components: + - type: Transform + pos: -7.8759413,9.743548 + parent: 2 + - uid: 5949 + components: + - type: Transform + pos: 14.8608,-32.892647 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: 19.239498,-32.498737 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: 20.567831,-32.459053 + parent: 2 + - uid: 36111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.581564,37.55846 + parent: 2 + - uid: 36112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.39207,37.5661 + parent: 2 +- proto: CigarCase + entities: + - uid: 9334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.50312,33.706814 + parent: 2 +- proto: CigarGold + entities: + - uid: 32465 + components: + - type: Transform + pos: 84.11947,71.26582 + parent: 2 + - uid: 32556 + components: + - type: Transform + pos: 82.97884,71.1877 + parent: 2 + - uid: 32558 + components: + - type: Transform + pos: 82.7104,71.27461 + parent: 2 + - uid: 33570 + components: + - type: Transform + pos: 84.43197,71.26582 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 15264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.61628,48.233536 + parent: 2 +- proto: CircuitImprinter + entities: + - uid: 1593 + components: + - type: Transform + pos: 29.5,30.5 + parent: 2 +- proto: ClaymoreDulled + entities: + - uid: 32475 + components: + - type: Transform + pos: 61.054596,64.87431 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 27297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,20.5 + parent: 2 +- proto: ClockworkShield + entities: + - uid: 32472 + components: + - type: Transform + pos: 61.89163,64.76277 + parent: 2 + - type: Blocking + blockingToggleActionEntity: 32473 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 32473 +- proto: CloningConsoleComputerCircuitboard + entities: + - uid: 7432 + components: + - type: Transform + pos: -51.525253,26.717798 + parent: 2 +- proto: CloningPod + entities: + - uid: 1015 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 +- proto: CloningPodMachineCircuitboard + entities: + - uid: 7428 + components: + - type: Transform + pos: -51.400253,26.577173 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 4034 + components: + - type: Transform + pos: 40.5,26.5 + parent: 2 + - uid: 19734 + components: + - type: Transform + pos: 4.5,66.5 + parent: 2 + - uid: 26214 + components: + - type: Transform + pos: -25.5,44.5 + parent: 2 + - uid: 29716 + components: + - type: Transform + pos: 5.5,66.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 2540 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: 47.5,-21.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: -22.5,-37.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: -31.5,1.5 + parent: 2 + - uid: 6350 + components: + - type: Transform + pos: 39.5,-10.5 + parent: 2 + - uid: 14564 + components: + - type: Transform + pos: 4.5,32.5 + parent: 2 + - uid: 16655 + components: + - type: Transform + pos: -35.5,15.5 + parent: 2 + - uid: 19880 + components: + - type: Transform + pos: -13.5,71.5 + parent: 2 + - uid: 19884 + components: + - type: Transform + pos: 23.5,23.5 + parent: 2 + - uid: 19885 + components: + - type: Transform + pos: -1.5,43.5 + parent: 2 + - uid: 19888 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 19889 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 19890 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 + - uid: 19925 + components: + - type: Transform + pos: -65.5,-14.5 + parent: 2 + - uid: 19928 + components: + - type: Transform + pos: -65.5,5.5 + parent: 2 + - uid: 19931 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 19932 + components: + - type: Transform + pos: -32.5,-18.5 + parent: 2 + - uid: 19935 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 19941 + components: + - type: Transform + pos: -45.5,19.5 + parent: 2 + - uid: 19952 + components: + - type: Transform + pos: -71.5,19.5 + parent: 2 + - uid: 19955 + components: + - type: Transform + pos: -114.5,37.5 + parent: 2 + - uid: 19957 + components: + - type: Transform + pos: -114.5,-20.5 + parent: 2 + - uid: 19984 + components: + - type: Transform + pos: -116.5,12.5 + parent: 2 + - uid: 19985 + components: + - type: Transform + pos: -116.5,4.5 + parent: 2 + - uid: 20939 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 + - uid: 27966 + components: + - type: Transform + pos: -67.5,25.5 + parent: 2 + - uid: 30189 + components: + - type: Transform + pos: 39.5,2.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 365 + components: + - type: Transform + pos: 39.5,-11.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: -31.5,3.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 + - uid: 3930 + components: + - type: Transform + pos: -35.5,14.5 + parent: 2 + - uid: 3995 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: 39.5,11.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: 47.5,-20.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -21.5,-37.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: 65.5,-27.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + pos: 5.5,32.5 + parent: 2 + - uid: 19881 + components: + - type: Transform + pos: -11.5,71.5 + parent: 2 + - uid: 19883 + components: + - type: Transform + pos: -1.5,42.5 + parent: 2 + - uid: 19886 + components: + - type: Transform + pos: 23.5,24.5 + parent: 2 + - uid: 19887 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - uid: 19924 + components: + - type: Transform + pos: -64.5,-14.5 + parent: 2 + - uid: 19929 + components: + - type: Transform + pos: -65.5,4.5 + parent: 2 + - uid: 19930 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 19933 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 2 + - uid: 19934 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 19943 + components: + - type: Transform + pos: -45.5,20.5 + parent: 2 + - uid: 19953 + components: + - type: Transform + pos: -71.5,20.5 + parent: 2 + - uid: 19954 + components: + - type: Transform + pos: -114.5,38.5 + parent: 2 + - uid: 19958 + components: + - type: Transform + pos: -114.5,-21.5 + parent: 2 + - uid: 19982 + components: + - type: Transform + pos: -116.5,16.5 + parent: 2 + - uid: 19983 + components: + - type: Transform + pos: -116.5,0.5 + parent: 2 + - uid: 20940 + components: + - type: Transform + pos: -33.5,25.5 + parent: 2 + - uid: 21053 + components: + - type: Transform + pos: 39.5,1.5 + parent: 2 + - uid: 27968 + components: + - type: Transform + pos: -67.5,23.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 18517 + components: + - type: Transform + pos: -36.488503,22.493122 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 18518 + components: + - type: Transform + pos: -37.500065,22.496 + parent: 2 +- proto: ClosetL3ScienceFilled + entities: + - uid: 3962 + components: + - type: Transform + pos: 39.5,26.5 + parent: 2 +- proto: ClosetL3SecurityFilled + entities: + - uid: 22656 + components: + - type: Transform + pos: -6.5,40.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 3984 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 5228 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 6148 + components: + - type: Transform + pos: -23.5,-37.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: 64.5,-27.5 + parent: 2 + - uid: 9534 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 13192 + components: + - type: Transform + pos: 50.5,-28.5 + parent: 2 + - uid: 13317 + components: + - type: Transform + pos: 49.5,-28.5 + parent: 2 + - uid: 19882 + components: + - type: Transform + pos: -12.5,71.5 + parent: 2 + - uid: 34183 + components: + - type: Transform + pos: 29.5,46.5 + parent: 2 + - uid: 36503 + components: + - type: Transform + pos: -41.5,27.5 + parent: 2 + - uid: 36504 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 54 + components: + - type: Transform + pos: 50.5,48.5 + parent: 2 + - uid: 4031 + components: + - type: Transform + pos: 40.5,23.5 + parent: 2 +- proto: ClosetSteelBase + entities: + - uid: 33677 + components: + - type: Transform + pos: -35.5,63.5 + parent: 2 +- proto: ClosetToolFilled + entities: + - uid: 34686 + components: + - type: Transform + pos: 74.5,-8.5 + parent: 2 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 119 + components: + - type: Transform + pos: -3.5,-49.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,27.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: 42.5,-25.5 + parent: 2 + - uid: 9683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,46.5 + parent: 2 + - 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 + - uid: 9684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,47.5 + parent: 2 + - 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 + - uid: 10568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,40.5 + parent: 2 + - uid: 15263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,50.5 + parent: 2 + - uid: 16337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,38.5 + parent: 2 + - uid: 19878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,72.5 + parent: 2 + - uid: 19903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-0.5 + parent: 2 + - uid: 19937 + components: + - type: Transform + pos: 66.5,-26.5 + parent: 2 + - uid: 30230 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 6125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,27.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: 41.5,-25.5 + parent: 2 + - uid: 9570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,36.5 + parent: 2 + - uid: 15259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,50.5 + parent: 2 + - uid: 19876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,72.5 + parent: 2 + - uid: 19904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,0.5 + parent: 2 + - uid: 23122 + components: + - type: Transform + pos: 6.5,-49.5 + parent: 2 + - uid: 30229 + components: + - type: Transform + pos: 5.5,-49.5 + parent: 2 + - uid: 35715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,39.5 + parent: 2 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 12951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-1.5 + parent: 2 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 1383 + components: + - type: Transform + pos: 32.76661,9.703077 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: 48.72707,44.818375 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: 57.44354,56.71585 + parent: 2 +- proto: ClothingBeltSalvageWebbing + entities: + - uid: 32575 + components: + - type: Transform + pos: 91.750565,26.7444 + parent: 2 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 5313 + components: + - type: Transform + pos: 46.39504,44.59572 + parent: 2 +- proto: ClothingEyesBlindfold + entities: + - uid: 32543 + components: + - type: Transform + pos: 99.68313,42.249104 + parent: 2 +- proto: ClothingEyesGlasses + entities: + - uid: 1634 + components: + - type: Transform + pos: -3.9242487,16.828148 + parent: 2 + - uid: 14265 + components: + - type: Transform + pos: 12.774038,48.750267 + parent: 2 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 3997 + components: + - type: Transform + pos: 12.514965,-1.2635912 + parent: 2 + - uid: 35800 + components: + - type: Transform + pos: 20.811102,-1.3168378 + parent: 2 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 5693 + components: + - type: Transform + pos: 34.45585,46.661957 + parent: 2 +- proto: ClothingEyesGlassesSecurity + entities: + - uid: 22665 + components: + - type: Transform + pos: -24.45018,41.289783 + parent: 2 + - uid: 22666 + components: + - type: Transform + pos: -8.48143,32.71166 + parent: 2 + - uid: 22667 + components: + - type: Transform + pos: -10.028305,42.571033 + parent: 2 +- proto: ClothingEyesHudMedical + entities: + - uid: 2056 + components: + - type: Transform + pos: -11.442047,-10.684356 + parent: 2 +- proto: ClothingEyesHudSecurity + entities: + - uid: 22662 + components: + - type: Transform + pos: -8.450156,33.008305 + parent: 2 +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 3466 + components: + - type: Transform + pos: 44.464664,-21.37337 + parent: 2 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 3469 + components: + - type: Transform + pos: 44.570133,-21.853838 + parent: 2 +- proto: ClothingHandsGlovesBoxingRed + entities: + - uid: 3468 + components: + - type: Transform + pos: 44.652164,-22.228838 + parent: 2 +- proto: ClothingHandsGlovesBoxingYellow + entities: + - uid: 3470 + components: + - type: Transform + pos: 44.675602,-24.18587 + parent: 2 + - uid: 3471 + components: + - type: Transform + pos: 44.382633,-22.521807 + parent: 2 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 6069 + components: + - type: Transform + pos: 16.45286,28.010605 + parent: 2 + - uid: 6070 + components: + - type: Transform + pos: 21.503641,28.045761 + parent: 2 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 36499 + components: + - type: Transform + pos: 83.55734,57.676487 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 2125 + components: + - type: Transform + pos: 33.68015,9.743554 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 15.473563,9.955488 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: -5.43925,4.5595484 + parent: 2 + - uid: 2128 + components: + - type: Transform + pos: -8.493291,10.130974 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: -16.90582,5.626102 + parent: 2 + - uid: 2130 + components: + - type: Transform + pos: -28.861816,-0.31772518 + parent: 2 + - uid: 2131 + components: + - type: Transform + pos: -22.459894,9.539465 + parent: 2 + - uid: 2132 + components: + - type: Transform + pos: -6.516262,-11.391825 + parent: 2 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 18445 + components: + - type: Transform + pos: -62.48618,2.599772 + parent: 2 + - uid: 18483 + components: + - type: Transform + pos: -62.251804,2.349772 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 2134 + components: + - type: Transform + pos: -28.387495,9.555864 + parent: 2 + - uid: 2481 + components: + - type: Transform + pos: 13.466408,-5.011115 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: 13.63047,-5.1751776 + parent: 2 + - uid: 35799 + components: + - type: Transform + pos: 15.535261,9.639928 + parent: 2 +- proto: ClothingHandsGlovesPowerglove + entities: + - uid: 33598 + components: + - type: Transform + pos: 93.04728,33.326565 + parent: 2 +- proto: ClothingHeadBandBotany + entities: + - uid: 18484 + components: + - type: Transform + pos: -62.51743,1.8810221 + parent: 2 +- proto: ClothingHeadCourier + entities: + - uid: 34975 + components: + - type: Transform + pos: -7.880703,-25.330961 + parent: 2 +- proto: ClothingHeadHatBeret + entities: + - uid: 2143 + components: + - type: Transform + pos: -28.462244,16.706312 + parent: 2 +- proto: ClothingHeadHatBeretBrigmedic + entities: + - uid: 2144 + components: + - type: Transform + pos: -22.649956,9.844152 + parent: 2 +- proto: ClothingHeadHatBeretSecurity + entities: + - uid: 22658 + components: + - type: Transform + pos: -13.138213,32.662838 + parent: 2 + - uid: 22659 + components: + - type: Transform + pos: -12.911651,32.553463 + parent: 2 + - uid: 22660 + components: + - type: Transform + pos: -12.309531,28.664555 + parent: 2 +- proto: ClothingHeadHatCardborg + entities: + - uid: 6153 + components: + - type: Transform + pos: 44.916782,44.70262 + parent: 2 +- proto: ClothingHeadHatFezMantis + entities: + - uid: 20026 + components: + - type: Transform + pos: 49.367798,34.06218 + parent: 2 +- proto: ClothingHeadHatFlowerCrown + entities: + - uid: 30331 + components: + - type: Transform + pos: 28.985943,18.5628 + parent: 2 +- proto: ClothingHeadHatHairflower + entities: + - uid: 36391 + components: + - type: Transform + pos: 82.549065,59.462532 + parent: 2 +- proto: ClothingHeadHatPumpkin + entities: + - uid: 7453 + components: + - type: Transform + pos: 10.583467,18.671331 + parent: 2 + - uid: 30317 + components: + - type: Transform + pos: 4.606904,28.11317 + parent: 2 + - uid: 30318 + components: + - type: Transform + pos: -4.8884006,25.7527 + parent: 2 + - uid: 30319 + components: + - type: Transform + pos: -50.197914,14.696088 + parent: 2 + - uid: 30320 + components: + - type: Transform + pos: -29.381927,-19.179293 + parent: 2 + - uid: 30321 + components: + - type: Transform + pos: -42.418644,-21.210543 + parent: 2 + - uid: 30324 + components: + - type: Transform + pos: 55.968422,24.62028 + parent: 2 + - uid: 30325 + components: + - type: Transform + pos: 46.553738,26.755705 + parent: 2 + - uid: 30326 + components: + - type: Transform + pos: -6.5801415,-7.241027 + parent: 2 +- proto: ClothingHeadHatPurplesoft + entities: + - uid: 33600 + components: + - type: Transform + pos: 83.15367,57.480366 + parent: 2 +- proto: ClothingHeadHatSecsoft + entities: + - uid: 22661 + components: + - type: Transform + pos: -12.372031,34.21143 + parent: 2 +- proto: ClothingHeadHelmetBone + entities: + - uid: 4790 + components: + - type: Transform + pos: 87.56079,41.157158 + parent: 2 +- proto: ClothingHeadHelmetScaf + entities: + - uid: 33617 + components: + - type: Transform + pos: 72.773415,61.056877 + parent: 2 +- proto: ClothingHeadNurseHat + entities: + - uid: 2138 + components: + - type: Transform + pos: -16.368912,16.692177 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: -5.9287615,4.7876196 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 5.7059135,-7.034723 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: 19.38141,2.515604 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: 33.7739,9.493554 + parent: 2 +- proto: ClothingHeadPaperSackSmile + entities: + - uid: 33636 + components: + - type: Transform + pos: 64.57948,46.52246 + parent: 2 +- proto: ClothingHeadSafari + entities: + - uid: 33615 + components: + - type: Transform + pos: 88.63485,62.427803 + parent: 2 +- proto: ClothingMaskClown + entities: + - uid: 19427 + components: + - type: Transform + pos: -77.690346,1.3026085 + parent: 2 + - uid: 21094 + components: + - type: Transform + pos: -78.28,-2.5353103 + parent: 2 +- proto: ClothingMaskGas + entities: + - uid: 6061 + components: + - type: Transform + pos: 16.382547,26.569199 + parent: 2 + - uid: 6062 + components: + - type: Transform + pos: 16.64036,26.358261 + parent: 2 + - uid: 6063 + components: + - type: Transform + pos: 21.386454,26.733261 + parent: 2 + - uid: 6064 + components: + - type: Transform + pos: 21.679422,26.510605 + parent: 2 +- proto: ClothingMaskGasExplorer + entities: + - uid: 32576 + components: + - type: Transform + pos: 92.000565,27.21315 + parent: 2 +- proto: ClothingMaskMime + entities: + - uid: 33589 + components: + - type: Transform + pos: 76.78687,38.07537 + parent: 2 +- proto: ClothingMaskMuzzle + entities: + - uid: 32544 + components: + - type: Transform + pos: 99.58938,42.842854 + parent: 2 +- proto: ClothingMaskPlague + entities: + - uid: 5707 + components: + - type: Transform + pos: 66.4615,30.626053 + parent: 2 +- proto: ClothingMaskSterile + entities: + - uid: 2122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.332909,-5.5133877 + parent: 2 + - uid: 2123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.661034,-5.595419 + parent: 2 + - uid: 30453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.577179,-13.225327 + parent: 2 + - uid: 30455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.561554,-13.490952 + parent: 2 + - uid: 30456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.561554,-13.392293 + parent: 2 +- proto: ClothingNeckBling + entities: + - uid: 32461 + components: + - type: Transform + pos: 74.04644,24.697683 + parent: 2 +- proto: ClothingNeckCargomedal + entities: + - uid: 34632 + components: + - type: Transform + pos: -30.666866,-24.101736 + parent: 2 + - uid: 34633 + components: + - type: Transform + pos: -30.502804,-24.312674 + parent: 2 + - uid: 34634 + components: + - type: Transform + pos: -30.315304,-24.078299 + parent: 2 +- proto: ClothingNeckCloakMiner + entities: + - uid: 33590 + components: + - type: Transform + pos: 91.163445,26.61076 + parent: 2 +- proto: ClothingNeckCloakPirateCap + entities: + - uid: 33595 + components: + - type: Transform + pos: 72.53355,41.726055 + parent: 2 +- proto: ClothingNeckClownmedal + entities: + - uid: 19424 + components: + - type: Transform + pos: -81.367096,-0.39013824 + parent: 2 +- proto: ClothingNeckEngineermedal + entities: + - uid: 22684 + components: + - type: Transform + pos: -58.75131,13.634154 + parent: 2 + - uid: 34627 + components: + - type: Transform + pos: -58.56215,13.674015 + parent: 2 + - uid: 34628 + components: + - type: Transform + pos: -58.74965,13.705265 + parent: 2 +- proto: ClothingNeckGoldmedal + entities: + - uid: 34639 + components: + - type: Transform + pos: 4.342853,29.136616 + parent: 2 + - uid: 34640 + components: + - type: Transform + pos: 4.5381656,29.02724 + parent: 2 + - uid: 34641 + components: + - type: Transform + pos: 4.7256656,29.15224 + parent: 2 +- proto: ClothingNeckMedicalmedal + entities: + - uid: 34624 + components: + - type: Transform + pos: -11.726831,-11.175824 + parent: 2 + - uid: 34625 + components: + - type: Transform + pos: -11.554956,-11.277387 + parent: 2 + - uid: 34626 + components: + - type: Transform + pos: -11.359644,-11.191449 + parent: 2 +- proto: ClothingNeckScarfStripedLightBlue + entities: + - uid: 5173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.56397,-10.473785 + parent: 2 +- proto: ClothingNeckScarfStripedOrange + entities: + - uid: 5166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.563965,-14.48941 + parent: 2 +- proto: ClothingNeckScarfStripedPurple + entities: + - uid: 5170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.595215,-14.92691 + parent: 2 +- proto: ClothingNeckSciencemedal + entities: + - uid: 34635 + components: + - type: Transform + pos: 42.317135,30.747564 + parent: 2 + - uid: 34636 + components: + - type: Transform + pos: 42.774643,30.851824 + parent: 2 + - uid: 34637 + components: + - type: Transform + pos: 42.579895,30.622713 + parent: 2 +- proto: ClothingNeckSecuritymedal + entities: + - uid: 34621 + components: + - type: Transform + pos: -4.724091,35.60755 + parent: 2 + - uid: 34622 + components: + - type: Transform + pos: -4.442841,35.490364 + parent: 2 + - uid: 34623 + components: + - type: Transform + pos: -4.2162786,35.623177 + parent: 2 +- proto: ClothingNeckTieBlack + entities: + - uid: 31168 + components: + - type: Transform + parent: 31162 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckTieDet + entities: + - uid: 30499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.4690256,48.466957 + parent: 2 +- proto: ClothingNeckTieRed + entities: + - uid: 31163 + components: + - type: Transform + parent: 31162 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterApronBotanist + entities: + - uid: 18486 + components: + - type: Transform + pos: -49.564304,5.740397 + parent: 2 + - uid: 18487 + components: + - type: Transform + pos: -49.32993,5.599772 + parent: 2 +- proto: ClothingOuterArmorBulletproof + entities: + - uid: 16511 + components: + - type: Transform + pos: -20.666626,45.81591 + parent: 2 + - uid: 16512 + components: + - type: Transform + pos: -20.432251,45.75341 + parent: 2 + - uid: 16513 + components: + - type: Transform + pos: -20.244751,45.862785 + parent: 2 +- proto: ClothingOuterClownPriest + entities: + - uid: 14112 + components: + - type: Transform + pos: -78.605934,-2.3478103 + parent: 2 +- proto: ClothingOuterCoatBomber + entities: + - uid: 5188 + components: + - type: Transform + rot: -3.141592653589793 rad + pos: 72.43163,-18.66698 + parent: 2 + - uid: 5189 + components: + - type: Transform + rot: -3.141592653589793 rad + pos: 72.65178,-18.446829 + parent: 2 + - uid: 32547 + components: + - type: Transform + pos: 76.37279,38.460537 + parent: 2 +- proto: ClothingOuterStraightjacket + entities: + - uid: 33640 + components: + - type: Transform + pos: 59.959644,52.83496 + parent: 2 +- proto: ClothingOuterWinterCoat + entities: + - uid: 5190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.161026,-18.347553 + parent: 2 +- proto: ClothingOuterWinterCoatLong + entities: + - uid: 5163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.548344,-9.45816 + parent: 2 + - uid: 5164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.423344,-9.67691 + parent: 2 +- proto: ClothingOuterWinterCoatPlaid + entities: + - uid: 5165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.56397,-10.005035 + parent: 2 +- proto: ClothingShoesBling + entities: + - uid: 32462 + components: + - type: Transform + pos: 73.57769,24.650808 + parent: 2 +- proto: ClothingShoesBootsLaceup + entities: + - uid: 31166 + components: + - type: Transform + parent: 31162 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31167 + components: + - type: Transform + parent: 31162 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesBootsMag + entities: + - uid: 6049 + components: + - type: Transform + pos: 16.35911,24.787949 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: 16.54661,24.600449 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: 16.288797,23.709824 + parent: 2 + - uid: 6052 + components: + - type: Transform + pos: 16.534891,23.55748 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: 21.374735,24.77623 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: 21.597391,24.600449 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: 21.398172,23.709824 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: 21.679422,23.510605 + parent: 2 +- proto: ClothingUniformJumpskirtDetectiveGrey + entities: + - uid: 31165 + components: + - type: Transform + parent: 31162 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitDetectiveGrey + entities: + - uid: 31164 + components: + - type: Transform + parent: 31162 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitMonasticRobeDark + entities: + - uid: 5708 + components: + - type: Transform + pos: 67.01228,30.672928 + parent: 2 +- proto: ClownRecorder + entities: + - uid: 19425 + components: + - type: Transform + pos: -77.25276,-0.34442073 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 29767 + components: + - type: Transform + pos: 82.5,59.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 29766 + components: + - type: Transform + pos: 35.5,44.5 + parent: 2 + - uid: 29769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,43.5 + parent: 2 +- proto: CombatKnife + entities: + - uid: 30051 + components: + - type: Transform + pos: 90.532196,38.513023 + parent: 2 + - uid: 32555 + components: + - type: Transform + pos: 80.44478,63.419872 + parent: 2 + - uid: 36046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.8261,16.606325 + parent: 2 +- proto: ComfyChair + entities: + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-24.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-10.5 + parent: 2 + - uid: 645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-9.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,52.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,48.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,47.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,47.5 + parent: 2 + - uid: 2865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,48.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,58.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,29.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,33.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,29.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,25.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,28.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,27.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,30.5 + parent: 2 + - uid: 5591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,30.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,27.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-20.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-24.5 + parent: 2 + - uid: 8768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,13.5 + parent: 2 + - uid: 8818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,12.5 + parent: 2 + - uid: 14031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,57.5 + parent: 2 + - uid: 14033 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 + - uid: 14036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,53.5 + parent: 2 + - uid: 14037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,53.5 + parent: 2 + - uid: 14040 + components: + - type: Transform + pos: 13.5,49.5 + parent: 2 + - uid: 14053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,57.5 + parent: 2 + - uid: 14062 + components: + - type: Transform + pos: 11.5,49.5 + parent: 2 + - uid: 14074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,55.5 + parent: 2 + - uid: 14079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,46.5 + parent: 2 + - uid: 14080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,46.5 + parent: 2 + - uid: 14081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,46.5 + parent: 2 + - uid: 14085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,51.5 + parent: 2 + - uid: 14188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,48.5 + parent: 2 + - uid: 15373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,48.5 + parent: 2 + - uid: 15691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,41.5 + parent: 2 + - uid: 15735 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 15780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,33.5 + parent: 2 + - uid: 15910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,51.5 + parent: 2 + - uid: 16579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,34.5 + parent: 2 + - uid: 29705 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 29706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,46.5 + parent: 2 + - uid: 29828 + components: + - type: Transform + pos: 90.5,56.5 + parent: 2 + - uid: 29829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,54.5 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 14035 + components: + - type: Transform + pos: 19.5,59.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 9280 + components: + - type: Transform + pos: 40.5,51.5 + parent: 2 + - uid: 12731 + components: + - type: Transform + pos: 44.5,51.5 + parent: 2 +- proto: computerBodyScanner + entities: + - uid: 1315 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 5356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,50.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,50.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,50.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 6572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-23.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 2965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-23.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 14050 + components: + - type: Transform + pos: 18.5,59.5 + parent: 2 + - uid: 14056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,50.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 1317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,5.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + pos: 22.5,3.5 + parent: 2 + - uid: 4006 + components: + - type: Transform + pos: 48.5,34.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,27.5 + parent: 2 + - uid: 14041 + components: + - type: Transform + pos: 14.5,58.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 14032 + components: + - type: Transform + pos: 22.5,58.5 + parent: 2 + - uid: 15393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,28.5 + parent: 2 + - uid: 15686 + components: + - type: Transform + pos: -25.5,42.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-11.5 + parent: 2 + - uid: 858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,55.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,27.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + pos: 44.5,30.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + pos: -25.5,-23.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + pos: -59.5,13.5 + parent: 2 + - uid: 14175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,42.5 + parent: 2 + - uid: 18233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,32.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 1552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-8.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-7.5 + parent: 2 + - uid: 420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,7.5 + parent: 2 + - uid: 429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-2.5 + parent: 2 + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,7.5 + parent: 2 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,7.5 + parent: 2 + - uid: 466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-2.5 + parent: 2 + - uid: 467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-2.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 2 + - uid: 14039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,57.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 1539 + components: + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 8836 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 13934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,53.5 + parent: 2 + - uid: 19091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,51.5 + parent: 2 + - uid: 34847 + components: + - type: Transform + pos: -54.5,52.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 435 + components: + - type: Transform + pos: -49.5,-47.5 + parent: 2 + - uid: 13951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,52.5 + parent: 2 + - uid: 22599 + components: + - type: Transform + pos: -30.5,-41.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 4157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,26.5 + parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 22357 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 +- proto: ComputerShuttleSalvage + entities: + - uid: 22733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-49.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 9706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,40.5 + parent: 2 + - uid: 10413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-34.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 857 + components: + - type: Transform + pos: 51.5,28.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,55.5 + parent: 2 + - uid: 15683 + components: + - type: Transform + pos: -26.5,42.5 + parent: 2 + - uid: 15842 + components: + - type: Transform + pos: -33.5,35.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 14054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,57.5 + parent: 2 + - uid: 15728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,40.5 + parent: 2 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 15791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,28.5 + parent: 2 +- proto: ComputerTechnologyDiskTerminal + entities: + - uid: 26245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,28.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 612 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 745 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 749 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 56.5,30.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: -60.5,-4.5 + parent: 2 + - uid: 2310 + components: + - type: Transform + pos: -97.5,29.5 + parent: 2 + - uid: 2551 + components: + - type: Transform + pos: -67.5,11.5 + parent: 2 + - uid: 3281 + components: + - type: Transform + pos: -86.5,-2.5 + parent: 2 + - uid: 3767 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 9049 + components: + - type: Transform + pos: -80.5,-1.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 2 + - uid: 9142 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 9143 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - uid: 9150 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 9315 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: -34.5,35.5 + parent: 2 + - uid: 15228 + components: + - type: Transform + pos: -18.5,59.5 + parent: 2 + - uid: 15769 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 19443 + components: + - type: Transform + pos: 39.5,-25.5 + parent: 2 + - uid: 19444 + components: + - type: Transform + pos: 58.5,-38.5 + parent: 2 + - uid: 19445 + components: + - type: Transform + pos: 69.5,-12.5 + parent: 2 + - uid: 19447 + components: + - type: Transform + pos: 32.5,24.5 + parent: 2 + - uid: 19448 + components: + - type: Transform + pos: 10.5,50.5 + parent: 2 + - uid: 19449 + components: + - type: Transform + pos: 14.5,40.5 + parent: 2 + - uid: 19450 + components: + - type: Transform + pos: -5.5,61.5 + parent: 2 + - uid: 19451 + components: + - type: Transform + pos: -18.5,61.5 + parent: 2 + - uid: 19456 + components: + - type: Transform + pos: -97.5,13.5 + parent: 2 + - uid: 19458 + components: + - type: Transform + pos: -79.5,22.5 + parent: 2 + - uid: 21463 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 22623 + components: + - type: Transform + pos: -96.5,-1.5 + parent: 2 + - uid: 30238 + components: + - type: Transform + pos: -53.5,27.5 + parent: 2 + - uid: 30542 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 31169 + components: + - type: Transform + pos: -69.5,3.5 + parent: 2 + - uid: 35777 + components: + - type: Transform + pos: -102.5,-24.5 + parent: 2 +- proto: ContainmentFieldGenerator + entities: + - uid: 18778 + components: + - type: Transform + pos: -116.5,47.5 + parent: 2 + - uid: 18852 + components: + - type: Transform + anchored: False + pos: -95.5,48.5 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -116.5,55.5 + parent: 2 + - uid: 32152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,47.5 + parent: 2 + - uid: 32239 + components: + - type: Transform + anchored: False + pos: -94.85333,51.008305 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32240 + components: + - type: Transform + anchored: False + rot: -0.0002955436648335308 rad + pos: -96.16446,50.9681 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: ConveyorBelt + entities: + - uid: 436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 760 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - 23220 + - uid: 3542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 5414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 5429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-41.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23793 + - uid: 6624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23793 + - uid: 6632 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9074 + - uid: 6650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 6668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-37.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8936 + - uid: 6708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23793 + - uid: 6710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23793 + - uid: 6714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23793 + - uid: 6721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 6727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 6743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-33.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9074 + - uid: 6818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6742 + - uid: 6832 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8936 + - uid: 6845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 6961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 6963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 7096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 8181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 8601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 9035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 9845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 10342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 170 + - uid: 10621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 10622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 10624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 10627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 10646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 10647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 11841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 11849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 11850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 11853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 16555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 + - uid: 16638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 + - uid: 16645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 + - uid: 16654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 + - uid: 20561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6742 + - uid: 20562 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 20720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 20722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 21164 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 22358 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 22732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 + - uid: 22736 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 23519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 + - uid: 23857 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 27957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 28998 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 29964 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 29965 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 29980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 30642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 30791 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 31055 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 31645 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 31687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 31688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 31689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 31690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 31776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 31777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-30.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 31778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 31779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 31780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6779 + - uid: 34056 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23220 + - uid: 34057 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34058 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34059 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34060 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34061 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34062 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 + - uid: 34067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23220 +- proto: CourierBag + entities: + - uid: 22394 + components: + - type: Transform + pos: -7.2791405,-25.252836 + parent: 2 + - uid: 35849 + components: + - type: Transform + pos: -7.1541405,-25.354399 + parent: 2 +- proto: CrateArtifactContainer + entities: + - uid: 9231 + components: + - type: Transform + pos: 34.5,51.5 + parent: 2 + - uid: 9540 + components: + - type: Transform + pos: 35.5,51.5 + parent: 2 +- proto: CrateCoffin + entities: + - uid: 5535 + components: + - type: Transform + pos: 66.5,28.5 + parent: 2 + - uid: 29265 + components: + - type: Transform + pos: -66.5,31.5 + parent: 2 +- proto: CrateCommandSecure + entities: + - uid: 22615 + components: + - type: Transform + pos: 21.5,58.5 + parent: 2 +- proto: CrateEmptySpawner + entities: + - uid: 21105 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 21106 + components: + - type: Transform + pos: 36.5,13.5 + parent: 2 + - uid: 21107 + components: + - type: Transform + pos: 78.5,-9.5 + parent: 2 + - uid: 21108 + components: + - type: Transform + pos: 68.5,-28.5 + parent: 2 + - uid: 21109 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 + - uid: 21110 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 + - uid: 21111 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 21112 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - uid: 21113 + components: + - type: Transform + pos: -62.5,-27.5 + parent: 2 + - uid: 21114 + components: + - type: Transform + pos: -65.5,1.5 + parent: 2 + - uid: 21115 + components: + - type: Transform + pos: -72.5,38.5 + parent: 2 +- proto: CrateEngineeringAMEJar + entities: + - uid: 8795 + components: + - type: Transform + pos: -62.5,28.5 + parent: 2 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 8955 + components: + - type: Transform + pos: -60.5,30.5 + parent: 2 + - uid: 8964 + components: + - type: Transform + pos: -62.5,30.5 + parent: 2 +- proto: CrateEngineeringCableBulk + entities: + - uid: 8990 + components: + - type: Transform + pos: -60.5,36.5 + parent: 2 +- proto: CrateEngineeringCableHV + entities: + - uid: 9855 + components: + - type: Transform + pos: -66.5,38.5 + parent: 2 + - uid: 13517 + components: + - type: Transform + pos: -65.5,38.5 + parent: 2 +- proto: CrateEngineeringElectricalSupplies + entities: + - uid: 8973 + components: + - type: Transform + pos: -59.5,36.5 + parent: 2 +- proto: CrateEngineeringSolar + entities: + - uid: 9785 + components: + - type: Transform + pos: -64.5,-29.5 + parent: 2 + - uid: 9850 + components: + - type: Transform + pos: -60.5,38.5 + parent: 2 + - uid: 9851 + components: + - type: Transform + pos: -61.5,38.5 + parent: 2 + - uid: 9852 + components: + - type: Transform + pos: -62.5,38.5 + parent: 2 + - uid: 9853 + components: + - type: Transform + pos: -63.5,38.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: -66.5,-30.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: -65.5,-30.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: -64.5,-30.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + pos: 55.5,-40.5 + parent: 2 + - uid: 35067 + components: + - type: Transform + pos: 53.5,-33.5 + parent: 2 + - uid: 35083 + components: + - type: Transform + pos: 54.5,-39.5 + parent: 2 + - uid: 35084 + components: + - type: Transform + pos: 58.5,-39.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 6759 + components: + - type: Transform + pos: 83.5,62.5 + parent: 2 + - uid: 19370 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 2 + - uid: 19893 + components: + - type: Transform + pos: 79.5,2.5 + parent: 2 + - uid: 21030 + components: + - type: Transform + pos: 36.5,14.5 + parent: 2 + - uid: 21078 + components: + - type: Transform + pos: 35.5,44.5 + parent: 2 + - uid: 21079 + components: + - type: Transform + pos: 10.5,32.5 + parent: 2 + - uid: 21080 + components: + - type: Transform + pos: -20.5,70.5 + parent: 2 + - uid: 21081 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 21082 + components: + - type: Transform + pos: -1.5,45.5 + parent: 2 + - uid: 21083 + components: + - type: Transform + pos: -31.5,10.5 + parent: 2 + - uid: 21085 + components: + - type: Transform + pos: -65.5,2.5 + parent: 2 + - uid: 21086 + components: + - type: Transform + pos: -64.5,-18.5 + parent: 2 + - uid: 21087 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 21088 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 21120 + components: + - type: Transform + pos: -91.5,-19.5 + parent: 2 + - uid: 21122 + components: + - type: Transform + pos: -112.5,21.5 + parent: 2 + - uid: 24654 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 27694 + components: + - type: Transform + pos: 61.5,-31.5 + parent: 2 + - uid: 28647 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 32593 + components: + - type: Transform + pos: 81.5,48.5 + parent: 2 + - uid: 33571 + components: + - type: Transform + pos: 86.5,64.5 + parent: 2 + - uid: 33573 + components: + - type: Transform + pos: 82.5,43.5 + parent: 2 +- proto: CrateFoodBarSupply + entities: + - uid: 5765 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 2 + - uid: 31048 + components: + - type: Transform + pos: -44.5,65.5 + parent: 2 +- proto: CrateFoodCooking + entities: + - uid: 3549 + components: + - type: Transform + pos: -55.5,-6.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: -55.5,-7.5 + parent: 2 +- proto: CrateFoodDinnerware + entities: + - uid: 73 + components: + - type: Transform + pos: -54.5,-5.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: -55.5,-5.5 + parent: 2 +- proto: CrateHydroponicsSeeds + entities: + - uid: 18198 + components: + - type: Transform + pos: -31.5,60.5 + parent: 2 +- proto: CrateHydroSecure + entities: + - uid: 18444 + components: + - type: Transform + pos: -54.5,1.5 + parent: 2 +- proto: CrateLivestock + entities: + - uid: 18124 + components: + - type: Transform + pos: -118.5,6.5 + parent: 2 + - uid: 18406 + components: + - type: Transform + pos: -117.5,6.5 + parent: 2 + - uid: 19388 + components: + - type: Transform + pos: -116.5,6.5 + parent: 2 +- proto: CrateMedicalSecure + entities: + - uid: 1486 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 +- proto: CrateMedicalSurgery + entities: + - uid: 9052 + components: + - type: Transform + pos: 33.5,10.5 + parent: 2 +- proto: CrateNPCCow + entities: + - uid: 18549 + components: + - type: Transform + pos: -35.5,-32.5 + parent: 2 +- proto: CrateNPCHamlet + entities: + - uid: 21100 + components: + - type: Transform + pos: 28.5,48.5 + parent: 2 +- proto: CrateScienceSecure + entities: + - uid: 3992 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 + - uid: 5312 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - type: Lock + locked: False +- proto: CrateSecurityHelmet + entities: + - uid: 15830 + components: + - type: Transform + pos: -19.5,48.5 + parent: 2 +- proto: CrateSecurityNonlethal + entities: + - uid: 15490 + components: + - type: Transform + pos: -18.5,45.5 + parent: 2 +- proto: CrateSecurityRiot + entities: + - uid: 22668 + components: + - type: Transform + pos: -21.219345,48.691765 + parent: 2 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 1013 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 2 + - uid: 18519 + components: + - type: Transform + pos: -38.5,21.5 + parent: 2 +- proto: CrateServicePersonnel + entities: + - uid: 5718 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 +- proto: CrateTrackingImplants + entities: + - uid: 15434 + components: + - type: Transform + pos: -5.5,43.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 16664 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 +- proto: CrayonMime + entities: + - uid: 3707 + components: + - type: Transform + pos: -81.752846,1.8026085 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: -81.29972,1.5213585 + parent: 2 + - uid: 3927 + components: + - type: Transform + pos: -81.565346,1.6619835 + parent: 2 +- proto: CrayonRainbow + entities: + - uid: 33602 + components: + - type: Transform + pos: 75.486176,52.188 + parent: 2 +- proto: Crematorium + entities: + - uid: 5680 + components: + - type: Transform + pos: 68.5,30.5 + parent: 2 + - 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 +- proto: CrewMonitoringServer + entities: + - uid: 605 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 1503 + components: + - type: Transform + pos: -8.562024,-11.246856 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: 33.541424,5.472056 + parent: 2 + - uid: 1947 + components: + - type: Transform + pos: 14.496862,30.623743 + parent: 2 + - uid: 5592 + components: + - type: Transform + pos: 43.77388,30.490349 + parent: 2 + - uid: 5595 + components: + - type: Transform + pos: 46.555542,34.766357 + parent: 2 + - uid: 5622 + components: + - type: Transform + pos: 36.065853,23.428886 + parent: 2 + - uid: 5714 + components: + - type: Transform + pos: 67.4391,30.492027 + parent: 2 + - uid: 6065 + components: + - type: Transform + pos: 16.464579,27.342636 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: 16.628641,27.143417 + parent: 2 + - uid: 6067 + components: + - type: Transform + pos: 21.386454,27.436386 + parent: 2 + - uid: 6068 + components: + - type: Transform + pos: 21.585672,27.237167 + parent: 2 + - uid: 6864 + components: + - type: Transform + pos: -28.531511,-23.315823 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: -54.225883,35.52866 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: 27.488392,55.664364 + parent: 2 + - uid: 15660 + components: + - type: Transform + pos: -120.2798,6.471216 + parent: 2 + - uid: 27973 + components: + - type: Transform + pos: -67.44635,34.354824 + parent: 2 + - uid: 30530 + components: + - type: Transform + pos: -7.4310007,18.61997 + parent: 2 + - uid: 34983 + components: + - type: Transform + pos: 34.625328,3.466546 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 1188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-6.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-4.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-6.5 + parent: 2 + - uid: 1200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-4.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-5.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerPrisoner + entities: + - uid: 19758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,62.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 1273 + components: + - type: Transform + pos: 16.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1501 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1512 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1513 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 1565 + components: + - type: Transform + pos: 18.267788,14.886281 + parent: 2 + - uid: 35798 + components: + - type: Transform + pos: 15.363386,10.444615 + parent: 2 +- proto: d12Dice + entities: + - uid: 23034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.820965,60.53547 + parent: 2 +- proto: d6Dice + entities: + - uid: 19662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.883465,59.894844 + parent: 2 + - uid: 19663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.11784,60.12922 + parent: 2 +- proto: DefaultStationBeacon + entities: + - uid: 36471 + components: + - type: Transform + pos: 61.5,-6.5 + parent: 2 + - type: NavMapBeacon + text: Park + - type: WarpPoint + location: Park + - uid: 36473 + components: + - type: Transform + pos: -84.5,8.5 + parent: 2 + - type: NavMapBeacon + text: Zoo + - type: WarpPoint + location: Zoo + - uid: 36474 + components: + - type: Transform + pos: 37.5,-26.5 + parent: 2 + - type: NavMapBeacon + text: Boxing Ring + - type: WarpPoint + location: Boxing Ring + - uid: 36498 + components: + - type: Transform + pos: 84.5,58.5 + parent: 2 + - type: NavMapBeacon + text: ER#30!/ + - type: WarpPoint + location: ER#30!/ +- proto: DefaultStationBeaconAME + entities: + - uid: 36476 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - type: NavMapBeacon + text: AME + - type: WarpPoint + location: AME +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 36477 + components: + - type: Transform + pos: 46.5,38.5 + parent: 2 + - type: NavMapBeacon + text: Anomaly generator + - type: WarpPoint + location: Anomaly Generator +- proto: DefaultStationBeaconArmory + entities: + - uid: 5651 + components: + - type: Transform + pos: -24.5,47.5 + parent: 2 + - type: NavMapBeacon + text: Armory + - type: WarpPoint + location: Armory +- proto: DefaultStationBeaconArrivals + entities: + - uid: 6057 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - type: NavMapBeacon + text: Arrivals + - type: WarpPoint + location: Arrivals +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 36472 + components: + - type: Transform + pos: 42.5,48.5 + parent: 2 + - type: WarpPoint + location: Xenoarchaeology +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 6058 + components: + - type: Transform + pos: -43.5,42.5 + parent: 2 + - type: NavMapBeacon + text: Atmospherics + - type: WarpPoint + location: Atmospherics +- proto: DefaultStationBeaconBar + entities: + - uid: 6059 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 + - type: NavMapBeacon + text: Bar + - type: WarpPoint + location: Bar +- proto: DefaultStationBeaconBotany + entities: + - uid: 6060 + components: + - type: Transform + pos: -57.5,0.5 + parent: 2 + - type: NavMapBeacon + text: Botany + - type: WarpPoint + location: Botany +- proto: DefaultStationBeaconBridge + entities: + - uid: 6276 + components: + - type: Transform + pos: 18.5,53.5 + parent: 2 + - type: NavMapBeacon + text: Bridge + - type: WarpPoint + location: Bridge +- proto: DefaultStationBeaconBrig + entities: + - uid: 6291 + components: + - type: Transform + pos: -27.5,29.5 + parent: 2 + - type: NavMapBeacon + text: Brig + - type: WarpPoint + location: Brig +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 6860 + components: + - type: Transform + pos: 26.5,50.5 + parent: 2 + - type: NavMapBeacon + text: Captain's Quarters + - type: WarpPoint + location: Captain's Quarters +- proto: DefaultStationBeaconCERoom + entities: + - uid: 7349 + components: + - type: Transform + pos: -59.5,12.5 + parent: 2 + - type: NavMapBeacon + text: CE's Room + - type: WarpPoint + location: CE's Room +- proto: DefaultStationBeaconChapel + entities: + - uid: 7350 + components: + - type: Transform + pos: 66.5,17.5 + parent: 2 + - type: NavMapBeacon + text: Church + - type: WarpPoint + location: Church +- proto: DefaultStationBeaconChemistry + entities: + - uid: 8461 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - type: NavMapBeacon + text: Chemistry + - type: WarpPoint + location: Chemistry +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 8743 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - type: NavMapBeacon + text: CMO's Room + - type: WarpPoint + location: CMO's Room +- proto: DefaultStationBeaconCommand + entities: + - uid: 36489 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - type: NavMapBeacon + text: Command + - type: WarpPoint + location: Command +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 8817 + components: + - type: Transform + pos: -8.5,53.5 + parent: 2 + - type: NavMapBeacon + text: Courtroom + - type: WarpPoint + location: Courtroom +- proto: DefaultStationBeaconCryonics + entities: + - uid: 36490 + components: + - type: Transform + pos: 18.5,12.5 + parent: 2 + - type: NavMapBeacon + text: Cryonics + - type: WarpPoint + location: Cryonics +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 23108 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 2 + - type: NavMapBeacon + text: Cryosleep + - type: WarpPoint + location: Cryosleep +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 15095 + components: + - type: Transform + pos: -34.5,34.5 + parent: 2 + - type: NavMapBeacon + text: Detective's Room + - type: WarpPoint + location: Detective's Room +- proto: DefaultStationBeaconDisposals + entities: + - uid: 15288 + components: + - type: Transform + pos: -38.5,11.5 + parent: 2 + - type: NavMapBeacon + text: Disposals + - type: WarpPoint + location: Disposals +- proto: DefaultStationBeaconEngineering + entities: + - uid: 15289 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - type: NavMapBeacon + text: Engineering + - type: WarpPoint + location: Engineering +- proto: DefaultStationBeaconEvac + entities: + - uid: 15310 + components: + - type: Transform + pos: 1.5,76.5 + parent: 2 + - type: NavMapBeacon + text: Evacuation + - type: WarpPoint + location: Evacuation +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 15815 + components: + - type: Transform + pos: 19.5,26.5 + parent: 2 + - type: NavMapBeacon + text: EVA Storage + - type: WarpPoint + location: EVA Storage +- proto: DefaultStationBeaconGravGen + entities: + - uid: 15938 + components: + - type: Transform + pos: -60.5,16.5 + parent: 2 + - type: NavMapBeacon + text: Gravity Generator + - type: WarpPoint + location: Gravity Generator +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 16605 + components: + - type: Transform + pos: 7.5,29.5 + parent: 2 + - type: NavMapBeacon + text: HOP's Office + - type: WarpPoint + location: HOP's Office +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 36492 + components: + - type: Transform + pos: -6.5,33.5 + parent: 2 + - type: NavMapBeacon + text: HOS's Room + - type: WarpPoint + location: HOS's Room +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 23854 + components: + - type: Transform + pos: -39.5,22.5 + parent: 2 + - type: NavMapBeacon + text: Janitor's Closet + - type: WarpPoint + location: Janitor's Closet +- proto: DefaultStationBeaconKitchen + entities: + - uid: 24541 + components: + - type: Transform + pos: -47.5,-22.5 + parent: 2 + - type: WarpPoint + location: Kitchen +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 36493 + components: + - type: Transform + pos: -5.5,59.5 + parent: 2 + - type: WarpPoint + location: Lawyer's Office +- proto: DefaultStationBeaconLibrary + entities: + - uid: 25741 + components: + - type: Transform + pos: 56.5,28.5 + parent: 2 + - type: WarpPoint + location: Library +- proto: DefaultStationBeaconMedbay + entities: + - uid: 25805 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - type: NavMapBeacon + text: Medbay + - type: WarpPoint + location: Medbay +- proto: DefaultStationBeaconMedical + entities: + - uid: 26875 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - type: NavMapBeacon + text: Medical + - type: WarpPoint + location: Medical +- proto: DefaultStationBeaconMorgue + entities: + - uid: 28911 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - type: NavMapBeacon + text: Morgue + - type: WarpPoint + location: Morgue +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 28970 + components: + - type: Transform + pos: -22.5,63.5 + parent: 2 + - type: WarpPoint + location: Psych Ward +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 28973 + components: + - type: Transform + pos: -27.5,-24.5 + parent: 2 + - type: WarpPoint + location: LO's Room +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 28974 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - type: WarpPoint + location: Mystagogue's Room +- proto: DefaultStationBeaconRobotics + entities: + - uid: 36495 + components: + - type: Transform + pos: 45.5,43.5 + parent: 2 + - type: WarpPoint + location: Robotics +- proto: DefaultStationBeaconSalvage + entities: + - uid: 36496 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - type: NavMapBeacon + text: Salvage + - type: WarpPoint + location: Salvage +- proto: DefaultStationBeaconScience + entities: + - uid: 29723 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - type: NavMapBeacon + text: Epimestics + - type: WarpPoint + location: Epimestics +- proto: DefaultStationBeaconSecurity + entities: + - uid: 29724 + components: + - type: Transform + pos: -13.5,36.5 + parent: 2 + - type: NavMapBeacon + text: Security + - type: WarpPoint + location: Security +- proto: DefaultStationBeaconSingularity + entities: + - uid: 36494 + components: + - type: Transform + pos: -97.5,51.5 + parent: 2 + - type: NavMapBeacon + text: Particle Accelerator + - type: WarpPoint + location: Particle Accelerator +- proto: DefaultStationBeaconSupply + entities: + - uid: 36497 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - type: NavMapBeacon + text: Logistics + - type: WarpPoint + location: Logistics +- proto: DefaultStationBeaconTechVault + entities: + - uid: 36475 + components: + - type: Transform + pos: -49.5,26.5 + parent: 2 + - type: NavMapBeacon + text: Tech Vault + - type: WarpPoint + location: Tech Vault +- proto: DefaultStationBeaconTEG + entities: + - uid: 7324 + components: + - type: Transform + pos: -55.5,58.5 + parent: 2 + - type: NavMapBeacon + text: TEG + - type: WarpPoint + location: TEG +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 30270 + components: + - type: Transform + pos: -26.5,74.5 + parent: 2 + - type: NavMapBeacon + text: Telecommunications + - type: WarpPoint + location: Telecommunications +- proto: DefaultStationBeaconTheater + entities: + - uid: 31784 + components: + - type: Transform + pos: -78.5,3.5 + parent: 2 + - type: NavMapBeacon + text: Theater + - type: WarpPoint + location: Theater +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 31790 + components: + - type: Transform + pos: -70.5,1.5 + parent: 2 + - type: NavMapBeacon + text: Service Lounge + - type: WarpPoint + location: Service Lounge +- proto: DefaultStationBeaconVault + entities: + - uid: 31791 + components: + - type: Transform + pos: 27.5,38.5 + parent: 2 + - type: NavMapBeacon + text: Vault + - type: WarpPoint + location: Vault +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 31793 + components: + - type: Transform + pos: -24.5,41.5 + parent: 2 + - type: NavMapBeacon + text: Warden's Office + - type: WarpPoint + location: Warden's Office +- proto: DefibrillatorCabinetFilled + entities: + - uid: 1003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,8.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - uid: 6953 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 2 + - uid: 14201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,49.5 + parent: 2 + - uid: 19420 + components: + - type: Transform + pos: -8.5,69.5 + parent: 2 + - uid: 35811 + components: + - type: Transform + pos: 26.5,8.5 + parent: 2 +- proto: DeployableBarrier + entities: + - uid: 2732 + components: + - type: Transform + pos: 25.5,46.5 + parent: 2 + - uid: 15375 + components: + - type: Transform + pos: 26.5,46.5 + parent: 2 + - uid: 15376 + components: + - type: Transform + pos: 24.5,46.5 + parent: 2 + - uid: 16492 + components: + - type: Transform + pos: -26.5,48.5 + parent: 2 + - uid: 16507 + components: + - type: Transform + pos: -24.5,48.5 + parent: 2 + - uid: 16508 + components: + - type: Transform + pos: -22.5,48.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 61 + components: + - type: Transform + pos: -1.3602465,-32.409664 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: -4.4393716,6.610856 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: -4.427653,-1.2407064 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: -6.3143716,0.63202906 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: -6.3612466,4.6186686 + parent: 2 + - uid: 1138 + components: + - type: Transform + pos: 19.834106,-6.375514 + parent: 2 + - uid: 1143 + components: + - type: Transform + pos: 17.177856,-6.375514 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: 13.689143,4.6450024 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: 27.060135,-3.4577832 + parent: 2 + - uid: 1927 + components: + - type: Transform + pos: 7.647935,26.652452 + parent: 2 + - uid: 2231 + components: + - type: Transform + pos: -3.3289967,-34.296383 + parent: 2 + - uid: 2690 + components: + - type: Transform + pos: 13.110749,41.62234 + parent: 2 + - uid: 2957 + components: + - type: Transform + pos: -14.030302,-22.251932 + parent: 2 + - uid: 2958 + components: + - type: Transform + pos: -8.999052,-22.283182 + parent: 2 + - uid: 3682 + components: + - type: Transform + pos: -46.456753,17.019638 + parent: 2 + - uid: 3683 + components: + - type: Transform + pos: -48.534878,2.972764 + parent: 2 + - uid: 5258 + components: + - type: Transform + pos: 28.44021,25.612677 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: -51.532696,-17.42208 + parent: 2 + - uid: 7546 + components: + - type: Transform + pos: -51.474102,-20.269735 + parent: 2 + - uid: 7547 + components: + - type: Transform + pos: -45.554695,-26.443232 + parent: 2 + - uid: 7548 + components: + - type: Transform + pos: -37.503914,-26.37292 + parent: 2 + - uid: 8403 + components: + - type: Transform + pos: -69.25393,12.611276 + parent: 2 + - uid: 15395 + components: + - type: Transform + pos: -20.215748,27.700657 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 1252 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 +- proto: DisposalBend + entities: + - uid: 656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-16.5 + parent: 2 + - uid: 717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-17.5 + parent: 2 + - uid: 733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-15.5 + parent: 2 + - uid: 735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-14.5 + parent: 2 + - uid: 982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-16.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-13.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-15.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + pos: 49.5,20.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,3.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-14.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-13.5 + parent: 2 + - uid: 2291 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + pos: 38.5,-15.5 + parent: 2 + - uid: 2296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-17.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-16.5 + parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 15.5,49.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-29.5 + parent: 2 + - uid: 3345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-5.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-5.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-7.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-35.5 + parent: 2 + - uid: 9145 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-34.5 + parent: 2 + - uid: 16698 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 16699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,16.5 + parent: 2 + - uid: 16700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,16.5 + parent: 2 + - uid: 16732 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 16844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-15.5 + parent: 2 + - uid: 16911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-9.5 + parent: 2 + - uid: 16926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,20.5 + parent: 2 + - uid: 16927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,19.5 + parent: 2 + - uid: 16928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,19.5 + parent: 2 + - uid: 16929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,18.5 + parent: 2 + - uid: 16930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,18.5 + parent: 2 + - uid: 16931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,17.5 + parent: 2 + - uid: 16932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,17.5 + parent: 2 + - uid: 16933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,16.5 + parent: 2 + - uid: 16934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,16.5 + parent: 2 + - uid: 16935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,8.5 + parent: 2 + - uid: 16936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,4.5 + parent: 2 + - uid: 16937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,4.5 + parent: 2 + - uid: 16938 + components: + - type: Transform + pos: -45.5,-9.5 + parent: 2 + - uid: 16939 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 16940 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-15.5 + parent: 2 + - uid: 16946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-13.5 + parent: 2 + - uid: 16947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-12.5 + parent: 2 + - uid: 16948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-11.5 + parent: 2 + - uid: 16949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-10.5 + parent: 2 + - uid: 16950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-2.5 + parent: 2 + - uid: 16952 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 + - uid: 16976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,12.5 + parent: 2 + - uid: 16977 + components: + - type: Transform + pos: -50.5,12.5 + parent: 2 + - uid: 17001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,39.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + pos: -48.5,22.5 + parent: 2 + - uid: 17003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,20.5 + parent: 2 + - uid: 17032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,30.5 + parent: 2 + - uid: 17034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,7.5 + parent: 2 + - uid: 17035 + components: + - type: Transform + pos: -46.5,8.5 + parent: 2 + - uid: 17083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,9.5 + parent: 2 + - uid: 17084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,8.5 + parent: 2 + - uid: 17085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,8.5 + parent: 2 + - uid: 17086 + components: + - type: Transform + pos: -84.5,19.5 + parent: 2 + - uid: 17112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,9.5 + parent: 2 + - uid: 17123 + components: + - type: Transform + pos: -72.5,11.5 + parent: 2 + - uid: 17127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,9.5 + parent: 2 + - uid: 17133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,52.5 + parent: 2 + - uid: 17194 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 17196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,19.5 + parent: 2 + - uid: 17197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 2 + - uid: 17198 + components: + - type: Transform + pos: -35.5,33.5 + parent: 2 + - uid: 17199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,29.5 + parent: 2 + - uid: 17244 + components: + - type: Transform + pos: -8.5,29.5 + parent: 2 + - uid: 17245 + components: + - type: Transform + pos: -10.5,40.5 + parent: 2 + - uid: 17246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,40.5 + parent: 2 + - uid: 17247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,35.5 + parent: 2 + - uid: 17248 + components: + - type: Transform + pos: -11.5,35.5 + parent: 2 + - uid: 17305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,52.5 + parent: 2 + - uid: 17306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,49.5 + parent: 2 + - uid: 17307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,48.5 + parent: 2 + - uid: 17308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,52.5 + parent: 2 + - uid: 17310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,39.5 + parent: 2 + - uid: 17313 + components: + - type: Transform + pos: 39.5,46.5 + parent: 2 + - uid: 17315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,29.5 + parent: 2 + - uid: 17355 + components: + - type: Transform + pos: 42.5,37.5 + parent: 2 + - uid: 17357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,26.5 + parent: 2 + - uid: 17372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,15.5 + parent: 2 + - uid: 17381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-20.5 + parent: 2 + - uid: 17382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-24.5 + parent: 2 + - uid: 17383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-30.5 + parent: 2 + - uid: 17384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-30.5 + parent: 2 + - uid: 17398 + components: + - type: Transform + pos: 41.5,-23.5 + parent: 2 + - uid: 17399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-23.5 + parent: 2 + - uid: 17455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-4.5 + parent: 2 + - uid: 17491 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 17492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,13.5 + parent: 2 + - uid: 17493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,3.5 + parent: 2 + - uid: 17494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-9.5 + parent: 2 + - uid: 17503 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 17522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-35.5 + parent: 2 + - uid: 17538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-11.5 + parent: 2 + - uid: 17564 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 17618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,15.5 + parent: 2 + - uid: 17619 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 17620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,6.5 + parent: 2 + - uid: 17621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 2 + - uid: 17623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - uid: 17624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,9.5 + parent: 2 + - uid: 17625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,10.5 + parent: 2 + - uid: 17632 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 17633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-0.5 + parent: 2 + - uid: 17652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-20.5 + parent: 2 + - uid: 17653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-24.5 + parent: 2 + - uid: 17654 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 2 + - uid: 17655 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 17656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-39.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-24.5 + parent: 2 + - uid: 17713 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 17738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-24.5 + parent: 2 + - uid: 17739 + components: + - type: Transform + pos: -36.5,-23.5 + parent: 2 + - uid: 17752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-23.5 + parent: 2 + - uid: 17785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-27.5 + parent: 2 + - uid: 17786 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - uid: 18235 + components: + - type: Transform + pos: -18.5,54.5 + parent: 2 + - uid: 18236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,54.5 + parent: 2 + - uid: 18237 + components: + - type: Transform + pos: -20.5,55.5 + parent: 2 + - uid: 18238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,55.5 + parent: 2 + - uid: 18239 + components: + - type: Transform + pos: -26.5,57.5 + parent: 2 + - uid: 19874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,73.5 + parent: 2 + - uid: 22898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,0.5 + parent: 2 + - uid: 29042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,11.5 + parent: 2 + - uid: 31079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,57.5 + parent: 2 + - uid: 35863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,10.5 + parent: 2 + - uid: 35864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,15.5 + parent: 2 + - uid: 35888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,36.5 + parent: 2 + - uid: 35917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,28.5 + parent: 2 + - uid: 35925 + components: + - type: Transform + pos: 40.5,29.5 + parent: 2 + - uid: 35961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,1.5 + parent: 2 + - uid: 35975 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 35978 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - uid: 35979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-23.5 + parent: 2 + - uid: 35980 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 35992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-25.5 + parent: 2 + - uid: 35998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-1.5 + parent: 2 + - uid: 35999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,3.5 + parent: 2 + - uid: 36043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,23.5 + parent: 2 + - uid: 36389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,8.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 2908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,20.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,20.5 + parent: 2 + - uid: 9146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-10.5 + parent: 2 + - uid: 11646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,3.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,20.5 + parent: 2 + - uid: 16751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,29.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-4.5 + parent: 2 + - uid: 16862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-15.5 + parent: 2 + - uid: 16889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-15.5 + parent: 2 + - uid: 16910 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - uid: 17033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,20.5 + parent: 2 + - uid: 17058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-15.5 + parent: 2 + - uid: 17072 + components: + - type: Transform + pos: -84.5,9.5 + parent: 2 + - uid: 17125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,8.5 + parent: 2 + - uid: 17147 + components: + - type: Transform + pos: -46.5,3.5 + parent: 2 + - uid: 17201 + components: + - type: Transform + pos: -15.5,24.5 + parent: 2 + - uid: 17235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,20.5 + parent: 2 + - uid: 17240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,29.5 + parent: 2 + - uid: 17260 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 17309 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 17314 + components: + - type: Transform + pos: 1.5,61.5 + parent: 2 + - uid: 17333 + components: + - type: Transform + pos: 1.5,32.5 + parent: 2 + - uid: 17353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,20.5 + parent: 2 + - uid: 17362 + components: + - type: Transform + pos: -12.5,36.5 + parent: 2 + - uid: 17375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,17.5 + parent: 2 + - uid: 17385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-20.5 + parent: 2 + - uid: 17386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-25.5 + parent: 2 + - uid: 17400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-15.5 + parent: 2 + - uid: 17479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-13.5 + parent: 2 + - uid: 17481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,20.5 + parent: 2 + - uid: 17634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,6.5 + parent: 2 + - uid: 17636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,6.5 + parent: 2 + - uid: 17637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 2 + - uid: 17650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-25.5 + parent: 2 + - uid: 17684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-27.5 + parent: 2 + - uid: 17706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-14.5 + parent: 2 + - uid: 17758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-18.5 + parent: 2 + - uid: 35967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-30.5 + parent: 2 + - uid: 35990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 2 + - uid: 36000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,3.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 16867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-14.5 + parent: 2 + - uid: 16951 + components: + - type: Transform + pos: -45.5,8.5 + parent: 2 + - uid: 16959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,11.5 + parent: 2 + - uid: 16991 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 17004 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 + - uid: 17047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-29.5 + parent: 2 + - uid: 17126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,8.5 + parent: 2 + - uid: 17167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,11.5 + parent: 2 + - uid: 17195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,20.5 + parent: 2 + - uid: 17253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,8.5 + parent: 2 + - uid: 17254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,8.5 + parent: 2 + - uid: 17261 + components: + - type: Transform + pos: 1.5,39.5 + parent: 2 + - uid: 17262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,39.5 + parent: 2 + - uid: 17345 + components: + - type: Transform + pos: -11.5,31.5 + parent: 2 + - uid: 17352 + components: + - type: Transform + pos: 31.5,26.5 + parent: 2 + - uid: 17354 + components: + - type: Transform + pos: 39.5,37.5 + parent: 2 + - uid: 17387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-24.5 + parent: 2 + - uid: 17401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 2 + - uid: 17478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-4.5 + parent: 2 + - uid: 17585 + components: + - type: Transform + pos: 39.5,34.5 + parent: 2 + - uid: 17586 + components: + - type: Transform + pos: 31.5,28.5 + parent: 2 + - uid: 17622 + components: + - type: Transform + pos: 53.5,23.5 + parent: 2 + - uid: 17635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,6.5 + parent: 2 + - uid: 17649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 2 + - uid: 17657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,3.5 + parent: 2 + - uid: 17768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-17.5 + parent: 2 + - uid: 17769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-23.5 + parent: 2 + - uid: 19517 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 + - uid: 19861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,2.5 + parent: 2 +- proto: DisposalMachineFrame + entities: + - uid: 7042 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 1175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-30.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-30.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-30.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-30.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-30.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-17.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: 50.5,-12.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-30.5 + parent: 2 + - uid: 2306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-30.5 + parent: 2 + - uid: 2321 + components: + - type: Transform + pos: -33.5,8.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-30.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,11.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-30.5 + parent: 2 + - uid: 3374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,20.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-7.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,30.5 + parent: 2 + - uid: 5117 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,53.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,30.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,30.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,30.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,11.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,11.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,30.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-36.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-36.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + pos: -29.5,-33.5 + parent: 2 + - uid: 7046 + components: + - type: Transform + pos: -29.5,-31.5 + parent: 2 + - uid: 7689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,3.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-10.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,30.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,30.5 + parent: 2 + - uid: 9614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,30.5 + parent: 2 + - uid: 9615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,30.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,30.5 + parent: 2 + - uid: 9617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,30.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,11.5 + parent: 2 + - uid: 11839 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 + - uid: 15193 + components: + - type: Transform + pos: 1.5,63.5 + parent: 2 + - uid: 15858 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 16601 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 16673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,7.5 + parent: 2 + - uid: 16674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,6.5 + parent: 2 + - uid: 16675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,5.5 + parent: 2 + - uid: 16676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,4.5 + parent: 2 + - uid: 16677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,3.5 + parent: 2 + - uid: 16678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,2.5 + parent: 2 + - uid: 16679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,1.5 + parent: 2 + - uid: 16680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,0.5 + parent: 2 + - uid: 16681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-0.5 + parent: 2 + - uid: 16682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-1.5 + parent: 2 + - uid: 16683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-2.5 + parent: 2 + - uid: 16684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-3.5 + parent: 2 + - uid: 16685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-4.5 + parent: 2 + - uid: 16688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-8.5 + parent: 2 + - uid: 16689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-9.5 + parent: 2 + - uid: 16691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-11.5 + parent: 2 + - uid: 16692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-12.5 + parent: 2 + - uid: 16693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-13.5 + parent: 2 + - uid: 16694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-14.5 + parent: 2 + - uid: 16701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,9.5 + parent: 2 + - uid: 16702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,10.5 + parent: 2 + - uid: 16704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,12.5 + parent: 2 + - uid: 16705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,13.5 + parent: 2 + - uid: 16706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,14.5 + parent: 2 + - uid: 16707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,15.5 + parent: 2 + - uid: 16708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,17.5 + parent: 2 + - uid: 16709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,18.5 + parent: 2 + - uid: 16710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,19.5 + parent: 2 + - uid: 16711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,20.5 + parent: 2 + - uid: 16712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,20.5 + parent: 2 + - uid: 16713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,20.5 + parent: 2 + - uid: 16714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,20.5 + parent: 2 + - uid: 16715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,20.5 + parent: 2 + - uid: 16716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,20.5 + parent: 2 + - uid: 16717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,20.5 + parent: 2 + - uid: 16718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,20.5 + parent: 2 + - uid: 16719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,20.5 + parent: 2 + - uid: 16720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,20.5 + parent: 2 + - uid: 16721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,20.5 + parent: 2 + - uid: 16722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,20.5 + parent: 2 + - uid: 16723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,20.5 + parent: 2 + - uid: 16724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,20.5 + parent: 2 + - uid: 16725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,20.5 + parent: 2 + - uid: 16726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,20.5 + parent: 2 + - uid: 16727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,21.5 + parent: 2 + - uid: 16728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,20.5 + parent: 2 + - uid: 16729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,20.5 + parent: 2 + - uid: 16730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,20.5 + parent: 2 + - uid: 16731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,20.5 + parent: 2 + - uid: 16733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,20.5 + parent: 2 + - uid: 16734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,20.5 + parent: 2 + - uid: 16735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,20.5 + parent: 2 + - uid: 16736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,20.5 + parent: 2 + - uid: 16737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,20.5 + parent: 2 + - uid: 16738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,20.5 + parent: 2 + - uid: 16739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,20.5 + parent: 2 + - uid: 16740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - uid: 16741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,20.5 + parent: 2 + - uid: 16742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,20.5 + parent: 2 + - uid: 16743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,20.5 + parent: 2 + - uid: 16745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,20.5 + parent: 2 + - uid: 16746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,20.5 + parent: 2 + - uid: 16747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,20.5 + parent: 2 + - uid: 16748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,20.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,20.5 + parent: 2 + - uid: 16750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,20.5 + parent: 2 + - uid: 16752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,20.5 + parent: 2 + - uid: 16753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,20.5 + parent: 2 + - uid: 16754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,20.5 + parent: 2 + - uid: 16756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,20.5 + parent: 2 + - uid: 16757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,20.5 + parent: 2 + - uid: 16758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,20.5 + parent: 2 + - uid: 16759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,20.5 + parent: 2 + - uid: 16760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,20.5 + parent: 2 + - uid: 16761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,20.5 + parent: 2 + - uid: 16762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,20.5 + parent: 2 + - uid: 16763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,20.5 + parent: 2 + - uid: 16764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 2 + - uid: 16765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,20.5 + parent: 2 + - uid: 16766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,20.5 + parent: 2 + - uid: 16767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,20.5 + parent: 2 + - uid: 16768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,20.5 + parent: 2 + - uid: 16769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,20.5 + parent: 2 + - uid: 16770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,20.5 + parent: 2 + - uid: 16771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,20.5 + parent: 2 + - uid: 16772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,20.5 + parent: 2 + - uid: 16773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,20.5 + parent: 2 + - uid: 16774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,20.5 + parent: 2 + - uid: 16775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,20.5 + parent: 2 + - uid: 16776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,20.5 + parent: 2 + - uid: 16777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,20.5 + parent: 2 + - uid: 16778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,20.5 + parent: 2 + - uid: 16779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,20.5 + parent: 2 + - uid: 16780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,20.5 + parent: 2 + - uid: 16781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,20.5 + parent: 2 + - uid: 16782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,20.5 + parent: 2 + - uid: 16783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,20.5 + parent: 2 + - uid: 16784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,20.5 + parent: 2 + - uid: 16785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,20.5 + parent: 2 + - uid: 16786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,20.5 + parent: 2 + - uid: 16787 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 16788 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 16789 + components: + - type: Transform + pos: 49.5,16.5 + parent: 2 + - uid: 16790 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 16791 + components: + - type: Transform + pos: 49.5,14.5 + parent: 2 + - uid: 16792 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 16793 + components: + - type: Transform + pos: 49.5,12.5 + parent: 2 + - uid: 16794 + components: + - type: Transform + pos: 49.5,11.5 + parent: 2 + - uid: 16795 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 16796 + components: + - type: Transform + pos: 49.5,9.5 + parent: 2 + - uid: 16797 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 16798 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 16799 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 16800 + components: + - type: Transform + pos: 49.5,5.5 + parent: 2 + - uid: 16801 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - uid: 16802 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 16803 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 16804 + components: + - type: Transform + pos: 50.5,0.5 + parent: 2 + - uid: 16805 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 2 + - uid: 16806 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 16807 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 + - uid: 16808 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + pos: 50.5,-7.5 + parent: 2 + - uid: 16811 + components: + - type: Transform + pos: 50.5,-8.5 + parent: 2 + - uid: 16812 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 2 + - uid: 16813 + components: + - type: Transform + pos: 50.5,-10.5 + parent: 2 + - uid: 16814 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 16815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-8.5 + parent: 2 + - uid: 16816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-17.5 + parent: 2 + - uid: 16817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-17.5 + parent: 2 + - uid: 16818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-17.5 + parent: 2 + - uid: 16819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-17.5 + parent: 2 + - uid: 16820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-17.5 + parent: 2 + - uid: 16821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-15.5 + parent: 2 + - uid: 16822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-15.5 + parent: 2 + - uid: 16824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-15.5 + parent: 2 + - uid: 16825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-15.5 + parent: 2 + - uid: 16826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-15.5 + parent: 2 + - uid: 16827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-15.5 + parent: 2 + - uid: 16828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-15.5 + parent: 2 + - uid: 16829 + components: + - type: Transform + pos: 26.5,-29.5 + parent: 2 + - uid: 16830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-15.5 + parent: 2 + - uid: 16831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-15.5 + parent: 2 + - uid: 16832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-15.5 + parent: 2 + - uid: 16833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-15.5 + parent: 2 + - uid: 16834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-15.5 + parent: 2 + - uid: 16835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-15.5 + parent: 2 + - uid: 16836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-15.5 + parent: 2 + - uid: 16837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-15.5 + parent: 2 + - uid: 16838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-15.5 + parent: 2 + - uid: 16839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-15.5 + parent: 2 + - uid: 16840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-15.5 + parent: 2 + - uid: 16841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-15.5 + parent: 2 + - uid: 16842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-15.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-15.5 + parent: 2 + - uid: 16845 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 16847 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 16848 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 16849 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 16851 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 16852 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 16853 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 2 + - uid: 16854 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 16855 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - uid: 16856 + components: + - type: Transform + pos: 26.5,-28.5 + parent: 2 + - uid: 16857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 + parent: 2 + - uid: 16858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-15.5 + parent: 2 + - uid: 16859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-15.5 + parent: 2 + - uid: 16860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - uid: 16861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 2 + - uid: 16863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 2 + - uid: 16864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-15.5 + parent: 2 + - uid: 16865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - uid: 16866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-15.5 + parent: 2 + - uid: 16868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 2 + - uid: 16869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 2 + - uid: 16870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-15.5 + parent: 2 + - uid: 16871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 + - uid: 16872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-15.5 + parent: 2 + - uid: 16873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-15.5 + parent: 2 + - uid: 16874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-15.5 + parent: 2 + - uid: 16875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-15.5 + parent: 2 + - uid: 16876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-15.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-15.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-15.5 + parent: 2 + - uid: 16879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-15.5 + parent: 2 + - uid: 16880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-15.5 + parent: 2 + - uid: 16881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-15.5 + parent: 2 + - uid: 16882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-15.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-15.5 + parent: 2 + - uid: 16884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-15.5 + parent: 2 + - uid: 16885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-15.5 + parent: 2 + - uid: 16886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-15.5 + parent: 2 + - uid: 16887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-15.5 + parent: 2 + - uid: 16888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-15.5 + parent: 2 + - uid: 16890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-15.5 + parent: 2 + - uid: 16891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-15.5 + parent: 2 + - uid: 16892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-15.5 + parent: 2 + - uid: 16893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-15.5 + parent: 2 + - uid: 16894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-15.5 + parent: 2 + - uid: 16895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-14.5 + parent: 2 + - uid: 16896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-7.5 + parent: 2 + - uid: 16897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-6.5 + parent: 2 + - uid: 16898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-5.5 + parent: 2 + - uid: 16899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-4.5 + parent: 2 + - uid: 16900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-3.5 + parent: 2 + - uid: 16901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-2.5 + parent: 2 + - uid: 16902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-1.5 + parent: 2 + - uid: 16903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-0.5 + parent: 2 + - uid: 16904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,0.5 + parent: 2 + - uid: 16905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,1.5 + parent: 2 + - uid: 16906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,2.5 + parent: 2 + - uid: 16908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,5.5 + parent: 2 + - uid: 16909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,6.5 + parent: 2 + - uid: 16912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,9.5 + parent: 2 + - uid: 16913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,10.5 + parent: 2 + - uid: 16914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,11.5 + parent: 2 + - uid: 16915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,12.5 + parent: 2 + - uid: 16916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,13.5 + parent: 2 + - uid: 16917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,14.5 + parent: 2 + - uid: 16918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,15.5 + parent: 2 + - uid: 16919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,16.5 + parent: 2 + - uid: 16920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,16.5 + parent: 2 + - uid: 16921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,16.5 + parent: 2 + - uid: 16922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,16.5 + parent: 2 + - uid: 16923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,17.5 + parent: 2 + - uid: 16924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,19.5 + parent: 2 + - uid: 16925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,19.5 + parent: 2 + - uid: 16953 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - uid: 16954 + components: + - type: Transform + pos: -45.5,9.5 + parent: 2 + - uid: 16955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,11.5 + parent: 2 + - uid: 16956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,11.5 + parent: 2 + - uid: 16957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,11.5 + parent: 2 + - uid: 16963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,12.5 + parent: 2 + - uid: 16964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,12.5 + parent: 2 + - uid: 16965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,12.5 + parent: 2 + - uid: 16966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,13.5 + parent: 2 + - uid: 16967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,14.5 + parent: 2 + - uid: 16968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,15.5 + parent: 2 + - uid: 16969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,16.5 + parent: 2 + - uid: 16970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,17.5 + parent: 2 + - uid: 16971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,18.5 + parent: 2 + - uid: 16972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,19.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,20.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,21.5 + parent: 2 + - uid: 16978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,22.5 + parent: 2 + - uid: 16979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,22.5 + parent: 2 + - uid: 16980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,22.5 + parent: 2 + - uid: 16981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,22.5 + parent: 2 + - uid: 16982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,22.5 + parent: 2 + - uid: 16983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,21.5 + parent: 2 + - uid: 16984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,23.5 + parent: 2 + - uid: 16985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,24.5 + parent: 2 + - uid: 16986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,25.5 + parent: 2 + - uid: 16987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,26.5 + parent: 2 + - uid: 16988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,27.5 + parent: 2 + - uid: 16989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,28.5 + parent: 2 + - uid: 16990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,29.5 + parent: 2 + - uid: 16992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,31.5 + parent: 2 + - uid: 16993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,32.5 + parent: 2 + - uid: 16994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,33.5 + parent: 2 + - uid: 16995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,34.5 + parent: 2 + - uid: 16996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,35.5 + parent: 2 + - uid: 16997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,36.5 + parent: 2 + - uid: 16998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,37.5 + parent: 2 + - uid: 16999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,38.5 + parent: 2 + - uid: 17016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,31.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,32.5 + parent: 2 + - uid: 17018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,33.5 + parent: 2 + - uid: 17019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,34.5 + parent: 2 + - uid: 17020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,35.5 + parent: 2 + - uid: 17021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,36.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,37.5 + parent: 2 + - uid: 17036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,8.5 + parent: 2 + - uid: 17037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,8.5 + parent: 2 + - uid: 17038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,8.5 + parent: 2 + - uid: 17039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,8.5 + parent: 2 + - uid: 17040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,8.5 + parent: 2 + - uid: 17041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,8.5 + parent: 2 + - uid: 17042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,8.5 + parent: 2 + - uid: 17043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,8.5 + parent: 2 + - uid: 17044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,8.5 + parent: 2 + - uid: 17045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,8.5 + parent: 2 + - uid: 17046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,8.5 + parent: 2 + - uid: 17048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,8.5 + parent: 2 + - uid: 17049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,8.5 + parent: 2 + - uid: 17050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,8.5 + parent: 2 + - uid: 17051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,8.5 + parent: 2 + - uid: 17052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,8.5 + parent: 2 + - uid: 17053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,8.5 + parent: 2 + - uid: 17054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,8.5 + parent: 2 + - uid: 17055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,8.5 + parent: 2 + - uid: 17056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,8.5 + parent: 2 + - uid: 17057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,8.5 + parent: 2 + - uid: 17059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,8.5 + parent: 2 + - uid: 17060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,8.5 + parent: 2 + - uid: 17061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-2.5 + parent: 2 + - uid: 17062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,8.5 + parent: 2 + - uid: 17063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,8.5 + parent: 2 + - uid: 17064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,8.5 + parent: 2 + - uid: 17065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -77.5,8.5 + parent: 2 + - uid: 17066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,8.5 + parent: 2 + - uid: 17067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,8.5 + parent: 2 + - uid: 17068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,8.5 + parent: 2 + - uid: 17069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,8.5 + parent: 2 + - uid: 17070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,8.5 + parent: 2 + - uid: 17071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,8.5 + parent: 2 + - uid: 17074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,8.5 + parent: 2 + - uid: 17075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,8.5 + parent: 2 + - uid: 17076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,8.5 + parent: 2 + - uid: 17077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,8.5 + parent: 2 + - uid: 17078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,8.5 + parent: 2 + - uid: 17079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,8.5 + parent: 2 + - uid: 17080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,8.5 + parent: 2 + - uid: 17081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,8.5 + parent: 2 + - uid: 17082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,8.5 + parent: 2 + - uid: 17090 + components: + - type: Transform + pos: -84.5,-1.5 + parent: 2 + - uid: 17091 + components: + - type: Transform + pos: -84.5,-0.5 + parent: 2 + - uid: 17092 + components: + - type: Transform + pos: -84.5,0.5 + parent: 2 + - uid: 17093 + components: + - type: Transform + pos: -84.5,1.5 + parent: 2 + - uid: 17094 + components: + - type: Transform + pos: -84.5,2.5 + parent: 2 + - uid: 17095 + components: + - type: Transform + pos: -84.5,3.5 + parent: 2 + - uid: 17096 + components: + - type: Transform + pos: -84.5,4.5 + parent: 2 + - uid: 17097 + components: + - type: Transform + pos: -84.5,5.5 + parent: 2 + - uid: 17098 + components: + - type: Transform + pos: -84.5,6.5 + parent: 2 + - uid: 17099 + components: + - type: Transform + pos: -84.5,7.5 + parent: 2 + - uid: 17100 + components: + - type: Transform + pos: -84.5,10.5 + parent: 2 + - uid: 17101 + components: + - type: Transform + pos: -84.5,11.5 + parent: 2 + - uid: 17102 + components: + - type: Transform + pos: -84.5,12.5 + parent: 2 + - uid: 17103 + components: + - type: Transform + pos: -84.5,13.5 + parent: 2 + - uid: 17104 + components: + - type: Transform + pos: -84.5,14.5 + parent: 2 + - uid: 17105 + components: + - type: Transform + pos: -84.5,15.5 + parent: 2 + - uid: 17106 + components: + - type: Transform + pos: -84.5,16.5 + parent: 2 + - uid: 17107 + components: + - type: Transform + pos: -84.5,17.5 + parent: 2 + - uid: 17108 + components: + - type: Transform + pos: -84.5,18.5 + parent: 2 + - uid: 17109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,19.5 + parent: 2 + - uid: 17110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,7.5 + parent: 2 + - uid: 17111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,10.5 + parent: 2 + - uid: 17113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,7.5 + parent: 2 + - uid: 17114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,6.5 + parent: 2 + - uid: 17115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,5.5 + parent: 2 + - uid: 17116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,4.5 + parent: 2 + - uid: 17134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,54.5 + parent: 2 + - uid: 17135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,53.5 + parent: 2 + - uid: 17136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,52.5 + parent: 2 + - uid: 17137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,52.5 + parent: 2 + - uid: 17138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,52.5 + parent: 2 + - uid: 17139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,53.5 + parent: 2 + - uid: 17140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,54.5 + parent: 2 + - uid: 17141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,55.5 + parent: 2 + - uid: 17142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,56.5 + parent: 2 + - uid: 17143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,57.5 + parent: 2 + - uid: 17144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,58.5 + parent: 2 + - uid: 17145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,59.5 + parent: 2 + - uid: 17146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,60.5 + parent: 2 + - uid: 17148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,62.5 + parent: 2 + - uid: 17149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,51.5 + parent: 2 + - uid: 17150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,50.5 + parent: 2 + - uid: 17151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,49.5 + parent: 2 + - uid: 17152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,48.5 + parent: 2 + - uid: 17153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,47.5 + parent: 2 + - uid: 17154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,46.5 + parent: 2 + - uid: 17155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,45.5 + parent: 2 + - uid: 17156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,44.5 + parent: 2 + - uid: 17157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,43.5 + parent: 2 + - uid: 17158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,42.5 + parent: 2 + - uid: 17159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,41.5 + parent: 2 + - uid: 17160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,40.5 + parent: 2 + - uid: 17161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 2 + - uid: 17162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,37.5 + parent: 2 + - uid: 17163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,36.5 + parent: 2 + - uid: 17164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,35.5 + parent: 2 + - uid: 17165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,34.5 + parent: 2 + - uid: 17166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,33.5 + parent: 2 + - uid: 17168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,31.5 + parent: 2 + - uid: 17169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 2 + - uid: 17170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,29.5 + parent: 2 + - uid: 17171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,28.5 + parent: 2 + - uid: 17172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,27.5 + parent: 2 + - uid: 17173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,26.5 + parent: 2 + - uid: 17174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,25.5 + parent: 2 + - uid: 17175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,24.5 + parent: 2 + - uid: 17176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,23.5 + parent: 2 + - uid: 17177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,22.5 + parent: 2 + - uid: 17178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,21.5 + parent: 2 + - uid: 17179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,18.5 + parent: 2 + - uid: 17180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,17.5 + parent: 2 + - uid: 17181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,16.5 + parent: 2 + - uid: 17182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,15.5 + parent: 2 + - uid: 17183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,14.5 + parent: 2 + - uid: 17184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,13.5 + parent: 2 + - uid: 17185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,12.5 + parent: 2 + - uid: 17186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,11.5 + parent: 2 + - uid: 17187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,10.5 + parent: 2 + - uid: 17188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,9.5 + parent: 2 + - uid: 17189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 2 + - uid: 17190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 2 + - uid: 17191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 2 + - uid: 17192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 2 + - uid: 17193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 2 + - uid: 17202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,22.5 + parent: 2 + - uid: 17203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,23.5 + parent: 2 + - uid: 17204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,25.5 + parent: 2 + - uid: 17205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,26.5 + parent: 2 + - uid: 17206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,27.5 + parent: 2 + - uid: 17207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,28.5 + parent: 2 + - uid: 17208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,29.5 + parent: 2 + - uid: 17209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,29.5 + parent: 2 + - uid: 17210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,29.5 + parent: 2 + - uid: 17211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,29.5 + parent: 2 + - uid: 17212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,29.5 + parent: 2 + - uid: 17213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,29.5 + parent: 2 + - uid: 17214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,29.5 + parent: 2 + - uid: 17215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,29.5 + parent: 2 + - uid: 17216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,29.5 + parent: 2 + - uid: 17217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,29.5 + parent: 2 + - uid: 17218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,29.5 + parent: 2 + - uid: 17219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,29.5 + parent: 2 + - uid: 17220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,29.5 + parent: 2 + - uid: 17221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,29.5 + parent: 2 + - uid: 17222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,29.5 + parent: 2 + - uid: 17223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,29.5 + parent: 2 + - uid: 17224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,29.5 + parent: 2 + - uid: 17225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,29.5 + parent: 2 + - uid: 17226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,29.5 + parent: 2 + - uid: 17227 + components: + - type: Transform + pos: -35.5,30.5 + parent: 2 + - uid: 17228 + components: + - type: Transform + pos: -35.5,31.5 + parent: 2 + - uid: 17229 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 + - uid: 17230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,24.5 + parent: 2 + - uid: 17231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,24.5 + parent: 2 + - uid: 17232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,23.5 + parent: 2 + - uid: 17233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,22.5 + parent: 2 + - uid: 17234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,21.5 + parent: 2 + - uid: 17237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,29.5 + parent: 2 + - uid: 17238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,29.5 + parent: 2 + - uid: 17239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,29.5 + parent: 2 + - uid: 17241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,29.5 + parent: 2 + - uid: 17242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,29.5 + parent: 2 + - uid: 17249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,30.5 + parent: 2 + - uid: 17250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,34.5 + parent: 2 + - uid: 17251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,33.5 + parent: 2 + - uid: 17252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,32.5 + parent: 2 + - uid: 17255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,37.5 + parent: 2 + - uid: 17256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,38.5 + parent: 2 + - uid: 17257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,39.5 + parent: 2 + - uid: 17258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,40.5 + parent: 2 + - uid: 17263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,39.5 + parent: 2 + - uid: 17264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,39.5 + parent: 2 + - uid: 17265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,38.5 + parent: 2 + - uid: 17266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,37.5 + parent: 2 + - uid: 17267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,36.5 + parent: 2 + - uid: 17272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,51.5 + parent: 2 + - uid: 17273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,50.5 + parent: 2 + - uid: 17274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,49.5 + parent: 2 + - uid: 17275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,49.5 + parent: 2 + - uid: 17276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,49.5 + parent: 2 + - uid: 17277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,48.5 + parent: 2 + - uid: 17278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,48.5 + parent: 2 + - uid: 17279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,48.5 + parent: 2 + - uid: 17280 + components: + - type: Transform + pos: 19.5,49.5 + parent: 2 + - uid: 17281 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 17282 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - uid: 17283 + components: + - type: Transform + pos: 19.5,47.5 + parent: 2 + - uid: 17284 + components: + - type: Transform + pos: 19.5,46.5 + parent: 2 + - uid: 17285 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - uid: 17286 + components: + - type: Transform + pos: 19.5,44.5 + parent: 2 + - uid: 17287 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 17288 + components: + - type: Transform + pos: 19.5,42.5 + parent: 2 + - uid: 17289 + components: + - type: Transform + pos: 19.5,41.5 + parent: 2 + - uid: 17290 + components: + - type: Transform + pos: 19.5,40.5 + parent: 2 + - uid: 17291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,39.5 + parent: 2 + - uid: 17292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,39.5 + parent: 2 + - uid: 17293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,39.5 + parent: 2 + - uid: 17294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,39.5 + parent: 2 + - uid: 17295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,39.5 + parent: 2 + - uid: 17296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,39.5 + parent: 2 + - uid: 17297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,39.5 + parent: 2 + - uid: 17298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,39.5 + parent: 2 + - uid: 17299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,39.5 + parent: 2 + - uid: 17300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,39.5 + parent: 2 + - uid: 17301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,39.5 + parent: 2 + - uid: 17302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,39.5 + parent: 2 + - uid: 17303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,39.5 + parent: 2 + - uid: 17304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,39.5 + parent: 2 + - uid: 17316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,20.5 + parent: 2 + - uid: 17320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,46.5 + parent: 2 + - uid: 17321 + components: + - type: Transform + pos: 39.5,45.5 + parent: 2 + - uid: 17322 + components: + - type: Transform + pos: 39.5,44.5 + parent: 2 + - uid: 17323 + components: + - type: Transform + pos: 39.5,43.5 + parent: 2 + - uid: 17324 + components: + - type: Transform + pos: 39.5,42.5 + parent: 2 + - uid: 17325 + components: + - type: Transform + pos: 39.5,41.5 + parent: 2 + - uid: 17326 + components: + - type: Transform + pos: 39.5,40.5 + parent: 2 + - uid: 17327 + components: + - type: Transform + pos: 39.5,39.5 + parent: 2 + - uid: 17328 + components: + - type: Transform + pos: 39.5,38.5 + parent: 2 + - uid: 17329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,37.5 + parent: 2 + - uid: 17330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,37.5 + parent: 2 + - uid: 17331 + components: + - type: Transform + pos: 39.5,36.5 + parent: 2 + - uid: 17332 + components: + - type: Transform + pos: 39.5,35.5 + parent: 2 + - uid: 17334 + components: + - type: Transform + pos: 39.5,33.5 + parent: 2 + - uid: 17335 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 + - uid: 17336 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 17337 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 17338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,29.5 + parent: 2 + - uid: 17339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,29.5 + parent: 2 + - uid: 17340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,29.5 + parent: 2 + - uid: 17341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,29.5 + parent: 2 + - uid: 17342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,29.5 + parent: 2 + - uid: 17343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,29.5 + parent: 2 + - uid: 17344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,29.5 + parent: 2 + - uid: 17346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,27.5 + parent: 2 + - uid: 17347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,25.5 + parent: 2 + - uid: 17348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,24.5 + parent: 2 + - uid: 17349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,23.5 + parent: 2 + - uid: 17350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,22.5 + parent: 2 + - uid: 17351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,21.5 + parent: 2 + - uid: 17358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,26.5 + parent: 2 + - uid: 17359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,26.5 + parent: 2 + - uid: 17360 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 17361 + components: + - type: Transform + pos: 53.5,24.5 + parent: 2 + - uid: 17363 + components: + - type: Transform + pos: 53.5,22.5 + parent: 2 + - uid: 17364 + components: + - type: Transform + pos: 53.5,21.5 + parent: 2 + - uid: 17365 + components: + - type: Transform + pos: 53.5,20.5 + parent: 2 + - uid: 17366 + components: + - type: Transform + pos: 53.5,19.5 + parent: 2 + - uid: 17367 + components: + - type: Transform + pos: 53.5,18.5 + parent: 2 + - uid: 17368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,17.5 + parent: 2 + - uid: 17369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,17.5 + parent: 2 + - uid: 17370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,17.5 + parent: 2 + - uid: 17373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,16.5 + parent: 2 + - uid: 17376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-30.5 + parent: 2 + - uid: 17388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-20.5 + parent: 2 + - uid: 17389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-20.5 + parent: 2 + - uid: 17390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-19.5 + parent: 2 + - uid: 17391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 2 + - uid: 17392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-24.5 + parent: 2 + - uid: 17393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-24.5 + parent: 2 + - uid: 17394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-24.5 + parent: 2 + - uid: 17395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-25.5 + parent: 2 + - uid: 17396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-25.5 + parent: 2 + - uid: 17402 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 2 + - uid: 17403 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 17404 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 17405 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 17406 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 17407 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 17408 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 17409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-23.5 + parent: 2 + - uid: 17410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-23.5 + parent: 2 + - uid: 17411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-23.5 + parent: 2 + - uid: 17412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-23.5 + parent: 2 + - uid: 17413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-23.5 + parent: 2 + - uid: 17415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-26.5 + parent: 2 + - uid: 17416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-25.5 + parent: 2 + - uid: 17417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-24.5 + parent: 2 + - uid: 17418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-23.5 + parent: 2 + - uid: 17419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-22.5 + parent: 2 + - uid: 17420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-21.5 + parent: 2 + - uid: 17421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-20.5 + parent: 2 + - uid: 17422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-19.5 + parent: 2 + - uid: 17423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-18.5 + parent: 2 + - uid: 17424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-17.5 + parent: 2 + - uid: 17425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-16.5 + parent: 2 + - uid: 17426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-15.5 + parent: 2 + - uid: 17427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-14.5 + parent: 2 + - uid: 17428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-13.5 + parent: 2 + - uid: 17429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-12.5 + parent: 2 + - uid: 17430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-11.5 + parent: 2 + - uid: 17431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-10.5 + parent: 2 + - uid: 17432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-9.5 + parent: 2 + - uid: 17433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-8.5 + parent: 2 + - uid: 17434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-7.5 + parent: 2 + - uid: 17435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-6.5 + parent: 2 + - uid: 17436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-13.5 + parent: 2 + - uid: 17437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-13.5 + parent: 2 + - uid: 17438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-13.5 + parent: 2 + - uid: 17439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-13.5 + parent: 2 + - uid: 17440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-13.5 + parent: 2 + - uid: 17441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-13.5 + parent: 2 + - uid: 17442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-13.5 + parent: 2 + - uid: 17443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-13.5 + parent: 2 + - uid: 17444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-13.5 + parent: 2 + - uid: 17445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-13.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-13.5 + parent: 2 + - uid: 17447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-13.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-13.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: 72.5,-0.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + pos: 72.5,-1.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-4.5 + parent: 2 + - uid: 17457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-4.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-4.5 + parent: 2 + - uid: 17459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-4.5 + parent: 2 + - uid: 17460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-4.5 + parent: 2 + - uid: 17461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-4.5 + parent: 2 + - uid: 17462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-4.5 + parent: 2 + - uid: 17463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-4.5 + parent: 2 + - uid: 17464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-4.5 + parent: 2 + - uid: 17465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-4.5 + parent: 2 + - uid: 17466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-4.5 + parent: 2 + - uid: 17467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-4.5 + parent: 2 + - uid: 17468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-4.5 + parent: 2 + - uid: 17469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-4.5 + parent: 2 + - uid: 17470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-4.5 + parent: 2 + - uid: 17471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-4.5 + parent: 2 + - uid: 17472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-4.5 + parent: 2 + - uid: 17473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-4.5 + parent: 2 + - uid: 17474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-4.5 + parent: 2 + - uid: 17475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-4.5 + parent: 2 + - uid: 17476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-5.5 + parent: 2 + - uid: 17477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-5.5 + parent: 2 + - uid: 17483 + components: + - type: Transform + pos: 11.5,21.5 + parent: 2 + - uid: 17484 + components: + - type: Transform + pos: 11.5,22.5 + parent: 2 + - uid: 17485 + components: + - type: Transform + pos: 11.5,23.5 + parent: 2 + - uid: 17486 + components: + - type: Transform + pos: 11.5,24.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + pos: 11.5,25.5 + parent: 2 + - uid: 17488 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 17495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 2 + - uid: 17497 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 17498 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 17499 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 17501 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 17504 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 17505 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 17506 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 17507 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 17508 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 17509 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 17510 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 17511 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 17512 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 17513 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 17514 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 17515 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 17516 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 17517 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 17518 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 17519 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 17520 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 17521 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 17524 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 17525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-35.5 + parent: 2 + - uid: 17526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 + - uid: 17527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-35.5 + parent: 2 + - uid: 17528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-35.5 + parent: 2 + - uid: 17529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-35.5 + parent: 2 + - uid: 17539 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 17540 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - uid: 17541 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 2 + - uid: 17542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - uid: 17543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-0.5 + parent: 2 + - uid: 17544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-0.5 + parent: 2 + - uid: 17545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-0.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,0.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,1.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,2.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,3.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,4.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,5.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,6.5 + parent: 2 + - uid: 17553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,6.5 + parent: 2 + - uid: 17554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 + - uid: 17555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,6.5 + parent: 2 + - uid: 17556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,6.5 + parent: 2 + - uid: 17557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 + - uid: 17558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,6.5 + parent: 2 + - uid: 17559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,6.5 + parent: 2 + - uid: 17560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - uid: 17561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,6.5 + parent: 2 + - uid: 17562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,6.5 + parent: 2 + - uid: 17563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,6.5 + parent: 2 + - uid: 17565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,6.5 + parent: 2 + - uid: 17566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 + - uid: 17567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,6.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,6.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,6.5 + parent: 2 + - uid: 17570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,5.5 + parent: 2 + - uid: 17571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,4.5 + parent: 2 + - uid: 17572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 2 + - uid: 17573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 2 + - uid: 17574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 2 + - uid: 17575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 2 + - uid: 17576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - uid: 17578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 2 + - uid: 17579 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 + - uid: 17582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,3.5 + parent: 2 + - uid: 17584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 2 + - uid: 17587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,3.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,3.5 + parent: 2 + - uid: 17589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,3.5 + parent: 2 + - uid: 17590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,3.5 + parent: 2 + - uid: 17591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,4.5 + parent: 2 + - uid: 17592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,5.5 + parent: 2 + - uid: 17593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,6.5 + parent: 2 + - uid: 17594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,7.5 + parent: 2 + - uid: 17595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,8.5 + parent: 2 + - uid: 17596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,9.5 + parent: 2 + - uid: 17597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,10.5 + parent: 2 + - uid: 17598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,11.5 + parent: 2 + - uid: 17599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,12.5 + parent: 2 + - uid: 17600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,13.5 + parent: 2 + - uid: 17601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,13.5 + parent: 2 + - uid: 17602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,13.5 + parent: 2 + - uid: 17603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,13.5 + parent: 2 + - uid: 17604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,13.5 + parent: 2 + - uid: 17605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,13.5 + parent: 2 + - uid: 17606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 2 + - uid: 17607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,12.5 + parent: 2 + - uid: 17608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 2 + - uid: 17609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 2 + - uid: 17610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,14.5 + parent: 2 + - uid: 17611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,13.5 + parent: 2 + - uid: 17612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,12.5 + parent: 2 + - uid: 17613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 2 + - uid: 17614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,10.5 + parent: 2 + - uid: 17615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,9.5 + parent: 2 + - uid: 17616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 2 + - uid: 17617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 2 + - uid: 17626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 2 + - uid: 17627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,10.5 + parent: 2 + - uid: 17628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,10.5 + parent: 2 + - uid: 17629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 2 + - uid: 17630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,8.5 + parent: 2 + - uid: 17631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,7.5 + parent: 2 + - uid: 17639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,7.5 + parent: 2 + - uid: 17640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,8.5 + parent: 2 + - uid: 17641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,5.5 + parent: 2 + - uid: 17642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,4.5 + parent: 2 + - uid: 17643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,3.5 + parent: 2 + - uid: 17644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,2.5 + parent: 2 + - uid: 17645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,2.5 + parent: 2 + - uid: 17646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,2.5 + parent: 2 + - uid: 17660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-16.5 + parent: 2 + - uid: 17661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-17.5 + parent: 2 + - uid: 17662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-18.5 + parent: 2 + - uid: 17663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-19.5 + parent: 2 + - uid: 17664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 2 + - uid: 17665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-20.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-20.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-20.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-20.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-20.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-20.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-20.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 17675 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 17676 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 17677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-24.5 + parent: 2 + - uid: 17678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-25.5 + parent: 2 + - uid: 17679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-25.5 + parent: 2 + - uid: 17680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-25.5 + parent: 2 + - uid: 17681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-25.5 + parent: 2 + - uid: 17682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-25.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 2 + - uid: 17685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-26.5 + parent: 2 + - uid: 17686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-27.5 + parent: 2 + - uid: 17687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-28.5 + parent: 2 + - uid: 17688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-29.5 + parent: 2 + - uid: 17689 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 17690 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 17691 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 + - uid: 17692 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - uid: 17693 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - uid: 17694 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - uid: 17695 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 17696 + components: + - type: Transform + pos: -18.5,-37.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + pos: -18.5,-38.5 + parent: 2 + - uid: 17698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-39.5 + parent: 2 + - uid: 17699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-39.5 + parent: 2 + - uid: 17700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-38.5 + parent: 2 + - uid: 17701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-37.5 + parent: 2 + - uid: 17702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-36.5 + parent: 2 + - uid: 17714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-17.5 + parent: 2 + - uid: 17715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-17.5 + parent: 2 + - uid: 17716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-17.5 + parent: 2 + - uid: 17717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-17.5 + parent: 2 + - uid: 17718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-17.5 + parent: 2 + - uid: 17719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-17.5 + parent: 2 + - uid: 17720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-17.5 + parent: 2 + - uid: 17721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-17.5 + parent: 2 + - uid: 17722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-17.5 + parent: 2 + - uid: 17723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-17.5 + parent: 2 + - uid: 17724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-17.5 + parent: 2 + - uid: 17725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-23.5 + parent: 2 + - uid: 17726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-23.5 + parent: 2 + - uid: 17727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-23.5 + parent: 2 + - uid: 17728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-23.5 + parent: 2 + - uid: 17729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-23.5 + parent: 2 + - uid: 17730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-23.5 + parent: 2 + - uid: 17731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-23.5 + parent: 2 + - uid: 17732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-23.5 + parent: 2 + - uid: 17733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-23.5 + parent: 2 + - uid: 17734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-23.5 + parent: 2 + - uid: 17735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-23.5 + parent: 2 + - uid: 17736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-23.5 + parent: 2 + - uid: 17737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-23.5 + parent: 2 + - uid: 17740 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 17741 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 17742 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 17743 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 17744 + components: + - type: Transform + pos: -35.5,-29.5 + parent: 2 + - uid: 17745 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 + - uid: 17746 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 17747 + components: + - type: Transform + pos: -43.5,-27.5 + parent: 2 + - uid: 17748 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - uid: 17749 + components: + - type: Transform + pos: -43.5,-25.5 + parent: 2 + - uid: 17750 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - uid: 17751 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 17753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-14.5 + parent: 2 + - uid: 17754 + components: + - type: Transform + pos: -44.5,-15.5 + parent: 2 + - uid: 17755 + components: + - type: Transform + pos: -44.5,-16.5 + parent: 2 + - uid: 17756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-14.5 + parent: 2 + - uid: 17757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-14.5 + parent: 2 + - uid: 17759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-19.5 + parent: 2 + - uid: 17760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-20.5 + parent: 2 + - uid: 17761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-21.5 + parent: 2 + - uid: 17762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-22.5 + parent: 2 + - uid: 17763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-18.5 + parent: 2 + - uid: 17764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-18.5 + parent: 2 + - uid: 17765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-18.5 + parent: 2 + - uid: 17766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-18.5 + parent: 2 + - uid: 17767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-18.5 + parent: 2 + - uid: 17771 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 17772 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 17773 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 17774 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 17775 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 17776 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 17777 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 17778 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 17779 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 17780 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 17781 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 17782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-27.5 + parent: 2 + - uid: 17783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-27.5 + parent: 2 + - uid: 18241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,57.5 + parent: 2 + - uid: 18242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,57.5 + parent: 2 + - uid: 18243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,57.5 + parent: 2 + - uid: 18244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,57.5 + parent: 2 + - uid: 18245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,57.5 + parent: 2 + - uid: 18246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,57.5 + parent: 2 + - uid: 18247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,55.5 + parent: 2 + - uid: 18248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,55.5 + parent: 2 + - uid: 18249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,55.5 + parent: 2 + - uid: 18250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,55.5 + parent: 2 + - uid: 18251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,55.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,54.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 19862 + components: + - type: Transform + pos: 1.5,64.5 + parent: 2 + - uid: 19863 + components: + - type: Transform + pos: 1.5,65.5 + parent: 2 + - uid: 19864 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 19865 + components: + - type: Transform + pos: 1.5,67.5 + parent: 2 + - uid: 19866 + components: + - type: Transform + pos: 1.5,68.5 + parent: 2 + - uid: 19867 + components: + - type: Transform + pos: 1.5,69.5 + parent: 2 + - uid: 19868 + components: + - type: Transform + pos: 1.5,70.5 + parent: 2 + - uid: 19869 + components: + - type: Transform + pos: 1.5,71.5 + parent: 2 + - uid: 19870 + components: + - type: Transform + pos: 1.5,72.5 + parent: 2 + - uid: 19871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,73.5 + parent: 2 + - uid: 19872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,73.5 + parent: 2 + - uid: 20572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 2 + - uid: 22730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,2.5 + parent: 2 + - uid: 22731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,1.5 + parent: 2 + - uid: 29981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,11.5 + parent: 2 + - uid: 31057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,57.5 + parent: 2 + - uid: 31065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,57.5 + parent: 2 + - uid: 31066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,57.5 + parent: 2 + - uid: 31067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,57.5 + parent: 2 + - uid: 31068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,57.5 + parent: 2 + - uid: 31069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,57.5 + parent: 2 + - uid: 31070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,57.5 + parent: 2 + - uid: 31071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,57.5 + parent: 2 + - uid: 31072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,57.5 + parent: 2 + - uid: 31073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,57.5 + parent: 2 + - uid: 31074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,57.5 + parent: 2 + - uid: 31075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,57.5 + parent: 2 + - uid: 31076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,57.5 + parent: 2 + - uid: 31077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,57.5 + parent: 2 + - uid: 31078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,57.5 + parent: 2 + - uid: 31080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,58.5 + parent: 2 + - uid: 31081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,59.5 + parent: 2 + - uid: 31082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,60.5 + parent: 2 + - uid: 31083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,61.5 + parent: 2 + - uid: 31084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,62.5 + parent: 2 + - uid: 31085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,63.5 + parent: 2 + - uid: 31105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,64.5 + parent: 2 + - uid: 31732 + components: + - type: Transform + pos: -39.5,10.5 + parent: 2 + - uid: 34044 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 34045 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 34046 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 35865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,15.5 + parent: 2 + - uid: 35866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,13.5 + parent: 2 + - uid: 35867 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 35868 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 35869 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 35870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,10.5 + parent: 2 + - uid: 35873 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 35874 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 35875 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 35876 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 35877 + components: + - type: Transform + pos: 9.5,25.5 + parent: 2 + - uid: 35878 + components: + - type: Transform + pos: 9.5,24.5 + parent: 2 + - uid: 35879 + components: + - type: Transform + pos: 9.5,23.5 + parent: 2 + - uid: 35880 + components: + - type: Transform + pos: 9.5,22.5 + parent: 2 + - uid: 35881 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - uid: 35882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,32.5 + parent: 2 + - uid: 35883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,32.5 + parent: 2 + - uid: 35884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,32.5 + parent: 2 + - uid: 35885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,32.5 + parent: 2 + - uid: 35886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,32.5 + parent: 2 + - uid: 35889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,36.5 + parent: 2 + - uid: 35890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,36.5 + parent: 2 + - uid: 35891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,36.5 + parent: 2 + - uid: 35892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,36.5 + parent: 2 + - uid: 35893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,36.5 + parent: 2 + - uid: 35894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,36.5 + parent: 2 + - uid: 35895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,36.5 + parent: 2 + - uid: 35897 + components: + - type: Transform + pos: -20.5,38.5 + parent: 2 + - uid: 35898 + components: + - type: Transform + pos: -20.5,37.5 + parent: 2 + - uid: 35900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,61.5 + parent: 2 + - uid: 35901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,61.5 + parent: 2 + - uid: 35902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,61.5 + parent: 2 + - uid: 35903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,61.5 + parent: 2 + - uid: 35909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,28.5 + parent: 2 + - uid: 35910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,28.5 + parent: 2 + - uid: 35911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,28.5 + parent: 2 + - uid: 35912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,28.5 + parent: 2 + - uid: 35913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,28.5 + parent: 2 + - uid: 35914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,28.5 + parent: 2 + - uid: 35915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,28.5 + parent: 2 + - uid: 35916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 + - uid: 35918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,34.5 + parent: 2 + - uid: 35919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,34.5 + parent: 2 + - uid: 35920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,34.5 + parent: 2 + - uid: 35921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,34.5 + parent: 2 + - uid: 35922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,34.5 + parent: 2 + - uid: 35923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,34.5 + parent: 2 + - uid: 35924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,34.5 + parent: 2 + - uid: 35946 + components: + - type: Transform + pos: -49.5,12.5 + parent: 2 + - uid: 35947 + components: + - type: Transform + pos: -49.5,13.5 + parent: 2 + - uid: 35948 + components: + - type: Transform + pos: -49.5,14.5 + parent: 2 + - uid: 35949 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 35952 + components: + - type: Transform + pos: -58.5,9.5 + parent: 2 + - uid: 35953 + components: + - type: Transform + pos: -58.5,10.5 + parent: 2 + - uid: 35957 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 + - uid: 35958 + components: + - type: Transform + pos: -6.5,5.5 + parent: 2 + - uid: 35959 + components: + - type: Transform + pos: -6.5,6.5 + parent: 2 + - uid: 35963 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 35964 + components: + - type: Transform + pos: 25.5,-27.5 + parent: 2 + - uid: 35965 + components: + - type: Transform + pos: 25.5,-28.5 + parent: 2 + - uid: 35966 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 2 + - uid: 35969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 + - uid: 35970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-39.5 + parent: 2 + - uid: 35971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 2 + - uid: 35972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-39.5 + parent: 2 + - uid: 35973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-39.5 + parent: 2 + - uid: 35974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-39.5 + parent: 2 + - uid: 35981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-20.5 + parent: 2 + - uid: 35982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-20.5 + parent: 2 + - uid: 35983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 2 + - uid: 35984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 2 + - uid: 35985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-21.5 + parent: 2 + - uid: 35986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-22.5 + parent: 2 + - uid: 35987 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - uid: 35993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-25.5 + parent: 2 + - uid: 35994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-25.5 + parent: 2 + - uid: 35995 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 36002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-0.5 + parent: 2 + - uid: 36003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,0.5 + parent: 2 + - uid: 36004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,1.5 + parent: 2 + - uid: 36005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,2.5 + parent: 2 + - uid: 36006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,3.5 + parent: 2 + - uid: 36007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,3.5 + parent: 2 + - uid: 36008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,3.5 + parent: 2 + - uid: 36009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,3.5 + parent: 2 + - uid: 36010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,3.5 + parent: 2 + - uid: 36011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,3.5 + parent: 2 + - uid: 36012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,3.5 + parent: 2 + - uid: 36013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,3.5 + parent: 2 + - uid: 36014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,3.5 + parent: 2 + - uid: 36015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,3.5 + parent: 2 + - uid: 36018 + components: + - type: Transform + pos: -69.5,14.5 + parent: 2 + - uid: 36019 + components: + - type: Transform + pos: -69.5,13.5 + parent: 2 + - uid: 36020 + components: + - type: Transform + pos: -69.5,12.5 + parent: 2 + - uid: 36021 + components: + - type: Transform + pos: -69.5,11.5 + parent: 2 + - uid: 36022 + components: + - type: Transform + pos: -69.5,10.5 + parent: 2 + - uid: 36023 + components: + - type: Transform + pos: -69.5,9.5 + parent: 2 + - uid: 36025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,37.5 + parent: 2 + - uid: 36026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,37.5 + parent: 2 + - uid: 36028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-14.5 + parent: 2 + - uid: 36029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 2 + - uid: 36030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-12.5 + parent: 2 + - uid: 36031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,23.5 + parent: 2 + - uid: 36032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,23.5 + parent: 2 + - uid: 36033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,23.5 + parent: 2 + - uid: 36034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,23.5 + parent: 2 + - uid: 36035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,23.5 + parent: 2 + - uid: 36036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,23.5 + parent: 2 + - uid: 36037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,23.5 + parent: 2 + - uid: 36038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,23.5 + parent: 2 + - uid: 36039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,23.5 + parent: 2 + - uid: 36040 + components: + - type: Transform + pos: 63.5,24.5 + parent: 2 + - uid: 36041 + components: + - type: Transform + pos: 63.5,25.5 + parent: 2 + - uid: 36387 + components: + - type: Transform + pos: -39.5,9.5 + parent: 2 + - uid: 36388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,8.5 + parent: 2 +- proto: DisposalPipeBroken + entities: + - uid: 5387 + components: + - type: Transform + pos: 58.5,54.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-32.5 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-34.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-36.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-36.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 2390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-1.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 3379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-11.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,0.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-38.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,37.5 + parent: 2 + - uid: 16961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,11.5 + parent: 2 + - uid: 16962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,20.5 + parent: 2 + - uid: 17000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,39.5 + parent: 2 + - uid: 17087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,6.5 + parent: 2 + - uid: 17088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,19.5 + parent: 2 + - uid: 17089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,-2.5 + parent: 2 + - uid: 17124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,11.5 + parent: 2 + - uid: 17128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,33.5 + parent: 2 + - uid: 17129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,24.5 + parent: 2 + - uid: 17130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,24.5 + parent: 2 + - uid: 17131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,39.5 + parent: 2 + - uid: 17132 + components: + - type: Transform + pos: -2.5,55.5 + parent: 2 + - uid: 17243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,28.5 + parent: 2 + - uid: 17259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,39.5 + parent: 2 + - uid: 17268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,35.5 + parent: 2 + - uid: 17269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,52.5 + parent: 2 + - uid: 17271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,52.5 + parent: 2 + - uid: 17312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,46.5 + parent: 2 + - uid: 17318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,26.5 + parent: 2 + - uid: 17319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,36.5 + parent: 2 + - uid: 17356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,26.5 + parent: 2 + - uid: 17374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,15.5 + parent: 2 + - uid: 17377 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 17378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-25.5 + parent: 2 + - uid: 17379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-25.5 + parent: 2 + - uid: 17380 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - uid: 17397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-24.5 + parent: 2 + - uid: 17414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-27.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-13.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: 72.5,0.5 + parent: 2 + - uid: 17490 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 17523 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 17530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,9.5 + parent: 2 + - uid: 17531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 17532 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 17533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,9.5 + parent: 2 + - uid: 17534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,9.5 + parent: 2 + - uid: 17535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 17536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 2 + - uid: 17537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,2.5 + parent: 2 + - uid: 17647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-25.5 + parent: 2 + - uid: 17707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-14.5 + parent: 2 + - uid: 17708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-18.5 + parent: 2 + - uid: 17709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-17.5 + parent: 2 + - uid: 17710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-25.5 + parent: 2 + - uid: 17711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-30.5 + parent: 2 + - uid: 17712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-30.5 + parent: 2 + - uid: 18234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,53.5 + parent: 2 + - uid: 19762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,13.5 + parent: 2 + - uid: 19763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,15.5 + parent: 2 + - uid: 19873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,73.5 + parent: 2 + - uid: 22948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-25.5 + parent: 2 + - uid: 31781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-34.5 + parent: 2 + - uid: 35872 + components: + - type: Transform + pos: 9.5,30.5 + parent: 2 + - uid: 35887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,32.5 + parent: 2 + - uid: 35896 + components: + - type: Transform + pos: -20.5,39.5 + parent: 2 + - uid: 35904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,61.5 + parent: 2 + - uid: 35907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,34.5 + parent: 2 + - uid: 35908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,28.5 + parent: 2 + - uid: 35944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,31.5 + parent: 2 + - uid: 35950 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 35954 + components: + - type: Transform + pos: -58.5,11.5 + parent: 2 + - uid: 35956 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 35960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,1.5 + parent: 2 + - uid: 35962 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - uid: 35976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-40.5 + parent: 2 + - uid: 35989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-24.5 + parent: 2 + - uid: 35996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-25.5 + parent: 2 + - uid: 36001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,2.5 + parent: 2 + - uid: 36017 + components: + - type: Transform + pos: -69.5,15.5 + parent: 2 + - uid: 36024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,37.5 + parent: 2 + - uid: 36027 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 36042 + components: + - type: Transform + pos: 63.5,26.5 + parent: 2 + - uid: 36044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,28.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 1159 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + pos: 30.5,9.5 + parent: 2 + - uid: 1487 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 3550 + components: + - type: Transform + pos: -56.5,-17.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: 41.5,-24.5 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + pos: 52.5,15.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: -73.5,0.5 + parent: 2 + - uid: 5138 + components: + - type: Transform + pos: 69.5,-13.5 + parent: 2 + - uid: 5139 + components: + - type: Transform + pos: 54.5,-27.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: 72.5,0.5 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: 37.5,46.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: 42.5,36.5 + parent: 2 + - uid: 5248 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + pos: 56.5,26.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 7135 + components: + - type: Transform + pos: -38.5,-18.5 + parent: 2 + - uid: 7164 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: -52.5,-25.5 + parent: 2 + - uid: 7561 + components: + - type: Transform + pos: -43.5,-30.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + pos: -73.5,11.5 + parent: 2 + - uid: 8409 + components: + - type: Transform + pos: -86.5,19.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + pos: -95.5,6.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + pos: -82.5,-2.5 + parent: 2 + - uid: 8935 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 9007 + components: + - type: Transform + pos: -51.5,11.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 9624 + components: + - type: Transform + pos: -40.5,37.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + pos: -14.5,-34.5 + parent: 2 + - uid: 12975 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 13083 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + pos: 12.5,52.5 + parent: 2 + - uid: 14179 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: -8.5,28.5 + parent: 2 + - uid: 15770 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 15929 + components: + - type: Transform + pos: -2.5,55.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + pos: -10.5,39.5 + parent: 2 + - uid: 16313 + components: + - type: Transform + pos: -18.5,53.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + pos: -36.5,33.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + pos: -53.5,39.5 + parent: 2 + - uid: 17270 + components: + - type: Transform + pos: 20.5,52.5 + parent: 2 + - uid: 17489 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 19858 + components: + - type: Transform + pos: 4.5,73.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 2317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,11.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: -42.5,37.5 + parent: 2 + - uid: 16695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-15.5 + parent: 2 + - uid: 16696 + components: + - type: Transform + pos: -32.5,20.5 + parent: 2 + - uid: 16907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-39.5 + parent: 2 + - uid: 16958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-20.5 + parent: 2 + - uid: 17073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,8.5 + parent: 2 + - uid: 17200 + components: + - type: Transform + pos: -15.5,29.5 + parent: 2 + - uid: 17371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,17.5 + parent: 2 + - uid: 17638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 2 + - uid: 17770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-23.5 + parent: 2 +- proto: DogBed + entities: + - uid: 619 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + pos: 43.5,25.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + pos: 48.5,29.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 54.5,28.5 + parent: 2 + - uid: 6421 + components: + - type: Transform + pos: 80.5,-7.5 + parent: 2 + - uid: 15266 + components: + - type: Transform + pos: 25.5,50.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 15976 + components: + - type: Transform + pos: -22.5,41.5 + parent: 2 + - uid: 19373 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 30668 + components: + - type: Transform + pos: -35.5,-33.5 + parent: 2 + - uid: 32569 + components: + - type: Transform + pos: 74.5,64.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 9085 + components: + - type: Transform + pos: -47.5,22.5 + parent: 2 + - uid: 9086 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 18089 + components: + - type: Transform + pos: -18.5,57.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 32539 + components: + - type: Transform + pos: 98.5,33.5 + parent: 2 + - uid: 32590 + components: + - type: Transform + pos: 99.5,33.5 + parent: 2 +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 578 + components: + - type: Transform + pos: 21.385355,25.859453 + parent: 2 + - uid: 2985 + components: + - type: Transform + pos: 21.542994,25.51156 + parent: 2 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 2991 + components: + - type: Transform + pos: 16.386623,25.897505 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: 16.544262,25.620277 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 15701 + components: + - type: Transform + pos: 22.5,50.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 15372 + components: + - type: Transform + pos: -62.5,11.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 7857 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 4763 + components: + - type: Transform + pos: -75.5,0.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + pos: 68.5,27.5 + parent: 2 + - uid: 10014 + components: + - type: Transform + pos: -79.5,-0.5 + parent: 2 + - uid: 31172 + components: + - type: Transform + pos: -67.5,0.5 + parent: 2 + - uid: 32591 + components: + - type: Transform + pos: 72.5,42.5 + parent: 2 + - uid: 35760 + components: + - type: Transform + pos: -100.5,-25.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 7327 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 22292 + components: + - type: Transform + pos: -4.5,35.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 15112 + components: + - type: Transform + pos: -25.5,-25.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 8811 + components: + - type: Transform + pos: 49.5,30.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 29655 + components: + - type: Transform + pos: -30.5,42.5 + parent: 2 +- proto: DrinkAleGlass + entities: + - uid: 5911 + components: + - type: Transform + pos: 15.356108,-32.217487 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: 16.408997,-27.678394 + parent: 2 +- proto: DrinkBananaHonkGlass + entities: + - uid: 5915 + components: + - type: Transform + pos: 20.166368,-32.38155 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 8855 + components: + - type: Transform + pos: -69.834816,2.695393 + parent: 2 +- proto: DrinkBeerglass + entities: + - uid: 6878 + components: + - type: Transform + pos: -11.582957,-42.05465 + parent: 2 + - uid: 6880 + components: + - type: Transform + pos: -11.395457,-42.171837 + parent: 2 + - uid: 19606 + components: + - type: Transform + pos: -37.258465,60.332344 + parent: 2 +- proto: DrinkBloodyMaryGlass + entities: + - uid: 5893 + components: + - type: Transform + pos: 20.547514,-29.182331 + parent: 2 +- proto: DrinkBottleBeer + entities: + - uid: 28366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.37648,2.351643 + parent: 2 + - uid: 32598 + components: + - type: Transform + pos: -69.647316,2.8412266 + parent: 2 +- proto: DrinkBottleWine + entities: + - uid: 4381 + components: + - type: Transform + pos: 61.698837,24.84039 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: 61.948837,24.887264 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: 55.7811,10.768181 + parent: 2 + - uid: 30032 + components: + - type: Transform + pos: 91.68901,18.844994 + parent: 2 +- proto: DrinkBubbleTeaGlass + entities: + - uid: 3357 + components: + - type: Transform + pos: 20.172514,-29.264362 + parent: 2 + - uid: 5892 + components: + - type: Transform + pos: 25.715483,-29.065144 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: -42.676247,-17.17277 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: -38.336353,-28.24622 + parent: 2 +- proto: DrinkChampagneBottleFull + entities: + - uid: 27408 + components: + - type: Transform + pos: 34.67687,-10.322123 + parent: 2 +- proto: DrinkCoffee + entities: + - uid: 1589 + components: + - type: Transform + pos: -8.423184,11.754102 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: -8.688809,11.863477 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -22.18132,-9.106619 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: -53.211754,25.91696 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 46.65273,25.025793 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: -9.496035,-25.091621 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: -28.145683,-20.579903 + parent: 2 + - uid: 14134 + components: + - type: Transform + pos: 13.325816,48.755283 + parent: 2 + - uid: 14135 + components: + - type: Transform + pos: 11.747691,47.70841 + parent: 2 + - uid: 14283 + components: + - type: Transform + pos: 13.624886,47.71295 + parent: 2 + - uid: 15745 + components: + - type: Transform + pos: -5.7781143,25.839651 + parent: 2 + - uid: 27962 + components: + - type: Transform + pos: 19.7411,47.67416 + parent: 2 +- proto: DrinkCoffeeLiqueurBottleFull + entities: + - uid: 14025 + components: + - type: Transform + pos: 8.778941,54.849033 + parent: 2 +- proto: DrinkCoffeeLiqueurGlass + entities: + - uid: 14132 + components: + - type: Transform + pos: 8.075816,54.911533 + parent: 2 + - uid: 30514 + components: + - type: Transform + pos: 0.65781116,66.89836 + parent: 2 +- proto: DrinkDetFlask + entities: + - uid: 14091 + components: + - type: Transform + pos: -32.655514,35.41943 + parent: 2 +- proto: DrinkEmeraldGlass + entities: + - uid: 14026 + components: + - type: Transform + pos: 6.560191,55.08341 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 14195 + components: + - type: Transform + pos: 13.633378,48.80755 + parent: 2 +- proto: DrinkFlaskBar + entities: + - uid: 863 + components: + - type: Transform + pos: 14.628693,30.63074 + parent: 2 +- proto: DrinkGinGlass + entities: + - uid: 15106 + components: + - type: Transform + pos: 26.706886,48.66876 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 36449 + components: + - type: Transform + pos: 34.385204,-10.30129 + parent: 2 +- proto: DrinkGoldenCup + entities: + - uid: 32557 + components: + - type: Transform + pos: 83.53129,71.6956 + parent: 2 +- proto: DrinkGrapeCan + entities: + - uid: 6901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.61003,-3.506958 + parent: 2 +- proto: DrinkGreenTea + entities: + - uid: 7607 + components: + - type: Transform + pos: -38.775093,-28.368156 + parent: 2 +- proto: DrinkGreenTeaGlass + entities: + - uid: 934 + components: + - type: Transform + pos: -69.37655,5.929415 + parent: 2 +- proto: DrinkHosFlask + entities: + - uid: 14196 + components: + - type: Transform + pos: 6.149003,47.854424 + parent: 2 +- proto: DrinkHotCoco + entities: + - uid: 5148 + components: + - type: Transform + pos: 71.64327,-18.151184 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: 71.56515,-18.44806 + parent: 2 + - uid: 5174 + components: + - type: Transform + pos: 69.51709,-15.36441 + parent: 2 + - uid: 5175 + components: + - type: Transform + pos: 71.9089,-18.35431 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: -16.307503,-29.685396 + parent: 2 + - uid: 35767 + components: + - type: Transform + pos: -103.60887,-25.455431 + parent: 2 +- proto: DrinkHotCoffee + entities: + - uid: 7557 + components: + - type: Transform + pos: -40.251656,-28.321281 + parent: 2 +- proto: DrinkIceCreamGlass + entities: + - uid: 14271 + components: + - type: Transform + pos: 6.9146633,54.812767 + parent: 2 +- proto: DrinkIcedTeaGlass + entities: + - uid: 7593 + components: + - type: Transform + pos: -40.73349,-28.361584 + parent: 2 +- proto: DrinkIrishCarBomb + entities: + - uid: 36050 + components: + - type: Transform + pos: 29.42272,16.837929 + parent: 2 + - uid: 36393 + components: + - type: Transform + pos: 83.59416,59.63084 + parent: 2 +- proto: DrinkMartiniGlass + entities: + - uid: 3393 + components: + - type: Transform + pos: 16.705872,-28.490894 + parent: 2 + - uid: 3775 + components: + - type: Transform + pos: 19.305326,-32.11202 + parent: 2 + - uid: 5761 + components: + - type: Transform + pos: 21.684233,-28.44405 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: 14.254545,-32.533894 + parent: 2 + - uid: 5891 + components: + - type: Transform + pos: 18.543608,-29.158894 + parent: 2 + - uid: 6874 + components: + - type: Transform + pos: -16.682503,-29.451021 + parent: 2 +- proto: DrinkMelonLiquorBottleFull + entities: + - uid: 14024 + components: + - type: Transform + pos: 8.513316,54.77091 + parent: 2 +- proto: DrinkMilkshake + entities: + - uid: 5922 + components: + - type: Transform + pos: 27.550531,-20.237768 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: 20.092087,-17.340214 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: 22.635668,-20.179096 + parent: 2 +- proto: DrinkMug + entities: + - uid: 7608 + components: + - type: Transform + pos: -41.617016,-27.278313 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: -41.277172,-27.254875 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: -41.40608,-27.3955 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: -41.617016,-27.3955 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 1372 + components: + - type: Transform + pos: -28.767122,-9.249852 + parent: 2 +- proto: DrinkOrangeCreamiceGlass + entities: + - uid: 33592 + components: + - type: Transform + pos: 78.69534,44.817745 + parent: 2 +- proto: DrinkRootBeerCan + entities: + - uid: 6902 + components: + - type: Transform + pos: 49.539467,-21.352646 + parent: 2 +- proto: DrinkRumBottleFull + entities: + - uid: 19403 + components: + - type: Transform + pos: 26.240528,37.993225 + parent: 2 +- proto: DrinkSakeBottleFull + entities: + - uid: 33616 + components: + - type: Transform + pos: 88.19735,62.896553 + parent: 2 +- proto: DrinkShaker + entities: + - uid: 5752 + components: + - type: Transform + pos: 17.921667,-29.255095 + parent: 2 + - uid: 5755 + components: + - type: Transform + pos: 20.288855,-23.337126 + parent: 2 + - uid: 5756 + components: + - type: Transform + pos: 20.52323,-23.524626 + parent: 2 + - uid: 5757 + components: + - type: Transform + pos: 20.628698,-23.1965 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: -37.171097,-18.25424 + parent: 2 +- proto: DrinkShinyFlask + entities: + - uid: 14183 + components: + - type: Transform + pos: 6.4358735,55.832787 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 3610 + components: + - type: Transform + pos: 16.440247,-28.13152 + parent: 2 + - uid: 3632 + components: + - type: Transform + pos: 19.471497,-29.44402 + parent: 2 + - uid: 3701 + components: + - type: Transform + pos: 17.408997,-29.44402 + parent: 2 + - uid: 3703 + components: + - type: Transform + pos: 14.940248,-33.459644 + parent: 2 + - uid: 3711 + components: + - type: Transform + pos: 21.424622,-28.63152 + parent: 2 + - uid: 3712 + components: + - type: Transform + pos: 19.955872,-32.209644 + parent: 2 + - uid: 3762 + components: + - type: Transform + pos: 20.658997,-29.490894 + parent: 2 + - uid: 3949 + components: + - type: Transform + pos: 15.408998,-32.740894 + parent: 2 + - uid: 3996 + components: + - type: Transform + pos: 52.481697,21.912735 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: 14.674623,-33.35027 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: 59.659588,24.648193 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: 55.722088,24.710693 + parent: 2 + - uid: 4393 + components: + - type: Transform + pos: 55.293804,24.667433 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: 56.261337,10.434139 + parent: 2 + - uid: 4395 + components: + - type: Transform + pos: 56.136337,10.684139 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: 62.230087,24.68414 + parent: 2 + - uid: 4397 + components: + - type: Transform + pos: 64.54259,24.74664 + parent: 2 + - uid: 4398 + components: + - type: Transform + pos: 64.12071,24.856014 + parent: 2 + - uid: 4399 + components: + - type: Transform + pos: 64.30821,24.512264 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 17.690247,-29.28777 + parent: 2 + - uid: 14184 + components: + - type: Transform + pos: 7.865423,54.562023 + parent: 2 + - uid: 14221 + components: + - type: Transform + pos: 7.662298,54.7339 + parent: 2 + - uid: 14222 + components: + - type: Transform + pos: 7.521673,54.4839 + parent: 2 + - uid: 14223 + components: + - type: Transform + pos: 11.740423,54.718273 + parent: 2 + - uid: 14224 + components: + - type: Transform + pos: 13.268022,56.144814 + parent: 2 + - uid: 14225 + components: + - type: Transform + pos: 6.427923,47.812023 + parent: 2 + - uid: 14226 + components: + - type: Transform + pos: 6.427923,55.39015 + parent: 2 + - uid: 19368 + components: + - type: Transform + pos: 64.0311,10.580681 + parent: 2 +- proto: DrinkSpaceGlue + entities: + - uid: 32540 + components: + - type: Transform + pos: 75.06014,51.931 + parent: 2 + - uid: 32541 + components: + - type: Transform + pos: 75.90389,51.884125 + parent: 2 +- proto: DrinkSpaceLube + entities: + - uid: 32578 + components: + - type: Transform + pos: 75.475296,51.602375 + parent: 2 +- proto: DrinkTeacup + entities: + - uid: 5933 + components: + - type: Transform + pos: 20.530474,-17.354877 + parent: 2 + - uid: 5934 + components: + - type: Transform + pos: 32.378128,-20.167377 + parent: 2 +- proto: DrinkVacuumFlask + entities: + - uid: 6505 + components: + - type: Transform + pos: -8.82696,-42.28728 + parent: 2 + - uid: 6871 + components: + - type: Transform + pos: -8.592585,-42.439625 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: -8.54571,-42.184708 + parent: 2 + - uid: 14182 + components: + - type: Transform + pos: 6.6379967,47.71356 + parent: 2 + - uid: 14186 + components: + - type: Transform + pos: 13.372372,55.322933 + parent: 2 + - uid: 14187 + components: + - type: Transform + pos: 20.809872,59.729183 + parent: 2 +- proto: DrinkVodkaGlass + entities: + - uid: 6879 + components: + - type: Transform + pos: -10.293895,-42.24215 + parent: 2 +- proto: DrinkVodkaMartiniGlass + entities: + - uid: 19446 + components: + - type: Transform + pos: -36.364998,67.9886 + parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 2157 + components: + - type: Transform + pos: -2.2029438,13.313014 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: -2.097475,13.078639 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: -5.7420063,12.234889 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: -16.607666,16.851425 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -22.659609,-0.2937311 + parent: 2 + - uid: 2162 + components: + - type: Transform + pos: -4.463586,-2.0509818 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -6.0312343,-7.1332846 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: 23.681442,-7.3176365 + parent: 2 + - uid: 2165 + components: + - type: Transform + pos: 13.458229,-9.14153 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: 19.27308,-1.0794085 + parent: 2 + - uid: 6882 + components: + - type: Transform + pos: -16.211864,-27.754347 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: -16.422802,-27.63716 + parent: 2 + - uid: 6884 + components: + - type: Transform + pos: -30.24727,-23.149424 + parent: 2 + - uid: 6885 + components: + - type: Transform + pos: -13.363295,-10.307895 + parent: 2 + - uid: 6886 + components: + - type: Transform + pos: -8.402737,11.953521 + parent: 2 + - uid: 6887 + components: + - type: Transform + pos: 8.24133,16.594147 + parent: 2 + - uid: 6888 + components: + - type: Transform + pos: 12.2770405,0.7638488 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: 35.883076,23.934422 + parent: 2 + - uid: 6890 + components: + - type: Transform + pos: 36.058857,23.910984 + parent: 2 + - uid: 6891 + components: + - type: Transform + pos: 42.369057,40.080235 + parent: 2 + - uid: 6892 + components: + - type: Transform + pos: 66.69229,30.905127 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: 70.44844,19.021118 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 70.63594,18.798462 + parent: 2 + - uid: 6895 + components: + - type: Transform + pos: 70.62422,19.84143 + parent: 2 + - uid: 6900 + components: + - type: Transform + pos: 59.38189,-3.319458 + parent: 2 + - uid: 6903 + components: + - type: Transform + pos: 42.32843,-21.096277 + parent: 2 + - uid: 6904 + components: + - type: Transform + pos: 42.492493,-21.049402 + parent: 2 + - uid: 6905 + components: + - type: Transform + pos: 43.312805,-21.143152 + parent: 2 + - uid: 9087 + components: + - type: Transform + pos: -47.531506,23.29641 + parent: 2 + - uid: 9088 + components: + - type: Transform + pos: -47.26588,23.249535 + parent: 2 + - uid: 9529 + components: + - type: Transform + pos: 50.701126,47.789406 + parent: 2 + - uid: 9530 + components: + - type: Transform + pos: 35.149734,46.89878 + parent: 2 + - uid: 9531 + components: + - type: Transform + pos: 50.513626,47.94175 + parent: 2 + - uid: 13075 + components: + - type: Transform + pos: 6.675859,-34.26175 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: -11.415034,28.934925 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: -11.243159,28.747425 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: -12.540034,28.716175 + parent: 2 + - uid: 16628 + components: + - type: Transform + pos: -5.199568,59.644547 + parent: 2 + - uid: 19397 + components: + - type: Transform + pos: -10.076005,43.08696 + parent: 2 + - uid: 19398 + components: + - type: Transform + pos: -10.06038,42.96196 + parent: 2 + - uid: 19399 + components: + - type: Transform + pos: -8.044755,32.982353 + parent: 2 + - uid: 19400 + components: + - type: Transform + pos: -12.99788,34.888603 + parent: 2 + - uid: 19401 + components: + - type: Transform + pos: -9.615957,30.904228 + parent: 2 + - uid: 20021 + components: + - type: Transform + pos: -58.629147,-4.080635 + parent: 2 + - uid: 20022 + components: + - type: Transform + pos: -58.42602,-4.268135 + parent: 2 + - uid: 20023 + components: + - type: Transform + pos: -73.270096,15.050253 + parent: 2 + - uid: 20024 + components: + - type: Transform + pos: -78.09299,3.5815034 + parent: 2 + - uid: 20025 + components: + - type: Transform + pos: -78.29879,3.6008067 + parent: 2 +- proto: DrinkWaterCup + entities: + - uid: 675 + components: + - type: Transform + pos: -13.379791,-10.14272 + parent: 2 + - uid: 1620 + components: + - type: Transform + pos: -7.3726897,9.759173 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: -7.5680027,9.610736 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: -13.614166,-10.283345 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: 35.471233,30.825348 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: 35.729046,30.673004 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: 35.49467,30.544098 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: -12.421077,-27.249714 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: -12.655452,-27.273151 + parent: 2 + - uid: 6639 + components: + - type: Transform + pos: -12.549983,-27.437214 + parent: 2 + - uid: 9036 + components: + - type: Transform + pos: -56.348553,30.539604 + parent: 2 + - uid: 9037 + components: + - type: Transform + pos: -56.661053,30.58648 + parent: 2 + - uid: 9038 + components: + - type: Transform + pos: -56.504265,30.409359 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: 6.3845396,-34.20579 + parent: 2 + - uid: 13231 + components: + - type: Transform + pos: -53.55805,-27.263311 + parent: 2 + - uid: 13350 + components: + - type: Transform + pos: -73.455475,14.607613 + parent: 2 + - uid: 14107 + components: + - type: Transform + pos: -73.62735,14.732613 + parent: 2 + - uid: 15598 + components: + - type: Transform + pos: -9.336909,30.747425 + parent: 2 + - uid: 15599 + components: + - type: Transform + pos: -9.540034,30.591175 + parent: 2 + - uid: 15744 + components: + - type: Transform + pos: -4.489052,25.480276 + parent: 2 + - uid: 15924 + components: + - type: Transform + pos: -2.5945816,48.763306 + parent: 2 + - uid: 15925 + components: + - type: Transform + pos: -2.3445816,48.73987 + parent: 2 + - uid: 15926 + components: + - type: Transform + pos: -2.4852066,48.56018 + parent: 2 + - uid: 16359 + components: + - type: Transform + pos: -11.403154,61.73983 + parent: 2 + - uid: 16364 + components: + - type: Transform + pos: -18.465366,55.551407 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: -18.262241,55.81703 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: -18.605991,57.426407 + parent: 2 + - uid: 18116 + components: + - type: Transform + pos: -12.700029,61.70858 + parent: 2 + - uid: 18122 + components: + - type: Transform + pos: -11.606279,61.67733 + parent: 2 + - uid: 18450 + components: + - type: Transform + pos: -62.57993,-2.9988308 + parent: 2 + - uid: 18451 + components: + - type: Transform + pos: -62.36118,-3.2019558 + parent: 2 + - uid: 18452 + components: + - type: Transform + pos: -62.470554,-1.4050808 + parent: 2 + - uid: 19349 + components: + - type: Transform + pos: -53.323673,-27.325811 + parent: 2 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 14216 + components: + - type: Transform + pos: 11.267387,54.929844 + parent: 2 + - uid: 14217 + components: + - type: Transform + pos: 13.580522,56.44169 + parent: 2 +- proto: DrinkWhiskeyColaGlass + entities: + - uid: 23494 + components: + - type: Transform + pos: 86.330376,54.81678 + parent: 2 + - uid: 35856 + components: + - type: Transform + pos: -49.338078,12.820272 + parent: 2 +- proto: DrinkWhiskeyGlass + entities: + - uid: 5430 + components: + - type: Transform + pos: 49.604153,34.24876 + parent: 2 + - uid: 14218 + components: + - type: Transform + pos: 13.611772,56.00419 + parent: 2 +- proto: DrinkWineGlass + entities: + - uid: 343 + components: + - type: Transform + pos: 64.3436,10.877556 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 64.4686,10.471306 + parent: 2 + - uid: 4386 + components: + - type: Transform + pos: 63.386337,24.731014 + parent: 2 + - uid: 30031 + components: + - type: Transform + pos: 91.360886,18.469994 + parent: 2 + - uid: 30035 + components: + - type: Transform + pos: 91.767136,16.985619 + parent: 2 +- proto: Dropper + entities: + - uid: 2101 + components: + - type: Transform + pos: 13.329419,-4.818866 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: 20.067673,-1.2282081 + parent: 2 + - uid: 2103 + components: + - type: Transform + pos: 20.161423,-1.3571143 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: 15.63699,-10.653372 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 15.519802,-10.536184 + parent: 2 + - uid: 5281 + components: + - type: Transform + pos: 26.24058,29.633816 + parent: 2 + - uid: 5282 + components: + - type: Transform + pos: 42.38003,40.259502 + parent: 2 + - uid: 8881 + components: + - type: Transform + pos: 12.421215,-0.5865078 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 1210 + components: + - type: Transform + pos: 35.5,-13.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: -68.5,-5.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: -96.5,12.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,20.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + pos: -95.5,-1.5 + parent: 2 + - uid: 7885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,20.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,4.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: -72.5,-2.5 + parent: 2 + - uid: 22860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,44.5 + parent: 2 + - uid: 23011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,57.5 + parent: 2 + - uid: 23012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,62.5 + parent: 2 + - uid: 23013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,56.5 + parent: 2 + - uid: 23538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,-3.5 + parent: 2 + - uid: 27415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,8.5 + parent: 2 + - uid: 27416 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 28466 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 28467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 2 + - uid: 28468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 28469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 2 + - uid: 28470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,1.5 + parent: 2 + - uid: 28471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,1.5 + parent: 2 + - uid: 28794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,3.5 + parent: 2 + - uid: 28795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,6.5 + parent: 2 + - uid: 28796 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 28797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,10.5 + parent: 2 + - uid: 28798 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 28799 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 28800 + components: + - type: Transform + pos: -33.5,16.5 + parent: 2 + - uid: 28801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,5.5 + parent: 2 + - uid: 28802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,1.5 + parent: 2 + - uid: 28803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-3.5 + parent: 2 + - uid: 28804 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 28805 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 + - uid: 28806 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 28807 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 2 + - uid: 28808 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - uid: 28809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 2 + - uid: 28810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 2 + - uid: 28811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 2 + - uid: 28812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 2 + - uid: 28813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 2 + - uid: 28814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 2 + - uid: 28815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,34.5 + parent: 2 + - uid: 28816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,45.5 + parent: 2 + - uid: 28819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,71.5 + parent: 2 + - uid: 28820 + components: + - type: Transform + pos: 5.5,78.5 + parent: 2 + - uid: 28821 + components: + - type: Transform + pos: -2.5,78.5 + parent: 2 + - uid: 28822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,73.5 + parent: 2 + - uid: 28823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,73.5 + parent: 2 + - uid: 28824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,70.5 + parent: 2 + - uid: 28828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,75.5 + parent: 2 + - uid: 28829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,72.5 + parent: 2 + - uid: 28830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,62.5 + parent: 2 + - uid: 28831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,67.5 + parent: 2 + - uid: 28832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,67.5 + parent: 2 + - uid: 28833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,67.5 + parent: 2 + - uid: 28834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,67.5 + parent: 2 + - uid: 28836 + components: + - type: Transform + pos: -29.5,62.5 + parent: 2 + - uid: 28837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,57.5 + parent: 2 + - uid: 28839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,63.5 + parent: 2 + - uid: 28840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,63.5 + parent: 2 + - uid: 28841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,66.5 + parent: 2 + - uid: 28842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,66.5 + parent: 2 + - uid: 28843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,56.5 + parent: 2 + - uid: 28844 + components: + - type: Transform + pos: -12.5,59.5 + parent: 2 + - uid: 28845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,47.5 + parent: 2 + - uid: 28846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,47.5 + parent: 2 + - uid: 28847 + components: + - type: Transform + pos: -3.5,56.5 + parent: 2 + - uid: 28848 + components: + - type: Transform + pos: -5.5,61.5 + parent: 2 + - uid: 28849 + components: + - type: Transform + pos: 11.5,56.5 + parent: 2 + - uid: 28850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,52.5 + parent: 2 + - uid: 28851 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 + - uid: 28852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,53.5 + parent: 2 + - uid: 28853 + components: + - type: Transform + pos: 27.5,56.5 + parent: 2 + - uid: 28854 + components: + - type: Transform + pos: 22.5,50.5 + parent: 2 + - uid: 28855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,50.5 + parent: 2 + - uid: 28856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,47.5 + parent: 2 + - uid: 28857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,41.5 + parent: 2 + - uid: 28858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,43.5 + parent: 2 + - uid: 28859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,38.5 + parent: 2 + - uid: 28860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,46.5 + parent: 2 + - uid: 28861 + components: + - type: Transform + pos: 13.5,50.5 + parent: 2 + - uid: 28862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,45.5 + parent: 2 + - uid: 28863 + components: + - type: Transform + pos: 15.5,43.5 + parent: 2 + - uid: 28864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,40.5 + parent: 2 + - uid: 28865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,40.5 + parent: 2 + - uid: 28866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,35.5 + parent: 2 + - uid: 28867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,32.5 + parent: 2 + - uid: 28868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,27.5 + parent: 2 + - uid: 28869 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 28870 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 28871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,38.5 + parent: 2 + - uid: 28872 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 28873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,47.5 + parent: 2 + - uid: 28874 + components: + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 28875 + components: + - type: Transform + pos: 38.5,49.5 + parent: 2 + - uid: 28876 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - uid: 28877 + components: + - type: Transform + pos: 37.5,57.5 + parent: 2 + - uid: 28878 + components: + - type: Transform + pos: 47.5,57.5 + parent: 2 + - uid: 28879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,56.5 + parent: 2 + - uid: 28880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,50.5 + parent: 2 + - uid: 28881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,46.5 + parent: 2 + - uid: 28882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,46.5 + parent: 2 + - uid: 28883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,46.5 + parent: 2 + - uid: 28884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,42.5 + parent: 2 + - uid: 28885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,42.5 + parent: 2 + - uid: 28886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,36.5 + parent: 2 + - uid: 28887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,36.5 + parent: 2 + - uid: 28888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,32.5 + parent: 2 + - uid: 28889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,32.5 + parent: 2 + - uid: 28890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,28.5 + parent: 2 + - uid: 28891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,28.5 + parent: 2 + - uid: 28892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,23.5 + parent: 2 + - uid: 28893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,23.5 + parent: 2 + - uid: 28894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,24.5 + parent: 2 + - uid: 28895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,25.5 + parent: 2 + - uid: 28896 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 28897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,34.5 + parent: 2 + - uid: 28898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,42.5 + parent: 2 + - uid: 28899 + components: + - type: Transform + pos: 29.5,30.5 + parent: 2 + - uid: 28900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,24.5 + parent: 2 + - uid: 28901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,24.5 + parent: 2 + - uid: 28902 + components: + - type: Transform + pos: 34.5,21.5 + parent: 2 + - uid: 28903 + components: + - type: Transform + pos: 44.5,21.5 + parent: 2 + - uid: 28904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,19.5 + parent: 2 + - uid: 28905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,9.5 + parent: 2 + - uid: 28906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,2.5 + parent: 2 + - uid: 28907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-3.5 + parent: 2 + - uid: 28908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-12.5 + parent: 2 + - uid: 28909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-17.5 + parent: 2 + - uid: 28910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-18.5 + parent: 2 + - uid: 28912 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 2 + - uid: 28913 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 28915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-16.5 + parent: 2 + - uid: 28917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-16.5 + parent: 2 + - uid: 28918 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - uid: 28919 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 28920 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 28921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-12.5 + parent: 2 + - uid: 28922 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 2 + - uid: 28923 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 28924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 2 + - uid: 28926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,14.5 + parent: 2 + - uid: 28927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,18.5 + parent: 2 + - uid: 28928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,19.5 + parent: 2 + - uid: 28929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,23.5 + parent: 2 + - uid: 28930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,24.5 + parent: 2 + - uid: 28931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,24.5 + parent: 2 + - uid: 28932 + components: + - type: Transform + pos: -31.5,22.5 + parent: 2 + - uid: 28933 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 28934 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 28935 + components: + - type: Transform + pos: -3.5,21.5 + parent: 2 + - uid: 28936 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 28937 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 + - uid: 28938 + components: + - type: Transform + pos: 13.5,30.5 + parent: 2 + - uid: 28939 + components: + - type: Transform + pos: 19.5,30.5 + parent: 2 + - uid: 28940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,23.5 + parent: 2 + - uid: 28941 + components: + - type: Transform + pos: 16.5,21.5 + parent: 2 + - uid: 28942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,18.5 + parent: 2 + - uid: 28943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,14.5 + parent: 2 + - uid: 28944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,15.5 + parent: 2 + - uid: 28945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,11.5 + parent: 2 + - uid: 28946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 2 + - uid: 28947 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 28948 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 28949 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - uid: 28950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 2 + - uid: 28951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,14.5 + parent: 2 + - uid: 28952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,9.5 + parent: 2 + - uid: 28953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 2 + - uid: 28954 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 28955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,14.5 + parent: 2 + - uid: 28956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,12.5 + parent: 2 + - uid: 28957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,12.5 + parent: 2 + - uid: 28958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,14.5 + parent: 2 + - uid: 28959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,14.5 + parent: 2 + - uid: 28961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-10.5 + parent: 2 + - uid: 28962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-10.5 + parent: 2 + - uid: 28963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-12.5 + parent: 2 + - uid: 28964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-4.5 + parent: 2 + - uid: 28965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,2.5 + parent: 2 + - uid: 28966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,6.5 + parent: 2 + - uid: 28967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-1.5 + parent: 2 + - uid: 28968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 2 + - uid: 28971 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 28972 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 28975 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 28976 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 28977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,2.5 + parent: 2 + - uid: 28978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,0.5 + parent: 2 + - uid: 28979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - uid: 28980 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 28981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-10.5 + parent: 2 + - uid: 28982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-10.5 + parent: 2 + - uid: 28983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 2 + - uid: 28984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 2 + - uid: 28985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 2 + - uid: 28986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-10.5 + parent: 2 + - uid: 28987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 2 + - uid: 28988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 28989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - uid: 28990 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - uid: 28991 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 28992 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 28993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-24.5 + parent: 2 + - uid: 28994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-25.5 + parent: 2 + - uid: 28995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-27.5 + parent: 2 + - uid: 28997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-34.5 + parent: 2 + - uid: 28999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-29.5 + parent: 2 + - uid: 29000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 2 + - uid: 29001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-22.5 + parent: 2 + - uid: 29002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-24.5 + parent: 2 + - uid: 29003 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - uid: 29005 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 2 + - uid: 29006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-33.5 + parent: 2 + - uid: 29007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-38.5 + parent: 2 + - uid: 29008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-38.5 + parent: 2 + - uid: 29009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-38.5 + parent: 2 + - uid: 29010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-37.5 + parent: 2 + - uid: 29011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-29.5 + parent: 2 + - uid: 29013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-49.5 + parent: 2 + - uid: 29014 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 29015 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 29016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-55.5 + parent: 2 + - uid: 29017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-55.5 + parent: 2 + - uid: 29018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-55.5 + parent: 2 + - uid: 29019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-41.5 + parent: 2 + - uid: 29020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-44.5 + parent: 2 + - uid: 29021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-36.5 + parent: 2 + - uid: 29022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-36.5 + parent: 2 + - uid: 29023 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 29024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-25.5 + parent: 2 + - uid: 29025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-21.5 + parent: 2 + - uid: 29026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-19.5 + parent: 2 + - uid: 29027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-21.5 + parent: 2 + - uid: 29028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-24.5 + parent: 2 + - uid: 29029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-25.5 + parent: 2 + - uid: 29030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-27.5 + parent: 2 + - uid: 29031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-32.5 + parent: 2 + - uid: 29032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-29.5 + parent: 2 + - uid: 29033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-22.5 + parent: 2 + - uid: 29034 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 + - uid: 29035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-29.5 + parent: 2 + - uid: 29036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 2 + - uid: 29037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-20.5 + parent: 2 + - uid: 29038 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 29039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 + - uid: 29040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-42.5 + parent: 2 + - uid: 29043 + components: + - type: Transform + pos: -22.5,-37.5 + parent: 2 + - uid: 29044 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - uid: 29045 + components: + - type: Transform + pos: -48.5,-35.5 + parent: 2 + - uid: 29046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-34.5 + parent: 2 + - uid: 29047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-35.5 + parent: 2 + - uid: 29048 + components: + - type: Transform + pos: -59.5,-31.5 + parent: 2 + - uid: 29049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-26.5 + parent: 2 + - uid: 29050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-19.5 + parent: 2 + - uid: 29051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-17.5 + parent: 2 + - uid: 29052 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 29053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-16.5 + parent: 2 + - uid: 29054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-8.5 + parent: 2 + - uid: 29055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-1.5 + parent: 2 + - uid: 29056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,4.5 + parent: 2 + - uid: 29057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,7.5 + parent: 2 + - uid: 29059 + components: + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 29060 + components: + - type: Transform + pos: -73.5,3.5 + parent: 2 + - uid: 29061 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 + - uid: 29062 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 + - uid: 29063 + components: + - type: Transform + pos: -81.5,4.5 + parent: 2 + - uid: 29064 + components: + - type: Transform + pos: -75.5,5.5 + parent: 2 + - uid: 29065 + components: + - type: Transform + pos: -75.5,9.5 + parent: 2 + - uid: 29066 + components: + - type: Transform + pos: -70.5,11.5 + parent: 2 + - uid: 29067 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 + - uid: 29068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,16.5 + parent: 2 + - uid: 29069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,12.5 + parent: 2 + - uid: 29070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,17.5 + parent: 2 + - uid: 29071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,23.5 + parent: 2 + - uid: 29072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,30.5 + parent: 2 + - uid: 29073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,33.5 + parent: 2 + - uid: 29074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,36.5 + parent: 2 + - uid: 29075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,35.5 + parent: 2 + - uid: 29076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,36.5 + parent: 2 + - uid: 29077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,35.5 + parent: 2 + - uid: 29078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,40.5 + parent: 2 + - uid: 29079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,40.5 + parent: 2 + - uid: 29080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,42.5 + parent: 2 + - uid: 29081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,47.5 + parent: 2 + - uid: 29082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,50.5 + parent: 2 + - uid: 29083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,49.5 + parent: 2 + - uid: 29084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,49.5 + parent: 2 + - uid: 29085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,49.5 + parent: 2 + - uid: 29086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,49.5 + parent: 2 + - uid: 29087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,49.5 + parent: 2 + - uid: 29088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,49.5 + parent: 2 + - uid: 29089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,49.5 + parent: 2 + - uid: 29090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,44.5 + parent: 2 + - uid: 29091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,37.5 + parent: 2 + - uid: 29092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,37.5 + parent: 2 + - uid: 29093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,33.5 + parent: 2 + - uid: 29094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,33.5 + parent: 2 + - uid: 29095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,30.5 + parent: 2 + - uid: 29096 + components: + - type: Transform + pos: -44.5,27.5 + parent: 2 + - uid: 29097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,29.5 + parent: 2 + - uid: 29098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,33.5 + parent: 2 + - uid: 29099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,33.5 + parent: 2 + - uid: 29100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,31.5 + parent: 2 + - uid: 29101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,27.5 + parent: 2 + - uid: 29102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,25.5 + parent: 2 + - uid: 29103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,25.5 + parent: 2 + - uid: 29104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,33.5 + parent: 2 + - uid: 29105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,33.5 + parent: 2 + - uid: 29106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,28.5 + parent: 2 + - uid: 29107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,33.5 + parent: 2 + - uid: 29108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,33.5 + parent: 2 + - uid: 29109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,29.5 + parent: 2 + - uid: 29110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,24.5 + parent: 2 + - uid: 29111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,26.5 + parent: 2 + - uid: 29112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,24.5 + parent: 2 + - uid: 29113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,26.5 + parent: 2 + - uid: 29114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,34.5 + parent: 2 + - uid: 29115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,36.5 + parent: 2 + - uid: 29116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,38.5 + parent: 2 + - uid: 29117 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 29118 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 29119 + components: + - type: Transform + pos: -14.5,45.5 + parent: 2 + - uid: 29120 + components: + - type: Transform + pos: -22.5,48.5 + parent: 2 + - uid: 29121 + components: + - type: Transform + pos: -27.5,48.5 + parent: 2 + - uid: 29122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,44.5 + parent: 2 + - uid: 29123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,44.5 + parent: 2 + - uid: 29124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,40.5 + parent: 2 + - uid: 29126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,48.5 + parent: 2 + - uid: 29127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,42.5 + parent: 2 + - uid: 29128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,37.5 + parent: 2 + - uid: 29130 + components: + - type: Transform + pos: -19.5,37.5 + parent: 2 + - uid: 29131 + components: + - type: Transform + pos: -22.5,42.5 + parent: 2 + - uid: 29132 + components: + - type: Transform + pos: -30.5,42.5 + parent: 2 + - uid: 29133 + components: + - type: Transform + pos: -9.5,30.5 + parent: 2 + - uid: 29134 + components: + - type: Transform + pos: -50.5,31.5 + parent: 2 + - uid: 29135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,28.5 + parent: 2 + - uid: 29136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,33.5 + parent: 2 + - uid: 29137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,23.5 + parent: 2 + - uid: 29138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,25.5 + parent: 2 + - uid: 29139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,23.5 + parent: 2 + - uid: 29140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,20.5 + parent: 2 + - uid: 29141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,26.5 + parent: 2 + - uid: 29142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,18.5 + parent: 2 + - uid: 29143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,11.5 + parent: 2 + - uid: 29144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,11.5 + parent: 2 + - uid: 29145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,11.5 + parent: 2 + - uid: 29146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,16.5 + parent: 2 + - uid: 29147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,20.5 + parent: 2 + - uid: 29148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,15.5 + parent: 2 + - uid: 29149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,7.5 + parent: 2 + - uid: 29150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,6.5 + parent: 2 + - uid: 29151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,7.5 + parent: 2 + - uid: 29154 + components: + - type: Transform + pos: -95.5,28.5 + parent: 2 + - uid: 29155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,18.5 + parent: 2 + - uid: 29156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,14.5 + parent: 2 + - uid: 29157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,17.5 + parent: 2 + - uid: 29160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,12.5 + parent: 2 + - uid: 29161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,2.5 + parent: 2 + - uid: 29164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,2.5 + parent: 2 + - uid: 29166 + components: + - type: Transform + pos: -98.5,-19.5 + parent: 2 + - uid: 29167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,7.5 + parent: 2 + - uid: 29168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -123.5,8.5 + parent: 2 + - uid: 29169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -120.5,6.5 + parent: 2 + - uid: 29170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -116.5,15.5 + parent: 2 + - uid: 29171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -116.5,1.5 + parent: 2 + - uid: 29172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,-1.5 + parent: 2 + - uid: 29173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,-8.5 + parent: 2 + - uid: 29174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,-15.5 + parent: 2 + - uid: 29175 + components: + - type: Transform + pos: -107.5,-19.5 + parent: 2 + - uid: 29176 + components: + - type: Transform + pos: -88.5,-19.5 + parent: 2 + - uid: 29177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-16.5 + parent: 2 + - uid: 29178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,22.5 + parent: 2 + - uid: 29179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,23.5 + parent: 2 + - uid: 29180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,31.5 + parent: 2 + - uid: 29181 + components: + - type: Transform + pos: -99.5,38.5 + parent: 2 + - uid: 29182 + components: + - type: Transform + pos: -88.5,38.5 + parent: 2 + - uid: 29183 + components: + - type: Transform + pos: -109.5,38.5 + parent: 2 + - uid: 29184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,36.5 + parent: 2 + - uid: 29185 + components: + - type: Transform + pos: -79.5,38.5 + parent: 2 + - uid: 29186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-13.5 + parent: 2 + - uid: 29187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,28.5 + parent: 2 + - uid: 29188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,20.5 + parent: 2 + - uid: 29189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,33.5 + parent: 2 + - uid: 29190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,7.5 + parent: 2 + - uid: 29191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,-8.5 + parent: 2 + - uid: 29192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -106.5,22.5 + parent: 2 + - uid: 29193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -106.5,-9.5 + parent: 2 + - uid: 29194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -106.5,6.5 + parent: 2 + - uid: 29195 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 + - uid: 29196 + components: + - type: Transform + pos: -86.5,30.5 + parent: 2 + - uid: 29197 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 29198 + components: + - type: Transform + pos: -58.5,-1.5 + parent: 2 + - uid: 29199 + components: + - type: Transform + pos: -62.5,5.5 + parent: 2 + - uid: 29200 + components: + - type: Transform + pos: -49.5,5.5 + parent: 2 + - uid: 29201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,1.5 + parent: 2 + - uid: 29202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,1.5 + parent: 2 + - uid: 29203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-1.5 + parent: 2 + - uid: 29204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-6.5 + parent: 2 + - uid: 29205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-7.5 + parent: 2 + - uid: 29206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-11.5 + parent: 2 + - uid: 29207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-12.5 + parent: 2 + - uid: 29208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-26.5 + parent: 2 + - uid: 29209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-31.5 + parent: 2 + - uid: 29210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-33.5 + parent: 2 + - uid: 29211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-29.5 + parent: 2 + - uid: 29212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-28.5 + parent: 2 + - uid: 29213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-25.5 + parent: 2 + - uid: 29214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-17.5 + parent: 2 + - uid: 29215 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - uid: 29216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-32.5 + parent: 2 + - uid: 29217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-32.5 + parent: 2 + - uid: 29218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-27.5 + parent: 2 + - uid: 29219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-28.5 + parent: 2 + - uid: 29220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-23.5 + parent: 2 + - uid: 29221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-33.5 + parent: 2 + - uid: 29222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-34.5 + parent: 2 + - uid: 29223 + components: + - type: Transform + pos: 46.5,-29.5 + parent: 2 + - uid: 29224 + components: + - type: Transform + pos: 53.5,-29.5 + parent: 2 + - uid: 29225 + components: + - type: Transform + pos: 61.5,-29.5 + parent: 2 + - uid: 29226 + components: + - type: Transform + pos: 68.5,-25.5 + parent: 2 + - uid: 29227 + components: + - type: Transform + pos: 73.5,-20.5 + parent: 2 + - uid: 29228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-17.5 + parent: 2 + - uid: 29229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-13.5 + parent: 2 + - uid: 29230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-10.5 + parent: 2 + - uid: 29231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,-6.5 + parent: 2 + - uid: 29232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,1.5 + parent: 2 + - uid: 29233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-2.5 + parent: 2 + - uid: 29234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-8.5 + parent: 2 + - uid: 29235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-11.5 + parent: 2 + - uid: 29236 + components: + - type: Transform + pos: 74.5,-13.5 + parent: 2 + - uid: 29237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-18.5 + parent: 2 + - uid: 29238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-24.5 + parent: 2 + - uid: 29239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-27.5 + parent: 2 + - uid: 29240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-26.5 + parent: 2 + - uid: 29241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-18.5 + parent: 2 + - uid: 29242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-9.5 + parent: 2 + - uid: 29243 + components: + - type: Transform + pos: 55.5,0.5 + parent: 2 + - uid: 29244 + components: + - type: Transform + pos: 65.5,0.5 + parent: 2 + - uid: 29245 + components: + - type: Transform + pos: 75.5,0.5 + parent: 2 + - uid: 29246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,10.5 + parent: 2 + - uid: 29247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,10.5 + parent: 2 + - uid: 29248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,13.5 + parent: 2 + - uid: 29249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,21.5 + parent: 2 + - uid: 29250 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 29251 + components: + - type: Transform + pos: 54.5,24.5 + parent: 2 + - uid: 29252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,24.5 + parent: 2 + - uid: 29253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,27.5 + parent: 2 + - uid: 29254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,29.5 + parent: 2 + - uid: 29258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,44.5 + parent: 2 + - uid: 29424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-3.5 + parent: 2 + - uid: 30415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-16.5 + parent: 2 + - uid: 32448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,62.5 + parent: 2 + - uid: 32449 + components: + - type: Transform + pos: -40.5,70.5 + parent: 2 + - uid: 32450 + components: + - type: Transform + pos: -27.5,70.5 + parent: 2 + - uid: 32451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,57.5 + parent: 2 + - uid: 32685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,2.5 + parent: 2 + - uid: 36400 + components: + - type: Transform + pos: -29.5,37.5 + parent: 2 +- proto: EmergencyMedipen + entities: + - uid: 2117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.7093115,14.024433 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: -3.3698382,-11.567606 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: -3.5456195,-11.298075 + parent: 2 +- proto: EmergencyRollerBed + entities: + - uid: 2047 + components: + - type: Transform + pos: 8.560314,14.182974 + parent: 2 + - uid: 2048 + components: + - type: Transform + pos: 8.572033,13.74938 + parent: 2 + - uid: 2049 + components: + - type: Transform + pos: 8.593545,13.269189 + parent: 2 + - uid: 11102 + components: + - type: Transform + pos: -8.488094,68.95152 + parent: 2 + - uid: 33612 + components: + - type: Transform + pos: 84.70249,52.24365 + parent: 2 +- proto: EmergencyRollerBedSpawnFolded + entities: + - uid: 2041 + components: + - type: Transform + pos: 35.82994,7.8261476 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: 35.775253,7.662085 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: 12.113023,-4.7544303 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: 12.360335,-4.400264 + parent: 2 + - uid: 2282 + components: + - type: Transform + pos: -2.9590409,-32.09426 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: -2.386812,-32.11878 + parent: 2 +- proto: Emitter + entities: + - uid: 18914 + components: + - type: Transform + pos: -116.5,58.5 + parent: 2 + - uid: 18915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -105.5,47.5 + parent: 2 + - uid: 32234 + components: + - type: Transform + anchored: False + rot: 2.4289329022159234 rad + pos: -94.045944,49.229107 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32235 + components: + - type: Transform + anchored: False + rot: -0.9452105769279857 rad + pos: -94.28863,53.41432 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32236 + components: + - type: Transform + anchored: False + rot: 1.876025036969457 rad + pos: -96.37966,49.730766 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32237 + components: + - type: Transform + anchored: False + rot: 1.2664615998662199 rad + pos: -94.490555,48.734154 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32238 + components: + - type: Transform + anchored: False + rot: 0.13435010512801604 rad + pos: -95.67606,49.609516 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 +- proto: EncryptionKeyCargo + entities: + - uid: 22302 + components: + - type: Transform + parent: 22301 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 22298 + components: + - type: Transform + parent: 22297 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 22300 + components: + - type: Transform + parent: 22299 + - type: Physics + canCollide: False +- proto: EncryptionKeyEngineering + entities: + - uid: 22288 + components: + - type: Transform + parent: 22287 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 22284 + components: + - type: Transform + parent: 22283 + - type: Physics + canCollide: False +- proto: EncryptionKeyScience + entities: + - uid: 22286 + components: + - type: Transform + parent: 22285 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 22304 + components: + - type: Transform + parent: 22303 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 22306 + components: + - type: Transform + parent: 22305 + - type: Physics + canCollide: False +- proto: EpinephrineChemistryBottle + entities: + - uid: 1578 + components: + - type: Transform + pos: 9.358466,14.62549 + parent: 2 + - uid: 1579 + components: + - type: Transform + pos: 9.475654,14.422365 + parent: 2 +- proto: ExosuitFabricator + entities: + - uid: 5743 + components: + - type: Transform + pos: 43.5,44.5 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 1119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,40.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,0.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-6.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,13.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,12.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,0.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-5.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,50.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,35.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,31.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,27.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,22.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,24.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,51.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: 40.5,-33.5 + parent: 2 + - uid: 6954 + components: + - type: Transform + pos: -20.5,-37.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 14202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,53.5 + parent: 2 + - uid: 14203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,50.5 + parent: 2 + - uid: 14204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,42.5 + parent: 2 + - uid: 18084 + components: + - type: Transform + pos: -12.5,67.5 + parent: 2 + - uid: 18091 + components: + - type: Transform + pos: -3.5,57.5 + parent: 2 + - uid: 18092 + components: + - type: Transform + pos: -17.5,38.5 + parent: 2 + - uid: 18094 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 18095 + components: + - type: Transform + pos: -28.5,55.5 + parent: 2 + - uid: 28680 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 28787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-30.5 + parent: 2 + - uid: 30577 + components: + - type: Transform + pos: -18.5,27.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 1019 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - type: FaxMachine + name: Chemistry + - uid: 3273 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - type: FaxMachine + name: Hospital + - uid: 3277 + components: + - type: Transform + pos: -14.5,53.5 + parent: 2 + - type: FaxMachine + name: Courtroom + - uid: 3279 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - type: FaxMachine + name: HoP + - uid: 3314 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - type: FaxMachine + name: Botany + - uid: 5484 + components: + - type: Transform + pos: 36.5,23.5 + parent: 2 + - uid: 5597 + components: + - type: Transform + pos: 52.5,28.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 6535 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - type: FaxMachine + name: Mailroom + - uid: 6789 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - type: FaxMachine + name: Salvage + - uid: 7118 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - type: FaxMachine + name: Logistics + - uid: 7967 + components: + - type: Transform + pos: -19.5,61.5 + parent: 2 + - type: FaxMachine + name: Perma + - uid: 8019 + components: + - type: Transform + pos: -24.5,40.5 + parent: 2 + - type: FaxMachine + name: Warden + - uid: 9101 + components: + - type: Transform + pos: -49.5,33.5 + parent: 2 + - type: FaxMachine + name: Atmospherics + - uid: 13321 + components: + - type: Transform + pos: -73.5,16.5 + parent: 2 + - type: FaxMachine + name: Zoo + - uid: 15601 + components: + - type: Transform + pos: -9.5,28.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 16625 + components: + - type: Transform + pos: -6.5,59.5 + parent: 2 + - type: FaxMachine + name: Lawyer + - uid: 19366 + components: + - type: Transform + pos: -59.5,-29.5 + parent: 2 + - type: FaxMachine + name: Food Court + - uid: 23284 + components: + - type: Transform + pos: -27.5,-23.5 + parent: 2 + - type: FaxMachine + name: Head of Logistics + - uid: 23440 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - type: FaxMachine + name: Arrivals + - uid: 29698 + components: + - type: Transform + pos: -77.5,3.5 + parent: 2 + - type: FaxMachine + name: Honkroom + - uid: 29699 + components: + - type: Transform + pos: -57.5,13.5 + parent: 2 + - type: FaxMachine + name: Chief Engineer + - uid: 29702 + components: + - type: Transform + pos: -32.5,34.5 + parent: 2 + - type: FaxMachine + name: Detective + - uid: 29703 + components: + - type: Transform + pos: -8.5,33.5 + parent: 2 + - type: FaxMachine + name: Head of Security + - uid: 29712 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - type: FaxMachine + name: Mystagogue + - uid: 29720 + components: + - type: Transform + pos: 46.5,33.5 + parent: 2 + - type: FaxMachine + name: Forensic Mantis + - uid: 29722 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - type: FaxMachine + name: CMO + - uid: 29726 + components: + - type: Transform + pos: -42.5,22.5 + parent: 2 + - type: FaxMachine + name: Janitor + - uid: 29727 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - type: FaxMachine + name: Bar +- proto: FaxMachineCaptain + entities: + - uid: 15124 + components: + - type: Transform + pos: 29.5,52.5 + parent: 2 + - type: FaxMachine + name: Captain +- proto: FenceMetalBroken + entities: + - uid: 5386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,48.5 + parent: 2 +- proto: filingCabinet + entities: + - uid: 15685 + components: + - type: Transform + pos: -20.5,42.5 + parent: 2 +- proto: filingCabinetDrawer + entities: + - uid: 8767 + components: + - type: Transform + pos: -51.5,14.5 + parent: 2 + - uid: 14178 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 623 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 669 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: -17.5,-11.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: 30.5,26.5 + parent: 2 + - uid: 6612 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - uid: 6613 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 9149 + components: + - type: Transform + pos: 50.5,24.5 + parent: 2 + - uid: 12954 + components: + - type: Transform + pos: 50.5,23.5 + parent: 2 + - uid: 15751 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 15752 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 19365 + components: + - type: Transform + pos: -55.5,-29.5 + parent: 2 +- proto: filingCabinetRandom + entities: + - uid: 14180 + components: + - type: Transform + pos: 9.5,42.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 2609 + - 2610 + - 2611 + - 4642 + - 4212 + - 5244 + - 7752 + - 18373 + - 18374 + - 18375 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 214 + - 221 + - 218 + - 384 + - 390 + - 258 + - 260 + - 68 + - 65 + - 66 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,46.5 + parent: 2 + - type: DeviceList + devices: + - 2606 + - 2208 + - 14015 + - 14020 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 2010 + - 2008 + - 2007 + - 3976 + - 781 + - 788 + - 789 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 3359 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8994 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 13917 + - 13918 + - 27453 + - 27454 + - 2636 + - 2634 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15932 + components: + - type: Transform + pos: 7.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 13914 + - 13915 + - 13917 + - 13918 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 15917 + - 16288 + - 16331 + - 16289 + - 15643 + - 15539 + - 15538 + - 15415 + - 15297 + - 15296 + - 15295 + - 27457 + - 27456 + - 27455 + - 15596 + - type: AtmosDevice + joinedGrid: 2 + - uid: 22791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 2 + - type: DeviceList + devices: + - 2018 + - 2019 + - 148 + - 144 + - 1178 + - 1079 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 7931 + - 2428 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23668 + components: + - type: Transform + pos: -60.5,10.5 + parent: 2 + - type: DeviceList + devices: + - 7640 + - 17859 + - 5723 + - 8703 + - 8702 + - 8701 + - 7671 + - 7673 + - 3834 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23670 + components: + - type: Transform + pos: -79.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 4218 + - 4242 + - 3709 + - 9197 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 7751 + - 2603 + - 7753 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 7748 + - 7749 + - 7750 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 7671 + - 7673 + - 3834 + - 7675 + - 8183 + - 7674 + - 7682 + - 7690 + - 1505 + - 27441 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23675 + components: + - type: Transform + pos: -58.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 18464 + - 18463 + - 28750 + - 28751 + - 7416 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23676 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - type: DeviceList + devices: + - 1870 + - 1871 + - 1860 + - 1861 + - 1859 + - 1866 + - 1867 + - 221 + - 218 + - 214 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 1859 + - 1860 + - 1861 + - 13915 + - 13914 + - 2609 + - 2610 + - 2611 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23678 + components: + - type: Transform + pos: -4.5,57.5 + parent: 2 + - type: DeviceList + devices: + - 15721 + - 4212 + - 4642 + - 15917 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23679 + components: + - type: Transform + pos: -12.5,65.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 18373 + - 18374 + - 18375 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,53.5 + parent: 2 + - type: DeviceList + devices: + - 14170 + - 14173 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23684 + components: + - type: Transform + pos: 20.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 2634 + - 2636 + - 2869 + - 2606 + - 2208 + - 14170 + - 14173 + - 2681 + - 14122 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23685 + components: + - type: Transform + pos: 22.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 2681 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 4377 + - 4376 + - 4375 + - 5704 + - 9340 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23689 + components: + - type: Transform + pos: 68.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23690 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 3892 + - 3424 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 1097 + - 3172 + - 3365 + - 3358 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 2904 + - 2923 + - 6955 + - 28782 + - 28783 + - 763 + - 766 + - 765 + - 5250 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 6391 + - 7442 + - 8435 + - 7102 + - 7534 + - 7298 + - 3649 + - 6945 + - 7529 + - 7530 + - 7889 + - 5062 + - 7110 + - 2353 + - 7180 + - 5194 + - 3568 + - 7107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23696 + components: + - type: Transform + pos: -57.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 7192 + - 7190 + - 7225 + - 7235 + - 7203 + - 7198 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 9082 + - 9081 + - 8874 + - 8873 + - 7638 + - 3680 + - 8857 + - 8783 + - 8763 + - 7640 + - 17859 + - 5723 + - type: AtmosDevice + joinedGrid: 2 + - uid: 24823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 152 + - 153 + - 155 + - 154 + - 1661 + - 2014 + - 2015 + - 2016 + - 2017 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25202 + components: + - type: Transform + pos: -22.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 9552 + - 9216 + - 9255 + - 15295 + - 15296 + - 15297 + - 27457 + - 27456 + - 27455 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25228 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 9548 + - 9255 + - 9216 + - 9552 + - 1866 + - 1867 + - 25215 + - 25214 + - 25216 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25235 + components: + - type: Transform + pos: -87.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 7745 + - 7747 + - 7746 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25237 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 15596 + - 15597 + - 9548 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25238 + components: + - type: Transform + pos: -116.5,11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 1489 + - 1488 + - 1441 + - 384 + - 390 + - 1086 + - 1137 + - 1012 + - 1080 + - 2012 + - 2013 + - 1494 + - 1495 + - 1496 + - 1395 + - 883 + - 1082 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 774 + - 777 + - 3365 + - 3424 + - 3531 + - 27445 + - 27446 + - 27447 + - 27448 + - 27449 + - 27450 + - 27452 + - 27451 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 1862 + - 1863 + - 1864 + - 2462 + - 2463 + - 2461 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28628 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 25295 + - 25296 + - 25297 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 25295 + - 25296 + - 25297 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28632 + components: + - type: Transform + pos: 52.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 2251 + - 5704 + - 26 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28636 + components: + - type: Transform + pos: 76.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 25217 + - 25218 + - 25219 + - 3877 + - 3879 + - 3898 + - 3899 + - 3881 + - 3889 + - 25213 + - 25212 + - 25211 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 1874 + - 1875 + - 25217 + - 25218 + - 25219 + - 3892 + - 777 + - 774 + - 1097 + - 27445 + - 27446 + - 27447 + - 27448 + - 27449 + - 27450 + - 27452 + - 27451 + - 152 + - 153 + - 155 + - 154 + - 148 + - 144 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 1874 + - 1875 + - 25217 + - 25218 + - 25219 + - 3892 + - 777 + - 774 + - 1097 + - 27445 + - 27446 + - 27447 + - 27448 + - 27449 + - 27450 + - 27452 + - 27451 + - 152 + - 153 + - 155 + - 154 + - 148 + - 144 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,16.5 + parent: 2 + - type: DeviceList + devices: + - 4377 + - 4376 + - 4375 + - 2237 + - 25209 + - 25208 + - 25207 + - 25211 + - 25212 + - 25213 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28648 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 27460 + - 27459 + - 27458 + - 3438 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 3976 + - 2205 + - 27460 + - 27459 + - 27458 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 4107 + - 3359 + - 2259 + - 3853 + - 2203 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 2259 + - 2510 + - 9224 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 4107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 3906 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 14015 + - 14020 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28702 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 2648 + - 1086 + - 1137 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 9083 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 8873 + - 8874 + - 24108 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28756 + components: + - type: Transform + pos: -44.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 6391 + - 7442 + - 8435 + - 7102 + - 7534 + - 7298 + - 3649 + - 6945 + - 7529 + - 7530 + - 7889 + - 5062 + - 7110 + - 2353 + - 7180 + - 5194 + - 3568 + - 7107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28780 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 3080 + - 7107 + - 3568 + - 12004 + - 84 + - 2147 + - 766 + - 765 + - 763 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 6553 + - 2904 + - 2923 + - 6955 + - 28782 + - 28783 + - 6628 + - 6498 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 6628 + - 6630 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 345 + - 346 + - 542 + - 541 + - 548 + - 547 + - 549 + - 550 + - 546 + - 545 + - 544 + - 543 + - 1685 + - type: AtmosDevice + joinedGrid: 2 + - uid: 29427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 8134 + - 2431 + - type: AtmosDevice + joinedGrid: 2 +- proto: FireAxeCabinetFilled + entities: + - uid: 9568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,36.5 + parent: 2 + - uid: 14200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,51.5 + parent: 2 +- proto: FirelockEdge + entities: + - uid: 3702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,56.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,54.5 + parent: 2 +- proto: FirelockGlass + entities: + - uid: 26 + components: + - type: Transform + pos: 50.5,26.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-6.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,8.5 + parent: 2 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,8.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 2 + - uid: 396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,6.5 + parent: 2 + - uid: 443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-30.5 + parent: 2 + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,14.5 + parent: 2 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,14.5 + parent: 2 + - uid: 543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,11.5 + parent: 2 + - uid: 545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,11.5 + parent: 2 + - uid: 546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,11.5 + parent: 2 + - uid: 547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,14.5 + parent: 2 + - uid: 548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,14.5 + parent: 2 + - uid: 549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,14.5 + parent: 2 + - uid: 550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,11.5 + parent: 2 + - uid: 580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-6.5 + parent: 2 + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-6.5 + parent: 2 + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 2 + - uid: 681 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 682 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 763 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 2 + - uid: 781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,17.5 + parent: 2 + - uid: 789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,17.5 + parent: 2 + - uid: 852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,27.5 + parent: 2 + - uid: 883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,8.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,11.5 + parent: 2 + - uid: 968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25283 + - uid: 1012 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 + - uid: 1079 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28702 + - uid: 1097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-17.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28702 + - uid: 1178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-3.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,1.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,14.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,14.5 + parent: 2 + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,4.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: -69.5,12.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-1.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 1849 + components: + - type: Transform + pos: 3.5,33.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,24.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,24.5 + parent: 2 + - uid: 1861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,24.5 + parent: 2 + - uid: 1862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 1871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 1874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: -0.5,28.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: -4.5,5.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 + - uid: 2025 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 2027 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 2028 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 2029 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,31.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,25.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,48.5 + parent: 2 + - uid: 2237 + components: + - type: Transform + pos: 43.5,22.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 2251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,31.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + pos: 53.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 2259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,45.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 2428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,10.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,6.5 + parent: 2 + - uid: 2461 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 2462 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,43.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: 37.5,50.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: -94.5,8.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,47.5 + parent: 2 + - uid: 2609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,46.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,46.5 + parent: 2 + - uid: 2611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,46.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + pos: 15.5,39.5 + parent: 2 + - uid: 2636 + components: + - type: Transform + pos: 15.5,38.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28702 + - uid: 2681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - uid: 2822 + components: + - type: Transform + pos: -3.5,40.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,43.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-21.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-24.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-26.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-26.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,43.5 + parent: 2 + - uid: 3365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-20.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 3424 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 2 + - uid: 3438 + components: + - type: Transform + pos: 33.5,29.5 + parent: 2 + - uid: 3531 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 3633 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 3649 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 + - uid: 3709 + components: + - type: Transform + pos: -76.5,2.5 + parent: 2 + - uid: 3718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,36.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: -85.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 3734 + components: + - type: Transform + pos: -23.5,38.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,37.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,36.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: -39.5,20.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + pos: -87.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 3801 + components: + - type: Transform + pos: -87.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 3815 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - uid: 3834 + components: + - type: Transform + pos: -66.5,7.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: -87.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 3877 + components: + - type: Transform + pos: 52.5,-6.5 + parent: 2 + - uid: 3879 + components: + - type: Transform + pos: 52.5,-5.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + pos: 52.5,-0.5 + parent: 2 + - uid: 3892 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: 52.5,-2.5 + parent: 2 + - uid: 3906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,27.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 4059 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 + - uid: 4107 + components: + - type: Transform + pos: 41.5,37.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,52.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + pos: -78.5,6.5 + parent: 2 + - uid: 4242 + components: + - type: Transform + pos: -77.5,6.5 + parent: 2 + - uid: 4375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,18.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,17.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,16.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,51.5 + parent: 2 + - uid: 5062 + components: + - type: Transform + pos: -51.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 5194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-10.5 + parent: 2 + - uid: 5244 + components: + - type: Transform + pos: -2.5,59.5 + parent: 2 + - uid: 5250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-22.5 + parent: 2 + - uid: 5704 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - uid: 6318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 6391 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 6493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-31.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-26.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - uid: 6630 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - 400 + - uid: 6682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,7.5 + parent: 2 + - uid: 6945 + components: + - type: Transform + pos: -51.5,-23.5 + parent: 2 + - uid: 6955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-22.5 + parent: 2 + - uid: 6974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-38.5 + parent: 2 + - uid: 7102 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 7180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 7189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-2.5 + parent: 2 + - uid: 7190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-13.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-13.5 + parent: 2 + - uid: 7198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-31.5 + parent: 2 + - uid: 7203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-31.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-15.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-20.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7416 + components: + - type: Transform + pos: -48.5,0.5 + parent: 2 + - uid: 7442 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7529 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7530 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7534 + components: + - type: Transform + pos: -44.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,22.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: -55.5,10.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,9.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,8.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,9.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,7.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,12.5 + parent: 2 + - uid: 7690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - uid: 7745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,-1.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-1.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,-1.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,18.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,18.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,18.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,9.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,64.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,7.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: -51.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,8.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,10.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,6.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 8366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -115.5,8.5 + parent: 2 + - uid: 8435 + components: + - type: Transform + pos: -39.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 8459 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 8659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,7.5 + parent: 2 + - uid: 8681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,38.5 + parent: 2 + - uid: 8682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,37.5 + parent: 2 + - uid: 8683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,38.5 + parent: 2 + - uid: 8684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,-19.5 + parent: 2 + - uid: 8685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,-20.5 + parent: 2 + - uid: 8686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -111.5,-21.5 + parent: 2 + - uid: 8687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-19.5 + parent: 2 + - uid: 8688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-20.5 + parent: 2 + - uid: 8689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-21.5 + parent: 2 + - uid: 8701 + components: + - type: Transform + pos: -48.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 8702 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 8703 + components: + - type: Transform + pos: -48.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 8704 + components: + - type: Transform + pos: -46.5,11.5 + parent: 2 + - uid: 8763 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 + - uid: 8783 + components: + - type: Transform + pos: -52.5,12.5 + parent: 2 + - uid: 8840 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 8873 + components: + - type: Transform + pos: -56.5,24.5 + parent: 2 + - uid: 8874 + components: + - type: Transform + pos: -56.5,25.5 + parent: 2 + - uid: 9081 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 9082 + components: + - type: Transform + pos: -43.5,32.5 + parent: 2 + - uid: 9083 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 + - uid: 9084 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - uid: 9197 + components: + - type: Transform + pos: -80.5,2.5 + parent: 2 + - uid: 9216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,23.5 + parent: 2 + - uid: 9224 + components: + - type: Transform + pos: 47.5,50.5 + parent: 2 + - uid: 9230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,49.5 + parent: 2 + - uid: 9255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,23.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + pos: 66.5,25.5 + parent: 2 + - uid: 9548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,23.5 + parent: 2 + - uid: 9552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,23.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - 400 + - uid: 12004 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 13586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-24.5 + parent: 2 + - uid: 13865 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 13914 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 13915 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - uid: 13917 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,49.5 + parent: 2 + - uid: 14020 + components: + - type: Transform + pos: 8.5,48.5 + parent: 2 + - uid: 14105 + components: + - type: Transform + pos: 27.5,40.5 + parent: 2 + - uid: 14122 + components: + - type: Transform + pos: 20.5,45.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 14173 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - uid: 14198 + components: + - type: Transform + pos: 31.5,50.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 15198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,65.5 + parent: 2 + - uid: 15258 + components: + - type: Transform + pos: -3.5,65.5 + parent: 2 + - uid: 15295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15415 + components: + - type: Transform + pos: -23.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15503 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 + - uid: 15520 + components: + - type: Transform + pos: -31.5,29.5 + parent: 2 + - uid: 15538 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,31.5 + parent: 2 + - uid: 15610 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 15643 + components: + - type: Transform + pos: -15.5,36.5 + parent: 2 + - uid: 15721 + components: + - type: Transform + pos: -9.5,58.5 + parent: 2 + - uid: 15826 + components: + - type: Transform + pos: -23.5,43.5 + parent: 2 + - uid: 15917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16004 + components: + - type: Transform + pos: -3.5,45.5 + parent: 2 + - uid: 16288 + components: + - type: Transform + pos: -11.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16289 + components: + - type: Transform + pos: -11.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16309 + components: + - type: Transform + pos: -5.5,64.5 + parent: 2 + - uid: 16311 + components: + - type: Transform + pos: -5.5,63.5 + parent: 2 + - uid: 16312 + components: + - type: Transform + pos: -9.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 16315 + components: + - type: Transform + pos: -9.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 16331 + components: + - type: Transform + pos: -11.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16411 + components: + - type: Transform + pos: -17.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,11.5 + parent: 2 + - uid: 17011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,44.5 + parent: 2 + - uid: 17030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,37.5 + parent: 2 + - uid: 17859 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 18373 + components: + - type: Transform + pos: 0.5,72.5 + parent: 2 + - uid: 18374 + components: + - type: Transform + pos: 1.5,72.5 + parent: 2 + - uid: 18375 + components: + - type: Transform + pos: 2.5,72.5 + parent: 2 + - uid: 18463 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - uid: 18464 + components: + - type: Transform + pos: -59.5,-0.5 + parent: 2 + - uid: 19630 + components: + - type: Transform + pos: 3.5,65.5 + parent: 2 + - uid: 19656 + components: + - type: Transform + pos: 6.5,65.5 + parent: 2 + - uid: 19778 + components: + - type: Transform + pos: 12.5,65.5 + parent: 2 + - uid: 20930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,4.5 + parent: 2 + - uid: 22296 + components: + - type: Transform + pos: -22.5,71.5 + parent: 2 + - uid: 22310 + components: + - type: Transform + pos: -24.5,74.5 + parent: 2 + - uid: 22793 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - type: Door + secondsUntilStateChange: -10693.041 + state: Closing + - uid: 24108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,34.5 + parent: 2 + - uid: 25207 + components: + - type: Transform + pos: 40.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25208 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25209 + components: + - type: Transform + pos: 40.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25211 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - uid: 25212 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 25213 + components: + - type: Transform + pos: 50.5,8.5 + parent: 2 + - uid: 25214 + components: + - type: Transform + pos: -35.5,19.5 + parent: 2 + - uid: 25215 + components: + - type: Transform + pos: -35.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 25216 + components: + - type: Transform + pos: -35.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 25217 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - uid: 25218 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 2 + - uid: 25219 + components: + - type: Transform + pos: 51.5,-9.5 + parent: 2 + - uid: 25295 + components: + - type: Transform + pos: 52.5,-29.5 + parent: 2 + - uid: 25296 + components: + - type: Transform + pos: 52.5,-30.5 + parent: 2 + - uid: 25297 + components: + - type: Transform + pos: 52.5,-31.5 + parent: 2 + - uid: 25322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-23.5 + parent: 2 + - uid: 25323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-23.5 + parent: 2 + - uid: 25324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-29.5 + parent: 2 + - uid: 25325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-29.5 + parent: 2 + - uid: 25326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-36.5 + parent: 2 + - type: Door + secondsUntilStateChange: -74905.836 + - uid: 25327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-36.5 + parent: 2 + - uid: 25328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-35.5 + parent: 2 + - uid: 27441 + components: + - type: Transform + pos: -68.5,12.5 + parent: 2 + - uid: 27444 + components: + - type: Transform + pos: -46.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 27445 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 27446 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 27447 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 27448 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 + - uid: 27449 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 27450 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 + - uid: 27451 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - uid: 27452 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 27453 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 27454 + components: + - type: Transform + pos: 13.5,41.5 + parent: 2 + - uid: 27455 + components: + - type: Transform + pos: -21.5,27.5 + parent: 2 + - uid: 27456 + components: + - type: Transform + pos: -20.5,27.5 + parent: 2 + - uid: 27457 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - uid: 27458 + components: + - type: Transform + pos: 27.5,25.5 + parent: 2 + - uid: 27459 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 27460 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - uid: 27461 + components: + - type: Transform + pos: 41.5,28.5 + parent: 2 + - uid: 27484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-26.5 + parent: 2 + - uid: 28750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,3.5 + parent: 2 + - uid: 28751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,2.5 + parent: 2 + - uid: 28782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-22.5 + parent: 2 + - uid: 28783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 2 + - uid: 28784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-22.5 + parent: 2 + - uid: 28785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-22.5 + parent: 2 + - uid: 28792 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 31106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,70.5 + parent: 2 + - uid: 31429 + components: + - type: Transform + pos: -60.5,56.5 + parent: 2 + - uid: 31562 + components: + - type: Transform + pos: -43.5,57.5 + parent: 2 + - uid: 31563 + components: + - type: Transform + pos: -43.5,56.5 + parent: 2 + - uid: 34663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-6.5 + parent: 2 + - uid: 36459 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1655 + - 25293 +- proto: Fireplace + entities: + - uid: 615 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: 51.5,30.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + pos: -4.5,61.5 + parent: 2 + - uid: 15114 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 23468 + components: + - type: Transform + pos: -103.5,-24.5 + parent: 2 +- proto: Flare + entities: + - uid: 30053 + components: + - type: Transform + pos: 83.49072,41.44527 + parent: 2 +- proto: Flash + entities: + - uid: 19393 + components: + - type: Transform + pos: -10.46663,42.821335 + parent: 2 + - uid: 19394 + components: + - type: Transform + pos: -10.326005,42.61821 + parent: 2 +- proto: FlashlightLantern + entities: + - uid: 5655 + components: + - type: Transform + pos: 50.584522,40.648224 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: 26.46736,30.484562 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 2568 + - type: ActionsContainer + - uid: 7937 + components: + - type: Transform + pos: -42.302696,19.79333 + parent: 2 + - uid: 8031 + components: + - type: Transform + pos: -42.458946,19.894892 + parent: 2 + - uid: 9601 + components: + - type: Transform + pos: -54.99137,35.80237 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: -54.839027,35.68518 + parent: 2 + - uid: 14261 + components: + - type: Transform + pos: 27.644642,55.55499 + parent: 2 + - uid: 30610 + components: + - type: Transform + pos: -45.437443,-3.1956656 + parent: 2 + - uid: 30614 + components: + - type: Transform + pos: -45.570255,-2.984728 + parent: 2 +- proto: FlashlightSeclite + entities: + - uid: 14212 + components: + - type: Transform + pos: 21.424639,59.735928 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 4259 + - type: ActionsContainer + - uid: 15583 + components: + - type: Transform + pos: -13.556711,33.367783 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 15584 + - type: ActionsContainer + - uid: 15585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.604605,28.665703 + parent: 2 + - uid: 15586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.354605,28.681328 + parent: 2 + - uid: 15689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.440928,40.531944 + parent: 2 + - uid: 33618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.26899,55.80704 + parent: 2 +- proto: FloodlightBroken + entities: + - uid: 5388 + components: + - type: Transform + pos: 60.631596,52.83645 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: 58.49097,57.27395 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: 60.61597,57.164574 + parent: 2 + - uid: 7068 + components: + - type: Transform + pos: -29.247585,-35.76096 + parent: 2 +- proto: FloorDrain + entities: + - uid: 1021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-2.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,12.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-25.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-25.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-25.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4030 + components: + - type: Transform + pos: 48.5,43.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,17.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 5722 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 5909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-21.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7310 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-8.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-8.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-17.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-24.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-29.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-29.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13011 + components: + - type: Transform + pos: 72.5,-10.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,46.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,51.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,51.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 18111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,57.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 18511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,24.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 18512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,23.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloorWaterEntity + entities: + - uid: 6265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,20.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: -70.5,7.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,4.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,12.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,6.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,13.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,4.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,11.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,12.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,5.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,11.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,12.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,6.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + pos: -105.5,5.5 + parent: 2 + - uid: 8483 + components: + - type: Transform + pos: -106.5,6.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + pos: -107.5,6.5 + parent: 2 + - uid: 8485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,8.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -86.5,30.5 + parent: 2 + - uid: 8487 + components: + - type: Transform + pos: -106.5,4.5 + parent: 2 + - uid: 8488 + components: + - type: Transform + pos: -105.5,4.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + pos: -105.5,3.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + pos: -104.5,3.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + pos: -103.5,3.5 + parent: 2 + - uid: 8492 + components: + - type: Transform + pos: -103.5,2.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + pos: -103.5,13.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + pos: -103.5,14.5 + parent: 2 + - uid: 8495 + components: + - type: Transform + pos: -102.5,14.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + pos: -101.5,14.5 + parent: 2 + - uid: 8497 + components: + - type: Transform + pos: -101.5,13.5 + parent: 2 + - uid: 8498 + components: + - type: Transform + pos: -100.5,14.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + pos: -104.5,13.5 + parent: 2 + - uid: 8500 + components: + - type: Transform + pos: -104.5,12.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: -105.5,13.5 + parent: 2 + - uid: 8502 + components: + - type: Transform + pos: -104.5,10.5 + parent: 2 + - uid: 8503 + components: + - type: Transform + pos: -104.5,9.5 + parent: 2 + - uid: 8504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,7.5 + parent: 2 + - uid: 8505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,7.5 + parent: 2 + - uid: 8506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,8.5 + parent: 2 + - uid: 8507 + components: + - type: Transform + pos: -103.5,7.5 + parent: 2 + - uid: 8509 + components: + - type: Transform + pos: -103.5,9.5 + parent: 2 + - uid: 8510 + components: + - type: Transform + pos: -103.5,10.5 + parent: 2 + - uid: 8512 + components: + - type: Transform + pos: -86.5,29.5 + parent: 2 + - uid: 8513 + components: + - type: Transform + pos: -86.5,28.5 + parent: 2 + - uid: 8514 + components: + - type: Transform + pos: -86.5,27.5 + parent: 2 + - uid: 8515 + components: + - type: Transform + pos: -86.5,26.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + pos: -86.5,25.5 + parent: 2 + - uid: 8517 + components: + - type: Transform + pos: -86.5,24.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + pos: -85.5,29.5 + parent: 2 + - uid: 8519 + components: + - type: Transform + pos: -85.5,28.5 + parent: 2 + - uid: 8520 + components: + - type: Transform + pos: -85.5,27.5 + parent: 2 + - uid: 8521 + components: + - type: Transform + pos: -85.5,26.5 + parent: 2 + - uid: 8522 + components: + - type: Transform + pos: -85.5,25.5 + parent: 2 + - uid: 8523 + components: + - type: Transform + pos: -85.5,24.5 + parent: 2 + - uid: 8525 + components: + - type: Transform + pos: -84.5,29.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + pos: -84.5,28.5 + parent: 2 + - uid: 8527 + components: + - type: Transform + pos: -84.5,27.5 + parent: 2 + - uid: 8528 + components: + - type: Transform + pos: -84.5,26.5 + parent: 2 + - uid: 8529 + components: + - type: Transform + pos: -84.5,25.5 + parent: 2 + - uid: 8530 + components: + - type: Transform + pos: -84.5,24.5 + parent: 2 + - uid: 8532 + components: + - type: Transform + pos: -83.5,29.5 + parent: 2 + - uid: 8533 + components: + - type: Transform + pos: -83.5,28.5 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: -83.5,27.5 + parent: 2 + - uid: 8535 + components: + - type: Transform + pos: -83.5,26.5 + parent: 2 + - uid: 8536 + components: + - type: Transform + pos: -83.5,25.5 + parent: 2 + - uid: 8537 + components: + - type: Transform + pos: -83.5,24.5 + parent: 2 + - uid: 8539 + components: + - type: Transform + pos: -82.5,30.5 + parent: 2 + - uid: 8540 + components: + - type: Transform + pos: -82.5,29.5 + parent: 2 + - uid: 8541 + components: + - type: Transform + pos: -82.5,28.5 + parent: 2 + - uid: 8542 + components: + - type: Transform + pos: -82.5,27.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: -82.5,26.5 + parent: 2 + - uid: 8544 + components: + - type: Transform + pos: -82.5,25.5 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: -82.5,24.5 + parent: 2 + - uid: 8546 + components: + - type: Transform + pos: -81.5,30.5 + parent: 2 + - uid: 8547 + components: + - type: Transform + pos: -81.5,29.5 + parent: 2 + - uid: 8548 + components: + - type: Transform + pos: -81.5,28.5 + parent: 2 + - uid: 8549 + components: + - type: Transform + pos: -81.5,27.5 + parent: 2 + - uid: 8550 + components: + - type: Transform + pos: -81.5,26.5 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: -81.5,25.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + pos: -81.5,24.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + pos: -80.5,30.5 + parent: 2 + - uid: 8554 + components: + - type: Transform + pos: -80.5,29.5 + parent: 2 + - uid: 8555 + components: + - type: Transform + pos: -80.5,28.5 + parent: 2 + - uid: 8556 + components: + - type: Transform + pos: -80.5,27.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + pos: -80.5,26.5 + parent: 2 + - uid: 8558 + components: + - type: Transform + pos: -80.5,25.5 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: -80.5,24.5 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: -79.5,29.5 + parent: 2 + - uid: 8561 + components: + - type: Transform + pos: -79.5,28.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + pos: -79.5,27.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: -79.5,26.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: -79.5,25.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: -79.5,24.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: -78.5,27.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: -78.5,26.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: -78.5,25.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: -78.5,24.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: -87.5,30.5 + parent: 2 + - uid: 8571 + components: + - type: Transform + pos: -87.5,29.5 + parent: 2 + - uid: 8572 + components: + - type: Transform + pos: -87.5,28.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: -87.5,27.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: -87.5,26.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: -87.5,25.5 + parent: 2 + - uid: 8576 + components: + - type: Transform + pos: -87.5,24.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: -88.5,30.5 + parent: 2 + - uid: 8578 + components: + - type: Transform + pos: -90.5,26.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: -89.5,29.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + pos: -88.5,25.5 + parent: 2 + - uid: 8581 + components: + - type: Transform + pos: -89.5,25.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + pos: -89.5,24.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + pos: -88.5,29.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + pos: -90.5,25.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + pos: -89.5,26.5 + parent: 2 + - uid: 8587 + components: + - type: Transform + pos: -88.5,28.5 + parent: 2 + - uid: 8588 + components: + - type: Transform + pos: -88.5,27.5 + parent: 2 + - uid: 8589 + components: + - type: Transform + pos: -88.5,26.5 + parent: 2 + - uid: 8590 + components: + - type: Transform + pos: -90.5,24.5 + parent: 2 + - uid: 8591 + components: + - type: Transform + pos: -89.5,27.5 + parent: 2 + - uid: 8592 + components: + - type: Transform + pos: -88.5,24.5 + parent: 2 + - uid: 8593 + components: + - type: Transform + pos: -89.5,28.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + pos: -90.5,27.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,6.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,5.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,5.5 + parent: 2 + - uid: 15205 + components: + - type: Transform + pos: -71.5,7.5 + parent: 2 + - uid: 15206 + components: + - type: Transform + pos: -69.5,7.5 + parent: 2 + - uid: 23376 + components: + - type: Transform + pos: -71.5,9.5 + parent: 2 + - uid: 26891 + components: + - type: Transform + pos: -71.5,8.5 + parent: 2 + - uid: 30280 + components: + - type: Transform + pos: -69.5,8.5 + parent: 2 + - uid: 30282 + components: + - type: Transform + pos: -70.5,9.5 + parent: 2 + - uid: 30290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,9.5 + parent: 2 + - uid: 30365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 2 + - uid: 30366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,20.5 + parent: 2 + - uid: 30367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 2 + - uid: 30369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,20.5 + parent: 2 + - uid: 30385 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 30387 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 30388 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 30389 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 30391 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 +- proto: FloraTree01 + entities: + - uid: 25174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.449936,-9.418206 + parent: 2 + - uid: 30408 + components: + - type: Transform + pos: 0.46789742,-22.525293 + parent: 2 + - uid: 30640 + components: + - type: Transform + pos: 32.16799,-36.537888 + parent: 2 +- proto: FloraTree02 + entities: + - uid: 5121 + components: + - type: Transform + pos: 59.191208,-8.598531 + parent: 2 + - uid: 5122 + components: + - type: Transform + pos: 64.54521,-24.723492 + parent: 2 + - uid: 8077 + components: + - type: Transform + pos: -105.901375,10.962385 + parent: 2 + - uid: 30378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.6420546,-7.4613504 + parent: 2 + - uid: 30430 + components: + - type: Transform + pos: 32.065224,-16.38374 + parent: 2 + - uid: 30623 + components: + - type: Transform + pos: -18.445969,-13.1589365 + parent: 2 + - uid: 30624 + components: + - type: Transform + pos: -0.4013872,-10.586457 + parent: 2 + - uid: 30635 + components: + - type: Transform + pos: 61.10234,8.346388 + parent: 2 + - uid: 30636 + components: + - type: Transform + pos: 75.664276,21.318508 + parent: 2 + - uid: 30645 + components: + - type: Transform + pos: -13.640928,77.0639 + parent: 2 +- proto: FloraTree03 + entities: + - uid: 8080 + components: + - type: Transform + pos: -101.57325,3.8217597 + parent: 2 + - uid: 30621 + components: + - type: Transform + pos: -29.102713,-16.537373 + parent: 2 + - uid: 30632 + components: + - type: Transform + pos: 41.985,-13.290992 + parent: 2 + - uid: 30641 + components: + - type: Transform + pos: 22.018206,-38.524227 + parent: 2 +- proto: FloraTree04 + entities: + - uid: 30356 + components: + - type: Transform + pos: 0.14007974,34.998196 + parent: 2 + - uid: 30363 + components: + - type: Transform + pos: -0.28809094,37.357113 + parent: 2 + - uid: 30637 + components: + - type: Transform + pos: 75.70352,15.591946 + parent: 2 + - uid: 30639 + components: + - type: Transform + pos: 41.691067,-28.712173 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 6284 + components: + - type: Transform + pos: -61.0979,9.577806 + parent: 2 + - uid: 24658 + components: + - type: Transform + pos: 12.162793,35.73257 + parent: 2 + - uid: 26363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.484566,-27.483574 + parent: 2 + - uid: 30373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.4963851,-37.686043 + parent: 2 +- proto: FloraTree06 + entities: + - uid: 2376 + components: + - type: Transform + pos: 74.83024,-2.995719 + parent: 2 + - uid: 30633 + components: + - type: Transform + pos: 46.813126,-8.479406 + parent: 2 + - uid: 30638 + components: + - type: Transform + pos: 64.306854,0.38446856 + parent: 2 +- proto: FloraTreeConifer01 + entities: + - uid: 8078 + components: + - type: Transform + pos: -89.70616,-12.131908 + parent: 2 +- proto: FloraTreeConifer03 + entities: + - uid: 8084 + components: + - type: Transform + pos: -80.62804,-8.819408 + parent: 2 +- proto: FloraTreeLarge01 + entities: + - uid: 30299 + components: + - type: Transform + pos: 1.5025835,53.34213 + parent: 2 + - uid: 30376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.46455932,12.641065 + parent: 2 +- proto: FloraTreeLarge02 + entities: + - uid: 3908 + components: + - type: Transform + pos: 57.44353,-10.955918 + parent: 2 + - uid: 5115 + components: + - type: Transform + pos: 57.472458,-1.0047805 + parent: 2 + - uid: 8460 + components: + - type: Transform + pos: -101.213875,11.431135 + parent: 2 + - uid: 30622 + components: + - type: Transform + pos: 46.742813,0.87966824 + parent: 2 +- proto: FloraTreeLarge03 + entities: + - uid: 5118 + components: + - type: Transform + pos: 73.14433,-3.3485305 + parent: 2 + - uid: 30644 + components: + - type: Transform + pos: -13.496889,78.47229 + parent: 2 +- proto: FloraTreeLarge04 + entities: + - uid: 30643 + components: + - type: Transform + pos: 16.467203,76.519165 + parent: 2 +- proto: FloraTreeLarge05 + entities: + - uid: 30634 + components: + - type: Transform + pos: 45.500626,13.286349 + parent: 2 +- proto: FloraTreeLarge06 + entities: + - uid: 7888 + components: + - type: Transform + pos: -43.417057,-4.481603 + parent: 2 + - uid: 30375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.6604407,14.516065 + parent: 2 +- proto: FloraTreeSnow01 + entities: + - uid: 8081 + components: + - type: Transform + pos: -89.09679,-10.772533 + parent: 2 +- proto: FloraTreeSnow04 + entities: + - uid: 8082 + components: + - type: Transform + pos: -88.22179,-12.053783 + parent: 2 + - uid: 8083 + components: + - type: Transform + pos: -80.04991,-10.194408 + parent: 2 +- proto: FloraTreeStump + entities: + - uid: 5124 + components: + - type: Transform + pos: 49.59209,-24.473492 + parent: 2 + - uid: 5125 + components: + - type: Transform + pos: 58.40459,-11.380961 + parent: 2 + - uid: 5126 + components: + - type: Transform + pos: 59.29899,-1.995719 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: -106.8545,9.79051 + parent: 2 +- proto: FloraTreeStumpConifer + entities: + - uid: 5123 + components: + - type: Transform + pos: 53.638966,-27.192242 + parent: 2 + - uid: 8482 + components: + - type: Transform + pos: -81.26866,-9.381908 + parent: 2 +- proto: FoodBakedCannabisBrownie + entities: + - uid: 23014 + components: + - type: Transform + pos: 87.27342,32.6446 + parent: 2 + - uid: 32551 + components: + - type: Transform + pos: 87.46092,32.4571 + parent: 2 + - uid: 32552 + components: + - type: Transform + pos: 87.6953,32.785225 + parent: 2 +- proto: FoodBakedCannoli + entities: + - uid: 5919 + components: + - type: Transform + pos: 19.54402,-21.210424 + parent: 2 +- proto: FoodBakedCookie + entities: + - uid: 1607 + components: + - type: Transform + pos: -8.3917465,11.258961 + parent: 2 + - uid: 1608 + components: + - type: Transform + pos: -8.649747,11.326364 + parent: 2 + - uid: 1609 + components: + - type: Transform + pos: -8.555809,11.157398 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: 36.221233,30.755035 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: 36.33842,30.567535 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: 36.561077,30.673004 + parent: 2 + - uid: 6868 + components: + - type: Transform + pos: -16.584772,-30.13989 + parent: 2 + - uid: 6869 + components: + - type: Transform + pos: -16.268366,-30.175047 + parent: 2 + - uid: 6870 + components: + - type: Transform + pos: -16.467585,-30.33911 + parent: 2 + - uid: 9009 + components: + - type: Transform + pos: -50.73071,20.718376 + parent: 2 + - uid: 9010 + components: + - type: Transform + pos: -50.35571,20.609001 + parent: 2 + - uid: 9011 + components: + - type: Transform + pos: -50.57446,20.484001 + parent: 2 +- proto: FoodBakedCookieOatmeal + entities: + - uid: 6897 + components: + - type: Transform + pos: 70.30706,17.0481 + parent: 2 + - uid: 6898 + components: + - type: Transform + pos: 70.635185,16.930912 + parent: 2 + - uid: 6899 + components: + - type: Transform + pos: 70.48284,16.813725 + parent: 2 +- proto: FoodBakedCookieSugar + entities: + - uid: 33641 + components: + - type: Transform + pos: 76.25823,49.52246 + parent: 2 +- proto: FoodBakedMuffin + entities: + - uid: 30533 + components: + - type: Transform + pos: -4.5895452,18.73392 + parent: 2 +- proto: FoodBakedMuffinBerry + entities: + - uid: 5967 + components: + - type: Transform + pos: 26.877243,-20.246464 + parent: 2 +- proto: FoodBowlBigTrash + entities: + - uid: 7026 + components: + - type: Transform + pos: -31.451912,-33.57073 + parent: 2 + - uid: 7028 + components: + - type: Transform + pos: -31.545662,-38.387135 + parent: 2 + - uid: 30069 + components: + - type: Transform + pos: 84.45178,43.21001 + parent: 2 +- proto: FoodBoxPizza + entities: + - uid: 7314 + components: + - type: Transform + pos: -54.532394,-21.0851 + parent: 2 + - uid: 7371 + components: + - type: Transform + pos: -54.505863,-22.124546 + parent: 2 + - uid: 7551 + components: + - type: Transform + pos: -54.48552,-21.542131 + parent: 2 +- proto: FoodBoxPizzaFilled + entities: + - uid: 29822 + components: + - type: Transform + pos: 85.39854,62.785995 + parent: 2 +- proto: FoodBreadBanana + entities: + - uid: 5562 + components: + - type: Transform + pos: 46.502266,25.930176 + parent: 2 +- proto: FoodBreadBananaSlice + entities: + - uid: 5965 + components: + - type: Transform + pos: 26.24443,-20.293339 + parent: 2 +- proto: FoodBreadPlainSlice + entities: + - uid: 5970 + components: + - type: Transform + pos: 28.618122,-17.289858 + parent: 2 +- proto: FoodBurgerCat + entities: + - uid: 32573 + components: + - type: Transform + pos: 76.45452,64.07508 + parent: 2 + - uid: 32579 + components: + - type: Transform + pos: 76.407646,64.66884 + parent: 2 + - uid: 32580 + components: + - type: Transform + pos: 76.42327,63.653206 + parent: 2 +- proto: FoodBurgerChicken + entities: + - uid: 35854 + components: + - type: Transform + pos: -49.572453,13.015585 + parent: 2 +- proto: FoodBurgerClown + entities: + - uid: 8655 + components: + - type: Transform + pos: -74.52928,-3.5821853 + parent: 2 +- proto: FoodBurgerMcguffin + entities: + - uid: 7617 + components: + - type: Transform + pos: -47.488037,-28.222052 + parent: 2 +- proto: FoodBurgerPlain + entities: + - uid: 7572 + components: + - type: Transform + pos: -47.47257,-29.224491 + parent: 2 +- proto: FoodBurgerRobot + entities: + - uid: 6182 + components: + - type: Transform + pos: 46.69022,44.79637 + parent: 2 +- proto: FoodCakeClown + entities: + - uid: 19423 + components: + - type: Transform + pos: -77.534096,-0.22864151 + parent: 2 +- proto: FoodCannabisButter + entities: + - uid: 33639 + components: + - type: Transform + pos: 63.553394,50.756836 + parent: 2 +- proto: FoodCartCold + entities: + - uid: 5147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-14.5 + parent: 2 +- proto: FoodCartHot + entities: + - uid: 5172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-18.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-16.5 + parent: 2 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 1118 + components: + - type: Transform + pos: -62.679012,-7.1969314 + parent: 2 + - uid: 18544 + components: + - type: Transform + pos: -62.554012,-7.3063064 + parent: 2 + - uid: 18545 + components: + - type: Transform + pos: -62.444637,-7.1344314 + parent: 2 +- proto: FoodCondimentBottleHotsauce + entities: + - uid: 7573 + components: + - type: Transform + pos: -46.36997,-20.935427 + parent: 2 + - uid: 7574 + components: + - type: Transform + pos: -48.004414,-13.187924 + parent: 2 +- proto: FoodCondimentPacketKetchup + entities: + - uid: 7098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.314384,-21.334772 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: -47.723164,-13.434018 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: -46.305195,-17.230892 + parent: 2 +- proto: FoodCondimentPacketMustard + entities: + - uid: 7577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.409824,-21.468569 + parent: 2 +- proto: FoodCornTrash + entities: + - uid: 16663 + components: + - type: Transform + pos: -39.388145,9.764108 + parent: 2 + - uid: 30084 + components: + - type: Transform + pos: 89.13743,44.278282 + parent: 2 +- proto: FoodDonutApple + entities: + - uid: 176 + components: + - type: Transform + pos: 24.284163,-20.25199 + parent: 2 +- proto: FoodDonutPoison + entities: + - uid: 32516 + components: + - type: Transform + pos: 95.76984,56.013218 + parent: 2 +- proto: FoodDoughFlat + entities: + - uid: 7555 + components: + - type: Transform + pos: -54.544113,-22.690569 + parent: 2 +- proto: FoodFrozenSandwich + entities: + - uid: 14270 + components: + - type: Transform + pos: 11.633413,48.094017 + parent: 2 +- proto: FoodLollipop + entities: + - uid: 23256 + components: + - type: Transform + pos: -23.110956,-0.30177224 + parent: 2 + - uid: 23257 + components: + - type: Transform + pos: -23.298456,-0.24317849 + parent: 2 + - uid: 23258 + components: + - type: Transform + pos: -28.817987,5.545884 + parent: 2 + - uid: 23259 + components: + - type: Transform + pos: -17.415644,5.745103 + parent: 2 + - uid: 23260 + components: + - type: Transform + pos: -16.79455,-0.51270974 + parent: 2 + - uid: 23261 + components: + - type: Transform + pos: -6.7492733,0.5342859 + parent: 2 + - uid: 23262 + components: + - type: Transform + pos: -6.585211,0.4405359 + parent: 2 + - uid: 23263 + components: + - type: Transform + pos: -4.557867,6.8858485 + parent: 2 + - uid: 23266 + components: + - type: Transform + pos: -4.4662676,-1.6805577 + parent: 2 + - uid: 23267 + components: + - type: Transform + pos: 3.5149999,5.519035 + parent: 2 + - uid: 23268 + components: + - type: Transform + pos: 10.367807,16.62061 + parent: 2 + - uid: 23269 + components: + - type: Transform + pos: 34.74761,16.705116 + parent: 2 + - uid: 23270 + components: + - type: Transform + pos: 34.7118,12.530766 + parent: 2 + - uid: 23271 + components: + - type: Transform + pos: 36.306503,7.7400866 + parent: 2 + - uid: 23272 + components: + - type: Transform + pos: 36.376816,7.5057116 + parent: 2 + - uid: 23273 + components: + - type: Transform + pos: 36.39244,7.685399 + parent: 2 + - uid: 23274 + components: + - type: Transform + pos: 36.57213,7.6150866 + parent: 2 + - uid: 23275 + components: + - type: Transform + pos: 36.689316,7.5369616 + parent: 2 + - uid: 23276 + components: + - type: Transform + pos: 19.555277,1.9447498 + parent: 2 + - uid: 23277 + components: + - type: Transform + pos: 18.641775,-9.527165 + parent: 2 + - uid: 23278 + components: + - type: Transform + pos: 18.255056,-8.35529 + parent: 2 + - uid: 23279 + components: + - type: Transform + pos: 15.700369,-11.472478 + parent: 2 + - uid: 30304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.974092,18.61035 + parent: 2 + - uid: 30313 + components: + - type: Transform + pos: 10.395967,18.73535 + parent: 2 + - uid: 30314 + components: + - type: Transform + pos: 10.060029,18.743162 + parent: 2 + - uid: 30316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.560029,18.499456 + parent: 2 +- proto: FoodMealFriedegg + entities: + - uid: 5565 + components: + - type: Transform + pos: 49.742733,33.688232 + parent: 2 +- proto: FoodMealFries + entities: + - uid: 7602 + components: + - type: Transform + pos: -47.22257,-29.505741 + parent: 2 +- proto: FoodMealPigblanket + entities: + - uid: 33594 + components: + - type: Transform + pos: 78.84952,61.5251 + parent: 2 +- proto: FoodMealPotatoLoaded + entities: + - uid: 14269 + components: + - type: Transform + pos: 12.836538,48.250267 + parent: 2 +- proto: FoodMealSoftTaco + entities: + - uid: 35766 + components: + - type: Transform + pos: -103.335434,-25.252306 + parent: 2 +- proto: FoodMeatCooked + entities: + - uid: 14266 + components: + - type: Transform + pos: 12.336538,47.890892 + parent: 2 + - uid: 14267 + components: + - type: Transform + pos: 12.555288,47.781517 + parent: 2 + - uid: 30036 + components: + - type: Transform + pos: 91.59526,17.813744 + parent: 2 +- proto: FoodMeatHumanKebab + entities: + - uid: 30070 + components: + - type: Transform + pos: 84.457634,40.523834 + parent: 2 +- proto: FoodNoodles + entities: + - uid: 7382 + components: + - type: Transform + pos: -54.11232,-24.44827 + parent: 2 +- proto: FoodNoodlesChowmein + entities: + - uid: 7381 + components: + - type: Transform + pos: -54.56872,-15.7341385 + parent: 2 +- proto: FoodNoodlesMeatball + entities: + - uid: 7383 + components: + - type: Transform + pos: -54.609127,-24.234867 + parent: 2 +- proto: FoodPizzaVegetableSlice + entities: + - uid: 7554 + components: + - type: Transform + pos: -54.426926,-22.327288 + parent: 2 +- proto: FoodPlate + entities: + - uid: 1606 + components: + - type: Transform + pos: -8.524559,11.376148 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: 36.36186,30.848785 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: 46.495235,25.959606 + parent: 2 + - uid: 5920 + components: + - type: Transform + pos: 19.56926,-21.165806 + parent: 2 + - uid: 5971 + components: + - type: Transform + pos: 24.280376,-20.160952 + parent: 2 + - uid: 5974 + components: + - type: Transform + pos: 26.296001,-20.17267 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: 26.811626,-20.196108 + parent: 2 + - uid: 6867 + components: + - type: Transform + pos: -16.40899,-30.069578 + parent: 2 + - uid: 6896 + components: + - type: Transform + pos: 70.51599,17.02893 + parent: 2 + - uid: 7093 + components: + - type: Transform + pos: -47.528687,-13.109673 + parent: 2 + - uid: 9008 + components: + - type: Transform + pos: -50.54321,20.796501 + parent: 2 + - uid: 14268 + components: + - type: Transform + pos: 12.445913,47.984642 + parent: 2 + - uid: 27943 + components: + - type: Transform + pos: 91.610886,17.954369 + parent: 2 +- proto: FoodPlatePlastic + entities: + - uid: 7106 + components: + - type: Transform + pos: -49.304165,-13.130768 + parent: 2 + - uid: 7111 + components: + - type: Transform + pos: -37.561977,-18.146393 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: -50.39401,-13.10733 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: -49.843227,-13.224518 + parent: 2 +- proto: FoodPlateSmall + entities: + - uid: 1617 + components: + - type: Transform + pos: -4.606382,9.860523 + parent: 2 + - uid: 1618 + components: + - type: Transform + pos: -4.575132,9.751148 + parent: 2 + - uid: 1619 + components: + - type: Transform + pos: -4.540187,9.572009 + parent: 2 + - uid: 5978 + components: + - type: Transform + pos: 20.518658,-17.325014 + parent: 2 + - uid: 5979 + components: + - type: Transform + pos: 28.628033,-17.254702 + parent: 2 +- proto: FoodPlateSmallTrash + entities: + - uid: 7006 + components: + - type: Transform + pos: -32.248787,-34.461353 + parent: 2 + - uid: 7007 + components: + - type: Transform + pos: -26.717535,-38.316822 + parent: 2 + - uid: 30092 + components: + - type: Transform + pos: 84.81684,43.70708 + parent: 2 +- proto: FoodPlateTin + entities: + - uid: 7578 + components: + - type: Transform + pos: 29.484974,-17.22401 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: 29.813099,-17.388073 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: 31.641224,-17.13026 + parent: 2 + - uid: 7581 + components: + - type: Transform + pos: 19.081432,-17.376354 + parent: 2 + - uid: 7582 + components: + - type: Transform + pos: 22.890026,-20.200573 + parent: 2 + - uid: 7583 + components: + - type: Transform + pos: 22.38612,-21.325573 + parent: 2 +- proto: FoodPlateTrash + entities: + - uid: 7005 + components: + - type: Transform + pos: -31.487068,-33.769947 + parent: 2 +- proto: FoodPoppy + entities: + - uid: 33597 + components: + - type: Transform + pos: 94.96543,49.342804 + parent: 2 +- proto: FoodPotato + entities: + - uid: 7614 + components: + - type: Transform + pos: -43.63257,-27.261482 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: -43.32788,-27.448982 + parent: 2 +- proto: FoodPSBBarMeat + entities: + - uid: 9276 + components: + - type: Transform + pos: -119.44275,10.596216 + parent: 2 + - uid: 15658 + components: + - type: Transform + pos: -119.56775,10.705591 + parent: 2 +- proto: FoodSaladCaesar + entities: + - uid: 30033 + components: + - type: Transform + pos: 91.517136,17.516869 + parent: 2 +- proto: FoodSnackBoritos + entities: + - uid: 1615 + components: + - type: Transform + pos: -8.3344145,10.589709 + parent: 2 +- proto: FoodSnackCheesie + entities: + - uid: 19430 + components: + - type: Transform + pos: -78.04973,3.7062955 + parent: 2 +- proto: FoodSnackChips + entities: + - uid: 23228 + components: + - type: Transform + pos: -62.191875,36.691406 + parent: 2 + - uid: 30235 + components: + - type: Transform + pos: -53.53988,25.557585 + parent: 2 +- proto: FoodSnackChowMein + entities: + - uid: 7568 + components: + - type: Transform + pos: -54.263153,-15.580503 + parent: 2 +- proto: FoodSnackCookieFortune + entities: + - uid: 4583 + components: + - type: Transform + pos: 65.46446,24.74664 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: -52.61176,-14.238689 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: -52.33051,-14.414471 + parent: 2 +- proto: FoodSnackPopcorn + entities: + - uid: 3520 + components: + - type: Transform + pos: 38.719772,-21.31327 + parent: 2 + - uid: 3521 + components: + - type: Transform + pos: 38.407272,-21.266396 + parent: 2 + - uid: 3523 + components: + - type: Transform + pos: 38.469772,-21.453896 + parent: 2 + - uid: 19634 + components: + - type: Transform + pos: 13.7594595,69.53912 + parent: 2 + - uid: 19679 + components: + - type: Transform + pos: 13.7282095,68.69537 + parent: 2 + - uid: 19690 + components: + - type: Transform + pos: 13.3219595,68.72662 + parent: 2 + - uid: 19739 + components: + - type: Transform + pos: 13.5250845,69.13287 + parent: 2 + - uid: 30678 + components: + - type: Transform + pos: 8.533258,68.56596 + parent: 2 + - uid: 30680 + components: + - type: Transform + pos: 13.4625845,69.63287 + parent: 2 + - uid: 31056 + components: + - type: Transform + pos: -38.20138,70.48439 + parent: 2 +- proto: FoodTartMime + entities: + - uid: 19440 + components: + - type: Transform + pos: -81.668015,-0.14460063 + parent: 2 +- proto: FoodTinBeansTrash + entities: + - uid: 30068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.68616,39.444386 + parent: 2 +- proto: FoodTinMRETrash + entities: + - uid: 7029 + components: + - type: Transform + pos: -27.080816,-32.43401 + parent: 2 + - uid: 7030 + components: + - type: Transform + pos: -27.350348,-31.648853 + parent: 2 + - uid: 30062 + components: + - type: Transform + pos: 84.31701,38.75821 + parent: 2 +- proto: FoodTinPeachesTrash + entities: + - uid: 7031 + components: + - type: Transform + pos: -33.303474,-35.35198 + parent: 2 + - uid: 30067 + components: + - type: Transform + pos: 89.94156,37.71867 + parent: 2 +- proto: ForkPlastic + entities: + - uid: 7116 + components: + - type: Transform + pos: -35.518753,-18.324553 + parent: 2 + - uid: 7120 + components: + - type: Transform + pos: -35.36641,-18.324553 + parent: 2 +- proto: FuelDispenser + entities: + - uid: 26355 + components: + - type: Transform + pos: -50.5,32.5 + parent: 2 +- proto: GasAnalyzer + entities: + - uid: 5679 + components: + - type: Transform + pos: 34.648033,47.247894 + parent: 2 + - uid: 28004 + components: + - type: Transform + pos: -66.555725,33.62045 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 5374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,50.5 + parent: 2 + - uid: 7067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-31.5 + parent: 2 +- proto: GasFilter + entities: + - uid: 1085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasMinerCarbonDioxide + entities: + - uid: 9349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerNitrogenStationLarge + entities: + - uid: 9344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerOxygenStationLarge + entities: + - uid: 9345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerPlasma + entities: + - uid: 9350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMixerFlipped + entities: + - uid: 5042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasOutletInjector + entities: + - uid: 2572 + components: + - type: Transform + pos: 40.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2573 + components: + - type: Transform + pos: 44.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPassiveGate + entities: + - uid: 27144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPassiveVent + entities: + - uid: 5652 + components: + - type: Transform + pos: 41.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5675 + components: + - type: Transform + pos: 43.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9156 + components: + - type: Transform + pos: -49.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9159 + components: + - type: Transform + pos: -39.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9161 + components: + - type: Transform + pos: -37.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9163 + components: + - type: Transform + pos: -47.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9167 + components: + - type: Transform + pos: -41.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9168 + components: + - type: Transform + pos: -45.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9169 + components: + - type: Transform + pos: -43.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 19718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeBend + entities: + - uid: 2314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,53.5 + parent: 2 + - uid: 5046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5087 + components: + - type: Transform + pos: -36.5,43.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + pos: -43.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,43.5 + parent: 2 + - uid: 9407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,51.5 + parent: 2 + - uid: 9408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,51.5 + parent: 2 + - uid: 9409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,51.5 + parent: 2 + - uid: 9410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,51.5 + parent: 2 + - uid: 9411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,51.5 + parent: 2 + - uid: 9412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,51.5 + parent: 2 + - uid: 9413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,51.5 + parent: 2 + - uid: 9560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,45.5 + parent: 2 + - uid: 9875 + components: + - type: Transform + pos: -35.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18018 + components: + - type: Transform + pos: -22.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24321 + components: + - type: Transform + pos: -9.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24459 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24504 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24505 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24506 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24508 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24509 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24510 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24511 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24512 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24513 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24514 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24638 + components: + - type: Transform + pos: 51.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24643 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24644 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24645 + components: + - type: Transform + pos: 38.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25434 + components: + - type: Transform + pos: 40.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25466 + components: + - type: Transform + pos: 43.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25627 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25628 + components: + - type: Transform + pos: 35.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25731 + components: + - type: Transform + pos: 7.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25822 + components: + - type: Transform + pos: 9.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25823 + components: + - type: Transform + pos: 10.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25925 + components: + - type: Transform + pos: -13.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26063 + components: + - type: Transform + pos: -30.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26098 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26111 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26119 + components: + - type: Transform + pos: -4.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26430 + components: + - type: Transform + pos: -73.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26431 + components: + - type: Transform + pos: -71.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -112.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -112.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -114.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26713 + components: + - type: Transform + pos: -91.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26718 + components: + - type: Transform + pos: -92.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26719 + components: + - type: Transform + pos: -93.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26720 + components: + - type: Transform + pos: -94.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26721 + components: + - type: Transform + pos: -90.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26722 + components: + - type: Transform + pos: -91.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26723 + components: + - type: Transform + pos: -92.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26724 + components: + - type: Transform + pos: -93.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26739 + components: + - type: Transform + pos: -94.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26863 + components: + - type: Transform + pos: 0.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27048 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27049 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-7.5 + parent: 2 + - uid: 27148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-7.5 + parent: 2 + - uid: 27175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27327 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27343 + components: + - type: Transform + pos: 18.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27420 + components: + - type: Transform + pos: 34.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27813 + components: + - type: Transform + pos: 73.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28188 + components: + - type: Transform + pos: -19.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28191 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28193 + components: + - type: Transform + pos: -20.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30517 + components: + - type: Transform + pos: -32.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 30518 + components: + - type: Transform + pos: -33.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34687 + components: + - type: Transform + pos: -65.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34690 + components: + - type: Transform + pos: -63.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34691 + components: + - type: Transform + pos: -67.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34698 + components: + - type: Transform + pos: -57.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34790 + components: + - type: Transform + pos: -52.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 36073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 2092 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2094 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2133 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2135 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2705 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2790 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6380 + components: + - type: Transform + pos: -26.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6517 + components: + - type: Transform + pos: -28.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12505 + components: + - type: Transform + pos: 48.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15633 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19939 + components: + - type: Transform + pos: -53.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23948 + components: + - type: Transform + pos: -71.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23953 + components: + - type: Transform + pos: -83.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23957 + components: + - type: Transform + pos: -90.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24018 + components: + - type: Transform + pos: -91.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24026 + components: + - type: Transform + pos: -85.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24047 + components: + - type: Transform + pos: -73.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24074 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24323 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24547 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24554 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24556 + components: + - type: Transform + pos: -26.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24557 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24582 + components: + - type: Transform + pos: -27.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24697 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24720 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24731 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24737 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24754 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24853 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24869 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24909 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24927 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25042 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25043 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25437 + components: + - type: Transform + pos: 39.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25571 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25744 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25761 + components: + - type: Transform + pos: 17.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26060 + components: + - type: Transform + pos: -24.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26069 + components: + - type: Transform + pos: -13.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26814 + components: + - type: Transform + pos: 0.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26833 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26848 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26851 + components: + - type: Transform + pos: 36.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26852 + components: + - type: Transform + pos: 34.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26857 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26859 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26860 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26980 + components: + - type: Transform + pos: -59.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26981 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27203 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27330 + components: + - type: Transform + pos: 18.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeStraight + entities: + - uid: 404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1109 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2150 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2187 + components: + - type: Transform + pos: -37.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,50.5 + parent: 2 + - uid: 2356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2530 + components: + - type: Transform + pos: 44.5,48.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: 40.5,48.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 41.5,48.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 43.5,48.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3571 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3691 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,46.5 + parent: 2 + - uid: 3705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,46.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,46.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: -53.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3757 + components: + - type: Transform + pos: -53.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,49.5 + parent: 2 + - uid: 4054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,52.5 + parent: 2 + - uid: 4055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,51.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -102.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,43.5 + parent: 2 + - uid: 5112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5539 + components: + - type: Transform + pos: 41.5,50.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: 41.5,49.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,51.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,52.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,50.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,49.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 43.5,49.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: 43.5,50.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: 41.5,51.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + pos: 41.5,52.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + pos: 43.5,52.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + pos: 43.5,51.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: -46.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6330 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6378 + components: + - type: Transform + pos: -17.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6400 + components: + - type: Transform + pos: -46.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6712 + components: + - type: Transform + pos: -53.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6771 + components: + - type: Transform + pos: -68.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6937 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6965 + components: + - type: Transform + pos: -55.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7266 + components: + - type: Transform + pos: -46.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7511 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7512 + components: + - type: Transform + pos: -46.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7513 + components: + - type: Transform + pos: -46.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7558 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8725 + components: + - type: Transform + pos: -43.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,46.5 + parent: 2 + - uid: 9171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,46.5 + parent: 2 + - uid: 9176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,46.5 + parent: 2 + - uid: 9177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,46.5 + parent: 2 + - uid: 9179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,46.5 + parent: 2 + - uid: 9190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,46.5 + parent: 2 + - uid: 9206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,46.5 + parent: 2 + - uid: 9207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,46.5 + parent: 2 + - uid: 9208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,46.5 + parent: 2 + - uid: 9209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,46.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,46.5 + parent: 2 + - uid: 9358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,47.5 + parent: 2 + - uid: 9359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,48.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,49.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,49.5 + parent: 2 + - uid: 9362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,48.5 + parent: 2 + - uid: 9363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,47.5 + parent: 2 + - uid: 9364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,47.5 + parent: 2 + - uid: 9365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,48.5 + parent: 2 + - uid: 9366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,49.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,49.5 + parent: 2 + - uid: 9368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,48.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,47.5 + parent: 2 + - uid: 9370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,47.5 + parent: 2 + - uid: 9371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,48.5 + parent: 2 + - uid: 9372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,49.5 + parent: 2 + - uid: 9373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,49.5 + parent: 2 + - uid: 9374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,48.5 + parent: 2 + - uid: 9375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,47.5 + parent: 2 + - uid: 9376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,47.5 + parent: 2 + - uid: 9377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,48.5 + parent: 2 + - uid: 9378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,49.5 + parent: 2 + - uid: 9379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,47.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,48.5 + parent: 2 + - uid: 9381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,49.5 + parent: 2 + - uid: 9382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,50.5 + parent: 2 + - uid: 9383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,50.5 + parent: 2 + - uid: 9384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,49.5 + parent: 2 + - uid: 9385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,48.5 + parent: 2 + - uid: 9386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,47.5 + parent: 2 + - uid: 9387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,47.5 + parent: 2 + - uid: 9388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,48.5 + parent: 2 + - uid: 9389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,49.5 + parent: 2 + - uid: 9390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,50.5 + parent: 2 + - uid: 9391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,50.5 + parent: 2 + - uid: 9392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,49.5 + parent: 2 + - uid: 9393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,48.5 + parent: 2 + - uid: 9394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,47.5 + parent: 2 + - uid: 9395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,47.5 + parent: 2 + - uid: 9396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,48.5 + parent: 2 + - uid: 9397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,49.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,50.5 + parent: 2 + - uid: 9399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,50.5 + parent: 2 + - uid: 9400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,49.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,48.5 + parent: 2 + - uid: 9402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,47.5 + parent: 2 + - uid: 9403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,47.5 + parent: 2 + - uid: 9404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,48.5 + parent: 2 + - uid: 9405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,49.5 + parent: 2 + - uid: 9406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,50.5 + parent: 2 + - uid: 9497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,45.5 + parent: 2 + - uid: 9498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,45.5 + parent: 2 + - uid: 9499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,45.5 + parent: 2 + - uid: 9500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,45.5 + parent: 2 + - uid: 9501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,45.5 + parent: 2 + - uid: 9502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,45.5 + parent: 2 + - uid: 9503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9519 + components: + - type: Transform + pos: -42.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9520 + components: + - type: Transform + pos: -42.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9522 + components: + - type: Transform + pos: -42.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9523 + components: + - type: Transform + pos: -42.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9524 + components: + - type: Transform + pos: -42.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9526 + components: + - type: Transform + pos: -43.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9532 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,47.5 + parent: 2 + - uid: 9567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,48.5 + parent: 2 + - uid: 9700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10623 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11855 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11858 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11859 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11860 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 21163 + components: + - type: Transform + pos: -68.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22896 + components: + - type: Transform + pos: 38.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23557 + components: + - type: Transform + pos: -22.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23566 + components: + - type: Transform + pos: -22.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23567 + components: + - type: Transform + pos: -22.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23717 + components: + - type: Transform + pos: -51.5,49.5 + parent: 2 + - uid: 23718 + components: + - type: Transform + pos: -51.5,50.5 + parent: 2 + - uid: 23719 + components: + - type: Transform + pos: -51.5,51.5 + parent: 2 + - uid: 23720 + components: + - type: Transform + pos: -51.5,52.5 + parent: 2 + - uid: 23796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23975 + components: + - type: Transform + pos: -91.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23976 + components: + - type: Transform + pos: -91.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23986 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23987 + components: + - type: Transform + pos: -45.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23988 + components: + - type: Transform + pos: -45.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23989 + components: + - type: Transform + pos: -45.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23990 + components: + - type: Transform + pos: -45.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23991 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23992 + components: + - type: Transform + pos: -45.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24033 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24034 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24035 + components: + - type: Transform + pos: 0.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24036 + components: + - type: Transform + pos: 0.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24037 + components: + - type: Transform + pos: 0.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24038 + components: + - type: Transform + pos: 0.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24039 + components: + - type: Transform + pos: 0.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24041 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24042 + components: + - type: Transform + pos: 0.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24044 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24045 + components: + - type: Transform + pos: 0.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24046 + components: + - type: Transform + pos: 0.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24048 + components: + - type: Transform + pos: 0.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24049 + components: + - type: Transform + pos: 0.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24050 + components: + - type: Transform + pos: 0.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24052 + components: + - type: Transform + pos: 0.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24053 + components: + - type: Transform + pos: 0.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24054 + components: + - type: Transform + pos: 0.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24055 + components: + - type: Transform + pos: 0.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24056 + components: + - type: Transform + pos: 0.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24057 + components: + - type: Transform + pos: 0.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24058 + components: + - type: Transform + pos: 0.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24060 + components: + - type: Transform + pos: 0.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24061 + components: + - type: Transform + pos: 0.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24062 + components: + - type: Transform + pos: 0.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24063 + components: + - type: Transform + pos: 0.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24064 + components: + - type: Transform + pos: 0.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24065 + components: + - type: Transform + pos: 8.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24066 + components: + - type: Transform + pos: 0.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24067 + components: + - type: Transform + pos: 0.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24068 + components: + - type: Transform + pos: 0.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24069 + components: + - type: Transform + pos: 0.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24071 + components: + - type: Transform + pos: 0.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24072 + components: + - type: Transform + pos: 0.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24073 + components: + - type: Transform + pos: 0.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24075 + components: + - type: Transform + pos: 0.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24076 + components: + - type: Transform + pos: 0.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24077 + components: + - type: Transform + pos: 0.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24078 + components: + - type: Transform + pos: 0.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24079 + components: + - type: Transform + pos: 0.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24080 + components: + - type: Transform + pos: 0.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24082 + components: + - type: Transform + pos: 0.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24083 + components: + - type: Transform + pos: 0.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24200 + components: + - type: Transform + pos: -43.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24201 + components: + - type: Transform + pos: -43.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24202 + components: + - type: Transform + pos: -43.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24203 + components: + - type: Transform + pos: -43.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24204 + components: + - type: Transform + pos: -43.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24205 + components: + - type: Transform + pos: -43.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -77.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24318 + components: + - type: Transform + pos: 0.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24319 + components: + - type: Transform + pos: 2.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24328 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24329 + components: + - type: Transform + pos: 2.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24330 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24331 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24332 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24333 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24334 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24335 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24435 + components: + - type: Transform + pos: -32.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24460 + components: + - type: Transform + pos: -47.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24461 + components: + - type: Transform + pos: -47.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24463 + components: + - type: Transform + pos: -47.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24465 + components: + - type: Transform + pos: -47.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24466 + components: + - type: Transform + pos: -47.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24467 + components: + - type: Transform + pos: -47.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24468 + components: + - type: Transform + pos: -47.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24469 + components: + - type: Transform + pos: -47.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24470 + components: + - type: Transform + pos: -47.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24471 + components: + - type: Transform + pos: -47.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24472 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24473 + components: + - type: Transform + pos: -47.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24474 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24475 + components: + - type: Transform + pos: -47.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24476 + components: + - type: Transform + pos: -47.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24477 + components: + - type: Transform + pos: -47.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24478 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24479 + components: + - type: Transform + pos: -45.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24480 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24481 + components: + - type: Transform + pos: -45.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24482 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24484 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24485 + components: + - type: Transform + pos: -45.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24486 + components: + - type: Transform + pos: -45.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24487 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24488 + components: + - type: Transform + pos: -45.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24489 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24490 + components: + - type: Transform + pos: -45.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24491 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24492 + components: + - type: Transform + pos: -45.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24515 + components: + - type: Transform + pos: -39.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24516 + components: + - type: Transform + pos: -39.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24525 + components: + - type: Transform + pos: -32.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24560 + components: + - type: Transform + pos: 48.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24561 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24562 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24563 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24564 + components: + - type: Transform + pos: 48.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24565 + components: + - type: Transform + pos: 48.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24566 + components: + - type: Transform + pos: 48.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24567 + components: + - type: Transform + pos: 48.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24568 + components: + - type: Transform + pos: 48.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24569 + components: + - type: Transform + pos: 48.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24570 + components: + - type: Transform + pos: 48.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24571 + components: + - type: Transform + pos: 48.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24572 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24573 + components: + - type: Transform + pos: 48.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24574 + components: + - type: Transform + pos: 48.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24575 + components: + - type: Transform + pos: 48.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24576 + components: + - type: Transform + pos: 48.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24577 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24578 + components: + - type: Transform + pos: 49.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24579 + components: + - type: Transform + pos: 49.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24580 + components: + - type: Transform + pos: 49.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24581 + components: + - type: Transform + pos: 49.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24583 + components: + - type: Transform + pos: 49.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24584 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24586 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24587 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24588 + components: + - type: Transform + pos: 49.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24589 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24590 + components: + - type: Transform + pos: 49.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24591 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24595 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24600 + components: + - type: Transform + pos: 47.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24605 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24624 + components: + - type: Transform + pos: 51.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24625 + components: + - type: Transform + pos: 51.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24626 + components: + - type: Transform + pos: 51.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24627 + components: + - type: Transform + pos: 51.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24628 + components: + - type: Transform + pos: 51.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24630 + components: + - type: Transform + pos: 51.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24632 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24633 + components: + - type: Transform + pos: 51.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24634 + components: + - type: Transform + pos: 51.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24635 + components: + - type: Transform + pos: 51.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24636 + components: + - type: Transform + pos: 51.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25046 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25048 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25049 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25050 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25051 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25052 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25055 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25057 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25059 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25060 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25061 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25072 + components: + - type: Transform + pos: -38.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25073 + components: + - type: Transform + pos: -39.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25147 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25148 + components: + - type: Transform + pos: 30.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25149 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25150 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25151 + components: + - type: Transform + pos: 30.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25152 + components: + - type: Transform + pos: 30.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25153 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25154 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25156 + components: + - type: Transform + pos: 30.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25157 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25159 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25160 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25161 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25162 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25163 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25164 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25165 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25167 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25168 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25477 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25478 + components: + - type: Transform + pos: 34.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25479 + components: + - type: Transform + pos: 34.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25480 + components: + - type: Transform + pos: 35.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25481 + components: + - type: Transform + pos: 35.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25482 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25526 + components: + - type: Transform + pos: 23.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25572 + components: + - type: Transform + pos: 31.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25594 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25595 + components: + - type: Transform + pos: 35.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25596 + components: + - type: Transform + pos: 35.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25597 + components: + - type: Transform + pos: 35.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25598 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25599 + components: + - type: Transform + pos: 35.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25600 + components: + - type: Transform + pos: 35.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25601 + components: + - type: Transform + pos: 35.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25602 + components: + - type: Transform + pos: 35.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25603 + components: + - type: Transform + pos: 35.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25604 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25605 + components: + - type: Transform + pos: 34.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25606 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25607 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25608 + components: + - type: Transform + pos: 34.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25609 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25610 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25611 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25612 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25613 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25614 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25615 + components: + - type: Transform + pos: 31.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25684 + components: + - type: Transform + pos: 56.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25685 + components: + - type: Transform + pos: 56.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25686 + components: + - type: Transform + pos: 55.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25687 + components: + - type: Transform + pos: 55.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25697 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25809 + components: + - type: Transform + pos: -39.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25830 + components: + - type: Transform + pos: 9.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25831 + components: + - type: Transform + pos: 9.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25832 + components: + - type: Transform + pos: 10.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25833 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25911 + components: + - type: Transform + pos: -12.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25912 + components: + - type: Transform + pos: -12.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25913 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25914 + components: + - type: Transform + pos: -12.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25915 + components: + - type: Transform + pos: -12.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25916 + components: + - type: Transform + pos: -12.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25918 + components: + - type: Transform + pos: -12.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25919 + components: + - type: Transform + pos: -12.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25922 + components: + - type: Transform + pos: -12.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25923 + components: + - type: Transform + pos: -12.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25924 + components: + - type: Transform + pos: -12.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25926 + components: + - type: Transform + pos: -13.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25927 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25928 + components: + - type: Transform + pos: -13.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25929 + components: + - type: Transform + pos: -13.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25930 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25931 + components: + - type: Transform + pos: -13.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25933 + components: + - type: Transform + pos: -13.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25934 + components: + - type: Transform + pos: -13.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25935 + components: + - type: Transform + pos: -13.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25938 + components: + - type: Transform + pos: -13.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25939 + components: + - type: Transform + pos: -13.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25978 + components: + - type: Transform + pos: -32.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25979 + components: + - type: Transform + pos: -32.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25980 + components: + - type: Transform + pos: -32.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25981 + components: + - type: Transform + pos: -32.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25982 + components: + - type: Transform + pos: -32.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26003 + components: + - type: Transform + pos: -33.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26004 + components: + - type: Transform + pos: -33.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26005 + components: + - type: Transform + pos: -33.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26006 + components: + - type: Transform + pos: -33.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26007 + components: + - type: Transform + pos: -33.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26008 + components: + - type: Transform + pos: -33.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26048 + components: + - type: Transform + pos: -17.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26049 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26052 + components: + - type: Transform + pos: -17.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26192 + components: + - type: Transform + pos: -25.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26193 + components: + - type: Transform + pos: -25.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26194 + components: + - type: Transform + pos: -25.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26195 + components: + - type: Transform + pos: -25.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26196 + components: + - type: Transform + pos: -25.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26197 + components: + - type: Transform + pos: -25.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26199 + components: + - type: Transform + pos: -25.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26200 + components: + - type: Transform + pos: -27.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26201 + components: + - type: Transform + pos: -27.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26202 + components: + - type: Transform + pos: -27.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26203 + components: + - type: Transform + pos: -27.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26204 + components: + - type: Transform + pos: -27.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26205 + components: + - type: Transform + pos: -27.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26206 + components: + - type: Transform + pos: -27.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26207 + components: + - type: Transform + pos: -27.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26208 + components: + - type: Transform + pos: -27.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26221 + components: + - type: Transform + pos: -10.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26222 + components: + - type: Transform + pos: -10.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26223 + components: + - type: Transform + pos: -8.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26224 + components: + - type: Transform + pos: -8.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26225 + components: + - type: Transform + pos: -8.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26226 + components: + - type: Transform + pos: -4.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26227 + components: + - type: Transform + pos: -2.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26228 + components: + - type: Transform + pos: -2.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26229 + components: + - type: Transform + pos: -39.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26230 + components: + - type: Transform + pos: -39.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26231 + components: + - type: Transform + pos: -39.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26238 + components: + - type: Transform + pos: -37.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26239 + components: + - type: Transform + pos: -37.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26240 + components: + - type: Transform + pos: -37.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26241 + components: + - type: Transform + pos: -37.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26338 + components: + - type: Transform + pos: -67.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26339 + components: + - type: Transform + pos: -69.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26350 + components: + - type: Transform + pos: -69.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26351 + components: + - type: Transform + pos: -69.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26352 + components: + - type: Transform + pos: -67.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -102.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -105.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -107.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -108.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -109.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -110.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -110.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -109.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -108.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -107.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -105.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -102.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -80.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -77.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26513 + components: + - type: Transform + pos: -112.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26514 + components: + - type: Transform + pos: -114.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26515 + components: + - type: Transform + pos: -114.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26516 + components: + - type: Transform + pos: -114.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26517 + components: + - type: Transform + pos: -114.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26519 + components: + - type: Transform + pos: -114.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26520 + components: + - type: Transform + pos: -114.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26521 + components: + - type: Transform + pos: -114.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26522 + components: + - type: Transform + pos: -114.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26523 + components: + - type: Transform + pos: -114.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26524 + components: + - type: Transform + pos: -114.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26525 + components: + - type: Transform + pos: -114.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26526 + components: + - type: Transform + pos: -114.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26527 + components: + - type: Transform + pos: -114.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26528 + components: + - type: Transform + pos: -114.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26529 + components: + - type: Transform + pos: -114.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26530 + components: + - type: Transform + pos: -114.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26531 + components: + - type: Transform + pos: -114.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26532 + components: + - type: Transform + pos: -114.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26533 + components: + - type: Transform + pos: -114.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26534 + components: + - type: Transform + pos: -114.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26535 + components: + - type: Transform + pos: -114.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26536 + components: + - type: Transform + pos: -114.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26537 + components: + - type: Transform + pos: -114.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26538 + components: + - type: Transform + pos: -114.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26539 + components: + - type: Transform + pos: -114.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26540 + components: + - type: Transform + pos: -114.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26541 + components: + - type: Transform + pos: -114.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26543 + components: + - type: Transform + pos: -114.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26544 + components: + - type: Transform + pos: -114.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26545 + components: + - type: Transform + pos: -114.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26546 + components: + - type: Transform + pos: -114.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26547 + components: + - type: Transform + pos: -114.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26548 + components: + - type: Transform + pos: -114.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26549 + components: + - type: Transform + pos: -114.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26550 + components: + - type: Transform + pos: -114.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26551 + components: + - type: Transform + pos: -114.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26552 + components: + - type: Transform + pos: -114.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26553 + components: + - type: Transform + pos: -114.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26554 + components: + - type: Transform + pos: -114.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26555 + components: + - type: Transform + pos: -114.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26556 + components: + - type: Transform + pos: -114.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26557 + components: + - type: Transform + pos: -114.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26558 + components: + - type: Transform + pos: -114.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26559 + components: + - type: Transform + pos: -114.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26560 + components: + - type: Transform + pos: -114.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26561 + components: + - type: Transform + pos: -114.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26562 + components: + - type: Transform + pos: -114.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26563 + components: + - type: Transform + pos: -114.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26564 + components: + - type: Transform + pos: -114.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26565 + components: + - type: Transform + pos: -114.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26566 + components: + - type: Transform + pos: -114.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26567 + components: + - type: Transform + pos: -114.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26568 + components: + - type: Transform + pos: -114.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26570 + components: + - type: Transform + pos: -114.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26571 + components: + - type: Transform + pos: -112.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26572 + components: + - type: Transform + pos: -112.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26573 + components: + - type: Transform + pos: -112.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26575 + components: + - type: Transform + pos: -112.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26576 + components: + - type: Transform + pos: -112.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26577 + components: + - type: Transform + pos: -112.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26578 + components: + - type: Transform + pos: -112.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26579 + components: + - type: Transform + pos: -112.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26580 + components: + - type: Transform + pos: -112.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26581 + components: + - type: Transform + pos: -112.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26582 + components: + - type: Transform + pos: -112.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26583 + components: + - type: Transform + pos: -112.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26584 + components: + - type: Transform + pos: -112.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26585 + components: + - type: Transform + pos: -112.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26586 + components: + - type: Transform + pos: -112.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26587 + components: + - type: Transform + pos: -112.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26588 + components: + - type: Transform + pos: -112.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26589 + components: + - type: Transform + pos: -112.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26590 + components: + - type: Transform + pos: -112.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26591 + components: + - type: Transform + pos: -112.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26592 + components: + - type: Transform + pos: -112.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26593 + components: + - type: Transform + pos: -112.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26594 + components: + - type: Transform + pos: -112.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26595 + components: + - type: Transform + pos: -112.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26596 + components: + - type: Transform + pos: -112.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26597 + components: + - type: Transform + pos: -112.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26599 + components: + - type: Transform + pos: -112.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26600 + components: + - type: Transform + pos: -112.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26601 + components: + - type: Transform + pos: -112.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26602 + components: + - type: Transform + pos: -112.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26603 + components: + - type: Transform + pos: -112.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26604 + components: + - type: Transform + pos: -112.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26605 + components: + - type: Transform + pos: -112.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26606 + components: + - type: Transform + pos: -112.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26607 + components: + - type: Transform + pos: -112.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26608 + components: + - type: Transform + pos: -112.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26609 + components: + - type: Transform + pos: -112.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26610 + components: + - type: Transform + pos: -112.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26611 + components: + - type: Transform + pos: -112.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26612 + components: + - type: Transform + pos: -112.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26613 + components: + - type: Transform + pos: -112.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26614 + components: + - type: Transform + pos: -112.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26615 + components: + - type: Transform + pos: -112.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26616 + components: + - type: Transform + pos: -112.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26617 + components: + - type: Transform + pos: -112.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26618 + components: + - type: Transform + pos: -112.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26619 + components: + - type: Transform + pos: -112.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26620 + components: + - type: Transform + pos: -112.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26621 + components: + - type: Transform + pos: -112.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26622 + components: + - type: Transform + pos: -112.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26624 + components: + - type: Transform + pos: -112.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26625 + components: + - type: Transform + pos: -112.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26626 + components: + - type: Transform + pos: -112.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -112.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -110.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -109.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -108.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -107.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -106.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -105.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -104.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -103.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -101.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -100.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -99.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -98.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -98.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -99.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -101.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -103.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -104.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -105.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -106.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -107.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -108.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -109.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -110.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -111.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26701 + components: + - type: Transform + pos: -91.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26704 + components: + - type: Transform + pos: -91.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26705 + components: + - type: Transform + pos: -91.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26706 + components: + - type: Transform + pos: -90.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26707 + components: + - type: Transform + pos: -90.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26708 + components: + - type: Transform + pos: -90.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26709 + components: + - type: Transform + pos: -90.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26710 + components: + - type: Transform + pos: -90.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26711 + components: + - type: Transform + pos: -90.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26712 + components: + - type: Transform + pos: -90.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26741 + components: + - type: Transform + pos: -91.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26743 + components: + - type: Transform + pos: -91.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26744 + components: + - type: Transform + pos: -91.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26745 + components: + - type: Transform + pos: -91.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26746 + components: + - type: Transform + pos: -91.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26747 + components: + - type: Transform + pos: -91.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26748 + components: + - type: Transform + pos: -91.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26749 + components: + - type: Transform + pos: -90.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26750 + components: + - type: Transform + pos: -90.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26751 + components: + - type: Transform + pos: -90.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26752 + components: + - type: Transform + pos: -90.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26753 + components: + - type: Transform + pos: -90.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26754 + components: + - type: Transform + pos: -90.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26771 + components: + - type: Transform + pos: -95.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26772 + components: + - type: Transform + pos: -95.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26773 + components: + - type: Transform + pos: -95.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26774 + components: + - type: Transform + pos: -95.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26775 + components: + - type: Transform + pos: -94.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26776 + components: + - type: Transform + pos: -94.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26777 + components: + - type: Transform + pos: -94.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26778 + components: + - type: Transform + pos: -94.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26779 + components: + - type: Transform + pos: -94.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26837 + components: + - type: Transform + pos: -77.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26838 + components: + - type: Transform + pos: -77.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26839 + components: + - type: Transform + pos: -78.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26840 + components: + - type: Transform + pos: -78.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26841 + components: + - type: Transform + pos: -78.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26842 + components: + - type: Transform + pos: -78.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26925 + components: + - type: Transform + pos: -60.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26927 + components: + - type: Transform + pos: -60.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26928 + components: + - type: Transform + pos: -60.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26929 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26930 + components: + - type: Transform + pos: -58.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26931 + components: + - type: Transform + pos: -58.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26932 + components: + - type: Transform + pos: -58.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26982 + components: + - type: Transform + pos: -59.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26983 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26988 + components: + - type: Transform + pos: -58.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26989 + components: + - type: Transform + pos: -58.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26990 + components: + - type: Transform + pos: -58.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27050 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27051 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27052 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27054 + components: + - type: Transform + pos: -52.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27055 + components: + - type: Transform + pos: -52.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27056 + components: + - type: Transform + pos: -52.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27126 + components: + - type: Transform + pos: -37.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27127 + components: + - type: Transform + pos: -36.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27128 + components: + - type: Transform + pos: -36.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27138 + components: + - type: Transform + pos: -40.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27139 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27140 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27141 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27142 + components: + - type: Transform + pos: -38.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27143 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-8.5 + parent: 2 + - uid: 27150 + components: + - type: Transform + pos: -58.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27151 + components: + - type: Transform + pos: -58.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27202 + components: + - type: Transform + pos: -27.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27204 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27205 + components: + - type: Transform + pos: -26.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27206 + components: + - type: Transform + pos: -26.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27207 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27208 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27209 + components: + - type: Transform + pos: -27.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27210 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27211 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27212 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27213 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27214 + components: + - type: Transform + pos: -21.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27215 + components: + - type: Transform + pos: -21.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27216 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27217 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27218 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27219 + components: + - type: Transform + pos: -21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27220 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27221 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27222 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27223 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27224 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27225 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27226 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27227 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27228 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27229 + components: + - type: Transform + pos: -14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27230 + components: + - type: Transform + pos: -14.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27231 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27232 + components: + - type: Transform + pos: -14.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27233 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27234 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27235 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27236 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27237 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27279 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27280 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27281 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27282 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27283 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27284 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27285 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27286 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27287 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27288 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27289 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27290 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27291 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27292 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27317 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27318 + components: + - type: Transform + pos: 8.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27326 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,14.5 + parent: 2 + - uid: 27334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27338 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27376 + components: + - type: Transform + pos: 29.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27377 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27378 + components: + - type: Transform + pos: 29.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27462 + components: + - type: Transform + pos: -45.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27463 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27464 + components: + - type: Transform + pos: -45.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27465 + components: + - type: Transform + pos: -45.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27468 + components: + - type: Transform + pos: -33.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27469 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27470 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27471 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27472 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27473 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27474 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27475 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27476 + components: + - type: Transform + pos: -32.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27477 + components: + - type: Transform + pos: -32.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27478 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27479 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27480 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27481 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27485 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27486 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27487 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27488 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27489 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27490 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27613 + components: + - type: Transform + pos: 60.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27640 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27643 + components: + - type: Transform + pos: 60.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27644 + components: + - type: Transform + pos: 60.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27645 + components: + - type: Transform + pos: 60.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27646 + components: + - type: Transform + pos: 60.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27647 + components: + - type: Transform + pos: 60.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27648 + components: + - type: Transform + pos: 60.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27649 + components: + - type: Transform + pos: 60.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27650 + components: + - type: Transform + pos: 60.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27651 + components: + - type: Transform + pos: 60.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27652 + components: + - type: Transform + pos: 60.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27654 + components: + - type: Transform + pos: 60.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27655 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27656 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27657 + components: + - type: Transform + pos: 60.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27658 + components: + - type: Transform + pos: 60.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27659 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27660 + components: + - type: Transform + pos: 60.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27661 + components: + - type: Transform + pos: 60.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27662 + components: + - type: Transform + pos: 60.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27663 + components: + - type: Transform + pos: 60.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27664 + components: + - type: Transform + pos: 60.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27665 + components: + - type: Transform + pos: 60.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27666 + components: + - type: Transform + pos: 60.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27667 + components: + - type: Transform + pos: 60.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27668 + components: + - type: Transform + pos: 60.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27669 + components: + - type: Transform + pos: 62.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27670 + components: + - type: Transform + pos: 62.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27671 + components: + - type: Transform + pos: 62.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27672 + components: + - type: Transform + pos: 62.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27673 + components: + - type: Transform + pos: 62.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27674 + components: + - type: Transform + pos: 62.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27675 + components: + - type: Transform + pos: 62.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27676 + components: + - type: Transform + pos: 62.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27677 + components: + - type: Transform + pos: 62.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27678 + components: + - type: Transform + pos: 62.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27679 + components: + - type: Transform + pos: 62.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27681 + components: + - type: Transform + pos: 62.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27682 + components: + - type: Transform + pos: 62.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27683 + components: + - type: Transform + pos: 62.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27684 + components: + - type: Transform + pos: 62.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27685 + components: + - type: Transform + pos: 62.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27686 + components: + - type: Transform + pos: 62.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27687 + components: + - type: Transform + pos: 62.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27688 + components: + - type: Transform + pos: 62.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27689 + components: + - type: Transform + pos: 62.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27690 + components: + - type: Transform + pos: 62.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27691 + components: + - type: Transform + pos: 62.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27692 + components: + - type: Transform + pos: 62.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27693 + components: + - type: Transform + pos: 62.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27758 + components: + - type: Transform + pos: 54.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27759 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27760 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27761 + components: + - type: Transform + pos: 54.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27762 + components: + - type: Transform + pos: 54.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27763 + components: + - type: Transform + pos: 54.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27764 + components: + - type: Transform + pos: 54.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27765 + components: + - type: Transform + pos: 54.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27766 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27767 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27768 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27769 + components: + - type: Transform + pos: 53.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27770 + components: + - type: Transform + pos: 53.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27814 + components: + - type: Transform + pos: 73.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27815 + components: + - type: Transform + pos: 73.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27816 + components: + - type: Transform + pos: 73.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27817 + components: + - type: Transform + pos: 73.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28063 + components: + - type: Transform + pos: 36.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28064 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28065 + components: + - type: Transform + pos: 36.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28066 + components: + - type: Transform + pos: 36.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28067 + components: + - type: Transform + pos: 36.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28068 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28069 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28072 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28073 + components: + - type: Transform + pos: 13.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28074 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28076 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28077 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28078 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28080 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28081 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28082 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28083 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28084 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28086 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28087 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28088 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28089 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28090 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28091 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28092 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28093 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28094 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28096 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28097 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28100 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28101 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28102 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28104 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28105 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28106 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28107 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28142 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28143 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28144 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28145 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28146 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28147 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28148 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28152 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28153 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28154 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28156 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28157 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28160 + components: + - type: Transform + pos: -18.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28161 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28163 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28164 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28166 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28167 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28168 + components: + - type: Transform + pos: -21.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28169 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28170 + components: + - type: Transform + pos: -21.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28171 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28172 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28179 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28180 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28181 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28182 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28183 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28184 + components: + - type: Transform + pos: -19.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28185 + components: + - type: Transform + pos: -19.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28186 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28187 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28194 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28195 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28196 + components: + - type: Transform + pos: -18.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28197 + components: + - type: Transform + pos: -18.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28199 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28200 + components: + - type: Transform + pos: -19.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28201 + components: + - type: Transform + pos: -19.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28255 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28256 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28257 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28258 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28259 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28260 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28261 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28262 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28263 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28264 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28291 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28292 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28293 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28294 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28295 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28296 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28303 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28304 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28376 + components: + - type: Transform + pos: -71.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28441 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28442 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28443 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28444 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28445 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28446 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28447 + components: + - type: Transform + pos: 22.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28448 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,25.5 + parent: 2 + - uid: 28538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28765 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28766 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28767 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28768 + components: + - type: Transform + pos: -28.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28769 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28770 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28771 + components: + - type: Transform + pos: -29.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28772 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28773 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28774 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29693 + components: + - type: Transform + pos: -33.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29694 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29695 + components: + - type: Transform + pos: -33.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29696 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29697 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,53.5 + parent: 2 + - uid: 30222 + components: + - type: Transform + pos: -33.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30236 + components: + - type: Transform + pos: -53.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 30965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 31179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 31636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31674 + components: + - type: Transform + pos: -18.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31757 + components: + - type: Transform + pos: -48.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31758 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31762 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31763 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31764 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31765 + components: + - type: Transform + pos: -50.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 31786 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31787 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33750 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33751 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33752 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33753 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33754 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33755 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33756 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33757 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33758 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33759 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34674 + components: + - type: Transform + pos: 71.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34682 + components: + - type: Transform + pos: 75.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34683 + components: + - type: Transform + pos: 75.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34684 + components: + - type: Transform + pos: 75.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34685 + components: + - type: Transform + pos: 75.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34718 + components: + - type: Transform + pos: -67.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34719 + components: + - type: Transform + pos: -67.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34720 + components: + - type: Transform + pos: -66.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34721 + components: + - type: Transform + pos: -66.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34722 + components: + - type: Transform + pos: -65.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34723 + components: + - type: Transform + pos: -65.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34724 + components: + - type: Transform + pos: -64.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34725 + components: + - type: Transform + pos: -64.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34726 + components: + - type: Transform + pos: -63.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34727 + components: + - type: Transform + pos: -63.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34728 + components: + - type: Transform + pos: -62.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34729 + components: + - type: Transform + pos: -62.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34768 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34778 + components: + - type: Transform + pos: -58.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35771 + components: + - type: Transform + pos: -102.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 35772 + components: + - type: Transform + pos: -102.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 35773 + components: + - type: Transform + pos: -102.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 35774 + components: + - type: Transform + pos: -102.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 35775 + components: + - type: Transform + pos: -100.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 35776 + components: + - type: Transform + pos: -100.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 37 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2225 + components: + - type: Transform + pos: -29.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2336 + components: + - type: Transform + pos: -25.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2960 + components: + - type: Transform + pos: -69.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,44.5 + parent: 2 + - uid: 5044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,44.5 + parent: 2 + - uid: 5045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5110 + components: + - type: Transform + pos: -46.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5289 + components: + - type: Transform + pos: -38.5,43.5 + parent: 2 + - uid: 5342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5568 + components: + - type: Transform + pos: -27.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5982 + components: + - type: Transform + pos: -44.5,43.5 + parent: 2 + - uid: 5999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,44.5 + parent: 2 + - uid: 6008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6694 + components: + - type: Transform + pos: -29.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,44.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + pos: -42.5,43.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + pos: -40.5,43.5 + parent: 2 + - uid: 7433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7997 + components: + - type: Transform + pos: -102.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7998 + components: + - type: Transform + pos: -100.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,44.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,44.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,44.5 + parent: 2 + - uid: 9674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10392 + components: + - type: Transform + pos: -27.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14077 + components: + - type: Transform + pos: -11.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15273 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15429 + components: + - type: Transform + pos: 50.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15437 + components: + - type: Transform + pos: 30.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17581 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17648 + components: + - type: Transform + pos: 71.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18093 + components: + - type: Transform + pos: -84.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 20944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 20997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 21008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 21073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 21208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 22773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 22795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 22878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 22881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 22897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23335 + components: + - type: Transform + pos: -76.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23871 + components: + - type: Transform + pos: -13.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23951 + components: + - type: Transform + pos: -77.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23984 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24002 + components: + - type: Transform + pos: 34.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24130 + components: + - type: Transform + pos: 37.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24143 + components: + - type: Transform + pos: 36.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24206 + components: + - type: Transform + pos: -47.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24232 + components: + - type: Transform + pos: 8.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24257 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24276 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24286 + components: + - type: Transform + pos: -21.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24301 + components: + - type: Transform + pos: -25.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24352 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24362 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24370 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24402 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24411 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24420 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24424 + components: + - type: Transform + pos: -21.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24462 + components: + - type: Transform + pos: -1.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24493 + components: + - type: Transform + pos: -17.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24585 + components: + - type: Transform + pos: -7.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24596 + components: + - type: Transform + pos: -16.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24629 + components: + - type: Transform + pos: -63.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24649 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24662 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24680 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24829 + components: + - type: Transform + pos: -94.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24931 + components: + - type: Transform + pos: -78.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24943 + components: + - type: Transform + pos: -78.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24977 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24978 + components: + - type: Transform + pos: -11.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25053 + components: + - type: Transform + pos: -38.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25070 + components: + - type: Transform + pos: -39.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25273 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25385 + components: + - type: Transform + pos: 35.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25394 + components: + - type: Transform + pos: 34.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25399 + components: + - type: Transform + pos: -95.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25524 + components: + - type: Transform + pos: 23.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25525 + components: + - type: Transform + pos: 24.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25634 + components: + - type: Transform + pos: 38.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25680 + components: + - type: Transform + pos: 57.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25692 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25698 + components: + - type: Transform + pos: 59.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25735 + components: + - type: Transform + pos: 4.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25778 + components: + - type: Transform + pos: -68.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25785 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25904 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25989 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26039 + components: + - type: Transform + pos: -23.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26182 + components: + - type: Transform + pos: -42.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26341 + components: + - type: Transform + pos: -67.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26518 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26631 + components: + - type: Transform + pos: -16.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26632 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26654 + components: + - type: Transform + pos: -9.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26958 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27071 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27095 + components: + - type: Transform + pos: -38.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-7.5 + parent: 2 + - uid: 27261 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27272 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27304 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27305 + components: + - type: Transform + pos: 36.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27319 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27505 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27595 + components: + - type: Transform + pos: 60.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27624 + components: + - type: Transform + pos: 62.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27823 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28075 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28085 + components: + - type: Transform + pos: 43.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28123 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28133 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28151 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28155 + components: + - type: Transform + pos: -29.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28289 + components: + - type: Transform + pos: -89.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28299 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28300 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 31504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34676 + components: + - type: Transform + pos: 70.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34677 + components: + - type: Transform + pos: 72.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34678 + components: + - type: Transform + pos: 73.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34770 + components: + - type: Transform + pos: -58.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34789 + components: + - type: Transform + pos: -54.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPort + entities: + - uid: 2834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34653 + components: + - type: Transform + pos: -42.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34654 + components: + - type: Transform + pos: -41.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34655 + components: + - type: Transform + pos: -40.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34656 + components: + - type: Transform + pos: -39.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34783 + components: + - type: Transform + pos: -53.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34784 + components: + - type: Transform + pos: -59.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPressurePump + entities: + - uid: 2532 + components: + - type: Transform + pos: 43.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2542 + components: + - type: Transform + pos: 41.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4349 + components: + - type: Transform + pos: -45.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4350 + components: + - type: Transform + pos: -49.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4354 + components: + - type: Transform + pos: -43.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4359 + components: + - type: Transform + pos: -41.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4383 + components: + - type: Transform + pos: -39.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4960 + components: + - type: Transform + pos: -37.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4965 + components: + - type: Transform + pos: -47.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasRecycler + entities: + - uid: 9578 + components: + - type: Transform + pos: -60.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezer + entities: + - uid: 9507 + components: + - type: Transform + pos: -54.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 17015 + components: + - type: Transform + pos: -53.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezerEnabled + entities: + - uid: 24774 + components: + - type: Transform + pos: -58.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 9508 + components: + - type: Transform + pos: -55.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9511 + components: + - type: Transform + pos: -56.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasValve + entities: + - uid: 6556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentPump + entities: + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25700 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28746 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1655 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2458 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25115 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6519 + components: + - type: Transform + pos: -22.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6973 + components: + - type: Transform + pos: -55.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25195 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8835 + components: + - type: Transform + pos: -34.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25290 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25260 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13378 + components: + - type: Transform + pos: -68.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25224 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22899 + components: + - type: Transform + pos: -84.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1865 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23247 + components: + - type: Transform + pos: -27.5,75.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1865 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7404 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25250 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25274 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25343 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25345 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15565 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 24775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25136 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25353 + components: + - type: Transform + pos: 45.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28747 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25631 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25742 + components: + - type: Transform + pos: 15.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25198 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2995 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25317 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25144 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25782 + components: + - type: Transform + pos: 65.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25301 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25276 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25279 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25277 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25791 + components: + - type: Transform + pos: 17.5,54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25287 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25256 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25794 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25835 + components: + - type: Transform + pos: 6.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25847 + components: + - type: Transform + pos: 21.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25973 + components: + - type: Transform + pos: -27.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26009 + components: + - type: Transform + pos: -32.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25196 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26056 + components: + - type: Transform + pos: -18.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26059 + components: + - type: Transform + pos: -33.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25169 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25166 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26079 + components: + - type: Transform + pos: -35.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26083 + components: + - type: Transform + pos: -59.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28740 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26121 + components: + - type: Transform + pos: -7.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26137 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25140 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26217 + components: + - type: Transform + pos: -10.5,67.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26219 + components: + - type: Transform + pos: -4.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26235 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26248 + components: + - type: Transform + pos: -39.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26629 + components: + - type: Transform + pos: -17.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25339 + - 25249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26742 + components: + - type: Transform + pos: -95.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26834 + components: + - type: Transform + pos: -85.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,74.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28791 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25254 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28752 + - 25239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26885 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28747 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28748 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 26946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27007 + components: + - type: Transform + pos: -54.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28655 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27017 + components: + - type: Transform + pos: 34.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27124 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27152 + components: + - type: Transform + pos: -57.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27239 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27246 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27247 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27248 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - 25331 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25267 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27351 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25338 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27438 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27466 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25246 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25245 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25223 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25191 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28746 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -113.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28747 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27748 + components: + - type: Transform + pos: 76.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27751 + components: + - type: Transform + pos: 60.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 27819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28110 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23688 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15565 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28213 + components: + - type: Transform + pos: 76.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25298 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25302 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28245 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25340 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28331 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28501 + components: + - type: Transform + pos: 65.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25314 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28546 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28583 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25245 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25307 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 28757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29289 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25251 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25346 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 35768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,-24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36078 + components: + - type: Transform + pos: -30.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36079 + components: + - type: Transform + pos: -26.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 36081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 391 + components: + - type: Transform + pos: 52.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25700 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25345 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25293 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1655 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6966 + components: + - type: Transform + pos: -53.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8823 + components: + - type: Transform + pos: -12.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25140 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28655 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25224 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13382 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14205 + components: + - type: Transform + pos: -37.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25115 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15918 + components: + - type: Transform + pos: -21.5,74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1865 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15936 + components: + - type: Transform + pos: -59.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25223 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15945 + components: + - type: Transform + pos: -75.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24007 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25246 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24040 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25343 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25191 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24464 + components: + - type: Transform + pos: -6.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2995 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28747 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28747 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25352 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 25387 + components: + - type: Transform + pos: -94.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28748 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25440 + components: + - type: Transform + pos: 39.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25621 + components: + - type: Transform + pos: 32.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25633 + components: + - type: Transform + pos: 54.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25301 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25635 + components: + - type: Transform + pos: 15.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25655 + components: + - type: Transform + pos: -58.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25696 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28791 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25196 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25752 + components: + - type: Transform + pos: -19.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7404 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25169 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25757 + components: + - type: Transform + pos: -27.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25166 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28740 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25779 + components: + - type: Transform + pos: -44.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25786 + components: + - type: Transform + pos: -44.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15565 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25790 + components: + - type: Transform + pos: 19.5,54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25834 + components: + - type: Transform + pos: 7.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25837 + components: + - type: Transform + pos: -3.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25317 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25848 + components: + - type: Transform + pos: 22.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25936 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 25990 + components: + - type: Transform + pos: -20.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26010 + components: + - type: Transform + pos: -33.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,39.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26032 + components: + - type: Transform + pos: 14.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15850 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26035 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25195 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25198 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26078 + components: + - type: Transform + pos: -34.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25144 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25267 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26152 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25276 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25290 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25277 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25287 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25256 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26218 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26220 + components: + - type: Transform + pos: -2.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26249 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26681 + components: + - type: Transform + pos: -8.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25314 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26698 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26831 + components: + - type: Transform + pos: -83.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,74.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26886 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25136 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26893 + components: + - type: Transform + pos: -93.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28746 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26894 + components: + - type: Transform + pos: -77.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28746 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 26975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -113.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 28747 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27006 + components: + - type: Transform + pos: -53.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27008 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25245 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27011 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27122 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25250 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27125 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27149 + components: + - type: Transform + pos: -58.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27243 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27244 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27245 + components: + - type: Transform + pos: -14.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27252 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23688 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15565 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27257 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25274 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27271 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27299 + components: + - type: Transform + pos: 76.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25298 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25302 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25340 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27350 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27383 + components: + - type: Transform + pos: 31.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27422 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27425 + components: + - type: Transform + pos: -92.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27437 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27440 + components: + - type: Transform + pos: -20.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27467 + components: + - type: Transform + pos: -45.5,-23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25260 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-5.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27747 + components: + - type: Transform + pos: 77.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27752 + components: + - type: Transform + pos: 62.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27853 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25245 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 27888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28098 + components: + - type: Transform + pos: 36.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25249 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28113 + components: + - type: Transform + pos: -53.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25333 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - 25331 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25252 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25254 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28290 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28330 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28500 + components: + - type: Transform + pos: 66.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28545 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28566 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28584 + components: + - type: Transform + pos: 14.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25253 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1865 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 28776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25346 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 35770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,-24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36076 + components: + - type: Transform + pos: -24.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 36077 + components: + - type: Transform + pos: -28.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVolumePump + entities: + - uid: 34771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34794 + components: + - type: Transform + pos: -59.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34797 + components: + - type: Transform + pos: -53.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: Gauze + entities: + - uid: 1574 + components: + - type: Transform + pos: 8.030889,16.631584 + parent: 2 + - uid: 3465 + components: + - type: Transform + pos: 41.734196,-21.431963 + parent: 2 +- proto: Gauze1 + entities: + - uid: 3464 + components: + - type: Transform + pos: 41.89826,-21.256182 + parent: 2 + - uid: 5523 + components: + - type: Transform + pos: 50.135185,46.605064 + parent: 2 + - uid: 6906 + components: + - type: Transform + pos: 43.00011,-21.318933 + parent: 2 + - uid: 6907 + components: + - type: Transform + pos: 44.640736,-22.748621 + parent: 2 + - uid: 8312 + components: + - type: Transform + pos: 49.830498,46.441 + parent: 2 +- proto: GeigerCounter + entities: + - uid: 8311 + components: + - type: Transform + pos: 49.279716,46.65194 + parent: 2 +- proto: GlimmerProber + entities: + - uid: 4759 + components: + - type: Transform + pos: 46.5,30.5 + parent: 2 +- proto: GlowstickBase + entities: + - uid: 2099 + components: + - type: Transform + pos: -19.598991,16.747276 + parent: 2 +- proto: GlowstickBlue + entities: + - uid: 2093 + components: + - type: Transform + pos: -8.70348,10.857905 + parent: 2 + - uid: 2095 + components: + - type: Transform + pos: -8.6214485,10.799312 + parent: 2 + - uid: 2096 + components: + - type: Transform + pos: -16.575478,16.641808 + parent: 2 +- proto: GlowstickPurple + entities: + - uid: 2100 + components: + - type: Transform + pos: -28.622429,9.716027 + parent: 2 + - uid: 33601 + components: + - type: Transform + pos: 82.8568,57.574116 + parent: 2 +- proto: GlowstickRed + entities: + - uid: 2098 + components: + - type: Transform + pos: -28.552116,16.747276 + parent: 2 +- proto: GlowstickYellow + entities: + - uid: 2097 + components: + - type: Transform + pos: -25.575554,16.723839 + parent: 2 +- proto: GoldDoor + entities: + - uid: 32466 + components: + - type: Transform + pos: 83.5,69.5 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 2402 + components: + - type: Transform + pos: -60.5,18.5 + parent: 2 + - type: ApcPowerReceiver + needsPower: False +- proto: Grille + entities: + - uid: 8 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 6.5,17.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 11.5,-54.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: -25.5,17.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: -16.5,17.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: -12.5,17.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: -11.5,17.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: -28.5,17.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: -6.5,8.5 + parent: 2 + - uid: 620 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: 15.5,35.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 724 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 731 + components: + - type: Transform + pos: 15.5,36.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: -2.5,58.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: -2.5,60.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: 6.5,22.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 1183 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: -121.5,8.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 1841 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 + - uid: 1930 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 2197 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + pos: 29.5,22.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: 40.5,52.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + pos: 59.5,25.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - uid: 2319 + components: + - type: Transform + pos: -27.5,-39.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: -61.5,6.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + pos: 76.5,-22.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + pos: 74.5,-22.5 + parent: 2 + - uid: 2405 + components: + - type: Transform + pos: 75.5,-22.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 2480 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 2482 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: -79.5,-14.5 + parent: 2 + - uid: 2550 + components: + - type: Transform + pos: -89.5,-14.5 + parent: 2 + - uid: 2560 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 2562 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + pos: -78.5,-13.5 + parent: 2 + - uid: 2564 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 2566 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 2567 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 2569 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 2571 + components: + - type: Transform + pos: -1.5,-47.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 2577 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - uid: 2587 + components: + - type: Transform + pos: 4.5,60.5 + parent: 2 + - uid: 2608 + components: + - type: Transform + pos: 28.5,42.5 + parent: 2 + - uid: 2640 + components: + - type: Transform + pos: 8.5,36.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: -2.5,61.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: 12.5,55.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: 8.5,35.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: 22.5,47.5 + parent: 2 + - uid: 2725 + components: + - type: Transform + pos: -77.5,-11.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -90.5,30.5 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: 78.5,-20.5 + parent: 2 + - uid: 2760 + components: + - type: Transform + pos: 78.5,-21.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: 30.5,55.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: 27.5,57.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: 28.5,57.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: 78.5,-19.5 + parent: 2 + - uid: 2785 + components: + - type: Transform + pos: 81.5,-2.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -24.5,57.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + pos: -79.5,31.5 + parent: 2 + - uid: 2829 + components: + - type: Transform + pos: 81.5,-4.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: 41.5,52.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: 45.5,52.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + pos: -1.5,49.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + pos: 44.5,52.5 + parent: 2 + - uid: 2858 + components: + - type: Transform + pos: 43.5,52.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 2867 + components: + - type: Transform + pos: 12.5,56.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: -50.5,6.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + pos: 81.5,-0.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + pos: -23.5,17.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + pos: 39.5,52.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + pos: -24.5,58.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + pos: -26.5,17.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + pos: -29.5,17.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: -30.5,-2.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + pos: -30.5,7.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 2979 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - uid: 2981 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 2989 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 3141 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 3159 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 3161 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 3162 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 3164 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 3167 + components: + - type: Transform + pos: 15.5,-37.5 + parent: 2 + - uid: 3189 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -66.5,-18.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 3222 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + pos: -1.5,54.5 + parent: 2 + - uid: 3226 + components: + - type: Transform + pos: 6.5,57.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + pos: -17.5,-18.5 + parent: 2 + - uid: 3260 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 + - uid: 3261 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 3262 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 3264 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 3265 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 3326 + components: + - type: Transform + pos: 21.5,-37.5 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 + - uid: 3338 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 + - uid: 3346 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 2 + - uid: 3350 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: 14.5,59.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + pos: 13.5,59.5 + parent: 2 + - uid: 3482 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + pos: 35.5,-35.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + pos: 36.5,-35.5 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + pos: 34.5,-35.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + pos: 37.5,-35.5 + parent: 2 + - uid: 3536 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + pos: 30.5,-35.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 3572 + components: + - type: Transform + pos: 47.5,12.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 2 + - uid: 3629 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - uid: 3636 + components: + - type: Transform + pos: 41.5,-15.5 + parent: 2 + - uid: 3638 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 + - uid: 3644 + components: + - type: Transform + pos: 47.5,4.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 3646 + components: + - type: Transform + pos: 47.5,11.5 + parent: 2 + - uid: 3647 + components: + - type: Transform + pos: 47.5,10.5 + parent: 2 + - uid: 3648 + components: + - type: Transform + pos: 47.5,5.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 3674 + components: + - type: Transform + pos: -0.5,63.5 + parent: 2 + - uid: 3677 + components: + - type: Transform + pos: -58.5,21.5 + parent: 2 + - uid: 3706 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: -82.5,39.5 + parent: 2 + - uid: 3751 + components: + - type: Transform + pos: -85.5,39.5 + parent: 2 + - uid: 3752 + components: + - type: Transform + pos: -86.5,39.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + pos: -87.5,39.5 + parent: 2 + - uid: 3761 + components: + - type: Transform + pos: -42.5,18.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + pos: 51.5,20.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + pos: -33.5,52.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 41.5,40.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 51.5,14.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 54.5,-33.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + pos: 51.5,21.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: -32.5,52.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: -31.5,52.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: 42.5,-20.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: 39.5,-20.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + pos: 61.5,9.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: 51.5,11.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 + - uid: 3874 + components: + - type: Transform + pos: 59.5,1.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + pos: 63.5,1.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: 52.5,-3.5 + parent: 2 + - uid: 3880 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - uid: 3890 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: 66.5,1.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: 51.5,12.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: -106.5,27.5 + parent: 2 + - uid: 3909 + components: + - type: Transform + pos: -105.5,29.5 + parent: 2 + - uid: 3910 + components: + - type: Transform + pos: 54.5,-35.5 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: 53.5,-11.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 43.5,-20.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: -106.5,28.5 + parent: 2 + - uid: 3939 + components: + - type: Transform + pos: 49.5,-16.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - uid: 3942 + components: + - type: Transform + pos: -104.5,30.5 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 3951 + components: + - type: Transform + pos: 41.5,44.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 3977 + components: + - type: Transform + pos: 41.5,42.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 3986 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: 40.5,-30.5 + parent: 2 + - uid: 4012 + components: + - type: Transform + pos: -45.5,66.5 + parent: 2 + - uid: 4013 + components: + - type: Transform + pos: -34.5,62.5 + parent: 2 + - uid: 4023 + components: + - type: Transform + pos: 59.5,9.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + pos: -101.5,31.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: -100.5,17.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + pos: 41.5,39.5 + parent: 2 + - uid: 4120 + components: + - type: Transform + pos: -106.5,21.5 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: -102.5,17.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: 55.5,9.5 + parent: 2 + - uid: 4147 + components: + - type: Transform + pos: 42.5,54.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + pos: -102.5,31.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + pos: -101.5,17.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: 57.5,9.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + pos: 42.5,56.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: -101.5,-14.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + pos: 36.5,54.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: 48.5,54.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: 36.5,56.5 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: 48.5,55.5 + parent: 2 + - uid: 4194 + components: + - type: Transform + pos: 54.5,-34.5 + parent: 2 + - uid: 4198 + components: + - type: Transform + pos: 48.5,56.5 + parent: 2 + - uid: 4200 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 4202 + components: + - type: Transform + pos: 42.5,55.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: 62.5,1.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: 60.5,1.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: 61.5,1.5 + parent: 2 + - uid: 4214 + components: + - type: Transform + pos: -100.5,31.5 + parent: 2 + - uid: 4216 + components: + - type: Transform + pos: -103.5,30.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: 65.5,9.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: 65.5,25.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: 63.5,25.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: 61.5,25.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: 57.5,25.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + pos: 55.5,25.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: 63.5,9.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 67.5,25.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: 37.5,-19.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + pos: 74.5,14.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: 74.5,15.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: 74.5,20.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + pos: 74.5,19.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + pos: 74.5,18.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + pos: 74.5,17.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + pos: 74.5,16.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + pos: 40.5,-29.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + pos: 40.5,-28.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: 44.5,-20.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + pos: -92.5,13.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + pos: -104.5,18.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + pos: -1.5,48.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 4640 + components: + - type: Transform + pos: -1.5,47.5 + parent: 2 + - uid: 4666 + components: + - type: Transform + pos: 92.5,41.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: 90.5,14.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: -50.5,54.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: -50.5,53.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: -24.5,59.5 + parent: 2 + - uid: 4943 + components: + - type: Transform + pos: -103.5,18.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: -106.5,20.5 + parent: 2 + - uid: 5014 + components: + - type: Transform + pos: 48.5,-17.5 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: 56.5,-28.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: 55.5,-28.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + pos: 54.5,-28.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + pos: 13.5,58.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: 57.5,-28.5 + parent: 2 + - uid: 5033 + components: + - type: Transform + pos: 58.5,-28.5 + parent: 2 + - uid: 5034 + components: + - type: Transform + pos: 70.5,-14.5 + parent: 2 + - uid: 5054 + components: + - type: Transform + pos: 67.5,1.5 + parent: 2 + - uid: 5055 + components: + - type: Transform + pos: 68.5,1.5 + parent: 2 + - uid: 5056 + components: + - type: Transform + pos: 69.5,1.5 + parent: 2 + - uid: 5057 + components: + - type: Transform + pos: 70.5,1.5 + parent: 2 + - uid: 5058 + components: + - type: Transform + pos: 71.5,1.5 + parent: 2 + - uid: 5063 + components: + - type: Transform + pos: -105.5,19.5 + parent: 2 + - uid: 5082 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: 70.5,-13.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: -35.5,8.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + pos: -15.5,40.5 + parent: 2 + - uid: 5298 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 5315 + components: + - type: Transform + pos: 60.5,58.5 + parent: 2 + - uid: 5316 + components: + - type: Transform + pos: 59.5,58.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: 58.5,58.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: -102.5,-14.5 + parent: 2 + - uid: 5362 + components: + - type: Transform + pos: -100.5,-14.5 + parent: 2 + - uid: 5417 + components: + - type: Transform + pos: -102.5,-0.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: -101.5,-0.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: -48.5,36.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: -100.5,-0.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 5844 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: -14.5,-40.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: 80.5,-18.5 + parent: 2 + - uid: 6155 + components: + - type: Transform + pos: 79.5,-18.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + pos: 81.5,-6.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + pos: 79.5,-14.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + pos: 80.5,-14.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + pos: 78.5,-16.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + pos: 79.5,-16.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + pos: 80.5,-16.5 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: 81.5,-16.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: 58.5,-33.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: 58.5,-34.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: 58.5,-35.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: -46.5,-48.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: -46.5,-47.5 + parent: 2 + - uid: 6673 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 6698 + components: + - type: Transform + pos: -43.5,-39.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: -31.5,-45.5 + parent: 2 + - uid: 6726 + components: + - type: Transform + pos: -42.5,-45.5 + parent: 2 + - uid: 6736 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 6766 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - uid: 6769 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 6797 + components: + - type: Transform + pos: -49.5,-50.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + pos: -40.5,-26.5 + parent: 2 + - uid: 7100 + components: + - type: Transform + pos: -51.5,-14.5 + parent: 2 + - uid: 7104 + components: + - type: Transform + pos: -46.5,-26.5 + parent: 2 + - uid: 7105 + components: + - type: Transform + pos: -47.5,-26.5 + parent: 2 + - uid: 7150 + components: + - type: Transform + pos: -35.5,-17.5 + parent: 2 + - uid: 7158 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 7166 + components: + - type: Transform + pos: -36.5,-17.5 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: -58.5,-5.5 + parent: 2 + - uid: 7248 + components: + - type: Transform + pos: -41.5,-26.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 7271 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 7273 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 7274 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 7275 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + pos: -43.5,-37.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + pos: -59.5,-5.5 + parent: 2 + - uid: 7412 + components: + - type: Transform + pos: -58.5,-0.5 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: -57.5,-0.5 + parent: 2 + - uid: 7430 + components: + - type: Transform + pos: -41.5,18.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + pos: -87.5,32.5 + parent: 2 + - uid: 7471 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + pos: -81.5,32.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: -98.5,26.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + pos: -98.5,27.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: -98.5,28.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: -98.5,29.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + pos: -98.5,19.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: -98.5,24.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: -98.5,20.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + pos: -98.5,23.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + pos: -98.5,25.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: -86.5,13.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: -86.5,14.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: -86.5,0.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: -98.5,21.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: -98.5,22.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: -98.5,-13.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: -86.5,1.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: -89.5,13.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + pos: -89.5,12.5 + parent: 2 + - uid: 7727 + components: + - type: Transform + pos: -92.5,12.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + pos: -86.5,2.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + pos: -82.5,15.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + pos: -82.5,14.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + pos: -82.5,13.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + pos: -86.5,3.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: -82.5,16.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + pos: -86.5,16.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: -86.5,15.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + pos: -74.5,14.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: -91.5,-7.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + pos: -91.5,-8.5 + parent: 2 + - uid: 7799 + components: + - type: Transform + pos: -91.5,-9.5 + parent: 2 + - uid: 7800 + components: + - type: Transform + pos: -90.5,-12.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + pos: -91.5,-10.5 + parent: 2 + - uid: 7802 + components: + - type: Transform + pos: -77.5,-9.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: -90.5,-11.5 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: -89.5,-13.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: -88.5,-14.5 + parent: 2 + - uid: 7807 + components: + - type: Transform + pos: -87.5,-14.5 + parent: 2 + - uid: 7813 + components: + - type: Transform + pos: -81.5,-14.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + pos: -80.5,-14.5 + parent: 2 + - uid: 7815 + components: + - type: Transform + pos: -79.5,-13.5 + parent: 2 + - uid: 7816 + components: + - type: Transform + pos: -78.5,-12.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + pos: -78.5,-11.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: -91.5,24.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + pos: -91.5,25.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + pos: -91.5,26.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: -91.5,27.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: -77.5,27.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + pos: -77.5,26.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: -77.5,25.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: -77.5,24.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: -90.5,28.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: -90.5,29.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: -89.5,30.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + pos: -88.5,31.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: -87.5,31.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + pos: -81.5,31.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + pos: -80.5,31.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + pos: -79.5,30.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + pos: -78.5,29.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + pos: -78.5,28.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + pos: -74.5,16.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + pos: -74.5,15.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + pos: -98.5,-11.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + pos: -98.5,-12.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + pos: -98.5,-9.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: -98.5,-10.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: -98.5,-8.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + pos: 61.5,-32.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: 60.5,-32.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: -100.5,15.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: -101.5,15.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + pos: -102.5,15.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + pos: -103.5,15.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + pos: -104.5,14.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: -105.5,14.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + pos: -106.5,13.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + pos: -107.5,12.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: -107.5,11.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + pos: -107.5,5.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + pos: -106.5,3.5 + parent: 2 + - uid: 7956 + components: + - type: Transform + pos: -107.5,4.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + pos: -105.5,2.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: -104.5,2.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: -100.5,1.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + pos: -101.5,1.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + pos: -102.5,1.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: -103.5,1.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: 29.5,44.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + pos: -89.5,-6.5 + parent: 2 + - uid: 8038 + components: + - type: Transform + pos: -88.5,-6.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: -87.5,-6.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + pos: -86.5,-6.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: -85.5,-6.5 + parent: 2 + - uid: 8043 + components: + - type: Transform + pos: -84.5,-6.5 + parent: 2 + - uid: 8044 + components: + - type: Transform + pos: -83.5,-6.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + pos: -82.5,-6.5 + parent: 2 + - uid: 8046 + components: + - type: Transform + pos: -81.5,-6.5 + parent: 2 + - uid: 8047 + components: + - type: Transform + pos: -80.5,-6.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: -79.5,-6.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: -99.5,12.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: -99.5,11.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: -99.5,10.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + pos: -99.5,9.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + pos: -99.5,8.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + pos: -99.5,7.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: -99.5,6.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + pos: -99.5,5.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + pos: -99.5,4.5 + parent: 2 + - uid: 8060 + components: + - type: Transform + pos: -99.5,3.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + pos: -89.5,23.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + pos: -88.5,23.5 + parent: 2 + - uid: 8065 + components: + - type: Transform + pos: -87.5,23.5 + parent: 2 + - uid: 8066 + components: + - type: Transform + pos: -86.5,23.5 + parent: 2 + - uid: 8067 + components: + - type: Transform + pos: -85.5,23.5 + parent: 2 + - uid: 8068 + components: + - type: Transform + pos: -84.5,23.5 + parent: 2 + - uid: 8069 + components: + - type: Transform + pos: -83.5,23.5 + parent: 2 + - uid: 8070 + components: + - type: Transform + pos: -82.5,23.5 + parent: 2 + - uid: 8071 + components: + - type: Transform + pos: -81.5,23.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + pos: -80.5,23.5 + parent: 2 + - uid: 8073 + components: + - type: Transform + pos: -79.5,23.5 + parent: 2 + - uid: 8124 + components: + - type: Transform + pos: 56.5,-32.5 + parent: 2 + - uid: 8275 + components: + - type: Transform + pos: -81.5,39.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + pos: -80.5,39.5 + parent: 2 + - uid: 8362 + components: + - type: Transform + pos: -119.5,11.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + pos: -118.5,11.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + pos: -119.5,5.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + pos: -118.5,5.5 + parent: 2 + - uid: 8371 + components: + - type: Transform + pos: -122.5,6.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + pos: -123.5,10.5 + parent: 2 + - uid: 8386 + components: + - type: Transform + pos: -123.5,6.5 + parent: 2 + - uid: 8387 + components: + - type: Transform + pos: -122.5,10.5 + parent: 2 + - uid: 8412 + components: + - type: Transform + pos: -124.5,8.5 + parent: 2 + - uid: 8629 + components: + - type: Transform + pos: -77.5,39.5 + parent: 2 + - uid: 8630 + components: + - type: Transform + pos: -76.5,39.5 + parent: 2 + - uid: 8631 + components: + - type: Transform + pos: -75.5,39.5 + parent: 2 + - uid: 8633 + components: + - type: Transform + pos: -71.5,39.5 + parent: 2 + - uid: 8634 + components: + - type: Transform + pos: -72.5,39.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + pos: -73.5,39.5 + parent: 2 + - uid: 8696 + components: + - type: Transform + pos: -57.5,42.5 + parent: 2 + - uid: 8697 + components: + - type: Transform + pos: -58.5,42.5 + parent: 2 + - uid: 8705 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + pos: -56.5,17.5 + parent: 2 + - uid: 8711 + components: + - type: Transform + pos: -56.5,19.5 + parent: 2 + - uid: 8718 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 8732 + components: + - type: Transform + pos: -47.5,36.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + pos: -46.5,36.5 + parent: 2 + - uid: 8735 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 8794 + components: + - type: Transform + pos: -56.5,22.5 + parent: 2 + - uid: 8804 + components: + - type: Transform + pos: -56.5,27.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: -56.5,26.5 + parent: 2 + - uid: 8837 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 8876 + components: + - type: Transform + pos: -62.5,21.5 + parent: 2 + - uid: 8891 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 8892 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 8893 + components: + - type: Transform + pos: -59.5,21.5 + parent: 2 + - uid: 8909 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 + - uid: 8913 + components: + - type: Transform + pos: -51.5,24.5 + parent: 2 + - uid: 8927 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 8928 + components: + - type: Transform + pos: -57.5,30.5 + parent: 2 + - uid: 8937 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 8949 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 8963 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 8965 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 8969 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: -55.5,42.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: -46.5,32.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: -47.5,32.5 + parent: 2 + - uid: 9071 + components: + - type: Transform + pos: -28.5,23.5 + parent: 2 + - uid: 9113 + components: + - type: Transform + pos: -25.5,23.5 + parent: 2 + - uid: 9114 + components: + - type: Transform + pos: -26.5,23.5 + parent: 2 + - uid: 9153 + components: + - type: Transform + pos: -106.5,-11.5 + parent: 2 + - uid: 9154 + components: + - type: Transform + pos: -105.5,-12.5 + parent: 2 + - uid: 9175 + components: + - type: Transform + pos: 4.5,61.5 + parent: 2 + - uid: 9183 + components: + - type: Transform + pos: -49.5,47.5 + parent: 2 + - uid: 9184 + components: + - type: Transform + pos: -37.5,47.5 + parent: 2 + - uid: 9185 + components: + - type: Transform + pos: -45.5,47.5 + parent: 2 + - uid: 9191 + components: + - type: Transform + pos: -41.5,47.5 + parent: 2 + - uid: 9192 + components: + - type: Transform + pos: -39.5,47.5 + parent: 2 + - uid: 9193 + components: + - type: Transform + pos: -47.5,47.5 + parent: 2 + - uid: 9200 + components: + - type: Transform + pos: -103.5,-13.5 + parent: 2 + - uid: 9201 + components: + - type: Transform + pos: -106.5,-10.5 + parent: 2 + - uid: 9210 + components: + - type: Transform + pos: -104.5,-13.5 + parent: 2 + - uid: 9215 + components: + - type: Transform + pos: -24.5,23.5 + parent: 2 + - uid: 9221 + components: + - type: Transform + pos: 41.5,58.5 + parent: 2 + - uid: 9225 + components: + - type: Transform + pos: 49.5,52.5 + parent: 2 + - uid: 9234 + components: + - type: Transform + pos: 43.5,12.5 + parent: 2 + - uid: 9238 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 9245 + components: + - type: Transform + pos: 47.5,-10.5 + parent: 2 + - uid: 9258 + components: + - type: Transform + pos: 47.5,58.5 + parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 37.5,58.5 + parent: 2 + - uid: 9267 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: -98.5,-4.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: -98.5,-5.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: -98.5,-3.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: -98.5,-2.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: -98.5,-7.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: -43.5,47.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: 35.5,52.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + pos: 34.5,52.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + pos: -89.5,31.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + pos: -99.5,-14.5 + parent: 2 + - uid: 9343 + components: + - type: Transform + pos: -98.5,-6.5 + parent: 2 + - uid: 9346 + components: + - type: Transform + pos: -37.5,5.5 + parent: 2 + - uid: 9353 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 + - uid: 9462 + components: + - type: Transform + pos: -37.5,52.5 + parent: 2 + - uid: 9463 + components: + - type: Transform + pos: -39.5,52.5 + parent: 2 + - uid: 9464 + components: + - type: Transform + pos: -41.5,52.5 + parent: 2 + - uid: 9465 + components: + - type: Transform + pos: -43.5,52.5 + parent: 2 + - uid: 9466 + components: + - type: Transform + pos: -45.5,52.5 + parent: 2 + - uid: 9467 + components: + - type: Transform + pos: -47.5,52.5 + parent: 2 + - uid: 9468 + components: + - type: Transform + pos: -49.5,52.5 + parent: 2 + - uid: 9487 + components: + - type: Transform + pos: -30.5,49.5 + parent: 2 + - uid: 9489 + components: + - type: Transform + pos: 41.5,14.5 + parent: 2 + - uid: 9527 + components: + - type: Transform + pos: -66.5,-14.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + pos: -66.5,-15.5 + parent: 2 + - uid: 9555 + components: + - type: Transform + pos: -90.5,-13.5 + parent: 2 + - uid: 9559 + components: + - type: Transform + pos: -104.5,15.5 + parent: 2 + - uid: 9579 + components: + - type: Transform + pos: -91.5,-11.5 + parent: 2 + - uid: 9580 + components: + - type: Transform + pos: -106.5,2.5 + parent: 2 + - uid: 9581 + components: + - type: Transform + pos: -117.5,13.5 + parent: 2 + - uid: 9582 + components: + - type: Transform + pos: -107.5,3.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: -55.5,48.5 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: 4.5,53.5 + parent: 2 + - uid: 9653 + components: + - type: Transform + pos: 4.5,55.5 + parent: 2 + - uid: 9681 + components: + - type: Transform + pos: -107.5,13.5 + parent: 2 + - uid: 9687 + components: + - type: Transform + pos: -53.5,42.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: 4.5,54.5 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: -63.5,-34.5 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: -61.5,-36.5 + parent: 2 + - uid: 10400 + components: + - type: Transform + pos: -60.5,-36.5 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: -59.5,-36.5 + parent: 2 + - uid: 10649 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 10651 + components: + - type: Transform + pos: -117.5,1.5 + parent: 2 + - uid: 10655 + components: + - type: Transform + pos: -117.5,0.5 + parent: 2 + - uid: 10656 + components: + - type: Transform + pos: -117.5,15.5 + parent: 2 + - uid: 10657 + components: + - type: Transform + pos: -117.5,3.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + pos: -98.5,30.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + pos: 8.5,72.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: 10.5,72.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: 9.5,72.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + pos: -17.5,-47.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 12141 + components: + - type: Transform + pos: -106.5,14.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 12220 + components: + - type: Transform + pos: -104.5,1.5 + parent: 2 + - uid: 12239 + components: + - type: Transform + pos: -91.5,28.5 + parent: 2 + - uid: 12312 + components: + - type: Transform + pos: -54.5,-26.5 + parent: 2 + - uid: 12313 + components: + - type: Transform + pos: -55.5,-26.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 12730 + components: + - type: Transform + pos: -76.5,11.5 + parent: 2 + - uid: 12927 + components: + - type: Transform + pos: 50.5,52.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + pos: 44.5,-13.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 12949 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 12958 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 12961 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 13004 + components: + - type: Transform + pos: 43.5,14.5 + parent: 2 + - uid: 13006 + components: + - type: Transform + pos: 42.5,12.5 + parent: 2 + - uid: 13010 + components: + - type: Transform + pos: -78.5,30.5 + parent: 2 + - uid: 13013 + components: + - type: Transform + pos: -77.5,28.5 + parent: 2 + - uid: 13058 + components: + - type: Transform + pos: 8.5,57.5 + parent: 2 + - uid: 13060 + components: + - type: Transform + pos: 10.5,57.5 + parent: 2 + - uid: 13073 + components: + - type: Transform + pos: -103.5,-1.5 + parent: 2 + - uid: 13087 + components: + - type: Transform + pos: -104.5,-1.5 + parent: 2 + - uid: 13115 + components: + - type: Transform + pos: -106.5,-4.5 + parent: 2 + - uid: 13124 + components: + - type: Transform + pos: -106.5,-3.5 + parent: 2 + - uid: 13125 + components: + - type: Transform + pos: -105.5,-2.5 + parent: 2 + - uid: 13182 + components: + - type: Transform + pos: 77.5,2.5 + parent: 2 + - uid: 13196 + components: + - type: Transform + pos: -107.5,27.5 + parent: 2 + - uid: 13197 + components: + - type: Transform + pos: -106.5,29.5 + parent: 2 + - uid: 13198 + components: + - type: Transform + pos: -105.5,30.5 + parent: 2 + - uid: 13199 + components: + - type: Transform + pos: -103.5,31.5 + parent: 2 + - uid: 13200 + components: + - type: Transform + pos: -107.5,21.5 + parent: 2 + - uid: 13201 + components: + - type: Transform + pos: -106.5,19.5 + parent: 2 + - uid: 13202 + components: + - type: Transform + pos: -105.5,18.5 + parent: 2 + - uid: 13203 + components: + - type: Transform + pos: -103.5,17.5 + parent: 2 + - uid: 13213 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 13220 + components: + - type: Transform + pos: -107.5,-4.5 + parent: 2 + - uid: 13221 + components: + - type: Transform + pos: -106.5,-2.5 + parent: 2 + - uid: 13222 + components: + - type: Transform + pos: -105.5,-1.5 + parent: 2 + - uid: 13223 + components: + - type: Transform + pos: -103.5,-0.5 + parent: 2 + - uid: 13224 + components: + - type: Transform + pos: -107.5,-10.5 + parent: 2 + - uid: 13225 + components: + - type: Transform + pos: -106.5,-12.5 + parent: 2 + - uid: 13226 + components: + - type: Transform + pos: -105.5,-13.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + pos: -103.5,-14.5 + parent: 2 + - uid: 13238 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 13251 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 13361 + components: + - type: Transform + pos: -92.5,4.5 + parent: 2 + - uid: 13362 + components: + - type: Transform + pos: -92.5,3.5 + parent: 2 + - uid: 13363 + components: + - type: Transform + pos: -89.5,4.5 + parent: 2 + - uid: 13364 + components: + - type: Transform + pos: -89.5,3.5 + parent: 2 + - uid: 13725 + components: + - type: Transform + pos: 40.5,-39.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 13741 + components: + - type: Transform + pos: 46.5,-39.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - uid: 13743 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 13745 + components: + - type: Transform + pos: 47.5,-41.5 + parent: 2 + - uid: 13746 + components: + - type: Transform + pos: 48.5,-41.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + pos: 43.5,-41.5 + parent: 2 + - uid: 13748 + components: + - type: Transform + pos: 49.5,-42.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 13750 + components: + - type: Transform + pos: 39.5,-42.5 + parent: 2 + - uid: 13751 + components: + - type: Transform + pos: 39.5,-38.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + pos: 84.5,-8.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + pos: 85.5,-8.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + pos: 82.5,-9.5 + parent: 2 + - uid: 13755 + components: + - type: Transform + pos: 81.5,-9.5 + parent: 2 + - uid: 13758 + components: + - type: Transform + pos: 87.5,-2.5 + parent: 2 + - uid: 13759 + components: + - type: Transform + pos: 87.5,-0.5 + parent: 2 + - uid: 13760 + components: + - type: Transform + pos: 87.5,0.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + pos: 86.5,1.5 + parent: 2 + - uid: 13762 + components: + - type: Transform + pos: 83.5,1.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + pos: 84.5,2.5 + parent: 2 + - uid: 13764 + components: + - type: Transform + pos: 87.5,-7.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: 91.5,13.5 + parent: 2 + - uid: 13798 + components: + - type: Transform + pos: 92.5,18.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: 88.5,3.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + pos: 88.5,2.5 + parent: 2 + - uid: 13801 + components: + - type: Transform + pos: 88.5,8.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: 89.5,14.5 + parent: 2 + - uid: 13803 + components: + - type: Transform + pos: 90.5,10.5 + parent: 2 + - uid: 13804 + components: + - type: Transform + pos: 90.5,20.5 + parent: 2 + - uid: 13919 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - uid: 13949 + components: + - type: Transform + pos: 9.5,57.5 + parent: 2 + - uid: 13950 + components: + - type: Transform + pos: 17.5,60.5 + parent: 2 + - uid: 13955 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - uid: 13960 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 13961 + components: + - type: Transform + pos: -1.5,56.5 + parent: 2 + - uid: 14003 + components: + - type: Transform + pos: 21.5,39.5 + parent: 2 + - uid: 14004 + components: + - type: Transform + pos: 21.5,38.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 14006 + components: + - type: Transform + pos: 21.5,36.5 + parent: 2 + - uid: 14018 + components: + - type: Transform + pos: 10.5,51.5 + parent: 2 + - uid: 14019 + components: + - type: Transform + pos: 11.5,51.5 + parent: 2 + - uid: 14048 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 + - uid: 14049 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 14055 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 14082 + components: + - type: Transform + pos: 26.5,42.5 + parent: 2 + - uid: 14089 + components: + - type: Transform + pos: 25.5,37.5 + parent: 2 + - uid: 14093 + components: + - type: Transform + pos: 29.5,38.5 + parent: 2 + - uid: 14094 + components: + - type: Transform + pos: 29.5,37.5 + parent: 2 + - uid: 14095 + components: + - type: Transform + pos: 28.5,36.5 + parent: 2 + - uid: 14096 + components: + - type: Transform + pos: 27.5,36.5 + parent: 2 + - uid: 14099 + components: + - type: Transform + pos: 23.5,44.5 + parent: 2 + - uid: 14100 + components: + - type: Transform + pos: 26.5,36.5 + parent: 2 + - uid: 14101 + components: + - type: Transform + pos: 25.5,38.5 + parent: 2 + - uid: 14110 + components: + - type: Transform + pos: 24.5,44.5 + parent: 2 + - uid: 14121 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 14255 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 14273 + components: + - type: Transform + pos: -26.5,32.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 14453 + components: + - type: Transform + pos: -58.5,49.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + pos: -23.5,65.5 + parent: 2 + - uid: 15167 + components: + - type: Transform + pos: -25.5,65.5 + parent: 2 + - uid: 15170 + components: + - type: Transform + pos: -27.5,65.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + pos: 15.5,65.5 + parent: 2 + - uid: 15233 + components: + - type: Transform + pos: -23.5,60.5 + parent: 2 + - uid: 15248 + components: + - type: Transform + pos: -22.5,60.5 + parent: 2 + - uid: 15251 + components: + - type: Transform + pos: -21.5,60.5 + parent: 2 + - uid: 15253 + components: + - type: Transform + pos: -20.5,60.5 + parent: 2 + - uid: 15255 + components: + - type: Transform + pos: -19.5,60.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: -26.5,31.5 + parent: 2 + - uid: 15338 + components: + - type: Transform + pos: -24.5,32.5 + parent: 2 + - uid: 15339 + components: + - type: Transform + pos: -28.5,31.5 + parent: 2 + - uid: 15353 + components: + - type: Transform + pos: -30.5,31.5 + parent: 2 + - uid: 15355 + components: + - type: Transform + pos: -28.5,32.5 + parent: 2 + - uid: 15364 + components: + - type: Transform + pos: -30.5,27.5 + parent: 2 + - uid: 15365 + components: + - type: Transform + pos: -28.5,27.5 + parent: 2 + - uid: 15366 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 15367 + components: + - type: Transform + pos: -24.5,27.5 + parent: 2 + - uid: 15382 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 15383 + components: + - type: Transform + pos: -26.5,26.5 + parent: 2 + - uid: 15384 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 15391 + components: + - type: Transform + pos: -23.5,28.5 + parent: 2 + - uid: 15412 + components: + - type: Transform + pos: -23.5,30.5 + parent: 2 + - uid: 15452 + components: + - type: Transform + pos: -30.5,32.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + pos: -24.5,31.5 + parent: 2 + - uid: 15459 + components: + - type: Transform + pos: -26.5,35.5 + parent: 2 + - uid: 15460 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + pos: -24.5,35.5 + parent: 2 + - uid: 15465 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + pos: -30.5,35.5 + parent: 2 + - uid: 15508 + components: + - type: Transform + pos: -15.5,41.5 + parent: 2 + - uid: 15540 + components: + - type: Transform + pos: -18.5,43.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + pos: -58.5,47.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + pos: -9.5,37.5 + parent: 2 + - uid: 15608 + components: + - type: Transform + pos: -21.5,45.5 + parent: 2 + - uid: 15630 + components: + - type: Transform + pos: -13.5,65.5 + parent: 2 + - uid: 15632 + components: + - type: Transform + pos: -11.5,42.5 + parent: 2 + - uid: 15648 + components: + - type: Transform + pos: -24.5,43.5 + parent: 2 + - uid: 15651 + components: + - type: Transform + pos: -26.5,43.5 + parent: 2 + - uid: 15652 + components: + - type: Transform + pos: -25.5,43.5 + parent: 2 + - uid: 15688 + components: + - type: Transform + pos: -39.5,71.5 + parent: 2 + - uid: 15746 + components: + - type: Transform + pos: -38.5,71.5 + parent: 2 + - uid: 15792 + components: + - type: Transform + pos: -25.5,49.5 + parent: 2 + - uid: 15817 + components: + - type: Transform + pos: -15.5,65.5 + parent: 2 + - uid: 15819 + components: + - type: Transform + pos: -17.5,65.5 + parent: 2 + - uid: 15821 + components: + - type: Transform + pos: -19.5,65.5 + parent: 2 + - uid: 15823 + components: + - type: Transform + pos: -21.5,65.5 + parent: 2 + - uid: 15847 + components: + - type: Transform + pos: 10.5,61.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + pos: -51.5,-0.5 + parent: 2 + - uid: 15869 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 15928 + components: + - type: Transform + pos: -11.5,42.5 + parent: 2 + - uid: 15977 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: -52.5,-0.5 + parent: 2 + - uid: 15990 + components: + - type: Transform + pos: -54.5,-0.5 + parent: 2 + - uid: 15995 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 + - uid: 16243 + components: + - type: Transform + pos: -55.5,51.5 + parent: 2 + - uid: 16304 + components: + - type: Transform + pos: -28.5,57.5 + parent: 2 + - uid: 16305 + components: + - type: Transform + pos: -28.5,58.5 + parent: 2 + - uid: 16307 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 + - uid: 16308 + components: + - type: Transform + pos: -28.5,62.5 + parent: 2 + - uid: 16319 + components: + - type: Transform + pos: -28.5,61.5 + parent: 2 + - uid: 16320 + components: + - type: Transform + pos: -50.5,-0.5 + parent: 2 + - uid: 16335 + components: + - type: Transform + pos: -28.5,46.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + pos: -17.5,54.5 + parent: 2 + - uid: 16342 + components: + - type: Transform + pos: -17.5,55.5 + parent: 2 + - uid: 16343 + components: + - type: Transform + pos: -17.5,56.5 + parent: 2 + - uid: 16344 + components: + - type: Transform + pos: -17.5,58.5 + parent: 2 + - uid: 16345 + components: + - type: Transform + pos: -17.5,57.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + pos: -28.5,47.5 + parent: 2 + - uid: 16413 + components: + - type: Transform + pos: -17.5,45.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + pos: -55.5,50.5 + parent: 2 + - uid: 16477 + components: + - type: Transform + pos: 9.5,61.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - uid: 16686 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 16687 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 17117 + components: + - type: Transform + pos: -17.5,35.5 + parent: 2 + - uid: 17122 + components: + - type: Transform + pos: -20.5,35.5 + parent: 2 + - uid: 17872 + components: + - type: Transform + pos: 3.5,36.5 + parent: 2 + - uid: 17873 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - uid: 17874 + components: + - type: Transform + pos: 3.5,42.5 + parent: 2 + - uid: 17878 + components: + - type: Transform + pos: 3.5,41.5 + parent: 2 + - uid: 17973 + components: + - type: Transform + pos: -19.5,46.5 + parent: 2 + - uid: 17992 + components: + - type: Transform + pos: -51.5,6.5 + parent: 2 + - uid: 17994 + components: + - type: Transform + pos: 8.5,61.5 + parent: 2 + - uid: 17998 + components: + - type: Transform + pos: 7.5,61.5 + parent: 2 + - uid: 18021 + components: + - type: Transform + pos: -2.5,21.5 + parent: 2 + - uid: 18022 + components: + - type: Transform + pos: -108.5,5.5 + parent: 2 + - uid: 18024 + components: + - type: Transform + pos: -2.5,18.5 + parent: 2 + - uid: 18076 + components: + - type: Transform + pos: -14.5,61.5 + parent: 2 + - uid: 18077 + components: + - type: Transform + pos: -14.5,62.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 + - uid: 18387 + components: + - type: Transform + pos: -36.5,71.5 + parent: 2 + - uid: 18389 + components: + - type: Transform + pos: -37.5,71.5 + parent: 2 + - uid: 18395 + components: + - type: Transform + pos: -35.5,71.5 + parent: 2 + - uid: 18408 + components: + - type: Transform + pos: -60.5,6.5 + parent: 2 + - uid: 18409 + components: + - type: Transform + pos: -59.5,6.5 + parent: 2 + - uid: 18410 + components: + - type: Transform + pos: -57.5,6.5 + parent: 2 + - uid: 18411 + components: + - type: Transform + pos: -56.5,6.5 + parent: 2 + - uid: 18412 + components: + - type: Transform + pos: -55.5,6.5 + parent: 2 + - uid: 18413 + components: + - type: Transform + pos: -54.5,6.5 + parent: 2 + - uid: 18414 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 + - uid: 18560 + components: + - type: Transform + pos: -92.5,50.5 + parent: 2 + - uid: 18563 + components: + - type: Transform + pos: -96.5,55.5 + parent: 2 + - uid: 18564 + components: + - type: Transform + pos: -95.5,55.5 + parent: 2 + - uid: 18565 + components: + - type: Transform + pos: -94.5,55.5 + parent: 2 + - uid: 18572 + components: + - type: Transform + pos: -94.5,47.5 + parent: 2 + - uid: 18574 + components: + - type: Transform + pos: -96.5,47.5 + parent: 2 + - uid: 18577 + components: + - type: Transform + pos: -90.5,52.5 + parent: 2 + - uid: 18610 + components: + - type: Transform + pos: -91.5,50.5 + parent: 2 + - uid: 18611 + components: + - type: Transform + pos: -90.5,50.5 + parent: 2 + - uid: 18612 + components: + - type: Transform + pos: -91.5,52.5 + parent: 2 + - uid: 18613 + components: + - type: Transform + pos: -92.5,52.5 + parent: 2 + - uid: 18628 + components: + - type: Transform + pos: -104.5,45.5 + parent: 2 + - uid: 18629 + components: + - type: Transform + pos: -103.5,45.5 + parent: 2 + - uid: 18630 + components: + - type: Transform + pos: -102.5,45.5 + parent: 2 + - uid: 18631 + components: + - type: Transform + pos: -104.5,47.5 + parent: 2 + - uid: 18632 + components: + - type: Transform + pos: -103.5,47.5 + parent: 2 + - uid: 18633 + components: + - type: Transform + pos: -102.5,47.5 + parent: 2 + - uid: 18634 + components: + - type: Transform + pos: -104.5,55.5 + parent: 2 + - uid: 18635 + components: + - type: Transform + pos: -103.5,55.5 + parent: 2 + - uid: 18636 + components: + - type: Transform + pos: -102.5,55.5 + parent: 2 + - uid: 18637 + components: + - type: Transform + pos: -104.5,57.5 + parent: 2 + - uid: 18639 + components: + - type: Transform + pos: -102.5,57.5 + parent: 2 + - uid: 18640 + components: + - type: Transform + pos: -103.5,57.5 + parent: 2 + - uid: 18652 + components: + - type: Transform + pos: -102.5,53.5 + parent: 2 + - uid: 18653 + components: + - type: Transform + pos: -102.5,52.5 + parent: 2 + - uid: 18654 + components: + - type: Transform + pos: -102.5,51.5 + parent: 2 + - uid: 18655 + components: + - type: Transform + pos: -102.5,50.5 + parent: 2 + - uid: 18656 + components: + - type: Transform + pos: -102.5,49.5 + parent: 2 + - uid: 18657 + components: + - type: Transform + pos: -104.5,53.5 + parent: 2 + - uid: 18658 + components: + - type: Transform + pos: -104.5,52.5 + parent: 2 + - uid: 18659 + components: + - type: Transform + pos: -104.5,51.5 + parent: 2 + - uid: 18660 + components: + - type: Transform + pos: -104.5,50.5 + parent: 2 + - uid: 18661 + components: + - type: Transform + pos: -104.5,49.5 + parent: 2 + - uid: 18723 + components: + - type: Transform + pos: -113.5,60.5 + parent: 2 + - uid: 18724 + components: + - type: Transform + pos: -112.5,60.5 + parent: 2 + - uid: 18725 + components: + - type: Transform + pos: -111.5,60.5 + parent: 2 + - uid: 18741 + components: + - type: Transform + pos: -121.5,52.5 + parent: 2 + - uid: 18742 + components: + - type: Transform + pos: -121.5,51.5 + parent: 2 + - uid: 18743 + components: + - type: Transform + pos: -121.5,50.5 + parent: 2 + - uid: 18759 + components: + - type: Transform + pos: -111.5,42.5 + parent: 2 + - uid: 18760 + components: + - type: Transform + pos: -112.5,42.5 + parent: 2 + - uid: 18761 + components: + - type: Transform + pos: -113.5,42.5 + parent: 2 + - uid: 18799 + components: + - type: Transform + pos: -122.5,52.5 + parent: 2 + - uid: 18828 + components: + - type: Transform + pos: -125.5,59.5 + parent: 2 + - uid: 18829 + components: + - type: Transform + pos: -125.5,57.5 + parent: 2 + - uid: 18830 + components: + - type: Transform + pos: -126.5,53.5 + parent: 2 + - uid: 18831 + components: + - type: Transform + pos: -126.5,51.5 + parent: 2 + - uid: 18832 + components: + - type: Transform + pos: -125.5,60.5 + parent: 2 + - uid: 18833 + components: + - type: Transform + pos: -124.5,64.5 + parent: 2 + - uid: 18834 + components: + - type: Transform + pos: -120.5,64.5 + parent: 2 + - uid: 18835 + components: + - type: Transform + pos: -118.5,64.5 + parent: 2 + - uid: 18836 + components: + - type: Transform + pos: -115.5,64.5 + parent: 2 + - uid: 18837 + components: + - type: Transform + pos: -116.5,64.5 + parent: 2 + - uid: 18838 + components: + - type: Transform + pos: -123.5,64.5 + parent: 2 + - uid: 18839 + components: + - type: Transform + pos: -125.5,62.5 + parent: 2 + - uid: 18840 + components: + - type: Transform + pos: -113.5,65.5 + parent: 2 + - uid: 18841 + components: + - type: Transform + pos: -112.5,65.5 + parent: 2 + - uid: 18842 + components: + - type: Transform + pos: -108.5,64.5 + parent: 2 + - uid: 18843 + components: + - type: Transform + pos: -108.5,64.5 + parent: 2 + - uid: 18844 + components: + - type: Transform + pos: -106.5,64.5 + parent: 2 + - uid: 18845 + components: + - type: Transform + pos: -105.5,64.5 + parent: 2 + - uid: 18846 + components: + - type: Transform + pos: -101.5,65.5 + parent: 2 + - uid: 18847 + components: + - type: Transform + pos: -100.5,65.5 + parent: 2 + - uid: 18848 + components: + - type: Transform + pos: -99.5,62.5 + parent: 2 + - uid: 18849 + components: + - type: Transform + pos: -99.5,62.5 + parent: 2 + - uid: 18850 + components: + - type: Transform + pos: -98.5,60.5 + parent: 2 + - uid: 18851 + components: + - type: Transform + pos: -98.5,60.5 + parent: 2 + - uid: 18857 + components: + - type: Transform + pos: -121.5,41.5 + parent: 2 + - uid: 18858 + components: + - type: Transform + pos: -122.5,41.5 + parent: 2 + - uid: 18859 + components: + - type: Transform + pos: -123.5,42.5 + parent: 2 + - uid: 18860 + components: + - type: Transform + pos: -125.5,42.5 + parent: 2 + - uid: 18861 + components: + - type: Transform + pos: -125.5,41.5 + parent: 2 + - uid: 18866 + components: + - type: Transform + pos: -123.5,37.5 + parent: 2 + - uid: 18867 + components: + - type: Transform + pos: -122.5,37.5 + parent: 2 + - uid: 18868 + components: + - type: Transform + pos: -117.5,37.5 + parent: 2 + - uid: 18870 + components: + - type: Transform + pos: -125.5,38.5 + parent: 2 + - uid: 18871 + components: + - type: Transform + pos: -125.5,39.5 + parent: 2 + - uid: 18872 + components: + - type: Transform + pos: -126.5,43.5 + parent: 2 + - uid: 18873 + components: + - type: Transform + pos: -125.5,48.5 + parent: 2 + - uid: 18874 + components: + - type: Transform + pos: -125.5,49.5 + parent: 2 + - uid: 18875 + components: + - type: Transform + pos: -126.5,40.5 + parent: 2 + - uid: 18876 + components: + - type: Transform + pos: -126.5,56.5 + parent: 2 + - uid: 18877 + components: + - type: Transform + pos: -122.5,64.5 + parent: 2 + - uid: 18878 + components: + - type: Transform + pos: -119.5,65.5 + parent: 2 + - uid: 18881 + components: + - type: Transform + pos: -125.5,47.5 + parent: 2 + - uid: 18899 + components: + - type: Transform + pos: -119.5,37.5 + parent: 2 + - uid: 19317 + components: + - type: Transform + pos: -45.5,64.5 + parent: 2 + - uid: 19330 + components: + - type: Transform + pos: -61.5,46.5 + parent: 2 + - uid: 19331 + components: + - type: Transform + pos: -61.5,45.5 + parent: 2 + - uid: 19332 + components: + - type: Transform + pos: -57.5,51.5 + parent: 2 + - uid: 19340 + components: + - type: Transform + pos: -108.5,11.5 + parent: 2 + - uid: 19341 + components: + - type: Transform + pos: -87.5,-15.5 + parent: 2 + - uid: 19342 + components: + - type: Transform + pos: -81.5,-15.5 + parent: 2 + - uid: 19457 + components: + - type: Transform + pos: -99.5,31.5 + parent: 2 + - uid: 19463 + components: + - type: Transform + pos: -0.5,79.5 + parent: 2 + - uid: 19464 + components: + - type: Transform + pos: 1.5,79.5 + parent: 2 + - uid: 19465 + components: + - type: Transform + pos: 3.5,79.5 + parent: 2 + - uid: 19472 + components: + - type: Transform + pos: -4.5,79.5 + parent: 2 + - uid: 19473 + components: + - type: Transform + pos: -6.5,79.5 + parent: 2 + - uid: 19474 + components: + - type: Transform + pos: -8.5,79.5 + parent: 2 + - uid: 19475 + components: + - type: Transform + pos: 7.5,79.5 + parent: 2 + - uid: 19476 + components: + - type: Transform + pos: 9.5,79.5 + parent: 2 + - uid: 19477 + components: + - type: Transform + pos: 11.5,79.5 + parent: 2 + - uid: 19488 + components: + - type: Transform + pos: -8.5,80.5 + parent: 2 + - uid: 19489 + components: + - type: Transform + pos: -8.5,81.5 + parent: 2 + - uid: 19490 + components: + - type: Transform + pos: -8.5,82.5 + parent: 2 + - uid: 19491 + components: + - type: Transform + pos: -6.5,80.5 + parent: 2 + - uid: 19492 + components: + - type: Transform + pos: -6.5,81.5 + parent: 2 + - uid: 19493 + components: + - type: Transform + pos: -6.5,82.5 + parent: 2 + - uid: 19494 + components: + - type: Transform + pos: -4.5,80.5 + parent: 2 + - uid: 19495 + components: + - type: Transform + pos: -4.5,81.5 + parent: 2 + - uid: 19496 + components: + - type: Transform + pos: -4.5,82.5 + parent: 2 + - uid: 19497 + components: + - type: Transform + pos: -0.5,80.5 + parent: 2 + - uid: 19498 + components: + - type: Transform + pos: -0.5,81.5 + parent: 2 + - uid: 19499 + components: + - type: Transform + pos: -0.5,82.5 + parent: 2 + - uid: 19500 + components: + - type: Transform + pos: 1.5,80.5 + parent: 2 + - uid: 19501 + components: + - type: Transform + pos: 1.5,81.5 + parent: 2 + - uid: 19502 + components: + - type: Transform + pos: 1.5,82.5 + parent: 2 + - uid: 19503 + components: + - type: Transform + pos: 3.5,80.5 + parent: 2 + - uid: 19504 + components: + - type: Transform + pos: 3.5,81.5 + parent: 2 + - uid: 19505 + components: + - type: Transform + pos: 3.5,82.5 + parent: 2 + - uid: 19506 + components: + - type: Transform + pos: 7.5,80.5 + parent: 2 + - uid: 19507 + components: + - type: Transform + pos: 7.5,81.5 + parent: 2 + - uid: 19508 + components: + - type: Transform + pos: 7.5,82.5 + parent: 2 + - uid: 19509 + components: + - type: Transform + pos: 9.5,80.5 + parent: 2 + - uid: 19510 + components: + - type: Transform + pos: 9.5,81.5 + parent: 2 + - uid: 19511 + components: + - type: Transform + pos: 9.5,82.5 + parent: 2 + - uid: 19512 + components: + - type: Transform + pos: 11.5,80.5 + parent: 2 + - uid: 19513 + components: + - type: Transform + pos: 11.5,81.5 + parent: 2 + - uid: 19514 + components: + - type: Transform + pos: 11.5,82.5 + parent: 2 + - uid: 19515 + components: + - type: Transform + pos: 7.5,72.5 + parent: 2 + - uid: 19611 + components: + - type: Transform + pos: -12.5,77.5 + parent: 2 + - uid: 19612 + components: + - type: Transform + pos: -12.5,76.5 + parent: 2 + - uid: 19613 + components: + - type: Transform + pos: -12.5,75.5 + parent: 2 + - uid: 19614 + components: + - type: Transform + pos: -12.5,74.5 + parent: 2 + - uid: 19615 + components: + - type: Transform + pos: 15.5,77.5 + parent: 2 + - uid: 19616 + components: + - type: Transform + pos: 15.5,76.5 + parent: 2 + - uid: 19617 + components: + - type: Transform + pos: 15.5,75.5 + parent: 2 + - uid: 19618 + components: + - type: Transform + pos: 15.5,74.5 + parent: 2 + - uid: 19653 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 19655 + components: + - type: Transform + pos: -34.5,61.5 + parent: 2 + - uid: 19673 + components: + - type: Transform + pos: 11.5,61.5 + parent: 2 + - uid: 19710 + components: + - type: Transform + pos: 11.5,67.5 + parent: 2 + - uid: 19719 + components: + - type: Transform + pos: -34.5,73.5 + parent: 2 + - uid: 19724 + components: + - type: Transform + pos: -40.5,73.5 + parent: 2 + - uid: 19731 + components: + - type: Transform + pos: 11.5,72.5 + parent: 2 + - uid: 19757 + components: + - type: Transform + pos: -38.5,68.5 + parent: 2 + - uid: 19879 + components: + - type: Transform + pos: -37.5,68.5 + parent: 2 + - uid: 19892 + components: + - type: Transform + pos: 77.5,3.5 + parent: 2 + - uid: 19895 + components: + - type: Transform + pos: 81.5,2.5 + parent: 2 + - uid: 19896 + components: + - type: Transform + pos: 81.5,3.5 + parent: 2 + - uid: 19908 + components: + - type: Transform + pos: -66.5,-17.5 + parent: 2 + - uid: 19911 + components: + - type: Transform + pos: -63.5,-14.5 + parent: 2 + - uid: 19918 + components: + - type: Transform + pos: -70.5,-19.5 + parent: 2 + - uid: 19919 + components: + - type: Transform + pos: -71.5,-19.5 + parent: 2 + - uid: 19920 + components: + - type: Transform + pos: -72.5,-18.5 + parent: 2 + - uid: 19921 + components: + - type: Transform + pos: -71.5,-13.5 + parent: 2 + - uid: 19922 + components: + - type: Transform + pos: -68.5,-13.5 + parent: 2 + - uid: 19923 + components: + - type: Transform + pos: -63.5,-15.5 + parent: 2 + - uid: 19949 + components: + - type: Transform + pos: 92.5,39.5 + parent: 2 + - uid: 19961 + components: + - type: Transform + pos: -117.5,16.5 + parent: 2 + - uid: 19962 + components: + - type: Transform + pos: -117.5,12.5 + parent: 2 + - uid: 19964 + components: + - type: Transform + pos: -117.5,4.5 + parent: 2 + - uid: 19968 + components: + - type: Transform + pos: -115.5,16.5 + parent: 2 + - uid: 19971 + components: + - type: Transform + pos: -115.5,12.5 + parent: 2 + - uid: 19972 + components: + - type: Transform + pos: -115.5,4.5 + parent: 2 + - uid: 19975 + components: + - type: Transform + pos: -115.5,0.5 + parent: 2 + - uid: 19995 + components: + - type: Transform + pos: -123.5,11.5 + parent: 2 + - uid: 19996 + components: + - type: Transform + pos: -123.5,14.5 + parent: 2 + - uid: 19997 + components: + - type: Transform + pos: -121.5,17.5 + parent: 2 + - uid: 19998 + components: + - type: Transform + pos: -120.5,17.5 + parent: 2 + - uid: 19999 + components: + - type: Transform + pos: -123.5,3.5 + parent: 2 + - uid: 20000 + components: + - type: Transform + pos: -123.5,2.5 + parent: 2 + - uid: 20001 + components: + - type: Transform + pos: -122.5,-0.5 + parent: 2 + - uid: 20002 + components: + - type: Transform + pos: -118.5,-0.5 + parent: 2 + - uid: 20007 + components: + - type: Transform + pos: 44.5,-32.5 + parent: 2 + - uid: 20008 + components: + - type: Transform + pos: 50.5,-32.5 + parent: 2 + - uid: 20013 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 20014 + components: + - type: Transform + pos: -63.5,-18.5 + parent: 2 + - uid: 20716 + components: + - type: Transform + pos: -22.5,35.5 + parent: 2 + - uid: 20954 + components: + - type: Transform + pos: -35.5,73.5 + parent: 2 + - uid: 20998 + components: + - type: Transform + pos: -38.5,73.5 + parent: 2 + - uid: 21018 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - uid: 21076 + components: + - type: Transform + pos: -39.5,73.5 + parent: 2 + - uid: 21077 + components: + - type: Transform + pos: -41.5,73.5 + parent: 2 + - uid: 21165 + components: + - type: Transform + pos: -35.5,47.5 + parent: 2 + - uid: 21462 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 21467 + components: + - type: Transform + pos: 47.5,-1.5 + parent: 2 + - uid: 22261 + components: + - type: Transform + pos: -20.5,75.5 + parent: 2 + - uid: 22262 + components: + - type: Transform + pos: -20.5,74.5 + parent: 2 + - uid: 22263 + components: + - type: Transform + pos: -20.5,73.5 + parent: 2 + - uid: 22268 + components: + - type: Transform + pos: -23.5,76.5 + parent: 2 + - uid: 22269 + components: + - type: Transform + pos: -21.5,76.5 + parent: 2 + - uid: 22270 + components: + - type: Transform + pos: -22.5,76.5 + parent: 2 + - uid: 22272 + components: + - type: Transform + pos: -29.5,75.5 + parent: 2 + - uid: 22274 + components: + - type: Transform + pos: -29.5,74.5 + parent: 2 + - uid: 22275 + components: + - type: Transform + pos: -42.5,73.5 + parent: 2 + - uid: 22276 + components: + - type: Transform + pos: -27.5,77.5 + parent: 2 + - uid: 22277 + components: + - type: Transform + pos: -26.5,77.5 + parent: 2 + - uid: 22332 + components: + - type: Transform + pos: -18.5,73.5 + parent: 2 + - uid: 22333 + components: + - type: Transform + pos: -18.5,74.5 + parent: 2 + - uid: 22334 + components: + - type: Transform + pos: -18.5,75.5 + parent: 2 + - uid: 22335 + components: + - type: Transform + pos: -18.5,76.5 + parent: 2 + - uid: 22336 + components: + - type: Transform + pos: -19.5,78.5 + parent: 2 + - uid: 22337 + components: + - type: Transform + pos: -20.5,78.5 + parent: 2 + - uid: 22338 + components: + - type: Transform + pos: -21.5,78.5 + parent: 2 + - uid: 22339 + components: + - type: Transform + pos: -22.5,78.5 + parent: 2 + - uid: 22340 + components: + - type: Transform + pos: -24.5,79.5 + parent: 2 + - uid: 22341 + components: + - type: Transform + pos: -29.5,79.5 + parent: 2 + - uid: 22342 + components: + - type: Transform + pos: -28.5,79.5 + parent: 2 + - uid: 22343 + components: + - type: Transform + pos: -27.5,79.5 + parent: 2 + - uid: 22344 + components: + - type: Transform + pos: -26.5,79.5 + parent: 2 + - uid: 22345 + components: + - type: Transform + pos: -30.5,79.5 + parent: 2 + - uid: 22348 + components: + - type: Transform + pos: -31.5,75.5 + parent: 2 + - uid: 22349 + components: + - type: Transform + pos: -31.5,76.5 + parent: 2 + - uid: 22350 + components: + - type: Transform + pos: -31.5,77.5 + parent: 2 + - uid: 22351 + components: + - type: Transform + pos: -31.5,78.5 + parent: 2 + - uid: 22362 + components: + - type: Transform + pos: -45.5,65.5 + parent: 2 + - uid: 22754 + components: + - type: Transform + pos: -101.5,35.5 + parent: 2 + - uid: 22755 + components: + - type: Transform + pos: -102.5,35.5 + parent: 2 + - uid: 22803 + components: + - type: Transform + pos: -100.5,35.5 + parent: 2 + - uid: 23016 + components: + - type: Transform + pos: 15.5,66.5 + parent: 2 + - uid: 23072 + components: + - type: Transform + pos: 92.5,40.5 + parent: 2 + - uid: 23222 + components: + - type: Transform + pos: 5.5,21.5 + parent: 2 + - uid: 23223 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 23264 + components: + - type: Transform + pos: -61.5,51.5 + parent: 2 + - uid: 23292 + components: + - type: Transform + pos: -52.5,-42.5 + parent: 2 + - uid: 23707 + components: + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 23708 + components: + - type: Transform + pos: -57.5,50.5 + parent: 2 + - uid: 23710 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - uid: 23711 + components: + - type: Transform + pos: -61.5,50.5 + parent: 2 + - uid: 23744 + components: + - type: Transform + pos: -111.5,41.5 + parent: 2 + - uid: 23745 + components: + - type: Transform + pos: -112.5,41.5 + parent: 2 + - uid: 23748 + components: + - type: Transform + pos: -113.5,41.5 + parent: 2 + - uid: 23762 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 23763 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 + - uid: 23765 + components: + - type: Transform + pos: -59.5,47.5 + parent: 2 + - uid: 23807 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 23809 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 23895 + components: + - type: Transform + pos: 4.5,59.5 + parent: 2 + - uid: 24439 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 24791 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 24792 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 24793 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 25170 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 26846 + components: + - type: Transform + pos: -20.5,38.5 + parent: 2 + - uid: 26849 + components: + - type: Transform + pos: -24.5,38.5 + parent: 2 + - uid: 26850 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - uid: 26873 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - uid: 26876 + components: + - type: Transform + pos: -21.5,38.5 + parent: 2 + - uid: 26877 + components: + - type: Transform + pos: -22.5,38.5 + parent: 2 + - uid: 26878 + components: + - type: Transform + pos: -33.5,36.5 + parent: 2 + - uid: 27413 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 27905 + components: + - type: Transform + pos: 81.5,71.5 + parent: 2 + - uid: 27952 + components: + - type: Transform + pos: -26.5,-45.5 + parent: 2 + - uid: 27971 + components: + - type: Transform + pos: -20.5,46.5 + parent: 2 + - uid: 27972 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 + - uid: 28007 + components: + - type: Transform + pos: 84.5,73.5 + parent: 2 + - uid: 28047 + components: + - type: Transform + pos: 81.5,70.5 + parent: 2 + - uid: 28177 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 28178 + components: + - type: Transform + pos: -17.5,-45.5 + parent: 2 + - uid: 28250 + components: + - type: Transform + pos: -40.5,-45.5 + parent: 2 + - uid: 28835 + components: + - type: Transform + pos: -33.5,63.5 + parent: 2 + - uid: 29298 + components: + - type: Transform + pos: -32.5,63.5 + parent: 2 + - uid: 29540 + components: + - type: Transform + pos: -21.5,35.5 + parent: 2 + - uid: 29542 + components: + - type: Transform + pos: -18.5,35.5 + parent: 2 + - uid: 29543 + components: + - type: Transform + pos: -16.5,35.5 + parent: 2 + - uid: 29664 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 29671 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 + - uid: 29708 + components: + - type: Transform + pos: -45.5,67.5 + parent: 2 + - uid: 29719 + components: + - type: Transform + pos: -36.5,68.5 + parent: 2 + - uid: 29805 + components: + - type: Transform + pos: 90.5,53.5 + parent: 2 + - uid: 29806 + components: + - type: Transform + pos: 89.5,53.5 + parent: 2 + - uid: 29808 + components: + - type: Transform + pos: 91.5,54.5 + parent: 2 + - uid: 29809 + components: + - type: Transform + pos: 91.5,55.5 + parent: 2 + - uid: 29810 + components: + - type: Transform + pos: 91.5,56.5 + parent: 2 + - uid: 29811 + components: + - type: Transform + pos: 89.5,57.5 + parent: 2 + - uid: 29812 + components: + - type: Transform + pos: 90.5,57.5 + parent: 2 + - uid: 29897 + components: + - type: Transform + pos: -36.5,73.5 + parent: 2 + - uid: 29898 + components: + - type: Transform + pos: -37.5,73.5 + parent: 2 + - uid: 29932 + components: + - type: Transform + pos: 92.5,17.5 + parent: 2 + - uid: 29942 + components: + - type: Transform + pos: 92.5,16.5 + parent: 2 + - uid: 29955 + components: + - type: Transform + pos: -41.5,-39.5 + parent: 2 + - uid: 29956 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 29957 + components: + - type: Transform + pos: -38.5,-39.5 + parent: 2 + - uid: 29958 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 2 + - uid: 29960 + components: + - type: Transform + pos: -52.5,-41.5 + parent: 2 + - uid: 29978 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 30020 + components: + - type: Transform + pos: 89.5,20.5 + parent: 2 + - uid: 30255 + components: + - type: Transform + pos: -78.5,11.5 + parent: 2 + - uid: 30256 + components: + - type: Transform + pos: -79.5,11.5 + parent: 2 + - uid: 30257 + components: + - type: Transform + pos: -77.5,11.5 + parent: 2 + - uid: 30687 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 30688 + components: + - type: Transform + pos: -48.5,61.5 + parent: 2 + - uid: 30707 + components: + - type: Transform + pos: -35.5,68.5 + parent: 2 + - uid: 30728 + components: + - type: Transform + pos: -47.5,67.5 + parent: 2 + - uid: 30742 + components: + - type: Transform + pos: -47.5,65.5 + parent: 2 + - uid: 30743 + components: + - type: Transform + pos: -47.5,64.5 + parent: 2 + - uid: 30744 + components: + - type: Transform + pos: -47.5,63.5 + parent: 2 + - uid: 30789 + components: + - type: Transform + pos: 10.5,67.5 + parent: 2 + - uid: 31062 + components: + - type: Transform + pos: 7.5,67.5 + parent: 2 + - uid: 31090 + components: + - type: Transform + pos: -47.5,66.5 + parent: 2 + - uid: 31160 + components: + - type: Transform + pos: -73.5,4.5 + parent: 2 + - uid: 31161 + components: + - type: Transform + pos: -71.5,4.5 + parent: 2 + - uid: 31183 + components: + - type: Transform + pos: -43.5,73.5 + parent: 2 + - uid: 31186 + components: + - type: Transform + pos: -44.5,73.5 + parent: 2 + - uid: 31187 + components: + - type: Transform + pos: -45.5,73.5 + parent: 2 + - uid: 31188 + components: + - type: Transform + pos: -46.5,73.5 + parent: 2 + - uid: 31189 + components: + - type: Transform + pos: -47.5,73.5 + parent: 2 + - uid: 31190 + components: + - type: Transform + pos: -48.5,73.5 + parent: 2 + - uid: 31191 + components: + - type: Transform + pos: -49.5,73.5 + parent: 2 + - uid: 31192 + components: + - type: Transform + pos: -50.5,73.5 + parent: 2 + - uid: 31193 + components: + - type: Transform + pos: -51.5,73.5 + parent: 2 + - uid: 31194 + components: + - type: Transform + pos: -51.5,72.5 + parent: 2 + - uid: 31195 + components: + - type: Transform + pos: -51.5,71.5 + parent: 2 + - uid: 31196 + components: + - type: Transform + pos: -51.5,70.5 + parent: 2 + - uid: 31197 + components: + - type: Transform + pos: -51.5,69.5 + parent: 2 + - uid: 31198 + components: + - type: Transform + pos: -51.5,68.5 + parent: 2 + - uid: 31199 + components: + - type: Transform + pos: -51.5,67.5 + parent: 2 + - uid: 31200 + components: + - type: Transform + pos: -51.5,66.5 + parent: 2 + - uid: 31201 + components: + - type: Transform + pos: -51.5,65.5 + parent: 2 + - uid: 31202 + components: + - type: Transform + pos: -51.5,64.5 + parent: 2 + - uid: 31203 + components: + - type: Transform + pos: -52.5,64.5 + parent: 2 + - uid: 31204 + components: + - type: Transform + pos: -53.5,64.5 + parent: 2 + - uid: 31205 + components: + - type: Transform + pos: -54.5,64.5 + parent: 2 + - uid: 31206 + components: + - type: Transform + pos: -55.5,64.5 + parent: 2 + - uid: 31207 + components: + - type: Transform + pos: -56.5,64.5 + parent: 2 + - uid: 31208 + components: + - type: Transform + pos: -57.5,64.5 + parent: 2 + - uid: 31209 + components: + - type: Transform + pos: -58.5,64.5 + parent: 2 + - uid: 31210 + components: + - type: Transform + pos: -59.5,64.5 + parent: 2 + - uid: 31211 + components: + - type: Transform + pos: -60.5,64.5 + parent: 2 + - uid: 31212 + components: + - type: Transform + pos: -61.5,64.5 + parent: 2 + - uid: 31213 + components: + - type: Transform + pos: -62.5,64.5 + parent: 2 + - uid: 31214 + components: + - type: Transform + pos: -63.5,64.5 + parent: 2 + - uid: 31220 + components: + - type: Transform + pos: -95.5,47.5 + parent: 2 + - uid: 31404 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 + - uid: 31405 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 31406 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 31410 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 + - uid: 31411 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 31412 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 + - uid: 31419 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 31422 + components: + - type: Transform + pos: -59.5,55.5 + parent: 2 + - uid: 31423 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 + - uid: 31431 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 31432 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 31433 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 31611 + components: + - type: Transform + pos: 83.5,73.5 + parent: 2 + - uid: 31613 + components: + - type: Transform + pos: 82.5,73.5 + parent: 2 + - uid: 31616 + components: + - type: Transform + pos: 81.5,72.5 + parent: 2 + - uid: 31617 + components: + - type: Transform + pos: 85.5,72.5 + parent: 2 + - uid: 31618 + components: + - type: Transform + pos: 85.5,71.5 + parent: 2 + - uid: 31619 + components: + - type: Transform + pos: 85.5,70.5 + parent: 2 + - uid: 31632 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 31640 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - uid: 31711 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - uid: 31712 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 31713 + components: + - type: Transform + pos: -24.5,-45.5 + parent: 2 + - uid: 31714 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 + - uid: 31715 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 32181 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 + - uid: 32209 + components: + - type: Transform + pos: -96.5,56.5 + parent: 2 + - uid: 32210 + components: + - type: Transform + pos: -95.5,56.5 + parent: 2 + - uid: 32211 + components: + - type: Transform + pos: -94.5,56.5 + parent: 2 + - uid: 32212 + components: + - type: Transform + pos: -96.5,46.5 + parent: 2 + - uid: 32213 + components: + - type: Transform + pos: -95.5,46.5 + parent: 2 + - uid: 32214 + components: + - type: Transform + pos: -94.5,46.5 + parent: 2 + - uid: 32247 + components: + - type: Transform + pos: -122.5,51.5 + parent: 2 + - uid: 32248 + components: + - type: Transform + pos: -122.5,50.5 + parent: 2 + - uid: 32253 + components: + - type: Transform + pos: -113.5,61.5 + parent: 2 + - uid: 32254 + components: + - type: Transform + pos: -112.5,61.5 + parent: 2 + - uid: 32255 + components: + - type: Transform + pos: -111.5,61.5 + parent: 2 + - uid: 33647 + components: + - type: Transform + pos: 9.5,67.5 + parent: 2 + - uid: 33648 + components: + - type: Transform + pos: 8.5,67.5 + parent: 2 + - uid: 33714 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 33719 + components: + - type: Transform + pos: -57.5,14.5 + parent: 2 + - uid: 33722 + components: + - type: Transform + pos: -59.5,14.5 + parent: 2 + - uid: 33723 + components: + - type: Transform + pos: -58.5,14.5 + parent: 2 + - uid: 34697 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 + - uid: 34977 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 34978 + components: + - type: Transform + pos: -58.5,10.5 + parent: 2 + - uid: 35662 + components: + - type: Transform + pos: -64.5,64.5 + parent: 2 + - uid: 35663 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 + - uid: 35664 + components: + - type: Transform + pos: -66.5,64.5 + parent: 2 + - uid: 35665 + components: + - type: Transform + pos: -67.5,64.5 + parent: 2 + - uid: 35666 + components: + - type: Transform + pos: -68.5,64.5 + parent: 2 + - uid: 35667 + components: + - type: Transform + pos: -69.5,64.5 + parent: 2 + - uid: 35668 + components: + - type: Transform + pos: -69.5,63.5 + parent: 2 + - uid: 35669 + components: + - type: Transform + pos: -69.5,62.5 + parent: 2 + - uid: 35670 + components: + - type: Transform + pos: -69.5,61.5 + parent: 2 + - uid: 35671 + components: + - type: Transform + pos: -69.5,60.5 + parent: 2 + - uid: 35672 + components: + - type: Transform + pos: -69.5,59.5 + parent: 2 + - uid: 35673 + components: + - type: Transform + pos: -69.5,58.5 + parent: 2 + - uid: 35674 + components: + - type: Transform + pos: -69.5,57.5 + parent: 2 + - uid: 35675 + components: + - type: Transform + pos: -69.5,56.5 + parent: 2 + - uid: 35676 + components: + - type: Transform + pos: -69.5,55.5 + parent: 2 + - uid: 35677 + components: + - type: Transform + pos: -69.5,54.5 + parent: 2 + - uid: 35678 + components: + - type: Transform + pos: -69.5,53.5 + parent: 2 + - uid: 35710 + components: + - type: Transform + pos: -61.5,63.5 + parent: 2 + - uid: 35752 + components: + - type: Transform + pos: -103.5,-27.5 + parent: 2 + - uid: 35753 + components: + - type: Transform + pos: -102.5,-27.5 + parent: 2 + - uid: 35754 + components: + - type: Transform + pos: -101.5,-27.5 + parent: 2 + - uid: 36467 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - uid: 36469 + components: + - type: Transform + pos: -57.5,10.5 + parent: 2 + - uid: 36470 + components: + - type: Transform + pos: -59.5,10.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 4770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,13.5 + parent: 2 + - uid: 5395 + components: + - type: Transform + pos: 58.5,53.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: 57.5,53.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,56.5 + parent: 2 + - uid: 7011 + components: + - type: Transform + pos: -29.5,-34.5 + parent: 2 + - uid: 7012 + components: + - type: Transform + pos: -30.5,-34.5 + parent: 2 + - uid: 7013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-31.5 + parent: 2 + - uid: 7014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-31.5 + parent: 2 + - uid: 13744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,-9.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-8.5 + parent: 2 + - uid: 13766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,-5.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,-6.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,-0.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-1.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + pos: 85.5,2.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + pos: 84.5,3.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,-10.5 + parent: 2 + - uid: 13773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,-10.5 + parent: 2 + - uid: 13774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-36.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-38.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-41.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-41.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-42.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-41.5 + parent: 2 + - uid: 13780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-42.5 + parent: 2 + - uid: 13781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-39.5 + parent: 2 + - uid: 13782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-37.5 + parent: 2 + - uid: 13816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,7.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,9.5 + parent: 2 + - uid: 13825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,12.5 + parent: 2 + - uid: 13826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,11.5 + parent: 2 + - uid: 22934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -125.5,55.5 + parent: 2 + - uid: 23019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -125.5,64.5 + parent: 2 + - uid: 23020 + components: + - type: Transform + pos: -117.5,65.5 + parent: 2 + - uid: 23021 + components: + - type: Transform + pos: -116.5,65.5 + parent: 2 + - uid: 23022 + components: + - type: Transform + pos: -106.5,65.5 + parent: 2 + - uid: 23023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,63.5 + parent: 2 + - uid: 23024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,62.5 + parent: 2 + - uid: 23025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -126.5,55.5 + parent: 2 + - uid: 23026 + components: + - type: Transform + pos: -126.5,44.5 + parent: 2 + - uid: 23027 + components: + - type: Transform + pos: -122.5,42.5 + parent: 2 + - uid: 23028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,49.5 + parent: 2 + - uid: 23029 + components: + - type: Transform + pos: -122.5,38.5 + parent: 2 + - uid: 23030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -117.5,39.5 + parent: 2 + - uid: 23031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -117.5,38.5 + parent: 2 + - uid: 23033 + components: + - type: Transform + pos: -95.5,40.5 + parent: 2 + - uid: 23037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,61.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 18578 + components: + - type: Transform + pos: -95.5,65.5 + parent: 2 + - uid: 18579 + components: + - type: Transform + pos: -96.5,64.5 + parent: 2 + - uid: 18792 + components: + - type: Transform + pos: -94.5,65.5 + parent: 2 + - uid: 18793 + components: + - type: Transform + pos: -95.5,64.5 + parent: 2 + - uid: 18794 + components: + - type: Transform + pos: -97.5,64.5 + parent: 2 + - uid: 32293 + components: + - type: Transform + pos: -94.5,66.5 + parent: 2 + - uid: 32300 + components: + - type: Transform + pos: -100.5,63.5 + parent: 2 + - uid: 32302 + components: + - type: Transform + pos: -99.5,64.5 + parent: 2 + - uid: 32303 + components: + - type: Transform + pos: -98.5,64.5 + parent: 2 + - uid: 32304 + components: + - type: Transform + pos: -99.5,63.5 + parent: 2 + - uid: 32316 + components: + - type: Transform + pos: -93.5,66.5 + parent: 2 + - uid: 32317 + components: + - type: Transform + pos: -92.5,66.5 + parent: 2 + - uid: 32319 + components: + - type: Transform + pos: -92.5,67.5 + parent: 2 +- proto: GunSafeSubMachineGunWt550 + entities: + - uid: 15781 + components: + - type: Transform + pos: -6.5,32.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 4331 + components: + - type: Transform + pos: 49.76617,34.08667 + parent: 2 + - uid: 15379 + components: + - type: Transform + pos: 13.720597,54.94558 + parent: 2 + - uid: 15510 + components: + - type: Transform + pos: -36.5038,30.736282 + parent: 2 + - uid: 15533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.891557,68.5983 + parent: 2 + - uid: 19395 + components: + - type: Transform + pos: -9.701005,42.665085 + parent: 2 + - uid: 19396 + components: + - type: Transform + pos: -9.451005,42.61821 + parent: 2 + - uid: 32542 + components: + - type: Transform + pos: 99.55813,42.54598 + parent: 2 +- proto: HandheldCrewMonitor + entities: + - uid: 8961 + components: + - type: Transform + pos: 35.545147,3.6304834 + parent: 2 +- proto: HandheldGPSBasic + entities: + - uid: 1672 + components: + - type: Transform + pos: -25.51881,9.577614 + parent: 2 + - uid: 34980 + components: + - type: Transform + pos: 34.390953,3.685296 + parent: 2 +- proto: HandheldHealthAnalyzer + entities: + - uid: 5561 + components: + - type: Transform + pos: 48.69378,46.593346 + parent: 2 + - uid: 6909 + components: + - type: Transform + pos: 43.88972,-21.144852 + parent: 2 + - uid: 6911 + components: + - type: Transform + pos: -9.151129,-42.43531 + parent: 2 + - uid: 14206 + components: + - type: Transform + pos: 13.549272,55.62919 + parent: 2 + - uid: 15727 + components: + - type: Transform + pos: -24.405924,42.378788 + parent: 2 +- proto: HandLabeler + entities: + - uid: 1084 + components: + - type: Transform + pos: 20.645819,-1.1453056 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: 7.2949524,30.869534 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: 28.111671,30.624172 + parent: 2 + - uid: 9550 + components: + - type: Transform + pos: 36.36654,46.676826 + parent: 2 + - uid: 35809 + components: + - type: Transform + pos: -3.414721,-6.6666975 + parent: 2 +- proto: HappyHonk + entities: + - uid: 5701 + components: + - type: Transform + pos: -77.61699,1.6966684 + parent: 2 + - uid: 19431 + components: + - type: Transform + pos: -78.50285,3.6125455 + parent: 2 +- proto: HappyHonkMime + entities: + - uid: 4210 + components: + - type: Transform + pos: -81.284096,1.8494835 + parent: 2 +- proto: HatSpawner + entities: + - uid: 21090 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 21091 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 21092 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 21093 + components: + - type: Transform + pos: -32.5,27.5 + parent: 2 + - uid: 21095 + components: + - type: Transform + pos: -66.5,50.5 + parent: 2 + - uid: 21096 + components: + - type: Transform + pos: -71.5,22.5 + parent: 2 + - uid: 21098 + components: + - type: Transform + pos: -61.5,-31.5 + parent: 2 + - uid: 21099 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 2 + - uid: 33574 + components: + - type: Transform + pos: 72.5,31.5 + parent: 2 + - uid: 33575 + components: + - type: Transform + pos: 76.5,37.5 + parent: 2 + - uid: 33576 + components: + - type: Transform + pos: 92.5,33.5 + parent: 2 + - uid: 33577 + components: + - type: Transform + pos: 95.5,42.5 + parent: 2 + - uid: 33578 + components: + - type: Transform + pos: 99.5,41.5 + parent: 2 + - uid: 33579 + components: + - type: Transform + pos: 82.5,52.5 + parent: 2 +- proto: HeadSkeleton + entities: + - uid: 30075 + components: + - type: Transform + pos: 90.89885,41.841835 + parent: 2 + - uid: 30077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.6176,42.10746 + parent: 2 + - uid: 32533 + components: + - type: Transform + pos: 90.62023,41.821255 + parent: 2 + - uid: 32534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.05773,41.61813 + parent: 2 + - uid: 32535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.30773,41.49313 + parent: 2 + - uid: 32536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.22961,43.633755 + parent: 2 + - uid: 32537 + components: + - type: Transform + pos: 90.62023,43.758755 + parent: 2 + - uid: 32538 + components: + - type: Transform + pos: 84.76086,42.61813 + parent: 2 + - uid: 33559 + components: + - type: Transform + pos: 91.95369,27.203115 + parent: 2 +- proto: HeatExchanger + entities: + - uid: 15771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34688 + components: + - type: Transform + pos: -68.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: HighSecArmoryLocked + entities: + - uid: 9055 + components: + - type: Transform + pos: -23.5,43.5 + parent: 2 + - uid: 15618 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 23582 + components: + - type: Transform + pos: -28.5,44.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 3968 + components: + - type: Transform + pos: -24.5,74.5 + parent: 2 + - uid: 22597 + components: + - type: Transform + pos: 20.5,45.5 + parent: 2 + - uid: 22598 + components: + - type: Transform + pos: 27.5,40.5 + parent: 2 +- proto: Holoprojector + entities: + - uid: 18542 + components: + - type: Transform + pos: -37.40299,24.825838 + parent: 2 +- proto: HoloprojectorEngineering + entities: + - uid: 30647 + components: + - type: Transform + pos: -53.36526,35.883842 + parent: 2 + - uid: 30648 + components: + - type: Transform + pos: -47.505886,33.727592 + parent: 2 + - uid: 30649 + components: + - type: Transform + pos: -47.349636,33.540092 + parent: 2 + - uid: 30650 + components: + - type: Transform + pos: -55.037136,35.477592 + parent: 2 +- proto: HoloprojectorSecurity + entities: + - uid: 15581 + components: + - type: Transform + pos: -13.580149,33.719345 + parent: 2 +- proto: HospitalCurtains + entities: + - uid: 6082 + components: + - type: Transform + pos: 68.5,9.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,4.5 + parent: 2 + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,4.5 + parent: 2 + - uid: 402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,0.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,0.5 + parent: 2 + - uid: 1025 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 + - uid: 1060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,4.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 1196 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 1197 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - type: Door + secondsUntilStateChange: -41879.79 + - uid: 1457 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 1458 + components: + - type: Transform + pos: 6.5,12.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + pos: 6.5,10.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: 13.5,10.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + pos: 13.5,12.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + pos: 13.5,14.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 2525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-23.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 3309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-21.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-21.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: 46.5,22.5 + parent: 2 + - uid: 4745 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 4746 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,59.5 + parent: 2 + - uid: 5146 + components: + - type: Transform + pos: 72.5,-12.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: -29.5,-17.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + pos: -52.5,14.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-34.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-32.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: -52.5,13.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,64.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + pos: 66.5,9.5 + parent: 2 + - uid: 6247 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + pos: -27.5,-17.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,60.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + pos: -46.5,13.5 + parent: 2 + - uid: 7441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-24.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + pos: -49.5,-6.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-8.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: -70.5,14.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - uid: 8361 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 8374 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 8380 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - type: Door + secondsUntilStateChange: -83949.984 + - uid: 8381 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 8416 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 8476 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 8742 + components: + - type: Transform + pos: -46.5,12.5 + parent: 2 + - uid: 8766 + components: + - type: Transform + pos: -46.5,14.5 + parent: 2 + - uid: 8826 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 2 + - uid: 8827 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 + - uid: 9128 + components: + - type: Transform + pos: 37.5,22.5 + parent: 2 + - uid: 9129 + components: + - type: Transform + pos: 38.5,22.5 + parent: 2 + - uid: 9139 + components: + - type: Transform + pos: 70.5,-10.5 + parent: 2 + - uid: 9181 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 9457 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 9656 + components: + - type: Transform + pos: 36.5,22.5 + parent: 2 + - uid: 9659 + components: + - type: Transform + pos: 35.5,22.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + pos: 73.5,-11.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + pos: -24.5,55.5 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + pos: -70.5,1.5 + parent: 2 + - uid: 15609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,25.5 + parent: 2 + - uid: 15720 + components: + - type: Transform + pos: -2.5,60.5 + parent: 2 + - uid: 15732 + components: + - type: Transform + pos: -2.5,58.5 + parent: 2 + - uid: 15747 + components: + - type: Transform + pos: -2.5,61.5 + parent: 2 + - uid: 15860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - uid: 15933 + components: + - type: Transform + pos: -28.5,40.5 + parent: 2 + - uid: 15961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,24.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 16610 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: -9.5,34.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: -9.5,33.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + pos: 39.5,22.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: 45.5,22.5 + parent: 2 + - uid: 16616 + components: + - type: Transform + pos: 47.5,22.5 + parent: 2 + - uid: 16617 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + pos: 46.5,27.5 + parent: 2 + - uid: 16620 + components: + - type: Transform + pos: 47.5,27.5 + parent: 2 + - uid: 16621 + components: + - type: Transform + pos: 41.5,30.5 + parent: 2 + - uid: 18048 + components: + - type: Transform + pos: -26.5,65.5 + parent: 2 + - uid: 18049 + components: + - type: Transform + pos: -22.5,65.5 + parent: 2 + - uid: 18050 + components: + - type: Transform + pos: -18.5,65.5 + parent: 2 + - uid: 18051 + components: + - type: Transform + pos: -14.5,65.5 + parent: 2 + - uid: 19334 + components: + - type: Transform + pos: 41.5,33.5 + parent: 2 + - uid: 19371 + components: + - type: Transform + pos: 41.5,34.5 + parent: 2 + - uid: 23495 + components: + - type: Transform + pos: 81.5,53.5 + parent: 2 + - uid: 23777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-33.5 + parent: 2 + - uid: 23782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-35.5 + parent: 2 + - uid: 27192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,17.5 + parent: 2 + - uid: 27193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,17.5 + parent: 2 + - uid: 27194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,17.5 + parent: 2 + - uid: 27195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,17.5 + parent: 2 + - uid: 27196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,17.5 + parent: 2 + - uid: 27197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,17.5 + parent: 2 + - uid: 27198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,17.5 + parent: 2 + - uid: 27199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,17.5 + parent: 2 + - uid: 27200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,17.5 + parent: 2 + - uid: 27201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,17.5 + parent: 2 + - uid: 27414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,0.5 + parent: 2 + - uid: 27944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,17.5 + parent: 2 + - uid: 29820 + components: + - type: Transform + pos: 88.5,55.5 + parent: 2 + - uid: 31046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,65.5 + parent: 2 + - uid: 31113 + components: + - type: Transform + pos: -33.5,65.5 + parent: 2 + - uid: 33653 + components: + - type: Transform + pos: -31.5,65.5 + parent: 2 + - uid: 33655 + components: + - type: Transform + pos: -34.5,64.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 2368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,4.5 + parent: 2 + - uid: 13968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,58.5 + parent: 2 + - uid: 15165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,60.5 + parent: 2 + - uid: 18004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,61.5 + parent: 2 + - uid: 18221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,59.5 + parent: 2 + - uid: 18222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,57.5 + parent: 2 + - uid: 18224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,62.5 + parent: 2 + - uid: 18418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,5.5 + parent: 2 + - uid: 18419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,5.5 + parent: 2 + - uid: 18420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,5.5 + parent: 2 + - uid: 18421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,5.5 + parent: 2 + - uid: 18425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,4.5 + parent: 2 + - uid: 18429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,4.5 + parent: 2 + - uid: 18430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,4.5 + parent: 2 +- proto: HydroponicsToolClippers + entities: + - uid: 18156 + components: + - type: Transform + pos: -31.41555,61.58358 + parent: 2 + - uid: 18491 + components: + - type: Transform + pos: -49.48618,4.709147 + parent: 2 +- proto: HydroponicsToolHatchet + entities: + - uid: 18485 + components: + - type: Transform + pos: -52.588306,-1.3315754 + parent: 2 + - uid: 18488 + components: + - type: Transform + pos: -62.501804,0.9122721 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 18153 + components: + - type: Transform + pos: -29.399925,62.64608 + parent: 2 + - uid: 18154 + components: + - type: Transform + pos: -29.618675,62.567955 + parent: 2 + - uid: 18155 + components: + - type: Transform + pos: -31.524925,62.55233 + parent: 2 + - uid: 18489 + components: + - type: Transform + pos: -61.73618,0.5372721 + parent: 2 + - uid: 18490 + components: + - type: Transform + pos: -61.42368,0.6466471 + parent: 2 +- proto: HydroponicsToolScythe + entities: + - uid: 18492 + components: + - type: Transform + pos: -52.60393,-1.3159504 + parent: 2 +- proto: HydroponicsToolSpade + entities: + - uid: 18493 + components: + - type: Transform + pos: -62.345554,1.4435221 + parent: 2 + - uid: 18494 + components: + - type: Transform + pos: -51.51018,-1.3940754 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 2369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,4.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 + - uid: 7417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,5.5 + parent: 2 + - uid: 17987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,4.5 + parent: 2 + - uid: 17995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,4.5 + parent: 2 + - uid: 18061 + components: + - type: Transform + pos: -29.5,58.5 + parent: 2 + - uid: 18069 + components: + - type: Transform + pos: -30.5,58.5 + parent: 2 + - uid: 18071 + components: + - type: Transform + pos: -31.5,57.5 + parent: 2 + - uid: 18073 + components: + - type: Transform + pos: -31.5,58.5 + parent: 2 + - uid: 18143 + components: + - type: Transform + pos: -29.5,57.5 + parent: 2 + - uid: 18416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,5.5 + parent: 2 + - uid: 18417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,5.5 + parent: 2 + - uid: 18422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,5.5 + parent: 2 + - uid: 18423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,5.5 + parent: 2 + - uid: 18424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,5.5 + parent: 2 + - uid: 18426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,4.5 + parent: 2 + - uid: 18427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,4.5 + parent: 2 +- proto: Igniter + entities: + - uid: 35711 + components: + - type: MetaData + name: igniter 2 + - type: Transform + pos: -37.55961,37.32428 + parent: 2 + - type: DeviceLinkSink + links: + - 35713 + - uid: 35712 + components: + - type: MetaData + name: igniter 1 + - type: Transform + pos: -37.62211,37.66803 + parent: 2 + - type: DeviceLinkSink + links: + - 35714 +- proto: IngotGold + entities: + - uid: 4461 + components: + - type: Transform + pos: 89.07819,36.635185 + parent: 2 + - uid: 5677 + components: + - type: Transform + pos: 49.553997,30.678318 + parent: 2 + - uid: 13997 + components: + - type: Transform + pos: 26.468767,39.52544 + parent: 2 +- proto: IngotGold1 + entities: + - uid: 29773 + components: + - type: Transform + pos: 82.5759,62.647358 + parent: 2 + - type: Stack + count: 2 + - type: Item + size: 2 + - uid: 29776 + components: + - type: Transform + pos: 82.3884,62.756733 + parent: 2 +- proto: IngotSilver + entities: + - uid: 4462 + components: + - type: Transform + pos: 89.51569,36.83831 + parent: 2 + - uid: 14129 + components: + - type: Transform + pos: 26.586357,39.834373 + parent: 2 +- proto: IngotSilver1 + entities: + - uid: 29777 + components: + - type: Transform + pos: 86.6384,62.631733 + parent: 2 +- proto: IntercomCommand + entities: + - uid: 1520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,28.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + pos: 14.5,44.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + pos: 12.5,51.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + pos: 25.5,57.5 + parent: 2 + - uid: 22616 + components: + - type: Transform + pos: 23.5,52.5 + parent: 2 + - uid: 22617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,53.5 + parent: 2 +- proto: IntercomCommon + entities: + - uid: 22919 + components: + - type: Transform + pos: 51.5,5.5 + parent: 2 + - uid: 22932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-38.5 + parent: 2 + - uid: 22933 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 22935 + components: + - type: Transform + pos: 41.5,22.5 + parent: 2 + - uid: 22936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,29.5 + parent: 2 + - uid: 22937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,72.5 + parent: 2 + - uid: 22938 + components: + - type: Transform + pos: -40.5,18.5 + parent: 2 + - uid: 22939 + components: + - type: Transform + pos: -65.5,10.5 + parent: 2 + - uid: 22940 + components: + - type: Transform + pos: -36.5,-12.5 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 8828 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 + - uid: 22699 + components: + - type: Transform + pos: -51.5,32.5 + parent: 2 + - uid: 22700 + components: + - type: Transform + pos: -36.5,47.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 1951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,15.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,8.5 + parent: 2 + - uid: 22944 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 22945 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 4041 + components: + - type: Transform + pos: 43.5,31.5 + parent: 2 + - uid: 22594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,45.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 3744 + components: + - type: Transform + pos: -9.5,31.5 + parent: 2 + - uid: 15624 + components: + - type: Transform + pos: -28.5,41.5 + parent: 2 + - uid: 22654 + components: + - type: Transform + pos: -14.5,46.5 + parent: 2 + - uid: 22657 + components: + - type: Transform + pos: -33.5,32.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 22941 + components: + - type: Transform + pos: -61.5,-0.5 + parent: 2 + - uid: 22942 + components: + - type: Transform + pos: -56.5,-26.5 + parent: 2 + - uid: 22943 + components: + - type: Transform + pos: -71.5,15.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 22946 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 2 + - uid: 22947 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 1302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-2.5 + parent: 2 + - uid: 18521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,24.5 + parent: 2 + - uid: 26843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,24.5 + parent: 2 +- proto: JanitorServiceLight + entities: + - uid: 1566 + components: + - type: Transform + pos: -13.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 30596 + - uid: 9521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25537 + - uid: 24317 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 26832 + - uid: 24343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 26827 + - uid: 25517 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25537 + - uid: 29623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31151 + - uid: 30654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-16.5 + parent: 2 + - type: DeviceLinkSink + links: + - 30673 + - uid: 30932 + components: + - type: Transform + pos: -51.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 30933 +- proto: JetpackBlueFilled + entities: + - uid: 6071 + components: + - type: Transform + pos: 17.448954,30.694199 + parent: 2 + - uid: 6072 + components: + - type: Transform + pos: 20.48411,30.741074 + parent: 2 +- proto: JetpackMini + entities: + - uid: 744 + components: + - type: MetaData + name: paramedic mini jetpack + - type: Transform + pos: 33.49797,3.7934327 + parent: 2 + - type: GasTank + toggleActionEntity: 1304 + - type: Jetpack + toggleActionEntity: 1153 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 1153 + - 1304 + - uid: 1478 + components: + - type: Transform + pos: 33.52906,3.5668702 + parent: 2 + - type: GasTank + toggleActionEntity: 1779 + - type: Jetpack + toggleActionEntity: 1652 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 1652 + - 1779 + - uid: 8617 + components: + - type: Transform + parent: 1789 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8626 + components: + - type: Transform + parent: 1790 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8653 + components: + - type: Transform + parent: 1791 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10415 + components: + - type: MetaData + name: paramedic mini jetpack + - type: Transform + pos: 33.474373,3.7934327 + parent: 2 + - type: GasTank + toggleActionEntity: 12982 + - type: Jetpack + toggleActionEntity: 12246 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 12246 + - 12982 +- proto: JetpackMiniFilled + entities: + - uid: 6829 + components: + - type: Transform + pos: -13.307593,-40.42677 + parent: 2 + - uid: 6830 + components: + - type: Transform + pos: -13.588843,-40.12208 + parent: 2 +- proto: Jug + entities: + - uid: 1569 + components: + - type: Transform + pos: 15.675886,10.593053 + parent: 2 + - uid: 5275 + components: + - type: Transform + pos: 42.85205,40.919205 + parent: 2 +- proto: KitchenDeepFryer + entities: + - uid: 15939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-23.5 + parent: 2 + - uid: 15942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-29.5 + parent: 2 +- proto: KitchenElectricGrill + entities: + - uid: 2988 + components: + - type: Transform + pos: -54.5,-16.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 +- proto: KitchenKnife + entities: + - uid: 3198 + components: + - type: Transform + pos: -47.435696,-28.658674 + parent: 2 + - uid: 5706 + components: + - type: Transform + pos: 67.645096,30.614334 + parent: 2 + - uid: 8032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.513294,-8.490071 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 1616 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: -54.5,-14.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: 37.5,30.5 + parent: 2 + - uid: 6839 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 7549 + components: + - type: Transform + pos: -44.5,-29.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 2 + - uid: 9080 + components: + - type: Transform + pos: -48.5,23.5 + parent: 2 + - uid: 15600 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 18088 + components: + - type: Transform + pos: -18.5,56.5 + parent: 2 + - uid: 18453 + components: + - type: Transform + pos: -62.5,-2.5 + parent: 2 + - uid: 20020 + components: + - type: Transform + pos: -73.5,15.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 1671 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + pos: -54.5,-15.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 + - uid: 5225 + components: + - type: Transform + pos: 28.5,30.5 + parent: 2 + - uid: 5370 + components: + - type: Transform + pos: 57.5,55.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + pos: -54.5,0.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + pos: -36.5,-28.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 15947 + components: + - type: Transform + pos: -60.5,-7.5 + parent: 2 + - uid: 30073 + components: + - type: Transform + pos: 90.5,40.5 + parent: 2 +- proto: KnifePlastic + entities: + - uid: 5929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.499224,-20.753315 + parent: 2 + - uid: 5930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.510942,-20.952534 + parent: 2 + - uid: 5931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.452349,-21.116596 + parent: 2 + - uid: 7121 + components: + - type: Transform + pos: -35.964066,-18.336271 + parent: 2 + - uid: 30249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.46523,26.252356 + parent: 2 +- proto: Lamp + entities: + - uid: 1988 + components: + - type: Transform + pos: 5.564293,27.945562 + parent: 2 + - uid: 5433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.510403,35.0432 + parent: 2 +- proto: LampGold + entities: + - uid: 243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.607967,-6.0515213 + parent: 2 + - uid: 428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.313652,6.0728235 + parent: 2 + - uid: 472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.344902,6.0415735 + parent: 2 + - uid: 473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.266777,6.0571985 + parent: 2 + - uid: 474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.313652,0.057198524 + parent: 2 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.251152,0.025948524 + parent: 2 + - uid: 476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.313652,0.057198524 + parent: 2 + - uid: 523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.259224,10.1486845 + parent: 2 + - uid: 529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.317818,10.183841 + parent: 2 + - uid: 536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.259224,17.156498 + parent: 2 + - uid: 538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.212349,17.097904 + parent: 2 + - uid: 539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.259224,17.121342 + parent: 2 + - uid: 1220 + components: + - type: Transform + pos: 23.413853,-7.006628 + parent: 2 + - uid: 1792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.259224,17.14478 + parent: 2 + - uid: 1793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.259224,17.109623 + parent: 2 + - uid: 1794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.29438,10.090091 + parent: 2 + - uid: 1803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.270943,10.066653 + parent: 2 + - uid: 1804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.306099,10.160403 + parent: 2 + - uid: 5585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.313263,31.09713 + parent: 2 + - uid: 15109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.800636,52.934383 + parent: 2 + - uid: 18142 + components: + - type: Transform + pos: -20.993675,63.067955 + parent: 2 +- proto: LampInterrogator + entities: + - uid: 15549 + components: + - type: Transform + pos: -21.515724,33.915157 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 9707 + - uid: 15550 + components: + - type: Transform + pos: -17.40635,33.868282 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 14086 +- proto: LandMineExplosive + entities: + - uid: 35858 + components: + - type: Transform + pos: 24.495815,38.053772 + parent: 2 + - uid: 35859 + components: + - type: Transform + pos: 30.462717,39.085022 + parent: 2 + - uid: 35860 + components: + - type: Transform + pos: 27.03303,35.460022 + parent: 2 + - uid: 35861 + components: + - type: Transform + pos: 29.525217,41.585022 + parent: 2 + - uid: 35862 + components: + - type: Transform + pos: 25.501205,42.655334 + parent: 2 +- proto: Lantern + entities: + - uid: 6113 + components: + - type: Transform + pos: 58.226753,29.909676 + parent: 2 + - uid: 30065 + components: + - type: Transform + pos: 90.41451,38.97713 + parent: 2 +- proto: LargeBeaker + entities: + - uid: 1291 + components: + - type: Transform + pos: 21.212381,-1.2898262 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 15.374666,10.7025585 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: 18.384975,14.5659685 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: 12.546215,-0.81567454 + parent: 2 + - uid: 2190 + components: + - type: Transform + pos: 15.598101,-9.444521 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: 15.646978,-9.303896 + parent: 2 + - uid: 18495 + components: + - type: Transform + pos: -53.88518,0.6684246 + parent: 2 + - uid: 18496 + components: + - type: Transform + pos: -51.63518,0.8715496 + parent: 2 + - uid: 22438 + components: + - type: Transform + pos: 15.381287,-8.16301 + parent: 2 +- proto: LeftArmSkeleton + entities: + - uid: 33566 + components: + - type: Transform + pos: 91.29744,27.159647 + parent: 2 +- proto: LeftFootSkeleton + entities: + - uid: 33568 + components: + - type: Transform + pos: 91.95369,26.519022 + parent: 2 +- proto: LeftLegSkeleton + entities: + - uid: 33565 + components: + - type: Transform + pos: 91.17244,27.315897 + parent: 2 + - uid: 33567 + components: + - type: Transform + pos: 91.92244,26.675272 + parent: 2 +- proto: LegionnaireBonfire + entities: + - uid: 30066 + components: + - type: Transform + pos: 84.5,40.5 + parent: 2 +- proto: LightBulbBroken + entities: + - uid: 7071 + components: + - type: Transform + pos: -30.60696,-36.862522 + parent: 2 +- proto: Lighter + entities: + - uid: 9329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.09687,33.581814 + parent: 2 + - uid: 15265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5225296,54.56166 + parent: 2 + - uid: 36113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.711353,37.462933 + parent: 2 +- proto: LightReplacer + entities: + - uid: 18531 + components: + - type: Transform + pos: -37.59049,24.747713 + parent: 2 + - uid: 18532 + components: + - type: Transform + pos: -37.37174,24.685213 + parent: 2 +- proto: LightTubeBroken + entities: + - uid: 7069 + components: + - type: Transform + pos: -32.47024,-31.249239 + parent: 2 + - uid: 7070 + components: + - type: Transform + pos: -27.466335,-37.225803 + parent: 2 +- proto: LockerAtmosphericsFilled + entities: + - uid: 5996 + components: + - type: Transform + pos: -49.5,35.5 + parent: 2 + - uid: 5998 + components: + - type: Transform + pos: -47.5,35.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + pos: -46.5,35.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + pos: -48.5,35.5 + parent: 2 +- proto: LockerBoozeFilled + entities: + - uid: 5751 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 22587 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 3075 + components: + - type: Transform + pos: -54.5,-1.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -55.5,-1.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 +- proto: LockerBrigmedicFilled + entities: + - uid: 15274 + components: + - type: Transform + pos: -10.5,66.5 + parent: 2 +- proto: LockerCaptainFilled + entities: + - uid: 14130 + components: + - type: Transform + pos: 21.5,48.5 + parent: 2 +- proto: LockerChemistryFilled + entities: + - uid: 17869 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - type: DamageOnHighSpeedImpact + lastHit: 0 + - uid: 34976 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 +- proto: LockerChiefEngineerFilled + entities: + - uid: 8808 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilled + entities: + - uid: 2721 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 +- proto: LockerClown + entities: + - uid: 29692 + components: + - type: Transform + pos: -77.5,0.5 + parent: 2 +- proto: LockerDetectiveFilled + entities: + - uid: 16585 + components: + - type: Transform + pos: -36.5,35.5 + parent: 2 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 3684 + components: + - type: Transform + pos: -52.5,37.5 + parent: 2 +- proto: LockerEngineerFilled + entities: + - uid: 2180 + components: + - type: Transform + pos: -56.5,33.5 + parent: 2 + - uid: 9021 + components: + - type: Transform + pos: -57.5,36.5 + parent: 2 + - uid: 9024 + components: + - type: Transform + pos: -57.5,33.5 + parent: 2 + - uid: 9031 + components: + - type: Transform + pos: -57.5,35.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 14087 + components: + - type: Transform + pos: -34.5,31.5 + parent: 2 + - uid: 14088 + components: + - type: Transform + pos: -32.5,30.5 + parent: 2 + - uid: 15487 + components: + - type: Transform + pos: -34.5,30.5 + parent: 2 + - uid: 16525 + components: + - type: Transform + pos: -32.5,31.5 + parent: 2 +- proto: LockerForensicMantisFilled + entities: + - uid: 8608 + components: + - type: Transform + pos: 43.5,34.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 2346 + components: + - type: Transform + pos: -41.5,-30.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + pos: -52.5,-19.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: -53.5,-14.5 + parent: 2 + - uid: 13234 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 +- proto: LockerFreezerBase + entities: + - uid: 16003 + components: + - type: Transform + pos: -23.5,57.5 + parent: 2 +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 1978 + components: + - type: Transform + pos: 13.5,30.5 + parent: 2 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 15776 + components: + - type: Transform + pos: -8.5,35.5 + parent: 2 +- proto: LockerMedicalFilled + entities: + - uid: 344 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 1784 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 17975 + components: + - type: Transform + pos: -9.5,66.5 + parent: 2 +- proto: LockerMime + entities: + - uid: 28611 + components: + - type: Transform + pos: -81.5,0.5 + parent: 2 +- proto: LockerParamedicFilled + entities: + - uid: 1789 + components: + - type: Transform + pos: -26.5,9.5 + parent: 2 + - 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: + - 8617 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 1790 + components: + - type: Transform + pos: -29.5,9.5 + parent: 2 + - 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: + - 8626 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 1791 + components: + - type: Transform + pos: -29.5,16.5 + parent: 2 + - 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: + - 8653 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerQuarterMasterFilled + entities: + - uid: 15891 + components: + - type: Transform + pos: -26.5,-25.5 + parent: 2 + - 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 +- proto: LockerResearchDirectorFilled + entities: + - uid: 6848 + components: + - type: Transform + pos: 49.5,29.5 + parent: 2 +- proto: LockerSalvageSpecialistFilled + entities: + - uid: 6822 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 6823 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 2 + - uid: 6824 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 4032 + components: + - type: Transform + pos: 37.5,26.5 + parent: 2 + - uid: 4033 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 4037 + components: + - type: Transform + pos: 38.5,23.5 + parent: 2 + - uid: 4039 + components: + - type: Transform + pos: 39.5,23.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: 37.5,23.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 3737 + components: + - type: Transform + pos: -4.5,41.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: -4.5,43.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + pos: -4.5,42.5 + parent: 2 + - uid: 15568 + components: + - type: Transform + pos: -6.5,41.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + pos: -6.5,43.5 + parent: 2 + - uid: 15570 + components: + - type: Transform + pos: -6.5,42.5 + parent: 2 +- proto: LockerWallMedical + entities: + - uid: 2058 + components: + - type: Transform + pos: 13.5,8.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: 28.5,8.5 + parent: 2 + - uid: 13090 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 +- proto: LockerWallMedicalFilled + entities: + - uid: 14177 + components: + - type: Transform + pos: 13.5,44.5 + parent: 2 +- proto: LockerWardenFilled + entities: + - uid: 15712 + components: + - type: Transform + pos: -30.5,39.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 9606 + components: + - type: Transform + pos: -49.5,31.5 + parent: 2 + - uid: 9607 + components: + - type: Transform + pos: -45.5,31.5 + parent: 2 + - uid: 30652 + components: + - type: Transform + pos: -25.5,-28.5 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 2232 + components: + - type: Transform + pos: 46.5,39.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,36.5 + parent: 2 + - uid: 23134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,36.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 4085 + components: + - type: Transform + pos: 45.5,36.5 + parent: 2 + - uid: 4108 + components: + - type: Transform + pos: 46.5,36.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: 47.5,36.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 2837 + components: + - type: Transform + pos: 39.5,55.5 + parent: 2 + - uid: 9214 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 2172 + components: + - type: Transform + pos: 17.5,2.5 + parent: 2 + - uid: 23107 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 3058 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 24725 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 1394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,2.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 7036 + components: + - type: Transform + pos: -25.5,-30.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: -26.5,-30.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: -32.5,-30.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: -25.5,-34.5 + parent: 2 +- proto: MagazineBoxPistol + entities: + - uid: 16532 + components: + - type: Transform + pos: -27.38668,48.681465 + parent: 2 +- proto: MagazineBoxPistolPractice + entities: + - uid: 10567 + components: + - type: Transform + pos: -31.62954,45.601925 + parent: 2 + - uid: 17026 + components: + - type: Transform + pos: -33.301414,39.445675 + parent: 2 +- proto: MagazineBoxPistolRubber + entities: + - uid: 16534 + components: + - type: Transform + pos: -27.527306,48.743965 + parent: 2 +- proto: MailingUnit + entities: + - uid: 1035 + components: + - type: MetaData + name: secure storage mailing unit + - type: Transform + pos: 34.5,15.5 + parent: 2 + - type: MailingUnit + tag: Secure Storage + - uid: 1385 + components: + - type: MetaData + desc: Send sensitive belongings to the storeroom above using this mailing unit. + name: morgue mailing unit + - type: Transform + pos: 34.5,13.5 + parent: 2 + - type: MailingUnit + tag: Morgue + - uid: 5926 + components: + - type: Transform + pos: 63.5,26.5 + parent: 2 + - type: MailingUnit + tag: Library + - uid: 6120 + components: + - type: Transform + pos: 32.5,28.5 + parent: 2 + - type: MailingUnit + tag: Epistemics + - uid: 6915 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - type: MailingUnit + tag: Bar + - uid: 16280 + components: + - type: Transform + pos: -20.5,39.5 + parent: 2 + - type: MailingUnit + tag: Warden's Room + - uid: 22780 + components: + - type: Transform + pos: 17.5,1.5 + parent: 2 + - type: MailingUnit + tag: Chemistry + - uid: 27390 + components: + - type: Transform + pos: -4.5,32.5 + parent: 2 + - type: MailingUnit + tag: HoS' Room + - uid: 30653 + components: + - type: Transform + pos: -45.5,37.5 + parent: 2 + - type: MailingUnit + tag: Atmospherics + - uid: 34416 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - type: MailingUnit + tag: CMO's Office + - uid: 35871 + components: + - type: Transform + pos: 9.5,30.5 + parent: 2 + - type: MailingUnit + tag: HoP's Office + - uid: 35899 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - type: MailingUnit + tag: Lawyer's Office + - uid: 35905 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - type: MailingUnit + tag: Forensic Mantis' Room + - uid: 35906 + components: + - type: Transform + pos: 49.5,28.5 + parent: 2 + - type: MailingUnit + tag: Mystagogue's Room + - uid: 35943 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - type: MailingUnit + tag: Security + - uid: 35945 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - type: MailingUnit + tag: Engineering + - uid: 35951 + components: + - type: Transform + pos: -58.5,11.5 + parent: 2 + - type: MailingUnit + tag: CE's Room + - uid: 35955 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - type: MailingUnit + tag: Hospital Reception + - uid: 35968 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - type: MailingUnit + tag: Salvage + - uid: 35977 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - type: MailingUnit + tag: Mailroom + - uid: 35988 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 + - type: MailingUnit + tag: Logistics + - uid: 35991 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - type: MailingUnit + tag: HoL's Office + - uid: 35997 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - type: MailingUnit + tag: Botany + - uid: 36016 + components: + - type: Transform + pos: -69.5,15.5 + parent: 2 + - type: MailingUnit + tag: Zookeeper's Office +- proto: MailTeleporter + entities: + - uid: 6530 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 +- proto: MaintenanceFluffSpawner + entities: + - uid: 6415 + components: + - type: Transform + pos: 43.5,-34.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: 41.5,-33.5 + parent: 2 + - uid: 6418 + components: + - type: Transform + pos: 47.5,-27.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: -1.5,40.5 + parent: 2 + - uid: 20955 + components: + - type: Transform + pos: 80.5,-0.5 + parent: 2 + - uid: 20964 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 20965 + components: + - type: Transform + pos: -30.5,-31.5 + parent: 2 + - uid: 20966 + components: + - type: Transform + pos: -26.5,-36.5 + parent: 2 + - uid: 20967 + components: + - type: Transform + pos: -25.5,-35.5 + parent: 2 + - uid: 20968 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 2 + - uid: 20969 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - uid: 20971 + components: + - type: Transform + pos: -62.5,-25.5 + parent: 2 + - uid: 20981 + components: + - type: Transform + pos: -64.5,-7.5 + parent: 2 + - uid: 20982 + components: + - type: Transform + pos: -65.5,12.5 + parent: 2 + - uid: 20983 + components: + - type: Transform + pos: -64.5,13.5 + parent: 2 + - uid: 20984 + components: + - type: Transform + pos: -69.5,27.5 + parent: 2 + - uid: 20986 + components: + - type: Transform + pos: -41.5,26.5 + parent: 2 + - uid: 20987 + components: + - type: Transform + pos: -35.5,27.5 + parent: 2 + - uid: 20989 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 20990 + components: + - type: Transform + pos: -2.5,38.5 + parent: 2 + - uid: 20993 + components: + - type: Transform + pos: 20.5,32.5 + parent: 2 + - uid: 20994 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 20995 + components: + - type: Transform + pos: 6.5,32.5 + parent: 2 + - uid: 20996 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 20999 + components: + - type: Transform + pos: 53.5,5.5 + parent: 2 + - uid: 21001 + components: + - type: Transform + pos: 78.5,-11.5 + parent: 2 + - uid: 21002 + components: + - type: Transform + pos: 78.5,-10.5 + parent: 2 + - uid: 21003 + components: + - type: Transform + pos: 71.5,-20.5 + parent: 2 + - uid: 21004 + components: + - type: Transform + pos: 65.5,-29.5 + parent: 2 + - uid: 21005 + components: + - type: Transform + pos: 53.5,-31.5 + parent: 2 + - uid: 21022 + components: + - type: Transform + pos: -112.5,19.5 + parent: 2 + - uid: 21023 + components: + - type: Transform + pos: -112.5,20.5 + parent: 2 + - uid: 21024 + components: + - type: Transform + pos: -114.5,30.5 + parent: 2 + - uid: 21025 + components: + - type: Transform + pos: -95.5,38.5 + parent: 2 + - uid: 21026 + components: + - type: Transform + pos: -80.5,36.5 + parent: 2 + - uid: 21027 + components: + - type: Transform + pos: -79.5,36.5 + parent: 2 + - uid: 21028 + components: + - type: Transform + pos: -71.5,21.5 + parent: 2 + - uid: 21029 + components: + - type: Transform + pos: -89.5,-19.5 + parent: 2 + - uid: 21041 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 + - uid: 21042 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 21043 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 + - uid: 21044 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 + - uid: 21045 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 21046 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 21047 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 21048 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - uid: 21049 + components: + - type: Transform + pos: 39.5,3.5 + parent: 2 + - uid: 21051 + components: + - type: Transform + pos: 38.5,-8.5 + parent: 2 + - uid: 21052 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 23010 + components: + - type: Transform + pos: 83.5,8.5 + parent: 2 + - uid: 24801 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - uid: 32495 + components: + - type: Transform + pos: 75.5,24.5 + parent: 2 + - uid: 32496 + components: + - type: Transform + pos: 72.5,32.5 + parent: 2 + - uid: 32497 + components: + - type: Transform + pos: 64.5,34.5 + parent: 2 + - uid: 32498 + components: + - type: Transform + pos: 56.5,36.5 + parent: 2 + - uid: 32499 + components: + - type: Transform + pos: 51.5,34.5 + parent: 2 + - uid: 32500 + components: + - type: Transform + pos: 58.5,45.5 + parent: 2 + - uid: 32501 + components: + - type: Transform + pos: 71.5,57.5 + parent: 2 + - uid: 32502 + components: + - type: Transform + pos: 58.5,62.5 + parent: 2 + - uid: 32503 + components: + - type: Transform + pos: 71.5,68.5 + parent: 2 + - uid: 32504 + components: + - type: Transform + pos: 80.5,68.5 + parent: 2 + - uid: 32505 + components: + - type: Transform + pos: 83.5,64.5 + parent: 2 + - uid: 32506 + components: + - type: Transform + pos: 89.5,65.5 + parent: 2 + - uid: 32507 + components: + - type: Transform + pos: 95.5,53.5 + parent: 2 + - uid: 32508 + components: + - type: Transform + pos: 84.5,52.5 + parent: 2 + - uid: 32509 + components: + - type: Transform + pos: 90.5,47.5 + parent: 2 + - uid: 32510 + components: + - type: Transform + pos: 97.5,41.5 + parent: 2 + - uid: 32511 + components: + - type: Transform + pos: 96.5,31.5 + parent: 2 + - uid: 32512 + components: + - type: Transform + pos: 97.5,31.5 + parent: 2 + - uid: 32513 + components: + - type: Transform + pos: 88.5,27.5 + parent: 2 + - uid: 32514 + components: + - type: Transform + pos: 85.5,17.5 + parent: 2 + - uid: 32515 + components: + - type: Transform + pos: 97.5,24.5 + parent: 2 + - uid: 35017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,-24.5 + parent: 2 + - uid: 35018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -76.5,-21.5 + parent: 2 + - uid: 35019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,-21.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 20956 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 2 + - uid: 20977 + components: + - type: Transform + pos: -62.5,-29.5 + parent: 2 + - uid: 20978 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 2 + - uid: 20979 + components: + - type: Transform + pos: -65.5,3.5 + parent: 2 + - uid: 21006 + components: + - type: Transform + pos: 69.5,-23.5 + parent: 2 + - uid: 21007 + components: + - type: Transform + pos: 78.5,2.5 + parent: 2 + - uid: 21009 + components: + - type: Transform + pos: 26.5,32.5 + parent: 2 + - uid: 21011 + components: + - type: Transform + pos: -23.5,70.5 + parent: 2 + - uid: 21016 + components: + - type: Transform + pos: -55.5,40.5 + parent: 2 + - uid: 21019 + components: + - type: Transform + pos: -90.5,-19.5 + parent: 2 + - uid: 21020 + components: + - type: Transform + pos: -109.5,-8.5 + parent: 2 + - uid: 21021 + components: + - type: Transform + pos: -114.5,17.5 + parent: 2 + - uid: 29297 + components: + - type: Transform + pos: -26.5,51.5 + parent: 2 + - uid: 32517 + components: + - type: Transform + pos: 85.5,16.5 + parent: 2 + - uid: 32518 + components: + - type: Transform + pos: 80.5,36.5 + parent: 2 + - uid: 32519 + components: + - type: Transform + pos: 74.5,45.5 + parent: 2 + - uid: 32520 + components: + - type: Transform + pos: 58.5,60.5 + parent: 2 + - uid: 32521 + components: + - type: Transform + pos: 65.5,70.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 5401 + components: + - type: Transform + pos: 55.5,51.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + pos: 57.5,54.5 + parent: 2 + - uid: 5403 + components: + - type: Transform + pos: 60.5,51.5 + parent: 2 + - uid: 5404 + components: + - type: Transform + pos: 61.5,55.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: 52.5,8.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 46.5,-31.5 + parent: 2 + - uid: 19948 + components: + - type: Transform + pos: 86.5,61.5 + parent: 2 + - uid: 20957 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 20959 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 20975 + components: + - type: Transform + pos: -62.5,-26.5 + parent: 2 + - uid: 21035 + components: + - type: Transform + pos: -83.5,34.5 + parent: 2 + - uid: 21036 + components: + - type: Transform + pos: -71.5,38.5 + parent: 2 + - uid: 21037 + components: + - type: Transform + pos: -110.5,36.5 + parent: 2 + - uid: 21038 + components: + - type: Transform + pos: -114.5,1.5 + parent: 2 + - uid: 21039 + components: + - type: Transform + pos: -92.5,-19.5 + parent: 2 + - uid: 21040 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 21050 + components: + - type: Transform + pos: 39.5,5.5 + parent: 2 + - uid: 21055 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 21063 + components: + - type: Transform + pos: -32.5,9.5 + parent: 2 + - uid: 23299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-1.5 + parent: 2 + - uid: 29299 + components: + - type: Transform + pos: 82.5,61.5 + parent: 2 + - uid: 29803 + components: + - type: Transform + pos: 86.5,62.5 + parent: 2 + - uid: 32463 + components: + - type: Transform + pos: 71.5,26.5 + parent: 2 + - uid: 32464 + components: + - type: Transform + pos: 71.5,25.5 + parent: 2 + - uid: 32470 + components: + - type: Transform + pos: 64.5,64.5 + parent: 2 + - uid: 32474 + components: + - type: Transform + pos: 64.5,65.5 + parent: 2 + - uid: 32476 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 + - uid: 32477 + components: + - type: Transform + pos: 72.5,61.5 + parent: 2 + - uid: 32478 + components: + - type: Transform + pos: 78.5,59.5 + parent: 2 + - uid: 32479 + components: + - type: Transform + pos: 68.5,52.5 + parent: 2 + - uid: 32480 + components: + - type: Transform + pos: 80.5,48.5 + parent: 2 + - uid: 32481 + components: + - type: Transform + pos: 83.5,46.5 + parent: 2 + - uid: 32482 + components: + - type: Transform + pos: 74.5,47.5 + parent: 2 + - uid: 32483 + components: + - type: Transform + pos: 79.5,44.5 + parent: 2 + - uid: 32484 + components: + - type: Transform + pos: 82.5,44.5 + parent: 2 + - uid: 32485 + components: + - type: Transform + pos: 81.5,44.5 + parent: 2 + - uid: 32486 + components: + - type: Transform + pos: 81.5,32.5 + parent: 2 + - uid: 32487 + components: + - type: Transform + pos: 98.5,29.5 + parent: 2 + - uid: 32488 + components: + - type: Transform + pos: 93.5,33.5 + parent: 2 + - uid: 32489 + components: + - type: Transform + pos: 95.5,43.5 + parent: 2 + - uid: 32490 + components: + - type: Transform + pos: 94.5,43.5 + parent: 2 + - uid: 32491 + components: + - type: Transform + pos: 92.5,43.5 + parent: 2 + - uid: 32492 + components: + - type: Transform + pos: 99.5,44.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 5382 + components: + - type: Transform + pos: 61.5,54.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: 56.5,54.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + pos: 49.5,-29.5 + parent: 2 + - uid: 13866 + components: + - type: Transform + pos: 39.5,6.5 + parent: 2 + - uid: 20958 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - uid: 20963 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 20976 + components: + - type: Transform + pos: -56.5,-33.5 + parent: 2 + - uid: 20980 + components: + - type: Transform + pos: -65.5,-0.5 + parent: 2 + - uid: 21000 + components: + - type: Transform + pos: -113.5,-21.5 + parent: 2 + - uid: 21012 + components: + - type: Transform + pos: -14.5,69.5 + parent: 2 + - uid: 21013 + components: + - type: Transform + pos: -16.5,69.5 + parent: 2 + - uid: 21014 + components: + - type: Transform + pos: -3.5,71.5 + parent: 2 + - uid: 21031 + components: + - type: Transform + pos: -83.5,-17.5 + parent: 2 + - uid: 21032 + components: + - type: Transform + pos: -114.5,4.5 + parent: 2 + - uid: 21033 + components: + - type: Transform + pos: -109.5,36.5 + parent: 2 + - uid: 21056 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 21059 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 21060 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - uid: 21061 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 + - uid: 23295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,16.5 + parent: 2 + - uid: 29804 + components: + - type: Transform + pos: 86.5,59.5 + parent: 2 + - uid: 32493 + components: + - type: Transform + pos: 77.5,25.5 + parent: 2 + - uid: 32494 + components: + - type: Transform + pos: 72.5,26.5 + parent: 2 + - uid: 32522 + components: + - type: Transform + pos: 64.5,67.5 + parent: 2 + - uid: 32523 + components: + - type: Transform + pos: 64.5,58.5 + parent: 2 + - uid: 32524 + components: + - type: Transform + pos: 72.5,60.5 + parent: 2 + - uid: 32525 + components: + - type: Transform + pos: 84.5,68.5 + parent: 2 + - uid: 32526 + components: + - type: Transform + pos: 94.5,60.5 + parent: 2 + - uid: 32527 + components: + - type: Transform + pos: 95.5,45.5 + parent: 2 + - uid: 32528 + components: + - type: Transform + pos: 72.5,39.5 + parent: 2 + - uid: 32529 + components: + - type: Transform + pos: 61.5,38.5 + parent: 2 + - uid: 32530 + components: + - type: Transform + pos: 53.5,32.5 + parent: 2 + - uid: 32531 + components: + - type: Transform + pos: 56.5,48.5 + parent: 2 + - uid: 32532 + components: + - type: Transform + pos: 72.5,51.5 + parent: 2 +- proto: Matchbox + entities: + - uid: 30063 + components: + - type: Transform + pos: 85.90307,42.529053 + parent: 2 +- proto: MatchstickSpent + entities: + - uid: 30047 + components: + - type: Transform + pos: 86.07494,42.216553 + parent: 2 + - uid: 30049 + components: + - type: Transform + pos: 84.59057,42.76233 + parent: 2 + - uid: 30050 + components: + - type: Transform + pos: 85.313446,39.138023 + parent: 2 +- proto: MaterialBiomass1 + entities: + - uid: 1402 + components: + - type: Transform + pos: 22.388477,0.6988144 + parent: 2 + - uid: 1403 + components: + - type: Transform + pos: 22.575977,0.82772064 + parent: 2 + - uid: 1404 + components: + - type: Transform + pos: 22.681446,0.5581894 + parent: 2 + - uid: 1405 + components: + - type: Transform + pos: 22.505665,0.52303314 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: 21.837696,0.66365814 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: 13.157031,-4.2878475 + parent: 2 + - uid: 2154 + components: + - type: Transform + pos: 13.192187,-4.4870663 + parent: 2 + - uid: 2155 + components: + - type: Transform + pos: 13.215625,-4.604254 + parent: 2 + - uid: 2156 + components: + - type: Transform + pos: 13.180469,-4.3815975 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 1981 + components: + - type: Transform + pos: 7.473057,30.6911 + parent: 2 +- proto: MaterialDiamond + entities: + - uid: 13998 + components: + - type: Transform + pos: 26.580275,39.05669 + parent: 2 +- proto: MaterialDiamond1 + entities: + - uid: 33611 + components: + - type: Transform + pos: 85.45249,46.61865 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 5716 + components: + - type: Transform + pos: 7.5137024,30.611721 + parent: 2 +- proto: MaterialReclaimer + entities: + - uid: 19372 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 + - uid: 25439 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 +- proto: MaterialWoodPlank + entities: + - uid: 5711 + components: + - type: Transform + pos: 65.45175,28.78621 + parent: 2 +- proto: MedicalBed + entities: + - uid: 421 + components: + - type: Transform + pos: -25.5,7.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: -13.5,7.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 1164 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 1166 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 1202 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 1438 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 +- proto: MedicalScanner + entities: + - uid: 1279 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 1346 + components: + - type: Transform + pos: 34.5,5.5 + parent: 2 +- proto: MedicatedSuture + entities: + - uid: 32586 + components: + - type: Transform + pos: 54.44772,44.363388 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 1150 + components: + - type: Transform + pos: 8.381966,16.8784 + parent: 2 + - uid: 1160 + components: + - type: Transform + pos: -11.404755,-9.152216 + parent: 2 + - uid: 15726 + components: + - type: Transform + pos: -24.499674,42.691288 + parent: 2 +- proto: MedkitBruteFilled + entities: + - uid: 1163 + components: + - type: Transform + pos: 10.961151,16.862776 + parent: 2 + - uid: 3462 + components: + - type: Transform + pos: 41.476383,-21.244463 + parent: 2 + - uid: 6910 + components: + - type: Transform + pos: -9.23316,-37.07984 + parent: 2 + - uid: 30685 + components: + - type: Transform + pos: 4.5581956,64.48662 + parent: 2 +- proto: MedkitBurnFilled + entities: + - uid: 1147 + components: + - type: Transform + pos: 10.664747,16.59715 + parent: 2 +- proto: MedkitCombatFilled + entities: + - uid: 1472 + components: + - type: Transform + pos: 8.632451,16.631584 + parent: 2 + - uid: 14210 + components: + - type: Transform + pos: 13.406654,56.703026 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 1477 + components: + - type: Transform + pos: 7.774714,16.877289 + parent: 2 + - uid: 2039 + components: + - type: Transform + pos: -4.458594,6.0189323 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: -4.398351,-0.24816418 + parent: 2 + - uid: 13084 + components: + - type: Transform + pos: 4.47973,-31.09689 + parent: 2 + - uid: 18123 + components: + - type: Transform + pos: -11.177639,68.777985 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 1479 + components: + - type: Transform + pos: 7.4023647,16.5659 + parent: 2 + - uid: 9322 + components: + - type: Transform + pos: -16.398605,-25.496935 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 1480 + components: + - type: Transform + pos: 11.577502,16.839338 + parent: 2 + - uid: 5413 + components: + - type: Transform + pos: 49.81323,46.780846 + parent: 2 +- proto: MedkitToxinFilled + entities: + - uid: 1481 + components: + - type: Transform + pos: 11.249377,16.53465 + parent: 2 +- proto: Memorial + entities: + - uid: 2411 + components: + - type: MetaData + desc: Here we see the majestic Cold Place animals such as Penguin. Brrr! + name: Tundra Dome Plaque + - type: Transform + pos: -87.5,-4.5 + parent: 2 + - uid: 2687 + components: + - type: MetaData + desc: Watch the beautiful carps and sharks and other majestic beasts of the sea swim around in harmony! + name: Aquarium Dome Plaque + - type: Transform + pos: -87.5,22.5 + parent: 2 + - uid: 2693 + components: + - type: MetaData + desc: Splish splash! It's a jungle. Look at the monkey! + name: Jungle Dome Plaque + - type: Transform + pos: -98.5,5.5 + parent: 2 + - uid: 2751 + components: + - type: MetaData + desc: Damp, dank, and muddy caves could have ANY animals in them. Watch out!!! + name: Cave Dome Plaque + - type: Transform + pos: -97.5,20.5 + parent: 2 + - uid: 30383 + components: + - type: MetaData + desc: To all those that we couldn't save. + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 30405 + components: + - type: MetaData + desc: To all those we saved. + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 32468 + components: + - type: MetaData + desc: The grave of a great hero. + name: Hero's Grave + - type: Transform + pos: 61.5,66.5 + parent: 2 +- proto: MetalDoor + entities: + - uid: 4649 + components: + - type: Transform + pos: 87.5,45.5 + parent: 2 + - uid: 4667 + components: + - type: Transform + pos: 87.5,35.5 + parent: 2 + - uid: 32589 + components: + - type: Transform + pos: 77.5,27.5 + parent: 2 +- proto: MicrowaveMachineCircuitboard + entities: + - uid: 1573 + components: + - type: Transform + pos: 18.439661,-8.63639 + parent: 2 +- proto: Mirror + entities: + - uid: 1112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,8.5 + parent: 2 + - uid: 3318 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 3321 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: 73.5,-9.5 + parent: 2 + - uid: 5171 + components: + - type: Transform + pos: 72.5,-9.5 + parent: 2 + - uid: 7504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-9.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-9.5 + parent: 2 + - uid: 33700 + components: + - type: Transform + pos: -24.5,35.5 + parent: 2 + - uid: 33704 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 33705 + components: + - type: Transform + pos: -26.5,35.5 + parent: 2 + - uid: 33706 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 33707 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 33708 + components: + - type: Transform + pos: -30.5,35.5 + parent: 2 +- proto: ModularGrenade + entities: + - uid: 36048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.341724,15.770388 + parent: 2 +- proto: MopBucketFull + entities: + - uid: 8458 + components: + - type: Transform + pos: -73.642784,1.831593 + parent: 2 + - uid: 26360 + components: + - type: Transform + pos: -42.578186,20.72669 + parent: 2 +- proto: MopItem + entities: + - uid: 8465 + components: + - type: Transform + pos: -73.424034,1.5114589 + parent: 2 + - uid: 18529 + components: + - type: Transform + pos: -40.59049,21.685213 + parent: 2 +- proto: Morgue + entities: + - uid: 1036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,11.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,12.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,13.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,14.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,15.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,15.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,14.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,13.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,12.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,11.5 + parent: 2 + - uid: 1297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,16.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,16.5 + parent: 2 + - uid: 2570 + components: + - type: Transform + pos: 49.5,44.5 + parent: 2 + - 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 + - uid: 2728 + components: + - type: Transform + pos: 47.5,44.5 + parent: 2 + - uid: 5329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,53.5 + parent: 2 + - uid: 5330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,54.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 5337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,52.5 + parent: 2 + - type: EntityStorage + open: True +- proto: MouseTimedSpawner + entities: + - uid: 22440 + components: + - type: Transform + pos: -62.5,-17.5 + parent: 2 + - uid: 22441 + components: + - type: Transform + pos: 32.5,45.5 + parent: 2 +- proto: Multitool + entities: + - uid: 1409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.540821,3.6519394 + parent: 2 + - uid: 3661 + components: + - type: Transform + pos: -64.445526,29.69946 + parent: 2 + - uid: 5678 + components: + - type: Transform + pos: 34.21444,47.247894 + parent: 2 + - uid: 6573 + components: + - type: Transform + pos: -32.30608,-41.45589 + parent: 2 + - uid: 6820 + components: + - type: Transform + pos: -9.98498,-37.464367 + parent: 2 + - uid: 8427 + components: + - type: Transform + pos: -69.75691,17.556164 + parent: 2 + - uid: 18802 + components: + - type: Transform + pos: -99.0182,50.095516 + parent: 2 + - uid: 28504 + components: + - type: Transform + pos: -67.493225,32.636074 + parent: 2 + - uid: 30686 + components: + - type: Transform + pos: 4.9813976,64.72099 + parent: 2 + - uid: 31800 + components: + - type: Transform + pos: -64.27365,29.41821 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 6032 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7130 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9357 + components: + - type: Transform + pos: -49.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 20033 + components: + - type: Transform + pos: -31.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23439 + components: + - type: Transform + pos: -59.5,-35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34973 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35832 + components: + - type: Transform + pos: 58.5,-40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35835 + components: + - type: Transform + pos: -59.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35836 + components: + - type: Transform + pos: -60.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideCanister + entities: + - uid: 9355 + components: + - type: Transform + pos: -45.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NoticeBoard + entities: + - uid: 29691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-18.5 + parent: 2 +- proto: NuclearBombKeg + entities: + - uid: 32550 + components: + - type: Transform + pos: 74.5,26.5 + parent: 2 +- proto: NuclearBombUnanchored + entities: + - uid: 14133 + components: + - type: Transform + pos: 28.5,38.5 + parent: 2 +- proto: OperatingTable + entities: + - uid: 1363 + components: + - type: Transform + pos: 29.5,9.5 + parent: 2 + - uid: 5328 + components: + - type: Transform + pos: 59.5,57.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: 55.5,52.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + pos: 55.5,54.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + pos: 55.5,53.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + pos: 48.5,43.5 + parent: 2 +- proto: Oracle + entities: + - uid: 1170 + components: + - type: Transform + pos: 54.5,21.5 + parent: 2 +- proto: OreBag + entities: + - uid: 6881 + components: + - type: Transform + pos: -8.219676,-42.277306 + parent: 2 +- proto: OreBox + entities: + - uid: 7147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-48.5 + parent: 2 +- proto: OrganHumanAppendix + entities: + - uid: 30079 + components: + - type: Transform + pos: 86.55081,41.92444 + parent: 2 +- proto: OrganHumanHeart + entities: + - uid: 30071 + components: + - type: Transform + pos: 89.90344,39.648834 + parent: 2 +- proto: OrganHumanKidneys + entities: + - uid: 30088 + components: + - type: Transform + pos: 90.048775,39.98767 + parent: 2 +- proto: OrganHumanLiver + entities: + - uid: 30089 + components: + - type: Transform + pos: 91.080025,39.83142 + parent: 2 +- proto: OrganHumanLungs + entities: + - uid: 30091 + components: + - type: Transform + pos: 90.35819,39.608845 + parent: 2 +- proto: OrganHumanStomach + entities: + - uid: 30081 + components: + - type: Transform + pos: 85.00467,38.357273 + parent: 2 +- proto: OrganHumanTongue + entities: + - uid: 30076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.3144,38.95642 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 6031 + components: + - type: Transform + pos: 19.5,30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8600 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9356 + components: + - type: Transform + pos: -47.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 20032 + components: + - type: Transform + pos: -34.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 20929 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27953 + components: + - type: Transform + pos: -17.5,-46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 29700 + components: + - type: Transform + pos: -60.5,-35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35831 + components: + - type: Transform + pos: -56.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35833 + components: + - type: Transform + pos: 58.5,-41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35834 + components: + - type: Transform + pos: -57.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PaintingCafeTerraceAtNight + entities: + - uid: 5954 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 +- proto: PaintingMonkey + entities: + - uid: 5766 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 +- proto: PaintingPersistenceOfMemory + entities: + - uid: 27914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,18.5 + parent: 2 +- proto: PaintingSadClown + entities: + - uid: 19421 + components: + - type: Transform + pos: -78.5,0.5 + parent: 2 +- proto: PaintingSkeletonCigarette + entities: + - uid: 29306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,44.5 + parent: 2 +- proto: Paper + entities: + - uid: 652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.3785677,-7.333753 + parent: 2 + - uid: 653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.554349,-7.4157844 + parent: 2 + - uid: 1621 + components: + - type: Transform + pos: -3.491044,16.58596 + parent: 2 + - uid: 1622 + components: + - type: Transform + pos: -3.491044,16.83596 + parent: 2 + - uid: 1623 + components: + - type: Transform + pos: -3.299249,16.703148 + parent: 2 + - uid: 5431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.492767,33.808563 + parent: 2 + - uid: 5432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.598236,33.539032 + parent: 2 + - uid: 15122 + components: + - type: Transform + pos: 27.988136,52.66876 + parent: 2 + - uid: 18072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.425816,66.62427 + parent: 2 + - uid: 18074 + components: + - type: Transform + pos: -27.6343,66.58359 + parent: 2 + - uid: 18075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.378941,66.56177 + parent: 2 + - uid: 28028 + components: + - type: Transform + pos: -14.0838375,59.60498 + parent: 2 + - uid: 30329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.424429,18.435856 + parent: 2 + - type: Paper + content: >- + Please take only one! + + + + Happy Halloween! + - uid: 30459 + components: + - type: Transform + pos: 12.381866,-13.381344 + parent: 2 + - type: Paper + content: Please wear masks when directed to by command. + - uid: 30557 + components: + - type: Transform + pos: -22.295391,22.558327 + parent: 2 + - uid: 30558 + components: + - type: Transform + pos: -22.162579,22.480202 + parent: 2 + - uid: 32599 + components: + - type: Transform + pos: 82.99698,59.468273 + parent: 2 + - type: Paper + content: >- + This was my first station and I had fun designing it ! The name may not match the final shape, hopefully the bureaucrats won't mind, just got lost somewhere in the works. + + All of you enjoy your stay on board ! :) + + + // Rose *a magnificent rose was drawn on the side* + + + + Done tweaking 'em tweakers, hopefully all those grids are fixed and well put, otherwise I might get in trouble.. Eh, whatevs, enjoy the station we polished together, fellas ! + + + // Unicorn + + + *a childish unicorn head is taking the lower part of the paper* + - uid: 35797 + components: + - type: MetaData + name: Cryonics Setup Guide + - type: Transform + pos: 18.658413,14.76111 + parent: 2 + - type: Paper + content: >- + Don't be intimidated, doctors! Cryonic tubes are a fantastic way to heal injuries. Here's a reminder on how to set them up: + + + Step 1: Set freezer as low as it will go, and turn on. + + Step 2: Set filters to filter out CO2 and Nitrous Oxide, then turn both on. + + + That's it! You're ready! + + + Remember to take coats and other insulating clothing off of patients, or they'll take too long to get down to temperature. Put them in along with a beaker of cryoxadone, and take them out when they're healed. + - uid: 35801 + components: + - type: MetaData + name: Cloning Notes + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.546442,1.4174473 + parent: 2 + - type: Paper + content: >- + Remember, Doctors, cloning should be your LAST RESORT. + + + - Are they rotten? + + - Is their damage unrecoverably high (>200 rads, poison)? + + + If not, please ensure that you and your co-workers know how to operate a defibrillator and have a healthy stock of ointments, bruise packs, sutures, and meshes. + + + Cloning is *not* a cure-all. It can be distressing and psychologically damaging to wake up in a different body. Patients may act belligerent - and would you blame them? You may want to alert any active Psychologists to be on deck. + - uid: 35838 + components: + - type: Transform + pos: 12.946826,4.6223097 + parent: 2 + - type: Paper + content: >- + Please note that leaving chemicals that are able to be overdosed on outside of ocked containers is against Space Law. + + + That includes this counter, which patients exiting triage may come across. + - uid: 36105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.573751,37.503773 + parent: 2 + - uid: 36106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.394064,37.68346 + parent: 2 + - uid: 36107 + components: + - type: Transform + pos: -25.556133,37.77704 + parent: 2 + - uid: 36108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.362814,37.730335 + parent: 2 + - uid: 36109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.347189,37.511585 + parent: 2 + - uid: 36134 + components: + - type: Transform + pos: -14.013525,59.659668 + parent: 2 + - uid: 36502 + components: + - type: Transform + pos: -58.627384,30.382776 + parent: 2 + - type: Paper + content: >- + Ah shit, 'sup pal, ye may be wonderin' why's that note there, hell, why's 'em three AME flatpacks here too ! + + Reason be simple, 'em nerds at CC didn't check'em power grid 'n the two crates ye were given ain't gonna be 'nuff to power the whole station with'em AME, enjoy 'em extra core with those three flatpacks, gloreh to engineerin', chief ! + + + -Bob B. +- proto: PaperBin10 + entities: + - uid: 1956 + components: + - type: Transform + pos: 4.5,30.5 + parent: 2 + - uid: 35839 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 35840 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 35841 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 35842 + components: + - type: Transform + pos: -6.5,25.5 + parent: 2 + - uid: 35843 + components: + - type: Transform + pos: 47.5,24.5 + parent: 2 + - uid: 35844 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 + - uid: 35845 + components: + - type: Transform + pos: 52.5,22.5 + parent: 2 + - uid: 35846 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 35847 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 35848 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 35850 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 35851 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 35852 + components: + - type: Transform + pos: -48.5,2.5 + parent: 2 + - uid: 35853 + components: + - type: Transform + pos: -49.5,14.5 + parent: 2 + - uid: 35857 + components: + - type: Transform + pos: 11.5,43.5 + parent: 2 + - uid: 35940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,62.5 + parent: 2 + - uid: 36045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,25.5 + parent: 2 +- proto: PaperCaptainsThoughts + entities: + - uid: 15110 + components: + - type: Transform + pos: 28.300636,52.715633 + parent: 2 +- proto: ParticleAcceleratorControlBoxUnfinished + entities: + - uid: 32153 + components: + - type: Transform + anchored: False + rot: -7.8906110088017325 rad + pos: -97.052246,49.01646 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: ParticleAcceleratorEmitterForeUnfinished + entities: + - uid: 6507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,51.5 + parent: 2 +- proto: ParticleAcceleratorEmitterPortUnfinished + entities: + - uid: 6697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,50.5 + parent: 2 +- proto: ParticleAcceleratorEmitterStarboardUnfinished + entities: + - uid: 8860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,52.5 + parent: 2 +- proto: ParticleAcceleratorEndCapUnfinished + entities: + - uid: 18617 + components: + - type: Transform + anchored: False + rot: -1.5707963267948966 rad + pos: -96.708115,53.585007 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: ParticleAcceleratorFuelChamberUnfinished + entities: + - uid: 32154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,51.5 + parent: 2 +- proto: ParticleAcceleratorPowerBoxUnfinished + entities: + - uid: 8801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,51.5 + parent: 2 +- proto: PartRodMetal + entities: + - uid: 9017 + components: + - type: Transform + pos: -51.496334,18.749626 + parent: 2 + - uid: 35462 + components: + - type: Transform + pos: -62.125828,39.512123 + parent: 2 +- proto: Pen + entities: + - uid: 1624 + components: + - type: Transform + pos: -3.6820612,16.445335 + parent: 2 + - uid: 30534 + components: + - type: Transform + pos: -7.5948696,18.79983 + parent: 2 + - uid: 30535 + components: + - type: Transform + pos: -7.407786,18.849611 + parent: 2 + - uid: 33572 + components: + - type: Transform + pos: 82.71484,57.73997 + parent: 2 + - uid: 35802 + components: + - type: Transform + pos: 19.507185,1.1545041 + parent: 2 + - uid: 35941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.775414,62.501503 + parent: 2 + - uid: 36110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.605001,37.691273 + parent: 2 +- proto: PenCap + entities: + - uid: 15125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.758944,51.66297 + parent: 2 +- proto: PersonalAI + entities: + - uid: 832 + components: + - type: Transform + pos: 6.4586544,-40.61079 + parent: 2 + - uid: 5887 + components: + - type: Transform + pos: -4.4380546,7.3621264 + parent: 2 + - uid: 5888 + components: + - type: Transform + pos: 43.61646,40.589447 + parent: 2 + - uid: 32597 + components: + - type: Transform + pos: 82.89567,46.477467 + parent: 2 +- proto: Pickaxe + entities: + - uid: 6828 + components: + - type: Transform + pos: -9.897437,-42.430676 + parent: 2 + - uid: 18367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.190088,-42.2273 + parent: 2 + - uid: 29296 + components: + - type: Transform + pos: -22.765234,50.489704 + parent: 2 + - uid: 33448 + components: + - type: Transform + pos: 90.74044,26.865591 + parent: 2 +- proto: PillCanister + entities: + - uid: 1244 + components: + - type: Transform + pos: 15.818079,-11.154381 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: 15.2910385,-11.468738 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: 15.734978,-10.244371 + parent: 2 + - uid: 1247 + components: + - type: Transform + pos: 15.531853,-10.338121 + parent: 2 + - uid: 2046 + components: + - type: Transform + pos: 15.295416,-10.242657 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: 15.33622,-11.253563 + parent: 2 +- proto: PillSpaceDrugs + entities: + - uid: 32553 + components: + - type: Transform + pos: 67.85401,52.91087 + parent: 2 + - uid: 32554 + components: + - type: Transform + pos: 67.61964,52.645245 + parent: 2 +- proto: PillTricordrazine + entities: + - uid: 1647 + components: + - type: Transform + pos: 18.603943,-8.338791 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: 15.643698,-11.406575 + parent: 2 + - uid: 2168 + components: + - type: Transform + pos: 18.608488,-9.262299 + parent: 2 + - uid: 2169 + components: + - type: Transform + pos: 18.40927,-10.270111 + parent: 2 + - uid: 2174 + components: + - type: Transform + pos: 18.47032,-10.391141 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: 18.311136,-9.469219 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: 18.647013,-10.406719 + parent: 2 + - uid: 28230 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False + - uid: 28231 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False + - uid: 28238 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False + - uid: 28239 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False + - uid: 28240 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False + - uid: 28241 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False + - uid: 28242 + components: + - type: Transform + parent: 28229 + - type: Physics + canCollide: False +- proto: PinpointerNuclear + entities: + - uid: 14084 + components: + - type: Transform + pos: 26.517431,37.67789 + parent: 2 +- proto: PlaqueAtmos + entities: + - uid: 9572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,36.5 + parent: 2 +- proto: PlasmaCanister + entities: + - uid: 9351 + components: + - type: Transform + pos: -37.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,19.5 + parent: 2 + - uid: 90 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,21.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,32.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 1.5,19.5 + parent: 2 + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,21.5 + parent: 2 + - uid: 244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 2 + - uid: 552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,36.5 + parent: 2 + - uid: 802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,37.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,33.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,38.5 + parent: 2 + - uid: 3268 + components: + - type: Transform + pos: 37.5,22.5 + parent: 2 + - uid: 3616 + components: + - type: Transform + pos: 39.5,22.5 + parent: 2 + - uid: 3619 + components: + - type: Transform + pos: 35.5,22.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-23.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-22.5 + parent: 2 + - uid: 4556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,30.5 + parent: 2 + - uid: 4733 + components: + - type: Transform + pos: 46.5,22.5 + parent: 2 + - uid: 4744 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 5199 + components: + - type: Transform + pos: 46.5,27.5 + parent: 2 + - uid: 6020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,57.5 + parent: 2 + - uid: 6234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,57.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,56.5 + parent: 2 + - uid: 6236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,55.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,54.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,53.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: 35.5,53.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,53.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,54.5 + parent: 2 + - uid: 6243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,55.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,56.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,57.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,57.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,34.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,35.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,34.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,44.5 + parent: 2 + - uid: 6388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,42.5 + parent: 2 + - uid: 6389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,41.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,40.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,43.5 + parent: 2 + - uid: 7507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,19.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,21.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,20.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,20.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,21.5 + parent: 2 + - uid: 8444 + components: + - type: Transform + pos: 2.5,21.5 + parent: 2 + - uid: 8643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-16.5 + parent: 2 + - uid: 8747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 2 + - uid: 8757 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 8760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-16.5 + parent: 2 + - uid: 8812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 2 + - uid: 8829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,33.5 + parent: 2 + - uid: 9115 + components: + - type: Transform + pos: 36.5,22.5 + parent: 2 + - uid: 9116 + components: + - type: Transform + pos: 38.5,22.5 + parent: 2 + - uid: 9187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,34.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + pos: 47.5,27.5 + parent: 2 + - uid: 10016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,48.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 15271 + components: + - type: Transform + pos: 47.5,22.5 + parent: 2 + - uid: 15284 + components: + - type: Transform + pos: 45.5,22.5 + parent: 2 + - uid: 15666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-22.5 + parent: 2 + - uid: 15667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-24.5 + parent: 2 + - uid: 25441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,39.5 + parent: 2 + - uid: 30394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 + parent: 2 + - uid: 30397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 2 + - uid: 30400 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 30403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 2 + - uid: 30483 + components: + - type: Transform + pos: 35.5,21.5 + parent: 2 + - uid: 30484 + components: + - type: Transform + pos: 36.5,21.5 + parent: 2 + - uid: 30485 + components: + - type: Transform + pos: 37.5,21.5 + parent: 2 + - uid: 30486 + components: + - type: Transform + pos: 38.5,21.5 + parent: 2 +- proto: PlasmaTankFilled + entities: + - uid: 9592 + components: + - type: Transform + pos: -48.818756,33.7304 + parent: 2 + - uid: 9593 + components: + - type: Transform + pos: -48.58438,33.62493 + parent: 2 +- proto: PlasmaWindowDirectional + entities: + - uid: 30281 + components: + - type: Transform + pos: -71.5,7.5 + parent: 2 + - uid: 30284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,8.5 + parent: 2 + - uid: 30285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,8.5 + parent: 2 + - uid: 30286 + components: + - type: Transform + pos: -69.5,7.5 + parent: 2 + - uid: 30287 + components: + - type: Transform + pos: -70.5,7.5 + parent: 2 + - uid: 30288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,7.5 + parent: 2 + - uid: 30289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,9.5 + parent: 2 + - uid: 30291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,7.5 + parent: 2 + - uid: 30292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,9.5 + parent: 2 + - uid: 30293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,9.5 + parent: 2 + - uid: 30294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,9.5 + parent: 2 + - uid: 30295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,9.5 + parent: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 6620 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: -20.5,-44.5 + parent: 2 + - uid: 6962 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 2 + - uid: 8699 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - uid: 20718 + components: + - type: Transform + pos: -52.5,-49.5 + parent: 2 + - uid: 20719 + components: + - type: Transform + pos: -51.5,-50.5 + parent: 2 + - uid: 31775 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 31782 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 +- proto: PlasticFlapsOpaque + entities: + - uid: 2925 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 +- proto: Plunger + entities: + - uid: 33596 + components: + - type: Transform + pos: 81.83042,43.86668 + parent: 2 +- proto: PlushieCarp + entities: + - uid: 7846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.11413,25.292114 + parent: 2 + - uid: 8524 + components: + - type: Transform + pos: -82.191635,27.531668 + parent: 2 + - uid: 8531 + components: + - type: Transform + pos: -84.722885,25.375418 + parent: 2 + - uid: 8538 + components: + - type: Transform + pos: -86.58226,27.234793 + parent: 2 + - uid: 8623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.73913,28.74524 + parent: 2 + - uid: 8624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.8485,25.229614 + parent: 2 + - uid: 33687 + components: + - type: Transform + pos: -37.478252,61.489017 + parent: 2 +- proto: PlushieGhost + entities: + - uid: 30093 + components: + - type: Transform + pos: 91.25434,40.499058 + parent: 2 +- proto: PlushieLizard + entities: + - uid: 2081 + components: + - type: Transform + pos: -16.626633,-7.559744 + parent: 2 + - uid: 13099 + components: + - type: Transform + pos: 5.2591686,-34.27805 + parent: 2 + - uid: 31761 + components: + - type: Transform + pos: -67.75962,3.2114644 + parent: 2 +- proto: PlushieMoth + entities: + - uid: 5984 + components: + - type: Transform + pos: 14.511692,-35.469685 + parent: 2 +- proto: PlushieMothRandom + entities: + - uid: 13100 + components: + - type: Transform + pos: 5.8802624,-34.28977 + parent: 2 +- proto: PlushieRGBee + entities: + - uid: 2079 + components: + - type: Transform + pos: -21.700851,-8.520681 + parent: 2 + - uid: 13098 + components: + - type: Transform + pos: 4.5912,-34.28977 + parent: 2 +- proto: PlushieRouny + entities: + - uid: 33613 + components: + - type: Transform + pos: 82.21812,48.821774 + parent: 2 +- proto: PlushieSharkBlue + entities: + - uid: 5983 + components: + - type: Transform + pos: 15.273411,-35.575153 + parent: 2 + - uid: 8481 + components: + - type: Transform + pos: -103.03541,12.667144 + parent: 2 + - uid: 8583 + components: + - type: Transform + pos: -88.3541,28.175482 + parent: 2 + - uid: 15659 + components: + - type: Transform + pos: -116.48181,10.705591 + parent: 2 + - uid: 30322 + components: + - type: Transform + pos: 47.312172,-11.457953 + parent: 2 +- proto: PlushieSharkGrey + entities: + - uid: 33688 + components: + - type: Transform + pos: -35.509502,59.582767 + parent: 2 +- proto: PlushieSharkPink + entities: + - uid: 7684 + components: + - type: Transform + pos: -82.2916,29.49453 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: -84.65471,27.438347 + parent: 2 + - uid: 8511 + components: + - type: Transform + pos: -104.96017,3.765273 + parent: 2 +- proto: PlushieSnake + entities: + - uid: 30034 + components: + - type: Transform + pos: 90.642136,17.907494 + parent: 2 +- proto: PlushieSpaceLizard + entities: + - uid: 13101 + components: + - type: Transform + pos: -3.5416126,-33.492893 + parent: 2 +- proto: PortableFlasher + entities: + - uid: 19390 + components: + - type: Transform + pos: -15.5,45.5 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 9144 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 20932 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: + - uid: 9588 + components: + - type: Transform + pos: -65.5,27.5 + parent: 2 + - uid: 35829 + components: + - type: Transform + pos: -65.5,26.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 9589 + components: + - type: Transform + pos: -57.5,27.5 + parent: 2 + - uid: 35830 + components: + - type: Transform + pos: -57.5,26.5 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 5713 + components: + - type: Transform + pos: -45.5,33.5 + parent: 2 + - uid: 5738 + components: + - type: Transform + pos: -46.5,33.5 + parent: 2 + - uid: 34666 + components: + - type: Transform + pos: 69.5,-8.5 + parent: 2 + - uid: 34667 + components: + - type: Transform + pos: 70.5,-8.5 + parent: 2 + - uid: 34669 + components: + - type: Transform + pos: -39.5,38.5 + parent: 2 +- proto: PosterBroken + entities: + - uid: 5391 + components: + - type: Transform + pos: 56.5,56.5 + parent: 2 + - uid: 7055 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 7056 + components: + - type: Transform + pos: -24.5,-33.5 + parent: 2 +- proto: PosterContrabandAtmosiaDeclarationIndependence + entities: + - uid: 22421 + components: + - type: Transform + pos: -37.5,36.5 + parent: 2 +- proto: PosterContrabandBorgFancy + entities: + - uid: 29638 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 +- proto: PosterContrabandBorgFancyv2 + entities: + - uid: 6121 + components: + - type: Transform + pos: 49.5,45.5 + parent: 2 +- proto: PosterContrabandBountyHunters + entities: + - uid: 23349 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 +- proto: PosterContrabandBreadLies + entities: + - uid: 7613 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 +- proto: PosterContrabandClown + entities: + - uid: 19422 + components: + - type: Transform + pos: -76.5,6.5 + parent: 2 +- proto: PosterContrabandCommunistState + entities: + - uid: 23354 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 23355 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 +- proto: PosterContrabandDonk + entities: + - uid: 23356 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 +- proto: PosterContrabandDonutCorp + entities: + - uid: 23361 + components: + - type: Transform + pos: 47.5,14.5 + parent: 2 +- proto: PosterContrabandEAT + entities: + - uid: 7619 + components: + - type: Transform + pos: -34.5,-17.5 + parent: 2 + - uid: 23363 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 +- proto: PosterContrabandEnlistGorlex + entities: + - uid: 29779 + components: + - type: Transform + pos: 83.5,60.5 + parent: 2 +- proto: PosterContrabandFreeDrone + entities: + - uid: 23366 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 32595 + components: + - type: Transform + pos: 71.5,43.5 + parent: 2 +- proto: PosterContrabandFreeTonto + entities: + - uid: 23367 + components: + - type: Transform + pos: -17.5,-17.5 + parent: 2 +- proto: PosterContrabandFunPolice + entities: + - uid: 23371 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 +- proto: PosterContrabandGotWood + entities: + - uid: 23372 + components: + - type: Transform + pos: -54.5,-4.5 + parent: 2 +- proto: PosterContrabandGreyTide + entities: + - uid: 23373 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 + - uid: 29780 + components: + - type: Transform + pos: 87.5,59.5 + parent: 2 +- proto: PosterContrabandHaveaPuff + entities: + - uid: 23375 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 2 +- proto: PosterContrabandInterdyne + entities: + - uid: 23379 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 29778 + components: + - type: Transform + pos: 87.5,62.5 + parent: 2 +- proto: PosterContrabandKudzu + entities: + - uid: 23381 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 +- proto: PosterContrabandLamarr + entities: + - uid: 5741 + components: + - type: Transform + pos: 44.5,31.5 + parent: 2 +- proto: PosterContrabandLustyExomorph + entities: + - uid: 23383 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 +- proto: PosterContrabandMaskedMen + entities: + - uid: 23384 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 +- proto: PosterContrabandMissingGloves + entities: + - uid: 7112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,35.5 + parent: 2 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 14083 + components: + - type: Transform + pos: 29.5,40.5 + parent: 2 +- proto: PosterContrabandPower + entities: + - uid: 23394 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 +- proto: PosterContrabandPunchShit + entities: + - uid: 23396 + components: + - type: Transform + pos: -10.5,27.5 + parent: 2 +- proto: PosterContrabandPwrGame + entities: + - uid: 23395 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 +- proto: PosterContrabandRebelsUnite + entities: + - uid: 23398 + components: + - type: Transform + pos: 37.5,27.5 + parent: 2 +- proto: PosterContrabandRedRum + entities: + - uid: 7624 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 +- proto: PosterContrabandRevolt + entities: + - uid: 23406 + components: + - type: Transform + pos: -78.5,1.5 + parent: 2 + - uid: 23407 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 +- proto: PosterContrabandRIPBadger + entities: + - uid: 23397 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 +- proto: PosterContrabandRise + entities: + - uid: 23408 + components: + - type: Transform + pos: -58.5,36.5 + parent: 2 +- proto: PosterContrabandRobustSoftdrinks + entities: + - uid: 7625 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 +- proto: PosterContrabandSaucerNumberOne + entities: + - uid: 23427 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 +- proto: PosterContrabandShamblersJuice + entities: + - uid: 7626 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 +- proto: PosterContrabandSmoke + entities: + - uid: 23429 + components: + - type: Transform + pos: 44.5,16.5 + parent: 2 +- proto: PosterContrabandSpaceCola + entities: + - uid: 7627 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 +- proto: PosterContrabandSpaceCube + entities: + - uid: 23432 + components: + - type: Transform + pos: -11.5,23.5 + parent: 2 +- proto: PosterContrabandSpaceUp + entities: + - uid: 23433 + components: + - type: Transform + pos: -34.5,17.5 + parent: 2 + - uid: 30588 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 +- proto: PosterContrabandSunkist + entities: + - uid: 7628 + components: + - type: Transform + pos: -48.5,-9.5 + parent: 2 + - uid: 23434 + components: + - type: Transform + pos: -42.5,10.5 + parent: 2 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 32596 + components: + - type: Transform + pos: 73.5,42.5 + parent: 2 +- proto: PosterContrabandTheGriffin + entities: + - uid: 23437 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 7629 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 + - uid: 23442 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 +- proto: PosterContrabandVoteWeh + entities: + - uid: 23443 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 +- proto: PosterContrabandWehWatches + entities: + - uid: 23445 + components: + - type: Transform + pos: -50.5,10.5 + parent: 2 + - uid: 31170 + components: + - type: Transform + pos: -66.5,1.5 + parent: 2 +- proto: PosterLegit12Gauge + entities: + - uid: 23340 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 + - uid: 23345 + components: + - type: Transform + pos: -5.5,36.5 + parent: 2 +- proto: PosterLegit50thAnniversaryVintageReprint + entities: + - uid: 23347 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 2 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 23346 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 +- proto: PosterLegitBarDrinks + entities: + - uid: 3327 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 33679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,66.5 + parent: 2 +- proto: PosterLegitBlessThisSpess + entities: + - uid: 23348 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 +- proto: PosterLegitBotanyFood + entities: + - uid: 2452 + components: + - type: Transform + pos: -55.5,1.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 +- proto: PosterLegitBuild + entities: + - uid: 23350 + components: + - type: Transform + pos: -52.5,28.5 + parent: 2 +- proto: PosterLegitChknDnnr + entities: + - uid: 7630 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 +- proto: PosterLegitCleanliness + entities: + - uid: 23352 + components: + - type: Transform + pos: -39.5,25.5 + parent: 2 + - uid: 23353 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 +- proto: PosterLegitDickGumshue + entities: + - uid: 5596 + components: + - type: Transform + pos: 44.5,35.5 + parent: 2 + - uid: 23357 + components: + - type: Transform + pos: -37.5,34.5 + parent: 2 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 23358 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 +- proto: PosterLegitDontPanic + entities: + - uid: 23359 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 +- proto: PosterLegitEatMeat + entities: + - uid: 7620 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 23362 + components: + - type: Transform + pos: 31.5,-22.5 + parent: 2 +- proto: PosterLegitEnlist + entities: + - uid: 23364 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 +- proto: PosterLegitFruitBowl + entities: + - uid: 23368 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 +- proto: PosterLegitFuckAround + entities: + - uid: 23369 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 +- proto: PosterLegitGetYourLEGS + entities: + - uid: 23370 + components: + - type: Transform + pos: -48.5,-2.5 + parent: 2 +- proto: PosterLegitHelpOthers + entities: + - uid: 23377 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 23374 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 +- proto: PosterLegitHighClassMartini + entities: + - uid: 23856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-22.5 + parent: 2 +- proto: PosterLegitHotDonkExplosion + entities: + - uid: 23360 + components: + - type: Transform + pos: 22.5,22.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 24043 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 23380 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 +- proto: PosterLegitLoveIan + entities: + - uid: 23382 + components: + - type: Transform + pos: 13.5,26.5 + parent: 2 +- proto: PosterLegitMedicate + entities: + - uid: 23435 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 28642 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 3935 + components: + - type: Transform + pos: -81.5,2.5 + parent: 2 +- proto: PosterLegitMoreBread + entities: + - uid: 7623 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 +- proto: PosterLegitNanomichiAd + entities: + - uid: 23386 + components: + - type: Transform + pos: -53.5,32.5 + parent: 2 +- proto: PosterLegitObey + entities: + - uid: 23390 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 +- proto: PosterLegitPDAAd + entities: + - uid: 23391 + components: + - type: Transform + pos: -41.5,12.5 + parent: 2 +- proto: PosterLegitPeriodicTable + entities: + - uid: 23392 + components: + - type: Transform + pos: -36.5,21.5 + parent: 2 +- proto: PosterLegitPieSlice + entities: + - uid: 7622 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 23393 + components: + - type: Transform + pos: -21.5,17.5 + parent: 2 +- proto: PosterLegitPizzaHope + entities: + - uid: 7616 + components: + - type: Transform + pos: -51.5,-19.5 + parent: 2 +- proto: PosterLegitRenault + entities: + - uid: 23399 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 +- proto: PosterLegitReportCrimes + entities: + - uid: 23400 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 23401 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 + - uid: 23402 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 2 + - uid: 23403 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - uid: 23404 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 2 + - uid: 23405 + components: + - type: Transform + pos: -81.5,10.5 + parent: 2 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 23419 + components: + - type: Transform + pos: -26.5,-26.5 + parent: 2 + - uid: 23420 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 +- proto: PosterLegitSafetyInternals + entities: + - uid: 23421 + components: + - type: Transform + pos: -57.5,38.5 + parent: 2 + - uid: 23422 + components: + - type: Transform + pos: -31.5,41.5 + parent: 2 + - uid: 23423 + components: + - type: Transform + pos: -21.5,52.5 + parent: 2 +- proto: PosterLegitSafetyMothBoH + entities: + - uid: 23409 + components: + - type: Transform + pos: 45.5,35.5 + parent: 2 +- proto: PosterLegitSafetyMothDelam + entities: + - uid: 23410 + components: + - type: Transform + pos: 35.5,31.5 + parent: 2 +- proto: PosterLegitSafetyMothEpi + entities: + - uid: 23411 + components: + - type: Transform + pos: -12.5,6.5 + parent: 2 +- proto: PosterLegitSafetyMothFires + entities: + - uid: 23412 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 +- proto: PosterLegitSafetyMothGlimmer + entities: + - uid: 23413 + components: + - type: Transform + pos: -0.5,31.5 + parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 23414 + components: + - type: Transform + pos: -40.5,30.5 + parent: 2 +- proto: PosterLegitSafetyMothMeth + entities: + - uid: 23415 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 +- proto: PosterLegitSafetyMothPills + entities: + - uid: 1241 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - uid: 24812 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 2 +- proto: PosterLegitSafetyMothPiping + entities: + - uid: 23417 + components: + - type: Transform + pos: -35.5,9.5 + parent: 2 +- proto: PosterLegitSafetyMothPoisoning + entities: + - uid: 23418 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 +- proto: PosterLegitSafetyReport + entities: + - uid: 23426 + components: + - type: Transform + pos: 22.5,26.5 + parent: 2 + - uid: 30300 + components: + - type: Transform + pos: -0.5,33.5 + parent: 2 +- proto: PosterLegitSecWatch + entities: + - uid: 17851 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 +- proto: PosterLegitSoftCapPopArt + entities: + - uid: 23430 + components: + - type: Transform + pos: 18.5,17.5 + parent: 2 +- proto: PosterLegitTheOwl + entities: + - uid: 23438 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 +- proto: PosterLegitUeNo + entities: + - uid: 23441 + components: + - type: Transform + pos: 35.5,15.5 + parent: 2 +- proto: PosterLegitVacation + entities: + - uid: 23387 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 +- proto: PosterLegitWalk + entities: + - uid: 23444 + components: + - type: Transform + pos: -39.5,14.5 + parent: 2 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 23446 + components: + - type: Transform + pos: -80.5,6.5 + parent: 2 +- proto: PottedPlant0 + entities: + - uid: 30349 + components: + - type: Transform + pos: 50.49638,13.968471 + parent: 2 + - uid: 30350 + components: + - type: Transform + pos: 50.46513,11.343471 + parent: 2 +- proto: PottedPlant1 + entities: + - uid: 29830 + components: + - type: Transform + pos: 90.5,55.5 + parent: 2 +- proto: PottedPlant10 + entities: + - uid: 2576 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + pos: -0.5,-49.5 + parent: 2 + - uid: 23804 + components: + - type: Transform + pos: 3.639583,-34.501858 + parent: 2 + - uid: 29835 + components: + - type: Transform + pos: 91.5,19.5 + parent: 2 + - uid: 29837 + components: + - type: Transform + pos: 91.5,15.5 + parent: 2 +- proto: PottedPlant11 + entities: + - uid: 27963 + components: + - type: Transform + pos: 19.3661,47.64291 + parent: 2 +- proto: PottedPlant12 + entities: + - uid: 35764 + components: + - type: Transform + pos: -104.5,-24.5 + parent: 2 +- proto: PottedPlant13 + entities: + - uid: 30452 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 2 + - uid: 30505 + components: + - type: Transform + pos: 0.5,69.5 + parent: 2 +- proto: PottedPlant14 + entities: + - uid: 2578 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 3234 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 30437 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 +- proto: PottedPlant15 + entities: + - uid: 32469 + components: + - type: Transform + pos: 61.5,64.5 + parent: 2 +- proto: PottedPlant17 + entities: + - uid: 99 + components: + - type: Transform + pos: -4.5,21.5 + parent: 2 +- proto: PottedPlant18 + entities: + - uid: 27965 + components: + - type: Transform + pos: -30.5,55.5 + parent: 2 + - uid: 30339 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 30603 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 + - uid: 30606 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - uid: 31053 + components: + - type: Transform + pos: -39.5,70.5 + parent: 2 +- proto: PottedPlant19 + entities: + - uid: 23493 + components: + - type: Transform + pos: 80.5,54.5 + parent: 2 +- proto: PottedPlant24 + entities: + - uid: 12966 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 +- proto: PottedPlant4 + entities: + - uid: 30519 + components: + - type: Transform + pos: -7.5,21.5 + parent: 2 +- proto: PottedPlant5 + entities: + - uid: 1679 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 2309 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 2474 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 12214 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 12245 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 12253 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 +- proto: PottedPlant6 + entities: + - uid: 30458 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 +- proto: PottedPlantBioluminscent + entities: + - uid: 29826 + components: + - type: Transform + pos: 87.5,54.5 + parent: 2 + - uid: 30338 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 30587 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 2 +- proto: PottedPlantRandom + entities: + - uid: 374 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 673 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - uid: 674 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: 28.5,-5.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: -9.5,12.5 + parent: 2 + - uid: 1585 + components: + - type: Transform + pos: -14.5,14.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 1626 + components: + - type: Transform + pos: -5.5,14.5 + parent: 2 + - uid: 1683 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + pos: -29.5,1.5 + parent: 2 + - uid: 1767 + components: + - type: Transform + pos: -29.5,3.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + pos: -19.5,53.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + pos: -23.5,56.5 + parent: 2 + - uid: 2926 + components: + - type: Transform + pos: 16.5,40.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: 19.5,-35.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + pos: -39.5,15.5 + parent: 2 + - uid: 3778 + components: + - type: Transform + pos: 49.5,25.5 + parent: 2 + - uid: 4035 + components: + - type: Transform + pos: 34.5,23.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + pos: 50.5,36.5 + parent: 2 + - uid: 4126 + components: + - type: Transform + pos: 54.5,10.5 + parent: 2 + - uid: 4128 + components: + - type: Transform + pos: 52.5,10.5 + parent: 2 + - uid: 4531 + components: + - type: Transform + pos: 52.5,24.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: 32.5,23.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: 42.5,23.5 + parent: 2 + - uid: 5419 + components: + - type: Transform + pos: 42.5,34.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: 38.5,30.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 5698 + components: + - type: Transform + pos: 63.5,30.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: 50.5,21.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - uid: 5881 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 6191 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 6850 + components: + - type: Transform + pos: 34.5,-18.5 + parent: 2 + - uid: 6851 + components: + - type: Transform + pos: 36.5,-18.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - uid: 6853 + components: + - type: Transform + pos: 28.5,-34.5 + parent: 2 + - uid: 6854 + components: + - type: Transform + pos: 39.5,-34.5 + parent: 2 + - uid: 6855 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 6856 + components: + - type: Transform + pos: 13.5,-36.5 + parent: 2 + - uid: 6857 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + pos: -15.5,-30.5 + parent: 2 + - uid: 6862 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: -49.5,-24.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 + - uid: 7476 + components: + - type: Transform + pos: -45.5,-13.5 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: -39.5,-17.5 + parent: 2 + - uid: 8397 + components: + - type: Transform + pos: -86.5,10.5 + parent: 2 + - uid: 8456 + components: + - type: Transform + pos: -82.5,6.5 + parent: 2 + - uid: 8475 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 9124 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: 60.5,24.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: 67.5,24.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: 60.5,10.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + pos: -55.5,11.5 + parent: 2 + - uid: 9612 + components: + - type: Transform + pos: -53.5,11.5 + parent: 2 + - uid: 9675 + components: + - type: Transform + pos: -9.5,39.5 + parent: 2 + - uid: 12967 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 12968 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 + - uid: 13233 + components: + - type: Transform + pos: -57.5,-27.5 + parent: 2 + - uid: 13270 + components: + - type: Transform + pos: -71.5,13.5 + parent: 2 + - uid: 13322 + components: + - type: Transform + pos: -69.5,13.5 + parent: 2 + - uid: 13868 + components: + - type: Transform + pos: 45.5,17.5 + parent: 2 + - uid: 13870 + components: + - type: Transform + pos: -79.5,10.5 + parent: 2 + - uid: 13871 + components: + - type: Transform + pos: 48.5,-1.5 + parent: 2 + - uid: 13929 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 + - uid: 13930 + components: + - type: Transform + pos: 4.5,42.5 + parent: 2 + - uid: 13932 + components: + - type: Transform + pos: 7.5,42.5 + parent: 2 + - uid: 14046 + components: + - type: Transform + pos: 9.5,50.5 + parent: 2 + - uid: 14071 + components: + - type: Transform + pos: 9.5,45.5 + parent: 2 + - uid: 14072 + components: + - type: Transform + pos: 15.5,50.5 + parent: 2 + - uid: 14073 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - uid: 14253 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + pos: 10.5,56.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + pos: 9.5,56.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + pos: 27.5,46.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + pos: 23.5,55.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + pos: 21.5,46.5 + parent: 2 + - uid: 15099 + components: + - type: Transform + pos: 23.5,51.5 + parent: 2 + - uid: 15108 + components: + - type: Transform + pos: 29.5,48.5 + parent: 2 + - uid: 15204 + components: + - type: Transform + pos: -23.5,59.5 + parent: 2 + - uid: 15491 + components: + - type: Transform + pos: -22.5,26.5 + parent: 2 + - uid: 15497 + components: + - type: Transform + pos: -22.5,24.5 + parent: 2 + - uid: 15566 + components: + - type: Transform + pos: -4.5,39.5 + parent: 2 + - uid: 15741 + components: + - type: Transform + pos: -6.5,30.5 + parent: 2 + - uid: 15742 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + pos: -7.5,23.5 + parent: 2 + - uid: 15750 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 15893 + components: + - type: Transform + pos: -2.5,56.5 + parent: 2 + - uid: 15922 + components: + - type: Transform + pos: -2.5,47.5 + parent: 2 + - uid: 16395 + components: + - type: Transform + pos: -25.5,53.5 + parent: 2 + - uid: 16540 + components: + - type: Transform + pos: 20.5,40.5 + parent: 2 + - uid: 17979 + components: + - type: Transform + pos: -27.5,53.5 + parent: 2 + - uid: 18449 + components: + - type: Transform + pos: -62.5,-4.5 + parent: 2 + - uid: 18459 + components: + - type: Transform + pos: -57.5,-4.5 + parent: 2 + - uid: 18461 + components: + - type: Transform + pos: -49.5,-3.5 + parent: 2 + - uid: 18500 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 19367 + components: + - type: Transform + pos: -54.5,-29.5 + parent: 2 + - uid: 19408 + components: + - type: Transform + pos: -75.5,5.5 + parent: 2 + - uid: 19441 + components: + - type: Transform + pos: -79.5,7.5 + parent: 2 + - uid: 19442 + components: + - type: Transform + pos: -76.5,7.5 + parent: 2 + - uid: 19576 + components: + - type: Transform + pos: -6.5,75.5 + parent: 2 + - uid: 19578 + components: + - type: Transform + pos: 9.5,75.5 + parent: 2 + - uid: 19579 + components: + - type: Transform + pos: 1.5,75.5 + parent: 2 + - uid: 19588 + components: + - type: Transform + pos: 1.5,76.5 + parent: 2 + - uid: 19589 + components: + - type: Transform + pos: 9.5,76.5 + parent: 2 + - uid: 19591 + components: + - type: Transform + pos: -6.5,76.5 + parent: 2 + - uid: 19607 + components: + - type: Transform + pos: 14.5,78.5 + parent: 2 + - uid: 19608 + components: + - type: Transform + pos: -11.5,78.5 + parent: 2 + - uid: 19760 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 + - uid: 19764 + components: + - type: Transform + pos: -17.5,28.5 + parent: 2 + - uid: 19859 + components: + - type: Transform + pos: -0.5,73.5 + parent: 2 + - uid: 19860 + components: + - type: Transform + pos: 3.5,73.5 + parent: 2 + - uid: 21324 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 22543 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 + - uid: 23637 + components: + - type: Transform + pos: 6.5,7.5 + parent: 2 + - uid: 29709 + components: + - type: Transform + pos: 17.5,46.5 + parent: 2 + - uid: 29710 + components: + - type: Transform + pos: 17.5,49.5 + parent: 2 + - uid: 30260 + components: + - type: Transform + pos: 41.5,17.5 + parent: 2 + - uid: 30262 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 30263 + components: + - type: Transform + pos: 22.5,18.5 + parent: 2 + - uid: 31159 + components: + - type: Transform + pos: -73.5,5.5 + parent: 2 + - uid: 31561 + components: + - type: Transform + pos: 48.5,-5.5 + parent: 2 + - uid: 31769 + components: + - type: Transform + pos: -82.5,10.5 + parent: 2 + - uid: 32327 + components: + - type: Transform + pos: -86.5,6.5 + parent: 2 + - uid: 34957 + components: + - type: Transform + pos: 3.5,62.5 + parent: 2 + - uid: 34958 + components: + - type: Transform + pos: 3.5,58.5 + parent: 2 + - uid: 34962 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 34963 + components: + - type: Transform + pos: 20.5,18.5 + parent: 2 + - uid: 34964 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 34965 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 34966 + components: + - type: Transform + pos: -76.5,10.5 + parent: 2 + - uid: 34967 + components: + - type: Transform + pos: -37.5,-10.5 + parent: 2 + - uid: 34968 + components: + - type: Transform + pos: -40.5,-10.5 + parent: 2 + - uid: 34970 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 34971 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 +- proto: PottedPlantRD + entities: + - uid: 5740 + components: + - type: Transform + pos: 42.5,28.5 + parent: 2 +- proto: PowerCellHigh + entities: + - uid: 14185 + components: + - type: Transform + pos: 11.751635,48.4722 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 9707 + components: + - type: Transform + parent: 15549 + - type: Physics + canCollide: False + - uid: 14086 + components: + - type: Transform + parent: 15550 + - type: Physics + canCollide: False +- proto: PowerCellMediumPrinted + entities: + - uid: 35806 + components: + - type: Transform + pos: 31.181543,7.7157393 + parent: 2 + - uid: 35807 + components: + - type: Transform + pos: 31.369043,7.5204268 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 1443 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,9.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + pos: 4.5,28.5 + parent: 2 + - uid: 2826 + components: + - type: Transform + pos: -12.5,-42.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: 35.5,23.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: 46.5,29.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: 42.5,51.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: 45.5,44.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,28.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,28.5 + parent: 2 + - uid: 6840 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,34.5 + parent: 2 + - uid: 9012 + components: + - type: Transform + pos: -47.5,23.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + pos: -53.5,35.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: 20.5,59.5 + parent: 2 + - uid: 14264 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 + - uid: 15105 + components: + - type: Transform + pos: 27.5,52.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,34.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,34.5 + parent: 2 + - uid: 18085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,68.5 + parent: 2 + - uid: 30611 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 30615 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - uid: 35805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,7.5 + parent: 2 + - uid: 35808 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 +- proto: PowerCellSmall + entities: + - uid: 30595 + components: + - type: Transform + pos: -45.539005,1.5387094 + parent: 2 + - uid: 30612 + components: + - type: Transform + pos: -45.453068,1.3199594 + parent: 2 + - uid: 30613 + components: + - type: Transform + pos: -45.36713,1.1168344 + parent: 2 +- proto: PowerDrill + entities: + - uid: 5739 + components: + - type: Transform + pos: 43.424904,30.740349 + parent: 2 +- proto: Poweredlight + entities: + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,49.5 + parent: 2 + - uid: 599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-8.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: 18.5,16.5 + parent: 2 + - uid: 2365 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 2 + - uid: 2547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,65.5 + parent: 2 + - uid: 2585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,45.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-25.5 + parent: 2 + - uid: 3223 + components: + - type: Transform + pos: -96.5,-1.5 + parent: 2 + - uid: 3603 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 5197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-18.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-10.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,17.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-44.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + pos: -50.5,9.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-27.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + pos: -60.5,-6.5 + parent: 2 + - uid: 8759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-18.5 + parent: 2 + - uid: 8761 + components: + - type: Transform + pos: 18.5,59.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + pos: 8.5,56.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-44.5 + parent: 2 + - uid: 12955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,25.5 + parent: 2 + - uid: 12978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,36.5 + parent: 2 + - uid: 12979 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,30.5 + parent: 2 + - uid: 14933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,10.5 + parent: 2 + - uid: 15143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-19.5 + parent: 2 + - uid: 15144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-16.5 + parent: 2 + - uid: 15145 + components: + - type: Transform + pos: 36.5,-13.5 + parent: 2 + - uid: 15146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-18.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,1.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,7.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,13.5 + parent: 2 + - uid: 15152 + components: + - type: Transform + pos: 25.5,21.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,51.5 + parent: 2 + - uid: 15154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,73.5 + parent: 2 + - uid: 15156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,18.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,18.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,18.5 + parent: 2 + - uid: 15159 + components: + - type: Transform + pos: -34.5,21.5 + parent: 2 + - uid: 15160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,18.5 + parent: 2 + - uid: 15161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,18.5 + parent: 2 + - uid: 15162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,4.5 + parent: 2 + - uid: 15164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-4.5 + parent: 2 + - uid: 15166 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 15169 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 2 + - uid: 15171 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 15172 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 15178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-33.5 + parent: 2 + - uid: 15179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-33.5 + parent: 2 + - uid: 15180 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 15181 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 15182 + components: + - type: Transform + pos: 41.5,-28.5 + parent: 2 + - uid: 15183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-25.5 + parent: 2 + - uid: 15184 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 15185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-21.5 + parent: 2 + - uid: 15186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-21.5 + parent: 2 + - uid: 15187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-18.5 + parent: 2 + - uid: 15188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-18.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-18.5 + parent: 2 + - uid: 15190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-16.5 + parent: 2 + - uid: 15191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-16.5 + parent: 2 + - uid: 15192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-16.5 + parent: 2 + - uid: 15196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-21.5 + parent: 2 + - uid: 15197 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-25.5 + parent: 2 + - uid: 15207 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 15212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-25.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + pos: 41.5,21.5 + parent: 2 + - uid: 15219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-33.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + pos: 66.5,30.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-24.5 + parent: 2 + - uid: 15225 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 15226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-23.5 + parent: 2 + - uid: 15227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-23.5 + parent: 2 + - uid: 15232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-34.5 + parent: 2 + - uid: 15234 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 15235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-39.5 + parent: 2 + - uid: 15236 + components: + - type: Transform + pos: -49.5,-13.5 + parent: 2 + - uid: 15237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-18.5 + parent: 2 + - uid: 15238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-24.5 + parent: 2 + - uid: 15239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-19.5 + parent: 2 + - uid: 15240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-25.5 + parent: 2 + - uid: 15241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-30.5 + parent: 2 + - uid: 15242 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 + - uid: 15243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-25.5 + parent: 2 + - uid: 15244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-24.5 + parent: 2 + - uid: 15245 + components: + - type: Transform + pos: -54.5,-19.5 + parent: 2 + - uid: 15246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-17.5 + parent: 2 + - uid: 15247 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - uid: 15249 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - uid: 15250 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 15252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-7.5 + parent: 2 + - uid: 15257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-27.5 + parent: 2 + - uid: 15262 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 15357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,33.5 + parent: 2 + - uid: 15639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,45.5 + parent: 2 + - uid: 15718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,33.5 + parent: 2 + - uid: 15719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,33.5 + parent: 2 + - uid: 15722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,25.5 + parent: 2 + - uid: 15723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,25.5 + parent: 2 + - uid: 15856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-16.5 + parent: 2 + - uid: 15857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 + parent: 2 + - uid: 15901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-36.5 + parent: 2 + - uid: 15903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-36.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-24.5 + parent: 2 + - uid: 15951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,59.5 + parent: 2 + - uid: 15952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-35.5 + parent: 2 + - uid: 15953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,47.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + pos: -8.5,56.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + pos: -2.5,56.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,47.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + pos: -1.5,61.5 + parent: 2 + - uid: 15958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,60.5 + parent: 2 + - uid: 15959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,47.5 + parent: 2 + - uid: 15985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-30.5 + parent: 2 + - uid: 15986 + components: + - type: Transform + pos: -12.5,-32.5 + parent: 2 + - uid: 15987 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - uid: 16002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,43.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 16640 + components: + - type: Transform + pos: -29.5,-40.5 + parent: 2 + - uid: 17794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,29.5 + parent: 2 + - uid: 17795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,29.5 + parent: 2 + - uid: 17796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,35.5 + parent: 2 + - uid: 17797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,37.5 + parent: 2 + - uid: 17798 + components: + - type: Transform + pos: -49.5,35.5 + parent: 2 + - uid: 17799 + components: + - type: Transform + pos: -40.5,46.5 + parent: 2 + - uid: 17801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,39.5 + parent: 2 + - uid: 17803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,39.5 + parent: 2 + - uid: 17804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-35.5 + parent: 2 + - uid: 17805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,37.5 + parent: 2 + - uid: 17806 + components: + - type: Transform + pos: -46.5,46.5 + parent: 2 + - uid: 17808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,45.5 + parent: 2 + - uid: 17809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-30.5 + parent: 2 + - uid: 17810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-2.5 + parent: 2 + - uid: 17813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,28.5 + parent: 2 + - uid: 17815 + components: + - type: Transform + pos: 55.5,30.5 + parent: 2 + - uid: 17816 + components: + - type: Transform + pos: -13.5,45.5 + parent: 2 + - uid: 17817 + components: + - type: Transform + pos: -27.5,48.5 + parent: 2 + - uid: 17818 + components: + - type: Transform + pos: -18.5,48.5 + parent: 2 + - uid: 17819 + components: + - type: Transform + pos: -19.5,45.5 + parent: 2 + - uid: 17821 + components: + - type: Transform + pos: -9.5,42.5 + parent: 2 + - uid: 17822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,41.5 + parent: 2 + - uid: 17823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,37.5 + parent: 2 + - uid: 17824 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 + - uid: 17825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,32.5 + parent: 2 + - uid: 17826 + components: + - type: Transform + pos: -6.5,30.5 + parent: 2 + - uid: 17827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,33.5 + parent: 2 + - uid: 17828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,25.5 + parent: 2 + - uid: 17829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,18.5 + parent: 2 + - uid: 17830 + components: + - type: Transform + pos: -11.5,26.5 + parent: 2 + - uid: 17831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,25.5 + parent: 2 + - uid: 17832 + components: + - type: Transform + pos: -17.5,26.5 + parent: 2 + - uid: 17833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,30.5 + parent: 2 + - uid: 17834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,34.5 + parent: 2 + - uid: 17835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,34.5 + parent: 2 + - uid: 17836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,30.5 + parent: 2 + - uid: 17837 + components: + - type: Transform + pos: -27.5,30.5 + parent: 2 + - uid: 17838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,33.5 + parent: 2 + - uid: 17839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,35.5 + parent: 2 + - uid: 17840 + components: + - type: Transform + pos: -27.5,42.5 + parent: 2 + - uid: 17841 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 + - uid: 17842 + components: + - type: Transform + pos: -21.5,42.5 + parent: 2 + - uid: 17843 + components: + - type: Transform + pos: -15.5,30.5 + parent: 2 + - uid: 17844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,39.5 + parent: 2 + - uid: 17845 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 17848 + components: + - type: Transform + pos: 14.5,30.5 + parent: 2 + - uid: 17849 + components: + - type: Transform + pos: 7.5,30.5 + parent: 2 + - uid: 17850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,31.5 + parent: 2 + - uid: 17853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,50.5 + parent: 2 + - uid: 17854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,57.5 + parent: 2 + - uid: 17856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,35.5 + parent: 2 + - uid: 17862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,47.5 + parent: 2 + - uid: 17863 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 17864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,52.5 + parent: 2 + - uid: 17865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,52.5 + parent: 2 + - uid: 17866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,57.5 + parent: 2 + - uid: 17867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,57.5 + parent: 2 + - uid: 17870 + components: + - type: Transform + pos: 23.5,51.5 + parent: 2 + - uid: 17871 + components: + - type: Transform + pos: 29.5,52.5 + parent: 2 + - uid: 17877 + components: + - type: Transform + pos: 27.5,46.5 + parent: 2 + - uid: 17881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,35.5 + parent: 2 + - uid: 17882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,37.5 + parent: 2 + - uid: 17883 + components: + - type: Transform + pos: 12.5,43.5 + parent: 2 + - uid: 17886 + components: + - type: Transform + pos: 31.5,30.5 + parent: 2 + - uid: 17888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-25.5 + parent: 2 + - uid: 17889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,26.5 + parent: 2 + - uid: 17890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,26.5 + parent: 2 + - uid: 17891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,28.5 + parent: 2 + - uid: 17892 + components: + - type: Transform + pos: 35.5,30.5 + parent: 2 + - uid: 17893 + components: + - type: Transform + pos: 43.5,30.5 + parent: 2 + - uid: 17894 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 + - uid: 17895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-15.5 + parent: 2 + - uid: 17896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,49.5 + parent: 2 + - uid: 17897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,8.5 + parent: 2 + - uid: 17898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,26.5 + parent: 2 + - uid: 17900 + components: + - type: Transform + pos: 43.5,26.5 + parent: 2 + - uid: 17901 + components: + - type: Transform + pos: 56.5,24.5 + parent: 2 + - uid: 17902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,19.5 + parent: 2 + - uid: 17903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,15.5 + parent: 2 + - uid: 17904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,49.5 + parent: 2 + - uid: 17906 + components: + - type: Transform + pos: 72.5,22.5 + parent: 2 + - uid: 17907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,12.5 + parent: 2 + - uid: 17908 + components: + - type: Transform + pos: 68.5,24.5 + parent: 2 + - uid: 17909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,10.5 + parent: 2 + - uid: 17911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,6.5 + parent: 2 + - uid: 17912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,10.5 + parent: 2 + - uid: 17914 + components: + - type: Transform + pos: 62.5,24.5 + parent: 2 + - uid: 17917 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - uid: 17919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-27.5 + parent: 2 + - uid: 17920 + components: + - type: Transform + pos: 73.5,-13.5 + parent: 2 + - uid: 17921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,49.5 + parent: 2 + - uid: 17922 + components: + - type: Transform + pos: 74.5,-10.5 + parent: 2 + - uid: 17923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-10.5 + parent: 2 + - uid: 17924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,-16.5 + parent: 2 + - uid: 17925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-25.5 + parent: 2 + - uid: 17926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-20.5 + parent: 2 + - uid: 18159 + components: + - type: Transform + pos: -26.5,67.5 + parent: 2 + - uid: 18160 + components: + - type: Transform + pos: -22.5,67.5 + parent: 2 + - uid: 18161 + components: + - type: Transform + pos: -18.5,67.5 + parent: 2 + - uid: 18162 + components: + - type: Transform + pos: -14.5,67.5 + parent: 2 + - uid: 18164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 2 + - uid: 18165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-37.5 + parent: 2 + - uid: 18166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-41.5 + parent: 2 + - uid: 18167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 2 + - uid: 18168 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 18169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-52.5 + parent: 2 + - uid: 18170 + components: + - type: Transform + pos: -6.5,-50.5 + parent: 2 + - uid: 18171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-19.5 + parent: 2 + - uid: 18172 + components: + - type: Transform + pos: -49.5,-5.5 + parent: 2 + - uid: 18173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-33.5 + parent: 2 + - uid: 18174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-33.5 + parent: 2 + - uid: 18175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,13.5 + parent: 2 + - uid: 18176 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 + - uid: 18177 + components: + - type: Transform + pos: -57.5,20.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 + - uid: 18179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,13.5 + parent: 2 + - uid: 18180 + components: + - type: Transform + pos: -63.5,20.5 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 + - uid: 18182 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 + - uid: 18183 + components: + - type: Transform + pos: -47.5,14.5 + parent: 2 + - uid: 18184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,24.5 + parent: 2 + - uid: 18186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,20.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,61.5 + parent: 2 + - uid: 18190 + components: + - type: Transform + pos: -30.5,62.5 + parent: 2 + - uid: 18191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,59.5 + parent: 2 + - uid: 18192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,53.5 + parent: 2 + - uid: 18193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,53.5 + parent: 2 + - uid: 18194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,63.5 + parent: 2 + - uid: 18195 + components: + - type: Transform + pos: -3.5,68.5 + parent: 2 + - uid: 18196 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 + - uid: 18381 + components: + - type: Transform + pos: 12.5,50.5 + parent: 2 + - uid: 19085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,49.5 + parent: 2 + - uid: 19090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,49.5 + parent: 2 + - uid: 19282 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 + - uid: 19283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,33.5 + parent: 2 + - uid: 19284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,32.5 + parent: 2 + - uid: 19285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,22.5 + parent: 2 + - uid: 19286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,28.5 + parent: 2 + - uid: 19291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,40.5 + parent: 2 + - uid: 19292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,40.5 + parent: 2 + - uid: 19644 + components: + - type: Transform + pos: 5.5,66.5 + parent: 2 + - uid: 19684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,63.5 + parent: 2 + - uid: 19875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,49.5 + parent: 2 + - uid: 19877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,49.5 + parent: 2 + - uid: 22294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,71.5 + parent: 2 + - uid: 22352 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 22447 + components: + - type: Transform + pos: 9.5,78.5 + parent: 2 + - uid: 22448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,71.5 + parent: 2 + - uid: 22449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,73.5 + parent: 2 + - uid: 22450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,73.5 + parent: 2 + - uid: 22451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,73.5 + parent: 2 + - uid: 22452 + components: + - type: Transform + pos: -6.5,78.5 + parent: 2 + - uid: 22453 + components: + - type: Transform + pos: 1.5,78.5 + parent: 2 + - uid: 22454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,55.5 + parent: 2 + - uid: 22455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,46.5 + parent: 2 + - uid: 22456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,46.5 + parent: 2 + - uid: 22457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,51.5 + parent: 2 + - uid: 22458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,57.5 + parent: 2 + - uid: 22459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,53.5 + parent: 2 + - uid: 22460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,53.5 + parent: 2 + - uid: 22461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,57.5 + parent: 2 + - uid: 22462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,53.5 + parent: 2 + - uid: 22463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,51.5 + parent: 2 + - uid: 22464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,51.5 + parent: 2 + - uid: 22465 + components: + - type: Transform + pos: 38.5,44.5 + parent: 2 + - uid: 22466 + components: + - type: Transform + pos: 45.5,44.5 + parent: 2 + - uid: 22467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,32.5 + parent: 2 + - uid: 22468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,38.5 + parent: 2 + - uid: 22469 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 22470 + components: + - type: Transform + pos: 49.5,40.5 + parent: 2 + - uid: 22471 + components: + - type: Transform + pos: 43.5,40.5 + parent: 2 + - uid: 22472 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - uid: 22473 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 22474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,24.5 + parent: 2 + - uid: 22475 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - uid: 22476 + components: + - type: Transform + pos: 68.5,27.5 + parent: 2 + - uid: 22477 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 22478 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 22479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-28.5 + parent: 2 + - uid: 22481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,2.5 + parent: 2 + - uid: 22482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-2.5 + parent: 2 + - uid: 22483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,2.5 + parent: 2 + - uid: 22484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,10.5 + parent: 2 + - uid: 22485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,1.5 + parent: 2 + - uid: 22486 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 + - uid: 22487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,4.5 + parent: 2 + - uid: 22488 + components: + - type: Transform + pos: -80.5,9.5 + parent: 2 + - uid: 22489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,4.5 + parent: 2 + - uid: 22490 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 + - uid: 22491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,6.5 + parent: 2 + - uid: 22495 + components: + - type: Transform + pos: -68.5,17.5 + parent: 2 + - uid: 22496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,10.5 + parent: 2 + - uid: 22497 + components: + - type: Transform + pos: -71.5,14.5 + parent: 2 + - uid: 22498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,6.5 + parent: 2 + - uid: 22499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,16.5 + parent: 2 + - uid: 22500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,1.5 + parent: 2 + - uid: 22501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,14.5 + parent: 2 + - uid: 22502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,7.5 + parent: 2 + - uid: 22503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,17.5 + parent: 2 + - uid: 22504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,28.5 + parent: 2 + - uid: 22505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,-5.5 + parent: 2 + - uid: 22506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,-5.5 + parent: 2 + - uid: 22507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,22.5 + parent: 2 + - uid: 22508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,22.5 + parent: 2 + - uid: 22509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,28.5 + parent: 2 + - uid: 22510 + components: + - type: Transform + pos: -104.5,13.5 + parent: 2 + - uid: 22511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,1.5 + parent: 2 + - uid: 22514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,3.5 + parent: 2 + - uid: 22515 + components: + - type: Transform + pos: -107.5,9.5 + parent: 2 + - uid: 22516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,7.5 + parent: 2 + - uid: 22517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,31.5 + parent: 2 + - uid: 22519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,18.5 + parent: 2 + - uid: 22520 + components: + - type: Transform + pos: -97.5,29.5 + parent: 2 + - uid: 22521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,19.5 + parent: 2 + - uid: 22522 + components: + - type: Transform + pos: -103.5,29.5 + parent: 2 + - uid: 22523 + components: + - type: Transform + pos: -107.5,25.5 + parent: 2 + - uid: 22525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,12.5 + parent: 2 + - uid: 22530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,-11.5 + parent: 2 + - uid: 22531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,-11.5 + parent: 2 + - uid: 22535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,-14.5 + parent: 2 + - uid: 22552 + components: + - type: Transform + pos: -103.5,-2.5 + parent: 2 + - uid: 22554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,-12.5 + parent: 2 + - uid: 22556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-12.5 + parent: 2 + - uid: 22558 + components: + - type: Transform + pos: -107.5,-6.5 + parent: 2 + - uid: 22565 + components: + - type: Transform + pos: -29.5,67.5 + parent: 2 + - uid: 23015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,61.5 + parent: 2 + - uid: 23046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,51.5 + parent: 2 + - uid: 23048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,56.5 + parent: 2 + - uid: 23053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-12.5 + parent: 2 + - uid: 23061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,51.5 + parent: 2 + - uid: 23063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 2 + - uid: 23067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 23069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 2 + - uid: 23084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,9.5 + parent: 2 + - uid: 23085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,16.5 + parent: 2 + - uid: 23087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 2 + - uid: 23088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,12.5 + parent: 2 + - uid: 23089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 2 + - uid: 23090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,25.5 + parent: 2 + - uid: 23091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - uid: 23092 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 23093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,10.5 + parent: 2 + - uid: 23094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,9.5 + parent: 2 + - uid: 23095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,6.5 + parent: 2 + - uid: 23096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,7.5 + parent: 2 + - uid: 23097 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 23098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,9.5 + parent: 2 + - uid: 23099 + components: + - type: Transform + pos: 31.5,13.5 + parent: 2 + - uid: 23100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,7.5 + parent: 2 + - uid: 23101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,16.5 + parent: 2 + - uid: 23102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-0.5 + parent: 2 + - uid: 23103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 2 + - uid: 23104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-2.5 + parent: 2 + - uid: 23105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 + parent: 2 + - uid: 23106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-5.5 + parent: 2 + - uid: 23110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-11.5 + parent: 2 + - uid: 23111 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 23112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 2 + - uid: 23113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-3.5 + parent: 2 + - uid: 23114 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 23115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,3.5 + parent: 2 + - uid: 23116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,3.5 + parent: 2 + - uid: 23118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,3.5 + parent: 2 + - uid: 23119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 2 + - uid: 23120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,5.5 + parent: 2 + - uid: 23121 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 23123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 2 + - uid: 23124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 2 + - uid: 23125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - uid: 23126 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 23127 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 23128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,4.5 + parent: 2 + - uid: 23129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 2 + - uid: 23130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,1.5 + parent: 2 + - uid: 23131 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 23132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,1.5 + parent: 2 + - uid: 23137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,10.5 + parent: 2 + - uid: 23138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,12.5 + parent: 2 + - uid: 23146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-9.5 + parent: 2 + - uid: 23150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-2.5 + parent: 2 + - uid: 23151 + components: + - type: Transform + pos: -27.5,7.5 + parent: 2 + - uid: 23152 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 23153 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 23154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-2.5 + parent: 2 + - uid: 23155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-2.5 + parent: 2 + - uid: 23156 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 2 + - uid: 23157 + components: + - type: Transform + pos: -12.5,16.5 + parent: 2 + - uid: 23158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,9.5 + parent: 2 + - uid: 23159 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 23160 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 23161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 2 + - uid: 23162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,15.5 + parent: 2 + - uid: 23163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,15.5 + parent: 2 + - uid: 23164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,9.5 + parent: 2 + - uid: 23165 + components: + - type: Transform + pos: -25.5,13.5 + parent: 2 + - uid: 23166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 2 + - uid: 23167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,12.5 + parent: 2 + - uid: 23168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,15.5 + parent: 2 + - uid: 23169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,15.5 + parent: 2 + - uid: 23170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,15.5 + parent: 2 + - uid: 23171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,10.5 + parent: 2 + - uid: 23172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,10.5 + parent: 2 + - uid: 23173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,10.5 + parent: 2 + - uid: 23174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,10.5 + parent: 2 + - uid: 23175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,10.5 + parent: 2 + - uid: 23176 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - uid: 23177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-9.5 + parent: 2 + - uid: 23178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-9.5 + parent: 2 + - uid: 23179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 2 + - uid: 23180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 2 + - uid: 23181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,6.5 + parent: 2 + - uid: 23184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-26.5 + parent: 2 + - uid: 23192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-15.5 + parent: 2 + - uid: 23195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,44.5 + parent: 2 + - uid: 23208 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 + - uid: 23209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,22.5 + parent: 2 + - uid: 23210 + components: + - type: Transform + pos: -38.5,19.5 + parent: 2 + - uid: 23215 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 + - uid: 23216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,38.5 + parent: 2 + - uid: 23249 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 23250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-9.5 + parent: 2 + - uid: 23252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-9.5 + parent: 2 + - uid: 23253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-23.5 + parent: 2 + - uid: 23563 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 2 + - uid: 24913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,51.5 + parent: 2 + - uid: 28332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,44.5 + parent: 2 + - uid: 28996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-27.5 + parent: 2 + - uid: 29969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-44.5 + parent: 2 + - uid: 30098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,40.5 + parent: 2 + - uid: 30099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 91.5,40.5 + parent: 2 + - uid: 31063 + components: + - type: Transform + pos: -33.5,67.5 + parent: 2 + - uid: 31111 + components: + - type: Transform + pos: -37.5,67.5 + parent: 2 + - uid: 31180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,2.5 + parent: 2 + - uid: 31403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,71.5 + parent: 2 + - uid: 31676 + components: + - type: Transform + pos: -49.5,-40.5 + parent: 2 + - uid: 31681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-49.5 + parent: 2 + - uid: 31889 + components: + - type: Transform + pos: -17.5,-48.5 + parent: 2 + - uid: 32140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -120.5,51.5 + parent: 2 + - uid: 32142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,47.5 + parent: 2 + - uid: 32143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,55.5 + parent: 2 + - uid: 32144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,50.5 + parent: 2 + - uid: 32145 + components: + - type: Transform + pos: -103.5,56.5 + parent: 2 + - uid: 32146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,46.5 + parent: 2 + - uid: 32147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -112.5,43.5 + parent: 2 + - uid: 32148 + components: + - type: Transform + pos: -112.5,59.5 + parent: 2 + - uid: 32149 + components: + - type: Transform + pos: -119.5,59.5 + parent: 2 + - uid: 32150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,43.5 + parent: 2 + - uid: 32434 + components: + - type: Transform + pos: -56.5,61.5 + parent: 2 + - uid: 32435 + components: + - type: Transform + pos: -32.5,62.5 + parent: 2 + - uid: 32442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -105.5,53.5 + parent: 2 + - uid: 32444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,55.5 + parent: 2 + - uid: 32445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,55.5 + parent: 2 + - uid: 32447 + components: + - type: Transform + pos: -48.5,70.5 + parent: 2 + - uid: 32467 + components: + - type: Transform + pos: 83.5,72.5 + parent: 2 + - uid: 32684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,18.5 + parent: 2 + - uid: 33652 + components: + - type: Transform + pos: -31.5,67.5 + parent: 2 + - uid: 33686 + components: + - type: Transform + pos: -44.5,67.5 + parent: 2 + - uid: 33690 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 34032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-24.5 + parent: 2 + - uid: 34033 + components: + - type: Transform + pos: -48.5,-8.5 + parent: 2 + - uid: 34034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-13.5 + parent: 2 + - uid: 34036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,22.5 + parent: 2 + - uid: 34037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,22.5 + parent: 2 + - uid: 34038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,23.5 + parent: 2 + - uid: 34039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,19.5 + parent: 2 + - uid: 34040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,19.5 + parent: 2 + - uid: 34041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,24.5 + parent: 2 + - uid: 34042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,58.5 + parent: 2 + - uid: 34043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,73.5 + parent: 2 + - uid: 34055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-44.5 + parent: 2 + - uid: 34153 + components: + - type: Transform + pos: 6.5,42.5 + parent: 2 + - uid: 34415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,52.5 + parent: 2 + - uid: 34590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,12.5 + parent: 2 + - uid: 34591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,4.5 + parent: 2 + - uid: 34668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,55.5 + parent: 2 + - uid: 34981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,3.5 + parent: 2 + - uid: 36458 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 +- proto: PoweredlightBlue + entities: + - uid: 6372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-5.5 + parent: 2 +- proto: PoweredLightBlueInterior + entities: + - uid: 4885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,73.5 + parent: 2 +- proto: PoweredLightColoredBlack + entities: + - uid: 8258 + components: + - type: Transform + pos: -68.5,34.5 + parent: 2 +- proto: PoweredLightColoredRed + entities: + - uid: 4766 + components: + - type: Transform + pos: -74.5,-2.5 + parent: 2 + - uid: 29802 + components: + - type: Transform + pos: 74.5,26.5 + parent: 2 + - uid: 36401 + components: + - type: Transform + pos: -18.5,37.5 + parent: 2 + - uid: 36402 + components: + - type: Transform + pos: -28.5,37.5 + parent: 2 +- proto: PoweredlightEmpty + entities: + - uid: 7072 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 7073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-34.5 + parent: 2 +- proto: PoweredlightLED + entities: + - uid: 6661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,25.5 + parent: 2 + - uid: 8097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,25.5 + parent: 2 + - uid: 22533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-6.5 + parent: 2 +- proto: PoweredLightPostSmall + entities: + - uid: 9796 + components: + - type: Transform + pos: -89.5,-33.5 + parent: 2 + - uid: 9797 + components: + - type: Transform + pos: -90.5,-50.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: -90.5,-40.5 + parent: 2 + - uid: 10449 + components: + - type: Transform + pos: -90.5,-59.5 + parent: 2 + - uid: 10512 + components: + - type: Transform + pos: -72.5,-33.5 + parent: 2 + - uid: 10513 + components: + - type: Transform + pos: -81.5,-33.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + pos: -79.5,59.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + pos: -79.5,89.5 + parent: 2 + - uid: 17010 + components: + - type: Transform + pos: -95.5,67.5 + parent: 2 + - uid: 20970 + components: + - type: Transform + pos: -79.5,79.5 + parent: 2 + - uid: 30277 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 31276 + components: + - type: Transform + pos: -45.5,74.5 + parent: 2 + - uid: 31301 + components: + - type: Transform + pos: -59.5,65.5 + parent: 2 + - uid: 31302 + components: + - type: Transform + pos: -52.5,70.5 + parent: 2 + - uid: 31304 + components: + - type: Transform + pos: -36.5,74.5 + parent: 2 + - uid: 31305 + components: + - type: Transform + pos: -32.5,78.5 + parent: 2 + - uid: 31306 + components: + - type: Transform + pos: -23.5,80.5 + parent: 2 + - uid: 31307 + components: + - type: Transform + pos: -17.5,75.5 + parent: 2 + - uid: 31890 + components: + - type: Transform + pos: 46.5,-40.5 + parent: 2 + - uid: 31894 + components: + - type: Transform + pos: 54.5,-40.5 + parent: 2 + - uid: 31926 + components: + - type: Transform + pos: -72.5,-15.5 + parent: 2 + - uid: 31958 + components: + - type: Transform + pos: 87.5,-3.5 + parent: 2 + - uid: 32001 + components: + - type: Transform + pos: -66.5,-29.5 + parent: 2 + - uid: 32049 + components: + - type: Transform + pos: -123.5,0.5 + parent: 2 + - uid: 32075 + components: + - type: Transform + pos: -123.5,15.5 + parent: 2 + - uid: 32100 + components: + - type: Transform + pos: -124.5,37.5 + parent: 2 + - uid: 32101 + components: + - type: Transform + pos: -127.5,55.5 + parent: 2 + - uid: 32102 + components: + - type: Transform + pos: -129.5,45.5 + parent: 2 + - uid: 32104 + components: + - type: Transform + pos: -126.5,63.5 + parent: 2 + - uid: 32105 + components: + - type: Transform + pos: -115.5,66.5 + parent: 2 + - uid: 32106 + components: + - type: Transform + pos: -103.5,66.5 + parent: 2 + - uid: 32107 + components: + - type: Transform + pos: -98.5,62.5 + parent: 2 + - uid: 32108 + components: + - type: Transform + pos: -81.5,51.5 + parent: 2 + - uid: 32109 + components: + - type: Transform + pos: -89.5,52.5 + parent: 2 + - uid: 32111 + components: + - type: Transform + pos: -67.5,42.5 + parent: 2 + - uid: 32124 + components: + - type: Transform + pos: -73.5,51.5 + parent: 2 + - uid: 32288 + components: + - type: Transform + pos: -65.5,51.5 + parent: 2 + - uid: 32321 + components: + - type: Transform + pos: -79.5,69.5 + parent: 2 + - uid: 32412 + components: + - type: Transform + pos: -130.5,55.5 + parent: 2 + - uid: 35075 + components: + - type: Transform + pos: 55.5,-46.5 + parent: 2 + - uid: 35076 + components: + - type: Transform + pos: 64.5,-83.5 + parent: 2 + - uid: 35077 + components: + - type: Transform + pos: 55.5,-56.5 + parent: 2 + - uid: 35078 + components: + - type: Transform + pos: 55.5,-66.5 + parent: 2 + - uid: 35079 + components: + - type: Transform + pos: 55.5,-77.5 + parent: 2 + - uid: 35686 + components: + - type: Transform + pos: -70.5,61.5 + parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 15991 + components: + - type: Transform + pos: 66.5,0.5 + parent: 2 + - uid: 17915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-4.5 + parent: 2 + - uid: 17927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-8.5 + parent: 2 + - uid: 18141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,58.5 + parent: 2 + - uid: 31171 + components: + - type: Transform + pos: -68.5,3.5 + parent: 2 + - uid: 32571 + components: + - type: Transform + pos: 74.5,64.5 + parent: 2 + - uid: 32572 + components: + - type: Transform + pos: 62.5,65.5 + parent: 2 + - uid: 32651 + components: + - type: Transform + pos: 84.5,62.5 + parent: 2 + - uid: 32652 + components: + - type: Transform + pos: 84.5,59.5 + parent: 2 + - uid: 32653 + components: + - type: Transform + pos: 84.5,56.5 + parent: 2 + - uid: 32654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,55.5 + parent: 2 + - uid: 35793 + components: + - type: Transform + pos: -101.5,-24.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 8259 + components: + - type: Transform + pos: -60.5,-33.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,33.5 + parent: 2 + - uid: 22439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-3.5 + parent: 2 + - uid: 22527 + components: + - type: Transform + pos: -26.5,-27.5 + parent: 2 +- proto: PoweredSmallLightMaintenance + entities: + - uid: 6322 + components: + - type: Transform + pos: -31.5,72.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + pos: -108.5,-19.5 + parent: 2 + - uid: 13974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,23.5 + parent: 2 + - uid: 15210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-17.5 + parent: 2 + - uid: 15544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,36.5 + parent: 2 + - uid: 15900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,-8.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: 26.5,33.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 16302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-10.5 + parent: 2 + - uid: 17876 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 17913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,28.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,34.5 + parent: 2 + - uid: 19660 + components: + - type: Transform + pos: -68.5,36.5 + parent: 2 + - uid: 21084 + components: + - type: Transform + pos: -68.5,-5.5 + parent: 2 + - uid: 21190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -116.5,9.5 + parent: 2 + - uid: 22524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-30.5 + parent: 2 + - uid: 22529 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 22534 + components: + - type: Transform + pos: -30.5,55.5 + parent: 2 + - uid: 22539 + components: + - type: Transform + pos: -94.5,4.5 + parent: 2 + - uid: 22549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-3.5 + parent: 2 + - uid: 22550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,43.5 + parent: 2 + - uid: 22557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,9.5 + parent: 2 + - uid: 22571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,57.5 + parent: 2 + - uid: 22575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-23.5 + parent: 2 + - uid: 22578 + components: + - type: Transform + pos: -14.5,70.5 + parent: 2 + - uid: 22771 + components: + - type: Transform + pos: -43.5,70.5 + parent: 2 + - uid: 23059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,11.5 + parent: 2 + - uid: 23136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-31.5 + parent: 2 + - uid: 23187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-11.5 + parent: 2 + - uid: 23225 + components: + - type: Transform + pos: -40.5,-35.5 + parent: 2 + - uid: 32471 + components: + - type: Transform + pos: 55.5,68.5 + parent: 2 + - uid: 32602 + components: + - type: Transform + pos: 58.5,66.5 + parent: 2 + - uid: 32604 + components: + - type: Transform + pos: 65.5,70.5 + parent: 2 + - uid: 32605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,64.5 + parent: 2 + - uid: 32606 + components: + - type: Transform + pos: 62.5,59.5 + parent: 2 + - uid: 32607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,60.5 + parent: 2 + - uid: 32609 + components: + - type: Transform + pos: 55.5,62.5 + parent: 2 + - uid: 32611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,63.5 + parent: 2 + - uid: 32614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,52.5 + parent: 2 + - uid: 32617 + components: + - type: Transform + pos: 65.5,48.5 + parent: 2 + - uid: 32619 + components: + - type: Transform + pos: 60.5,46.5 + parent: 2 + - uid: 32620 + components: + - type: Transform + pos: 57.5,48.5 + parent: 2 + - uid: 32624 + components: + - type: Transform + pos: 56.5,32.5 + parent: 2 + - uid: 32626 + components: + - type: Transform + pos: 59.5,38.5 + parent: 2 + - uid: 32628 + components: + - type: Transform + pos: 66.5,42.5 + parent: 2 + - uid: 32630 + components: + - type: Transform + pos: 69.5,36.5 + parent: 2 + - uid: 32632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,47.5 + parent: 2 + - uid: 32633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,36.5 + parent: 2 + - uid: 32634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,52.5 + parent: 2 + - uid: 32635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,57.5 + parent: 2 + - uid: 32636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,60.5 + parent: 2 + - uid: 32638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,67.5 + parent: 2 + - uid: 32641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,64.5 + parent: 2 + - uid: 32642 + components: + - type: Transform + pos: 82.5,66.5 + parent: 2 + - uid: 32643 + components: + - type: Transform + pos: 87.5,68.5 + parent: 2 + - uid: 32644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,66.5 + parent: 2 + - uid: 32645 + components: + - type: Transform + pos: 92.5,62.5 + parent: 2 + - uid: 32646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,58.5 + parent: 2 + - uid: 32647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 95.5,51.5 + parent: 2 + - uid: 32648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,49.5 + parent: 2 + - uid: 32649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,52.5 + parent: 2 + - uid: 32655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 89.5,46.5 + parent: 2 + - uid: 32656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,48.5 + parent: 2 + - uid: 32657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,45.5 + parent: 2 + - uid: 32659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.5,41.5 + parent: 2 + - uid: 32661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,36.5 + parent: 2 + - uid: 32662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,33.5 + parent: 2 + - uid: 32663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,32.5 + parent: 2 + - uid: 32664 + components: + - type: Transform + pos: 95.5,31.5 + parent: 2 + - uid: 32665 + components: + - type: Transform + pos: 97.5,29.5 + parent: 2 + - uid: 32667 + components: + - type: Transform + pos: 95.5,24.5 + parent: 2 + - uid: 32668 + components: + - type: Transform + pos: 91.5,27.5 + parent: 2 + - uid: 32669 + components: + - type: Transform + pos: 87.5,27.5 + parent: 2 + - uid: 32672 + components: + - type: Transform + pos: 80.5,27.5 + parent: 2 + - uid: 32673 + components: + - type: Transform + pos: 81.5,32.5 + parent: 2 + - uid: 32674 + components: + - type: Transform + pos: 79.5,34.5 + parent: 2 + - uid: 32675 + components: + - type: Transform + pos: 76.5,38.5 + parent: 2 + - uid: 32676 + components: + - type: Transform + pos: 76.5,40.5 + parent: 2 + - uid: 32679 + components: + - type: Transform + pos: 68.5,32.5 + parent: 2 + - uid: 32680 + components: + - type: Transform + pos: 72.5,28.5 + parent: 2 + - uid: 32683 + components: + - type: Transform + pos: 84.5,27.5 + parent: 2 +- proto: PoweredSmallLightMaintenanceRed + entities: + - uid: 13577 + components: + - type: Transform + pos: -94.5,38.5 + parent: 2 + - uid: 14075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,22.5 + parent: 2 + - uid: 14076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,-1.5 + parent: 2 + - uid: 14189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-21.5 + parent: 2 + - uid: 15126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-21.5 + parent: 2 + - uid: 15211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,-17.5 + parent: 2 + - uid: 15222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,-6.5 + parent: 2 + - uid: 15223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -112.5,2.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,32.5 + parent: 2 + - uid: 15848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,19.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + pos: -28.5,70.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,32.5 + parent: 2 + - uid: 16296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,24.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-0.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-11.5 + parent: 2 + - uid: 16300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,43.5 + parent: 2 + - uid: 16301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -114.5,13.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-21.5 + parent: 2 + - uid: 17846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-34.5 + parent: 2 + - uid: 17847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,-3.5 + parent: 2 + - uid: 17875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,35.5 + parent: 2 + - uid: 17905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,25.5 + parent: 2 + - uid: 19384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,23.5 + parent: 2 + - uid: 21069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,22.5 + parent: 2 + - uid: 22518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,1.5 + parent: 2 + - uid: 22526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-19.5 + parent: 2 + - uid: 22532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-30.5 + parent: 2 + - uid: 22536 + components: + - type: Transform + pos: -89.5,18.5 + parent: 2 + - uid: 22537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,16.5 + parent: 2 + - uid: 22538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -98.5,0.5 + parent: 2 + - uid: 22540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-23.5 + parent: 2 + - uid: 22541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-22.5 + parent: 2 + - uid: 22544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,32.5 + parent: 2 + - uid: 22545 + components: + - type: Transform + pos: -20.5,70.5 + parent: 2 + - uid: 22546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,34.5 + parent: 2 + - uid: 22547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,9.5 + parent: 2 + - uid: 22548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,5.5 + parent: 2 + - uid: 22551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,16.5 + parent: 2 + - uid: 22553 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 + - uid: 22563 + components: + - type: Transform + pos: 65.5,-27.5 + parent: 2 + - uid: 22564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-10.5 + parent: 2 + - uid: 22566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-20.5 + parent: 2 + - uid: 22568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-31.5 + parent: 2 + - uid: 22569 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 22570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,59.5 + parent: 2 + - uid: 22572 + components: + - type: Transform + pos: -78.5,-21.5 + parent: 2 + - uid: 22574 + components: + - type: Transform + pos: 85.5,22.5 + parent: 2 + - uid: 29674 + components: + - type: Transform + pos: -22.5,-37.5 + parent: 2 +- proto: PresentRandom + entities: + - uid: 5958 + components: + - type: Transform + pos: 21.15425,-35.52148 + parent: 2 +- proto: Protolathe + entities: + - uid: 4127 + components: + - type: Transform + pos: 26.5,28.5 + parent: 2 +- proto: Puddle + entities: + - uid: 29873 + components: + - type: Transform + pos: 87.5,38.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 50 + - type: StepTrigger + active: False + - uid: 33569 + components: + - type: Transform + pos: 91.5,27.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 50 + - type: StepTrigger + active: False +- proto: PuddleFlour + entities: + - uid: 30095 + components: + - type: Transform + pos: 87.5,43.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 30 + - type: StepTrigger + active: False + - uid: 30096 + components: + - type: Transform + pos: 85.5,40.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 50 + - type: StepTrigger + active: False + - uid: 30097 + components: + - type: Transform + pos: 90.5,40.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 35 + - type: StepTrigger + active: False +- proto: PuddleSparkle + entities: + - uid: 4865 + components: + - type: Transform + pos: 86.5,39.5 + parent: 2 +- proto: Rack + entities: + - uid: 574 + components: + - type: Transform + pos: -51.5,18.5 + parent: 2 + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,7.5 + parent: 2 + - uid: 990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,7.5 + parent: 2 + - uid: 993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,7.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,7.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 1173 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,15.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,16.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: 33.5,5.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 2234 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 3000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-8.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + pos: -62.5,4.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + pos: -62.5,5.5 + parent: 2 + - uid: 3323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,37.5 + parent: 2 + - uid: 3516 + components: + - type: Transform + pos: -61.5,-7.5 + parent: 2 + - uid: 3518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-21.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + pos: -57.5,-7.5 + parent: 2 + - uid: 3545 + components: + - type: Transform + pos: -62.5,-7.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + pos: -81.5,1.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + pos: -18.5,47.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-41.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,30.5 + parent: 2 + - uid: 5217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,30.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 2 + - uid: 6014 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,24.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,23.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,23.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,24.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 6825 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: -51.5,26.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: -57.5,-9.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + pos: -43.5,-27.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + pos: -56.5,-19.5 + parent: 2 + - uid: 8388 + components: + - type: Transform + pos: -119.5,10.5 + parent: 2 + - uid: 8389 + components: + - type: Transform + pos: -120.5,10.5 + parent: 2 + - uid: 8429 + components: + - type: Transform + pos: -69.5,17.5 + parent: 2 + - uid: 8430 + components: + - type: Transform + pos: -68.5,17.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,2.5 + parent: 2 + - uid: 8466 + components: + - type: Transform + pos: -78.5,-2.5 + parent: 2 + - uid: 8788 + components: + - type: Transform + pos: -50.5,16.5 + parent: 2 + - uid: 8838 + components: + - type: Transform + pos: -51.5,16.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + pos: -58.5,30.5 + parent: 2 + - uid: 8922 + components: + - type: Transform + pos: -58.5,29.5 + parent: 2 + - uid: 8925 + components: + - type: Transform + pos: -58.5,28.5 + parent: 2 + - uid: 8939 + components: + - type: Transform + pos: -64.5,29.5 + parent: 2 + - uid: 8943 + components: + - type: Transform + pos: -64.5,28.5 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: -64.5,30.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: -50.5,18.5 + parent: 2 + - uid: 9041 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 + - uid: 9042 + components: + - type: Transform + pos: -47.5,26.5 + parent: 2 + - uid: 9103 + components: + - type: Transform + pos: -47.5,31.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: -33.5,39.5 + parent: 2 + - uid: 9147 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 9218 + components: + - type: Transform + pos: -33.5,40.5 + parent: 2 + - uid: 9228 + components: + - type: Transform + pos: -33.5,41.5 + parent: 2 + - uid: 9286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,37.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + pos: -69.5,36.5 + parent: 2 + - uid: 10628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-31.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,-2.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-2.5 + parent: 2 + - uid: 12934 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - uid: 12935 + components: + - type: Transform + pos: 46.5,42.5 + parent: 2 + - uid: 13244 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 + - uid: 13645 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 14078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,44.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: 27.5,55.5 + parent: 2 + - uid: 15525 + components: + - type: Transform + pos: -20.5,48.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + pos: -11.5,68.5 + parent: 2 + - uid: 15859 + components: + - type: Transform + pos: -18.5,48.5 + parent: 2 + - uid: 15988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-20.5 + parent: 2 + - uid: 16490 + components: + - type: Transform + pos: -23.5,47.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: -25.5,48.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + pos: -23.5,48.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -25.5,47.5 + parent: 2 + - uid: 16498 + components: + - type: Transform + pos: -25.5,46.5 + parent: 2 + - uid: 16500 + components: + - type: Transform + pos: -23.5,46.5 + parent: 2 + - uid: 16509 + components: + - type: Transform + pos: -19.5,45.5 + parent: 2 + - uid: 16519 + components: + - type: Transform + pos: -20.5,45.5 + parent: 2 + - uid: 16669 + components: + - type: Transform + pos: -36.5,12.5 + parent: 2 + - uid: 16670 + components: + - type: Transform + pos: -37.5,12.5 + parent: 2 + - uid: 18117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,62.5 + parent: 2 + - uid: 18118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,61.5 + parent: 2 + - uid: 18150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,62.5 + parent: 2 + - uid: 18151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,61.5 + parent: 2 + - uid: 18438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,4.5 + parent: 2 + - uid: 18439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,5.5 + parent: 2 + - uid: 18443 + components: + - type: Transform + pos: -51.5,-1.5 + parent: 2 + - uid: 18446 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 18482 + components: + - type: Transform + pos: -51.5,0.5 + parent: 2 + - uid: 18516 + components: + - type: Transform + pos: -41.5,24.5 + parent: 2 + - uid: 18528 + components: + - type: Transform + pos: -40.5,24.5 + parent: 2 + - uid: 19428 + components: + - type: Transform + pos: -77.5,1.5 + parent: 2 + - uid: 19638 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - uid: 19691 + components: + - type: Transform + pos: -67.5,17.5 + parent: 2 + - uid: 20962 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 20973 + components: + - type: Transform + pos: -62.5,-25.5 + parent: 2 + - uid: 20974 + components: + - type: Transform + pos: -62.5,-26.5 + parent: 2 + - uid: 21064 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 + - uid: 21065 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 21066 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 2 + - uid: 21070 + components: + - type: Transform + pos: 36.5,16.5 + parent: 2 + - uid: 21071 + components: + - type: Transform + pos: 52.5,8.5 + parent: 2 + - uid: 21103 + components: + - type: Transform + pos: -92.5,-19.5 + parent: 2 + - uid: 21116 + components: + - type: Transform + pos: -71.5,38.5 + parent: 2 + - uid: 21117 + components: + - type: Transform + pos: -95.5,38.5 + parent: 2 + - uid: 21118 + components: + - type: Transform + pos: -112.5,20.5 + parent: 2 + - uid: 21119 + components: + - type: Transform + pos: -112.5,19.5 + parent: 2 + - uid: 21209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,35.5 + parent: 2 + - uid: 22289 + components: + - type: Transform + pos: -23.5,75.5 + parent: 2 + - uid: 22311 + components: + - type: Transform + pos: -22.5,75.5 + parent: 2 + - uid: 22312 + components: + - type: Transform + pos: -21.5,75.5 + parent: 2 + - uid: 22395 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 22444 + components: + - type: Transform + pos: 35.5,-0.5 + parent: 2 + - uid: 22445 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 2 + - uid: 23286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,45.5 + parent: 2 + - uid: 23290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,33.5 + parent: 2 + - uid: 23294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,14.5 + parent: 2 + - uid: 23297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-11.5 + parent: 2 + - uid: 23298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-11.5 + parent: 2 + - uid: 27610 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 2 + - uid: 27633 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 2 + - uid: 28158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-32.5 + parent: 2 + - uid: 28695 + components: + - type: Transform + pos: -56.5,-14.5 + parent: 2 + - uid: 28969 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 29610 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 29753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,62.5 + parent: 2 + - uid: 29754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,61.5 + parent: 2 + - uid: 29755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,61.5 + parent: 2 + - uid: 29756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,62.5 + parent: 2 + - uid: 29770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,59.5 + parent: 2 + - uid: 29771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,58.5 + parent: 2 + - uid: 31792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-33.5 + parent: 2 + - uid: 34638 + components: + - type: Transform + pos: 43.5,30.5 + parent: 2 +- proto: RadiationCollector + entities: + - uid: 23017 + components: + - type: Transform + pos: -111.5,45.5 + parent: 2 + - uid: 23018 + components: + - type: Transform + pos: -112.5,45.5 + parent: 2 + - uid: 23049 + components: + - type: Transform + pos: -114.5,45.5 + parent: 2 + - uid: 23341 + components: + - type: Transform + anchored: False + pos: -93.1931,57.47908 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 27871 + components: + - type: Transform + anchored: False + pos: -119.22025,50.3151 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 27906 + components: + - type: Transform + anchored: False + pos: -107.89526,44.088966 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 28825 + components: + - type: Transform + pos: -113.5,57.5 + parent: 2 + - uid: 28826 + components: + - type: Transform + anchored: False + pos: -110.99109,59.063522 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 28827 + components: + - type: Transform + pos: -118.5,52.5 + parent: 2 + - uid: 32436 + components: + - type: Transform + anchored: False + pos: -96.53507,58.04881 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32437 + components: + - type: Transform + anchored: False + pos: -99.46498,45.464916 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32438 + components: + - type: Transform + anchored: False + pos: -100.38747,45.465878 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32439 + components: + - type: Transform + anchored: False + pos: -99.62384,46.73476 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32440 + components: + - type: Transform + anchored: False + pos: -99.5,57.5 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 32441 + components: + - type: Transform + anchored: False + pos: -101.0904,54.52224 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: RadioHandheld + entities: + - uid: 9594 + components: + - type: Transform + pos: -48.02188,33.882744 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: -47.85782,33.71868 + parent: 2 + - uid: 9596 + components: + - type: Transform + pos: -47.936684,23.679705 + parent: 2 + - uid: 9597 + components: + - type: Transform + pos: -50.831215,18.66408 + parent: 2 + - uid: 9598 + components: + - type: Transform + pos: -55.67106,35.860962 + parent: 2 + - uid: 9599 + components: + - type: Transform + pos: -55.413246,35.77893 + parent: 2 + - uid: 9600 + components: + - type: Transform + pos: -55.57731,35.60315 + parent: 2 + - uid: 22359 + components: + - type: Transform + pos: 26.287569,37.5581 + parent: 2 + - uid: 22379 + components: + - type: Transform + pos: -22.739079,75.85054 + parent: 2 + - uid: 22380 + components: + - type: Transform + pos: -22.567204,75.66304 + parent: 2 + - uid: 22381 + components: + - type: Transform + pos: -22.504704,75.834915 + parent: 2 + - uid: 22382 + components: + - type: Transform + pos: 27.352337,55.793938 + parent: 2 + - uid: 22383 + components: + - type: Transform + pos: 27.414837,55.668938 + parent: 2 + - uid: 22384 + components: + - type: Transform + pos: 28.617962,52.835003 + parent: 2 + - uid: 22385 + components: + - type: Transform + pos: 21.358255,26.350407 + parent: 2 + - uid: 22386 + components: + - type: Transform + pos: 21.452005,26.280094 + parent: 2 + - uid: 22387 + components: + - type: Transform + pos: 16.452005,27.756657 + parent: 2 + - uid: 22388 + components: + - type: Transform + pos: 16.65513,27.88947 + parent: 2 + - uid: 22389 + components: + - type: Transform + pos: 17.295755,30.787907 + parent: 2 + - uid: 22390 + components: + - type: Transform + pos: -11.339292,-10.879668 + parent: 2 + - uid: 22391 + components: + - type: Transform + pos: -27.766466,-9.085171 + parent: 2 + - uid: 22392 + components: + - type: Transform + pos: -28.377155,-20.761341 + parent: 2 + - uid: 22393 + components: + - type: Transform + pos: -58.337063,13.594515 + parent: 2 + - uid: 22396 + components: + - type: Transform + pos: -41.535954,31.496433 + parent: 2 + - uid: 22397 + components: + - type: Transform + pos: -54.073174,35.65238 + parent: 2 +- proto: Railing + entities: + - uid: 92 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 2 + - uid: 750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,7.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: 25.5,3.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: 27.5,3.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,0.5 + parent: 2 + - uid: 1312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,0.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,11.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,13.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,12.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,13.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,10.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,10.5 + parent: 2 + - uid: 1613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,10.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,10.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,24.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,24.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,24.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,9.5 + parent: 2 + - uid: 2412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-34.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-14.5 + parent: 2 + - uid: 3315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-33.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-32.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-32.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-29.5 + parent: 2 + - uid: 3509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-28.5 + parent: 2 + - uid: 3510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-31.5 + parent: 2 + - uid: 3511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-30.5 + parent: 2 + - uid: 3512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-29.5 + parent: 2 + - uid: 3513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-28.5 + parent: 2 + - uid: 3514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-31.5 + parent: 2 + - uid: 3515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-30.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,17.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,15.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,14.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,13.5 + parent: 2 + - uid: 4578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,12.5 + parent: 2 + - uid: 4615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,22.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,21.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,20.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,19.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + pos: 59.5,-24.5 + parent: 2 + - uid: 4983 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 4984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-14.5 + parent: 2 + - uid: 4985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-14.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-16.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + pos: 62.5,-22.5 + parent: 2 + - uid: 4988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,-19.5 + parent: 2 + - uid: 4989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-23.5 + parent: 2 + - uid: 4991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-15.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,47.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,59.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: 12.5,70.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: 10.5,70.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 8.5,70.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + pos: 6.5,70.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,33.5 + parent: 2 + - uid: 6844 + components: + - type: Transform + pos: 4.5,70.5 + parent: 2 + - uid: 7478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-16.5 + parent: 2 + - uid: 7479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-17.5 + parent: 2 + - uid: 7480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-18.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-20.5 + parent: 2 + - uid: 7482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-21.5 + parent: 2 + - uid: 7483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-22.5 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + pos: -45.5,-24.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 7487 + components: + - type: Transform + pos: -40.5,-24.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + pos: -38.5,-24.5 + parent: 2 + - uid: 8813 + components: + - type: Transform + pos: 39.5,21.5 + parent: 2 + - uid: 8815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - uid: 8852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,18.5 + parent: 2 + - uid: 8853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,18.5 + parent: 2 + - uid: 8883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,17.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + pos: -61.5,19.5 + parent: 2 + - uid: 8889 + components: + - type: Transform + pos: -60.5,19.5 + parent: 2 + - uid: 8890 + components: + - type: Transform + pos: -59.5,19.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + pos: -77.5,-35.5 + parent: 2 + - uid: 9722 + components: + - type: Transform + pos: -71.5,-35.5 + parent: 2 + - uid: 9753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,51.5 + parent: 2 + - uid: 9786 + components: + - type: Transform + pos: -84.5,-35.5 + parent: 2 + - uid: 9787 + components: + - type: Transform + pos: -87.5,-35.5 + parent: 2 + - uid: 9811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-54.5 + parent: 2 + - uid: 9815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-69.5 + parent: 2 + - uid: 9823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-62.5 + parent: 2 + - uid: 9824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-64.5 + parent: 2 + - uid: 9825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-63.5 + parent: 2 + - uid: 9826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-72.5 + parent: 2 + - uid: 9829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-67.5 + parent: 2 + - uid: 9841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-68.5 + parent: 2 + - uid: 9842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-68.5 + parent: 2 + - uid: 9843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-61.5 + parent: 2 + - uid: 9844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-57.5 + parent: 2 + - uid: 9854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-63.5 + parent: 2 + - uid: 9856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,38.5 + parent: 2 + - uid: 9857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,39.5 + parent: 2 + - uid: 9858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,40.5 + parent: 2 + - uid: 9859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,41.5 + parent: 2 + - uid: 9860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,44.5 + parent: 2 + - uid: 9861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,45.5 + parent: 2 + - uid: 9862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,46.5 + parent: 2 + - uid: 9863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,48.5 + parent: 2 + - uid: 9864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,50.5 + parent: 2 + - uid: 9865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,49.5 + parent: 2 + - uid: 9866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,48.5 + parent: 2 + - uid: 9867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,47.5 + parent: 2 + - uid: 9868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,46.5 + parent: 2 + - uid: 9869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,45.5 + parent: 2 + - uid: 9870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,44.5 + parent: 2 + - uid: 9871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,43.5 + parent: 2 + - uid: 9872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,42.5 + parent: 2 + - uid: 9873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,42.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,42.5 + parent: 2 + - uid: 9918 + components: + - type: Transform + pos: -79.5,50.5 + parent: 2 + - uid: 9919 + components: + - type: Transform + pos: -68.5,50.5 + parent: 2 + - uid: 9920 + components: + - type: Transform + pos: -69.5,50.5 + parent: 2 + - uid: 9921 + components: + - type: Transform + pos: -70.5,50.5 + parent: 2 + - uid: 9922 + components: + - type: Transform + pos: -73.5,50.5 + parent: 2 + - uid: 9923 + components: + - type: Transform + pos: -72.5,50.5 + parent: 2 + - uid: 9924 + components: + - type: Transform + pos: -74.5,50.5 + parent: 2 + - uid: 9925 + components: + - type: Transform + pos: -77.5,50.5 + parent: 2 + - uid: 9926 + components: + - type: Transform + pos: -80.5,50.5 + parent: 2 + - uid: 9927 + components: + - type: Transform + pos: -82.5,50.5 + parent: 2 + - uid: 9928 + components: + - type: Transform + pos: -83.5,50.5 + parent: 2 + - uid: 9929 + components: + - type: Transform + pos: -85.5,50.5 + parent: 2 + - uid: 9930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,52.5 + parent: 2 + - uid: 9931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,52.5 + parent: 2 + - uid: 9932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,52.5 + parent: 2 + - uid: 9933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-77.5 + parent: 2 + - uid: 9934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,52.5 + parent: 2 + - uid: 9935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,52.5 + parent: 2 + - uid: 9936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,52.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,52.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,52.5 + parent: 2 + - uid: 9939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,52.5 + parent: 2 + - uid: 10437 + components: + - type: Transform + pos: -78.5,-35.5 + parent: 2 + - uid: 10438 + components: + - type: Transform + pos: -73.5,-35.5 + parent: 2 + - uid: 10440 + components: + - type: Transform + pos: -86.5,-35.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-51.5 + parent: 2 + - uid: 10453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-56.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-58.5 + parent: 2 + - uid: 10455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-61.5 + parent: 2 + - uid: 10456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-62.5 + parent: 2 + - uid: 10457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-40.5 + parent: 2 + - uid: 10458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-41.5 + parent: 2 + - uid: 10459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-42.5 + parent: 2 + - uid: 10460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-45.5 + parent: 2 + - uid: 10461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-47.5 + parent: 2 + - uid: 10462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-48.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-29.5 + parent: 2 + - uid: 10577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-29.5 + parent: 2 + - uid: 10578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-29.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: -66.5,-36.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: -65.5,-36.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: -64.5,-36.5 + parent: 2 + - uid: 10586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-30.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-31.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-32.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-14.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,7.5 + parent: 2 + - uid: 13441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-33.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,-33.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-33.5 + parent: 2 + - uid: 13455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-33.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-33.5 + parent: 2 + - uid: 13459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-33.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-33.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-33.5 + parent: 2 + - uid: 13484 + components: + - type: Transform + pos: -70.5,-35.5 + parent: 2 + - uid: 13485 + components: + - type: Transform + pos: -76.5,-35.5 + parent: 2 + - uid: 13486 + components: + - type: Transform + pos: -79.5,-35.5 + parent: 2 + - uid: 13487 + components: + - type: Transform + pos: -81.5,-35.5 + parent: 2 + - uid: 13488 + components: + - type: Transform + pos: -82.5,-35.5 + parent: 2 + - uid: 13544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-37.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,-33.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: -74.5,-35.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: -75.5,-35.5 + parent: 2 + - uid: 13647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-37.5 + parent: 2 + - uid: 13648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-38.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-39.5 + parent: 2 + - uid: 13650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-40.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-38.5 + parent: 2 + - uid: 13656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-37.5 + parent: 2 + - uid: 13663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-33.5 + parent: 2 + - uid: 13664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-33.5 + parent: 2 + - uid: 13665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-33.5 + parent: 2 + - uid: 13666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-33.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-33.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-33.5 + parent: 2 + - uid: 13675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-43.5 + parent: 2 + - uid: 13678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-53.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + pos: -69.5,-35.5 + parent: 2 + - uid: 13867 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 15208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,61.5 + parent: 2 + - uid: 15209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,62.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,37.5 + parent: 2 + - uid: 15587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,37.5 + parent: 2 + - uid: 15755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,57.5 + parent: 2 + - uid: 17007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-57.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-44.5 + parent: 2 + - uid: 17009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-53.5 + parent: 2 + - uid: 17502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-16.5 + parent: 2 + - uid: 18219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,58.5 + parent: 2 + - uid: 18552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-51.5 + parent: 2 + - uid: 18553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-39.5 + parent: 2 + - uid: 18555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-41.5 + parent: 2 + - uid: 18585 + components: + - type: Transform + pos: -88.5,50.5 + parent: 2 + - uid: 18587 + components: + - type: Transform + pos: -89.5,50.5 + parent: 2 + - uid: 18603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-40.5 + parent: 2 + - uid: 18621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,52.5 + parent: 2 + - uid: 18711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-57.5 + parent: 2 + - uid: 18777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-42.5 + parent: 2 + - uid: 18780 + components: + - type: Transform + pos: -68.5,-35.5 + parent: 2 + - uid: 18783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-47.5 + parent: 2 + - uid: 18784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-35.5 + parent: 2 + - uid: 18785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-43.5 + parent: 2 + - uid: 23889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-8.5 + parent: 2 + - uid: 24483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 2 + - uid: 26853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-28.5 + parent: 2 + - uid: 27439 + components: + - type: Transform + pos: 11.5,70.5 + parent: 2 + - uid: 28062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,36.5 + parent: 2 + - uid: 28644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,18.5 + parent: 2 + - uid: 28736 + components: + - type: Transform + pos: 13.5,70.5 + parent: 2 + - uid: 29162 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 29636 + components: + - type: Transform + pos: 9.5,70.5 + parent: 2 + - uid: 29971 + components: + - type: Transform + pos: 7.5,70.5 + parent: 2 + - uid: 30221 + components: + - type: Transform + pos: 38.5,-18.5 + parent: 2 + - uid: 30268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,58.5 + parent: 2 + - uid: 30272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,62.5 + parent: 2 + - uid: 30345 + components: + - type: Transform + pos: 5.5,70.5 + parent: 2 + - uid: 30370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-36.5 + parent: 2 + - uid: 30379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - uid: 30380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,25.5 + parent: 2 + - uid: 30381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,24.5 + parent: 2 + - uid: 30390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-24.5 + parent: 2 + - uid: 30392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,52.5 + parent: 2 + - uid: 30393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-32.5 + parent: 2 + - uid: 30399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,20.5 + parent: 2 + - uid: 30401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,37.5 + parent: 2 + - uid: 30402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-16.5 + parent: 2 + - uid: 30406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-23.5 + parent: 2 + - uid: 30407 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 30409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - uid: 30449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-14.5 + parent: 2 + - uid: 30585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,9.5 + parent: 2 + - uid: 31914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-43.5 + parent: 2 + - uid: 31915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-44.5 + parent: 2 + - uid: 31916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-46.5 + parent: 2 + - uid: 31919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-48.5 + parent: 2 + - uid: 31920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-52.5 + parent: 2 + - uid: 32010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-52.5 + parent: 2 + - uid: 32011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-47.5 + parent: 2 + - uid: 32230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,49.5 + parent: 2 + - uid: 32231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,49.5 + parent: 2 + - uid: 32232 + components: + - type: Transform + pos: -101.5,53.5 + parent: 2 + - uid: 32233 + components: + - type: Transform + pos: -100.5,53.5 + parent: 2 + - uid: 32252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-52.5 + parent: 2 + - uid: 32268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-51.5 + parent: 2 + - uid: 32311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-59.5 + parent: 2 + - uid: 32331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-38.5 + parent: 2 + - uid: 32332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-33.5 + parent: 2 + - uid: 32333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-33.5 + parent: 2 + - uid: 32338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-36.5 + parent: 2 + - uid: 34959 + components: + - type: Transform + pos: 20.5,19.5 + parent: 2 + - uid: 35476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,53.5 + parent: 2 + - uid: 35477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,54.5 + parent: 2 + - uid: 35478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,57.5 + parent: 2 + - uid: 35479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,58.5 + parent: 2 + - uid: 35480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,59.5 + parent: 2 + - uid: 35481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,61.5 + parent: 2 + - uid: 35482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,63.5 + parent: 2 + - uid: 35483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,64.5 + parent: 2 + - uid: 35484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,66.5 + parent: 2 + - uid: 35485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,67.5 + parent: 2 + - uid: 35486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,68.5 + parent: 2 + - uid: 35487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,69.5 + parent: 2 + - uid: 35488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,71.5 + parent: 2 + - uid: 35489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,74.5 + parent: 2 + - uid: 35490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,73.5 + parent: 2 + - uid: 35491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,77.5 + parent: 2 + - uid: 35492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,79.5 + parent: 2 + - uid: 35493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,83.5 + parent: 2 + - uid: 35494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,84.5 + parent: 2 + - uid: 35495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,86.5 + parent: 2 + - uid: 35496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,87.5 + parent: 2 + - uid: 35497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,88.5 + parent: 2 + - uid: 35498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,89.5 + parent: 2 + - uid: 35499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,92.5 + parent: 2 + - uid: 35500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,94.5 + parent: 2 + - uid: 35501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,99.5 + parent: 2 + - uid: 35502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,94.5 + parent: 2 + - uid: 35503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,93.5 + parent: 2 + - uid: 35504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,92.5 + parent: 2 + - uid: 35505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,87.5 + parent: 2 + - uid: 35506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,83.5 + parent: 2 + - uid: 35507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,82.5 + parent: 2 + - uid: 35508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,77.5 + parent: 2 + - uid: 35509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,78.5 + parent: 2 + - uid: 35510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,76.5 + parent: 2 + - uid: 35511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,73.5 + parent: 2 + - uid: 35512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,72.5 + parent: 2 + - uid: 35513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,71.5 + parent: 2 + - uid: 35514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,67.5 + parent: 2 + - uid: 35515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,66.5 + parent: 2 + - uid: 35516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,63.5 + parent: 2 + - uid: 35517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,62.5 + parent: 2 + - uid: 35518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,61.5 + parent: 2 + - uid: 35519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,58.5 + parent: 2 + - uid: 35520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,56.5 + parent: 2 + - uid: 35521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,54.5 + parent: 2 + - uid: 35522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,57.5 + parent: 2 + - uid: 35679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,52.5 + parent: 2 + - uid: 35680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,52.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,6.5 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: 65.5,-20.5 + parent: 2 + - uid: 3310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-32.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-27.5 + parent: 2 + - uid: 3505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-27.5 + parent: 2 + - uid: 3506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-32.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + pos: 36.5,-32.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-14.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-13.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,-15.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + pos: 66.5,-18.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + pos: 69.5,23.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,11.5 + parent: 2 + - uid: 4967 + components: + - type: Transform + pos: 64.5,-21.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: 63.5,-22.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: 61.5,-23.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: 60.5,-24.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: 58.5,-25.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-25.5 + parent: 2 + - uid: 4973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-24.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-22.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-19.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-18.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-17.5 + parent: 2 + - uid: 4978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-16.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-15.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-14.5 + parent: 2 + - uid: 4981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-13.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,52.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-29.5 + parent: 2 + - uid: 10582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-36.5 + parent: 2 + - uid: 13674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-42.5 + parent: 2 + - uid: 23545 + components: + - type: Transform + pos: 6.5,6.5 + parent: 2 + - uid: 32269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-33.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 1369 + components: + - type: Transform + pos: 28.5,10.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-28.5 + parent: 2 + - uid: 3946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,-17.5 + parent: 2 + - uid: 4585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,11.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,23.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-15.5 + parent: 2 + - uid: 4992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-14.5 + parent: 2 + - uid: 4993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-18.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,-20.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-21.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-22.5 + parent: 2 + - uid: 4997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-23.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-24.5 + parent: 2 + - uid: 4999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-24.5 + parent: 2 + - uid: 5000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-22.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-21.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: 51.5,-20.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: 52.5,-19.5 + parent: 2 + - uid: 5004 + components: + - type: Transform + pos: 53.5,-18.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: 54.5,-17.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + pos: 56.5,-16.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: 60.5,-13.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-13.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-25.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-25.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-16.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,12.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-14.5 + parent: 2 + - uid: 8884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,19.5 + parent: 2 + - uid: 8885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,19.5 + parent: 2 + - uid: 8886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,16.5 + parent: 2 + - uid: 8887 + components: + - type: Transform + pos: -58.5,16.5 + parent: 2 + - uid: 9945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,50.5 + parent: 2 + - uid: 9946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,42.5 + parent: 2 + - uid: 10463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-35.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,-35.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: -67.5,-33.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 2 + - uid: 15404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,38.5 + parent: 2 + - uid: 15588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,38.5 + parent: 2 + - uid: 16398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,57.5 + parent: 2 + - uid: 18556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-42.5 + parent: 2 + - uid: 22567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,63.5 + parent: 2 + - uid: 30410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 30411 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 34960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,19.5 + parent: 2 + - uid: 34961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,19.5 + parent: 2 + - uid: 35474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,52.5 + parent: 2 + - uid: 35475 + components: + - type: Transform + pos: -81.5,52.5 + parent: 2 +- proto: RandomAnimalSpawner + entities: + - uid: 21128 + components: + - type: Transform + pos: -102.5,26.5 + parent: 2 + - uid: 27967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,15.5 + parent: 2 +- proto: RandomArcade + entities: + - uid: 3373 + components: + - type: Transform + pos: 25.5,-27.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 18139 + components: + - type: Transform + pos: -17.5,61.5 + parent: 2 + - uid: 36460 + components: + - type: Transform + pos: -15.5,61.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 4488 + components: + - type: Transform + pos: 39.5,55.5 + parent: 2 +- proto: RandomBoards + entities: + - uid: 6656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-20.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: -50.5,27.5 + parent: 2 + - uid: 22610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-11.5 + parent: 2 + - uid: 23280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,44.5 + parent: 2 + - uid: 23283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,45.5 + parent: 2 + - uid: 23287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,75.5 + parent: 2 + - uid: 23288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,35.5 + parent: 2 + - uid: 23289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,33.5 + parent: 2 + - uid: 23291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,36.5 + parent: 2 + - uid: 23293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,14.5 + parent: 2 + - uid: 23296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-11.5 + parent: 2 + - uid: 33603 + components: + - type: Transform + pos: 84.5,50.5 + parent: 2 + - uid: 33604 + components: + - type: Transform + pos: 97.5,29.5 + parent: 2 + - uid: 33605 + components: + - type: Transform + pos: 60.5,60.5 + parent: 2 + - uid: 33606 + components: + - type: Transform + pos: 59.5,60.5 + parent: 2 + - uid: 33607 + components: + - type: Transform + pos: 76.5,66.5 + parent: 2 + - uid: 33712 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - uid: 33717 + components: + - type: Transform + pos: -48.5,25.5 + parent: 2 + - uid: 33721 + components: + - type: Transform + pos: -50.5,26.5 + parent: 2 +- proto: RandomBook + entities: + - uid: 5695 + components: + - type: Transform + pos: 60.5,27.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 57.5,29.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,29.5 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: -23.5,66.5 + parent: 2 + - uid: 18382 + components: + - type: Transform + pos: -15.5,66.5 + parent: 2 + - uid: 18383 + components: + - type: Transform + pos: -19.5,62.5 + parent: 2 + - uid: 18384 + components: + - type: Transform + pos: -22.5,62.5 + parent: 2 + - uid: 33582 + components: + - type: Transform + pos: 85.5,50.5 + parent: 2 +- proto: RandomBox + entities: + - uid: 33583 + components: + - type: Transform + pos: 75.5,64.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 30694 + components: + - type: Transform + pos: -40.5,65.5 + parent: 2 + - uid: 33584 + components: + - type: Transform + pos: 64.5,63.5 + parent: 2 + - uid: 33658 + components: + - type: Transform + pos: -40.5,63.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 19707 + components: + - type: Transform + pos: -40.5,67.5 + parent: 2 + - uid: 19768 + components: + - type: Transform + pos: -40.5,66.5 + parent: 2 + - uid: 19773 + components: + - type: Transform + pos: -40.5,64.5 + parent: 2 +- proto: RandomFoodBakedWhole + entities: + - uid: 33581 + components: + - type: Transform + pos: 95.5,49.5 + parent: 2 +- proto: RandomInstruments + entities: + - uid: 2723 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 2 + - uid: 33585 + components: + - type: Transform + pos: 78.5,58.5 + parent: 2 + - uid: 33586 + components: + - type: Transform + pos: 80.5,64.5 + parent: 2 + - uid: 33587 + components: + - type: Transform + pos: 95.5,26.5 + parent: 2 +- proto: RandomMedicCorpseSpawner + entities: + - uid: 5338 + components: + - type: Transform + pos: 58.5,55.5 + parent: 2 + - uid: 5339 + components: + - type: Transform + pos: 59.5,51.5 + parent: 2 +- proto: RandomPainting + entities: + - uid: 23547 + components: + - type: Transform + pos: -80.5,10.5 + parent: 2 + - uid: 23593 + components: + - type: Transform + pos: 13.5,31.5 + parent: 2 + - uid: 23594 + components: + - type: Transform + pos: 18.5,31.5 + parent: 2 + - uid: 23595 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 23596 + components: + - type: Transform + pos: 26.5,53.5 + parent: 2 + - uid: 23597 + components: + - type: Transform + pos: 9.5,51.5 + parent: 2 + - uid: 23598 + components: + - type: Transform + pos: 4.5,47.5 + parent: 2 + - uid: 23599 + components: + - type: Transform + pos: 5.5,57.5 + parent: 2 + - uid: 23600 + components: + - type: Transform + pos: -5.5,57.5 + parent: 2 + - uid: 23601 + components: + - type: Transform + pos: -6.5,62.5 + parent: 2 + - uid: 23602 + components: + - type: Transform + pos: -16.5,65.5 + parent: 2 + - uid: 23603 + components: + - type: Transform + pos: -20.5,65.5 + parent: 2 + - uid: 23604 + components: + - type: Transform + pos: -24.5,65.5 + parent: 2 + - uid: 23605 + components: + - type: Transform + pos: -29.5,56.5 + parent: 2 + - uid: 23606 + components: + - type: Transform + pos: -40.5,25.5 + parent: 2 + - uid: 23607 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 23608 + components: + - type: Transform + pos: -50.5,19.5 + parent: 2 + - uid: 23609 + components: + - type: Transform + pos: -64.5,19.5 + parent: 2 + - uid: 23610 + components: + - type: Transform + pos: -62.5,10.5 + parent: 2 + - uid: 23611 + components: + - type: Transform + pos: -70.5,16.5 + parent: 2 + - uid: 23612 + components: + - type: Transform + pos: -93.5,-9.5 + parent: 2 + - uid: 23613 + components: + - type: Transform + pos: -86.5,11.5 + parent: 2 + - uid: 23614 + components: + - type: Transform + pos: -90.5,22.5 + parent: 2 + - uid: 23615 + components: + - type: Transform + pos: -94.5,16.5 + parent: 2 + - uid: 23616 + components: + - type: Transform + pos: -94.5,27.5 + parent: 2 + - uid: 23617 + components: + - type: Transform + pos: -96.5,13.5 + parent: 2 + - uid: 23620 + components: + - type: Transform + pos: -81.5,-2.5 + parent: 2 + - uid: 23621 + components: + - type: Transform + pos: -80.5,-2.5 + parent: 2 + - uid: 23622 + components: + - type: Transform + pos: -70.5,-3.5 + parent: 2 + - uid: 23624 + components: + - type: Transform + pos: -57.5,-10.5 + parent: 2 + - uid: 23625 + components: + - type: Transform + pos: -60.5,-22.5 + parent: 2 + - uid: 23626 + components: + - type: Transform + pos: -57.5,-22.5 + parent: 2 + - uid: 23627 + components: + - type: Transform + pos: -49.5,-25.5 + parent: 2 + - uid: 23628 + components: + - type: Transform + pos: -43.5,-31.5 + parent: 2 + - uid: 23629 + components: + - type: Transform + pos: -36.5,-34.5 + parent: 2 + - uid: 23630 + components: + - type: Transform + pos: -27.5,-29.5 + parent: 2 + - uid: 23631 + components: + - type: Transform + pos: -24.5,-32.5 + parent: 2 + - uid: 23633 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 23634 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - uid: 23635 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 23636 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - uid: 23639 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 2 + - uid: 23640 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 23641 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 23642 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 23643 + components: + - type: Transform + pos: 26.5,25.5 + parent: 2 + - uid: 23644 + components: + - type: Transform + pos: 37.5,31.5 + parent: 2 + - uid: 23645 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - uid: 23646 + components: + - type: Transform + pos: 44.5,27.5 + parent: 2 + - uid: 23647 + components: + - type: Transform + pos: 49.5,35.5 + parent: 2 + - uid: 23648 + components: + - type: Transform + pos: 46.5,45.5 + parent: 2 + - uid: 23649 + components: + - type: Transform + pos: 44.5,41.5 + parent: 2 + - uid: 23650 + components: + - type: Transform + pos: 58.5,31.5 + parent: 2 + - uid: 23651 + components: + - type: Transform + pos: 55.5,31.5 + parent: 2 + - uid: 23652 + components: + - type: Transform + pos: 54.5,31.5 + parent: 2 + - uid: 23653 + components: + - type: Transform + pos: 55.5,1.5 + parent: 2 + - uid: 23654 + components: + - type: Transform + pos: 73.5,-12.5 + parent: 2 + - uid: 23655 + components: + - type: Transform + pos: 51.5,-28.5 + parent: 2 + - uid: 23656 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - uid: 23657 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 23658 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 2 + - uid: 23659 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 23660 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 23663 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 23664 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 + - uid: 23665 + components: + - type: Transform + pos: -50.5,-6.5 + parent: 2 + - uid: 23666 + components: + - type: Transform + pos: -53.5,6.5 + parent: 2 + - uid: 23667 + components: + - type: Transform + pos: -61.5,14.5 + parent: 2 + - uid: 23669 + components: + - type: Transform + pos: -68.5,18.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 23447 + components: + - type: Transform + pos: -88.5,10.5 + parent: 2 + - uid: 23450 + components: + - type: Transform + pos: -93.5,24.5 + parent: 2 + - uid: 23451 + components: + - type: Transform + pos: -96.5,30.5 + parent: 2 + - uid: 23452 + components: + - type: Transform + pos: -90.5,35.5 + parent: 2 + - uid: 23453 + components: + - type: Transform + pos: -115.5,34.5 + parent: 2 + - uid: 23454 + components: + - type: Transform + pos: -107.5,35.5 + parent: 2 + - uid: 23455 + components: + - type: Transform + pos: -106.5,35.5 + parent: 2 + - uid: 23456 + components: + - type: Transform + pos: -111.5,31.5 + parent: 2 + - uid: 23457 + components: + - type: Transform + pos: -115.5,-4.5 + parent: 2 + - uid: 23458 + components: + - type: Transform + pos: -115.5,20.5 + parent: 2 + - uid: 23459 + components: + - type: Transform + pos: -111.5,18.5 + parent: 2 + - uid: 23460 + components: + - type: Transform + pos: -111.5,17.5 + parent: 2 + - uid: 23461 + components: + - type: Transform + pos: -115.5,10.5 + parent: 2 + - uid: 23462 + components: + - type: Transform + pos: -111.5,1.5 + parent: 2 + - uid: 23464 + components: + - type: Transform + pos: -111.5,-11.5 + parent: 2 + - uid: 23471 + components: + - type: Transform + pos: -88.5,6.5 + parent: 2 + - uid: 23472 + components: + - type: Transform + pos: -66.5,15.5 + parent: 2 + - uid: 23473 + components: + - type: Transform + pos: -74.5,17.5 + parent: 2 + - uid: 23474 + components: + - type: Transform + pos: -70.5,27.5 + parent: 2 + - uid: 23475 + components: + - type: Transform + pos: -74.5,33.5 + parent: 2 + - uid: 23476 + components: + - type: Transform + pos: -64.5,32.5 + parent: 2 + - uid: 23477 + components: + - type: Transform + pos: -52.5,32.5 + parent: 2 + - uid: 23479 + components: + - type: Transform + pos: -23.5,33.5 + parent: 2 + - uid: 23512 + components: + - type: Transform + pos: 58.5,49.5 + parent: 2 + - uid: 23520 + components: + - type: Transform + pos: 71.5,-12.5 + parent: 2 + - uid: 23521 + components: + - type: Transform + pos: 75.5,-13.5 + parent: 2 + - uid: 23522 + components: + - type: Transform + pos: 79.5,-11.5 + parent: 2 + - uid: 23523 + components: + - type: Transform + pos: 72.5,-19.5 + parent: 2 + - uid: 23524 + components: + - type: Transform + pos: 68.5,-23.5 + parent: 2 + - uid: 23525 + components: + - type: Transform + pos: 52.5,-28.5 + parent: 2 + - uid: 23526 + components: + - type: Transform + pos: 53.5,-32.5 + parent: 2 + - uid: 23527 + components: + - type: Transform + pos: 46.5,-32.5 + parent: 2 + - uid: 23528 + components: + - type: Transform + pos: 41.5,-35.5 + parent: 2 + - uid: 23529 + components: + - type: Transform + pos: 28.5,-35.5 + parent: 2 + - uid: 23530 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 2 + - uid: 23531 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 2 + - uid: 23532 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - uid: 23533 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 23549 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 2 + - uid: 23570 + components: + - type: Transform + pos: -82.5,3.5 + parent: 2 + - uid: 23571 + components: + - type: Transform + pos: -89.5,1.5 + parent: 2 + - uid: 23572 + components: + - type: Transform + pos: -93.5,-2.5 + parent: 2 + - uid: 23573 + components: + - type: Transform + pos: -93.5,-5.5 + parent: 2 + - uid: 23574 + components: + - type: Transform + pos: -93.5,-6.5 + parent: 2 + - uid: 23575 + components: + - type: Transform + pos: -95.5,-12.5 + parent: 2 + - uid: 23577 + components: + - type: Transform + pos: -87.5,19.5 + parent: 2 + - uid: 23579 + components: + - type: Transform + pos: -82.5,34.5 + parent: 2 + - uid: 23581 + components: + - type: Transform + pos: -52.5,42.5 + parent: 2 + - uid: 23583 + components: + - type: Transform + pos: -31.5,39.5 + parent: 2 + - uid: 23584 + components: + - type: Transform + pos: -27.5,33.5 + parent: 2 + - uid: 23585 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 23587 + components: + - type: Transform + pos: -8.5,36.5 + parent: 2 + - uid: 26887 + components: + - type: Transform + pos: -32.5,32.5 + parent: 2 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 5341 + components: + - type: Transform + pos: 56.5,53.5 + parent: 2 + - uid: 5385 + components: + - type: Transform + pos: 61.5,52.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 1640 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: -5.5,11.5 + parent: 2 + - uid: 15548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,33.5 + parent: 2 + - uid: 15551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,33.5 + parent: 2 +- proto: RandomSoap + entities: + - uid: 33588 + components: + - type: Transform + pos: 96.5,26.5 + parent: 2 + - uid: 33608 + components: + - type: Transform + pos: 73.5,59.5 + parent: 2 + - uid: 33609 + components: + - type: Transform + pos: 88.5,49.5 + parent: 2 + - uid: 33610 + components: + - type: Transform + pos: 68.5,42.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 7016 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 7017 + components: + - type: Transform + pos: -28.5,-33.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 7019 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 7020 + components: + - type: Transform + pos: -27.5,-34.5 + parent: 2 + - uid: 7021 + components: + - type: Transform + pos: -25.5,-32.5 + parent: 2 + - uid: 7022 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: -32.5,-38.5 + parent: 2 + - uid: 7024 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 31108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,64.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 3933 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 + - uid: 15501 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - uid: 16631 + components: + - type: Transform + pos: -39.5,10.5 + parent: 2 + - uid: 16633 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - uid: 16635 + components: + - type: Transform + pos: -36.5,10.5 + parent: 2 + - uid: 30072 + components: + - type: Transform + pos: 91.5,39.5 + parent: 2 + - uid: 30080 + components: + - type: Transform + pos: 89.5,42.5 + parent: 2 + - uid: 30083 + components: + - type: Transform + pos: 85.5,44.5 + parent: 2 + - uid: 30085 + components: + - type: Transform + pos: 86.5,36.5 + parent: 2 + - uid: 30086 + components: + - type: Transform + pos: 85.5,37.5 + parent: 2 + - uid: 30090 + components: + - type: Transform + pos: 90.5,37.5 + parent: 2 + - uid: 31107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,65.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 1597 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + pos: 74.5,-13.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 6826 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 8468 + components: + - type: Transform + pos: -10.5,59.5 + parent: 2 + - uid: 9000 + components: + - type: Transform + pos: -51.5,23.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + pos: -38.5,15.5 + parent: 2 + - uid: 13318 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - uid: 19610 + components: + - type: Transform + pos: -10.5,78.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 1596 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: 71.5,-13.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 8621 + components: + - type: Transform + pos: -11.5,59.5 + parent: 2 + - uid: 9003 + components: + - type: Transform + pos: -50.5,23.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + pos: -37.5,15.5 + parent: 2 + - uid: 13313 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 19609 + components: + - type: Transform + pos: 13.5,78.5 + parent: 2 +- proto: ReagentContainerOliveoil + entities: + - uid: 7604 + components: + - type: Transform + pos: -56.631985,-19.181768 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: -56.39761,-19.334112 + parent: 2 +- proto: ReagentGrinderMachineCircuitboard + entities: + - uid: 35821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.983044,27.480843 + parent: 2 +- proto: Recycler + entities: + - uid: 36390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 23365 +- proto: RegenerativeMesh + entities: + - uid: 30679 + components: + - type: Transform + pos: 76.73633,38.6791 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 3067 + components: + - type: Transform + pos: 82.5,-8.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + pos: 87.5,-6.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + pos: -68.5,-19.5 + parent: 2 + - uid: 13716 + components: + - type: Transform + pos: 83.5,-8.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + pos: 87.5,-5.5 + parent: 2 + - uid: 13718 + components: + - type: Transform + pos: 85.5,1.5 + parent: 2 + - uid: 13719 + components: + - type: Transform + pos: 84.5,1.5 + parent: 2 + - uid: 13720 + components: + - type: Transform + pos: 82.5,1.5 + parent: 2 + - uid: 13721 + components: + - type: Transform + pos: 87.5,1.5 + parent: 2 + - uid: 13724 + components: + - type: Transform + pos: 86.5,-8.5 + parent: 2 + - uid: 13726 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 13727 + components: + - type: Transform + pos: 46.5,-38.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + pos: 46.5,-41.5 + parent: 2 + - uid: 13729 + components: + - type: Transform + pos: 49.5,-41.5 + parent: 2 + - uid: 13730 + components: + - type: Transform + pos: 51.5,-41.5 + parent: 2 + - uid: 13731 + components: + - type: Transform + pos: 52.5,-41.5 + parent: 2 + - uid: 13732 + components: + - type: Transform + pos: 52.5,-40.5 + parent: 2 + - uid: 13733 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 13734 + components: + - type: Transform + pos: 52.5,-35.5 + parent: 2 + - uid: 13735 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 13736 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + pos: 41.5,-41.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + pos: 44.5,-41.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + pos: 88.5,5.5 + parent: 2 + - uid: 13786 + components: + - type: Transform + pos: 88.5,4.5 + parent: 2 + - uid: 13787 + components: + - type: Transform + pos: 87.5,2.5 + parent: 2 + - uid: 13788 + components: + - type: Transform + pos: 88.5,9.5 + parent: 2 + - uid: 18795 + components: + - type: Transform + pos: -102.5,42.5 + parent: 2 + - uid: 18803 + components: + - type: Transform + pos: -125.5,58.5 + parent: 2 + - uid: 18804 + components: + - type: Transform + pos: -125.5,56.5 + parent: 2 + - uid: 18805 + components: + - type: Transform + pos: -126.5,54.5 + parent: 2 + - uid: 18806 + components: + - type: Transform + pos: -126.5,52.5 + parent: 2 + - uid: 18807 + components: + - type: Transform + pos: -126.5,50.5 + parent: 2 + - uid: 18808 + components: + - type: Transform + pos: -125.5,46.5 + parent: 2 + - uid: 18809 + components: + - type: Transform + pos: -125.5,45.5 + parent: 2 + - uid: 18810 + components: + - type: Transform + pos: -125.5,44.5 + parent: 2 + - uid: 18811 + components: + - type: Transform + pos: -126.5,42.5 + parent: 2 + - uid: 18812 + components: + - type: Transform + pos: -125.5,40.5 + parent: 2 + - uid: 18813 + components: + - type: Transform + pos: -125.5,37.5 + parent: 2 + - uid: 18814 + components: + - type: Transform + pos: -121.5,37.5 + parent: 2 + - uid: 18815 + components: + - type: Transform + pos: -120.5,37.5 + parent: 2 + - uid: 18816 + components: + - type: Transform + pos: -117.5,64.5 + parent: 2 + - uid: 18817 + components: + - type: Transform + pos: -114.5,64.5 + parent: 2 + - uid: 18818 + components: + - type: Transform + pos: -113.5,64.5 + parent: 2 + - uid: 18819 + components: + - type: Transform + pos: -111.5,64.5 + parent: 2 + - uid: 18820 + components: + - type: Transform + pos: -107.5,64.5 + parent: 2 + - uid: 18821 + components: + - type: Transform + pos: -105.5,65.5 + parent: 2 + - uid: 18822 + components: + - type: Transform + pos: -103.5,65.5 + parent: 2 + - uid: 18823 + components: + - type: Transform + pos: -102.5,64.5 + parent: 2 + - uid: 18824 + components: + - type: Transform + pos: -100.5,64.5 + parent: 2 + - uid: 18825 + components: + - type: Transform + pos: -99.5,61.5 + parent: 2 + - uid: 18826 + components: + - type: Transform + pos: -99.5,60.5 + parent: 2 + - uid: 18879 + components: + - type: Transform + pos: -121.5,64.5 + parent: 2 + - uid: 18880 + components: + - type: Transform + pos: -125.5,63.5 + parent: 2 + - uid: 19912 + components: + - type: Transform + pos: -69.5,-19.5 + parent: 2 + - uid: 19913 + components: + - type: Transform + pos: -72.5,-16.5 + parent: 2 + - uid: 19914 + components: + - type: Transform + pos: -72.5,-14.5 + parent: 2 + - uid: 19915 + components: + - type: Transform + pos: -69.5,-13.5 + parent: 2 + - uid: 19916 + components: + - type: Transform + pos: -67.5,-13.5 + parent: 2 + - uid: 19917 + components: + - type: Transform + pos: -67.5,-12.5 + parent: 2 + - uid: 19986 + components: + - type: Transform + pos: -123.5,12.5 + parent: 2 + - uid: 19987 + components: + - type: Transform + pos: -123.5,13.5 + parent: 2 + - uid: 19988 + components: + - type: Transform + pos: -123.5,16.5 + parent: 2 + - uid: 19989 + components: + - type: Transform + pos: -119.5,17.5 + parent: 2 + - uid: 19990 + components: + - type: Transform + pos: -118.5,17.5 + parent: 2 + - uid: 19991 + components: + - type: Transform + pos: -123.5,1.5 + parent: 2 + - uid: 19992 + components: + - type: Transform + pos: -123.5,4.5 + parent: 2 + - uid: 19993 + components: + - type: Transform + pos: -120.5,-0.5 + parent: 2 + - uid: 19994 + components: + - type: Transform + pos: -121.5,-0.5 + parent: 2 + - uid: 22324 + components: + - type: Transform + pos: -31.5,74.5 + parent: 2 + - uid: 22325 + components: + - type: Transform + pos: -31.5,79.5 + parent: 2 + - uid: 22326 + components: + - type: Transform + pos: -25.5,79.5 + parent: 2 + - uid: 22327 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 + - uid: 22328 + components: + - type: Transform + pos: -22.5,79.5 + parent: 2 + - uid: 22329 + components: + - type: Transform + pos: -18.5,78.5 + parent: 2 + - uid: 22330 + components: + - type: Transform + pos: -18.5,77.5 + parent: 2 + - uid: 22331 + components: + - type: Transform + pos: -18.5,72.5 + parent: 2 + - uid: 29880 + components: + - type: Transform + pos: 102.5,32.5 + parent: 2 + - uid: 29881 + components: + - type: Transform + pos: 102.5,34.5 + parent: 2 + - uid: 29882 + components: + - type: Transform + pos: 102.5,36.5 + parent: 2 + - uid: 29884 + components: + - type: Transform + pos: 102.5,41.5 + parent: 2 + - uid: 29885 + components: + - type: Transform + pos: 102.5,43.5 + parent: 2 + - uid: 29886 + components: + - type: Transform + pos: 102.5,44.5 + parent: 2 + - uid: 29887 + components: + - type: Transform + pos: 100.5,47.5 + parent: 2 + - uid: 29888 + components: + - type: Transform + pos: 100.5,48.5 + parent: 2 + - uid: 29889 + components: + - type: Transform + pos: 99.5,48.5 + parent: 2 + - uid: 29890 + components: + - type: Transform + pos: 99.5,49.5 + parent: 2 + - uid: 32318 + components: + - type: Transform + pos: -94.5,64.5 + parent: 2 + - uid: 32334 + components: + - type: Transform + pos: -64.5,65.5 + parent: 2 + - uid: 35685 + components: + - type: Transform + pos: -70.5,63.5 + parent: 2 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 35 + components: + - type: Transform + pos: -50.5,54.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 + - uid: 2202 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 2377 + components: + - type: Transform + pos: 74.5,17.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: 34.5,52.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + pos: 49.5,52.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + pos: 35.5,52.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: 41.5,44.5 + parent: 2 + - uid: 3964 + components: + - type: Transform + pos: 29.5,22.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + pos: 41.5,42.5 + parent: 2 + - uid: 4124 + components: + - type: Transform + pos: 41.5,39.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: 41.5,40.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: 40.5,52.5 + parent: 2 + - uid: 4204 + components: + - type: Transform + pos: -33.5,52.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: -32.5,52.5 + parent: 2 + - uid: 4223 + components: + - type: Transform + pos: -31.5,52.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + pos: 42.5,54.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + pos: 42.5,55.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: 42.5,56.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: 36.5,56.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: 36.5,54.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: 48.5,56.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: 48.5,55.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: 48.5,54.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: 74.5,20.5 + parent: 2 + - uid: 4590 + components: + - type: Transform + pos: 61.5,9.5 + parent: 2 + - uid: 4591 + components: + - type: Transform + pos: 63.5,9.5 + parent: 2 + - uid: 4592 + components: + - type: Transform + pos: 55.5,25.5 + parent: 2 + - uid: 4646 + components: + - type: Transform + pos: 92.5,39.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + pos: 92.5,40.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + pos: 92.5,41.5 + parent: 2 + - uid: 4850 + components: + - type: Transform + pos: -113.5,41.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: -30.5,49.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: 45.5,52.5 + parent: 2 + - uid: 5541 + components: + - type: Transform + pos: 43.5,52.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: 44.5,52.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: 41.5,52.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: -50.5,53.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: -56.5,19.5 + parent: 2 + - uid: 8204 + components: + - type: Transform + pos: 37.5,58.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - uid: 8870 + components: + - type: Transform + pos: -62.5,21.5 + parent: 2 + - uid: 8872 + components: + - type: Transform + pos: -58.5,21.5 + parent: 2 + - uid: 8894 + components: + - type: Transform + pos: -61.5,21.5 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 8896 + components: + - type: Transform + pos: -59.5,21.5 + parent: 2 + - uid: 9044 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 9045 + components: + - type: Transform + pos: -51.5,24.5 + parent: 2 + - uid: 9046 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 9047 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 9126 + components: + - type: Transform + pos: 41.5,58.5 + parent: 2 + - uid: 9136 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 9252 + components: + - type: Transform + pos: 47.5,58.5 + parent: 2 + - uid: 9256 + components: + - type: Transform + pos: 50.5,52.5 + parent: 2 + - uid: 9268 + components: + - type: Transform + pos: 39.5,52.5 + parent: 2 + - uid: 9469 + components: + - type: Transform + pos: -49.5,52.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + pos: -49.5,47.5 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: -47.5,47.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: -47.5,52.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + pos: -45.5,52.5 + parent: 2 + - uid: 9474 + components: + - type: Transform + pos: -45.5,47.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + pos: -43.5,47.5 + parent: 2 + - uid: 9476 + components: + - type: Transform + pos: -43.5,52.5 + parent: 2 + - uid: 9477 + components: + - type: Transform + pos: -41.5,52.5 + parent: 2 + - uid: 9478 + components: + - type: Transform + pos: -41.5,47.5 + parent: 2 + - uid: 9479 + components: + - type: Transform + pos: -39.5,47.5 + parent: 2 + - uid: 9480 + components: + - type: Transform + pos: -39.5,52.5 + parent: 2 + - uid: 9481 + components: + - type: Transform + pos: -37.5,52.5 + parent: 2 + - uid: 9482 + components: + - type: Transform + pos: -37.5,47.5 + parent: 2 + - uid: 9613 + components: + - type: Transform + pos: -56.5,17.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + pos: 8.5,67.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: 9.5,67.5 + parent: 2 + - uid: 13988 + components: + - type: Transform + pos: 23.5,44.5 + parent: 2 + - uid: 14097 + components: + - type: Transform + pos: 27.5,36.5 + parent: 2 + - uid: 14098 + components: + - type: Transform + pos: 28.5,36.5 + parent: 2 + - uid: 14103 + components: + - type: Transform + pos: 29.5,38.5 + parent: 2 + - uid: 14104 + components: + - type: Transform + pos: 29.5,37.5 + parent: 2 + - uid: 14106 + components: + - type: Transform + pos: 26.5,36.5 + parent: 2 + - uid: 14108 + components: + - type: Transform + pos: 25.5,37.5 + parent: 2 + - uid: 14109 + components: + - type: Transform + pos: 25.5,38.5 + parent: 2 + - uid: 14117 + components: + - type: Transform + pos: 26.5,42.5 + parent: 2 + - uid: 14118 + components: + - type: Transform + pos: 28.5,42.5 + parent: 2 + - uid: 14119 + components: + - type: Transform + pos: 24.5,44.5 + parent: 2 + - uid: 14120 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 10.5,67.5 + parent: 2 + - uid: 15517 + components: + - type: Transform + pos: -15.5,41.5 + parent: 2 + - uid: 15631 + components: + - type: Transform + pos: -26.5,43.5 + parent: 2 + - uid: 15670 + components: + - type: Transform + pos: -25.5,43.5 + parent: 2 + - uid: 15671 + components: + - type: Transform + pos: -24.5,43.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: -15.5,40.5 + parent: 2 + - uid: 16481 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + pos: -25.5,49.5 + parent: 2 + - uid: 16483 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: -21.5,45.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + pos: -17.5,45.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + pos: -28.5,47.5 + parent: 2 + - uid: 16551 + components: + - type: Transform + pos: -28.5,46.5 + parent: 2 + - uid: 18103 + components: + - type: Transform + pos: 10.5,61.5 + parent: 2 + - uid: 18104 + components: + - type: Transform + pos: 9.5,61.5 + parent: 2 + - uid: 18106 + components: + - type: Transform + pos: 8.5,61.5 + parent: 2 + - uid: 18163 + components: + - type: Transform + pos: -113.5,60.5 + parent: 2 + - uid: 18388 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 18638 + components: + - type: Transform + pos: -103.5,57.5 + parent: 2 + - uid: 18641 + components: + - type: Transform + pos: -102.5,57.5 + parent: 2 + - uid: 18642 + components: + - type: Transform + pos: -104.5,57.5 + parent: 2 + - uid: 18643 + components: + - type: Transform + pos: -102.5,55.5 + parent: 2 + - uid: 18644 + components: + - type: Transform + pos: -103.5,55.5 + parent: 2 + - uid: 18645 + components: + - type: Transform + pos: -104.5,55.5 + parent: 2 + - uid: 18646 + components: + - type: Transform + pos: -104.5,45.5 + parent: 2 + - uid: 18647 + components: + - type: Transform + pos: -103.5,45.5 + parent: 2 + - uid: 18648 + components: + - type: Transform + pos: -102.5,45.5 + parent: 2 + - uid: 18649 + components: + - type: Transform + pos: -104.5,47.5 + parent: 2 + - uid: 18650 + components: + - type: Transform + pos: -103.5,47.5 + parent: 2 + - uid: 18651 + components: + - type: Transform + pos: -102.5,47.5 + parent: 2 + - uid: 18671 + components: + - type: Transform + pos: -104.5,53.5 + parent: 2 + - uid: 18672 + components: + - type: Transform + pos: -104.5,52.5 + parent: 2 + - uid: 18673 + components: + - type: Transform + pos: -104.5,51.5 + parent: 2 + - uid: 18674 + components: + - type: Transform + pos: -104.5,50.5 + parent: 2 + - uid: 18675 + components: + - type: Transform + pos: -104.5,49.5 + parent: 2 + - uid: 18676 + components: + - type: Transform + pos: -102.5,53.5 + parent: 2 + - uid: 18677 + components: + - type: Transform + pos: -102.5,52.5 + parent: 2 + - uid: 18678 + components: + - type: Transform + pos: -102.5,51.5 + parent: 2 + - uid: 18679 + components: + - type: Transform + pos: -102.5,50.5 + parent: 2 + - uid: 18680 + components: + - type: Transform + pos: -102.5,49.5 + parent: 2 + - uid: 18769 + components: + - type: Transform + pos: -112.5,60.5 + parent: 2 + - uid: 18770 + components: + - type: Transform + pos: -111.5,60.5 + parent: 2 + - uid: 18771 + components: + - type: Transform + pos: -121.5,52.5 + parent: 2 + - uid: 18772 + components: + - type: Transform + pos: -121.5,51.5 + parent: 2 + - uid: 18773 + components: + - type: Transform + pos: -121.5,50.5 + parent: 2 + - uid: 18774 + components: + - type: Transform + pos: -113.5,42.5 + parent: 2 + - uid: 18775 + components: + - type: Transform + pos: -112.5,42.5 + parent: 2 + - uid: 18776 + components: + - type: Transform + pos: -111.5,42.5 + parent: 2 + - uid: 19086 + components: + - type: Transform + pos: -95.5,55.5 + parent: 2 + - uid: 19604 + components: + - type: Transform + pos: 7.5,61.5 + parent: 2 + - uid: 19659 + components: + - type: Transform + pos: 15.5,66.5 + parent: 2 + - uid: 19666 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 19669 + components: + - type: Transform + pos: 11.5,61.5 + parent: 2 + - uid: 19688 + components: + - type: Transform + pos: 7.5,67.5 + parent: 2 + - uid: 22313 + components: + - type: Transform + pos: -27.5,77.5 + parent: 2 + - uid: 22314 + components: + - type: Transform + pos: -26.5,77.5 + parent: 2 + - uid: 22315 + components: + - type: Transform + pos: -29.5,75.5 + parent: 2 + - uid: 22316 + components: + - type: Transform + pos: -29.5,74.5 + parent: 2 + - uid: 22318 + components: + - type: Transform + pos: -23.5,76.5 + parent: 2 + - uid: 22319 + components: + - type: Transform + pos: -22.5,76.5 + parent: 2 + - uid: 22320 + components: + - type: Transform + pos: -21.5,76.5 + parent: 2 + - uid: 22321 + components: + - type: Transform + pos: -20.5,75.5 + parent: 2 + - uid: 22322 + components: + - type: Transform + pos: -20.5,74.5 + parent: 2 + - uid: 22323 + components: + - type: Transform + pos: -20.5,73.5 + parent: 2 + - uid: 22625 + components: + - type: Transform + pos: 29.5,44.5 + parent: 2 + - uid: 23769 + components: + - type: Transform + pos: -58.5,49.5 + parent: 2 + - uid: 23780 + components: + - type: Transform + pos: -57.5,51.5 + parent: 2 + - uid: 23781 + components: + - type: Transform + pos: -57.5,50.5 + parent: 2 + - uid: 23783 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - uid: 23785 + components: + - type: Transform + pos: -61.5,50.5 + parent: 2 + - uid: 23786 + components: + - type: Transform + pos: -61.5,51.5 + parent: 2 + - uid: 25309 + components: + - type: Transform + pos: -18.5,43.5 + parent: 2 + - uid: 26359 + components: + - type: Transform + pos: -33.5,36.5 + parent: 2 + - uid: 30674 + components: + - type: Transform + pos: 15.5,65.5 + parent: 2 + - uid: 31112 + components: + - type: Transform + pos: 11.5,67.5 + parent: 2 + - uid: 31219 + components: + - type: Transform + pos: -94.5,55.5 + parent: 2 + - uid: 31222 + components: + - type: Transform + pos: -96.5,55.5 + parent: 2 + - uid: 31223 + components: + - type: Transform + pos: -112.5,41.5 + parent: 2 + - uid: 32215 + components: + - type: Transform + pos: -96.5,56.5 + parent: 2 + - uid: 32216 + components: + - type: Transform + pos: -95.5,56.5 + parent: 2 + - uid: 32217 + components: + - type: Transform + pos: -94.5,56.5 + parent: 2 + - uid: 32218 + components: + - type: Transform + pos: -94.5,46.5 + parent: 2 + - uid: 32219 + components: + - type: Transform + pos: -94.5,47.5 + parent: 2 + - uid: 32220 + components: + - type: Transform + pos: -95.5,46.5 + parent: 2 + - uid: 32221 + components: + - type: Transform + pos: -95.5,47.5 + parent: 2 + - uid: 32222 + components: + - type: Transform + pos: -96.5,46.5 + parent: 2 + - uid: 32223 + components: + - type: Transform + pos: -96.5,47.5 + parent: 2 + - uid: 32246 + components: + - type: Transform + pos: -111.5,41.5 + parent: 2 + - uid: 32249 + components: + - type: Transform + pos: -122.5,52.5 + parent: 2 + - uid: 32250 + components: + - type: Transform + pos: -122.5,51.5 + parent: 2 + - uid: 32251 + components: + - type: Transform + pos: -122.5,50.5 + parent: 2 + - uid: 32256 + components: + - type: Transform + pos: -111.5,61.5 + parent: 2 + - uid: 32257 + components: + - type: Transform + pos: -112.5,61.5 + parent: 2 + - uid: 32258 + components: + - type: Transform + pos: -113.5,61.5 + parent: 2 + - uid: 33718 + components: + - type: Transform + pos: -58.5,14.5 + parent: 2 + - uid: 33720 + components: + - type: Transform + pos: -57.5,14.5 + parent: 2 + - uid: 33725 + components: + - type: Transform + pos: -35.5,47.5 + parent: 2 + - uid: 33726 + components: + - type: Transform + pos: -59.5,14.5 + parent: 2 + - uid: 33727 + components: + - type: Transform + pos: -57.5,10.5 + parent: 2 + - uid: 34979 + components: + - type: Transform + pos: -59.5,10.5 + parent: 2 + - uid: 36115 + components: + - type: Transform + pos: -20.5,46.5 + parent: 2 + - uid: 36116 + components: + - type: Transform + pos: -19.5,46.5 + parent: 2 + - uid: 36468 + components: + - type: Transform + pos: -58.5,10.5 + parent: 2 +- proto: ReinforcedUraniumWindow + entities: + - uid: 2285 + components: + - type: Transform + pos: 74.5,14.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + pos: 55.5,9.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: 74.5,18.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: 74.5,15.5 + parent: 2 + - uid: 4582 + components: + - type: Transform + pos: 59.5,25.5 + parent: 2 + - uid: 4593 + components: + - type: Transform + pos: 67.5,25.5 + parent: 2 + - uid: 4611 + components: + - type: Transform + pos: 59.5,9.5 + parent: 2 + - uid: 4612 + components: + - type: Transform + pos: 63.5,25.5 + parent: 2 + - uid: 5371 + components: + - type: Transform + pos: 58.5,58.5 + parent: 2 + - uid: 5372 + components: + - type: Transform + pos: 59.5,58.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 738 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: -27.5,-39.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + pos: -98.5,30.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + pos: 74.5,16.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + pos: -99.5,-14.5 + parent: 2 + - uid: 2393 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + pos: -98.5,28.5 + parent: 2 + - uid: 2410 + components: + - type: Transform + pos: -89.5,12.5 + parent: 2 + - uid: 2453 + components: + - type: Transform + pos: -98.5,29.5 + parent: 2 + - uid: 2457 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 2575 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: 22.5,47.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: 4.5,53.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: 4.5,59.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: 4.5,54.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: -17.5,56.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -17.5,55.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: -17.5,54.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: -17.5,57.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + pos: -17.5,58.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + pos: 4.5,55.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: 10.5,57.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: 12.5,56.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: 76.5,-22.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: -28.5,31.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: -26.5,32.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + pos: -28.5,32.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: -26.5,31.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + pos: -24.5,31.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + pos: -24.5,32.5 + parent: 2 + - uid: 2833 + components: + - type: Transform + pos: -98.5,-13.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + pos: -98.5,-12.5 + parent: 2 + - uid: 3028 + components: + - type: Transform + pos: 15.5,35.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: 15.5,36.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: 8.5,35.5 + parent: 2 + - uid: 3036 + components: + - type: Transform + pos: 8.5,36.5 + parent: 2 + - uid: 3163 + components: + - type: Transform + pos: -39.5,-9.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + pos: 15.5,-37.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 3176 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 3179 + components: + - type: Transform + pos: 21.5,-37.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 3219 + components: + - type: Transform + pos: -1.5,-47.5 + parent: 2 + - uid: 3227 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 3228 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: 4.5,-47.5 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - uid: 3232 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 3233 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 3235 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 3236 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 3238 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 3240 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - uid: 3241 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 3329 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + pos: -42.5,-45.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + pos: 35.5,-35.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: 34.5,-35.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + pos: 37.5,-35.5 + parent: 2 + - uid: 3481 + components: + - type: Transform + pos: 36.5,-35.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 2 + - uid: 3530 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 2 + - uid: 3532 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 + - uid: 3533 + components: + - type: Transform + pos: 30.5,-35.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 3627 + components: + - type: Transform + pos: 12.5,55.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + pos: -46.5,36.5 + parent: 2 + - uid: 3697 + components: + - type: Transform + pos: -47.5,36.5 + parent: 2 + - uid: 3983 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 + - uid: 4005 + components: + - type: Transform + pos: -37.5,5.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: 74.5,19.5 + parent: 2 + - uid: 4600 + components: + - type: Transform + pos: 61.5,25.5 + parent: 2 + - uid: 4601 + components: + - type: Transform + pos: 65.5,9.5 + parent: 2 + - uid: 4602 + components: + - type: Transform + pos: 57.5,9.5 + parent: 2 + - uid: 4610 + components: + - type: Transform + pos: 57.5,25.5 + parent: 2 + - uid: 4613 + components: + - type: Transform + pos: 65.5,25.5 + parent: 2 + - uid: 5064 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 + - uid: 5065 + components: + - type: Transform + pos: 59.5,1.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + pos: 60.5,1.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + pos: 61.5,1.5 + parent: 2 + - uid: 5068 + components: + - type: Transform + pos: 62.5,1.5 + parent: 2 + - uid: 5069 + components: + - type: Transform + pos: 63.5,1.5 + parent: 2 + - uid: 5071 + components: + - type: Transform + pos: 66.5,1.5 + parent: 2 + - uid: 5072 + components: + - type: Transform + pos: 67.5,1.5 + parent: 2 + - uid: 5073 + components: + - type: Transform + pos: 68.5,1.5 + parent: 2 + - uid: 5074 + components: + - type: Transform + pos: 69.5,1.5 + parent: 2 + - uid: 5075 + components: + - type: Transform + pos: 70.5,1.5 + parent: 2 + - uid: 5076 + components: + - type: Transform + pos: 71.5,1.5 + parent: 2 + - uid: 5270 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + pos: 11.5,-54.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + pos: -46.5,32.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + pos: -48.5,36.5 + parent: 2 + - uid: 5997 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: 81.5,-0.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: 81.5,-2.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 81.5,-4.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: 81.5,-6.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + pos: 78.5,-16.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: 79.5,-16.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: 80.5,-16.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 81.5,-16.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + pos: 78.5,-19.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: 78.5,-20.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: 78.5,-21.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: 79.5,-14.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: 80.5,-14.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: 80.5,-18.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: 79.5,-18.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: 75.5,-22.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: 74.5,-22.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + pos: -40.5,-45.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + pos: -47.5,32.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -41.5,-39.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 7195 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + pos: -43.5,-37.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 7281 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + pos: 47.5,12.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + pos: 47.5,11.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + pos: 47.5,10.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: 47.5,5.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: 47.5,4.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 7362 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - uid: 7364 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + pos: 41.5,-15.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: -77.5,26.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + pos: -121.5,8.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + pos: -89.5,13.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: -91.5,-7.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: -91.5,-8.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: -91.5,-9.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: -91.5,-10.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + pos: -90.5,-11.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: -90.5,-12.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: -89.5,-13.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: -88.5,-14.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: -87.5,-14.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: -81.5,-14.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: -80.5,-14.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: -79.5,-13.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: -78.5,-12.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: -78.5,-11.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + pos: -77.5,-9.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + pos: -98.5,-4.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: -98.5,-2.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: -98.5,-7.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + pos: -86.5,0.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: -86.5,1.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: -86.5,2.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: -86.5,3.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: -86.5,13.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: -86.5,14.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: -86.5,15.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: -86.5,16.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: -82.5,16.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: -82.5,15.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: -82.5,14.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: -82.5,13.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: -100.5,15.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: -101.5,15.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: -102.5,15.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: -103.5,15.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + pos: -104.5,14.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: -105.5,14.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: -106.5,13.5 + parent: 2 + - uid: 7980 + components: + - type: Transform + pos: -107.5,12.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: -107.5,11.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: -107.5,5.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: -107.5,4.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -106.5,3.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: -105.5,2.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: -104.5,2.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: -103.5,1.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: -102.5,1.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: -101.5,1.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + pos: -100.5,1.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: -80.5,31.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: -81.5,31.5 + parent: 2 + - uid: 8009 + components: + - type: Transform + pos: -78.5,29.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + pos: -79.5,30.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + pos: -78.5,28.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + pos: -77.5,27.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: -87.5,31.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + pos: -88.5,31.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: -91.5,25.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: -91.5,24.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: -91.5,27.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + pos: -91.5,26.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: -90.5,28.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: -90.5,29.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: -77.5,24.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: -77.5,25.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: -89.5,30.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + pos: -99.5,12.5 + parent: 2 + - uid: 8087 + components: + - type: Transform + pos: -99.5,11.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + pos: -99.5,10.5 + parent: 2 + - uid: 8089 + components: + - type: Transform + pos: -99.5,9.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + pos: -99.5,8.5 + parent: 2 + - uid: 8091 + components: + - type: Transform + pos: -99.5,7.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + pos: -99.5,6.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + pos: -99.5,5.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + pos: -99.5,4.5 + parent: 2 + - uid: 8095 + components: + - type: Transform + pos: -99.5,3.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + pos: -89.5,23.5 + parent: 2 + - uid: 8099 + components: + - type: Transform + pos: -88.5,23.5 + parent: 2 + - uid: 8100 + components: + - type: Transform + pos: -87.5,23.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: -86.5,23.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: -85.5,23.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + pos: -84.5,23.5 + parent: 2 + - uid: 8104 + components: + - type: Transform + pos: -83.5,23.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: -82.5,23.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + pos: -81.5,23.5 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: -80.5,23.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: -79.5,23.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: -89.5,-6.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: -88.5,-6.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: -87.5,-6.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: -86.5,-6.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: -85.5,-6.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: -84.5,-6.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: -83.5,-6.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: -82.5,-6.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: -81.5,-6.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + pos: -80.5,-6.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: -79.5,-6.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: -98.5,-3.5 + parent: 2 + - uid: 8375 + components: + - type: Transform + pos: -124.5,8.5 + parent: 2 + - uid: 8378 + components: + - type: Transform + pos: -119.5,11.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + pos: -118.5,11.5 + parent: 2 + - uid: 8382 + components: + - type: Transform + pos: -118.5,5.5 + parent: 2 + - uid: 8383 + components: + - type: Transform + pos: -119.5,5.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 8414 + components: + - type: Transform + pos: -122.5,10.5 + parent: 2 + - uid: 8415 + components: + - type: Transform + pos: -123.5,10.5 + parent: 2 + - uid: 8417 + components: + - type: Transform + pos: -122.5,6.5 + parent: 2 + - uid: 8418 + components: + - type: Transform + pos: -123.5,6.5 + parent: 2 + - uid: 8432 + components: + - type: Transform + pos: -74.5,16.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: -74.5,15.5 + parent: 2 + - uid: 8434 + components: + - type: Transform + pos: -74.5,14.5 + parent: 2 + - uid: 8614 + components: + - type: Transform + pos: -77.5,11.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + pos: -57.5,30.5 + parent: 2 + - uid: 8803 + components: + - type: Transform + pos: -56.5,27.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: -56.5,22.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 + - uid: 8871 + components: + - type: Transform + pos: -56.5,26.5 + parent: 2 + - uid: 8875 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - uid: 8905 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 8988 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 9235 + components: + - type: Transform + pos: -98.5,22.5 + parent: 2 + - uid: 9236 + components: + - type: Transform + pos: -98.5,26.5 + parent: 2 + - uid: 9237 + components: + - type: Transform + pos: 41.5,14.5 + parent: 2 + - uid: 9246 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 9259 + components: + - type: Transform + pos: -98.5,23.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + pos: -99.5,31.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + pos: -98.5,24.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: -98.5,19.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: -98.5,25.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + pos: -98.5,21.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: -98.5,20.5 + parent: 2 + - uid: 9272 + components: + - type: Transform + pos: -98.5,-9.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + pos: -98.5,-8.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: -98.5,-5.5 + parent: 2 + - uid: 9275 + components: + - type: Transform + pos: -98.5,-6.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + pos: -98.5,27.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + pos: -48.5,61.5 + parent: 2 + - uid: 9514 + components: + - type: Transform + pos: -47.5,63.5 + parent: 2 + - uid: 9583 + components: + - type: Transform + pos: -117.5,3.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: -76.5,39.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: -81.5,39.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + pos: -85.5,39.5 + parent: 2 + - uid: 9677 + components: + - type: Transform + pos: -80.5,39.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: -47.5,64.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: -77.5,39.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + pos: -82.5,39.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + pos: -86.5,39.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: -87.5,39.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: -75.5,39.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: -73.5,39.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: -72.5,39.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: -71.5,39.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -59.5,-36.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: -60.5,-36.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: -61.5,-36.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: -63.5,-34.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 10652 + components: + - type: Transform + pos: -117.5,0.5 + parent: 2 + - uid: 10653 + components: + - type: Transform + pos: -117.5,1.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: -17.5,-47.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + pos: -98.5,-10.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: -49.5,-50.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + pos: -52.5,-41.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: 44.5,-13.5 + parent: 2 + - uid: 12219 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: 6.5,57.5 + parent: 2 + - uid: 12963 + components: + - type: Transform + pos: 47.5,-10.5 + parent: 2 + - uid: 13005 + components: + - type: Transform + pos: 43.5,14.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: 42.5,12.5 + parent: 2 + - uid: 13008 + components: + - type: Transform + pos: 43.5,12.5 + parent: 2 + - uid: 13009 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: -78.5,30.5 + parent: 2 + - uid: 13015 + components: + - type: Transform + pos: -79.5,31.5 + parent: 2 + - uid: 13016 + components: + - type: Transform + pos: -77.5,28.5 + parent: 2 + - uid: 13017 + components: + - type: Transform + pos: -89.5,31.5 + parent: 2 + - uid: 13018 + components: + - type: Transform + pos: -90.5,30.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + pos: -91.5,28.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + pos: -107.5,13.5 + parent: 2 + - uid: 13021 + components: + - type: Transform + pos: -106.5,14.5 + parent: 2 + - uid: 13022 + components: + - type: Transform + pos: -104.5,15.5 + parent: 2 + - uid: 13023 + components: + - type: Transform + pos: -107.5,3.5 + parent: 2 + - uid: 13024 + components: + - type: Transform + pos: -106.5,2.5 + parent: 2 + - uid: 13025 + components: + - type: Transform + pos: -104.5,1.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + pos: -91.5,-11.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + pos: -90.5,-13.5 + parent: 2 + - uid: 13028 + components: + - type: Transform + pos: -89.5,-14.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + pos: -79.5,-14.5 + parent: 2 + - uid: 13030 + components: + - type: Transform + pos: -78.5,-13.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + pos: -77.5,-11.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + pos: -47.5,65.5 + parent: 2 + - uid: 13254 + components: + - type: Transform + pos: -107.5,27.5 + parent: 2 + - uid: 13255 + components: + - type: Transform + pos: -106.5,27.5 + parent: 2 + - uid: 13256 + components: + - type: Transform + pos: -106.5,28.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + pos: -102.5,31.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + pos: -106.5,29.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: -105.5,29.5 + parent: 2 + - uid: 13260 + components: + - type: Transform + pos: -104.5,30.5 + parent: 2 + - uid: 13261 + components: + - type: Transform + pos: -101.5,31.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: -103.5,30.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: -103.5,31.5 + parent: 2 + - uid: 13264 + components: + - type: Transform + pos: -105.5,30.5 + parent: 2 + - uid: 13265 + components: + - type: Transform + pos: -100.5,31.5 + parent: 2 + - uid: 13273 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: -100.5,17.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + pos: -101.5,17.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: -102.5,17.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + pos: -103.5,17.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + pos: -103.5,18.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -104.5,18.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: -105.5,18.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: -105.5,19.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: -106.5,19.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + pos: -106.5,20.5 + parent: 2 + - uid: 13287 + components: + - type: Transform + pos: -106.5,21.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + pos: -107.5,21.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + pos: -100.5,-0.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + pos: -101.5,-0.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + pos: -102.5,-0.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + pos: -103.5,-0.5 + parent: 2 + - uid: 13293 + components: + - type: Transform + pos: -103.5,-1.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -104.5,-1.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + pos: -105.5,-1.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + pos: -105.5,-2.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + pos: -106.5,-2.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + pos: -106.5,-3.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + pos: -106.5,-4.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + pos: -107.5,-4.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + pos: -107.5,-10.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -106.5,-10.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + pos: -106.5,-11.5 + parent: 2 + - uid: 13304 + components: + - type: Transform + pos: -106.5,-12.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + pos: -105.5,-12.5 + parent: 2 + - uid: 13306 + components: + - type: Transform + pos: -105.5,-13.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + pos: -104.5,-13.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + pos: -103.5,-13.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: -103.5,-14.5 + parent: 2 + - uid: 13310 + components: + - type: Transform + pos: -102.5,-14.5 + parent: 2 + - uid: 13311 + components: + - type: Transform + pos: -101.5,-14.5 + parent: 2 + - uid: 13312 + components: + - type: Transform + pos: -100.5,-14.5 + parent: 2 + - uid: 13325 + components: + - type: Transform + pos: -92.5,13.5 + parent: 2 + - uid: 13326 + components: + - type: Transform + pos: -92.5,12.5 + parent: 2 + - uid: 13365 + components: + - type: Transform + pos: -89.5,4.5 + parent: 2 + - uid: 13366 + components: + - type: Transform + pos: -89.5,3.5 + parent: 2 + - uid: 13367 + components: + - type: Transform + pos: -92.5,4.5 + parent: 2 + - uid: 13368 + components: + - type: Transform + pos: -92.5,3.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: 56.5,-32.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 13390 + components: + - type: Transform + pos: 54.5,-33.5 + parent: 2 + - uid: 13391 + components: + - type: Transform + pos: 54.5,-34.5 + parent: 2 + - uid: 13392 + components: + - type: Transform + pos: 54.5,-35.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + pos: 58.5,-33.5 + parent: 2 + - uid: 13394 + components: + - type: Transform + pos: 58.5,-34.5 + parent: 2 + - uid: 13395 + components: + - type: Transform + pos: 58.5,-35.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + pos: 60.5,-32.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + pos: 61.5,-32.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: 92.5,18.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + pos: 17.5,60.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + pos: 27.5,57.5 + parent: 2 + - uid: 13945 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + pos: 8.5,57.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + pos: 9.5,57.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + pos: 28.5,57.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + pos: 30.5,55.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: 21.5,39.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + pos: 21.5,38.5 + parent: 2 + - uid: 14009 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 14010 + components: + - type: Transform + pos: 21.5,36.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + pos: 11.5,51.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: 10.5,51.5 + parent: 2 + - uid: 14043 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + pos: 13.5,59.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + pos: 13.5,58.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + pos: 14.5,59.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 14131 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 15121 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 15344 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 15345 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: -28.5,23.5 + parent: 2 + - uid: 15347 + components: + - type: Transform + pos: -26.5,23.5 + parent: 2 + - uid: 15348 + components: + - type: Transform + pos: -25.5,23.5 + parent: 2 + - uid: 15349 + components: + - type: Transform + pos: -24.5,23.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + pos: -24.5,27.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: -28.5,27.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + pos: -30.5,27.5 + parent: 2 + - uid: 15381 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 15385 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 15386 + components: + - type: Transform + pos: -26.5,26.5 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 15413 + components: + - type: Transform + pos: -23.5,28.5 + parent: 2 + - uid: 15414 + components: + - type: Transform + pos: -23.5,30.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: -30.5,31.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: -30.5,32.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: -30.5,35.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: -26.5,35.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 15484 + components: + - type: Transform + pos: -24.5,35.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + pos: -47.5,66.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + pos: -9.5,37.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + pos: -2.5,61.5 + parent: 2 + - uid: 15876 + components: + - type: Transform + pos: -2.5,60.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: -2.5,58.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + pos: -46.5,-47.5 + parent: 2 + - uid: 16361 + components: + - type: Transform + pos: -27.5,65.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: -23.5,60.5 + parent: 2 + - uid: 16368 + components: + - type: Transform + pos: -22.5,60.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + pos: -21.5,60.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + pos: -20.5,60.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: -19.5,60.5 + parent: 2 + - uid: 16392 + components: + - type: Transform + pos: -24.5,59.5 + parent: 2 + - uid: 16393 + components: + - type: Transform + pos: -24.5,58.5 + parent: 2 + - uid: 16394 + components: + - type: Transform + pos: -24.5,57.5 + parent: 2 + - uid: 16445 + components: + - type: Transform + pos: -11.5,42.5 + parent: 2 + - uid: 17787 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 17861 + components: + - type: Transform + pos: -0.5,63.5 + parent: 2 + - uid: 18041 + components: + - type: Transform + pos: -25.5,65.5 + parent: 2 + - uid: 18042 + components: + - type: Transform + pos: -23.5,65.5 + parent: 2 + - uid: 18043 + components: + - type: Transform + pos: -21.5,65.5 + parent: 2 + - uid: 18044 + components: + - type: Transform + pos: -19.5,65.5 + parent: 2 + - uid: 18045 + components: + - type: Transform + pos: -17.5,65.5 + parent: 2 + - uid: 18046 + components: + - type: Transform + pos: -15.5,65.5 + parent: 2 + - uid: 18047 + components: + - type: Transform + pos: -13.5,65.5 + parent: 2 + - uid: 18078 + components: + - type: Transform + pos: -14.5,62.5 + parent: 2 + - uid: 18079 + components: + - type: Transform + pos: -14.5,61.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + pos: -47.5,67.5 + parent: 2 + - uid: 18097 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 + - uid: 18110 + components: + - type: Transform + pos: -28.5,61.5 + parent: 2 + - uid: 18112 + components: + - type: Transform + pos: -28.5,62.5 + parent: 2 + - uid: 18115 + components: + - type: Transform + pos: -28.5,57.5 + parent: 2 + - uid: 18119 + components: + - type: Transform + pos: -28.5,58.5 + parent: 2 + - uid: 18371 + components: + - type: Transform + pos: -53.5,42.5 + parent: 2 + - uid: 18622 + components: + - type: Transform + pos: -92.5,52.5 + parent: 2 + - uid: 18623 + components: + - type: Transform + pos: -91.5,52.5 + parent: 2 + - uid: 18624 + components: + - type: Transform + pos: -90.5,52.5 + parent: 2 + - uid: 18625 + components: + - type: Transform + pos: -90.5,50.5 + parent: 2 + - uid: 18626 + components: + - type: Transform + pos: -91.5,50.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: -92.5,50.5 + parent: 2 + - uid: 19301 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 19343 + components: + - type: Transform + pos: -81.5,-15.5 + parent: 2 + - uid: 19344 + components: + - type: Transform + pos: -87.5,-15.5 + parent: 2 + - uid: 19345 + components: + - type: Transform + pos: -108.5,5.5 + parent: 2 + - uid: 19346 + components: + - type: Transform + pos: -108.5,11.5 + parent: 2 + - uid: 19347 + components: + - type: Transform + pos: -87.5,32.5 + parent: 2 + - uid: 19348 + components: + - type: Transform + pos: -81.5,32.5 + parent: 2 + - uid: 19369 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - uid: 19452 + components: + - type: Transform + pos: 47.5,-1.5 + parent: 2 + - uid: 19453 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 + - uid: 19459 + components: + - type: Transform + pos: -98.5,-11.5 + parent: 2 + - uid: 19516 + components: + - type: Transform + pos: -45.5,67.5 + parent: 2 + - uid: 19533 + components: + - type: Transform + pos: -8.5,79.5 + parent: 2 + - uid: 19534 + components: + - type: Transform + pos: -8.5,80.5 + parent: 2 + - uid: 19535 + components: + - type: Transform + pos: -8.5,81.5 + parent: 2 + - uid: 19536 + components: + - type: Transform + pos: -8.5,82.5 + parent: 2 + - uid: 19537 + components: + - type: Transform + pos: -6.5,79.5 + parent: 2 + - uid: 19538 + components: + - type: Transform + pos: -6.5,80.5 + parent: 2 + - uid: 19539 + components: + - type: Transform + pos: -6.5,81.5 + parent: 2 + - uid: 19540 + components: + - type: Transform + pos: -6.5,82.5 + parent: 2 + - uid: 19541 + components: + - type: Transform + pos: -4.5,79.5 + parent: 2 + - uid: 19542 + components: + - type: Transform + pos: -4.5,80.5 + parent: 2 + - uid: 19543 + components: + - type: Transform + pos: -4.5,81.5 + parent: 2 + - uid: 19544 + components: + - type: Transform + pos: -4.5,82.5 + parent: 2 + - uid: 19545 + components: + - type: Transform + pos: -0.5,79.5 + parent: 2 + - uid: 19546 + components: + - type: Transform + pos: -0.5,80.5 + parent: 2 + - uid: 19547 + components: + - type: Transform + pos: -0.5,81.5 + parent: 2 + - uid: 19548 + components: + - type: Transform + pos: -0.5,82.5 + parent: 2 + - uid: 19549 + components: + - type: Transform + pos: 1.5,79.5 + parent: 2 + - uid: 19550 + components: + - type: Transform + pos: 1.5,80.5 + parent: 2 + - uid: 19551 + components: + - type: Transform + pos: 1.5,81.5 + parent: 2 + - uid: 19552 + components: + - type: Transform + pos: 1.5,82.5 + parent: 2 + - uid: 19553 + components: + - type: Transform + pos: 3.5,79.5 + parent: 2 + - uid: 19554 + components: + - type: Transform + pos: 3.5,80.5 + parent: 2 + - uid: 19555 + components: + - type: Transform + pos: 3.5,81.5 + parent: 2 + - uid: 19556 + components: + - type: Transform + pos: 3.5,82.5 + parent: 2 + - uid: 19557 + components: + - type: Transform + pos: 7.5,79.5 + parent: 2 + - uid: 19558 + components: + - type: Transform + pos: 7.5,80.5 + parent: 2 + - uid: 19559 + components: + - type: Transform + pos: 7.5,81.5 + parent: 2 + - uid: 19560 + components: + - type: Transform + pos: 7.5,82.5 + parent: 2 + - uid: 19561 + components: + - type: Transform + pos: 9.5,79.5 + parent: 2 + - uid: 19562 + components: + - type: Transform + pos: 9.5,80.5 + parent: 2 + - uid: 19563 + components: + - type: Transform + pos: 9.5,81.5 + parent: 2 + - uid: 19564 + components: + - type: Transform + pos: 9.5,82.5 + parent: 2 + - uid: 19565 + components: + - type: Transform + pos: 11.5,79.5 + parent: 2 + - uid: 19566 + components: + - type: Transform + pos: 11.5,80.5 + parent: 2 + - uid: 19567 + components: + - type: Transform + pos: 11.5,81.5 + parent: 2 + - uid: 19568 + components: + - type: Transform + pos: 11.5,82.5 + parent: 2 + - uid: 19619 + components: + - type: Transform + pos: 15.5,77.5 + parent: 2 + - uid: 19620 + components: + - type: Transform + pos: 15.5,76.5 + parent: 2 + - uid: 19621 + components: + - type: Transform + pos: 15.5,75.5 + parent: 2 + - uid: 19622 + components: + - type: Transform + pos: 15.5,74.5 + parent: 2 + - uid: 19623 + components: + - type: Transform + pos: -12.5,77.5 + parent: 2 + - uid: 19624 + components: + - type: Transform + pos: -12.5,76.5 + parent: 2 + - uid: 19625 + components: + - type: Transform + pos: -12.5,75.5 + parent: 2 + - uid: 19626 + components: + - type: Transform + pos: -12.5,74.5 + parent: 2 + - uid: 19627 + components: + - type: Transform + pos: -38.5,68.5 + parent: 2 + - uid: 19654 + components: + - type: Transform + pos: -32.5,63.5 + parent: 2 + - uid: 19672 + components: + - type: Transform + pos: -36.5,68.5 + parent: 2 + - uid: 19705 + components: + - type: Transform + pos: -33.5,63.5 + parent: 2 + - uid: 19736 + components: + - type: Transform + pos: -35.5,68.5 + parent: 2 + - uid: 19740 + components: + - type: Transform + pos: -37.5,68.5 + parent: 2 + - uid: 19756 + components: + - type: Transform + pos: -55.5,42.5 + parent: 2 + - uid: 19771 + components: + - type: Transform + pos: -57.5,42.5 + parent: 2 + - uid: 19897 + components: + - type: Transform + pos: 81.5,2.5 + parent: 2 + - uid: 19898 + components: + - type: Transform + pos: 81.5,3.5 + parent: 2 + - uid: 19901 + components: + - type: Transform + pos: 77.5,2.5 + parent: 2 + - uid: 19902 + components: + - type: Transform + pos: 77.5,3.5 + parent: 2 + - uid: 19905 + components: + - type: Transform + pos: -66.5,-18.5 + parent: 2 + - uid: 19906 + components: + - type: Transform + pos: -66.5,-14.5 + parent: 2 + - uid: 19909 + components: + - type: Transform + pos: -66.5,-15.5 + parent: 2 + - uid: 19910 + components: + - type: Transform + pos: -66.5,-17.5 + parent: 2 + - uid: 19956 + components: + - type: Transform + pos: -117.5,13.5 + parent: 2 + - uid: 19959 + components: + - type: Transform + pos: -117.5,12.5 + parent: 2 + - uid: 19960 + components: + - type: Transform + pos: -117.5,4.5 + parent: 2 + - uid: 19966 + components: + - type: Transform + pos: -117.5,15.5 + parent: 2 + - uid: 19967 + components: + - type: Transform + pos: -117.5,16.5 + parent: 2 + - uid: 19978 + components: + - type: Transform + pos: -115.5,0.5 + parent: 2 + - uid: 19979 + components: + - type: Transform + pos: -115.5,4.5 + parent: 2 + - uid: 19980 + components: + - type: Transform + pos: -115.5,12.5 + parent: 2 + - uid: 19981 + components: + - type: Transform + pos: -115.5,16.5 + parent: 2 + - uid: 20009 + components: + - type: Transform + pos: 50.5,-32.5 + parent: 2 + - uid: 20010 + components: + - type: Transform + pos: 44.5,-32.5 + parent: 2 + - uid: 20015 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 20016 + components: + - type: Transform + pos: -63.5,-18.5 + parent: 2 + - uid: 20017 + components: + - type: Transform + pos: -63.5,-15.5 + parent: 2 + - uid: 20018 + components: + - type: Transform + pos: -63.5,-14.5 + parent: 2 + - uid: 21017 + components: + - type: Transform + pos: -46.5,-48.5 + parent: 2 + - uid: 23044 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 23218 + components: + - type: Transform + pos: -102.5,35.5 + parent: 2 + - uid: 23219 + components: + - type: Transform + pos: -101.5,35.5 + parent: 2 + - uid: 23221 + components: + - type: Transform + pos: -100.5,35.5 + parent: 2 + - uid: 23232 + components: + - type: Transform + pos: -38.5,-39.5 + parent: 2 + - uid: 23544 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 23714 + components: + - type: Transform + pos: -58.5,42.5 + parent: 2 + - uid: 23715 + components: + - type: Transform + pos: -35.5,71.5 + parent: 2 + - uid: 23773 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 23774 + components: + - type: Transform + pos: -38.5,71.5 + parent: 2 + - uid: 23775 + components: + - type: Transform + pos: -39.5,71.5 + parent: 2 + - uid: 23812 + components: + - type: Transform + pos: 4.5,60.5 + parent: 2 + - uid: 26215 + components: + - type: Transform + pos: -20.5,38.5 + parent: 2 + - uid: 26216 + components: + - type: Transform + pos: -24.5,38.5 + parent: 2 + - uid: 26318 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - uid: 26319 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - uid: 26329 + components: + - type: Transform + pos: -22.5,38.5 + parent: 2 + - uid: 26334 + components: + - type: Transform + pos: -21.5,38.5 + parent: 2 + - uid: 27954 + components: + - type: Transform + pos: -17.5,-45.5 + parent: 2 + - uid: 28174 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 28175 + components: + - type: Transform + pos: -31.5,-45.5 + parent: 2 + - uid: 28176 + components: + - type: Transform + pos: -43.5,-39.5 + parent: 2 + - uid: 29304 + components: + - type: Transform + pos: 92.5,16.5 + parent: 2 + - uid: 29813 + components: + - type: Transform + pos: 91.5,56.5 + parent: 2 + - uid: 29814 + components: + - type: Transform + pos: 91.5,55.5 + parent: 2 + - uid: 29815 + components: + - type: Transform + pos: 91.5,54.5 + parent: 2 + - uid: 29816 + components: + - type: Transform + pos: 90.5,53.5 + parent: 2 + - uid: 29817 + components: + - type: Transform + pos: 89.5,53.5 + parent: 2 + - uid: 29818 + components: + - type: Transform + pos: 89.5,57.5 + parent: 2 + - uid: 29819 + components: + - type: Transform + pos: 90.5,57.5 + parent: 2 + - uid: 29834 + components: + - type: Transform + pos: 89.5,14.5 + parent: 2 + - uid: 29954 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 29959 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 29962 + components: + - type: Transform + pos: -52.5,-42.5 + parent: 2 + - uid: 29996 + components: + - type: Transform + pos: 90.5,14.5 + parent: 2 + - uid: 30018 + components: + - type: Transform + pos: 92.5,17.5 + parent: 2 + - uid: 30022 + components: + - type: Transform + pos: 89.5,20.5 + parent: 2 + - uid: 30023 + components: + - type: Transform + pos: 90.5,20.5 + parent: 2 + - uid: 30254 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 30259 + components: + - type: Transform + pos: 4.5,61.5 + parent: 2 + - uid: 30278 + components: + - type: Transform + pos: -76.5,11.5 + parent: 2 + - uid: 30297 + components: + - type: Transform + pos: -78.5,11.5 + parent: 2 + - uid: 30298 + components: + - type: Transform + pos: -79.5,11.5 + parent: 2 + - uid: 30697 + components: + - type: Transform + pos: -61.5,45.5 + parent: 2 + - uid: 30698 + components: + - type: Transform + pos: -61.5,46.5 + parent: 2 + - uid: 30741 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 + - uid: 31087 + components: + - type: Transform + pos: -59.5,47.5 + parent: 2 + - uid: 31088 + components: + - type: Transform + pos: -58.5,47.5 + parent: 2 + - uid: 31089 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 + - uid: 31091 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 31093 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 31094 + components: + - type: Transform + pos: -36.5,71.5 + parent: 2 + - uid: 31095 + components: + - type: Transform + pos: -37.5,71.5 + parent: 2 + - uid: 31421 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 + - uid: 31424 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - uid: 31425 + components: + - type: Transform + pos: -55.5,51.5 + parent: 2 + - uid: 31426 + components: + - type: Transform + pos: -55.5,50.5 + parent: 2 + - uid: 31427 + components: + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 31434 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 31435 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 + - uid: 31436 + components: + - type: Transform + pos: -59.5,55.5 + parent: 2 + - uid: 31437 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 + - uid: 31438 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 31439 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 + - uid: 31440 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 31441 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 + - uid: 31442 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 31620 + components: + - type: Transform + pos: 81.5,72.5 + parent: 2 + - uid: 31621 + components: + - type: Transform + pos: 81.5,71.5 + parent: 2 + - uid: 31622 + components: + - type: Transform + pos: 81.5,70.5 + parent: 2 + - uid: 31623 + components: + - type: Transform + pos: 82.5,73.5 + parent: 2 + - uid: 31624 + components: + - type: Transform + pos: 83.5,73.5 + parent: 2 + - uid: 31625 + components: + - type: Transform + pos: 84.5,73.5 + parent: 2 + - uid: 31626 + components: + - type: Transform + pos: 85.5,72.5 + parent: 2 + - uid: 31627 + components: + - type: Transform + pos: 85.5,71.5 + parent: 2 + - uid: 31628 + components: + - type: Transform + pos: 85.5,70.5 + parent: 2 + - uid: 31718 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 31719 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 + - uid: 31720 + components: + - type: Transform + pos: -24.5,-45.5 + parent: 2 + - uid: 31721 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 31722 + components: + - type: Transform + pos: -26.5,-45.5 + parent: 2 + - uid: 31723 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 33678 + components: + - type: Transform + pos: -34.5,62.5 + parent: 2 + - uid: 33681 + components: + - type: Transform + pos: -45.5,66.5 + parent: 2 + - uid: 33682 + components: + - type: Transform + pos: -45.5,65.5 + parent: 2 + - uid: 33683 + components: + - type: Transform + pos: -45.5,64.5 + parent: 2 + - uid: 33685 + components: + - type: Transform + pos: -34.5,61.5 + parent: 2 + - uid: 33715 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 33716 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 34035 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 34709 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 34740 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 34774 + components: + - type: Transform + pos: -55.5,48.5 + parent: 2 + - uid: 35755 + components: + - type: Transform + pos: -103.5,-27.5 + parent: 2 + - uid: 35756 + components: + - type: Transform + pos: -102.5,-27.5 + parent: 2 + - uid: 35757 + components: + - type: Transform + pos: -101.5,-27.5 + parent: 2 + - uid: 36082 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 36466 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 29772 + components: + - type: Transform + pos: 86.6962,58.53138 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29746: + - Pressed: Toggle + 29749: + - Pressed: Toggle + 29748: + - Pressed: Toggle + - uid: 29775 + components: + - type: Transform + pos: 86.72745,61.84388 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29768: + - Pressed: Toggle + - uid: 31177 + components: + - type: Transform + pos: -72.59818,0.7386229 + parent: 2 + - uid: 35713 + components: + - type: MetaData + name: igniter remote 2 + - type: Transform + pos: -37.270546,37.394592 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 35711: + - Pressed: Trigger + - uid: 35714 + components: + - type: MetaData + name: igniter remote 1 + - type: Transform + pos: -37.27836,37.73053 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 35712: + - Pressed: Trigger +- proto: ResearchAndDevelopmentServer + entities: + - uid: 4008 + components: + - type: Transform + pos: 41.5,28.5 + parent: 2 +- proto: ReverseEngineeringMachine + entities: + - uid: 30669 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 +- proto: RevolverCapGun + entities: + - uid: 30515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.33749866,66.66399 + parent: 2 +- proto: RightArmSkeleton + entities: + - uid: 33564 + components: + - type: Transform + pos: 91.12259,27.50425 + parent: 2 +- proto: RightFootSkeleton + entities: + - uid: 33562 + components: + - type: Transform + pos: 91.57869,26.597147 + parent: 2 +- proto: RightHandSkeleton + entities: + - uid: 33561 + components: + - type: Transform + pos: 91.15384,27.4105 + parent: 2 +- proto: RightLegSkeleton + entities: + - uid: 33563 + components: + - type: Transform + pos: 91.625565,26.628397 + parent: 2 +- proto: RiotBulletShield + entities: + - uid: 5116 + components: + - type: Transform + pos: -18.601517,47.758553 + parent: 2 + - uid: 15524 + components: + - type: Transform + pos: -18.39058,47.610115 + parent: 2 +- proto: RiotShield + entities: + - uid: 16523 + components: + - type: Transform + pos: -20.682251,45.644035 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: -20.229126,45.59716 + parent: 2 +- proto: Roboisseur + entities: + - uid: 26694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-16.5 + parent: 2 +- proto: RollerBed + entities: + - uid: 2064 + components: + - type: Transform + pos: -3.4424314,-2.3650932 + parent: 2 + - uid: 2065 + components: + - type: Transform + pos: -2.4229002,-2.3885307 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 8359 + components: + - type: Transform + pos: -19.5,-48.5 + parent: 2 +- proto: SalvageMagnetMachineCircuitboard + entities: + - uid: 35822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.27992,27.769905 + parent: 2 +- proto: Saw + entities: + - uid: 2120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.324295,9.645422 + parent: 2 + - uid: 3993 + components: + - type: Transform + pos: 61.397247,56.450893 + parent: 2 +- proto: Screen + entities: + - uid: 1834 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: -6.5,57.5 + parent: 2 + - uid: 16657 + components: + - type: Transform + pos: -3.5,72.5 + parent: 2 + - uid: 25088 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 25096 + components: + - type: Transform + pos: 7.5,-49.5 + parent: 2 + - uid: 25187 + components: + - type: Transform + pos: -4.5,-49.5 + parent: 2 + - uid: 25359 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 25418 + components: + - type: Transform + pos: 8.5,47.5 + parent: 2 + - uid: 26879 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 27110 + components: + - type: Transform + pos: -27.5,27.5 + parent: 2 + - uid: 36405 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 +- proto: Screwdriver + entities: + - uid: 28027 + components: + - type: Transform + pos: -68.461975,33.55795 + parent: 2 + - uid: 30745 + components: + - type: Transform + pos: 5.529853,64.83037 + parent: 2 +- proto: SecBreachingHammer + entities: + - uid: 16541 + components: + - type: Transform + pos: -20.617142,48.735115 + parent: 2 + - uid: 16556 + components: + - type: Transform + pos: -20.406204,48.56324 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 17027 + components: + - type: Transform + pos: -27.5,46.5 + parent: 2 +- proto: SeedExtractor + entities: + - uid: 7420 + components: + - type: Transform + pos: -55.5,2.5 + parent: 2 + - uid: 18197 + components: + - type: Transform + pos: -30.5,62.5 + parent: 2 +- proto: SeedExtractorMachineCircuitboard + entities: + - uid: 35823 + components: + - type: Transform + pos: -48.736313,27.502619 + parent: 2 +- proto: ShardGlass + entities: + - uid: 7008 + components: + - type: Transform + pos: -30.115973,-32.023853 + parent: 2 + - uid: 7058 + components: + - type: Transform + pos: -29.29566,-32.24651 + parent: 2 + - uid: 7059 + components: + - type: Transform + pos: -26.237066,-35.855885 + parent: 2 + - uid: 7060 + components: + - type: Transform + pos: -26.647223,-36.27776 + parent: 2 + - uid: 7061 + components: + - type: Transform + pos: -24.303473,-37.68401 + parent: 2 + - uid: 7062 + components: + - type: Transform + pos: -31.686287,-37.625416 + parent: 2 + - uid: 7063 + components: + - type: Transform + pos: -33.17457,-31.519947 + parent: 2 + - uid: 7064 + components: + - type: Transform + pos: -31.381598,-31.144947 + parent: 2 + - uid: 7065 + components: + - type: Transform + pos: -31.451912,-30.74651 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: -32.295662,-35.480885 + parent: 2 +- proto: SheetGlass + entities: + - uid: 1389 + components: + - type: Transform + pos: 36.006603,5.6036973 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: 30.491232,30.609468 + parent: 2 + - uid: 5311 + components: + - type: Transform + pos: 44.379402,44.823036 + parent: 2 + - uid: 6913 + components: + - type: Transform + pos: -13.349601,-41.040993 + parent: 2 + - uid: 6925 + components: + - type: Transform + pos: -20.52983,-31.376986 + parent: 2 + - uid: 8451 + components: + - type: Transform + pos: -73.28862,2.7093756 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: -50.44946,18.655876 + parent: 2 + - uid: 10412 + components: + - type: Transform + pos: -85.91199,-39.42282 + parent: 2 + - uid: 13590 + components: + - type: Transform + pos: 58.532253,-37.261665 + parent: 2 + - uid: 16505 + components: + - type: Transform + pos: -25.212278,46.15545 + parent: 2 + - uid: 35085 + components: + - type: Transform + pos: 54.89757,-80.004364 + parent: 2 + - uid: 35468 + components: + - type: Transform + pos: -73.41983,60.849834 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 2032 + components: + - type: Transform + pos: 28.603968,-2.4135215 + parent: 2 + - uid: 5263 + components: + - type: Transform + pos: 50.537777,38.797115 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: -64.47119,28.656868 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 9587 + components: + - type: Transform + pos: -50.54839,16.646076 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 1390 + components: + - type: Transform + pos: 36.463634,5.709166 + parent: 2 + - uid: 5264 + components: + - type: Transform + pos: 31.098576,30.620064 + parent: 2 + - uid: 5310 + components: + - type: Transform + pos: 44.473152,44.834755 + parent: 2 + - uid: 6926 + components: + - type: Transform + pos: -20.273832,-31.411205 + parent: 2 + - uid: 8453 + components: + - type: Transform + pos: -73.455284,2.5843756 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: -51.44946,16.640251 + parent: 2 + - uid: 16506 + components: + - type: Transform + pos: -25.618528,46.077324 + parent: 2 +- proto: SheetSteel + entities: + - uid: 1388 + components: + - type: Transform + pos: 35.48536,5.67401 + parent: 2 + - uid: 1610 + components: + - type: Transform + pos: -73.63237,2.4802089 + parent: 2 + - uid: 3843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.565186,37.67611 + parent: 2 + - uid: 5265 + components: + - type: Transform + pos: 31.497849,30.621187 + parent: 2 + - uid: 5309 + components: + - type: Transform + pos: 44.356327,44.74312 + parent: 2 + - uid: 6912 + components: + - type: Transform + pos: -13.630851,-41.24021 + parent: 2 + - uid: 6924 + components: + - type: Transform + pos: -20.711332,-31.379955 + parent: 2 + - uid: 9013 + components: + - type: Transform + pos: -51.402584,18.687126 + parent: 2 + - uid: 9287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.377686,37.58236 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: -25.446653,46.1242 + parent: 2 +- proto: SheetSteel1 + entities: + - uid: 7075 + components: + - type: Transform + pos: -31.99926,-30.394829 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: -31.753166,-30.57061 + parent: 2 + - uid: 7077 + components: + - type: Transform + pos: -31.917229,-30.676079 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: -29.948477,-37.355766 + parent: 2 + - uid: 7079 + components: + - type: Transform + pos: -30.135977,-37.648735 + parent: 2 + - uid: 7080 + components: + - type: Transform + pos: -25.51879,-35.63311 + parent: 2 +- proto: SheetUranium + entities: + - uid: 9591 + components: + - type: Transform + pos: -58.44775,28.5514 + parent: 2 +- proto: ShowcaseRobot + entities: + - uid: 22664 + components: + - type: Transform + pos: -17.5,24.5 + parent: 2 +- proto: ShuttersNormalOpen + entities: + - uid: 352 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 + - uid: 1884 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1928 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,30.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17789 + - uid: 6075 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 17788 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 17790 + - uid: 26844 + components: + - type: Transform + pos: -33.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 27089 + - uid: 28719 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 + - uid: 28720 + components: + - type: Transform + pos: -24.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 + - uid: 28721 + components: + - type: Transform + pos: -22.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 + - uid: 28722 + components: + - type: Transform + pos: -21.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 + - uid: 28723 + components: + - type: Transform + pos: -20.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 + - uid: 29748 + components: + - type: Transform + pos: 82.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 29750 + - 29772 + - uid: 29749 + components: + - type: Transform + pos: 83.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 29750 + - 29772 + - uid: 36478 + components: + - type: Transform + pos: -59.5,10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36479 + components: + - type: Transform + pos: -58.5,10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36480 + components: + - type: Transform + pos: -57.5,10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36481 + components: + - type: Transform + pos: -59.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36482 + components: + - type: Transform + pos: -58.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36483 + components: + - type: Transform + pos: -57.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36486 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36485 + - uid: 36487 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36485 + - uid: 36488 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36485 +- proto: ShuttersRadiationOpen + entities: + - uid: 18589 + components: + - type: Transform + pos: -102.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18590 + components: + - type: Transform + pos: -102.5,51.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18591 + components: + - type: Transform + pos: -102.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18592 + components: + - type: Transform + pos: -102.5,50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18593 + components: + - type: Transform + pos: -102.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,51.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 18779 +- proto: ShuttersWindowOpen + entities: + - uid: 28724 + components: + - type: Transform + pos: -23.5,38.5 + parent: 2 + - type: DeviceLinkSink + links: + - 438 +- proto: shuttle_manipulator + entities: + - uid: 4624 + components: + - type: Transform + pos: 18.5,38.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 2512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,51.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9257: + - Pressed: Toggle + - uid: 8421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,-16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7951: + - Pressed: Toggle + 7950: + - Pressed: Toggle + 1745: + - Pressed: Toggle + - uid: 8422 + components: + - type: Transform + pos: -86.5,-18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7693: + - Pressed: Toggle + 7869: + - Pressed: Toggle + 7809: + - Pressed: Toggle + - uid: 8423 + components: + - type: Transform + pos: -109.5,10.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7772: + - Pressed: Toggle + 7952: + - Pressed: Toggle + 8619: + - Pressed: Toggle + - uid: 8424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,10.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7657: + - Pressed: Toggle + 7662: + - Pressed: Toggle + 7767: + - Pressed: Toggle + - uid: 8425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8244: + - Pressed: Toggle + 8245: + - Pressed: Toggle + 8243: + - Pressed: Toggle + - uid: 8426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,33.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7810: + - Pressed: Toggle + 7953: + - Pressed: Toggle + 7845: + - Pressed: Toggle + - uid: 8740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4222: + - Pressed: Toggle + 4191: + - Pressed: Toggle + 4201: + - Pressed: Toggle + - uid: 8974 + components: + - type: MetaData + desc: Allows patients to leave without having medical access. + name: exit button + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 22823: + - Pressed: Toggle + 22822: + - Pressed: Toggle + - uid: 9098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4196: + - Pressed: Toggle + 4187: + - Pressed: Toggle + 1523: + - Pressed: Toggle + - uid: 9223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,51.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9253: + - Pressed: Toggle + - uid: 12929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,50.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4222: + - Pressed: Toggle + 4191: + - Pressed: Toggle + 4201: + - Pressed: Toggle + - uid: 12930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,50.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4187: + - Pressed: Toggle + 4196: + - Pressed: Toggle + 1523: + - Pressed: Toggle + - uid: 15119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,48.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15096: + - Pressed: Toggle + 15097: + - Pressed: Toggle + 15123: + - Pressed: Toggle + 15075: + - Pressed: Toggle + - uid: 15127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,51.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15048: + - Pressed: Toggle + 15047: + - Pressed: Toggle + 15064: + - Pressed: Toggle + 15063: + - Pressed: Toggle + 15062: + - Pressed: Toggle + 15061: + - Pressed: Toggle + 15060: + - Pressed: Toggle + 15057: + - Pressed: Toggle + 15058: + - Pressed: Toggle + 15059: + - Pressed: Toggle + 15065: + - Pressed: Toggle + 15066: + - Pressed: Toggle + 15067: + - Pressed: Toggle + 15068: + - Pressed: Toggle + 15069: + - Pressed: Toggle + 15070: + - Pressed: Toggle + 15071: + - Pressed: Toggle + 15072: + - Pressed: Toggle + - uid: 17789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1944: + - Pressed: Toggle + 1932: + - Pressed: Toggle + 1931: + - Pressed: Toggle + 1945: + - Pressed: Toggle + 1884: + - Pressed: Toggle + 1928: + - Pressed: Toggle + - uid: 17790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 17788: + - Pressed: Toggle + - uid: 17791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,40.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15083: + - Pressed: Toggle + 15082: + - Pressed: Toggle + 15081: + - Pressed: Toggle + 15080: + - Pressed: Toggle + 15078: + - Pressed: Toggle + 15079: + - Pressed: Toggle + - uid: 17792 + components: + - type: Transform + pos: 28.5,40.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15090: + - Pressed: Toggle + 15089: + - Pressed: Toggle + 15084: + - Pressed: Toggle + 15085: + - Pressed: Toggle + 15086: + - Pressed: Toggle + 15087: + - Pressed: Toggle + 15088: + - Pressed: Toggle + - uid: 17793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15093: + - Pressed: Toggle + 14111: + - Pressed: Toggle + 15094: + - Pressed: Toggle + 15097: + - Pressed: Toggle + 15096: + - Pressed: Toggle + 15091: + - Pressed: Toggle + 15092: + - Pressed: Toggle + - uid: 18779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -102.5,48.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18591: + - Pressed: Toggle + 18592: + - Pressed: Toggle + 18590: + - Pressed: Toggle + 18589: + - Pressed: Toggle + 18593: + - Pressed: Toggle + 18666: + - Pressed: Toggle + 18667: + - Pressed: Toggle + 18668: + - Pressed: Toggle + 18669: + - Pressed: Toggle + 18670: + - Pressed: Toggle + - uid: 19389 + components: + - type: Transform + pos: -27.5,43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 19383: + - Pressed: Toggle + 19382: + - Pressed: Toggle + 19378: + - Pressed: Toggle + 19377: + - Pressed: Toggle + 19376: + - Pressed: Toggle + 19379: + - Pressed: Toggle + 19381: + - Pressed: Toggle + 19380: + - Pressed: Toggle + - uid: 19938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,52.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15051: + - Pressed: Toggle + 15050: + - Pressed: Toggle + 15049: + - Pressed: Toggle + 15042: + - Pressed: Toggle + 15044: + - Pressed: Toggle + 15043: + - Pressed: Toggle + 15045: + - Pressed: Toggle + 15046: + - Pressed: Toggle + 15055: + - Pressed: Toggle + 15056: + - Pressed: Toggle + - uid: 22559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,-5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1375: + - Pressed: Toggle + 1374: + - Pressed: Toggle + 1419: + - Pressed: Toggle + - uid: 22560 + components: + - type: Transform + pos: -109.5,-5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3891: + - Pressed: Toggle + 4209: + - Pressed: Toggle + 4141: + - Pressed: Toggle + - uid: 22561 + components: + - type: Transform + pos: -109.5,26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9484: + - Pressed: Toggle + 1746: + - Pressed: Toggle + 9485: + - Pressed: Toggle + - uid: 22562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -111.5,26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13266: + - Pressed: Toggle + 9211: + - Pressed: Toggle + 14176: + - Pressed: Toggle + - uid: 23802 + components: + - type: Transform + pos: -55.5,47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 23712: + - Pressed: Toggle + - uid: 35837 + components: + - type: MetaData + desc: Allows patients to leave without having medical access. + name: exit button + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,8.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 22816: + - Pressed: Toggle + 22817: + - Pressed: Toggle + 22818: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,39.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 352: + - Pressed: Toggle + 28719: + - Pressed: Toggle + 28720: + - Pressed: Toggle + 28724: + - Pressed: Toggle + 28721: + - Pressed: Toggle + 28722: + - Pressed: Toggle + 28723: + - Pressed: Toggle + - uid: 25537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,4.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9521: + - Pressed: Toggle + 25517: + - Pressed: Toggle + - uid: 26827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-0.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 24343: + - Pressed: Toggle + - uid: 26832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 24317: + - Pressed: Toggle + - uid: 30596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1566: + - Pressed: Toggle + - uid: 30673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 30654: + - Pressed: Toggle + - uid: 30933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,11.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 30932: + - Pressed: Toggle + - uid: 31151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,41.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29623: + - Pressed: Toggle + - uid: 36484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,11.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 36480: + - Pressed: Toggle + 36479: + - Pressed: Toggle + 36478: + - Pressed: Toggle + 36483: + - Pressed: Toggle + 36482: + - Pressed: Toggle + 36481: + - Pressed: Toggle + - uid: 36485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 36487: + - Pressed: Toggle + 36488: + - Pressed: Toggle + 36486: + - Pressed: Toggle +- proto: SignalSwitchDirectional + entities: + - uid: 170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-45.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6721: + - On: Forward + - Off: Off + 6668: + - On: Forward + - Off: Off + 6845: + - On: Forward + - Off: Off + 6576: + - Off: Off + - On: Forward + 6918: + - On: Forward + - Off: Off + 9845: + - On: Forward + - Off: Off + 6616: + - On: Forward + - Off: Off + 8601: + - On: Forward + - Off: Off + 6932: + - On: Forward + - Off: Off + 10342: + - On: Forward + - Off: Off + 9035: + - On: Forward + - Off: Off + 6923: + - On: Forward + - Off: Off + 760: + - On: Forward + - Off: Off + - uid: 6779 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6744: + - On: Forward + - Off: Off + 6745: + - On: Forward + - Off: Off + 6757: + - On: Forward + - Off: Off + 6772: + - On: Forward + - Off: Off + 6743: + - On: Forward + - Off: Off + 6746: + - On: Forward + - Off: Off + 6750: + - On: Forward + - Off: Off + 6758: + - On: Forward + - Off: Off + 6756: + - On: Forward + - Off: Off + 6684: + - On: Forward + - Off: Off + 6685: + - On: Forward + - Off: Off + 6686: + - On: Forward + - Off: Off + 6687: + - On: Forward + - Off: Off + 10646: + - On: Forward + - Off: Off + 10621: + - On: Forward + - Off: Off + 10627: + - On: Forward + - Off: Off + 10647: + - On: Forward + - Off: Off + 29980: + - On: Forward + - Off: Off + 6782: + - On: Forward + - Off: Off + 6783: + - On: Forward + - Off: Off + 31776: + - On: Forward + - Off: Off + 31777: + - On: Forward + - Off: Off + 31778: + - On: Forward + - Off: Off + 31779: + - On: Forward + - Off: Off + 31780: + - On: Forward + - Off: Off + 6963: + - On: Forward + - Off: Off + 10624: + - On: Forward + - Off: Off + 10622: + - On: Forward + - Off: Off + 8181: + - On: Forward + - Off: Off + 6961: + - On: Forward + - Off: Off + 27957: + - Off: Off + - On: Forward + 6727: + - On: Forward + - Off: Off + 6755: + - Off: Off + - On: Forward + 436: + - On: Forward + - Off: Off + 6749: + - On: Forward + - Off: Off + 5414: + - On: Forward + - Off: Off + 6710: + - On: Forward + - Off: Off + 6669: + - On: Forward + - Off: Off + 6621: + - On: Forward + - Off: Off + 11850: + - On: Forward + - Off: Off + 31688: + - On: Forward + - Off: Off + 31689: + - On: Forward + - Off: Off + 6753: + - On: Forward + - Off: Off + 6748: + - On: Forward + - Off: Off + 6752: + - On: Forward + - Off: Off + 5429: + - On: Forward + - Off: Off + 3542: + - On: Forward + - Off: Off + 6714: + - On: Forward + - Off: Off + 11853: + - On: Forward + - Off: Off + - uid: 23220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 21164: + - On: Forward + - Off: Off + 28998: + - Off: Off + - On: Forward + 29964: + - On: Forward + - Off: Off + 29965: + - On: Forward + - Off: Off + 23857: + - On: Forward + - Off: Off + 31645: + - On: Forward + - Off: Off + 11849: + - On: Forward + - Off: Off + 31687: + - On: Forward + - Off: Off + 11841: + - On: Forward + - Off: Off + 30791: + - On: Forward + - Off: Off + 31055: + - On: Forward + - Off: Off + 22358: + - On: Forward + - Off: Off + 22736: + - On: Forward + - Off: Off + 34056: + - On: Forward + - Off: Off + 34057: + - On: Forward + - Off: Off + 34058: + - On: Forward + - Off: Off + 34059: + - On: Forward + - Off: Off + 34060: + - On: Forward + - Off: Off + 20562: + - On: Forward + - Off: Off + 34061: + - On: Forward + - Off: Off + 34062: + - On: Forward + - Off: Off + 34063: + - On: Forward + - Off: Off + 34064: + - On: Forward + - Off: Off + 34065: + - On: Forward + - Off: Off + 34066: + - On: Forward + - Off: Off + 34067: + - On: Forward + - Off: Off + 31690: + - On: Forward + - Off: Off + 6725: + - Off: Off + - On: Forward + 20722: + - On: Forward + - Off: Off + 7096: + - On: Forward + - Off: Off + 30642: + - On: Forward + - Off: Off + 6650: + - On: Forward + - Off: Off + 6734: + - On: Forward + - Off: Off + 20720: + - Off: Off + - On: Forward + 760: [] + - uid: 27089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,32.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 26844: + - Off: Close + - On: Open + - uid: 29750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29746: + - On: Open + - Off: Close + 29749: + - On: Open + - Off: Close + 29748: + - On: Open + - Off: Close + - uid: 29774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,60.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29768: + - On: Open + - Off: Close +- proto: SignAnomaly + entities: + - uid: 4002 + components: + - type: Transform + pos: 38.5,45.5 + parent: 2 +- proto: SignAnomaly2 + entities: + - uid: 4110 + components: + - type: Transform + pos: 41.5,38.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 16447 + components: + - type: Transform + pos: -19.5,43.5 + parent: 2 + - uid: 24778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,46.5 + parent: 2 + - uid: 36184 + components: + - type: Transform + pos: -31.5,38.5 + parent: 2 +- proto: SignAtmos + entities: + - uid: 9063 + components: + - type: Transform + pos: -44.5,32.5 + parent: 2 +- proto: SignAtmosMinsky + entities: + - uid: 9574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,36.5 + parent: 2 + - uid: 22420 + components: + - type: Transform + pos: -30.5,45.5 + parent: 2 + - uid: 34665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-6.5 + parent: 2 +- proto: SignBar + entities: + - uid: 2186 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 3366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-17.5 + parent: 2 + - uid: 33680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,61.5 + parent: 2 +- proto: SignBio + entities: + - uid: 5351 + components: + - type: Transform + pos: 52.5,52.5 + parent: 2 +- proto: SignBiohazard + entities: + - uid: 5352 + components: + - type: Transform + pos: 51.5,47.5 + parent: 2 +- proto: SignBiohazardMed + entities: + - uid: 5353 + components: + - type: Transform + pos: 55.5,47.5 + parent: 2 + - uid: 23143 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 +- proto: SignBridge + entities: + - uid: 2599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,37.5 + parent: 2 +- proto: SignCargo + entities: + - uid: 2946 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 2204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,22.5 + parent: 2 + - uid: 23882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.511288,19.44273 + parent: 2 +- proto: SignChem + entities: + - uid: 1177 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 +- proto: SignCloning + entities: + - uid: 2188 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 +- proto: SignConference + entities: + - uid: 14164 + components: + - type: Transform + pos: 16.5,46.5 + parent: 2 +- proto: SignConspiracyBoard + entities: + - uid: 2888 + components: + - type: Transform + pos: 47.5,35.5 + parent: 2 + - uid: 14047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,51.5 + parent: 2 + - uid: 15973 + components: + - type: Transform + pos: -35.5,36.5 + parent: 2 +- proto: SignCourt + entities: + - uid: 4443 + components: + - type: Transform + pos: -1.5,50.5 + parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 5424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-6.5 + parent: 2 +- proto: SignDanger + entities: + - uid: 5354 + components: + - type: Transform + pos: 54.5,50.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: 51.5,50.5 + parent: 2 + - uid: 19658 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 19667 + components: + - type: Transform + pos: 3.5,66.5 + parent: 2 + - uid: 33543 + components: + - type: Transform + pos: 85.5,21.5 + parent: 2 + - uid: 33544 + components: + - type: Transform + pos: 63.5,32.5 + parent: 2 + - uid: 33545 + components: + - type: Transform + pos: 61.5,33.5 + parent: 2 + - uid: 33546 + components: + - type: Transform + pos: 53.5,37.5 + parent: 2 + - uid: 33547 + components: + - type: Transform + pos: 53.5,44.5 + parent: 2 + - uid: 33548 + components: + - type: Transform + pos: 56.5,58.5 + parent: 2 + - uid: 33549 + components: + - type: Transform + pos: 61.5,58.5 + parent: 2 + - uid: 33550 + components: + - type: Transform + pos: 52.5,41.5 + parent: 2 + - uid: 33551 + components: + - type: Transform + pos: 95.5,48.5 + parent: 2 + - uid: 33552 + components: + - type: Transform + pos: 83.5,67.5 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 6371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.500387,-14.729669 + parent: 2 + - uid: 16474 + components: + - type: Transform + pos: 16.499256,-17.242163 + parent: 2 + - uid: 23855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5105877,-17.512625 + parent: 2 + - uid: 23858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.499825,-15.712059 + parent: 2 + - uid: 23860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 + parent: 2 + - uid: 33650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,63.5 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 23887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5065484,40.20192 + parent: 2 + - uid: 23888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5221734,-17.763191 + parent: 2 + - uid: 26855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.48320675,25.24322 + parent: 2 +- proto: SignDirectionalBrig + entities: + - uid: 22618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,62.5 + parent: 2 + - uid: 23806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,25.5 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 9178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,23.5 + parent: 2 + - uid: 23880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.46012,6.2804375 + parent: 2 + - uid: 23881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.52262,15.850657 + parent: 2 +- proto: SignDirectionalChemistry + entities: + - uid: 1223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-14.5 + parent: 2 + - uid: 23814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-12.5 + parent: 2 + - uid: 23844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-17.5 + parent: 2 +- proto: SignDirectionalCryo + entities: + - uid: 1024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-12.5 + parent: 2 + - uid: 25173 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 25282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 2 + - uid: 26213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-29.5 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 22480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.4988317,23.758844 + parent: 2 + - uid: 23849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.4359844,-17.244627 + parent: 2 + - uid: 23867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.436584,-12.501854 + parent: 2 + - uid: 23873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.491207,18.289341 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 6374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.49538875,-29.74709 + parent: 2 + - uid: 8402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-8.5 + parent: 2 + - uid: 17012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,45.5 + parent: 2 + - uid: 23813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,25.5 + parent: 2 + - uid: 23846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.4906719,-17.25244 + parent: 2 + - uid: 23886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.47527122,62.785336 + parent: 2 + - uid: 23890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.4462893,-11.719762 + parent: 2 + - uid: 23891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.4619143,16.77201 + parent: 2 + - uid: 23892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.48505,17.728174 + parent: 2 + - uid: 23893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.512714,16.526192 + parent: 2 + - uid: 23894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5049,-19.23642 + parent: 2 + - uid: 23896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.454502,6.744308 + parent: 2 + - uid: 23897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.46659,23.506786 + parent: 2 + - uid: 23898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.45819,10.307827 + parent: 2 + - uid: 23899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.39373,10.266306 + parent: 2 + - uid: 23905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 2 +- proto: SignDirectionalFood + entities: + - uid: 21466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.4832067,23.235407 + parent: 2 + - uid: 23851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.431856,-17.486814 + parent: 2 + - uid: 23901 + components: + - type: Transform + pos: -48.472904,-11.470109 + parent: 2 + - uid: 23902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.496925,-17.22792 + parent: 2 + - uid: 23903 + components: + - type: Transform + pos: -46.455734,-13.7279215 + parent: 2 + - uid: 23904 + components: + - type: Transform + pos: -38.455734,-17.298233 + parent: 2 +- proto: SignDirectionalHop + entities: + - uid: 23852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5021544,-17.25244 + parent: 2 +- proto: SignDirectionalHydro + entities: + - uid: 23810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.48382,-7.2507544 + parent: 2 + - uid: 23816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,22.5 + parent: 2 + - uid: 23848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.4828594,-17.75244 + parent: 2 + - uid: 23868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.436584,-12.267479 + parent: 2 + - uid: 23869 + components: + - type: Transform + pos: -47.504093,10.266583 + parent: 2 + - uid: 23870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.503471,23.251003 + parent: 2 +- proto: SignDirectionalJanitor + entities: + - uid: 20991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,23.5 + parent: 2 + - uid: 23872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5209,-0.7626915 + parent: 2 +- proto: SignDirectionalLibrary + entities: + - uid: 23883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.440975,6.549694 + parent: 2 + - uid: 23884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.53832,15.57411 + parent: 2 + - uid: 23885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.522694,25.27844 + parent: 2 + - uid: 26856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5323524,23.211216 + parent: 2 +- proto: SignDirectionalLogistics + entities: + - uid: 23859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.4342637,-17.746038 + parent: 2 + - uid: 23861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.484005,-11.197954 + parent: 2 + - uid: 23900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.525036,-17.158611 + parent: 2 + - uid: 26190 + components: + - type: Transform + pos: -13.403669,-17.2851 + parent: 2 + - uid: 31888 + components: + - type: Transform + pos: -46.4965,10.269556 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 23808 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 23817 + components: + - type: Transform + pos: -2.4978511,22.24327 + parent: 2 + - uid: 23845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5115795,-17.242666 + parent: 2 + - uid: 23862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.51649,-17.40539 + parent: 2 + - uid: 23864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.540833,16.834927 + parent: 2 + - uid: 23865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.493057,7.8181133 + parent: 2 + - uid: 23866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.45148,-12.744019 + parent: 2 +- proto: SignDirectionalSalvage + entities: + - uid: 22989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-31.5 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 23850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.4983835,-17.75244 + parent: 2 + - uid: 23878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.526928,-15.133438 + parent: 2 + - uid: 23879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.467934,6.0148125 + parent: 2 + - uid: 26131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.508915,23.773716 + parent: 2 + - uid: 30340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.519985,22.737196 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 23818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5117471,22.766708 + parent: 2 + - uid: 23847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.4906719,-17.510252 + parent: 2 + - uid: 23874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.477133,23.300415 + parent: 2 + - uid: 23875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.499043,10.51958 + parent: 2 + - uid: 23876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.482662,-12.754795 + parent: 2 + - uid: 23877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.519115,-15.414688 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 9563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-30.5 + parent: 2 + - uid: 23824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-32.5 + parent: 2 + - uid: 23825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-37.5 + parent: 2 + - uid: 23826 + components: + - type: Transform + pos: 54.5,-32.5 + parent: 2 + - uid: 23827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-28.5 + parent: 2 + - uid: 23828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,38.5 + parent: 2 + - uid: 23829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,42.5 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 34972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,7.5 + parent: 2 +- proto: SignDirectionalWash + entities: + - uid: 16475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,65.5 + parent: 2 + - uid: 23820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-22.5 + parent: 2 + - uid: 23821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-15.5 + parent: 2 + - uid: 23823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-7.5 + parent: 2 +- proto: SignDisposalSpace + entities: + - uid: 16960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,12.5 + parent: 2 + - uid: 18254 + components: + - type: Transform + pos: -18.5,52.5 + parent: 2 + - uid: 18256 + components: + - type: Transform + pos: -33.5,56.5 + parent: 2 +- proto: SignElectrical + entities: + - uid: 18554 + components: + - type: Transform + pos: -65.5,65.5 + parent: 2 + - uid: 22372 + components: + - type: Transform + pos: -17.5,74.5 + parent: 2 + - uid: 22373 + components: + - type: Transform + pos: -17.5,77.5 + parent: 2 + - uid: 22374 + components: + - type: Transform + pos: -21.5,79.5 + parent: 2 + - uid: 22375 + components: + - type: Transform + pos: -25.5,80.5 + parent: 2 + - uid: 22376 + components: + - type: Transform + pos: -30.5,80.5 + parent: 2 + - uid: 22377 + components: + - type: Transform + pos: -32.5,77.5 + parent: 2 + - uid: 31278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,74.5 + parent: 2 + - uid: 31279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,74.5 + parent: 2 + - uid: 31280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,71.5 + parent: 2 + - uid: 31281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,68.5 + parent: 2 + - uid: 31282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,65.5 + parent: 2 + - uid: 31283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,65.5 + parent: 2 + - uid: 35682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,53.5 + parent: 2 + - uid: 35684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,62.5 + parent: 2 +- proto: SignEngine + entities: + - uid: 8856 + components: + - type: Transform + pos: -56.5,13.5 + parent: 2 +- proto: SignEngineering + entities: + - uid: 8820 + components: + - type: Transform + pos: -46.5,15.5 + parent: 2 +- proto: SignEscapePods + entities: + - uid: 8479 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 13784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-3.5 + parent: 2 + - uid: 19927 + components: + - type: Transform + pos: -63.5,-19.5 + parent: 2 + - uid: 20012 + components: + - type: Transform + pos: -115.5,15.5 + parent: 2 + - uid: 20019 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 +- proto: SignEVA + entities: + - uid: 1992 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 +- proto: SignExplosives + entities: + - uid: 19668 + components: + - type: Transform + pos: 6.5,64.5 + parent: 2 +- proto: SignFlammableMed + entities: + - uid: 9509 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 + - uid: 19328 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 +- proto: SignGravity + entities: + - uid: 29563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,15.5 + parent: 2 +- proto: SignHead + entities: + - uid: 1975 + components: + - type: Transform + pos: 13.5,22.5 + parent: 2 + - uid: 3553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,22.5 + parent: 2 +- proto: SignHydro1 + entities: + - uid: 18405 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 +- proto: SignInterrogation + entities: + - uid: 15537 + components: + - type: Transform + pos: -19.5,31.5 + parent: 2 +- proto: SignJanitor + entities: + - uid: 26888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,20.5 + parent: 2 +- proto: SignLastIdiot + entities: + - uid: 30683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,71.5 + parent: 2 +- proto: SignLibrary + entities: + - uid: 22680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,25.5 + parent: 2 +- proto: SignMail + entities: + - uid: 2945 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 137 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,17.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 1379 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 +- proto: SignPlaque + entities: + - uid: 175 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 14193 + components: + - type: Transform + pos: 20.5,60.5 + parent: 2 + - uid: 16624 + components: + - type: Transform + pos: -7.5,62.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 17879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,65.5 + parent: 2 +- proto: SignRadiation + entities: + - uid: 18885 + components: + - type: Transform + pos: -104.5,64.5 + parent: 2 + - uid: 18887 + components: + - type: Transform + pos: -111.5,65.5 + parent: 2 + - uid: 18888 + components: + - type: Transform + pos: -125.5,61.5 + parent: 2 + - uid: 18890 + components: + - type: Transform + pos: -92.5,54.5 + parent: 2 + - uid: 18891 + components: + - type: Transform + pos: -92.5,48.5 + parent: 2 + - uid: 18893 + components: + - type: Transform + pos: -103.5,43.5 + parent: 2 + - uid: 18895 + components: + - type: Transform + pos: -118.5,37.5 + parent: 2 + - uid: 18896 + components: + - type: Transform + pos: -126.5,41.5 + parent: 2 + - uid: 18897 + components: + - type: Transform + pos: -126.5,58.5 + parent: 2 + - uid: 18913 + components: + - type: Transform + pos: -101.5,64.5 + parent: 2 + - uid: 31300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,43.5 + parent: 2 + - uid: 31308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,46.5 + parent: 2 + - uid: 31318 + components: + - type: Transform + pos: -122.5,44.5 + parent: 2 + - uid: 31325 + components: + - type: Transform + pos: -106.5,41.5 + parent: 2 + - uid: 32259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,61.5 + parent: 2 + - uid: 32260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -108.5,61.5 + parent: 2 + - uid: 32261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -122.5,56.5 + parent: 2 + - uid: 32262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -122.5,53.5 + parent: 2 + - uid: 32263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -122.5,47.5 + parent: 2 + - uid: 32264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -118.5,41.5 + parent: 2 + - uid: 32265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -109.5,41.5 + parent: 2 + - uid: 32266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,57.5 + parent: 2 + - uid: 32267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,59.5 + parent: 2 + - uid: 32336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,65.5 + parent: 2 +- proto: SignRadiationMed + entities: + - uid: 18909 + components: + - type: Transform + pos: -119.5,64.5 + parent: 2 + - uid: 18910 + components: + - type: Transform + pos: -125.5,51.5 + parent: 2 + - uid: 18911 + components: + - type: Transform + pos: -98.5,61.5 + parent: 2 + - uid: 18912 + components: + - type: Transform + pos: -106.5,60.5 + parent: 2 +- proto: SignRedFive + entities: + - uid: 13095 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 +- proto: SignRedFour + entities: + - uid: 13094 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 15837 + components: + - type: Transform + pos: -24.5,27.5 + parent: 2 +- proto: SignRedOne + entities: + - uid: 5550 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + pos: -24.5,31.5 + parent: 2 +- proto: SignRedSix + entities: + - uid: 13091 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 +- proto: SignRedThree + entities: + - uid: 7427 + components: + - type: Transform + pos: -30.5,27.5 + parent: 2 + - uid: 13092 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 +- proto: SignRedTwo + entities: + - uid: 13093 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 15636 + components: + - type: Transform + pos: -30.5,31.5 + parent: 2 +- proto: SignRobo + entities: + - uid: 5303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,42.5 + parent: 2 +- proto: SignSec + entities: + - uid: 2487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,23.5 + parent: 2 +- proto: SignSecurearea + entities: + - uid: 5359 + components: + - type: Transform + pos: 55.5,49.5 + parent: 2 + - uid: 23819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.499207,27.502502 + parent: 2 +- proto: SignShipDock + entities: + - uid: 2181 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 20003 + components: + - type: Transform + pos: -2.5,79.5 + parent: 2 + - uid: 20004 + components: + - type: Transform + pos: 5.5,79.5 + parent: 2 + - uid: 22735 + components: + - type: Transform + pos: -28.5,-45.5 + parent: 2 +- proto: SignSmoking + entities: + - uid: 23853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4084044,-1.2410585 + parent: 2 +- proto: SignSpace + entities: + - uid: 2470 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 23830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,40.5 + parent: 2 + - uid: 23832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,79.5 + parent: 2 + - uid: 23833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,57.5 + parent: 2 + - uid: 23834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,0.5 + parent: 2 + - uid: 23835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,-14.5 + parent: 2 + - uid: 23836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-32.5 + parent: 2 + - uid: 23837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-35.5 + parent: 2 + - uid: 23838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-53.5 + parent: 2 + - uid: 23839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-43.5 + parent: 2 + - uid: 23840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-34.5 + parent: 2 + - uid: 23841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -115.5,3.5 + parent: 2 + - uid: 23842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-13.5 + parent: 2 + - uid: 23843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -121.5,10.5 + parent: 2 + - uid: 30754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,58.5 + parent: 2 + - uid: 31641 + components: + - type: Transform + pos: -24.5,-39.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 2185 + components: + - type: Transform + pos: -24.5,75.5 + parent: 2 +- proto: SignToolStorage + entities: + - uid: 16251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,4.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 1780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 2 + - uid: 12981 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 +- proto: SignZomlab + entities: + - uid: 5350 + components: + - type: Transform + pos: 52.5,48.5 + parent: 2 +- proto: SingularityGenerator + entities: + - uid: 18685 + components: + - type: Transform + anchored: False + pos: -113.5173,50.881065 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: SinkStemlessWater + entities: + - uid: 1611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,9.5 + parent: 2 + - uid: 7500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-8.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-8.5 + parent: 2 + - uid: 18070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,57.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 1069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-2.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - uid: 2484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-25.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-25.5 + parent: 2 + - uid: 3324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-25.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-21.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-29.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-24.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-29.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-17.5 + parent: 2 + - uid: 12007 + components: + - type: Transform + pos: 72.5,-10.5 + parent: 2 + - uid: 18447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,24.5 + parent: 2 + - uid: 18510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,23.5 + parent: 2 +- proto: Skub + entities: + - uid: 32587 + components: + - type: Transform + pos: 74.53695,42.55083 + parent: 2 +- proto: SmartFridge + entities: + - uid: 3998 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 3999 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 3658 + components: + - type: MetaData + name: AME SMES 2 + - type: Transform + pos: -61.5,34.5 + parent: 2 + - uid: 3660 + components: + - type: MetaData + name: AME SMES 1 + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 3666 + components: + - type: MetaData + name: AME SMES 3 + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 9975 + components: + - type: MetaData + name: North Solars SMES 1 + - type: Transform + pos: -58.5,40.5 + parent: 2 + - uid: 9976 + components: + - type: MetaData + name: North Solars SMES 2 + - type: Transform + pos: -57.5,40.5 + parent: 2 + - uid: 10407 + components: + - type: MetaData + name: South West Solars SMES 1 + - type: Transform + pos: -61.5,-33.5 + parent: 2 + - uid: 10411 + components: + - type: MetaData + name: South West Solars SMES 2 + - type: Transform + pos: -61.5,-35.5 + parent: 2 + - uid: 13398 + components: + - type: MetaData + name: South East Solars SMES 2 + - type: Transform + pos: 57.5,-34.5 + parent: 2 + - uid: 13399 + components: + - type: MetaData + name: South East Solars SMES 1 + - type: Transform + pos: 55.5,-34.5 + parent: 2 + - uid: 18498 + components: + - type: MetaData + name: TEG SMES 1 + - type: Transform + pos: -54.5,54.5 + parent: 2 + - uid: 19041 + components: + - type: MetaData + name: Singularity SMES + - type: Transform + pos: -93.5,54.5 + parent: 2 + - uid: 23701 + components: + - type: MetaData + name: TEG SMES 2 + - type: Transform + pos: -51.5,54.5 + parent: 2 +- proto: SMESMachineCircuitboard + entities: + - uid: 2339 + components: + - type: Transform + pos: -47.29088,26.780298 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: -47.60338,26.78811 + parent: 2 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 14213 + components: + - type: Transform + pos: 11.465008,47.60172 + parent: 2 +- proto: Soap + entities: + - uid: 18540 + components: + - type: Transform + pos: -40.512363,24.825838 + parent: 2 + - uid: 18541 + components: + - type: Transform + pos: -40.293613,22.622713 + parent: 2 +- proto: soda_dispenser + entities: + - uid: 4644 + components: + - type: Transform + pos: 9.5,54.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 + - uid: 33656 + components: + - type: Transform + pos: -42.5,67.5 + parent: 2 +- proto: SodaDispenserMachineCircuitboard + entities: + - uid: 35824 + components: + - type: Transform + pos: -51.07225,27.611994 + parent: 2 +- proto: SolarAssembly + entities: + - uid: 9784 + components: + - type: Transform + pos: -93.5,-58.5 + parent: 2 + - uid: 10439 + components: + - type: Transform + pos: -96.5,-53.5 + parent: 2 + - uid: 10441 + components: + - type: Transform + pos: -97.5,-33.5 + parent: 2 + - uid: 10466 + components: + - type: Transform + pos: -94.5,-33.5 + parent: 2 + - uid: 10467 + components: + - type: Transform + pos: -86.5,-45.5 + parent: 2 + - uid: 10469 + components: + - type: Transform + pos: -84.5,-40.5 + parent: 2 + - uid: 10471 + components: + - type: Transform + pos: -83.5,-45.5 + parent: 2 + - uid: 10473 + components: + - type: Transform + pos: -96.5,-43.5 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: -92.5,-48.5 + parent: 2 + - uid: 10480 + components: + - type: Transform + pos: -84.5,-55.5 + parent: 2 + - uid: 13589 + components: + - type: Transform + pos: -85.5,-58.5 + parent: 2 + - uid: 13591 + components: + - type: Transform + pos: -85.5,-63.5 + parent: 2 + - uid: 13610 + components: + - type: Transform + pos: -82.5,-58.5 + parent: 2 + - uid: 13633 + components: + - type: Transform + pos: 53.5,-80.5 + parent: 2 + - uid: 23580 + components: + - type: Transform + pos: 50.5,-51.5 + parent: 2 + - uid: 31287 + components: + - type: Transform + pos: 63.5,-69.5 + parent: 2 + - uid: 31288 + components: + - type: Transform + pos: 63.5,-44.5 + parent: 2 + - uid: 31299 + components: + - type: Transform + pos: 50.5,-61.5 + parent: 2 + - uid: 31309 + components: + - type: Transform + pos: 69.5,-81.5 + parent: 2 + - uid: 31329 + components: + - type: Transform + pos: 51.5,-64.5 + parent: 2 + - uid: 31330 + components: + - type: Transform + pos: 50.5,-46.5 + parent: 2 + - uid: 31905 + components: + - type: Transform + pos: 60.5,-56.5 + parent: 2 + - uid: 31906 + components: + - type: Transform + pos: 62.5,-54.5 + parent: 2 + - uid: 31908 + components: + - type: Transform + pos: 64.5,-51.5 + parent: 2 + - uid: 32277 + components: + - type: Transform + pos: 61.5,-64.5 + parent: 2 + - uid: 32278 + components: + - type: Transform + pos: 68.5,-85.5 + parent: 2 + - uid: 32279 + components: + - type: Transform + pos: 67.5,-86.5 + parent: 2 + - uid: 35407 + components: + - type: Transform + pos: -86.5,66.5 + parent: 2 + - uid: 35408 + components: + - type: Transform + pos: -74.5,71.5 + parent: 2 + - uid: 35409 + components: + - type: Transform + pos: -76.5,74.5 + parent: 2 + - uid: 35410 + components: + - type: Transform + pos: -83.5,74.5 + parent: 2 + - uid: 35411 + components: + - type: Transform + pos: -76.5,84.5 + parent: 2 + - uid: 35412 + components: + - type: Transform + pos: -84.5,94.5 + parent: 2 + - uid: 35413 + components: + - type: Transform + pos: -83.5,59.5 + parent: 2 + - uid: 35414 + components: + - type: Transform + pos: -85.5,59.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 9791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-45.5 + parent: 2 + - uid: 9793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-35.5 + parent: 2 + - uid: 9795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-40.5 + parent: 2 + - uid: 9807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-69.5 + parent: 2 + - uid: 9808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-54.5 + parent: 2 + - uid: 9821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-71.5 + parent: 2 + - uid: 9832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-71.5 + parent: 2 + - uid: 9833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-71.5 + parent: 2 + - uid: 9837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-69.5 + parent: 2 + - uid: 9847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-69.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-71.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-71.5 + parent: 2 + - uid: 10430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-71.5 + parent: 2 + - uid: 10446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-35.5 + parent: 2 + - uid: 10487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-58.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-58.5 + parent: 2 + - uid: 10492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-63.5 + parent: 2 + - uid: 10499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-38.5 + parent: 2 + - uid: 10500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-38.5 + parent: 2 + - uid: 10501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-38.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-38.5 + parent: 2 + - uid: 10503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-38.5 + parent: 2 + - uid: 10506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-40.5 + parent: 2 + - uid: 13466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-66.5 + parent: 2 + - uid: 13467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-69.5 + parent: 2 + - uid: 13468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-66.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-64.5 + parent: 2 + - uid: 13471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-69.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-40.5 + parent: 2 + - uid: 13482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-35.5 + parent: 2 + - uid: 13490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-33.5 + parent: 2 + - uid: 13491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-33.5 + parent: 2 + - uid: 13492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-33.5 + parent: 2 + - uid: 13535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-64.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-49.5 + parent: 2 + - uid: 13582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-44.5 + parent: 2 + - uid: 13584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-35.5 + parent: 2 + - uid: 13593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-58.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-53.5 + parent: 2 + - uid: 13595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-53.5 + parent: 2 + - uid: 13606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-53.5 + parent: 2 + - uid: 13607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-53.5 + parent: 2 + - uid: 13608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-58.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-44.5 + parent: 2 + - uid: 13623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-46.5 + parent: 2 + - uid: 13624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-46.5 + parent: 2 + - uid: 13625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-51.5 + parent: 2 + - uid: 13628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-49.5 + parent: 2 + - uid: 13630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-51.5 + parent: 2 + - uid: 13634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-56.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-46.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-46.5 + parent: 2 + - uid: 13680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-77.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-48.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-48.5 + parent: 2 + - uid: 13693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-50.5 + parent: 2 + - uid: 13694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-48.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-45.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-49.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-49.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-49.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-51.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-51.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-56.5 + parent: 2 + - uid: 13714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-56.5 + parent: 2 + - uid: 17006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-46.5 + parent: 2 + - uid: 18697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-84.5 + parent: 2 + - uid: 18787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-43.5 + parent: 2 + - uid: 18788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-43.5 + parent: 2 + - uid: 18889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-43.5 + parent: 2 + - uid: 18892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-45.5 + parent: 2 + - uid: 18894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-40.5 + parent: 2 + - uid: 19723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-61.5 + parent: 2 + - uid: 22255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-59.5 + parent: 2 + - uid: 23724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-61.5 + parent: 2 + - uid: 28749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-59.5 + parent: 2 + - uid: 31271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-59.5 + parent: 2 + - uid: 31284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-61.5 + parent: 2 + - uid: 31904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-84.5 + parent: 2 + - uid: 31909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-44.5 + parent: 2 + - uid: 31999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-85.5 + parent: 2 + - uid: 32000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-80.5 + parent: 2 + - uid: 32002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-77.5 + parent: 2 + - uid: 32018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-38.5 + parent: 2 + - uid: 32274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-38.5 + parent: 2 + - uid: 32285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-44.5 + parent: 2 + - uid: 32309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-44.5 + parent: 2 + - uid: 32323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-56.5 + parent: 2 + - uid: 32324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-59.5 + parent: 2 + - uid: 35295 + components: + - type: Transform + pos: -77.5,56.5 + parent: 2 + - uid: 35296 + components: + - type: Transform + pos: -76.5,56.5 + parent: 2 + - uid: 35297 + components: + - type: Transform + pos: -74.5,56.5 + parent: 2 + - uid: 35298 + components: + - type: Transform + pos: -72.5,56.5 + parent: 2 + - uid: 35299 + components: + - type: Transform + pos: -72.5,54.5 + parent: 2 + - uid: 35300 + components: + - type: Transform + pos: -74.5,54.5 + parent: 2 + - uid: 35301 + components: + - type: Transform + pos: -76.5,54.5 + parent: 2 + - uid: 35302 + components: + - type: Transform + pos: -75.5,54.5 + parent: 2 + - uid: 35303 + components: + - type: Transform + pos: -84.5,56.5 + parent: 2 + - uid: 35304 + components: + - type: Transform + pos: -86.5,56.5 + parent: 2 + - uid: 35305 + components: + - type: Transform + pos: -87.5,56.5 + parent: 2 + - uid: 35306 + components: + - type: Transform + pos: -88.5,54.5 + parent: 2 + - uid: 35307 + components: + - type: Transform + pos: -87.5,54.5 + parent: 2 + - uid: 35308 + components: + - type: Transform + pos: -86.5,54.5 + parent: 2 + - uid: 35309 + components: + - type: Transform + pos: -75.5,59.5 + parent: 2 + - uid: 35310 + components: + - type: Transform + pos: -74.5,59.5 + parent: 2 + - uid: 35311 + components: + - type: Transform + pos: -72.5,61.5 + parent: 2 + - uid: 35312 + components: + - type: Transform + pos: -75.5,61.5 + parent: 2 + - uid: 35313 + components: + - type: Transform + pos: -77.5,61.5 + parent: 2 + - uid: 35314 + components: + - type: Transform + pos: -83.5,61.5 + parent: 2 + - uid: 35315 + components: + - type: Transform + pos: -84.5,61.5 + parent: 2 + - uid: 35316 + components: + - type: Transform + pos: -86.5,61.5 + parent: 2 + - uid: 35317 + components: + - type: Transform + pos: -86.5,59.5 + parent: 2 + - uid: 35318 + components: + - type: Transform + pos: -88.5,59.5 + parent: 2 + - uid: 35319 + components: + - type: Transform + pos: -84.5,59.5 + parent: 2 + - uid: 35320 + components: + - type: Transform + pos: -76.5,64.5 + parent: 2 + - uid: 35321 + components: + - type: Transform + pos: -73.5,66.5 + parent: 2 + - uid: 35322 + components: + - type: Transform + pos: -74.5,66.5 + parent: 2 + - uid: 35323 + components: + - type: Transform + pos: -87.5,66.5 + parent: 2 + - uid: 35324 + components: + - type: Transform + pos: -88.5,64.5 + parent: 2 + - uid: 35325 + components: + - type: Transform + pos: -83.5,66.5 + parent: 2 + - uid: 35326 + components: + - type: Transform + pos: -84.5,66.5 + parent: 2 + - uid: 35327 + components: + - type: Transform + pos: -85.5,69.5 + parent: 2 + - uid: 35328 + components: + - type: Transform + pos: -87.5,69.5 + parent: 2 + - uid: 35329 + components: + - type: Transform + pos: -85.5,71.5 + parent: 2 + - uid: 35330 + components: + - type: Transform + pos: -83.5,69.5 + parent: 2 + - uid: 35331 + components: + - type: Transform + pos: -75.5,69.5 + parent: 2 + - uid: 35332 + components: + - type: Transform + pos: -73.5,71.5 + parent: 2 + - uid: 35333 + components: + - type: Transform + pos: -74.5,69.5 + parent: 2 + - uid: 35334 + components: + - type: Transform + pos: -76.5,76.5 + parent: 2 + - uid: 35335 + components: + - type: Transform + pos: -75.5,76.5 + parent: 2 + - uid: 35336 + components: + - type: Transform + pos: -74.5,76.5 + parent: 2 + - uid: 35337 + components: + - type: Transform + pos: -87.5,74.5 + parent: 2 + - uid: 35338 + components: + - type: Transform + pos: -86.5,74.5 + parent: 2 + - uid: 35339 + components: + - type: Transform + pos: -85.5,74.5 + parent: 2 + - uid: 35340 + components: + - type: Transform + pos: -84.5,76.5 + parent: 2 + - uid: 35341 + components: + - type: Transform + pos: -85.5,76.5 + parent: 2 + - uid: 35342 + components: + - type: Transform + pos: -86.5,76.5 + parent: 2 + - uid: 35343 + components: + - type: Transform + pos: -88.5,76.5 + parent: 2 + - uid: 35344 + components: + - type: Transform + pos: -88.5,74.5 + parent: 2 + - uid: 35345 + components: + - type: Transform + pos: -83.5,76.5 + parent: 2 + - uid: 35346 + components: + - type: Transform + pos: -83.5,81.5 + parent: 2 + - uid: 35347 + components: + - type: Transform + pos: -84.5,81.5 + parent: 2 + - uid: 35348 + components: + - type: Transform + pos: -85.5,79.5 + parent: 2 + - uid: 35349 + components: + - type: Transform + pos: -88.5,79.5 + parent: 2 + - uid: 35350 + components: + - type: Transform + pos: -76.5,81.5 + parent: 2 + - uid: 35351 + components: + - type: Transform + pos: -72.5,79.5 + parent: 2 + - uid: 35352 + components: + - type: Transform + pos: -74.5,79.5 + parent: 2 + - uid: 35353 + components: + - type: Transform + pos: -72.5,84.5 + parent: 2 + - uid: 35354 + components: + - type: Transform + pos: -76.5,86.5 + parent: 2 + - uid: 35355 + components: + - type: Transform + pos: -86.5,84.5 + parent: 2 + - uid: 35356 + components: + - type: Transform + pos: -83.5,89.5 + parent: 2 + - uid: 35357 + components: + - type: Transform + pos: -72.5,91.5 + parent: 2 + - uid: 35358 + components: + - type: Transform + pos: -76.5,96.5 + parent: 2 + - uid: 35359 + components: + - type: Transform + pos: -73.5,94.5 + parent: 2 + - uid: 35360 + components: + - type: Transform + pos: -85.5,94.5 + parent: 2 +- proto: SolarPanelBroken + entities: + - uid: 9788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-53.5 + parent: 2 + - uid: 9789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-65.5 + parent: 2 + - uid: 9790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-60.5 + parent: 2 + - uid: 9792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-48.5 + parent: 2 + - uid: 10442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-53.5 + parent: 2 + - uid: 10443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-60.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-65.5 + parent: 2 + - uid: 10445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-48.5 + parent: 2 + - uid: 10472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-48.5 + parent: 2 + - uid: 10481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-55.5 + parent: 2 + - uid: 10482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-55.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-53.5 + parent: 2 + - uid: 10484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-53.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-58.5 + parent: 2 + - uid: 10486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-53.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-55.5 + parent: 2 + - uid: 10489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-60.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-65.5 + parent: 2 + - uid: 13474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-48.5 + parent: 2 + - uid: 13489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-50.5 + parent: 2 + - uid: 13581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-44.5 + parent: 2 + - uid: 13583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-48.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-45.5 + parent: 2 + - uid: 13612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-45.5 + parent: 2 + - uid: 13626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-49.5 + parent: 2 + - uid: 13629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-56.5 + parent: 2 + - uid: 13631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-54.5 + parent: 2 + - uid: 13632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-46.5 + parent: 2 + - uid: 13635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-69.5 + parent: 2 + - uid: 13636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-71.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-49.5 + parent: 2 + - uid: 13638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-49.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-38.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-45.5 + parent: 2 + - uid: 13712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-79.5 + parent: 2 + - uid: 13713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-82.5 + parent: 2 + - uid: 18703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-43.5 + parent: 2 + - uid: 18704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-35.5 + parent: 2 + - uid: 18706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-38.5 + parent: 2 + - uid: 18707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-38.5 + parent: 2 + - uid: 18708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-40.5 + parent: 2 + - uid: 18710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-40.5 + parent: 2 + - uid: 19722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-61.5 + parent: 2 + - uid: 20972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-61.5 + parent: 2 + - uid: 23002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-49.5 + parent: 2 + - uid: 23032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-51.5 + parent: 2 + - uid: 23047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-61.5 + parent: 2 + - uid: 23064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-59.5 + parent: 2 + - uid: 23467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-61.5 + parent: 2 + - uid: 23721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-61.5 + parent: 2 + - uid: 23723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-56.5 + parent: 2 + - uid: 31286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-54.5 + parent: 2 + - uid: 31895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-51.5 + parent: 2 + - uid: 31910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-71.5 + parent: 2 + - uid: 31911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-71.5 + parent: 2 + - uid: 31912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-46.5 + parent: 2 + - uid: 31913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-83.5 + parent: 2 + - uid: 32270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-40.5 + parent: 2 + - uid: 32271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-40.5 + parent: 2 + - uid: 32272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-38.5 + parent: 2 + - uid: 32273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-45.5 + parent: 2 + - uid: 32280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-83.5 + parent: 2 + - uid: 32281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-81.5 + parent: 2 + - uid: 32282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-75.5 + parent: 2 + - uid: 32283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-75.5 + parent: 2 + - uid: 32284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-64.5 + parent: 2 + - uid: 32286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-64.5 + parent: 2 + - uid: 32287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-79.5 + parent: 2 + - uid: 32291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-78.5 + parent: 2 + - uid: 32301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-64.5 + parent: 2 + - uid: 32305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-64.5 + parent: 2 + - uid: 32306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-49.5 + parent: 2 + - uid: 32307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-61.5 + parent: 2 + - uid: 32308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-54.5 + parent: 2 + - uid: 32313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-45.5 + parent: 2 + - uid: 32325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-54.5 + parent: 2 + - uid: 32326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-54.5 + parent: 2 + - uid: 35361 + components: + - type: Transform + pos: -86.5,94.5 + parent: 2 + - uid: 35362 + components: + - type: Transform + pos: -87.5,94.5 + parent: 2 + - uid: 35363 + components: + - type: Transform + pos: -83.5,96.5 + parent: 2 + - uid: 35364 + components: + - type: Transform + pos: -75.5,96.5 + parent: 2 + - uid: 35365 + components: + - type: Transform + pos: -74.5,94.5 + parent: 2 + - uid: 35366 + components: + - type: Transform + pos: -83.5,91.5 + parent: 2 + - uid: 35367 + components: + - type: Transform + pos: -84.5,89.5 + parent: 2 + - uid: 35368 + components: + - type: Transform + pos: -76.5,91.5 + parent: 2 + - uid: 35369 + components: + - type: Transform + pos: -75.5,86.5 + parent: 2 + - uid: 35370 + components: + - type: Transform + pos: -72.5,86.5 + parent: 2 + - uid: 35371 + components: + - type: Transform + pos: -75.5,84.5 + parent: 2 + - uid: 35372 + components: + - type: Transform + pos: -77.5,84.5 + parent: 2 + - uid: 35373 + components: + - type: Transform + pos: -85.5,86.5 + parent: 2 + - uid: 35374 + components: + - type: Transform + pos: -88.5,84.5 + parent: 2 + - uid: 35375 + components: + - type: Transform + pos: -84.5,79.5 + parent: 2 + - uid: 35376 + components: + - type: Transform + pos: -87.5,79.5 + parent: 2 + - uid: 35377 + components: + - type: Transform + pos: -88.5,81.5 + parent: 2 + - uid: 35378 + components: + - type: Transform + pos: -76.5,79.5 + parent: 2 + - uid: 35379 + components: + - type: Transform + pos: -72.5,81.5 + parent: 2 + - uid: 35380 + components: + - type: Transform + pos: -73.5,81.5 + parent: 2 + - uid: 35381 + components: + - type: Transform + pos: -72.5,76.5 + parent: 2 + - uid: 35382 + components: + - type: Transform + pos: -75.5,74.5 + parent: 2 + - uid: 35383 + components: + - type: Transform + pos: -87.5,76.5 + parent: 2 + - uid: 35384 + components: + - type: Transform + pos: -73.5,69.5 + parent: 2 + - uid: 35385 + components: + - type: Transform + pos: -72.5,71.5 + parent: 2 + - uid: 35386 + components: + - type: Transform + pos: -77.5,69.5 + parent: 2 + - uid: 35387 + components: + - type: Transform + pos: -76.5,71.5 + parent: 2 + - uid: 35388 + components: + - type: Transform + pos: -77.5,71.5 + parent: 2 + - uid: 35389 + components: + - type: Transform + pos: -83.5,71.5 + parent: 2 + - uid: 35390 + components: + - type: Transform + pos: -84.5,71.5 + parent: 2 + - uid: 35391 + components: + - type: Transform + pos: -86.5,69.5 + parent: 2 + - uid: 35392 + components: + - type: Transform + pos: -85.5,66.5 + parent: 2 + - uid: 35393 + components: + - type: Transform + pos: -85.5,64.5 + parent: 2 + - uid: 35394 + components: + - type: Transform + pos: -86.5,64.5 + parent: 2 + - uid: 35395 + components: + - type: Transform + pos: -87.5,64.5 + parent: 2 + - uid: 35396 + components: + - type: Transform + pos: -83.5,64.5 + parent: 2 + - uid: 35397 + components: + - type: Transform + pos: -76.5,66.5 + parent: 2 + - uid: 35398 + components: + - type: Transform + pos: -77.5,66.5 + parent: 2 + - uid: 35399 + components: + - type: Transform + pos: -73.5,64.5 + parent: 2 + - uid: 35400 + components: + - type: Transform + pos: -87.5,61.5 + parent: 2 + - uid: 35401 + components: + - type: Transform + pos: -75.5,56.5 + parent: 2 + - uid: 35402 + components: + - type: Transform + pos: -73.5,56.5 + parent: 2 + - uid: 35403 + components: + - type: Transform + pos: -85.5,56.5 + parent: 2 + - uid: 35404 + components: + - type: Transform + pos: -84.5,54.5 + parent: 2 + - uid: 35405 + components: + - type: Transform + pos: -88.5,56.5 + parent: 2 + - uid: 35406 + components: + - type: Transform + pos: -74.5,61.5 + parent: 2 +- proto: SolarTracker + entities: + - uid: 9794 + components: + - type: Transform + pos: -98.5,-34.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: -80.5,-39.5 + parent: 2 + - uid: 10497 + components: + - type: Transform + pos: -80.5,-44.5 + parent: 2 + - uid: 10498 + components: + - type: Transform + pos: -98.5,-49.5 + parent: 2 + - uid: 10505 + components: + - type: Transform + pos: -98.5,-39.5 + parent: 2 + - uid: 13679 + components: + - type: Transform + pos: 47.5,-50.5 + parent: 2 + - uid: 31917 + components: + - type: Transform + pos: 65.5,-55.5 + parent: 2 + - uid: 31918 + components: + - type: Transform + pos: 71.5,-80.5 + parent: 2 + - uid: 31921 + components: + - type: Transform + pos: 47.5,-60.5 + parent: 2 + - uid: 32003 + components: + - type: Transform + pos: 65.5,-50.5 + parent: 2 + - uid: 32019 + components: + - type: Transform + pos: -80.5,-59.5 + parent: 2 + - uid: 32310 + components: + - type: Transform + pos: 65.5,-45.5 + parent: 2 + - uid: 35466 + components: + - type: Transform + pos: -71.5,55.5 + parent: 2 + - uid: 35467 + components: + - type: Transform + pos: -89.5,55.5 + parent: 2 + - uid: 35469 + components: + - type: Transform + pos: -71.5,60.5 + parent: 2 + - uid: 35470 + components: + - type: Transform + pos: -89.5,65.5 + parent: 2 + - uid: 35471 + components: + - type: Transform + pos: -71.5,90.5 + parent: 2 + - uid: 35472 + components: + - type: Transform + pos: -71.5,70.5 + parent: 2 + - uid: 35473 + components: + - type: Transform + pos: -89.5,80.5 + parent: 2 +- proto: SophicScribe + entities: + - uid: 654 + components: + - type: Transform + pos: 54.5,13.5 + parent: 2 +- proto: SpaceCash + entities: + - uid: 759 + components: + - type: Transform + pos: -10.829511,-42.30696 + parent: 2 + - uid: 2214 + components: + - type: Transform + pos: -11.052167,-42.11946 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: 14.532675,-32.37702 + parent: 2 + - uid: 5944 + components: + - type: Transform + pos: 14.872519,-32.365303 + parent: 2 + - uid: 5945 + components: + - type: Transform + pos: 14.638144,-32.177803 + parent: 2 + - uid: 5946 + components: + - type: Transform + pos: 15.692831,-33.021553 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: 15.622519,-33.279366 + parent: 2 + - uid: 5948 + components: + - type: Transform + pos: 15.282675,-33.091866 + parent: 2 + - uid: 6994 + components: + - type: Transform + pos: -31.721443,-31.601978 + parent: 2 + - uid: 6995 + components: + - type: Transform + pos: -31.440191,-32.281666 + parent: 2 + - uid: 6996 + components: + - type: Transform + pos: -31.369879,-31.988697 + parent: 2 + - uid: 6997 + components: + - type: Transform + pos: -30.819098,-38.363697 + parent: 2 + - uid: 9637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.33659,60.69172 + parent: 2 + - uid: 9679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.133465,60.519844 + parent: 2 + - uid: 22757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.383465,60.363594 + parent: 2 + - uid: 23039 + components: + - type: Transform + pos: -37.289715,59.56672 + parent: 2 +- proto: SpaceCash10 + entities: + - uid: 15649 + components: + - type: Transform + pos: -117.13806,10.799341 + parent: 2 + - uid: 19433 + components: + - type: Transform + pos: -117.02869,10.635279 + parent: 2 +- proto: SpaceCash1000 + entities: + - uid: 14126 + components: + - type: Transform + pos: 26.330275,39.009815 + parent: 2 + - uid: 14127 + components: + - type: Transform + pos: 26.343767,38.259815 + parent: 2 + - uid: 14128 + components: + - type: Transform + pos: 26.593767,38.384815 + parent: 2 + - uid: 27932 + components: + - type: Transform + pos: 89.39034,37.435448 + parent: 2 + - uid: 28005 + components: + - type: Transform + pos: 89.45284,37.732323 + parent: 2 +- proto: SpaceCash500 + entities: + - uid: 32458 + components: + - type: Transform + pos: 74.79644,24.791433 + parent: 2 + - uid: 32459 + components: + - type: Transform + pos: 74.95269,24.650808 + parent: 2 + - uid: 32460 + components: + - type: Transform + pos: 74.749565,24.510183 + parent: 2 +- proto: SpaceCashLuckyBill + entities: + - uid: 181 + components: + - type: Transform + pos: -26.472038,-23.207253 + parent: 2 +- proto: SpaceMedipen + entities: + - uid: 33637 + components: + - type: Transform + pos: 87.70394,52.788086 + parent: 2 + - uid: 33638 + components: + - type: Transform + pos: 71.75545,41.64746 + parent: 2 +- proto: SpareIdCabinetFilled + entities: + - uid: 28704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,51.5 + parent: 2 +- proto: SpawnMobAlexander + entities: + - uid: 35716 + components: + - type: Transform + pos: -35.5,-33.5 + parent: 2 +- proto: SpawnMobArcticFoxSiobhan + entities: + - uid: 8599 + components: + - type: Transform + pos: -82.5,-8.5 + parent: 2 +- proto: SpawnMobBandito + entities: + - uid: 5737 + components: + - type: Transform + pos: 48.5,29.5 + parent: 2 +- proto: SpawnMobBee + entities: + - uid: 8508 + components: + - type: Transform + pos: -101.5,8.5 + parent: 2 + - uid: 8602 + components: + - type: Transform + pos: -102.5,9.5 + parent: 2 + - uid: 8603 + components: + - type: Transform + pos: -106.5,8.5 + parent: 2 +- proto: SpawnMobButterfly + entities: + - uid: 8604 + components: + - type: Transform + pos: -102.5,7.5 + parent: 2 + - uid: 8605 + components: + - type: Transform + pos: -105.5,9.5 + parent: 2 + - uid: 8606 + components: + - type: Transform + pos: -102.5,4.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: -104.5,5.5 + parent: 2 +- proto: SpawnMobCatBingus + entities: + - uid: 32568 + components: + - type: Transform + pos: 74.5,64.5 + parent: 2 +- proto: SpawnMobCatException + entities: + - uid: 35717 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 +- proto: SpawnMobCatFloppa + entities: + - uid: 8611 + components: + - type: Transform + pos: -84.5,-8.5 + parent: 2 +- proto: SpawnMobCatGeneric + entities: + - uid: 31767 + components: + - type: Transform + pos: -68.5,1.5 + parent: 2 +- proto: SpawnMobCatRuntime + entities: + - uid: 624 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 1962 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 +- proto: SpawnMobCow + entities: + - uid: 32433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,39.5 + parent: 2 +- proto: SpawnMobCrab + entities: + - uid: 8609 + components: + - type: Transform + pos: -103.5,11.5 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: -100.5,10.5 + parent: 2 +- proto: SpawnMobCrabAtmos + entities: + - uid: 36417 + components: + - type: Transform + pos: -36.5,34.5 + parent: 2 +- proto: SpawnMobFerret + entities: + - uid: 21125 + components: + - type: Transform + pos: -86.5,-8.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 15267 + components: + - type: Transform + pos: 25.5,50.5 + parent: 2 +- proto: SpawnMobFrog + entities: + - uid: 8612 + components: + - type: Transform + pos: -106.5,7.5 + parent: 2 + - uid: 8613 + components: + - type: Transform + pos: -105.5,8.5 + parent: 2 +- proto: SpawnMobGoat + entities: + - uid: 21123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,2.5 + parent: 2 +- proto: SpawnMobKangarooWillow + entities: + - uid: 2622 + components: + - type: Transform + pos: 42.5,-22.5 + parent: 2 +- proto: SpawnMobLizard + entities: + - uid: 8615 + components: + - type: Transform + pos: -104.5,10.5 + parent: 2 +- proto: SpawnMobMcGriff + entities: + - uid: 15975 + components: + - type: Transform + pos: -22.5,41.5 + parent: 2 +- proto: SpawnMobMonkey + entities: + - uid: 8625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,8.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 5759 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 2 +- proto: SpawnMobMothroach + entities: + - uid: 21126 + components: + - type: Transform + pos: -103.5,-6.5 + parent: 2 + - uid: 35718 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 +- proto: SpawnMobOreCrab + entities: + - uid: 33593 + components: + - type: Transform + pos: 62.5,61.5 + parent: 2 +- proto: SpawnMobParrot + entities: + - uid: 21127 + components: + - type: Transform + pos: -52.5,34.5 + parent: 2 +- proto: SpawnMobPenguin + entities: + - uid: 21121 + components: + - type: Transform + pos: -88.5,-7.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 5732 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 +- proto: SpawnMobRaccoonMorticia + entities: + - uid: 19374 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 +- proto: SpawnMobShiva + entities: + - uid: 15729 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 6112 + components: + - type: Transform + pos: 54.5,28.5 + parent: 2 +- proto: SpawnMobSlug + entities: + - uid: 8618 + components: + - type: Transform + pos: -103.5,8.5 + parent: 2 +- proto: SpawnMobSmile + entities: + - uid: 23548 + components: + - type: Transform + pos: 43.5,25.5 + parent: 2 +- proto: SpawnMobWalter + entities: + - uid: 33580 + components: + - type: Transform + pos: 92.5,31.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 3689 + components: + - type: Transform + pos: -48.5,34.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: -47.5,34.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + pos: -49.5,34.5 + parent: 2 +- proto: SpawnPointBartender + entities: + - uid: 33713 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 5928 + components: + - type: Transform + pos: 43.5,43.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 18505 + components: + - type: Transform + pos: -49.5,2.5 + parent: 2 + - uid: 18506 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 18507 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 + - uid: 18508 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 18509 + components: + - type: Transform + pos: -58.5,-3.5 + parent: 2 +- proto: SpawnPointBoxer + entities: + - uid: 3467 + components: + - type: Transform + pos: 42.5,-23.5 + parent: 2 +- proto: SpawnPointBrigmedic + entities: + - uid: 36151 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 14138 + components: + - type: Transform + pos: 13.5,49.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 3476 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 22886 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 2 +- proto: SpawnPointChaplain + entities: + - uid: 5623 + components: + - type: Transform + pos: 65.5,17.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: 67.5,26.5 + parent: 2 +- proto: SpawnPointChef + entities: + - uid: 7506 + components: + - type: Transform + pos: -53.5,-7.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: -54.5,-7.5 + parent: 2 +- proto: SpawnPointChemist + entities: + - uid: 5643 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 +- proto: SpawnPointChiefEngineer + entities: + - uid: 14139 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 14143 + components: + - type: Transform + pos: 11.5,49.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 4087 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 16580 + components: + - type: Transform + pos: -33.5,34.5 + parent: 2 +- proto: SpawnPointForensicMantis + entities: + - uid: 904 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 15374 + components: + - type: Transform + pos: 10.5,47.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 14141 + components: + - type: Transform + pos: 13.5,46.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 13274 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - uid: 16602 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 +- proto: SpawnPointLatejoin + entities: + - uid: 5098 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 5099 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 30223 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 + - uid: 30224 + components: + - type: Transform + pos: -6.5,-51.5 + parent: 2 + - uid: 30225 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 30226 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 30227 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 + - uid: 30228 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 15687 + components: + - type: Transform + pos: -6.5,58.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 6087 + components: + - type: Transform + pos: 51.5,27.5 + parent: 2 +- proto: SpawnPointMailCarrier + entities: + - uid: 983 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 9974 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 5632 + components: + - type: Transform + pos: -25.5,15.5 + parent: 2 + - uid: 5633 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 5635 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 5639 + components: + - type: Transform + pos: -4.5,12.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: -4.5,11.5 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: -6.5,12.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: -6.5,11.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 3708 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 +- proto: SpawnPointMusician + entities: + - uid: 36403 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 + - uid: 36404 + components: + - type: Transform + pos: 24.5,-34.5 + parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 33591 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 +- proto: SpawnPointParamedic + entities: + - uid: 5625 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + pos: -28.5,15.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 30239 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 + - uid: 30240 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 30241 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 30242 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 30243 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 30244 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 30245 + components: + - type: Transform + pos: -0.5,-47.5 + parent: 2 + - uid: 30246 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 +- proto: SpawnPointPrisoner + entities: + - uid: 18399 + components: + - type: Transform + pos: -25.5,66.5 + parent: 2 + - uid: 18400 + components: + - type: Transform + pos: -21.5,66.5 + parent: 2 + - uid: 18401 + components: + - type: Transform + pos: -17.5,66.5 + parent: 2 + - uid: 18402 + components: + - type: Transform + pos: -13.5,66.5 + parent: 2 +- proto: SpawnPointPrisonGuard + entities: + - uid: 18152 + components: + - type: Transform + pos: -20.5,61.5 + parent: 2 +- proto: SpawnPointPsychologist + entities: + - uid: 5630 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 14140 + components: + - type: Transform + pos: 11.5,46.5 + parent: 2 +- proto: SpawnPointReporter + entities: + - uid: 7368 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 23662 + components: + - type: Transform + pos: 39.5,24.5 + parent: 2 + - uid: 30247 + components: + - type: Transform + pos: 37.5,28.5 + parent: 2 + - uid: 30248 + components: + - type: Transform + pos: 39.5,28.5 + parent: 2 +- proto: SpawnPointResearchDirector + entities: + - uid: 5624 + components: + - type: Transform + pos: 44.5,29.5 + parent: 2 + - uid: 14142 + components: + - type: Transform + pos: 12.5,46.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 6949 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 4045 + components: + - type: Transform + pos: 37.5,25.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: 38.5,25.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + pos: 39.5,25.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: 38.5,24.5 + parent: 2 + - uid: 4050 + components: + - type: Transform + pos: 37.5,24.5 + parent: 2 +- proto: SpawnPointSecurityCadet + entities: + - uid: 33642 + components: + - type: Transform + pos: -20.5,24.5 + parent: 2 + - uid: 33643 + components: + - type: Transform + pos: -21.5,24.5 + parent: 2 + - uid: 33644 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - uid: 33645 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 33646 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 33630 + components: + - type: Transform + pos: -11.5,34.5 + parent: 2 + - uid: 33631 + components: + - type: Transform + pos: -11.5,33.5 + parent: 2 + - uid: 33632 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - uid: 33633 + components: + - type: Transform + pos: -14.5,33.5 + parent: 2 + - uid: 33634 + components: + - type: Transform + pos: -13.5,31.5 + parent: 2 + - uid: 33635 + components: + - type: Transform + pos: -12.5,31.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 18229 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 30656 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 30657 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 8945 + components: + - type: Transform + pos: -56.5,35.5 + parent: 2 + - uid: 13369 + components: + - type: Transform + pos: -52.5,35.5 + parent: 2 + - uid: 23518 + components: + - type: Transform + pos: -52.5,36.5 + parent: 2 + - uid: 23546 + components: + - type: Transform + pos: -56.5,36.5 + parent: 2 + - uid: 30231 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 30232 + components: + - type: Transform + pos: -50.5,21.5 + parent: 2 + - uid: 30233 + components: + - type: Transform + pos: -49.5,21.5 + parent: 2 + - uid: 30234 + components: + - type: Transform + pos: -48.5,21.5 + parent: 2 +- proto: SpawnPointWarden + entities: + - uid: 15684 + components: + - type: Transform + pos: -25.5,41.5 + parent: 2 +- proto: SpawnPointZookeeper + entities: + - uid: 22903 + components: + - type: Transform + pos: -68.5,13.5 + parent: 2 +- proto: SpawnVehicleATV + entities: + - uid: 5408 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 +- proto: SpawnVehicleJanicart + entities: + - uid: 18515 + components: + - type: Transform + pos: -41.5,19.5 + parent: 2 +- proto: SpawnVehicleSecway + entities: + - uid: 9654 + components: + - type: Transform + pos: -5.5,37.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + pos: -6.5,37.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + pos: -7.5,37.5 + parent: 2 +- proto: SpawnVendingMachineRestockFood + entities: + - uid: 31789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-32.5 + parent: 2 +- proto: Spear + entities: + - uid: 30087 + components: + - type: Transform + pos: 89.34257,43.82237 + parent: 2 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 18538 + components: + - type: Transform + pos: -41.18424,24.778963 + parent: 2 + - uid: 18539 + components: + - type: Transform + pos: -41.199863,24.622713 + parent: 2 +- proto: SS13Memorial + entities: + - uid: 30328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,18.5 + parent: 2 +- proto: StairStage + entities: + - uid: 4499 + components: + - type: Transform + pos: 35.5,-33.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-32.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,18.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,17.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,16.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-26.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-26.5 + parent: 2 + - uid: 4598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-26.5 + parent: 2 + - uid: 4605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-26.5 + parent: 2 + - uid: 4606 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 4607 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + pos: 34.5,-33.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 1274 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 +- proto: StationMap + entities: + - uid: 2254 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 8406 + components: + - type: Transform + pos: -75.5,10.5 + parent: 2 + - uid: 30296 + components: + - type: Transform + pos: -70.5,12.5 + parent: 2 +- proto: StationMapBroken + entities: + - uid: 5398 + components: + - type: Transform + pos: 56.5,55.5 + parent: 2 + - uid: 7015 + components: + - type: Transform + pos: -26.5,-29.5 + parent: 2 +- proto: StatueVenusRed + entities: + - uid: 30283 + components: + - type: Transform + pos: -70.5,8.5 + parent: 2 +- proto: Stool + entities: + - uid: 5899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-33.5 + parent: 2 + - uid: 15980 + components: + - type: Transform + pos: -33.5,44.5 + parent: 2 + - uid: 15983 + components: + - type: Transform + pos: -31.5,44.5 + parent: 2 + - uid: 16292 + components: + - type: Transform + pos: -32.5,44.5 + parent: 2 +- proto: StoolBar + entities: + - uid: 2647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,53.5 + parent: 2 + - uid: 2678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,53.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,53.5 + parent: 2 + - uid: 2684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,53.5 + parent: 2 + - uid: 2696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,53.5 + parent: 2 + - uid: 2775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,53.5 + parent: 2 + - uid: 3116 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - uid: 3119 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 + - uid: 3120 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 3122 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 3178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-30.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-30.5 + parent: 2 + - uid: 3181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-30.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-30.5 + parent: 2 + - uid: 3183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-30.5 + parent: 2 + - uid: 3184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-30.5 + parent: 2 + - uid: 3185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-28.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-29.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-27.5 + parent: 2 + - uid: 3286 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 + - uid: 3288 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 3289 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - uid: 3291 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-41.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-41.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-41.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 6660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-41.5 + parent: 2 + - uid: 6990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-37.5 + parent: 2 + - uid: 6991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-37.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-37.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-32.5 + parent: 2 + - uid: 19678 + components: + - type: Transform + pos: -39.5,65.5 + parent: 2 + - uid: 19713 + components: + - type: Transform + pos: -39.5,64.5 + parent: 2 + - uid: 19714 + components: + - type: Transform + pos: -39.5,67.5 + parent: 2 + - uid: 19715 + components: + - type: Transform + pos: -39.5,66.5 + parent: 2 + - uid: 19730 + components: + - type: Transform + pos: -39.5,63.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 2533 + components: + - type: Transform + pos: 43.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3384 + components: + - type: Transform + pos: 41.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5091 + components: + - type: Transform + pos: -46.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5111 + components: + - type: Transform + pos: -48.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5113 + components: + - type: Transform + pos: -49.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5114 + components: + - type: Transform + pos: -47.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5712 + components: + - type: Transform + pos: 60.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9348 + components: + - type: Transform + pos: -41.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Stunbaton + entities: + - uid: 14136 + components: + - type: Transform + pos: 13.122691,47.817783 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: 11.48601,48.62845 + parent: 2 + - uid: 15532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.774369,68.590485 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 3123 + components: + - type: MetaData + name: Bar Substation + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 3893 + components: + - type: MetaData + name: Western Hospital Substation + - type: Transform + pos: -35.5,-9.5 + parent: 2 + - uid: 4713 + components: + - type: MetaData + name: Epistemics Substation + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 6009 + components: + - type: MetaData + name: Logistics Substation + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 7171 + components: + - type: MetaData + name: Bridge Substation + - type: Transform + pos: 6.5,44.5 + parent: 2 + - uid: 9504 + components: + - type: MetaData + name: Eastern Hospital Substation + - type: Transform + pos: 39.5,16.5 + parent: 2 + - uid: 10064 + components: + - type: MetaData + name: Engineering Substation + - type: Transform + pos: -65.5,36.5 + parent: 2 + - uid: 11107 + components: + - type: MetaData + name: Zoo Substation + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 14197 + components: + - type: MetaData + name: Xenoarchaeology Substation + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 16005 + components: + - type: MetaData + name: Security Substation + - type: Transform + pos: -6.5,45.5 + parent: 2 + - uid: 19026 + components: + - type: MetaData + name: Particle Accelerator substation + - type: Transform + pos: -97.5,54.5 + parent: 2 + - uid: 20988 + components: + - type: MetaData + name: Hallway Substation + - type: Transform + pos: -39.5,35.5 + parent: 2 + - uid: 21162 + components: + - type: MetaData + name: Food Court Substation + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 27862 + components: + - type: MetaData + name: Psych Ward Substation + - type: Transform + pos: -30.5,72.5 + parent: 2 +- proto: SubstationMachineCircuitboard + entities: + - uid: 2338 + components: + - type: Transform + pos: -47.720688,26.518244 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: -47.25975,26.518244 + parent: 2 +- proto: SuitStorageAtmos + entities: + - uid: 3694 + components: + - type: Transform + pos: -41.5,33.5 + parent: 2 + - uid: 3696 + components: + - type: Transform + pos: -41.5,35.5 + parent: 2 + - uid: 3717 + components: + - type: Transform + pos: -42.5,33.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + pos: -42.5,35.5 + parent: 2 +- proto: SuitStorageCaptain + entities: + - uid: 2862 + components: + - type: Transform + pos: 21.5,50.5 + parent: 2 +- proto: SuitStorageCE + entities: + - uid: 8779 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 +- proto: SuitStorageCMO + entities: + - uid: 575 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 +- proto: SuitStorageEngi + entities: + - uid: 9023 + components: + - type: Transform + pos: -51.5,36.5 + parent: 2 + - uid: 9028 + components: + - type: Transform + pos: -51.5,35.5 + parent: 2 + - uid: 9029 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 + - uid: 9030 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - uid: 10408 + components: + - type: Transform + pos: -59.5,-33.5 + parent: 2 +- proto: SuitStorageEVA + entities: + - uid: 14259 + components: + - type: Transform + pos: 25.5,55.5 + parent: 2 +- proto: SuitStorageEVAAlternate + entities: + - uid: 813 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: 19.5,27.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: 19.5,26.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 19.5,28.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: 18.5,27.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: 18.5,26.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 +- proto: SuitStorageEVAEmergency + entities: + - uid: 2856 + components: + - type: Transform + pos: 49.5,51.5 + parent: 2 + - uid: 9539 + components: + - type: Transform + pos: 50.5,51.5 + parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 18132 + components: + - type: Transform + pos: -5.5,68.5 + parent: 2 + - uid: 18133 + components: + - type: Transform + pos: -5.5,66.5 + parent: 2 + - uid: 18134 + components: + - type: Transform + pos: -1.5,68.5 + parent: 2 + - uid: 18135 + components: + - type: Transform + pos: -1.5,66.5 + parent: 2 + - uid: 18136 + components: + - type: Transform + pos: -1.5,67.5 + parent: 2 + - uid: 18137 + components: + - type: Transform + pos: -5.5,67.5 + parent: 2 +- proto: SuitStorageHOS + entities: + - uid: 15753 + components: + - type: Transform + pos: -7.5,35.5 + parent: 2 +- proto: SuitStorageParamedic + entities: + - uid: 22835 + components: + - type: Transform + pos: 33.5,1.5 + parent: 2 + - uid: 22838 + components: + - type: Transform + pos: 35.5,1.5 + parent: 2 + - uid: 34982 + components: + - type: Transform + pos: 34.5,1.5 + parent: 2 +- proto: SuitStorageRD + entities: + - uid: 729 + components: + - type: Transform + pos: 43.5,28.5 + parent: 2 +- proto: SuitStorageSalv + entities: + - uid: 232 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 +- proto: SuitStorageSec + entities: + - uid: 179 + components: + - type: Transform + pos: -18.5,40.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: -18.5,41.5 + parent: 2 + - uid: 618 + components: + - type: Transform + pos: -16.5,40.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + pos: -18.5,39.5 + parent: 2 + - uid: 14160 + components: + - type: Transform + pos: -16.5,41.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: -16.5,39.5 + parent: 2 +- proto: SuitStorageWarden + entities: + - uid: 15713 + components: + - type: Transform + pos: -29.5,39.5 + parent: 2 +- proto: SurveillanceCameraCommand + entities: + - uid: 22955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,57.5 + parent: 2 +- proto: SurveillanceCameraEngineering + entities: + - uid: 808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,15.5 + parent: 2 +- proto: SurveillanceCameraMedical + entities: + - uid: 22954 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 +- proto: SurveillanceCameraRouterCircuitboard + entities: + - uid: 35828 + components: + - type: Transform + pos: -47.236313,27.627619 + parent: 2 +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 15176 + components: + - type: Transform + pos: 15.5,42.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 2846 + components: + - type: Transform + pos: -59.5,11.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 1515 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 22596 + components: + - type: Transform + pos: 42.5,30.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 4962 + components: + - type: Transform + pos: -18.5,42.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 1519 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 8814 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 22951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,30.5 + parent: 2 +- proto: SurveillanceCameraSecurity + entities: + - uid: 22953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,30.5 + parent: 2 +- proto: SurveillanceCameraService + entities: + - uid: 22952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,10.5 + parent: 2 +- proto: SurveillanceCameraSupply + entities: + - uid: 22956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-18.5 + parent: 2 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 22950 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 +- proto: SurveillanceWirelessCameraMovableCircuitboard + entities: + - uid: 35820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.053356,27.621468 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 185 + components: + - type: MetaData + name: Entertainment Camera + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-27.5 + parent: 2 + - uid: 17482 + components: + - type: MetaData + name: News Camera + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-11.5 + parent: 2 +- proto: SurvivalKnife + entities: + - uid: 32577 + components: + - type: Transform + pos: 92.46054,26.863625 + parent: 2 +- proto: Syringe + entities: + - uid: 1575 + components: + - type: Transform + pos: 11.72247,16.475334 + parent: 2 + - uid: 1580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.624091,14.570803 + parent: 2 + - uid: 5367 + components: + - type: Transform + pos: 61.33687,57.436474 + parent: 2 + - uid: 5368 + components: + - type: Transform + pos: 61.602493,57.2021 + parent: 2 + - uid: 5369 + components: + - type: Transform + pos: 61.27437,57.17085 + parent: 2 +- proto: TableCarpet + entities: + - uid: 747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-42.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-42.5 + parent: 2 + - uid: 3831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-42.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-42.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + pos: -12.5,-42.5 + parent: 2 + - uid: 19316 + components: + - type: Transform + pos: -37.5,60.5 + parent: 2 + - uid: 19686 + components: + - type: Transform + pos: -37.5,59.5 + parent: 2 + - uid: 19687 + components: + - type: Transform + pos: -38.5,59.5 + parent: 2 + - uid: 19693 + components: + - type: Transform + pos: -38.5,60.5 + parent: 2 + - uid: 19775 + components: + - type: Transform + pos: -37.5,59.5 + parent: 2 + - uid: 30705 + components: + - type: Transform + pos: -36.5,60.5 + parent: 2 + - uid: 30709 + components: + - type: Transform + pos: -36.5,59.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 2343 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + pos: -54.5,-22.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + pos: -54.5,-24.5 + parent: 2 + - uid: 3601 + components: + - type: Transform + pos: -48.5,3.5 + parent: 2 + - uid: 3602 + components: + - type: Transform + pos: -48.5,2.5 + parent: 2 + - uid: 6815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-26.5 + parent: 2 + - uid: 7082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-21.5 + parent: 2 + - uid: 7083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-17.5 + parent: 2 + - uid: 7084 + components: + - type: Transform + pos: -54.5,-14.5 + parent: 2 + - uid: 7085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-20.5 + parent: 2 + - uid: 7087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-26.5 + parent: 2 + - uid: 7089 + components: + - type: Transform + pos: -47.5,-28.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-26.5 + parent: 2 + - uid: 7101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-26.5 + parent: 2 + - uid: 7108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-16.5 + parent: 2 + - uid: 7109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-26.5 + parent: 2 + - uid: 7122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-18.5 + parent: 2 + - uid: 7123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-18.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-13.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-13.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-13.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-13.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-18.5 + parent: 2 + - uid: 7455 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 2 + - uid: 7458 + components: + - type: Transform + pos: -54.5,-15.5 + parent: 2 + - uid: 7459 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 7461 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 + - uid: 7462 + components: + - type: Transform + pos: -44.5,-29.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: -38.5,-28.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: -36.5,-28.5 + parent: 2 + - uid: 7470 + components: + - type: Transform + pos: -54.5,-16.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: -40.5,-28.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,12.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,12.5 + parent: 2 + - uid: 8384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -116.5,10.5 + parent: 2 + - uid: 8390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -118.5,10.5 + parent: 2 + - uid: 8391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -117.5,10.5 + parent: 2 + - uid: 8392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -120.5,6.5 + parent: 2 + - uid: 8393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -119.5,6.5 + parent: 2 + - uid: 15949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-29.5 + parent: 2 +- proto: TableCounterWood + entities: + - uid: 742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-27.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-29.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-29.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-29.5 + parent: 2 + - uid: 3168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-29.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-29.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-29.5 + parent: 2 + - uid: 3292 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 3295 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 3297 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 3299 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 3397 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-28.5 + parent: 2 + - uid: 3704 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 2 + - uid: 5142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-15.5 + parent: 2 + - uid: 5143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-14.5 + parent: 2 + - uid: 5156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-18.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-18.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-18.5 + parent: 2 + - uid: 5161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-10.5 + parent: 2 + - uid: 5162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-9.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-38.5 + parent: 2 + - uid: 6976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-38.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-38.5 + parent: 2 + - uid: 6978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-38.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-38.5 + parent: 2 + - uid: 6980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-38.5 + parent: 2 + - uid: 6981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-38.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-30.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-31.5 + parent: 2 + - uid: 6984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-32.5 + parent: 2 + - uid: 6985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-33.5 + parent: 2 + - uid: 6986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-34.5 + parent: 2 + - uid: 6987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-35.5 + parent: 2 + - uid: 6988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-35.5 + parent: 2 + - uid: 7117 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - uid: 12962 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 13228 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 19364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-29.5 + parent: 2 + - uid: 30552 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 30553 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 30554 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 30555 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 30556 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,5.5 + parent: 2 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,5.5 + parent: 2 + - uid: 427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 + parent: 2 + - uid: 430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-0.5 + parent: 2 + - uid: 458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,5.5 + parent: 2 + - uid: 462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-0.5 + parent: 2 + - uid: 463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,5.5 + parent: 2 + - uid: 468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,5.5 + parent: 2 + - uid: 469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,5.5 + parent: 2 + - uid: 470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 2 + - uid: 471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 2 + - uid: 640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-9.5 + parent: 2 + - uid: 650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-9.5 + parent: 2 + - uid: 658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-9.5 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-21.5 + parent: 2 + - uid: 1106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-21.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-17.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 1254 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: -5.5,12.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: -5.5,11.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 1633 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 5195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-21.5 + parent: 2 + - uid: 7145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-17.5 + parent: 2 + - uid: 18524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,24.5 + parent: 2 + - uid: 18526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,21.5 + parent: 2 + - uid: 18527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,22.5 + parent: 2 + - uid: 29725 + components: + - type: Transform + pos: -42.5,22.5 + parent: 2 + - uid: 29836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,18.5 + parent: 2 + - uid: 30027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,17.5 + parent: 2 + - uid: 30028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,16.5 + parent: 2 + - uid: 35765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,-25.5 + parent: 2 + - uid: 35796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,14.5 + parent: 2 +- proto: TablePlasmaGlass + entities: + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,46.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + pos: 45.5,44.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: 44.5,44.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: 41.5,51.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: 35.5,23.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: 36.5,23.5 + parent: 2 + - uid: 4096 + components: + - type: Transform + pos: 50.5,40.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: 50.5,39.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: 50.5,38.5 + parent: 2 + - uid: 4104 + components: + - type: Transform + pos: 43.5,40.5 + parent: 2 + - uid: 4105 + components: + - type: Transform + pos: 42.5,40.5 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: 42.5,39.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: 42.5,51.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,46.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,46.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + pos: 57.5,56.5 + parent: 2 + - uid: 5333 + components: + - type: Transform + pos: 57.5,55.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + pos: 61.5,57.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + pos: 61.5,56.5 + parent: 2 + - uid: 5336 + components: + - type: Transform + pos: 61.5,55.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,46.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: 38.5,28.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,46.5 + parent: 2 + - uid: 5553 + components: + - type: Transform + pos: 43.5,51.5 + parent: 2 + - uid: 5674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,47.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + pos: 46.5,44.5 + parent: 2 + - uid: 5745 + components: + - type: Transform + pos: 48.5,44.5 + parent: 2 + - uid: 9553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,47.5 + parent: 2 + - uid: 9554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,46.5 + parent: 2 + - uid: 13996 + components: + - type: Transform + pos: 26.5,37.5 + parent: 2 + - uid: 14124 + components: + - type: Transform + pos: 26.5,38.5 + parent: 2 + - uid: 14125 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - uid: 29163 + components: + - type: Transform + pos: 49.5,40.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 987 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-3.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-3.5 + parent: 2 + - uid: 1161 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 1181 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,2.5 + parent: 2 + - uid: 1298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,2.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,16.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,16.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,9.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,9.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,9.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,9.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + pos: 35.5,5.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: 36.5,5.5 + parent: 2 + - uid: 1392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,0.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,0.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,0.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,0.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,3.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,25.5 + parent: 2 + - uid: 3304 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 + - uid: 3456 + components: + - type: Transform + pos: 42.5,-21.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + pos: 41.5,-21.5 + parent: 2 + - uid: 3458 + components: + - type: Transform + pos: 44.5,-21.5 + parent: 2 + - uid: 3459 + components: + - type: Transform + pos: 43.5,-21.5 + parent: 2 + - uid: 3460 + components: + - type: Transform + pos: 44.5,-23.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + pos: 44.5,-22.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + pos: 44.5,-24.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,25.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,25.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-6.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + pos: 66.5,30.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + pos: 28.5,30.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + pos: -36.5,29.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + pos: 27.5,30.5 + parent: 2 + - uid: 5268 + components: + - type: Transform + pos: 26.5,30.5 + parent: 2 + - uid: 5269 + components: + - type: Transform + pos: 26.5,29.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: 35.5,30.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: 37.5,30.5 + parent: 2 + - uid: 5700 + components: + - type: Transform + pos: 67.5,30.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,30.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,30.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,28.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,27.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,26.5 + parent: 2 + - uid: 6038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,25.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,28.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,27.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,26.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,25.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: -51.5,27.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + pos: -50.5,27.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + pos: -48.5,27.5 + parent: 2 + - uid: 7422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,17.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,31.5 + parent: 2 + - uid: 8765 + components: + - type: Transform + pos: -50.5,14.5 + parent: 2 + - uid: 8769 + components: + - type: Transform + pos: -49.5,13.5 + parent: 2 + - uid: 8770 + components: + - type: Transform + pos: -49.5,14.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + pos: -49.5,12.5 + parent: 2 + - uid: 8775 + components: + - type: Transform + pos: -57.5,13.5 + parent: 2 + - uid: 8778 + components: + - type: Transform + pos: -58.5,13.5 + parent: 2 + - uid: 8934 + components: + - type: Transform + pos: -47.5,23.5 + parent: 2 + - uid: 8978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,36.5 + parent: 2 + - uid: 8986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,30.5 + parent: 2 + - uid: 8989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,36.5 + parent: 2 + - uid: 8991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,36.5 + parent: 2 + - uid: 9001 + components: + - type: Transform + pos: -47.5,22.5 + parent: 2 + - uid: 9002 + components: + - type: Transform + pos: -48.5,23.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + pos: -50.5,20.5 + parent: 2 + - uid: 9040 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 9089 + components: + - type: Transform + pos: -55.5,35.5 + parent: 2 + - uid: 9090 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 9091 + components: + - type: Transform + pos: -53.5,35.5 + parent: 2 + - uid: 9095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,33.5 + parent: 2 + - uid: 9096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,33.5 + parent: 2 + - uid: 9097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,33.5 + parent: 2 + - uid: 9122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,30.5 + parent: 2 + - uid: 9123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,29.5 + parent: 2 + - uid: 9132 + components: + - type: Transform + pos: -33.5,37.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + pos: -33.5,38.5 + parent: 2 + - uid: 9510 + components: + - type: Transform + pos: -30.5,44.5 + parent: 2 + - uid: 15450 + components: + - type: Transform + pos: -16.5,33.5 + parent: 2 + - uid: 15527 + components: + - type: Transform + pos: -17.5,33.5 + parent: 2 + - uid: 15529 + components: + - type: Transform + pos: -20.5,33.5 + parent: 2 + - uid: 15530 + components: + - type: Transform + pos: -21.5,33.5 + parent: 2 + - uid: 16278 + components: + - type: Transform + pos: -36.5,31.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: -36.5,30.5 + parent: 2 + - uid: 16336 + components: + - type: Transform + pos: -33.5,42.5 + parent: 2 + - uid: 16488 + components: + - type: Transform + pos: -27.5,47.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + pos: -27.5,48.5 + parent: 2 + - uid: 16649 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 16650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,12.5 + parent: 2 + - uid: 17976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,68.5 + parent: 2 + - uid: 17978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,68.5 + parent: 2 + - uid: 18473 + components: + - type: Transform + pos: -62.5,2.5 + parent: 2 + - uid: 18474 + components: + - type: Transform + pos: -62.5,1.5 + parent: 2 + - uid: 18475 + components: + - type: Transform + pos: -62.5,0.5 + parent: 2 + - uid: 18476 + components: + - type: Transform + pos: -61.5,0.5 + parent: 2 + - uid: 18477 + components: + - type: Transform + pos: -54.5,0.5 + parent: 2 + - uid: 18478 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 + - uid: 22790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-6.5 + parent: 2 + - uid: 22792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-6.5 + parent: 2 + - uid: 26898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,16.5 + parent: 2 + - uid: 27412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-6.5 + parent: 2 + - uid: 29538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,0.5 + parent: 2 + - uid: 29539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,0.5 + parent: 2 + - uid: 30692 + components: + - type: Transform + pos: 5.5,64.5 + parent: 2 + - uid: 31054 + components: + - type: Transform + pos: 4.5,64.5 + parent: 2 + - uid: 32452 + components: + - type: Transform + pos: 74.5,24.5 + parent: 2 + - uid: 32453 + components: + - type: Transform + pos: 75.5,24.5 + parent: 2 + - uid: 32454 + components: + - type: Transform + pos: 73.5,24.5 + parent: 2 + - uid: 32455 + components: + - type: Transform + pos: 71.5,25.5 + parent: 2 + - uid: 32456 + components: + - type: Transform + pos: 71.5,26.5 + parent: 2 + - uid: 35803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,7.5 + parent: 2 + - uid: 35804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,7.5 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 8394 + components: + - type: Transform + pos: -25.5,37.5 + parent: 2 + - uid: 8395 + components: + - type: Transform + pos: -17.5,37.5 + parent: 2 + - uid: 8396 + components: + - type: Transform + pos: -21.5,37.5 + parent: 2 + - uid: 8431 + components: + - type: Transform + pos: -29.5,37.5 + parent: 2 +- proto: TableWood + entities: + - uid: 3427 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 +- proto: TableWoodReinforced + entities: + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,4.5 + parent: 2 + - uid: 17 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 2 + - uid: 29 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,5.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - uid: 42 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 2 + - uid: 43 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 2 + - uid: 67 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 2 + - uid: 104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,7.5 + parent: 2 + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,48.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 2 + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 2 + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 2 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 2 + - uid: 275 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,16.5 + parent: 2 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,16.5 + parent: 2 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,16.5 + parent: 2 + - uid: 533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,9.5 + parent: 2 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,9.5 + parent: 2 + - uid: 565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 2 + - uid: 579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-7.5 + parent: 2 + - uid: 600 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 607 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 992 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 1189 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,11.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,9.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,9.5 + parent: 2 + - uid: 1603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,9.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,16.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,9.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 2 + - uid: 1706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,9.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,9.5 + parent: 2 + - uid: 1808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,9.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,16.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,16.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,30.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,29.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,28.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,27.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,27.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + pos: 14.5,30.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: 7.5,30.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-31.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,54.5 + parent: 2 + - uid: 2623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,43.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,54.5 + parent: 2 + - uid: 2692 + components: + - type: Transform + pos: 13.5,41.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: 6.5,47.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,55.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,54.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,54.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,8.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,55.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + pos: 21.5,59.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,47.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-22.5 + parent: 2 + - uid: 2952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-22.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-22.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-22.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-3.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,54.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: 52.5,27.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 46.5,26.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: 46.5,24.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: 47.5,24.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: 52.5,12.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: 52.5,13.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: 52.5,14.5 + parent: 2 + - uid: 4129 + components: + - type: Transform + pos: 52.5,21.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: 52.5,22.5 + parent: 2 + - uid: 4132 + components: + - type: Transform + pos: 52.5,20.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,24.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,24.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,24.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,24.5 + parent: 2 + - uid: 4341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,24.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,24.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,24.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,24.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,24.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,10.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,10.5 + parent: 2 + - uid: 4357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,10.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,10.5 + parent: 2 + - uid: 4360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,10.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,10.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,10.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,10.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,10.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,58.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,15.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,14.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,14.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,20.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: 52.5,28.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,20.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,16.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,17.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,18.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,19.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + pos: 89.5,37.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,59.5 + parent: 2 + - uid: 5406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,30.5 + parent: 2 + - uid: 5407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,29.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + pos: 49.5,34.5 + parent: 2 + - uid: 5423 + components: + - type: Transform + pos: 49.5,33.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,30.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-31.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-30.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-29.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-28.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-28.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-29.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + pos: -28.5,-23.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: -27.5,-23.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: -26.5,-23.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 2 + - uid: 6846 + components: + - type: Transform + pos: -30.5,-23.5 + parent: 2 + - uid: 6847 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-31.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-9.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-9.5 + parent: 2 + - uid: 7375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-9.5 + parent: 2 + - uid: 7414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-1.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + pos: -24.5,40.5 + parent: 2 + - uid: 8462 + components: + - type: Transform + pos: -12.5,59.5 + parent: 2 + - uid: 8470 + components: + - type: Transform + pos: -14.5,59.5 + parent: 2 + - uid: 8471 + components: + - type: Transform + pos: -13.5,59.5 + parent: 2 + - uid: 9219 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: 65.5,24.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + pos: -73.5,16.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + pos: -73.5,15.5 + parent: 2 + - uid: 9658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,34.5 + parent: 2 + - uid: 9702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,18.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,45.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + pos: 89.5,43.5 + parent: 2 + - uid: 13079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-34.5 + parent: 2 + - uid: 13080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 2 + - uid: 13081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-34.5 + parent: 2 + - uid: 13942 + components: + - type: Transform + pos: 29.5,51.5 + parent: 2 + - uid: 13943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,54.5 + parent: 2 + - uid: 13944 + components: + - type: Transform + pos: 20.5,59.5 + parent: 2 + - uid: 14011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,48.5 + parent: 2 + - uid: 14012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,48.5 + parent: 2 + - uid: 14013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,47.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,47.5 + parent: 2 + - uid: 14017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,48.5 + parent: 2 + - uid: 14051 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 + - uid: 14052 + components: + - type: Transform + pos: 15.5,59.5 + parent: 2 + - uid: 14058 + components: + - type: Transform + pos: 13.5,56.5 + parent: 2 + - uid: 14059 + components: + - type: Transform + pos: 13.5,55.5 + parent: 2 + - uid: 14060 + components: + - type: Transform + pos: 13.5,54.5 + parent: 2 + - uid: 14171 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - uid: 14207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,43.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,43.5 + parent: 2 + - uid: 15113 + components: + - type: Transform + pos: 29.5,52.5 + parent: 2 + - uid: 15115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,52.5 + parent: 2 + - uid: 15118 + components: + - type: Transform + pos: 28.5,52.5 + parent: 2 + - uid: 15120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,48.5 + parent: 2 + - uid: 15202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,53.5 + parent: 2 + - uid: 15213 + components: + - type: Transform + pos: -23.5,59.5 + parent: 2 + - uid: 15229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,56.5 + parent: 2 + - uid: 15231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,57.5 + parent: 2 + - uid: 15298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,27.5 + parent: 2 + - uid: 15299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,27.5 + parent: 2 + - uid: 15300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,27.5 + parent: 2 + - uid: 15403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,28.5 + parent: 2 + - uid: 15405 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - uid: 15496 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - uid: 15509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,59.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,33.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + pos: -12.5,33.5 + parent: 2 + - uid: 15589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,28.5 + parent: 2 + - uid: 15590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,28.5 + parent: 2 + - uid: 15591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,28.5 + parent: 2 + - uid: 15592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,28.5 + parent: 2 + - uid: 15595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,30.5 + parent: 2 + - uid: 15612 + components: + - type: Transform + pos: -12.5,34.5 + parent: 2 + - uid: 15681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,40.5 + parent: 2 + - uid: 15695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,41.5 + parent: 2 + - uid: 15696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,42.5 + parent: 2 + - uid: 15733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,25.5 + parent: 2 + - uid: 15734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,25.5 + parent: 2 + - uid: 15739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,25.5 + parent: 2 + - uid: 15743 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 15754 + components: + - type: Transform + pos: -8.5,32.5 + parent: 2 + - uid: 15778 + components: + - type: Transform + pos: -8.5,33.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + pos: -10.5,54.5 + parent: 2 + - uid: 15805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,53.5 + parent: 2 + - uid: 15816 + components: + - type: Transform + pos: -10.5,55.5 + parent: 2 + - uid: 15871 + components: + - type: Transform + pos: -73.5,14.5 + parent: 2 + - uid: 15874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,56.5 + parent: 2 + - uid: 15894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,53.5 + parent: 2 + - uid: 15896 + components: + - type: Transform + pos: -10.5,49.5 + parent: 2 + - uid: 15897 + components: + - type: Transform + pos: -10.5,48.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + pos: -8.5,47.5 + parent: 2 + - uid: 15906 + components: + - type: Transform + pos: -8.5,56.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,52.5 + parent: 2 + - uid: 15908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,51.5 + parent: 2 + - uid: 15909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,50.5 + parent: 2 + - uid: 15911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,56.5 + parent: 2 + - uid: 15913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,55.5 + parent: 2 + - uid: 15914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,56.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -2.5,48.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,56.5 + parent: 2 + - uid: 15963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,47.5 + parent: 2 + - uid: 15964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,47.5 + parent: 2 + - uid: 15965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,53.5 + parent: 2 + - uid: 15966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,50.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + pos: -11.5,61.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + pos: -12.5,61.5 + parent: 2 + - uid: 16391 + components: + - type: Transform + pos: -19.5,61.5 + parent: 2 + - uid: 16496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,45.5 + parent: 2 + - uid: 16546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,45.5 + parent: 2 + - uid: 16581 + components: + - type: Transform + pos: -32.5,35.5 + parent: 2 + - uid: 16583 + components: + - type: Transform + pos: -32.5,33.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + pos: -33.5,33.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + pos: -32.5,34.5 + parent: 2 + - uid: 18063 + components: + - type: Transform + pos: -23.5,66.5 + parent: 2 + - uid: 18065 + components: + - type: Transform + pos: -27.5,66.5 + parent: 2 + - uid: 18067 + components: + - type: Transform + pos: -19.5,66.5 + parent: 2 + - uid: 18068 + components: + - type: Transform + pos: -15.5,66.5 + parent: 2 + - uid: 18145 + components: + - type: Transform + pos: -19.5,62.5 + parent: 2 + - uid: 18146 + components: + - type: Transform + pos: -20.5,62.5 + parent: 2 + - uid: 18147 + components: + - type: Transform + pos: -21.5,62.5 + parent: 2 + - uid: 18148 + components: + - type: Transform + pos: -22.5,62.5 + parent: 2 + - uid: 18415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-1.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-2.5 + parent: 2 + - uid: 18455 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - uid: 18456 + components: + - type: Transform + pos: -58.5,-4.5 + parent: 2 + - uid: 18501 + components: + - type: Transform + pos: -52.5,-3.5 + parent: 2 + - uid: 19391 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 19392 + components: + - type: Transform + pos: -9.5,42.5 + parent: 2 + - uid: 19414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,3.5 + parent: 2 + - uid: 19415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -78.5,3.5 + parent: 2 + - uid: 19416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,3.5 + parent: 2 + - uid: 19417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -81.5,-0.5 + parent: 2 + - uid: 19418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -77.5,-0.5 + parent: 2 + - uid: 19605 + components: + - type: Transform + pos: -40.5,65.5 + parent: 2 + - uid: 19632 + components: + - type: Transform + pos: 13.5,69.5 + parent: 2 + - uid: 19635 + components: + - type: Transform + pos: -40.5,67.5 + parent: 2 + - uid: 19636 + components: + - type: Transform + pos: -40.5,66.5 + parent: 2 + - uid: 19657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,67.5 + parent: 2 + - uid: 19661 + components: + - type: Transform + pos: -40.5,63.5 + parent: 2 + - uid: 19732 + components: + - type: Transform + pos: -40.5,64.5 + parent: 2 + - uid: 19737 + components: + - type: Transform + pos: 13.5,68.5 + parent: 2 + - uid: 19950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,55.5 + parent: 2 + - uid: 22360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,67.5 + parent: 2 + - uid: 27406 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 + - uid: 28225 + components: + - type: Transform + pos: -69.5,5.5 + parent: 2 + - uid: 29704 + components: + - type: Transform + pos: 19.5,47.5 + parent: 2 + - uid: 29714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,33.5 + parent: 2 + - uid: 29742 + components: + - type: Transform + pos: 83.5,57.5 + parent: 2 + - uid: 29743 + components: + - type: Transform + pos: 82.5,57.5 + parent: 2 + - uid: 29801 + components: + - type: Transform + pos: 86.5,54.5 + parent: 2 + - uid: 29821 + components: + - type: Transform + pos: 90.5,55.5 + parent: 2 + - uid: 29950 + components: + - type: Transform + pos: 85.5,44.5 + parent: 2 + - uid: 30039 + components: + - type: Transform + pos: 86.5,44.5 + parent: 2 + - uid: 30040 + components: + - type: Transform + pos: 88.5,44.5 + parent: 2 + - uid: 30041 + components: + - type: Transform + pos: 89.5,44.5 + parent: 2 + - uid: 30042 + components: + - type: Transform + pos: 90.5,43.5 + parent: 2 + - uid: 30043 + components: + - type: Transform + pos: 90.5,42.5 + parent: 2 + - uid: 30044 + components: + - type: Transform + pos: 84.5,43.5 + parent: 2 + - uid: 30045 + components: + - type: Transform + pos: 84.5,42.5 + parent: 2 + - uid: 30048 + components: + - type: Transform + pos: 85.5,43.5 + parent: 2 + - uid: 30052 + components: + - type: Transform + pos: 84.5,38.5 + parent: 2 + - uid: 30054 + components: + - type: Transform + pos: 85.5,37.5 + parent: 2 + - uid: 30055 + components: + - type: Transform + pos: 85.5,36.5 + parent: 2 + - uid: 30056 + components: + - type: Transform + pos: 86.5,36.5 + parent: 2 + - uid: 30057 + components: + - type: Transform + pos: 88.5,36.5 + parent: 2 + - uid: 30058 + components: + - type: Transform + pos: 89.5,36.5 + parent: 2 + - uid: 30059 + components: + - type: Transform + pos: 84.5,37.5 + parent: 2 + - uid: 30060 + components: + - type: Transform + pos: 90.5,37.5 + parent: 2 + - uid: 30061 + components: + - type: Transform + pos: 90.5,38.5 + parent: 2 + - uid: 30302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,18.5 + parent: 2 + - uid: 30306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,18.5 + parent: 2 + - uid: 30450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-13.5 + parent: 2 + - uid: 30451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-13.5 + parent: 2 + - uid: 30501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,66.5 + parent: 2 + - uid: 30531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,18.5 + parent: 2 + - uid: 30532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,18.5 + parent: 2 + - uid: 30600 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - uid: 30601 + components: + - type: Transform + pos: -45.5,-3.5 + parent: 2 + - uid: 30604 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 30605 + components: + - type: Transform + pos: -45.5,1.5 + parent: 2 + - uid: 31052 + components: + - type: Transform + pos: -35.5,70.5 + parent: 2 + - uid: 32583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,64.5 + parent: 2 + - uid: 32584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,63.5 + parent: 2 + - uid: 32592 + components: + - type: Transform + pos: 72.5,41.5 + parent: 2 + - uid: 33674 + components: + - type: Transform + pos: -36.5,67.5 + parent: 2 + - uid: 33684 + components: + - type: Transform + pos: -44.5,67.5 + parent: 2 +- proto: TargetClown + entities: + - uid: 9486 + components: + - type: Transform + pos: -74.5,-6.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,51.5 + parent: 2 +- proto: TargetSyndicate + entities: + - uid: 9685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,51.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,51.5 + parent: 2 +- proto: TegCenter + entities: + - uid: 29967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: TegCirculator + entities: + - uid: 20724 + components: + - type: Transform + pos: -55.5,59.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 21058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,59.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServer + entities: + - uid: 22283 + components: + - type: Transform + pos: -28.5,76.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22284 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22285 + components: + - type: Transform + pos: -27.5,76.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22286 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22287 + components: + - type: Transform + pos: -26.5,76.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22288 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22297 + components: + - type: Transform + pos: -25.5,76.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22298 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22299 + components: + - type: Transform + pos: -28.5,72.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22300 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22301 + components: + - type: Transform + pos: -27.5,72.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22302 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22303 + components: + - type: Transform + pos: -26.5,72.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22304 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22305 + components: + - type: Transform + pos: -25.5,72.5 + parent: 2 + - type: WiresPanel + open: True + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22306 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TelecomServerCircuitboard + entities: + - uid: 35825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.576794,27.769905 + parent: 2 +- proto: TimerTrigger + entities: + - uid: 36049 + components: + - type: Transform + pos: 29.7011,15.473513 + parent: 2 +- proto: TintedWindow + entities: + - uid: 11446 + components: + - type: Transform + pos: -21.5,35.5 + parent: 2 + - uid: 11447 + components: + - type: Transform + pos: -17.5,35.5 + parent: 2 + - uid: 15324 + components: + - type: Transform + pos: -16.5,35.5 + parent: 2 + - uid: 23388 + components: + - type: Transform + pos: -18.5,35.5 + parent: 2 + - uid: 23542 + components: + - type: Transform + pos: -22.5,35.5 + parent: 2 + - uid: 23623 + components: + - type: Transform + pos: -20.5,35.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 19706 + components: + - type: Transform + pos: -31.5,67.5 + parent: 2 + - uid: 31047 + components: + - type: Transform + pos: -29.5,67.5 + parent: 2 + - uid: 33651 + components: + - type: Transform + pos: -33.5,67.5 + parent: 2 +- proto: ToiletEmpty + entities: + - uid: 1781 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 3316 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 3319 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: 74.5,-10.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 7495 + components: + - type: Transform + pos: -49.5,-5.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-10.5 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 7924 + components: + - type: Transform + pos: -62.36076,-33.119625 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 1642 + components: + - type: Transform + pos: 33.611736,5.3079934 + parent: 2 + - uid: 6079 + components: + - type: Transform + pos: -2.6094682,-31.392216 + parent: 2 + - uid: 6080 + components: + - type: Transform + pos: -2.3047807,-31.286747 + parent: 2 + - uid: 6834 + components: + - type: Transform + pos: -9.800259,-37.106495 + parent: 2 + - uid: 8428 + components: + - type: Transform + pos: -69.36533,17.712109 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: -54.225883,35.856785 + parent: 2 + - uid: 14220 + components: + - type: Transform + pos: 15.911845,59.645287 + parent: 2 +- proto: ToolboxGoldFilled + entities: + - uid: 14057 + components: + - type: Transform + pos: 26.558758,38.086094 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 1643 + components: + - type: Transform + pos: 33.37736,5.7923684 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: 27.706356,30.867682 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: 34.47871,47.766407 + parent: 2 + - uid: 6837 + components: + - type: Transform + pos: -9.542446,-37.364307 + parent: 2 + - uid: 14219 + components: + - type: Transform + pos: 15.55247,59.84841 + parent: 2 + - uid: 18240 + components: + - type: Transform + pos: 5.4501476,64.33037 + parent: 2 + - uid: 22291 + components: + - type: Transform + pos: -23.43805,75.69595 + parent: 2 + - uid: 23007 + components: + - type: Transform + pos: -61.56698,36.72723 + parent: 2 +- proto: TorsoSkeleton + entities: + - uid: 30078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 91.64885,41.45121 + parent: 2 + - uid: 33560 + components: + - type: Transform + pos: 91.76619,26.831522 + parent: 2 +- proto: ToyAi + entities: + - uid: 30253 + components: + - type: Transform + pos: 46.50997,30.149883 + parent: 2 +- proto: ToyAmongPequeno + entities: + - uid: 800 + components: + - type: Transform + pos: -68.58749,5.57004 + parent: 2 +- proto: ToyFigurineBartender + entities: + - uid: 6094 + components: + - type: Transform + pos: 19.729856,-29.037708 + parent: 2 +- proto: ToyFigurineBotanist + entities: + - uid: 30609 + components: + - type: Transform + pos: -48.471058,3.5849948 + parent: 2 +- proto: ToyFigurineCaptain + entities: + - uid: 23282 + components: + - type: Transform + pos: 8.326612,54.804092 + parent: 2 +- proto: ToyFigurineCargoTech + entities: + - uid: 23336 + components: + - type: Transform + pos: -14.393899,-22.362642 + parent: 2 +- proto: ToyFigurineChaplain + entities: + - uid: 6090 + components: + - type: Transform + pos: 70.49365,18.005745 + parent: 2 +- proto: ToyFigurineChef + entities: + - uid: 1687 + components: + - type: Transform + pos: -70.45175,5.6772866 + parent: 2 +- proto: ToyFigurineChemist + entities: + - uid: 22854 + components: + - type: Transform + pos: 17.74036,-6.3158827 + parent: 2 +- proto: ToyFigurineChiefEngineer + entities: + - uid: 22683 + components: + - type: Transform + pos: -50.38053,13.484335 + parent: 2 +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 22781 + components: + - type: Transform + pos: -3.4304256,-6.9409437 + parent: 2 +- proto: ToyFigurineClown + entities: + - uid: 19437 + components: + - type: Transform + pos: -81.52342,4.209467 + parent: 2 +- proto: ToyFigurineDetective + entities: + - uid: 16586 + components: + - type: Transform + pos: -32.38582,35.933018 + parent: 2 + - uid: 30498 + components: + - type: Transform + pos: 3.6877756,48.865395 + parent: 2 +- proto: ToyFigurineEngineer + entities: + - uid: 22698 + components: + - type: Transform + pos: -56.449577,30.854671 + parent: 2 +- proto: ToyFigurineGreytider + entities: + - uid: 6095 + components: + - type: Transform + pos: 17.491575,-35.529896 + parent: 2 +- proto: ToyFigurineHamlet + entities: + - uid: 19455 + components: + - type: Transform + pos: -69.56113,5.763224 + parent: 2 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 6097 + components: + - type: Transform + pos: 5.1333017,27.880987 + parent: 2 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 22650 + components: + - type: Transform + pos: -6.1290665,25.891968 + parent: 2 +- proto: ToyFigurineHoloClown + entities: + - uid: 3916 + components: + - type: Transform + pos: -81.53905,3.756342 + parent: 2 +- proto: ToyFigurineJanitor + entities: + - uid: 6096 + components: + - type: Transform + pos: 36.351513,-1.9763975 + parent: 2 +- proto: ToyFigurineLawyer + entities: + - uid: 15690 + components: + - type: Transform + pos: -5.4854984,58.729137 + parent: 2 +- proto: ToyFigurineLibrarian + entities: + - uid: 6089 + components: + - type: Transform + pos: 52.753094,28.395306 + parent: 2 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 6091 + components: + - type: Transform + pos: -7.3162193,4.7101116 + parent: 2 + - uid: 6092 + components: + - type: Transform + pos: -7.2107506,0.6905802 + parent: 2 +- proto: ToyFigurineMime + entities: + - uid: 3900 + components: + - type: Transform + pos: -81.53905,4.537592 + parent: 2 +- proto: ToyFigurineMusician + entities: + - uid: 6093 + components: + - type: Transform + pos: 25.554075,-33.397083 + parent: 2 +- proto: ToyFigurineNukieCommander + entities: + - uid: 22872 + components: + - type: Transform + pos: 75.405815,24.807058 + parent: 2 +- proto: ToyFigurineParamedic + entities: + - uid: 6099 + components: + - type: Transform + pos: -25.681107,9.8721485 + parent: 2 + - uid: 30538 + components: + - type: Transform + pos: -6.4148717,21.612947 + parent: 2 +- proto: ToyFigurinePassenger + entities: + - uid: 6160 + components: + - type: Transform + pos: -3.174158,-40.509228 + parent: 2 +- proto: ToyFigurineQueen + entities: + - uid: 6110 + components: + - type: Transform + pos: 82.68927,62.512676 + parent: 2 + - uid: 32549 + components: + - type: Transform + pos: 56.38974,42.589355 + parent: 2 +- proto: ToyFigurineRatKing + entities: + - uid: 6101 + components: + - type: Transform + pos: 11.290376,-36.310852 + parent: 2 +- proto: ToyFigurineRatServant + entities: + - uid: 6102 + components: + - type: Transform + pos: 11.413118,-34.4777 + parent: 2 + - uid: 6103 + components: + - type: Transform + pos: 11.66658,-35.402443 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: 11.115799,-35.015724 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: 5.1275177,-29.121193 + parent: 2 +- proto: ToyFigurineResearchDirector + entities: + - uid: 6098 + components: + - type: Transform + pos: 46.441227,24.73673 + parent: 2 +- proto: ToyFigurineSalvage + entities: + - uid: 2055 + components: + - type: Transform + pos: -11.689415,-42.400375 + parent: 2 +- proto: ToyFigurineScientist + entities: + - uid: 30251 + components: + - type: Transform + pos: 29.627342,25.600868 + parent: 2 +- proto: ToyFigurineSecurity + entities: + - uid: 22663 + components: + - type: Transform + pos: -19.721304,27.664555 + parent: 2 +- proto: ToyFigurineSpaceDragon + entities: + - uid: 32548 + components: + - type: Transform + pos: 84.478745,27.35934 + parent: 2 +- proto: ToyFigurineWarden + entities: + - uid: 30516 + components: + - type: Transform + pos: 0.62656116,68.4843 + parent: 2 +- proto: ToyFigurineWizard + entities: + - uid: 6138 + components: + - type: Transform + pos: 47.665176,-30.498041 + parent: 2 +- proto: ToyFireRipley + entities: + - uid: 30323 + components: + - type: Transform + pos: 45.55436,-12.637641 + parent: 2 +- proto: ToyGygax + entities: + - uid: 30536 + components: + - type: Transform + pos: -4.393678,18.646486 + parent: 2 +- proto: ToyHammer + entities: + - uid: 30559 + components: + - type: Transform + pos: -18.623516,22.47239 + parent: 2 +- proto: ToyHonk + entities: + - uid: 13046 + components: + - type: Transform + pos: -74.48499,-5.026798 + parent: 2 +- proto: ToyIan + entities: + - uid: 1985 + components: + - type: Transform + pos: 14.269932,30.761412 + parent: 2 + - uid: 31175 + components: + - type: Transform + pos: -69.00962,3.366741 + parent: 2 +- proto: ToyNuke + entities: + - uid: 14123 + components: + - type: Transform + pos: 26.531267,38.728565 + parent: 2 +- proto: ToyRenault + entities: + - uid: 15268 + components: + - type: Transform + pos: 29.37053,51.78041 + parent: 2 +- proto: ToyRubberDuck + entities: + - uid: 30537 + components: + - type: Transform + pos: -6.047684,21.519197 + parent: 2 + - uid: 33614 + components: + - type: Transform + pos: 67.86161,52.50582 + parent: 2 +- proto: ToySeraph + entities: + - uid: 30539 + components: + - type: Transform + pos: 27.45737,21.675447 + parent: 2 +- proto: ToySiobhan + entities: + - uid: 30252 + components: + - type: Transform + pos: 46.16622,30.817875 + parent: 2 +- proto: ToySkeleton + entities: + - uid: 6106 + components: + - type: Transform + pos: 61.739246,56.94301 + parent: 2 + - uid: 30074 + components: + - type: Transform + pos: 90.5551,42.873085 + parent: 2 +- proto: ToySpawner + entities: + - uid: 15672 + components: + - type: Transform + pos: -68.5,17.5 + parent: 2 + - uid: 15825 + components: + - type: Transform + pos: -67.5,17.5 + parent: 2 +- proto: TrainingBomb + entities: + - uid: 14248 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 15260 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 + - uid: 18100 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 18102 + components: + - type: Transform + pos: 13.5,66.5 + parent: 2 + - uid: 18105 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 + - uid: 19665 + components: + - type: Transform + pos: 9.5,64.5 + parent: 2 +- proto: TrashBag + entities: + - uid: 16665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.169395,10.014108 + parent: 2 + - uid: 16666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.919395,9.842233 + parent: 2 +- proto: TrashBananaPeel + entities: + - uid: 943 + components: + - type: Transform + pos: -77.60196,-0.46468782 + parent: 2 + - uid: 3320 + components: + - type: Transform + pos: -81.305084,-0.49593782 + parent: 2 + - uid: 7025 + components: + - type: Transform + pos: -29.823004,-35.23479 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: -31.35816,-35.082447 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: -77.19571,1.8478122 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: -77.211334,1.6603122 + parent: 2 + - uid: 30082 + components: + - type: Transform + pos: 85.40305,42.278282 + parent: 2 +- proto: TrashBananiumPeel + entities: + - uid: 16636 + components: + - type: Transform + pos: -40.106895,11.998483 + parent: 2 + - uid: 16661 + components: + - type: Transform + pos: -40.263145,11.889108 + parent: 2 + - uid: 16662 + components: + - type: Transform + pos: -36.356895,12.576608 + parent: 2 +- proto: trayScanner + entities: + - uid: 4682 + components: + - type: Transform + pos: -66.555725,32.8392 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 6742 + components: + - type: Transform + pos: -51.5,-47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6818: + - Left: Forward + - Right: Reverse + - Middle: Off + 20561: + - Left: Forward + - Right: Reverse + - Middle: Off + 26800: + - Left: Open + - Right: Open + - Middle: Close + - uid: 8936 + components: + - type: Transform + pos: -49.5,-49.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6832: + - Left: Forward + - Right: Reverse + - Middle: Off + 6692: + - Left: Forward + - Right: Reverse + - Middle: Off + 16671: + - Left: Open + - Right: Open + - Middle: Close + 16629: + - Left: Open + - Right: Open + - Middle: Close + 26695: + - Left: Open + - Right: Open + - Middle: Close + - uid: 9074 + components: + - type: Transform + pos: -31.5,-44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6632: + - Left: Forward + - Right: Reverse + - Middle: Off + 6798: + - Left: Forward + - Right: Reverse + - Middle: Off + 16703: + - Left: Open + - Right: Open + - Middle: Close + 712: + - Left: Open + - Right: Open + - Middle: Close + - uid: 23365 + components: + - type: Transform + pos: -37.5,9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 22732: + - Left: Forward + - Right: Reverse + - Middle: Off + 16555: + - Left: Forward + - Right: Reverse + - Middle: Off + 16638: + - Left: Forward + - Right: Reverse + - Middle: Off + 16645: + - Left: Forward + - Right: Reverse + - Middle: Off + 16654: + - Left: Forward + - Right: Reverse + - Middle: Off + 23519: + - Left: Forward + - Right: Reverse + - Middle: Off + 36390: + - Right: Reverse + - Left: Forward + - Middle: Off + - uid: 23793 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6717: + - Left: Forward + - Right: Reverse + - Middle: Off + 6713: + - Left: Forward + - Right: Reverse + - Middle: Off + 6708: + - Left: Forward + - Right: Reverse + - Middle: Off + 6623: + - Left: Forward + - Right: Reverse + - Middle: Off + 6624: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: UniformPrinter + entities: + - uid: 1965 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 +- proto: UniformPrinterMachineCircuitboard + entities: + - uid: 29701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.920544,27.777718 + parent: 2 +- proto: UniformScrubsColorBlue + entities: + - uid: 18403 + components: + - type: Transform + pos: -11.6542015,68.69986 + parent: 2 + - uid: 18404 + components: + - type: Transform + pos: -11.4198265,68.54361 + parent: 2 +- proto: UniformShortsRed + entities: + - uid: 3472 + components: + - type: Transform + pos: 44.488102,-23.494463 + parent: 2 + - uid: 3473 + components: + - type: Transform + pos: 44.288883,-23.728838 + parent: 2 +- proto: UniformShortsRedWithTop + entities: + - uid: 3475 + components: + - type: Transform + pos: 44.69904,-23.599932 + parent: 2 +- proto: UprightPianoInstrument + entities: + - uid: 5898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-33.5 + parent: 2 +- proto: Vaccinator + entities: + - uid: 1259 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 +- proto: VaccinatorMachineCircuitboard + entities: + - uid: 31783 + components: + - type: Transform + pos: -47.892563,27.494806 + parent: 2 +- proto: VariantCubeBox + entities: + - uid: 5526 + components: + - type: Transform + pos: 41.78215,51.595562 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: 27.22865,30.707218 + parent: 2 + - uid: 18546 + components: + - type: Transform + pos: -61.616512,-7.3219314 + parent: 2 + - uid: 18547 + components: + - type: Transform + pos: -61.366512,-7.493807 + parent: 2 +- proto: VehicleJanicartDestroyed + entities: + - uid: 5191 + components: + - type: Transform + pos: 71.5,-15.5 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: -26.5,-33.5 + parent: 2 + - uid: 7041 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 +- proto: VehicleKeyJanicart + entities: + - uid: 23760 + components: + - type: Transform + pos: -42.49801,19.51208 + parent: 2 +- proto: VehicleKeySecway + entities: + - uid: 17703 + components: + - type: Transform + pos: -12.372588,33.648335 + parent: 2 + - uid: 17704 + components: + - type: Transform + pos: -12.380401,33.57021 + parent: 2 + - uid: 17705 + components: + - type: Transform + pos: -12.368645,33.42247 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 4408 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 9079 + components: + - type: Transform + pos: -44.5,35.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 4645 + components: + - type: Transform + pos: 11.5,56.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 2 + - uid: 6989 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 30790 + components: + - type: Transform + pos: -44.5,64.5 + parent: 2 +- proto: VendingMachineBoxingDrobe + entities: + - uid: 3519 + components: + - type: Transform + pos: 39.5,-21.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 22697 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 1946 + components: + - type: Transform + pos: 5.5,30.5 + parent: 2 +- proto: VendingMachineChang + entities: + - uid: 30029 + components: + - type: Transform + pos: 88.5,19.5 + parent: 2 + - uid: 30496 + components: + - type: Transform + pos: 3.5,56.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 4532 + components: + - type: Transform + pos: 54.5,24.5 + parent: 2 + - uid: 22588 + components: + - type: Transform + pos: 65.5,30.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 2367 + components: + - type: Transform + pos: -53.5,-5.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 15940 + components: + - type: Transform + pos: -55.5,-19.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: -41.5,-28.5 + parent: 2 + - uid: 15946 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - uid: 28613 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 +- proto: VendingMachineChemDrobe + entities: + - uid: 872 + components: + - type: Transform + pos: -14.5,16.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 1046 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 17884 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 3356 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - uid: 5169 + components: + - type: Transform + pos: 73.5,-13.5 + parent: 2 + - uid: 23428 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 24794 + components: + - type: Transform + pos: 0.5,39.5 + parent: 2 + - uid: 26412 + components: + - type: Transform + pos: -67.5,5.5 + parent: 2 + - uid: 29800 + components: + - type: Transform + pos: 80.5,56.5 + parent: 2 + - uid: 35942 + components: + - type: Transform + pos: -38.5,67.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 13069 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 +- proto: VendingMachineCola + entities: + - uid: 29295 + components: + - type: Transform + pos: -32.5,55.5 + parent: 2 +- proto: VendingMachineColaBlack + entities: + - uid: 30497 + components: + - type: Transform + pos: -0.5,56.5 + parent: 2 +- proto: VendingMachineColaRed + entities: + - uid: 6375 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 3907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-20.5 + parent: 2 + - uid: 7134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-13.5 + parent: 2 + - uid: 7136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-18.5 + parent: 2 +- proto: VendingMachineCourierDrobe + entities: + - uid: 6866 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 7999 + components: + - type: Transform + pos: 55.5,30.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 16850 + components: + - type: Transform + pos: -35.5,35.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 6520 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 2 + - uid: 7451 + components: + - type: Transform + pos: -40.5,-30.5 + parent: 2 +- proto: VendingMachineDiscount + entities: + - uid: 29294 + components: + - type: Transform + pos: -33.5,55.5 + parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 3736 + components: + - type: Transform + pos: -27.5,30.5 + parent: 2 + - uid: 28227 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 +- proto: VendingMachineDrGibb + entities: + - uid: 134 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 3687 + components: + - type: Transform + pos: -56.5,37.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 3583 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 + - uid: 26897 + components: + - type: Transform + pos: -44.5,33.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 5287 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 +- proto: VendingMachineGeneDrobe + entities: + - uid: 225 + components: + - type: Transform + pos: -13.5,16.5 + parent: 2 +- proto: VendingMachineHappyHonk + entities: + - uid: 19429 + components: + - type: Transform + pos: -79.5,5.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 18479 + components: + - type: Transform + pos: -56.5,0.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 18513 + components: + - type: Transform + pos: -42.5,24.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 23255 + components: + - type: Transform + pos: -8.5,60.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 1442 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 873 + components: + - type: Transform + pos: -12.5,16.5 + parent: 2 +- proto: VendingMachineMNKDrobe + entities: + - uid: 4347 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 18497 + components: + - type: Transform + pos: -56.5,2.5 + parent: 2 +- proto: VendingMachinePride + entities: + - uid: 2543 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: -8.5,18.5 + parent: 2 + - uid: 13070 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 +- proto: VendingMachineRepDrobe + entities: + - uid: 9328 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 2 +- proto: VendingMachineRestockBooze + entities: + - uid: 22579 + components: + - type: Transform + pos: 24.51501,-23.426043 + parent: 2 +- proto: VendingMachineRestockChemVend + entities: + - uid: 1303 + components: + - type: Transform + pos: 35.337753,7.70896 + parent: 2 +- proto: VendingMachineRestockClothes + entities: + - uid: 31788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.436382,-33.42224 + parent: 2 +- proto: VendingMachineRoboDrobe + entities: + - uid: 3352 + components: + - type: Transform + pos: 42.5,44.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 4086 + components: + - type: Transform + pos: 45.5,42.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 17999 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 5300 + components: + - type: Transform + pos: 36.5,26.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 15523 + components: + - type: Transform + pos: -24.5,44.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + pos: -7.5,43.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 9657 + components: + - type: Transform + pos: -8.5,43.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 18480 + components: + - type: Transform + pos: -56.5,1.5 + parent: 2 +- proto: VendingMachineSnackBlue + entities: + - uid: 4858 + components: + - type: Transform + pos: 88.5,15.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 16651 + components: + - type: Transform + pos: -39.5,13.5 + parent: 2 + - uid: 22528 + components: + - type: Transform + pos: 47.5,17.5 + parent: 2 + - uid: 29825 + components: + - type: Transform + pos: 87.5,56.5 + parent: 2 +- proto: VendingMachineSpaceUp + entities: + - uid: 5301 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 16363 + components: + - type: Transform + pos: -13.5,61.5 + parent: 2 + - uid: 29799 + components: + - type: Transform + pos: 86.5,56.5 + parent: 2 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 28838 + components: + - type: Transform + pos: -96.5,54.5 + parent: 2 + - uid: 32443 + components: + - type: Transform + pos: -94.5,54.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 6029 + components: + - type: Transform + pos: 16.5,30.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: 21.5,30.5 + parent: 2 + - uid: 9056 + components: + - type: Transform + pos: -53.5,41.5 + parent: 2 + - uid: 9671 + components: + - type: Transform + pos: -45.5,57.5 + parent: 2 + - uid: 10406 + components: + - type: Transform + pos: -60.5,-33.5 + parent: 2 + - uid: 13646 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: 29.5,55.5 + parent: 2 + - uid: 18138 + components: + - type: Transform + pos: -3.5,68.5 + parent: 2 + - uid: 23761 + components: + - type: Transform + pos: -35.5,37.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 1521 + components: + - type: Transform + pos: -80.5,5.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 4542 + components: + - type: Transform + pos: 34.5,26.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 1581 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 +- proto: VendingMachineWallMedical + entities: + - uid: 2051 + components: + - type: Transform + pos: -5.5,15.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + pos: -21.5,8.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 2 + - uid: 22805 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 5160 + components: + - type: Transform + pos: 54.5,-11.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 3688 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 + - uid: 8463 + components: + - type: Transform + pos: -73.5,3.5 + parent: 2 +- proto: WallmountTelescreen + entities: + - uid: 15302 + components: + - type: Transform + pos: -6.5,35.5 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 2229 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 3385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-35.5 + parent: 2 + - uid: 3386 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 +- proto: WallmountTelevisionFrame + entities: + - uid: 7057 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 +- proto: WallNecropolis + entities: + - uid: 556 + components: + - type: Transform + pos: 69.5,35.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: 67.5,67.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: 67.5,64.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + pos: 74.5,27.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: 69.5,65.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: 53.5,34.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: 80.5,49.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + pos: 61.5,69.5 + parent: 2 + - uid: 4155 + components: + - type: Transform + pos: 95.5,25.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: 97.5,25.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: 94.5,25.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + pos: 88.5,45.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + pos: 63.5,63.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + pos: 54.5,63.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + pos: 54.5,62.5 + parent: 2 + - uid: 4459 + components: + - type: Transform + pos: 55.5,63.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: 65.5,64.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + pos: 63.5,64.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + pos: 65.5,67.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + pos: 56.5,67.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + pos: 59.5,67.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: 59.5,65.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + pos: 57.5,65.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + pos: 55.5,65.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + pos: 74.5,67.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + pos: 75.5,67.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + pos: 69.5,67.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + pos: 70.5,67.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + pos: 71.5,67.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + pos: 72.5,67.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + pos: 73.5,67.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + pos: 69.5,66.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + pos: 77.5,67.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + pos: 77.5,66.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + pos: 79.5,67.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + pos: 91.5,44.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: 64.5,69.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + pos: 81.5,67.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: 83.5,67.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: 84.5,67.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + pos: 85.5,45.5 + parent: 2 + - uid: 4509 + components: + - type: Transform + pos: 63.5,69.5 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: 79.5,38.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + pos: 73.5,48.5 + parent: 2 + - uid: 4512 + components: + - type: Transform + pos: 73.5,49.5 + parent: 2 + - uid: 4513 + components: + - type: Transform + pos: 86.5,45.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + pos: 73.5,50.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: 67.5,44.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: 62.5,45.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: 89.5,45.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: 78.5,27.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + pos: 75.5,33.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: 65.5,43.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: 63.5,45.5 + parent: 2 + - uid: 4534 + components: + - type: Transform + pos: 67.5,33.5 + parent: 2 + - uid: 4537 + components: + - type: Transform + pos: 59.5,46.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: 59.5,41.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: 75.5,53.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: 76.5,53.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + pos: 69.5,40.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: 65.5,37.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: 78.5,28.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: 75.5,35.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: 75.5,34.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: 78.5,29.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 78.5,30.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: 78.5,31.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + pos: 75.5,36.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + pos: 65.5,38.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + pos: 78.5,32.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: 77.5,33.5 + parent: 2 + - uid: 4569 + components: + - type: Transform + pos: 76.5,33.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: 79.5,36.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + pos: 58.5,69.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: 56.5,65.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + pos: 63.5,65.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + pos: 59.5,66.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: 57.5,67.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + pos: 61.5,68.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + pos: 79.5,48.5 + parent: 2 + - uid: 4656 + components: + - type: Transform + pos: 92.5,47.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + pos: 77.5,51.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: 91.5,28.5 + parent: 2 + - uid: 4660 + components: + - type: Transform + pos: 94.5,28.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + pos: 79.5,37.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + pos: 77.5,52.5 + parent: 2 + - uid: 4665 + components: + - type: Transform + pos: 91.5,38.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + pos: 83.5,52.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + pos: 81.5,51.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + pos: 67.5,48.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: 77.5,39.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + pos: 77.5,38.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + pos: 67.5,47.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: 75.5,39.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + pos: 76.5,39.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + pos: 77.5,37.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + pos: 77.5,36.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + pos: 77.5,35.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: 73.5,33.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: 74.5,50.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: 73.5,51.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: 75.5,50.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + pos: 76.5,50.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: 77.5,50.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: 79.5,52.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: 83.5,51.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: 79.5,51.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + pos: 79.5,50.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + pos: 82.5,51.5 + parent: 2 + - uid: 4709 + components: + - type: Transform + pos: 79.5,49.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + pos: 81.5,49.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: 82.5,49.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: 78.5,33.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: 75.5,37.5 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: 75.5,38.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: 53.5,37.5 + parent: 2 + - uid: 4720 + components: + - type: Transform + pos: 53.5,38.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: 55.5,36.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + pos: 53.5,33.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: 71.5,38.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: 69.5,37.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: 69.5,39.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: 70.5,40.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + pos: 72.5,40.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: 73.5,40.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: 73.5,39.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: 73.5,38.5 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: 83.5,38.5 + parent: 2 + - uid: 4771 + components: + - type: Transform + pos: 91.5,36.5 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: 89.5,35.5 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: 73.5,37.5 + parent: 2 + - uid: 4776 + components: + - type: Transform + pos: 73.5,35.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: 73.5,34.5 + parent: 2 + - uid: 4778 + components: + - type: Transform + pos: 72.5,33.5 + parent: 2 + - uid: 4779 + components: + - type: Transform + pos: 71.5,33.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: 70.5,33.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: 68.5,33.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: 91.5,37.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: 66.5,33.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: 71.5,30.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: 67.5,35.5 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: 68.5,35.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + pos: 90.5,36.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: 61.5,42.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: 61.5,40.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: 61.5,35.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: 61.5,41.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: 64.5,49.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: 65.5,49.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: 63.5,49.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: 63.5,48.5 + parent: 2 + - uid: 4806 + components: + - type: Transform + pos: 63.5,47.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: 60.5,47.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: 61.5,47.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + pos: 61.5,45.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: 61.5,44.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: 61.5,43.5 + parent: 2 + - uid: 4812 + components: + - type: Transform + pos: 62.5,37.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: 61.5,36.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: 61.5,39.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: 61.5,37.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: 60.5,39.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: 60.5,37.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + pos: 67.5,45.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: 67.5,46.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: 67.5,43.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + pos: 66.5,43.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: 68.5,51.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + pos: 68.5,53.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: 67.5,53.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: 66.5,53.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: 65.5,53.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + pos: 65.5,50.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + pos: 67.5,51.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: 65.5,52.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: 65.5,51.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: 92.5,38.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 97.5,26.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: 94.5,27.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: 70.5,45.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: 71.5,45.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + pos: 71.5,43.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + pos: 94.5,26.5 + parent: 2 + - uid: 4896 + components: + - type: Transform + pos: 92.5,24.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: 65.5,66.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 65.5,65.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + pos: 64.5,66.5 + parent: 2 + - uid: 4903 + components: + - type: Transform + pos: 59.5,45.5 + parent: 2 + - uid: 4905 + components: + - type: Transform + pos: 54.5,65.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 61.5,66.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 58.5,67.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 74.5,29.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: 75.5,31.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: 59.5,43.5 + parent: 2 + - uid: 4912 + components: + - type: Transform + pos: 73.5,31.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: 83.5,49.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: 55.5,35.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: 69.5,41.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: 69.5,42.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: 80.5,67.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: 85.5,49.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + pos: 57.5,69.5 + parent: 2 + - uid: 4924 + components: + - type: Transform + pos: 74.5,53.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: 92.5,28.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: 88.5,34.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: 75.5,65.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: 83.5,42.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: 86.5,65.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: 74.5,65.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: 85.5,67.5 + parent: 2 + - uid: 6115 + components: + - type: Transform + pos: 73.5,65.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: 72.5,65.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + pos: 91.5,43.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: 71.5,65.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: 60.5,69.5 + parent: 2 + - uid: 6615 + components: + - type: Transform + pos: 80.5,47.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + pos: 78.5,41.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 84.5,49.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + pos: 94.5,35.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + pos: 76.5,41.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + pos: 86.5,50.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: 94.5,36.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: 65.5,39.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + pos: 92.5,42.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: 90.5,44.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + pos: 90.5,45.5 + parent: 2 + - uid: 8445 + components: + - type: Transform + pos: 65.5,40.5 + parent: 2 + - uid: 9342 + components: + - type: Transform + pos: 65.5,41.5 + parent: 2 + - uid: 9626 + components: + - type: Transform + pos: 69.5,45.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: 69.5,38.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: 69.5,53.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: 69.5,52.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + pos: 71.5,63.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: 71.5,64.5 + parent: 2 + - uid: 9638 + components: + - type: Transform + pos: 77.5,64.5 + parent: 2 + - uid: 9669 + components: + - type: Transform + pos: 77.5,63.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: 62.5,69.5 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: 79.5,47.5 + parent: 2 + - uid: 10350 + components: + - type: Transform + pos: 75.5,42.5 + parent: 2 + - uid: 10351 + components: + - type: Transform + pos: 79.5,40.5 + parent: 2 + - uid: 10352 + components: + - type: Transform + pos: 75.5,41.5 + parent: 2 + - uid: 10353 + components: + - type: Transform + pos: 77.5,41.5 + parent: 2 + - uid: 10354 + components: + - type: Transform + pos: 86.5,51.5 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: 86.5,48.5 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: 71.5,50.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: 71.5,52.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + pos: 71.5,51.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + pos: 70.5,47.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: 69.5,43.5 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: 71.5,40.5 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: 77.5,53.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: 69.5,54.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: 59.5,39.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: 71.5,53.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + pos: 79.5,62.5 + parent: 2 + - uid: 13783 + components: + - type: Transform + pos: 72.5,53.5 + parent: 2 + - uid: 13790 + components: + - type: Transform + pos: 58.5,41.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + pos: 73.5,53.5 + parent: 2 + - uid: 13792 + components: + - type: Transform + pos: 71.5,35.5 + parent: 2 + - uid: 13793 + components: + - type: Transform + pos: 65.5,33.5 + parent: 2 + - uid: 13794 + components: + - type: Transform + pos: 63.5,43.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: 63.5,41.5 + parent: 2 + - uid: 13806 + components: + - type: Transform + pos: 63.5,42.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: 63.5,39.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: 63.5,40.5 + parent: 2 + - uid: 13810 + components: + - type: Transform + pos: 63.5,37.5 + parent: 2 + - uid: 13811 + components: + - type: Transform + pos: 87.5,48.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: 82.5,47.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: 75.5,46.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: 93.5,46.5 + parent: 2 + - uid: 13815 + components: + - type: Transform + pos: 76.5,48.5 + parent: 2 + - uid: 13820 + components: + - type: Transform + pos: 89.5,26.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + pos: 82.5,38.5 + parent: 2 + - uid: 13822 + components: + - type: Transform + pos: 89.5,25.5 + parent: 2 + - uid: 13823 + components: + - type: Transform + pos: 65.5,69.5 + parent: 2 + - uid: 13824 + components: + - type: Transform + pos: 83.5,37.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: 87.5,66.5 + parent: 2 + - uid: 14950 + components: + - type: Transform + pos: 83.5,65.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + pos: 87.5,65.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + pos: 81.5,65.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + pos: 87.5,64.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + pos: 82.5,67.5 + parent: 2 + - uid: 14955 + components: + - type: Transform + pos: 85.5,68.5 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: 87.5,67.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: 70.5,35.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: 71.5,31.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + pos: 64.5,43.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + pos: 65.5,45.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + pos: 64.5,45.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + pos: 65.5,46.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + pos: 65.5,47.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + pos: 67.5,50.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + pos: 83.5,47.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + pos: 81.5,47.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + pos: 75.5,44.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + pos: 75.5,45.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + pos: 75.5,43.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + pos: 75.5,48.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + pos: 77.5,48.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: 84.5,65.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + pos: 82.5,65.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + pos: 79.5,65.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + pos: 80.5,65.5 + parent: 2 + - uid: 14978 + components: + - type: Transform + pos: 77.5,65.5 + parent: 2 + - uid: 14979 + components: + - type: Transform + pos: 72.5,47.5 + parent: 2 + - uid: 14980 + components: + - type: Transform + pos: 70.5,49.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + pos: 55.5,33.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + pos: 54.5,33.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + pos: 69.5,44.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + pos: 69.5,47.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: 69.5,49.5 + parent: 2 + - uid: 16476 + components: + - type: Transform + pos: 71.5,49.5 + parent: 2 + - uid: 16485 + components: + - type: Transform + pos: 56.5,33.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + pos: 81.5,33.5 + parent: 2 + - uid: 17651 + components: + - type: Transform + pos: 77.5,68.5 + parent: 2 + - uid: 18033 + components: + - type: Transform + pos: 73.5,47.5 + parent: 2 + - uid: 18326 + components: + - type: Transform + pos: 71.5,47.5 + parent: 2 + - uid: 19319 + components: + - type: Transform + pos: 79.5,41.5 + parent: 2 + - uid: 19322 + components: + - type: Transform + pos: 64.5,37.5 + parent: 2 + - uid: 19325 + components: + - type: Transform + pos: 79.5,39.5 + parent: 2 + - uid: 19326 + components: + - type: Transform + pos: 67.5,49.5 + parent: 2 + - uid: 19336 + components: + - type: Transform + pos: 57.5,33.5 + parent: 2 + - uid: 19439 + components: + - type: Transform + pos: -70.5,32.5 + parent: 2 + - uid: 19716 + components: + - type: Transform + pos: 96.5,43.5 + parent: 2 + - uid: 19725 + components: + - type: Transform + pos: 97.5,32.5 + parent: 2 + - uid: 19726 + components: + - type: Transform + pos: 99.5,32.5 + parent: 2 + - uid: 19727 + components: + - type: Transform + pos: 64.5,57.5 + parent: 2 + - uid: 19728 + components: + - type: Transform + pos: 94.5,44.5 + parent: 2 + - uid: 19729 + components: + - type: Transform + pos: 96.5,44.5 + parent: 2 + - uid: 19894 + components: + - type: Transform + pos: 82.5,41.5 + parent: 2 + - uid: 19899 + components: + - type: Transform + pos: 84.5,36.5 + parent: 2 + - uid: 19940 + components: + - type: Transform + pos: -75.5,-7.5 + parent: 2 + - uid: 20936 + components: + - type: Transform + pos: 96.5,36.5 + parent: 2 + - uid: 20985 + components: + - type: Transform + pos: -77.5,-6.5 + parent: 2 + - uid: 21034 + components: + - type: Transform + pos: 84.5,35.5 + parent: 2 + - uid: 22371 + components: + - type: Transform + pos: 81.5,38.5 + parent: 2 + - uid: 22378 + components: + - type: Transform + pos: 74.5,41.5 + parent: 2 + - uid: 22398 + components: + - type: Transform + pos: -65.5,32.5 + parent: 2 + - uid: 22399 + components: + - type: Transform + pos: -71.5,-1.5 + parent: 2 + - uid: 22400 + components: + - type: Transform + pos: -77.5,-4.5 + parent: 2 + - uid: 22401 + components: + - type: Transform + pos: -79.5,-2.5 + parent: 2 + - uid: 22630 + components: + - type: Transform + pos: -75.5,-1.5 + parent: 2 + - uid: 22633 + components: + - type: Transform + pos: -74.5,-1.5 + parent: 2 + - uid: 22638 + components: + - type: Transform + pos: -72.5,-1.5 + parent: 2 + - uid: 22639 + components: + - type: Transform + pos: -73.5,-1.5 + parent: 2 + - uid: 22640 + components: + - type: Transform + pos: -74.5,-7.5 + parent: 2 + - uid: 22641 + components: + - type: Transform + pos: -77.5,-5.5 + parent: 2 + - uid: 22642 + components: + - type: Transform + pos: -78.5,-3.5 + parent: 2 + - uid: 22643 + components: + - type: Transform + pos: -77.5,-3.5 + parent: 2 + - uid: 22646 + components: + - type: Transform + pos: -77.5,-1.5 + parent: 2 + - uid: 22647 + components: + - type: Transform + pos: -69.5,35.5 + parent: 2 + - uid: 22651 + components: + - type: Transform + pos: -70.5,34.5 + parent: 2 + - uid: 22652 + components: + - type: Transform + pos: -66.5,35.5 + parent: 2 + - uid: 22653 + components: + - type: Transform + pos: -68.5,35.5 + parent: 2 + - uid: 22655 + components: + - type: Transform + pos: -69.5,31.5 + parent: 2 + - uid: 22752 + components: + - type: Transform + pos: 82.5,40.5 + parent: 2 + - uid: 22753 + components: + - type: Transform + pos: 85.5,35.5 + parent: 2 + - uid: 22770 + components: + - type: Transform + pos: -78.5,-1.5 + parent: 2 + - uid: 23056 + components: + - type: Transform + pos: 53.5,63.5 + parent: 2 + - uid: 23066 + components: + - type: Transform + pos: 69.5,63.5 + parent: 2 + - uid: 23068 + components: + - type: Transform + pos: 67.5,63.5 + parent: 2 + - uid: 23073 + components: + - type: Transform + pos: 82.5,42.5 + parent: 2 + - uid: 23075 + components: + - type: Transform + pos: 59.5,47.5 + parent: 2 + - uid: 23078 + components: + - type: Transform + pos: 59.5,42.5 + parent: 2 + - uid: 23079 + components: + - type: Transform + pos: 53.5,35.5 + parent: 2 + - uid: 23081 + components: + - type: Transform + pos: 71.5,27.5 + parent: 2 + - uid: 23082 + components: + - type: Transform + pos: 67.5,66.5 + parent: 2 + - uid: 23086 + components: + - type: Transform + pos: 76.5,27.5 + parent: 2 + - uid: 23385 + components: + - type: Transform + pos: -76.5,-7.5 + parent: 2 + - uid: 23424 + components: + - type: Transform + pos: 86.5,35.5 + parent: 2 + - uid: 23448 + components: + - type: Transform + pos: 88.5,35.5 + parent: 2 + - uid: 23480 + components: + - type: Transform + pos: -71.5,-5.5 + parent: 2 + - uid: 23483 + components: + - type: Transform + pos: 59.5,44.5 + parent: 2 + - uid: 23484 + components: + - type: Transform + pos: 76.5,29.5 + parent: 2 + - uid: 23485 + components: + - type: Transform + pos: 82.5,39.5 + parent: 2 + - uid: 23487 + components: + - type: Transform + pos: 69.5,33.5 + parent: 2 + - uid: 23489 + components: + - type: Transform + pos: 53.5,36.5 + parent: 2 + - uid: 23491 + components: + - type: Transform + pos: 91.5,42.5 + parent: 2 + - uid: 23492 + components: + - type: Transform + pos: 90.5,35.5 + parent: 2 + - uid: 23504 + components: + - type: Transform + pos: -71.5,-2.5 + parent: 2 + - uid: 23505 + components: + - type: Transform + pos: -71.5,-4.5 + parent: 2 + - uid: 23506 + components: + - type: Transform + pos: -71.5,-3.5 + parent: 2 + - uid: 23507 + components: + - type: Transform + pos: -70.5,-5.5 + parent: 2 + - uid: 23508 + components: + - type: Transform + pos: -73.5,-7.5 + parent: 2 + - uid: 23509 + components: + - type: Transform + pos: -72.5,-7.5 + parent: 2 + - uid: 23516 + components: + - type: Transform + pos: -71.5,-7.5 + parent: 2 + - uid: 23537 + components: + - type: Transform + pos: -66.5,29.5 + parent: 2 + - uid: 23541 + components: + - type: Transform + pos: -65.5,31.5 + parent: 2 + - uid: 23543 + components: + - type: Transform + pos: -69.5,30.5 + parent: 2 + - uid: 23589 + components: + - type: Transform + pos: -67.5,30.5 + parent: 2 + - uid: 23590 + components: + - type: Transform + pos: -65.5,33.5 + parent: 2 + - uid: 23591 + components: + - type: Transform + pos: -65.5,35.5 + parent: 2 + - uid: 23703 + components: + - type: Transform + pos: 62.5,66.5 + parent: 2 + - uid: 23704 + components: + - type: Transform + pos: 54.5,66.5 + parent: 2 + - uid: 23706 + components: + - type: Transform + pos: 70.5,27.5 + parent: 2 + - uid: 23716 + components: + - type: Transform + pos: 67.5,68.5 + parent: 2 + - uid: 23729 + components: + - type: Transform + pos: 76.5,30.5 + parent: 2 + - uid: 23730 + components: + - type: Transform + pos: 57.5,44.5 + parent: 2 + - uid: 23731 + components: + - type: Transform + pos: 72.5,29.5 + parent: 2 + - uid: 23732 + components: + - type: Transform + pos: 73.5,29.5 + parent: 2 + - uid: 23733 + components: + - type: Transform + pos: 75.5,27.5 + parent: 2 + - uid: 23734 + components: + - type: Transform + pos: 73.5,27.5 + parent: 2 + - uid: 23735 + components: + - type: Transform + pos: 76.5,28.5 + parent: 2 + - uid: 23736 + components: + - type: Transform + pos: 74.5,31.5 + parent: 2 + - uid: 23737 + components: + - type: Transform + pos: 76.5,31.5 + parent: 2 + - uid: 23738 + components: + - type: Transform + pos: 67.5,65.5 + parent: 2 + - uid: 23739 + components: + - type: Transform + pos: 69.5,64.5 + parent: 2 + - uid: 23753 + components: + - type: Transform + pos: 63.5,66.5 + parent: 2 + - uid: 23815 + components: + - type: Transform + pos: -70.5,33.5 + parent: 2 + - uid: 24081 + components: + - type: Transform + pos: -66.5,30.5 + parent: 2 + - uid: 27830 + components: + - type: Transform + pos: 87.5,26.5 + parent: 2 + - uid: 27831 + components: + - type: Transform + pos: 89.5,27.5 + parent: 2 + - uid: 27834 + components: + - type: Transform + pos: 52.5,41.5 + parent: 2 + - uid: 27835 + components: + - type: Transform + pos: 73.5,41.5 + parent: 2 + - uid: 27836 + components: + - type: Transform + pos: 58.5,39.5 + parent: 2 + - uid: 27837 + components: + - type: Transform + pos: 98.5,26.5 + parent: 2 + - uid: 27838 + components: + - type: Transform + pos: 96.5,35.5 + parent: 2 + - uid: 27839 + components: + - type: Transform + pos: 98.5,32.5 + parent: 2 + - uid: 27840 + components: + - type: Transform + pos: 96.5,32.5 + parent: 2 + - uid: 27841 + components: + - type: Transform + pos: 93.5,43.5 + parent: 2 + - uid: 27842 + components: + - type: Transform + pos: 93.5,44.5 + parent: 2 + - uid: 27843 + components: + - type: Transform + pos: 95.5,44.5 + parent: 2 + - uid: 27859 + components: + - type: Transform + pos: 53.5,40.5 + parent: 2 + - uid: 27867 + components: + - type: Transform + pos: 96.5,25.5 + parent: 2 + - uid: 27873 + components: + - type: Transform + pos: 77.5,62.5 + parent: 2 + - uid: 27874 + components: + - type: Transform + pos: 75.5,59.5 + parent: 2 + - uid: 27877 + components: + - type: Transform + pos: 77.5,58.5 + parent: 2 + - uid: 27878 + components: + - type: Transform + pos: 77.5,56.5 + parent: 2 + - uid: 27889 + components: + - type: Transform + pos: 75.5,58.5 + parent: 2 + - uid: 27890 + components: + - type: Transform + pos: 77.5,55.5 + parent: 2 + - uid: 27891 + components: + - type: Transform + pos: 77.5,54.5 + parent: 2 + - uid: 27892 + components: + - type: Transform + pos: 79.5,60.5 + parent: 2 + - uid: 27893 + components: + - type: Transform + pos: 75.5,57.5 + parent: 2 + - uid: 27894 + components: + - type: Transform + pos: 75.5,62.5 + parent: 2 + - uid: 27895 + components: + - type: Transform + pos: 75.5,56.5 + parent: 2 + - uid: 27896 + components: + - type: Transform + pos: 78.5,60.5 + parent: 2 + - uid: 27897 + components: + - type: Transform + pos: 76.5,62.5 + parent: 2 + - uid: 27898 + components: + - type: Transform + pos: 77.5,60.5 + parent: 2 + - uid: 27899 + components: + - type: Transform + pos: 77.5,59.5 + parent: 2 + - uid: 27900 + components: + - type: Transform + pos: 77.5,57.5 + parent: 2 + - uid: 27902 + components: + - type: Transform + pos: 54.5,60.5 + parent: 2 + - uid: 27903 + components: + - type: Transform + pos: 65.5,61.5 + parent: 2 + - uid: 27904 + components: + - type: Transform + pos: 80.5,62.5 + parent: 2 + - uid: 27907 + components: + - type: Transform + pos: 90.5,32.5 + parent: 2 + - uid: 27909 + components: + - type: Transform + pos: 86.5,49.5 + parent: 2 + - uid: 27910 + components: + - type: Transform + pos: 64.5,60.5 + parent: 2 + - uid: 27912 + components: + - type: Transform + pos: 65.5,63.5 + parent: 2 + - uid: 27913 + components: + - type: Transform + pos: 71.5,58.5 + parent: 2 + - uid: 27915 + components: + - type: Transform + pos: 94.5,38.5 + parent: 2 + - uid: 27918 + components: + - type: Transform + pos: 54.5,57.5 + parent: 2 + - uid: 27919 + components: + - type: Transform + pos: 90.5,48.5 + parent: 2 + - uid: 27920 + components: + - type: Transform + pos: 75.5,55.5 + parent: 2 + - uid: 27921 + components: + - type: Transform + pos: 62.5,60.5 + parent: 2 + - uid: 27924 + components: + - type: Transform + pos: 71.5,61.5 + parent: 2 + - uid: 27928 + components: + - type: Transform + pos: 79.5,59.5 + parent: 2 + - uid: 27930 + components: + - type: Transform + pos: 53.5,43.5 + parent: 2 + - uid: 27935 + components: + - type: Transform + pos: 61.5,60.5 + parent: 2 + - uid: 27936 + components: + - type: Transform + pos: 95.5,30.5 + parent: 2 + - uid: 27937 + components: + - type: Transform + pos: 55.5,60.5 + parent: 2 + - uid: 27938 + components: + - type: Transform + pos: 65.5,60.5 + parent: 2 + - uid: 27939 + components: + - type: Transform + pos: 65.5,59.5 + parent: 2 + - uid: 27940 + components: + - type: Transform + pos: 67.5,38.5 + parent: 2 + - uid: 27942 + components: + - type: Transform + pos: 99.5,29.5 + parent: 2 + - uid: 27945 + components: + - type: Transform + pos: 84.5,28.5 + parent: 2 + - uid: 27947 + components: + - type: Transform + pos: 90.5,28.5 + parent: 2 + - uid: 27976 + components: + - type: Transform + pos: 67.5,40.5 + parent: 2 + - uid: 27977 + components: + - type: Transform + pos: 72.5,62.5 + parent: 2 + - uid: 27978 + components: + - type: Transform + pos: 67.5,39.5 + parent: 2 + - uid: 27980 + components: + - type: Transform + pos: 93.5,42.5 + parent: 2 + - uid: 27981 + components: + - type: Transform + pos: 72.5,43.5 + parent: 2 + - uid: 27987 + components: + - type: Transform + pos: 96.5,30.5 + parent: 2 + - uid: 27988 + components: + - type: Transform + pos: 99.5,30.5 + parent: 2 + - uid: 27990 + components: + - type: Transform + pos: 89.5,48.5 + parent: 2 + - uid: 27991 + components: + - type: Transform + pos: 89.5,30.5 + parent: 2 + - uid: 27992 + components: + - type: Transform + pos: 84.5,30.5 + parent: 2 + - uid: 27993 + components: + - type: Transform + pos: 84.5,31.5 + parent: 2 + - uid: 27994 + components: + - type: Transform + pos: 92.5,48.5 + parent: 2 + - uid: 27995 + components: + - type: Transform + pos: 54.5,59.5 + parent: 2 + - uid: 27996 + components: + - type: Transform + pos: 74.5,46.5 + parent: 2 + - uid: 27997 + components: + - type: Transform + pos: 54.5,43.5 + parent: 2 + - uid: 27999 + components: + - type: Transform + pos: 63.5,62.5 + parent: 2 + - uid: 28006 + components: + - type: Transform + pos: 96.5,39.5 + parent: 2 + - uid: 28009 + components: + - type: Transform + pos: 84.5,29.5 + parent: 2 + - uid: 28010 + components: + - type: Transform + pos: 56.5,69.5 + parent: 2 + - uid: 28011 + components: + - type: Transform + pos: 92.5,30.5 + parent: 2 + - uid: 28012 + components: + - type: Transform + pos: 93.5,34.5 + parent: 2 + - uid: 28014 + components: + - type: Transform + pos: 94.5,37.5 + parent: 2 + - uid: 28015 + components: + - type: Transform + pos: 84.5,46.5 + parent: 2 + - uid: 28016 + components: + - type: Transform + pos: 94.5,39.5 + parent: 2 + - uid: 28017 + components: + - type: Transform + pos: 73.5,46.5 + parent: 2 + - uid: 28019 + components: + - type: Transform + pos: 98.5,34.5 + parent: 2 + - uid: 28020 + components: + - type: Transform + pos: 63.5,60.5 + parent: 2 + - uid: 28021 + components: + - type: Transform + pos: 65.5,62.5 + parent: 2 + - uid: 28023 + components: + - type: Transform + pos: 91.5,25.5 + parent: 2 + - uid: 28025 + components: + - type: Transform + pos: 99.5,34.5 + parent: 2 + - uid: 28026 + components: + - type: Transform + pos: 96.5,38.5 + parent: 2 + - uid: 28029 + components: + - type: Transform + pos: 92.5,34.5 + parent: 2 + - uid: 28030 + components: + - type: Transform + pos: 84.5,47.5 + parent: 2 + - uid: 28031 + components: + - type: Transform + pos: 86.5,31.5 + parent: 2 + - uid: 28032 + components: + - type: Transform + pos: 96.5,34.5 + parent: 2 + - uid: 28033 + components: + - type: Transform + pos: 88.5,31.5 + parent: 2 + - uid: 28034 + components: + - type: Transform + pos: 98.5,40.5 + parent: 2 + - uid: 28035 + components: + - type: Transform + pos: 86.5,30.5 + parent: 2 + - uid: 28042 + components: + - type: Transform + pos: 57.5,47.5 + parent: 2 + - uid: 28045 + components: + - type: Transform + pos: 92.5,46.5 + parent: 2 + - uid: 28046 + components: + - type: Transform + pos: 56.5,43.5 + parent: 2 + - uid: 28048 + components: + - type: Transform + pos: 56.5,41.5 + parent: 2 + - uid: 28049 + components: + - type: Transform + pos: 58.5,35.5 + parent: 2 + - uid: 28050 + components: + - type: Transform + pos: 55.5,41.5 + parent: 2 + - uid: 28249 + components: + - type: Transform + pos: 56.5,35.5 + parent: 2 + - uid: 28502 + components: + - type: Transform + pos: 59.5,35.5 + parent: 2 + - uid: 28503 + components: + - type: Transform + pos: 59.5,37.5 + parent: 2 + - uid: 28505 + components: + - type: Transform + pos: 57.5,35.5 + parent: 2 + - uid: 28506 + components: + - type: Transform + pos: 57.5,37.5 + parent: 2 + - uid: 28507 + components: + - type: Transform + pos: 57.5,38.5 + parent: 2 + - uid: 28509 + components: + - type: Transform + pos: 51.5,33.5 + parent: 2 + - uid: 28510 + components: + - type: Transform + pos: 55.5,39.5 + parent: 2 + - uid: 28511 + components: + - type: Transform + pos: 66.5,69.5 + parent: 2 + - uid: 29256 + components: + - type: Transform + pos: 76.5,65.5 + parent: 2 + - uid: 29264 + components: + - type: Transform + pos: 90.5,25.5 + parent: 2 + - uid: 29267 + components: + - type: Transform + pos: 79.5,64.5 + parent: 2 + - uid: 29268 + components: + - type: Transform + pos: 98.5,38.5 + parent: 2 + - uid: 29270 + components: + - type: Transform + pos: 67.5,69.5 + parent: 2 + - uid: 29271 + components: + - type: Transform + pos: 54.5,69.5 + parent: 2 + - uid: 29274 + components: + - type: Transform + pos: 59.5,69.5 + parent: 2 + - uid: 29275 + components: + - type: Transform + pos: 82.5,45.5 + parent: 2 + - uid: 29276 + components: + - type: Transform + pos: 99.5,43.5 + parent: 2 + - uid: 29277 + components: + - type: Transform + pos: 98.5,36.5 + parent: 2 + - uid: 29278 + components: + - type: Transform + pos: 98.5,39.5 + parent: 2 + - uid: 29279 + components: + - type: Transform + pos: 98.5,43.5 + parent: 2 + - uid: 29280 + components: + - type: Transform + pos: 98.5,41.5 + parent: 2 + - uid: 29281 + components: + - type: Transform + pos: 98.5,37.5 + parent: 2 + - uid: 29282 + components: + - type: Transform + pos: 98.5,42.5 + parent: 2 + - uid: 29283 + components: + - type: Transform + pos: 88.5,30.5 + parent: 2 + - uid: 29284 + components: + - type: Transform + pos: 88.5,32.5 + parent: 2 + - uid: 29285 + components: + - type: Transform + pos: 99.5,28.5 + parent: 2 + - uid: 29302 + components: + - type: Transform + pos: 90.5,30.5 + parent: 2 + - uid: 29303 + components: + - type: Transform + pos: 98.5,30.5 + parent: 2 + - uid: 29308 + components: + - type: Transform + pos: 81.5,45.5 + parent: 2 + - uid: 29310 + components: + - type: Transform + pos: 86.5,28.5 + parent: 2 + - uid: 29311 + components: + - type: Transform + pos: 88.5,28.5 + parent: 2 + - uid: 29313 + components: + - type: Transform + pos: 69.5,51.5 + parent: 2 + - uid: 29317 + components: + - type: Transform + pos: 71.5,37.5 + parent: 2 + - uid: 29318 + components: + - type: Transform + pos: 57.5,45.5 + parent: 2 + - uid: 29319 + components: + - type: Transform + pos: 54.5,58.5 + parent: 2 + - uid: 29320 + components: + - type: Transform + pos: 78.5,45.5 + parent: 2 + - uid: 29323 + components: + - type: Transform + pos: 65.5,58.5 + parent: 2 + - uid: 29324 + components: + - type: Transform + pos: 65.5,57.5 + parent: 2 + - uid: 29325 + components: + - type: Transform + pos: 75.5,47.5 + parent: 2 + - uid: 29326 + components: + - type: Transform + pos: 80.5,43.5 + parent: 2 + - uid: 29327 + components: + - type: Transform + pos: 77.5,45.5 + parent: 2 + - uid: 29328 + components: + - type: Transform + pos: 79.5,45.5 + parent: 2 + - uid: 29329 + components: + - type: Transform + pos: 79.5,43.5 + parent: 2 + - uid: 29330 + components: + - type: Transform + pos: 80.5,45.5 + parent: 2 + - uid: 29331 + components: + - type: Transform + pos: 80.5,44.5 + parent: 2 + - uid: 29332 + components: + - type: Transform + pos: 81.5,36.5 + parent: 2 + - uid: 29333 + components: + - type: Transform + pos: 80.5,35.5 + parent: 2 + - uid: 29334 + components: + - type: Transform + pos: 79.5,35.5 + parent: 2 + - uid: 29335 + components: + - type: Transform + pos: 82.5,27.5 + parent: 2 + - uid: 29336 + components: + - type: Transform + pos: 81.5,35.5 + parent: 2 + - uid: 29337 + components: + - type: Transform + pos: 82.5,29.5 + parent: 2 + - uid: 29338 + components: + - type: Transform + pos: 82.5,30.5 + parent: 2 + - uid: 29339 + components: + - type: Transform + pos: 86.5,33.5 + parent: 2 + - uid: 29340 + components: + - type: Transform + pos: 79.5,63.5 + parent: 2 + - uid: 29341 + components: + - type: Transform + pos: 73.5,57.5 + parent: 2 + - uid: 29342 + components: + - type: Transform + pos: 55.5,69.5 + parent: 2 + - uid: 29343 + components: + - type: Transform + pos: 73.5,62.5 + parent: 2 + - uid: 29344 + components: + - type: Transform + pos: 73.5,60.5 + parent: 2 + - uid: 29345 + components: + - type: Transform + pos: 73.5,61.5 + parent: 2 + - uid: 29346 + components: + - type: Transform + pos: 73.5,56.5 + parent: 2 + - uid: 29347 + components: + - type: Transform + pos: 75.5,61.5 + parent: 2 + - uid: 29350 + components: + - type: Transform + pos: 55.5,38.5 + parent: 2 + - uid: 29352 + components: + - type: Transform + pos: 73.5,58.5 + parent: 2 + - uid: 29353 + components: + - type: Transform + pos: 67.5,60.5 + parent: 2 + - uid: 29354 + components: + - type: Transform + pos: 67.5,61.5 + parent: 2 + - uid: 29355 + components: + - type: Transform + pos: 67.5,59.5 + parent: 2 + - uid: 29358 + components: + - type: Transform + pos: 55.5,40.5 + parent: 2 + - uid: 29360 + components: + - type: Transform + pos: 70.5,56.5 + parent: 2 + - uid: 29361 + components: + - type: Transform + pos: 67.5,62.5 + parent: 2 + - uid: 29367 + components: + - type: Transform + pos: 72.5,56.5 + parent: 2 + - uid: 29368 + components: + - type: Transform + pos: 71.5,56.5 + parent: 2 + - uid: 29369 + components: + - type: Transform + pos: 87.5,28.5 + parent: 2 + - uid: 29370 + components: + - type: Transform + pos: 57.5,43.5 + parent: 2 + - uid: 29373 + components: + - type: Transform + pos: 97.5,28.5 + parent: 2 + - uid: 29374 + components: + - type: Transform + pos: 96.5,28.5 + parent: 2 + - uid: 29375 + components: + - type: Transform + pos: 98.5,28.5 + parent: 2 + - uid: 29376 + components: + - type: Transform + pos: 82.5,26.5 + parent: 2 + - uid: 29377 + components: + - type: Transform + pos: 82.5,32.5 + parent: 2 + - uid: 29378 + components: + - type: Transform + pos: 82.5,31.5 + parent: 2 + - uid: 29379 + components: + - type: Transform + pos: 82.5,33.5 + parent: 2 + - uid: 29380 + components: + - type: Transform + pos: 71.5,60.5 + parent: 2 + - uid: 29381 + components: + - type: Transform + pos: 71.5,59.5 + parent: 2 + - uid: 29382 + components: + - type: Transform + pos: 83.5,26.5 + parent: 2 + - uid: 29383 + components: + - type: Transform + pos: 88.5,33.5 + parent: 2 + - uid: 29384 + components: + - type: Transform + pos: 87.5,33.5 + parent: 2 + - uid: 29385 + components: + - type: Transform + pos: 94.5,33.5 + parent: 2 + - uid: 29386 + components: + - type: Transform + pos: 82.5,28.5 + parent: 2 + - uid: 29387 + components: + - type: Transform + pos: 80.5,29.5 + parent: 2 + - uid: 29388 + components: + - type: Transform + pos: 80.5,28.5 + parent: 2 + - uid: 29390 + components: + - type: Transform + pos: 91.5,48.5 + parent: 2 + - uid: 29392 + components: + - type: Transform + pos: 81.5,28.5 + parent: 2 + - uid: 29395 + components: + - type: Transform + pos: 94.5,30.5 + parent: 2 + - uid: 29396 + components: + - type: Transform + pos: 91.5,30.5 + parent: 2 + - uid: 29397 + components: + - type: Transform + pos: 93.5,30.5 + parent: 2 + - uid: 29398 + components: + - type: Transform + pos: 97.5,30.5 + parent: 2 + - uid: 29399 + components: + - type: Transform + pos: 86.5,32.5 + parent: 2 + - uid: 29406 + components: + - type: Transform + pos: 78.5,43.5 + parent: 2 + - uid: 29407 + components: + - type: Transform + pos: 80.5,34.5 + parent: 2 + - uid: 29408 + components: + - type: Transform + pos: 77.5,43.5 + parent: 2 + - uid: 29409 + components: + - type: Transform + pos: 80.5,32.5 + parent: 2 + - uid: 29410 + components: + - type: Transform + pos: 80.5,33.5 + parent: 2 + - uid: 29411 + components: + - type: Transform + pos: 80.5,31.5 + parent: 2 + - uid: 29412 + components: + - type: Transform + pos: 74.5,43.5 + parent: 2 + - uid: 29413 + components: + - type: Transform + pos: 88.5,48.5 + parent: 2 + - uid: 29414 + components: + - type: Transform + pos: 73.5,43.5 + parent: 2 + - uid: 29415 + components: + - type: Transform + pos: 83.5,33.5 + parent: 2 + - uid: 29416 + components: + - type: Transform + pos: 84.5,33.5 + parent: 2 + - uid: 29417 + components: + - type: Transform + pos: 85.5,33.5 + parent: 2 + - uid: 29418 + components: + - type: Transform + pos: 84.5,26.5 + parent: 2 + - uid: 29419 + components: + - type: Transform + pos: 94.5,34.5 + parent: 2 + - uid: 29420 + components: + - type: Transform + pos: 85.5,25.5 + parent: 2 + - uid: 29421 + components: + - type: Transform + pos: 85.5,26.5 + parent: 2 + - uid: 29422 + components: + - type: Transform + pos: 67.5,42.5 + parent: 2 + - uid: 29637 + components: + - type: Transform + pos: 67.5,41.5 + parent: 2 + - uid: 29840 + components: + - type: Transform + pos: 67.5,37.5 + parent: 2 + - uid: 29849 + components: + - type: Transform + pos: 71.5,62.5 + parent: 2 + - uid: 29850 + components: + - type: Transform + pos: 75.5,60.5 + parent: 2 + - uid: 29851 + components: + - type: Transform + pos: 85.5,23.5 + parent: 2 + - uid: 29853 + components: + - type: Transform + pos: 84.5,44.5 + parent: 2 + - uid: 29857 + components: + - type: Transform + pos: 83.5,36.5 + parent: 2 + - uid: 29859 + components: + - type: Transform + pos: 83.5,44.5 + parent: 2 + - uid: 29860 + components: + - type: Transform + pos: 83.5,43.5 + parent: 2 + - uid: 29861 + components: + - type: Transform + pos: 84.5,45.5 + parent: 2 + - uid: 29862 + components: + - type: Transform + pos: 85.5,24.5 + parent: 2 + - uid: 29863 + components: + - type: Transform + pos: 91.5,32.5 + parent: 2 + - uid: 29864 + components: + - type: Transform + pos: 92.5,25.5 + parent: 2 + - uid: 29865 + components: + - type: Transform + pos: 94.5,40.5 + parent: 2 + - uid: 29866 + components: + - type: Transform + pos: 93.5,25.5 + parent: 2 + - uid: 29867 + components: + - type: Transform + pos: 55.5,42.5 + parent: 2 + - uid: 29869 + components: + - type: Transform + pos: 96.5,42.5 + parent: 2 + - uid: 29870 + components: + - type: Transform + pos: 96.5,40.5 + parent: 2 + - uid: 29872 + components: + - type: Transform + pos: 95.5,32.5 + parent: 2 + - uid: 29874 + components: + - type: Transform + pos: 92.5,32.5 + parent: 2 + - uid: 29875 + components: + - type: Transform + pos: 96.5,37.5 + parent: 2 + - uid: 29876 + components: + - type: Transform + pos: 96.5,41.5 + parent: 2 + - uid: 29878 + components: + - type: Transform + pos: 85.5,28.5 + parent: 2 + - uid: 29883 + components: + - type: Transform + pos: 85.5,27.5 + parent: 2 + - uid: 29900 + components: + - type: Transform + pos: 61.5,61.5 + parent: 2 + - uid: 29901 + components: + - type: Transform + pos: 57.5,60.5 + parent: 2 + - uid: 29902 + components: + - type: Transform + pos: 60.5,61.5 + parent: 2 + - uid: 29903 + components: + - type: Transform + pos: 57.5,61.5 + parent: 2 + - uid: 29904 + components: + - type: Transform + pos: 59.5,61.5 + parent: 2 + - uid: 29905 + components: + - type: Transform + pos: 58.5,61.5 + parent: 2 + - uid: 29906 + components: + - type: Transform + pos: 67.5,56.5 + parent: 2 + - uid: 29933 + components: + - type: Transform + pos: 67.5,57.5 + parent: 2 + - uid: 29934 + components: + - type: Transform + pos: 67.5,58.5 + parent: 2 + - uid: 29936 + components: + - type: Transform + pos: 69.5,61.5 + parent: 2 + - uid: 29937 + components: + - type: Transform + pos: 69.5,62.5 + parent: 2 + - uid: 29938 + components: + - type: Transform + pos: 69.5,59.5 + parent: 2 + - uid: 29939 + components: + - type: Transform + pos: 69.5,60.5 + parent: 2 + - uid: 29940 + components: + - type: Transform + pos: 56.5,60.5 + parent: 2 + - uid: 29951 + components: + - type: Transform + pos: 83.5,45.5 + parent: 2 + - uid: 30102 + components: + - type: Transform + pos: 93.5,32.5 + parent: 2 + - uid: 30103 + components: + - type: Transform + pos: 94.5,32.5 + parent: 2 + - uid: 30104 + components: + - type: Transform + pos: 89.5,28.5 + parent: 2 + - uid: 30107 + components: + - type: Transform + pos: 69.5,55.5 + parent: 2 + - uid: 30108 + components: + - type: Transform + pos: 64.5,55.5 + parent: 2 + - uid: 30109 + components: + - type: Transform + pos: 69.5,56.5 + parent: 2 + - uid: 30110 + components: + - type: Transform + pos: 66.5,55.5 + parent: 2 + - uid: 30111 + components: + - type: Transform + pos: 65.5,55.5 + parent: 2 + - uid: 30112 + components: + - type: Transform + pos: 67.5,55.5 + parent: 2 + - uid: 30113 + components: + - type: Transform + pos: 69.5,57.5 + parent: 2 + - uid: 30114 + components: + - type: Transform + pos: 69.5,58.5 + parent: 2 + - uid: 30115 + components: + - type: Transform + pos: 56.5,63.5 + parent: 2 + - uid: 30116 + components: + - type: Transform + pos: 60.5,63.5 + parent: 2 + - uid: 30117 + components: + - type: Transform + pos: 57.5,63.5 + parent: 2 + - uid: 30118 + components: + - type: Transform + pos: 58.5,63.5 + parent: 2 + - uid: 30119 + components: + - type: Transform + pos: 61.5,63.5 + parent: 2 + - uid: 30120 + components: + - type: Transform + pos: 59.5,63.5 + parent: 2 + - uid: 30121 + components: + - type: Transform + pos: 54.5,68.5 + parent: 2 + - uid: 30122 + components: + - type: Transform + pos: 62.5,63.5 + parent: 2 + - uid: 30123 + components: + - type: Transform + pos: 54.5,67.5 + parent: 2 + - uid: 30124 + components: + - type: Transform + pos: 87.5,25.5 + parent: 2 + - uid: 30125 + components: + - type: Transform + pos: 87.5,24.5 + parent: 2 + - uid: 30175 + components: + - type: Transform + pos: 65.5,35.5 + parent: 2 + - uid: 30176 + components: + - type: Transform + pos: 60.5,33.5 + parent: 2 + - uid: 30177 + components: + - type: Transform + pos: 61.5,34.5 + parent: 2 + - uid: 30655 + components: + - type: Transform + pos: 63.5,33.5 + parent: 2 + - uid: 30690 + components: + - type: Transform + pos: 63.5,34.5 + parent: 2 + - uid: 30693 + components: + - type: Transform + pos: 61.5,33.5 + parent: 2 + - uid: 30701 + components: + - type: Transform + pos: 59.5,33.5 + parent: 2 + - uid: 30702 + components: + - type: Transform + pos: 63.5,35.5 + parent: 2 + - uid: 30706 + components: + - type: Transform + pos: 64.5,35.5 + parent: 2 + - uid: 30751 + components: + - type: Transform + pos: 66.5,35.5 + parent: 2 + - uid: 30752 + components: + - type: Transform + pos: 63.5,32.5 + parent: 2 + - uid: 30976 + components: + - type: Transform + pos: 53.5,41.5 + parent: 2 + - uid: 30977 + components: + - type: Transform + pos: 57.5,46.5 + parent: 2 + - uid: 31303 + components: + - type: Transform + pos: 85.5,21.5 + parent: 2 + - uid: 31606 + components: + - type: Transform + pos: 57.5,39.5 + parent: 2 + - uid: 31607 + components: + - type: Transform + pos: 55.5,37.5 + parent: 2 + - uid: 31608 + components: + - type: Transform + pos: 58.5,33.5 + parent: 2 + - uid: 31609 + components: + - type: Transform + pos: 57.5,41.5 + parent: 2 + - uid: 31610 + components: + - type: Transform + pos: 55.5,43.5 + parent: 2 + - uid: 31629 + components: + - type: Transform + pos: 60.5,66.5 + parent: 2 + - uid: 31630 + components: + - type: Transform + pos: 72.5,27.5 + parent: 2 + - uid: 32546 + components: + - type: Transform + pos: 73.5,42.5 + parent: 2 + - uid: 32585 + components: + - type: Transform + pos: 53.5,44.5 + parent: 2 +- proto: WallPlastitanium + entities: + - uid: 15978 + components: + - type: Transform + pos: 26.5,40.5 + parent: 2 + - uid: 16148 + components: + - type: Transform + pos: 25.5,39.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + pos: 25.5,36.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + pos: 29.5,40.5 + parent: 2 + - uid: 16245 + components: + - type: Transform + pos: 29.5,39.5 + parent: 2 + - uid: 16246 + components: + - type: Transform + pos: 29.5,36.5 + parent: 2 + - uid: 16275 + components: + - type: Transform + pos: 25.5,40.5 + parent: 2 + - uid: 16276 + components: + - type: Transform + pos: 28.5,40.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 44 + components: + - type: Transform + pos: 20.5,47.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: -30.5,68.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 71.5,24.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 20.5,44.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: -35.5,-4.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -34.5,0.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -34.5,1.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: -47.5,-39.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 67.5,7.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: -35.5,-7.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: -63.5,-20.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: 20.5,46.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: 28.5,41.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: 20.5,43.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: 83.5,9.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: -55.5,38.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: -35.5,-3.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: 69.5,8.5 + parent: 2 + - uid: 734 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 736 + components: + - type: Transform + pos: -35.5,-8.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 + - uid: 741 + components: + - type: Transform + pos: -35.5,-6.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: -35.5,-5.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: 68.5,7.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: 30.5,46.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 30.5,47.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: 5.5,31.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: 22.5,23.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 22.5,25.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: 16.5,22.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: -32.5,68.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: 4.5,31.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 66.5,7.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 65.5,8.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: -53.5,-37.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: -42.5,32.5 + parent: 2 + - uid: 1660 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 + - uid: 1675 + components: + - type: Transform + pos: -54.5,-37.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + pos: 4.5,51.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + pos: -65.5,-13.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 1843 + components: + - type: Transform + pos: 7.5,31.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + pos: 3.5,31.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + pos: 14.5,26.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + pos: 13.5,26.5 + parent: 2 + - uid: 1909 + components: + - type: Transform + pos: 15.5,30.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + pos: 22.5,24.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + pos: 15.5,28.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + pos: 15.5,31.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + pos: 13.5,31.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + pos: 14.5,31.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + pos: 11.5,31.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + pos: 9.5,31.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + pos: 10.5,31.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + pos: 3.5,26.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: 6.5,26.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: 22.5,22.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + pos: 22.5,26.5 + parent: 2 + - uid: 1994 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + pos: 22.5,28.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: 21.5,31.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + pos: 19.5,31.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + pos: 18.5,31.5 + parent: 2 + - uid: 2003 + components: + - type: Transform + pos: 17.5,31.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: 16.5,31.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: -14.5,-44.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - uid: 2221 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 2235 + components: + - type: Transform + pos: 20.5,41.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: 32.5,52.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + pos: 30.5,52.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + pos: 33.5,52.5 + parent: 2 + - uid: 2243 + components: + - type: Transform + pos: 31.5,52.5 + parent: 2 + - uid: 2261 + components: + - type: Transform + pos: -37.5,-45.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: -14.5,-42.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + pos: 70.5,24.5 + parent: 2 + - uid: 2286 + components: + - type: Transform + pos: 69.5,25.5 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 2303 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 2304 + components: + - type: Transform + pos: -37.5,-12.5 + parent: 2 + - uid: 2308 + components: + - type: Transform + pos: -44.5,-1.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: -42.5,7.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - uid: 2329 + components: + - type: Transform + pos: -35.5,-37.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: -8.5,62.5 + parent: 2 + - uid: 2366 + components: + - type: Transform + pos: -52.5,23.5 + parent: 2 + - uid: 2375 + components: + - type: Transform + pos: 72.5,11.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: 54.5,8.5 + parent: 2 + - uid: 2392 + components: + - type: Transform + pos: -13.5,-43.5 + parent: 2 + - uid: 2406 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 2407 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 2408 + components: + - type: Transform + pos: 27.5,-35.5 + parent: 2 + - uid: 2409 + components: + - type: Transform + pos: 28.5,-35.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + pos: -52.5,16.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: 63.5,-32.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + pos: 62.5,-32.5 + parent: 2 + - uid: 2437 + components: + - type: Transform + pos: -53.5,38.5 + parent: 2 + - uid: 2450 + components: + - type: Transform + pos: -1.5,-49.5 + parent: 2 + - uid: 2485 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 2499 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - uid: 2502 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: -28.5,65.5 + parent: 2 + - uid: 2513 + components: + - type: Transform + pos: 38.5,52.5 + parent: 2 + - uid: 2514 + components: + - type: Transform + pos: 51.5,46.5 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: -110.5,-5.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: -110.5,26.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + pos: -108.5,26.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: -109.5,26.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: -28.5,55.5 + parent: 2 + - uid: 2528 + components: + - type: Transform + pos: -28.5,56.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: -28.5,67.5 + parent: 2 + - uid: 2591 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -29.5,63.5 + parent: 2 + - uid: 2612 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 2613 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: 14.5,41.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: 8.5,42.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: 12.5,57.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + pos: 15.5,41.5 + parent: 2 + - uid: 2638 + components: + - type: Transform + pos: -36.5,54.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: -28.5,66.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + pos: -30.5,52.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 24.5,57.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: 4.5,48.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: 26.5,41.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: 25.5,47.5 + parent: 2 + - uid: 2671 + components: + - type: Transform + pos: 4.5,47.5 + parent: 2 + - uid: 2675 + components: + - type: Transform + pos: 8.5,46.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - uid: 2688 + components: + - type: Transform + pos: 15.5,40.5 + parent: 2 + - uid: 2689 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: 8.5,41.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + pos: 16.5,41.5 + parent: 2 + - uid: 2697 + components: + - type: Transform + pos: 21.5,47.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: -28.5,45.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: 30.5,53.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: 27.5,47.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + pos: 25.5,57.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - uid: 2744 + components: + - type: Transform + pos: 20.5,48.5 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: 16.5,49.5 + parent: 2 + - uid: 2746 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 2747 + components: + - type: Transform + pos: 16.5,46.5 + parent: 2 + - uid: 2753 + components: + - type: Transform + pos: -13.5,46.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -9.5,-53.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: 30.5,57.5 + parent: 2 + - uid: 2773 + components: + - type: Transform + pos: 29.5,57.5 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: 28.5,47.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: 29.5,47.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -24.5,60.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -11.5,46.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + pos: 23.5,53.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + pos: 4.5,57.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: 23.5,52.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + pos: -3.5,26.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: -3.5,28.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 2819 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: -3.5,27.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: -3.5,32.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + pos: 30.5,43.5 + parent: 2 + - uid: 2824 + components: + - type: Transform + pos: 30.5,42.5 + parent: 2 + - uid: 2827 + components: + - type: Transform + pos: 26.5,34.5 + parent: 2 + - uid: 2831 + components: + - type: Transform + pos: 81.5,-7.5 + parent: 2 + - uid: 2832 + components: + - type: Transform + pos: 72.5,-24.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + pos: 23.5,34.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + pos: 22.5,34.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: 24.5,34.5 + parent: 2 + - uid: 2845 + components: + - type: Transform + pos: 25.5,34.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + pos: 12.5,54.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + pos: 32.5,42.5 + parent: 2 + - uid: 2852 + components: + - type: Transform + pos: 3.5,45.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + pos: 3.5,46.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + pos: 6.5,46.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + pos: 4.5,46.5 + parent: 2 + - uid: 2868 + components: + - type: Transform + pos: 5.5,46.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + pos: 16.5,42.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + pos: 20.5,50.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + pos: 15.5,34.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: 17.5,34.5 + parent: 2 + - uid: 2883 + components: + - type: Transform + pos: 33.5,34.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: 70.5,-27.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: 68.5,-29.5 + parent: 2 + - uid: 2898 + components: + - type: Transform + pos: 71.5,-26.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + pos: 80.5,-8.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + pos: 81.5,0.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + pos: 69.5,-28.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + pos: 71.5,-25.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: -35.5,-45.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: -19.5,-47.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + pos: 13.5,51.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: 28.5,34.5 + parent: 2 + - uid: 3006 + components: + - type: Transform + pos: 27.5,34.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + pos: 30.5,34.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + pos: 29.5,34.5 + parent: 2 + - uid: 3009 + components: + - type: Transform + pos: 19.5,34.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: 8.5,34.5 + parent: 2 + - uid: 3017 + components: + - type: Transform + pos: 14.5,34.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + pos: 10.5,34.5 + parent: 2 + - uid: 3029 + components: + - type: Transform + pos: 65.5,-30.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + pos: -63.5,-32.5 + parent: 2 + - uid: 3035 + components: + - type: Transform + pos: 11.5,34.5 + parent: 2 + - uid: 3044 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + pos: 21.5,34.5 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: 3.5,43.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: 6.5,43.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: -77.5,22.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: -14.5,-43.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + pos: -61.5,-32.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + pos: -62.5,-32.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + pos: -57.5,-32.5 + parent: 2 + - uid: 3102 + components: + - type: Transform + pos: -59.5,-32.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: 4.5,43.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + pos: -41.5,61.5 + parent: 2 + - uid: 3121 + components: + - type: Transform + pos: -42.5,61.5 + parent: 2 + - uid: 3130 + components: + - type: Transform + pos: 66.5,-30.5 + parent: 2 + - uid: 3156 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 3157 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - uid: 3158 + components: + - type: Transform + pos: 11.5,-38.5 + parent: 2 + - uid: 3160 + components: + - type: Transform + pos: -57.5,-36.5 + parent: 2 + - uid: 3165 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: 13.5,-37.5 + parent: 2 + - uid: 3199 + components: + - type: Transform + pos: 83.5,10.5 + parent: 2 + - uid: 3200 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 3203 + components: + - type: Transform + pos: 8.5,43.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + pos: 7.5,43.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + pos: 16.5,34.5 + parent: 2 + - uid: 3220 + components: + - type: Transform + pos: 8.5,44.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + pos: 20.5,34.5 + parent: 2 + - uid: 3266 + components: + - type: Transform + pos: -31.5,-24.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + pos: -31.5,-23.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 2 + - uid: 3296 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 2 + - uid: 3298 + components: + - type: Transform + pos: 26.5,-35.5 + parent: 2 + - uid: 3301 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 3303 + components: + - type: Transform + pos: 25.5,-35.5 + parent: 2 + - uid: 3334 + components: + - type: Transform + pos: 64.5,-30.5 + parent: 2 + - uid: 3336 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 3341 + components: + - type: Transform + pos: 12.5,53.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + pos: 39.5,-35.5 + parent: 2 + - uid: 3436 + components: + - type: Transform + pos: 73.5,-22.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: 72.5,-22.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 + - uid: 3552 + components: + - type: Transform + pos: -34.5,-38.5 + parent: 2 + - uid: 3562 + components: + - type: Transform + pos: -35.5,3.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 + - uid: 3574 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - uid: 3575 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 3577 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 3578 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 + - uid: 3580 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - uid: 3581 + components: + - type: Transform + pos: -60.5,-32.5 + parent: 2 + - uid: 3586 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - uid: 3587 + components: + - type: Transform + pos: 40.5,-8.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 3589 + components: + - type: Transform + pos: 40.5,-10.5 + parent: 2 + - uid: 3590 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 3591 + components: + - type: Transform + pos: 40.5,9.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + pos: 40.5,11.5 + parent: 2 + - uid: 3593 + components: + - type: Transform + pos: 40.5,-3.5 + parent: 2 + - uid: 3594 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 3595 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - uid: 3596 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 3597 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - uid: 3598 + components: + - type: Transform + pos: 40.5,12.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + pos: -94.5,27.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + pos: -93.5,-7.5 + parent: 2 + - uid: 3608 + components: + - type: Transform + pos: -93.5,-6.5 + parent: 2 + - uid: 3609 + components: + - type: Transform + pos: -95.5,29.5 + parent: 2 + - uid: 3611 + components: + - type: Transform + pos: 45.5,16.5 + parent: 2 + - uid: 3612 + components: + - type: Transform + pos: 48.5,0.5 + parent: 2 + - uid: 3615 + components: + - type: Transform + pos: 48.5,-10.5 + parent: 2 + - uid: 3617 + components: + - type: Transform + pos: 48.5,-9.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: 47.5,6.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + pos: 47.5,13.5 + parent: 2 + - uid: 3622 + components: + - type: Transform + pos: 47.5,2.5 + parent: 2 + - uid: 3623 + components: + - type: Transform + pos: 47.5,9.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 + - uid: 3625 + components: + - type: Transform + pos: 47.5,7.5 + parent: 2 + - uid: 3634 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 3635 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 3637 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + pos: -25.5,-26.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: -26.5,-26.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 3663 + components: + - type: Transform + pos: -66.5,21.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + pos: -66.5,27.5 + parent: 2 + - uid: 3667 + components: + - type: Transform + pos: -65.5,21.5 + parent: 2 + - uid: 3668 + components: + - type: Transform + pos: -66.5,22.5 + parent: 2 + - uid: 3670 + components: + - type: Transform + pos: -50.5,19.5 + parent: 2 + - uid: 3671 + components: + - type: Transform + pos: -57.5,21.5 + parent: 2 + - uid: 3672 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 3673 + components: + - type: Transform + pos: -51.5,19.5 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: -63.5,21.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + pos: -64.5,21.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + pos: -64.5,37.5 + parent: 2 + - uid: 3700 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + pos: -58.5,-32.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + pos: -57.5,-34.5 + parent: 2 + - uid: 3719 + components: + - type: Transform + pos: 21.5,51.5 + parent: 2 + - uid: 3720 + components: + - type: Transform + pos: 16.5,50.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + pos: 20.5,51.5 + parent: 2 + - uid: 3722 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: -3.5,33.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 + - uid: 3727 + components: + - type: Transform + pos: -3.5,34.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: -3.5,30.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: -3.5,37.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: -3.5,31.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: -3.5,36.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: -3.5,39.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: -3.5,38.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: -6.5,44.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: -3.5,44.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + pos: -8.5,44.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: -7.5,44.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: -9.5,44.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + pos: -63.5,10.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: -52.5,24.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 3760 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + pos: -46.5,15.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + pos: -15.5,37.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + pos: -4.5,44.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + pos: -31.5,36.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + pos: -5.5,44.5 + parent: 2 + - uid: 3790 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: -31.5,-25.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: 40.5,1.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: -24.5,-26.5 + parent: 2 + - uid: 3803 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: -27.5,-22.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + pos: 51.5,-32.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: 52.5,-32.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + pos: 53.5,-32.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 3811 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: 63.5,-31.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + pos: 57.5,1.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: -78.5,-20.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + pos: 58.5,-32.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: 74.5,1.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: 65.5,1.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + pos: -98.5,31.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: -93.5,-9.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: 11.5,57.5 + parent: 2 + - uid: 4001 + components: + - type: Transform + pos: 56.5,58.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + pos: 56.5,57.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + pos: 58.5,9.5 + parent: 2 + - uid: 4038 + components: + - type: Transform + pos: -94.5,-10.5 + parent: 2 + - uid: 4056 + components: + - type: Transform + pos: -93.5,-8.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: -107.5,22.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: 53.5,31.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + pos: 52.5,31.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: 13.5,53.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: 63.5,31.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 51.5,31.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: 54.5,31.5 + parent: 2 + - uid: 4080 + components: + - type: Transform + pos: 55.5,31.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: 58.5,31.5 + parent: 2 + - uid: 4101 + components: + - type: Transform + pos: -42.5,36.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: 56.5,31.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + pos: 57.5,31.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: 54.5,9.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + pos: 52.5,9.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: 60.5,9.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + pos: 56.5,9.5 + parent: 2 + - uid: 4159 + components: + - type: Transform + pos: 50.5,45.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -107.5,26.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + pos: 48.5,53.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: 42.5,52.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: 42.5,53.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + pos: 42.5,57.5 + parent: 2 + - uid: 4192 + components: + - type: Transform + pos: 58.5,-36.5 + parent: 2 + - uid: 4195 + components: + - type: Transform + pos: 36.5,53.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + pos: 48.5,57.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: 36.5,57.5 + parent: 2 + - uid: 4203 + components: + - type: Transform + pos: -94.5,28.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + pos: 42.5,58.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + pos: 51.5,25.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + pos: 59.5,31.5 + parent: 2 + - uid: 4215 + components: + - type: Transform + pos: 51.5,50.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + pos: 41.5,-35.5 + parent: 2 + - uid: 4220 + components: + - type: Transform + pos: -96.5,30.5 + parent: 2 + - uid: 4221 + components: + - type: Transform + pos: -97.5,30.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: -93.5,24.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: -93.5,26.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: -93.5,23.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: -93.5,25.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + pos: 73.5,23.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: 73.5,11.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 51.5,45.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: 85.5,69.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + pos: 56.5,25.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: 58.5,25.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: 60.5,25.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + pos: 62.5,25.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: 64.5,25.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 69.5,9.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: 68.5,25.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: 54.5,25.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: 72.5,23.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: 52.5,25.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: 64.5,9.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: 71.5,10.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: 62.5,9.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: 91.5,63.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: 70.5,10.5 + parent: 2 + - uid: 4317 + components: + - type: Transform + pos: 74.5,22.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: 74.5,21.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: 74.5,12.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + pos: 74.5,13.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + pos: 90.5,65.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: -93.5,15.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + pos: -92.5,14.5 + parent: 2 + - uid: 4366 + components: + - type: Transform + pos: 54.5,7.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + pos: -95.5,-12.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + pos: 60.5,31.5 + parent: 2 + - uid: 4384 + components: + - type: Transform + pos: 55.5,3.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + pos: 54.5,6.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + pos: 54.5,5.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + pos: 90.5,66.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + pos: 92.5,63.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + pos: 95.5,61.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + pos: 95.5,62.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + pos: 96.5,59.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + pos: 96.5,58.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + pos: 51.5,51.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + pos: 56.5,56.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + pos: 96.5,61.5 + parent: 2 + - uid: 4458 + components: + - type: Transform + pos: 96.5,60.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + pos: 90.5,64.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + pos: 52.5,70.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + pos: 61.5,31.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + pos: 82.5,8.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + pos: 81.5,7.5 + parent: 2 + - uid: 4502 + components: + - type: Transform + pos: -94.5,-11.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + pos: 69.5,31.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: 78.5,26.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + pos: 13.5,52.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + pos: 48.5,52.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + pos: 78.5,25.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: 69.5,26.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + pos: 57.5,49.5 + parent: 2 + - uid: 4536 + components: + - type: Transform + pos: 59.5,49.5 + parent: 2 + - uid: 4538 + components: + - type: Transform + pos: 58.5,49.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: 56.5,49.5 + parent: 2 + - uid: 4540 + components: + - type: Transform + pos: 60.5,49.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: 55.5,46.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: 64.5,31.5 + parent: 2 + - uid: 4554 + components: + - type: Transform + pos: 41.5,31.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + pos: 54.5,45.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: 53.5,45.5 + parent: 2 + - uid: 4566 + components: + - type: Transform + pos: 55.5,48.5 + parent: 2 + - uid: 4567 + components: + - type: Transform + pos: 55.5,47.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + pos: 55.5,49.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: 50.5,27.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: 51.5,48.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: 50.5,28.5 + parent: 2 + - uid: 4581 + components: + - type: Transform + pos: 50.5,30.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: 51.5,52.5 + parent: 2 + - uid: 4589 + components: + - type: Transform + pos: 52.5,52.5 + parent: 2 + - uid: 4594 + components: + - type: Transform + pos: 53.5,52.5 + parent: 2 + - uid: 4599 + components: + - type: Transform + pos: 54.5,52.5 + parent: 2 + - uid: 4604 + components: + - type: Transform + pos: 50.5,29.5 + parent: 2 + - uid: 4609 + components: + - type: Transform + pos: 54.5,53.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: 52.5,68.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: 45.5,35.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: 50.5,31.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + pos: 52.5,66.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: 60.5,71.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: 61.5,71.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + pos: 62.5,71.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + pos: 63.5,71.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + pos: 55.5,71.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + pos: 56.5,71.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + pos: 58.5,71.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + pos: 66.5,71.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + pos: 89.5,50.5 + parent: 2 + - uid: 4654 + components: + - type: Transform + pos: 88.5,50.5 + parent: 2 + - uid: 4659 + components: + - type: Transform + pos: 41.5,27.5 + parent: 2 + - uid: 4661 + components: + - type: Transform + pos: 14.5,51.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + pos: 22.5,51.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: 88.5,51.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + pos: 92.5,20.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + pos: 92.5,19.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: 79.5,4.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + pos: 79.5,5.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + pos: 91.5,20.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: 88.5,52.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + pos: 50.5,33.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: 50.5,35.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: 50.5,34.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + pos: 42.5,27.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: 43.5,27.5 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: 44.5,27.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: 49.5,27.5 + parent: 2 + - uid: 4767 + components: + - type: Transform + pos: 94.5,46.5 + parent: 2 + - uid: 4773 + components: + - type: Transform + pos: 87.5,20.5 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: 88.5,20.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: 87.5,10.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: 87.5,12.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: 87.5,11.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: 86.5,7.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: 77.5,4.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: 92.5,15.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: 41.5,35.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: 42.5,35.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: 54.5,54.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: 54.5,55.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: 55.5,55.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: 56.5,55.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: 51.5,35.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: 51.5,38.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: 51.5,36.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: 51.5,40.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: 62.5,55.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: 63.5,55.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: 43.5,35.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + pos: 44.5,35.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + pos: -50.5,55.5 + parent: 2 + - uid: 4848 + components: + - type: Transform + pos: -50.5,56.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 80.5,53.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: 79.5,55.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 86.5,6.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: 69.5,29.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 82.5,53.5 + parent: 2 + - uid: 4869 + components: + - type: Transform + pos: 69.5,30.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: 50.5,42.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + pos: -50.5,57.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: -50.5,58.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: 94.5,22.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: 94.5,23.5 + parent: 2 + - uid: 4899 + components: + - type: Transform + pos: 96.5,53.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 96.5,55.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 95.5,63.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: 57.5,71.5 + parent: 2 + - uid: 4921 + components: + - type: Transform + pos: 93.5,63.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: 64.5,71.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: 22.5,52.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: 42.5,31.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: 43.5,31.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: 44.5,31.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: 50.5,41.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: 50.5,44.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: 52.5,45.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + pos: 51.5,39.5 + parent: 2 + - uid: 4942 + components: + - type: Transform + pos: 51.5,41.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + pos: 51.5,47.5 + parent: 2 + - uid: 4946 + components: + - type: Transform + pos: 63.5,54.5 + parent: 2 + - uid: 4947 + components: + - type: Transform + pos: 63.5,53.5 + parent: 2 + - uid: 4948 + components: + - type: Transform + pos: 63.5,52.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + pos: 63.5,51.5 + parent: 2 + - uid: 4950 + components: + - type: Transform + pos: 67.5,71.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: -77.5,-8.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + pos: -92.5,10.5 + parent: 2 + - uid: 5026 + components: + - type: Transform + pos: 77.5,-22.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + pos: 78.5,-22.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + pos: 78.5,-18.5 + parent: 2 + - uid: 5035 + components: + - type: Transform + pos: 78.5,-14.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + pos: 78.5,-13.5 + parent: 2 + - uid: 5037 + components: + - type: Transform + pos: 78.5,-12.5 + parent: 2 + - uid: 5038 + components: + - type: Transform + pos: 79.5,-11.5 + parent: 2 + - uid: 5039 + components: + - type: Transform + pos: 79.5,-10.5 + parent: 2 + - uid: 5040 + components: + - type: Transform + pos: 79.5,-9.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + pos: 79.5,-8.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + pos: 73.5,1.5 + parent: 2 + - uid: 5060 + components: + - type: Transform + pos: 72.5,1.5 + parent: 2 + - uid: 5061 + components: + - type: Transform + pos: 64.5,1.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: 56.5,1.5 + parent: 2 + - uid: 5083 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 + - uid: 5084 + components: + - type: Transform + pos: 55.5,2.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: -98.5,17.5 + parent: 2 + - uid: 5090 + components: + - type: Transform + pos: 67.5,-29.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + pos: 72.5,-23.5 + parent: 2 + - uid: 5106 + components: + - type: Transform + pos: 77.5,1.5 + parent: 2 + - uid: 5108 + components: + - type: Transform + pos: 76.5,1.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + pos: -28.5,54.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + pos: -60.5,10.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + pos: 47.5,35.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: 46.5,35.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: 48.5,35.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: 49.5,35.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: 48.5,31.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + pos: -36.5,32.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: -15.5,42.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + pos: -15.5,39.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + pos: -32.5,32.5 + parent: 2 + - uid: 5249 + components: + - type: Transform + pos: 47.5,31.5 + parent: 2 + - uid: 5252 + components: + - type: Transform + pos: 46.5,31.5 + parent: 2 + - uid: 5253 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - uid: 5254 + components: + - type: Transform + pos: -98.5,-14.5 + parent: 2 + - uid: 5266 + components: + - type: Transform + pos: -96.5,-13.5 + parent: 2 + - uid: 5296 + components: + - type: Transform + pos: 69.5,27.5 + parent: 2 + - uid: 5299 + components: + - type: Transform + pos: 30.5,50.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + pos: 69.5,28.5 + parent: 2 + - uid: 5306 + components: + - type: Transform + pos: 67.5,31.5 + parent: 2 + - uid: 5314 + components: + - type: Transform + pos: 68.5,71.5 + parent: 2 + - uid: 5318 + components: + - type: Transform + pos: 61.5,58.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + pos: 62.5,58.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: 62.5,57.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + pos: 62.5,56.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: 61.5,49.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: 61.5,50.5 + parent: 2 + - uid: 5324 + components: + - type: Transform + pos: 61.5,51.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: 62.5,51.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + pos: 59.5,71.5 + parent: 2 + - uid: 5373 + components: + - type: Transform + pos: 94.5,51.5 + parent: 2 + - uid: 5378 + components: + - type: Transform + pos: 92.5,51.5 + parent: 2 + - uid: 5379 + components: + - type: Transform + pos: 93.5,51.5 + parent: 2 + - uid: 5381 + components: + - type: Transform + pos: 92.5,50.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 91.5,50.5 + parent: 2 + - uid: 5418 + components: + - type: Transform + pos: -97.5,-13.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + pos: -99.5,13.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: 49.5,31.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + pos: -92.5,23.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: -99.5,16.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + pos: -28.5,53.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + pos: 46.5,52.5 + parent: 2 + - uid: 5543 + components: + - type: Transform + pos: 38.5,51.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + pos: 66.5,31.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: 65.5,31.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + pos: 68.5,31.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + pos: -2.5,-49.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + pos: -3.5,-49.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + pos: -4.5,-49.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + pos: -5.5,-49.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + pos: -6.5,-49.5 + parent: 2 + - uid: 5774 + components: + - type: Transform + pos: -7.5,-49.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + pos: -8.5,-49.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + pos: 4.5,-49.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + pos: 5.5,-49.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + pos: 6.5,-49.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + pos: 7.5,-49.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + pos: 8.5,-49.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + pos: 11.5,-49.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + pos: 12.5,-49.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + pos: -9.5,-49.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + pos: -44.5,36.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + pos: -27.5,-26.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: -28.5,-26.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + pos: -31.5,-26.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + pos: 48.5,50.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + pos: 48.5,51.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: 69.5,71.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: 89.5,61.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: 88.5,61.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: -17.5,23.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: -22.5,23.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: -92.5,11.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: 51.5,-33.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: 11.5,-37.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 6193 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: -98.5,18.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: -99.5,-0.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: -43.5,61.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + pos: 91.5,61.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + pos: 90.5,61.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: 93.5,61.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 92.5,61.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 94.5,56.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: 93.5,59.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: 94.5,59.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: 94.5,55.5 + parent: 2 + - uid: 6406 + components: + - type: Transform + pos: 94.5,58.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: 94.5,57.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: 94.5,54.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + pos: 94.5,52.5 + parent: 2 + - uid: 6411 + components: + - type: Transform + pos: 94.5,53.5 + parent: 2 + - uid: 6425 + components: + - type: Transform + pos: 81.5,-3.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + pos: 81.5,-14.5 + parent: 2 + - uid: 6438 + components: + - type: Transform + pos: 81.5,-18.5 + parent: 2 + - uid: 6465 + components: + - type: Transform + pos: 59.5,-32.5 + parent: 2 + - uid: 6466 + components: + - type: Transform + pos: 54.5,-36.5 + parent: 2 + - uid: 6467 + components: + - type: Transform + pos: 54.5,-32.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: -39.5,57.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: -40.5,58.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + pos: -35.5,57.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: -46.5,-46.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: -46.5,-50.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: -23.5,23.5 + parent: 2 + - uid: 6670 + components: + - type: Transform + pos: -52.5,-39.5 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: -50.5,-39.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: -37.5,-39.5 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: -52.5,-44.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + pos: -55.5,-37.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 2 + - uid: 6704 + components: + - type: Transform + pos: -49.5,-39.5 + parent: 2 + - uid: 6705 + components: + - type: Transform + pos: -52.5,-40.5 + parent: 2 + - uid: 6711 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 6718 + components: + - type: Transform + pos: -28.5,-45.5 + parent: 2 + - uid: 6719 + components: + - type: Transform + pos: -34.5,-45.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + pos: -66.5,-21.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + pos: -36.5,-45.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + pos: -46.5,-49.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + pos: -52.5,-50.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + pos: -45.5,-45.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + pos: -66.5,-20.5 + parent: 2 + - uid: 6770 + components: + - type: Transform + pos: -46.5,-45.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + pos: -51.5,-39.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + pos: -48.5,-39.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: -46.5,-39.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + pos: -77.5,20.5 + parent: 2 + - uid: 6795 + components: + - type: Transform + pos: -19.5,-45.5 + parent: 2 + - uid: 6859 + components: + - type: Transform + pos: -99.5,0.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + pos: -15.5,-47.5 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 7270 + components: + - type: Transform + pos: -37.5,-37.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: -46.5,-37.5 + parent: 2 + - uid: 7287 + components: + - type: Transform + pos: -47.5,-37.5 + parent: 2 + - uid: 7288 + components: + - type: Transform + pos: -48.5,-37.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: -49.5,-37.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: -50.5,-37.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + pos: -51.5,-37.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + pos: -52.5,-37.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + pos: -52.5,18.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + pos: -66.5,-10.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + pos: -63.5,-22.5 + parent: 2 + - uid: 7330 + components: + - type: Transform + pos: -63.5,-23.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 + - uid: 7335 + components: + - type: Transform + pos: -63.5,-30.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + pos: -63.5,-31.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + pos: -63.5,-28.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + pos: -63.5,-29.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + pos: -63.5,-27.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + pos: -63.5,-26.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + pos: -63.5,-25.5 + parent: 2 + - uid: 7418 + components: + - type: Transform + pos: -28.5,63.5 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: -66.5,-13.5 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: -66.5,-9.5 + parent: 2 + - uid: 7425 + components: + - type: Transform + pos: -66.5,-8.5 + parent: 2 + - uid: 7426 + components: + - type: Transform + pos: -66.5,-7.5 + parent: 2 + - uid: 7431 + components: + - type: Transform + pos: -66.5,-2.5 + parent: 2 + - uid: 7563 + components: + - type: Transform + pos: -75.5,20.5 + parent: 2 + - uid: 7566 + components: + - type: Transform + pos: -95.5,15.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: 5.5,43.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: -117.5,11.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: -62.5,10.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: -63.5,13.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: -62.5,14.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: -61.5,14.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: -56.5,10.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: -63.5,11.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: -63.5,12.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + pos: -82.5,-16.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: -99.5,2.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: -99.5,14.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + pos: 4.5,49.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: -79.5,20.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + pos: -99.5,1.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + pos: -86.5,-22.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: -87.5,-22.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: -88.5,-22.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: -85.5,-22.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: -84.5,-22.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: -83.5,-22.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: -82.5,-22.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + pos: -89.5,-22.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + pos: -92.5,-22.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: -93.5,-22.5 + parent: 2 + - uid: 7729 + components: + - type: Transform + pos: -91.5,-22.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + pos: -90.5,-22.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + pos: -74.5,18.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + pos: -80.5,19.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: -94.5,10.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: -81.5,19.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: -82.5,17.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: -82.5,18.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: -93.5,10.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + pos: -78.5,23.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: -90.5,22.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: -91.5,23.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: -77.5,23.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: -90.5,23.5 + parent: 2 + - uid: 7768 + components: + - type: Transform + pos: -109.5,10.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: -111.5,6.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + pos: -110.5,6.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + pos: -74.5,13.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: -74.5,11.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + pos: -74.5,10.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + pos: -74.5,3.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + pos: -91.5,-6.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + pos: -30.5,51.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + pos: -86.5,-16.5 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: -82.5,-17.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + pos: -86.5,-15.5 + parent: 2 + - uid: 7819 + components: + - type: Transform + pos: -99.5,15.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: -81.5,11.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + pos: -75.5,10.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: -82.5,11.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: -82.5,35.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: -86.5,34.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: -86.5,32.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: -74.5,12.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + pos: -86.5,-17.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: -82.5,-18.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: -82.5,-15.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + pos: -90.5,-6.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: -99.5,17.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: -98.5,-1.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: 45.5,-35.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: 66.5,-29.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: -97.5,-22.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: -96.5,-22.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: -95.5,11.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + pos: -108.5,10.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + pos: -95.5,-22.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: -74.5,17.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + pos: -94.5,-22.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + pos: -95.5,12.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + pos: 33.5,35.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + pos: -108.5,6.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: -109.5,6.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: -111.5,10.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: -110.5,10.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + pos: -86.5,-18.5 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: -98.5,-22.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: -82.5,34.5 + parent: 2 + - uid: 8003 + components: + - type: Transform + pos: -86.5,33.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + pos: -86.5,35.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + pos: -82.5,32.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: -82.5,12.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: -81.5,10.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + pos: -80.5,10.5 + parent: 2 + - uid: 8061 + components: + - type: Transform + pos: 31.5,36.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: 31.5,37.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + pos: -78.5,-6.5 + parent: 2 + - uid: 8085 + components: + - type: Transform + pos: 32.5,37.5 + parent: 2 + - uid: 8096 + components: + - type: Transform + pos: 31.5,34.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: -104.5,-18.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + pos: -106.5,-22.5 + parent: 2 + - uid: 8148 + components: + - type: Transform + pos: -107.5,-22.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + pos: -108.5,-22.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + pos: -109.5,-22.5 + parent: 2 + - uid: 8151 + components: + - type: Transform + pos: -110.5,-22.5 + parent: 2 + - uid: 8152 + components: + - type: Transform + pos: -111.5,-22.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + pos: -112.5,-22.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + pos: -113.5,-22.5 + parent: 2 + - uid: 8155 + components: + - type: Transform + pos: -114.5,-22.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: -115.5,-22.5 + parent: 2 + - uid: 8157 + components: + - type: Transform + pos: -111.5,5.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: -115.5,-21.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + pos: -115.5,-20.5 + parent: 2 + - uid: 8160 + components: + - type: Transform + pos: -115.5,-19.5 + parent: 2 + - uid: 8161 + components: + - type: Transform + pos: -115.5,-18.5 + parent: 2 + - uid: 8162 + components: + - type: Transform + pos: -115.5,-17.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + pos: -115.5,-16.5 + parent: 2 + - uid: 8164 + components: + - type: Transform + pos: -115.5,-15.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + pos: -115.5,-14.5 + parent: 2 + - uid: 8166 + components: + - type: Transform + pos: -115.5,-13.5 + parent: 2 + - uid: 8167 + components: + - type: Transform + pos: -115.5,-12.5 + parent: 2 + - uid: 8168 + components: + - type: Transform + pos: -115.5,-11.5 + parent: 2 + - uid: 8169 + components: + - type: Transform + pos: -115.5,-10.5 + parent: 2 + - uid: 8170 + components: + - type: Transform + pos: -115.5,-9.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + pos: -115.5,-8.5 + parent: 2 + - uid: 8172 + components: + - type: Transform + pos: -115.5,-7.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: -115.5,-6.5 + parent: 2 + - uid: 8174 + components: + - type: Transform + pos: -115.5,-5.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: -115.5,-4.5 + parent: 2 + - uid: 8176 + components: + - type: Transform + pos: -115.5,-3.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + pos: -115.5,-2.5 + parent: 2 + - uid: 8178 + components: + - type: Transform + pos: -115.5,-1.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + pos: -115.5,-0.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + pos: -115.5,5.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + pos: -115.5,6.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: -115.5,7.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: -121.5,10.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + pos: -115.5,9.5 + parent: 2 + - uid: 8190 + components: + - type: Transform + pos: -115.5,10.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: -111.5,4.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + pos: -111.5,3.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + pos: -111.5,2.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + pos: -111.5,1.5 + parent: 2 + - uid: 8195 + components: + - type: Transform + pos: -111.5,0.5 + parent: 2 + - uid: 8196 + components: + - type: Transform + pos: -111.5,-0.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + pos: -111.5,-1.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + pos: -111.5,-2.5 + parent: 2 + - uid: 8199 + components: + - type: Transform + pos: -111.5,-3.5 + parent: 2 + - uid: 8200 + components: + - type: Transform + pos: -111.5,-4.5 + parent: 2 + - uid: 8201 + components: + - type: Transform + pos: -111.5,-5.5 + parent: 2 + - uid: 8202 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + pos: -111.5,-9.5 + parent: 2 + - uid: 8206 + components: + - type: Transform + pos: -111.5,-10.5 + parent: 2 + - uid: 8207 + components: + - type: Transform + pos: -111.5,-11.5 + parent: 2 + - uid: 8208 + components: + - type: Transform + pos: -111.5,-12.5 + parent: 2 + - uid: 8209 + components: + - type: Transform + pos: -111.5,-13.5 + parent: 2 + - uid: 8210 + components: + - type: Transform + pos: -111.5,-14.5 + parent: 2 + - uid: 8211 + components: + - type: Transform + pos: -111.5,-15.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + pos: -111.5,-16.5 + parent: 2 + - uid: 8213 + components: + - type: Transform + pos: -111.5,-17.5 + parent: 2 + - uid: 8214 + components: + - type: Transform + pos: -111.5,-18.5 + parent: 2 + - uid: 8215 + components: + - type: Transform + pos: -87.5,-18.5 + parent: 2 + - uid: 8216 + components: + - type: Transform + pos: -88.5,-18.5 + parent: 2 + - uid: 8217 + components: + - type: Transform + pos: -89.5,-18.5 + parent: 2 + - uid: 8218 + components: + - type: Transform + pos: -90.5,-18.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + pos: -91.5,-18.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + pos: -92.5,-18.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: -93.5,-18.5 + parent: 2 + - uid: 8222 + components: + - type: Transform + pos: -94.5,-18.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + pos: -95.5,-18.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + pos: -96.5,-18.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + pos: -97.5,-18.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + pos: -98.5,-18.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + pos: -99.5,-18.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + pos: -100.5,-18.5 + parent: 2 + - uid: 8229 + components: + - type: Transform + pos: -101.5,-18.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: -102.5,-18.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: -103.5,-18.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + pos: -105.5,-18.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + pos: -106.5,-18.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + pos: -107.5,-18.5 + parent: 2 + - uid: 8236 + components: + - type: Transform + pos: -108.5,-18.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + pos: -109.5,-18.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + pos: -110.5,-18.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + pos: -87.5,35.5 + parent: 2 + - uid: 8242 + components: + - type: Transform + pos: -82.5,33.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + pos: -88.5,35.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + pos: -89.5,35.5 + parent: 2 + - uid: 8248 + components: + - type: Transform + pos: -90.5,35.5 + parent: 2 + - uid: 8249 + components: + - type: Transform + pos: -91.5,35.5 + parent: 2 + - uid: 8250 + components: + - type: Transform + pos: -92.5,35.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + pos: -93.5,35.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + pos: -94.5,35.5 + parent: 2 + - uid: 8253 + components: + - type: Transform + pos: -95.5,35.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + pos: -96.5,35.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + pos: -97.5,35.5 + parent: 2 + - uid: 8256 + components: + - type: Transform + pos: -98.5,35.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + pos: -99.5,35.5 + parent: 2 + - uid: 8261 + components: + - type: Transform + pos: -103.5,35.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + pos: -104.5,35.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + pos: -105.5,35.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: -106.5,35.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + pos: -107.5,35.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + pos: -108.5,35.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + pos: -109.5,35.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + pos: -46.5,18.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: -83.5,39.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: -84.5,39.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + pos: -88.5,39.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + pos: -89.5,39.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + pos: -90.5,39.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: -91.5,39.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: -92.5,39.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: -93.5,39.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: -94.5,39.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: -95.5,39.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + pos: -96.5,39.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + pos: -97.5,39.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + pos: -98.5,39.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: -99.5,39.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + pos: -100.5,39.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: -101.5,39.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: -102.5,39.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + pos: -103.5,39.5 + parent: 2 + - uid: 8293 + components: + - type: Transform + pos: -104.5,39.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + pos: -105.5,39.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + pos: -106.5,39.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + pos: -107.5,39.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + pos: -108.5,39.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: -109.5,39.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: -110.5,35.5 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: -111.5,35.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: -111.5,34.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + pos: -111.5,33.5 + parent: 2 + - uid: 8303 + components: + - type: Transform + pos: -111.5,32.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + pos: -111.5,31.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + pos: -111.5,30.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + pos: -111.5,29.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + pos: -111.5,28.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + pos: -111.5,27.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + pos: -111.5,26.5 + parent: 2 + - uid: 8310 + components: + - type: Transform + pos: 33.5,45.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + pos: -111.5,22.5 + parent: 2 + - uid: 8314 + components: + - type: Transform + pos: -111.5,21.5 + parent: 2 + - uid: 8315 + components: + - type: Transform + pos: -111.5,20.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: -111.5,19.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + pos: -111.5,18.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: -111.5,17.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: -111.5,16.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + pos: -111.5,15.5 + parent: 2 + - uid: 8321 + components: + - type: Transform + pos: -111.5,14.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: -111.5,13.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + pos: -111.5,12.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + pos: -111.5,11.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: -115.5,11.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + pos: -115.5,17.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + pos: -115.5,18.5 + parent: 2 + - uid: 8333 + components: + - type: Transform + pos: -115.5,19.5 + parent: 2 + - uid: 8334 + components: + - type: Transform + pos: -115.5,20.5 + parent: 2 + - uid: 8335 + components: + - type: Transform + pos: -115.5,21.5 + parent: 2 + - uid: 8336 + components: + - type: Transform + pos: -115.5,22.5 + parent: 2 + - uid: 8337 + components: + - type: Transform + pos: -115.5,23.5 + parent: 2 + - uid: 8338 + components: + - type: Transform + pos: -115.5,24.5 + parent: 2 + - uid: 8339 + components: + - type: Transform + pos: -115.5,25.5 + parent: 2 + - uid: 8340 + components: + - type: Transform + pos: -115.5,26.5 + parent: 2 + - uid: 8341 + components: + - type: Transform + pos: -115.5,27.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: -115.5,28.5 + parent: 2 + - uid: 8343 + components: + - type: Transform + pos: -115.5,29.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: -115.5,30.5 + parent: 2 + - uid: 8345 + components: + - type: Transform + pos: -115.5,31.5 + parent: 2 + - uid: 8346 + components: + - type: Transform + pos: -115.5,32.5 + parent: 2 + - uid: 8347 + components: + - type: Transform + pos: -115.5,33.5 + parent: 2 + - uid: 8348 + components: + - type: Transform + pos: -115.5,34.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + pos: -115.5,35.5 + parent: 2 + - uid: 8350 + components: + - type: Transform + pos: -115.5,36.5 + parent: 2 + - uid: 8351 + components: + - type: Transform + pos: -115.5,37.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: -115.5,38.5 + parent: 2 + - uid: 8353 + components: + - type: Transform + pos: -115.5,39.5 + parent: 2 + - uid: 8354 + components: + - type: Transform + pos: -114.5,39.5 + parent: 2 + - uid: 8355 + components: + - type: Transform + pos: -113.5,39.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + pos: -112.5,39.5 + parent: 2 + - uid: 8357 + components: + - type: Transform + pos: -111.5,39.5 + parent: 2 + - uid: 8358 + components: + - type: Transform + pos: -110.5,39.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + pos: -116.5,11.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + pos: -120.5,11.5 + parent: 2 + - uid: 8365 + components: + - type: Transform + pos: -120.5,5.5 + parent: 2 + - uid: 8369 + components: + - type: Transform + pos: -116.5,5.5 + parent: 2 + - uid: 8373 + components: + - type: Transform + pos: -121.5,6.5 + parent: 2 + - uid: 8376 + components: + - type: Transform + pos: -124.5,6.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: -124.5,10.5 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: -79.5,39.5 + parent: 2 + - uid: 8628 + components: + - type: Transform + pos: -78.5,39.5 + parent: 2 + - uid: 8632 + components: + - type: Transform + pos: -74.5,39.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + pos: -70.5,39.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + pos: -70.5,38.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + pos: -70.5,37.5 + parent: 2 + - uid: 8657 + components: + - type: Transform + pos: -74.5,19.5 + parent: 2 + - uid: 8658 + components: + - type: Transform + pos: -74.5,20.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: -74.5,22.5 + parent: 2 + - uid: 8661 + components: + - type: Transform + pos: -74.5,23.5 + parent: 2 + - uid: 8662 + components: + - type: Transform + pos: -74.5,24.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + pos: -74.5,25.5 + parent: 2 + - uid: 8664 + components: + - type: Transform + pos: -74.5,26.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + pos: -74.5,27.5 + parent: 2 + - uid: 8666 + components: + - type: Transform + pos: -74.5,28.5 + parent: 2 + - uid: 8667 + components: + - type: Transform + pos: -74.5,29.5 + parent: 2 + - uid: 8668 + components: + - type: Transform + pos: -74.5,30.5 + parent: 2 + - uid: 8669 + components: + - type: Transform + pos: -74.5,31.5 + parent: 2 + - uid: 8670 + components: + - type: Transform + pos: -74.5,32.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + pos: -74.5,33.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + pos: -74.5,34.5 + parent: 2 + - uid: 8673 + components: + - type: Transform + pos: -74.5,35.5 + parent: 2 + - uid: 8674 + components: + - type: Transform + pos: -75.5,35.5 + parent: 2 + - uid: 8675 + components: + - type: Transform + pos: -76.5,35.5 + parent: 2 + - uid: 8676 + components: + - type: Transform + pos: -77.5,35.5 + parent: 2 + - uid: 8677 + components: + - type: Transform + pos: -78.5,35.5 + parent: 2 + - uid: 8678 + components: + - type: Transform + pos: -79.5,35.5 + parent: 2 + - uid: 8679 + components: + - type: Transform + pos: -80.5,35.5 + parent: 2 + - uid: 8680 + components: + - type: Transform + pos: -81.5,35.5 + parent: 2 + - uid: 8691 + components: + - type: Transform + pos: -66.5,23.5 + parent: 2 + - uid: 8692 + components: + - type: Transform + pos: -66.5,26.5 + parent: 2 + - uid: 8693 + components: + - type: Transform + pos: -66.5,25.5 + parent: 2 + - uid: 8695 + components: + - type: Transform + pos: -52.5,10.5 + parent: 2 + - uid: 8698 + components: + - type: Transform + pos: -58.5,37.5 + parent: 2 + - uid: 8706 + components: + - type: Transform + pos: -56.5,15.5 + parent: 2 + - uid: 8707 + components: + - type: Transform + pos: -64.5,19.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 8709 + components: + - type: Transform + pos: -56.5,14.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + pos: -40.5,29.5 + parent: 2 + - uid: 8721 + components: + - type: Transform + pos: -40.5,28.5 + parent: 2 + - uid: 8722 + components: + - type: Transform + pos: -40.5,30.5 + parent: 2 + - uid: 8723 + components: + - type: Transform + pos: -40.5,32.5 + parent: 2 + - uid: 8724 + components: + - type: Transform + pos: -40.5,31.5 + parent: 2 + - uid: 8726 + components: + - type: Transform + pos: -40.5,36.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + pos: -41.5,36.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + pos: -40.5,35.5 + parent: 2 + - uid: 8731 + components: + - type: Transform + pos: -40.5,33.5 + parent: 2 + - uid: 8734 + components: + - type: Transform + pos: -45.5,36.5 + parent: 2 + - uid: 8736 + components: + - type: Transform + pos: -36.5,36.5 + parent: 2 + - uid: 8737 + components: + - type: Transform + pos: -38.5,36.5 + parent: 2 + - uid: 8739 + components: + - type: Transform + pos: -30.5,43.5 + parent: 2 + - uid: 8741 + components: + - type: Transform + pos: -39.5,36.5 + parent: 2 + - uid: 8756 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 8758 + components: + - type: Transform + pos: -52.5,11.5 + parent: 2 + - uid: 8780 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 + - uid: 8781 + components: + - type: Transform + pos: -60.5,14.5 + parent: 2 + - uid: 8782 + components: + - type: Transform + pos: -56.5,11.5 + parent: 2 + - uid: 8784 + components: + - type: Transform + pos: -56.5,13.5 + parent: 2 + - uid: 8785 + components: + - type: Transform + pos: -48.5,28.5 + parent: 2 + - uid: 8786 + components: + - type: Transform + pos: -69.5,-7.5 + parent: 2 + - uid: 8787 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 + - uid: 8789 + components: + - type: Transform + pos: -68.5,-7.5 + parent: 2 + - uid: 8790 + components: + - type: Transform + pos: -52.5,15.5 + parent: 2 + - uid: 8791 + components: + - type: Transform + pos: -46.5,26.5 + parent: 2 + - uid: 8797 + components: + - type: Transform + pos: -56.5,21.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: -56.5,28.5 + parent: 2 + - uid: 8841 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - uid: 8842 + components: + - type: Transform + pos: -46.5,20.5 + parent: 2 + - uid: 8843 + components: + - type: Transform + pos: -46.5,19.5 + parent: 2 + - uid: 8844 + components: + - type: Transform + pos: -46.5,22.5 + parent: 2 + - uid: 8846 + components: + - type: Transform + pos: -46.5,24.5 + parent: 2 + - uid: 8847 + components: + - type: Transform + pos: -46.5,23.5 + parent: 2 + - uid: 8848 + components: + - type: Transform + pos: -46.5,27.5 + parent: 2 + - uid: 8849 + components: + - type: Transform + pos: -46.5,28.5 + parent: 2 + - uid: 8850 + components: + - type: Transform + pos: -50.5,28.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: -47.5,28.5 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: -52.5,25.5 + parent: 2 + - uid: 8865 + components: + - type: Transform + pos: -52.5,26.5 + parent: 2 + - uid: 8866 + components: + - type: Transform + pos: -52.5,27.5 + parent: 2 + - uid: 8867 + components: + - type: Transform + pos: -52.5,28.5 + parent: 2 + - uid: 8877 + components: + - type: Transform + pos: -64.5,20.5 + parent: 2 + - uid: 8878 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 + - uid: 8879 + components: + - type: Transform + pos: -64.5,17.5 + parent: 2 + - uid: 8880 + components: + - type: Transform + pos: -64.5,16.5 + parent: 2 + - uid: 8882 + components: + - type: Transform + pos: -64.5,14.5 + parent: 2 + - uid: 8897 + components: + - type: Transform + pos: -56.5,32.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + pos: -65.5,29.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: -65.5,30.5 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: -65.5,28.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: -57.5,28.5 + parent: 2 + - uid: 8933 + components: + - type: Transform + pos: -55.5,32.5 + parent: 2 + - uid: 8953 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - uid: 8957 + components: + - type: Transform + pos: -58.5,31.5 + parent: 2 + - uid: 8966 + components: + - type: Transform + pos: -58.5,35.5 + parent: 2 + - uid: 8967 + components: + - type: Transform + pos: -64.5,35.5 + parent: 2 + - uid: 8972 + components: + - type: Transform + pos: -52.5,32.5 + parent: 2 + - uid: 8975 + components: + - type: Transform + pos: -60.5,37.5 + parent: 2 + - uid: 8976 + components: + - type: Transform + pos: -59.5,37.5 + parent: 2 + - uid: 8977 + components: + - type: Transform + pos: -64.5,33.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + pos: -51.5,37.5 + parent: 2 + - uid: 8985 + components: + - type: Transform + pos: -51.5,28.5 + parent: 2 + - uid: 8987 + components: + - type: Transform + pos: -51.5,32.5 + parent: 2 + - uid: 8992 + components: + - type: Transform + pos: -64.5,31.5 + parent: 2 + - uid: 8993 + components: + - type: Transform + pos: -64.5,32.5 + parent: 2 + - uid: 8995 + components: + - type: Transform + pos: -58.5,36.5 + parent: 2 + - uid: 8996 + components: + - type: Transform + pos: -63.5,37.5 + parent: 2 + - uid: 8997 + components: + - type: Transform + pos: -64.5,36.5 + parent: 2 + - uid: 8998 + components: + - type: Transform + pos: -62.5,37.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: -61.5,37.5 + parent: 2 + - uid: 9018 + components: + - type: Transform + pos: -57.5,31.5 + parent: 2 + - uid: 9019 + components: + - type: Transform + pos: -57.5,37.5 + parent: 2 + - uid: 9020 + components: + - type: Transform + pos: -56.5,38.5 + parent: 2 + - uid: 9022 + components: + - type: Transform + pos: -52.5,38.5 + parent: 2 + - uid: 9025 + components: + - type: Transform + pos: -53.5,32.5 + parent: 2 + - uid: 9026 + components: + - type: Transform + pos: -50.5,32.5 + parent: 2 + - uid: 9027 + components: + - type: Transform + pos: -50.5,36.5 + parent: 2 + - uid: 9032 + components: + - type: Transform + pos: -57.5,32.5 + parent: 2 + - uid: 9034 + components: + - type: Transform + pos: -65.5,37.5 + parent: 2 + - uid: 9058 + components: + - type: Transform + pos: -56.5,42.5 + parent: 2 + - uid: 9060 + components: + - type: Transform + pos: -49.5,32.5 + parent: 2 + - uid: 9064 + components: + - type: Transform + pos: -45.5,32.5 + parent: 2 + - uid: 9065 + components: + - type: Transform + pos: -44.5,32.5 + parent: 2 + - uid: 9066 + components: + - type: Transform + pos: -49.5,36.5 + parent: 2 + - uid: 9068 + components: + - type: Transform + pos: -41.5,32.5 + parent: 2 + - uid: 9069 + components: + - type: Transform + pos: -45.5,28.5 + parent: 2 + - uid: 9070 + components: + - type: Transform + pos: -44.5,28.5 + parent: 2 + - uid: 9072 + components: + - type: Transform + pos: -42.5,28.5 + parent: 2 + - uid: 9073 + components: + - type: Transform + pos: -41.5,28.5 + parent: 2 + - uid: 9075 + components: + - type: Transform + pos: -56.5,40.5 + parent: 2 + - uid: 9076 + components: + - type: Transform + pos: -52.5,39.5 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: -52.5,40.5 + parent: 2 + - uid: 9078 + components: + - type: Transform + pos: -52.5,41.5 + parent: 2 + - uid: 9099 + components: + - type: Transform + pos: 48.5,58.5 + parent: 2 + - uid: 9120 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 9127 + components: + - type: Transform + pos: -37.5,36.5 + parent: 2 + - uid: 9130 + components: + - type: Transform + pos: -32.5,36.5 + parent: 2 + - uid: 9131 + components: + - type: Transform + pos: -52.5,42.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + pos: 36.5,58.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + pos: -107.5,-9.5 + parent: 2 + - uid: 9203 + components: + - type: Transform + pos: -117.5,5.5 + parent: 2 + - uid: 9226 + components: + - type: Transform + pos: 33.5,50.5 + parent: 2 + - uid: 9227 + components: + - type: Transform + pos: 33.5,47.5 + parent: 2 + - uid: 9229 + components: + - type: Transform + pos: 33.5,46.5 + parent: 2 + - uid: 9232 + components: + - type: Transform + pos: 33.5,51.5 + parent: 2 + - uid: 9233 + components: + - type: Transform + pos: 33.5,48.5 + parent: 2 + - uid: 9239 + components: + - type: Transform + pos: 42.5,16.5 + parent: 2 + - uid: 9241 + components: + - type: Transform + pos: 43.5,16.5 + parent: 2 + - uid: 9247 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 9248 + components: + - type: Transform + pos: 44.5,16.5 + parent: 2 + - uid: 9249 + components: + - type: Transform + pos: 44.5,-10.5 + parent: 2 + - uid: 9250 + components: + - type: Transform + pos: 38.5,50.5 + parent: 2 + - uid: 9251 + components: + - type: Transform + pos: 36.5,51.5 + parent: 2 + - uid: 9261 + components: + - type: Transform + pos: -76.5,22.5 + parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 46.5,51.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 46.5,50.5 + parent: 2 + - uid: 9279 + components: + - type: Transform + pos: 36.5,50.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + pos: 94.5,48.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + pos: -37.5,3.5 + parent: 2 + - uid: 9354 + components: + - type: Transform + pos: -36.5,3.5 + parent: 2 + - uid: 9414 + components: + - type: Transform + pos: -50.5,47.5 + parent: 2 + - uid: 9415 + components: + - type: Transform + pos: -50.5,48.5 + parent: 2 + - uid: 9416 + components: + - type: Transform + pos: -50.5,49.5 + parent: 2 + - uid: 9417 + components: + - type: Transform + pos: -50.5,50.5 + parent: 2 + - uid: 9418 + components: + - type: Transform + pos: -50.5,51.5 + parent: 2 + - uid: 9419 + components: + - type: Transform + pos: -48.5,51.5 + parent: 2 + - uid: 9420 + components: + - type: Transform + pos: -48.5,50.5 + parent: 2 + - uid: 9421 + components: + - type: Transform + pos: -48.5,49.5 + parent: 2 + - uid: 9422 + components: + - type: Transform + pos: -48.5,48.5 + parent: 2 + - uid: 9423 + components: + - type: Transform + pos: -48.5,47.5 + parent: 2 + - uid: 9424 + components: + - type: Transform + pos: -50.5,52.5 + parent: 2 + - uid: 9425 + components: + - type: Transform + pos: -48.5,52.5 + parent: 2 + - uid: 9426 + components: + - type: Transform + pos: -46.5,52.5 + parent: 2 + - uid: 9427 + components: + - type: Transform + pos: -46.5,51.5 + parent: 2 + - uid: 9428 + components: + - type: Transform + pos: -46.5,50.5 + parent: 2 + - uid: 9429 + components: + - type: Transform + pos: -46.5,49.5 + parent: 2 + - uid: 9430 + components: + - type: Transform + pos: -46.5,48.5 + parent: 2 + - uid: 9431 + components: + - type: Transform + pos: -46.5,47.5 + parent: 2 + - uid: 9432 + components: + - type: Transform + pos: -44.5,47.5 + parent: 2 + - uid: 9433 + components: + - type: Transform + pos: -44.5,48.5 + parent: 2 + - uid: 9434 + components: + - type: Transform + pos: -44.5,49.5 + parent: 2 + - uid: 9435 + components: + - type: Transform + pos: -44.5,50.5 + parent: 2 + - uid: 9436 + components: + - type: Transform + pos: -44.5,51.5 + parent: 2 + - uid: 9437 + components: + - type: Transform + pos: -44.5,52.5 + parent: 2 + - uid: 9438 + components: + - type: Transform + pos: -42.5,52.5 + parent: 2 + - uid: 9439 + components: + - type: Transform + pos: -42.5,51.5 + parent: 2 + - uid: 9440 + components: + - type: Transform + pos: -42.5,50.5 + parent: 2 + - uid: 9441 + components: + - type: Transform + pos: -42.5,49.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + pos: -42.5,48.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + pos: -42.5,47.5 + parent: 2 + - uid: 9444 + components: + - type: Transform + pos: -40.5,47.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + pos: -40.5,48.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + pos: -40.5,49.5 + parent: 2 + - uid: 9447 + components: + - type: Transform + pos: -40.5,50.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + pos: -40.5,51.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + pos: -40.5,52.5 + parent: 2 + - uid: 9450 + components: + - type: Transform + pos: -38.5,52.5 + parent: 2 + - uid: 9451 + components: + - type: Transform + pos: -38.5,51.5 + parent: 2 + - uid: 9452 + components: + - type: Transform + pos: -38.5,50.5 + parent: 2 + - uid: 9453 + components: + - type: Transform + pos: -38.5,49.5 + parent: 2 + - uid: 9454 + components: + - type: Transform + pos: -38.5,48.5 + parent: 2 + - uid: 9455 + components: + - type: Transform + pos: -38.5,47.5 + parent: 2 + - uid: 9456 + components: + - type: Transform + pos: -36.5,47.5 + parent: 2 + - uid: 9458 + components: + - type: Transform + pos: -36.5,49.5 + parent: 2 + - uid: 9459 + components: + - type: Transform + pos: -36.5,50.5 + parent: 2 + - uid: 9460 + components: + - type: Transform + pos: -36.5,51.5 + parent: 2 + - uid: 9461 + components: + - type: Transform + pos: -36.5,52.5 + parent: 2 + - uid: 9488 + components: + - type: Transform + pos: -63.5,-19.5 + parent: 2 + - uid: 9506 + components: + - type: Transform + pos: 41.5,16.5 + parent: 2 + - uid: 9512 + components: + - type: Transform + pos: -59.5,56.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + pos: -66.5,-19.5 + parent: 2 + - uid: 9537 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 9538 + components: + - type: Transform + pos: -9.5,23.5 + parent: 2 + - uid: 9541 + components: + - type: Transform + pos: -12.5,23.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 9545 + components: + - type: Transform + pos: -30.5,45.5 + parent: 2 + - uid: 9546 + components: + - type: Transform + pos: -30.5,46.5 + parent: 2 + - uid: 9547 + components: + - type: Transform + pos: -30.5,47.5 + parent: 2 + - uid: 9549 + components: + - type: Transform + pos: -11.5,23.5 + parent: 2 + - uid: 9551 + components: + - type: Transform + pos: -13.5,23.5 + parent: 2 + - uid: 9556 + components: + - type: Transform + pos: -34.5,-39.5 + parent: 2 + - uid: 9557 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 2 + - uid: 9558 + components: + - type: Transform + pos: -65.5,-19.5 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: -34.5,45.5 + parent: 2 + - uid: 9635 + components: + - type: Transform + pos: -44.5,71.5 + parent: 2 + - uid: 9639 + components: + - type: Transform + pos: -41.5,55.5 + parent: 2 + - uid: 9640 + components: + - type: Transform + pos: -42.5,55.5 + parent: 2 + - uid: 9641 + components: + - type: Transform + pos: -43.5,55.5 + parent: 2 + - uid: 9642 + components: + - type: Transform + pos: -44.5,55.5 + parent: 2 + - uid: 9643 + components: + - type: Transform + pos: -46.5,55.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: -34.5,43.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + pos: -34.5,41.5 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: -34.5,39.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: -34.5,37.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + pos: 54.5,71.5 + parent: 2 + - uid: 9672 + components: + - type: Transform + pos: -47.5,55.5 + parent: 2 + - uid: 9676 + components: + - type: Transform + pos: -3.5,43.5 + parent: 2 + - uid: 9680 + components: + - type: Transform + pos: -9.5,43.5 + parent: 2 + - uid: 9686 + components: + - type: Transform + pos: -50.5,37.5 + parent: 2 + - uid: 9689 + components: + - type: Transform + pos: -57.5,52.5 + parent: 2 + - uid: 9691 + components: + - type: Transform + pos: -66.5,37.5 + parent: 2 + - uid: 9692 + components: + - type: Transform + pos: -67.5,37.5 + parent: 2 + - uid: 9693 + components: + - type: Transform + pos: -68.5,37.5 + parent: 2 + - uid: 9694 + components: + - type: Transform + pos: -69.5,37.5 + parent: 2 + - uid: 9695 + components: + - type: Transform + pos: -57.5,38.5 + parent: 2 + - uid: 9696 + components: + - type: Transform + pos: -58.5,38.5 + parent: 2 + - uid: 9697 + components: + - type: Transform + pos: -59.5,42.5 + parent: 2 + - uid: 9698 + components: + - type: Transform + pos: -59.5,38.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: 53.5,71.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + pos: -59.5,40.5 + parent: 2 + - uid: 9942 + components: + - type: Transform + pos: -39.5,55.5 + parent: 2 + - uid: 9943 + components: + - type: Transform + pos: -40.5,55.5 + parent: 2 + - uid: 9944 + components: + - type: Transform + pos: -47.5,58.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: -72.5,-8.5 + parent: 2 + - uid: 10029 + components: + - type: Transform + pos: -73.5,-8.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: -70.5,-8.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: -71.5,-8.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + pos: -34.5,68.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: -51.5,15.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: -47.5,15.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: -34.5,40.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: -34.5,38.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: -34.5,42.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: -34.5,44.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: -34.5,46.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: -34.5,51.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: -34.5,52.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: -3.5,42.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: -31.5,24.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: -27.5,23.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: 4.5,56.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: -57.5,-37.5 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: -58.5,-36.5 + parent: 2 + - uid: 10396 + components: + - type: Transform + pos: -62.5,-36.5 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: -63.5,-36.5 + parent: 2 + - uid: 10477 + components: + - type: Transform + pos: -70.5,-25.5 + parent: 2 + - uid: 10478 + components: + - type: Transform + pos: -69.5,-25.5 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: -56.5,-37.5 + parent: 2 + - uid: 10654 + components: + - type: Transform + pos: -117.5,17.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + pos: -116.5,-0.5 + parent: 2 + - uid: 11450 + components: + - type: Transform + pos: -76.5,20.5 + parent: 2 + - uid: 11637 + components: + - type: Transform + pos: -24.5,72.5 + parent: 2 + - uid: 11638 + components: + - type: Transform + pos: -24.5,76.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: -20.5,72.5 + parent: 2 + - uid: 11851 + components: + - type: Transform + pos: -19.5,-46.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: -45.5,-39.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: -35.5,52.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: -66.5,-22.5 + parent: 2 + - uid: 12121 + components: + - type: Transform + pos: 40.5,-32.5 + parent: 2 + - uid: 12143 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 12218 + components: + - type: Transform + pos: 40.5,-13.5 + parent: 2 + - uid: 12223 + components: + - type: Transform + pos: 40.5,-33.5 + parent: 2 + - uid: 12224 + components: + - type: Transform + pos: 40.5,-34.5 + parent: 2 + - uid: 12318 + components: + - type: Transform + pos: 48.5,-32.5 + parent: 2 + - uid: 12323 + components: + - type: Transform + pos: 47.5,-32.5 + parent: 2 + - uid: 12511 + components: + - type: Transform + pos: -24.5,56.5 + parent: 2 + - uid: 12747 + components: + - type: Transform + pos: 69.5,7.5 + parent: 2 + - uid: 12748 + components: + - type: Transform + pos: 46.5,-32.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: 33.5,40.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: 33.5,41.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + pos: 36.5,52.5 + parent: 2 + - uid: 12931 + components: + - type: Transform + pos: 33.5,38.5 + parent: 2 + - uid: 12932 + components: + - type: Transform + pos: 33.5,39.5 + parent: 2 + - uid: 12933 + components: + - type: Transform + pos: 33.5,42.5 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: 65.5,7.5 + parent: 2 + - uid: 12937 + components: + - type: Transform + pos: 64.5,-31.5 + parent: 2 + - uid: 12938 + components: + - type: Transform + pos: 81.5,1.5 + parent: 2 + - uid: 12939 + components: + - type: Transform + pos: 81.5,-8.5 + parent: 2 + - uid: 12940 + components: + - type: Transform + pos: 79.5,-12.5 + parent: 2 + - uid: 12941 + components: + - type: Transform + pos: 69.5,-29.5 + parent: 2 + - uid: 12942 + components: + - type: Transform + pos: 70.5,-28.5 + parent: 2 + - uid: 12943 + components: + - type: Transform + pos: 71.5,-27.5 + parent: 2 + - uid: 12944 + components: + - type: Transform + pos: 72.5,-25.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + pos: 51.5,-34.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + pos: 51.5,-35.5 + parent: 2 + - uid: 12950 + components: + - type: Transform + pos: 45.5,-32.5 + parent: 2 + - uid: 12980 + components: + - type: Transform + pos: -80.5,11.5 + parent: 2 + - uid: 13032 + components: + - type: Transform + pos: -86.5,-14.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + pos: -82.5,-14.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + pos: -107.5,6.5 + parent: 2 + - uid: 13035 + components: + - type: Transform + pos: -107.5,10.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + pos: -86.5,31.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + pos: -82.5,31.5 + parent: 2 + - uid: 13040 + components: + - type: Transform + pos: -79.5,19.5 + parent: 2 + - uid: 13041 + components: + - type: Transform + pos: -78.5,20.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + pos: -95.5,13.5 + parent: 2 + - uid: 13049 + components: + - type: Transform + pos: -81.5,18.5 + parent: 2 + - uid: 13051 + components: + - type: Transform + pos: -94.5,11.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + pos: -98.5,-0.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + pos: -121.5,11.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + pos: -121.5,5.5 + parent: 2 + - uid: 13059 + components: + - type: Transform + pos: 4.5,52.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + pos: 21.5,44.5 + parent: 2 + - uid: 13062 + components: + - type: Transform + pos: 70.5,25.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + pos: 72.5,24.5 + parent: 2 + - uid: 13064 + components: + - type: Transform + pos: 74.5,23.5 + parent: 2 + - uid: 13065 + components: + - type: Transform + pos: 70.5,9.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + pos: 72.5,10.5 + parent: 2 + - uid: 13067 + components: + - type: Transform + pos: 74.5,11.5 + parent: 2 + - uid: 13086 + components: + - type: Transform + pos: -110.5,22.5 + parent: 2 + - uid: 13089 + components: + - type: Transform + pos: -110.5,-9.5 + parent: 2 + - uid: 13110 + components: + - type: Transform + pos: -108.5,-5.5 + parent: 2 + - uid: 13111 + components: + - type: Transform + pos: -108.5,-9.5 + parent: 2 + - uid: 13112 + components: + - type: Transform + pos: -109.5,-9.5 + parent: 2 + - uid: 13116 + components: + - type: Transform + pos: -109.5,22.5 + parent: 2 + - uid: 13121 + components: + - type: Transform + pos: -108.5,22.5 + parent: 2 + - uid: 13122 + components: + - type: Transform + pos: -109.5,-5.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + pos: -107.5,-5.5 + parent: 2 + - uid: 13205 + components: + - type: Transform + pos: 41.5,-32.5 + parent: 2 + - uid: 13208 + components: + - type: Transform + pos: -93.5,27.5 + parent: 2 + - uid: 13209 + components: + - type: Transform + pos: -94.5,29.5 + parent: 2 + - uid: 13210 + components: + - type: Transform + pos: -95.5,30.5 + parent: 2 + - uid: 13211 + components: + - type: Transform + pos: -97.5,31.5 + parent: 2 + - uid: 13216 + components: + - type: Transform + pos: -93.5,-10.5 + parent: 2 + - uid: 13217 + components: + - type: Transform + pos: -94.5,-12.5 + parent: 2 + - uid: 13218 + components: + - type: Transform + pos: -95.5,-13.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + pos: -97.5,-14.5 + parent: 2 + - uid: 13239 + components: + - type: Transform + pos: -70.5,36.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + pos: -70.5,35.5 + parent: 2 + - uid: 13246 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 13252 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 13269 + components: + - type: Transform + pos: 44.5,-15.5 + parent: 2 + - uid: 13314 + components: + - type: Transform + pos: 40.5,-15.5 + parent: 2 + - uid: 13334 + components: + - type: Transform + pos: -94.5,15.5 + parent: 2 + - uid: 13335 + components: + - type: Transform + pos: -93.5,14.5 + parent: 2 + - uid: 13384 + components: + - type: Transform + pos: 31.5,35.5 + parent: 2 + - uid: 13385 + components: + - type: Transform + pos: 33.5,37.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + pos: -78.5,-19.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: 92.5,14.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - uid: 13933 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 + - uid: 13935 + components: + - type: Transform + pos: 20.5,60.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + pos: 21.5,60.5 + parent: 2 + - uid: 13948 + components: + - type: Transform + pos: 30.5,51.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + pos: 31.5,42.5 + parent: 2 + - uid: 13954 + components: + - type: Transform + pos: -24.5,54.5 + parent: 2 + - uid: 13956 + components: + - type: Transform + pos: 25.5,53.5 + parent: 2 + - uid: 13957 + components: + - type: Transform + pos: 29.5,53.5 + parent: 2 + - uid: 13962 + components: + - type: Transform + pos: 30.5,48.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + pos: 15.5,60.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + pos: 5.5,57.5 + parent: 2 + - uid: 13965 + components: + - type: Transform + pos: 9.5,34.5 + parent: 2 + - uid: 13966 + components: + - type: Transform + pos: -2.5,65.5 + parent: 2 + - uid: 13967 + components: + - type: Transform + pos: -4.5,65.5 + parent: 2 + - uid: 13979 + components: + - type: Transform + pos: 13.5,44.5 + parent: 2 + - uid: 13980 + components: + - type: Transform + pos: 11.5,44.5 + parent: 2 + - uid: 13981 + components: + - type: Transform + pos: 12.5,44.5 + parent: 2 + - uid: 13982 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 13983 + components: + - type: Transform + pos: 14.5,44.5 + parent: 2 + - uid: 13984 + components: + - type: Transform + pos: 15.5,44.5 + parent: 2 + - uid: 13985 + components: + - type: Transform + pos: 21.5,41.5 + parent: 2 + - uid: 13986 + components: + - type: Transform + pos: 21.5,40.5 + parent: 2 + - uid: 13991 + components: + - type: Transform + pos: 21.5,35.5 + parent: 2 + - uid: 13992 + components: + - type: Transform + pos: 25.5,44.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: 26.5,43.5 + parent: 2 + - uid: 13994 + components: + - type: Transform + pos: 26.5,44.5 + parent: 2 + - uid: 14016 + components: + - type: Transform + pos: 12.5,51.5 + parent: 2 + - uid: 14021 + components: + - type: Transform + pos: 9.5,51.5 + parent: 2 + - uid: 14022 + components: + - type: Transform + pos: 8.5,51.5 + parent: 2 + - uid: 14023 + components: + - type: Transform + pos: 8.5,50.5 + parent: 2 + - uid: 14028 + components: + - type: Transform + pos: 9.5,44.5 + parent: 2 + - uid: 14042 + components: + - type: Transform + pos: 14.5,52.5 + parent: 2 + - uid: 14090 + components: + - type: Transform + pos: -33.5,32.5 + parent: 2 + - uid: 14113 + components: + - type: Transform + pos: 28.5,43.5 + parent: 2 + - uid: 14114 + components: + - type: Transform + pos: 28.5,44.5 + parent: 2 + - uid: 14116 + components: + - type: Transform + pos: 28.5,46.5 + parent: 2 + - uid: 14169 + components: + - type: Transform + pos: 18.5,51.5 + parent: 2 + - uid: 14199 + components: + - type: Transform + pos: 32.5,50.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + pos: 15.5,63.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: -15.5,32.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + pos: 52.5,69.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + pos: 52.5,71.5 + parent: 2 + - uid: 15098 + components: + - type: Transform + pos: 24.5,47.5 + parent: 2 + - uid: 15117 + components: + - type: Transform + pos: 26.5,53.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + pos: -16.5,65.5 + parent: 2 + - uid: 15168 + components: + - type: Transform + pos: -12.5,67.5 + parent: 2 + - uid: 15175 + components: + - type: Transform + pos: -12.5,65.5 + parent: 2 + - uid: 15195 + components: + - type: Transform + pos: -6.5,65.5 + parent: 2 + - uid: 15200 + components: + - type: Transform + pos: -9.5,65.5 + parent: 2 + - uid: 15201 + components: + - type: Transform + pos: -24.5,53.5 + parent: 2 + - uid: 15224 + components: + - type: Transform + pos: 6.5,61.5 + parent: 2 + - uid: 15230 + components: + - type: Transform + pos: -1.5,65.5 + parent: 2 + - uid: 15254 + components: + - type: Transform + pos: 12.5,61.5 + parent: 2 + - uid: 15256 + components: + - type: Transform + pos: -18.5,60.5 + parent: 2 + - uid: 15261 + components: + - type: Transform + pos: -5.5,65.5 + parent: 2 + - uid: 15269 + components: + - type: Transform + pos: -3.5,41.5 + parent: 2 + - uid: 15276 + components: + - type: Transform + pos: -12.5,26.5 + parent: 2 + - uid: 15277 + components: + - type: Transform + pos: -9.5,27.5 + parent: 2 + - uid: 15278 + components: + - type: Transform + pos: -10.5,27.5 + parent: 2 + - uid: 15279 + components: + - type: Transform + pos: -11.5,27.5 + parent: 2 + - uid: 15280 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - uid: 15281 + components: + - type: Transform + pos: -7.5,27.5 + parent: 2 + - uid: 15282 + components: + - type: Transform + pos: -19.5,31.5 + parent: 2 + - uid: 15283 + components: + - type: Transform + pos: -6.5,31.5 + parent: 2 + - uid: 15285 + components: + - type: Transform + pos: -23.5,27.5 + parent: 2 + - uid: 15286 + components: + - type: Transform + pos: -23.5,25.5 + parent: 2 + - uid: 15287 + components: + - type: Transform + pos: -23.5,26.5 + parent: 2 + - uid: 15290 + components: + - type: Transform + pos: -12.5,27.5 + parent: 2 + - uid: 15291 + components: + - type: Transform + pos: -22.5,27.5 + parent: 2 + - uid: 15292 + components: + - type: Transform + pos: -13.5,27.5 + parent: 2 + - uid: 15293 + components: + - type: Transform + pos: -17.5,27.5 + parent: 2 + - uid: 15294 + components: + - type: Transform + pos: -23.5,24.5 + parent: 2 + - uid: 15301 + components: + - type: Transform + pos: -18.5,27.5 + parent: 2 + - uid: 15303 + components: + - type: Transform + pos: -4.5,31.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + pos: -7.5,28.5 + parent: 2 + - uid: 15305 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 15306 + components: + - type: Transform + pos: -7.5,31.5 + parent: 2 + - uid: 15307 + components: + - type: Transform + pos: -8.5,31.5 + parent: 2 + - uid: 15308 + components: + - type: Transform + pos: -9.5,31.5 + parent: 2 + - uid: 15309 + components: + - type: Transform + pos: -9.5,32.5 + parent: 2 + - uid: 15312 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 15313 + components: + - type: Transform + pos: -9.5,36.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: -8.5,36.5 + parent: 2 + - uid: 15315 + components: + - type: Transform + pos: -7.5,36.5 + parent: 2 + - uid: 15316 + components: + - type: Transform + pos: -6.5,36.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: -5.5,36.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: -4.5,36.5 + parent: 2 + - uid: 15319 + components: + - type: Transform + pos: 4.5,50.5 + parent: 2 + - uid: 15321 + components: + - type: Transform + pos: -9.5,38.5 + parent: 2 + - uid: 15322 + components: + - type: Transform + pos: -15.5,31.5 + parent: 2 + - uid: 15323 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 15325 + components: + - type: Transform + pos: -18.5,31.5 + parent: 2 + - uid: 15331 + components: + - type: Transform + pos: -20.5,31.5 + parent: 2 + - uid: 15333 + components: + - type: Transform + pos: -22.5,31.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + pos: -23.5,31.5 + parent: 2 + - uid: 15335 + components: + - type: Transform + pos: -23.5,32.5 + parent: 2 + - uid: 15337 + components: + - type: Transform + pos: -27.5,33.5 + parent: 2 + - uid: 15340 + components: + - type: Transform + pos: -27.5,24.5 + parent: 2 + - uid: 15341 + components: + - type: Transform + pos: -27.5,25.5 + parent: 2 + - uid: 15342 + components: + - type: Transform + pos: -27.5,26.5 + parent: 2 + - uid: 15343 + components: + - type: Transform + pos: -27.5,27.5 + parent: 2 + - uid: 15350 + components: + - type: Transform + pos: -31.5,26.5 + parent: 2 + - uid: 15351 + components: + - type: Transform + pos: -31.5,27.5 + parent: 2 + - uid: 15352 + components: + - type: Transform + pos: -31.5,28.5 + parent: 2 + - uid: 15354 + components: + - type: Transform + pos: -27.5,35.5 + parent: 2 + - uid: 15356 + components: + - type: Transform + pos: -27.5,34.5 + parent: 2 + - uid: 15358 + components: + - type: Transform + pos: -31.5,32.5 + parent: 2 + - uid: 15359 + components: + - type: Transform + pos: -31.5,31.5 + parent: 2 + - uid: 15360 + components: + - type: Transform + pos: -31.5,30.5 + parent: 2 + - uid: 15390 + components: + - type: Transform + pos: -19.5,33.5 + parent: 2 + - uid: 15394 + components: + - type: Transform + pos: -18.5,28.5 + parent: 2 + - uid: 15406 + components: + - type: Transform + pos: -27.5,32.5 + parent: 2 + - uid: 15407 + components: + - type: Transform + pos: -19.5,34.5 + parent: 2 + - uid: 15408 + components: + - type: Transform + pos: -15.5,33.5 + parent: 2 + - uid: 15410 + components: + - type: Transform + pos: -15.5,34.5 + parent: 2 + - uid: 15411 + components: + - type: Transform + pos: -27.5,31.5 + parent: 2 + - uid: 15417 + components: + - type: Transform + pos: -19.5,35.5 + parent: 2 + - uid: 15447 + components: + - type: Transform + pos: -19.5,32.5 + parent: 2 + - uid: 15449 + components: + - type: Transform + pos: -15.5,35.5 + parent: 2 + - uid: 15451 + components: + - type: Transform + pos: -15.5,43.5 + parent: 2 + - uid: 15462 + components: + - type: Transform + pos: -31.5,35.5 + parent: 2 + - uid: 15463 + components: + - type: Transform + pos: -31.5,34.5 + parent: 2 + - uid: 15464 + components: + - type: Transform + pos: -31.5,33.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: -23.5,35.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + pos: -23.5,34.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: -23.5,33.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: -31.5,38.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: -31.5,39.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + pos: -31.5,40.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: -31.5,41.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + pos: -31.5,42.5 + parent: 2 + - uid: 15476 + components: + - type: Transform + pos: -31.5,43.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: -35.5,36.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + pos: -22.5,49.5 + parent: 2 + - uid: 15606 + components: + - type: Transform + pos: -21.5,43.5 + parent: 2 + - uid: 15607 + components: + - type: Transform + pos: -21.5,46.5 + parent: 2 + - uid: 15616 + components: + - type: Transform + pos: -15.5,38.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + pos: -18.5,38.5 + parent: 2 + - uid: 15619 + components: + - type: Transform + pos: -27.5,38.5 + parent: 2 + - uid: 15622 + components: + - type: Transform + pos: -22.5,43.5 + parent: 2 + - uid: 15623 + components: + - type: Transform + pos: -19.5,38.5 + parent: 2 + - uid: 15625 + components: + - type: Transform + pos: -17.5,38.5 + parent: 2 + - uid: 15626 + components: + - type: Transform + pos: -16.5,38.5 + parent: 2 + - uid: 15629 + components: + - type: Transform + pos: -19.5,42.5 + parent: 2 + - uid: 15646 + components: + - type: Transform + pos: -20.5,43.5 + parent: 2 + - uid: 15647 + components: + - type: Transform + pos: -19.5,43.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + pos: -27.5,43.5 + parent: 2 + - uid: 15653 + components: + - type: Transform + pos: -29.5,43.5 + parent: 2 + - uid: 15654 + components: + - type: Transform + pos: -28.5,43.5 + parent: 2 + - uid: 15655 + components: + - type: Transform + pos: -19.5,39.5 + parent: 2 + - uid: 15656 + components: + - type: Transform + pos: -19.5,40.5 + parent: 2 + - uid: 15657 + components: + - type: Transform + pos: -19.5,41.5 + parent: 2 + - uid: 15661 + components: + - type: Transform + pos: -28.5,38.5 + parent: 2 + - uid: 15662 + components: + - type: Transform + pos: -30.5,38.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + pos: -29.5,38.5 + parent: 2 + - uid: 15680 + components: + - type: Transform + pos: -28.5,39.5 + parent: 2 + - uid: 15692 + components: + - type: Transform + pos: -28.5,42.5 + parent: 2 + - uid: 15693 + components: + - type: Transform + pos: -28.5,41.5 + parent: 2 + - uid: 15775 + components: + - type: Transform + pos: -6.5,35.5 + parent: 2 + - uid: 15790 + components: + - type: Transform + pos: -24.5,67.5 + parent: 2 + - uid: 15818 + components: + - type: Transform + pos: -24.5,65.5 + parent: 2 + - uid: 15820 + components: + - type: Transform + pos: -20.5,67.5 + parent: 2 + - uid: 15822 + components: + - type: Transform + pos: -20.5,65.5 + parent: 2 + - uid: 15824 + components: + - type: Transform + pos: -16.5,67.5 + parent: 2 + - uid: 15831 + components: + - type: Transform + pos: -30.5,48.5 + parent: 2 + - uid: 15832 + components: + - type: Transform + pos: -17.5,46.5 + parent: 2 + - uid: 15834 + components: + - type: Transform + pos: -15.5,46.5 + parent: 2 + - uid: 15835 + components: + - type: Transform + pos: -14.5,46.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + pos: -8.5,65.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: -34.5,56.5 + parent: 2 + - uid: 15862 + components: + - type: Transform + pos: -37.5,7.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + pos: -41.5,7.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 + - uid: 15865 + components: + - type: Transform + pos: -36.5,7.5 + parent: 2 + - uid: 15866 + components: + - type: Transform + pos: -40.5,7.5 + parent: 2 + - uid: 15868 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: -34.5,36.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + pos: -3.5,62.5 + parent: 2 + - uid: 15930 + components: + - type: Transform + pos: -11.5,45.5 + parent: 2 + - uid: 15937 + components: + - type: Transform + pos: -7.5,45.5 + parent: 2 + - uid: 15979 + components: + - type: Transform + pos: -17.5,43.5 + parent: 2 + - uid: 15997 + components: + - type: Transform + pos: -28.5,48.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + pos: -28.5,49.5 + parent: 2 + - uid: 15999 + components: + - type: Transform + pos: -27.5,52.5 + parent: 2 + - uid: 16000 + components: + - type: Transform + pos: -26.5,52.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + pos: -28.5,52.5 + parent: 2 + - uid: 16080 + components: + - type: Transform + pos: 47.5,16.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 16086 + components: + - type: Transform + pos: -11.5,39.5 + parent: 2 + - uid: 16097 + components: + - type: Transform + pos: -10.5,43.5 + parent: 2 + - uid: 16165 + components: + - type: Transform + pos: -11.5,38.5 + parent: 2 + - uid: 16284 + components: + - type: Transform + pos: -37.5,30.5 + parent: 2 + - uid: 16285 + components: + - type: Transform + pos: -37.5,28.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: -95.5,14.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: -11.5,43.5 + parent: 2 + - uid: 16291 + components: + - type: Transform + pos: -18.5,49.5 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: -18.5,52.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: -30.5,63.5 + parent: 2 + - uid: 16321 + components: + - type: Transform + pos: -10.5,60.5 + parent: 2 + - uid: 16322 + components: + - type: Transform + pos: -9.5,60.5 + parent: 2 + - uid: 16323 + components: + - type: Transform + pos: -15.5,60.5 + parent: 2 + - uid: 16324 + components: + - type: Transform + pos: -14.5,60.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: -12.5,60.5 + parent: 2 + - uid: 16326 + components: + - type: Transform + pos: -11.5,60.5 + parent: 2 + - uid: 16327 + components: + - type: Transform + pos: -13.5,60.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + pos: -17.5,60.5 + parent: 2 + - uid: 16330 + components: + - type: Transform + pos: -37.5,29.5 + parent: 2 + - uid: 16339 + components: + - type: Transform + pos: -19.5,52.5 + parent: 2 + - uid: 16340 + components: + - type: Transform + pos: -17.5,59.5 + parent: 2 + - uid: 16346 + components: + - type: Transform + pos: -17.5,47.5 + parent: 2 + - uid: 16347 + components: + - type: Transform + pos: -17.5,48.5 + parent: 2 + - uid: 16348 + components: + - type: Transform + pos: -17.5,53.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + pos: -17.5,52.5 + parent: 2 + - uid: 16351 + components: + - type: Transform + pos: -17.5,50.5 + parent: 2 + - uid: 16352 + components: + - type: Transform + pos: -17.5,49.5 + parent: 2 + - uid: 16353 + components: + - type: Transform + pos: -9.5,62.5 + parent: 2 + - uid: 16354 + components: + - type: Transform + pos: -9.5,61.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: -12.5,66.5 + parent: 2 + - uid: 16397 + components: + - type: Transform + pos: 47.5,15.5 + parent: 2 + - uid: 16400 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 + - uid: 16401 + components: + - type: Transform + pos: 46.5,16.5 + parent: 2 + - uid: 16402 + components: + - type: Transform + pos: -28.5,68.5 + parent: 2 + - uid: 16403 + components: + - type: Transform + pos: -27.5,68.5 + parent: 2 + - uid: 16404 + components: + - type: Transform + pos: -26.5,68.5 + parent: 2 + - uid: 16405 + components: + - type: Transform + pos: -25.5,68.5 + parent: 2 + - uid: 16406 + components: + - type: Transform + pos: -24.5,68.5 + parent: 2 + - uid: 16407 + components: + - type: Transform + pos: -23.5,68.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: -22.5,68.5 + parent: 2 + - uid: 16410 + components: + - type: Transform + pos: -37.5,33.5 + parent: 2 + - uid: 16412 + components: + - type: Transform + pos: -27.5,49.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 16415 + components: + - type: Transform + pos: -37.5,34.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + pos: -37.5,35.5 + parent: 2 + - uid: 16452 + components: + - type: Transform + pos: -25.5,52.5 + parent: 2 + - uid: 16453 + components: + - type: Transform + pos: -24.5,52.5 + parent: 2 + - uid: 16454 + components: + - type: Transform + pos: -22.5,52.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + pos: -23.5,52.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + pos: -21.5,52.5 + parent: 2 + - uid: 16478 + components: + - type: Transform + pos: -60.5,42.5 + parent: 2 + - uid: 16479 + components: + - type: Transform + pos: -61.5,42.5 + parent: 2 + - uid: 16486 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 + - uid: 16487 + components: + - type: Transform + pos: -36.5,28.5 + parent: 2 + - uid: 16489 + components: + - type: Transform + pos: -51.5,38.5 + parent: 2 + - uid: 16520 + components: + - type: Transform + pos: -35.5,28.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: -32.5,28.5 + parent: 2 + - uid: 16522 + components: + - type: Transform + pos: -34.5,28.5 + parent: 2 + - uid: 16526 + components: + - type: Transform + pos: 47.5,14.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: -34.5,32.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + pos: -21.5,68.5 + parent: 2 + - uid: 16656 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 + - uid: 16697 + components: + - type: Transform + pos: 42.5,-32.5 + parent: 2 + - uid: 17028 + components: + - type: Transform + pos: -34.5,47.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + pos: 93.5,60.5 + parent: 2 + - uid: 17800 + components: + - type: Transform + pos: 90.5,50.5 + parent: 2 + - uid: 17807 + components: + - type: Transform + pos: -34.5,48.5 + parent: 2 + - uid: 17910 + components: + - type: Transform + pos: -20.5,68.5 + parent: 2 + - uid: 17916 + components: + - type: Transform + pos: -19.5,68.5 + parent: 2 + - uid: 17918 + components: + - type: Transform + pos: -18.5,68.5 + parent: 2 + - uid: 17928 + components: + - type: Transform + pos: -17.5,68.5 + parent: 2 + - uid: 17929 + components: + - type: Transform + pos: -16.5,68.5 + parent: 2 + - uid: 17963 + components: + - type: Transform + pos: -15.5,68.5 + parent: 2 + - uid: 17964 + components: + - type: Transform + pos: -14.5,68.5 + parent: 2 + - uid: 17965 + components: + - type: Transform + pos: -13.5,68.5 + parent: 2 + - uid: 17966 + components: + - type: Transform + pos: -12.5,68.5 + parent: 2 + - uid: 17967 + components: + - type: Transform + pos: -9.5,69.5 + parent: 2 + - uid: 17968 + components: + - type: Transform + pos: -12.5,69.5 + parent: 2 + - uid: 17969 + components: + - type: Transform + pos: -8.5,69.5 + parent: 2 + - uid: 17970 + components: + - type: Transform + pos: -10.5,69.5 + parent: 2 + - uid: 17971 + components: + - type: Transform + pos: -11.5,69.5 + parent: 2 + - uid: 17972 + components: + - type: Transform + pos: -6.5,68.5 + parent: 2 + - uid: 17981 + components: + - type: Transform + pos: -29.5,56.5 + parent: 2 + - uid: 17982 + components: + - type: Transform + pos: -30.5,56.5 + parent: 2 + - uid: 17983 + components: + - type: Transform + pos: -31.5,56.5 + parent: 2 + - uid: 17984 + components: + - type: Transform + pos: -32.5,56.5 + parent: 2 + - uid: 18001 + components: + - type: Transform + pos: -31.5,68.5 + parent: 2 + - uid: 18003 + components: + - type: Transform + pos: -29.5,68.5 + parent: 2 + - uid: 18005 + components: + - type: Transform + pos: -31.5,63.5 + parent: 2 + - uid: 18008 + components: + - type: Transform + pos: -0.5,62.5 + parent: 2 + - uid: 18009 + components: + - type: Transform + pos: -5.5,62.5 + parent: 2 + - uid: 18010 + components: + - type: Transform + pos: -4.5,62.5 + parent: 2 + - uid: 18011 + components: + - type: Transform + pos: -6.5,62.5 + parent: 2 + - uid: 18012 + components: + - type: Transform + pos: -2.5,62.5 + parent: 2 + - uid: 18013 + components: + - type: Transform + pos: -7.5,62.5 + parent: 2 + - uid: 18015 + components: + - type: Transform + pos: -17.5,71.5 + parent: 2 + - uid: 18016 + components: + - type: Transform + pos: -18.5,71.5 + parent: 2 + - uid: 18019 + components: + - type: Transform + pos: -19.5,71.5 + parent: 2 + - uid: 18025 + components: + - type: Transform + pos: -24.5,71.5 + parent: 2 + - uid: 18026 + components: + - type: Transform + pos: -25.5,71.5 + parent: 2 + - uid: 18027 + components: + - type: Transform + pos: -26.5,71.5 + parent: 2 + - uid: 18028 + components: + - type: Transform + pos: -27.5,71.5 + parent: 2 + - uid: 18029 + components: + - type: Transform + pos: -28.5,71.5 + parent: 2 + - uid: 18030 + components: + - type: Transform + pos: -29.5,71.5 + parent: 2 + - uid: 18031 + components: + - type: Transform + pos: -30.5,71.5 + parent: 2 + - uid: 18032 + components: + - type: Transform + pos: -31.5,71.5 + parent: 2 + - uid: 18034 + components: + - type: Transform + pos: -1.5,62.5 + parent: 2 + - uid: 18035 + components: + - type: Transform + pos: -0.5,65.5 + parent: 2 + - uid: 18038 + components: + - type: Transform + pos: -24.5,66.5 + parent: 2 + - uid: 18039 + components: + - type: Transform + pos: -20.5,66.5 + parent: 2 + - uid: 18040 + components: + - type: Transform + pos: -16.5,66.5 + parent: 2 + - uid: 18081 + components: + - type: Transform + pos: -6.5,69.5 + parent: 2 + - uid: 18086 + components: + - type: Transform + pos: -6.5,67.5 + parent: 2 + - uid: 18087 + components: + - type: Transform + pos: -6.5,66.5 + parent: 2 + - uid: 18098 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 18099 + components: + - type: Transform + pos: 15.5,67.5 + parent: 2 + - uid: 18107 + components: + - type: Transform + pos: 14.5,68.5 + parent: 2 + - uid: 18108 + components: + - type: Transform + pos: 14.5,71.5 + parent: 2 + - uid: 18109 + components: + - type: Transform + pos: 14.5,67.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + pos: -5.5,69.5 + parent: 2 + - uid: 18120 + components: + - type: Transform + pos: -3.5,69.5 + parent: 2 + - uid: 18126 + components: + - type: Transform + pos: -2.5,69.5 + parent: 2 + - uid: 18127 + components: + - type: Transform + pos: -1.5,69.5 + parent: 2 + - uid: 18128 + components: + - type: Transform + pos: -0.5,69.5 + parent: 2 + - uid: 18129 + components: + - type: Transform + pos: -0.5,68.5 + parent: 2 + - uid: 18130 + components: + - type: Transform + pos: -0.5,67.5 + parent: 2 + - uid: 18131 + components: + - type: Transform + pos: -0.5,66.5 + parent: 2 + - uid: 18188 + components: + - type: Transform + pos: 13.5,67.5 + parent: 2 + - uid: 18200 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 18201 + components: + - type: Transform + pos: -14.5,72.5 + parent: 2 + - uid: 18202 + components: + - type: Transform + pos: -13.5,72.5 + parent: 2 + - uid: 18203 + components: + - type: Transform + pos: -12.5,72.5 + parent: 2 + - uid: 18204 + components: + - type: Transform + pos: -11.5,72.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + pos: -10.5,72.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: -9.5,72.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: -8.5,72.5 + parent: 2 + - uid: 18208 + components: + - type: Transform + pos: -7.5,72.5 + parent: 2 + - uid: 18209 + components: + - type: Transform + pos: -6.5,72.5 + parent: 2 + - uid: 18210 + components: + - type: Transform + pos: -5.5,72.5 + parent: 2 + - uid: 18211 + components: + - type: Transform + pos: -4.5,72.5 + parent: 2 + - uid: 18212 + components: + - type: Transform + pos: -3.5,72.5 + parent: 2 + - uid: 18213 + components: + - type: Transform + pos: -2.5,72.5 + parent: 2 + - uid: 18214 + components: + - type: Transform + pos: -1.5,72.5 + parent: 2 + - uid: 18215 + components: + - type: Transform + pos: -0.5,72.5 + parent: 2 + - uid: 18217 + components: + - type: Transform + pos: -34.5,63.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + pos: -45.5,55.5 + parent: 2 + - uid: 18226 + components: + - type: Transform + pos: -38.5,55.5 + parent: 2 + - uid: 18230 + components: + - type: Transform + pos: -45.5,71.5 + parent: 2 + - uid: 18232 + components: + - type: Transform + pos: -34.5,50.5 + parent: 2 + - uid: 18255 + components: + - type: Transform + pos: -33.5,56.5 + parent: 2 + - uid: 18362 + components: + - type: Transform + pos: -0.5,71.5 + parent: 2 + - uid: 18363 + components: + - type: Transform + pos: 3.5,63.5 + parent: 2 + - uid: 18364 + components: + - type: Transform + pos: 3.5,64.5 + parent: 2 + - uid: 18366 + components: + - type: Transform + pos: 3.5,66.5 + parent: 2 + - uid: 18376 + components: + - type: Transform + pos: 65.5,71.5 + parent: 2 + - uid: 18379 + components: + - type: Transform + pos: -36.5,48.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + pos: -33.5,68.5 + parent: 2 + - uid: 18557 + components: + - type: Transform + pos: -92.5,53.5 + parent: 2 + - uid: 18558 + components: + - type: Transform + pos: -92.5,55.5 + parent: 2 + - uid: 18559 + components: + - type: Transform + pos: -92.5,54.5 + parent: 2 + - uid: 18561 + components: + - type: Transform + pos: -93.5,55.5 + parent: 2 + - uid: 18566 + components: + - type: Transform + pos: -97.5,55.5 + parent: 2 + - uid: 18567 + components: + - type: Transform + pos: -98.5,55.5 + parent: 2 + - uid: 18568 + components: + - type: Transform + pos: -92.5,49.5 + parent: 2 + - uid: 18569 + components: + - type: Transform + pos: -92.5,48.5 + parent: 2 + - uid: 18570 + components: + - type: Transform + pos: -92.5,47.5 + parent: 2 + - uid: 18571 + components: + - type: Transform + pos: -93.5,47.5 + parent: 2 + - uid: 18575 + components: + - type: Transform + pos: -97.5,47.5 + parent: 2 + - uid: 18576 + components: + - type: Transform + pos: -98.5,47.5 + parent: 2 + - uid: 18580 + components: + - type: Transform + pos: -98.5,58.5 + parent: 2 + - uid: 18581 + components: + - type: Transform + pos: -99.5,58.5 + parent: 2 + - uid: 18582 + components: + - type: Transform + pos: -100.5,58.5 + parent: 2 + - uid: 18583 + components: + - type: Transform + pos: -101.5,58.5 + parent: 2 + - uid: 18584 + components: + - type: Transform + pos: -102.5,58.5 + parent: 2 + - uid: 18588 + components: + - type: Transform + pos: -102.5,54.5 + parent: 2 + - uid: 18594 + components: + - type: Transform + pos: -102.5,48.5 + parent: 2 + - uid: 18598 + components: + - type: Transform + pos: -102.5,44.5 + parent: 2 + - uid: 18599 + components: + - type: Transform + pos: -101.5,44.5 + parent: 2 + - uid: 18600 + components: + - type: Transform + pos: -100.5,44.5 + parent: 2 + - uid: 18601 + components: + - type: Transform + pos: -99.5,44.5 + parent: 2 + - uid: 18602 + components: + - type: Transform + pos: -98.5,44.5 + parent: 2 + - uid: 18662 + components: + - type: Transform + pos: -104.5,54.5 + parent: 2 + - uid: 18663 + components: + - type: Transform + pos: -104.5,48.5 + parent: 2 + - uid: 18664 + components: + - type: Transform + pos: -103.5,48.5 + parent: 2 + - uid: 18665 + components: + - type: Transform + pos: -103.5,54.5 + parent: 2 + - uid: 18681 + components: + - type: Transform + pos: -103.5,44.5 + parent: 2 + - uid: 18682 + components: + - type: Transform + pos: -104.5,44.5 + parent: 2 + - uid: 18683 + components: + - type: Transform + pos: -104.5,58.5 + parent: 2 + - uid: 18684 + components: + - type: Transform + pos: -103.5,58.5 + parent: 2 + - uid: 18686 + components: + - type: Transform + pos: -116.5,31.5 + parent: 2 + - uid: 18687 + components: + - type: Transform + pos: -116.5,32.5 + parent: 2 + - uid: 18688 + components: + - type: Transform + pos: -116.5,33.5 + parent: 2 + - uid: 18689 + components: + - type: Transform + pos: -116.5,34.5 + parent: 2 + - uid: 18690 + components: + - type: Transform + pos: -116.5,35.5 + parent: 2 + - uid: 18691 + components: + - type: Transform + pos: -116.5,36.5 + parent: 2 + - uid: 18692 + components: + - type: Transform + pos: -116.5,37.5 + parent: 2 + - uid: 18693 + components: + - type: Transform + pos: -116.5,38.5 + parent: 2 + - uid: 18694 + components: + - type: Transform + pos: -116.5,39.5 + parent: 2 + - uid: 18705 + components: + - type: Transform + pos: -101.5,59.5 + parent: 2 + - uid: 18712 + components: + - type: Transform + pos: -103.5,43.5 + parent: 2 + - uid: 18713 + components: + - type: Transform + pos: -103.5,42.5 + parent: 2 + - uid: 18714 + components: + - type: Transform + pos: -103.5,59.5 + parent: 2 + - uid: 18715 + components: + - type: Transform + pos: -103.5,60.5 + parent: 2 + - uid: 18716 + components: + - type: Transform + pos: -104.5,60.5 + parent: 2 + - uid: 18717 + components: + - type: Transform + pos: -105.5,60.5 + parent: 2 + - uid: 18718 + components: + - type: Transform + pos: -106.5,60.5 + parent: 2 + - uid: 18719 + components: + - type: Transform + pos: -107.5,60.5 + parent: 2 + - uid: 18720 + components: + - type: Transform + pos: -108.5,60.5 + parent: 2 + - uid: 18721 + components: + - type: Transform + pos: -109.5,60.5 + parent: 2 + - uid: 18722 + components: + - type: Transform + pos: -110.5,60.5 + parent: 2 + - uid: 18726 + components: + - type: Transform + pos: -114.5,60.5 + parent: 2 + - uid: 18727 + components: + - type: Transform + pos: -115.5,60.5 + parent: 2 + - uid: 18728 + components: + - type: Transform + pos: -116.5,60.5 + parent: 2 + - uid: 18729 + components: + - type: Transform + pos: -117.5,60.5 + parent: 2 + - uid: 18730 + components: + - type: Transform + pos: -118.5,60.5 + parent: 2 + - uid: 18731 + components: + - type: Transform + pos: -119.5,60.5 + parent: 2 + - uid: 18732 + components: + - type: Transform + pos: -120.5,60.5 + parent: 2 + - uid: 18733 + components: + - type: Transform + pos: -121.5,60.5 + parent: 2 + - uid: 18734 + components: + - type: Transform + pos: -121.5,59.5 + parent: 2 + - uid: 18735 + components: + - type: Transform + pos: -121.5,58.5 + parent: 2 + - uid: 18736 + components: + - type: Transform + pos: -121.5,57.5 + parent: 2 + - uid: 18737 + components: + - type: Transform + pos: -121.5,56.5 + parent: 2 + - uid: 18738 + components: + - type: Transform + pos: -121.5,55.5 + parent: 2 + - uid: 18739 + components: + - type: Transform + pos: -121.5,54.5 + parent: 2 + - uid: 18740 + components: + - type: Transform + pos: -121.5,53.5 + parent: 2 + - uid: 18744 + components: + - type: Transform + pos: -121.5,49.5 + parent: 2 + - uid: 18745 + components: + - type: Transform + pos: -121.5,48.5 + parent: 2 + - uid: 18746 + components: + - type: Transform + pos: -121.5,47.5 + parent: 2 + - uid: 18747 + components: + - type: Transform + pos: -121.5,46.5 + parent: 2 + - uid: 18748 + components: + - type: Transform + pos: -121.5,45.5 + parent: 2 + - uid: 18749 + components: + - type: Transform + pos: -121.5,44.5 + parent: 2 + - uid: 18750 + components: + - type: Transform + pos: -121.5,43.5 + parent: 2 + - uid: 18751 + components: + - type: Transform + pos: -121.5,42.5 + parent: 2 + - uid: 18752 + components: + - type: Transform + pos: -120.5,42.5 + parent: 2 + - uid: 18753 + components: + - type: Transform + pos: -119.5,42.5 + parent: 2 + - uid: 18754 + components: + - type: Transform + pos: -118.5,42.5 + parent: 2 + - uid: 18755 + components: + - type: Transform + pos: -117.5,42.5 + parent: 2 + - uid: 18756 + components: + - type: Transform + pos: -116.5,42.5 + parent: 2 + - uid: 18757 + components: + - type: Transform + pos: -115.5,42.5 + parent: 2 + - uid: 18758 + components: + - type: Transform + pos: -114.5,42.5 + parent: 2 + - uid: 18762 + components: + - type: Transform + pos: -110.5,42.5 + parent: 2 + - uid: 18763 + components: + - type: Transform + pos: -109.5,42.5 + parent: 2 + - uid: 18764 + components: + - type: Transform + pos: -108.5,42.5 + parent: 2 + - uid: 18765 + components: + - type: Transform + pos: -107.5,42.5 + parent: 2 + - uid: 18766 + components: + - type: Transform + pos: -106.5,42.5 + parent: 2 + - uid: 18767 + components: + - type: Transform + pos: -105.5,42.5 + parent: 2 + - uid: 18768 + components: + - type: Transform + pos: -104.5,42.5 + parent: 2 + - uid: 18781 + components: + - type: Transform + pos: -71.5,-25.5 + parent: 2 + - uid: 18782 + components: + - type: Transform + pos: -71.5,-24.5 + parent: 2 + - uid: 18789 + components: + - type: Transform + pos: -65.5,65.5 + parent: 2 + - uid: 18796 + components: + - type: Transform + pos: -122.5,61.5 + parent: 2 + - uid: 18797 + components: + - type: Transform + pos: -122.5,60.5 + parent: 2 + - uid: 18798 + components: + - type: Transform + pos: -122.5,59.5 + parent: 2 + - uid: 18800 + components: + - type: Transform + pos: -92.5,56.5 + parent: 2 + - uid: 18801 + components: + - type: Transform + pos: -122.5,58.5 + parent: 2 + - uid: 18827 + components: + - type: Transform + pos: -122.5,46.5 + parent: 2 + - uid: 18855 + components: + - type: Transform + pos: -122.5,48.5 + parent: 2 + - uid: 18856 + components: + - type: Transform + pos: -122.5,47.5 + parent: 2 + - uid: 18862 + components: + - type: Transform + pos: -120.5,43.5 + parent: 2 + - uid: 18863 + components: + - type: Transform + pos: -104.5,59.5 + parent: 2 + - uid: 18864 + components: + - type: Transform + pos: -104.5,43.5 + parent: 2 + - uid: 18865 + components: + - type: Transform + pos: -120.5,59.5 + parent: 2 + - uid: 18869 + components: + - type: Transform + pos: -126.5,58.5 + parent: 2 + - uid: 18882 + components: + - type: Transform + pos: -119.5,61.5 + parent: 2 + - uid: 18883 + components: + - type: Transform + pos: -122.5,45.5 + parent: 2 + - uid: 18884 + components: + - type: Transform + pos: -120.5,61.5 + parent: 2 + - uid: 18900 + components: + - type: Transform + pos: -118.5,37.5 + parent: 2 + - uid: 18901 + components: + - type: Transform + pos: -126.5,41.5 + parent: 2 + - uid: 18902 + components: + - type: Transform + pos: -125.5,51.5 + parent: 2 + - uid: 18903 + components: + - type: Transform + pos: -125.5,61.5 + parent: 2 + - uid: 18904 + components: + - type: Transform + pos: -119.5,64.5 + parent: 2 + - uid: 18905 + components: + - type: Transform + pos: -111.5,65.5 + parent: 2 + - uid: 18906 + components: + - type: Transform + pos: -104.5,64.5 + parent: 2 + - uid: 18907 + components: + - type: Transform + pos: -101.5,64.5 + parent: 2 + - uid: 18908 + components: + - type: Transform + pos: -98.5,61.5 + parent: 2 + - uid: 18917 + components: + - type: Transform + pos: -129.5,46.5 + parent: 2 + - uid: 18918 + components: + - type: Transform + pos: -129.5,47.5 + parent: 2 + - uid: 18919 + components: + - type: Transform + pos: -129.5,48.5 + parent: 2 + - uid: 18920 + components: + - type: Transform + pos: -129.5,49.5 + parent: 2 + - uid: 18921 + components: + - type: Transform + pos: -129.5,50.5 + parent: 2 + - uid: 18922 + components: + - type: Transform + pos: -129.5,51.5 + parent: 2 + - uid: 18923 + components: + - type: Transform + pos: -129.5,52.5 + parent: 2 + - uid: 18924 + components: + - type: Transform + pos: -129.5,53.5 + parent: 2 + - uid: 18925 + components: + - type: Transform + pos: -129.5,54.5 + parent: 2 + - uid: 18926 + components: + - type: Transform + pos: -98.5,45.5 + parent: 2 + - uid: 18927 + components: + - type: Transform + pos: -129.5,56.5 + parent: 2 + - uid: 18928 + components: + - type: Transform + pos: -129.5,57.5 + parent: 2 + - uid: 18929 + components: + - type: Transform + pos: -129.5,58.5 + parent: 2 + - uid: 18930 + components: + - type: Transform + pos: -129.5,59.5 + parent: 2 + - uid: 18931 + components: + - type: Transform + pos: -129.5,60.5 + parent: 2 + - uid: 18932 + components: + - type: Transform + pos: -129.5,61.5 + parent: 2 + - uid: 18933 + components: + - type: Transform + pos: -129.5,62.5 + parent: 2 + - uid: 18934 + components: + - type: Transform + pos: -122.5,68.5 + parent: 2 + - uid: 18935 + components: + - type: Transform + pos: -121.5,68.5 + parent: 2 + - uid: 18936 + components: + - type: Transform + pos: -120.5,68.5 + parent: 2 + - uid: 18937 + components: + - type: Transform + pos: -119.5,68.5 + parent: 2 + - uid: 18938 + components: + - type: Transform + pos: -118.5,68.5 + parent: 2 + - uid: 18939 + components: + - type: Transform + pos: -117.5,68.5 + parent: 2 + - uid: 18940 + components: + - type: Transform + pos: -116.5,68.5 + parent: 2 + - uid: 18941 + components: + - type: Transform + pos: -115.5,68.5 + parent: 2 + - uid: 18942 + components: + - type: Transform + pos: -114.5,68.5 + parent: 2 + - uid: 18943 + components: + - type: Transform + pos: -113.5,68.5 + parent: 2 + - uid: 18944 + components: + - type: Transform + pos: -112.5,68.5 + parent: 2 + - uid: 18945 + components: + - type: Transform + pos: -111.5,68.5 + parent: 2 + - uid: 18946 + components: + - type: Transform + pos: -110.5,68.5 + parent: 2 + - uid: 18947 + components: + - type: Transform + pos: -130.5,42.5 + parent: 2 + - uid: 18948 + components: + - type: Transform + pos: -126.5,33.5 + parent: 2 + - uid: 18949 + components: + - type: Transform + pos: -125.5,33.5 + parent: 2 + - uid: 18950 + components: + - type: Transform + pos: -124.5,33.5 + parent: 2 + - uid: 18951 + components: + - type: Transform + pos: -123.5,33.5 + parent: 2 + - uid: 18952 + components: + - type: Transform + pos: -122.5,33.5 + parent: 2 + - uid: 18953 + components: + - type: Transform + pos: -121.5,33.5 + parent: 2 + - uid: 18954 + components: + - type: Transform + pos: -118.5,33.5 + parent: 2 + - uid: 18955 + components: + - type: Transform + pos: -131.5,41.5 + parent: 2 + - uid: 18956 + components: + - type: Transform + pos: -122.5,70.5 + parent: 2 + - uid: 18957 + components: + - type: Transform + pos: -131.5,65.5 + parent: 2 + - uid: 18958 + components: + - type: Transform + pos: -106.5,68.5 + parent: 2 + - uid: 18959 + components: + - type: Transform + pos: -102.5,68.5 + parent: 2 + - uid: 18960 + components: + - type: Transform + pos: -101.5,68.5 + parent: 2 + - uid: 18961 + components: + - type: Transform + pos: -100.5,68.5 + parent: 2 + - uid: 19087 + components: + - type: Transform + pos: -98.5,46.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + pos: -97.5,45.5 + parent: 2 + - uid: 19089 + components: + - type: Transform + pos: -97.5,43.5 + parent: 2 + - uid: 19097 + components: + - type: Transform + pos: -119.5,41.5 + parent: 2 + - uid: 19106 + components: + - type: Transform + pos: -102.5,59.5 + parent: 2 + - uid: 19107 + components: + - type: Transform + pos: -97.5,44.5 + parent: 2 + - uid: 19112 + components: + - type: Transform + pos: -118.5,41.5 + parent: 2 + - uid: 19115 + components: + - type: Transform + pos: -117.5,41.5 + parent: 2 + - uid: 19132 + components: + - type: Transform + pos: -116.5,41.5 + parent: 2 + - uid: 19312 + components: + - type: Transform + pos: -47.5,61.5 + parent: 2 + - uid: 19313 + components: + - type: Transform + pos: -47.5,60.5 + parent: 2 + - uid: 19314 + components: + - type: Transform + pos: -47.5,59.5 + parent: 2 + - uid: 19320 + components: + - type: Transform + pos: -49.5,61.5 + parent: 2 + - uid: 19321 + components: + - type: Transform + pos: -50.5,61.5 + parent: 2 + - uid: 19324 + components: + - type: Transform + pos: 69.5,70.5 + parent: 2 + - uid: 19329 + components: + - type: Transform + pos: -61.5,47.5 + parent: 2 + - uid: 19333 + components: + - type: Transform + pos: -61.5,43.5 + parent: 2 + - uid: 19335 + components: + - type: Transform + pos: -61.5,44.5 + parent: 2 + - uid: 19466 + components: + - type: Transform + pos: -1.5,79.5 + parent: 2 + - uid: 19467 + components: + - type: Transform + pos: -2.5,79.5 + parent: 2 + - uid: 19468 + components: + - type: Transform + pos: -3.5,79.5 + parent: 2 + - uid: 19469 + components: + - type: Transform + pos: 4.5,79.5 + parent: 2 + - uid: 19470 + components: + - type: Transform + pos: 6.5,79.5 + parent: 2 + - uid: 19471 + components: + - type: Transform + pos: 5.5,79.5 + parent: 2 + - uid: 19519 + components: + - type: Transform + pos: 14.5,72.5 + parent: 2 + - uid: 19520 + components: + - type: Transform + pos: 15.5,72.5 + parent: 2 + - uid: 19521 + components: + - type: Transform + pos: 15.5,73.5 + parent: 2 + - uid: 19522 + components: + - type: Transform + pos: 12.5,79.5 + parent: 2 + - uid: 19523 + components: + - type: Transform + pos: 13.5,79.5 + parent: 2 + - uid: 19524 + components: + - type: Transform + pos: 14.5,79.5 + parent: 2 + - uid: 19525 + components: + - type: Transform + pos: 15.5,79.5 + parent: 2 + - uid: 19526 + components: + - type: Transform + pos: 15.5,78.5 + parent: 2 + - uid: 19527 + components: + - type: Transform + pos: -9.5,79.5 + parent: 2 + - uid: 19528 + components: + - type: Transform + pos: -10.5,79.5 + parent: 2 + - uid: 19529 + components: + - type: Transform + pos: -11.5,79.5 + parent: 2 + - uid: 19530 + components: + - type: Transform + pos: -12.5,79.5 + parent: 2 + - uid: 19531 + components: + - type: Transform + pos: -12.5,78.5 + parent: 2 + - uid: 19532 + components: + - type: Transform + pos: -12.5,73.5 + parent: 2 + - uid: 19628 + components: + - type: Transform + pos: 13.5,63.5 + parent: 2 + - uid: 19629 + components: + - type: Transform + pos: 12.5,63.5 + parent: 2 + - uid: 19646 + components: + - type: Transform + pos: -34.5,58.5 + parent: 2 + - uid: 19648 + components: + - type: Transform + pos: -34.5,59.5 + parent: 2 + - uid: 19652 + components: + - type: Transform + pos: -40.5,60.5 + parent: 2 + - uid: 19664 + components: + - type: Transform + pos: 5.5,63.5 + parent: 2 + - uid: 19670 + components: + - type: Transform + pos: -40.5,68.5 + parent: 2 + - uid: 19671 + components: + - type: Transform + pos: 6.5,64.5 + parent: 2 + - uid: 19674 + components: + - type: Transform + pos: 6.5,63.5 + parent: 2 + - uid: 19675 + components: + - type: Transform + pos: 6.5,62.5 + parent: 2 + - uid: 19676 + components: + - type: Transform + pos: 14.5,63.5 + parent: 2 + - uid: 19677 + components: + - type: Transform + pos: 4.5,62.5 + parent: 2 + - uid: 19682 + components: + - type: Transform + pos: -34.5,57.5 + parent: 2 + - uid: 19708 + components: + - type: Transform + pos: -34.5,67.5 + parent: 2 + - uid: 19709 + components: + - type: Transform + pos: -45.5,68.5 + parent: 2 + - uid: 19711 + components: + - type: Transform + pos: 12.5,62.5 + parent: 2 + - uid: 19717 + components: + - type: Transform + pos: -33.5,72.5 + parent: 2 + - uid: 19733 + components: + - type: Transform + pos: 4.5,63.5 + parent: 2 + - uid: 19735 + components: + - type: Transform + pos: 12.5,64.5 + parent: 2 + - uid: 19774 + components: + - type: Transform + pos: -38.5,57.5 + parent: 2 + - uid: 19776 + components: + - type: Transform + pos: -36.5,57.5 + parent: 2 + - uid: 19944 + components: + - type: Transform + pos: -76.5,-8.5 + parent: 2 + - uid: 19945 + components: + - type: Transform + pos: -66.5,28.5 + parent: 2 + - uid: 19946 + components: + - type: Transform + pos: -75.5,-8.5 + parent: 2 + - uid: 19947 + components: + - type: Transform + pos: -74.5,-8.5 + parent: 2 + - uid: 19963 + components: + - type: Transform + pos: -117.5,-0.5 + parent: 2 + - uid: 19965 + components: + - type: Transform + pos: -116.5,17.5 + parent: 2 + - uid: 19969 + components: + - type: Transform + pos: -115.5,15.5 + parent: 2 + - uid: 19970 + components: + - type: Transform + pos: -115.5,13.5 + parent: 2 + - uid: 19973 + components: + - type: Transform + pos: -115.5,3.5 + parent: 2 + - uid: 19974 + components: + - type: Transform + pos: -115.5,1.5 + parent: 2 + - uid: 20951 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 + - uid: 21015 + components: + - type: Transform + pos: -33.5,73.5 + parent: 2 + - uid: 21075 + components: + - type: Transform + pos: -37.5,55.5 + parent: 2 + - uid: 21089 + components: + - type: Transform + pos: 4.5,58.5 + parent: 2 + - uid: 22166 + components: + - type: Transform + pos: -29.5,76.5 + parent: 2 + - uid: 22257 + components: + - type: Transform + pos: -20.5,76.5 + parent: 2 + - uid: 22258 + components: + - type: Transform + pos: -25.5,77.5 + parent: 2 + - uid: 22259 + components: + - type: Transform + pos: -29.5,77.5 + parent: 2 + - uid: 22260 + components: + - type: Transform + pos: -24.5,77.5 + parent: 2 + - uid: 22271 + components: + - type: Transform + pos: -28.5,77.5 + parent: 2 + - uid: 22273 + components: + - type: Transform + pos: -29.5,72.5 + parent: 2 + - uid: 22278 + components: + - type: Transform + pos: -24.5,75.5 + parent: 2 + - uid: 22279 + components: + - type: Transform + pos: -24.5,73.5 + parent: 2 + - uid: 22293 + components: + - type: Transform + pos: -23.5,71.5 + parent: 2 + - uid: 22295 + components: + - type: Transform + pos: -21.5,71.5 + parent: 2 + - uid: 22317 + components: + - type: Transform + pos: -29.5,73.5 + parent: 2 + - uid: 22346 + components: + - type: Transform + pos: -31.5,73.5 + parent: 2 + - uid: 22347 + components: + - type: Transform + pos: -32.5,73.5 + parent: 2 + - uid: 22356 + components: + - type: Transform + pos: 3.5,67.5 + parent: 2 + - uid: 22361 + components: + - type: Transform + pos: -45.5,63.5 + parent: 2 + - uid: 22363 + components: + - type: Transform + pos: 12.5,66.5 + parent: 2 + - uid: 22364 + components: + - type: Transform + pos: 14.5,69.5 + parent: 2 + - uid: 22365 + components: + - type: Transform + pos: -17.5,74.5 + parent: 2 + - uid: 22366 + components: + - type: Transform + pos: -17.5,77.5 + parent: 2 + - uid: 22367 + components: + - type: Transform + pos: -21.5,79.5 + parent: 2 + - uid: 22368 + components: + - type: Transform + pos: -25.5,80.5 + parent: 2 + - uid: 22369 + components: + - type: Transform + pos: -30.5,80.5 + parent: 2 + - uid: 22370 + components: + - type: Transform + pos: -32.5,77.5 + parent: 2 + - uid: 22573 + components: + - type: Transform + pos: 55.5,45.5 + parent: 2 + - uid: 22628 + components: + - type: Transform + pos: -37.5,31.5 + parent: 2 + - uid: 22756 + components: + - type: Transform + pos: -34.5,71.5 + parent: 2 + - uid: 22812 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 22813 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 22887 + components: + - type: Transform + pos: -34.5,-37.5 + parent: 2 + - uid: 23036 + components: + - type: Transform + pos: -61.5,52.5 + parent: 2 + - uid: 23041 + components: + - type: Transform + pos: -37.5,57.5 + parent: 2 + - uid: 23043 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 23051 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 + - uid: 23052 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 23054 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 23055 + components: + - type: Transform + pos: -36.5,53.5 + parent: 2 + - uid: 23057 + components: + - type: Transform + pos: -6.5,46.5 + parent: 2 + - uid: 23058 + components: + - type: Transform + pos: -4.5,46.5 + parent: 2 + - uid: 23060 + components: + - type: Transform + pos: -3.5,46.5 + parent: 2 + - uid: 23062 + components: + - type: Transform + pos: 100.5,26.5 + parent: 2 + - uid: 23065 + components: + - type: Transform + pos: 86.5,69.5 + parent: 2 + - uid: 23070 + components: + - type: Transform + pos: 52.5,67.5 + parent: 2 + - uid: 23074 + components: + - type: Transform + pos: -5.5,46.5 + parent: 2 + - uid: 23076 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 23077 + components: + - type: Transform + pos: 96.5,57.5 + parent: 2 + - uid: 23080 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 23083 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 23117 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 23133 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 23142 + components: + - type: Transform + pos: -44.5,-7.5 + parent: 2 + - uid: 23231 + components: + - type: Transform + pos: -16.5,71.5 + parent: 2 + - uid: 23234 + components: + - type: Transform + pos: -15.5,71.5 + parent: 2 + - uid: 23235 + components: + - type: Transform + pos: -14.5,71.5 + parent: 2 + - uid: 23265 + components: + - type: Transform + pos: -34.5,49.5 + parent: 2 + - uid: 23496 + components: + - type: Transform + pos: 86.5,53.5 + parent: 2 + - uid: 23497 + components: + - type: Transform + pos: 85.5,53.5 + parent: 2 + - uid: 23498 + components: + - type: Transform + pos: 84.5,53.5 + parent: 2 + - uid: 23499 + components: + - type: Transform + pos: 83.5,53.5 + parent: 2 + - uid: 23501 + components: + - type: Transform + pos: -77.5,-7.5 + parent: 2 + - uid: 23503 + components: + - type: Transform + pos: -67.5,-7.5 + parent: 2 + - uid: 23534 + components: + - type: Transform + pos: -70.5,-7.5 + parent: 2 + - uid: 23700 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 + - uid: 23702 + components: + - type: Transform + pos: -55.5,52.5 + parent: 2 + - uid: 23705 + components: + - type: Transform + pos: -50.5,62.5 + parent: 2 + - uid: 23709 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 + - uid: 23713 + components: + - type: Transform + pos: -55.5,47.5 + parent: 2 + - uid: 23722 + components: + - type: Transform + pos: -120.5,41.5 + parent: 2 + - uid: 23725 + components: + - type: Transform + pos: -110.5,61.5 + parent: 2 + - uid: 23726 + components: + - type: Transform + pos: -99.5,59.5 + parent: 2 + - uid: 23727 + components: + - type: Transform + pos: -100.5,59.5 + parent: 2 + - uid: 23740 + components: + - type: Transform + pos: -97.5,57.5 + parent: 2 + - uid: 23741 + components: + - type: Transform + pos: -115.5,61.5 + parent: 2 + - uid: 23742 + components: + - type: Transform + pos: -122.5,44.5 + parent: 2 + - uid: 23743 + components: + - type: Transform + pos: -122.5,43.5 + parent: 2 + - uid: 23746 + components: + - type: Transform + pos: -114.5,41.5 + parent: 2 + - uid: 23747 + components: + - type: Transform + pos: -115.5,41.5 + parent: 2 + - uid: 23749 + components: + - type: Transform + pos: -108.5,41.5 + parent: 2 + - uid: 23750 + components: + - type: Transform + pos: -110.5,41.5 + parent: 2 + - uid: 23751 + components: + - type: Transform + pos: -109.5,41.5 + parent: 2 + - uid: 23752 + components: + - type: Transform + pos: -103.5,61.5 + parent: 2 + - uid: 23754 + components: + - type: Transform + pos: 96.5,56.5 + parent: 2 + - uid: 23767 + components: + - type: Transform + pos: 96.5,54.5 + parent: 2 + - uid: 23768 + components: + - type: Transform + pos: 90.5,63.5 + parent: 2 + - uid: 23778 + components: + - type: Transform + pos: 91.5,22.5 + parent: 2 + - uid: 23779 + components: + - type: Transform + pos: 101.5,27.5 + parent: 2 + - uid: 24934 + components: + - type: Transform + pos: 100.5,25.5 + parent: 2 + - uid: 24936 + components: + - type: Transform + pos: 75.5,1.5 + parent: 2 + - uid: 25066 + components: + - type: Transform + pos: -20.5,71.5 + parent: 2 + - uid: 25304 + components: + - type: Transform + pos: 90.5,23.5 + parent: 2 + - uid: 25315 + components: + - type: Transform + pos: -7.5,46.5 + parent: 2 + - uid: 25557 + components: + - type: Transform + pos: 8.5,47.5 + parent: 2 + - uid: 27111 + components: + - type: Transform + pos: -36.5,-12.5 + parent: 2 + - uid: 27167 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 27168 + components: + - type: Transform + pos: -33.5,-12.5 + parent: 2 + - uid: 27176 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - uid: 27181 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 + - uid: 27372 + components: + - type: Transform + pos: 77.5,-0.5 + parent: 2 + - uid: 27375 + components: + - type: Transform + pos: -33.5,-9.5 + parent: 2 + - uid: 27385 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - uid: 27386 + components: + - type: Transform + pos: 77.5,-2.5 + parent: 2 + - uid: 27387 + components: + - type: Transform + pos: 77.5,-1.5 + parent: 2 + - uid: 27388 + components: + - type: Transform + pos: 77.5,-4.5 + parent: 2 + - uid: 27443 + components: + - type: Transform + pos: 77.5,-5.5 + parent: 2 + - uid: 27526 + components: + - type: Transform + pos: -66.5,-4.5 + parent: 2 + - uid: 27527 + components: + - type: Transform + pos: -66.5,-1.5 + parent: 2 + - uid: 27528 + components: + - type: Transform + pos: -69.5,-1.5 + parent: 2 + - uid: 27543 + components: + - type: Transform + pos: -68.5,-1.5 + parent: 2 + - uid: 27562 + components: + - type: Transform + pos: -67.5,-1.5 + parent: 2 + - uid: 27757 + components: + - type: Transform + pos: -70.5,-1.5 + parent: 2 + - uid: 27828 + components: + - type: Transform + pos: 89.5,23.5 + parent: 2 + - uid: 27829 + components: + - type: Transform + pos: 88.5,23.5 + parent: 2 + - uid: 27833 + components: + - type: Transform + pos: -30.5,73.5 + parent: 2 + - uid: 27844 + components: + - type: Transform + pos: -36.5,55.5 + parent: 2 + - uid: 27846 + components: + - type: Transform + pos: -33.5,-8.5 + parent: 2 + - uid: 27860 + components: + - type: Transform + pos: -50.5,59.5 + parent: 2 + - uid: 27861 + components: + - type: Transform + pos: 77.5,-6.5 + parent: 2 + - uid: 27863 + components: + - type: Transform + pos: -104.5,61.5 + parent: 2 + - uid: 27864 + components: + - type: Transform + pos: -105.5,61.5 + parent: 2 + - uid: 27865 + components: + - type: Transform + pos: -106.5,61.5 + parent: 2 + - uid: 27870 + components: + - type: Transform + pos: 87.5,69.5 + parent: 2 + - uid: 27901 + components: + - type: Transform + pos: 52.5,64.5 + parent: 2 + - uid: 27908 + components: + - type: Transform + pos: 52.5,58.5 + parent: 2 + - uid: 27911 + components: + - type: Transform + pos: 52.5,59.5 + parent: 2 + - uid: 27916 + components: + - type: Transform + pos: 90.5,69.5 + parent: 2 + - uid: 27917 + components: + - type: Transform + pos: 52.5,63.5 + parent: 2 + - uid: 27922 + components: + - type: Transform + pos: 52.5,57.5 + parent: 2 + - uid: 27923 + components: + - type: Transform + pos: 90.5,67.5 + parent: 2 + - uid: 27925 + components: + - type: Transform + pos: 94.5,63.5 + parent: 2 + - uid: 27926 + components: + - type: Transform + pos: 52.5,60.5 + parent: 2 + - uid: 27927 + components: + - type: Transform + pos: 52.5,61.5 + parent: 2 + - uid: 27929 + components: + - type: Transform + pos: 52.5,62.5 + parent: 2 + - uid: 27931 + components: + - type: Transform + pos: 81.5,69.5 + parent: 2 + - uid: 27934 + components: + - type: Transform + pos: 89.5,69.5 + parent: 2 + - uid: 27941 + components: + - type: Transform + pos: 100.5,38.5 + parent: 2 + - uid: 27946 + components: + - type: Transform + pos: 100.5,39.5 + parent: 2 + - uid: 27961 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 27979 + components: + - type: Transform + pos: 100.5,37.5 + parent: 2 + - uid: 27982 + components: + - type: Transform + pos: 77.5,69.5 + parent: 2 + - uid: 27983 + components: + - type: Transform + pos: 78.5,69.5 + parent: 2 + - uid: 27984 + components: + - type: Transform + pos: 80.5,69.5 + parent: 2 + - uid: 27986 + components: + - type: Transform + pos: 76.5,69.5 + parent: 2 + - uid: 27989 + components: + - type: Transform + pos: 100.5,44.5 + parent: 2 + - uid: 28013 + components: + - type: Transform + pos: 90.5,68.5 + parent: 2 + - uid: 28018 + components: + - type: Transform + pos: 88.5,69.5 + parent: 2 + - uid: 28022 + components: + - type: Transform + pos: 52.5,56.5 + parent: 2 + - uid: 28024 + components: + - type: Transform + pos: 95.5,46.5 + parent: 2 + - uid: 28036 + components: + - type: Transform + pos: 95.5,48.5 + parent: 2 + - uid: 28037 + components: + - type: Transform + pos: 101.5,26.5 + parent: 2 + - uid: 28038 + components: + - type: Transform + pos: 101.5,29.5 + parent: 2 + - uid: 28039 + components: + - type: Transform + pos: 101.5,28.5 + parent: 2 + - uid: 28040 + components: + - type: Transform + pos: 101.5,30.5 + parent: 2 + - uid: 28041 + components: + - type: Transform + pos: 96.5,50.5 + parent: 2 + - uid: 28043 + components: + - type: Transform + pos: 96.5,46.5 + parent: 2 + - uid: 28044 + components: + - type: Transform + pos: 96.5,52.5 + parent: 2 + - uid: 28198 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 28251 + components: + - type: Transform + pos: -22.5,-39.5 + parent: 2 + - uid: 28252 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 28253 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 2 + - uid: 28254 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 28340 + components: + - type: Transform + pos: -70.5,-2.5 + parent: 2 + - uid: 28341 + components: + - type: Transform + pos: -70.5,-3.5 + parent: 2 + - uid: 28405 + components: + - type: Transform + pos: -24.5,-39.5 + parent: 2 + - uid: 28527 + components: + - type: Transform + pos: -70.5,-4.5 + parent: 2 + - uid: 28641 + components: + - type: Transform + pos: -69.5,-4.5 + parent: 2 + - uid: 28645 + components: + - type: Transform + pos: -68.5,-4.5 + parent: 2 + - uid: 28682 + components: + - type: Transform + pos: -67.5,-4.5 + parent: 2 + - uid: 28699 + components: + - type: Transform + pos: 77.5,0.5 + parent: 2 + - uid: 28700 + components: + - type: Transform + pos: 77.5,-7.5 + parent: 2 + - uid: 28728 + components: + - type: Transform + pos: 38.5,17.5 + parent: 2 + - uid: 28729 + components: + - type: Transform + pos: 39.5,17.5 + parent: 2 + - uid: 28731 + components: + - type: Transform + pos: 39.5,12.5 + parent: 2 + - uid: 28777 + components: + - type: Transform + pos: 40.5,17.5 + parent: 2 + - uid: 28789 + components: + - type: Transform + pos: -25.5,-29.5 + parent: 2 + - uid: 28960 + components: + - type: Transform + pos: 47.5,-0.5 + parent: 2 + - uid: 29004 + components: + - type: Transform + pos: 48.5,-0.5 + parent: 2 + - uid: 29041 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 + - uid: 29153 + components: + - type: Transform + pos: -75.5,22.5 + parent: 2 + - uid: 29255 + components: + - type: Transform + pos: 75.5,69.5 + parent: 2 + - uid: 29257 + components: + - type: Transform + pos: 79.5,69.5 + parent: 2 + - uid: 29259 + components: + - type: Transform + pos: 72.5,69.5 + parent: 2 + - uid: 29260 + components: + - type: Transform + pos: 74.5,69.5 + parent: 2 + - uid: 29261 + components: + - type: Transform + pos: 73.5,69.5 + parent: 2 + - uid: 29269 + components: + - type: Transform + pos: 70.5,69.5 + parent: 2 + - uid: 29272 + components: + - type: Transform + pos: 71.5,69.5 + parent: 2 + - uid: 29273 + components: + - type: Transform + pos: 69.5,69.5 + parent: 2 + - uid: 29286 + components: + - type: Transform + pos: 100.5,45.5 + parent: 2 + - uid: 29300 + components: + - type: Transform + pos: 79.5,57.5 + parent: 2 + - uid: 29301 + components: + - type: Transform + pos: 79.5,56.5 + parent: 2 + - uid: 29309 + components: + - type: Transform + pos: 96.5,48.5 + parent: 2 + - uid: 29312 + components: + - type: Transform + pos: 99.5,24.5 + parent: 2 + - uid: 29314 + components: + - type: Transform + pos: 96.5,23.5 + parent: 2 + - uid: 29315 + components: + - type: Transform + pos: 98.5,46.5 + parent: 2 + - uid: 29316 + components: + - type: Transform + pos: 98.5,23.5 + parent: 2 + - uid: 29321 + components: + - type: Transform + pos: 53.5,55.5 + parent: 2 + - uid: 29322 + components: + - type: Transform + pos: 52.5,55.5 + parent: 2 + - uid: 29363 + components: + - type: Transform + pos: 80.5,57.5 + parent: 2 + - uid: 29366 + components: + - type: Transform + pos: 81.5,60.5 + parent: 2 + - uid: 29371 + components: + - type: Transform + pos: 100.5,33.5 + parent: 2 + - uid: 29372 + components: + - type: Transform + pos: 100.5,32.5 + parent: 2 + - uid: 29389 + components: + - type: Transform + pos: 80.5,26.5 + parent: 2 + - uid: 29391 + components: + - type: Transform + pos: 80.5,25.5 + parent: 2 + - uid: 29393 + components: + - type: Transform + pos: 100.5,36.5 + parent: 2 + - uid: 29394 + components: + - type: Transform + pos: 100.5,35.5 + parent: 2 + - uid: 29400 + components: + - type: Transform + pos: 100.5,42.5 + parent: 2 + - uid: 29401 + components: + - type: Transform + pos: 100.5,43.5 + parent: 2 + - uid: 29403 + components: + - type: Transform + pos: 100.5,41.5 + parent: 2 + - uid: 29404 + components: + - type: Transform + pos: 100.5,40.5 + parent: 2 + - uid: 29405 + components: + - type: Transform + pos: 100.5,34.5 + parent: 2 + - uid: 29423 + components: + - type: Transform + pos: 81.5,61.5 + parent: 2 + - uid: 29426 + components: + - type: Transform + pos: -92.5,-6.5 + parent: 2 + - uid: 29611 + components: + - type: Transform + pos: -24.5,-29.5 + parent: 2 + - uid: 29612 + components: + - type: Transform + pos: -24.5,-28.5 + parent: 2 + - uid: 29613 + components: + - type: Transform + pos: -27.5,-28.5 + parent: 2 + - uid: 29614 + components: + - type: Transform + pos: -27.5,-29.5 + parent: 2 + - uid: 29615 + components: + - type: Transform + pos: -26.5,-29.5 + parent: 2 + - uid: 29616 + components: + - type: Transform + pos: 40.5,16.5 + parent: 2 + - uid: 29617 + components: + - type: Transform + pos: 38.5,16.5 + parent: 2 + - uid: 29618 + components: + - type: Transform + pos: 38.5,15.5 + parent: 2 + - uid: 29619 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 + - uid: 29622 + components: + - type: Transform + pos: 38.5,12.5 + parent: 2 + - uid: 29626 + components: + - type: Transform + pos: -24.5,-27.5 + parent: 2 + - uid: 29707 + components: + - type: Transform + pos: -44.5,68.5 + parent: 2 + - uid: 29711 + components: + - type: Transform + pos: -43.5,68.5 + parent: 2 + - uid: 29713 + components: + - type: Transform + pos: -42.5,68.5 + parent: 2 + - uid: 29715 + components: + - type: Transform + pos: -34.5,60.5 + parent: 2 + - uid: 29718 + components: + - type: Transform + pos: -44.5,61.5 + parent: 2 + - uid: 29729 + components: + - type: Transform + pos: 81.5,62.5 + parent: 2 + - uid: 29730 + components: + - type: Transform + pos: 81.5,63.5 + parent: 2 + - uid: 29731 + components: + - type: Transform + pos: 87.5,53.5 + parent: 2 + - uid: 29732 + components: + - type: Transform + pos: 88.5,54.5 + parent: 2 + - uid: 29733 + components: + - type: Transform + pos: 88.5,57.5 + parent: 2 + - uid: 29734 + components: + - type: Transform + pos: 88.5,53.5 + parent: 2 + - uid: 29735 + components: + - type: Transform + pos: 87.5,57.5 + parent: 2 + - uid: 29736 + components: + - type: Transform + pos: 85.5,63.5 + parent: 2 + - uid: 29737 + components: + - type: Transform + pos: 87.5,59.5 + parent: 2 + - uid: 29738 + components: + - type: Transform + pos: 84.5,63.5 + parent: 2 + - uid: 29739 + components: + - type: Transform + pos: 83.5,63.5 + parent: 2 + - uid: 29740 + components: + - type: Transform + pos: 82.5,63.5 + parent: 2 + - uid: 29741 + components: + - type: Transform + pos: 81.5,57.5 + parent: 2 + - uid: 29744 + components: + - type: Transform + pos: 84.5,57.5 + parent: 2 + - uid: 29745 + components: + - type: Transform + pos: 81.5,58.5 + parent: 2 + - uid: 29747 + components: + - type: Transform + pos: 81.5,59.5 + parent: 2 + - uid: 29751 + components: + - type: Transform + pos: 86.5,63.5 + parent: 2 + - uid: 29752 + components: + - type: Transform + pos: 87.5,63.5 + parent: 2 + - uid: 29757 + components: + - type: Transform + pos: 82.5,60.5 + parent: 2 + - uid: 29758 + components: + - type: Transform + pos: 83.5,60.5 + parent: 2 + - uid: 29759 + components: + - type: Transform + pos: 84.5,60.5 + parent: 2 + - uid: 29760 + components: + - type: Transform + pos: 86.5,60.5 + parent: 2 + - uid: 29761 + components: + - type: Transform + pos: 87.5,60.5 + parent: 2 + - uid: 29762 + components: + - type: Transform + pos: 87.5,58.5 + parent: 2 + - uid: 29763 + components: + - type: Transform + pos: 86.5,57.5 + parent: 2 + - uid: 29764 + components: + - type: Transform + pos: 87.5,61.5 + parent: 2 + - uid: 29765 + components: + - type: Transform + pos: 87.5,62.5 + parent: 2 + - uid: 29807 + components: + - type: Transform + pos: 88.5,56.5 + parent: 2 + - uid: 29823 + components: + - type: Transform + pos: 91.5,53.5 + parent: 2 + - uid: 29824 + components: + - type: Transform + pos: 91.5,57.5 + parent: 2 + - uid: 29831 + components: + - type: Transform + pos: 79.5,54.5 + parent: 2 + - uid: 29832 + components: + - type: Transform + pos: 79.5,53.5 + parent: 2 + - uid: 29838 + components: + - type: Transform + pos: 77.5,24.5 + parent: 2 + - uid: 29839 + components: + - type: Transform + pos: 76.5,23.5 + parent: 2 + - uid: 29841 + components: + - type: Transform + pos: 80.5,24.5 + parent: 2 + - uid: 29842 + components: + - type: Transform + pos: 81.5,24.5 + parent: 2 + - uid: 29843 + components: + - type: Transform + pos: 83.5,21.5 + parent: 2 + - uid: 29844 + components: + - type: Transform + pos: 83.5,23.5 + parent: 2 + - uid: 29846 + components: + - type: Transform + pos: 83.5,22.5 + parent: 2 + - uid: 29847 + components: + - type: Transform + pos: 82.5,24.5 + parent: 2 + - uid: 29848 + components: + - type: Transform + pos: 82.5,23.5 + parent: 2 + - uid: 29871 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - uid: 29877 + components: + - type: Transform + pos: 97.5,46.5 + parent: 2 + - uid: 29879 + components: + - type: Transform + pos: 99.5,23.5 + parent: 2 + - uid: 29891 + components: + - type: Transform + pos: 96.5,49.5 + parent: 2 + - uid: 29892 + components: + - type: Transform + pos: 96.5,51.5 + parent: 2 + - uid: 29896 + components: + - type: Transform + pos: -50.5,60.5 + parent: 2 + - uid: 29907 + components: + - type: Transform + pos: 91.5,67.5 + parent: 2 + - uid: 29908 + components: + - type: Transform + pos: 92.5,67.5 + parent: 2 + - uid: 29909 + components: + - type: Transform + pos: 98.5,51.5 + parent: 2 + - uid: 29910 + components: + - type: Transform + pos: 93.5,67.5 + parent: 2 + - uid: 29911 + components: + - type: Transform + pos: 102.5,35.5 + parent: 2 + - uid: 29912 + components: + - type: Transform + pos: 96.5,67.5 + parent: 2 + - uid: 29913 + components: + - type: Transform + pos: 98.5,52.5 + parent: 2 + - uid: 29914 + components: + - type: Transform + pos: 97.5,65.5 + parent: 2 + - uid: 29915 + components: + - type: Transform + pos: 94.5,66.5 + parent: 2 + - uid: 29916 + components: + - type: Transform + pos: 97.5,64.5 + parent: 2 + - uid: 29917 + components: + - type: Transform + pos: 98.5,63.5 + parent: 2 + - uid: 29918 + components: + - type: Transform + pos: 98.5,62.5 + parent: 2 + - uid: 29919 + components: + - type: Transform + pos: 98.5,61.5 + parent: 2 + - uid: 29920 + components: + - type: Transform + pos: 98.5,59.5 + parent: 2 + - uid: 29921 + components: + - type: Transform + pos: 98.5,58.5 + parent: 2 + - uid: 29922 + components: + - type: Transform + pos: 98.5,57.5 + parent: 2 + - uid: 29923 + components: + - type: Transform + pos: 98.5,56.5 + parent: 2 + - uid: 29924 + components: + - type: Transform + pos: 98.5,55.5 + parent: 2 + - uid: 29925 + components: + - type: Transform + pos: 98.5,50.5 + parent: 2 + - uid: 29926 + components: + - type: Transform + pos: 102.5,46.5 + parent: 2 + - uid: 29927 + components: + - type: Transform + pos: 102.5,45.5 + parent: 2 + - uid: 29928 + components: + - type: Transform + pos: 102.5,42.5 + parent: 2 + - uid: 29929 + components: + - type: Transform + pos: 102.5,40.5 + parent: 2 + - uid: 29930 + components: + - type: Transform + pos: 102.5,39.5 + parent: 2 + - uid: 29931 + components: + - type: Transform + pos: 102.5,38.5 + parent: 2 + - uid: 29935 + components: + - type: Transform + pos: 102.5,31.5 + parent: 2 + - uid: 29943 + components: + - type: Transform + pos: 91.5,10.5 + parent: 2 + - uid: 29944 + components: + - type: Transform + pos: 90.5,9.5 + parent: 2 + - uid: 29945 + components: + - type: Transform + pos: 90.5,8.5 + parent: 2 + - uid: 29946 + components: + - type: Transform + pos: 90.5,7.5 + parent: 2 + - uid: 29947 + components: + - type: Transform + pos: 88.5,6.5 + parent: 2 + - uid: 29948 + components: + - type: Transform + pos: 88.5,-0.5 + parent: 2 + - uid: 29949 + components: + - type: Transform + pos: -33.5,71.5 + parent: 2 + - uid: 29952 + components: + - type: Transform + pos: -65.5,-22.5 + parent: 2 + - uid: 29953 + components: + - type: Transform + pos: -64.5,-22.5 + parent: 2 + - uid: 29984 + components: + - type: Transform + pos: 80.5,6.5 + parent: 2 + - uid: 29985 + components: + - type: Transform + pos: 83.5,11.5 + parent: 2 + - uid: 29986 + components: + - type: Transform + pos: 83.5,12.5 + parent: 2 + - uid: 29987 + components: + - type: Transform + pos: 84.5,13.5 + parent: 2 + - uid: 29988 + components: + - type: Transform + pos: 84.5,14.5 + parent: 2 + - uid: 29989 + components: + - type: Transform + pos: 84.5,15.5 + parent: 2 + - uid: 29990 + components: + - type: Transform + pos: 84.5,16.5 + parent: 2 + - uid: 29991 + components: + - type: Transform + pos: 84.5,17.5 + parent: 2 + - uid: 29992 + components: + - type: Transform + pos: 84.5,18.5 + parent: 2 + - uid: 29993 + components: + - type: Transform + pos: 84.5,19.5 + parent: 2 + - uid: 29994 + components: + - type: Transform + pos: 84.5,20.5 + parent: 2 + - uid: 29995 + components: + - type: Transform + pos: 84.5,21.5 + parent: 2 + - uid: 29999 + components: + - type: Transform + pos: 78.5,24.5 + parent: 2 + - uid: 30000 + components: + - type: Transform + pos: 75.5,23.5 + parent: 2 + - uid: 30001 + components: + - type: Transform + pos: 82.5,9.5 + parent: 2 + - uid: 30002 + components: + - type: Transform + pos: 83.5,13.5 + parent: 2 + - uid: 30003 + components: + - type: Transform + pos: 76.5,24.5 + parent: 2 + - uid: 30004 + components: + - type: Transform + pos: 82.5,7.5 + parent: 2 + - uid: 30005 + components: + - type: Transform + pos: 81.5,6.5 + parent: 2 + - uid: 30006 + components: + - type: Transform + pos: 81.5,4.5 + parent: 2 + - uid: 30007 + components: + - type: Transform + pos: 79.5,6.5 + parent: 2 + - uid: 30009 + components: + - type: Transform + pos: 82.5,4.5 + parent: 2 + - uid: 30010 + components: + - type: Transform + pos: 83.5,4.5 + parent: 2 + - uid: 30011 + components: + - type: Transform + pos: 84.5,4.5 + parent: 2 + - uid: 30012 + components: + - type: Transform + pos: 85.5,5.5 + parent: 2 + - uid: 30013 + components: + - type: Transform + pos: 86.5,8.5 + parent: 2 + - uid: 30014 + components: + - type: Transform + pos: 86.5,9.5 + parent: 2 + - uid: 30015 + components: + - type: Transform + pos: 86.5,10.5 + parent: 2 + - uid: 30016 + components: + - type: Transform + pos: 87.5,13.5 + parent: 2 + - uid: 30017 + components: + - type: Transform + pos: 87.5,14.5 + parent: 2 + - uid: 30019 + components: + - type: Transform + pos: 88.5,14.5 + parent: 2 + - uid: 30021 + components: + - type: Transform + pos: 91.5,14.5 + parent: 2 + - uid: 30024 + components: + - type: Transform + pos: 87.5,21.5 + parent: 2 + - uid: 30025 + components: + - type: Transform + pos: 87.5,22.5 + parent: 2 + - uid: 30026 + components: + - type: Transform + pos: 78.5,4.5 + parent: 2 + - uid: 30037 + components: + - type: Transform + pos: 85.5,6.5 + parent: 2 + - uid: 30038 + components: + - type: Transform + pos: 84.5,5.5 + parent: 2 + - uid: 30100 + components: + - type: Transform + pos: 101.5,31.5 + parent: 2 + - uid: 30105 + components: + - type: Transform + pos: 98.5,45.5 + parent: 2 + - uid: 30106 + components: + - type: Transform + pos: 99.5,45.5 + parent: 2 + - uid: 30126 + components: + - type: Transform + pos: 87.5,23.5 + parent: 2 + - uid: 30168 + components: + - type: Transform + pos: 90.5,22.5 + parent: 2 + - uid: 30169 + components: + - type: Transform + pos: 92.5,22.5 + parent: 2 + - uid: 30170 + components: + - type: Transform + pos: 101.5,32.5 + parent: 2 + - uid: 30171 + components: + - type: Transform + pos: 100.5,24.5 + parent: 2 + - uid: 30172 + components: + - type: Transform + pos: 97.5,23.5 + parent: 2 + - uid: 30173 + components: + - type: Transform + pos: 95.5,23.5 + parent: 2 + - uid: 30174 + components: + - type: Transform + pos: 93.5,22.5 + parent: 2 + - uid: 30258 + components: + - type: Transform + pos: -75.5,11.5 + parent: 2 + - uid: 30276 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - uid: 30646 + components: + - type: Transform + pos: -107.5,61.5 + parent: 2 + - uid: 30672 + components: + - type: Transform + pos: -32.5,67.5 + parent: 2 + - uid: 30676 + components: + - type: Transform + pos: -32.5,66.5 + parent: 2 + - uid: 30677 + components: + - type: Transform + pos: -32.5,65.5 + parent: 2 + - uid: 30684 + components: + - type: Transform + pos: -47.5,69.5 + parent: 2 + - uid: 30689 + components: + - type: Transform + pos: -44.5,63.5 + parent: 2 + - uid: 30695 + components: + - type: Transform + pos: -40.5,59.5 + parent: 2 + - uid: 30696 + components: + - type: Transform + pos: -41.5,68.5 + parent: 2 + - uid: 30703 + components: + - type: Transform + pos: -43.5,71.5 + parent: 2 + - uid: 30704 + components: + - type: Transform + pos: -47.5,62.5 + parent: 2 + - uid: 30719 + components: + - type: Transform + pos: -40.5,57.5 + parent: 2 + - uid: 30720 + components: + - type: Transform + pos: -40.5,71.5 + parent: 2 + - uid: 30721 + components: + - type: Transform + pos: -41.5,71.5 + parent: 2 + - uid: 30722 + components: + - type: Transform + pos: -40.5,61.5 + parent: 2 + - uid: 30725 + components: + - type: Transform + pos: -42.5,71.5 + parent: 2 + - uid: 30730 + components: + - type: Transform + pos: -46.5,71.5 + parent: 2 + - uid: 30731 + components: + - type: Transform + pos: -47.5,71.5 + parent: 2 + - uid: 30747 + components: + - type: Transform + pos: -46.5,58.5 + parent: 2 + - uid: 30748 + components: + - type: Transform + pos: -45.5,58.5 + parent: 2 + - uid: 30749 + components: + - type: Transform + pos: -44.5,58.5 + parent: 2 + - uid: 30750 + components: + - type: Transform + pos: -43.5,58.5 + parent: 2 + - uid: 31043 + components: + - type: Transform + pos: -30.5,67.5 + parent: 2 + - uid: 31044 + components: + - type: Transform + pos: -30.5,66.5 + parent: 2 + - uid: 31045 + components: + - type: Transform + pos: -30.5,65.5 + parent: 2 + - uid: 31061 + components: + - type: Transform + pos: 4.5,67.5 + parent: 2 + - uid: 31064 + components: + - type: Transform + pos: 5.5,67.5 + parent: 2 + - uid: 31086 + components: + - type: Transform + pos: -47.5,68.5 + parent: 2 + - uid: 31099 + components: + - type: Transform + pos: -49.5,69.5 + parent: 2 + - uid: 31100 + components: + - type: Transform + pos: -48.5,71.5 + parent: 2 + - uid: 31102 + components: + - type: Transform + pos: -49.5,70.5 + parent: 2 + - uid: 31103 + components: + - type: Transform + pos: -49.5,71.5 + parent: 2 + - uid: 31121 + components: + - type: Transform + pos: 6.5,67.5 + parent: 2 + - uid: 31215 + components: + - type: Transform + pos: -108.5,61.5 + parent: 2 + - uid: 31216 + components: + - type: Transform + pos: -109.5,61.5 + parent: 2 + - uid: 31217 + components: + - type: Transform + pos: -98.5,59.5 + parent: 2 + - uid: 31218 + components: + - type: Transform + pos: -93.5,46.5 + parent: 2 + - uid: 31221 + components: + - type: Transform + pos: -97.5,46.5 + parent: 2 + - uid: 31224 + components: + - type: Transform + pos: -92.5,46.5 + parent: 2 + - uid: 31225 + components: + - type: Transform + pos: -93.5,56.5 + parent: 2 + - uid: 31226 + components: + - type: Transform + pos: -98.5,57.5 + parent: 2 + - uid: 31227 + components: + - type: Transform + pos: -98.5,56.5 + parent: 2 + - uid: 31251 + components: + - type: Transform + pos: -48.5,74.5 + parent: 2 + - uid: 31272 + components: + - type: Transform + pos: -62.5,65.5 + parent: 2 + - uid: 31273 + components: + - type: Transform + pos: -55.5,65.5 + parent: 2 + - uid: 31274 + components: + - type: Transform + pos: -52.5,68.5 + parent: 2 + - uid: 31275 + components: + - type: Transform + pos: -52.5,71.5 + parent: 2 + - uid: 31277 + components: + - type: Transform + pos: -39.5,74.5 + parent: 2 + - uid: 31310 + components: + - type: Transform + pos: -103.5,41.5 + parent: 2 + - uid: 31311 + components: + - type: Transform + pos: -102.5,43.5 + parent: 2 + - uid: 31312 + components: + - type: Transform + pos: -101.5,43.5 + parent: 2 + - uid: 31313 + components: + - type: Transform + pos: -100.5,43.5 + parent: 2 + - uid: 31314 + components: + - type: Transform + pos: -106.5,41.5 + parent: 2 + - uid: 31315 + components: + - type: Transform + pos: -105.5,41.5 + parent: 2 + - uid: 31316 + components: + - type: Transform + pos: -104.5,41.5 + parent: 2 + - uid: 31317 + components: + - type: Transform + pos: -107.5,41.5 + parent: 2 + - uid: 31319 + components: + - type: Transform + pos: -117.5,61.5 + parent: 2 + - uid: 31320 + components: + - type: Transform + pos: -118.5,61.5 + parent: 2 + - uid: 31321 + components: + - type: Transform + pos: -114.5,61.5 + parent: 2 + - uid: 31322 + components: + - type: Transform + pos: -99.5,43.5 + parent: 2 + - uid: 31323 + components: + - type: Transform + pos: -122.5,49.5 + parent: 2 + - uid: 31324 + components: + - type: Transform + pos: -98.5,43.5 + parent: 2 + - uid: 31326 + components: + - type: Transform + pos: -116.5,61.5 + parent: 2 + - uid: 31327 + components: + - type: Transform + pos: -129.5,55.5 + parent: 2 + - uid: 31400 + components: + - type: Transform + pos: -61.5,54.5 + parent: 2 + - uid: 31401 + components: + - type: Transform + pos: -61.5,55.5 + parent: 2 + - uid: 31408 + components: + - type: Transform + pos: -61.5,62.5 + parent: 2 + - uid: 31409 + components: + - type: Transform + pos: -60.5,62.5 + parent: 2 + - uid: 31413 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 31414 + components: + - type: Transform + pos: -55.5,62.5 + parent: 2 + - uid: 31415 + components: + - type: Transform + pos: -55.5,53.5 + parent: 2 + - uid: 31416 + components: + - type: Transform + pos: -55.5,54.5 + parent: 2 + - uid: 31449 + components: + - type: Transform + pos: -61.5,56.5 + parent: 2 + - uid: 31463 + components: + - type: Transform + pos: 12.5,67.5 + parent: 2 + - uid: 31614 + components: + - type: Transform + pos: 81.5,73.5 + parent: 2 + - uid: 31615 + components: + - type: Transform + pos: 85.5,73.5 + parent: 2 + - uid: 31631 + components: + - type: Transform + pos: 84.5,69.5 + parent: 2 + - uid: 31716 + components: + - type: Transform + pos: -21.5,-45.5 + parent: 2 + - uid: 31717 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - uid: 31996 + components: + - type: Transform + pos: -37.5,-38.5 + parent: 2 + - uid: 32118 + components: + - type: Transform + pos: -121.5,61.5 + parent: 2 + - uid: 32201 + components: + - type: Transform + pos: -122.5,57.5 + parent: 2 + - uid: 32202 + components: + - type: Transform + pos: -122.5,56.5 + parent: 2 + - uid: 32203 + components: + - type: Transform + pos: -122.5,55.5 + parent: 2 + - uid: 32204 + components: + - type: Transform + pos: -122.5,54.5 + parent: 2 + - uid: 32205 + components: + - type: Transform + pos: -122.5,53.5 + parent: 2 + - uid: 32206 + components: + - type: Transform + pos: -97.5,56.5 + parent: 2 + - uid: 32207 + components: + - type: Transform + pos: -97.5,58.5 + parent: 2 + - uid: 32208 + components: + - type: Transform + pos: -97.5,59.5 + parent: 2 + - uid: 32314 + components: + - type: Transform + pos: -68.5,-25.5 + parent: 2 + - uid: 32328 + components: + - type: Transform + pos: -81.5,-19.5 + parent: 2 + - uid: 32329 + components: + - type: Transform + pos: -80.5,-19.5 + parent: 2 + - uid: 32330 + components: + - type: Transform + pos: -79.5,-19.5 + parent: 2 + - uid: 32335 + components: + - type: Transform + pos: -97.5,65.5 + parent: 2 + - uid: 32351 + components: + - type: Transform + pos: -129.5,55.5 + parent: 2 + - uid: 32432 + components: + - type: Transform + pos: 82.5,69.5 + parent: 2 + - uid: 32457 + components: + - type: Transform + pos: 70.5,26.5 + parent: 2 + - uid: 33649 + components: + - type: Transform + pos: -34.5,65.5 + parent: 2 + - uid: 33654 + components: + - type: Transform + pos: -34.5,66.5 + parent: 2 + - uid: 33702 + components: + - type: Transform + pos: -82.5,-19.5 + parent: 2 + - uid: 34984 + components: + - type: Transform + pos: -77.5,-20.5 + parent: 2 + - uid: 34986 + components: + - type: Transform + pos: -76.5,-20.5 + parent: 2 + - uid: 34987 + components: + - type: Transform + pos: -75.5,-20.5 + parent: 2 + - uid: 34988 + components: + - type: Transform + pos: -74.5,-20.5 + parent: 2 + - uid: 34989 + components: + - type: Transform + pos: -81.5,-22.5 + parent: 2 + - uid: 34990 + components: + - type: Transform + pos: -74.5,-21.5 + parent: 2 + - uid: 34991 + components: + - type: Transform + pos: -73.5,-21.5 + parent: 2 + - uid: 34992 + components: + - type: Transform + pos: -72.5,-21.5 + parent: 2 + - uid: 34993 + components: + - type: Transform + pos: -71.5,-21.5 + parent: 2 + - uid: 34994 + components: + - type: Transform + pos: -70.5,-21.5 + parent: 2 + - uid: 34995 + components: + - type: Transform + pos: -69.5,-21.5 + parent: 2 + - uid: 34996 + components: + - type: Transform + pos: -69.5,-22.5 + parent: 2 + - uid: 34997 + components: + - type: Transform + pos: -68.5,-22.5 + parent: 2 + - uid: 34998 + components: + - type: Transform + pos: -67.5,-22.5 + parent: 2 + - uid: 34999 + components: + - type: Transform + pos: -80.5,-22.5 + parent: 2 + - uid: 35001 + components: + - type: Transform + pos: -80.5,-23.5 + parent: 2 + - uid: 35002 + components: + - type: Transform + pos: -79.5,-23.5 + parent: 2 + - uid: 35003 + components: + - type: Transform + pos: -78.5,-23.5 + parent: 2 + - uid: 35004 + components: + - type: Transform + pos: -77.5,-23.5 + parent: 2 + - uid: 35005 + components: + - type: Transform + pos: -76.5,-23.5 + parent: 2 + - uid: 35006 + components: + - type: Transform + pos: -76.5,-24.5 + parent: 2 + - uid: 35007 + components: + - type: Transform + pos: -75.5,-24.5 + parent: 2 + - uid: 35008 + components: + - type: Transform + pos: -74.5,-24.5 + parent: 2 + - uid: 35009 + components: + - type: Transform + pos: -73.5,-24.5 + parent: 2 + - uid: 35010 + components: + - type: Transform + pos: -72.5,-24.5 + parent: 2 + - uid: 35011 + components: + - type: Transform + pos: -67.5,-25.5 + parent: 2 + - uid: 35012 + components: + - type: Transform + pos: -66.5,-25.5 + parent: 2 + - uid: 35013 + components: + - type: Transform + pos: -65.5,-25.5 + parent: 2 + - uid: 35014 + components: + - type: Transform + pos: -64.5,-25.5 + parent: 2 + - uid: 35681 + components: + - type: Transform + pos: -70.5,53.5 + parent: 2 + - uid: 35683 + components: + - type: Transform + pos: -70.5,62.5 + parent: 2 + - uid: 35719 + components: + - type: Transform + pos: -99.5,-28.5 + parent: 2 + - uid: 35720 + components: + - type: Transform + pos: -100.5,-28.5 + parent: 2 + - uid: 35721 + components: + - type: Transform + pos: -98.5,-28.5 + parent: 2 + - uid: 35735 + components: + - type: Transform + pos: -106.5,-23.5 + parent: 2 + - uid: 35737 + components: + - type: Transform + pos: -106.5,-24.5 + parent: 2 + - uid: 35738 + components: + - type: Transform + pos: -106.5,-25.5 + parent: 2 + - uid: 35739 + components: + - type: Transform + pos: -106.5,-26.5 + parent: 2 + - uid: 35740 + components: + - type: Transform + pos: -98.5,-23.5 + parent: 2 + - uid: 35741 + components: + - type: Transform + pos: -98.5,-24.5 + parent: 2 + - uid: 35742 + components: + - type: Transform + pos: -98.5,-25.5 + parent: 2 + - uid: 35743 + components: + - type: Transform + pos: -98.5,-26.5 + parent: 2 + - uid: 35744 + components: + - type: Transform + pos: -98.5,-27.5 + parent: 2 + - uid: 35746 + components: + - type: Transform + pos: -106.5,-27.5 + parent: 2 + - uid: 35748 + components: + - type: Transform + pos: -104.5,-28.5 + parent: 2 + - uid: 35749 + components: + - type: Transform + pos: -105.5,-28.5 + parent: 2 + - uid: 35750 + components: + - type: Transform + pos: -106.5,-28.5 + parent: 2 + - uid: 36139 + components: + - type: Transform + pos: -11.5,65.5 + parent: 2 + - uid: 36140 + components: + - type: Transform + pos: -10.5,65.5 + parent: 2 +- proto: WallReinforcedDiagonal + entities: + - uid: 31011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,5.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 3 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 14.5,17.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: 15.5,17.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 18.5,17.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: 16.5,17.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 17.5,17.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: -8.5,4.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: -9.5,11.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -5.5,17.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -9.5,10.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -1.5,35.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: -2.5,17.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: -31.5,-18.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: 4.5,12.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: 4.5,14.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: 4.5,16.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: 37.5,-4.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: -9.5,8.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: -4.5,8.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: -5.5,8.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: 77.5,-14.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: 59.5,-28.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: -30.5,17.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: -31.5,17.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: 37.5,5.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: -21.5,17.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: -27.5,17.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: -9.5,17.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -8.5,17.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: -10.5,17.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -12.5,9.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -6.5,17.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: -15.5,17.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: -14.5,17.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: 28.5,8.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: 19.5,17.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -12.5,6.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: -12.5,5.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: -12.5,8.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: -12.5,7.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: -23.5,0.5 + parent: 2 + - uid: 290 + components: + - type: Transform + pos: -24.5,0.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -17.5,4.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 2 + - uid: 330 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -28.5,8.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -30.5,8.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: -29.5,8.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: -29.5,0.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: -30.5,0.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: -29.5,4.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: -22.5,-3.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -20.5,8.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: -21.5,8.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: -30.5,1.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: -30.5,3.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: 36.5,8.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: -30.5,14.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -30.5,16.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: -30.5,15.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: -33.5,17.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: -15.5,9.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: -15.5,14.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: -15.5,15.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: -15.5,16.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: -28.5,14.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: -27.5,16.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: -27.5,15.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: -21.5,15.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: -21.5,14.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: -18.5,15.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: -19.5,14.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: -16.5,14.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: -18.5,9.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 513 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: -22.5,11.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: -24.5,11.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 520 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 + - uid: 633 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 635 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: -34.5,-17.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: -32.5,-17.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: -31.5,-17.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: -30.5,-17.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: -34.5,17.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: -22.5,-17.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: -17.5,-17.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 740 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 743 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 746 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 751 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 752 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 770 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: 27.5,17.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: 29.5,17.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: 34.5,17.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: -2.5,22.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: 13.5,22.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: 23.5,22.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 25.5,22.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: 33.5,22.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: -9.5,15.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 26.5,8.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: 22.5,8.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: 23.5,8.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 37.5,7.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: 37.5,0.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: 22.5,16.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: 22.5,14.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: 22.5,10.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: 25.5,-3.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: 12.5,8.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 35.5,17.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: 36.5,17.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: 46.5,17.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 33.5,8.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: 34.5,8.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 35.5,8.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: 35.5,10.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 35.5,12.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 35.5,13.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 35.5,14.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 35.5,15.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 35.5,16.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: -86.5,4.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 32.5,1.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 34.5,0.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 33.5,-3.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: 37.5,4.5 + parent: 2 + - uid: 996 + components: + - type: Transform + pos: 37.5,8.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 1023 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + pos: 17.5,4.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 1041 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + pos: 11.5,8.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 1062 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 2 + - uid: 1063 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 1065 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 1067 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 33.5,4.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 35.5,4.5 + parent: 2 + - uid: 1074 + components: + - type: Transform + pos: 36.5,4.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: 35.5,0.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: 36.5,0.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 1151 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + pos: 32.5,-7.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + pos: 29.5,8.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: 30.5,8.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: 13.5,8.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: 31.5,14.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 1290 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 1301 + components: + - type: Transform + pos: 29.5,4.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: 29.5,14.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - uid: 1451 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 1498 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: -30.5,12.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 1544 + components: + - type: Transform + pos: -58.5,-30.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: -56.5,-32.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: -54.5,-32.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: -60.5,-30.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: -12.5,10.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + pos: -5.5,15.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: 17.5,0.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: -13.5,11.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 1736 + components: + - type: Transform + pos: -60.5,-29.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -59.5,-30.5 + parent: 2 + - uid: 1738 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 1742 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + pos: 70.5,-20.5 + parent: 2 + - uid: 1763 + components: + - type: Transform + pos: -31.5,8.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 1835 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - uid: 1844 + components: + - type: Transform + pos: 3.5,32.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + pos: -0.5,25.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: -0.5,27.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + pos: -0.5,29.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + pos: -0.5,30.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + pos: -0.5,31.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + pos: -0.5,32.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -0.5,33.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + pos: -32.5,7.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + pos: 10.5,30.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: 47.5,30.5 + parent: 2 + - uid: 2207 + components: + - type: Transform + pos: -2.5,57.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: 30.5,22.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + pos: 25.5,23.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: 25.5,24.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: 25.5,25.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + pos: 25.5,26.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: 25.5,28.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: 25.5,29.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + pos: 25.5,30.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + pos: 25.5,31.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + pos: 40.5,22.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + pos: 42.5,22.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: 41.5,41.5 + parent: 2 + - uid: 2244 + components: + - type: Transform + pos: 45.5,-20.5 + parent: 2 + - uid: 2253 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: 52.5,2.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: 51.5,5.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: 51.5,8.5 + parent: 2 + - uid: 2267 + components: + - type: Transform + pos: 51.5,6.5 + parent: 2 + - uid: 2268 + components: + - type: Transform + pos: 51.5,9.5 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: 51.5,7.5 + parent: 2 + - uid: 2271 + components: + - type: Transform + pos: 51.5,10.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + pos: 51.5,15.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + pos: 48.5,-18.5 + parent: 2 + - uid: 2284 + components: + - type: Transform + pos: 40.5,45.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + pos: -31.5,-6.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 + - uid: 2295 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: -55.5,-4.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: -34.5,-34.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 2335 + components: + - type: Transform + pos: -35.5,-34.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + pos: -52.5,-34.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: -55.5,-0.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: -63.5,1.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: -60.5,-13.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: -60.5,-17.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: -60.5,-18.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + pos: -51.5,-34.5 + parent: 2 + - uid: 2370 + components: + - type: Transform + pos: -55.5,1.5 + parent: 2 + - uid: 2374 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 2386 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + pos: -37.5,21.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + pos: -36.5,21.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + pos: -35.5,22.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + pos: -34.5,22.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - uid: 2425 + components: + - type: Transform + pos: -50.5,-4.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + pos: -46.5,10.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + pos: -49.5,-4.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 + - uid: 2440 + components: + - type: Transform + pos: -48.5,-5.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + pos: -48.5,-6.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: -48.5,-3.5 + parent: 2 + - uid: 2443 + components: + - type: Transform + pos: -48.5,-4.5 + parent: 2 + - uid: 2444 + components: + - type: Transform + pos: -48.5,-1.5 + parent: 2 + - uid: 2445 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + pos: -48.5,-2.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 2451 + components: + - type: Transform + pos: -48.5,-0.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 2473 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 2475 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 2479 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 2486 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 2488 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - uid: 2489 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 2490 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - uid: 2492 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 2497 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 2 + - uid: 2503 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 2506 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 2507 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 2 + - uid: 2509 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + pos: 3.5,34.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 2592 + components: + - type: Transform + pos: -0.5,41.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: -0.5,42.5 + parent: 2 + - uid: 2594 + components: + - type: Transform + pos: -0.5,43.5 + parent: 2 + - uid: 2596 + components: + - type: Transform + pos: -0.5,45.5 + parent: 2 + - uid: 2597 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: 3.5,40.5 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: -0.5,46.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: 40.5,21.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: -0.5,57.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: -67.5,12.5 + parent: 2 + - uid: 2672 + components: + - type: Transform + pos: -1.5,57.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -70.5,0.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + pos: -2.5,46.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + pos: -1.5,46.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: -4.5,57.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + pos: -3.5,57.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: -5.5,57.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: -1.5,50.5 + parent: 2 + - uid: 2830 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + pos: -9.5,57.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: 26.5,31.5 + parent: 2 + - uid: 2878 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - uid: 2879 + components: + - type: Transform + pos: 28.5,31.5 + parent: 2 + - uid: 2880 + components: + - type: Transform + pos: 29.5,31.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + pos: 30.5,31.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: 31.5,31.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + pos: 33.5,31.5 + parent: 2 + - uid: 2885 + components: + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + pos: 30.5,25.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + pos: 33.5,25.5 + parent: 2 + - uid: 2892 + components: + - type: Transform + pos: 40.5,31.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + pos: 35.5,31.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + pos: 36.5,31.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + pos: 37.5,31.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + pos: 38.5,31.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + pos: 37.5,45.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + pos: 70.5,-11.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + pos: -9.5,59.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: -78.5,-5.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 + - uid: 2973 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + pos: -17.5,-26.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: -6.5,57.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + pos: -8.5,57.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + pos: -7.5,57.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - uid: 3011 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + pos: -9.5,-36.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: -11.5,-36.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 3018 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 3021 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 2 + - uid: 3025 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 3027 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -14.5,-36.5 + parent: 2 + - uid: 3039 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 3040 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 3041 + components: + - type: Transform + pos: -54.5,-4.5 + parent: 2 + - uid: 3042 + components: + - type: Transform + pos: -20.5,-37.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: -31.5,-21.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: 37.5,-7.5 + parent: 2 + - uid: 3062 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 3066 + components: + - type: Transform + pos: -52.5,-4.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: -49.5,-9.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: -51.5,-4.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + pos: -52.5,-9.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 3110 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 2 + - uid: 3114 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 3118 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 11.5,-26.5 + parent: 2 + - uid: 3127 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 + - uid: 3128 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 3129 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 3135 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 3140 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - uid: 3143 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 2 + - uid: 3145 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 2 + - uid: 3146 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 3148 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 3150 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 + - uid: 3152 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 2 + - uid: 3153 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - uid: 3154 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 3201 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 + - uid: 3202 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + pos: -36.5,14.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + pos: 49.5,-27.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + pos: 36.5,45.5 + parent: 2 + - uid: 3243 + components: + - type: Transform + pos: 36.5,35.5 + parent: 2 + - uid: 3244 + components: + - type: Transform + pos: 36.5,40.5 + parent: 2 + - uid: 3245 + components: + - type: Transform + pos: 36.5,37.5 + parent: 2 + - uid: 3246 + components: + - type: Transform + pos: 36.5,34.5 + parent: 2 + - uid: 3247 + components: + - type: Transform + pos: 36.5,38.5 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 3249 + components: + - type: Transform + pos: 36.5,39.5 + parent: 2 + - uid: 3250 + components: + - type: Transform + pos: 36.5,43.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + pos: 36.5,41.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + pos: 36.5,44.5 + parent: 2 + - uid: 3253 + components: + - type: Transform + pos: 36.5,42.5 + parent: 2 + - uid: 3255 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 2 + - uid: 3256 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 3257 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 3258 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 3259 + components: + - type: Transform + pos: -17.5,-27.5 + parent: 2 + - uid: 3280 + components: + - type: Transform + pos: -24.5,-36.5 + parent: 2 + - uid: 3282 + components: + - type: Transform + pos: -22.5,-36.5 + parent: 2 + - uid: 3283 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 3284 + components: + - type: Transform + pos: -21.5,-36.5 + parent: 2 + - uid: 3285 + components: + - type: Transform + pos: -20.5,-36.5 + parent: 2 + - uid: 3287 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 2 + - uid: 3293 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 + - uid: 3294 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 2 + - uid: 3302 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 3307 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 3312 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - uid: 3317 + components: + - type: Transform + pos: 41.5,-25.5 + parent: 2 + - uid: 3339 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 3340 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 2 + - uid: 3342 + components: + - type: Transform + pos: 37.5,-18.5 + parent: 2 + - uid: 3343 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - uid: 3344 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + pos: 36.5,-17.5 + parent: 2 + - uid: 3348 + components: + - type: Transform + pos: 40.5,-20.5 + parent: 2 + - uid: 3367 + components: + - type: Transform + pos: -24.5,-31.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: -24.5,-30.5 + parent: 2 + - uid: 3375 + components: + - type: Transform + pos: -24.5,-33.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + pos: 48.5,-19.5 + parent: 2 + - uid: 3383 + components: + - type: Transform + pos: 48.5,-20.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 2 + - uid: 3389 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 2 + - uid: 3390 + components: + - type: Transform + pos: 37.5,-21.5 + parent: 2 + - uid: 3392 + components: + - type: Transform + pos: 27.5,-34.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - uid: 3401 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + pos: 30.5,-22.5 + parent: 2 + - uid: 3404 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: 31.5,-22.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: -24.5,-32.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + pos: 40.5,-24.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: 40.5,-27.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: 40.5,-25.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 + - uid: 3432 + components: + - type: Transform + pos: -24.5,-34.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + pos: 33.5,30.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - uid: 3440 + components: + - type: Transform + pos: 45.5,-24.5 + parent: 2 + - uid: 3441 + components: + - type: Transform + pos: 45.5,-23.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + pos: 45.5,-21.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: 45.5,-22.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + pos: 42.5,-25.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: 44.5,-25.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + pos: 43.5,-25.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - uid: 3522 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 3526 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 2 + - uid: 3528 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 3529 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + pos: -54.5,-33.5 + parent: 2 + - uid: 3547 + components: + - type: Transform + pos: -51.5,-29.5 + parent: 2 + - uid: 3548 + components: + - type: Transform + pos: -51.5,-28.5 + parent: 2 + - uid: 3554 + components: + - type: Transform + pos: -51.5,-30.5 + parent: 2 + - uid: 3557 + components: + - type: Transform + pos: -51.5,-25.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -52.5,-26.5 + parent: 2 + - uid: 3560 + components: + - type: Transform + pos: -51.5,-26.5 + parent: 2 + - uid: 3563 + components: + - type: Transform + pos: -34.5,-33.5 + parent: 2 + - uid: 3566 + components: + - type: Transform + pos: -34.5,-31.5 + parent: 2 + - uid: 3567 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - uid: 3569 + components: + - type: Transform + pos: -51.5,-19.5 + parent: 2 + - uid: 3570 + components: + - type: Transform + pos: -51.5,-18.5 + parent: 2 + - uid: 3653 + components: + - type: Transform + pos: -48.5,-7.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: -43.5,18.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + pos: 48.5,-21.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: 48.5,-22.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + pos: 48.5,-23.5 + parent: 2 + - uid: 3782 + components: + - type: Transform + pos: 48.5,-24.5 + parent: 2 + - uid: 3783 + components: + - type: Transform + pos: 48.5,-25.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + pos: 48.5,-26.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + pos: 75.5,-19.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + pos: 48.5,-28.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: 47.5,-28.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + pos: 46.5,-28.5 + parent: 2 + - uid: 3789 + components: + - type: Transform + pos: 45.5,-28.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + pos: 44.5,22.5 + parent: 2 + - uid: 3823 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 48.5,-31.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 48.5,-30.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 64.5,26.5 + parent: 2 + - uid: 3832 + components: + - type: Transform + pos: 45.5,-30.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + pos: 45.5,-19.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: 41.5,38.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: 33.5,27.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: 61.5,-28.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: 62.5,-27.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: 63.5,-26.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: 64.5,-26.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + pos: 65.5,-26.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + pos: 51.5,19.5 + parent: 2 + - uid: 3882 + components: + - type: Transform + pos: 66.5,-25.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + pos: 67.5,-24.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + pos: 68.5,-23.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + pos: 68.5,-22.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + pos: 69.5,-21.5 + parent: 2 + - uid: 3887 + components: + - type: Transform + pos: 69.5,-20.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + pos: 70.5,-19.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: 70.5,-15.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: 72.5,-19.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: 73.5,-19.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: 70.5,-18.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + pos: 50.5,-27.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + pos: 51.5,-28.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: 52.5,-28.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: 53.5,-28.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + pos: 48.5,-27.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: 53.5,-10.5 + parent: 2 + - uid: 3932 + components: + - type: Transform + pos: 75.5,-9.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + pos: 71.5,-19.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: 69.5,-9.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: 33.5,28.5 + parent: 2 + - uid: 3954 + components: + - type: Transform + pos: 36.5,27.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + pos: 39.5,27.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + pos: 37.5,27.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + pos: 41.5,22.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + pos: 40.5,27.5 + parent: 2 + - uid: 3961 + components: + - type: Transform + pos: 41.5,36.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: 33.5,23.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + pos: 50.5,22.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + pos: 33.5,26.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 3975 + components: + - type: Transform + pos: 26.5,25.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + pos: 76.5,-6.5 + parent: 2 + - uid: 3979 + components: + - type: Transform + pos: 34.5,27.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: 33.5,24.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + pos: 32.5,22.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: 45.5,45.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + pos: 46.5,45.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: 76.5,-7.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 75.5,-8.5 + parent: 2 + - uid: 4011 + components: + - type: Transform + pos: 41.5,45.5 + parent: 2 + - uid: 4020 + components: + - type: Transform + pos: 49.5,22.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + pos: 41.5,25.5 + parent: 2 + - uid: 4025 + components: + - type: Transform + pos: 41.5,26.5 + parent: 2 + - uid: 4026 + components: + - type: Transform + pos: 41.5,24.5 + parent: 2 + - uid: 4027 + components: + - type: Transform + pos: 41.5,23.5 + parent: 2 + - uid: 4088 + components: + - type: Transform + pos: 49.5,41.5 + parent: 2 + - uid: 4089 + components: + - type: Transform + pos: 48.5,41.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: 47.5,41.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: 46.5,41.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: 45.5,41.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: 44.5,41.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: 43.5,41.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: 42.5,41.5 + parent: 2 + - uid: 4118 + components: + - type: Transform + pos: 51.5,24.5 + parent: 2 + - uid: 4119 + components: + - type: Transform + pos: 38.5,27.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: 49.5,45.5 + parent: 2 + - uid: 4135 + components: + - type: Transform + pos: 48.5,45.5 + parent: 2 + - uid: 4136 + components: + - type: Transform + pos: 47.5,45.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + pos: 44.5,45.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: 43.5,45.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: 42.5,45.5 + parent: 2 + - uid: 4175 + components: + - type: Transform + pos: 51.5,22.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: 38.5,45.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: 51.5,23.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + pos: 42.5,-29.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + pos: 42.5,-30.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: 50.5,25.5 + parent: 2 + - uid: 4603 + components: + - type: Transform + pos: 42.5,-28.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: 87.5,19.5 + parent: 2 + - uid: 4694 + components: + - type: Transform + pos: 87.5,15.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: -73.5,-0.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: -70.5,30.5 + parent: 2 + - uid: 4952 + components: + - type: Transform + pos: 70.5,-12.5 + parent: 2 + - uid: 4953 + components: + - type: Transform + pos: 53.5,-9.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: 70.5,-9.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + pos: 74.5,-9.5 + parent: 2 + - uid: 4956 + components: + - type: Transform + pos: 71.5,-9.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + pos: 72.5,-9.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: 42.5,-31.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: 73.5,-9.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + pos: 74.5,-19.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + pos: 75.5,-18.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: 45.5,-31.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + pos: 75.5,-14.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + pos: 75.5,-13.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: 75.5,-12.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + pos: 75.5,-11.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: 75.5,-10.5 + parent: 2 + - uid: 5049 + components: + - type: Transform + pos: 68.5,-10.5 + parent: 2 + - uid: 5050 + components: + - type: Transform + pos: 69.5,-11.5 + parent: 2 + - uid: 5080 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: 55.5,1.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: 77.5,-18.5 + parent: 2 + - uid: 5145 + components: + - type: Transform + pos: 73.5,-12.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 74.5,-12.5 + parent: 2 + - uid: 5153 + components: + - type: Transform + pos: 71.5,-12.5 + parent: 2 + - uid: 5192 + components: + - type: Transform + pos: -34.5,-18.5 + parent: 2 + - uid: 5193 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 2 + - uid: 5196 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 5201 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: -34.5,-26.5 + parent: 2 + - uid: 5208 + components: + - type: Transform + pos: -34.5,-27.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 5211 + components: + - type: Transform + pos: 52.5,3.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + pos: -35.5,9.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: -42.5,9.5 + parent: 2 + - uid: 5271 + components: + - type: Transform + pos: 68.5,28.5 + parent: 2 + - uid: 5307 + components: + - type: Transform + pos: 64.5,28.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + pos: 52.5,48.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: 54.5,50.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: 47.5,29.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + pos: 45.5,34.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: 45.5,33.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + pos: 64.5,27.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: 67.5,28.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: 64.5,30.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 64.5,29.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 5993 + components: + - type: Transform + pos: -40.5,19.5 + parent: 2 + - uid: 6010 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 + - uid: 6011 + components: + - type: Transform + pos: -33.5,-29.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - uid: 6013 + components: + - type: Transform + pos: -31.5,-29.5 + parent: 2 + - uid: 6016 + components: + - type: Transform + pos: -48.5,-9.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: -48.5,6.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: 37.5,1.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: -1.5,36.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: 41.5,-27.5 + parent: 2 + - uid: 6198 + components: + - type: Transform + pos: -31.5,0.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: -31.5,18.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + pos: 36.5,32.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: -14.5,-35.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 2 + - uid: 6700 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 7086 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: -42.5,-26.5 + parent: 2 + - uid: 7097 + components: + - type: Transform + pos: -51.5,-24.5 + parent: 2 + - uid: 7103 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: -48.5,-11.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 7167 + components: + - type: Transform + pos: -51.5,-13.5 + parent: 2 + - uid: 7168 + components: + - type: Transform + pos: -50.5,-24.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: -49.5,-25.5 + parent: 2 + - uid: 7179 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: -63.5,-7.5 + parent: 2 + - uid: 7184 + components: + - type: Transform + pos: -63.5,-8.5 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: -63.5,-9.5 + parent: 2 + - uid: 7187 + components: + - type: Transform + pos: -56.5,-1.5 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: -56.5,-4.5 + parent: 2 + - uid: 7196 + components: + - type: Transform + pos: -57.5,-13.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 2 + - uid: 7199 + components: + - type: Transform + pos: -57.5,-16.5 + parent: 2 + - uid: 7200 + components: + - type: Transform + pos: -57.5,-17.5 + parent: 2 + - uid: 7201 + components: + - type: Transform + pos: -57.5,-18.5 + parent: 2 + - uid: 7202 + components: + - type: Transform + pos: -57.5,-19.5 + parent: 2 + - uid: 7204 + components: + - type: Transform + pos: -57.5,-21.5 + parent: 2 + - uid: 7205 + components: + - type: Transform + pos: -57.5,-22.5 + parent: 2 + - uid: 7206 + components: + - type: Transform + pos: -57.5,-23.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + pos: -57.5,-24.5 + parent: 2 + - uid: 7208 + components: + - type: Transform + pos: -57.5,-25.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + pos: -57.5,-26.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: -60.5,-19.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 7217 + components: + - type: Transform + pos: -42.5,-28.5 + parent: 2 + - uid: 7218 + components: + - type: Transform + pos: -42.5,-29.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: -42.5,-30.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + pos: -42.5,-31.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + pos: -35.5,-31.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: -36.5,-31.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + pos: -37.5,-31.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + pos: -38.5,-31.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: -40.5,-31.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: -43.5,-31.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: -44.5,-31.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: -45.5,-31.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + pos: -46.5,-31.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + pos: -47.5,-31.5 + parent: 2 + - uid: 7233 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + pos: -49.5,-31.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + pos: -60.5,-20.5 + parent: 2 + - uid: 7239 + components: + - type: Transform + pos: -60.5,-21.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + pos: -60.5,-22.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + pos: -60.5,-23.5 + parent: 2 + - uid: 7242 + components: + - type: Transform + pos: -60.5,-24.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + pos: -60.5,-25.5 + parent: 2 + - uid: 7244 + components: + - type: Transform + pos: -60.5,-26.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + pos: -60.5,-27.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + pos: -60.5,-28.5 + parent: 2 + - uid: 7253 + components: + - type: Transform + pos: -54.5,-34.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + pos: -53.5,-34.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: -50.5,-34.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + pos: -49.5,-34.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + pos: -48.5,-34.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + pos: -47.5,-34.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + pos: -46.5,-34.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + pos: -45.5,-34.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + pos: -43.5,-34.5 + parent: 2 + - uid: 7263 + components: + - type: Transform + pos: -42.5,-34.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + pos: -41.5,-34.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + pos: -37.5,-34.5 + parent: 2 + - uid: 7269 + components: + - type: Transform + pos: -36.5,-34.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + pos: -63.5,-10.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + pos: -63.5,-1.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + pos: -63.5,-0.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + pos: -49.5,-0.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + pos: -56.5,-5.5 + parent: 2 + - uid: 7306 + components: + - type: Transform + pos: -56.5,-6.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + pos: -56.5,-3.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + pos: -56.5,-0.5 + parent: 2 + - uid: 7312 + components: + - type: Transform + pos: -63.5,0.5 + parent: 2 + - uid: 7315 + components: + - type: Transform + pos: -62.5,-5.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + pos: -56.5,-7.5 + parent: 2 + - uid: 7318 + components: + - type: Transform + pos: -60.5,-5.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + pos: -57.5,-5.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + pos: 79.5,-7.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + pos: -54.5,-13.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + pos: -49.5,-26.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: -50.5,-25.5 + parent: 2 + - uid: 7376 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + pos: -54.5,-18.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + pos: -55.5,-18.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + pos: -56.5,-18.5 + parent: 2 + - uid: 7384 + components: + - type: Transform + pos: 51.5,-15.5 + parent: 2 + - uid: 7386 + components: + - type: Transform + pos: -63.5,-5.5 + parent: 2 + - uid: 7387 + components: + - type: Transform + pos: -63.5,-6.5 + parent: 2 + - uid: 7388 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 7389 + components: + - type: Transform + pos: -60.5,-11.5 + parent: 2 + - uid: 7390 + components: + - type: Transform + pos: -60.5,-10.5 + parent: 2 + - uid: 7391 + components: + - type: Transform + pos: -58.5,-10.5 + parent: 2 + - uid: 7393 + components: + - type: Transform + pos: -57.5,-10.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: -56.5,-10.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + pos: -56.5,-9.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + pos: -56.5,-8.5 + parent: 2 + - uid: 7398 + components: + - type: Transform + pos: -63.5,-2.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + pos: -63.5,-3.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + pos: -63.5,-4.5 + parent: 2 + - uid: 7401 + components: + - type: Transform + pos: -61.5,-10.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + pos: -63.5,2.5 + parent: 2 + - uid: 7405 + components: + - type: Transform + pos: -63.5,4.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + pos: -63.5,5.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + pos: -63.5,6.5 + parent: 2 + - uid: 7411 + components: + - type: Transform + pos: -61.5,-0.5 + parent: 2 + - uid: 7419 + components: + - type: Transform + pos: -67.5,18.5 + parent: 2 + - uid: 7434 + components: + - type: Transform + pos: -66.5,5.5 + parent: 2 + - uid: 7435 + components: + - type: Transform + pos: -66.5,6.5 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: -66.5,3.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + pos: -66.5,4.5 + parent: 2 + - uid: 7438 + components: + - type: Transform + pos: -70.5,15.5 + parent: 2 + - uid: 7439 + components: + - type: Transform + pos: -66.5,0.5 + parent: 2 + - uid: 7440 + components: + - type: Transform + pos: -66.5,2.5 + parent: 2 + - uid: 7444 + components: + - type: Transform + pos: -66.5,11.5 + parent: 2 + - uid: 7445 + components: + - type: Transform + pos: -66.5,14.5 + parent: 2 + - uid: 7446 + components: + - type: Transform + pos: -66.5,12.5 + parent: 2 + - uid: 7447 + components: + - type: Transform + pos: -66.5,10.5 + parent: 2 + - uid: 7448 + components: + - type: Transform + pos: -66.5,13.5 + parent: 2 + - uid: 7449 + components: + - type: Transform + pos: -66.5,15.5 + parent: 2 + - uid: 7450 + components: + - type: Transform + pos: -66.5,17.5 + parent: 2 + - uid: 7452 + components: + - type: Transform + pos: -66.5,18.5 + parent: 2 + - uid: 7454 + components: + - type: Transform + pos: -56.5,-26.5 + parent: 2 + - uid: 7490 + components: + - type: Transform + pos: -52.5,-8.5 + parent: 2 + - uid: 7491 + components: + - type: Transform + pos: -52.5,-7.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + pos: -52.5,-6.5 + parent: 2 + - uid: 7493 + components: + - type: Transform + pos: -52.5,-5.5 + parent: 2 + - uid: 7498 + components: + - type: Transform + pos: -50.5,-5.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + pos: -50.5,-6.5 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: -47.5,10.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: -48.5,10.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + pos: -49.5,10.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: -50.5,10.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: -51.5,10.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: -65.5,6.5 + parent: 2 + - uid: 7654 + components: + - type: Transform + pos: -65.5,10.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: 10.5,17.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + pos: -70.5,12.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + pos: -71.5,12.5 + parent: 2 + - uid: 7683 + components: + - type: Transform + pos: -73.5,12.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + pos: -67.5,4.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + pos: -68.5,4.5 + parent: 2 + - uid: 7687 + components: + - type: Transform + pos: -69.5,4.5 + parent: 2 + - uid: 7688 + components: + - type: Transform + pos: -70.5,4.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + pos: -73.5,18.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + pos: -70.5,31.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: -70.5,29.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + pos: -45.5,18.5 + parent: 2 + - uid: 7774 + components: + - type: Transform + pos: -66.5,1.5 + parent: 2 + - uid: 7778 + components: + - type: Transform + pos: -70.5,16.5 + parent: 2 + - uid: 7798 + components: + - type: Transform + pos: -71.5,-0.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: -101.5,-22.5 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: -89.5,14.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + pos: -93.5,-5.5 + parent: 2 + - uid: 8130 + components: + - type: Transform + pos: -75.5,2.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + pos: -77.5,2.5 + parent: 2 + - uid: 8139 + components: + - type: Transform + pos: -104.5,-22.5 + parent: 2 + - uid: 8140 + components: + - type: Transform + pos: -93.5,22.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + pos: -78.5,2.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + pos: -79.5,2.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: -38.5,20.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 8398 + components: + - type: Transform + pos: -70.5,13.5 + parent: 2 + - uid: 8399 + components: + - type: Transform + pos: -70.5,17.5 + parent: 2 + - uid: 8438 + components: + - type: Transform + pos: -70.5,-0.5 + parent: 2 + - uid: 8472 + components: + - type: Transform + pos: -94.5,16.5 + parent: 2 + - uid: 8473 + components: + - type: Transform + pos: -81.5,2.5 + parent: 2 + - uid: 8477 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - uid: 8597 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 8598 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 2 + - uid: 8639 + components: + - type: Transform + pos: -70.5,27.5 + parent: 2 + - uid: 8640 + components: + - type: Transform + pos: -70.5,28.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + pos: -70.5,25.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: -70.5,26.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + pos: -70.5,24.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + pos: -70.5,21.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + pos: -70.5,22.5 + parent: 2 + - uid: 8647 + components: + - type: Transform + pos: -70.5,19.5 + parent: 2 + - uid: 8648 + components: + - type: Transform + pos: -70.5,20.5 + parent: 2 + - uid: 8649 + components: + - type: Transform + pos: -71.5,18.5 + parent: 2 + - uid: 8650 + components: + - type: Transform + pos: -70.5,18.5 + parent: 2 + - uid: 8651 + components: + - type: Transform + pos: -68.5,18.5 + parent: 2 + - uid: 8652 + components: + - type: Transform + pos: -69.5,18.5 + parent: 2 + - uid: 8656 + components: + - type: Transform + pos: -90.5,-5.5 + parent: 2 + - uid: 8712 + components: + - type: Transform + pos: -40.5,20.5 + parent: 2 + - uid: 8717 + components: + - type: Transform + pos: -40.5,25.5 + parent: 2 + - uid: 8728 + components: + - type: Transform + pos: -89.5,11.5 + parent: 2 + - uid: 8750 + components: + - type: Transform + pos: -35.5,25.5 + parent: 2 + - uid: 8751 + components: + - type: Transform + pos: -36.5,25.5 + parent: 2 + - uid: 8752 + components: + - type: Transform + pos: -34.5,25.5 + parent: 2 + - uid: 8753 + components: + - type: Transform + pos: -37.5,25.5 + parent: 2 + - uid: 8754 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 8755 + components: + - type: Transform + pos: -34.5,24.5 + parent: 2 + - uid: 8776 + components: + - type: Transform + pos: -89.5,10.5 + parent: 2 + - uid: 9050 + components: + - type: Transform + pos: -82.5,-1.5 + parent: 2 + - uid: 9051 + components: + - type: Transform + pos: -78.5,-0.5 + parent: 2 + - uid: 9053 + components: + - type: Transform + pos: -82.5,0.5 + parent: 2 + - uid: 9054 + components: + - type: Transform + pos: -82.5,2.5 + parent: 2 + - uid: 9067 + components: + - type: Transform + pos: -78.5,1.5 + parent: 2 + - uid: 9100 + components: + - type: Transform + pos: -89.5,20.5 + parent: 2 + - uid: 9104 + components: + - type: Transform + pos: -43.5,19.5 + parent: 2 + - uid: 9105 + components: + - type: Transform + pos: -43.5,20.5 + parent: 2 + - uid: 9107 + components: + - type: Transform + pos: -43.5,22.5 + parent: 2 + - uid: 9108 + components: + - type: Transform + pos: -43.5,23.5 + parent: 2 + - uid: 9109 + components: + - type: Transform + pos: -43.5,24.5 + parent: 2 + - uid: 9110 + components: + - type: Transform + pos: -43.5,25.5 + parent: 2 + - uid: 9111 + components: + - type: Transform + pos: -42.5,25.5 + parent: 2 + - uid: 9112 + components: + - type: Transform + pos: -41.5,25.5 + parent: 2 + - uid: 9121 + components: + - type: Transform + pos: -39.5,25.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 9148 + components: + - type: Transform + pos: -71.5,15.5 + parent: 2 + - uid: 9172 + components: + - type: Transform + pos: -88.5,19.5 + parent: 2 + - uid: 9189 + components: + - type: Transform + pos: -87.5,19.5 + parent: 2 + - uid: 9194 + components: + - type: Transform + pos: -89.5,15.5 + parent: 2 + - uid: 9195 + components: + - type: Transform + pos: -91.5,17.5 + parent: 2 + - uid: 9196 + components: + - type: Transform + pos: -90.5,16.5 + parent: 2 + - uid: 9198 + components: + - type: Transform + pos: -92.5,18.5 + parent: 2 + - uid: 9199 + components: + - type: Transform + pos: -86.5,17.5 + parent: 2 + - uid: 9202 + components: + - type: Transform + pos: -86.5,18.5 + parent: 2 + - uid: 9213 + components: + - type: Transform + pos: 34.5,45.5 + parent: 2 + - uid: 9254 + components: + - type: Transform + pos: 35.5,45.5 + parent: 2 + - uid: 9262 + components: + - type: Transform + pos: -78.5,22.5 + parent: 2 + - uid: 9277 + components: + - type: Transform + pos: -74.5,1.5 + parent: 2 + - uid: 9525 + components: + - type: Transform + pos: -74.5,0.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: -87.5,-1.5 + parent: 2 + - uid: 9646 + components: + - type: Transform + pos: -80.5,6.5 + parent: 2 + - uid: 9647 + components: + - type: Transform + pos: -87.5,11.5 + parent: 2 + - uid: 9648 + components: + - type: Transform + pos: -74.5,4.5 + parent: 2 + - uid: 9649 + components: + - type: Transform + pos: -86.5,5.5 + parent: 2 + - uid: 9650 + components: + - type: Transform + pos: -82.5,5.5 + parent: 2 + - uid: 9673 + components: + - type: Transform + pos: -88.5,6.5 + parent: 2 + - uid: 10015 + components: + - type: Transform + pos: -74.5,-0.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + pos: -74.5,2.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + pos: -95.5,4.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + pos: -96.5,3.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + pos: 3.5,70.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: -1.5,33.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: 73.5,-10.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + pos: 21.5,18.5 + parent: 2 + - uid: 12148 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 12924 + components: + - type: Transform + pos: -97.5,14.5 + parent: 2 + - uid: 12925 + components: + - type: Transform + pos: -79.5,-3.5 + parent: 2 + - uid: 12974 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 12997 + components: + - type: Transform + pos: -82.5,-0.5 + parent: 2 + - uid: 13039 + components: + - type: Transform + pos: -97.5,2.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + pos: -95.5,5.5 + parent: 2 + - uid: 13044 + components: + - type: Transform + pos: -96.5,13.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + pos: -75.5,6.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: -86.5,11.5 + parent: 2 + - uid: 13050 + components: + - type: Transform + pos: -74.5,5.5 + parent: 2 + - uid: 13053 + components: + - type: Transform + pos: -74.5,6.5 + parent: 2 + - uid: 13055 + components: + - type: Transform + pos: -81.5,5.5 + parent: 2 + - uid: 13204 + components: + - type: Transform + pos: -87.5,6.5 + parent: 2 + - uid: 13206 + components: + - type: Transform + pos: -81.5,6.5 + parent: 2 + - uid: 13207 + components: + - type: Transform + pos: -82.5,4.5 + parent: 2 + - uid: 13212 + components: + - type: Transform + pos: -89.5,-2.5 + parent: 2 + - uid: 13215 + components: + - type: Transform + pos: -90.5,-3.5 + parent: 2 + - uid: 13241 + components: + - type: Transform + pos: 51.5,-27.5 + parent: 2 + - uid: 13242 + components: + - type: Transform + pos: -42.5,10.5 + parent: 2 + - uid: 13245 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 + - uid: 13247 + components: + - type: Transform + pos: -12.5,4.5 + parent: 2 + - uid: 13248 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 13249 + components: + - type: Transform + pos: -12.5,11.5 + parent: 2 + - uid: 13250 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 13253 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 13271 + components: + - type: Transform + pos: -40.5,18.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + pos: 37.5,-17.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + pos: -35.5,21.5 + parent: 2 + - uid: 13319 + components: + - type: Transform + pos: 52.5,5.5 + parent: 2 + - uid: 13320 + components: + - type: Transform + pos: 68.5,-9.5 + parent: 2 + - uid: 13323 + components: + - type: Transform + pos: 66.5,-26.5 + parent: 2 + - uid: 13324 + components: + - type: Transform + pos: -80.5,-2.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + pos: -88.5,10.5 + parent: 2 + - uid: 13328 + components: + - type: Transform + pos: -81.5,-2.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + pos: -87.5,5.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + pos: -87.5,10.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + pos: -87.5,-2.5 + parent: 2 + - uid: 13333 + components: + - type: Transform + pos: -93.5,19.5 + parent: 2 + - uid: 13336 + components: + - type: Transform + pos: 67.5,-25.5 + parent: 2 + - uid: 13344 + components: + - type: Transform + pos: -94.5,6.5 + parent: 2 + - uid: 13348 + components: + - type: Transform + pos: 68.5,-24.5 + parent: 2 + - uid: 13349 + components: + - type: Transform + pos: 69.5,-22.5 + parent: 2 + - uid: 13351 + components: + - type: Transform + pos: 68.5,-11.5 + parent: 2 + - uid: 13352 + components: + - type: Transform + pos: 52.5,-9.5 + parent: 2 + - uid: 13353 + components: + - type: Transform + pos: 76.5,-8.5 + parent: 2 + - uid: 13357 + components: + - type: Transform + pos: -93.5,6.5 + parent: 2 + - uid: 13371 + components: + - type: Transform + pos: -81.5,-1.5 + parent: 2 + - uid: 13372 + components: + - type: Transform + pos: -79.5,-1.5 + parent: 2 + - uid: 13373 + components: + - type: Transform + pos: -79.5,6.5 + parent: 2 + - uid: 13374 + components: + - type: Transform + pos: -76.5,6.5 + parent: 2 + - uid: 13375 + components: + - type: Transform + pos: -78.5,0.5 + parent: 2 + - uid: 13376 + components: + - type: Transform + pos: -82.5,3.5 + parent: 2 + - uid: 13377 + components: + - type: Transform + pos: -82.5,1.5 + parent: 2 + - uid: 13386 + components: + - type: Transform + pos: -88.5,-2.5 + parent: 2 + - uid: 13387 + components: + - type: Transform + pos: -90.5,20.5 + parent: 2 + - uid: 13920 + components: + - type: Transform + pos: 8.5,40.5 + parent: 2 + - uid: 13921 + components: + - type: Transform + pos: 8.5,37.5 + parent: 2 + - uid: 13931 + components: + - type: Transform + pos: -89.5,19.5 + parent: 2 + - uid: 14034 + components: + - type: Transform + pos: -96.5,14.5 + parent: 2 + - uid: 14115 + components: + - type: Transform + pos: -95.5,3.5 + parent: 2 + - uid: 14194 + components: + - type: Transform + pos: 63.5,-27.5 + parent: 2 + - uid: 14211 + components: + - type: Transform + pos: 68.5,-6.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + pos: -96.5,2.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + pos: -89.5,-3.5 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: -87.5,18.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + pos: -94.5,5.5 + parent: 2 + - uid: 14451 + components: + - type: Transform + pos: 68.5,-7.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: 68.5,-8.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -86.5,-1.5 + parent: 2 + - uid: 15128 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 15148 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + pos: -97.5,17.5 + parent: 2 + - uid: 15401 + components: + - type: Transform + pos: -95.5,17.5 + parent: 2 + - uid: 15418 + components: + - type: Transform + pos: -70.5,2.5 + parent: 2 + - uid: 15419 + components: + - type: Transform + pos: -70.5,3.5 + parent: 2 + - uid: 15502 + components: + - type: Transform + pos: -42.5,8.5 + parent: 2 + - uid: 15711 + components: + - type: Transform + pos: -96.5,-0.5 + parent: 2 + - uid: 15725 + components: + - type: Transform + pos: -89.5,16.5 + parent: 2 + - uid: 15774 + components: + - type: Transform + pos: -90.5,17.5 + parent: 2 + - uid: 15779 + components: + - type: Transform + pos: -91.5,18.5 + parent: 2 + - uid: 15833 + components: + - type: Transform + pos: -92.5,19.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + pos: 62.5,-28.5 + parent: 2 + - uid: 15861 + components: + - type: Transform + pos: -35.5,16.5 + parent: 2 + - uid: 15870 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 15872 + components: + - type: Transform + pos: -41.5,11.5 + parent: 2 + - uid: 15873 + components: + - type: Transform + pos: -39.5,14.5 + parent: 2 + - uid: 15877 + components: + - type: Transform + pos: -36.5,15.5 + parent: 2 + - uid: 15879 + components: + - type: Transform + pos: -41.5,12.5 + parent: 2 + - uid: 15880 + components: + - type: Transform + pos: -35.5,10.5 + parent: 2 + - uid: 15895 + components: + - type: Transform + pos: -48.5,1.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + pos: -93.5,20.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -95.5,16.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + pos: -92.5,6.5 + parent: 2 + - uid: 16468 + components: + - type: Transform + pos: -92.5,5.5 + parent: 2 + - uid: 16527 + components: + - type: Transform + pos: -37.5,20.5 + parent: 2 + - uid: 16603 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 16630 + components: + - type: Transform + pos: -40.5,14.5 + parent: 2 + - uid: 16632 + components: + - type: Transform + pos: -35.5,17.5 + parent: 2 + - uid: 16634 + components: + - type: Transform + pos: -36.5,16.5 + parent: 2 + - uid: 16637 + components: + - type: Transform + pos: -38.5,14.5 + parent: 2 + - uid: 16653 + components: + - type: Transform + pos: -36.5,13.5 + parent: 2 + - uid: 16658 + components: + - type: Transform + pos: -35.5,13.5 + parent: 2 + - uid: 16659 + components: + - type: Transform + pos: -37.5,14.5 + parent: 2 + - uid: 16660 + components: + - type: Transform + pos: -35.5,12.5 + parent: 2 + - uid: 16690 + components: + - type: Transform + pos: 42.5,-27.5 + parent: 2 + - uid: 17317 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 17658 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 17899 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 18006 + components: + - type: Transform + pos: -49.5,6.5 + parent: 2 + - uid: 18007 + components: + - type: Transform + pos: -62.5,6.5 + parent: 2 + - uid: 18023 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 18037 + components: + - type: Transform + pos: -89.5,6.5 + parent: 2 + - uid: 18080 + components: + - type: Transform + pos: -89.5,5.5 + parent: 2 + - uid: 18090 + components: + - type: Transform + pos: -92.5,2.5 + parent: 2 + - uid: 18101 + components: + - type: Transform + pos: -48.5,5.5 + parent: 2 + - uid: 18113 + components: + - type: Transform + pos: -89.5,2.5 + parent: 2 + - uid: 18140 + components: + - type: Transform + pos: -89.5,1.5 + parent: 2 + - uid: 18386 + components: + - type: Transform + pos: -89.5,0.5 + parent: 2 + - uid: 18398 + components: + - type: Transform + pos: -90.5,0.5 + parent: 2 + - uid: 18407 + components: + - type: Transform + pos: -62.5,-0.5 + parent: 2 + - uid: 18431 + components: + - type: Transform + pos: -53.5,6.5 + parent: 2 + - uid: 18432 + components: + - type: Transform + pos: -58.5,6.5 + parent: 2 + - uid: 18440 + components: + - type: Transform + pos: -90.5,-0.5 + parent: 2 + - uid: 18441 + components: + - type: Transform + pos: -91.5,-0.5 + parent: 2 + - uid: 18448 + components: + - type: Transform + pos: -55.5,0.5 + parent: 2 + - uid: 18520 + components: + - type: Transform + pos: -91.5,-1.5 + parent: 2 + - uid: 18530 + components: + - type: Transform + pos: -92.5,-1.5 + parent: 2 + - uid: 19327 + components: + - type: Transform + pos: -92.5,-2.5 + parent: 2 + - uid: 19351 + components: + - type: Transform + pos: -55.5,-30.5 + parent: 2 + - uid: 19353 + components: + - type: Transform + pos: -54.5,-30.5 + parent: 2 + - uid: 19354 + components: + - type: Transform + pos: -57.5,-30.5 + parent: 2 + - uid: 19355 + components: + - type: Transform + pos: -56.5,-30.5 + parent: 2 + - uid: 19436 + components: + - type: Transform + pos: -93.5,-2.5 + parent: 2 + - uid: 19460 + components: + - type: Transform + pos: -93.5,-3.5 + parent: 2 + - uid: 20029 + components: + - type: Transform + pos: -32.5,8.5 + parent: 2 + - uid: 20030 + components: + - type: Transform + pos: -32.5,4.5 + parent: 2 + - uid: 20031 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - uid: 20034 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 + - uid: 20931 + components: + - type: Transform + pos: 29.5,1.5 + parent: 2 + - uid: 20992 + components: + - type: Transform + pos: -93.5,2.5 + parent: 2 + - uid: 21054 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 21204 + components: + - type: Transform + pos: -93.5,1.5 + parent: 2 + - uid: 22492 + components: + - type: Transform + pos: -72.5,-0.5 + parent: 2 + - uid: 22512 + components: + - type: Transform + pos: -94.5,1.5 + parent: 2 + - uid: 22513 + components: + - type: Transform + pos: -94.5,0.5 + parent: 2 + - uid: 22555 + components: + - type: Transform + pos: -95.5,0.5 + parent: 2 + - uid: 22600 + components: + - type: Transform + pos: -95.5,-0.5 + parent: 2 + - uid: 22777 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 22889 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 23042 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 23109 + components: + - type: Transform + pos: 36.5,-7.5 + parent: 2 + - uid: 23199 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 23425 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 2 + - uid: 23463 + components: + - type: Transform + pos: -105.5,-22.5 + parent: 2 + - uid: 23466 + components: + - type: Transform + pos: -99.5,-22.5 + parent: 2 + - uid: 23500 + components: + - type: Transform + pos: -78.5,-4.5 + parent: 2 + - uid: 23517 + components: + - type: Transform + pos: -71.5,34.5 + parent: 2 + - uid: 23535 + components: + - type: Transform + pos: -71.5,33.5 + parent: 2 + - uid: 23536 + components: + - type: Transform + pos: -71.5,32.5 + parent: 2 + - uid: 23540 + components: + - type: Transform + pos: -75.5,-0.5 + parent: 2 + - uid: 23661 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 23784 + components: + - type: Transform + pos: 5.5,72.5 + parent: 2 + - uid: 23791 + components: + - type: Transform + pos: 13.5,72.5 + parent: 2 + - uid: 23797 + components: + - type: Transform + pos: 3.5,71.5 + parent: 2 + - uid: 23799 + components: + - type: Transform + pos: 3.5,72.5 + parent: 2 + - uid: 23800 + components: + - type: Transform + pos: 4.5,72.5 + parent: 2 + - uid: 23805 + components: + - type: Transform + pos: 3.5,57.5 + parent: 2 + - uid: 23959 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 24657 + components: + - type: Transform + pos: -2.5,24.5 + parent: 2 + - uid: 24809 + components: + - type: Transform + pos: -1.5,39.5 + parent: 2 + - uid: 24810 + components: + - type: Transform + pos: -1.5,38.5 + parent: 2 + - uid: 24811 + components: + - type: Transform + pos: -0.5,40.5 + parent: 2 + - uid: 24813 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 + - uid: 25210 + components: + - type: Transform + pos: -0.5,39.5 + parent: 2 + - uid: 25360 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 25798 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 26247 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 26845 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 26862 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - uid: 26880 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 26883 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 27069 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 27298 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 27442 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 28226 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 28228 + components: + - type: Transform + pos: 5.5,17.5 + parent: 2 + - uid: 28390 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 28413 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 28589 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - uid: 28817 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 29845 + components: + - type: Transform + pos: 87.5,18.5 + parent: 2 + - uid: 29998 + components: + - type: Transform + pos: 87.5,16.5 + parent: 2 + - uid: 30219 + components: + - type: Transform + pos: -44.5,7.5 + parent: 2 + - uid: 30265 + components: + - type: Transform + pos: -103.5,-22.5 + parent: 2 + - uid: 30273 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - uid: 30274 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 + - uid: 30275 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 + - uid: 30423 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 30426 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 30586 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 31007 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 2 + - uid: 31008 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 2 + - uid: 31443 + components: + - type: Transform + pos: 12.5,72.5 + parent: 2 + - uid: 31444 + components: + - type: Transform + pos: 6.5,72.5 + parent: 2 + - uid: 32574 + components: + - type: Transform + pos: -38.5,-17.5 + parent: 2 + - uid: 33689 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 2 + - uid: 34657 + components: + - type: Transform + pos: 69.5,-6.5 + parent: 2 + - uid: 34658 + components: + - type: Transform + pos: 70.5,-6.5 + parent: 2 + - uid: 34659 + components: + - type: Transform + pos: 72.5,-6.5 + parent: 2 + - uid: 34660 + components: + - type: Transform + pos: 73.5,-6.5 + parent: 2 + - uid: 34661 + components: + - type: Transform + pos: 74.5,-6.5 + parent: 2 + - uid: 34662 + components: + - type: Transform + pos: 75.5,-6.5 + parent: 2 + - uid: 35734 + components: + - type: Transform + pos: -102.5,-22.5 + parent: 2 +- proto: WallSolidDiagonal + entities: + - uid: 1893 + components: + - type: Transform + pos: 13.5,23.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,22.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,24.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,23.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: 73.5,12.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: 71.5,11.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: 69.5,10.5 + parent: 2 +- proto: WallWeaponCapacitorRecharger + entities: + - uid: 4463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,44.5 + parent: 2 + - uid: 5570 + components: + - type: Transform + pos: 47.5,29.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: 45.5,33.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-25.5 + parent: 2 + - uid: 14190 + components: + - type: Transform + pos: 20.5,46.5 + parent: 2 + - uid: 15275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,67.5 + parent: 2 +- proto: WallWood + entities: + - uid: 874 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 25.5,-6.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: 25.5,-9.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 1649 + components: + - type: Transform + pos: -104.5,-27.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: 67.5,9.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: 54.5,51.5 + parent: 2 + - uid: 25172 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 + - uid: 26884 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 2 + - uid: 35722 + components: + - type: Transform + pos: -105.5,-24.5 + parent: 2 + - uid: 35723 + components: + - type: Transform + pos: -105.5,-23.5 + parent: 2 + - uid: 35724 + components: + - type: Transform + pos: -105.5,-25.5 + parent: 2 + - uid: 35725 + components: + - type: Transform + pos: -105.5,-26.5 + parent: 2 + - uid: 35726 + components: + - type: Transform + pos: -105.5,-27.5 + parent: 2 + - uid: 35727 + components: + - type: Transform + pos: -99.5,-25.5 + parent: 2 + - uid: 35728 + components: + - type: Transform + pos: -99.5,-26.5 + parent: 2 + - uid: 35729 + components: + - type: Transform + pos: -99.5,-24.5 + parent: 2 + - uid: 35730 + components: + - type: Transform + pos: -99.5,-23.5 + parent: 2 + - uid: 35731 + components: + - type: Transform + pos: -104.5,-23.5 + parent: 2 + - uid: 35732 + components: + - type: Transform + pos: -103.5,-23.5 + parent: 2 + - uid: 35733 + components: + - type: Transform + pos: -102.5,-23.5 + parent: 2 + - uid: 35736 + components: + - type: Transform + pos: -101.5,-23.5 + parent: 2 + - uid: 35745 + components: + - type: Transform + pos: -99.5,-27.5 + parent: 2 + - uid: 35747 + components: + - type: Transform + pos: -100.5,-27.5 + parent: 2 +- proto: WardrobeBotanistFilled + entities: + - uid: 18460 + components: + - type: Transform + pos: -50.5,-1.5 + parent: 2 + - uid: 18499 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 334 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 807 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 +- proto: WardrobeChapelFilled + entities: + - uid: 5710 + components: + - type: Transform + pos: 67.5,27.5 + parent: 2 +- proto: WardrobeFormal + entities: + - uid: 31162 + components: + - type: Transform + pos: -67.5,1.5 + parent: 2 + - 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 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 31163 + - 31168 + - 31167 + - 31166 + - 31165 + - 31164 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: WardrobeGreenFilled + entities: + - uid: 27974 + components: + - type: Transform + pos: -73.5,17.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 14275 + components: + - type: Transform + pos: -26.5,24.5 + parent: 2 + - uid: 15380 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 15485 + components: + - type: Transform + pos: -30.5,34.5 + parent: 2 + - uid: 15486 + components: + - type: Transform + pos: -26.5,34.5 + parent: 2 + - uid: 18052 + components: + - type: Transform + pos: -25.5,67.5 + parent: 2 + - uid: 18054 + components: + - type: Transform + pos: -21.5,67.5 + parent: 2 + - uid: 18056 + components: + - type: Transform + pos: -17.5,67.5 + parent: 2 + - uid: 18058 + components: + - type: Transform + pos: -13.5,67.5 + parent: 2 +- proto: WarningAir + entities: + - uid: 4334 + components: + - type: Transform + pos: 54.5,52.5 + parent: 2 +- proto: WarningCO2 + entities: + - uid: 9495 + components: + - type: Transform + pos: -40.5,47.5 + parent: 2 +- proto: WarningN2 + entities: + - uid: 9490 + components: + - type: Transform + pos: -50.5,47.5 + parent: 2 +- proto: WarningN2O + entities: + - uid: 9491 + components: + - type: Transform + pos: -46.5,47.5 + parent: 2 +- proto: WarningO2 + entities: + - uid: 9492 + components: + - type: Transform + pos: -48.5,47.5 + parent: 2 +- proto: WarningPlasma + entities: + - uid: 9493 + components: + - type: Transform + pos: -38.5,47.5 + parent: 2 +- proto: WarningTritium + entities: + - uid: 9494 + components: + - type: Transform + pos: -44.5,47.5 + parent: 2 +- proto: WarningWaste + entities: + - uid: 9496 + components: + - type: Transform + pos: -42.5,47.5 + parent: 2 +- proto: WaterCooler + entities: + - uid: 309 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 2067 + components: + - type: Transform + pos: 9.5,52.5 + parent: 2 + - uid: 5267 + components: + - type: Transform + pos: 34.5,30.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + pos: 43.5,-24.5 + parent: 2 + - uid: 9033 + components: + - type: Transform + pos: -56.5,31.5 + parent: 2 + - uid: 13232 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 15593 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 15927 + components: + - type: Transform + pos: -2.5,49.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + pos: -10.5,61.5 + parent: 2 + - uid: 16399 + components: + - type: Transform + pos: -73.5,13.5 + parent: 2 + - uid: 16627 + components: + - type: Transform + pos: -8.5,59.5 + parent: 2 + - uid: 18462 + components: + - type: Transform + pos: -58.5,-1.5 + parent: 2 + - uid: 19409 + components: + - type: Transform + pos: -76.5,5.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 2900 + components: + - type: Transform + pos: 77.5,-13.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: -69.5,24.5 + parent: 2 + - uid: 9291 + components: + - type: Transform + pos: 34.5,48.5 + parent: 2 + - uid: 9609 + components: + - type: Transform + pos: -46.5,31.5 + parent: 2 + - uid: 20011 + components: + - type: Transform + pos: 37.5,9.5 + parent: 2 + - uid: 20933 + components: + - type: Transform + pos: -31.5,9.5 + parent: 2 + - uid: 20935 + components: + - type: Transform + pos: 52.5,6.5 + parent: 2 + - uid: 20937 + components: + - type: Transform + pos: 17.5,32.5 + parent: 2 + - uid: 20938 + components: + - type: Transform + pos: -19.5,70.5 + parent: 2 + - uid: 20941 + components: + - type: Transform + pos: -65.5,-18.5 + parent: 2 + - uid: 20942 + components: + - type: Transform + pos: -26.5,-31.5 + parent: 2 + - uid: 20943 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 20945 + components: + - type: Transform + pos: 47.5,-31.5 + parent: 2 + - uid: 21207 + components: + - type: Transform + pos: -40.5,27.5 + parent: 2 +- proto: WaterTankHighCapacity + entities: + - uid: 18481 + components: + - type: Transform + pos: -52.5,0.5 + parent: 2 +- proto: WaterVaporCanister + entities: + - uid: 3599 + components: + - type: Transform + pos: 44.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 1980 + components: + - type: Transform + pos: 4.5,27.5 + parent: 2 + - uid: 14191 + components: + - type: Transform + pos: 13.5,54.5 + parent: 2 + - uid: 15613 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - uid: 15614 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - uid: 16293 + components: + - type: Transform + pos: -33.5,42.5 + parent: 2 + - uid: 16338 + components: + - type: Transform + pos: -33.5,37.5 + parent: 2 + - uid: 16544 + components: + - type: Transform + pos: -27.5,47.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + pos: -27.5,48.5 + parent: 2 + - uid: 19405 + components: + - type: Transform + pos: 29.5,51.5 + parent: 2 + - uid: 19406 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 +- proto: WeaponDisabler + entities: + - uid: 14137 + components: + - type: Transform + pos: 13.482066,47.817783 + parent: 2 + - uid: 14245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.321244,68.5983 + parent: 2 + - uid: 15580 + components: + - type: Transform + pos: -13.58909,33.04747 + parent: 2 + - uid: 15682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.131556,40.631958 + parent: 2 +- proto: WeaponDisablerPractice + entities: + - uid: 9505 + components: + - type: Transform + pos: -33.57274,40.718952 + parent: 2 + - uid: 17013 + components: + - type: Transform + pos: -33.41649,40.547077 + parent: 2 +- proto: WeaponFlareGun + entities: + - uid: 6073 + components: + - type: Transform + pos: 16.488016,26.920761 + parent: 2 + - uid: 19435 + components: + - type: Transform + pos: -120.430046,10.346216 + parent: 2 +- proto: WeaponLaserCarbine + entities: + - uid: 16501 + components: + - type: Transform + pos: -25.579115,48.72853 + parent: 2 + - uid: 16503 + components: + - type: Transform + pos: -25.46974,48.47853 + parent: 2 + - uid: 16536 + components: + - type: Transform + pos: -25.494751,48.550285 + parent: 2 +- proto: WeaponLaserCarbinePractice + entities: + - uid: 8738 + components: + - type: Transform + pos: -33.54149,41.687702 + parent: 2 + - uid: 9125 + components: + - type: Transform + pos: -33.38524,41.468952 + parent: 2 + - uid: 33599 + components: + - type: Transform + pos: 72.465744,41.351635 + parent: 2 +- proto: WeaponLaserGun + entities: + - uid: 16499 + components: + - type: Transform + pos: -23.422865,48.41603 + parent: 2 + - uid: 16502 + components: + - type: Transform + pos: -23.56349,48.60353 + parent: 2 + - uid: 16537 + components: + - type: Transform + pos: -23.510376,48.519035 + parent: 2 +- proto: WeaponLauncherRocket + entities: + - uid: 4454 + components: + - type: Transform + pos: -18.492142,48.610115 + parent: 2 +- proto: WeaponPistolMk58 + entities: + - uid: 16515 + components: + - type: Transform + pos: -25.393858,47.57209 + parent: 2 + - uid: 16530 + components: + - type: Transform + pos: -25.541626,47.62841 + parent: 2 + - uid: 16531 + components: + - type: Transform + pos: -25.369751,47.47216 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: -25.447876,47.612785 + parent: 2 +- proto: WeaponShotgunKammererNonLethal + entities: + - uid: 16514 + components: + - type: Transform + pos: -23.550108,47.618965 + parent: 2 + - uid: 16516 + components: + - type: Transform + pos: -23.518858,47.525215 + parent: 2 + - uid: 16539 + components: + - type: Transform + pos: -23.425108,47.44709 + parent: 2 +- proto: WeaponTurretXeno + entities: + - uid: 33542 + components: + - type: Transform + pos: 93.5,26.5 + parent: 2 + - uid: 33619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,27.5 + parent: 2 + - uid: 33620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,36.5 + parent: 2 + - uid: 33621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,59.5 + parent: 2 + - uid: 33622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,64.5 + parent: 2 + - uid: 33623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,68.5 + parent: 2 + - uid: 33624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.5,48.5 + parent: 2 + - uid: 33625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 99.5,40.5 + parent: 2 + - uid: 33626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 96.5,29.5 + parent: 2 + - uid: 33627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,44.5 + parent: 2 + - uid: 33628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,44.5 + parent: 2 + - uid: 33629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,55.5 + parent: 2 +- proto: Welder + entities: + - uid: 9102 + components: + - type: Transform + pos: -47.58446,31.661036 + parent: 2 + - uid: 9610 + components: + - type: Transform + pos: -47.244617,31.602442 + parent: 2 + - uid: 28508 + components: + - type: Transform + pos: -68.19635,32.823574 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 5415 + components: + - type: Transform + pos: 52.5,51.5 + parent: 2 + - uid: 20946 + components: + - type: Transform + pos: 76.5,-9.5 + parent: 2 + - uid: 20947 + components: + - type: Transform + pos: 46.5,-27.5 + parent: 2 + - uid: 20948 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 20949 + components: + - type: Transform + pos: -62.5,-31.5 + parent: 2 + - uid: 20950 + components: + - type: Transform + pos: -65.5,20.5 + parent: 2 + - uid: 20953 + components: + - type: Transform + pos: 18.5,32.5 + parent: 2 + - uid: 21464 + components: + - type: Transform + pos: -2.5,25.5 + parent: 2 + - uid: 26246 + components: + - type: Transform + pos: -36.5,27.5 + parent: 2 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 9608 + components: + - type: Transform + pos: -48.5,31.5 + parent: 2 +- proto: WetFloorSign + entities: + - uid: 18534 + components: + - type: Transform + pos: -40.68424,22.060213 + parent: 2 + - uid: 18536 + components: + - type: Transform + pos: -40.512363,21.919588 + parent: 2 + - uid: 18537 + components: + - type: Transform + pos: -40.293613,21.763338 + parent: 2 + - uid: 30560 + components: + - type: Transform + pos: -38.4634,19.611803 + parent: 2 +- proto: Windoor + entities: + - uid: 997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-10.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-10.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 2 + - uid: 1154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 2 +- proto: WindoorBarLocked + entities: + - uid: 25230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-27.5 + parent: 2 +- proto: WindoorHydroponicsLocked + entities: + - uid: 3068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,3.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,2.5 + parent: 2 +- proto: WindoorKitchenLocked + entities: + - uid: 23569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-16.5 + parent: 2 + - uid: 23576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-20.5 + parent: 2 + - uid: 23578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-17.5 + parent: 2 + - uid: 23592 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - uid: 23618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-21.5 + parent: 2 + - uid: 23759 + components: + - type: Transform + pos: -39.5,-26.5 + parent: 2 + - uid: 24925 + components: + - type: Transform + pos: -44.5,-26.5 + parent: 2 + - uid: 25203 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 + - uid: 25225 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 + - uid: 30667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-33.5 + parent: 2 +- proto: WindoorSecure + entities: + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-34.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-34.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-31.5 + parent: 2 + - uid: 2277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-34.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-33.5 + parent: 2 + - uid: 16646 + components: + - type: Transform + pos: -39.5,9.5 + parent: 2 + - uid: 16647 + components: + - type: Transform + pos: -38.5,9.5 + parent: 2 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 8203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,44.5 + parent: 2 + - uid: 36114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,47.5 + parent: 2 +- proto: WindoorSecureCargoLocked + entities: + - uid: 2966 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 +- proto: WindoorSecureChemistryLocked + entities: + - uid: 1158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-6.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-6.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-6.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-6.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-3.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-3.5 + parent: 2 +- proto: WindoorSecureCommandLocked + entities: + - uid: 2620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,41.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,41.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 7636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,17.5 + parent: 2 + - uid: 8694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,16.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,24.5 + parent: 2 +- proto: WindoorSecureHeadOfPersonnelLocked + entities: + - uid: 1925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,26.5 + parent: 2 +- proto: WindoorSecureMailLocked + entities: + - uid: 3207 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 16755 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,7.5 + parent: 2 + - uid: 1319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,4.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,4.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 2 + - uid: 1322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,5.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 1328 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 2 +- proto: WindoorSecureScienceLocked + entities: + - uid: 3957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,25.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,25.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,25.5 + parent: 2 +- proto: WindoorSecureSecurityLawyerLocked + entities: + - uid: 15396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,27.5 + parent: 2 + - uid: 15397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,27.5 + parent: 2 + - uid: 15398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,27.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + pos: -9.5,53.5 + parent: 2 + - uid: 15968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,50.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 15362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22622 + - uid: 15363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22621 + - uid: 15388 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22622 + - uid: 15389 + components: + - type: Transform + pos: -25.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22621 + - uid: 15409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22619 + - uid: 15453 + components: + - type: Transform + pos: -29.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22619 + - uid: 15455 + components: + - type: Transform + pos: -25.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22620 + - uid: 15457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22620 +- proto: WindoorServiceLocked + entities: + - uid: 7776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,12.5 + parent: 2 + - uid: 8401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,12.5 + parent: 2 +- proto: Window + entities: + - uid: 4 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: -14.5,-40.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 919 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 920 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 1162 + components: + - type: Transform + pos: 6.5,17.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 1418 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 1720 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: -12.5,17.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + pos: -11.5,17.5 + parent: 2 + - uid: 1723 + components: + - type: Transform + pos: -16.5,17.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 + - uid: 1726 + components: + - type: Transform + pos: -25.5,17.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: -28.5,17.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 1730 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: -6.5,8.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 1749 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 1750 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 1754 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - uid: 1756 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 1758 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: 5.5,21.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: -2.5,21.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 1880 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + pos: 6.5,22.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + pos: -51.5,6.5 + parent: 2 + - uid: 2990 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 3144 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + pos: -47.5,-26.5 + parent: 2 + - uid: 3362 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 3364 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 3369 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 3844 + components: + - type: Transform + pos: 51.5,12.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + pos: 51.5,14.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 3938 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + pos: 53.5,-11.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + pos: 51.5,11.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + pos: 51.5,20.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + pos: 51.5,21.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + pos: -1.5,49.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + pos: 48.5,-17.5 + parent: 2 + - uid: 5051 + components: + - type: Transform + pos: 49.5,-16.5 + parent: 2 + - uid: 5070 + components: + - type: Transform + pos: 52.5,-3.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - uid: 5078 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: 44.5,-20.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: 43.5,-20.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: 42.5,-20.5 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: 39.5,-20.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: 37.5,-19.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + pos: 40.5,-28.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: 40.5,-29.5 + parent: 2 + - uid: 6175 + components: + - type: Transform + pos: 40.5,-30.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: -30.5,-2.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: -30.5,7.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + pos: -23.5,17.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: -26.5,17.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: -29.5,17.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 6317 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: 70.5,-13.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: 70.5,-14.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: 54.5,-28.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: 55.5,-28.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: 56.5,-28.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: 57.5,-28.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: 58.5,-28.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 6614 + components: + - type: Transform + pos: -17.5,-18.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 7129 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 7131 + components: + - type: Transform + pos: -35.5,-17.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + pos: -36.5,-17.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 7212 + components: + - type: Transform + pos: -59.5,-5.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: -58.5,-5.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 7457 + components: + - type: Transform + pos: -51.5,-14.5 + parent: 2 + - uid: 7464 + components: + - type: Transform + pos: -46.5,-26.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: -41.5,-26.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -40.5,-26.5 + parent: 2 + - uid: 8714 + components: + - type: Transform + pos: -41.5,18.5 + parent: 2 + - uid: 8716 + components: + - type: Transform + pos: -42.5,18.5 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 12311 + components: + - type: Transform + pos: -55.5,-26.5 + parent: 2 + - uid: 12953 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 12956 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 + - uid: 12957 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 13236 + components: + - type: Transform + pos: -54.5,-26.5 + parent: 2 + - uid: 13237 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 15801 + components: + - type: Transform + pos: -1.5,54.5 + parent: 2 + - uid: 15852 + components: + - type: Transform + pos: -2.5,18.5 + parent: 2 + - uid: 15885 + components: + - type: Transform + pos: -1.5,48.5 + parent: 2 + - uid: 15898 + components: + - type: Transform + pos: -1.5,47.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - uid: 15921 + components: + - type: Transform + pos: -1.5,56.5 + parent: 2 + - uid: 16317 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - uid: 16355 + components: + - type: Transform + pos: 3.5,41.5 + parent: 2 + - uid: 16639 + components: + - type: Transform + pos: -35.5,8.5 + parent: 2 + - uid: 17852 + components: + - type: Transform + pos: 3.5,42.5 + parent: 2 + - uid: 17855 + components: + - type: Transform + pos: 3.5,36.5 + parent: 2 + - uid: 17985 + components: + - type: Transform + pos: -59.5,6.5 + parent: 2 + - uid: 17986 + components: + - type: Transform + pos: -60.5,6.5 + parent: 2 + - uid: 17988 + components: + - type: Transform + pos: -55.5,6.5 + parent: 2 + - uid: 17989 + components: + - type: Transform + pos: -57.5,6.5 + parent: 2 + - uid: 17990 + components: + - type: Transform + pos: -50.5,6.5 + parent: 2 + - uid: 17991 + components: + - type: Transform + pos: -54.5,6.5 + parent: 2 + - uid: 17993 + components: + - type: Transform + pos: -56.5,6.5 + parent: 2 + - uid: 17996 + components: + - type: Transform + pos: -61.5,6.5 + parent: 2 + - uid: 17997 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 + - uid: 18465 + components: + - type: Transform + pos: -58.5,-0.5 + parent: 2 + - uid: 18466 + components: + - type: Transform + pos: -57.5,-0.5 + parent: 2 + - uid: 18467 + components: + - type: Transform + pos: -54.5,-0.5 + parent: 2 + - uid: 18468 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 + - uid: 18469 + components: + - type: Transform + pos: -52.5,-0.5 + parent: 2 + - uid: 18470 + components: + - type: Transform + pos: -51.5,-0.5 + parent: 2 + - uid: 18471 + components: + - type: Transform + pos: -50.5,-0.5 + parent: 2 + - uid: 23788 + components: + - type: Transform + pos: 9.5,72.5 + parent: 2 + - uid: 23790 + components: + - type: Transform + pos: 8.5,72.5 + parent: 2 + - uid: 23792 + components: + - type: Transform + pos: 7.5,72.5 + parent: 2 + - uid: 24744 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 25171 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 29561 + components: + - type: Transform + pos: -73.5,4.5 + parent: 2 + - uid: 30413 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 30414 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 31155 + components: + - type: Transform + pos: -71.5,4.5 + parent: 2 + - uid: 31402 + components: + - type: Transform + pos: 11.5,72.5 + parent: 2 + - uid: 31407 + components: + - type: Transform + pos: 10.5,72.5 + parent: 2 + - uid: 32182 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 3675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-27.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-28.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 2 + - uid: 587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-11.5 + parent: 2 + - uid: 590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-38.5 + parent: 2 + - uid: 796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,16.5 + parent: 2 + - uid: 814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,12.5 + parent: 2 + - uid: 816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 2 + - uid: 817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,13.5 + parent: 2 + - uid: 818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,15.5 + parent: 2 + - uid: 819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,14.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 2 + - uid: 928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-11.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 1136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 2 + - uid: 1139 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 + - uid: 1155 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 1180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 2 + - uid: 1260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-9.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-11.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,53.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 1833 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-38.5 + parent: 2 + - uid: 2413 + components: + - type: Transform + pos: 21.5,-38.5 + parent: 2 + - uid: 2416 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - uid: 2422 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: 18.5,-38.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + pos: 19.5,-38.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-38.5 + parent: 2 + - uid: 2496 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,22.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,22.5 + parent: 2 + - uid: 2586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,50.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,36.5 + parent: 2 + - uid: 2641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,36.5 + parent: 2 + - uid: 2674 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: 40.5,-18.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,36.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + pos: 39.5,-18.5 + parent: 2 + - uid: 3109 + components: + - type: Transform + pos: 41.5,-18.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 3642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 2 + - uid: 5242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,60.5 + parent: 2 + - uid: 5243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,61.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,58.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,8.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,8.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: 16.5,-38.5 + parent: 2 + - uid: 6187 + components: + - type: Transform + pos: 15.5,-38.5 + parent: 2 + - uid: 6188 + components: + - type: Transform + pos: 14.5,-38.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,21.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,21.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,20.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,19.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,18.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,17.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,16.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,15.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,14.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,13.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: 75.5,13.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: 64.5,8.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: 63.5,8.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: 62.5,8.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: 61.5,8.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + pos: 60.5,8.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: 59.5,8.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: 58.5,8.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + pos: 57.5,8.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: 56.5,8.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: 55.5,8.5 + parent: 2 + - uid: 6239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-49.5 + parent: 2 + - uid: 6248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,18.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,18.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,18.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,18.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,18.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,18.5 + parent: 2 + - uid: 6255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,18.5 + parent: 2 + - uid: 6256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,18.5 + parent: 2 + - uid: 6257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,18.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,18.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,18.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,18.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,18.5 + parent: 2 + - uid: 6262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,18.5 + parent: 2 + - uid: 6263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,9.5 + parent: 2 + - uid: 6267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,21.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,11.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,12.5 + parent: 2 + - uid: 6280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,13.5 + parent: 2 + - uid: 6281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,14.5 + parent: 2 + - uid: 6282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,15.5 + parent: 2 + - uid: 6283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,16.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 6295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 2 + - uid: 6296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - uid: 6331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-40.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-41.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-42.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-43.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-44.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-45.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-46.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-47.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-48.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-49.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-50.5 + parent: 2 + - uid: 6342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-51.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-52.5 + parent: 2 + - uid: 6344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-53.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + pos: 13.5,-53.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 6348 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + pos: 9.5,-45.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-45.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-46.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-47.5 + parent: 2 + - uid: 6354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-48.5 + parent: 2 + - uid: 6355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-49.5 + parent: 2 + - uid: 6356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-50.5 + parent: 2 + - uid: 6357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-51.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-52.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-53.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-49.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: -10.5,-53.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,23.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,25.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: 31.5,-36.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: 33.5,-36.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + pos: 34.5,-36.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: 35.5,-36.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: 36.5,-36.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: 37.5,-36.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: 38.5,-36.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-36.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-36.5 + parent: 2 + - uid: 7173 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-20.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-21.5 + parent: 2 + - uid: 7176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-22.5 + parent: 2 + - uid: 7177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-23.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,52.5 + parent: 2 + - uid: 8474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,51.5 + parent: 2 + - uid: 8816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 2 + - uid: 9244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-9.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-17.5 + parent: 2 + - uid: 12969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-9.5 + parent: 2 + - uid: 12970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-9.5 + parent: 2 + - uid: 12971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-9.5 + parent: 2 + - uid: 12972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-9.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 2 + - uid: 12984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,2.5 + parent: 2 + - uid: 12985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,3.5 + parent: 2 + - uid: 12986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,4.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,5.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,6.5 + parent: 2 + - uid: 12989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,7.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,8.5 + parent: 2 + - uid: 12991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,9.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,10.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,11.5 + parent: 2 + - uid: 12994 + components: + - type: Transform + pos: 44.5,12.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + pos: 45.5,12.5 + parent: 2 + - uid: 13076 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 13077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 2 + - uid: 13078 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 13113 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 13267 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 13272 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 13922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,36.5 + parent: 2 + - uid: 13923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,36.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - uid: 13989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,40.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,39.5 + parent: 2 + - uid: 13999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,38.5 + parent: 2 + - uid: 14000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,37.5 + parent: 2 + - uid: 14001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,36.5 + parent: 2 + - uid: 14002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,35.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,10.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 2 + - uid: 15320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,51.5 + parent: 2 + - uid: 15513 + components: + - type: Transform + pos: -1.5,60.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,58.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + pos: -41.5,9.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + pos: -40.5,9.5 + parent: 2 + - uid: 16643 + components: + - type: Transform + pos: -37.5,9.5 + parent: 2 + - uid: 16644 + components: + - type: Transform + pos: -36.5,9.5 + parent: 2 + - uid: 17496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,54.5 + parent: 2 + - uid: 18368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-17.5 + parent: 2 + - uid: 18369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-17.5 + parent: 2 + - uid: 18370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-17.5 + parent: 2 + - uid: 18434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,4.5 + parent: 2 + - uid: 18436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,5.5 + parent: 2 + - uid: 18437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,5.5 + parent: 2 + - uid: 18442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,4.5 + parent: 2 + - uid: 18514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-17.5 + parent: 2 + - uid: 19337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-17.5 + parent: 2 + - uid: 19338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-17.5 + parent: 2 + - uid: 19339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-17.5 + parent: 2 + - uid: 19454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,49.5 + parent: 2 + - uid: 19633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,74.5 + parent: 2 + - uid: 19637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,75.5 + parent: 2 + - uid: 19712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,73.5 + parent: 2 + - uid: 19744 + components: + - type: Transform + pos: 16.5,73.5 + parent: 2 + - uid: 19745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,74.5 + parent: 2 + - uid: 19746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,78.5 + parent: 2 + - uid: 19747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,77.5 + parent: 2 + - uid: 19748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,78.5 + parent: 2 + - uid: 19749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,78.5 + parent: 2 + - uid: 19750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,76.5 + parent: 2 + - uid: 19751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,75.5 + parent: 2 + - uid: 19752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,73.5 + parent: 2 + - uid: 19753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,76.5 + parent: 2 + - uid: 19754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,77.5 + parent: 2 + - uid: 19755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,78.5 + parent: 2 + - uid: 19936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,50.5 + parent: 2 + - uid: 22609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,5.5 + parent: 2 + - uid: 22957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-27.5 + parent: 2 + - uid: 22958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-28.5 + parent: 2 + - uid: 22959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-29.5 + parent: 2 + - uid: 22960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-30.5 + parent: 2 + - uid: 22961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-31.5 + parent: 2 + - uid: 22962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-32.5 + parent: 2 + - uid: 22963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-33.5 + parent: 2 + - uid: 22964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-34.5 + parent: 2 + - uid: 23040 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 23251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,6.5 + parent: 2 + - uid: 23300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,4.5 + parent: 2 + - uid: 23301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,3.5 + parent: 2 + - uid: 23302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,2.5 + parent: 2 + - uid: 23303 + components: + - type: Transform + pos: -42.5,2.5 + parent: 2 + - uid: 23304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,1.5 + parent: 2 + - uid: 23305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,0.5 + parent: 2 + - uid: 23306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-0.5 + parent: 2 + - uid: 23307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-1.5 + parent: 2 + - uid: 23308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-2.5 + parent: 2 + - uid: 23309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-3.5 + parent: 2 + - uid: 23310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-4.5 + parent: 2 + - uid: 23311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-5.5 + parent: 2 + - uid: 23312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -79.5,12.5 + parent: 2 + - uid: 23313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-6.5 + parent: 2 + - uid: 23314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-7.5 + parent: 2 + - uid: 23315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-8.5 + parent: 2 + - uid: 23321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-8.5 + parent: 2 + - uid: 23322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-7.5 + parent: 2 + - uid: 23323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-6.5 + parent: 2 + - uid: 23328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,12.5 + parent: 2 + - uid: 23329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,13.5 + parent: 2 + - uid: 23330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,14.5 + parent: 2 + - uid: 23331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,15.5 + parent: 2 + - uid: 23332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,16.5 + parent: 2 + - uid: 23333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,17.5 + parent: 2 + - uid: 23334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,18.5 + parent: 2 + - uid: 23337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,1.5 + parent: 2 + - uid: 23338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,13.5 + parent: 2 + - uid: 23339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,12.5 + parent: 2 + - uid: 23344 + components: + - type: Transform + pos: -96.5,1.5 + parent: 2 + - uid: 28061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,16.5 + parent: 2 + - uid: 28624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,53.5 + parent: 2 + - uid: 28625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,54.5 + parent: 2 + - uid: 28626 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 28818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-3.5 + parent: 2 + - uid: 28914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-2.5 + parent: 2 + - uid: 28916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-5.5 + parent: 2 + - uid: 28925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-4.5 + parent: 2 + - uid: 29012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-8.5 + parent: 2 + - uid: 29690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-7.5 + parent: 2 + - uid: 29728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-6.5 + parent: 2 + - uid: 30046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-0.5 + parent: 2 + - uid: 30217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-1.5 + parent: 2 + - uid: 30218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,0.5 + parent: 2 + - uid: 30327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,18.5 + parent: 2 + - uid: 30332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,18.5 + parent: 2 + - uid: 30333 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 30335 + components: + - type: Transform + pos: 29.5,19.5 + parent: 2 + - uid: 30342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,20.5 + parent: 2 + - uid: 30343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,20.5 + parent: 2 + - uid: 30344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,20.5 + parent: 2 + - uid: 30346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,21.5 + parent: 2 + - uid: 30353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,21.5 + parent: 2 + - uid: 30354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,21.5 + parent: 2 + - uid: 30355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,33.5 + parent: 2 + - uid: 30357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,38.5 + parent: 2 + - uid: 30358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,38.5 + parent: 2 + - uid: 30359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 2 + - uid: 30360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,36.5 + parent: 2 + - uid: 30361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,35.5 + parent: 2 + - uid: 30362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,34.5 + parent: 2 + - uid: 30364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,38.5 + parent: 2 + - uid: 30368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-36.5 + parent: 2 + - uid: 30371 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 30372 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 30374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-36.5 + parent: 2 + - uid: 30377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 2 + - uid: 30382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-29.5 + parent: 2 + - uid: 30384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 2 + - uid: 30386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-27.5 + parent: 2 + - uid: 30395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-38.5 + parent: 2 + - uid: 30396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-38.5 + parent: 2 + - uid: 30398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-38.5 + parent: 2 + - uid: 30429 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 30438 + components: + - type: Transform + pos: 44.5,-18.5 + parent: 2 + - uid: 30562 + components: + - type: Transform + pos: -60.5,9.5 + parent: 2 + - uid: 30564 + components: + - type: Transform + pos: -59.5,9.5 + parent: 2 + - uid: 30566 + components: + - type: Transform + pos: -58.5,9.5 + parent: 2 + - uid: 30574 + components: + - type: Transform + pos: -57.5,9.5 + parent: 2 + - uid: 30575 + components: + - type: Transform + pos: -61.5,9.5 + parent: 2 + - uid: 30597 + components: + - type: Transform + pos: -62.5,9.5 + parent: 2 + - uid: 30626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,16.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 798 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: -15.5,-13.5 + parent: 2 + - uid: 827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-13.5 + parent: 2 + - uid: 979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 2 + - uid: 981 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-3.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 3267 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 3763 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-17.5 + parent: 2 + - uid: 4112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-17.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,14.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,13.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-6.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-6.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,12.5 + parent: 2 + - uid: 6300 + components: + - type: Transform + pos: -17.5,-13.5 + parent: 2 + - uid: 6301 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 6302 + components: + - type: Transform + pos: -19.5,-13.5 + parent: 2 + - uid: 6303 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 2 + - uid: 6305 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 + - uid: 6307 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 6314 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,40.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-16.5 + parent: 2 + - uid: 15668 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 15810 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 15948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 2 + - uid: 15950 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 16224 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-3.5 + parent: 2 + - uid: 17480 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 2 + - uid: 18472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,46.5 + parent: 2 + - uid: 22772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,46.5 + parent: 2 + - uid: 22877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-17.5 + parent: 2 + - uid: 22910 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 22949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-6.5 + parent: 2 + - uid: 23045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-6.5 + parent: 2 + - uid: 23139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,49.5 + parent: 2 + - uid: 23140 + components: + - type: Transform + pos: -10.5,53.5 + parent: 2 + - uid: 23141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,50.5 + parent: 2 + - uid: 23144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,47.5 + parent: 2 + - uid: 23145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,55.5 + parent: 2 + - uid: 23147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,54.5 + parent: 2 + - uid: 23148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,48.5 + parent: 2 + - uid: 23149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,47.5 + parent: 2 + - uid: 23182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,57.5 + parent: 2 + - uid: 23183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,56.5 + parent: 2 + - uid: 23185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,50.5 + parent: 2 + - uid: 23186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,49.5 + parent: 2 + - uid: 23188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,53.5 + parent: 2 + - uid: 23189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,58.5 + parent: 2 + - uid: 23190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,53.5 + parent: 2 + - uid: 23191 + components: + - type: Transform + pos: -8.5,53.5 + parent: 2 + - uid: 23193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,50.5 + parent: 2 + - uid: 23194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,50.5 + parent: 2 + - uid: 23196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,48.5 + parent: 2 + - uid: 23197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,54.5 + parent: 2 + - uid: 23198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,55.5 + parent: 2 + - uid: 23200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,56.5 + parent: 2 + - uid: 23201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,56.5 + parent: 2 + - uid: 23202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,56.5 + parent: 2 + - uid: 23203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,49.5 + parent: 2 + - uid: 23204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,48.5 + parent: 2 + - uid: 23205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,50.5 + parent: 2 + - uid: 23206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,51.5 + parent: 2 + - uid: 23207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,52.5 + parent: 2 + - uid: 23211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,53.5 + parent: 2 + - uid: 23212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,54.5 + parent: 2 + - uid: 23213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,55.5 + parent: 2 + - uid: 23671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,46.5 + parent: 2 + - uid: 23771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,67.5 + parent: 2 + - uid: 23772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,68.5 + parent: 2 + - uid: 25054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,14.5 + parent: 2 + - uid: 25056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,13.5 + parent: 2 + - uid: 28701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-16.5 + parent: 2 + - uid: 30616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-16.5 + parent: 2 + - uid: 30618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-16.5 + parent: 2 + - uid: 30619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 2 + - uid: 31096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,64.5 + parent: 2 + - uid: 31097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,66.5 + parent: 2 + - uid: 31098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,65.5 + parent: 2 + - uid: 31418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,63.5 + parent: 2 + - uid: 31420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,62.5 + parent: 2 + - uid: 35794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,40.5 + parent: 2 + - uid: 36350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,25.5 + parent: 2 + - uid: 36351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,24.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 29262 + components: + - type: Transform + pos: -66.524475,34.354824 + parent: 2 + - uid: 30682 + components: + - type: Transform + pos: 5.4815645,64.65436 + parent: 2 +- proto: WoodDoor + entities: + - uid: 32545 + components: + - type: Transform + pos: 70.5,43.5 + parent: 2 + - uid: 32570 + components: + - type: Transform + pos: 74.5,62.5 + parent: 2 + - uid: 32588 + components: + - type: Transform + pos: 73.5,52.5 + parent: 2 + - uid: 35758 + components: + - type: Transform + pos: -100.5,-23.5 + parent: 2 +- proto: Wrench + entities: + - uid: 4160 + components: + - type: Transform + pos: 49.784176,40.727295 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: 49.51074,40.719482 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: 49.276363,40.641357 + parent: 2 + - uid: 18231 + components: + - type: Transform + pos: 5.357978,64.67412 + parent: 2 + - uid: 19099 + components: + - type: Transform + pos: -96.56446,50.994957 + parent: 2 + - uid: 23214 + components: + - type: Transform + pos: -58.517197,29.580713 + parent: 2 + - uid: 29165 + components: + - type: Transform + pos: -68.25885,34.198574 + parent: 2 + - uid: 36394 + components: + - type: Transform + pos: 83.39625,59.432922 + parent: 2 +- proto: Zipties + entities: + - uid: 15511 + components: + - type: Transform + pos: -36.419666,31.184338 + parent: 2 + - uid: 15512 + components: + - type: Transform + pos: -36.61498,31.645275 + parent: 2 +- proto: ZiptiesBroken + entities: + - uid: 5392 + components: + - type: Transform + pos: 59.89722,56.195824 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: 55.756596,50.96145 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: 54.02222,46.727074 + parent: 2 + - uid: 7009 + components: + - type: Transform + pos: -30.573004,-34.074635 + parent: 2 + - uid: 7010 + components: + - type: Transform + pos: -25.229254,-35.211353 + parent: 2 +... diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index 21d20087e8..ac2bf25f61 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -24,3 +24,4 @@ - Shoukou - Tortuga - TheHive + - Submarine diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml new file mode 100644 index 0000000000..37e3ce5c0a --- /dev/null +++ b/Resources/Prototypes/Maps/submarine.yml @@ -0,0 +1,73 @@ +- type: gameMap + id: Submarine + mapName: 'Submarine' + mapPath: /Maps/submarine.yml + minPlayers: 35 + maxPlayers: 100 + stations: + Submarine: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: '{0} Submarine {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_BC20.yml + - type: StationJobs + overflowJobs: + - Passenger + availableJobs: + #civilian + Passenger: [ -1, -1 ] + Librarian: [ 1, 1 ] + #command + Captain: [ 1, 1 ] + #engineering + AtmosphericTechnician: [ 2, 3 ] + ChiefEngineer: [ 1, 1 ] + StationEngineer: [ 3, 5 ] + TechnicalAssistant: [ 2, 4 ] + #medical + Chemist: [ 1, 2 ] + ChiefMedicalOfficer: [ 1, 1 ] + MedicalDoctor: [ 5, 7 ] + MedicalIntern: [ 4, 4 ] + Paramedic: [ 2, 3 ] + Psychologist: [ 1, 2 ] + #security + Brigmedic: [ 1, 1 ] + Detective: [ 1, 1 ] + HeadOfSecurity: [ 1, 1 ] + Prisoner: [ 1, 3 ] + PrisonGuard: [ 1, 2 ] + SecurityOfficer: [ 4, 6 ] + SecurityCadet: [ 3, 4 ] + Warden: [ 1, 1 ] + #service + Bartender: [ 2, 3 ] + Botanist: [ 2, 3 ] + Boxer: [ 2, 2 ] + Chef: [ 3, 4 ] + Clown: [ 1, 1 ] + HeadOfPersonnel: [ 1, 1 ] + Janitor: [ 2, 3 ] + Lawyer: [ 2, 2 ] + Mime: [ 1, 1 ] + Musician: [ 1, 1 ] + Reporter: [ 1, 2 ] + ServiceWorker: [ 2, 3 ] + Zookeeper: [ 1, 1 ] + #science + Borg: [ 1, 1 ] + Chaplain: [ 1, 1 ] + ForensicMantis: [ 1, 1 ] + ResearchAssistant: [ 2, 4 ] + ResearchDirector: [ 1, 1 ] + Scientist: [ 3, 4 ] + #supply + CargoTechnician: [ 2, 4 ] + MailCarrier: [ 1, 2 ] + SalvageSpecialist: [ 2, 4 ] + Quartermaster: [ 1, 1 ] From 460698537f815a1d92d8720b8d0df2c0cd9d7506 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 1 Feb 2024 19:30:40 +0000 Subject: [PATCH 045/391] Automatic Changelog Update (#704) --- Resources/Changelog/DeltaVChangelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index bdaac04899..6c68a4a541 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1487,3 +1487,12 @@ Entries: message: You now move a little faster when hurt than previously id: 223 time: '2024-02-01T18:34:18.0000000+00:00' +- author: Rose and Unicorn On LSD + changes: + - type: Add + message: >- + Added Submarine Station. A new map with a heavy emphasis on the medical + dept. Features also include a full zoo, park with an ice rink, and some + sort of experiment-gone-bad deep within the epistemics labs. + id: 224 + time: '2024-02-01T19:30:23.0000000+00:00' From e4e50c1ca61f7cf94ae63a85a13c274a80367386 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:46:27 -0600 Subject: [PATCH 046/391] Submarine lighting overhaul (#756) Co-authored-by: Velcroboy <> --- Resources/Maps/submarine.yml | 3326 ++++++++++++---------------------- 1 file changed, 1179 insertions(+), 2147 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index b1d7687195..d7038fe235 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -113,7 +113,7 @@ entities: version: 6 0,1: ind: 0,1 - tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABMAAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,1: ind: 1,1 @@ -269,11 +269,11 @@ entities: version: 6 4,1: ind: 4,1 - tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA + tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADSQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA version: 6 4,0: ind: 4,0 - tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 @@ -293,7 +293,7 @@ entities: version: 6 -5,0: ind: -5,0 - tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAdwAAAAAAegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAADTQAAAAADdwAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABTQAAAAACWgAAAAADWgAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACZwAAAAABTQAAAAACdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAABdwAAAAACTQAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAAATQAAAAACdwAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAdwAAAAACTQAAAAABWgAAAAADWgAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAdwAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATQAAAAAC + tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAdwAAAAAAegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAADTQAAAAADdwAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABTQAAAAACWgAAAAADWgAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACZwAAAAABTQAAAAACdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAABdwAAAAACTQAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAAATQAAAAACdwAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAdwAAAAACTQAAAAABWgAAAAADWgAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAdwAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATQAAAAAC version: 6 -5,-1: ind: -5,-1 @@ -413,7 +413,7 @@ entities: version: 6 -7,1: ind: -7,1 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEKQAAAAACKQAAAAABKQAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAADGAAAAAADGAAAAAAFGAAAAAAAKQAAAAACGAAAAAAETgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAAHKQAAAAAAGAAAAAAAGAAAAAAHGAAAAAAGTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAGAAAAAAAGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEKQAAAAABKQAAAAABKQAAAAADKQAAAAACGAAAAAACGAAAAAAAGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAAEFwAAAAADFwAAAAADKQAAAAABKQAAAAABGAAAAAAGKQAAAAADGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFKQAAAAABKQAAAAAAKQAAAAADGAAAAAADGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAADFwAAAAADFwAAAAAEFwAAAAACKQAAAAAAGAAAAAAEKQAAAAABKQAAAAACKQAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABKQAAAAADKQAAAAAAKQAAAAAAGAAAAAAFKQAAAAACKQAAAAABTgAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAAGKQAAAAACKQAAAAAAKQAAAAADKQAAAAACFwAAAAAEKQAAAAADTgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAFwAAAAAGFwAAAAAFFwAAAAAATgAAAAAATQAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAACKQAAAAAAKQAAAAADFwAAAAABFwAAAAAEFwAAAAABTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEKQAAAAACKQAAAAABKQAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAADGAAAAAADGAAAAAAFGAAAAAAAKQAAAAACGAAAAAAETgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAAHKQAAAAAAGAAAAAAAGAAAAAAHGAAAAAAGTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAGAAAAAAAGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEKQAAAAABKQAAAAABKQAAAAADKQAAAAACGAAAAAACGAAAAAAAGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAAEFwAAAAADFwAAAAADKQAAAAABKQAAAAABGAAAAAAGKQAAAAADGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFKQAAAAABKQAAAAAAKQAAAAADGAAAAAADGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAADFwAAAAADFwAAAAAEFwAAAAACKQAAAAAAGAAAAAAEKQAAAAABKQAAAAACKQAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABKQAAAAADKQAAAAAAKQAAAAAAGAAAAAAFKQAAAAACKQAAAAABTgAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAAGKQAAAAACKQAAAAAAKQAAAAADKQAAAAACFwAAAAAEKQAAAAADTgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAFwAAAAAGFwAAAAAFFwAAAAAATgAAAAAATQAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAACKQAAAAAAKQAAAAADFwAAAAABFwAAAAAEFwAAAAABTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAA version: 6 -8,1: ind: -8,1 @@ -12806,6 +12806,35 @@ entities: - 26032 - type: AtmosDevice joinedGrid: 2 + - uid: 17901 + components: + - type: Transform + pos: -23.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 9548 + - 9255 + - 9216 + - 9552 + - 1866 + - 1867 + - 25215 + - 25214 + - 25216 + - 28609 + - 28392 + - 27853 + - 28378 + - 28393 + - 28474 + - 28475 + - 28617 + - 28388 + - 27008 + - 27497 + - type: AtmosDevice + joinedGrid: 2 - uid: 23688 components: - type: Transform @@ -13743,35 +13772,6 @@ entities: - 28338 - type: AtmosDevice joinedGrid: 2 - - uid: 25245 - components: - - type: Transform - pos: -22.5,23.5 - parent: 2 - - type: DeviceList - devices: - - 9548 - - 9255 - - 9216 - - 9552 - - 1866 - - 1867 - - 25215 - - 25214 - - 25216 - - 28609 - - 28392 - - 27853 - - 28378 - - 28393 - - 28474 - - 28475 - - 28617 - - 28388 - - 27008 - - 27497 - - type: AtmosDevice - joinedGrid: 2 - uid: 25246 components: - type: Transform @@ -15776,6 +15776,18 @@ entities: - type: Transform pos: 25.5,-22.5 parent: 2 +- proto: AirlockBoxerGlassLocked + entities: + - uid: 15952 + components: + - type: Transform + pos: 40.5,-23.5 + parent: 2 + - uid: 17830 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 - proto: AirlockCaptainLocked entities: - uid: 23281 @@ -19158,6 +19170,9 @@ entities: - type: Transform pos: -39.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 28379 components: - type: Transform @@ -19223,6 +19238,7 @@ entities: - type: DeviceNetwork deviceLists: - 25158 + - 17901 - uid: 28389 components: - type: Transform @@ -19236,6 +19252,7 @@ entities: - type: DeviceNetwork deviceLists: - 25244 + - 17901 - uid: 28393 components: - type: Transform @@ -19244,6 +19261,7 @@ entities: - type: DeviceNetwork deviceLists: - 25244 + - 17901 - uid: 28394 components: - type: Transform @@ -19534,11 +19552,17 @@ entities: - type: Transform pos: -31.5,12.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 28475 components: - type: Transform pos: -32.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 28476 components: - type: Transform @@ -19908,6 +19932,7 @@ entities: - type: DeviceNetwork deviceLists: - 25158 + - 17901 - uid: 28619 components: - type: Transform @@ -20085,14 +20110,6 @@ entities: - type: Transform pos: -67.5,33.5 parent: 2 -- proto: AlwaysPoweredLightColoredRed - entities: - - uid: 34186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,39.5 - parent: 2 - proto: AmeController entities: - uid: 18616 @@ -23533,23 +23550,6 @@ entities: - type: Transform pos: 70.5,-3.5 parent: 2 -- proto: Bible - entities: - - uid: 4378 - components: - - type: Transform - pos: 58.7506,22.220041 - parent: 2 - - uid: 4379 - components: - - type: Transform - pos: 64.75538,12.992847 - parent: 2 - - uid: 4380 - components: - - type: Transform - pos: 66.69288,22.152735 - parent: 2 - proto: BikeHorn entities: - uid: 5537 @@ -26016,6 +26016,11 @@ entities: - type: Transform pos: -45.5,62.5 parent: 2 + - uid: 2833 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 - uid: 2844 components: - type: Transform @@ -50576,11 +50581,6 @@ entities: - type: Transform pos: -129.5,55.5 parent: 2 - - uid: 32415 - components: - - type: Transform - pos: -130.5,55.5 - parent: 2 - uid: 32416 components: - type: Transform @@ -59611,26 +59611,6 @@ entities: - type: Transform pos: 6.5,-44.5 parent: 2 - - uid: 34916 - components: - - type: Transform - pos: 6.5,-45.5 - parent: 2 - - uid: 34917 - components: - - type: Transform - pos: 7.5,-45.5 - parent: 2 - - uid: 34918 - components: - - type: Transform - pos: 8.5,-45.5 - parent: 2 - - uid: 34919 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - uid: 34920 components: - type: Transform @@ -59651,11 +59631,6 @@ entities: - type: Transform pos: 8.5,-40.5 parent: 2 - - uid: 34924 - components: - - type: Transform - pos: 9.5,-40.5 - parent: 2 - uid: 34926 components: - type: Transform @@ -94229,11 +94204,6 @@ entities: - type: Transform pos: -55.5,-6.5 parent: 2 - - uid: 7514 - components: - - type: Transform - pos: -55.5,-7.5 - parent: 2 - proto: CrateFoodDinnerware entities: - uid: 73 @@ -94246,6 +94216,13 @@ entities: - type: Transform pos: -55.5,-5.5 parent: 2 +- proto: CrateFreezer + entities: + - uid: 3223 + components: + - type: Transform + pos: -55.5,-7.5 + parent: 2 - proto: CrateHydroponicsSeeds entities: - uid: 18198 @@ -94521,7 +94498,7 @@ entities: - type: Transform pos: 34.625328,3.466546 parent: 2 -- proto: CryogenicSleepUnitSpawnerLateJoin +- proto: CryogenicSleepUnit entities: - uid: 1188 components: @@ -94555,6 +94532,12 @@ entities: parent: 2 - proto: CryogenicSleepUnitSpawnerPrisoner entities: + - uid: 15154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,53.5 + parent: 2 - uid: 19758 components: - type: Transform @@ -105081,18 +105064,47 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,20.5 + pos: 3.5,-18.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-44.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,21.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,-3.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: 3.5,7.5 parent: 2 - uid: 7553 components: - type: Transform - pos: -95.5,-1.5 + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: -4.5,3.5 parent: 2 - uid: 7885 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,20.5 + pos: -10.5,0.5 parent: 2 - uid: 7886 components: @@ -105105,104 +105117,421 @@ entities: - type: Transform pos: -72.5,-2.5 parent: 2 - - uid: 22860 + - uid: 8097 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,44.5 + pos: -28.5,5.5 parent: 2 - - uid: 23011 + - uid: 8761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,5.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,1.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-15.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,42.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,36.5 + parent: 2 + - uid: 14278 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,57.5 + pos: 34.5,26.5 parent: 2 - - uid: 23012 + - uid: 15143 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,62.5 + pos: 45.5,-18.5 parent: 2 - - uid: 23013 + - uid: 15145 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,56.5 + pos: 17.5,-16.5 parent: 2 - - uid: 23538 + - uid: 15147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-16.5 + parent: 2 + - uid: 15149 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,-3.5 + pos: -42.5,13.5 parent: 2 - - uid: 27415 + - uid: 15151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,18.5 + parent: 2 + - uid: 15153 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 15158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,11.5 + parent: 2 + - uid: 15160 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 15171 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,8.5 + pos: 36.5,7.5 parent: 2 - - uid: 27416 + - uid: 15174 components: - type: Transform - pos: -2.5,7.5 + rot: -1.5707963267948966 rad + pos: 36.5,-0.5 parent: 2 - - uid: 28466 + - uid: 15184 components: - type: Transform - pos: 5.5,7.5 + rot: 3.141592653589793 rad + pos: 27.5,-11.5 parent: 2 - - uid: 28467 + - uid: 15186 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-2.5 + pos: 18.5,-11.5 parent: 2 - - uid: 28468 + - uid: 15187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - uid: 15188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-44.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 2 + - uid: 15190 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 15191 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-2.5 + pos: -15.5,-44.5 parent: 2 - - uid: 28469 + - uid: 15192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-44.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,15.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + pos: -77.5,1.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + pos: -81.5,1.5 + parent: 2 + - uid: 15225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,3.5 + parent: 2 + - uid: 15232 + components: + - type: Transform + pos: -61.5,41.5 + parent: 2 + - uid: 15236 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,1.5 + pos: -32.5,29.5 parent: 2 - - uid: 28470 + - uid: 15239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,46.5 + parent: 2 + - uid: 15241 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,1.5 + pos: -44.5,29.5 parent: 2 - - uid: 28471 + - uid: 15244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,22.5 + parent: 2 + - uid: 15249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-14.5 + parent: 2 + - uid: 15250 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,1.5 + pos: -107.5,7.5 parent: 2 - - uid: 28794 + - uid: 15639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,0.5 + parent: 2 + - uid: 15718 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,3.5 + pos: -62.5,4.5 parent: 2 - - uid: 28795 + - uid: 15719 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 15903 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,6.5 + pos: -56.5,-16.5 parent: 2 - - uid: 28796 + - uid: 15954 components: - type: Transform - pos: -9.5,14.5 + pos: 64.5,24.5 parent: 2 - - uid: 28797 + - uid: 15955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,10.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + pos: 49.5,26.5 + parent: 2 + - uid: 15957 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,10.5 + pos: 63.5,29.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,55.5 + parent: 2 + - uid: 17834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 2 + - uid: 17841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-31.5 + parent: 2 + - uid: 17842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-16.5 + parent: 2 + - uid: 17863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-30.5 + parent: 2 + - uid: 17870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-21.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,32.5 + parent: 2 + - uid: 19284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,49.5 + parent: 2 + - uid: 22510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,31.5 + parent: 2 + - uid: 22534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,21.5 + parent: 2 + - uid: 23012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,62.5 + parent: 2 + - uid: 23013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,56.5 + parent: 2 + - uid: 23069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 2 + - uid: 23096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,9.5 + parent: 2 + - uid: 23099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,10.5 + parent: 2 + - uid: 23103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,1.5 + parent: 2 + - uid: 23112 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 23118 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 23125 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 23131 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 23169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,5.5 + parent: 2 + - uid: 23173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,22.5 + parent: 2 + - uid: 23253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-25.5 + parent: 2 + - uid: 28469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,36.5 + parent: 2 + - uid: 28794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,3.5 + parent: 2 + - uid: 28796 + components: + - type: Transform + pos: -9.5,14.5 parent: 2 - uid: 28798 components: @@ -105247,11 +105576,6 @@ entities: - type: Transform pos: -31.5,-7.5 parent: 2 - - uid: 28806 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - uid: 28807 components: - type: Transform @@ -105274,24 +105598,12 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-10.5 parent: 2 - - uid: 28811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-9.5 - parent: 2 - uid: 28812 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-4.5 parent: 2 - - uid: 28813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,10.5 - parent: 2 - uid: 28814 components: - type: Transform @@ -105326,18 +105638,6 @@ entities: - type: Transform pos: -2.5,78.5 parent: 2 - - uid: 28822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,73.5 - parent: 2 - - uid: 28823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,73.5 - parent: 2 - uid: 28824 components: - type: Transform @@ -105391,24 +105691,12 @@ entities: - type: Transform pos: -29.5,62.5 parent: 2 - - uid: 28837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,57.5 - parent: 2 - uid: 28839 components: - type: Transform rot: 3.141592653589793 rad pos: -6.5,63.5 parent: 2 - - uid: 28840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,63.5 - parent: 2 - uid: 28841 components: - type: Transform @@ -105454,11 +105742,6 @@ entities: - type: Transform pos: -5.5,61.5 parent: 2 - - uid: 28849 - components: - - type: Transform - pos: 11.5,56.5 - parent: 2 - uid: 28850 components: - type: Transform @@ -105479,18 +105762,14 @@ entities: - uid: 28853 components: - type: Transform - pos: 27.5,56.5 - parent: 2 - - uid: 28854 - components: - - type: Transform - pos: 22.5,50.5 + rot: 3.141592653589793 rad + pos: -107.5,-8.5 parent: 2 - uid: 28855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,50.5 + rot: 3.141592653589793 rad + pos: -107.5,23.5 parent: 2 - uid: 28856 components: @@ -105498,12 +105777,6 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,47.5 parent: 2 - - uid: 28857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,41.5 - parent: 2 - uid: 28858 components: - type: Transform @@ -105610,16 +105883,6 @@ entities: - type: Transform pos: 46.5,49.5 parent: 2 - - uid: 28877 - components: - - type: Transform - pos: 37.5,57.5 - parent: 2 - - uid: 28878 - components: - - type: Transform - pos: 47.5,57.5 - parent: 2 - uid: 28879 components: - type: Transform @@ -105650,30 +105913,6 @@ entities: rot: 3.141592653589793 rad pos: 34.5,46.5 parent: 2 - - uid: 28884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,42.5 - parent: 2 - - uid: 28885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,42.5 - parent: 2 - - uid: 28886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,36.5 - parent: 2 - - uid: 28887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,36.5 - parent: 2 - uid: 28888 components: - type: Transform @@ -105692,36 +105931,12 @@ entities: rot: 3.141592653589793 rad pos: 49.5,28.5 parent: 2 - - uid: 28891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,28.5 - parent: 2 - - uid: 28892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,23.5 - parent: 2 - uid: 28893 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,23.5 parent: 2 - - uid: 28894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,24.5 - parent: 2 - - uid: 28895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,25.5 - parent: 2 - uid: 28896 components: - type: Transform @@ -105744,28 +105959,6 @@ entities: - type: Transform pos: 29.5,30.5 parent: 2 - - uid: 28900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,24.5 - parent: 2 - - uid: 28901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,24.5 - parent: 2 - - uid: 28902 - components: - - type: Transform - pos: 34.5,21.5 - parent: 2 - - uid: 28903 - components: - - type: Transform - pos: 44.5,21.5 - parent: 2 - uid: 28904 components: - type: Transform @@ -105784,73 +105977,12 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,2.5 parent: 2 - - uid: 28907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-3.5 - parent: 2 - - uid: 28908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-12.5 - parent: 2 - - uid: 28909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-17.5 - parent: 2 - - uid: 28910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-18.5 - parent: 2 - - uid: 28912 - components: - - type: Transform - pos: 27.5,-13.5 - parent: 2 - - uid: 28913 - components: - - type: Transform - pos: 21.5,-13.5 - parent: 2 - uid: 28915 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-16.5 parent: 2 - - uid: 28917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-16.5 - parent: 2 - - uid: 28918 - components: - - type: Transform - pos: -7.5,-13.5 - parent: 2 - - uid: 28919 - components: - - type: Transform - pos: -18.5,-13.5 - parent: 2 - - uid: 28920 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - - uid: 28921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-12.5 - parent: 2 - uid: 28922 components: - type: Transform @@ -105867,36 +105999,12 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,-1.5 parent: 2 - - uid: 28926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,14.5 - parent: 2 - - uid: 28927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,18.5 - parent: 2 - uid: 28928 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,19.5 parent: 2 - - uid: 28929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,23.5 - parent: 2 - - uid: 28930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,24.5 - parent: 2 - uid: 28931 components: - type: Transform @@ -105913,11 +106021,6 @@ entities: - type: Transform pos: -22.5,22.5 parent: 2 - - uid: 28934 - components: - - type: Transform - pos: -12.5,22.5 - parent: 2 - uid: 28935 components: - type: Transform @@ -105943,41 +106046,12 @@ entities: - type: Transform pos: 19.5,30.5 parent: 2 - - uid: 28940 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,23.5 - parent: 2 - - uid: 28941 - components: - - type: Transform - pos: 16.5,21.5 - parent: 2 - - uid: 28942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,18.5 - parent: 2 - uid: 28943 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,14.5 parent: 2 - - uid: 28944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,15.5 - parent: 2 - - uid: 28945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,11.5 - parent: 2 - uid: 28946 components: - type: Transform @@ -105999,47 +106073,11 @@ entities: - type: Transform pos: 27.5,7.5 parent: 2 - - uid: 28950 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,14.5 - parent: 2 - - uid: 28951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,14.5 - parent: 2 - - uid: 28952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,9.5 - parent: 2 - - uid: 28953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,9.5 - parent: 2 - uid: 28954 components: - type: Transform pos: 31.5,16.5 parent: 2 - - uid: 28955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,14.5 - parent: 2 - - uid: 28956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,12.5 - parent: 2 - uid: 28957 components: - type: Transform @@ -106058,24 +106096,12 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,14.5 parent: 2 - - uid: 28961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-10.5 - parent: 2 - uid: 28962 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,-10.5 parent: 2 - - uid: 28963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-12.5 - parent: 2 - uid: 28964 components: - type: Transform @@ -106088,39 +106114,6 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,2.5 parent: 2 - - uid: 28966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,6.5 - parent: 2 - - uid: 28967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-1.5 - parent: 2 - - uid: 28968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,1.5 - parent: 2 - - uid: 28971 - components: - - type: Transform - pos: 24.5,-4.5 - parent: 2 - - uid: 28972 - components: - - type: Transform - pos: 24.5,-7.5 - parent: 2 - - uid: 28975 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - uid: 28976 components: - type: Transform @@ -106138,41 +106131,12 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,0.5 parent: 2 - - uid: 28979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,1.5 - parent: 2 - - uid: 28980 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 2 - - uid: 28981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-10.5 - parent: 2 - - uid: 28982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-10.5 - parent: 2 - uid: 28983 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-5.5 parent: 2 - - uid: 28984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,2.5 - parent: 2 - uid: 28985 components: - type: Transform @@ -106224,42 +106188,12 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-24.5 parent: 2 - - uid: 28994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-25.5 - parent: 2 - - uid: 28995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-27.5 - parent: 2 - - uid: 28997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-34.5 - parent: 2 - - uid: 28999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-29.5 - parent: 2 - uid: 29000 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-28.5 parent: 2 - - uid: 29001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-22.5 - parent: 2 - uid: 29002 components: - type: Transform @@ -106306,18 +106240,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-37.5 parent: 2 - - uid: 29011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-29.5 - parent: 2 - - uid: 29013 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-49.5 - parent: 2 - uid: 29014 components: - type: Transform @@ -106328,71 +106250,17 @@ entities: - type: Transform pos: -5.5,-50.5 parent: 2 - - uid: 29016 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-55.5 - parent: 2 - - uid: 29017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-55.5 - parent: 2 - - uid: 29018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-55.5 - parent: 2 - - uid: 29019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-41.5 - parent: 2 - uid: 29020 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-44.5 parent: 2 - - uid: 29021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-36.5 - parent: 2 - - uid: 29022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-36.5 - parent: 2 - uid: 29023 components: - type: Transform pos: 19.5,-27.5 parent: 2 - - uid: 29024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-25.5 - parent: 2 - - uid: 29025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-21.5 - parent: 2 - - uid: 29026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-19.5 - parent: 2 - uid: 29027 components: - type: Transform @@ -106411,12 +106279,6 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,-25.5 parent: 2 - - uid: 29030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-27.5 - parent: 2 - uid: 29031 components: - type: Transform @@ -106463,18 +106325,6 @@ entities: - type: Transform pos: 10.5,-18.5 parent: 2 - - uid: 29039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-39.5 - parent: 2 - - uid: 29040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-42.5 - parent: 2 - uid: 29043 components: - type: Transform @@ -106554,32 +106404,11 @@ entities: rot: -1.5707963267948966 rad pos: -64.5,4.5 parent: 2 - - uid: 29057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,7.5 - parent: 2 - uid: 29059 components: - type: Transform pos: -68.5,-2.5 parent: 2 - - uid: 29060 - components: - - type: Transform - pos: -73.5,3.5 - parent: 2 - - uid: 29061 - components: - - type: Transform - pos: -75.5,1.5 - parent: 2 - - uid: 29062 - components: - - type: Transform - pos: -79.5,1.5 - parent: 2 - uid: 29063 components: - type: Transform @@ -106605,12 +106434,6 @@ entities: - type: Transform pos: -71.5,17.5 parent: 2 - - uid: 29068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,16.5 - parent: 2 - uid: 29069 components: - type: Transform @@ -106647,18 +106470,6 @@ entities: rot: -1.5707963267948966 rad pos: -65.5,36.5 parent: 2 - - uid: 29075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,35.5 - parent: 2 - - uid: 29076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,36.5 - parent: 2 - uid: 29077 components: - type: Transform @@ -106671,12 +106482,6 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,40.5 parent: 2 - - uid: 29079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,40.5 - parent: 2 - uid: 29080 components: - type: Transform @@ -106689,66 +106494,6 @@ entities: rot: 1.5707963267948966 rad pos: -54.5,47.5 parent: 2 - - uid: 29082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,50.5 - parent: 2 - - uid: 29083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,49.5 - parent: 2 - - uid: 29084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,49.5 - parent: 2 - - uid: 29085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,49.5 - parent: 2 - - uid: 29086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,49.5 - parent: 2 - - uid: 29087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,49.5 - parent: 2 - - uid: 29088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,49.5 - parent: 2 - - uid: 29089 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,49.5 - parent: 2 - - uid: 29090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,44.5 - parent: 2 - - uid: 29091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,37.5 - parent: 2 - uid: 29092 components: - type: Transform @@ -106761,18 +106506,6 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,33.5 parent: 2 - - uid: 29094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,33.5 - parent: 2 - - uid: 29095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,30.5 - parent: 2 - uid: 29096 components: - type: Transform @@ -106796,12 +106529,6 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,33.5 parent: 2 - - uid: 29100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,31.5 - parent: 2 - uid: 29101 components: - type: Transform @@ -106868,12 +106595,6 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,26.5 parent: 2 - - uid: 29112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,24.5 - parent: 2 - uid: 29113 components: - type: Transform @@ -106898,11 +106619,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,38.5 parent: 2 - - uid: 29117 - components: - - type: Transform - pos: -10.5,42.5 - parent: 2 - uid: 29118 components: - type: Transform @@ -106918,17 +106634,6 @@ entities: - type: Transform pos: -22.5,48.5 parent: 2 - - uid: 29121 - components: - - type: Transform - pos: -27.5,48.5 - parent: 2 - - uid: 29122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,44.5 - parent: 2 - uid: 29123 components: - type: Transform @@ -106959,11 +106664,6 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,37.5 parent: 2 - - uid: 29130 - components: - - type: Transform - pos: -19.5,37.5 - parent: 2 - uid: 29131 components: - type: Transform @@ -106979,11 +106679,6 @@ entities: - type: Transform pos: -9.5,30.5 parent: 2 - - uid: 29134 - components: - - type: Transform - pos: -50.5,31.5 - parent: 2 - uid: 29135 components: - type: Transform @@ -107056,12 +106751,6 @@ entities: rot: 1.5707963267948966 rad pos: -63.5,16.5 parent: 2 - - uid: 29147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,20.5 - parent: 2 - uid: 29148 components: - type: Transform @@ -107086,29 +106775,12 @@ entities: rot: 3.141592653589793 rad pos: -93.5,7.5 parent: 2 - - uid: 29154 - components: - - type: Transform - pos: -95.5,28.5 - parent: 2 - - uid: 29155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,18.5 - parent: 2 - uid: 29156 components: - type: Transform rot: 1.5707963267948966 rad pos: -91.5,14.5 parent: 2 - - uid: 29157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,17.5 - parent: 2 - uid: 29160 components: - type: Transform @@ -107240,12 +106912,6 @@ entities: - type: Transform pos: -79.5,38.5 parent: 2 - - uid: 29186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-13.5 - parent: 2 - uid: 29187 components: - type: Transform @@ -107276,66 +106942,16 @@ entities: rot: 3.141592653589793 rad pos: -109.5,-8.5 parent: 2 - - uid: 29192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,22.5 - parent: 2 - - uid: 29193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,-9.5 - parent: 2 - - uid: 29194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,6.5 - parent: 2 - uid: 29195 components: - type: Transform pos: 54.5,4.5 parent: 2 - - uid: 29196 - components: - - type: Transform - pos: -86.5,30.5 - parent: 2 - uid: 29197 components: - type: Transform pos: -59.5,-6.5 parent: 2 - - uid: 29198 - components: - - type: Transform - pos: -58.5,-1.5 - parent: 2 - - uid: 29199 - components: - - type: Transform - pos: -62.5,5.5 - parent: 2 - - uid: 29200 - components: - - type: Transform - pos: -49.5,5.5 - parent: 2 - - uid: 29201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,1.5 - parent: 2 - - uid: 29202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,1.5 - parent: 2 - uid: 29203 components: - type: Transform @@ -107354,12 +106970,6 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,-7.5 parent: 2 - - uid: 29206 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-11.5 - parent: 2 - uid: 29207 components: - type: Transform @@ -107390,24 +107000,6 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,-29.5 parent: 2 - - uid: 29212 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-28.5 - parent: 2 - - uid: 29213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-25.5 - parent: 2 - - uid: 29214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-17.5 - parent: 2 - uid: 29215 components: - type: Transform @@ -107419,12 +107011,6 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,-32.5 parent: 2 - - uid: 29217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-32.5 - parent: 2 - uid: 29218 components: - type: Transform @@ -107486,12 +107072,6 @@ entities: rot: 3.141592653589793 rad pos: 77.5,-17.5 parent: 2 - - uid: 29229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-13.5 - parent: 2 - uid: 29230 components: - type: Transform @@ -107522,41 +107102,17 @@ entities: rot: 3.141592653589793 rad pos: 69.5,-8.5 parent: 2 - - uid: 29235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-11.5 - parent: 2 - uid: 29236 components: - type: Transform pos: 74.5,-13.5 parent: 2 - - uid: 29237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-18.5 - parent: 2 - - uid: 29238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-24.5 - parent: 2 - uid: 29239 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,-27.5 parent: 2 - - uid: 29240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-26.5 - parent: 2 - uid: 29241 components: - type: Transform @@ -107579,23 +107135,12 @@ entities: - type: Transform pos: 65.5,0.5 parent: 2 - - uid: 29245 - components: - - type: Transform - pos: 75.5,0.5 - parent: 2 - uid: 29246 components: - type: Transform rot: 3.141592653589793 rad pos: 54.5,10.5 parent: 2 - - uid: 29247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,10.5 - parent: 2 - uid: 29248 components: - type: Transform @@ -107608,28 +107153,11 @@ entities: rot: -1.5707963267948966 rad pos: 73.5,21.5 parent: 2 - - uid: 29250 - components: - - type: Transform - pos: 64.5,24.5 - parent: 2 - uid: 29251 components: - type: Transform pos: 54.5,24.5 parent: 2 - - uid: 29252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,24.5 - parent: 2 - - uid: 29253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,27.5 - parent: 2 - uid: 29254 components: - type: Transform @@ -107648,12 +107176,6 @@ entities: rot: 1.5707963267948966 rad pos: -88.5,-3.5 parent: 2 - - uid: 30415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 - parent: 2 - uid: 32448 components: - type: Transform @@ -107670,23 +107192,12 @@ entities: - type: Transform pos: -27.5,70.5 parent: 2 - - uid: 32451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,57.5 - parent: 2 - uid: 32685 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,2.5 parent: 2 - - uid: 36400 - components: - - type: Transform - pos: -29.5,37.5 - parent: 2 - proto: EmergencyMedipen entities: - uid: 2117 @@ -110058,12 +109569,18 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 1867 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 1870 components: - type: Transform @@ -111316,6 +110833,9 @@ entities: rot: -1.5707963267948966 rad pos: -15.5,23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 9224 components: - type: Transform @@ -111333,6 +110853,9 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 9340 components: - type: Transform @@ -111344,12 +110867,18 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 9552 components: - type: Transform rot: -1.5707963267948966 rad pos: -16.5,23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 11856 components: - type: Transform @@ -111703,7 +111232,7 @@ entities: pos: -34.5,7.5 parent: 2 - type: Door - secondsUntilStateChange: -10693.041 + secondsUntilStateChange: -22674.162 state: Closing - uid: 24108 components: @@ -111755,6 +111284,9 @@ entities: - type: Transform pos: -35.5,19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 - uid: 25215 components: - type: Transform @@ -111763,6 +111295,7 @@ entities: - type: DeviceNetwork deviceLists: - 25244 + - 17901 - uid: 25216 components: - type: Transform @@ -111771,6 +111304,7 @@ entities: - type: DeviceNetwork deviceLists: - 25244 + - 17901 - uid: 25217 components: - type: Transform @@ -111832,7 +111366,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -74905.836 + secondsUntilStateChange: -86886.96 - uid: 25327 components: - type: Transform @@ -112048,11 +111582,6 @@ entities: - type: Transform pos: 51.5,30.5 parent: 2 - - uid: 4448 - components: - - type: Transform - pos: -4.5,61.5 - parent: 2 - uid: 15114 components: - type: Transform @@ -112063,6 +111592,11 @@ entities: - type: Transform pos: -9.5,26.5 parent: 2 + - uid: 17794 + components: + - type: Transform + pos: -4.5,61.5 + parent: 2 - uid: 23468 components: - type: Transform @@ -149929,7 +149463,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 25245 + - 17901 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -150350,7 +149884,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 25245 + - 17901 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -151906,7 +151440,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 25245 + - 17901 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -152513,7 +152047,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 25245 + - 17901 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -155563,11 +155097,6 @@ entities: - type: Transform pos: -98.5,22.5 parent: 2 - - uid: 7713 - components: - - type: Transform - pos: -98.5,-13.5 - parent: 2 - uid: 7714 components: - type: Transform @@ -156723,11 +156252,6 @@ entities: - type: Transform pos: -117.5,3.5 parent: 2 - - uid: 11400 - components: - - type: Transform - pos: -98.5,30.5 - parent: 2 - uid: 11640 components: - type: Transform @@ -160650,7 +160174,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -41879.79 + secondsUntilStateChange: -53860.91 - uid: 1457 components: - type: Transform @@ -160934,7 +160458,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -83949.984 + secondsUntilStateChange: -95931.11 - uid: 8381 components: - type: Transform @@ -168447,11 +167971,6 @@ entities: - type: Transform pos: 20.5,35.5 parent: 2 - - uid: 14278 - components: - - type: Transform - pos: 10.5,56.5 - parent: 2 - uid: 14279 components: - type: Transform @@ -168964,12 +168483,6 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,49.5 parent: 2 - - uid: 599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-8.5 - parent: 2 - uid: 1514 components: - type: Transform @@ -168986,32 +168499,28 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,65.5 parent: 2 - - uid: 2585 + - uid: 3070 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,45.5 + pos: -27.5,-25.5 parent: 2 - - uid: 3069 + - uid: 3603 components: - type: Transform - pos: -51.5,-5.5 + pos: 9.5,-50.5 parent: 2 - - uid: 3070 + - uid: 4380 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,-25.5 + pos: -87.5,20.5 parent: 2 - - uid: 3223 - components: - - type: Transform - pos: -96.5,-1.5 - parent: 2 - - uid: 3603 + - uid: 4448 components: - type: Transform - pos: 9.5,-50.5 + rot: -1.5707963267948966 rad + pos: -35.5,42.5 parent: 2 - uid: 5197 components: @@ -169026,10 +168535,16 @@ entities: pos: 54.5,-10.5 parent: 2 - uid: 5661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,2.5 + parent: 2 + - uid: 6661 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,17.5 + pos: -4.5,1.5 parent: 2 - uid: 6677 components: @@ -169050,8 +168565,8 @@ entities: - uid: 7304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-27.5 + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 parent: 2 - uid: 7308 components: @@ -169064,16 +168579,6 @@ entities: rot: 3.141592653589793 rad pos: -0.5,-18.5 parent: 2 - - uid: 8761 - components: - - type: Transform - pos: 18.5,59.5 - parent: 2 - - uid: 9152 - components: - - type: Transform - pos: 8.5,56.5 - parent: 2 - uid: 10343 components: - type: Transform @@ -169083,8 +168588,8 @@ entities: - uid: 12955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,25.5 + rot: 1.5707963267948966 rad + pos: -8.5,-5.5 parent: 2 - uid: 12978 components: @@ -169092,28 +168597,17 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,36.5 parent: 2 - - uid: 12979 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 2 - - uid: 14092 + - uid: 13211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,30.5 + rot: 3.141592653589793 rad + pos: 28.5,48.5 parent: 2 - uid: 14933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,10.5 - parent: 2 - - uid: 15143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-19.5 + rot: -1.5707963267948966 rad + pos: 50.5,15.5 parent: 2 - uid: 15144 components: @@ -169121,56 +168615,16 @@ entities: rot: 3.141592653589793 rad pos: 34.5,-16.5 parent: 2 - - uid: 15145 - components: - - type: Transform - pos: 36.5,-13.5 - parent: 2 - uid: 15146 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,-18.5 - parent: 2 - - uid: 15147 - components: - - type: Transform - pos: 48.5,-11.5 - parent: 2 - - uid: 15149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,1.5 - parent: 2 - - uid: 15150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,7.5 - parent: 2 - - uid: 15151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,13.5 + pos: -5.5,-16.5 parent: 2 - uid: 15152 components: - type: Transform - pos: 25.5,21.5 - parent: 2 - - uid: 15153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,51.5 - parent: 2 - - uid: 15154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,73.5 + pos: 30.5,21.5 parent: 2 - uid: 15156 components: @@ -169184,28 +168638,17 @@ entities: rot: 3.141592653589793 rad pos: -5.5,18.5 parent: 2 - - uid: 15158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,18.5 - parent: 2 - uid: 15159 components: - type: Transform - pos: -34.5,21.5 - parent: 2 - - uid: 15160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,18.5 + rot: -1.5707963267948966 rad + pos: 34.5,12.5 parent: 2 - uid: 15161 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,18.5 + pos: 29.5,9.5 parent: 2 - uid: 15162 components: @@ -169227,23 +168670,14 @@ entities: - uid: 15169 components: - type: Transform - pos: -12.5,-13.5 - parent: 2 - - uid: 15171 - components: - - type: Transform - pos: 7.5,-13.5 + rot: -1.5707963267948966 rad + pos: -99.5,-1.5 parent: 2 - uid: 15172 components: - type: Transform pos: 18.5,-13.5 parent: 2 - - uid: 15174 - components: - - type: Transform - pos: 31.5,-13.5 - parent: 2 - uid: 15178 components: - type: Transform @@ -169259,12 +168693,8 @@ entities: - uid: 15180 components: - type: Transform - pos: 28.5,-36.5 - parent: 2 - - uid: 15181 - components: - - type: Transform - pos: 39.5,-36.5 + rot: -1.5707963267948966 rad + pos: 31.5,5.5 parent: 2 - uid: 15182 components: @@ -169277,58 +168707,11 @@ entities: rot: 3.141592653589793 rad pos: 25.5,-25.5 parent: 2 - - uid: 15184 - components: - - type: Transform - pos: 23.5,-27.5 - parent: 2 - uid: 15185 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-21.5 - parent: 2 - - uid: 15186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-21.5 - parent: 2 - - uid: 15187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 - parent: 2 - - uid: 15188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-18.5 - parent: 2 - - uid: 15189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-18.5 - parent: 2 - - uid: 15190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-16.5 - parent: 2 - - uid: 15191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-16.5 - parent: 2 - - uid: 15192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-16.5 + pos: 26.5,0.5 parent: 2 - uid: 15196 components: @@ -169341,12 +168724,6 @@ entities: - type: Transform pos: -13.5,-18.5 parent: 2 - - uid: 15199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-25.5 - parent: 2 - uid: 15207 components: - type: Transform @@ -169355,68 +168732,35 @@ entities: - uid: 15212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-25.5 + rot: 1.5707963267948966 rad + pos: 13.5,-23.5 parent: 2 - uid: 15214 components: - type: Transform pos: 9.5,-40.5 parent: 2 - - uid: 15216 - components: - - type: Transform - pos: 17.5,-27.5 - parent: 2 - - uid: 15218 - components: - - type: Transform - pos: 41.5,21.5 - parent: 2 - uid: 15219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-33.5 - parent: 2 - - uid: 15220 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 - - uid: 15221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-24.5 - parent: 2 - - uid: 15225 - components: - - type: Transform - pos: -10.5,-23.5 + rot: 3.141592653589793 rad + pos: -78.5,3.5 parent: 2 - uid: 15226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-23.5 + pos: -61.5,36.5 parent: 2 - uid: 15227 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-23.5 - parent: 2 - - uid: 15232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-34.5 + pos: -42.5,46.5 parent: 2 - uid: 15234 components: - type: Transform - pos: -38.5,-13.5 + rot: 1.5707963267948966 rad + pos: -51.5,42.5 parent: 2 - uid: 15235 components: @@ -169424,45 +168768,29 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,-39.5 parent: 2 - - uid: 15236 - components: - - type: Transform - pos: -49.5,-13.5 - parent: 2 - uid: 15237 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,-18.5 + pos: -4.5,25.5 parent: 2 - uid: 15238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-24.5 - parent: 2 - - uid: 15239 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,-19.5 + pos: -27.5,45.5 parent: 2 - uid: 15240 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-25.5 - parent: 2 - - uid: 15241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-30.5 + pos: -34.5,29.5 parent: 2 - uid: 15242 components: - type: Transform - pos: -49.5,-27.5 + rot: -1.5707963267948966 rad + pos: -99.5,18.5 parent: 2 - uid: 15243 components: @@ -169470,37 +168798,23 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-25.5 parent: 2 - - uid: 15244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-24.5 - parent: 2 - uid: 15245 components: - type: Transform - pos: -54.5,-19.5 + rot: -1.5707963267948966 rad + pos: -82.5,6.5 parent: 2 - uid: 15246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-17.5 + rot: -1.5707963267948966 rad + pos: -100.5,13.5 parent: 2 - uid: 15247 components: - type: Transform - pos: -52.5,-14.5 - parent: 2 - - uid: 15249 - components: - - type: Transform - pos: -56.5,-11.5 - parent: 2 - - uid: 15250 - components: - - type: Transform - pos: -50.5,-10.5 + rot: -1.5707963267948966 rad + pos: -99.5,30.5 parent: 2 - uid: 15252 components: @@ -169517,7 +168831,8 @@ entities: - uid: 15262 components: - type: Transform - pos: -52.5,-27.5 + rot: 3.141592653589793 rad + pos: -78.5,24.5 parent: 2 - uid: 15357 components: @@ -169525,24 +168840,6 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,33.5 parent: 2 - - uid: 15639 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,45.5 - parent: 2 - - uid: 15718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,33.5 - parent: 2 - - uid: 15719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,33.5 - parent: 2 - uid: 15722 components: - type: Transform @@ -169571,13 +168868,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-36.5 - parent: 2 - - uid: 15903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-36.5 + pos: -43.5,-28.5 parent: 2 - uid: 15919 components: @@ -169591,38 +168882,11 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,59.5 parent: 2 - - uid: 15952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-35.5 - parent: 2 - uid: 15953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,47.5 - parent: 2 - - uid: 15954 - components: - - type: Transform - pos: -8.5,56.5 - parent: 2 - - uid: 15955 - components: - - type: Transform - pos: -2.5,56.5 - parent: 2 - - uid: 15956 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,47.5 - parent: 2 - - uid: 15957 - components: - - type: Transform - pos: -1.5,61.5 + rot: -1.5707963267948966 rad + pos: 69.5,-15.5 parent: 2 - uid: 15958 components: @@ -169652,66 +168916,45 @@ entities: - type: Transform pos: -16.5,-32.5 parent: 2 - - uid: 16002 + - uid: 15991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,43.5 + rot: 3.141592653589793 rad + pos: 9.5,-16.5 parent: 2 - - uid: 16553 + - uid: 16002 components: - type: Transform - pos: -12.5,22.5 + rot: -1.5707963267948966 rad + pos: 2.5,43.5 parent: 2 - uid: 16554 components: - type: Transform - pos: -18.5,22.5 + pos: -19.5,37.5 parent: 2 - uid: 16640 components: - type: Transform pos: -29.5,-40.5 parent: 2 - - uid: 17794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,29.5 - parent: 2 - uid: 17795 components: - type: Transform rot: 3.141592653589793 rad pos: -52.5,29.5 parent: 2 - - uid: 17796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,35.5 - parent: 2 - - uid: 17797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,37.5 - parent: 2 - - uid: 17798 - components: - - type: Transform - pos: -49.5,35.5 - parent: 2 - uid: 17799 components: - type: Transform - pos: -40.5,46.5 + rot: -1.5707963267948966 rad + pos: -25.5,-9.5 parent: 2 - uid: 17801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,39.5 + rot: 3.141592653589793 rad + pos: 12.5,45.5 parent: 2 - uid: 17803 components: @@ -169719,34 +168962,23 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,39.5 parent: 2 - - uid: 17804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-35.5 - parent: 2 - uid: 17805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,37.5 + rot: -1.5707963267948966 rad + pos: -94.5,-2.5 parent: 2 - uid: 17806 - components: - - type: Transform - pos: -46.5,46.5 - parent: 2 - - uid: 17808 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,45.5 + pos: 2.5,-27.5 parent: 2 - - uid: 17809 + - uid: 17808 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-30.5 + pos: 44.5,23.5 parent: 2 - uid: 17810 components: @@ -169773,7 +169005,8 @@ entities: - uid: 17817 components: - type: Transform - pos: -27.5,48.5 + rot: 3.141592653589793 rad + pos: -11.5,28.5 parent: 2 - uid: 17818 components: @@ -169783,103 +169016,67 @@ entities: - uid: 17819 components: - type: Transform - pos: -19.5,45.5 + pos: -47.5,14.5 parent: 2 - uid: 17821 components: - type: Transform - pos: -9.5,42.5 + pos: 40.5,-16.5 parent: 2 - uid: 17822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,41.5 + pos: 45.5,-11.5 parent: 2 - uid: 17823 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,37.5 + pos: 50.5,5.5 parent: 2 - uid: 17824 components: - type: Transform - pos: -10.5,37.5 + pos: 18.5,21.5 parent: 2 - uid: 17825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,32.5 - parent: 2 - - uid: 17826 - components: - - type: Transform - pos: -6.5,30.5 + rot: 3.141592653589793 rad + pos: 46.5,53.5 parent: 2 - uid: 17827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,33.5 + rot: 3.141592653589793 rad + pos: -31.5,19.5 parent: 2 - uid: 17828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,25.5 - parent: 2 - - uid: 17829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,18.5 - parent: 2 - - uid: 17830 - components: - - type: Transform - pos: -11.5,26.5 + pos: -11.5,-13.5 parent: 2 - uid: 17831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,25.5 + rot: 3.141592653589793 rad + pos: 20.5,-21.5 parent: 2 - uid: 17832 components: - type: Transform - pos: -17.5,26.5 - parent: 2 - - uid: 17833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,30.5 - parent: 2 - - uid: 17834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,34.5 - parent: 2 - - uid: 17835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,34.5 + rot: 3.141592653589793 rad + pos: 28.5,-21.5 parent: 2 - uid: 17836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,30.5 + pos: 21.5,-27.5 parent: 2 - uid: 17837 components: - type: Transform - pos: -27.5,30.5 + pos: 44.5,21.5 parent: 2 - uid: 17838 components: @@ -169890,28 +169087,19 @@ entities: - uid: 17839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,35.5 + pos: -10.5,-23.5 parent: 2 - uid: 17840 components: - type: Transform - pos: -27.5,42.5 - parent: 2 - - uid: 17841 - components: - - type: Transform - pos: -29.5,42.5 - parent: 2 - - uid: 17842 - components: - - type: Transform - pos: -21.5,42.5 + rot: 3.141592653589793 rad + pos: -12.5,-25.5 parent: 2 - uid: 17843 components: - type: Transform - pos: -15.5,30.5 + rot: -1.5707963267948966 rad + pos: -39.5,-17.5 parent: 2 - uid: 17844 components: @@ -169922,12 +169110,13 @@ entities: - uid: 17845 components: - type: Transform - pos: -22.5,30.5 + pos: -42.5,-10.5 parent: 2 - uid: 17848 components: - type: Transform - pos: 14.5,30.5 + rot: -1.5707963267948966 rad + pos: -35.5,-22.5 parent: 2 - uid: 17849 components: @@ -169962,12 +169151,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,47.5 - parent: 2 - - uid: 17863 - components: - - type: Transform - pos: 18.5,50.5 + pos: -50.5,-23.5 parent: 2 - uid: 17864 components: @@ -169993,15 +169177,11 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,57.5 parent: 2 - - uid: 17870 - components: - - type: Transform - pos: 23.5,51.5 - parent: 2 - uid: 17871 components: - type: Transform - pos: 29.5,52.5 + rot: 3.141592653589793 rad + pos: -54.5,-17.5 parent: 2 - uid: 17877 components: @@ -170012,13 +169192,13 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,35.5 + pos: -54.5,-12.5 parent: 2 - uid: 17882 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,37.5 + pos: -52.5,-29.5 parent: 2 - uid: 17883 components: @@ -170028,7 +169208,8 @@ entities: - uid: 17886 components: - type: Transform - pos: 31.5,30.5 + rot: -1.5707963267948966 rad + pos: -24.5,33.5 parent: 2 - uid: 17888 components: @@ -170051,8 +169232,8 @@ entities: - uid: 17891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,28.5 + rot: -1.5707963267948966 rad + pos: -28.5,33.5 parent: 2 - uid: 17892 components: @@ -170067,13 +169248,14 @@ entities: - uid: 17894 components: - type: Transform - pos: 48.5,30.5 + rot: 1.5707963267948966 rad + pos: -4.5,-36.5 parent: 2 - uid: 17895 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-15.5 + pos: 7.5,-36.5 parent: 2 - uid: 17896 components: @@ -170082,38 +169264,27 @@ entities: pos: -45.5,49.5 parent: 2 - uid: 17897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,8.5 - parent: 2 - - uid: 17898 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,26.5 + pos: 23.5,-34.5 parent: 2 - uid: 17900 components: - type: Transform - pos: 43.5,26.5 - parent: 2 - - uid: 17901 - components: - - type: Transform - pos: 56.5,24.5 + pos: -7.5,56.5 parent: 2 - uid: 17902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,19.5 + rot: -1.5707963267948966 rad + pos: -41.5,30.5 parent: 2 - uid: 17903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,15.5 + rot: 3.141592653589793 rad + pos: -45.5,33.5 parent: 2 - uid: 17904 components: @@ -170124,24 +169295,26 @@ entities: - uid: 17906 components: - type: Transform - pos: 72.5,22.5 + rot: 3.141592653589793 rad + pos: -42.5,37.5 parent: 2 - uid: 17907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,12.5 + rot: 1.5707963267948966 rad + pos: 13.5,-35.5 parent: 2 - uid: 17908 components: - type: Transform - pos: 68.5,24.5 + rot: -1.5707963267948966 rad + pos: -51.5,50.5 parent: 2 - uid: 17909 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,10.5 + pos: -31.5,44.5 parent: 2 - uid: 17911 components: @@ -170152,18 +169325,19 @@ entities: - uid: 17912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,10.5 + rot: 1.5707963267948966 rad + pos: -50.5,-28.5 parent: 2 - uid: 17914 components: - type: Transform - pos: 62.5,24.5 + rot: 3.141592653589793 rad + pos: -6.5,37.5 parent: 2 - - uid: 17917 + - uid: 17915 components: - type: Transform - pos: 53.5,0.5 + pos: -6.5,43.5 parent: 2 - uid: 17919 components: @@ -170174,7 +169348,7 @@ entities: - uid: 17920 components: - type: Transform - pos: 73.5,-13.5 + pos: -8.5,35.5 parent: 2 - uid: 17921 components: @@ -170185,19 +169359,13 @@ entities: - uid: 17922 components: - type: Transform - pos: 74.5,-10.5 - parent: 2 - - uid: 17923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-10.5 + pos: -22.5,22.5 parent: 2 - uid: 17924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-16.5 + rot: 3.141592653589793 rad + pos: -17.5,24.5 parent: 2 - uid: 17925 components: @@ -170211,6 +169379,12 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,-20.5 parent: 2 + - uid: 18141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,33.5 + parent: 2 - uid: 18159 components: - type: Transform @@ -170252,8 +169426,7 @@ entities: - uid: 18167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-20.5 + pos: -27.5,30.5 parent: 2 - uid: 18168 components: @@ -170275,12 +169448,13 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-19.5 + pos: -14.5,37.5 parent: 2 - uid: 18172 components: - type: Transform - pos: -49.5,-5.5 + rot: 1.5707963267948966 rad + pos: -27.5,41.5 parent: 2 - uid: 18173 components: @@ -170310,11 +169484,6 @@ entities: - type: Transform pos: -57.5,20.5 parent: 2 - - uid: 18178 - components: - - type: Transform - pos: -62.5,13.5 - parent: 2 - uid: 18179 components: - type: Transform @@ -170339,7 +169508,8 @@ entities: - uid: 18183 components: - type: Transform - pos: -47.5,14.5 + rot: -1.5707963267948966 rad + pos: -20.5,41.5 parent: 2 - uid: 18184 components: @@ -170353,16 +169523,10 @@ entities: rot: 3.141592653589793 rad pos: -49.5,20.5 parent: 2 - - uid: 18187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,61.5 - parent: 2 - uid: 18190 components: - type: Transform - pos: -30.5,62.5 + pos: -19.5,30.5 parent: 2 - uid: 18191 components: @@ -170382,12 +169546,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,53.5 parent: 2 - - uid: 18194 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,63.5 - parent: 2 - uid: 18195 components: - type: Transform @@ -170421,16 +169579,10 @@ entities: pos: -55.5,37.5 parent: 2 - uid: 19283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,33.5 - parent: 2 - - uid: 19284 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,32.5 + pos: 19.5,47.5 parent: 2 - uid: 19285 components: @@ -170447,14 +169599,14 @@ entities: - uid: 19291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,40.5 + rot: 3.141592653589793 rad + pos: 19.5,35.5 parent: 2 - uid: 19292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,40.5 + rot: 3.141592653589793 rad + pos: 6.5,35.5 parent: 2 - uid: 19644 components: @@ -170479,121 +169631,78 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,49.5 parent: 2 - - uid: 22294 + - uid: 20970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,71.5 + rot: 3.141592653589793 rad + pos: 30.5,26.5 parent: 2 - uid: 22352 components: - type: Transform pos: 14.5,66.5 parent: 2 - - uid: 22447 - components: - - type: Transform - pos: 9.5,78.5 - parent: 2 - uid: 22448 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,71.5 + pos: 52.5,22.5 parent: 2 - uid: 22449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,73.5 - parent: 2 - - uid: 22450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,73.5 - parent: 2 - - uid: 22451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,73.5 + rot: 1.5707963267948966 rad + pos: 52.5,10.5 parent: 2 - uid: 22452 components: - type: Transform - pos: -6.5,78.5 + rot: 3.141592653589793 rad + pos: 70.5,11.5 parent: 2 - uid: 22453 components: - type: Transform - pos: 1.5,78.5 + pos: 60.5,24.5 parent: 2 - uid: 22454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,55.5 + rot: 3.141592653589793 rad + pos: 60.5,10.5 parent: 2 - uid: 22455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,46.5 + pos: 70.5,23.5 parent: 2 - uid: 22456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,46.5 - parent: 2 - - uid: 22457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,51.5 - parent: 2 - - uid: 22458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,57.5 + pos: 57.5,0.5 parent: 2 - uid: 22459 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,53.5 - parent: 2 - - uid: 22460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,53.5 - parent: 2 - - uid: 22461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,57.5 + pos: -30.5,-19.5 parent: 2 - uid: 22462 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,53.5 + pos: -45.5,15.5 parent: 2 - uid: 22463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,51.5 + pos: 29.5,56.5 parent: 2 - uid: 22464 components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,51.5 + pos: -33.5,60.5 parent: 2 - uid: 22465 components: @@ -170614,13 +169723,8 @@ entities: - uid: 22468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,38.5 - parent: 2 - - uid: 22469 - components: - - type: Transform - pos: 44.5,34.5 + rot: 3.141592653589793 rad + pos: -4.5,63.5 parent: 2 - uid: 22470 components: @@ -170635,7 +169739,8 @@ entities: - uid: 22472 components: - type: Transform - pos: 47.5,34.5 + rot: -1.5707963267948966 rad + pos: -60.5,40.5 parent: 2 - uid: 22473 components: @@ -170646,33 +169751,35 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,24.5 + pos: 13.5,71.5 parent: 2 - uid: 22475 components: - type: Transform - pos: 33.5,21.5 + rot: 3.141592653589793 rad + pos: -3.5,73.5 parent: 2 - uid: 22476 components: - type: Transform - pos: 68.5,27.5 + pos: 12.5,78.5 parent: 2 - uid: 22477 components: - type: Transform - pos: 11.5,-20.5 + pos: -9.5,78.5 parent: 2 - uid: 22478 components: - type: Transform - pos: 9.5,-20.5 + rot: 3.141592653589793 rad + pos: 6.5,73.5 parent: 2 - uid: 22479 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-28.5 + pos: 34.5,48.5 parent: 2 - uid: 22481 components: @@ -170707,13 +169814,14 @@ entities: - uid: 22486 components: - type: Transform - pos: -79.5,1.5 + rot: -1.5707963267948966 rad + pos: 50.5,48.5 parent: 2 - uid: 22487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,4.5 + rot: 3.141592653589793 rad + pos: 38.5,53.5 parent: 2 - uid: 22488 components: @@ -170723,13 +169831,8 @@ entities: - uid: 22489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,4.5 - parent: 2 - - uid: 22490 - components: - - type: Transform - pos: -75.5,1.5 + rot: 3.141592653589793 rad + pos: 42.5,46.5 parent: 2 - uid: 22491 components: @@ -170742,12 +169845,6 @@ entities: - type: Transform pos: -68.5,17.5 parent: 2 - - uid: 22496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,10.5 - parent: 2 - uid: 22497 components: - type: Transform @@ -170756,14 +169853,7 @@ entities: - uid: 22498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,6.5 - parent: 2 - - uid: 22499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,16.5 + pos: 47.5,34.5 parent: 2 - uid: 22500 components: @@ -170786,49 +169876,14 @@ entities: - uid: 22503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,17.5 - parent: 2 - - uid: 22504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,28.5 - parent: 2 - - uid: 22505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,-5.5 - parent: 2 - - uid: 22506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,-5.5 + rot: 3.141592653589793 rad + pos: 30.5,23.5 parent: 2 - uid: 22507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,22.5 - parent: 2 - - uid: 22508 components: - type: Transform rot: 1.5707963267948966 rad - pos: -89.5,22.5 - parent: 2 - - uid: 22509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,28.5 - parent: 2 - - uid: 22510 - components: - - type: Transform - pos: -104.5,13.5 + pos: -23.5,-31.5 parent: 2 - uid: 22511 components: @@ -170840,7 +169895,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -104.5,3.5 + pos: -90.5,24.5 parent: 2 - uid: 22515 components: @@ -170859,27 +169914,22 @@ entities: rot: -1.5707963267948966 rad pos: -83.5,31.5 parent: 2 - - uid: 22519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,18.5 - parent: 2 - uid: 22520 components: - type: Transform - pos: -97.5,29.5 + rot: -1.5707963267948966 rad + pos: -83.5,17.5 parent: 2 - uid: 22521 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,19.5 + pos: -81.5,20.5 parent: 2 - uid: 22522 components: - type: Transform - pos: -103.5,29.5 + pos: -87.5,-3.5 parent: 2 - uid: 22523 components: @@ -170895,14 +169945,13 @@ entities: - uid: 22530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,-11.5 + pos: -81.5,-3.5 parent: 2 - uid: 22531 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,-11.5 + pos: -99.5,-13.5 parent: 2 - uid: 22535 components: @@ -170913,19 +169962,18 @@ entities: - uid: 22552 components: - type: Transform - pos: -103.5,-2.5 + rot: -1.5707963267948966 rad + pos: -95.5,27.5 parent: 2 - uid: 22554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,-12.5 + pos: -90.5,-7.5 parent: 2 - uid: 22556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-12.5 + pos: -78.5,-7.5 parent: 2 - uid: 22558 components: @@ -170935,13 +169983,19 @@ entities: - uid: 22565 components: - type: Transform - pos: -29.5,67.5 + rot: -1.5707963267948966 rad + pos: -95.5,-10.5 + parent: 2 + - uid: 23011 + components: + - type: Transform + pos: -12.5,64.5 parent: 2 - uid: 23015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,61.5 + rot: 1.5707963267948966 rad + pos: 41.5,-9.5 parent: 2 - uid: 23046 components: @@ -170958,8 +170012,8 @@ entities: - uid: 23053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-12.5 + rot: 3.141592653589793 rad + pos: -3.5,-2.5 parent: 2 - uid: 23061 components: @@ -170976,14 +170030,8 @@ entities: - uid: 23067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 2 - - uid: 23069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-8.5 + rot: 1.5707963267948966 rad + pos: 0.5,-22.5 parent: 2 - uid: 23084 components: @@ -170994,8 +170042,7 @@ entities: - uid: 23085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,16.5 + pos: -0.5,23.5 parent: 2 - uid: 23087 components: @@ -171006,8 +170053,7 @@ entities: - uid: 23088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,12.5 + pos: 9.5,16.5 parent: 2 - uid: 23089 components: @@ -171018,8 +170064,8 @@ entities: - uid: 23090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,25.5 + rot: -1.5707963267948966 rad + pos: 3.5,12.5 parent: 2 - uid: 23091 components: @@ -171030,13 +170076,14 @@ entities: - uid: 23092 components: - type: Transform - pos: 9.5,16.5 + rot: -1.5707963267948966 rad + pos: 31.5,-2.5 parent: 2 - uid: 23093 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,10.5 + pos: 23.5,13.5 parent: 2 - uid: 23094 components: @@ -171050,39 +170097,28 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,6.5 parent: 2 - - uid: 23096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,7.5 - parent: 2 - uid: 23097 - components: - - type: Transform - pos: 26.5,16.5 - parent: 2 - - uid: 23098 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,9.5 + pos: 31.5,15.5 parent: 2 - - uid: 23099 + - uid: 23098 components: - type: Transform - pos: 31.5,13.5 + pos: 35.5,7.5 parent: 2 - uid: 23100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,7.5 + rot: 3.141592653589793 rad + pos: 14.5,-2.5 parent: 2 - uid: 23101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,16.5 + rot: 3.141592653589793 rad + pos: 22.5,0.5 parent: 2 - uid: 23102 components: @@ -171090,12 +170126,6 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,-0.5 parent: 2 - - uid: 23103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,0.5 - parent: 2 - uid: 23104 components: - type: Transform @@ -171125,12 +170155,6 @@ entities: - type: Transform pos: 15.5,3.5 parent: 2 - - uid: 23112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,0.5 - parent: 2 - uid: 23113 components: - type: Transform @@ -171143,22 +170167,15 @@ entities: pos: 18.5,-7.5 parent: 2 - uid: 23115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,3.5 - parent: 2 - - uid: 23116 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,3.5 + pos: 6.5,6.5 parent: 2 - - uid: 23118 + - uid: 23116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,3.5 + pos: -3.5,7.5 parent: 2 - uid: 23119 components: @@ -171189,21 +170206,16 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,-5.5 parent: 2 - - uid: 23125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 - parent: 2 - uid: 23126 components: - type: Transform - pos: 3.5,7.5 + rot: 3.141592653589793 rad + pos: -38.5,8.5 parent: 2 - uid: 23127 components: - type: Transform - pos: -4.5,3.5 + pos: -32.5,-7.5 parent: 2 - uid: 23128 components: @@ -171211,46 +170223,23 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,4.5 parent: 2 - - uid: 23129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-2.5 - parent: 2 - uid: 23130 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,1.5 parent: 2 - - uid: 23131 - components: - - type: Transform - pos: -5.5,7.5 - parent: 2 - uid: 23132 components: - type: Transform rot: 3.141592653589793 rad pos: -24.5,1.5 parent: 2 - - uid: 23137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,10.5 - parent: 2 - uid: 23138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,12.5 - parent: 2 - - uid: 23146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-9.5 + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 parent: 2 - uid: 23150 components: @@ -171314,96 +170303,41 @@ entities: - uid: 23161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,10.5 - parent: 2 - - uid: 23162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,15.5 - parent: 2 - - uid: 23163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,15.5 - parent: 2 - - uid: 23164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 + rot: 3.141592653589793 rad + pos: -15.5,19.5 parent: 2 - uid: 23165 components: - type: Transform pos: -25.5,13.5 parent: 2 - - uid: 23166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-9.5 - parent: 2 - uid: 23167 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,12.5 parent: 2 - - uid: 23168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,15.5 - parent: 2 - - uid: 23169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,15.5 - parent: 2 - uid: 23170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,15.5 + rot: 3.141592653589793 rad + pos: -38.5,-30.5 parent: 2 - uid: 23171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,10.5 - parent: 2 - - uid: 23172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,10.5 - parent: 2 - - uid: 23173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,10.5 + pos: -20.5,-4.5 parent: 2 - uid: 23174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,10.5 - parent: 2 - - uid: 23175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 + pos: -40.5,24.5 parent: 2 - uid: 23176 components: - type: Transform - pos: -19.5,-4.5 + rot: 1.5707963267948966 rad + pos: -17.5,-9.5 parent: 2 - uid: 23177 components: @@ -171415,19 +170349,13 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-9.5 - parent: 2 - - uid: 23179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-5.5 + pos: -3.5,-23.5 parent: 2 - uid: 23180 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-9.5 + pos: -35.5,66.5 parent: 2 - uid: 23181 components: @@ -171444,25 +170372,14 @@ entities: - uid: 23192 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-15.5 + rot: -1.5707963267948966 rad + pos: -105.5,44.5 parent: 2 - uid: 23195 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,44.5 - parent: 2 - - uid: 23208 - components: - - type: Transform - pos: -36.5,24.5 - parent: 2 - - uid: 23209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,22.5 + pos: -93.5,49.5 parent: 2 - uid: 23210 components: @@ -171472,13 +170389,8 @@ entities: - uid: 23215 components: - type: Transform - pos: -58.5,41.5 - parent: 2 - - uid: 23216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,38.5 + rot: -1.5707963267948966 rad + pos: -105.5,58.5 parent: 2 - uid: 23249 components: @@ -171488,20 +170400,13 @@ entities: - uid: 23250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-9.5 - parent: 2 - - uid: 23252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-9.5 + pos: -56.5,61.5 parent: 2 - - uid: 23253 + - uid: 23538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 + rot: 1.5707963267948966 rad + pos: -56.5,-22.5 parent: 2 - uid: 23563 components: @@ -171514,158 +170419,147 @@ entities: rot: 1.5707963267948966 rad pos: -60.5,51.5 parent: 2 - - uid: 28332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,44.5 - parent: 2 - - uid: 28996 + - uid: 27415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-27.5 + pos: -46.5,-14.5 parent: 2 - - uid: 29969 + - uid: 27416 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-44.5 + pos: 4.5,17.5 parent: 2 - - uid: 30098 + - uid: 28332 components: - type: Transform rot: 1.5707963267948966 rad - pos: 83.5,40.5 + pos: -60.5,44.5 parent: 2 - - uid: 30099 + - uid: 28466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,40.5 + pos: 13.5,25.5 parent: 2 - - uid: 31063 + - uid: 28467 components: - type: Transform - pos: -33.5,67.5 + rot: 1.5707963267948966 rad + pos: 5.5,51.5 parent: 2 - - uid: 31111 + - uid: 28470 components: - type: Transform - pos: -37.5,67.5 + pos: -27.5,37.5 parent: 2 - - uid: 31180 + - uid: 28471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,2.5 + pos: 6.5,25.5 parent: 2 - - uid: 31403 + - uid: 28823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,71.5 + pos: 72.5,0.5 parent: 2 - - uid: 31676 + - uid: 28837 components: - type: Transform - pos: -49.5,-40.5 + rot: 1.5707963267948966 rad + pos: 71.5,-15.5 parent: 2 - - uid: 31681 + - uid: 28840 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-49.5 + pos: -37.5,58.5 parent: 2 - - uid: 31889 + - uid: 28849 components: - type: Transform - pos: -17.5,-48.5 + rot: -1.5707963267948966 rad + pos: -94.5,19.5 parent: 2 - - uid: 32140 + - uid: 28854 components: - type: Transform rot: 1.5707963267948966 rad - pos: -120.5,51.5 - parent: 2 - - uid: 32142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,47.5 + pos: 4.5,71.5 parent: 2 - - uid: 32143 + - uid: 28877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,55.5 + rot: 3.141592653589793 rad + pos: -7.5,47.5 parent: 2 - - uid: 32144 + - uid: 28996 components: - type: Transform rot: -1.5707963267948966 rad - pos: -93.5,50.5 + pos: -18.5,-27.5 parent: 2 - - uid: 32145 + - uid: 29969 components: - type: Transform - pos: -103.5,56.5 + rot: 3.141592653589793 rad + pos: -19.5,-44.5 parent: 2 - - uid: 32146 + - uid: 30098 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,46.5 + rot: 1.5707963267948966 rad + pos: 83.5,40.5 parent: 2 - - uid: 32147 + - uid: 30099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,43.5 + rot: -1.5707963267948966 rad + pos: 91.5,40.5 parent: 2 - - uid: 32148 + - uid: 31180 components: - type: Transform - pos: -112.5,59.5 + rot: -1.5707963267948966 rad + pos: -71.5,2.5 parent: 2 - - uid: 32149 + - uid: 31676 components: - type: Transform - pos: -119.5,59.5 + pos: -49.5,-40.5 parent: 2 - - uid: 32150 + - uid: 31681 components: - type: Transform rot: 3.141592653589793 rad - pos: -119.5,43.5 + pos: -49.5,-49.5 parent: 2 - - uid: 32434 + - uid: 31889 components: - type: Transform - pos: -56.5,61.5 + pos: -17.5,-48.5 parent: 2 - - uid: 32435 + - uid: 32142 components: - type: Transform - pos: -32.5,62.5 + rot: -1.5707963267948966 rad + pos: -99.5,47.5 parent: 2 - - uid: 32442 + - uid: 32143 components: - type: Transform rot: -1.5707963267948966 rad - pos: -105.5,53.5 + pos: -99.5,55.5 parent: 2 - - uid: 32444 + - uid: 32149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,55.5 + pos: -119.5,59.5 parent: 2 - - uid: 32445 + - uid: 32150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,55.5 + rot: 3.141592653589793 rad + pos: -119.5,43.5 parent: 2 - uid: 32447 components: @@ -171683,86 +170577,11 @@ entities: rot: 1.5707963267948966 rad pos: 88.5,18.5 parent: 2 - - uid: 33652 - components: - - type: Transform - pos: -31.5,67.5 - parent: 2 - uid: 33686 components: - type: Transform pos: -44.5,67.5 parent: 2 - - uid: 33690 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - - uid: 34032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-24.5 - parent: 2 - - uid: 34033 - components: - - type: Transform - pos: -48.5,-8.5 - parent: 2 - - uid: 34034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-13.5 - parent: 2 - - uid: 34036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,22.5 - parent: 2 - - uid: 34037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,22.5 - parent: 2 - - uid: 34038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,23.5 - parent: 2 - - uid: 34039 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,19.5 - parent: 2 - - uid: 34040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,19.5 - parent: 2 - - uid: 34041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,24.5 - parent: 2 - - uid: 34042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,58.5 - parent: 2 - - uid: 34043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,73.5 - parent: 2 - uid: 34055 components: - type: Transform @@ -171774,12 +170593,6 @@ entities: - type: Transform pos: 6.5,42.5 parent: 2 - - uid: 34415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,52.5 - parent: 2 - uid: 34590 components: - type: Transform @@ -171792,12 +170605,6 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,4.5 parent: 2 - - uid: 34668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,55.5 - parent: 2 - uid: 34981 components: - type: Transform @@ -171844,16 +170651,6 @@ entities: - type: Transform pos: 74.5,26.5 parent: 2 - - uid: 36401 - components: - - type: Transform - pos: -18.5,37.5 - parent: 2 - - uid: 36402 - components: - - type: Transform - pos: -28.5,37.5 - parent: 2 - proto: PoweredlightEmpty entities: - uid: 7072 @@ -171875,18 +170672,6 @@ entities: parent: 2 - proto: PoweredlightLED entities: - - uid: 6661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,25.5 - parent: 2 - - uid: 8097 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,25.5 - parent: 2 - uid: 22533 components: - type: Transform @@ -171925,40 +170710,35 @@ entities: - type: Transform pos: -81.5,-33.5 parent: 2 - - uid: 13587 - components: - - type: Transform - pos: -79.5,59.5 - parent: 2 - uid: 13711 components: - type: Transform pos: -79.5,89.5 parent: 2 - - uid: 17010 + - uid: 15181 components: - type: Transform - pos: -95.5,67.5 + pos: 32.5,-8.5 parent: 2 - - uid: 20970 + - uid: 17010 components: - type: Transform - pos: -79.5,79.5 + pos: -95.5,67.5 parent: 2 - - uid: 30277 + - uid: 23209 components: - type: Transform - pos: 1.5,-37.5 + pos: -65.5,63.5 parent: 2 - - uid: 31276 + - uid: 28797 components: - type: Transform - pos: -45.5,74.5 + pos: -120.5,38.5 parent: 2 - - uid: 31301 + - uid: 30277 components: - type: Transform - pos: -59.5,65.5 + pos: 1.5,-37.5 parent: 2 - uid: 31302 components: @@ -171970,21 +170750,11 @@ entities: - type: Transform pos: -36.5,74.5 parent: 2 - - uid: 31305 - components: - - type: Transform - pos: -32.5,78.5 - parent: 2 - uid: 31306 components: - type: Transform pos: -23.5,80.5 parent: 2 - - uid: 31307 - components: - - type: Transform - pos: -17.5,75.5 - parent: 2 - uid: 31890 components: - type: Transform @@ -172020,16 +170790,6 @@ entities: - type: Transform pos: -123.5,15.5 parent: 2 - - uid: 32100 - components: - - type: Transform - pos: -124.5,37.5 - parent: 2 - - uid: 32101 - components: - - type: Transform - pos: -127.5,55.5 - parent: 2 - uid: 32102 components: - type: Transform @@ -172045,36 +170805,16 @@ entities: - type: Transform pos: -115.5,66.5 parent: 2 - - uid: 32106 - components: - - type: Transform - pos: -103.5,66.5 - parent: 2 - - uid: 32107 - components: - - type: Transform - pos: -98.5,62.5 - parent: 2 - uid: 32108 components: - type: Transform pos: -81.5,51.5 parent: 2 - - uid: 32109 - components: - - type: Transform - pos: -89.5,52.5 - parent: 2 - uid: 32111 components: - type: Transform pos: -67.5,42.5 parent: 2 - - uid: 32124 - components: - - type: Transform - pos: -73.5,51.5 - parent: 2 - uid: 32288 components: - type: Transform @@ -172085,11 +170825,6 @@ entities: - type: Transform pos: -79.5,69.5 parent: 2 - - uid: 32412 - components: - - type: Transform - pos: -130.5,55.5 - parent: 2 - uid: 35075 components: - type: Transform @@ -172115,36 +170850,22 @@ entities: - type: Transform pos: 55.5,-77.5 parent: 2 - - uid: 35686 +- proto: PoweredlightRed + entities: + - uid: 2067 components: - type: Transform - pos: -70.5,61.5 + rot: 1.5707963267948966 rad + pos: 26.5,39.5 parent: 2 - proto: PoweredlightSodium entities: - - uid: 15991 - components: - - type: Transform - pos: 66.5,0.5 - parent: 2 - - uid: 17915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,-4.5 - parent: 2 - uid: 17927 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-8.5 parent: 2 - - uid: 18141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,58.5 - parent: 2 - uid: 31171 components: - type: Transform @@ -172188,28 +170909,260 @@ entities: parent: 2 - proto: PoweredSmallLight entities: + - uid: 599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,15.5 + parent: 2 - uid: 8259 components: - type: Transform pos: -60.5,-33.5 parent: 2 + - uid: 12979 + components: + - type: Transform + pos: 22.5,50.5 + parent: 2 + - uid: 15150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,15.5 + parent: 2 - uid: 15838 components: - type: Transform rot: -1.5707963267948966 rad pos: -83.5,33.5 parent: 2 + - uid: 17804 + components: + - type: Transform + pos: -49.5,-5.5 + parent: 2 + - uid: 17809 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 17826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,15.5 + parent: 2 + - uid: 17833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-25.5 + parent: 2 + - uid: 17835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-25.5 + parent: 2 + - uid: 17917 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 + - uid: 18194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,28.5 + parent: 2 + - uid: 22294 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 - uid: 22439 components: - type: Transform rot: 3.141592653589793 rad pos: -68.5,-3.5 parent: 2 + - uid: 22447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,8.5 + parent: 2 + - uid: 22450 + components: + - type: Transform + pos: 68.5,27.5 + parent: 2 + - uid: 22451 + components: + - type: Transform + pos: 66.5,30.5 + parent: 2 + - uid: 22457 + components: + - type: Transform + pos: 74.5,-10.5 + parent: 2 + - uid: 22458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,-10.5 + parent: 2 + - uid: 22460 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 22461 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 + - uid: 22469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,40.5 + parent: 2 + - uid: 22490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,51.5 + parent: 2 + - uid: 22496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,51.5 + parent: 2 + - uid: 22499 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 22505 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 22506 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 22508 + components: + - type: Transform + pos: -75.5,1.5 + parent: 2 + - uid: 22509 + components: + - type: Transform + pos: -79.5,1.5 + parent: 2 + - uid: 22519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,16.5 + parent: 2 - uid: 22527 components: - type: Transform pos: -26.5,-27.5 parent: 2 + - uid: 22860 + components: + - type: Transform + pos: -29.5,67.5 + parent: 2 + - uid: 23129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,15.5 + parent: 2 + - uid: 23137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,10.5 + parent: 2 + - uid: 23146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,15.5 + parent: 2 + - uid: 23162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,10.5 + parent: 2 + - uid: 23163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,10.5 + parent: 2 + - uid: 23164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,10.5 + parent: 2 + - uid: 23166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,10.5 + parent: 2 + - uid: 23168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,9.5 + parent: 2 + - uid: 23172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 2 + - uid: 23175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-11.5 + parent: 2 + - uid: 23179 + components: + - type: Transform + pos: -33.5,67.5 + parent: 2 + - uid: 23252 + components: + - type: Transform + pos: -31.5,67.5 + parent: 2 + - uid: 25245 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 2 - proto: PoweredSmallLightMaintenance entities: - uid: 6322 @@ -172273,6 +171226,12 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,28.5 parent: 2 + - uid: 18472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,52.5 + parent: 2 - uid: 19165 components: - type: Transform @@ -172295,6 +171254,12 @@ entities: rot: -1.5707963267948966 rad pos: -116.5,9.5 parent: 2 + - uid: 22504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,22.5 + parent: 2 - uid: 22524 components: - type: Transform @@ -172306,11 +171271,6 @@ entities: - type: Transform pos: -30.5,-27.5 parent: 2 - - uid: 22534 - components: - - type: Transform - pos: -30.5,55.5 - parent: 2 - uid: 22539 components: - type: Transform @@ -176585,6 +175545,21 @@ entities: parent: 2 - proto: RandomBook entities: + - uid: 2091 + components: + - type: Transform + pos: 58.734295,22.132498 + parent: 2 + - uid: 2585 + components: + - type: Transform + pos: 64.68221,14.128002 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: 66.7343,21.110956 + parent: 2 - uid: 5695 components: - type: Transform @@ -179181,11 +178156,6 @@ entities: - type: Transform pos: 20.5,22.5 parent: 2 - - uid: 2091 - components: - - type: Transform - pos: -98.5,30.5 - parent: 2 - uid: 2272 components: - type: Transform @@ -179351,11 +178321,6 @@ entities: - type: Transform pos: -24.5,32.5 parent: 2 - - uid: 2833 - components: - - type: Transform - pos: -98.5,-13.5 - parent: 2 - uid: 2956 components: - type: Transform @@ -188814,10 +187779,10 @@ entities: parent: 2 - proto: SpawnMobKangarooWillow entities: - - uid: 2622 + - uid: 17829 components: - type: Transform - pos: 42.5,-22.5 + pos: 39.5,-22.5 parent: 2 - proto: SpawnMobLizard entities: @@ -189831,6 +188796,14 @@ entities: - type: Transform pos: -70.5,8.5 parent: 2 +- proto: SteelBench + entities: + - uid: 17923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,25.5 + parent: 2 - proto: Stool entities: - uid: 5899 @@ -189886,12 +188859,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,53.5 parent: 2 - - uid: 2775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,53.5 - parent: 2 - uid: 3116 components: - type: Transform @@ -190069,6 +189036,12 @@ entities: - type: Transform pos: -39.5,63.5 parent: 2 + - uid: 28857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,53.5 + parent: 2 - proto: StorageCanister entities: - uid: 2533 @@ -207076,11 +206049,6 @@ entities: - type: Transform pos: -95.5,30.5 parent: 2 - - uid: 13211 - components: - - type: Transform - pos: -97.5,31.5 - parent: 2 - uid: 13216 components: - type: Transform @@ -208431,6 +207399,16 @@ entities: - type: Transform pos: 93.5,60.5 parent: 2 + - uid: 17796 + components: + - type: Transform + pos: -98.5,-13.5 + parent: 2 + - uid: 17797 + components: + - type: Transform + pos: -98.5,30.5 + parent: 2 - uid: 17800 components: - type: Transform @@ -220537,11 +219515,6 @@ entities: - type: Transform pos: -1.5,7.5 parent: 2 - - uid: 2067 - components: - - type: Transform - pos: 9.5,52.5 - parent: 2 - uid: 5267 components: - type: Transform @@ -220587,6 +219560,11 @@ entities: - type: Transform pos: -8.5,59.5 parent: 2 + - uid: 17798 + components: + - type: Transform + pos: 10.5,56.5 + parent: 2 - uid: 18462 components: - type: Transform @@ -224774,6 +223752,12 @@ entities: - type: Transform pos: -16.5,-13.5 parent: 2 + - uid: 2775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,57.5 + parent: 2 - uid: 2796 components: - type: Transform @@ -224988,7 +223972,7 @@ entities: - type: Transform pos: -3.5,-12.5 parent: 2 - - uid: 18472 + - uid: 17898 components: - type: Transform rot: 3.141592653589793 rad @@ -225195,6 +224179,12 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,52.5 parent: 2 + - uid: 23208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,53.5 + parent: 2 - uid: 23211 components: - type: Transform @@ -225213,6 +224203,12 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,55.5 parent: 2 + - uid: 23216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,54.5 + parent: 2 - uid: 23671 components: - type: Transform @@ -225243,12 +224239,48 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,13.5 parent: 2 + - uid: 28468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,61.5 + parent: 2 - uid: 28701 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-16.5 parent: 2 + - uid: 28795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,60.5 + parent: 2 + - uid: 28806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,59.5 + parent: 2 + - uid: 28811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,58.5 + parent: 2 + - uid: 28813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,55.5 + parent: 2 + - uid: 28822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,56.5 + parent: 2 - uid: 30616 components: - type: Transform From 075915c458c626536297835b8d76dd3a1058778b Mon Sep 17 00:00:00 2001 From: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:06:26 -0500 Subject: [PATCH 047/391] Changes Asterisk's evac shuttle to the NTES Kaeri (#757) Kaeri, my beloved. --- Resources/Prototypes/Maps/asterisk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Maps/asterisk.yml b/Resources/Prototypes/Maps/asterisk.yml index d72caca871..112c33a89f 100644 --- a/Resources/Prototypes/Maps/asterisk.yml +++ b/Resources/Prototypes/Maps/asterisk.yml @@ -9,7 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Lox.yml + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Kaeri.yml - type: StationNameSetup mapNameTemplate: '{0} Asterisk Station {1}' nameGenerator: From daa122423f570c387435a4839a5fec8eeebe596d Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:09:20 -0600 Subject: [PATCH 048/391] Add warp points to evac shuttles (#758) Co-authored-by: Velcroboy <> --- Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml | 74 +- Resources/Maps/Shuttles/DeltaV/NTES_Box.yml | 9 + .../Maps/Shuttles/DeltaV/NTES_Centipede.yml | 11503 ++++++++-------- Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml | 10 +- Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml | 9 + Resources/Maps/Shuttles/DeltaV/NTES_Right.yml | 10 +- Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml | 7105 +++++----- Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml | 7447 +++++----- 8 files changed, 13099 insertions(+), 13068 deletions(-) diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml b/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml index 7fd83783bc..1aec543e76 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml @@ -554,7 +554,6 @@ entities: - type: GasTileOverlay - type: SpreaderGrid - type: GravityShake - nextShake: 0 shakeTimes: 10 - proto: AirlockAtmosphericsGlassLocked entities: @@ -2482,6 +2481,26 @@ entities: - type: Transform pos: -2.5,-16.5 parent: 1 + - uid: 2085 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 1 + - uid: 2086 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 1 + - uid: 2087 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 1 + - uid: 2088 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 1 - proto: CableMV entities: - uid: 964 @@ -4790,15 +4809,15 @@ entities: parent: 1 - proto: ClosetToolFilled entities: - - uid: 418 + - uid: 2089 components: - type: Transform - pos: 7.5,-39.5 + pos: 11.5,-38.5 parent: 1 - - uid: 1369 + - uid: 2090 components: - type: Transform - pos: -9.5,-39.5 + pos: -13.5,-38.5 parent: 1 - proto: ClosetWallEmergency entities: @@ -9276,6 +9295,18 @@ entities: - type: Transform pos: -10.476601,-28.44223 parent: 1 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 418 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 1 + - uid: 1369 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 1 - proto: PortableGeneratorSuperPacmanMachineCircuitboard entities: - uid: 932 @@ -9532,14 +9563,6 @@ entities: parent: 1 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-21.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1358 components: - type: Transform @@ -9556,14 +9579,6 @@ entities: parent: 1 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1539 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-40.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1542 components: - type: Transform @@ -9596,14 +9611,6 @@ entities: parent: 1 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-40.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - proto: PoweredLightBlueInterior entities: - uid: 1326 @@ -12609,6 +12616,15 @@ entities: - type: Transform pos: 0.5,-35.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 2084 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - type: WarpPoint + location: Evac Shuttle - proto: WaterTankHighCapacity entities: - uid: 2040 diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml index 9fa04d78ef..431235dde8 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml @@ -3815,6 +3815,15 @@ entities: rot: 3.141592653589793 rad pos: 20.5,2.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 595 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - type: WarpPoint + location: Evac Shuttle - proto: WaterTankFull entities: - uid: 496 diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Centipede.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Centipede.yml index c4a2c56c1f..f1d20588b4 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Centipede.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Centipede.yml @@ -22,12 +22,13 @@ entities: entities: - uid: 1 components: - - name: NTES Centipede - type: MetaData - - pos: 0.39469033,0.22088978 + - type: MetaData + name: NTES Centipede + - type: Transform + pos: 0.39469033,0.22088978 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: HgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAHgAAAAAALgAAAAACHgAAAAAALgAAAAAAHgAAAAADLgAAAAAAHgAAAAACTgAAAAAAHgAAAAAAHgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAHgAAAAADTgAAAAAALgAAAAABHgAAAAAALgAAAAADHgAAAAACLgAAAAABHgAAAAAALgAAAAABTgAAAAAAHgAAAAADHgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTgAAAAAALgAAAAAALgAAAAADHgAAAAABLgAAAAACHgAAAAADLgAAAAADLgAAAAADTgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAALgAAAAAAHgAAAAADLgAAAAAALgAAAAADLgAAAAAAHgAAAAACLgAAAAADHgAAAAAAHgAAAAAAHgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADTgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAAATgAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAABTgAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAACTgAAAAAAHgAAAAABHgAAAAACTgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAHgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAABbQAAAAACHgAAAAADHgAAAAABaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACTgAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAATgAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAHgAAAAABHgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAHgAAAAAAHgAAAAABegAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA @@ -68,23 +69,23 @@ entities: ind: -1,-3 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaQAAAAAAQQAAAAAAegAAAAAAQQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABTgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -699,8 +700,8 @@ entities: id: StandClear decals: 413: -16,-22 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-2: @@ -916,21 +917,21 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid - - shakeTimes: 10 - type: GravityShake + - type: GravityShake + shakeTimes: 10 - proto: AirAlarm entities: - uid: 2347 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,18.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2372 - 2373 - 2090 @@ -939,16 +940,16 @@ entities: - 2304 - 2303 - 1242 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2374 - 2089 - 2371 @@ -960,16 +961,16 @@ entities: - 2316 - 2317 - 2318 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2349 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2371 - 2094 - 2369 @@ -981,16 +982,16 @@ entities: - 2253 - 2266 - 2246 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2350 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,0.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2372 - 2093 - 2373 @@ -999,31 +1000,31 @@ entities: - 2254 - 2255 - 1321 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2351 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2369 - 2098 - 2368 - 2097 - 1236 - 2241 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2368 - 2099 - 2102 @@ -1034,24 +1035,24 @@ entities: - 1235 - 2228 - 1234 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-7.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2370 - 2098 - 2373 @@ -1065,16 +1066,16 @@ entities: - 2106 - 2231 - 1355 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-25.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2365 - 2375 - 2363 @@ -1088,16 +1089,16 @@ entities: - 2172 - 1252 - 2193 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2368 - 2103 - 2104 @@ -1108,16 +1109,16 @@ entities: - 2111 - 2208 - 1232 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-19.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2364 - 2376 - 2363 @@ -1128,30 +1129,30 @@ entities: - 2106 - 1356 - 2213 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-31.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2363 - 2379 - 1230 - 2343 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2359 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-34.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2366 - 2108 - 2107 @@ -1169,13437 +1170,13431 @@ entities: - 1231 - 2342 - 2341 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 2360 components: - - pos: -13.5,-38.5 + - type: Transform + pos: -13.5,-38.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 2363 - 2112 - 1738 - 1223 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: AirCanister entities: - uid: 1169 components: - - pos: -13.5,-41.5 + - type: Transform + pos: -13.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1170 components: - - pos: -7.5,-41.5 + - type: Transform + pos: -7.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1214 components: - - pos: -14.5,-41.5 + - type: Transform + pos: -14.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1215 components: - - pos: -6.5,-41.5 + - type: Transform + pos: -6.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: Airlock entities: - uid: 101 components: - - pos: -17.5,-24.5 + - type: Transform + pos: -17.5,-24.5 parent: 1 - type: Transform - uid: 154 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 1 - type: Transform - uid: 402 components: - - pos: -17.5,-16.5 + - type: Transform + pos: -17.5,-16.5 parent: 1 - type: Transform - uid: 412 components: - - pos: -3.5,-24.5 + - type: Transform + pos: -3.5,-24.5 parent: 1 - type: Transform - proto: AirlockCommandGlassLocked entities: - uid: 119 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 184 components: - - pos: -15.5,14.5 + - type: Transform + pos: -15.5,14.5 parent: 1 - type: Transform - uid: 202 components: - - pos: -17.5,15.5 + - type: Transform + pos: -17.5,15.5 parent: 1 - type: Transform - uid: 203 components: - - pos: -17.5,17.5 + - type: Transform + pos: -17.5,17.5 parent: 1 - type: Transform - uid: 204 components: - - pos: -3.5,15.5 + - type: Transform + pos: -3.5,15.5 parent: 1 - type: Transform - uid: 205 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - uid: 246 components: - - pos: -10.5,14.5 + - type: Transform + pos: -10.5,14.5 parent: 1 - type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 591 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 1171 components: - - pos: -18.5,-37.5 + - type: Transform + pos: -18.5,-37.5 parent: 1 - type: Transform - uid: 1172 components: - - pos: -2.5,-37.5 + - type: Transform + pos: -2.5,-37.5 parent: 1 - type: Transform - proto: AirlockExternalGlass entities: - uid: 396 components: - - pos: -17.5,9.5 + - type: Transform + pos: -17.5,9.5 parent: 1 - type: Transform - uid: 397 components: - - pos: -17.5,7.5 + - type: Transform + pos: -17.5,7.5 parent: 1 - type: Transform - uid: 398 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 399 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 551 components: - - pos: -17.5,-4.5 + - type: Transform + pos: -17.5,-4.5 parent: 1 - type: Transform - uid: 552 components: - - pos: -17.5,-6.5 + - type: Transform + pos: -17.5,-6.5 parent: 1 - type: Transform - uid: 553 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 554 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 1 - type: Transform - uid: 555 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - uid: 556 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 1 - type: Transform - uid: 557 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 1 - type: Transform - uid: 558 components: - - pos: -17.5,-14.5 + - type: Transform + pos: -17.5,-14.5 parent: 1 - type: Transform - uid: 559 components: - - pos: -17.5,-26.5 + - type: Transform + pos: -17.5,-26.5 parent: 1 - type: Transform - uid: 560 components: - - pos: -17.5,-28.5 + - type: Transform + pos: -17.5,-28.5 parent: 1 - type: Transform - uid: 561 components: - - pos: -3.5,-26.5 + - type: Transform + pos: -3.5,-26.5 parent: 1 - type: Transform - uid: 562 components: - - pos: -3.5,-28.5 + - type: Transform + pos: -3.5,-28.5 parent: 1 - type: Transform - uid: 563 components: - - pos: -17.5,-34.5 + - type: Transform + pos: -17.5,-34.5 parent: 1 - type: Transform - uid: 564 components: - - pos: -17.5,-36.5 + - type: Transform + pos: -17.5,-36.5 parent: 1 - type: Transform - uid: 565 components: - - pos: -3.5,-36.5 + - type: Transform + pos: -3.5,-36.5 parent: 1 - type: Transform - uid: 566 components: - - pos: -3.5,-34.5 + - type: Transform + pos: -3.5,-34.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - uid: 95 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,17.5 parent: 1 - type: Transform - uid: 96 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,15.5 parent: 1 - type: Transform - uid: 109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,15.5 parent: 1 - type: Transform - uid: 110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,17.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleLocked entities: - uid: 37 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,9.5 parent: 1 - type: Transform - uid: 39 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,7.5 parent: 1 - type: Transform - uid: 97 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,7.5 parent: 1 - type: Transform - uid: 98 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,9.5 parent: 1 - type: Transform - uid: 106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-4.5 parent: 1 - type: Transform - uid: 107 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-6.5 parent: 1 - type: Transform - uid: 108 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-14.5 parent: 1 - type: Transform - uid: 151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-12.5 parent: 1 - type: Transform - uid: 256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-26.5 parent: 1 - type: Transform - uid: 257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-28.5 parent: 1 - type: Transform - uid: 263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-36.5 parent: 1 - type: Transform - uid: 336 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-34.5 parent: 1 - type: Transform - uid: 337 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-36.5 parent: 1 - type: Transform - uid: 338 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-34.5 parent: 1 - type: Transform - uid: 339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-28.5 parent: 1 - type: Transform - uid: 340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-26.5 parent: 1 - type: Transform - uid: 343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 1 - type: Transform - uid: 347 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-4.5 parent: 1 - type: Transform - proto: AirlockGlass entities: - uid: 373 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 465 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 1 - type: Transform - uid: 502 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 503 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 504 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 505 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 508 components: - - pos: -4.5,-25.5 + - type: Transform + pos: -4.5,-25.5 parent: 1 - type: Transform - uid: 509 components: - - pos: -5.5,-25.5 + - type: Transform + pos: -5.5,-25.5 parent: 1 - type: Transform - uid: 618 components: - - pos: -14.5,-13.5 + - type: Transform + pos: -14.5,-13.5 parent: 1 - type: Transform - uid: 1004 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 1493 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 1 - type: Transform - uid: 1502 components: - - pos: -16.5,-1.5 + - type: Transform + pos: -16.5,-1.5 parent: 1 - type: Transform - uid: 1574 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 1 - type: Transform - uid: 1579 components: - - pos: -16.5,-25.5 + - type: Transform + pos: -16.5,-25.5 parent: 1 - type: Transform - uid: 1589 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 1600 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 1 - type: Transform - proto: AirlockJanitorLocked entities: - uid: 685 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 1 - type: Transform - proto: AirlockMaint entities: - uid: 132 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 137 components: - - pos: -17.5,-2.5 + - type: Transform + pos: -17.5,-2.5 parent: 1 - type: Transform - uid: 1057 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 1058 components: - - pos: -17.5,5.5 + - type: Transform + pos: -17.5,5.5 parent: 1 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 549 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 1 - type: Transform - uid: 550 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - proto: AirlockSecurityGlassLocked entities: - uid: 475 components: - - pos: -8.5,-19.5 + - type: Transform + pos: -8.5,-19.5 parent: 1 - type: Transform - uid: 476 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 1 - type: Transform - uid: 485 components: - - pos: -14.5,-21.5 + - type: Transform + pos: -14.5,-21.5 parent: 1 - type: Transform - uid: 486 components: - - pos: -6.5,-21.5 + - type: Transform + pos: -6.5,-21.5 parent: 1 - type: Transform - uid: 657 components: - - pos: -11.5,-25.5 + - type: Transform + pos: -11.5,-25.5 parent: 1 - type: Transform - uid: 658 components: - - pos: -12.5,-25.5 + - type: Transform + pos: -12.5,-25.5 parent: 1 - type: Transform - proto: AirlockServiceGlassLocked entities: - uid: 628 components: - - pos: -14.5,-8.5 + - type: Transform + pos: -14.5,-8.5 parent: 1 - type: Transform - uid: 629 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - proto: AirSensor entities: - uid: 2361 components: - - pos: -11.5,-38.5 + - type: Transform + pos: -11.5,-38.5 parent: 1 - type: Transform - uid: 2362 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 1 - type: Transform - uid: 2363 components: - - pos: -10.5,-27.5 + - type: Transform + pos: -10.5,-27.5 parent: 1 - type: Transform - uid: 2364 components: - - pos: -10.5,-22.5 + - type: Transform + pos: -10.5,-22.5 parent: 1 - type: Transform - uid: 2365 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 1 - type: Transform - uid: 2366 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 2367 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 1 - type: Transform - uid: 2368 components: - - pos: -16.5,-8.5 + - type: Transform + pos: -16.5,-8.5 parent: 1 - type: Transform - uid: 2369 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 2370 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 2371 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 2372 components: - - pos: -16.5,6.5 + - type: Transform + pos: -16.5,6.5 parent: 1 - type: Transform - uid: 2373 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 2374 components: - - pos: -10.5,19.5 + - type: Transform + pos: -10.5,19.5 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 1534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 1536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-1.5 parent: 1 - type: Transform - uid: 1537 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,10.5 parent: 1 - type: Transform - uid: 1538 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 1 - type: Transform - uid: 1540 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 2146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-25.5 parent: 1 - type: Transform - proto: APCHighCapacity entities: - uid: 1143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-41.5 parent: 1 - type: Transform - uid: 1535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,18.5 parent: 1 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 567 components: - - pos: -20.5,17.5 + - type: Transform + pos: -20.5,17.5 parent: 1 - type: Transform - uid: 568 components: - - pos: -20.5,15.5 + - type: Transform + pos: -20.5,15.5 parent: 1 - type: Transform - uid: 569 components: - - pos: -0.5,17.5 + - type: Transform + pos: -0.5,17.5 parent: 1 - type: Transform - uid: 570 components: - - pos: -20.5,9.5 + - type: Transform + pos: -20.5,9.5 parent: 1 - type: Transform - uid: 571 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 1 - type: Transform - uid: 572 components: - - pos: -20.5,7.5 + - type: Transform + pos: -20.5,7.5 parent: 1 - type: Transform - uid: 573 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 574 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 575 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 576 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 1 - type: Transform - uid: 577 components: - - pos: -20.5,-4.5 + - type: Transform + pos: -20.5,-4.5 parent: 1 - type: Transform - uid: 578 components: - - pos: -20.5,-6.5 + - type: Transform + pos: -20.5,-6.5 parent: 1 - type: Transform - uid: 579 components: - - pos: -20.5,-12.5 + - type: Transform + pos: -20.5,-12.5 parent: 1 - type: Transform - uid: 580 components: - - pos: -20.5,-14.5 + - type: Transform + pos: -20.5,-14.5 parent: 1 - type: Transform - uid: 581 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 582 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 583 components: - - pos: -20.5,-26.5 + - type: Transform + pos: -20.5,-26.5 parent: 1 - type: Transform - uid: 584 components: - - pos: -20.5,-28.5 + - type: Transform + pos: -20.5,-28.5 parent: 1 - type: Transform - uid: 585 components: - - pos: -0.5,-26.5 + - type: Transform + pos: -0.5,-26.5 parent: 1 - type: Transform - uid: 586 components: - - pos: -0.5,-28.5 + - type: Transform + pos: -0.5,-28.5 parent: 1 - type: Transform - uid: 587 components: - - pos: -0.5,-34.5 + - type: Transform + pos: -0.5,-34.5 parent: 1 - type: Transform - uid: 588 components: - - pos: -0.5,-36.5 + - type: Transform + pos: -0.5,-36.5 parent: 1 - type: Transform - uid: 589 components: - - pos: -20.5,-36.5 + - type: Transform + pos: -20.5,-36.5 parent: 1 - type: Transform - uid: 590 components: - - pos: -20.5,-34.5 + - type: Transform + pos: -20.5,-34.5 parent: 1 - type: Transform - proto: BedsheetMedical entities: - uid: 545 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 546 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 547 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 548 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - proto: BoozeDispenser entities: - uid: 634 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 1 - type: Transform - proto: Brutepack entities: - uid: 1632 components: - - pos: -12.594849,-2.3371007 + - type: Transform + pos: -12.594849,-2.3371007 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 1725 components: - - pos: -8.5,-17.5 + - type: Transform + pos: -8.5,-17.5 parent: 1 - type: Transform - uid: 1800 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 1 - type: Transform - uid: 1801 components: - - pos: -5.5,-41.5 + - type: Transform + pos: -5.5,-41.5 parent: 1 - type: Transform - uid: 1802 components: - - pos: -6.5,-41.5 + - type: Transform + pos: -6.5,-41.5 parent: 1 - type: Transform - uid: 1803 components: - - pos: -7.5,-41.5 + - type: Transform + pos: -7.5,-41.5 parent: 1 - type: Transform - uid: 1804 components: - - pos: -8.5,-41.5 + - type: Transform + pos: -8.5,-41.5 parent: 1 - type: Transform - uid: 1805 components: - - pos: -9.5,-41.5 + - type: Transform + pos: -9.5,-41.5 parent: 1 - type: Transform - uid: 1806 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 1 - type: Transform - uid: 1807 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 1 - type: Transform - uid: 1808 components: - - pos: -12.5,-41.5 + - type: Transform + pos: -12.5,-41.5 parent: 1 - type: Transform - uid: 1809 components: - - pos: -13.5,-41.5 + - type: Transform + pos: -13.5,-41.5 parent: 1 - type: Transform - uid: 1810 components: - - pos: -14.5,-41.5 + - type: Transform + pos: -14.5,-41.5 parent: 1 - type: Transform - uid: 1811 components: - - pos: -15.5,-41.5 + - type: Transform + pos: -15.5,-41.5 parent: 1 - type: Transform - uid: 1812 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 1 - type: Transform - uid: 1813 components: - - pos: -16.5,-40.5 + - type: Transform + pos: -16.5,-40.5 parent: 1 - type: Transform - uid: 1814 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 1 - type: Transform - uid: 1815 components: - - pos: -11.5,-40.5 + - type: Transform + pos: -11.5,-40.5 parent: 1 - type: Transform - uid: 1816 components: - - pos: -11.5,-39.5 + - type: Transform + pos: -11.5,-39.5 parent: 1 - type: Transform - uid: 1817 components: - - pos: -10.5,-39.5 + - type: Transform + pos: -10.5,-39.5 parent: 1 - type: Transform - uid: 1818 components: - - pos: -10.5,-38.5 + - type: Transform + pos: -10.5,-38.5 parent: 1 - type: Transform - uid: 1819 components: - - pos: -10.5,-37.5 + - type: Transform + pos: -10.5,-37.5 parent: 1 - type: Transform - uid: 1820 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - uid: 1821 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 1 - type: Transform - uid: 1822 components: - - pos: -7.5,-32.5 + - type: Transform + pos: -7.5,-32.5 parent: 1 - type: Transform - uid: 1823 components: - - pos: -6.5,-32.5 + - type: Transform + pos: -6.5,-32.5 parent: 1 - type: Transform - uid: 1824 components: - - pos: -5.5,-32.5 + - type: Transform + pos: -5.5,-32.5 parent: 1 - type: Transform - uid: 1825 components: - - pos: -5.5,-33.5 + - type: Transform + pos: -5.5,-33.5 parent: 1 - type: Transform - uid: 1826 components: - - pos: -5.5,-34.5 + - type: Transform + pos: -5.5,-34.5 parent: 1 - type: Transform - uid: 1827 components: - - pos: -5.5,-35.5 + - type: Transform + pos: -5.5,-35.5 parent: 1 - type: Transform - uid: 1828 components: - - pos: -5.5,-36.5 + - type: Transform + pos: -5.5,-36.5 parent: 1 - type: Transform - uid: 1829 components: - - pos: -4.5,-36.5 + - type: Transform + pos: -4.5,-36.5 parent: 1 - type: Transform - uid: 1830 components: - - pos: -3.5,-36.5 + - type: Transform + pos: -3.5,-36.5 parent: 1 - type: Transform - uid: 1831 components: - - pos: -2.5,-36.5 + - type: Transform + pos: -2.5,-36.5 parent: 1 - type: Transform - uid: 1832 components: - - pos: -2.5,-35.5 + - type: Transform + pos: -2.5,-35.5 parent: 1 - type: Transform - uid: 1833 components: - - pos: -2.5,-34.5 + - type: Transform + pos: -2.5,-34.5 parent: 1 - type: Transform - uid: 1834 components: - - pos: -5.5,-31.5 + - type: Transform + pos: -5.5,-31.5 parent: 1 - type: Transform - uid: 1835 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 1 - type: Transform - uid: 1836 components: - - pos: -5.5,-29.5 + - type: Transform + pos: -5.5,-29.5 parent: 1 - type: Transform - uid: 1837 components: - - pos: -5.5,-28.5 + - type: Transform + pos: -5.5,-28.5 parent: 1 - type: Transform - uid: 1838 components: - - pos: -4.5,-28.5 + - type: Transform + pos: -4.5,-28.5 parent: 1 - type: Transform - uid: 1839 components: - - pos: -3.5,-28.5 + - type: Transform + pos: -3.5,-28.5 parent: 1 - type: Transform - uid: 1840 components: - - pos: -2.5,-28.5 + - type: Transform + pos: -2.5,-28.5 parent: 1 - type: Transform - uid: 1841 components: - - pos: -2.5,-27.5 + - type: Transform + pos: -2.5,-27.5 parent: 1 - type: Transform - uid: 1842 components: - - pos: -5.5,-27.5 + - type: Transform + pos: -5.5,-27.5 parent: 1 - type: Transform - uid: 1843 components: - - pos: -6.5,-27.5 + - type: Transform + pos: -6.5,-27.5 parent: 1 - type: Transform - uid: 1844 components: - - pos: -7.5,-27.5 + - type: Transform + pos: -7.5,-27.5 parent: 1 - type: Transform - uid: 1845 components: - - pos: -8.5,-27.5 + - type: Transform + pos: -8.5,-27.5 parent: 1 - type: Transform - uid: 1846 components: - - pos: -9.5,-27.5 + - type: Transform + pos: -9.5,-27.5 parent: 1 - type: Transform - uid: 1847 components: - - pos: -10.5,-27.5 + - type: Transform + pos: -10.5,-27.5 parent: 1 - type: Transform - uid: 1848 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 1 - type: Transform - uid: 1849 components: - - pos: -10.5,-29.5 + - type: Transform + pos: -10.5,-29.5 parent: 1 - type: Transform - uid: 1850 components: - - pos: -11.5,-27.5 + - type: Transform + pos: -11.5,-27.5 parent: 1 - type: Transform - uid: 1851 components: - - pos: -12.5,-27.5 + - type: Transform + pos: -12.5,-27.5 parent: 1 - type: Transform - uid: 1852 components: - - pos: -13.5,-27.5 + - type: Transform + pos: -13.5,-27.5 parent: 1 - type: Transform - uid: 1853 components: - - pos: -14.5,-27.5 + - type: Transform + pos: -14.5,-27.5 parent: 1 - type: Transform - uid: 1854 components: - - pos: -15.5,-27.5 + - type: Transform + pos: -15.5,-27.5 parent: 1 - type: Transform - uid: 1855 components: - - pos: -15.5,-28.5 + - type: Transform + pos: -15.5,-28.5 parent: 1 - type: Transform - uid: 1856 components: - - pos: -16.5,-28.5 + - type: Transform + pos: -16.5,-28.5 parent: 1 - type: Transform - uid: 1857 components: - - pos: -17.5,-28.5 + - type: Transform + pos: -17.5,-28.5 parent: 1 - type: Transform - uid: 1858 components: - - pos: -18.5,-28.5 + - type: Transform + pos: -18.5,-28.5 parent: 1 - type: Transform - uid: 1859 components: - - pos: -18.5,-27.5 + - type: Transform + pos: -18.5,-27.5 parent: 1 - type: Transform - uid: 1860 components: - - pos: -15.5,-29.5 + - type: Transform + pos: -15.5,-29.5 parent: 1 - type: Transform - uid: 1861 components: - - pos: -15.5,-30.5 + - type: Transform + pos: -15.5,-30.5 parent: 1 - type: Transform - uid: 1862 components: - - pos: -15.5,-31.5 + - type: Transform + pos: -15.5,-31.5 parent: 1 - type: Transform - uid: 1863 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 1 - type: Transform - uid: 1864 components: - - pos: -15.5,-33.5 + - type: Transform + pos: -15.5,-33.5 parent: 1 - type: Transform - uid: 1865 components: - - pos: -15.5,-34.5 + - type: Transform + pos: -15.5,-34.5 parent: 1 - type: Transform - uid: 1866 components: - - pos: -16.5,-34.5 + - type: Transform + pos: -16.5,-34.5 parent: 1 - type: Transform - uid: 1867 components: - - pos: -17.5,-34.5 + - type: Transform + pos: -17.5,-34.5 parent: 1 - type: Transform - uid: 1868 components: - - pos: -18.5,-34.5 + - type: Transform + pos: -18.5,-34.5 parent: 1 - type: Transform - uid: 1869 components: - - pos: -18.5,-35.5 + - type: Transform + pos: -18.5,-35.5 parent: 1 - type: Transform - uid: 1870 components: - - pos: -15.5,-35.5 + - type: Transform + pos: -15.5,-35.5 parent: 1 - type: Transform - uid: 1871 components: - - pos: -8.5,-22.5 + - type: Transform + pos: -8.5,-22.5 parent: 1 - type: Transform - uid: 1872 components: - - pos: -8.5,-21.5 + - type: Transform + pos: -8.5,-21.5 parent: 1 - type: Transform - uid: 1873 components: - - pos: -8.5,-19.5 + - type: Transform + pos: -8.5,-19.5 parent: 1 - type: Transform - uid: 1874 components: - - pos: -8.5,-20.5 + - type: Transform + pos: -8.5,-20.5 parent: 1 - type: Transform - uid: 1875 components: - - pos: -12.5,-17.5 + - type: Transform + pos: -12.5,-17.5 parent: 1 - type: Transform - uid: 1876 components: - - pos: -12.5,-18.5 + - type: Transform + pos: -12.5,-18.5 parent: 1 - type: Transform - uid: 1877 components: - - pos: -10.5,-23.5 + - type: Transform + pos: -10.5,-23.5 parent: 1 - type: Transform - uid: 1878 components: - - pos: -8.5,-24.5 + - type: Transform + pos: -8.5,-24.5 parent: 1 - type: Transform - uid: 1879 components: - - pos: -8.5,-25.5 + - type: Transform + pos: -8.5,-25.5 parent: 1 - type: Transform - uid: 1880 components: - - pos: -8.5,-18.5 + - type: Transform + pos: -8.5,-18.5 parent: 1 - type: Transform - uid: 1881 components: - - pos: -12.5,-19.5 + - type: Transform + pos: -12.5,-19.5 parent: 1 - type: Transform - uid: 1882 components: - - pos: -12.5,-20.5 + - type: Transform + pos: -12.5,-20.5 parent: 1 - type: Transform - uid: 1883 components: - - pos: -12.5,-21.5 + - type: Transform + pos: -12.5,-21.5 parent: 1 - type: Transform - uid: 1884 components: - - pos: -9.5,-23.5 + - type: Transform + pos: -9.5,-23.5 parent: 1 - type: Transform - uid: 1885 components: - - pos: -8.5,-23.5 + - type: Transform + pos: -8.5,-23.5 parent: 1 - type: Transform - uid: 1886 components: - - pos: -12.5,-22.5 + - type: Transform + pos: -12.5,-22.5 parent: 1 - type: Transform - uid: 1887 components: - - pos: -12.5,-23.5 + - type: Transform + pos: -12.5,-23.5 parent: 1 - type: Transform - uid: 1888 components: - - pos: -11.5,-23.5 + - type: Transform + pos: -11.5,-23.5 parent: 1 - type: Transform - uid: 1890 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 1891 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 1 - type: Transform - uid: 1892 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 1893 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 1 - type: Transform - uid: 1894 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 1 - type: Transform - uid: 1895 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 1 - type: Transform - uid: 1896 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 1 - type: Transform - uid: 1897 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 1 - type: Transform - uid: 1898 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 1 - type: Transform - uid: 1899 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 1 - type: Transform - uid: 1900 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 1 - type: Transform - uid: 1901 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 1 - type: Transform - uid: 1902 components: - - pos: -11.5,-11.5 + - type: Transform + pos: -11.5,-11.5 parent: 1 - type: Transform - uid: 1903 components: - - pos: -11.5,-12.5 + - type: Transform + pos: -11.5,-12.5 parent: 1 - type: Transform - uid: 1904 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 1 - type: Transform - uid: 1905 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 1 - type: Transform - uid: 1906 components: - - pos: -15.5,-0.5 + - type: Transform + pos: -15.5,-0.5 parent: 1 - type: Transform - uid: 1907 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 1 - type: Transform - uid: 1908 components: - - pos: -15.5,1.5 + - type: Transform + pos: -15.5,1.5 parent: 1 - type: Transform - uid: 1909 components: - - pos: -15.5,2.5 + - type: Transform + pos: -15.5,2.5 parent: 1 - type: Transform - uid: 1910 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 1 - type: Transform - uid: 1911 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 1 - type: Transform - uid: 1912 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 1 - type: Transform - uid: 1913 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - uid: 1914 components: - - pos: -15.5,7.5 + - type: Transform + pos: -15.5,7.5 parent: 1 - type: Transform - uid: 1915 components: - - pos: -15.5,8.5 + - type: Transform + pos: -15.5,8.5 parent: 1 - type: Transform - uid: 1916 components: - - pos: -15.5,9.5 + - type: Transform + pos: -15.5,9.5 parent: 1 - type: Transform - uid: 1917 components: - - pos: -15.5,10.5 + - type: Transform + pos: -15.5,10.5 parent: 1 - type: Transform - uid: 1918 components: - - pos: -15.5,11.5 + - type: Transform + pos: -15.5,11.5 parent: 1 - type: Transform - uid: 1919 components: - - pos: -16.5,9.5 + - type: Transform + pos: -16.5,9.5 parent: 1 - type: Transform - uid: 1920 components: - - pos: -17.5,9.5 + - type: Transform + pos: -17.5,9.5 parent: 1 - type: Transform - uid: 1921 components: - - pos: -18.5,9.5 + - type: Transform + pos: -18.5,9.5 parent: 1 - type: Transform - uid: 1922 components: - - pos: -18.5,8.5 + - type: Transform + pos: -18.5,8.5 parent: 1 - type: Transform - uid: 1923 components: - - pos: -18.5,7.5 + - type: Transform + pos: -18.5,7.5 parent: 1 - type: Transform - uid: 1924 components: - - pos: -16.5,-0.5 + - type: Transform + pos: -16.5,-0.5 parent: 1 - type: Transform - uid: 1925 components: - - pos: -16.5,-1.5 + - type: Transform + pos: -16.5,-1.5 parent: 1 - type: Transform - uid: 1926 components: - - pos: -16.5,-2.5 + - type: Transform + pos: -16.5,-2.5 parent: 1 - type: Transform - uid: 1927 components: - - pos: -16.5,-3.5 + - type: Transform + pos: -16.5,-3.5 parent: 1 - type: Transform - uid: 1928 components: - - pos: -16.5,-4.5 + - type: Transform + pos: -16.5,-4.5 parent: 1 - type: Transform - uid: 1929 components: - - pos: -17.5,-6.5 + - type: Transform + pos: -17.5,-6.5 parent: 1 - type: Transform - uid: 1930 components: - - pos: -16.5,-6.5 + - type: Transform + pos: -16.5,-6.5 parent: 1 - type: Transform - uid: 1931 components: - - pos: -16.5,-7.5 + - type: Transform + pos: -16.5,-7.5 parent: 1 - type: Transform - uid: 1932 components: - - pos: -16.5,-8.5 + - type: Transform + pos: -16.5,-8.5 parent: 1 - type: Transform - uid: 1933 components: - - pos: -16.5,-9.5 + - type: Transform + pos: -16.5,-9.5 parent: 1 - type: Transform - uid: 1934 components: - - pos: -16.5,-10.5 + - type: Transform + pos: -16.5,-10.5 parent: 1 - type: Transform - uid: 1935 components: - - pos: -16.5,-11.5 + - type: Transform + pos: -16.5,-11.5 parent: 1 - type: Transform - uid: 1936 components: - - pos: -16.5,-12.5 + - type: Transform + pos: -16.5,-12.5 parent: 1 - type: Transform - uid: 1937 components: - - pos: -17.5,-12.5 + - type: Transform + pos: -17.5,-12.5 parent: 1 - type: Transform - uid: 1938 components: - - pos: -18.5,-12.5 + - type: Transform + pos: -18.5,-12.5 parent: 1 - type: Transform - uid: 1939 components: - - pos: -18.5,-13.5 + - type: Transform + pos: -18.5,-13.5 parent: 1 - type: Transform - uid: 1940 components: - - pos: -18.5,-14.5 + - type: Transform + pos: -18.5,-14.5 parent: 1 - type: Transform - uid: 1941 components: - - pos: -17.5,-14.5 + - type: Transform + pos: -17.5,-14.5 parent: 1 - type: Transform - uid: 1942 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 1 - type: Transform - uid: 1943 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 1944 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 1 - type: Transform - uid: 1945 components: - - pos: -16.5,-17.5 + - type: Transform + pos: -16.5,-17.5 parent: 1 - type: Transform - uid: 1946 components: - - pos: -16.5,-18.5 + - type: Transform + pos: -16.5,-18.5 parent: 1 - type: Transform - uid: 1947 components: - - pos: -16.5,-19.5 + - type: Transform + pos: -16.5,-19.5 parent: 1 - type: Transform - uid: 1948 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 1 - type: Transform - uid: 1949 components: - - pos: -16.5,-21.5 + - type: Transform + pos: -16.5,-21.5 parent: 1 - type: Transform - uid: 1950 components: - - pos: -16.5,-22.5 + - type: Transform + pos: -16.5,-22.5 parent: 1 - type: Transform - uid: 1951 components: - - pos: -16.5,-23.5 + - type: Transform + pos: -16.5,-23.5 parent: 1 - type: Transform - uid: 1952 components: - - pos: -17.5,-4.5 + - type: Transform + pos: -17.5,-4.5 parent: 1 - type: Transform - uid: 1953 components: - - pos: -18.5,-4.5 + - type: Transform + pos: -18.5,-4.5 parent: 1 - type: Transform - uid: 1954 components: - - pos: -18.5,-5.5 + - type: Transform + pos: -18.5,-5.5 parent: 1 - type: Transform - uid: 1955 components: - - pos: -18.5,-6.5 + - type: Transform + pos: -18.5,-6.5 parent: 1 - type: Transform - uid: 1956 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 1957 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 1958 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 1959 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 1960 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 1961 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 1962 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 1963 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 1964 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 1965 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 1966 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 1967 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 1968 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 1969 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 1970 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - uid: 1971 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 1972 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 1973 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 1974 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 1975 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 1976 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 1977 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 1978 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 1979 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 1 - type: Transform - uid: 1980 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 1981 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 1982 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 1983 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 1 - type: Transform - uid: 1984 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - uid: 1985 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 1 - type: Transform - uid: 1986 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 1 - type: Transform - uid: 1987 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 1 - type: Transform - uid: 1988 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 1989 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 1 - type: Transform - uid: 1990 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 1 - type: Transform - uid: 1991 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 1 - type: Transform - uid: 1992 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 1993 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - uid: 1994 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 1995 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 1 - type: Transform - uid: 1996 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 1997 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 1 - type: Transform - uid: 1998 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - uid: 1999 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 2000 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 2001 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 1 - type: Transform - uid: 2002 components: - - pos: -4.5,-18.5 + - type: Transform + pos: -4.5,-18.5 parent: 1 - type: Transform - uid: 2003 components: - - pos: -4.5,-19.5 + - type: Transform + pos: -4.5,-19.5 parent: 1 - type: Transform - uid: 2004 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 2005 components: - - pos: -4.5,-21.5 + - type: Transform + pos: -4.5,-21.5 parent: 1 - type: Transform - uid: 2006 components: - - pos: -4.5,-22.5 + - type: Transform + pos: -4.5,-22.5 parent: 1 - type: Transform - uid: 2007 components: - - pos: -4.5,-23.5 + - type: Transform + pos: -4.5,-23.5 parent: 1 - type: Transform - uid: 2008 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 2009 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 1 - type: Transform - uid: 2010 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 2011 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 2012 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - uid: 2013 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - uid: 2014 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 2015 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 2016 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 2017 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 2018 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 1 - type: Transform - uid: 2019 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 2020 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 2021 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 2022 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 2023 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 2024 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 1 - type: Transform - uid: 2025 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 1 - type: Transform - uid: 2026 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 2027 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 1 - type: Transform - uid: 2028 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 1 - type: Transform - uid: 2029 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 1 - type: Transform - uid: 2030 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 1 - type: Transform - uid: 2031 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 2032 components: - - pos: -3.5,19.5 + - type: Transform + pos: -3.5,19.5 parent: 1 - type: Transform - uid: 2033 components: - - pos: -3.5,20.5 + - type: Transform + pos: -3.5,20.5 parent: 1 - type: Transform - uid: 2034 components: - - pos: -4.5,20.5 + - type: Transform + pos: -4.5,20.5 parent: 1 - type: Transform - uid: 2035 components: - - pos: -5.5,20.5 + - type: Transform + pos: -5.5,20.5 parent: 1 - type: Transform - uid: 2036 components: - - pos: -6.5,20.5 + - type: Transform + pos: -6.5,20.5 parent: 1 - type: Transform - uid: 2037 components: - - pos: -7.5,20.5 + - type: Transform + pos: -7.5,20.5 parent: 1 - type: Transform - uid: 2038 components: - - pos: -8.5,20.5 + - type: Transform + pos: -8.5,20.5 parent: 1 - type: Transform - uid: 2039 components: - - pos: -9.5,20.5 + - type: Transform + pos: -9.5,20.5 parent: 1 - type: Transform - uid: 2040 components: - - pos: -10.5,20.5 + - type: Transform + pos: -10.5,20.5 parent: 1 - type: Transform - uid: 2041 components: - - pos: -11.5,20.5 + - type: Transform + pos: -11.5,20.5 parent: 1 - type: Transform - uid: 2042 components: - - pos: -12.5,20.5 + - type: Transform + pos: -12.5,20.5 parent: 1 - type: Transform - uid: 2043 components: - - pos: -13.5,20.5 + - type: Transform + pos: -13.5,20.5 parent: 1 - type: Transform - uid: 2044 components: - - pos: -14.5,20.5 + - type: Transform + pos: -14.5,20.5 parent: 1 - type: Transform - uid: 2045 components: - - pos: -15.5,20.5 + - type: Transform + pos: -15.5,20.5 parent: 1 - type: Transform - uid: 2046 components: - - pos: -16.5,20.5 + - type: Transform + pos: -16.5,20.5 parent: 1 - type: Transform - uid: 2047 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 2048 components: - - pos: -4.5,18.5 + - type: Transform + pos: -4.5,18.5 parent: 1 - type: Transform - uid: 2049 components: - - pos: -5.5,18.5 + - type: Transform + pos: -5.5,18.5 parent: 1 - type: Transform - uid: 2050 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - uid: 2051 components: - - pos: -7.5,18.5 + - type: Transform + pos: -7.5,18.5 parent: 1 - type: Transform - uid: 2052 components: - - pos: -8.5,18.5 + - type: Transform + pos: -8.5,18.5 parent: 1 - type: Transform - uid: 2053 components: - - pos: -9.5,18.5 + - type: Transform + pos: -9.5,18.5 parent: 1 - type: Transform - uid: 2054 components: - - pos: -10.5,18.5 + - type: Transform + pos: -10.5,18.5 parent: 1 - type: Transform - uid: 2055 components: - - pos: -11.5,18.5 + - type: Transform + pos: -11.5,18.5 parent: 1 - type: Transform - uid: 2056 components: - - pos: -12.5,18.5 + - type: Transform + pos: -12.5,18.5 parent: 1 - type: Transform - uid: 2057 components: - - pos: -13.5,18.5 + - type: Transform + pos: -13.5,18.5 parent: 1 - type: Transform - uid: 2058 components: - - pos: -14.5,18.5 + - type: Transform + pos: -14.5,18.5 parent: 1 - type: Transform - uid: 2059 components: - - pos: -15.5,18.5 + - type: Transform + pos: -15.5,18.5 parent: 1 - type: Transform - uid: 2060 components: - - pos: -4.5,17.5 + - type: Transform + pos: -4.5,17.5 parent: 1 - type: Transform - uid: 2061 components: - - pos: -4.5,16.5 + - type: Transform + pos: -4.5,16.5 parent: 1 - type: Transform - uid: 2062 components: - - pos: -4.5,15.5 + - type: Transform + pos: -4.5,15.5 parent: 1 - type: Transform - uid: 2063 components: - - pos: -5.5,15.5 + - type: Transform + pos: -5.5,15.5 parent: 1 - type: Transform - uid: 2064 components: - - pos: -6.5,15.5 + - type: Transform + pos: -6.5,15.5 parent: 1 - type: Transform - uid: 2065 components: - - pos: -7.5,15.5 + - type: Transform + pos: -7.5,15.5 parent: 1 - type: Transform - uid: 2066 components: - - pos: -8.5,15.5 + - type: Transform + pos: -8.5,15.5 parent: 1 - type: Transform - uid: 2067 components: - - pos: -9.5,15.5 + - type: Transform + pos: -9.5,15.5 parent: 1 - type: Transform - uid: 2068 components: - - pos: -10.5,15.5 + - type: Transform + pos: -10.5,15.5 parent: 1 - type: Transform - uid: 2069 components: - - pos: -11.5,15.5 + - type: Transform + pos: -11.5,15.5 parent: 1 - type: Transform - uid: 2070 components: - - pos: -12.5,15.5 + - type: Transform + pos: -12.5,15.5 parent: 1 - type: Transform - uid: 2071 components: - - pos: -13.5,15.5 + - type: Transform + pos: -13.5,15.5 parent: 1 - type: Transform - uid: 2072 components: - - pos: -14.5,15.5 + - type: Transform + pos: -14.5,15.5 parent: 1 - type: Transform - uid: 2073 components: - - pos: -15.5,15.5 + - type: Transform + pos: -15.5,15.5 parent: 1 - type: Transform - uid: 2074 components: - - pos: -16.5,15.5 + - type: Transform + pos: -16.5,15.5 parent: 1 - type: Transform - uid: 2075 components: - - pos: -17.5,15.5 + - type: Transform + pos: -17.5,15.5 parent: 1 - type: Transform - uid: 2076 components: - - pos: -18.5,15.5 + - type: Transform + pos: -18.5,15.5 parent: 1 - type: Transform - uid: 2077 components: - - pos: -18.5,16.5 + - type: Transform + pos: -18.5,16.5 parent: 1 - type: Transform - uid: 2078 components: - - pos: -3.5,15.5 + - type: Transform + pos: -3.5,15.5 parent: 1 - type: Transform - uid: 2079 components: - - pos: -2.5,15.5 + - type: Transform + pos: -2.5,15.5 parent: 1 - type: Transform - uid: 2080 components: - - pos: -2.5,16.5 + - type: Transform + pos: -2.5,16.5 parent: 1 - type: Transform - uid: 2081 components: - - pos: -10.5,14.5 + - type: Transform + pos: -10.5,14.5 parent: 1 - type: Transform - uid: 2082 components: - - pos: -10.5,13.5 + - type: Transform + pos: -10.5,13.5 parent: 1 - type: Transform - uid: 2083 components: - - pos: -10.5,12.5 + - type: Transform + pos: -10.5,12.5 parent: 1 - type: Transform - uid: 2084 components: - - pos: -8.5,-32.5 + - type: Transform + pos: -8.5,-32.5 parent: 1 - type: Transform - proto: CableHV entities: - uid: 1129 components: - - pos: -12.5,-35.5 + - type: Transform + pos: -12.5,-35.5 parent: 1 - type: Transform - uid: 1130 components: - - pos: -12.5,-36.5 + - type: Transform + pos: -12.5,-36.5 parent: 1 - type: Transform - uid: 1131 components: - - pos: -12.5,-37.5 + - type: Transform + pos: -12.5,-37.5 parent: 1 - type: Transform - uid: 1132 components: - - pos: -12.5,-38.5 + - type: Transform + pos: -12.5,-38.5 parent: 1 - type: Transform - uid: 1133 components: - - pos: -12.5,-39.5 + - type: Transform + pos: -12.5,-39.5 parent: 1 - type: Transform - uid: 1134 components: - - pos: -11.5,-39.5 + - type: Transform + pos: -11.5,-39.5 parent: 1 - type: Transform - uid: 1135 components: - - pos: -10.5,-39.5 + - type: Transform + pos: -10.5,-39.5 parent: 1 - type: Transform - uid: 1136 components: - - pos: -9.5,-39.5 + - type: Transform + pos: -9.5,-39.5 parent: 1 - type: Transform - uid: 1137 components: - - pos: -8.5,-39.5 + - type: Transform + pos: -8.5,-39.5 parent: 1 - type: Transform - uid: 1138 components: - - pos: -8.5,-38.5 + - type: Transform + pos: -8.5,-38.5 parent: 1 - type: Transform - uid: 1139 components: - - pos: -8.5,-37.5 + - type: Transform + pos: -8.5,-37.5 parent: 1 - type: Transform - uid: 1140 components: - - pos: -8.5,-36.5 + - type: Transform + pos: -8.5,-36.5 parent: 1 - type: Transform - uid: 1141 components: - - pos: -8.5,-35.5 + - type: Transform + pos: -8.5,-35.5 parent: 1 - type: Transform - uid: 1144 components: - - pos: -10.5,-40.5 + - type: Transform + pos: -10.5,-40.5 parent: 1 - type: Transform - uid: 1145 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 1 - type: Transform - uid: 1146 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 1 - type: Transform - uid: 1147 components: - - pos: -12.5,-41.5 + - type: Transform + pos: -12.5,-41.5 parent: 1 - type: Transform - uid: 1148 components: - - pos: -13.5,-41.5 + - type: Transform + pos: -13.5,-41.5 parent: 1 - type: Transform - uid: 1149 components: - - pos: -14.5,-41.5 + - type: Transform + pos: -14.5,-41.5 parent: 1 - type: Transform - uid: 1150 components: - - pos: -15.5,-41.5 + - type: Transform + pos: -15.5,-41.5 parent: 1 - type: Transform - uid: 1151 components: - - pos: -16.5,-41.5 + - type: Transform + pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 1407 components: - - pos: -15.5,-22.5 + - type: Transform + pos: -15.5,-22.5 parent: 1 - type: Transform - uid: 1520 components: - - pos: -15.5,-30.5 + - type: Transform + pos: -15.5,-30.5 parent: 1 - type: Transform - uid: 1521 components: - - pos: -15.5,-26.5 + - type: Transform + pos: -15.5,-26.5 parent: 1 - type: Transform - uid: 1522 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 1 - type: Transform - uid: 1523 components: - - pos: -15.5,-24.5 + - type: Transform + pos: -15.5,-24.5 parent: 1 - type: Transform - uid: 1524 components: - - pos: -15.5,-29.5 + - type: Transform + pos: -15.5,-29.5 parent: 1 - type: Transform - uid: 1525 components: - - pos: -15.5,-34.5 + - type: Transform + pos: -15.5,-34.5 parent: 1 - type: Transform - uid: 1526 components: - - pos: -15.5,-33.5 + - type: Transform + pos: -15.5,-33.5 parent: 1 - type: Transform - uid: 1528 components: - - pos: -15.5,-31.5 + - type: Transform + pos: -15.5,-31.5 parent: 1 - type: Transform - uid: 1529 components: - - pos: -15.5,-32.5 + - type: Transform + pos: -15.5,-32.5 parent: 1 - type: Transform - uid: 1531 components: - - pos: -15.5,-23.5 + - type: Transform + pos: -15.5,-23.5 parent: 1 - type: Transform - uid: 1533 components: - - pos: -15.5,-21.5 + - type: Transform + pos: -15.5,-21.5 parent: 1 - type: Transform - uid: 1541 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 1 - type: Transform - uid: 1542 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 1 - type: Transform - uid: 1543 components: - - pos: -15.5,-28.5 + - type: Transform + pos: -15.5,-28.5 parent: 1 - type: Transform - uid: 1544 components: - - pos: -15.5,-27.5 + - type: Transform + pos: -15.5,-27.5 parent: 1 - type: Transform - uid: 1545 components: - - pos: -15.5,-35.5 + - type: Transform + pos: -15.5,-35.5 parent: 1 - type: Transform - uid: 1546 components: - - pos: -15.5,-36.5 + - type: Transform + pos: -15.5,-36.5 parent: 1 - type: Transform - uid: 1547 components: - - pos: -15.5,-37.5 + - type: Transform + pos: -15.5,-37.5 parent: 1 - type: Transform - uid: 1548 components: - - pos: -15.5,-38.5 + - type: Transform + pos: -15.5,-38.5 parent: 1 - type: Transform - uid: 1640 components: - - pos: -15.5,-20.5 + - type: Transform + pos: -15.5,-20.5 parent: 1 - type: Transform - uid: 1641 components: - - pos: -15.5,-19.5 + - type: Transform + pos: -15.5,-19.5 parent: 1 - type: Transform - uid: 1642 components: - - pos: -15.5,-18.5 + - type: Transform + pos: -15.5,-18.5 parent: 1 - type: Transform - uid: 1643 components: - - pos: -15.5,-17.5 + - type: Transform + pos: -15.5,-17.5 parent: 1 - type: Transform - uid: 1644 components: - - pos: -15.5,-16.5 + - type: Transform + pos: -15.5,-16.5 parent: 1 - type: Transform - uid: 1645 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 1 - type: Transform - uid: 1646 components: - - pos: -15.5,-14.5 + - type: Transform + pos: -15.5,-14.5 parent: 1 - type: Transform - uid: 1647 components: - - pos: -15.5,-13.5 + - type: Transform + pos: -15.5,-13.5 parent: 1 - type: Transform - uid: 1648 components: - - pos: -15.5,-12.5 + - type: Transform + pos: -15.5,-12.5 parent: 1 - type: Transform - uid: 1649 components: - - pos: -15.5,-11.5 + - type: Transform + pos: -15.5,-11.5 parent: 1 - type: Transform - uid: 1650 components: - - pos: -15.5,-10.5 + - type: Transform + pos: -15.5,-10.5 parent: 1 - type: Transform - uid: 1651 components: - - pos: -15.5,-9.5 + - type: Transform + pos: -15.5,-9.5 parent: 1 - type: Transform - uid: 1652 components: - - pos: -15.5,-8.5 + - type: Transform + pos: -15.5,-8.5 parent: 1 - type: Transform - uid: 1653 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 1 - type: Transform - uid: 1654 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 1 - type: Transform - uid: 1655 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 1 - type: Transform - uid: 1656 components: - - pos: -15.5,-4.5 + - type: Transform + pos: -15.5,-4.5 parent: 1 - type: Transform - uid: 1657 components: - - pos: -15.5,-3.5 + - type: Transform + pos: -15.5,-3.5 parent: 1 - type: Transform - uid: 1658 components: - - pos: -15.5,-2.5 + - type: Transform + pos: -15.5,-2.5 parent: 1 - type: Transform - uid: 1659 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 1 - type: Transform - uid: 1660 components: - - pos: -15.5,-0.5 + - type: Transform + pos: -15.5,-0.5 parent: 1 - type: Transform - uid: 1661 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 1 - type: Transform - uid: 1662 components: - - pos: -15.5,1.5 + - type: Transform + pos: -15.5,1.5 parent: 1 - type: Transform - uid: 1663 components: - - pos: -15.5,2.5 + - type: Transform + pos: -15.5,2.5 parent: 1 - type: Transform - uid: 1664 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 1 - type: Transform - uid: 1665 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 1 - type: Transform - uid: 1666 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 1 - type: Transform - uid: 1667 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - uid: 1668 components: - - pos: -15.5,7.5 + - type: Transform + pos: -15.5,7.5 parent: 1 - type: Transform - uid: 1669 components: - - pos: -15.5,8.5 + - type: Transform + pos: -15.5,8.5 parent: 1 - type: Transform - uid: 1670 components: - - pos: -15.5,9.5 + - type: Transform + pos: -15.5,9.5 parent: 1 - type: Transform - uid: 1671 components: - - pos: -15.5,10.5 + - type: Transform + pos: -15.5,10.5 parent: 1 - type: Transform - uid: 1672 components: - - pos: -15.5,11.5 + - type: Transform + pos: -15.5,11.5 parent: 1 - type: Transform - uid: 1673 components: - - pos: -15.5,12.5 + - type: Transform + pos: -15.5,12.5 parent: 1 - type: Transform - uid: 1674 components: - - pos: -15.5,13.5 + - type: Transform + pos: -15.5,13.5 parent: 1 - type: Transform - uid: 1675 components: - - pos: -15.5,14.5 + - type: Transform + pos: -15.5,14.5 parent: 1 - type: Transform - uid: 1676 components: - - pos: -15.5,15.5 + - type: Transform + pos: -15.5,15.5 parent: 1 - type: Transform - uid: 1677 components: - - pos: -15.5,16.5 + - type: Transform + pos: -15.5,16.5 parent: 1 - type: Transform - uid: 1678 components: - - pos: -15.5,17.5 + - type: Transform + pos: -15.5,17.5 parent: 1 - type: Transform - uid: 1679 components: - - pos: -15.5,18.5 + - type: Transform + pos: -15.5,18.5 parent: 1 - type: Transform - uid: 1680 components: - - pos: -16.5,18.5 + - type: Transform + pos: -16.5,18.5 parent: 1 - type: Transform - uid: 1681 components: - - pos: -17.5,18.5 + - type: Transform + pos: -17.5,18.5 parent: 1 - type: Transform - proto: CableMV entities: - uid: 1152 components: - - pos: -16.5,-41.5 + - type: Transform + pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 1153 components: - - pos: -15.5,-41.5 + - type: Transform + pos: -15.5,-41.5 parent: 1 - type: Transform - uid: 1154 components: - - pos: -14.5,-41.5 + - type: Transform + pos: -14.5,-41.5 parent: 1 - type: Transform - uid: 1155 components: - - pos: -13.5,-41.5 + - type: Transform + pos: -13.5,-41.5 parent: 1 - type: Transform - uid: 1156 components: - - pos: -12.5,-41.5 + - type: Transform + pos: -12.5,-41.5 parent: 1 - type: Transform - uid: 1157 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 1 - type: Transform - uid: 1158 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 1 - type: Transform - uid: 1159 components: - - pos: -9.5,-41.5 + - type: Transform + pos: -9.5,-41.5 parent: 1 - type: Transform - uid: 1160 components: - - pos: -8.5,-41.5 + - type: Transform + pos: -8.5,-41.5 parent: 1 - type: Transform - uid: 1161 components: - - pos: -7.5,-41.5 + - type: Transform + pos: -7.5,-41.5 parent: 1 - type: Transform - uid: 1162 components: - - pos: -6.5,-41.5 + - type: Transform + pos: -6.5,-41.5 parent: 1 - type: Transform - uid: 1163 components: - - pos: -5.5,-41.5 + - type: Transform + pos: -5.5,-41.5 parent: 1 - type: Transform - uid: 1164 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 1 - type: Transform - uid: 1539 components: - - pos: -8.5,-25.5 + - type: Transform + pos: -8.5,-25.5 parent: 1 - type: Transform - uid: 1682 components: - - pos: -17.5,18.5 + - type: Transform + pos: -17.5,18.5 parent: 1 - type: Transform - uid: 1683 components: - - pos: -16.5,18.5 + - type: Transform + pos: -16.5,18.5 parent: 1 - type: Transform - uid: 1684 components: - - pos: -15.5,18.5 + - type: Transform + pos: -15.5,18.5 parent: 1 - type: Transform - uid: 1685 components: - - pos: -14.5,18.5 + - type: Transform + pos: -14.5,18.5 parent: 1 - type: Transform - uid: 1686 components: - - pos: -13.5,18.5 + - type: Transform + pos: -13.5,18.5 parent: 1 - type: Transform - uid: 1687 components: - - pos: -12.5,18.5 + - type: Transform + pos: -12.5,18.5 parent: 1 - type: Transform - uid: 1688 components: - - pos: -11.5,18.5 + - type: Transform + pos: -11.5,18.5 parent: 1 - type: Transform - uid: 1689 components: - - pos: -10.5,18.5 + - type: Transform + pos: -10.5,18.5 parent: 1 - type: Transform - uid: 1690 components: - - pos: -9.5,18.5 + - type: Transform + pos: -9.5,18.5 parent: 1 - type: Transform - uid: 1691 components: - - pos: -8.5,18.5 + - type: Transform + pos: -8.5,18.5 parent: 1 - type: Transform - uid: 1692 components: - - pos: -7.5,18.5 + - type: Transform + pos: -7.5,18.5 parent: 1 - type: Transform - uid: 1693 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - uid: 1694 components: - - pos: -5.5,18.5 + - type: Transform + pos: -5.5,18.5 parent: 1 - type: Transform - uid: 1695 components: - - pos: -4.5,18.5 + - type: Transform + pos: -4.5,18.5 parent: 1 - type: Transform - uid: 1696 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 1700 components: - - pos: -9.5,-40.5 + - type: Transform + pos: -9.5,-40.5 parent: 1 - type: Transform - uid: 1701 components: - - pos: -9.5,-39.5 + - type: Transform + pos: -9.5,-39.5 parent: 1 - type: Transform - uid: 1702 components: - - pos: -10.5,-39.5 + - type: Transform + pos: -10.5,-39.5 parent: 1 - type: Transform - uid: 1703 components: - - pos: -10.5,-38.5 + - type: Transform + pos: -10.5,-38.5 parent: 1 - type: Transform - uid: 1704 components: - - pos: -10.5,-37.5 + - type: Transform + pos: -10.5,-37.5 parent: 1 - type: Transform - uid: 1705 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - uid: 1706 components: - - pos: -10.5,-35.5 + - type: Transform + pos: -10.5,-35.5 parent: 1 - type: Transform - uid: 1707 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - uid: 1708 components: - - pos: -10.5,-33.5 + - type: Transform + pos: -10.5,-33.5 parent: 1 - type: Transform - uid: 1709 components: - - pos: -10.5,-32.5 + - type: Transform + pos: -10.5,-32.5 parent: 1 - type: Transform - uid: 1710 components: - - pos: -9.5,-32.5 + - type: Transform + pos: -9.5,-32.5 parent: 1 - type: Transform - uid: 1711 components: - - pos: -8.5,-32.5 + - type: Transform + pos: -8.5,-32.5 parent: 1 - type: Transform - uid: 1712 components: - - pos: -7.5,-32.5 + - type: Transform + pos: -7.5,-32.5 parent: 1 - type: Transform - uid: 1713 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 1 - type: Transform - uid: 1714 components: - - pos: -6.5,-32.5 + - type: Transform + pos: -6.5,-32.5 parent: 1 - type: Transform - uid: 1715 components: - - pos: -5.5,-32.5 + - type: Transform + pos: -5.5,-32.5 parent: 1 - type: Transform - uid: 1716 components: - - pos: -5.5,-31.5 + - type: Transform + pos: -5.5,-31.5 parent: 1 - type: Transform - uid: 1717 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 1 - type: Transform - uid: 1718 components: - - pos: -5.5,-29.5 + - type: Transform + pos: -5.5,-29.5 parent: 1 - type: Transform - uid: 1719 components: - - pos: -5.5,-28.5 + - type: Transform + pos: -5.5,-28.5 parent: 1 - type: Transform - uid: 1720 components: - - pos: -5.5,-27.5 + - type: Transform + pos: -5.5,-27.5 parent: 1 - type: Transform - uid: 1721 components: - - pos: -5.5,-26.5 + - type: Transform + pos: -5.5,-26.5 parent: 1 - type: Transform - uid: 1722 components: - - pos: -6.5,-26.5 + - type: Transform + pos: -6.5,-26.5 parent: 1 - type: Transform - uid: 1723 components: - - pos: -7.5,-26.5 + - type: Transform + pos: -7.5,-26.5 parent: 1 - type: Transform - uid: 1724 components: - - pos: -8.5,-26.5 + - type: Transform + pos: -8.5,-26.5 parent: 1 - type: Transform - uid: 1740 components: - - pos: -5.5,-25.5 + - type: Transform + pos: -5.5,-25.5 parent: 1 - type: Transform - uid: 1741 components: - - pos: -5.5,-24.5 + - type: Transform + pos: -5.5,-24.5 parent: 1 - type: Transform - uid: 1742 components: - - pos: -5.5,-23.5 + - type: Transform + pos: -5.5,-23.5 parent: 1 - type: Transform - uid: 1743 components: - - pos: -5.5,-22.5 + - type: Transform + pos: -5.5,-22.5 parent: 1 - type: Transform - uid: 1744 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 1 - type: Transform - uid: 1745 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 1 - type: Transform - uid: 1746 components: - - pos: -5.5,-19.5 + - type: Transform + pos: -5.5,-19.5 parent: 1 - type: Transform - uid: 1747 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 1 - type: Transform - uid: 1748 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 1 - type: Transform - uid: 1749 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 1750 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 1751 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 1 - type: Transform - uid: 1752 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - uid: 1753 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 1 - type: Transform - uid: 1754 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - uid: 1755 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 1 - type: Transform - uid: 1756 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 1757 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 1 - type: Transform - uid: 1758 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 1759 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 1 - type: Transform - uid: 1760 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 1761 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 1 - type: Transform - uid: 1762 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 1763 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - uid: 1764 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 1765 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 1766 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 1767 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 1768 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 1769 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 1770 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 1771 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 1772 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 1773 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 1774 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 1775 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 1776 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 1777 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 1778 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 1779 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 1780 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 1781 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 1782 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 1783 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - uid: 1784 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 1785 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 1 - type: Transform - uid: 1786 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 1 - type: Transform - uid: 1787 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 1 - type: Transform - uid: 1788 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - uid: 1789 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 1 - type: Transform - uid: 1790 components: - - pos: -14.5,-8.5 + - type: Transform + pos: -14.5,-8.5 parent: 1 - type: Transform - uid: 1791 components: - - pos: -15.5,-8.5 + - type: Transform + pos: -15.5,-8.5 parent: 1 - type: Transform - uid: 1792 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 1 - type: Transform - uid: 1793 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 1 - type: Transform - uid: 1794 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 1 - type: Transform - uid: 1795 components: - - pos: -15.5,-4.5 + - type: Transform + pos: -15.5,-4.5 parent: 1 - type: Transform - uid: 1796 components: - - pos: -15.5,-3.5 + - type: Transform + pos: -15.5,-3.5 parent: 1 - type: Transform - uid: 1797 components: - - pos: -15.5,-2.5 + - type: Transform + pos: -15.5,-2.5 parent: 1 - type: Transform - uid: 1798 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 1 - type: Transform - uid: 1799 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 1 - type: Transform - proto: CableTerminal entities: - uid: 1105 components: - - pos: -10.5,-39.5 + - type: Transform + pos: -10.5,-39.5 parent: 1 - type: Transform - proto: Catwalk entities: - uid: 270 components: - - pos: -17.5,22.5 + - type: Transform + pos: -17.5,22.5 parent: 1 - type: Transform - uid: 271 components: - - pos: -3.5,22.5 + - type: Transform + pos: -3.5,22.5 parent: 1 - type: Transform - uid: 598 components: - - pos: -16.5,-43.5 + - type: Transform + pos: -16.5,-43.5 parent: 1 - type: Transform - uid: 599 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 1 - type: Transform - uid: 600 components: - - pos: -14.5,-43.5 + - type: Transform + pos: -14.5,-43.5 parent: 1 - type: Transform - uid: 601 components: - - pos: -13.5,-43.5 + - type: Transform + pos: -13.5,-43.5 parent: 1 - type: Transform - uid: 607 components: - - pos: -7.5,-43.5 + - type: Transform + pos: -7.5,-43.5 parent: 1 - type: Transform - uid: 608 components: - - pos: -6.5,-43.5 + - type: Transform + pos: -6.5,-43.5 parent: 1 - type: Transform - uid: 609 components: - - pos: -5.5,-43.5 + - type: Transform + pos: -5.5,-43.5 parent: 1 - type: Transform - uid: 610 components: - - pos: -4.5,-43.5 + - type: Transform + pos: -4.5,-43.5 parent: 1 - type: Transform - uid: 611 components: - - pos: -17.5,-43.5 + - type: Transform + pos: -17.5,-43.5 parent: 1 - type: Transform - uid: 612 components: - - pos: -17.5,-42.5 + - type: Transform + pos: -17.5,-42.5 parent: 1 - type: Transform - uid: 613 components: - - pos: -3.5,-43.5 + - type: Transform + pos: -3.5,-43.5 parent: 1 - type: Transform - uid: 614 components: - - pos: -3.5,-42.5 + - type: Transform + pos: -3.5,-42.5 parent: 1 - type: Transform - uid: 955 components: - - pos: -18.5,-21.5 + - type: Transform + pos: -18.5,-21.5 parent: 1 - type: Transform - uid: 956 components: - - pos: -18.5,-20.5 + - type: Transform + pos: -18.5,-20.5 parent: 1 - type: Transform - uid: 957 components: - - pos: -18.5,-19.5 + - type: Transform + pos: -18.5,-19.5 parent: 1 - type: Transform - uid: 958 components: - - pos: -2.5,-21.5 + - type: Transform + pos: -2.5,-21.5 parent: 1 - type: Transform - uid: 959 components: - - pos: -2.5,-20.5 + - type: Transform + pos: -2.5,-20.5 parent: 1 - type: Transform - uid: 960 components: - - pos: -2.5,-19.5 + - type: Transform + pos: -2.5,-19.5 parent: 1 - type: Transform - uid: 961 components: - - pos: -18.5,0.5 + - type: Transform + pos: -18.5,0.5 parent: 1 - type: Transform - uid: 962 components: - - pos: -18.5,1.5 + - type: Transform + pos: -18.5,1.5 parent: 1 - type: Transform - uid: 963 components: - - pos: -18.5,2.5 + - type: Transform + pos: -18.5,2.5 parent: 1 - type: Transform - uid: 964 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 965 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 966 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 1107 components: - - pos: -10.5,-35.5 + - type: Transform + pos: -10.5,-35.5 parent: 1 - type: Transform - uid: 1108 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - uid: 1109 components: - - pos: -10.5,-37.5 + - type: Transform + pos: -10.5,-37.5 parent: 1 - type: Transform - uid: 1110 components: - - pos: -10.5,-38.5 + - type: Transform + pos: -10.5,-38.5 parent: 1 - type: Transform - uid: 1111 components: - - pos: -10.5,-39.5 + - type: Transform + pos: -10.5,-39.5 parent: 1 - type: Transform - uid: 1112 components: - - pos: -11.5,-39.5 + - type: Transform + pos: -11.5,-39.5 parent: 1 - type: Transform - uid: 1113 components: - - pos: -11.5,-40.5 + - type: Transform + pos: -11.5,-40.5 parent: 1 - type: Transform - uid: 1114 components: - - pos: -11.5,-41.5 + - type: Transform + pos: -11.5,-41.5 parent: 1 - type: Transform - uid: 1115 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 1 - type: Transform - uid: 1116 components: - - pos: -9.5,-41.5 + - type: Transform + pos: -9.5,-41.5 parent: 1 - type: Transform - uid: 1117 components: - - pos: -9.5,-40.5 + - type: Transform + pos: -9.5,-40.5 parent: 1 - type: Transform - uid: 1118 components: - - pos: -9.5,-39.5 + - type: Transform + pos: -9.5,-39.5 parent: 1 - type: Transform - uid: 1119 components: - - pos: -8.5,-40.5 + - type: Transform + pos: -8.5,-40.5 parent: 1 - type: Transform - uid: 1120 components: - - pos: -7.5,-40.5 + - type: Transform + pos: -7.5,-40.5 parent: 1 - type: Transform - uid: 1121 components: - - pos: -6.5,-40.5 + - type: Transform + pos: -6.5,-40.5 parent: 1 - type: Transform - uid: 1122 components: - - pos: -5.5,-40.5 + - type: Transform + pos: -5.5,-40.5 parent: 1 - type: Transform - uid: 1123 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 1 - type: Transform - uid: 1124 components: - - pos: -12.5,-40.5 + - type: Transform + pos: -12.5,-40.5 parent: 1 - type: Transform - uid: 1125 components: - - pos: -13.5,-40.5 + - type: Transform + pos: -13.5,-40.5 parent: 1 - type: Transform - uid: 1126 components: - - pos: -14.5,-40.5 + - type: Transform + pos: -14.5,-40.5 parent: 1 - type: Transform - uid: 1127 components: - - pos: -15.5,-40.5 + - type: Transform + pos: -15.5,-40.5 parent: 1 - type: Transform - uid: 1128 components: - - pos: -16.5,-40.5 + - type: Transform + pos: -16.5,-40.5 parent: 1 - type: Transform - proto: Chair entities: - uid: 668 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-18.5 parent: 1 - type: Transform - uid: 669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-17.5 parent: 1 - type: Transform - uid: 670 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-16.5 parent: 1 - type: Transform - uid: 674 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-18.5 parent: 1 - type: Transform - uid: 675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-16.5 parent: 1 - type: Transform - uid: 676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-18.5 parent: 1 - type: Transform - uid: 677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-16.5 parent: 1 - type: Transform - uid: 678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-17.5 parent: 1 - type: Transform - uid: 679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-18.5 parent: 1 - type: Transform - uid: 1064 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-16.5 parent: 1 - type: Transform - uid: 1066 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-17.5 parent: 1 - type: Transform - uid: 1067 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-17.5 parent: 1 - type: Transform - proto: ChairPilotSeat entities: - uid: 206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,20.5 parent: 1 - type: Transform - uid: 209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,20.5 parent: 1 - type: Transform - uid: 210 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,20.5 parent: 1 - type: Transform - uid: 216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,17.5 parent: 1 - type: Transform - uid: 230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,20.5 parent: 1 - type: Transform - uid: 232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,20.5 parent: 1 - type: Transform - uid: 239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,17.5 parent: 1 - type: Transform - uid: 241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,17.5 parent: 1 - type: Transform - uid: 342 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 1 - type: Transform - uid: 349 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 356 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - uid: 359 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 1 - type: Transform - uid: 425 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 1 - type: Transform - uid: 511 components: - - pos: -12.5,9.5 + - type: Transform + pos: -12.5,9.5 parent: 1 - type: Transform - uid: 512 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 513 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,7.5 parent: 1 - type: Transform - uid: 515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,7.5 parent: 1 - type: Transform - uid: 518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,2.5 parent: 1 - type: Transform - uid: 519 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,2.5 parent: 1 - type: Transform - uid: 520 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,2.5 parent: 1 - type: Transform - uid: 523 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 1 - type: Transform - uid: 524 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 1 - type: Transform - uid: 525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-0.5 parent: 1 - type: Transform - uid: 527 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 1 - type: Transform - uid: 528 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - uid: 534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-5.5 parent: 1 - type: Transform - uid: 535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-5.5 parent: 1 - type: Transform - uid: 536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-5.5 parent: 1 - type: Transform - uid: 537 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 1 - type: Transform - uid: 538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-5.5 parent: 1 - type: Transform - uid: 539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-5.5 parent: 1 - type: Transform - uid: 602 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-42.5 parent: 1 - type: Transform - uid: 647 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-14.5 parent: 1 - type: Transform - uid: 651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-14.5 parent: 1 - type: Transform - uid: 652 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 1 - type: Transform - uid: 653 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 1 - type: Transform - uid: 654 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 1 - type: Transform - uid: 939 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-30.5 parent: 1 - type: Transform - uid: 940 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-30.5 parent: 1 - type: Transform - uid: 1005 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-0.5 parent: 1 - type: Transform - uid: 1006 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 1 - type: Transform - uid: 1007 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,7.5 parent: 1 - type: Transform - uid: 1008 components: - - pos: -11.5,9.5 + - type: Transform + pos: -11.5,9.5 parent: 1 - type: Transform - uid: 1073 components: - - pos: -13.5,13.5 + - type: Transform + pos: -13.5,13.5 parent: 1 - type: Transform - uid: 1074 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,11.5 parent: 1 - type: Transform - uid: 1075 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,11.5 parent: 1 - type: Transform - uid: 1076 components: - - pos: -7.5,13.5 + - type: Transform + pos: -7.5,13.5 parent: 1 - type: Transform - uid: 1077 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 1 - type: Transform - uid: 1078 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 1 - type: Transform - uid: 1079 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 1080 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,7.5 parent: 1 - type: Transform - uid: 1081 components: - - pos: -14.5,9.5 + - type: Transform + pos: -14.5,9.5 parent: 1 - type: Transform - uid: 1082 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,7.5 parent: 1 - type: Transform - uid: 1083 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,0.5 parent: 1 - type: Transform - uid: 1084 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 1 - type: Transform - uid: 1085 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 1 - type: Transform - uid: 1086 components: - - pos: -4.5,-30.5 + - type: Transform + pos: -4.5,-30.5 parent: 1 - type: Transform - uid: 1087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-32.5 parent: 1 - type: Transform - uid: 1088 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-32.5 parent: 1 - type: Transform - uid: 1165 components: - - pos: -15.5,-39.5 + - type: Transform + pos: -15.5,-39.5 parent: 1 - type: Transform - uid: 1175 components: - - pos: -13.5,-39.5 + - type: Transform + pos: -13.5,-39.5 parent: 1 - type: Transform - uid: 1176 components: - - pos: -7.5,-39.5 + - type: Transform + pos: -7.5,-39.5 parent: 1 - type: Transform - uid: 1177 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 1 - type: Transform - uid: 1179 components: - - pos: -6.5,-39.5 + - type: Transform + pos: -6.5,-39.5 parent: 1 - type: Transform - uid: 1180 components: - - pos: -14.5,-39.5 + - type: Transform + pos: -14.5,-39.5 parent: 1 - type: Transform - uid: 1202 components: - - pos: -14.5,-28.5 + - type: Transform + pos: -14.5,-28.5 parent: 1 - type: Transform - uid: 1203 components: - - pos: -6.5,-28.5 + - type: Transform + pos: -6.5,-28.5 parent: 1 - type: Transform - uid: 1204 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-30.5 parent: 1 - type: Transform - uid: 1205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-30.5 parent: 1 - type: Transform - uid: 1238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,2.5 parent: 1 - type: Transform - uid: 2087 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,7.5 parent: 1 - type: Transform - uid: 2109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-22.5 parent: 1 - type: Transform - uid: 2113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-23.5 parent: 1 - type: Transform - uid: 2114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-24.5 parent: 1 - type: Transform - uid: 2115 components: - - pos: -11.5,-20.5 + - type: Transform + pos: -11.5,-20.5 parent: 1 - type: Transform - uid: 2116 components: - - pos: -10.5,-20.5 + - type: Transform + pos: -10.5,-20.5 parent: 1 - type: Transform - uid: 2117 components: - - pos: -9.5,-20.5 + - type: Transform + pos: -9.5,-20.5 parent: 1 - type: Transform - uid: 2118 components: - - pos: -13.5,-20.5 + - type: Transform + pos: -13.5,-20.5 parent: 1 - type: Transform - uid: 2119 components: - - pos: -7.5,-20.5 + - type: Transform + pos: -7.5,-20.5 parent: 1 - type: Transform - uid: 2122 components: - - pos: -9.5,-22.5 + - type: Transform + pos: -9.5,-22.5 parent: 1 - type: Transform - uid: 2123 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-24.5 parent: 1 - type: Transform - uid: 2124 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-23.5 parent: 1 - type: Transform - uid: 2125 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-23.5 parent: 1 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 242 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 243 components: - - pos: -3.5,20.5 + - type: Transform + pos: -3.5,20.5 parent: 1 - type: Transform - uid: 638 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 1 - type: Transform - uid: 1059 components: - - pos: -18.5,5.5 + - type: Transform + pos: -18.5,5.5 parent: 1 - type: Transform - uid: 1060 components: - - pos: -18.5,-2.5 + - type: Transform + pos: -18.5,-2.5 parent: 1 - type: Transform - uid: 1061 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 1062 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 1194 components: - - pos: -16.5,-37.5 + - type: Transform + pos: -16.5,-37.5 parent: 1 - type: Transform - uid: 1195 components: - - pos: -14.5,-37.5 + - type: Transform + pos: -14.5,-37.5 parent: 1 - type: Transform - uid: 1196 components: - - pos: -6.5,-37.5 + - type: Transform + pos: -6.5,-37.5 parent: 1 - type: Transform - uid: 1197 components: - - pos: -4.5,-37.5 + - type: Transform + pos: -4.5,-37.5 parent: 1 - type: Transform - uid: 2127 components: - - pos: -7.5,-24.5 + - type: Transform + pos: -7.5,-24.5 parent: 1 - type: Transform - proto: ClosetFireFilled entities: - uid: 223 components: - - pos: -16.5,20.5 + - type: Transform + pos: -16.5,20.5 parent: 1 - type: Transform - uid: 231 components: - - pos: -4.5,20.5 + - type: Transform + pos: -4.5,20.5 parent: 1 - type: Transform - uid: 637 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 1 - type: Transform - uid: 1198 components: - - pos: -15.5,-37.5 + - type: Transform + pos: -15.5,-37.5 parent: 1 - type: Transform - uid: 1199 components: - - pos: -5.5,-37.5 + - type: Transform + pos: -5.5,-37.5 parent: 1 - type: Transform - proto: ClosetToolFilled entities: - uid: 603 components: - - pos: -15.5,-41.5 + - type: Transform + pos: -15.5,-41.5 parent: 1 - type: Transform - proto: ClosetWallAtmospherics entities: - uid: 1602 components: - - pos: -4.5,-38.5 + - type: Transform + pos: -4.5,-38.5 parent: 1 - type: Transform - proto: ClothingHandsGlovesColorYellow entities: - uid: 1627 components: - - pos: -8.449016,-29.38799 + - type: Transform + pos: -8.449016,-29.38799 parent: 1 - type: Transform - proto: ComputerComms entities: - uid: 221 components: - - pos: -12.5,21.5 + - type: Transform + pos: -12.5,21.5 parent: 1 - type: Transform - proto: ComputerCrewMonitoring entities: - uid: 211 components: - - pos: -8.5,21.5 + - type: Transform + pos: -8.5,21.5 parent: 1 - type: Transform - proto: ComputerEmergencyShuttle entities: - uid: 224 components: - - pos: -10.5,18.5 + - type: Transform + pos: -10.5,18.5 parent: 1 - type: Transform - proto: ComputerPowerMonitoring entities: - uid: 1220 components: - - pos: -10.5,-41.5 + - type: Transform + pos: -10.5,-41.5 parent: 1 - type: Transform - proto: ComputerRadar entities: - uid: 212 components: - - pos: -10.5,21.5 + - type: Transform + pos: -10.5,21.5 parent: 1 - type: Transform - proto: CrowbarRed entities: - uid: 1567 components: - - pos: -13.511516,15.530537 + - type: Transform + pos: -13.511516,15.530537 parent: 1 - type: Transform - uid: 1628 components: - - pos: -6.4490156,1.550913 + - type: Transform + pos: -6.4490156,1.550913 parent: 1 - type: Transform - uid: 1629 components: - - pos: -14.386516,-29.520695 + - type: Transform + pos: -14.386516,-29.520695 parent: 1 - type: Transform - proto: DisposalBend entities: - uid: 713 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-27.5 parent: 1 - type: Transform - uid: 714 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-27.5 parent: 1 - type: Transform - uid: 715 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-37.5 parent: 1 - type: Transform - uid: 716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-37.5 parent: 1 - type: Transform - uid: 717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,13.5 parent: 1 - type: Transform - uid: 718 components: - - pos: -15.5,13.5 + - type: Transform + pos: -15.5,13.5 parent: 1 - type: Transform - uid: 719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-0.5 parent: 1 - type: Transform - uid: 720 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 1 - type: Transform - uid: 721 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,13.5 parent: 1 - type: Transform - uid: 722 components: - - pos: -6.5,13.5 + - type: Transform + pos: -6.5,13.5 parent: 1 - type: Transform - uid: 723 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 724 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 725 components: - - pos: -4.5,13.5 + - type: Transform + pos: -4.5,13.5 parent: 1 - type: Transform - uid: 726 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,13.5 parent: 1 - type: Transform - uid: 727 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-37.5 parent: 1 - type: Transform - uid: 728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-37.5 parent: 1 - type: Transform - uid: 729 components: - - pos: -4.5,-26.5 + - type: Transform + pos: -4.5,-26.5 parent: 1 - type: Transform - uid: 730 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-26.5 parent: 1 - type: Transform - uid: 731 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-33.5 parent: 1 - type: Transform - uid: 732 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-33.5 parent: 1 - type: Transform - uid: 733 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-32.5 parent: 1 - type: Transform - uid: 734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-32.5 parent: 1 - type: Transform - proto: DisposalPipe entities: - uid: 335 components: - - pos: -10.5,-14.5 + - type: Transform + pos: -10.5,-14.5 parent: 1 - type: Transform - uid: 360 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 1 - type: Transform - uid: 368 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 1 - type: Transform - uid: 371 components: - - pos: -10.5,-15.5 + - type: Transform + pos: -10.5,-15.5 parent: 1 - type: Transform - uid: 374 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 1 - type: Transform - uid: 510 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 521 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 1 - type: Transform - uid: 522 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 1 - type: Transform - uid: 529 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - uid: 702 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 1 - type: Transform - uid: 703 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 1 - type: Transform - uid: 704 components: - - pos: -10.5,-18.5 + - type: Transform + pos: -10.5,-18.5 parent: 1 - type: Transform - uid: 705 components: - - pos: -10.5,-19.5 + - type: Transform + pos: -10.5,-19.5 parent: 1 - type: Transform - uid: 706 components: - - pos: -10.5,-20.5 + - type: Transform + pos: -10.5,-20.5 parent: 1 - type: Transform - uid: 707 components: - - pos: -10.5,-21.5 + - type: Transform + pos: -10.5,-21.5 parent: 1 - type: Transform - uid: 708 components: - - pos: -10.5,-22.5 + - type: Transform + pos: -10.5,-22.5 parent: 1 - type: Transform - uid: 709 components: - - pos: -10.5,-23.5 + - type: Transform + pos: -10.5,-23.5 parent: 1 - type: Transform - uid: 710 components: - - pos: -10.5,-24.5 + - type: Transform + pos: -10.5,-24.5 parent: 1 - type: Transform - uid: 711 components: - - pos: -10.5,-25.5 + - type: Transform + pos: -10.5,-25.5 parent: 1 - type: Transform - uid: 712 components: - - pos: -10.5,-26.5 + - type: Transform + pos: -10.5,-26.5 parent: 1 - type: Transform - uid: 735 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-31.5 parent: 1 - type: Transform - uid: 737 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-27.5 parent: 1 - type: Transform - uid: 738 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-27.5 parent: 1 - type: Transform - uid: 739 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-27.5 parent: 1 - type: Transform - uid: 740 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-28.5 parent: 1 - type: Transform - uid: 741 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-29.5 parent: 1 - type: Transform - uid: 742 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-30.5 parent: 1 - type: Transform - uid: 743 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-31.5 parent: 1 - type: Transform - uid: 744 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-32.5 parent: 1 - type: Transform - uid: 745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-33.5 parent: 1 - type: Transform - uid: 746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-34.5 parent: 1 - type: Transform - uid: 747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-35.5 parent: 1 - type: Transform - uid: 748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-36.5 parent: 1 - type: Transform - uid: 749 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-37.5 parent: 1 - type: Transform - uid: 750 components: - - pos: -16.5,-36.5 + - type: Transform + pos: -16.5,-36.5 parent: 1 - type: Transform - uid: 751 components: - - pos: -16.5,-35.5 + - type: Transform + pos: -16.5,-35.5 parent: 1 - type: Transform - uid: 752 components: - - pos: -16.5,-34.5 + - type: Transform + pos: -16.5,-34.5 parent: 1 - type: Transform - uid: 753 components: - - pos: -16.5,-33.5 + - type: Transform + pos: -16.5,-33.5 parent: 1 - type: Transform - uid: 754 components: - - pos: -16.5,-32.5 + - type: Transform + pos: -16.5,-32.5 parent: 1 - type: Transform - uid: 755 components: - - pos: -16.5,-31.5 + - type: Transform + pos: -16.5,-31.5 parent: 1 - type: Transform - uid: 756 components: - - pos: -16.5,-30.5 + - type: Transform + pos: -16.5,-30.5 parent: 1 - type: Transform - uid: 757 components: - - pos: -16.5,-29.5 + - type: Transform + pos: -16.5,-29.5 parent: 1 - type: Transform - uid: 758 components: - - pos: -16.5,-28.5 + - type: Transform + pos: -16.5,-28.5 parent: 1 - type: Transform - uid: 759 components: - - pos: -16.5,-27.5 + - type: Transform + pos: -16.5,-27.5 parent: 1 - type: Transform - uid: 760 components: - - pos: -16.5,-26.5 + - type: Transform + pos: -16.5,-26.5 parent: 1 - type: Transform - uid: 761 components: - - pos: -16.5,-25.5 + - type: Transform + pos: -16.5,-25.5 parent: 1 - type: Transform - uid: 762 components: - - pos: -16.5,-24.5 + - type: Transform + pos: -16.5,-24.5 parent: 1 - type: Transform - uid: 763 components: - - pos: -16.5,-23.5 + - type: Transform + pos: -16.5,-23.5 parent: 1 - type: Transform - uid: 764 components: - - pos: -16.5,-22.5 + - type: Transform + pos: -16.5,-22.5 parent: 1 - type: Transform - uid: 765 components: - - pos: -16.5,-21.5 + - type: Transform + pos: -16.5,-21.5 parent: 1 - type: Transform - uid: 766 components: - - pos: -16.5,-20.5 + - type: Transform + pos: -16.5,-20.5 parent: 1 - type: Transform - uid: 767 components: - - pos: -16.5,-19.5 + - type: Transform + pos: -16.5,-19.5 parent: 1 - type: Transform - uid: 768 components: - - pos: -16.5,-18.5 + - type: Transform + pos: -16.5,-18.5 parent: 1 - type: Transform - uid: 769 components: - - pos: -16.5,-17.5 + - type: Transform + pos: -16.5,-17.5 parent: 1 - type: Transform - uid: 770 components: - - pos: -16.5,-16.5 + - type: Transform + pos: -16.5,-16.5 parent: 1 - type: Transform - uid: 771 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 772 components: - - pos: -16.5,-14.5 + - type: Transform + pos: -16.5,-14.5 parent: 1 - type: Transform - uid: 773 components: - - pos: -16.5,-13.5 + - type: Transform + pos: -16.5,-13.5 parent: 1 - type: Transform - uid: 774 components: - - pos: -16.5,-12.5 + - type: Transform + pos: -16.5,-12.5 parent: 1 - type: Transform - uid: 775 components: - - pos: -16.5,-11.5 + - type: Transform + pos: -16.5,-11.5 parent: 1 - type: Transform - uid: 776 components: - - pos: -16.5,-10.5 + - type: Transform + pos: -16.5,-10.5 parent: 1 - type: Transform - uid: 777 components: - - pos: -16.5,-9.5 + - type: Transform + pos: -16.5,-9.5 parent: 1 - type: Transform - uid: 778 components: - - pos: -16.5,-8.5 + - type: Transform + pos: -16.5,-8.5 parent: 1 - type: Transform - uid: 779 components: - - pos: -16.5,-7.5 + - type: Transform + pos: -16.5,-7.5 parent: 1 - type: Transform - uid: 780 components: - - pos: -16.5,-6.5 + - type: Transform + pos: -16.5,-6.5 parent: 1 - type: Transform - uid: 781 components: - - pos: -16.5,-5.5 + - type: Transform + pos: -16.5,-5.5 parent: 1 - type: Transform - uid: 782 components: - - pos: -16.5,-4.5 + - type: Transform + pos: -16.5,-4.5 parent: 1 - type: Transform - uid: 783 components: - - pos: -16.5,-3.5 + - type: Transform + pos: -16.5,-3.5 parent: 1 - type: Transform - uid: 784 components: - - pos: -16.5,-2.5 + - type: Transform + pos: -16.5,-2.5 parent: 1 - type: Transform - uid: 785 components: - - pos: -16.5,-1.5 + - type: Transform + pos: -16.5,-1.5 parent: 1 - type: Transform - uid: 786 components: - - pos: -16.5,-0.5 + - type: Transform + pos: -16.5,-0.5 parent: 1 - type: Transform - uid: 787 components: - - pos: -16.5,0.5 + - type: Transform + pos: -16.5,0.5 parent: 1 - type: Transform - uid: 788 components: - - pos: -16.5,1.5 + - type: Transform + pos: -16.5,1.5 parent: 1 - type: Transform - uid: 789 components: - - pos: -16.5,2.5 + - type: Transform + pos: -16.5,2.5 parent: 1 - type: Transform - uid: 790 components: - - pos: -16.5,3.5 + - type: Transform + pos: -16.5,3.5 parent: 1 - type: Transform - uid: 791 components: - - pos: -16.5,4.5 + - type: Transform + pos: -16.5,4.5 parent: 1 - type: Transform - uid: 792 components: - - pos: -16.5,5.5 + - type: Transform + pos: -16.5,5.5 parent: 1 - type: Transform - uid: 793 components: - - pos: -16.5,6.5 + - type: Transform + pos: -16.5,6.5 parent: 1 - type: Transform - uid: 794 components: - - pos: -16.5,7.5 + - type: Transform + pos: -16.5,7.5 parent: 1 - type: Transform - uid: 795 components: - - pos: -16.5,8.5 + - type: Transform + pos: -16.5,8.5 parent: 1 - type: Transform - uid: 796 components: - - pos: -16.5,9.5 + - type: Transform + pos: -16.5,9.5 parent: 1 - type: Transform - uid: 797 components: - - pos: -16.5,10.5 + - type: Transform + pos: -16.5,10.5 parent: 1 - type: Transform - uid: 798 components: - - pos: -16.5,11.5 + - type: Transform + pos: -16.5,11.5 parent: 1 - type: Transform - uid: 799 components: - - pos: -16.5,12.5 + - type: Transform + pos: -16.5,12.5 parent: 1 - type: Transform - uid: 800 components: - - pos: -15.5,12.5 + - type: Transform + pos: -15.5,12.5 parent: 1 - type: Transform - uid: 801 components: - - pos: -15.5,11.5 + - type: Transform + pos: -15.5,11.5 parent: 1 - type: Transform - uid: 802 components: - - pos: -15.5,10.5 + - type: Transform + pos: -15.5,10.5 parent: 1 - type: Transform - uid: 803 components: - - pos: -15.5,9.5 + - type: Transform + pos: -15.5,9.5 parent: 1 - type: Transform - uid: 804 components: - - pos: -15.5,8.5 + - type: Transform + pos: -15.5,8.5 parent: 1 - type: Transform - uid: 805 components: - - pos: -15.5,7.5 + - type: Transform + pos: -15.5,7.5 parent: 1 - type: Transform - uid: 806 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - uid: 807 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 1 - type: Transform - uid: 808 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 1 - type: Transform - uid: 809 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 1 - type: Transform - uid: 810 components: - - pos: -15.5,2.5 + - type: Transform + pos: -15.5,2.5 parent: 1 - type: Transform - uid: 811 components: - - pos: -15.5,1.5 + - type: Transform + pos: -15.5,1.5 parent: 1 - type: Transform - uid: 812 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 1 - type: Transform - uid: 813 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 1 - type: Transform - uid: 814 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 1 - type: Transform - uid: 815 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 1 - type: Transform - uid: 816 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 1 - type: Transform - uid: 817 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 1 - type: Transform - uid: 818 components: - - pos: -14.5,5.5 + - type: Transform + pos: -14.5,5.5 parent: 1 - type: Transform - uid: 819 components: - - pos: -14.5,6.5 + - type: Transform + pos: -14.5,6.5 parent: 1 - type: Transform - uid: 820 components: - - pos: -14.5,7.5 + - type: Transform + pos: -14.5,7.5 parent: 1 - type: Transform - uid: 821 components: - - pos: -14.5,8.5 + - type: Transform + pos: -14.5,8.5 parent: 1 - type: Transform - uid: 822 components: - - pos: -14.5,9.5 + - type: Transform + pos: -14.5,9.5 parent: 1 - type: Transform - uid: 823 components: - - pos: -14.5,10.5 + - type: Transform + pos: -14.5,10.5 parent: 1 - type: Transform - uid: 824 components: - - pos: -14.5,11.5 + - type: Transform + pos: -14.5,11.5 parent: 1 - type: Transform - uid: 825 components: - - pos: -14.5,12.5 + - type: Transform + pos: -14.5,12.5 parent: 1 - type: Transform - uid: 826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,13.5 parent: 1 - type: Transform - uid: 827 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,13.5 parent: 1 - type: Transform - uid: 828 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,13.5 parent: 1 - type: Transform - uid: 829 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,13.5 parent: 1 - type: Transform - uid: 830 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,13.5 parent: 1 - type: Transform - uid: 831 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,13.5 parent: 1 - type: Transform - uid: 832 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,13.5 parent: 1 - type: Transform - uid: 833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,12.5 parent: 1 - type: Transform - uid: 834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,11.5 parent: 1 - type: Transform - uid: 835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,10.5 parent: 1 - type: Transform - uid: 836 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,9.5 parent: 1 - type: Transform - uid: 837 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,8.5 parent: 1 - type: Transform - uid: 838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,7.5 parent: 1 - type: Transform - uid: 839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,6.5 parent: 1 - type: Transform - uid: 840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,5.5 parent: 1 - type: Transform - uid: 841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,4.5 parent: 1 - type: Transform - uid: 842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,3.5 parent: 1 - type: Transform - uid: 843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,2.5 parent: 1 - type: Transform - uid: 844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,1.5 parent: 1 - type: Transform - uid: 845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 1 - type: Transform - uid: 846 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 847 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 848 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 849 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 850 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 851 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 852 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 1 - type: Transform - uid: 853 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 854 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - uid: 855 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform - uid: 856 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 857 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 858 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - uid: 859 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 1 - type: Transform - uid: 860 components: - - pos: -5.5,12.5 + - type: Transform + pos: -5.5,12.5 parent: 1 - type: Transform - uid: 861 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - uid: 862 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 863 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 864 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 865 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 866 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 867 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 868 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 869 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 870 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 871 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 872 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 873 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 874 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 875 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 876 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 877 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 878 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 879 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 880 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - uid: 881 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 1 - type: Transform - uid: 882 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 883 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 1 - type: Transform - uid: 884 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - uid: 885 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 1 - type: Transform - uid: 886 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - uid: 887 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 1 - type: Transform - uid: 888 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 889 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 890 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 1 - type: Transform - uid: 891 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 1 - type: Transform - uid: 892 components: - - pos: -5.5,-19.5 + - type: Transform + pos: -5.5,-19.5 parent: 1 - type: Transform - uid: 893 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 1 - type: Transform - uid: 894 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 1 - type: Transform - uid: 895 components: - - pos: -5.5,-22.5 + - type: Transform + pos: -5.5,-22.5 parent: 1 - type: Transform - uid: 896 components: - - pos: -5.5,-23.5 + - type: Transform + pos: -5.5,-23.5 parent: 1 - type: Transform - uid: 897 components: - - pos: -5.5,-24.5 + - type: Transform + pos: -5.5,-24.5 parent: 1 - type: Transform - uid: 898 components: - - pos: -5.5,-25.5 + - type: Transform + pos: -5.5,-25.5 parent: 1 - type: Transform - uid: 899 components: - - pos: -5.5,-26.5 + - type: Transform + pos: -5.5,-26.5 parent: 1 - type: Transform - uid: 900 components: - - pos: -5.5,-27.5 + - type: Transform + pos: -5.5,-27.5 parent: 1 - type: Transform - uid: 901 components: - - pos: -5.5,-28.5 + - type: Transform + pos: -5.5,-28.5 parent: 1 - type: Transform - uid: 902 components: - - pos: -5.5,-29.5 + - type: Transform + pos: -5.5,-29.5 parent: 1 - type: Transform - uid: 903 components: - - pos: -5.5,-30.5 + - type: Transform + pos: -5.5,-30.5 parent: 1 - type: Transform - uid: 904 components: - - pos: -5.5,-31.5 + - type: Transform + pos: -5.5,-31.5 parent: 1 - type: Transform - uid: 905 components: - - pos: -5.5,-32.5 + - type: Transform + pos: -5.5,-32.5 parent: 1 - type: Transform - uid: 906 components: - - pos: -5.5,-33.5 + - type: Transform + pos: -5.5,-33.5 parent: 1 - type: Transform - uid: 907 components: - - pos: -5.5,-34.5 + - type: Transform + pos: -5.5,-34.5 parent: 1 - type: Transform - uid: 908 components: - - pos: -5.5,-35.5 + - type: Transform + pos: -5.5,-35.5 parent: 1 - type: Transform - uid: 909 components: - - pos: -5.5,-36.5 + - type: Transform + pos: -5.5,-36.5 parent: 1 - type: Transform - uid: 910 components: - - pos: -4.5,-36.5 + - type: Transform + pos: -4.5,-36.5 parent: 1 - type: Transform - uid: 911 components: - - pos: -4.5,-35.5 + - type: Transform + pos: -4.5,-35.5 parent: 1 - type: Transform - uid: 912 components: - - pos: -4.5,-34.5 + - type: Transform + pos: -4.5,-34.5 parent: 1 - type: Transform - uid: 913 components: - - pos: -4.5,-33.5 + - type: Transform + pos: -4.5,-33.5 parent: 1 - type: Transform - uid: 914 components: - - pos: -4.5,-32.5 + - type: Transform + pos: -4.5,-32.5 parent: 1 - type: Transform - uid: 915 components: - - pos: -4.5,-31.5 + - type: Transform + pos: -4.5,-31.5 parent: 1 - type: Transform - uid: 916 components: - - pos: -4.5,-30.5 + - type: Transform + pos: -4.5,-30.5 parent: 1 - type: Transform - uid: 917 components: - - pos: -4.5,-29.5 + - type: Transform + pos: -4.5,-29.5 parent: 1 - type: Transform - uid: 918 components: - - pos: -4.5,-28.5 + - type: Transform + pos: -4.5,-28.5 parent: 1 - type: Transform - uid: 919 components: - - pos: -4.5,-27.5 + - type: Transform + pos: -4.5,-27.5 parent: 1 - type: Transform - uid: 920 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-26.5 parent: 1 - type: Transform - uid: 921 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-27.5 parent: 1 - type: Transform - uid: 922 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-28.5 parent: 1 - type: Transform - uid: 923 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-29.5 parent: 1 - type: Transform - uid: 924 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-30.5 parent: 1 - type: Transform - uid: 925 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-31.5 parent: 1 - type: Transform - uid: 926 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-32.5 parent: 1 - type: Transform - uid: 927 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-33.5 parent: 1 - type: Transform - uid: 928 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-33.5 parent: 1 - type: Transform - uid: 929 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-33.5 parent: 1 - type: Transform - uid: 930 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-33.5 parent: 1 - type: Transform - uid: 931 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-33.5 parent: 1 - type: Transform - uid: 932 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-33.5 parent: 1 - type: Transform - uid: 933 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-33.5 parent: 1 - type: Transform - uid: 934 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-33.5 parent: 1 - type: Transform - uid: 935 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-32.5 parent: 1 - type: Transform - uid: 936 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-32.5 parent: 1 - type: Transform - uid: 937 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-32.5 parent: 1 - type: Transform - uid: 938 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-32.5 parent: 1 - type: Transform - uid: 1002 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 1 - type: Transform - uid: 2130 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 1 - type: Transform - uid: 2131 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 2132 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 1 - type: Transform - uid: 2133 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 1 - type: Transform - uid: 2134 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 2135 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 2136 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 2137 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 2138 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 2139 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 1 - type: Transform - uid: 2140 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 2141 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 2142 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 2143 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 2144 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - proto: DisposalTrunk entities: - uid: 736 components: - - pos: -10.5,-30.5 + - type: Transform + pos: -10.5,-30.5 parent: 1 - type: Transform - uid: 1003 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - proto: DisposalUnit entities: - uid: 2145 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - proto: EmergencyLight entities: - uid: 361 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 375 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 452 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-22.5 parent: 1 - type: Transform - uid: 454 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,4.5 parent: 1 - type: Transform - uid: 455 components: - - pos: -2.5,-34.5 + - type: Transform + pos: -2.5,-34.5 parent: 1 - type: Transform - uid: 456 components: - - pos: -18.5,-34.5 + - type: Transform + pos: -18.5,-34.5 parent: 1 - type: Transform - uid: 457 components: - - pos: -2.5,-26.5 + - type: Transform + pos: -2.5,-26.5 parent: 1 - type: Transform - uid: 458 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-22.5 parent: 1 - type: Transform - uid: 459 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-22.5 parent: 1 - type: Transform - uid: 460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-30.5 parent: 1 - type: Transform - uid: 492 components: - - pos: -18.5,-4.5 + - type: Transform + pos: -18.5,-4.5 parent: 1 - type: Transform - uid: 493 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-33.5 parent: 1 - type: Transform - uid: 494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-27.5 parent: 1 - type: Transform - uid: 495 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 496 components: - - pos: -18.5,9.5 + - type: Transform + pos: -18.5,9.5 parent: 1 - type: Transform - uid: 497 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,15.5 parent: 1 - type: Transform - uid: 499 components: - - pos: -18.5,-26.5 + - type: Transform + pos: -18.5,-26.5 parent: 1 - type: Transform - uid: 500 components: - - pos: -18.5,17.5 + - type: Transform + pos: -18.5,17.5 parent: 1 - type: Transform - uid: 501 components: - - pos: -2.5,17.5 + - type: Transform + pos: -2.5,17.5 parent: 1 - type: Transform - uid: 686 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,15.5 parent: 1 - type: Transform - uid: 692 components: - - pos: -18.5,-12.5 + - type: Transform + pos: -18.5,-12.5 parent: 1 - type: Transform - uid: 693 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 1 - type: Transform - uid: 1405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,4.5 parent: 1 - type: Transform - uid: 1414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-33.5 parent: 1 - type: Transform - uid: 1415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-22.5 parent: 1 - type: Transform - uid: 1553 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-6.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 1554 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-6.5 parent: 1 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: EpinephrineChemistryBottle entities: - uid: 1633 components: - - pos: -10.261516,-2.3371007 + - type: Transform + pos: -10.261516,-2.3371007 parent: 1 - type: Transform - proto: Firelock entities: - uid: 2379 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 1 - type: Transform - proto: FirelockGlass entities: - uid: 2089 components: - - pos: -15.5,14.5 + - type: Transform + pos: -15.5,14.5 parent: 1 - type: Transform - uid: 2090 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 2091 components: - - pos: -16.5,-1.5 + - type: Transform + pos: -16.5,-1.5 parent: 1 - type: Transform - uid: 2092 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 1 - type: Transform - uid: 2093 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 2094 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 2095 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 2096 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 2097 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 1 - type: Transform - uid: 2098 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 2099 components: - - pos: -14.5,-8.5 + - type: Transform + pos: -14.5,-8.5 parent: 1 - type: Transform - uid: 2100 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 2101 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 1 - type: Transform - uid: 2102 components: - - pos: -14.5,-13.5 + - type: Transform + pos: -14.5,-13.5 parent: 1 - type: Transform - uid: 2103 components: - - pos: -16.5,-15.5 + - type: Transform + pos: -16.5,-15.5 parent: 1 - type: Transform - uid: 2104 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 1 - type: Transform - uid: 2105 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 2106 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 2107 components: - - pos: -4.5,-25.5 + - type: Transform + pos: -4.5,-25.5 parent: 1 - type: Transform - uid: 2108 components: - - pos: -5.5,-25.5 + - type: Transform + pos: -5.5,-25.5 parent: 1 - type: Transform - uid: 2110 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 1 - type: Transform - uid: 2111 components: - - pos: -16.5,-25.5 + - type: Transform + pos: -16.5,-25.5 parent: 1 - type: Transform - uid: 2112 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - uid: 2375 components: - - pos: -14.5,-21.5 + - type: Transform + pos: -14.5,-21.5 parent: 1 - type: Transform - uid: 2376 components: - - pos: -6.5,-21.5 + - type: Transform + pos: -6.5,-21.5 parent: 1 - type: Transform - uid: 2377 components: - - pos: -12.5,-25.5 + - type: Transform + pos: -12.5,-25.5 parent: 1 - type: Transform - uid: 2378 components: - - pos: -11.5,-25.5 + - type: Transform + pos: -11.5,-25.5 parent: 1 - type: Transform - proto: FoodCakeBirthday entities: - uid: 1506 components: - - pos: -12.487526,-29.333473 + - type: Transform + pos: -12.487526,-29.333473 parent: 1 - type: Transform - proto: FoodTartGrape entities: - uid: 1495 components: - - pos: -10.765011,-41.523926 + - type: Transform + pos: -10.765011,-41.523926 parent: 1 - type: Transform - proto: GasAnalyzer entities: - uid: 1402 components: - - pos: -14.407349,18.324144 + - type: Transform + pos: -14.407349,18.324144 parent: 1 - type: Transform - proto: GasPassiveVent entities: - uid: 1401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-42.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeBend entities: - uid: 1182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1185 components: - - pos: -9.5,-39.5 + - type: Transform + pos: -9.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1193 components: - - pos: -6.5,-40.5 + - type: Transform + pos: -6.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1331 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1350 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-42.5 parent: 1 - type: Transform - uid: 1730 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-42.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1731 components: - - pos: -4.5,-40.5 + - type: Transform + pos: -4.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1732 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1733 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-40.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1735 components: - - pos: -8.5,-35.5 + - type: Transform + pos: -8.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1736 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2165 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2166 components: - - pos: -14.5,-29.5 + - type: Transform + pos: -14.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2173 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2207 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2257 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2287 components: - - pos: -4.5,13.5 + - type: Transform + pos: -4.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2291 components: - - pos: -5.5,15.5 + - type: Transform + pos: -5.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeFourway entities: - uid: 1225 components: - - pos: -10.5,-33.5 + - type: Transform + pos: -10.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1229 components: - - pos: -10.5,-27.5 + - type: Transform + pos: -10.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2153 components: - - pos: -9.5,-32.5 + - type: Transform + pos: -9.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2293 components: - - pos: -9.5,15.5 + - type: Transform + pos: -9.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 1237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1257 components: - - pos: -10.5,-37.5 + - type: Transform + pos: -10.5,-37.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1258 components: - - pos: -10.5,-36.5 + - type: Transform + pos: -10.5,-36.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1259 components: - - pos: -10.5,-35.5 + - type: Transform + pos: -10.5,-35.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1260 components: - - pos: -10.5,-34.5 + - type: Transform + pos: -10.5,-34.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1266 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1267 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1270 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1271 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1274 components: - - pos: -10.5,-28.5 + - type: Transform + pos: -10.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1275 components: - - pos: -10.5,-26.5 + - type: Transform + pos: -10.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1276 components: - - pos: -10.5,-25.5 + - type: Transform + pos: -10.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1277 components: - - pos: -10.5,-24.5 + - type: Transform + pos: -10.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1278 components: - - pos: -10.5,-23.5 + - type: Transform + pos: -10.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1280 components: - - pos: -10.5,-21.5 + - type: Transform + pos: -10.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1282 components: - - pos: -10.5,-19.5 + - type: Transform + pos: -10.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1283 components: - - pos: -15.5,-26.5 + - type: Transform + pos: -15.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1284 components: - - pos: -15.5,-25.5 + - type: Transform + pos: -15.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1285 components: - - pos: -15.5,-24.5 + - type: Transform + pos: -15.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1286 components: - - pos: -15.5,-23.5 + - type: Transform + pos: -15.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1287 components: - - pos: -15.5,-22.5 + - type: Transform + pos: -15.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1288 components: - - pos: -15.5,-21.5 + - type: Transform + pos: -15.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1289 components: - - pos: -15.5,-20.5 + - type: Transform + pos: -15.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1290 components: - - pos: -15.5,-18.5 + - type: Transform + pos: -15.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1291 components: - - pos: -15.5,-17.5 + - type: Transform + pos: -15.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1292 components: - - pos: -15.5,-16.5 + - type: Transform + pos: -15.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1293 components: - - pos: -15.5,-15.5 + - type: Transform + pos: -15.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1294 components: - - pos: -15.5,-14.5 + - type: Transform + pos: -15.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1295 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1296 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1299 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1300 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1302 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1304 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1305 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1307 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1309 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1310 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1312 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1338 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1339 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1345 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1346 components: - - pos: -5.5,17.5 + - type: Transform + pos: -5.5,17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1347 components: - - pos: -5.5,18.5 + - type: Transform + pos: -5.5,18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1348 components: - - pos: -10.5,15.5 + - type: Transform + pos: -10.5,15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1349 components: - - pos: -10.5,14.5 + - type: Transform + pos: -10.5,14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1353 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-33.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1361 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-32.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-31.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1363 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-30.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1364 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-29.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1365 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-28.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1366 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1367 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-26.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1368 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-25.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1369 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-24.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1370 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-23.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1371 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1373 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1374 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1375 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1376 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1377 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1378 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1379 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1380 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1382 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1384 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1386 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1387 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1388 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1390 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1392 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1393 components: - - pos: -8.5,-36.5 + - type: Transform + pos: -8.5,-36.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1394 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1395 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1396 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1397 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1399 components: - - pos: -16.5,-41.5 + - type: Transform + pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 1734 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1739 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2147 components: - - pos: -8.5,-37.5 + - type: Transform + pos: -8.5,-37.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2148 components: - - pos: -8.5,-38.5 + - type: Transform + pos: -8.5,-38.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2149 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-39.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2151 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-34.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2152 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-33.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2155 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-30.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2158 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-32.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2167 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2168 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2169 components: - - pos: -9.5,-31.5 + - type: Transform + pos: -9.5,-31.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2176 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2180 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2190 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2196 components: - - pos: -11.5,-23.5 + - type: Transform + pos: -11.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2197 components: - - pos: -11.5,-24.5 + - type: Transform + pos: -11.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2198 components: - - pos: -11.5,-25.5 + - type: Transform + pos: -11.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2199 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2200 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2203 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-27.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2204 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-28.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2206 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2209 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2211 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2214 components: - - pos: -4.5,-25.5 + - type: Transform + pos: -4.5,-25.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2215 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2216 components: - - pos: -4.5,-23.5 + - type: Transform + pos: -4.5,-23.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2217 components: - - pos: -4.5,-21.5 + - type: Transform + pos: -4.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2218 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2219 components: - - pos: -4.5,-19.5 + - type: Transform + pos: -4.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2220 components: - - pos: -4.5,-18.5 + - type: Transform + pos: -4.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2221 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2222 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2223 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2224 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2229 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2232 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2233 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2234 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2235 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2247 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2248 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2249 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2250 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2259 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2260 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2261 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2264 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2265 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2268 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2269 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2270 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2271 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2272 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2273 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2274 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2275 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2288 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2289 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2292 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2299 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2300 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2309 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2314 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2315 components: - - pos: -16.5,13.5 + - type: Transform + pos: -16.5,13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2321 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2322 components: - - pos: -16.5,4.5 + - type: Transform + pos: -16.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2323 components: - - pos: -16.5,5.5 + - type: Transform + pos: -16.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2324 components: - - pos: -16.5,6.5 + - type: Transform + pos: -16.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2325 components: - - pos: -16.5,7.5 + - type: Transform + pos: -16.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2326 components: - - pos: -16.5,8.5 + - type: Transform + pos: -16.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2327 components: - - pos: -16.5,9.5 + - type: Transform + pos: -16.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2328 components: - - pos: -16.5,11.5 + - type: Transform + pos: -16.5,11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2329 components: - - pos: -16.5,12.5 + - type: Transform + pos: -16.5,12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2330 components: - - pos: -15.5,-7.5 + - type: Transform + pos: -15.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2331 components: - - pos: -16.5,-6.5 + - type: Transform + pos: -16.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2332 components: - - pos: -16.5,-5.5 + - type: Transform + pos: -16.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2333 components: - - pos: -16.5,-4.5 + - type: Transform + pos: -16.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2334 components: - - pos: -16.5,-3.5 + - type: Transform + pos: -16.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2335 components: - - pos: -16.5,-2.5 + - type: Transform + pos: -16.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2336 components: - - pos: -16.5,-1.5 + - type: Transform + pos: -16.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2337 components: - - pos: -16.5,-0.5 + - type: Transform + pos: -16.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2338 components: - - pos: -16.5,0.5 + - type: Transform + pos: -16.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2339 components: - - pos: -16.5,1.5 + - type: Transform + pos: -16.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2340 components: - - pos: -16.5,2.5 + - type: Transform + pos: -16.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2344 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 1181 components: - - pos: -7.5,-40.5 + - type: Transform + pos: -7.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1183 components: - - pos: -13.5,-40.5 + - type: Transform + pos: -13.5,-40.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-39.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1224 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-38.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1228 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-27.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1233 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1247 components: - - pos: -10.5,16.5 + - type: Transform + pos: -10.5,16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1250 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-22.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1279 components: - - pos: -10.5,-20.5 + - type: Transform + pos: -10.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1323 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1325 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1352 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1354 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1737 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-35.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2170 components: - - pos: -6.5,-26.5 + - type: Transform + pos: -6.5,-26.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2182 components: - - pos: -11.5,-21.5 + - type: Transform + pos: -11.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-29.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-22.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2251 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2252 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2302 components: - - pos: -9.5,19.5 + - type: Transform + pos: -9.5,19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPort entities: - uid: 1166 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-41.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPressurePump entities: - uid: 1398 components: - - pos: -16.5,-40.5 + - type: Transform + pos: -16.5,-40.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: GasValve entities: - uid: 1190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-40.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-40.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 1223 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-38.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1226 components: - - pos: -10.5,-32.5 + - type: Transform + pos: -10.5,-32.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-27.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1232 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1235 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1236 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1241 components: - - pos: -15.5,19.5 + - type: Transform + pos: -15.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1242 components: - - pos: -5.5,19.5 + - type: Transform + pos: -5.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1243 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1252 components: - - pos: -11.5,-17.5 + - type: Transform + pos: -11.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1355 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2172 components: - - pos: -9.5,-17.5 + - type: Transform + pos: -9.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 1009 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1738 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-35.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2193 components: - - pos: -12.5,-17.5 + - type: Transform + pos: -12.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2194 components: - - pos: -8.5,-17.5 + - type: Transform + pos: -8.5,-17.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2208 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-21.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2228 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2231 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2240 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2241 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2317 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-29.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2343 components: - - pos: -9.5,-30.5 + - type: Transform + pos: -9.5,-30.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GeneratorRTG entities: - uid: 1097 components: - - pos: -8.5,-38.5 + - type: Transform + pos: -8.5,-38.5 parent: 1 - type: Transform - uid: 1098 components: - - pos: -8.5,-37.5 + - type: Transform + pos: -8.5,-37.5 parent: 1 - type: Transform - uid: 1099 components: - - pos: -8.5,-36.5 + - type: Transform + pos: -8.5,-36.5 parent: 1 - type: Transform - uid: 1100 components: - - pos: -12.5,-35.5 + - type: Transform + pos: -12.5,-35.5 parent: 1 - type: Transform - uid: 1101 components: - - pos: -12.5,-36.5 + - type: Transform + pos: -12.5,-36.5 parent: 1 - type: Transform - uid: 1102 components: - - pos: -12.5,-37.5 + - type: Transform + pos: -12.5,-37.5 parent: 1 - type: Transform - uid: 1103 components: - - pos: -8.5,-35.5 + - type: Transform + pos: -8.5,-35.5 parent: 1 - type: Transform - uid: 1104 components: - - pos: -12.5,-38.5 + - type: Transform + pos: -12.5,-38.5 parent: 1 - type: Transform - proto: GravityGeneratorMini entities: - uid: 446 components: - - pos: -10.5,12.5 + - type: Transform + pos: -10.5,12.5 parent: 1 - type: Transform - proto: Grille entities: - uid: 41 components: - - pos: -11.5,-43.5 + - type: Transform + pos: -11.5,-43.5 parent: 1 - type: Transform - uid: 100 components: - - pos: -10.5,-43.5 + - type: Transform + pos: -10.5,-43.5 parent: 1 - type: Transform - uid: 309 components: - - pos: -17.5,-13.5 + - type: Transform + pos: -17.5,-13.5 parent: 1 - type: Transform - uid: 355 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 389 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 390 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 1 - type: Transform - uid: 424 components: - - pos: -14.5,-9.5 + - type: Transform + pos: -14.5,-9.5 parent: 1 - type: Transform - uid: 453 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 1 - type: Transform - uid: 462 components: - - pos: -14.5,-12.5 + - type: Transform + pos: -14.5,-12.5 parent: 1 - type: Transform - uid: 463 components: - - pos: -14.5,-10.5 + - type: Transform + pos: -14.5,-10.5 parent: 1 - type: Transform - uid: 464 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 595 components: - - pos: -9.5,-43.5 + - type: Transform + pos: -9.5,-43.5 parent: 1 - type: Transform - uid: 663 components: - - pos: -6.5,-20.5 + - type: Transform + pos: -6.5,-20.5 parent: 1 - type: Transform - uid: 664 components: - - pos: -14.5,-20.5 + - type: Transform + pos: -14.5,-20.5 parent: 1 - type: Transform - uid: 671 components: - - pos: -10.5,-18.5 + - type: Transform + pos: -10.5,-18.5 parent: 1 - type: Transform - uid: 672 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 1 - type: Transform - uid: 673 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - uid: 684 components: - - pos: -9.5,-19.5 + - type: Transform + pos: -9.5,-19.5 parent: 1 - type: Transform - uid: 697 components: - - pos: -7.5,-19.5 + - type: Transform + pos: -7.5,-19.5 parent: 1 - type: Transform - uid: 698 components: - - pos: -11.5,-19.5 + - type: Transform + pos: -11.5,-19.5 parent: 1 - type: Transform - uid: 699 components: - - pos: -13.5,-19.5 + - type: Transform + pos: -13.5,-19.5 parent: 1 - type: Transform - uid: 970 components: - - pos: -20.5,-35.5 + - type: Transform + pos: -20.5,-35.5 parent: 1 - type: Transform - uid: 971 components: - - pos: -17.5,-35.5 + - type: Transform + pos: -17.5,-35.5 parent: 1 - type: Transform - uid: 972 components: - - pos: -3.5,-35.5 + - type: Transform + pos: -3.5,-35.5 parent: 1 - type: Transform - uid: 973 components: - - pos: -0.5,-35.5 + - type: Transform + pos: -0.5,-35.5 parent: 1 - type: Transform - uid: 974 components: - - pos: -3.5,-32.5 + - type: Transform + pos: -3.5,-32.5 parent: 1 - type: Transform - uid: 975 components: - - pos: -3.5,-31.5 + - type: Transform + pos: -3.5,-31.5 parent: 1 - type: Transform - uid: 976 components: - - pos: -3.5,-30.5 + - type: Transform + pos: -3.5,-30.5 parent: 1 - type: Transform - uid: 977 components: - - pos: -17.5,-32.5 + - type: Transform + pos: -17.5,-32.5 parent: 1 - type: Transform - uid: 978 components: - - pos: -17.5,-31.5 + - type: Transform + pos: -17.5,-31.5 parent: 1 - type: Transform - uid: 979 components: - - pos: -17.5,-30.5 + - type: Transform + pos: -17.5,-30.5 parent: 1 - type: Transform - uid: 980 components: - - pos: -20.5,-27.5 + - type: Transform + pos: -20.5,-27.5 parent: 1 - type: Transform - uid: 981 components: - - pos: -17.5,-27.5 + - type: Transform + pos: -17.5,-27.5 parent: 1 - type: Transform - uid: 982 components: - - pos: -3.5,-27.5 + - type: Transform + pos: -3.5,-27.5 parent: 1 - type: Transform - uid: 983 components: - - pos: -0.5,-27.5 + - type: Transform + pos: -0.5,-27.5 parent: 1 - type: Transform - uid: 984 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 1 - type: Transform - uid: 986 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 1 - type: Transform - uid: 987 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 1 - type: Transform - uid: 988 components: - - pos: -17.5,-10.5 + - type: Transform + pos: -17.5,-10.5 parent: 1 - type: Transform - uid: 989 components: - - pos: -17.5,-9.5 + - type: Transform + pos: -17.5,-9.5 parent: 1 - type: Transform - uid: 990 components: - - pos: -17.5,-8.5 + - type: Transform + pos: -17.5,-8.5 parent: 1 - type: Transform - uid: 991 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 1 - type: Transform - uid: 992 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 1 - type: Transform - uid: 993 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - uid: 994 components: - - pos: -20.5,-5.5 + - type: Transform + pos: -20.5,-5.5 parent: 1 - type: Transform - uid: 995 components: - - pos: -17.5,-5.5 + - type: Transform + pos: -17.5,-5.5 parent: 1 - type: Transform - uid: 996 components: - - pos: -14.5,-5.5 + - type: Transform + pos: -14.5,-5.5 parent: 1 - type: Transform - uid: 997 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 1 - type: Transform - uid: 998 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 999 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 1000 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 1 - type: Transform - uid: 1001 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 1010 components: - - pos: -20.5,8.5 + - type: Transform + pos: -20.5,8.5 parent: 1 - type: Transform - uid: 1011 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 1 - type: Transform - uid: 1012 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 1013 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 1014 components: - - pos: -17.5,11.5 + - type: Transform + pos: -17.5,11.5 parent: 1 - type: Transform - uid: 1015 components: - - pos: -17.5,12.5 + - type: Transform + pos: -17.5,12.5 parent: 1 - type: Transform - uid: 1016 components: - - pos: -17.5,13.5 + - type: Transform + pos: -17.5,13.5 parent: 1 - type: Transform - uid: 1017 components: - - pos: -12.5,11.5 + - type: Transform + pos: -12.5,11.5 parent: 1 - type: Transform - uid: 1018 components: - - pos: -12.5,12.5 + - type: Transform + pos: -12.5,12.5 parent: 1 - type: Transform - uid: 1019 components: - - pos: -12.5,13.5 + - type: Transform + pos: -12.5,13.5 parent: 1 - type: Transform - uid: 1020 components: - - pos: -8.5,11.5 + - type: Transform + pos: -8.5,11.5 parent: 1 - type: Transform - uid: 1021 components: - - pos: -8.5,12.5 + - type: Transform + pos: -8.5,12.5 parent: 1 - type: Transform - uid: 1022 components: - - pos: -8.5,13.5 + - type: Transform + pos: -8.5,13.5 parent: 1 - type: Transform - uid: 1023 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 1 - type: Transform - uid: 1024 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 1025 components: - - pos: -3.5,13.5 + - type: Transform + pos: -3.5,13.5 parent: 1 - type: Transform - uid: 1026 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 1 - type: Transform - uid: 1027 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 1 - type: Transform - uid: 1028 components: - - pos: -11.5,14.5 + - type: Transform + pos: -11.5,14.5 parent: 1 - type: Transform - uid: 1029 components: - - pos: -9.5,14.5 + - type: Transform + pos: -9.5,14.5 parent: 1 - type: Transform - uid: 1030 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 1031 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 1032 components: - - pos: -0.5,16.5 + - type: Transform + pos: -0.5,16.5 parent: 1 - type: Transform - uid: 1033 components: - - pos: -3.5,16.5 + - type: Transform + pos: -3.5,16.5 parent: 1 - type: Transform - uid: 1034 components: - - pos: -17.5,16.5 + - type: Transform + pos: -17.5,16.5 parent: 1 - type: Transform - uid: 1035 components: - - pos: -20.5,16.5 + - type: Transform + pos: -20.5,16.5 parent: 1 - type: Transform - uid: 1037 components: - - pos: -15.5,22.5 + - type: Transform + pos: -15.5,22.5 parent: 1 - type: Transform - uid: 1038 components: - - pos: -14.5,22.5 + - type: Transform + pos: -14.5,22.5 parent: 1 - type: Transform - uid: 1039 components: - - pos: -13.5,22.5 + - type: Transform + pos: -13.5,22.5 parent: 1 - type: Transform - uid: 1040 components: - - pos: -12.5,22.5 + - type: Transform + pos: -12.5,22.5 parent: 1 - type: Transform - uid: 1041 components: - - pos: -11.5,22.5 + - type: Transform + pos: -11.5,22.5 parent: 1 - type: Transform - uid: 1042 components: - - pos: -10.5,22.5 + - type: Transform + pos: -10.5,22.5 parent: 1 - type: Transform - uid: 1043 components: - - pos: -9.5,22.5 + - type: Transform + pos: -9.5,22.5 parent: 1 - type: Transform - uid: 1044 components: - - pos: -8.5,22.5 + - type: Transform + pos: -8.5,22.5 parent: 1 - type: Transform - uid: 1045 components: - - pos: -7.5,22.5 + - type: Transform + pos: -7.5,22.5 parent: 1 - type: Transform - uid: 1046 components: - - pos: -6.5,22.5 + - type: Transform + pos: -6.5,22.5 parent: 1 - type: Transform - uid: 1047 components: - - pos: -5.5,22.5 + - type: Transform + pos: -5.5,22.5 parent: 1 - type: Transform - uid: 1053 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 1054 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 1055 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 1 - type: Transform - uid: 1056 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 1063 components: - - pos: -13.5,-25.5 + - type: Transform + pos: -13.5,-25.5 parent: 1 - type: Transform - uid: 1065 components: - - pos: -10.5,-25.5 + - type: Transform + pos: -10.5,-25.5 parent: 1 - type: Transform - uid: 1408 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 1409 components: - - pos: -14.5,-14.5 + - type: Transform + pos: -14.5,-14.5 parent: 1 - type: Transform - proto: Gyroscope entities: - uid: 1093 components: - - pos: -2.5,-38.5 + - type: Transform + pos: -2.5,-38.5 parent: 1 - type: Transform - uid: 1094 components: - - pos: -18.5,-38.5 + - type: Transform + pos: -18.5,-38.5 parent: 1 - type: Transform - proto: HandheldHealthAnalyzer entities: - uid: 1630 components: - - pos: -10.532349,-3.2752516 + - type: Transform + pos: -10.532349,-3.2752516 parent: 1 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 1561 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 1562 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 1563 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 1564 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - proto: LockerEvidence entities: - uid: 1889 components: - - pos: -7.5,-22.5 + - type: Transform + pos: -7.5,-22.5 parent: 1 - type: Transform - uid: 2120 components: - - pos: -7.5,-23.5 + - type: Transform + pos: -7.5,-23.5 parent: 1 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 1507 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,15.5 parent: 1 - type: Transform - proto: MedicalBed entities: - uid: 530 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 531 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 532 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 533 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - proto: MedkitAdvancedFilled entities: - uid: 1625 components: - - pos: -10.490682,-2.837449 + - type: Transform + pos: -10.490682,-2.837449 parent: 1 - type: Transform - proto: MedkitFilled entities: - uid: 1445 components: - - pos: -9.511516,21.18193 + - type: Transform + pos: -9.511516,21.18193 parent: 1 - type: Transform - proto: Multitool entities: - uid: 1620 components: - - pos: -13.344849,12.625805 + - type: Transform + pos: -13.344849,12.625805 parent: 1 - type: Transform - proto: Ointment entities: - uid: 1631 components: - - pos: -8.407349,-2.4413397 + - type: Transform + pos: -8.407349,-2.4413397 parent: 1 - type: Transform - proto: PortableScrubber entities: - uid: 1178 components: - - pos: -16.5,-39.5 + - type: Transform + pos: -16.5,-39.5 parent: 1 - type: Transform - proto: PosterLegitSecWatch entities: - uid: 2126 components: - - pos: -10.5,-19.5 + - type: Transform + pos: -10.5,-19.5 parent: 1 - type: Transform - proto: PottedPlantRandom entities: - uid: 244 components: - - pos: -2.5,19.5 + - type: Transform + pos: -2.5,19.5 parent: 1 - type: Transform - uid: 245 components: - - pos: -18.5,19.5 + - type: Transform + pos: -18.5,19.5 parent: 1 - type: Transform - uid: 646 components: - - pos: -13.5,-14.5 + - type: Transform + pos: -13.5,-14.5 parent: 1 - type: Transform - uid: 655 components: - - pos: -7.5,-14.5 + - type: Transform + pos: -7.5,-14.5 parent: 1 - type: Transform - uid: 1095 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 1 - type: Transform - uid: 1096 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 1206 components: - - pos: -14.5,-34.5 + - type: Transform + pos: -14.5,-34.5 parent: 1 - type: Transform - uid: 1207 components: - - pos: -6.5,-34.5 + - type: Transform + pos: -6.5,-34.5 parent: 1 - type: Transform - uid: 1208 components: - - pos: -6.5,-31.5 + - type: Transform + pos: -6.5,-31.5 parent: 1 - type: Transform - uid: 1209 components: - - pos: -14.5,-31.5 + - type: Transform + pos: -14.5,-31.5 parent: 1 - type: Transform - uid: 1212 components: - - pos: -13.5,-26.5 + - type: Transform + pos: -13.5,-26.5 parent: 1 - type: Transform - uid: 1213 components: - - pos: -7.5,-26.5 + - type: Transform + pos: -7.5,-26.5 parent: 1 - type: Transform - uid: 1476 components: - - pos: -6.5,15.5 + - type: Transform + pos: -6.5,15.5 parent: 1 - type: Transform - uid: 1481 components: - - pos: -14.5,15.5 + - type: Transform + pos: -14.5,15.5 parent: 1 - type: Transform - uid: 1726 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 2345 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 2346 components: - - pos: -16.5,10.5 + - type: Transform + pos: -16.5,10.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 461 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-5.5 parent: 1 - type: Transform - uid: 498 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-31.5 parent: 1 - type: Transform - uid: 688 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-31.5 parent: 1 - type: Transform - uid: 689 components: - - pos: -17.5,20.5 + - type: Transform + pos: -17.5,20.5 parent: 1 - type: Transform - uid: 690 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,21.5 parent: 1 - type: Transform - uid: 691 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,11.5 parent: 1 - type: Transform - uid: 1406 components: - - pos: -9.5,-26.5 + - type: Transform + pos: -9.5,-26.5 parent: 1 - type: Transform - uid: 1410 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-14.5 parent: 1 - type: Transform - uid: 1411 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 1412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-11.5 parent: 1 - type: Transform - uid: 1413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-11.5 parent: 1 - type: Transform - uid: 1416 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-30.5 parent: 1 - type: Transform - uid: 1435 components: - - pos: -10.5,-32.5 + - type: Transform + pos: -10.5,-32.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1462 components: - - pos: -3.5,20.5 + - type: Transform + pos: -3.5,20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1473 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,21.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1484 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1487 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,10.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1489 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1492 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1494 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1514 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1515 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1516 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-16.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-16.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1610 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightBlueInterior entities: - uid: 1486 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightColoredRed entities: - uid: 680 components: - - pos: -13.5,-43.5 + - type: Transform + pos: -13.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 681 components: - - pos: -14.5,-43.5 + - type: Transform + pos: -14.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 682 components: - - pos: -7.5,-43.5 + - type: Transform + pos: -7.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 683 components: - - pos: -5.5,-43.5 + - type: Transform + pos: -5.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 687 components: - - pos: -8.5,-35.5 + - type: Transform + pos: -8.5,-35.5 parent: 1 - type: Transform - uid: 1417 components: - - pos: -12.5,-35.5 + - type: Transform + pos: -12.5,-35.5 parent: 1 - type: Transform - uid: 1451 components: - - pos: -4.5,-43.5 + - type: Transform + pos: -4.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1452 components: - - pos: -6.5,-43.5 + - type: Transform + pos: -6.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1463 components: - - pos: -16.5,-43.5 + - type: Transform + pos: -16.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1482 components: - - pos: -15.5,-43.5 + - type: Transform + pos: -15.5,-43.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightLED entities: - uid: 1454 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1456 components: - - pos: -1.5,-34.5 + - type: Transform + pos: -1.5,-34.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1457 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1458 components: - - pos: -19.5,9.5 + - type: Transform + pos: -19.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1459 components: - - pos: -19.5,-4.5 + - type: Transform + pos: -19.5,-4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1460 components: - - pos: -19.5,-34.5 + - type: Transform + pos: -19.5,-34.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1464 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1466 components: - - pos: -1.5,-26.5 + - type: Transform + pos: -1.5,-26.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1467 components: - - pos: -1.5,17.5 + - type: Transform + pos: -1.5,17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1468 components: - - pos: -19.5,17.5 + - type: Transform + pos: -19.5,17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1469 components: - - pos: -19.5,-12.5 + - type: Transform + pos: -19.5,-12.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1470 components: - - pos: -19.5,-26.5 + - type: Transform + pos: -19.5,-26.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightSodium entities: - uid: 1418 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-41.5 parent: 1 - type: Transform - uid: 1419 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-41.5 parent: 1 - type: Transform - proto: PoweredSmallLight entities: - uid: 1431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1434 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1436 components: - - pos: -18.5,-16.5 + - type: Transform + pos: -18.5,-16.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1590 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1591 components: - - pos: -18.5,5.5 + - type: Transform + pos: -18.5,5.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1592 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1593 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightMaintenance entities: - uid: 1420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-38.5 parent: 1 - type: Transform - uid: 1491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-38.5 parent: 1 - type: Transform - proto: Rack entities: - uid: 1049 components: - - pos: -13.5,15.5 + - type: Transform + pos: -13.5,15.5 parent: 1 - type: Transform - uid: 1050 components: - - pos: -12.5,15.5 + - type: Transform + pos: -12.5,15.5 parent: 1 - type: Transform - uid: 1051 components: - - pos: -8.5,15.5 + - type: Transform + pos: -8.5,15.5 parent: 1 - type: Transform - uid: 1052 components: - - pos: -7.5,15.5 + - type: Transform + pos: -7.5,15.5 parent: 1 - type: Transform - uid: 1217 components: - - pos: -12.5,-41.5 + - type: Transform + pos: -12.5,-41.5 parent: 1 - type: Transform - uid: 1218 components: - - pos: -8.5,-41.5 + - type: Transform + pos: -8.5,-41.5 parent: 1 - type: Transform - proto: RandomArcade entities: - uid: 1598 components: - - pos: -11.5,-29.5 + - type: Transform + pos: -11.5,-29.5 parent: 1 - type: Transform - uid: 1621 components: - - pos: -9.5,-29.5 + - type: Transform + pos: -9.5,-29.5 parent: 1 - type: Transform - proto: RandomDrinkBottle entities: - uid: 1568 components: - - pos: -9.5,18.5 + - type: Transform + pos: -9.5,18.5 parent: 1 - type: Transform - proto: RandomDrinkGlass entities: - uid: 1527 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - uid: 1530 components: - - pos: -15.5,20.5 + - type: Transform + pos: -15.5,20.5 parent: 1 - type: Transform - uid: 1583 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 1599 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 1 - type: Transform - uid: 1601 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 1 - type: Transform - proto: RandomFoodBakedSingle entities: - uid: 1635 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - proto: RandomFoodSingle entities: - uid: 1443 components: - - pos: -11.5,20.5 + - type: Transform + pos: -11.5,20.5 parent: 1 - type: Transform - uid: 1444 components: - - pos: -6.5,21.5 + - type: Transform + pos: -6.5,21.5 parent: 1 - type: Transform - uid: 1636 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 1 - type: Transform - uid: 1639 components: - - pos: -16.5,-31.5 + - type: Transform + pos: -16.5,-31.5 parent: 1 - type: Transform - proto: RandomInstruments entities: - uid: 1638 components: - - pos: -10.5,-14.5 + - type: Transform + pos: -10.5,-14.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 1618 components: - - pos: -4.5,-31.5 + - type: Transform + pos: -4.5,-31.5 parent: 1 - type: Transform - uid: 1619 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 1 - type: Transform - uid: 1624 components: - - pos: -3.5,-42.5 + - type: Transform + pos: -3.5,-42.5 parent: 1 - type: Transform - uid: 1637 components: - - pos: -11.5,18.5 + - type: Transform + pos: -11.5,18.5 parent: 1 - type: Transform - uid: 1727 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - uid: 1728 components: - - pos: -12.5,9.5 + - type: Transform + pos: -12.5,9.5 parent: 1 - type: Transform - proto: RandomSnacks entities: - uid: 1697 components: - - pos: -14.5,8.5 + - type: Transform + pos: -14.5,8.5 parent: 1 - type: Transform - uid: 1698 components: - - pos: -13.5,21.5 + - type: Transform + pos: -13.5,21.5 parent: 1 - type: Transform - uid: 1699 components: - - pos: -5.5,-39.5 + - type: Transform + pos: -5.5,-39.5 parent: 1 - type: Transform - proto: Screen entities: - uid: 1497 components: - - pos: -16.5,21.5 + - type: Transform + pos: -16.5,21.5 parent: 1 - type: Transform - uid: 1498 components: - - pos: -4.5,21.5 + - type: Transform + pos: -4.5,21.5 parent: 1 - type: Transform - uid: 1500 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 1 - type: Transform - uid: 1501 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 1503 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 1 - type: Transform - uid: 1504 components: - - pos: -6.5,-23.5 + - type: Transform + pos: -6.5,-23.5 parent: 1 - type: Transform - uid: 1505 components: - - pos: -7.5,-38.5 + - type: Transform + pos: -7.5,-38.5 parent: 1 - type: Transform - proto: Screwdriver entities: - uid: 1626 components: - - pos: -11.303183,-14.500908 + - type: Transform + pos: -11.303183,-14.500908 parent: 1 - type: Transform - proto: ShuttleWindow entities: - uid: 7 components: - - pos: -8.5,13.5 + - type: Transform + pos: -8.5,13.5 parent: 1 - type: Transform - uid: 9 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 1 - type: Transform - uid: 10 components: - - pos: -3.5,-27.5 + - type: Transform + pos: -3.5,-27.5 parent: 1 - type: Transform - uid: 11 components: - - pos: -0.5,-27.5 + - type: Transform + pos: -0.5,-27.5 parent: 1 - type: Transform - uid: 12 components: - - pos: -3.5,-35.5 + - type: Transform + pos: -3.5,-35.5 parent: 1 - type: Transform - uid: 19 components: - - pos: -11.5,-43.5 + - type: Transform + pos: -11.5,-43.5 parent: 1 - type: Transform - uid: 23 components: - - pos: -17.5,-35.5 + - type: Transform + pos: -17.5,-35.5 parent: 1 - type: Transform - uid: 25 components: - - pos: -20.5,-35.5 + - type: Transform + pos: -20.5,-35.5 parent: 1 - type: Transform - uid: 81 components: - - pos: -15.5,22.5 + - type: Transform + pos: -15.5,22.5 parent: 1 - type: Transform - uid: 82 components: - - pos: -14.5,22.5 + - type: Transform + pos: -14.5,22.5 parent: 1 - type: Transform - uid: 83 components: - - pos: -13.5,22.5 + - type: Transform + pos: -13.5,22.5 parent: 1 - type: Transform - uid: 84 components: - - pos: -12.5,22.5 + - type: Transform + pos: -12.5,22.5 parent: 1 - type: Transform - uid: 85 components: - - pos: -11.5,22.5 + - type: Transform + pos: -11.5,22.5 parent: 1 - type: Transform - uid: 86 components: - - pos: -10.5,22.5 + - type: Transform + pos: -10.5,22.5 parent: 1 - type: Transform - uid: 87 components: - - pos: -9.5,22.5 + - type: Transform + pos: -9.5,22.5 parent: 1 - type: Transform - uid: 88 components: - - pos: -8.5,22.5 + - type: Transform + pos: -8.5,22.5 parent: 1 - type: Transform - uid: 89 components: - - pos: -7.5,22.5 + - type: Transform + pos: -7.5,22.5 parent: 1 - type: Transform - uid: 90 components: - - pos: -6.5,22.5 + - type: Transform + pos: -6.5,22.5 parent: 1 - type: Transform - uid: 91 components: - - pos: -5.5,22.5 + - type: Transform + pos: -5.5,22.5 parent: 1 - type: Transform - uid: 103 components: - - pos: -17.5,-30.5 + - type: Transform + pos: -17.5,-30.5 parent: 1 - type: Transform - uid: 104 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 1 - type: Transform - uid: 111 components: - - pos: -20.5,16.5 + - type: Transform + pos: -20.5,16.5 parent: 1 - type: Transform - uid: 112 components: - - pos: -20.5,8.5 + - type: Transform + pos: -20.5,8.5 parent: 1 - type: Transform - uid: 113 components: - - pos: -0.5,16.5 + - type: Transform + pos: -0.5,16.5 parent: 1 - type: Transform - uid: 114 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 117 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 1 - type: Transform - uid: 120 components: - - pos: -17.5,13.5 + - type: Transform + pos: -17.5,13.5 parent: 1 - type: Transform - uid: 121 components: - - pos: -17.5,12.5 + - type: Transform + pos: -17.5,12.5 parent: 1 - type: Transform - uid: 122 components: - - pos: -17.5,11.5 + - type: Transform + pos: -17.5,11.5 parent: 1 - type: Transform - uid: 123 components: - - pos: -3.5,13.5 + - type: Transform + pos: -3.5,13.5 parent: 1 - type: Transform - uid: 124 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 125 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 1 - type: Transform - uid: 126 components: - - pos: -17.5,-32.5 + - type: Transform + pos: -17.5,-32.5 parent: 1 - type: Transform - uid: 127 components: - - pos: -17.5,-31.5 + - type: Transform + pos: -17.5,-31.5 parent: 1 - type: Transform - uid: 128 components: - - pos: -20.5,-27.5 + - type: Transform + pos: -20.5,-27.5 parent: 1 - type: Transform - uid: 129 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 1 - type: Transform - uid: 130 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - uid: 131 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 1 - type: Transform - uid: 166 components: - - pos: -20.5,-13.5 + - type: Transform + pos: -20.5,-13.5 parent: 1 - type: Transform - uid: 167 components: - - pos: -17.5,-27.5 + - type: Transform + pos: -17.5,-27.5 parent: 1 - type: Transform - uid: 186 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 1 - type: Transform - uid: 187 components: - - pos: -12.5,13.5 + - type: Transform + pos: -12.5,13.5 parent: 1 - type: Transform - uid: 188 components: - - pos: -9.5,14.5 + - type: Transform + pos: -9.5,14.5 parent: 1 - type: Transform - uid: 189 components: - - pos: -11.5,14.5 + - type: Transform + pos: -11.5,14.5 parent: 1 - type: Transform - uid: 190 components: - - pos: -14.5,14.5 + - type: Transform + pos: -14.5,14.5 parent: 1 - type: Transform - uid: 192 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 193 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 200 components: - - pos: -17.5,16.5 + - type: Transform + pos: -17.5,16.5 parent: 1 - type: Transform - uid: 201 components: - - pos: -3.5,16.5 + - type: Transform + pos: -3.5,16.5 parent: 1 - type: Transform - uid: 253 components: - - pos: -3.5,-39.5 + - type: Transform + pos: -3.5,-39.5 parent: 1 - type: Transform - uid: 260 components: - - pos: -17.5,-39.5 + - type: Transform + pos: -17.5,-39.5 parent: 1 - type: Transform - uid: 275 components: - - pos: -17.5,-10.5 + - type: Transform + pos: -17.5,-10.5 parent: 1 - type: Transform - uid: 276 components: - - pos: -17.5,-8.5 + - type: Transform + pos: -17.5,-8.5 parent: 1 - type: Transform - uid: 277 components: - - pos: -17.5,-5.5 + - type: Transform + pos: -17.5,-5.5 parent: 1 - type: Transform - uid: 282 components: - - pos: -8.5,11.5 + - type: Transform + pos: -8.5,11.5 parent: 1 - type: Transform - uid: 305 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 308 components: - - pos: -17.5,-9.5 + - type: Transform + pos: -17.5,-9.5 parent: 1 - type: Transform - uid: 310 components: - - pos: -20.5,-5.5 + - type: Transform + pos: -20.5,-5.5 parent: 1 - type: Transform - uid: 331 components: - - pos: -8.5,12.5 + - type: Transform + pos: -8.5,12.5 parent: 1 - type: Transform - uid: 341 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 1 - type: Transform - uid: 348 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 350 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 351 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 353 components: - - pos: -14.5,-5.5 + - type: Transform + pos: -14.5,-5.5 parent: 1 - type: Transform - uid: 367 components: - - pos: -12.5,12.5 + - type: Transform + pos: -12.5,12.5 parent: 1 - type: Transform - uid: 370 components: - - pos: -12.5,11.5 + - type: Transform + pos: -12.5,11.5 parent: 1 - type: Transform - uid: 394 components: - - pos: -17.5,8.5 + - type: Transform + pos: -17.5,8.5 parent: 1 - type: Transform - uid: 395 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 404 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 405 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 406 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 1 - type: Transform - uid: 429 components: - - pos: -3.5,-30.5 + - type: Transform + pos: -3.5,-30.5 parent: 1 - type: Transform - uid: 434 components: - - pos: -3.5,-31.5 + - type: Transform + pos: -3.5,-31.5 parent: 1 - type: Transform - uid: 439 components: - - pos: -3.5,-32.5 + - type: Transform + pos: -3.5,-32.5 parent: 1 - type: Transform - uid: 444 components: - - pos: -3.5,-32.5 + - type: Transform + pos: -3.5,-32.5 parent: 1 - type: Transform - uid: 449 components: - - pos: -0.5,-35.5 + - type: Transform + pos: -0.5,-35.5 parent: 1 - type: Transform - uid: 466 components: - - pos: -14.5,-9.5 + - type: Transform + pos: -14.5,-9.5 parent: 1 - type: Transform - uid: 467 components: - - pos: -14.5,-10.5 + - type: Transform + pos: -14.5,-10.5 parent: 1 - type: Transform - uid: 468 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 1 - type: Transform - uid: 469 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 470 components: - - pos: -14.5,-14.5 + - type: Transform + pos: -14.5,-14.5 parent: 1 - type: Transform - uid: 471 components: - - pos: -14.5,-12.5 + - type: Transform + pos: -14.5,-12.5 parent: 1 - type: Transform - uid: 474 components: - - pos: -13.5,-19.5 + - type: Transform + pos: -13.5,-19.5 parent: 1 - type: Transform - uid: 487 components: - - pos: -11.5,-19.5 + - type: Transform + pos: -11.5,-19.5 parent: 1 - type: Transform - uid: 615 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 1 - type: Transform - uid: 616 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 617 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 619 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 659 components: - - pos: -6.5,-20.5 + - type: Transform + pos: -6.5,-20.5 parent: 1 - type: Transform - uid: 660 components: - - pos: -13.5,-25.5 + - type: Transform + pos: -13.5,-25.5 parent: 1 - type: Transform - uid: 661 components: - - pos: -10.5,-25.5 + - type: Transform + pos: -10.5,-25.5 parent: 1 - type: Transform - uid: 662 components: - - pos: -14.5,-20.5 + - type: Transform + pos: -14.5,-20.5 parent: 1 - type: Transform - uid: 666 components: - - pos: -10.5,-18.5 + - type: Transform + pos: -10.5,-18.5 parent: 1 - type: Transform - uid: 667 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 1 - type: Transform - uid: 700 components: - - pos: -7.5,-19.5 + - type: Transform + pos: -7.5,-19.5 parent: 1 - type: Transform - uid: 701 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - uid: 967 components: - - pos: -9.5,-43.5 + - type: Transform + pos: -9.5,-43.5 parent: 1 - type: Transform - uid: 968 components: - - pos: -10.5,-43.5 + - type: Transform + pos: -10.5,-43.5 parent: 1 - type: Transform - uid: 985 components: - - pos: -17.5,-13.5 + - type: Transform + pos: -17.5,-13.5 parent: 1 - type: Transform - uid: 1622 components: - - pos: -9.5,-19.5 + - type: Transform + pos: -9.5,-19.5 parent: 1 - type: Transform - proto: SignBridge entities: - uid: 2085 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 1 - type: Transform - uid: 2086 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 1 - type: Transform - proto: SignEngineering entities: - uid: 1603 components: - - pos: -9.5,-34.5 + - type: Transform + pos: -9.5,-34.5 parent: 1 - type: Transform - uid: 1604 components: - - pos: -11.5,-34.5 + - type: Transform + pos: -11.5,-34.5 parent: 1 - type: Transform - proto: SignMedical entities: - uid: 1597 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 1 - type: Transform - uid: 1617 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - proto: SignSec entities: - uid: 1560 components: - - pos: -14.5,-22.5 + - type: Transform + pos: -14.5,-22.5 parent: 1 - type: Transform - uid: 1595 components: - - pos: -6.5,-22.5 + - type: Transform + pos: -6.5,-22.5 parent: 1 - type: Transform - proto: Sink entities: - uid: 636 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 1 - type: Transform - proto: SMESBasic entities: - uid: 1106 components: - - pos: -10.5,-40.5 + - type: Transform + pos: -10.5,-40.5 parent: 1 - type: Transform - proto: soda_dispenser entities: - uid: 635 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 1 - type: Transform - proto: StoolBar entities: - uid: 403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-10.5 parent: 1 - type: Transform - uid: 620 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-11.5 parent: 1 - type: Transform - uid: 621 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-10.5 parent: 1 - type: Transform - uid: 624 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-11.5 parent: 1 - type: Transform - uid: 625 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-11.5 parent: 1 - type: Transform - uid: 626 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-10.5 parent: 1 - type: Transform - uid: 627 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-10.5 parent: 1 - type: Transform - proto: SubstationWallBasic entities: - uid: 1142 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 1634 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,18.5 parent: 1 - type: Transform - proto: Syringe entities: - uid: 694 components: - - pos: -10.490682,-2.4413397 + - type: Transform + pos: -10.490682,-2.4413397 parent: 1 - type: Transform - proto: Table entities: - uid: 630 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 1 - type: Transform - uid: 631 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 632 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 1 - type: Transform - proto: TablePlasmaGlass entities: - uid: 941 components: - - pos: -12.5,-29.5 + - type: Transform + pos: -12.5,-29.5 parent: 1 - type: Transform - uid: 942 components: - - pos: -8.5,-29.5 + - type: Transform + pos: -8.5,-29.5 parent: 1 - type: Transform - proto: TableReinforced entities: - uid: 80 components: - - pos: -5.5,20.5 + - type: Transform + pos: -5.5,20.5 parent: 1 - type: Transform - uid: 92 components: - - pos: -15.5,20.5 + - type: Transform + pos: -15.5,20.5 parent: 1 - type: Transform - uid: 207 components: - - pos: -11.5,17.5 + - type: Transform + pos: -11.5,17.5 parent: 1 - type: Transform - uid: 208 components: - - pos: -11.5,18.5 + - type: Transform + pos: -11.5,18.5 parent: 1 - type: Transform - uid: 213 components: - - pos: -13.5,21.5 + - type: Transform + pos: -13.5,21.5 parent: 1 - type: Transform - uid: 214 components: - - pos: -11.5,21.5 + - type: Transform + pos: -11.5,21.5 parent: 1 - type: Transform - uid: 215 components: - - pos: -9.5,17.5 + - type: Transform + pos: -9.5,17.5 parent: 1 - type: Transform - uid: 217 components: - - pos: -9.5,18.5 + - type: Transform + pos: -9.5,18.5 parent: 1 - type: Transform - uid: 218 components: - - pos: -7.5,20.5 + - type: Transform + pos: -7.5,20.5 parent: 1 - type: Transform - uid: 219 components: - - pos: -9.5,21.5 + - type: Transform + pos: -9.5,21.5 parent: 1 - type: Transform - uid: 220 components: - - pos: -7.5,21.5 + - type: Transform + pos: -7.5,21.5 parent: 1 - type: Transform - uid: 222 components: - - pos: -15.5,21.5 + - type: Transform + pos: -15.5,21.5 parent: 1 - type: Transform - uid: 225 components: - - pos: -13.5,20.5 + - type: Transform + pos: -13.5,20.5 parent: 1 - type: Transform - uid: 226 components: - - pos: -14.5,21.5 + - type: Transform + pos: -14.5,21.5 parent: 1 - type: Transform - uid: 227 components: - - pos: -6.5,21.5 + - type: Transform + pos: -6.5,21.5 parent: 1 - type: Transform - uid: 228 components: - - pos: -5.5,21.5 + - type: Transform + pos: -5.5,21.5 parent: 1 - type: Transform - uid: 234 components: - - pos: -13.5,18.5 + - type: Transform + pos: -13.5,18.5 parent: 1 - type: Transform - uid: 235 components: - - pos: -14.5,18.5 + - type: Transform + pos: -14.5,18.5 parent: 1 - type: Transform - uid: 236 components: - - pos: -14.5,17.5 + - type: Transform + pos: -14.5,17.5 parent: 1 - type: Transform - uid: 237 components: - - pos: -7.5,18.5 + - type: Transform + pos: -7.5,18.5 parent: 1 - type: Transform - uid: 238 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - uid: 240 components: - - pos: -6.5,17.5 + - type: Transform + pos: -6.5,17.5 parent: 1 - type: Transform - uid: 506 components: - - pos: -11.5,20.5 + - type: Transform + pos: -11.5,20.5 parent: 1 - type: Transform - uid: 507 components: - - pos: -9.5,20.5 + - type: Transform + pos: -9.5,20.5 parent: 1 - type: Transform - uid: 540 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 1 - type: Transform - uid: 541 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 1 - type: Transform - uid: 542 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 1 - type: Transform - uid: 543 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 1069 components: - - pos: -16.5,-31.5 + - type: Transform + pos: -16.5,-31.5 parent: 1 - type: Transform - uid: 1070 components: - - pos: -4.5,-31.5 + - type: Transform + pos: -4.5,-31.5 parent: 1 - type: Transform - uid: 1071 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 1 - type: Transform - uid: 1072 components: - - pos: -7.5,12.5 + - type: Transform + pos: -7.5,12.5 parent: 1 - type: Transform - uid: 1089 components: - - pos: -14.5,8.5 + - type: Transform + pos: -14.5,8.5 parent: 1 - type: Transform - uid: 1090 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 1091 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 1 - type: Transform - uid: 1092 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 1 - type: Transform - uid: 1200 components: - - pos: -14.5,-29.5 + - type: Transform + pos: -14.5,-29.5 parent: 1 - type: Transform - uid: 1201 components: - - pos: -6.5,-29.5 + - type: Transform + pos: -6.5,-29.5 parent: 1 - type: Transform - uid: 2121 components: - - pos: -9.5,-23.5 + - type: Transform + pos: -9.5,-23.5 parent: 1 - type: Transform - proto: TableWood entities: - uid: 648 components: - - pos: -10.5,-14.5 + - type: Transform + pos: -10.5,-14.5 parent: 1 - type: Transform - uid: 649 components: - - pos: -11.5,-14.5 + - type: Transform + pos: -11.5,-14.5 parent: 1 - type: Transform - uid: 650 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 1 - type: Transform - proto: TableWoodReinforced entities: - uid: 422 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 1 - type: Transform - uid: 430 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 1 - type: Transform - uid: 435 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 1 - type: Transform - uid: 440 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 1 - type: Transform - uid: 442 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 1 - type: Transform - uid: 445 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 1 - type: Transform - uid: 450 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 1 - type: Transform - uid: 622 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 1 - type: Transform - uid: 623 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 1 - type: Transform - proto: Thruster entities: - uid: 6 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-43.5 parent: 1 - type: Transform - uid: 249 components: - - pos: -17.5,22.5 + - type: Transform + pos: -17.5,22.5 parent: 1 - type: Transform - uid: 250 components: - - pos: -3.5,22.5 + - type: Transform + pos: -3.5,22.5 parent: 1 - type: Transform - uid: 254 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-43.5 parent: 1 - type: Transform - uid: 596 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-43.5 parent: 1 - type: Transform - uid: 597 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-43.5 parent: 1 - type: Transform - uid: 604 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-43.5 parent: 1 - type: Transform - uid: 605 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-43.5 parent: 1 - type: Transform - uid: 943 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-21.5 parent: 1 - type: Transform - uid: 944 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-20.5 parent: 1 - type: Transform - uid: 945 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-19.5 parent: 1 - type: Transform - uid: 946 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,0.5 parent: 1 - type: Transform - uid: 947 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - type: Transform - uid: 948 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 1 - type: Transform - uid: 949 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,2.5 parent: 1 - type: Transform - uid: 950 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,1.5 parent: 1 - type: Transform - uid: 951 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,0.5 parent: 1 - type: Transform - uid: 952 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-19.5 parent: 1 - type: Transform - uid: 953 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-20.5 parent: 1 - type: Transform - uid: 954 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-21.5 parent: 1 - type: Transform - uid: 1221 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-43.5 parent: 1 - type: Transform - uid: 1222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-43.5 parent: 1 - type: Transform - proto: ToiletEmpty entities: - uid: 33 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-24.5 parent: 1 - type: Transform - uid: 431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-24.5 parent: 1 - type: Transform - uid: 441 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-16.5 parent: 1 - type: Transform - uid: 447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-16.5 parent: 1 - type: Transform - proto: ToolboxElectricalFilled entities: - uid: 1219 components: - - pos: -8.48594,-41.321068 + - type: Transform + pos: -8.48594,-41.321068 parent: 1 - type: Transform - uid: 1404 components: - - pos: -8.490682,15.655623 + - type: Transform + pos: -8.490682,15.655623 parent: 1 - type: Transform - proto: ToolboxMechanicalFilled entities: - uid: 1216 components: - - pos: -12.465106,-41.321068 + - type: Transform + pos: -12.465106,-41.321068 parent: 1 - type: Transform - uid: 1403 components: - - pos: -7.490682,15.634776 + - type: Transform + pos: -7.490682,15.634776 parent: 1 - type: Transform - proto: VendingMachineBooze entities: - uid: 633 components: - - flags: SessionSpecific - type: MetaData - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 1 - type: Transform - proto: VendingMachineChang entities: - uid: 517 components: - - flags: SessionSpecific - type: MetaData - - pos: -14.5,6.5 + - type: Transform + pos: -14.5,6.5 parent: 1 - type: Transform - proto: VendingMachineCoffee entities: - uid: 516 components: - - flags: SessionSpecific - type: MetaData - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - proto: VendingMachineCola entities: - uid: 1211 components: - - flags: SessionSpecific - type: MetaData - - pos: -6.5,-35.5 + - type: Transform + pos: -6.5,-35.5 parent: 1 - type: Transform - proto: VendingMachineDonut entities: - uid: 1210 components: - - flags: SessionSpecific - type: MetaData - - pos: -14.5,-35.5 + - type: Transform + pos: -14.5,-35.5 parent: 1 - type: Transform - proto: VendingMachineMedical entities: - uid: 544 components: - - flags: SessionSpecific - type: MetaData - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 1 - type: Transform - proto: VendingMachineTankDispenserEngineering entities: - uid: 594 components: - - flags: SessionSpecific - type: MetaData - - pos: -5.5,-41.5 + - type: Transform + pos: -5.5,-41.5 parent: 1 - type: Transform - proto: WallShuttle entities: - uid: 2 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 1 - type: Transform - uid: 3 components: - - pos: -18.5,-11.5 + - type: Transform + pos: -18.5,-11.5 parent: 1 - type: Transform - uid: 4 components: - - pos: -5.5,-42.5 + - type: Transform + pos: -5.5,-42.5 parent: 1 - type: Transform - uid: 8 components: - - pos: -19.5,-33.5 + - type: Transform + pos: -19.5,-33.5 parent: 1 - type: Transform - uid: 24 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 26 components: - - pos: -19.5,-7.5 + - type: Transform + pos: -19.5,-7.5 parent: 1 - type: Transform - uid: 27 components: - - pos: -17.5,-3.5 + - type: Transform + pos: -17.5,-3.5 parent: 1 - type: Transform - uid: 28 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 29 components: - - pos: -20.5,-7.5 + - type: Transform + pos: -20.5,-7.5 parent: 1 - type: Transform - uid: 30 components: - - pos: -17.5,-40.5 + - type: Transform + pos: -17.5,-40.5 parent: 1 - type: Transform - uid: 35 components: - - pos: -17.5,1.5 + - type: Transform + pos: -17.5,1.5 parent: 1 - type: Transform - uid: 40 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 1 - type: Transform - uid: 51 components: - - pos: -3.5,21.5 + - type: Transform + pos: -3.5,21.5 parent: 1 - type: Transform - uid: 52 components: - - pos: -17.5,21.5 + - type: Transform + pos: -17.5,21.5 parent: 1 - type: Transform - uid: 53 components: - - pos: -20.5,18.5 + - type: Transform + pos: -20.5,18.5 parent: 1 - type: Transform - uid: 54 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 1 - type: Transform - uid: 55 components: - - pos: -19.5,14.5 + - type: Transform + pos: -19.5,14.5 parent: 1 - type: Transform - uid: 56 components: - - pos: -18.5,14.5 + - type: Transform + pos: -18.5,14.5 parent: 1 - type: Transform - uid: 57 components: - - pos: -17.5,14.5 + - type: Transform + pos: -17.5,14.5 parent: 1 - type: Transform - uid: 58 components: - - pos: -20.5,10.5 + - type: Transform + pos: -20.5,10.5 parent: 1 - type: Transform - uid: 59 components: - - pos: -19.5,10.5 + - type: Transform + pos: -19.5,10.5 parent: 1 - type: Transform - uid: 60 components: - - pos: -18.5,10.5 + - type: Transform + pos: -18.5,10.5 parent: 1 - type: Transform - uid: 61 components: - - pos: -17.5,10.5 + - type: Transform + pos: -17.5,10.5 parent: 1 - type: Transform - uid: 62 components: - - pos: -20.5,6.5 + - type: Transform + pos: -20.5,6.5 parent: 1 - type: Transform - uid: 63 components: - - pos: -19.5,6.5 + - type: Transform + pos: -19.5,6.5 parent: 1 - type: Transform - uid: 64 components: - - pos: -18.5,6.5 + - type: Transform + pos: -18.5,6.5 parent: 1 - type: Transform - uid: 65 components: - - pos: -17.5,6.5 + - type: Transform + pos: -17.5,6.5 parent: 1 - type: Transform - uid: 66 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 67 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 68 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 69 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 70 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 71 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 1 - type: Transform - uid: 72 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - uid: 73 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - uid: 74 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 75 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 76 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 1 - type: Transform - uid: 77 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 1 - type: Transform - uid: 78 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 79 components: - - pos: -0.5,18.5 + - type: Transform + pos: -0.5,18.5 parent: 1 - type: Transform - uid: 93 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 1 - type: Transform - uid: 94 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 1 - type: Transform - uid: 99 components: - - pos: -12.5,-34.5 + - type: Transform + pos: -12.5,-34.5 parent: 1 - type: Transform - uid: 102 components: - - pos: -17.5,-41.5 + - type: Transform + pos: -17.5,-41.5 parent: 1 - type: Transform - uid: 116 components: - - pos: -20.5,-33.5 + - type: Transform + pos: -20.5,-33.5 parent: 1 - type: Transform - uid: 118 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 1 - type: Transform - uid: 133 components: - - pos: -17.5,4.5 + - type: Transform + pos: -17.5,4.5 parent: 1 - type: Transform - uid: 134 components: - - pos: -17.5,3.5 + - type: Transform + pos: -17.5,3.5 parent: 1 - type: Transform - uid: 135 components: - - pos: -20.5,-11.5 + - type: Transform + pos: -20.5,-11.5 parent: 1 - type: Transform - uid: 136 components: - - pos: -20.5,-11.5 + - type: Transform + pos: -20.5,-11.5 parent: 1 - type: Transform - uid: 138 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 139 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 140 components: - - pos: -3.5,-20.5 + - type: Transform + pos: -3.5,-20.5 parent: 1 - type: Transform - uid: 141 components: - - pos: -3.5,-21.5 + - type: Transform + pos: -3.5,-21.5 parent: 1 - type: Transform - uid: 142 components: - - pos: -18.5,-33.5 + - type: Transform + pos: -18.5,-33.5 parent: 1 - type: Transform - uid: 143 components: - - pos: -17.5,-25.5 + - type: Transform + pos: -17.5,-25.5 parent: 1 - type: Transform - uid: 144 components: - - pos: -18.5,-25.5 + - type: Transform + pos: -18.5,-25.5 parent: 1 - type: Transform - uid: 145 components: - - pos: -17.5,-20.5 + - type: Transform + pos: -17.5,-20.5 parent: 1 - type: Transform - uid: 146 components: - - pos: -17.5,-21.5 + - type: Transform + pos: -17.5,-21.5 parent: 1 - type: Transform - uid: 147 components: - - pos: -6.5,-42.5 + - type: Transform + pos: -6.5,-42.5 parent: 1 - type: Transform - uid: 150 components: - - pos: -4.5,-42.5 + - type: Transform + pos: -4.5,-42.5 parent: 1 - type: Transform - uid: 152 components: - - pos: -19.5,-11.5 + - type: Transform + pos: -19.5,-11.5 parent: 1 - type: Transform - uid: 153 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 155 components: - - pos: -17.5,-33.5 + - type: Transform + pos: -17.5,-33.5 parent: 1 - type: Transform - uid: 156 components: - - pos: -20.5,-25.5 + - type: Transform + pos: -20.5,-25.5 parent: 1 - type: Transform - uid: 157 components: - - pos: -17.5,-7.5 + - type: Transform + pos: -17.5,-7.5 parent: 1 - type: Transform - uid: 158 components: - - pos: -18.5,-7.5 + - type: Transform + pos: -18.5,-7.5 parent: 1 - type: Transform - uid: 159 components: - - pos: -17.5,-11.5 + - type: Transform + pos: -17.5,-11.5 parent: 1 - type: Transform - uid: 160 components: - - pos: -3.5,-22.5 + - type: Transform + pos: -3.5,-22.5 parent: 1 - type: Transform - uid: 161 components: - - pos: -1.5,-29.5 + - type: Transform + pos: -1.5,-29.5 parent: 1 - type: Transform - uid: 162 components: - - pos: -17.5,0.5 + - type: Transform + pos: -17.5,0.5 parent: 1 - type: Transform - uid: 163 components: - - pos: -13.5,-37.5 + - type: Transform + pos: -13.5,-37.5 parent: 1 - type: Transform - uid: 164 components: - - pos: -7.5,-38.5 + - type: Transform + pos: -7.5,-38.5 parent: 1 - type: Transform - uid: 165 components: - - pos: -5.5,-38.5 + - type: Transform + pos: -5.5,-38.5 parent: 1 - type: Transform - uid: 168 components: - - pos: -9.5,-34.5 + - type: Transform + pos: -9.5,-34.5 parent: 1 - type: Transform - uid: 169 components: - - pos: -7.5,-35.5 + - type: Transform + pos: -7.5,-35.5 parent: 1 - type: Transform - uid: 170 components: - - pos: -13.5,-42.5 + - type: Transform + pos: -13.5,-42.5 parent: 1 - type: Transform - uid: 171 components: - - pos: -12.5,-42.5 + - type: Transform + pos: -12.5,-42.5 parent: 1 - type: Transform - uid: 178 components: - - pos: -8.5,-42.5 + - type: Transform + pos: -8.5,-42.5 parent: 1 - type: Transform - uid: 179 components: - - pos: -7.5,-42.5 + - type: Transform + pos: -7.5,-42.5 parent: 1 - type: Transform - uid: 180 components: - - pos: -17.5,2.5 + - type: Transform + pos: -17.5,2.5 parent: 1 - type: Transform - uid: 181 components: - - pos: -1.5,-25.5 + - type: Transform + pos: -1.5,-25.5 parent: 1 - type: Transform - uid: 182 components: - - pos: -12.5,14.5 + - type: Transform + pos: -12.5,14.5 parent: 1 - type: Transform - uid: 183 components: - - pos: -13.5,14.5 + - type: Transform + pos: -13.5,14.5 parent: 1 - type: Transform - uid: 185 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 1 - type: Transform - uid: 191 components: - - pos: -8.5,14.5 + - type: Transform + pos: -8.5,14.5 parent: 1 - type: Transform - uid: 194 components: - - pos: -19.5,18.5 + - type: Transform + pos: -19.5,18.5 parent: 1 - type: Transform - uid: 195 components: - - pos: -18.5,18.5 + - type: Transform + pos: -18.5,18.5 parent: 1 - type: Transform - uid: 196 components: - - pos: -17.5,18.5 + - type: Transform + pos: -17.5,18.5 parent: 1 - type: Transform - uid: 197 components: - - pos: -1.5,18.5 + - type: Transform + pos: -1.5,18.5 parent: 1 - type: Transform - uid: 198 components: - - pos: -2.5,18.5 + - type: Transform + pos: -2.5,18.5 parent: 1 - type: Transform - uid: 199 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 229 components: - - pos: -16.5,21.5 + - type: Transform + pos: -16.5,21.5 parent: 1 - type: Transform - uid: 233 components: - - pos: -4.5,21.5 + - type: Transform + pos: -4.5,21.5 parent: 1 - type: Transform - uid: 247 components: - - pos: -14.5,-16.5 + - type: Transform + pos: -14.5,-16.5 parent: 1 - type: Transform - uid: 248 components: - - pos: -14.5,-15.5 + - type: Transform + pos: -14.5,-15.5 parent: 1 - type: Transform - uid: 251 components: - - pos: -18.5,-29.5 + - type: Transform + pos: -18.5,-29.5 parent: 1 - type: Transform - uid: 252 components: - - pos: -3.5,-29.5 + - type: Transform + pos: -3.5,-29.5 parent: 1 - type: Transform - uid: 255 components: - - pos: -19.5,-29.5 + - type: Transform + pos: -19.5,-29.5 parent: 1 - type: Transform - uid: 258 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 1 - type: Transform - uid: 259 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 1 - type: Transform - uid: 261 components: - - pos: -17.5,-38.5 + - type: Transform + pos: -17.5,-38.5 parent: 1 - type: Transform - uid: 262 components: - - pos: -17.5,-37.5 + - type: Transform + pos: -17.5,-37.5 parent: 1 - type: Transform - uid: 264 components: - - pos: -3.5,-40.5 + - type: Transform + pos: -3.5,-40.5 parent: 1 - type: Transform - uid: 265 components: - - pos: -3.5,-41.5 + - type: Transform + pos: -3.5,-41.5 parent: 1 - type: Transform - uid: 266 components: - - pos: -17.5,-23.5 + - type: Transform + pos: -17.5,-23.5 parent: 1 - type: Transform - uid: 267 components: - - pos: -17.5,-22.5 + - type: Transform + pos: -17.5,-22.5 parent: 1 - type: Transform - uid: 268 components: - - pos: -17.5,-29.5 + - type: Transform + pos: -17.5,-29.5 parent: 1 - type: Transform - uid: 269 components: - - pos: -20.5,-29.5 + - type: Transform + pos: -20.5,-29.5 parent: 1 - type: Transform - uid: 273 components: - - pos: -0.5,-25.5 + - type: Transform + pos: -0.5,-25.5 parent: 1 - type: Transform - uid: 274 components: - - pos: -2.5,-33.5 + - type: Transform + pos: -2.5,-33.5 parent: 1 - type: Transform - uid: 278 components: - - pos: -14.5,-42.5 + - type: Transform + pos: -14.5,-42.5 parent: 1 - type: Transform - uid: 279 components: - - pos: -16.5,-42.5 + - type: Transform + pos: -16.5,-42.5 parent: 1 - type: Transform - uid: 280 components: - - pos: -7.5,-37.5 + - type: Transform + pos: -7.5,-37.5 parent: 1 - type: Transform - uid: 294 components: - - pos: -19.5,-15.5 + - type: Transform + pos: -19.5,-15.5 parent: 1 - type: Transform - uid: 295 components: - - pos: -18.5,-15.5 + - type: Transform + pos: -18.5,-15.5 parent: 1 - type: Transform - uid: 298 components: - - pos: -2.5,-25.5 + - type: Transform + pos: -2.5,-25.5 parent: 1 - type: Transform - uid: 300 components: - - pos: -20.5,-15.5 + - type: Transform + pos: -20.5,-15.5 parent: 1 - type: Transform - uid: 301 components: - - pos: -1.5,-33.5 + - type: Transform + pos: -1.5,-33.5 parent: 1 - type: Transform - uid: 302 components: - - pos: -3.5,-25.5 + - type: Transform + pos: -3.5,-25.5 parent: 1 - type: Transform - uid: 304 components: - - pos: -3.5,-33.5 + - type: Transform + pos: -3.5,-33.5 parent: 1 - type: Transform - uid: 306 components: - - pos: -11.5,-34.5 + - type: Transform + pos: -11.5,-34.5 parent: 1 - type: Transform - uid: 307 components: - - pos: -7.5,-34.5 + - type: Transform + pos: -7.5,-34.5 parent: 1 - type: Transform - uid: 311 components: - - pos: -14.5,-38.5 + - type: Transform + pos: -14.5,-38.5 parent: 1 - type: Transform - uid: 312 components: - - pos: -15.5,-42.5 + - type: Transform + pos: -15.5,-42.5 parent: 1 - type: Transform - uid: 313 components: - - pos: -8.5,-34.5 + - type: Transform + pos: -8.5,-34.5 parent: 1 - type: Transform - uid: 314 components: - - pos: -7.5,-36.5 + - type: Transform + pos: -7.5,-36.5 parent: 1 - type: Transform - uid: 315 components: - - pos: -13.5,-34.5 + - type: Transform + pos: -13.5,-34.5 parent: 1 - type: Transform - uid: 316 components: - - pos: -13.5,-35.5 + - type: Transform + pos: -13.5,-35.5 parent: 1 - type: Transform - uid: 317 components: - - pos: -16.5,-38.5 + - type: Transform + pos: -16.5,-38.5 parent: 1 - type: Transform - uid: 318 components: - - pos: -15.5,-38.5 + - type: Transform + pos: -15.5,-38.5 parent: 1 - type: Transform - uid: 319 components: - - pos: -4.5,-38.5 + - type: Transform + pos: -4.5,-38.5 parent: 1 - type: Transform - uid: 320 components: - - pos: -0.5,-29.5 + - type: Transform + pos: -0.5,-29.5 parent: 1 - type: Transform - uid: 322 components: - - pos: -7.5,-37.5 + - type: Transform + pos: -7.5,-37.5 parent: 1 - type: Transform - uid: 324 components: - - pos: -13.5,-36.5 + - type: Transform + pos: -13.5,-36.5 parent: 1 - type: Transform - uid: 328 components: - - pos: -13.5,-38.5 + - type: Transform + pos: -13.5,-38.5 parent: 1 - type: Transform - uid: 329 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 332 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 333 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 334 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - uid: 345 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 1 - type: Transform - uid: 352 components: - - pos: -2.5,-29.5 + - type: Transform + pos: -2.5,-29.5 parent: 1 - type: Transform - uid: 354 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 1 - type: Transform - uid: 357 components: - - pos: -12.5,10.5 + - type: Transform + pos: -12.5,10.5 parent: 1 - type: Transform - uid: 358 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 1 - type: Transform - uid: 364 components: - - pos: -18.5,-3.5 + - type: Transform + pos: -18.5,-3.5 parent: 1 - type: Transform - uid: 365 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 366 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 1 - type: Transform - uid: 369 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 372 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 1 - type: Transform - uid: 376 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - uid: 377 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 378 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 1 - type: Transform - uid: 379 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 1 - type: Transform - uid: 380 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 1 - type: Transform - uid: 381 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 382 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 1 - type: Transform - uid: 383 components: - - pos: -3.5,-19.5 + - type: Transform + pos: -3.5,-19.5 parent: 1 - type: Transform - uid: 384 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 1 - type: Transform - uid: 385 components: - - pos: -3.5,-17.5 + - type: Transform + pos: -3.5,-17.5 parent: 1 - type: Transform - uid: 386 components: - - pos: -3.5,-18.5 + - type: Transform + pos: -3.5,-18.5 parent: 1 - type: Transform - uid: 387 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 388 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 1 - type: Transform - uid: 391 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 1 - type: Transform - uid: 392 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 1 - type: Transform - uid: 393 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 1 - type: Transform - uid: 400 components: - - pos: -19.5,-3.5 + - type: Transform + pos: -19.5,-3.5 parent: 1 - type: Transform - uid: 401 components: - - pos: -20.5,-3.5 + - type: Transform + pos: -20.5,-3.5 parent: 1 - type: Transform - uid: 407 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 408 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - uid: 409 components: - - pos: -17.5,-19.5 + - type: Transform + pos: -17.5,-19.5 parent: 1 - type: Transform - uid: 410 components: - - pos: -17.5,-17.5 + - type: Transform + pos: -17.5,-17.5 parent: 1 - type: Transform - uid: 411 components: - - pos: -17.5,-15.5 + - type: Transform + pos: -17.5,-15.5 parent: 1 - type: Transform - uid: 413 components: - - pos: -17.5,-18.5 + - type: Transform + pos: -17.5,-18.5 parent: 1 - type: Transform - uid: 414 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 1 - type: Transform - uid: 415 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 416 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - uid: 417 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 418 components: - - pos: -19.5,-25.5 + - type: Transform + pos: -19.5,-25.5 parent: 1 - type: Transform - uid: 419 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - uid: 421 components: - - pos: -6.5,-38.5 + - type: Transform + pos: -6.5,-38.5 parent: 1 - type: Transform - uid: 423 components: - - pos: -17.5,-0.5 + - type: Transform + pos: -17.5,-0.5 parent: 1 - type: Transform - uid: 426 components: - - pos: -20.5,-37.5 + - type: Transform + pos: -20.5,-37.5 parent: 1 - type: Transform - uid: 427 components: - - pos: -3.5,-37.5 + - type: Transform + pos: -3.5,-37.5 parent: 1 - type: Transform - uid: 428 components: - - pos: -17.5,-1.5 + - type: Transform + pos: -17.5,-1.5 parent: 1 - type: Transform - uid: 432 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 1 - type: Transform - uid: 433 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 436 components: - - pos: -0.5,-37.5 + - type: Transform + pos: -0.5,-37.5 parent: 1 - type: Transform - uid: 437 components: - - pos: -3.5,-38.5 + - type: Transform + pos: -3.5,-38.5 parent: 1 - type: Transform - uid: 438 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - uid: 443 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 1 - type: Transform - uid: 448 components: - - pos: -3.5,-23.5 + - type: Transform + pos: -3.5,-23.5 parent: 1 - type: Transform - uid: 451 components: - - pos: -0.5,-33.5 + - type: Transform + pos: -0.5,-33.5 parent: 1 - type: Transform - uid: 472 components: - - pos: -14.5,-17.5 + - type: Transform + pos: -14.5,-17.5 parent: 1 - type: Transform - uid: 473 components: - - pos: -14.5,-18.5 + - type: Transform + pos: -14.5,-18.5 parent: 1 - type: Transform - uid: 477 components: - - pos: -14.5,-22.5 + - type: Transform + pos: -14.5,-22.5 parent: 1 - type: Transform - uid: 478 components: - - pos: -14.5,-23.5 + - type: Transform + pos: -14.5,-23.5 parent: 1 - type: Transform - uid: 479 components: - - pos: -14.5,-24.5 + - type: Transform + pos: -14.5,-24.5 parent: 1 - type: Transform - uid: 480 components: - - pos: -14.5,-25.5 + - type: Transform + pos: -14.5,-25.5 parent: 1 - type: Transform - uid: 481 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 1 - type: Transform - uid: 482 components: - - pos: -6.5,-16.5 + - type: Transform + pos: -6.5,-16.5 parent: 1 - type: Transform - uid: 483 components: - - pos: -6.5,-17.5 + - type: Transform + pos: -6.5,-17.5 parent: 1 - type: Transform - uid: 484 components: - - pos: -6.5,-18.5 + - type: Transform + pos: -6.5,-18.5 parent: 1 - type: Transform - uid: 488 components: - - pos: -6.5,-22.5 + - type: Transform + pos: -6.5,-22.5 parent: 1 - type: Transform - uid: 489 components: - - pos: -6.5,-23.5 + - type: Transform + pos: -6.5,-23.5 parent: 1 - type: Transform - uid: 490 components: - - pos: -6.5,-24.5 + - type: Transform + pos: -6.5,-24.5 parent: 1 - type: Transform - uid: 491 components: - - pos: -6.5,-25.5 + - type: Transform + pos: -6.5,-25.5 parent: 1 - type: Transform - uid: 592 components: - - pos: -16.5,-41.5 + - type: Transform + pos: -16.5,-41.5 parent: 1 - type: Transform - uid: 593 components: - - pos: -4.5,-41.5 + - type: Transform + pos: -4.5,-41.5 parent: 1 - type: Transform - uid: 606 components: - - pos: -12.5,-43.5 + - type: Transform + pos: -12.5,-43.5 parent: 1 - type: Transform - uid: 639 components: - - pos: -13.5,-15.5 + - type: Transform + pos: -13.5,-15.5 parent: 1 - type: Transform - uid: 640 components: - - pos: -12.5,-15.5 + - type: Transform + pos: -12.5,-15.5 parent: 1 - type: Transform - uid: 641 components: - - pos: -11.5,-15.5 + - type: Transform + pos: -11.5,-15.5 parent: 1 - type: Transform - uid: 642 components: - - pos: -10.5,-15.5 + - type: Transform + pos: -10.5,-15.5 parent: 1 - type: Transform - uid: 643 components: - - pos: -9.5,-15.5 + - type: Transform + pos: -9.5,-15.5 parent: 1 - type: Transform - uid: 644 components: - - pos: -8.5,-15.5 + - type: Transform + pos: -8.5,-15.5 parent: 1 - type: Transform - uid: 645 components: - - pos: -7.5,-15.5 + - type: Transform + pos: -7.5,-15.5 parent: 1 - type: Transform - uid: 656 components: - - pos: -6.5,-19.5 + - type: Transform + pos: -6.5,-19.5 parent: 1 - type: Transform - uid: 665 components: - - pos: -10.5,-19.5 + - type: Transform + pos: -10.5,-19.5 parent: 1 - type: Transform - uid: 695 components: - - pos: -8.5,-25.5 + - type: Transform + pos: -8.5,-25.5 parent: 1 - type: Transform - uid: 696 components: - - pos: -9.5,-25.5 + - type: Transform + pos: -9.5,-25.5 parent: 1 - type: Transform - uid: 969 components: - - pos: -8.5,-43.5 + - type: Transform + pos: -8.5,-43.5 parent: 1 - type: Transform - uid: 1036 components: - - pos: -16.5,22.5 + - type: Transform + pos: -16.5,22.5 parent: 1 - type: Transform - uid: 1048 components: - - pos: -4.5,22.5 + - type: Transform + pos: -4.5,22.5 parent: 1 - type: Transform - uid: 1068 components: - - pos: -14.5,-19.5 + - type: Transform + pos: -14.5,-19.5 parent: 1 - type: Transform - uid: 1173 components: - - pos: -19.5,-37.5 + - type: Transform + pos: -19.5,-37.5 parent: 1 - type: Transform - uid: 1174 components: - - pos: -1.5,-37.5 + - type: Transform + pos: -1.5,-37.5 parent: 1 - type: Transform - uid: 1623 components: - - pos: -7.5,-25.5 + - type: Transform + pos: -7.5,-25.5 parent: 1 - type: Transform - proto: WallShuttleDiagonal entities: - uid: 5 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 13 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,5.5 parent: 1 - type: Transform - uid: 14 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,5.5 parent: 1 - type: Transform - uid: 15 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,4.5 parent: 1 - type: Transform - uid: 16 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,3.5 parent: 1 - type: Transform - uid: 17 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 1 - type: Transform - uid: 18 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 20 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 21 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,4.5 parent: 1 - type: Transform - uid: 22 components: - - pos: -20.5,19.5 + - type: Transform + pos: -20.5,19.5 parent: 1 - type: Transform - uid: 31 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-17.5 parent: 1 - type: Transform - uid: 32 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-16.5 parent: 1 - type: Transform - uid: 34 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-38.5 parent: 1 - type: Transform - uid: 36 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-40.5 parent: 1 - type: Transform - uid: 38 components: - - pos: -20.5,-2.5 + - type: Transform + pos: -20.5,-2.5 parent: 1 - type: Transform - uid: 42 components: - - pos: -19.5,20.5 + - type: Transform + pos: -19.5,20.5 parent: 1 - type: Transform - uid: 43 components: - - pos: -18.5,21.5 + - type: Transform + pos: -18.5,21.5 parent: 1 - type: Transform - uid: 44 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,20.5 parent: 1 - type: Transform - uid: 45 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,19.5 parent: 1 - type: Transform - uid: 46 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,19.5 parent: 1 - type: Transform - uid: 47 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,20.5 parent: 1 - type: Transform - uid: 48 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,21.5 parent: 1 - type: Transform - uid: 49 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,20.5 parent: 1 - type: Transform - uid: 50 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,19.5 parent: 1 - type: Transform - uid: 105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,4.5 parent: 1 - type: Transform - uid: 115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,5.5 parent: 1 - type: Transform - uid: 148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-40.5 parent: 1 - type: Transform - uid: 173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-39.5 parent: 1 - type: Transform - uid: 174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,-38.5 parent: 1 - type: Transform - uid: 175 components: - - pos: -18.5,-22.5 + - type: Transform + pos: -18.5,-22.5 parent: 1 - type: Transform - uid: 176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,-39.5 parent: 1 - type: Transform - uid: 177 components: - - pos: -1.5,-38.5 + - type: Transform + pos: -1.5,-38.5 parent: 1 - type: Transform - uid: 272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-23.5 parent: 1 - type: Transform - uid: 281 components: - - pos: -18.5,-0.5 + - type: Transform + pos: -18.5,-0.5 parent: 1 - type: Transform - uid: 283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-39.5 parent: 1 - type: Transform - uid: 284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-23.5 parent: 1 - type: Transform - uid: 285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-16.5 parent: 1 - type: Transform - uid: 286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-38.5 parent: 1 - type: Transform - uid: 287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-24.5 parent: 1 - type: Transform - uid: 288 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-18.5 parent: 1 - type: Transform - uid: 289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-24.5 parent: 1 - type: Transform - uid: 290 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-17.5 parent: 1 - type: Transform - uid: 291 components: - - pos: -20.5,-24.5 + - type: Transform + pos: -20.5,-24.5 parent: 1 - type: Transform - uid: 292 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 1 - type: Transform - uid: 293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-22.5 parent: 1 - type: Transform - uid: 296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-16.5 parent: 1 - type: Transform - uid: 299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-24.5 parent: 1 - type: Transform - uid: 303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-23.5 parent: 1 - type: Transform - uid: 321 components: - - pos: -2.5,-39.5 + - type: Transform + pos: -2.5,-39.5 parent: 1 - type: Transform - uid: 323 components: - - pos: -19.5,-23.5 + - type: Transform + pos: -19.5,-23.5 parent: 1 - type: Transform - uid: 325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-17.5 parent: 1 - type: Transform - uid: 326 components: - - pos: -2.5,-17.5 + - type: Transform + pos: -2.5,-17.5 parent: 1 - type: Transform - uid: 327 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,-18.5 parent: 1 - type: Transform - uid: 330 components: - - pos: -19.5,-1.5 + - type: Transform + pos: -19.5,-1.5 parent: 1 - type: Transform - uid: 362 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-1.5 parent: 1 - type: Transform - uid: 363 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-2.5 parent: 1 - type: Transform - uid: 420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 1 - type: Transform - proto: WallShuttleInterior entities: - uid: 1421 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 1 - type: Transform - uid: 1422 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - uid: 1423 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - uid: 1424 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 1 - type: Transform - uid: 1425 components: - - pos: -13.5,9.5 + - type: Transform + pos: -13.5,9.5 parent: 1 - type: Transform - uid: 1426 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 1 - type: Transform - uid: 1427 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 1 - type: Transform - uid: 1428 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - uid: 1429 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 1430 components: - - pos: -13.5,10.5 + - type: Transform + pos: -13.5,10.5 parent: 1 - type: Transform - uid: 1432 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - uid: 1433 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 1438 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 1439 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 1 - type: Transform - uid: 1440 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 1 - type: Transform - uid: 1441 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 1 - type: Transform - uid: 1442 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 1446 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - uid: 1447 components: - - pos: -7.5,-31.5 + - type: Transform + pos: -7.5,-31.5 parent: 1 - type: Transform - uid: 1448 components: - - pos: -7.5,-30.5 + - type: Transform + pos: -7.5,-30.5 parent: 1 - type: Transform - uid: 1449 components: - - pos: -7.5,-29.5 + - type: Transform + pos: -7.5,-29.5 parent: 1 - type: Transform - uid: 1450 components: - - pos: -7.5,-28.5 + - type: Transform + pos: -7.5,-28.5 parent: 1 - type: Transform - uid: 1453 components: - - pos: -13.5,-31.5 + - type: Transform + pos: -13.5,-31.5 parent: 1 - type: Transform - uid: 1455 components: - - pos: -13.5,-30.5 + - type: Transform + pos: -13.5,-30.5 parent: 1 - type: Transform - uid: 1461 components: - - pos: -13.5,-29.5 + - type: Transform + pos: -13.5,-29.5 parent: 1 - type: Transform - uid: 1465 components: - - pos: -13.5,-28.5 + - type: Transform + pos: -13.5,-28.5 parent: 1 - type: Transform - uid: 1471 components: - - pos: -14.5,-11.5 + - type: Transform + pos: -14.5,-11.5 parent: 1 - type: Transform - uid: 1472 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 1 - type: Transform - uid: 1474 components: - - pos: -8.5,-31.5 + - type: Transform + pos: -8.5,-31.5 parent: 1 - type: Transform - uid: 1475 components: - - pos: -9.5,-31.5 + - type: Transform + pos: -9.5,-31.5 parent: 1 - type: Transform - uid: 1477 components: - - pos: -10.5,-31.5 + - type: Transform + pos: -10.5,-31.5 parent: 1 - type: Transform - uid: 1478 components: - - pos: -11.5,-31.5 + - type: Transform + pos: -11.5,-31.5 parent: 1 - type: Transform - uid: 1479 components: - - pos: -12.5,-31.5 + - type: Transform + pos: -12.5,-31.5 parent: 1 - type: Transform - uid: 1480 components: - - pos: -8.5,-28.5 + - type: Transform + pos: -8.5,-28.5 parent: 1 - type: Transform - uid: 1483 components: - - pos: -9.5,-28.5 + - type: Transform + pos: -9.5,-28.5 parent: 1 - type: Transform - uid: 1488 components: - - pos: -12.5,-28.5 + - type: Transform + pos: -12.5,-28.5 parent: 1 - type: Transform - uid: 1490 components: - - pos: -11.5,-28.5 + - type: Transform + pos: -11.5,-28.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 1508 + components: + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform + - type: WarpPoint + location: Evac Shuttle - proto: WeaponDisabler entities: - uid: 2128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.427478,-23.474297 parent: 1 - type: Transform - proto: WeaponDisablerPractice entities: - uid: 1496 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.949419,5.600707 parent: 1 - type: Transform - uid: 2129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.7056446,-16.86649 parent: 1 - type: Transform ... diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml index 33888dc10d..0a9fc598df 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Kaeri.yml @@ -234,7 +234,6 @@ entities: - type: GasTileOverlay - type: SpreaderGrid - type: GravityShake - nextShake: 0 shakeTimes: 10 - proto: AirCanister entities: @@ -4070,6 +4069,15 @@ entities: rot: 3.141592653589793 rad pos: 5.5,-14.5 parent: 617 +- proto: WarpPoint + entities: + - uid: 660 + components: + - type: Transform + pos: -0.5,4.5 + parent: 617 + - type: WarpPoint + location: Evac Shuttle - proto: WindoorSecureSecurityLocked entities: - uid: 631 diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml index 233185c4d3..9522cd74d3 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml @@ -4392,6 +4392,15 @@ entities: rot: 3.141592653589793 rad pos: -5.5,-12.5 parent: 670 +- proto: WarpPoint + entities: + - uid: 122 + components: + - type: Transform + pos: -2.5,2.5 + parent: 670 + - type: WarpPoint + location: Evac Shuttle - proto: WindoorSecureMedicalLocked entities: - uid: 258 diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml index 2757e45e83..d2a239a015 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Right.yml @@ -376,7 +376,6 @@ entities: - type: RadiationGridResistance - type: SpreaderGrid - type: GravityShake - nextShake: 0 shakeTimes: 10 - proto: AirAlarm entities: @@ -9446,6 +9445,15 @@ entities: - type: Transform pos: 8.5,0.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 1487 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - type: WarpPoint + location: Evac Shuttle - proto: WaterTankFull entities: - uid: 733 diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml index 219daa2214..a9de39ef7d 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml @@ -19,12 +19,13 @@ entities: entities: - uid: 60 components: - - name: NTES Seal - type: MetaData - - pos: 0.47916666,0.4948031 + - type: MetaData + name: NTES Seal + - type: Transform + pos: 0.47916666,0.4948031 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACHgAAAAACWgAAAAABHgAAAAAAHgAAAAADHgAAAAAAWgAAAAAAHgAAAAADegAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAABWgAAAAACWgAAAAAAWgAAAAAAHgAAAAADWgAAAAABHgAAAAADHgAAAAADHgAAAAADWgAAAAAAHgAAAAADegAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAACDgAAAAACWgAAAAACWgAAAAADWgAAAAADHgAAAAADWgAAAAACHgAAAAABHgAAAAABHgAAAAADWgAAAAAAHgAAAAAAegAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADWgAAAAADWgAAAAAAWgAAAAABHgAAAAACWgAAAAACHgAAAAAAHgAAAAADHgAAAAAAWgAAAAAAHgAAAAACegAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAADDgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAD @@ -57,20 +58,20 @@ entities: ind: -2,0 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVAAAAAAAHgAAAAADHgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -184,8 +185,8 @@ entities: 27: 1,9 28: 2,8 29: 3,7 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-3: @@ -343,8812 +344,8808 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: GridPathfinding - type: RadiationGridResistance - type: SpreaderGrid - type: GasTileOverlay - - shakeTimes: 10 - type: GravityShake + - type: GravityShake + shakeTimes: 10 - proto: AirlockCommandGlassLocked entities: - uid: 24 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 60 - type: Transform - uid: 109 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 60 - type: Transform - uid: 128 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 60 - type: Transform - uid: 129 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 60 - type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 463 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 60 - type: Transform - proto: AirlockExternalGlass entities: - uid: 500 components: - - pos: -17.5,-4.5 + - type: Transform + pos: -17.5,-4.5 parent: 60 - type: Transform - uid: 501 components: - - pos: -17.5,3.5 + - type: Transform + pos: -17.5,3.5 parent: 60 - type: Transform - uid: 502 components: - - pos: 16.5,3.5 + - type: Transform + pos: 16.5,3.5 parent: 60 - type: Transform - uid: 503 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 60 - type: Transform - proto: AirlockHeadOfSecurityLocked entities: - uid: 127 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 60 - type: Transform - proto: AirlockMaintEngiLocked entities: - uid: 167 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 60 - type: Transform - uid: 209 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 60 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 125 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 60 - type: Transform - uid: 126 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 60 - type: Transform - proto: AirlockSecurityGlassLocked entities: - uid: 88 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 60 - type: Transform - proto: AirlockShuttleEasyPryLocked entities: - uid: 98 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,2.5 parent: 60 - type: Transform - uid: 100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,4.5 parent: 60 - type: Transform - uid: 101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-3.5 parent: 60 - type: Transform - uid: 102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,-5.5 parent: 60 - type: Transform - uid: 374 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,2.5 parent: 60 - type: Transform - uid: 375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,4.5 parent: 60 - type: Transform - uid: 376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-5.5 parent: 60 - type: Transform - uid: 377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-3.5 parent: 60 - type: Transform - proto: APCHighCapacity entities: - uid: 269 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 60 - type: Transform - uid: 1155 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 60 - type: Transform - proto: APCSuperCapacity entities: - uid: 556 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 60 - type: Transform - uid: 649 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 60 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 378 components: - - pos: 19.5,4.5 + - type: Transform + pos: 19.5,4.5 parent: 60 - type: Transform - uid: 379 components: - - pos: 19.5,2.5 + - type: Transform + pos: 19.5,2.5 parent: 60 - type: Transform - uid: 380 components: - - pos: 19.5,-3.5 + - type: Transform + pos: 19.5,-3.5 parent: 60 - type: Transform - uid: 381 components: - - pos: 19.5,-5.5 + - type: Transform + pos: 19.5,-5.5 parent: 60 - type: Transform - uid: 382 components: - - pos: -20.5,-5.5 + - type: Transform + pos: -20.5,-5.5 parent: 60 - type: Transform - uid: 383 components: - - pos: -20.5,-3.5 + - type: Transform + pos: -20.5,-3.5 parent: 60 - type: Transform - uid: 384 components: - - pos: -20.5,2.5 + - type: Transform + pos: -20.5,2.5 parent: 60 - type: Transform - uid: 385 components: - - pos: -20.5,4.5 + - type: Transform + pos: -20.5,4.5 parent: 60 - type: Transform - proto: BedsheetMedical entities: - uid: 935 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 60 - type: Transform - uid: 936 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 60 - type: Transform - uid: 937 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 60 - type: Transform - uid: 938 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 60 - type: Transform - proto: BoozeDispenser entities: - uid: 603 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-6.5 parent: 60 - type: Transform - proto: Brutepack entities: - uid: 953 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.379628,1.6318761 parent: 60 - type: Transform - uid: 954 components: - - pos: 12.649878,1.6114157 + - type: Transform + pos: 12.649878,1.6114157 parent: 60 - type: Transform - proto: CableApcExtension entities: - uid: 1093 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 60 - type: Transform - uid: 1094 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 60 - type: Transform - uid: 1095 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 60 - type: Transform - uid: 1096 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 60 - type: Transform - uid: 1097 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 60 - type: Transform - uid: 1098 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 60 - type: Transform - uid: 1099 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 60 - type: Transform - uid: 1100 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 60 - type: Transform - uid: 1101 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 60 - type: Transform - uid: 1102 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 60 - type: Transform - uid: 1103 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 60 - type: Transform - uid: 1104 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 60 - type: Transform - uid: 1105 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 60 - type: Transform - uid: 1106 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 60 - type: Transform - uid: 1107 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 60 - type: Transform - uid: 1108 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 60 - type: Transform - uid: 1109 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 60 - type: Transform - uid: 1110 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 60 - type: Transform - uid: 1111 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 60 - type: Transform - uid: 1112 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 60 - type: Transform - uid: 1113 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 60 - type: Transform - uid: 1114 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 60 - type: Transform - uid: 1115 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 60 - type: Transform - uid: 1116 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 60 - type: Transform - uid: 1117 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 60 - type: Transform - uid: 1118 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 60 - type: Transform - uid: 1119 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 60 - type: Transform - uid: 1120 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 60 - type: Transform - uid: 1121 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 60 - type: Transform - uid: 1122 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 60 - type: Transform - uid: 1123 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 60 - type: Transform - uid: 1124 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 60 - type: Transform - uid: 1125 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 60 - type: Transform - uid: 1126 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 60 - type: Transform - uid: 1127 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 60 - type: Transform - uid: 1129 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 60 - type: Transform - uid: 1130 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 60 - type: Transform - uid: 1131 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 60 - type: Transform - uid: 1132 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 60 - type: Transform - uid: 1133 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 60 - type: Transform - uid: 1134 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 60 - type: Transform - uid: 1135 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 60 - type: Transform - uid: 1136 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 60 - type: Transform - uid: 1137 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 60 - type: Transform - uid: 1138 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 60 - type: Transform - uid: 1139 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 60 - type: Transform - uid: 1140 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 60 - type: Transform - uid: 1141 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 60 - type: Transform - uid: 1142 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 60 - type: Transform - uid: 1143 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 60 - type: Transform - uid: 1144 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 60 - type: Transform - uid: 1145 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 60 - type: Transform - uid: 1146 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 60 - type: Transform - uid: 1147 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 60 - type: Transform - uid: 1148 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 60 - type: Transform - uid: 1149 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 60 - type: Transform - uid: 1150 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 60 - type: Transform - uid: 1151 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 60 - type: Transform - uid: 1152 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 60 - type: Transform - uid: 1153 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 60 - type: Transform - uid: 1154 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 60 - type: Transform - uid: 1156 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 60 - type: Transform - uid: 1157 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 60 - type: Transform - uid: 1158 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 60 - type: Transform - uid: 1159 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 60 - type: Transform - uid: 1160 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 60 - type: Transform - uid: 1161 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 60 - type: Transform - uid: 1162 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 60 - type: Transform - uid: 1163 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 60 - type: Transform - uid: 1164 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 60 - type: Transform - uid: 1165 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 60 - type: Transform - uid: 1166 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 60 - type: Transform - uid: 1167 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 60 - type: Transform - uid: 1168 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 60 - type: Transform - uid: 1169 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 60 - type: Transform - uid: 1170 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 60 - type: Transform - uid: 1171 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 60 - type: Transform - uid: 1172 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 60 - type: Transform - uid: 1173 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 60 - type: Transform - uid: 1174 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 60 - type: Transform - uid: 1175 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 60 - type: Transform - uid: 1176 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 60 - type: Transform - uid: 1177 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 60 - type: Transform - uid: 1178 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 60 - type: Transform - uid: 1179 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 60 - type: Transform - uid: 1180 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 60 - type: Transform - uid: 1181 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 60 - type: Transform - uid: 1182 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 60 - type: Transform - uid: 1183 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 60 - type: Transform - uid: 1184 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 60 - type: Transform - uid: 1185 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 60 - type: Transform - uid: 1186 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 60 - type: Transform - uid: 1187 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 60 - type: Transform - uid: 1188 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 60 - type: Transform - uid: 1189 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 60 - type: Transform - uid: 1190 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 60 - type: Transform - uid: 1191 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 60 - type: Transform - uid: 1192 components: - - pos: 15.5,4.5 + - type: Transform + pos: 15.5,4.5 parent: 60 - type: Transform - uid: 1193 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 60 - type: Transform - uid: 1194 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 60 - type: Transform - uid: 1195 components: - - pos: 16.5,3.5 + - type: Transform + pos: 16.5,3.5 parent: 60 - type: Transform - uid: 1196 components: - - pos: 17.5,3.5 + - type: Transform + pos: 17.5,3.5 parent: 60 - type: Transform - uid: 1197 components: - - pos: 18.5,3.5 + - type: Transform + pos: 18.5,3.5 parent: 60 - type: Transform - uid: 1198 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 60 - type: Transform - uid: 1199 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 60 - type: Transform - uid: 1200 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 60 - type: Transform - uid: 1201 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 60 - type: Transform - uid: 1202 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 60 - type: Transform - uid: 1203 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 60 - type: Transform - uid: 1204 components: - - pos: 15.5,-5.5 + - type: Transform + pos: 15.5,-5.5 parent: 60 - type: Transform - uid: 1205 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 60 - type: Transform - uid: 1206 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 60 - type: Transform - uid: 1207 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 60 - type: Transform - uid: 1208 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 60 - type: Transform - uid: 1209 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 60 - type: Transform - uid: 1210 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 60 - type: Transform - uid: 1211 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 60 - type: Transform - uid: 1212 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 60 - type: Transform - uid: 1213 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 60 - type: Transform - uid: 1214 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 60 - type: Transform - uid: 1215 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 60 - type: Transform - uid: 1216 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 60 - type: Transform - uid: 1217 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 60 - type: Transform - uid: 1218 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 60 - type: Transform - uid: 1219 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 60 - type: Transform - uid: 1220 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 60 - type: Transform - uid: 1221 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 60 - type: Transform - uid: 1222 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 60 - type: Transform - uid: 1223 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 60 - type: Transform - uid: 1224 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 60 - type: Transform - uid: 1225 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 60 - type: Transform - uid: 1226 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 60 - type: Transform - uid: 1227 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 60 - type: Transform - uid: 1228 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 60 - type: Transform - uid: 1229 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 60 - type: Transform - uid: 1230 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 60 - type: Transform - uid: 1231 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 60 - type: Transform - uid: 1232 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 60 - type: Transform - uid: 1233 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 60 - type: Transform - uid: 1234 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 60 - type: Transform - uid: 1235 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 60 - type: Transform - uid: 1236 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 60 - type: Transform - uid: 1237 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 60 - type: Transform - uid: 1238 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 60 - type: Transform - uid: 1239 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 60 - type: Transform - uid: 1240 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 60 - type: Transform - uid: 1241 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 60 - type: Transform - uid: 1242 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 60 - type: Transform - uid: 1243 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 60 - type: Transform - uid: 1244 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 60 - type: Transform - uid: 1245 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 60 - type: Transform - uid: 1246 components: - - pos: -16.5,-1.5 + - type: Transform + pos: -16.5,-1.5 parent: 60 - type: Transform - uid: 1247 components: - - pos: -16.5,-0.5 + - type: Transform + pos: -16.5,-0.5 parent: 60 - type: Transform - uid: 1248 components: - - pos: -16.5,0.5 + - type: Transform + pos: -16.5,0.5 parent: 60 - type: Transform - uid: 1249 components: - - pos: -16.5,1.5 + - type: Transform + pos: -16.5,1.5 parent: 60 - type: Transform - uid: 1250 components: - - pos: -16.5,2.5 + - type: Transform + pos: -16.5,2.5 parent: 60 - type: Transform - uid: 1251 components: - - pos: -16.5,3.5 + - type: Transform + pos: -16.5,3.5 parent: 60 - type: Transform - uid: 1252 components: - - pos: -16.5,4.5 + - type: Transform + pos: -16.5,4.5 parent: 60 - type: Transform - uid: 1253 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 60 - type: Transform - uid: 1254 components: - - pos: -16.5,-2.5 + - type: Transform + pos: -16.5,-2.5 parent: 60 - type: Transform - uid: 1255 components: - - pos: -16.5,-3.5 + - type: Transform + pos: -16.5,-3.5 parent: 60 - type: Transform - uid: 1256 components: - - pos: -16.5,-4.5 + - type: Transform + pos: -16.5,-4.5 parent: 60 - type: Transform - uid: 1257 components: - - pos: -16.5,-5.5 + - type: Transform + pos: -16.5,-5.5 parent: 60 - type: Transform - uid: 1258 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 60 - type: Transform - uid: 1259 components: - - pos: -17.5,-4.5 + - type: Transform + pos: -17.5,-4.5 parent: 60 - type: Transform - uid: 1260 components: - - pos: -18.5,-4.5 + - type: Transform + pos: -18.5,-4.5 parent: 60 - type: Transform - uid: 1261 components: - - pos: -19.5,-4.5 + - type: Transform + pos: -19.5,-4.5 parent: 60 - type: Transform - uid: 1262 components: - - pos: -17.5,3.5 + - type: Transform + pos: -17.5,3.5 parent: 60 - type: Transform - uid: 1263 components: - - pos: -18.5,3.5 + - type: Transform + pos: -18.5,3.5 parent: 60 - type: Transform - uid: 1264 components: - - pos: -19.5,3.5 + - type: Transform + pos: -19.5,3.5 parent: 60 - type: Transform - uid: 1265 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 60 - type: Transform - uid: 1266 components: - - pos: 16.5,-1.5 + - type: Transform + pos: 16.5,-1.5 parent: 60 - type: Transform - uid: 1267 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 60 - type: Transform - uid: 1268 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 60 - type: Transform - uid: 1269 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 60 - type: Transform - uid: 1270 components: - - pos: -17.5,-1.5 + - type: Transform + pos: -17.5,-1.5 parent: 60 - type: Transform - uid: 1271 components: - - pos: -18.5,-1.5 + - type: Transform + pos: -18.5,-1.5 parent: 60 - type: Transform - uid: 1272 components: - - pos: -18.5,-0.5 + - type: Transform + pos: -18.5,-0.5 parent: 60 - type: Transform - uid: 1273 components: - - pos: -18.5,0.5 + - type: Transform + pos: -18.5,0.5 parent: 60 - type: Transform - uid: 1274 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 60 - type: Transform - uid: 1275 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 60 - type: Transform - proto: CableHV entities: - uid: 433 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 60 - type: Transform - uid: 434 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 60 - type: Transform - uid: 435 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 60 - type: Transform - uid: 436 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 60 - type: Transform - uid: 437 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 60 - type: Transform - uid: 438 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 60 - type: Transform - uid: 439 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 60 - type: Transform - uid: 440 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 60 - type: Transform - uid: 441 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 60 - type: Transform - uid: 442 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 60 - type: Transform - uid: 443 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 60 - type: Transform - uid: 444 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 60 - type: Transform - uid: 445 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 60 - type: Transform - uid: 446 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 60 - type: Transform - uid: 447 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 60 - type: Transform - uid: 448 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 60 - type: Transform - uid: 481 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 60 - type: Transform - uid: 482 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 60 - type: Transform - uid: 483 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 60 - type: Transform - uid: 484 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 60 - type: Transform - uid: 492 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 60 - type: Transform - uid: 493 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 60 - type: Transform - uid: 570 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 60 - type: Transform - uid: 574 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 60 - type: Transform - uid: 634 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 60 - type: Transform - uid: 635 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 60 - type: Transform - uid: 636 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 60 - type: Transform - uid: 642 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 60 - type: Transform - uid: 643 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 60 - type: Transform - uid: 644 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 60 - type: Transform - uid: 670 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 60 - type: Transform - uid: 671 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 60 - type: Transform - uid: 672 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 60 - type: Transform - uid: 675 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 60 - type: Transform - uid: 676 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 60 - type: Transform - uid: 678 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 60 - type: Transform - uid: 679 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 60 - type: Transform - uid: 680 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 60 - type: Transform - uid: 689 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 60 - type: Transform - uid: 691 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 60 - type: Transform - uid: 696 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 60 - type: Transform - uid: 698 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 60 - type: Transform - uid: 1128 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 60 - type: Transform - proto: CableMV entities: - uid: 486 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 60 - type: Transform - uid: 487 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 60 - type: Transform - uid: 488 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 60 - type: Transform - uid: 489 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 60 - type: Transform - uid: 555 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 60 - type: Transform - uid: 557 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 60 - type: Transform - uid: 558 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 60 - type: Transform - uid: 559 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 60 - type: Transform - uid: 1276 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 60 - type: Transform - uid: 1277 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 60 - type: Transform - uid: 1278 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 60 - type: Transform - uid: 1279 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 60 - type: Transform - proto: CableTerminal entities: - uid: 673 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-8.5 parent: 60 - type: Transform - uid: 674 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-8.5 parent: 60 - type: Transform - proto: CarpetBlue entities: - uid: 1347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,3.5 parent: 60 - type: Transform - uid: 1348 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,2.5 parent: 60 - type: Transform - uid: 1349 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,4.5 parent: 60 - type: Transform - uid: 1350 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,1.5 parent: 60 - type: Transform - uid: 1351 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-5.5 parent: 60 - type: Transform - uid: 1352 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,0.5 parent: 60 - type: Transform - uid: 1353 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-4.5 parent: 60 - type: Transform - uid: 1354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-3.5 parent: 60 - type: Transform - uid: 1355 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-2.5 parent: 60 - type: Transform - uid: 1356 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-0.5 parent: 60 - type: Transform - uid: 1357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-1.5 parent: 60 - type: Transform - uid: 1358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,0.5 parent: 60 - type: Transform - uid: 1359 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,1.5 parent: 60 - type: Transform - uid: 1360 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,2.5 parent: 60 - type: Transform - uid: 1361 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,3.5 parent: 60 - type: Transform - uid: 1362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,4.5 parent: 60 - type: Transform - uid: 1363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,4.5 parent: 60 - type: Transform - uid: 1364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,3.5 parent: 60 - type: Transform - uid: 1365 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,2.5 parent: 60 - type: Transform - uid: 1366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,1.5 parent: 60 - type: Transform - uid: 1367 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,0.5 parent: 60 - type: Transform - uid: 1368 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-0.5 parent: 60 - type: Transform - uid: 1369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-1.5 parent: 60 - type: Transform - uid: 1370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-2.5 parent: 60 - type: Transform - uid: 1371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-3.5 parent: 60 - type: Transform - uid: 1372 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-4.5 parent: 60 - type: Transform - uid: 1373 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-5.5 parent: 60 - type: Transform - uid: 1374 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,4.5 parent: 60 - type: Transform - uid: 1375 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,3.5 parent: 60 - type: Transform - uid: 1376 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 60 - type: Transform - uid: 1377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,1.5 parent: 60 - type: Transform - uid: 1378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,0.5 parent: 60 - type: Transform - uid: 1379 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-0.5 parent: 60 - type: Transform - uid: 1380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-1.5 parent: 60 - type: Transform - uid: 1381 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-2.5 parent: 60 - type: Transform - uid: 1382 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-3.5 parent: 60 - type: Transform - uid: 1383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-4.5 parent: 60 - type: Transform - uid: 1384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-5.5 parent: 60 - type: Transform - uid: 1385 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-0.5 parent: 60 - type: Transform - uid: 1386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-0.5 parent: 60 - type: Transform - uid: 1387 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-0.5 parent: 60 - type: Transform - uid: 1388 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-1.5 parent: 60 - type: Transform - uid: 1389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-0.5 parent: 60 - type: Transform - uid: 1390 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-1.5 parent: 60 - type: Transform - uid: 1391 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-0.5 parent: 60 - type: Transform - uid: 1392 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-1.5 parent: 60 - type: Transform - uid: 1393 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 60 - type: Transform - uid: 1394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-1.5 parent: 60 - type: Transform - uid: 1395 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-0.5 parent: 60 - type: Transform - uid: 1396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-1.5 parent: 60 - type: Transform - uid: 1397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-0.5 parent: 60 - type: Transform - uid: 1398 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-1.5 parent: 60 - type: Transform - uid: 1399 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 60 - type: Transform - uid: 1400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 60 - type: Transform - uid: 1401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 60 - type: Transform - uid: 1402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-1.5 parent: 60 - type: Transform - uid: 1403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 60 - type: Transform - uid: 1404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 60 - type: Transform - uid: 1405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 60 - type: Transform - uid: 1406 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-1.5 parent: 60 - type: Transform - uid: 1407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 60 - type: Transform - uid: 1408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-1.5 parent: 60 - type: Transform - uid: 1409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 60 - type: Transform - uid: 1410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 60 - type: Transform - uid: 1411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 60 - type: Transform - uid: 1412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 60 - type: Transform - uid: 1413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 60 - type: Transform - uid: 1414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 60 - type: Transform - uid: 1415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 60 - type: Transform - uid: 1416 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-1.5 parent: 60 - type: Transform - uid: 1417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 60 - type: Transform - uid: 1418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 60 - type: Transform - uid: 1419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 60 - type: Transform - uid: 1420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-1.5 parent: 60 - type: Transform - uid: 1421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 60 - type: Transform - uid: 1422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-1.5 parent: 60 - type: Transform - uid: 1423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 60 - type: Transform - uid: 1424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-1.5 parent: 60 - type: Transform - uid: 1425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 60 - type: Transform - uid: 1426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-1.5 parent: 60 - type: Transform - uid: 1427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 60 - type: Transform - uid: 1428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-1.5 parent: 60 - type: Transform - uid: 1429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 60 - type: Transform - uid: 1430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-1.5 parent: 60 - type: Transform - uid: 1431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 60 - type: Transform - uid: 1432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-1.5 parent: 60 - type: Transform - uid: 1433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 60 - type: Transform - uid: 1434 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-1.5 parent: 60 - type: Transform - uid: 1435 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 60 - type: Transform - uid: 1436 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-1.5 parent: 60 - type: Transform - uid: 1437 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 60 - type: Transform - uid: 1438 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-1.5 parent: 60 - type: Transform - uid: 1439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 60 - type: Transform - uid: 1440 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-1.5 parent: 60 - type: Transform - uid: 1441 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-0.5 parent: 60 - type: Transform - uid: 1442 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-1.5 parent: 60 - type: Transform - uid: 1443 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 60 - type: Transform - uid: 1444 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-1.5 parent: 60 - type: Transform - uid: 1445 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-2.5 parent: 60 - type: Transform - uid: 1446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-3.5 parent: 60 - type: Transform - uid: 1447 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-4.5 parent: 60 - type: Transform - uid: 1448 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-5.5 parent: 60 - type: Transform - uid: 1449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-2.5 parent: 60 - type: Transform - uid: 1450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-3.5 parent: 60 - type: Transform - uid: 1451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-4.5 parent: 60 - type: Transform - uid: 1452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-5.5 parent: 60 - type: Transform - uid: 1453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,0.5 parent: 60 - type: Transform - uid: 1454 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,1.5 parent: 60 - type: Transform - uid: 1455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,2.5 parent: 60 - type: Transform - uid: 1456 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,3.5 parent: 60 - type: Transform - uid: 1457 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,4.5 parent: 60 - type: Transform - uid: 1458 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 60 - type: Transform - uid: 1459 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 60 - type: Transform - uid: 1460 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-4.5 parent: 60 - type: Transform - uid: 1461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-5.5 parent: 60 - type: Transform - uid: 1462 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 60 - type: Transform - uid: 1463 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-3.5 parent: 60 - type: Transform - uid: 1464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-4.5 parent: 60 - type: Transform - uid: 1465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-5.5 parent: 60 - type: Transform - uid: 1466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-2.5 parent: 60 - type: Transform - uid: 1467 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-3.5 parent: 60 - type: Transform - uid: 1468 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 60 - type: Transform - uid: 1469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-5.5 parent: 60 - type: Transform - uid: 1470 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-5.5 parent: 60 - type: Transform - uid: 1471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-4.5 parent: 60 - type: Transform - uid: 1472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-3.5 parent: 60 - type: Transform - uid: 1473 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-2.5 parent: 60 - type: Transform - uid: 1474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-5.5 parent: 60 - type: Transform - uid: 1475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-4.5 parent: 60 - type: Transform - uid: 1476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-3.5 parent: 60 - type: Transform - uid: 1477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-2.5 parent: 60 - type: Transform - uid: 1478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,0.5 parent: 60 - type: Transform - uid: 1479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,1.5 parent: 60 - type: Transform - uid: 1480 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,2.5 parent: 60 - type: Transform - uid: 1481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,3.5 parent: 60 - type: Transform - uid: 1482 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,4.5 parent: 60 - type: Transform - uid: 1483 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-0.5 parent: 60 - type: Transform - uid: 1484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-1.5 parent: 60 - type: Transform - uid: 1485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-2.5 parent: 60 - type: Transform - uid: 1486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-3.5 parent: 60 - type: Transform - uid: 1487 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-4.5 parent: 60 - type: Transform - uid: 1488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -15.5,-5.5 parent: 60 - type: Transform - proto: Catwalk entities: - uid: 685 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 60 - type: Transform - uid: 686 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 60 - type: Transform - uid: 687 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 60 - type: Transform - uid: 688 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 60 - type: Transform - uid: 692 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 60 - type: Transform - uid: 693 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 60 - type: Transform - uid: 694 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 60 - type: Transform - uid: 695 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 60 - type: Transform - uid: 697 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 60 - type: Transform - uid: 699 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 60 - type: Transform - uid: 1049 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 60 - type: Transform - uid: 1050 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 60 - type: Transform - uid: 1051 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 60 - type: Transform - uid: 1052 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 60 - type: Transform - uid: 1053 components: - - pos: -11.5,-11.5 + - type: Transform + pos: -11.5,-11.5 parent: 60 - type: Transform - uid: 1054 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 60 - type: Transform - uid: 1289 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 60 - type: Transform - uid: 1290 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 60 - type: Transform - uid: 1291 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 60 - type: Transform - uid: 1292 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 60 - type: Transform - uid: 1293 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 60 - type: Transform - uid: 1294 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 60 - type: Transform - proto: Chair entities: - uid: 960 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,2.5 parent: 60 - type: Transform - uid: 965 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,1.5 parent: 60 - type: Transform - uid: 966 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 60 - type: Transform - uid: 967 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 60 - type: Transform - proto: ChairPilotSeat entities: - uid: 267 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-1.5 parent: 60 - type: Transform - uid: 273 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 60 - type: Transform - uid: 274 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 60 - type: Transform - uid: 275 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-1.5 parent: 60 - type: Transform - uid: 504 components: - - pos: -18.5,0.5 + - type: Transform + pos: -18.5,0.5 parent: 60 - type: Transform - uid: 505 components: - - pos: -17.5,0.5 + - type: Transform + pos: -17.5,0.5 parent: 60 - type: Transform - uid: 506 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-1.5 parent: 60 - type: Transform - uid: 507 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-1.5 parent: 60 - type: Transform - uid: 508 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-5.5 parent: 60 - type: Transform - uid: 509 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-4.5 parent: 60 - type: Transform - uid: 510 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-3.5 parent: 60 - type: Transform - uid: 511 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-2.5 parent: 60 - type: Transform - uid: 512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-5.5 parent: 60 - type: Transform - uid: 513 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,0.5 parent: 60 - type: Transform - uid: 514 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 60 - type: Transform - uid: 515 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-5.5 parent: 60 - type: Transform - uid: 516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-2.5 parent: 60 - type: Transform - uid: 518 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-3.5 parent: 60 - type: Transform - uid: 519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-2.5 parent: 60 - type: Transform - uid: 520 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-2.5 parent: 60 - type: Transform - uid: 521 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-3.5 parent: 60 - type: Transform - uid: 522 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-4.5 parent: 60 - type: Transform - uid: 523 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-5.5 parent: 60 - type: Transform - uid: 526 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 60 - type: Transform - uid: 528 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 60 - type: Transform - uid: 529 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 60 - type: Transform - uid: 532 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 60 - type: Transform - uid: 533 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,0.5 parent: 60 - type: Transform - uid: 534 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 60 - type: Transform - uid: 535 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 60 - type: Transform - uid: 537 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 60 - type: Transform - uid: 538 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 60 - type: Transform - uid: 539 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,0.5 parent: 60 - type: Transform - uid: 540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,0.5 parent: 60 - type: Transform - uid: 541 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-3.5 parent: 60 - type: Transform - uid: 542 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-4.5 parent: 60 - type: Transform - uid: 543 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-4.5 parent: 60 - type: Transform - uid: 544 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-2.5 parent: 60 - type: Transform - uid: 545 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-2.5 parent: 60 - type: Transform - uid: 546 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-5.5 parent: 60 - type: Transform - uid: 547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-5.5 parent: 60 - type: Transform - uid: 548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-3.5 parent: 60 - type: Transform - uid: 549 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-2.5 parent: 60 - type: Transform - uid: 550 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-5.5 parent: 60 - type: Transform - uid: 551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-2.5 parent: 60 - type: Transform - uid: 552 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-5.5 parent: 60 - type: Transform - uid: 553 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-3.5 parent: 60 - type: Transform - uid: 554 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 60 - type: Transform - uid: 894 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,10.5 parent: 60 - type: Transform - uid: 895 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,8.5 parent: 60 - type: Transform - uid: 896 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,8.5 parent: 60 - type: Transform - uid: 903 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 60 - type: Transform - uid: 904 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-9.5 parent: 60 - type: Transform - uid: 905 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 60 - type: Transform - uid: 906 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-9.5 parent: 60 - type: Transform - uid: 907 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-9.5 parent: 60 - type: Transform - uid: 908 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 60 - type: Transform - uid: 909 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-9.5 parent: 60 - type: Transform - uid: 910 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 60 - type: Transform - uid: 945 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,3.5 parent: 60 - type: Transform - uid: 946 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,2.5 parent: 60 - type: Transform - uid: 947 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,3.5 parent: 60 - type: Transform - uid: 948 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,2.5 parent: 60 - type: Transform - uid: 970 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,1.5 parent: 60 - type: Transform - uid: 971 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,1.5 parent: 60 - type: Transform - uid: 972 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 60 - type: Transform - uid: 973 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 60 - type: Transform - uid: 974 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 60 - type: Transform - uid: 975 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 60 - type: Transform - uid: 1295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-5.5 parent: 60 - type: Transform - uid: 1296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-4.5 parent: 60 - type: Transform - uid: 1297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-5.5 parent: 60 - type: Transform - uid: 1298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-4.5 parent: 60 - type: Transform - uid: 1299 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 60 - type: Transform - uid: 1300 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 60 - type: Transform - uid: 1301 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 60 - type: Transform - uid: 1302 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 60 - type: Transform - proto: CigarCase entities: - uid: 995 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.4479166,8.553813 parent: 60 - type: Transform - proto: ClosetWallAtmospherics entities: - uid: 923 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 60 - type: Transform - proto: ClosetWallEmergencyFilledRandom entities: - uid: 911 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,6.5 parent: 60 - type: Transform - uid: 912 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,5.5 parent: 60 - type: Transform - uid: 913 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-7.5 parent: 60 - type: Transform - uid: 914 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-6.5 parent: 60 - type: Transform - uid: 915 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-7.5 parent: 60 - type: Transform - uid: 916 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-6.5 parent: 60 - type: Transform - uid: 917 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,5.5 parent: 60 - type: Transform - uid: 918 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,6.5 parent: 60 - type: Transform - proto: ClosetWallFireFilledRandom entities: - uid: 919 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,4.5 parent: 60 - type: Transform - uid: 920 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-5.5 parent: 60 - type: Transform - uid: 921 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-5.5 parent: 60 - type: Transform - uid: 922 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,4.5 parent: 60 - type: Transform - proto: ClosetWallMaintenanceFilledRandom entities: - uid: 924 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 60 - type: Transform - proto: ComputerComms entities: - uid: 892 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 60 - type: Transform - proto: ComputerCrewMonitoring entities: - uid: 893 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,8.5 parent: 60 - type: Transform - proto: ComputerEmergencyShuttle entities: - uid: 886 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 60 - type: Transform - proto: ComputerPowerMonitoring entities: - uid: 1002 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,6.5 parent: 60 - type: Transform - proto: ComputerRadar entities: - uid: 891 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 60 - type: Transform - proto: ComputerSurveillanceCameraMonitor entities: - uid: 899 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,8.5 parent: 60 - type: Transform - proto: CrowbarRed entities: - uid: 957 components: - - pos: 10.5637455,-5.3924527 + - type: Transform + pos: 10.5637455,-5.3924527 parent: 60 - type: Transform - uid: 994 components: - - pos: -1.4583334,9.255774 + - type: Transform + pos: -1.4583334,9.255774 parent: 60 - type: Transform - proto: DisposalBend entities: - uid: 836 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-0.5 parent: 60 - type: Transform - uid: 838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-0.5 parent: 60 - type: Transform - proto: DisposalPipe entities: - uid: 840 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-10.5 parent: 60 - type: Transform - uid: 841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-9.5 parent: 60 - type: Transform - uid: 842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-8.5 parent: 60 - type: Transform - uid: 843 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-7.5 parent: 60 - type: Transform - uid: 844 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-6.5 parent: 60 - type: Transform - uid: 845 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-5.5 parent: 60 - type: Transform - uid: 846 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-4.5 parent: 60 - type: Transform - uid: 847 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-3.5 parent: 60 - type: Transform - uid: 848 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-2.5 parent: 60 - type: Transform - uid: 849 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-1.5 parent: 60 - type: Transform - uid: 850 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-0.5 parent: 60 - type: Transform - uid: 851 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-0.5 parent: 60 - type: Transform - uid: 852 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-0.5 parent: 60 - type: Transform - uid: 853 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-0.5 parent: 60 - type: Transform - uid: 854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-0.5 parent: 60 - type: Transform - uid: 855 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 60 - type: Transform - uid: 856 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 60 - type: Transform - uid: 857 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 60 - type: Transform - uid: 858 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 60 - type: Transform - uid: 859 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 60 - type: Transform - uid: 860 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 60 - type: Transform - uid: 861 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 60 - type: Transform - uid: 862 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 60 - type: Transform - uid: 863 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 60 - type: Transform - uid: 864 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 60 - type: Transform - uid: 865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 60 - type: Transform - uid: 866 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 60 - type: Transform - uid: 867 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 60 - type: Transform - uid: 868 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 60 - type: Transform - uid: 869 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 60 - type: Transform - uid: 870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 60 - type: Transform - uid: 871 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 60 - type: Transform - uid: 872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 60 - type: Transform - uid: 873 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 60 - type: Transform - uid: 874 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 60 - type: Transform - uid: 875 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 60 - type: Transform - uid: 876 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 60 - type: Transform - uid: 877 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 60 - type: Transform - uid: 878 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 60 - type: Transform - uid: 879 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-0.5 parent: 60 - type: Transform - uid: 880 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 60 - type: Transform - uid: 881 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,0.5 parent: 60 - type: Transform - uid: 882 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,1.5 parent: 60 - type: Transform - uid: 883 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,2.5 parent: 60 - type: Transform - proto: DisposalTagger entities: - uid: 834 components: - - pos: -15.5,3.5 + - type: Transform + pos: -15.5,3.5 parent: 60 - type: Transform - uid: 835 components: - - pos: 14.5,3.5 + - type: Transform + pos: 14.5,3.5 parent: 60 - type: Transform - proto: DisposalTrunk entities: - uid: 831 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 60 - type: Transform - uid: 833 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 60 - type: Transform - uid: 839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-11.5 parent: 60 - type: Transform - proto: DisposalUnit entities: - uid: 830 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 60 - type: Transform - uid: 832 components: - - pos: -15.5,4.5 + - type: Transform + pos: -15.5,4.5 parent: 60 - type: Transform - proto: DisposalYJunction entities: - uid: 837 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 60 - type: Transform - proto: EmergencyLight entities: - uid: 476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-2.5 parent: 60 - type: Transform - uid: 700 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,4.5 parent: 60 - type: Transform - uid: 707 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,4.5 parent: 60 - type: Transform - uid: 786 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 60 - type: Transform - uid: 1006 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 60 - type: Transform - uid: 1007 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,3.5 parent: 60 - type: Transform - uid: 1008 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,4.5 parent: 60 - type: Transform - uid: 1009 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-3.5 parent: 60 - type: Transform - uid: 1010 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-5.5 parent: 60 - type: Transform - uid: 1015 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,-5.5 parent: 60 - type: Transform - uid: 1018 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,4.5 parent: 60 - type: Transform - uid: 1022 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,3.5 parent: 60 - type: Transform - uid: 1023 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 60 - type: Transform - uid: 1031 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,4.5 parent: 60 - type: Transform - uid: 1043 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,6.5 parent: 60 - type: Transform - uid: 1046 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-10.5 parent: 60 - type: Transform - uid: 1057 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 60 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 1071 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,6.5 parent: 60 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 1079 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 60 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: EphedrineChemistryBottle entities: - uid: 955 components: - - pos: 12.528357,4.5922656 + - type: Transform + pos: 12.528357,4.5922656 parent: 60 - type: Transform - uid: 956 components: - - pos: -13.445817,4.613113 + - type: Transform + pos: -13.445817,4.613113 parent: 60 - type: Transform - proto: FirelockEdge entities: - uid: 1303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-0.5 parent: 60 - type: Transform - uid: 1304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,-1.5 parent: 60 - type: Transform - uid: 1305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-2.5 parent: 60 - type: Transform - uid: 1306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-2.5 parent: 60 - type: Transform - uid: 1313 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 60 - type: Transform - uid: 1314 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 60 - type: Transform - uid: 1318 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-2.5 parent: 60 - type: Transform - uid: 1319 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-2.5 parent: 60 - type: Transform - uid: 1320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-0.5 parent: 60 - type: Transform - uid: 1321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-1.5 parent: 60 - type: Transform - uid: 1322 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 60 - type: Transform - uid: 1323 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 60 - type: Transform - uid: 1328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-2.5 parent: 60 - type: Transform - uid: 1329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-2.5 parent: 60 - type: Transform - uid: 1330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-2.5 parent: 60 - type: Transform - uid: 1331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 60 - type: Transform - uid: 1332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-2.5 parent: 60 - type: Transform - uid: 1333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-2.5 parent: 60 - type: Transform - uid: 1334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-2.5 parent: 60 - type: Transform - uid: 1335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-2.5 parent: 60 - type: Transform - uid: 1336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 60 - type: Transform - uid: 1337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 60 - type: Transform - uid: 1338 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 60 - type: Transform - uid: 1339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-2.5 parent: 60 - type: Transform - uid: 1340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-2.5 parent: 60 - type: Transform - proto: FirelockGlass entities: - uid: 1310 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 60 - type: Transform - uid: 1324 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 60 - type: Transform - uid: 1325 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 60 - type: Transform - uid: 1326 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 60 - type: Transform - uid: 1327 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 60 - type: Transform - uid: 1343 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 60 - type: Transform - uid: 1344 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 60 - type: Transform - uid: 1345 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 60 - type: Transform - uid: 1346 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 60 - type: Transform - proto: FloorDrain entities: - uid: 278 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 60 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 279 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 60 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodCheese entities: - uid: 982 components: - - pos: 4.650628,-6.26598 + - type: Transform + pos: 4.650628,-6.26598 parent: 60 - type: Transform - proto: FoodPotato entities: - uid: 983 components: - - pos: 4.1818776,-6.3702188 + - type: Transform + pos: 4.1818776,-6.3702188 parent: 60 - type: Transform - uid: 984 components: - - pos: 4.1818776,-6.4640336 + - type: Transform + pos: 4.1818776,-6.4640336 parent: 60 - type: Transform - uid: 985 components: - - pos: 4.327711,-6.5474243 + - type: Transform + pos: 4.327711,-6.5474243 parent: 60 - type: Transform - uid: 986 components: - - pos: 4.2756276,-6.5057297 + - type: Transform + pos: 4.2756276,-6.5057297 parent: 60 - type: Transform - uid: 987 components: - - pos: 4.171461,-6.432762 + - type: Transform + pos: 4.171461,-6.432762 parent: 60 - type: Transform - proto: GasAnalyzer entities: - uid: 684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.51886475,9.655112 parent: 60 - type: Transform - proto: GasFilterFlipped entities: - uid: 658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 662 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasMinerNitrogen entities: - uid: 625 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasMinerOxygen entities: - uid: 627 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasMixer entities: - uid: 638 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-7.5 parent: 60 - type: Transform - - inletTwoConcentration: 0.79 + - type: GasMixer + inletTwoConcentration: 0.79 inletOneConcentration: 0.21 - type: GasMixer - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasOutletInjector entities: - uid: 572 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 624 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasPassiveVent entities: - uid: 564 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 615 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 664 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-11.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasPipeBend entities: - uid: 203 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 403 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 525 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 60 - type: Transform - uid: 639 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 60 - type: Transform - uid: 641 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-8.5 parent: 60 - type: Transform - uid: 650 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-8.5 parent: 60 - type: Transform - uid: 651 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-8.5 parent: 60 - type: Transform - uid: 659 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-9.5 parent: 60 - type: Transform - uid: 704 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-8.5 parent: 60 - type: Transform - uid: 748 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 750 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-7.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 827 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-7.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 406 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 237 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 238 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 268 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 270 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 271 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 387 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 388 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 389 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 394 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 395 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 396 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 397 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 404 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 407 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 412 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 421 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 428 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 429 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 462 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-5.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 464 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-9.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 466 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-6.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 467 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-9.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 468 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-9.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 469 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-8.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 470 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-7.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 496 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 497 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 498 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 499 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 517 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 530 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 531 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 562 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 563 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-9.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-9.5 parent: 60 - type: Transform - uid: 665 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 666 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-9.5 parent: 60 - type: Transform - uid: 667 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-9.5 parent: 60 - type: Transform - uid: 668 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-9.5 parent: 60 - type: Transform - uid: 669 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-9.5 parent: 60 - type: Transform - uid: 701 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-8.5 parent: 60 - type: Transform - uid: 702 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-8.5 parent: 60 - type: Transform - uid: 703 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-8.5 parent: 60 - type: Transform - uid: 706 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 60 - type: Transform - uid: 708 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 710 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 711 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 712 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 713 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-3.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 718 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 719 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 720 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -13.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 721 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 723 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 724 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,0.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 725 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 726 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,2.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 731 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 732 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 733 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 737 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 764 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -16.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 766 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 767 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 768 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 769 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 770 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 771 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 773 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 774 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 775 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 776 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 777 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 778 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 779 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 780 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 781 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 782 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 783 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 784 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 785 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 787 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 788 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 789 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 790 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 791 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 792 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 793 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 794 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 795 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 797 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 798 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 799 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 800 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 801 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 802 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 803 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 804 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 805 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 806 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 807 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,4.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 810 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,5.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 812 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 813 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 814 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 816 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 817 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 818 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 820 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 821 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 822 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 823 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 824 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 825 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 828 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1494 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 399 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,6.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 416 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 420 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 427 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 430 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 431 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-4.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 432 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 465 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-9.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 616 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 640 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-8.5 parent: 60 - type: Transform - uid: 645 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 60 - type: Transform - uid: 709 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 717 components: - - pos: -15.5,-1.5 + - type: Transform + pos: -15.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 722 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 735 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 736 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 738 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 739 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 740 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 741 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 742 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 743 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,6.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 744 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 745 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 746 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 747 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 749 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,3.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 819 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 60 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 60 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPort entities: - uid: 648 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 729 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasPressurePump entities: - uid: 61 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 633 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 637 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-8.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasValve entities: - uid: 705 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: GasVentPump entities: - uid: 456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 751 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 752 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 753 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 754 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-4.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 755 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 756 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 757 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,6.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 758 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 759 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 760 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-4.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 762 components: - - pos: -15.5,0.5 + - type: Transform + pos: -15.5,0.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 763 components: - - pos: -17.5,0.5 + - type: Transform + pos: -17.5,0.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 815 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 829 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1497 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,2.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 390 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,6.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 391 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 393 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 400 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,1.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 405 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-2.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 408 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 419 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,1.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-1.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-2.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 491 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-4.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 495 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,6.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 714 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-4.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 715 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -17.5,-1.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 716 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-2.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 727 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-9.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1496 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,1.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GeneratorBasic15kW entities: - uid: 11 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 60 - type: Transform - uid: 289 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 60 - type: Transform - uid: 290 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 60 - type: Transform - uid: 294 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 60 - type: Transform - uid: 295 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 60 - type: Transform - uid: 296 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 60 - type: Transform - proto: GravityGeneratorMini entities: - uid: 626 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 60 - type: Transform - proto: Grille entities: - uid: 14 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 60 - type: Transform - uid: 15 components: - - pos: 14.5,5.5 + - type: Transform + pos: 14.5,5.5 parent: 60 - type: Transform - uid: 160 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 60 - type: Transform - uid: 161 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 60 - type: Transform - uid: 178 components: - - pos: -16.5,-6.5 + - type: Transform + pos: -16.5,-6.5 parent: 60 - type: Transform - uid: 202 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 60 - type: Transform - uid: 231 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 60 - type: Transform - uid: 335 components: - - pos: -20.5,-4.5 + - type: Transform + pos: -20.5,-4.5 parent: 60 - type: Transform - uid: 336 components: - - pos: -20.5,3.5 + - type: Transform + pos: -20.5,3.5 parent: 60 - type: Transform - uid: 337 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 60 - type: Transform - uid: 338 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 60 - type: Transform - uid: 339 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 60 - type: Transform - uid: 340 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 60 - type: Transform - uid: 341 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 60 - type: Transform - uid: 342 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 60 - type: Transform - uid: 343 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 60 - type: Transform - uid: 344 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 60 - type: Transform - uid: 345 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 60 - type: Transform - uid: 346 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 60 - type: Transform - uid: 347 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 60 - type: Transform - uid: 348 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 60 - type: Transform - uid: 349 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 60 - type: Transform - uid: 350 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 60 - type: Transform - uid: 351 components: - - pos: -0.5,13.5 + - type: Transform + pos: -0.5,13.5 parent: 60 - type: Transform - uid: 352 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 60 - type: Transform - uid: 353 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 60 - type: Transform - uid: 354 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 60 - type: Transform - uid: 355 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 60 - type: Transform - uid: 356 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 60 - type: Transform - uid: 357 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 60 - type: Transform - uid: 358 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 60 - type: Transform - uid: 359 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 60 - type: Transform - uid: 360 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 60 - type: Transform - uid: 361 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 60 - type: Transform - uid: 362 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 60 - type: Transform - uid: 363 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 60 - type: Transform - uid: 364 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 60 - type: Transform - uid: 365 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 60 - type: Transform - uid: 366 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 60 - type: Transform - uid: 367 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 60 - type: Transform - uid: 368 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 60 - type: Transform - uid: 369 components: - - pos: 19.5,3.5 + - type: Transform + pos: 19.5,3.5 parent: 60 - type: Transform - uid: 370 components: - - pos: 18.5,0.5 + - type: Transform + pos: 18.5,0.5 parent: 60 - type: Transform - uid: 371 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 60 - type: Transform - uid: 372 components: - - pos: 18.5,-1.5 + - type: Transform + pos: 18.5,-1.5 parent: 60 - type: Transform - uid: 373 components: - - pos: 19.5,-4.5 + - type: Transform + pos: 19.5,-4.5 parent: 60 - type: Transform - uid: 450 components: - - pos: -16.5,5.5 + - type: Transform + pos: -16.5,5.5 parent: 60 - type: Transform - uid: 457 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 60 - type: Transform - uid: 1284 components: - - pos: -19.5,0.5 + - type: Transform + pos: -19.5,0.5 parent: 60 - type: Transform - uid: 1285 components: - - pos: -19.5,-0.5 + - type: Transform + pos: -19.5,-0.5 parent: 60 - type: Transform - uid: 1286 components: - - pos: -19.5,-1.5 + - type: Transform + pos: -19.5,-1.5 parent: 60 - type: Transform - uid: 1498 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 60 - type: Transform - uid: 1499 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 60 - type: Transform - uid: 1500 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 60 - type: Transform - uid: 1501 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 60 - type: Transform - uid: 1502 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 60 - type: Transform - proto: Gyroscope entities: - uid: 682 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 60 - type: Transform - uid: 683 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 60 - type: Transform - proto: HandheldHealthAnalyzer entities: - uid: 949 components: - - pos: 12.452548,4.759436 + - type: Transform + pos: 12.452548,4.759436 parent: 60 - type: Transform - uid: 950 components: - - pos: -13.518964,4.759436 + - type: Transform + pos: -13.518964,4.759436 parent: 60 - type: Transform - proto: KitchenKnife entities: - uid: 282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.3644266,-6.371824 parent: 60 - type: Transform - proto: KitchenMicrowave entities: - uid: 602 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 60 - type: Transform - proto: Lighter entities: - uid: 1062 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.3720746,8.935884 parent: 60 - type: Transform - proto: LockerEvidence entities: - uid: 968 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 60 - type: Transform - uid: 969 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 60 - type: Transform - proto: LockerWallMedicalFilled entities: - uid: 929 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 60 - type: Transform - uid: 930 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 60 - type: Transform - proto: MedicalBed entities: - uid: 925 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 60 - type: Transform - uid: 926 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 60 - type: Transform - uid: 927 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 60 - type: Transform - uid: 928 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 60 - type: Transform - proto: MedkitAdvancedFilled entities: - uid: 993 components: - - pos: 0.53217995,10.445548 + - type: Transform + pos: 0.53217995,10.445548 parent: 60 - type: Transform - proto: NitrogenCanister entities: - uid: 646 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 653 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: Ointment entities: - uid: 951 components: - - pos: -13.539798,1.4863287 + - type: Transform + pos: -13.539798,1.4863287 parent: 60 - type: Transform - uid: 952 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.381711,1.621452 parent: 60 - type: Transform - proto: OxygenCanister entities: - uid: 647 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - uid: 652 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 60 - type: Transform - - joinedGrid: 60 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 60 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 170 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 60 - type: Transform - uid: 565 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 60 - type: Transform - uid: 567 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-10.5 parent: 60 - type: Transform - uid: 568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-10.5 parent: 60 - type: Transform - uid: 571 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 60 - type: Transform - uid: 573 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-10.5 parent: 60 - type: Transform - uid: 575 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-10.5 parent: 60 - type: Transform - uid: 613 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 60 - type: Transform - uid: 628 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 60 - type: Transform - uid: 629 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 60 - type: Transform - uid: 654 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-7.5 parent: 60 - type: Transform - uid: 655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-7.5 parent: 60 - type: Transform - proto: PottedPlantRandom entities: - uid: 459 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 60 - type: Transform - uid: 884 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 60 - type: Transform - uid: 885 components: - - pos: -15.5,-5.5 + - type: Transform + pos: -15.5,-5.5 parent: 60 - type: Transform - uid: 900 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 60 - type: Transform - uid: 901 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 60 - type: Transform - uid: 1028 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 60 - type: Transform - proto: Poweredlight entities: - uid: 1005 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-6.5 parent: 60 - type: Transform - uid: 1016 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 60 - type: Transform - uid: 1017 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-5.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1019 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,3.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1020 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,-5.5 parent: 60 - type: Transform - uid: 1021 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1024 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-5.5 parent: 60 - type: Transform - uid: 1025 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1026 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1027 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-6.5 parent: 60 - type: Transform - uid: 1029 components: - - pos: -18.5,0.5 + - type: Transform + pos: -18.5,0.5 parent: 60 - type: Transform - uid: 1030 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-5.5 parent: 60 - type: Transform - uid: 1032 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -16.5,2.5 parent: 60 - type: Transform - uid: 1036 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1041 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,6.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1042 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,6.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1056 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 60 - type: Transform - uid: 1280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,2.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,2.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,3.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightBlueInterior entities: - uid: 1033 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 60 - type: Transform - uid: 1034 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,6.5 parent: 60 - type: Transform - uid: 1035 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,6.5 parent: 60 - type: Transform - uid: 1037 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 60 - type: Transform - uid: 1038 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 60 - type: Transform - uid: 1047 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,9.5 parent: 60 - type: Transform - proto: PoweredLightColoredRed entities: - uid: 1039 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 60 - type: Transform - uid: 1040 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 60 - type: Transform - uid: 1048 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 60 - type: Transform - uid: 1055 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 60 - type: Transform - proto: PoweredlightLED entities: - uid: 1011 components: - - pos: 17.5,-3.5 + - type: Transform + pos: 17.5,-3.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1012 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,2.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1013 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,2.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1014 components: - - pos: -18.5,-3.5 + - type: Transform + pos: -18.5,-3.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightSodium entities: - uid: 1003 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1004 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 60 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1044 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 60 - type: Transform - uid: 1045 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 60 - type: Transform - proto: RandomDrinkGlass entities: - uid: 988 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 60 - type: Transform - uid: 989 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 60 - type: Transform - uid: 990 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 60 - type: Transform - proto: RandomFoodSingle entities: - uid: 991 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 60 - type: Transform - uid: 992 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 60 - type: Transform - proto: RandomSnacks entities: - uid: 958 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 60 - type: Transform - proto: Screen entities: - uid: 72 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 60 - type: Transform - uid: 234 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 60 - type: Transform - uid: 1059 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 60 - type: Transform - uid: 1061 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 60 - type: Transform - uid: 1063 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 60 - type: Transform - uid: 1064 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 60 - type: Transform - proto: ShuttleWindow entities: - uid: 6 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 60 - type: Transform - uid: 7 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 60 - type: Transform - uid: 20 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 60 - type: Transform - uid: 23 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 60 - type: Transform - uid: 31 components: - - pos: -15.5,5.5 + - type: Transform + pos: -15.5,5.5 parent: 60 - type: Transform - uid: 32 components: - - pos: -16.5,5.5 + - type: Transform + pos: -16.5,5.5 parent: 60 - type: Transform - uid: 47 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 60 - type: Transform - uid: 48 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 60 - type: Transform - uid: 49 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 60 - type: Transform - uid: 50 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 60 - type: Transform - uid: 51 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 60 - type: Transform - uid: 52 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 60 - type: Transform - uid: 53 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 60 - type: Transform - uid: 54 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 60 - type: Transform - uid: 55 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 60 - type: Transform - uid: 56 components: - - pos: -0.5,13.5 + - type: Transform + pos: -0.5,13.5 parent: 60 - type: Transform - uid: 57 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 60 - type: Transform - uid: 58 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 60 - type: Transform - uid: 59 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 60 - type: Transform - uid: 63 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 60 - type: Transform - uid: 68 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 60 - type: Transform - uid: 69 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 60 - type: Transform - uid: 73 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 60 - type: Transform - uid: 74 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 60 - type: Transform - uid: 75 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 60 - type: Transform - uid: 76 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 60 - type: Transform - uid: 87 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 60 - type: Transform - uid: 89 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 60 - type: Transform - uid: 121 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 60 - type: Transform - uid: 122 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 60 - type: Transform - uid: 123 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 60 - type: Transform - uid: 124 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 60 - type: Transform - uid: 130 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 60 - type: Transform - uid: 131 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 60 - type: Transform - uid: 136 components: - - pos: 18.5,0.5 + - type: Transform + pos: 18.5,0.5 parent: 60 - type: Transform - uid: 137 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 60 - type: Transform - uid: 138 components: - - pos: 18.5,-1.5 + - type: Transform + pos: 18.5,-1.5 parent: 60 - type: Transform - uid: 139 components: - - pos: 19.5,3.5 + - type: Transform + pos: 19.5,3.5 parent: 60 - type: Transform - uid: 140 components: - - pos: 19.5,-4.5 + - type: Transform + pos: 19.5,-4.5 parent: 60 - type: Transform - uid: 242 components: - - pos: -20.5,-4.5 + - type: Transform + pos: -20.5,-4.5 parent: 60 - type: Transform - uid: 257 components: - - pos: -19.5,-1.5 + - type: Transform + pos: -19.5,-1.5 parent: 60 - type: Transform - uid: 258 components: - - pos: -19.5,-0.5 + - type: Transform + pos: -19.5,-0.5 parent: 60 - type: Transform - uid: 259 components: - - pos: -19.5,0.5 + - type: Transform + pos: -19.5,0.5 parent: 60 - type: Transform - uid: 260 components: - - pos: -20.5,3.5 + - type: Transform + pos: -20.5,3.5 parent: 60 - type: Transform - uid: 449 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 60 - type: Transform - uid: 451 components: - - pos: 14.5,5.5 + - type: Transform + pos: 14.5,5.5 parent: 60 - type: Transform - uid: 452 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 60 - type: Transform - uid: 453 components: - - pos: -15.5,-6.5 + - type: Transform + pos: -15.5,-6.5 parent: 60 - type: Transform - uid: 454 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 60 - type: Transform - uid: 455 components: - - pos: -16.5,-6.5 + - type: Transform + pos: -16.5,-6.5 parent: 60 - type: Transform - uid: 617 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 60 - type: Transform - uid: 618 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 60 - type: Transform - uid: 620 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 60 - type: Transform - uid: 621 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 60 - type: Transform - uid: 622 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 60 - type: Transform - uid: 730 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 60 - type: Transform - proto: SignBridge entities: - uid: 978 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 60 - type: Transform - uid: 979 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 60 - type: Transform - proto: SignEngineering entities: - uid: 980 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 60 - type: Transform - uid: 981 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 60 - type: Transform - proto: SignMedical entities: - uid: 931 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 60 - type: Transform - uid: 932 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 60 - type: Transform - uid: 933 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 60 - type: Transform - uid: 934 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 60 - type: Transform - proto: SignSec entities: - uid: 976 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 60 - type: Transform - uid: 977 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 60 - type: Transform - proto: Sink entities: - uid: 277 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-5.5 parent: 60 - type: Transform - uid: 280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-5.5 parent: 60 - type: Transform - proto: SMESBasic entities: - uid: 630 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 60 - type: Transform - uid: 632 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 60 - type: Transform - proto: soda_dispenser entities: - uid: 606 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-6.5 parent: 60 - type: Transform - proto: StoolBar entities: - uid: 590 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 60 - type: Transform - uid: 591 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 60 - type: Transform - uid: 592 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 60 - type: Transform - uid: 593 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-3.5 parent: 60 - type: Transform - uid: 594 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-4.5 parent: 60 - type: Transform - uid: 595 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-5.5 parent: 60 - type: Transform - uid: 596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-5.5 parent: 60 - type: Transform - uid: 597 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 60 - type: Transform - uid: 598 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-3.5 parent: 60 - type: Transform - uid: 599 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 60 - type: Transform - uid: 600 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 60 - type: Transform - uid: 601 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 60 - type: Transform - proto: SubstationWallBasic entities: - uid: 494 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 60 - type: Transform - uid: 677 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 60 - type: Transform - uid: 681 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 60 - type: Transform - proto: SurveillanceCameraGeneral entities: - uid: 996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,4.5 parent: 60 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Portside Medical - type: SurveillanceCamera - uid: 997 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 60 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Starboard Commons - type: SurveillanceCamera - uid: 998 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 60 - type: Transform - - id: Portside Commons - type: SurveillanceCamera + - type: SurveillanceCamera + id: Portside Commons - uid: 999 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,4.5 parent: 60 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Security - type: SurveillanceCamera - uid: 1000 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 60 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral id: Engineering - type: SurveillanceCamera - uid: 1001 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,4.5 parent: 60 - type: Transform - - setupAvailableNetworks: + - type: SurveillanceCamera + setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True id: Starboard Medical - type: SurveillanceCamera - proto: SurveillanceCameraRouterGeneral entities: - uid: 902 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 60 - type: Transform - proto: TableCounterMetal entities: - uid: 577 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 60 - type: Transform - uid: 578 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 60 - type: Transform - uid: 579 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 60 - type: Transform - uid: 580 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 60 - type: Transform - uid: 581 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 60 - type: Transform - uid: 582 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 60 - type: Transform - uid: 583 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 60 - type: Transform - uid: 584 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 60 - type: Transform - uid: 585 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 60 - type: Transform - uid: 586 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 60 - type: Transform - proto: TableReinforced entities: - uid: 3 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 60 - type: Transform - uid: 524 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 60 - type: Transform - uid: 527 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 60 - type: Transform - uid: 536 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 60 - type: Transform - uid: 604 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 60 - type: Transform - uid: 605 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 60 - type: Transform - uid: 607 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 60 - type: Transform - uid: 608 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 60 - type: Transform - uid: 887 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 60 - type: Transform - uid: 888 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 60 - type: Transform - uid: 889 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 60 - type: Transform - uid: 890 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 60 - type: Transform - uid: 897 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 60 - type: Transform - uid: 898 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 60 - type: Transform - uid: 941 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 60 - type: Transform - uid: 942 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 60 - type: Transform - uid: 943 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 60 - type: Transform - uid: 944 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 60 - type: Transform - proto: Thruster entities: - uid: 29 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-12.5 parent: 60 - type: Transform - uid: 62 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-12.5 parent: 60 - type: Transform - uid: 310 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-12.5 parent: 60 - type: Transform - uid: 311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-12.5 parent: 60 - type: Transform - uid: 312 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-12.5 parent: 60 - type: Transform - uid: 313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-7.5 parent: 60 - type: Transform - uid: 314 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-7.5 parent: 60 - type: Transform - uid: 315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-7.5 parent: 60 - type: Transform - uid: 316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-7.5 parent: 60 - type: Transform - uid: 317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -16.5,-7.5 parent: 60 - type: Transform - uid: 318 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -15.5,-7.5 parent: 60 - type: Transform - uid: 319 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-7.5 parent: 60 - type: Transform - uid: 320 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -13.5,-7.5 parent: 60 - type: Transform - uid: 321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,0.5 parent: 60 - type: Transform - uid: 322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-0.5 parent: 60 - type: Transform - uid: 323 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,-1.5 parent: 60 - type: Transform - uid: 324 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,0.5 parent: 60 - type: Transform - uid: 325 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-0.5 parent: 60 - type: Transform - uid: 326 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-1.5 parent: 60 - type: Transform - uid: 327 components: - - pos: -16.5,6.5 + - type: Transform + pos: -16.5,6.5 parent: 60 - type: Transform - uid: 328 components: - - pos: -15.5,6.5 + - type: Transform + pos: -15.5,6.5 parent: 60 - type: Transform - uid: 329 components: - - pos: -14.5,6.5 + - type: Transform + pos: -14.5,6.5 parent: 60 - type: Transform - uid: 330 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 60 - type: Transform - uid: 331 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 60 - type: Transform - uid: 332 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 60 - type: Transform - uid: 333 components: - - pos: 14.5,6.5 + - type: Transform + pos: 14.5,6.5 parent: 60 - type: Transform - uid: 334 components: - - pos: 15.5,6.5 + - type: Transform + pos: 15.5,6.5 parent: 60 - type: Transform - proto: VendingMachineBooze entities: - uid: 4 components: - - flags: SessionSpecific - type: MetaData - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 60 - type: Transform - proto: VendingMachineCoffee entities: - uid: 460 components: - - flags: SessionSpecific - type: MetaData - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 60 - type: Transform - proto: VendingMachineDinnerware entities: - uid: 281 components: - - flags: SessionSpecific - type: MetaData - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 60 - type: Transform - proto: VendingMachineDonut entities: - uid: 458 components: - - flags: SessionSpecific - type: MetaData - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 60 - type: Transform - proto: VendingMachineWallMedical entities: - uid: 939 components: - - flags: SessionSpecific - type: MetaData - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 60 - type: Transform - uid: 940 components: - - flags: SessionSpecific - type: MetaData - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 60 - type: Transform - proto: WallShuttle entities: - uid: 1 components: - - pos: -20.5,7.5 + - type: Transform + pos: -20.5,7.5 parent: 60 - type: Transform - uid: 2 components: - - pos: -20.5,6.5 + - type: Transform + pos: -20.5,6.5 parent: 60 - type: Transform - uid: 8 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 60 - type: Transform - uid: 9 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 60 - type: Transform - uid: 10 components: - - pos: -20.5,5.5 + - type: Transform + pos: -20.5,5.5 parent: 60 - type: Transform - uid: 13 components: - - pos: -17.5,5.5 + - type: Transform + pos: -17.5,5.5 parent: 60 - type: Transform - uid: 16 components: - - pos: -14.5,5.5 + - type: Transform + pos: -14.5,5.5 parent: 60 - type: Transform - uid: 17 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 60 - type: Transform - uid: 18 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 60 - type: Transform - uid: 19 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 60 - type: Transform - uid: 21 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 60 - type: Transform - uid: 22 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 60 - type: Transform - uid: 25 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 60 - type: Transform - uid: 26 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 60 - type: Transform - uid: 27 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 60 - type: Transform - uid: 28 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 60 - type: Transform - uid: 30 components: - - pos: 16.5,5.5 + - type: Transform + pos: 16.5,5.5 parent: 60 - type: Transform - uid: 33 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 60 - type: Transform - uid: 34 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 60 - type: Transform - uid: 35 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 60 - type: Transform - uid: 36 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 60 - type: Transform - uid: 37 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 60 - type: Transform - uid: 38 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 60 - type: Transform - uid: 39 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 60 - type: Transform - uid: 40 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 60 - type: Transform - uid: 41 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 60 - type: Transform - uid: 42 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 60 - type: Transform - uid: 43 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 60 - type: Transform - uid: 44 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 60 - type: Transform - uid: 45 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 60 - type: Transform - uid: 46 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 60 - type: Transform - uid: 71 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 60 - type: Transform - uid: 81 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 60 - type: Transform - uid: 82 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 60 - type: Transform - uid: 83 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 60 - type: Transform - uid: 84 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 60 - type: Transform - uid: 85 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 60 - type: Transform - uid: 86 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 60 - type: Transform - uid: 90 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 60 - type: Transform - uid: 91 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 60 - type: Transform - uid: 92 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 60 - type: Transform - uid: 93 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 60 - type: Transform - uid: 94 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 60 - type: Transform - uid: 95 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 60 - type: Transform - uid: 96 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 60 - type: Transform - uid: 97 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 60 - type: Transform - uid: 103 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 60 - type: Transform - uid: 104 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 60 - type: Transform - uid: 105 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 60 - type: Transform - uid: 106 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 60 - type: Transform - uid: 107 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 60 - type: Transform - uid: 108 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 60 - type: Transform - uid: 110 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 60 - type: Transform - uid: 111 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 60 - type: Transform - uid: 112 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 60 - type: Transform - uid: 113 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 60 - type: Transform - uid: 114 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 60 - type: Transform - uid: 115 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 60 - type: Transform - uid: 116 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 60 - type: Transform - uid: 117 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 60 - type: Transform - uid: 118 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 60 - type: Transform - uid: 119 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 60 - type: Transform - uid: 120 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 60 - type: Transform - uid: 132 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 60 - type: Transform - uid: 133 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 60 - type: Transform - uid: 134 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 60 - type: Transform - uid: 135 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 60 - type: Transform - uid: 141 components: - - pos: 19.5,-2.5 + - type: Transform + pos: 19.5,-2.5 parent: 60 - type: Transform - uid: 142 components: - - pos: 18.5,-2.5 + - type: Transform + pos: 18.5,-2.5 parent: 60 - type: Transform - uid: 143 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 60 - type: Transform - uid: 144 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 60 - type: Transform - uid: 145 components: - - pos: 16.5,-3.5 + - type: Transform + pos: 16.5,-3.5 parent: 60 - type: Transform - uid: 146 components: - - pos: 16.5,-5.5 + - type: Transform + pos: 16.5,-5.5 parent: 60 - type: Transform - uid: 147 components: - - pos: 16.5,-6.5 + - type: Transform + pos: 16.5,-6.5 parent: 60 - type: Transform - uid: 148 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 60 - type: Transform - uid: 149 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 60 - type: Transform - uid: 150 components: - - pos: 19.5,-6.5 + - type: Transform + pos: 19.5,-6.5 parent: 60 - type: Transform - uid: 151 components: - - pos: 19.5,-7.5 + - type: Transform + pos: 19.5,-7.5 parent: 60 - type: Transform - uid: 152 components: - - pos: 19.5,-8.5 + - type: Transform + pos: 19.5,-8.5 parent: 60 - type: Transform - uid: 162 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 60 - type: Transform - uid: 163 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 60 - type: Transform - uid: 164 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 60 - type: Transform - uid: 165 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 60 - type: Transform - uid: 166 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 60 - type: Transform - uid: 168 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 60 - type: Transform - uid: 169 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 60 - type: Transform - uid: 171 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 60 - type: Transform - uid: 172 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 60 - type: Transform - uid: 173 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 60 - type: Transform - uid: 174 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 60 - type: Transform - uid: 175 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 60 - type: Transform - uid: 176 components: - - pos: 7.5,-15.5 + - type: Transform + pos: 7.5,-15.5 parent: 60 - type: Transform - uid: 177 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 60 - type: Transform - uid: 179 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 60 - type: Transform - uid: 180 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 60 - type: Transform - uid: 181 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 60 - type: Transform - uid: 182 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 60 - type: Transform - uid: 183 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 60 - type: Transform - uid: 184 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 60 - type: Transform - uid: 185 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 60 - type: Transform - uid: 186 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 60 - type: Transform - uid: 187 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 60 - type: Transform - uid: 188 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 60 - type: Transform - uid: 189 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 60 - type: Transform - uid: 190 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 60 - type: Transform - uid: 191 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 60 - type: Transform - uid: 192 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 60 - type: Transform - uid: 193 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 60 - type: Transform - uid: 194 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 60 - type: Transform - uid: 195 components: - - pos: -7.5,-14.5 + - type: Transform + pos: -7.5,-14.5 parent: 60 - type: Transform - uid: 196 components: - - pos: -8.5,-15.5 + - type: Transform + pos: -8.5,-15.5 parent: 60 - type: Transform - uid: 197 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 60 - type: Transform - uid: 198 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 60 - type: Transform - uid: 199 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 60 - type: Transform - uid: 200 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 60 - type: Transform - uid: 201 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 60 - type: Transform - uid: 204 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 60 - type: Transform - uid: 205 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 60 - type: Transform - uid: 206 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 60 - type: Transform - uid: 207 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 60 - type: Transform - uid: 208 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 60 - type: Transform - uid: 210 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 60 - type: Transform - uid: 211 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 60 - type: Transform - uid: 212 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 60 - type: Transform - uid: 213 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 60 - type: Transform - uid: 214 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 60 - type: Transform - uid: 215 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 60 - type: Transform - uid: 216 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 60 - type: Transform - uid: 217 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 60 - type: Transform - uid: 218 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 60 - type: Transform - uid: 219 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 60 - type: Transform - uid: 220 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 60 - type: Transform - uid: 221 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 60 - type: Transform - uid: 222 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 60 - type: Transform - uid: 223 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 60 - type: Transform - uid: 224 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 60 - type: Transform - uid: 225 components: - - pos: 19.5,1.5 + - type: Transform + pos: 19.5,1.5 parent: 60 - type: Transform - uid: 226 components: - - pos: 18.5,1.5 + - type: Transform + pos: 18.5,1.5 parent: 60 - type: Transform - uid: 227 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 60 - type: Transform - uid: 228 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 60 - type: Transform - uid: 229 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 60 - type: Transform - uid: 230 components: - - pos: 16.5,4.5 + - type: Transform + pos: 16.5,4.5 parent: 60 - type: Transform - uid: 232 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 60 - type: Transform - uid: 233 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 60 - type: Transform - uid: 235 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 60 - type: Transform - uid: 236 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 60 - type: Transform - uid: 239 components: - - pos: -17.5,-6.5 + - type: Transform + pos: -17.5,-6.5 parent: 60 - type: Transform - uid: 240 components: - - pos: -17.5,-5.5 + - type: Transform + pos: -17.5,-5.5 parent: 60 - type: Transform - uid: 243 components: - - pos: -20.5,-2.5 + - type: Transform + pos: -20.5,-2.5 parent: 60 - type: Transform - uid: 244 components: - - pos: -20.5,-6.5 + - type: Transform + pos: -20.5,-6.5 parent: 60 - type: Transform - uid: 245 components: - - pos: -20.5,-7.5 + - type: Transform + pos: -20.5,-7.5 parent: 60 - type: Transform - uid: 253 components: - - pos: -19.5,-2.5 + - type: Transform + pos: -19.5,-2.5 parent: 60 - type: Transform - uid: 254 components: - - pos: -18.5,-2.5 + - type: Transform + pos: -18.5,-2.5 parent: 60 - type: Transform - uid: 255 components: - - pos: -17.5,-2.5 + - type: Transform + pos: -17.5,-2.5 parent: 60 - type: Transform - uid: 256 components: - - pos: -17.5,-3.5 + - type: Transform + pos: -17.5,-3.5 parent: 60 - type: Transform - uid: 261 components: - - pos: -20.5,1.5 + - type: Transform + pos: -20.5,1.5 parent: 60 - type: Transform - uid: 262 components: - - pos: -19.5,1.5 + - type: Transform + pos: -19.5,1.5 parent: 60 - type: Transform - uid: 263 components: - - pos: -18.5,1.5 + - type: Transform + pos: -18.5,1.5 parent: 60 - type: Transform - uid: 264 components: - - pos: -17.5,1.5 + - type: Transform + pos: -17.5,1.5 parent: 60 - type: Transform - uid: 265 components: - - pos: -17.5,2.5 + - type: Transform + pos: -17.5,2.5 parent: 60 - type: Transform - uid: 266 components: - - pos: -17.5,4.5 + - type: Transform + pos: -17.5,4.5 parent: 60 - type: Transform - uid: 276 components: - - pos: -20.5,-8.5 + - type: Transform + pos: -20.5,-8.5 parent: 60 - type: Transform - uid: 291 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 60 - type: Transform - uid: 292 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 60 - type: Transform - uid: 293 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 60 - type: Transform - uid: 297 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 60 - type: Transform - uid: 298 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 60 - type: Transform - uid: 299 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 60 - type: Transform - uid: 300 components: - - pos: 19.5,6.5 + - type: Transform + pos: 19.5,6.5 parent: 60 - type: Transform - uid: 301 components: - - pos: 19.5,7.5 + - type: Transform + pos: 19.5,7.5 parent: 60 - type: Transform - uid: 566 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 60 - type: Transform - uid: 609 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 60 - type: Transform - uid: 610 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 60 - type: Transform - uid: 611 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 60 - type: Transform - uid: 612 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 60 - type: Transform - uid: 614 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 60 - type: Transform - uid: 619 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 60 - type: Transform - uid: 623 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 60 - type: Transform - uid: 631 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 60 - type: Transform - uid: 1058 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 60 - type: Transform - uid: 1060 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 60 - type: Transform - proto: WallShuttleDiagonal entities: - uid: 5 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -19.5,8.5 parent: 60 - type: Transform - uid: 12 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-9.5 parent: 60 - type: Transform - uid: 64 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,6.5 parent: 60 - type: Transform - uid: 65 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,6.5 parent: 60 - type: Transform - uid: 66 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,7.5 parent: 60 - type: Transform - uid: 67 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,7.5 parent: 60 - type: Transform - uid: 70 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,8.5 parent: 60 - type: Transform - uid: 77 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,6.5 parent: 60 - type: Transform - uid: 78 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 60 - type: Transform - uid: 79 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 60 - type: Transform - uid: 80 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 60 - type: Transform - uid: 99 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,7.5 parent: 60 - type: Transform - uid: 153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-7.5 parent: 60 - type: Transform - uid: 154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 19.5,-9.5 parent: 60 - type: Transform - uid: 155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 18.5,-8.5 parent: 60 - type: Transform - uid: 156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-7.5 parent: 60 - type: Transform - uid: 157 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-8.5 parent: 60 - type: Transform - uid: 158 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 18.5,-9.5 parent: 60 - type: Transform - uid: 159 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 19.5,-10.5 parent: 60 - type: Transform - uid: 241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-8.5 parent: 60 - type: Transform - uid: 246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,-10.5 parent: 60 - type: Transform - uid: 247 components: - - pos: -20.5,-9.5 + - type: Transform + pos: -20.5,-9.5 parent: 60 - type: Transform - uid: 248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -20.5,-9.5 parent: 60 - type: Transform - uid: 249 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -19.5,-9.5 parent: 60 - type: Transform - uid: 250 components: - - pos: -19.5,-8.5 + - type: Transform + pos: -19.5,-8.5 parent: 60 - type: Transform - uid: 251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -17.5,-7.5 parent: 60 - type: Transform - uid: 252 components: - - pos: -18.5,-7.5 + - type: Transform + pos: -18.5,-7.5 parent: 60 - type: Transform - uid: 283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -18.5,7.5 parent: 60 - type: Transform - uid: 284 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -17.5,6.5 parent: 60 - type: Transform - uid: 285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -18.5,6.5 parent: 60 - type: Transform - uid: 286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -19.5,7.5 parent: 60 - type: Transform - uid: 287 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -20.5,8.5 parent: 60 - type: Transform - uid: 288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,8.5 parent: 60 - type: Transform - uid: 302 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 19.5,8.5 parent: 60 - type: Transform - uid: 303 components: - - pos: 16.5,6.5 + - type: Transform + pos: 16.5,6.5 parent: 60 - type: Transform - uid: 304 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 60 - type: Transform - uid: 305 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 60 - type: Transform - uid: 306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 18.5,7.5 parent: 60 - type: Transform - uid: 307 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,6.5 parent: 60 - type: Transform - uid: 308 components: - - pos: 17.5,7.5 + - type: Transform + pos: 17.5,7.5 parent: 60 - type: Transform - uid: 309 components: - - pos: 19.5,9.5 + - type: Transform + pos: 19.5,9.5 parent: 60 - type: Transform - uid: 690 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -20.5,9.5 parent: 60 - type: Transform +- proto: WarpPoint + entities: + - uid: 1065 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 60 + - type: WarpPoint + location: Evac Shuttle - proto: WeaponTurretSyndicateBroken entities: - uid: 1489 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,9.5 parent: 60 - type: Transform - uid: 1490 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,6.5 parent: 60 - type: Transform - uid: 1491 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 60 - type: Transform - uid: 1492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,6.5 parent: 60 - type: Transform - proto: WindoorBarLocked entities: - uid: 587 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-3.5 parent: 60 - type: Transform - proto: WindoorSecureCommandLocked entities: - uid: 569 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 60 - type: Transform - uid: 656 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 60 - type: Transform - uid: 657 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 60 - type: Transform - proto: WindoorSecureKitchenLocked entities: - uid: 576 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-3.5 parent: 60 - type: Transform - proto: WindoorSecureSecurityLocked entities: - uid: 959 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,2.5 parent: 60 - type: Transform - proto: WindowFrostedDirectional entities: - uid: 461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-3.5 parent: 60 - type: Transform - uid: 471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-2.5 parent: 60 - type: Transform - uid: 472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-2.5 parent: 60 - type: Transform - uid: 473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-2.5 parent: 60 - type: Transform - uid: 474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-5.5 parent: 60 - type: Transform - uid: 475 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-4.5 parent: 60 - type: Transform - uid: 477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-2.5 parent: 60 - type: Transform - uid: 478 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -14.5,-2.5 parent: 60 - type: Transform - uid: 479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-2.5 parent: 60 - type: Transform - uid: 480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -15.5,-3.5 parent: 60 - type: Transform - uid: 560 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-4.5 parent: 60 - type: Transform - uid: 561 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-5.5 parent: 60 - type: Transform - uid: 1307 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -12.5,-2.5 parent: 60 - type: Transform - uid: 1308 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,-2.5 parent: 60 - type: Transform - uid: 1309 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-2.5 parent: 60 - type: Transform - uid: 1311 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 60 - type: Transform - uid: 1312 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 60 - type: Transform - uid: 1315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-2.5 parent: 60 - type: Transform - uid: 1316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-2.5 parent: 60 - type: Transform - uid: 1317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-2.5 parent: 60 - type: Transform - uid: 1341 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 60 - type: Transform - uid: 1342 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 60 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 588 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-3.5 parent: 60 - type: Transform - uid: 589 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-3.5 parent: 60 - type: Transform - uid: 961 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,2.5 parent: 60 - type: Transform - uid: 962 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,2.5 parent: 60 - type: Transform - uid: 963 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,1.5 parent: 60 - type: Transform - uid: 964 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,2.5 parent: 60 - type: Transform ... diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml b/Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml index aa8d093f32..3743da9234 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml @@ -28,12 +28,13 @@ entities: entities: - uid: 1 components: - - name: Uncle Charlie's Cruise Boat - type: MetaData - - pos: 0.5468445,0.46875 + - type: MetaData + name: Uncle Charlie's Cruise Boat + - type: Transform + pos: 0.5468445,0.46875 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAaQAAAAAAdwAAAAACdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAdwAAAAACdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAIQAAAAAAIQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAIQAAAAABIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAIQAAAAAAIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAJgAAAAACJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAJgAAAAACJgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAJgAAAAADJgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAACHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJQAAAAACJQAAAAAAJQAAAAACJQAAAAADaQAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAB @@ -58,23 +59,23 @@ entities: ind: 0,-2 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAEgAAAAAANwAAAAAAEgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdgAAAAACbgAAAAAAdgAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAQQAAAAAAegAAAAAAaQAAAAAAegAAAAAAdgAAAAACbgAAAAACdgAAAAABegAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAegAAAAAAdgAAAAACbgAAAAAAdgAAAAABegAAAAAAeQAAAAAAAAAAAAAAaQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAaQAAAAAAaQAAAAAAJgAAAAABJgAAAAADJgAAAAAAegAAAAAAdgAAAAADbgAAAAAAdgAAAAABegAAAAAAegAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJgAAAAADJgAAAAACJgAAAAABaQAAAAAAbgAAAAADbgAAAAAAdgAAAAABegAAAAAAeQAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -413,8 +414,8 @@ entities: id: ghost decals: 3: 7.895548,1.853488 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -575,7 +576,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -583,11 +583,12 @@ entities: entities: - uid: 235 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1356 - 440 - 439 @@ -596,16 +597,16 @@ entities: - 436 - 1225 - 483 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1350 - 318 - 1349 @@ -620,31 +621,31 @@ entities: - 1195 - 1194 - 1099 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,3.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1356 - 1298 - 1297 - 1282 - 1103 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1296 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1355 - 1298 - 1297 @@ -658,31 +659,31 @@ entities: - 440 - 1281 - 1293 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,5.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1353 - 155 - 380 - 1101 - 1277 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-11.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1348 - 201 - 202 @@ -707,32 +708,32 @@ entities: - 162 - 637 - 1092 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1306 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-20.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1346 - 1362 - 1057 - 1363 - 1382 - 1380 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1347 - 1348 - 609 @@ -741,16 +742,16 @@ entities: - 1260 - 1382 - 1381 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-14.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1359 - 912 - 1346 @@ -767,43 +768,43 @@ entities: - 436 - 1328 - 1317 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-21.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1348 - 912 - 1181 - 1075 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1335 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1348 - 1377 - 1093 - 1232 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1388 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-16.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1349 - 475 - 474 @@ -819,16 +820,16 @@ entities: - 1350 - 1097 - 1396 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1389 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-14.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1352 - 1387 - 1349 @@ -843,8763 +844,8751 @@ entities: - 1098 - 1187 - 1390 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 1406 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - - devices: + - type: DeviceList + devices: - 1356 - 1361 - 1349 - 1360 - 1404 - 1401 - type: DeviceList - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: AirCanister entities: - uid: 805 components: - - pos: -3.5,-22.5 + - type: Transform + pos: -3.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: Airlock entities: - uid: 485 components: - - desc: Ugh, who just dropped a bomb in there? + - type: MetaData + desc: Ugh, who just dropped a bomb in there? name: Bathroom - type: MetaData - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - proto: AirlockAtmosphericsGlassLocked entities: - uid: 795 components: - - name: UCLB Atmos - type: MetaData - - pos: -2.5,-21.5 + - type: MetaData + name: UCLB Atmos + - type: Transform + pos: -2.5,-21.5 parent: 1 - type: Transform - proto: AirlockCommandGlassLocked entities: - uid: 615 components: - - name: UCLB Bridge - type: MetaData - - pos: -5.5,5.5 + - type: MetaData + name: UCLB Bridge + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 616 components: - - name: UCLB Bridge - type: MetaData - - pos: -4.5,5.5 + - type: MetaData + name: UCLB Bridge + - type: Transform + pos: -4.5,5.5 parent: 1 - type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 70 components: - - name: Engineering Hold - type: MetaData - - pos: 7.5,-18.5 + - type: MetaData + name: Engineering Hold + - type: Transform + pos: 7.5,-18.5 parent: 1 - type: Transform - proto: AirlockExternalGlass entities: - uid: 580 components: - - name: Uncle Charlie's Luxury Boat Docks - type: MetaData - - pos: -7.5,1.5 + - type: MetaData + name: Uncle Charlie's Luxury Boat Docks + - type: Transform + pos: -7.5,1.5 parent: 1 - type: Transform - uid: 581 components: - - name: Uncle Charlie's Luxury Boat Docks - type: MetaData - - pos: -7.5,-0.5 + - type: MetaData + name: Uncle Charlie's Luxury Boat Docks + - type: Transform + pos: -7.5,-0.5 parent: 1 - type: Transform - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - uid: 527 components: - - name: Uncle Charlie's Luxury Boat Docks - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: Uncle Charlie's Luxury Boat Docks + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,1.5 parent: 1 - type: Transform - uid: 528 components: - - name: Uncle Charlie's Luxury Boat Docks - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: Uncle Charlie's Luxury Boat Docks + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 1 - type: Transform - proto: AirlockFreezerLocked entities: - uid: 463 components: - - name: Freezer - type: MetaData - - pos: -4.5,-12.5 + - type: MetaData + name: Freezer + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 613 components: - - name: Freezer - type: MetaData - - pos: -2.5,-15.5 + - type: MetaData + name: Freezer + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - proto: AirlockGlass entities: - uid: 281 components: - - name: Gambling Den - type: MetaData - - pos: 3.5,0.5 + - type: MetaData + name: Gambling Den + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 282 components: - - name: Gambling Den - type: MetaData - - pos: 4.5,0.5 + - type: MetaData + name: Gambling Den + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 780 components: - - name: UCLB Main Halls - type: MetaData - - pos: -1.5,-5.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - uid: 781 components: - - name: UCLB Main Halls - type: MetaData - - pos: -0.5,-5.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 782 components: - - name: UCLB Main Halls - type: MetaData - - pos: 0.5,-1.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 783 components: - - name: UCLB Main Halls - type: MetaData - - pos: 0.5,-0.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 789 components: - - name: UCLB Main Halls - type: MetaData - - pos: 5.5,-11.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 790 components: - - name: UCLB Main Halls - type: MetaData - - pos: 5.5,-10.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 791 components: - - name: UCLB Main Halls - type: MetaData - - pos: 7.5,-8.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 792 components: - - name: UCLB Main Halls - type: MetaData - - pos: 8.5,-8.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 793 components: - - name: UCLB Main Halls - type: MetaData - - pos: 8.5,-2.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 794 components: - - name: UCLB Main Halls - type: MetaData - - pos: 7.5,-2.5 + - type: MetaData + name: UCLB Main Halls + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - proto: AirlockMaintAtmoLocked entities: - uid: 844 components: - - name: UCLB Maints - type: MetaData - - pos: -2.5,-19.5 + - type: MetaData + name: UCLB Maints + - type: Transform + pos: -2.5,-19.5 parent: 1 - type: Transform - proto: AirlockMaintEngiLocked entities: - uid: 836 components: - - name: UCLB Maints - type: MetaData - - pos: 4.5,-19.5 + - type: MetaData + name: UCLB Maints + - type: Transform + pos: 4.5,-19.5 parent: 1 - type: Transform - proto: AirlockMaintLocked entities: - uid: 500 components: - - name: UCLB Maints - type: MetaData - - pos: 5.5,-17.5 + - type: MetaData + name: UCLB Maints + - type: Transform + pos: 5.5,-17.5 parent: 1 - type: Transform - uid: 848 components: - - name: UCLB Maints - type: MetaData - - pos: 0.5,-16.5 + - type: MetaData + name: UCLB Maints + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 1048 components: - - name: Medbay - type: MetaData - - pos: 9.5,-16.5 + - type: MetaData + name: Medbay + - type: Transform + pos: 9.5,-16.5 parent: 1 - type: Transform - proto: AirlockSecurityGlassLocked entities: - uid: 724 components: - - name: Brig - type: MetaData - - pos: 9.5,-10.5 + - type: MetaData + name: Brig + - type: Transform + pos: 9.5,-10.5 parent: 1 - type: Transform - proto: AirlockServiceGlassLocked entities: - uid: 335 components: - - name: Kitchen - type: MetaData - - pos: -4.5,-5.5 + - type: MetaData + name: Kitchen + - type: Transform + pos: -4.5,-5.5 parent: 1 - type: Transform - proto: AirSensor entities: - uid: 1346 components: - - pos: 0.5,-22.5 + - type: Transform + pos: 0.5,-22.5 parent: 1 - type: Transform - uid: 1347 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 1348 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 1 - type: Transform - uid: 1349 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - uid: 1350 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 1351 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 1352 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 1 - type: Transform - uid: 1353 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 1354 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 1355 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 1356 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 1357 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 1 - type: Transform - uid: 1358 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 1 - type: Transform - uid: 1359 components: - - pos: 11.5,-20.5 + - type: Transform + pos: 11.5,-20.5 parent: 1 - type: Transform - uid: 1382 components: - - pos: 1.5,-18.5 + - type: Transform + pos: 1.5,-18.5 parent: 1 - type: Transform - uid: 1383 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-12.5 parent: 1 - type: Transform - uid: 514 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 516 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 521 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-17.5 parent: 1 - type: Transform - uid: 525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,5.5 parent: 1 - type: Transform - uid: 526 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 854 components: - - pos: -0.5,-20.5 + - type: Transform + pos: -0.5,-20.5 parent: 1 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 323 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 324 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 332 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 1 - type: Transform - uid: 519 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 1 - type: Transform - proto: AtmosFixFreezerMarker entities: - uid: 1407 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - uid: 1408 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 1 - type: Transform - uid: 1409 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 1410 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 1411 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 1 - type: Transform - uid: 1412 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 1 - type: Transform - uid: 1413 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - uid: 1414 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 1415 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 1416 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 1 - type: Transform - uid: 1417 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 1 - type: Transform - uid: 1418 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 1 - type: Transform - uid: 1419 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 1 - type: Transform - uid: 1420 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 1 - type: Transform - uid: 1421 components: - - pos: -3.5,-17.5 + - type: Transform + pos: -3.5,-17.5 parent: 1 - type: Transform - proto: BarSign entities: - uid: 859 components: - - pos: 2.5,-16.5 + - type: Transform + pos: 2.5,-16.5 parent: 1 - type: Transform - proto: BedsheetMedical entities: - uid: 733 components: - - pos: 10.5,-17.5 + - type: Transform + pos: 10.5,-17.5 parent: 1 - type: Transform - uid: 740 components: - - pos: 10.5,-18.5 + - type: Transform + pos: 10.5,-18.5 parent: 1 - type: Transform - uid: 743 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 1 - type: Transform - uid: 744 components: - - pos: 10.5,-20.5 + - type: Transform + pos: 10.5,-20.5 parent: 1 - type: Transform - proto: BlockGameArcade entities: - uid: 448 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - proto: BoozeDispenser entities: - uid: 379 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-15.5 parent: 1 - type: Transform - proto: BoxFolderBlack entities: - uid: 796 components: - - pos: -3.3861318,0.61201334 + - type: Transform + pos: -3.3861318,0.61201334 parent: 1 - type: Transform - proto: BoxMousetrap entities: - uid: 1190 components: - - pos: -5.3381963,-8.442485 + - type: Transform + pos: -5.3381963,-8.442485 parent: 1 - type: Transform - proto: BriefcaseBrownFilled entities: - uid: 1021 components: - - pos: 3.2516541,3.14395 + - type: Transform + pos: 3.2516541,3.14395 parent: 1 - type: Transform - uid: 1023 components: - - pos: -3.8264709,0.097074986 + - type: Transform + pos: -3.8264709,0.097074986 parent: 1 - type: Transform - uid: 1035 components: - - pos: -3.8264709,-0.090425014 + - type: Transform + pos: -3.8264709,-0.090425014 parent: 1 - type: Transform - proto: Brutepack entities: - uid: 1344 components: - - pos: -0.3608384,8.632478 + - type: Transform + pos: -0.3608384,8.632478 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 531 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 532 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 533 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 534 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 535 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 536 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - uid: 537 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 540 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 541 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 542 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 543 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 544 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 549 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 550 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 1 - type: Transform - uid: 551 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 552 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 553 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 554 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 555 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - uid: 556 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 557 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 558 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 1 - type: Transform - uid: 559 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 560 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 561 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 562 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 563 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 564 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 565 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 566 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 567 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 571 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 572 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 573 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 574 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 575 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 576 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 577 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 578 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 579 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 582 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 583 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 584 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 585 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 586 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 587 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 588 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 589 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 590 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 591 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 592 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 593 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 594 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 595 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 600 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 601 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 1 - type: Transform - uid: 604 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 605 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 1 - type: Transform - uid: 606 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 607 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 1 - type: Transform - uid: 608 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 1 - type: Transform - uid: 610 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 1 - type: Transform - uid: 611 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 1 - type: Transform - uid: 612 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 1 - type: Transform - uid: 614 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 617 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 618 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 619 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 620 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 621 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 622 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - uid: 624 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 625 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 626 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 627 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 629 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 630 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 632 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 633 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - uid: 634 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 1 - type: Transform - uid: 635 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 1 - type: Transform - uid: 638 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 1 - type: Transform - uid: 639 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 640 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 1 - type: Transform - uid: 641 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 1 - type: Transform - uid: 642 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - uid: 643 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 644 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 645 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 1 - type: Transform - uid: 646 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 1 - type: Transform - uid: 647 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - uid: 648 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 1 - type: Transform - uid: 649 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 650 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - uid: 651 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 1 - type: Transform - uid: 652 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 1 - type: Transform - uid: 653 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 1 - type: Transform - uid: 654 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 655 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 1 - type: Transform - uid: 656 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 657 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - uid: 658 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - uid: 659 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 660 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 661 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 1 - type: Transform - uid: 662 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 1 - type: Transform - uid: 663 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 1 - type: Transform - uid: 664 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - uid: 665 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 1 - type: Transform - uid: 666 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 1 - type: Transform - uid: 667 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 1 - type: Transform - uid: 668 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 1 - type: Transform - uid: 669 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 1 - type: Transform - uid: 670 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 1 - type: Transform - uid: 725 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 1 - type: Transform - uid: 726 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - uid: 727 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 1 - type: Transform - uid: 728 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 729 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 1 - type: Transform - uid: 730 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 1 - type: Transform - uid: 731 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 732 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 1 - type: Transform - uid: 735 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 1 - type: Transform - uid: 736 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 737 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 860 components: - - pos: -0.5,-20.5 + - type: Transform + pos: -0.5,-20.5 parent: 1 - type: Transform - uid: 861 components: - - pos: -0.5,-21.5 + - type: Transform + pos: -0.5,-21.5 parent: 1 - type: Transform - uid: 862 components: - - pos: -0.5,-22.5 + - type: Transform + pos: -0.5,-22.5 parent: 1 - type: Transform - uid: 863 components: - - pos: 0.5,-22.5 + - type: Transform + pos: 0.5,-22.5 parent: 1 - type: Transform - uid: 864 components: - - pos: 1.5,-22.5 + - type: Transform + pos: 1.5,-22.5 parent: 1 - type: Transform - uid: 865 components: - - pos: 2.5,-22.5 + - type: Transform + pos: 2.5,-22.5 parent: 1 - type: Transform - uid: 866 components: - - pos: 3.5,-22.5 + - type: Transform + pos: 3.5,-22.5 parent: 1 - type: Transform - uid: 867 components: - - pos: 4.5,-22.5 + - type: Transform + pos: 4.5,-22.5 parent: 1 - type: Transform - uid: 868 components: - - pos: 5.5,-22.5 + - type: Transform + pos: 5.5,-22.5 parent: 1 - type: Transform - uid: 869 components: - - pos: 6.5,-22.5 + - type: Transform + pos: 6.5,-22.5 parent: 1 - type: Transform - uid: 870 components: - - pos: 7.5,-22.5 + - type: Transform + pos: 7.5,-22.5 parent: 1 - type: Transform - uid: 871 components: - - pos: 7.5,-21.5 + - type: Transform + pos: 7.5,-21.5 parent: 1 - type: Transform - uid: 872 components: - - pos: 7.5,-20.5 + - type: Transform + pos: 7.5,-20.5 parent: 1 - type: Transform - uid: 876 components: - - pos: -0.5,-19.5 + - type: Transform + pos: -0.5,-19.5 parent: 1 - type: Transform - uid: 877 components: - - pos: -0.5,-18.5 + - type: Transform + pos: -0.5,-18.5 parent: 1 - type: Transform - uid: 881 components: - - pos: 0.5,-18.5 + - type: Transform + pos: 0.5,-18.5 parent: 1 - type: Transform - uid: 882 components: - - pos: 1.5,-18.5 + - type: Transform + pos: 1.5,-18.5 parent: 1 - type: Transform - uid: 883 components: - - pos: 2.5,-18.5 + - type: Transform + pos: 2.5,-18.5 parent: 1 - type: Transform - uid: 884 components: - - pos: 3.5,-18.5 + - type: Transform + pos: 3.5,-18.5 parent: 1 - type: Transform - uid: 885 components: - - pos: 4.5,-18.5 + - type: Transform + pos: 4.5,-18.5 parent: 1 - type: Transform - uid: 891 components: - - pos: -1.5,-19.5 + - type: Transform + pos: -1.5,-19.5 parent: 1 - type: Transform - uid: 892 components: - - pos: -2.5,-19.5 + - type: Transform + pos: -2.5,-19.5 parent: 1 - type: Transform - uid: 893 components: - - pos: -3.5,-19.5 + - type: Transform + pos: -3.5,-19.5 parent: 1 - type: Transform - uid: 894 components: - - pos: -3.5,-20.5 + - type: Transform + pos: -3.5,-20.5 parent: 1 - type: Transform - uid: 895 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 896 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 1 - type: Transform - uid: 897 components: - - pos: -3.5,-21.5 + - type: Transform + pos: -3.5,-21.5 parent: 1 - type: Transform - uid: 898 components: - - pos: -2.5,-21.5 + - type: Transform + pos: -2.5,-21.5 parent: 1 - type: Transform - uid: 899 components: - - pos: -1.5,-21.5 + - type: Transform + pos: -1.5,-21.5 parent: 1 - type: Transform - uid: 900 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 1 - type: Transform - uid: 913 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 1 - type: Transform - uid: 914 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 1 - type: Transform - uid: 1002 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 1 - type: Transform - uid: 1003 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 1 - type: Transform - uid: 1004 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 1 - type: Transform - uid: 1005 components: - - pos: 11.5,-13.5 + - type: Transform + pos: 11.5,-13.5 parent: 1 - type: Transform - uid: 1006 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 1 - type: Transform - uid: 1007 components: - - pos: 8.5,-17.5 + - type: Transform + pos: 8.5,-17.5 parent: 1 - type: Transform - uid: 1008 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 1 - type: Transform - uid: 1009 components: - - pos: 7.5,-17.5 + - type: Transform + pos: 7.5,-17.5 parent: 1 - type: Transform - uid: 1010 components: - - pos: 7.5,-16.5 + - type: Transform + pos: 7.5,-16.5 parent: 1 - type: Transform - uid: 1012 components: - - pos: 10.5,-17.5 + - type: Transform + pos: 10.5,-17.5 parent: 1 - type: Transform - uid: 1013 components: - - pos: 11.5,-17.5 + - type: Transform + pos: 11.5,-17.5 parent: 1 - type: Transform - uid: 1014 components: - - pos: 11.5,-16.5 + - type: Transform + pos: 11.5,-16.5 parent: 1 - type: Transform - uid: 1015 components: - - pos: 11.5,-18.5 + - type: Transform + pos: 11.5,-18.5 parent: 1 - type: Transform - uid: 1016 components: - - pos: 11.5,-19.5 + - type: Transform + pos: 11.5,-19.5 parent: 1 - type: Transform - uid: 1017 components: - - pos: 11.5,-20.5 + - type: Transform + pos: 11.5,-20.5 parent: 1 - type: Transform - uid: 1018 components: - - pos: 12.5,-17.5 + - type: Transform + pos: 12.5,-17.5 parent: 1 - type: Transform - uid: 1019 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 1 - type: Transform - uid: 1020 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 1 - type: Transform - uid: 1022 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - uid: 1024 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - uid: 1025 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 1 - type: Transform - uid: 1026 components: - - pos: -5.5,-22.5 + - type: Transform + pos: -5.5,-22.5 parent: 1 - type: Transform - uid: 1027 components: - - pos: -3.5,-22.5 + - type: Transform + pos: -3.5,-22.5 parent: 1 - type: Transform - uid: 1028 components: - - pos: -0.5,-23.5 + - type: Transform + pos: -0.5,-23.5 parent: 1 - type: Transform - uid: 1030 components: - - pos: 3.5,-23.5 + - type: Transform + pos: 3.5,-23.5 parent: 1 - type: Transform - uid: 1032 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 1 - type: Transform - uid: 1033 components: - - pos: 8.5,-23.5 + - type: Transform + pos: 8.5,-23.5 parent: 1 - type: Transform - uid: 1034 components: - - pos: 12.5,-20.5 + - type: Transform + pos: 12.5,-20.5 parent: 1 - type: Transform - uid: 1038 components: - - pos: 4.5,-19.5 + - type: Transform + pos: 4.5,-19.5 parent: 1 - type: Transform - uid: 1039 components: - - pos: 4.5,-20.5 + - type: Transform + pos: 4.5,-20.5 parent: 1 - type: Transform - uid: 1040 components: - - pos: 4.5,-21.5 + - type: Transform + pos: 4.5,-21.5 parent: 1 - type: Transform - proto: CableHV entities: - uid: 873 components: - - pos: -0.5,-23.5 + - type: Transform + pos: -0.5,-23.5 parent: 1 - type: Transform - uid: 874 components: - - pos: 0.5,-23.5 + - type: Transform + pos: 0.5,-23.5 parent: 1 - type: Transform - uid: 875 components: - - pos: 1.5,-23.5 + - type: Transform + pos: 1.5,-23.5 parent: 1 - type: Transform - uid: 878 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 1 - type: Transform - uid: 879 components: - - pos: 6.5,-23.5 + - type: Transform + pos: 6.5,-23.5 parent: 1 - type: Transform - uid: 880 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 1 - type: Transform - uid: 886 components: - - pos: 5.5,-22.5 + - type: Transform + pos: 5.5,-22.5 parent: 1 - type: Transform - uid: 887 components: - - pos: 4.5,-22.5 + - type: Transform + pos: 4.5,-22.5 parent: 1 - type: Transform - uid: 888 components: - - pos: 3.5,-22.5 + - type: Transform + pos: 3.5,-22.5 parent: 1 - type: Transform - uid: 889 components: - - pos: 2.5,-22.5 + - type: Transform + pos: 2.5,-22.5 parent: 1 - type: Transform - uid: 890 components: - - pos: 1.5,-22.5 + - type: Transform + pos: 1.5,-22.5 parent: 1 - type: Transform - uid: 901 components: - - pos: 1.5,-21.5 + - type: Transform + pos: 1.5,-21.5 parent: 1 - type: Transform - uid: 902 components: - - pos: 0.5,-21.5 + - type: Transform + pos: 0.5,-21.5 parent: 1 - type: Transform - uid: 903 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 1 - type: Transform - proto: CableMV entities: - uid: 904 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 1 - type: Transform - uid: 905 components: - - pos: -0.5,-20.5 + - type: Transform + pos: -0.5,-20.5 parent: 1 - type: Transform - uid: 906 components: - - pos: 0.5,-21.5 + - type: Transform + pos: 0.5,-21.5 parent: 1 - type: Transform - uid: 907 components: - - pos: 1.5,-21.5 + - type: Transform + pos: 1.5,-21.5 parent: 1 - type: Transform - uid: 908 components: - - pos: 2.5,-21.5 + - type: Transform + pos: 2.5,-21.5 parent: 1 - type: Transform - uid: 909 components: - - pos: 3.5,-21.5 + - type: Transform + pos: 3.5,-21.5 parent: 1 - type: Transform - uid: 910 components: - - pos: -0.5,-21.5 + - type: Transform + pos: -0.5,-21.5 parent: 1 - type: Transform - uid: 911 components: - - pos: 4.5,-21.5 + - type: Transform + pos: 4.5,-21.5 parent: 1 - type: Transform - uid: 915 components: - - pos: 4.5,-20.5 + - type: Transform + pos: 4.5,-20.5 parent: 1 - type: Transform - uid: 916 components: - - pos: 4.5,-19.5 + - type: Transform + pos: 4.5,-19.5 parent: 1 - type: Transform - uid: 917 components: - - pos: 4.5,-18.5 + - type: Transform + pos: 4.5,-18.5 parent: 1 - type: Transform - uid: 918 components: - - pos: 4.5,-17.5 + - type: Transform + pos: 4.5,-17.5 parent: 1 - type: Transform - uid: 919 components: - - pos: 3.5,-17.5 + - type: Transform + pos: 3.5,-17.5 parent: 1 - type: Transform - uid: 920 components: - - pos: 2.5,-17.5 + - type: Transform + pos: 2.5,-17.5 parent: 1 - type: Transform - uid: 921 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 1 - type: Transform - uid: 922 components: - - pos: 0.5,-17.5 + - type: Transform + pos: 0.5,-17.5 parent: 1 - type: Transform - uid: 923 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - uid: 924 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 1 - type: Transform - uid: 925 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - uid: 926 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 927 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - uid: 928 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 1 - type: Transform - uid: 929 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 930 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 931 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 932 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - uid: 933 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - uid: 934 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 935 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 936 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 1 - type: Transform - uid: 937 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - uid: 938 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 939 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 940 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 941 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 942 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 943 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 1 - type: Transform - uid: 944 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 947 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 948 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 949 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 950 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 951 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 952 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 953 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 958 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 1 - type: Transform - uid: 959 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 960 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 961 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 962 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 963 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 968 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 969 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 970 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 971 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 972 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 973 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 974 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 975 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 976 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 977 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 978 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 979 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 981 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 1 - type: Transform - uid: 983 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 1 - type: Transform - uid: 984 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 985 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 1 - type: Transform - uid: 986 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 1 - type: Transform - uid: 987 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 988 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 1 - type: Transform - uid: 989 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 1 - type: Transform - uid: 990 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 1 - type: Transform - uid: 991 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 1 - type: Transform - uid: 992 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 1 - type: Transform - uid: 993 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 1 - type: Transform - uid: 994 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 1 - type: Transform - uid: 995 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 1 - type: Transform - uid: 996 components: - - pos: 8.5,-16.5 + - type: Transform + pos: 8.5,-16.5 parent: 1 - type: Transform - uid: 997 components: - - pos: 8.5,-17.5 + - type: Transform + pos: 8.5,-17.5 parent: 1 - type: Transform - uid: 998 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 1 - type: Transform - uid: 999 components: - - pos: 7.5,-17.5 + - type: Transform + pos: 7.5,-17.5 parent: 1 - type: Transform - uid: 1000 components: - - pos: 6.5,-17.5 + - type: Transform + pos: 6.5,-17.5 parent: 1 - type: Transform - uid: 1001 components: - - pos: 5.5,-17.5 + - type: Transform + pos: 5.5,-17.5 parent: 1 - type: Transform - proto: Carpet entities: - uid: 695 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 1 - type: Transform - uid: 696 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 697 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 698 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 699 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 1 - type: Transform - uid: 700 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - uid: 701 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 702 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 1 - type: Transform - proto: CarpetGreen entities: - uid: 687 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 688 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 689 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 690 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 691 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 692 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 693 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 694 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 1 - type: Transform - proto: CarpetOrange entities: - uid: 671 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - uid: 672 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - uid: 673 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 1 - type: Transform - uid: 674 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 675 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 676 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 677 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 678 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 679 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 680 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - uid: 681 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 682 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 683 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 684 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 685 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 686 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - proto: CarpetPurple entities: - uid: 841 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 1 - type: Transform - uid: 1049 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 1052 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 1054 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 1055 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 1058 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - uid: 1059 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 1062 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 1064 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 1065 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 1066 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - uid: 1067 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 1069 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 1070 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 1071 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 1072 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 1076 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 1077 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 1080 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 1082 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 1084 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 1086 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 1088 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 1129 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 1288 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 1289 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 1290 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 1291 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 1292 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - proto: Catwalk entities: - uid: 814 components: - - pos: -3.5,-21.5 + - type: Transform + pos: -3.5,-21.5 parent: 1 - type: Transform - uid: 815 components: - - pos: -3.5,-20.5 + - type: Transform + pos: -3.5,-20.5 parent: 1 - type: Transform - uid: 816 components: - - pos: -4.5,-20.5 + - type: Transform + pos: -4.5,-20.5 parent: 1 - type: Transform - uid: 817 components: - - pos: -5.5,-20.5 + - type: Transform + pos: -5.5,-20.5 parent: 1 - type: Transform - uid: 818 components: - - pos: -5.5,-21.5 + - type: Transform + pos: -5.5,-21.5 parent: 1 - type: Transform - uid: 945 components: - - pos: -5.5,-24.5 + - type: Transform + pos: -5.5,-24.5 parent: 1 - type: Transform - uid: 946 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 1 - type: Transform - uid: 954 components: - - pos: -0.5,-25.5 + - type: Transform + pos: -0.5,-25.5 parent: 1 - type: Transform - uid: 955 components: - - pos: 0.5,-25.5 + - type: Transform + pos: 0.5,-25.5 parent: 1 - type: Transform - uid: 956 components: - - pos: 1.5,-25.5 + - type: Transform + pos: 1.5,-25.5 parent: 1 - type: Transform - uid: 957 components: - - pos: 2.5,-25.5 + - type: Transform + pos: 2.5,-25.5 parent: 1 - type: Transform - uid: 964 components: - - pos: 4.5,-25.5 + - type: Transform + pos: 4.5,-25.5 parent: 1 - type: Transform - uid: 965 components: - - pos: 5.5,-25.5 + - type: Transform + pos: 5.5,-25.5 parent: 1 - type: Transform - uid: 966 components: - - pos: 6.5,-25.5 + - type: Transform + pos: 6.5,-25.5 parent: 1 - type: Transform - uid: 967 components: - - pos: 7.5,-25.5 + - type: Transform + pos: 7.5,-25.5 parent: 1 - type: Transform - uid: 980 components: - - pos: 11.5,-22.5 + - type: Transform + pos: 11.5,-22.5 parent: 1 - type: Transform - uid: 982 components: - - pos: 12.5,-22.5 + - type: Transform + pos: 12.5,-22.5 parent: 1 - type: Transform - uid: 1170 components: - - pos: 0.5,-21.5 + - type: Transform + pos: 0.5,-21.5 parent: 1 - type: Transform - uid: 1171 components: - - pos: 1.5,-21.5 + - type: Transform + pos: 1.5,-21.5 parent: 1 - type: Transform - uid: 1172 components: - - pos: 1.5,-22.5 + - type: Transform + pos: 1.5,-22.5 parent: 1 - type: Transform - uid: 1173 components: - - pos: 5.5,-22.5 + - type: Transform + pos: 5.5,-22.5 parent: 1 - type: Transform - uid: 1174 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 1 - type: Transform - uid: 1175 components: - - pos: 6.5,-23.5 + - type: Transform + pos: 6.5,-23.5 parent: 1 - type: Transform - uid: 1176 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 1 - type: Transform - uid: 1177 components: - - pos: -0.5,-23.5 + - type: Transform + pos: -0.5,-23.5 parent: 1 - type: Transform - uid: 1178 components: - - pos: 0.5,-23.5 + - type: Transform + pos: 0.5,-23.5 parent: 1 - type: Transform - uid: 1179 components: - - pos: 1.5,-23.5 + - type: Transform + pos: 1.5,-23.5 parent: 1 - type: Transform - uid: 1261 components: - - pos: 5.5,-21.5 + - type: Transform + pos: 5.5,-21.5 parent: 1 - type: Transform - uid: 1262 components: - - pos: 6.5,-21.5 + - type: Transform + pos: 6.5,-21.5 parent: 1 - type: Transform - uid: 1263 components: - - pos: 7.5,-21.5 + - type: Transform + pos: 7.5,-21.5 parent: 1 - type: Transform - uid: 1264 components: - - pos: 7.5,-20.5 + - type: Transform + pos: 7.5,-20.5 parent: 1 - type: Transform - uid: 1265 components: - - pos: 7.5,-19.5 + - type: Transform + pos: 7.5,-19.5 parent: 1 - type: Transform - uid: 1266 components: - - pos: -0.5,-21.5 + - type: Transform + pos: -0.5,-21.5 parent: 1 - type: Transform - uid: 1267 components: - - pos: -1.5,-21.5 + - type: Transform + pos: -1.5,-21.5 parent: 1 - type: Transform - proto: Chair entities: - uid: 172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-13.5 parent: 1 - type: Transform - uid: 218 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 1 - type: Transform - uid: 330 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-11.5 parent: 1 - type: Transform - uid: 479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-12.5 parent: 1 - type: Transform - uid: 507 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-11.5 parent: 1 - type: Transform - uid: 513 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-13.5 parent: 1 - type: Transform - proto: ChairFolding entities: - uid: 118 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-4 parent: 1 - type: Transform - uid: 119 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-5 parent: 1 - type: Transform - uid: 120 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-6 parent: 1 - type: Transform - uid: 121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-7 parent: 1 - type: Transform - uid: 129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.121283,-4.3351955 parent: 1 - type: Transform - uid: 130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.105658,-5.3508205 parent: 1 - type: Transform - uid: 131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.090033,-6.5226955 parent: 1 - type: Transform - uid: 141 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-9.5 parent: 1 - type: Transform - uid: 142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-9.5 parent: 1 - type: Transform - uid: 143 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 144 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 339 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 1 - type: Transform - proto: ChairOfficeDark entities: - uid: 140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - type: Transform - uid: 1301 components: - - pos: -5.0164986,3.4984412 + - type: Transform + pos: -5.0164986,3.4984412 parent: 1 - type: Transform - uid: 1302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5946236,3.4984412 parent: 1 - type: Transform - proto: ChairPilotSeat entities: - uid: 219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,3.5 parent: 1 - type: Transform - uid: 228 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - uid: 253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,3.5 parent: 1 - type: Transform - uid: 259 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 260 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 261 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,1.5 parent: 1 - type: Transform - uid: 262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 1 - type: Transform - uid: 263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 1 - type: Transform - uid: 264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,2.5 parent: 1 - type: Transform - uid: 275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,1.5 parent: 1 - type: Transform - uid: 276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,1.5 parent: 1 - type: Transform - uid: 277 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 278 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 334 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-7.5 parent: 1 - type: Transform - uid: 337 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-4.5 parent: 1 - type: Transform - uid: 338 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-6.5 parent: 1 - type: Transform - uid: 382 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 384 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 449 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,7.5 parent: 1 - type: Transform - uid: 450 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,6.5 parent: 1 - type: Transform - uid: 451 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,7.5 parent: 1 - type: Transform - uid: 452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,7.5 parent: 1 - type: Transform - uid: 453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,7.5 parent: 1 - type: Transform - uid: 478 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 1 - type: Transform - uid: 480 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-15.5 parent: 1 - type: Transform - uid: 481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-11.5 parent: 1 - type: Transform - uid: 486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-21.5 parent: 1 - type: Transform - uid: 493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-16.5 parent: 1 - type: Transform - uid: 494 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-20.5 parent: 1 - type: Transform - uid: 511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-20.5 parent: 1 - type: Transform - uid: 512 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-19.5 parent: 1 - type: Transform - uid: 517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-7.5 parent: 1 - type: Transform - uid: 518 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 1 - type: Transform - uid: 596 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-12.5 parent: 1 - type: Transform - uid: 597 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-15.5 parent: 1 - type: Transform - uid: 599 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 1 - type: Transform - uid: 751 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-18.5 parent: 1 - type: Transform - uid: 752 components: - - pos: -4.5,-19.5 + - type: Transform + pos: -4.5,-19.5 parent: 1 - type: Transform - uid: 840 components: - - pos: -5.5,-19.5 + - type: Transform + pos: -5.5,-19.5 parent: 1 - type: Transform - uid: 843 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-22.5 parent: 1 - type: Transform - proto: CheapLighter entities: - uid: 154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5226536,-2.3322296 parent: 1 - type: Transform - proto: CigaretteSpent entities: - uid: 1061 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.252041,3.4652472 parent: 1 - type: Transform - uid: 1188 components: - - pos: 2.022793,-17.663536 + - type: Transform + pos: 2.022793,-17.663536 parent: 1 - type: Transform - uid: 1189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.0019598,-17.455057 parent: 1 - type: Transform - uid: 1307 components: - - pos: 0.8424089,-9.944302 + - type: Transform + pos: 0.8424089,-9.944302 parent: 1 - type: Transform - uid: 1309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.1392839,-9.897427 parent: 1 - type: Transform - uid: 1310 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.2044661,-12.413052 parent: 1 - type: Transform - uid: 1311 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.2200911,-12.522427 parent: 1 - type: Transform - uid: 1312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.7357161,-12.241177 parent: 1 - type: Transform - uid: 1314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.7017839,-10.694302 parent: 1 - type: Transform - uid: 1315 components: - - pos: 0.9517839,-9.022427 + - type: Transform + pos: 0.9517839,-9.022427 parent: 1 - type: Transform - uid: 1316 components: - - pos: -1.0794661,-9.944302 + - type: Transform + pos: -1.0794661,-9.944302 parent: 1 - type: Transform - uid: 1318 components: - - pos: 6.205166,3.9339972 + - type: Transform + pos: 6.205166,3.9339972 parent: 1 - type: Transform - uid: 1319 components: - - pos: 6.220791,3.8089972 + - type: Transform + pos: 6.220791,3.8089972 parent: 1 - type: Transform - uid: 1320 components: - - pos: 6.220791,3.8402472 + - type: Transform + pos: 6.220791,3.8402472 parent: 1 - type: Transform - uid: 1321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.533291,3.9183722 parent: 1 - type: Transform - uid: 1322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.642666,3.8714972 parent: 1 - type: Transform - uid: 1323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.970791,3.8558722 parent: 1 - type: Transform - uid: 1324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.533291,3.7152472 parent: 1 - type: Transform - uid: 1326 components: - - pos: 5.127041,3.3089972 + - type: Transform + pos: 5.127041,3.3089972 parent: 1 - type: Transform - uid: 1327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.689541,4.105872 parent: 1 - type: Transform - uid: 1329 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.111416,4.762122 parent: 1 - type: Transform - proto: CigarGoldCase entities: - uid: 308 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.470376,1.546201 parent: 1 - type: Transform - proto: CigarGoldSpent entities: - uid: 309 components: - - pos: 7.689126,1.5832791 + - type: Transform + pos: 7.689126,1.5832791 parent: 1 - type: Transform - proto: CigPackBlue entities: - uid: 5 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.6580706,-2.4364686 parent: 1 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 523 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 524 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 623 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 1 - type: Transform - uid: 631 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 845 components: - - pos: 6.5,-19.5 + - type: Transform + pos: 6.5,-19.5 parent: 1 - type: Transform - proto: ClosetWallFireFilledRandom entities: - uid: 628 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - proto: ClothingHandsGlovesBoxingBlue entities: - uid: 212 components: - - pos: 4.1490726,-8.433826 + - type: Transform + pos: 4.1490726,-8.433826 parent: 1 - type: Transform - proto: ClothingHandsGlovesBoxingRed entities: - uid: 207 components: - - pos: 3.430323,-2.246326 + - type: Transform + pos: 3.430323,-2.246326 parent: 1 - type: Transform - proto: ClothingHandsGlovesFingerless entities: - uid: 1299 components: - - pos: 11.461636,-3.525896 + - type: Transform + pos: 11.461636,-3.525896 parent: 1 - type: Transform - proto: ClothingHeadHatFedoraGrey entities: - uid: 767 components: - - desc: Welcome aboard! + - type: MetaData + desc: Welcome aboard! name: filbert's hat - type: MetaData - - pos: -2.6044517,1.7804337 + - type: Transform + pos: -2.6044517,1.7804337 parent: 1 - type: Transform - proto: ClothingNeckHeadphones entities: - uid: 1345 components: - - pos: -2.4826117,8.605424 + - type: Transform + pos: -2.4826117,8.605424 parent: 1 - type: Transform - proto: ComputerEmergencyShuttle entities: - uid: 428 components: - - name: Uncle Charlie's Luxury Boat console - type: MetaData - - pos: -1.5,8.5 + - type: MetaData + name: Uncle Charlie's Luxury Boat console + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - proto: ComputerPowerMonitoring entities: - uid: 441 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 1 - type: Transform - proto: ComputerRadar entities: - uid: 434 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - proto: CrateEmptySpawner entities: - uid: 1192 components: - - pos: -0.5,-17.5 + - type: Transform + pos: -0.5,-17.5 parent: 1 - type: Transform - proto: Crowbar entities: - uid: 1343 components: - - pos: -4.47493,8.498793 + - type: Transform + pos: -4.47493,8.498793 parent: 1 - type: Transform - proto: d6Dice entities: - uid: 311 components: - - pos: 1.653389,3.5690022 + - type: Transform + pos: 1.653389,3.5690022 parent: 1 - type: Transform - uid: 312 components: - - pos: 1.5700555,2.8810244 + - type: Transform + pos: 1.5700555,2.8810244 parent: 1 - type: Transform - uid: 313 components: - - pos: 2.215889,2.7663615 + - type: Transform + pos: 2.215889,2.7663615 parent: 1 - type: Transform - uid: 314 components: - - pos: 2.5179722,3.4439154 + - type: Transform + pos: 2.5179722,3.4439154 parent: 1 - type: Transform - uid: 315 components: - - pos: 2.247139,3.256285 + - type: Transform + pos: 2.247139,3.256285 parent: 1 - type: Transform - proto: DisposalBend entities: - uid: 393 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 418 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - type: Transform - proto: DisposalJunctionFlipped entities: - uid: 429 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-2.5 parent: 1 - type: Transform - proto: DisposalPipe entities: - uid: 391 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 397 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 398 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 399 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 400 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 404 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 405 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - uid: 406 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - uid: 407 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 408 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 409 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 1 - type: Transform - uid: 410 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - uid: 411 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 412 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 413 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 414 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 415 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 420 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-2.5 parent: 1 - type: Transform - proto: DisposalTrunk entities: - uid: 227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 390 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 395 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 396 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - proto: DisposalUnit entities: - uid: 25 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 161 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 387 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - proto: DrinkCafeLatte entities: - uid: 1074 components: - - pos: -3.2352757,2.652663 + - type: Transform + pos: -3.2352757,2.652663 parent: 1 - type: Transform - proto: DrinkMugRed entities: - uid: 388 components: - - pos: -4.6332264,2.4393137 + - type: Transform + pos: -4.6332264,2.4393137 parent: 1 - type: Transform - proto: DrinkShotGlass entities: - uid: 316 components: - - pos: 6.9982896,1.4610467 + - type: Transform + pos: 6.9982896,1.4610467 parent: 1 - type: Transform - uid: 317 components: - - pos: 7.2951646,1.7579217 + - type: Transform + pos: 7.2951646,1.7579217 parent: 1 - type: Transform - uid: 319 components: - - pos: 1.3264146,2.5391717 + - type: Transform + pos: 1.3264146,2.5391717 parent: 1 - type: Transform - uid: 320 components: - - pos: 2.6232896,2.9610467 + - type: Transform + pos: 2.6232896,2.9610467 parent: 1 - type: Transform - uid: 325 components: - - pos: 2.1232896,3.6748657 + - type: Transform + pos: 2.1232896,3.6748657 parent: 1 - type: Transform - proto: DrinkStarkistCan entities: - uid: 1191 components: - - pos: 2.0748763,-17.350819 + - type: Transform + pos: 2.0748763,-17.350819 parent: 1 - type: Transform - proto: DrinkVodkaBottleFull entities: - uid: 321 components: - - pos: 1.2795396,3.5811157 + - type: Transform + pos: 1.2795396,3.5811157 parent: 1 - type: Transform - proto: DrinkWaterBottleFull entities: - uid: 147 components: - - pos: 4.6580706,-8.344943 + - type: Transform + pos: 4.6580706,-8.344943 parent: 1 - type: Transform - uid: 149 components: - - pos: 3.793487,-8.282399 + - type: Transform + pos: 3.793487,-8.282399 parent: 1 - type: Transform - uid: 151 components: - - pos: 3.8039036,-2.3426535 + - type: Transform + pos: 3.8039036,-2.3426535 parent: 1 - type: Transform - proto: ElectricGuitarInstrument entities: - uid: 1300 components: - - pos: 1.5858283,-9.612473 + - type: Transform + pos: 1.5858283,-9.612473 parent: 1 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 509 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 636 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 850 components: - - pos: 5.5,-19.5 + - type: Transform + pos: 5.5,-19.5 parent: 1 - type: Transform - uid: 1053 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 1 - type: Transform - uid: 1078 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - proto: filingCabinetRandom entities: - uid: 775 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 1 - type: Transform - uid: 776 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 1 - type: Transform - uid: 779 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - proto: Firelock entities: - uid: 1378 components: - - pos: 5.5,-17.5 + - type: Transform + pos: 5.5,-17.5 parent: 1 - type: Transform - uid: 1379 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - uid: 1380 components: - - pos: -2.5,-19.5 + - type: Transform + pos: -2.5,-19.5 parent: 1 - type: Transform - uid: 1381 components: - - pos: 4.5,-19.5 + - type: Transform + pos: 4.5,-19.5 parent: 1 - type: Transform - uid: 1387 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - proto: FirelockEdge entities: - uid: 469 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-13.5 parent: 1 - type: Transform - uid: 1360 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-8.5 parent: 1 - type: Transform - uid: 1361 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - proto: FirelockGlass entities: - uid: 54 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - uid: 155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,5.5 parent: 1 - type: Transform - uid: 162 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 168 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 201 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 202 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 304 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 305 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 1 - type: Transform - uid: 306 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 307 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - uid: 318 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 1 - type: Transform - uid: 326 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 327 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 377 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,1.5 parent: 1 - type: Transform - uid: 378 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 1 - type: Transform - uid: 380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,5.5 parent: 1 - type: Transform - uid: 436 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 437 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 439 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 440 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 470 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 1 - type: Transform - uid: 471 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 1 - type: Transform - uid: 472 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 1 - type: Transform - uid: 473 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 474 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 475 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 1 - type: Transform - uid: 609 components: - - pos: 7.5,-18.5 + - type: Transform + pos: 7.5,-18.5 parent: 1 - type: Transform - uid: 912 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 1 - type: Transform - uid: 1297 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 1298 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 1362 components: - - pos: -2.5,-21.5 + - type: Transform + pos: -2.5,-21.5 parent: 1 - type: Transform - uid: 1377 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 1 - type: Transform - proto: FloorDrain entities: - uid: 158 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 1186 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 1336 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodCarrot entities: - uid: 445 components: - - pos: -5.3728976,-17.210274 + - type: Transform + pos: -5.3728976,-17.210274 parent: 1 - type: Transform - uid: 447 components: - - pos: -5.258314,-17.408329 + - type: Transform + pos: -5.258314,-17.408329 parent: 1 - type: Transform - proto: FoodChili entities: - uid: 203 components: - - pos: -5.7791476,-17.345785 + - type: Transform + pos: -5.7791476,-17.345785 parent: 1 - type: Transform - uid: 438 components: - - pos: -5.643731,-17.491718 + - type: Transform + pos: -5.643731,-17.491718 parent: 1 - type: Transform - proto: FoodFrozenPopsicleOrange entities: - uid: 148 components: - - pos: -3.0301156,1.6064568 + - type: Transform + pos: -3.0301156,1.6064568 parent: 1 - type: Transform - proto: FoodMeatFish entities: - uid: 164 components: - - pos: -3.6333141,-17.264315 + - type: Transform + pos: -3.6333141,-17.264315 parent: 1 - type: Transform - uid: 389 components: - - pos: -3.4458141,-17.462368 + - type: Transform + pos: -3.4458141,-17.462368 parent: 1 - type: Transform - proto: FoodOnion entities: - uid: 416 components: - - pos: -5.758314,-15.542449 + - type: Transform + pos: -5.758314,-15.542449 parent: 1 - type: Transform - proto: FoodPotato entities: - uid: 401 components: - - pos: -5.487481,-15.302699 + - type: Transform + pos: -5.487481,-15.302699 parent: 1 - type: Transform - uid: 402 components: - - pos: -5.237481,-15.479904 + - type: Transform + pos: -5.237481,-15.479904 parent: 1 - type: Transform - proto: FoodTomato entities: - uid: 431 components: - - pos: -5.664564,-16.220003 + - type: Transform + pos: -5.664564,-16.220003 parent: 1 - type: Transform - uid: 432 components: - - pos: -5.539564,-16.418056 + - type: Transform + pos: -5.539564,-16.418056 parent: 1 - type: Transform - uid: 433 components: - - pos: -5.3728976,-16.220003 + - type: Transform + pos: -5.3728976,-16.220003 parent: 1 - type: Transform - uid: 435 components: - - pos: -5.206231,-16.428482 + - type: Transform + pos: -5.206231,-16.428482 parent: 1 - type: Transform - proto: GasMixer entities: - uid: 146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-21.5 parent: 1 - type: Transform - - inletTwoConcentration: 0.22000003 + - type: GasMixer + inletTwoConcentration: 0.22000003 inletOneConcentration: 0.78 targetPressure: 200 - type: GasMixer - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPassiveVent entities: - uid: 1200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeBend entities: - uid: 772 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-21.5 parent: 1 - type: Transform - - color: '#0088F0FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0088F0FF' - uid: 1083 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1141 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1150 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1226 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1233 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1241 components: - - pos: 11.5,-16.5 + - type: Transform + pos: 11.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1243 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1365 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 801 components: - - pos: -3.5,-21.5 + - type: Transform + pos: -3.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 568 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1051 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1063 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1081 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1085 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1090 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1091 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1104 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1105 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1106 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-16.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-17.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1110 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-18.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1111 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-19.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1114 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1116 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1119 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1120 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1123 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1126 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1127 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1130 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1131 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1133 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1136 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1137 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1138 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1139 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1151 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1152 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1153 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1156 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1157 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1161 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1162 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1163 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1165 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1166 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-21.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1207 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1208 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1209 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1210 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1212 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1213 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1214 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1216 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1223 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-10.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1231 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1234 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1236 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1237 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1246 components: - - pos: 6.5,-18.5 + - type: Transform + pos: 6.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1247 components: - - pos: 6.5,-19.5 + - type: Transform + pos: 6.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1248 components: - - pos: 6.5,-20.5 + - type: Transform + pos: 6.5,-20.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1249 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1251 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1252 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1253 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1254 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1258 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1259 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1268 components: - - pos: -3.5,-20.5 + - type: Transform + pos: -3.5,-20.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1272 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1273 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1274 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1275 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1279 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1284 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1285 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1286 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1367 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1368 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-18.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1373 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1374 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-19.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1392 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1393 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1394 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1395 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1397 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1398 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1399 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1400 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1402 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1403 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 570 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1060 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1079 components: - - pos: -1.5,-21.5 + - type: Transform + pos: -1.5,-21.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1089 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1122 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-15.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1140 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1155 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-0.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1203 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1204 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1215 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1229 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-11.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-13.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-16.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1371 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-17.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1384 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPort entities: - uid: 768 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - uid: 770 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0088F0FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0088F0FF' - uid: 771 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 483 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1056 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1057 components: - - pos: -3.5,-19.5 + - type: Transform + pos: -3.5,-19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1075 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1092 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1093 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1097 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1098 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-6.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1099 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1101 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1103 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1328 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1390 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1401 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 637 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-11.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1181 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-18.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-15.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1194 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-3.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1195 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1211 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1225 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-5.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-12.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1260 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1282 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,2.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-13.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1363 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-19.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1396 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-7.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GeneratorBasic15kW entities: - uid: 811 components: - - pos: 5.5,-23.5 + - type: Transform + pos: 5.5,-23.5 parent: 1 - type: Transform - uid: 823 components: - - pos: 6.5,-23.5 + - type: Transform + pos: 6.5,-23.5 parent: 1 - type: Transform - uid: 824 components: - - pos: 7.5,-23.5 + - type: Transform + pos: 7.5,-23.5 parent: 1 - type: Transform - uid: 825 components: - - pos: 1.5,-23.5 + - type: Transform + pos: 1.5,-23.5 parent: 1 - type: Transform - uid: 826 components: - - pos: 0.5,-23.5 + - type: Transform + pos: 0.5,-23.5 parent: 1 - type: Transform - uid: 827 components: - - pos: -0.5,-23.5 + - type: Transform + pos: -0.5,-23.5 parent: 1 - type: Transform - proto: GravityGeneratorMini entities: - uid: 810 components: - - pos: 3.5,-22.5 + - type: Transform + pos: 3.5,-22.5 parent: 1 - type: Transform - - charge: 100 - type: GravityGenerator - - radius: 175.75 - type: PointLight + - type: GravityGenerator + charge: 100 + - type: PointLight + radius: 175.75 - proto: Grille entities: - uid: 7 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 1 - type: Transform - uid: 41 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 43 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 68 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 69 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 71 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - uid: 72 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 73 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 74 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 75 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - uid: 76 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 1 - type: Transform - uid: 77 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - uid: 81 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 83 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 1 - type: Transform - uid: 133 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - uid: 150 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - uid: 171 components: - - pos: 13.5,-13.5 + - type: Transform + pos: 13.5,-13.5 parent: 1 - type: Transform - uid: 188 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 189 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 190 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 191 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 217 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 1 - type: Transform - uid: 236 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 341 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 350 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 351 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 352 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 353 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - uid: 354 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 355 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 356 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 357 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 358 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 359 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - uid: 360 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 361 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 362 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 363 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 364 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 365 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 366 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 1 - type: Transform - uid: 370 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 371 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 372 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 373 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 1 - type: Transform - uid: 374 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 1 - type: Transform - uid: 375 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 1 - type: Transform - uid: 376 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 1 - type: Transform - uid: 455 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 457 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 1 - type: Transform - uid: 464 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 1 - type: Transform - uid: 508 components: - - pos: 9.5,-15.5 + - type: Transform + pos: 9.5,-15.5 parent: 1 - type: Transform - uid: 547 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 548 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 1 - type: Transform - uid: 704 components: - - pos: 6.5,-18.5 + - type: Transform + pos: 6.5,-18.5 parent: 1 - type: Transform - uid: 719 components: - - pos: 13.5,-16.5 + - type: Transform + pos: 13.5,-16.5 parent: 1 - type: Transform - uid: 720 components: - - pos: 13.5,-17.5 + - type: Transform + pos: 13.5,-17.5 parent: 1 - type: Transform - uid: 721 components: - - pos: 13.5,-18.5 + - type: Transform + pos: 13.5,-18.5 parent: 1 - type: Transform - uid: 722 components: - - pos: 13.5,-19.5 + - type: Transform + pos: 13.5,-19.5 parent: 1 - type: Transform - uid: 723 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 1 - type: Transform - uid: 774 components: - - pos: -2.5,-22.5 + - type: Transform + pos: -2.5,-22.5 parent: 1 - type: Transform - uid: 819 components: - - pos: -6.5,-22.5 + - type: Transform + pos: -6.5,-22.5 parent: 1 - type: Transform - uid: 820 components: - - pos: -6.5,-21.5 + - type: Transform + pos: -6.5,-21.5 parent: 1 - type: Transform - uid: 821 components: - - pos: -6.5,-20.5 + - type: Transform + pos: -6.5,-20.5 parent: 1 - type: Transform - uid: 1332 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - proto: Gyroscope entities: - uid: 803 components: - - pos: 8.5,-23.5 + - type: Transform + pos: 8.5,-23.5 parent: 1 - type: Transform - uid: 804 components: - - pos: -1.5,-23.5 + - type: Transform + pos: -1.5,-23.5 parent: 1 - type: Transform - proto: HatSpawner entities: - uid: 1342 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - proto: KitchenDeepFryer entities: - uid: 1339 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 1 - type: Transform - proto: KitchenMicrowave entities: - uid: 346 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - proto: KitchenSpike entities: - uid: 322 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 1 - type: Transform - proto: LockerBoozeFilled entities: - uid: 345 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 1 - type: Transform - proto: Matchbox entities: - uid: 1193 components: - - pos: 4.1451125,-13.308807 + - type: Transform + pos: 4.1451125,-13.308807 parent: 1 - type: Transform - proto: MedicalBed entities: - uid: 738 components: - - pos: 10.5,-17.5 + - type: Transform + pos: 10.5,-17.5 parent: 1 - type: Transform - uid: 739 components: - - pos: 10.5,-18.5 + - type: Transform + pos: 10.5,-18.5 parent: 1 - type: Transform - uid: 741 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 1 - type: Transform - uid: 742 components: - - pos: 10.5,-20.5 + - type: Transform + pos: 10.5,-20.5 parent: 1 - type: Transform - proto: MedkitAdvancedFilled entities: - uid: 1050 components: - - pos: 11.346928,-15.204626 + - type: Transform + pos: 11.346928,-15.204626 parent: 1 - type: Transform - proto: MedkitBruteFilled entities: - uid: 1046 components: - - pos: 12.409428,-17.321815 + - type: Transform + pos: 12.409428,-17.321815 parent: 1 - type: Transform - proto: MedkitBurnFilled entities: - uid: 734 components: - - pos: 12.666063,-17.567743 + - type: Transform + pos: 12.666063,-17.567743 parent: 1 - type: Transform - proto: MedkitRadiationFilled entities: - uid: 1068 components: - - pos: 12.346928,-19.301222 + - type: Transform + pos: 12.346928,-19.301222 parent: 1 - type: Transform - proto: MedkitToxinFilled entities: - uid: 1073 components: - - pos: 12.701095,-19.540972 + - type: Transform + pos: 12.701095,-19.540972 parent: 1 - type: Transform - proto: Mirror entities: - uid: 28 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform -- proto: MonkeyCubeBox - entities: - - uid: 386 - components: - - pos: -3.4025466,-16.383423 - parent: 1 - type: Transform - proto: NitrogenCanister entities: - uid: 807 components: - - pos: -5.5,-22.5 + - type: Transform + pos: -5.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: OilJarGhee entities: - uid: 1340 components: - - pos: -3.4777303,-16.694881 + - type: Transform + pos: -3.4777303,-16.694881 parent: 1 - type: Transform - proto: OxygenCanister entities: - uid: 806 components: - - pos: -4.5,-22.5 + - type: Transform + pos: -4.5,-22.5 parent: 1 - type: Transform - - joinedGrid: 1 - type: AtmosDevice + - type: AtmosDevice + joinedGrid: 1 - proto: Paper entities: - uid: 784 components: - - pos: -3.5892568,1.8776383 + - type: Transform + pos: -3.5892568,1.8776383 parent: 1 - type: Transform - uid: 785 components: - - pos: -3.3861318,1.4401383 + - type: Transform + pos: -3.3861318,1.4401383 parent: 1 - type: Transform - uid: 786 components: - - pos: -3.4330068,1.7682633 + - type: Transform + pos: -3.4330068,1.7682633 parent: 1 - type: Transform - uid: 787 components: - - pos: -3.6673818,0.78388834 + - type: Transform + pos: -3.6673818,0.78388834 parent: 1 - type: Transform - uid: 788 components: - - pos: -3.2611318,0.98701334 + - type: Transform + pos: -3.2611318,0.98701334 parent: 1 - type: Transform - proto: PenCap entities: - uid: 797 components: - - desc: A luxurious fountain pen for the Filbert of the shuttle. + - type: MetaData + desc: A luxurious fountain pen for the Filbert of the shuttle. name: Filbert's prized pen - type: MetaData - - pos: -3.3392568,2.2526383 + - type: Transform + pos: -3.3392568,2.2526383 parent: 1 - type: Transform - proto: PlasmaReinforcedWindowDirectional entities: - uid: 179 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - uid: 180 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,6.5 parent: 1 - type: Transform - uid: 182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,7.5 parent: 1 - type: Transform - uid: 283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,7.5 parent: 1 - type: Transform - uid: 284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,7.5 parent: 1 - type: Transform - proto: PlushieSlime entities: - uid: 145 components: - - desc: Welcome aboard! + - type: MetaData + desc: Welcome aboard! name: Filbert - type: MetaData - - pos: -2.6394906,1.5127068 + - type: Transform + pos: -2.6394906,1.5127068 parent: 1 - type: Transform - proto: PosterContrabandPunchShit entities: - uid: 1044 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - proto: PosterLegitBotanyFood entities: - uid: 1422 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 1 - type: Transform - proto: PottedPlantRandom entities: - uid: 229 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - uid: 522 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 1 - type: Transform - uid: 777 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 1043 components: - - pos: 12.5,-15.5 + - type: Transform + pos: 12.5,-15.5 parent: 1 - type: Transform - uid: 1182 components: - - pos: 8.5,-17.5 + - type: Transform + pos: 8.5,-17.5 parent: 1 - type: Transform - uid: 1303 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 1423 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1427 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1430 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-11.5 parent: 1 - type: Transform - uid: 1433 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1435 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-6.5 parent: 1 - type: Transform - uid: 1438 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1439 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1440 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1441 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-15.5 parent: 1 - type: Transform - uid: 1443 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,7.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1446 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1448 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-13.5 parent: 1 - type: Transform - uid: 1449 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-20.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1461 components: - - pos: 11.5,-15.5 + - type: Transform + pos: 11.5,-15.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1463 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1466 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1487 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightBlueInterior entities: - uid: 1472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,9.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-14.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-14.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightColoredFrostyBlue entities: - uid: 1424 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-17.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1425 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightColoredRed entities: - uid: 1477 components: - - pos: -5.5,-24.5 + - type: Transform + pos: -5.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1478 components: - - pos: -4.5,-24.5 + - type: Transform + pos: -4.5,-24.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1479 components: - - pos: 11.5,-22.5 + - type: Transform + pos: 11.5,-22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1480 components: - - pos: 12.5,-22.5 + - type: Transform + pos: 12.5,-22.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1481 components: - - pos: 0.5,-25.5 + - type: Transform + pos: 0.5,-25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1482 components: - - pos: 1.5,-25.5 + - type: Transform + pos: 1.5,-25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1483 components: - - pos: 5.5,-25.5 + - type: Transform + pos: 5.5,-25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 1484 components: - - pos: 6.5,-25.5 + - type: Transform + pos: 6.5,-25.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightSodium entities: - uid: 1452 components: - - pos: -4.5,-19.5 + - type: Transform + pos: -4.5,-19.5 parent: 1 - type: Transform - uid: 1453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-23.5 parent: 1 - type: Transform - proto: PoweredSmallLight entities: - uid: 1450 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightMaintenance entities: - uid: 1455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-18.5 parent: 1 - type: Transform - uid: 1456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-18.5 parent: 1 - type: Transform - proto: Rack entities: - uid: 246 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 328 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 329 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 1 - type: Transform - uid: 488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-19.5 parent: 1 - type: Transform - uid: 489 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-17.5 parent: 1 - type: Transform - uid: 846 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-20.5 parent: 1 - type: Transform - proto: RandomDrinkGlass entities: - uid: 24 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 467 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 1197 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 1 - type: Transform - uid: 1198 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - proto: RandomFoodBakedSingle entities: - uid: 1196 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - proto: RandomFoodSingle entities: - uid: 1199 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 1250 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - proto: RandomPainting entities: - uid: 855 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 856 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 1337 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - uid: 1338 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - proto: RandomPosterAny entities: - uid: 310 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 857 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-7.5 parent: 1 - type: Transform - uid: 1011 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - proto: RandomPosterLegit entities: - uid: 705 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 851 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 852 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,0.5 parent: 1 - type: Transform - uid: 853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 1 - type: Transform - proto: RandomSoap entities: - uid: 132 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - proto: RandomSpawner entities: - uid: 1331 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 1 - type: Transform - proto: RandomVending entities: - uid: 1047 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - proto: ReinforcedGirder entities: - uid: 828 components: - - pos: -7.5,-17.5 + - type: Transform + pos: -7.5,-17.5 parent: 1 - type: Transform - uid: 829 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 1 - type: Transform - uid: 830 components: - - pos: 14.5,-17.5 + - type: Transform + pos: 14.5,-17.5 parent: 1 - type: Transform - uid: 831 components: - - pos: 14.5,-13.5 + - type: Transform + pos: 14.5,-13.5 parent: 1 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 175 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 176 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 177 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 178 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - proto: Screen entities: - uid: 1432 components: - - pos: 11.5,-14.5 + - type: Transform + pos: 11.5,-14.5 parent: 1 - type: Transform - uid: 1434 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 1 - type: Transform - uid: 1437 components: - - pos: 8.5,-18.5 + - type: Transform + pos: 8.5,-18.5 parent: 1 - type: Transform - uid: 1442 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 1 - type: Transform - uid: 1444 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 1451 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 1454 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - proto: ShuttleWindow entities: - uid: 2 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 10 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 1 - type: Transform - uid: 15 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 16 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 17 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 18 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 35 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 36 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 37 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 1 - type: Transform - uid: 82 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 1 - type: Transform - uid: 117 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 134 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 166 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 174 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 1 - type: Transform - uid: 216 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 1 - type: Transform - uid: 240 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - uid: 244 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 1 - type: Transform - uid: 245 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 1 - type: Transform - uid: 270 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 272 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - uid: 273 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 279 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - uid: 280 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 294 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 295 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - uid: 296 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 297 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 298 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 333 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 1 - type: Transform - uid: 342 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 343 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 344 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 454 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 456 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 1 - type: Transform - uid: 458 components: - - pos: 13.5,-13.5 + - type: Transform + pos: 13.5,-13.5 parent: 1 - type: Transform - uid: 465 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 466 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 1 - type: Transform - uid: 506 components: - - pos: 9.5,-15.5 + - type: Transform + pos: 9.5,-15.5 parent: 1 - type: Transform - uid: 529 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 530 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 1 - type: Transform - uid: 707 components: - - pos: 6.5,-18.5 + - type: Transform + pos: 6.5,-18.5 parent: 1 - type: Transform - uid: 708 components: - - pos: 13.5,-16.5 + - type: Transform + pos: 13.5,-16.5 parent: 1 - type: Transform - uid: 709 components: - - pos: 13.5,-17.5 + - type: Transform + pos: 13.5,-17.5 parent: 1 - type: Transform - uid: 710 components: - - pos: 13.5,-18.5 + - type: Transform + pos: 13.5,-18.5 parent: 1 - type: Transform - uid: 711 components: - - pos: 13.5,-19.5 + - type: Transform + pos: 13.5,-19.5 parent: 1 - type: Transform - uid: 712 components: - - pos: 13.5,-20.5 + - type: Transform + pos: 13.5,-20.5 parent: 1 - type: Transform - uid: 766 components: - - pos: -6.5,-20.5 + - type: Transform + pos: -6.5,-20.5 parent: 1 - type: Transform - uid: 773 components: - - pos: -2.5,-22.5 + - type: Transform + pos: -2.5,-22.5 parent: 1 - type: Transform - uid: 799 components: - - pos: -6.5,-21.5 + - type: Transform + pos: -6.5,-21.5 parent: 1 - type: Transform - uid: 800 components: - - pos: -6.5,-22.5 + - type: Transform + pos: -6.5,-22.5 parent: 1 - type: Transform - uid: 1333 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 1334 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - proto: Sink entities: - uid: 347 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-14.5 parent: 1 - type: Transform - proto: SinkStemlessWater entities: - uid: 1341 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - proto: SinkWide entities: - uid: 348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 1 - type: Transform - proto: soda_dispenser entities: - uid: 381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-15.5 parent: 1 - type: Transform - proto: SpaceCash entities: - uid: 1094 components: - - pos: 1.7813458,2.5450952 + - type: Transform + pos: 1.7813458,2.5450952 parent: 1 - type: Transform - uid: 1095 components: - - pos: 1.9688458,2.5659432 + - type: Transform + pos: 1.9688458,2.5659432 parent: 1 - type: Transform - uid: 1096 components: - - pos: 2.6146793,3.7751164 + - type: Transform + pos: 2.6146793,3.7751164 parent: 1 - type: Transform - proto: StoolBar entities: - uid: 29 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 1 - type: Transform - uid: 30 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 31 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 1 - type: Transform - uid: 32 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 1 - type: Transform - uid: 33 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 1 - type: Transform - uid: 208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-9.5 parent: 1 - type: Transform - uid: 211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-10.5 parent: 1 - type: Transform - proto: SubstationWallBasic entities: - uid: 858 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 1 - type: Transform - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 1037 components: - - pos: -1.5,-17.5 + - type: Transform + pos: -1.5,-17.5 parent: 1 - type: Transform - proto: SyringeInaprovaline entities: - uid: 1087 components: - - pos: 11.68622,-15.378953 + - type: Transform + pos: 11.68622,-15.378953 parent: 1 - type: Transform - proto: TableCarpet entities: - uid: 165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,2.5 parent: 1 - type: Transform - uid: 169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,2.5 parent: 1 - type: Transform - uid: 220 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 239 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - uid: 268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,1.5 parent: 1 - type: Transform - uid: 274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,1.5 parent: 1 - type: Transform - proto: TableCounterMetal entities: - uid: 137 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 1 - type: Transform - uid: 139 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - uid: 266 components: - - pos: -3.5,-17.5 + - type: Transform + pos: -3.5,-17.5 parent: 1 - type: Transform - uid: 331 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 1 - type: Transform - proto: TableGlass entities: - uid: 484 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-1.5 parent: 1 - type: Transform - uid: 778 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - proto: TablePlasmaGlass entities: - uid: 1045 components: - - pos: 11.5,-15.5 + - type: Transform + pos: 11.5,-15.5 parent: 1 - type: Transform - proto: TableReinforced entities: - uid: 48 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 49 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 50 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 1 - type: Transform - uid: 51 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 52 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - uid: 122 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 135 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 136 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 138 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 1 - type: Transform - uid: 183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,7.5 parent: 1 - type: Transform - uid: 184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,6.5 parent: 1 - type: Transform - uid: 185 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,7.5 parent: 1 - type: Transform - uid: 186 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,6.5 parent: 1 - type: Transform - uid: 442 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 443 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 444 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 446 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform - uid: 714 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 1 - type: Transform - proto: TableReinforcedGlass entities: - uid: 515 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-5.5 parent: 1 - type: Transform - uid: 520 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - uid: 602 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-13.5 parent: 1 - type: Transform - uid: 603 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-14.5 parent: 1 - type: Transform - proto: TableWood entities: - uid: 92 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 98 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - uid: 99 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - uid: 100 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 101 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-15.5 parent: 1 - type: Transform - uid: 369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-15.5 parent: 1 - type: Transform - proto: TableWoodReinforced entities: - uid: 19 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 20 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 21 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 1 - type: Transform - uid: 22 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 1 - type: Transform - uid: 23 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 1 - type: Transform - uid: 1467 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 1 - type: Transform - proto: Thruster entities: - uid: 394 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-18.5 parent: 1 - type: Transform - uid: 808 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-12.5 parent: 1 - type: Transform - uid: 809 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-18.5 parent: 1 - type: Transform - uid: 812 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-9.5 parent: 1 - type: Transform - uid: 813 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-6.5 parent: 1 - type: Transform - uid: 822 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-14.5 parent: 1 - type: Transform - uid: 832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-24.5 parent: 1 - type: Transform - uid: 833 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-24.5 parent: 1 - type: Transform - uid: 834 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-22.5 parent: 1 - type: Transform - uid: 835 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-22.5 parent: 1 - type: Transform - uid: 837 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-25.5 parent: 1 - type: Transform - uid: 838 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-25.5 parent: 1 - type: Transform - uid: 839 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-25.5 parent: 1 - type: Transform - proto: ToiletEmpty entities: - uid: 482 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-0.5 parent: 1 - type: Transform - proto: ToolboxElectricalFilled entities: - uid: 849 components: - - pos: 3.5369859,-20.34283 + - type: Transform + pos: 3.5369859,-20.34283 parent: 1 - type: Transform - proto: ToolboxMechanical entities: - uid: 1041 components: - - pos: 6.813222,-15.013857 + - type: Transform + pos: 6.813222,-15.013857 parent: 1 - type: Transform - proto: ToyAi entities: - uid: 187 components: - - desc: The Bouncer of this fine shuttle. + - type: MetaData + desc: The Bouncer of this fine shuttle. name: Uncle Charlie - type: MetaData - - pos: 3.9030209,7.187853 + - type: Transform + pos: 3.9030209,7.187853 parent: 1 - type: Transform - proto: ToyNuke entities: - uid: 510 components: - - pos: 11.538107,-1.3405588 + - type: Transform + pos: 11.538107,-1.3405588 parent: 1 - type: Transform - proto: UniformShortsRed entities: - uid: 204 components: - - pos: 3.336573,-2.558826 + - type: Transform + pos: 3.336573,-2.558826 parent: 1 - type: Transform - uid: 213 components: - - pos: 3.336573,-8.355701 + - type: Transform + pos: 3.336573,-8.355701 parent: 1 - type: Transform - proto: UniformShortsRedWithTop entities: - uid: 206 components: - - pos: 4.1490726,-2.402576 + - type: Transform + pos: 4.1490726,-2.402576 parent: 1 - type: Transform - uid: 214 components: - - pos: 3.6334476,-8.480701 + - type: Transform + pos: 3.6334476,-8.480701 + parent: 1 +- proto: VariantCubeBox + entities: + - uid: 386 + components: + - type: Transform + pos: -3.4025466,-16.383423 parent: 1 - type: Transform - proto: VendingMachineBooze entities: - uid: 367 components: - - flags: SessionSpecific - type: MetaData - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 1 - type: Transform - proto: VendingMachineChefDrobe entities: - uid: 340 components: - - flags: SessionSpecific - type: MetaData - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - proto: VendingMachineChefvend entities: - uid: 349 components: - - flags: SessionSpecific - type: MetaData - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 1 - type: Transform - proto: VendingMachineCigs entities: - uid: 26 components: - - flags: SessionSpecific - type: MetaData - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - uid: 267 components: - - flags: SessionSpecific - type: MetaData - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - proto: VendingMachineCondiments entities: - uid: 205 components: - - flags: SessionSpecific - type: MetaData - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - proto: VendingMachineDinnerware entities: - uid: 127 components: - - flags: SessionSpecific - type: MetaData - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - proto: VendingMachineMedical entities: - uid: 745 components: - - flags: SessionSpecific - type: MetaData - - pos: 10.5,-15.5 + - type: Transform + pos: 10.5,-15.5 parent: 1 - type: Transform - proto: VendingMachineTankDispenserEVA entities: - uid: 847 components: - - flags: SessionSpecific - type: MetaData - - pos: 1.5,-20.5 + - type: Transform + pos: 1.5,-20.5 parent: 1 - type: Transform - proto: VendingMachineYouTool entities: - uid: 842 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.5,-20.5 + - type: Transform + pos: 2.5,-20.5 parent: 1 - type: Transform - proto: WallmountTelevision entities: - uid: 1029 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 1 - type: Transform - uid: 1031 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 1036 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - proto: WallShuttle entities: - uid: 3 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 1 - type: Transform - uid: 4 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 6 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 1 - type: Transform - uid: 8 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 9 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 11 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 1 - type: Transform - uid: 12 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 1 - type: Transform - uid: 13 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 1 - type: Transform - uid: 14 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 1 - type: Transform - uid: 27 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - uid: 34 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 1 - type: Transform - uid: 38 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 1 - type: Transform - uid: 39 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 40 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - uid: 42 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 44 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 45 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 1 - type: Transform - uid: 46 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - uid: 47 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 58 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 59 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 1 - type: Transform - uid: 60 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 61 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 67 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 78 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - uid: 79 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 1 - type: Transform - uid: 80 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 1 - type: Transform - uid: 84 components: - - pos: 5.5,-16.5 + - type: Transform + pos: 5.5,-16.5 parent: 1 - type: Transform - uid: 85 components: - - pos: 4.5,-16.5 + - type: Transform + pos: 4.5,-16.5 parent: 1 - type: Transform - uid: 86 components: - - pos: 3.5,-16.5 + - type: Transform + pos: 3.5,-16.5 parent: 1 - type: Transform - uid: 87 components: - - pos: 2.5,-16.5 + - type: Transform + pos: 2.5,-16.5 parent: 1 - type: Transform - uid: 88 components: - - pos: 1.5,-16.5 + - type: Transform + pos: 1.5,-16.5 parent: 1 - type: Transform - uid: 89 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 1 - type: Transform - uid: 90 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 1 - type: Transform - uid: 91 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 1 - type: Transform - uid: 93 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 94 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 1 - type: Transform - uid: 95 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 96 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - uid: 97 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - uid: 102 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 1 - type: Transform - uid: 103 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 1 - type: Transform - uid: 104 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 105 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 1 - type: Transform - uid: 106 components: - - pos: -6.5,-16.5 + - type: Transform + pos: -6.5,-16.5 parent: 1 - type: Transform - uid: 107 components: - - pos: -6.5,-17.5 + - type: Transform + pos: -6.5,-17.5 parent: 1 - type: Transform - uid: 108 components: - - pos: -6.5,-18.5 + - type: Transform + pos: -6.5,-18.5 parent: 1 - type: Transform - uid: 109 components: - - pos: -5.5,-18.5 + - type: Transform + pos: -5.5,-18.5 parent: 1 - type: Transform - uid: 110 components: - - pos: -4.5,-18.5 + - type: Transform + pos: -4.5,-18.5 parent: 1 - type: Transform - uid: 111 components: - - pos: -3.5,-18.5 + - type: Transform + pos: -3.5,-18.5 parent: 1 - type: Transform - uid: 112 components: - - pos: -2.5,-18.5 + - type: Transform + pos: -2.5,-18.5 parent: 1 - type: Transform - uid: 113 components: - - pos: -2.5,-17.5 + - type: Transform + pos: -2.5,-17.5 parent: 1 - type: Transform - uid: 114 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 1 - type: Transform - uid: 115 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 1 - type: Transform - uid: 116 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 1 - type: Transform - uid: 128 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 152 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 1 - type: Transform - uid: 153 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 1 - type: Transform - uid: 156 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 157 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 159 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 160 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 163 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 167 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 1 - type: Transform - uid: 170 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 193 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 194 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 195 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 196 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 197 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - uid: 198 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 199 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 200 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 1 - type: Transform - uid: 221 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - uid: 222 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 1 - type: Transform - uid: 223 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 1 - type: Transform - uid: 224 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 225 components: - - pos: 13.5,-14.5 + - type: Transform + pos: 13.5,-14.5 parent: 1 - type: Transform - uid: 226 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 1 - type: Transform - uid: 230 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 231 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 232 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 233 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - uid: 234 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 237 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - uid: 238 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 241 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - uid: 242 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 243 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 247 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 1 - type: Transform - uid: 248 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 1 - type: Transform - uid: 249 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 1 - type: Transform - uid: 250 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 1 - type: Transform - uid: 251 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 1 - type: Transform - uid: 252 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 1 - type: Transform - uid: 254 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 1 - type: Transform - uid: 255 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 1 - type: Transform - uid: 256 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 1 - type: Transform - uid: 257 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 1 - type: Transform - uid: 258 components: - - pos: 10.5,-14.5 + - type: Transform + pos: 10.5,-14.5 parent: 1 - type: Transform - uid: 265 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 1 - type: Transform - uid: 269 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 271 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 1 - type: Transform - uid: 285 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 286 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - uid: 287 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 288 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 289 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 1 - type: Transform - uid: 290 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 1 - type: Transform - uid: 291 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 292 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 293 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 299 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - uid: 300 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 1 - type: Transform - uid: 301 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 1 - type: Transform - uid: 302 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 303 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 461 components: - - pos: 12.5,-14.5 + - type: Transform + pos: 12.5,-14.5 parent: 1 - type: Transform - uid: 462 components: - - pos: 11.5,-14.5 + - type: Transform + pos: 11.5,-14.5 parent: 1 - type: Transform - uid: 468 components: - - pos: 8.5,-18.5 + - type: Transform + pos: 8.5,-18.5 parent: 1 - type: Transform - uid: 487 components: - - pos: -2.5,-20.5 + - type: Transform + pos: -2.5,-20.5 parent: 1 - type: Transform - uid: 490 components: - - pos: -5.5,-23.5 + - type: Transform + pos: -5.5,-23.5 parent: 1 - type: Transform - uid: 491 components: - - pos: -4.5,-23.5 + - type: Transform + pos: -4.5,-23.5 parent: 1 - type: Transform - uid: 492 components: - - pos: -3.5,-23.5 + - type: Transform + pos: -3.5,-23.5 parent: 1 - type: Transform - uid: 495 components: - - pos: -0.5,-20.5 + - type: Transform + pos: -0.5,-20.5 parent: 1 - type: Transform - uid: 496 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 1 - type: Transform - uid: 497 components: - - pos: -1.5,-20.5 + - type: Transform + pos: -1.5,-20.5 parent: 1 - type: Transform - uid: 498 components: - - pos: 0.5,-20.5 + - type: Transform + pos: 0.5,-20.5 parent: 1 - type: Transform - uid: 499 components: - - pos: 0.5,-19.5 + - type: Transform + pos: 0.5,-19.5 parent: 1 - type: Transform - uid: 501 components: - - pos: 9.5,-22.5 + - type: Transform + pos: 9.5,-22.5 parent: 1 - type: Transform - uid: 502 components: - - pos: 9.5,-21.5 + - type: Transform + pos: 9.5,-21.5 parent: 1 - type: Transform - uid: 503 components: - - pos: 9.5,-20.5 + - type: Transform + pos: 9.5,-20.5 parent: 1 - type: Transform - uid: 504 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 1 - type: Transform - uid: 505 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 1 - type: Transform - uid: 703 components: - - pos: -2.5,-24.5 + - type: Transform + pos: -2.5,-24.5 parent: 1 - type: Transform - uid: 706 components: - - pos: 5.5,-18.5 + - type: Transform + pos: 5.5,-18.5 parent: 1 - type: Transform - uid: 713 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 1 - type: Transform - uid: 715 components: - - pos: 13.5,-21.5 + - type: Transform + pos: 13.5,-21.5 parent: 1 - type: Transform - uid: 716 components: - - pos: 10.5,-21.5 + - type: Transform + pos: 10.5,-21.5 parent: 1 - type: Transform - uid: 717 components: - - pos: 11.5,-21.5 + - type: Transform + pos: 11.5,-21.5 parent: 1 - type: Transform - uid: 718 components: - - pos: 12.5,-21.5 + - type: Transform + pos: 12.5,-21.5 parent: 1 - type: Transform - uid: 746 components: - - pos: -2.5,-23.5 + - type: Transform + pos: -2.5,-23.5 parent: 1 - type: Transform - uid: 747 components: - - pos: 2.5,-19.5 + - type: Transform + pos: 2.5,-19.5 parent: 1 - type: Transform - uid: 748 components: - - pos: 3.5,-19.5 + - type: Transform + pos: 3.5,-19.5 parent: 1 - type: Transform - uid: 749 components: - - pos: 5.5,-19.5 + - type: Transform + pos: 5.5,-19.5 parent: 1 - type: Transform - uid: 750 components: - - pos: 1.5,-19.5 + - type: Transform + pos: 1.5,-19.5 parent: 1 - type: Transform - uid: 753 components: - - pos: -1.5,-24.5 + - type: Transform + pos: -1.5,-24.5 parent: 1 - type: Transform - uid: 754 components: - - pos: -0.5,-24.5 + - type: Transform + pos: -0.5,-24.5 parent: 1 - type: Transform - uid: 755 components: - - pos: 0.5,-24.5 + - type: Transform + pos: 0.5,-24.5 parent: 1 - type: Transform - uid: 756 components: - - pos: 1.5,-24.5 + - type: Transform + pos: 1.5,-24.5 parent: 1 - type: Transform - uid: 757 components: - - pos: 2.5,-24.5 + - type: Transform + pos: 2.5,-24.5 parent: 1 - type: Transform - uid: 758 components: - - pos: 3.5,-24.5 + - type: Transform + pos: 3.5,-24.5 parent: 1 - type: Transform - uid: 759 components: - - pos: 4.5,-24.5 + - type: Transform + pos: 4.5,-24.5 parent: 1 - type: Transform - uid: 760 components: - - pos: 5.5,-24.5 + - type: Transform + pos: 5.5,-24.5 parent: 1 - type: Transform - uid: 761 components: - - pos: 6.5,-24.5 + - type: Transform + pos: 6.5,-24.5 parent: 1 - type: Transform - uid: 762 components: - - pos: 7.5,-24.5 + - type: Transform + pos: 7.5,-24.5 parent: 1 - type: Transform - uid: 763 components: - - pos: 8.5,-24.5 + - type: Transform + pos: 8.5,-24.5 parent: 1 - type: Transform - uid: 764 components: - - pos: 9.5,-24.5 + - type: Transform + pos: 9.5,-24.5 parent: 1 - type: Transform - uid: 765 components: - - pos: 9.5,-23.5 + - type: Transform + pos: 9.5,-23.5 parent: 1 - type: Transform - uid: 769 components: - - pos: -6.5,-23.5 + - type: Transform + pos: -6.5,-23.5 parent: 1 - type: Transform - uid: 798 components: - - pos: -6.5,-19.5 + - type: Transform + pos: -6.5,-19.5 parent: 1 - type: Transform - uid: 802 components: - - pos: 14.5,-8.5 + - type: Transform + pos: 14.5,-8.5 parent: 1 - type: Transform - uid: 1042 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - proto: WardrobePrisonFilled entities: - uid: 1102 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 1457 + components: + - type: Transform + pos: 3.5,-5.5 parent: 1 - type: Transform + - type: WarpPoint + location: Evac Shuttle - proto: WeaponCapacitorRecharger entities: - uid: 1100 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 1 - type: Transform - proto: WeaponRifleAk entities: - uid: 192 components: - - pos: 4.121771,6.791744 + - type: Transform + pos: 4.121771,6.791744 parent: 1 - type: Transform - proto: WeldingFuelTankFull entities: - uid: 1184 components: - - pos: -0.5,-19.5 + - type: Transform + pos: -0.5,-19.5 parent: 1 - type: Transform - proto: Windoor entities: - uid: 538 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -11.5,0.5 parent: 1 - type: Transform - uid: 539 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 545 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 546 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,0.5 parent: 1 - type: Transform - proto: WindoorSecure entities: - uid: 476 components: - - name: Arena - type: MetaData - - pos: 2.5,-2.5 + - type: MetaData + name: Arena + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 477 components: - - name: Arena - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Arena + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-8.5 parent: 1 - type: Transform - proto: WindoorSecureSecurityLocked entities: - uid: 459 components: - - name: Brig - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Brig + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-11.5 parent: 1 - type: Transform - proto: WindoorServiceLocked entities: - uid: 598 components: - - name: Bar - type: MetaData - - rot: 3.141592653589793 rad + - type: MetaData + name: Bar + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-13.5 parent: 1 - type: Transform - proto: Window entities: - uid: 53 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - uid: 55 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 56 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 57 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 62 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 63 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 64 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - uid: 65 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 1 - type: Transform - uid: 66 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - proto: WindowDirectional entities: - uid: 123 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 124 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 125 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-8.5 parent: 1 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 173 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-11.5 parent: 1 - type: Transform - uid: 460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-11.5 parent: 1 - type: Transform ... From 17c6535d816aa1b13bc81e4e17978a013c71d061 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:54:54 -0600 Subject: [PATCH 049/391] Map Edits (#761) Co-authored-by: Velcroboy <> --- Resources/Maps/arena.yml | 566 +++++++++++++++++------- Resources/Maps/hammurabi.yml | 263 ++++++----- Resources/Maps/hive.yml | 345 ++++++++------- Resources/Maps/tortuga.yml | 311 ++++++------- Resources/Prototypes/Maps/arena.yml | 1 + Resources/Prototypes/Maps/submarine.yml | 3 +- 6 files changed, 863 insertions(+), 626 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index b5a0b85274..ed0d63ffc8 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -34,6 +34,7 @@ tilemap: 63: FloorLino 65: FloorMetalDiamond 66: FloorMime + 68: FloorMiningDark 77: FloorRGlass 78: FloorReinforced 79: FloorReinforcedHardened @@ -177,7 +178,7 @@ entities: version: 6 -2,-4: ind: -2,-4 - tiles: egAAAAAABwAAAAAABwAAAAAJFwAAAAADFwAAAAAGFwAAAAAEFwAAAAAEFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAEgAAAAAAcgAAAAACEgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAcgAAAAAAcgAAAAACcgAAAAABEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAAcgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAACIwAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAATgAAAAAATQAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAACIAAAAAADTQAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAADIwAAAAAAIwAAAAABIwAAAAACegAAAAAATgAAAAAATQAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAADTQAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAABIwAAAAABIwAAAAABIwAAAAABHgAAAAABTgAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAACTgAAAAAAegAAAAAATgAAAAAAJwAAAAADTgAAAAAAegAAAAAAeAAAAAAA + tiles: egAAAAAABwAAAAAABwAAAAAJFwAAAAADFwAAAAAGFwAAAAAEFwAAAAAEFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAAegAAAAAAEgAAAAAAEgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAUQAAAAAAUQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAeAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAARAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAACIwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAACIwAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAADIwAAAAACIwAAAAACegAAAAAATgAAAAAATQAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAACIAAAAAADTQAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAADIwAAAAAAIwAAAAABIwAAAAACegAAAAAATgAAAAAATQAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAADTQAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAABIwAAAAABIwAAAAABIwAAAAABHgAAAAABTgAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAACTgAAAAAAegAAAAAATgAAAAAAJwAAAAADTgAAAAAAegAAAAAAeAAAAAAA version: 6 3,-2: ind: 3,-2 @@ -9511,7 +9512,8 @@ entities: -12,-4: 0: 65535 -12,-1: - 0: 65535 + 0: 62975 + 2: 2560 -11,-1: 0: 65535 -10,-2: @@ -9688,10 +9690,10 @@ entities: 0: 61439 16,-10: 0: 56831 - 5: 8192 + 3: 8192 16,-9: 0: 56797 - 5: 8192 + 3: 8192 17,-10: 0: 65535 17,-9: @@ -9842,9 +9844,10 @@ entities: 0: 65535 -13,1: 0: 64767 - 5: 768 + 3: 768 -13,-1: - 0: 60671 + 0: 58623 + 2: 2048 12,-13: 0: 65535 13,-13: @@ -10170,9 +10173,9 @@ entities: 9,9: 0: 65535 9,10: - 2: 273 + 4: 273 0: 64170 - 3: 1092 + 5: 1092 9,11: 0: 29439 10,8: @@ -10180,9 +10183,9 @@ entities: 10,9: 0: 65535 10,10: - 4: 273 + 6: 273 0: 64170 - 5: 1092 + 3: 1092 10,11: 0: 29439 11,8: @@ -10190,7 +10193,7 @@ entities: 11,9: 0: 65535 11,10: - 5: 1365 + 3: 1365 0: 64170 11,11: 0: 65279 @@ -10249,7 +10252,7 @@ entities: 12,9: 0: 16383 12,10: - 5: 273 + 3: 273 0: 47650 12,11: 0: 40891 @@ -10489,23 +10492,23 @@ entities: 0: 65535 -15,2: 0: 19524 - 5: 32904 + 3: 32904 -15,3: 0: 50244 - 5: 2184 + 3: 2184 -14,0: 0: 65535 -14,1: 0: 65535 -14,2: 0: 49151 - 5: 16384 + 3: 16384 -14,3: 0: 14751 - 5: 50784 + 3: 50784 -13,3: 0: 20479 - 5: 45056 + 3: 45056 -15,-4: 0: 17604 -15,-3: @@ -10536,10 +10539,10 @@ entities: 0: 8191 -12,4: 0: 3855 - 5: 240 + 3: 240 -11,4: 0: 53199 - 5: 16 + 3: 16 9,-24: 0: 13243 10,-24: @@ -10576,13 +10579,13 @@ entities: 0: 26487 -15,4: 0: 140 - 5: 52288 + 3: 52288 -14,4: 0: 3903 - 5: 28864 + 3: 28864 -13,4: 0: 3855 - 5: 240 + 3: 240 8,13: 0: 65433 8,14: @@ -10643,7 +10646,7 @@ entities: 0: 14335 -11,3: 0: 53247 - 5: 4096 + 3: 4096 14,-9: 0: 65535 -16,-11: @@ -10787,10 +10790,11 @@ entities: -12,2: 0: 65535 -13,2: - 0: 65535 + 0: 61439 + 2: 4096 -12,3: 0: 4095 - 5: 61440 + 3: 61440 -12,-2: 0: 65535 -13,-2: @@ -11166,9 +11170,9 @@ entities: 15,-9: 0: 65535 -15,5: - 5: 12 + 3: 12 -14,5: - 5: 7 + 3: 7 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11200,10 +11204,25 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: - - 6666.982 + - 0 - 0 - 0 - 0 @@ -11218,7 +11237,6 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 0 - 6666.982 - 0 - 0 @@ -11230,13 +11248,14 @@ entities: - 0 - 0 - 0 + - 0 - volume: 2500 temperature: 293.15 moles: - 0 + - 6666.982 - 0 - 0 - - 6666.982 - 0 - 0 - 0 @@ -11251,7 +11270,7 @@ entities: - 0 - 0 - 0 - - 0 + - 6666.982 - 0 - 0 - 0 @@ -55971,6 +55990,45 @@ entities: showEnts: False occludes: True ent: null + - uid: 21078 + components: + - type: Transform + pos: -49.5,11.5 + parent: 6747 + - uid: 22085 + components: + - type: Transform + pos: -51.5,11.5 + parent: 6747 + - 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 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 22172 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: ClosetToolFilled entities: - uid: 7614 @@ -59602,29 +59660,6 @@ entities: parent: 6747 - proto: CryogenicSleepUnit entities: - - uid: 21078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-58.5 - parent: 6747 - - uid: 22085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,11.5 - parent: 6747 - - uid: 22172 - components: - - type: Transform - pos: -49.5,11.5 - parent: 6747 - - uid: 27386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-58.5 - parent: 6747 - uid: 27543 components: - type: Transform @@ -59633,41 +59668,36 @@ entities: parent: 6747 - proto: CryogenicSleepUnitSpawnerLateJoin entities: - - uid: 15419 + - uid: 441 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,-33.5 + pos: 67.5,-35.5 parent: 6747 - - uid: 16346 + - uid: 6412 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-35.5 - parent: 6747 - - uid: 16347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-34.5 + pos: 69.5,-33.5 parent: 6747 - - uid: 20645 + - uid: 6503 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-33.5 + pos: 69.5,-35.5 parent: 6747 - - uid: 22076 + - uid: 6505 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,-35.5 + pos: 67.5,-33.5 parent: 6747 - - uid: 27382 +- proto: CryogenicSleepUnitSpawnerPrisoner + entities: + - uid: 6502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-34.5 + pos: -50.5,11.5 parent: 6747 - proto: CryoPod entities: @@ -60249,6 +60279,18 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 6747 + - uid: 6526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,20.5 + parent: 6747 + - uid: 6527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,20.5 + parent: 6747 - uid: 6595 components: - type: Transform @@ -61240,6 +61282,12 @@ entities: rot: -1.5707963267948966 rad pos: 62.5,12.5 parent: 6747 + - uid: 27565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,11.5 + parent: 6747 - proto: DisposalJunctionFlipped entities: - uid: 3477 @@ -63818,12 +63866,6 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,11.5 parent: 6747 - - uid: 12010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,11.5 - parent: 6747 - uid: 12011 components: - type: Transform @@ -68704,6 +68746,118 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,0.5 parent: 6747 + - uid: 27545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,30.5 + parent: 6747 + - uid: 27546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,29.5 + parent: 6747 + - uid: 27547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,28.5 + parent: 6747 + - uid: 27548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,27.5 + parent: 6747 + - uid: 27549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,26.5 + parent: 6747 + - uid: 27550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,25.5 + parent: 6747 + - uid: 27551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,24.5 + parent: 6747 + - uid: 27552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,23.5 + parent: 6747 + - uid: 27553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,22.5 + parent: 6747 + - uid: 27554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,21.5 + parent: 6747 + - uid: 27555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,20.5 + parent: 6747 + - uid: 27556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,20.5 + parent: 6747 + - uid: 27557 + components: + - type: Transform + pos: 38.5,19.5 + parent: 6747 + - uid: 27558 + components: + - type: Transform + pos: 38.5,18.5 + parent: 6747 + - uid: 27559 + components: + - type: Transform + pos: 38.5,17.5 + parent: 6747 + - uid: 27560 + components: + - type: Transform + pos: 38.5,16.5 + parent: 6747 + - uid: 27561 + components: + - type: Transform + pos: 38.5,15.5 + parent: 6747 + - uid: 27562 + components: + - type: Transform + pos: 38.5,14.5 + parent: 6747 + - uid: 27563 + components: + - type: Transform + pos: 38.5,13.5 + parent: 6747 + - uid: 27564 + components: + - type: Transform + pos: 38.5,12.5 + parent: 6747 - proto: DisposalRouterFlipped entities: - uid: 23521 @@ -69713,28 +69867,6 @@ entities: - type: Transform pos: -0.45024967,-65.37455 parent: 6747 -- proto: DresserFilled - entities: - - uid: 4272 - components: - - type: Transform - pos: 8.5,-55.5 - parent: 6747 - - uid: 4382 - components: - - type: Transform - pos: 6.5,-60.5 - parent: 6747 - - uid: 16713 - components: - - type: Transform - pos: -32.5,26.5 - parent: 6747 - - uid: 23453 - components: - - type: Transform - pos: -66.5,8.5 - parent: 6747 - proto: DresserCaptainFilled entities: - uid: 7518 @@ -69763,6 +69895,16 @@ entities: - type: Transform pos: -15.5,6.5 parent: 6747 + - uid: 4272 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 6747 + - uid: 4382 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 6747 - uid: 7531 components: - type: Transform @@ -69813,6 +69955,16 @@ entities: - type: Transform pos: 39.5,-7.5 parent: 6747 + - uid: 16713 + components: + - type: Transform + pos: -32.5,26.5 + parent: 6747 + - uid: 23453 + components: + - type: Transform + pos: -66.5,8.5 + parent: 6747 - proto: DresserHeadOfPersonnelFilled entities: - uid: 7517 @@ -75207,6 +75359,15 @@ entities: - type: Transform pos: -23.046295,-50.39061 parent: 6747 +- proto: FoodBreadMoldySlice + entities: + - uid: 22172 + components: + - type: Transform + parent: 22085 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: FoodBurgerGhost entities: - uid: 22418 @@ -120604,7 +120765,7 @@ entities: name: null reagents: - data: null - ReagentId: Spaceacillin + ReagentId: Diphenhydramine Quantity: 50 - uid: 12966 components: @@ -121182,6 +121343,11 @@ entities: - type: Transform pos: 54.5,18.5 parent: 6747 + - uid: 27382 + components: + - type: Transform + pos: -21.5,-58.5 + parent: 6747 - proto: Machete entities: - uid: 4834 @@ -130536,11 +130702,6 @@ entities: - type: Transform pos: -5.5,-56.5 parent: 6747 - - uid: 6412 - components: - - type: Transform - pos: 67.5,-25.5 - parent: 6747 - uid: 6415 components: - type: Transform @@ -130566,6 +130727,11 @@ entities: - type: Transform pos: 67.5,-44.5 parent: 6747 + - uid: 6571 + components: + - type: Transform + pos: 57.5,-44.5 + parent: 6747 - uid: 6779 components: - type: Transform @@ -136257,6 +136423,16 @@ entities: - type: Transform pos: 29.5,-9.5 parent: 6747 + - uid: 6529 + components: + - type: Transform + pos: 67.5,-39.5 + parent: 6747 + - uid: 6570 + components: + - type: Transform + pos: 65.5,-39.5 + parent: 6747 - uid: 22287 components: - type: Transform @@ -136797,6 +136973,11 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-21.5 parent: 6747 + - uid: 15419 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 6747 - uid: 15853 components: - type: Transform @@ -141345,6 +141526,11 @@ entities: - type: Transform pos: -0.5,-10.5 parent: 6747 + - uid: 22076 + components: + - type: Transform + pos: 58.5,-42.5 + parent: 6747 - uid: 22642 components: - type: Transform @@ -141383,6 +141569,11 @@ entities: parent: 6747 - proto: RandomSpawner100 entities: + - uid: 16347 + components: + - type: Transform + pos: 70.5,-25.5 + parent: 6747 - uid: 27523 components: - type: Transform @@ -141406,16 +141597,6 @@ entities: - type: Transform pos: -22.5,-17.5 parent: 6747 - - uid: 6505 - components: - - type: Transform - pos: 65.5,-39.5 - parent: 6747 - - uid: 6529 - components: - - type: Transform - pos: 67.5,-39.5 - parent: 6747 - uid: 6572 components: - type: Transform @@ -141426,6 +141607,11 @@ entities: - type: Transform pos: 26.5,5.5 parent: 6747 + - uid: 6575 + components: + - type: Transform + pos: 24.5,-40.5 + parent: 6747 - uid: 12871 components: - type: Transform @@ -141458,25 +141644,10 @@ entities: - type: Transform pos: 0.5,-12.5 parent: 6747 - - uid: 6503 - components: - - type: Transform - pos: 57.5,-44.5 - parent: 6747 - - uid: 6527 - components: - - type: Transform - pos: 57.5,-40.5 - parent: 6747 - - uid: 6571 - components: - - type: Transform - pos: 24.5,-40.5 - parent: 6747 - - uid: 6574 + - uid: 27544 components: - type: Transform - pos: 67.5,-20.5 + pos: 57.5,-43.5 parent: 6747 - proto: RandomVendingSnacks entities: @@ -141510,25 +141681,10 @@ entities: - type: Transform pos: 28.5,-15.5 parent: 6747 - - uid: 6502 - components: - - type: Transform - pos: 57.5,-43.5 - parent: 6747 - - uid: 6526 - components: - - type: Transform - pos: 57.5,-41.5 - parent: 6747 - - uid: 6570 - components: - - type: Transform - pos: 23.5,-40.5 - parent: 6747 - - uid: 6575 + - uid: 6574 components: - type: Transform - pos: 70.5,-25.5 + pos: 57.5,-40.5 parent: 6747 - proto: RCD entities: @@ -148010,12 +148166,6 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,12.5 parent: 6747 - - uid: 27388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-59.5 - parent: 6747 - proto: SignDangerMed entities: - uid: 3680 @@ -152266,16 +152416,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Atmospherics - - uid: 12983 - components: - - type: Transform - pos: -1.5,32.5 - parent: 6747 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Salvage Bay - uid: 23872 components: - type: Transform @@ -153065,6 +153205,16 @@ entities: id: HOP Exterior - proto: SurveillanceCameraSupply entities: + - uid: 20645 + components: + - type: Transform + pos: -1.5,32.5 + parent: 6747 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Salvage Bay - uid: 23881 components: - type: Transform @@ -154250,6 +154400,11 @@ entities: - type: Transform pos: 2.5,-65.5 parent: 6747 + - uid: 12983 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 6747 - uid: 13278 components: - type: Transform @@ -157402,6 +157557,11 @@ entities: - type: Transform pos: -42.5,-22.5 parent: 6747 + - uid: 12010 + components: + - type: Transform + pos: 67.5,-25.5 + parent: 6747 - proto: VendingMachineClothing entities: - uid: 2932 @@ -157430,6 +157590,13 @@ entities: - type: Transform pos: 35.5,13.5 parent: 6747 +- proto: VendingMachineCuraDrobe + entities: + - uid: 27386 + components: + - type: Transform + pos: 24.5,-58.5 + parent: 6747 - proto: VendingMachineDinnerware entities: - uid: 2713 @@ -157507,10 +157674,10 @@ entities: parent: 6747 - proto: VendingMachineMNKDrobe entities: - - uid: 441 + - uid: 16346 components: - type: Transform - pos: 66.5,-39.5 + pos: 23.5,-40.5 parent: 6747 - proto: VendingMachineNutri entities: @@ -172927,16 +173094,34 @@ entities: - type: Transform pos: -48.5,-1.5 parent: 6747 + - 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 - type: ContainerContainer containers: entity_storage: !type:Container showEnts: False occludes: True ents: - - 16181 - - 16182 - - 16183 - 16184 + - 16183 + - 16182 + - 16181 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -172946,6 +173131,24 @@ entities: - type: Transform pos: -46.5,-1.5 parent: 6747 + - 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 - type: ContainerContainer containers: entity_storage: !type:Container @@ -172962,6 +173165,24 @@ entities: - type: Transform pos: -44.5,-1.5 parent: 6747 + - 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 - type: ContainerContainer containers: entity_storage: !type:Container @@ -173268,6 +173489,11 @@ entities: - type: Transform pos: 53.5,-51.5 parent: 6747 + - uid: 27388 + components: + - type: Transform + pos: 57.5,-41.5 + parent: 6747 - proto: WatermelonSeeds entities: - uid: 9373 diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index ced15c853d..c35c3836d1 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -65,7 +65,6 @@ tilemap: 106: FloorTechMaint2 107: FloorTechMaint3 109: FloorWhite - 110: FloorWhiteDiagonal 114: FloorWhiteMono 119: FloorWood 120: FloorWoodTile @@ -193,7 +192,7 @@ entities: version: 6 -5,-2: ind: -5,-2 - tiles: UAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAABTgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAAAWgAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAACTgAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAATgAAAAAAbQAAAAACbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAC + tiles: UAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAATgAAAAAAUAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAABTgAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAABTgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAAAWgAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAACTgAAAAAAbQAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAABbQAAAAAAegAAAAAATgAAAAAAbQAAAAADTgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAABbQAAAAADegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAAATgAAAAAAegAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAACbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAACegAAAAAATgAAAAAAbQAAAAACbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAATgAAAAAAbQAAAAAC version: 6 1,-3: ind: 1,-3 @@ -353,7 +352,7 @@ entities: version: 6 -7,0: ind: -7,0 - tiles: dwAAAAAAIwAAAAADIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAABTgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAABdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAABTgAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAACIwAAAAADIwAAAAABTgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAbgAAAAACTQAAAAAAbgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAbgAAAAACTQAAAAAAbgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAAATgAAAAAAegAAAAAAegAAAAAAbgAAAAADbgAAAAAAbgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAABTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAA + tiles: dwAAAAAAIwAAAAADIwAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAACdwAAAAABTgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAACIwAAAAABdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAABTgAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAACIwAAAAADIwAAAAABTgAAAAAATgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAAATgAAAAAAegAAAAAATgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAACEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAADTgAAAAAAegAAAAAATgAAAAAATgAAAAAAIwAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAHwAAAAAATQAAAAAAHwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAHwAAAAAATQAAAAAAHwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAIwAAAAAATgAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAABTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAA version: 6 -8,0: ind: -8,0 @@ -20605,6 +20604,11 @@ entities: parent: 1 - proto: AirlockCaptainGlassLocked entities: + - uid: 306 + components: + - type: Transform + pos: -102.5,8.5 + parent: 1 - uid: 5194 components: - type: Transform @@ -20802,11 +20806,6 @@ entities: parent: 1 - proto: AirlockCommandGlassLocked entities: - - uid: 306 - components: - - type: Transform - pos: -102.5,8.5 - parent: 1 - uid: 3788 components: - type: Transform @@ -31375,10 +31374,10 @@ entities: parent: 1 - proto: BriefcaseBrown entities: - - uid: 2887 + - uid: 42169 components: - type: Transform - pos: 20.267475,-56.090908 + pos: 20.725468,-53.955048 parent: 1 - proto: BriefcaseBrownFilled entities: @@ -83555,12 +83554,6 @@ entities: rot: 1.5707963267948966 rad pos: -95.2549,-40.368137 parent: 1 - - uid: 28324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.24886,-2.182319 - parent: 1 - uid: 28742 components: - type: Transform @@ -83942,6 +83935,12 @@ entities: rot: 3.141592653589793 rad pos: 37.75459,-32.87646 parent: 1 + - uid: 42172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,10.5 + parent: 1 - proto: ChairWood entities: - uid: 586 @@ -84031,6 +84030,11 @@ entities: rot: -1.5707963267948966 rad pos: 14.320562,-54.465137 parent: 1 + - uid: 4573 + components: + - type: Transform + pos: -113.5,-1.5 + parent: 1 - uid: 4763 components: - type: Transform @@ -86997,12 +87001,6 @@ entities: rot: 3.141592653589793 rad pos: 9.5,-51.5 parent: 1 - - uid: 2641 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-56.5 - parent: 1 - uid: 4458 components: - type: Transform @@ -87216,8 +87214,19 @@ entities: rot: 3.141592653589793 rad pos: -56.5,-42.5 parent: 1 + - uid: 42138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-56.5 + parent: 1 - proto: ComputerAlert entities: + - uid: 5532 + components: + - type: Transform + pos: -103.5,11.5 + parent: 1 - uid: 8223 components: - type: Transform @@ -87330,11 +87339,10 @@ entities: rot: 3.141592653589793 rad pos: -100.5,0.5 parent: 1 - - uid: 5455 + - uid: 5533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,-1.5 + pos: -102.5,11.5 parent: 1 - proto: ComputerCrewMonitoring entities: @@ -87366,6 +87374,12 @@ entities: - type: Transform pos: -66.5,23.5 parent: 1 + - uid: 42170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,9.5 + parent: 1 - proto: ComputerCriminalRecords entities: - uid: 2067 @@ -87445,8 +87459,7 @@ entities: - uid: 5454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,-2.5 + pos: -101.5,11.5 parent: 1 - uid: 7574 components: @@ -87623,6 +87636,12 @@ entities: parent: 1 - proto: ComputerStationRecords entities: + - uid: 5479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,9.5 + parent: 1 - uid: 7088 components: - type: Transform @@ -91436,16 +91455,11 @@ entities: parent: 1 - proto: CryogenicSleepUnit entities: - - uid: 4573 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-21.5 - parent: 1 - uid: 5453 components: - type: Transform - pos: -101.5,11.5 + rot: 1.5707963267948966 rad + pos: -79.5,-21.5 parent: 1 - uid: 5478 components: @@ -91453,65 +91467,48 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,9.5 parent: 1 - - uid: 5479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,8.5 - parent: 1 - - uid: 5532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,9.5 - parent: 1 - - uid: 5533 + - uid: 42136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -103.5,9.5 + pos: -1.5,-35.5 parent: 1 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: - uid: 6940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -103.5,11.5 - parent: 1 - - uid: 42135 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,43.5 parent: 1 - - uid: 42136 + - uid: 22962 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,42.5 parent: 1 - - uid: 42137 + - uid: 28324 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,41.5 parent: 1 - - uid: 42138 + - uid: 29386 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,43.5 parent: 1 - - uid: 42139 + - uid: 41057 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,42.5 + pos: -55.5,41.5 parent: 1 - - uid: 42140 + - uid: 42132 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,41.5 + pos: -55.5,42.5 parent: 1 - proto: CryoPod entities: @@ -104646,28 +104643,6 @@ entities: rot: 1.5707963267948966 rad pos: -66.44658,25.622019 parent: 1 -- proto: DresserFilled - entities: - - uid: 583 - components: - - type: Transform - pos: -34.5,13.5 - parent: 1 - - uid: 8564 - components: - - type: Transform - pos: -66.5,-0.5 - parent: 1 - - uid: 8565 - components: - - type: Transform - pos: -65.5,-0.5 - parent: 1 - - uid: 10998 - components: - - type: Transform - pos: -35.5,-20.5 - parent: 1 - proto: DresserCaptainFilled entities: - uid: 7594 @@ -104691,6 +104666,11 @@ entities: parent: 1 - proto: DresserFilled entities: + - uid: 583 + components: + - type: Transform + pos: -34.5,13.5 + parent: 1 - uid: 2640 components: - type: Transform @@ -104701,6 +104681,21 @@ entities: - type: Transform pos: -27.5,-49.5 parent: 1 + - uid: 8564 + components: + - type: Transform + pos: -66.5,-0.5 + parent: 1 + - uid: 8565 + components: + - type: Transform + pos: -65.5,-0.5 + parent: 1 + - uid: 10998 + components: + - type: Transform + pos: -35.5,-20.5 + parent: 1 - uid: 11493 components: - type: Transform @@ -210810,7 +210805,7 @@ entities: parent: 1 - type: DeviceLinkSink links: - - 41057 + - 42135 - uid: 41079 components: - type: Transform @@ -212046,6 +212041,12 @@ entities: rot: 3.141592653589793 rad pos: -41.5,31.5 parent: 1 + - uid: 5455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,8.5 + parent: 1 - uid: 5486 components: - type: Transform @@ -227380,6 +227381,11 @@ entities: - type: Transform pos: -118.5,-76.5 parent: 1 + - uid: 29385 + components: + - type: Transform + pos: -54.5,42.5 + parent: 1 - uid: 29467 components: - type: Transform @@ -229030,11 +229036,6 @@ entities: - type: Transform pos: -54.5,43.5 parent: 1 - - uid: 42132 - components: - - type: Transform - pos: -54.5,42.5 - parent: 1 - uid: 42133 components: - type: Transform @@ -233469,16 +233470,6 @@ entities: linkedPorts: 41021: - Status: Toggle - - uid: 41057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-56.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 41056: - - Status: Toggle - uid: 41807 components: - type: Transform @@ -233514,6 +233505,16 @@ entities: linkedPorts: 42061: - Status: Toggle + - uid: 42135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-57.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 41056: + - Status: Toggle - proto: SignAnomaly entities: - uid: 20875 @@ -235345,12 +235346,6 @@ entities: rot: 3.141592653589793 rad pos: -110.5,-17.5 parent: 1 - - uid: 22962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-35.5 - parent: 1 - uid: 41998 components: - type: Transform @@ -235423,6 +235418,11 @@ entities: rot: -1.5707963267948966 rad pos: -93.5,-16.5 parent: 1 + - uid: 42140 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 1 - proto: SinkWide entities: - uid: 6042 @@ -236867,20 +236867,16 @@ entities: parent: 1 - proto: SpawnPointLibrarian entities: - - uid: 6948 - components: - - type: Transform - pos: -20.5,-33.5 - parent: 1 - - uid: 29385 + - uid: 2641 components: - type: Transform - pos: 20.5,-54.5 + rot: 3.141592653589793 rad + pos: 19.5,-56.5 parent: 1 - - uid: 29386 + - uid: 6948 components: - type: Transform - pos: 20.5,-56.5 + pos: -20.5,-33.5 parent: 1 - uid: 29387 components: @@ -236892,6 +236888,12 @@ entities: - type: Transform pos: 14.5,-54.5 parent: 1 + - uid: 42137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-54.5 + parent: 1 - proto: SpawnPointLocationMidRoundAntag entities: - uid: 9980 @@ -239555,7 +239557,7 @@ entities: setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: Command Cryosleep + id: Captain's Office - uid: 29268 components: - type: Transform @@ -242828,6 +242830,11 @@ entities: parent: 1 - proto: TablePlasmaGlass entities: + - uid: 4307 + components: + - type: Transform + pos: -113.5,-2.5 + parent: 1 - uid: 6740 components: - type: Transform @@ -246397,6 +246404,13 @@ entities: - type: Transform pos: -43.5,38.5 parent: 1 +- proto: VendingMachineCuraDrobe + entities: + - uid: 2887 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 1 - proto: VendingMachineDinnerware entities: - uid: 9614 @@ -246839,6 +246853,12 @@ entities: rot: -1.5707963267948966 rad pos: -112.5,-1.5 parent: 1 + - uid: 42171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -104.5,10.5 + parent: 1 - proto: WallmountTelevision entities: - uid: 590 @@ -263611,6 +263631,11 @@ entities: - type: Transform pos: -22.5,-52.5 parent: 1 + - uid: 42139 + components: + - type: Transform + pos: -77.5,-21.5 + parent: 1 - proto: WallSolid entities: - uid: 301 @@ -271449,12 +271474,6 @@ entities: parent: 1 - proto: WindoorSecureMedicalLocked entities: - - uid: 4307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,-21.5 - parent: 1 - uid: 4551 components: - type: Transform diff --git a/Resources/Maps/hive.yml b/Resources/Maps/hive.yml index 195d8f4779..add0465461 100644 --- a/Resources/Maps/hive.yml +++ b/Resources/Maps/hive.yml @@ -19183,11 +19183,6 @@ entities: - type: Transform pos: 5.5,-7.5 parent: 1 - - uid: 5608 - components: - - type: Transform - pos: 32.5,-11.5 - parent: 1 - uid: 5661 components: - type: Transform @@ -19544,128 +19539,6 @@ entities: - type: Transform pos: 80.57869,11.566902 parent: 1 -- proto: FolderSpawner - entities: - - uid: 2853 - components: - - type: Transform - pos: 37.459705,-11.450374 - parent: 1 - - uid: 2854 - components: - - type: Transform - pos: 42.563873,-11.38783 - parent: 1 - - uid: 2855 - components: - - type: Transform - pos: 42.303455,-11.356559 - parent: 1 - - uid: 3999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.206955,20.67427 - parent: 1 - - uid: 4000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.27987,20.53876 - parent: 1 - - uid: 6685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.639526,-22.34478 - parent: 1 - - uid: 6770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.556194,-21.896553 - parent: 1 - - uid: 7543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.022625,10.682436 - parent: 1 - - uid: 7544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.064293,10.557348 - parent: 1 - - uid: 7545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.658043,8.420448 - parent: 1 - - uid: 7546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.626793,8.649775 - parent: 1 - - uid: 10054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.6318922,-33.31431 - parent: 1 - - uid: 16540 - components: - - type: Transform - pos: 53.112316,38.584885 - parent: 1 - - uid: 16541 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.6019,37.605034 - parent: 1 - - uid: 16542 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.403984,37.615456 - parent: 1 - - uid: 16543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5394,36.5001 - parent: 1 - - uid: 16544 - components: - - type: Transform - pos: 58.00815,43.567505 - parent: 1 - - uid: 16545 - components: - - type: Transform - pos: 58.153984,43.567505 - parent: 1 - - uid: 22632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 114.435295,9.704651 - parent: 1 - - uid: 22633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 114.51862,9.589987 - parent: 1 - - uid: 22634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 114.372795,9.193879 - parent: 1 - proto: BoxFolderBlack entities: - uid: 10000 @@ -59173,28 +59046,30 @@ entities: parent: 1 - proto: CryogenicSleepUnit entities: - - uid: 4065 + - uid: 5280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-41.5 + pos: 82.5,29.5 parent: 1 - - uid: 16686 + - uid: 21499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-44.5 + rot: -1.5707963267948966 rad + pos: 71.5,-8.5 parent: 1 - - uid: 18835 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 5277 components: - type: Transform - pos: 111.5,10.5 + rot: 1.5707963267948966 rad + pos: 3.5,-44.5 parent: 1 - - uid: 21499 + - uid: 5278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-8.5 + rot: 1.5707963267948966 rad + pos: 3.5,-41.5 parent: 1 - proto: d6Dice entities: @@ -73520,6 +73395,128 @@ entities: - type: Transform pos: -15.213456,-17.149166 parent: 1 +- proto: FolderSpawner + entities: + - uid: 2853 + components: + - type: Transform + pos: 37.459705,-11.450374 + parent: 1 + - uid: 2854 + components: + - type: Transform + pos: 42.563873,-11.38783 + parent: 1 + - uid: 2855 + components: + - type: Transform + pos: 42.303455,-11.356559 + parent: 1 + - uid: 3999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.206955,20.67427 + parent: 1 + - uid: 4000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.27987,20.53876 + parent: 1 + - uid: 6685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.639526,-22.34478 + parent: 1 + - uid: 6770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.556194,-21.896553 + parent: 1 + - uid: 7543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.022625,10.682436 + parent: 1 + - uid: 7544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.064293,10.557348 + parent: 1 + - uid: 7545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.658043,8.420448 + parent: 1 + - uid: 7546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.626793,8.649775 + parent: 1 + - uid: 10054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.6318922,-33.31431 + parent: 1 + - uid: 16540 + components: + - type: Transform + pos: 53.112316,38.584885 + parent: 1 + - uid: 16541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.6019,37.605034 + parent: 1 + - uid: 16542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.403984,37.615456 + parent: 1 + - uid: 16543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5394,36.5001 + parent: 1 + - uid: 16544 + components: + - type: Transform + pos: 58.00815,43.567505 + parent: 1 + - uid: 16545 + components: + - type: Transform + pos: 58.153984,43.567505 + parent: 1 + - uid: 22632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.435295,9.704651 + parent: 1 + - uid: 22633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.51862,9.589987 + parent: 1 + - uid: 22634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 114.372795,9.193879 + parent: 1 - proto: FoodApple entities: - uid: 16795 @@ -127815,6 +127812,11 @@ entities: - type: Transform pos: 35.5,26.5 parent: 1 + - uid: 5279 + components: + - type: Transform + pos: 111.5,10.5 + parent: 1 - uid: 5325 components: - type: Transform @@ -135359,10 +135361,10 @@ entities: parent: 1 - proto: SheetRPGlass entities: - - uid: 25908 + - uid: 25909 components: - type: Transform - pos: 112.44123,10.52249 + pos: 111.53943,10.579783 parent: 1 - proto: SheetSteel entities: @@ -146953,6 +146955,13 @@ entities: - type: Transform pos: -13.5,-5.5 parent: 1 +- proto: VendingMachineCuraDrobe + entities: + - uid: 4065 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 1 - proto: VendingMachineDinnerware entities: - uid: 993 @@ -166330,12 +166339,23 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,4.5 parent: 1 + - uid: 5315 + components: + - type: Transform + pos: 64.5,26.5 + parent: 1 - uid: 5424 components: - type: Transform rot: 1.5707963267948966 rad pos: 81.5,28.5 parent: 1 + - uid: 5608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,27.5 + parent: 1 - uid: 5616 components: - type: Transform @@ -166456,6 +166476,17 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,-9.5 parent: 1 + - uid: 16686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,27.5 + parent: 1 + - uid: 18835 + components: + - type: Transform + pos: 67.5,26.5 + parent: 1 - uid: 22651 components: - type: Transform @@ -166506,6 +166537,12 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,24.5 parent: 1 + - uid: 25908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,27.5 + parent: 1 - proto: WindoorSecureArmoryLocked entities: - uid: 4778 @@ -166743,34 +166780,6 @@ entities: - type: Transform pos: -22.5,-4.5 parent: 1 - - uid: 5277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,27.5 - parent: 1 - - uid: 5278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,27.5 - parent: 1 - - uid: 5279 - components: - - type: Transform - pos: 67.5,26.5 - parent: 1 - - uid: 5280 - components: - - type: Transform - pos: 64.5,26.5 - parent: 1 - - uid: 5315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,27.5 - parent: 1 - uid: 5498 components: - type: Transform diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index fd5a67a772..9dc8be669f 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -175,7 +175,7 @@ entities: version: 6 -5,1: ind: -5,1 - tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAcgAAAAAAcgAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAC + tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAAC version: 6 -4,1: ind: -4,1 @@ -7986,22 +7986,22 @@ entities: color: '#D69949C9' id: MiniTileWhiteCornerNe decals: - 7082: -46,65 + 7078: -46,65 - node: color: '#D69949C9' id: MiniTileWhiteCornerNw decals: - 7075: -49,65 + 7071: -49,65 - node: color: '#D69949C9' id: MiniTileWhiteCornerSe decals: - 7079: -46,64 + 7075: -46,64 - node: color: '#D69949C9' id: MiniTileWhiteCornerSw decals: - 7076: -49,64 + 7072: -49,64 - node: color: '#D381C996' id: MiniTileWhiteEndN @@ -8024,29 +8024,20 @@ entities: color: '#D69949C9' id: MiniTileWhiteLineN decals: - 7080: -48,65 - 7081: -47,65 + 7076: -48,65 + 7077: -47,65 - node: color: '#D69949C9' id: MiniTileWhiteLineS decals: - 7077: -48,64 - 7078: -47,64 + 7073: -48,64 + 7074: -47,64 - node: color: '#D381C996' id: MiniTileWhiteLineW decals: 6531: -67,-16 6607: -64,-16 - - node: - color: '#4B709C76' - id: MonoOverlay - decals: - 7083: -76,22 - 7084: -75,21 - 7085: -75,22 - 7086: -76,21 - 7087: -74,22 - node: color: '#52B4E996' id: MonoOverlay @@ -9916,11 +9907,11 @@ entities: -20,4: 0: 65535 -20,5: - 0: 4095 + 0: 36863 -19,4: 0: 65535 -19,5: - 0: 61167 + 0: 65535 -19,6: 0: 61166 -19,7: @@ -10086,8 +10077,7 @@ entities: -13,19: 0: 65535 -13,16: - 0: 52416 - 5: 12812 + 0: 65228 -13,20: 0: 3276 -12,20: @@ -10099,8 +10089,7 @@ entities: -9,22: 0: 13119 -12,16: - 0: 65528 - 5: 7 + 0: 65535 -12,17: 0: 65535 -12,18: @@ -12420,8 +12409,7 @@ entities: -11,16: 0: 65535 -12,15: - 0: 34952 - 5: 30464 + 0: 65416 -11,14: 0: 65535 -11,15: @@ -12745,7 +12733,7 @@ entities: 14,-5: 0: 6007 -13,15: - 5: 52224 + 0: 52224 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -15789,11 +15777,6 @@ entities: - type: Transform pos: -54.5,26.5 parent: 33 - - uid: 12737 - components: - - type: Transform - pos: -73.5,22.5 - parent: 33 - proto: AirlockCommandLocked entities: - uid: 276 @@ -61593,11 +61576,6 @@ entities: showEnts: False occludes: True ent: null - - uid: 8148 - components: - - type: Transform - pos: -46.5,64.5 - parent: 33 - uid: 8151 components: - type: Transform @@ -66290,73 +66268,57 @@ entities: parent: 33 - proto: CryogenicSleepUnit entities: - - uid: 6390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,64.5 - parent: 33 - - uid: 8152 + - uid: 30737 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,65.5 - parent: 33 - - uid: 12739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,21.5 - parent: 33 - - uid: 15999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,21.5 + pos: -68.5,12.5 parent: 33 - - uid: 30737 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 3507 components: - type: Transform rot: -1.5707963267948966 rad - pos: -71.5,12.5 + pos: -19.5,-13.5 parent: 33 -- proto: CryogenicSleepUnitSpawnerLateJoin - entities: - - uid: 3492 + - uid: 3508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-14.5 + rot: 1.5707963267948966 rad + pos: -22.5,-15.5 parent: 33 - - uid: 3493 + - uid: 5687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-15.5 + rot: 1.5707963267948966 rad + pos: -22.5,-13.5 parent: 33 - - uid: 3502 + - uid: 6389 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-13.5 + pos: -19.5,-15.5 parent: 33 - - uid: 3503 + - uid: 6390 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-13.5 + pos: -22.5,-14.5 parent: 33 - - uid: 3507 + - uid: 6641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-14.5 + rot: -1.5707963267948966 rad + pos: -19.5,-14.5 parent: 33 - - uid: 3508 +- proto: CryogenicSleepUnitSpawnerPrisoner + entities: + - uid: 3502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-15.5 + rot: 3.141592653589793 rad + pos: -47.5,64.5 parent: 33 - proto: CryoPod entities: @@ -74960,6 +74922,27 @@ entities: - type: Transform pos: -1.4501972,90.583885 parent: 33 +- proto: DresserCaptainFilled + entities: + - uid: 4635 + components: + - type: Transform + pos: -61.5,35.5 + parent: 33 +- proto: DresserChiefEngineerFilled + entities: + - uid: 10432 + components: + - type: Transform + pos: 46.5,19.5 + parent: 33 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 5499 + components: + - type: Transform + pos: -88.5,3.5 + parent: 33 - proto: DresserFilled entities: - uid: 71 @@ -74997,6 +74980,11 @@ entities: - type: Transform pos: -17.5,6.5 parent: 33 + - uid: 9692 + components: + - type: Transform + pos: -27.5,97.5 + parent: 33 - uid: 10367 components: - type: Transform @@ -75017,34 +75005,6 @@ entities: - type: Transform pos: -44.5,-20.5 parent: 33 -- proto: DresserCaptainFilled - entities: - - uid: 4635 - components: - - type: Transform - pos: -61.5,35.5 - parent: 33 -- proto: DresserChiefEngineerFilled - entities: - - uid: 10432 - components: - - type: Transform - pos: 46.5,19.5 - parent: 33 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 5499 - components: - - type: Transform - pos: -88.5,3.5 - parent: 33 -- proto: DresserFilled - entities: - - uid: 9692 - components: - - type: Transform - pos: -27.5,97.5 - parent: 33 - uid: 30216 components: - type: Transform @@ -77704,6 +77664,11 @@ entities: parent: 33 - proto: filingCabinetRandom entities: + - uid: 3493 + components: + - type: Transform + pos: -69.5,-35.5 + parent: 33 - uid: 5218 components: - type: Transform @@ -77719,11 +77684,6 @@ entities: - type: Transform pos: 15.5,-2.5 parent: 33 - - uid: 16590 - components: - - type: Transform - pos: -74.5,-36.5 - parent: 33 - uid: 28870 components: - type: Transform @@ -77743,6 +77703,11 @@ entities: parent: 33 - proto: filingCabinetTallRandom entities: + - uid: 3498 + components: + - type: Transform + pos: -69.5,-34.5 + parent: 33 - uid: 4625 components: - type: Transform @@ -129090,6 +129055,11 @@ entities: - type: Transform pos: 38.5,35.5 parent: 33 + - uid: 8152 + components: + - type: Transform + pos: -73.5,22.5 + parent: 33 - uid: 8169 components: - type: Transform @@ -130135,6 +130105,11 @@ entities: - type: Transform pos: 65.5,58.5 parent: 33 + - uid: 12739 + components: + - type: Transform + pos: -73.5,23.5 + parent: 33 - uid: 12750 components: - type: Transform @@ -149281,6 +149256,12 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,15.5 parent: 33 + - uid: 3492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,21.5 + parent: 33 - uid: 3766 components: - type: Transform @@ -149354,12 +149335,6 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,26.5 - parent: 33 - uid: 6682 components: - type: Transform @@ -149368,6 +149343,17 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 + - uid: 7153 + components: + - type: Transform + pos: -68.5,27.5 + parent: 33 + - uid: 7178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,65.5 + parent: 33 - uid: 7491 components: - type: Transform @@ -149382,6 +149368,12 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 + - uid: 8148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,23.5 + parent: 33 - uid: 8675 components: - type: Transform @@ -151250,12 +151242,6 @@ entities: parent: 33 - type: ApcPowerReceiver powerLoad: 0 - - uid: 24552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,23.5 - parent: 33 - uid: 25230 components: - type: Transform @@ -151565,12 +151551,6 @@ entities: rot: -1.5707963267948966 rad pos: -76.5,10.5 parent: 33 - - uid: 30740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,23.5 - parent: 33 - proto: PoweredLightBlueInterior entities: - uid: 273 @@ -151861,11 +151841,6 @@ entities: powerLoad: 0 - proto: PoweredLightColoredFrostyBlue entities: - - uid: 6648 - components: - - type: Transform - pos: -75.5,22.5 - parent: 33 - uid: 12461 components: - type: Transform @@ -161400,6 +161375,11 @@ entities: - type: Transform pos: -99.5,-31.5 parent: 33 + - uid: 12737 + components: + - type: Transform + pos: -73.5,22.5 + parent: 33 - uid: 12794 components: - type: Transform @@ -161455,6 +161435,11 @@ entities: - type: Transform pos: -25.5,-31.5 parent: 33 + - uid: 15999 + components: + - type: Transform + pos: -73.5,23.5 + parent: 33 - uid: 16368 components: - type: Transform @@ -165884,6 +165869,11 @@ entities: - type: Transform pos: -23.5,-11.5 parent: 33 + - uid: 3503 + components: + - type: Transform + pos: -68.5,13.5 + parent: 33 - uid: 6636 components: - type: Transform @@ -165896,12 +165886,6 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-16.5 parent: 33 - - uid: 7153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,23.5 - parent: 33 - uid: 28810 components: - type: Transform @@ -177995,6 +177979,13 @@ entities: - type: Transform pos: 7.5,-23.5 parent: 33 +- proto: VendingMachineCuraDrobe + entities: + - uid: 6648 + components: + - type: Transform + pos: -74.5,-36.5 + parent: 33 - proto: VendingMachineDinnerware entities: - uid: 3073 @@ -182307,11 +182298,6 @@ entities: - type: Transform pos: -73.5,27.5 parent: 33 - - uid: 3498 - components: - - type: Transform - pos: -73.5,21.5 - parent: 33 - uid: 3535 components: - type: Transform @@ -184177,11 +184163,6 @@ entities: - type: Transform pos: -49.5,63.5 parent: 33 - - uid: 5687 - components: - - type: Transform - pos: -73.5,23.5 - parent: 33 - uid: 5688 components: - type: Transform @@ -184817,11 +184798,6 @@ entities: - type: Transform pos: -49.5,65.5 parent: 33 - - uid: 6389 - components: - - type: Transform - pos: -75.5,23.5 - parent: 33 - uid: 6391 components: - type: Transform @@ -185342,11 +185318,6 @@ entities: - type: Transform pos: 5.5,48.5 parent: 33 - - uid: 7178 - components: - - type: Transform - pos: -74.5,23.5 - parent: 33 - uid: 7220 components: - type: Transform @@ -187402,11 +187373,6 @@ entities: - type: Transform pos: -97.5,-73.5 parent: 33 - - uid: 12736 - components: - - type: Transform - pos: -76.5,23.5 - parent: 33 - uid: 12931 components: - type: Transform @@ -187642,6 +187608,11 @@ entities: - type: Transform pos: -56.5,-15.5 parent: 33 + - uid: 16590 + components: + - type: Transform + pos: -73.5,21.5 + parent: 33 - uid: 16591 components: - type: Transform @@ -199900,6 +199871,12 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,8.5 parent: 33 + - uid: 12736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,22.5 + parent: 33 - uid: 12748 components: - type: Transform @@ -200015,6 +199992,12 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,88.5 parent: 33 + - uid: 24552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,23.5 + parent: 33 - uid: 27245 components: - type: Transform diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml index 465e5eaa6f..31df751ea5 100644 --- a/Resources/Prototypes/Maps/arena.yml +++ b/Resources/Prototypes/Maps/arena.yml @@ -3,6 +3,7 @@ mapName: 'Arena' mapPath: /Maps/arena.yml minPlayers: 30 + maxPlayers: 80 stations: Arena: stationProto: StandardNanotrasenStation diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml index 37e3ce5c0a..32c55b0859 100644 --- a/Resources/Prototypes/Maps/submarine.yml +++ b/Resources/Prototypes/Maps/submarine.yml @@ -2,8 +2,7 @@ id: Submarine mapName: 'Submarine' mapPath: /Maps/submarine.yml - minPlayers: 35 - maxPlayers: 100 + minPlayers: 40 stations: Submarine: stationProto: StandardNanotrasenStation From 4c7a3840584511bcb9ac5f2090f252ad468d59a2 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:50:10 -0600 Subject: [PATCH 050/391] Re-save and add DV salvage maps (#765) Co-authored-by: Velcroboy <> --- .../Maps/Salvage/DeltaV/DV-animalfarm.yml | 709 +-- .../Maps/Salvage/DeltaV/DV-asteroid-base.yml | 1734 +++--- .../Salvage/DeltaV/DV-asteroid-large-01.yml | 3144 +++++----- .../Salvage/DeltaV/DV-asteroid-large-02.yml | 3159 +++++----- .../Salvage/DeltaV/DV-asteroid-large-03.yml | 3203 +++++----- .../DeltaV/DV-asteroid-mining-chemlab.yml | 4835 ++++++++------- .../Maps/Salvage/DeltaV/DV-atlas-atmos.yml | 2923 ++++----- .../Maps/Salvage/DeltaV/DV-atlas-cargo.yml | 2546 ++++---- .../DeltaV/DV-atlas-conference-room.yml | 2936 ++++----- .../Maps/Salvage/DeltaV/DV-atlas-dorms.yml | 1804 +++--- .../Maps/Salvage/DeltaV/DV-atlas-epi.yml | 2693 ++++---- .../Salvage/DeltaV/DV-atlas-jailcells.yml | 2118 +++---- .../Maps/Salvage/DeltaV/DV-atlas-medical.yml | 2842 ++++----- .../Maps/Salvage/DeltaV/DV-atlas-perma.yml | 1240 ++-- .../Maps/Salvage/DeltaV/DV-atlas-salvage.yml | 923 +-- .../Maps/Salvage/DeltaV/DV-atlas-service.yml | 3643 +++++------ .../Maps/Salvage/DeltaV/DV-bone-cave.yml | 943 +++ Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml | 697 +-- .../Maps/Salvage/DeltaV/DV-crystal-cave.yml | 1017 ++++ .../Salvage/DeltaV/DV-hauling-shuttle.yml | 1411 +++++ .../DeltaV/DV-large-asteroid-mining-01.yml | 1237 ++-- .../DeltaV/DV-large-engineer-chunk.yml | 2716 +++++---- .../Salvage/DeltaV/DV-laundromat-chunk.yml | 5395 +++++++++-------- Resources/Maps/Salvage/DeltaV/DV-meatball.yml | 1619 +++++ .../DeltaV/DV-med-asteroid-mining-01.yml | 831 +-- .../Maps/Salvage/DeltaV/DV-med-chunk-01.yml | 1756 +++--- .../Salvage/DeltaV/DV-med-crashed-shuttle.yml | 802 ++- Resources/Maps/Salvage/DeltaV/DV-med-dock.yml | 566 +- .../Maps/Salvage/DeltaV/DV-med-library.yml | 931 +-- .../Salvage/DeltaV/DV-med-pet-hospital.yml | 1343 ++-- .../Maps/Salvage/DeltaV/DV-med-pirate.yml | 656 +- .../DV-med-ruined-emergency-shuttle.yml | 657 +- .../DeltaV/DV-med-service-chunk-01.yml | 2048 +++---- .../DeltaV/DV-med-silent-orchestra.yml | 802 +-- .../Maps/Salvage/DeltaV/DV-med-vault-01.yml | 1026 ++-- .../Maps/Salvage/DeltaV/DV-medium-01.yml | 983 +-- .../Salvage/DeltaV/DV-mining-outpost-01.yml | 1241 ++-- .../Salvage/DeltaV/DV-research-outpost-01.yml | 3703 +++++------ .../Salvage/DeltaV/DV-ruin-cargo-salvage.yml | 2980 ++++----- .../Maps/Salvage/DeltaV/DV-security-chunk.yml | 1317 ++-- .../Maps/Salvage/DeltaV/DV-stationstation.yml | 4424 ++++++++++++++ .../Maps/Salvage/DeltaV/DV-syndi-hideout.yml | 1579 ++--- .../Maps/Salvage/DeltaV/DV-tick-colony.yml | 539 +- .../Maps/Salvage/DeltaV/DV-tick-nest.yml | 965 ++- .../Maps/Salvage/DeltaV/DV-wh-salvage.yml | 1740 +++--- Resources/Prototypes/Maps/salvage.yml | 239 +- 46 files changed, 48564 insertions(+), 38051 deletions(-) create mode 100644 Resources/Maps/Salvage/DeltaV/DV-bone-cave.yml create mode 100644 Resources/Maps/Salvage/DeltaV/DV-crystal-cave.yml create mode 100644 Resources/Maps/Salvage/DeltaV/DV-hauling-shuttle.yml create mode 100644 Resources/Maps/Salvage/DeltaV/DV-meatball.yml create mode 100644 Resources/Maps/Salvage/DeltaV/DV-stationstation.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-animalfarm.yml b/Resources/Maps/Salvage/DeltaV/DV-animalfarm.yml index 9c319cf34f..6457a28b0a 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-animalfarm.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-animalfarm.yml @@ -3,56 +3,57 @@ meta: postmapinit: false tilemap: 0: Space - 14: FloorBlue - 36: FloorDarkPlastic - 45: FloorGrass - 48: FloorGrassLight - 110: FloorWood - 112: Lattice - 113: Plating + 17: FloorBlue + 48: FloorGrass + 51: FloorGrassLight + 78: FloorReinforced + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 1 components: - type: MetaData - - pos: 1.1427457,-1.3721282 + - type: Transform + pos: 1.1427457,-1.3721282 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: 0,0: ind: 0,0 - tiles: bgAAAAAAbgAAAAAAcQAAAAAADgAAAAAADgAAAAAADgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAcQAAAAAADgAAAAAADgAAAAAADgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAADgAAAAAADgAAAAAADgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAcQAAAAAAcQAAAAAADgAAAAAADgAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAMAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAMAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAJAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAJAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dwAAAAAAdwAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAADegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACTgAAAAAAegAAAAAATgAAAAAAMwAAAAABTgAAAAAAegAAAAAATgAAAAAAMwAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAADMwAAAAABegAAAAAAMwAAAAADMwAAAAAAMwAAAAAAegAAAAAAMwAAAAADMwAAAAACMwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACMwAAAAABTgAAAAAAMwAAAAAAMwAAAAADMwAAAAACTgAAAAAAMwAAAAACMwAAAAACMwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACMwAAAAAAegAAAAAAMwAAAAACMwAAAAACMwAAAAABegAAAAAAMwAAAAAAMwAAAAAAMwAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAMwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAMwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAbgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdwAAAAAB version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAADgAAAAAAcQAAAAAADgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAcQAAAAAADgAAAAAADgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAcQAAAAAADgAAAAAADgAAAAAADgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAEQAAAAAAegAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAAEQAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAACegAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -277,8 +278,8 @@ entities: id: grasssnowb3 decals: 6: 7.9617853,6.864991 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -330,7 +331,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: RadiationGridResistance - type: SpreaderGrid - type: GasTileOverlay @@ -338,863 +338,870 @@ entities: entities: - uid: 56 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 130 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 131 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 132 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 133 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 134 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 135 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 136 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 137 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 138 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 139 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 140 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 141 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 1 - type: Transform - uid: 142 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 143 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 144 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 145 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 146 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 147 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 148 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 149 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 150 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 1 - type: Transform - uid: 151 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - uid: 152 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 153 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - uid: 154 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 155 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - proto: ChairWood entities: - uid: 103 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 1 - type: Transform - proto: ClothingHandsGlovesLeather entities: - uid: 104 components: - - pos: 0.5969213,1.6526971 + - type: Transform + pos: 0.5969213,1.6526971 parent: 1 - type: Transform - proto: CrateFilledSpawner entities: - uid: 68 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - proto: Girder entities: - uid: 20 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 1 - type: Transform - uid: 28 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 1 - type: Transform - uid: 74 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 75 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 77 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - uid: 78 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - uid: 107 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 109 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 112 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 125 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - proto: Grille entities: - uid: 29 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 30 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 31 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 32 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - uid: 33 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 34 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - uid: 35 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - uid: 36 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 1 - type: Transform - uid: 37 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - proto: hydroponicsSoil entities: - uid: 84 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - uid: 85 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 86 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 87 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 88 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 89 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 90 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 91 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 92 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 93 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - proto: HydroponicsToolScythe entities: - uid: 105 components: - - pos: 8.181337,-0.36813593 + - type: Transform + pos: 8.181337,-0.36813593 parent: 1 - type: Transform - proto: hydroponicsTray entities: - uid: 94 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - uid: 95 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 5 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 7 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 126 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 127 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,1.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Railing entities: - uid: 58 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 59 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 60 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 61 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 1 - type: Transform - uid: 62 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 79 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 80 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 81 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 82 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 83 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - proto: RandomAnimalSpawner entities: - uid: 122 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 123 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 124 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 110 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - proto: RandomDrinkBottle entities: - uid: 111 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 1 - type: Transform - proto: RandomFoodBakedWhole entities: - uid: 49 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 44 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 45 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 1 - type: Transform - uid: 46 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - proto: ReinforcedWindow entities: - uid: 38 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 39 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 40 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 41 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - uid: 42 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 43 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 53 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 76 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 113 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 158 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - proto: SalvageSeedSpawnerLow entities: - uid: 99 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 100 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 114 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 115 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 116 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 117 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - uid: 118 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 119 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 120 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 121 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - proto: SpaceTickSpawner entities: - uid: 54 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 71 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - proto: TableWood entities: - uid: 101 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 102 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - proto: TrashBananaPeel entities: - uid: 97 components: - - pos: 2.4676776,0.43280387 + - type: Transform + pos: 2.4676776,0.43280387 parent: 1 - type: Transform - proto: WallSolid entities: - uid: 4 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 1 - type: Transform - uid: 6 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 9 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 10 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 11 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 13 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 1 - type: Transform - uid: 14 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 16 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 1 - type: Transform - uid: 17 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - uid: 18 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 19 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - uid: 21 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - uid: 23 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 24 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 25 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 55 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 57 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 63 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - uid: 64 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - uid: 65 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 1 - type: Transform - uid: 66 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - uid: 67 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 1 - type: Transform - uid: 69 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 70 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 72 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - uid: 73 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - proto: WallSolidRust entities: - uid: 2 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 1 - type: Transform - uid: 8 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 1 - type: Transform - uid: 12 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - uid: 15 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 1 - type: Transform - uid: 22 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 26 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 1 - type: Transform - uid: 27 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 1 - type: Transform - uid: 50 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 1 - type: Transform - uid: 51 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 52 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 106 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - uid: 108 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 159 + components: + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WheatBushel entities: - uid: 96 components: - - pos: 9.249662,-0.5899117 + - type: Transform + pos: 9.249662,-0.5899117 parent: 1 - type: Transform - uid: 98 components: - - pos: 6.8538284,0.4725883 + - type: Transform + pos: 6.8538284,0.4725883 parent: 1 - type: Transform - proto: WindoorSecure entities: - uid: 3 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 47 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 48 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 1 - type: Transform - proto: Window entities: - uid: 156 components: - - rot: -1.5707963267948966 rad + - type: Transform pos: 2.5,7.5 parent: 1 - type: Transform - uid: 157 components: - - rot: -1.5707963267948966 rad + - type: Transform pos: 6.5,7.5 parent: 1 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-base.yml b/Resources/Maps/Salvage/DeltaV/DV-asteroid-base.yml index 5b2971a362..d7066ed834 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-asteroid-base.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-asteroid-base.yml @@ -6,52 +6,54 @@ tilemap: 7: FloorAsteroidSand 8: FloorAsteroidSandDug 11: FloorAsteroidTile - 42: FloorFreezer - 43: FloorGlass - 96: FloorTechMaint - 98: FloorTechMaint3 - 110: FloorWood - 112: Lattice - 113: Plating + 45: FloorFreezer + 46: FloorGlass + 78: FloorReinforced + 105: FloorTechMaint + 107: FloorTechMaint3 + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 407 components: - type: MetaData - - parent: invalid - type: Transform - - chunks: + - type: Transform + parent: invalid + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAKgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbgAAAAACbgAAAAACbgAAAAACbgAAAAADcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAAAKwAAAAAAKwAAAAAAbgAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAcQAAAAAABwAAAAAAbgAAAAACKwAAAAAAKwAAAAAAbgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAABwAAAAAABwAAAAAAbgAAAAAAbgAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAAbgAAAAABbgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAALQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABLgAAAAADLgAAAAACdwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABegAAAAAABwAAAAAAdwAAAAABLgAAAAACLgAAAAADdwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAIdwAAAAAAdwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAAdwAAAAAAdwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAACBwAAAAAABwAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAADBwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABcQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAABwAAAAACcQAAAAAAYAAAAAAAYAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAABwAAAAACcQAAAAAAYAAAAAAAYAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAABwAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAABwAAAAAHCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAKegAAAAAATgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAACCwAAAAAACwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAKBwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAHCwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAAcQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAACwAAAAAACwAAAAAACwAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAawAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAawAAAAADCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAawAAAAADCwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAawAAAAABCwAAAAAACwAAAAAACwAAAAAAaQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -205,8 +207,8 @@ entities: decals: 65: -5,-9 66: -5,-8 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -3,-1: @@ -336,7 +338,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -347,2214 +348,2221 @@ entities: entities: - uid: 85 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 407 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 83 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 407 - type: Transform - proto: AirlockExternalAtmosphericsLocked entities: - uid: 265 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 407 - type: Transform - proto: AirlockExternalGlass entities: - uid: 86 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 407 - type: Transform - proto: AirlockExternalGlassLocked entities: - uid: 84 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 407 - type: Transform - - state: Welded - type: Door - - canCollide: False - type: Physics - - airBlocked: False - type: Airtight + - type: Door + state: Welded + - type: Physics + canCollide: False + - type: Airtight + airBlocked: False - proto: AirlockScienceGlassLocked entities: - uid: 381 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 407 - type: Transform - proto: AirlockScienceLocked entities: - uid: 87 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 407 - type: Transform - uid: 184 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 407 - type: Transform - proto: APCBasic entities: - uid: 228 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,8.5 parent: 407 - type: Transform - uid: 229 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 407 - type: Transform - uid: 230 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 407 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 22 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 407 - type: Transform - uid: 23 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 407 - type: Transform - uid: 24 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 407 - type: Transform - uid: 30 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 407 - type: Transform - uid: 31 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 407 - type: Transform - uid: 32 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 407 - type: Transform - uid: 33 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 407 - type: Transform - uid: 34 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 407 - type: Transform - uid: 35 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 407 - type: Transform - uid: 36 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 407 - type: Transform - uid: 37 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 407 - type: Transform - uid: 38 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 407 - type: Transform - uid: 39 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 407 - type: Transform - uid: 40 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 407 - type: Transform - uid: 41 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 407 - type: Transform - uid: 42 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 407 - type: Transform - uid: 43 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 407 - type: Transform - uid: 44 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 407 - type: Transform - uid: 45 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 407 - type: Transform - uid: 46 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 407 - type: Transform - uid: 47 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 407 - type: Transform - uid: 48 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 407 - type: Transform - uid: 54 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 407 - type: Transform - uid: 55 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 407 - type: Transform - uid: 57 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 407 - type: Transform - uid: 58 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 407 - type: Transform - uid: 59 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 407 - type: Transform - uid: 60 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 407 - type: Transform - uid: 61 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 407 - type: Transform - uid: 90 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 407 - type: Transform - uid: 91 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 407 - type: Transform - uid: 92 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 407 - type: Transform - uid: 93 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 407 - type: Transform - uid: 94 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 407 - type: Transform - uid: 95 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 407 - type: Transform - uid: 96 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 407 - type: Transform - uid: 97 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 407 - type: Transform - uid: 98 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 407 - type: Transform - uid: 99 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 407 - type: Transform - uid: 100 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 407 - type: Transform - uid: 101 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 407 - type: Transform - uid: 102 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 407 - type: Transform - uid: 103 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 407 - type: Transform - uid: 104 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 407 - type: Transform - uid: 105 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 407 - type: Transform - uid: 106 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 407 - type: Transform - uid: 107 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 407 - type: Transform - uid: 108 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 407 - type: Transform - uid: 109 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 407 - type: Transform - uid: 110 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 407 - type: Transform - uid: 111 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 407 - type: Transform - uid: 112 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 407 - type: Transform - uid: 113 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 407 - type: Transform - uid: 114 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 407 - type: Transform - uid: 115 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 407 - type: Transform - uid: 116 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 407 - type: Transform - uid: 117 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 407 - type: Transform - uid: 118 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 407 - type: Transform - uid: 119 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 407 - type: Transform - uid: 120 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 407 - type: Transform - uid: 121 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 407 - type: Transform - uid: 122 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 407 - type: Transform - uid: 123 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 407 - type: Transform - uid: 124 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 407 - type: Transform - uid: 125 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 407 - type: Transform - uid: 126 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 407 - type: Transform - uid: 127 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 407 - type: Transform - uid: 128 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 407 - type: Transform - uid: 129 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 407 - type: Transform - uid: 130 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 407 - type: Transform - uid: 131 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 407 - type: Transform - uid: 132 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 407 - type: Transform - uid: 133 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 407 - type: Transform - uid: 134 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 407 - type: Transform - uid: 135 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 407 - type: Transform - uid: 137 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 407 - type: Transform - uid: 138 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 407 - type: Transform - uid: 141 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 407 - type: Transform - uid: 142 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 407 - type: Transform - uid: 143 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 407 - type: Transform - uid: 144 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 407 - type: Transform - uid: 145 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 407 - type: Transform - uid: 146 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 407 - type: Transform - uid: 147 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 407 - type: Transform - uid: 148 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 407 - type: Transform - uid: 149 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 407 - type: Transform - uid: 150 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 407 - type: Transform - uid: 151 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 407 - type: Transform - uid: 152 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 407 - type: Transform - uid: 153 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 407 - type: Transform - uid: 154 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 407 - type: Transform - uid: 155 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 407 - type: Transform - uid: 156 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 407 - type: Transform - uid: 157 components: - - pos: 14.5,-11.5 + - type: Transform + pos: 14.5,-11.5 parent: 407 - type: Transform - uid: 158 components: - - pos: 14.5,-10.5 + - type: Transform + pos: 14.5,-10.5 parent: 407 - type: Transform - uid: 159 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 407 - type: Transform - uid: 160 components: - - pos: 14.5,-8.5 + - type: Transform + pos: 14.5,-8.5 parent: 407 - type: Transform - uid: 177 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 407 - type: Transform - uid: 178 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 407 - type: Transform - uid: 179 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 407 - type: Transform - uid: 180 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 407 - type: Transform - uid: 181 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 407 - type: Transform - uid: 182 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 407 - type: Transform - uid: 183 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 407 - type: Transform - uid: 213 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 407 - type: Transform - uid: 214 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 407 - type: Transform - uid: 340 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 407 - type: Transform - uid: 343 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 407 - type: Transform - uid: 344 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 407 - type: Transform - uid: 345 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 407 - type: Transform - uid: 346 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 407 - type: Transform - uid: 347 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 407 - type: Transform - uid: 348 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 407 - type: Transform - uid: 349 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 407 - type: Transform - uid: 350 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 407 - type: Transform - proto: AtmosFixInstantPlasmaFireMarker entities: - uid: 373 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 407 - type: Transform - uid: 374 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 407 - type: Transform - uid: 375 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 407 - type: Transform - uid: 376 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 407 - type: Transform - uid: 377 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 407 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 358 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 407 - type: Transform - uid: 359 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 407 - type: Transform - uid: 360 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 407 - type: Transform - uid: 361 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 407 - type: Transform - uid: 362 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 407 - type: Transform - uid: 364 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 407 - type: Transform - uid: 365 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 407 - type: Transform - uid: 366 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 407 - type: Transform - uid: 367 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 407 - type: Transform - uid: 368 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 407 - type: Transform - uid: 369 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 407 - type: Transform - uid: 370 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 407 - type: Transform - uid: 371 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 407 - type: Transform - uid: 372 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 407 - type: Transform - proto: Bed entities: - uid: 172 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 407 - type: Transform - proto: BedsheetNT entities: - uid: 173 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 407 - type: Transform - proto: BlastDoor entities: - uid: 136 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 407 - type: Transform - - links: + - type: DeviceLinkSink + links: - 380 - type: DeviceLinkSink - proto: BookRandom entities: - uid: 335 components: - - pos: -7.600169,-7.3133793 + - type: Transform + pos: -7.600169,-7.3133793 parent: 407 - type: Transform - proto: BookshelfFilled entities: - uid: 163 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 407 - type: Transform - uid: 164 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 407 - type: Transform - proto: CableApcExtension entities: - uid: 288 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 407 - type: Transform - uid: 289 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 407 - type: Transform - uid: 290 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 407 - type: Transform - uid: 291 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 407 - type: Transform - uid: 292 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 407 - type: Transform - uid: 293 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 407 - type: Transform - uid: 294 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 407 - type: Transform - uid: 295 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 407 - type: Transform - uid: 296 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 407 - type: Transform - uid: 297 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 407 - type: Transform - uid: 298 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 407 - type: Transform - uid: 299 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 407 - type: Transform - uid: 300 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 407 - type: Transform - uid: 301 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 407 - type: Transform - uid: 302 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 407 - type: Transform - uid: 303 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 407 - type: Transform - uid: 304 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 407 - type: Transform - uid: 305 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 407 - type: Transform - uid: 306 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 407 - type: Transform - uid: 307 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 407 - type: Transform - uid: 308 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 407 - type: Transform - uid: 309 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 407 - type: Transform - uid: 310 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 407 - type: Transform - uid: 311 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 407 - type: Transform - uid: 312 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 407 - type: Transform - uid: 313 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 407 - type: Transform - uid: 314 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 407 - type: Transform - uid: 315 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 407 - type: Transform - uid: 316 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 407 - type: Transform - uid: 317 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 407 - type: Transform - uid: 318 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 407 - type: Transform - uid: 319 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 407 - type: Transform - uid: 320 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 407 - type: Transform - uid: 321 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 407 - type: Transform - uid: 322 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 407 - type: Transform - uid: 323 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 407 - type: Transform - uid: 324 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 407 - type: Transform - uid: 325 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 407 - type: Transform - proto: CableHV entities: - uid: 223 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 407 - type: Transform - uid: 224 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 407 - type: Transform - uid: 225 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 407 - type: Transform - uid: 226 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 407 - type: Transform - uid: 237 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 407 - type: Transform - uid: 238 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 407 - type: Transform - uid: 239 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 407 - type: Transform - uid: 240 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 407 - type: Transform - proto: CableMV entities: - uid: 25 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 407 - type: Transform - uid: 232 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 407 - type: Transform - uid: 233 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 407 - type: Transform - uid: 234 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 407 - type: Transform - uid: 235 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 407 - type: Transform - uid: 236 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 407 - type: Transform - uid: 241 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 407 - type: Transform - uid: 242 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 407 - type: Transform - uid: 243 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 407 - type: Transform - uid: 244 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 407 - type: Transform - uid: 245 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 407 - type: Transform - uid: 246 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 407 - type: Transform - uid: 247 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 407 - type: Transform - uid: 248 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 407 - type: Transform - uid: 249 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 407 - type: Transform - uid: 250 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 407 - type: Transform - uid: 252 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 407 - type: Transform - uid: 253 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 407 - type: Transform - uid: 254 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 407 - type: Transform - uid: 255 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 407 - type: Transform - uid: 256 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 407 - type: Transform - uid: 257 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 407 - type: Transform - uid: 258 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 407 - type: Transform - uid: 259 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 407 - type: Transform - uid: 260 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 407 - type: Transform - uid: 261 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 407 - type: Transform - uid: 262 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 407 - type: Transform - uid: 266 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 407 - type: Transform - uid: 267 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 407 - type: Transform - uid: 268 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 407 - type: Transform - uid: 269 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 407 - type: Transform - uid: 270 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 407 - type: Transform - uid: 271 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 407 - type: Transform - uid: 272 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 407 - type: Transform - uid: 273 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 407 - type: Transform - uid: 274 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 407 - type: Transform - uid: 275 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 407 - type: Transform - uid: 276 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 407 - type: Transform - uid: 277 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 407 - type: Transform - uid: 278 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 407 - type: Transform - uid: 279 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 407 - type: Transform - uid: 280 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 407 - type: Transform - uid: 281 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 407 - type: Transform - uid: 282 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 407 - type: Transform - uid: 283 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 407 - type: Transform - uid: 284 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 407 - type: Transform - uid: 285 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 407 - type: Transform - uid: 286 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 407 - type: Transform - uid: 287 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 407 - type: Transform - proto: CableTerminal entities: - uid: 231 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 407 - type: Transform - proto: CarpetSBlue entities: - uid: 175 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 407 - type: Transform - uid: 176 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 407 - type: Transform - uid: 215 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 407 - type: Transform - uid: 326 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 407 - type: Transform - proto: Catwalk entities: - uid: 62 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 407 - type: Transform - uid: 63 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 407 - type: Transform - uid: 64 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 407 - type: Transform - uid: 65 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 407 - type: Transform - uid: 66 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 407 - type: Transform - uid: 67 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 407 - type: Transform - uid: 68 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 407 - type: Transform - uid: 251 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 407 - type: Transform - uid: 263 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 407 - type: Transform - uid: 264 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 407 - type: Transform - proto: ChairOfficeDark entities: - uid: 205 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-10.5 parent: 407 - type: Transform - uid: 206 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-10.5 parent: 407 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 161 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 407 - type: Transform - proto: ClosetL3ScienceFilled entities: - uid: 354 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 407 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 196 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 407 - type: Transform - proto: ClothingHeadHelmetAncient entities: - uid: 212 components: - - pos: -7.681996,-9.518968 + - type: Transform + pos: -7.681996,-9.518968 parent: 407 - type: Transform - proto: ClothingOuterHardsuitAncientEVA entities: - uid: 211 components: - - pos: -7.353871,-9.425218 + - type: Transform + pos: -7.353871,-9.425218 parent: 407 - type: Transform - proto: ClothingUniformJumpsuitEngineeringHazard entities: - uid: 356 components: - - pos: 4.4933925,8.497718 + - type: Transform + pos: 4.4933925,8.497718 parent: 407 - type: Transform - proto: ComfyChair entities: - uid: 333 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-6.5 parent: 407 - type: Transform - proto: ComputerAnalysisConsole entities: - uid: 352 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 407 - type: Transform - proto: CrateAirlockKit entities: - uid: 357 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 407 - type: Transform - proto: CrateFilledSpawner entities: - uid: 88 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 407 - type: Transform - uid: 89 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 407 - type: Transform - proto: d4Dice entities: - uid: 398 components: - - pos: -6.5109205,-8.608973 + - type: Transform + pos: -6.5109205,-8.608973 parent: 407 - type: Transform - proto: Dresser entities: - uid: 174 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 407 - type: Transform - proto: GravityGeneratorMini entities: - uid: 191 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 407 - type: Transform - proto: Grille entities: - uid: 20 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 407 - type: Transform - uid: 21 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 407 - type: Transform - uid: 26 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 407 - type: Transform - uid: 27 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 407 - type: Transform - uid: 28 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 407 - type: Transform - uid: 50 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 407 - type: Transform - uid: 51 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 407 - type: Transform - uid: 52 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 407 - type: Transform - uid: 53 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 407 - type: Transform - uid: 69 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 407 - type: Transform - uid: 70 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 407 - type: Transform - uid: 73 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 407 - type: Transform - uid: 74 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 407 - type: Transform - uid: 75 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 407 - type: Transform - uid: 77 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 407 - type: Transform - uid: 78 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 407 - type: Transform - uid: 139 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 407 - type: Transform - uid: 378 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 407 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 328 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 407 - type: Transform - proto: LockerChemistryFilled entities: - uid: 195 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 407 - type: Transform - proto: MachineAPE entities: - uid: 399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-11.5 parent: 407 - type: Transform - proto: Pickaxe entities: - uid: 355 components: - - pos: 8.530472,8.534576 + - type: Transform + pos: 8.530472,8.534576 parent: 407 - type: Transform - proto: PlasmaOre1 entities: - uid: 397 components: - - pos: -9.462246,2.5242848 + - type: Transform + pos: -9.462246,2.5242848 parent: 407 - type: Transform - proto: PlasmaTankFilled entities: - uid: 396 components: - - pos: 13.16939,-9.55732 + - type: Transform + pos: 13.16939,-9.55732 parent: 407 - type: Transform - proto: PlasmaWindow entities: - uid: 76 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 407 - type: Transform - uid: 79 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 407 - type: Transform - uid: 80 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 407 - type: Transform - uid: 81 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 407 - type: Transform - uid: 82 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 407 - type: Transform - proto: PlushieLamp entities: - uid: 330 components: - - pos: -4.4913177,-9.236341 + - type: Transform + pos: -4.4913177,-9.236341 parent: 407 - type: Transform - proto: PortableGeneratorPacman entities: - uid: 208 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 407 - type: Transform - proto: PosterLegitNanotrasenLogo entities: - uid: 341 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 407 - type: Transform -- proto: PoweredlightExterior +- proto: PoweredLightBlueInterior entities: - uid: 165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-4.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightSodium entities: - uid: 216 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 162 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 167 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-7.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 170 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,8.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-9.5 parent: 407 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 189 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 407 - type: Transform - uid: 192 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 407 - type: Transform - uid: 193 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 407 - type: Transform - uid: 209 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 407 - type: Transform - uid: 210 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 407 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 353 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 407 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 185 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 407 - type: Transform - proto: ReinforcedWindow entities: - uid: 71 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 407 - type: Transform - uid: 72 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 407 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 197 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 407 - type: Transform - uid: 201 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 407 - type: Transform - uid: 202 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 + parent: 407 +- proto: SalvageLootSpawner + entities: + - uid: 336 + components: + - type: Transform + pos: 11.5,-7.5 parent: 407 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 198 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 407 - type: Transform - uid: 199 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 407 - type: Transform - uid: 200 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 407 - type: Transform - uid: 203 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 407 - type: Transform - proto: SalvageMobSpawner entities: - uid: 186 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 407 - type: Transform - uid: 187 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 407 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 56 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 407 - type: Transform - uid: 404 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 407 - type: Transform - uid: 405 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 407 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 337 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 407 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 338 components: - - pos: 6.5,-6.5 - parent: 407 - type: Transform -- proto: SalvagePartsT3T4Spawner - entities: - - uid: 336 - components: - - pos: 11.5,-7.5 + - type: Transform + pos: 6.5,-6.5 parent: 407 - type: Transform - proto: SheetPlasma entities: - uid: 166 components: - - pos: -5.5267916,8.533299 + - type: Transform + pos: -5.5267916,8.533299 parent: 407 - type: Transform - proto: SheetPlasma1 entities: - uid: 384 components: - - pos: 6.479499,3.526761 + - type: Transform + pos: 6.479499,3.526761 parent: 407 - type: Transform - uid: 385 components: - - pos: 6.479499,3.526761 + - type: Transform + pos: 6.479499,3.526761 parent: 407 - type: Transform - uid: 386 components: - - pos: 6.479499,3.526761 + - type: Transform + pos: 6.479499,3.526761 parent: 407 - type: Transform - uid: 387 components: - - pos: 6.479499,3.526761 + - type: Transform + pos: 6.479499,3.526761 parent: 407 - type: Transform - uid: 388 components: - - pos: 6.479499,3.526761 + - type: Transform + pos: 6.479499,3.526761 parent: 407 - type: Transform - proto: SheetRPGlass1 entities: - uid: 389 components: - - pos: 13.522866,-9.46357 + - type: Transform + pos: 13.522866,-9.46357 parent: 407 - type: Transform - uid: 390 components: - - pos: 13.522866,-9.46357 + - type: Transform + pos: 13.522866,-9.46357 parent: 407 - type: Transform - uid: 391 components: - - pos: 13.522866,-9.46357 + - type: Transform + pos: 13.522866,-9.46357 parent: 407 - type: Transform - uid: 392 components: - - pos: 13.522866,-9.46357 + - type: Transform + pos: 13.522866,-9.46357 parent: 407 - type: Transform - uid: 393 components: - - pos: 13.522866,-9.46357 + - type: Transform + pos: 13.522866,-9.46357 parent: 407 - type: Transform - uid: 394 components: - - pos: 13.522866,-9.46357 + - type: Transform + pos: 13.522866,-9.46357 parent: 407 - type: Transform - proto: SignalButton entities: - uid: 380 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 407 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 136: - Pressed: Toggle - type: DeviceLinkSource - proto: SignSecureSmall entities: - uid: 382 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 407 - type: Transform - uid: 383 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 407 - type: Transform - proto: SMESBasic entities: - uid: 49 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 407 - type: Transform - proto: SmokingPipeFilledTobacco entities: - uid: 334 components: - - pos: -7.365794,-7.4852543 + - type: Transform + pos: -7.365794,-7.4852543 parent: 407 - type: Transform - proto: SpaceTickSpawner entities: - uid: 400 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 407 - type: Transform - uid: 401 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 407 - type: Transform - uid: 402 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 407 - type: Transform - uid: 403 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 407 - type: Transform - proto: SubstationWallBasic entities: - uid: 227 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 407 - type: Transform - proto: Table entities: - uid: 169 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 407 - type: Transform - uid: 190 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 407 - type: Transform - uid: 194 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 407 - type: Transform - proto: TableCarpet entities: - uid: 329 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 407 - type: Transform - proto: TableGlass entities: - uid: 342 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 407 - type: Transform - proto: ToiletEmpty entities: - uid: 327 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-10.5 parent: 407 - type: Transform - proto: TrashBananaPeel entities: - uid: 379 components: - - pos: 5.535487,6.4609785 + - type: Transform + pos: 5.535487,6.4609785 parent: 407 - type: Transform - proto: WallSolid entities: - uid: 1 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 407 - type: Transform - uid: 2 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 407 - type: Transform - uid: 3 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 407 - type: Transform - uid: 4 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 407 - type: Transform - uid: 5 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 407 - type: Transform - uid: 6 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 407 - type: Transform - uid: 7 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 407 - type: Transform - uid: 8 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 407 - type: Transform - uid: 9 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 407 - type: Transform - uid: 10 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 407 - type: Transform - uid: 11 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 407 - type: Transform - uid: 12 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 407 - type: Transform - uid: 13 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 407 - type: Transform - uid: 14 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 407 - type: Transform - uid: 15 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 407 - type: Transform - uid: 16 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 407 - type: Transform - uid: 17 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 407 - type: Transform - uid: 18 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 407 - type: Transform - uid: 19 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 407 - type: Transform - uid: 29 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 407 - type: Transform - uid: 140 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 407 - type: Transform - proto: WarningPlasma entities: - uid: 395 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 + parent: 407 +- proto: WarpPoint + entities: + - uid: 339 + components: + - type: Transform + pos: 3.5,4.5 parent: 407 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeaponCapacitorRecharger entities: - uid: 351 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 407 - type: Transform - proto: WelderIndustrial entities: - uid: 331 components: - - pos: 6.535128,6.4838986 + - type: Transform + pos: 6.535128,6.4838986 parent: 407 - type: Transform - proto: WeldingFuelTankFull entities: - uid: 332 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 407 - type: Transform - proto: Window entities: - uid: 188 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 407 - type: Transform - uid: 204 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 407 - type: Transform - uid: 207 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 407 - type: Transform - uid: 217 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 407 - type: Transform - uid: 218 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 407 - type: Transform - uid: 219 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 407 - type: Transform - uid: 220 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 407 - type: Transform - uid: 221 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 407 - type: Transform - uid: 222 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 407 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-01.yml b/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-01.yml index 3371f803dd..f3e1b340fc 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-01.yml @@ -4,55 +4,56 @@ meta: tilemap: 0: Space 7: FloorAsteroidSand - 105: FloorWhiteMono - 109: FloorWhitePlastic + 114: FloorWhiteMono + 118: FloorWhitePlastic entities: - proto: "" entities: - uid: 1 components: - type: MetaData - - pos: 0.5167553,0.5923884 + - type: Transform + pos: 0.5167553,0.5923884 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAFBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAHAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAEAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAHBwAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAABBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAABAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAcgAAAAADcgAAAAACcgAAAAABBwAAAAAHBwAAAAAABwAAAAALAAAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAFdgAAAAADcgAAAAABcgAAAAACcgAAAAAABwAAAAAMBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAABcgAAAAACcgAAAAABcgAAAAABBwAAAAAEBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAKBwAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAALdgAAAAADdgAAAAACdgAAAAAAdgAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAFBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAALBwAAAAAABwAAAAAMBwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAABBwAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAADBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAJBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -188,7 +189,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -196,3941 +196,3959 @@ entities: entities: - uid: 280 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,3.5 parent: 1 - type: Transform - proto: AsteroidAltRock entities: - uid: 2 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 1 - type: Transform - uid: 3 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 1 - type: Transform - uid: 4 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 1 - type: Transform - uid: 5 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 1 - type: Transform - uid: 6 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 1 - type: Transform - uid: 7 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 1 - type: Transform - uid: 8 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 1 - type: Transform - uid: 9 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 10 components: - - pos: -8.5,11.5 + - type: Transform + pos: -8.5,11.5 parent: 1 - type: Transform - uid: 11 components: - - pos: -9.5,11.5 + - type: Transform + pos: -9.5,11.5 parent: 1 - type: Transform - uid: 12 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 1 - type: Transform - uid: 13 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 1 - type: Transform - uid: 14 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 1 - type: Transform - uid: 15 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 1 - type: Transform - uid: 16 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 1 - type: Transform - uid: 17 components: - - pos: -5.5,12.5 + - type: Transform + pos: -5.5,12.5 parent: 1 - type: Transform - uid: 18 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 1 - type: Transform - uid: 19 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 1 - type: Transform - uid: 20 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 1 - type: Transform - uid: 21 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 22 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 1 - type: Transform - uid: 23 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 1 - type: Transform - uid: 24 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 1 - type: Transform - uid: 25 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 1 - type: Transform - uid: 26 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 1 - type: Transform - uid: 27 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 1 - type: Transform - uid: 28 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 1 - type: Transform - uid: 29 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 1 - type: Transform - uid: 30 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 1 - type: Transform - uid: 31 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 1 - type: Transform - uid: 32 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 1 - type: Transform - uid: 33 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 1 - type: Transform - uid: 34 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 1 - type: Transform - uid: 35 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 36 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 37 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 1 - type: Transform - uid: 38 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 1 - type: Transform - uid: 39 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 1 - type: Transform - uid: 40 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 1 - type: Transform - uid: 41 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 1 - type: Transform - uid: 42 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 1 - type: Transform - uid: 43 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 1 - type: Transform - uid: 44 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 1 - type: Transform - uid: 45 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 1 - type: Transform - uid: 46 components: - - pos: -12.5,8.5 + - type: Transform + pos: -12.5,8.5 parent: 1 - type: Transform - uid: 47 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - uid: 48 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 1 - type: Transform - uid: 49 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 50 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 51 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - uid: 52 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - uid: 53 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 1 - type: Transform - uid: 54 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 1 - type: Transform - uid: 55 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 1 - type: Transform - uid: 56 components: - - pos: -12.5,9.5 + - type: Transform + pos: -12.5,9.5 parent: 1 - type: Transform - uid: 57 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 1 - type: Transform - uid: 58 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 59 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 1 - type: Transform - uid: 60 components: - - pos: -7.5,11.5 + - type: Transform + pos: -7.5,11.5 parent: 1 - type: Transform - uid: 61 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - uid: 62 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 1 - type: Transform - uid: 63 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 1 - type: Transform - uid: 64 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 1 - type: Transform - uid: 65 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 1 - type: Transform - uid: 66 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 1 - type: Transform - uid: 67 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 1 - type: Transform - uid: 68 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 1 - type: Transform - uid: 69 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 1 - type: Transform - uid: 70 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 1 - type: Transform - uid: 71 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 1 - type: Transform - uid: 72 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 1 - type: Transform - uid: 73 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - uid: 74 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - uid: 75 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 1 - type: Transform - uid: 76 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 1 - type: Transform - uid: 77 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 1 - type: Transform - uid: 78 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 1 - type: Transform - uid: 79 components: - - pos: -14.5,-5.5 + - type: Transform + pos: -14.5,-5.5 parent: 1 - type: Transform - uid: 80 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 1 - type: Transform - uid: 81 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 1 - type: Transform - uid: 82 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 1 - type: Transform - uid: 83 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 1 - type: Transform - uid: 84 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 1 - type: Transform - uid: 85 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 1 - type: Transform - uid: 86 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 1 - type: Transform - uid: 87 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 1 - type: Transform - uid: 88 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 1 - type: Transform - uid: 89 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 1 - type: Transform - uid: 90 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 91 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 92 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - uid: 93 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - uid: 94 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 95 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 1 - type: Transform - uid: 96 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 1 - type: Transform - uid: 97 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 1 - type: Transform - uid: 98 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 1 - type: Transform - uid: 99 components: - - pos: -11.5,-11.5 + - type: Transform + pos: -11.5,-11.5 parent: 1 - type: Transform - uid: 100 components: - - pos: -11.5,-12.5 + - type: Transform + pos: -11.5,-12.5 parent: 1 - type: Transform - uid: 101 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 1 - type: Transform - uid: 102 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 1 - type: Transform - uid: 103 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 1 - type: Transform - uid: 104 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 1 - type: Transform - uid: 105 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 1 - type: Transform - uid: 106 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 1 - type: Transform - uid: 107 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 1 - type: Transform - uid: 108 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 1 - type: Transform - uid: 109 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - uid: 110 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 1 - type: Transform - uid: 111 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 1 - type: Transform - uid: 112 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 1 - type: Transform - uid: 113 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 1 - type: Transform - uid: 114 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 1 - type: Transform - uid: 115 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 1 - type: Transform - uid: 116 components: - - pos: -7.5,-14.5 + - type: Transform + pos: -7.5,-14.5 parent: 1 - type: Transform - uid: 117 components: - - pos: -13.5,-10.5 + - type: Transform + pos: -13.5,-10.5 parent: 1 - type: Transform - uid: 118 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 1 - type: Transform - uid: 119 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 1 - type: Transform - uid: 120 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 121 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - uid: 122 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 123 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - uid: 124 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 1 - type: Transform - uid: 125 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 1 - type: Transform - uid: 126 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 1 - type: Transform - uid: 127 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 1 - type: Transform - uid: 128 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 1 - type: Transform - uid: 129 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 1 - type: Transform - uid: 130 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 1 - type: Transform - uid: 131 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 1 - type: Transform - uid: 132 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 1 - type: Transform - uid: 133 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 1 - type: Transform - uid: 134 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 1 - type: Transform - uid: 135 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 1 - type: Transform - uid: 136 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 1 - type: Transform - uid: 137 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 1 - type: Transform - uid: 138 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 1 - type: Transform - uid: 139 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 1 - type: Transform - uid: 140 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 1 - type: Transform - uid: 141 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 1 - type: Transform - uid: 142 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - uid: 143 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 144 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 145 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 146 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 1 - type: Transform - uid: 147 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 1 - type: Transform - uid: 148 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 149 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 1 - type: Transform - uid: 150 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - uid: 151 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 1 - type: Transform - uid: 152 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 1 - type: Transform - uid: 153 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 1 - type: Transform - uid: 154 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 1 - type: Transform - uid: 155 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 1 - type: Transform - uid: 156 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 1 - type: Transform - uid: 157 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 1 - type: Transform - uid: 158 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 1 - type: Transform - uid: 159 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - uid: 160 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 1 - type: Transform - uid: 161 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 1 - type: Transform - uid: 162 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 1 - type: Transform - uid: 163 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 1 - type: Transform - uid: 164 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - uid: 165 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 1 - type: Transform - uid: 166 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 1 - type: Transform - uid: 167 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 1 - type: Transform - uid: 168 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 1 - type: Transform - uid: 169 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 1 - type: Transform - uid: 170 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - uid: 171 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - uid: 172 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 1 - type: Transform - uid: 173 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 174 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 1 - type: Transform - uid: 175 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 1 - type: Transform - uid: 176 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 1 - type: Transform - uid: 177 components: - - pos: -11.5,9.5 + - type: Transform + pos: -11.5,9.5 parent: 1 - type: Transform - uid: 178 components: - - pos: -11.5,8.5 + - type: Transform + pos: -11.5,8.5 parent: 1 - type: Transform - uid: 179 components: - - pos: -12.5,7.5 + - type: Transform + pos: -12.5,7.5 parent: 1 - type: Transform - uid: 180 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 1 - type: Transform - uid: 181 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 1 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 182 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 1 - type: Transform - uid: 183 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 1 - type: Transform - uid: 184 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 1 - type: Transform - uid: 185 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 1 - type: Transform - uid: 186 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 1 - type: Transform - uid: 187 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 1 - type: Transform - uid: 188 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 1 - type: Transform - uid: 189 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 1 - type: Transform - uid: 190 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 1 - type: Transform - uid: 191 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 1 - type: Transform - uid: 192 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 1 - type: Transform - uid: 193 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 1 - type: Transform - uid: 194 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 1 - type: Transform - uid: 195 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 1 - type: Transform - uid: 196 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 1 - type: Transform - uid: 197 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 1 - type: Transform - uid: 198 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 1 - type: Transform - uid: 199 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 1 - type: Transform - uid: 200 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 1 - type: Transform - uid: 201 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 1 - type: Transform - uid: 202 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 1 - type: Transform - uid: 203 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 1 - type: Transform - uid: 204 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 1 - type: Transform - uid: 205 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 1 - type: Transform - uid: 206 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 1 - type: Transform - uid: 207 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 1 - type: Transform - uid: 208 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 1 - type: Transform - uid: 209 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 1 - type: Transform - uid: 210 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 1 - type: Transform - uid: 211 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 212 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 213 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 1 - type: Transform - uid: 214 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 215 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 1 - type: Transform - uid: 216 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 1 - type: Transform - uid: 217 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 1 - type: Transform - uid: 218 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 1 - type: Transform - uid: 219 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 1 - type: Transform - uid: 220 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 1 - type: Transform - uid: 221 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 1 - type: Transform - uid: 222 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 1 - type: Transform - uid: 223 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 1 - type: Transform - uid: 224 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 1 - type: Transform - uid: 225 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 1 - type: Transform - uid: 226 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - uid: 227 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 228 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - uid: 229 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - uid: 230 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 1 - type: Transform - uid: 231 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 1 - type: Transform - uid: 232 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - uid: 233 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 1 - type: Transform - uid: 234 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 1 - type: Transform - uid: 235 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 1 - type: Transform - uid: 236 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 1 - type: Transform - uid: 237 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 1 - type: Transform - uid: 238 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - uid: 239 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - uid: 240 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 241 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 1 - type: Transform - uid: 242 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - uid: 243 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 1 - type: Transform - uid: 244 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 1 - type: Transform - uid: 245 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - uid: 246 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - uid: 247 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 1 - type: Transform - uid: 248 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 1 - type: Transform - uid: 249 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - uid: 250 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - uid: 251 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 252 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 253 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 254 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - uid: 255 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 1 - type: Transform - uid: 256 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 257 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 258 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - uid: 259 components: - - pos: -11.5,7.5 + - type: Transform + pos: -11.5,7.5 parent: 1 - type: Transform - uid: 260 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 1 - type: Transform - uid: 261 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 1 - type: Transform - uid: 267 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 1 - type: Transform - uid: 362 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 1 - type: Transform - uid: 398 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 717 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 718 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - uid: 719 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 720 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 721 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 722 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 723 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 724 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 725 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 1 - type: Transform - proto: ChairOfficeLight entities: - uid: 526 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.101814,4.400777 parent: 1 - type: Transform - proto: CrateSurgery entities: - uid: 524 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 1 - type: Transform - proto: FloraRockSolid01 entities: - uid: 266 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 1 - type: Transform - proto: FloraRockSolid02 entities: - uid: 268 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - proto: FloraRockSolid03 entities: - uid: 401 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 1 - type: Transform - uid: 541 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 1 - type: Transform - proto: FoodCakeBrainSlice entities: - uid: 522 components: - - pos: -3.5805638,3.6253192 + - type: Transform + pos: -3.5805638,3.6253192 parent: 1 - type: Transform - proto: GasPipeBend entities: - uid: 734 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,2.5 parent: 1 - type: Transform - proto: GasPipeHalf entities: - uid: 732 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,1.5 parent: 1 - type: Transform - proto: GasPipeStraight entities: - uid: 729 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,2.5 parent: 1 - type: Transform - uid: 730 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,1.5 parent: 1 - type: Transform - uid: 731 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,1.5 parent: 1 - type: Transform - uid: 733 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,2.5 parent: 1 - type: Transform - uid: 767 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,2.5 parent: 1 - type: Transform - proto: GasVentPump entities: - uid: 727 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasVentScrubber entities: - uid: 728 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,1.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: HeadHuman entities: - uid: 531 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.6434805,1.346572 parent: 1 - type: Transform +- proto: Jug + entities: + - uid: 769 + components: + - type: Transform + pos: -6.5409093,4.097501 + parent: 1 - proto: MaintenanceFluffSpawner entities: - uid: 763 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 764 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 704 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 1 - type: Transform - uid: 760 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 761 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 754 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 762 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 1 - type: Transform - proto: OperatingTable entities: - uid: 520 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - proto: OrganHumanKidneys entities: - uid: 533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.036476,3.6085594 parent: 1 - type: Transform - proto: OrganHumanLiver entities: - uid: 534 components: - - pos: -5.6406426,0.5022352 + - type: Transform + pos: -5.6406426,0.5022352 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 758 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 759 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredlightExterior + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior entities: - uid: 726 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,3.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PuddleTomato entities: - uid: 535 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 536 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - uid: 537 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 538 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - uid: 539 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 540 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - proto: Rack entities: - uid: 523 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 686 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 743 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 1 - type: Transform - uid: 744 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 317 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 1 - type: Transform - uid: 405 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 422 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 574 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 644 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - uid: 747 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 1 - type: Transform - uid: 748 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 1 - type: Transform - uid: 749 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 1 - type: Transform - uid: 750 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 1 - type: Transform - uid: 751 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 752 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - uid: 753 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 755 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - proto: RandomRockSpawner entities: - uid: 262 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 263 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 1 - type: Transform - uid: 264 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 1 - type: Transform - uid: 265 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 269 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 271 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 1 - type: Transform - uid: 272 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 1 - type: Transform - uid: 273 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 274 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 275 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 276 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 1 - type: Transform - uid: 278 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 1 - type: Transform - uid: 282 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 284 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 1 - type: Transform - uid: 285 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 1 - type: Transform - uid: 286 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 1 - type: Transform - uid: 287 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 1 - type: Transform - uid: 288 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 289 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 1 - type: Transform - uid: 290 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 1 - type: Transform - uid: 291 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 1 - type: Transform - uid: 292 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 1 - type: Transform - uid: 293 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 1 - type: Transform - uid: 294 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 1 - type: Transform - uid: 295 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 1 - type: Transform - uid: 297 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 1 - type: Transform - uid: 298 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 1 - type: Transform - uid: 299 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 1 - type: Transform - uid: 300 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 1 - type: Transform - uid: 301 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 302 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 303 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 1 - type: Transform - uid: 304 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 1 - type: Transform - uid: 305 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - uid: 306 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 1 - type: Transform - uid: 307 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - uid: 308 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - uid: 309 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 310 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 311 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 312 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 1 - type: Transform - uid: 313 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 314 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 1 - type: Transform - uid: 315 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - uid: 316 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 318 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - uid: 319 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 320 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 1 - type: Transform - uid: 321 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - uid: 322 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 324 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 1 - type: Transform - uid: 325 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - uid: 326 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - uid: 327 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 1 - type: Transform - uid: 328 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 1 - type: Transform - uid: 329 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 1 - type: Transform - uid: 330 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 1 - type: Transform - uid: 331 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 1 - type: Transform - uid: 332 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 1 - type: Transform - uid: 333 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 334 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 335 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 1 - type: Transform - uid: 336 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 337 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 338 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 339 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 341 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - uid: 342 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 343 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 345 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 346 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 347 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 1 - type: Transform - uid: 348 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 349 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 1 - type: Transform - uid: 350 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 351 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 352 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 1 - type: Transform - uid: 353 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - uid: 354 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 1 - type: Transform - uid: 355 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 356 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 357 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 358 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 1 - type: Transform - uid: 359 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 1 - type: Transform - uid: 360 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 361 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 363 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 364 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 1 - type: Transform - uid: 365 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 366 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 367 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 1 - type: Transform - uid: 368 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 369 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 371 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 372 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 1 - type: Transform - uid: 373 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 1 - type: Transform - uid: 374 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 1 - type: Transform - uid: 375 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 1 - type: Transform - uid: 376 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 1 - type: Transform - uid: 377 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - uid: 378 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - uid: 379 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 380 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - uid: 389 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 390 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 1 - type: Transform - uid: 391 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 1 - type: Transform - uid: 392 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 1 - type: Transform - uid: 393 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 1 - type: Transform - uid: 394 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 1 - type: Transform - uid: 395 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 1 - type: Transform - uid: 396 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 1 - type: Transform - uid: 397 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 1 - type: Transform - uid: 399 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 1 - type: Transform - uid: 400 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 402 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 1 - type: Transform - uid: 403 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 1 - type: Transform - uid: 404 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 1 - type: Transform - uid: 406 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 407 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 1 - type: Transform - uid: 408 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 409 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 1 - type: Transform - uid: 410 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 1 - type: Transform - uid: 411 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 1 - type: Transform - uid: 412 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 1 - type: Transform - uid: 413 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 1 - type: Transform - uid: 414 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 1 - type: Transform - uid: 415 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 416 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 1 - type: Transform - uid: 417 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 419 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 420 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 1 - type: Transform - uid: 421 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 1 - type: Transform - uid: 423 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 1 - type: Transform - uid: 424 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 425 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 1 - type: Transform - uid: 426 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 427 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 1 - type: Transform - uid: 429 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 1 - type: Transform - uid: 430 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 1 - type: Transform - uid: 431 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 432 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 433 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 434 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 435 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 1 - type: Transform - uid: 436 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 437 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 1 - type: Transform - uid: 438 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 440 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 441 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 442 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 1 - type: Transform - uid: 443 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 444 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 447 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 448 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 1 - type: Transform - uid: 449 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 1 - type: Transform - uid: 450 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 1 - type: Transform - uid: 452 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 1 - type: Transform - uid: 453 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 454 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 1 - type: Transform - uid: 455 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 456 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 1 - type: Transform - uid: 457 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 1 - type: Transform - uid: 458 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - uid: 459 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - uid: 460 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 1 - type: Transform - uid: 461 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 462 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 1 - type: Transform - uid: 463 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 1 - type: Transform - uid: 464 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 1 - type: Transform - uid: 465 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 1 - type: Transform - uid: 466 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 467 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 468 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 469 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 1 - type: Transform - uid: 470 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 471 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 1 - type: Transform - uid: 472 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 1 - type: Transform - uid: 473 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 1 - type: Transform - uid: 474 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 1 - type: Transform - uid: 475 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 476 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 1 - type: Transform - uid: 477 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 478 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 479 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 480 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 1 - type: Transform - uid: 481 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 1 - type: Transform - uid: 482 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 1 - type: Transform - uid: 485 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 1 - type: Transform - uid: 486 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 487 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 1 - type: Transform - uid: 488 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 1 - type: Transform - uid: 489 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 1 - type: Transform - uid: 490 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 491 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 492 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 493 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 1 - type: Transform - uid: 494 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 495 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 1 - type: Transform - uid: 496 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 1 - type: Transform - uid: 497 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 1 - type: Transform - uid: 500 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 1 - type: Transform - uid: 501 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 1 - type: Transform - uid: 502 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 503 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 1 - type: Transform - uid: 504 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 1 - type: Transform - uid: 506 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 507 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 509 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 1 - type: Transform - uid: 510 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 511 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 1 - type: Transform - uid: 512 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - uid: 513 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 1 - type: Transform - uid: 542 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 543 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 544 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 545 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 546 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 1 - type: Transform - uid: 547 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 548 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 1 - type: Transform - uid: 550 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 551 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 552 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - uid: 553 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 554 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 555 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 556 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 560 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 1 - type: Transform - uid: 561 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 1 - type: Transform - uid: 562 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 1 - type: Transform - uid: 563 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 1 - type: Transform - uid: 564 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 565 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 566 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 567 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 568 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - uid: 569 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - uid: 570 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 1 - type: Transform - uid: 571 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 1 - type: Transform - uid: 572 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 1 - type: Transform - uid: 573 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 575 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 576 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 577 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - uid: 578 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 579 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 1 - type: Transform - uid: 580 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 1 - type: Transform - uid: 581 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - uid: 582 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - uid: 583 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 584 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - uid: 585 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 586 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 587 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - uid: 588 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 1 - type: Transform - uid: 589 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 1 - type: Transform - uid: 590 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 591 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 592 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 593 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - uid: 594 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - uid: 595 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 1 - type: Transform - uid: 596 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 1 - type: Transform - uid: 597 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 598 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 1 - type: Transform - uid: 599 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 600 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 1 - type: Transform - uid: 601 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 602 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 1 - type: Transform - uid: 603 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 1 - type: Transform - uid: 604 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 605 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 606 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 607 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 608 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 609 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 610 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - uid: 611 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 614 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 615 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 616 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 617 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 618 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 619 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 622 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 623 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - uid: 624 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 625 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 626 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 627 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 628 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 629 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 630 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 631 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 632 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 633 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 634 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 635 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 636 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 637 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 638 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 639 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 640 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - uid: 641 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 642 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 1 - type: Transform - uid: 645 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 646 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 647 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 648 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 1 - type: Transform - uid: 649 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 650 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 651 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 655 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 656 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 657 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 658 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 659 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 660 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 1 - type: Transform - uid: 661 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 1 - type: Transform - uid: 662 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - uid: 663 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 664 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 1 - type: Transform - uid: 665 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 666 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 667 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 668 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - uid: 669 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - uid: 670 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - uid: 671 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 672 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 1 - type: Transform - uid: 673 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 1 - type: Transform - uid: 674 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 1 - type: Transform - uid: 675 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - uid: 676 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 677 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 678 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 679 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - uid: 680 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 681 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 682 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 683 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 684 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 685 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 687 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 688 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 690 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 691 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform - uid: 692 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - uid: 693 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 694 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 695 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 696 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 697 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 698 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - uid: 699 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - uid: 700 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 1 - type: Transform - uid: 701 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 1 - type: Transform - uid: 702 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 703 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 1 - type: Transform - uid: 705 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - uid: 706 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - uid: 707 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 1 - type: Transform - uid: 708 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 1 - type: Transform - uid: 709 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 710 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 711 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 712 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 713 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 1 - type: Transform - uid: 714 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 1 - type: Transform - uid: 715 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 1 - type: Transform - uid: 716 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 737 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 735 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - proto: SalvageMobSpawner entities: - uid: 559 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 765 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 1 - type: Transform - uid: 766 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 270 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 1 - type: Transform - uid: 323 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 381 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 382 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 1 - type: Transform - uid: 388 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 428 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 1 - type: Transform - uid: 451 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 483 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 1 - type: Transform - uid: 484 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 508 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 549 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 557 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 558 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 612 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 620 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 1 - type: Transform - uid: 621 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 344 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 1 - type: Transform - uid: 370 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 1 - type: Transform - uid: 689 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 738 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - uid: 739 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - uid: 740 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 1 - type: Transform - uid: 741 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - uid: 742 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 1 - type: Transform - uid: 745 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 1 - type: Transform - uid: 746 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 340 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 529 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - uid: 530 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 652 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - - uid: 736 + - uid: 654 components: - - pos: 2.5,0.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - - uid: 654 + - uid: 736 components: - - pos: -0.5,4.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - proto: Scalpel entities: - uid: 521 components: - - pos: -4.4945064,3.4964664 + - type: Transform + pos: -4.4945064,3.4964664 parent: 1 - type: Transform - proto: SignSurgery entities: - uid: 525 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 1 - type: Transform - proto: SnakeMobMundane25 entities: - uid: 643 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 653 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - uid: 756 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 757 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - proto: TableCounterMetal entities: - uid: 527 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 528 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - proto: TableReinforcedGlass entities: - uid: 518 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 519 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - proto: TorsoHuman entities: - uid: 532 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.682309,0.6273222 parent: 1 - type: Transform - proto: WallSolid entities: - uid: 277 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 279 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 281 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 1 - type: Transform - uid: 283 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 296 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 383 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 384 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 1 - type: Transform - uid: 386 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 387 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 418 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 1 - type: Transform - uid: 439 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 445 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 446 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 499 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 505 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 1 - type: Transform - uid: 516 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - proto: WallSolidRust entities: - uid: 385 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 498 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 1 - type: Transform - uid: 514 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 515 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 517 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 768 + components: + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-02.yml b/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-02.yml index 232163c367..ee18d1adb9 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-02.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-02.yml @@ -4,56 +4,57 @@ meta: tilemap: 0: Space 7: FloorAsteroidSand - 56: FloorHydro - 96: FloorTechMaint - 113: Plating + 59: FloorHydro + 105: FloorTechMaint + 122: Plating entities: - proto: "" entities: - uid: 770 components: - type: MetaData - - pos: 0.5167553,0.5923884 + - type: Transform + pos: 0.5167553,0.5923884 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAALBwAAAAAABwAAAAAABwAAAAAHBwAAAAAHBwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAKBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAEAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAMAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAKBwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAIBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAJBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAGBwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAMBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAIBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAALBwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: BwAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAHegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAACBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -189,7 +190,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -197,3961 +197,3970 @@ entities: entities: - uid: 283 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 770 - type: Transform - proto: APCBasic entities: - uid: 626 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 770 - type: Transform - proto: AsteroidAltRock entities: - uid: 1 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 770 - type: Transform - uid: 2 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 770 - type: Transform - uid: 3 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 770 - type: Transform - uid: 4 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 770 - type: Transform - uid: 5 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 770 - type: Transform - uid: 6 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 770 - type: Transform - uid: 7 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 770 - type: Transform - uid: 8 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 770 - type: Transform - uid: 9 components: - - pos: -8.5,11.5 + - type: Transform + pos: -8.5,11.5 parent: 770 - type: Transform - uid: 10 components: - - pos: -9.5,11.5 + - type: Transform + pos: -9.5,11.5 parent: 770 - type: Transform - uid: 11 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 770 - type: Transform - uid: 12 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 770 - type: Transform - uid: 13 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 770 - type: Transform - uid: 14 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 770 - type: Transform - uid: 15 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 770 - type: Transform - uid: 16 components: - - pos: -5.5,12.5 + - type: Transform + pos: -5.5,12.5 parent: 770 - type: Transform - uid: 17 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 770 - type: Transform - uid: 18 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 770 - type: Transform - uid: 19 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 770 - type: Transform - uid: 20 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 770 - type: Transform - uid: 21 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 770 - type: Transform - uid: 22 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 770 - type: Transform - uid: 23 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 770 - type: Transform - uid: 24 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 770 - type: Transform - uid: 25 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 770 - type: Transform - uid: 26 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 770 - type: Transform - uid: 27 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 770 - type: Transform - uid: 28 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 770 - type: Transform - uid: 29 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 770 - type: Transform - uid: 30 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 770 - type: Transform - uid: 31 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 770 - type: Transform - uid: 32 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 770 - type: Transform - uid: 33 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 770 - type: Transform - uid: 34 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 770 - type: Transform - uid: 35 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 770 - type: Transform - uid: 36 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 770 - type: Transform - uid: 37 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 770 - type: Transform - uid: 38 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 770 - type: Transform - uid: 39 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 770 - type: Transform - uid: 40 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 770 - type: Transform - uid: 41 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 770 - type: Transform - uid: 42 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 770 - type: Transform - uid: 43 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 770 - type: Transform - uid: 44 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 770 - type: Transform - uid: 45 components: - - pos: -12.5,8.5 + - type: Transform + pos: -12.5,8.5 parent: 770 - type: Transform - uid: 46 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 770 - type: Transform - uid: 47 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 770 - type: Transform - uid: 48 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 770 - type: Transform - uid: 49 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 770 - type: Transform - uid: 50 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 770 - type: Transform - uid: 51 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 770 - type: Transform - uid: 52 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 770 - type: Transform - uid: 53 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 770 - type: Transform - uid: 54 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 770 - type: Transform - uid: 55 components: - - pos: -12.5,9.5 + - type: Transform + pos: -12.5,9.5 parent: 770 - type: Transform - uid: 56 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 770 - type: Transform - uid: 57 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 770 - type: Transform - uid: 58 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 770 - type: Transform - uid: 59 components: - - pos: -7.5,11.5 + - type: Transform + pos: -7.5,11.5 parent: 770 - type: Transform - uid: 60 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 770 - type: Transform - uid: 61 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 770 - type: Transform - uid: 62 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 770 - type: Transform - uid: 63 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 770 - type: Transform - uid: 64 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 770 - type: Transform - uid: 65 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 770 - type: Transform - uid: 66 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 770 - type: Transform - uid: 67 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 770 - type: Transform - uid: 68 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 770 - type: Transform - uid: 69 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 770 - type: Transform - uid: 70 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 770 - type: Transform - uid: 71 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 770 - type: Transform - uid: 72 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 770 - type: Transform - uid: 73 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 770 - type: Transform - uid: 74 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 770 - type: Transform - uid: 75 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 770 - type: Transform - uid: 76 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 770 - type: Transform - uid: 77 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 770 - type: Transform - uid: 78 components: - - pos: -14.5,-5.5 + - type: Transform + pos: -14.5,-5.5 parent: 770 - type: Transform - uid: 79 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 770 - type: Transform - uid: 80 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 770 - type: Transform - uid: 81 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 770 - type: Transform - uid: 82 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 770 - type: Transform - uid: 83 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 770 - type: Transform - uid: 84 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 770 - type: Transform - uid: 85 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 770 - type: Transform - uid: 86 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 770 - type: Transform - uid: 87 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 770 - type: Transform - uid: 88 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 770 - type: Transform - uid: 89 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 770 - type: Transform - uid: 90 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 770 - type: Transform - uid: 91 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 770 - type: Transform - uid: 92 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 770 - type: Transform - uid: 93 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 770 - type: Transform - uid: 94 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 770 - type: Transform - uid: 95 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 770 - type: Transform - uid: 96 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 770 - type: Transform - uid: 97 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 770 - type: Transform - uid: 98 components: - - pos: -11.5,-11.5 + - type: Transform + pos: -11.5,-11.5 parent: 770 - type: Transform - uid: 99 components: - - pos: -11.5,-12.5 + - type: Transform + pos: -11.5,-12.5 parent: 770 - type: Transform - uid: 100 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 770 - type: Transform - uid: 101 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 770 - type: Transform - uid: 102 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 770 - type: Transform - uid: 103 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 770 - type: Transform - uid: 104 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 770 - type: Transform - uid: 105 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 770 - type: Transform - uid: 106 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 770 - type: Transform - uid: 107 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 770 - type: Transform - uid: 108 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 770 - type: Transform - uid: 109 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 770 - type: Transform - uid: 110 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 770 - type: Transform - uid: 111 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 770 - type: Transform - uid: 112 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 770 - type: Transform - uid: 113 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 770 - type: Transform - uid: 114 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 770 - type: Transform - uid: 115 components: - - pos: -7.5,-14.5 + - type: Transform + pos: -7.5,-14.5 parent: 770 - type: Transform - uid: 116 components: - - pos: -13.5,-10.5 + - type: Transform + pos: -13.5,-10.5 parent: 770 - type: Transform - uid: 117 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 770 - type: Transform - uid: 118 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 770 - type: Transform - uid: 119 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 770 - type: Transform - uid: 120 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 770 - type: Transform - uid: 121 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 770 - type: Transform - uid: 122 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 770 - type: Transform - uid: 123 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 770 - type: Transform - uid: 124 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 770 - type: Transform - uid: 125 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 770 - type: Transform - uid: 126 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 770 - type: Transform - uid: 127 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 770 - type: Transform - uid: 128 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 770 - type: Transform - uid: 129 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 770 - type: Transform - uid: 130 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 770 - type: Transform - uid: 131 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 770 - type: Transform - uid: 132 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 770 - type: Transform - uid: 133 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 770 - type: Transform - uid: 134 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 770 - type: Transform - uid: 135 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 770 - type: Transform - uid: 136 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 770 - type: Transform - uid: 137 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 770 - type: Transform - uid: 138 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 770 - type: Transform - uid: 139 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 770 - type: Transform - uid: 140 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 770 - type: Transform - uid: 141 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 770 - type: Transform - uid: 142 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 770 - type: Transform - uid: 143 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 770 - type: Transform - uid: 144 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 770 - type: Transform - uid: 145 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 770 - type: Transform - uid: 146 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 770 - type: Transform - uid: 147 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 770 - type: Transform - uid: 148 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 770 - type: Transform - uid: 149 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 770 - type: Transform - uid: 150 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 770 - type: Transform - uid: 151 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 770 - type: Transform - uid: 152 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 770 - type: Transform - uid: 153 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 770 - type: Transform - uid: 154 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 770 - type: Transform - uid: 155 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 770 - type: Transform - uid: 156 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 770 - type: Transform - uid: 157 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 770 - type: Transform - uid: 158 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 770 - type: Transform - uid: 159 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 770 - type: Transform - uid: 160 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 770 - type: Transform - uid: 161 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 770 - type: Transform - uid: 162 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 770 - type: Transform - uid: 163 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 770 - type: Transform - uid: 164 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 770 - type: Transform - uid: 165 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 770 - type: Transform - uid: 166 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 770 - type: Transform - uid: 167 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 770 - type: Transform - uid: 168 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 770 - type: Transform - uid: 169 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 770 - type: Transform - uid: 170 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 770 - type: Transform - uid: 171 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 770 - type: Transform - uid: 172 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 770 - type: Transform - uid: 173 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 770 - type: Transform - uid: 174 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 770 - type: Transform - uid: 175 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 770 - type: Transform - uid: 176 components: - - pos: -11.5,9.5 + - type: Transform + pos: -11.5,9.5 parent: 770 - type: Transform - uid: 177 components: - - pos: -11.5,8.5 + - type: Transform + pos: -11.5,8.5 parent: 770 - type: Transform - uid: 178 components: - - pos: -12.5,7.5 + - type: Transform + pos: -12.5,7.5 parent: 770 - type: Transform - uid: 179 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 770 - type: Transform - uid: 180 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 770 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 181 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 770 - type: Transform - uid: 182 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 770 - type: Transform - uid: 183 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 770 - type: Transform - uid: 184 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 770 - type: Transform - uid: 185 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 770 - type: Transform - uid: 186 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 770 - type: Transform - uid: 187 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 770 - type: Transform - uid: 188 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 770 - type: Transform - uid: 189 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 770 - type: Transform - uid: 190 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 770 - type: Transform - uid: 191 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 770 - type: Transform - uid: 192 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 770 - type: Transform - uid: 193 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 770 - type: Transform - uid: 194 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 770 - type: Transform - uid: 195 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 770 - type: Transform - uid: 196 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 770 - type: Transform - uid: 197 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 770 - type: Transform - uid: 198 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 770 - type: Transform - uid: 199 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 770 - type: Transform - uid: 200 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 770 - type: Transform - uid: 201 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 770 - type: Transform - uid: 202 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 770 - type: Transform - uid: 203 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 770 - type: Transform - uid: 204 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 770 - type: Transform - uid: 205 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 770 - type: Transform - uid: 206 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 770 - type: Transform - uid: 207 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 770 - type: Transform - uid: 208 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 770 - type: Transform - uid: 209 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 770 - type: Transform - uid: 210 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 770 - type: Transform - uid: 211 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 770 - type: Transform - uid: 212 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 770 - type: Transform - uid: 213 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 770 - type: Transform - uid: 214 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 770 - type: Transform - uid: 215 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 770 - type: Transform - uid: 216 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 770 - type: Transform - uid: 217 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 770 - type: Transform - uid: 218 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 770 - type: Transform - uid: 219 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 770 - type: Transform - uid: 220 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 770 - type: Transform - uid: 221 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 770 - type: Transform - uid: 222 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 770 - type: Transform - uid: 223 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 770 - type: Transform - uid: 224 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 770 - type: Transform - uid: 225 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 770 - type: Transform - uid: 226 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 770 - type: Transform - uid: 227 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 770 - type: Transform - uid: 228 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 770 - type: Transform - uid: 229 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 770 - type: Transform - uid: 230 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 770 - type: Transform - uid: 231 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 770 - type: Transform - uid: 232 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 770 - type: Transform - uid: 233 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 770 - type: Transform - uid: 234 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 770 - type: Transform - uid: 235 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 770 - type: Transform - uid: 236 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 770 - type: Transform - uid: 237 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 770 - type: Transform - uid: 238 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 770 - type: Transform - uid: 239 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 770 - type: Transform - uid: 240 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 770 - type: Transform - uid: 241 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 770 - type: Transform - uid: 242 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 770 - type: Transform - uid: 243 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 770 - type: Transform - uid: 244 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 770 - type: Transform - uid: 245 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 770 - type: Transform - uid: 246 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 770 - type: Transform - uid: 247 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 770 - type: Transform - uid: 248 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 770 - type: Transform - uid: 249 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 770 - type: Transform - uid: 250 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 770 - type: Transform - uid: 251 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 770 - type: Transform - uid: 252 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 770 - type: Transform - uid: 253 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 770 - type: Transform - uid: 254 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 770 - type: Transform - uid: 255 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 770 - type: Transform - uid: 256 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 770 - type: Transform - uid: 257 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 770 - type: Transform - uid: 258 components: - - pos: -11.5,7.5 + - type: Transform + pos: -11.5,7.5 parent: 770 - type: Transform - uid: 259 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 770 - type: Transform - uid: 260 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 770 - type: Transform - proto: BookBotanicalTextbook entities: - uid: 769 components: - - pos: 3.0740623,4.6673994 + - type: Transform + pos: 3.0740623,4.6673994 parent: 770 - type: Transform - proto: CableApcExtension entities: - uid: 582 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 770 - type: Transform - uid: 592 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 770 - type: Transform - uid: 593 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 770 - type: Transform - uid: 602 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 770 - type: Transform - uid: 603 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 770 - type: Transform - uid: 604 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 770 - type: Transform - uid: 614 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 770 - type: Transform - uid: 615 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 770 - type: Transform - uid: 756 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 770 - type: Transform - uid: 757 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 770 - type: Transform - proto: ChairOfficeDark entities: - uid: 298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.4057462,3.7589977 parent: 770 - type: Transform - proto: ChemistryEmptyBottle03 entities: - uid: 301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.7651212,2.852116 parent: 770 - type: Transform - uid: 302 components: - - pos: 2.1869962,2.9459329 + - type: Transform + pos: 2.1869962,2.9459329 parent: 770 - type: Transform - proto: ClothingBackpackDuffelHydroponics entities: - uid: 306 components: - - pos: 2.3901212,2.2110467 + - type: Transform + pos: 2.3901212,2.2110467 parent: 770 - type: Transform - proto: CrateHydroponics entities: - uid: 304 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 770 - type: Transform - proto: CrateHydroponicsTools entities: - uid: 288 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 770 - type: Transform - proto: Dropper entities: - uid: 299 components: - - pos: 2.4682462,3.8528125 + - type: Transform + pos: 2.4682462,3.8528125 parent: 770 - type: Transform - proto: FloraRockSolid01 entities: - uid: 766 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 770 - type: Transform - proto: FloraRockSolid02 entities: - uid: 767 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 770 - type: Transform - proto: GasPipeBend entities: - uid: 763 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 770 - type: Transform - proto: GasPipeStraight entities: - uid: 758 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 770 - type: Transform - uid: 759 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 770 - type: Transform - uid: 760 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-0.5 parent: 770 - type: Transform - uid: 761 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,0.5 parent: 770 - type: Transform - uid: 762 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 770 - type: Transform - proto: GasVentPump entities: - uid: 765 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,2.5 parent: 770 - type: Transform + - type: AtmosDevice + joinedGrid: 770 - proto: GasVentScrubber entities: - uid: 764 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 770 - type: Transform + - type: AtmosDevice + joinedGrid: 770 - proto: GeneratorWallmountBasic entities: - uid: 505 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 770 - type: Transform - proto: hydroponicsTray entities: - uid: 284 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 770 - type: Transform - uid: 285 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 770 - type: Transform - uid: 286 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 770 - type: Transform - uid: 287 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 770 - type: Transform - proto: KitchenReagentGrinder entities: - uid: 297 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 770 - type: Transform - proto: LockerBotanistLoot entities: - uid: 296 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 770 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 334 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 770 - type: Transform - uid: 631 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 770 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 687 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 770 - type: Transform - proto: Poweredlight entities: - uid: 514 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,3.5 parent: 770 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 525 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,1.5 parent: 770 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredlightExterior + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior entities: - uid: 512 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 770 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightPostSmall entities: - uid: 515 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 770 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: RandomArtifactSpawner20 entities: - uid: 493 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 770 - type: Transform - uid: 535 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 770 - type: Transform - proto: RandomItem entities: - uid: 330 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 770 - type: Transform - uid: 429 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 770 - type: Transform - uid: 563 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 770 - type: Transform - uid: 573 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 770 - type: Transform - uid: 574 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 770 - type: Transform - uid: 620 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 770 - type: Transform - uid: 630 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 770 - type: Transform - uid: 632 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 770 - type: Transform - uid: 694 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 770 - type: Transform - uid: 701 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 770 - type: Transform - proto: RandomRockSpawner entities: - uid: 311 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 770 - type: Transform - uid: 313 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 770 - type: Transform - uid: 314 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 770 - type: Transform - uid: 315 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 770 - type: Transform - uid: 316 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 770 - type: Transform - uid: 317 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 770 - type: Transform - uid: 318 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 770 - type: Transform - uid: 319 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 770 - type: Transform - uid: 320 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 770 - type: Transform - uid: 321 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 770 - type: Transform - uid: 322 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 770 - type: Transform - uid: 323 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 770 - type: Transform - uid: 324 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 770 - type: Transform - uid: 325 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 770 - type: Transform - uid: 326 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 770 - type: Transform - uid: 327 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 770 - type: Transform - uid: 328 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 770 - type: Transform - uid: 329 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 770 - type: Transform - uid: 332 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 770 - type: Transform - uid: 333 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 770 - type: Transform - uid: 336 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 770 - type: Transform - uid: 337 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 770 - type: Transform - uid: 338 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 770 - type: Transform - uid: 339 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 770 - type: Transform - uid: 340 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 770 - type: Transform - uid: 341 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 770 - type: Transform - uid: 342 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 770 - type: Transform - uid: 343 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 770 - type: Transform - uid: 344 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 770 - type: Transform - uid: 345 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 770 - type: Transform - uid: 346 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 770 - type: Transform - uid: 347 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 770 - type: Transform - uid: 348 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 770 - type: Transform - uid: 349 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 770 - type: Transform - uid: 350 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 770 - type: Transform - uid: 351 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 770 - type: Transform - uid: 352 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 770 - type: Transform - uid: 353 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 770 - type: Transform - uid: 354 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 770 - type: Transform - uid: 355 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 770 - type: Transform - uid: 356 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 770 - type: Transform - uid: 357 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 770 - type: Transform - uid: 359 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 770 - type: Transform - uid: 360 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 770 - type: Transform - uid: 361 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 770 - type: Transform - uid: 363 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 770 - type: Transform - uid: 364 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 770 - type: Transform - uid: 365 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 770 - type: Transform - uid: 366 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 770 - type: Transform - uid: 367 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 770 - type: Transform - uid: 368 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 770 - type: Transform - uid: 369 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 770 - type: Transform - uid: 370 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 770 - type: Transform - uid: 371 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 770 - type: Transform - uid: 372 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 770 - type: Transform - uid: 373 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 770 - type: Transform - uid: 374 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 770 - type: Transform - uid: 375 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 770 - type: Transform - uid: 376 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 770 - type: Transform - uid: 377 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 770 - type: Transform - uid: 378 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 770 - type: Transform - uid: 379 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 770 - type: Transform - uid: 380 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 770 - type: Transform - uid: 381 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 770 - type: Transform - uid: 382 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 770 - type: Transform - uid: 383 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 770 - type: Transform - uid: 384 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 770 - type: Transform - uid: 385 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 770 - type: Transform - uid: 386 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 770 - type: Transform - uid: 387 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 770 - type: Transform - uid: 388 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 770 - type: Transform - uid: 389 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 770 - type: Transform - uid: 390 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 770 - type: Transform - uid: 391 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 770 - type: Transform - uid: 392 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 770 - type: Transform - uid: 393 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 770 - type: Transform - uid: 395 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 770 - type: Transform - uid: 396 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 770 - type: Transform - uid: 397 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 770 - type: Transform - uid: 398 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 770 - type: Transform - uid: 400 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 770 - type: Transform - uid: 401 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 770 - type: Transform - uid: 402 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 770 - type: Transform - uid: 403 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 770 - type: Transform - uid: 404 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 770 - type: Transform - uid: 405 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 770 - type: Transform - uid: 406 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 770 - type: Transform - uid: 407 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 770 - type: Transform - uid: 408 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 770 - type: Transform - uid: 409 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 770 - type: Transform - uid: 410 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 770 - type: Transform - uid: 411 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 770 - type: Transform - uid: 412 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 770 - type: Transform - uid: 413 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 770 - type: Transform - uid: 414 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 770 - type: Transform - uid: 415 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 770 - type: Transform - uid: 416 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 770 - type: Transform - uid: 417 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 770 - type: Transform - uid: 418 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 770 - type: Transform - uid: 419 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 770 - type: Transform - uid: 420 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 770 - type: Transform - uid: 421 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 770 - type: Transform - uid: 422 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 770 - type: Transform - uid: 423 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 770 - type: Transform - uid: 424 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 770 - type: Transform - uid: 425 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 770 - type: Transform - uid: 426 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 770 - type: Transform - uid: 427 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 770 - type: Transform - uid: 428 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 770 - type: Transform - uid: 430 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 770 - type: Transform - uid: 431 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 770 - type: Transform - uid: 432 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 770 - type: Transform - uid: 433 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 770 - type: Transform - uid: 434 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 770 - type: Transform - uid: 435 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 770 - type: Transform - uid: 436 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 770 - type: Transform - uid: 437 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 770 - type: Transform - uid: 438 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 770 - type: Transform - uid: 439 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 770 - type: Transform - uid: 440 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 770 - type: Transform - uid: 441 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 770 - type: Transform - uid: 442 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 770 - type: Transform - uid: 443 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 770 - type: Transform - uid: 444 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 770 - type: Transform - uid: 445 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 770 - type: Transform - uid: 446 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 770 - type: Transform - uid: 447 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 770 - type: Transform - uid: 448 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 770 - type: Transform - uid: 449 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 770 - type: Transform - uid: 450 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 770 - type: Transform - uid: 451 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 770 - type: Transform - uid: 452 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 770 - type: Transform - uid: 453 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 770 - type: Transform - uid: 454 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 770 - type: Transform - uid: 455 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 770 - type: Transform - uid: 456 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 770 - type: Transform - uid: 457 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 770 - type: Transform - uid: 458 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 770 - type: Transform - uid: 459 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 770 - type: Transform - uid: 460 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 770 - type: Transform - uid: 461 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 770 - type: Transform - uid: 462 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 770 - type: Transform - uid: 463 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 770 - type: Transform - uid: 465 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 770 - type: Transform - uid: 466 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 770 - type: Transform - uid: 467 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 770 - type: Transform - uid: 469 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 770 - type: Transform - uid: 470 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 770 - type: Transform - uid: 471 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 770 - type: Transform - uid: 472 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 770 - type: Transform - uid: 473 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 770 - type: Transform - uid: 474 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 770 - type: Transform - uid: 475 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 770 - type: Transform - uid: 476 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 770 - type: Transform - uid: 477 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 770 - type: Transform - uid: 478 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 770 - type: Transform - uid: 479 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 770 - type: Transform - uid: 480 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 770 - type: Transform - uid: 481 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 770 - type: Transform - uid: 482 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 770 - type: Transform - uid: 483 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 770 - type: Transform - uid: 484 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 770 - type: Transform - uid: 485 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 770 - type: Transform - uid: 486 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 770 - type: Transform - uid: 487 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 770 - type: Transform - uid: 488 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 770 - type: Transform - uid: 489 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 770 - type: Transform - uid: 490 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 770 - type: Transform - uid: 491 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 770 - type: Transform - uid: 492 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 770 - type: Transform - uid: 494 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 770 - type: Transform - uid: 495 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 770 - type: Transform - uid: 496 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 770 - type: Transform - uid: 497 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 770 - type: Transform - uid: 499 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 770 - type: Transform - uid: 500 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 770 - type: Transform - uid: 501 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 770 - type: Transform - uid: 502 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 770 - type: Transform - uid: 506 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 770 - type: Transform - uid: 507 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 770 - type: Transform - uid: 508 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 770 - type: Transform - uid: 509 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 770 - type: Transform - uid: 510 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 770 - type: Transform - uid: 511 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 770 - type: Transform - uid: 516 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 770 - type: Transform - uid: 517 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 770 - type: Transform - uid: 518 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 770 - type: Transform - uid: 519 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 770 - type: Transform - uid: 520 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 770 - type: Transform - uid: 521 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 770 - type: Transform - uid: 526 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 770 - type: Transform - uid: 527 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 770 - type: Transform - uid: 528 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 770 - type: Transform - uid: 529 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 770 - type: Transform - uid: 530 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 770 - type: Transform - uid: 531 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 770 - type: Transform - uid: 532 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 770 - type: Transform - uid: 533 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 770 - type: Transform - uid: 534 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 770 - type: Transform - uid: 536 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 770 - type: Transform - uid: 537 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 770 - type: Transform - uid: 538 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 770 - type: Transform - uid: 539 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 770 - type: Transform - uid: 540 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 770 - type: Transform - uid: 541 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 770 - type: Transform - uid: 542 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 770 - type: Transform - uid: 543 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 770 - type: Transform - uid: 544 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 770 - type: Transform - uid: 545 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 770 - type: Transform - uid: 546 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 770 - type: Transform - uid: 547 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 770 - type: Transform - uid: 549 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 770 - type: Transform - uid: 551 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 770 - type: Transform - uid: 552 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 770 - type: Transform - uid: 553 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 770 - type: Transform - uid: 554 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 770 - type: Transform - uid: 555 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 770 - type: Transform - uid: 556 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 770 - type: Transform - uid: 557 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 770 - type: Transform - uid: 558 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 770 - type: Transform - uid: 559 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 770 - type: Transform - uid: 560 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 770 - type: Transform - uid: 564 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 770 - type: Transform - uid: 565 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 770 - type: Transform - uid: 566 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 770 - type: Transform - uid: 568 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 770 - type: Transform - uid: 569 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 770 - type: Transform - uid: 570 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 770 - type: Transform - uid: 571 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 770 - type: Transform - uid: 572 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 770 - type: Transform - uid: 575 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 770 - type: Transform - uid: 576 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 770 - type: Transform - uid: 579 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 770 - type: Transform - uid: 580 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 770 - type: Transform - uid: 581 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 770 - type: Transform - uid: 583 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 770 - type: Transform - uid: 584 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 770 - type: Transform - uid: 585 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 770 - type: Transform - uid: 586 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 770 - type: Transform - uid: 587 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 770 - type: Transform - uid: 588 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 770 - type: Transform - uid: 589 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 770 - type: Transform - uid: 590 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 770 - type: Transform - uid: 591 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 770 - type: Transform - uid: 594 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 770 - type: Transform - uid: 595 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 770 - type: Transform - uid: 596 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 770 - type: Transform - uid: 597 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 770 - type: Transform - uid: 598 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 770 - type: Transform - uid: 599 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 770 - type: Transform - uid: 600 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 770 - type: Transform - uid: 601 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 770 - type: Transform - uid: 606 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 770 - type: Transform - uid: 607 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 770 - type: Transform - uid: 608 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 770 - type: Transform - uid: 609 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 770 - type: Transform - uid: 610 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 770 - type: Transform - uid: 611 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 770 - type: Transform - uid: 612 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 770 - type: Transform - uid: 613 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 770 - type: Transform - uid: 616 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 770 - type: Transform - uid: 617 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 770 - type: Transform - uid: 618 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 770 - type: Transform - uid: 619 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 770 - type: Transform - uid: 621 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 770 - type: Transform - uid: 622 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 770 - type: Transform - uid: 623 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 770 - type: Transform - uid: 624 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 770 - type: Transform - uid: 625 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 770 - type: Transform - uid: 627 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 770 - type: Transform - uid: 628 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 770 - type: Transform - uid: 629 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 770 - type: Transform - uid: 633 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 770 - type: Transform - uid: 634 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 770 - type: Transform - uid: 635 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 770 - type: Transform - uid: 636 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 770 - type: Transform - uid: 637 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 770 - type: Transform - uid: 638 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 770 - type: Transform - uid: 639 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 770 - type: Transform - uid: 640 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 770 - type: Transform - uid: 641 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 770 - type: Transform - uid: 642 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 770 - type: Transform - uid: 643 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 770 - type: Transform - uid: 644 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 770 - type: Transform - uid: 645 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 770 - type: Transform - uid: 648 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 770 - type: Transform - uid: 649 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 770 - type: Transform - uid: 650 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 770 - type: Transform - uid: 651 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 770 - type: Transform - uid: 652 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 770 - type: Transform - uid: 653 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 770 - type: Transform - uid: 654 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 770 - type: Transform - uid: 655 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 770 - type: Transform - uid: 656 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 770 - type: Transform - uid: 657 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 770 - type: Transform - uid: 658 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 770 - type: Transform - uid: 660 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 770 - type: Transform - uid: 661 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 770 - type: Transform - uid: 662 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 770 - type: Transform - uid: 663 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 770 - type: Transform - uid: 664 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 770 - type: Transform - uid: 665 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 770 - type: Transform - uid: 666 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 770 - type: Transform - uid: 667 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 770 - type: Transform - uid: 668 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 770 - type: Transform - uid: 669 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 770 - type: Transform - uid: 670 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 770 - type: Transform - uid: 671 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 770 - type: Transform - uid: 672 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 770 - type: Transform - uid: 673 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 770 - type: Transform - uid: 674 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 770 - type: Transform - uid: 675 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 770 - type: Transform - uid: 676 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 770 - type: Transform - uid: 678 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 770 - type: Transform - uid: 679 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 770 - type: Transform - uid: 680 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 770 - type: Transform - uid: 681 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 770 - type: Transform - uid: 682 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 770 - type: Transform - uid: 683 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 770 - type: Transform - uid: 684 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 770 - type: Transform - uid: 685 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 770 - type: Transform - uid: 686 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 770 - type: Transform - uid: 688 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 770 - type: Transform - uid: 689 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 770 - type: Transform - uid: 690 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 770 - type: Transform - uid: 691 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 770 - type: Transform - uid: 692 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 770 - type: Transform - uid: 693 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 770 - type: Transform - uid: 696 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 770 - type: Transform - uid: 697 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 770 - type: Transform - uid: 698 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 770 - type: Transform - uid: 699 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 770 - type: Transform - uid: 700 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 770 - type: Transform - uid: 703 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 770 - type: Transform - uid: 704 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 770 - type: Transform - uid: 706 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 770 - type: Transform - uid: 707 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 770 - type: Transform - uid: 708 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 770 - type: Transform - uid: 710 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 770 - type: Transform - uid: 711 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 770 - type: Transform - uid: 712 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 770 - type: Transform - uid: 713 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 770 - type: Transform - uid: 714 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 770 - type: Transform - uid: 715 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 770 - type: Transform - uid: 716 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 770 - type: Transform - uid: 717 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 770 - type: Transform - uid: 718 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 770 - type: Transform - uid: 719 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 770 - type: Transform - uid: 720 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 770 - type: Transform - uid: 721 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 770 - type: Transform - uid: 722 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 770 - type: Transform - uid: 723 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 770 - type: Transform - uid: 724 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 770 - type: Transform - uid: 725 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 770 - type: Transform - uid: 726 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 770 - type: Transform - uid: 727 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 770 - type: Transform - uid: 728 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 770 - type: Transform - uid: 729 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 770 - type: Transform - uid: 730 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 770 - type: Transform - uid: 731 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 770 - type: Transform - uid: 732 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 770 - type: Transform - uid: 733 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 770 - type: Transform - uid: 737 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 770 - type: Transform - uid: 738 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 770 - type: Transform - uid: 739 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 770 - type: Transform - uid: 740 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 770 - type: Transform - uid: 741 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 770 - type: Transform - uid: 742 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 770 - type: Transform - uid: 743 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 770 - type: Transform - uid: 744 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 770 - type: Transform - uid: 745 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 770 - type: Transform - uid: 746 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 770 - type: Transform - uid: 747 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 770 - type: Transform - uid: 748 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 770 - type: Transform - uid: 749 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 770 - type: Transform - uid: 750 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 770 - type: Transform - uid: 751 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 770 - type: Transform - uid: 752 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 770 - type: Transform - uid: 753 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 770 - type: Transform - uid: 754 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 770 - type: Transform - uid: 755 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 770 - type: Transform - proto: RobustHarvestChemistryBottle entities: - uid: 300 components: - - pos: 2.5776212,3.7277248 + - type: Transform + pos: 2.5776212,3.7277248 parent: 770 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 399 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 770 - type: Transform - uid: 702 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 770 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 578 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 770 - type: Transform - uid: 735 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 770 - type: Transform - proto: SalvageMobSpawner entities: - uid: 503 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 770 - type: Transform - uid: 504 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 770 - type: Transform - uid: 513 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 770 - type: Transform - uid: 522 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 770 - type: Transform - uid: 524 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 770 - type: Transform - uid: 647 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 770 - type: Transform - uid: 695 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 770 - type: Transform - uid: 736 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 770 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 335 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 770 - type: Transform - uid: 394 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 770 - type: Transform - uid: 498 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 770 - type: Transform - uid: 561 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 770 - type: Transform - uid: 562 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 770 - type: Transform - uid: 577 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 770 - type: Transform - uid: 659 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 770 - type: Transform - uid: 705 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 770 - type: Transform - uid: 709 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 770 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 307 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 770 - type: Transform - uid: 331 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 770 - type: Transform - uid: 464 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 770 - type: Transform - uid: 468 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 770 - type: Transform - uid: 646 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 770 - type: Transform - uid: 677 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 770 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 358 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 770 - type: Transform - uid: 362 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 + parent: 770 + - uid: 548 + components: + - type: Transform + pos: -1.5,-2.5 parent: 770 - type: Transform - uid: 550 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 770 - type: Transform - uid: 734 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 770 - type: Transform - uid: 768 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 770 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - - uid: 548 - components: - - pos: -1.5,-2.5 - parent: 770 - type: Transform - proto: SalvageSeedSpawnerLow entities: - uid: 289 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 770 - type: Transform - uid: 290 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 770 - type: Transform - uid: 291 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 770 - type: Transform - uid: 292 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 770 - type: Transform - proto: SignHydro1 entities: - uid: 274 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 770 - type: Transform - proto: SnakeMobMundane entities: - uid: 308 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 770 - type: Transform - uid: 309 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 770 - type: Transform - uid: 310 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 770 - type: Transform - uid: 567 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 770 - type: Transform - proto: SnakeMobMundane25 entities: - uid: 312 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 770 - type: Transform - uid: 523 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 770 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 605 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 770 - type: Transform - proto: TableCounterMetal entities: - uid: 293 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 770 - type: Transform - uid: 294 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 770 - type: Transform - uid: 295 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 770 - type: Transform - proto: UnstableMutagenChemistryBottle entities: - uid: 303 components: - - pos: 2.3588712,3.5870025 + - type: Transform + pos: 2.3588712,3.5870025 parent: 770 - type: Transform - proto: VendingMachineSeeds entities: - uid: 305 components: - - flags: SessionSpecific - type: MetaData - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 770 - type: Transform - proto: WallSolid entities: - uid: 261 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 770 - type: Transform - uid: 262 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 770 - type: Transform - uid: 263 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 770 - type: Transform - uid: 264 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 770 - type: Transform - uid: 265 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 770 - type: Transform - uid: 266 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 770 - type: Transform - uid: 267 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 770 - type: Transform - uid: 268 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 770 - type: Transform - uid: 269 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 770 - type: Transform - uid: 270 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 770 - type: Transform - uid: 271 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 770 - type: Transform - uid: 272 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 770 - type: Transform - uid: 273 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 770 - type: Transform - uid: 275 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 770 - type: Transform - uid: 276 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 770 - type: Transform - uid: 277 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 770 - type: Transform - uid: 278 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 770 - type: Transform - uid: 279 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 770 - type: Transform - uid: 280 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 770 - type: Transform - uid: 281 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 770 - type: Transform - uid: 282 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 + parent: 770 +- proto: WarpPoint + entities: + - uid: 771 + components: + - type: Transform + pos: 3.5,-1.5 parent: 770 - type: Transform + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-03.yml b/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-03.yml index 1a374c4abc..5c37d0a8d7 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-03.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-asteroid-large-03.yml @@ -4,53 +4,54 @@ meta: tilemap: 0: Space 7: FloorAsteroidSand - 31: FloorDarkMini - 62: FloorMetalDiamond - 72: FloorReinforced - 113: Plating + 34: FloorDarkMini + 65: FloorMetalDiamond + 78: FloorReinforced + 122: Plating entities: - proto: "" entities: - uid: 778 components: - type: MetaData - - pos: 0.5167553,0.5923884 + - type: Transform + pos: 0.5167553,0.5923884 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAHwAAAAAAcQAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAHwAAAAAAcQAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAASAAAAAAAPgAAAAAASAAAAAAAHwAAAAAAcQAAAAAAcQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAKBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAegAAAAAAIgAAAAAAegAAAAAAIgAAAAAAIgAAAAAAIgAAAAADIgAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAIgAAAAAAegAAAAAAIgAAAAABIgAAAAACIgAAAAACIgAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAIgAAAAABIgAAAAAAIgAAAAACAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAATgAAAAAAQQAAAAAATgAAAAAAIgAAAAADegAAAAAAegAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAAAAAAAAAABwAAAAAHBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAAABwAAAAALBwAAAAAGBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAIBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAEBwAAAAAMBwAAAAADAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAADBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAHAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAIBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAACBwAAAAAABwAAAAALBwAAAAAKBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAEBwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAFBwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAKBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAKBwAAAAAGBwAAAAAMBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAGBwAAAAAJAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAGAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAKBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -59,8 +60,8 @@ entities: id: WarnBox decals: 0: -5,-3 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -196,7 +197,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -204,4006 +204,4031 @@ entities: entities: - uid: 263 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 778 - type: Transform - proto: APCBasic entities: - uid: 294 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 778 - type: Transform - proto: AsteroidAltRock entities: - uid: 1 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 778 - type: Transform - uid: 2 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 778 - type: Transform - uid: 3 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 778 - type: Transform - uid: 4 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 778 - type: Transform - uid: 5 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 778 - type: Transform - uid: 6 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 778 - type: Transform - uid: 7 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 778 - type: Transform - uid: 8 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 778 - type: Transform - uid: 9 components: - - pos: -8.5,11.5 + - type: Transform + pos: -8.5,11.5 parent: 778 - type: Transform - uid: 10 components: - - pos: -9.5,11.5 + - type: Transform + pos: -9.5,11.5 parent: 778 - type: Transform - uid: 11 components: - - pos: -10.5,10.5 + - type: Transform + pos: -10.5,10.5 parent: 778 - type: Transform - uid: 12 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 778 - type: Transform - uid: 13 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 778 - type: Transform - uid: 14 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 778 - type: Transform - uid: 15 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 778 - type: Transform - uid: 16 components: - - pos: -5.5,12.5 + - type: Transform + pos: -5.5,12.5 parent: 778 - type: Transform - uid: 17 components: - - pos: -13.5,-6.5 + - type: Transform + pos: -13.5,-6.5 parent: 778 - type: Transform - uid: 18 components: - - pos: -13.5,-7.5 + - type: Transform + pos: -13.5,-7.5 parent: 778 - type: Transform - uid: 19 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 778 - type: Transform - uid: 20 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 778 - type: Transform - uid: 21 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 778 - type: Transform - uid: 22 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 778 - type: Transform - uid: 23 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 778 - type: Transform - uid: 24 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 778 - type: Transform - uid: 25 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 778 - type: Transform - uid: 26 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 778 - type: Transform - uid: 27 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 778 - type: Transform - uid: 28 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 778 - type: Transform - uid: 29 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 778 - type: Transform - uid: 30 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 778 - type: Transform - uid: 31 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 778 - type: Transform - uid: 32 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 778 - type: Transform - uid: 33 components: - - pos: -6.5,-15.5 + - type: Transform + pos: -6.5,-15.5 parent: 778 - type: Transform - uid: 34 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 778 - type: Transform - uid: 35 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 778 - type: Transform - uid: 36 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 778 - type: Transform - uid: 37 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 778 - type: Transform - uid: 38 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 778 - type: Transform - uid: 39 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 778 - type: Transform - uid: 40 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 778 - type: Transform - uid: 41 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 778 - type: Transform - uid: 42 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 778 - type: Transform - uid: 43 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 778 - type: Transform - uid: 44 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 778 - type: Transform - uid: 45 components: - - pos: -12.5,8.5 + - type: Transform + pos: -12.5,8.5 parent: 778 - type: Transform - uid: 46 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 778 - type: Transform - uid: 47 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 778 - type: Transform - uid: 48 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 778 - type: Transform - uid: 49 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 778 - type: Transform - uid: 50 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 778 - type: Transform - uid: 51 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 778 - type: Transform - uid: 52 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 778 - type: Transform - uid: 53 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 778 - type: Transform - uid: 54 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 778 - type: Transform - uid: 55 components: - - pos: -12.5,9.5 + - type: Transform + pos: -12.5,9.5 parent: 778 - type: Transform - uid: 56 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 778 - type: Transform - uid: 57 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 778 - type: Transform - uid: 58 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 778 - type: Transform - uid: 59 components: - - pos: -7.5,11.5 + - type: Transform + pos: -7.5,11.5 parent: 778 - type: Transform - uid: 60 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 778 - type: Transform - uid: 61 components: - - pos: -12.5,-9.5 + - type: Transform + pos: -12.5,-9.5 parent: 778 - type: Transform - uid: 62 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 778 - type: Transform - uid: 63 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 778 - type: Transform - uid: 64 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 778 - type: Transform - uid: 65 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 778 - type: Transform - uid: 66 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 778 - type: Transform - uid: 67 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 778 - type: Transform - uid: 68 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 778 - type: Transform - uid: 69 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 778 - type: Transform - uid: 70 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 778 - type: Transform - uid: 71 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 778 - type: Transform - uid: 72 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 778 - type: Transform - uid: 73 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 778 - type: Transform - uid: 74 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 778 - type: Transform - uid: 75 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 778 - type: Transform - uid: 76 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 778 - type: Transform - uid: 77 components: - - pos: -14.5,-4.5 + - type: Transform + pos: -14.5,-4.5 parent: 778 - type: Transform - uid: 78 components: - - pos: -14.5,-5.5 + - type: Transform + pos: -14.5,-5.5 parent: 778 - type: Transform - uid: 79 components: - - pos: -12.5,-11.5 + - type: Transform + pos: -12.5,-11.5 parent: 778 - type: Transform - uid: 80 components: - - pos: -12.5,-12.5 + - type: Transform + pos: -12.5,-12.5 parent: 778 - type: Transform - uid: 81 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 778 - type: Transform - uid: 82 components: - - pos: -8.5,-14.5 + - type: Transform + pos: -8.5,-14.5 parent: 778 - type: Transform - uid: 83 components: - - pos: -13.5,-8.5 + - type: Transform + pos: -13.5,-8.5 parent: 778 - type: Transform - uid: 84 components: - - pos: -13.5,-9.5 + - type: Transform + pos: -13.5,-9.5 parent: 778 - type: Transform - uid: 85 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 778 - type: Transform - uid: 86 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 778 - type: Transform - uid: 87 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 778 - type: Transform - uid: 88 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 778 - type: Transform - uid: 89 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 778 - type: Transform - uid: 90 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 778 - type: Transform - uid: 91 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 778 - type: Transform - uid: 92 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 778 - type: Transform - uid: 93 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 778 - type: Transform - uid: 94 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 778 - type: Transform - uid: 95 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 778 - type: Transform - uid: 96 components: - - pos: -13.5,-5.5 + - type: Transform + pos: -13.5,-5.5 parent: 778 - type: Transform - uid: 97 components: - - pos: -12.5,-10.5 + - type: Transform + pos: -12.5,-10.5 parent: 778 - type: Transform - uid: 98 components: - - pos: -11.5,-11.5 + - type: Transform + pos: -11.5,-11.5 parent: 778 - type: Transform - uid: 99 components: - - pos: -11.5,-12.5 + - type: Transform + pos: -11.5,-12.5 parent: 778 - type: Transform - uid: 100 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 778 - type: Transform - uid: 101 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 778 - type: Transform - uid: 102 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 778 - type: Transform - uid: 103 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 778 - type: Transform - uid: 104 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 778 - type: Transform - uid: 105 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 778 - type: Transform - uid: 106 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 778 - type: Transform - uid: 107 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 778 - type: Transform - uid: 108 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 778 - type: Transform - uid: 109 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 778 - type: Transform - uid: 110 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 778 - type: Transform - uid: 111 components: - - pos: -14.5,-6.5 + - type: Transform + pos: -14.5,-6.5 parent: 778 - type: Transform - uid: 112 components: - - pos: -14.5,-7.5 + - type: Transform + pos: -14.5,-7.5 parent: 778 - type: Transform - uid: 113 components: - - pos: -11.5,-13.5 + - type: Transform + pos: -11.5,-13.5 parent: 778 - type: Transform - uid: 114 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 778 - type: Transform - uid: 115 components: - - pos: -7.5,-14.5 + - type: Transform + pos: -7.5,-14.5 parent: 778 - type: Transform - uid: 116 components: - - pos: -13.5,-10.5 + - type: Transform + pos: -13.5,-10.5 parent: 778 - type: Transform - uid: 117 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 778 - type: Transform - uid: 118 components: - - pos: -3.5,-14.5 + - type: Transform + pos: -3.5,-14.5 parent: 778 - type: Transform - uid: 119 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 778 - type: Transform - uid: 120 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 778 - type: Transform - uid: 121 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 778 - type: Transform - uid: 122 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 778 - type: Transform - uid: 123 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 778 - type: Transform - uid: 124 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 778 - type: Transform - uid: 125 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 778 - type: Transform - uid: 126 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 778 - type: Transform - uid: 127 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 778 - type: Transform - uid: 128 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 778 - type: Transform - uid: 129 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 778 - type: Transform - uid: 130 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 778 - type: Transform - uid: 131 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 778 - type: Transform - uid: 132 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 778 - type: Transform - uid: 133 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 778 - type: Transform - uid: 134 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 778 - type: Transform - uid: 135 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 778 - type: Transform - uid: 136 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 778 - type: Transform - uid: 137 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 778 - type: Transform - uid: 138 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 778 - type: Transform - uid: 139 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 778 - type: Transform - uid: 140 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 778 - type: Transform - uid: 141 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 778 - type: Transform - uid: 142 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 778 - type: Transform - uid: 143 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 778 - type: Transform - uid: 144 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 778 - type: Transform - uid: 145 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 778 - type: Transform - uid: 146 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 778 - type: Transform - uid: 147 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 778 - type: Transform - uid: 148 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 778 - type: Transform - uid: 149 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 778 - type: Transform - uid: 150 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 778 - type: Transform - uid: 151 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 778 - type: Transform - uid: 152 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 778 - type: Transform - uid: 153 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 778 - type: Transform - uid: 154 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 778 - type: Transform - uid: 155 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 778 - type: Transform - uid: 156 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 778 - type: Transform - uid: 157 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 778 - type: Transform - uid: 158 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 778 - type: Transform - uid: 159 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 778 - type: Transform - uid: 160 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 778 - type: Transform - uid: 161 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 778 - type: Transform - uid: 162 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 778 - type: Transform - uid: 163 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 778 - type: Transform - uid: 164 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 778 - type: Transform - uid: 165 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 778 - type: Transform - uid: 166 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 778 - type: Transform - uid: 167 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 778 - type: Transform - uid: 168 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 778 - type: Transform - uid: 169 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 778 - type: Transform - uid: 170 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 778 - type: Transform - uid: 171 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 778 - type: Transform - uid: 172 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 778 - type: Transform - uid: 173 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 778 - type: Transform - uid: 174 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 778 - type: Transform - uid: 175 components: - - pos: -10.5,9.5 + - type: Transform + pos: -10.5,9.5 parent: 778 - type: Transform - uid: 176 components: - - pos: -11.5,9.5 + - type: Transform + pos: -11.5,9.5 parent: 778 - type: Transform - uid: 177 components: - - pos: -11.5,8.5 + - type: Transform + pos: -11.5,8.5 parent: 778 - type: Transform - uid: 178 components: - - pos: -12.5,7.5 + - type: Transform + pos: -12.5,7.5 parent: 778 - type: Transform - uid: 179 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 778 - type: Transform - uid: 180 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 778 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 181 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 778 - type: Transform - uid: 182 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 778 - type: Transform - uid: 183 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 778 - type: Transform - uid: 184 components: - - pos: -12.5,1.5 + - type: Transform + pos: -12.5,1.5 parent: 778 - type: Transform - uid: 185 components: - - pos: -12.5,0.5 + - type: Transform + pos: -12.5,0.5 parent: 778 - type: Transform - uid: 186 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 778 - type: Transform - uid: 187 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 778 - type: Transform - uid: 188 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 778 - type: Transform - uid: 189 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 778 - type: Transform - uid: 190 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 778 - type: Transform - uid: 191 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 778 - type: Transform - uid: 192 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 778 - type: Transform - uid: 193 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 778 - type: Transform - uid: 194 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 778 - type: Transform - uid: 195 components: - - pos: -11.5,-9.5 + - type: Transform + pos: -11.5,-9.5 parent: 778 - type: Transform - uid: 196 components: - - pos: -11.5,-10.5 + - type: Transform + pos: -11.5,-10.5 parent: 778 - type: Transform - uid: 197 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 778 - type: Transform - uid: 198 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 778 - type: Transform - uid: 199 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 778 - type: Transform - uid: 200 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 778 - type: Transform - uid: 201 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 778 - type: Transform - uid: 202 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 778 - type: Transform - uid: 203 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 778 - type: Transform - uid: 204 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 778 - type: Transform - uid: 205 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 778 - type: Transform - uid: 206 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 778 - type: Transform - uid: 207 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 778 - type: Transform - uid: 208 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 778 - type: Transform - uid: 209 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 778 - type: Transform - uid: 210 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 778 - type: Transform - uid: 211 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 778 - type: Transform - uid: 212 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 778 - type: Transform - uid: 213 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 778 - type: Transform - uid: 214 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 778 - type: Transform - uid: 215 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 778 - type: Transform - uid: 216 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 778 - type: Transform - uid: 217 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 778 - type: Transform - uid: 218 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 778 - type: Transform - uid: 219 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 778 - type: Transform - uid: 220 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 778 - type: Transform - uid: 221 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 778 - type: Transform - uid: 222 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 778 - type: Transform - uid: 223 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 778 - type: Transform - uid: 224 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 778 - type: Transform - uid: 225 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 778 - type: Transform - uid: 226 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 778 - type: Transform - uid: 227 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 778 - type: Transform - uid: 228 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 778 - type: Transform - uid: 229 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 778 - type: Transform - uid: 230 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 778 - type: Transform - uid: 231 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 778 - type: Transform - uid: 232 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 778 - type: Transform - uid: 233 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 778 - type: Transform - uid: 234 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 778 - type: Transform - uid: 235 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 778 - type: Transform - uid: 236 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 778 - type: Transform - uid: 237 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 778 - type: Transform - uid: 238 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 778 - type: Transform - uid: 239 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 778 - type: Transform - uid: 240 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 778 - type: Transform - uid: 241 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 778 - type: Transform - uid: 242 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 778 - type: Transform - uid: 243 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 778 - type: Transform - uid: 244 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 778 - type: Transform - uid: 245 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 778 - type: Transform - uid: 246 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 778 - type: Transform - uid: 247 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 778 - type: Transform - uid: 248 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 778 - type: Transform - uid: 249 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 778 - type: Transform - uid: 250 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 778 - type: Transform - uid: 251 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 778 - type: Transform - uid: 252 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 778 - type: Transform - uid: 253 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 778 - type: Transform - uid: 254 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 778 - type: Transform - uid: 255 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 778 - type: Transform - uid: 256 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 778 - type: Transform - uid: 257 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 778 - type: Transform - uid: 258 components: - - pos: -11.5,7.5 + - type: Transform + pos: -11.5,7.5 parent: 778 - type: Transform - uid: 259 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 778 - type: Transform - uid: 260 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 778 - type: Transform - proto: CableApcExtension entities: - uid: 299 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 778 - type: Transform - uid: 300 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 778 - type: Transform - uid: 301 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 778 - type: Transform - uid: 302 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 778 - type: Transform - uid: 303 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 778 - type: Transform - uid: 304 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 778 - type: Transform - uid: 305 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 778 - type: Transform - uid: 306 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 778 - type: Transform - uid: 307 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 778 - type: Transform - uid: 308 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 778 - type: Transform - proto: CableHV entities: - uid: 295 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 778 - type: Transform - uid: 296 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 778 - type: Transform - proto: CableMV entities: - uid: 297 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 778 - type: Transform - uid: 298 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 778 - type: Transform - proto: Catwalk entities: - uid: 316 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 778 - type: Transform - uid: 317 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 778 - type: Transform - uid: 776 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 778 - type: Transform - proto: ComputerBroken entities: - uid: 311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-5.5 parent: 778 - type: Transform - proto: FloraRockSolid03 entities: - uid: 705 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 778 - type: Transform - uid: 707 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 778 - type: Transform - proto: GasOutletInjector entities: - uid: 314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-3.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: GasPassiveVent entities: - uid: 315 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: GasPipeBend entities: - uid: 322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 778 - type: Transform - uid: 719 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-4.5 parent: 778 - type: Transform - uid: 720 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-7.5 parent: 778 - type: Transform - proto: GasPipeStraight entities: - uid: 323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 778 - type: Transform - uid: 706 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 778 - type: Transform - uid: 716 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 778 - type: Transform - uid: 717 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-4.5 parent: 778 - type: Transform - proto: GasPort entities: - uid: 320 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-5.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - uid: 321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: GasPressurePump entities: - uid: 318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-3.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - uid: 319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: GasVentPump entities: - uid: 718 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: GasVentScrubber entities: - uid: 775 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: MaintenanceFluffSpawner entities: - uid: 662 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 778 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 616 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 778 - type: Transform - uid: 642 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 778 - type: Transform - uid: 658 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 778 - type: Transform - uid: 663 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 778 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 622 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 778 - type: Transform - uid: 637 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 778 - type: Transform - proto: PortableGeneratorPacman entities: - uid: 284 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 778 - type: Transform - proto: Poweredlight entities: - uid: 377 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 778 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 378 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-5.5 parent: 778 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightPostSmall entities: - uid: 360 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 778 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 361 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 778 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: RandomArtifactSpawner entities: - uid: 274 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 778 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 490 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 778 - type: Transform - proto: RandomItem entities: - uid: 332 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 778 - type: Transform - uid: 333 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 778 - type: Transform - uid: 398 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 778 - type: Transform - uid: 478 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 778 - type: Transform - uid: 486 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 778 - type: Transform - uid: 489 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 778 - type: Transform - uid: 497 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 778 - type: Transform - uid: 498 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 778 - type: Transform - uid: 507 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 778 - type: Transform - uid: 508 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 778 - type: Transform - uid: 713 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 778 - type: Transform - uid: 753 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 778 - type: Transform - uid: 760 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 778 - type: Transform - uid: 765 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 778 - type: Transform - proto: RandomRockSpawner entities: - uid: 334 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 778 - type: Transform - uid: 335 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 778 - type: Transform - uid: 336 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 778 - type: Transform - uid: 337 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 778 - type: Transform - uid: 338 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 778 - type: Transform - uid: 339 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 778 - type: Transform - uid: 340 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 778 - type: Transform - uid: 341 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 778 - type: Transform - uid: 342 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 778 - type: Transform - uid: 343 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 778 - type: Transform - uid: 344 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 778 - type: Transform - uid: 345 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 778 - type: Transform - uid: 346 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 778 - type: Transform - uid: 347 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 778 - type: Transform - uid: 348 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 778 - type: Transform - uid: 349 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 778 - type: Transform - uid: 351 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 778 - type: Transform - uid: 352 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 778 - type: Transform - uid: 353 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 778 - type: Transform - uid: 354 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 778 - type: Transform - uid: 355 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 778 - type: Transform - uid: 356 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 778 - type: Transform - uid: 357 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 778 - type: Transform - uid: 358 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 778 - type: Transform - uid: 359 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 778 - type: Transform - uid: 362 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 778 - type: Transform - uid: 363 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 778 - type: Transform - uid: 364 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 778 - type: Transform - uid: 365 components: - - pos: -10.5,-10.5 + - type: Transform + pos: -10.5,-10.5 parent: 778 - type: Transform - uid: 366 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 778 - type: Transform - uid: 367 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 778 - type: Transform - uid: 368 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 778 - type: Transform - uid: 369 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 778 - type: Transform - uid: 370 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 778 - type: Transform - uid: 371 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 778 - type: Transform - uid: 372 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 778 - type: Transform - uid: 373 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 778 - type: Transform - uid: 374 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 778 - type: Transform - uid: 375 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 778 - type: Transform - uid: 376 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 778 - type: Transform - uid: 379 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 778 - type: Transform - uid: 380 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 778 - type: Transform - uid: 381 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 778 - type: Transform - uid: 382 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 778 - type: Transform - uid: 383 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 778 - type: Transform - uid: 384 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 778 - type: Transform - uid: 385 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 778 - type: Transform - uid: 386 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 778 - type: Transform - uid: 387 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 778 - type: Transform - uid: 388 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 778 - type: Transform - uid: 389 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 778 - type: Transform - uid: 390 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 778 - type: Transform - uid: 391 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 778 - type: Transform - uid: 392 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 778 - type: Transform - uid: 393 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 778 - type: Transform - uid: 394 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 778 - type: Transform - uid: 395 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 778 - type: Transform - uid: 396 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 778 - type: Transform - uid: 400 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 778 - type: Transform - uid: 401 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 778 - type: Transform - uid: 402 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 778 - type: Transform - uid: 403 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 778 - type: Transform - uid: 404 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 778 - type: Transform - uid: 405 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 778 - type: Transform - uid: 406 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 778 - type: Transform - uid: 407 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 778 - type: Transform - uid: 408 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 778 - type: Transform - uid: 409 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 778 - type: Transform - uid: 410 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 778 - type: Transform - uid: 411 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 778 - type: Transform - uid: 412 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 778 - type: Transform - uid: 413 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 778 - type: Transform - uid: 414 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 778 - type: Transform - uid: 415 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 778 - type: Transform - uid: 416 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 778 - type: Transform - uid: 417 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 778 - type: Transform - uid: 418 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 778 - type: Transform - uid: 421 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 778 - type: Transform - uid: 422 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 778 - type: Transform - uid: 423 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 778 - type: Transform - uid: 426 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 778 - type: Transform - uid: 427 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 778 - type: Transform - uid: 428 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 778 - type: Transform - uid: 431 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 778 - type: Transform - uid: 432 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 778 - type: Transform - uid: 433 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 778 - type: Transform - uid: 434 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 778 - type: Transform - uid: 435 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 778 - type: Transform - uid: 436 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 778 - type: Transform - uid: 437 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 778 - type: Transform - uid: 438 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 778 - type: Transform - uid: 439 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 778 - type: Transform - uid: 440 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 778 - type: Transform - uid: 441 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 778 - type: Transform - uid: 442 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 778 - type: Transform - uid: 443 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 778 - type: Transform - uid: 444 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 778 - type: Transform - uid: 445 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 778 - type: Transform - uid: 446 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 778 - type: Transform - uid: 447 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 778 - type: Transform - uid: 448 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 778 - type: Transform - uid: 449 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 778 - type: Transform - uid: 450 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 778 - type: Transform - uid: 451 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 778 - type: Transform - uid: 452 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 778 - type: Transform - uid: 453 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 778 - type: Transform - uid: 454 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 778 - type: Transform - uid: 455 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 778 - type: Transform - uid: 456 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 778 - type: Transform - uid: 457 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 778 - type: Transform - uid: 458 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 778 - type: Transform - uid: 459 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 778 - type: Transform - uid: 460 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 778 - type: Transform - uid: 461 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 778 - type: Transform - uid: 462 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 778 - type: Transform - uid: 463 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 778 - type: Transform - uid: 464 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 778 - type: Transform - uid: 465 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 778 - type: Transform - uid: 466 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 778 - type: Transform - uid: 467 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 778 - type: Transform - uid: 468 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 778 - type: Transform - uid: 469 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 778 - type: Transform - uid: 470 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 778 - type: Transform - uid: 471 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 778 - type: Transform - uid: 472 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 778 - type: Transform - uid: 473 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 778 - type: Transform - uid: 474 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 778 - type: Transform - uid: 475 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 778 - type: Transform - uid: 479 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 778 - type: Transform - uid: 480 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 778 - type: Transform - uid: 481 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 778 - type: Transform - uid: 482 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 778 - type: Transform - uid: 483 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 778 - type: Transform - uid: 484 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 778 - type: Transform - uid: 485 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 778 - type: Transform - uid: 491 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 778 - type: Transform - uid: 492 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 778 - type: Transform - uid: 493 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 778 - type: Transform - uid: 494 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 778 - type: Transform - uid: 495 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 778 - type: Transform - uid: 502 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 778 - type: Transform - uid: 503 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 778 - type: Transform - uid: 504 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 778 - type: Transform - uid: 505 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 778 - type: Transform - uid: 509 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 778 - type: Transform - uid: 512 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 778 - type: Transform - uid: 513 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 778 - type: Transform - uid: 514 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 778 - type: Transform - uid: 515 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 778 - type: Transform - uid: 516 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 778 - type: Transform - uid: 517 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 778 - type: Transform - uid: 518 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 778 - type: Transform - uid: 519 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 778 - type: Transform - uid: 520 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 778 - type: Transform - uid: 521 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 778 - type: Transform - uid: 522 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 778 - type: Transform - uid: 523 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 778 - type: Transform - uid: 524 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 778 - type: Transform - uid: 525 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 778 - type: Transform - uid: 526 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 778 - type: Transform - uid: 527 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 778 - type: Transform - uid: 528 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 778 - type: Transform - uid: 529 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 778 - type: Transform - uid: 530 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 778 - type: Transform - uid: 531 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 778 - type: Transform - uid: 532 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 778 - type: Transform - uid: 533 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 778 - type: Transform - uid: 535 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 778 - type: Transform - uid: 537 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 778 - type: Transform - uid: 538 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 778 - type: Transform - uid: 540 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 778 - type: Transform - uid: 541 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 778 - type: Transform - uid: 542 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 778 - type: Transform - uid: 543 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 778 - type: Transform - uid: 544 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 778 - type: Transform - uid: 545 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 778 - type: Transform - uid: 546 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 778 - type: Transform - uid: 547 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 778 - type: Transform - uid: 548 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 778 - type: Transform - uid: 549 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 778 - type: Transform - uid: 550 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 778 - type: Transform - uid: 551 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 778 - type: Transform - uid: 552 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 778 - type: Transform - uid: 553 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 778 - type: Transform - uid: 555 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 778 - type: Transform - uid: 556 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 778 - type: Transform - uid: 557 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 778 - type: Transform - uid: 558 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 778 - type: Transform - uid: 559 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 778 - type: Transform - uid: 560 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 778 - type: Transform - uid: 561 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 778 - type: Transform - uid: 562 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 778 - type: Transform - uid: 563 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 778 - type: Transform - uid: 564 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 778 - type: Transform - uid: 565 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 778 - type: Transform - uid: 566 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 778 - type: Transform - uid: 567 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 778 - type: Transform - uid: 568 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 778 - type: Transform - uid: 569 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 778 - type: Transform - uid: 570 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 778 - type: Transform - uid: 571 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 778 - type: Transform - uid: 572 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 778 - type: Transform - uid: 573 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 778 - type: Transform - uid: 574 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 778 - type: Transform - uid: 575 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 778 - type: Transform - uid: 576 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 778 - type: Transform - uid: 577 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 778 - type: Transform - uid: 578 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 778 - type: Transform - uid: 579 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 778 - type: Transform - uid: 580 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 778 - type: Transform - uid: 581 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 778 - type: Transform - uid: 582 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 778 - type: Transform - uid: 583 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 778 - type: Transform - uid: 584 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 778 - type: Transform - uid: 585 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 778 - type: Transform - uid: 586 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 778 - type: Transform - uid: 587 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 778 - type: Transform - uid: 588 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 778 - type: Transform - uid: 589 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 778 - type: Transform - uid: 590 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 778 - type: Transform - uid: 591 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 778 - type: Transform - uid: 592 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 778 - type: Transform - uid: 593 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 778 - type: Transform - uid: 594 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 778 - type: Transform - uid: 595 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 778 - type: Transform - uid: 597 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 778 - type: Transform - uid: 598 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 778 - type: Transform - uid: 599 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 778 - type: Transform - uid: 600 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 778 - type: Transform - uid: 601 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 778 - type: Transform - uid: 602 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 778 - type: Transform - uid: 603 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 778 - type: Transform - uid: 604 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 778 - type: Transform - uid: 605 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 778 - type: Transform - uid: 606 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 778 - type: Transform - uid: 607 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 778 - type: Transform - uid: 608 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 778 - type: Transform - uid: 610 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 778 - type: Transform - uid: 611 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 778 - type: Transform - uid: 612 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 778 - type: Transform - uid: 613 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 778 - type: Transform - uid: 614 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 778 - type: Transform - uid: 615 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 778 - type: Transform - uid: 617 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 778 - type: Transform - uid: 618 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 778 - type: Transform - uid: 619 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 778 - type: Transform - uid: 620 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 778 - type: Transform - uid: 621 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 778 - type: Transform - uid: 623 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 778 - type: Transform - uid: 624 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 778 - type: Transform - uid: 625 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 778 - type: Transform - uid: 626 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 778 - type: Transform - uid: 627 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 778 - type: Transform - uid: 628 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 778 - type: Transform - uid: 629 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 778 - type: Transform - uid: 630 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 778 - type: Transform - uid: 631 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 778 - type: Transform - uid: 632 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 778 - type: Transform - uid: 633 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 778 - type: Transform - uid: 634 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 778 - type: Transform - uid: 635 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 778 - type: Transform - uid: 638 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 778 - type: Transform - uid: 639 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 778 - type: Transform - uid: 640 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 778 - type: Transform - uid: 641 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 778 - type: Transform - uid: 644 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 778 - type: Transform - uid: 645 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 778 - type: Transform - uid: 646 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 778 - type: Transform - uid: 647 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 778 - type: Transform - uid: 648 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 778 - type: Transform - uid: 649 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 778 - type: Transform - uid: 650 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 778 - type: Transform - uid: 651 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 778 - type: Transform - uid: 652 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 778 - type: Transform - uid: 653 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 778 - type: Transform - uid: 654 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 778 - type: Transform - uid: 655 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 778 - type: Transform - uid: 656 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 778 - type: Transform - uid: 657 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 778 - type: Transform - uid: 659 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 778 - type: Transform - uid: 660 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 778 - type: Transform - uid: 661 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 778 - type: Transform - uid: 665 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 778 - type: Transform - uid: 666 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 778 - type: Transform - uid: 667 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 778 - type: Transform - uid: 668 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 778 - type: Transform - uid: 670 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 778 - type: Transform - uid: 671 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 778 - type: Transform - uid: 672 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 778 - type: Transform - uid: 673 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 778 - type: Transform - uid: 676 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 778 - type: Transform - uid: 677 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 778 - type: Transform - uid: 678 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 778 - type: Transform - uid: 679 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 778 - type: Transform - uid: 680 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 778 - type: Transform - uid: 681 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 778 - type: Transform - uid: 682 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 778 - type: Transform - uid: 683 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 778 - type: Transform - uid: 684 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 778 - type: Transform - uid: 685 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 778 - type: Transform - uid: 686 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 778 - type: Transform - uid: 687 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 778 - type: Transform - uid: 688 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 778 - type: Transform - uid: 689 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 778 - type: Transform - uid: 690 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 778 - type: Transform - uid: 691 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 778 - type: Transform - uid: 692 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 778 - type: Transform - uid: 693 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 778 - type: Transform - uid: 694 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 778 - type: Transform - uid: 695 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 778 - type: Transform - uid: 696 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 778 - type: Transform - uid: 697 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 778 - type: Transform - uid: 698 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 778 - type: Transform - uid: 699 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 778 - type: Transform - uid: 700 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 778 - type: Transform - uid: 701 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 778 - type: Transform - uid: 702 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 778 - type: Transform - uid: 703 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 778 - type: Transform - uid: 704 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 778 - type: Transform - uid: 708 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 778 - type: Transform - uid: 709 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 778 - type: Transform - uid: 710 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 778 - type: Transform - uid: 711 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 778 - type: Transform - uid: 712 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 778 - type: Transform - uid: 715 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 778 - type: Transform - uid: 721 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 778 - type: Transform - uid: 722 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 778 - type: Transform - uid: 723 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 778 - type: Transform - uid: 726 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 778 - type: Transform - uid: 727 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 778 - type: Transform - uid: 728 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 778 - type: Transform - uid: 729 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 778 - type: Transform - uid: 730 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 778 - type: Transform - uid: 731 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 778 - type: Transform - uid: 732 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 778 - type: Transform - uid: 733 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 778 - type: Transform - uid: 734 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 778 - type: Transform - uid: 735 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 778 - type: Transform - uid: 736 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 778 - type: Transform - uid: 738 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 778 - type: Transform - uid: 739 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 778 - type: Transform - uid: 740 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 778 - type: Transform - uid: 741 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 778 - type: Transform - uid: 742 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 778 - type: Transform - uid: 743 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 778 - type: Transform - uid: 744 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 778 - type: Transform - uid: 745 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 778 - type: Transform - uid: 746 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 778 - type: Transform - uid: 747 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 778 - type: Transform - uid: 748 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 778 - type: Transform - uid: 749 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 778 - type: Transform - uid: 750 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 778 - type: Transform - uid: 751 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 778 - type: Transform - uid: 752 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 778 - type: Transform - uid: 754 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 778 - type: Transform - uid: 755 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 778 - type: Transform - uid: 756 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 778 - type: Transform - uid: 757 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 778 - type: Transform - uid: 761 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 778 - type: Transform - uid: 762 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 778 - type: Transform - uid: 763 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 778 - type: Transform - uid: 764 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 778 - type: Transform - uid: 767 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 778 - type: Transform - uid: 768 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 778 - type: Transform - uid: 769 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 778 - type: Transform - uid: 770 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 778 - type: Transform - uid: 771 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 778 - type: Transform - uid: 772 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 778 - type: Transform - uid: 773 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 778 - type: Transform - uid: 774 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 778 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 324 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 778 - type: Transform - uid: 609 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 778 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 534 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 778 - type: Transform - proto: SalvageMobSpawner entities: - uid: 399 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 778 - type: Transform - uid: 420 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 778 - type: Transform - uid: 477 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 778 - type: Transform - uid: 496 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 778 - type: Transform - uid: 501 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 778 - type: Transform - uid: 674 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 778 - type: Transform - uid: 675 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 778 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 476 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 778 - type: Transform - uid: 487 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 778 - type: Transform - uid: 488 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 778 - type: Transform - uid: 539 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 778 - type: Transform - uid: 596 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 778 - type: Transform - uid: 643 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 778 - type: Transform - uid: 664 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 778 - type: Transform - uid: 669 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 778 - type: Transform - uid: 737 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 778 - type: Transform - uid: 758 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 778 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 331 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 778 - type: Transform - uid: 419 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 778 - type: Transform - uid: 424 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 778 - type: Transform - uid: 499 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 778 - type: Transform - uid: 500 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 778 - type: Transform - uid: 510 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 778 - type: Transform - uid: 511 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 778 - type: Transform - uid: 554 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 778 - type: Transform - uid: 636 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 778 - type: Transform - uid: 725 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 778 - type: Transform - uid: 766 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 778 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 329 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 778 - type: Transform - uid: 330 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 778 - type: Transform - - uid: 429 + - uid: 350 components: - - pos: -6.5,6.5 + - type: Transform + pos: -0.5,-8.5 parent: 778 - type: Transform - - uid: 506 + - uid: 429 components: - - pos: -7.5,7.5 + - type: Transform + pos: -6.5,6.5 parent: 778 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - - uid: 350 + - uid: 506 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -7.5,7.5 parent: 778 - type: Transform - uid: 536 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 778 - type: Transform - proto: SheetPlasma entities: - uid: 313 components: - - pos: -0.5885119,-5.4896755 + - type: Transform + pos: -0.5885119,-5.4896755 parent: 778 - type: Transform - proto: SignAnomaly entities: - uid: 291 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 778 - type: Transform - proto: SnakeMobMundane entities: - uid: 326 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 778 - type: Transform - uid: 327 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 778 - type: Transform - uid: 328 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 778 - type: Transform - proto: SnakeMobMundane25 entities: - uid: 397 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 778 - type: Transform - uid: 714 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 778 - type: Transform - uid: 724 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 778 - type: Transform - uid: 759 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 778 - type: Transform - proto: SpaceTickSpawner entities: - uid: 425 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 778 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 430 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 778 - type: Transform - proto: StorageCanister entities: - uid: 325 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 778 - type: Transform + - type: AtmosDevice + joinedGrid: 778 - proto: SubstationWallBasic entities: - uid: 293 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 778 - type: Transform - proto: TableCounterMetal entities: - uid: 309 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 778 - type: Transform - uid: 310 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 778 - type: Transform - uid: 312 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 778 - type: Transform - proto: ToolboxMechanicalFilled entities: - uid: 777 components: - - pos: -3.7890096,-5.7185097 + - type: Transform + pos: -3.7890096,-5.7185097 parent: 778 - type: Transform - proto: WallSolid entities: - uid: 261 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 778 - type: Transform - uid: 265 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 778 - type: Transform - uid: 266 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 778 - type: Transform - uid: 267 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 778 - type: Transform - uid: 268 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 778 - type: Transform - uid: 269 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 778 - type: Transform - uid: 270 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 778 - type: Transform - uid: 271 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 778 - type: Transform - uid: 272 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 778 - type: Transform - uid: 273 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 778 - type: Transform - uid: 275 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 778 - type: Transform - uid: 276 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 778 - type: Transform - uid: 277 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 778 - type: Transform - uid: 278 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 778 - type: Transform - uid: 279 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 778 - type: Transform - uid: 280 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 778 - type: Transform - uid: 281 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 778 - type: Transform - uid: 285 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 778 - type: Transform - uid: 286 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 778 - type: Transform - uid: 287 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 778 - type: Transform - uid: 288 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 778 - type: Transform - uid: 289 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 778 - type: Transform - uid: 290 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 + parent: 778 +- proto: WarpPoint + entities: + - uid: 779 + components: + - type: Transform + pos: 2.5,-3.5 parent: 778 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WindoorSecureScienceLocked entities: - uid: 283 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 778 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-2.5 parent: 778 - type: Transform - uid: 264 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 778 - type: Transform - uid: 282 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-3.5 parent: 778 - type: Transform - uid: 292 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 778 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml b/Resources/Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml index dd27c1a016..8cae38a6fb 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml @@ -4,43 +4,44 @@ meta: tilemap: 0: Space 9: FloorAsteroidSandRed - 54: FloorHull - 55: FloorHullReinforced - 58: FloorKitchen - 72: FloorReinforced - 75: FloorShowroom - 85: FloorSteelCheckerDark - 89: FloorSteelDirty - 92: FloorSteelMono - 96: FloorTechMaint - 110: FloorWood - 113: Plating + 57: FloorHull + 58: FloorHullReinforced + 61: FloorKitchen + 78: FloorReinforced + 81: FloorShowroom + 92: FloorSteelCheckerDark + 97: FloorSteelDirty + 101: FloorSteelMono + 105: FloorTechMaint + 119: FloorWood + 122: Plating entities: - proto: "" entities: - uid: 1 components: - - name: grid - type: MetaData - - pos: -0.5,-0.51563644 + - type: MetaData + name: grid + - type: Transform + pos: -0.5,-0.51563644 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: 0,0: ind: 0,0 - tiles: NgAAAAAANgAAAAAANwAAAAAANwAAAAAANwAAAAAANgAAAAAANgAAAAAAcQAAAAAAXAAAAAACXAAAAAADXAAAAAADcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAANgAAAAAANgAAAAAANwAAAAAANwAAAAAANwAAAAAANgAAAAAANgAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAADcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAANgAAAAAANgAAAAAANwAAAAAANwAAAAAANwAAAAAANgAAAAAANgAAAAAAcQAAAAAAXAAAAAAAXAAAAAADXAAAAAADcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAANgAAAAAANgAAAAAANwAAAAAANwAAAAAANwAAAAAANgAAAAAANgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAANgAAAAAANgAAAAAANwAAAAAANwAAAAAANwAAAAAANgAAAAAANgAAAAAAcQAAAAAAbgAAAAAAbgAAAAABcQAAAAAACQAAAAAACQAAAAAACQAAAAAGCQAAAAAACQAAAAAANgAAAAAANgAAAAAANwAAAAAANwAAAAAANwAAAAAANgAAAAAANgAAAAAAbgAAAAADbgAAAAAAbgAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAcQAAAAAAbgAAAAABbgAAAAADcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcQAAAAAASwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAASwAAAAAASwAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAJCQAAAAAACQAAAAAIYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcQAAAAAASwAAAAAAcQAAAAAACQAAAAAKCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAASAAAAAAAcQAAAAAAcQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAKCQAAAAAACQAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAA + tiles: OQAAAAAAOQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAegAAAAAAZQAAAAACZQAAAAADZQAAAAADegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAZQAAAAAAZQAAAAABZQAAAAADZQAAAAADegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAegAAAAAAZQAAAAAAZQAAAAADZQAAAAADegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAACQAAAAAACQAAAAAACQAAAAAGCQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAdwAAAAADdwAAAAAAdwAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAdwAAAAABdwAAAAADegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAUQAAAAAAUQAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAJCQAAAAAACQAAAAAIaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAUQAAAAAAegAAAAAACQAAAAAKCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAKCQAAAAAACQAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAALCQAAAAAACQAAAAAACQAAAAAACQAAAAAHCQAAAAAACQAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAGCQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAICQAAAAAACQAAAAALCQAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAACQAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAGCQAAAAAJCQAAAAAJCQAAAAAACQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAFCQAAAAAACQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAIcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAICQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAHCQAAAAAKCQAAAAAAcQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAACQAAAAAGCQAAAAAACQAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAALCQAAAAAACQAAAAAACQAAAAAACQAAAAAHCQAAAAAACQAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAGCQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAICQAAAAAACQAAAAALCQAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAACQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAGCQAAAAAJCQAAAAAJCQAAAAAACQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAFCQAAAAAACQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAIegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAICQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAHCQAAAAAKCQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAACQAAAAAGCQAAAAAACQAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAHcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAFCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAABCQAAAAAKCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAACVQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAAcQAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAADVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAALCQAAAAAAcQAAAAAAVQAAAAACVQAAAAAAVQAAAAABVQAAAAADSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAHCQAAAAAACQAAAAAACQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAGcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAADCQAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAAcQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAAcQAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAALCQAAAAAACQAAAAAACQAAAAAJcQAAAAAASAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAHegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAFCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAABCQAAAAAKCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAAegAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAALCQAAAAAAegAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAHCQAAAAAACQAAAAAACQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAGegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAADCQAAAAAFCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAJCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAALCQAAAAAACQAAAAAACQAAAAAJegAAAAAATgAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAACCQAAAAAACQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAFCQAAAAAGCQAAAAAFcQAAAAAASAAAAAAAWQAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAACCQAAAAAACQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAECQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAFCQAAAAAGCQAAAAAFegAAAAAATgAAAAAAYQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAA version: 6 1,-1: ind: 1,-1 @@ -52,40 +53,179 @@ entities: version: 6 0,1: ind: 0,1 - tiles: cQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAMCQAAAAAACQAAAAAAAAAAAAAACQAAAAAACQAAAAAHCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAACQAAAAAHCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAECQAAAAAHCQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAMCQAAAAAACQAAAAAAAAAAAAAACQAAAAAACQAAAAAHCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAICQAAAAAACQAAAAAHCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAECQAAAAAHCQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAKCQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAALCQAAAAAKCQAAAAAACQAAAAAHCQAAAAABCQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAFCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAHCQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAALCQAAAAAKCQAAAAAACQAAAAAHCQAAAAABCQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAFCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAHCQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: SpreaderGrid - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: 0,0: - 0: 4371 + 0: 65535 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 65535 + 2,3: + 0: 65535 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 65535 + 3,3: + 0: 30719 + 0,-4: + 0: 65024 + 0,-3: + 0: 65535 + 0,-2: + 0: 48127 + 1: 17408 + 0,-1: + 0: 65467 + 1: 68 + 1,-4: + 0: 65280 + 1,-3: + 0: 65535 + 1,-2: + 0: 35071 + 2: 30464 + 1,-1: + 2: 119 + 0: 65416 + 2,-4: + 0: 4352 + 2,-3: + 0: 65329 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-3: + 0: 65280 + 3,-2: + 0: 65535 + 3,-1: + 0: 65535 + -3,0: + 0: 65535 + -3,1: + 0: 53247 + -3,2: + 0: 35020 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 32767 + 3: 32768 + -1,3: + 0: 30711 + 3: 8 + 4: 34816 + -3,-1: + 0: 51336 + -3,-2: + 0: 32768 + -2,-2: + 0: 65256 + -2,-1: + 0: 65535 + -2,-3: + 0: 32768 + -1,-3: + 0: 65262 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 4,-2: + 0: 28672 + 4,-1: + 0: 30583 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 4471 + 4,3: + 0: 17 + 5,0: 0: 4369 + 5,1: + 0: 4369 + 0,4: + 0: 65535 + 0,5: + 0: 65535 + 1,4: + 0: 32767 + 1,5: + 0: 375 + 2,4: + 0: 127 + 3,4: + 0: 7 + -2,4: + 0: 52975 + -2,5: + 0: 204 + -1,4: + 0: 65535 + -1,5: + 0: 65535 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -102,1981 +242,2087 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 5000 + moles: + - 6666.982 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - proto: AirlockMedicalScienceGlassLocked entities: - uid: 160 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 315 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 316 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 317 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - proto: AirlockMedicalScienceLocked entities: - uid: 32 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 189 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 190 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 303 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 1 - type: Transform - uid: 796 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - proto: APCHyperCapacity entities: - uid: 200 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - proto: Ash entities: - uid: 368 components: - - pos: 2.8313768,4.6841235 + - type: Transform + pos: 2.8313768,4.6841235 parent: 1 - type: Transform - uid: 370 components: - - pos: 1.4069422,0.15229446 + - type: Transform + pos: 1.4069422,0.15229446 parent: 1 - type: Transform - uid: 371 components: - - pos: 8.500692,1.5182867 + - type: Transform + pos: 8.500692,1.5182867 parent: 1 - type: Transform - proto: AtmosFixInstantPlasmaFireMarker entities: - uid: 338 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 339 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - uid: 340 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 341 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 1 - type: Transform - proto: AtmosFixNitrogenMarker entities: - uid: 794 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 1 - type: Transform - uid: 795 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 1 - type: Transform - proto: AtmosFixOxygenMarker entities: - uid: 792 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 793 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 1 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 342 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 343 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 1 - type: Transform - uid: 344 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 345 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 346 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - uid: 347 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - uid: 348 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - uid: 349 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 1 - type: Transform - uid: 350 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 351 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 352 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - uid: 353 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - proto: Barricade entities: - uid: 778 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 1 - type: Transform - uid: 779 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - proto: BaseComputer entities: - uid: 125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 1 - type: Transform - uid: 320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,2.5 parent: 1 - type: Transform - proto: Beaker entities: - uid: 103 components: - - pos: 3.9578352,3.8375459 + - type: Transform + pos: 3.9578352,3.8375459 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: Lipozine Quantity: 30 - type: SolutionContainerManager - uid: 104 components: - - pos: 4.187002,3.597796 + - type: Transform + pos: 4.187002,3.597796 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: PulpedBananaPeel Quantity: 40 - type: SolutionContainerManager - uid: 105 components: - - pos: 3.5724187,5.807664 + - type: Transform + pos: 3.5724187,5.807664 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: Nocturine Quantity: 10 - type: SolutionContainerManager - - enabled: False - type: CollisionWake + - type: CollisionWake + enabled: False - proto: Bed entities: - uid: 181 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - uid: 182 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - proto: BedsheetSpawner entities: - uid: 185 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - uid: 186 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - proto: BlastDoor entities: - uid: 73 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 236 - type: DeviceLinkSink - uid: 122 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 237 - type: DeviceLinkSink - proto: BookChemistryInsane entities: - uid: 179 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.1743674,-0.42917657 parent: 1 - type: Transform - proto: BoxBeaker entities: - uid: 175 components: - - pos: 8.609987,2.7375457 + - type: Transform + pos: 8.609987,2.7375457 parent: 1 - type: Transform - proto: BoxFolderBlack entities: - uid: 132 components: - - pos: 4.3060846,5.638433 + - type: Transform + pos: 4.3060846,5.638433 parent: 1 - type: Transform - proto: BoxFolderBlue entities: - uid: 332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.3749285,1.6121897 parent: 1 - type: Transform - proto: BoxFolderWhite entities: - uid: 331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.354095,1.5392221 parent: 1 - type: Transform - proto: BoxLatexGloves entities: - uid: 177 components: - - pos: 9.59957,2.7166977 + - type: Transform + pos: 9.59957,2.7166977 parent: 1 - type: Transform - proto: BoxSterileMask entities: - uid: 176 components: - - pos: 9.44332,2.7375457 + - type: Transform + pos: 9.44332,2.7375457 parent: 1 - type: Transform - proto: BoxSyringe entities: - uid: 174 components: - - pos: 8.526653,2.7479694 + - type: Transform + pos: 8.526653,2.7479694 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 858 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 859 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 860 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 861 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 862 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - uid: 863 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - uid: 864 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 1 - type: Transform - uid: 865 components: - - pos: 1.5,13.5 + - type: Transform + pos: 1.5,13.5 parent: 1 - type: Transform - uid: 874 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 875 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 876 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 877 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 878 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 879 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 880 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 881 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 882 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 883 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 884 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - uid: 885 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 886 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 887 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 888 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 889 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 1 - type: Transform - uid: 890 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 1 - type: Transform - uid: 891 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 1 - type: Transform - uid: 893 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 894 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 895 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 896 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 897 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 898 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 899 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 1 - type: Transform - uid: 900 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 901 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 902 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 903 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 904 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 905 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 906 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 907 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 1 - type: Transform - uid: 908 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 909 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 910 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 911 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 1 - type: Transform - uid: 912 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 913 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 914 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 1 - type: Transform - proto: CableHV entities: - uid: 205 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - uid: 212 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 213 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 214 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 1 - type: Transform - proto: CableMV entities: - uid: 215 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 1 - type: Transform - uid: 216 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 217 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 218 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - proto: CableTerminal entities: - uid: 211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,9.5 parent: 1 - type: Transform - proto: Candle entities: - uid: 497 components: - - pos: 11.4923525,4.234111 + - type: Transform + pos: 11.4923525,4.234111 parent: 1 - type: Transform - proto: ChairFolding entities: - uid: 322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5832615,0.6010704 parent: 1 - type: Transform - uid: 323 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.635345,-0.19114625 parent: 1 - type: Transform - uid: 994 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - proto: ChairOfficeLight entities: - uid: 87 components: - - pos: 2.678675,0.42619833 + - type: Transform + pos: 2.678675,0.42619833 parent: 1 - type: Transform - uid: 88 components: - - pos: 3.397425,0.436622 + - type: Transform + pos: 3.397425,0.436622 parent: 1 - type: Transform - uid: 89 components: - - pos: 4.3245087,2.4797072 + - type: Transform + pos: 4.3245087,2.4797072 parent: 1 - type: Transform - uid: 90 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.1682587,4.3872824 parent: 1 - type: Transform - uid: 91 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5640917,5.004447 parent: 1 - type: Transform - uid: 321 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - proto: ChairWood entities: - uid: 359 components: - - pos: 4.52111,9.383862 + - type: Transform + pos: 4.52111,9.383862 parent: 1 - type: Transform - proto: ChemistryHotplate entities: - uid: 2 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - - placedEntities: + - type: ItemPlacer + placedEntities: - 105 - type: ItemPlacer - - isPlaceable: False - type: PlaceableSurface + - type: PlaceableSurface + isPlaceable: False - uid: 22 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - - placedEntities: + - type: ItemPlacer + placedEntities: - 133 - type: ItemPlacer - - isPlaceable: False - type: PlaceableSurface + - type: PlaceableSurface + isPlaceable: False - proto: CigaretteMold entities: - uid: 369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.041122,4.306038 parent: 1 - type: Transform - proto: ClothingOuterWinterChem entities: - uid: 178 components: - - pos: 10.393118,2.635452 + - type: Transform + pos: 10.393118,2.635452 parent: 1 - type: Transform - uid: 180 components: - - pos: 10.611868,2.614604 + - type: Transform + pos: 10.611868,2.614604 parent: 1 - type: Transform - proto: CryoxadoneBeakerSmall entities: - uid: 107 components: - - pos: 4.6974187,5.8285117 + - type: Transform + pos: 4.6974187,5.8285117 parent: 1 - type: Transform - proto: DiagnosisReportPaper entities: - uid: 128 components: - - pos: 3.0144181,4.106118 + - type: Transform + pos: 3.0144181,4.106118 parent: 1 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 360 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - proto: DresserFilled entities: - uid: 183 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 1 - type: Transform - uid: 184 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - proto: DrinkBottleBeer entities: - uid: 995 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.3758049,8.80171 parent: 1 - type: Transform - uid: 996 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.4383049,8.436873 parent: 1 - type: Transform - proto: DrinkHotCoffee entities: - uid: 133 components: - - pos: 4.539176,1.6981958 + - type: Transform + pos: 4.539176,1.6981958 parent: 1 - type: Transform - - enabled: False - type: CollisionWake + - type: CollisionWake + enabled: False - proto: DrinkSpaceGlue entities: - uid: 221 components: - - pos: 6.408321,4.7129297 + - type: Transform + pos: 6.408321,4.7129297 parent: 1 - type: Transform - proto: DrinkSpaceLube entities: - uid: 220 components: - - pos: 6.658321,4.681658 + - type: Transform + pos: 6.658321,4.681658 parent: 1 - type: Transform - proto: DrinkWaterCup entities: - uid: 158 components: - - pos: 4.2640057,8.753794 + - type: Transform + pos: 4.2640057,8.753794 parent: 1 - type: Transform - uid: 162 components: - - pos: -0.6734946,4.730166 + - type: Transform + pos: -0.6734946,4.730166 parent: 1 - type: Transform - proto: Dropper entities: - uid: 354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.812307,5.677805 parent: 1 - type: Transform - uid: 355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.7289734,3.4470892 parent: 1 - type: Transform - uid: 356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.1768904,1.6124816 parent: 1 - type: Transform - proto: EmptyFlashlightLantern entities: - uid: 1002 components: - - pos: 6.588108,12.752335 + - type: Transform + pos: 6.588108,12.752335 parent: 1 - type: Transform - proto: FaxMachineBase entities: - uid: 333 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - - name: Delta-Lab - type: FaxMachine + - type: FaxMachine + name: Delta-Lab - proto: filingCabinetDrawerRandom entities: - uid: 3 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 4 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - uid: 5 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - proto: Floodlight entities: - uid: 1000 components: - - pos: -5.655805,-2.727866 + - type: Transform + pos: -5.655805,-2.727866 parent: 1 - type: Transform - uid: 1001 components: - - pos: -5.2078886,-3.311605 + - type: Transform + pos: -5.2078886,-3.311605 parent: 1 - type: Transform - proto: FloorDrain entities: - uid: 60 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 202 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 204 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodBanana entities: - uid: 95 components: - - pos: -0.5797446,4.6155033 + - type: Transform + pos: -0.5797446,4.6155033 parent: 1 - type: Transform - uid: 135 components: - - pos: -0.4964111,4.5633836 + - type: Transform + pos: -0.4964111,4.5633836 parent: 1 - type: Transform - uid: 157 components: - - pos: -1.3709384,6.1338487 + - type: Transform + pos: -1.3709384,6.1338487 parent: 1 - type: Transform - uid: 159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.7361307,5.959911 parent: 1 - type: Transform - uid: 163 components: - - pos: -0.36099458,4.4695683 + - type: Transform + pos: -0.36099458,4.4695683 parent: 1 - type: Transform - proto: FoodBreadBaguette entities: - uid: 197 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 198 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodCheeseSlice entities: - uid: 193 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 194 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 195 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMeatSalami entities: - uid: 196 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMothHerbyCheese entities: - uid: 199 components: - - flags: InContainer - type: MetaData - - parent: 192 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 192 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: GasMinerNitrogen entities: - uid: 649 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasMinerOxygen entities: - uid: 301 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasMixer entities: - uid: 787 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 1 - type: Transform - - inletTwoConcentration: 0.79 + - type: GasMixer + inletTwoConcentration: 0.79 inletOneConcentration: 0.21 - enabled: True - type: GasMixer - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasMixerFlipped entities: - uid: 108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasOutletInjector entities: - uid: 92 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - uid: 113 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-2.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasPassiveVent entities: - uid: 238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-2.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - uid: 242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 502 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,12.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - uid: 503 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,14.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasPipeBend entities: - uid: 111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 114 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 788 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 1 - type: Transform - uid: 800 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 801 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 817 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 831 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 839 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeFourway entities: - uid: 241 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 124 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 247 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 789 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,14.5 parent: 1 - type: Transform - uid: 790 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,12.5 parent: 1 - type: Transform - uid: 791 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,13.5 parent: 1 - type: Transform - uid: 797 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 798 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 799 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 802 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 814 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 815 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 816 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 818 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 819 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 820 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 821 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 822 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 823 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 824 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 825 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 826 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 827 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,7.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 828 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,8.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 835 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 836 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 837 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 838 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 844 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 845 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 846 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 847 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 848 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 849 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 850 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 851 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 852 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 853 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,2.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 854 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 855 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 856 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 857 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 803 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 804 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,6.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 805 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 806 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 807 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 833 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 841 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 842 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,3.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPort entities: - uid: 109 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - uid: 110 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - uid: 123 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasPressurePump entities: - uid: 240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVentPump entities: - uid: 808 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 809 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 810 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,4.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 811 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 812 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 813 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,5.5 parent: 1 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 829 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 830 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 832 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,0.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 834 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 843 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,4.5 parent: 1 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVolumePump entities: - uid: 115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GeneratorBasic entities: - uid: 203 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - proto: Grille entities: - uid: 19 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 30 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 69 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 70 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 96 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 118 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 120 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 121 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 1 - type: Transform - uid: 276 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 1 - type: Transform - uid: 277 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 1 - type: Transform - uid: 278 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 1 - type: Transform - uid: 311 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 312 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 453 components: - - pos: 0.5,13.5 + - type: Transform + pos: 0.5,13.5 parent: 1 - type: Transform - uid: 456 components: - - pos: 0.5,15.5 + - type: Transform + pos: 0.5,15.5 parent: 1 - type: Transform - uid: 457 components: - - pos: -0.5,13.5 + - type: Transform + pos: -0.5,13.5 parent: 1 - type: Transform - proto: Jug entities: - uid: 222 components: - - pos: 6.438479,3.8058417 + - type: Transform + pos: 6.438479,3.8058417 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: SpaceCleaner Quantity: 100 - type: SolutionContainerManager - uid: 223 components: - - pos: 6.5530624,3.628635 + - type: Transform + pos: 6.5530624,3.628635 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Artifexium Quantity: 50 - type: SolutionContainerManager - uid: 224 components: - - pos: 6.438479,2.805146 + - type: Transform + pos: 6.438479,2.805146 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Hotsauce Quantity: 150 - type: SolutionContainerManager - uid: 225 components: - - pos: 6.5426455,2.5966685 + - type: Transform + pos: 6.5426455,2.5966685 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 75 + name: null reagents: - data: null ReagentId: BuzzochloricBees Quantity: 75 - type: SolutionContainerManager - proto: KitchenMicrowave entities: - uid: 357 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - proto: KitchenReagentGrinder entities: - uid: 23 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - proto: LargeBeaker entities: - uid: 101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.843252,2.8681226 parent: 1 - type: Transform - uid: 102 components: - - pos: 4.530752,3.576948 + - type: Transform + pos: 4.530752,3.576948 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 100 + name: null reagents: - data: null ReagentId: LotophagoiOil Quantity: 20 - type: SolutionContainerManager - uid: 106 components: - - pos: 3.8849187,1.7423406 + - type: Transform + pos: 3.8849187,1.7423406 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 100 + name: null reagents: - data: null ReagentId: Diphenhydramine Quantity: 45 - type: SolutionContainerManager - proto: LockerFreezerBase entities: - uid: 192 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -2092,3830 +2338,3843 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: MaintenancePlantSpawner entities: - uid: 919 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 920 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 1 - type: Transform - uid: 921 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 1 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 917 components: - - pos: 8.5,17.5 + - type: Transform + pos: 8.5,17.5 parent: 1 - type: Transform - uid: 918 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 998 components: - - pos: -0.5,19.5 + - type: Transform + pos: -0.5,19.5 parent: 1 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 916 components: - - pos: 6.5,14.5 + - type: Transform + pos: 6.5,14.5 parent: 1 - type: Transform - proto: Matchbox entities: - uid: 498 components: - - pos: 11.324441,4.8402147 + - type: Transform + pos: 11.324441,4.8402147 parent: 1 - type: Transform - proto: MountainRockMining entities: - uid: 251 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 1 - type: Transform - uid: 252 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - uid: 253 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 1 - type: Transform - uid: 254 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 1 - type: Transform - uid: 255 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 1 - type: Transform - uid: 256 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 1 - type: Transform - uid: 257 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 1 - type: Transform - uid: 258 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 1 - type: Transform - uid: 259 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 1 - type: Transform - uid: 260 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 1 - type: Transform - uid: 261 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 1 - type: Transform - uid: 262 components: - - pos: 12.5,9.5 + - type: Transform + pos: 12.5,9.5 parent: 1 - type: Transform - uid: 263 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 1 - type: Transform - uid: 280 components: - - pos: -3.5,16.5 + - type: Transform + pos: -3.5,16.5 parent: 1 - type: Transform - uid: 281 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 282 components: - - pos: -3.5,13.5 + - type: Transform + pos: -3.5,13.5 parent: 1 - type: Transform - uid: 283 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 284 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 1 - type: Transform - uid: 285 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 286 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 287 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 288 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 1 - type: Transform - uid: 289 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 1 - type: Transform - uid: 290 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 1 - type: Transform - uid: 291 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 292 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 1 - type: Transform - uid: 293 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 294 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 1 - type: Transform - uid: 295 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - uid: 296 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 1 - type: Transform - uid: 297 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 300 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 365 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 1 - type: Transform - uid: 366 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 1 - type: Transform - uid: 367 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 373 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 374 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 375 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 1 - type: Transform - uid: 376 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 377 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 378 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 379 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 380 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - uid: 381 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 382 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 383 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 1 - type: Transform - uid: 384 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 385 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 1 - type: Transform - uid: 386 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 1 - type: Transform - uid: 387 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 388 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 1 - type: Transform - uid: 389 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 1 - type: Transform - uid: 390 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 391 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 392 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 393 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - uid: 394 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 395 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 396 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 1 - type: Transform - uid: 442 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 443 components: - - pos: -3.5,15.5 + - type: Transform + pos: -3.5,15.5 parent: 1 - type: Transform - uid: 459 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - uid: 464 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 1 - type: Transform - uid: 465 components: - - pos: 5.5,15.5 + - type: Transform + pos: 5.5,15.5 parent: 1 - type: Transform - uid: 467 components: - - pos: 5.5,17.5 + - type: Transform + pos: 5.5,17.5 parent: 1 - type: Transform - uid: 468 components: - - pos: 5.5,16.5 + - type: Transform + pos: 5.5,16.5 parent: 1 - type: Transform - uid: 470 components: - - pos: 5.5,18.5 + - type: Transform + pos: 5.5,18.5 parent: 1 - type: Transform - uid: 471 components: - - pos: 4.5,18.5 + - type: Transform + pos: 4.5,18.5 parent: 1 - type: Transform - uid: 472 components: - - pos: -0.5,18.5 + - type: Transform + pos: -0.5,18.5 parent: 1 - type: Transform - uid: 473 components: - - pos: 1.5,18.5 + - type: Transform + pos: 1.5,18.5 parent: 1 - type: Transform - uid: 474 components: - - pos: 3.5,18.5 + - type: Transform + pos: 3.5,18.5 parent: 1 - type: Transform - uid: 475 components: - - pos: -1.5,18.5 + - type: Transform + pos: -1.5,18.5 parent: 1 - type: Transform - uid: 476 components: - - pos: 0.5,18.5 + - type: Transform + pos: 0.5,18.5 parent: 1 - type: Transform - uid: 477 components: - - pos: 2.5,18.5 + - type: Transform + pos: 2.5,18.5 parent: 1 - type: Transform - uid: 486 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 487 components: - - pos: 6.5,13.5 + - type: Transform + pos: 6.5,13.5 parent: 1 - type: Transform - uid: 488 components: - - pos: 7.5,13.5 + - type: Transform + pos: 7.5,13.5 parent: 1 - type: Transform - uid: 489 components: - - pos: 8.5,13.5 + - type: Transform + pos: 8.5,13.5 parent: 1 - type: Transform - uid: 490 components: - - pos: 9.5,13.5 + - type: Transform + pos: 9.5,13.5 parent: 1 - type: Transform - uid: 491 components: - - pos: 10.5,13.5 + - type: Transform + pos: 10.5,13.5 parent: 1 - type: Transform - uid: 492 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 1 - type: Transform - uid: 493 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 1 - type: Transform - uid: 494 components: - - pos: 11.5,11.5 + - type: Transform + pos: 11.5,11.5 parent: 1 - type: Transform - uid: 495 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 1 - type: Transform - uid: 500 components: - - pos: -2.5,18.5 + - type: Transform + pos: -2.5,18.5 parent: 1 - type: Transform - uid: 501 components: - - pos: 5.5,13.5 + - type: Transform + pos: 5.5,13.5 parent: 1 - type: Transform - proto: Paper entities: - uid: 325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.9686785,1.6538849 parent: 1 - type: Transform - uid: 326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.9686785,1.6538849 parent: 1 - type: Transform - uid: 327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.9686785,1.6538849 parent: 1 - type: Transform - uid: 328 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.7186785,1.5392221 parent: 1 - type: Transform - uid: 329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.7186785,1.5392221 parent: 1 - type: Transform - uid: 330 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.7186785,1.5392221 parent: 1 - type: Transform - proto: PaperArtifactAnalyzer entities: - uid: 126 components: - - pos: 2.5665014,2.678043 + - type: Transform + pos: 2.5665014,2.678043 parent: 1 - type: Transform - uid: 127 components: - - pos: 1.5352514,2.2089672 + - type: Transform + pos: 1.5352514,2.2089672 parent: 1 - type: Transform - proto: PaperOffice entities: - uid: 129 components: - - pos: 4.014418,5.6697044 + - type: Transform + pos: 4.014418,5.6697044 parent: 1 - type: Transform - uid: 130 components: - - pos: 4.1290016,5.52377 + - type: Transform + pos: 4.1290016,5.52377 parent: 1 - type: Transform - uid: 131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.4310846,1.562685 parent: 1 - type: Transform - proto: PillCanister entities: - uid: 173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.618677,-0.506825 parent: 1 - type: Transform - proto: PottedPlantRandom entities: - uid: 324 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 867 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,5.5 parent: 1 - type: Transform - uid: 868 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 869 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 870 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,2.5 parent: 1 - type: Transform - uid: 871 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 1 - type: Transform - uid: 872 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 1 - type: Transform - uid: 873 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 892 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - proto: PoweredlightSodium entities: - uid: 866 components: - - pos: 1.5,15.5 + - type: Transform + pos: 1.5,15.5 parent: 1 - type: Transform - proto: PoweredSmallLight entities: - uid: 33 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,9.5 parent: 1 - type: Transform - uid: 187 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,5.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 188 - type: DeviceLinkSink - uid: 219 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - proto: Puddle entities: - uid: 134 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: Cognizine Quantity: 20 - type: SolutionContainerManager - - active: False - type: StepTrigger + - type: StepTrigger + active: False - proto: Rack entities: - uid: 80 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 81 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - uid: 82 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 167 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,2.5 parent: 1 - type: Transform - uid: 168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,2.5 parent: 1 - type: Transform - uid: 169 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,2.5 parent: 1 - type: Transform - proto: RagItem entities: - uid: 499 components: - - pos: 5.9439816,10.709156 + - type: Transform + pos: 5.9439816,10.709156 parent: 1 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 226 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 590 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - proto: RandomBoards entities: - uid: 642 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - proto: RandomBook entities: - uid: 57 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,8.5 parent: 1 - type: Transform - proto: RandomBox entities: - uid: 643 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-3.5 parent: 1 - type: Transform - uid: 648 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 709 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - type: Transform - proto: RandomFoodSingle entities: - uid: 364 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 684 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - proto: RandomPosterContraband entities: - uid: 997 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - proto: RandomRockSpawner entities: - uid: 397 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 398 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 399 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - uid: 400 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - uid: 401 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 1 - type: Transform - uid: 402 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - uid: 403 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 1 - type: Transform - uid: 404 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 1 - type: Transform - uid: 405 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 1 - type: Transform - uid: 406 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 407 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 1 - type: Transform - uid: 408 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 1 - type: Transform - uid: 409 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 1 - type: Transform - uid: 411 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 412 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 1 - type: Transform - uid: 413 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 1 - type: Transform - uid: 414 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 415 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 416 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 417 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 1 - type: Transform - uid: 418 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 419 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 420 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 421 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 1 - type: Transform - uid: 422 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 1 - type: Transform - uid: 423 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 1 - type: Transform - uid: 424 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 1 - type: Transform - uid: 425 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 1 - type: Transform - uid: 426 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 1 - type: Transform - uid: 427 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 1 - type: Transform - uid: 428 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 1 - type: Transform - uid: 429 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - uid: 430 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 431 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 1 - type: Transform - uid: 432 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 1 - type: Transform - uid: 433 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 434 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 435 components: - - pos: -7.5,11.5 + - type: Transform + pos: -7.5,11.5 parent: 1 - type: Transform - uid: 436 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - uid: 437 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 1 - type: Transform - uid: 438 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 439 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - uid: 440 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 441 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - uid: 478 components: - - pos: 6.5,16.5 + - type: Transform + pos: 6.5,16.5 parent: 1 - type: Transform - uid: 479 components: - - pos: 6.5,17.5 + - type: Transform + pos: 6.5,17.5 parent: 1 - type: Transform - uid: 480 components: - - pos: 6.5,18.5 + - type: Transform + pos: 6.5,18.5 parent: 1 - type: Transform - uid: 481 components: - - pos: 7.5,16.5 + - type: Transform + pos: 7.5,16.5 parent: 1 - type: Transform - uid: 482 components: - - pos: 7.5,17.5 + - type: Transform + pos: 7.5,17.5 parent: 1 - type: Transform - uid: 483 components: - - pos: 7.5,18.5 + - type: Transform + pos: 7.5,18.5 parent: 1 - type: Transform - uid: 484 components: - - pos: 4.5,19.5 + - type: Transform + pos: 4.5,19.5 parent: 1 - type: Transform - uid: 485 components: - - pos: 5.5,19.5 + - type: Transform + pos: 5.5,19.5 parent: 1 - type: Transform - uid: 504 components: - - pos: 6.5,15.5 + - type: Transform + pos: 6.5,15.5 parent: 1 - type: Transform - uid: 506 components: - - pos: 7.5,15.5 + - type: Transform + pos: 7.5,15.5 parent: 1 - type: Transform - uid: 507 components: - - pos: 7.5,14.5 + - type: Transform + pos: 7.5,14.5 parent: 1 - type: Transform - uid: 508 components: - - pos: 8.5,15.5 + - type: Transform + pos: 8.5,15.5 parent: 1 - type: Transform - uid: 509 components: - - pos: 8.5,14.5 + - type: Transform + pos: 8.5,14.5 parent: 1 - type: Transform - uid: 510 components: - - pos: 9.5,15.5 + - type: Transform + pos: 9.5,15.5 parent: 1 - type: Transform - uid: 511 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 1 - type: Transform - uid: 512 components: - - pos: 10.5,15.5 + - type: Transform + pos: 10.5,15.5 parent: 1 - type: Transform - uid: 513 components: - - pos: 10.5,14.5 + - type: Transform + pos: 10.5,14.5 parent: 1 - type: Transform - uid: 515 components: - - pos: 11.5,14.5 + - type: Transform + pos: 11.5,14.5 parent: 1 - type: Transform - uid: 516 components: - - pos: 12.5,15.5 + - type: Transform + pos: 12.5,15.5 parent: 1 - type: Transform - uid: 517 components: - - pos: 12.5,14.5 + - type: Transform + pos: 12.5,14.5 parent: 1 - type: Transform - uid: 518 components: - - pos: 13.5,15.5 + - type: Transform + pos: 13.5,15.5 parent: 1 - type: Transform - uid: 519 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 520 components: - - pos: 14.5,15.5 + - type: Transform + pos: 14.5,15.5 parent: 1 - type: Transform - uid: 521 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 522 components: - - pos: 9.5,17.5 + - type: Transform + pos: 9.5,17.5 parent: 1 - type: Transform - uid: 523 components: - - pos: 9.5,16.5 + - type: Transform + pos: 9.5,16.5 parent: 1 - type: Transform - uid: 524 components: - - pos: 10.5,17.5 + - type: Transform + pos: 10.5,17.5 parent: 1 - type: Transform - uid: 525 components: - - pos: 10.5,16.5 + - type: Transform + pos: 10.5,16.5 parent: 1 - type: Transform - uid: 526 components: - - pos: 8.5,16.5 + - type: Transform + pos: 8.5,16.5 parent: 1 - type: Transform - uid: 527 components: - - pos: 12.5,16.5 + - type: Transform + pos: 12.5,16.5 parent: 1 - type: Transform - uid: 528 components: - - pos: 13.5,16.5 + - type: Transform + pos: 13.5,16.5 parent: 1 - type: Transform - uid: 529 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 1 - type: Transform - uid: 530 components: - - pos: 12.5,13.5 + - type: Transform + pos: 12.5,13.5 parent: 1 - type: Transform - uid: 531 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 532 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - uid: 533 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 534 components: - - pos: 13.5,13.5 + - type: Transform + pos: 13.5,13.5 parent: 1 - type: Transform - uid: 535 components: - - pos: 13.5,12.5 + - type: Transform + pos: 13.5,12.5 parent: 1 - type: Transform - uid: 536 components: - - pos: 13.5,11.5 + - type: Transform + pos: 13.5,11.5 parent: 1 - type: Transform - uid: 537 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 1 - type: Transform - uid: 538 components: - - pos: 14.5,13.5 + - type: Transform + pos: 14.5,13.5 parent: 1 - type: Transform - uid: 539 components: - - pos: 14.5,12.5 + - type: Transform + pos: 14.5,12.5 parent: 1 - type: Transform - uid: 540 components: - - pos: 14.5,11.5 + - type: Transform + pos: 14.5,11.5 parent: 1 - type: Transform - uid: 541 components: - - pos: 14.5,10.5 + - type: Transform + pos: 14.5,10.5 parent: 1 - type: Transform - uid: 542 components: - - pos: 15.5,13.5 + - type: Transform + pos: 15.5,13.5 parent: 1 - type: Transform - uid: 543 components: - - pos: 15.5,12.5 + - type: Transform + pos: 15.5,12.5 parent: 1 - type: Transform - uid: 544 components: - - pos: 15.5,11.5 + - type: Transform + pos: 15.5,11.5 parent: 1 - type: Transform - uid: 545 components: - - pos: 15.5,10.5 + - type: Transform + pos: 15.5,10.5 parent: 1 - type: Transform - uid: 546 components: - - pos: 16.5,13.5 + - type: Transform + pos: 16.5,13.5 parent: 1 - type: Transform - uid: 547 components: - - pos: 16.5,12.5 + - type: Transform + pos: 16.5,12.5 parent: 1 - type: Transform - uid: 548 components: - - pos: 16.5,11.5 + - type: Transform + pos: 16.5,11.5 parent: 1 - type: Transform - uid: 549 components: - - pos: 16.5,10.5 + - type: Transform + pos: 16.5,10.5 parent: 1 - type: Transform - uid: 550 components: - - pos: 14.5,9.5 + - type: Transform + pos: 14.5,9.5 parent: 1 - type: Transform - uid: 551 components: - - pos: 14.5,9.5 + - type: Transform + pos: 14.5,9.5 parent: 1 - type: Transform - uid: 552 components: - - pos: 14.5,8.5 + - type: Transform + pos: 14.5,8.5 parent: 1 - type: Transform - uid: 554 components: - - pos: 14.5,6.5 + - type: Transform + pos: 14.5,6.5 parent: 1 - type: Transform - uid: 555 components: - - pos: 14.5,5.5 + - type: Transform + pos: 14.5,5.5 parent: 1 - type: Transform - uid: 556 components: - - pos: 14.5,4.5 + - type: Transform + pos: 14.5,4.5 parent: 1 - type: Transform - uid: 557 components: - - pos: 14.5,3.5 + - type: Transform + pos: 14.5,3.5 parent: 1 - type: Transform - uid: 558 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 1 - type: Transform - uid: 559 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 1 - type: Transform - uid: 560 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 1 - type: Transform - uid: 561 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 1 - type: Transform - uid: 562 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 1 - type: Transform - uid: 563 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 1 - type: Transform - uid: 564 components: - - pos: 14.5,-3.5 + - type: Transform + pos: 14.5,-3.5 parent: 1 - type: Transform - uid: 565 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 1 - type: Transform - uid: 566 components: - - pos: 15.5,9.5 + - type: Transform + pos: 15.5,9.5 parent: 1 - type: Transform - uid: 567 components: - - pos: 15.5,8.5 + - type: Transform + pos: 15.5,8.5 parent: 1 - type: Transform - uid: 570 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 1 - type: Transform - uid: 571 components: - - pos: 15.5,4.5 + - type: Transform + pos: 15.5,4.5 parent: 1 - type: Transform - uid: 572 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 1 - type: Transform - uid: 573 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 1 - type: Transform - uid: 574 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 1 - type: Transform - uid: 575 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 1 - type: Transform - uid: 576 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 1 - type: Transform - uid: 577 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 1 - type: Transform - uid: 578 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 1 - type: Transform - uid: 579 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 1 - type: Transform - uid: 580 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 1 - type: Transform - uid: 581 components: - - pos: 16.5,9.5 + - type: Transform + pos: 16.5,9.5 parent: 1 - type: Transform - uid: 582 components: - - pos: 16.5,8.5 + - type: Transform + pos: 16.5,8.5 parent: 1 - type: Transform - uid: 583 components: - - pos: 16.5,7.5 + - type: Transform + pos: 16.5,7.5 parent: 1 - type: Transform - uid: 586 components: - - pos: 16.5,4.5 + - type: Transform + pos: 16.5,4.5 parent: 1 - type: Transform - uid: 587 components: - - pos: 16.5,3.5 + - type: Transform + pos: 16.5,3.5 parent: 1 - type: Transform - uid: 588 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 1 - type: Transform - uid: 589 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 1 - type: Transform - uid: 592 components: - - pos: 16.5,-1.5 + - type: Transform + pos: 16.5,-1.5 parent: 1 - type: Transform - uid: 593 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 1 - type: Transform - uid: 594 components: - - pos: 16.5,-3.5 + - type: Transform + pos: 16.5,-3.5 parent: 1 - type: Transform - uid: 595 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 1 - type: Transform - uid: 596 components: - - pos: 17.5,9.5 + - type: Transform + pos: 17.5,9.5 parent: 1 - type: Transform - uid: 597 components: - - pos: 17.5,8.5 + - type: Transform + pos: 17.5,8.5 parent: 1 - type: Transform - uid: 598 components: - - pos: 17.5,7.5 + - type: Transform + pos: 17.5,7.5 parent: 1 - type: Transform - uid: 599 components: - - pos: 17.5,6.5 + - type: Transform + pos: 17.5,6.5 parent: 1 - type: Transform - uid: 600 components: - - pos: 17.5,5.5 + - type: Transform + pos: 17.5,5.5 parent: 1 - type: Transform - uid: 601 components: - - pos: 17.5,4.5 + - type: Transform + pos: 17.5,4.5 parent: 1 - type: Transform - uid: 602 components: - - pos: 17.5,3.5 + - type: Transform + pos: 17.5,3.5 parent: 1 - type: Transform - uid: 603 components: - - pos: 17.5,2.5 + - type: Transform + pos: 17.5,2.5 parent: 1 - type: Transform - uid: 604 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 1 - type: Transform - uid: 605 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 1 - type: Transform - uid: 606 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 1 - type: Transform - uid: 607 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 1 - type: Transform - uid: 608 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 1 - type: Transform - uid: 609 components: - - pos: 17.5,-3.5 + - type: Transform + pos: 17.5,-3.5 parent: 1 - type: Transform - uid: 610 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 1 - type: Transform - uid: 611 components: - - pos: 18.5,9.5 + - type: Transform + pos: 18.5,9.5 parent: 1 - type: Transform - uid: 612 components: - - pos: 18.5,8.5 + - type: Transform + pos: 18.5,8.5 parent: 1 - type: Transform - uid: 613 components: - - pos: 18.5,7.5 + - type: Transform + pos: 18.5,7.5 parent: 1 - type: Transform - uid: 614 components: - - pos: 18.5,6.5 + - type: Transform + pos: 18.5,6.5 parent: 1 - type: Transform - uid: 615 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 1 - type: Transform - uid: 616 components: - - pos: 18.5,4.5 + - type: Transform + pos: 18.5,4.5 parent: 1 - type: Transform - uid: 617 components: - - pos: 18.5,3.5 + - type: Transform + pos: 18.5,3.5 parent: 1 - type: Transform - uid: 618 components: - - pos: 18.5,2.5 + - type: Transform + pos: 18.5,2.5 parent: 1 - type: Transform - uid: 619 components: - - pos: 18.5,1.5 + - type: Transform + pos: 18.5,1.5 parent: 1 - type: Transform - uid: 620 components: - - pos: 18.5,0.5 + - type: Transform + pos: 18.5,0.5 parent: 1 - type: Transform - uid: 621 components: - - pos: 18.5,-0.5 + - type: Transform + pos: 18.5,-0.5 parent: 1 - type: Transform - uid: 622 components: - - pos: 18.5,-1.5 + - type: Transform + pos: 18.5,-1.5 parent: 1 - type: Transform - uid: 623 components: - - pos: 18.5,-2.5 + - type: Transform + pos: 18.5,-2.5 parent: 1 - type: Transform - uid: 624 components: - - pos: 18.5,-3.5 + - type: Transform + pos: 18.5,-3.5 parent: 1 - type: Transform - uid: 625 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 1 - type: Transform - uid: 626 components: - - pos: 19.5,0.5 + - type: Transform + pos: 19.5,0.5 parent: 1 - type: Transform - uid: 627 components: - - pos: 19.5,1.5 + - type: Transform + pos: 19.5,1.5 parent: 1 - type: Transform - uid: 628 components: - - pos: 19.5,2.5 + - type: Transform + pos: 19.5,2.5 parent: 1 - type: Transform - uid: 629 components: - - pos: 19.5,3.5 + - type: Transform + pos: 19.5,3.5 parent: 1 - type: Transform - uid: 630 components: - - pos: 19.5,4.5 + - type: Transform + pos: 19.5,4.5 parent: 1 - type: Transform - uid: 631 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 1 - type: Transform - uid: 632 components: - - pos: 19.5,6.5 + - type: Transform + pos: 19.5,6.5 parent: 1 - type: Transform - uid: 633 components: - - pos: 20.5,5.5 + - type: Transform + pos: 20.5,5.5 parent: 1 - type: Transform - uid: 634 components: - - pos: 20.5,4.5 + - type: Transform + pos: 20.5,4.5 parent: 1 - type: Transform - uid: 635 components: - - pos: 20.5,3.5 + - type: Transform + pos: 20.5,3.5 parent: 1 - type: Transform - uid: 636 components: - - pos: 20.5,2.5 + - type: Transform + pos: 20.5,2.5 parent: 1 - type: Transform - uid: 637 components: - - pos: 20.5,1.5 + - type: Transform + pos: 20.5,1.5 parent: 1 - type: Transform - uid: 638 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 1 - type: Transform - uid: 639 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 1 - type: Transform - uid: 640 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 1 - type: Transform - uid: 644 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 645 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 646 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 651 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 1 - type: Transform - uid: 652 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 1 - type: Transform - uid: 653 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 654 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 1 - type: Transform - uid: 655 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 1 - type: Transform - uid: 656 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 659 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 1 - type: Transform - uid: 660 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 661 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 1 - type: Transform - uid: 662 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 1 - type: Transform - uid: 663 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 1 - type: Transform - uid: 664 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 1 - type: Transform - uid: 665 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 666 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 667 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 668 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 1 - type: Transform - uid: 669 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 1 - type: Transform - uid: 670 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 1 - type: Transform - uid: 671 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 1 - type: Transform - uid: 672 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 1 - type: Transform - uid: 673 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - uid: 674 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 675 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - uid: 676 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 1 - type: Transform - uid: 677 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 1 - type: Transform - uid: 678 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 1 - type: Transform - uid: 679 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 1 - type: Transform - uid: 680 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 1 - type: Transform - uid: 681 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 682 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 685 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 1 - type: Transform - uid: 686 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 1 - type: Transform - uid: 687 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 1 - type: Transform - uid: 688 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 1 - type: Transform - uid: 689 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 1 - type: Transform - uid: 690 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 1 - type: Transform - uid: 691 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 1 - type: Transform - uid: 692 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 1 - type: Transform - uid: 693 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 1 - type: Transform - uid: 694 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 1 - type: Transform - uid: 695 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 1 - type: Transform - uid: 696 components: - - pos: 14.5,-7.5 + - type: Transform + pos: 14.5,-7.5 parent: 1 - type: Transform - uid: 697 components: - - pos: 14.5,-8.5 + - type: Transform + pos: 14.5,-8.5 parent: 1 - type: Transform - uid: 698 components: - - pos: 15.5,-5.5 + - type: Transform + pos: 15.5,-5.5 parent: 1 - type: Transform - uid: 699 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 1 - type: Transform - uid: 700 components: - - pos: 15.5,-7.5 + - type: Transform + pos: 15.5,-7.5 parent: 1 - type: Transform - uid: 701 components: - - pos: 15.5,-8.5 + - type: Transform + pos: 15.5,-8.5 parent: 1 - type: Transform - uid: 702 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 1 - type: Transform - uid: 703 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 1 - type: Transform - uid: 704 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 1 - type: Transform - uid: 705 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 1 - type: Transform - uid: 706 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 1 - type: Transform - uid: 707 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 1 - type: Transform - uid: 708 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 1 - type: Transform - uid: 710 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 1 - type: Transform - uid: 711 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 1 - type: Transform - uid: 714 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 1 - type: Transform - uid: 715 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 1 - type: Transform - uid: 716 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 1 - type: Transform - uid: 717 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 1 - type: Transform - uid: 718 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 1 - type: Transform - uid: 719 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 1 - type: Transform - uid: 720 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 721 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 722 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 723 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 1 - type: Transform - uid: 724 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 1 - type: Transform - uid: 725 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 1 - type: Transform - uid: 726 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 727 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 1 - type: Transform - uid: 728 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 729 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 730 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 1 - type: Transform - uid: 731 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 1 - type: Transform - uid: 732 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 1 - type: Transform - uid: 733 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 1 - type: Transform - uid: 734 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 1 - type: Transform - uid: 735 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 1 - type: Transform - uid: 736 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 1 - type: Transform - uid: 737 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 1 - type: Transform - uid: 738 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 1 - type: Transform - uid: 739 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 1 - type: Transform - uid: 740 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 741 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 1 - type: Transform - uid: 742 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 1 - type: Transform - uid: 743 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 1 - type: Transform - uid: 744 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 1 - type: Transform - uid: 745 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 1 - type: Transform - uid: 746 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 1 - type: Transform - uid: 747 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 1 - type: Transform - uid: 748 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 1 - type: Transform - uid: 749 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 1 - type: Transform - uid: 750 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - uid: 751 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 1 - type: Transform - uid: 752 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 1 - type: Transform - uid: 753 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 754 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 1 - type: Transform - uid: 755 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 1 - type: Transform - uid: 756 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - uid: 757 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - uid: 758 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 1 - type: Transform - uid: 759 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 1 - type: Transform - uid: 760 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 761 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - uid: 762 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 1 - type: Transform - uid: 763 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 1 - type: Transform - uid: 764 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 1 - type: Transform - uid: 765 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 1 - type: Transform - uid: 766 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 1 - type: Transform - uid: 767 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 1 - type: Transform - uid: 768 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 1 - type: Transform - uid: 769 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 1 - type: Transform - uid: 770 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - uid: 771 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 1 - type: Transform - uid: 772 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 773 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 1 - type: Transform - uid: 774 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 775 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 776 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - uid: 782 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 1 - type: Transform - uid: 783 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 784 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 785 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 1 - type: Transform - uid: 926 components: - - pos: -1.5,19.5 + - type: Transform + pos: -1.5,19.5 parent: 1 - type: Transform - uid: 927 components: - - pos: -1.5,20.5 + - type: Transform + pos: -1.5,20.5 parent: 1 - type: Transform - uid: 928 components: - - pos: -1.5,21.5 + - type: Transform + pos: -1.5,21.5 parent: 1 - type: Transform - uid: 929 components: - - pos: -0.5,21.5 + - type: Transform + pos: -0.5,21.5 parent: 1 - type: Transform - uid: 930 components: - - pos: 0.5,21.5 + - type: Transform + pos: 0.5,21.5 parent: 1 - type: Transform - uid: 931 components: - - pos: 1.5,21.5 + - type: Transform + pos: 1.5,21.5 parent: 1 - type: Transform - uid: 932 components: - - pos: 1.5,20.5 + - type: Transform + pos: 1.5,20.5 parent: 1 - type: Transform - uid: 933 components: - - pos: 1.5,19.5 + - type: Transform + pos: 1.5,19.5 parent: 1 - type: Transform - uid: 934 components: - - pos: 0.5,19.5 + - type: Transform + pos: 0.5,19.5 parent: 1 - type: Transform - uid: 935 components: - - pos: 2.5,19.5 + - type: Transform + pos: 2.5,19.5 parent: 1 - type: Transform - uid: 936 components: - - pos: 2.5,20.5 + - type: Transform + pos: 2.5,20.5 parent: 1 - type: Transform - uid: 937 components: - - pos: 2.5,21.5 + - type: Transform + pos: 2.5,21.5 parent: 1 - type: Transform - uid: 938 components: - - pos: 2.5,22.5 + - type: Transform + pos: 2.5,22.5 parent: 1 - type: Transform - uid: 939 components: - - pos: 2.5,23.5 + - type: Transform + pos: 2.5,23.5 parent: 1 - type: Transform - uid: 940 components: - - pos: 3.5,19.5 + - type: Transform + pos: 3.5,19.5 parent: 1 - type: Transform - uid: 941 components: - - pos: 3.5,20.5 + - type: Transform + pos: 3.5,20.5 parent: 1 - type: Transform - uid: 942 components: - - pos: 3.5,21.5 + - type: Transform + pos: 3.5,21.5 parent: 1 - type: Transform - uid: 943 components: - - pos: 3.5,22.5 + - type: Transform + pos: 3.5,22.5 parent: 1 - type: Transform - uid: 944 components: - - pos: 3.5,23.5 + - type: Transform + pos: 3.5,23.5 parent: 1 - type: Transform - uid: 945 components: - - pos: 4.5,21.5 + - type: Transform + pos: 4.5,21.5 parent: 1 - type: Transform - uid: 946 components: - - pos: 4.5,20.5 + - type: Transform + pos: 4.5,20.5 parent: 1 - type: Transform - uid: 947 components: - - pos: 5.5,21.5 + - type: Transform + pos: 5.5,21.5 parent: 1 - type: Transform - uid: 948 components: - - pos: 5.5,20.5 + - type: Transform + pos: 5.5,20.5 parent: 1 - type: Transform - uid: 949 components: - - pos: 6.5,20.5 + - type: Transform + pos: 6.5,20.5 parent: 1 - type: Transform - uid: 950 components: - - pos: 6.5,19.5 + - type: Transform + pos: 6.5,19.5 parent: 1 - type: Transform - uid: 951 components: - - pos: 1.5,22.5 + - type: Transform + pos: 1.5,22.5 parent: 1 - type: Transform - uid: 952 components: - - pos: 0.5,22.5 + - type: Transform + pos: 0.5,22.5 parent: 1 - type: Transform - uid: 953 components: - - pos: -0.5,22.5 + - type: Transform + pos: -0.5,22.5 parent: 1 - type: Transform - uid: 954 components: - - pos: -0.5,23.5 + - type: Transform + pos: -0.5,23.5 parent: 1 - type: Transform - uid: 955 components: - - pos: -1.5,22.5 + - type: Transform + pos: -1.5,22.5 parent: 1 - type: Transform - uid: 956 components: - - pos: -1.5,23.5 + - type: Transform + pos: -1.5,23.5 parent: 1 - type: Transform - uid: 957 components: - - pos: -2.5,22.5 + - type: Transform + pos: -2.5,22.5 parent: 1 - type: Transform - uid: 958 components: - - pos: -2.5,23.5 + - type: Transform + pos: -2.5,23.5 parent: 1 - type: Transform - uid: 959 components: - - pos: -3.5,22.5 + - type: Transform + pos: -3.5,22.5 parent: 1 - type: Transform - uid: 960 components: - - pos: -3.5,23.5 + - type: Transform + pos: -3.5,23.5 parent: 1 - type: Transform - uid: 961 components: - - pos: -2.5,21.5 + - type: Transform + pos: -2.5,21.5 parent: 1 - type: Transform - uid: 962 components: - - pos: -2.5,20.5 + - type: Transform + pos: -2.5,20.5 parent: 1 - type: Transform - uid: 963 components: - - pos: -2.5,19.5 + - type: Transform + pos: -2.5,19.5 parent: 1 - type: Transform - uid: 964 components: - - pos: -3.5,21.5 + - type: Transform + pos: -3.5,21.5 parent: 1 - type: Transform - uid: 965 components: - - pos: -3.5,20.5 + - type: Transform + pos: -3.5,20.5 parent: 1 - type: Transform - uid: 966 components: - - pos: -3.5,19.5 + - type: Transform + pos: -3.5,19.5 parent: 1 - type: Transform - uid: 967 components: - - pos: -4.5,21.5 + - type: Transform + pos: -4.5,21.5 parent: 1 - type: Transform - uid: 968 components: - - pos: -4.5,20.5 + - type: Transform + pos: -4.5,20.5 parent: 1 - type: Transform - uid: 969 components: - - pos: -4.5,19.5 + - type: Transform + pos: -4.5,19.5 parent: 1 - type: Transform - uid: 970 components: - - pos: -5.5,20.5 + - type: Transform + pos: -5.5,20.5 parent: 1 - type: Transform - uid: 971 components: - - pos: -5.5,19.5 + - type: Transform + pos: -5.5,19.5 parent: 1 - type: Transform - uid: 972 components: - - pos: -6.5,17.5 + - type: Transform + pos: -6.5,17.5 parent: 1 - type: Transform - uid: 973 components: - - pos: -6.5,16.5 + - type: Transform + pos: -6.5,16.5 parent: 1 - type: Transform - uid: 974 components: - - pos: -6.5,15.5 + - type: Transform + pos: -6.5,15.5 parent: 1 - type: Transform - uid: 975 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 976 components: - - pos: -5.5,17.5 + - type: Transform + pos: -5.5,17.5 parent: 1 - type: Transform - uid: 977 components: - - pos: -5.5,16.5 + - type: Transform + pos: -5.5,16.5 parent: 1 - type: Transform - uid: 978 components: - - pos: -5.5,15.5 + - type: Transform + pos: -5.5,15.5 parent: 1 - type: Transform - uid: 979 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 980 components: - - pos: -4.5,17.5 + - type: Transform + pos: -4.5,17.5 parent: 1 - type: Transform - uid: 981 components: - - pos: -4.5,16.5 + - type: Transform + pos: -4.5,16.5 parent: 1 - type: Transform - uid: 982 components: - - pos: -4.5,15.5 + - type: Transform + pos: -4.5,15.5 parent: 1 - type: Transform - uid: 983 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 984 components: - - pos: -6.5,13.5 + - type: Transform + pos: -6.5,13.5 parent: 1 - type: Transform - uid: 985 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 1 - type: Transform - uid: 986 components: - - pos: -7.5,12.5 + - type: Transform + pos: -7.5,12.5 parent: 1 - type: Transform - uid: 987 components: - - pos: -7.5,13.5 + - type: Transform + pos: -7.5,13.5 parent: 1 - type: Transform - uid: 988 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 1 - type: Transform - uid: 989 components: - - pos: -7.5,15.5 + - type: Transform + pos: -7.5,15.5 parent: 1 - type: Transform - uid: 990 components: - - pos: -5.5,13.5 + - type: Transform + pos: -5.5,13.5 parent: 1 - type: Transform - uid: 991 components: - - pos: -4.5,18.5 + - type: Transform + pos: -4.5,18.5 parent: 1 - type: Transform - uid: 992 components: - - pos: -5.5,18.5 + - type: Transform + pos: -5.5,18.5 parent: 1 - type: Transform - uid: 993 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - proto: RandomSpawner entities: - uid: 568 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,6.5 parent: 1 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 71 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 72 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 83 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 84 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 116 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 117 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 119 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 1 - type: Transform - proto: ReinforcedWindow entities: - uid: 94 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 313 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 314 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 448 components: - - pos: 0.5,13.5 + - type: Transform + pos: 0.5,13.5 parent: 1 - type: Transform - uid: 450 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 1 - type: Transform - uid: 451 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 1 - type: Transform - uid: 452 components: - - pos: 0.5,15.5 + - type: Transform + pos: 0.5,15.5 parent: 1 - type: Transform - uid: 454 components: - - pos: -0.5,13.5 + - type: Transform + pos: -0.5,13.5 parent: 1 - type: Transform - uid: 462 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 1 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 170 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 1 - type: Transform - uid: 171 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - uid: 172 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 999 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 1 - type: Transform -- proto: SalvagePartsSpawnerSubSpace +- proto: SalvagePartsSpawnerMid entities: - uid: 641 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - proto: ShardGlass entities: - uid: 372 components: - - pos: 4.942702,6.5246396 + - type: Transform + pos: 4.942702,6.5246396 parent: 1 - type: Transform - proto: ShuttersNormal entities: - uid: 235 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 234 - type: DeviceLinkSink - proto: SignalSwitchDirectional entities: - uid: 188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,5.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 187: - On: On - Off: Off - type: DeviceLinkSource - uid: 234 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,0.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 235: - On: Open - Off: Close - type: DeviceLinkSource - uid: 236 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 73: - On: Open - Off: Close - type: DeviceLinkSource - uid: 237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 122: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignChem entities: - uid: 569 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 584 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-1.5 parent: 1 - type: Transform - proto: SignCorrosives entities: - uid: 233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,2.5 parent: 1 - type: Transform - proto: SignNosmoking entities: - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,7.5 parent: 1 - type: Transform - uid: 232 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,3.5 parent: 1 - type: Transform - proto: Sink entities: - uid: 59 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,8.5 parent: 1 - type: Transform - proto: SMESBasic entities: - uid: 209 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - proto: SpaceTickSpawner entities: - uid: 585 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 1 - type: Transform - uid: 650 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 657 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 658 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - proto: SpawnMobMonkey entities: - uid: 149 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 150 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 151 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 152 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 153 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - proto: SpawnMobOreCrab entities: - uid: 410 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 1 - type: Transform - uid: 505 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 1 - type: Transform - uid: 514 components: - - pos: 11.5,15.5 + - type: Transform + pos: 11.5,15.5 parent: 1 - type: Transform - uid: 553 components: - - pos: 15.5,7.5 + - type: Transform + pos: 15.5,7.5 parent: 1 - type: Transform - uid: 591 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 1 - type: Transform - uid: 647 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 683 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 1 - type: Transform - uid: 713 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 1 - type: Transform - uid: 786 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 915 components: - - pos: 0.5,20.5 + - type: Transform + pos: 0.5,20.5 parent: 1 - type: Transform - proto: StorageCanister entities: - uid: 712 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: StrangePill entities: - uid: 228 components: - - name: pill - type: MetaData - - pos: -3.2912984,4.308861 + - type: MetaData + name: pill + - type: Transform + pos: -3.2912984,4.308861 parent: 1 - type: Transform - uid: 229 components: - - name: pill - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: pill + - type: Transform + rot: -1.5707963267948966 rad pos: 3.6357849,-0.31935334 parent: 1 - type: Transform - uid: 230 components: - - name: pill - type: MetaData - - rot: -1.5707963267948966 rad + - type: MetaData + name: pill + - type: Transform + rot: -1.5707963267948966 rad pos: 3.6982849,-0.31935334 parent: 1 - type: Transform - proto: SubstationBasic entities: - uid: 210 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 1 - type: Transform - proto: Syringe entities: - uid: 164 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5681775,1.5237143 parent: 1 - type: Transform - - tags: + - type: Tag + tags: - Syringe - type: Tag - - solutions: + - type: SolutionContainerManager + solutions: injector: temperature: 293.15 canMix: False canReact: True maxVol: 15 + name: null reagents: - data: null ReagentId: Oculine Quantity: 10 - type: SolutionContainerManager - uid: 165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.6202607,-0.44640398 parent: 1 - type: Transform - - tags: + - type: Tag + tags: - Syringe - type: Tag - - solutions: + - type: SolutionContainerManager + solutions: injector: temperature: 293.15 canMix: False canReact: True maxVol: 15 + name: null reagents: - data: null ReagentId: Radium Quantity: 15 - type: SolutionContainerManager - proto: TableCounterMetal entities: - uid: 161 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - proto: TableGlass entities: - uid: 358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,8.5 parent: 1 - type: Transform - proto: TableReinforcedGlass entities: - uid: 74 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 75 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 76 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 77 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 78 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 79 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 85 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 86 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - proto: TableStone entities: - uid: 191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,10.5 parent: 1 - type: Transform - uid: 201 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,10.5 parent: 1 - type: Transform - proto: TableWoodReinforced entities: - uid: 318 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - uid: 319 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - proto: ToiletEmpty entities: - uid: 58 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - proto: ToolboxElectricalTurretFilled entities: - uid: 334 components: - - pos: 1.254399,8.996422 + - type: Transform + pos: 1.254399,8.996422 parent: 1 - type: Transform - proto: ToolboxMechanicalFilled entities: - uid: 335 components: - - pos: 1.5877323,8.548194 + - type: Transform + pos: 1.5877323,8.548194 parent: 1 - type: Transform - proto: ToySpawner entities: - uid: 227 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - proto: TrashBananaPeel entities: - uid: 154 components: - - pos: -1.5902975,4.4484444 + - type: Transform + pos: -1.5902975,4.4484444 parent: 1 - type: Transform - uid: 155 components: - - pos: -2.4548807,5.9807587 + - type: Transform + pos: -2.4548807,5.9807587 parent: 1 - type: Transform - uid: 156 components: - - pos: -4.663214,5.1781178 + - type: Transform + pos: -4.663214,5.1781178 parent: 1 - type: Transform - proto: VendingMachineChemicals entities: - uid: 166 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - proto: WallMining entities: - uid: 6 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 7 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 9 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 10 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 12 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - uid: 13 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 1 - type: Transform - uid: 14 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - uid: 16 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 17 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 18 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 20 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - uid: 21 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 24 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 34 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 1 - type: Transform - uid: 36 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - uid: 37 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 1 - type: Transform - uid: 38 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 1 - type: Transform - uid: 39 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 40 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - uid: 41 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 42 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 1 - type: Transform - uid: 43 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 1 - type: Transform - uid: 44 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - uid: 45 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 1 - type: Transform - uid: 46 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 1 - type: Transform - uid: 47 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - uid: 48 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 49 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 50 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 51 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 1 - type: Transform - uid: 52 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 1 - type: Transform - uid: 53 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 1 - type: Transform - uid: 54 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 1 - type: Transform - uid: 55 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 56 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - uid: 93 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 97 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 98 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 99 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 100 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 136 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 137 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 138 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 139 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - uid: 140 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 141 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 142 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 143 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 144 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 145 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 146 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 147 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 148 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 206 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 1 - type: Transform - uid: 207 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 208 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 265 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 1 - type: Transform - uid: 266 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - uid: 267 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 1 - type: Transform - uid: 268 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 1 - type: Transform - uid: 269 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 270 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 1 - type: Transform - uid: 271 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 1 - type: Transform - uid: 272 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 1 - type: Transform - uid: 273 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 1 - type: Transform - uid: 302 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 1 - type: Transform - uid: 306 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 307 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 308 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 309 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 310 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - proto: WallPlastitanium entities: - uid: 8 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 11 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 1 - type: Transform - uid: 15 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 25 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 26 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - uid: 27 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 1 - type: Transform - uid: 28 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 1 - type: Transform - uid: 29 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 31 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 35 components: - - pos: 3.5,13.5 + - type: Transform + pos: 3.5,13.5 parent: 1 - type: Transform - uid: 61 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 1 - type: Transform - uid: 62 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 1 - type: Transform - uid: 63 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 1 - type: Transform - uid: 64 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 1 - type: Transform - uid: 65 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 1 - type: Transform - uid: 66 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 1 - type: Transform - uid: 67 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 1 - type: Transform - uid: 68 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 1 - type: Transform - uid: 274 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 1 - type: Transform - uid: 275 components: - - pos: 3.5,15.5 + - type: Transform + pos: 3.5,15.5 parent: 1 - type: Transform - uid: 279 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 1 - type: Transform - uid: 444 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 1 - type: Transform - uid: 445 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - uid: 446 components: - - pos: -1.5,13.5 + - type: Transform + pos: -1.5,13.5 parent: 1 - type: Transform - uid: 447 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 1 - type: Transform - uid: 449 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 1 - type: Transform - uid: 455 components: - - pos: -1.5,15.5 + - type: Transform + pos: -1.5,15.5 parent: 1 - type: Transform - uid: 458 components: - - pos: -1.5,16.5 + - type: Transform + pos: -1.5,16.5 parent: 1 - type: Transform - uid: 460 components: - - pos: 0.5,16.5 + - type: Transform + pos: 0.5,16.5 parent: 1 - type: Transform - uid: 461 components: - - pos: -0.5,16.5 + - type: Transform + pos: -0.5,16.5 parent: 1 - type: Transform - uid: 463 components: - - pos: 3.5,16.5 + - type: Transform + pos: 3.5,16.5 parent: 1 - type: Transform - uid: 466 components: - - pos: 2.5,16.5 + - type: Transform + pos: 2.5,16.5 parent: 1 - type: Transform - uid: 469 components: - - pos: 1.5,16.5 + - type: Transform + pos: 1.5,16.5 parent: 1 - type: Transform - uid: 496 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 1 - type: Transform +- proto: WarpPoint + entities: + - uid: 1003 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - type: WarpPoint + location: Space Debris - proto: WatcherAISpawner entities: - uid: 336 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 337 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - proto: WaterCooler entities: - uid: 361 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - proto: Windoor entities: - uid: 362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,4.5 parent: 1 - type: Transform - proto: WindoorSecureScienceLocked entities: - uid: 363 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,4.5 parent: 1 - type: Transform - proto: WoodenSupportBeam entities: - uid: 264 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 1 - type: Transform - uid: 298 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - uid: 299 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - uid: 304 components: - - pos: 7.5,12.5 + - type: Transform + pos: 7.5,12.5 parent: 1 - type: Transform - uid: 305 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 1 - type: Transform - uid: 777 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 1 - type: Transform - uid: 781 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 922 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 923 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 1 - type: Transform - uid: 924 components: - - pos: -2.5,16.5 + - type: Transform + pos: -2.5,16.5 parent: 1 - type: Transform - uid: 925 components: - - pos: 3.5,17.5 + - type: Transform + pos: 3.5,17.5 parent: 1 - type: Transform - proto: WoodenSupportWall entities: - uid: 780 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-atmos.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-atmos.yml index 374019fa0c..cb8ebf8456 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-atmos.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-atmos.yml @@ -3,55 +3,56 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 72: FloorReinforced - 84: FloorSteel - 96: FloorTechMaint - 112: Lattice - 113: Plating + 30: FloorDark + 78: FloorReinforced + 90: FloorSteel + 105: FloorTechMaint + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 612 components: - type: MetaData - - pos: 0.5208333,0.28630954 + - type: Transform + pos: 0.5208333,0.28630954 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAACVAAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAABGwAAAAACVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAABVAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAABVAAAAAACAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAADVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAABVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAVAAAAAABVAAAAAABVAAAAAAAVAAAAAACVAAAAAAAVAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADWgAAAAABAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAB version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAVAAAAAACVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAVAAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAVAAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: cQAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAVAAAAAADcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAABVAAAAAADVAAAAAACVAAAAAABVAAAAAACcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAVAAAAAADVAAAAAADVAAAAAAAVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVAAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAABVAAAAAADcQAAAAAAGwAAAAACGwAAAAABGwAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAADVAAAAAADcQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAACVAAAAAADcQAAAAAAGwAAAAACGwAAAAAAGwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAADVAAAAAAAcQAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAACVAAAAAACcQAAAAAAGwAAAAAAGwAAAAADGwAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAACVAAAAAACcQAAAAAAGwAAAAAAGwAAAAADGwAAAAADAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAADVAAAAAABcQAAAAAAGwAAAAACGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAADVAAAAAACcQAAAAAAGwAAAAACGwAAAAACGwAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAHgAAAAAAHgAAAAABHgAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAADTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABTgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -305,8 +306,8 @@ entities: 32: -6,-3 33: -5,-3 34: -4,-3 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -446,7 +447,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -454,3134 +454,3173 @@ entities: entities: - uid: 497 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-2.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: AirlockChiefEngineerGlassLocked entities: - uid: 16 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 612 - type: Transform - proto: AirlockEngineeringGlassLocked entities: - uid: 42 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 612 - type: Transform - uid: 117 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 612 - type: Transform - uid: 128 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 612 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 41 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 612 - type: Transform - uid: 102 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 612 - type: Transform - proto: AirlockExternalGlassLocked entities: - uid: 199 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 612 - type: Transform - uid: 200 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 612 - type: Transform - proto: AirlockExternalLocked entities: - uid: 198 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 612 - type: Transform - proto: AirlockMaintAtmoLocked entities: - uid: 43 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 612 - type: Transform - uid: 44 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 612 - type: Transform - proto: APCBasic entities: - uid: 320 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 612 - type: Transform - uid: 321 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 612 - type: Transform - proto: AtmosFixInstantPlasmaFireMarker entities: - uid: 517 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 612 - type: Transform - uid: 518 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 612 - type: Transform - uid: 519 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 612 - type: Transform - uid: 520 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 612 - type: Transform - uid: 521 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 612 - type: Transform - uid: 522 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 612 - type: Transform - uid: 523 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 612 - type: Transform - uid: 524 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 612 - type: Transform - uid: 525 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 612 - type: Transform - uid: 526 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 612 - type: Transform - uid: 527 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 612 - type: Transform - uid: 528 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 612 - type: Transform - uid: 529 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 612 - type: Transform - uid: 530 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 612 - type: Transform - uid: 531 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 612 - type: Transform - uid: 532 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 612 - type: Transform - uid: 533 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 612 - type: Transform - uid: 534 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 612 - type: Transform - uid: 535 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 612 - type: Transform - uid: 536 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 612 - type: Transform - uid: 537 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 612 - type: Transform - uid: 538 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 612 - type: Transform - uid: 539 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 612 - type: Transform - uid: 540 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 612 - type: Transform - uid: 541 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 612 - type: Transform - uid: 542 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 612 - type: Transform - uid: 543 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 612 - type: Transform - uid: 544 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 612 - type: Transform - uid: 545 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 612 - type: Transform - uid: 546 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 612 - type: Transform - uid: 547 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 612 - type: Transform - uid: 548 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 612 - type: Transform - uid: 549 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 612 - type: Transform - uid: 550 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 612 - type: Transform - uid: 551 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 612 - type: Transform - uid: 552 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 612 - type: Transform - uid: 553 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 612 - type: Transform - uid: 554 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 612 - type: Transform - uid: 555 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 612 - type: Transform - uid: 556 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 612 - type: Transform - uid: 557 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 612 - type: Transform - uid: 558 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 612 - type: Transform - uid: 559 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 612 - type: Transform - uid: 560 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 612 - type: Transform - uid: 561 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 612 - type: Transform - uid: 562 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 612 - type: Transform - uid: 563 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 612 - type: Transform - uid: 564 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 612 - type: Transform - uid: 565 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 612 - type: Transform - uid: 566 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 612 - type: Transform - uid: 567 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 612 - type: Transform - uid: 568 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 612 - type: Transform - uid: 569 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 612 - type: Transform - uid: 570 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 612 - type: Transform - uid: 571 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 612 - type: Transform - uid: 572 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 612 - type: Transform - uid: 573 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 612 - type: Transform - uid: 574 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 612 - type: Transform - uid: 575 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 612 - type: Transform - uid: 576 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 612 - type: Transform - uid: 577 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 612 - type: Transform - uid: 578 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 612 - type: Transform - uid: 579 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 612 - type: Transform - uid: 580 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 612 - type: Transform - uid: 581 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 612 - type: Transform - uid: 582 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 612 - type: Transform - uid: 583 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 612 - type: Transform - uid: 584 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 612 - type: Transform - uid: 585 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 612 - type: Transform - uid: 586 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 612 - type: Transform - uid: 587 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 612 - type: Transform - uid: 588 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 612 - type: Transform - uid: 589 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 612 - type: Transform - uid: 590 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 612 - type: Transform - uid: 591 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 612 - type: Transform - uid: 592 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 612 - type: Transform - uid: 593 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 612 - type: Transform - uid: 594 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 612 - type: Transform - uid: 595 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 612 - type: Transform - uid: 596 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 612 - type: Transform - uid: 597 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 612 - type: Transform - proto: AtmosFixNitrogenMarker entities: - uid: 229 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 612 - type: Transform - uid: 230 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 612 - type: Transform - uid: 233 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 612 - type: Transform - proto: AtmosFixOxygenMarker entities: - uid: 231 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 612 - type: Transform - uid: 232 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 612 - type: Transform - uid: 234 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 612 - type: Transform - proto: BlastDoor entities: - uid: 201 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - uid: 202 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - uid: 203 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - uid: 204 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - uid: 205 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - proto: BlastDoorOpen entities: - uid: 470 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - uid: 471 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 612 - type: Transform - - links: + - type: DeviceLinkSink + links: - 496 - type: DeviceLinkSink - proto: CableApcExtension entities: - uid: 381 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 612 - type: Transform - uid: 382 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 612 - type: Transform - uid: 383 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 612 - type: Transform - uid: 384 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 612 - type: Transform - uid: 385 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 612 - type: Transform - uid: 386 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 612 - type: Transform - uid: 387 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 612 - type: Transform - uid: 388 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 612 - type: Transform - uid: 389 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 612 - type: Transform - uid: 390 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 612 - type: Transform - uid: 391 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 612 - type: Transform - uid: 392 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 612 - type: Transform - uid: 393 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 612 - type: Transform - uid: 394 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 612 - type: Transform - uid: 395 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 612 - type: Transform - uid: 396 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 612 - type: Transform - uid: 397 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 612 - type: Transform - uid: 398 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 612 - type: Transform - uid: 399 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 612 - type: Transform - uid: 400 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 612 - type: Transform - uid: 401 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 612 - type: Transform - uid: 402 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 612 - type: Transform - uid: 403 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 612 - type: Transform - uid: 404 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 612 - type: Transform - uid: 405 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 612 - type: Transform - uid: 406 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 612 - type: Transform - uid: 407 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 612 - type: Transform - uid: 408 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 612 - type: Transform - uid: 409 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 612 - type: Transform - uid: 410 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 612 - type: Transform - uid: 411 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 612 - type: Transform - uid: 412 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 612 - type: Transform - uid: 413 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 612 - type: Transform - uid: 414 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 612 - type: Transform - uid: 415 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 612 - type: Transform - uid: 416 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 612 - type: Transform - uid: 417 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 612 - type: Transform - uid: 418 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 612 - type: Transform - uid: 419 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 612 - type: Transform - uid: 420 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 612 - type: Transform - uid: 421 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 612 - type: Transform - uid: 422 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 612 - type: Transform - uid: 423 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 612 - type: Transform - uid: 424 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 612 - type: Transform - uid: 425 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 612 - type: Transform - uid: 426 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 612 - type: Transform - uid: 427 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 612 - type: Transform - uid: 428 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 612 - type: Transform - uid: 429 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 612 - type: Transform - uid: 430 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 612 - type: Transform - uid: 431 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 612 - type: Transform - uid: 432 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 612 - type: Transform - uid: 433 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 612 - type: Transform - uid: 434 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 612 - type: Transform - uid: 435 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 612 - type: Transform - uid: 436 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 612 - type: Transform - uid: 437 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 612 - type: Transform - uid: 438 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 612 - type: Transform - uid: 439 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 612 - type: Transform - uid: 440 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 612 - type: Transform - uid: 441 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 612 - type: Transform - uid: 442 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 612 - type: Transform - uid: 443 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 612 - type: Transform - uid: 444 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 612 - type: Transform - uid: 445 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 612 - type: Transform - uid: 446 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 612 - type: Transform - uid: 447 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 612 - type: Transform - uid: 448 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 612 - type: Transform - uid: 449 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 612 - type: Transform - uid: 450 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 612 - type: Transform - uid: 451 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 612 - type: Transform - uid: 452 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 612 - type: Transform - uid: 453 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 612 - type: Transform - uid: 454 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 612 - type: Transform - uid: 455 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 612 - type: Transform - uid: 456 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 612 - type: Transform - uid: 457 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 612 - type: Transform - uid: 458 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 612 - type: Transform - uid: 459 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 612 - type: Transform - uid: 460 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 612 - type: Transform - uid: 461 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 612 - type: Transform - uid: 462 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 612 - type: Transform - uid: 463 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 612 - type: Transform - uid: 464 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 612 - type: Transform - uid: 465 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 612 - type: Transform - uid: 466 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 612 - type: Transform - uid: 467 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 612 - type: Transform - uid: 502 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 612 - type: Transform - proto: CableApcStack entities: - uid: 164 components: - - pos: 4.5852456,-7.0833073 + - type: Transform + pos: 4.5852456,-7.0833073 parent: 612 - type: Transform - proto: CableHV entities: - uid: 352 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 612 - type: Transform - uid: 353 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 612 - type: Transform - uid: 354 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 612 - type: Transform - uid: 355 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 612 - type: Transform - uid: 356 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 612 - type: Transform - uid: 357 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 612 - type: Transform - uid: 358 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 612 - type: Transform - uid: 359 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 612 - type: Transform - uid: 360 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 612 - type: Transform - uid: 361 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 612 - type: Transform - uid: 362 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 612 - type: Transform - uid: 363 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 612 - type: Transform - uid: 364 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 612 - type: Transform - uid: 365 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 612 - type: Transform - uid: 366 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 612 - type: Transform - uid: 367 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 612 - type: Transform - uid: 368 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 612 - type: Transform - uid: 369 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 612 - type: Transform - uid: 370 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 612 - type: Transform - uid: 371 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 612 - type: Transform - uid: 372 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 612 - type: Transform - uid: 373 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 612 - type: Transform - uid: 374 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 612 - type: Transform - uid: 375 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 612 - type: Transform - uid: 376 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 612 - type: Transform - uid: 377 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 612 - type: Transform - uid: 378 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 612 - type: Transform - uid: 379 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 612 - type: Transform - uid: 380 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 612 - type: Transform - proto: CableHVStack entities: - uid: 163 components: - - pos: 4.3039956,-6.9269485 + - type: Transform + pos: 4.3039956,-6.9269485 parent: 612 - type: Transform - proto: CableMV entities: - uid: 322 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 612 - type: Transform - uid: 323 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 612 - type: Transform - uid: 324 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 612 - type: Transform - uid: 325 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 612 - type: Transform - uid: 326 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 612 - type: Transform - uid: 327 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 612 - type: Transform - uid: 328 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 612 - type: Transform - uid: 329 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 612 - type: Transform - uid: 330 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 612 - type: Transform - uid: 331 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 612 - type: Transform - uid: 332 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 612 - type: Transform - uid: 333 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 612 - type: Transform - uid: 334 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 612 - type: Transform - uid: 335 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 612 - type: Transform - uid: 336 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 612 - type: Transform - uid: 337 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 612 - type: Transform - uid: 338 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 612 - type: Transform - uid: 339 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 612 - type: Transform - uid: 340 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 612 - type: Transform - uid: 341 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 612 - type: Transform - uid: 342 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 612 - type: Transform - uid: 343 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 612 - type: Transform - uid: 344 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 612 - type: Transform - uid: 345 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 612 - type: Transform - uid: 346 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 612 - type: Transform - uid: 347 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 612 - type: Transform - uid: 348 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 612 - type: Transform - uid: 349 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 612 - type: Transform - uid: 350 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 612 - type: Transform - uid: 351 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 612 - type: Transform - proto: CableMVStack entities: - uid: 165 components: - - pos: 4.3664956,-7.229242 + - type: Transform + pos: 4.3664956,-7.229242 parent: 612 - type: Transform - proto: Catwalk entities: - uid: 472 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 612 - type: Transform - uid: 473 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 612 - type: Transform - uid: 474 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 612 - type: Transform - uid: 475 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 612 - type: Transform - uid: 476 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 612 - type: Transform - uid: 477 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 612 - type: Transform - uid: 478 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 612 - type: Transform - uid: 479 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 612 - type: Transform - uid: 480 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 612 - type: Transform - uid: 481 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 612 - type: Transform - uid: 482 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 612 - type: Transform - uid: 483 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 612 - type: Transform - proto: ChairOfficeDark entities: - uid: 130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-6.5 parent: 612 - type: Transform - uid: 146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-4.5 parent: 612 - type: Transform - uid: 484 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 612 - type: Transform - uid: 485 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 612 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 491 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 612 - type: Transform - proto: ClosetFireFilled entities: - uid: 173 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 612 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 17 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 612 - type: Transform - proto: ClosetToolFilled entities: - uid: 60 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 612 - type: Transform - proto: ClothingBeltUtilityFilled entities: - uid: 145 components: - - pos: 4.5204754,-2.3702211 + - type: Transform + pos: 4.5204754,-2.3702211 parent: 612 - type: Transform - proto: ClothingEyesGlassesMeson entities: - uid: 155 components: - - pos: 6.353809,-8.186761 + - type: Transform + pos: 6.353809,-8.186761 parent: 612 - type: Transform - uid: 156 components: - - pos: 5.1767254,-8.687108 + - type: Transform + pos: 5.1767254,-8.687108 parent: 612 - type: Transform - proto: ClothingEyesGlassesThermal entities: - uid: 157 components: - - pos: 5.905892,-8.801771 + - type: Transform + pos: 5.905892,-8.801771 parent: 612 - type: Transform - proto: ClothingUnderSocksCoder entities: - uid: 486 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.494397,1.3420193 parent: 612 - type: Transform - proto: ComfyChair entities: - uid: 35 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,1.5 parent: 612 - type: Transform - proto: ComputerBroken entities: - uid: 139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-3.5 parent: 612 - type: Transform - uid: 140 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-4.5 parent: 612 - type: Transform - uid: 141 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 612 - type: Transform - proto: CrateEngineeringAMEJar entities: - uid: 214 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 612 - type: Transform - proto: CrateEngineeringElectricalSupplies entities: - uid: 182 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 612 - type: Transform - proto: CrateEngineeringGear entities: - uid: 191 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 612 - type: Transform - proto: CrateEngineeringGenerator entities: - uid: 89 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 612 - type: Transform - proto: DisposalBend entities: - uid: 606 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-4.5 parent: 612 - type: Transform - proto: DisposalPipe entities: - uid: 607 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-4.5 parent: 612 - type: Transform - uid: 608 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 612 - type: Transform - uid: 609 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 612 - type: Transform - uid: 610 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 612 - type: Transform - uid: 611 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 612 - type: Transform - proto: DisposalPipeBroken entities: - uid: 605 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-4.5 parent: 612 - type: Transform - proto: DisposalTrunk entities: - uid: 604 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-8.5 parent: 612 - type: Transform - proto: DisposalUnit entities: - uid: 142 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 612 - type: Transform - proto: DrinkGlass entities: - uid: 39 components: - - pos: -0.6310378,1.7508905 + - type: Transform + pos: -0.6310378,1.7508905 parent: 612 - type: Transform - proto: DrinkWhiskeyBottleFull entities: - uid: 38 components: - - pos: -0.26645428,1.9280965 + - type: Transform + pos: -0.26645428,1.9280965 parent: 612 - type: Transform - proto: FireAxeCabinetOpen entities: - uid: 216 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 612 - type: Transform - proto: Firelock entities: - uid: 206 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 612 - type: Transform - uid: 207 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 612 - type: Transform - proto: Floodlight entities: - uid: 147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.187142,-2.495308 parent: 612 - type: Transform - uid: 148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.1454754,-1.0776565 parent: 612 - type: Transform - proto: FloodlightBroken entities: - uid: 149 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.760059,-0.6294287 parent: 612 - type: Transform - uid: 150 components: - - pos: 5.3017254,-2.4119167 + - type: Transform + pos: 5.3017254,-2.4119167 parent: 612 - type: Transform - proto: GasAnalyzer entities: - uid: 212 components: - - pos: -2.904473,-0.44135267 + - type: Transform + pos: -2.904473,-0.44135267 parent: 612 - type: Transform - proto: GasFilterFlipped entities: - uid: 251 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 260 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasMinerNitrogen entities: - uid: 236 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: GasMinerOxygen entities: - uid: 235 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: GasMixer entities: - uid: 267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-3.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: GasOutletInjector entities: - uid: 225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-3.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - uid: 226 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: GasPassiveVent entities: - uid: 227 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-3.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - uid: 228 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-5.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - uid: 237 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-4.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeBend entities: - uid: 239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -11.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 250 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 252 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-2.5 parent: 612 - type: Transform - uid: 261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-4.5 parent: 612 - type: Transform - uid: 268 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-5.5 parent: 612 - type: Transform - uid: 281 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 305 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 1 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.5,-4.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 241 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 242 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 247 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-2.5 parent: 612 - type: Transform - uid: 254 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-2.5 parent: 612 - type: Transform - uid: 255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 612 - type: Transform - uid: 256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-2.5 parent: 612 - type: Transform - uid: 257 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-2.5 parent: 612 - type: Transform - uid: 258 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 612 - type: Transform - uid: 259 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 262 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-4.5 parent: 612 - type: Transform - uid: 263 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-4.5 parent: 612 - type: Transform - uid: 264 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-4.5 parent: 612 - type: Transform - uid: 265 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-4.5 parent: 612 - type: Transform - uid: 266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-4.5 parent: 612 - type: Transform - uid: 269 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-5.5 parent: 612 - type: Transform - uid: 270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-5.5 parent: 612 - type: Transform - uid: 271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 612 - type: Transform - uid: 272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-3.5 parent: 612 - type: Transform - uid: 273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-3.5 parent: 612 - type: Transform - uid: 283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 289 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 290 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 291 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 292 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 293 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 294 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 295 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 296 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 297 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 309 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 314 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 315 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 316 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 317 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 318 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 319 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 276 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 280 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 286 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-4.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPort entities: - uid: 275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-6.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 278 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPressurePump entities: - uid: 274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-3.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 279 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,2.5 parent: 612 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-7.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 288 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 612 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 612 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 10 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 612 - type: Transform - uid: 14 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 612 - type: Transform - uid: 15 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 612 - type: Transform - uid: 90 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 612 - type: Transform - uid: 91 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 612 - type: Transform - uid: 103 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 612 - type: Transform - uid: 104 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 612 - type: Transform - uid: 105 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 612 - type: Transform - uid: 125 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 612 - type: Transform - proto: HighSecCommandLocked entities: - uid: 9 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 612 - type: Transform - uid: 80 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 612 - type: Transform - proto: InflatableDoorStack entities: - uid: 186 components: - - pos: -4.3489604,-0.4996856 + - type: Transform + pos: -4.3489604,-0.4996856 parent: 612 - type: Transform - proto: InflatableWallStack entities: - uid: 185 components: - - pos: -4.4739604,-0.27035934 + - type: Transform + pos: -4.4739604,-0.27035934 parent: 612 - type: Transform - proto: LockerAtmospherics entities: - uid: 18 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 612 - type: Transform - uid: 22 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 612 - type: Transform - proto: LockerEngineer entities: - uid: 19 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 612 - type: Transform - uid: 20 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 612 - type: Transform - proto: LockerEngineerFilled entities: - uid: 21 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 612 - type: Transform - proto: MachineFrame entities: - uid: 36 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 612 - type: Transform - uid: 179 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 612 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 136 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 612 - type: Transform - uid: 137 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 612 - type: Transform - uid: 138 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 612 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 489 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 612 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 151 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 612 - type: Transform - uid: 152 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 612 - type: Transform - uid: 153 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 612 - type: Transform - uid: 154 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 612 - type: Transform - uid: 166 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 612 - type: Transform - uid: 167 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 612 - type: Transform - uid: 213 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 612 - type: Transform - uid: 490 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 612 - type: Transform - proto: Multitool entities: - uid: 158 components: - - pos: 6.749642,-8.009555 + - type: Transform + pos: 6.749642,-8.009555 parent: 612 - type: Transform - proto: NitrogenCanister entities: - uid: 193 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: OxygenCanister entities: - uid: 194 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 612 - type: Transform + - type: AtmosDevice + joinedGrid: 612 - proto: PartRodMetal entities: - uid: 190 components: - - pos: -1.4843771,-8.390582 + - type: Transform + pos: -1.4843771,-8.390582 parent: 612 - type: Transform - proto: PlaqueAtmos entities: - uid: 217 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 612 - type: Transform - proto: PortableGeneratorSuperPacman entities: - uid: 184 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 612 - type: Transform - proto: PortableScrubber entities: - uid: 195 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 612 - type: Transform - proto: PosterContrabandHighEffectEngineering entities: - uid: 215 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 612 - type: Transform - proto: PowerCellRecharger entities: - uid: 143 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 612 - type: Transform - uid: 144 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 612 - type: Transform - proto: Poweredlight entities: - uid: 504 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 505 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,2.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 506 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-0.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 507 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-3.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 508 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 509 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-8.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 510 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-8.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 512 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-2.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 513 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-6.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 514 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 515 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 498 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-1.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 500 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 503 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 516 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 612 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 487 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 612 - type: Transform - proto: RandomAmmoBox entities: - uid: 40 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 612 - type: Transform - proto: RandomBoards entities: - uid: 601 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 612 - type: Transform - uid: 602 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 612 - type: Transform - uid: 603 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 612 - type: Transform - proto: RandomEngineerCorpseSpawner entities: - uid: 613 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-3.5 parent: 612 - type: Transform - uid: 614 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,2.5 parent: 612 - type: Transform - proto: RandomPosterContraband entities: - uid: 224 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 612 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 196 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 612 - type: Transform - uid: 197 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 612 - type: Transform - proto: ReinforcedWindow entities: - uid: 11 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 612 - type: Transform - uid: 12 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 612 - type: Transform - uid: 13 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 612 - type: Transform - uid: 106 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 612 - type: Transform - uid: 107 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 612 - type: Transform - uid: 108 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 612 - type: Transform - uid: 126 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 + parent: 612 +- proto: SalvageLootSpawner + entities: + - uid: 37 + components: + - type: Transform + pos: -5.5,3.5 parent: 612 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 192 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 612 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 159 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 612 - type: Transform - uid: 160 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 612 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 161 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 612 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 162 components: - - pos: -5.5,1.5 - parent: 612 - type: Transform -- proto: SalvagePartsT2Spawner - entities: - - uid: 37 - components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,1.5 parent: 612 - type: Transform - proto: SheetGlass entities: - uid: 189 components: - - pos: -2.1406271,-8.390582 + - type: Transform + pos: -2.1406271,-8.390582 parent: 612 - type: Transform - proto: SheetPlasma entities: - uid: 181 components: - - pos: -5.5989604,-8.453126 + - type: Transform + pos: -5.5989604,-8.453126 parent: 612 - type: Transform - proto: SheetSteel entities: - uid: 187 components: - - pos: -3.6093771,-0.41629392 + - type: Transform + pos: -3.6093771,-0.41629392 parent: 612 - type: Transform - uid: 188 components: - - pos: -2.401044,-8.401007 + - type: Transform + pos: -2.401044,-8.401007 parent: 612 - type: Transform - proto: SignAtmosMinsky entities: - uid: 211 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 612 - type: Transform - proto: SignDirectionalEng entities: - uid: 223 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-2.5 parent: 612 - type: Transform - proto: SignDirectionalSalvage entities: - uid: 222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-0.5 parent: 612 - type: Transform - proto: SignElectricalMed entities: - uid: 219 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 612 - type: Transform - proto: SignEngineering entities: - uid: 123 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 612 - type: Transform - proto: SignFire entities: - uid: 208 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 612 - type: Transform - proto: SignGravity entities: - uid: 221 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 612 - type: Transform - proto: SignNosmoking entities: - uid: 218 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 612 - type: Transform - proto: SignSecureMed entities: - uid: 220 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 612 - type: Transform - proto: SignSpace entities: - uid: 468 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 612 - type: Transform - uid: 469 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 612 - type: Transform - proto: SnakeMobMundane entities: - uid: 172 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 612 - type: Transform - proto: SpaceTickSpawner entities: - uid: 168 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 612 - type: Transform - uid: 169 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 612 - type: Transform - uid: 170 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 612 - type: Transform - uid: 171 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 612 - type: Transform - uid: 598 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 612 - type: Transform - uid: 599 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 612 - type: Transform - uid: 600 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 612 - type: Transform - proto: SubstationBasicEmpty entities: - uid: 32 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 612 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-0.5 parent: 612 - type: Transform - uid: 493 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,3.5 parent: 612 - type: Transform - uid: 494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,2.5 parent: 612 - type: Transform - uid: 495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-4.5 parent: 612 - type: Transform - proto: Table entities: - uid: 34 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 612 - type: Transform - uid: 131 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 612 - type: Transform - uid: 132 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 612 - type: Transform - uid: 133 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 612 - type: Transform - uid: 134 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 612 - type: Transform - uid: 135 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 612 - type: Transform - uid: 174 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 612 - type: Transform - uid: 175 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 612 - type: Transform - uid: 176 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 612 - type: Transform - uid: 177 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 612 - type: Transform - uid: 178 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 612 - type: Transform - uid: 180 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 612 - type: Transform - uid: 488 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 612 - type: Transform - proto: TableCounterMetal entities: - uid: 129 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 612 - type: Transform - proto: TwoWayLever entities: - uid: 496 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 612 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 204: - Left: Open - Right: Open @@ -3610,471 +3649,473 @@ entities: - Left: Open - Right: Open - Middle: Close - type: DeviceLinkSource - proto: VendingMachineEngivend entities: - uid: 33 components: - - flags: SessionSpecific - type: MetaData - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 612 - type: Transform - proto: VendingMachineTankDispenserEVA entities: - uid: 183 components: - - flags: SessionSpecific - type: MetaData - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 612 - type: Transform - proto: VendingMachineYouTool entities: - uid: 23 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 612 - type: Transform - proto: WallReinforced entities: - uid: 2 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 612 - type: Transform - uid: 3 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 612 - type: Transform - uid: 4 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 612 - type: Transform - uid: 5 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 612 - type: Transform - uid: 6 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 612 - type: Transform - uid: 7 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 612 - type: Transform - uid: 8 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 612 - type: Transform - uid: 29 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 612 - type: Transform - uid: 30 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 612 - type: Transform - uid: 31 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 612 - type: Transform - uid: 45 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 612 - type: Transform - uid: 46 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 612 - type: Transform - uid: 47 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 612 - type: Transform - uid: 48 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 612 - type: Transform - uid: 49 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 612 - type: Transform - uid: 50 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 612 - type: Transform - uid: 51 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 612 - type: Transform - uid: 52 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 612 - type: Transform - uid: 53 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 612 - type: Transform - uid: 54 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 612 - type: Transform - uid: 55 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 612 - type: Transform - uid: 56 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 612 - type: Transform - uid: 57 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 612 - type: Transform - uid: 58 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 612 - type: Transform - uid: 59 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 612 - type: Transform - uid: 61 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 612 - type: Transform - uid: 62 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 612 - type: Transform - uid: 63 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 612 - type: Transform - uid: 64 components: - - pos: -12.5,-7.5 + - type: Transform + pos: -12.5,-7.5 parent: 612 - type: Transform - uid: 65 components: - - pos: -12.5,-6.5 + - type: Transform + pos: -12.5,-6.5 parent: 612 - type: Transform - uid: 66 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 612 - type: Transform - uid: 67 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 612 - type: Transform - uid: 68 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 612 - type: Transform - uid: 69 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 612 - type: Transform - uid: 70 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 612 - type: Transform - uid: 71 components: - - pos: -11.5,1.5 + - type: Transform + pos: -11.5,1.5 parent: 612 - type: Transform - uid: 72 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 612 - type: Transform - uid: 73 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 612 - type: Transform - uid: 74 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 612 - type: Transform - uid: 75 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 612 - type: Transform - uid: 76 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 612 - type: Transform - uid: 77 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 612 - type: Transform - uid: 78 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 612 - type: Transform - uid: 79 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 612 - type: Transform - uid: 81 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 612 - type: Transform - uid: 82 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 612 - type: Transform - uid: 83 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 612 - type: Transform - uid: 84 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 612 - type: Transform - uid: 85 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 612 - type: Transform - uid: 86 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 612 - type: Transform - uid: 87 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 612 - type: Transform - uid: 88 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 612 - type: Transform - uid: 92 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 612 - type: Transform - uid: 93 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 612 - type: Transform - uid: 94 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 612 - type: Transform - uid: 95 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 612 - type: Transform - uid: 96 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 612 - type: Transform - uid: 97 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 612 - type: Transform - uid: 98 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 612 - type: Transform - uid: 99 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 612 - type: Transform - uid: 100 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 612 - type: Transform - uid: 101 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 612 - type: Transform - uid: 118 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 612 - type: Transform - uid: 119 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 612 - type: Transform - uid: 120 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 612 - type: Transform - uid: 121 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 612 - type: Transform - uid: 122 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 612 - type: Transform - uid: 501 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 612 - type: Transform - proto: WallSolid entities: - uid: 24 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 612 - type: Transform - uid: 25 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 612 - type: Transform - uid: 26 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 612 - type: Transform - uid: 27 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 612 - type: Transform - uid: 28 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 612 - type: Transform - uid: 109 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 612 - type: Transform - uid: 110 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 612 - type: Transform - uid: 111 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 612 - type: Transform - uid: 112 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 612 - type: Transform - uid: 113 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 612 - type: Transform - uid: 114 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 612 - type: Transform - uid: 115 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 612 - type: Transform - uid: 116 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 612 - type: Transform - proto: WarningN2 entities: - uid: 209 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 612 - type: Transform - proto: WarningO2 entities: - uid: 210 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 + parent: 612 +- proto: WarpPoint + entities: + - uid: 615 + components: + - type: Transform + pos: -0.5,-2.5 parent: 612 - type: Transform + - type: WarpPoint + location: Space Debris - proto: Windoor entities: - uid: 127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-6.5 parent: 612 - type: Transform - proto: WindoorSecureEngineeringLocked entities: - uid: 124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-6.5 parent: 612 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-cargo.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-cargo.yml index 8a2c92a7f4..ec9edfbe7a 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-cargo.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-cargo.yml @@ -3,57 +3,59 @@ meta: postmapinit: false tilemap: 0: Space - 18: FloorCarpetClown - 39: FloorEighties - 63: FloorMime - 84: FloorSteel - 100: FloorWhite - 110: FloorWood - 112: Lattice - 113: Plating + 21: FloorCarpetClown + 42: FloorEighties + 66: FloorMime + 78: FloorReinforced + 90: FloorSteel + 109: FloorWhite + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 509 components: - type: MetaData - - pos: 0.425,0.3311325 + - type: Transform + pos: 0.425,0.3311325 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAABVAAAAAACVAAAAAAAVAAAAAACVAAAAAACVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAAAVAAAAAABVAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAVAAAAAACcQAAAAAAcQAAAAAAVAAAAAADVAAAAAAAVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAACcQAAAAAAVAAAAAADVAAAAAADVAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAAAcQAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAABVAAAAAADVAAAAAABVAAAAAADVAAAAAAAVAAAAAADVAAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAAAVAAAAAACcQAAAAAAVAAAAAABVAAAAAADVAAAAAACVAAAAAAAVAAAAAADVAAAAAADVAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAACcAAAAAAAVAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAADTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACeQAAAAAAWgAAAAAD version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAABZAAAAAAAZAAAAAACZAAAAAAAZAAAAAACZAAAAAAAVAAAAAACcAAAAAAAcAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAAAZAAAAAACZAAAAAADZAAAAAAAZAAAAAAAZAAAAAABcAAAAAAAcAAAAAAAVAAAAAADVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAADZAAAAAABZAAAAAACZAAAAAAAZAAAAAADAAAAAAAAcAAAAAAAVAAAAAADVAAAAAABVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAACVAAAAAACVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAVAAAAAABVAAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACWgAAAAAAeQAAAAAAeQAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAABeQAAAAAAeQAAAAAAWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAAAbQAAAAACAAAAAAAAeQAAAAAAWgAAAAACWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAWgAAAAADWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: VAAAAAACVAAAAAAAVAAAAAADVAAAAAABVAAAAAACcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAADVAAAAAADVAAAAAACVAAAAAADcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAABcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAABVAAAAAAAVAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAADVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACTgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAVAAAAAABVAAAAAACVAAAAAACVAAAAAACVAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAVAAAAAACcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAVAAAAAACcQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAVAAAAAACVAAAAAADcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAACcQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAJwAAAAAAJwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAACbgAAAAACcQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAJwAAAAAAJwAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAbgAAAAACbgAAAAABbgAAAAADcQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAJwAAAAAAJwAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAEgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAADcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAACegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAWgAAAAAAWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABegAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAKgAAAAAAKgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAKgAAAAAAKgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAdwAAAAABdwAAAAADegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAKgAAAAAAKgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAFQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -278,8 +280,8 @@ entities: 3: 0,4 4: 1,4 5: 2,4 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -359,7 +361,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -367,2947 +368,2970 @@ entities: entities: - uid: 128 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 509 - type: Transform - uid: 129 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 509 - type: Transform - uid: 130 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 509 - type: Transform - uid: 131 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 509 - type: Transform - proto: AirlockExternalGlassCargoLocked entities: - uid: 86 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 509 - type: Transform - uid: 87 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 509 - type: Transform - proto: AirlockExternalGlassShuttleLocked entities: - uid: 97 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,7.5 parent: 509 - type: Transform - proto: AirlockGlass entities: - uid: 154 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 509 - type: Transform - proto: AirlockHeadOfPersonnelLocked entities: - uid: 40 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 509 - type: Transform - proto: AirlockMaintTheatreLocked entities: - uid: 156 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 509 - type: Transform - proto: AirlockTheatreLocked entities: - uid: 155 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 509 - type: Transform - proto: APCBasic entities: - uid: 280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-0.5 parent: 509 - type: Transform - uid: 310 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 509 - type: Transform - uid: 340 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 509 - type: Transform - proto: ArgocyteAISpawner entities: - uid: 510 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 509 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 412 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 509 - type: Transform - proto: BlastDoor entities: - uid: 73 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 75 - type: DeviceLinkSink - uid: 74 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 75 - type: DeviceLinkSink - proto: BoxFolderBase entities: - uid: 293 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.366233,-3.2464783 parent: 509 - type: Transform - uid: 294 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.666233,-3.5091605 parent: 509 - type: Transform - uid: 295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.841233,-5.022712 parent: 509 - type: Transform - uid: 296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.2037325,-2.6585693 parent: 509 - type: Transform - proto: BrbSign entities: - uid: 136 components: - - pos: 3.1269004,-3.481177 + - type: Transform + pos: 3.1269004,-3.481177 parent: 509 - type: Transform - proto: CableApcExtension entities: - uid: 338 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 509 - type: Transform - uid: 341 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 509 - type: Transform - uid: 342 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 509 - type: Transform - uid: 343 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 509 - type: Transform - uid: 344 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 509 - type: Transform - uid: 345 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 509 - type: Transform - uid: 346 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 509 - type: Transform - uid: 347 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 509 - type: Transform - uid: 348 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 509 - type: Transform - uid: 349 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 509 - type: Transform - uid: 350 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 509 - type: Transform - uid: 351 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 509 - type: Transform - uid: 352 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 509 - type: Transform - uid: 353 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 509 - type: Transform - uid: 354 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 509 - type: Transform - uid: 355 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 509 - type: Transform - uid: 356 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 509 - type: Transform - uid: 357 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 509 - type: Transform - uid: 358 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 509 - type: Transform - uid: 359 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 509 - type: Transform - uid: 360 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 509 - type: Transform - uid: 361 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 509 - type: Transform - uid: 362 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 509 - type: Transform - uid: 363 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 509 - type: Transform - uid: 364 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 509 - type: Transform - uid: 365 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 509 - type: Transform - uid: 366 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 509 - type: Transform - uid: 367 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 509 - type: Transform - uid: 368 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 509 - type: Transform - uid: 369 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 509 - type: Transform - uid: 370 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 509 - type: Transform - uid: 371 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 509 - type: Transform - uid: 372 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 509 - type: Transform - uid: 373 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 509 - type: Transform - uid: 374 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 509 - type: Transform - uid: 375 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 509 - type: Transform - uid: 376 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 509 - type: Transform - uid: 377 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 509 - type: Transform - uid: 378 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 509 - type: Transform - uid: 379 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 509 - type: Transform - uid: 380 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 509 - type: Transform - uid: 381 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 509 - type: Transform - uid: 382 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 509 - type: Transform - uid: 383 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 509 - type: Transform - uid: 384 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 509 - type: Transform - uid: 385 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 509 - type: Transform - uid: 386 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 509 - type: Transform - uid: 387 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 509 - type: Transform - uid: 388 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 509 - type: Transform - uid: 389 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 509 - type: Transform - uid: 390 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 509 - type: Transform - uid: 391 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 509 - type: Transform - uid: 392 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 509 - type: Transform - uid: 393 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 509 - type: Transform - uid: 394 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 509 - type: Transform - uid: 395 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 509 - type: Transform - uid: 396 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 509 - type: Transform - uid: 397 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 509 - type: Transform - uid: 398 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 509 - type: Transform - uid: 399 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 509 - type: Transform - uid: 400 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 509 - type: Transform - uid: 401 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 509 - type: Transform - uid: 402 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 509 - type: Transform - uid: 403 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 509 - type: Transform - uid: 404 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 509 - type: Transform - uid: 405 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 509 - type: Transform - uid: 406 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 509 - type: Transform - uid: 407 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 509 - type: Transform - uid: 408 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 509 - type: Transform - proto: CableHV entities: - uid: 104 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 509 - type: Transform - uid: 200 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 509 - type: Transform - uid: 201 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 509 - type: Transform - uid: 202 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 509 - type: Transform - uid: 203 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 509 - type: Transform - uid: 204 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 509 - type: Transform - uid: 205 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 509 - type: Transform - uid: 206 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 509 - type: Transform - uid: 207 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 509 - type: Transform - uid: 208 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 509 - type: Transform - uid: 209 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 509 - type: Transform - uid: 210 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 509 - type: Transform - uid: 211 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 509 - type: Transform - uid: 212 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 509 - type: Transform - uid: 213 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 509 - type: Transform - uid: 214 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 509 - type: Transform - uid: 215 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 509 - type: Transform - uid: 216 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 509 - type: Transform - uid: 217 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 509 - type: Transform - uid: 218 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 509 - type: Transform - uid: 219 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 509 - type: Transform - uid: 220 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 509 - type: Transform - uid: 221 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 509 - type: Transform - uid: 223 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 509 - type: Transform - uid: 224 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 509 - type: Transform - uid: 225 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 509 - type: Transform - uid: 226 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 509 - type: Transform - uid: 227 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 509 - type: Transform - uid: 228 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 509 - type: Transform - uid: 229 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 509 - type: Transform - uid: 230 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 509 - type: Transform - uid: 231 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 509 - type: Transform - proto: CableMV entities: - uid: 321 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 509 - type: Transform - uid: 326 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 509 - type: Transform - uid: 327 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 509 - type: Transform - uid: 328 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 509 - type: Transform - uid: 329 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 509 - type: Transform - uid: 330 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 509 - type: Transform - uid: 331 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 509 - type: Transform - uid: 332 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 509 - type: Transform - uid: 333 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 509 - type: Transform - uid: 334 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 509 - type: Transform - uid: 335 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 509 - type: Transform - uid: 336 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 509 - type: Transform - uid: 337 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 509 - type: Transform - uid: 339 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 509 - type: Transform - proto: CarpetBlue entities: - uid: 274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-2.5 parent: 509 - type: Transform - uid: 275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 509 - type: Transform - uid: 276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-2.5 parent: 509 - type: Transform - uid: 277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-3.5 parent: 509 - type: Transform - uid: 278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-2.5 parent: 509 - type: Transform - uid: 279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-3.5 parent: 509 - type: Transform - proto: Catwalk entities: - uid: 499 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 509 - type: Transform - uid: 500 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 509 - type: Transform - proto: Chair entities: - uid: 498 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 509 - type: Transform - proto: ChairOfficeDark entities: - uid: 168 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-2.5 parent: 509 - type: Transform - uid: 172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,3.5 parent: 509 - type: Transform - uid: 320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-4.5 parent: 509 - type: Transform - proto: ChairOfficeLight entities: - uid: 171 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 509 - type: Transform - uid: 318 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 509 - type: Transform - proto: ChairWood entities: - uid: 37 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 509 - type: Transform - uid: 170 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,0.5 parent: 509 - type: Transform - uid: 319 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-3.5 parent: 509 - type: Transform - proto: ComfyChair entities: - uid: 101 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 509 - type: Transform - proto: ComputerBroken entities: - uid: 85 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 509 - type: Transform - uid: 96 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-0.5 parent: 509 - type: Transform - uid: 126 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 509 - type: Transform - proto: ConveyorBelt entities: - uid: 76 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,4.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 83 - type: DeviceLinkSink - uid: 77 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,5.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 83 - type: DeviceLinkSink - uid: 78 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,6.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 83 - type: DeviceLinkSink - uid: 79 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,7.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 83 - type: DeviceLinkSink - uid: 80 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 83 - type: DeviceLinkSink - uid: 81 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 84 - type: DeviceLinkSink - uid: 82 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 509 - type: Transform - - links: + - type: DeviceLinkSink + links: - 84 - type: DeviceLinkSink - proto: CrateFilledSpawner entities: - uid: 28 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 509 - type: Transform - uid: 91 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 509 - type: Transform - uid: 92 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 509 - type: Transform - proto: CrayonBlack entities: - uid: 290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.4912324,-5.7357073 parent: 509 - type: Transform - proto: CrayonBox entities: - uid: 291 components: - - pos: 9.941233,-5.7482157 + - type: Transform + pos: 9.941233,-5.7482157 parent: 509 - type: Transform - proto: DogBed entities: - uid: 102 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 509 - type: Transform - proto: DrinkBeerBottleFull entities: - uid: 185 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.0024137,2.741239 parent: 509 - type: Transform - uid: 186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.3899136,3.30413 parent: 509 - type: Transform - uid: 187 components: - - pos: -8.652413,0.76486635 + - type: Transform + pos: -8.652413,0.76486635 parent: 509 - type: Transform - proto: DrinkBottleBeer entities: - uid: 188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.189913,0.8274095 parent: 509 - type: Transform - uid: 189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.102413,0.5897448 parent: 509 - type: Transform - uid: 190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.8024135,1.052566 parent: 509 - type: Transform - uid: 191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.4024134,2.4035048 parent: 509 - type: Transform - uid: 192 components: - - pos: -6.8899136,2.703713 + - type: Transform + pos: -6.8899136,2.703713 parent: 509 - type: Transform - uid: 193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.7024136,2.6536784 parent: 509 - type: Transform - uid: 194 components: - - pos: -5.477413,0.6898141 + - type: Transform + pos: -5.477413,0.6898141 parent: 509 - type: Transform - proto: DrinkBottleOfNothingFull entities: - uid: 317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.6871805,-5.564559 parent: 509 - type: Transform - proto: DrinkRootBeerCan entities: - uid: 195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.114913,1.8531221 parent: 509 - type: Transform - proto: DrinkSoyMilkCarton entities: - uid: 134 components: - - pos: 4.7019,-3.2560208 + - type: Transform + pos: 4.7019,-3.2560208 parent: 509 - type: Transform - proto: EmergencyLight entities: - uid: 242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-4.5 parent: 509 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: ExtinguisherCabinet entities: - uid: 281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-2.5 parent: 509 - type: Transform - proto: ExtinguisherCabinetFilledOpen entities: - uid: 165 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 509 - type: Transform - proto: filingCabinetRandom entities: - uid: 112 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 509 - type: Transform - proto: FirelockEdge entities: - uid: 232 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,0.5 parent: 509 - type: Transform - proto: FirelockGlass entities: - uid: 157 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 509 - type: Transform - uid: 158 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 509 - type: Transform - uid: 159 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 509 - type: Transform - uid: 160 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 509 - type: Transform - uid: 161 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 509 - type: Transform - uid: 162 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 509 - type: Transform - proto: FoodDonkpocketBerry entities: - uid: 196 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.8899136,0.4896753 parent: 509 - type: Transform - proto: FoodPieBananaCream entities: - uid: 138 components: - - pos: 8.385428,-2.1677647 + - type: Transform + pos: 8.385428,-2.1677647 parent: 509 - type: Transform - uid: 139 components: - - pos: 8.660428,-2.1802738 + - type: Transform + pos: 8.660428,-2.1802738 parent: 509 - type: Transform - uid: 140 components: - - pos: 8.747928,-2.5054998 + - type: Transform + pos: 8.747928,-2.5054998 parent: 509 - type: Transform - proto: FoodPizzaMoldySlice entities: - uid: 90 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.8999395,0.8562821 parent: 509 - type: Transform - uid: 502 components: - - pos: -3.5999393,1.0939468 + - type: Transform + pos: -3.5999393,1.0939468 parent: 509 - type: Transform - proto: FoodPlate entities: - uid: 246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.0364895,1.0751556 parent: 509 - type: Transform - proto: FoodPlateTrash entities: - uid: 243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.123989,1.2252601 parent: 509 - type: Transform - uid: 244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.0864897,1.0626472 parent: 509 - type: Transform - proto: GasPipeBend entities: - uid: 418 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,4.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 419 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 444 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 445 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 473 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 416 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 420 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,5.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 421 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,5.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 422 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,4.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 423 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 424 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 425 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 428 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 433 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 434 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 435 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 436 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 442 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 443 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-3.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 449 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-4.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 450 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 451 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 454 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 456 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 457 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 458 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 461 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 462 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 469 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 470 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 471 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 474 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,1.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 476 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 481 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 482 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-3.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-3.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 487 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-3.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 488 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 489 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 490 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 491 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 492 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 429 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 432 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 448 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 460 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 477 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 483 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 484 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVentPump entities: - uid: 409 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 410 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 411 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 413 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,0.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 414 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 415 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 509 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 464 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 465 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,1.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 466 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 467 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-3.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 468 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 509 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 509 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 2 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 509 - type: Transform - uid: 3 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 509 - type: Transform - uid: 13 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 509 - type: Transform - uid: 14 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 509 - type: Transform - uid: 41 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 509 - type: Transform - uid: 42 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 509 - type: Transform - uid: 43 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 509 - type: Transform - uid: 44 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 509 - type: Transform - uid: 45 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 509 - type: Transform - uid: 46 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 509 - type: Transform - uid: 47 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 509 - type: Transform - uid: 48 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 509 - type: Transform - uid: 49 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 509 - type: Transform - uid: 50 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 509 - type: Transform - uid: 51 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 509 - type: Transform - uid: 52 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 509 - type: Transform - uid: 53 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 509 - type: Transform - uid: 54 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 509 - type: Transform - uid: 88 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 509 - type: Transform - proto: Joint entities: - uid: 311 components: - - pos: 10.487181,-3.9291153 + - type: Transform + pos: 10.487181,-3.9291153 parent: 509 - type: Transform - uid: 312 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.049681,-5.192493 parent: 509 - type: Transform - proto: KitchenMicrowave entities: - uid: 166 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 509 - type: Transform - proto: Lamp entities: - uid: 137 components: - - pos: 2.8144004,-2.9057775 + - type: Transform + pos: 2.8144004,-2.9057775 parent: 509 - type: Transform - uid: 145 components: - - pos: 6.410428,-4.131629 + - type: Transform + pos: 6.410428,-4.131629 parent: 509 - type: Transform - proto: LampBanana entities: - uid: 141 components: - - pos: 8.035428,-1.9926435 + - type: Transform + pos: 8.035428,-1.9926435 parent: 509 - type: Transform - proto: LeavesCannabisDried entities: - uid: 313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.737181,-3.9791503 parent: 509 - type: Transform - uid: 314 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.537181,-3.391243 parent: 509 - type: Transform - uid: 315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5621805,-2.728282 parent: 509 - type: Transform - uid: 316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.212181,-5.9305053 parent: 509 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 94 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 509 - type: Transform - uid: 95 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 509 - type: Transform - uid: 103 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 509 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 509 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 173 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 509 - type: Transform - uid: 174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 509 - type: Transform - uid: 175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 509 - type: Transform - uid: 176 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 509 - type: Transform - uid: 177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 509 - type: Transform - uid: 178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 509 - type: Transform - uid: 504 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 509 - type: Transform - uid: 505 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 509 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 503 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 509 - type: Transform - proto: MaterialWoodPlank1 entities: - uid: 271 components: - - pos: 0.5151257,-5.3720956 + - type: Transform + pos: 0.5151257,-5.3720956 parent: 509 - type: Transform - uid: 273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5151258,-5.6347785 parent: 509 - type: Transform - proto: Multitool entities: - uid: 167 components: - - pos: -5.2994995,-4.3739514 + - type: Transform + pos: -5.2994995,-4.3739514 parent: 509 - type: Transform - proto: Paper entities: - uid: 282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.6287327,-4.8726077 parent: 509 - type: Transform - uid: 283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.403733,-5.1978335 parent: 509 - type: Transform - uid: 284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5412326,-5.6231284 parent: 509 - type: Transform - uid: 285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.6912327,-5.7982507 parent: 509 - type: Transform - uid: 286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.8162327,-5.4980416 parent: 509 - type: Transform - uid: 287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.291233,-5.5355678 parent: 509 - type: Transform - uid: 288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.191233,-4.7475204 parent: 509 - type: Transform - uid: 289 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.241233,-3.5466866 parent: 509 - type: Transform - uid: 297 components: - - pos: 3.016233,-2.5710092 + - type: Transform + pos: 3.016233,-2.5710092 parent: 509 - type: Transform - uid: 298 components: - - pos: 4.2662325,-2.9712868 + - type: Transform + pos: 4.2662325,-2.9712868 parent: 509 - type: Transform - uid: 299 components: - - pos: 4.3287325,-5.210342 + - type: Transform + pos: 4.3287325,-5.210342 parent: 509 - type: Transform - uid: 300 components: - - pos: 4.6662326,-5.8232675 + - type: Transform + pos: 4.6662326,-5.8232675 parent: 509 - type: Transform - uid: 301 components: - - pos: 4.8787327,-6.6988754 + - type: Transform + pos: 4.8787327,-6.6988754 parent: 509 - type: Transform - uid: 302 components: - - pos: 5.6162324,-6.8614883 + - type: Transform + pos: 5.6162324,-6.8614883 parent: 509 - type: Transform - uid: 303 components: - - pos: 1.903733,-5.61062 + - type: Transform + pos: 1.903733,-5.61062 parent: 509 - type: Transform - proto: PartRodMetal1 entities: - uid: 254 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5364895,3.6394367 parent: 509 - type: Transform - uid: 255 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.7489896,2.2884989 parent: 509 - type: Transform - uid: 256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.273989,1.6505555 parent: 509 - type: Transform - uid: 257 components: - - pos: -4.8114896,0.549791 + - type: Transform + pos: -4.8114896,0.549791 parent: 509 - type: Transform - uid: 258 components: - - pos: -4.336489,1.387873 + - type: Transform + pos: -4.336489,1.387873 parent: 509 - type: Transform - uid: 259 components: - - pos: -3.748989,2.876407 + - type: Transform + pos: -3.748989,2.876407 parent: 509 - type: Transform - uid: 260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.2114892,3.6394367 parent: 509 - type: Transform - uid: 261 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5739892,2.4260943 parent: 509 - type: Transform - uid: 262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.048989,1.5129601 parent: 509 - type: Transform - uid: 263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.6614893,0.3371437 parent: 509 - type: Transform - uid: 264 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.4739892,-0.5509735 parent: 509 - type: Transform - uid: 265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.6364892,0.3746697 parent: 509 - type: Transform - uid: 266 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.186489,1.337838 parent: 509 - type: Transform - uid: 267 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.451011,-2.477311 parent: 509 - type: Transform - uid: 268 components: - - pos: 3.5260112,-5.554448 + - type: Transform + pos: 3.5260112,-5.554448 parent: 509 - type: Transform - uid: 269 components: - - pos: 1.101011,-5.817131 + - type: Transform + pos: 1.101011,-5.817131 parent: 509 - type: Transform - proto: Pen entities: - uid: 304 components: - - pos: 5.324955,-5.833787 + - type: Transform + pos: 5.324955,-5.833787 parent: 509 - type: Transform - proto: PlasticFlapsAirtightClear entities: - uid: 197 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 509 - type: Transform - proto: PlasticFlapsAirtightOpaque entities: - uid: 501 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 509 - type: Transform - proto: PosterContrabandBeachStarYamamoto entities: - uid: 309 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 509 - type: Transform - proto: PosterContrabandClown entities: - uid: 153 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 509 - type: Transform - proto: PosterContrabandTools entities: - uid: 463 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 509 - type: Transform - proto: PosterLegitBlessThisSpess entities: - uid: 493 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 509 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 308 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 509 - type: Transform - proto: PottedPlantRD entities: - uid: 169 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 509 - type: Transform - proto: PowerCellRecharger entities: - uid: 133 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 509 - type: Transform - proto: Poweredlight entities: - uid: 238 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 239 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 240 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,1.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-5.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 235 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 236 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 237 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,6.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightEmpty entities: - uid: 234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,6.5 parent: 509 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 113 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 509 - type: Transform - proto: RandomBoards entities: - uid: 323 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 509 - type: Transform - proto: RandomCargoCorpseSpawner entities: - uid: 511 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,6.5 parent: 509 - type: Transform - uid: 512 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,1.5 parent: 509 - type: Transform - proto: RandomDrinkBottle entities: - uid: 182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 509 - type: Transform - proto: RandomDrinkGlass entities: - uid: 183 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 509 - type: Transform - uid: 184 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 509 - type: Transform - proto: RandomInstruments entities: - uid: 146 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 509 - type: Transform - uid: 147 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 509 - type: Transform - uid: 148 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 509 - type: Transform - uid: 149 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 509 - type: Transform - uid: 150 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 509 - type: Transform - uid: 151 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 509 - type: Transform - proto: RandomItem entities: - uid: 305 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 509 - type: Transform - uid: 306 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 509 - type: Transform - uid: 307 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 509 - type: Transform - proto: RandomSnacks entities: - uid: 180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-4.5 parent: 509 - type: Transform - proto: RandomSpawner entities: - uid: 506 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 509 - type: Transform - uid: 507 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 509 - type: Transform - uid: 508 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 509 - type: Transform - proto: ReinforcedWindow entities: - uid: 59 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 509 - type: Transform - uid: 60 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 509 - type: Transform - uid: 61 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 509 - type: Transform - uid: 62 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 509 - type: Transform - uid: 63 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 509 - type: Transform - uid: 64 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 509 - type: Transform - uid: 65 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 509 - type: Transform - uid: 66 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 509 - type: Transform - uid: 67 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 509 - type: Transform - uid: 68 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 509 - type: Transform - uid: 69 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 509 - type: Transform - uid: 70 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 509 - type: Transform - uid: 71 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 509 - type: Transform - uid: 72 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 509 - type: Transform - uid: 89 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 509 - type: Transform - proto: RevolverCapGun entities: - uid: 292 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.7662325,-4.522364 parent: 509 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 325 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 509 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 222 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-5.5 parent: 509 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 27 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 509 - type: Transform - uid: 324 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 509 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 322 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 509 - type: Transform - proto: ShardGlass entities: - uid: 245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.211489,2.7763376 parent: 509 - type: Transform - uid: 247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.836489,1.425399 parent: 509 - type: Transform - uid: 248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.461489,0.6623695 parent: 509 - type: Transform - uid: 249 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.6614895,0.26209107 parent: 509 - type: Transform - uid: 250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.373989,1.3003122 parent: 509 - type: Transform - proto: ShardGlassReinforced entities: - uid: 251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.6239896,3.0890546 parent: 509 - type: Transform - uid: 252 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.3864892,2.2634814 parent: 509 - type: Transform - uid: 253 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5739892,3.0890546 parent: 509 - type: Transform - uid: 270 components: - - pos: 1.5788875,-8.488186 + - type: Transform + pos: 1.5788875,-8.488186 parent: 509 - type: Transform - uid: 272 components: - - pos: 11.276991,-7.63089 + - type: Transform + pos: 11.276991,-7.63089 parent: 509 - type: Transform - proto: Shovel entities: - uid: 179 components: - - pos: -1.5399132,-5.4519515 + - type: Transform + pos: -1.5399132,-5.4519515 parent: 509 - type: Transform - proto: SignalSwitchDirectional entities: - uid: 75 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,6.5 parent: 509 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 73: - On: Open - Off: Close 74: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignCargo entities: - uid: 164 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 509 - type: Transform - proto: SignDirectionalBar entities: - uid: 496 components: - - pos: -4.484888,-6.7899384 + - type: Transform + pos: -4.484888,-6.7899384 parent: 509 - type: Transform - proto: SignDirectionalSalvage entities: - uid: 494 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.484888,-6.3020997 parent: 509 - type: Transform - proto: SignDirectionalSupply entities: - uid: 495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.484888,-6.5397644 parent: 509 - type: Transform - proto: SignMail entities: - uid: 163 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 509 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 198 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 509 - type: Transform - uid: 199 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-2.5 parent: 509 - type: Transform - uid: 497 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-1.5 parent: 509 - type: Transform - proto: Table entities: - uid: 119 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 509 - type: Transform - proto: TableCarpet entities: - uid: 124 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 509 - type: Transform - uid: 125 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 509 - type: Transform - proto: TableCounterMetal entities: - uid: 120 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 509 - type: Transform - uid: 121 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 509 - type: Transform - uid: 122 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 509 - type: Transform - uid: 123 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 509 - type: Transform - uid: 127 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 509 - type: Transform - proto: TableGlass entities: - uid: 107 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 509 - type: Transform - uid: 108 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 509 - type: Transform - proto: TableReinforced entities: - uid: 114 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 509 - type: Transform - uid: 115 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 509 - type: Transform - uid: 116 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 509 - type: Transform - uid: 117 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 509 - type: Transform - uid: 118 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 509 - type: Transform - proto: TableWood entities: - uid: 105 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 509 - type: Transform - uid: 106 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 509 - type: Transform - uid: 109 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 509 - type: Transform - uid: 110 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 509 - type: Transform - proto: TableWoodReinforced entities: - uid: 98 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 509 - type: Transform - uid: 99 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 509 - type: Transform - uid: 100 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 509 - type: Transform - proto: ToyIan entities: - uid: 135 components: - - pos: 4.1769004,-3.143443 + - type: Transform + pos: 4.1769004,-3.143443 parent: 509 - type: Transform - proto: TrashBananaPeel entities: - uid: 142 components: - - pos: 6.672928,-1.842539 + - type: Transform + pos: 6.672928,-1.842539 parent: 509 - type: Transform - uid: 143 components: - - pos: 7.097928,-3.055882 + - type: Transform + pos: 7.097928,-3.055882 parent: 509 - type: Transform - uid: 144 components: - - pos: 8.447928,-3.718842 + - type: Transform + pos: 8.447928,-3.718842 parent: 509 - type: Transform - proto: TwoWayLever entities: - uid: 83 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 509 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 79: - Left: Forward - Right: Reverse @@ -3328,13 +3352,13 @@ entities: - Left: Forward - Right: Reverse - Middle: Off - type: DeviceLinkSource - uid: 84 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 509 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 81: - Left: Forward - Right: Reverse @@ -3343,220 +3367,226 @@ entities: - Left: Forward - Right: Reverse - Middle: Off - type: DeviceLinkSource - proto: VendingMachineTheater entities: - uid: 111 components: - - flags: SessionSpecific - type: MetaData - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 509 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 509 - type: Transform - uid: 20 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 509 - type: Transform - uid: 21 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 509 - type: Transform - uid: 22 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 509 - type: Transform - uid: 23 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 509 - type: Transform - uid: 24 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 509 - type: Transform - uid: 25 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 509 - type: Transform - uid: 26 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 509 - type: Transform - uid: 29 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 509 - type: Transform - uid: 30 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 509 - type: Transform - uid: 31 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 509 - type: Transform - uid: 32 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 509 - type: Transform - uid: 33 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 509 - type: Transform - proto: WallSolid entities: - uid: 4 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 509 - type: Transform - uid: 5 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 509 - type: Transform - uid: 6 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 509 - type: Transform - uid: 7 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 509 - type: Transform - uid: 8 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 509 - type: Transform - uid: 9 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 509 - type: Transform - uid: 10 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 509 - type: Transform - uid: 11 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 509 - type: Transform - uid: 12 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 509 - type: Transform - uid: 15 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 509 - type: Transform - uid: 16 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 509 - type: Transform - uid: 17 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 509 - type: Transform - uid: 18 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 509 - type: Transform - uid: 19 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 509 - type: Transform - uid: 34 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 509 - type: Transform - uid: 35 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 509 - type: Transform - uid: 36 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 509 - type: Transform - uid: 38 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 509 - type: Transform - uid: 39 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 509 - type: Transform - uid: 152 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 + parent: 509 +- proto: WarpPoint + entities: + - uid: 513 + components: + - type: Transform + pos: -2.5,-0.5 parent: 509 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeldingFuelTankFull entities: - uid: 93 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 509 - type: Transform - proto: WindoorSecureCargoLocked entities: - uid: 132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-2.5 parent: 509 - type: Transform - proto: Window entities: - uid: 55 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 509 - type: Transform - uid: 56 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 509 - type: Transform - uid: 57 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 509 - type: Transform - uid: 58 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 509 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-conference-room.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-conference-room.yml index 95986b8b16..c01a214ca5 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-conference-room.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-conference-room.yml @@ -3,58 +3,60 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 42: FloorFreezer - 56: FloorHydro - 60: FloorLino - 84: FloorSteel - 96: FloorTechMaint - 110: FloorWood - 112: Lattice - 113: Plating + 30: FloorDark + 45: FloorFreezer + 59: FloorHydro + 63: FloorLino + 78: FloorReinforced + 90: FloorSteel + 105: FloorTechMaint + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 576 components: - type: MetaData - - pos: 0.5625,0.34364063 + - type: Transform + pos: 0.5625,0.34364063 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAGwAAAAADOAAAAAAAGwAAAAADcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAABOAAAAAAAGwAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAVAAAAAABGwAAAAAAGwAAAAACOAAAAAAAGwAAAAADcQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAVAAAAAABVAAAAAAAGwAAAAADGwAAAAACOAAAAAAAGwAAAAACGwAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAACVAAAAAABcQAAAAAAGwAAAAADOAAAAAAAGwAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAADcQAAAAAAGwAAAAAAOAAAAAAAGwAAAAADcQAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAAAcQAAAAAAGwAAAAADOAAAAAAAGwAAAAACcQAAAAAAGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAADVAAAAAABcQAAAAAAGwAAAAACGwAAAAABGwAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAAAVAAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAABVAAAAAAAcQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAACVAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAPAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHgAAAAADOwAAAAAAHgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABOwAAAAAAHgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABHgAAAAAAHgAAAAACOwAAAAAAHgAAAAADegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAAAHgAAAAADHgAAAAACOwAAAAAAHgAAAAACHgAAAAACaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAABTgAAAAAAHgAAAAADOwAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADegAAAAAAHgAAAAAAOwAAAAAAHgAAAAADegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAegAAAAAAHgAAAAADOwAAAAAAHgAAAAACegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAADWgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABWgAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAADLQAAAAAALQAAAAAALQAAAAAAegAAAAAAPwAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: cQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAACGwAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAGwAAAAABcQAAAAAAbgAAAAABbgAAAAACbgAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAbgAAAAAAbgAAAAACbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAcQAAAAAAbgAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAbgAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAACHgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAHgAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAdwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAVAAAAAABVAAAAAADcQAAAAAAVAAAAAACVAAAAAADVAAAAAABVAAAAAADVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAADVAAAAAACVAAAAAADVAAAAAADVAAAAAABVAAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAAAVAAAAAACcQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAADcQAAAAAAcQAAAAAAGwAAAAAAGwAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAACcQAAAAAAGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAABcQAAAAAAGwAAAAABGwAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAVAAAAAACVAAAAAABcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAACVAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAADTgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACegAAAAAAHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABegAAAAAAHgAAAAABHgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAACWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: cQAAAAAAcQAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -212,8 +214,8 @@ entities: id: ThreeQuarterTileOverlayGreyscale90 decals: 19: -3,0 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -293,7 +295,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -301,3217 +302,3254 @@ entities: entities: - uid: 91 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 576 - type: Transform - uid: 92 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 576 - type: Transform - uid: 93 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 576 - type: Transform - proto: AirlockGlass entities: - uid: 87 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 576 - type: Transform - uid: 88 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 576 - type: Transform - uid: 89 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 576 - type: Transform - uid: 297 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 576 - type: Transform - uid: 298 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 576 - type: Transform - proto: AirlockJanitorLocked entities: - uid: 90 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 576 - type: Transform - proto: AirlockMaint entities: - uid: 203 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 576 - type: Transform - proto: AirlockMaintCommandLocked entities: - uid: 94 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 576 - type: Transform - proto: APCBasic entities: - uid: 141 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 576 - type: Transform - proto: BaseBallBat entities: - uid: 165 components: - - pos: -2.3389993,-2.4703228 + - type: Transform + pos: -2.3389993,-2.4703228 parent: 576 - type: Transform - proto: Bed entities: - uid: 183 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 576 - type: Transform - proto: BedsheetIan entities: - uid: 184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 576 - type: Transform - proto: BlastDoor entities: - uid: 95 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 576 - type: Transform - proto: BoxFolderBase entities: - uid: 138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.4318342,-1.3653882 parent: 576 - type: Transform - proto: BoxLightMixed entities: - uid: 150 components: - - pos: -4.380666,-2.6371067 + - type: Transform + pos: -4.380666,-2.6371067 parent: 576 - type: Transform - proto: CableApcExtension entities: - uid: 300 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 576 - type: Transform - uid: 371 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 576 - type: Transform - uid: 372 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 576 - type: Transform - uid: 373 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 576 - type: Transform - uid: 374 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 576 - type: Transform - uid: 375 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 576 - type: Transform - uid: 376 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 576 - type: Transform - uid: 377 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 576 - type: Transform - uid: 378 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 576 - type: Transform - uid: 379 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 576 - type: Transform - uid: 380 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 576 - type: Transform - uid: 381 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 576 - type: Transform - uid: 382 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 576 - type: Transform - uid: 383 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 576 - type: Transform - uid: 384 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 576 - type: Transform - uid: 385 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 576 - type: Transform - uid: 386 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 576 - type: Transform - uid: 387 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 576 - type: Transform - uid: 388 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 576 - type: Transform - uid: 389 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 576 - type: Transform - uid: 390 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 576 - type: Transform - uid: 391 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 576 - type: Transform - uid: 392 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 576 - type: Transform - uid: 393 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 576 - type: Transform - uid: 394 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 576 - type: Transform - uid: 396 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 576 - type: Transform - uid: 397 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 576 - type: Transform - uid: 398 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 576 - type: Transform - uid: 399 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 576 - type: Transform - uid: 400 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 576 - type: Transform - uid: 401 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 576 - type: Transform - uid: 402 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 576 - type: Transform - uid: 403 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 576 - type: Transform - uid: 404 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 576 - type: Transform - uid: 406 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 576 - type: Transform - uid: 407 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 576 - type: Transform - uid: 408 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 576 - type: Transform - uid: 409 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 576 - type: Transform - uid: 410 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 576 - type: Transform - uid: 411 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 576 - type: Transform - uid: 412 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 576 - type: Transform - uid: 413 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 576 - type: Transform - uid: 414 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 576 - type: Transform - uid: 415 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 576 - type: Transform - uid: 416 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 576 - type: Transform - uid: 417 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 576 - type: Transform - uid: 418 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 576 - type: Transform - uid: 419 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 576 - type: Transform - uid: 420 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 576 - type: Transform - uid: 421 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 576 - type: Transform - uid: 422 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 576 - type: Transform - uid: 423 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 576 - type: Transform - uid: 424 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 576 - type: Transform - uid: 425 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 576 - type: Transform - uid: 426 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 576 - type: Transform - uid: 427 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 576 - type: Transform - uid: 428 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 576 - type: Transform - uid: 429 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 576 - type: Transform - uid: 430 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 576 - type: Transform - uid: 431 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 576 - type: Transform - uid: 432 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 576 - type: Transform - uid: 433 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 576 - type: Transform - uid: 434 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 576 - type: Transform - uid: 435 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 576 - type: Transform - uid: 436 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 576 - type: Transform - uid: 437 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 576 - type: Transform - uid: 438 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 576 - type: Transform - uid: 439 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 576 - type: Transform - uid: 440 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 576 - type: Transform - uid: 441 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 576 - type: Transform - uid: 442 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 576 - type: Transform - uid: 443 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 576 - type: Transform - uid: 444 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 576 - type: Transform - uid: 445 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 576 - type: Transform - uid: 446 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 576 - type: Transform - uid: 447 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 576 - type: Transform - uid: 448 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 576 - type: Transform - uid: 449 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 576 - type: Transform - uid: 450 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 576 - type: Transform - uid: 451 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 576 - type: Transform - uid: 452 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 576 - type: Transform - uid: 453 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 576 - type: Transform - uid: 454 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 576 - type: Transform - uid: 455 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 576 - type: Transform - uid: 456 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 576 - type: Transform - proto: CableHV entities: - uid: 305 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 576 - type: Transform - uid: 306 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 576 - type: Transform - uid: 307 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 576 - type: Transform - uid: 308 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 576 - type: Transform - uid: 309 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 576 - type: Transform - uid: 310 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 576 - type: Transform - uid: 311 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 576 - type: Transform - uid: 312 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 576 - type: Transform - uid: 313 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 576 - type: Transform - uid: 314 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 576 - type: Transform - uid: 315 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 576 - type: Transform - uid: 316 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 576 - type: Transform - uid: 317 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 576 - type: Transform - uid: 318 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 576 - type: Transform - uid: 319 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 576 - type: Transform - uid: 320 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 576 - type: Transform - uid: 321 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 576 - type: Transform - uid: 322 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 576 - type: Transform - uid: 323 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 576 - type: Transform - uid: 324 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 576 - type: Transform - uid: 325 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 576 - type: Transform - uid: 326 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 576 - type: Transform - uid: 327 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 576 - type: Transform - uid: 328 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 576 - type: Transform - uid: 329 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 576 - type: Transform - uid: 330 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 576 - type: Transform - uid: 331 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 576 - type: Transform - uid: 332 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 576 - type: Transform - uid: 333 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 576 - type: Transform - uid: 334 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 576 - type: Transform - uid: 335 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 576 - type: Transform - uid: 336 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 576 - type: Transform - uid: 337 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 576 - type: Transform - uid: 338 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 576 - type: Transform - uid: 339 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 576 - type: Transform - uid: 340 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 576 - type: Transform - uid: 341 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 576 - type: Transform - uid: 342 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 576 - type: Transform - uid: 343 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 576 - type: Transform - uid: 344 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 576 - type: Transform - uid: 345 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 576 - type: Transform - uid: 346 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 576 - type: Transform - uid: 347 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 576 - type: Transform - proto: CableMV entities: - uid: 348 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 576 - type: Transform - uid: 349 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 576 - type: Transform - uid: 350 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 576 - type: Transform - uid: 351 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 576 - type: Transform - uid: 352 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 576 - type: Transform - uid: 353 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 576 - type: Transform - uid: 354 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 576 - type: Transform - uid: 355 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 576 - type: Transform - uid: 356 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 576 - type: Transform - uid: 357 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 576 - type: Transform - uid: 358 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 576 - type: Transform - uid: 359 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 576 - type: Transform - uid: 360 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 576 - type: Transform - uid: 361 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 576 - type: Transform - uid: 362 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 576 - type: Transform - uid: 363 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 576 - type: Transform - uid: 364 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 576 - type: Transform - uid: 365 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 576 - type: Transform - uid: 366 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 576 - type: Transform - uid: 367 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 576 - type: Transform - uid: 368 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 576 - type: Transform - uid: 369 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 576 - type: Transform - uid: 370 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 576 - type: Transform - uid: 395 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 576 - type: Transform - proto: CarpetBlack entities: - uid: 126 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 576 - type: Transform - uid: 127 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 576 - type: Transform - uid: 128 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 576 - type: Transform - uid: 129 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 576 - type: Transform - proto: Catwalk entities: - uid: 241 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 576 - type: Transform - uid: 242 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 576 - type: Transform - proto: Chair entities: - uid: 174 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 576 - type: Transform - proto: ChairOfficeDark entities: - uid: 131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 576 - type: Transform - uid: 132 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-2.5 parent: 576 - type: Transform - uid: 133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 576 - type: Transform - uid: 134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-3.5 parent: 576 - type: Transform - uid: 135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 576 - type: Transform - uid: 136 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 576 - type: Transform - uid: 176 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 576 - type: Transform - uid: 177 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-5.5 parent: 576 - type: Transform - uid: 178 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-6.5 parent: 576 - type: Transform - uid: 179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-7.5 parent: 576 - type: Transform - uid: 180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-5.5 parent: 576 - type: Transform - uid: 181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-6.5 parent: 576 - type: Transform - uid: 182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-7.5 parent: 576 - type: Transform - proto: ClosetL3JanitorFilled entities: - uid: 145 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 576 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 217 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 576 - type: Transform - proto: ClothingHeadHatCone entities: - uid: 105 components: - - pos: 0.05683422,-14.616683 + - type: Transform + pos: 0.05683422,-14.616683 parent: 576 - type: Transform - uid: 106 components: - - pos: 0.6818342,-14.053792 + - type: Transform + pos: 0.6818342,-14.053792 parent: 576 - type: Transform - proto: ClothingHeadHatFez entities: - uid: 205 components: - - pos: -2.2916667,-11.118345 + - type: Transform + pos: -2.2916667,-11.118345 parent: 576 - type: Transform - proto: ClothingHeadHelmetEVA entities: - uid: 112 components: - - pos: -4.547333,7.515779 + - type: Transform + pos: -4.547333,7.515779 parent: 576 - type: Transform - uid: 216 components: - - pos: -1.5,-13.392467 + - type: Transform + pos: -1.5,-13.392467 parent: 576 - type: Transform - proto: ClothingNeckBling entities: - uid: 199 components: - - pos: -3.5208335,-6.9696307 + - type: Transform + pos: -3.5208335,-6.9696307 parent: 576 - type: Transform - proto: ClothingNeckHeadphones entities: - uid: 200 components: - - pos: -3.3333335,-6.302501 + - type: Transform + pos: -3.3333335,-6.302501 parent: 576 - type: Transform - proto: ClothingOuterCoatBomber entities: - uid: 204 components: - - pos: -2.4583335,-11.472758 + - type: Transform + pos: -2.4583335,-11.472758 parent: 576 - type: Transform - proto: ClothingOuterHardsuitEVA entities: - uid: 109 components: - - pos: -4.547333,7.658138 + - type: Transform + pos: -4.547333,7.658138 parent: 576 - type: Transform - uid: 215 components: - - pos: -1.5208334,-13.288228 + - type: Transform + pos: -1.5208334,-13.288228 parent: 576 - type: Transform - proto: ComfyChair entities: - uid: 130 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 576 - type: Transform - uid: 175 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-11.5 parent: 576 - type: Transform - proto: ConveyorBelt entities: - uid: 96 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-10.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - uid: 97 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-10.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - uid: 98 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-10.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - uid: 99 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - uid: 100 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - uid: 102 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - uid: 103 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 576 - type: Transform - - links: + - type: DeviceLinkSink + links: - 104 - type: DeviceLinkSink - proto: CrateFilledSpawner entities: - uid: 110 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 576 - type: Transform - uid: 111 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 576 - type: Transform - proto: d6Dice entities: - uid: 196 components: - - pos: -3.6041667,-5.4268923 + - type: Transform + pos: -3.6041667,-5.4268923 parent: 576 - type: Transform - uid: 197 components: - - pos: -3.4583335,-5.593676 + - type: Transform + pos: -3.4583335,-5.593676 parent: 576 - type: Transform - uid: 198 components: - - pos: -3.4583335,-5.8230014 + - type: Transform + pos: -3.4583335,-5.8230014 parent: 576 - type: Transform - proto: DisposalBend entities: - uid: 233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-11.5 parent: 576 - type: Transform - uid: 234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-11.5 parent: 576 - type: Transform - uid: 235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-14.5 parent: 576 - type: Transform - uid: 274 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 576 - type: Transform - proto: DisposalJunction entities: - uid: 244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,3.5 parent: 576 - type: Transform - uid: 248 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 576 - type: Transform - uid: 259 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 576 - type: Transform - proto: DisposalJunctionFlipped entities: - uid: 247 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 576 - type: Transform - uid: 258 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 576 - type: Transform - proto: DisposalPipe entities: - uid: 71 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,5.5 parent: 576 - type: Transform - uid: 237 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-14.5 parent: 576 - type: Transform - uid: 238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-14.5 parent: 576 - type: Transform - uid: 239 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 576 - type: Transform - uid: 240 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 576 - type: Transform - uid: 251 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 576 - type: Transform - uid: 252 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 576 - type: Transform - uid: 253 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 576 - type: Transform - uid: 254 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 576 - type: Transform - uid: 255 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 576 - type: Transform - uid: 256 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 576 - type: Transform - uid: 257 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 576 - type: Transform - uid: 260 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 576 - type: Transform - uid: 261 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 576 - type: Transform - uid: 262 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 576 - type: Transform - uid: 263 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,3.5 parent: 576 - type: Transform - uid: 264 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,3.5 parent: 576 - type: Transform - uid: 265 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,3.5 parent: 576 - type: Transform - uid: 266 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,3.5 parent: 576 - type: Transform - uid: 267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,3.5 parent: 576 - type: Transform - uid: 268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,6.5 parent: 576 - type: Transform - uid: 269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,7.5 parent: 576 - type: Transform - uid: 270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,8.5 parent: 576 - type: Transform - uid: 273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-1.5 parent: 576 - type: Transform - uid: 275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 576 - type: Transform - uid: 276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 576 - type: Transform - uid: 277 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-1.5 parent: 576 - type: Transform - proto: DisposalPipeBroken entities: - uid: 236 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 576 - type: Transform - uid: 245 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 576 - type: Transform - uid: 246 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 576 - type: Transform - uid: 249 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,4.5 parent: 576 - type: Transform - uid: 250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-9.5 parent: 576 - type: Transform - uid: 272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-1.5 parent: 576 - type: Transform - proto: DisposalTrunk entities: - uid: 232 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 576 - type: Transform - uid: 243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 576 - type: Transform - proto: DisposalUnit entities: - uid: 147 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 576 - type: Transform - proto: DogBed entities: - uid: 194 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 576 - type: Transform - proto: DoubleEmergencyOxygenTankFilled entities: - uid: 1 components: - - pos: -2.6219928,7.531747 + - type: Transform + pos: -2.6219928,7.531747 parent: 576 - type: Transform - proto: EmergencyLight entities: - uid: 271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,2.5 parent: 576 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 279 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-6.5 parent: 576 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-7.5 parent: 576 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: FirelockEdge entities: - uid: 303 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 576 - type: Transform - uid: 304 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 576 - type: Transform - proto: FirelockGlass entities: - uid: 287 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 576 - type: Transform - uid: 299 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 576 - type: Transform - uid: 301 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 576 - type: Transform - uid: 302 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 576 - type: Transform - proto: Fireplace entities: - uid: 193 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 576 - type: Transform - proto: FloorDrain entities: - uid: 146 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 576 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodBoxDonut entities: - uid: 195 components: - - pos: 0.5208334,-5.447741 + - type: Transform + pos: 0.5208334,-5.447741 parent: 576 - type: Transform - proto: GasPipeBend entities: - uid: 517 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-13.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-13.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 519 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-14.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 531 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 532 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 405 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 465 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 526 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 527 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 471 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,3.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 472 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,4.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 473 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,5.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,7.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 475 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,8.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 476 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,9.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 477 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,10.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 478 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,6.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 479 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,5.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 480 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,4.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 481 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,3.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 482 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 483 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 484 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 486 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 487 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 488 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 489 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 490 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 491 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 492 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 494 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 496 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 497 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-3.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 498 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-4.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 500 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-6.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 501 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-7.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 502 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-8.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 503 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 504 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-9.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 505 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 506 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 520 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-14.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 521 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-14.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 533 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 536 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,2.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 537 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 538 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 540 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,5.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 541 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,9.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 542 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,10.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 543 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,7.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 544 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,6.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 545 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,5.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 546 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 547 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 548 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 549 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 550 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,3.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,2.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 552 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,1.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 553 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 554 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 555 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 556 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 557 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 558 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-3.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 559 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 560 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-5.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 561 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-6.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 562 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-7.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 563 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-8.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 466 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 467 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,6.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 468 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 469 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 470 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-2.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 516 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-8.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 524 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-2.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 525 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-3.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,8.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 529 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 530 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 539 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,4.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 507 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,8.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 508 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 509 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-2.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 510 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 511 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-3.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 513 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-8.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 514 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 515 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 522 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-8.5 parent: 576 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 457 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 458 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,6.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 459 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 460 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 461 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 462 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 463 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-3.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-9.5 parent: 576 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 576 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 2 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 576 - type: Transform - uid: 3 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 576 - type: Transform - uid: 4 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 576 - type: Transform - uid: 5 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 576 - type: Transform - uid: 6 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 576 - type: Transform - uid: 7 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 576 - type: Transform - uid: 8 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 576 - type: Transform - uid: 9 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 576 - type: Transform - uid: 10 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 576 - type: Transform - uid: 11 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 576 - type: Transform - uid: 12 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 576 - type: Transform - uid: 13 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 576 - type: Transform - uid: 14 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 576 - type: Transform - uid: 15 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 576 - type: Transform - uid: 16 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 576 - type: Transform - uid: 17 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 576 - type: Transform - uid: 18 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 576 - type: Transform - uid: 19 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 576 - type: Transform - proto: JanitorialTrolley entities: - uid: 144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,0.5 parent: 576 - type: Transform - proto: JetpackMiniFilled entities: - uid: 113 components: - - pos: -4.4639993,7.7659535 + - type: Transform + pos: -4.4639993,7.7659535 parent: 576 - type: Transform - uid: 114 components: - - pos: -4.505666,7.5783234 + - type: Transform + pos: -4.505666,7.5783234 parent: 576 - type: Transform - proto: Lamp entities: - uid: 137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.8276675,-1.3445408 parent: 576 - type: Transform - proto: LightReplacer entities: - uid: 161 components: - - pos: -2.4431658,-1.990823 + - type: Transform + pos: -2.4431658,-1.990823 parent: 576 - type: Transform - proto: MachineFrame entities: - uid: 564 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 576 - type: Transform - uid: 565 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 576 - type: Transform - uid: 566 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 576 - type: Transform - proto: MaterialDurathread entities: - uid: 192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.4375,-1.5283515 parent: 576 - type: Transform - proto: MopBucket entities: - uid: 148 components: - - pos: -4.5889993,-1.9699743 + - type: Transform + pos: -4.5889993,-1.9699743 parent: 576 - type: Transform - uid: 149 components: - - pos: -4.755666,-1.1986058 + - type: Transform + pos: -4.755666,-1.1986058 parent: 576 - type: Transform - proto: MopItem entities: - uid: 164 components: - - pos: -2.6098325,-2.3035405 + - type: Transform + pos: -2.6098325,-2.3035405 parent: 576 - type: Transform - proto: OxygenCanister entities: - uid: 115 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 576 - type: Transform + - type: AtmosDevice + joinedGrid: 576 - proto: PaintingEmpty entities: - uid: 142 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 576 - type: Transform - proto: Pen entities: - uid: 139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.2026675,-1.949127 parent: 576 - type: Transform - proto: PosterLegitCleanliness entities: - uid: 120 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 576 - type: Transform - proto: PosterLegitIan entities: - uid: 121 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 576 - type: Transform - proto: PottedPlantRD entities: - uid: 219 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 576 - type: Transform - proto: Poweredlight entities: - uid: 278 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-4.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 290 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-11.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-6.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 286 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-11.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 282 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 283 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-5.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 576 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 108 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 576 - type: Transform - uid: 214 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 576 - type: Transform - proto: RandomAmmoBox entities: - uid: 575 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 576 - type: Transform - proto: RandomBoards entities: - uid: 220 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 576 - type: Transform - uid: 221 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 576 - type: Transform - proto: RandomBox entities: - uid: 572 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 576 - type: Transform - uid: 573 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 576 - type: Transform - uid: 574 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 576 - type: Transform - proto: RandomCommandCorpseSpawner entities: - uid: 577 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-6.5 parent: 576 - type: Transform - proto: RandomItem entities: - uid: 206 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 576 - type: Transform - uid: 207 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 576 - type: Transform - uid: 208 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 576 - type: Transform - uid: 209 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 576 - type: Transform - uid: 571 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 576 - type: Transform - proto: RandomPosterLegit entities: - uid: 218 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 576 - type: Transform - proto: RandomSoap entities: - uid: 153 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 576 - type: Transform - proto: RandomSpawner entities: - uid: 210 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 576 - type: Transform - uid: 211 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 576 - type: Transform - uid: 212 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 576 - type: Transform - uid: 213 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 576 - type: Transform - uid: 569 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 576 - type: Transform - uid: 570 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 576 - type: Transform - proto: RandomVending entities: - uid: 201 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 576 - type: Transform - uid: 202 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 576 - type: Transform - proto: Recycler entities: - uid: 101 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 576 - type: Transform - proto: ReinforcedWindow entities: - uid: 22 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 576 - type: Transform - uid: 23 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 576 - type: Transform - uid: 24 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 576 - type: Transform - uid: 25 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 576 - type: Transform - uid: 26 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 576 - type: Transform - uid: 27 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 576 - type: Transform - uid: 28 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 576 - type: Transform - uid: 29 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 576 - type: Transform - uid: 30 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 576 - type: Transform - uid: 31 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 576 - type: Transform - uid: 32 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 576 - type: Transform - uid: 33 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 576 - type: Transform - uid: 34 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 576 - type: Transform - uid: 35 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 576 - type: Transform - uid: 36 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 576 - type: Transform - uid: 37 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 576 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 568 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 576 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 107 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 576 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 567 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 576 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 222 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 576 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 223 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 576 - type: Transform - proto: ShardGlass entities: - uid: 292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.4058695,-1.8579483 parent: 576 - type: Transform - uid: 293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.419131,-7.1038833 parent: 576 - type: Transform - uid: 294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.344131,0.8442363 parent: 576 - type: Transform - uid: 295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.319131,9.599416 parent: 576 - type: Transform - uid: 296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.3316307,7.773146 parent: 576 - type: Transform - proto: SignBridge entities: - uid: 117 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 576 - type: Transform - proto: SignConference entities: - uid: 140 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 576 - type: Transform - proto: SignDirectionalEvac entities: - uid: 118 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 576 - type: Transform - uid: 119 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 576 - type: Transform - proto: SignEVA entities: - uid: 116 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 576 - type: Transform - proto: SnakeMobMundane entities: - uid: 224 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 576 - type: Transform - uid: 225 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 576 - type: Transform - uid: 226 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 576 - type: Transform - uid: 227 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 576 - type: Transform - uid: 228 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 576 - type: Transform - uid: 229 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 576 - type: Transform - uid: 230 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 576 - type: Transform - uid: 231 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 576 - type: Transform - proto: SpawnVehicleJanicart entities: - uid: 151 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 576 - type: Transform - uid: 152 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 576 - type: Transform - proto: SprayBottleSpaceCleaner entities: - uid: 158 components: - - pos: -2.5681658,-1.6572583 + - type: Transform + pos: -2.5681658,-1.6572583 parent: 576 - type: Transform - uid: 159 components: - - pos: -2.2556658,-1.6572583 + - type: Transform + pos: -2.2556658,-1.6572583 parent: 576 - type: Transform - uid: 160 components: - - pos: -2.4639993,-1.844888 + - type: Transform + pos: -2.4639993,-1.844888 parent: 576 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-2.5 parent: 576 - type: Transform - uid: 191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-0.5 parent: 576 - type: Transform - proto: Table entities: - uid: 154 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 576 - type: Transform - uid: 155 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 576 - type: Transform - uid: 171 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 576 - type: Transform - proto: TableCarpet entities: - uid: 167 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 576 - type: Transform - uid: 168 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 576 - type: Transform - uid: 169 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 576 - type: Transform - proto: TableWood entities: - uid: 122 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 576 - type: Transform - uid: 123 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 576 - type: Transform - uid: 124 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 576 - type: Transform - uid: 125 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 576 - type: Transform - uid: 166 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 576 - type: Transform - uid: 170 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 576 - type: Transform - proto: TrashBag entities: - uid: 162 components: - - pos: -2.6098325,-2.1993015 + - type: Transform + pos: -2.6098325,-2.1993015 parent: 576 - type: Transform - uid: 163 components: - - pos: -2.3806658,-2.3243878 + - type: Transform + pos: -2.3806658,-2.3243878 parent: 576 - type: Transform - proto: TwoWayLever entities: - uid: 104 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 576 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 96: - Left: Forward - Right: Reverse @@ -3540,329 +3578,333 @@ entities: - Left: Forward - Right: Reverse - Middle: Off - type: DeviceLinkSource - proto: VehicleKeyJanicart entities: - uid: 156 components: - - pos: -2.5889993,-1.3028448 + - type: Transform + pos: -2.5889993,-1.3028448 parent: 576 - type: Transform - uid: 157 components: - - pos: -2.6098325,-1.5113232 + - type: Transform + pos: -2.6098325,-1.5113232 parent: 576 - type: Transform - proto: VendingMachineCoffee entities: - uid: 172 components: - - flags: SessionSpecific - type: MetaData - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 576 - type: Transform - proto: VendingMachineJaniDrobe entities: - uid: 143 components: - - flags: SessionSpecific - type: MetaData - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 576 - type: Transform - proto: WallReinforced entities: - uid: 38 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 576 - type: Transform - uid: 39 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 576 - type: Transform - uid: 40 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 576 - type: Transform - uid: 41 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 576 - type: Transform - uid: 42 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 576 - type: Transform - uid: 43 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 576 - type: Transform - uid: 44 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 576 - type: Transform - uid: 45 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 576 - type: Transform - uid: 46 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 576 - type: Transform - uid: 47 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 576 - type: Transform - uid: 48 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 576 - type: Transform - uid: 49 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 576 - type: Transform - uid: 50 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 576 - type: Transform - uid: 51 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 576 - type: Transform - uid: 52 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 576 - type: Transform - uid: 53 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 576 - type: Transform - uid: 54 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 576 - type: Transform - uid: 55 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 576 - type: Transform - uid: 56 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 576 - type: Transform - uid: 57 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 576 - type: Transform - uid: 58 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 576 - type: Transform - uid: 59 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 576 - type: Transform - uid: 60 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 576 - type: Transform - uid: 61 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 576 - type: Transform - uid: 62 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 576 - type: Transform - uid: 63 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 576 - type: Transform - uid: 64 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 576 - type: Transform - uid: 65 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 576 - type: Transform - uid: 66 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 576 - type: Transform - uid: 67 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 576 - type: Transform - uid: 68 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 576 - type: Transform - uid: 69 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 576 - type: Transform - uid: 70 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 576 - type: Transform - uid: 185 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 576 - type: Transform - proto: WallSolid entities: - uid: 72 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 576 - type: Transform - uid: 73 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 576 - type: Transform - uid: 74 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 576 - type: Transform - uid: 75 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 576 - type: Transform - uid: 76 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 576 - type: Transform - uid: 77 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 576 - type: Transform - uid: 78 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 576 - type: Transform - uid: 79 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 576 - type: Transform - uid: 80 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 576 - type: Transform - uid: 81 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 576 - type: Transform - uid: 82 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 576 - type: Transform - uid: 83 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 576 - type: Transform - uid: 84 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 576 - type: Transform - uid: 85 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 576 - type: Transform - uid: 86 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 576 - type: Transform +- proto: WarpPoint + entities: + - uid: 578 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 576 + - type: WarpPoint + location: Space Debris - proto: WaterCooler entities: - uid: 173 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 576 - type: Transform - proto: Window entities: - uid: 20 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 576 - type: Transform - uid: 21 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 576 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-6.5 parent: 576 - type: Transform - uid: 187 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-6.5 parent: 576 - type: Transform - uid: 188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-6.5 parent: 576 - type: Transform - uid: 189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-6.5 parent: 576 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-dorms.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-dorms.yml index 586a6c217a..ee37519805 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-dorms.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-dorms.yml @@ -3,69 +3,71 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 45: FloorGrass - 59: FloorLaundry - 84: FloorSteel - 96: FloorTechMaint - 110: FloorWood - 112: Lattice - 113: Plating + 30: FloorDark + 48: FloorGrass + 62: FloorLaundry + 78: FloorReinforced + 90: FloorSteel + 105: FloorTechMaint + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 377 components: - type: MetaData - - pos: 0.484375,0.4452734 + - type: Transform + pos: 0.484375,0.4452734 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAOwAAAAAAOwAAAAAAcQAAAAAAVAAAAAADVAAAAAADVAAAAAADcQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAcQAAAAAAVAAAAAADVAAAAAADVAAAAAAAcQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAOwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAABcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAABVAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAACVAAAAAACVAAAAAAAVAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAVAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACcQAAAAAAcQAAAAAAVAAAAAADVAAAAAABVAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAVAAAAAAAVAAAAAADVAAAAAADcQAAAAAAVAAAAAABVAAAAAAAVAAAAAAAcQAAAAAAVAAAAAACVAAAAAAAVAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAVAAAAAADVAAAAAACVAAAAAADcQAAAAAAVAAAAAADVAAAAAAAVAAAAAACcQAAAAAAVAAAAAADVAAAAAACVAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACVAAAAAABVAAAAAADcQAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAABVAAAAAACVAAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAACbgAAAAACbgAAAAADcQAAAAAAcQAAAAAAbgAAAAADbgAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAABcQAAAAAAcQAAAAAAbgAAAAACbgAAAAABcQAAAAAAbgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAAAbgAAAAACcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAADcQAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAACcQAAAAAA + tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAMAAAAAAAMAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAADegAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAdwAAAAABegAAAAAAegAAAAAAdwAAAAACdwAAAAABegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAA version: 6 0,0: ind: 0,0 - tiles: YAAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: aQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: cQAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -166,8 +168,8 @@ entities: 17: 16,-2 18: 16,-3 19: 16,-4 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -247,7 +249,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -255,2257 +256,2274 @@ entities: entities: - uid: 219 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-9.5 parent: 377 - type: Transform + - type: AtmosDevice + joinedGrid: 377 - proto: AirlockExternalLocked entities: - uid: 45 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 377 - type: Transform - proto: AirlockGlass entities: - uid: 165 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 377 - type: Transform - proto: AirlockMaint entities: - uid: 193 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 377 - type: Transform - proto: APCBasic entities: - uid: 220 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 377 - type: Transform - proto: Barricade entities: - uid: 19 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 377 - type: Transform - uid: 20 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 377 - type: Transform - proto: Bed entities: - uid: 134 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 377 - type: Transform - uid: 135 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 377 - type: Transform - uid: 136 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 377 - type: Transform - uid: 137 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 377 - type: Transform - uid: 138 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 377 - type: Transform - uid: 139 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 377 - type: Transform - proto: BedsheetSpawner entities: - uid: 140 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 377 - type: Transform - uid: 141 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 377 - type: Transform - uid: 142 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 377 - type: Transform - uid: 143 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 377 - type: Transform - uid: 144 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 377 - type: Transform - uid: 145 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 377 - type: Transform - proto: BoozeDispenser entities: - uid: 30 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 377 - type: Transform - proto: Bucket entities: - uid: 126 components: - - pos: 4.4170074,-13.68239 + - type: Transform + pos: 4.4170074,-13.68239 parent: 377 - type: Transform - proto: CableApcExtension entities: - uid: 302 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 377 - type: Transform - uid: 303 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 377 - type: Transform - uid: 304 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 377 - type: Transform - uid: 305 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 377 - type: Transform - uid: 306 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 377 - type: Transform - uid: 307 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 377 - type: Transform - uid: 308 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 377 - type: Transform - uid: 309 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 377 - type: Transform - uid: 310 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 377 - type: Transform - uid: 311 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 377 - type: Transform - uid: 312 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 377 - type: Transform - uid: 313 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 377 - type: Transform - uid: 314 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 377 - type: Transform - uid: 315 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 377 - type: Transform - uid: 316 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 377 - type: Transform - uid: 317 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 377 - type: Transform - uid: 318 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 377 - type: Transform - uid: 319 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 377 - type: Transform - uid: 320 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 377 - type: Transform - uid: 321 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 377 - type: Transform - uid: 322 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 377 - type: Transform - uid: 323 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 377 - type: Transform - uid: 324 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 377 - type: Transform - uid: 325 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 377 - type: Transform - uid: 326 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 377 - type: Transform - uid: 327 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 377 - type: Transform - uid: 328 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 377 - type: Transform - uid: 329 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 377 - type: Transform - uid: 330 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 377 - type: Transform - uid: 331 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 377 - type: Transform - uid: 332 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 377 - type: Transform - uid: 333 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 377 - type: Transform - uid: 334 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 377 - type: Transform - uid: 335 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 377 - type: Transform - uid: 336 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 377 - type: Transform - uid: 337 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 377 - type: Transform - uid: 338 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 377 - type: Transform - uid: 339 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 377 - type: Transform - uid: 340 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 377 - type: Transform - uid: 341 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 377 - type: Transform - uid: 342 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 377 - type: Transform - uid: 343 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 377 - type: Transform - uid: 344 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 377 - type: Transform - uid: 345 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 377 - type: Transform - uid: 346 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 377 - type: Transform - uid: 347 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 377 - type: Transform - uid: 348 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 377 - type: Transform - uid: 349 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 377 - type: Transform - uid: 350 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 377 - type: Transform - uid: 351 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 377 - type: Transform - uid: 352 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 377 - type: Transform - uid: 353 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 377 - type: Transform - uid: 354 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 377 - type: Transform - uid: 355 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 377 - type: Transform - uid: 356 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 377 - type: Transform - uid: 357 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 377 - type: Transform - uid: 358 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 377 - type: Transform - uid: 359 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 377 - type: Transform - uid: 360 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 377 - type: Transform - uid: 361 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 377 - type: Transform - uid: 362 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 377 - type: Transform - uid: 363 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 377 - type: Transform - uid: 364 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 377 - type: Transform - uid: 365 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 377 - type: Transform - uid: 366 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 377 - type: Transform - uid: 367 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 377 - type: Transform - uid: 368 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 377 - type: Transform - uid: 369 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 377 - type: Transform - uid: 370 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 377 - type: Transform - uid: 371 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 377 - type: Transform - uid: 372 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 377 - type: Transform - uid: 373 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 377 - type: Transform - uid: 374 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 377 - type: Transform - proto: CableHV entities: - uid: 282 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 377 - type: Transform - uid: 283 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 377 - type: Transform - uid: 284 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 377 - type: Transform - uid: 285 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 377 - type: Transform - uid: 286 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 377 - type: Transform - uid: 287 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 377 - type: Transform - uid: 288 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 377 - type: Transform - uid: 289 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 377 - type: Transform - uid: 290 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 377 - type: Transform - uid: 291 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 377 - type: Transform - uid: 292 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 377 - type: Transform - uid: 293 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 377 - type: Transform - uid: 294 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 377 - type: Transform - uid: 295 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 377 - type: Transform - uid: 296 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 377 - type: Transform - uid: 297 components: - - pos: 17.5,-3.5 + - type: Transform + pos: 17.5,-3.5 parent: 377 - type: Transform - uid: 298 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 377 - type: Transform - uid: 299 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 377 - type: Transform - uid: 300 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 377 - type: Transform - uid: 301 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 377 - type: Transform - proto: CableTerminal entities: - uid: 184 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 377 - type: Transform - uid: 185 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 377 - type: Transform - proto: Chair entities: - uid: 190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-1.5 parent: 377 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 198 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 377 - type: Transform - proto: ClothingHandsGlovesColorYellow entities: - uid: 186 components: - - pos: 13.488369,-2.4992185 + - type: Transform + pos: 13.488369,-2.4992185 parent: 377 - type: Transform - proto: ClothingHeadHatUshanka entities: - uid: 195 components: - - pos: 6.550869,-5.4856668 + - type: Transform + pos: 6.550869,-5.4856668 parent: 377 - type: Transform - proto: ClothingHeadHatWeldingMaskFlame entities: - uid: 202 components: - - pos: 0.644619,-0.46655655 + - type: Transform + pos: 0.644619,-0.46655655 parent: 377 - type: Transform - proto: ClothingMaskMuzzle entities: - uid: 155 components: - - pos: 2.4795074,-7.162236 + - type: Transform + pos: 2.4795074,-7.162236 parent: 377 - type: Transform - proto: ClothingNeckScarfStripedGreen entities: - uid: 191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.566494,-1.607974 parent: 377 - type: Transform - proto: ComfyChair entities: - uid: 161 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-8.5 parent: 377 - type: Transform - uid: 162 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 377 - type: Transform - proto: ComputerTelevision entities: - uid: 25 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 377 - type: Transform - proto: DisposalBend entities: - uid: 207 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-7.5 parent: 377 - type: Transform - proto: DisposalPipe entities: - uid: 213 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-4.5 parent: 377 - type: Transform - uid: 214 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-4.5 parent: 377 - type: Transform - uid: 215 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 377 - type: Transform - uid: 216 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 377 - type: Transform - uid: 217 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 377 - type: Transform - proto: DisposalPipeBroken entities: - uid: 208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,-7.5 parent: 377 - type: Transform - uid: 209 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 377 - type: Transform - uid: 210 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 17.5,-3.5 parent: 377 - type: Transform - uid: 211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-4.5 parent: 377 - type: Transform - uid: 212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-4.5 parent: 377 - type: Transform - proto: DisposalTrunk entities: - uid: 206 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 377 - type: Transform - proto: DisposalUnit entities: - uid: 204 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 377 - type: Transform - proto: Dresser entities: - uid: 128 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 377 - type: Transform - uid: 129 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 377 - type: Transform - uid: 130 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 377 - type: Transform - uid: 131 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 377 - type: Transform - uid: 132 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 377 - type: Transform - uid: 133 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 377 - type: Transform - proto: DrinkBottleVodka entities: - uid: 148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.9951324,-13.182042 parent: 377 - type: Transform - uid: 149 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5420074,-13.76057 parent: 377 - type: Transform - proto: DrinkVodkaBottleFull entities: - uid: 147 components: - - pos: 8.557632,-12.838054 + - type: Transform + pos: 8.557632,-12.838054 parent: 377 - type: Transform - proto: EmergencyLight entities: - uid: 235 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-3.5 parent: 377 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 236 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-8.5 parent: 377 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: Firelock entities: - uid: 33 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 377 - type: Transform - proto: FirelockGlass entities: - uid: 157 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 377 - type: Transform - proto: Floodlight entities: - uid: 237 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.488369,-1.1643763 parent: 377 - type: Transform - proto: FloodlightBroken entities: - uid: 238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.144619,-1.4145498 parent: 377 - type: Transform - proto: FloorDrain entities: - uid: 125 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 377 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodCondimentBottleBBQ entities: - uid: 146 components: - - pos: 6.3232574,-11.931173 + - type: Transform + pos: 6.3232574,-11.931173 parent: 377 - type: Transform - proto: FoodPizzaMoldySlice entities: - uid: 150 components: - - pos: 8.463882,-7.115329 + - type: Transform + pos: 8.463882,-7.115329 parent: 377 - type: Transform - proto: GasPipeBend entities: - uid: 249 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-6.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.5,-4.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 269 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 281 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-4.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 251 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-6.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 252 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 253 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 254 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 258 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 262 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 263 components: - - pos: 17.5,-1.5 + - type: Transform + pos: 17.5,-1.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 264 components: - - pos: 17.5,-0.5 + - type: Transform + pos: 17.5,-0.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 265 components: - - pos: 17.5,0.5 + - type: Transform + pos: 17.5,0.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 266 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-4.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 267 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,-4.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 271 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-9.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 272 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 273 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 274 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 275 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 276 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 277 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 278 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 279 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 248 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 259 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 261 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,-3.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-8.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-10.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 377 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 280 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 377 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 377 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 245 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-4.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 377 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 246 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 377 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-10.5 parent: 377 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 377 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 11 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 377 - type: Transform - uid: 12 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 377 - type: Transform - uid: 13 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 377 - type: Transform - uid: 14 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 377 - type: Transform - uid: 90 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 377 - type: Transform - uid: 91 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 377 - type: Transform - uid: 92 components: - - pos: 10.5,-14.5 + - type: Transform + pos: 10.5,-14.5 parent: 377 - type: Transform - uid: 93 components: - - pos: 11.5,-14.5 + - type: Transform + pos: 11.5,-14.5 parent: 377 - type: Transform - uid: 94 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 377 - type: Transform - uid: 95 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 377 - type: Transform - uid: 169 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 377 - type: Transform - proto: HatSpawner entities: - uid: 375 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 377 - type: Transform - proto: LockerElectricalSuppliesFilled entities: - uid: 183 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 377 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 203 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 377 - type: Transform - proto: MaterialWoodPlank entities: - uid: 32 components: - - pos: 6.4870443,-2.2461634 + - type: Transform + pos: 6.4870443,-2.2461634 parent: 377 - type: Transform - proto: MinimoogInstrument entities: - uid: 26 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-0.5 parent: 377 - type: Transform - proto: PlushieSpaceLizard entities: - uid: 113 components: - - pos: 10.417007,-13.04132 + - type: Transform + pos: 10.417007,-13.04132 parent: 377 - type: Transform - proto: PosterContrabandCommunistState entities: - uid: 159 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 377 - type: Transform - proto: PosterLegitCleanliness entities: - uid: 117 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 377 - type: Transform - proto: PottedPlantRandom entities: - uid: 158 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 377 - type: Transform - proto: Poweredlight entities: - uid: 230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-9.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 232 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-10.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 233 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,0.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 223 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 224 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 225 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 226 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 227 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-13.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-13.5 parent: 377 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 34 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 377 - type: Transform - uid: 35 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 377 - type: Transform - proto: Railing entities: - uid: 112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-12.5 parent: 377 - type: Transform - uid: 114 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-12.5 parent: 377 - type: Transform - proto: RandomItem entities: - uid: 243 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 377 - type: Transform - proto: RandomPosterContraband entities: - uid: 218 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 377 - type: Transform - proto: RandomPosterLegit entities: - uid: 221 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 377 - type: Transform - proto: RandomSnacks entities: - uid: 152 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 377 - type: Transform - proto: RandomSoap entities: - uid: 124 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-13.5 parent: 377 - type: Transform - proto: RandomVending entities: - uid: 188 components: - - pos: 16.5,-0.5 + - type: Transform + pos: 16.5,-0.5 parent: 377 - type: Transform - uid: 189 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 377 - type: Transform - proto: ReinforcedWindow entities: - uid: 15 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 377 - type: Transform - uid: 16 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 377 - type: Transform - uid: 17 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 377 - type: Transform - uid: 18 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 377 - type: Transform - uid: 96 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 377 - type: Transform - uid: 97 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 377 - type: Transform - uid: 98 components: - - pos: 10.5,-14.5 + - type: Transform + pos: 10.5,-14.5 parent: 377 - type: Transform - uid: 99 components: - - pos: 11.5,-14.5 + - type: Transform + pos: 11.5,-14.5 parent: 377 - type: Transform - uid: 100 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 377 - type: Transform - uid: 101 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 377 - type: Transform - uid: 170 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 377 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 199 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 377 - type: Transform - proto: SalvageHumanCorpseSpawner entities: - uid: 379 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 377 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 222 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 377 - type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 151 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 377 - type: Transform - uid: 153 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 377 - type: Transform - proto: ShardGlass entities: - uid: 239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.207119,-1.4927292 parent: 377 - type: Transform - uid: 240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 17.597744,-0.022958755 parent: 377 - type: Transform - uid: 241 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.410244,-6.9652796 parent: 377 - type: Transform - uid: 242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.613369,-10.248811 parent: 377 - type: Transform - proto: SignBar entities: - uid: 192 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 377 - type: Transform - proto: SignDirectionalDorms entities: - uid: 205 components: - - pos: 14.5,-3.5 + - type: Transform + pos: 14.5,-3.5 parent: 377 - type: Transform - proto: SinkEmpty entities: - uid: 116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-12.5 parent: 377 - type: Transform - proto: SMESBasicEmpty entities: - uid: 180 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 377 - type: Transform - uid: 181 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 377 - type: Transform - proto: soda_dispenser entities: - uid: 31 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 377 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 244 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 377 - type: Transform - proto: SpawnMobCarp entities: - uid: 378 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 377 - type: Transform - proto: SprayBottleSpaceCleaner entities: - uid: 127 components: - - pos: 4.8701324,-13.400945 + - type: Transform + pos: 4.8701324,-13.400945 parent: 377 - type: Transform - proto: StoolBar entities: - uid: 27 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-2.5 parent: 377 - type: Transform - uid: 28 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 377 - type: Transform - uid: 196 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-5.5 parent: 377 - type: Transform - uid: 197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-5.5 parent: 377 - type: Transform - proto: Table entities: - uid: 182 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 377 - type: Transform - proto: TableWood entities: - uid: 21 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 377 - type: Transform - uid: 22 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 377 - type: Transform - uid: 23 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 377 - type: Transform - uid: 24 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 377 - type: Transform - uid: 163 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 377 - type: Transform - uid: 194 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 377 - type: Transform - proto: ToiletDirtyWater entities: - uid: 115 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-12.5 parent: 377 - type: Transform - proto: ToolboxElectricalFilled entities: - uid: 187 components: - - pos: 13.535244,-2.202137 + - type: Transform + pos: 13.535244,-2.202137 parent: 377 - type: Transform - proto: ToyMouse entities: - uid: 156 components: - - pos: 2.5263824,-7.8658504 + - type: Transform + pos: 2.5263824,-7.8658504 parent: 377 - type: Transform - proto: VendingMachineBooze entities: - uid: 29 components: - - flags: SessionSpecific - type: MetaData - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 377 - type: Transform - proto: VendingMachineGames entities: - uid: 160 components: - - flags: SessionSpecific - type: MetaData - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 377 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 377 - type: Transform - uid: 2 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 377 - type: Transform - uid: 3 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 377 - type: Transform - uid: 4 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 377 - type: Transform - uid: 36 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 377 - type: Transform - uid: 37 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 377 - type: Transform - uid: 38 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 377 - type: Transform - uid: 39 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 377 - type: Transform - uid: 40 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 377 - type: Transform - uid: 41 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 377 - type: Transform - uid: 42 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 377 - type: Transform - uid: 43 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 377 - type: Transform - uid: 44 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 377 - type: Transform - uid: 46 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 377 - type: Transform - uid: 47 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 377 - type: Transform - uid: 48 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 377 - type: Transform - uid: 58 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 377 - type: Transform - uid: 59 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 377 - type: Transform - uid: 60 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 377 - type: Transform - uid: 61 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 377 - type: Transform - uid: 62 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 377 - type: Transform - uid: 63 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 377 - type: Transform - uid: 64 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 377 - type: Transform - uid: 65 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 377 - type: Transform - uid: 66 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 377 - type: Transform - uid: 67 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 377 - type: Transform - uid: 68 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 377 - type: Transform - uid: 69 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 377 - type: Transform - uid: 70 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 377 - type: Transform - uid: 71 components: - - pos: 12.5,-14.5 + - type: Transform + pos: 12.5,-14.5 parent: 377 - type: Transform - uid: 72 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 377 - type: Transform - uid: 73 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 377 - type: Transform - uid: 164 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 377 - type: Transform - uid: 171 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 377 - type: Transform - uid: 172 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 377 - type: Transform - uid: 173 components: - - pos: 14.5,-3.5 + - type: Transform + pos: 14.5,-3.5 parent: 377 - type: Transform - uid: 174 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 377 - type: Transform - uid: 175 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 377 - type: Transform - uid: 176 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 377 - type: Transform - uid: 177 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 377 - type: Transform - uid: 178 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 377 - type: Transform - uid: 179 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 377 - type: Transform - proto: WallSolid entities: - uid: 5 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 377 - type: Transform - uid: 6 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 377 - type: Transform - uid: 7 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 377 - type: Transform - uid: 8 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 377 - type: Transform - uid: 9 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 377 - type: Transform - uid: 10 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 377 - type: Transform - uid: 49 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 377 - type: Transform - uid: 50 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 377 - type: Transform - uid: 51 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 377 - type: Transform - uid: 52 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 377 - type: Transform - uid: 53 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 377 - type: Transform - uid: 54 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 377 - type: Transform - uid: 55 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 377 - type: Transform - uid: 56 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 377 - type: Transform - uid: 57 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 377 - type: Transform - uid: 74 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 377 - type: Transform - uid: 75 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 377 - type: Transform - uid: 76 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 377 - type: Transform - uid: 77 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 377 - type: Transform - uid: 78 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 377 - type: Transform - uid: 79 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 377 - type: Transform - uid: 80 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 377 - type: Transform - uid: 81 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 377 - type: Transform - uid: 82 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 377 - type: Transform - uid: 83 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 377 - type: Transform - uid: 84 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 377 - type: Transform - uid: 85 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 377 - type: Transform - uid: 86 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 377 - type: Transform - uid: 87 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 377 - type: Transform - uid: 88 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 377 - type: Transform - uid: 89 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 377 - type: Transform - uid: 102 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 377 - type: Transform - uid: 103 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 377 - type: Transform - uid: 104 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 377 - type: Transform - uid: 105 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 377 - type: Transform - uid: 106 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 377 - type: Transform - uid: 107 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 377 - type: Transform - uid: 108 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 377 - type: Transform - uid: 109 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 377 - type: Transform - uid: 110 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 377 - type: Transform - uid: 111 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 377 - type: Transform - uid: 166 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 377 - type: Transform - uid: 167 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 377 - type: Transform - uid: 168 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 377 - type: Transform +- proto: WarpPoint + entities: + - uid: 380 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 377 + - type: WarpPoint + location: Space Debris - proto: WaterTankFull entities: - uid: 200 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 377 - type: Transform - proto: Welder entities: - uid: 201 components: - - pos: 0.566494,-0.41964865 + - type: Transform + pos: 0.566494,-0.41964865 parent: 377 - type: Transform - proto: Windoor entities: - uid: 123 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-13.5 parent: 377 - type: Transform - uid: 376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-12.5 parent: 377 - type: Transform - proto: WindowDirectional entities: - uid: 122 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 377 - type: Transform - proto: WoodDoor entities: - uid: 118 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 377 - type: Transform - uid: 119 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 377 - type: Transform - uid: 120 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 377 - type: Transform - uid: 121 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 377 - type: Transform - proto: Zipties entities: - uid: 154 components: - - pos: 2.3545074,-8.538192 + - type: Transform + pos: 2.3545074,-8.538192 parent: 377 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-epi.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-epi.yml index 4b4214edfe..692798708b 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-epi.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-epi.yml @@ -3,69 +3,70 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 45: FloorGrass - 72: FloorReinforced - 84: FloorSteel - 96: FloorTechMaint - 100: FloorWhite - 112: Lattice - 113: Plating + 30: FloorDark + 48: FloorGrass + 78: FloorReinforced + 90: FloorSteel + 105: FloorTechMaint + 109: FloorWhite + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 550 components: - type: MetaData - - pos: 0.6875,0.5390892 + - type: Transform + pos: 0.6875,0.5390892 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAACGwAAAAACGwAAAAABSAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAGwAAAAABGwAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAADGwAAAAAAGwAAAAABVAAAAAADVAAAAAADVAAAAAAAVAAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAABGwAAAAACVAAAAAACVAAAAAADVAAAAAADVAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAGwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAABcQAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAADcQAAAAAAZAAAAAACZAAAAAACZAAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAADGwAAAAAAGwAAAAADGwAAAAACZAAAAAADZAAAAAACZAAAAAADGwAAAAACGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAABcQAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACcQAAAAAAcQAAAAAAGwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAZAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAACGwAAAAADGwAAAAABGwAAAAABGwAAAAABcQAAAAAAZAAAAAACGwAAAAACGwAAAAADcQAAAAAAGwAAAAAAZAAAAAACZAAAAAABZAAAAAADZAAAAAAAcQAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAABcQAAAAAAZAAAAAABGwAAAAAAGwAAAAADcQAAAAAAGwAAAAAAZAAAAAACZAAAAAAAZAAAAAADZAAAAAACcQAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAZAAAAAACZAAAAAABGwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAACHgAAAAACHgAAAAABTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAADHgAAAAAAHgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADTgAAAAAAbQAAAAACbQAAAAACbQAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAACbQAAAAADbQAAAAACbQAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAABegAAAAAAbQAAAAACHgAAAAACHgAAAAADegAAAAAAHgAAAAAAbQAAAAACbQAAAAABbQAAAAADbQAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAABegAAAAAAbQAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAACTgAAAAAATgAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAABHgAAAAAC version: 6 0,0: ind: 0,0 - tiles: cQAAAAAAGwAAAAAAZAAAAAACZAAAAAADZAAAAAABZAAAAAADcQAAAAAAVAAAAAADVAAAAAAAVAAAAAABVAAAAAAALQAAAAAAcQAAAAAAZAAAAAACZAAAAAADGwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAADLQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAAAVAAAAAABVAAAAAAAVAAAAAADVAAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAADVAAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TgAAAAAAHgAAAAAAbQAAAAACbQAAAAADbQAAAAABbQAAAAADTgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAMAAAAAAAegAAAAAAbQAAAAACbQAAAAADHgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADMAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: GwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -311,8 +312,8 @@ entities: 77: 5,-11 78: 7,-10 79: 7,-11 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-2: @@ -411,7 +412,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -419,3302 +419,3345 @@ entities: entities: - uid: 272 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - proto: AirlockEngineeringLocked entities: - uid: 187 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 550 - type: Transform - proto: AirlockGlass entities: - uid: 41 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 550 - type: Transform - uid: 103 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 550 - type: Transform - proto: AirlockMaint entities: - uid: 186 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 550 - type: Transform - proto: AirlockMaintRnDLocked entities: - uid: 95 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 550 - type: Transform - proto: AirlockResearchDirectorGlassLocked entities: - uid: 83 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 550 - type: Transform - proto: AirlockScienceGlassLocked entities: - uid: 91 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 550 - type: Transform - uid: 92 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 550 - type: Transform - uid: 93 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 550 - type: Transform - uid: 94 components: - - pos: 14.5,-3.5 + - type: Transform + pos: 14.5,-3.5 parent: 550 - type: Transform - uid: 184 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 550 - type: Transform - uid: 185 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 550 - type: Transform - proto: AltarSpawner entities: - uid: 122 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 550 - type: Transform - proto: APCBasic entities: - uid: 100 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 550 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 249 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 550 - type: Transform - uid: 250 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 550 - type: Transform - uid: 251 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 550 - type: Transform - uid: 252 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 550 - type: Transform - uid: 253 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 550 - type: Transform - uid: 254 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 550 - type: Transform - proto: BlastDoor entities: - uid: 183 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 550 - type: Transform - - links: + - type: DeviceLinkSink + links: - 260 - type: DeviceLinkSink - proto: BluespaceBeaker entities: - uid: 139 components: - - pos: 1.3931751,-0.3905487 + - type: Transform + pos: 1.3931751,-0.3905487 parent: 550 - type: Transform - proto: CableApcExtension entities: - uid: 330 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 550 - type: Transform - uid: 331 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 550 - type: Transform - uid: 332 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 550 - type: Transform - uid: 333 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 550 - type: Transform - uid: 334 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 550 - type: Transform - uid: 335 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 550 - type: Transform - uid: 336 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 550 - type: Transform - uid: 337 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 550 - type: Transform - uid: 338 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 550 - type: Transform - uid: 339 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 550 - type: Transform - uid: 340 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 550 - type: Transform - uid: 341 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 550 - type: Transform - uid: 342 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 550 - type: Transform - uid: 343 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 550 - type: Transform - uid: 344 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 550 - type: Transform - uid: 345 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 550 - type: Transform - uid: 346 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 550 - type: Transform - uid: 347 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 550 - type: Transform - uid: 348 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 550 - type: Transform - uid: 349 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 550 - type: Transform - uid: 350 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 550 - type: Transform - uid: 351 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 550 - type: Transform - uid: 352 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 550 - type: Transform - uid: 353 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 550 - type: Transform - uid: 354 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 550 - type: Transform - uid: 355 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 550 - type: Transform - uid: 356 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 550 - type: Transform - uid: 357 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 550 - type: Transform - uid: 358 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 550 - type: Transform - uid: 359 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 550 - type: Transform - uid: 360 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 550 - type: Transform - uid: 361 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 550 - type: Transform - uid: 362 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 550 - type: Transform - uid: 363 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 550 - type: Transform - uid: 364 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 550 - type: Transform - uid: 365 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 550 - type: Transform - uid: 367 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 550 - type: Transform - uid: 368 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 550 - type: Transform - uid: 369 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 550 - type: Transform - uid: 370 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 550 - type: Transform - uid: 371 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 550 - type: Transform - uid: 372 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 550 - type: Transform - uid: 373 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 550 - type: Transform - uid: 374 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 550 - type: Transform - uid: 375 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 550 - type: Transform - uid: 376 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 550 - type: Transform - uid: 377 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 550 - type: Transform - uid: 378 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 550 - type: Transform - uid: 379 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 550 - type: Transform - uid: 380 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 550 - type: Transform - uid: 381 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 550 - type: Transform - uid: 382 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 550 - type: Transform - uid: 383 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 550 - type: Transform - uid: 384 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 550 - type: Transform - uid: 385 components: - - pos: 14.5,-4.5 + - type: Transform + pos: 14.5,-4.5 parent: 550 - type: Transform - uid: 386 components: - - pos: 14.5,-5.5 + - type: Transform + pos: 14.5,-5.5 parent: 550 - type: Transform - uid: 387 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 550 - type: Transform - uid: 388 components: - - pos: 14.5,-7.5 + - type: Transform + pos: 14.5,-7.5 parent: 550 - type: Transform - uid: 389 components: - - pos: 15.5,-7.5 + - type: Transform + pos: 15.5,-7.5 parent: 550 - type: Transform - uid: 390 components: - - pos: 16.5,-7.5 + - type: Transform + pos: 16.5,-7.5 parent: 550 - type: Transform - uid: 391 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 550 - type: Transform - uid: 392 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 550 - type: Transform - uid: 393 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 550 - type: Transform - uid: 394 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 550 - type: Transform - uid: 395 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 550 - type: Transform - uid: 396 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 550 - type: Transform - uid: 397 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 550 - type: Transform - uid: 398 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 550 - type: Transform - uid: 399 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 550 - type: Transform - uid: 400 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 550 - type: Transform - uid: 401 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 550 - type: Transform - uid: 402 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 550 - type: Transform - uid: 403 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 550 - type: Transform - uid: 404 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 550 - type: Transform - uid: 405 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 550 - type: Transform - uid: 406 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 550 - type: Transform - uid: 407 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 550 - type: Transform - uid: 408 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 550 - type: Transform - uid: 409 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 550 - type: Transform - uid: 410 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 550 - type: Transform - uid: 411 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 550 - type: Transform - uid: 412 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 550 - type: Transform - uid: 413 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 550 - type: Transform - uid: 414 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 550 - type: Transform - uid: 415 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 550 - type: Transform - uid: 416 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 550 - type: Transform - uid: 471 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 550 - type: Transform - proto: CableHV entities: - uid: 199 components: - - pos: 11.5,-15.5 + - type: Transform + pos: 11.5,-15.5 parent: 550 - type: Transform - uid: 200 components: - - pos: 12.5,-15.5 + - type: Transform + pos: 12.5,-15.5 parent: 550 - type: Transform - uid: 201 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 550 - type: Transform - uid: 202 components: - - pos: 14.5,-15.5 + - type: Transform + pos: 14.5,-15.5 parent: 550 - type: Transform - uid: 203 components: - - pos: 15.5,-15.5 + - type: Transform + pos: 15.5,-15.5 parent: 550 - type: Transform - uid: 204 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 550 - type: Transform - uid: 205 components: - - pos: 11.5,-13.5 + - type: Transform + pos: 11.5,-13.5 parent: 550 - type: Transform - uid: 206 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 550 - type: Transform - uid: 207 components: - - pos: 13.5,-13.5 + - type: Transform + pos: 13.5,-13.5 parent: 550 - type: Transform - uid: 208 components: - - pos: 14.5,-13.5 + - type: Transform + pos: 14.5,-13.5 parent: 550 - type: Transform - uid: 209 components: - - pos: 15.5,-13.5 + - type: Transform + pos: 15.5,-13.5 parent: 550 - type: Transform - uid: 210 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 550 - type: Transform - uid: 211 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 550 - type: Transform - uid: 212 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 550 - type: Transform - uid: 213 components: - - pos: 14.5,-12.5 + - type: Transform + pos: 14.5,-12.5 parent: 550 - type: Transform - uid: 214 components: - - pos: 14.5,-11.5 + - type: Transform + pos: 14.5,-11.5 parent: 550 - type: Transform - uid: 215 components: - - pos: 14.5,-10.5 + - type: Transform + pos: 14.5,-10.5 parent: 550 - type: Transform - uid: 222 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 550 - type: Transform - uid: 223 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 550 - type: Transform - uid: 224 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 550 - type: Transform - uid: 225 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 550 - type: Transform - uid: 226 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 550 - type: Transform - uid: 227 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 550 - type: Transform - uid: 228 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 550 - type: Transform - uid: 229 components: - - pos: 14.5,-7.5 + - type: Transform + pos: 14.5,-7.5 parent: 550 - type: Transform - uid: 230 components: - - pos: 15.5,-7.5 + - type: Transform + pos: 15.5,-7.5 parent: 550 - type: Transform - uid: 231 components: - - pos: 16.5,-7.5 + - type: Transform + pos: 16.5,-7.5 parent: 550 - type: Transform - uid: 232 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 550 - type: Transform - uid: 233 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 550 - type: Transform - uid: 234 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 550 - type: Transform - uid: 235 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 550 - type: Transform - uid: 236 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 550 - type: Transform - uid: 237 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 550 - type: Transform - uid: 238 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 550 - type: Transform - uid: 239 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 550 - type: Transform - uid: 240 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 550 - type: Transform - uid: 433 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 550 - type: Transform - uid: 434 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 550 - type: Transform - uid: 435 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 550 - type: Transform - uid: 436 components: - - pos: 16.5,-0.5 + - type: Transform + pos: 16.5,-0.5 parent: 550 - type: Transform - uid: 437 components: - - pos: 16.5,-1.5 + - type: Transform + pos: 16.5,-1.5 parent: 550 - type: Transform - uid: 438 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 550 - type: Transform - proto: CableMV entities: - uid: 322 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 550 - type: Transform - uid: 323 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 550 - type: Transform - uid: 324 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 550 - type: Transform - uid: 325 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 550 - type: Transform - uid: 326 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 550 - type: Transform - uid: 327 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 550 - type: Transform - uid: 328 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 550 - type: Transform - uid: 329 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 550 - type: Transform - proto: CableTerminal entities: - uid: 217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-10.5 parent: 550 - type: Transform - proto: CarpetPurple entities: - uid: 525 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,0.5 parent: 550 - type: Transform - uid: 526 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-0.5 parent: 550 - type: Transform - uid: 527 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,0.5 parent: 550 - type: Transform - uid: 528 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-0.5 parent: 550 - type: Transform - uid: 529 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-1.5 parent: 550 - type: Transform - uid: 530 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-2.5 parent: 550 - type: Transform - uid: 531 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-1.5 parent: 550 - type: Transform - uid: 532 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-2.5 parent: 550 - type: Transform - uid: 533 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-1.5 parent: 550 - type: Transform - uid: 534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-2.5 parent: 550 - type: Transform - proto: Catwalk entities: - uid: 273 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 550 - type: Transform - uid: 274 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 550 - type: Transform - uid: 275 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 550 - type: Transform - uid: 276 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 550 - type: Transform - uid: 277 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 550 - type: Transform - proto: Chair entities: - uid: 84 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 550 - type: Transform - uid: 85 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 550 - type: Transform - proto: ChairOfficeDark entities: - uid: 80 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 550 - type: Transform - uid: 81 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 550 - type: Transform - uid: 128 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 550 - type: Transform - uid: 129 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 550 - type: Transform - uid: 220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-11.5 parent: 550 - type: Transform - proto: ChairWood entities: - uid: 123 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 550 - type: Transform - uid: 124 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 550 - type: Transform - uid: 125 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 550 - type: Transform - uid: 126 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 550 - type: Transform - uid: 127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-5.5 parent: 550 - type: Transform - proto: CircuitImprinter entities: - uid: 110 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 550 - type: Transform - proto: ClosetRadiationSuitFilled entities: - uid: 257 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 550 - type: Transform - proto: ClothingBeltUtilityFilled entities: - uid: 137 components: - - pos: 11.56505,-5.4409313 + - type: Transform + pos: 11.56505,-5.4409313 parent: 550 - type: Transform - proto: ClothingEyesGlasses entities: - uid: 149 components: - - pos: 10.143175,-5.3783894 + - type: Transform + pos: 10.143175,-5.3783894 parent: 550 - type: Transform - proto: ComputerBroken entities: - uid: 74 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,0.5 parent: 550 - type: Transform - uid: 109 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 550 - type: Transform - proto: ComputerPowerMonitoring entities: - uid: 219 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-11.5 parent: 550 - type: Transform - proto: CrateEmptySpawner entities: - uid: 544 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 550 - type: Transform - uid: 545 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 550 - type: Transform - proto: CrateEngineeringSolar entities: - uid: 218 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 550 - type: Transform - proto: DisposalBend entities: - uid: 284 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 550 - type: Transform - uid: 286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-4.5 parent: 550 - type: Transform - proto: DisposalJunction entities: - uid: 285 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 550 - type: Transform - uid: 290 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,2.5 parent: 550 - type: Transform - proto: DisposalPipe entities: - uid: 291 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 550 - type: Transform - uid: 292 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-4.5 parent: 550 - type: Transform - uid: 293 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-4.5 parent: 550 - type: Transform - uid: 294 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 550 - type: Transform - uid: 295 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-4.5 parent: 550 - type: Transform - uid: 296 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 550 - type: Transform - uid: 297 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 550 - type: Transform - uid: 298 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 550 - type: Transform - uid: 299 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 550 - type: Transform - uid: 300 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 550 - type: Transform - uid: 301 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 550 - type: Transform - uid: 302 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 550 - type: Transform - uid: 303 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 550 - type: Transform - uid: 304 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 550 - type: Transform - uid: 305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,2.5 parent: 550 - type: Transform - uid: 306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,2.5 parent: 550 - type: Transform - uid: 307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,2.5 parent: 550 - type: Transform - uid: 308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,2.5 parent: 550 - type: Transform - uid: 309 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,2.5 parent: 550 - type: Transform - uid: 310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,2.5 parent: 550 - type: Transform - uid: 311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,2.5 parent: 550 - type: Transform - uid: 312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,2.5 parent: 550 - type: Transform - uid: 313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,2.5 parent: 550 - type: Transform - uid: 314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,2.5 parent: 550 - type: Transform - uid: 315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,2.5 parent: 550 - type: Transform - uid: 316 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,2.5 parent: 550 - type: Transform - uid: 317 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,2.5 parent: 550 - type: Transform - uid: 318 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 550 - type: Transform - uid: 319 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 550 - type: Transform - uid: 320 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 550 - type: Transform - uid: 321 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 550 - type: Transform - proto: DisposalPipeBroken entities: - uid: 287 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 550 - type: Transform - uid: 288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,2.5 parent: 550 - type: Transform - uid: 289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,2.5 parent: 550 - type: Transform - proto: DisposalTrunk entities: - uid: 281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-5.5 parent: 550 - type: Transform - uid: 282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-2.5 parent: 550 - type: Transform - uid: 283 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 550 - type: Transform - proto: DisposalUnit entities: - uid: 86 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 550 - type: Transform - uid: 107 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 550 - type: Transform - uid: 108 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 550 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 515 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-5.5 parent: 550 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 99 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 550 - type: Transform - proto: ExtinguisherCabinetOpen entities: - uid: 241 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 550 - type: Transform - proto: Firelock entities: - uid: 278 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 550 - type: Transform - proto: FirelockGlass entities: - uid: 101 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 550 - type: Transform - uid: 102 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 550 - type: Transform - uid: 104 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 550 - type: Transform - uid: 279 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 550 - type: Transform - uid: 280 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 550 - type: Transform - proto: GasPassiveVent entities: - uid: 264 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-12.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - uid: 265 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-12.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - proto: GasPipeBend entities: - uid: 417 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 418 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,0.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 443 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,-5.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-10.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeFourway entities: - uid: 467 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 268 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-11.5 parent: 550 - type: Transform - uid: 269 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-11.5 parent: 550 - type: Transform - uid: 366 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 419 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 421 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 440 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,1.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 441 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 446 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 448 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 449 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 450 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 451 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 454 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 456 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 457 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 458 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 459 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 460 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 461 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-3.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 462 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 463 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-10.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-10.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 473 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 474 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 475 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 476 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 477 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 478 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 480 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 482 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 483 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 484 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 485 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 486 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 487 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 488 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 489 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 490 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 491 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 492 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 494 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 495 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 497 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 498 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 499 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,1.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 501 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-0.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 502 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-1.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 503 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 504 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 439 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,0.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 453 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 468 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 469 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 472 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 493 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,2.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 500 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 16.5,0.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPort entities: - uid: 262 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - uid: 263 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - proto: GasPressurePump entities: - uid: 266 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - uid: 267 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-10.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - proto: GasVentPump entities: - uid: 428 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-10.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 429 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 430 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 431 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-3.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-4.5 parent: 550 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.5,-5.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 423 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,-0.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-4.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 425 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 427 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 550 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 550 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 470 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,2.5 parent: 550 - type: Transform + - type: AtmosDevice + joinedGrid: 550 - proto: Grille entities: - uid: 38 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 550 - type: Transform - uid: 39 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 550 - type: Transform - uid: 40 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 550 - type: Transform - uid: 42 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 550 - type: Transform - uid: 43 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 550 - type: Transform - uid: 44 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 550 - type: Transform - uid: 45 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 550 - type: Transform - uid: 46 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 550 - type: Transform - uid: 47 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 550 - type: Transform - uid: 48 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 550 - type: Transform - uid: 49 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 550 - type: Transform - uid: 50 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 550 - type: Transform - uid: 51 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 550 - type: Transform - uid: 52 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 550 - type: Transform - uid: 53 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 550 - type: Transform - uid: 188 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 550 - type: Transform - uid: 243 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 550 - type: Transform - uid: 244 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 550 - type: Transform - uid: 245 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 550 - type: Transform - uid: 546 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 550 - type: Transform - uid: 547 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 550 - type: Transform - proto: HatSpawner entities: - uid: 221 components: - - pos: 14.5,-9.5 + - type: Transform + pos: 14.5,-9.5 parent: 550 - type: Transform - proto: KitchenMicrowave entities: - uid: 154 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 550 - type: Transform - proto: LockerResearchDirector entities: - uid: 79 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 550 - type: Transform - proto: LockerScientist entities: - uid: 87 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 550 - type: Transform - uid: 88 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 550 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 72 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 550 - type: Transform - uid: 73 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 550 - type: Transform - uid: 89 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 550 - type: Transform - uid: 90 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 550 - type: Transform - uid: 130 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 550 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 140 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 550 - type: Transform - uid: 150 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 550 - type: Transform - uid: 151 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 550 - type: Transform - uid: 152 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 550 - type: Transform - uid: 153 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 550 - type: Transform - proto: Multitool entities: - uid: 148 components: - - pos: 9.611925,-1.3912439 + - type: Transform + pos: 9.611925,-1.3912439 parent: 550 - type: Transform - proto: PosterContrabandLamarr entities: - uid: 98 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 550 - type: Transform - proto: PosterLegitSafetyReport entities: - uid: 132 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 550 - type: Transform - proto: PottedPlantRD entities: - uid: 82 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 550 - type: Transform - proto: PowerCellRecharger entities: - uid: 138 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 550 - type: Transform - proto: Poweredlight entities: - uid: 511 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,2.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 512 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,0.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 513 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.5,-0.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 517 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 518 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-2.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 519 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-2.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 522 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-13.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 520 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 521 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 507 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 508 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-10.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightEmpty entities: - uid: 509 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 15.5,-5.5 parent: 550 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Railing entities: - uid: 506 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,0.5 parent: 550 - type: Transform - proto: RailingCorner entities: - uid: 505 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,1.5 parent: 550 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 535 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 550 - type: Transform - uid: 536 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 550 - type: Transform - proto: RandomBoards entities: - uid: 145 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 550 - type: Transform - uid: 146 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 550 - type: Transform - proto: RandomItem entities: - uid: 541 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 550 - type: Transform - proto: RandomScienceCorpseSpawner entities: - uid: 551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-5.5 parent: 550 - type: Transform - proto: RandomSpawner entities: - uid: 542 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 550 - type: Transform - uid: 543 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 550 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 246 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 550 - type: Transform - uid: 247 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 550 - type: Transform - uid: 248 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 550 - type: Transform - proto: ReinforcedWindow entities: - uid: 54 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 550 - type: Transform - uid: 55 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 550 - type: Transform - uid: 56 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 550 - type: Transform - uid: 57 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 550 - type: Transform - uid: 189 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 550 - type: Transform - uid: 548 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 550 - type: Transform - uid: 549 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 550 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 255 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 550 - type: Transform - uid: 256 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 550 - type: Transform - proto: SalvageHumanCorpseSpawner entities: - uid: 112 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.5,-2.5 parent: 550 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 143 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 550 - type: Transform - uid: 144 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 550 - type: Transform - proto: SalvagePartsSpawnerMid entities: - - uid: 142 + - uid: 141 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 550 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - - uid: 141 + - uid: 142 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 550 - type: Transform - proto: ShardGlassReinforced entities: - uid: 77 components: - - pos: 4.580675,-0.3280058 + - type: Transform + pos: 4.580675,-0.3280058 parent: 550 - type: Transform - uid: 78 components: - - pos: 5.174425,-0.6563587 + - type: Transform + pos: 5.174425,-0.6563587 parent: 550 - type: Transform - proto: SheetGlass entities: - uid: 134 components: - - pos: 9.12755,-5.362753 + - type: Transform + pos: 9.12755,-5.362753 parent: 550 - type: Transform - proto: SheetPlastic entities: - uid: 136 components: - - pos: 9.56505,-5.394024 + - type: Transform + pos: 9.56505,-5.394024 parent: 550 - type: Transform - proto: SheetSteel entities: - uid: 135 components: - - pos: 8.549425,-5.456568 + - type: Transform + pos: 8.549425,-5.456568 parent: 550 - type: Transform - proto: SignalSwitchDirectional entities: - uid: 260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-11.5 parent: 550 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 183: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignDirectionalFood entities: - uid: 133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 550 - type: Transform - proto: SignFire entities: - uid: 270 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-14.5 parent: 550 - type: Transform - proto: SignFlammableMed entities: - uid: 259 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 550 - type: Transform - proto: SignRadiationMed entities: - uid: 258 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 550 - type: Transform - proto: SignRND entities: - uid: 131 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 550 - type: Transform - proto: SignScience entities: - uid: 97 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 550 - type: Transform - proto: SignScience2 entities: - uid: 96 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 550 - type: Transform - proto: SignToxins entities: - uid: 242 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 550 - type: Transform - proto: SMESBasicEmpty entities: - uid: 216 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 550 - type: Transform - proto: SnakeMobMundane entities: - uid: 537 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 550 - type: Transform - uid: 538 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 550 - type: Transform - uid: 539 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 550 - type: Transform - uid: 540 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 550 - type: Transform - proto: SolarPanel entities: - uid: 195 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 550 - type: Transform - uid: 196 components: - - pos: 11.5,-13.5 + - type: Transform + pos: 11.5,-13.5 parent: 550 - type: Transform - uid: 197 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 550 - type: Transform - proto: SolarPanelBroken entities: - uid: 191 components: - - pos: 12.5,-15.5 + - type: Transform + pos: 12.5,-15.5 parent: 550 - type: Transform - uid: 192 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 550 - type: Transform - uid: 193 components: - - pos: 14.5,-15.5 + - type: Transform + pos: 14.5,-15.5 parent: 550 - type: Transform - uid: 194 components: - - pos: 15.5,-15.5 + - type: Transform + pos: 15.5,-15.5 parent: 550 - type: Transform - uid: 198 components: - - pos: 13.5,-13.5 + - type: Transform + pos: 13.5,-13.5 parent: 550 - type: Transform - proto: SolarTracker entities: - uid: 190 components: - - pos: 11.5,-15.5 + - type: Transform + pos: 11.5,-15.5 parent: 550 - type: Transform - proto: StatueVenusBlue entities: - uid: 155 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 550 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 261 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-9.5 parent: 550 - type: Transform - uid: 510 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 550 - type: Transform - uid: 514 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-1.5 parent: 550 - type: Transform - uid: 516 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,0.5 parent: 550 - type: Transform - uid: 524 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-3.5 parent: 550 - type: Transform - proto: Table entities: - uid: 113 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 550 - type: Transform - uid: 114 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 550 - type: Transform - uid: 115 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 550 - type: Transform - uid: 116 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 550 - type: Transform - uid: 117 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 550 - type: Transform - uid: 118 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 550 - type: Transform - uid: 147 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 550 - type: Transform - proto: TableCounterMetal entities: - uid: 105 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 550 - type: Transform - proto: TableFrame entities: - uid: 75 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 550 - type: Transform - uid: 76 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 550 - type: Transform - proto: TableGlass entities: - uid: 119 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 550 - type: Transform - uid: 120 components: - - pos: 16.5,-5.5 + - type: Transform + pos: 16.5,-5.5 parent: 550 - type: Transform - proto: TableWood entities: - uid: 121 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 550 - type: Transform - proto: TintedWindow entities: - uid: 61 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 550 - type: Transform - uid: 62 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 550 - type: Transform - uid: 63 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 550 - type: Transform - uid: 64 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 550 - type: Transform - uid: 65 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 550 - type: Transform - uid: 66 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 550 - type: Transform - uid: 67 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 550 - type: Transform - uid: 68 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 550 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 550 - type: Transform - uid: 2 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 550 - type: Transform - uid: 3 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 550 - type: Transform - uid: 4 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 550 - type: Transform - uid: 5 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 550 - type: Transform - uid: 6 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 550 - type: Transform - uid: 7 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 550 - type: Transform - uid: 8 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 550 - type: Transform - uid: 9 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 550 - type: Transform - uid: 10 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 550 - type: Transform - uid: 11 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 550 - type: Transform - uid: 12 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 550 - type: Transform - uid: 13 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 550 - type: Transform - uid: 14 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 550 - type: Transform - uid: 15 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 550 - type: Transform - uid: 16 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 550 - type: Transform - uid: 17 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 550 - type: Transform - uid: 18 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 550 - type: Transform - uid: 19 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 550 - type: Transform - uid: 20 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 550 - type: Transform - uid: 21 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 550 - type: Transform - uid: 22 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 550 - type: Transform - uid: 23 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 550 - type: Transform - uid: 24 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 550 - type: Transform - uid: 25 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 550 - type: Transform - uid: 26 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 550 - type: Transform - uid: 163 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 550 - type: Transform - uid: 164 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 550 - type: Transform - uid: 165 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 550 - type: Transform - uid: 166 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 550 - type: Transform - uid: 167 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 550 - type: Transform - uid: 168 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 550 - type: Transform - uid: 169 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 550 - type: Transform - uid: 170 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 550 - type: Transform - uid: 171 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 550 - type: Transform - uid: 172 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 550 - type: Transform - uid: 173 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 550 - type: Transform - uid: 174 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 550 - type: Transform - uid: 175 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 550 - type: Transform - uid: 176 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 550 - type: Transform - uid: 177 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 550 - type: Transform - uid: 178 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 550 - type: Transform - uid: 179 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 550 - type: Transform - uid: 180 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 550 - type: Transform - uid: 181 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 550 - type: Transform - uid: 182 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 550 - type: Transform - proto: WallSolid entities: - uid: 27 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 550 - type: Transform - uid: 28 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 550 - type: Transform - uid: 29 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 550 - type: Transform - uid: 30 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 550 - type: Transform - uid: 31 components: - - pos: 15.5,-6.5 + - type: Transform + pos: 15.5,-6.5 parent: 550 - type: Transform - uid: 32 components: - - pos: 16.5,-6.5 + - type: Transform + pos: 16.5,-6.5 parent: 550 - type: Transform - uid: 33 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 550 - type: Transform - uid: 34 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 550 - type: Transform - uid: 35 components: - - pos: 16.5,-3.5 + - type: Transform + pos: 16.5,-3.5 parent: 550 - type: Transform - uid: 36 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 550 - type: Transform - uid: 37 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 550 - type: Transform - uid: 156 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 550 - type: Transform - uid: 157 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 550 - type: Transform - uid: 158 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 550 - type: Transform - uid: 159 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 550 - type: Transform - uid: 160 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 550 - type: Transform - uid: 161 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 550 - type: Transform - uid: 162 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 550 - type: Transform - proto: WarningWaste entities: - uid: 271 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 + parent: 550 +- proto: WarpPoint + entities: + - uid: 552 + components: + - type: Transform + pos: 9.5,-2.5 parent: 550 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WatcherAISpawner entities: - uid: 111 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 550 - type: Transform - proto: WindoorSecureScienceLocked entities: - uid: 71 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 550 - type: Transform - uid: 106 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 550 - type: Transform - proto: Window entities: - uid: 58 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 550 - type: Transform - uid: 59 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 550 - type: Transform - uid: 60 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 550 - type: Transform - proto: WindowDirectional entities: - uid: 69 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 550 - type: Transform - uid: 70 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-1.5 parent: 550 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-jailcells.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-jailcells.yml index 55790a70b1..3fac317d75 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-jailcells.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-jailcells.yml @@ -3,56 +3,58 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 45: FloorGrass - 60: FloorLino - 84: FloorSteel - 110: FloorWood - 112: Lattice - 113: Plating + 30: FloorDark + 48: FloorGrass + 63: FloorLino + 78: FloorReinforced + 90: FloorSteel + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 369 components: - type: MetaData - - pos: 0.5104167,0.48436356 + - type: Transform + pos: 0.5104167,0.48436356 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAPAAAAAAAcQAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAPAAAAAAAcQAAAAAAcQAAAAAAVAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPwAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAAWgAAAAAD version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAbgAAAAAAbgAAAAABbgAAAAAAbgAAAAACbgAAAAACbgAAAAADVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAACbgAAAAACbgAAAAADbgAAAAADbgAAAAADbgAAAAADcQAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAGwAAAAABGwAAAAADbgAAAAAAbgAAAAACbgAAAAAAbgAAAAAAbgAAAAABcQAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAGwAAAAADGwAAAAACGwAAAAABbgAAAAADbgAAAAABbgAAAAADbgAAAAABbgAAAAAAcQAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAACGwAAAAACbgAAAAABbgAAAAADbgAAAAAAbgAAAAACGwAAAAABGwAAAAABVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAVAAAAAABVAAAAAABVAAAAAACcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAADTgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAHgAAAAABHgAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABTgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHgAAAAADHgAAAAACHgAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAABdwAAAAAATgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACHgAAAAABHgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAVAAAAAABVAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAAAVAAAAAABVAAAAAACVAAAAAACVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABcQAAAAAAVAAAAAADVAAAAAAAcQAAAAAAVAAAAAABVAAAAAADcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAcQAAAAAAVAAAAAADVAAAAAACcQAAAAAAVAAAAAABVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADcQAAAAAAcQAAAAAAVAAAAAADcQAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAADVAAAAAAAVAAAAAABVAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABTgAAAAAAWgAAAAADWgAAAAAATgAAAAAAWgAAAAABWgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAATgAAAAAAWgAAAAADWgAAAAACTgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAATgAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: VAAAAAABVAAAAAABVAAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAAAVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAADVAAAAAACVAAAAAAAVAAAAAADLQAAAAAALQAAAAAAVAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAACVAAAAAAAVAAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAAAVAAAAAACVAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAADMAAAAAAAMAAAAAAAWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -240,8 +242,8 @@ entities: id: ThreeQuarterTileOverlayGreyscale270 decals: 24: -1,-1 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-1: @@ -301,473 +303,467 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid -- proto: AirlockBrigGlassLocked +- proto: AirlockMaintLocked entities: - - uid: 105 + - uid: 124 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -9.5,5.5 parent: 369 - type: Transform -- proto: AirlockBrigLocked +- proto: AirlockSecurityGlassLocked entities: - - uid: 106 + - uid: 109 components: - - pos: -1.5,0.5 + - type: Transform + pos: -5.5,7.5 parent: 369 - type: Transform -- proto: AirlockMaintLocked +- proto: AirlockSecurityLawyerGlassLocked entities: - - uid: 124 + - uid: 105 components: - - pos: -9.5,5.5 + - type: Transform + pos: -3.5,-0.5 parent: 369 - type: Transform -- proto: AirlockSecurityGlassLocked +- proto: AirlockSecurityLawyerLocked entities: - - uid: 109 + - uid: 106 components: - - pos: -5.5,7.5 + - type: Transform + pos: -1.5,0.5 parent: 369 - type: Transform - proto: AirlockSecurityLocked entities: - uid: 107 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 369 - type: Transform - uid: 108 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 369 - type: Transform - proto: APCBasic entities: - uid: 224 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 369 - type: Transform - uid: 225 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-1.5 parent: 369 - type: Transform - proto: Bed entities: - uid: 75 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 369 - type: Transform - uid: 76 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 369 - type: Transform - uid: 77 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 369 - type: Transform - proto: BedsheetOrange entities: - uid: 78 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 369 - type: Transform - uid: 79 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 369 - type: Transform - uid: 80 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 369 - type: Transform - proto: BoxFolderBase entities: - uid: 171 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.317245,3.6554594 parent: 369 - type: Transform - uid: 172 components: - - pos: -6.015162,1.591526 + - type: Transform + pos: -6.015162,1.591526 parent: 369 - type: Transform - uid: 173 components: - - pos: -2.7234952,0.6325269 + - type: Transform + pos: -2.7234952,0.6325269 parent: 369 - type: Transform - proto: BoxMagazineShotgunIncendiary entities: - uid: 62 components: - - flags: InContainer - type: MetaData - - parent: 61 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 61 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: CableApcExtension entities: - uid: 244 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 369 - type: Transform - uid: 245 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 369 - type: Transform - uid: 246 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 369 - type: Transform - uid: 247 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 369 - type: Transform - uid: 248 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 369 - type: Transform - uid: 249 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 369 - type: Transform - uid: 250 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 369 - type: Transform - uid: 251 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 369 - type: Transform - uid: 252 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 369 - type: Transform - uid: 253 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 369 - type: Transform - uid: 254 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 369 - type: Transform - uid: 255 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 369 - type: Transform - uid: 256 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 369 - type: Transform - uid: 257 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 369 - type: Transform - uid: 258 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 369 - type: Transform - uid: 259 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 369 - type: Transform - uid: 260 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 369 - type: Transform - uid: 261 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 369 - type: Transform - uid: 262 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 369 - type: Transform - uid: 263 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 369 - type: Transform - uid: 264 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 369 - type: Transform - uid: 265 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 369 - type: Transform - uid: 266 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 369 - type: Transform - uid: 267 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 369 - type: Transform - uid: 268 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 369 - type: Transform - uid: 269 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 369 - type: Transform - uid: 270 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 369 - type: Transform - uid: 271 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 369 - type: Transform - proto: CableMV entities: - uid: 239 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 369 - type: Transform - uid: 240 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 369 - type: Transform - uid: 241 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 369 - type: Transform - uid: 242 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 369 - type: Transform - uid: 243 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 369 - type: Transform - proto: CannabisSeeds entities: - uid: 67 components: - - flags: InContainer - type: MetaData - - parent: 63 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 63 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Carpet entities: - uid: 160 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 369 - type: Transform - uid: 161 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 369 - type: Transform - uid: 162 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 369 - type: Transform - uid: 163 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 369 - type: Transform - proto: CarpetBlue entities: - uid: 151 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 369 - type: Transform - uid: 152 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 369 - type: Transform - uid: 153 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 369 - type: Transform - proto: CarpetGreen entities: - uid: 154 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 369 - type: Transform - uid: 155 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 369 - type: Transform - uid: 156 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 369 - type: Transform - uid: 157 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 369 - type: Transform - uid: 158 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 369 - type: Transform - uid: 159 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 369 - type: Transform - proto: Chair entities: - uid: 87 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,1.5 parent: 369 - type: Transform - uid: 90 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,1.5 parent: 369 - type: Transform - uid: 91 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 369 - type: Transform - uid: 92 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 369 - type: Transform - uid: 135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,4.5 parent: 369 - type: Transform - uid: 136 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,3.5 parent: 369 - type: Transform - uid: 137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,4.5 parent: 369 - type: Transform - uid: 138 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 369 - type: Transform - uid: 215 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 369 - type: Transform - proto: ChairOfficeDark entities: - uid: 139 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 369 - type: Transform - uid: 140 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 369 - type: Transform - uid: 141 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 369 - type: Transform - uid: 142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 369 - type: Transform - proto: CigCartonBlue entities: - uid: 74 components: - - flags: InContainer - type: MetaData - - parent: 73 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 73 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ClosetMaintenanceFilledRandom entities: - uid: 196 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 369 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -777,13 +773,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 198 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 369 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -793,1015 +789,1063 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: ClothingHeadHatPwig entities: - uid: 214 components: - - pos: -3.5006683,2.576106 + - type: Transform + pos: -3.5006683,2.576106 parent: 369 - type: Transform - proto: ClothingMaskGasSecurity entities: - uid: 99 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5133097,2.819632 parent: 369 - type: Transform - proto: ClothingOuterRobesJudge entities: - uid: 213 components: - - pos: -3.3860848,2.284237 + - type: Transform + pos: -3.3860848,2.284237 parent: 369 - type: Transform - proto: ClothingShoesSlippers entities: - uid: 70 components: - - flags: InContainer - type: MetaData - - parent: 69 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 69 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ComfyChair entities: - uid: 143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 369 - type: Transform - proto: DeployableBarrier entities: - uid: 167 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 369 - type: Transform - uid: 168 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 369 - type: Transform - proto: DisposalPipe entities: - uid: 274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-6.5 parent: 369 - type: Transform - uid: 275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-6.5 parent: 369 - type: Transform - uid: 276 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-6.5 parent: 369 - type: Transform - uid: 277 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-6.5 parent: 369 - type: Transform - uid: 278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-6.5 parent: 369 - type: Transform - uid: 279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-6.5 parent: 369 - type: Transform - uid: 280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-6.5 parent: 369 - type: Transform - uid: 281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-6.5 parent: 369 - type: Transform - proto: DisposalPipeBroken entities: - uid: 85 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 369 - type: Transform - uid: 273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-6.5 parent: 369 - type: Transform - proto: DrinkMugOne entities: - uid: 170 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5672452,1.8000042 parent: 369 - type: Transform - proto: filingCabinetDrawerRandom entities: - uid: 101 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 369 - type: Transform - uid: 102 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 369 - type: Transform - proto: FirelockEdge entities: - uid: 53 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-5.5 parent: 369 - type: Transform - uid: 54 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-5.5 parent: 369 - type: Transform - uid: 55 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 369 - type: Transform - uid: 56 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-5.5 parent: 369 - type: Transform - uid: 57 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-5.5 parent: 369 - type: Transform - uid: 58 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-5.5 parent: 369 - type: Transform - proto: FirelockGlass entities: - uid: 59 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 369 - type: Transform - uid: 60 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 369 - type: Transform - proto: Floodlight entities: - uid: 165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.7859952,3.1134167 parent: 369 - type: Transform - proto: FloodlightBroken entities: - uid: 166 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.49432844,3.384438 parent: 369 - type: Transform - proto: FoodBreadMoldySlice entities: - uid: 95 components: - - pos: 2.9924765,2.6215782 + - type: Transform + pos: 2.9924765,2.6215782 parent: 369 - type: Transform - uid: 96 components: - - pos: 3.4820597,2.8300564 + - type: Transform + pos: 3.4820597,2.8300564 parent: 369 - type: Transform - proto: GasPipeBend entities: - uid: 299 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,2.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 328 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,3.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 306 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 307 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 308 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 309 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 310 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 311 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 312 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 313 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 314 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 315 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 317 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-2.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,6.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,6.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 323 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,6.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 325 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,7.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 326 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 329 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 330 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 331 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 333 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 334 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 340 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 341 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 342 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 343 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 344 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 345 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 346 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 347 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 348 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 349 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 350 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 351 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 352 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 353 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 354 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,0.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-0.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 356 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 357 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 358 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 359 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 360 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 361 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 362 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 363 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 364 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 365 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 366 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 367 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-5.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-7.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 300 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 301 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 302 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 320 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 324 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,6.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 327 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 332 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,3.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 335 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 338 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 339 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,6.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 292 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,3.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 294 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,4.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 295 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 296 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 297 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 298 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-2.5 parent: 369 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-3.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-3.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-3.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 285 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 287 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,2.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 289 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 290 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 291 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,6.5 parent: 369 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 369 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 2 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 369 - type: Transform - uid: 6 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 369 - type: Transform - uid: 19 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 369 - type: Transform - uid: 20 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 369 - type: Transform - uid: 21 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 369 - type: Transform - uid: 22 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 369 - type: Transform - uid: 23 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 369 - type: Transform - uid: 24 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 369 - type: Transform - uid: 25 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 369 - type: Transform - uid: 26 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 369 - type: Transform - uid: 27 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 369 - type: Transform - uid: 28 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 369 - type: Transform - uid: 29 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 369 - type: Transform - uid: 30 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 369 - type: Transform - uid: 125 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 369 - type: Transform - uid: 126 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 369 - type: Transform - proto: HeadSkeleton entities: - uid: 216 components: - - flags: SessionSpecific - type: MetaData - - pos: -2.4381683,4.608768 + - type: Transform + pos: -2.4381683,4.608768 parent: 369 - type: Transform - proto: Lamp entities: - uid: 169 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5255787,3.2489274 parent: 369 - type: Transform - proto: LockerEvidence entities: - uid: 61 components: - - pos: -0.5,-0.5 - parent: 369 - type: Transform - - containers: + - type: Transform + pos: -0.5,-0.5 + parent: 369 + - 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 + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -1811,13 +1855,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 63 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 369 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -1830,566 +1874,558 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 68 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 369 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 100 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 369 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 195 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,6.5 parent: 369 - type: Transform - proto: Paper entities: - uid: 174 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.952662,3.5824919 parent: 369 - type: Transform - uid: 175 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.004745,4.32259 parent: 369 - type: Transform - uid: 176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.765162,4.0515676 parent: 369 - type: Transform - uid: 177 components: - - pos: -5.348495,2.2690797 + - type: Transform + pos: -5.348495,2.2690797 parent: 369 - type: Transform - uid: 178 components: - - pos: -4.285995,0.79930925 + - type: Transform + pos: -4.285995,0.79930925 parent: 369 - type: Transform - uid: 179 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.6505787,0.6221026 parent: 369 - type: Transform - uid: 180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.7130787,2.0501778 parent: 369 - type: Transform - uid: 181 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.4109952,1.351776 parent: 369 - type: Transform - uid: 182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.2547452,0.4657439 parent: 369 - type: Transform - uid: 183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.733912,0.2781136 parent: 369 - type: Transform - uid: 184 components: - - pos: -2.6297452,3.0091774 + - type: Transform + pos: -2.6297452,3.0091774 parent: 369 - type: Transform - uid: 185 components: - - pos: -5.317245,1.5498307 + - type: Transform + pos: -5.317245,1.5498307 parent: 369 - type: Transform - uid: 186 components: - - pos: -6.733912,1.6853414 + - type: Transform + pos: -6.733912,1.6853414 parent: 369 - type: Transform - uid: 187 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.0255785,0.6637986 parent: 369 - type: Transform - uid: 188 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.015162,0.44489658 parent: 369 - type: Transform - uid: 189 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.046412,0.42404866 parent: 369 - type: Transform - proto: PartRodMetal1 entities: - uid: 205 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.6112995,3.5415835 parent: 369 - type: Transform - uid: 206 components: - - pos: -6.279277,-0.2531286 + - type: Transform + pos: -6.279277,-0.2531286 parent: 369 - type: Transform - uid: 207 components: - - pos: -5.9459434,-0.52415013 + - type: Transform + pos: -5.9459434,-0.52415013 parent: 369 - type: Transform - uid: 208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.9459434,-0.5345738 parent: 369 - type: Transform - uid: 209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.1504626,-4.4344277 parent: 369 - type: Transform - uid: 210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.327546,-4.6637535 parent: 369 - type: Transform - uid: 211 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.8951652,-7.4848723 parent: 369 - type: Transform - uid: 212 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5722487,-7.422329 parent: 369 - type: Transform - proto: PillSpaceDrugs entities: - uid: 65 components: - - flags: InContainer - type: MetaData - - parent: 63 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 63 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 66 components: - - flags: InContainer - type: MetaData - - parent: 63 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 63 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - uid: 227 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 369 - type: Transform - proto: PosterLegitReportCrimes entities: - uid: 226 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 369 - type: Transform - proto: PowerCellHyperPrinted entities: - uid: 197 components: - - flags: InContainer - type: MetaData - - parent: 196 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 196 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Poweredlight entities: - uid: 218 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-0.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 221 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 369 - type: Transform - uid: 222 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 1 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 220 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,0.5 parent: 369 - type: Transform - proto: PoweredSmallLight entities: - uid: 81 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-2.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 83 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-2.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 223 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,6.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightEmpty entities: - uid: 82 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 369 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 219 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 369 - type: Transform - proto: RailingCorner entities: - uid: 86 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,1.5 parent: 369 - type: Transform - uid: 88 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 369 - type: Transform - proto: RandomAmmoBox entities: - uid: 98 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 369 - type: Transform - proto: RandomBoards entities: - uid: 237 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 369 - type: Transform - proto: RandomItem entities: - uid: 238 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 369 - type: Transform - proto: RandomPainting entities: - uid: 229 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 369 - type: Transform - proto: RandomSnacks entities: - uid: 191 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,3.5 parent: 369 - type: Transform - proto: RandomSpawner entities: - uid: 192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,2.5 parent: 369 - type: Transform - uid: 193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-6.5 parent: 369 - type: Transform - uid: 194 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-6.5 parent: 369 - type: Transform - proto: ReinforcedWindow entities: - uid: 3 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 369 - type: Transform - uid: 7 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 369 - type: Transform - uid: 31 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 369 - type: Transform - uid: 33 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 369 - type: Transform - uid: 34 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 369 - type: Transform - uid: 35 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 369 - type: Transform - uid: 36 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 369 - type: Transform - uid: 37 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 369 - type: Transform - uid: 38 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 369 - type: Transform - uid: 39 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 369 - type: Transform - uid: 40 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 369 - type: Transform - uid: 41 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 369 - type: Transform - uid: 42 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 369 - type: Transform - uid: 127 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 369 - type: Transform - uid: 128 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 369 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,1.5 parent: 369 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 236 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 369 - type: Transform - proto: ScalpelShiv entities: - uid: 72 components: - - flags: InContainer - type: MetaData - - parent: 71 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 71 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: ShardGlassReinforced entities: - uid: 32 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.0053363,-0.8137096 parent: 369 - type: Transform - uid: 84 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.4011693,-1.7622849 parent: 369 - type: Transform - uid: 200 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.6119466,3.5703096 parent: 369 - type: Transform - uid: 201 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.466113,2.8406365 parent: 369 - type: Transform - uid: 202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.7473636,0.65161633 parent: 369 - type: Transform - uid: 203 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.6327796,-6.462995 parent: 369 - type: Transform - uid: 204 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.174446,-7.1926684 parent: 369 - type: Transform - proto: ShuttersNormalOpen entities: - uid: 46 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 369 - type: Transform - - links: + - type: DeviceLinkSink + links: - 52 - type: DeviceLinkSink - uid: 47 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 369 - type: Transform - - links: + - type: DeviceLinkSink + links: - 52 - type: DeviceLinkSink - uid: 48 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 369 - type: Transform - - links: + - type: DeviceLinkSink + links: - 52 - type: DeviceLinkSink - uid: 49 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 369 - type: Transform - - links: + - type: DeviceLinkSink + links: - 52 - type: DeviceLinkSink - uid: 50 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 369 - type: Transform - - links: + - type: DeviceLinkSink + links: - 52 - type: DeviceLinkSink - uid: 51 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 369 - type: Transform - - links: + - type: DeviceLinkSink + links: - 52 - type: DeviceLinkSink - proto: SignalSwitchDirectional entities: - uid: 52 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 369 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 51: - On: Open - Off: Close @@ -2408,288 +2444,284 @@ entities: 46: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignDirectionalBrig entities: - uid: 228 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,5.5 parent: 369 - type: Transform - proto: SmokingPipeFilledCannabis entities: - uid: 64 components: - - flags: InContainer - type: MetaData - - parent: 63 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 63 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: SpawnMobBearSalvage entities: - uid: 231 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 369 - type: Transform - uid: 232 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 369 - type: Transform - proto: SpawnMobKangaroo entities: - uid: 234 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 369 - type: Transform - proto: SpawnMobKangarooSalvage entities: - uid: 230 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 369 - type: Transform - uid: 233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 369 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 164 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,4.5 parent: 369 - type: Transform - uid: 272 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-5.5 parent: 369 - type: Transform - proto: Table entities: - uid: 93 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 369 - type: Transform - uid: 94 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 369 - type: Transform - proto: TableWood entities: - uid: 144 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 369 - type: Transform - uid: 145 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 369 - type: Transform - uid: 146 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 369 - type: Transform - uid: 147 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 369 - type: Transform - uid: 148 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 369 - type: Transform - uid: 149 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 369 - type: Transform - uid: 150 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 369 - type: Transform - proto: VendingMachineDonut entities: - uid: 89 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 369 - type: Transform - proto: WallReinforced entities: - uid: 4 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 369 - type: Transform - uid: 5 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 369 - type: Transform - uid: 8 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 369 - type: Transform - uid: 9 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 369 - type: Transform - uid: 10 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 369 - type: Transform - uid: 11 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 369 - type: Transform - uid: 12 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 369 - type: Transform - uid: 13 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 369 - type: Transform - uid: 14 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 369 - type: Transform - uid: 15 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 369 - type: Transform - uid: 16 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 369 - type: Transform - uid: 17 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 369 - type: Transform - uid: 18 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 369 - type: Transform - uid: 110 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 369 - type: Transform - uid: 111 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 369 - type: Transform - uid: 112 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 369 - type: Transform - uid: 113 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 369 - type: Transform - uid: 114 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 369 - type: Transform - uid: 115 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 369 - type: Transform - uid: 116 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 369 - type: Transform - uid: 117 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 369 - type: Transform - uid: 118 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 369 - type: Transform - uid: 119 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 369 - type: Transform - uid: 120 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 369 - type: Transform - uid: 121 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 369 - type: Transform - uid: 122 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 369 - type: Transform - proto: WallSolid entities: - uid: 103 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 369 - type: Transform - uid: 104 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 369 - type: Transform - uid: 123 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 369 - type: Transform - proto: WardrobePrison entities: - uid: 73 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 369 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -2699,15 +2731,33 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: WardrobePrisonFilled entities: - uid: 69 components: - - pos: -0.5,-3.5 - parent: 369 - type: Transform - - containers: + - type: Transform + pos: -0.5,-3.5 + parent: 369 + - 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 + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -2717,13 +2767,13 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - uid: 71 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 369 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -2733,78 +2783,84 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer +- proto: WarpPoint + entities: + - uid: 235 + components: + - type: Transform + pos: 0.5,0.5 + parent: 369 + - type: WarpPoint + location: Space Debris - proto: WeaponCapacitorRecharger entities: - uid: 97 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 369 - type: Transform - proto: WeaponDisabler entities: - uid: 199 components: - - flags: InContainer - type: MetaData - - parent: 198 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 198 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: WindoorSecureSecurityLocked entities: - uid: 43 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 369 - type: Transform - uid: 44 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 369 - type: Transform - uid: 45 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 369 - type: Transform - uid: 133 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,4.5 parent: 369 - type: Transform - uid: 134 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,2.5 parent: 369 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 129 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,4.5 parent: 369 - type: Transform - uid: 130 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,3.5 parent: 369 - type: Transform - uid: 131 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,1.5 parent: 369 - type: Transform - uid: 132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 369 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-medical.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-medical.yml index 711b09fb3d..1bae431625 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-medical.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-medical.yml @@ -3,60 +3,61 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 72: FloorReinforced - 96: FloorTechMaint - 100: FloorWhite - 110: FloorWood - 112: Lattice - 113: Plating + 30: FloorDark + 78: FloorReinforced + 105: FloorTechMaint + 109: FloorWhite + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 549 components: - type: MetaData - - pos: 0.55,0.38116685 + - type: Transform + pos: 0.55,0.38116685 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAZAAAAAABZAAAAAAASAAAAAAAZAAAAAAAZAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAZAAAAAACZAAAAAACZAAAAAADZAAAAAACZAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAASAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAbgAAAAACbgAAAAAAbgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAbgAAAAACbgAAAAADbgAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAACSAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAZAAAAAABZAAAAAAAZAAAAAABZAAAAAAAZAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAACZAAAAAABZAAAAAABZAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAASAAAAAAAcQAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAACZAAAAAADZAAAAAACSAAAAAAAZAAAAAAAZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAAAZAAAAAACZAAAAAACZAAAAAAAZAAAAAADZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAZAAAAAABZAAAAAACZAAAAAADZAAAAAABZAAAAAABZAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAZAAAAAADZAAAAAACZAAAAAADZAAAAAABZAAAAAAAZAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAZAAAAAABZAAAAAACZAAAAAAASAAAAAAAZAAAAAABZAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAABbQAAAAAATgAAAAAAbQAAAAAAbQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACTgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAbQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACTgAAAAAAbQAAAAAAbQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAADbQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAABbQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAAAbQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbQAAAAABbQAAAAACbQAAAAAATgAAAAAAbQAAAAABbQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: ZAAAAAACcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAZAAAAAADZAAAAAADcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAZAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAABGwAAAAABGwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAZAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACZAAAAAAAZAAAAAADZAAAAAABZAAAAAACSAAAAAAAZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAZAAAAAABZAAAAAACZAAAAAAAZAAAAAACZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAASAAAAAAAZAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAZAAAAAABZAAAAAACZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABZAAAAAACZAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAADZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: bQAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAADbQAAAAADegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAbQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAACbQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAASAAAAAAAZAAAAAACSAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAbQAAAAACTgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAABcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAASAAAAAAASAAAAAAAcQAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAZAAAAAABZAAAAAABSAAAAAAAZAAAAAADZAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbQAAAAABbQAAAAABTgAAAAAAbQAAAAADbQAAAAAC version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -251,8 +252,8 @@ entities: 109: -6,-13 110: 1,-4 111: 1,-4 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -322,7 +323,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -330,1289 +330,1285 @@ entities: entities: - uid: 118 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 549 - type: Transform - proto: AirlockChiefMedicalOfficerGlassLocked entities: - uid: 116 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 549 - type: Transform - proto: AirlockChiefMedicalOfficerLocked entities: - uid: 113 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 549 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 126 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 549 - type: Transform - proto: AirlockMaintMedLocked entities: - uid: 115 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 549 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 117 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 549 - type: Transform - proto: AirlockMedicalLocked entities: - uid: 114 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 549 - type: Transform - proto: AirlockVirologyGlassLocked entities: - uid: 110 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 549 - type: Transform - uid: 112 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 549 - type: Transform - uid: 325 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 549 - type: Transform - proto: APCBasic entities: - uid: 329 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 549 - type: Transform - proto: Ash entities: - uid: 315 components: - - flags: InContainer - type: MetaData - - parent: 314 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 314 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: BedsheetGreen entities: - uid: 184 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 549 - type: Transform - uid: 185 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 549 - type: Transform - proto: BedsheetMedical entities: - uid: 186 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 549 - type: Transform - uid: 187 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 549 - type: Transform - uid: 188 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 549 - type: Transform - proto: BoxBodyBag entities: - uid: 157 components: - - pos: 3.4562814,-12.205579 + - type: Transform + pos: 3.4562814,-12.205579 parent: 549 - type: Transform - proto: BoxBottle entities: - uid: 227 components: - - pos: -5.3847823,-2.3420405 + - type: Transform + pos: -5.3847823,-2.3420405 parent: 549 - type: Transform - proto: BoxFolderBase entities: - uid: 331 components: - - pos: -2.5804827,-6.490317 + - type: Transform + pos: -2.5804827,-6.490317 parent: 549 - type: Transform - proto: BoxMouthSwab entities: - uid: 310 components: - - pos: -1.7,-15.168971 + - type: Transform + pos: -1.7,-15.168971 parent: 549 - type: Transform - proto: BoxPillCanister entities: - uid: 222 components: - - pos: -5.6347823,-2.279497 + - type: Transform + pos: -5.6347823,-2.279497 parent: 549 - type: Transform - proto: BoxSterileMask entities: - uid: 311 components: - - pos: -1.6375,-15.442259 + - type: Transform + pos: -1.6375,-15.442259 parent: 549 - type: Transform - proto: CableApcExtension entities: - uid: 1 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 549 - type: Transform - uid: 462 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 549 - type: Transform - uid: 463 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 549 - type: Transform - uid: 464 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 549 - type: Transform - uid: 465 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 549 - type: Transform - uid: 466 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 549 - type: Transform - uid: 467 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 549 - type: Transform - uid: 468 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 549 - type: Transform - uid: 469 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 549 - type: Transform - uid: 470 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 549 - type: Transform - uid: 471 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 549 - type: Transform - uid: 473 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 549 - type: Transform - uid: 474 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 549 - type: Transform - uid: 475 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 549 - type: Transform - uid: 476 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 549 - type: Transform - uid: 477 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 549 - type: Transform - uid: 478 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 549 - type: Transform - uid: 479 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 549 - type: Transform - uid: 480 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 549 - type: Transform - uid: 481 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 549 - type: Transform - uid: 482 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 549 - type: Transform - uid: 483 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 549 - type: Transform - uid: 484 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 549 - type: Transform - uid: 485 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 549 - type: Transform - uid: 486 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 549 - type: Transform - uid: 487 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 549 - type: Transform - uid: 488 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 549 - type: Transform - uid: 489 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 549 - type: Transform - uid: 490 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 549 - type: Transform - uid: 491 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 549 - type: Transform - uid: 492 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 549 - type: Transform - uid: 493 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 549 - type: Transform - uid: 494 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 549 - type: Transform - uid: 495 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 549 - type: Transform - uid: 496 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 549 - type: Transform - uid: 497 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 549 - type: Transform - uid: 498 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 549 - type: Transform - uid: 499 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 549 - type: Transform - uid: 500 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 549 - type: Transform - uid: 501 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 549 - type: Transform - uid: 502 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 549 - type: Transform - uid: 503 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 549 - type: Transform - uid: 504 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 549 - type: Transform - uid: 505 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 549 - type: Transform - uid: 506 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 549 - type: Transform - uid: 507 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 549 - type: Transform - uid: 508 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 549 - type: Transform - uid: 509 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 549 - type: Transform - uid: 510 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 549 - type: Transform - uid: 511 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 549 - type: Transform - uid: 512 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 549 - type: Transform - uid: 513 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 549 - type: Transform - uid: 514 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 549 - type: Transform - uid: 515 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 549 - type: Transform - uid: 516 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 549 - type: Transform - uid: 517 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 549 - type: Transform - uid: 518 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 549 - type: Transform - uid: 519 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 549 - type: Transform - uid: 520 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 549 - type: Transform - uid: 521 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 549 - type: Transform - uid: 522 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 549 - type: Transform - uid: 523 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 549 - type: Transform - uid: 524 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 549 - type: Transform - uid: 525 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 549 - type: Transform - uid: 526 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 549 - type: Transform - uid: 527 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 549 - type: Transform - uid: 528 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 549 - type: Transform - uid: 529 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 549 - type: Transform - uid: 530 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 549 - type: Transform - uid: 531 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 549 - type: Transform - uid: 532 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 549 - type: Transform - uid: 533 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 549 - type: Transform - uid: 534 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 549 - type: Transform - uid: 535 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 549 - type: Transform - uid: 536 components: - - pos: -10.5,-12.5 + - type: Transform + pos: -10.5,-12.5 parent: 549 - type: Transform - uid: 537 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 549 - type: Transform - uid: 538 components: - - pos: -10.5,-14.5 + - type: Transform + pos: -10.5,-14.5 parent: 549 - type: Transform - uid: 539 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 549 - type: Transform - uid: 540 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 549 - type: Transform - uid: 541 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 parent: 549 - type: Transform - uid: 542 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 549 - type: Transform - uid: 543 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 549 - type: Transform - uid: 544 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 549 - type: Transform - uid: 545 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 549 - type: Transform - uid: 546 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 549 - type: Transform - uid: 547 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 549 - type: Transform - proto: CableHV entities: - uid: 6 components: - - pos: -6.5,-17.5 + - type: Transform + pos: -6.5,-17.5 parent: 549 - type: Transform - uid: 7 components: - - pos: -7.5,-17.5 + - type: Transform + pos: -7.5,-17.5 parent: 549 - type: Transform - uid: 72 components: - - pos: -8.5,-17.5 + - type: Transform + pos: -8.5,-17.5 parent: 549 - type: Transform - uid: 78 components: - - pos: -9.5,-17.5 + - type: Transform + pos: -9.5,-17.5 parent: 549 - type: Transform - uid: 248 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 549 - type: Transform - uid: 249 components: - - pos: -10.5,-18.5 + - type: Transform + pos: -10.5,-18.5 parent: 549 - type: Transform - uid: 250 components: - - pos: -9.5,-11.5 + - type: Transform + pos: -9.5,-11.5 parent: 549 - type: Transform - uid: 251 components: - - pos: -8.5,-11.5 + - type: Transform + pos: -8.5,-11.5 parent: 549 - type: Transform - uid: 256 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 549 - type: Transform - uid: 257 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 549 - type: Transform - uid: 258 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 549 - type: Transform - uid: 259 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 549 - type: Transform - uid: 260 components: - - pos: -5.5,-12.5 + - type: Transform + pos: -5.5,-12.5 parent: 549 - type: Transform - uid: 261 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 549 - type: Transform - uid: 262 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 549 - type: Transform - uid: 263 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 549 - type: Transform - uid: 264 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 549 - type: Transform - uid: 265 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 549 - type: Transform - uid: 266 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 549 - type: Transform - uid: 267 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 549 - type: Transform - uid: 268 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 549 - type: Transform - uid: 269 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 549 - type: Transform - uid: 270 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 549 - type: Transform - uid: 271 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 549 - type: Transform - uid: 272 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 549 - type: Transform - uid: 273 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 549 - type: Transform - uid: 274 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 549 - type: Transform - uid: 275 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 549 - type: Transform - uid: 276 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 549 - type: Transform - uid: 277 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 549 - type: Transform - uid: 278 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 549 - type: Transform - proto: CableMV entities: - uid: 442 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 549 - type: Transform - uid: 443 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 549 - type: Transform - uid: 444 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 549 - type: Transform - uid: 445 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 549 - type: Transform - uid: 446 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 549 - type: Transform - uid: 447 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 549 - type: Transform - uid: 448 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 549 - type: Transform - uid: 449 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 549 - type: Transform - uid: 450 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 549 - type: Transform - uid: 451 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 549 - type: Transform - uid: 452 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 549 - type: Transform - uid: 453 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 549 - type: Transform - uid: 454 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 549 - type: Transform - uid: 455 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 549 - type: Transform - uid: 456 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 549 - type: Transform - uid: 457 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 549 - type: Transform - uid: 458 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 549 - type: Transform - uid: 459 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 549 - type: Transform - uid: 460 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 549 - type: Transform - uid: 461 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 549 - type: Transform - proto: CarpetSBlue entities: - uid: 195 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 549 - type: Transform - uid: 196 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 549 - type: Transform - uid: 197 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 549 - type: Transform - uid: 198 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 549 - type: Transform - proto: Catwalk entities: - uid: 2 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 549 - type: Transform - uid: 74 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 549 - type: Transform - uid: 80 components: - - pos: -10.5,-18.5 + - type: Transform + pos: -10.5,-18.5 parent: 549 - type: Transform - uid: 127 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 549 - type: Transform - uid: 128 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 549 - type: Transform - uid: 129 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 549 - type: Transform - uid: 130 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 549 - type: Transform - proto: Chair entities: - uid: 163 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 549 - type: Transform - uid: 165 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 549 - type: Transform - uid: 172 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-6.5 parent: 549 - type: Transform - proto: ChairOfficeLight entities: - uid: 175 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-6.5 parent: 549 - type: Transform - uid: 176 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 549 - type: Transform - uid: 228 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 549 - type: Transform - uid: 229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,0.5 parent: 549 - type: Transform - uid: 472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 549 - type: Transform - proto: chem_master entities: - uid: 213 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 549 - type: Transform - proto: ChemDispenser entities: - uid: 214 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 549 - type: Transform - proto: ClosetL3VirologyFilled entities: - uid: 305 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 549 - type: Transform - proto: ClothingBeltMilitaryWebbing entities: - uid: 162 components: - - pos: 4.479266,-14.418463 + - type: Transform + pos: 4.479266,-14.418463 parent: 549 - type: Transform - proto: ClothingEyesHudMedical entities: - uid: 292 components: - - pos: 1.6500001,-4.5277977 + - type: Transform + pos: 1.6500001,-4.5277977 parent: 549 - type: Transform - proto: ClothingHandsGlovesNitrile entities: - uid: 308 components: - - pos: -1.5,-15.544232 + - type: Transform + pos: -1.5,-15.544232 parent: 549 - type: Transform - proto: ClothingHeadHatPlaguedoctor entities: - uid: 294 components: - - pos: 0.77500004,-4.290133 + - type: Transform + pos: 0.77500004,-4.290133 parent: 549 - type: Transform - proto: ClothingMaskPlague entities: - uid: 295 components: - - pos: -0.024999976,-4.540307 + - type: Transform + pos: -0.024999976,-4.540307 parent: 549 - type: Transform - proto: ClothingNeckCloakHerald entities: - uid: 134 components: - - pos: 5.5354137,-9.420292 + - type: Transform + pos: 5.5354137,-9.420292 parent: 549 - type: Transform - proto: ClothingOuterPlagueSuit entities: - uid: 309 components: - - pos: -1.25,-15.331584 + - type: Transform + pos: -1.25,-15.331584 parent: 549 - type: Transform - proto: ClothingOuterWinterRobo entities: - uid: 133 components: - - pos: 5.522914,-9.332731 + - type: Transform + pos: 5.522914,-9.332731 parent: 549 - type: Transform - proto: ComputerBroken entities: - uid: 171 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-8.5 parent: 549 - type: Transform - uid: 173 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-7.5 parent: 549 - type: Transform - uid: 244 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-0.5 parent: 549 - type: Transform - proto: CrateChemistrySupplies entities: - uid: 155 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 549 - type: Transform - proto: Crematorium entities: - uid: 314 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-9.5 parent: 549 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 315 - type: ContainerContainer - proto: DisposalBend entities: - uid: 352 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 549 - type: Transform - uid: 353 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-6.5 parent: 549 - type: Transform - uid: 361 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-7.5 parent: 549 - type: Transform - proto: DisposalJunctionFlipped entities: - uid: 358 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-6.5 parent: 549 - type: Transform - proto: DisposalPipe entities: - uid: 354 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-5.5 parent: 549 - type: Transform - uid: 355 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-6.5 parent: 549 - type: Transform - uid: 356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-6.5 parent: 549 - type: Transform - uid: 357 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-6.5 parent: 549 - type: Transform - uid: 360 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 549 - type: Transform - uid: 363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-7.5 parent: 549 - type: Transform - uid: 364 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-7.5 parent: 549 - type: Transform - proto: DisposalPipeBroken entities: - uid: 359 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 549 - type: Transform - uid: 362 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-7.5 parent: 549 - type: Transform - proto: DisposalTrunk entities: - uid: 351 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-4.5 parent: 549 - type: Transform - proto: DisposalUnit entities: - uid: 205 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 549 - type: Transform - proto: DrinkDoctorsDelightGlass entities: - uid: 192 components: - - pos: -3.7222817,-9.922518 + - type: Transform + pos: -3.7222817,-9.922518 parent: 549 - type: Transform - proto: Dropper entities: - uid: 225 components: - - pos: -5.547282,-4.280887 + - type: Transform + pos: -5.547282,-4.280887 parent: 549 - type: Transform - uid: 226 components: - - pos: -5.297282,-4.518553 + - type: Transform + pos: -5.297282,-4.518553 parent: 549 - type: Transform - proto: EmergencyMedipen entities: - uid: 289 components: - - pos: 1.5500002,-4.215081 + - type: Transform + pos: 1.5500002,-4.215081 parent: 549 - type: Transform - uid: 290 components: - - pos: 1.4375,-4.3902016 + - type: Transform + pos: 1.4375,-4.3902016 parent: 549 - type: Transform - proto: Firelock entities: - uid: 131 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 549 - type: Transform - proto: FirelockEdge entities: - uid: 282 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 549 - type: Transform - uid: 283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 549 - type: Transform - proto: FirelockGlass entities: - uid: 326 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 549 - type: Transform - uid: 327 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 549 - type: Transform - uid: 328 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 549 - type: Transform - proto: FloorDrain entities: - uid: 159 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 549 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 246 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 549 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 247 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 549 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodBakedCannabisBrownie entities: - uid: 143 components: - - flags: InContainer - type: MetaData - - parent: 142 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 142 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodBakedWaffleRoffle entities: - uid: 151 components: - - flags: InContainer - type: MetaData - - parent: 150 - type: Transform - - solutions: + - type: Transform + parent: 150 + - type: SolutionContainerManager + solutions: food: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Nutriment @@ -1623,971 +1619,1001 @@ entities: - data: null ReagentId: Toxin Quantity: 5 - type: SolutionContainerManager - - canCollide: False - type: Physics + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: GasPassiveVent entities: - uid: 371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeBend entities: - uid: 373 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 379 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 409 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 411 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 412 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-12.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 413 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-12.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 420 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 421 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-2.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 383 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 374 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 375 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 376 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 377 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 378 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 384 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 385 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 386 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 388 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 389 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 390 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 391 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 392 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-6.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 393 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-5.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 394 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-4.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 395 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-4.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 396 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-4.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 397 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-4.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-4.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 399 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-3.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-3.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-3.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-2.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-2.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 424 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 425 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-4.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 426 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-5.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 427 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 428 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 429 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 431 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-7.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 434 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-8.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 435 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-9.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-10.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-13.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-16.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 380 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 381 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-4.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 382 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 410 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 414 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-11.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 415 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 416 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 417 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 418 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 419 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-2.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 430 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 402 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 403 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 404 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-6.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 405 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 406 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-11.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 407 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-15.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 408 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-15.5 parent: 549 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 346 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-3.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 348 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-7.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 349 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 350 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-9.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 369 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 370 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 549 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 549 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 31 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 549 - type: Transform - uid: 33 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 549 - type: Transform - uid: 34 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 549 - type: Transform - uid: 35 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 549 - type: Transform - uid: 36 components: - - pos: -9.5,-15.5 + - type: Transform + pos: -9.5,-15.5 parent: 549 - type: Transform - uid: 37 components: - - pos: -9.5,-16.5 + - type: Transform + pos: -9.5,-16.5 parent: 549 - type: Transform - uid: 67 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 549 - type: Transform - uid: 68 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 549 - type: Transform - uid: 69 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 549 - type: Transform - uid: 70 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 549 - type: Transform - uid: 71 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 549 - type: Transform - uid: 75 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 549 - type: Transform - uid: 76 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 549 - type: Transform - uid: 77 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 549 - type: Transform - uid: 90 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 549 - type: Transform - uid: 104 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 549 - type: Transform - uid: 105 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 549 - type: Transform - uid: 106 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 549 - type: Transform - uid: 107 components: - - pos: -3.5,-17.5 + - type: Transform + pos: -3.5,-17.5 parent: 549 - type: Transform - uid: 108 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 549 - type: Transform - uid: 109 components: - - pos: -0.5,-17.5 + - type: Transform + pos: -0.5,-17.5 parent: 549 - type: Transform - uid: 111 components: - - pos: -1.5,-17.5 + - type: Transform + pos: -1.5,-17.5 parent: 549 - type: Transform - uid: 153 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 549 - type: Transform - uid: 299 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 549 - type: Transform - uid: 300 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 549 - type: Transform - proto: HandheldGPSBasic entities: - uid: 168 components: - - pos: 6.286941,-7.3879266 + - type: Transform + pos: 6.286941,-7.3879266 parent: 549 - type: Transform - proto: HandheldHealthAnalyzer entities: - uid: 193 components: - - pos: -3.422282,-10.497917 + - type: Transform + pos: -3.422282,-10.497917 parent: 549 - type: Transform - uid: 298 components: - - pos: -0.6,-4.240098 + - type: Transform + pos: -0.6,-4.240098 parent: 549 - type: Transform - proto: HandLabeler entities: - uid: 224 components: - - pos: -5.522282,-3.9681704 + - type: Transform + pos: -5.522282,-3.9681704 parent: 549 - type: Transform - proto: KitchenReagentGrinder entities: - uid: 218 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 549 - type: Transform - proto: Lamp entities: - uid: 189 components: - - pos: -3.484782,-9.13447 + - type: Transform + pos: -3.484782,-9.13447 parent: 549 - type: Transform - proto: LockerChemistryFilled entities: - uid: 221 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 549 - type: Transform - proto: LockerChiefMedicalOfficer entities: - uid: 194 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 549 - type: Transform - proto: MachineFrame entities: - uid: 279 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 549 - type: Transform - uid: 280 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 549 - type: Transform - uid: 281 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 549 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 158 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 549 - type: Transform - uid: 174 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 549 - type: Transform - uid: 219 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 549 - type: Transform - uid: 220 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 549 - type: Transform - uid: 306 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 549 - type: Transform - uid: 307 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 549 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 548 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 549 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 136 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 549 - type: Transform - uid: 140 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 549 - type: Transform - proto: MaterialBiomass entities: - uid: 160 components: - - pos: 3.7687814,-12.29314 + - type: Transform + pos: 3.7687814,-12.29314 parent: 549 - type: Transform - proto: MaterialWoodPlank entities: - uid: 135 components: - - pos: 5.4729137,-12.447393 + - type: Transform + pos: 5.4729137,-12.447393 parent: 549 - type: Transform - proto: MedicalBed entities: - uid: 179 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 549 - type: Transform - uid: 180 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 549 - type: Transform - uid: 181 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 549 - type: Transform - uid: 182 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 549 - type: Transform - uid: 183 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 549 - type: Transform - proto: MedkitAdvancedFilled entities: - uid: 169 components: - - pos: 6.499441,-7.2378225 + - type: Transform + pos: 6.499441,-7.2378225 parent: 549 - type: Transform - proto: MedkitCombatFilled entities: - uid: 170 components: - - pos: 6.5369415,-7.412944 + - type: Transform + pos: 6.5369415,-7.412944 parent: 549 - type: Transform - uid: 190 components: - - pos: -3.459782,-9.784922 + - type: Transform + pos: -3.459782,-9.784922 parent: 549 - type: Transform - proto: MonkeyCube entities: - uid: 161 components: - - pos: 3.7292664,-12.554667 + - type: Transform + pos: 3.7292664,-12.554667 parent: 549 - type: Transform - proto: MonkeyCubeWrapped entities: - uid: 296 components: - - pos: 0.3,-4.5277977 + - type: Transform + pos: 0.3,-4.5277977 parent: 549 - type: Transform - uid: 332 components: - - pos: -2.3679829,-6.252652 + - type: Transform + pos: -2.3679829,-6.252652 parent: 549 - type: Transform - proto: Morgue entities: - uid: 142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-9.5 parent: 549 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1497 @@ -2604,21 +2630,21 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 143 - type: ContainerContainer - uid: 144 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-10.5 parent: 549 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1497 @@ -2635,21 +2661,21 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 145 - type: ContainerContainer - uid: 146 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-11.5 parent: 549 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1497 @@ -2666,21 +2692,21 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 147 - type: ContainerContainer - uid: 148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-9.5 parent: 549 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1497 @@ -2697,21 +2723,21 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 149 - type: ContainerContainer - uid: 150 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-10.5 parent: 549 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1497 @@ -2728,38 +2754,34 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 151 - type: ContainerContainer - proto: PillCanister entities: - uid: 232 components: - - pos: -4.609782,-1.3663629 + - type: Transform + pos: -4.609782,-1.3663629 parent: 549 - type: Transform - - storageUsed: 1 - type: Storage - - containers: + - type: ContainerContainer + containers: storagebase: !type:Container showEnts: False occludes: True ents: - 233 - type: ContainerContainer - uid: 234 components: - - pos: -4.172282,-1.4038893 + - type: Transform + pos: -4.172282,-1.4038893 parent: 549 - type: Transform - - storageUsed: 5 - type: Storage - - containers: + - type: ContainerContainer + containers: storagebase: !type:Container showEnts: False occludes: True @@ -2769,15 +2791,13 @@ entities: - 237 - 238 - 239 - type: ContainerContainer - uid: 240 components: - - pos: -3.634782,-1.4289063 + - type: Transform + pos: -3.634782,-1.4289063 parent: 549 - type: Transform - - storageUsed: 3 - type: Storage - - containers: + - type: ContainerContainer + containers: storagebase: !type:Container showEnts: False occludes: True @@ -2785,1114 +2805,1098 @@ entities: - 241 - 242 - 243 - type: ContainerContainer - proto: PillDexalin entities: - uid: 241 components: - - flags: InContainer - type: MetaData - - parent: 240 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 240 + - type: Physics + canCollide: False - uid: 242 components: - - flags: InContainer - type: MetaData - - parent: 240 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 240 + - type: Physics + canCollide: False - uid: 243 components: - - flags: InContainer - type: MetaData - - parent: 240 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 240 + - type: Physics + canCollide: False - proto: PillKelotane entities: - uid: 235 components: - - flags: InContainer - type: MetaData - - parent: 234 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 234 + - type: Physics + canCollide: False - uid: 236 components: - - flags: InContainer - type: MetaData - - parent: 234 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 234 + - type: Physics + canCollide: False - uid: 237 components: - - flags: InContainer - type: MetaData - - parent: 234 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 234 + - type: Physics + canCollide: False - uid: 238 components: - - flags: InContainer - type: MetaData - - parent: 234 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 234 + - type: Physics + canCollide: False - uid: 239 components: - - flags: InContainer - type: MetaData - - parent: 234 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 234 + - type: Physics + canCollide: False - proto: PillRomerol entities: - uid: 233 components: - - flags: InContainer - type: MetaData - - parent: 232 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 232 + - type: Physics + canCollide: False - proto: PillTricordrazine entities: - uid: 253 components: - - pos: -2.5069673,-1.2948756 + - type: Transform + pos: -2.5069673,-1.2948756 parent: 549 - type: Transform - uid: 254 components: - - pos: -2.4194672,-1.4074534 + - type: Transform + pos: -2.4194672,-1.4074534 parent: 549 - type: Transform - uid: 255 components: - - pos: -2.3694673,-1.5325402 + - type: Transform + pos: -2.3694673,-1.5325402 parent: 549 - type: Transform - proto: PottedPlantRD entities: - uid: 154 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 549 - type: Transform - proto: Poweredlight entities: - uid: 320 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 321 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 323 components: - - pos: -4.5,-14.5 + - type: Transform + pos: -4.5,-14.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 324 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 319 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-3.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-10.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 313 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-12.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 322 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-10.5 parent: 549 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 132 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 549 - type: Transform - uid: 167 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 549 - type: Transform - proto: RandomBoards entities: - uid: 333 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 549 - type: Transform - uid: 334 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 549 - type: Transform - uid: 335 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 549 - type: Transform - uid: 336 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 549 - type: Transform - uid: 337 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 549 - type: Transform - proto: RandomItem entities: - uid: 367 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 549 - type: Transform - uid: 368 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 549 - type: Transform - proto: RandomMedicCorpseSpawner entities: - uid: 550 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-12.5 parent: 549 - type: Transform - uid: 553 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 549 - type: Transform - proto: ReagentSlimeSpawner entities: - uid: 551 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-7.5 parent: 549 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 301 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 549 - type: Transform - uid: 302 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 549 - type: Transform - proto: ReinforcedWindow entities: - uid: 81 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 549 - type: Transform - uid: 82 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 549 - type: Transform - uid: 83 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 549 - type: Transform - uid: 84 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 549 - type: Transform - uid: 85 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 549 - type: Transform - uid: 86 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 549 - type: Transform - uid: 87 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 549 - type: Transform - uid: 88 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 549 - type: Transform - uid: 89 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 549 - type: Transform - uid: 91 components: - - pos: -8.5,-12.5 + - type: Transform + pos: -8.5,-12.5 parent: 549 - type: Transform - uid: 92 components: - - pos: -9.5,-12.5 + - type: Transform + pos: -9.5,-12.5 parent: 549 - type: Transform - uid: 93 components: - - pos: -9.5,-13.5 + - type: Transform + pos: -9.5,-13.5 parent: 549 - type: Transform - uid: 94 components: - - pos: -9.5,-14.5 + - type: Transform + pos: -9.5,-14.5 parent: 549 - type: Transform - uid: 95 components: - - pos: -9.5,-15.5 + - type: Transform + pos: -9.5,-15.5 parent: 549 - type: Transform - uid: 96 components: - - pos: -9.5,-16.5 + - type: Transform + pos: -9.5,-16.5 parent: 549 - type: Transform - uid: 97 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 549 - type: Transform - uid: 98 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 549 - type: Transform - uid: 99 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 549 - type: Transform - uid: 100 components: - - pos: -3.5,-17.5 + - type: Transform + pos: -3.5,-17.5 parent: 549 - type: Transform - uid: 101 components: - - pos: -4.5,-17.5 + - type: Transform + pos: -4.5,-17.5 parent: 549 - type: Transform - uid: 102 components: - - pos: -1.5,-17.5 + - type: Transform + pos: -1.5,-17.5 parent: 549 - type: Transform - uid: 103 components: - - pos: -0.5,-17.5 + - type: Transform + pos: -0.5,-17.5 parent: 549 - type: Transform - uid: 166 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 549 - type: Transform - proto: RollerBed entities: - uid: 200 components: - - pos: 2.540218,-4.4812393 + - type: Transform + pos: 2.540218,-4.4812393 parent: 549 - type: Transform - uid: 201 components: - - pos: 2.4902184,-3.955874 + - type: Transform + pos: 2.4902184,-3.955874 parent: 549 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 252 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 549 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 339 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 549 - type: Transform - uid: 340 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 549 - type: Transform - uid: 341 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 549 - type: Transform - uid: 342 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 549 - type: Transform - uid: 343 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 549 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 366 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 549 - type: Transform - proto: SawElectric entities: - uid: 164 components: - - pos: 3.5167663,-12.542159 + - type: Transform + pos: 3.5167663,-12.542159 parent: 549 - type: Transform - proto: ShardGlass entities: - uid: 231 components: - - pos: -5.334782,0.38485345 + - type: Transform + pos: -5.334782,0.38485345 parent: 549 - type: Transform - proto: SheetPlasma entities: - uid: 223 components: - - pos: -5.747282,-2.8548968 + - type: Transform + pos: -5.747282,-2.8548968 parent: 549 - type: Transform - proto: SignMorgue entities: - uid: 141 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 549 - type: Transform - proto: SinkStemless entities: - uid: 245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-4.5 parent: 549 - type: Transform +- proto: SmartFridge + entities: + - uid: 206 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 549 - proto: SolarPanel entities: - uid: 73 components: - - pos: -8.5,-17.5 + - type: Transform + pos: -8.5,-17.5 parent: 549 - type: Transform - uid: 79 components: - - pos: -7.5,-17.5 + - type: Transform + pos: -7.5,-17.5 parent: 549 - type: Transform - proto: SolarPanelBroken entities: - uid: 4 components: - - pos: -9.5,-17.5 + - type: Transform + pos: -9.5,-17.5 parent: 549 - type: Transform - uid: 5 components: - - pos: -6.5,-17.5 + - type: Transform + pos: -6.5,-17.5 parent: 549 - type: Transform - proto: SpaceMedipen entities: - uid: 291 components: - - pos: 1.3,-4.252607 + - type: Transform + pos: 1.3,-4.252607 parent: 549 - type: Transform - proto: SpaceTickSpawner entities: - uid: 344 components: - - pos: -8.5,-13.5 + - type: Transform + pos: -8.5,-13.5 parent: 549 - type: Transform - uid: 345 components: - - pos: -7.5,-13.5 + - type: Transform + pos: -7.5,-13.5 parent: 549 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 338 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 549 - type: Transform - uid: 365 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 549 - type: Transform - proto: SpawnMobRaccoonMorticia entities: - uid: 152 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 549 - type: Transform - proto: SpawnVehicleWheelchair entities: - uid: 552 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-7.5 parent: 549 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 199 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-6.5 parent: 549 - type: Transform - uid: 303 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-14.5 parent: 549 - type: Transform - proto: Syringe entities: - uid: 293 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.47499996,-4.465254 parent: 549 - type: Transform - - tags: [] - type: Tag - - solutions: + - type: Tag + tags: [] + - type: SolutionContainerManager + solutions: injector: temperature: 293.15 canMix: False canReact: True maxVol: 15 + name: null reagents: - data: null ReagentId: Spaceacillin Quantity: 10 - type: SolutionContainerManager - uid: 297 components: - - pos: -0.25,-4.377694 + - type: Transform + pos: -0.25,-4.377694 parent: 549 - type: Transform - - tags: [] - type: Tag - - solutions: + - type: Tag + tags: [] + - type: SolutionContainerManager + solutions: injector: temperature: 293.15 canMix: False canReact: True maxVol: 15 + name: null reagents: - data: null ReagentId: BananaHonk Quantity: 15 - type: SolutionContainerManager - proto: SyringeEphedrine entities: - uid: 191 components: - - pos: -3.397282,-10.222726 + - type: Transform + pos: -3.397282,-10.222726 parent: 549 - type: Transform - proto: Table entities: - uid: 156 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 549 - type: Transform - proto: TableCounterMetal entities: - uid: 207 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 549 - type: Transform - uid: 210 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 549 - type: Transform - proto: TableFrame entities: - uid: 230 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 549 - type: Transform - proto: TableGlass entities: - uid: 177 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 549 - type: Transform - uid: 178 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 549 - type: Transform - uid: 202 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 549 - type: Transform - uid: 203 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 549 - type: Transform - uid: 204 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 549 - type: Transform - uid: 215 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 549 - type: Transform - uid: 216 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 549 - type: Transform - uid: 217 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 549 - type: Transform - uid: 330 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 549 - type: Transform - proto: TablePlasmaGlass entities: - uid: 304 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 549 - type: Transform - proto: TableReinforcedGlass entities: - uid: 288 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 549 - type: Transform - proto: TorsoHuman entities: - uid: 147 components: - - flags: InContainer - type: MetaData - - parent: 146 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 146 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 149 components: - - flags: InContainer - type: MetaData - - parent: 148 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 148 + - type: Physics + canCollide: False - type: InsideEntityStorage -- proto: VendingMachineSmartFridge - entities: - - uid: 206 - components: - - flags: SessionSpecific - type: MetaData - - pos: -2.5,-3.5 - parent: 549 - type: Transform - proto: WallReinforced entities: - uid: 3 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 549 - type: Transform - uid: 8 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 549 - type: Transform - uid: 9 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 549 - type: Transform - uid: 10 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 549 - type: Transform - uid: 11 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 549 - type: Transform - uid: 12 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 549 - type: Transform - uid: 13 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 549 - type: Transform - uid: 14 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 549 - type: Transform - uid: 15 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 549 - type: Transform - uid: 16 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 549 - type: Transform - uid: 17 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 549 - type: Transform - uid: 18 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 549 - type: Transform - uid: 19 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 549 - type: Transform - uid: 20 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 549 - type: Transform - uid: 21 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 549 - type: Transform - uid: 22 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 549 - type: Transform - uid: 23 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 549 - type: Transform - uid: 24 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 549 - type: Transform - uid: 25 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 549 - type: Transform - uid: 26 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 549 - type: Transform - uid: 27 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 549 - type: Transform - uid: 28 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 549 - type: Transform - uid: 30 components: - - pos: -7.5,-12.5 + - type: Transform + pos: -7.5,-12.5 parent: 549 - type: Transform - uid: 38 components: - - pos: -5.5,-13.5 + - type: Transform + pos: -5.5,-13.5 parent: 549 - type: Transform - uid: 39 components: - - pos: -4.5,-13.5 + - type: Transform + pos: -4.5,-13.5 parent: 549 - type: Transform - uid: 40 components: - - pos: -3.5,-13.5 + - type: Transform + pos: -3.5,-13.5 parent: 549 - type: Transform - uid: 41 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 549 - type: Transform - uid: 42 components: - - pos: -1.5,-13.5 + - type: Transform + pos: -1.5,-13.5 parent: 549 - type: Transform - uid: 43 components: - - pos: -0.5,-13.5 + - type: Transform + pos: -0.5,-13.5 parent: 549 - type: Transform - uid: 44 components: - - pos: 0.5,-13.5 + - type: Transform + pos: 0.5,-13.5 parent: 549 - type: Transform - uid: 45 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 549 - type: Transform - uid: 46 components: - - pos: -5.5,-17.5 + - type: Transform + pos: -5.5,-17.5 parent: 549 - type: Transform - uid: 47 components: - - pos: -2.5,-17.5 + - type: Transform + pos: -2.5,-17.5 parent: 549 - type: Transform - uid: 48 components: - - pos: 0.5,-17.5 + - type: Transform + pos: 0.5,-17.5 parent: 549 - type: Transform - uid: 49 components: - - pos: 1.5,-17.5 + - type: Transform + pos: 1.5,-17.5 parent: 549 - type: Transform - uid: 50 components: - - pos: 1.5,-16.5 + - type: Transform + pos: 1.5,-16.5 parent: 549 - type: Transform - uid: 51 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 549 - type: Transform - uid: 52 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 549 - type: Transform - uid: 53 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 549 - type: Transform - uid: 54 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 549 - type: Transform - uid: 55 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 549 - type: Transform - uid: 56 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 549 - type: Transform - uid: 57 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 549 - type: Transform - uid: 58 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 549 - type: Transform - uid: 59 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 549 - type: Transform - uid: 60 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 549 - type: Transform - uid: 61 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 549 - type: Transform - uid: 62 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 549 - type: Transform - uid: 63 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 549 - type: Transform - uid: 119 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 549 - type: Transform - uid: 120 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 549 - type: Transform - uid: 121 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 549 - type: Transform - uid: 137 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 549 - type: Transform - uid: 138 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 549 - type: Transform - uid: 139 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 549 - type: Transform - uid: 316 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 549 - type: Transform - uid: 317 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 549 - type: Transform - uid: 318 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 549 - type: Transform - proto: WallSolid entities: - uid: 29 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 549 - type: Transform - uid: 32 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 549 - type: Transform - uid: 64 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 549 - type: Transform - uid: 65 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 549 - type: Transform - uid: 66 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 549 - type: Transform - uid: 122 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 549 - type: Transform - uid: 123 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 549 - type: Transform - uid: 124 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 549 - type: Transform - uid: 125 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 + parent: 549 +- proto: WarpPoint + entities: + - uid: 554 + components: + - type: Transform + pos: -1.5,-7.5 parent: 549 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeaponLaserGun entities: - uid: 145 components: - - flags: InContainer - type: MetaData - - parent: 144 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 144 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Windoor entities: - uid: 211 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,1.5 parent: 549 - type: Transform - uid: 212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 549 - type: Transform - proto: WindoorSecureChemistryLocked entities: - uid: 208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-1.5 parent: 549 - type: Transform - uid: 209 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 549 - type: Transform - proto: WindowDirectional entities: - uid: 284 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 549 - type: Transform - uid: 285 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-3.5 parent: 549 - type: Transform - uid: 286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 549 - type: Transform - uid: 287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-3.5 parent: 549 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-perma.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-perma.yml index 84278cf250..940d486c78 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-perma.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-perma.yml @@ -3,56 +3,58 @@ meta: postmapinit: false tilemap: 0: Space - 12: FloorBar - 53: FloorGym - 89: FloorSteelDirty - 96: FloorTechMaint - 110: FloorWood - 112: Lattice - 113: Plating + 14: FloorBar + 56: FloorGym + 78: FloorReinforced + 97: FloorSteelDirty + 105: FloorTechMaint + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 273 components: - type: MetaData - - pos: 0.484375,0.35145855 + - type: Transform + pos: 0.484375,0.35145855 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAADAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAADgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAADgAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADWQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADYQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: cQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbgAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAAAbgAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACcQAAAAAAbgAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACegAAAAAAdwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAANQAAAAABNQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAANQAAAAAANQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAANQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOAAAAAABOAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -97,8 +99,8 @@ entities: 35: -1,3 36: 1,3 37: 4,3 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -150,7 +152,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -158,1176 +159,1183 @@ entities: entities: - uid: 145 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-1.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - proto: AirlockMaintLocked entities: - uid: 72 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 273 - type: Transform - proto: Bed entities: - uid: 120 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 273 - type: Transform - uid: 121 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 273 - type: Transform - proto: BedsheetYellow entities: - uid: 122 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 273 - type: Transform - uid: 123 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 273 - type: Transform - proto: BoxFolderBase entities: - uid: 133 components: - - pos: 0.609375,-2.4388466 + - type: Transform + pos: 0.609375,-2.4388466 parent: 273 - type: Transform - proto: CableApcExtension entities: - uid: 224 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - uid: 225 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - uid: 226 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 227 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 228 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 229 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - uid: 230 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 273 - type: Transform - uid: 231 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 273 - type: Transform - uid: 232 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 273 - type: Transform - uid: 233 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 273 - type: Transform - uid: 234 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 273 - type: Transform - uid: 235 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 273 - type: Transform - uid: 236 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 273 - type: Transform - uid: 237 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 273 - type: Transform - uid: 238 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 273 - type: Transform - uid: 239 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 273 - type: Transform - uid: 240 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 273 - type: Transform - uid: 241 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 273 - type: Transform - uid: 242 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 273 - type: Transform - uid: 243 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 273 - type: Transform - uid: 244 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 273 - type: Transform - proto: CableHV entities: - uid: 88 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 273 - type: Transform - uid: 89 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 273 - type: Transform - uid: 90 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 273 - type: Transform - uid: 91 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 273 - type: Transform - uid: 92 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 273 - type: Transform - uid: 93 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 273 - type: Transform - uid: 94 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 273 - type: Transform - uid: 95 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 273 - type: Transform - uid: 96 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 273 - type: Transform - uid: 97 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 273 - type: Transform - uid: 98 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 273 - type: Transform - uid: 99 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 273 - type: Transform - uid: 158 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 273 - type: Transform - uid: 159 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 273 - type: Transform - uid: 160 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 273 - type: Transform - uid: 161 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 273 - type: Transform - uid: 162 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 273 - type: Transform - uid: 163 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 273 - type: Transform - uid: 164 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 273 - type: Transform - uid: 165 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - uid: 166 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - uid: 167 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 168 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 169 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 170 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - uid: 171 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 273 - type: Transform - uid: 172 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 273 - type: Transform - uid: 173 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 273 - type: Transform - uid: 174 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 273 - type: Transform - uid: 175 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 273 - type: Transform - uid: 176 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 273 - type: Transform - uid: 177 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 273 - type: Transform - uid: 178 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 273 - type: Transform - uid: 179 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 273 - type: Transform - uid: 180 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 273 - type: Transform - proto: CableMV entities: - uid: 204 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 273 - type: Transform - uid: 205 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 273 - type: Transform - uid: 206 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 273 - type: Transform - uid: 207 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 273 - type: Transform - uid: 208 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 273 - type: Transform - uid: 209 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 273 - type: Transform - uid: 210 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 273 - type: Transform - uid: 211 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - uid: 212 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 213 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 214 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 215 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - uid: 216 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - uid: 217 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 273 - type: Transform - uid: 218 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 273 - type: Transform - uid: 219 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 273 - type: Transform - uid: 220 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 273 - type: Transform - uid: 221 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 273 - type: Transform - uid: 222 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 273 - type: Transform - uid: 223 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 273 - type: Transform - proto: Catwalk entities: - uid: 255 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 273 - type: Transform - uid: 256 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 273 - type: Transform - uid: 257 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 273 - type: Transform - uid: 258 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 259 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 260 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 261 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - uid: 262 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - uid: 263 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 273 - type: Transform - uid: 264 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 273 - type: Transform - uid: 265 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 273 - type: Transform - uid: 266 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 273 - type: Transform - uid: 267 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 273 - type: Transform - proto: ClothingHeadHatCone entities: - uid: 73 components: - - pos: 0.828125,1.9079227 + - type: Transform + pos: 0.828125,1.9079227 parent: 273 - type: Transform - uid: 74 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.984375,1.5795698 parent: 273 - type: Transform - proto: ClothingNeckTieDet entities: - uid: 57 components: - - pos: 2.453125,5.207089 + - type: Transform + pos: 2.453125,5.207089 parent: 273 - type: Transform - proto: ClothingOuterCoatDetective entities: - uid: 269 components: - - pos: 3.7597818,4.372019 + - type: Transform + pos: 3.7597818,4.372019 parent: 273 - type: Transform - proto: ClothingUniformJumpsuitPsychologist entities: - uid: 60 components: - - pos: 3.3125,4.268937 + - type: Transform + pos: 3.3125,4.268937 parent: 273 - type: Transform - proto: ComputerBroken entities: - uid: 107 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 273 - type: Transform - proto: CrateVendingMachineRestockSeedsFilled entities: - uid: 116 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 273 - type: Transform - proto: CrayonBox entities: - uid: 139 components: - - pos: -0.59375,-2.454482 + - type: Transform + pos: -0.59375,-2.454482 parent: 273 - type: Transform - proto: DisposalBend entities: - uid: 183 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,0.5 parent: 273 - type: Transform - uid: 184 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 273 - type: Transform - uid: 185 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,1.5 parent: 273 - type: Transform - uid: 186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,4.5 parent: 273 - type: Transform - proto: DisposalPipe entities: - uid: 187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,4.5 parent: 273 - type: Transform - uid: 188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,4.5 parent: 273 - type: Transform - uid: 189 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 273 - type: Transform - uid: 190 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 273 - type: Transform - uid: 191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 273 - type: Transform - uid: 192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,1.5 parent: 273 - type: Transform - uid: 193 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,1.5 parent: 273 - type: Transform - uid: 194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,1.5 parent: 273 - type: Transform - uid: 195 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,1.5 parent: 273 - type: Transform - uid: 196 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,1.5 parent: 273 - type: Transform - proto: DisposalPipeBroken entities: - uid: 182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,0.5 parent: 273 - type: Transform - proto: DisposalTrunk entities: - uid: 181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,4.5 parent: 273 - type: Transform - proto: DrinkDemonsBlood entities: - uid: 151 components: - - pos: -3.859375,1.5795698 + - type: Transform + pos: -3.859375,1.5795698 parent: 273 - type: Transform - proto: DrinkMugMetal entities: - uid: 129 components: - - pos: -0.65625,-0.2185545 + - type: Transform + pos: -0.65625,-0.2185545 parent: 273 - type: Transform - uid: 130 components: - - pos: -0.21875,-0.37491322 + - type: Transform + pos: -0.21875,-0.37491322 parent: 273 - type: Transform - uid: 131 components: - - pos: -0.625,-2.1104937 + - type: Transform + pos: -0.625,-2.1104937 parent: 273 - type: Transform - uid: 132 components: - - pos: -0.125,-2.3606672 + - type: Transform + pos: -0.125,-2.3606672 parent: 273 - type: Transform - proto: DrinkShaker entities: - uid: 128 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.484375,-0.8439884 parent: 273 - type: Transform - proto: Firelock entities: - uid: 268 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 273 - type: Transform - proto: FoodBreadMoldySlice entities: - uid: 61 components: - - pos: 3.4375,3.8311334 + - type: Transform + pos: 3.4375,3.8311334 parent: 273 - type: Transform - uid: 270 components: - - pos: 3.4472816,5.2632627 + - type: Transform + pos: 3.4472816,5.2632627 parent: 273 - type: Transform - proto: FoodPizzaMoldySlice entities: - uid: 62 components: - - pos: 3.546875,3.5496879 + - type: Transform + pos: 3.546875,3.5496879 parent: 273 - type: Transform - proto: GasPipeBend entities: - uid: 246 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-2.5 parent: 273 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 247 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 273 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 parent: 273 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 249 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 273 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 250 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 273 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 252 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 273 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 253 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 273 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 254 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 273 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentPump entities: - uid: 251 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 273 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 273 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-2.5 parent: 273 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 273 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 23 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 273 - type: Transform - uid: 24 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 273 - type: Transform - uid: 25 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 273 - type: Transform - uid: 42 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 273 - type: Transform - uid: 43 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 273 - type: Transform - proto: HatSpawner entities: - uid: 59 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 273 - type: Transform - proto: HydroponicsToolClippers entities: - uid: 126 components: - - pos: 3.09375,-1.5319662 + - type: Transform + pos: 3.09375,-1.5319662 parent: 273 - type: Transform - proto: HydroponicsToolMiniHoe entities: - uid: 125 components: - - pos: 4.3125,-1.4068794 + - type: Transform + pos: 4.3125,-1.4068794 parent: 273 - type: Transform - proto: HydroponicsToolSpade entities: - uid: 124 components: - - pos: 4.609375,-1.4850588 + - type: Transform + pos: 4.609375,-1.4850588 parent: 273 - type: Transform - proto: hydroponicsTray entities: - uid: 118 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 273 - type: Transform - uid: 119 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 273 - type: Transform - proto: Lamp entities: - uid: 105 components: - - pos: 4.5,-3.0017376 + - type: Transform + pos: 4.5,-3.0017376 parent: 273 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 273 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 147 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 273 - type: Transform - proto: Paper entities: - uid: 134 components: - - pos: 0.453125,-1.7821407 + - type: Transform + pos: 0.453125,-1.7821407 parent: 273 - type: Transform - uid: 135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.75,-1.5788746 parent: 273 - type: Transform - uid: 136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.359375,-2.720292 parent: 273 - type: Transform - uid: 137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.15625,-3.0330086 parent: 273 - type: Transform - proto: PosterContrabandBustyBackdoorExoBabes6 entities: - uid: 44 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 273 - type: Transform - proto: Poweredlight entities: - uid: 201 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 202 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-1.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 198 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,4.5 parent: 273 - type: Transform - uid: 203 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLightEmpty entities: - uid: 199 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 273 - type: Transform - uid: 200 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 75 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 273 - type: Transform - proto: Railing entities: - uid: 47 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 273 - type: Transform - uid: 48 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 273 - type: Transform - proto: RandomAmmoBox entities: - uid: 276 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 273 - type: Transform - proto: RandomBoards entities: - uid: 108 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 273 - type: Transform - proto: RandomDrinkBottle entities: - uid: 76 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 273 - type: Transform - proto: RandomItem entities: - uid: 148 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 273 - type: Transform - uid: 149 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 273 - type: Transform - uid: 150 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 273 - type: Transform - proto: RandomPainting entities: - uid: 103 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 273 - type: Transform - proto: RandomPosterContraband entities: - uid: 45 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 273 - type: Transform - uid: 46 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 273 - type: Transform - proto: RandomPosterLegit entities: - uid: 70 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 273 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 100 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 273 - type: Transform - uid: 101 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 273 - type: Transform - uid: 102 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 273 - type: Transform - proto: SalvageHumanCorpseSpawner entities: - uid: 274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,0.5 parent: 273 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 138 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 273 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 115 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 273 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 157 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 273 - type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 51 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 273 - type: Transform - uid: 52 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 273 - type: Transform - uid: 53 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 273 - type: Transform - proto: ShardGlass entities: - uid: 272 components: - - pos: 2.5722816,3.8400364 + - type: Transform + pos: 2.5722816,3.8400364 parent: 273 - type: Transform - proto: ShardGlassReinforced entities: - uid: 55 components: - - pos: -0.2245934,5.278536 + - type: Transform + pos: -0.2245934,5.278536 parent: 273 - type: Transform - uid: 56 components: - - pos: -1.6464684,4.4654713 + - type: Transform + pos: -1.6464684,4.4654713 parent: 273 - type: Transform - uid: 271 components: - - pos: 0.1035316,7.5770063 + - type: Transform + pos: 0.1035316,7.5770063 parent: 273 - type: Transform - proto: ShuttersNormalOpen entities: - uid: 141 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 273 - type: Transform - - links: + - type: DeviceLinkSink + links: - 144 - type: DeviceLinkSink - uid: 142 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 273 - type: Transform - - links: + - type: DeviceLinkSink + links: - 144 - type: DeviceLinkSink - uid: 143 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 273 - type: Transform - - links: + - type: DeviceLinkSink + links: - 144 - type: DeviceLinkSink - proto: SignalSwitchDirectional entities: - uid: 144 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 273 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 141: - On: Open - Off: Close @@ -1337,439 +1345,445 @@ entities: 143: - On: Open - Off: Close - type: DeviceLinkSource - proto: soda_dispenser entities: - uid: 127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 273 - type: Transform - proto: SolarPanel entities: - uid: 78 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 273 - type: Transform - uid: 79 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 273 - type: Transform - uid: 82 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 273 - type: Transform - uid: 85 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 273 - type: Transform - uid: 86 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 273 - type: Transform - uid: 87 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 273 - type: Transform - proto: SolarPanelBroken entities: - uid: 77 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 273 - type: Transform - uid: 80 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 273 - type: Transform - uid: 81 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 273 - type: Transform - uid: 83 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 273 - type: Transform - uid: 84 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 273 - type: Transform - proto: SpaceCash entities: - uid: 63 components: - - pos: -0.34375,5.0350943 + - type: Transform + pos: -0.34375,5.0350943 parent: 273 - type: Transform - uid: 64 components: - - pos: -1.21875,4.738013 + - type: Transform + pos: -1.21875,4.738013 parent: 273 - type: Transform - uid: 65 components: - - pos: -0.390625,3.205699 + - type: Transform + pos: -0.390625,3.205699 parent: 273 - type: Transform - uid: 66 components: - - pos: 1.265625,4.644198 + - type: Transform + pos: 1.265625,4.644198 parent: 273 - type: Transform - uid: 67 components: - - pos: 0.5,4.8787355 + - type: Transform + pos: 0.5,4.8787355 parent: 273 - type: Transform - uid: 68 components: - - pos: 0.46875,5.535442 + - type: Transform + pos: 0.46875,5.535442 parent: 273 - type: Transform - proto: SpaceCash10 entities: - uid: 69 components: - - pos: 3.71875,3.6747746 + - type: Transform + pos: 3.71875,3.6747746 parent: 273 - type: Transform - proto: SpaceTickSpawner entities: - uid: 152 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 273 - type: Transform - uid: 153 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 273 - type: Transform - uid: 154 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 273 - type: Transform - uid: 155 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 273 - type: Transform - uid: 156 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 273 - type: Transform - uid: 275 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-1.5 parent: 273 - type: Transform - proto: StoolBar entities: - uid: 49 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 273 - type: Transform - uid: 50 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 273 - type: Transform - uid: 113 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 273 - type: Transform - uid: 114 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-3.5 parent: 273 - type: Transform - proto: TableWood entities: - uid: 58 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 273 - type: Transform - uid: 104 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 273 - type: Transform - uid: 109 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 273 - type: Transform - uid: 110 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 273 - type: Transform - uid: 111 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 273 - type: Transform - uid: 112 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 273 - type: Transform - proto: UniformJabroni entities: - uid: 54 components: - - pos: -0.296875,5.551078 + - type: Transform + pos: -0.296875,5.551078 parent: 273 - type: Transform - proto: VendingMachineSeedsUnlocked entities: - uid: 117 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 273 - type: Transform - proto: WallmountTelescreenFrame entities: - uid: 140 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 273 - type: Transform - uid: 197 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-3.5 parent: 273 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 273 - type: Transform - uid: 2 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 273 - type: Transform - uid: 3 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 273 - type: Transform - uid: 4 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 273 - type: Transform - uid: 5 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 273 - type: Transform - uid: 6 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 273 - type: Transform - uid: 7 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 273 - type: Transform - uid: 8 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 273 - type: Transform - uid: 9 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 273 - type: Transform - uid: 10 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 273 - type: Transform - uid: 11 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 273 - type: Transform - uid: 12 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 273 - type: Transform - uid: 13 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 273 - type: Transform - uid: 14 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 273 - type: Transform - uid: 15 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 273 - type: Transform - uid: 16 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 273 - type: Transform - uid: 17 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 273 - type: Transform - uid: 18 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 273 - type: Transform - uid: 19 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 273 - type: Transform - uid: 20 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 273 - type: Transform - uid: 21 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 273 - type: Transform - uid: 22 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 273 - type: Transform - uid: 26 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 273 - type: Transform - uid: 27 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 273 - type: Transform - uid: 28 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 273 - type: Transform - uid: 29 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 273 - type: Transform - uid: 30 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 273 - type: Transform - uid: 31 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 273 - type: Transform - uid: 32 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 273 - type: Transform - uid: 33 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 273 - type: Transform - uid: 34 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 273 - type: Transform - uid: 35 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 273 - type: Transform - proto: WallSolid entities: - uid: 36 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 273 - type: Transform - uid: 37 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 273 - type: Transform - uid: 38 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 273 - type: Transform - uid: 39 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 273 - type: Transform - uid: 40 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 273 - type: Transform - uid: 41 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 273 - type: Transform - proto: WarningAir entities: - uid: 71 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 + parent: 273 +- proto: WarpPoint + entities: + - uid: 277 + components: + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeaponDisabler entities: - uid: 106 components: - - pos: 5.5625,-4.377693 + - type: Transform + pos: 5.5625,-4.377693 parent: 273 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-salvage.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-salvage.yml index f555c6ce9f..e2b2a80a3c 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-salvage.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-salvage.yml @@ -3,54 +3,55 @@ meta: postmapinit: false tilemap: 0: Space - 72: FloorReinforced - 84: FloorSteel - 96: FloorTechMaint - 112: Lattice - 113: Plating + 78: FloorReinforced + 90: FloorSteel + 105: FloorTechMaint + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 172 components: - type: MetaData - - pos: 0.6875,0.22376633 + - type: Transform + pos: 0.6875,0.22376633 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAACVAAAAAAAVAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAVAAAAAAAVAAAAAADVAAAAAACVAAAAAABVAAAAAABVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAABVAAAAAAAVAAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAADVAAAAAABVAAAAAACcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: VAAAAAABVAAAAAADVAAAAAACVAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAABVAAAAAABVAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAABWgAAAAADWgAAAAACWgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -175,8 +176,8 @@ entities: 22: -3,4 23: -2,4 24: -1,4 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -230,7 +231,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -238,806 +238,817 @@ entities: entities: - uid: 70 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 172 - type: Transform - proto: AirlockMaint entities: - uid: 42 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 172 - type: Transform - proto: AirlockMaintSalvageLocked entities: - uid: 43 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 172 - type: Transform - proto: BlastDoor entities: - uid: 73 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 172 - type: Transform - - links: + - type: DeviceLinkSink + links: - 169 - type: DeviceLinkSink - uid: 77 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 172 - type: Transform - - links: + - type: DeviceLinkSink + links: - 169 - type: DeviceLinkSink - uid: 78 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 172 - type: Transform - - links: + - type: DeviceLinkSink + links: - 169 - type: DeviceLinkSink - uid: 79 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 172 - type: Transform - - links: + - type: DeviceLinkSink + links: - 169 - type: DeviceLinkSink - uid: 80 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 172 - type: Transform - - links: + - type: DeviceLinkSink + links: - 169 - type: DeviceLinkSink - proto: CableApcExtension entities: - uid: 118 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 172 - type: Transform - uid: 119 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 172 - type: Transform - uid: 120 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 172 - type: Transform - uid: 121 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 172 - type: Transform - uid: 122 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 172 - type: Transform - uid: 123 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 172 - type: Transform - uid: 124 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 172 - type: Transform - uid: 125 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 172 - type: Transform - uid: 126 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 172 - type: Transform - uid: 127 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 172 - type: Transform - uid: 128 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 172 - type: Transform - uid: 129 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 172 - type: Transform - uid: 130 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 172 - type: Transform - uid: 131 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 172 - type: Transform - uid: 132 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 172 - type: Transform - uid: 133 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 172 - type: Transform - uid: 134 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 172 - type: Transform - uid: 135 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 172 - type: Transform - uid: 136 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 172 - type: Transform - uid: 137 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 172 - type: Transform - uid: 138 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 172 - type: Transform - uid: 139 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 172 - type: Transform - uid: 140 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 172 - type: Transform - uid: 141 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 172 - type: Transform - uid: 142 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 172 - type: Transform - uid: 143 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 172 - type: Transform - uid: 144 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 172 - type: Transform - uid: 145 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 172 - type: Transform - uid: 146 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 172 - type: Transform - uid: 147 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 172 - type: Transform - uid: 148 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 172 - type: Transform - uid: 149 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 172 - type: Transform - uid: 150 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 172 - type: Transform - uid: 151 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 172 - type: Transform - uid: 152 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 172 - type: Transform - uid: 153 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 172 - type: Transform - uid: 154 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 172 - type: Transform - proto: Chair entities: - uid: 53 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 172 - type: Transform - proto: ChairOfficeDark entities: - uid: 168 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,0.5 parent: 172 - type: Transform - proto: ClothingShoesSlippers entities: - uid: 54 components: - - pos: -1.375,-2.2807932 + - type: Transform + pos: -1.375,-2.2807932 parent: 172 - type: Transform - proto: ComputerBroken entities: - uid: 72 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 172 - type: Transform - proto: Firelock entities: - uid: 39 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 172 - type: Transform - uid: 40 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 172 - type: Transform - uid: 41 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 172 - type: Transform - proto: GasPipeBend entities: - uid: 90 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,1.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 91 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 105 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 106 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 115 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 95 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 96 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 97 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 98 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 99 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-2.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-2.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 109 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 110 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 112 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 113 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 114 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,1.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 92 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 93 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 94 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 104 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVentPump entities: - uid: 87 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 172 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 88 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-0.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 172 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 89 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,1.5 parent: 172 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 172 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 84 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 172 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 86 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 172 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 172 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 44 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 172 - type: Transform - uid: 45 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 172 - type: Transform - proto: JetpackBlue entities: - uid: 170 components: - - pos: -5.4625,0.60806125 + - type: Transform + pos: -5.4625,0.60806125 parent: 172 - type: Transform - proto: LockerSalvageSpecialistFilled entities: - uid: 68 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 172 - type: Transform - proto: Machete entities: - uid: 60 components: - - pos: -5.4895835,0.6170532 + - type: Transform + pos: -5.4895835,0.6170532 parent: 172 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 74 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 172 - type: Transform - uid: 81 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 172 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 167 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 172 - type: Transform - proto: PartRodMetal entities: - uid: 76 components: - - pos: 3.4895835,-0.414914 + - type: Transform + pos: 3.4895835,-0.414914 parent: 172 - type: Transform - proto: PortableGeneratorPacman entities: - uid: 82 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 172 - type: Transform - proto: PosterContrabandLustyExomorph entities: - uid: 69 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 172 - type: Transform - proto: Poweredlight entities: - uid: 156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-0.5 parent: 172 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-0.5 parent: 172 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 158 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,2.5 parent: 172 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 155 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 172 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 51 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 172 - type: Transform - uid: 59 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 172 - type: Transform - proto: RandomAmmoBox entities: - uid: 173 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 172 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 171 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 172 - type: Transform - proto: RandomItem entities: - uid: 52 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 172 - type: Transform - proto: RandomVending entities: - uid: 50 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 172 - type: Transform - proto: ReinforcedWindow entities: - uid: 46 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 172 - type: Transform - uid: 47 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 172 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 160 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 172 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 161 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 172 - type: Transform - proto: SalvageMobSpawner entities: - uid: 162 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 172 - type: Transform - uid: 163 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 172 - type: Transform - uid: 164 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 172 - type: Transform - uid: 165 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 172 - type: Transform - uid: 166 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 172 - type: Transform - proto: ShardGlass entities: - uid: 159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5679882,1.8262265 parent: 172 - type: Transform - proto: SignDirectionalEng entities: - uid: 56 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 172 - type: Transform - proto: SignDirectionalSalvage entities: - uid: 55 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-1.5 parent: 172 - type: Transform - proto: SignMinerDock entities: - uid: 48 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 172 - type: Transform - proto: SpawnMobCarp entities: - uid: 174 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 172 - type: Transform - proto: SurveillanceCameraConstructed entities: - uid: 57 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 172 - type: Transform - proto: Table entities: - uid: 75 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 172 - type: Transform - proto: TwoWayLever entities: - uid: 169 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 172 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 73: - Left: Open - Right: Open @@ -1058,292 +1069,298 @@ entities: - Left: Open - Right: Open - Middle: Close - type: DeviceLinkSource - proto: VendingMachineTankDispenserEVA entities: - uid: 71 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 172 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 172 - type: Transform - uid: 2 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 172 - type: Transform - uid: 3 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 172 - type: Transform - uid: 4 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 172 - type: Transform - uid: 5 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 172 - type: Transform - uid: 6 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 172 - type: Transform - uid: 7 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 172 - type: Transform - uid: 8 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 172 - type: Transform - uid: 9 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 172 - type: Transform - uid: 10 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 172 - type: Transform - uid: 11 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 172 - type: Transform - uid: 12 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 172 - type: Transform - uid: 13 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 172 - type: Transform - uid: 14 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 172 - type: Transform - uid: 15 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 172 - type: Transform - uid: 16 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 172 - type: Transform - uid: 25 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 172 - type: Transform - uid: 26 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 172 - type: Transform - uid: 27 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 172 - type: Transform - uid: 28 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 172 - type: Transform - uid: 29 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 172 - type: Transform - uid: 30 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 172 - type: Transform - uid: 31 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 172 - type: Transform - uid: 32 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 172 - type: Transform - uid: 33 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 172 - type: Transform - uid: 34 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 172 - type: Transform - uid: 35 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 172 - type: Transform - uid: 36 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 172 - type: Transform - uid: 37 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 172 - type: Transform - uid: 38 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 172 - type: Transform - proto: WallSolid entities: - uid: 17 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 172 - type: Transform - uid: 18 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 172 - type: Transform - uid: 19 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 172 - type: Transform - uid: 20 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 172 - type: Transform - uid: 21 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 172 - type: Transform - uid: 22 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 172 - type: Transform - uid: 23 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 172 - type: Transform - uid: 24 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 172 - type: Transform +- proto: WarpPoint + entities: + - uid: 175 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 172 + - type: WarpPoint + location: Space Debris - proto: WaterTankFull entities: - uid: 49 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 172 - type: Transform - proto: WeldingFuelTankFull entities: - uid: 58 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 172 - type: Transform - proto: WindoorSecureSalvageLocked entities: - uid: 83 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,0.5 parent: 172 - type: Transform - uid: 85 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,0.5 parent: 172 - type: Transform - uid: 116 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,0.5 parent: 172 - type: Transform - uid: 117 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 172 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 61 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,0.5 parent: 172 - type: Transform - uid: 62 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,0.5 parent: 172 - type: Transform - uid: 63 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 172 - type: Transform - uid: 64 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,0.5 parent: 172 - type: Transform - uid: 65 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,3.5 parent: 172 - type: Transform - uid: 66 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 172 - type: Transform - uid: 67 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 172 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-atlas-service.yml b/Resources/Maps/Salvage/DeltaV/DV-atlas-service.yml index 0b07359ada..524f74b260 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-atlas-service.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-atlas-service.yml @@ -3,58 +3,60 @@ meta: postmapinit: false tilemap: 0: Space - 12: FloorBar - 27: FloorDark - 45: FloorGrass - 56: FloorHydro - 58: FloorKitchen - 75: FloorShowroom - 84: FloorSteel - 112: Lattice - 113: Plating + 14: FloorBar + 30: FloorDark + 48: FloorGrass + 59: FloorHydro + 61: FloorKitchen + 78: FloorReinforced + 81: FloorShowroom + 90: FloorSteel + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 683 components: - type: MetaData - - pos: 0.5546875,0.36318558 + - type: Transform + pos: 0.5546875,0.36318558 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAADVAAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAVAAAAAADVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAACVAAAAAABVAAAAAAAVAAAAAAAVAAAAAADVAAAAAABVAAAAAABVAAAAAACVAAAAAADVAAAAAACVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAADAAAAAACDAAAAAAADAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAADAAAAAABDAAAAAACDAAAAAABDAAAAAABDAAAAAABDAAAAAAADAAAAAACDAAAAAABOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAADDAAAAAABOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAACcQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAADDAAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAcQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAADGwAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAADAAAAAAADAAAAAADDAAAAAADDAAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAGwAAAAACOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAACGwAAAAAAcQAAAAAAOgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAABDgAAAAABDgAAAAABDgAAAAAADgAAAAACDgAAAAABPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAADDgAAAAADDgAAAAABPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAAADgAAAAADDgAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAADgAAAAABDgAAAAAADgAAAAADDgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAAAegAAAAAAPQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAABVAAAAAADcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAACVAAAAAAAVAAAAAABVAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAADVAAAAAACVAAAAAACVAAAAAAAVAAAAAADVAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAcQAAAAAALQAAAAAALQAAAAAALQAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAACVAAAAAACcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAcQAAAAAALQAAAAAALQAAAAAALQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAOAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOAAAAAAAVAAAAAADVAAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAALQAAAAAAcQAAAAAAVAAAAAACVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAALQAAAAAAcQAAAAAAVAAAAAABVAAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAVAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAALQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABWgAAAAADTgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATgAAAAAAWgAAAAAAWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAATgAAAAAAOwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAOwAAAAAAWgAAAAADWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMAAAAAAATgAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: SwAAAAAAcQAAAAAAcQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAAcQAAAAAAOAAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAAcQAAAAAAcQAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: UQAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAegAAAAAAOwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAADAAAAAACDAAAAAABDAAAAAABGwAAAAACGwAAAAADGwAAAAABGwAAAAAAGwAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAADGwAAAAAAGwAAAAADGwAAAAAAGwAAAAAAcQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAABVAAAAAACcQAAAAAADAAAAAADDAAAAAADDAAAAAADDAAAAAADDAAAAAACDAAAAAACDAAAAAAADAAAAAABcQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAADcQAAAAAADAAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAABDAAAAAAADAAAAAAADAAAAAAAcQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAACVAAAAAAAcQAAAAAAcQAAAAAADAAAAAAADAAAAAABDAAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAADVAAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAADVAAAAAABVAAAAAADVAAAAAACVAAAAAABVAAAAAACVAAAAAACVAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAACVAAAAAACVAAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAADVAAAAAADVAAAAAACVAAAAAADVAAAAAACVAAAAAABVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAADgAAAAACDgAAAAABDgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABWgAAAAACegAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAADDgAAAAACDgAAAAACDgAAAAAADgAAAAABegAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAADegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAABDgAAAAAADgAAAAAADgAAAAAAegAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -322,8 +324,8 @@ entities: decals: 0: -3,1 1: 6,0 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-2: @@ -417,7 +419,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -425,2957 +426,2961 @@ entities: entities: - uid: 490 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 683 - type: Transform + - type: AtmosDevice + joinedGrid: 683 - proto: AirlockBarLocked entities: - uid: 138 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 683 - type: Transform - proto: AirlockFreezerLocked entities: - uid: 68 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 683 - type: Transform - proto: AirlockGlass entities: - uid: 141 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 683 - type: Transform - uid: 142 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 683 - type: Transform - uid: 143 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 683 - type: Transform - uid: 324 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 683 - type: Transform - uid: 325 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 683 - type: Transform - proto: AirlockHydroGlassLocked entities: - uid: 139 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 683 - type: Transform - uid: 140 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 683 - type: Transform - proto: APCBasic entities: - uid: 491 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 683 - type: Transform - proto: BarSign entities: - uid: 634 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 683 - type: Transform - proto: BoozeDispenser entities: - uid: 209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 683 - type: Transform - proto: Bucket entities: - uid: 296 components: - - pos: 3.3098958,1.0140722 + - type: Transform + pos: 3.3098958,1.0140722 parent: 683 - type: Transform - uid: 297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.221354,-4.1483665 parent: 683 - type: Transform - proto: CableApcExtension entities: - uid: 535 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 683 - type: Transform - uid: 536 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 683 - type: Transform - uid: 537 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 683 - type: Transform - uid: 538 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 683 - type: Transform - uid: 539 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 683 - type: Transform - uid: 540 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 683 - type: Transform - uid: 541 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 683 - type: Transform - uid: 542 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 683 - type: Transform - uid: 543 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 683 - type: Transform - uid: 544 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 683 - type: Transform - uid: 545 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 683 - type: Transform - uid: 546 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 683 - type: Transform - uid: 547 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 683 - type: Transform - uid: 548 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 683 - type: Transform - uid: 549 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 683 - type: Transform - uid: 550 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 683 - type: Transform - uid: 551 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 683 - type: Transform - uid: 552 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 683 - type: Transform - uid: 553 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 683 - type: Transform - uid: 554 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 683 - type: Transform - uid: 555 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 683 - type: Transform - uid: 556 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 683 - type: Transform - uid: 557 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 683 - type: Transform - uid: 558 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 683 - type: Transform - uid: 559 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 683 - type: Transform - uid: 560 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 683 - type: Transform - uid: 561 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 683 - type: Transform - uid: 562 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 683 - type: Transform - uid: 563 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 683 - type: Transform - uid: 564 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 683 - type: Transform - uid: 565 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 683 - type: Transform - uid: 566 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 683 - type: Transform - uid: 567 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 683 - type: Transform - uid: 568 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 683 - type: Transform - uid: 569 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 683 - type: Transform - uid: 570 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 683 - type: Transform - uid: 571 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 683 - type: Transform - uid: 572 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 683 - type: Transform - uid: 573 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 683 - type: Transform - uid: 574 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 683 - type: Transform - uid: 575 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 683 - type: Transform - uid: 576 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 683 - type: Transform - uid: 577 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 683 - type: Transform - uid: 578 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 683 - type: Transform - uid: 579 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 683 - type: Transform - uid: 580 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 683 - type: Transform - uid: 581 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 683 - type: Transform - uid: 582 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 683 - type: Transform - uid: 583 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 683 - type: Transform - uid: 584 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 683 - type: Transform - uid: 585 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 683 - type: Transform - uid: 586 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 683 - type: Transform - uid: 587 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 683 - type: Transform - uid: 588 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 683 - type: Transform - uid: 589 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 683 - type: Transform - uid: 590 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 683 - type: Transform - uid: 591 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 683 - type: Transform - uid: 592 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 683 - type: Transform - uid: 593 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 683 - type: Transform - uid: 594 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 683 - type: Transform - uid: 595 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 683 - type: Transform - uid: 596 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 683 - type: Transform - uid: 597 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 683 - type: Transform - uid: 598 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 683 - type: Transform - uid: 599 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 683 - type: Transform - uid: 600 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 683 - type: Transform - uid: 601 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 683 - type: Transform - uid: 602 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 683 - type: Transform - uid: 603 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 683 - type: Transform - uid: 604 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 683 - type: Transform - uid: 605 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 683 - type: Transform - uid: 606 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 683 - type: Transform - uid: 607 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 683 - type: Transform - uid: 608 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 683 - type: Transform - uid: 609 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 683 - type: Transform - uid: 610 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 683 - type: Transform - uid: 611 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 683 - type: Transform - uid: 612 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 683 - type: Transform - uid: 613 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 683 - type: Transform - uid: 614 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 683 - type: Transform - uid: 615 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 683 - type: Transform - uid: 616 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 683 - type: Transform - uid: 617 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 683 - type: Transform - uid: 618 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 683 - type: Transform - uid: 619 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 683 - type: Transform - uid: 620 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 683 - type: Transform - uid: 621 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 683 - type: Transform - uid: 622 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 683 - type: Transform - uid: 623 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 683 - type: Transform - uid: 624 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 683 - type: Transform - uid: 625 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 683 - type: Transform - uid: 626 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 683 - type: Transform - proto: CableHV entities: - uid: 507 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 683 - type: Transform - uid: 508 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 683 - type: Transform - uid: 509 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 683 - type: Transform - uid: 510 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 683 - type: Transform - uid: 511 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 683 - type: Transform - uid: 512 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 683 - type: Transform - uid: 513 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 683 - type: Transform - uid: 514 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 683 - type: Transform - uid: 515 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 683 - type: Transform - uid: 516 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 683 - type: Transform - uid: 517 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 683 - type: Transform - uid: 518 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 683 - type: Transform - uid: 519 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 683 - type: Transform - uid: 520 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 683 - type: Transform - uid: 521 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 683 - type: Transform - uid: 522 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 683 - type: Transform - uid: 523 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 683 - type: Transform - uid: 524 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 683 - type: Transform - uid: 525 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 683 - type: Transform - uid: 526 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 683 - type: Transform - uid: 527 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 683 - type: Transform - uid: 528 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 683 - type: Transform - uid: 529 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 683 - type: Transform - uid: 530 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 683 - type: Transform - uid: 531 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 683 - type: Transform - uid: 532 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 683 - type: Transform - uid: 533 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 683 - type: Transform - uid: 534 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 683 - type: Transform - proto: CableMV entities: - uid: 492 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 683 - type: Transform - uid: 493 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 683 - type: Transform - uid: 494 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 683 - type: Transform - uid: 495 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 683 - type: Transform - uid: 496 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 683 - type: Transform - uid: 497 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 683 - type: Transform - uid: 498 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 683 - type: Transform - uid: 499 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 683 - type: Transform - uid: 500 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 683 - type: Transform - uid: 501 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 683 - type: Transform - uid: 502 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 683 - type: Transform - uid: 503 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 683 - type: Transform - uid: 504 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 683 - type: Transform - uid: 505 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 683 - type: Transform - uid: 506 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 683 - type: Transform - proto: Chair entities: - uid: 232 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,5.5 parent: 683 - type: Transform - uid: 233 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,5.5 parent: 683 - type: Transform - uid: 234 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-8.5 parent: 683 - type: Transform - uid: 235 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-8.5 parent: 683 - type: Transform - proto: ChairWood entities: - uid: 227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-6.5 parent: 683 - type: Transform - uid: 228 components: - - pos: -9.5,-4.5 + - type: Transform + pos: -9.5,-4.5 parent: 683 - type: Transform - uid: 229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,2.5 parent: 683 - type: Transform - uid: 230 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,3.5 parent: 683 - type: Transform - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,3.5 parent: 683 - type: Transform - proto: ClosetChefFilled entities: - uid: 137 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 683 - type: Transform - proto: ClothingHandsGlovesLeather entities: - uid: 289 components: - - pos: 3.5887437,0.6314991 + - type: Transform + pos: 3.5887437,0.6314991 parent: 683 - type: Transform - proto: ClothingHeadHatTrucker entities: - uid: 290 components: - - pos: 3.546875,0.52154315 + - type: Transform + pos: 3.546875,0.52154315 parent: 683 - type: Transform - proto: ClothingShoesBootsWork entities: - uid: 287 components: - - pos: 1.9298897,-6.263915 + - type: Transform + pos: 1.9298897,-6.263915 parent: 683 - type: Transform - proto: ComputerTelevision entities: - uid: 212 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 683 - type: Transform - proto: CrateFilledSpawner entities: - uid: 630 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 683 - type: Transform - proto: CrateNPCCow entities: - uid: 69 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 683 - type: Transform - proto: DisposalBend entities: - uid: 317 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 683 - type: Transform - uid: 329 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-10.5 parent: 683 - type: Transform - uid: 340 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-1.5 parent: 683 - type: Transform - uid: 341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-2.5 parent: 683 - type: Transform - proto: DisposalJunction entities: - uid: 326 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-10.5 parent: 683 - type: Transform - proto: DisposalPipe entities: - uid: 321 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-10.5 parent: 683 - type: Transform - uid: 322 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-10.5 parent: 683 - type: Transform - uid: 323 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-10.5 parent: 683 - type: Transform - uid: 330 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-10.5 parent: 683 - type: Transform - uid: 331 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-9.5 parent: 683 - type: Transform - uid: 332 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-8.5 parent: 683 - type: Transform - uid: 333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-7.5 parent: 683 - type: Transform - uid: 334 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-6.5 parent: 683 - type: Transform - uid: 335 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-5.5 parent: 683 - type: Transform - uid: 336 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-4.5 parent: 683 - type: Transform - uid: 337 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-3.5 parent: 683 - type: Transform - uid: 343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-1.5 parent: 683 - type: Transform - uid: 344 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-1.5 parent: 683 - type: Transform - proto: DisposalPipeBroken entities: - uid: 318 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-2.5 parent: 683 - type: Transform - uid: 320 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-9.5 parent: 683 - type: Transform - uid: 327 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-10.5 parent: 683 - type: Transform - uid: 328 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-10.5 parent: 683 - type: Transform - uid: 338 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 683 - type: Transform - uid: 339 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-1.5 parent: 683 - type: Transform - uid: 346 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 683 - type: Transform - proto: DisposalTrunk entities: - uid: 316 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-3.5 parent: 683 - type: Transform - uid: 319 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 683 - type: Transform - uid: 342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-2.5 parent: 683 - type: Transform - uid: 345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,5.5 parent: 683 - type: Transform - proto: DisposalUnit entities: - uid: 198 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 683 - type: Transform - uid: 199 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 683 - type: Transform - uid: 200 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 683 - type: Transform - uid: 201 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 683 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 213 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 683 - type: Transform - proto: DrinkLithiumFlask entities: - uid: 288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.4997976,-5.297097 parent: 683 - type: Transform - proto: DrinkShaker entities: - uid: 308 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.4267337,-1.0480859 parent: 683 - type: Transform - proto: EmergencyLight entities: - uid: 656 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-3.5 parent: 683 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,1.5 parent: 683 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-0.5 parent: 683 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 659 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 683 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 660 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 683 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: FirelockEdge entities: - uid: 240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,1.5 parent: 683 - type: Transform - uid: 241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 683 - type: Transform - uid: 242 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 683 - type: Transform - uid: 243 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 683 - type: Transform - uid: 244 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-1.5 parent: 683 - type: Transform - uid: 245 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-2.5 parent: 683 - type: Transform - uid: 246 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-3.5 parent: 683 - type: Transform - uid: 247 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 683 - type: Transform - uid: 248 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-4.5 parent: 683 - type: Transform - uid: 249 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 683 - type: Transform - uid: 250 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 683 - type: Transform - uid: 251 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 683 - type: Transform - proto: FirelockGlass entities: - uid: 144 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 683 - type: Transform - uid: 145 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 683 - type: Transform - uid: 146 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 683 - type: Transform - uid: 147 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 683 - type: Transform - uid: 148 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 683 - type: Transform - uid: 149 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 683 - type: Transform - uid: 150 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 683 - type: Transform - uid: 151 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 683 - type: Transform - uid: 152 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 683 - type: Transform - uid: 153 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 683 - type: Transform - uid: 154 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 683 - type: Transform - uid: 155 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 683 - type: Transform - uid: 156 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 683 - type: Transform - uid: 157 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 683 - type: Transform - uid: 158 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 683 - type: Transform - uid: 159 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 683 - type: Transform - uid: 160 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 683 - type: Transform - uid: 161 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 683 - type: Transform - uid: 236 components: - - pos: -11.5,2.5 + - type: Transform + pos: -11.5,2.5 parent: 683 - type: Transform - uid: 237 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 683 - type: Transform - uid: 238 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 683 - type: Transform - uid: 239 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 683 - type: Transform - uid: 252 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 683 - type: Transform - proto: FloorDrain entities: - uid: 91 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 683 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodBreadMoldySlice entities: - uid: 629 components: - - pos: -9.454466,3.7004807 + - type: Transform + pos: -9.454466,3.7004807 parent: 683 - type: Transform - proto: FoodCannabisButter entities: - uid: 679 components: - - pos: 0.30648696,-2.9974256 + - type: Transform + pos: 0.30648696,-2.9974256 parent: 683 - type: Transform - proto: FoodCarrot entities: - uid: 304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.49773932,-4.0872107 parent: 683 - type: Transform - uid: 305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.4248228,-3.8500671 parent: 683 - type: Transform - uid: 306 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.6142397,-3.8318257 parent: 683 - type: Transform - uid: 307 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.41371918,-4.87161 parent: 683 - type: Transform - proto: FoodCondimentBottleEnzyme entities: - uid: 131 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5280738,-5.144866 parent: 683 - type: Transform - uid: 136 components: - - pos: 0.5280738,-5.436735 + - type: Transform + pos: 0.5280738,-5.436735 parent: 683 - type: Transform - proto: FoodCondimentBottleHotsauce entities: - uid: 286 components: - - pos: 1.6746814,-7.2307315 + - type: Transform + pos: 1.6746814,-7.2307315 parent: 683 - type: Transform - proto: FoodCondimentPacketBbq entities: - uid: 284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.6039643,-7.2672157 parent: 683 - type: Transform - uid: 285 components: - - pos: -0.29406857,-7.5226007 + - type: Transform + pos: -0.29406857,-7.5226007 parent: 683 - type: Transform - proto: FoodMeat entities: - uid: 79 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 80 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 81 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMeatBacon entities: - uid: 87 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 88 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 89 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMeatDuckCutletCooked entities: - uid: 82 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 83 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 84 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 85 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 86 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMeatMeatball entities: - uid: 73 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 74 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 75 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 76 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 77 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 78 components: - - flags: InContainer - type: MetaData - - parent: 72 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 72 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodMeatRotten entities: - uid: 101 components: - - pos: -0.41237217,1.3665254 + - type: Transform + pos: -0.41237217,1.3665254 parent: 683 - type: Transform - uid: 102 components: - - pos: -0.53997636,2.5704868 + - type: Transform + pos: -0.53997636,2.5704868 parent: 683 - type: Transform - uid: 103 components: - - pos: 1.5563779,2.5887282 + - type: Transform + pos: 1.5563779,2.5887282 + parent: 683 +- proto: FoodOnionRedSlice + entities: + - uid: 692 + components: + - type: Transform + pos: 1.2051535,-5.8580723 parent: 683 - type: Transform - proto: GasPipeBend entities: - uid: 394 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 397 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 418 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 419 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 420 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 430 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 381 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 395 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeStraight entities: - uid: 354 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 355 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 356 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 357 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 358 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 359 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 360 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 361 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 362 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 363 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 364 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 365 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 368 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 369 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 370 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 372 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 373 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 374 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 375 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 376 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 377 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 378 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 379 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 380 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 382 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 383 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 384 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 385 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 387 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 388 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-3.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 389 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-4.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 390 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-5.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 391 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 392 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-7.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 393 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-8.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 398 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 399 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 400 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 401 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 402 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 403 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 404 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 405 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 406 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 407 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 408 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 409 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 410 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 412 components: - - pos: -9.5,-10.5 + - type: Transform + pos: -9.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 422 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 423 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 424 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 426 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 427 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 429 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 431 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 432 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 433 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-7.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 434 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-6.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 435 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 436 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-4.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 437 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-3.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 438 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,-2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 439 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 440 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 441 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 442 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 443 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 450 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 451 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-7.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 452 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-6.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 453 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-4.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-3.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 456 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 457 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 458 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 459 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 460 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 461 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 462 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 463 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 464 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 465 components: - - pos: -12.5,2.5 + - type: Transform + pos: -12.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 466 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 467 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 468 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 471 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 472 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 473 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 474 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 475 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 476 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 477 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 478 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 479 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 480 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 482 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 484 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 485 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 486 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 487 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 488 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-8.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 489 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 353 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,3.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 366 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 367 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 371 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 396 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 411 components: - - pos: -9.5,-9.5 + - type: Transform + pos: -9.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 413 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-9.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 414 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 415 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 416 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 417 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 428 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -12.5,6.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 470 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 483 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPressurePump entities: - uid: 481 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasThermoMachineFreezer entities: - uid: 71 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0335FCFF' + - type: AtmosDevice + joinedGrid: 683 - proto: GasVentPump entities: - uid: 421 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 683 - type: Transform + - type: AtmosDevice + joinedGrid: 683 - uid: 445 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 447 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,1.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 448 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 449 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-5.5 parent: 683 - type: Transform - - color: '#0335FCFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,3.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 348 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 349 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 350 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-2.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 351 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-6.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 352 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 683 - type: Transform - - color: '#FF1212FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 683 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: Grille entities: - uid: 6 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 683 - type: Transform - uid: 45 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 683 - type: Transform - uid: 46 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 683 - type: Transform - uid: 47 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 683 - type: Transform - uid: 48 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 683 - type: Transform - uid: 49 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 683 - type: Transform - uid: 50 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 683 - type: Transform - uid: 51 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 683 - type: Transform - uid: 52 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 683 - type: Transform - uid: 53 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 683 - type: Transform - uid: 54 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 683 - type: Transform - uid: 55 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 683 - type: Transform - uid: 56 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 683 - type: Transform - uid: 163 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 683 - type: Transform - uid: 164 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 683 - type: Transform - uid: 165 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 683 - type: Transform - uid: 166 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 683 - type: Transform - uid: 167 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 683 - type: Transform - uid: 169 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 683 - type: Transform - uid: 171 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 683 - type: Transform - proto: HydroponicsToolClippers entities: - uid: 293 components: - - pos: 6.9374995,-4.4402366 + - type: Transform + pos: 6.9374995,-4.4402366 parent: 683 - type: Transform - proto: HydroponicsToolHatchet entities: - uid: 294 components: - - pos: 4.5130205,2.8200135 + - type: Transform + pos: 4.5130205,2.8200135 parent: 683 - type: Transform - proto: HydroponicsToolMiniHoe entities: - uid: 292 components: - - pos: 4.6953125,-2.1600068 + - type: Transform + pos: 4.6953125,-2.1600068 parent: 683 - type: Transform - proto: HydroponicsToolScythe entities: - uid: 295 components: - - pos: 4.9505205,-1.1931901 + - type: Transform + pos: 4.9505205,-1.1931901 parent: 683 - type: Transform - proto: HydroponicsToolSpade entities: - uid: 291 components: - - pos: 4.640625,0.57626843 + - type: Transform + pos: 4.640625,0.57626843 parent: 683 - type: Transform - proto: hydroponicsTray entities: - uid: 259 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 683 - type: Transform - uid: 261 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 683 - type: Transform - uid: 262 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 683 - type: Transform - uid: 263 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 683 - type: Transform - uid: 264 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 683 - type: Transform - uid: 265 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 683 - type: Transform - uid: 266 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 683 - type: Transform - uid: 267 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 683 - type: Transform - proto: KitchenKnife entities: - uid: 188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5934031,-3.819509 parent: 683 - type: Transform - proto: KitchenMicrowave entities: - uid: 129 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 683 - type: Transform - proto: KitchenReagentGrinder entities: - uid: 130 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 683 - type: Transform - proto: KitchenSpike entities: - uid: 70 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 683 - type: Transform - proto: LampGold entities: - uid: 283 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.609173,-5.078196 parent: 683 - type: Transform - proto: LockerBoozeFilled entities: - uid: 127 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 683 - type: Transform - proto: LockerBotanistLoot entities: - uid: 260 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 683 - type: Transform - proto: LockerFreezer entities: - uid: 72 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 683 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -3401,564 +3406,564 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: MachineFrameDestroyed entities: - uid: 270 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 683 - type: Transform - proto: PaintingMonkey entities: - uid: 275 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 683 - type: Transform - proto: PianoInstrument entities: - uid: 282 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,1.5 parent: 683 - type: Transform - proto: PosterContrabandShamblersJuice entities: - uid: 273 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 683 - type: Transform - proto: PosterLegitCohibaRobustoAd entities: - uid: 274 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 683 - type: Transform - proto: Poweredlight entities: - uid: 648 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 649 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-5.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 651 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 652 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -9.5,2.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,0.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,-6.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 655 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 661 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-7.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 662 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-3.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 664 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-2.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 665 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 647 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 683 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PuddleFlour entities: - uid: 183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-3.5 parent: 683 - type: Transform - uid: 184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-3.5 parent: 683 - type: Transform - uid: 185 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-4.5 parent: 683 - type: Transform - uid: 186 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 683 - type: Transform - uid: 187 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-3.5 parent: 683 - type: Transform - proto: Railing entities: - uid: 253 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-7.5 parent: 683 - type: Transform - uid: 254 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-8.5 parent: 683 - type: Transform - uid: 255 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-8.5 parent: 683 - type: Transform - uid: 256 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-8.5 parent: 683 - type: Transform - proto: RailingCornerSmall entities: - uid: 257 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 683 - type: Transform - proto: RandomDrinkBottle entities: - uid: 207 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 683 - type: Transform - uid: 208 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 683 - type: Transform - proto: RandomDrinkGlass entities: - uid: 628 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 683 - type: Transform - proto: RandomFoodSingle entities: - uid: 627 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 683 - type: Transform - proto: RandomInstruments entities: - uid: 681 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 683 - type: Transform - proto: RandomItem entities: - uid: 680 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 683 - type: Transform - proto: RandomPosterLegit entities: - uid: 276 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 683 - type: Transform - uid: 277 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 683 - type: Transform - proto: RandomServiceCorpseSpawner entities: - uid: 684 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 683 - type: Transform - uid: 685 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,-4.5 parent: 683 - type: Transform - uid: 686 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,6.5 parent: 683 - type: Transform - proto: RandomVending entities: - uid: 178 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 683 - type: Transform - uid: 179 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 683 - type: Transform - proto: ReagentContainerFlour entities: - uid: 182 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5934031,-3.3999467 parent: 683 - type: Transform - proto: ReinforcedWindow entities: - uid: 63 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 683 - type: Transform - uid: 64 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 683 - type: Transform - uid: 65 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 683 - type: Transform - uid: 66 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 683 - type: Transform - uid: 67 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 683 - type: Transform - uid: 170 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 683 - type: Transform - uid: 172 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 683 - type: Transform - uid: 173 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 683 - type: Transform - uid: 176 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 683 - type: Transform - uid: 177 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 683 - type: Transform - proto: SalvageHumanCorpseSpawner entities: - uid: 687 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-9.5 parent: 683 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 633 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 683 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 631 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 683 - type: Transform - proto: SalvageSeedSpawnerLow entities: - uid: 298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 683 - type: Transform - uid: 299 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,1.5 parent: 683 - type: Transform - uid: 300 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 683 - type: Transform - uid: 301 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-4.5 parent: 683 - type: Transform - uid: 302 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-5.5 parent: 683 - type: Transform - uid: 303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-4.5 parent: 683 - type: Transform - proto: SeedExtractor entities: - uid: 271 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 683 - type: Transform - proto: ShardGlass entities: - uid: 202 components: - - pos: -5.471152,1.4158976 + - type: Transform + pos: -5.471152,1.4158976 parent: 683 - type: Transform - uid: 203 components: - - pos: -4.596152,1.5618322 + - type: Transform + pos: -4.596152,1.5618322 parent: 683 - type: Transform - uid: 204 components: - - pos: -4.6326103,0.7774337 + - type: Transform + pos: -4.6326103,0.7774337 parent: 683 - type: Transform - uid: 205 components: - - pos: -4.705527,0.412597 + - type: Transform + pos: -4.705527,0.412597 parent: 683 - type: Transform - uid: 206 components: - - pos: -4.924277,0.04776007 + - type: Transform + pos: -4.924277,0.04776007 parent: 683 - type: Transform - uid: 309 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.7887125,-4.8241453 parent: 683 - type: Transform - uid: 666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.2772012,-4.09236 parent: 683 - type: Transform - uid: 667 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.714701,-5.3588643 parent: 683 - type: Transform - uid: 668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.7303257,-2.2786002 parent: 683 - type: Transform - uid: 669 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5115757,-0.40229648 parent: 683 - type: Transform - proto: ShardGlassReinforced entities: - uid: 310 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.2105875,-4.5322766 parent: 683 - type: Transform - uid: 311 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.734025,-4.477551 parent: 683 - type: Transform - uid: 312 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.2418375,-6.703055 parent: 683 - type: Transform - uid: 313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.3668375,-6.2834926 parent: 683 - type: Transform - uid: 314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.4352446,0.15587473 parent: 683 - type: Transform - uid: 315 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.682641,3.2387452 parent: 683 - type: Transform - proto: ShuttersWindowOpen entities: - uid: 123 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 683 - type: Transform - - links: + - type: DeviceLinkSink + links: - 126 - type: DeviceLinkSink - uid: 124 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 683 - type: Transform - - links: + - type: DeviceLinkSink + links: - 126 - type: DeviceLinkSink - uid: 125 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 683 - type: Transform - - links: + - type: DeviceLinkSink + links: - 126 - type: DeviceLinkSink - proto: SignalSwitchDirectional entities: - uid: 126 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-5.5 parent: 683 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 125: - On: Open - Off: Close @@ -3968,868 +3973,864 @@ entities: 123: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignBar entities: - uid: 278 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 683 - type: Transform - uid: 279 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 683 - type: Transform - proto: SignChem entities: - uid: 682 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 683 - type: Transform - proto: SignDirectionalBar entities: - uid: 642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.549446,-6.8748894 parent: 683 - type: Transform - proto: SignDirectionalDorms entities: - uid: 638 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.430396,-7.198034 parent: 683 - type: Transform - uid: 643 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.549446,-7.0885797 parent: 683 - type: Transform - proto: SignDirectionalEng entities: - uid: 636 components: - - pos: -10.430396,4.5330157 + - type: Transform + pos: -10.430396,4.5330157 parent: 683 - type: Transform - uid: 640 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.430396,-7.6254144 parent: 683 - type: Transform - uid: 645 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5546546,-7.5107474 parent: 683 - type: Transform - proto: SignDirectionalEvac entities: - uid: 280 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-7.5 parent: 683 - type: Transform - proto: SignDirectionalMed entities: - uid: 641 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.430396,-7.8443165 parent: 683 - type: Transform - uid: 644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.549446,-7.2970576 parent: 683 - type: Transform - proto: SignDirectionalSci entities: - uid: 637 components: - - pos: -10.435604,4.3193254 + - type: Transform + pos: -10.435604,4.3193254 parent: 683 - type: Transform - uid: 646 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5546546,-7.7296495 parent: 683 - type: Transform - proto: SignDirectionalSec entities: - uid: 635 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -10.430396,4.7467055 parent: 683 - type: Transform - proto: SignDirectionalSupply entities: - uid: 639 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.430396,-7.4117246 parent: 683 - type: Transform - proto: SignHydro3 entities: - uid: 258 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 683 - type: Transform - proto: SinkEmpty entities: - uid: 180 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-3.5 parent: 683 - type: Transform - uid: 181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,0.5 parent: 683 - type: Transform - proto: soda_dispenser entities: - uid: 210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-2.5 parent: 683 - type: Transform - proto: SpaceTickSpawner entities: - uid: 670 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 683 - type: Transform - uid: 671 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-1.5 parent: 683 - type: Transform - uid: 672 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 683 - type: Transform - uid: 673 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 683 - type: Transform - uid: 674 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-2.5 parent: 683 - type: Transform - uid: 675 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 683 - type: Transform - uid: 676 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-7.5 parent: 683 - type: Transform - uid: 677 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-6.5 parent: 683 - type: Transform - uid: 678 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 683 - type: Transform - uid: 688 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 683 - type: Transform - uid: 689 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 683 - type: Transform - uid: 690 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 683 - type: Transform - proto: Stool entities: - uid: 281 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,0.5 parent: 683 - type: Transform - proto: StoolBar entities: - uid: 214 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 683 - type: Transform - uid: 215 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 683 - type: Transform - uid: 216 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-0.5 parent: 683 - type: Transform - uid: 217 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-1.5 parent: 683 - type: Transform - uid: 218 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-2.5 parent: 683 - type: Transform - uid: 219 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,-3.5 parent: 683 - type: Transform - uid: 220 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-4.5 parent: 683 - type: Transform - uid: 221 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 683 - type: Transform - uid: 222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 683 - type: Transform - uid: 223 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-5.5 parent: 683 - type: Transform - uid: 224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-8.5 parent: 683 - type: Transform - uid: 225 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-8.5 parent: 683 - type: Transform - uid: 226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-8.5 parent: 683 - type: Transform - proto: Table entities: - uid: 90 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 683 - type: Transform - uid: 94 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 683 - type: Transform - uid: 95 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 683 - type: Transform - uid: 96 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 683 - type: Transform - uid: 97 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 683 - type: Transform - uid: 98 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 683 - type: Transform - uid: 104 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 683 - type: Transform - uid: 105 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 683 - type: Transform - uid: 106 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 683 - type: Transform - uid: 197 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 683 - type: Transform - proto: TableCarpet entities: - uid: 107 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 683 - type: Transform - proto: TableCounterMetal entities: - uid: 108 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 683 - type: Transform - uid: 109 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 683 - type: Transform - uid: 110 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 683 - type: Transform - uid: 111 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 683 - type: Transform - uid: 112 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 683 - type: Transform - uid: 113 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 683 - type: Transform - uid: 114 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 683 - type: Transform - uid: 115 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 683 - type: Transform - uid: 116 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 683 - type: Transform - uid: 117 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 683 - type: Transform - uid: 118 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 683 - type: Transform - uid: 119 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 683 - type: Transform - uid: 120 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 683 - type: Transform - uid: 121 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 683 - type: Transform - uid: 122 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 683 - type: Transform - proto: TableGlass entities: - uid: 194 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 683 - type: Transform - uid: 195 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 683 - type: Transform - uid: 196 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 683 - type: Transform - proto: TableWood entities: - uid: 99 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 683 - type: Transform - uid: 100 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 683 - type: Transform - proto: VendingBarDrobe entities: - uid: 211 components: - - flags: SessionSpecific - type: MetaData - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 683 - type: Transform - proto: VendingMachineBooze entities: - uid: 128 components: - - flags: SessionSpecific - type: MetaData - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 683 - type: Transform - proto: VendingMachineChefvend entities: - uid: 93 components: - - flags: SessionSpecific - type: MetaData - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 683 - type: Transform - proto: VendingMachineDinnerware entities: - uid: 92 components: - - flags: SessionSpecific - type: MetaData - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 683 - type: Transform - proto: VendingMachineNutri entities: - uid: 269 components: - - flags: SessionSpecific - type: MetaData - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 683 - type: Transform - proto: VendingMachineSeedsUnlocked entities: - uid: 268 components: - - flags: SessionSpecific - type: MetaData - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 683 - type: Transform - proto: WallmountTelevision entities: - uid: 632 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 683 - type: Transform - proto: WallReinforced entities: - uid: 162 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 683 - type: Transform - uid: 168 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 683 - type: Transform - proto: WallSolid entities: - uid: 1 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 683 - type: Transform - uid: 2 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 683 - type: Transform - uid: 3 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 683 - type: Transform - uid: 4 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 683 - type: Transform - uid: 5 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 683 - type: Transform - uid: 7 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 683 - type: Transform - uid: 8 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 683 - type: Transform - uid: 9 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 683 - type: Transform - uid: 10 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 683 - type: Transform - uid: 11 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 683 - type: Transform - uid: 12 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 683 - type: Transform - uid: 13 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 683 - type: Transform - uid: 14 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 683 - type: Transform - uid: 15 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 683 - type: Transform - uid: 16 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 683 - type: Transform - uid: 17 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 683 - type: Transform - uid: 18 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 683 - type: Transform - uid: 19 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 683 - type: Transform - uid: 20 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 683 - type: Transform - uid: 21 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 683 - type: Transform - uid: 22 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 683 - type: Transform - uid: 23 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 683 - type: Transform - uid: 24 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 683 - type: Transform - uid: 25 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 683 - type: Transform - uid: 26 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 683 - type: Transform - uid: 27 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 683 - type: Transform - uid: 28 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 683 - type: Transform - uid: 29 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 683 - type: Transform - uid: 30 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 683 - type: Transform - uid: 31 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 683 - type: Transform - uid: 32 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 683 - type: Transform - uid: 33 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 683 - type: Transform - uid: 34 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 683 - type: Transform - uid: 35 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 683 - type: Transform - uid: 36 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 683 - type: Transform - uid: 37 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 683 - type: Transform - uid: 38 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 683 - type: Transform - uid: 39 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 683 - type: Transform - uid: 40 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 683 - type: Transform - uid: 41 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 683 - type: Transform - uid: 42 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 683 - type: Transform - uid: 43 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 683 - type: Transform - uid: 44 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 + parent: 683 +- proto: WarpPoint + entities: + - uid: 691 + components: + - type: Transform + pos: -2.5,-1.5 parent: 683 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WaterTankHighCapacity entities: - uid: 272 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 683 - type: Transform - proto: WindoorBarKitchenLocked entities: - uid: 189 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-5.5 parent: 683 - type: Transform - uid: 190 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-6.5 parent: 683 - type: Transform - proto: WindoorBarLocked entities: - uid: 191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 683 - type: Transform - proto: WindoorHydroponicsLocked entities: - uid: 192 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-2.5 parent: 683 - type: Transform - proto: Window entities: - uid: 57 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 683 - type: Transform - uid: 58 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 683 - type: Transform - uid: 59 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 683 - type: Transform - uid: 60 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 683 - type: Transform - uid: 61 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 683 - type: Transform - uid: 62 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 683 - type: Transform - uid: 174 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 683 - type: Transform - uid: 175 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 683 - type: Transform - proto: WindowDirectional entities: - uid: 132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,1.5 parent: 683 - type: Transform - uid: 133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,1.5 parent: 683 - type: Transform - uid: 134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,1.5 parent: 683 - type: Transform - uid: 135 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,1.5 parent: 683 - type: Transform - uid: 193 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 683 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-bone-cave.yml b/Resources/Maps/Salvage/DeltaV/DV-bone-cave.yml new file mode 100644 index 0000000000..a9eb19847b --- /dev/null +++ b/Resources/Maps/Salvage/DeltaV/DV-bone-cave.yml @@ -0,0 +1,943 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand +entities: +- proto: "" + entities: + - uid: 192 + components: + - type: MetaData + - type: Transform + pos: -1.4791667,2.0479496 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAADBwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -3,-1: + 0: 52424 + -2,-2: + 0: 65518 + -2,-1: + 0: 65535 + -2,-3: + 0: 34816 + -1,-3: + 0: 65532 + 0,-4: + 0: 12288 + 0,-3: + 0: 65527 + 0,-2: + 0: 65535 + 1,-3: + 0: 12544 + 1,-2: + 0: 63351 + 1,-1: + 0: 65535 + 2,-1: + 0: 272 + 0,0: + 0: 65535 + 0,1: + 0: 5119 + 1,0: + 0: 4983 + -3,0: + 0: 136 + -2,0: + 0: 65535 + -2,1: + 0: 206 + -1,0: + 0: 65535 + -1,1: + 0: 53247 + -1,2: + 0: 8 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: SpreaderGrid +- proto: ArgocyteAISpawner + entities: + - uid: 10 + components: + - type: Transform + pos: -1.5,0.5 + parent: 192 +- proto: FloraRockSolid01 + entities: + - uid: 12 + components: + - type: Transform + pos: 1.5,1.5 + parent: 192 +- proto: FloraRockSolid02 + entities: + - uid: 2 + components: + - type: Transform + pos: -4.5,2.5 + parent: 192 + - uid: 4 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 192 +- proto: FloraRockSolid03 + entities: + - uid: 9 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 192 + - uid: 15 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 192 +- proto: HeadSkeleton + entities: + - uid: 14 + components: + - type: Transform + pos: -2.2365794,-2.2636292 + parent: 192 + - uid: 16 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.29467058,-4.577737 + parent: 192 + - uid: 18 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.069913,2.7606933 + parent: 192 +- proto: MaterialBones + entities: + - uid: 1 + components: + - type: Transform + pos: 1.3050873,2.3124654 + parent: 192 +- proto: MaterialBones1 + entities: + - uid: 3 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.11157942,-3.3789876 + parent: 192 + - uid: 5 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.8928294,-3.003727 + parent: 192 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.7469962,-4.3171396 + parent: 192 + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.1532462,-1.1586952 + parent: 192 + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.090746,-2.6493142 + parent: 192 + - uid: 13 + components: + - type: Transform + pos: -2.9761631,0.123445034 + parent: 192 + - uid: 17 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.2946706,-2.6701615 + parent: 192 + - uid: 21 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.1071706,0.23810792 + parent: 192 + - uid: 22 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.58633727,2.2916176 + parent: 192 +- proto: RandomArtifactSpawner + entities: + - uid: 11 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 192 +- proto: RandomRockSpawner + entities: + - uid: 57 + components: + - type: Transform + pos: -4.5,4.5 + parent: 192 + - uid: 58 + components: + - type: Transform + pos: -4.5,3.5 + parent: 192 + - uid: 59 + components: + - type: Transform + pos: -3.5,4.5 + parent: 192 + - uid: 60 + components: + - type: Transform + pos: -3.5,3.5 + parent: 192 + - uid: 61 + components: + - type: Transform + pos: -2.5,4.5 + parent: 192 + - uid: 62 + components: + - type: Transform + pos: -2.5,3.5 + parent: 192 + - uid: 63 + components: + - type: Transform + pos: -1.5,4.5 + parent: 192 + - uid: 64 + components: + - type: Transform + pos: -1.5,3.5 + parent: 192 + - uid: 65 + components: + - type: Transform + pos: -0.5,4.5 + parent: 192 + - uid: 66 + components: + - type: Transform + pos: -0.5,3.5 + parent: 192 + - uid: 67 + components: + - type: Transform + pos: 0.5,4.5 + parent: 192 + - uid: 68 + components: + - type: Transform + pos: 0.5,3.5 + parent: 192 + - uid: 69 + components: + - type: Transform + pos: 1.5,4.5 + parent: 192 + - uid: 70 + components: + - type: Transform + pos: 1.5,3.5 + parent: 192 + - uid: 71 + components: + - type: Transform + pos: -2.5,6.5 + parent: 192 + - uid: 72 + components: + - type: Transform + pos: -2.5,5.5 + parent: 192 + - uid: 73 + components: + - type: Transform + pos: -1.5,6.5 + parent: 192 + - uid: 74 + components: + - type: Transform + pos: -1.5,5.5 + parent: 192 + - uid: 75 + components: + - type: Transform + pos: -0.5,6.5 + parent: 192 + - uid: 76 + components: + - type: Transform + pos: -0.5,5.5 + parent: 192 + - uid: 77 + components: + - type: Transform + pos: 0.5,6.5 + parent: 192 + - uid: 78 + components: + - type: Transform + pos: 0.5,5.5 + parent: 192 + - uid: 79 + components: + - type: Transform + pos: 2.5,3.5 + parent: 192 + - uid: 80 + components: + - type: Transform + pos: 2.5,2.5 + parent: 192 + - uid: 81 + components: + - type: Transform + pos: 2.5,1.5 + parent: 192 + - uid: 82 + components: + - type: Transform + pos: 2.5,0.5 + parent: 192 + - uid: 83 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 192 + - uid: 84 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 192 + - uid: 85 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 192 + - uid: 86 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 192 + - uid: 87 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 192 + - uid: 88 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 192 + - uid: 89 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 192 + - uid: 90 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 192 + - uid: 91 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 192 + - uid: 92 + components: + - type: Transform + pos: 3.5,3.5 + parent: 192 + - uid: 93 + components: + - type: Transform + pos: 3.5,2.5 + parent: 192 + - uid: 94 + components: + - type: Transform + pos: 3.5,1.5 + parent: 192 + - uid: 95 + components: + - type: Transform + pos: 3.5,0.5 + parent: 192 + - uid: 96 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 192 + - uid: 97 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 192 + - uid: 98 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 192 + - uid: 99 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 192 + - uid: 100 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 192 + - uid: 101 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 192 + - uid: 102 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 192 + - uid: 103 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 192 + - uid: 104 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 192 + - uid: 105 + components: + - type: Transform + pos: 4.5,1.5 + parent: 192 + - uid: 106 + components: + - type: Transform + pos: 4.5,0.5 + parent: 192 + - uid: 107 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 192 + - uid: 108 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 192 + - uid: 109 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 192 + - uid: 110 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 192 + - uid: 111 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 192 + - uid: 112 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 192 + - uid: 113 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 192 + - uid: 114 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 192 + - uid: 115 + components: + - type: Transform + pos: 5.5,1.5 + parent: 192 + - uid: 116 + components: + - type: Transform + pos: 5.5,0.5 + parent: 192 + - uid: 117 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 192 + - uid: 118 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 192 + - uid: 119 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 192 + - uid: 120 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 192 + - uid: 121 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 192 + - uid: 122 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 192 + - uid: 123 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 192 + - uid: 124 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 192 + - uid: 125 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 192 + - uid: 126 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 192 + - uid: 127 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 192 + - uid: 128 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 192 + - uid: 129 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 192 + - uid: 130 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 192 + - uid: 131 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 192 + - uid: 132 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 192 + - uid: 133 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 192 + - uid: 134 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 192 + - uid: 135 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 192 + - uid: 136 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 192 + - uid: 137 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 192 + - uid: 138 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 192 + - uid: 139 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 192 + - uid: 140 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 192 + - uid: 141 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 192 + - uid: 142 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 192 + - uid: 143 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 192 + - uid: 144 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 192 + - uid: 145 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 192 + - uid: 146 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 192 + - uid: 147 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 192 + - uid: 148 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 192 + - uid: 149 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 192 + - uid: 150 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 192 + - uid: 151 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 192 + - uid: 152 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 192 + - uid: 153 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 192 + - uid: 154 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 192 + - uid: 155 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 192 + - uid: 156 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 192 + - uid: 157 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 192 + - uid: 158 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 192 + - uid: 159 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 192 + - uid: 160 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 192 + - uid: 161 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 192 + - uid: 162 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 192 + - uid: 163 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 192 + - uid: 164 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 192 + - uid: 165 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 192 + - uid: 166 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 192 + - uid: 167 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 192 + - uid: 168 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 192 + - uid: 169 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 192 + - uid: 170 + components: + - type: Transform + pos: -5.5,0.5 + parent: 192 + - uid: 171 + components: + - type: Transform + pos: -5.5,1.5 + parent: 192 + - uid: 172 + components: + - type: Transform + pos: -5.5,2.5 + parent: 192 + - uid: 173 + components: + - type: Transform + pos: -5.5,3.5 + parent: 192 + - uid: 174 + components: + - type: Transform + pos: -6.5,2.5 + parent: 192 + - uid: 175 + components: + - type: Transform + pos: -6.5,1.5 + parent: 192 + - uid: 176 + components: + - type: Transform + pos: -6.5,0.5 + parent: 192 + - uid: 177 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 192 + - uid: 178 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 192 + - uid: 179 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 192 + - uid: 180 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 192 + - uid: 181 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 192 + - uid: 182 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 192 + - uid: 183 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 192 + - uid: 184 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 192 + - uid: 185 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 192 + - uid: 186 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 192 + - uid: 187 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 192 + - uid: 188 + components: + - type: Transform + pos: -7.5,0.5 + parent: 192 + - uid: 189 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 192 + - uid: 190 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 192 + - uid: 191 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 192 +- proto: RockGuitarInstrument + entities: + - uid: 20 + components: + - type: Transform + pos: 0.034253955,2.4062808 + parent: 192 +- proto: WarpPoint + entities: + - uid: 19 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 192 + - type: WarpPoint + location: Space Debris +... diff --git a/Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml b/Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml index f440d3acaa..cfa1d848d1 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-cargo-01.yml @@ -3,52 +3,54 @@ meta: postmapinit: false tilemap: 0: Space - 17: FloorBrokenWood - 84: FloorSteel - 89: FloorSteelDirty - 110: FloorWood - 112: Lattice - 113: Plating + 20: FloorBrokenWood + 78: FloorReinforced + 90: FloorSteel + 97: FloorSteelDirty + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 20 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAcAAAAAAAVAAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAADVAAAAAABcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAeQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: YQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbgAAAAABEQAAAAAGcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAEQAAAAACbgAAAAAAcQAAAAAAWQAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAEQAAAAACbgAAAAADcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAWQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABFAAAAAAGegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFAAAAAACdwAAAAAAegAAAAAAYQAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFAAAAAACdwAAAAADegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAYQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -171,8 +173,8 @@ entities: decals: 50: -8,-1 51: -7,-1 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -230,7 +232,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -241,934 +242,950 @@ entities: entities: - uid: 56 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 20 - type: Transform - proto: AirlockMaintCargoLocked entities: - uid: 49 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 20 - type: Transform - proto: AirlockQuartermasterGlassLocked entities: - uid: 134 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 20 - type: Transform - proto: APCBasic entities: - uid: 62 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 20 - type: Transform - proto: BannerRevolution entities: - uid: 121 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 20 - type: Transform - proto: BaseComputer entities: - uid: 135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 20 - type: Transform - proto: BoxShotgunSlug entities: - uid: 5 components: - - pos: -4.46428,2.622311 + - type: Transform + pos: -4.46428,2.622311 parent: 20 - type: Transform - proto: CableApcExtension entities: - uid: 57 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 20 - type: Transform - uid: 58 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 20 - type: Transform - uid: 59 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 20 - type: Transform - uid: 60 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 20 - type: Transform - uid: 61 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 20 - type: Transform - uid: 75 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 20 - type: Transform - uid: 76 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 20 - type: Transform - uid: 77 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 20 - type: Transform - uid: 83 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 20 - type: Transform - uid: 84 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 20 - type: Transform - uid: 85 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 20 - type: Transform - uid: 87 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 20 - type: Transform - uid: 88 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 20 - type: Transform - uid: 89 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 20 - type: Transform - uid: 90 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 20 - type: Transform - uid: 91 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 20 - type: Transform - uid: 142 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 20 - type: Transform - uid: 143 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 20 - type: Transform - uid: 144 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 20 - type: Transform - proto: CableHV entities: - uid: 93 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 20 - type: Transform - uid: 94 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 20 - type: Transform - uid: 95 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 20 - type: Transform - uid: 96 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 20 - type: Transform - uid: 97 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 20 - type: Transform - uid: 98 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 20 - type: Transform - uid: 99 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 20 - type: Transform - uid: 100 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 20 - type: Transform - uid: 101 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 20 - type: Transform - uid: 102 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 20 - type: Transform - uid: 103 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 20 - type: Transform - proto: CableMV entities: - uid: 80 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 20 - type: Transform - uid: 81 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 20 - type: Transform - uid: 82 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 20 - type: Transform - proto: Chair entities: - uid: 118 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 20 - type: Transform - uid: 119 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 20 - type: Transform - proto: ChairOfficeDark entities: - uid: 137 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 20 - type: Transform - proto: Cobweb1 entities: - uid: 154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,2.5 parent: 20 - type: Transform - uid: 155 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 20 - type: Transform - proto: ComputerBroken entities: - uid: 46 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 20 - type: Transform - proto: ConveyorBelt entities: - uid: 8 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 20 - type: Transform - uid: 65 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,1.5 parent: 20 - type: Transform - uid: 66 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,0.5 parent: 20 - type: Transform - uid: 67 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-0.5 parent: 20 - type: Transform - proto: ConveyorBeltAssembly entities: - uid: 68 components: - - pos: 0.57671773,0.40495777 + - type: Transform + pos: 0.57671773,0.40495777 parent: 20 - type: Transform - uid: 78 components: - - pos: 0.46734273,0.6393328 + - type: Transform + pos: 0.46734273,0.6393328 parent: 20 - type: Transform - proto: CrateFilledSpawner entities: - uid: 10 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 20 - type: Transform - uid: 19 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 20 - type: Transform - uid: 52 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 20 - type: Transform - uid: 70 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 20 - type: Transform - uid: 71 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 20 - type: Transform - uid: 105 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 20 - type: Transform - proto: CrateSalvageEquipment entities: - uid: 53 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 20 - type: Transform - proto: DrinkGrapeCan entities: - uid: 156 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.0240154,1.3458183 parent: 20 - type: Transform - proto: EncryptionKeyCargo entities: - uid: 116 components: - - pos: 0.52038026,-1.5834936 + - type: Transform + pos: 0.52038026,-1.5834936 parent: 20 - type: Transform - proto: FirelockGlass entities: - uid: 86 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 20 - type: Transform - proto: GeneratorBasic entities: - uid: 92 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 20 - type: Transform - proto: Grille entities: - uid: 25 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 20 - type: Transform - uid: 38 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 20 - type: Transform - uid: 39 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 20 - type: Transform - uid: 40 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 20 - type: Transform - uid: 63 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 20 - type: Transform - uid: 122 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 20 - type: Transform - uid: 133 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 20 - type: Transform - proto: GrilleBroken entities: - uid: 37 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,3.5 parent: 20 - type: Transform - uid: 45 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,3.5 parent: 20 - type: Transform - proto: HandheldGPSBasic entities: - uid: 145 components: - - pos: -7.4831448,2.45672 + - type: Transform + pos: -7.4831448,2.45672 parent: 20 - type: Transform - proto: LampGold entities: - uid: 138 components: - - pos: -6.506016,1.8826408 + - type: Transform + pos: -6.506016,1.8826408 parent: 20 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 113 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 20 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 9 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 20 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 11 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 20 - type: Transform - proto: PosterContrabandBeachStarYamamoto entities: - uid: 108 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 20 - type: Transform - proto: PosterContrabandRevolt entities: - uid: 120 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 20 - type: Transform - proto: Poweredlight entities: - uid: 17 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,1.5 parent: 20 - type: Transform - uid: 18 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,1.5 parent: 20 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 141 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,1.5 parent: 20 - type: Transform - proto: RandomAmmoBox entities: - uid: 148 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 20 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 1 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 20 - type: Transform - proto: RandomBoards entities: - uid: 157 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-1.5 parent: 20 - type: Transform - uid: 158 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 20 - type: Transform - proto: RandomBox entities: - uid: 149 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-1.5 parent: 20 - type: Transform - uid: 150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 20 - type: Transform - uid: 151 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 20 - type: Transform - proto: RandomCargoCorpseSpawner entities: - uid: 146 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 20 - type: Transform - uid: 147 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 20 - type: Transform - proto: RandomDrinkBottle entities: - uid: 110 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 20 - type: Transform - proto: RandomItem entities: - uid: 109 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 20 - type: Transform - uid: 152 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 + parent: 20 +- proto: RandomPosterContraband + entities: + - uid: 159 + components: + - type: Transform + pos: -5.5,2.5 parent: 20 - type: Transform - proto: ReinforcedWindow entities: - uid: 132 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 20 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 104 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 20 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 139 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 20 - type: Transform - proto: SalvageMobSpawner entities: - uid: 13 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 20 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 12 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 20 - type: Transform - uid: 14 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 20 - type: Transform - proto: ShardGlassReinforced entities: - uid: 2 components: - - pos: 0.53125,2.21875 + - type: Transform + pos: 0.53125,2.21875 parent: 20 - type: Transform - uid: 3 components: - - pos: 0.96875,2.421875 + - type: Transform + pos: 0.96875,2.421875 parent: 20 - type: Transform - proto: SignCargo entities: - uid: 47 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 20 - type: Transform - uid: 48 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 20 - type: Transform - proto: SmallLight entities: - uid: 16 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,1.5 parent: 20 - type: Transform - proto: SpawnMobSpiderSalvage entities: - uid: 140 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 20 - type: Transform - proto: SpawnVehicleATV entities: - uid: 106 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 20 - type: Transform - proto: SpiderWeb entities: - uid: 111 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 20 - type: Transform - uid: 153 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 20 - type: Transform - proto: SubstationBasic entities: - uid: 74 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 20 - type: Transform - proto: Table entities: - uid: 114 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 20 - type: Transform - uid: 115 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 20 - type: Transform - uid: 136 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 20 - type: Transform - proto: TableReinforced entities: - uid: 6 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 20 - type: Transform - uid: 7 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 20 - type: Transform - uid: 15 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 20 - type: Transform - proto: VehicleKeyATV entities: - uid: 107 components: - - pos: -1.4804568,3.5168486 + - type: Transform + pos: -1.4804568,3.5168486 parent: 20 - type: Transform - proto: WallReinforced entities: - uid: 21 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 20 - type: Transform - uid: 26 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 20 - type: Transform - uid: 27 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 20 - type: Transform - uid: 54 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 20 - type: Transform - uid: 55 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 20 - type: Transform - uid: 72 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 20 - type: Transform - uid: 73 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 20 - type: Transform - uid: 123 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 20 - type: Transform - uid: 124 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 20 - type: Transform - uid: 125 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 20 - type: Transform - uid: 126 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 20 - type: Transform - uid: 127 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 20 - type: Transform - uid: 128 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 20 - type: Transform - uid: 129 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 20 - type: Transform - uid: 130 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 20 - type: Transform - uid: 131 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 20 - type: Transform - proto: WallSolid entities: - uid: 23 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 20 - type: Transform - uid: 24 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 20 - type: Transform - uid: 28 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 20 - type: Transform - uid: 30 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 20 - type: Transform - uid: 31 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 20 - type: Transform - uid: 34 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 20 - type: Transform - uid: 35 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 20 - type: Transform - uid: 36 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 20 - type: Transform - proto: WallSolidRust entities: - uid: 22 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 20 - type: Transform - uid: 29 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 20 - type: Transform - uid: 32 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 20 - type: Transform - uid: 33 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 20 - type: Transform - proto: WardrobeCargoFilled entities: - uid: 64 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 20 - type: Transform +- proto: WarpPoint + entities: + - uid: 160 + components: + - type: Transform + pos: -1.5,1.5 + parent: 20 + - type: WarpPoint + location: Space Debris - proto: WaterCooler entities: - uid: 117 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 20 - type: Transform - proto: WeaponFlareGun entities: - uid: 4 components: - - pos: 2.5098493,-3.4398203 + - type: Transform + pos: 2.5098493,-3.4398203 parent: 20 - type: Transform - proto: Windoor entities: - uid: 51 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 20 - type: Transform - proto: WindoorSecureCargoLocked entities: - uid: 50 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 20 - type: Transform - proto: Window entities: - uid: 41 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 20 - type: Transform - uid: 42 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 20 - type: Transform - uid: 43 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 20 - type: Transform - uid: 44 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 20 - type: Transform - uid: 69 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 20 - type: Transform - uid: 79 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 20 - type: Transform - proto: Wrench entities: - uid: 112 components: - - pos: -1.4737417,-4.0834937 + - type: Transform + pos: -1.4737417,-4.0834937 parent: 20 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-crystal-cave.yml b/Resources/Maps/Salvage/DeltaV/DV-crystal-cave.yml new file mode 100644 index 0000000000..a5681ddae5 --- /dev/null +++ b/Resources/Maps/Salvage/DeltaV/DV-crystal-cave.yml @@ -0,0 +1,1017 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand +entities: +- proto: "" + entities: + - uid: 192 + components: + - type: MetaData + - type: Transform + pos: -1.4791667,2.0479496 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAADBwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -3,-1: + 0: 52424 + -2,-2: + 0: 65518 + -2,-1: + 0: 65535 + -2,-3: + 0: 34816 + -1,-3: + 0: 65532 + 0,-4: + 0: 12288 + 0,-3: + 0: 65527 + 0,-2: + 0: 65535 + 1,-3: + 0: 12544 + 1,-2: + 0: 63351 + 1,-1: + 0: 65535 + 2,-1: + 0: 272 + 0,0: + 0: 65535 + 0,1: + 0: 5119 + 1,0: + 0: 4983 + -3,0: + 0: 136 + -2,0: + 0: 65535 + -2,1: + 0: 206 + -1,0: + 0: 65535 + -1,1: + 0: 53247 + -1,2: + 0: 8 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: SpreaderGrid +- proto: CrystalSpawner + entities: + - uid: 2 + components: + - type: Transform + pos: -2.5,2.5 + parent: 192 + - uid: 3 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 192 + - uid: 4 + components: + - type: Transform + pos: -0.5,1.5 + parent: 192 + - uid: 5 + components: + - type: Transform + pos: 1.5,2.5 + parent: 192 + - uid: 6 + components: + - type: Transform + pos: 0.5,0.5 + parent: 192 + - uid: 7 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 192 + - uid: 10 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 192 + - uid: 12 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 192 + - uid: 13 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 192 + - uid: 15 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 192 + - uid: 18 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 192 + - uid: 19 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 192 + - uid: 20 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 192 + - uid: 23 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 192 + - uid: 25 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 192 + - uid: 26 + components: + - type: Transform + pos: -4.5,1.5 + parent: 192 + - uid: 28 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 192 + - uid: 29 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 192 + - uid: 30 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 192 + - uid: 31 + components: + - type: Transform + pos: -4.5,2.5 + parent: 192 + - uid: 32 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 192 + - uid: 33 + components: + - type: Transform + pos: 1.5,1.5 + parent: 192 + - uid: 35 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 192 + - uid: 36 + components: + - type: Transform + pos: -2.5,0.5 + parent: 192 + - uid: 39 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 192 + - uid: 40 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 192 +- proto: Ectoplasm + entities: + - uid: 1 + components: + - type: Transform + pos: -2.7309277,-0.68331456 + parent: 192 + - uid: 11 + components: + - type: Transform + pos: -2.6788437,-4.7382135 + parent: 192 + - uid: 14 + components: + - type: Transform + pos: -3.4913437,-4.456768 + parent: 192 + - uid: 16 + components: + - type: Transform + pos: -1.3246775,0.8698478 + parent: 192 + - uid: 24 + components: + - type: Transform + pos: -3.4392607,2.1415641 + parent: 192 + - uid: 34 + components: + - type: Transform + pos: 0.39407265,-2.851487 + parent: 192 +- proto: RandomAmmoBox + entities: + - uid: 8 + components: + - type: Transform + pos: 1.5,0.5 + parent: 192 +- proto: RandomArtifactSpawner + entities: + - uid: 21 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 192 +- proto: RandomRockSpawner + entities: + - uid: 57 + components: + - type: Transform + pos: -4.5,4.5 + parent: 192 + - uid: 58 + components: + - type: Transform + pos: -4.5,3.5 + parent: 192 + - uid: 59 + components: + - type: Transform + pos: -3.5,4.5 + parent: 192 + - uid: 60 + components: + - type: Transform + pos: -3.5,3.5 + parent: 192 + - uid: 61 + components: + - type: Transform + pos: -2.5,4.5 + parent: 192 + - uid: 62 + components: + - type: Transform + pos: -2.5,3.5 + parent: 192 + - uid: 63 + components: + - type: Transform + pos: -1.5,4.5 + parent: 192 + - uid: 64 + components: + - type: Transform + pos: -1.5,3.5 + parent: 192 + - uid: 65 + components: + - type: Transform + pos: -0.5,4.5 + parent: 192 + - uid: 66 + components: + - type: Transform + pos: -0.5,3.5 + parent: 192 + - uid: 67 + components: + - type: Transform + pos: 0.5,4.5 + parent: 192 + - uid: 68 + components: + - type: Transform + pos: 0.5,3.5 + parent: 192 + - uid: 69 + components: + - type: Transform + pos: 1.5,4.5 + parent: 192 + - uid: 70 + components: + - type: Transform + pos: 1.5,3.5 + parent: 192 + - uid: 71 + components: + - type: Transform + pos: -2.5,6.5 + parent: 192 + - uid: 72 + components: + - type: Transform + pos: -2.5,5.5 + parent: 192 + - uid: 73 + components: + - type: Transform + pos: -1.5,6.5 + parent: 192 + - uid: 74 + components: + - type: Transform + pos: -1.5,5.5 + parent: 192 + - uid: 75 + components: + - type: Transform + pos: -0.5,6.5 + parent: 192 + - uid: 76 + components: + - type: Transform + pos: -0.5,5.5 + parent: 192 + - uid: 77 + components: + - type: Transform + pos: 0.5,6.5 + parent: 192 + - uid: 78 + components: + - type: Transform + pos: 0.5,5.5 + parent: 192 + - uid: 79 + components: + - type: Transform + pos: 2.5,3.5 + parent: 192 + - uid: 80 + components: + - type: Transform + pos: 2.5,2.5 + parent: 192 + - uid: 81 + components: + - type: Transform + pos: 2.5,1.5 + parent: 192 + - uid: 82 + components: + - type: Transform + pos: 2.5,0.5 + parent: 192 + - uid: 83 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 192 + - uid: 84 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 192 + - uid: 85 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 192 + - uid: 86 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 192 + - uid: 87 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 192 + - uid: 88 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 192 + - uid: 89 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 192 + - uid: 90 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 192 + - uid: 91 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 192 + - uid: 92 + components: + - type: Transform + pos: 3.5,3.5 + parent: 192 + - uid: 93 + components: + - type: Transform + pos: 3.5,2.5 + parent: 192 + - uid: 94 + components: + - type: Transform + pos: 3.5,1.5 + parent: 192 + - uid: 95 + components: + - type: Transform + pos: 3.5,0.5 + parent: 192 + - uid: 96 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 192 + - uid: 97 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 192 + - uid: 98 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 192 + - uid: 99 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 192 + - uid: 100 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 192 + - uid: 101 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 192 + - uid: 102 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 192 + - uid: 103 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 192 + - uid: 104 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 192 + - uid: 105 + components: + - type: Transform + pos: 4.5,1.5 + parent: 192 + - uid: 106 + components: + - type: Transform + pos: 4.5,0.5 + parent: 192 + - uid: 107 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 192 + - uid: 108 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 192 + - uid: 109 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 192 + - uid: 110 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 192 + - uid: 111 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 192 + - uid: 112 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 192 + - uid: 113 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 192 + - uid: 114 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 192 + - uid: 115 + components: + - type: Transform + pos: 5.5,1.5 + parent: 192 + - uid: 116 + components: + - type: Transform + pos: 5.5,0.5 + parent: 192 + - uid: 117 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 192 + - uid: 118 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 192 + - uid: 119 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 192 + - uid: 120 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 192 + - uid: 121 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 192 + - uid: 122 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 192 + - uid: 123 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 192 + - uid: 124 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 192 + - uid: 125 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 192 + - uid: 126 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 192 + - uid: 127 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 192 + - uid: 128 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 192 + - uid: 129 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 192 + - uid: 130 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 192 + - uid: 131 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 192 + - uid: 132 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 192 + - uid: 133 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 192 + - uid: 134 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 192 + - uid: 135 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 192 + - uid: 136 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 192 + - uid: 137 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 192 + - uid: 138 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 192 + - uid: 139 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 192 + - uid: 140 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 192 + - uid: 141 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 192 + - uid: 142 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 192 + - uid: 143 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 192 + - uid: 144 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 192 + - uid: 145 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 192 + - uid: 146 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 192 + - uid: 147 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 192 + - uid: 148 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 192 + - uid: 149 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 192 + - uid: 150 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 192 + - uid: 151 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 192 + - uid: 152 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 192 + - uid: 153 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 192 + - uid: 154 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 192 + - uid: 155 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 192 + - uid: 156 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 192 + - uid: 157 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 192 + - uid: 158 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 192 + - uid: 159 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 192 + - uid: 160 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 192 + - uid: 161 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 192 + - uid: 162 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 192 + - uid: 163 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 192 + - uid: 164 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 192 + - uid: 165 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 192 + - uid: 166 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 192 + - uid: 167 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 192 + - uid: 168 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 192 + - uid: 169 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 192 + - uid: 170 + components: + - type: Transform + pos: -5.5,0.5 + parent: 192 + - uid: 171 + components: + - type: Transform + pos: -5.5,1.5 + parent: 192 + - uid: 172 + components: + - type: Transform + pos: -5.5,2.5 + parent: 192 + - uid: 173 + components: + - type: Transform + pos: -5.5,3.5 + parent: 192 + - uid: 174 + components: + - type: Transform + pos: -6.5,2.5 + parent: 192 + - uid: 175 + components: + - type: Transform + pos: -6.5,1.5 + parent: 192 + - uid: 176 + components: + - type: Transform + pos: -6.5,0.5 + parent: 192 + - uid: 177 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 192 + - uid: 178 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 192 + - uid: 179 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 192 + - uid: 180 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 192 + - uid: 181 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 192 + - uid: 182 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 192 + - uid: 183 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 192 + - uid: 184 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 192 + - uid: 185 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 192 + - uid: 186 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 192 + - uid: 187 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 192 + - uid: 188 + components: + - type: Transform + pos: -7.5,0.5 + parent: 192 + - uid: 189 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 192 + - uid: 190 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 192 + - uid: 191 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 192 +- proto: SalvagePartsSpawnerMid + entities: + - uid: 38 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 192 +- proto: WarpPoint + entities: + - uid: 37 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 192 + - type: WarpPoint + location: Space Debris +- proto: WatcherAISpawner + entities: + - uid: 9 + components: + - type: Transform + pos: 0.5,1.5 + parent: 192 + - uid: 17 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 192 + - uid: 22 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 192 + - uid: 27 + components: + - type: Transform + pos: -0.5,2.5 + parent: 192 +... diff --git a/Resources/Maps/Salvage/DeltaV/DV-hauling-shuttle.yml b/Resources/Maps/Salvage/DeltaV/DV-hauling-shuttle.yml new file mode 100644 index 0000000000..ae2efcbae3 --- /dev/null +++ b/Resources/Maps/Salvage/DeltaV/DV-hauling-shuttle.yml @@ -0,0 +1,1411 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 35: FloorDarkMono + 77: FloorRGlass + 78: FloorReinforced + 90: FloorSteel + 91: FloorSteelBurnt + 94: FloorSteelDamaged + 101: FloorSteelMono + 105: FloorTechMaint + 121: Lattice + 122: Plating + 124: PlatingBurnt + 125: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: 3.713037,4.5250416 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: egAAAAAAfQAAAAAAXgAAAAACegAAAAAAWwAAAAAAegAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWwAAAAABfAAAAAAAeQAAAAAAfAAAAAAAegAAAAAATQAAAAABegAAAAAAWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADXgAAAAAEfQAAAAACWgAAAAABegAAAAAATgAAAAAAegAAAAAAZQAAAAADZQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIwAAAAACIwAAAAADegAAAAAAegAAAAAAeQAAAAAAegAAAAAATgAAAAAAfQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACIwAAAAACIwAAAAAAHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAADTgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAAAfQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWwAAAAAAegAAAAAAfAAAAAAAfQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAZQAAAAAAZQAAAAADXgAAAAAEfQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAZQAAAAACZQAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAZQAAAAAAZQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAAAZQAAAAABegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAADegAAAAAAeQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: -4,2 + 1: -3,2 + 2: 8,2 + 3: 9,2 + 4: 2,-5 + 5: 3,-5 + 6: 2,-6 + 7: 3,-6 + 20: 2,4 + 21: 3,4 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 22: 1,-4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 10: 1,-7 + 11: 4,-6 + 12: 2,-7 + 13: 3,-7 + 14: 1,-8 + 15: 4,-7 + 16: 5,-6 + 27: 2,0 + 28: 4,2 + 40: 9,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 8: 2,-6 + 9: 3,-5 + 17: 2,-5 + 18: 3,-4 + 19: 2,-2 + 29: 2,2 + 30: 2,1 + 31: 4,1 + 32: 3,2 + 38: 9,2 + 39: 8,2 + 43: 3,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 33: 1,1 + 34: 4,0 + 35: 10,2 + 36: 10,2 + 37: 9,3 + 41: 8,1 + 42: 9,0 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 23: 9,-1 + 24: 9,1 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 25: -4,-1 + 26: -4,1 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 1,0: + 0: 65535 + 0,-1: + 0: 65535 + 0,1: + 0: 3839 + 1,1: + 0: 307 + 2,0: + 0: 30583 + 0,-2: + 0: 65535 + 1,-2: + 0: 13107 + 1,-1: + 0: 64307 + 2,-1: + 0: 30512 + -2,0: + 0: 34952 + -1,0: + 0: 65535 + -2,-1: + 0: 34816 + -1,-1: + 0: 63280 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockAssembly + entities: + - uid: 36 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1 +- proto: AirlockCommand + entities: + - uid: 87 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 +- proto: AirlockExternal + entities: + - uid: 69 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 +- proto: AirlockExternalGlass + entities: + - uid: 68 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 +- proto: AirlockGlass + entities: + - uid: 106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 1 +- proto: AirlockShuttle + entities: + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,1.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 147 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 +- proto: CableHV + entities: + - uid: 115 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 +- proto: CableMV + entities: + - uid: 117 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 +- proto: CarpetBlack + entities: + - uid: 183 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - uid: 131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 +- proto: Chair + entities: + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1 + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 121 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 +- proto: ComputerFrame + entities: + - uid: 120 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 +- proto: CrateEmptySpawner + entities: + - uid: 192 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 +- proto: CrateFilledSpawner + entities: + - uid: 185 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 +- proto: CratePartsT3 + entities: + - uid: 187 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CratePlasma + entities: + - uid: 191 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 +- proto: CrateTrashCartFilled + entities: + - uid: 190 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 203 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: GasCanisterBrokenBase + entities: + - uid: 136 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 +- proto: GasPort + entities: + - uid: 153 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasVentPump + entities: + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: Girder + entities: + - uid: 22 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 +- proto: Grille + entities: + - uid: 72 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 +- proto: IngotGold1 + entities: + - uid: 203 + components: + - type: Transform + parent: 190 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LightBulbBroken + entities: + - uid: 37 + components: + - type: Transform + pos: 1.1375012,-6.0876493 + parent: 1 +- proto: MachineFrame + entities: + - uid: 102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-1.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 100 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 +- proto: PortableGeneratorPacman + entities: + - uid: 112 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 +- proto: PottedPlantRandom + entities: + - uid: 122 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 +- proto: PowerCellMediumPrinted + entities: + - uid: 201 + components: + - type: Transform + pos: 4.476626,2.5094805 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 194 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 +- proto: PowerCellSmallPrinted + entities: + - uid: 202 + components: + - type: Transform + pos: 4.617251,2.6032305 + parent: 1 +- proto: PoweredlightLED + entities: + - uid: 89 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 1 + - uid: 90 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 1 + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 +- proto: PoweredSmallLightEmpty + entities: + - uid: 95 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 +- proto: Rack + entities: + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 24 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 26 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-4.5 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 195 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 +- proto: SalvageMobSpawner + entities: + - uid: 198 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: SalvageMobSpawner75 + entities: + - uid: 199 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 53 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: SpawnMobBearSalvage + entities: + - uid: 200 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 +- proto: SpawnMobCobraSalvage + entities: + - uid: 196 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 197 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 +- proto: SubstationBasicEmpty + entities: + - uid: 113 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 +- proto: Table + entities: + - uid: 108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 +- proto: Thruster + entities: + - uid: 98 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 1 +- proto: UnfinishedMachineFrame + entities: + - uid: 96 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-2.5 + parent: 1 +- proto: VendingMachineSnack + entities: + - uid: 128 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 +- proto: VendingMachineSovietSoda + entities: + - uid: 126 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 2 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 204 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - type: WarpPoint + location: Space Debris +... diff --git a/Resources/Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml b/Resources/Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml index 8c1e92c11d..319a3000e2 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml @@ -10,51 +10,52 @@ entities: - uid: 298 components: - type: MetaData - - pos: -2.4895835,3.934677 + - type: Transform + pos: -2.4895835,3.934677 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAABBwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAMBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAJBwAAAAAABwAAAAAABwAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAABAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAJBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAEBwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: AAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAIBwAAAAACBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAMBwAAAAAJBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-1: @@ -150,1534 +151,1542 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: SpreaderGrid - proto: AtmosFixInstantPlasmaFireMarker entities: - uid: 292 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 298 - type: Transform - uid: 293 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 298 - type: Transform - uid: 294 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 298 - type: Transform - proto: Floodlight entities: - uid: 225 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 298 - type: Transform - proto: FloorLavaEntity entities: - uid: 290 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 298 - type: Transform - uid: 291 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 298 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 226 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 298 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 297 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 298 - type: Transform - proto: MountainRock entities: - uid: 1 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 298 - type: Transform - uid: 2 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 298 - type: Transform - uid: 3 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 298 - type: Transform - uid: 4 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 298 - type: Transform - uid: 5 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 298 - type: Transform - uid: 6 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 298 - type: Transform - uid: 7 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 298 - type: Transform - uid: 8 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 298 - type: Transform - uid: 9 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 298 - type: Transform - uid: 10 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 298 - type: Transform - uid: 11 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 298 - type: Transform - uid: 12 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 298 - type: Transform - uid: 13 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 298 - type: Transform - uid: 14 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 298 - type: Transform - uid: 15 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 298 - type: Transform - uid: 16 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 298 - type: Transform - uid: 17 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 298 - type: Transform - uid: 18 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 298 - type: Transform - uid: 19 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 298 - type: Transform - uid: 20 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 298 - type: Transform - uid: 21 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 298 - type: Transform - uid: 22 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 298 - type: Transform - uid: 23 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 298 - type: Transform - uid: 24 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 298 - type: Transform - uid: 25 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 298 - type: Transform - uid: 26 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 298 - type: Transform - uid: 27 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 298 - type: Transform - uid: 28 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 298 - type: Transform - uid: 29 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 298 - type: Transform - uid: 30 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 298 - type: Transform - uid: 31 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 298 - type: Transform - uid: 32 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 298 - type: Transform - uid: 33 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 298 - type: Transform - uid: 34 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 298 - type: Transform - uid: 35 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 298 - type: Transform - uid: 36 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 298 - type: Transform - uid: 37 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 298 - type: Transform - uid: 38 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 298 - type: Transform - uid: 39 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 298 - type: Transform - uid: 40 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 298 - type: Transform - uid: 41 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 298 - type: Transform - uid: 42 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 298 - type: Transform - uid: 43 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 298 - type: Transform - uid: 44 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 298 - type: Transform - uid: 45 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 298 - type: Transform - uid: 46 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 298 - type: Transform - uid: 47 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 298 - type: Transform - uid: 48 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 298 - type: Transform - uid: 49 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 298 - type: Transform - uid: 50 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 298 - type: Transform - uid: 51 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 298 - type: Transform - uid: 52 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 298 - type: Transform - uid: 53 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 298 - type: Transform - uid: 54 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 298 - type: Transform - uid: 55 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 298 - type: Transform - uid: 56 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 298 - type: Transform - uid: 57 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 298 - type: Transform - uid: 58 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 298 - type: Transform - uid: 59 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 298 - type: Transform - uid: 60 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 298 - type: Transform - uid: 61 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 298 - type: Transform - uid: 62 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 298 - type: Transform - uid: 63 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 298 - type: Transform - uid: 64 components: - - pos: 6.5,-13.5 + - type: Transform + pos: 6.5,-13.5 parent: 298 - type: Transform - uid: 65 components: - - pos: 6.5,-14.5 + - type: Transform + pos: 6.5,-14.5 parent: 298 - type: Transform - uid: 66 components: - - pos: 6.5,-15.5 + - type: Transform + pos: 6.5,-15.5 parent: 298 - type: Transform - uid: 67 components: - - pos: 7.5,-15.5 + - type: Transform + pos: 7.5,-15.5 parent: 298 - type: Transform - uid: 68 components: - - pos: 8.5,-15.5 + - type: Transform + pos: 8.5,-15.5 parent: 298 - type: Transform - uid: 69 components: - - pos: 8.5,-16.5 + - type: Transform + pos: 8.5,-16.5 parent: 298 - type: Transform - uid: 70 components: - - pos: 8.5,-17.5 + - type: Transform + pos: 8.5,-17.5 parent: 298 - type: Transform - uid: 71 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 298 - type: Transform - uid: 72 components: - - pos: 9.5,-18.5 + - type: Transform + pos: 9.5,-18.5 parent: 298 - type: Transform - uid: 73 components: - - pos: 9.5,-19.5 + - type: Transform + pos: 9.5,-19.5 parent: 298 - type: Transform - uid: 74 components: - - pos: 10.5,-18.5 + - type: Transform + pos: 10.5,-18.5 parent: 298 - type: Transform - uid: 75 components: - - pos: 11.5,-18.5 + - type: Transform + pos: 11.5,-18.5 parent: 298 - type: Transform - uid: 76 components: - - pos: 11.5,-17.5 + - type: Transform + pos: 11.5,-17.5 parent: 298 - type: Transform - uid: 77 components: - - pos: 11.5,-16.5 + - type: Transform + pos: 11.5,-16.5 parent: 298 - type: Transform - uid: 78 components: - - pos: 12.5,-16.5 + - type: Transform + pos: 12.5,-16.5 parent: 298 - type: Transform - uid: 79 components: - - pos: 12.5,-15.5 + - type: Transform + pos: 12.5,-15.5 parent: 298 - type: Transform - uid: 80 components: - - pos: 12.5,-14.5 + - type: Transform + pos: 12.5,-14.5 parent: 298 - type: Transform - uid: 81 components: - - pos: 12.5,-13.5 + - type: Transform + pos: 12.5,-13.5 parent: 298 - type: Transform - uid: 82 components: - - pos: 11.5,-13.5 + - type: Transform + pos: 11.5,-13.5 parent: 298 - type: Transform - uid: 83 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 298 - type: Transform - uid: 84 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 298 - type: Transform - uid: 85 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 298 - type: Transform - uid: 86 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 298 - type: Transform - uid: 87 components: - - pos: 12.5,-9.5 + - type: Transform + pos: 12.5,-9.5 parent: 298 - type: Transform - uid: 88 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 298 - type: Transform - uid: 89 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 298 - type: Transform - uid: 90 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 298 - type: Transform - uid: 91 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 298 - type: Transform - uid: 92 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 298 - type: Transform - uid: 93 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 298 - type: Transform - uid: 94 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 298 - type: Transform - uid: 95 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 298 - type: Transform - uid: 96 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 298 - type: Transform - uid: 97 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 298 - type: Transform - uid: 98 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 298 - type: Transform - uid: 99 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 298 - type: Transform - uid: 100 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 298 - type: Transform - uid: 101 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 298 - type: Transform - uid: 102 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 298 - type: Transform - uid: 103 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 298 - type: Transform - uid: 104 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 298 - type: Transform - uid: 105 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 298 - type: Transform - uid: 106 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 298 - type: Transform - uid: 107 components: - - pos: 8.5,-13.5 + - type: Transform + pos: 8.5,-13.5 parent: 298 - type: Transform - uid: 108 components: - - pos: 9.5,-13.5 + - type: Transform + pos: 9.5,-13.5 parent: 298 - type: Transform - uid: 109 components: - - pos: 10.5,-13.5 + - type: Transform + pos: 10.5,-13.5 parent: 298 - type: Transform - uid: 111 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 298 - type: Transform - uid: 112 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 298 - type: Transform - uid: 113 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 298 - type: Transform - uid: 114 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 298 - type: Transform - uid: 115 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 298 - type: Transform - uid: 116 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 298 - type: Transform - uid: 117 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 298 - type: Transform - uid: 118 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 298 - type: Transform - uid: 119 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 298 - type: Transform - uid: 120 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 298 - type: Transform - uid: 121 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 298 - type: Transform - uid: 122 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 298 - type: Transform - uid: 123 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 298 - type: Transform - uid: 124 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 298 - type: Transform - uid: 125 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 298 - type: Transform - uid: 126 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 298 - type: Transform - uid: 127 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 298 - type: Transform - uid: 128 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 298 - type: Transform - uid: 129 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 298 - type: Transform - uid: 130 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 298 - type: Transform - uid: 131 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 298 - type: Transform - uid: 132 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 298 - type: Transform - uid: 133 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 298 - type: Transform - proto: Musket entities: - uid: 296 components: - - pos: 10.500248,-12.6178875 + - type: Transform + pos: 10.500248,-12.6178875 parent: 298 - type: Transform - proto: PlasmaOre1 entities: - uid: 240 components: - - pos: 9.507152,-15.257052 + - type: Transform + pos: 9.507152,-15.257052 parent: 298 - type: Transform - uid: 241 components: - - pos: 9.736319,-14.569075 + - type: Transform + pos: 9.736319,-14.569075 parent: 298 - type: Transform - uid: 242 components: - - pos: 10.444652,-14.683738 + - type: Transform + pos: 10.444652,-14.683738 parent: 298 - type: Transform - uid: 243 components: - - pos: 10.580069,-16.622583 + - type: Transform + pos: 10.580069,-16.622583 parent: 298 - type: Transform - uid: 244 components: - - pos: 11.600903,-15.538498 + - type: Transform + pos: 11.600903,-15.538498 parent: 298 - type: Transform - proto: RandomAmmoBox entities: - uid: 237 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 298 - type: Transform - proto: RandomBoards entities: - uid: 295 components: - - pos: 10.5,-15.5 + - type: Transform + pos: 10.5,-15.5 parent: 298 - type: Transform - proto: RandomBox entities: - uid: 238 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 298 - type: Transform - uid: 239 components: - - pos: 10.5,-17.5 + - type: Transform + pos: 10.5,-17.5 parent: 298 - type: Transform - proto: RandomItem entities: - uid: 236 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 298 - type: Transform - proto: RandomRockSpawner entities: - uid: 110 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 298 - type: Transform - uid: 134 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 298 - type: Transform - uid: 135 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 298 - type: Transform - uid: 136 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 298 - type: Transform - uid: 137 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 298 - type: Transform - uid: 138 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 298 - type: Transform - uid: 139 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 298 - type: Transform - uid: 140 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 298 - type: Transform - uid: 141 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 298 - type: Transform - uid: 142 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 298 - type: Transform - uid: 143 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 298 - type: Transform - uid: 144 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 298 - type: Transform - uid: 145 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 298 - type: Transform - uid: 146 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 298 - type: Transform - uid: 147 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 298 - type: Transform - uid: 148 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 298 - type: Transform - uid: 149 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 298 - type: Transform - uid: 150 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 298 - type: Transform - uid: 151 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 298 - type: Transform - uid: 152 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 298 - type: Transform - uid: 153 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 298 - type: Transform - uid: 154 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 298 - type: Transform - uid: 155 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 298 - type: Transform - uid: 156 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 298 - type: Transform - uid: 157 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 298 - type: Transform - uid: 158 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 298 - type: Transform - uid: 159 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 298 - type: Transform - uid: 160 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 298 - type: Transform - uid: 161 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 298 - type: Transform - uid: 162 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 298 - type: Transform - uid: 163 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 298 - type: Transform - uid: 164 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 298 - type: Transform - uid: 165 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 298 - type: Transform - uid: 166 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 298 - type: Transform - uid: 167 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 298 - type: Transform - uid: 168 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 298 - type: Transform - uid: 169 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 298 - type: Transform - uid: 170 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 298 - type: Transform - uid: 171 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 298 - type: Transform - uid: 172 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 298 - type: Transform - uid: 173 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 298 - type: Transform - uid: 174 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 298 - type: Transform - uid: 175 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 298 - type: Transform - uid: 176 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 298 - type: Transform - uid: 177 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 298 - type: Transform - uid: 178 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 298 - type: Transform - uid: 179 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 298 - type: Transform - uid: 180 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 298 - type: Transform - uid: 181 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 298 - type: Transform - uid: 182 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 298 - type: Transform - uid: 183 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 298 - type: Transform - uid: 184 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 298 - type: Transform - uid: 185 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 298 - type: Transform - uid: 186 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 298 - type: Transform - uid: 187 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 298 - type: Transform - uid: 188 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 298 - type: Transform - uid: 189 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 298 - type: Transform - uid: 190 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 298 - type: Transform - uid: 191 components: - - pos: 6.5,-10.5 + - type: Transform + pos: 6.5,-10.5 parent: 298 - type: Transform - uid: 192 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 298 - type: Transform - uid: 193 components: - - pos: 10.5,-19.5 + - type: Transform + pos: 10.5,-19.5 parent: 298 - type: Transform - uid: 194 components: - - pos: 12.5,-10.5 + - type: Transform + pos: 12.5,-10.5 parent: 298 - type: Transform - uid: 195 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 298 - type: Transform - uid: 196 components: - - pos: 13.5,-14.5 + - type: Transform + pos: 13.5,-14.5 parent: 298 - type: Transform - uid: 197 components: - - pos: 13.5,-15.5 + - type: Transform + pos: 13.5,-15.5 parent: 298 - type: Transform - uid: 198 components: - - pos: 8.5,-18.5 + - type: Transform + pos: 8.5,-18.5 parent: 298 - type: Transform - uid: 199 components: - - pos: 7.5,-16.5 + - type: Transform + pos: 7.5,-16.5 parent: 298 - type: Transform - uid: 200 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 298 - type: Transform - uid: 201 components: - - pos: -11.5,0.5 + - type: Transform + pos: -11.5,0.5 parent: 298 - type: Transform - uid: 202 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 298 - type: Transform - uid: 203 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 298 - type: Transform - uid: 204 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 298 - type: Transform - uid: 205 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 298 - type: Transform - uid: 206 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 298 - type: Transform - uid: 207 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 298 - type: Transform - uid: 208 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 298 - type: Transform - uid: 209 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 298 - type: Transform - uid: 210 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 298 - type: Transform - uid: 211 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 298 - type: Transform - uid: 212 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 298 - type: Transform - uid: 213 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 298 - type: Transform - uid: 214 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 298 - type: Transform - uid: 216 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 298 - type: Transform - uid: 217 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 298 - type: Transform - uid: 218 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 298 - type: Transform - uid: 219 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 298 - type: Transform - uid: 220 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 298 - type: Transform - uid: 221 components: - - pos: 14.5,-6.5 + - type: Transform + pos: 14.5,-6.5 parent: 298 - type: Transform - uid: 245 components: - - pos: 8.5,-14.5 + - type: Transform + pos: 8.5,-14.5 parent: 298 - type: Transform - uid: 246 components: - - pos: 7.5,-14.5 + - type: Transform + pos: 7.5,-14.5 parent: 298 - type: Transform - uid: 247 components: - - pos: 7.5,-13.5 + - type: Transform + pos: 7.5,-13.5 parent: 298 - type: Transform - uid: 248 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 298 - type: Transform - uid: 249 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 298 - type: Transform - uid: 250 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 298 - type: Transform - uid: 251 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 298 - type: Transform - uid: 252 components: - - pos: 7.5,-10.5 + - type: Transform + pos: 7.5,-10.5 parent: 298 - type: Transform - uid: 253 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 298 - type: Transform - uid: 254 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 298 - type: Transform - uid: 255 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 298 - type: Transform - uid: 256 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 298 - type: Transform - uid: 257 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 298 - type: Transform - uid: 258 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 298 - type: Transform - uid: 259 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 298 - type: Transform - uid: 260 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 298 - type: Transform - uid: 261 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 298 - type: Transform - uid: 262 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 298 - type: Transform - uid: 263 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 298 - type: Transform - uid: 264 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 298 - type: Transform - uid: 265 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 298 - type: Transform - uid: 266 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 298 - type: Transform - uid: 267 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 298 - type: Transform - uid: 268 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 298 - type: Transform - uid: 269 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 298 - type: Transform - uid: 270 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 298 - type: Transform - uid: 271 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 298 - type: Transform - uid: 272 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 298 - type: Transform - uid: 273 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 298 - type: Transform - uid: 274 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 298 - type: Transform - uid: 275 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 298 - type: Transform - uid: 276 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 298 - type: Transform - uid: 277 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 298 - type: Transform - uid: 278 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 298 - type: Transform - uid: 279 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 298 - type: Transform - uid: 280 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 298 - type: Transform - uid: 281 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 298 - type: Transform - uid: 282 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 298 - type: Transform - uid: 283 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 298 - type: Transform - uid: 284 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 298 - type: Transform - uid: 285 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 298 - type: Transform - uid: 286 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 298 - type: Transform - uid: 287 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 298 - type: Transform - uid: 288 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 298 - type: Transform - uid: 289 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 298 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 215 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 298 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 224 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 298 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 230 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 298 - type: Transform -- proto: SalvagePartsSpawnerSubSpace +- proto: SalvagePartsSpawnerMid entities: - uid: 222 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 298 - type: Transform - proto: SalvageSeedSpawnerLow entities: - uid: 223 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 298 - type: Transform - proto: SnakeMobMundane entities: - uid: 227 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 298 - type: Transform - uid: 228 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 298 - type: Transform - proto: SpaceTickSpawner entities: - uid: 231 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 298 - type: Transform - uid: 232 components: - - pos: 5.5,-15.5 + - type: Transform + pos: 5.5,-15.5 parent: 298 - type: Transform - uid: 233 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 298 - type: Transform - uid: 234 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 298 - type: Transform - uid: 235 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 298 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 229 components: - - pos: 11.5,-14.5 + - type: Transform + pos: 11.5,-14.5 parent: 298 - type: Transform +- proto: WarpPoint + entities: + - uid: 299 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 298 + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml b/Resources/Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml index 2c5887e46e..4bcdb04727 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml @@ -5,59 +5,60 @@ tilemap: 0: Space 1: FloorArcadeBlue 3: FloorArcadeRed - 19: FloorCarpetOffice - 43: FloorGlass - 70: FloorPlastic - 71: FloorRGlass - 72: FloorReinforced - 96: FloorTechMaint - 97: FloorTechMaint2 - 98: FloorTechMaint3 - 112: Lattice - 113: Plating + 22: FloorCarpetOffice + 46: FloorGlass + 76: FloorPlastic + 77: FloorRGlass + 78: FloorReinforced + 105: FloorTechMaint + 106: FloorTechMaint2 + 107: FloorTechMaint3 + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 15 components: - type: MetaData - - pos: 0.5729167,0.57817906 + - type: Transform + pos: 0.5729167,0.57817906 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAARgAAAAAARgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAASAAAAAAARwAAAAAARwAAAAAASAAAAAAAcQAAAAAARgAAAAAARgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAASAAAAAAARwAAAAAARwAAAAAASAAAAAAAcQAAAAAAcQAAAAAARgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAASAAAAAAAcQAAAAAAcQAAAAAARgAAAAAARgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAARgAAAAAARgAAAAAAcQAAAAAARgAAAAAARgAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAARgAAAAAAcAAAAAAAcQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAcQAAAAAAcAAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAAARgAAAAAARgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATAAAAAAATAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAAATQAAAAAATgAAAAAAegAAAAAATAAAAAAATAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAAATgAAAAAAegAAAAAAegAAAAAATAAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAATAAAAAADTAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATAAAAAABTAAAAAACegAAAAAATAAAAAADTAAAAAAAegAAAAAATAAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABTAAAAAACeQAAAAAAegAAAAAATAAAAAABTAAAAAABTAAAAAACTAAAAAADegAAAAAAeQAAAAAATAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAABTAAAAAAATAAAAAACegAAAAAAegAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAcQAAAAAAEwAAAAAAEwAAAAAAcQAAAAAASAAAAAAARwAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAEwAAAAAAEwAAAAAAEwAAAAAAcQAAAAAASAAAAAAARwAAAAAASAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAEwAAAAAAcAAAAAAAEwAAAAAAcQAAAAAASAAAAAAARwAAAAAASAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAcAAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAFgAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAACTAAAAAAATAAAAAADTAAAAAABTAAAAAABTAAAAAAATAAAAAABegAAAAAATAAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAABeQAAAAAAegAAAAAATAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAAAcQAAAAAARgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAcQAAAAAAcQAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAARgAAAAAARgAAAAAARgAAAAAAcAAAAAAARgAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACTgAAAAAATAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATAAAAAADTAAAAAACTAAAAAACTAAAAAACegAAAAAAegAAAAAATAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATAAAAAABTAAAAAACTAAAAAACTAAAAAAATAAAAAACTAAAAAAATAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAATAAAAAAATAAAAAACTAAAAAABeQAAAAAATAAAAAAATAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: cQAAAAAAcQAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAcQAAAAAAAwAAAAAAKwAAAAAAAQAAAAAAcQAAAAAAYgAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAYQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAcQAAAAAAAwAAAAAAKwAAAAAAAQAAAAAAcQAAAAAAYgAAAAAAcQAAAAAAYAAAAAAAYQAAAAAAYQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAcQAAAAAAAwAAAAAAKwAAAAAAcAAAAAAAcQAAAAAAYgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAwAAAAAAKwAAAAAAAQAAAAAAcQAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAATAAAAAACegAAAAAAegAAAAAAegAAAAAATAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABegAAAAAAAwAAAAAALgAAAAADAQAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAADegAAAAAAAwAAAAAALgAAAAAAAQAAAAAAegAAAAAAawAAAAAAegAAAAAAaQAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAADegAAAAAAAwAAAAAALgAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAwAAAAAALgAAAAADAQAAAAAAegAAAAAAawAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -163,8 +164,8 @@ entities: id: stickman decals: 20: 0.8610997,-1.8935838 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-3: @@ -236,7 +237,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: RadiationGridResistance - type: SpreaderGrid - type: GasTileOverlay @@ -244,3289 +244,3313 @@ entities: entities: - uid: 445 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 15 - type: Transform - - devices: + - type: DeviceList + devices: - 450 - 546 - 547 - type: DeviceList + - type: AtmosDevice + joinedGrid: 15 - proto: Airlock entities: - uid: 127 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 15 - type: Transform - proto: AirlockEngineering entities: - uid: 24 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 15 - type: Transform - uid: 105 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 15 - type: Transform - uid: 264 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 15 - type: Transform - proto: AirlockExternalLocked entities: - uid: 336 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 15 - type: Transform - proto: AirlockGlass entities: - uid: 46 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 15 - type: Transform - uid: 297 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 15 - type: Transform - uid: 321 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 15 - type: Transform - uid: 404 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 15 - type: Transform - uid: 405 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 15 - type: Transform - uid: 447 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 15 - type: Transform - proto: AirlockGlassShuttle entities: - uid: 440 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 15 - type: Transform - proto: AirlockMaint entities: - uid: 81 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 15 - type: Transform - proto: APCConstructed entities: - uid: 199 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 15 - type: Transform - uid: 463 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 15 - type: Transform - proto: Bed entities: - uid: 56 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 15 - type: Transform - uid: 115 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 15 - type: Transform - uid: 116 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 15 - type: Transform - proto: BedsheetRainbow entities: - uid: 122 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 15 - type: Transform - proto: BedsheetSpawner entities: - uid: 124 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 15 - type: Transform - uid: 125 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 15 - type: Transform - proto: BrokenBottle entities: - uid: 5 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.7458594,-5.5091176 parent: 15 - type: Transform - uid: 6 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.1416929,-3.903836 parent: 15 - type: Transform - proto: CableApcExtension entities: - uid: 204 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 15 - type: Transform - uid: 205 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 15 - type: Transform - uid: 206 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 15 - type: Transform - uid: 207 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 15 - type: Transform - uid: 208 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 15 - type: Transform - uid: 209 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 15 - type: Transform - uid: 210 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 15 - type: Transform - uid: 211 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 15 - type: Transform - uid: 212 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 15 - type: Transform - uid: 213 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 15 - type: Transform - uid: 214 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 15 - type: Transform - uid: 215 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 15 - type: Transform - uid: 216 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 15 - type: Transform - uid: 217 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 15 - type: Transform - uid: 218 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 15 - type: Transform - uid: 219 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 15 - type: Transform - uid: 220 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 15 - type: Transform - uid: 221 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 15 - type: Transform - uid: 222 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 15 - type: Transform - uid: 223 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 15 - type: Transform - uid: 224 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 15 - type: Transform - uid: 225 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 15 - type: Transform - uid: 226 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 15 - type: Transform - uid: 227 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 15 - type: Transform - uid: 228 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 15 - type: Transform - uid: 229 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 15 - type: Transform - uid: 230 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 15 - type: Transform - uid: 231 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 15 - type: Transform - uid: 232 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 15 - type: Transform - uid: 233 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 15 - type: Transform - uid: 234 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 15 - type: Transform - uid: 235 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 15 - type: Transform - uid: 236 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 15 - type: Transform - uid: 237 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 15 - type: Transform - uid: 238 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 15 - type: Transform - uid: 239 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 15 - type: Transform - uid: 240 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 15 - type: Transform - uid: 241 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 15 - type: Transform - uid: 242 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 15 - type: Transform - uid: 243 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 15 - type: Transform - uid: 244 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 15 - type: Transform - uid: 245 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 15 - type: Transform - uid: 246 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 15 - type: Transform - uid: 247 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 15 - type: Transform - uid: 248 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 15 - type: Transform - uid: 249 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 15 - type: Transform - uid: 250 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 15 - type: Transform - uid: 251 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 15 - type: Transform - uid: 252 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 15 - type: Transform - uid: 253 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 15 - type: Transform - uid: 254 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 15 - type: Transform - uid: 255 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 15 - type: Transform - uid: 256 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 15 - type: Transform - uid: 257 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 15 - type: Transform - uid: 258 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 15 - type: Transform - uid: 259 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 15 - type: Transform - uid: 260 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 15 - type: Transform - uid: 261 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 15 - type: Transform - uid: 262 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 15 - type: Transform - uid: 263 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 15 - type: Transform - uid: 393 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 15 - type: Transform - uid: 394 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 15 - type: Transform - uid: 448 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 15 - type: Transform - uid: 449 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 15 - type: Transform - proto: CableApcStack1 entities: - uid: 138 components: - - pos: 0.6819169,-5.356041 + - type: Transform + pos: 0.6819169,-5.356041 parent: 15 - type: Transform - uid: 139 components: - - pos: 0.7756669,-5.554095 + - type: Transform + pos: 0.7756669,-5.554095 parent: 15 - type: Transform - proto: CableHV entities: - uid: 168 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 15 - type: Transform - uid: 169 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 15 - type: Transform - uid: 430 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 15 - type: Transform - uid: 431 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 15 - type: Transform - uid: 432 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 15 - type: Transform - uid: 433 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 15 - type: Transform - uid: 434 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 15 - type: Transform - uid: 435 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 15 - type: Transform - proto: CableMV entities: - uid: 170 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 15 - type: Transform - uid: 171 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 15 - type: Transform - uid: 172 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 15 - type: Transform - uid: 173 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 15 - type: Transform - uid: 174 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 15 - type: Transform - uid: 175 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 15 - type: Transform - uid: 176 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 15 - type: Transform - uid: 177 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 15 - type: Transform - uid: 178 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 15 - type: Transform - uid: 179 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 15 - type: Transform - uid: 180 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 15 - type: Transform - uid: 181 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 15 - type: Transform - uid: 182 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 15 - type: Transform - uid: 183 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 15 - type: Transform - uid: 184 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 15 - type: Transform - uid: 185 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 15 - type: Transform - uid: 186 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 15 - type: Transform - uid: 187 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 15 - type: Transform - uid: 188 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 15 - type: Transform - uid: 189 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 15 - type: Transform - uid: 190 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 15 - type: Transform - uid: 191 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 15 - type: Transform - uid: 192 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 15 - type: Transform - uid: 193 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 15 - type: Transform - uid: 194 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 15 - type: Transform - uid: 195 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 15 - type: Transform - uid: 196 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 15 - type: Transform - uid: 197 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 15 - type: Transform - uid: 198 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 15 - type: Transform - uid: 200 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 15 - type: Transform - uid: 201 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 15 - type: Transform - uid: 202 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 15 - type: Transform - proto: CapacitorStockPart entities: - uid: 137 components: - - pos: 0.5985835,-5.314345 + - type: Transform + pos: 0.5985835,-5.314345 parent: 15 - type: Transform - proto: Catwalk entities: - uid: 427 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 15 - type: Transform - uid: 428 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 15 - type: Transform - uid: 429 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 15 - type: Transform - proto: Chair entities: - uid: 337 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 15 - type: Transform - uid: 338 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,2.5 parent: 15 - type: Transform - uid: 339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,1.5 parent: 15 - type: Transform - uid: 420 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,2.5 parent: 15 - type: Transform - proto: ChairOfficeDark entities: - uid: 273 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.6440105,-5.0866656 parent: 15 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 3 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 15 - type: Transform - proto: ClosetFireFilled entities: - uid: 7 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 15 - type: Transform - proto: ClosetToolFilled entities: - uid: 27 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 15 - type: Transform - proto: ClothingBackpackSalvage entities: - uid: 425 components: - - pos: 5.769045,-5.3409796 + - type: Transform + pos: 5.769045,-5.3409796 parent: 15 - type: Transform - proto: ClothingOuterHardsuitSalvage entities: - uid: 426 components: - - pos: 5.2794614,-5.456842 + - type: Transform + pos: 5.2794614,-5.456842 parent: 15 - type: Transform - proto: ClothingShoesBootsSalvage entities: - uid: 419 components: - - pos: 5.769045,-5.737088 + - type: Transform + pos: 5.769045,-5.737088 parent: 15 - type: Transform - proto: ClothingUnderSocksCoder entities: - uid: 157 components: - - pos: 2.330334,1.4493611 + - type: Transform + pos: 2.330334,1.4493611 parent: 15 - type: Transform - proto: ComfyChair entities: - uid: 143 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 15 - type: Transform - proto: ComputerBroken entities: - uid: 354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-7.5 parent: 15 - type: Transform - proto: ComputerTelevision entities: - uid: 142 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 15 - type: Transform - proto: CrateFilledSpawner entities: - uid: 414 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 15 - type: Transform - proto: Dresser entities: - uid: 120 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 15 - type: Transform - proto: DrinkBottleBeer entities: - uid: 159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.7041929,-4.239754 parent: 15 - type: Transform - uid: 160 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.1312764,-5.146634 parent: 15 - type: Transform - uid: 161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.6312761,-4.625438 parent: 15 - type: Transform - uid: 162 components: - - pos: 2.1521096,-2.9969566 + - type: Transform + pos: 2.1521096,-2.9969566 parent: 15 - type: Transform - uid: 163 components: - - pos: 2.4854429,-3.0073802 + - type: Transform + pos: 2.4854429,-3.0073802 parent: 15 - type: Transform - proto: EmergencyLight entities: - uid: 375 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-5.5 parent: 15 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 461 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 15 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: FirelockGlass entities: - uid: 450 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 15 - type: Transform - proto: Floodlight entities: - uid: 359 components: - - pos: -7.782971,-5.4397435 + - type: Transform + pos: -7.782971,-5.4397435 parent: 15 - type: Transform - proto: FoodBoxDonkpocketDink entities: - uid: 128 components: - - pos: 0.32179433,-4.260957 + - type: Transform + pos: 0.32179433,-4.260957 parent: 15 - type: Transform - proto: FoodBoxPizzaFilled entities: - uid: 335 components: - - pos: 0.50102407,2.745302 + - type: Transform + pos: 0.50102407,2.745302 parent: 15 - type: Transform - proto: FoodDonkpocketDank entities: - uid: 133 components: - - pos: 0.6863777,-4.427739 + - type: Transform + pos: 0.6863777,-4.427739 parent: 15 - type: Transform - uid: 134 components: - - pos: 0.5256669,-4.4903 + - type: Transform + pos: 0.5256669,-4.4903 parent: 15 - type: Transform - proto: GasPipeBend entities: - uid: 538 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 539 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - proto: GasPipeFourway entities: - uid: 495 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 506 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - proto: GasPipeStraight entities: - uid: 464 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 465 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 466 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 467 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 468 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 471 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 472 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 475 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 476 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 477 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 478 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 480 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 481 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 482 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 483 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 485 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -9.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 486 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 488 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 489 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 490 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 492 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 493 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 494 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 496 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 497 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 498 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 499 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 500 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 501 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 502 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 503 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 504 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 505 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 7.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 507 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 508 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 509 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 510 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 511 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 512 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 513 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 514 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 515 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 516 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 517 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 518 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 519 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 526 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 527 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 528 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 529 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 530 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 531 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 532 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 533 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 536 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 537 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 542 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 543 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 545 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - proto: GasPipeTJunction entities: - uid: 470 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 473 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 474 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 487 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 491 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 525 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 544 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#FF8800FF' - proto: GasVentPump entities: - uid: 520 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 523 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-5.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 524 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-4.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 535 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-4.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 541 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 547 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-2.5 parent: 15 - type: Transform - - color: '#0000FFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#0000FFFF' - proto: GasVentScrubber entities: - uid: 521 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 522 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 534 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 540 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#FF8800FF' - uid: 546 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-2.5 parent: 15 - type: Transform - - color: '#FF8800FF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 15 + - type: AtmosPipeColor + color: '#FF8800FF' - proto: GeneratorRTG entities: - uid: 167 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 15 - type: Transform - proto: Girder entities: - uid: 49 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 15 - type: Transform - uid: 94 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 15 - type: Transform - uid: 302 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 15 - type: Transform - proto: Grille entities: - uid: 19 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 15 - type: Transform - uid: 40 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 15 - type: Transform - uid: 60 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 15 - type: Transform - uid: 61 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 15 - type: Transform - uid: 62 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 15 - type: Transform - uid: 65 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 15 - type: Transform - uid: 69 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 15 - type: Transform - uid: 79 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 15 - type: Transform - uid: 356 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 15 - type: Transform - uid: 357 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 15 - type: Transform - uid: 362 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 15 - type: Transform - uid: 364 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 15 - type: Transform - uid: 365 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 15 - type: Transform - uid: 366 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 15 - type: Transform - uid: 367 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 15 - type: Transform - uid: 368 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 15 - type: Transform - uid: 369 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 15 - type: Transform - uid: 370 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 15 - type: Transform - uid: 371 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 15 - type: Transform - uid: 406 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 15 - type: Transform - uid: 436 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 15 - type: Transform - proto: GrilleBroken entities: - uid: 78 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,-2.5 parent: 15 - type: Transform - uid: 363 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 15 - type: Transform - uid: 438 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 15 - type: Transform - uid: 455 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-9.5 parent: 15 - type: Transform - proto: HospitalCurtains entities: - uid: 31 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 15 - type: Transform - uid: 110 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 15 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 111 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 15 - type: Transform - uid: 112 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 15 - type: Transform - proto: KitchenMicrowave entities: - uid: 392 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 15 - type: Transform - proto: LockerElectricalSuppliesFilled entities: - uid: 148 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 15 - type: Transform - proto: LockerEngineerFilled entities: - uid: 147 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 15 - type: Transform - proto: LockerWeldingSuppliesFilled entities: - uid: 26 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 15 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 166 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 15 - type: Transform - uid: 351 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 15 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 283 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 15 - type: Transform - uid: 285 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 15 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 277 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 15 - type: Transform - uid: 279 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 15 - type: Transform - uid: 280 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 15 - type: Transform - uid: 281 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 15 - type: Transform - uid: 282 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 15 - type: Transform - uid: 418 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 15 - type: Transform - proto: MicrowaveMachineCircuitboard entities: - uid: 135 components: - - pos: 0.41108358,-5.543671 + - type: Transform + pos: 0.41108358,-5.543671 parent: 15 - type: Transform - proto: PlushieSharkBlue entities: - uid: 156 components: - - pos: 2.526429,2.6778638 + - type: Transform + pos: 2.526429,2.6778638 parent: 15 - type: Transform - proto: PosterContrabandEAT entities: - uid: 422 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 15 - type: Transform - proto: PosterContrabandTools entities: - uid: 274 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 15 - type: Transform - proto: PosterLegitBuild entities: - uid: 421 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 15 - type: Transform - proto: PosterLegitEnlist entities: - uid: 423 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 15 - type: Transform - proto: PosterLegitHighClassMartini entities: - uid: 444 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 15 - type: Transform - proto: PosterLegitNoERP entities: - uid: 107 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 15 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 126 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 15 - type: Transform - uid: 332 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 15 - type: Transform - uid: 388 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 15 - type: Transform - uid: 442 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 15 - type: Transform - proto: Poweredlight entities: - uid: 340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,1.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 341 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,1.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,3.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 343 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 344 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,1.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-5.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-4.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-4.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 348 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 350 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 395 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-2.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 396 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 397 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 398 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 399 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightBlueInterior entities: - uid: 349 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-7.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,2.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 401 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 15 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 9 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 15 - type: Transform - uid: 149 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 15 - type: Transform - proto: RandomEngineerCorpseSpawner entities: - uid: 459 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 15 - type: Transform - uid: 460 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-5.5 parent: 15 - type: Transform - uid: 551 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 15 - type: Transform - proto: RandomFoodSingle entities: - uid: 305 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 15 - type: Transform - uid: 416 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 15 - type: Transform - proto: RandomPainting entities: - uid: 117 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 15 - type: Transform - proto: RandomPosterAny entities: - uid: 109 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 15 - type: Transform - proto: RandomPosterContraband entities: - uid: 278 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 15 - type: Transform - proto: RandomPosterLegit entities: - uid: 108 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 15 - type: Transform - uid: 132 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 15 - type: Transform - proto: RandomSnacks entities: - uid: 308 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 15 - type: Transform - proto: RandomSpawner entities: - uid: 1 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 15 - type: Transform - uid: 2 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 15 - type: Transform - uid: 4 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 15 - type: Transform - uid: 8 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 15 - type: Transform - uid: 164 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 15 - type: Transform - uid: 286 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 15 - type: Transform - uid: 287 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 15 - type: Transform - uid: 288 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 15 - type: Transform - uid: 289 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 15 - type: Transform - uid: 290 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 15 - type: Transform - uid: 291 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 15 - type: Transform - uid: 292 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 15 - type: Transform - uid: 293 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 15 - type: Transform - uid: 294 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 15 - type: Transform - uid: 295 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 15 - type: Transform - uid: 296 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 15 - type: Transform - uid: 298 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 15 - type: Transform - uid: 299 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 15 - type: Transform - uid: 300 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 15 - type: Transform - uid: 303 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 15 - type: Transform - uid: 304 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 15 - type: Transform - uid: 306 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 15 - type: Transform - uid: 307 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 15 - type: Transform - uid: 417 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 15 - type: Transform - proto: ReinforcedGirder entities: - uid: 451 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 15 - type: Transform - proto: ReinforcedWindow entities: - uid: 33 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 15 - type: Transform - uid: 77 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 15 - type: Transform - uid: 91 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 15 - type: Transform - uid: 372 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 15 - type: Transform - uid: 373 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 15 - type: Transform - uid: 377 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 15 - type: Transform - uid: 378 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 15 - type: Transform - uid: 379 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 15 - type: Transform - uid: 380 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 15 - type: Transform - uid: 381 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 15 - type: Transform - uid: 382 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 15 - type: Transform - uid: 383 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 15 - type: Transform - uid: 456 components: - - rot: 3.141592653589793 rad + - type: Transform pos: -2.5,-9.5 parent: 15 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 284 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 15 - type: Transform - uid: 415 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 15 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 355 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 15 - type: Transform - uid: 454 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 15 - type: Transform - proto: SalvageMobSpawner entities: - uid: 42 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 15 - type: Transform - uid: 301 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 15 - type: Transform - uid: 319 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 15 - type: Transform - uid: 320 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 15 - type: Transform - uid: 322 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 15 - type: Transform - uid: 323 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 15 - type: Transform - uid: 324 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 15 - type: Transform - uid: 325 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 15 - type: Transform - uid: 326 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 15 - type: Transform - uid: 327 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 15 - type: Transform - uid: 328 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 15 - type: Transform - uid: 329 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 15 - type: Transform - uid: 330 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 15 - type: Transform - uid: 331 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 15 - type: Transform - uid: 333 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 15 - type: Transform - uid: 411 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 15 - type: Transform - uid: 412 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 15 - type: Transform - uid: 446 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 15 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 309 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 15 - type: Transform - uid: 310 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 15 - type: Transform - uid: 311 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 15 - type: Transform - uid: 312 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 15 - type: Transform - uid: 313 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 15 - type: Transform - uid: 314 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 15 - type: Transform - uid: 315 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 15 - type: Transform - uid: 316 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 15 - type: Transform - uid: 317 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 15 - type: Transform - uid: 408 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 15 - type: Transform - uid: 409 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 15 - type: Transform - uid: 410 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 15 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 136 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 15 - type: Transform - uid: 158 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 15 - type: Transform - uid: 276 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 15 - type: Transform - uid: 548 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 15 - type: Transform - uid: 549 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 15 - type: Transform - uid: 550 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 15 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 275 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 15 - type: Transform - proto: Screwdriver entities: - uid: 140 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5155216,-4.876541 parent: 15 - type: Transform - uid: 165 components: - - pos: -6.8052506,-0.59574574 + - type: Transform + pos: -6.8052506,-0.59574574 parent: 15 - type: Transform - proto: ShardGlass entities: - uid: 41 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.000712,-1.683475 parent: 15 - type: Transform - uid: 44 components: - - pos: 9.813212,-3.3512988 + - type: Transform + pos: 9.813212,-3.3512988 parent: 15 - type: Transform - uid: 45 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.188212,-2.7258651 parent: 15 - type: Transform - uid: 152 components: - - pos: 6.827523,-4.8224154 + - type: Transform + pos: 6.827523,-4.8224154 parent: 15 - type: Transform - uid: 153 components: - - pos: 6.9108562,-4.613937 + - type: Transform + pos: 6.9108562,-4.613937 parent: 15 - type: Transform - uid: 154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.6504397,-4.645209 parent: 15 - type: Transform - uid: 155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.9108562,-4.186557 parent: 15 - type: Transform - uid: 452 components: - - pos: 10.156962,-2.5069633 + - type: Transform + pos: 10.156962,-2.5069633 parent: 15 - type: Transform - uid: 453 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.375712,-2.4131484 parent: 15 - type: Transform - proto: ShardGlassReinforced entities: - uid: 74 components: - - pos: 1.2168233,-6.6100273 + - type: Transform + pos: 1.2168233,-6.6100273 parent: 15 - type: Transform - uid: 113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5293233,-6.2139187 parent: 15 - type: Transform - uid: 114 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.29319984,-7.2783713 parent: 15 - type: Transform - uid: 374 components: - - pos: -7.6760592,3.4645517 + - type: Transform + pos: -7.6760592,3.4645517 parent: 15 - type: Transform - uid: 376 components: - - pos: -7.186476,2.9850519 + - type: Transform + pos: -7.186476,2.9850519 parent: 15 - type: Transform - uid: 384 components: - - pos: -6.0510592,4.2776165 + - type: Transform + pos: -6.0510592,4.2776165 parent: 15 - type: Transform - uid: 385 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.9468927,4.57991 parent: 15 - type: Transform - uid: 386 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.623976,4.0378666 parent: 15 - type: Transform - uid: 387 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.8323092,4.5173664 parent: 15 - type: Transform - uid: 457 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.8663592,-9.446415 parent: 15 - type: Transform - uid: 458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.720526,-9.821675 parent: 15 - type: Transform - proto: SheetPlastic entities: - uid: 151 components: - - pos: 7.3379397,-4.5618176 + - type: Transform + pos: 7.3379397,-4.5618176 parent: 15 - type: Transform - proto: SheetSteel entities: - uid: 150 components: - - pos: 7.5983567,-4.468003 + - type: Transform + pos: 7.5983567,-4.468003 parent: 15 - type: Transform - proto: SolarPanelBroken entities: - uid: 352 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 15 - type: Transform - uid: 353 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 15 - type: Transform - proto: SpaceTickSpawner entities: - uid: 334 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 15 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 318 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 15 - type: Transform - uid: 413 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 15 - type: Transform - proto: Table entities: - uid: 360 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 15 - type: Transform - uid: 361 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 15 - type: Transform - proto: TableCounterMetal entities: - uid: 389 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 15 - type: Transform - uid: 390 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 15 - type: Transform - proto: TableCounterWood entities: - uid: 129 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 15 - type: Transform - uid: 130 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 15 - type: Transform - proto: TableReinforced entities: - uid: 271 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 15 - type: Transform - uid: 272 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 15 - type: Transform - proto: ToolboxEmergencyFilled entities: - uid: 402 components: - - pos: -6.482578,1.4784968 + - type: Transform + pos: -6.482578,1.4784968 parent: 15 - type: Transform - proto: VendingMachineCigs entities: - uid: 443 components: - - flags: SessionSpecific - type: MetaData - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 15 - type: Transform - proto: VendingMachineCoffee entities: - uid: 131 components: - - flags: SessionSpecific - type: MetaData - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 15 - type: Transform - proto: VendingMachineDiscount entities: - uid: 424 components: - - flags: SessionSpecific - type: MetaData - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 15 - type: Transform - proto: VendingMachineWallMedical entities: - uid: 462 components: - - flags: SessionSpecific - type: MetaData - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 15 - type: Transform - proto: WallReinforced entities: - uid: 16 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 15 - type: Transform - uid: 17 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 15 - type: Transform - uid: 20 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 15 - type: Transform - uid: 22 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 15 - type: Transform - uid: 28 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 15 - type: Transform - uid: 29 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 15 - type: Transform - uid: 32 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 15 - type: Transform - uid: 38 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 15 - type: Transform - uid: 47 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 15 - type: Transform - uid: 55 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 15 - type: Transform - uid: 57 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 15 - type: Transform - uid: 58 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 15 - type: Transform - uid: 59 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 15 - type: Transform - uid: 63 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 15 - type: Transform - uid: 82 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 15 - type: Transform - uid: 83 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 15 - type: Transform - uid: 99 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 15 - type: Transform - uid: 100 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 15 - type: Transform - uid: 101 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 15 - type: Transform - uid: 102 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 15 - type: Transform - uid: 103 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 15 - type: Transform - uid: 104 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 15 - type: Transform - uid: 106 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 15 - type: Transform - uid: 141 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 15 - type: Transform - uid: 203 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 15 - type: Transform - uid: 270 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 15 - type: Transform - uid: 437 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 15 - type: Transform - uid: 439 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 15 - type: Transform - uid: 441 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 15 - type: Transform - proto: WallSolid entities: - uid: 10 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 15 - type: Transform - uid: 11 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 15 - type: Transform - uid: 12 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 15 - type: Transform - uid: 13 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 15 - type: Transform - uid: 14 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 15 - type: Transform - uid: 21 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 15 - type: Transform - uid: 23 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 15 - type: Transform - uid: 25 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 15 - type: Transform - uid: 30 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 15 - type: Transform - uid: 34 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 15 - type: Transform - uid: 35 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 15 - type: Transform - uid: 36 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 15 - type: Transform - uid: 37 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 15 - type: Transform - uid: 39 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 15 - type: Transform - uid: 48 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 15 - type: Transform - uid: 50 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 15 - type: Transform - uid: 51 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 15 - type: Transform - uid: 52 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 15 - type: Transform - uid: 53 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 15 - type: Transform - uid: 54 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 15 - type: Transform - uid: 64 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 15 - type: Transform - uid: 66 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 15 - type: Transform - uid: 67 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 15 - type: Transform - uid: 68 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 15 - type: Transform - uid: 70 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 15 - type: Transform - uid: 71 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 15 - type: Transform - uid: 72 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 15 - type: Transform - uid: 73 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 15 - type: Transform - uid: 75 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 15 - type: Transform - uid: 76 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 15 - type: Transform - uid: 80 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 15 - type: Transform - uid: 84 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 15 - type: Transform - uid: 85 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 15 - type: Transform - uid: 86 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 15 - type: Transform - uid: 87 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 15 - type: Transform - uid: 88 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 15 - type: Transform - uid: 89 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 15 - type: Transform - uid: 90 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 15 - type: Transform - uid: 92 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 15 - type: Transform - uid: 93 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 15 - type: Transform - uid: 95 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 15 - type: Transform - uid: 96 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 15 - type: Transform - uid: 97 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 15 - type: Transform - uid: 98 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 15 - type: Transform - uid: 123 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 15 - type: Transform - uid: 144 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 15 - type: Transform - uid: 145 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 15 - type: Transform - uid: 146 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 15 - type: Transform - uid: 265 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 15 - type: Transform - uid: 266 components: - - pos: -8.5,-4.5 + - type: Transform + pos: -8.5,-4.5 parent: 15 - type: Transform - uid: 267 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 15 - type: Transform - uid: 268 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 15 - type: Transform - uid: 269 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 15 - type: Transform - uid: 403 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 15 - type: Transform - proto: WardrobeBlueFilled entities: - uid: 118 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 15 - type: Transform - proto: WardrobeGreyFilled entities: - uid: 119 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 15 - type: Transform - proto: WardrobePinkFilled entities: - uid: 121 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 15 - type: Transform +- proto: WarpPoint + entities: + - uid: 552 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 15 + - type: WarpPoint + location: Space Debris - proto: WaterCooler entities: - uid: 391 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 15 - type: Transform - proto: WeaponTurretSyndicateBroken entities: - uid: 358 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 15 - type: Transform - proto: Window entities: - uid: 18 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 15 - type: Transform - uid: 43 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 15 - type: Transform - uid: 407 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 15 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-laundromat-chunk.yml b/Resources/Maps/Salvage/DeltaV/DV-laundromat-chunk.yml index 5692fd6cb4..af4c48bb12 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-laundromat-chunk.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-laundromat-chunk.yml @@ -4,948 +4,949 @@ meta: tilemap: 0: Space 4: FloorAsphalt - 20: FloorCarpetOffice - 25: FloorConcrete - 28: FloorDark - 49: FloorGrassLight - 52: FloorGrayConcreteSmooth - 59: FloorKitchen - 60: FloorLaundry - 61: FloorLino - 63: FloorMetalDiamond - 71: FloorOldConcreteSmooth - 76: FloorReinforced - 79: FloorShowroom - 95: FloorSteelDirty - 98: FloorSteelMono - 103: FloorTechMaint2 - 104: FloorTechMaint3 - 106: FloorWhite - 119: Plating + 22: FloorCarpetOffice + 27: FloorConcrete + 30: FloorDark + 51: FloorGrassLight + 54: FloorGrayConcreteSmooth + 61: FloorKitchen + 62: FloorLaundry + 63: FloorLino + 65: FloorMetalDiamond + 73: FloorOldConcreteSmooth + 78: FloorReinforced + 81: FloorShowroom + 97: FloorSteelDirty + 101: FloorSteelMono + 106: FloorTechMaint2 + 107: FloorTechMaint3 + 109: FloorWhite + 122: Plating entities: - proto: "" entities: - uid: 1 components: - - name: grid - type: MetaData - - pos: -0.828125,-0.421875 + - type: MetaData + name: grid + - type: Transform + pos: -0.828125,-0.421875 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: 0,0: ind: 0,0 - tiles: PAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAATwAAAAAAdwAAAAAATwAAAAAAdwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAATwAAAAAAdwAAAAAATwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAOwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAdwAAAAAANAAAAAACNAAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAdwAAAAAANAAAAAABNAAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAdwAAAAAAPQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAANAAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAdwAAAAAATwAAAAAATwAAAAAAdwAAAAAAdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPQAAAAAAPQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPQAAAAAAPQAAAAAAdwAAAAAATwAAAAAATwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAPAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAXwAAAAAAdwAAAAAAdwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAANAAAAAADNAAAAAABNAAAAAAANAAAAAAANAAAAAADNAAAAAADNAAAAAACdwAAAAAAaAAAAAADXwAAAAAAXwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAA + tiles: PgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAUQAAAAAAegAAAAAAUQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAUQAAAAAAegAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAPQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAANgAAAAACNgAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAegAAAAAANgAAAAABNgAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANgAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPwAAAAAAPwAAAAAAegAAAAAAUQAAAAAAUQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAANgAAAAADNgAAAAABNgAAAAAANgAAAAAANgAAAAADNgAAAAADNgAAAAACegAAAAAAawAAAAADYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAACMQAAAAAAMQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAACBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAFBAAAAAAIBAAAAAABBAAAAAABBAAAAAAJBAAAAAAEBAAAAAAHBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAHBAAAAAAABAAAAAADBAAAAAAEBAAAAAAHBAAAAAACBAAAAAAABAAAAAAFBAAAAAAABAAAAAAIBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAEBAAAAAAIBAAAAAADBAAAAAAFBAAAAAAHBAAAAAACBAAAAAAABAAAAAAFBAAAAAAEMQAAAAACMQAAAAAAMQAAAAAAMQAAAAADMQAAAAACMQAAAAACMQAAAAACMQAAAAADMQAAAAADMQAAAAAAMQAAAAADMQAAAAAAMQAAAAABMQAAAAAAMQAAAAABMQAAAAADGQAAAAAAGQAAAAAAGQAAAAABGQAAAAABGQAAAAAAGQAAAAACGQAAAAADGQAAAAADGQAAAAAAGQAAAAABGQAAAAABGQAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAADGQAAAAAAGQAAAAAAGQAAAAADGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAAAGQAAAAACGQAAAAACTAAAAAAAPAAAAAAAPAAAAAAAdwAAAAAAPAAAAAAAPAAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAAdwAAAAAAdwAAAAAATAAAAAAAOwAAAAAAOwAAAAAATAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACMwAAAAAAMwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAACBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAFBAAAAAAIBAAAAAABBAAAAAABBAAAAAAJBAAAAAAEBAAAAAAHBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAHBAAAAAAABAAAAAADBAAAAAAEBAAAAAAHBAAAAAACBAAAAAAABAAAAAAFBAAAAAAABAAAAAAIBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAEBAAAAAAIBAAAAAADBAAAAAAFBAAAAAAHBAAAAAACBAAAAAAABAAAAAAFBAAAAAAEMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAADGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAADGwAAAAADGwAAAAABGwAAAAABGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAAAGwAAAAACGwAAAAACTgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAPgAAAAAAPgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAPQAAAAAAPQAAAAAATgAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAADMQAAAAADMQAAAAABMQAAAAACMQAAAAABMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAABBAAAAAAHBAAAAAAGBAAAAAADBAAAAAABBAAAAAADBAAAAAAFBAAAAAAIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAGBAAAAAAABAAAAAADBAAAAAAGBAAAAAADBAAAAAAHBAAAAAAJBAAAAAAABAAAAAAFBAAAAAAGBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAIBAAAAAAGBAAAAAAGBAAAAAABBAAAAAAABAAAAAAFBAAAAAADBAAAAAAIBAAAAAACBAAAAAAJBAAAAAAGBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAEBAAAAAACBAAAAAAABAAAAAAJBAAAAAAFBAAAAAAGBAAAAAAFBAAAAAADBAAAAAAABAAAAAACBAAAAAAGBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAABMQAAAAAAMQAAAAABMQAAAAACMQAAAAADMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAACMQAAAAAAMQAAAAACMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAADGQAAAAADGQAAAAADGQAAAAAAGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAACGQAAAAABGQAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAACGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAABNAAAAAAANAAAAAACNAAAAAADNAAAAAACdwAAAAAATAAAAAAATAAAAAAATAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAABMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAABBAAAAAAHBAAAAAAGBAAAAAADBAAAAAABBAAAAAADBAAAAAAFBAAAAAAIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAGBAAAAAAABAAAAAADBAAAAAAGBAAAAAADBAAAAAAHBAAAAAAJBAAAAAAABAAAAAAFBAAAAAAGBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAIBAAAAAAGBAAAAAAGBAAAAAABBAAAAAAABAAAAAAFBAAAAAADBAAAAAAIBAAAAAACBAAAAAAJBAAAAAAGBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAEBAAAAAACBAAAAAAABAAAAAAJBAAAAAAFBAAAAAAGBAAAAAAFBAAAAAADBAAAAAAABAAAAAACBAAAAAAGBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAACGwAAAAADGwAAAAADGwAAAAADGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAGwAAAAAAGwAAAAABGwAAAAACGwAAAAACGwAAAAACGwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAABNgAAAAAANgAAAAACNgAAAAADNgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACNAAAAAADNAAAAAACNAAAAAABNAAAAAABdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABNAAAAAAANAAAAAABNAAAAAAANAAAAAAAdwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAABdwAAAAAANAAAAAABNAAAAAAANAAAAAABNAAAAAAANAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAdwAAAAAANAAAAAADNAAAAAABNAAAAAACNAAAAAACNAAAAAABNAAAAAADNAAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAABagAAAAAAdwAAAAAANAAAAAABNAAAAAACNAAAAAACNAAAAAABNAAAAAACNAAAAAABNAAAAAACdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAABagAAAAABdwAAAAAANAAAAAACNAAAAAADNAAAAAADNAAAAAABNAAAAAAANAAAAAABNAAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAACagAAAAAAdwAAAAAANAAAAAABNAAAAAAANAAAAAACNAAAAAABNAAAAAABNAAAAAADNAAAAAACdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAABagAAAAABdwAAAAAANAAAAAACNAAAAAACNAAAAAACNAAAAAACNAAAAAADNAAAAAABNAAAAAACdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAADagAAAAACdwAAAAAANAAAAAABNAAAAAADNAAAAAAANAAAAAACNAAAAAACNAAAAAADNAAAAAABdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAADdwAAAAAANAAAAAAANAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAagAAAAACagAAAAADagAAAAADagAAAAABdwAAAAAANAAAAAAANAAAAAACdwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAagAAAAADagAAAAACagAAAAAAagAAAAADdwAAAAAANAAAAAABNAAAAAAAdwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAagAAAAABagAAAAABagAAAAACagAAAAACdwAAAAAANAAAAAAANAAAAAAAdwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAABagAAAAADagAAAAACdwAAAAAANAAAAAACNAAAAAADdwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAdwAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAACagAAAAAAagAAAAAAdwAAAAAANAAAAAABNAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAARwAAAAABdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAABdwAAAAAANAAAAAADNAAAAAAAdwAAAAAARwAAAAABRwAAAAABRwAAAAADRwAAAAADdwAAAAAANAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAACNgAAAAADNgAAAAACNgAAAAABNgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAABNgAAAAAANgAAAAABNgAAAAAANgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABegAAAAAANgAAAAABNgAAAAAANgAAAAABNgAAAAAANgAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAegAAAAAANgAAAAADNgAAAAABNgAAAAACNgAAAAACNgAAAAABNgAAAAADNgAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAAAegAAAAAANgAAAAABNgAAAAACNgAAAAACNgAAAAABNgAAAAACNgAAAAABNgAAAAACegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAABegAAAAAANgAAAAACNgAAAAADNgAAAAADNgAAAAABNgAAAAAANgAAAAABNgAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAAAegAAAAAANgAAAAABNgAAAAAANgAAAAACNgAAAAABNgAAAAABNgAAAAADNgAAAAACegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAABegAAAAAANgAAAAACNgAAAAACNgAAAAACNgAAAAACNgAAAAADNgAAAAABNgAAAAACegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAACegAAAAAANgAAAAABNgAAAAADNgAAAAAANgAAAAACNgAAAAACNgAAAAADNgAAAAABegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAADegAAAAAANgAAAAAANgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAABegAAAAAANgAAAAAANgAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAANgAAAAABNgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACegAAAAAANgAAAAAANgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAADbQAAAAACegAAAAAANgAAAAACNgAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAAAbQAAAAAAegAAAAAANgAAAAABNgAAAAAAegAAAAAAegAAAAAAegAAAAAASQAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAABegAAAAAANgAAAAADNgAAAAAAegAAAAAASQAAAAABSQAAAAABSQAAAAADSQAAAAADegAAAAAANgAAAAAB version: 6 1,0: ind: 1,0 - tiles: dwAAAAAANAAAAAACNAAAAAADdwAAAAAAHAAAAAADHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAADNAAAAAABdwAAAAAAHAAAAAAAHAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAADNAAAAAAAdwAAAAAAHAAAAAAAHAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAACNAAAAAAAdwAAAAAAHAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAABNAAAAAAAdwAAAAAAHAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAACNAAAAAACdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAABNAAAAAAAAAAAAAAAHAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAAANAAAAAADAAAAAAAAHAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADNAAAAAADNAAAAAADdwAAAAAAHAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABNAAAAAABNAAAAAADHAAAAAACHAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADNAAAAAABNAAAAAADdwAAAAAAHAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAACNAAAAAABdwAAAAAAHAAAAAABHAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAADNAAAAAABdwAAAAAAHAAAAAABHAAAAAADHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAADNAAAAAAAdwAAAAAAHAAAAAACHAAAAAAAHAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAAANAAAAAAAdwAAAAAAHAAAAAADHAAAAAADHAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAACNAAAAAACdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAANgAAAAACNgAAAAADegAAAAAAHgAAAAADHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAADNgAAAAABegAAAAAAHgAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAADNgAAAAAAegAAAAAAHgAAAAAAHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAACNgAAAAAAegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAABNgAAAAAAegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAACNgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAABNgAAAAAAAAAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAAANgAAAAADAAAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAADNgAAAAADNgAAAAADegAAAAAAHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAABNgAAAAABNgAAAAADHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAADNgAAAAABNgAAAAADegAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAACNgAAAAABegAAAAAAHgAAAAABHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAADNgAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAADNgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAAANgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAACNgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: NAAAAAACNAAAAAAANAAAAAADNAAAAAADNAAAAAAANAAAAAABNAAAAAABdwAAAAAAXwAAAAAAXwAAAAAAXwAAAAAAdwAAAAAANAAAAAACNAAAAAABNAAAAAADNAAAAAADNAAAAAABNAAAAAADNAAAAAADNAAAAAACNAAAAAAANAAAAAACNAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAANAAAAAABNAAAAAABNAAAAAAANAAAAAAANAAAAAABNAAAAAACNAAAAAACNAAAAAABNAAAAAAANAAAAAADNAAAAAACNAAAAAADNAAAAAACNAAAAAADNAAAAAADNAAAAAABNAAAAAABNAAAAAAANAAAAAAANAAAAAADNAAAAAADNAAAAAAANAAAAAACNAAAAAACNAAAAAACNAAAAAACNAAAAAAANAAAAAAANAAAAAACNAAAAAACNAAAAAABNAAAAAADNAAAAAAANAAAAAABdwAAAAAAdwAAAAAANAAAAAACNAAAAAABNAAAAAADNAAAAAACNAAAAAACNAAAAAAANAAAAAADNAAAAAABNAAAAAADNAAAAAABNAAAAAADNAAAAAABNAAAAAADNAAAAAADdwAAAAAAZwAAAAAAPwAAAAAAdwAAAAAAdwAAAAAANAAAAAADNAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAZwAAAAAAPwAAAAAAYgAAAAABdwAAAAAANAAAAAACNAAAAAAAdwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAYgAAAAACYgAAAAADdwAAAAAANAAAAAAANAAAAAACdwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADYgAAAAADdwAAAAAANAAAAAAANAAAAAAAdwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAADdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: NgAAAAACNgAAAAAANgAAAAADNgAAAAADNgAAAAAANgAAAAABNgAAAAABegAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAegAAAAAANgAAAAACNgAAAAABNgAAAAADNgAAAAADNgAAAAABNgAAAAADNgAAAAADNgAAAAACNgAAAAAANgAAAAACNgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANgAAAAABNgAAAAABNgAAAAAANgAAAAAANgAAAAABNgAAAAACNgAAAAACNgAAAAABNgAAAAAANgAAAAADNgAAAAACNgAAAAADNgAAAAACNgAAAAADNgAAAAADNgAAAAABNgAAAAABNgAAAAAANgAAAAAANgAAAAADNgAAAAADNgAAAAAANgAAAAACNgAAAAACNgAAAAACNgAAAAACNgAAAAAANgAAAAAANgAAAAACNgAAAAACNgAAAAABNgAAAAADNgAAAAAANgAAAAABegAAAAAAegAAAAAANgAAAAACNgAAAAABNgAAAAADNgAAAAACNgAAAAACNgAAAAAANgAAAAADNgAAAAABNgAAAAADNgAAAAABNgAAAAADNgAAAAABNgAAAAADNgAAAAADegAAAAAAagAAAAAAQQAAAAAAegAAAAAAegAAAAAANgAAAAADNgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAQQAAAAAAZQAAAAABegAAAAAANgAAAAACNgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAZQAAAAACZQAAAAADegAAAAAANgAAAAAANgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAADZQAAAAADegAAAAAANgAAAAAANgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABZQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAADagAAAAAAdwAAAAAANAAAAAAANAAAAAAAdwAAAAAARwAAAAAARwAAAAACRwAAAAAARwAAAAACRwAAAAABNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAADdwAAAAAANAAAAAAANAAAAAADdwAAAAAARwAAAAADRwAAAAACRwAAAAADRwAAAAADdwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAANAAAAAACNAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAANAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAABNAAAAAABNAAAAAAANAAAAAACNAAAAAADNAAAAAADNAAAAAACNAAAAAABNAAAAAABNAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADNAAAAAADNAAAAAADNAAAAAAANAAAAAACNAAAAAADNAAAAAACNAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAABYgAAAAADPwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADYgAAAAABYgAAAAACYgAAAAADYgAAAAABYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAADYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAAAegAAAAAANgAAAAAANgAAAAAAegAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAACSQAAAAABNgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADegAAAAAANgAAAAAANgAAAAADegAAAAAASQAAAAADSQAAAAACSQAAAAADSQAAAAADegAAAAAANgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAANgAAAAACNgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAANgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAABNgAAAAABNgAAAAAANgAAAAACNgAAAAADNgAAAAADNgAAAAACNgAAAAABNgAAAAABNgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAADNgAAAAADNgAAAAADNgAAAAAANgAAAAACNgAAAAADNgAAAAACNgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAABZQAAAAADQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAADZQAAAAABZQAAAAACZQAAAAADZQAAAAABZQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAADZQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABZQAAAAABZQAAAAADZQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: NAAAAAACNAAAAAABNAAAAAABNAAAAAAANAAAAAADNAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAACNAAAAAAANAAAAAADNAAAAAAANAAAAAADNAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAADNAAAAAAANAAAAAAANAAAAAAANAAAAAACNAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: NgAAAAACNgAAAAABNgAAAAABNgAAAAAANgAAAAADNgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAACNgAAAAAANgAAAAADNgAAAAAANgAAAAADNgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAADNgAAAAAANgAAAAAANgAAAAAANgAAAAACNgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAAAMQAAAAABMQAAAAABMQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAHBAAAAAAEBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAADBAAAAAAHBAAAAAAJBAAAAAAIBAAAAAAABAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAFBAAAAAACBAAAAAAABAAAAAADBAAAAAAEBAAAAAAEBAAAAAACBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAIBAAAAAAJBAAAAAABBAAAAAABBAAAAAAHBAAAAAAEBAAAAAAHBAAAAAAABAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAAACMQAAAAACMQAAAAABMQAAAAAAMQAAAAADMQAAAAADMQAAAAAAMQAAAAACMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAACGQAAAAABGQAAAAACGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAANAAAAAABNAAAAAADdwAAAAAATAAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAABGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAHBAAAAAAEBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAADBAAAAAAHBAAAAAAJBAAAAAAIBAAAAAAABAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAFBAAAAAACBAAAAAAABAAAAAADBAAAAAAEBAAAAAAEBAAAAAACBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAIBAAAAAAJBAAAAAABBAAAAAABBAAAAAAHBAAAAAAEBAAAAAAHBAAAAAAABAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAADGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAACGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAANgAAAAABNgAAAAADegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: SpreaderGrid - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: color: '#FFFFFFFF' id: Basalt1 decals: - 118: 24.05381,-4.348842 + 117: 24.05381,-4.348842 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 115: -11.80879,-5.04025 - 116: -7.9245987,10.071753 - 117: 13.15028,20.073061 - 119: 10.871904,-6.844823 - 120: -5.652499,0.96499085 - 121: 1.6148183,17.20028 + 114: -11.80879,-5.04025 + 115: -7.9245987,10.071753 + 116: 13.15028,20.073061 + 118: 10.871904,-6.844823 + 119: -5.652499,0.96499085 + 120: 1.6148183,17.20028 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 122: 4.0835686,23.975819 - 123: 16.405544,-1.4940245 + 121: 4.0835686,23.975819 + 122: 16.405544,-1.4940245 - node: color: '#FFFFFFFF' id: Basalt4 decals: - 124: 4.7267,14.96301 + 123: 4.7267,14.96301 - node: color: '#FFFFFFFF' id: Basalt5 decals: - 125: -4.9232235,-1.5107083 - 126: -12.284987,11.837526 - 127: -2.1410763,19.875166 + 124: -4.9232235,-1.5107083 + 125: -12.284987,11.837526 + 126: -2.1410763,19.875166 - node: color: '#FFFFFFFF' id: Basalt6 decals: - 128: 13.595682,17.022379 - 129: 15.710266,15.708965 - 130: 4.1074514,16.751356 + 127: 13.595682,17.022379 + 128: 15.710266,15.708965 + 129: 4.1074514,16.751356 - node: color: '#FFFFFFFF' id: Basalt7 decals: - 131: 16.153912,8.940269 - 132: 7.41273,-4.9217343 - 133: -6.729066,-9.856998 + 130: 16.153912,8.940269 + 131: 7.41273,-4.9217343 + 132: -6.729066,-9.856998 - node: color: '#FFFFFFFF' id: Basalt8 decals: - 134: -2.1253765,-8.347632 - 135: 13.589897,18.72667 + 133: -2.1253765,-8.347632 + 134: 13.589897,18.72667 - node: color: '#FFFFFFFF' id: Basalt9 decals: - 136: -0.113594055,17.136314 + 135: -0.113594055,17.136314 - node: color: '#9D9D97FF' id: BrickTileSteelLineN decals: - 62: -13,-5 - 63: -12,-5 - 64: -11,-5 - 65: -10,-5 - 66: -9,-5 - 67: -8,-5 - 68: -7,-5 - 69: -6,-5 - 70: -5,-5 - 71: -4,-5 - 72: -3,-5 - 73: -2,-5 - 74: -1,-5 - 75: 0,-5 - 76: 1,-5 - 77: 2,-5 - 78: 6,-5 - 79: 7,-5 - 80: 8,-5 - 81: 9,-5 - 82: 10,-5 - 83: 11,-5 - 84: 12,-5 - 85: 13,-5 - 86: 14,-5 - 87: 15,-5 - 88: 16,-5 - 89: 17,-5 - 90: 18,-5 - 91: 19,-5 - 92: 20,-5 - 93: 21,-5 - 94: 22,-5 - 95: 23,-5 - 96: 24,-5 - 97: 25,-5 + 61: -13,-5 + 62: -12,-5 + 63: -11,-5 + 64: -10,-5 + 65: -9,-5 + 66: -8,-5 + 67: -7,-5 + 68: -6,-5 + 69: -5,-5 + 70: -4,-5 + 71: -3,-5 + 72: -2,-5 + 73: -1,-5 + 74: 0,-5 + 75: 1,-5 + 76: 2,-5 + 77: 6,-5 + 78: 7,-5 + 79: 8,-5 + 80: 9,-5 + 81: 10,-5 + 82: 11,-5 + 83: 12,-5 + 84: 13,-5 + 85: 14,-5 + 86: 15,-5 + 87: 16,-5 + 88: 17,-5 + 89: 18,-5 + 90: 19,-5 + 91: 20,-5 + 92: 21,-5 + 93: 22,-5 + 94: 23,-5 + 95: 24,-5 + 96: 25,-5 - node: color: '#9D9D97FF' id: BrickTileSteelLineS decals: - 98: -1,-8 - 99: -2,-8 - 100: -3,-8 - 101: -4,-8 - 102: -5,-8 - 103: -6,-8 - 104: -7,-8 - 105: -8,-8 - 106: -9,-8 - 107: -10,-8 - 108: 13,-8 - 109: 14,-8 - 110: 15,-8 - 111: 16,-8 - 112: 17,-8 - 113: 18,-8 - 114: 19,-8 + 97: -1,-8 + 98: -2,-8 + 99: -3,-8 + 100: -4,-8 + 101: -5,-8 + 102: -6,-8 + 103: -7,-8 + 104: -8,-8 + 105: -9,-8 + 106: -10,-8 + 107: 13,-8 + 108: 14,-8 + 109: 15,-8 + 110: 16,-8 + 111: 17,-8 + 112: 18,-8 + 113: 19,-8 - node: color: '#FFFFFFFF' id: Busha1 decals: - 140: -12.117174,-4.0274706 + 139: -12.117174,-4.0274706 - node: color: '#FFFFFFFF' id: Busha2 decals: - 141: -1.6361413,-3.9857745 + 140: -1.6361413,-3.9857745 - node: cleanable: True color: '#FFFFFFFF' id: Dirt decals: - 488: -2.238064,14.467158 - 489: -2.4776475,14.540126 - 490: -2.238064,15.103016 - 491: -2.2797308,15.634636 - 492: -2.3526475,17.333733 - 493: -2.6234808,17.427547 - 494: -3.6755638,17.4067 - 495: -4.488064,17.375427 - 496: -5.967231,17.135677 - 497: -5.7295194,17.219069 - 498: -5.969103,16.510244 - 499: -5.9170194,15.592941 - 500: -4.7816024,14.717332 - 501: 3.0590112,23.921913 - 502: 3.6215115,23.817675 - 503: 3.4027612,23.088001 - 504: 3.1840112,22.962914 - 505: 3.6110945,21.868404 - 506: 4.0485945,20.773893 - 507: 3.3298445,21.097034 - 508: 4.9860945,19.356243 - 509: 3.6840115,20.138035 - 510: 4.2673445,17.917744 - 511: 4.8298445,17.125526 - 512: 3.6735945,17.938591 - 513: 2.9965112,19.033102 - 514: 3.2673445,19.648111 - 515: 5.0069275,18.251308 - 516: 7.3763533,19.61684 - 517: 9.270568,18.782928 - 518: 8.746021,19.231155 - 519: 10.878968,19.272854 - 520: 11.90831,17.750961 - 521: 12.106226,19.126917 - 522: 8.762476,19.648111 - 523: 9.767162,18.980982 - 524: 11.921979,19.554296 - 525: 13.2638,16.833656 - 526: 12.92005,16.604332 - 527: 15.847559,16.718994 - 528: 13.600941,17.886473 - 529: 16.393394,16.875353 - 530: 15.446484,18.084526 - 531: 16.38929,16.802385 - 532: 15.837206,17.761385 - 533: 16.67007,16.708569 - 534: 17.120008,17.094252 - 535: 17.964401,16.812963 - 536: 18.80518,16.302872 - 537: 19.784346,16.624514 - 540: 19.471846,16.504847 - 541: 20.80518,16.714275 - 542: 20.909346,15.59885 - 543: 18.80518,17.485569 - 544: 18.61768,14.806624 - 545: 17.544762,14.426119 - 546: 17.096846,13.78022 - 547: 18.39893,13.658798 - 548: 17.003096,11.839632 - 549: 17.159346,13.43449 - 550: 18.346846,12.235741 - 551: 17.919762,11.48522 - 552: 17.565596,11.360133 - 553: 18.21143,8.2892685 - 554: 16.61768,9.842147 - 555: 17.878096,8.317979 - 556: 15.784346,8.4641 - 557: 14.617679,8.182669 - 558: 16.690596,8.555946 - 559: 17.92356,6.6476574 - 560: 17.353462,5.3410635 - 561: 17.239437,6.030586 - 562: 17.187353,6.945465 - 563: 18.124853,4.756444 - 564: 17.989437,3.8377647 - 565: 17.614437,4.359189 - 566: 16.999853,3.355566 - 567: 17.812353,2.6571643 - 568: 17.82277,1.1183906 - 569: 17.926937,2.2486212 - 570: 18.04152,1.1462352 - 571: 17.562353,0.35401845 - 572: 16.989437,4.5027328 - 573: 17.656105,1.5463829 - 574: 17.35402,0.09412217 - 575: 17.645687,-0.937845 - 576: 17.22902,-0.8459151 - 577: 18.062353,-2.7005515 - 578: 17.79152,-2.1264992 - 579: 14.88527,-2.0834188 - 580: 13.103297,-2.9798746 - 581: 12.059413,-1.7498541 - 582: 15.688915,-2.7818205 - 583: 18.81266,-2.5212228 - 584: 21.416538,-2.6254618 - 585: 16.577793,-2.8964834 - 586: 12.774483,-2.8339403 - 587: 8.528566,-2.291897 - 588: 8.162271,-2.948603 - 589: 6.249138,-2.5420706 - 590: 5.0162373,-2.281473 - 591: 4.1954064,-2.531647 - 592: 3.064159,-2.1980817 - 593: 2.4287422,-2.8026686 - 594: 3.1623993,-2.844364 - 595: 1.149974,-3.0215704 - 596: 0.8796241,-2.2085059 - 597: -0.005792618,-2.364864 - 598: -1.6444213,-3.0632658 - 599: -2.9619465,-2.281473 - 600: -3.8465056,-2.291897 - 601: -3.5863109,-3.0632658 - 602: -5.3964295,-2.1355383 - 603: -5.655264,-2.7609727 - 604: -6.075739,-3.0945375 - 605: -6.5068407,-2.2606256 - 606: -8.266205,-1.6768866 - 607: -8.166405,-2.990299 - 608: -9.940849,-2.6358855 - 609: -10.757616,-2.385712 - 610: -11.477848,-2.5733423 - 614: 7.001713,-5.974179 - 615: 6.0121293,-4.952636 - 616: 18.95218,-7.944297 - 617: 18.962597,-6.9615755 - 618: 20,-7 - 619: 21,-7 - 620: 22,-7 - 621: 22,-6 - 622: 23,-6 - 623: 24,-6 - 624: 25,-5 - 625: 24,-5 - 626: 21,-6 - 627: 18,-8 - 628: 13,-8 - 629: 13,-7 - 630: 12,-7 - 631: 11,-7 - 632: 10,-7 - 633: 10,-6 - 634: 9,-6 - 635: 8,-6 - 636: 7,-5 - 637: 8,-5 - 638: 9,-5 - 639: 2,-5 - 640: 1,-5 - 641: 1,-6 - 642: 2,-6 - 643: 0,-6 - 644: -1,-6 - 645: -1,-7 - 646: -1,-8 - 647: -2,-8 - 648: -3,-8 - 649: -4,-8 - 650: -3,-11 - 651: -4,-11 - 652: -5,-11 - 653: -5,-11 - 654: -4,-11 - 655: -3,-10 - 656: -2,-10 - 657: -3,-10 - 658: -6,-10 - 659: -7,-10 - 660: -6,-10 - 661: -6,-10 - 662: -5,-10 - 663: -5,-11 - 664: -4,-10 - 665: -7,-8 - 666: -8,-8 - 667: -9,-8 - 668: -10,-8 - 669: -8,-8 - 670: -3,-8 - 671: -1,-6 - 672: -1,-8 - 673: -10,-7 - 674: -9,-7 - 675: -11,-7 - 676: -11,-7 - 677: -11,-6 - 678: -12,-6 - 679: -13,-5 - 680: -13,-6 - 681: -12,-7 - 682: -12,-5 + 487: -2.238064,14.467158 + 488: -2.4776475,14.540126 + 489: -2.238064,15.103016 + 490: -2.2797308,15.634636 + 491: -2.3526475,17.333733 + 492: -2.6234808,17.427547 + 493: -3.6755638,17.4067 + 494: -4.488064,17.375427 + 495: -5.967231,17.135677 + 496: -5.7295194,17.219069 + 497: -5.969103,16.510244 + 498: -5.9170194,15.592941 + 499: -4.7816024,14.717332 + 500: 3.0590112,23.921913 + 501: 3.6215115,23.817675 + 502: 3.4027612,23.088001 + 503: 3.1840112,22.962914 + 504: 3.6110945,21.868404 + 505: 4.0485945,20.773893 + 506: 3.3298445,21.097034 + 507: 4.9860945,19.356243 + 508: 3.6840115,20.138035 + 509: 4.2673445,17.917744 + 510: 4.8298445,17.125526 + 511: 3.6735945,17.938591 + 512: 2.9965112,19.033102 + 513: 3.2673445,19.648111 + 514: 5.0069275,18.251308 + 515: 7.3763533,19.61684 + 516: 9.270568,18.782928 + 517: 8.746021,19.231155 + 518: 10.878968,19.272854 + 519: 11.90831,17.750961 + 520: 12.106226,19.126917 + 521: 8.762476,19.648111 + 522: 9.767162,18.980982 + 523: 11.921979,19.554296 + 524: 13.2638,16.833656 + 525: 12.92005,16.604332 + 526: 15.847559,16.718994 + 527: 13.600941,17.886473 + 528: 16.393394,16.875353 + 529: 15.446484,18.084526 + 530: 16.38929,16.802385 + 531: 15.837206,17.761385 + 532: 16.67007,16.708569 + 533: 17.120008,17.094252 + 534: 17.964401,16.812963 + 535: 18.80518,16.302872 + 536: 19.784346,16.624514 + 537: 19.471846,16.504847 + 538: 20.80518,16.714275 + 539: 20.909346,15.59885 + 540: 18.80518,17.485569 + 541: 18.61768,14.806624 + 542: 17.544762,14.426119 + 543: 17.096846,13.78022 + 544: 18.39893,13.658798 + 545: 17.003096,11.839632 + 546: 17.159346,13.43449 + 547: 18.346846,12.235741 + 548: 17.919762,11.48522 + 549: 17.565596,11.360133 + 550: 18.21143,8.2892685 + 551: 16.61768,9.842147 + 552: 17.878096,8.317979 + 553: 15.784346,8.4641 + 554: 14.617679,8.182669 + 555: 16.690596,8.555946 + 556: 17.92356,6.6476574 + 557: 17.353462,5.3410635 + 558: 17.239437,6.030586 + 559: 17.187353,6.945465 + 560: 18.124853,4.756444 + 561: 17.989437,3.8377647 + 562: 17.614437,4.359189 + 563: 16.999853,3.355566 + 564: 17.812353,2.6571643 + 565: 17.82277,1.1183906 + 566: 17.926937,2.2486212 + 567: 18.04152,1.1462352 + 568: 17.562353,0.35401845 + 569: 16.989437,4.5027328 + 570: 17.656105,1.5463829 + 571: 17.35402,0.09412217 + 572: 17.645687,-0.937845 + 573: 17.22902,-0.8459151 + 574: 18.062353,-2.7005515 + 575: 17.79152,-2.1264992 + 576: 14.88527,-2.0834188 + 577: 13.103297,-2.9798746 + 578: 12.059413,-1.7498541 + 579: 15.688915,-2.7818205 + 580: 18.81266,-2.5212228 + 581: 21.416538,-2.6254618 + 582: 16.577793,-2.8964834 + 583: 12.774483,-2.8339403 + 584: 8.528566,-2.291897 + 585: 8.162271,-2.948603 + 586: 6.249138,-2.5420706 + 587: 5.0162373,-2.281473 + 588: 4.1954064,-2.531647 + 589: 3.064159,-2.1980817 + 590: 2.4287422,-2.8026686 + 591: 3.1623993,-2.844364 + 592: 1.149974,-3.0215704 + 593: 0.8796241,-2.2085059 + 594: -0.005792618,-2.364864 + 595: -1.6444213,-3.0632658 + 596: -2.9619465,-2.281473 + 597: -3.8465056,-2.291897 + 598: -3.5863109,-3.0632658 + 599: -5.3964295,-2.1355383 + 600: -5.655264,-2.7609727 + 601: -6.075739,-3.0945375 + 602: -6.5068407,-2.2606256 + 603: -8.266205,-1.6768866 + 604: -8.166405,-2.990299 + 605: -9.940849,-2.6358855 + 606: -10.757616,-2.385712 + 607: -11.477848,-2.5733423 + 609: 7.001713,-5.974179 + 610: 6.0121293,-4.952636 + 611: 18.95218,-7.944297 + 612: 18.962597,-6.9615755 + 613: 20,-7 + 614: 21,-7 + 615: 22,-7 + 616: 22,-6 + 617: 23,-6 + 618: 24,-6 + 619: 25,-5 + 620: 24,-5 + 621: 21,-6 + 622: 18,-8 + 623: 13,-8 + 624: 13,-7 + 625: 12,-7 + 626: 11,-7 + 627: 10,-7 + 628: 10,-6 + 629: 9,-6 + 630: 8,-6 + 631: 7,-5 + 632: 8,-5 + 633: 9,-5 + 634: 2,-5 + 635: 1,-5 + 636: 1,-6 + 637: 2,-6 + 638: 0,-6 + 639: -1,-6 + 640: -1,-7 + 641: -1,-8 + 642: -2,-8 + 643: -3,-8 + 644: -4,-8 + 645: -3,-11 + 646: -4,-11 + 647: -5,-11 + 648: -5,-11 + 649: -4,-11 + 650: -3,-10 + 651: -2,-10 + 652: -3,-10 + 653: -6,-10 + 654: -7,-10 + 655: -6,-10 + 656: -6,-10 + 657: -5,-10 + 658: -5,-11 + 659: -4,-10 + 660: -7,-8 + 661: -8,-8 + 662: -9,-8 + 663: -10,-8 + 664: -8,-8 + 665: -3,-8 + 666: -1,-6 + 667: -1,-8 + 668: -10,-7 + 669: -9,-7 + 670: -11,-7 + 671: -11,-7 + 672: -11,-6 + 673: -12,-6 + 674: -13,-5 + 675: -13,-6 + 676: -12,-7 + 677: -12,-5 + 678: -9,-1 + 679: -9,0 + 680: -9,1 + 681: -9,1 + 682: -9,0 683: -9,-1 - 684: -9,0 - 685: -9,1 - 686: -9,1 - 687: -9,0 - 688: -9,-1 - 689: -8,0 - 690: -8,0 - 691: -8,1 - 692: -8,2 - 693: -8,0 - 694: -7,-1 - 695: -8,2 - 696: -8,3 - 697: -11,2 - 698: -11,3 - 699: -12,4 - 700: -12,5 - 701: -12,7 - 702: -12,7 - 703: -11,7 - 704: -11,9 - 705: -12,10 - 706: -12,10 - 707: -13,10 - 708: -14,11 - 709: -13,12 - 710: -13,13 - 711: -13,13 - 712: -13,14 - 713: -12,13 - 714: -11,11 - 715: -11,13 - 716: -12,15 - 717: -11,16 - 718: -11,17 - 719: -10,19 - 720: -9,19 - 721: -9,19 - 722: -10,19 - 723: -8,19 - 724: -8,19 - 725: -8,20 - 726: -8,20 - 727: -8,19 - 728: -8,18 - 729: -8,18 - 730: -8,18 - 731: -8,17 - 732: -9,17 - 733: -9,16 - 734: -8,16 - 735: -8,17 - 736: -9,17 - 737: -8,15 - 738: -8,13 - 739: -8,11 - 740: -8,10 - 741: -8,17 - 742: -6,20 - 743: -6,20 - 744: -5,19 - 745: -2,19 - 746: 2,19 - 747: -2,20 - 748: -5,20 - 749: -2,20 - 750: 1,21 - 751: 0,21 - 752: 0,22 - 753: -2,22 - 754: -3,22 - 755: -6,22 - 756: -7,22 - 757: -7,22 - 758: -5,22 - 759: -2,22 - 760: 0,22 - 761: 0,23 - 762: -2,23 - 763: -4,23 - 764: -6,23 - 765: -5,24 - 766: -5,25 - 767: -4,25 - 768: -3,26 - 769: -2,26 - 770: 0,26 - 771: 1,24 - 772: 1,23 - 773: 1,24 - 774: -2,25 - 775: 0,22 - 776: 4,20 - 777: 4,21 - 778: 4,23 - 779: 3,24 - 780: 3,22 - 781: 3,20 - 782: 3,17 - 783: 3,18 - 784: 1,18 - 785: -1,17 - 786: 1,16 - 787: 0,17 - 788: 1,17 - 789: 0,16 - 790: 0,18 - 791: 6,16 - 792: 4,16 - 793: 5,16 - 794: 8,20 - 795: 7,22 - 796: 6,22 - 797: 6,24 - 798: 7,24 - 799: 10,22 - 800: 12,20 - 801: 8.892121,18.773188 - 802: 9.582446,19.669641 - 803: 8.05817,20.785002 - 804: 4.3904524,22.588337 - 805: -2.876831,23.891325 - 806: -4.0786366,24.016413 - 807: -6.1957726,21.160261 - 808: -8.413453,18.016983 - 809: -8.517672,16.416231 - 810: -8.538505,14.251637 - 811: -8.538505,11.969601 - 812: -8.538505,9.567038 - 813: -2.8252594,4.624942 - 814: -3.230195,6.095029 - 815: -3.761445,7.460561 - 816: -6.5010285,7.80455 - 817: -6.105195,5.615529 - 818: -5.573945,3.3848133 - 819: -6.948945,2.3736942 - 820: -6.709362,7.80455 - 821: -6.855195,6.240964 - 822: -6.521862,4.3542366 - 823: -5.9697785,1.8212273 - 824: 17.861729,-0.6118214 - 825: 17.76345,0.54827857 - 826: 17.846785,2.7685704 - 827: 17.57595,4.853352 - 828: 16.940535,6.534702 - 829: 16.898867,9.275066 - 830: 17.336367,10.908655 - 831: 17.398867,13.279052 - 832: 18.0447,15.805931 - 834: 20.523869,17.729618 - 836: 18.346785,18.031912 - 838: 20.846785,16.051369 - 839: 20.711369,17.062489 - 840: 20.596785,17.552412 - 841: 18.471785,17.43775 - 842: 19.846785,17.646227 - 843: 18.648869,17.875553 - 844: 17.836369,17.729618 - 845: 16.1072,18.094456 - 846: 18.1697,17.62538 - 847: 20.20095,16.47875 - 848: 18.190535,16.040945 - 849: 16.398867,17.427324 - 850: 2.0711331,8.671983 - 851: 1.7794666,7.59832 - 852: 2.14405,5.075735 - 853: 4.0815496,8.890884 - 854: 4.1336336,7.0041575 - 855: 4.2065496,5.5552344 - 856: 5.14405,-0.9206481 - 857: 4.1544666,-0.56623554 - 858: 2.1648831,-0.37860513 - 859: 0.39404988,-0.74344206 - 860: 1.3419666,-0.6704745 - 861: 3.2169666,-1.00404 - 862: 4.51905,1.5126157 - 863: 3.2378,1.919148 - 864: 1.7586331,3.566125 - 865: -0.29345036,1.6064305 - 866: -1.3976169,1.6168549 - 867: -1.5851169,3.201289 - 868: -2.0122004,1.1269314 - 869: -2.5330334,0.5223446 - 870: -2.2622004,-0.7910671 - 871: -1.1788669,-0.41580653 - 872: -0.88720036,3.4618862 - 873: -0.7205334,4.462581 - 874: 6.5503,9.382818 - 875: 6.70655,8.07983 - 876: 6.8419666,6.630907 - 877: 6.7794666,5.980443 - 878: 6.9773836,4.1678524 - 879: 7.3419666,1.7703538 - 880: 7.5711336,1.3638215 - 881: 4.0294666,3.6362333 - 882: 3.9252996,4.887102 - 883: 3.9148836,5.543808 - 884: 3.6440496,8.472926 - 885: 2.2898831,9.035817 - 886: -3.2572868,14.312439 - 887: -3.90312,14.374983 - 888: -4.52812,14.291592 - 889: -6.2364535,14.3854065 - 890: -5.9864535,15.031689 - 891: -5.87187,16.084503 - 892: -5.382287,17.106047 - 893: -3.819787,17.095623 - 894: 2.0280054,13.343016 - 895: 2.8405054,13.270048 - 896: 3.5280056,13.186657 - 897: 4.5800886,12.842669 - 898: 2.7988386,12.509104 - 899: 2.5175886,11.987908 - 900: 2.882172,12.44656 - 901: 7.9415054,15.928144 - 902: 8.191505,15.229743 - 903: 9.358172,15.803059 - 904: 12.535255,12.436136 - 905: 10.826922,9.017095 - 906: 13.077051,1.7430704 - 907: 12.649967,1.732646 - 908: 11.420801,1.753494 + 684: -8,0 + 685: -8,0 + 686: -8,1 + 687: -8,2 + 688: -8,0 + 689: -7,-1 + 690: -8,2 + 691: -8,3 + 692: -11,2 + 693: -11,3 + 694: -12,4 + 695: -12,5 + 696: -12,7 + 697: -12,7 + 698: -11,7 + 699: -11,9 + 700: -12,10 + 701: -12,10 + 702: -13,10 + 703: -14,11 + 704: -13,12 + 705: -13,13 + 706: -13,13 + 707: -13,14 + 708: -12,13 + 709: -11,11 + 710: -11,13 + 711: -12,15 + 712: -11,16 + 713: -11,17 + 714: -10,19 + 715: -9,19 + 716: -9,19 + 717: -10,19 + 718: -8,19 + 719: -8,19 + 720: -8,20 + 721: -8,20 + 722: -8,19 + 723: -8,18 + 724: -8,18 + 725: -8,18 + 726: -8,17 + 727: -9,17 + 728: -9,16 + 729: -8,16 + 730: -8,17 + 731: -9,17 + 732: -8,15 + 733: -8,13 + 734: -8,11 + 735: -8,10 + 736: -8,17 + 737: -6,20 + 738: -6,20 + 739: -5,19 + 740: -2,19 + 741: 2,19 + 742: -2,20 + 743: -5,20 + 744: -2,20 + 745: 1,21 + 746: 0,21 + 747: 0,22 + 748: -2,22 + 749: -3,22 + 750: -6,22 + 751: -7,22 + 752: -7,22 + 753: -5,22 + 754: -2,22 + 755: 0,22 + 756: 0,23 + 757: -2,23 + 758: -4,23 + 759: -6,23 + 760: -5,24 + 761: -5,25 + 762: -4,25 + 763: -3,26 + 764: -2,26 + 765: 0,26 + 766: 1,24 + 767: 1,23 + 768: 1,24 + 769: -2,25 + 770: 0,22 + 771: 4,20 + 772: 4,21 + 773: 4,23 + 774: 3,24 + 775: 3,22 + 776: 3,20 + 777: 3,17 + 778: 3,18 + 779: 1,18 + 780: -1,17 + 781: 1,16 + 782: 0,17 + 783: 1,17 + 784: 0,16 + 785: 0,18 + 786: 6,16 + 787: 4,16 + 788: 5,16 + 789: 8,20 + 790: 7,22 + 791: 6,22 + 792: 6,24 + 793: 7,24 + 794: 10,22 + 795: 12,20 + 796: 8.892121,18.773188 + 797: 9.582446,19.669641 + 798: 8.05817,20.785002 + 799: 4.3904524,22.588337 + 800: -2.876831,23.891325 + 801: -4.0786366,24.016413 + 802: -6.1957726,21.160261 + 803: -8.413453,18.016983 + 804: -8.517672,16.416231 + 805: -8.538505,14.251637 + 806: -8.538505,11.969601 + 807: -8.538505,9.567038 + 808: -2.8252594,4.624942 + 809: -3.230195,6.095029 + 810: -3.761445,7.460561 + 811: -6.5010285,7.80455 + 812: -6.105195,5.615529 + 813: -5.573945,3.3848133 + 814: -6.948945,2.3736942 + 815: -6.709362,7.80455 + 816: -6.855195,6.240964 + 817: -6.521862,4.3542366 + 818: -5.9697785,1.8212273 + 819: 17.861729,-0.6118214 + 820: 17.76345,0.54827857 + 821: 17.846785,2.7685704 + 822: 17.57595,4.853352 + 823: 16.940535,6.534702 + 824: 16.898867,9.275066 + 825: 17.336367,10.908655 + 826: 17.398867,13.279052 + 827: 18.0447,15.805931 + 828: 20.523869,17.729618 + 829: 18.346785,18.031912 + 830: 20.846785,16.051369 + 831: 20.711369,17.062489 + 832: 20.596785,17.552412 + 833: 18.471785,17.43775 + 834: 19.846785,17.646227 + 835: 18.648869,17.875553 + 836: 17.836369,17.729618 + 837: 16.1072,18.094456 + 838: 18.1697,17.62538 + 839: 20.20095,16.47875 + 840: 18.190535,16.040945 + 841: 16.398867,17.427324 + 842: 2.0711331,8.671983 + 843: 1.7794666,7.59832 + 844: 2.14405,5.075735 + 845: 4.0815496,8.890884 + 846: 4.1336336,7.0041575 + 847: 4.2065496,5.5552344 + 848: 5.14405,-0.9206481 + 849: 4.1544666,-0.56623554 + 850: 2.1648831,-0.37860513 + 851: 0.39404988,-0.74344206 + 852: 1.3419666,-0.6704745 + 853: 3.2169666,-1.00404 + 854: 4.51905,1.5126157 + 855: 3.2378,1.919148 + 856: 1.7586331,3.566125 + 857: -0.29345036,1.6064305 + 858: -1.3976169,1.6168549 + 859: -1.5851169,3.201289 + 860: -2.0122004,1.1269314 + 861: -2.5330334,0.5223446 + 862: -2.2622004,-0.7910671 + 863: -1.1788669,-0.41580653 + 864: -0.88720036,3.4618862 + 865: -0.7205334,4.462581 + 866: 6.5503,9.382818 + 867: 6.70655,8.07983 + 868: 6.8419666,6.630907 + 869: 6.7794666,5.980443 + 870: 6.9773836,4.1678524 + 871: 7.3419666,1.7703538 + 872: 7.5711336,1.3638215 + 873: 4.0294666,3.6362333 + 874: 3.9252996,4.887102 + 875: 3.9148836,5.543808 + 876: 3.6440496,8.472926 + 877: 2.2898831,9.035817 + 878: -3.2572868,14.312439 + 879: -3.90312,14.374983 + 880: -4.52812,14.291592 + 881: -6.2364535,14.3854065 + 882: -5.9864535,15.031689 + 883: -5.87187,16.084503 + 884: -5.382287,17.106047 + 885: -3.819787,17.095623 + 886: 2.0280054,13.343016 + 887: 2.8405054,13.270048 + 888: 3.5280056,13.186657 + 889: 4.5800886,12.842669 + 890: 2.7988386,12.509104 + 891: 2.5175886,11.987908 + 892: 2.882172,12.44656 + 893: 7.9415054,15.928144 + 894: 8.191505,15.229743 + 895: 9.358172,15.803059 + 896: 12.535255,12.436136 + 897: 10.826922,9.017095 + 898: 13.077051,1.7430704 + 899: 12.649967,1.732646 + 900: 11.420801,1.753494 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: + 272: 14.495532,-3.0352511 273: 14.495532,-3.0352511 - 274: 14.495532,-3.0352511 - 275: 7.9644947,-2.5036316 - 276: 13.510276,1.0248153 + 274: 7.9644947,-2.5036316 + 275: 13.510276,1.0248153 + 276: 14.062359,0.99354374 277: 14.062359,0.99354374 - 278: 14.062359,0.99354374 - 279: 14.937359,1.0143911 - 280: 14.593609,2.9245415 - 281: 14.593609,2.9349656 - 282: 14.458193,3.020217 + 278: 14.937359,1.0143911 + 279: 14.593609,2.9245415 + 280: 14.593609,2.9349656 + 281: 14.458193,3.020217 + 282: 14.343609,3.0514884 283: 14.343609,3.0514884 - 284: 14.343609,3.0514884 - 285: 12.885276,13.9227 - 286: 13.062359,14.026939 - 287: 12.906109,13.995667 + 284: 12.885276,13.9227 + 285: 13.062359,14.026939 + 286: 12.906109,13.995667 + 287: 9.972544,15.017211 288: 9.972544,15.017211 289: 9.972544,15.017211 290: 9.972544,15.017211 - 291: 9.972544,15.017211 + 291: -1.1295626,10.019061 292: -1.1295626,10.019061 - 293: -1.1295626,10.019061 + 293: -0.50456256,9.508289 294: -0.50456256,9.508289 - 295: -0.50456256,9.508289 - 296: -0.17122918,6.9857044 - 297: -0.09831253,6.9857044 - 298: -0.07747918,6.9857044 - 299: 0.047520816,6.9857044 - 300: 0.26627082,6.996128 - 301: 0.07877082,6.9857044 + 295: -0.17122918,6.9857044 + 296: -0.09831253,6.9857044 + 297: -0.07747918,6.9857044 + 298: 0.047520816,6.9857044 + 299: 0.26627082,6.996128 + 300: 0.07877082,6.9857044 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 198: -1.0330586,13.028044 - 199: -1.0330586,13.007195 - 200: -1.0538919,12.934229 - 201: -1.0747253,12.642359 - 202: -1.0955586,12.600663 - 203: 6.999814,13.028295 - 204: 6.989397,13.028295 - 205: 6.88523,13.080414 - 206: 7.114397,12.767697 - 207: 7.936844,1.0287967 - 208: 8.447261,1.0287967 - 209: 8.707677,1.0392203 - 210: 8.947261,1.0600684 - 211: -2.073909,1.1017637 - 212: -2.073909,1.0809157 - 213: -2.5843256,0.01767826 - 214: -2.573909,0.01767826 + 197: -1.0330586,13.028044 + 198: -1.0330586,13.007195 + 199: -1.0538919,12.934229 + 200: -1.0747253,12.642359 + 201: -1.0955586,12.600663 + 202: 6.999814,13.028295 + 203: 6.989397,13.028295 + 204: 6.88523,13.080414 + 205: 7.114397,12.767697 + 206: 7.936844,1.0287967 + 207: 8.447261,1.0287967 + 208: 8.707677,1.0392203 + 209: 8.947261,1.0600684 + 210: -2.073909,1.1017637 + 211: -2.073909,1.0809157 + 212: -2.5843256,0.01767826 + 213: -2.573909,0.01767826 + 214: 12.967686,5.948929 215: 12.967686,5.948929 - 216: 12.967686,5.948929 - 217: 12.946852,5.469429 - 218: 12.978102,5.2922225 - 219: 13.030186,5.0941687 + 216: 12.946852,5.469429 + 217: 12.978102,5.2922225 + 218: 13.030186,5.0941687 + 219: 12.009352,4.062202 220: 12.009352,4.062202 - 221: 12.009352,4.062202 - 222: 10.998936,1.0212395 - 223: 10.998936,0.8336091 - 224: 11.071852,0.46877217 - 225: 11.113519,0.15605521 - 226: 11.009352,-0.021151304 - 227: 14.979609,-0.10454321 - 228: 14.948359,0.13520741 + 221: 10.998936,1.0212395 + 222: 10.998936,0.8336091 + 223: 11.071852,0.46877217 + 224: 11.113519,0.15605521 + 225: 11.009352,-0.021151304 + 226: 14.979609,-0.10454321 + 227: 14.948359,0.13520741 + 301: 4.4986157,13.505787 302: 4.4986157,13.505787 303: 4.4986157,13.505787 - 304: 4.4986157,13.505787 - 305: 3.9673657,-1.0132259 + 304: 3.9673657,-1.0132259 + 305: 3.9569492,-1.0236502 306: 3.9569492,-1.0236502 - 307: 3.9569492,-1.0236502 - 308: 2.9361157,-0.46075916 - 309: 3.0923657,-0.47118282 - 310: 2.7173655,-0.7005091 + 307: 2.9361157,-0.46075916 + 308: 3.0923657,-0.47118282 + 309: 2.7173655,-0.7005091 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 311: -3.4493012,0.58334684 - 312: -3.4701347,0.11427188 - 313: -3.3451347,-0.19844556 - 314: -3.0118012,-0.45904398 - 315: -2.4909678,-0.5215874 - 316: -1.5638845,-0.6049781 - 317: -0.83471775,-0.63624954 - 318: 0.7798655,-0.77176046 - 319: 2.613199,-0.77176046 - 320: 4.0090322,-0.8030319 - 321: 4.8736157,-0.75091314 - 322: 5.675699,-0.7404885 - 323: 6.6340322,-0.7300658 - 324: 7.7798653,-0.667521 - 325: 9.206949,-0.51116323 - 326: 9.654865,0.520803 - 327: 9.446532,1.2713249 - 328: 8.123615,1.5319228 - 329: 7.488199,1.7404003 - 330: 7.3527822,2.178205 - 331: 7.3111157,2.6368568 - 332: 7.3423657,2.959998 - 333: 7.394449,3.4707694 - 334: 7.488199,3.6688232 - 335: 7.6340322,3.898149 - 336: 7.613199,4.3151054 - 337: 7.5298653,4.7216377 - 338: 7.456949,5.107322 - 339: 7.425699,5.545126 - 340: 7.5715322,6.170561 - 341: 7.6340322,6.7438755 - 342: 7.6027822,7.2546473 - 343: 7.550699,8.026016 - 344: 7.4048657,8.734842 - 345: 7.394449,9.50949 - 346: 7.300699,10.447641 - 347: 7.6027822,10.635272 - 348: 7.7902822,11.437913 - 349: 7.644449,11.552575 - 350: 7.4465322,11.93826 - 351: 7.4361157,12.511575 - 352: 7.0923657,13.335064 - 353: 6.019449,13.606085 - 354: 5.3423657,13.626933 - 355: 4.331949,13.668629 - 356: 3.7173657,13.637357 - 357: 2.550699,13.553966 - 358: 1.8631988,13.595661 - 359: 0.7069489,13.6999 - 360: 0.04028225,13.668629 - 361: -0.8763845,13.64778 - 362: -1.3763845,12.511575 - 363: -1.3451345,11.531728 - 364: -1.3243012,11.323249 - 365: -1.5222178,10.687391 - 366: -1.5326345,9.248892 - 367: -1.5013845,8.508795 - 368: -1.4180512,7.549795 - 369: -1.1159678,8.164805 - 370: -1.1055512,7.257926 - 371: -1.1993012,6.3301983 - 372: -1.3659678,5.6109486 - 373: -1.3972178,4.6433954 - 374: -1.3868012,1.7739415 - 375: 2.550699,1.9029193 - 376: 2.5715322,2.184365 - 377: 2.644449,2.4658096 - 378: 3.4673657,2.0280056 - 379: 3.6444492,1.9133434 - 380: 3.6861157,2.3824177 - 381: 3.6236157,2.9453094 - 382: 3.6340322,3.3726897 - 383: 3.6236157,3.737527 - 384: 3.5923657,4.3733845 - 385: 3.5819492,4.988395 - 386: 3.5819492,5.4366236 - 387: 3.5819492,4.529743 - 388: 2.3840322,3.2684505 - 389: 2.3736155,3.7166786 - 390: 2.3527822,3.9564285 - 391: 2.4152822,4.2795696 - 392: 2.5402822,4.9154277 - 393: 2.488199,5.665949 - 394: 2.5090322,6.343503 - 395: 2.550699,6.9480896 - 396: 2.4673655,7.6047955 - 397: 2.4361155,9.043295 - 398: 2.488199,8.866089 - 399: 2.831949,8.678458 - 400: 3.7069492,8.5220995 - 401: 4.238199,8.94948 - 402: 4.456949,7.594372 - 403: 4.5298657,6.343503 - 404: 6.831949,3.3935375 - 405: 6.7277822,4.4567757 - 406: 6.7277822,6.4373183 - 407: -0.5292325,-3.066512 - 408: -0.4979825,-3.2437181 - 409: 0.106184006,-3.4938917 - 410: 13.703016,2.4889722 - 411: 13.400933,2.447276 - 412: 12.953016,2.4264288 - 413: 12.4426,2.384733 - 414: 11.484266,2.259646 - 415: 10.338433,2.6140592 - 416: 8.525933,3.208222 - 417: 8.546766,4.03171 - 418: 8.578016,4.45909 - 419: 9.328016,4.5633297 - 420: 10.6301,4.594601 - 421: 12.3801,4.594601 - 422: 11.1926,4.532058 - 423: 10.744683,4.5841775 - 424: 9.244683,4.6884165 - 425: 8.307183,4.3652754 - 426: 8.3176,3.5000906 - 427: 8.47385,2.8955045 - 428: 9.150933,2.447276 - 429: 12.446204,5.18546 - 430: 12.414954,5.6858077 - 431: 15.227454,6.373786 - 432: 15.404537,6.4780245 - 433: 15.592037,6.3008184 - 434: 15.623287,5.9255576 - 435: 12.498287,7.946604 - 436: 12.248287,7.69643 - 437: 11.769121,7.5713434 - 438: 11.508704,7.2273555 - 439: 11.519121,6.633192 - 440: 11.508704,6.070302 - 441: 11.383704,5.7263126 - 442: 10.630039,5.534979 - 443: 10.598789,5.5870976 - 444: 10.525872,6.3167715 - 445: 9.577955,6.23338 - 446: 9.577955,6.035326 - 447: 9.494622,5.6392174 - 448: 9.296705,5.2743807 - 449: 8.890455,5.357772 - 450: 8.494622,5.472435 - 451: 9.140455,5.5245543 - 452: 9.400872,5.7434564 - 453: 8.963372,9.680746 - 454: 8.827955,9.581381 - 455: 8.473789,9.456294 - 456: 8.536289,8.872556 - 457: 8.598789,8.851707 - 458: 8.744622,9.279088 - 459: 9.223789,9.508414 - 460: 11.505039,9.383327 - 461: 12.057122,9.372903 - 462: 13.390455,10.61255 - 463: 13.380039,10.591702 - 464: 11.734205,10.675094 - 465: 11.661289,10.977387 - 466: 15.557121,12.342918 - 467: 15.515455,12.37419 - 468: 15.202955,12.488853 - 469: 14.723789,12.468005 - 470: 15.421705,13.6146345 - 471: 15.546705,14.167102 - 472: 15.421705,14.458971 - 473: 14.911289,14.458971 + 310: -3.4493012,0.58334684 + 311: -3.4701347,0.11427188 + 312: -3.3451347,-0.19844556 + 313: -3.0118012,-0.45904398 + 314: -2.4909678,-0.5215874 + 315: -1.5638845,-0.6049781 + 316: -0.83471775,-0.63624954 + 317: 0.7798655,-0.77176046 + 318: 2.613199,-0.77176046 + 319: 4.0090322,-0.8030319 + 320: 4.8736157,-0.75091314 + 321: 5.675699,-0.7404885 + 322: 6.6340322,-0.7300658 + 323: 7.7798653,-0.667521 + 324: 9.206949,-0.51116323 + 325: 9.654865,0.520803 + 326: 9.446532,1.2713249 + 327: 8.123615,1.5319228 + 328: 7.488199,1.7404003 + 329: 7.3527822,2.178205 + 330: 7.3111157,2.6368568 + 331: 7.3423657,2.959998 + 332: 7.394449,3.4707694 + 333: 7.488199,3.6688232 + 334: 7.6340322,3.898149 + 335: 7.613199,4.3151054 + 336: 7.5298653,4.7216377 + 337: 7.456949,5.107322 + 338: 7.425699,5.545126 + 339: 7.5715322,6.170561 + 340: 7.6340322,6.7438755 + 341: 7.6027822,7.2546473 + 342: 7.550699,8.026016 + 343: 7.4048657,8.734842 + 344: 7.394449,9.50949 + 345: 7.300699,10.447641 + 346: 7.6027822,10.635272 + 347: 7.7902822,11.437913 + 348: 7.644449,11.552575 + 349: 7.4465322,11.93826 + 350: 7.4361157,12.511575 + 351: 7.0923657,13.335064 + 352: 6.019449,13.606085 + 353: 5.3423657,13.626933 + 354: 4.331949,13.668629 + 355: 3.7173657,13.637357 + 356: 2.550699,13.553966 + 357: 1.8631988,13.595661 + 358: 0.7069489,13.6999 + 359: 0.04028225,13.668629 + 360: -0.8763845,13.64778 + 361: -1.3763845,12.511575 + 362: -1.3451345,11.531728 + 363: -1.3243012,11.323249 + 364: -1.5222178,10.687391 + 365: -1.5326345,9.248892 + 366: -1.5013845,8.508795 + 367: -1.4180512,7.549795 + 368: -1.1159678,8.164805 + 369: -1.1055512,7.257926 + 370: -1.1993012,6.3301983 + 371: -1.3659678,5.6109486 + 372: -1.3972178,4.6433954 + 373: -1.3868012,1.7739415 + 374: 2.550699,1.9029193 + 375: 2.5715322,2.184365 + 376: 2.644449,2.4658096 + 377: 3.4673657,2.0280056 + 378: 3.6444492,1.9133434 + 379: 3.6861157,2.3824177 + 380: 3.6236157,2.9453094 + 381: 3.6340322,3.3726897 + 382: 3.6236157,3.737527 + 383: 3.5923657,4.3733845 + 384: 3.5819492,4.988395 + 385: 3.5819492,5.4366236 + 386: 3.5819492,4.529743 + 387: 2.3840322,3.2684505 + 388: 2.3736155,3.7166786 + 389: 2.3527822,3.9564285 + 390: 2.4152822,4.2795696 + 391: 2.5402822,4.9154277 + 392: 2.488199,5.665949 + 393: 2.5090322,6.343503 + 394: 2.550699,6.9480896 + 395: 2.4673655,7.6047955 + 396: 2.4361155,9.043295 + 397: 2.488199,8.866089 + 398: 2.831949,8.678458 + 399: 3.7069492,8.5220995 + 400: 4.238199,8.94948 + 401: 4.456949,7.594372 + 402: 4.5298657,6.343503 + 403: 6.831949,3.3935375 + 404: 6.7277822,4.4567757 + 405: 6.7277822,6.4373183 + 406: -0.5292325,-3.066512 + 407: -0.4979825,-3.2437181 + 408: 0.106184006,-3.4938917 + 409: 13.703016,2.4889722 + 410: 13.400933,2.447276 + 411: 12.953016,2.4264288 + 412: 12.4426,2.384733 + 413: 11.484266,2.259646 + 414: 10.338433,2.6140592 + 415: 8.525933,3.208222 + 416: 8.546766,4.03171 + 417: 8.578016,4.45909 + 418: 9.328016,4.5633297 + 419: 10.6301,4.594601 + 420: 12.3801,4.594601 + 421: 11.1926,4.532058 + 422: 10.744683,4.5841775 + 423: 9.244683,4.6884165 + 424: 8.307183,4.3652754 + 425: 8.3176,3.5000906 + 426: 8.47385,2.8955045 + 427: 9.150933,2.447276 + 428: 12.446204,5.18546 + 429: 12.414954,5.6858077 + 430: 15.227454,6.373786 + 431: 15.404537,6.4780245 + 432: 15.592037,6.3008184 + 433: 15.623287,5.9255576 + 434: 12.498287,7.946604 + 435: 12.248287,7.69643 + 436: 11.769121,7.5713434 + 437: 11.508704,7.2273555 + 438: 11.519121,6.633192 + 439: 11.508704,6.070302 + 440: 11.383704,5.7263126 + 441: 10.630039,5.534979 + 442: 10.598789,5.5870976 + 443: 10.525872,6.3167715 + 444: 9.577955,6.23338 + 445: 9.577955,6.035326 + 446: 9.494622,5.6392174 + 447: 9.296705,5.2743807 + 448: 8.890455,5.357772 + 449: 8.494622,5.472435 + 450: 9.140455,5.5245543 + 451: 9.400872,5.7434564 + 452: 8.963372,9.680746 + 453: 8.827955,9.581381 + 454: 8.473789,9.456294 + 455: 8.536289,8.872556 + 456: 8.598789,8.851707 + 457: 8.744622,9.279088 + 458: 9.223789,9.508414 + 459: 11.505039,9.383327 + 460: 12.057122,9.372903 + 461: 13.390455,10.61255 + 462: 13.380039,10.591702 + 463: 11.734205,10.675094 + 464: 11.661289,10.977387 + 465: 15.557121,12.342918 + 466: 15.515455,12.37419 + 467: 15.202955,12.488853 + 468: 14.723789,12.468005 + 469: 15.421705,13.6146345 + 470: 15.546705,14.167102 + 471: 15.421705,14.458971 + 472: 14.911289,14.458971 + 473: 8.932122,16.470785 474: 8.932122,16.470785 - 475: 8.932122,16.470785 - 476: 8.421705,16.58545 - 477: 8.952955,16.42909 - 478: 9.005039,16.0851 - 479: 9.015455,15.855774 - 480: 9.015455,15.605602 - 481: 8.921705,14.9072 - 482: 8.921705,14.834232 - 483: 8.505039,14.677874 - 484: 7.7967052,14.573635 - 485: 7.338372,14.729993 - 486: 3.1168494,13.54287 - 487: 3.346016,13.480326 + 475: 8.421705,16.58545 + 476: 8.952955,16.42909 + 477: 9.005039,16.0851 + 478: 9.015455,15.855774 + 479: 9.015455,15.605602 + 480: 8.921705,14.9072 + 481: 8.921705,14.834232 + 482: 8.505039,14.677874 + 483: 7.7967052,14.573635 + 484: 7.338372,14.729993 + 485: 3.1168494,13.54287 + 486: 3.346016,13.480326 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: + 228: 14.9379425,5.481626 229: 14.9379425,5.481626 - 230: 14.9379425,5.481626 - 231: 14.9691925,5.293996 - 232: 7.021214,-0.0002593994 - 233: 6.667047,-0.0002593994 - 234: 6.542047,-0.031531096 + 230: 14.9691925,5.293996 + 231: 7.021214,-0.0002593994 + 232: 6.667047,-0.0002593994 + 233: 6.542047,-0.031531096 + 234: 4.9691305,-1.6368129 235: 4.9691305,-1.6368129 - 236: 4.9691305,-1.6368129 + 236: 3.8441305,-2.0120735 237: 3.8441305,-2.0120735 - 238: 3.8441305,-2.0120735 + 238: 3.510797,-2.470725 239: 3.510797,-2.470725 - 240: 3.510797,-2.470725 - 241: -2.1803334,-1.9599533 - 242: -2.0761666,-1.9599533 - 243: -1.9615834,-1.980802 - 244: -1.9511666,-2.1058884 - 245: -1.9615834,-2.2413993 - 246: -1.6490834,-2.8042898 - 247: -1.6699166,-2.8459854 - 248: -1.7428334,-3.0753112 - 249: -8.529966,-2.9085288 + 240: -2.1803334,-1.9599533 + 241: -2.0761666,-1.9599533 + 242: -1.9615834,-1.980802 + 243: -1.9511666,-2.1058884 + 244: -1.9615834,-2.2413993 + 245: -1.6490834,-2.8042898 + 246: -1.6699166,-2.8459854 + 247: -1.7428334,-3.0753112 + 248: -8.529966,-2.9085288 + 249: -8.561216,-2.9398003 250: -8.561216,-2.9398003 - 251: -8.561216,-2.9398003 - 252: -9.415383,-2.0641928 + 251: -9.415383,-2.0641928 + 252: -10.561216,-2.0224967 253: -10.561216,-2.0224967 - 254: -10.561216,-2.0224967 - 255: -11.321633,-1.9912252 - 256: -11.571633,-1.9078345 - 257: -11.95705,-2.9502249 + 254: -11.321633,-1.9912252 + 255: -11.571633,-1.9078345 + 256: -11.95705,-2.9502249 + 257: -11.95705,-2.960649 258: -11.95705,-2.960649 - 259: -11.95705,-2.960649 - 260: -11.95705,-3.1274314 - 261: -12.009133,-3.1378555 - 262: -11.821633,-2.9814963 - 263: -11.790383,-3.002345 - 264: -11.696633,-3.0440397 - 265: 21.751295,-2.9806118 - 266: 21.261711,-2.9701881 + 259: -11.95705,-3.1274314 + 260: -12.009133,-3.1378555 + 261: -11.821633,-2.9814963 + 262: -11.790383,-3.002345 + 263: -11.696633,-3.0440397 + 264: 21.751295,-2.9806118 + 265: 21.261711,-2.9701881 + 266: 21.02213,-2.501112 267: 21.02213,-2.501112 - 268: 21.02213,-2.501112 - 269: 20.699211,-2.5740795 - 270: 20.178377,-2.365601 - 271: 20.074211,-2.5323837 - 272: 19.990877,-2.5323837 + 268: 20.699211,-2.5740795 + 269: 20.178377,-2.365601 + 270: 20.074211,-2.5323837 + 271: 19.990877,-2.5323837 - node: color: '#474F52FF' id: FullTileOverlayGreyscale @@ -991,125 +992,125 @@ entities: color: '#FFFFFFFF' id: Grassb1 decals: - 197: 14.108893,-8.891197 + 196: 14.108893,-8.891197 - node: color: '#FFFFFFFF' id: Grassb3 decals: - 177: 10.172764,-4.0066223 + 176: 10.172764,-4.0066223 - node: color: '#FFFFFFFF' id: Grassb4 decals: - 176: -10.881563,-3.8919597 + 175: -10.881563,-3.8919597 - node: color: '#FFFFFFFF' id: Grassb5 decals: - 175: -2.8591957,-4.07959 - 178: 21.997725,-4.1212854 + 174: -2.8591957,-4.07959 + 177: 21.997725,-4.1212854 - node: color: '#FFFFFFFF' id: Grassc2 decals: - 180: 14.007703,-4.0113215 + 179: 14.007703,-4.0113215 - node: color: '#FFFFFFFF' id: Grassc3 decals: - 181: 11.01812,-3.9487784 - 195: 15.343547,-8.980638 - 196: 18.111933,-4.0010586 + 180: 11.01812,-3.9487784 + 194: 15.343547,-8.980638 + 195: 18.111933,-4.0010586 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 179: 1.3086522,-3.9800498 - 182: 14.997286,-4.0738654 - 183: -6.316034,-9.001485 - 194: 16.135212,-9.001485 + 178: 1.3086522,-3.9800498 + 181: 14.997286,-4.0738654 + 182: -6.316034,-9.001485 + 193: 16.135212,-9.001485 - node: color: '#FFFFFFFF' id: Grassd1 decals: - 142: 23.71786,-4.0066223 - 143: 23.072027,-3.933655 - 144: 22.46786,-3.9753509 - 145: 21.051193,-3.9023833 - 146: 16.714003,-3.954503 - 147: 12.35594,-3.912807 - 148: 8.184109,-3.9232314 - 149: 6.088892,-3.912807 - 150: 3.0141213,-3.933655 - 151: -0.6151564,-3.9232314 - 152: -7.5817976,-3.9440787 - 153: -5.6755476,-3.954503 - 154: -12.986575,-3.9753509 - 184: -6.9827003,-8.928517 - 188: 13.062296,-8.991061 + 141: 23.71786,-4.0066223 + 142: 23.072027,-3.933655 + 143: 22.46786,-3.9753509 + 144: 21.051193,-3.9023833 + 145: 16.714003,-3.954503 + 146: 12.35594,-3.912807 + 147: 8.184109,-3.9232314 + 148: 6.088892,-3.912807 + 149: 3.0141213,-3.933655 + 150: -0.6151564,-3.9232314 + 151: -7.5817976,-3.9440787 + 152: -5.6755476,-3.954503 + 153: -12.986575,-3.9753509 + 183: -6.9827003,-8.928517 + 187: 13.062296,-8.991061 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 155: -11.028241,-3.9753509 - 156: -8.130524,-3.9753509 - 157: -4.787404,-3.9649267 - 158: 6.895659,-3.9232314 - 159: 11.48143,-3.9232314 - 187: -3.875198,-8.949365 - 189: 18.760214,-8.938941 + 154: -11.028241,-3.9753509 + 155: -8.130524,-3.9753509 + 156: -4.787404,-3.9649267 + 157: 6.895659,-3.9232314 + 158: 11.48143,-3.9232314 + 186: -3.875198,-8.949365 + 188: 18.760214,-8.938941 - node: color: '#FFFFFFFF' id: Grassd3 decals: - 160: 20.140419,-3.8606875 - 161: 13.150837,-3.8502638 - 162: 3.7344947,-3.933655 - 163: -8.926819,-3.912807 - 190: 13.885213,-8.991061 + 159: 20.140419,-3.8606875 + 160: 13.150837,-3.8502638 + 161: 3.7344947,-3.933655 + 162: -8.926819,-3.912807 + 189: 13.885213,-8.991061 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 164: -10.270569,-4.017046 - 165: -3.8274817,-4.0066223 - 166: -6.5253987,-3.933655 - 167: 2.2464166,-4.048318 - 168: 10.203251,-4.0274706 - 191: 17.80188,-9.011909 + 163: -10.270569,-4.017046 + 164: -3.8274817,-4.0066223 + 165: -6.5253987,-3.933655 + 166: 2.2464166,-4.048318 + 167: 10.203251,-4.0274706 + 190: 17.80188,-9.011909 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 169: 19.394455,-4.0066223 - 170: 18.686123,-3.8711119 - 171: 17.425705,-3.9753509 - 185: -4.478716,-8.949365 - 192: 14.843546,-8.980638 + 168: 19.394455,-4.0066223 + 169: 18.686123,-3.8711119 + 170: 17.425705,-3.9753509 + 184: -4.478716,-8.949365 + 191: 14.843546,-8.980638 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 172: 0.34062326,-3.9753509 - 173: 5.001099,-3.9753509 - 174: 15.6750145,-3.9961982 - 186: -3.0516324,-8.959789 - 193: 16.80188,-8.980638 + 171: 0.34062326,-3.9753509 + 172: 5.001099,-3.9753509 + 173: 15.6750145,-3.9961982 + 185: -3.0516324,-8.959789 + 192: 16.80188,-8.980638 - node: color: '#FFFFFFFF' id: Rock02 decals: - 139: -5.357834,-9.008517 + 138: -5.357834,-9.008517 - node: color: '#FFFFFFFF' id: Rock06 decals: - 137: 9.153309,-4.1117034 + 136: 9.153309,-4.1117034 - node: color: '#FFFFFFFF' id: Rock07 decals: - 138: 6.64809,17.406126 + 137: 6.64809,17.406126 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN @@ -1125,22 +1126,22 @@ entities: 45: -9,-7 46: -10,-7 47: -11,-7 - 49: 10,-7 - 50: 11,-7 - 51: 12,-7 - 52: 13,-7 - 53: 14,-7 - 54: 15,-7 - 55: 16,-7 - 56: 17,-7 - 57: 18,-7 - 58: 19,-7 - 59: 20,-7 - 60: 21,-7 - 61: 22,-7 - 613: -12,-7 - type: DecalGrid - - version: 2 + 48: 10,-7 + 49: 11,-7 + 50: 12,-7 + 51: 13,-7 + 52: 14,-7 + 53: 15,-7 + 54: 16,-7 + 55: 17,-7 + 56: 18,-7 + 57: 19,-7 + 58: 20,-7 + 59: 21,-7 + 60: 22,-7 + 608: -12,-7 + - type: GridAtmosphere + version: 2 data: tiles: 0,0: @@ -1330,1505 +1331,1505 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - proto: Airlock entities: - uid: 171 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 1 - type: Transform - uid: 172 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 1 - type: Transform - uid: 173 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 1 - type: Transform - uid: 670 components: - - pos: 19.5,9.5 + - type: Transform + pos: 19.5,9.5 parent: 1 - type: Transform - proto: AirlockGlass entities: - uid: 12 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 13 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 1 - type: Transform - uid: 14 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 1 - type: Transform - uid: 15 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 372 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 1 - type: Transform - uid: 373 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 1 - type: Transform - proto: AirlockKitchenLocked entities: - uid: 371 components: - - pos: 15.5,7.5 + - type: Transform + pos: 15.5,7.5 parent: 1 - type: Transform - proto: AirlockServiceLocked entities: - uid: 117 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 1 - type: Transform - uid: 174 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 1 - type: Transform - uid: 262 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 263 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 526 components: - - pos: 14.5,7.5 + - type: Transform + pos: 14.5,7.5 parent: 1 - type: Transform - uid: 527 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,11.5 parent: 1 - type: Transform - uid: 528 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,3.5 parent: 1 - type: Transform - proto: APCSuperCapacity entities: - uid: 475 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 1 - type: Transform - proto: BannerGreen entities: - uid: 399 components: - - pos: 15.89447,-1.1581264 + - type: Transform + pos: 15.89447,-1.1581264 parent: 1 - type: Transform - proto: Basketball entities: - uid: 444 components: - - pos: 15.92692,16.233425 + - type: Transform + pos: 15.92692,16.233425 parent: 1 - type: Transform - proto: Beaker entities: - uid: 420 components: - - pos: 9.291601,3.6183515 + - type: Transform + pos: 9.291601,3.6183515 parent: 1 - type: Transform - proto: BoxCardboard entities: - uid: 304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.581649,6.531516 parent: 1 - type: Transform - uid: 305 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.581649,6.125266 parent: 1 - type: Transform - proto: BoxMousetrap entities: - uid: 204 components: - - pos: 8.375097,16.702166 + - type: Transform + pos: 8.375097,16.702166 parent: 1 - type: Transform - proto: BoxTrashbag entities: - uid: 208 components: - - pos: 8.593847,16.670916 + - type: Transform + pos: 8.593847,16.670916 parent: 1 - type: Transform - proto: BrokenBottle entities: - uid: 334 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.342025,16.694143 parent: 1 - type: Transform - uid: 805 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.408947,24.43949 parent: 1 - type: Transform - uid: 846 components: - - pos: 18.70602,-9.028988 + - type: Transform + pos: 18.70602,-9.028988 parent: 1 - type: Transform - proto: Bucket entities: - uid: 210 components: - - pos: 10.750866,16.31154 + - type: Transform + pos: 10.750866,16.31154 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 476 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 530 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 531 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 532 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 533 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 534 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 535 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 536 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 537 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 1 - type: Transform - uid: 538 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - uid: 539 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 540 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 1 - type: Transform - uid: 541 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 542 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 543 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 544 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 545 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 546 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 547 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 548 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 549 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 550 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 551 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 552 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 553 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - uid: 554 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 555 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 556 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 557 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 558 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 559 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 560 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 561 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 1 - type: Transform - uid: 562 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 1 - type: Transform - uid: 563 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 1 - type: Transform - uid: 564 components: - - pos: 16.5,-2.5 + - type: Transform + pos: 16.5,-2.5 parent: 1 - type: Transform - uid: 565 components: - - pos: 17.5,-2.5 + - type: Transform + pos: 17.5,-2.5 parent: 1 - type: Transform - uid: 566 components: - - pos: 18.5,-2.5 + - type: Transform + pos: 18.5,-2.5 parent: 1 - type: Transform - uid: 567 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 568 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 569 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - uid: 570 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - uid: 571 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 1 - type: Transform - uid: 572 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 573 components: - - pos: -3.5,13.5 + - type: Transform + pos: -3.5,13.5 parent: 1 - type: Transform - uid: 574 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 575 components: - - pos: -3.5,15.5 + - type: Transform + pos: -3.5,15.5 parent: 1 - type: Transform - uid: 576 components: - - pos: -3.5,16.5 + - type: Transform + pos: -3.5,16.5 parent: 1 - type: Transform - uid: 577 components: - - pos: -2.5,16.5 + - type: Transform + pos: -2.5,16.5 parent: 1 - type: Transform - uid: 578 components: - - pos: -1.5,16.5 + - type: Transform + pos: -1.5,16.5 parent: 1 - type: Transform - uid: 579 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 1 - type: Transform - uid: 580 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 1 - type: Transform - uid: 581 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 1 - type: Transform - uid: 582 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 1 - type: Transform - uid: 583 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - uid: 584 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 1 - type: Transform - uid: 585 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 1 - type: Transform - uid: 586 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 1 - type: Transform - uid: 587 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 1 - type: Transform - uid: 588 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 1 - type: Transform - uid: 589 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 1 - type: Transform - uid: 590 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 1 - type: Transform - uid: 591 components: - - pos: 9.5,11.5 + - type: Transform + pos: 9.5,11.5 parent: 1 - type: Transform - uid: 592 components: - - pos: 10.5,11.5 + - type: Transform + pos: 10.5,11.5 parent: 1 - type: Transform - uid: 593 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 1 - type: Transform - uid: 594 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 1 - type: Transform - uid: 595 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 1 - type: Transform - uid: 596 components: - - pos: 9.5,12.5 + - type: Transform + pos: 9.5,12.5 parent: 1 - type: Transform - uid: 597 components: - - pos: 9.5,13.5 + - type: Transform + pos: 9.5,13.5 parent: 1 - type: Transform - uid: 598 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 1 - type: Transform - uid: 599 components: - - pos: 10.5,12.5 + - type: Transform + pos: 10.5,12.5 parent: 1 - type: Transform - uid: 600 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 1 - type: Transform - uid: 601 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 602 components: - - pos: 13.5,12.5 + - type: Transform + pos: 13.5,12.5 parent: 1 - type: Transform - uid: 603 components: - - pos: 13.5,13.5 + - type: Transform + pos: 13.5,13.5 parent: 1 - type: Transform - uid: 604 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 605 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 1 - type: Transform - uid: 606 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 1 - type: Transform - uid: 607 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 1 - type: Transform - uid: 608 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - uid: 609 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 1 - type: Transform - uid: 610 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - uid: 611 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 612 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 613 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 614 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 615 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 616 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 617 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 618 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 619 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 620 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 621 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 622 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 623 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 624 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 625 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 626 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 1 - type: Transform - uid: 627 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 628 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 629 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - uid: 630 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 631 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 1 - type: Transform - uid: 632 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 633 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 1 - type: Transform - uid: 634 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 635 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - uid: 636 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 1 - type: Transform - uid: 637 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 1 - type: Transform - uid: 638 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - proto: CableHV entities: - uid: 357 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 455 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 456 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 457 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 458 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 459 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 460 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 461 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform - uid: 462 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - proto: CableMV entities: - uid: 259 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 464 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 465 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 466 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - uid: 467 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - uid: 468 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 1 - type: Transform - uid: 469 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 470 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - uid: 471 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 1 - type: Transform - uid: 472 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 473 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 474 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 477 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 478 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 479 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - uid: 480 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 1 - type: Transform - uid: 481 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 1 - type: Transform - uid: 482 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 1 - type: Transform - uid: 483 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 1 - type: Transform - uid: 484 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 1 - type: Transform - uid: 485 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 1 - type: Transform - uid: 486 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 1 - type: Transform - uid: 487 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 1 - type: Transform - uid: 488 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 1 - type: Transform - uid: 489 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 1 - type: Transform - uid: 490 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 1 - type: Transform - uid: 491 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 1 - type: Transform - uid: 492 components: - - pos: 9.5,11.5 + - type: Transform + pos: 9.5,11.5 parent: 1 - type: Transform - uid: 493 components: - - pos: 10.5,11.5 + - type: Transform + pos: 10.5,11.5 parent: 1 - type: Transform - uid: 494 components: - - pos: 11.5,11.5 + - type: Transform + pos: 11.5,11.5 parent: 1 - type: Transform - uid: 495 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 496 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 497 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 498 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 499 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 500 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - uid: 501 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 502 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 503 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 504 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 505 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 506 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 507 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 1 - type: Transform - uid: 508 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 1 - type: Transform - uid: 509 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 510 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - uid: 511 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 512 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 1 - type: Transform - uid: 513 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - uid: 514 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - uid: 515 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 1 - type: Transform - uid: 516 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 1 - type: Transform - uid: 517 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - uid: 518 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 1 - type: Transform - uid: 519 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 1 - type: Transform - uid: 520 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 1 - type: Transform - uid: 521 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 1 - type: Transform - uid: 522 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 1 - type: Transform - uid: 523 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 1 - type: Transform - uid: 524 components: - - pos: 14.5,8.5 + - type: Transform + pos: 14.5,8.5 parent: 1 - type: Transform - uid: 525 components: - - pos: 14.5,7.5 + - type: Transform + pos: 14.5,7.5 parent: 1 - type: Transform - proto: CableTerminal entities: - uid: 454 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,7.5 parent: 1 - type: Transform - proto: CarpetBlack entities: - uid: 738 components: - - pos: 20.5,0.5 + - type: Transform + pos: 20.5,0.5 parent: 1 - type: Transform - uid: 748 components: - - pos: 20.5,1.5 + - type: Transform + pos: 20.5,1.5 parent: 1 - type: Transform - uid: 749 components: - - pos: 20.5,2.5 + - type: Transform + pos: 20.5,2.5 parent: 1 - type: Transform - uid: 750 components: - - pos: 21.5,0.5 + - type: Transform + pos: 21.5,0.5 parent: 1 - type: Transform - uid: 751 components: - - pos: 21.5,1.5 + - type: Transform + pos: 21.5,1.5 parent: 1 - type: Transform - uid: 752 components: - - pos: 21.5,2.5 + - type: Transform + pos: 21.5,2.5 parent: 1 - type: Transform - uid: 753 components: - - pos: 20.5,3.5 + - type: Transform + pos: 20.5,3.5 parent: 1 - type: Transform - uid: 754 components: - - pos: 20.5,4.5 + - type: Transform + pos: 20.5,4.5 parent: 1 - type: Transform - uid: 755 components: - - pos: 20.5,6.5 + - type: Transform + pos: 20.5,6.5 parent: 1 - type: Transform - uid: 756 components: - - pos: 20.5,7.5 + - type: Transform + pos: 20.5,7.5 parent: 1 - type: Transform - uid: 757 components: - - pos: 20.5,8.5 + - type: Transform + pos: 20.5,8.5 parent: 1 - type: Transform - uid: 758 components: - - pos: 20.5,9.5 + - type: Transform + pos: 20.5,9.5 parent: 1 - type: Transform - uid: 759 components: - - pos: 20.5,10.5 + - type: Transform + pos: 20.5,10.5 parent: 1 - type: Transform - uid: 760 components: - - pos: 20.5,11.5 + - type: Transform + pos: 20.5,11.5 parent: 1 - type: Transform - uid: 761 components: - - pos: 20.5,12.5 + - type: Transform + pos: 20.5,12.5 parent: 1 - type: Transform - uid: 762 components: - - pos: 20.5,13.5 + - type: Transform + pos: 20.5,13.5 parent: 1 - type: Transform - uid: 763 components: - - pos: 20.5,14.5 + - type: Transform + pos: 20.5,14.5 parent: 1 - type: Transform - uid: 764 components: - - pos: 21.5,14.5 + - type: Transform + pos: 21.5,14.5 parent: 1 - type: Transform - uid: 765 components: - - pos: 21.5,13.5 + - type: Transform + pos: 21.5,13.5 parent: 1 - type: Transform - uid: 766 components: - - pos: 21.5,12.5 + - type: Transform + pos: 21.5,12.5 parent: 1 - type: Transform - uid: 767 components: - - pos: 21.5,11.5 + - type: Transform + pos: 21.5,11.5 parent: 1 - type: Transform - uid: 768 components: - - pos: 22.5,14.5 + - type: Transform + pos: 22.5,14.5 parent: 1 - type: Transform - uid: 769 components: - - pos: 22.5,13.5 + - type: Transform + pos: 22.5,13.5 parent: 1 - type: Transform - uid: 770 components: - - pos: 22.5,12.5 + - type: Transform + pos: 22.5,12.5 parent: 1 - type: Transform - proto: Chair entities: - uid: 100 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,12.5 parent: 1 - type: Transform - uid: 101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,13.5 parent: 1 - type: Transform - uid: 102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,13.5 parent: 1 - type: Transform - uid: 103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,12.5 parent: 1 - type: Transform - uid: 104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,13.5 parent: 1 - type: Transform - uid: 105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,12.5 parent: 1 - type: Transform - uid: 106 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,13.5 parent: 1 - type: Transform - uid: 107 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,12.5 parent: 1 - type: Transform - uid: 108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,13.5 parent: 1 - type: Transform - uid: 109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,12.5 parent: 1 - type: Transform - uid: 110 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,13.5 parent: 1 - type: Transform - uid: 111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,12.5 parent: 1 - type: Transform - uid: 397 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 398 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-1.5 parent: 1 - type: Transform - proto: ChairFolding entities: - uid: 92 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 1 - type: Transform - uid: 93 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.753292,1.6042032 parent: 1 - type: Transform - uid: 98 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.6543522,0.56803465 parent: 1 - type: Transform - uid: 434 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.53786,8.595053 parent: 1 - type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 99 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.9103436,1.9274096 parent: 1 - type: Transform - uid: 830 components: - - pos: -11.251968,13.781197 + - type: Transform + pos: -11.251968,13.781197 parent: 1 - type: Transform - proto: ChairOfficeDark entities: - uid: 250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,12.5 parent: 1 - type: Transform - proto: ChairOfficeLight entities: - uid: 831 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 832 components: - - pos: 21.5,13.5 + - type: Transform + pos: 21.5,13.5 parent: 1 - type: Transform - proto: CheapLighter entities: - uid: 309 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.6506205,12.663023 parent: 1 - type: Transform - proto: CigaretteSpent entities: - uid: 342 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.6826811,15.908279 parent: 1 - type: Transform - uid: 343 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.6201811,15.861404 parent: 1 - type: Transform - uid: 344 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.43268108,15.720779 parent: 1 - type: Transform - uid: 345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.656952,18.269085 parent: 1 - type: Transform - uid: 346 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.3288264,16.06596 parent: 1 - type: Transform - proto: CigPackBlue entities: - uid: 308 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.6037455,12.866148 parent: 1 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 300 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - proto: ClosetToolFilled entities: - uid: 299 components: - - pos: -4.5,17.5 + - type: Transform + pos: -4.5,17.5 parent: 1 - type: Transform - proto: ClothingEyesTelegnosisSpectacles entities: - uid: 331 components: - - pos: 4.4936104,5.599332 + - type: Transform + pos: 4.4936104,5.599332 parent: 1 - type: Transform - proto: ClothingOuterApronChef entities: - uid: 433 components: - - pos: 14.696232,6.624119 + - type: Transform + pos: 14.696232,6.624119 parent: 1 - type: Transform - proto: CluwneHorn entities: - uid: 807 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.768421,-1.2801309 parent: 1 - type: Transform - proto: ComfyChair entities: - uid: 251 components: - - pos: -2.5,13.5 + - type: Transform + pos: -2.5,13.5 parent: 1 - type: Transform - proto: ComputerBroken entities: - uid: 800 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,17.5 parent: 1 - type: Transform - proto: ComputerTelevision entities: - uid: 246 components: - - pos: -5.5,13.5 + - type: Transform + pos: -5.5,13.5 parent: 1 - type: Transform - proto: CrateEmptySpawner entities: - uid: 792 components: - - pos: -3.5,22.5 + - type: Transform + pos: -3.5,22.5 parent: 1 - type: Transform - uid: 793 components: - - pos: -5.5,22.5 + - type: Transform + pos: -5.5,22.5 parent: 1 - type: Transform - uid: 794 components: - - pos: 1.5,25.5 + - type: Transform + pos: 1.5,25.5 parent: 1 - type: Transform - proto: CrateFreezer entities: - uid: 405 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -2844,907 +2845,898 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: CrateTrashCart entities: - uid: 349 components: - - pos: 16.5,10.5 + - type: Transform + pos: 16.5,10.5 parent: 1 - type: Transform - proto: CrateTrashCartFilled entities: - uid: 234 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 1 - type: Transform - uid: 235 components: - - pos: 0.5,15.5 + - type: Transform + pos: 0.5,15.5 parent: 1 - type: Transform - uid: 348 components: - - pos: 15.5,10.5 + - type: Transform + pos: 15.5,10.5 parent: 1 - type: Transform - proto: CrayonBlue entities: - uid: 322 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.306965,1.5644312 parent: 1 - type: Transform - proto: CrayonOrange entities: - uid: 323 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.76009,1.6425562 parent: 1 - type: Transform - proto: CrayonPurple entities: - uid: 324 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.713215,1.4706812 parent: 1 - type: Transform - proto: CrowbarRed entities: - uid: 301 components: - - pos: -2.581973,17.531961 + - type: Transform + pos: -2.581973,17.531961 parent: 1 - type: Transform - proto: DisposalUnit entities: - uid: 181 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 1 - type: Transform - uid: 182 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - proto: DrinkBeerBottleFull entities: - uid: 328 components: - - pos: -2.2461946,12.6793165 + - type: Transform + pos: -2.2461946,12.6793165 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 50 + name: null reagents: - data: null ReagentId: Beer Quantity: 25 - type: SolutionContainerManager - proto: DrinkBlackRussianGlass entities: - uid: 310 components: - - pos: -4.6662455,12.131773 + - type: Transform + pos: -4.6662455,12.131773 parent: 1 - type: Transform - proto: DrinkChangelingStingCan entities: - uid: 435 components: - - pos: 14.959735,8.282553 + - type: Transform + pos: 14.959735,8.282553 parent: 1 - type: Transform - proto: EggBoxBroken entities: - uid: 806 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.144078,5.536297 parent: 1 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 268 components: - - pos: 7.5,14.5 + - type: Transform + pos: 7.5,14.5 parent: 1 - type: Transform - proto: FaxMachineBase entities: - uid: 298 components: - - pos: -4.5,13.5 + - type: Transform + pos: -4.5,13.5 parent: 1 - type: Transform - proto: FenceMetalBroken entities: - uid: 238 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,18.5 parent: 1 - type: Transform - proto: FenceMetalCorner entities: - uid: 2 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,2.5 parent: 1 - type: Transform - uid: 237 components: - - pos: 2.5,18.5 + - type: Transform + pos: 2.5,18.5 parent: 1 - type: Transform - proto: FenceMetalGate entities: - uid: 242 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,16.5 parent: 1 - type: Transform - uid: 243 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,17.5 parent: 1 - type: Transform - uid: 350 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - proto: FenceMetalStraight entities: - uid: 239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,18.5 parent: 1 - type: Transform - uid: 240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,18.5 parent: 1 - type: Transform - uid: 241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,15.5 parent: 1 - type: Transform - uid: 351 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 1 - type: Transform - uid: 352 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 1 - type: Transform - uid: 353 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - uid: 354 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 1 - type: Transform - uid: 355 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 356 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 1 - type: Transform - uid: 369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,2.5 parent: 1 - type: Transform - proto: FigureSpawner entities: - uid: 280 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 281 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - proto: filingCabinetDrawerRandom entities: - uid: 317 components: - - pos: -4.5,15.5 + - type: Transform + pos: -4.5,15.5 parent: 1 - type: Transform - uid: 833 components: - - pos: 20.5,14.5 + - type: Transform + pos: 20.5,14.5 parent: 1 - type: Transform - proto: filingCabinetRandom entities: - uid: 834 components: - - pos: 20.5,13.5 + - type: Transform + pos: 20.5,13.5 parent: 1 - type: Transform - proto: FloorDrain entities: - uid: 199 components: - - pos: 10.5,15.5 + - type: Transform + pos: 10.5,15.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 402 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - uid: 736 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-4.5 parent: 1 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FloraTree02 entities: - uid: 864 components: - - pos: 10.259072,-3.4377544 + - type: Transform + pos: 10.259072,-3.4377544 parent: 1 - type: Transform - proto: FloraTree03 entities: - uid: 863 components: - - pos: -1.8645909,-3.5941133 + - type: Transform + pos: -1.8645909,-3.5941133 parent: 1 - type: Transform - proto: FloraTree06 entities: - uid: 862 components: - - pos: -10.908523,-3.53157 + - type: Transform + pos: -10.908523,-3.53157 parent: 1 - type: Transform - proto: FloraTreeStump entities: - uid: 865 components: - - pos: 22.31968,-3.3752112 + - type: Transform + pos: 22.31968,-3.3752112 parent: 1 - type: Transform - uid: 866 components: - - pos: -1.8622694,-8.572649 + - type: Transform + pos: -1.8622694,-8.572649 parent: 1 - type: Transform - proto: FoodBowlBig entities: - uid: 419 components: - - pos: 9.697851,4.6808515 + - type: Transform + pos: 9.697851,4.6808515 parent: 1 - type: Transform - proto: FoodButter entities: - uid: 410 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 411 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 412 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodCondimentBottleEnzyme entities: - uid: 421 components: - - pos: 13.338088,6.6178355 + - type: Transform + pos: 13.338088,6.6178355 parent: 1 - type: Transform - proto: FoodCornTrash entities: - uid: 436 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.12719,11.130048 parent: 1 - type: Transform - uid: 821 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.513638,2.6473565 parent: 1 - type: Transform - uid: 822 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.292519,23.938034 parent: 1 - type: Transform - proto: FoodDough entities: - uid: 408 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodDoughPastryBaseRaw entities: - uid: 406 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 407 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodDoughPie entities: - uid: 409 components: - - flags: InContainer - type: MetaData - - parent: 405 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 405 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodFrozenPopsicleTrash entities: - uid: 817 components: - - pos: 17.423351,4.104603 + - type: Transform + pos: 17.423351,4.104603 parent: 1 - type: Transform - uid: 818 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 14.135393,17.099281 parent: 1 - type: Transform - uid: 819 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.062476,17.130552 parent: 1 - type: Transform - uid: 820 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.79125,17.74155 parent: 1 - type: Transform - proto: FoodFrozenSnowconeTrash entities: - uid: 811 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.64763,2.4203968 parent: 1 - type: Transform - uid: 812 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.363405,10.249863 parent: 1 - type: Transform - uid: 813 components: - - pos: -8.790487,18.701561 + - type: Transform + pos: -8.790487,18.701561 parent: 1 - type: Transform - uid: 814 components: - - pos: -8.696737,18.451387 + - type: Transform + pos: -8.696737,18.451387 parent: 1 - type: Transform - uid: 815 components: - - pos: 18.68596,10.913073 + - type: Transform + pos: 18.68596,10.913073 parent: 1 - type: Transform - uid: 816 components: - - pos: 21.13875,-1.431942 + - type: Transform + pos: 21.13875,-1.431942 parent: 1 - type: Transform - proto: FoodPizzaDankSlice entities: - uid: 327 components: - - pos: -2.6055696,12.7886915 + - type: Transform + pos: -2.6055696,12.7886915 parent: 1 - type: Transform - proto: FoodPlateSmallTrash entities: - uid: 801 components: - - pos: 11.277031,4.514102 + - type: Transform + pos: 11.277031,4.514102 parent: 1 - type: Transform - uid: 802 components: - - pos: 15.360365,0.8761585 + - type: Transform + pos: 15.360365,0.8761585 parent: 1 - type: Transform - proto: FoodTinBeansTrash entities: - uid: 297 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.8891764,15.452858 parent: 1 - type: Transform - uid: 808 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.328472,18.029413 parent: 1 - type: Transform - proto: FoodTinMRETrash entities: - uid: 809 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.363747,-1.0789683 parent: 1 - type: Transform - proto: FoodTinPeachesTrash entities: - uid: 810 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5330462,1.6386037 parent: 1 - type: Transform - proto: GasCanisterBrokenBase entities: - uid: 799 components: - - pos: 7.5,23.5 + - type: Transform + pos: 7.5,23.5 parent: 1 - type: Transform - proto: GeneratorRTG entities: - uid: 358 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 463 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - proto: Grille entities: - uid: 4 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 5 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 6 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 7 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 51 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 52 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 84 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 85 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 86 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 87 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 374 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 375 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 1 - type: Transform - uid: 731 components: - - pos: 20.5,-0.5 + - type: Transform + pos: 20.5,-0.5 parent: 1 - type: Transform - proto: GrilleBroken entities: - uid: 732 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-0.5 parent: 1 - type: Transform - proto: HatSpawner entities: - uid: 277 components: - - pos: -0.5,13.5 + - type: Transform + pos: -0.5,13.5 parent: 1 - type: Transform - proto: Joint entities: - uid: 429 components: - - pos: 14.63161,8.266928 + - type: Transform + pos: 14.63161,8.266928 parent: 1 - type: Transform - proto: Jug entities: - uid: 264 components: - - name: jug (Bleach) - type: MetaData - - pos: -0.5863483,10.646547 + - type: MetaData + name: jug (Bleach) + - type: Transform + pos: -0.5863483,10.646547 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Bleach Quantity: 175 - type: SolutionContainerManager - - currentLabel: Bleach - type: Label + - type: Label + currentLabel: Bleach - uid: 265 components: - - name: jug (Ammonia) - type: MetaData - - pos: -0.3519733,10.599672 + - type: MetaData + name: jug (Ammonia) + - type: Transform + pos: -0.3519733,10.599672 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: Ammonia Quantity: 150 - type: SolutionContainerManager - - currentLabel: Ammonia - type: Label + - type: Label + currentLabel: Ammonia - uid: 267 components: - - name: jug (Super Suds) - type: MetaData - - pos: 7.45502,5.636329 + - type: MetaData + name: jug (Super Suds) + - type: Transform + pos: 7.45502,5.636329 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: FoamingAgent Quantity: 165 - type: SolutionContainerManager - - currentLabel: Super Suds - type: Label + - type: Label + currentLabel: Super Suds - uid: 338 components: - - name: jug (Detergent) - type: MetaData - - pos: -0.6285926,5.559648 + - type: MetaData + name: jug (Detergent) + - type: Transform + pos: -0.6285926,5.559648 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: beaker: temperature: 293.15 canMix: True canReact: True maxVol: 200 + name: null reagents: - data: null ReagentId: SoapReagent Quantity: 100 - type: SolutionContainerManager - - currentLabel: Detergent - type: Label + - type: Label + currentLabel: Detergent - proto: KitchenReagentGrinder entities: - uid: 418 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - proto: LightTubeBroken entities: - uid: 803 components: - - pos: 8.99032,22.604883 + - type: Transform + pos: 8.99032,22.604883 parent: 1 - type: Transform - uid: 804 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 16.313236,20.551373 parent: 1 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 826 components: - - pos: 6.5,22.5 + - type: Transform + pos: 6.5,22.5 parent: 1 - type: Transform - uid: 827 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 828 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 1 - type: Transform - uid: 829 components: - - pos: -11.5,12.5 + - type: Transform + pos: -11.5,12.5 parent: 1 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 275 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 276 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 1 - type: Transform - proto: MatchstickSpent entities: - uid: 347 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.413896,15.124886 parent: 1 - type: Transform - proto: MaterialCardboard10 entities: - uid: 448 components: - - pos: 14.569749,9.537859 + - type: Transform + pos: 14.569749,9.537859 parent: 1 - type: Transform - proto: MaterialWoodPlank1 entities: - uid: 839 components: - - pos: 21.466198,11.830915 + - type: Transform + pos: 21.466198,11.830915 parent: 1 - type: Transform - uid: 840 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 22.184948,13.227718 parent: 1 - type: Transform - uid: 841 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.278698,14.280534 parent: 1 - type: Transform - uid: 842 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.497448,14.40562 parent: 1 - type: Transform - proto: MedkitFilled entities: - uid: 307 components: - - pos: -5.4631205,15.616148 + - type: Transform + pos: -5.4631205,15.616148 parent: 1 - type: Transform - proto: MegaSprayBottle entities: - uid: 306 components: - - pos: 7.809475,6.565619 + - type: Transform + pos: 7.809475,6.565619 parent: 1 - type: Transform - proto: MetalDoor entities: - uid: 135 components: - - pos: 14.5,12.5 + - type: Transform + pos: 14.5,12.5 parent: 1 - type: Transform - uid: 136 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 179 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 180 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 1 - type: Transform - proto: Mirror entities: - uid: 187 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 1 - type: Transform - uid: 188 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 189 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,13.5 parent: 1 - type: Transform - uid: 190 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,14.5 parent: 1 - type: Transform - proto: MopBucketFull entities: - uid: 200 components: - - pos: 10.218847,16.03029 + - type: Transform + pos: 10.218847,16.03029 parent: 1 - type: Transform - proto: MopItem entities: - uid: 201 components: - - pos: 10.500097,15.608416 + - type: Transform + pos: 10.500097,15.608416 parent: 1 - type: Transform - proto: MousetrapArmed entities: - uid: 425 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.963088,6.0084605 parent: 1 - type: Transform - type: StepTriggerActive - proto: MysteryFigureBoxTrash entities: - uid: 236 components: - - pos: 1.2163138,15.302965 + - type: Transform + pos: 1.2163138,15.302965 parent: 1 - type: Transform - proto: Paper entities: - uid: 326 components: - - pos: -2.5335689,1.1707877 + - type: Transform + pos: -2.5335689,1.1707877 parent: 1 - type: Transform - - content: >2- + - type: Paper + content: >2- @@ -3752,2624 +3744,2635 @@ entities: Boobs - type: Paper - proto: PestSpray entities: - uid: 207 components: - - pos: 8.312597,15.545916 + - type: Transform + pos: 8.312597,15.545916 parent: 1 - type: Transform - proto: Plunger entities: - uid: 211 components: - - pos: 8.891491,16.108416 + - type: Transform + pos: 8.891491,16.108416 parent: 1 - type: Transform - proto: PosterBroken entities: - uid: 272 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - proto: PosterContrabandBeachStarYamamoto entities: - uid: 269 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - proto: PosterContrabandCybersun600 entities: - uid: 428 components: - - pos: 14.539026,10.474039 + - type: Transform + pos: 14.539026,10.474039 parent: 1 - type: Transform - proto: PosterContrabandDonk entities: - uid: 270 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - proto: PosterContrabandDonutCorp entities: - uid: 271 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - proto: PosterContrabandSpaceUp entities: - uid: 273 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - proto: PosterContrabandTheBigGasTruth entities: - uid: 274 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - proto: PosterContrabandUnreadableAnnouncement entities: - uid: 855 components: - - pos: -1.5,21.5 + - type: Transform + pos: -1.5,21.5 parent: 1 - type: Transform - proto: PosterLegitCleanliness entities: - uid: 415 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - proto: PosterLegitMoreBread entities: - uid: 416 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 1 - type: Transform - proto: PosterLegitPieSlice entities: - uid: 400 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5453615,-0.45334828 parent: 1 - type: Transform - proto: PosterLegitSoftCapPopArt entities: - uid: 212 components: - - pos: 10.5,14.5 + - type: Transform + pos: 10.5,14.5 parent: 1 - type: Transform - proto: PosterLegitVacation entities: - uid: 868 components: - - pos: 9.5,17.5 + - type: Transform + pos: 9.5,17.5 parent: 1 - type: Transform - proto: PosterLegitWalk entities: - uid: 213 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - proto: PottedPlantRandom entities: - uid: 176 components: - - pos: 10.5,13.5 + - type: Transform + pos: 10.5,13.5 parent: 1 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 318 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - uid: 319 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - uid: 320 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 649 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,4.5 parent: 1 - type: Transform - uid: 650 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,4.5 parent: 1 - type: Transform - uid: 651 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,0.5 parent: 1 - type: Transform - uid: 653 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,11.5 parent: 1 - type: Transform - uid: 654 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,16.5 parent: 1 - type: Transform - uid: 655 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,13.5 parent: 1 - type: Transform - uid: 656 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,13.5 parent: 1 - type: Transform - uid: 657 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,8.5 parent: 1 - type: Transform - uid: 658 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,8.5 parent: 1 - type: Transform - uid: 659 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,3.5 parent: 1 - type: Transform - uid: 660 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,3.5 parent: 1 - type: Transform - uid: 661 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 1 - type: Transform - uid: 662 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,0.5 parent: 1 - type: Transform - uid: 669 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - proto: PoweredLightBlueInterior entities: - uid: 647 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,15.5 parent: 1 - type: Transform - uid: 648 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 16.5,8.5 parent: 1 - type: Transform - proto: PoweredLightPostSmall entities: - uid: 449 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 450 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 1 - type: Transform - uid: 451 components: - - pos: 16.5,-3.5 + - type: Transform + pos: 16.5,-3.5 parent: 1 - type: Transform - proto: PoweredSmallLight entities: - uid: 639 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 1 - type: Transform - uid: 640 components: - - pos: 15.5,12.5 + - type: Transform + pos: 15.5,12.5 parent: 1 - type: Transform - uid: 641 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,13.5 parent: 1 - type: Transform - uid: 642 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 10.5,8.5 parent: 1 - type: Transform - uid: 643 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,6.5 parent: 1 - type: Transform - uid: 644 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 11.5,6.5 parent: 1 - type: Transform - uid: 645 components: - - pos: 9.5,16.5 + - type: Transform + pos: 9.5,16.5 parent: 1 - type: Transform - uid: 646 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 9.5,12.5 parent: 1 - type: Transform - uid: 652 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,5.5 parent: 1 - type: Transform - proto: Puddle entities: - uid: 333 components: - - pos: 5.5,16.5 + - type: Transform + pos: 5.5,16.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: Moonshine Quantity: 25 - type: SolutionContainerManager - - active: False - type: StepTrigger + - type: StepTrigger + active: False - uid: 336 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: SpaceLube Quantity: 18 - type: SolutionContainerManager - - modifier: 0.15 - type: TileFrictionModifier + - type: TileFrictionModifier + modifier: 0.15 - uid: 847 components: - - pos: 18.5,-9.5 + - type: Transform + pos: 18.5,-9.5 parent: 1 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: puddle: temperature: 293.15 canMix: False canReact: True maxVol: 1000 + name: null reagents: - data: null ReagentId: Whiskey Quantity: 45 - type: SolutionContainerManager - - active: False - type: StepTrigger + - type: StepTrigger + active: False - proto: PuddleFlour entities: - uid: 426 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 1 - type: Transform - uid: 427 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 1 - type: Transform - uid: 430 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 1 - type: Transform - proto: PuddleVomit entities: - uid: 337 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,18.5 parent: 1 - type: Transform - proto: Rack entities: - uid: 131 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 1 - type: Transform - uid: 132 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 1 - type: Transform - uid: 202 components: - - pos: 8.5,15.5 + - type: Transform + pos: 8.5,15.5 parent: 1 - type: Transform - uid: 203 components: - - pos: 8.5,16.5 + - type: Transform + pos: 8.5,16.5 parent: 1 - type: Transform - uid: 215 components: - - pos: -5.5,15.5 + - type: Transform + pos: -5.5,15.5 parent: 1 - type: Transform - uid: 216 components: - - pos: -5.5,16.5 + - type: Transform + pos: -5.5,16.5 parent: 1 - type: Transform - uid: 217 components: - - pos: -5.5,17.5 + - type: Transform + pos: -5.5,17.5 parent: 1 - type: Transform - uid: 218 components: - - pos: -2.5,17.5 + - type: Transform + pos: -2.5,17.5 parent: 1 - type: Transform - uid: 413 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 1 - type: Transform - uid: 414 components: - - pos: 14.5,6.5 + - type: Transform + pos: 14.5,6.5 parent: 1 - type: Transform - proto: RagItem entities: - uid: 332 components: - - pos: 2.38271,6.4110775 + - type: Transform + pos: 2.38271,6.4110775 parent: 1 - type: Transform - proto: RandomAmmoBox entities: - uid: 771 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 1 - type: Transform - proto: RandomBoards entities: - uid: 341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,15.5 parent: 1 - type: Transform - proto: RandomBook entities: - uid: 321 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,13.5 parent: 1 - type: Transform - proto: RandomBox entities: - uid: 446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,17.5 parent: 1 - type: Transform - uid: 447 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,16.5 parent: 1 - type: Transform - uid: 783 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,22.5 parent: 1 - type: Transform - uid: 784 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,24.5 parent: 1 - type: Transform - uid: 785 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,24.5 parent: 1 - type: Transform - proto: RandomDrinkBottle entities: - uid: 311 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,11.5 parent: 1 - type: Transform - proto: RandomFoodBakedSingle entities: - uid: 394 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 395 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - proto: RandomFoodBakedWhole entities: - uid: 392 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - uid: 393 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 278 components: - - pos: 5.5,13.5 + - type: Transform + pos: 5.5,13.5 parent: 1 - type: Transform - uid: 445 components: - - pos: 16.5,17.5 + - type: Transform + pos: 16.5,17.5 parent: 1 - type: Transform - proto: RandomPosterContraband entities: - uid: 851 components: - - pos: 15.5,19.5 + - type: Transform + pos: 15.5,19.5 parent: 1 - type: Transform - uid: 852 components: - - pos: 16.5,19.5 + - type: Transform + pos: 16.5,19.5 parent: 1 - type: Transform - uid: 853 components: - - pos: 7.5,21.5 + - type: Transform + pos: 7.5,21.5 parent: 1 - type: Transform - uid: 854 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - proto: RandomSoap entities: - uid: 266 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - proto: RandomSpawner entities: - uid: 283 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 284 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - uid: 285 components: - - pos: 2.5,13.5 + - type: Transform + pos: 2.5,13.5 parent: 1 - type: Transform - uid: 286 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 287 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 1 - type: Transform - uid: 288 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 289 components: - - pos: -0.5,17.5 + - type: Transform + pos: -0.5,17.5 parent: 1 - type: Transform - uid: 290 components: - - pos: 0.5,16.5 + - type: Transform + pos: 0.5,16.5 parent: 1 - type: Transform - uid: 291 components: - - pos: 1.5,15.5 + - type: Transform + pos: 1.5,15.5 parent: 1 - type: Transform - uid: 292 components: - - pos: 4.5,15.5 + - type: Transform + pos: 4.5,15.5 parent: 1 - type: Transform - uid: 293 components: - - pos: 6.5,15.5 + - type: Transform + pos: 6.5,15.5 parent: 1 - type: Transform - uid: 294 components: - - pos: 6.5,16.5 + - type: Transform + pos: 6.5,16.5 parent: 1 - type: Transform - uid: 295 components: - - pos: 5.5,17.5 + - type: Transform + pos: 5.5,17.5 parent: 1 - type: Transform - uid: 296 components: - - pos: 6.5,17.5 + - type: Transform + pos: 6.5,17.5 parent: 1 - type: Transform - uid: 437 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 15.5,9.5 parent: 1 - type: Transform - uid: 438 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 17.5,7.5 parent: 1 - type: Transform - uid: 439 components: - - pos: 17.5,1.5 + - type: Transform + pos: 17.5,1.5 parent: 1 - type: Transform - uid: 440 components: - - pos: 12.5,17.5 + - type: Transform + pos: 12.5,17.5 parent: 1 - type: Transform - uid: 441 components: - - pos: 12.5,16.5 + - type: Transform + pos: 12.5,16.5 parent: 1 - type: Transform - uid: 442 components: - - pos: 13.5,16.5 + - type: Transform + pos: 13.5,16.5 parent: 1 - type: Transform - uid: 443 components: - - pos: 17.5,17.5 + - type: Transform + pos: 17.5,17.5 parent: 1 - type: Transform - uid: 663 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,1.5 parent: 1 - type: Transform - uid: 664 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,7.5 parent: 1 - type: Transform - uid: 665 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,9.5 parent: 1 - type: Transform - uid: 666 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -7.5,19.5 parent: 1 - type: Transform - uid: 667 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 668 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 786 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,22.5 parent: 1 - type: Transform - uid: 787 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,24.5 parent: 1 - type: Transform - uid: 788 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,25.5 parent: 1 - type: Transform - uid: 789 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,24.5 parent: 1 - type: Transform - uid: 790 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,22.5 parent: 1 - type: Transform - uid: 856 components: - - pos: 3.5,24.5 + - type: Transform + pos: 3.5,24.5 parent: 1 - type: Transform - uid: 857 components: - - pos: 4.5,22.5 + - type: Transform + pos: 4.5,22.5 parent: 1 - type: Transform - uid: 858 components: - - pos: 3.5,21.5 + - type: Transform + pos: 3.5,21.5 parent: 1 - type: Transform - uid: 859 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 860 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 861 components: - - pos: 23.5,-5.5 + - type: Transform + pos: 23.5,-5.5 parent: 1 - type: Transform - proto: RandomSpawner100 entities: - uid: 282 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 1 - type: Transform - proto: RandomVendingDrinks entities: - uid: 48 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - proto: RandomVendingSnacks entities: - uid: 55 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 1 - type: Transform - proto: ReagentContainerFlour entities: - uid: 422 components: - - pos: 13.634963,6.8209605 + - type: Transform + pos: 13.634963,6.8209605 parent: 1 - type: Transform - proto: ReagentContainerSugar entities: - uid: 423 components: - - pos: 13.650588,6.5709605 + - type: Transform + pos: 13.650588,6.5709605 parent: 1 - type: Transform - proto: RollingPin entities: - uid: 417 components: - - pos: 9.432226,4.5714765 + - type: Transform + pos: 9.432226,4.5714765 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 773 + components: + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 791 components: - - pos: 1.5,23.5 + - type: Transform + pos: 1.5,23.5 parent: 1 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 782 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 335 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 340 components: - - pos: -2.5,17.5 + - type: Transform + pos: -2.5,17.5 parent: 1 - type: Transform - uid: 772 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform -- proto: SalvagePartsT3T4Spawner - entities: - - uid: 773 - components: - - pos: 7.5,6.5 - parent: 1 - type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 339 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,10.5 parent: 1 - type: Transform - proto: ShardGlass entities: - uid: 734 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.405197,-0.5013783 parent: 1 - type: Transform - uid: 735 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.801031,-1.2518995 parent: 1 - type: Transform - uid: 795 components: - - pos: 6.601184,24.178837 + - type: Transform + pos: 6.601184,24.178837 parent: 1 - type: Transform - uid: 796 components: - - pos: 8.038684,22.636099 + - type: Transform + pos: 8.038684,22.636099 parent: 1 - type: Transform - uid: 797 components: - - pos: 13.965768,22.542282 + - type: Transform + pos: 13.965768,22.542282 parent: 1 - type: Transform - uid: 798 components: - - pos: 15.861601,20.457502 + - type: Transform + pos: 15.861601,20.457502 parent: 1 - type: Transform - uid: 843 components: - - pos: -10.296373,-4.1626062 + - type: Transform + pos: -10.296373,-4.1626062 parent: 1 - type: Transform - uid: 844 components: - - pos: -1.5255394,-7.394017 + - type: Transform + pos: -1.5255394,-7.394017 parent: 1 - type: Transform - uid: 845 components: - - pos: 12.02829,-4.5675564 + - type: Transform + pos: 12.02829,-4.5675564 parent: 1 - type: Transform - proto: ShuttersFrame entities: - uid: 696 components: - - pos: 0.5,21.5 + - type: Transform + pos: 0.5,21.5 parent: 1 - type: Transform - proto: ShuttersNormal entities: - uid: 214 components: - - pos: -1.5,16.5 + - type: Transform + pos: -1.5,16.5 parent: 1 - type: Transform - - links: + - type: DeviceLinkSink + links: - 303 - type: DeviceLinkSink - uid: 697 components: - - pos: -0.5,21.5 + - type: Transform + pos: -0.5,21.5 parent: 1 - type: Transform - proto: SignalSwitchDirectional entities: - uid: 303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,15.5 parent: 1 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 214: - On: Open - Off: Close - type: DeviceLinkSource - proto: SignDirectionalWash entities: - uid: 175 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 8.5,12.5 parent: 1 - type: Transform - proto: SignElectricalMed entities: - uid: 849 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 850 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - proto: SignNosmoking entities: - uid: 848 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - proto: Sink entities: - uid: 185 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 1 - type: Transform - uid: 401 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 13.528969,5.555474 parent: 1 - type: Transform - proto: SinkEmpty entities: - uid: 183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,13.5 parent: 1 - type: Transform - uid: 184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 12.5,14.5 parent: 1 - type: Transform - uid: 186 components: - - pos: 12.5,9.5 + - type: Transform + pos: 12.5,9.5 parent: 1 - type: Transform - proto: SinkWide entities: - uid: 209 components: - - pos: 10.5,16.5 + - type: Transform + pos: 10.5,16.5 parent: 1 - type: Transform - proto: SMESBasic entities: - uid: 453 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - proto: SpaceCash entities: - uid: 312 components: - - pos: -5.2699714,12.996207 + - type: Transform + pos: -5.2699714,12.996207 parent: 1 - type: Transform - uid: 313 components: - - pos: -5.2699714,12.996207 + - type: Transform + pos: -5.2699714,12.996207 parent: 1 - type: Transform - uid: 314 components: - - pos: -5.2699714,12.996207 + - type: Transform + pos: -5.2699714,12.996207 parent: 1 - type: Transform - uid: 315 components: - - pos: -5.2699714,12.996207 + - type: Transform + pos: -5.2699714,12.996207 parent: 1 - type: Transform - proto: SpawnMobAdultSlimesBlueAngry entities: - uid: 775 components: - - pos: 0.5,13.5 + - type: Transform + pos: 0.5,13.5 parent: 1 - type: Transform - uid: 776 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - proto: SpawnMobAdultSlimesGreenAngry entities: - uid: 777 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - uid: 778 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 1 - type: Transform - proto: SpawnMobAdultSlimesYellowAngry entities: - uid: 779 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 780 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - proto: SpawnMobCatSpace entities: - uid: 867 components: - - pos: 4.5,17.5 + - type: Transform + pos: 4.5,17.5 parent: 1 - type: Transform - proto: SpawnMobSpiderSalvage entities: - uid: 781 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - proto: SpawnVendingMachineRestockFoodDrink entities: - uid: 244 components: - - pos: -5.5,17.5 + - type: Transform + pos: -5.5,17.5 parent: 1 - type: Transform - uid: 245 components: - - pos: -5.5,16.5 + - type: Transform + pos: -5.5,16.5 parent: 1 - type: Transform - proto: SprayBottleSpaceCleaner entities: - uid: 205 components: - - pos: 8.515722,15.561541 + - type: Transform + pos: 8.515722,15.561541 parent: 1 - type: Transform - uid: 206 components: - - pos: 8.734472,15.467791 + - type: Transform + pos: 8.734472,15.467791 parent: 1 - type: Transform - uid: 424 components: - - pos: 14.384963,6.5397105 + - type: Transform + pos: 14.384963,6.5397105 parent: 1 - type: Transform - proto: StrangePill entities: - uid: 329 components: - - name: pill - type: MetaData - - pos: 15.188146,12.1793165 + - type: MetaData + name: pill + - type: Transform + pos: 15.188146,12.1793165 parent: 1 - type: Transform - uid: 330 components: - - name: pill - type: MetaData - - pos: 15.219396,12.3355665 + - type: MetaData + name: pill + - type: Transform + pos: 15.219396,12.3355665 parent: 1 - type: Transform - proto: SubstationBasic entities: - uid: 452 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - proto: Table entities: - uid: 19 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 20 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 27 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 28 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - uid: 35 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - uid: 36 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - uid: 43 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - uid: 44 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 403 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 404 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - proto: TableCounterMetal entities: - uid: 378 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - uid: 379 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 380 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - uid: 381 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 1 - type: Transform - proto: TableFrame entities: - uid: 836 components: - - pos: 21.5,12.5 + - type: Transform + pos: 21.5,12.5 parent: 1 - type: Transform - uid: 837 components: - - pos: 22.5,12.5 + - type: Transform + pos: 22.5,12.5 parent: 1 - type: Transform - uid: 838 components: - - pos: 22.5,13.5 + - type: Transform + pos: 22.5,13.5 parent: 1 - type: Transform - proto: TableGlass entities: - uid: 94 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - type: Transform - uid: 95 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,0.5 parent: 1 - type: Transform - uid: 96 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,1.5 parent: 1 - type: Transform - uid: 97 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 9.5,0.5 parent: 1 - type: Transform - uid: 396 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - proto: TableWood entities: - uid: 325 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 1 - type: Transform - proto: TableWoodReinforced entities: - uid: 247 components: - - pos: -4.5,13.5 + - type: Transform + pos: -4.5,13.5 parent: 1 - type: Transform - uid: 248 components: - - pos: -4.5,12.5 + - type: Transform + pos: -4.5,12.5 parent: 1 - type: Transform - uid: 249 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 1 - type: Transform - uid: 835 components: - - pos: 20.5,12.5 + - type: Transform + pos: 20.5,12.5 parent: 1 - type: Transform - proto: ToiletDirtyWater entities: - uid: 134 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,14.5 parent: 1 - type: Transform - uid: 177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,6.5 parent: 1 - type: Transform - proto: ToiletEmpty entities: - uid: 133 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.5,12.5 parent: 1 - type: Transform - uid: 178 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 9.5,6.5 parent: 1 - type: Transform - proto: ToySpawner entities: - uid: 279 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - proto: TrashBananaPeel entities: - uid: 431 components: - - pos: 15.93969,9.864423 + - type: Transform + pos: 15.93969,9.864423 parent: 1 - type: Transform - uid: 432 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 15.12719,9.630048 parent: 1 - type: Transform - uid: 823 components: - - pos: -8.3404045,17.582245 + - type: Transform + pos: -8.3404045,17.582245 parent: 1 - type: Transform - uid: 824 components: - - pos: -5.8596535,3.2105613 + - type: Transform + pos: -5.8596535,3.2105613 parent: 1 - type: Transform - uid: 825 components: - - pos: 6.753727,23.647627 + - type: Transform + pos: 6.753727,23.647627 parent: 1 - type: Transform - proto: WallmountTelescreen entities: - uid: 252 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - proto: WallmountTelevision entities: - uid: 123 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 1 - type: Transform - uid: 124 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 1 - type: Transform - proto: WallSolid entities: - uid: 3 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 49 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 50 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 53 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 54 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 58 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 59 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 60 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - uid: 61 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - uid: 62 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 63 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - uid: 64 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 65 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 1 - type: Transform - uid: 66 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 67 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 68 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 69 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - uid: 70 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - uid: 71 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 1 - type: Transform - uid: 72 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 1 - type: Transform - uid: 73 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 1 - type: Transform - uid: 74 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 1 - type: Transform - uid: 75 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 76 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 77 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - uid: 78 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 79 components: - - pos: 8.5,5.5 + - type: Transform + pos: 8.5,5.5 parent: 1 - type: Transform - uid: 80 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 1 - type: Transform - uid: 81 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 1 - type: Transform - uid: 82 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - uid: 83 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - uid: 112 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 1 - type: Transform - uid: 113 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 114 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 1 - type: Transform - uid: 115 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 1 - type: Transform - uid: 116 components: - - pos: 2.5,14.5 + - type: Transform + pos: 2.5,14.5 parent: 1 - type: Transform - uid: 118 components: - - pos: 4.5,14.5 + - type: Transform + pos: 4.5,14.5 parent: 1 - type: Transform - uid: 119 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 1 - type: Transform - uid: 120 components: - - pos: 6.5,14.5 + - type: Transform + pos: 6.5,14.5 parent: 1 - type: Transform - uid: 121 components: - - pos: 7.5,14.5 + - type: Transform + pos: 7.5,14.5 parent: 1 - type: Transform - uid: 122 components: - - pos: 8.5,14.5 + - type: Transform + pos: 8.5,14.5 parent: 1 - type: Transform - uid: 125 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 1 - type: Transform - uid: 126 components: - - pos: -1.5,13.5 + - type: Transform + pos: -1.5,13.5 parent: 1 - type: Transform - uid: 127 components: - - pos: 8.5,12.5 + - type: Transform + pos: 8.5,12.5 parent: 1 - type: Transform - uid: 128 components: - - pos: 8.5,13.5 + - type: Transform + pos: 8.5,13.5 parent: 1 - type: Transform - uid: 129 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - uid: 130 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 1 - type: Transform - uid: 137 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 1 - type: Transform - uid: 138 components: - - pos: 11.5,14.5 + - type: Transform + pos: 11.5,14.5 parent: 1 - type: Transform - uid: 139 components: - - pos: 11.5,15.5 + - type: Transform + pos: 11.5,15.5 parent: 1 - type: Transform - uid: 140 components: - - pos: 12.5,15.5 + - type: Transform + pos: 12.5,15.5 parent: 1 - type: Transform - uid: 141 components: - - pos: 13.5,15.5 + - type: Transform + pos: 13.5,15.5 parent: 1 - type: Transform - uid: 142 components: - - pos: 14.5,15.5 + - type: Transform + pos: 14.5,15.5 parent: 1 - type: Transform - uid: 143 components: - - pos: 15.5,15.5 + - type: Transform + pos: 15.5,15.5 parent: 1 - type: Transform - uid: 144 components: - - pos: 16.5,15.5 + - type: Transform + pos: 16.5,15.5 parent: 1 - type: Transform - uid: 145 components: - - pos: 16.5,14.5 + - type: Transform + pos: 16.5,14.5 parent: 1 - type: Transform - uid: 146 components: - - pos: 16.5,13.5 + - type: Transform + pos: 16.5,13.5 parent: 1 - type: Transform - uid: 147 components: - - pos: 15.5,13.5 + - type: Transform + pos: 15.5,13.5 parent: 1 - type: Transform - uid: 148 components: - - pos: 14.5,13.5 + - type: Transform + pos: 14.5,13.5 parent: 1 - type: Transform - uid: 149 components: - - pos: 16.5,12.5 + - type: Transform + pos: 16.5,12.5 parent: 1 - type: Transform - uid: 150 components: - - pos: 16.5,11.5 + - type: Transform + pos: 16.5,11.5 parent: 1 - type: Transform - uid: 151 components: - - pos: 15.5,11.5 + - type: Transform + pos: 15.5,11.5 parent: 1 - type: Transform - uid: 152 components: - - pos: 14.5,11.5 + - type: Transform + pos: 14.5,11.5 parent: 1 - type: Transform - uid: 153 components: - - pos: 14.5,10.5 + - type: Transform + pos: 14.5,10.5 parent: 1 - type: Transform - uid: 154 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 1 - type: Transform - uid: 155 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 156 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 1 - type: Transform - uid: 157 components: - - pos: 11.5,11.5 + - type: Transform + pos: 11.5,11.5 parent: 1 - type: Transform - uid: 158 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - uid: 159 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 1 - type: Transform - uid: 160 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 1 - type: Transform - uid: 161 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - uid: 162 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 1 - type: Transform - uid: 163 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 1 - type: Transform - uid: 164 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 1 - type: Transform - uid: 165 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - uid: 166 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 1 - type: Transform - uid: 167 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 1 - type: Transform - uid: 168 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 1 - type: Transform - uid: 169 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 1 - type: Transform - uid: 170 components: - - pos: 10.5,14.5 + - type: Transform + pos: 10.5,14.5 parent: 1 - type: Transform - uid: 191 components: - - pos: 7.5,15.5 + - type: Transform + pos: 7.5,15.5 parent: 1 - type: Transform - uid: 192 components: - - pos: 7.5,16.5 + - type: Transform + pos: 7.5,16.5 parent: 1 - type: Transform - uid: 193 components: - - pos: 7.5,17.5 + - type: Transform + pos: 7.5,17.5 parent: 1 - type: Transform - uid: 194 components: - - pos: 8.5,17.5 + - type: Transform + pos: 8.5,17.5 parent: 1 - type: Transform - uid: 195 components: - - pos: 9.5,17.5 + - type: Transform + pos: 9.5,17.5 parent: 1 - type: Transform - uid: 196 components: - - pos: 10.5,17.5 + - type: Transform + pos: 10.5,17.5 parent: 1 - type: Transform - uid: 197 components: - - pos: 11.5,17.5 + - type: Transform + pos: 11.5,17.5 parent: 1 - type: Transform - uid: 198 components: - - pos: 11.5,16.5 + - type: Transform + pos: 11.5,16.5 parent: 1 - type: Transform - uid: 219 components: - - pos: -1.5,15.5 + - type: Transform + pos: -1.5,15.5 parent: 1 - type: Transform - uid: 220 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 1 - type: Transform - uid: 221 components: - - pos: -1.5,17.5 + - type: Transform + pos: -1.5,17.5 parent: 1 - type: Transform - uid: 222 components: - - pos: -1.5,18.5 + - type: Transform + pos: -1.5,18.5 parent: 1 - type: Transform - uid: 223 components: - - pos: -2.5,18.5 + - type: Transform + pos: -2.5,18.5 parent: 1 - type: Transform - uid: 224 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 225 components: - - pos: -4.5,18.5 + - type: Transform + pos: -4.5,18.5 parent: 1 - type: Transform - uid: 226 components: - - pos: -5.5,18.5 + - type: Transform + pos: -5.5,18.5 parent: 1 - type: Transform - uid: 227 components: - - pos: -6.5,18.5 + - type: Transform + pos: -6.5,18.5 parent: 1 - type: Transform - uid: 228 components: - - pos: -6.5,17.5 + - type: Transform + pos: -6.5,17.5 parent: 1 - type: Transform - uid: 229 components: - - pos: -6.5,16.5 + - type: Transform + pos: -6.5,16.5 parent: 1 - type: Transform - uid: 230 components: - - pos: -6.5,15.5 + - type: Transform + pos: -6.5,15.5 parent: 1 - type: Transform - uid: 231 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 232 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 233 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 253 components: - - pos: -6.5,13.5 + - type: Transform + pos: -6.5,13.5 parent: 1 - type: Transform - uid: 254 components: - - pos: -6.5,12.5 + - type: Transform + pos: -6.5,12.5 parent: 1 - type: Transform - uid: 255 components: - - pos: -6.5,11.5 + - type: Transform + pos: -6.5,11.5 parent: 1 - type: Transform - uid: 256 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - uid: 257 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 1 - type: Transform - uid: 258 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 260 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 261 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 359 components: - - pos: 14.5,7.5 + - type: Transform + pos: 14.5,7.5 parent: 1 - type: Transform - uid: 360 components: - - pos: 16.5,7.5 + - type: Transform + pos: 16.5,7.5 parent: 1 - type: Transform - uid: 361 components: - - pos: 16.5,6.5 + - type: Transform + pos: 16.5,6.5 parent: 1 - type: Transform - uid: 362 components: - - pos: 16.5,5.5 + - type: Transform + pos: 16.5,5.5 parent: 1 - type: Transform - uid: 363 components: - - pos: 16.5,4.5 + - type: Transform + pos: 16.5,4.5 parent: 1 - type: Transform - uid: 364 components: - - pos: 16.5,3.5 + - type: Transform + pos: 16.5,3.5 parent: 1 - type: Transform - uid: 365 components: - - pos: 16.5,2.5 + - type: Transform + pos: 16.5,2.5 parent: 1 - type: Transform - uid: 366 components: - - pos: 16.5,1.5 + - type: Transform + pos: 16.5,1.5 parent: 1 - type: Transform - uid: 367 components: - - pos: 16.5,0.5 + - type: Transform + pos: 16.5,0.5 parent: 1 - type: Transform - uid: 368 components: - - pos: 16.5,-0.5 + - type: Transform + pos: 16.5,-0.5 parent: 1 - type: Transform - uid: 370 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - uid: 529 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 671 components: - - pos: -10.5,18.5 + - type: Transform + pos: -10.5,18.5 parent: 1 - type: Transform - uid: 672 components: - - pos: -9.5,18.5 + - type: Transform + pos: -9.5,18.5 parent: 1 - type: Transform - uid: 673 components: - - pos: -9.5,17.5 + - type: Transform + pos: -9.5,17.5 parent: 1 - type: Transform - uid: 674 components: - - pos: -9.5,16.5 + - type: Transform + pos: -9.5,16.5 parent: 1 - type: Transform - uid: 675 components: - - pos: -9.5,15.5 + - type: Transform + pos: -9.5,15.5 parent: 1 - type: Transform - uid: 676 components: - - pos: -9.5,14.5 + - type: Transform + pos: -9.5,14.5 parent: 1 - type: Transform - uid: 677 components: - - pos: -9.5,13.5 + - type: Transform + pos: -9.5,13.5 parent: 1 - type: Transform - uid: 678 components: - - pos: -9.5,12.5 + - type: Transform + pos: -9.5,12.5 parent: 1 - type: Transform - uid: 679 components: - - pos: -9.5,11.5 + - type: Transform + pos: -9.5,11.5 parent: 1 - type: Transform - uid: 680 components: - - pos: -9.5,10.5 + - type: Transform + pos: -9.5,10.5 parent: 1 - type: Transform - uid: 681 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 682 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - uid: 683 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 1 - type: Transform - uid: 684 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 1 - type: Transform - uid: 685 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 1 - type: Transform - uid: 686 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 1 - type: Transform - uid: 687 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 1 - type: Transform - uid: 688 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 1 - type: Transform - uid: 689 components: - - pos: -7.5,21.5 + - type: Transform + pos: -7.5,21.5 parent: 1 - type: Transform - uid: 690 components: - - pos: -6.5,21.5 + - type: Transform + pos: -6.5,21.5 parent: 1 - type: Transform - uid: 691 components: - - pos: -5.5,21.5 + - type: Transform + pos: -5.5,21.5 parent: 1 - type: Transform - uid: 692 components: - - pos: -4.5,21.5 + - type: Transform + pos: -4.5,21.5 parent: 1 - type: Transform - uid: 693 components: - - pos: -3.5,21.5 + - type: Transform + pos: -3.5,21.5 parent: 1 - type: Transform - uid: 694 components: - - pos: -2.5,21.5 + - type: Transform + pos: -2.5,21.5 parent: 1 - type: Transform - uid: 695 components: - - pos: -1.5,21.5 + - type: Transform + pos: -1.5,21.5 parent: 1 - type: Transform - uid: 698 components: - - pos: 1.5,21.5 + - type: Transform + pos: 1.5,21.5 parent: 1 - type: Transform - uid: 699 components: - - pos: 2.5,21.5 + - type: Transform + pos: 2.5,21.5 parent: 1 - type: Transform - uid: 700 components: - - pos: 2.5,22.5 + - type: Transform + pos: 2.5,22.5 parent: 1 - type: Transform - uid: 701 components: - - pos: 2.5,23.5 + - type: Transform + pos: 2.5,23.5 parent: 1 - type: Transform - uid: 702 components: - - pos: 2.5,24.5 + - type: Transform + pos: 2.5,24.5 parent: 1 - type: Transform - uid: 703 components: - - pos: 2.5,25.5 + - type: Transform + pos: 2.5,25.5 parent: 1 - type: Transform - uid: 704 components: - - pos: 5.5,24.5 + - type: Transform + pos: 5.5,24.5 parent: 1 - type: Transform - uid: 705 components: - - pos: 5.5,23.5 + - type: Transform + pos: 5.5,23.5 parent: 1 - type: Transform - uid: 706 components: - - pos: 5.5,22.5 + - type: Transform + pos: 5.5,22.5 parent: 1 - type: Transform - uid: 707 components: - - pos: 5.5,21.5 + - type: Transform + pos: 5.5,21.5 parent: 1 - type: Transform - uid: 708 components: - - pos: 6.5,21.5 + - type: Transform + pos: 6.5,21.5 parent: 1 - type: Transform - uid: 709 components: - - pos: 7.5,21.5 + - type: Transform + pos: 7.5,21.5 parent: 1 - type: Transform - uid: 710 components: - - pos: 8.5,21.5 + - type: Transform + pos: 8.5,21.5 parent: 1 - type: Transform - uid: 711 components: - - pos: 9.5,21.5 + - type: Transform + pos: 9.5,21.5 parent: 1 - type: Transform - uid: 712 components: - - pos: 10.5,21.5 + - type: Transform + pos: 10.5,21.5 parent: 1 - type: Transform - uid: 713 components: - - pos: 11.5,21.5 + - type: Transform + pos: 11.5,21.5 parent: 1 - type: Transform - uid: 714 components: - - pos: 12.5,21.5 + - type: Transform + pos: 12.5,21.5 parent: 1 - type: Transform - uid: 715 components: - - pos: 13.5,21.5 + - type: Transform + pos: 13.5,21.5 parent: 1 - type: Transform - uid: 716 components: - - pos: 14.5,21.5 + - type: Transform + pos: 14.5,21.5 parent: 1 - type: Transform - uid: 717 components: - - pos: 14.5,20.5 + - type: Transform + pos: 14.5,20.5 parent: 1 - type: Transform - uid: 718 components: - - pos: 14.5,19.5 + - type: Transform + pos: 14.5,19.5 parent: 1 - type: Transform - uid: 719 components: - - pos: 15.5,19.5 + - type: Transform + pos: 15.5,19.5 parent: 1 - type: Transform - uid: 720 components: - - pos: 16.5,19.5 + - type: Transform + pos: 16.5,19.5 parent: 1 - type: Transform - uid: 721 components: - - pos: 17.5,19.5 + - type: Transform + pos: 17.5,19.5 parent: 1 - type: Transform - uid: 722 components: - - pos: 18.5,19.5 + - type: Transform + pos: 18.5,19.5 parent: 1 - type: Transform - uid: 723 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 724 components: - - pos: 19.5,-0.5 + - type: Transform + pos: 19.5,-0.5 parent: 1 - type: Transform - uid: 725 components: - - pos: 19.5,0.5 + - type: Transform + pos: 19.5,0.5 parent: 1 - type: Transform - uid: 726 components: - - pos: 19.5,1.5 + - type: Transform + pos: 19.5,1.5 parent: 1 - type: Transform - uid: 727 components: - - pos: 19.5,2.5 + - type: Transform + pos: 19.5,2.5 parent: 1 - type: Transform - uid: 728 components: - - pos: 19.5,3.5 + - type: Transform + pos: 19.5,3.5 parent: 1 - type: Transform - uid: 729 components: - - pos: 19.5,4.5 + - type: Transform + pos: 19.5,4.5 parent: 1 - type: Transform - uid: 730 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 1 - type: Transform - uid: 737 components: - - pos: 19.5,8.5 + - type: Transform + pos: 19.5,8.5 parent: 1 - type: Transform - uid: 739 components: - - pos: 19.5,10.5 + - type: Transform + pos: 19.5,10.5 parent: 1 - type: Transform - uid: 740 components: - - pos: 19.5,11.5 + - type: Transform + pos: 19.5,11.5 parent: 1 - type: Transform - uid: 741 components: - - pos: 19.5,12.5 + - type: Transform + pos: 19.5,12.5 parent: 1 - type: Transform - uid: 742 components: - - pos: 19.5,13.5 + - type: Transform + pos: 19.5,13.5 parent: 1 - type: Transform - uid: 743 components: - - pos: 19.5,14.5 + - type: Transform + pos: 19.5,14.5 parent: 1 - type: Transform - uid: 744 components: - - pos: 19.5,15.5 + - type: Transform + pos: 19.5,15.5 parent: 1 - type: Transform - uid: 745 components: - - pos: 20.5,15.5 + - type: Transform + pos: 20.5,15.5 parent: 1 - type: Transform - uid: 746 components: - - pos: 21.5,15.5 + - type: Transform + pos: 21.5,15.5 parent: 1 - type: Transform - uid: 747 components: - - pos: 22.5,15.5 + - type: Transform + pos: 22.5,15.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 869 + components: + - type: MetaData + desc: Space Debris + - type: Transform + pos: 3.5,10.5 parent: 1 - type: Transform - proto: WashingMachine entities: - uid: 17 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 18 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 21 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 1 - type: Transform - uid: 23 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 24 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - uid: 26 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - uid: 30 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 32 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 34 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 37 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 38 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 39 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - uid: 40 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 45 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 46 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - proto: WashingMachineBroken entities: - uid: 16 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 29 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - proto: WashingMachineFilledClothes entities: - uid: 22 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 25 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 1 - type: Transform - uid: 31 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 1 - type: Transform - uid: 33 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 41 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 42 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - uid: 47 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - proto: WatcherAISpawner entities: - uid: 774 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - proto: WeaponRevolverSnub entities: - uid: 316 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.3691363,12.264656 parent: 1 - type: Transform - proto: Windoor entities: - uid: 388 components: - - pos: 14.5,2.5 + - type: Transform + pos: 14.5,2.5 parent: 1 - type: Transform - uid: 389 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - uid: 390 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 391 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 1 - type: Transform - proto: WindoorKitchenLocked entities: - uid: 382 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 1 - type: Transform - uid: 383 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,2.5 parent: 1 - type: Transform - uid: 384 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,2.5 parent: 1 - type: Transform - uid: 385 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 13.5,2.5 parent: 1 - type: Transform - uid: 386 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 14.5,2.5 parent: 1 - type: Transform - proto: Window entities: - uid: 8 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 9 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 10 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 11 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 56 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 57 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 88 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 89 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 90 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 91 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 376 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 377 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 1 - type: Transform - uid: 733 components: - - pos: 20.5,-0.5 + - type: Transform + pos: 20.5,-0.5 parent: 1 - type: Transform - proto: WindowDirectional entities: - uid: 387 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,2.5 parent: 1 - type: Transform - proto: Wrench entities: - uid: 302 components: - - pos: -2.347598,17.531961 + - type: Transform + pos: -2.347598,17.531961 parent: 1 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-meatball.yml b/Resources/Maps/Salvage/DeltaV/DV-meatball.yml new file mode 100644 index 0000000000..a99ff89817 --- /dev/null +++ b/Resources/Maps/Salvage/DeltaV/DV-meatball.yml @@ -0,0 +1,1619 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 44: FloorFlesh +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.5156174,-0.46875 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#60000076' + id: splatter + decals: + 0: 2.745844,-3.680118 + 1: 2.4880314,-4.1254306 + 2: 2.980219,-4.055118 + 3: 2.933344,-3.680118 + 4: 3.0036564,-3.820743 + 5: 3.0036564,-3.9379306 + 6: 2.745844,-3.867618 + 7: 2.605219,-4.1254306 + 8: 2.4411564,-3.914493 + 9: 3.1911564,-4.0785556 + 10: 1.0817814,2.085507 + 11: 1.4333439,1.8511319 + 12: 1.0349064,1.7808194 + 13: 0.9411564,2.1089444 + 14: 1.2224064,1.7573819 + 15: 0.8942814,1.7808194 + 16: 0.8474064,2.038632 + 17: -0.9572811,5.0151944 + 18: -1.0510311,4.898007 + 19: -0.8166561,4.616757 + 20: -1.2854061,5.1558194 + 21: -0.7229061,4.944882 + 22: -0.7229061,4.8745694 + 23: -1.3791561,4.2183194 + 24: -1.7307186,4.054257 + 25: -1.4494686,3.7964444 + 26: -1.9650936,4.2183194 + 27: -1.4260311,3.960507 + 28: -1.4025936,3.866757 + 29: -1.7072811,3.8901944 + 30: -2.035406,3.9370694 + 31: -1.9416561,3.5620694 + 32: -1.4494686,3.444882 + 33: -1.1213436,4.0308194 + 34: -1.8713436,3.7026944 + 35: -1.4963436,4.1245694 + 36: -1.0510311,4.2183194 + 37: -1.1447811,4.148007 + 38: -1.9885311,4.288632 + 39: -2.0588436,3.9839444 + 40: -1.3985614,3.819882 + 41: -1.8829364,4.335507 + 42: -1.6485614,4.366757 + 43: -4.8048115,-0.4769932 + 44: -4.4298115,-0.9457432 + 45: -4.8048115,-0.4301182 + 46: -4.5548115,-0.9144932 + 47: -4.8516865,-0.6332432 + 48: -5.2266865,-0.5238682 + 49: -4.7266865,-0.7894932 + 50: -4.2891865,-0.4301182 + 51: -4.1641865,-0.6801182 + 52: -4.9610615,-0.8832432 + 53: -5.0548115,-0.6019932 + 54: -4.7735615,-0.3051182 + 55: -4.6798115,-0.0863682 + 56: -4.7579365,-0.8363682 + 57: -1.2266864,0.7417568 + 58: -1.3673114,0.8980068 + 59: -1.1641864,1.0542568 + 60: -1.0079364,0.7573818 + 61: -1.4454364,0.8980068 + 62: -0.67981136,0.7730068 + 63: -1.3985614,1.0386318 + 64: -1.7110614,0.9292568 + 65: -1.1485614,1.0230068 + 66: -0.74231136,1.1948818 + 67: -0.86731136,1.1011318 + 68: -1.2735614,0.9761318 + 69: -1.1954364,1.0073818 + 70: 3.9920635,-0.8051182 + 71: 3.8514385,-1.1644932 + 72: 3.6326885,-1.0082432 + 73: 4.0545635,-1.1488682 + 74: 3.8358135,-0.6957432 + 75: 3.9920635,-1.1488682 + 76: 2.6014385,0.023006797 + 77: 3.1483135,-0.008243203 + 78: 2.9920635,0.054256797 + 79: 3.0545635,0.2886318 + 80: 3.0389385,-0.2894932 + 81: 3.0233135,-0.2426182 + 82: 2.8358135,0.0698818 + 83: -1.8048114,-1.6644932 + 84: -1.3673114,-1.3676182 + 85: -1.1485614,-1.4457432 + 86: -1.5860614,-1.4769932 + 87: -1.5391864,-1.8051182 + 88: -1.5860614,-1.3207432 + 89: -1.3204364,-1.5082432 + 90: -1.3673114,-1.6176182 + 91: -3.1016865,3.866757 + 92: -2.8829365,4.257382 + 93: -3.1954365,4.069882 + 94: -2.8516865,3.851132 + 95: 0.07018864,4.929257 + 96: 0.11706364,4.679257 + 97: -0.08606136,4.648007 + 98: 0.05456364,4.773007 + 99: 0.07018864,4.976132 + 100: 0.07018864,4.554257 + 101: 0.03893864,4.882382 + 102: 0.11706364,4.554257 + 103: -2.8048115,1.8511319 + 104: -2.7735615,1.6480069 + 105: -2.8204365,1.3823818 + 106: -2.2423115,2.007382 + 107: -2.7110615,2.194882 + 108: -2.3360615,1.6792569 + 109: -3.3829365,1.7573819 + 110: -2.8048115,1.7105069 + 111: -2.8673115,2.226132 + 112: -2.7579365,1.5230069 + 113: -3.1329365,2.054257 + 114: -2.7110615,2.101132 + 115: -2.8829365,1.6948819 + 116: -3.4141865,2.335507 + 117: -2.9610615,2.163632 + 118: -2.8829365,1.1167568 + 119: -2.1798115,1.2105068 + 120: -2.4141865,1.9605069 + 121: 3.6170635,3.851132 + 122: 3.2108135,4.116757 + 123: 3.5389385,3.054257 + 124: 3.1014385,3.538632 + 125: 3.6014385,3.648007 + 126: 3.2108135,3.726132 + 127: 3.4451885,3.304257 + 128: 4.0233135,3.851132 + 129: 3.8514385,3.960507 + 130: 4.0076885,3.554257 + 131: 3.5701885,3.444882 + 132: 4.9451885,1.3511318 + 133: 4.4139385,1.3355068 + 134: 4.6170635,1.8198819 + 135: 4.2733135,1.7417569 + 136: 4.7420635,1.5230069 + 137: 4.2889385,1.8198819 + 138: 4.6170635,1.6480069 + 139: 4.6483135,1.9448819 + 140: 4.5858135,1.2573818 + 141: 4.2420635,1.2417568 + 142: 4.3201885,1.7417569 + 143: 4.7420635,1.6636319 + 144: 0.60143864,0.0698818 + 145: 0.33581364,0.007381797 + 146: 0.24206364,0.6323818 + 147: 0.36706364,0.1480068 + 148: 0.33581364,0.3355068 + 149: 0.71081364,0.7886318 + 150: 1.0701886,0.2886318 + 151: 0.77331364,-0.3676182 + 152: 0.21081364,-0.1644932 + 153: 0.58581364,-0.8988682 + 154: 0.27331364,-0.1957432 + 155: 0.13268864,-0.9457432 + 156: 0.30456364,-1.1019932 + 157: -0.72668636,-1.0707432 + 158: -0.007936358,-1.1488682 + 159: 0.49206364,-1.0863682 + 160: 0.41393864,-0.0707432 + 161: 1.1014386,0.007381797 + 162: 0.72643864,0.8355068 + 163: 0.05456364,0.4136318 + 164: -0.58606136,-0.8207432 + 165: 0.57018864,-0.4144932 + 166: 1.1483136,0.5855068 + 167: 1.5545635,0.1480068 + 168: 0.66393864,0.5073818 + 169: 1.2733136,0.1323818 + 170: 1.2264386,0.8042568 + 171: 1.4764386,0.3355068 + 172: 1.4764386,0.054256797 + 173: 1.0545636,-0.1019932 + 174: 1.4139386,-0.4769932 + 175: -5.8829365,1.2105068 + 176: -6.2891865,1.3042568 + 177: -6.0079365,1.3980068 + 178: -6.1485615,1.5073819 + 179: -5.5860615,0.7573818 + 180: -6.4141865,1.4136318 + 181: -6.1329365,1.5073819 + 182: -6.3516865,1.0230068 + 183: -6.3673115,1.3823818 + 184: -5.7891865,1.7417569 + 185: -5.4610615,1.1480068 + 186: -6.0548115,1.1948818 + 187: -2.5235615,-3.570743 + 188: -2.0235615,-4.273868 + 189: -2.1485615,-3.195743 + 190: -2.2423115,-3.945743 + 191: -2.1641865,-4.242618 + 192: -2.4923115,-3.742618 + 193: -1.8829364,-3.742618 + 194: -1.8048114,-3.867618 + 195: -2.2110615,-3.461368 + 196: -1.8048114,-3.226993 + 197: -2.1016865,-3.961368 + 198: -2.4610615,-4.305118 + 199: -2.5391865,-4.195743 + 200: -2.1016865,-4.555118 + 201: -2.0235615,-4.789493 + 202: -1.8985614,-4.961368 + 203: -2.3516865,-4.508243 + 204: -2.3360615,-5.055118 + 205: -2.1329365,-5.398868 + 206: -2.2110615,-5.430118 + 207: -1.7266864,-5.445743 + 208: -1.6173114,-5.180118 + 209: -1.3048114,-5.461368 + 210: -2.6798115,-5.242618 + 211: -2.4766865,-4.414493 + 212: -2.2579365,-4.398868 + 213: -1.8360614,-5.695743 + 214: -2.3048115,-5.664493 + 215: -1.4141864,-5.101993 + 216: -1.5704364,-4.414493 + 217: -1.1954364,-5.226993 + 218: -1.0548114,-5.414493 + 219: -0.74231136,-4.945743 + 220: -0.78918636,-4.617618 + 221: -0.57043636,-5.008243 + 222: -1.0235614,-5.555118 + 223: -0.46106136,-4.930118 + 224: 0.27331364,-4.945743 + 225: -0.05481136,-4.586368 + 226: -0.35168636,-5.101993 + 227: 0.07018864,-5.273868 + 228: -0.47668636,-4.867618 + 229: -0.05481136,-5.430118 + 230: 0.21081364,-5.383243 + 231: -0.08606136,-4.789493 + 232: 0.33581364,-5.195743 + 233: -0.38293636,-5.117618 + 234: 0.33581364,-2.430118 + 235: 0.47643864,-3.023868 + 236: -0.28918636,-2.648868 + 237: -0.66418636,-2.695743 + 238: -0.50793636,-2.461368 + 239: 0.49206364,-3.008243 + 240: 0.36706364,-2.492618 + 241: -0.50793636,-2.539493 + 242: 0.50768864,-2.992618 + 243: -0.24231136,-2.633243 + 244: -0.66418636,-2.601993 + 245: -1.2735614,-2.461368 + 246: -0.28918636,-2.461368 + 247: 0.27331364,-2.867618 + 248: -0.13293636,-2.726993 + 249: 0.47643864,-2.992618 + 250: -0.11731136,-3.242618 + 251: 3.2733135,-4.133243 + 252: 3.4451885,-3.976993 + 253: 3.2576885,-4.289493 + 254: 2.8045635,-4.398868 + 255: 2.8514385,-4.617618 + 256: 2.6326885,-4.508243 + 257: 3.4920635,-4.180118 + 258: 3.5545635,-4.383243 + 259: 3.1639385,-4.320743 + 260: 3.4764385,-4.711368 + 261: 3.6795635,-4.164493 + 262: 3.1170635,-4.445743 + 263: 3.4451885,-4.430118 + 264: 3.4920635,-3.648868 + 265: 3.7264385,-3.789493 + 266: 3.6639385,-4.008243 + 267: 3.5233135,-3.211368 + 268: 3.6326885,-3.336368 + 269: 3.2420635,-3.773868 + 270: 3.4608135,-3.226993 + 271: 3.1483135,-3.461368 + 272: 3.3826885,-3.398868 + 273: 3.5076885,-3.164493 + 274: 0.78893864,2.648007 + 275: 1.0545636,2.491757 + 276: 1.2264386,2.773007 + 277: 0.57018864,2.398007 + 278: 0.72643864,1.9917569 + 279: -0.14856136,2.007382 + 280: 0.60143864,2.444882 + 281: 0.50768864,2.038632 + 282: 0.42956364,1.9761319 + 283: 0.61706364,2.351132 + 284: 0.75768864,1.8355069 + 285: 0.52331364,2.210507 + 286: -3.0860615,4.366757 + 287: -3.0704365,4.382382 + 288: -2.9766865,4.523007 + 289: -3.6485615,3.976132 + 290: -2.8673115,3.679257 + 291: -3.8673115,3.679257 + 292: -2.9766865,3.319882 + 293: -3.4454365,4.304257 + 294: -3.5235615,3.632382 + 295: -3.2891865,3.554257 + 296: -3.3673115,4.491757 + 297: -3.4141865,3.523007 + 298: -1.3516864,4.226132 + 299: -1.0079364,4.288632 + 300: -0.72668636,3.351132 + 301: -1.0235614,3.694882 + 302: -1.1485614,3.491757 + 303: -0.77356136,2.804257 + 304: -1.3985614,2.710507 + 305: -0.58606136,2.913632 + 306: -0.83606136,3.194882 + 307: -0.82043636,2.835507 + 308: -1.1798114,2.757382 + 309: -0.75793636,2.804257 + 310: -1.0079364,3.179257 + 311: -0.89856136,2.616757 + 312: -1.3985614,3.023007 + 313: -2.9923115,-0.1176182 + 314: -2.7735615,-0.1644932 + 315: -3.0391865,0.2730068 + 316: -3.1329365,-0.3051182 + 317: -2.8516865,-0.3363682 + 318: -2.8360615,0.2730068 + 319: -3.1641865,-0.055118203 + 320: -2.8360615,-0.1176182 + 321: -2.9923115,-0.1176182 + 322: -2.9298115,0.1948818 + 323: -2.8985615,-0.2582432 + 324: -2.9298115,-0.1019932 + 325: 2.5076885,2.226132 + 326: 2.6639385,1.8823819 + 327: 2.3514385,2.569882 + 328: 2.7576885,2.007382 + 329: 2.3670635,2.601132 + 330: 2.7420635,2.210507 + 331: 2.5545635,2.273007 + 332: 2.1326885,2.382382 + 333: 2.6483135,2.319882 + 334: -4.7423115,2.523007 + 335: -4.4141865,2.210507 + 336: -4.8516865,2.429257 + 337: -4.5391865,2.007382 + 338: -4.5704365,2.398007 + 339: -4.5235615,2.257382 + 340: -4.5079365,1.8198819 + 341: -4.9454365,2.554257 + 342: -4.5704365,2.444882 + 343: -4.9610615,2.507382 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + -1,0: + 0: 65535 + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + 0,1: + 0: 1023 + 1,0: + 0: 13175 + 1,1: + 0: 1 + -2,0: + 0: 52972 + -2,1: + 0: 136 + -1,1: + 0: 53247 + -2,-1: + 0: 51200 + -1,-2: + 0: 61120 + 0,-2: + 0: 65520 + 1,-2: + 0: 4352 + 1,-1: + 0: 30513 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AnomalyFlesh + entities: + - uid: 97 + components: + - type: Transform + pos: -0.51334155,-3.5191321 + parent: 1 +- proto: ChairMeat + entities: + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1 +- proto: CrateFreezer + entities: + - uid: 134 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 35.097298 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 145 + - 142 + - 140 + - 139 + - 138 + - 137 + - 136 + - 135 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: ElectricGrillMachineCircuitboard + entities: + - uid: 242 + components: + - type: Transform + pos: -0.06266177,4.4200897 + parent: 1 +- proto: FleshBlocker + entities: + - uid: 56 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 +- proto: FoodDonutMeat + entities: + - uid: 212 + components: + - type: Transform + pos: 0.9577047,1.0290823 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -1.0130236,-3.4502552 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -1.2630236,2.7684948 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -0.8255236,4.0497446 + parent: 1 +- proto: FoodMeat + entities: + - uid: 148 + components: + - type: Transform + pos: 1.3474064,0.8511318 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 3.761469,4.507382 + parent: 1 +- proto: FoodMeatBear + entities: + - uid: 110 + components: + - type: Transform + pos: -0.5110452,4.6076183 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -1.2922952,4.5451183 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -1.4172952,4.7326183 + parent: 1 +- proto: FoodMeatChicken + entities: + - uid: 154 + components: + - type: Transform + pos: -4.2297955,0.013868302 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -4.7141705,-0.25175667 + parent: 1 +- proto: FoodMeatCrab + entities: + - uid: 180 + components: + - type: Transform + pos: 4.0670795,-0.54863167 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 4.2077045,-0.64238167 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 3.9577048,-0.56425667 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -3.5286484,-1.0440052 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -3.3098986,-0.74713016 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -3.7005234,-0.93463016 + parent: 1 +- proto: FoodMeatDragon + entities: + - uid: 112 + components: + - type: Transform + pos: 0.63895977,-4.4080067 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 0.26395977,-4.5173817 + parent: 1 +- proto: FoodMeatDuck + entities: + - uid: 186 + components: + - type: Transform + pos: -0.16729528,-0.28300667 + parent: 1 +- proto: FoodMeatFish + entities: + - uid: 123 + components: + - type: Transform + pos: -0.7766702,1.6701183 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -0.7141702,1.4044933 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -0.6829202,1.4201183 + parent: 1 +- proto: FoodMeatGoliath + entities: + - uid: 116 + components: + - type: Transform + pos: 3.0827048,-3.5955067 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 3.6608298,-3.4236317 + parent: 1 +- proto: FoodMeatHuman + entities: + - uid: 102 + components: + - type: Transform + pos: -1.8098986,2.0184948 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -2.2317736,2.2997448 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 4.69045,1.9229925 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 4.8545127,2.2042425 + parent: 1 +- proto: FoodMeatLizard + entities: + - uid: 248 + components: + - type: Transform + pos: 4.3021545,0.52857566 + parent: 1 +- proto: FoodMeatMeatball + entities: + - uid: 216 + components: + - type: Transform + pos: -0.075523615,0.5809948 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -1.8567736,1.3934948 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 3.3463514,-0.65338016 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 2.3776014,3.5966198 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -5.3567734,0.42474478 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -0.9661486,3.3622448 + parent: 1 +- proto: FoodMeatRouny + entities: + - uid: 177 + components: + - type: Transform + pos: 2.9889548,2.7951183 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 2.8483298,2.5919933 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 3.2389548,2.6076183 + parent: 1 +- proto: FoodMeatSpider + entities: + - uid: 136 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 138 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 139 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 140 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 145 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatSpiderLeg + entities: + - uid: 229 + components: + - type: Transform + pos: -3.5066152,1.1364632 + parent: 1 + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.0558848,3.4489632 + parent: 1 + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.3527598,-3.7385368 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -1.2161486,-3.2471302 + parent: 1 +- proto: FoodMeatWheat + entities: + - uid: 188 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 4.1920795,4.1857433 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 4.0202045,4.1388683 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -5.6360455,1.7794933 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 3.6764548,-2.8298817 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 0.37957972,-4.0798817 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -1.6360452,4.0919933 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: -0.44854528,4.1388683 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -0.12042028,5.5294933 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -4.2297955,-1.4861317 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 0.9889547,-0.40800667 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 1.7545798,1.2482433 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -2.4329202,1.8419933 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -1.0110452,1.2951183 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -0.10479528,1.7951183 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 1.6920798,-3.3611317 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 2.3014548,-3.8923817 + parent: 1 +- proto: FoodMeatXeno + entities: + - uid: 135 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 137 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 142 + components: + - type: Transform + parent: 134 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodTinMRE + entities: + - uid: 208 + components: + - type: Transform + pos: 2.4889548,-1.4548817 + parent: 1 +- proto: MachineAPE + entities: + - uid: 2 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 +- proto: OrganArachnidHeart + entities: + - uid: 162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.0860615,-0.4613682 + parent: 1 +- proto: OrganArachnidLungs + entities: + - uid: 161 + components: + - type: Transform + pos: -0.08606136,4.757382 + parent: 1 +- proto: OrganArachnidStomach + entities: + - uid: 157 + components: + - type: Transform + pos: 4.3983135,-0.3207432 + parent: 1 +- proto: OrganArachnidTongue + entities: + - uid: 164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.3358135,-1.0707432 + parent: 1 +- proto: OrganDwarfHeart + entities: + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.94543636,3.569882 + parent: 1 +- proto: OrganDwarfLiver + entities: + - uid: 158 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 +- proto: OrganDwarfStomach + entities: + - uid: 166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.6951885,2.913632 + parent: 1 +- proto: OrganHumanBrain + entities: + - uid: 240 + components: + - type: Transform + pos: 3.7576509,-3.103348 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -2.1954741,1.6544645 + parent: 1 +- proto: OrganHumanEars + entities: + - uid: 246 + components: + - type: Transform + pos: -3.9532866,0.47887224 + parent: 1 +- proto: OrganHumanEyes + entities: + - uid: 159 + components: + - type: Transform + pos: 3.6639385,3.757382 + parent: 1 +- proto: OrganHumanHeart + entities: + - uid: 168 + components: + - type: Transform + pos: -1.4610614,-3.992618 + parent: 1 +- proto: OrganHumanKidneys + entities: + - uid: 160 + components: + - type: Transform + pos: -0.89856136,-0.7582432 + parent: 1 +- proto: OrganHumanLiver + entities: + - uid: 245 + components: + - type: Transform + pos: 2.1873384,0.78355974 + parent: 1 +- proto: OrganHumanLungs + entities: + - uid: 169 + components: + - type: Transform + pos: 4.8983135,1.7105068 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -5.148599,1.7210598 + parent: 1 +- proto: OrganHumanStomach + entities: + - uid: 163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.0704365,4.694882 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -2.5079365,-0.008243203 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 4.9998384,2.8460598 + parent: 1 +- proto: OrganHumanTongue + entities: + - uid: 244 + components: + - type: Transform + pos: -1.1407868,4.0882473 + parent: 1 +- proto: SalvageFleshSpawner + entities: + - uid: 63 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 89 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 +- proto: WallMeat + entities: + - uid: 3 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 87 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: WarpPoint + location: Space Debris +... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml b/Resources/Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml index 3a57e3f9ad..dc68e1be69 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml @@ -10,10 +10,11 @@ entities: - uid: 199 components: - type: MetaData - - pos: 0.5104167,0.5469074 + - type: Transform + pos: 0.5104167,0.5469074 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAA @@ -30,27 +31,27 @@ entities: ind: 0,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -112,1042 +113,1052 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: SpreaderGrid - proto: Barricade entities: - uid: 24 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 199 - type: Transform - uid: 71 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 199 - type: Transform - proto: ChairFolding entities: - uid: 181 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,0.5 parent: 199 - type: Transform - uid: 182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 199 - type: Transform - uid: 183 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 199 - type: Transform - uid: 184 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 199 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 189 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 199 - type: Transform - proto: ClothingMaskGasExplorer entities: - uid: 196 components: - - pos: -1.4614451,1.5873275 + - type: Transform + pos: -1.4614451,1.5873275 parent: 199 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 197 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-1.5 parent: 199 - type: Transform - proto: MountainRock entities: - uid: 1 components: - - pos: -1.5,15.5 + - type: Transform + pos: -1.5,15.5 parent: 199 - type: Transform - uid: 2 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 199 - type: Transform - uid: 3 components: - - pos: -1.5,13.5 + - type: Transform + pos: -1.5,13.5 parent: 199 - type: Transform - uid: 4 components: - - pos: -1.5,12.5 + - type: Transform + pos: -1.5,12.5 parent: 199 - type: Transform - uid: 5 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 199 - type: Transform - uid: 6 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 199 - type: Transform - uid: 7 components: - - pos: -3.5,11.5 + - type: Transform + pos: -3.5,11.5 parent: 199 - type: Transform - uid: 8 components: - - pos: -4.5,11.5 + - type: Transform + pos: -4.5,11.5 parent: 199 - type: Transform - uid: 9 components: - - pos: -5.5,11.5 + - type: Transform + pos: -5.5,11.5 parent: 199 - type: Transform - uid: 10 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 199 - type: Transform - uid: 11 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 199 - type: Transform - uid: 12 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 199 - type: Transform - uid: 13 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 199 - type: Transform - uid: 14 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 199 - type: Transform - uid: 15 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 199 - type: Transform - uid: 16 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 199 - type: Transform - uid: 17 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 199 - type: Transform - uid: 18 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 199 - type: Transform - uid: 19 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 199 - type: Transform - uid: 20 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 199 - type: Transform - uid: 21 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 199 - type: Transform - uid: 22 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 199 - type: Transform - uid: 23 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 199 - type: Transform - uid: 25 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 199 - type: Transform - uid: 26 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 199 - type: Transform - uid: 27 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 199 - type: Transform - uid: 28 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 199 - type: Transform - uid: 29 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 199 - type: Transform - uid: 30 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 199 - type: Transform - uid: 31 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 199 - type: Transform - uid: 32 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 199 - type: Transform - uid: 33 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 199 - type: Transform - uid: 34 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 199 - type: Transform - uid: 35 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 199 - type: Transform - uid: 36 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 199 - type: Transform - uid: 37 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 199 - type: Transform - uid: 38 components: - - pos: 6.5,12.5 + - type: Transform + pos: 6.5,12.5 parent: 199 - type: Transform - uid: 39 components: - - pos: 6.5,13.5 + - type: Transform + pos: 6.5,13.5 parent: 199 - type: Transform - uid: 40 components: - - pos: 5.5,13.5 + - type: Transform + pos: 5.5,13.5 parent: 199 - type: Transform - uid: 41 components: - - pos: 4.5,13.5 + - type: Transform + pos: 4.5,13.5 parent: 199 - type: Transform - uid: 42 components: - - pos: 4.5,14.5 + - type: Transform + pos: 4.5,14.5 parent: 199 - type: Transform - uid: 43 components: - - pos: 4.5,15.5 + - type: Transform + pos: 4.5,15.5 parent: 199 - type: Transform - uid: 44 components: - - pos: 3.5,15.5 + - type: Transform + pos: 3.5,15.5 parent: 199 - type: Transform - uid: 45 components: - - pos: 2.5,15.5 + - type: Transform + pos: 2.5,15.5 parent: 199 - type: Transform - uid: 46 components: - - pos: 1.5,15.5 + - type: Transform + pos: 1.5,15.5 parent: 199 - type: Transform - uid: 47 components: - - pos: 0.5,15.5 + - type: Transform + pos: 0.5,15.5 parent: 199 - type: Transform - uid: 48 components: - - pos: -0.5,15.5 + - type: Transform + pos: -0.5,15.5 parent: 199 - type: Transform - uid: 49 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 199 - type: Transform - uid: 50 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 199 - type: Transform - uid: 51 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 199 - type: Transform - uid: 52 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 199 - type: Transform - uid: 53 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 199 - type: Transform - uid: 54 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 199 - type: Transform - uid: 55 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 199 - type: Transform - uid: 56 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 199 - type: Transform - uid: 57 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 199 - type: Transform - uid: 58 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 199 - type: Transform - uid: 59 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 199 - type: Transform - uid: 60 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 199 - type: Transform - uid: 61 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 199 - type: Transform - uid: 62 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 199 - type: Transform - uid: 63 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 199 - type: Transform - uid: 64 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 199 - type: Transform - uid: 65 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 199 - type: Transform - uid: 66 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 199 - type: Transform - uid: 67 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 199 - type: Transform - uid: 68 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 199 - type: Transform - uid: 69 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 199 - type: Transform - uid: 70 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 199 - type: Transform - proto: OxygenCanister entities: - uid: 195 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 199 - type: Transform + - type: AtmosDevice + joinedGrid: 199 - proto: Pickaxe entities: - uid: 190 components: - - pos: 3.079382,0.4750886 + - type: Transform + pos: 3.079382,0.4750886 parent: 199 - type: Transform - uid: 191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.266882,-1.4429101 parent: 199 - type: Transform - proto: Rack entities: - uid: 192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,1.5 parent: 199 - type: Transform - uid: 193 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-1.5 parent: 199 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 87 components: - - pos: 1.5,13.5 + - type: Transform + pos: 1.5,13.5 parent: 199 - type: Transform - proto: RandomDrinkBottle entities: - uid: 194 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 199 - type: Transform - proto: RandomRockSpawner entities: - uid: 81 components: - - pos: -0.5,13.5 + - type: Transform + pos: -0.5,13.5 parent: 199 - type: Transform - uid: 82 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 199 - type: Transform - uid: 83 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 199 - type: Transform - uid: 84 components: - - pos: 0.5,13.5 + - type: Transform + pos: 0.5,13.5 parent: 199 - type: Transform - uid: 85 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 199 - type: Transform - uid: 86 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 199 - type: Transform - uid: 88 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 199 - type: Transform - uid: 89 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 199 - type: Transform - uid: 90 components: - - pos: 2.5,13.5 + - type: Transform + pos: 2.5,13.5 parent: 199 - type: Transform - uid: 91 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 199 - type: Transform - uid: 92 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 199 - type: Transform - uid: 93 components: - - pos: 3.5,13.5 + - type: Transform + pos: 3.5,13.5 parent: 199 - type: Transform - uid: 94 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 199 - type: Transform - uid: 95 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 199 - type: Transform - uid: 96 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 199 - type: Transform - uid: 97 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 199 - type: Transform - uid: 98 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 199 - type: Transform - uid: 99 components: - - pos: 5.5,11.5 + - type: Transform + pos: 5.5,11.5 parent: 199 - type: Transform - uid: 100 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 199 - type: Transform - uid: 101 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 199 - type: Transform - uid: 102 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 199 - type: Transform - uid: 103 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 199 - type: Transform - uid: 104 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 199 - type: Transform - uid: 105 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 199 - type: Transform - uid: 106 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 199 - type: Transform - uid: 107 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 199 - type: Transform - uid: 108 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 199 - type: Transform - uid: 109 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 199 - type: Transform - uid: 110 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 199 - type: Transform - uid: 111 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 199 - type: Transform - uid: 112 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 199 - type: Transform - uid: 113 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 199 - type: Transform - uid: 114 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 199 - type: Transform - uid: 115 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 199 - type: Transform - uid: 116 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 199 - type: Transform - uid: 117 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 199 - type: Transform - uid: 118 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 199 - type: Transform - uid: 119 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 199 - type: Transform - uid: 120 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 199 - type: Transform - uid: 121 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 199 - type: Transform - uid: 122 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 199 - type: Transform - uid: 123 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 199 - type: Transform - uid: 124 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 199 - type: Transform - uid: 125 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 199 - type: Transform - uid: 126 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 199 - type: Transform - uid: 127 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 199 - type: Transform - uid: 128 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 199 - type: Transform - uid: 129 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 199 - type: Transform - uid: 130 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 199 - type: Transform - uid: 131 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 199 - type: Transform - uid: 132 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 199 - type: Transform - uid: 133 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 199 - type: Transform - uid: 134 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 199 - type: Transform - uid: 135 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 199 - type: Transform - uid: 136 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 199 - type: Transform - uid: 137 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 199 - type: Transform - uid: 138 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 199 - type: Transform - uid: 139 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 199 - type: Transform - uid: 140 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 199 - type: Transform - uid: 141 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 199 - type: Transform - uid: 142 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 199 - type: Transform - uid: 143 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 199 - type: Transform - uid: 144 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 199 - type: Transform - uid: 145 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 199 - type: Transform - uid: 146 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 199 - type: Transform - uid: 147 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 199 - type: Transform - uid: 148 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 199 - type: Transform - uid: 149 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 199 - type: Transform - uid: 150 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 199 - type: Transform - uid: 151 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 199 - type: Transform - uid: 152 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 199 - type: Transform - uid: 153 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 199 - type: Transform - uid: 154 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 199 - type: Transform - uid: 155 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 199 - type: Transform - uid: 156 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 199 - type: Transform - uid: 157 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 199 - type: Transform - uid: 158 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 199 - type: Transform - uid: 159 components: - - pos: -2.5,12.5 + - type: Transform + pos: -2.5,12.5 parent: 199 - type: Transform - uid: 160 components: - - pos: -2.5,13.5 + - type: Transform + pos: -2.5,13.5 parent: 199 - type: Transform - uid: 161 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 199 - type: Transform - uid: 162 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 199 - type: Transform - uid: 163 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 199 - type: Transform - uid: 164 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 199 - type: Transform - uid: 165 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 199 - type: Transform - uid: 166 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 199 - type: Transform - uid: 167 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 199 - type: Transform - uid: 168 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 199 - type: Transform - uid: 169 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 199 - type: Transform - uid: 170 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 199 - type: Transform - uid: 171 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 199 - type: Transform - uid: 172 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 199 - type: Transform - uid: 173 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 199 - type: Transform - uid: 174 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 199 - type: Transform - uid: 175 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 199 - type: Transform - uid: 176 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 199 - type: Transform - uid: 177 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 199 - type: Transform - uid: 178 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 199 - type: Transform - uid: 179 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 199 - type: Transform - uid: 180 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 199 - type: Transform - proto: SalvageLorePaperGamingSpawner entities: - uid: 72 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 199 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 187 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 199 - type: Transform - uid: 188 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 199 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 73 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 199 - type: Transform - uid: 74 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 199 - type: Transform - uid: 75 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 199 - type: Transform - proto: SnakeMobMundane entities: - uid: 185 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 199 - type: Transform - uid: 186 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 199 - type: Transform - proto: SpaceTickSpawner entities: - uid: 76 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 199 - type: Transform - uid: 77 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 199 - type: Transform - uid: 78 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 199 - type: Transform - uid: 79 components: - - pos: 2.5,14.5 + - type: Transform + pos: 2.5,14.5 parent: 199 - type: Transform - uid: 80 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 199 - type: Transform - proto: ToiletDirtyWater entities: - uid: 198 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 199 - type: Transform +- proto: WarpPoint + entities: + - uid: 200 + components: + - type: Transform + pos: 1.5,2.5 + parent: 199 + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-chunk-01.yml b/Resources/Maps/Salvage/DeltaV/DV-med-chunk-01.yml index f98cca3199..bbb5866ba6 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-chunk-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-chunk-01.yml @@ -3,58 +3,60 @@ meta: postmapinit: false tilemap: 0: Space - 70: FloorPlastic - 96: FloorTechMaint - 97: FloorTechMaint2 - 98: FloorTechMaint3 - 100: FloorWhite - 101: FloorWhiteDiagonal - 104: FloorWhiteMini - 112: Lattice - 113: Plating + 76: FloorPlastic + 78: FloorReinforced + 105: FloorTechMaint + 106: FloorTechMaint2 + 107: FloorTechMaint3 + 109: FloorWhite + 110: FloorWhiteDiagonal + 113: FloorWhiteMini + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 373 components: - type: MetaData - - pos: 0.46846703,0.5030661 + - type: Transform + pos: 0.46846703,0.5030661 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAARgAAAAAARgAAAAADRgAAAAADRgAAAAAARgAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAARgAAAAADcQAAAAAAcAAAAAAARgAAAAADRgAAAAABRgAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATAAAAAAATAAAAAADTAAAAAADTAAAAAAATAAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATAAAAAADegAAAAAAeQAAAAAATAAAAAADTAAAAAABTAAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAABcQAAAAAAcQAAAAAAYgAAAAABcAAAAAAAYgAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAACRgAAAAABYQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAABcQAAAAAAcQAAAAAARgAAAAABRgAAAAABRgAAAAABYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAABRgAAAAADRgAAAAADRgAAAAABcQAAAAAARgAAAAABYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABegAAAAAAegAAAAAAawAAAAABeQAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAACTAAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABegAAAAAAegAAAAAATAAAAAABTAAAAAABTAAAAAABagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABTAAAAAADTAAAAAADTAAAAAABegAAAAAATAAAAAABagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAARgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcQAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAARgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAATAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: RgAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAaAAAAAADcAAAAAAAaAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAaAAAAAABaAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAABcQAAAAAAcAAAAAAAcQAAAAAAZAAAAAABcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAAYQAAAAAAZQAAAAABZQAAAAACZQAAAAADcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAABcQAAAAAAZAAAAAADZAAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TAAAAAAAegAAAAAATgAAAAAAagAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAcQAAAAADeQAAAAAAcQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAcQAAAAABcQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABTgAAAAAAeQAAAAAAegAAAAAAbQAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAagAAAAAAbgAAAAABbgAAAAACbgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABTgAAAAAAbQAAAAADbQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -135,8 +137,8 @@ entities: id: skull decals: 3: 0.562783,-4.4664097 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -217,7 +219,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -225,2179 +226,2198 @@ entities: entities: - uid: 244 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 373 - type: Transform - uid: 245 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 373 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 243 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 373 - type: Transform - proto: AirlockExternalGlassLocked entities: - uid: 93 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 373 - type: Transform - uid: 94 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 373 - type: Transform - proto: AirlockGlass entities: - uid: 229 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 373 - type: Transform - uid: 230 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 373 - type: Transform - proto: AirlockMedicalGlass entities: - uid: 101 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 373 - type: Transform - proto: APCBasic entities: - uid: 109 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 373 - type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 256 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 373 - type: Transform - uid: 257 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 373 - type: Transform - uid: 258 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 373 - type: Transform - uid: 259 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 373 - type: Transform - uid: 260 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 373 - type: Transform - uid: 261 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 373 - type: Transform - uid: 262 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 373 - type: Transform - uid: 263 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 373 - type: Transform - uid: 264 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 373 - type: Transform - uid: 265 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 373 - type: Transform - uid: 266 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 373 - type: Transform - uid: 267 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 373 - type: Transform - uid: 268 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 373 - type: Transform - uid: 269 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 373 - type: Transform - uid: 270 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 373 - type: Transform - uid: 271 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 373 - type: Transform - uid: 272 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 373 - type: Transform - uid: 273 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 373 - type: Transform - uid: 274 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 373 - type: Transform - uid: 275 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 373 - type: Transform - uid: 276 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 373 - type: Transform - uid: 277 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 373 - type: Transform - uid: 278 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 373 - type: Transform - uid: 279 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 373 - type: Transform - uid: 280 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 373 - type: Transform - uid: 281 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 373 - type: Transform - uid: 282 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 373 - type: Transform - uid: 283 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 373 - type: Transform - uid: 284 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 373 - type: Transform - uid: 285 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 373 - type: Transform - uid: 286 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 373 - type: Transform - uid: 287 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 373 - type: Transform - uid: 288 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 373 - type: Transform - uid: 289 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 373 - type: Transform - uid: 290 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 373 - type: Transform - uid: 291 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 373 - type: Transform - uid: 292 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 373 - type: Transform - uid: 293 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 373 - type: Transform - uid: 294 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 373 - type: Transform - uid: 295 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 373 - type: Transform - uid: 296 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 373 - type: Transform - uid: 297 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 373 - type: Transform - uid: 298 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 373 - type: Transform - uid: 299 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 373 - type: Transform - uid: 300 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 373 - type: Transform - uid: 301 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 373 - type: Transform - uid: 302 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 373 - type: Transform - uid: 303 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 373 - type: Transform - uid: 304 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 373 - type: Transform - uid: 305 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 373 - type: Transform - uid: 306 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 373 - type: Transform - uid: 307 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 373 - type: Transform - uid: 308 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 373 - type: Transform - uid: 309 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 373 - type: Transform - uid: 310 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 373 - type: Transform - uid: 311 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 373 - type: Transform - uid: 312 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 373 - type: Transform - uid: 313 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 373 - type: Transform - uid: 314 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 373 - type: Transform - uid: 315 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 373 - type: Transform - uid: 316 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 373 - type: Transform - uid: 317 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 373 - type: Transform - uid: 318 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 373 - type: Transform - uid: 319 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 373 - type: Transform - uid: 320 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 373 - type: Transform - uid: 321 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 373 - type: Transform - uid: 322 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 373 - type: Transform - uid: 323 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 373 - type: Transform - uid: 324 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 373 - type: Transform - uid: 325 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 373 - type: Transform - uid: 326 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 373 - type: Transform - uid: 327 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 373 - type: Transform - uid: 328 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 373 - type: Transform - uid: 329 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 373 - type: Transform - uid: 330 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 373 - type: Transform - uid: 331 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 373 - type: Transform - uid: 332 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 373 - type: Transform - proto: Barricade entities: - uid: 225 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 373 - type: Transform - uid: 226 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 373 - type: Transform - proto: BrokenBottle entities: - uid: 366 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.1202445,-1.2032795 parent: 373 - type: Transform - proto: CableApcExtension entities: - uid: 185 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 373 - type: Transform - uid: 186 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 373 - type: Transform - uid: 187 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 373 - type: Transform - uid: 188 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 373 - type: Transform - uid: 189 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 373 - type: Transform - uid: 190 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 373 - type: Transform - uid: 191 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 373 - type: Transform - uid: 192 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 373 - type: Transform - uid: 193 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 373 - type: Transform - uid: 194 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 373 - type: Transform - uid: 195 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 373 - type: Transform - uid: 196 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 373 - type: Transform - uid: 197 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 373 - type: Transform - uid: 198 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 373 - type: Transform - uid: 199 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 373 - type: Transform - uid: 200 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 373 - type: Transform - uid: 201 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 373 - type: Transform - uid: 202 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 373 - type: Transform - uid: 203 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 373 - type: Transform - uid: 204 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 373 - type: Transform - uid: 206 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 373 - type: Transform - uid: 207 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 373 - type: Transform - uid: 234 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 373 - type: Transform - uid: 235 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 373 - type: Transform - uid: 236 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 373 - type: Transform - uid: 237 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 373 - type: Transform - proto: CableMV entities: - uid: 335 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 373 - type: Transform - uid: 336 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 373 - type: Transform - uid: 337 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 373 - type: Transform - uid: 338 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 373 - type: Transform - uid: 339 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 373 - type: Transform - uid: 340 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 373 - type: Transform - uid: 341 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 373 - type: Transform - uid: 342 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 373 - type: Transform - uid: 343 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 373 - type: Transform - uid: 344 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 373 - type: Transform - uid: 345 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 373 - type: Transform - proto: Catwalk entities: - uid: 65 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 373 - type: Transform - uid: 76 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 373 - type: Transform - uid: 77 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 373 - type: Transform - uid: 78 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 373 - type: Transform - uid: 79 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 373 - type: Transform - uid: 86 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 373 - type: Transform - uid: 87 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 373 - type: Transform - uid: 88 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 373 - type: Transform - uid: 89 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 373 - type: Transform - uid: 95 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 373 - type: Transform - uid: 106 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 373 - type: Transform - uid: 107 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 373 - type: Transform - uid: 108 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 373 - type: Transform - proto: Chair entities: - uid: 209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 373 - type: Transform - uid: 210 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-0.5 parent: 373 - type: Transform - proto: ChairOfficeLight entities: - uid: 97 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.812442,1.4775877 parent: 373 - type: Transform - proto: CigaretteSpent entities: - uid: 369 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.765342,-1.6835737 parent: 373 - type: Transform - uid: 370 components: - - pos: -1.718467,-1.7304821 + - type: Transform + pos: -1.718467,-1.7304821 parent: 373 - type: Transform - uid: 371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.687217,-1.4646721 parent: 373 - type: Transform - uid: 372 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.046592,-1.0581398 parent: 373 - type: Transform - proto: ClosetToolFilled entities: - uid: 238 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 373 - type: Transform - proto: ClothingHandsGlovesColorYellow entities: - uid: 242 components: - - pos: 5.5378833,-4.4747596 + - type: Transform + pos: 5.5378833,-4.4747596 parent: 373 - type: Transform - proto: EmergencyLight entities: - uid: 239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-2.5 parent: 373 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 333 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 373 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: FirelockFrame entities: - uid: 223 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 373 - type: Transform - proto: FloodlightBroken entities: - uid: 365 components: - - pos: 0.3172556,-1.484725 + - type: Transform + pos: 0.3172556,-1.484725 parent: 373 - type: Transform - uid: 368 components: - - pos: -3.8233693,1.5017242 + - type: Transform + pos: -3.8233693,1.5017242 parent: 373 - type: Transform - proto: FoodPlateSmallTrash entities: - uid: 367 components: - - pos: -3.0108693,-1.0000134 + - type: Transform + pos: -3.0108693,-1.0000134 parent: 373 - type: Transform - proto: GasPipeBend entities: - uid: 140 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 144 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-3.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,3.5 parent: 373 - type: Transform - proto: GasPipeStraight entities: - uid: 128 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 129 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 132 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 133 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 139 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 141 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-3.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 142 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-3.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 143 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 145 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-1.5 parent: 373 - type: Transform - uid: 146 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.5,-1.5 parent: 373 - type: Transform - uid: 147 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 373 - type: Transform - uid: 148 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 149 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 150 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 151 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 152 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 154 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 155 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 156 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 157 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,3.5 parent: 373 - type: Transform - uid: 158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,3.5 parent: 373 - type: Transform - uid: 161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-1.5 parent: 373 - type: Transform - uid: 162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-1.5 parent: 373 - type: Transform - uid: 163 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-1.5 parent: 373 - type: Transform - uid: 164 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-1.5 parent: 373 - type: Transform - uid: 165 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 373 - type: Transform - uid: 166 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 373 - type: Transform - uid: 167 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 373 - type: Transform - uid: 168 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 373 - type: Transform - uid: 169 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 373 - type: Transform - uid: 170 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 373 - type: Transform - uid: 171 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 373 - type: Transform - proto: GasPipeTJunction entities: - uid: 131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 135 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 373 - type: Transform - uid: 175 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,3.5 parent: 373 - type: Transform - uid: 176 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosPipeColor + color: '#00AAFFFF' - proto: GasVentPump entities: - uid: 174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 373 + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 177 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 373 + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 178 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-0.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 373 + - type: AtmosPipeColor + color: '#00AAFFFF' - uid: 211 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 373 - type: Transform - - color: '#00AAFFFF' - type: AtmosPipeColor + - type: AtmosDevice + joinedGrid: 373 + - type: AtmosPipeColor + color: '#00AAFFFF' - proto: GasVentScrubber entities: - uid: 172 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 373 - type: Transform + - type: AtmosDevice + joinedGrid: 373 - uid: 173 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 373 - type: Transform + - type: AtmosDevice + joinedGrid: 373 - proto: Girder entities: - uid: 224 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 373 - type: Transform - proto: Grille entities: - uid: 13 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 373 - type: Transform - uid: 14 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 373 - type: Transform - uid: 16 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 373 - type: Transform - uid: 20 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 373 - type: Transform - uid: 21 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 373 - type: Transform - uid: 23 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 373 - type: Transform - uid: 25 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 373 - type: Transform - uid: 51 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 373 - type: Transform - uid: 67 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 373 - type: Transform - uid: 73 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 373 - type: Transform - uid: 91 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 373 - type: Transform - uid: 110 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 373 - type: Transform - uid: 111 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 373 - type: Transform - proto: GrilleBroken entities: - uid: 8 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 373 - type: Transform - uid: 15 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,0.5 parent: 373 - type: Transform - uid: 227 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-6.5 parent: 373 - type: Transform - uid: 228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-6.5 parent: 373 - type: Transform - proto: LockerMedicineFilled entities: - uid: 96 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 373 - type: Transform - proto: MachineFrame entities: - uid: 80 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 373 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 81 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 373 - type: Transform - proto: MaintenanceFluffSpawner entities: - uid: 350 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 373 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 213 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 373 - type: Transform - proto: MedicalBed entities: - uid: 98 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 373 - type: Transform - uid: 99 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 373 - type: Transform - proto: MedkitFilled entities: - uid: 240 components: - - pos: 3.3933513,5.47126 + - type: Transform + pos: 3.3933513,5.47126 parent: 373 - type: Transform - proto: PosterBroken entities: - uid: 363 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 373 - type: Transform - uid: 364 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 373 - type: Transform - proto: Poweredlight entities: - uid: 205 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 373 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,0.5 parent: 373 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-1.5 parent: 373 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 334 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 373 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 346 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,3.5 parent: 373 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredlightExterior + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior entities: - uid: 233 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,3.5 parent: 373 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 113 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 373 - type: Transform - uid: 214 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 373 - type: Transform - uid: 241 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 373 - type: Transform - proto: Railing entities: - uid: 215 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,4.5 parent: 373 - type: Transform - uid: 217 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,5.5 parent: 373 - type: Transform - uid: 219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,3.5 parent: 373 - type: Transform - uid: 220 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,2.5 parent: 373 - type: Transform - uid: 221 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,1.5 parent: 373 - type: Transform - uid: 222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,6.5 parent: 373 - type: Transform - proto: RailingCorner entities: - uid: 216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,6.5 parent: 373 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 120 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 373 - type: Transform - proto: RandomBoards entities: - uid: 121 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 373 - type: Transform - proto: RandomPosterContraband entities: - uid: 358 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 373 - type: Transform - uid: 359 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 373 - type: Transform - uid: 362 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 373 - type: Transform - proto: RandomPosterLegit entities: - uid: 122 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 373 - type: Transform - proto: RandomSnacks entities: - uid: 347 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 373 - type: Transform - uid: 348 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 373 - type: Transform - uid: 349 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 373 - type: Transform - proto: RandomSpawner entities: - uid: 118 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 373 - type: Transform - uid: 119 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 373 - type: Transform - uid: 179 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 373 - type: Transform - uid: 180 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 373 - type: Transform - uid: 181 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 373 - type: Transform - uid: 182 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 373 - type: Transform - uid: 183 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 373 - type: Transform - uid: 184 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 373 - type: Transform - proto: RandomVending entities: - uid: 123 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 373 - type: Transform - - chance: 0.75 - type: RandomSpawner + - type: RandomSpawner + chance: 0.75 - uid: 124 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 373 - type: Transform - - chance: 0.75 - type: RandomSpawner + - type: RandomSpawner + chance: 0.75 - proto: ReinforcedWindow entities: - uid: 9 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 373 - type: Transform - uid: 24 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 373 - type: Transform - uid: 69 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 373 - type: Transform - uid: 70 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 373 - type: Transform - uid: 71 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 373 - type: Transform - uid: 72 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 373 - type: Transform - uid: 83 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 373 - type: Transform - uid: 92 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 373 - type: Transform - uid: 112 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 373 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 114 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 373 - type: Transform - - chance: 0.8 - type: RandomSpawner + - type: RandomSpawner + chance: 0.8 - uid: 115 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 373 - type: Transform - - chance: 0.8 - type: RandomSpawner + - type: RandomSpawner + chance: 0.8 - proto: SalvageHumanCorpseSpawner entities: - uid: 374 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,1.5 parent: 373 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 125 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 373 - type: Transform - - chance: 0.8 - type: RandomSpawner + - type: RandomSpawner + chance: 0.8 - uid: 126 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 373 - type: Transform - - chance: 0.8 - type: RandomSpawner + - type: RandomSpawner + chance: 0.8 - uid: 127 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 373 - type: Transform - - chance: 0.8 - type: RandomSpawner + - type: RandomSpawner + chance: 0.8 - proto: SalvageMobSpawner entities: - uid: 251 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 373 - type: Transform - uid: 252 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 373 - type: Transform - uid: 253 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 373 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 247 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 373 - type: Transform - uid: 248 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 373 - type: Transform - uid: 249 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 373 - type: Transform - uid: 250 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 373 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 351 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 373 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 117 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 373 - type: Transform - proto: ShardGlass entities: - uid: 352 components: - - pos: -3.9131863,-0.9799032 + - type: Transform + pos: -3.9131863,-0.9799032 parent: 373 - type: Transform - uid: 353 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.9756863,-0.63591385 parent: 373 - type: Transform - uid: 354 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.9756866,-1.7460604 parent: 373 - type: Transform - uid: 355 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.1631866,-1.2144403 parent: 373 - type: Transform - uid: 356 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.8836887,-5.5924816 parent: 373 - type: Transform - proto: ShardGlassReinforced entities: - uid: 18 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.7100613,4.586463 parent: 373 - type: Transform - uid: 357 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.2256863,6.1813207 parent: 373 - type: Transform - uid: 361 components: - - pos: -0.6827444,1.2202787 + - type: Transform + pos: -0.6827444,1.2202787 parent: 373 - type: Transform - proto: SignMedical entities: - uid: 360 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 373 - type: Transform - proto: SpaceTickSpawner entities: - uid: 255 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 373 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 246 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 373 - type: Transform - uid: 254 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 373 - type: Transform - proto: SubstationBasic entities: - uid: 105 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 373 - type: Transform - proto: Table entities: - uid: 100 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 373 - type: Transform - uid: 212 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 373 - type: Transform - proto: TableFrame entities: - uid: 208 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 373 - type: Transform - proto: TablePlasmaGlass entities: - uid: 82 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 373 - type: Transform - proto: TableReinforced entities: - uid: 85 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 373 - type: Transform - proto: ToolboxEmergencyFilled entities: - uid: 116 components: - - pos: -4.734069,1.9086163 + - type: Transform + pos: -4.734069,1.9086163 parent: 373 - type: Transform - proto: UnfinishedMachineFrame entities: - uid: 218 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 373 - type: Transform - proto: VendingMachineWallMedical entities: - uid: 104 components: - - flags: SessionSpecific - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,4.5 parent: 373 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 373 - type: Transform - uid: 2 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 373 - type: Transform - uid: 3 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 373 - type: Transform - uid: 4 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 373 - type: Transform - uid: 5 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 373 - type: Transform - uid: 6 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 373 - type: Transform - uid: 7 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 373 - type: Transform - uid: 12 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 373 - type: Transform - uid: 17 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 373 - type: Transform - uid: 19 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 373 - type: Transform - uid: 22 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 373 - type: Transform - uid: 26 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 373 - type: Transform - uid: 27 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 373 - type: Transform - uid: 28 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 373 - type: Transform - uid: 32 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 373 - type: Transform - uid: 33 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 373 - type: Transform - uid: 34 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 373 - type: Transform - uid: 35 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 373 - type: Transform - uid: 36 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 373 - type: Transform - uid: 37 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 373 - type: Transform - uid: 38 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 373 - type: Transform - uid: 39 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 373 - type: Transform - uid: 40 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 373 - type: Transform - uid: 42 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 373 - type: Transform - uid: 43 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 373 - type: Transform - uid: 44 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 373 - type: Transform - uid: 45 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 373 - type: Transform - uid: 46 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 373 - type: Transform - uid: 47 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 373 - type: Transform - uid: 48 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 373 - type: Transform - uid: 49 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 373 - type: Transform - uid: 50 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 373 - type: Transform - uid: 54 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 373 - type: Transform - uid: 55 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 373 - type: Transform - uid: 56 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 373 - type: Transform - uid: 57 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 373 - type: Transform - uid: 58 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 373 - type: Transform - uid: 59 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 373 - type: Transform - uid: 60 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 373 - type: Transform - uid: 61 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 373 - type: Transform - uid: 62 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 373 - type: Transform - uid: 63 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 373 - type: Transform - uid: 64 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 373 - type: Transform - uid: 68 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 373 - type: Transform - uid: 74 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 373 - type: Transform - uid: 75 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 373 - type: Transform - uid: 90 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 373 - type: Transform - proto: WallSolid entities: - uid: 10 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 373 - type: Transform - uid: 11 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 373 - type: Transform - uid: 29 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 373 - type: Transform - uid: 30 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 373 - type: Transform - uid: 31 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 373 - type: Transform - uid: 41 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 + parent: 373 +- proto: WarpPoint + entities: + - uid: 375 + components: + - type: Transform + pos: 0.5,-0.5 parent: 373 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WindoorSecureChemistryLocked entities: - uid: 66 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 373 - type: Transform - uid: 84 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,0.5 parent: 373 - type: Transform - proto: Window entities: - uid: 102 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 373 - type: Transform - uid: 103 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 373 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 52 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 373 - type: Transform - uid: 53 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 373 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml b/Resources/Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml index ea715e1f62..30329d8714 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml @@ -5,50 +5,51 @@ tilemap: 0: Space 7: FloorAsteroidSand 8: FloorAsteroidSandDug - 52: FloorGreenCircuit - 76: FloorShuttleBlue - 80: FloorShuttleWhite - 112: Lattice - 113: Plating + 55: FloorGreenCircuit + 82: FloorShuttleBlue + 86: FloorShuttleWhite + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 166 components: - type: MetaData - - parent: invalid - type: Transform - - chunks: + - type: Transform + parent: invalid + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAcQAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABcQAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABcQAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAcQAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACCAAAAAAABwAAAAACcQAAAAAANAAAAAAAUAAAAAAATAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAegAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABegAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABegAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAegAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACCAAAAAAABwAAAAACegAAAAAANwAAAAAAVgAAAAAAUgAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABcQAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAAcQAAAAAAUAAAAAAABwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABegAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAAegAAAAAAVgAAAAAABwAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: UAAAAAAAUAAAAAAAcQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAcQAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VgAAAAAAVgAAAAAAegAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -203,8 +204,8 @@ entities: 97: -0.35144168,3.8663392 98: 0.07043332,-3.7724159 99: -0.11706668,-3.7099159 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -270,7 +271,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -281,822 +281,791 @@ entities: entities: - uid: 93 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-1.5 parent: 166 - type: Transform - proto: APCBasic entities: - uid: 105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 166 - type: Transform - proto: AsteroidAltRock entities: - uid: 145 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 166 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 15 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 166 - type: Transform - uid: 20 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 166 - type: Transform - uid: 21 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 166 - type: Transform - uid: 27 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 166 - type: Transform - uid: 30 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 166 - type: Transform - uid: 38 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 166 - type: Transform - uid: 39 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 166 - type: Transform - uid: 44 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 166 - type: Transform - uid: 48 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 166 - type: Transform - uid: 49 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 166 - type: Transform - uid: 50 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 166 - type: Transform - uid: 53 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 166 - type: Transform - uid: 54 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 166 - type: Transform - uid: 55 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 166 - type: Transform - uid: 56 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 166 - type: Transform - uid: 57 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 166 - type: Transform - uid: 62 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 166 - type: Transform - uid: 73 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 166 - type: Transform - uid: 126 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 166 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 165 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 166 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 35 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 166 - type: Transform - proto: BlastDoorOpen entities: - uid: 148 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 166 - type: Transform - - links: + - type: DeviceLinkSink + links: - 153 - type: DeviceLinkSink - uid: 149 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 166 - type: Transform - - links: + - type: DeviceLinkSink + links: - 153 - type: DeviceLinkSink - uid: 150 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 166 - type: Transform - - links: + - type: DeviceLinkSink + links: - 153 - type: DeviceLinkSink - uid: 151 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 166 - type: Transform - - links: + - type: DeviceLinkSink + links: - 153 - type: DeviceLinkSink - uid: 152 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 166 - type: Transform - - links: + - type: DeviceLinkSink + links: - 153 - type: DeviceLinkSink - proto: BriefcaseBrown entities: - uid: 144 components: - - pos: 1.4458597,-5.346011 + - type: Transform + pos: 1.4458597,-5.346011 parent: 166 - type: Transform - proto: CableApcExtension entities: - uid: 98 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 166 - type: Transform - uid: 99 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 166 - type: Transform - uid: 103 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 166 - type: Transform - uid: 112 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 166 - type: Transform - uid: 113 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 166 - type: Transform - proto: CableHV entities: - uid: 115 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 166 - type: Transform - uid: 116 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 166 - type: Transform - uid: 117 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 166 - type: Transform - proto: CableMV entities: - uid: 96 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 166 - type: Transform - uid: 97 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 166 - type: Transform - uid: 100 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 166 - type: Transform - uid: 101 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 166 - type: Transform - uid: 102 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 166 - type: Transform - uid: 106 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 166 - type: Transform - uid: 107 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 166 - type: Transform - proto: ChairPilotSeat entities: - uid: 128 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,0.5 parent: 166 - type: Transform - uid: 129 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 166 - type: Transform - uid: 130 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 166 - type: Transform - uid: 131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 166 - type: Transform - uid: 132 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 166 - type: Transform - uid: 133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 166 - type: Transform - uid: 134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 166 - type: Transform - uid: 135 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 166 - type: Transform - uid: 136 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 166 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 139 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 166 - type: Transform - proto: ClosetFireFilled entities: - uid: 140 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 166 - type: Transform - proto: ClothingBackpackDuffel entities: - uid: 143 components: - - pos: -1.5541403,-5.330386 + - type: Transform + pos: -1.5541403,-5.330386 parent: 166 - type: Transform - proto: ClothingShoesCult entities: - uid: 159 components: - - pos: -3.6259656,2.5595093 + - type: Transform + pos: -3.6259656,2.5595093 parent: 166 - type: Transform - proto: ComputerBroken entities: - uid: 86 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 166 - type: Transform - proto: CultAltarSpawner entities: - uid: 92 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 166 - type: Transform - proto: FloodlightBroken entities: - uid: 164 components: - - pos: -6.4814186,-1.5171001 + - type: Transform + pos: -6.4814186,-1.5171001 parent: 166 - type: Transform - proto: GasCanisterBrokenBase entities: - uid: 94 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 166 - type: Transform - proto: GeneratorBasic entities: - uid: 124 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 166 - type: Transform - proto: Grille entities: - uid: 1 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 166 - type: Transform - uid: 2 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 166 - type: Transform - uid: 4 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 166 - type: Transform - uid: 5 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 166 - type: Transform - uid: 6 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 166 - type: Transform - uid: 10 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,2.5 parent: 166 - type: Transform - uid: 104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-6.5 parent: 166 - type: Transform - uid: 108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-6.5 parent: 166 - type: Transform - uid: 109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-6.5 parent: 166 - type: Transform - uid: 146 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 166 - type: Transform - uid: 147 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 166 - type: Transform - proto: GrilleBroken entities: - uid: 3 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 166 - type: Transform - uid: 7 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 166 - type: Transform - uid: 8 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 166 - type: Transform - uid: 9 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 166 - type: Transform - proto: MachineFrameDestroyed entities: - uid: 162 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 166 - type: Transform - proto: PlushieNar entities: - uid: 163 components: - - pos: 0.44543332,4.485278 + - type: Transform + pos: 0.44543332,4.485278 parent: 166 - type: Transform - proto: Poweredlight entities: - uid: 72 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 166 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: RandomArtifactSpawner entities: - uid: 123 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 166 - type: Transform - proto: RandomBoards entities: - uid: 167 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 166 - type: Transform - proto: RandomBox entities: - uid: 169 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 166 - type: Transform - proto: RandomItem entities: - uid: 65 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 166 - type: Transform - proto: RandomRockSpawner entities: - uid: 13 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 166 - type: Transform - uid: 14 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 166 - type: Transform - uid: 18 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 166 - type: Transform - uid: 19 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 166 - type: Transform - uid: 22 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 166 - type: Transform - uid: 23 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 166 - type: Transform - uid: 24 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 166 - type: Transform - uid: 25 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 166 - type: Transform - uid: 26 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 166 - type: Transform - uid: 28 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 166 - type: Transform - uid: 29 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 166 - type: Transform - uid: 31 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 166 - type: Transform - uid: 32 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 166 - type: Transform - uid: 34 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 166 - type: Transform - uid: 36 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 166 - type: Transform - uid: 37 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 166 - type: Transform - uid: 41 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 166 - type: Transform - uid: 42 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 166 - type: Transform - uid: 43 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 166 - type: Transform - uid: 45 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 166 - type: Transform - uid: 46 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 166 - type: Transform - uid: 47 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 166 - type: Transform - uid: 51 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 166 - type: Transform - uid: 52 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 166 - type: Transform - uid: 58 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 166 - type: Transform - uid: 59 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 166 - type: Transform - uid: 60 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 166 - type: Transform - uid: 61 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 166 - type: Transform - uid: 63 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 166 - type: Transform - uid: 64 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 166 - type: Transform - uid: 95 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 166 - type: Transform - uid: 127 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 166 - type: Transform - uid: 154 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 166 - type: Transform - uid: 168 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 166 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 125 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 166 - type: Transform - uid: 160 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 166 - type: Transform - proto: SalvageMobSpawner entities: - uid: 119 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 166 - type: Transform - uid: 120 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 166 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 121 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 166 - type: Transform - uid: 122 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 166 - type: Transform - proto: ShardGlass entities: - uid: 137 components: - - pos: -2.4603903,-5.434225 + - type: Transform + pos: -2.4603903,-5.434225 parent: 166 - type: Transform - uid: 156 components: - - pos: 0.9927347,-2.1686003 - parent: 166 - type: Transform -- proto: SheetPlasteel1 - entities: - - uid: 170 - components: - - rot: 3.141592653589793 rad - pos: -3.4611638,-7.5218415 - parent: 166 - type: Transform - - uid: 171 - components: - - rot: -1.5707963267948966 rad - pos: -3.544497,-7.177853 + - type: Transform + pos: 0.9927347,-2.1686003 parent: 166 - type: Transform - - uid: 172 - components: - - rot: 3.141592653589793 rad - pos: 2.6846697,-7.5635376 - parent: 166 - type: Transform - - uid: 173 - components: - - rot: 1.5707963267948966 rad - pos: 2.4763365,-7.511418 - parent: 166 - type: Transform - - uid: 174 - components: - - rot: -1.5707963267948966 rad - pos: 2.5700865,-7.188277 - parent: 166 - type: Transform - proto: ShuttleWindow entities: - uid: 68 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 166 - type: Transform - uid: 75 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 166 - type: Transform - uid: 77 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 166 - type: Transform - uid: 78 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 166 - type: Transform - uid: 79 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 166 - type: Transform - uid: 80 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 166 - type: Transform - uid: 87 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 166 - type: Transform - uid: 118 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 166 - type: Transform - proto: SignalButton entities: - uid: 153 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 166 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 149: - Pressed: Toggle 152: @@ -1107,188 +1076,211 @@ entities: - Pressed: Toggle 148: - Pressed: Toggle - type: DeviceLinkSource - proto: SpawnMobBearSalvage entities: - uid: 161 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 166 - type: Transform - proto: SubstationWallBasic entities: - uid: 114 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 166 - type: Transform - proto: Table entities: - uid: 85 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 166 - type: Transform - proto: TableFrame entities: - uid: 157 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 166 - type: Transform - uid: 158 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 166 - type: Transform - proto: TableGlass entities: - uid: 138 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 166 - type: Transform - uid: 141 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 166 - type: Transform - uid: 142 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 166 - type: Transform - uid: 155 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 + parent: 166 +- proto: Thruster + entities: + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 166 + - uid: 172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 parent: 166 - type: Transform - proto: WallCult entities: - uid: 16 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 166 - type: Transform - uid: 17 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 166 - type: Transform - uid: 33 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 166 - type: Transform - uid: 40 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 166 - type: Transform - proto: WallShuttle entities: - uid: 11 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 166 - type: Transform - uid: 66 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 166 - type: Transform - uid: 67 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 166 - type: Transform - uid: 69 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 166 - type: Transform - uid: 70 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 166 - type: Transform - uid: 71 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 166 - type: Transform - uid: 74 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 166 - type: Transform - uid: 76 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 166 - type: Transform - uid: 81 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 166 - type: Transform - uid: 82 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 166 - type: Transform - uid: 83 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 166 - type: Transform - proto: WallShuttleDiagonal entities: - uid: 12 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-6.5 parent: 166 - type: Transform - uid: 84 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-6.5 parent: 166 - type: Transform - uid: 110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-7.5 parent: 166 - type: Transform - uid: 111 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-7.5 parent: 166 - type: Transform +- proto: WarpPoint + entities: + - uid: 170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 166 + - type: WarpPoint + location: Space Debris - proto: WindowReinforcedDirectional entities: - uid: 88 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 166 - type: Transform - uid: 89 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 166 - type: Transform - uid: 90 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 166 - type: Transform - uid: 91 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 166 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-dock.yml b/Resources/Maps/Salvage/DeltaV/DV-med-dock.yml index fcbc868fb0..63a73be77e 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-dock.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-dock.yml @@ -5,47 +5,48 @@ tilemap: 0: Space 7: FloorAsteroidSand 11: FloorAsteroidTile - 112: Lattice - 113: Plating + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 50 components: - type: MetaData - - parent: invalid - type: Transform - - chunks: + - type: Transform + parent: invalid + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAcQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAACwAAAAAACwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAACwAAAAAACwAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAcQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAegAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: CwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -119,8 +120,8 @@ entities: 8: 0,2 9: -1,2 10: -2,2 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -162,7 +163,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -173,615 +173,616 @@ entities: entities: - uid: 23 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,6.5 parent: 50 - type: Transform - uid: 59 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,6.5 parent: 50 - type: Transform - proto: AlwaysPoweredLightExterior entities: - uid: 81 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-0.5 parent: 50 - type: Transform - proto: APCHyperCapacity entities: - uid: 25 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 50 - type: Transform - proto: AsteroidAltRock entities: - uid: 56 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 50 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 5 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 50 - type: Transform - uid: 15 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 50 - type: Transform - uid: 16 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 50 - type: Transform - uid: 17 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 50 - type: Transform - uid: 24 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 50 - type: Transform - uid: 32 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 50 - type: Transform - uid: 36 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 50 - type: Transform - uid: 51 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 50 - type: Transform - proto: Barricade entities: - uid: 11 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 50 - type: Transform - proto: Bed entities: - uid: 82 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 50 - type: Transform - proto: BedsheetIan entities: - uid: 80 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 50 - type: Transform - proto: CableApcExtension entities: - uid: 22 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 50 - type: Transform - uid: 43 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 50 - type: Transform - uid: 88 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 50 - type: Transform - uid: 89 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 50 - type: Transform - uid: 90 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 50 - type: Transform - uid: 91 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 50 - type: Transform - uid: 92 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 50 - type: Transform - uid: 93 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 50 - type: Transform - uid: 100 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 50 - type: Transform - uid: 101 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 50 - type: Transform - uid: 102 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 50 - type: Transform - proto: Catwalk entities: - uid: 61 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 50 - type: Transform - uid: 62 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 50 - type: Transform - uid: 63 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 50 - type: Transform - uid: 64 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 50 - type: Transform - uid: 65 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 50 - type: Transform - uid: 66 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 50 - type: Transform - uid: 67 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 50 - type: Transform - uid: 68 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 50 - type: Transform - uid: 69 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 50 - type: Transform - uid: 70 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 50 - type: Transform - proto: ClosetBombFilled entities: - uid: 58 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 50 - type: Transform - proto: CrateFilledSpawner entities: - uid: 76 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 50 - type: Transform - proto: DogBed entities: - uid: 86 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 50 - type: Transform - proto: ExplosivesSignMed entities: - uid: 104 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 50 - type: Transform - proto: Grille entities: - uid: 48 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 50 - type: Transform - uid: 49 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 50 - type: Transform - uid: 60 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 50 - type: Transform - proto: IngotGold entities: - uid: 10 components: - - pos: -4.457972,-0.41304487 + - type: Transform + pos: -4.457972,-0.41304487 parent: 50 - type: Transform - proto: LandMineExplosive entities: - uid: 3 components: - - pos: -1.5364733,-2.719489 + - type: Transform + pos: -1.5364733,-2.719489 parent: 50 - type: Transform - uid: 4 components: - - pos: -0.48959827,-3.703864 + - type: Transform + pos: -0.48959827,-3.703864 parent: 50 - type: Transform - proto: LockerBotanistLoot entities: - uid: 105 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 50 - type: Transform - uid: 120 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 50 - type: Transform - proto: LockerChemistryFilled entities: - uid: 77 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 50 - type: Transform - proto: PowerCellRecharger entities: - uid: 117 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 50 - type: Transform - proto: Rack entities: - uid: 83 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 50 - type: Transform - uid: 94 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 50 - type: Transform - proto: Railing entities: - uid: 107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,2.5 parent: 50 - type: Transform - uid: 108 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,2.5 parent: 50 - type: Transform - uid: 109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,2.5 parent: 50 - type: Transform - uid: 111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,1.5 parent: 50 - type: Transform - uid: 112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,0.5 parent: 50 - type: Transform - uid: 113 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-0.5 parent: 50 - type: Transform - uid: 118 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 50 - type: Transform - proto: RailingCorner entities: - uid: 110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,2.5 parent: 50 - type: Transform - proto: RandomBox entities: - uid: 121 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 50 - type: Transform - proto: RandomDrinkBottle entities: - uid: 116 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 50 - type: Transform - proto: RandomPosterContraband entities: - uid: 85 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 50 - type: Transform - proto: RandomRockSpawner entities: - uid: 1 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 50 - type: Transform - uid: 2 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 50 - type: Transform - uid: 6 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 50 - type: Transform - uid: 7 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 50 - type: Transform - uid: 8 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 50 - type: Transform - uid: 9 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 50 - type: Transform - uid: 12 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 50 - type: Transform - uid: 13 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 50 - type: Transform - uid: 14 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 50 - type: Transform - uid: 18 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 50 - type: Transform - uid: 19 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 50 - type: Transform - uid: 20 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 50 - type: Transform - uid: 21 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 50 - type: Transform - uid: 26 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 50 - type: Transform - uid: 27 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 50 - type: Transform - uid: 28 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 50 - type: Transform - uid: 29 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 50 - type: Transform - uid: 30 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 50 - type: Transform - uid: 31 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 50 - type: Transform - uid: 33 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 50 - type: Transform - uid: 34 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 50 - type: Transform - uid: 35 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 50 - type: Transform - uid: 52 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 50 - type: Transform - uid: 53 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 50 - type: Transform - uid: 54 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 50 - type: Transform - uid: 55 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 50 - type: Transform - uid: 57 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 50 - type: Transform - uid: 114 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 50 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 78 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 50 - type: Transform - uid: 79 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 + parent: 50 +- proto: SalvageLootSpawner + entities: + - uid: 119 + components: + - type: Transform + pos: -5.5,-2.5 parent: 50 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 75 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 50 - type: Transform - proto: SalvageMobSpawner entities: - uid: 71 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 50 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 73 components: - - pos: -0.5,1.5 - parent: 50 - type: Transform -- proto: SalvagePartsT3Spawner - entities: - - uid: 119 - components: - - pos: -5.5,-2.5 + - type: Transform + pos: -0.5,1.5 parent: 50 - type: Transform - proto: Shovel entities: - uid: 95 components: - - pos: -5.527382,-2.5339403 + - type: Transform + pos: -5.527382,-2.5339403 parent: 50 - type: Transform - proto: ShuttersNormal entities: - uid: 87 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 50 - type: Transform - - links: + - type: DeviceLinkSink + links: - 99 - type: DeviceLinkSink - uid: 96 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 50 - type: Transform - - links: + - type: DeviceLinkSink + links: - 99 - type: DeviceLinkSink - uid: 97 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 50 - type: Transform - - links: + - type: DeviceLinkSink + links: - 99 - type: DeviceLinkSink - uid: 98 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 50 - type: Transform - - links: + - type: DeviceLinkSink + links: - 99 - type: DeviceLinkSink - proto: SignalButton entities: - uid: 99 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 50 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 96: - Pressed: Toggle 97: @@ -790,97 +791,112 @@ entities: - Pressed: Toggle 87: - Pressed: Toggle - type: DeviceLinkSource - proto: SignMinerDock entities: - uid: 106 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 50 - type: Transform - proto: SpaceCash1000 entities: - uid: 115 components: - - pos: -4.4192514,-4.5524406 + - type: Transform + pos: -4.4192514,-4.5524406 parent: 50 - type: Transform - proto: SpaceTickSpawner entities: - uid: 72 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 50 - type: Transform - uid: 74 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 + parent: 50 + - uid: 123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 parent: 50 - type: Transform - proto: Table entities: - uid: 84 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 50 - type: Transform - proto: ToyNuke entities: - uid: 103 components: - - pos: -1.4901645,-4.7276487 + - type: Transform + pos: -1.4901645,-4.7276487 parent: 50 - type: Transform - proto: WallSolid entities: - uid: 37 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 50 - type: Transform - uid: 38 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 50 - type: Transform - uid: 39 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 50 - type: Transform - uid: 40 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 50 - type: Transform - uid: 41 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 50 - type: Transform - uid: 42 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 50 - type: Transform - uid: 44 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 50 - type: Transform - uid: 45 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 50 - type: Transform - uid: 46 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 50 - type: Transform - uid: 47 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 + parent: 50 +- proto: WarpPoint + entities: + - uid: 122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 parent: 50 - type: Transform + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-library.yml b/Resources/Maps/Salvage/DeltaV/DV-med-library.yml index 8584c4659b..aabeb5f761 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-library.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-library.yml @@ -5,51 +5,52 @@ tilemap: 0: Space 7: FloorAsteroidSand 8: FloorAsteroidSandDug - 17: FloorBrokenWood - 60: FloorLino - 72: FloorReinforced - 110: FloorWood - 113: Plating + 20: FloorBrokenWood + 63: FloorLino + 78: FloorReinforced + 119: FloorWood + 122: Plating entities: - proto: "" entities: - uid: 6 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAADbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACcQAAAAAAbgAAAAAAbgAAAAABbgAAAAADbgAAAAACbgAAAAABbgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACcQAAAAAAbgAAAAABbgAAAAAAbgAAAAABbgAAAAADbgAAAAAAbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAbgAAAAABbgAAAAAAbgAAAAABbgAAAAAAbgAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACcQAAAAAAbgAAAAABEQAAAAADbgAAAAACbgAAAAAAEQAAAAABbgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAbgAAAAAAbgAAAAAAbgAAAAACbgAAAAADbgAAAAAAbgAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACegAAAAAAdwAAAAABFAAAAAADdwAAAAACdwAAAAAAFAAAAAABdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAGbgAAAAACbgAAAAABbgAAAAADcQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAADbgAAAAADbgAAAAAAbgAAAAABcQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAABbgAAAAADbgAAAAABcQAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAADbgAAAAABbgAAAAAAEQAAAAAEcQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAADbgAAAAADbgAAAAACbgAAAAABcQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAGdwAAAAACdwAAAAABdwAAAAADegAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAADdwAAAAABdwAAAAAAFAAAAAAEegAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABegAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACcQAAAAAAbgAAAAAAcQAAAAAAcQAAAAAAbgAAAAACbgAAAAADbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABPAAAAAAAPAAAAAAAcQAAAAAAEQAAAAAGbgAAAAABbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABPAAAAAAAPAAAAAAAcQAAAAAAbgAAAAADbgAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABPAAAAAAAcQAAAAAAbgAAAAABbgAAAAAAEQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACBwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACegAAAAAAdwAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABPwAAAAAAPwAAAAAAegAAAAAAFAAAAAAGdwAAAAABdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABPwAAAAAAegAAAAAAdwAAAAABdwAAAAAAFAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: bgAAAAADbgAAAAABcQAAAAAAcQAAAAAAcQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAACcQAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAABcQAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAcQAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAACegAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAABegAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -168,1177 +169,1249 @@ entities: 48: -5.0458293,2.997136 49: -4.8583293,2.481511 50: -5.1552043,2.465886 - type: DecalGrid - type: OccluderTree - type: Shuttle - type: RadiationGridResistance - type: SpreaderGrid - type: GridPathfinding + - type: GridAtmosphere + version: 2 + data: + tiles: + -3,-2: + 0: 32768 + -3,-1: + 0: 8 + -2,-2: + 0: 65534 + -2,-1: + 0: 65535 + -2,-3: + 0: 57344 + -1,-3: + 0: 61440 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-3: + 0: 61440 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-2: + 0: 13105 + 1,-1: + 0: 13107 + -2,0: + 0: 61183 + -2,1: + 0: 238 + -1,0: + 0: 65535 + -1,1: + 0: 4095 + 0,0: + 0: 65535 + 0,1: + 0: 2047 + 1,0: + 0: 13107 + 1,1: + 0: 3 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay - proto: AlwaysPoweredLightLED entities: - uid: 112 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,2.5 parent: 6 - type: Transform - proto: AsteroidAltRock entities: - uid: 93 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 6 - type: Transform - uid: 95 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 6 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 3 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 6 - type: Transform - uid: 15 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 6 - type: Transform - uid: 18 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 6 - type: Transform - uid: 19 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 6 - type: Transform - uid: 21 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 6 - type: Transform - uid: 40 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 6 - type: Transform - uid: 41 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 6 - type: Transform - uid: 47 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 6 - type: Transform - uid: 48 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 6 - type: Transform - uid: 49 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 6 - type: Transform - uid: 50 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 6 - type: Transform - uid: 51 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 6 - type: Transform - uid: 52 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 6 - type: Transform - uid: 53 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 6 - type: Transform - uid: 55 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 6 - type: Transform - uid: 66 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 6 - type: Transform - uid: 73 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 6 - type: Transform - uid: 74 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 6 - type: Transform - uid: 75 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 6 - type: Transform - uid: 76 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 6 - type: Transform - uid: 79 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 6 - type: Transform - uid: 89 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 6 - type: Transform - uid: 94 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 6 - type: Transform - uid: 96 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 6 - type: Transform - uid: 97 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 6 - type: Transform - uid: 98 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 6 - type: Transform - uid: 116 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 6 - type: Transform - uid: 200 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 6 - type: Transform - proto: Barricade entities: - uid: 180 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 6 - type: Transform - proto: BookBotanicalTextbook entities: - uid: 167 components: - - pos: 0.5361669,1.6180582 + - type: Transform + pos: 0.5361669,1.6180582 parent: 6 - type: Transform - proto: BookChemistryInsane entities: - uid: 168 components: - - pos: 2.926792,-4.553817 + - type: Transform + pos: 2.926792,-4.553817 parent: 6 - type: Transform - proto: BookDemonomiconRandom entities: - uid: 172 components: - - pos: -5.5148144,2.5086832 + - type: Transform + pos: -5.5148144,2.5086832 parent: 6 - type: Transform - proto: BookDetective entities: - uid: 166 components: - - pos: -1.450138,2.177059 + - type: Transform + pos: -1.450138,2.177059 parent: 6 - type: Transform - proto: BookFishing entities: - uid: 165 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.463833,-3.7405434 parent: 6 - type: Transform - proto: BookGnominomicon entities: - uid: 169 components: - - pos: 0.41116697,1.5399332 + - type: Transform + pos: 0.41116697,1.5399332 parent: 6 - type: Transform - proto: Bookshelf entities: - uid: 10 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 6 - type: Transform - uid: 13 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 6 - type: Transform - uid: 16 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 6 - type: Transform - uid: 108 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 6 - type: Transform - uid: 114 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 6 - type: Transform - uid: 122 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 6 - type: Transform - uid: 123 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 6 - type: Transform - uid: 124 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 6 - type: Transform - proto: BookshelfFilled entities: - uid: 9 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 6 - type: Transform - uid: 12 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 6 - type: Transform - uid: 103 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 6 - type: Transform - uid: 105 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 6 - type: Transform - uid: 121 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 6 - type: Transform - uid: 125 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 6 - type: Transform - uid: 126 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 6 - type: Transform - proto: ButchCleaver entities: - uid: 189 components: - - pos: -4.660673,1.9099414 + - type: Transform + pos: -4.660673,1.9099414 parent: 6 - type: Transform - proto: Carpet entities: - uid: 141 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 6 - type: Transform - uid: 142 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 6 - type: Transform - uid: 143 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 6 - type: Transform - uid: 144 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 6 - type: Transform - uid: 145 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 6 - type: Transform - uid: 146 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 6 - type: Transform - proto: CarpetBlack entities: - uid: 147 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 6 - type: Transform - proto: CarpetGreen entities: - uid: 130 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 6 - type: Transform - uid: 139 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 6 - type: Transform - uid: 140 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 6 - type: Transform - proto: CarpetPink entities: - uid: 148 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 6 - type: Transform - uid: 149 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 6 - type: Transform - uid: 150 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 6 - type: Transform - uid: 151 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 6 - type: Transform - proto: CarpetPurple entities: - uid: 152 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 6 - type: Transform - uid: 153 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 6 - type: Transform - uid: 154 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 6 - type: Transform - uid: 155 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 6 - type: Transform - uid: 156 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 6 - type: Transform - proto: Chair entities: - uid: 192 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,6.5 parent: 6 - type: Transform - uid: 193 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,6.5 parent: 6 - type: Transform - proto: ClothingUniformJumpsuitLibrarian entities: - uid: 190 components: - - pos: 2.5754058,-3.5518227 + - type: Transform + pos: 2.5754058,-3.5518227 parent: 6 - type: Transform - proto: ComfyChair entities: - uid: 17 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 6 - type: Transform - uid: 56 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.5,-3.5 parent: 6 - type: Transform - uid: 183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 6 - type: Transform - proto: ComputerBroken entities: - uid: 136 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 6 - type: Transform - proto: DrinkDemonsBlood entities: - uid: 173 components: - - pos: -5.2023144,2.7743082 + - type: Transform + pos: -5.2023144,2.7743082 parent: 6 - type: Transform - proto: FloraRockSolid01 entities: - uid: 179 components: - - pos: 2.3672361,-8.490435 + - type: Transform + pos: 2.3672361,-8.490435 parent: 6 - type: Transform - proto: FloraRockSolid03 entities: - uid: 178 components: - - pos: -7.5639,-3.392085 + - type: Transform + pos: -7.5639,-3.392085 parent: 6 - type: Transform - proto: Grille entities: - uid: 22 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 6 - type: Transform - uid: 23 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 6 - type: Transform - uid: 24 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 6 - type: Transform - uid: 25 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 6 - type: Transform - uid: 26 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 6 - type: Transform - uid: 27 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 6 - type: Transform - uid: 29 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 6 - type: Transform - uid: 30 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 6 - type: Transform - uid: 31 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 6 - type: Transform - uid: 34 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 6 - type: Transform - uid: 44 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 6 - type: Transform - proto: HatSpawner entities: - uid: 205 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 6 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 129 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 6 - type: Transform - uid: 135 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 6 - type: Transform - proto: KitchenSpike entities: - uid: 171 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 6 - type: Transform - proto: LampGold entities: - uid: 117 components: - - pos: -4.485277,-4.2071934 + - type: Transform + pos: -4.485277,-4.2071934 parent: 6 - type: Transform - proto: LanternFlash entities: - uid: 202 components: - - pos: 0.46771288,2.5183086 + - type: Transform + pos: 0.46771288,2.5183086 parent: 6 - type: Transform - proto: MaterialWoodPlank entities: - uid: 157 components: - - pos: 3.428569,-4.409753 + - type: Transform + pos: 3.428569,-4.409753 parent: 6 - type: Transform - proto: MetalDoor entities: - uid: 109 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 6 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 197 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 6 - type: Transform - proto: Railing entities: - uid: 14 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 6 - type: Transform - uid: 32 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-8.5 parent: 6 - type: Transform - uid: 70 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 6 - type: Transform - uid: 184 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-8.5 parent: 6 - type: Transform - proto: RailingCorner entities: - uid: 33 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,-7.5 parent: 6 - type: Transform - uid: 35 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 6 - type: Transform - proto: RailingCornerSmall entities: - uid: 7 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-7.5 parent: 6 - type: Transform - uid: 63 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-8.5 parent: 6 - type: Transform - uid: 69 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-7.5 parent: 6 - type: Transform - uid: 71 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 6 - type: Transform - uid: 185 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 6 - type: Transform - uid: 186 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 6 - type: Transform - uid: 187 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-8.5 parent: 6 - type: Transform - uid: 188 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-8.5 parent: 6 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 113 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 6 - type: Transform - proto: RandomBook entities: - uid: 203 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 6 - type: Transform - proto: RandomDrinkBottle entities: - uid: 195 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 6 - type: Transform - proto: RandomItem entities: - uid: 204 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 6 - type: Transform - proto: RandomPosterContraband entities: - uid: 198 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 6 - type: Transform - uid: 199 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 6 - type: Transform - proto: RandomServiceCorpseSpawner entities: - uid: 201 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 6 - type: Transform - proto: ReinforcedWindow entities: - uid: 4 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 6 - type: Transform - uid: 36 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 6 - type: Transform - uid: 37 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 6 - type: Transform - uid: 38 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 6 - type: Transform - uid: 42 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 6 - type: Transform - uid: 54 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 6 - type: Transform - uid: 82 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 6 - type: Transform - uid: 83 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 6 - type: Transform - uid: 84 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 6 - type: Transform - uid: 90 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 6 - type: Transform - uid: 110 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 6 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 181 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 6 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 174 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 6 - type: Transform - uid: 175 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 6 - type: Transform - uid: 176 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 6 - type: Transform - uid: 177 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 6 - type: Transform - proto: SheetPlasteel entities: - uid: 196 components: - - pos: -1.496209,-3.4535725 + - type: Transform + pos: -1.496209,-3.4535725 parent: 6 - type: Transform - proto: SignDirectionalLibrary entities: - uid: 191 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-5.5 parent: 6 - type: Transform - proto: SignLibrary entities: - uid: 164 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 6 - type: Transform - proto: SmallLight entities: - uid: 111 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-2.5 parent: 6 - type: Transform - proto: StatueVenusBlue entities: - uid: 182 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 6 - type: Transform - proto: StatueVenusRed entities: - uid: 107 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 6 - type: Transform - proto: TableCarpet entities: - uid: 158 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 6 - type: Transform - uid: 159 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 6 - type: Transform - uid: 160 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 6 - type: Transform - uid: 161 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 6 - type: Transform - uid: 162 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 6 - type: Transform - proto: TableGlass entities: - uid: 194 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 6 - type: Transform - proto: TableReinforced entities: - uid: 170 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 6 - type: Transform - proto: TableWood entities: - uid: 11 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 6 - type: Transform - uid: 72 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 6 - type: Transform - proto: WallWood entities: - uid: 1 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 6 - type: Transform - uid: 2 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 6 - type: Transform - uid: 5 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 6 - type: Transform - uid: 8 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 6 - type: Transform - uid: 20 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 6 - type: Transform - uid: 28 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 6 - type: Transform - uid: 39 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 6 - type: Transform - uid: 43 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 6 - type: Transform - uid: 45 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 6 - type: Transform - uid: 46 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 6 - type: Transform - uid: 57 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 6 - type: Transform - uid: 58 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 6 - type: Transform - uid: 59 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 6 - type: Transform - uid: 60 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 6 - type: Transform - uid: 61 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 6 - type: Transform - uid: 62 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 6 - type: Transform - uid: 64 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 6 - type: Transform - uid: 65 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 6 - type: Transform - uid: 67 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 6 - type: Transform - uid: 68 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 6 - type: Transform - uid: 77 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 6 - type: Transform - uid: 78 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 6 - type: Transform - uid: 80 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 6 - type: Transform - uid: 81 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 6 - type: Transform - uid: 85 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 6 - type: Transform - uid: 86 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 6 - type: Transform - uid: 87 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 6 - type: Transform - uid: 88 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 6 - type: Transform - uid: 91 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 6 - type: Transform - uid: 92 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 6 - type: Transform - uid: 104 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 6 - type: Transform - uid: 118 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 6 - type: Transform - uid: 119 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 6 - type: Transform - uid: 120 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 6 - type: Transform - uid: 127 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 6 - type: Transform - uid: 128 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 + parent: 6 +- proto: WarpPoint + entities: + - uid: 206 + components: + - type: Transform + pos: -0.5,-1.5 parent: 6 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeldingFuelTankHighCapacity entities: - uid: 163 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 6 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,1.5 parent: 6 - type: Transform - uid: 101 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 6 - type: Transform - uid: 102 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 6 - type: Transform - uid: 115 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 6 - type: Transform - proto: WindowTintedDirectional entities: - uid: 131 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-4.5 parent: 6 - type: Transform - uid: 132 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-3.5 parent: 6 - type: Transform - uid: 133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-2.5 parent: 6 - type: Transform - uid: 134 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-2.5 parent: 6 - type: Transform - uid: 137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 6 - type: Transform - uid: 138 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-4.5 parent: 6 - type: Transform - proto: WoodDoor entities: - uid: 99 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 6 - type: Transform - uid: 106 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 6 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-pet-hospital.yml b/Resources/Maps/Salvage/DeltaV/DV-med-pet-hospital.yml index e392430a7f..12754de82c 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-pet-hospital.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-pet-hospital.yml @@ -3,53 +3,54 @@ meta: postmapinit: false tilemap: 0: Space - 38: FloorDirt - 69: FloorPlanetGrass - 72: FloorReinforced - 84: FloorSteel - 100: FloorWhite - 112: Lattice - 113: Plating + 41: FloorDirt + 75: FloorPlanetGrass + 78: FloorReinforced + 90: FloorSteel + 109: FloorWhite + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 289 components: - type: MetaData - - pos: -7,5.5 + - type: Transform + pos: -7,5.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAARQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABRQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAABRQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACRQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABSwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAABSwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAACSwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABSwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAABRQAAAAACRQAAAAADJgAAAAACJgAAAAAARQAAAAABRQAAAAABRQAAAAACRQAAAAABRQAAAAAARQAAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAARQAAAAAARQAAAAABRQAAAAABJgAAAAABJgAAAAAARQAAAAADRQAAAAAARQAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAZAAAAAACZAAAAAACZAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAZAAAAAADZAAAAAAAZAAAAAACZAAAAAABZAAAAAABZAAAAAADZAAAAAAAZAAAAAAAcQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAZAAAAAACZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAADZAAAAAACZAAAAAABZAAAAAABcQAAAAAAZAAAAAABZAAAAAACZAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAZAAAAAADZAAAAAADZAAAAAAAZAAAAAADZAAAAAACZAAAAAADZAAAAAAAZAAAAAABcQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAcQAAAAAARQAAAAABAAAAAAAAcQAAAAAAcQAAAAAAZAAAAAACcQAAAAAAZAAAAAABcQAAAAAAZAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAZAAAAAAAZAAAAAADcQAAAAAARQAAAAADAAAAAAAAZAAAAAABZAAAAAABZAAAAAADZAAAAAABZAAAAAACZAAAAAADZAAAAAAAZAAAAAACZAAAAAACZAAAAAADZAAAAAAAZAAAAAAAZAAAAAABcQAAAAAARQAAAAAAAAAAAAAAZAAAAAACZAAAAAABZAAAAAAAZAAAAAABZAAAAAACZAAAAAABZAAAAAAAZAAAAAACZAAAAAAAZAAAAAADZAAAAAABZAAAAAABZAAAAAABcQAAAAAARQAAAAACAAAAAAAAcQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAABZAAAAAACZAAAAAAAZAAAAAADZAAAAAAAZAAAAAACZAAAAAADZAAAAAAAZAAAAAAAcQAAAAAARQAAAAADAAAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAADVAAAAAADcQAAAAAAcQAAAAAARQAAAAAAAAAAAAAAcQAAAAAAVAAAAAADVAAAAAACcQAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAABcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAVAAAAAACVAAAAAADcQAAAAAAVAAAAAADVAAAAAACVAAAAAACVAAAAAABcQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAABSwAAAAACSwAAAAADKQAAAAACKQAAAAAASwAAAAABSwAAAAABSwAAAAACSwAAAAABSwAAAAAASwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAABSwAAAAABKQAAAAABKQAAAAAASwAAAAADSwAAAAAASwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAABbQAAAAABegAAAAAAbQAAAAABbQAAAAACbQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAASwAAAAABAAAAAAAAegAAAAAAegAAAAAAbQAAAAACegAAAAAAbQAAAAABegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAbQAAAAAAbQAAAAADegAAAAAASwAAAAADAAAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABTgAAAAAASwAAAAAAAAAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAABTgAAAAAASwAAAAACAAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAAATgAAAAAASwAAAAADAAAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAASwAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: RQAAAAABRQAAAAACRQAAAAABRQAAAAAARQAAAAABRQAAAAADRQAAAAADRQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: SwAAAAABSwAAAAACSwAAAAABSwAAAAAASwAAAAABSwAAAAADSwAAAAADSwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -304,8 +305,8 @@ entities: 137: 5.3495636,-3.103198 138: 5.7089386,-3.196948 139: 5.1151886,-3.353198 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-2: @@ -375,7 +376,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -386,495 +386,496 @@ entities: entities: - uid: 14 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 289 - type: Transform - uid: 96 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 289 - type: Transform - uid: 97 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 289 - type: Transform - proto: AirlockMaintMedLocked entities: - uid: 102 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 289 - type: Transform - proto: AirlockMedicalGlassLocked entities: - uid: 98 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 289 - type: Transform - uid: 99 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 289 - type: Transform - uid: 100 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 289 - type: Transform - uid: 101 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 289 - type: Transform - proto: APCBasic entities: - uid: 145 components: - - name: bear outpost APC - type: MetaData - - pos: 2.5,-3.5 + - type: MetaData + name: bear outpost APC + - type: Transform + pos: 2.5,-3.5 parent: 289 - type: Transform - proto: BlastDoor entities: - uid: 80 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 289 - type: Transform - uid: 81 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 289 - type: Transform - proto: BoxFolderWhite entities: - uid: 127 components: - - pos: 3.516501,-9.026169 + - type: Transform + pos: 3.516501,-9.026169 parent: 289 - type: Transform - proto: BoxMouthSwab entities: - uid: 124 components: - - pos: 11.634314,-11.536985 + - type: Transform + pos: 11.634314,-11.536985 parent: 289 - type: Transform - proto: BoxSyringe entities: - uid: 205 components: - - pos: 11.097885,-11.513845 + - type: Transform + pos: 11.097885,-11.513845 parent: 289 - type: Transform - proto: CableApcExtension entities: - uid: 143 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 289 - type: Transform - uid: 144 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 289 - type: Transform - uid: 146 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 289 - type: Transform - uid: 147 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 289 - type: Transform - uid: 148 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 289 - type: Transform - uid: 149 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 289 - type: Transform - uid: 150 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 289 - type: Transform - uid: 151 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 289 - type: Transform - uid: 152 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 289 - type: Transform - uid: 153 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 289 - type: Transform - uid: 154 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 289 - type: Transform - uid: 155 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 289 - type: Transform - uid: 156 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 289 - type: Transform - uid: 157 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 289 - type: Transform - uid: 158 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 289 - type: Transform - uid: 159 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 289 - type: Transform - uid: 160 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 289 - type: Transform - uid: 161 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 289 - type: Transform - uid: 162 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 289 - type: Transform - uid: 163 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 289 - type: Transform - uid: 164 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 289 - type: Transform - uid: 165 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 289 - type: Transform - uid: 166 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 289 - type: Transform - uid: 167 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 289 - type: Transform - uid: 168 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 289 - type: Transform - uid: 169 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 289 - type: Transform - uid: 170 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 289 - type: Transform - uid: 171 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 289 - type: Transform - uid: 172 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 289 - type: Transform - uid: 173 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 289 - type: Transform - uid: 238 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 289 - type: Transform - uid: 239 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 289 - type: Transform - uid: 240 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 289 - type: Transform - uid: 241 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 289 - type: Transform - uid: 242 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 289 - type: Transform - uid: 243 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 289 - type: Transform - uid: 244 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 289 - type: Transform - uid: 245 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 289 - type: Transform - uid: 246 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 289 - type: Transform - uid: 247 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 289 - type: Transform - uid: 248 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 289 - type: Transform - uid: 249 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 289 - type: Transform - uid: 256 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 289 - type: Transform - uid: 257 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 289 - type: Transform - uid: 258 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 289 - type: Transform - uid: 259 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 289 - type: Transform - proto: CableHV entities: - uid: 224 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 289 - type: Transform - uid: 225 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 289 - type: Transform - uid: 226 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 289 - type: Transform - proto: CableMV entities: - uid: 220 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 289 - type: Transform - uid: 221 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 289 - type: Transform - uid: 222 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 289 - type: Transform - uid: 223 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 289 - type: Transform - proto: Catwalk entities: - uid: 138 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 289 - type: Transform - uid: 139 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 289 - type: Transform - uid: 199 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 289 - type: Transform - uid: 200 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 289 - type: Transform - uid: 265 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 289 - type: Transform - uid: 266 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 289 - type: Transform - uid: 267 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 289 - type: Transform - uid: 268 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 289 - type: Transform - uid: 269 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 289 - type: Transform - proto: Chair entities: - uid: 218 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 289 - type: Transform - uid: 260 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 289 - type: Transform - uid: 261 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 8.5,-10.5 parent: 289 - type: Transform - uid: 262 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 7.5,-10.5 parent: 289 - type: Transform - uid: 263 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-10.5 parent: 289 - type: Transform - proto: ChairFolding entities: - uid: 287 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-9.5 parent: 289 - type: Transform - uid: 288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-8.5 parent: 289 - type: Transform - proto: ChairOfficeLight entities: - uid: 264 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 289 - type: Transform - proto: ClothingBackpackDuffelSurgeryFilled entities: - uid: 204 components: - - pos: 10.55101,-11.37322 + - type: Transform + pos: 10.55101,-11.37322 parent: 289 - type: Transform - proto: ClothingHeadHatSurgcapPurple entities: - uid: 278 components: - - pos: 6.5878654,-2.6454568 + - type: Transform + pos: 6.5878654,-2.6454568 parent: 289 - type: Transform - proto: computerBodyScanner entities: - uid: 271 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 289 - type: Transform - proto: ComputerCrewMonitoring entities: - uid: 286 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 289 - type: Transform - proto: CrateChemistrySecure entities: - uid: 295 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 289 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 293.1496 @@ -891,8 +892,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -902,1260 +903,1258 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: CrateLivestock entities: - uid: 300 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 289 - type: Transform - uid: 301 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 289 - type: Transform - uid: 302 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 289 - type: Transform - proto: CrateSurgery entities: - uid: 273 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 289 - type: Transform - proto: CrewMonitoringServerMachineCircuitboard entities: - uid: 285 components: - - pos: 11.494615,-10.515447 + - type: Transform + pos: 11.494615,-10.515447 parent: 289 - type: Transform - proto: EmergencyRollerBed entities: - uid: 280 components: - - pos: 8.489622,-4.299755 + - type: Transform + pos: 8.489622,-4.299755 parent: 289 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 93 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 289 - type: Transform - uid: 94 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 289 - type: Transform - uid: 95 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 289 - type: Transform - proto: Firelock entities: - uid: 206 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 289 - type: Transform - uid: 207 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 289 - type: Transform - uid: 208 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 289 - type: Transform - uid: 209 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 289 - type: Transform - uid: 210 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 289 - type: Transform - uid: 211 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 289 - type: Transform - proto: GeneratorRTG entities: - uid: 142 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 289 - type: Transform - proto: Grille entities: - uid: 15 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 289 - type: Transform - uid: 20 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 289 - type: Transform - uid: 21 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 289 - type: Transform - uid: 23 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 289 - type: Transform - uid: 30 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 289 - type: Transform - uid: 42 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 289 - type: Transform - uid: 43 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 289 - type: Transform - uid: 54 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 289 - type: Transform - uid: 55 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 289 - type: Transform - uid: 56 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 289 - type: Transform - proto: IngotGold1 entities: - uid: 126 components: - - pos: 9.302135,-1.5349226 + - type: Transform + pos: 9.302135,-1.5349226 parent: 289 - type: Transform - uid: 178 components: - - pos: 9.63026,-1.5505476 + - type: Transform + pos: 9.63026,-1.5505476 parent: 289 - type: Transform - uid: 179 components: - - pos: 9.28651,-1.7536726 + - type: Transform + pos: 9.28651,-1.7536726 parent: 289 - type: Transform - uid: 181 components: - - pos: 9.63026,-1.3317976 + - type: Transform + pos: 9.63026,-1.3317976 parent: 289 - type: Transform - uid: 182 components: - - pos: 9.56776,-1.7536726 + - type: Transform + pos: 9.56776,-1.7536726 parent: 289 - type: Transform - uid: 184 components: - - pos: 9.38026,-1.3005476 + - type: Transform + pos: 9.38026,-1.3005476 parent: 289 - type: Transform - proto: Jug entities: - uid: 296 components: - - flags: InContainer - type: MetaData - - parent: 295 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 295 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: Lamp entities: - uid: 86 components: - - pos: 3.5357494,-8.260544 + - type: Transform + pos: 3.5357494,-8.260544 parent: 289 - type: Transform - proto: MaterialDiamond entities: - uid: 128 components: - - pos: 9.47401,-2.1911726 + - type: Transform + pos: 9.47401,-2.1911726 parent: 289 - type: Transform - proto: MedicalTechFab entities: - uid: 111 components: - - pos: 12.5,-11.5 + - type: Transform + pos: 12.5,-11.5 parent: 289 - type: Transform - proto: MedkitAdvancedFilled entities: - uid: 282 components: - - pos: 7.487108,-2.7155042 + - type: Transform + pos: 7.487108,-2.7155042 parent: 289 - type: Transform - proto: MedkitBruteFilled entities: - uid: 117 components: - - pos: 10.603064,-10.716812 + - type: Transform + pos: 10.603064,-10.716812 parent: 289 - type: Transform - proto: MedkitBurnFilled entities: - uid: 116 components: - - pos: 10.540564,-10.248062 + - type: Transform + pos: 10.540564,-10.248062 parent: 289 - type: Transform - proto: MedkitFilled entities: - uid: 115 components: - - pos: 10.587439,-9.794937 + - type: Transform + pos: 10.587439,-9.794937 parent: 289 - type: Transform - proto: MedkitOxygenFilled entities: - uid: 113 components: - - pos: 10.509314,-8.982437 + - type: Transform + pos: 10.509314,-8.982437 parent: 289 - type: Transform - proto: MedkitRadiationFilled entities: - uid: 112 components: - - pos: 10.493689,-8.544937 + - type: Transform + pos: 10.493689,-8.544937 parent: 289 - type: Transform - proto: MedkitToxinFilled entities: - uid: 114 components: - - pos: 10.556189,-9.373062 + - type: Transform + pos: 10.556189,-9.373062 parent: 289 - type: Transform - proto: OmnizineChemistryBottle entities: - uid: 140 components: - - pos: 9.681308,-2.5229235 + - type: Transform + pos: 9.681308,-2.5229235 parent: 289 - type: Transform - proto: OperatingTable entities: - uid: 270 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 289 - type: Transform - proto: Paper entities: - uid: 87 components: - - pos: 3.2538629,-9.353822 + - type: Transform + pos: 3.2538629,-9.353822 parent: 289 - type: Transform - uid: 88 components: - - pos: 3.4101129,-9.416322 + - type: Transform + pos: 3.4101129,-9.416322 parent: 289 - type: Transform - uid: 89 components: - - pos: 3.3476129,-9.588197 + - type: Transform + pos: 3.3476129,-9.588197 parent: 289 - type: Transform - uid: 90 components: - - pos: 3.6601129,-9.447572 + - type: Transform + pos: 3.6601129,-9.447572 parent: 289 - type: Transform - proto: Pen entities: - uid: 91 components: - - pos: 2.0819879,-9.478822 + - type: Transform + pos: 2.0819879,-9.478822 parent: 289 - type: Transform - proto: PersonalAI entities: - uid: 125 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.4817362,-9.476541 + - type: Transform + pos: 2.4817362,-9.476541 parent: 289 - type: Transform - proto: PhoneInstrument entities: - uid: 92 components: - - pos: 1.5194879,-9.447572 + - type: Transform + pos: 1.5194879,-9.447572 parent: 289 - type: Transform - proto: PlushieSpaceLizard entities: - uid: 135 components: - - pos: 8.5167885,-8.516763 + - type: Transform + pos: 8.5167885,-8.516763 parent: 289 - type: Transform - proto: PosterLegitNanotrasenLogo entities: - uid: 281 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 289 - type: Transform - proto: PosterLegitSafetyInternals entities: - uid: 129 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 289 - type: Transform - proto: Poweredlight entities: - uid: 227 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 228 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 229 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-6.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-7.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 250 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-2.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 251 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 252 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,-9.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 253 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-9.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredlightExterior + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior entities: - uid: 235 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 14.5,-7.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 237 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightSodium entities: - uid: 232 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 289 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: RandomAnimalSpawner entities: - uid: 212 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 289 - type: Transform - proto: RandomMedicCorpseSpawner entities: - uid: 254 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 289 - type: Transform - uid: 291 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 289 - type: Transform - uid: 293 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 289 - type: Transform - uid: 294 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 289 - type: Transform - proto: RandomSpawner entities: - uid: 130 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 289 - type: Transform - uid: 131 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 289 - type: Transform - uid: 132 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 289 - type: Transform - uid: 133 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 289 - type: Transform - uid: 134 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 289 - type: Transform - proto: ReinforcedWindow entities: - uid: 22 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 289 - type: Transform - uid: 33 components: - - pos: 13.5,-4.5 + - type: Transform + pos: 13.5,-4.5 parent: 289 - type: Transform - uid: 34 components: - - pos: 13.5,-6.5 + - type: Transform + pos: 13.5,-6.5 parent: 289 - type: Transform - uid: 68 components: - - pos: 13.5,-5.5 + - type: Transform + pos: 13.5,-5.5 parent: 289 - type: Transform - uid: 69 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 289 - type: Transform - uid: 110 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 289 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 198 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 289 - type: Transform - uid: 298 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 289 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 299 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 289 - type: Transform - proto: SawAdvanced entities: - uid: 277 components: - - pos: 4.5878654,-1.6454568 + - type: Transform + pos: 4.5878654,-1.6454568 parent: 289 - type: Transform - proto: ScalpelLaser entities: - uid: 276 components: - - pos: 4.50167,-2.3962312 + - type: Transform + pos: 4.50167,-2.3962312 parent: 289 - type: Transform - proto: SignDangerMed entities: - uid: 236 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 289 - type: Transform - proto: SignDirectionalMed entities: - uid: 118 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-11.5 parent: 289 - type: Transform - proto: SignElectricalMed entities: - uid: 233 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 289 - type: Transform - proto: SignMedical entities: - uid: 234 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 289 - type: Transform - proto: SignNosmoking entities: - uid: 255 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 289 - type: Transform - proto: SignSurgery entities: - uid: 272 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 289 - type: Transform - proto: SinkWide entities: - uid: 120 components: - - pos: 1.5093136,-1.1307354 + - type: Transform + pos: 1.5093136,-1.1307354 parent: 289 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 137 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 289 - type: Transform - uid: 141 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 289 - type: Transform - uid: 174 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 289 - type: Transform - uid: 175 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 289 - type: Transform - uid: 176 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 289 - type: Transform - proto: SpawnMobCatBingus entities: - uid: 290 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 289 - type: Transform - proto: SpawnMobCatFloppa entities: - uid: 279 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 289 - type: Transform - proto: SpawnMobCrab entities: - uid: 215 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 289 - type: Transform - proto: SpawnMobFrog entities: - uid: 216 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 289 - type: Transform - proto: SpawnMobKangarooSalvage entities: - uid: 292 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 289 - type: Transform - proto: SpawnMobLizard entities: - uid: 214 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 289 - type: Transform - proto: SpawnMobMedibot entities: - uid: 213 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 289 - type: Transform - proto: StrangePill entities: - uid: 297 components: - - name: pill - type: MetaData - - pos: 0.33870316,-6.5822144 + - type: MetaData + name: pill + - type: Transform + pos: 0.33870316,-6.5822144 parent: 289 - type: Transform - proto: SubstationWallBasic entities: - uid: 219 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 289 - type: Transform - proto: SyringeEphedrine entities: - uid: 197 components: - - pos: 0.6916356,-6.6075954 + - type: Transform + pos: 0.6916356,-6.6075954 parent: 289 - type: Transform - proto: SyringeTranexamicAcid entities: - uid: 196 components: - - pos: 0.3166356,-6.2482204 + - type: Transform + pos: 0.3166356,-6.2482204 parent: 289 - type: Transform - proto: TableGlass entities: - uid: 123 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 289 - type: Transform - uid: 274 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 289 - type: Transform - uid: 275 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 289 - type: Transform - proto: TableReinforced entities: - uid: 82 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 289 - type: Transform - uid: 83 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 289 - type: Transform - uid: 84 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 289 - type: Transform - uid: 85 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 289 - type: Transform - uid: 105 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 289 - type: Transform - uid: 106 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 289 - type: Transform - uid: 107 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 289 - type: Transform - uid: 108 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 289 - type: Transform - uid: 109 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 289 - type: Transform - proto: TableReinforcedGlass entities: - uid: 177 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 289 - type: Transform - uid: 180 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 289 - type: Transform - uid: 183 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 289 - type: Transform - proto: ToiletDirtyWater entities: - uid: 121 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-2.5 parent: 289 - type: Transform - proto: Vaccinator entities: - uid: 195 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 289 - type: Transform - proto: VendingMachineCoffee entities: - uid: 136 components: - - flags: SessionSpecific - type: MetaData - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 289 - type: Transform - proto: VendingMachineMedical entities: - uid: 119 components: - - flags: SessionSpecific - type: MetaData - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 289 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 289 - type: Transform - uid: 3 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 289 - type: Transform - uid: 39 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 289 - type: Transform - uid: 45 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 289 - type: Transform - uid: 46 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 289 - type: Transform - uid: 47 components: - - pos: 11.5,-12.5 + - type: Transform + pos: 11.5,-12.5 parent: 289 - type: Transform - uid: 48 components: - - pos: 12.5,-12.5 + - type: Transform + pos: 12.5,-12.5 parent: 289 - type: Transform - uid: 49 components: - - pos: 13.5,-12.5 + - type: Transform + pos: 13.5,-12.5 parent: 289 - type: Transform - uid: 50 components: - - pos: 13.5,-11.5 + - type: Transform + pos: 13.5,-11.5 parent: 289 - type: Transform - uid: 51 components: - - pos: 13.5,-10.5 + - type: Transform + pos: 13.5,-10.5 parent: 289 - type: Transform - uid: 52 components: - - pos: 13.5,-9.5 + - type: Transform + pos: 13.5,-9.5 parent: 289 - type: Transform - uid: 53 components: - - pos: 13.5,-8.5 + - type: Transform + pos: 13.5,-8.5 parent: 289 - type: Transform - uid: 70 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 289 - type: Transform - uid: 71 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 289 - type: Transform - uid: 72 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 289 - type: Transform - uid: 73 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 289 - type: Transform - uid: 74 components: - - pos: 13.5,-7.5 + - type: Transform + pos: 13.5,-7.5 parent: 289 - type: Transform - uid: 75 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 289 - type: Transform - uid: 76 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 289 - type: Transform - uid: 77 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 289 - type: Transform - proto: WallRiveted entities: - uid: 31 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 289 - type: Transform - uid: 32 components: - - pos: 14.5,-1.5 + - type: Transform + pos: 14.5,-1.5 parent: 289 - type: Transform - uid: 35 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 289 - type: Transform - uid: 57 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 289 - type: Transform - uid: 58 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 289 - type: Transform - uid: 59 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 289 - type: Transform - uid: 60 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 289 - type: Transform - uid: 61 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 289 - type: Transform - uid: 62 components: - - pos: 14.5,-2.5 + - type: Transform + pos: 14.5,-2.5 parent: 289 - type: Transform - uid: 63 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 289 - type: Transform - uid: 64 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 289 - type: Transform - uid: 65 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 289 - type: Transform - uid: 78 components: - - pos: 14.5,-0.5 + - type: Transform + pos: 14.5,-0.5 parent: 289 - type: Transform - uid: 79 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 289 - type: Transform - uid: 185 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 289 - type: Transform - uid: 186 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 289 - type: Transform - uid: 187 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 289 - type: Transform - uid: 188 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 289 - type: Transform - uid: 189 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 289 - type: Transform - uid: 190 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 289 - type: Transform - uid: 191 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 289 - type: Transform - uid: 192 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 289 - type: Transform - uid: 193 components: - - pos: 10.5,-0.5 + - type: Transform + pos: 10.5,-0.5 parent: 289 - type: Transform - uid: 194 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 289 - type: Transform - proto: WallSolid entities: - uid: 2 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 289 - type: Transform - uid: 4 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 289 - type: Transform - uid: 5 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 289 - type: Transform - uid: 6 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 289 - type: Transform - uid: 7 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 289 - type: Transform - uid: 8 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 289 - type: Transform - uid: 9 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 289 - type: Transform - uid: 10 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 289 - type: Transform - uid: 11 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 289 - type: Transform - uid: 12 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 289 - type: Transform - uid: 13 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 289 - type: Transform - uid: 16 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 289 - type: Transform - uid: 17 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 289 - type: Transform - uid: 18 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 289 - type: Transform - uid: 19 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 289 - type: Transform - uid: 24 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 289 - type: Transform - uid: 25 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 289 - type: Transform - uid: 26 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 289 - type: Transform - uid: 27 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 289 - type: Transform - uid: 28 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 289 - type: Transform - uid: 29 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 289 - type: Transform - uid: 36 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 289 - type: Transform - uid: 37 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 289 - type: Transform - uid: 38 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 289 - type: Transform - uid: 44 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 289 - type: Transform - uid: 66 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 289 - type: Transform - uid: 67 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 289 - type: Transform +- proto: WarpPoint + entities: + - uid: 303 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 289 + - type: WarpPoint + location: Space Debris - proto: WeldingFuelTankFull entities: - uid: 122 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 289 - type: Transform - proto: Windoor entities: - uid: 103 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 11.5,-7.5 parent: 289 - type: Transform - uid: 104 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 12.5,-7.5 parent: 289 - type: Transform - proto: Window entities: - uid: 40 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 289 - type: Transform - uid: 41 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 289 - type: Transform - uid: 283 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 289 - type: Transform - uid: 284 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 289 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 201 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 289 - type: Transform - uid: 202 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-9.5 parent: 289 - type: Transform - uid: 203 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-8.5 parent: 289 - type: Transform - uid: 217 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 289 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-pirate.yml b/Resources/Maps/Salvage/DeltaV/DV-med-pirate.yml index 44fee19e8e..8df36398d0 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-pirate.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-pirate.yml @@ -3,52 +3,53 @@ meta: postmapinit: false tilemap: 0: Space - 17: FloorBrokenWood - 89: FloorSteelDirty - 110: FloorWood - 111: FloorWoodTile - 112: Lattice - 113: Plating + 20: FloorBrokenWood + 97: FloorSteelDirty + 119: FloorWood + 120: FloorWoodTile + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 52 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbgAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAbwAAAAAAEQAAAAAFcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAbgAAAAABbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAbwAAAAADbgAAAAACbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbwAAAAACbgAAAAADbgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbwAAAAABEQAAAAAEbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbwAAAAABbgAAAAABbgAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAFAAAAAAFeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAABdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAADdwAAAAACdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeAAAAAACdwAAAAADdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeAAAAAABFAAAAAAEdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeAAAAAABdwAAAAABdwAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAFcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAADEQAAAAACbgAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAADcQAAAAAAEQAAAAACbwAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAABbgAAAAADEQAAAAADbwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAADbgAAAAADbgAAAAACbgAAAAADbwAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAACbgAAAAABbgAAAAADbwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAAAbgAAAAACbgAAAAACbwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAFegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAADFAAAAAACdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAADegAAAAAAFAAAAAACeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAABdwAAAAADFAAAAAADeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAADeAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAACeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: EQAAAAAFbgAAAAADEQAAAAAGbgAAAAACbwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAADcQAAAAAAcQAAAAAAbwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAAAbgAAAAACcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAACbgAAAAABcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: FAAAAAAFdwAAAAADFAAAAAAGdwAAAAACeAAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAADegAAAAAAegAAAAAAeAAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAbwAAAAAAbgAAAAABbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeAAAAAAAdwAAAAABdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAYQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -73,8 +74,8 @@ entities: 4: -2,-2 5: -2,-1 6: -2,0 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -120,7 +121,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: GridPathfinding @@ -131,826 +131,836 @@ entities: entities: - uid: 99 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 52 - type: Transform - proto: Barricade entities: - uid: 144 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 52 - type: Transform - uid: 145 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 52 - type: Transform - proto: CableApcExtension entities: - uid: 58 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 52 - type: Transform - uid: 101 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 52 - type: Transform - uid: 102 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 52 - type: Transform - uid: 103 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 52 - type: Transform - uid: 108 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 52 - type: Transform - uid: 109 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 52 - type: Transform - uid: 110 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 52 - type: Transform - uid: 111 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 52 - type: Transform - uid: 112 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 52 - type: Transform - uid: 113 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 52 - type: Transform - uid: 114 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 52 - type: Transform - uid: 115 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 52 - type: Transform - uid: 116 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 52 - type: Transform - uid: 117 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 52 - type: Transform - uid: 118 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 52 - type: Transform - uid: 119 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 52 - type: Transform - uid: 120 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 52 - type: Transform - uid: 121 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 52 - type: Transform - uid: 122 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 52 - type: Transform - uid: 123 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 52 - type: Transform - uid: 124 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 52 - type: Transform - uid: 125 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 52 - type: Transform - uid: 126 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 52 - type: Transform - uid: 127 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 52 - type: Transform - uid: 128 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 52 - type: Transform - proto: CableHV entities: - uid: 24 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 52 - type: Transform - uid: 26 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 52 - type: Transform - uid: 135 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 52 - type: Transform - proto: CableMV entities: - uid: 100 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 52 - type: Transform - uid: 104 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 52 - type: Transform - uid: 105 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 52 - type: Transform - uid: 106 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 52 - type: Transform - uid: 107 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 52 - type: Transform - proto: ChairWood entities: - uid: 8 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 52 - type: Transform - uid: 17 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 52 - type: Transform - uid: 19 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 52 - type: Transform - uid: 27 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 52 - type: Transform - uid: 28 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 52 - type: Transform - uid: 29 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 52 - type: Transform - uid: 39 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,-1.5 parent: 52 - type: Transform - proto: ClothingEyesEyepatch entities: - uid: 92 components: - - pos: -0.45799494,-2.3092217 + - type: Transform + pos: -0.45799494,-2.3092217 parent: 52 - type: Transform - proto: ClothingHeadHatPirate entities: - uid: 72 components: - - pos: 0.52966046,-0.47381306 + - type: Transform + pos: 0.52966046,-0.47381306 parent: 52 - type: Transform - proto: ClothingHeadHatPirateTricord entities: - uid: 15 components: - - pos: 1.345557,3.7402463 + - type: Transform + pos: 1.345557,3.7402463 parent: 52 - type: Transform - proto: ClothingNeckBling entities: - uid: 67 components: - - pos: 1.4993628,-3.1426823 + - type: Transform + pos: 1.4993628,-3.1426823 parent: 52 - type: Transform - proto: ClothingOuterCoatPirate entities: - uid: 73 components: - - pos: 1.1702855,-0.55193806 + - type: Transform + pos: 1.1702855,-0.55193806 parent: 52 - type: Transform - proto: ClothingUniformJumpsuitPirate entities: - uid: 37 components: - - pos: 1.611182,3.496825 + - type: Transform + pos: 1.611182,3.496825 parent: 52 - type: Transform - proto: CrateFunPirate entities: - uid: 35 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 52 - type: Transform -- proto: DrinkGoldschlagerBottleFull +- proto: DrinkGildlagerBottleFull entities: - uid: 2 components: - - pos: 1.0845438,-2.1036394 + - type: Transform + pos: 1.0845438,-2.1036394 parent: 52 - type: Transform - uid: 54 components: - - pos: 1.4439188,-1.6661394 + - type: Transform + pos: 1.4439188,-1.6661394 parent: 52 - type: Transform - proto: DrinkGrogGlass entities: - uid: 40 components: - - pos: 2.624363,-2.4551823 + - type: Transform + pos: 2.624363,-2.4551823 parent: 52 - type: Transform - uid: 66 components: - - pos: 0.05393684,-2.4239323 + - type: Transform + pos: 0.05393684,-2.4239323 parent: 52 - type: Transform - uid: 89 components: - - pos: -0.5627491,-1.3523273 + - type: Transform + pos: -0.5627491,-1.3523273 parent: 52 - type: Transform - proto: DrinkShinyFlask entities: - uid: 86 components: - - pos: -0.042627335,-1.4742832 + - type: Transform + pos: -0.042627335,-1.4742832 parent: 52 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: DeadRum Quantity: 20 - type: SolutionContainerManager - proto: FoodCakeLemon entities: - uid: 82 components: - - pos: 0.8274878,-3.2208073 + - type: Transform + pos: 0.8274878,-3.2208073 parent: 52 - type: Transform - proto: GeneratorBasic entities: - uid: 136 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 52 - type: Transform - proto: GoldOre1 entities: - uid: 1 components: - - pos: -0.21694303,2.57495 + - type: Transform + pos: -0.21694303,2.57495 parent: 52 - type: Transform - uid: 4 components: - - pos: -0.37319303,2.465575 + - type: Transform + pos: -0.37319303,2.465575 parent: 52 - type: Transform - uid: 5 components: - - pos: 2.423682,2.621825 + - type: Transform + pos: 2.423682,2.621825 parent: 52 - type: Transform - uid: 6 components: - - pos: -0.607568,2.778075 + - type: Transform + pos: -0.607568,2.778075 parent: 52 - type: Transform - uid: 10 components: - - pos: -0.670068,2.51245 + - type: Transform + pos: -0.670068,2.51245 parent: 52 - type: Transform - uid: 21 components: - - pos: 2.704932,2.6062 + - type: Transform + pos: 2.704932,2.6062 parent: 52 - type: Transform - uid: 31 components: - - pos: 2.486182,2.4812 + - type: Transform + pos: 2.486182,2.4812 parent: 52 - type: Transform - uid: 32 components: - - pos: 2.376807,2.778075 + - type: Transform + pos: 2.376807,2.778075 parent: 52 - type: Transform - uid: 33 components: - - pos: 2.673682,2.403075 + - type: Transform + pos: 2.673682,2.403075 parent: 52 - type: Transform - uid: 34 components: - - pos: -0.48256803,2.403075 + - type: Transform + pos: -0.48256803,2.403075 parent: 52 - type: Transform - uid: 36 components: - - pos: 2.564307,2.7937 + - type: Transform + pos: 2.564307,2.7937 parent: 52 - type: Transform - uid: 38 components: - - pos: -0.49819303,2.621825 + - type: Transform + pos: -0.49819303,2.621825 parent: 52 - type: Transform - uid: 47 components: - - pos: -0.623193,2.559325 + - type: Transform + pos: -0.623193,2.559325 parent: 52 - type: Transform - uid: 76 components: - - pos: 2.376807,2.38745 + - type: Transform + pos: 2.376807,2.38745 parent: 52 - type: Transform - uid: 130 components: - - pos: -0.29506803,2.778075 + - type: Transform + pos: -0.29506803,2.778075 parent: 52 - type: Transform - proto: Grille entities: - uid: 7 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 52 - type: Transform - uid: 22 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 52 - type: Transform - uid: 25 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 52 - type: Transform - uid: 30 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 52 - type: Transform - proto: IngotGold1 entities: - uid: 44 components: - - pos: 0.703125,-1.984375 + - type: Transform + pos: 0.703125,-1.984375 parent: 52 - type: Transform - uid: 45 components: - - pos: 0.5,-1.40625 + - type: Transform + pos: 0.5,-1.40625 parent: 52 - type: Transform - uid: 57 components: - - pos: 0.484375,-1.078125 + - type: Transform + pos: 0.484375,-1.078125 parent: 52 - type: Transform - uid: 131 components: - - pos: 1.171875,-1.1875 + - type: Transform + pos: 1.171875,-1.1875 parent: 52 - type: Transform - uid: 132 components: - - pos: 1.71875,-1.515625 + - type: Transform + pos: 1.71875,-1.515625 parent: 52 - type: Transform - uid: 133 components: - - pos: 1.015625,-1.578125 + - type: Transform + pos: 1.015625,-1.578125 parent: 52 - type: Transform - proto: MarimbaInstrument entities: - uid: 18 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 52 - type: Transform - proto: MetalDoor entities: - uid: 49 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 52 - type: Transform - uid: 56 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 52 - type: Transform - proto: PoweredSmallLight entities: - uid: 90 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 52 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 91 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 52 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: RandomAmmoBox entities: - uid: 147 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 52 - type: Transform - proto: ReinforcedWindow entities: - uid: 68 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 52 - type: Transform - uid: 70 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 52 - type: Transform - uid: 80 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 52 - type: Transform - uid: 87 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 52 - type: Transform - proto: SalvageHumanCorpseSpawner entities: - uid: 137 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 52 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 138 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 52 - type: Transform - uid: 139 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 52 - type: Transform - uid: 140 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 52 - type: Transform - uid: 141 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 52 - type: Transform - uid: 142 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 52 - type: Transform - uid: 143 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 52 - type: Transform - proto: SeashellInstrument entities: - uid: 20 components: - - pos: 2.345557,-1.4329147 + - type: Transform + pos: 2.345557,-1.4329147 parent: 52 - type: Transform - proto: SheetPlasteel1 entities: - uid: 74 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.4650807,3.346371 parent: 52 - type: Transform - uid: 146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.8088307,3.492306 parent: 52 - type: Transform - proto: SpaceCash10 entities: - uid: 14 components: - - pos: 1.578125,-2.515625 + - type: Transform + pos: 1.578125,-2.515625 parent: 52 - type: Transform - uid: 16 components: - - pos: 1.953125,-2.1875 + - type: Transform + pos: 1.953125,-2.1875 parent: 52 - type: Transform - uid: 43 components: - - pos: 0.671875,-2.4375 + - type: Transform + pos: 0.671875,-2.4375 parent: 52 - type: Transform - proto: Stool entities: - uid: 9 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,0.5 parent: 52 - type: Transform - proto: SubstationBasic entities: - uid: 75 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 52 - type: Transform - proto: TableCarpet entities: - uid: 3 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 52 - type: Transform - uid: 11 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 52 - type: Transform - uid: 12 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 52 - type: Transform - uid: 13 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 52 - type: Transform - uid: 23 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 52 - type: Transform - uid: 41 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 52 - type: Transform - uid: 42 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 52 - type: Transform - uid: 46 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 52 - type: Transform - uid: 62 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 52 - type: Transform - uid: 64 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 52 - type: Transform - uid: 78 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 52 - type: Transform - uid: 83 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 52 - type: Transform - uid: 134 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 52 - type: Transform - proto: TableStone entities: - uid: 59 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 52 - type: Transform - uid: 95 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 52 - type: Transform - proto: WallWood entities: - uid: 48 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 52 - type: Transform - uid: 50 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 52 - type: Transform - uid: 51 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 52 - type: Transform - uid: 53 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 52 - type: Transform - uid: 55 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 52 - type: Transform - uid: 60 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 52 - type: Transform - uid: 61 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 52 - type: Transform - uid: 63 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 52 - type: Transform - uid: 65 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 52 - type: Transform - uid: 69 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 52 - type: Transform - uid: 71 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 52 - type: Transform - uid: 77 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 52 - type: Transform - uid: 79 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 52 - type: Transform - uid: 81 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 52 - type: Transform - uid: 84 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 52 - type: Transform - uid: 85 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 52 - type: Transform - uid: 88 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 52 - type: Transform - uid: 93 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 52 - type: Transform - uid: 94 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 52 - type: Transform - uid: 96 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 52 - type: Transform - uid: 97 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 52 - type: Transform - uid: 98 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 52 - type: Transform - uid: 129 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 + parent: 52 +- proto: WarpPoint + entities: + - uid: 148 + components: + - type: Transform + pos: 1.5,-5.5 parent: 52 - type: Transform + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml b/Resources/Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml index 49671ee6f5..e19a31a128 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml @@ -3,61 +3,62 @@ meta: postmapinit: false tilemap: 0: Space - 76: FloorShuttleBlue - 77: FloorShuttleOrange - 79: FloorShuttleRed - 80: FloorShuttleWhite - 112: Lattice - 113: Plating + 82: FloorShuttleBlue + 83: FloorShuttleOrange + 85: FloorShuttleRed + 86: FloorShuttleWhite + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 130 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAATQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAATQAAAAAATQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAATQAAAAAATQAAAAAATQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAATQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAATAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUAAAAAAAcQAAAAAAUAAAAAAAUAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAUAAAAAAAUAAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAUwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAUwAAAAAAUwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAUwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUgAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAATAAAAAAATAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAUgAAAAAAUgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUAAAAAAAcQAAAAAAUAAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAUAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAATwAAAAAAcQAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAegAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: UAAAAAAAUAAAAAAATAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAATAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAATAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAAATAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAATAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAATAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAAATAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: VgAAAAAAVgAAAAAAUgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAUgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - type: OccluderTree - type: Shuttle - type: RadiationGridResistance - type: SpreaderGrid - type: GridPathfinding - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-2: @@ -111,849 +112,853 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - proto: AirlockGlass entities: - uid: 57 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 130 - type: Transform - proto: AirlockShuttle entities: - uid: 38 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-2.5 parent: 130 - type: Transform - uid: 39 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,3.5 parent: 130 - type: Transform - uid: 40 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-4.5 parent: 130 - type: Transform - uid: 41 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,5.5 parent: 130 - type: Transform - proto: AlwaysPoweredWallLight entities: - uid: 126 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-2.5 parent: 130 - type: Transform - proto: BriefcaseBrownFilled entities: - uid: 55 components: - - pos: 1.8184211,1.0310183 + - type: Transform + pos: 1.8184211,1.0310183 parent: 130 - type: Transform - proto: ChairPilotSeat entities: - uid: 68 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,2.5 parent: 130 - type: Transform - uid: 69 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,5.5 parent: 130 - type: Transform - uid: 72 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 130 - type: Transform - uid: 73 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 130 - type: Transform - uid: 74 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-1.5 parent: 130 - type: Transform - uid: 77 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,1.5 parent: 130 - type: Transform - uid: 78 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,0.5 parent: 130 - type: Transform - uid: 79 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 130 - type: Transform - uid: 83 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 130 - type: Transform - uid: 84 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 130 - type: Transform - uid: 85 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 130 - type: Transform - uid: 86 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 130 - type: Transform - uid: 87 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,0.5 parent: 130 - type: Transform - uid: 88 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,1.5 parent: 130 - type: Transform - uid: 89 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,0.5 parent: 130 - type: Transform - uid: 91 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-0.5 parent: 130 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 131 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 130 - type: Transform - uid: 132 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 130 - type: Transform - uid: 133 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 130 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 128 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 130 - type: Transform - proto: CrateEmergencyExplosive entities: - uid: 137 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 130 - type: Transform - proto: CrateGenericSteel entities: - uid: 139 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 130 - type: Transform - proto: Crowbar entities: - uid: 116 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 117 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: ExtinguisherCabinetFilled entities: - uid: 120 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 130 - type: Transform - uid: 121 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 130 - type: Transform - uid: 122 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 130 - type: Transform - uid: 123 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 130 - type: Transform - uid: 124 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 130 - type: Transform - proto: GeneratorBasic entities: - uid: 44 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 130 - type: Transform - proto: Girder entities: - uid: 54 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 130 - type: Transform - proto: Grille entities: - uid: 4 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 130 - type: Transform - uid: 10 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 130 - type: Transform - uid: 12 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 130 - type: Transform - uid: 16 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 130 - type: Transform - uid: 17 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 130 - type: Transform - uid: 18 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 130 - type: Transform - uid: 43 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 130 - type: Transform - uid: 51 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 130 - type: Transform - uid: 71 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 130 - type: Transform - proto: GrilleBroken entities: - uid: 45 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 130 - type: Transform - uid: 75 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-3.5 parent: 130 - type: Transform - uid: 80 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 130 - type: Transform - uid: 81 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 130 - type: Transform - uid: 144 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 130 - type: Transform - proto: MaterialDurathread1 entities: - uid: 9 components: - - pos: 2.671875,-6.5154533 + - type: Transform + pos: 2.671875,-6.5154533 parent: 130 - type: Transform - uid: 34 components: - - pos: 2.296875,-6.1092033 + - type: Transform + pos: 2.296875,-6.1092033 parent: 130 - type: Transform - proto: MedkitBurnFilled entities: - uid: 114 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 115 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: MedkitFilled entities: - uid: 118 components: - - pos: 3.6129847,7.341474 + - type: Transform + pos: 3.6129847,7.341474 parent: 130 - type: Transform - uid: 119 components: - - pos: 3.6442347,-5.629479 + - type: Transform + pos: 3.6442347,-5.629479 parent: 130 - type: Transform - proto: RandomBox entities: - uid: 76 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-4.5 parent: 130 - type: Transform - proto: RandomItem entities: - uid: 8 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 130 - type: Transform - proto: RollerBed entities: - uid: 129 components: - - pos: 1.4799528,-6.355282 + - type: Transform + pos: 1.4799528,-6.355282 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: SalvageCanisterSpawner entities: - uid: 140 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 130 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 37 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 130 - type: Transform - uid: 134 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 130 - type: Transform - uid: 135 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 130 - type: Transform - uid: 136 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 130 - type: Transform - proto: SalvageMobSpawner entities: - uid: 141 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 130 - type: Transform - uid: 142 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 130 - type: Transform - uid: 143 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 130 - type: Transform - proto: ShardGlassReinforced entities: - uid: 42 components: - - pos: -1.8659657,6.4085593 + - type: Transform + pos: -1.8659657,6.4085593 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 70 components: - - pos: -2.2565908,6.7523093 + - type: Transform + pos: -2.2565908,6.7523093 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: SheetPlasteel10 entities: - uid: 35 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.05889213,-7.6564994 parent: 130 - type: Transform - proto: SheetSteel1 entities: - uid: 82 components: - - rot: 0.00074002705514431 rad + - type: Transform + rot: 0.00074002705514431 rad pos: 3.341268,-8.26206 parent: 130 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: ShuttleWindow entities: - uid: 32 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 130 - type: Transform - uid: 53 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 130 - type: Transform - uid: 58 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 130 - type: Transform - uid: 59 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 130 - type: Transform - uid: 61 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 130 - type: Transform - uid: 62 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 130 - type: Transform - uid: 63 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 130 - type: Transform - uid: 64 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 130 - type: Transform - uid: 65 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 130 - type: Transform - uid: 66 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 130 - type: Transform - uid: 67 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 130 - type: Transform - proto: SpawnMobKangarooSalvage entities: - uid: 36 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 130 - type: Transform - proto: StasisBed entities: - uid: 90 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 130 - type: Transform - proto: Table entities: - uid: 14 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 130 - type: Transform - uid: 92 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 130 - type: Transform - uid: 93 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 130 - type: Transform - uid: 94 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 130 - type: Transform - uid: 95 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 130 - type: Transform - uid: 113 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 130 - type: Transform - proto: VendingMachineWallMedical entities: - uid: 23 components: - - flags: SessionSpecific - type: MetaData - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 130 - type: Transform - uid: 125 components: - - flags: SessionSpecific - type: MetaData - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 130 - type: Transform - proto: WallShuttle entities: - uid: 3 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 130 - type: Transform - uid: 5 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 130 - type: Transform - uid: 7 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 130 - type: Transform - uid: 11 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 130 - type: Transform - uid: 13 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 130 - type: Transform - uid: 15 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 130 - type: Transform - uid: 19 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 130 - type: Transform - uid: 20 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 130 - type: Transform - uid: 21 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 130 - type: Transform - uid: 22 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 130 - type: Transform - uid: 25 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 130 - type: Transform - uid: 26 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 130 - type: Transform - uid: 27 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 130 - type: Transform - uid: 28 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 130 - type: Transform - uid: 29 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 130 - type: Transform - uid: 30 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 130 - type: Transform - uid: 31 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 130 - type: Transform - uid: 33 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 130 - type: Transform - uid: 46 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 130 - type: Transform - uid: 47 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 130 - type: Transform - uid: 50 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 130 - type: Transform - uid: 60 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 + parent: 130 +- proto: WarpPoint + entities: + - uid: 127 + components: + - type: Transform + pos: 0.5,-0.5 parent: 130 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WindowReinforcedDirectional entities: - uid: 1 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 130 - type: Transform - uid: 2 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,2.5 parent: 130 - type: Transform - uid: 6 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-7.5 parent: 130 - type: Transform - uid: 24 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 130 - type: Transform - uid: 48 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 130 - type: Transform - uid: 49 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-7.5 parent: 130 - type: Transform - uid: 52 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 130 - type: Transform - uid: 56 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-7.5 parent: 130 - type: Transform - uid: 96 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 130 - type: Transform - uid: 97 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-1.5 parent: 130 - type: Transform - uid: 98 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 130 - type: Transform - uid: 99 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 130 - type: Transform - uid: 100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 130 - type: Transform - uid: 101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,1.5 parent: 130 - type: Transform - uid: 102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,2.5 parent: 130 - type: Transform - uid: 103 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,2.5 parent: 130 - type: Transform - uid: 104 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,1.5 parent: 130 - type: Transform - uid: 105 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 130 - type: Transform - uid: 106 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-0.5 parent: 130 - type: Transform - uid: 107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 130 - type: Transform - uid: 108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 130 - type: Transform - uid: 109 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,1.5 parent: 130 - type: Transform - uid: 110 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 130 - type: Transform - uid: 111 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 130 - type: Transform - uid: 112 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-1.5 parent: 130 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml b/Resources/Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml index d3dc7146c3..16e6f8e90b 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml @@ -3,59 +3,61 @@ meta: postmapinit: false tilemap: 0: Space - 12: FloorBar - 39: FloorEighties - 58: FloorKitchen - 59: FloorLaundry - 84: FloorSteel - 96: FloorTechMaint - 97: FloorTechMaint2 - 110: FloorWood - 112: Lattice - 113: Plating + 14: FloorBar + 42: FloorEighties + 61: FloorKitchen + 62: FloorLaundry + 78: FloorReinforced + 90: FloorSteel + 105: FloorTechMaint + 106: FloorTechMaint2 + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 273 components: - type: MetaData - - pos: 0.46846703,0.5030661 + - type: Transform + pos: 0.46846703,0.5030661 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAOwAAAAAAOwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAOwAAAAAAOwAAAAAAcQAAAAAAbgAAAAAAbgAAAAAAJwAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAcQAAAAAAbgAAAAAAbgAAAAAAJwAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAKgAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAAAKgAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAAcQAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: cAAAAAAAcQAAAAAAcQAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -120,8 +122,8 @@ entities: decals: 0: -2,-5 1: -2,-4 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -201,7 +203,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -209,1686 +210,1699 @@ entities: entities: - uid: 350 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 273 - type: Transform - - devices: + - type: DeviceList + devices: - 215 - 233 - 217 - type: DeviceList + - type: AtmosDevice + joinedGrid: 273 - proto: Airlock entities: - uid: 337 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 273 - type: Transform - proto: AirlockGlass entities: - uid: 278 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - proto: AirlockJanitorLocked entities: - uid: 336 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 273 - type: Transform - proto: AirlockKitchenLocked entities: - uid: 193 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 273 - type: Transform - proto: AirlockMaintLocked entities: - uid: 338 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 273 - type: Transform - uid: 339 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 273 - type: Transform - proto: APCBasic entities: - uid: 185 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 273 - type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 355 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 273 - type: Transform - uid: 356 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 273 - type: Transform - uid: 357 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 273 - type: Transform - uid: 358 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 273 - type: Transform - uid: 359 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 273 - type: Transform - uid: 360 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 273 - type: Transform - uid: 361 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 273 - type: Transform - uid: 362 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 273 - type: Transform - uid: 363 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - uid: 364 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 273 - type: Transform - uid: 365 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 366 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 273 - type: Transform - uid: 367 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 368 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 273 - type: Transform - uid: 369 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 370 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - uid: 371 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 273 - type: Transform - uid: 372 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 273 - type: Transform - uid: 373 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 273 - type: Transform - uid: 374 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 273 - type: Transform - uid: 375 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 273 - type: Transform - uid: 376 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 273 - type: Transform - uid: 377 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 273 - type: Transform - uid: 378 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 273 - type: Transform - uid: 379 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 273 - type: Transform - uid: 380 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 273 - type: Transform - uid: 381 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 273 - type: Transform - uid: 382 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 273 - type: Transform - uid: 383 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 273 - type: Transform - uid: 384 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 273 - type: Transform - uid: 385 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 273 - type: Transform - uid: 386 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 273 - type: Transform - uid: 387 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 273 - type: Transform - uid: 388 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 273 - type: Transform - uid: 389 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 273 - type: Transform - uid: 390 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 273 - type: Transform - uid: 391 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 273 - type: Transform - uid: 392 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 273 - type: Transform - uid: 393 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 273 - type: Transform - uid: 394 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 273 - type: Transform - uid: 395 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 273 - type: Transform - uid: 396 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 273 - type: Transform - uid: 397 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 273 - type: Transform - uid: 398 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 273 - type: Transform - uid: 399 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 273 - type: Transform - uid: 400 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 273 - type: Transform - uid: 401 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 273 - type: Transform - uid: 402 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 273 - type: Transform - uid: 403 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 273 - type: Transform - uid: 404 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 273 - type: Transform - uid: 405 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 273 - type: Transform - uid: 406 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 273 - type: Transform - uid: 407 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 273 - type: Transform - uid: 408 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 273 - type: Transform - uid: 409 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 273 - type: Transform - uid: 410 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 273 - type: Transform - uid: 411 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 273 - type: Transform - uid: 412 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 273 - type: Transform - uid: 413 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 273 - type: Transform - uid: 414 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 273 - type: Transform - uid: 415 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 273 - type: Transform - uid: 416 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 273 - type: Transform - uid: 417 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 273 - type: Transform - uid: 418 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 273 - type: Transform - uid: 419 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 273 - type: Transform - uid: 420 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 273 - type: Transform - uid: 421 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 273 - type: Transform - uid: 422 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 273 - type: Transform - uid: 423 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 273 - type: Transform - uid: 424 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 273 - type: Transform - uid: 425 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 273 - type: Transform - uid: 426 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 273 - type: Transform - uid: 427 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 273 - type: Transform - uid: 428 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 273 - type: Transform - uid: 429 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 273 - type: Transform - uid: 430 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 273 - type: Transform - uid: 431 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 273 - type: Transform - uid: 432 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 273 - type: Transform - uid: 433 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 273 - type: Transform - uid: 434 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 273 - type: Transform - uid: 442 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 273 - type: Transform - uid: 447 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 273 - type: Transform - uid: 448 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 273 - type: Transform - proto: Barricade entities: - uid: 59 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 273 - type: Transform - uid: 60 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 273 - type: Transform - proto: Bed entities: - uid: 246 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 273 - type: Transform - uid: 247 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 273 - type: Transform - uid: 248 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 273 - type: Transform - proto: BedsheetSpawner entities: - uid: 249 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 273 - type: Transform - uid: 250 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 273 - type: Transform - uid: 251 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 273 - type: Transform - proto: BoxMRE entities: - uid: 300 components: - - pos: 3.8124015,1.5362732 + - type: Transform + pos: 3.8124015,1.5362732 parent: 273 - type: Transform - proto: CableApcExtension entities: - uid: 134 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 273 - type: Transform - uid: 135 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 273 - type: Transform - uid: 136 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 273 - type: Transform - uid: 137 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 273 - type: Transform - uid: 138 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 273 - type: Transform - uid: 139 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 140 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - uid: 141 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - uid: 142 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 273 - type: Transform - uid: 143 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 273 - type: Transform - uid: 144 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 273 - type: Transform - uid: 145 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 273 - type: Transform - uid: 146 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 273 - type: Transform - uid: 147 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 273 - type: Transform - uid: 148 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 273 - type: Transform - uid: 149 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 273 - type: Transform - uid: 150 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 273 - type: Transform - uid: 151 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 273 - type: Transform - uid: 152 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 273 - type: Transform - uid: 153 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 273 - type: Transform - uid: 154 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 273 - type: Transform - uid: 155 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 273 - type: Transform - uid: 156 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 273 - type: Transform - uid: 157 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 273 - type: Transform - uid: 158 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 273 - type: Transform - uid: 159 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 273 - type: Transform - uid: 160 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 273 - type: Transform - uid: 161 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 273 - type: Transform - uid: 162 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 273 - type: Transform - uid: 163 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 273 - type: Transform - uid: 164 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 273 - type: Transform - uid: 165 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 273 - type: Transform - uid: 166 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 273 - type: Transform - uid: 167 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 168 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 169 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - uid: 170 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 273 - type: Transform - uid: 171 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 273 - type: Transform - uid: 172 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 273 - type: Transform - uid: 173 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 273 - type: Transform - uid: 174 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 273 - type: Transform - uid: 175 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 273 - type: Transform - uid: 176 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 273 - type: Transform - uid: 177 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 273 - type: Transform - uid: 178 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 273 - type: Transform - uid: 179 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 273 - type: Transform - uid: 180 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 273 - type: Transform - uid: 181 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 273 - type: Transform - uid: 182 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 273 - type: Transform - uid: 183 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 273 - type: Transform - uid: 184 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 273 - type: Transform - uid: 195 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 273 - type: Transform - uid: 196 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 273 - type: Transform - uid: 200 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 273 - type: Transform - proto: CableHV entities: - uid: 102 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 273 - type: Transform - uid: 103 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 273 - type: Transform - uid: 104 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 273 - type: Transform - uid: 105 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 273 - type: Transform - uid: 106 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 273 - type: Transform - uid: 107 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 273 - type: Transform - uid: 108 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 273 - type: Transform - uid: 109 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 273 - type: Transform - uid: 110 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 273 - type: Transform - uid: 111 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 273 - type: Transform - uid: 113 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 273 - type: Transform - uid: 114 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 273 - type: Transform - uid: 115 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 273 - type: Transform - uid: 116 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 273 - type: Transform - uid: 117 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 273 - type: Transform - uid: 118 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 273 - type: Transform - uid: 119 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 273 - type: Transform - proto: CableMV entities: - uid: 37 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 273 - type: Transform - uid: 101 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 273 - type: Transform - uid: 121 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 273 - type: Transform - uid: 122 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 273 - type: Transform - uid: 123 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 273 - type: Transform - uid: 124 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 273 - type: Transform - uid: 125 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 273 - type: Transform - uid: 126 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 273 - type: Transform - uid: 127 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 273 - type: Transform - uid: 128 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 273 - type: Transform - uid: 129 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 273 - type: Transform - uid: 130 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 273 - type: Transform - uid: 131 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 273 - type: Transform - uid: 132 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 133 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - proto: CarpSpawnerMundane entities: - uid: 320 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - proto: Catwalk entities: - uid: 97 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 273 - type: Transform - uid: 99 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 273 - type: Transform - uid: 100 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 273 - type: Transform - proto: ChairFolding entities: - uid: 287 components: - - pos: 4.4999013,2.411881 + - type: Transform + pos: 4.4999013,2.411881 parent: 273 - type: Transform - uid: 289 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.458235,0.97338146 parent: 273 - type: Transform - uid: 290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.4582353,0.7544802 parent: 273 - type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 291 components: - - pos: 2.1353185,2.943501 + - type: Transform + pos: 2.1353185,2.943501 parent: 273 - type: Transform - uid: 292 components: - - pos: 1.4999018,2.5890877 + - type: Transform + pos: 1.4999018,2.5890877 parent: 273 - type: Transform - proto: ChairWood entities: - uid: 256 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.748477,-3.6329327 parent: 273 - type: Transform - proto: CigaretteSpent entities: - uid: 450 components: - - pos: 3.1706064,5.836499 + - type: Transform + pos: 3.1706064,5.836499 parent: 273 - type: Transform - uid: 451 components: - - pos: 3.7331064,3.8976521 + - type: Transform + pos: 3.7331064,3.8976521 parent: 273 - type: Transform - uid: 452 components: - - pos: 3.1237314,3.2722192 + - type: Transform + pos: 3.1237314,3.2722192 parent: 273 - type: Transform - uid: 453 components: - - pos: 1.8737314,-3.1072116 + - type: Transform + pos: 1.8737314,-3.1072116 parent: 273 - type: Transform - uid: 454 components: - - pos: 2.0768564,-3.3417487 + - type: Transform + pos: 2.0768564,-3.3417487 parent: 273 - type: Transform - uid: 455 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.798144,-4.7020698 parent: 273 - type: Transform - uid: 456 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.954394,-4.7020698 parent: 273 - type: Transform - uid: 457 components: - - pos: -6.845019,-1.6218047 + - type: Transform + pos: -6.845019,-1.6218047 parent: 273 - type: Transform - proto: CigarSpent entities: - uid: 449 components: - - pos: 4.670606,5.3517876 + - type: Transform + pos: 4.670606,5.3517876 parent: 273 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 255 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 273 - type: Transform - proto: ClosetToolFilled entities: - uid: 266 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 273 - type: Transform - proto: ClosetWallEmergencyFilledRandom entities: - uid: 94 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-5.5 parent: 273 - type: Transform - proto: CrateFoodDinnerware entities: - uid: 192 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 273 - type: Transform - proto: CrateServiceJanitorialSupplies entities: - uid: 96 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 273 - type: Transform - proto: DisposalBend entities: - uid: 203 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 273 - type: Transform - proto: DisposalJunction entities: - uid: 202 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 273 - type: Transform - proto: DisposalMachineFrame entities: - uid: 201 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 273 - type: Transform - proto: DisposalPipe entities: - uid: 206 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 273 - type: Transform - uid: 207 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - uid: 208 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,0.5 parent: 273 - type: Transform - uid: 209 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,0.5 parent: 273 - type: Transform - uid: 213 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-0.5 parent: 273 - type: Transform - proto: DisposalPipeBroken entities: - uid: 210 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 273 - type: Transform - uid: 212 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 273 - type: Transform - uid: 214 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,0.5 parent: 273 - type: Transform - proto: DisposalTrunk entities: - uid: 204 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 273 - type: Transform - uid: 205 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 273 - type: Transform - proto: DisposalUnit entities: - uid: 83 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 273 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 194 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 273 - type: Transform - - chance: 0.9 - type: RandomSpawner + - type: RandomSpawner + chance: 0.9 - proto: Dresser entities: - uid: 254 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 273 - type: Transform - proto: DrinkBottleRum entities: - uid: 298 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.9894855,2.9330769 parent: 273 - type: Transform - proto: DrinkColaBottleFull entities: - uid: 297 components: - - pos: 4.3436513,5.799651 + - type: Transform + pos: 4.3436513,5.799651 parent: 273 - type: Transform - proto: EmergencyLight entities: - uid: 443 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 273 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - uid: 444 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,4.5 parent: 273 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: ExtinguisherCabinetFilled entities: - uid: 352 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 273 - type: Transform - uid: 353 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 273 - type: Transform - proto: FireAlarm entities: - uid: 354 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 273 - type: Transform - - devices: + - type: DeviceList + devices: - 215 - type: DeviceList + - type: AtmosDevice + joinedGrid: 273 - proto: FireAlarmAssembly entities: - uid: 351 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 273 - type: Transform - proto: Firelock entities: - uid: 215 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 273 - type: Transform - proto: FirelockFrame entities: - uid: 112 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 273 - type: Transform - proto: FloorDrain entities: - uid: 98 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 273 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: FoodMeatRotten entities: - uid: 277 components: - - flags: InContainer - type: MetaData - - parent: 189 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 189 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 458 components: - - flags: InContainer - type: MetaData - - parent: 189 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 189 + - type: Physics + canCollide: False - type: InsideEntityStorage - uid: 459 components: - - flags: InContainer - type: MetaData - - parent: 189 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 189 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: FoodTinBeansTrash entities: - uid: 303 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.9896817,1.0671976 parent: 273 - type: Transform - proto: FoodTinMRE entities: - uid: 301 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.8749015,2.1512837 parent: 273 - type: Transform - proto: FoodTinMRETrash entities: - uid: 302 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.114485,-1.643019 parent: 273 - type: Transform - proto: GasPipeFourway entities: - uid: 223 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 273 - type: Transform - uid: 241 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 273 - type: Transform - proto: GasPipeStraight entities: - uid: 220 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 273 - type: Transform - uid: 224 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,1.5 parent: 273 - type: Transform - uid: 226 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,1.5 parent: 273 - type: Transform - uid: 227 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 273 - type: Transform - uid: 228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 273 - type: Transform - uid: 229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,1.5 parent: 273 - type: Transform - uid: 230 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,1.5 parent: 273 - type: Transform - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.5,1.5 parent: 273 - type: Transform - uid: 235 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 273 - type: Transform - uid: 236 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 273 - type: Transform - uid: 237 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 273 - type: Transform - uid: 238 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 273 - type: Transform - uid: 239 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,0.5 parent: 273 - type: Transform - uid: 240 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,0.5 parent: 273 - type: Transform - uid: 242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 273 - type: Transform - uid: 243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 273 - type: Transform - uid: 244 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 273 - type: Transform - uid: 263 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 273 - type: Transform - uid: 264 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 273 - type: Transform - proto: GasPipeTJunction entities: - uid: 225 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 273 - type: Transform - uid: 232 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 273 - type: Transform - uid: 234 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 273 - type: Transform - proto: GasVentPump entities: - uid: 216 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-4.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - uid: 221 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - uid: 222 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - uid: 233 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-0.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - uid: 245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-1.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - proto: GasVentScrubber entities: - uid: 217 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,0.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - uid: 218 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,4.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - uid: 219 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,1.5 parent: 273 - type: Transform + - type: AtmosDevice + joinedGrid: 273 - proto: Girder entities: - uid: 15 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 273 - type: Transform - proto: Grille entities: - uid: 22 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 273 - type: Transform - uid: 23 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 273 - type: Transform - uid: 28 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 273 - type: Transform - uid: 30 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 273 - type: Transform - uid: 44 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 273 - type: Transform - uid: 49 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 273 - type: Transform - uid: 55 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 273 - type: Transform - uid: 58 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 273 - type: Transform - uid: 89 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 273 - type: Transform - uid: 90 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 273 - type: Transform - uid: 91 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 273 - type: Transform - uid: 92 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 273 - type: Transform - uid: 197 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 273 - type: Transform - proto: GrilleBroken entities: - uid: 29 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 273 - type: Transform - uid: 65 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,1.5 parent: 273 - type: Transform - uid: 120 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,2.5 parent: 273 - type: Transform - uid: 186 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,2.5 parent: 273 - type: Transform - proto: HatSpawner entities: - uid: 436 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 273 - type: Transform - proto: KitchenMicrowave entities: - uid: 326 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 273 - type: Transform - proto: LampGold entities: - uid: 257 components: - - pos: -3.6963937,-2.871987 + - type: Transform + pos: -3.6963937,-2.871987 parent: 273 - type: Transform - proto: LockerFreezerBase entities: - uid: 189 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 273 - type: Transform - - locked: False - type: Lock - - air: + - type: EntityStorage + air: volume: 200 immutable: False - temperature: 39.006245 + temperature: 102.54218 moles: - 0 - 0 @@ -1902,1013 +1916,1017 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - - 277 - - 458 - 459 + - 458 + - 277 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - type: ContainerContainer - proto: MopBucket entities: - uid: 95 components: - - pos: -6.6974883,-4.50535 + - type: Transform + pos: -6.6974883,-4.50535 parent: 273 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 293 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 273 - type: Transform - uid: 294 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 273 - type: Transform - proto: Poweredlight entities: - uid: 341 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-2.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 342 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-0.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 343 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,2.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 345 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 346 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,0.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 347 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredLightColoredFrostyBlue entities: - uid: 340 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-2.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 344 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,3.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 348 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 349 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 273 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: RandomAmmoBox entities: - uid: 446 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 273 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 325 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 273 - type: Transform - proto: RandomBox entities: - uid: 439 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 273 - type: Transform - proto: RandomDrinkBottle entities: - uid: 299 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 273 - type: Transform - proto: RandomFoodBakedWhole entities: - uid: 463 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,2.5 parent: 273 - type: Transform - proto: RandomItem entities: - uid: 268 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 273 - type: Transform - uid: 269 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 273 - type: Transform - proto: RandomPainting entities: - uid: 270 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 273 - type: Transform - proto: RandomPosterAny entities: - uid: 329 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 273 - type: Transform - uid: 330 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 273 - type: Transform - proto: RandomPosterLegit entities: - uid: 327 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 273 - type: Transform - uid: 335 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 273 - type: Transform - proto: RandomServiceCorpseSpawner entities: - uid: 460 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 273 - type: Transform - uid: 461 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-4.5 parent: 273 - type: Transform - proto: RandomSnacks entities: - uid: 328 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 273 - type: Transform - uid: 462 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,4.5 parent: 273 - type: Transform - proto: RandomSpawner entities: - uid: 304 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 273 - type: Transform - uid: 305 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 273 - type: Transform - uid: 306 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 273 - type: Transform - uid: 307 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 273 - type: Transform - uid: 308 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 273 - type: Transform - uid: 309 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 273 - type: Transform - uid: 310 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 273 - type: Transform - uid: 311 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 273 - type: Transform - uid: 438 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 273 - type: Transform - uid: 441 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 273 - type: Transform - proto: RandomVending entities: - uid: 295 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 273 - type: Transform - proto: ReinforcedGirder entities: - uid: 21 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 273 - type: Transform - uid: 57 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 273 - type: Transform - uid: 61 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 273 - type: Transform - proto: ReinforcedWindow entities: - uid: 31 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 273 - type: Transform - uid: 62 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 273 - type: Transform - uid: 63 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 273 - type: Transform - uid: 78 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 273 - type: Transform - uid: 79 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 273 - type: Transform - uid: 80 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 273 - type: Transform - uid: 198 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 273 - type: Transform - uid: 199 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 273 - type: Transform - uid: 272 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 273 - type: Transform - uid: 274 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 273 - type: Transform - uid: 275 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 273 - type: Transform - uid: 276 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 273 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 259 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 273 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 260 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 273 - type: Transform - proto: SalvageMobSpawner entities: - uid: 316 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 273 - type: Transform - uid: 319 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 273 - type: Transform - uid: 321 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 273 - type: Transform - uid: 322 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 273 - type: Transform - uid: 323 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 273 - type: Transform - uid: 324 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 273 - type: Transform - uid: 435 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 273 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 313 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 273 - type: Transform - uid: 314 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 273 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 261 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 273 - type: Transform - uid: 267 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 273 - type: Transform - uid: 317 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 273 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 265 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 273 - type: Transform - uid: 271 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 273 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 440 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 273 - type: Transform - proto: SalvageSeedSpawnerLow entities: - uid: 262 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 273 - type: Transform - proto: ShardGlass entities: - uid: 36 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.79763913,2.3749852 parent: 273 - type: Transform - uid: 211 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.38097245,1.9059095 parent: 273 - type: Transform - proto: ShardGlassReinforced entities: - uid: 1 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.524597,-2.0207467 parent: 273 - type: Transform - uid: 39 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.868347,-2.2396493 parent: 273 - type: Transform - uid: 56 components: - - pos: -6.868347,-1.4109483 + - type: Transform + pos: -6.868347,-1.4109483 parent: 273 - type: Transform - uid: 75 components: - - pos: -7.430847,-2.3491006 + - type: Transform + pos: -7.430847,-2.3491006 parent: 273 - type: Transform - proto: ShuttersWindowOpen entities: - uid: 81 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,4.5 parent: 273 - type: Transform - - links: + - type: DeviceLinkSink + links: - 84 - type: DeviceLinkSink - uid: 82 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,3.5 parent: 273 - type: Transform - - links: + - type: DeviceLinkSink + links: - 84 - type: DeviceLinkSink - proto: SignalButtonDirectional entities: - uid: 84 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 273 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 81: - Pressed: Toggle 82: - Pressed: Toggle - type: DeviceLinkSource - proto: SignDirectionalDorms entities: - uid: 331 components: - - pos: -2.5040114,-0.6112541 + - type: Transform + pos: -2.5040114,-0.6112541 parent: 273 - type: Transform - proto: SignDirectionalFood entities: - uid: 332 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5120082,-0.39235154 parent: 273 - type: Transform - proto: SignDirectionalHydro entities: - uid: 333 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.488426,-0.28398067 parent: 273 - type: Transform - proto: SignDirectionalJanitor entities: - uid: 334 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 273 - type: Transform - proto: SignDirectionalMed entities: - uid: 93 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.4988427,-0.69051296 parent: 273 - type: Transform - proto: SinkWide entities: - uid: 14 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 273 - type: Transform - proto: SnakeMobMundane25 entities: - uid: 312 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 273 - type: Transform - uid: 318 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 273 - type: Transform - uid: 437 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 273 - type: Transform - uid: 445 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 273 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 315 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 273 - type: Transform - proto: StoolBar entities: - uid: 284 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,3.5 parent: 273 - type: Transform - uid: 285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,4.5 parent: 273 - type: Transform - uid: 286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,5.5 parent: 273 - type: Transform - proto: SubstationBasicEmpty entities: - uid: 3 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 273 - type: Transform - proto: Table entities: - uid: 279 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 273 - type: Transform - uid: 280 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 273 - type: Transform - proto: TableCounterMetal entities: - uid: 33 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 273 - type: Transform - uid: 34 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 273 - type: Transform - proto: TableCounterWood entities: - uid: 281 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 273 - type: Transform - uid: 282 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 273 - type: Transform - uid: 283 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 273 - type: Transform - proto: TableReinforced entities: - uid: 190 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 273 - type: Transform - uid: 191 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 273 - type: Transform - uid: 258 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 273 - type: Transform - proto: TableWood entities: - uid: 252 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 273 - type: Transform - uid: 253 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 273 - type: Transform - proto: ToolboxMechanicalFilled entities: - uid: 296 components: - - pos: 1.9999018,-1.0175841 + - type: Transform + pos: 1.9999018,-1.0175841 parent: 273 - type: Transform - proto: VendingMachineBooze entities: - uid: 188 components: - - flags: SessionSpecific - type: MetaData - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 273 - type: Transform - proto: WallmountTelevisionFrame entities: - uid: 288 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,4.5 parent: 273 - type: Transform - proto: WallReinforced entities: - uid: 4 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 273 - type: Transform - uid: 12 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 273 - type: Transform - uid: 13 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 273 - type: Transform - uid: 16 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 273 - type: Transform - uid: 18 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 273 - type: Transform - uid: 20 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 273 - type: Transform - uid: 24 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 273 - type: Transform - uid: 25 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 273 - type: Transform - uid: 26 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 273 - type: Transform - uid: 27 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 273 - type: Transform - uid: 32 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 273 - type: Transform - uid: 45 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 273 - type: Transform - uid: 46 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 273 - type: Transform - uid: 47 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 273 - type: Transform - uid: 48 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 273 - type: Transform - uid: 50 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 273 - type: Transform - uid: 52 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 273 - type: Transform - uid: 53 components: - - pos: -7.5,-6.5 + - type: Transform + pos: -7.5,-6.5 parent: 273 - type: Transform - uid: 54 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 273 - type: Transform - uid: 64 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 273 - type: Transform - uid: 66 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 273 - type: Transform - uid: 67 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 273 - type: Transform - uid: 68 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 273 - type: Transform - uid: 69 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 273 - type: Transform - uid: 70 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 273 - type: Transform - uid: 71 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 273 - type: Transform - uid: 72 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 273 - type: Transform - uid: 73 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 273 - type: Transform - uid: 74 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 273 - type: Transform - uid: 76 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 273 - type: Transform - uid: 77 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 273 - type: Transform - uid: 85 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 273 - type: Transform - uid: 86 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 273 - type: Transform - uid: 87 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 273 - type: Transform - uid: 88 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 273 - type: Transform - proto: WallSolid entities: - uid: 2 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 273 - type: Transform - uid: 5 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 273 - type: Transform - uid: 6 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 273 - type: Transform - uid: 8 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 273 - type: Transform - uid: 9 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 273 - type: Transform - uid: 10 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 273 - type: Transform - uid: 17 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 273 - type: Transform - uid: 19 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 273 - type: Transform - uid: 43 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 273 - type: Transform - uid: 51 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 273 - type: Transform - proto: WallSolidRust entities: - uid: 7 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 273 - type: Transform - uid: 11 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 273 - type: Transform - uid: 35 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 273 - type: Transform - uid: 38 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 273 - type: Transform - uid: 40 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 273 - type: Transform - uid: 41 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 273 - type: Transform - uid: 42 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 273 - type: Transform +- proto: WarpPoint + entities: + - uid: 464 + components: + - type: Transform + pos: -0.5,0.5 + parent: 273 + - type: WarpPoint + location: Space Debris - proto: Window entities: - uid: 187 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 273 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml b/Resources/Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml index fc3daa4c33..27b2030bcd 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml @@ -3,53 +3,54 @@ meta: postmapinit: false tilemap: 0: Space - 17: FloorBrokenWood - 23: FloorClown - 81: FloorSilver - 84: FloorSteel - 110: FloorWood - 112: Lattice - 113: Plating + 20: FloorBrokenWood + 26: FloorClown + 87: FloorSilver + 90: FloorSteel + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 162 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAFwAAAAAAcQAAAAAAcQAAAAAAFwAAAAAAFwAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAcQAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAbgAAAAACbgAAAAACbgAAAAABEQAAAAAAbgAAAAADbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAbgAAAAABbgAAAAABbgAAAAADbgAAAAAAbgAAAAABbgAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAGgAAAAAAegAAAAAAegAAAAAAGgAAAAAAGgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABFAAAAAAAdwAAAAADdwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAABVAAAAAADcQAAAAAAVAAAAAABcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAABbgAAAAACEQAAAAAEbgAAAAADVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAACbgAAAAAAEQAAAAAFEQAAAAAEcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAWgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAABdwAAAAACFAAAAAAEdwAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAACdwAAAAAAFAAAAAAFFAAAAAAEeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAEQAAAAAAEQAAAAAFbgAAAAADbgAAAAADbgAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAADbgAAAAAAbgAAAAADbgAAAAACbgAAAAAAbgAAAAABbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAcQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUQAAAAAAcQAAAAAAcQAAAAAAUQAAAAAAcQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAFAAAAAAAFAAAAAAFdwAAAAADdwAAAAADdwAAAAABdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVwAAAAAAVwAAAAAAegAAAAAAegAAAAAAVwAAAAAAVwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVwAAAAAAegAAAAAAegAAAAAAVwAAAAAAegAAAAAAVwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVwAAAAAAVwAAAAAAegAAAAAAVwAAAAAAVwAAAAAAegAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: bgAAAAAAbgAAAAADbgAAAAACbgAAAAACbgAAAAADVAAAAAABcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAABbgAAAAABbgAAAAADEQAAAAACbgAAAAADVAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dwAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAADWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAABdwAAAAABdwAAAAADFAAAAAACdwAAAAADWgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -108,13 +109,13 @@ entities: 29: 1,-5 30: 0,-5 31: -2,-6 - type: DecalGrid - type: OccluderTree - type: Shuttle - type: RadiationGridResistance - type: SpreaderGrid - type: GridPathfinding - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-2: @@ -166,966 +167,981 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - proto: AirlockTheatreLocked entities: - uid: 12 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 162 - type: Transform - uid: 13 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 162 - type: Transform - proto: Barricade entities: - uid: 160 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 162 - type: Transform - proto: BoardGameSpawner entities: - uid: 96 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 162 - type: Transform - proto: ChairOfficeDark entities: - uid: 107 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,3.5 parent: 162 - type: Transform - uid: 108 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,3.5 parent: 162 - type: Transform - proto: ChairWood entities: - uid: 64 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-5.5 parent: 162 - type: Transform - uid: 65 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-4.5 parent: 162 - type: Transform - uid: 67 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 162 - type: Transform - uid: 68 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 162 - type: Transform - uid: 69 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 162 - type: Transform - uid: 70 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 162 - type: Transform - uid: 71 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 162 - type: Transform - uid: 73 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-3.5 parent: 162 - type: Transform - uid: 74 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-4.5 parent: 162 - type: Transform - uid: 75 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 162 - type: Transform - uid: 76 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 162 - type: Transform - uid: 77 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-4.5 parent: 162 - type: Transform - uid: 78 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-5.5 parent: 162 - type: Transform - uid: 79 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-6.5 parent: 162 - type: Transform - uid: 80 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-6.5 parent: 162 - type: Transform - uid: 81 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-3.5 parent: 162 - type: Transform - uid: 82 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-3.5 parent: 162 - type: Transform - uid: 83 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-3.5 parent: 162 - type: Transform - uid: 84 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-3.5 parent: 162 - type: Transform - uid: 85 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-3.5 parent: 162 - type: Transform - uid: 88 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-3.5 parent: 162 - type: Transform - uid: 90 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 162 - type: Transform - proto: ClothingEyesGlasses entities: - uid: 111 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.8125,-5.0187716 parent: 162 - type: Transform - proto: ComfyChair entities: - uid: 104 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 162 - type: Transform - proto: ContrabassInstrument entities: - uid: 19 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 162 - type: Transform - proto: d20Dice entities: - uid: 105 components: - - rot: 0.00015378765237983316 rad + - type: Transform + rot: 0.00015378765237983316 rad pos: -1.944643,5.7349615 parent: 162 - type: Transform - proto: d6Dice entities: - uid: 106 components: - - pos: -1.6946445,5.299499 + - type: Transform + pos: -1.6946445,5.299499 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: DrinkBottleGin entities: - uid: 112 components: - - pos: 2.2428555,-6.4262753 + - type: Transform + pos: 2.2428555,-6.4262753 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: DrinkBottleRum entities: - uid: 136 components: - - pos: -4.0383945,-2.613775 + - type: Transform + pos: -4.0383945,-2.613775 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: DrinkMugDog entities: - uid: 21 components: - - pos: -6.50374,5.4346943 + - type: Transform + pos: -6.50374,5.4346943 parent: 162 - type: Transform - proto: DrinkSodaWaterCan entities: - uid: 98 components: - - pos: -2.1165195,-3.645025 + - type: Transform + pos: -2.1165195,-3.645025 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: DrinkWaterBottleFull entities: - uid: 89 components: - - pos: 1.1178555,5.2455997 + - type: Transform + pos: 1.1178555,5.2455997 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: Floodlight entities: - uid: 14 components: - - pos: -3.2441242,-0.24739087 + - type: Transform + pos: -3.2441242,-0.24739087 parent: 162 - type: Transform - uid: 15 components: - - pos: 2.5215008,-0.15364087 + - type: Transform + pos: 2.5215008,-0.15364087 parent: 162 - type: Transform - proto: FloorTileItemSilver entities: - uid: 40 components: - - pos: -5.551844,4.574896 + - type: Transform + pos: -5.551844,4.574896 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 41 components: - - pos: -4.723719,5.356146 + - type: Transform + pos: -4.723719,5.356146 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 42 components: - - pos: -4.911219,4.918646 + - type: Transform + pos: -4.911219,4.918646 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 43 components: - - pos: -4.645594,3.5436459 + - type: Transform + pos: -4.645594,3.5436459 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 44 components: - - pos: -1.1198876,5.262396 + - type: Transform + pos: -1.1198876,5.262396 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 45 components: - - pos: -2.4167626,4.668646 + - type: Transform + pos: -2.4167626,4.668646 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 46 components: - - pos: 1.6926124,4.418646 + - type: Transform + pos: 1.6926124,4.418646 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 47 components: - - pos: 0.7551124,3.7623959 + - type: Transform + pos: 0.7551124,3.7623959 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 48 components: - - pos: 6.4663706,3.4967709 + - type: Transform + pos: 6.4663706,3.4967709 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 49 components: - - pos: 5.9507456,4.246771 + - type: Transform + pos: 5.9507456,4.246771 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 50 components: - - pos: 5.1851206,4.465521 + - type: Transform + pos: 5.1851206,4.465521 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 51 components: - - pos: 5.2163706,4.653021 + - type: Transform + pos: 5.2163706,4.653021 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 52 components: - - pos: 5.8101206,3.7155209 + - type: Transform + pos: 5.8101206,3.7155209 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 53 components: - - pos: 4.9507456,3.6373959 + - type: Transform + pos: 4.9507456,3.6373959 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 54 components: - - pos: 4.4351206,5.512396 + - type: Transform + pos: 4.4351206,5.512396 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: FoodBakedPretzel entities: - uid: 119 components: - - pos: 0.6453335,-2.6183023 + - type: Transform + pos: 0.6453335,-2.6183023 parent: 162 - type: Transform - proto: FoodBurgerClown entities: - uid: 102 components: - - pos: -3.1165195,-4.466126 + - type: Transform + pos: -3.1165195,-4.466126 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: FoodFrozenPopsicleOrange entities: - uid: 117 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.2102695,-2.5044 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: FoodFrozenPopsicleTrash entities: - uid: 120 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.4133945,-6.4106503 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: FoodFrozenSnowconeClown entities: - uid: 103 components: - - pos: 4.0397305,-2.716126 + - type: Transform + pos: 4.0397305,-2.716126 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: FoodSnackPopcorn entities: - uid: 121 components: - - pos: -1.2727695,-2.520025 + - type: Transform + pos: -1.2727695,-2.520025 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: Girder entities: - uid: 25 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 162 - type: Transform - uid: 30 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 162 - type: Transform - uid: 32 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 162 - type: Transform - uid: 33 components: - - pos: -7.5,-5.5 + - type: Transform + pos: -7.5,-5.5 parent: 162 - type: Transform - uid: 63 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 162 - type: Transform - proto: GunpetInstrument entities: - uid: 157 components: - - pos: 0.9612335,3.3142223 + - type: Transform + pos: 0.9612335,3.3142223 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: MaterialWoodPlank entities: - uid: 95 components: - - pos: 0.55019546,5.474492 + - type: Transform + pos: 0.55019546,5.474492 parent: 162 - type: Transform - uid: 101 components: - - pos: -5.1492805,1.6008873 + - type: Transform + pos: -5.1492805,1.6008873 parent: 162 - type: Transform - proto: MedkitFilled entities: - uid: 110 components: - - pos: 2.0084805,5.6518497 + - type: Transform + pos: 2.0084805,5.6518497 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: MonkeyCubeWrapped entities: - uid: 58 components: - - pos: -0.11651945,5.1636443 + - type: Transform + pos: -0.11651945,5.1636443 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 59 components: - - pos: -0.17901945,5.5073943 + - type: Transform + pos: -0.17901945,5.5073943 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - uid: 60 components: - - pos: -0.36651945,5.2730193 + - type: Transform + pos: -0.36651945,5.2730193 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: MusicBoxInstrument entities: - uid: 20 components: - - pos: 4.2845707,1.5526171 + - type: Transform + pos: 4.2845707,1.5526171 parent: 162 - type: Transform - proto: PanFluteInstrument entities: - uid: 18 components: - - pos: -3.5435545,5.536992 + - type: Transform + pos: -3.5435545,5.536992 parent: 162 - type: Transform - proto: ParchisBoard entities: - uid: 118 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 5.4147305,3.40185 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: PartRodMetal1 entities: - uid: 62 components: - - pos: 0.22723055,-0.8676058 + - type: Transform + pos: 0.22723055,-0.8676058 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: PianoInstrument entities: - uid: 92 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 162 - type: Transform - proto: PosterContrabandClown entities: - uid: 159 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 + parent: 162 +- proto: PosterLegit50thAnniversaryVintageReprint + entities: + - uid: 116 + components: + - type: Transform + pos: 1.5,6.5 parent: 162 - type: Transform - proto: Railing entities: - uid: 66 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 162 - type: Transform - uid: 72 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 162 - type: Transform - uid: 86 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 162 - type: Transform - uid: 87 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 162 - type: Transform - uid: 122 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 162 - type: Transform - uid: 125 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,0.5 parent: 162 - type: Transform - uid: 126 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,1.5 parent: 162 - type: Transform - uid: 127 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,1.5 parent: 162 - type: Transform - uid: 128 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 162 - type: Transform - uid: 129 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 162 - type: Transform - uid: 130 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 162 - type: Transform - uid: 131 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 162 - type: Transform - uid: 132 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 162 - type: Transform - proto: RailingCorner entities: - uid: 123 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,-1.5 parent: 162 - type: Transform - uid: 124 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 162 - type: Transform - proto: RandomSnacks entities: - uid: 97 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 162 - type: Transform - uid: 99 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 162 - type: Transform - proto: RandomSpawner entities: - uid: 100 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-6.5 parent: 162 - type: Transform - uid: 109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-3.5 parent: 162 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 17 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 162 - type: Transform - proto: SalvageMobSpawner entities: - uid: 147 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 162 - type: Transform - uid: 148 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 162 - type: Transform - uid: 149 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 162 - type: Transform - uid: 150 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 162 - type: Transform - uid: 151 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 162 - type: Transform - uid: 152 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 162 - type: Transform - uid: 153 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 162 - type: Transform - uid: 154 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 162 - type: Transform - uid: 155 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 162 - type: Transform - proto: SchoolgirlUniformSpawner entities: - uid: 113 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 162 - type: Transform - proto: Stool entities: - uid: 138 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 162 - type: Transform - uid: 139 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 162 - type: Transform - uid: 140 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 162 - type: Transform - uid: 141 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 162 - type: Transform - proto: Table entities: - uid: 143 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 162 - type: Transform - uid: 144 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 162 - type: Transform - uid: 145 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 162 - type: Transform - proto: TimpaniInstrument entities: - uid: 22 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 162 - type: Transform - proto: TomDrumsInstrument entities: - uid: 16 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 162 - type: Transform - proto: ToyIan entities: - uid: 114 components: - - pos: -1.4758945,-5.6450253 + - type: Transform + pos: -1.4758945,-5.6450253 parent: 162 - type: Transform - - canCollide: False - type: Physics + - type: Physics + canCollide: False - proto: VibraphoneInstrument entities: - uid: 23 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 162 - type: Transform - proto: WallSolid entities: - uid: 24 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 162 - type: Transform - uid: 29 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 162 - type: Transform - uid: 34 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 162 - type: Transform - uid: 35 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 162 - type: Transform - uid: 37 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 162 - type: Transform - uid: 38 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 162 - type: Transform - uid: 56 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 162 - type: Transform - uid: 57 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 162 - type: Transform - uid: 61 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 162 - type: Transform - uid: 91 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 162 - type: Transform - uid: 94 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 162 - type: Transform - proto: WallSolidRust entities: - uid: 26 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 162 - type: Transform - uid: 27 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 162 - type: Transform - uid: 28 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 162 - type: Transform - uid: 31 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 162 - type: Transform - uid: 36 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 162 - type: Transform - uid: 39 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 162 - type: Transform - uid: 55 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 162 - type: Transform - uid: 93 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 162 - type: Transform - proto: WallWood entities: - uid: 1 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 162 - type: Transform - uid: 2 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 162 - type: Transform - uid: 3 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 162 - type: Transform - uid: 4 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 162 - type: Transform - uid: 5 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 162 - type: Transform - uid: 6 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 162 - type: Transform - uid: 7 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 162 - type: Transform - uid: 8 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 162 - type: Transform - uid: 9 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 162 - type: Transform - uid: 10 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 162 - type: Transform - uid: 11 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 + parent: 162 +- proto: WarpPoint + entities: + - uid: 115 + components: + - type: Transform + pos: -0.5,-1.5 parent: 162 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WoodenBuckler entities: - uid: 158 components: - - pos: 2.5538442,-1.2584877 + - type: Transform + pos: 2.5538442,-1.2584877 parent: 162 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-med-vault-01.yml b/Resources/Maps/Salvage/DeltaV/DV-med-vault-01.yml index 07ad2e11f1..8a9e480663 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-med-vault-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-med-vault-01.yml @@ -3,53 +3,54 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 40: FloorElevatorShaft - 72: FloorReinforced - 89: FloorSteelDirty - 97: FloorTechMaint2 - 112: Lattice - 113: Plating + 30: FloorDark + 43: FloorElevatorShaft + 78: FloorReinforced + 97: FloorSteelDirty + 106: FloorTechMaint2 + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 222 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAWQAAAAAAWQAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAWQAAAAAAWQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAASAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAASAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAGwAAAAAAcQAAAAAAcQAAAAAASAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAGwAAAAACGwAAAAADcQAAAAAAGwAAAAACGwAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAHgAAAAACHgAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAACcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAcQAAAAAAGwAAAAACcQAAAAAAGwAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAHgAAAAACegAAAAAAHgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAGwAAAAACGwAAAAACGwAAAAABcQAAAAAAGwAAAAACGwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAAAGwAAAAADYQAAAAAAGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAAAGwAAAAACGwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAGwAAAAACGwAAAAABYQAAAAAAGwAAAAADGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAGwAAAAABGwAAAAACGwAAAAABcQAAAAAAGwAAAAACGwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADagAAAAAAHgAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABagAAAAAAHgAAAAADHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAHgAAAAACHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: GwAAAAADcQAAAAAAGwAAAAACGwAAAAABGwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAADYQAAAAAAGwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACcQAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADagAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -182,11 +183,11 @@ entities: 1: -1,-4 2: -1,-3 61: 2,1 - type: DecalGrid - type: OccluderTree - type: Shuttle - type: RadiationGridResistance - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-2: @@ -236,7 +237,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: SpreaderGrid - type: GridPathfinding @@ -244,1219 +244,1263 @@ entities: entities: - uid: 83 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 222 - type: Transform - uid: 93 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 222 - type: Transform - uid: 94 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 222 - type: Transform - proto: APCBasic entities: - uid: 57 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 222 - type: Transform - uid: 64 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 222 - type: Transform - uid: 89 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 222 - type: Transform - proto: CableApcExtension entities: - uid: 109 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 222 - type: Transform - uid: 110 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 222 - type: Transform - uid: 111 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 222 - type: Transform - uid: 112 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 222 - type: Transform - uid: 113 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 222 - type: Transform - uid: 114 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 222 - type: Transform - uid: 115 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 222 - type: Transform - uid: 116 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 222 - type: Transform - uid: 117 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 222 - type: Transform - uid: 118 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 222 - type: Transform - uid: 119 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 222 - type: Transform - uid: 120 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 222 - type: Transform - uid: 121 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 222 - type: Transform - uid: 122 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 222 - type: Transform - uid: 123 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 222 - type: Transform - uid: 124 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 222 - type: Transform - uid: 125 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 222 - type: Transform - uid: 126 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 222 - type: Transform - uid: 127 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 222 - type: Transform - uid: 128 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 222 - type: Transform - uid: 129 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 222 - type: Transform - uid: 130 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 222 - type: Transform - uid: 131 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 222 - type: Transform - uid: 132 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 222 - type: Transform - uid: 133 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 222 - type: Transform - uid: 134 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 222 - type: Transform - uid: 135 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 222 - type: Transform - uid: 136 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 222 - type: Transform - uid: 137 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 222 - type: Transform - uid: 138 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 222 - type: Transform - uid: 139 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 222 - type: Transform - proto: CableMV entities: - uid: 60 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 222 - type: Transform - uid: 61 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 222 - type: Transform - uid: 62 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 222 - type: Transform - uid: 63 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 222 - type: Transform - uid: 65 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 222 - type: Transform - uid: 87 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 222 - type: Transform - uid: 88 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 222 - type: Transform - uid: 95 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 222 - type: Transform - uid: 96 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 222 - type: Transform - uid: 97 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 222 - type: Transform - uid: 98 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 222 - type: Transform - uid: 99 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 222 - type: Transform - uid: 100 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 222 - type: Transform - uid: 101 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 222 - type: Transform - uid: 102 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 222 - type: Transform - uid: 103 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 222 - type: Transform - uid: 104 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 222 - type: Transform - uid: 105 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 222 - type: Transform - uid: 106 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 222 - type: Transform - uid: 107 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 222 - type: Transform - uid: 108 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 222 - type: Transform - proto: Catwalk entities: - uid: 140 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 222 - type: Transform - uid: 141 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 222 - type: Transform - uid: 142 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 222 - type: Transform - uid: 143 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 222 - type: Transform - uid: 144 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 222 - type: Transform - uid: 145 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 222 - type: Transform - uid: 146 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 222 - type: Transform - proto: Chair entities: - uid: 182 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,0.5 parent: 222 - type: Transform - uid: 183 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,2.5 parent: 222 - type: Transform - proto: ChairPilotSeat entities: - uid: 188 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-6.5 parent: 222 - type: Transform - proto: ClothingBackpackDuffelSalvage entities: - uid: 193 components: - - pos: -4.5344324,-7.329025 + - type: Transform + pos: -4.5344324,-7.329025 parent: 222 - type: Transform - proto: ClothingBackpackDuffelSyndicateAmmo entities: - uid: 172 components: - - pos: -1.6170431,-2.424334 + - type: Transform + pos: -1.6170431,-2.424334 parent: 222 - type: Transform - proto: ClothingBeltUtility entities: - uid: 196 components: - - pos: -6.516491,-5.5462 + - type: Transform + pos: -6.516491,-5.5462 parent: 222 - type: Transform - proto: ClothingMaskGasSyndicate entities: - uid: 218 components: - - pos: -1.5,-3.5 - parent: 222 - type: Transform + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 219 components: - - pos: -1.5,-3.5 - parent: 222 - type: Transform + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingShoesBootsCombatFilled entities: - uid: 220 components: - - pos: -1.5,-3.5 - parent: 222 - type: Transform + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 221 components: - - pos: -1.5,-3.5 - parent: 222 - type: Transform + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpskirtOperative entities: - uid: 217 components: - - pos: -1.5,-3.5 - parent: 222 - type: Transform + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpsuitOperative entities: - uid: 216 components: - - pos: -1.5,-3.5 - parent: 222 - type: Transform + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ComputerBroken entities: - uid: 48 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-6.5 parent: 222 - type: Transform - proto: CrateSalvageEquipment entities: - uid: 16 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 222 - type: Transform - proto: Grille entities: - uid: 59 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 222 - type: Transform - uid: 68 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 222 - type: Transform - uid: 81 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 222 - type: Transform - uid: 187 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 222 - type: Transform - uid: 189 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 222 - type: Transform - proto: GrilleBroken entities: - uid: 190 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 222 - type: Transform - uid: 191 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-3.5 parent: 222 - type: Transform - uid: 192 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 222 - type: Transform - proto: HighSecArmoryLocked entities: - uid: 92 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 222 - type: Transform - proto: JetpackBlackFilled entities: - uid: 164 components: - - pos: 0.5798898,-3.4711018 + - type: Transform + pos: 0.5798898,-3.4711018 parent: 222 - type: Transform - proto: LockerElectricalSuppliesFilled entities: - uid: 173 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 222 - type: Transform - proto: LockerSyndicatePersonal entities: - uid: 149 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 222 - type: Transform - - locked: False - type: Lock - - open: True - removedMasks: 20 - type: EntityStorage + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + 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: + - 219 + - 216 + - 217 + - 220 + - 221 + - 218 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: MachineFrameDestroyed entities: - uid: 197 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 222 - type: Transform - proto: PartRodMetal1 entities: - uid: 198 components: - - pos: -5.440689,-7.3624687 + - type: Transform + pos: -5.440689,-7.3624687 parent: 222 - type: Transform - uid: 199 components: - - pos: -5.362564,-7.5187187 + - type: Transform + pos: -5.362564,-7.5187187 parent: 222 - type: Transform - uid: 200 components: - - pos: -4.534439,-4.3155937 + - type: Transform + pos: -4.534439,-4.3155937 parent: 222 - type: Transform - proto: PlasmaReinforcedWindowDirectional entities: - uid: 206 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 222 - type: Transform - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - uid: 167 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 222 - type: Transform - proto: PosterContrabandSyndicatePistol entities: - uid: 169 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 222 - type: Transform - proto: PosterContrabandSyndicateRecruitment entities: - uid: 168 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 222 - type: Transform - proto: PottedPlantBioluminscent entities: - uid: 181 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 222 - type: Transform - proto: Poweredlight entities: - uid: 184 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,2.5 parent: 222 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 195 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-4.5 parent: 222 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 148 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 222 - type: Transform - uid: 150 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 222 - type: Transform - uid: 151 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 222 - type: Transform - uid: 152 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 222 - type: Transform - uid: 153 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 222 - type: Transform - proto: RandomCargoCorpseSpawner entities: - uid: 194 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 222 - type: Transform - proto: ReinforcedGirder entities: - uid: 185 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 222 - type: Transform - uid: 186 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 222 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 3 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 222 - type: Transform - uid: 5 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 222 - type: Transform - uid: 91 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 222 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 209 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 222 - type: Transform - uid: 210 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 + parent: 222 +- proto: SalvageLootSpawner + entities: + - uid: 58 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 222 + - uid: 175 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 222 + - uid: 202 + components: + - type: Transform + pos: 0.5,-2.5 parent: 222 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 180 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 222 - type: Transform - uid: 211 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 222 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 170 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 222 - type: Transform - uid: 171 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 222 - type: Transform - uid: 176 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 222 - type: Transform - uid: 177 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 222 - type: Transform - uid: 178 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 222 - type: Transform - uid: 179 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 222 - type: Transform - uid: 212 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 222 - type: Transform - uid: 213 components: - - pos: 3.5,-4.5 - parent: 222 - type: Transform -- proto: SalvagePartsT2Spawner - entities: - - uid: 58 - components: - - pos: -1.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 222 - type: Transform - - uid: 202 - components: - - pos: 0.5,-2.5 - parent: 222 - type: Transform -- proto: SalvagePartsT4Spawner - entities: - - uid: 175 - components: - - pos: 0.5,-4.5 - parent: 222 - type: Transform - proto: SheetSteel entities: - uid: 201 components: - - pos: -5.565689,-1.4874685 + - type: Transform + pos: -5.565689,-1.4874685 parent: 222 - type: Transform - uid: 214 components: - - pos: 2.4696617,3.5103054 + - type: Transform + pos: 2.4696617,3.5103054 parent: 222 - type: Transform - proto: SignArmory entities: - uid: 30 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 222 - type: Transform - proto: SignElectricalMed entities: - uid: 174 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 222 - type: Transform - proto: SmallLight entities: - uid: 147 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-5.5 parent: 222 - type: Transform - proto: SubstationBasic entities: - uid: 53 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 222 - type: Transform - proto: trayScanner entities: - uid: 215 components: - - pos: -0.48346323,3.4946802 + - type: Transform + pos: -0.48346323,3.4946802 parent: 222 - type: Transform - proto: VendingMachineSnack entities: - uid: 208 components: - - flags: SessionSpecific - type: MetaData - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 222 - type: Transform - proto: WallPlastitanium entities: - uid: 1 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 222 - type: Transform - uid: 2 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 222 - type: Transform - uid: 4 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 222 - type: Transform - uid: 6 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 222 - type: Transform - uid: 7 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 222 - type: Transform - uid: 8 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 222 - type: Transform - uid: 9 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 222 - type: Transform - uid: 10 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 222 - type: Transform - uid: 11 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 222 - type: Transform - uid: 12 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 222 - type: Transform - uid: 13 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 222 - type: Transform - uid: 14 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 222 - type: Transform - uid: 15 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 222 - type: Transform - uid: 17 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 222 - type: Transform - uid: 18 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 222 - type: Transform - uid: 19 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 222 - type: Transform - uid: 20 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 222 - type: Transform - uid: 21 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 222 - type: Transform - uid: 22 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 222 - type: Transform - uid: 23 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 222 - type: Transform - uid: 24 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 222 - type: Transform - uid: 25 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 222 - type: Transform - uid: 26 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 222 - type: Transform - uid: 27 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 222 - type: Transform - uid: 28 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 222 - type: Transform - uid: 29 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 222 - type: Transform - uid: 31 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 222 - type: Transform - uid: 32 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 222 - type: Transform - uid: 33 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 222 - type: Transform - uid: 34 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 222 - type: Transform - uid: 35 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 222 - type: Transform - uid: 36 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 222 - type: Transform - uid: 37 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 222 - type: Transform - uid: 38 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 222 - type: Transform - uid: 39 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 222 - type: Transform - uid: 40 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 222 - type: Transform - uid: 41 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 222 - type: Transform - uid: 42 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 222 - type: Transform - uid: 43 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 222 - type: Transform - uid: 44 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 222 - type: Transform - uid: 45 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 222 - type: Transform - uid: 46 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 222 - type: Transform - uid: 47 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 222 - type: Transform - uid: 49 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 222 - type: Transform - uid: 50 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 222 - type: Transform - uid: 52 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 222 - type: Transform - uid: 54 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 222 - type: Transform - uid: 55 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 222 - type: Transform - uid: 56 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 222 - type: Transform - uid: 66 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 222 - type: Transform - uid: 67 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 222 - type: Transform - uid: 69 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 222 - type: Transform - uid: 70 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 222 - type: Transform - uid: 71 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 222 - type: Transform - uid: 72 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 222 - type: Transform - uid: 73 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 222 - type: Transform - uid: 74 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 222 - type: Transform - uid: 75 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 222 - type: Transform - uid: 76 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 222 - type: Transform - uid: 77 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 222 - type: Transform - uid: 78 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 222 - type: Transform - uid: 79 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 222 - type: Transform - uid: 80 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 222 - type: Transform - uid: 82 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 222 - type: Transform - uid: 84 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 222 - type: Transform - uid: 85 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 222 - type: Transform - uid: 86 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 222 - type: Transform - uid: 90 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 222 - type: Transform +- proto: WarpPoint + entities: + - uid: 203 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 222 + - type: WarpPoint + location: Space Debris - proto: WeaponTurretSyndicate entities: - uid: 51 components: - - flags: SessionSpecific - type: MetaData - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 222 - type: Transform - proto: WeaponTurretSyndicateBroken entities: - uid: 165 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 222 - type: Transform - uid: 166 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 222 - type: Transform - proto: WindoorSecureArmoryLocked entities: - uid: 158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-4.5 parent: 222 - type: Transform - uid: 159 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-3.5 parent: 222 - type: Transform - uid: 160 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-2.5 parent: 222 - type: Transform - uid: 161 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 parent: 222 - type: Transform - uid: 162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-3.5 parent: 222 - type: Transform - uid: 163 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-4.5 parent: 222 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 222 - type: Transform - uid: 155 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 222 - type: Transform - uid: 156 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 222 - type: Transform - uid: 157 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 222 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-medium-01.yml b/Resources/Maps/Salvage/DeltaV/DV-medium-01.yml index 567b1f29ac..d3a004d758 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-medium-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-medium-01.yml @@ -3,54 +3,55 @@ meta: postmapinit: false tilemap: 0: Space - 27: FloorDark - 72: FloorReinforced - 84: FloorSteel - 89: FloorSteelDirty - 96: FloorTechMaint - 109: FloorWhitePlastic - 112: Lattice - 113: Plating + 30: FloorDark + 78: FloorReinforced + 90: FloorSteel + 97: FloorSteelDirty + 105: FloorTechMaint + 118: FloorWhitePlastic + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 85 components: - type: MetaData - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVAAAAAADVAAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAegAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAASAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAASAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAAAVAAAAAACVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAACVAAAAAACVAAAAAACcQAAAAAAGwAAAAACGwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVAAAAAADVAAAAAADVAAAAAABYAAAAAAAVAAAAAADVAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAHgAAAAACHgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABaQAAAAAAWgAAAAADWgAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAWQAAAAAAVAAAAAAAVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAADGwAAAAABGwAAAAACcQAAAAAAcQAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAGwAAAAADGwAAAAADGwAAAAADGwAAAAABGwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAYQAAAAAAWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAegAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: VAAAAAACVAAAAAADcQAAAAAAVAAAAAACcQAAAAAAbQAAAAAAbQAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAVAAAAAADVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAGwAAAAADcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAABGwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAACWgAAAAADegAAAAAAWgAAAAACegAAAAAAdgAAAAAAdgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -2,-2: @@ -139,10 +140,10 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -303,7 +304,6 @@ entities: 6: -3,3 7: -3,4 47: 5,-1 - type: DecalGrid - type: RadiationGridResistance - type: GasTileOverlay - type: SpreaderGrid @@ -312,478 +312,479 @@ entities: entities: - uid: 198 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 85 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 41 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 85 - type: Transform - proto: AirlockScienceGlass entities: - uid: 101 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 85 - type: Transform - uid: 103 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 85 - type: Transform - uid: 140 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 85 - type: Transform - uid: 141 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 85 - type: Transform - proto: AirlockScienceLocked entities: - uid: 98 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 85 - type: Transform - proto: APCBasic entities: - uid: 114 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 85 - type: Transform - - startingCharge: 12000 - type: Battery + - type: Battery + startingCharge: 12000 - proto: AtmosDeviceFanTiny entities: - uid: 56 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 85 - type: Transform - uid: 57 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 85 - type: Transform - proto: AtmosFixInstantPlasmaFireMarker entities: - uid: 38 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 85 - type: Transform - uid: 178 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 85 - type: Transform - uid: 179 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 85 - type: Transform - uid: 180 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 85 - type: Transform - uid: 181 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 85 - type: Transform - uid: 182 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 85 - type: Transform - uid: 183 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 85 - type: Transform - uid: 184 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 85 - type: Transform - uid: 185 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 85 - type: Transform - uid: 186 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 85 - type: Transform - uid: 187 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 85 - type: Transform - uid: 188 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 85 - type: Transform - uid: 189 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 85 - type: Transform - uid: 190 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 85 - type: Transform - uid: 191 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 85 - type: Transform - uid: 192 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 85 - type: Transform - uid: 193 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 85 - type: Transform - uid: 194 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 85 - type: Transform - uid: 195 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 85 - type: Transform - uid: 196 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 85 - type: Transform - uid: 197 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 85 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 165 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 85 - type: Transform - uid: 166 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 85 - type: Transform - uid: 167 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 85 - type: Transform - proto: BannerScience entities: - uid: 175 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 85 - type: Transform - proto: BlastDoor entities: - uid: 66 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 85 - type: Transform - proto: CableApcExtension entities: - uid: 115 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 85 - type: Transform - uid: 116 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 85 - type: Transform - uid: 117 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 85 - type: Transform - uid: 118 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 85 - type: Transform - uid: 119 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 85 - type: Transform - uid: 120 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 85 - type: Transform - uid: 121 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 85 - type: Transform - uid: 122 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 85 - type: Transform - uid: 123 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 85 - type: Transform - uid: 124 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 85 - type: Transform - uid: 125 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 85 - type: Transform - uid: 126 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 85 - type: Transform - uid: 127 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 85 - type: Transform - uid: 128 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 85 - type: Transform - uid: 129 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 85 - type: Transform - uid: 130 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 85 - type: Transform - uid: 131 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 85 - type: Transform - uid: 132 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 85 - type: Transform - uid: 133 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 85 - type: Transform - uid: 134 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 85 - type: Transform - uid: 135 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 85 - type: Transform - uid: 142 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 85 - type: Transform - uid: 143 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 85 - type: Transform - uid: 144 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 85 - type: Transform - uid: 145 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 85 - type: Transform - uid: 146 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 85 - type: Transform - uid: 168 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 85 - type: Transform - uid: 169 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 85 - type: Transform - uid: 170 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 85 - type: Transform - uid: 171 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 85 - type: Transform - proto: CableMV entities: - uid: 106 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 85 - type: Transform - uid: 107 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 85 - type: Transform - uid: 108 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 85 - type: Transform - uid: 110 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 85 - type: Transform - uid: 111 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 85 - type: Transform - uid: 112 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 85 - type: Transform - uid: 113 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 85 - type: Transform - uid: 150 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 85 - type: Transform - uid: 151 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 85 - type: Transform - uid: 152 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 85 - type: Transform - uid: 153 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 85 - type: Transform - uid: 154 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 85 - type: Transform - uid: 155 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 85 - type: Transform - proto: Catwalk entities: - uid: 156 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 85 - type: Transform - uid: 157 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 85 - type: Transform - uid: 158 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 85 - type: Transform - proto: ChairOfficeLight entities: - uid: 54 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 85 - type: Transform - proto: ClosetRadiationSuitFilled entities: - uid: 39 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 85 - type: Transform - proto: ClothingEyesGlassesMeson entities: - uid: 86 components: - - pos: -0.47997117,-4.461707 + - type: Transform + pos: -0.47997117,-4.461707 parent: 85 - type: Transform - proto: ClothingNeckTieSci entities: - uid: 209 components: - - pos: 1.8960507,-1.1323422 + - type: Transform + pos: 1.8960507,-1.1323422 parent: 85 - type: Transform - proto: CrateScienceSecure entities: - uid: 176 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 85 - type: Transform - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -793,763 +794,781 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: FloorDrain entities: - uid: 48 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 85 - type: Transform - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - proto: GasPassiveVent entities: - uid: 162 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-6.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - uid: 163 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-6.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - proto: GasPipeStraight entities: - uid: 63 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-5.5 parent: 85 - type: Transform - uid: 159 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 85 - type: Transform - uid: 160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-3.5 parent: 85 - type: Transform - uid: 161 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-5.5 parent: 85 - type: Transform - proto: GasPort entities: - uid: 88 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - uid: 104 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - proto: GasPressurePump entities: - uid: 62 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-4.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - uid: 105 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - proto: Grille entities: - uid: 164 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 85 - type: Transform - uid: 220 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 85 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 55 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 85 - type: Transform - proto: IngotGold entities: - uid: 177 components: - - flags: InContainer - type: MetaData - - parent: 176 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 176 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: NitrogenCanister entities: - uid: 206 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 85 - type: Transform + - type: AtmosDevice + joinedGrid: 85 - proto: PersonalAI entities: - uid: 205 components: - - flags: SessionSpecific - type: MetaData - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.4750137,0.46483886 parent: 85 - type: Transform - proto: PosterContrabandHighEffectEngineering entities: - uid: 11 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 85 - type: Transform - proto: PottedPlant27 entities: - uid: 207 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 85 - type: Transform - proto: Poweredlight entities: - uid: 136 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 85 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 138 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 85 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 139 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 85 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 78 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 85 - type: Transform - uid: 102 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 85 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 20 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 85 - type: Transform - proto: RandomScienceCorpseSpawner entities: - uid: 208 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 85 - type: Transform - proto: ReinforcedGirder entities: - uid: 80 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 85 - type: Transform - proto: ReinforcedPlasmaWindow entities: - uid: 29 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 85 - type: Transform - proto: ReinforcedWindow entities: - uid: 76 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 85 - type: Transform - proto: ResearchDisk entities: - uid: 87 components: - - pos: 0.4636767,0.4553157 + - type: Transform + pos: 0.4636767,0.4553157 parent: 85 - type: Transform - proto: ResearchDisk5000 entities: - uid: 28 components: - - pos: 2.5105517,3.4693582 + - type: Transform + pos: 2.5105517,3.4693582 parent: 85 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 69 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 85 - type: Transform - uid: 70 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 85 - type: Transform - uid: 72 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 85 - type: Transform - uid: 96 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 85 - type: Transform - uid: 97 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 85 - type: Transform - uid: 99 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 85 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 77 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 85 - type: Transform - uid: 93 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 85 - type: Transform - uid: 172 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 85 - type: Transform - uid: 173 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 85 - type: Transform - proto: SheetPlasteel entities: - uid: 202 components: - - pos: -2.4845572,4.4791417 + - type: Transform + pos: -2.4845572,4.4791417 parent: 85 - type: Transform - proto: SheetPlastic entities: - uid: 68 components: - - pos: -0.45594323,0.51739144 + - type: Transform + pos: -0.45594323,0.51739144 parent: 85 - type: Transform - proto: SignRND entities: - uid: 16 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 85 - type: Transform - uid: 137 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 85 - type: Transform - proto: SignToxins2 entities: - uid: 65 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 85 - type: Transform - proto: SinkWide entities: - uid: 40 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 85 - type: Transform - proto: SpaceTickSpawner entities: - uid: 210 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 85 - type: Transform - proto: SpawnMobSpiderSalvage entities: - uid: 53 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 85 - type: Transform - uid: 211 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 85 - type: Transform - uid: 212 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 85 - type: Transform - uid: 213 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 85 - type: Transform - proto: SpawnVendingMachineRestockFoodDrink entities: - uid: 74 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 85 - type: Transform - proto: SpiderWeb entities: - uid: 214 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 85 - type: Transform - uid: 215 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 85 - type: Transform - uid: 216 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 85 - type: Transform - uid: 217 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 85 - type: Transform - uid: 218 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 85 - type: Transform - uid: 219 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 85 - type: Transform - proto: SubstationBasic entities: - uid: 109 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 85 - type: Transform - proto: Table entities: - uid: 83 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 85 - type: Transform - uid: 84 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 85 - type: Transform - proto: WallReinforced entities: - uid: 3 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 85 - type: Transform - uid: 17 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 85 - type: Transform - uid: 30 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 85 - type: Transform - uid: 31 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 85 - type: Transform - uid: 32 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 85 - type: Transform - uid: 33 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 85 - type: Transform - uid: 43 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 85 - type: Transform - uid: 44 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 85 - type: Transform - uid: 45 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 85 - type: Transform - uid: 46 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 85 - type: Transform - uid: 47 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 85 - type: Transform - uid: 49 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 85 - type: Transform - uid: 50 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 85 - type: Transform - uid: 51 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 85 - type: Transform - uid: 52 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 85 - type: Transform - uid: 58 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 85 - type: Transform - uid: 59 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 85 - type: Transform - uid: 60 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 85 - type: Transform - uid: 61 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 85 - type: Transform - uid: 64 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 85 - type: Transform - uid: 71 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 85 - type: Transform - uid: 73 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 85 - type: Transform - uid: 75 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 85 - type: Transform - uid: 79 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 85 - type: Transform - uid: 89 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 85 - type: Transform - uid: 90 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 85 - type: Transform - uid: 91 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 85 - type: Transform - uid: 92 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 85 - type: Transform - uid: 94 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 85 - type: Transform - uid: 95 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 85 - type: Transform - uid: 100 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 85 - type: Transform - uid: 200 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 85 - type: Transform - uid: 201 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 85 - type: Transform - uid: 203 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 85 - type: Transform - uid: 204 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 85 - type: Transform - proto: WallSolid entities: - uid: 1 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 85 - type: Transform - uid: 2 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 85 - type: Transform - uid: 4 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 85 - type: Transform - uid: 6 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 85 - type: Transform - uid: 9 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 85 - type: Transform - uid: 10 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 85 - type: Transform - uid: 12 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 85 - type: Transform - uid: 13 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 85 - type: Transform - uid: 14 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 85 - type: Transform - uid: 18 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 85 - type: Transform - uid: 19 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 85 - type: Transform - uid: 21 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 85 - type: Transform - uid: 22 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 85 - type: Transform - uid: 23 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 85 - type: Transform - uid: 24 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 85 - type: Transform - uid: 25 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 85 - type: Transform - uid: 26 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 85 - type: Transform - uid: 27 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 85 - type: Transform - uid: 34 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 85 - type: Transform - uid: 35 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 85 - type: Transform - uid: 36 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 85 - type: Transform - uid: 37 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 85 - type: Transform - uid: 42 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 85 - type: Transform - uid: 81 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 85 - type: Transform - uid: 82 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 85 - type: Transform - uid: 147 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 85 - type: Transform - uid: 148 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 85 - type: Transform - uid: 149 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 85 - type: Transform - uid: 174 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 85 - type: Transform - uid: 199 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 85 - type: Transform - proto: WallSolidRust entities: - uid: 5 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 85 - type: Transform - uid: 7 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 85 - type: Transform - uid: 8 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 85 - type: Transform - uid: 15 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 85 - type: Transform - uid: 67 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 + parent: 85 +- proto: WarpPoint + entities: + - uid: 221 + components: + - type: Transform + pos: -0.5,-0.5 parent: 85 - type: Transform + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-mining-outpost-01.yml b/Resources/Maps/Salvage/DeltaV/DV-mining-outpost-01.yml index 75a8447aee..83bacc80c3 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-mining-outpost-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-mining-outpost-01.yml @@ -4,55 +4,56 @@ meta: tilemap: 0: Space 7: FloorAsteroidSand - 64: FloorMono - 72: FloorReinforced - 96: FloorTechMaint - 98: FloorTechMaint3 - 112: Lattice - 113: Plating + 70: FloorMono + 78: FloorReinforced + 105: FloorTechMaint + 107: FloorTechMaint3 + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 284 components: - type: MetaData - - pos: 0.46846703,0.5030661 + - type: Transform + pos: 0.46846703,0.5030661 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYAAAAAAAcQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYAAAAAAAQAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYgAAAAAAYgAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAYAAAAAAAcAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAQAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAAAawAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAAAawAAAAAAaQAAAAAARgAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAAAawAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAARgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAQAAAAAAAYgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAYgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARgAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAQAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAYgAAAAAAYgAAAAAASAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAARgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAawAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: cAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -132,8 +133,8 @@ entities: decals: 7: -4.633304,-0.61369544 8: -0.65413725,-4.4601173 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -211,7 +212,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -219,1601 +219,1616 @@ entities: entities: - uid: 101 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 284 - type: Transform - uid: 102 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 284 - type: Transform - proto: AirlockExternalGlass entities: - uid: 37 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 284 - type: Transform - uid: 53 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 284 - type: Transform - uid: 54 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 284 - type: Transform - uid: 55 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 284 - type: Transform - proto: AirTankFilled entities: - uid: 105 components: - - pos: -3.655161,2.513293 + - type: Transform + pos: -3.655161,2.513293 parent: 284 - type: Transform - uid: 235 components: - - pos: -3.295786,2.3882062 + - type: Transform + pos: -3.295786,2.3882062 parent: 284 - type: Transform - proto: APCConstructed entities: - uid: 116 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 284 - type: Transform - proto: AtmosFixBlockerMarker entities: - uid: 91 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 284 - type: Transform - uid: 93 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 284 - type: Transform - uid: 172 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 284 - type: Transform - uid: 173 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 284 - type: Transform - uid: 236 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 284 - type: Transform - uid: 237 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 284 - type: Transform - uid: 245 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 284 - type: Transform - uid: 246 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 284 - type: Transform - uid: 258 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 284 - type: Transform - uid: 264 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 284 - type: Transform - uid: 265 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 284 - type: Transform - uid: 266 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 284 - type: Transform - uid: 267 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 284 - type: Transform - uid: 268 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 284 - type: Transform - uid: 269 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 284 - type: Transform - uid: 270 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 284 - type: Transform - uid: 271 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 284 - type: Transform - uid: 272 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 284 - type: Transform - uid: 273 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 284 - type: Transform - uid: 274 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 284 - type: Transform - uid: 275 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 284 - type: Transform - uid: 276 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 284 - type: Transform - uid: 277 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 284 - type: Transform - uid: 278 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 284 - type: Transform - uid: 279 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 284 - type: Transform - uid: 281 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 284 - type: Transform - uid: 282 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 284 - type: Transform - uid: 283 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 284 - type: Transform - proto: Bed entities: - uid: 109 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 284 - type: Transform - uid: 110 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 284 - type: Transform - proto: BedsheetSpawner entities: - uid: 111 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 284 - type: Transform - - chance: 0.5 - type: RandomSpawner + - type: RandomSpawner + chance: 0.5 - uid: 112 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 284 - type: Transform - - chance: 0.5 - type: RandomSpawner + - type: RandomSpawner + chance: 0.5 - proto: CableApcExtension entities: - uid: 117 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 284 - type: Transform - uid: 118 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 284 - type: Transform - uid: 119 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 284 - type: Transform - uid: 120 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 284 - type: Transform - uid: 121 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 284 - type: Transform - uid: 122 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 284 - type: Transform - uid: 123 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 284 - type: Transform - uid: 124 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 284 - type: Transform - uid: 125 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 284 - type: Transform - uid: 126 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 284 - type: Transform - uid: 127 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 284 - type: Transform - uid: 128 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 284 - type: Transform - uid: 129 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 284 - type: Transform - uid: 130 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 284 - type: Transform - uid: 131 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 284 - type: Transform - uid: 132 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 284 - type: Transform - uid: 133 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 284 - type: Transform - uid: 134 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 284 - type: Transform - uid: 135 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 284 - type: Transform - uid: 136 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 284 - type: Transform - uid: 137 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 284 - type: Transform - uid: 138 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 284 - type: Transform - uid: 139 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 284 - type: Transform - uid: 140 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 284 - type: Transform - uid: 141 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 284 - type: Transform - uid: 142 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 284 - type: Transform - uid: 143 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 284 - type: Transform - uid: 144 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 284 - type: Transform - uid: 145 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 284 - type: Transform - uid: 146 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 284 - type: Transform - uid: 147 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 284 - type: Transform - proto: CableHV entities: - uid: 157 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 284 - type: Transform - uid: 158 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 284 - type: Transform - uid: 159 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 284 - type: Transform - proto: CableMV entities: - uid: 160 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 284 - type: Transform - uid: 161 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 284 - type: Transform - uid: 162 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 284 - type: Transform - uid: 163 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 284 - type: Transform - uid: 164 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 284 - type: Transform - uid: 165 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 284 - type: Transform - uid: 166 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 284 - type: Transform - uid: 167 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 284 - type: Transform - uid: 168 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 284 - type: Transform - uid: 169 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 284 - type: Transform - uid: 170 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 284 - type: Transform - uid: 171 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 284 - type: Transform - proto: Catwalk entities: - uid: 65 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 284 - type: Transform - uid: 66 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 284 - type: Transform - uid: 67 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 284 - type: Transform - uid: 68 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 284 - type: Transform - uid: 69 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 284 - type: Transform - uid: 70 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 284 - type: Transform - uid: 71 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 284 - type: Transform - uid: 72 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 284 - type: Transform - uid: 73 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 284 - type: Transform - uid: 74 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 284 - type: Transform - uid: 75 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 284 - type: Transform - uid: 76 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 284 - type: Transform - uid: 77 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 284 - type: Transform - uid: 232 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 284 - type: Transform - uid: 233 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 284 - type: Transform - uid: 234 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 284 - type: Transform - proto: ChairFolding entities: - uid: 231 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.7355804,1.7239218 parent: 284 - type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 230 components: - - pos: -3.5376635,0.53559655 + - type: Transform + pos: -3.5376635,0.53559655 parent: 284 - type: Transform - proto: ChairPilotSeat entities: - uid: 113 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 284 - type: Transform - proto: CheapLighter entities: - uid: 256 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 2.6145763,-5.187339 parent: 284 - type: Transform - proto: CigaretteSpent entities: - uid: 257 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.3541598,-3.9260468 parent: 284 - type: Transform - uid: 260 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.4166598,-3.7801125 parent: 284 - type: Transform - uid: 262 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.2604098,-3.727993 parent: 284 - type: Transform - uid: 263 components: - - pos: 2.156243,-3.7384167 + - type: Transform + pos: 2.156243,-3.7384167 parent: 284 - type: Transform - proto: CigPackGreen entities: - uid: 261 components: - - pos: 2.2395763,-5.1977634 + - type: Transform + pos: 2.2395763,-5.1977634 parent: 284 - type: Transform - proto: ClosetToolFilled entities: - uid: 149 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 284 - type: Transform - proto: ClothingBackpackSalvage entities: - uid: 175 components: - - pos: -5.429078,2.4890895 + - type: Transform + pos: -5.429078,2.4890895 parent: 284 - type: Transform - proto: ComputerBroken entities: - uid: 108 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,-3.5 parent: 284 - type: Transform - proto: DrinkSpaceMountainWindBottleFull entities: - uid: 247 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.1726906,-3.3062963 parent: 284 - type: Transform - proto: DrinkSpaceMountainWindCan entities: - uid: 248 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.10855964,-5.1826 parent: 284 - type: Transform - proto: EmergencyLight entities: - uid: 259 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 284 - type: Transform - - enabled: True - type: PointLight + - type: PointLight + enabled: True - type: ActiveEmergencyLight - proto: ExtinguisherCabinetFilled entities: - uid: 106 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 284 - type: Transform - uid: 107 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 284 - type: Transform - proto: FireAxeCabinetOpen entities: - uid: 255 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,2.5 parent: 284 - type: Transform - proto: Floodlight entities: - uid: 228 components: - - pos: 2.7469532,-3.473565 + - type: Transform + pos: 2.7469532,-3.473565 parent: 284 - type: Transform - proto: FloodlightBroken entities: - uid: 229 components: - - pos: 3.8823698,0.47709483 + - type: Transform + pos: 3.8823698,0.47709483 parent: 284 - type: Transform - proto: GasCanisterBrokenBase entities: - uid: 156 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 284 - type: Transform - proto: GasPipeBend entities: - uid: 95 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-4.5 parent: 284 - type: Transform - proto: GasPipeStraight entities: - uid: 96 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 284 - type: Transform - uid: 97 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-4.5 parent: 284 - type: Transform - uid: 98 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-4.5 parent: 284 - type: Transform - uid: 99 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-4.5 parent: 284 - type: Transform - uid: 103 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 284 - type: Transform - proto: GasPipeTJunction entities: - uid: 94 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,-2.5 parent: 284 - type: Transform - proto: GasPort entities: - uid: 100 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-2.5 parent: 284 - type: Transform + - type: AtmosDevice + joinedGrid: 284 - proto: GasVentPump entities: - uid: 78 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 284 - type: Transform + - type: AtmosDevice + joinedGrid: 284 - uid: 79 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,-4.5 parent: 284 - type: Transform + - type: AtmosDevice + joinedGrid: 284 - proto: GeneratorRTGDamaged entities: - uid: 114 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 284 - type: Transform - proto: Grille entities: - uid: 6 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 284 - type: Transform - uid: 18 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 284 - type: Transform - uid: 19 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 284 - type: Transform - uid: 20 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 284 - type: Transform - uid: 21 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 284 - type: Transform - uid: 32 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 284 - type: Transform - uid: 33 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 284 - type: Transform - uid: 34 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 284 - type: Transform - uid: 38 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 284 - type: Transform - uid: 41 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 284 - type: Transform - uid: 46 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 284 - type: Transform - proto: GrilleBroken entities: - uid: 241 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 284 - type: Transform - proto: Machete entities: - uid: 174 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5436616,2.5724807 parent: 284 - type: Transform - proto: MachineFrame entities: - uid: 225 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 284 - type: Transform - uid: 226 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 284 - type: Transform - uid: 238 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 284 - type: Transform - uid: 239 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 284 - type: Transform - proto: OreProcessor entities: - uid: 92 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 284 - type: Transform - proto: Pickaxe entities: - uid: 227 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.7460394,0.66541046 parent: 284 - type: Transform - proto: PosterLegitSafetyInternals entities: - uid: 244 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 284 - type: Transform - proto: Poweredlight entities: - uid: 40 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-0.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-5.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 150 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-2.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 151 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-4.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver -- proto: PoweredlightExterior + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredLightBlueInterior entities: - uid: 154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 155 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 152 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-4.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 153 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 284 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 90 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 284 - type: Transform - proto: Railing entities: - uid: 56 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 284 - type: Transform - uid: 57 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 284 - type: Transform - uid: 61 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,1.5 parent: 284 - type: Transform - uid: 62 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,2.5 parent: 284 - type: Transform - proto: RailingCorner entities: - uid: 58 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-0.5 parent: 284 - type: Transform - uid: 59 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.5,0.5 parent: 284 - type: Transform - proto: RailingCornerSmall entities: - uid: 60 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 284 - type: Transform - proto: RandomPosterAny entities: - uid: 184 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 284 - type: Transform - proto: RandomRockSpawner entities: - uid: 63 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 284 - type: Transform - uid: 64 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 284 - type: Transform - uid: 190 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 284 - type: Transform - uid: 191 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 284 - type: Transform - uid: 192 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 284 - type: Transform - uid: 194 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 284 - type: Transform - uid: 195 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 284 - type: Transform - uid: 196 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 284 - type: Transform - uid: 197 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 284 - type: Transform - uid: 198 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 284 - type: Transform - uid: 199 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 284 - type: Transform - uid: 200 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 284 - type: Transform - uid: 201 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 284 - type: Transform - uid: 202 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 284 - type: Transform - uid: 203 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 284 - type: Transform - uid: 204 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 284 - type: Transform - uid: 205 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 284 - type: Transform - uid: 206 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 284 - type: Transform - uid: 207 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 284 - type: Transform - uid: 208 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 284 - type: Transform - uid: 209 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 284 - type: Transform - uid: 210 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 284 - type: Transform - uid: 211 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 284 - type: Transform - uid: 212 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 284 - type: Transform - uid: 213 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 284 - type: Transform - uid: 214 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 284 - type: Transform - uid: 215 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 284 - type: Transform - uid: 216 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 284 - type: Transform - uid: 217 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 284 - type: Transform - uid: 218 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 284 - type: Transform - uid: 219 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 284 - type: Transform - uid: 220 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 284 - type: Transform - uid: 221 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 284 - type: Transform - uid: 222 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 284 - type: Transform - uid: 223 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 284 - type: Transform - uid: 224 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 284 - type: Transform - proto: RandomSpawner entities: - uid: 249 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 284 - type: Transform - uid: 250 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 284 - type: Transform - uid: 251 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 284 - type: Transform - uid: 252 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 284 - type: Transform - uid: 253 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 284 - type: Transform - uid: 254 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 284 - type: Transform - proto: ReinforcedGirder entities: - uid: 2 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 284 - type: Transform - uid: 26 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 284 - type: Transform - proto: ReinforcedWindow entities: - uid: 24 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 284 - type: Transform - uid: 27 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 284 - type: Transform - uid: 28 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 284 - type: Transform - uid: 48 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 284 - type: Transform - uid: 51 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 284 - type: Transform - uid: 84 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 284 - type: Transform - uid: 85 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 284 - type: Transform - uid: 86 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 284 - type: Transform - uid: 87 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 284 - type: Transform - uid: 240 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 284 - type: Transform - uid: 242 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 284 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 176 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 284 - type: Transform - uid: 178 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 284 - type: Transform - uid: 179 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 284 - type: Transform - uid: 180 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 284 - type: Transform - proto: SalvageMobSpawner entities: - uid: 185 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 284 - type: Transform - uid: 186 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 284 - type: Transform - uid: 189 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 284 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 182 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 284 - type: Transform - uid: 187 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 284 - type: Transform - uid: 188 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 284 - type: Transform - uid: 243 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 284 - type: Transform - uid: 280 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 284 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 177 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 284 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 104 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 284 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 181 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 284 - type: Transform - proto: SpawnMobOreCrab entities: - uid: 193 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 284 - type: Transform - proto: SubstationWallBasic entities: - uid: 115 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 284 - type: Transform - proto: Table entities: - uid: 88 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 284 - type: Transform - uid: 89 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 284 - type: Transform - proto: WallReinforced entities: - uid: 1 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 284 - type: Transform - uid: 3 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 284 - type: Transform - uid: 4 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 284 - type: Transform - uid: 5 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 284 - type: Transform - uid: 7 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 284 - type: Transform - uid: 8 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 284 - type: Transform - uid: 9 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 284 - type: Transform - uid: 10 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 284 - type: Transform - uid: 11 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 284 - type: Transform - uid: 12 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 284 - type: Transform - uid: 13 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 284 - type: Transform - uid: 14 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 284 - type: Transform - uid: 15 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 284 - type: Transform - uid: 16 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 284 - type: Transform - uid: 17 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 284 - type: Transform - uid: 22 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 284 - type: Transform - uid: 23 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 284 - type: Transform - uid: 25 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 284 - type: Transform - uid: 29 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 284 - type: Transform - uid: 30 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 284 - type: Transform - uid: 31 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 284 - type: Transform - uid: 35 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 284 - type: Transform - uid: 36 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 284 - type: Transform - uid: 39 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 284 - type: Transform - uid: 42 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 284 - type: Transform - uid: 43 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 284 - type: Transform - uid: 44 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 284 - type: Transform - uid: 45 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 284 - type: Transform - uid: 47 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 284 - type: Transform - uid: 49 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 284 - type: Transform - uid: 50 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 284 - type: Transform - uid: 52 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 284 - type: Transform - proto: WallSolid entities: - uid: 80 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 284 - type: Transform - uid: 81 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 284 - type: Transform - uid: 82 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 284 - type: Transform - uid: 83 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 + parent: 284 +- proto: WarpPoint + entities: + - uid: 285 + components: + - type: Transform + pos: -1.5,-0.5 parent: 284 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeldingFuelTankFull entities: - uid: 183 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 284 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-research-outpost-01.yml b/Resources/Maps/Salvage/DeltaV/DV-research-outpost-01.yml index 62b0e9d437..ed36b29abf 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-research-outpost-01.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-research-outpost-01.yml @@ -3,88 +3,89 @@ meta: postmapinit: false tilemap: 0: Space - 15: FloorBlueCircuit - 28: FloorDarkDiagonal - 72: FloorReinforced - 87: FloorSteelDiagonal - 98: FloorTechMaint3 - 112: Lattice - 113: Plating + 18: FloorBlueCircuit + 31: FloorDarkDiagonal + 78: FloorReinforced + 95: FloorSteelDiagonal + 107: FloorTechMaint3 + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 1 components: - type: MetaData - - pos: 0.52083397,0.520833 + - type: Transform + pos: 0.52083397,0.520833 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACVwAAAAABVwAAAAABVwAAAAAAVwAAAAADVwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAADSAAAAAAASAAAAAAAVwAAAAADVwAAAAAAVwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADSAAAAAAASAAAAAAASAAAAAAAVwAAAAABVwAAAAACVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACSAAAAAAASAAAAAAASAAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACSAAAAAAASAAAAAAASAAAAAAAVwAAAAAAVwAAAAAAVwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACVwAAAAABcQAAAAAAVwAAAAABVwAAAAABVwAAAAACVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAABcQAAAAAAVwAAAAADVwAAAAABVwAAAAABVwAAAAACVwAAAAADcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAACVwAAAAAAVwAAAAAAVwAAAAACVwAAAAABVwAAAAAAVwAAAAACVwAAAAADVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAAAVwAAAAAAVwAAAAACVwAAAAAAVwAAAAADVwAAAAAAVwAAAAAAVwAAAAABVwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAAAVwAAAAABVwAAAAAAVwAAAAADVwAAAAABVwAAAAABVwAAAAADVwAAAAAAVwAAAAABAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAACVwAAAAABVwAAAAACVwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAABVwAAAAADVwAAAAADcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAYgAAAAACHAAAAAABHAAAAAACAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAACVwAAAAAAVwAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAHAAAAAAAYgAAAAAAHAAAAAACHAAAAAACAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAAAVwAAAAADVwAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAHAAAAAAAYgAAAAACHAAAAAACHAAAAAABAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAHAAAAAAAYgAAAAADHAAAAAACHAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAAAXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAADXwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAADXwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAACXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXwAAAAADegAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAACegAAAAAAXwAAAAADXwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAAAegAAAAAAXwAAAAACXwAAAAABXwAAAAACXwAAAAACXwAAAAADXwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAACXwAAAAACXwAAAAACXwAAAAACXwAAAAAAXwAAAAACXwAAAAADXwAAAAAAXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAAAXwAAAAACXwAAAAABXwAAAAAAXwAAAAACXwAAAAAAXwAAAAAAXwAAAAADXwAAAAACXwAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAACXwAAAAAAXwAAAAABXwAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAACXwAAAAADXwAAAAAAXwAAAAAAXwAAAAADTgAAAAAATgAAAAAAAAAAAAAAegAAAAAAegAAAAAAawAAAAACHwAAAAAAHwAAAAAAAAAAAAAAegAAAAAAXwAAAAABXwAAAAACXwAAAAACXwAAAAABXwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHwAAAAAAawAAAAADHwAAAAAAHwAAAAADAAAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAADXwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHwAAAAAAawAAAAADHwAAAAACHwAAAAACAAAAAAAAegAAAAAAXwAAAAADXwAAAAABXwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHwAAAAADawAAAAAAHwAAAAADHwAAAAAD version: 6 0,-1: ind: 0,-1 - tiles: VwAAAAAAVwAAAAABVwAAAAADVwAAAAABVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAACSAAAAAAASAAAAAAAVwAAAAADVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAAASAAAAAAASAAAAAAASAAAAAAAVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAACSAAAAAAASAAAAAAASAAAAAAAVwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAABSAAAAAAASAAAAAAASAAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACVwAAAAADVwAAAAACVwAAAAADVwAAAAADVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAACVwAAAAAAVwAAAAADVwAAAAADVwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAVwAAAAABVwAAAAACVwAAAAACVwAAAAAAVwAAAAABVwAAAAABVwAAAAACVwAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACVwAAAAACVwAAAAAAVwAAAAACVwAAAAADVwAAAAADVwAAAAAAVwAAAAABVwAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAABVwAAAAACVwAAAAADVwAAAAADVwAAAAADVwAAAAACVwAAAAABVwAAAAACVwAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAACVwAAAAABVwAAAAABVwAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAYgAAAAABcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAADVwAAAAACVwAAAAADVwAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAADYgAAAAACHAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAACVwAAAAAAVwAAAAACVwAAAAACVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAYgAAAAAAHAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAADVwAAAAAAVwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAADYgAAAAACHAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAACVwAAAAAAVwAAAAADcQAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADXwAAAAACXwAAAAADXwAAAAADXwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAABegAAAAAAXwAAAAAAXwAAAAAAXwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXwAAAAAAXwAAAAADXwAAAAABXwAAAAACXwAAAAABegAAAAAAXwAAAAABXwAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADXwAAAAADXwAAAAACXwAAAAACXwAAAAABXwAAAAADXwAAAAAAXwAAAAACXwAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAAAXwAAAAABXwAAAAACXwAAAAACXwAAAAABXwAAAAAAXwAAAAADXwAAAAABXwAAAAAAXwAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAACXwAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABawAAAAACegAAAAAAegAAAAAAAAAAAAAATgAAAAAATgAAAAAAXwAAAAACXwAAAAACXwAAAAAAXwAAAAACXwAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAawAAAAACHwAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAXwAAAAADXwAAAAADXwAAAAAAXwAAAAAAXwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHwAAAAABawAAAAADHwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAXwAAAAACXwAAAAAAXwAAAAADXwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHwAAAAACawAAAAABHwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAXwAAAAACXwAAAAADXwAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAcQAAAAAAVwAAAAADVwAAAAABVwAAAAADcQAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAYgAAAAABcQAAAAAAHAAAAAACYgAAAAADHAAAAAACHAAAAAADAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAAAVwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABcQAAAAAAcQAAAAAADwAAAAAAHAAAAAACHAAAAAAAAAAAAAAAcQAAAAAAVwAAAAADVwAAAAACVwAAAAACcQAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAYgAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAHAAAAAACAAAAAAAAcQAAAAAAVwAAAAABVwAAAAACVwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABcQAAAAAAcQAAAAAAHAAAAAACHAAAAAAAHAAAAAACcAAAAAAAcQAAAAAAVwAAAAADVwAAAAAAVwAAAAACcQAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAYgAAAAABcQAAAAAAcQAAAAAAHAAAAAADHAAAAAAAHAAAAAACAAAAAAAAcQAAAAAAVwAAAAACVwAAAAADVwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADcQAAAAAAcQAAAAAAHAAAAAADHAAAAAABHAAAAAAAAAAAAAAAcQAAAAAAVwAAAAADVwAAAAAAVwAAAAACcQAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAYgAAAAABcQAAAAAAcQAAAAAAHAAAAAACHAAAAAADHAAAAAACAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAACVwAAAAADcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAADYgAAAAABcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAVwAAAAADcQAAAAAAVwAAAAAAVwAAAAAAVwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAACVwAAAAABVwAAAAACVwAAAAAAVwAAAAAAVwAAAAADVwAAAAABVwAAAAAAVwAAAAADVwAAAAADVwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAACVwAAAAADVwAAAAACVwAAAAADVwAAAAAAVwAAAAADVwAAAAACVwAAAAABVwAAAAABVwAAAAAAVwAAAAABVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAADVwAAAAABVwAAAAADVwAAAAABVwAAAAABVwAAAAADVwAAAAACVwAAAAAAVwAAAAADVwAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAADVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAAAVwAAAAAA + tiles: AAAAAAAAegAAAAAAXwAAAAAAXwAAAAACXwAAAAADTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAACegAAAAAAHwAAAAACawAAAAAAHwAAAAADHwAAAAADAAAAAAAAegAAAAAAXwAAAAACXwAAAAAAXwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABegAAAAAAegAAAAAAEgAAAAAAHwAAAAADHwAAAAABAAAAAAAAegAAAAAAXwAAAAABXwAAAAACXwAAAAACTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAADAAAAAAAAegAAAAAAXwAAAAAAXwAAAAABXwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABegAAAAAAegAAAAAAHwAAAAACHwAAAAAAHwAAAAABeQAAAAAAegAAAAAAXwAAAAAAXwAAAAAAXwAAAAACTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAAAegAAAAAAegAAAAAAHwAAAAACHwAAAAADHwAAAAABAAAAAAAAegAAAAAAXwAAAAAAXwAAAAADXwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABegAAAAAAegAAAAAAHwAAAAACHwAAAAABHwAAAAABAAAAAAAAegAAAAAAXwAAAAABXwAAAAAAXwAAAAADTgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAABegAAAAAAegAAAAAAHwAAAAADHwAAAAABHwAAAAACAAAAAAAAegAAAAAAXwAAAAACXwAAAAAAXwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAACXwAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAawAAAAABawAAAAABawAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAXwAAAAADegAAAAAAXwAAAAADXwAAAAABXwAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAACXwAAAAACXwAAAAACXwAAAAADXwAAAAABXwAAAAABXwAAAAABXwAAAAADXwAAAAABXwAAAAABXwAAAAADXwAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAAAXwAAAAADXwAAAAACXwAAAAADXwAAAAACXwAAAAAAXwAAAAABXwAAAAADXwAAAAACXwAAAAABXwAAAAAAXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAADXwAAAAAAXwAAAAABXwAAAAABXwAAAAAAXwAAAAACXwAAAAADXwAAAAAAXwAAAAACXwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAADXwAAAAACXwAAAAAA version: 6 0,0: ind: 0,0 - tiles: HAAAAAABYgAAAAAAHAAAAAACcQAAAAAAYgAAAAABcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAADDwAAAAAAcQAAAAAAcQAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAADVwAAAAADVwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAVwAAAAACVwAAAAACVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAABHAAAAAACcQAAAAAAcQAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAABVwAAAAADVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAADHAAAAAAAcQAAAAAAcQAAAAAAYgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAVwAAAAABVwAAAAACVwAAAAADcQAAAAAAcAAAAAAAcAAAAAAAHAAAAAADHAAAAAAAcQAAAAAAcQAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAAAVwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAHAAAAAACHAAAAAACcQAAAAAAcQAAAAAAYgAAAAADcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAVwAAAAADVwAAAAABVwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAACVwAAAAACVwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAYgAAAAACYgAAAAACYgAAAAABAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAVwAAAAAAVwAAAAACVwAAAAAAVwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAAAVwAAAAABVwAAAAADVwAAAAAAVwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAABVwAAAAABVwAAAAACVwAAAAAAVwAAAAAAVwAAAAADVwAAAAABVwAAAAAAVwAAAAABVwAAAAAAVwAAAAADcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAADVwAAAAACVwAAAAAAVwAAAAABVwAAAAABVwAAAAABVwAAAAACVwAAAAADVwAAAAABVwAAAAACcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAABVwAAAAADVwAAAAADVwAAAAADVwAAAAAAVwAAAAADVwAAAAACVwAAAAADVwAAAAABcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAVwAAAAABVwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HwAAAAAAawAAAAAAHwAAAAABegAAAAAAawAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAXwAAAAADXwAAAAABXwAAAAADegAAAAAAAAAAAAAAAAAAAAAAHwAAAAABEgAAAAAAegAAAAAAegAAAAAAawAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAABXwAAAAAAXwAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAXwAAAAACXwAAAAADXwAAAAADegAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAADegAAAAAAegAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAACXwAAAAADXwAAAAABegAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAABegAAAAAAegAAAAAAawAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAXwAAAAAAXwAAAAADXwAAAAABegAAAAAAeQAAAAAAeQAAAAAAHwAAAAAAHwAAAAADegAAAAAAegAAAAAAawAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAADXwAAAAADXwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAABegAAAAAAegAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAATgAAAAAAXwAAAAABXwAAAAACXwAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAACXwAAAAADXwAAAAADegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAXwAAAAABXwAAAAABXwAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAAAawAAAAADAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXwAAAAABXwAAAAAAXwAAAAABXwAAAAACXwAAAAABegAAAAAAAAAAAAAAAAAAAAAAXwAAAAABXwAAAAAAXwAAAAACXwAAAAABXwAAAAABXwAAAAABXwAAAAABXwAAAAAAXwAAAAAAXwAAAAACXwAAAAACXwAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAXwAAAAADXwAAAAACXwAAAAABXwAAAAABXwAAAAADXwAAAAABXwAAAAACXwAAAAAAXwAAAAADXwAAAAABXwAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAAAXwAAAAADXwAAAAAAXwAAAAADXwAAAAABXwAAAAAAXwAAAAABXwAAAAAAXwAAAAABXwAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXwAAAAABXwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAAAVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAAAVwAAAAACVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAACVwAAAAABVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAACVwAAAAADVwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAADVwAAAAAAVwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAACVwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVwAAAAABVwAAAAAAVwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAVwAAAAADcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAABXwAAAAAAXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAADXwAAAAABXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXwAAAAAAXwAAAAABXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXwAAAAACXwAAAAACXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAAAXwAAAAADXwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXwAAAAABXwAAAAADXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAXwAAAAABXwAAAAAAXwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: VwAAAAAAVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAACVwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XwAAAAACXwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAACXwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADXwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAABXwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAACXwAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAADXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAACXwAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,0: ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -608,8 +609,8 @@ entities: decals: 201: -5.144518,-9.631263 202: -6.415352,-11.297929 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -833,7 +834,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: RadiationGridResistance - type: SpreaderGrid - type: GasTileOverlay @@ -841,4690 +841,4695 @@ entities: entities: - uid: 126 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - proto: AirlockExternal entities: - uid: 302 components: - - pos: -3.5,21.5 + - type: Transform + pos: -3.5,21.5 parent: 1 - type: Transform - uid: 303 components: - - pos: 2.5,21.5 + - type: Transform + pos: 2.5,21.5 parent: 1 - type: Transform - proto: AirlockGlass entities: - uid: 186 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 1 - type: Transform - uid: 560 components: - - pos: -6.5,-6.5 + - type: Transform + pos: -6.5,-6.5 parent: 1 - type: Transform - uid: 571 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 1 - type: Transform - uid: 572 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 1 - type: Transform - proto: AirlockGlassShuttle entities: - uid: 300 components: - - pos: -6.5,21.5 + - type: Transform + pos: -6.5,21.5 parent: 1 - type: Transform - uid: 301 components: - - pos: 5.5,21.5 + - type: Transform + pos: 5.5,21.5 parent: 1 - type: Transform - proto: AirlockScience entities: - uid: 304 components: - - pos: -1.5,14.5 + - type: Transform + pos: -1.5,14.5 parent: 1 - type: Transform - uid: 305 components: - - pos: 0.5,14.5 + - type: Transform + pos: 0.5,14.5 parent: 1 - type: Transform - uid: 650 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 1 - type: Transform - proto: AirlockScienceGlassLocked entities: - uid: 659 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 1 - type: Transform - uid: 660 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 1 - type: Transform - proto: AlwaysPoweredLightExterior entities: - uid: 135 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 136 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 158 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,9.5 parent: 1 - type: Transform - uid: 820 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -14.5,3.5 parent: 1 - type: Transform - uid: 865 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 13.5,4.5 parent: 1 - type: Transform - proto: APCHyperCapacity entities: - uid: 84 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - proto: BedsheetSpawner entities: - uid: 514 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 607 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 669 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 87 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 88 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 89 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform - uid: 90 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 91 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 92 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 93 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 94 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 1 - type: Transform - uid: 95 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 97 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 1 - type: Transform - uid: 98 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 99 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 1 - type: Transform - uid: 100 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 1 - type: Transform - uid: 101 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 102 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 1 - type: Transform - uid: 103 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 104 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 105 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 106 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 107 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 109 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 110 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 111 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 112 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 113 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 114 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 115 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 117 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 118 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 119 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 120 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 121 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 122 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - uid: 123 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 124 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - uid: 125 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - uid: 127 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 128 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 152 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 1 - type: Transform - uid: 153 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - uid: 832 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 1 - type: Transform - uid: 833 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 834 components: - - pos: -13.5,2.5 + - type: Transform + pos: -13.5,2.5 parent: 1 - type: Transform - uid: 835 components: - - pos: -13.5,1.5 + - type: Transform + pos: -13.5,1.5 parent: 1 - type: Transform - uid: 836 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 837 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 1 - type: Transform - uid: 838 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 1 - type: Transform - uid: 839 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 1 - type: Transform - uid: 840 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 841 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 1 - type: Transform - uid: 842 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 1 - type: Transform - uid: 843 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 1 - type: Transform - uid: 844 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 1 - type: Transform - uid: 845 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 1 - type: Transform - uid: 846 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 1 - type: Transform - uid: 847 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 1 - type: Transform - uid: 848 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 849 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 1 - type: Transform - uid: 850 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 1 - type: Transform - uid: 851 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 1 - type: Transform - uid: 852 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 1 - type: Transform - uid: 853 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 1 - type: Transform - uid: 854 components: - - pos: -13.5,6.5 + - type: Transform + pos: -13.5,6.5 parent: 1 - type: Transform - uid: 855 components: - - pos: -13.5,7.5 + - type: Transform + pos: -13.5,7.5 parent: 1 - type: Transform - uid: 856 components: - - pos: -12.5,11.5 + - type: Transform + pos: -12.5,11.5 parent: 1 - type: Transform - uid: 857 components: - - pos: -11.5,11.5 + - type: Transform + pos: -11.5,11.5 parent: 1 - type: Transform - uid: 858 components: - - pos: -11.5,12.5 + - type: Transform + pos: -11.5,12.5 parent: 1 - type: Transform - uid: 859 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - uid: 860 components: - - pos: -10.5,12.5 + - type: Transform + pos: -10.5,12.5 parent: 1 - type: Transform - uid: 861 components: - - pos: -10.5,13.5 + - type: Transform + pos: -10.5,13.5 parent: 1 - type: Transform - uid: 862 components: - - pos: -9.5,13.5 + - type: Transform + pos: -9.5,13.5 parent: 1 - type: Transform - uid: 863 components: - - pos: -8.5,13.5 + - type: Transform + pos: -8.5,13.5 parent: 1 - type: Transform - uid: 864 components: - - pos: -7.5,13.5 + - type: Transform + pos: -7.5,13.5 parent: 1 - type: Transform - uid: 866 components: - - pos: 12.5,3.5 + - type: Transform + pos: 12.5,3.5 parent: 1 - type: Transform - uid: 867 components: - - pos: 12.5,2.5 + - type: Transform + pos: 12.5,2.5 parent: 1 - type: Transform - uid: 868 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 1 - type: Transform - uid: 869 components: - - pos: 12.5,0.5 + - type: Transform + pos: 12.5,0.5 parent: 1 - type: Transform - uid: 870 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 871 components: - - pos: 12.5,-0.5 + - type: Transform + pos: 12.5,-0.5 parent: 1 - type: Transform - uid: 872 components: - - pos: 12.5,-1.5 + - type: Transform + pos: 12.5,-1.5 parent: 1 - type: Transform - uid: 873 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - uid: 874 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 875 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - uid: 876 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 877 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 1 - type: Transform - uid: 878 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 1 - type: Transform - uid: 879 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 1 - type: Transform - uid: 880 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 881 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 1 - type: Transform - uid: 882 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 1 - type: Transform - uid: 883 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 1 - type: Transform - uid: 884 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 1 - type: Transform - uid: 885 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - uid: 886 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 1 - type: Transform - uid: 887 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 1 - type: Transform - uid: 888 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 1 - type: Transform - uid: 889 components: - - pos: 12.5,8.5 + - type: Transform + pos: 12.5,8.5 parent: 1 - type: Transform - uid: 890 components: - - pos: 12.5,9.5 + - type: Transform + pos: 12.5,9.5 parent: 1 - type: Transform - uid: 891 components: - - pos: 12.5,10.5 + - type: Transform + pos: 12.5,10.5 parent: 1 - type: Transform - uid: 892 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 1 - type: Transform - uid: 893 components: - - pos: 11.5,11.5 + - type: Transform + pos: 11.5,11.5 parent: 1 - type: Transform - uid: 894 components: - - pos: 10.5,11.5 + - type: Transform + pos: 10.5,11.5 parent: 1 - type: Transform - uid: 895 components: - - pos: 10.5,12.5 + - type: Transform + pos: 10.5,12.5 parent: 1 - type: Transform - uid: 896 components: - - pos: 9.5,12.5 + - type: Transform + pos: 9.5,12.5 parent: 1 - type: Transform - uid: 897 components: - - pos: 9.5,13.5 + - type: Transform + pos: 9.5,13.5 parent: 1 - type: Transform - uid: 898 components: - - pos: 8.5,13.5 + - type: Transform + pos: 8.5,13.5 parent: 1 - type: Transform - uid: 899 components: - - pos: 7.5,13.5 + - type: Transform + pos: 7.5,13.5 parent: 1 - type: Transform - uid: 900 components: - - pos: 6.5,13.5 + - type: Transform + pos: 6.5,13.5 parent: 1 - type: Transform - proto: CableHV entities: - uid: 74 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 75 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - uid: 77 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 737 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - uid: 738 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - uid: 739 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 740 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - uid: 741 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 742 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 743 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 744 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 745 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 746 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 747 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 748 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 749 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 750 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 751 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 752 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 753 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 754 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 755 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - uid: 756 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 757 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 758 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - uid: 759 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 1 - type: Transform - uid: 760 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 761 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 762 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 1 - type: Transform - uid: 763 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - uid: 764 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 1 - type: Transform - uid: 765 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 766 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 1 - type: Transform - uid: 767 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 768 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 769 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - uid: 770 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 1 - type: Transform - uid: 771 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 1 - type: Transform - uid: 772 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - uid: 773 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 774 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - uid: 775 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 776 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 1 - type: Transform - uid: 777 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 1 - type: Transform - uid: 778 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 1 - type: Transform - uid: 779 components: - - pos: 2.5,9.5 + - type: Transform + pos: 2.5,9.5 parent: 1 - type: Transform - uid: 780 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 781 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 782 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 1 - type: Transform - uid: 783 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 1 - type: Transform - uid: 784 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 1 - type: Transform - uid: 785 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 1 - type: Transform - uid: 786 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 1 - type: Transform - uid: 787 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - proto: CableMV entities: - uid: 24 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 73 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 76 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 78 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 79 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 80 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 81 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 82 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 83 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 159 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 1 - type: Transform - uid: 160 components: - - pos: 0.5,9.5 + - type: Transform + pos: 0.5,9.5 parent: 1 - type: Transform - uid: 161 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - proto: CarpSpawnerMundane entities: - uid: 906 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 907 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - proto: Chair entities: - uid: 684 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 1 - type: Transform - proto: ClosetEmergency entities: - uid: 808 components: - - pos: -5.5,13.5 + - type: Transform + pos: -5.5,13.5 parent: 1 - type: Transform - - open: True + - type: EntityStorage + open: True removedMasks: 20 - type: EntityStorage - proto: ClothingOuterCoatLab entities: - uid: 595 components: - - pos: -3.1928186,-6.5411644 + - type: Transform + pos: -3.1928186,-6.5411644 parent: 1 - type: Transform - proto: ComputerBroken entities: - uid: 658 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,-10.5 parent: 1 - type: Transform - proto: CrateEmptySpawner entities: - uid: 599 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - proto: CrateFilledSpawner entities: - uid: 600 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 1 - type: Transform - proto: CrateSalvageEquipment entities: - uid: 668 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 1 - type: Transform - uid: 905 components: - - pos: -2.5,15.5 + - type: Transform + pos: -2.5,15.5 parent: 1 - type: Transform - proto: CrowbarRed entities: - uid: 596 components: - - pos: -2.5982976,-6.7511067 + - type: Transform + pos: -2.5982976,-6.7511067 parent: 1 - type: Transform - proto: DonkpocketBoxSpawner entities: - uid: 687 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-14.5 parent: 1 - type: Transform - proto: EmergencyLight entities: - uid: 458 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,-7.5 parent: 1 - type: Transform - - enabled: True - type: PointLight - - startingCharge: 30000 - type: Battery + - type: PointLight + enabled: True + - type: Battery + startingCharge: 30000 - type: ActiveEmergencyLight - uid: 459 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-7.5 parent: 1 - type: Transform - - enabled: True - type: PointLight - - startingCharge: 30000 - type: Battery + - type: PointLight + enabled: True + - type: Battery + startingCharge: 30000 - type: ActiveEmergencyLight - uid: 460 components: - - pos: 6.5,13.5 + - type: Transform + pos: 6.5,13.5 parent: 1 - type: Transform - - enabled: True - type: PointLight - - startingCharge: 30000 - type: Battery + - type: PointLight + enabled: True + - type: Battery + startingCharge: 30000 - type: ActiveEmergencyLight - uid: 461 components: - - pos: -7.5,13.5 + - type: Transform + pos: -7.5,13.5 parent: 1 - type: Transform - - enabled: True - type: PointLight - - startingCharge: 30000 - type: Battery + - type: PointLight + enabled: True + - type: Battery + startingCharge: 30000 - type: ActiveEmergencyLight - proto: FigureSpawner entities: - uid: 675 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - proto: Flare entities: - uid: 809 components: - - pos: -0.6216893,13.360994 + - type: Transform + pos: -0.6216893,13.360994 parent: 1 - type: Transform - proto: GasPipeBend entities: - uid: 147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-2.5 parent: 1 - type: Transform - uid: 151 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-2.5 parent: 1 - type: Transform - proto: GasPipeStraight entities: - uid: 145 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 146 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 148 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - type: Transform - uid: 149 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 1 - type: Transform - proto: GasVentPump entities: - uid: 144 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: GasVentScrubber entities: - uid: 143 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 1 - type: Transform + - type: AtmosDevice + joinedGrid: 1 - proto: Grille entities: - uid: 129 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 130 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 162 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - uid: 163 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - uid: 164 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 166 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 167 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 168 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 169 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 170 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 171 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 172 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 173 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 174 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 176 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 177 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - uid: 178 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 179 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 181 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - uid: 183 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 190 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 195 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 196 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 197 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 198 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 199 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 200 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 201 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 202 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 204 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 205 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 206 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 207 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 221 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 222 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 1 - type: Transform - uid: 223 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 224 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 225 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 226 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 227 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - uid: 228 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - uid: 229 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 230 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 231 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 1 - type: Transform - uid: 232 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 233 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - uid: 234 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 235 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 236 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 237 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - uid: 238 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 1 - type: Transform - uid: 239 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 1 - type: Transform - uid: 240 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - uid: 241 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - uid: 242 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 1 - type: Transform - uid: 243 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 244 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - uid: 245 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - uid: 246 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - uid: 292 components: - - pos: -5.5,22.5 + - type: Transform + pos: -5.5,22.5 parent: 1 - type: Transform - uid: 293 components: - - pos: -4.5,22.5 + - type: Transform + pos: -4.5,22.5 parent: 1 - type: Transform - uid: 294 components: - - pos: -5.5,20.5 + - type: Transform + pos: -5.5,20.5 parent: 1 - type: Transform - uid: 295 components: - - pos: -4.5,20.5 + - type: Transform + pos: -4.5,20.5 parent: 1 - type: Transform - uid: 296 components: - - pos: 3.5,20.5 + - type: Transform + pos: 3.5,20.5 parent: 1 - type: Transform - uid: 297 components: - - pos: 4.5,20.5 + - type: Transform + pos: 4.5,20.5 parent: 1 - type: Transform - uid: 298 components: - - pos: 4.5,22.5 + - type: Transform + pos: 4.5,22.5 parent: 1 - type: Transform - uid: 299 components: - - pos: 3.5,22.5 + - type: Transform + pos: 3.5,22.5 parent: 1 - type: Transform - uid: 308 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 311 components: - - pos: 2.5,18.5 + - type: Transform + pos: 2.5,18.5 parent: 1 - type: Transform - uid: 312 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - uid: 313 components: - - pos: -3.5,16.5 + - type: Transform + pos: -3.5,16.5 parent: 1 - type: Transform - uid: 316 components: - - pos: 2.5,17.5 + - type: Transform + pos: 2.5,17.5 parent: 1 - type: Transform - uid: 317 components: - - pos: 2.5,16.5 + - type: Transform + pos: 2.5,16.5 parent: 1 - type: Transform - uid: 318 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 325 components: - - pos: -0.5,23.5 + - type: Transform + pos: -0.5,23.5 parent: 1 - type: Transform - uid: 326 components: - - pos: 0.5,23.5 + - type: Transform + pos: 0.5,23.5 parent: 1 - type: Transform - uid: 329 components: - - pos: -1.5,23.5 + - type: Transform + pos: -1.5,23.5 parent: 1 - type: Transform - uid: 438 components: - - pos: -15.5,14.5 + - type: Transform + pos: -15.5,14.5 parent: 1 - type: Transform - uid: 439 components: - - pos: -16.5,14.5 + - type: Transform + pos: -16.5,14.5 parent: 1 - type: Transform - uid: 440 components: - - pos: -17.5,14.5 + - type: Transform + pos: -17.5,14.5 parent: 1 - type: Transform - uid: 441 components: - - pos: -18.5,14.5 + - type: Transform + pos: -18.5,14.5 parent: 1 - type: Transform - uid: 442 components: - - pos: -19.5,14.5 + - type: Transform + pos: -19.5,14.5 parent: 1 - type: Transform - uid: 443 components: - - pos: -20.5,14.5 + - type: Transform + pos: -20.5,14.5 parent: 1 - type: Transform - uid: 446 components: - - pos: -23.5,14.5 + - type: Transform + pos: -23.5,14.5 parent: 1 - type: Transform - uid: 447 components: - - pos: -24.5,14.5 + - type: Transform + pos: -24.5,14.5 parent: 1 - type: Transform - uid: 448 components: - - pos: -24.5,13.5 + - type: Transform + pos: -24.5,13.5 parent: 1 - type: Transform - uid: 449 components: - - pos: -24.5,12.5 + - type: Transform + pos: -24.5,12.5 parent: 1 - type: Transform - uid: 455 components: - - pos: -24.5,6.5 + - type: Transform + pos: -24.5,6.5 parent: 1 - type: Transform - uid: 456 components: - - pos: -24.5,5.5 + - type: Transform + pos: -24.5,5.5 parent: 1 - type: Transform - uid: 457 components: - - pos: -24.5,4.5 + - type: Transform + pos: -24.5,4.5 parent: 1 - type: Transform - uid: 466 components: - - pos: -24.5,3.5 + - type: Transform + pos: -24.5,3.5 parent: 1 - type: Transform - uid: 467 components: - - pos: -24.5,2.5 + - type: Transform + pos: -24.5,2.5 parent: 1 - type: Transform - uid: 468 components: - - pos: -24.5,1.5 + - type: Transform + pos: -24.5,1.5 parent: 1 - type: Transform - uid: 469 components: - - pos: -24.5,0.5 + - type: Transform + pos: -24.5,0.5 parent: 1 - type: Transform - uid: 470 components: - - pos: -24.5,-0.5 + - type: Transform + pos: -24.5,-0.5 parent: 1 - type: Transform - uid: 471 components: - - pos: -24.5,-1.5 + - type: Transform + pos: -24.5,-1.5 parent: 1 - type: Transform - uid: 472 components: - - pos: -24.5,-2.5 + - type: Transform + pos: -24.5,-2.5 parent: 1 - type: Transform - uid: 473 components: - - pos: -24.5,-3.5 + - type: Transform + pos: -24.5,-3.5 parent: 1 - type: Transform - uid: 474 components: - - pos: -24.5,-4.5 + - type: Transform + pos: -24.5,-4.5 parent: 1 - type: Transform - uid: 475 components: - - pos: -24.5,-5.5 + - type: Transform + pos: -24.5,-5.5 parent: 1 - type: Transform - uid: 476 components: - - pos: -24.5,-6.5 + - type: Transform + pos: -24.5,-6.5 parent: 1 - type: Transform - uid: 477 components: - - pos: -24.5,-7.5 + - type: Transform + pos: -24.5,-7.5 parent: 1 - type: Transform - uid: 478 components: - - pos: -24.5,-8.5 + - type: Transform + pos: -24.5,-8.5 parent: 1 - type: Transform - uid: 479 components: - - pos: -23.5,-8.5 + - type: Transform + pos: -23.5,-8.5 parent: 1 - type: Transform - uid: 480 components: - - pos: -22.5,-8.5 + - type: Transform + pos: -22.5,-8.5 parent: 1 - type: Transform - uid: 481 components: - - pos: -21.5,-8.5 + - type: Transform + pos: -21.5,-8.5 parent: 1 - type: Transform - uid: 482 components: - - pos: -20.5,-8.5 + - type: Transform + pos: -20.5,-8.5 parent: 1 - type: Transform - uid: 483 components: - - pos: -19.5,-8.5 + - type: Transform + pos: -19.5,-8.5 parent: 1 - type: Transform - uid: 484 components: - - pos: -18.5,-8.5 + - type: Transform + pos: -18.5,-8.5 parent: 1 - type: Transform - uid: 485 components: - - pos: -17.5,-8.5 + - type: Transform + pos: -17.5,-8.5 parent: 1 - type: Transform - uid: 486 components: - - pos: -16.5,-8.5 + - type: Transform + pos: -16.5,-8.5 parent: 1 - type: Transform - uid: 490 components: - - pos: -12.5,-8.5 + - type: Transform + pos: -12.5,-8.5 parent: 1 - type: Transform - uid: 491 components: - - pos: -11.5,-8.5 + - type: Transform + pos: -11.5,-8.5 parent: 1 - type: Transform - uid: 492 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 1 - type: Transform - uid: 493 components: - - pos: -10.5,-9.5 + - type: Transform + pos: -10.5,-9.5 parent: 1 - type: Transform - uid: 495 components: - - pos: -10.5,-11.5 + - type: Transform + pos: -10.5,-11.5 parent: 1 - type: Transform - uid: 497 components: - - pos: -10.5,-13.5 + - type: Transform + pos: -10.5,-13.5 parent: 1 - type: Transform - uid: 498 components: - - pos: -10.5,-14.5 + - type: Transform + pos: -10.5,-14.5 parent: 1 - type: Transform - uid: 499 components: - - pos: -10.5,-15.5 + - type: Transform + pos: -10.5,-15.5 parent: 1 - type: Transform - uid: 500 components: - - pos: -10.5,-16.5 + - type: Transform + pos: -10.5,-16.5 parent: 1 - type: Transform - uid: 501 components: - - pos: 9.5,-15.5 + - type: Transform + pos: 9.5,-15.5 parent: 1 - type: Transform - uid: 502 components: - - pos: -9.5,-16.5 + - type: Transform + pos: -9.5,-16.5 parent: 1 - type: Transform - uid: 503 components: - - pos: -8.5,-16.5 + - type: Transform + pos: -8.5,-16.5 parent: 1 - type: Transform - uid: 505 components: - - pos: -6.5,-16.5 + - type: Transform + pos: -6.5,-16.5 parent: 1 - type: Transform - uid: 506 components: - - pos: -5.5,-16.5 + - type: Transform + pos: -5.5,-16.5 parent: 1 - type: Transform - uid: 507 components: - - pos: -4.5,-16.5 + - type: Transform + pos: -4.5,-16.5 parent: 1 - type: Transform - uid: 508 components: - - pos: -3.5,-16.5 + - type: Transform + pos: -3.5,-16.5 parent: 1 - type: Transform - uid: 509 components: - - pos: -2.5,-16.5 + - type: Transform + pos: -2.5,-16.5 parent: 1 - type: Transform - uid: 510 components: - - pos: -1.5,-16.5 + - type: Transform + pos: -1.5,-16.5 parent: 1 - type: Transform - uid: 511 components: - - pos: -0.5,-16.5 + - type: Transform + pos: -0.5,-16.5 parent: 1 - type: Transform - uid: 512 components: - - pos: 0.5,-16.5 + - type: Transform + pos: 0.5,-16.5 parent: 1 - type: Transform - uid: 513 components: - - pos: 1.5,-16.5 + - type: Transform + pos: 1.5,-16.5 parent: 1 - type: Transform - uid: 515 components: - - pos: 3.5,-16.5 + - type: Transform + pos: 3.5,-16.5 parent: 1 - type: Transform - uid: 516 components: - - pos: 4.5,-16.5 + - type: Transform + pos: 4.5,-16.5 parent: 1 - type: Transform - uid: 517 components: - - pos: 5.5,-16.5 + - type: Transform + pos: 5.5,-16.5 parent: 1 - type: Transform - uid: 518 components: - - pos: 6.5,-16.5 + - type: Transform + pos: 6.5,-16.5 parent: 1 - type: Transform - uid: 519 components: - - pos: 7.5,-16.5 + - type: Transform + pos: 7.5,-16.5 parent: 1 - type: Transform - uid: 520 components: - - pos: 8.5,-16.5 + - type: Transform + pos: 8.5,-16.5 parent: 1 - type: Transform - uid: 521 components: - - pos: 9.5,-16.5 + - type: Transform + pos: 9.5,-16.5 parent: 1 - type: Transform - uid: 522 components: - - pos: 9.5,-14.5 + - type: Transform + pos: 9.5,-14.5 parent: 1 - type: Transform - uid: 524 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 1 - type: Transform - uid: 525 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 1 - type: Transform - uid: 526 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 1 - type: Transform - uid: 530 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 1 - type: Transform - uid: 531 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 1 - type: Transform - uid: 533 components: - - pos: 14.5,-8.5 + - type: Transform + pos: 14.5,-8.5 parent: 1 - type: Transform - uid: 534 components: - - pos: 15.5,-8.5 + - type: Transform + pos: 15.5,-8.5 parent: 1 - type: Transform - uid: 535 components: - - pos: 16.5,-8.5 + - type: Transform + pos: 16.5,-8.5 parent: 1 - type: Transform - uid: 536 components: - - pos: 17.5,-8.5 + - type: Transform + pos: 17.5,-8.5 parent: 1 - type: Transform - uid: 537 components: - - pos: 18.5,-8.5 + - type: Transform + pos: 18.5,-8.5 parent: 1 - type: Transform - uid: 539 components: - - pos: 20.5,-8.5 + - type: Transform + pos: 20.5,-8.5 parent: 1 - type: Transform - uid: 540 components: - - pos: 21.5,-8.5 + - type: Transform + pos: 21.5,-8.5 parent: 1 - type: Transform - uid: 541 components: - - pos: 22.5,-8.5 + - type: Transform + pos: 22.5,-8.5 parent: 1 - type: Transform - uid: 542 components: - - pos: 23.5,-8.5 + - type: Transform + pos: 23.5,-8.5 parent: 1 - type: Transform - uid: 543 components: - - pos: 24.5,-8.5 + - type: Transform + pos: 24.5,-8.5 parent: 1 - type: Transform - uid: 544 components: - - pos: 23.5,4.5 + - type: Transform + pos: 23.5,4.5 parent: 1 - type: Transform - uid: 545 components: - - pos: 24.5,-7.5 + - type: Transform + pos: 24.5,-7.5 parent: 1 - type: Transform - uid: 546 components: - - pos: 24.5,-6.5 + - type: Transform + pos: 24.5,-6.5 parent: 1 - type: Transform - uid: 547 components: - - pos: 24.5,-5.5 + - type: Transform + pos: 24.5,-5.5 parent: 1 - type: Transform - uid: 548 components: - - pos: 24.5,-4.5 + - type: Transform + pos: 24.5,-4.5 parent: 1 - type: Transform - uid: 549 components: - - pos: 24.5,-3.5 + - type: Transform + pos: 24.5,-3.5 parent: 1 - type: Transform - uid: 550 components: - - pos: 24.5,-2.5 + - type: Transform + pos: 24.5,-2.5 parent: 1 - type: Transform - uid: 551 components: - - pos: 24.5,-1.5 + - type: Transform + pos: 24.5,-1.5 parent: 1 - type: Transform - uid: 552 components: - - pos: 24.5,-0.5 + - type: Transform + pos: 24.5,-0.5 parent: 1 - type: Transform - uid: 553 components: - - pos: 24.5,0.5 + - type: Transform + pos: 24.5,0.5 parent: 1 - type: Transform - uid: 554 components: - - pos: 24.5,1.5 + - type: Transform + pos: 24.5,1.5 parent: 1 - type: Transform - uid: 555 components: - - pos: 24.5,2.5 + - type: Transform + pos: 24.5,2.5 parent: 1 - type: Transform - uid: 556 components: - - pos: 24.5,3.5 + - type: Transform + pos: 24.5,3.5 parent: 1 - type: Transform - uid: 557 components: - - pos: 24.5,4.5 + - type: Transform + pos: 24.5,4.5 parent: 1 - type: Transform - uid: 567 components: - - pos: 24.5,5.5 + - type: Transform + pos: 24.5,5.5 parent: 1 - type: Transform - uid: 568 components: - - pos: 24.5,6.5 + - type: Transform + pos: 24.5,6.5 parent: 1 - type: Transform - uid: 569 components: - - pos: 24.5,7.5 + - type: Transform + pos: 24.5,7.5 parent: 1 - type: Transform - uid: 570 components: - - pos: 24.5,8.5 + - type: Transform + pos: 24.5,8.5 parent: 1 - type: Transform - uid: 573 components: - - pos: 24.5,11.5 + - type: Transform + pos: 24.5,11.5 parent: 1 - type: Transform - uid: 574 components: - - pos: 24.5,12.5 + - type: Transform + pos: 24.5,12.5 parent: 1 - type: Transform - uid: 575 components: - - pos: 24.5,13.5 + - type: Transform + pos: 24.5,13.5 parent: 1 - type: Transform - uid: 576 components: - - pos: 24.5,14.5 + - type: Transform + pos: 24.5,14.5 parent: 1 - type: Transform - uid: 578 components: - - pos: 23.5,14.5 + - type: Transform + pos: 23.5,14.5 parent: 1 - type: Transform - uid: 579 components: - - pos: 22.5,14.5 + - type: Transform + pos: 22.5,14.5 parent: 1 - type: Transform - uid: 580 components: - - pos: 21.5,14.5 + - type: Transform + pos: 21.5,14.5 parent: 1 - type: Transform - uid: 581 components: - - pos: 20.5,14.5 + - type: Transform + pos: 20.5,14.5 parent: 1 - type: Transform - uid: 582 components: - - pos: 19.5,14.5 + - type: Transform + pos: 19.5,14.5 parent: 1 - type: Transform - uid: 583 components: - - pos: 18.5,14.5 + - type: Transform + pos: 18.5,14.5 parent: 1 - type: Transform - uid: 585 components: - - pos: 16.5,14.5 + - type: Transform + pos: 16.5,14.5 parent: 1 - type: Transform - uid: 586 components: - - pos: 15.5,14.5 + - type: Transform + pos: 15.5,14.5 parent: 1 - type: Transform - uid: 587 components: - - pos: 14.5,14.5 + - type: Transform + pos: 14.5,14.5 parent: 1 - type: Transform - uid: 588 components: - - pos: 13.5,14.5 + - type: Transform + pos: 13.5,14.5 parent: 1 - type: Transform - uid: 589 components: - - pos: 12.5,14.5 + - type: Transform + pos: 12.5,14.5 parent: 1 - type: Transform - uid: 590 components: - - pos: 11.5,14.5 + - type: Transform + pos: 11.5,14.5 parent: 1 - type: Transform - uid: 647 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 648 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 661 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 1 - type: Transform - uid: 662 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 1 - type: Transform - proto: HighSecDoor entities: - uid: 69 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 1 - type: Transform - uid: 86 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - proto: KitchenMicrowave entities: - uid: 685 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - proto: LeftArmSkeleton entities: - uid: 591 components: - - pos: -3.1094856,-6.520331 + - type: Transform + pos: -3.1094856,-6.520331 parent: 1 - type: Transform - proto: LeftLegSkeleton entities: - uid: 592 components: - - pos: -3.1094856,-6.645331 + - type: Transform + pos: -3.1094856,-6.645331 parent: 1 - type: Transform - proto: MachineArtifactAnalyzer entities: - uid: 651 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 609 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 667 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 606 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 696 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 1 - type: Transform - proto: Paper entities: - uid: 902 components: - - pos: -2.157085,-5.9331717 + - type: Transform + pos: -2.157085,-5.9331717 parent: 1 - type: Transform - - content: > + - type: Paper + content: > We don't know what happened, all our turrets blew at once then suddenly a breach opened. Steve and Tim got sucked out immediatly and before we knew it there were freaking ninjas breaking in! Our forces held them at bay whilst us in science are holed up here, all I can hear is gunfire. We've secured the products of our research but I fear we're going down with this station. Not many of us left now. - type: Paper - proto: PartRodMetal1 entities: - uid: 462 components: - - pos: -12.5937195,8.6163 + - type: Transform + pos: -12.5937195,8.6163 parent: 1 - type: Transform - uid: 463 components: - - pos: -13.1562195,10.657967 + - type: Transform + pos: -13.1562195,10.657967 parent: 1 - type: Transform - uid: 464 components: - - pos: -13.802053,9.806854 + - type: Transform + pos: -13.802053,9.806854 parent: 1 - type: Transform - proto: Pen entities: - uid: 901 components: - - pos: -2.4394016,-5.5581717 + - type: Transform + pos: -2.4394016,-5.5581717 parent: 1 - type: Transform - proto: PlasmaReinforcedWindowDirectional entities: - uid: 653 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-11.5 parent: 1 - type: Transform - uid: 654 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-11.5 parent: 1 - type: Transform - proto: PottedPlantRandomPlastic entities: - uid: 487 components: - - pos: -10.5,13.5 + - type: Transform + pos: -10.5,13.5 parent: 1 - type: Transform - uid: 488 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 1 - type: Transform - uid: 489 components: - - pos: 9.5,13.5 + - type: Transform + pos: 9.5,13.5 parent: 1 - type: Transform - uid: 494 components: - - pos: 12.5,-2.5 + - type: Transform + pos: 12.5,-2.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 676 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 1 - type: Transform - uid: 678 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 679 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-12.5 parent: 1 - type: Transform - proto: PoweredlightEmpty entities: - uid: 677 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 1 - type: Transform - proto: PoweredSmallLight entities: - uid: 790 components: - - pos: -9.5,13.5 + - type: Transform + pos: -9.5,13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 791 components: - - pos: 8.5,13.5 + - type: Transform + pos: 8.5,13.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 792 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,8.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 793 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 1 - type: Transform - uid: 794 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 12.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 795 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-7.5 parent: 1 - type: Transform - uid: 796 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -13.5,-0.5 parent: 1 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 652 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 1 - type: Transform - proto: RandomAmmoBox entities: - uid: 703 components: - - pos: 1.5,15.5 + - type: Transform + pos: 1.5,15.5 parent: 1 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 608 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 1 - type: Transform - proto: RandomBoards entities: - uid: 610 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - proto: RandomBook entities: - uid: 670 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 686 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - proto: RandomScienceCorpseSpawner entities: - uid: 697 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 698 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -10.5,-1.5 parent: 1 - type: Transform - uid: 699 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.5,12.5 parent: 1 - type: Transform - uid: 700 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 1 - type: Transform - proto: RandomVending entities: - uid: 903 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 1 - type: Transform - proto: ReinforcedGirder entities: - uid: 212 components: - - pos: -14.5,10.5 + - type: Transform + pos: -14.5,10.5 parent: 1 - type: Transform - uid: 465 components: - - pos: -13.5,8.5 + - type: Transform + pos: -13.5,8.5 parent: 1 - type: Transform - proto: ReinforcedWindow entities: - uid: 2 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 1 - type: Transform - uid: 116 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - uid: 131 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 132 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 1 - type: Transform - uid: 154 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 155 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 1 - type: Transform - uid: 156 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 157 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 175 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 1 - type: Transform - uid: 180 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 1 - type: Transform - uid: 182 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 1 - type: Transform - uid: 184 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 185 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 187 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 1 - type: Transform - uid: 188 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 191 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform - uid: 192 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 1 - type: Transform - uid: 193 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 1 - type: Transform - uid: 194 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 1 - type: Transform - uid: 208 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 1 - type: Transform - uid: 209 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 1 - type: Transform - uid: 210 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 211 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 1 - type: Transform - uid: 213 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 1 - type: Transform - uid: 214 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 1 - type: Transform - uid: 215 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 1 - type: Transform - uid: 216 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 1 - type: Transform - uid: 217 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 1 - type: Transform - uid: 218 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 1 - type: Transform - uid: 219 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 1 - type: Transform - uid: 220 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 1 - type: Transform - uid: 247 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 1 - type: Transform - uid: 248 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 1 - type: Transform - uid: 249 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 1 - type: Transform - uid: 250 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 1 - type: Transform - uid: 251 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 1 - type: Transform - uid: 252 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 1 - type: Transform - uid: 253 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 1 - type: Transform - uid: 254 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 1 - type: Transform - uid: 255 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 1 - type: Transform - uid: 256 components: - - pos: -9.5,9.5 + - type: Transform + pos: -9.5,9.5 parent: 1 - type: Transform - uid: 257 components: - - pos: -8.5,9.5 + - type: Transform + pos: -8.5,9.5 parent: 1 - type: Transform - uid: 258 components: - - pos: -8.5,10.5 + - type: Transform + pos: -8.5,10.5 parent: 1 - type: Transform - uid: 259 components: - - pos: -7.5,10.5 + - type: Transform + pos: -7.5,10.5 parent: 1 - type: Transform - uid: 260 components: - - pos: -6.5,10.5 + - type: Transform + pos: -6.5,10.5 parent: 1 - type: Transform - uid: 261 components: - - pos: -5.5,10.5 + - type: Transform + pos: -5.5,10.5 parent: 1 - type: Transform - uid: 262 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 1 - type: Transform - uid: 263 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 1 - type: Transform - uid: 264 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - uid: 265 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 1 - type: Transform - uid: 266 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 1 - type: Transform - uid: 267 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 1 - type: Transform - uid: 268 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 1 - type: Transform - uid: 269 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 1 - type: Transform - uid: 270 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 1 - type: Transform - uid: 271 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 1 - type: Transform - uid: 272 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 1 - type: Transform - uid: 273 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 1 - type: Transform - uid: 327 components: - - pos: 3.5,20.5 + - type: Transform + pos: 3.5,20.5 parent: 1 - type: Transform - uid: 330 components: - - pos: 4.5,20.5 + - type: Transform + pos: 4.5,20.5 parent: 1 - type: Transform - uid: 331 components: - - pos: 3.5,22.5 + - type: Transform + pos: 3.5,22.5 parent: 1 - type: Transform - uid: 332 components: - - pos: 4.5,22.5 + - type: Transform + pos: 4.5,22.5 parent: 1 - type: Transform - uid: 333 components: - - pos: 2.5,18.5 + - type: Transform + pos: 2.5,18.5 parent: 1 - type: Transform - uid: 334 components: - - pos: 2.5,17.5 + - type: Transform + pos: 2.5,17.5 parent: 1 - type: Transform - uid: 335 components: - - pos: 2.5,16.5 + - type: Transform + pos: 2.5,16.5 parent: 1 - type: Transform - uid: 336 components: - - pos: -3.5,16.5 + - type: Transform + pos: -3.5,16.5 parent: 1 - type: Transform - uid: 337 components: - - pos: -3.5,17.5 + - type: Transform + pos: -3.5,17.5 parent: 1 - type: Transform - uid: 338 components: - - pos: -3.5,18.5 + - type: Transform + pos: -3.5,18.5 parent: 1 - type: Transform - uid: 339 components: - - pos: -4.5,20.5 + - type: Transform + pos: -4.5,20.5 parent: 1 - type: Transform - uid: 340 components: - - pos: -5.5,20.5 + - type: Transform + pos: -5.5,20.5 parent: 1 - type: Transform - uid: 341 components: - - pos: -5.5,22.5 + - type: Transform + pos: -5.5,22.5 parent: 1 - type: Transform - uid: 342 components: - - pos: -4.5,22.5 + - type: Transform + pos: -4.5,22.5 parent: 1 - type: Transform - uid: 343 components: - - pos: 0.5,23.5 + - type: Transform + pos: 0.5,23.5 parent: 1 - type: Transform - uid: 344 components: - - pos: -0.5,23.5 + - type: Transform + pos: -0.5,23.5 parent: 1 - type: Transform - uid: 345 components: - - pos: -1.5,23.5 + - type: Transform + pos: -1.5,23.5 parent: 1 - type: Transform - uid: 350 components: - - pos: -0.5,14.5 + - type: Transform + pos: -0.5,14.5 parent: 1 - type: Transform - uid: 646 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 1 - type: Transform - uid: 649 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - uid: 663 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 1 - type: Transform - uid: 665 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 1 - type: Transform - proto: RightArmSkeleton entities: - uid: 593 components: - - pos: -3.4011526,-6.520331 + - type: Transform + pos: -3.4011526,-6.520331 parent: 1 - type: Transform - proto: RightLegSkeleton entities: - uid: 594 components: - - pos: -3.2344856,-6.582831 + - type: Transform + pos: -3.2344856,-6.582831 parent: 1 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 611 components: - - pos: 3.5,-13.5 + - type: Transform + pos: 3.5,-13.5 parent: 1 - type: Transform - uid: 612 components: - - pos: 2.5,-13.5 + - type: Transform + pos: 2.5,-13.5 parent: 1 - type: Transform - uid: 613 components: - - pos: 4.5,-13.5 + - type: Transform + pos: 4.5,-13.5 parent: 1 - type: Transform - uid: 614 components: - - pos: 2.5,-14.5 + - type: Transform + pos: 2.5,-14.5 parent: 1 - type: Transform - uid: 615 components: - - pos: 3.5,-14.5 + - type: Transform + pos: 3.5,-14.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 815 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 1 - type: Transform - uid: 904 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 1 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 707 components: - - pos: -11.5,10.5 + - type: Transform + pos: -11.5,10.5 parent: 1 - type: Transform - uid: 821 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 666 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 1 - type: Transform - uid: 702 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 496 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 504 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 688 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 695 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 701 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - proto: ShardGlass entities: - uid: 797 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.544347,8.048429 parent: 1 - type: Transform - uid: 798 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -12.044347,9.298429 parent: 1 - type: Transform - proto: ShardGlassPlasma entities: - uid: 655 components: - - pos: -4.832018,-10.402096 + - type: Transform + pos: -4.832018,-10.402096 parent: 1 - type: Transform - uid: 656 components: - - pos: -4.248685,-9.652096 + - type: Transform + pos: -4.248685,-9.652096 parent: 1 - type: Transform - uid: 657 components: - - pos: -3.644518,-10.235429 + - type: Transform + pos: -3.644518,-10.235429 parent: 1 - type: Transform - proto: SignAnomaly entities: - uid: 673 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 674 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - proto: SignCanisters entities: - uid: 671 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 1 - type: Transform - uid: 672 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - proto: SmallLight entities: - uid: 788 components: - - pos: 1.5,22.5 + - type: Transform + pos: 1.5,22.5 parent: 1 - type: Transform - uid: 789 components: - - pos: -2.5,22.5 + - type: Transform + pos: -2.5,22.5 parent: 1 - type: Transform - proto: SMESBasic entities: - uid: 72 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 1 - type: Transform - proto: SolarPanel entities: - uid: 711 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 1 - type: Transform - uid: 712 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 1 - type: Transform - uid: 713 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 1 - type: Transform - uid: 714 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 715 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 1 - type: Transform - uid: 725 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 1 - type: Transform - uid: 726 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 1 - type: Transform - uid: 727 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 728 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 729 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 1 - type: Transform - proto: SolarPanelBroken entities: - uid: 716 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 1 - type: Transform - uid: 717 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 1 - type: Transform - uid: 718 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 1 - type: Transform - uid: 719 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 1 - type: Transform - uid: 720 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 1 - type: Transform - uid: 721 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 1 - type: Transform - uid: 722 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 1 - type: Transform - uid: 730 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 731 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 732 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - uid: 733 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - uid: 734 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 735 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - uid: 736 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 1 - type: Transform - proto: SolarTracker entities: - uid: 723 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 724 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - proto: SpaceTickSpawnerNPC entities: - uid: 822 components: - - pos: -4.5,21.5 + - type: Transform + pos: -4.5,21.5 parent: 1 - type: Transform - uid: 823 components: - - pos: 1.5,18.5 + - type: Transform + pos: 1.5,18.5 parent: 1 - type: Transform - uid: 824 components: - - pos: -3.5,12.5 + - type: Transform + pos: -3.5,12.5 parent: 1 - type: Transform - uid: 825 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 1 - type: Transform - uid: 826 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 1 - type: Transform - uid: 827 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 1 - type: Transform - uid: 828 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 1 - type: Transform - uid: 829 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 1 - type: Transform - uid: 830 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 1 - type: Transform - uid: 831 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 1 - type: Transform - proto: SpawnMobBear entities: - uid: 817 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 818 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 1 - type: Transform - uid: 819 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 605 components: - - pos: -8.5,-5.5 + - type: Transform + pos: -8.5,-5.5 parent: 1 - type: Transform - proto: SubstationBasic entities: - uid: 25 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - proto: Table entities: - uid: 680 components: - - pos: -0.5,-14.5 + - type: Transform + pos: -0.5,-14.5 parent: 1 - type: Transform - uid: 681 components: - - pos: 0.5,-14.5 + - type: Transform + pos: 0.5,-14.5 parent: 1 - type: Transform - uid: 682 components: - - pos: -1.5,-14.5 + - type: Transform + pos: -1.5,-14.5 parent: 1 - type: Transform - uid: 683 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 1 - type: Transform - uid: 811 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 1 - type: Transform - uid: 812 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 1 - type: Transform - uid: 813 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 1 - type: Transform - uid: 814 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 1 - type: Transform - proto: TablePlasmaGlass entities: - uid: 598 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - proto: TableReinforced entities: - uid: 96 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 108 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 137 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 138 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 139 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - uid: 140 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 141 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 142 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 523 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 1 - type: Transform - uid: 527 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 528 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 1 - type: Transform - uid: 529 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 1 - type: Transform - uid: 532 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 1 - type: Transform - uid: 538 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 1 - type: Transform - uid: 558 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 1 - type: Transform - uid: 562 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 1 - type: Transform - uid: 564 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 1 - type: Transform - uid: 565 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 1 - type: Transform - uid: 566 components: - - pos: -12.5,6.5 + - type: Transform + pos: -12.5,6.5 parent: 1 - type: Transform - uid: 584 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 597 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 601 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 602 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 689 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 690 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 691 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - uid: 692 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 694 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - proto: TorsoSkeleton entities: - uid: 577 components: - - pos: -3.1928186,-6.5411644 + - type: Transform + pos: -3.1928186,-6.5411644 parent: 1 - type: Transform - proto: VendingMachineSciDrobe entities: - uid: 559 components: - - flags: SessionSpecific - type: MetaData - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 1 - type: Transform - proto: WallReinforced entities: - uid: 3 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - uid: 4 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 5 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 1 - type: Transform - uid: 6 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 7 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 8 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 9 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 1 - type: Transform - uid: 10 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 11 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 12 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 13 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 14 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 15 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 1 - type: Transform - uid: 16 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 17 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 18 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - uid: 19 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 1 - type: Transform - uid: 20 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - uid: 21 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - uid: 22 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 23 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 1 - type: Transform - uid: 26 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 27 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 1 - type: Transform - uid: 28 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 29 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 1 - type: Transform - uid: 30 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 31 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 1 - type: Transform - uid: 32 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 1 - type: Transform - uid: 33 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 1 - type: Transform - uid: 34 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 1 - type: Transform - uid: 35 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 36 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 1 - type: Transform - uid: 37 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 38 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - uid: 39 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 40 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 1 - type: Transform - uid: 41 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - uid: 42 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 43 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - uid: 44 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - uid: 45 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 46 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 1 - type: Transform - uid: 47 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 1 - type: Transform - uid: 48 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 1 - type: Transform - uid: 49 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 50 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 51 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 1 - type: Transform - uid: 52 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - uid: 53 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - uid: 54 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 55 components: - - pos: -2.5,9.5 + - type: Transform + pos: -2.5,9.5 parent: 1 - type: Transform - uid: 56 components: - - pos: 1.5,10.5 + - type: Transform + pos: 1.5,10.5 parent: 1 - type: Transform - uid: 57 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 1 - type: Transform - uid: 58 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 1 - type: Transform - uid: 59 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 1 - type: Transform - uid: 60 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 1 - type: Transform - uid: 61 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 1 - type: Transform - uid: 62 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 63 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 1 - type: Transform - uid: 64 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - uid: 65 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 1 - type: Transform - uid: 66 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 1 - type: Transform - uid: 67 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 1 - type: Transform - uid: 68 components: - - pos: 1.5,9.5 + - type: Transform + pos: 1.5,9.5 parent: 1 - type: Transform - uid: 70 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 1 - type: Transform - uid: 71 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 1 - type: Transform - uid: 85 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 165 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - uid: 189 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 1 - type: Transform - uid: 203 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 1 - type: Transform - uid: 274 components: - - pos: -3.5,14.5 + - type: Transform + pos: -3.5,14.5 parent: 1 - type: Transform - uid: 275 components: - - pos: -4.5,14.5 + - type: Transform + pos: -4.5,14.5 parent: 1 - type: Transform - uid: 276 components: - - pos: -5.5,14.5 + - type: Transform + pos: -5.5,14.5 parent: 1 - type: Transform - uid: 277 components: - - pos: -6.5,14.5 + - type: Transform + pos: -6.5,14.5 parent: 1 - type: Transform - uid: 278 components: - - pos: -7.5,14.5 + - type: Transform + pos: -7.5,14.5 parent: 1 - type: Transform - uid: 279 components: - - pos: -8.5,14.5 + - type: Transform + pos: -8.5,14.5 parent: 1 - type: Transform - uid: 280 components: - - pos: -9.5,14.5 + - type: Transform + pos: -9.5,14.5 parent: 1 - type: Transform - uid: 281 components: - - pos: -10.5,14.5 + - type: Transform + pos: -10.5,14.5 parent: 1 - type: Transform - uid: 282 components: - - pos: -11.5,14.5 + - type: Transform + pos: -11.5,14.5 parent: 1 - type: Transform - uid: 283 components: - - pos: 2.5,14.5 + - type: Transform + pos: 2.5,14.5 parent: 1 - type: Transform - uid: 284 components: - - pos: 3.5,14.5 + - type: Transform + pos: 3.5,14.5 parent: 1 - type: Transform - uid: 285 components: - - pos: 4.5,14.5 + - type: Transform + pos: 4.5,14.5 parent: 1 - type: Transform - uid: 286 components: - - pos: 5.5,14.5 + - type: Transform + pos: 5.5,14.5 parent: 1 - type: Transform - uid: 287 components: - - pos: 6.5,14.5 + - type: Transform + pos: 6.5,14.5 parent: 1 - type: Transform - uid: 288 components: - - pos: 7.5,14.5 + - type: Transform + pos: 7.5,14.5 parent: 1 - type: Transform - uid: 289 components: - - pos: 8.5,14.5 + - type: Transform + pos: 8.5,14.5 parent: 1 - type: Transform - uid: 290 components: - - pos: 9.5,14.5 + - type: Transform + pos: 9.5,14.5 parent: 1 - type: Transform - uid: 291 components: - - pos: 10.5,14.5 + - type: Transform + pos: 10.5,14.5 parent: 1 - type: Transform - uid: 306 components: - - pos: -2.5,14.5 + - type: Transform + pos: -2.5,14.5 parent: 1 - type: Transform - uid: 307 components: - - pos: 1.5,14.5 + - type: Transform + pos: 1.5,14.5 parent: 1 - type: Transform - uid: 309 components: - - pos: 2.5,15.5 + - type: Transform + pos: 2.5,15.5 parent: 1 - type: Transform - uid: 310 components: - - pos: -3.5,19.5 + - type: Transform + pos: -3.5,19.5 parent: 1 - type: Transform - uid: 314 components: - - pos: -3.5,15.5 + - type: Transform + pos: -3.5,15.5 parent: 1 - type: Transform - uid: 315 components: - - pos: 2.5,19.5 + - type: Transform + pos: 2.5,19.5 parent: 1 - type: Transform - uid: 319 components: - - pos: 2.5,20.5 + - type: Transform + pos: 2.5,20.5 parent: 1 - type: Transform - uid: 320 components: - - pos: -3.5,20.5 + - type: Transform + pos: -3.5,20.5 parent: 1 - type: Transform - uid: 321 components: - - pos: -3.5,22.5 + - type: Transform + pos: -3.5,22.5 parent: 1 - type: Transform - uid: 322 components: - - pos: -3.5,23.5 + - type: Transform + pos: -3.5,23.5 parent: 1 - type: Transform - uid: 323 components: - - pos: 2.5,23.5 + - type: Transform + pos: 2.5,23.5 parent: 1 - type: Transform - uid: 324 components: - - pos: 1.5,23.5 + - type: Transform + pos: 1.5,23.5 parent: 1 - type: Transform - uid: 328 components: - - pos: -2.5,23.5 + - type: Transform + pos: -2.5,23.5 parent: 1 - type: Transform - uid: 346 components: - - pos: -6.5,20.5 + - type: Transform + pos: -6.5,20.5 parent: 1 - type: Transform - uid: 347 components: - - pos: -6.5,22.5 + - type: Transform + pos: -6.5,22.5 parent: 1 - type: Transform - uid: 348 components: - - pos: 5.5,20.5 + - type: Transform + pos: 5.5,20.5 parent: 1 - type: Transform - uid: 349 components: - - pos: 5.5,22.5 + - type: Transform + pos: 5.5,22.5 parent: 1 - type: Transform - uid: 351 components: - - pos: 3.5,15.5 + - type: Transform + pos: 3.5,15.5 parent: 1 - type: Transform - uid: 352 components: - - pos: 4.5,15.5 + - type: Transform + pos: 4.5,15.5 parent: 1 - type: Transform - uid: 353 components: - - pos: -5.5,15.5 + - type: Transform + pos: -5.5,15.5 parent: 1 - type: Transform - uid: 354 components: - - pos: -4.5,15.5 + - type: Transform + pos: -4.5,15.5 parent: 1 - type: Transform - uid: 355 components: - - pos: 10.5,13.5 + - type: Transform + pos: 10.5,13.5 parent: 1 - type: Transform - uid: 356 components: - - pos: 11.5,13.5 + - type: Transform + pos: 11.5,13.5 parent: 1 - type: Transform - uid: 357 components: - - pos: 11.5,12.5 + - type: Transform + pos: 11.5,12.5 parent: 1 - type: Transform - uid: 358 components: - - pos: 12.5,12.5 + - type: Transform + pos: 12.5,12.5 parent: 1 - type: Transform - uid: 359 components: - - pos: 12.5,11.5 + - type: Transform + pos: 12.5,11.5 parent: 1 - type: Transform - uid: 360 components: - - pos: 13.5,11.5 + - type: Transform + pos: 13.5,11.5 parent: 1 - type: Transform - uid: 361 components: - - pos: 13.5,10.5 + - type: Transform + pos: 13.5,10.5 parent: 1 - type: Transform - uid: 362 components: - - pos: 13.5,9.5 + - type: Transform + pos: 13.5,9.5 parent: 1 - type: Transform - uid: 363 components: - - pos: 13.5,8.5 + - type: Transform + pos: 13.5,8.5 parent: 1 - type: Transform - uid: 364 components: - - pos: 13.5,7.5 + - type: Transform + pos: 13.5,7.5 parent: 1 - type: Transform - uid: 365 components: - - pos: 13.5,6.5 + - type: Transform + pos: 13.5,6.5 parent: 1 - type: Transform - uid: 366 components: - - pos: 13.5,5.5 + - type: Transform + pos: 13.5,5.5 parent: 1 - type: Transform - uid: 367 components: - - pos: 13.5,4.5 + - type: Transform + pos: 13.5,4.5 parent: 1 - type: Transform - uid: 368 components: - - pos: 13.5,3.5 + - type: Transform + pos: 13.5,3.5 parent: 1 - type: Transform - uid: 369 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 1 - type: Transform - uid: 370 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 1 - type: Transform - uid: 371 components: - - pos: 13.5,0.5 + - type: Transform + pos: 13.5,0.5 parent: 1 - type: Transform - uid: 372 components: - - pos: 13.5,-0.5 + - type: Transform + pos: 13.5,-0.5 parent: 1 - type: Transform - uid: 373 components: - - pos: 13.5,-1.5 + - type: Transform + pos: 13.5,-1.5 parent: 1 - type: Transform - uid: 374 components: - - pos: 13.5,-2.5 + - type: Transform + pos: 13.5,-2.5 parent: 1 - type: Transform - uid: 375 components: - - pos: 13.5,-3.5 + - type: Transform + pos: 13.5,-3.5 parent: 1 - type: Transform - uid: 376 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - uid: 377 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 1 - type: Transform - uid: 378 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 1 - type: Transform - uid: 379 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 1 - type: Transform - uid: 380 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 1 - type: Transform - uid: 381 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 1 - type: Transform - uid: 382 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 1 - type: Transform - uid: 383 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 1 - type: Transform - uid: 384 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 1 - type: Transform - uid: 385 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 1 - type: Transform - uid: 386 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 1 - type: Transform - uid: 387 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 1 - type: Transform - uid: 388 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 1 - type: Transform - uid: 389 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 1 - type: Transform - uid: 390 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 1 - type: Transform - uid: 391 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 1 - type: Transform - uid: 392 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 1 - type: Transform - uid: 393 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 1 - type: Transform - uid: 394 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 1 - type: Transform - uid: 395 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 1 - type: Transform - uid: 396 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 1 - type: Transform - uid: 397 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 1 - type: Transform - uid: 398 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 1 - type: Transform - uid: 399 components: - - pos: -5.5,-8.5 + - type: Transform + pos: -5.5,-8.5 parent: 1 - type: Transform - uid: 400 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 1 - type: Transform - uid: 401 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 1 - type: Transform - uid: 402 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 1 - type: Transform - uid: 403 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 1 - type: Transform - uid: 404 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 1 - type: Transform - uid: 405 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 1 - type: Transform - uid: 406 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 1 - type: Transform - uid: 407 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 1 - type: Transform - uid: 408 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 1 - type: Transform - uid: 409 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 1 - type: Transform - uid: 410 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 1 - type: Transform - uid: 411 components: - - pos: -13.5,-4.5 + - type: Transform + pos: -13.5,-4.5 parent: 1 - type: Transform - uid: 412 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 1 - type: Transform - uid: 413 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 1 - type: Transform - uid: 414 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 1 - type: Transform - uid: 415 components: - - pos: -14.5,-1.5 + - type: Transform + pos: -14.5,-1.5 parent: 1 - type: Transform - uid: 416 components: - - pos: -14.5,-0.5 + - type: Transform + pos: -14.5,-0.5 parent: 1 - type: Transform - uid: 417 components: - - pos: -14.5,0.5 + - type: Transform + pos: -14.5,0.5 parent: 1 - type: Transform - uid: 418 components: - - pos: -14.5,1.5 + - type: Transform + pos: -14.5,1.5 parent: 1 - type: Transform - uid: 419 components: - - pos: -14.5,2.5 + - type: Transform + pos: -14.5,2.5 parent: 1 - type: Transform - uid: 420 components: - - pos: -14.5,3.5 + - type: Transform + pos: -14.5,3.5 parent: 1 - type: Transform - uid: 421 components: - - pos: -14.5,4.5 + - type: Transform + pos: -14.5,4.5 parent: 1 - type: Transform - uid: 422 components: - - pos: -14.5,5.5 + - type: Transform + pos: -14.5,5.5 parent: 1 - type: Transform - uid: 423 components: - - pos: -14.5,6.5 + - type: Transform + pos: -14.5,6.5 parent: 1 - type: Transform - uid: 424 components: - - pos: -14.5,7.5 + - type: Transform + pos: -14.5,7.5 parent: 1 - type: Transform - uid: 428 components: - - pos: -14.5,11.5 + - type: Transform + pos: -14.5,11.5 parent: 1 - type: Transform - uid: 429 components: - - pos: -13.5,11.5 + - type: Transform + pos: -13.5,11.5 parent: 1 - type: Transform - uid: 430 components: - - pos: -13.5,12.5 + - type: Transform + pos: -13.5,12.5 parent: 1 - type: Transform - uid: 431 components: - - pos: -12.5,12.5 + - type: Transform + pos: -12.5,12.5 parent: 1 - type: Transform - uid: 432 components: - - pos: -12.5,13.5 + - type: Transform + pos: -12.5,13.5 parent: 1 - type: Transform - uid: 433 components: - - pos: -11.5,13.5 + - type: Transform + pos: -11.5,13.5 parent: 1 - type: Transform - uid: 561 components: - - pos: -6.5,-7.5 + - type: Transform + pos: -6.5,-7.5 parent: 1 - type: Transform - uid: 563 components: - - pos: 2.5,22.5 + - type: Transform + pos: 2.5,22.5 parent: 1 - type: Transform - uid: 603 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 1 - type: Transform - uid: 604 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 1 - type: Transform - uid: 616 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 1 - type: Transform - uid: 617 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 1 - type: Transform - uid: 618 components: - - pos: 5.5,-13.5 + - type: Transform + pos: 5.5,-13.5 parent: 1 - type: Transform - uid: 619 components: - - pos: 5.5,-14.5 + - type: Transform + pos: 5.5,-14.5 parent: 1 - type: Transform - uid: 620 components: - - pos: 4.5,-14.5 + - type: Transform + pos: 4.5,-14.5 parent: 1 - type: Transform - uid: 621 components: - - pos: 4.5,-15.5 + - type: Transform + pos: 4.5,-15.5 parent: 1 - type: Transform - uid: 622 components: - - pos: 3.5,-15.5 + - type: Transform + pos: 3.5,-15.5 parent: 1 - type: Transform - uid: 623 components: - - pos: 2.5,-15.5 + - type: Transform + pos: 2.5,-15.5 parent: 1 - type: Transform - uid: 624 components: - - pos: 1.5,-15.5 + - type: Transform + pos: 1.5,-15.5 parent: 1 - type: Transform - uid: 625 components: - - pos: 0.5,-15.5 + - type: Transform + pos: 0.5,-15.5 parent: 1 - type: Transform - uid: 626 components: - - pos: -0.5,-15.5 + - type: Transform + pos: -0.5,-15.5 parent: 1 - type: Transform - uid: 627 components: - - pos: -1.5,-15.5 + - type: Transform + pos: -1.5,-15.5 parent: 1 - type: Transform - uid: 628 components: - - pos: -2.5,-15.5 + - type: Transform + pos: -2.5,-15.5 parent: 1 - type: Transform - uid: 629 components: - - pos: -3.5,-15.5 + - type: Transform + pos: -3.5,-15.5 parent: 1 - type: Transform - uid: 630 components: - - pos: -4.5,-15.5 + - type: Transform + pos: -4.5,-15.5 parent: 1 - type: Transform - uid: 631 components: - - pos: -5.5,-15.5 + - type: Transform + pos: -5.5,-15.5 parent: 1 - type: Transform - uid: 632 components: - - pos: -6.5,-14.5 + - type: Transform + pos: -6.5,-14.5 parent: 1 - type: Transform - uid: 633 components: - - pos: -6.5,-13.5 + - type: Transform + pos: -6.5,-13.5 parent: 1 - type: Transform - uid: 634 components: - - pos: -6.5,-12.5 + - type: Transform + pos: -6.5,-12.5 parent: 1 - type: Transform - uid: 635 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 1 - type: Transform - uid: 636 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 1 - type: Transform - uid: 637 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 1 - type: Transform - uid: 638 components: - - pos: -5.5,-14.5 + - type: Transform + pos: -5.5,-14.5 parent: 1 - type: Transform - uid: 639 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 1 - type: Transform - uid: 640 components: - - pos: -2.5,-13.5 + - type: Transform + pos: -2.5,-13.5 parent: 1 - type: Transform - uid: 641 components: - - pos: -2.5,-14.5 + - type: Transform + pos: -2.5,-14.5 parent: 1 - type: Transform - uid: 642 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 1 - type: Transform - uid: 643 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 1 - type: Transform - uid: 644 components: - - pos: 1.5,-13.5 + - type: Transform + pos: 1.5,-13.5 parent: 1 - type: Transform - uid: 645 components: - - pos: 1.5,-14.5 + - type: Transform + pos: 1.5,-14.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 704 + components: + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeaponLaserGun entities: - uid: 693 components: - - pos: -0.523374,5.6031785 + - type: Transform + pos: -0.523374,5.6031785 parent: 1 - type: Transform - proto: WeaponTurretSyndicate entities: - uid: 133 components: - - flags: SessionSpecific - type: MetaData - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 1 - type: Transform - uid: 134 components: - - flags: SessionSpecific - type: MetaData - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - proto: WeaponTurretSyndicateBroken entities: - uid: 425 components: - - pos: -25.5,-8.5 + - type: Transform + pos: -25.5,-8.5 parent: 1 - type: Transform - uid: 426 components: - - pos: -25.5,14.5 + - type: Transform + pos: -25.5,14.5 parent: 1 - type: Transform - uid: 427 components: - - pos: -24.5,15.5 + - type: Transform + pos: -24.5,15.5 parent: 1 - type: Transform - uid: 434 components: - - pos: -2.5,25.5 + - type: Transform + pos: -2.5,25.5 parent: 1 - type: Transform - uid: 435 components: - - pos: 1.5,25.5 + - type: Transform + pos: 1.5,25.5 parent: 1 - type: Transform - uid: 436 components: - - pos: 24.5,15.5 + - type: Transform + pos: 24.5,15.5 parent: 1 - type: Transform - uid: 437 components: - - pos: 25.5,14.5 + - type: Transform + pos: 25.5,14.5 parent: 1 - type: Transform - uid: 444 components: - - pos: 25.5,-8.5 + - type: Transform + pos: 25.5,-8.5 parent: 1 - type: Transform - uid: 445 components: - - pos: 10.5,-16.5 + - type: Transform + pos: 10.5,-16.5 parent: 1 - type: Transform - uid: 450 components: - - pos: 9.5,-17.5 + - type: Transform + pos: 9.5,-17.5 parent: 1 - type: Transform - uid: 451 components: - - pos: 24.5,-9.5 + - type: Transform + pos: 24.5,-9.5 parent: 1 - type: Transform - uid: 452 components: - - pos: -10.5,-17.5 + - type: Transform + pos: -10.5,-17.5 parent: 1 - type: Transform - uid: 453 components: - - pos: -11.5,-16.5 + - type: Transform + pos: -11.5,-16.5 parent: 1 - type: Transform - uid: 454 components: - - pos: -24.5,-9.5 + - type: Transform + pos: -24.5,-9.5 parent: 1 - type: Transform - proto: WindoorSecureScienceLocked entities: - uid: 664 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 1 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml b/Resources/Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml index afcbff0027..7ac16789c9 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml @@ -5,67 +5,68 @@ tilemap: 0: Space 7: FloorAsteroidSand 11: FloorAsteroidTile - 13: FloorBasalt - 15: FloorBlueCircuit - 20: FloorCave - 27: FloorDark - 32: FloorDarkMono - 52: FloorGreenCircuit - 60: FloorLino - 72: FloorReinforced - 84: FloorSteel - 89: FloorSteelDirty - 92: FloorSteelMono - 96: FloorTechMaint - 112: Lattice - 113: Plating + 15: FloorBasalt + 18: FloorBlueCircuit + 23: FloorCave + 30: FloorDark + 35: FloorDarkMono + 55: FloorGreenCircuit + 63: FloorLino + 78: FloorReinforced + 90: FloorSteel + 97: FloorSteelDirty + 101: FloorSteelMono + 105: FloorTechMaint + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 16 components: - type: MetaData - - parent: invalid - type: Transform - - chunks: + - type: Transform + parent: invalid + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACcQAAAAAADwAAAAAASAAAAAAANAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAACcQAAAAAADwAAAAAASAAAAAAANAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABcQAAAAAADwAAAAAASAAAAAAANAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAAcQAAAAAASAAAAAAASAAAAAAASAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAABVAAAAAAAVAAAAAADAAAAAAAAcAAAAAAAcAAAAAAACwAAAAAACwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAADVAAAAAACVAAAAAACVAAAAAABcQAAAAAAAAAAAAAAcAAAAAAAcAAAAAAACwAAAAAACwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAVAAAAAACWQAAAAAAcQAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAAAVAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACegAAAAAAEgAAAAAATgAAAAAANwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAACegAAAAAAEgAAAAAATgAAAAAANwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABegAAAAAAEgAAAAAATgAAAAAANwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADAAAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAABegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAWgAAAAACYQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAB version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAcAAAAAAAcAAAAAAACwAAAAAACwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAADVAAAAAADVAAAAAADcQAAAAAAWQAAAAAAVAAAAAACVAAAAAACAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABcQAAAAAACwAAAAAAcQAAAAAACwAAAAAAcQAAAAAAVAAAAAACVAAAAAADVAAAAAACVAAAAAADAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAXAAAAAAAXAAAAAADXAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAVAAAAAADVAAAAAABVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAcQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAcQAAAAAAVAAAAAAAVAAAAAAAVAAAAAACcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAACVAAAAAABVAAAAAADcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAcQAAAAAAVAAAAAACVAAAAAACVAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAYQAAAAAAWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABegAAAAAACwAAAAAAegAAAAAACwAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAZQAAAAAAZQAAAAADZQAAAAABegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: VAAAAAACVAAAAAACVAAAAAACcQAAAAAAVAAAAAABVAAAAAABWQAAAAAAcQAAAAAAcQAAAAAAVAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcAAAAAAAcAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAVAAAAAACVAAAAAABVAAAAAACcQAAAAAAcQAAAAAAVAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcAAAAAAAcAAAAAAAXAAAAAADXAAAAAACXAAAAAADcQAAAAAAVAAAAAACVAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAVAAAAAADVAAAAAACVAAAAAADcQAAAAAAVAAAAAAAVAAAAAADcQAAAAAAcQAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAVAAAAAACVAAAAAACVAAAAAABcQAAAAAAVAAAAAABcQAAAAAAcQAAAAAAcQAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAVAAAAAABVAAAAAABVAAAAAACcQAAAAAAcQAAAAAAVAAAAAAAVAAAAAABcQAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACcAAAAAAAcAAAAAAAcAAAAAAAVAAAAAADVAAAAAABVAAAAAAAcQAAAAAAVAAAAAABWQAAAAAAWQAAAAAAcQAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAcAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAABcQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAcAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACcQAAAAAAVAAAAAAAcQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAVAAAAAADcQAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACcQAAAAAAcQAAAAAAVAAAAAAAWQAAAAAAcQAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAAcQAAAAAAcQAAAAAAVAAAAAABVAAAAAABcQAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WgAAAAACWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAABYQAAAAAAegAAAAAAegAAAAAAWgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAWgAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAZQAAAAADZQAAAAACZQAAAAADegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAACWgAAAAADegAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAWgAAAAACWgAAAAACWgAAAAABegAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAABTgAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAABYQAAAAAAYQAAAAAATgAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAWgAAAAABegAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACTgAAAAAAWgAAAAAATgAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACegAAAAAATgAAAAAAegAAAAAAWgAAAAADegAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACegAAAAAAegAAAAAAWgAAAAAAYQAAAAAAegAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAABFAAAAAABFAAAAAACFAAAAAADFAAAAAAEBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAAFAAAAAABFAAAAAACDQAAAAAADQAAAAAAFAAAAAAEFAAAAAADBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABFAAAAAABFAAAAAACDQAAAAAADQAAAAAADQAAAAAAFAAAAAACFAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAFAAAAAAADQAAAAAADQAAAAAADQAAAAAAFAAAAAACBwAAAAABFAAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAADGwAAAAADcQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAFAAAAAABFAAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAADGwAAAAABcQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAFAAAAAABFAAAAAADBwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAACGwAAAAAAGwAAAAACcQAAAAAAGwAAAAABFAAAAAAADQAAAAAADQAAAAAAFAAAAAAAFAAAAAAFBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAABGwAAAAADGwAAAAAAcQAAAAAAGwAAAAACDQAAAAAAGwAAAAADcQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAGwAAAAACcQAAAAAAcQAAAAAAXAAAAAACIAAAAAAAXAAAAAAAcQAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAWQAAAAAAWQAAAAAAVAAAAAADVAAAAAAAVAAAAAADVAAAAAABVAAAAAADcQAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAVAAAAAACVAAAAAAAWQAAAAAAVAAAAAADcQAAAAAAVAAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAADVAAAAAACcQAAAAAAcQAAAAAAcQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAABFwAAAAABFwAAAAACFwAAAAADFwAAAAAEBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAAFwAAAAABFwAAAAACDwAAAAAADwAAAAAAFwAAAAAEFwAAAAADBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABFwAAAAABFwAAAAACDwAAAAAADwAAAAAADwAAAAAAFwAAAAACFwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAACBwAAAAABFwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAADHgAAAAADegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAABFwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAADHgAAAAABegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFwAAAAABFwAAAAADBwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAAHgAAAAABFwAAAAAADwAAAAAADwAAAAAAFwAAAAAAFwAAAAAFBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADHgAAAAAAegAAAAAAHgAAAAACDwAAAAAAHgAAAAADegAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAHgAAAAACTgAAAAAAegAAAAAAZQAAAAACIwAAAAAAZQAAAAAAegAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYQAAAAAAYQAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAADTgAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAAAYQAAAAAAWgAAAAADegAAAAAAWgAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAA version: 6 1,0: ind: 1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -440,8 +441,8 @@ entities: 128: -7.3626437,-6.7349343 129: -7.8782687,-7.0005593 130: -7.3470187,-7.5943093 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -611,7 +612,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -622,3792 +622,3808 @@ entities: entities: - uid: 108 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 16 - type: Transform - proto: AirlockEngineeringLocked entities: - uid: 576 components: - - pos: 6.5,12.5 + - type: Transform + pos: 6.5,12.5 parent: 16 - type: Transform - proto: AirlockExternalGlassCargoLocked entities: - uid: 109 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 16 - type: Transform - uid: 110 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 16 - type: Transform - uid: 111 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 16 - type: Transform - uid: 112 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 16 - type: Transform - uid: 113 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 16 - type: Transform - uid: 114 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 16 - type: Transform - proto: AirlockShuttle entities: - uid: 177 components: - - pos: 21.5,4.5 + - type: Transform + pos: 21.5,4.5 parent: 16 - type: Transform - uid: 452 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -14.5,-0.5 parent: 16 - type: Transform - uid: 486 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 21.5,-3.5 parent: 16 - type: Transform - proto: APCBasic entities: - uid: 513 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 16 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 185 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 16 - type: Transform - uid: 186 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 16 - type: Transform - uid: 194 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 16 - type: Transform - uid: 195 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 16 - type: Transform - uid: 196 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 16 - type: Transform - uid: 197 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 16 - type: Transform - uid: 200 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 16 - type: Transform - uid: 201 components: - - pos: -3.5,10.5 + - type: Transform + pos: -3.5,10.5 parent: 16 - type: Transform - uid: 204 components: - - pos: -2.5,10.5 + - type: Transform + pos: -2.5,10.5 parent: 16 - type: Transform - uid: 208 components: - - pos: -1.5,10.5 + - type: Transform + pos: -1.5,10.5 parent: 16 - type: Transform - uid: 209 components: - - pos: -1.5,9.5 + - type: Transform + pos: -1.5,9.5 parent: 16 - type: Transform - uid: 210 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 16 - type: Transform - uid: 211 components: - - pos: -2.5,11.5 + - type: Transform + pos: -2.5,11.5 parent: 16 - type: Transform - uid: 212 components: - - pos: -1.5,11.5 + - type: Transform + pos: -1.5,11.5 parent: 16 - type: Transform - uid: 218 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 16 - type: Transform - uid: 248 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 16 - type: Transform - uid: 249 components: - - pos: 8.5,11.5 + - type: Transform + pos: 8.5,11.5 parent: 16 - type: Transform - uid: 253 components: - - pos: 9.5,11.5 + - type: Transform + pos: 9.5,11.5 parent: 16 - type: Transform - uid: 254 components: - - pos: 8.5,12.5 + - type: Transform + pos: 8.5,12.5 parent: 16 - type: Transform - uid: 260 components: - - pos: 2.5,12.5 + - type: Transform + pos: 2.5,12.5 parent: 16 - type: Transform - uid: 261 components: - - pos: 1.5,12.5 + - type: Transform + pos: 1.5,12.5 parent: 16 - type: Transform - uid: 262 components: - - pos: 0.5,12.5 + - type: Transform + pos: 0.5,12.5 parent: 16 - type: Transform - uid: 263 components: - - pos: -0.5,12.5 + - type: Transform + pos: -0.5,12.5 parent: 16 - type: Transform - uid: 266 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 16 - type: Transform - uid: 271 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 16 - type: Transform - uid: 284 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 16 - type: Transform - uid: 288 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 16 - type: Transform - uid: 289 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 16 - type: Transform - uid: 294 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 16 - type: Transform - uid: 296 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 16 - type: Transform - uid: 297 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 16 - type: Transform - uid: 298 components: - - pos: 9.5,-4.5 + - type: Transform + pos: 9.5,-4.5 parent: 16 - type: Transform - uid: 299 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 16 - type: Transform - uid: 305 components: - - pos: -3.5,-11.5 + - type: Transform + pos: -3.5,-11.5 parent: 16 - type: Transform - uid: 313 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 16 - type: Transform - uid: 314 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 16 - type: Transform - uid: 315 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 16 - type: Transform - uid: 316 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 16 - type: Transform - uid: 320 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 16 - type: Transform - uid: 325 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 16 - type: Transform - uid: 326 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 16 - type: Transform - uid: 331 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 16 - type: Transform - uid: 339 components: - - pos: -9.5,-5.5 + - type: Transform + pos: -9.5,-5.5 parent: 16 - type: Transform - uid: 346 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 16 - type: Transform - uid: 347 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 16 - type: Transform - uid: 354 components: - - pos: -8.5,-6.5 + - type: Transform + pos: -8.5,-6.5 parent: 16 - type: Transform - uid: 355 components: - - pos: -8.5,-7.5 + - type: Transform + pos: -8.5,-7.5 parent: 16 - type: Transform - uid: 360 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 16 - type: Transform - uid: 361 components: - - pos: -5.5,-7.5 + - type: Transform + pos: -5.5,-7.5 parent: 16 - type: Transform - uid: 362 components: - - pos: -10.5,-8.5 + - type: Transform + pos: -10.5,-8.5 parent: 16 - type: Transform - uid: 368 components: - - pos: -8.5,-9.5 + - type: Transform + pos: -8.5,-9.5 parent: 16 - type: Transform - uid: 369 components: - - pos: -8.5,-10.5 + - type: Transform + pos: -8.5,-10.5 parent: 16 - type: Transform - uid: 376 components: - - pos: -4.5,-9.5 + - type: Transform + pos: -4.5,-9.5 parent: 16 - type: Transform - uid: 377 components: - - pos: -4.5,-10.5 + - type: Transform + pos: -4.5,-10.5 parent: 16 - type: Transform - uid: 378 components: - - pos: -3.5,-9.5 + - type: Transform + pos: -3.5,-9.5 parent: 16 - type: Transform - uid: 380 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 16 - type: Transform - uid: 381 components: - - pos: -2.5,-10.5 + - type: Transform + pos: -2.5,-10.5 parent: 16 - type: Transform - uid: 391 components: - - pos: 2.5,-10.5 + - type: Transform + pos: 2.5,-10.5 parent: 16 - type: Transform - uid: 392 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 16 - type: Transform - uid: 394 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 16 - type: Transform - uid: 395 components: - - pos: 4.5,-10.5 + - type: Transform + pos: 4.5,-10.5 parent: 16 - type: Transform - uid: 397 components: - - pos: 5.5,-10.5 + - type: Transform + pos: 5.5,-10.5 parent: 16 - type: Transform - uid: 405 components: - - pos: 9.5,-10.5 + - type: Transform + pos: 9.5,-10.5 parent: 16 - type: Transform - uid: 406 components: - - pos: 10.5,-9.5 + - type: Transform + pos: 10.5,-9.5 parent: 16 - type: Transform - uid: 407 components: - - pos: 10.5,-10.5 + - type: Transform + pos: 10.5,-10.5 parent: 16 - type: Transform - uid: 408 components: - - pos: 11.5,-9.5 + - type: Transform + pos: 11.5,-9.5 parent: 16 - type: Transform - uid: 409 components: - - pos: 11.5,-10.5 + - type: Transform + pos: 11.5,-10.5 parent: 16 - type: Transform - uid: 410 components: - - pos: 11.5,-11.5 + - type: Transform + pos: 11.5,-11.5 parent: 16 - type: Transform - uid: 417 components: - - pos: 4.5,-11.5 + - type: Transform + pos: 4.5,-11.5 parent: 16 - type: Transform - uid: 418 components: - - pos: 3.5,-11.5 + - type: Transform + pos: 3.5,-11.5 parent: 16 - type: Transform - uid: 419 components: - - pos: 2.5,-11.5 + - type: Transform + pos: 2.5,-11.5 parent: 16 - type: Transform - uid: 424 components: - - pos: -2.5,-11.5 + - type: Transform + pos: -2.5,-11.5 parent: 16 - type: Transform - uid: 426 components: - - pos: -4.5,-11.5 + - type: Transform + pos: -4.5,-11.5 parent: 16 - type: Transform - uid: 430 components: - - pos: -4.5,-12.5 + - type: Transform + pos: -4.5,-12.5 parent: 16 - type: Transform - uid: 431 components: - - pos: -3.5,-12.5 + - type: Transform + pos: -3.5,-12.5 parent: 16 - type: Transform - uid: 432 components: - - pos: -2.5,-12.5 + - type: Transform + pos: -2.5,-12.5 parent: 16 - type: Transform - uid: 437 components: - - pos: 2.5,-12.5 + - type: Transform + pos: 2.5,-12.5 parent: 16 - type: Transform - uid: 438 components: - - pos: 3.5,-12.5 + - type: Transform + pos: 3.5,-12.5 parent: 16 - type: Transform - uid: 439 components: - - pos: 4.5,-12.5 + - type: Transform + pos: 4.5,-12.5 parent: 16 - type: Transform - proto: AtmosDeviceFanTiny entities: - uid: 94 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 16 - type: Transform - uid: 649 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 16 - type: Transform - uid: 676 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 16 - type: Transform - proto: AtmosFixPlasmaMarker entities: - uid: 55 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 16 - type: Transform - uid: 56 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 16 - type: Transform - uid: 57 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 16 - type: Transform - uid: 58 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 16 - type: Transform - uid: 59 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 16 - type: Transform - uid: 60 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 16 - type: Transform - uid: 61 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 16 - type: Transform - uid: 62 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 16 - type: Transform - uid: 63 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 16 - type: Transform - uid: 64 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 16 - type: Transform - uid: 65 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 16 - type: Transform - uid: 66 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 16 - type: Transform - proto: BannerCargo entities: - uid: 178 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 16 - type: Transform - proto: BaseComputer entities: - uid: 425 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 16 - type: Transform - proto: BirdToyInstrument entities: - uid: 614 components: - - pos: 2.4604154,4.540422 + - type: Transform + pos: 2.4604154,4.540422 parent: 16 - type: Transform - proto: BlastDoor entities: - uid: 139 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,-3.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 202 - type: DeviceLinkSink - uid: 484 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,-3.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 202 - type: DeviceLinkSink - uid: 581 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 202 - type: DeviceLinkSink - proto: Bucket entities: - uid: 358 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.784109,-5.7588787 parent: 16 - type: Transform - proto: CableApcExtension entities: - uid: 2 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 16 - type: Transform - uid: 3 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 16 - type: Transform - uid: 32 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 16 - type: Transform - uid: 122 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 16 - type: Transform - uid: 239 components: - - pos: 6.5,11.5 + - type: Transform + pos: 6.5,11.5 parent: 16 - type: Transform - uid: 250 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 16 - type: Transform - uid: 255 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 16 - type: Transform - uid: 342 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 16 - type: Transform - uid: 345 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 16 - type: Transform - uid: 514 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 16 - type: Transform - uid: 515 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 16 - type: Transform - uid: 516 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 16 - type: Transform - uid: 517 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 16 - type: Transform - uid: 518 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 16 - type: Transform - uid: 519 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 16 - type: Transform - uid: 520 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 16 - type: Transform - uid: 521 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 16 - type: Transform - uid: 522 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 16 - type: Transform - uid: 523 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 16 - type: Transform - uid: 524 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 16 - type: Transform - uid: 525 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 16 - type: Transform - uid: 526 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 16 - type: Transform - uid: 527 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 16 - type: Transform - uid: 528 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 16 - type: Transform - uid: 529 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 16 - type: Transform - uid: 530 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 16 - type: Transform - uid: 531 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 16 - type: Transform - uid: 532 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 16 - type: Transform - uid: 533 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 16 - type: Transform - uid: 534 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 16 - type: Transform - uid: 535 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 16 - type: Transform - uid: 536 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 16 - type: Transform - uid: 537 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 16 - type: Transform - uid: 538 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 16 - type: Transform - uid: 539 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 16 - type: Transform - uid: 540 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 16 - type: Transform - uid: 541 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 16 - type: Transform - uid: 542 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 16 - type: Transform - uid: 543 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 16 - type: Transform - uid: 544 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 16 - type: Transform - uid: 545 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 16 - type: Transform - uid: 546 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 16 - type: Transform - uid: 547 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 16 - type: Transform - uid: 548 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 16 - type: Transform - uid: 549 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 16 - type: Transform - uid: 554 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 16 - type: Transform - uid: 555 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 16 - type: Transform - uid: 556 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 16 - type: Transform - uid: 557 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 16 - type: Transform - uid: 558 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 16 - type: Transform - uid: 559 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 16 - type: Transform - uid: 560 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 16 - type: Transform - uid: 561 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 16 - type: Transform - uid: 562 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 16 - type: Transform - uid: 563 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 16 - type: Transform - uid: 564 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 16 - type: Transform - uid: 565 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 16 - type: Transform - uid: 566 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 16 - type: Transform - uid: 567 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 16 - type: Transform - uid: 568 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 16 - type: Transform - uid: 569 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 16 - type: Transform - uid: 570 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 16 - type: Transform - uid: 571 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 16 - type: Transform - uid: 572 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 16 - type: Transform - uid: 573 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 16 - type: Transform - uid: 574 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 16 - type: Transform - uid: 575 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 16 - type: Transform - uid: 587 components: - - pos: 9.5,1.5 + - type: Transform + pos: 9.5,1.5 parent: 16 - type: Transform - uid: 588 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 parent: 16 - type: Transform - uid: 589 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 16 - type: Transform - uid: 590 components: - - pos: 12.5,1.5 + - type: Transform + pos: 12.5,1.5 parent: 16 - type: Transform - uid: 591 components: - - pos: 13.5,1.5 + - type: Transform + pos: 13.5,1.5 parent: 16 - type: Transform - uid: 650 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 16 - type: Transform - uid: 651 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 16 - type: Transform - uid: 652 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 16 - type: Transform - uid: 653 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 16 - type: Transform - uid: 654 components: - - pos: 15.5,4.5 + - type: Transform + pos: 15.5,4.5 parent: 16 - type: Transform - uid: 655 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 16 - type: Transform - uid: 656 components: - - pos: 16.5,5.5 + - type: Transform + pos: 16.5,5.5 parent: 16 - type: Transform - uid: 657 components: - - pos: 17.5,5.5 + - type: Transform + pos: 17.5,5.5 parent: 16 - type: Transform - uid: 658 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 16 - type: Transform - uid: 659 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 16 - type: Transform - uid: 660 components: - - pos: 20.5,5.5 + - type: Transform + pos: 20.5,5.5 parent: 16 - type: Transform - uid: 661 components: - - pos: 21.5,5.5 + - type: Transform + pos: 21.5,5.5 parent: 16 - type: Transform - uid: 662 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 16 - type: Transform - uid: 663 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 16 - type: Transform - uid: 664 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 16 - type: Transform - uid: 665 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 16 - type: Transform - uid: 666 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 16 - type: Transform - uid: 667 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 16 - type: Transform - uid: 668 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 16 - type: Transform - uid: 669 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 16 - type: Transform - uid: 670 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 16 - type: Transform - uid: 671 components: - - pos: 19.5,-4.5 + - type: Transform + pos: 19.5,-4.5 parent: 16 - type: Transform - uid: 672 components: - - pos: 20.5,-4.5 + - type: Transform + pos: 20.5,-4.5 parent: 16 - type: Transform - uid: 673 components: - - pos: 21.5,-4.5 + - type: Transform + pos: 21.5,-4.5 parent: 16 - type: Transform - proto: CableHV entities: - uid: 493 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 16 - type: Transform - uid: 495 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 16 - type: Transform - proto: CableHVStack1 entities: - uid: 596 components: - - pos: 4.5382333,10.552419 + - type: Transform + pos: 4.5382333,10.552419 parent: 16 - type: Transform - proto: CableMV entities: - uid: 30 components: - - pos: 6.5,10.5 + - type: Transform + pos: 6.5,10.5 parent: 16 - type: Transform - uid: 233 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 16 - type: Transform - uid: 235 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 16 - type: Transform - uid: 390 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 16 - type: Transform - uid: 497 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 16 - type: Transform - uid: 498 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 16 - type: Transform - uid: 499 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 16 - type: Transform - uid: 500 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 16 - type: Transform - uid: 501 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 16 - type: Transform - uid: 502 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 16 - type: Transform - uid: 503 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 16 - type: Transform - uid: 504 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 16 - type: Transform - uid: 505 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 16 - type: Transform - uid: 506 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 16 - type: Transform - uid: 507 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 16 - type: Transform - uid: 508 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 16 - type: Transform - uid: 509 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 16 - type: Transform - uid: 510 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 16 - type: Transform - uid: 511 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 16 - type: Transform - uid: 512 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 16 - type: Transform - proto: Catwalk entities: - uid: 107 components: - - pos: 15.5,1.5 + - type: Transform + pos: 15.5,1.5 parent: 16 - type: Transform - uid: 144 components: - - pos: 15.5,4.5 + - type: Transform + pos: 15.5,4.5 parent: 16 - type: Transform - uid: 160 components: - - pos: 15.5,2.5 + - type: Transform + pos: 15.5,2.5 parent: 16 - type: Transform - uid: 161 components: - - pos: 15.5,3.5 + - type: Transform + pos: 15.5,3.5 parent: 16 - type: Transform - uid: 163 components: - - pos: 18.5,-4.5 + - type: Transform + pos: 18.5,-4.5 parent: 16 - type: Transform - uid: 165 components: - - pos: 16.5,5.5 + - type: Transform + pos: 16.5,5.5 parent: 16 - type: Transform - uid: 166 components: - - pos: 20.5,-4.5 + - type: Transform + pos: 20.5,-4.5 parent: 16 - type: Transform - uid: 167 components: - - pos: 19.5,-4.5 + - type: Transform + pos: 19.5,-4.5 parent: 16 - type: Transform - uid: 168 components: - - pos: 15.5,0.5 + - type: Transform + pos: 15.5,0.5 parent: 16 - type: Transform - uid: 169 components: - - pos: 21.5,-4.5 + - type: Transform + pos: 21.5,-4.5 parent: 16 - type: Transform - uid: 172 components: - - pos: 17.5,5.5 + - type: Transform + pos: 17.5,5.5 parent: 16 - type: Transform - uid: 173 components: - - pos: 18.5,5.5 + - type: Transform + pos: 18.5,5.5 parent: 16 - type: Transform - uid: 182 components: - - pos: -13.5,0.5 + - type: Transform + pos: -13.5,0.5 parent: 16 - type: Transform - uid: 183 components: - - pos: -13.5,-0.5 + - type: Transform + pos: -13.5,-0.5 parent: 16 - type: Transform - uid: 184 components: - - pos: -13.5,-1.5 + - type: Transform + pos: -13.5,-1.5 parent: 16 - type: Transform - uid: 240 components: - - pos: 5.5,13.5 + - type: Transform + pos: 5.5,13.5 parent: 16 - type: Transform - uid: 241 components: - - pos: 6.5,13.5 + - type: Transform + pos: 6.5,13.5 parent: 16 - type: Transform - uid: 256 components: - - pos: 7.5,13.5 + - type: Transform + pos: 7.5,13.5 parent: 16 - type: Transform - uid: 448 components: - - pos: 14.5,1.5 + - type: Transform + pos: 14.5,1.5 parent: 16 - type: Transform - uid: 449 components: - - pos: 14.5,0.5 + - type: Transform + pos: 14.5,0.5 parent: 16 - type: Transform - uid: 466 components: - - pos: 15.5,-2.5 + - type: Transform + pos: 15.5,-2.5 parent: 16 - type: Transform - uid: 467 components: - - pos: 15.5,-1.5 + - type: Transform + pos: 15.5,-1.5 parent: 16 - type: Transform - uid: 468 components: - - pos: 15.5,-0.5 + - type: Transform + pos: 15.5,-0.5 parent: 16 - type: Transform - uid: 481 components: - - pos: 19.5,5.5 + - type: Transform + pos: 19.5,5.5 parent: 16 - type: Transform - uid: 485 components: - - pos: 15.5,5.5 + - type: Transform + pos: 15.5,5.5 parent: 16 - type: Transform - uid: 600 components: - - pos: 20.5,5.5 + - type: Transform + pos: 20.5,5.5 parent: 16 - type: Transform - uid: 601 components: - - pos: 21.5,5.5 + - type: Transform + pos: 21.5,5.5 parent: 16 - type: Transform - uid: 605 components: - - pos: 15.5,-3.5 + - type: Transform + pos: 15.5,-3.5 parent: 16 - type: Transform - uid: 638 components: - - pos: 17.5,-4.5 + - type: Transform + pos: 17.5,-4.5 parent: 16 - type: Transform - uid: 639 components: - - pos: 16.5,-4.5 + - type: Transform + pos: 16.5,-4.5 parent: 16 - type: Transform - uid: 640 components: - - pos: 15.5,-4.5 + - type: Transform + pos: 15.5,-4.5 parent: 16 - type: Transform - proto: Chair entities: - uid: 586 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-1.5 parent: 16 - type: Transform - proto: ChairOfficeDark entities: - uid: 106 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 16 - type: Transform - uid: 578 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 16 - type: Transform - uid: 629 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,3.5 parent: 16 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 104 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 16 - type: Transform - proto: ClosetFireFilled entities: - uid: 550 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 16 - type: Transform - uid: 602 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 16 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 105 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 16 - type: Transform - uid: 170 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 16 - type: Transform - proto: ClosetRadiationSuitFilled entities: - uid: 159 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 16 - type: Transform - proto: ClothingNeckCloakMiner entities: - uid: 287 components: - - pos: -5.484128,-8.465081 + - type: Transform + pos: -5.484128,-8.465081 parent: 16 - type: Transform - proto: ComputerAlert entities: - uid: 131 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 16 - type: Transform - proto: ComputerBroken entities: - uid: 44 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -6.5,2.5 parent: 16 - type: Transform - uid: 579 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-7.5 parent: 16 - type: Transform - uid: 626 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,3.5 parent: 16 - type: Transform - proto: ComputerSolarControl entities: - uid: 291 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 16 - type: Transform - proto: CrateEmptySpawner entities: - uid: 145 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 16 - type: Transform - uid: 147 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 16 - type: Transform - uid: 610 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 16 - type: Transform - uid: 611 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 16 - type: Transform - proto: CrateFilledSpawner entities: - uid: 140 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 16 - type: Transform - uid: 141 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 16 - type: Transform - uid: 152 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 16 - type: Transform - proto: CrateSalvageEquipment entities: - uid: 162 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 16 - type: Transform - proto: DisposalPipeBroken entities: - uid: 628 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 16 - type: Transform - proto: DrinkMugDog entities: - uid: 674 components: - - pos: 1.7093058,9.119299 + - type: Transform + pos: 1.7093058,9.119299 parent: 16 - type: Transform - proto: DrinkWaterCup entities: - uid: 453 components: - - pos: -6.5476575,-1.3903124 + - type: Transform + pos: -6.5476575,-1.3903124 parent: 16 - type: Transform - uid: 455 components: - - pos: -6.3601575,-1.4996874 + - type: Transform + pos: -6.3601575,-1.4996874 parent: 16 - type: Transform - proto: ExtinguisherCabinetFilled entities: - uid: 624 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 16 - type: Transform - uid: 625 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 16 - type: Transform - proto: FaxMachineBase entities: - uid: 134 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 16 - type: Transform - - name: Cargo Outpost - type: FaxMachine + - type: FaxMachine + name: Cargo Outpost - proto: Firelock entities: - uid: 476 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 16 - type: Transform - uid: 477 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 16 - type: Transform - uid: 478 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 16 - type: Transform - proto: FirelockGlass entities: - uid: 138 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 16 - type: Transform - proto: FlashlightLantern entities: - uid: 456 components: - - pos: 2.421459,-4.364748 + - type: Transform + pos: 2.421459,-4.364748 parent: 16 - type: Transform - uid: 457 components: - - pos: 2.577709,-4.583498 + - type: Transform + pos: 2.577709,-4.583498 parent: 16 - type: Transform - proto: Floodlight entities: - uid: 286 components: - - pos: -6.468503,-5.496331 + - type: Transform + pos: -6.468503,-5.496331 parent: 16 - type: Transform - uid: 622 components: - - pos: 2.6208038,10.405628 + - type: Transform + pos: 2.6208038,10.405628 parent: 16 - type: Transform - proto: FloodlightBroken entities: - uid: 143 components: - - pos: 12.473434,-1.192405 + - type: Transform + pos: 12.473434,-1.192405 parent: 16 - type: Transform - proto: FloorLavaEntity entities: - uid: 48 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 16 - type: Transform - uid: 295 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 16 - type: Transform - uid: 317 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 16 - type: Transform - uid: 318 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 16 - type: Transform - uid: 319 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 16 - type: Transform - uid: 398 components: - - pos: 8.5,-10.5 + - type: Transform + pos: 8.5,-10.5 parent: 16 - type: Transform - uid: 401 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 16 - type: Transform - uid: 402 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 16 - type: Transform - uid: 403 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 16 - type: Transform - uid: 404 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 16 - type: Transform - proto: FloraRockSolid01 entities: - uid: 54 components: - - pos: 5.505496,-8.531757 + - type: Transform + pos: 5.505496,-8.531757 parent: 16 - type: Transform - proto: FloraRockSolid03 entities: - uid: 490 components: - - pos: 7.442996,-6.4380074 + - type: Transform + pos: 7.442996,-6.4380074 parent: 16 - type: Transform - proto: FoodSnackChocolate entities: - uid: 35 components: - - pos: -8.409519,-4.5005593 + - type: Transform + pos: -8.409519,-4.5005593 parent: 16 - type: Transform - uid: 36 components: - - pos: -8.162452,-4.5786843 + - type: Transform + pos: -8.162452,-4.5786843 parent: 16 - type: Transform - proto: GasRecycler entities: - uid: 621 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 16 - type: Transform + - type: AtmosDevice + joinedGrid: 16 - proto: GeneratorRTGDamaged entities: - uid: 496 components: - - pos: 4.5,11.5 + - type: Transform + pos: 4.5,11.5 parent: 16 - type: Transform - proto: GoldOre entities: - uid: 175 components: - - pos: 8.337205,-9.694372 + - type: Transform + pos: 8.337205,-9.694372 parent: 16 - type: Transform - proto: Grille entities: - uid: 11 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 16 - type: Transform - uid: 12 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 16 - type: Transform - uid: 13 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 16 - type: Transform - uid: 116 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 16 - type: Transform - uid: 123 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 16 - type: Transform - uid: 125 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 16 - type: Transform - uid: 224 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 16 - type: Transform - uid: 227 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 16 - type: Transform - uid: 230 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 16 - type: Transform - uid: 236 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 16 - type: Transform - uid: 242 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 16 - type: Transform - uid: 245 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 16 - type: Transform - uid: 593 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 16 - type: Transform - proto: HighSecCommandLocked entities: - uid: 132 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 16 - type: Transform - proto: JetpackMiniFilled entities: - uid: 623 components: - - pos: -2.5198212,9.577503 + - type: Transform + pos: -2.5198212,9.577503 parent: 16 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 293 components: - - pos: -3.5,-10.5 + - type: Transform + pos: -3.5,-10.5 parent: 16 - type: Transform - proto: MaterialDiamond entities: - uid: 68 components: - - pos: 8.061451,-10.138948 + - type: Transform + pos: 8.061451,-10.138948 parent: 16 - type: Transform - proto: Pickaxe entities: - uid: 34 components: - - pos: -7.3404226,-7.415608 + - type: Transform + pos: -7.3404226,-7.415608 parent: 16 - type: Transform - proto: PlasticFlapsAirtightOpaque entities: - uid: 115 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 + parent: 16 +- proto: PortableGeneratorJrPacman + entities: + - uid: 686 + components: + - type: Transform + pos: -1.5,6.5 parent: 16 - type: Transform - proto: PosterContrabandUnreadableAnnouncement entities: - uid: 632 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 16 - type: Transform - proto: PowerCellRecharger entities: - uid: 135 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 16 - type: Transform - proto: Poweredlight entities: - uid: 153 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-2.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 155 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 156 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 157 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightEmpty entities: - uid: 148 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,-0.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 149 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-1.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 150 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 151 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredlightSodium entities: - uid: 446 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -11.5,0.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 462 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,-0.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 465 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 10.5,2.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: PoweredSmallLight entities: - uid: 487 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 488 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 489 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 491 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 492 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-7.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 598 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,13.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - uid: 599 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 6.5,10.5 parent: 16 - type: Transform - - powerLoad: 0 - type: ApcPowerReceiver + - type: ApcPowerReceiver + powerLoad: 0 - proto: Rack entities: - uid: 128 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 16 - type: Transform - uid: 129 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 16 - type: Transform - uid: 136 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 16 - type: Transform - uid: 137 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 16 - type: Transform - uid: 343 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 16 - type: Transform - uid: 473 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 16 - type: Transform - uid: 474 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 16 - type: Transform - uid: 612 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 16 - type: Transform - uid: 613 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 16 - type: Transform - proto: Railing entities: - uid: 396 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 16 - type: Transform - uid: 399 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 16 - type: Transform - uid: 400 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 16 - type: Transform - proto: RailingCornerSmall entities: - uid: 49 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 16 - type: Transform - proto: RandomBox entities: - uid: 678 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 16 - type: Transform - uid: 679 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 16 - type: Transform - uid: 680 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,1.5 parent: 16 - type: Transform - uid: 681 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 16 - type: Transform - uid: 682 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,8.5 parent: 16 - type: Transform - proto: RandomItem entities: - uid: 684 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 16 - type: Transform - proto: RandomPosterContraband entities: - uid: 633 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 16 - type: Transform - uid: 634 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 16 - type: Transform - proto: RandomPosterLegit entities: - uid: 585 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 16 - type: Transform - uid: 635 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 16 - type: Transform - proto: RandomRockSpawner entities: - uid: 187 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 16 - type: Transform - uid: 188 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 16 - type: Transform - uid: 189 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 16 - type: Transform - uid: 190 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 16 - type: Transform - uid: 191 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 16 - type: Transform - uid: 192 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 16 - type: Transform - uid: 193 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 16 - type: Transform - uid: 198 components: - - pos: -4.5,10.5 + - type: Transform + pos: -4.5,10.5 parent: 16 - type: Transform - uid: 205 components: - - pos: -0.5,10.5 + - type: Transform + pos: -0.5,10.5 parent: 16 - type: Transform - uid: 207 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 16 - type: Transform - uid: 213 components: - - pos: -0.5,11.5 + - type: Transform + pos: -0.5,11.5 parent: 16 - type: Transform - uid: 214 components: - - pos: 0.5,11.5 + - type: Transform + pos: 0.5,11.5 parent: 16 - type: Transform - uid: 215 components: - - pos: 1.5,11.5 + - type: Transform + pos: 1.5,11.5 parent: 16 - type: Transform - uid: 216 components: - - pos: 2.5,11.5 + - type: Transform + pos: 2.5,11.5 parent: 16 - type: Transform - uid: 219 components: - - pos: 0.5,10.5 + - type: Transform + pos: 0.5,10.5 parent: 16 - type: Transform - uid: 243 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 16 - type: Transform - uid: 244 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 16 - type: Transform - uid: 246 components: - - pos: 10.5,10.5 + - type: Transform + pos: 10.5,10.5 parent: 16 - type: Transform - uid: 247 components: - - pos: 11.5,10.5 + - type: Transform + pos: 11.5,10.5 parent: 16 - type: Transform - uid: 264 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 16 - type: Transform - uid: 265 components: - - pos: 9.5,10.5 + - type: Transform + pos: 9.5,10.5 parent: 16 - type: Transform - uid: 267 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 16 - type: Transform - uid: 268 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 16 - type: Transform - uid: 269 components: - - pos: 8.5,10.5 + - type: Transform + pos: 8.5,10.5 parent: 16 - type: Transform - uid: 270 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 16 - type: Transform - uid: 272 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 16 - type: Transform - uid: 273 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 16 - type: Transform - uid: 274 components: - - pos: 12.5,7.5 + - type: Transform + pos: 12.5,7.5 parent: 16 - type: Transform - uid: 275 components: - - pos: 12.5,6.5 + - type: Transform + pos: 12.5,6.5 parent: 16 - type: Transform - uid: 276 components: - - pos: 12.5,5.5 + - type: Transform + pos: 12.5,5.5 parent: 16 - type: Transform - uid: 277 components: - - pos: 12.5,4.5 + - type: Transform + pos: 12.5,4.5 parent: 16 - type: Transform - uid: 278 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 16 - type: Transform - uid: 279 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 16 - type: Transform - uid: 280 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 16 - type: Transform - uid: 281 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 16 - type: Transform - uid: 282 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 16 - type: Transform - uid: 283 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 16 - type: Transform - uid: 290 components: - - pos: -0.5,9.5 + - type: Transform + pos: -0.5,9.5 parent: 16 - type: Transform - uid: 300 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 16 - type: Transform - uid: 301 components: - - pos: 10.5,-4.5 + - type: Transform + pos: 10.5,-4.5 parent: 16 - type: Transform - uid: 302 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 16 - type: Transform - uid: 303 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 16 - type: Transform - uid: 304 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 16 - type: Transform - uid: 306 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 16 - type: Transform - uid: 307 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 16 - type: Transform - uid: 308 components: - - pos: 12.5,-5.5 + - type: Transform + pos: 12.5,-5.5 parent: 16 - type: Transform - uid: 309 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 16 - type: Transform - uid: 310 components: - - pos: 12.5,-7.5 + - type: Transform + pos: 12.5,-7.5 parent: 16 - type: Transform - uid: 311 components: - - pos: 12.5,-8.5 + - type: Transform + pos: 12.5,-8.5 parent: 16 - type: Transform - uid: 312 components: - - pos: 12.5,-6.5 + - type: Transform + pos: 12.5,-6.5 parent: 16 - type: Transform - uid: 321 components: - - pos: 12.5,-4.5 + - type: Transform + pos: 12.5,-4.5 parent: 16 - type: Transform - uid: 322 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 16 - type: Transform - uid: 323 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 16 - type: Transform - uid: 324 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 16 - type: Transform - uid: 327 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 16 - type: Transform - uid: 328 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 16 - type: Transform - uid: 330 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 16 - type: Transform - uid: 332 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 16 - type: Transform - uid: 333 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 16 - type: Transform - uid: 334 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 16 - type: Transform - uid: 335 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 16 - type: Transform - uid: 336 components: - - pos: -12.5,-5.5 + - type: Transform + pos: -12.5,-5.5 parent: 16 - type: Transform - uid: 337 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 16 - type: Transform - uid: 338 components: - - pos: -8.5,-8.5 + - type: Transform + pos: -8.5,-8.5 parent: 16 - type: Transform - uid: 344 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 16 - type: Transform - uid: 348 components: - - pos: -9.5,-7.5 + - type: Transform + pos: -9.5,-7.5 parent: 16 - type: Transform - uid: 349 components: - - pos: -9.5,-6.5 + - type: Transform + pos: -9.5,-6.5 parent: 16 - type: Transform - uid: 350 components: - - pos: -10.5,-7.5 + - type: Transform + pos: -10.5,-7.5 parent: 16 - type: Transform - uid: 351 components: - - pos: -10.5,-6.5 + - type: Transform + pos: -10.5,-6.5 parent: 16 - type: Transform - uid: 352 components: - - pos: -11.5,-7.5 + - type: Transform + pos: -11.5,-7.5 parent: 16 - type: Transform - uid: 353 components: - - pos: -11.5,-6.5 + - type: Transform + pos: -11.5,-6.5 parent: 16 - type: Transform - uid: 357 components: - - pos: -6.5,-8.5 + - type: Transform + pos: -6.5,-8.5 parent: 16 - type: Transform - uid: 359 components: - - pos: -7.5,-8.5 + - type: Transform + pos: -7.5,-8.5 parent: 16 - type: Transform - uid: 363 components: - - pos: 11.5,-8.5 + - type: Transform + pos: 11.5,-8.5 parent: 16 - type: Transform - uid: 364 components: - - pos: -9.5,-8.5 + - type: Transform + pos: -9.5,-8.5 parent: 16 - type: Transform - uid: 365 components: - - pos: -5.5,-11.5 + - type: Transform + pos: -5.5,-11.5 parent: 16 - type: Transform - uid: 366 components: - - pos: -6.5,-11.5 + - type: Transform + pos: -6.5,-11.5 parent: 16 - type: Transform - uid: 367 components: - - pos: -5.5,-10.5 + - type: Transform + pos: -5.5,-10.5 parent: 16 - type: Transform - uid: 370 components: - - pos: -6.5,-10.5 + - type: Transform + pos: -6.5,-10.5 parent: 16 - type: Transform - uid: 371 components: - - pos: -5.5,-9.5 + - type: Transform + pos: -5.5,-9.5 parent: 16 - type: Transform - uid: 372 components: - - pos: -6.5,-9.5 + - type: Transform + pos: -6.5,-9.5 parent: 16 - type: Transform - uid: 373 components: - - pos: 1.5,-12.5 + - type: Transform + pos: 1.5,-12.5 parent: 16 - type: Transform - uid: 374 components: - - pos: 1.5,-11.5 + - type: Transform + pos: 1.5,-11.5 parent: 16 - type: Transform - uid: 375 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 16 - type: Transform - uid: 379 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 16 - type: Transform - uid: 382 components: - - pos: -0.5,-12.5 + - type: Transform + pos: -0.5,-12.5 parent: 16 - type: Transform - uid: 383 components: - - pos: -0.5,-11.5 + - type: Transform + pos: -0.5,-11.5 parent: 16 - type: Transform - uid: 384 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 16 - type: Transform - uid: 385 components: - - pos: -1.5,-10.5 + - type: Transform + pos: -1.5,-10.5 parent: 16 - type: Transform - uid: 386 components: - - pos: 5.5,-12.5 + - type: Transform + pos: 5.5,-12.5 parent: 16 - type: Transform - uid: 387 components: - - pos: 6.5,-12.5 + - type: Transform + pos: 6.5,-12.5 parent: 16 - type: Transform - uid: 388 components: - - pos: 7.5,-12.5 + - type: Transform + pos: 7.5,-12.5 parent: 16 - type: Transform - uid: 389 components: - - pos: 8.5,-12.5 + - type: Transform + pos: 8.5,-12.5 parent: 16 - type: Transform - uid: 411 components: - - pos: 9.5,-12.5 + - type: Transform + pos: 9.5,-12.5 parent: 16 - type: Transform - uid: 412 components: - - pos: 10.5,-12.5 + - type: Transform + pos: 10.5,-12.5 parent: 16 - type: Transform - uid: 413 components: - - pos: -1.5,-11.5 + - type: Transform + pos: -1.5,-11.5 parent: 16 - type: Transform - uid: 414 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 16 - type: Transform - uid: 415 components: - - pos: 0.5,-11.5 + - type: Transform + pos: 0.5,-11.5 parent: 16 - type: Transform - uid: 416 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 16 - type: Transform - uid: 420 components: - - pos: -7.5,-11.5 + - type: Transform + pos: -7.5,-11.5 parent: 16 - type: Transform - uid: 421 components: - - pos: -7.5,-10.5 + - type: Transform + pos: -7.5,-10.5 parent: 16 - type: Transform - uid: 422 components: - - pos: -7.5,-9.5 + - type: Transform + pos: -7.5,-9.5 parent: 16 - type: Transform - uid: 423 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 16 - type: Transform - uid: 427 components: - - pos: 0.5,-12.5 + - type: Transform + pos: 0.5,-12.5 parent: 16 - type: Transform - uid: 429 components: - - pos: -1.5,-12.5 + - type: Transform + pos: -1.5,-12.5 parent: 16 - type: Transform - uid: 433 components: - - pos: 10.5,-11.5 + - type: Transform + pos: 10.5,-11.5 parent: 16 - type: Transform - uid: 434 components: - - pos: 9.5,-11.5 + - type: Transform + pos: 9.5,-11.5 parent: 16 - type: Transform - uid: 435 components: - - pos: 8.5,-11.5 + - type: Transform + pos: 8.5,-11.5 parent: 16 - type: Transform - uid: 436 components: - - pos: 7.5,-11.5 + - type: Transform + pos: 7.5,-11.5 parent: 16 - type: Transform - uid: 440 components: - - pos: 6.5,-11.5 + - type: Transform + pos: 6.5,-11.5 parent: 16 - type: Transform - uid: 441 components: - - pos: 5.5,-11.5 + - type: Transform + pos: 5.5,-11.5 parent: 16 - type: Transform - proto: RandomSpawner entities: - uid: 142 components: - - pos: 13.5,2.5 + - type: Transform + pos: 13.5,2.5 parent: 16 - type: Transform - uid: 146 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 16 - type: Transform - uid: 482 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 16 - type: Transform - uid: 630 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 16 - type: Transform - uid: 631 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 16 - type: Transform - proto: ReinforcedWindow entities: - uid: 117 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 16 - type: Transform - uid: 119 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 16 - type: Transform - uid: 120 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 16 - type: Transform - uid: 121 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 16 - type: Transform - uid: 127 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 16 - type: Transform - uid: 133 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 16 - type: Transform - uid: 220 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 16 - type: Transform - uid: 221 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 16 - type: Transform - uid: 222 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 16 - type: Transform - uid: 223 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 16 - type: Transform - uid: 225 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 16 - type: Transform - uid: 226 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 16 - type: Transform - uid: 594 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 16 - type: Transform - proto: ResearchDisk5000 entities: - uid: 67 components: - - pos: -3.4960322,-6.530881 + - type: Transform + pos: -3.4960322,-6.530881 parent: 16 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 393 components: - - pos: 3.5,-10.5 + - type: Transform + pos: 3.5,-10.5 parent: 16 - type: Transform - uid: 617 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 16 - type: Transform - uid: 618 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 16 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 1 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 16 - type: Transform - uid: 158 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 16 - type: Transform - uid: 176 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 16 - type: Transform - uid: 285 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 16 - type: Transform - uid: 603 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 16 - type: Transform - uid: 609 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 16 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 174 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 16 - type: Transform - uid: 460 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 16 - type: Transform - uid: 461 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 16 - type: Transform - uid: 608 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 16 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 444 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 16 - type: Transform - uid: 445 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 16 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 442 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 16 - type: Transform - uid: 443 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 16 - type: Transform -- proto: SalvagePartsSpawnerSubSpace - entities: - uid: 683 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 16 - type: Transform - proto: Shovel entities: - uid: 595 components: - - pos: -8.949798,-4.493733 + - type: Transform + pos: -8.949798,-4.493733 parent: 16 - type: Transform - proto: ShuttersNormal entities: - uid: 50 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 53 - type: DeviceLinkSink - uid: 51 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 53 - type: DeviceLinkSink - uid: 52 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 53 - type: DeviceLinkSink - uid: 118 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 464 - type: DeviceLinkSink - uid: 179 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 463 - type: DeviceLinkSink - uid: 180 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 464 - type: DeviceLinkSink - uid: 181 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 464 - type: DeviceLinkSink - uid: 458 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 463 - type: DeviceLinkSink - uid: 459 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 463 - type: DeviceLinkSink - proto: ShuttersRadiation entities: - uid: 675 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 16 - type: Transform - - links: + - type: DeviceLinkSink + links: - 584 - type: DeviceLinkSink - proto: SignalButton entities: - uid: 53 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 16 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 50: - Pressed: Toggle 51: - Pressed: Toggle 52: - Pressed: Toggle - type: DeviceLinkSource - uid: 202 components: - - name: Vault Unlock - type: MetaData - - pos: 1.5,-7.5 + - type: MetaData + name: Vault Unlock + - type: Transform + pos: 1.5,-7.5 parent: 16 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 581: - Pressed: Toggle 139: - Pressed: Toggle 484: - Pressed: Toggle - type: DeviceLinkSource - uid: 463 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 16 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 179: - Pressed: Toggle 459: - Pressed: Toggle 458: - Pressed: Toggle - type: DeviceLinkSource - uid: 464 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 16 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 118: - Pressed: Toggle 181: - Pressed: Toggle 180: - Pressed: Toggle - type: DeviceLinkSource - uid: 584 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 16 - type: Transform - - linkedPorts: + - type: DeviceLinkSource + linkedPorts: 675: - Pressed: Toggle - type: DeviceLinkSource - proto: SignCargo entities: - uid: 582 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 16 - type: Transform - uid: 583 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 16 - type: Transform - proto: SignElectricalMed entities: - uid: 577 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 16 - type: Transform - proto: SignFire entities: - uid: 552 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 16 - type: Transform - proto: SignSecureMed entities: - uid: 606 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 16 - type: Transform - proto: SignSecureSmall entities: - uid: 580 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 16 - type: Transform - proto: SilverOre entities: - uid: 619 components: - - pos: 7.527823,-9.947632 + - type: Transform + pos: 7.527823,-9.947632 parent: 16 - type: Transform - proto: SpaceTickSpawner entities: - uid: 164 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 16 - type: Transform - uid: 171 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 16 - type: Transform - uid: 604 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 16 - type: Transform - uid: 637 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 16 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 607 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 16 - type: Transform - uid: 636 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 16 - type: Transform - proto: SpawnMobOreCrab entities: - uid: 428 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 16 - type: Transform - proto: StorageCanister entities: - uid: 620 components: - - pos: 9.5,5.5 + - type: Transform + pos: 9.5,5.5 parent: 16 - type: Transform + - type: AtmosDevice + joinedGrid: 16 - proto: SubstationWallBasic entities: - uid: 494 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,10.5 parent: 16 - type: Transform - proto: Table entities: - uid: 356 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 16 - type: Transform - uid: 454 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 16 - type: Transform - uid: 551 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 16 - type: Transform - uid: 553 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 16 - type: Transform - proto: TableReinforced entities: - uid: 45 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 16 - type: Transform - proto: ToyAmongPequeno entities: - uid: 615 components: - - pos: -3.4985056,6.509172 + - type: Transform + pos: -3.4985056,6.509172 parent: 16 - type: Transform - proto: VendingMachineCoffee entities: - uid: 124 components: - - flags: SessionSpecific - type: MetaData - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 16 - type: Transform - proto: WallReinforced entities: - uid: 10 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 16 - type: Transform - uid: 14 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 16 - type: Transform - uid: 15 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 16 - type: Transform - uid: 19 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 16 - type: Transform - uid: 21 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 16 - type: Transform - uid: 25 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 16 - type: Transform - uid: 29 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 16 - type: Transform - uid: 31 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 16 - type: Transform - uid: 33 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 16 - type: Transform - uid: 37 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 16 - type: Transform - uid: 38 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 16 - type: Transform - uid: 39 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 16 - type: Transform - uid: 40 components: - - pos: 9.5,2.5 + - type: Transform + pos: 9.5,2.5 parent: 16 - type: Transform - uid: 41 components: - - pos: 9.5,-0.5 + - type: Transform + pos: 9.5,-0.5 parent: 16 - type: Transform - uid: 42 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 16 - type: Transform - uid: 43 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 16 - type: Transform - uid: 46 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 16 - type: Transform - uid: 47 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 16 - type: Transform - uid: 69 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 16 - type: Transform - uid: 70 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 16 - type: Transform - uid: 71 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 16 - type: Transform - uid: 72 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 16 - type: Transform - uid: 73 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 16 - type: Transform - uid: 74 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 16 - type: Transform - uid: 75 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 16 - type: Transform - uid: 76 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 16 - type: Transform - uid: 77 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 16 - type: Transform - uid: 78 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 16 - type: Transform - uid: 84 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 16 - type: Transform - uid: 93 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 16 - type: Transform - uid: 217 components: - - pos: 7.5,12.5 + - type: Transform + pos: 7.5,12.5 parent: 16 - type: Transform - uid: 231 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 16 - type: Transform - uid: 232 components: - - pos: 7.5,10.5 + - type: Transform + pos: 7.5,10.5 parent: 16 - type: Transform - uid: 234 components: - - pos: 3.5,9.5 + - type: Transform + pos: 3.5,9.5 parent: 16 - type: Transform - uid: 237 components: - - pos: 4.5,12.5 + - type: Transform + pos: 4.5,12.5 parent: 16 - type: Transform - uid: 238 components: - - pos: 3.5,12.5 + - type: Transform + pos: 3.5,12.5 parent: 16 - type: Transform - uid: 251 components: - - pos: 5.5,12.5 + - type: Transform + pos: 5.5,12.5 parent: 16 - type: Transform - uid: 252 components: - - pos: 3.5,10.5 + - type: Transform + pos: 3.5,10.5 parent: 16 - type: Transform - uid: 257 components: - - pos: 3.5,11.5 + - type: Transform + pos: 3.5,11.5 parent: 16 - type: Transform - uid: 258 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 16 - type: Transform - uid: 259 components: - - pos: 7.5,11.5 + - type: Transform + pos: 7.5,11.5 parent: 16 - type: Transform - proto: WallRiveted entities: - uid: 95 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 16 - type: Transform - uid: 96 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 16 - type: Transform - uid: 97 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 16 - type: Transform - uid: 98 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 16 - type: Transform - uid: 99 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 16 - type: Transform - uid: 100 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 16 - type: Transform - uid: 101 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 16 - type: Transform - uid: 102 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 16 - type: Transform - uid: 103 components: - - pos: -4.5,-8.5 + - type: Transform + pos: -4.5,-8.5 parent: 16 - type: Transform - uid: 203 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 16 - type: Transform - uid: 206 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 16 - type: Transform - uid: 341 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 16 - type: Transform - uid: 447 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 16 - type: Transform - uid: 450 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 16 - type: Transform - uid: 451 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 16 - type: Transform - uid: 616 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 16 - type: Transform - uid: 641 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 16 - type: Transform - uid: 642 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 16 - type: Transform - uid: 643 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 16 - type: Transform - uid: 644 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 16 - type: Transform - uid: 645 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 16 - type: Transform - uid: 646 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 16 - type: Transform - uid: 647 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 16 - type: Transform - uid: 648 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 16 - type: Transform - proto: WallSolid entities: - uid: 22 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 16 - type: Transform - uid: 23 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 16 - type: Transform - uid: 24 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 16 - type: Transform - uid: 26 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 16 - type: Transform - uid: 27 components: - - pos: -5.5,5.5 + - type: Transform + pos: -5.5,5.5 parent: 16 - type: Transform - uid: 28 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 16 - type: Transform - uid: 79 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 16 - type: Transform - uid: 80 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 16 - type: Transform - uid: 83 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 16 - type: Transform - uid: 85 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 16 - type: Transform - uid: 86 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 16 - type: Transform - uid: 88 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 16 - type: Transform - uid: 89 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 16 - type: Transform - uid: 90 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 16 - type: Transform - proto: WallSolidRust entities: - uid: 9 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 16 - type: Transform - uid: 17 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 16 - type: Transform - uid: 18 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 16 - type: Transform - uid: 20 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 16 - type: Transform - uid: 81 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 16 - type: Transform - uid: 82 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 16 - type: Transform - uid: 87 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 16 - type: Transform - uid: 91 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 16 - type: Transform - uid: 92 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 + parent: 16 +- proto: WarpPoint + entities: + - uid: 685 + components: + - type: Transform + pos: 1.5,-0.5 parent: 16 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WaterCooler entities: - uid: 592 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 16 - type: Transform - proto: WeaponCapacitorRecharger entities: - uid: 292 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 16 - type: Transform - proto: WeaponProtoKineticAccelerator entities: - uid: 677 components: - - pos: -1.4948938,-7.519636 + - type: Transform + pos: -1.4948938,-7.519636 parent: 16 - type: Transform - proto: WeaponTurretSyndicateBroken entities: - uid: 627 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 16 - type: Transform - proto: WindoorSecureCargoLocked entities: - uid: 229 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,10.5 parent: 16 - type: Transform - uid: 469 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-7.5 parent: 16 - type: Transform - uid: 470 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-5.5 parent: 16 - type: Transform - uid: 471 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-6.5 parent: 16 - type: Transform - uid: 472 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-7.5 parent: 16 - type: Transform - uid: 479 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-5.5 parent: 16 - type: Transform - uid: 480 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-6.5 parent: 16 - type: Transform - uid: 483 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,1.5 parent: 16 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 4 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 16 - type: Transform - uid: 5 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 16 - type: Transform - uid: 6 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 16 - type: Transform - uid: 7 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 16 - type: Transform - uid: 8 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 16 - type: Transform - uid: 126 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,-7.5 parent: 16 - type: Transform - uid: 130 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,-7.5 parent: 16 - type: Transform - uid: 199 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 16 - type: Transform - uid: 228 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,11.5 parent: 16 - type: Transform - uid: 329 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 16 - type: Transform - uid: 340 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-4.5 parent: 16 - type: Transform - uid: 475 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 16 - type: Transform - proto: Wirecutter entities: - uid: 597 components: - - pos: 5.950589,10.861998 + - type: Transform + pos: 5.950589,10.861998 parent: 16 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-security-chunk.yml b/Resources/Maps/Salvage/DeltaV/DV-security-chunk.yml index 4bf71c4987..ef4ea14e51 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-security-chunk.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-security-chunk.yml @@ -3,59 +3,60 @@ meta: postmapinit: false tilemap: 0: Space - 28: FloorDarkDiagonal - 34: FloorDarkPavement - 36: FloorDarkPlastic - 84: FloorSteel - 94: FloorSteelPavement - 96: FloorTechMaint - 112: Lattice - 113: Plating + 31: FloorDarkDiagonal + 37: FloorDarkPavement + 39: FloorDarkPlastic + 90: FloorSteel + 103: FloorSteelPavement + 105: FloorTechMaint + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 1 components: - - name: grid - type: MetaData - - pos: -0.484375,-0.45315552 + - type: MetaData + name: grid + - type: Transform + pos: -0.484375,-0.45315552 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: 0,0: ind: 0,0 - tiles: HAAAAAAAHAAAAAAAcQAAAAAAJAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAAAcQAAAAAAJAAAAAAAJAAAAAAAIgAAAAAAJAAAAAAAJAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAcQAAAAAAVAAAAAAAXgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAcQAAAAAAVAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HwAAAAAAHwAAAAAAegAAAAAAJwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAegAAAAAAJwAAAAAAJwAAAAAAJQAAAAAAJwAAAAAAJwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAegAAAAAAWgAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAegAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAJAAAAAAAHAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAHAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAJAAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAJwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAcQAAAAAAYAAAAAAAYAAAAAAAcQAAAAAAYAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAAAcQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAHAAAAAAAcQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAegAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAegAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAIgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAJAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAIgAAAAAAJAAAAAAAJAAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAIgAAAAAAJAAAAAAAHAAAAAAAHAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAJQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAJQAAAAAAJwAAAAAAJwAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAJQAAAAAAJwAAAAAAHwAAAAAAHwAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: SpreaderGrid - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -138,8 +139,8 @@ entities: decals: 0: 3.8636055,3.4339294 1: 4.074543,3.457367 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: 0,0: @@ -213,612 +214,600 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance -- proto: AirlockBrigLocked +- proto: AirlockMaintSecLocked entities: - - uid: 77 + - uid: 74 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -3.5,2.5 parent: 1 - type: Transform - - uid: 89 + - uid: 75 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - - uid: 90 + - uid: 76 components: - - pos: 5.5,2.5 + - type: Transform + pos: 7.5,-2.5 parent: 1 - type: Transform -- proto: AirlockMaintSecLocked +- proto: AirlockSecurityLawyerLocked entities: - - uid: 74 + - uid: 77 components: - - pos: -3.5,2.5 + - type: Transform + pos: -1.5,-5.5 parent: 1 - type: Transform - - uid: 75 + - uid: 89 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - - uid: 76 + - uid: 90 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 5.5,2.5 parent: 1 - type: Transform - proto: AmbrosiaVulgarisSeeds entities: - uid: 256 components: - - pos: 5.2859335,5.3358917 + - type: Transform + pos: 5.2859335,5.3358917 parent: 1 - type: Transform - proto: APCBasic entities: - uid: 62 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 109 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 218 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - proto: Bed entities: - uid: 92 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - uid: 178 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 1 - type: Transform - proto: BedsheetOrange entities: - uid: 93 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - proto: BoxFolderYellow entities: - uid: 153 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.4834805,-0.5550535 parent: 1 - type: Transform - proto: BrigTimer entities: - uid: 205 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 206 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - proto: CableApcExtension entities: - uid: 96 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 110 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 111 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 112 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - uid: 113 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - uid: 114 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - uid: 209 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 210 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 211 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 212 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 213 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 214 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 215 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 216 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 219 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 1 - type: Transform - uid: 220 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 221 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 225 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 1 - type: Transform - uid: 226 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 1 - type: Transform - uid: 227 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 1 - type: Transform - uid: 228 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 1 - type: Transform - uid: 229 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 230 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 1 - type: Transform - uid: 232 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 1 - type: Transform - uid: 233 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 234 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 1 - type: Transform - uid: 235 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 1 - type: Transform - uid: 240 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 241 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 1 - type: Transform - uid: 242 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - uid: 243 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - uid: 244 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 1 - type: Transform - uid: 245 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 246 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 1 - type: Transform - proto: CableHV entities: - uid: 143 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 145 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 146 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - uid: 147 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - uid: 148 components: - - pos: 12.5,-3.5 + - type: Transform + pos: 12.5,-3.5 parent: 1 - type: Transform - uid: 149 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - proto: CableMV entities: - uid: 115 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 116 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 117 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - uid: 118 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - uid: 119 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 120 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - uid: 121 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 1 - type: Transform - uid: 122 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform - uid: 123 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 124 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 1 - type: Transform - uid: 125 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 126 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 1 - type: Transform - uid: 128 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 1 - type: Transform - uid: 129 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 1 - type: Transform - uid: 130 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 1 - type: Transform - uid: 131 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 1 - type: Transform - uid: 132 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 1 - type: Transform - uid: 133 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - uid: 134 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 135 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 1 - type: Transform - uid: 136 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 1 - type: Transform - uid: 137 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 1 - type: Transform - uid: 138 components: - - pos: 10.5,-3.5 + - type: Transform + pos: 10.5,-3.5 parent: 1 - type: Transform - uid: 139 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 140 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 1 - type: Transform - uid: 141 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 1 - type: Transform - uid: 142 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 1 - type: Transform - uid: 144 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - uid: 207 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 208 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 222 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 1 - type: Transform - uid: 223 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 1 - type: Transform - uid: 224 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 1 - type: Transform - uid: 231 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 236 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 1 - type: Transform - uid: 237 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 1 - type: Transform - uid: 238 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 1 - type: Transform - uid: 239 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - proto: Catwalk entities: - uid: 179 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 1 - type: Transform - uid: 180 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 1 - type: Transform - uid: 181 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 1 - type: Transform - uid: 182 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 183 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 1 - type: Transform - proto: ChairFolding entities: - uid: 99 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-0.5 parent: 1 - type: Transform - uid: 100 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 1 - type: Transform - uid: 102 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 103 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 1 - type: Transform - proto: ChairOfficeDark entities: - uid: 177 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 1 - type: Transform -- proto: ClosetBase - entities: - - uid: 34 - components: - - pos: 3.5,1.5 - parent: 1 - type: Transform - - uid: 63 - components: - - pos: 4.5,1.5 - parent: 1 - type: Transform - proto: ClosetEmergencyFilledRandom entities: - uid: 249 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 251 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 1 - type: Transform - proto: ClosetFireFilled entities: - uid: 250 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 1 - type: Transform - uid: 252 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 1 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 187 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 1 - type: Transform - uid: 254 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 75.31249 @@ -835,13 +824,13 @@ entities: - 0 - 0 - 0 - type: EntityStorage - uid: 277 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 75.31249 @@ -858,118 +847,126 @@ entities: - 0 - 0 - 0 - type: EntityStorage +- proto: ClosetSteelBase + entities: + - uid: 34 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 - proto: ClothingShoesBling entities: - uid: 192 components: - - flags: InContainer - type: MetaData - - parent: 156 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 156 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: DrinkFourteenLokoCan entities: - uid: 203 components: - - pos: 5.4417305,-1.4098206 + - type: Transform + pos: 5.4417305,-1.4098206 parent: 1 - type: Transform - uid: 204 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 4.433918,3.6995544 parent: 1 - type: Transform - proto: EmergencyLight entities: - uid: 286 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 287 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 288 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -4.5,-2.5 parent: 1 - type: Transform - uid: 289 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - uid: 290 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 6.5,3.5 parent: 1 - type: Transform - proto: Girder entities: - uid: 8 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 1 - type: Transform - uid: 67 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 1 - type: Transform - uid: 70 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 1 - type: Transform - proto: HighSecArmoryLocked entities: - uid: 73 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 1 - type: Transform - proto: HospitalCurtainsOpen entities: - uid: 247 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 1 - type: Transform - proto: hydroponicsSoil entities: - uid: 255 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 1 - type: Transform - proto: JetpackSecurityFilled entities: - uid: 280 components: - - flags: InContainer - type: MetaData - - parent: 165 - type: Transform - - canCollide: False - type: Physics + - type: Transform + parent: 165 + - type: Physics + canCollide: False - type: InsideEntityStorage - proto: LockerEvidence entities: - uid: 156 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 93.465614 @@ -986,8 +983,8 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True @@ -997,488 +994,488 @@ entities: showEnts: False occludes: True ent: null - type: ContainerContainer - proto: MagazinePistolCaselessRifle entities: - uid: 107 components: - - pos: 6.7022305,-1.140991 + - type: Transform + pos: 6.7022305,-1.140991 parent: 1 - type: Transform - proto: MagazinePistolSubMachineGunPractice entities: - uid: 159 components: - - pos: 0.34821194,5.588533 + - type: Transform + pos: 0.34821194,5.588533 parent: 1 - type: Transform - uid: 172 components: - - pos: 0.56696194,5.588533 + - type: Transform + pos: 0.56696194,5.588533 parent: 1 - type: Transform - proto: PaperOffice entities: - uid: 101 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.3897305,-0.41442847 parent: 1 - type: Transform - proto: PosterLegitHelpOthers entities: - uid: 259 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - proto: PosterLegitHereForYourSafety entities: - uid: 258 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - proto: PosterLegitIonRifle entities: - uid: 260 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - proto: PosterLegitNanotrasenLogo entities: - uid: 261 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 1 - type: Transform - proto: PosterLegitObey entities: - uid: 257 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - proto: PosterLegitSecWatch entities: - uid: 262 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - proto: PosterLegitThereIsNoGasGiant entities: - uid: 263 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - proto: Poweredlight entities: - uid: 284 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - proto: PoweredlightEmpty entities: - uid: 166 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.5,0.5 parent: 1 - type: Transform - uid: 283 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 1 - type: Transform - uid: 285 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,-0.5 parent: 1 - type: Transform - proto: Rack entities: - uid: 106 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 155 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 1 - type: Transform - uid: 164 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 1 - type: Transform - proto: RandomAmmoBox entities: - uid: 281 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - uid: 291 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 292 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - proto: RandomInstruments entities: - uid: 297 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 1 - type: Transform - proto: RandomItem entities: - uid: 296 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 1 - type: Transform - proto: RandomPosterLegit entities: - uid: 264 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 265 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - proto: RandomSecurityCorpseSpawner entities: - uid: 98 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 1 - type: Transform - uid: 108 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 1 - type: Transform - uid: 184 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 1 - type: Transform - uid: 185 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 1 - type: Transform - proto: RandomSpawner entities: - uid: 267 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 1 - type: Transform - uid: 268 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 1 - type: Transform - uid: 270 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 1 - type: Transform - uid: 271 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 1 - type: Transform - uid: 272 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 1 - type: Transform - proto: RandomSpawner100 entities: - uid: 266 components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-4.5 parent: 1 - type: Transform - uid: 275 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 1 - type: Transform - uid: 276 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 1 - type: Transform - uid: 278 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 1 - type: Transform - uid: 279 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 1 - type: Transform - proto: ReinforcedGirder entities: - uid: 2 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 1 - type: Transform - uid: 9 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 1 - type: Transform - uid: 33 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 1 - type: Transform - uid: 58 components: - - pos: 8.5,-0.5 + - type: Transform + pos: 8.5,-0.5 parent: 1 - type: Transform - uid: 65 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 1 - type: Transform - uid: 68 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 1 - type: Transform - proto: RevolverCapGun entities: - uid: 170 components: - - pos: 2.180628,4.72245 + - type: Transform + pos: 2.180628,4.72245 parent: 1 - type: Transform - proto: RiotBulletShield entities: - uid: 167 components: - - pos: 1.2477772,5.493541 + - type: Transform + pos: 1.2477772,5.493541 parent: 1 - type: Transform - uid: 168 components: - - pos: 1.3727772,5.602916 + - type: Transform + pos: 1.3727772,5.602916 parent: 1 - type: Transform - proto: RiotShield entities: - uid: 169 components: - - pos: 1.6540272,5.477916 + - type: Transform + pos: 1.6540272,5.477916 parent: 1 - type: Transform - uid: 171 components: - - pos: 1.7477772,5.649791 + - type: Transform + pos: 1.7477772,5.649791 parent: 1 - type: Transform - proto: SalvageHumanCorpseSpawner entities: - uid: 186 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 1 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 188 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 1 - type: Transform - uid: 189 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 1 - type: Transform - uid: 190 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 1 - type: Transform - uid: 248 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 1 - type: Transform - proto: SalvageMobSpawner entities: - uid: 154 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 1 - type: Transform - uid: 194 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 1 - type: Transform - uid: 198 components: - - pos: 2.5,10.5 + - type: Transform + pos: 2.5,10.5 parent: 1 - type: Transform - uid: 200 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 1 - type: Transform - uid: 269 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 1 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 193 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 1 - type: Transform - uid: 197 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 253 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 1 - type: Transform - uid: 274 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 1 - type: Transform - uid: 293 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 201 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 202 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - uid: 294 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 1 - type: Transform - uid: 295 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 1 - type: Transform - proto: SpaceTickSpawner entities: - uid: 43 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 1 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 191 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 1 - type: Transform - uid: 196 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 1 - type: Transform - proto: SpawnMobCarp entities: - uid: 195 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 1 - type: Transform - uid: 199 components: - - pos: 10.5,-1.5 + - type: Transform + pos: 10.5,-1.5 parent: 1 - type: Transform - uid: 273 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 1 - type: Transform - proto: SpeedLoaderCap entities: - uid: 282 components: - - pos: 2.532589,4.3975782 + - type: Transform + pos: 2.532589,4.3975782 parent: 1 - type: Transform - proto: Stunbaton entities: - uid: 161 components: - - pos: 0.52062917,1.5023277 + - type: Transform + pos: 0.52062917,1.5023277 parent: 1 - type: Transform - proto: SubstationBasic entities: - uid: 127 components: - - pos: 9.5,-1.5 + - type: Transform + pos: 9.5,-1.5 parent: 1 - type: Transform - proto: SuitStorageBase entities: - uid: 105 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 1 - type: Transform - proto: SuitStorageSec entities: - uid: 165 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 1 - type: Transform - - air: + - type: EntityStorage + air: volume: 200 immutable: False temperature: 93.465614 @@ -1495,479 +1492,487 @@ entities: - 0 - 0 - 0 - type: EntityStorage - - containers: + - type: ContainerContainer + containers: entity_storage: !type:Container showEnts: False occludes: True ents: - 280 - type: ContainerContainer - proto: Table entities: - uid: 94 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 1 - type: Transform - uid: 95 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 1 - type: Transform - uid: 97 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 1 - type: Transform - uid: 217 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 1 - type: Transform - proto: TableFrame entities: - uid: 84 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - proto: TableReinforced entities: - uid: 85 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 86 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 87 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 175 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 1 - type: Transform - uid: 176 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 1 - type: Transform - proto: TrainingBomb entities: - uid: 152 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 1 - type: Transform - proto: WallReinforced entities: - uid: 5 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 1 - type: Transform - uid: 6 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 1 - type: Transform - uid: 10 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 1 - type: Transform - uid: 11 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 1 - type: Transform - uid: 12 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 1 - type: Transform - uid: 13 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 1 - type: Transform - uid: 14 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 1 - type: Transform - uid: 15 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 1 - type: Transform - uid: 17 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 1 - type: Transform - uid: 18 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 1 - type: Transform - uid: 19 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 1 - type: Transform - uid: 20 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 1 - type: Transform - uid: 21 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 1 - type: Transform - uid: 22 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 1 - type: Transform - uid: 24 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 1 - type: Transform - uid: 25 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 1 - type: Transform - uid: 26 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 1 - type: Transform - uid: 27 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 1 - type: Transform - uid: 28 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 1 - type: Transform - uid: 29 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 1 - type: Transform - uid: 35 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 1 - type: Transform - uid: 38 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 1 - type: Transform - uid: 39 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 1 - type: Transform - uid: 40 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 1 - type: Transform - uid: 41 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 1 - type: Transform - uid: 42 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 1 - type: Transform - uid: 44 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 1 - type: Transform - uid: 45 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 1 - type: Transform - uid: 50 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 1 - type: Transform - uid: 51 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 1 - type: Transform - uid: 52 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 1 - type: Transform - uid: 53 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 1 - type: Transform - uid: 54 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 1 - type: Transform - uid: 55 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 1 - type: Transform - uid: 56 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 1 - type: Transform - uid: 57 components: - - pos: 8.5,-1.5 + - type: Transform + pos: 8.5,-1.5 parent: 1 - type: Transform - uid: 59 components: - - pos: 8.5,1.5 + - type: Transform + pos: 8.5,1.5 parent: 1 - type: Transform - uid: 60 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 1 - type: Transform - uid: 61 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 1 - type: Transform - uid: 66 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 1 - type: Transform - uid: 71 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 1 - type: Transform - uid: 72 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 1 - type: Transform - proto: WallSolid entities: - uid: 7 components: - - pos: 8.5,2.5 + - type: Transform + pos: 8.5,2.5 parent: 1 - type: Transform - uid: 16 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 1 - type: Transform - uid: 36 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 1 - type: Transform - uid: 37 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 1 - type: Transform - uid: 46 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 1 - type: Transform - uid: 47 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 1 - type: Transform - uid: 151 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 1 - type: Transform - proto: WallSolidRust entities: - uid: 3 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 1 - type: Transform - uid: 4 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 1 - type: Transform - uid: 23 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 1 - type: Transform - uid: 30 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 1 - type: Transform - uid: 31 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 1 - type: Transform - uid: 32 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 1 - type: Transform - uid: 48 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 1 - type: Transform - uid: 49 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 1 - type: Transform - uid: 64 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 1 - type: Transform - uid: 69 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 1 - type: Transform - uid: 91 components: - - pos: 8.5,3.5 + - type: Transform + pos: 8.5,3.5 parent: 1 - type: Transform - uid: 150 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 298 + components: + - type: Transform + pos: 1.5,0.5 parent: 1 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeaponDisabler entities: - uid: 174 components: - - pos: 1.141964,-0.4539845 + - type: Transform + pos: 1.141964,-0.4539845 parent: 1 - type: Transform - proto: WeaponDisablerPractice entities: - uid: 160 components: - - pos: 0.89508694,-0.33334208 + - type: Transform + pos: 0.89508694,-0.33334208 parent: 1 - type: Transform - uid: 173 components: - - pos: 1.020087,-0.39584208 + - type: Transform + pos: 1.020087,-0.39584208 parent: 1 - type: Transform - proto: WeaponLaserCarbine entities: - uid: 104 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - proto: WindoorSecureArmoryLocked entities: - uid: 82 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - type: Transform - uid: 88 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 1 - type: Transform - uid: 157 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 1 - type: Transform - uid: 158 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 1 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 78 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,-0.5 parent: 1 - type: Transform - uid: 79 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 1 - type: Transform - uid: 80 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 1 - type: Transform - uid: 81 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 1 - type: Transform - uid: 83 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 1 - type: Transform - uid: 162 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,5.5 parent: 1 - type: Transform - uid: 163 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,5.5 parent: 1 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-stationstation.yml b/Resources/Maps/Salvage/DeltaV/DV-stationstation.yml new file mode 100644 index 0000000000..e98c4686e3 --- /dev/null +++ b/Resources/Maps/Salvage/DeltaV/DV-stationstation.yml @@ -0,0 +1,4424 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 78: FloorReinforced + 90: FloorSteel + 91: FloorSteelBurnt + 94: FloorSteelDamaged + 105: FloorTechMaint + 106: FloorTechMaint2 + 109: FloorWhite + 121: Lattice + 122: Plating + 124: PlatingBurnt + 125: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 179 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: WgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAAAfAAAAAAAXgAAAAADWwAAAAAAWwAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAABWgAAAAACWgAAAAACWwAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADWwAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWwAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAAAAAAAAAegAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACAAAAAAAAegAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAADXgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAfAAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAfAAAAAAAfQAAAAACAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAfAAAAAAAfQAAAAABeQAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAfQAAAAABfQAAAAACfQAAAAAAWgAAAAAAXgAAAAADWwAAAAAAWwAAAAAAWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAfQAAAAAAXgAAAAABWwAAAAABWwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAfAAAAAAAXgAAAAAEWwAAAAAAfQAAAAAAfQAAAAABegAAAAAAegAAAAAAXgAAAAACWwAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAWwAAAAAAXgAAAAAAXgAAAAAAWwAAAAAAegAAAAAAegAAAAAAfQAAAAAAfQAAAAACegAAAAAAegAAAAAAWwAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAABWwAAAAABWwAAAAAAWgAAAAADWgAAAAACegAAAAAAeQAAAAAAfQAAAAACfAAAAAAAfAAAAAAAeQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABWgAAAAABWwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAfQAAAAABXgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAC + version: 6 + 0,1: + ind: 0,1 + tiles: AAAAAAAAegAAAAAAXgAAAAAEWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABfAAAAAAAegAAAAAAbQAAAAACbQAAAAADegAAAAAAWgAAAAADeQAAAAAAegAAAAAAfAAAAAAAWgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAbQAAAAACWgAAAAADfQAAAAACfAAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABAAAAAAAAegAAAAAAegAAAAAAWwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWwAAAAABegAAAAAAeQAAAAAAAAAAAAAAfQAAAAACWwAAAAABegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACfAAAAAAAfQAAAAAAeQAAAAAAfQAAAAABbQAAAAABegAAAAAAWgAAAAAAAAAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAbQAAAAADbQAAAAACWwAAAAABfAAAAAAAeQAAAAAAbQAAAAADbQAAAAAAbQAAAAAAeQAAAAAAegAAAAAAfQAAAAAAfAAAAAAAegAAAAAAaQAAAAAAfAAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAADbQAAAAABWgAAAAADWgAAAAACegAAAAAAWgAAAAADAAAAAAAAegAAAAAAeQAAAAAAfQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAfAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAWwAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAfAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAbQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAfQAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAfAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WgAAAAADegAAAAAAWgAAAAADWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAABegAAAAAAegAAAAAATgAAAAAAWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAABWgAAAAACWgAAAAADegAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAAAbQAAAAADXgAAAAABWgAAAAADWgAAAAADWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADegAAAAAAWgAAAAADWgAAAAAAWwAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAACegAAAAAAegAAAAAATgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAaQAAAAAAWgAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAbQAAAAACbQAAAAAAegAAAAAAegAAAAAAWgAAAAABXgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABeQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWwAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAeQAAAAAAegAAAAAAfAAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAegAAAAAAWgAAAAABfAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfQAAAAABegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAABfAAAAAAAfAAAAAAAfQAAAAACaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAbQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAABbQAAAAABWgAAAAAAegAAAAAAWgAAAAABWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAADbQAAAAADWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAbQAAAAACbQAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAD + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAfQAAAAAAegAAAAAAXgAAAAAEfAAAAAAAfQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACWgAAAAACWgAAAAADWwAAAAAAWwAAAAABWgAAAAACbQAAAAACegAAAAAAfAAAAAAAWwAAAAABfAAAAAAAXgAAAAABWwAAAAAAbQAAAAAAbQAAAAACWgAAAAADWgAAAAADWgAAAAACWwAAAAABegAAAAAAXgAAAAAAXgAAAAAEWgAAAAADbQAAAAAAegAAAAAAWgAAAAAAbQAAAAACWgAAAAADbQAAAAADbQAAAAACWgAAAAADWgAAAAABWwAAAAABXgAAAAACXgAAAAABfQAAAAABfQAAAAACeQAAAAAAXgAAAAADegAAAAAAXgAAAAAEbQAAAAADWgAAAAADbQAAAAAAegAAAAAAWgAAAAADWgAAAAADWwAAAAAAegAAAAAAfQAAAAABfQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAABbQAAAAABbQAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAfQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: WgAAAAAAeQAAAAAAfQAAAAABfQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAACWwAAAAAAWgAAAAACbQAAAAABbQAAAAAAbQAAAAACegAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAACXgAAAAACfQAAAAAAfQAAAAABfQAAAAAAfQAAAAABXgAAAAACWgAAAAACWgAAAAACbQAAAAAAegAAAAAAbQAAAAADegAAAAAAAAAAAAAAbQAAAAACbQAAAAABWgAAAAACWgAAAAACXgAAAAAEXgAAAAAAXgAAAAAAWgAAAAABWgAAAAADWgAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAACegAAAAAAAAAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACbQAAAAACbQAAAAACbQAAAAACbQAAAAACbQAAAAADegAAAAAAAAAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAegAAAAAAbQAAAAAAegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAbQAAAAAAWgAAAAACWwAAAAAAXgAAAAACbQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAADXgAAAAADfQAAAAACfQAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAAAbQAAAAACegAAAAAAbQAAAAABegAAAAAAfAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAACbQAAAAAAXgAAAAADegAAAAAAeQAAAAAAAAAAAAAAfQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAABegAAAAAAWwAAAAAAfQAAAAABegAAAAAAfAAAAAAAfAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAAAWgAAAAACXgAAAAAAWgAAAAACbQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABXgAAAAADegAAAAAAWgAAAAAAWgAAAAABWwAAAAAAWwAAAAABXgAAAAADXgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABWwAAAAAAWgAAAAADWgAAAAABWwAAAAABXgAAAAABfAAAAAAAfAAAAAAAfQAAAAAAfQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAAAXgAAAAADfQAAAAACfAAAAAAAfQAAAAABegAAAAAAfQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAfAAAAAAAegAAAAAAfQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAfQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAADbQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: WgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAABbQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACbQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAEfAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 0: -5,-4 + 1: -5,-3 + 2: -6,-4 + 3: -4,-3 + 4: -4,-1 + 5: -3,-1 + 6: -2,0 + 7: -3,1 + 8: -4,1 + 9: -2,2 + 10: -2,3 + 11: -1,2 + 12: -3,2 + 13: -4,2 + 14: -5,2 + 15: -6,2 + 16: -6,3 + 17: -5,3 + 18: 0,2 + 19: 0,3 + 20: 1,3 + 21: 2,3 + 22: -1,6 + 23: -7,-1 + 24: -9,0 + 25: -8,-3 + 26: -9,-4 + 27: -9,-6 + 28: -12,-4 + 29: -13,-6 + 30: -13,-2 + 31: -12,-2 + 32: -12,-1 + 33: -13,0 + 34: -13,-1 + 35: -14,-1 + 36: -15,-2 + 37: -15,0 + 38: -14,-7 + 39: -15,-7 + 40: -16,-8 + 41: -10,-6 + 42: -2,-4 + 43: -9,3 + 44: -10,2 + 45: -13,3 + 46: -6,6 + 47: -7,5 + 48: 0,6 + 49: 1,6 + 50: 2,-2 + 51: 3,-1 + 52: 3,1 + 53: 1,-2 + 54: 1,-6 + 55: 4,-8 + 56: 4,-7 + 57: 3,-6 + 58: -2,-13 + 59: -1,-12 + 60: -2,-12 + 61: -3,-10 + 62: -4,-9 + 63: -5,-8 + 64: 4,-12 + 65: 5,-11 + 66: 5,-12 + 67: 3,-13 + 68: 2,-14 + 69: 0,-14 + 70: -2,-14 + 71: -3,-14 + 72: -5,-11 + 73: -6,-9 + 74: -7,-10 + 75: -7,-12 + 76: 2,14 + 77: 1,14 + 78: 5,14 + 79: 7,14 + 80: 7,12 + 81: 6,13 + 82: 5,13 + 83: 4,12 + 84: 6,12 + 85: 7,13 + 86: 9,13 + 87: 10,14 + 88: 12,14 + 89: 14,13 + 90: 14,12 + 91: 15,13 + 92: 13,16 + 93: 12,16 + 94: 10,16 + 95: 9,17 + 96: 8,17 + 97: 9,19 + 98: 8,20 + 99: 9,20 + 100: 6,18 + 101: 6,19 + 102: 5,19 + 103: 5,21 + 104: 7,23 + 105: 8,24 + 106: 9,24 + 107: 9,25 + 108: 7,25 + 109: 2,19 + 110: 1,19 + 111: 3,20 + 112: 3,9 + 113: 2,11 + 114: 3,12 + 115: 3,13 + 116: 15,22 + 117: 17,22 + 118: 15,24 + 119: 13,23 + 120: 13,25 + 121: 12,25 + 122: 11,23 + 123: 11,26 + 124: 18,26 + 125: 17,19 + 126: 17,20 + 127: 16,19 + 128: 15,17 + 129: 17,16 + 130: 16,16 + 131: 13,20 + 132: 18,11 + 133: 23,12 + 134: 23,13 + 135: 24,14 + 136: 26,15 + 137: 20,12 + 138: 20,13 + 139: 21,12 + 140: 19,14 + 141: 18,14 + 142: 17,14 + 143: 17,13 + 144: 17,12 + 145: 18,11 + 146: 18,10 + 147: 19,10 + 148: 20,10 + 149: 21,9 + 150: 27,5 + 151: 27,6 + 152: 24,5 + 153: 23,5 + 154: 23,10 + 155: 23,6 + 156: 23,7 + 157: 24,7 + 158: 25,9 + 159: 21,7 + 160: 18,7 + 161: 16,9 + 162: 17,5 + 163: 18,5 + 164: 19,-5 + 165: 19,-4 + 166: 20,-4 + 167: 20,-5 + 168: 22,-4 + 169: 20,-2 + 170: 18,-2 + 171: 18,-4 + 172: 16,-4 + 173: 15,-2 + 174: 17,-3 + 175: 18,-5 + 176: 16,-6 + 177: 15,-5 + 178: 15,-2 + 179: 16,0 + 180: 16,1 + 181: 18,2 + 182: 19,1 + 183: 21,2 + 184: 23,2 + 185: 26,2 + 186: 26,1 + 187: 25,1 + 188: 27,1 + 189: 26,3 + 190: 28,2 + 191: 28,0 + 192: 29,-4 + 193: 27,-4 + 194: 28,-3 + 195: 30,-5 + 196: 31,-5 + 197: 29,-6 + 198: 28,-6 + 199: 31,-3 + 200: 32,-2 + 201: 31,-3 + 202: 28,-3 + 203: 28,-2 + 204: 27,1 + 205: 27,2 + 206: 23,2 + 207: 22,2 + 208: 20,2 + 209: 19,2 + 210: 16,2 + 211: 16,1 + 212: 15,-1 + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GravityShake + shakeTimes: 10 + - type: GridAtmosphere + version: 2 + data: + tiles: + -4,0: + 0: 65535 + -4,1: + 0: 3823 + -3,0: + 0: 65535 + -3,1: + 0: 15 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -4,-3: + 0: 61440 + -4,-2: + 0: 65535 + -4,-1: + 0: 65535 + -3,-3: + 0: 65032 + -3,-2: + 0: 65535 + -3,-1: + 0: 65535 + -2,-4: + 0: 65520 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-4: + 0: 65520 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,4: + 0: 61182 + 0,5: + 0: 61182 + 0,6: + 0: 558 + 1,4: + 0: 65535 + 1,5: + 0: 65535 + 1,6: + 0: 65535 + 1,7: + 0: 15 + 2,4: + 0: 65535 + 2,5: + 0: 65535 + 2,6: + 0: 4095 + 3,4: + 0: 65535 + 3,5: + 0: 65535 + 3,6: + 0: 53247 + 3,7: + 0: 12 + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 61439 + 1,0: + 0: 8191 + 1,1: + 0: 29489 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,0: + 0: 273 + 2,2: + 0: 65535 + 2,3: + 0: 65535 + 3,0: + 0: 65535 + 3,2: + 0: 65535 + 3,3: + 0: 65535 + 3,1: + 0: 61166 + 0,-4: + 0: 65520 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-4: + 0: 30576 + 1,-3: + 0: 65399 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-2: + 0: 4096 + 2,-1: + 0: 4369 + 3,-1: + 0: 65262 + 3,-2: + 0: 61152 + 4,-2: + 0: 65520 + 4,-1: + 0: 65535 + 5,-2: + 0: 65520 + 5,-1: + 0: 65535 + 6,-2: + 0: 65520 + 6,-1: + 0: 65535 + 7,-2: + 0: 65520 + 7,-1: + 0: 65535 + -5,0: + 0: 2184 + -5,-3: + 0: 32768 + -5,-2: + 0: 2184 + -5,-1: + 0: 34952 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 65535 + 4,3: + 0: 65535 + 5,0: + 0: 65535 + 5,1: + 0: 65535 + 5,2: + 0: 65535 + 5,3: + 0: 65535 + 6,0: + 0: 65535 + 6,1: + 0: 65535 + 6,2: + 0: 65535 + 6,3: + 0: 65407 + 7,0: + 0: 30583 + 7,1: + 0: 4375 + 7,2: + 0: 4369 + 7,3: + 0: 28672 + 8,-2: + 0: 30576 + 8,-1: + 0: 30583 + 4,4: + 0: 30583 + 4,5: + 0: 30583 + 4,6: + 0: 30583 + 4,7: + 0: 7 + -3,2: + 0: 2056 + 2,1: + 0: 4096 + -1,5: + 0: 128 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay +- proto: Airlock + entities: + - uid: 48 + components: + - type: Transform + pos: 7.5,20.5 + parent: 179 + - uid: 171 + components: + - type: Transform + pos: 4.5,10.5 + parent: 179 + - uid: 172 + components: + - type: Transform + pos: 1.5,10.5 + parent: 179 +- proto: AirlockAssembly + entities: + - uid: 16 + components: + - type: Transform + pos: 5.5,15.5 + parent: 179 + - uid: 133 + components: + - type: Transform + pos: 13.5,10.5 + parent: 179 + - uid: 135 + components: + - type: Transform + pos: -9.5,1.5 + parent: 179 +- proto: AirlockEngineering + entities: + - uid: 210 + components: + - type: Transform + pos: -12.5,1.5 + parent: 179 + - uid: 257 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 179 + - uid: 258 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 179 + - uid: 259 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 179 + - uid: 416 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 179 + - uid: 514 + components: + - type: Transform + pos: -13.5,1.5 + parent: 179 + - uid: 530 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 179 +- proto: AirlockExternal + entities: + - uid: 255 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 179 + - uid: 256 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 179 + - uid: 512 + components: + - type: Transform + pos: -13.5,4.5 + parent: 179 + - uid: 513 + components: + - type: Transform + pos: -13.5,6.5 + parent: 179 +- proto: AirlockMedicalGlass + entities: + - uid: 177 + components: + - type: Transform + pos: 26.5,4.5 + parent: 179 + - uid: 178 + components: + - type: Transform + pos: 20.5,3.5 + parent: 179 + - uid: 206 + components: + - type: Transform + pos: 16.5,3.5 + parent: 179 + - uid: 207 + components: + - type: Transform + pos: 15.5,3.5 + parent: 179 + - uid: 369 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 179 + - uid: 370 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 179 +- proto: AirlockScience + entities: + - uid: 24 + components: + - type: Transform + pos: 14.5,24.5 + parent: 179 + - uid: 47 + components: + - type: Transform + pos: 16.5,18.5 + parent: 179 + - uid: 102 + components: + - type: Transform + pos: 16.5,15.5 + parent: 179 +- proto: AirlockScienceGlass + entities: + - uid: 26 + components: + - type: Transform + pos: 14.5,20.5 + parent: 179 +- proto: Ash + entities: + - uid: 601 + components: + - type: Transform + pos: 25.578697,8.793641 + parent: 179 +- proto: Ashtray + entities: + - uid: 602 + components: + - type: Transform + pos: 0.81398493,7.443933 + parent: 179 +- proto: Autolathe + entities: + - uid: 94 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 179 +- proto: Beaker + entities: + - uid: 134 + components: + - type: Transform + pos: 33.62275,-4.228574 + parent: 179 + - uid: 136 + components: + - type: Transform + pos: 33.357124,-4.166074 + parent: 179 + - uid: 174 + components: + - type: Transform + pos: 25.291822,10.667244 + parent: 179 + - uid: 175 + components: + - type: Transform + pos: 24.541822,10.635994 + parent: 179 + - uid: 176 + components: + - type: Transform + pos: 26.416822,10.651619 + parent: 179 +- proto: Brutepack + entities: + - uid: 150 + components: + - type: Transform + pos: 18.601385,5.512907 + parent: 179 + - uid: 151 + components: + - type: Transform + pos: 18.476385,4.841032 + parent: 179 + - uid: 182 + components: + - type: Transform + pos: -2.106966,-1.457896 + parent: 179 +- proto: CableApcStack + entities: + - uid: 70 + components: + - type: Transform + pos: 10.577456,21.424059 + parent: 179 + - uid: 184 + components: + - type: Transform + pos: 5.5802093,-1.4627728 + parent: 179 + - uid: 351 + components: + - type: Transform + pos: 10.561831,21.767809 + parent: 179 + - uid: 537 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 179 + - uid: 538 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 179 + - uid: 562 + components: + - type: Transform + pos: -15.5,0.5 + parent: 179 + - uid: 563 + components: + - type: Transform + pos: -15.5,0.5 + parent: 179 +- proto: CablecuffsBroken + entities: + - uid: 656 + components: + - type: Transform + pos: 11.581437,12.456724 + parent: 179 +- proto: CableHVStack + entities: + - uid: 27 + components: + - type: Transform + pos: 5.6739593,1.4903522 + parent: 179 +- proto: CableMVStack10 + entities: + - uid: 18 + components: + - type: Transform + pos: 7.6270843,1.5059772 + parent: 179 + - uid: 181 + components: + - type: Transform + pos: 7.3614593,1.7091022 + parent: 179 +- proto: Catwalk + entities: + - uid: 2 + components: + - type: Transform + pos: 13.5,24.5 + parent: 179 + - uid: 7 + components: + - type: Transform + pos: 6.5,24.5 + parent: 179 + - uid: 20 + components: + - type: Transform + pos: 6.5,20.5 + parent: 179 + - uid: 91 + components: + - type: Transform + pos: 5.5,16.5 + parent: 179 + - uid: 246 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 179 + - uid: 247 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 179 + - uid: 252 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 179 + - uid: 269 + components: + - type: Transform + pos: 12.5,10.5 + parent: 179 + - uid: 270 + components: + - type: Transform + pos: 5.5,10.5 + parent: 179 + - uid: 286 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 179 + - uid: 287 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 179 + - uid: 308 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 179 + - uid: 309 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 179 + - uid: 333 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 179 + - uid: 334 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 179 + - uid: 371 + components: + - type: Transform + pos: -9.5,0.5 + parent: 179 + - uid: 541 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 179 + - uid: 542 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 179 + - uid: 585 + components: + - type: Transform + pos: 0.5,10.5 + parent: 179 +- proto: Chair + entities: + - uid: 90 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,17.5 + parent: 179 + - uid: 580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 179 + - uid: 581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,8.5 + parent: 179 + - uid: 582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,7.5 + parent: 179 +- proto: ChairOfficeDark + entities: + - uid: 380 + components: + - type: Transform + rot: 3.1415926535897967 rad + pos: 0.5,-6.5 + parent: 179 +- proto: ChairOfficeLight + entities: + - uid: 14 + components: + - type: Transform + pos: 9.5,16.5 + parent: 179 + - uid: 88 + components: + - type: Transform + rot: 4.71238898038469 rad + pos: 9.5,18.5 + parent: 179 + - uid: 379 + components: + - type: Transform + rot: -3.552713678800501E-15 rad + pos: -3.5,-0.5 + parent: 179 + - uid: 384 + components: + - type: Transform + rot: 3.1415926535897967 rad + pos: -3.5,-2.5 + parent: 179 + - uid: 385 + components: + - type: Transform + rot: 3.1415926535897967 rad + pos: -2.5,-2.5 + parent: 179 + - uid: 386 + components: + - type: Transform + rot: -3.552713678800501E-15 rad + pos: -2.5,-0.5 + parent: 179 + - uid: 576 + components: + - type: Transform + rot: 4.71238898038469 rad + pos: 19.5,4.5 + parent: 179 + - uid: 577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,5.5 + parent: 179 + - uid: 578 + components: + - type: Transform + rot: 4.71238898038469 rad + pos: 23.5,8.5 + parent: 179 + - uid: 579 + components: + - type: Transform + pos: 24.5,5.5 + parent: 179 +- proto: CheapRollerBed + entities: + - uid: 680 + components: + - type: Transform + pos: 17.752459,9.440638 + parent: 179 +- proto: CigaretteSpent + entities: + - uid: 550 + components: + - type: Transform + pos: 8.551467,12.667428 + parent: 179 + - uid: 558 + components: + - type: Transform + pos: -2.2654305,3.5584068 + parent: 179 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 319 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 179 + - uid: 322 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 179 +- proto: ClosetFireFilled + entities: + - uid: 677 + components: + - type: Transform + pos: 17.5,17.5 + parent: 179 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 685 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 179 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 678 + components: + - type: Transform + pos: 17.5,16.5 + parent: 179 +- proto: ClosetTool + entities: + - uid: 6 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 179 + - uid: 9 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 179 + - uid: 10 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 179 +- proto: ClosetToolFilled + entities: + - uid: 528 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 179 +- proto: ClothingBackpack + entities: + - uid: 432 + components: + - type: Transform + pos: -5.089887,7.591276 + parent: 179 + - uid: 433 + components: + - type: Transform + pos: -4.683637,7.606901 + parent: 179 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 428 + components: + - type: Transform + pos: -1.770102,-10.63182 + parent: 179 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 566 + components: + - type: Transform + pos: 23.614191,10.437847 + parent: 179 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 434 + components: + - type: Transform + pos: -3.386762,7.466276 + parent: 179 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 478 + components: + - type: Transform + pos: -4.332221,4.64238 + parent: 179 +- proto: ClothingHeadHatPurplesoftFlipped + entities: + - uid: 662 + components: + - type: Transform + pos: 24.971836,14.0316725 + parent: 179 +- proto: ClothingMaskGas + entities: + - uid: 425 + components: + - type: Transform + pos: -0.2880585,-10.69432 + parent: 179 +- proto: ClothingOuterCoatLab + entities: + - uid: 690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.43226,-4.8645535 + parent: 179 +- proto: ClothingOuterVest + entities: + - uid: 426 + components: + - type: Transform + pos: -0.9130585,-10.66307 + parent: 179 +- proto: ClothingOuterVestWeb + entities: + - uid: 15 + components: + - type: Transform + pos: 1.4895244,7.4314494 + parent: 179 +- proto: ClothingShoesColorWhite + entities: + - uid: 600 + components: + - type: Transform + pos: 25.531822,8.293641 + parent: 179 +- proto: ClothingUniformJumpsuitEngineering + entities: + - uid: 424 + components: + - type: Transform + pos: -0.6474335,-10.27245 + parent: 179 +- proto: ComputerBroken + entities: + - uid: 22 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,5.5 + parent: 179 + - uid: 32 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-5.5 + parent: 179 + - uid: 33 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,4.5 + parent: 179 + - uid: 72 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 179 + - uid: 503 + components: + - type: Transform + pos: 29.5,3.5 + parent: 179 +- proto: ComputerCargoOrders + entities: + - uid: 327 + components: + - type: Transform + pos: 0.5,0.5 + parent: 179 +- proto: ComputerShuttle + entities: + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,23.5 + parent: 179 +- proto: CrateAirlockKit + entities: + - uid: 13 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 179 +- proto: CrateGeneric + entities: + - uid: 266 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 179 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CrateMedical + entities: + - uid: 131 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 179 + - uid: 132 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 179 +- proto: Crowbar + entities: + - uid: 423 + components: + - type: Transform + pos: -2.861032,-5.524786 + parent: 179 +- proto: DisposalPipeBroken + entities: + - uid: 653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,13.5 + parent: 179 + - uid: 655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 179 +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 547 + components: + - type: Transform + pos: 4.130842,14.52302 + parent: 179 +- proto: FireExtinguisher + entities: + - uid: 323 + components: + - type: Transform + pos: -1.297692,-5.396082 + parent: 179 +- proto: FlashlightLantern + entities: + - uid: 421 + components: + - type: Transform + pos: -1.934832,-5.154238 + parent: 179 + - uid: 422 + components: + - type: Transform + pos: -2.017696,-5.71715 + parent: 179 +- proto: FloodlightBroken + entities: + - uid: 644 + components: + - type: Transform + pos: -1.5411377,0.4847579 + parent: 179 +- proto: FloorDrain + entities: + - uid: 597 + components: + - type: Transform + pos: 25.5,7.5 + parent: 179 + - type: Fixtures + fixtures: {} +- proto: FoodTinBeansTrash + entities: + - uid: 671 + components: + - type: Transform + pos: 11.247662,9.521035 + parent: 179 +- proto: GasCanisterBrokenBase + entities: + - uid: 658 + components: + - type: Transform + pos: 5.5,9.5 + parent: 179 + - uid: 687 + components: + - type: Transform + pos: 18.5,2.5 + parent: 179 +- proto: Girder + entities: + - uid: 345 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 179 + - uid: 350 + components: + - type: Transform + pos: -5.5,11.5 + parent: 179 + - uid: 382 + components: + - type: Transform + pos: 8.5,8.5 + parent: 179 + - uid: 526 + components: + - type: Transform + pos: 28.5,-6.5 + parent: 179 + - uid: 527 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 179 + - uid: 533 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 179 + - uid: 535 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 179 + - uid: 536 + components: + - type: Transform + pos: 29.5,0.5 + parent: 179 + - uid: 543 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 179 +- proto: GlowstickYellow + entities: + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4864593,-0.44714785 + parent: 179 + - uid: 152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5645843,-0.57214785 + parent: 179 + - uid: 349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.3614593,-0.35339785 + parent: 179 +- proto: GrilleBroken + entities: + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,11.5 + parent: 179 +- proto: Jug + entities: + - uid: 598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.0388,7.918641 + parent: 179 + - uid: 599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.460674,6.324891 + parent: 179 +- proto: Lamp + entities: + - uid: 604 + components: + - type: Transform + pos: -6.2082024,7.8583694 + parent: 179 +- proto: LargeBeaker + entities: + - uid: 140 + components: + - type: Transform + pos: 33.18525,-5.681699 + parent: 179 + - uid: 253 + components: + - type: Transform + pos: 23.494947,7.0422435 + parent: 179 + - uid: 402 + components: + - type: Transform + pos: 23.510572,7.7141185 + parent: 179 +- proto: LedLightTube + entities: + - uid: 481 + components: + - type: Transform + pos: -3.511025,-10.35149 + parent: 179 +- proto: LockerChemistry + entities: + - uid: 127 + components: + - type: Transform + pos: 27.5,6.5 + parent: 179 +- proto: LockerMedical + entities: + - uid: 128 + components: + - type: Transform + pos: 27.5,5.5 + parent: 179 + - uid: 129 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 179 +- proto: LockerMedicineFilled + entities: + - uid: 673 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 179 +- proto: MachineFrameDestroyed + entities: + - uid: 1 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 179 + - uid: 4 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 179 + - uid: 681 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 179 + - uid: 682 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 179 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 672 + components: + - type: Transform + pos: 12.5,9.5 + parent: 179 +- proto: MatchstickSpent + entities: + - uid: 551 + components: + - type: Transform + pos: -12.240653,-4.111945 + parent: 179 + - uid: 559 + components: + - type: Transform + pos: 10.480095,19.502283 + parent: 179 +- proto: MedkitFilled + entities: + - uid: 153 + components: + - type: Transform + pos: 13.632214,1.5673001 + parent: 179 + - uid: 154 + components: + - type: Transform + pos: 13.460339,0.6141751 + parent: 179 + - uid: 320 + components: + - type: Transform + pos: -3.209215,-1.486604 + parent: 179 + - uid: 321 + components: + - type: Transform + pos: -4.146715,-1.408479 + parent: 179 +- proto: MegaSprayBottle + entities: + - uid: 663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.049961,13.0316725 + parent: 179 +- proto: MopItem + entities: + - uid: 661 + components: + - type: Transform + pos: 23.787992,13.3285475 + parent: 179 +- proto: Multitool + entities: + - uid: 307 + components: + - type: Transform + pos: -1.249865,-10.43489 + parent: 179 +- proto: Ointment + entities: + - uid: 148 + components: + - type: Transform + pos: 18.77326,6.653532 + parent: 179 + - uid: 149 + components: + - type: Transform + pos: 18.49201,6.059782 + parent: 179 + - uid: 183 + components: + - type: Transform + pos: -1.481966,-1.317271 + parent: 179 +- proto: OxygenTankFilled + entities: + - uid: 689 + components: + - type: Transform + pos: 18.322886,-3.4895535 + parent: 179 +- proto: PartRodMetal1 + entities: + - uid: 35 + components: + - type: Transform + pos: -3.464097,0.6769469 + parent: 179 + - uid: 74 + components: + - type: Transform + pos: -11.323472,-3.5886781 + parent: 179 + - uid: 76 + components: + - type: Transform + pos: -4.495347,0.7863219 + parent: 179 + - uid: 78 + components: + - type: Transform + pos: -14.352282,-2.6511781 + parent: 179 + - uid: 462 + components: + - type: Transform + pos: -14.727282,-5.4793034 + parent: 179 +- proto: PlasmaTankFilled + entities: + - uid: 688 + components: + - type: Transform + pos: 23.68226,-5.1301785 + parent: 179 +- proto: PosterBroken + entities: + - uid: 636 + components: + - type: Transform + pos: -9.5,4.5 + parent: 179 + - uid: 638 + components: + - type: Transform + pos: -3.5,8.5 + parent: 179 + - uid: 639 + components: + - type: Transform + pos: 4.5,7.5 + parent: 179 + - uid: 640 + components: + - type: Transform + pos: 1.5,13.5 + parent: 179 + - uid: 642 + components: + - type: Transform + pos: 28.5,6.5 + parent: 179 + - uid: 645 + components: + - type: Transform + pos: 9.5,11.5 + parent: 179 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 621 + components: + - type: Transform + pos: 4.5,3.5 + parent: 179 + - uid: 624 + components: + - type: Transform + pos: -15.5,3.5 + parent: 179 + - uid: 630 + components: + - type: Transform + pos: 18.5,15.5 + parent: 179 +- proto: PowerCellMedium + entities: + - uid: 186 + components: + - type: Transform + pos: -2.67511,-10.351 + parent: 179 + - uid: 187 + components: + - type: Transform + pos: -2.55011,-10.6635 + parent: 179 +- proto: Poweredlight + entities: + - uid: 29 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,16.5 + parent: 179 + - uid: 30 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-5.5 + parent: 179 + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,9.5 + parent: 179 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-5.5 + parent: 179 + - uid: 40 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,1.5 + parent: 179 + - uid: 46 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,7.5 + parent: 179 + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,7.5 + parent: 179 + - uid: 52 + components: + - type: Transform + pos: 22.5,2.5 + parent: 179 + - uid: 55 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,22.5 + parent: 179 + - uid: 58 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,17.5 + parent: 179 + - uid: 61 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,12.5 + parent: 179 + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,12.5 + parent: 179 + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,18.5 + parent: 179 + - uid: 73 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-0.5 + parent: 179 + - uid: 87 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-5.5 + parent: 179 + - uid: 93 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-5.5 + parent: 179 + - uid: 95 + components: + - type: Transform + pos: 13.5,2.5 + parent: 179 + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 179 + - uid: 664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,22.5 + parent: 179 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,4.5 + parent: 179 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 17 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 179 + - uid: 69 + components: + - type: Transform + pos: -0.5,7.5 + parent: 179 + - uid: 83 + components: + - type: Transform + pos: -10.5,3.5 + parent: 179 + - uid: 85 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 179 + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,24.5 + parent: 179 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,26.5 + parent: 179 + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 179 + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 179 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,17.5 + parent: 179 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 126 + components: + - type: Transform + pos: 5.5,0.5 + parent: 179 + - uid: 146 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 179 + - uid: 147 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 179 + - uid: 293 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 179 + - uid: 294 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 179 + - uid: 324 + components: + - type: Transform + pos: 7.5,0.5 + parent: 179 +- proto: RandomAmmoBox + entities: + - uid: 706 + components: + - type: Transform + pos: 6.5,1.5 + parent: 179 +- proto: RandomBoard + entities: + - uid: 707 + components: + - type: Transform + pos: 10.5,21.5 + parent: 179 +- proto: RandomBook + entities: + - uid: 708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5097,-13.454886 + parent: 179 +- proto: RandomItem + entities: + - uid: 709 + components: + - type: Transform + pos: 9.5,15.5 + parent: 179 +- proto: RandomSpawner100 + entities: + - uid: 665 + components: + - type: Transform + pos: 21.5,12.5 + parent: 179 + - uid: 666 + components: + - type: Transform + pos: 19.5,13.5 + parent: 179 + - uid: 667 + components: + - type: Transform + pos: 22.5,14.5 + parent: 179 + - uid: 668 + components: + - type: Transform + pos: 20.5,12.5 + parent: 179 + - uid: 669 + components: + - type: Transform + pos: 19.5,11.5 + parent: 179 +- proto: ResearchDisk10000 + entities: + - uid: 586 + components: + - type: Transform + pos: 13.460129,17.611423 + parent: 179 +- proto: SalvageLootSpawner + entities: + - uid: 185 + components: + - type: Transform + pos: 7.5,0.5 + parent: 179 + - uid: 301 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 179 +- proto: SalvageMobSpawner75 + entities: + - uid: 693 + components: + - type: Transform + pos: 2.5,4.5 + parent: 179 + - uid: 694 + components: + - type: Transform + pos: -6.5,2.5 + parent: 179 + - uid: 695 + components: + - type: Transform + pos: 7.5,13.5 + parent: 179 + - uid: 696 + components: + - type: Transform + pos: 17.5,13.5 + parent: 179 + - uid: 697 + components: + - type: Transform + pos: 16.5,5.5 + parent: 179 + - uid: 698 + components: + - type: Transform + pos: 27.5,2.5 + parent: 179 + - uid: 699 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 179 + - uid: 700 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 179 +- proto: SciFlash + entities: + - uid: 675 + components: + - type: Transform + pos: 11.26269,21.655153 + parent: 179 + - uid: 676 + components: + - type: Transform + pos: 11.48144,21.561403 + parent: 179 +- proto: SeismicCharge + entities: + - uid: 618 + components: + - type: Transform + pos: -2.569302,4.539916 + parent: 179 +- proto: ShardGlass + entities: + - uid: 137 + components: + - type: Transform + pos: 33.7061,-4.779747 + parent: 179 + - uid: 138 + components: + - type: Transform + pos: 33.502975,-5.107872 + parent: 179 + - uid: 139 + components: + - type: Transform + pos: 33.2686,-2.545372 + parent: 179 + - uid: 143 + components: + - type: Transform + pos: 33.73735,-5.420372 + parent: 179 + - uid: 158 + components: + - type: Transform + pos: 32.3311,-4.623497 + parent: 179 + - uid: 605 + components: + - type: Transform + pos: 26.77238,10.256556 + parent: 179 + - uid: 606 + components: + - type: Transform + pos: 24.30363,7.1628056 + parent: 179 + - uid: 608 + components: + - type: Transform + pos: 23.55363,5.4440556 + parent: 179 + - uid: 674 + components: + - type: Transform + pos: 32.0186,-5.717247 + parent: 179 +- proto: SheetGlass + entities: + - uid: 23 + components: + - type: Transform + pos: 8.560405,21.456738 + parent: 179 + - uid: 354 + components: + - type: Transform + pos: 8.57603,21.566113 + parent: 179 + - uid: 564 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 179 + - uid: 565 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 179 +- proto: SheetSteel + entities: + - uid: 82 + components: + - type: Transform + pos: 5.597248,0.44560593 + parent: 179 + - uid: 106 + components: + - type: Transform + pos: 7.628498,-1.429394 + parent: 179 + - uid: 205 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 179 + - uid: 305 + components: + - type: Transform + pos: 9.435405,21.503613 + parent: 179 + - uid: 306 + components: + - type: Transform + pos: 9.654155,21.628613 + parent: 179 +- proto: SheetSteel1 + entities: + - uid: 12 + components: + - type: Transform + pos: -12.258532,-1.9636781 + parent: 179 + - uid: 325 + components: + - type: Transform + pos: -4.9616566,-2.5574281 + parent: 179 + - uid: 456 + components: + - type: Transform + pos: -13.352282,-5.0261784 + parent: 179 + - uid: 457 + components: + - type: Transform + pos: -12.946032,-5.3074284 + parent: 179 + - uid: 461 + components: + - type: Transform + pos: -12.508532,-4.9480534 + parent: 179 +- proto: SignChemistry1 + entities: + - uid: 567 + components: + - type: Transform + pos: 22.5,10.5 + parent: 179 +- proto: SignRND + entities: + - uid: 583 + components: + - type: Transform + pos: 13.5,15.5 + parent: 179 +- proto: SinkWide + entities: + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,16.5 + parent: 179 +- proto: SpaceTickSpawner + entities: + - uid: 703 + components: + - type: Transform + pos: 8.5,16.5 + parent: 179 + - uid: 704 + components: + - type: Transform + pos: 13.5,16.5 + parent: 179 + - uid: 705 + components: + - type: Transform + pos: 10.5,20.5 + parent: 179 +- proto: SpawnMobBearSalvage + entities: + - uid: 692 + components: + - type: Transform + pos: -1.5,3.5 + parent: 179 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 702 + components: + - type: Transform + pos: -11.5,0.5 + parent: 179 +- proto: SpearReinforced + entities: + - uid: 615 + components: + - type: Transform + pos: 0.36231065,7.450328 + parent: 179 +- proto: SpearUranium + entities: + - uid: 617 + components: + - type: Transform + pos: -5.8173656,7.4934487 + parent: 179 +- proto: SpeedLoaderLightRifle + entities: + - uid: 156 + components: + - type: Transform + pos: -1.7136006,7.4158244 + parent: 179 +- proto: StationMapBroken + entities: + - uid: 634 + components: + - type: Transform + pos: 7.5,15.5 + parent: 179 + - uid: 635 + components: + - type: Transform + pos: -7.5,4.5 + parent: 179 +- proto: Stool + entities: + - uid: 383 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 179 + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 179 + - uid: 684 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 179 +- proto: Table + entities: + - uid: 42 + components: + - type: Transform + pos: 9.5,15.5 + parent: 179 + - uid: 63 + components: + - type: Transform + pos: 9.5,21.5 + parent: 179 + - uid: 64 + components: + - type: Transform + pos: 10.5,21.5 + parent: 179 + - uid: 67 + components: + - type: Transform + pos: 8.5,21.5 + parent: 179 + - uid: 79 + components: + - type: Transform + pos: 13.5,17.5 + parent: 179 + - uid: 92 + components: + - type: Transform + pos: 11.5,21.5 + parent: 179 + - uid: 124 + components: + - type: Transform + pos: 5.5,1.5 + parent: 179 + - uid: 130 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 179 + - uid: 141 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 179 + - uid: 142 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 179 + - uid: 144 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 179 + - uid: 145 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 179 + - uid: 161 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 179 + - uid: 162 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 179 + - uid: 164 + components: + - type: Transform + pos: 7.5,1.5 + parent: 179 + - uid: 166 + components: + - type: Transform + pos: 6.5,1.5 + parent: 179 + - uid: 262 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 179 + - uid: 263 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 179 + - uid: 264 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 179 + - uid: 265 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 179 + - uid: 268 + components: + - type: Transform + pos: 23.5,6.5 + parent: 179 + - uid: 312 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 179 + - uid: 313 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 179 + - uid: 314 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 179 + - uid: 315 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 179 + - uid: 328 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 179 + - uid: 329 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 179 + - uid: 330 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 179 + - uid: 331 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 179 + - uid: 355 + components: + - type: Transform + pos: -6.5,7.5 + parent: 179 + - uid: 356 + components: + - type: Transform + pos: -5.5,7.5 + parent: 179 + - uid: 357 + components: + - type: Transform + pos: -4.5,7.5 + parent: 179 + - uid: 358 + components: + - type: Transform + pos: -3.5,7.5 + parent: 179 + - uid: 359 + components: + - type: Transform + pos: -2.5,7.5 + parent: 179 + - uid: 360 + components: + - type: Transform + pos: -1.5,7.5 + parent: 179 + - uid: 362 + components: + - type: Transform + pos: 0.5,7.5 + parent: 179 + - uid: 363 + components: + - type: Transform + pos: 1.5,7.5 + parent: 179 + - uid: 364 + components: + - type: Transform + pos: -4.5,4.5 + parent: 179 + - uid: 365 + components: + - type: Transform + pos: -3.5,4.5 + parent: 179 + - uid: 366 + components: + - type: Transform + pos: -2.5,4.5 + parent: 179 + - uid: 367 + components: + - type: Transform + pos: -1.5,4.5 + parent: 179 + - uid: 515 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 179 + - uid: 516 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 179 + - uid: 520 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 179 + - uid: 561 + components: + - type: Transform + pos: -15.5,0.5 + parent: 179 + - uid: 568 + components: + - type: Transform + pos: 18.5,4.5 + parent: 179 + - uid: 569 + components: + - type: Transform + pos: 21.5,6.5 + parent: 179 + - uid: 570 + components: + - type: Transform + pos: 20.5,6.5 + parent: 179 + - uid: 571 + components: + - type: Transform + pos: 18.5,6.5 + parent: 179 + - uid: 572 + components: + - type: Transform + pos: 19.5,6.5 + parent: 179 + - uid: 573 + components: + - type: Transform + pos: 18.5,5.5 + parent: 179 + - uid: 574 + components: + - type: Transform + pos: 22.5,8.5 + parent: 179 + - uid: 575 + components: + - type: Transform + pos: 24.5,4.5 + parent: 179 + - uid: 584 + components: + - type: Transform + pos: 23.5,7.5 + parent: 179 + - uid: 587 + components: + - type: Transform + pos: 23.5,10.5 + parent: 179 + - uid: 588 + components: + - type: Transform + pos: 24.5,10.5 + parent: 179 + - uid: 589 + components: + - type: Transform + pos: 26.5,10.5 + parent: 179 + - uid: 590 + components: + - type: Transform + pos: 27.5,10.5 + parent: 179 + - uid: 594 + components: + - type: Transform + pos: 13.5,2.5 + parent: 179 + - uid: 595 + components: + - type: Transform + pos: 13.5,0.5 + parent: 179 + - uid: 596 + components: + - type: Transform + pos: 13.5,1.5 + parent: 179 +- proto: TableFrame + entities: + - uid: 157 + components: + - type: Transform + pos: -0.5,4.5 + parent: 179 + - uid: 163 + components: + - type: Transform + pos: -0.5,7.5 + parent: 179 + - uid: 188 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 179 + - uid: 220 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 179 + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,5.5 + parent: 179 + - uid: 378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,10.5 + parent: 179 +- proto: ThrusterUnanchored + entities: + - uid: 168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 179 + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 179 + - uid: 368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 179 +- proto: ToolboxElectricalFilled + entities: + - uid: 419 + components: + - type: Transform + pos: -0.8099712,-5.21454 + parent: 179 +- proto: TrashBag + entities: + - uid: 670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.07591,13.9847975 + parent: 179 +- proto: UnfinishedMachineFrame + entities: + - uid: 5 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 179 +- proto: VehicleJanicartDestroyed + entities: + - uid: 660 + components: + - type: Transform + pos: 22.5,12.5 + parent: 179 +- proto: VendingMachineRestockChemVend + entities: + - uid: 560 + components: + - type: Transform + pos: 27.489191,10.562847 + parent: 179 +- proto: WallSolid + entities: + - uid: 3 + components: + - type: Transform + pos: 1.5,18.5 + parent: 179 + - uid: 8 + components: + - type: Transform + pos: 14.5,19.5 + parent: 179 + - uid: 11 + components: + - type: Transform + pos: 13.5,26.5 + parent: 179 + - uid: 19 + components: + - type: Transform + pos: 18.5,25.5 + parent: 179 + - uid: 21 + components: + - type: Transform + pos: 10.5,26.5 + parent: 179 + - uid: 28 + components: + - type: Transform + pos: 18.5,18.5 + parent: 179 + - uid: 34 + components: + - type: Transform + pos: 12.5,22.5 + parent: 179 + - uid: 36 + components: + - type: Transform + pos: 7.5,22.5 + parent: 179 + - uid: 38 + components: + - type: Transform + pos: 10.5,23.5 + parent: 179 + - uid: 39 + components: + - type: Transform + pos: 10.5,24.5 + parent: 179 + - uid: 41 + components: + - type: Transform + pos: 10.5,25.5 + parent: 179 + - uid: 43 + components: + - type: Transform + pos: 14.5,27.5 + parent: 179 + - uid: 44 + components: + - type: Transform + pos: 14.5,26.5 + parent: 179 + - uid: 45 + components: + - type: Transform + pos: 1.5,16.5 + parent: 179 + - uid: 50 + components: + - type: Transform + pos: 13.5,22.5 + parent: 179 + - uid: 51 + components: + - type: Transform + pos: 12.5,26.5 + parent: 179 + - uid: 53 + components: + - type: Transform + pos: 9.5,26.5 + parent: 179 + - uid: 54 + components: + - type: Transform + pos: 14.5,23.5 + parent: 179 + - uid: 56 + components: + - type: Transform + pos: 14.5,25.5 + parent: 179 + - uid: 57 + components: + - type: Transform + pos: 14.5,21.5 + parent: 179 + - uid: 59 + components: + - type: Transform + pos: 15.5,18.5 + parent: 179 + - uid: 60 + components: + - type: Transform + pos: 7.5,21.5 + parent: 179 + - uid: 65 + components: + - type: Transform + pos: 6.5,15.5 + parent: 179 + - uid: 66 + components: + - type: Transform + pos: 18.5,17.5 + parent: 179 + - uid: 71 + components: + - type: Transform + pos: 11.5,22.5 + parent: 179 + - uid: 75 + components: + - type: Transform + pos: 9.5,22.5 + parent: 179 + - uid: 77 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 179 + - uid: 80 + components: + - type: Transform + pos: 18.5,16.5 + parent: 179 + - uid: 81 + components: + - type: Transform + pos: 18.5,15.5 + parent: 179 + - uid: 84 + components: + - type: Transform + pos: 7.5,26.5 + parent: 179 + - uid: 86 + components: + - type: Transform + pos: 17.5,15.5 + parent: 179 + - uid: 89 + components: + - type: Transform + pos: 22.5,15.5 + parent: 179 + - uid: 96 + components: + - type: Transform + pos: 7.5,27.5 + parent: 179 + - uid: 97 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 179 + - uid: 99 + components: + - type: Transform + pos: 17.5,18.5 + parent: 179 + - uid: 100 + components: + - type: Transform + pos: 19.5,15.5 + parent: 179 + - uid: 105 + components: + - type: Transform + pos: 15.5,15.5 + parent: 179 + - uid: 107 + components: + - type: Transform + pos: 13.5,15.5 + parent: 179 + - uid: 108 + components: + - type: Transform + pos: 12.5,15.5 + parent: 179 + - uid: 109 + components: + - type: Transform + pos: 11.5,15.5 + parent: 179 + - uid: 110 + components: + - type: Transform + pos: 10.5,15.5 + parent: 179 + - uid: 111 + components: + - type: Transform + pos: 8.5,15.5 + parent: 179 + - uid: 112 + components: + - type: Transform + pos: 7.5,19.5 + parent: 179 + - uid: 113 + components: + - type: Transform + pos: 7.5,18.5 + parent: 179 + - uid: 114 + components: + - type: Transform + pos: 7.5,17.5 + parent: 179 + - uid: 115 + components: + - type: Transform + pos: 7.5,16.5 + parent: 179 + - uid: 116 + components: + - type: Transform + pos: 7.5,15.5 + parent: 179 + - uid: 117 + components: + - type: Transform + pos: 4.5,15.5 + parent: 179 + - uid: 118 + components: + - type: Transform + pos: 4.5,16.5 + parent: 179 + - uid: 119 + components: + - type: Transform + pos: 4.5,17.5 + parent: 179 + - uid: 120 + components: + - type: Transform + pos: 4.5,18.5 + parent: 179 + - uid: 121 + components: + - type: Transform + pos: 4.5,19.5 + parent: 179 + - uid: 123 + components: + - type: Transform + pos: 4.5,21.5 + parent: 179 + - uid: 125 + components: + - type: Transform + pos: 4.5,23.5 + parent: 179 + - uid: 159 + components: + - type: Transform + pos: 6.5,2.5 + parent: 179 + - uid: 160 + components: + - type: Transform + pos: 5.5,2.5 + parent: 179 + - uid: 165 + components: + - type: Transform + pos: 8.5,2.5 + parent: 179 + - uid: 169 + components: + - type: Transform + pos: 8.5,0.5 + parent: 179 + - uid: 173 + components: + - type: Transform + pos: 8.5,1.5 + parent: 179 + - uid: 189 + components: + - type: Transform + pos: -7.5,0.5 + parent: 179 + - uid: 193 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 179 + - uid: 194 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 179 + - uid: 195 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 179 + - uid: 196 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 179 + - uid: 200 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 179 + - uid: 201 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 179 + - uid: 202 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 179 + - uid: 203 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 179 + - uid: 204 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 179 + - uid: 211 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 179 + - uid: 212 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 179 + - uid: 215 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 179 + - uid: 217 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 179 + - uid: 218 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 179 + - uid: 219 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 179 + - uid: 221 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 179 + - uid: 222 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 179 + - uid: 223 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 179 + - uid: 224 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 179 + - uid: 225 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 179 + - uid: 228 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 179 + - uid: 229 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 179 + - uid: 230 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 179 + - uid: 232 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 179 + - uid: 233 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 179 + - uid: 234 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 179 + - uid: 236 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 179 + - uid: 239 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 179 + - uid: 240 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 179 + - uid: 241 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 179 + - uid: 242 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 179 + - uid: 244 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 179 + - uid: 245 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 179 + - uid: 248 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 179 + - uid: 249 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 179 + - uid: 250 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 179 + - uid: 254 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 179 + - uid: 272 + components: + - type: Transform + pos: 1.5,13.5 + parent: 179 + - uid: 273 + components: + - type: Transform + pos: 1.5,12.5 + parent: 179 + - uid: 277 + components: + - type: Transform + pos: -4.5,11.5 + parent: 179 + - uid: 278 + components: + - type: Transform + pos: -3.5,11.5 + parent: 179 + - uid: 282 + components: + - type: Transform + pos: 0.5,11.5 + parent: 179 + - uid: 283 + components: + - type: Transform + pos: 1.5,11.5 + parent: 179 + - uid: 284 + components: + - type: Transform + pos: 1.5,9.5 + parent: 179 + - uid: 285 + components: + - type: Transform + pos: 4.5,9.5 + parent: 179 + - uid: 288 + components: + - type: Transform + pos: 12.5,8.5 + parent: 179 + - uid: 289 + components: + - type: Transform + pos: 11.5,8.5 + parent: 179 + - uid: 290 + components: + - type: Transform + pos: 10.5,8.5 + parent: 179 + - uid: 291 + components: + - type: Transform + pos: 9.5,8.5 + parent: 179 + - uid: 295 + components: + - type: Transform + pos: 5.5,8.5 + parent: 179 + - uid: 296 + components: + - type: Transform + pos: 4.5,11.5 + parent: 179 + - uid: 297 + components: + - type: Transform + pos: 5.5,11.5 + parent: 179 + - uid: 298 + components: + - type: Transform + pos: 6.5,11.5 + parent: 179 + - uid: 299 + components: + - type: Transform + pos: 7.5,11.5 + parent: 179 + - uid: 300 + components: + - type: Transform + pos: 8.5,11.5 + parent: 179 + - uid: 303 + components: + - type: Transform + pos: 11.5,11.5 + parent: 179 + - uid: 304 + components: + - type: Transform + pos: 12.5,11.5 + parent: 179 + - uid: 316 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 179 + - uid: 335 + components: + - type: Transform + pos: 13.5,11.5 + parent: 179 + - uid: 336 + components: + - type: Transform + pos: 14.5,11.5 + parent: 179 + - uid: 337 + components: + - type: Transform + pos: 13.5,9.5 + parent: 179 + - uid: 339 + components: + - type: Transform + pos: 13.5,7.5 + parent: 179 + - uid: 352 + components: + - type: Transform + pos: 13.5,6.5 + parent: 179 + - uid: 353 + components: + - type: Transform + pos: 13.5,5.5 + parent: 179 + - uid: 372 + components: + - type: Transform + pos: 13.5,4.5 + parent: 179 + - uid: 373 + components: + - type: Transform + pos: 25.5,4.5 + parent: 179 + - uid: 374 + components: + - type: Transform + pos: 23.5,4.5 + parent: 179 + - uid: 375 + components: + - type: Transform + pos: 17.5,3.5 + parent: 179 + - uid: 376 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 179 + - uid: 377 + components: + - type: Transform + pos: -10.5,0.5 + parent: 179 + - uid: 391 + components: + - type: Transform + pos: 19.5,3.5 + parent: 179 + - uid: 392 + components: + - type: Transform + pos: 21.5,3.5 + parent: 179 + - uid: 394 + components: + - type: Transform + pos: 22.5,4.5 + parent: 179 + - uid: 395 + components: + - type: Transform + pos: 22.5,5.5 + parent: 179 + - uid: 396 + components: + - type: Transform + pos: 22.5,6.5 + parent: 179 + - uid: 397 + components: + - type: Transform + pos: 22.5,7.5 + parent: 179 + - uid: 398 + components: + - type: Transform + pos: 22.5,9.5 + parent: 179 + - uid: 399 + components: + - type: Transform + pos: 22.5,10.5 + parent: 179 + - uid: 400 + components: + - type: Transform + pos: 21.5,11.5 + parent: 179 + - uid: 418 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 179 + - uid: 437 + components: + - type: Transform + pos: -10.5,1.5 + parent: 179 + - uid: 439 + components: + - type: Transform + pos: -10.5,4.5 + parent: 179 + - uid: 440 + components: + - type: Transform + pos: -9.5,4.5 + parent: 179 + - uid: 441 + components: + - type: Transform + pos: -8.5,4.5 + parent: 179 + - uid: 442 + components: + - type: Transform + pos: -7.5,4.5 + parent: 179 + - uid: 443 + components: + - type: Transform + pos: -8.5,1.5 + parent: 179 + - uid: 444 + components: + - type: Transform + pos: -5.5,1.5 + parent: 179 + - uid: 445 + components: + - type: Transform + pos: -6.5,1.5 + parent: 179 + - uid: 446 + components: + - type: Transform + pos: -7.5,1.5 + parent: 179 + - uid: 447 + components: + - type: Transform + pos: -0.5,1.5 + parent: 179 + - uid: 448 + components: + - type: Transform + pos: 0.5,1.5 + parent: 179 + - uid: 449 + components: + - type: Transform + pos: 1.5,1.5 + parent: 179 + - uid: 450 + components: + - type: Transform + pos: 1.5,0.5 + parent: 179 + - uid: 451 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 179 + - uid: 452 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 179 + - uid: 454 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 179 + - uid: 455 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 179 + - uid: 458 + components: + - type: Transform + pos: 4.5,2.5 + parent: 179 + - uid: 459 + components: + - type: Transform + pos: 4.5,3.5 + parent: 179 + - uid: 460 + components: + - type: Transform + pos: 4.5,4.5 + parent: 179 + - uid: 463 + components: + - type: Transform + pos: 4.5,7.5 + parent: 179 + - uid: 464 + components: + - type: Transform + pos: 4.5,8.5 + parent: 179 + - uid: 466 + components: + - type: Transform + pos: 0.5,8.5 + parent: 179 + - uid: 467 + components: + - type: Transform + pos: -0.5,8.5 + parent: 179 + - uid: 470 + components: + - type: Transform + pos: -3.5,8.5 + parent: 179 + - uid: 471 + components: + - type: Transform + pos: -4.5,8.5 + parent: 179 + - uid: 472 + components: + - type: Transform + pos: -5.5,8.5 + parent: 179 + - uid: 474 + components: + - type: Transform + pos: -7.5,8.5 + parent: 179 + - uid: 475 + components: + - type: Transform + pos: -7.5,7.5 + parent: 179 + - uid: 485 + components: + - type: Transform + pos: -15.5,4.5 + parent: 179 + - uid: 486 + components: + - type: Transform + pos: -15.5,3.5 + parent: 179 + - uid: 487 + components: + - type: Transform + pos: -14.5,4.5 + parent: 179 + - uid: 491 + components: + - type: Transform + pos: -11.5,1.5 + parent: 179 + - uid: 492 + components: + - type: Transform + pos: -14.5,5.5 + parent: 179 + - uid: 493 + components: + - type: Transform + pos: -14.5,6.5 + parent: 179 + - uid: 495 + components: + - type: Transform + pos: -12.5,5.5 + parent: 179 + - uid: 496 + components: + - type: Transform + pos: -16.5,1.5 + parent: 179 + - uid: 497 + components: + - type: Transform + pos: -16.5,0.5 + parent: 179 + - uid: 498 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 179 + - uid: 505 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 179 + - uid: 506 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 179 + - uid: 507 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 179 + - uid: 508 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 179 + - uid: 510 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 179 + - uid: 517 + components: + - type: Transform + pos: 23.5,11.5 + parent: 179 + - uid: 518 + components: + - type: Transform + pos: 24.5,11.5 + parent: 179 + - uid: 529 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 179 + - uid: 532 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 179 + - uid: 539 + components: + - type: Transform + pos: 26.5,11.5 + parent: 179 + - uid: 540 + components: + - type: Transform + pos: 27.5,11.5 + parent: 179 + - uid: 545 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 179 + - uid: 546 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 179 + - uid: 548 + components: + - type: Transform + pos: 28.5,10.5 + parent: 179 + - uid: 552 + components: + - type: Transform + pos: 28.5,6.5 + parent: 179 + - uid: 553 + components: + - type: Transform + pos: 28.5,5.5 + parent: 179 + - uid: 554 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 179 + - uid: 555 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 179 + - uid: 556 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 179 + - uid: 557 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 179 + - uid: 603 + components: + - type: Transform + pos: 14.5,3.5 + parent: 179 + - uid: 607 + components: + - type: Transform + pos: 12.5,1.5 + parent: 179 + - uid: 609 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 179 + - uid: 610 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 179 + - uid: 611 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 179 + - uid: 612 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 179 + - uid: 613 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 179 + - uid: 614 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 179 + - uid: 616 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 179 + - uid: 619 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 179 + - uid: 620 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 179 + - uid: 622 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 179 + - uid: 623 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 179 + - uid: 625 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 179 + - uid: 626 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 179 + - uid: 627 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 179 + - uid: 628 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 179 + - uid: 629 + components: + - type: Transform + pos: 25.5,-6.5 + parent: 179 + - uid: 631 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 179 + - uid: 632 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 179 + - uid: 633 + components: + - type: Transform + pos: 27.5,-6.5 + parent: 179 + - uid: 637 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 179 + - uid: 641 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 179 + - uid: 646 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 179 + - uid: 647 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 179 + - uid: 648 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 179 + - uid: 649 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 179 + - uid: 650 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 179 + - uid: 651 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 179 + - uid: 652 + components: + - type: Transform + pos: 30.5,0.5 + parent: 179 + - uid: 654 + components: + - type: Transform + pos: 30.5,2.5 + parent: 179 + - uid: 657 + components: + - type: Transform + pos: 29.5,4.5 + parent: 179 + - uid: 659 + components: + - type: Transform + pos: 27.5,4.5 + parent: 179 +- proto: WallSolidRust + entities: + - uid: 190 + components: + - type: Transform + pos: 18.5,24.5 + parent: 179 + - uid: 191 + components: + - type: Transform + pos: 20.5,15.5 + parent: 179 + - uid: 197 + components: + - type: Transform + pos: 1.5,21.5 + parent: 179 + - uid: 198 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 179 + - uid: 199 + components: + - type: Transform + pos: 18.5,21.5 + parent: 179 + - uid: 208 + components: + - type: Transform + pos: 1.5,22.5 + parent: 179 + - uid: 209 + components: + - type: Transform + pos: 1.5,20.5 + parent: 179 + - uid: 213 + components: + - type: Transform + pos: 18.5,19.5 + parent: 179 + - uid: 214 + components: + - type: Transform + pos: 23.5,15.5 + parent: 179 + - uid: 216 + components: + - type: Transform + pos: 14.5,22.5 + parent: 179 + - uid: 226 + components: + - type: Transform + pos: 1.5,15.5 + parent: 179 + - uid: 227 + components: + - type: Transform + pos: 18.5,20.5 + parent: 179 + - uid: 231 + components: + - type: Transform + pos: 18.5,23.5 + parent: 179 + - uid: 235 + components: + - type: Transform + pos: 1.5,17.5 + parent: 179 + - uid: 237 + components: + - type: Transform + pos: 10.5,22.5 + parent: 179 + - uid: 238 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 179 + - uid: 243 + components: + - type: Transform + pos: 21.5,15.5 + parent: 179 + - uid: 251 + components: + - type: Transform + pos: 14.5,18.5 + parent: 179 + - uid: 260 + components: + - type: Transform + pos: 1.5,23.5 + parent: 179 + - uid: 261 + components: + - type: Transform + pos: 8.5,22.5 + parent: 179 + - uid: 271 + components: + - type: Transform + pos: 4.5,25.5 + parent: 179 + - uid: 274 + components: + - type: Transform + pos: 14.5,17.5 + parent: 179 + - uid: 275 + components: + - type: Transform + pos: 14.5,16.5 + parent: 179 + - uid: 276 + components: + - type: Transform + pos: 14.5,15.5 + parent: 179 + - uid: 279 + components: + - type: Transform + pos: 4.5,20.5 + parent: 179 + - uid: 280 + components: + - type: Transform + pos: 4.5,22.5 + parent: 179 + - uid: 281 + components: + - type: Transform + pos: 4.5,24.5 + parent: 179 + - uid: 292 + components: + - type: Transform + pos: 7.5,2.5 + parent: 179 + - uid: 302 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 179 + - uid: 310 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 179 + - uid: 311 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 179 + - uid: 317 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 179 + - uid: 318 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 179 + - uid: 326 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 179 + - uid: 332 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 179 + - uid: 338 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 179 + - uid: 340 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 179 + - uid: 341 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 179 + - uid: 342 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 179 + - uid: 343 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 179 + - uid: 344 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 179 + - uid: 346 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 179 + - uid: 347 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 179 + - uid: 348 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 179 + - uid: 361 + components: + - type: Transform + pos: -2.5,11.5 + parent: 179 + - uid: 381 + components: + - type: Transform + pos: -0.5,11.5 + parent: 179 + - uid: 388 + components: + - type: Transform + pos: 7.5,8.5 + parent: 179 + - uid: 390 + components: + - type: Transform + pos: 6.5,8.5 + parent: 179 + - uid: 393 + components: + - type: Transform + pos: 9.5,11.5 + parent: 179 + - uid: 401 + components: + - type: Transform + pos: 10.5,11.5 + parent: 179 + - uid: 403 + components: + - type: Transform + pos: 13.5,8.5 + parent: 179 + - uid: 404 + components: + - type: Transform + pos: 18.5,3.5 + parent: 179 + - uid: 405 + components: + - type: Transform + pos: 22.5,3.5 + parent: 179 + - uid: 406 + components: + - type: Transform + pos: 22.5,11.5 + parent: 179 + - uid: 407 + components: + - type: Transform + pos: -11.5,4.5 + parent: 179 + - uid: 408 + components: + - type: Transform + pos: 4.5,0.5 + parent: 179 + - uid: 409 + components: + - type: Transform + pos: 4.5,1.5 + parent: 179 + - uid: 410 + components: + - type: Transform + pos: 4.5,5.5 + parent: 179 + - uid: 411 + components: + - type: Transform + pos: 4.5,6.5 + parent: 179 + - uid: 412 + components: + - type: Transform + pos: 1.5,8.5 + parent: 179 + - uid: 413 + components: + - type: Transform + pos: -1.5,8.5 + parent: 179 + - uid: 414 + components: + - type: Transform + pos: -2.5,8.5 + parent: 179 + - uid: 415 + components: + - type: Transform + pos: -6.5,8.5 + parent: 179 + - uid: 417 + components: + - type: Transform + pos: -7.5,6.5 + parent: 179 + - uid: 420 + components: + - type: Transform + pos: -7.5,5.5 + parent: 179 + - uid: 427 + components: + - type: Transform + pos: -15.5,2.5 + parent: 179 + - uid: 429 + components: + - type: Transform + pos: -12.5,4.5 + parent: 179 + - uid: 430 + components: + - type: Transform + pos: -15.5,1.5 + parent: 179 + - uid: 431 + components: + - type: Transform + pos: -14.5,1.5 + parent: 179 + - uid: 435 + components: + - type: Transform + pos: -12.5,6.5 + parent: 179 + - uid: 436 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 179 + - uid: 438 + components: + - type: Transform + pos: -16.5,-2.5 + parent: 179 + - uid: 465 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 179 + - uid: 468 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 179 + - uid: 469 + components: + - type: Transform + pos: 25.5,11.5 + parent: 179 + - uid: 473 + components: + - type: Transform + pos: 28.5,11.5 + parent: 179 + - uid: 476 + components: + - type: Transform + pos: 28.5,9.5 + parent: 179 + - uid: 477 + components: + - type: Transform + pos: 28.5,8.5 + parent: 179 + - uid: 479 + components: + - type: Transform + pos: 28.5,7.5 + parent: 179 + - uid: 480 + components: + - type: Transform + pos: 13.5,3.5 + parent: 179 + - uid: 482 + components: + - type: Transform + pos: 12.5,3.5 + parent: 179 + - uid: 483 + components: + - type: Transform + pos: 12.5,2.5 + parent: 179 + - uid: 484 + components: + - type: Transform + pos: 12.5,0.5 + parent: 179 + - uid: 488 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 179 + - uid: 489 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 179 + - uid: 490 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 179 + - uid: 494 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 179 + - uid: 499 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 179 + - uid: 500 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 179 + - uid: 501 + components: + - type: Transform + pos: 29.5,-6.5 + parent: 179 + - uid: 502 + components: + - type: Transform + pos: 30.5,-6.5 + parent: 179 + - uid: 504 + components: + - type: Transform + pos: 34.5,-4.5 + parent: 179 + - uid: 509 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 179 + - uid: 511 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 179 + - uid: 519 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 179 + - uid: 521 + components: + - type: Transform + pos: 30.5,1.5 + parent: 179 + - uid: 522 + components: + - type: Transform + pos: 30.5,3.5 + parent: 179 + - uid: 523 + components: + - type: Transform + pos: 30.5,4.5 + parent: 179 + - uid: 524 + components: + - type: Transform + pos: 28.5,4.5 + parent: 179 + - uid: 525 + components: + - type: Transform + pos: 18.5,22.5 + parent: 179 + - uid: 531 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 179 + - uid: 534 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 179 +- proto: WardrobeScience + entities: + - uid: 389 + components: + - type: Transform + pos: 12.5,21.5 + parent: 179 + - uid: 453 + components: + - type: Transform + pos: 13.5,21.5 + parent: 179 +- proto: WarpPoint + entities: + - uid: 701 + components: + - type: Transform + pos: -2.5,5.5 + parent: 179 + - type: WarpPoint + location: Space Debris +- proto: WeaponLaserGun + entities: + - uid: 180 + components: + - type: Transform + pos: -1.47174,4.550247 + parent: 179 +- proto: WeaponSniperMosin + entities: + - uid: 155 + components: + - type: Transform + pos: -2.4167256,7.4470744 + parent: 179 +- proto: Windoor + entities: + - uid: 591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,15.5 + parent: 179 + - uid: 592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,8.5 + parent: 179 + - uid: 593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,4.5 + parent: 179 +- proto: Window + entities: + - uid: 170 + components: + - type: Transform + pos: 2.5,8.5 + parent: 179 + - uid: 544 + components: + - type: Transform + pos: 2.5,1.5 + parent: 179 +- proto: YellowOxygenTankFilled + entities: + - uid: 549 + components: + - type: Transform + pos: -3.4638138,4.3173227 + parent: 179 +- proto: ZiptiesBroken + entities: + - uid: 686 + components: + - type: Transform + pos: 26.817917,1.976161 + parent: 179 +... diff --git a/Resources/Maps/Salvage/DeltaV/DV-syndi-hideout.yml b/Resources/Maps/Salvage/DeltaV/DV-syndi-hideout.yml index 8d8cfa86ca..fcb61e109a 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-syndi-hideout.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-syndi-hideout.yml @@ -10,10 +10,11 @@ entities: - uid: 345 components: - type: MetaData - - pos: 0.5937195,1.901954 + - type: Transform + pos: 0.5937195,1.901954 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAB @@ -34,27 +35,27 @@ entities: ind: -2,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -150,7 +151,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - type: SpreaderGrid @@ -158,1864 +158,1965 @@ entities: entities: - uid: 15 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 345 - type: Transform - uid: 17 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 345 - type: Transform - uid: 33 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 345 - type: Transform - uid: 39 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 345 - type: Transform - proto: AirlockAssembly entities: - uid: 4 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 345 - type: Transform - uid: 254 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 345 - type: Transform - proto: BalloonSyn entities: - uid: 285 components: - - pos: -3.3966382,5.165968 + - type: Transform + pos: -3.3966382,5.165968 parent: 345 - type: Transform -- proto: BannerRevolution +- proto: BannerSyndicate entities: - - uid: 312 + - uid: 65 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 345 - type: Transform - proto: Bed entities: - uid: 274 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 345 - type: Transform - uid: 275 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 345 - type: Transform - proto: BedsheetSyndie entities: - uid: 278 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,4.5 parent: 345 - type: Transform - uid: 279 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -2.5,4.5 parent: 345 - type: Transform - proto: ChairFolding entities: - uid: 304 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.4190684,-0.10668731 parent: 345 - type: Transform - uid: 305 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.3044851,0.7584969 parent: 345 - type: Transform - proto: ChairFoldingSpawnFolded entities: - uid: 314 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -7.1360197,0.40347207 parent: 345 - type: Transform - proto: CigaretteSyndicate entities: - uid: 342 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5614266,-2.0971334 parent: 345 - type: Transform - uid: 343 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.529202,0.6886951 parent: 345 - type: Transform +- proto: ClothingBeltSyndieHolster + entities: + - uid: 71 + components: + - type: Transform + parent: 70 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatSyndie + entities: + - uid: 128 + components: + - type: Transform + parent: 70 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadPyjamaSyndicateBlack + entities: + - uid: 277 + components: + - type: Transform + parent: 180 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingHeadPyjamaSyndicatePink entities: - uid: 283 components: - - pos: -4.427888,5.6558914 + - type: Transform + pos: -4.427888,5.6558914 parent: 345 - type: Transform -- proto: ClothingUniformJumpsuitPyjamaSyndicatePink +- proto: ClothingNeckScarfStripedSyndieGreen entities: - uid: 282 components: - - rot: -1.5707963267948966 rad - pos: -4.5424714,5.478685 - parent: 345 - type: Transform + - type: Transform + parent: 180 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPyjamaSyndicatePink + entities: + - uid: 119 + components: + - type: Transform + parent: 70 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPyjamaSyndicateRed + entities: + - uid: 276 + components: + - type: Transform + parent: 180 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ComputerBroken entities: - uid: 313 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -8.5,0.5 parent: 345 - type: Transform - proto: DrinkSakeCup entities: - uid: 344 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.56045055,-1.2627298 parent: 345 - type: Transform - proto: FoodBoxPizza entities: - uid: 308 components: - - pos: 0.5080149,-0.033719778 + - type: Transform + pos: 0.5080149,-0.033719778 parent: 345 - type: Transform - proto: FoodPizzaMoldySlice entities: - uid: 306 components: - - pos: 0.42468166,-1.3367084 + - type: Transform + pos: 0.42468166,-1.3367084 parent: 345 - type: Transform - uid: 307 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.48718166,-0.97187144 parent: 345 - type: Transform - proto: FoodSnackSyndi entities: - uid: 284 components: - - pos: -8.490765,-0.33739674 + - type: Transform + pos: -8.490765,-0.33739674 parent: 345 - type: Transform - proto: Grille entities: - uid: 259 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 345 - type: Transform - uid: 264 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 345 - type: Transform - proto: Lamp entities: - uid: 336 components: - - pos: -4.0115986,5.8439803 + - type: Transform + pos: -4.0115986,5.8439803 parent: 345 - type: Transform - uid: 339 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -0.0055954456,0.85728586 parent: 345 - type: Transform - uid: 340 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.393706,0.10676515 parent: 345 - type: Transform - proto: LockerSyndicatePersonal entities: - - uid: 277 + - uid: 70 components: - - pos: -2.5,5.5 - parent: 345 - type: Transform -- proto: LockerSyndicatePersonalFilled - entities: - - uid: 276 + - type: Transform + pos: -5.5,5.5 + parent: 345 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1465 + 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: + - 71 + - 119 + - 128 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 180 components: - - pos: -5.5,5.5 - parent: 345 - type: Transform + - type: Transform + pos: -2.5,5.5 + parent: 345 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14597 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 276 + - 277 + - 282 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: MaintenanceToolSpawner entities: - uid: 318 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 345 - type: Transform - uid: 322 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 345 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 319 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 345 - type: Transform - uid: 320 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 345 - type: Transform - uid: 321 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 345 - type: Transform - proto: MaterialWoodPlank1 entities: - uid: 269 components: - - pos: -7.0976524,-0.8084415 + - type: Transform + pos: -7.0976524,-0.8084415 parent: 345 - type: Transform - uid: 270 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -6.2851524,-0.057920218 parent: 345 - type: Transform - proto: PortableFlasher entities: - uid: 337 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 345 - type: Transform - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - uid: 271 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -8.5,1.5 parent: 345 - type: Transform - proto: PosterContrabandKudzu entities: - uid: 341 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,6.5 parent: 345 - type: Transform - proto: PosterContrabandSafetyMothSyndie entities: - uid: 272 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 345 - type: Transform - proto: PosterContrabandSyndicatePistol entities: - uid: 310 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 345 - type: Transform - proto: PosterContrabandSyndicateRecruitment entities: - uid: 311 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 345 - type: Transform - proto: Rack entities: - uid: 294 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 345 - type: Transform - uid: 295 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 345 - type: Transform - uid: 297 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 345 - type: Transform - uid: 298 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 345 - type: Transform - uid: 299 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 345 - type: Transform - proto: RandomAmmoBox entities: - uid: 288 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 345 - type: Transform - uid: 289 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 345 - type: Transform - uid: 290 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 345 - type: Transform - proto: RandomAnomalySpawner entities: - uid: 317 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 345 - type: Transform - proto: RandomArtifactSpawner20 entities: - uid: 309 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 345 - type: Transform - proto: RandomBook entities: - uid: 335 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 345 - type: Transform - proto: RandomBox entities: - uid: 291 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 345 - type: Transform - uid: 292 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 345 - type: Transform - proto: RandomInstruments entities: - uid: 293 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 345 - type: Transform - proto: RandomItem entities: - uid: 315 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 345 - type: Transform - uid: 316 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 345 - type: Transform - proto: RandomRockSpawner entities: - uid: 1 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 345 - type: Transform - uid: 59 components: - - pos: -7.5,2.5 + - type: Transform + pos: -7.5,2.5 parent: 345 - type: Transform - uid: 60 components: - - pos: -7.5,3.5 + - type: Transform + pos: -7.5,3.5 parent: 345 - type: Transform - uid: 61 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 345 - type: Transform - uid: 62 components: - - pos: -7.5,5.5 + - type: Transform + pos: -7.5,5.5 parent: 345 - type: Transform - uid: 63 components: - - pos: -7.5,6.5 + - type: Transform + pos: -7.5,6.5 parent: 345 - type: Transform - uid: 64 components: - - pos: -8.5,2.5 - parent: 345 - type: Transform - - uid: 65 - components: - - pos: -8.5,3.5 - parent: 345 - type: Transform - - uid: 66 - components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,2.5 parent: 345 - type: Transform - uid: 67 components: - - pos: -8.5,5.5 + - type: Transform + pos: -8.5,5.5 parent: 345 - type: Transform - uid: 68 components: - - pos: -8.5,6.5 + - type: Transform + pos: -8.5,6.5 parent: 345 - type: Transform - uid: 69 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 345 - type: Transform - - uid: 70 - components: - - pos: -9.5,3.5 - parent: 345 - type: Transform - - uid: 71 - components: - - pos: -9.5,4.5 - parent: 345 - type: Transform - uid: 72 components: - - pos: -9.5,5.5 + - type: Transform + pos: -9.5,5.5 parent: 345 - type: Transform - uid: 73 components: - - pos: -9.5,6.5 + - type: Transform + pos: -9.5,6.5 parent: 345 - type: Transform - uid: 74 components: - - pos: -10.5,2.5 + - type: Transform + pos: -10.5,2.5 parent: 345 - type: Transform - uid: 75 components: - - pos: -10.5,3.5 + - type: Transform + pos: -10.5,3.5 parent: 345 - type: Transform - uid: 76 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 345 - type: Transform - uid: 77 components: - - pos: -10.5,5.5 + - type: Transform + pos: -10.5,5.5 parent: 345 - type: Transform - uid: 78 components: - - pos: -10.5,6.5 + - type: Transform + pos: -10.5,6.5 parent: 345 - type: Transform - uid: 79 components: - - pos: -11.5,6.5 + - type: Transform + pos: -11.5,6.5 parent: 345 - type: Transform - uid: 80 components: - - pos: -11.5,5.5 + - type: Transform + pos: -11.5,5.5 parent: 345 - type: Transform - uid: 81 components: - - pos: -11.5,4.5 + - type: Transform + pos: -11.5,4.5 parent: 345 - type: Transform - uid: 82 components: - - pos: -11.5,3.5 + - type: Transform + pos: -11.5,3.5 parent: 345 - type: Transform - uid: 83 components: - - pos: -12.5,5.5 + - type: Transform + pos: -12.5,5.5 parent: 345 - type: Transform - uid: 84 components: - - pos: -12.5,4.5 + - type: Transform + pos: -12.5,4.5 parent: 345 - type: Transform - uid: 85 components: - - pos: -12.5,3.5 + - type: Transform + pos: -12.5,3.5 parent: 345 - type: Transform - uid: 86 components: - - pos: -13.5,5.5 + - type: Transform + pos: -13.5,5.5 parent: 345 - type: Transform - uid: 87 components: - - pos: -13.5,4.5 + - type: Transform + pos: -13.5,4.5 parent: 345 - type: Transform - uid: 88 components: - - pos: -13.5,3.5 + - type: Transform + pos: -13.5,3.5 parent: 345 - type: Transform - uid: 89 components: - - pos: -10.5,7.5 + - type: Transform + pos: -10.5,7.5 parent: 345 - type: Transform - uid: 90 components: - - pos: -10.5,8.5 + - type: Transform + pos: -10.5,8.5 parent: 345 - type: Transform - uid: 91 components: - - pos: -9.5,7.5 + - type: Transform + pos: -9.5,7.5 parent: 345 - type: Transform - uid: 92 components: - - pos: -9.5,8.5 + - type: Transform + pos: -9.5,8.5 parent: 345 - type: Transform - uid: 93 components: - - pos: -8.5,7.5 + - type: Transform + pos: -8.5,7.5 parent: 345 - type: Transform - uid: 94 components: - - pos: -8.5,8.5 + - type: Transform + pos: -8.5,8.5 parent: 345 - type: Transform - uid: 95 components: - - pos: -7.5,7.5 + - type: Transform + pos: -7.5,7.5 parent: 345 - type: Transform - uid: 96 components: - - pos: -7.5,8.5 + - type: Transform + pos: -7.5,8.5 parent: 345 - type: Transform - uid: 97 components: - - pos: -6.5,7.5 + - type: Transform + pos: -6.5,7.5 parent: 345 - type: Transform - uid: 98 components: - - pos: -6.5,8.5 + - type: Transform + pos: -6.5,8.5 parent: 345 - type: Transform - uid: 99 components: - - pos: -5.5,7.5 + - type: Transform + pos: -5.5,7.5 parent: 345 - type: Transform - uid: 100 components: - - pos: -5.5,8.5 + - type: Transform + pos: -5.5,8.5 parent: 345 - type: Transform - uid: 101 components: - - pos: -4.5,7.5 + - type: Transform + pos: -4.5,7.5 parent: 345 - type: Transform - uid: 102 components: - - pos: -4.5,8.5 + - type: Transform + pos: -4.5,8.5 parent: 345 - type: Transform - uid: 103 components: - - pos: -3.5,7.5 + - type: Transform + pos: -3.5,7.5 parent: 345 - type: Transform - uid: 104 components: - - pos: -3.5,8.5 + - type: Transform + pos: -3.5,8.5 parent: 345 - type: Transform - uid: 105 components: - - pos: -2.5,7.5 + - type: Transform + pos: -2.5,7.5 parent: 345 - type: Transform - uid: 106 components: - - pos: -2.5,8.5 + - type: Transform + pos: -2.5,8.5 parent: 345 - type: Transform - uid: 107 components: - - pos: -1.5,7.5 + - type: Transform + pos: -1.5,7.5 parent: 345 - type: Transform - uid: 108 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 345 - type: Transform - uid: 109 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 parent: 345 - type: Transform - uid: 110 components: - - pos: -0.5,8.5 + - type: Transform + pos: -0.5,8.5 parent: 345 - type: Transform - uid: 111 components: - - pos: -7.5,9.5 + - type: Transform + pos: -7.5,9.5 parent: 345 - type: Transform - uid: 112 components: - - pos: -6.5,9.5 + - type: Transform + pos: -6.5,9.5 parent: 345 - type: Transform - uid: 113 components: - - pos: -5.5,9.5 + - type: Transform + pos: -5.5,9.5 parent: 345 - type: Transform - uid: 114 components: - - pos: -4.5,9.5 + - type: Transform + pos: -4.5,9.5 parent: 345 - type: Transform - uid: 115 components: - - pos: -3.5,9.5 + - type: Transform + pos: -3.5,9.5 parent: 345 - type: Transform - uid: 116 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 345 - type: Transform - uid: 117 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 345 - type: Transform - uid: 118 components: - - pos: -0.5,4.5 - parent: 345 - type: Transform - - uid: 119 - components: - - pos: 4.5,1.5 + - type: Transform + pos: -0.5,4.5 parent: 345 - type: Transform - uid: 120 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 345 - type: Transform - uid: 121 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 345 - type: Transform - uid: 122 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 345 - type: Transform - uid: 123 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 345 - type: Transform - uid: 124 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 345 - type: Transform - uid: 125 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 345 - type: Transform - uid: 126 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 345 - type: Transform - uid: 127 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 345 - type: Transform - - uid: 128 - components: - - pos: 3.5,1.5 - parent: 345 - type: Transform - uid: 129 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 345 - type: Transform - uid: 130 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 345 - type: Transform - uid: 131 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 345 - type: Transform - uid: 132 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 345 - type: Transform - uid: 133 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 345 - type: Transform - uid: 134 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 345 - type: Transform - uid: 135 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 345 - type: Transform - uid: 136 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 345 - type: Transform - uid: 137 components: - - pos: 3.5,5.5 + - type: Transform + pos: 3.5,5.5 parent: 345 - type: Transform - uid: 138 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 345 - type: Transform - uid: 139 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 345 - type: Transform - uid: 140 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 345 - type: Transform - uid: 141 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 345 - type: Transform - uid: 142 components: - - pos: 4.5,5.5 + - type: Transform + pos: 4.5,5.5 parent: 345 - type: Transform - uid: 143 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 345 - type: Transform - uid: 144 components: - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 345 - type: Transform - uid: 145 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 345 - type: Transform - uid: 146 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 345 - type: Transform - uid: 147 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 345 - type: Transform - uid: 148 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 345 - type: Transform - uid: 149 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 345 - type: Transform - uid: 150 components: - - pos: 5.5,2.5 + - type: Transform + pos: 5.5,2.5 parent: 345 - type: Transform - uid: 151 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 345 - type: Transform - uid: 152 components: - - pos: 6.5,5.5 + - type: Transform + pos: 6.5,5.5 parent: 345 - type: Transform - uid: 153 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 345 - type: Transform - uid: 154 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 345 - type: Transform - uid: 155 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 345 - type: Transform - uid: 156 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 345 - type: Transform - uid: 157 components: - - pos: 7.5,5.5 + - type: Transform + pos: 7.5,5.5 parent: 345 - type: Transform - uid: 158 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 345 - type: Transform - uid: 159 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 345 - type: Transform - uid: 160 components: - - pos: 7.5,2.5 + - type: Transform + pos: 7.5,2.5 parent: 345 - type: Transform - uid: 161 components: - - pos: 0.5,8.5 + - type: Transform + pos: 0.5,8.5 parent: 345 - type: Transform - uid: 162 components: - - pos: 0.5,7.5 + - type: Transform + pos: 0.5,7.5 parent: 345 - type: Transform - uid: 163 components: - - pos: 1.5,8.5 + - type: Transform + pos: 1.5,8.5 parent: 345 - type: Transform - uid: 164 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 345 - type: Transform - uid: 165 components: - - pos: 2.5,8.5 + - type: Transform + pos: 2.5,8.5 parent: 345 - type: Transform - uid: 166 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 345 - type: Transform - uid: 167 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 345 - type: Transform - uid: 168 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 345 - type: Transform - uid: 169 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 345 - type: Transform - uid: 170 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 345 - type: Transform - uid: 171 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 345 - type: Transform - uid: 172 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 345 - type: Transform - uid: 173 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 345 - type: Transform - uid: 174 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 345 - type: Transform - uid: 175 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 345 - type: Transform - uid: 176 components: - - pos: 4.5,9.5 + - type: Transform + pos: 4.5,9.5 parent: 345 - type: Transform - uid: 177 components: - - pos: 4.5,10.5 + - type: Transform + pos: 4.5,10.5 parent: 345 - type: Transform - uid: 178 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 345 - type: Transform - uid: 179 components: - - pos: 5.5,10.5 + - type: Transform + pos: 5.5,10.5 parent: 345 - type: Transform - - uid: 180 - components: - - pos: 4.5,0.5 - parent: 345 - type: Transform - uid: 181 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 345 - type: Transform - uid: 182 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 345 - type: Transform - uid: 183 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 345 - type: Transform - uid: 184 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 345 - type: Transform - uid: 185 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 345 - type: Transform - uid: 186 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 345 - type: Transform - uid: 187 components: - - pos: 6.5,-0.5 + - type: Transform + pos: 6.5,-0.5 parent: 345 - type: Transform - uid: 188 components: - - pos: 7.5,-0.5 + - type: Transform + pos: 7.5,-0.5 parent: 345 - type: Transform - uid: 189 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 345 - type: Transform - uid: 190 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 345 - type: Transform - uid: 191 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 345 - type: Transform - uid: 192 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 345 - type: Transform - uid: 193 components: - - pos: 6.5,-4.5 + - type: Transform + pos: 6.5,-4.5 parent: 345 - type: Transform - uid: 194 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 345 - type: Transform - uid: 195 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 345 - type: Transform - uid: 196 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 345 - type: Transform - uid: 197 components: - - pos: 7.5,-1.5 + - type: Transform + pos: 7.5,-1.5 parent: 345 - type: Transform - uid: 198 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 345 - type: Transform - uid: 199 components: - - pos: 7.5,-3.5 + - type: Transform + pos: 7.5,-3.5 parent: 345 - type: Transform - uid: 200 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 345 - type: Transform - uid: 201 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 345 - type: Transform - uid: 202 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 345 - type: Transform - uid: 203 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 345 - type: Transform - uid: 204 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 345 - type: Transform - uid: 205 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 345 - type: Transform - uid: 206 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 345 - type: Transform - uid: 207 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 345 - type: Transform - uid: 208 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 345 - type: Transform - uid: 209 components: - - pos: 9.5,-3.5 + - type: Transform + pos: 9.5,-3.5 parent: 345 - type: Transform - uid: 210 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 345 - type: Transform - uid: 211 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 345 - type: Transform - uid: 212 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 345 - type: Transform - uid: 213 components: - - pos: 5.5,-9.5 + - type: Transform + pos: 5.5,-9.5 parent: 345 - type: Transform - uid: 214 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 345 - type: Transform - uid: 215 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 345 - type: Transform - uid: 216 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 345 - type: Transform - uid: 217 components: - - pos: 4.5,-8.5 + - type: Transform + pos: 4.5,-8.5 parent: 345 - type: Transform - uid: 218 components: - - pos: 4.5,-9.5 + - type: Transform + pos: 4.5,-9.5 parent: 345 - type: Transform - uid: 219 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 345 - type: Transform - uid: 220 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 345 - type: Transform - uid: 221 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 345 - type: Transform - uid: 222 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 345 - type: Transform - uid: 223 components: - - pos: 3.5,-9.5 + - type: Transform + pos: 3.5,-9.5 parent: 345 - type: Transform - uid: 224 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 345 - type: Transform - uid: 225 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 345 - type: Transform - uid: 226 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 345 - type: Transform - uid: 227 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 345 - type: Transform - uid: 228 components: - - pos: 2.5,-9.5 + - type: Transform + pos: 2.5,-9.5 parent: 345 - type: Transform - uid: 229 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 345 - type: Transform - uid: 230 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 345 - type: Transform - uid: 231 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 345 - type: Transform - uid: 232 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 345 - type: Transform - uid: 233 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 345 - type: Transform - uid: 234 components: - - pos: -10.5,-0.5 + - type: Transform + pos: -10.5,-0.5 parent: 345 - type: Transform - uid: 235 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 345 - type: Transform - uid: 236 components: - - pos: -10.5,-2.5 + - type: Transform + pos: -10.5,-2.5 parent: 345 - type: Transform - uid: 237 components: - - pos: -10.5,-3.5 + - type: Transform + pos: -10.5,-3.5 parent: 345 - type: Transform - uid: 238 components: - - pos: -10.5,-4.5 + - type: Transform + pos: -10.5,-4.5 parent: 345 - type: Transform - uid: 239 components: - - pos: -11.5,-0.5 + - type: Transform + pos: -11.5,-0.5 parent: 345 - type: Transform - uid: 240 components: - - pos: -11.5,-1.5 + - type: Transform + pos: -11.5,-1.5 parent: 345 - type: Transform - uid: 241 components: - - pos: -11.5,-2.5 + - type: Transform + pos: -11.5,-2.5 parent: 345 - type: Transform - uid: 242 components: - - pos: -11.5,-3.5 + - type: Transform + pos: -11.5,-3.5 parent: 345 - type: Transform - uid: 243 components: - - pos: -11.5,-4.5 + - type: Transform + pos: -11.5,-4.5 parent: 345 - type: Transform - uid: 244 components: - - pos: -12.5,-0.5 + - type: Transform + pos: -12.5,-0.5 parent: 345 - type: Transform - uid: 245 components: - - pos: -12.5,-1.5 + - type: Transform + pos: -12.5,-1.5 parent: 345 - type: Transform - uid: 246 components: - - pos: -12.5,-2.5 + - type: Transform + pos: -12.5,-2.5 parent: 345 - type: Transform - uid: 247 components: - - pos: -12.5,-3.5 + - type: Transform + pos: -12.5,-3.5 parent: 345 - type: Transform - uid: 248 components: - - pos: -12.5,-4.5 + - type: Transform + pos: -12.5,-4.5 parent: 345 - type: Transform - uid: 249 components: - - pos: -13.5,-2.5 + - type: Transform + pos: -13.5,-2.5 parent: 345 - type: Transform - uid: 250 components: - - pos: -13.5,-3.5 + - type: Transform + pos: -13.5,-3.5 parent: 345 - type: Transform - uid: 251 components: - - pos: -14.5,-2.5 + - type: Transform + pos: -14.5,-2.5 parent: 345 - type: Transform - uid: 252 components: - - pos: -14.5,-3.5 + - type: Transform + pos: -14.5,-3.5 parent: 345 - type: Transform - uid: 253 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 345 - type: Transform - uid: 255 components: - - pos: -11.5,-5.5 + - type: Transform + pos: -11.5,-5.5 parent: 345 - type: Transform - proto: ReinforcedWindow entities: - uid: 260 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 345 - type: Transform - uid: 263 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 345 - type: Transform - proto: SalvageCanisterSpawner entities: - uid: 325 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 345 - type: Transform - uid: 326 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 345 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 323 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 345 - type: Transform - uid: 324 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 345 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 327 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 345 - type: Transform - proto: SignConspiracyBoard entities: - uid: 303 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 345 - type: Transform - proto: SinkEmpty entities: - uid: 287 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,2.5 parent: 345 - type: Transform - proto: SnakeMobMundane entities: - uid: 332 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 345 - type: Transform - proto: SnakeMobMundane25 entities: - uid: 347 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 345 - type: Transform - proto: SnakeSpawnerMundane entities: - uid: 346 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 345 - type: Transform - proto: SpaceTickSpawner entities: + - uid: 312 + components: + - type: Transform + pos: -8.5,3.5 + parent: 345 - uid: 328 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 345 - type: Transform - uid: 329 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 345 - type: Transform - uid: 330 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 345 - type: Transform - uid: 331 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 345 - type: Transform - uid: 333 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -9.5,4.5 parent: 345 - type: Transform - - uid: 334 +- proto: SpawnMobCobraSalvage + entities: + - uid: 66 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -7.5,0.5 + parent: 345 +- proto: SpawnMobOreCrab + entities: + - uid: 348 + components: + - type: Transform + pos: 4.5,1.5 parent: 345 - type: Transform - proto: Table entities: - uid: 296 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 345 - type: Transform - uid: 300 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 345 - type: Transform - uid: 301 components: - - pos: 0.5,-0.5 + - type: Transform + pos: 0.5,-0.5 parent: 345 - type: Transform - uid: 302 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 345 - type: Transform - proto: TableFrame entities: - uid: 265 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 345 - type: Transform - uid: 266 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 345 - type: Transform - proto: TableWood entities: - uid: 267 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 345 - type: Transform - uid: 268 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 345 - type: Transform - proto: TableWoodReinforced entities: - uid: 280 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -4.5,5.5 parent: 345 - type: Transform - uid: 281 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -3.5,5.5 parent: 345 - type: Transform - proto: ToiletDirtyWater entities: - uid: 286 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -5.5,2.5 parent: 345 - type: Transform - proto: Torch entities: - uid: 338 components: - - pos: -0.39101207,3.5153823 + - type: Transform + pos: -0.39101207,3.5153823 + parent: 345 +- proto: ToyFigurineFootsoldier + entities: + - uid: 349 + components: + - type: Transform + pos: -3.3563178,5.946837 parent: 345 - type: Transform - proto: WallSolid entities: - uid: 20 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 345 - type: Transform - uid: 23 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 345 - type: Transform - uid: 30 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 345 - type: Transform - uid: 31 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 345 - type: Transform - uid: 42 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 345 - type: Transform - uid: 50 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 345 - type: Transform - uid: 55 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 345 - type: Transform - uid: 261 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 345 - type: Transform - uid: 262 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 345 - type: Transform - uid: 273 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-4.5 parent: 345 - type: Transform - proto: WallSolidRust entities: - uid: 2 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 345 - type: Transform - uid: 3 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 345 - type: Transform - uid: 5 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 345 - type: Transform - uid: 6 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 345 - type: Transform - uid: 7 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 345 - type: Transform - uid: 8 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -3.5,-0.5 parent: 345 - type: Transform - uid: 9 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 345 - type: Transform - uid: 10 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 345 - type: Transform - uid: 11 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 345 - type: Transform - uid: 12 components: - - pos: -7.5,1.5 + - type: Transform + pos: -7.5,1.5 parent: 345 - type: Transform - uid: 13 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 345 - type: Transform - uid: 14 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 345 - type: Transform - uid: 16 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 345 - type: Transform - uid: 18 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 345 - type: Transform - uid: 19 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 345 - type: Transform - uid: 21 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 345 - type: Transform - uid: 22 components: - - pos: -6.5,3.5 + - type: Transform + pos: -6.5,3.5 parent: 345 - type: Transform - uid: 24 components: - - pos: -6.5,5.5 + - type: Transform + pos: -6.5,5.5 parent: 345 - type: Transform - uid: 25 components: - - pos: -6.5,6.5 + - type: Transform + pos: -6.5,6.5 parent: 345 - type: Transform - uid: 26 components: - - pos: -5.5,6.5 + - type: Transform + pos: -5.5,6.5 parent: 345 - type: Transform - uid: 27 components: - - pos: -4.5,6.5 + - type: Transform + pos: -4.5,6.5 parent: 345 - type: Transform - uid: 28 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 345 - type: Transform - uid: 29 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 345 - type: Transform - uid: 32 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 345 - type: Transform - uid: 34 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 345 - type: Transform - uid: 35 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 345 - type: Transform - uid: 36 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 345 - type: Transform - uid: 37 components: - - pos: 1.5,-0.5 + - type: Transform + pos: 1.5,-0.5 parent: 345 - type: Transform - uid: 38 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 345 - type: Transform - uid: 40 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 345 - type: Transform - uid: 41 components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-4.5 parent: 345 - type: Transform - uid: 43 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 345 - type: Transform - uid: 44 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 345 - type: Transform - uid: 45 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 345 - type: Transform - uid: 46 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 345 - type: Transform - uid: 47 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 345 - type: Transform - uid: 48 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 345 - type: Transform - uid: 49 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 345 - type: Transform - uid: 51 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 345 - type: Transform - uid: 52 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 345 - type: Transform - uid: 53 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 345 - type: Transform - uid: 54 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 345 - type: Transform - uid: 56 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 345 - type: Transform - uid: 57 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 345 - type: Transform - uid: 58 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 345 - type: Transform - uid: 256 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 345 - type: Transform - uid: 257 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 345 - type: Transform - uid: 258 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 + parent: 345 +- proto: WarpPoint + entities: + - uid: 334 + components: + - type: Transform + pos: -0.5,-1.5 parent: 345 - type: Transform + - type: WarpPoint + location: Space Debris ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-tick-colony.yml b/Resources/Maps/Salvage/DeltaV/DV-tick-colony.yml index 5bddbb9a79..954e821895 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-tick-colony.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-tick-colony.yml @@ -5,48 +5,49 @@ tilemap: 0: Space 7: FloorAsteroidSand 8: FloorAsteroidSandDug - 52: FloorGreenCircuit - 72: FloorReinforced - 113: Plating + 55: FloorGreenCircuit + 78: FloorReinforced + 122: Plating entities: - proto: "" entities: - uid: 119 components: - type: MetaData - - parent: invalid - type: Transform - - chunks: + - type: Transform + parent: invalid + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABCAAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABcQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABCAAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABegAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAC version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABSAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACSAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABSAAAAAAASAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACTgAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: BwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABcQAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABCAAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACCAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABegAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABCAAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACCAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -200,8 +201,8 @@ entities: 41: -2.421925,2.9569356 42: -2.671925,3.0194356 43: -2.81255,3.0038106 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -251,7 +252,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: GasTileOverlay @@ -262,666 +262,675 @@ entities: entities: - uid: 1 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 119 - type: Transform - uid: 2 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 119 - type: Transform - uid: 3 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 119 - type: Transform - uid: 5 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 119 - type: Transform - uid: 6 components: - - pos: 2.5,5.5 + - type: Transform + pos: 2.5,5.5 parent: 119 - type: Transform - uid: 7 components: - - pos: 1.5,5.5 + - type: Transform + pos: 1.5,5.5 parent: 119 - type: Transform - uid: 8 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 119 - type: Transform - uid: 9 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 119 - type: Transform - uid: 10 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 119 - type: Transform - uid: 11 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 119 - type: Transform - uid: 12 components: - - pos: -3.5,5.5 + - type: Transform + pos: -3.5,5.5 parent: 119 - type: Transform - uid: 16 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 119 - type: Transform - uid: 18 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 119 - type: Transform - uid: 19 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 119 - type: Transform - uid: 20 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 119 - type: Transform - uid: 21 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 119 - type: Transform - uid: 22 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 119 - type: Transform - uid: 23 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 119 - type: Transform - uid: 24 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 119 - type: Transform - uid: 25 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 119 - type: Transform - uid: 26 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 119 - type: Transform - uid: 29 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,-1.5 parent: 119 - type: Transform - uid: 35 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 119 - type: Transform - uid: 37 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 119 - type: Transform - uid: 38 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 119 - type: Transform - uid: 39 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 119 - type: Transform - uid: 42 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 119 - type: Transform - uid: 44 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 119 - type: Transform - uid: 46 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 119 - type: Transform - uid: 47 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 119 - type: Transform - uid: 48 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 119 - type: Transform - uid: 49 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 119 - type: Transform - uid: 50 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 119 - type: Transform - uid: 51 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 119 - type: Transform - uid: 52 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 119 - type: Transform - uid: 53 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 119 - type: Transform - uid: 54 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 119 - type: Transform - uid: 55 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 119 - type: Transform - uid: 56 components: - - pos: 4.5,2.5 + - type: Transform + pos: 4.5,2.5 parent: 119 - type: Transform - uid: 57 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 119 - type: Transform - uid: 58 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 119 - type: Transform - uid: 59 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 119 - type: Transform - uid: 60 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 119 - type: Transform - uid: 61 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 119 - type: Transform - uid: 62 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 119 - type: Transform - uid: 63 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 119 - type: Transform - uid: 64 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 119 - type: Transform - uid: 65 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 119 - type: Transform - uid: 66 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 119 - type: Transform - uid: 67 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 119 - type: Transform - uid: 68 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 119 - type: Transform - uid: 69 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 119 - type: Transform - uid: 70 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 119 - type: Transform - uid: 71 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 119 - type: Transform - uid: 72 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 119 - type: Transform - uid: 73 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 119 - type: Transform - uid: 75 components: - - pos: -2.5,2.5 + - type: Transform + pos: -2.5,2.5 parent: 119 - type: Transform - uid: 77 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,-1.5 parent: 119 - type: Transform - uid: 78 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,0.5 parent: 119 - type: Transform - uid: 79 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 119 - type: Transform - uid: 80 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 119 - type: Transform - uid: 81 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 119 - type: Transform - uid: 82 components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 119 - type: Transform - uid: 83 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 119 - type: Transform - uid: 84 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 119 - type: Transform - uid: 85 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 119 - type: Transform - uid: 87 components: - - pos: -4.5,5.5 + - type: Transform + pos: -4.5,5.5 parent: 119 - type: Transform - uid: 88 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 119 - type: Transform - uid: 93 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 119 - type: Transform - uid: 94 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 119 - type: Transform - uid: 95 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 119 - type: Transform - uid: 115 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 119 - type: Transform - uid: 118 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 119 - type: Transform - proto: Barricade entities: - uid: 114 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 119 - type: Transform - proto: ClothingShoesBootsSalvage entities: - uid: 92 components: - - pos: 1.4983591,-3.8183098 + - type: Transform + pos: 1.4983591,-3.8183098 parent: 119 - type: Transform - proto: CrateSalvageEquipment entities: - uid: 36 components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-1.5 parent: 119 - type: Transform - proto: FlashlightLantern entities: - uid: 112 components: - - pos: -3.5694947,-4.3641663 + - type: Transform + pos: -3.5694947,-4.3641663 parent: 119 - type: Transform - uid: 113 components: - - pos: -3.4288697,-4.5985413 + - type: Transform + pos: -3.4288697,-4.5985413 parent: 119 - type: Transform - proto: MaintenanceToolSpawner entities: - uid: 86 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 119 - type: Transform - proto: MaintenanceWeaponSpawner entities: - uid: 96 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 119 - type: Transform - proto: MaterialWoodPlank entities: - uid: 117 components: - - pos: 2.4514842,-3.5058098 + - type: Transform + pos: 2.4514842,-3.5058098 parent: 119 - type: Transform - proto: Rack entities: - uid: 111 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 119 - type: Transform - proto: Railing entities: - uid: 99 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 119 - type: Transform - uid: 100 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,2.5 parent: 119 - type: Transform - uid: 101 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,1.5 parent: 119 - type: Transform - uid: 102 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,2.5 parent: 119 - type: Transform - proto: RailingCornerSmall entities: - uid: 103 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,3.5 parent: 119 - type: Transform - uid: 104 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 119 - type: Transform - uid: 105 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,1.5 parent: 119 - type: Transform - uid: 107 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 119 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 91 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 119 - type: Transform - proto: RandomRockSpawner entities: - uid: 13 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 119 - type: Transform - uid: 14 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 119 - type: Transform - uid: 17 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 119 - type: Transform - uid: 27 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-3.5 parent: 119 - type: Transform - uid: 28 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,-2.5 parent: 119 - type: Transform - uid: 31 components: - - pos: -4.5,2.5 + - type: Transform + pos: -4.5,2.5 parent: 119 - type: Transform - uid: 32 components: - - pos: -4.5,1.5 + - type: Transform + pos: -4.5,1.5 parent: 119 - type: Transform - uid: 33 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-2.5 parent: 119 - type: Transform - uid: 43 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 119 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 34 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 119 - type: Transform - proto: SalvagePartsSpawnerLow entities: - uid: 4 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 119 - type: Transform - uid: 89 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 119 - type: Transform - proto: SalvagePartsSpawnerMid entities: - uid: 120 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 119 - type: Transform - proto: SignSecureMed entities: - uid: 41 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 119 - type: Transform - proto: SmallLight entities: - uid: 76 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 119 - type: Transform - uid: 106 components: - - pos: -0.5,2.5 + - type: Transform + pos: -0.5,2.5 parent: 119 - type: Transform - uid: 110 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 119 - type: Transform - proto: SpaceTickSpawner entities: - uid: 15 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 119 - type: Transform - uid: 40 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 119 - type: Transform - uid: 74 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 119 - type: Transform - uid: 90 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 119 - type: Transform - uid: 97 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 119 - type: Transform - uid: 98 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 119 - type: Transform - uid: 108 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 119 - type: Transform - uid: 109 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 119 - type: Transform - proto: WallSolid entities: - uid: 30 components: - - pos: -4.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 119 - type: Transform - proto: WallSolidRust entities: - uid: 45 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 + parent: 119 +- proto: WarpPoint + entities: + - uid: 124 + components: + - type: Transform + pos: 0.5,-0.5 parent: 119 - type: Transform + - type: WarpPoint + location: Space Debris - proto: WeaponLaserGun entities: - uid: 116 components: - - pos: 1.7952341,1.6504403 + - type: Transform + pos: 1.7952341,1.6504403 parent: 119 - type: Transform - proto: WoodenSupportBeam entities: - uid: 121 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 119 - type: Transform - uid: 122 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 119 - type: Transform - proto: WoodenSupportWallBroken entities: - uid: 123 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 119 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-tick-nest.yml b/Resources/Maps/Salvage/DeltaV/DV-tick-nest.yml index 62dd7079b0..7cf71cec19 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-tick-nest.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-tick-nest.yml @@ -10,10 +10,11 @@ entities: - uid: 192 components: - type: MetaData - - pos: -1.4791667,2.0479496 + - type: Transform + pos: -1.4791667,2.0479496 parent: invalid - type: Transform - - chunks: + - type: MapGrid + chunks: -1,-1: ind: -1,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA @@ -30,27 +31,27 @@ entities: ind: -1,0 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures + - type: Fixtures + fixtures: {} - type: OccluderTree - type: Shuttle - type: GridPathfinding - - gravityShakeSound: !type:SoundPathSpecifier + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: [] - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-2: @@ -118,1115 +119,999 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: GasTileOverlay - type: SpreaderGrid - proto: RandomAmmoBox entities: - uid: 211 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 192 - type: Transform - uid: 212 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 192 - type: Transform - uid: 213 components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,1.5 parent: 192 - type: Transform - uid: 214 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 192 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 29 components: - - pos: -1.5,-0.5 + - type: Transform + pos: -1.5,-0.5 parent: 192 - type: Transform - proto: RandomBoards entities: - uid: 27 components: - - pos: -1.5,-1.5 + - type: Transform + pos: -1.5,-1.5 parent: 192 - type: Transform - uid: 210 components: - - pos: -1.5,1.5 + - type: Transform + pos: -1.5,1.5 parent: 192 - type: Transform - proto: RandomBox entities: - uid: 215 components: - - pos: 0.5,-3.5 + - type: Transform + pos: 0.5,-3.5 parent: 192 - type: Transform - uid: 216 components: - - pos: -0.5,-3.5 + - type: Transform + pos: -0.5,-3.5 parent: 192 - type: Transform - uid: 217 components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-3.5 parent: 192 - type: Transform - uid: 218 components: - - pos: -2.5,-3.5 + - type: Transform + pos: -2.5,-3.5 parent: 192 - type: Transform - uid: 219 components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-3.5 parent: 192 - type: Transform - proto: RandomRockSpawner entities: - uid: 57 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 192 - type: Transform - uid: 58 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 192 - type: Transform - uid: 59 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 192 - type: Transform - uid: 60 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 192 - type: Transform - uid: 61 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 192 - type: Transform - uid: 62 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 192 - type: Transform - uid: 63 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 192 - type: Transform - uid: 64 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 192 - type: Transform - uid: 65 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 192 - type: Transform - uid: 66 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 192 - type: Transform - uid: 67 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 192 - type: Transform - uid: 68 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 192 - type: Transform - uid: 69 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 192 - type: Transform - uid: 70 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 192 - type: Transform - uid: 71 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 192 - type: Transform - uid: 72 components: - - pos: -2.5,5.5 + - type: Transform + pos: -2.5,5.5 parent: 192 - type: Transform - uid: 73 components: - - pos: -1.5,6.5 + - type: Transform + pos: -1.5,6.5 parent: 192 - type: Transform - uid: 74 components: - - pos: -1.5,5.5 + - type: Transform + pos: -1.5,5.5 parent: 192 - type: Transform - uid: 75 components: - - pos: -0.5,6.5 + - type: Transform + pos: -0.5,6.5 parent: 192 - type: Transform - uid: 76 components: - - pos: -0.5,5.5 + - type: Transform + pos: -0.5,5.5 parent: 192 - type: Transform - uid: 77 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 192 - type: Transform - uid: 78 components: - - pos: 0.5,5.5 + - type: Transform + pos: 0.5,5.5 parent: 192 - type: Transform - uid: 79 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 192 - type: Transform - uid: 80 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 192 - type: Transform - uid: 81 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 192 - type: Transform - uid: 82 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 192 - type: Transform - uid: 83 components: - - pos: 2.5,-0.5 + - type: Transform + pos: 2.5,-0.5 parent: 192 - type: Transform - uid: 84 components: - - pos: 2.5,-1.5 + - type: Transform + pos: 2.5,-1.5 parent: 192 - type: Transform - uid: 85 components: - - pos: 2.5,-2.5 + - type: Transform + pos: 2.5,-2.5 parent: 192 - type: Transform - uid: 86 components: - - pos: 2.5,-3.5 + - type: Transform + pos: 2.5,-3.5 parent: 192 - type: Transform - uid: 87 components: - - pos: 2.5,-4.5 + - type: Transform + pos: 2.5,-4.5 parent: 192 - type: Transform - uid: 88 components: - - pos: 2.5,-5.5 + - type: Transform + pos: 2.5,-5.5 parent: 192 - type: Transform - uid: 89 components: - - pos: 2.5,-6.5 + - type: Transform + pos: 2.5,-6.5 parent: 192 - type: Transform - uid: 90 components: - - pos: 2.5,-7.5 + - type: Transform + pos: 2.5,-7.5 parent: 192 - type: Transform - uid: 91 components: - - pos: 2.5,-8.5 + - type: Transform + pos: 2.5,-8.5 parent: 192 - type: Transform - uid: 92 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 192 - type: Transform - uid: 93 components: - - pos: 3.5,2.5 + - type: Transform + pos: 3.5,2.5 parent: 192 - type: Transform - uid: 94 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 192 - type: Transform - uid: 95 components: - - pos: 3.5,0.5 + - type: Transform + pos: 3.5,0.5 parent: 192 - type: Transform - uid: 96 components: - - pos: 3.5,-0.5 + - type: Transform + pos: 3.5,-0.5 parent: 192 - type: Transform - uid: 97 components: - - pos: 3.5,-1.5 + - type: Transform + pos: 3.5,-1.5 parent: 192 - type: Transform - uid: 98 components: - - pos: 3.5,-2.5 + - type: Transform + pos: 3.5,-2.5 parent: 192 - type: Transform - uid: 99 components: - - pos: 3.5,-3.5 + - type: Transform + pos: 3.5,-3.5 parent: 192 - type: Transform - uid: 100 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 192 - type: Transform - uid: 101 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 192 - type: Transform - uid: 102 components: - - pos: 3.5,-6.5 + - type: Transform + pos: 3.5,-6.5 parent: 192 - type: Transform - uid: 103 components: - - pos: 3.5,-7.5 + - type: Transform + pos: 3.5,-7.5 parent: 192 - type: Transform - uid: 104 components: - - pos: 3.5,-8.5 + - type: Transform + pos: 3.5,-8.5 parent: 192 - type: Transform - uid: 105 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 192 - type: Transform - uid: 106 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 192 - type: Transform - uid: 107 components: - - pos: 4.5,-0.5 + - type: Transform + pos: 4.5,-0.5 parent: 192 - type: Transform - uid: 108 components: - - pos: 4.5,-1.5 + - type: Transform + pos: 4.5,-1.5 parent: 192 - type: Transform - uid: 109 components: - - pos: 4.5,-2.5 + - type: Transform + pos: 4.5,-2.5 parent: 192 - type: Transform - uid: 110 components: - - pos: 4.5,-3.5 + - type: Transform + pos: 4.5,-3.5 parent: 192 - type: Transform - uid: 111 components: - - pos: 4.5,-4.5 + - type: Transform + pos: 4.5,-4.5 parent: 192 - type: Transform - uid: 112 components: - - pos: 4.5,-5.5 + - type: Transform + pos: 4.5,-5.5 parent: 192 - type: Transform - uid: 113 components: - - pos: 4.5,-6.5 + - type: Transform + pos: 4.5,-6.5 parent: 192 - type: Transform - uid: 114 components: - - pos: 4.5,-7.5 + - type: Transform + pos: 4.5,-7.5 parent: 192 - type: Transform - uid: 115 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 192 - type: Transform - uid: 116 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 192 - type: Transform - uid: 117 components: - - pos: 5.5,-0.5 + - type: Transform + pos: 5.5,-0.5 parent: 192 - type: Transform - uid: 118 components: - - pos: 5.5,-1.5 + - type: Transform + pos: 5.5,-1.5 parent: 192 - type: Transform - uid: 119 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 192 - type: Transform - uid: 120 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 192 - type: Transform - uid: 121 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 192 - type: Transform - uid: 122 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 192 - type: Transform - uid: 123 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 192 - type: Transform - uid: 124 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 192 - type: Transform - uid: 125 components: - - pos: 6.5,-1.5 + - type: Transform + pos: 6.5,-1.5 parent: 192 - type: Transform - uid: 126 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 192 - type: Transform - uid: 127 components: - - pos: 6.5,-3.5 + - type: Transform + pos: 6.5,-3.5 parent: 192 - type: Transform - uid: 128 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 192 - type: Transform - uid: 129 components: - - pos: 1.5,-6.5 + - type: Transform + pos: 1.5,-6.5 parent: 192 - type: Transform - uid: 130 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 192 - type: Transform - uid: 131 components: - - pos: 1.5,-8.5 + - type: Transform + pos: 1.5,-8.5 parent: 192 - type: Transform - uid: 132 components: - - pos: 1.5,-9.5 + - type: Transform + pos: 1.5,-9.5 parent: 192 - type: Transform - uid: 133 components: - - pos: 1.5,-10.5 + - type: Transform + pos: 1.5,-10.5 parent: 192 - type: Transform - uid: 134 components: - - pos: 0.5,-5.5 + - type: Transform + pos: 0.5,-5.5 parent: 192 - type: Transform - uid: 135 components: - - pos: 0.5,-6.5 + - type: Transform + pos: 0.5,-6.5 parent: 192 - type: Transform - uid: 136 components: - - pos: 0.5,-7.5 + - type: Transform + pos: 0.5,-7.5 parent: 192 - type: Transform - uid: 137 components: - - pos: 0.5,-8.5 + - type: Transform + pos: 0.5,-8.5 parent: 192 - type: Transform - uid: 138 components: - - pos: 0.5,-9.5 + - type: Transform + pos: 0.5,-9.5 parent: 192 - type: Transform - uid: 139 components: - - pos: 0.5,-10.5 + - type: Transform + pos: 0.5,-10.5 parent: 192 - type: Transform - uid: 140 components: - - pos: -0.5,-5.5 + - type: Transform + pos: -0.5,-5.5 parent: 192 - type: Transform - uid: 141 components: - - pos: -0.5,-6.5 + - type: Transform + pos: -0.5,-6.5 parent: 192 - type: Transform - uid: 142 components: - - pos: -0.5,-7.5 + - type: Transform + pos: -0.5,-7.5 parent: 192 - type: Transform - uid: 143 components: - - pos: -0.5,-8.5 + - type: Transform + pos: -0.5,-8.5 parent: 192 - type: Transform - uid: 144 components: - - pos: -0.5,-9.5 + - type: Transform + pos: -0.5,-9.5 parent: 192 - type: Transform - uid: 145 components: - - pos: -0.5,-10.5 + - type: Transform + pos: -0.5,-10.5 parent: 192 - type: Transform - uid: 146 components: - - pos: -1.5,-9.5 + - type: Transform + pos: -1.5,-9.5 parent: 192 - type: Transform - uid: 147 components: - - pos: -1.5,-8.5 + - type: Transform + pos: -1.5,-8.5 parent: 192 - type: Transform - uid: 148 components: - - pos: -1.5,-7.5 + - type: Transform + pos: -1.5,-7.5 parent: 192 - type: Transform - uid: 149 components: - - pos: -1.5,-6.5 + - type: Transform + pos: -1.5,-6.5 parent: 192 - type: Transform - uid: 150 components: - - pos: -1.5,-5.5 + - type: Transform + pos: -1.5,-5.5 parent: 192 - type: Transform - uid: 151 components: - - pos: -2.5,-9.5 + - type: Transform + pos: -2.5,-9.5 parent: 192 - type: Transform - uid: 152 components: - - pos: -2.5,-8.5 + - type: Transform + pos: -2.5,-8.5 parent: 192 - type: Transform - uid: 153 components: - - pos: -2.5,-7.5 + - type: Transform + pos: -2.5,-7.5 parent: 192 - type: Transform - uid: 154 components: - - pos: -2.5,-6.5 + - type: Transform + pos: -2.5,-6.5 parent: 192 - type: Transform - uid: 155 components: - - pos: -2.5,-5.5 + - type: Transform + pos: -2.5,-5.5 parent: 192 - type: Transform - uid: 156 components: - - pos: -3.5,-5.5 + - type: Transform + pos: -3.5,-5.5 parent: 192 - type: Transform - uid: 157 components: - - pos: -3.5,-6.5 + - type: Transform + pos: -3.5,-6.5 parent: 192 - type: Transform - uid: 158 components: - - pos: -3.5,-7.5 + - type: Transform + pos: -3.5,-7.5 parent: 192 - type: Transform - uid: 159 components: - - pos: -4.5,-5.5 + - type: Transform + pos: -4.5,-5.5 parent: 192 - type: Transform - uid: 160 components: - - pos: -4.5,-6.5 + - type: Transform + pos: -4.5,-6.5 parent: 192 - type: Transform - uid: 161 components: - - pos: -4.5,-7.5 + - type: Transform + pos: -4.5,-7.5 parent: 192 - type: Transform - uid: 162 components: - - pos: -3.5,-8.5 + - type: Transform + pos: -3.5,-8.5 parent: 192 - type: Transform - uid: 163 components: - - pos: -5.5,-6.5 + - type: Transform + pos: -5.5,-6.5 parent: 192 - type: Transform - uid: 164 components: - - pos: -5.5,-5.5 + - type: Transform + pos: -5.5,-5.5 parent: 192 - type: Transform - uid: 165 components: - - pos: -5.5,-4.5 + - type: Transform + pos: -5.5,-4.5 parent: 192 - type: Transform - uid: 166 components: - - pos: -5.5,-3.5 + - type: Transform + pos: -5.5,-3.5 parent: 192 - type: Transform - uid: 167 components: - - pos: -5.5,-2.5 + - type: Transform + pos: -5.5,-2.5 parent: 192 - type: Transform - uid: 168 components: - - pos: -5.5,-1.5 + - type: Transform + pos: -5.5,-1.5 parent: 192 - type: Transform - uid: 169 components: - - pos: -5.5,-0.5 + - type: Transform + pos: -5.5,-0.5 parent: 192 - type: Transform - uid: 170 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 192 - type: Transform - uid: 171 components: - - pos: -5.5,1.5 + - type: Transform + pos: -5.5,1.5 parent: 192 - type: Transform - uid: 172 components: - - pos: -5.5,2.5 + - type: Transform + pos: -5.5,2.5 parent: 192 - type: Transform - uid: 173 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 192 - type: Transform - uid: 174 components: - - pos: -6.5,2.5 + - type: Transform + pos: -6.5,2.5 parent: 192 - type: Transform - uid: 175 components: - - pos: -6.5,1.5 + - type: Transform + pos: -6.5,1.5 parent: 192 - type: Transform - uid: 176 components: - - pos: -6.5,0.5 + - type: Transform + pos: -6.5,0.5 parent: 192 - type: Transform - uid: 177 components: - - pos: -6.5,-0.5 + - type: Transform + pos: -6.5,-0.5 parent: 192 - type: Transform - uid: 178 components: - - pos: -6.5,-1.5 + - type: Transform + pos: -6.5,-1.5 parent: 192 - type: Transform - uid: 179 components: - - pos: -6.5,-2.5 + - type: Transform + pos: -6.5,-2.5 parent: 192 - type: Transform - uid: 180 components: - - pos: -6.5,-3.5 + - type: Transform + pos: -6.5,-3.5 parent: 192 - type: Transform - uid: 181 components: - - pos: -6.5,-4.5 + - type: Transform + pos: -6.5,-4.5 parent: 192 - type: Transform - uid: 182 components: - - pos: -6.5,-5.5 + - type: Transform + pos: -6.5,-5.5 parent: 192 - type: Transform - uid: 183 components: - - pos: -7.5,-4.5 + - type: Transform + pos: -7.5,-4.5 parent: 192 - type: Transform - uid: 184 components: - - pos: -7.5,-3.5 + - type: Transform + pos: -7.5,-3.5 parent: 192 - type: Transform - uid: 185 components: - - pos: -7.5,-2.5 + - type: Transform + pos: -7.5,-2.5 parent: 192 - type: Transform - uid: 186 components: - - pos: -7.5,-1.5 + - type: Transform + pos: -7.5,-1.5 parent: 192 - type: Transform - uid: 187 components: - - pos: -7.5,-0.5 + - type: Transform + pos: -7.5,-0.5 parent: 192 - type: Transform - uid: 188 components: - - pos: -7.5,0.5 + - type: Transform + pos: -7.5,0.5 parent: 192 - type: Transform - uid: 189 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 192 - type: Transform - uid: 190 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 192 - type: Transform - uid: 191 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 192 - type: Transform -- proto: SalvagePartsSpawnerLow +- proto: SalvageLootSpawner entities: - - uid: 206 + - uid: 2 components: - - pos: -3.5,-0.5 + - type: Transform + pos: -4.5,-1.5 parent: 192 - type: Transform - - uid: 207 + - uid: 4 components: - - pos: -3.5,-1.5 + - type: Transform + pos: 1.5,-1.5 parent: 192 - type: Transform - - uid: 208 + - uid: 6 components: - - pos: 0.5,-1.5 + - type: Transform + pos: 1.5,-0.5 parent: 192 - type: Transform - - uid: 209 + - uid: 8 components: - - pos: 0.5,-0.5 + - type: Transform + pos: -4.5,-0.5 parent: 192 - type: Transform -- proto: SalvagePartsSpawnerMid +- proto: SalvagePartsSpawnerLow entities: - - uid: 202 + - uid: 206 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,-0.5 parent: 192 - type: Transform - - uid: 203 + - uid: 207 components: - - pos: -3.5,-2.5 + - type: Transform + pos: -3.5,-1.5 parent: 192 - type: Transform - - uid: 204 + - uid: 208 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-1.5 parent: 192 - type: Transform - - uid: 205 + - uid: 209 components: - - pos: 0.5,0.5 + - type: Transform + pos: 0.5,-0.5 parent: 192 - type: Transform -- proto: SalvagePartsSpawnerSubSpace +- proto: SalvagePartsSpawnerMid entities: - uid: 28 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 192 - type: Transform - uid: 193 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 192 - type: Transform - uid: 194 components: - - pos: -0.5,-0.5 + - type: Transform + pos: -0.5,-0.5 parent: 192 - type: Transform - uid: 195 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 192 - type: Transform - uid: 196 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 192 - type: Transform - uid: 197 components: - - pos: -2.5,-0.5 + - type: Transform + pos: -2.5,-0.5 parent: 192 - type: Transform - uid: 198 components: - - pos: -2.5,-1.5 + - type: Transform + pos: -2.5,-1.5 parent: 192 - type: Transform - uid: 199 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 192 - type: Transform - uid: 200 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 192 - type: Transform - uid: 201 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 192 - type: Transform -- proto: SpaceTickSpawner - entities: - - uid: 1 + - uid: 202 components: - - pos: -4.5,2.5 + - type: Transform + pos: -3.5,0.5 parent: 192 - type: Transform - - uid: 2 + - uid: 203 components: - - pos: -4.5,1.5 + - type: Transform + pos: -3.5,-2.5 parent: 192 - type: Transform - - uid: 3 + - uid: 204 components: - - pos: -4.5,0.5 + - type: Transform + pos: 0.5,-2.5 parent: 192 - type: Transform - - uid: 4 + - uid: 205 components: - - pos: -4.5,-0.5 + - type: Transform + pos: 0.5,0.5 parent: 192 - type: Transform - - uid: 5 +- proto: SpaceTickSpawner + entities: + - uid: 1 components: - - pos: -4.5,-1.5 + - type: Transform + pos: -4.5,2.5 parent: 192 - type: Transform - - uid: 6 + - uid: 3 components: - - pos: -4.5,-2.5 + - type: Transform + pos: -4.5,0.5 parent: 192 - type: Transform - - uid: 7 + - uid: 5 components: - - pos: -4.5,-3.5 + - type: Transform + pos: -4.5,-1.5 parent: 192 - type: Transform - - uid: 8 + - uid: 7 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-3.5 parent: 192 - type: Transform - uid: 9 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 192 - type: Transform - uid: 10 components: - - pos: -3.5,1.5 + - type: Transform + pos: -3.5,1.5 parent: 192 - type: Transform - - uid: 11 - components: - - pos: -3.5,0.5 - parent: 192 - type: Transform - uid: 12 components: - - pos: -3.5,-0.5 - parent: 192 - type: Transform - - uid: 13 - components: - - pos: -3.5,-1.5 + - type: Transform + pos: -3.5,-0.5 parent: 192 - type: Transform - uid: 14 components: - - pos: -3.5,-2.5 - parent: 192 - type: Transform - - uid: 15 - components: - - pos: -3.5,-3.5 + - type: Transform + pos: -3.5,-2.5 parent: 192 - type: Transform - uid: 16 components: - - pos: -3.5,-4.5 + - type: Transform + pos: -3.5,-4.5 parent: 192 - type: Transform - - uid: 17 - components: - - pos: -2.5,2.5 - parent: 192 - type: Transform - uid: 18 components: - - pos: -2.5,1.5 + - type: Transform + pos: -2.5,1.5 parent: 192 - type: Transform - uid: 19 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 192 - type: Transform - - uid: 20 - components: - - pos: -2.5,-0.5 - parent: 192 - type: Transform - uid: 21 components: - - pos: -2.5,-1.5 - parent: 192 - type: Transform - - uid: 22 - components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-1.5 parent: 192 - type: Transform - uid: 23 components: - - pos: -2.5,-3.5 - parent: 192 - type: Transform - - uid: 24 - components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-3.5 parent: 192 - type: Transform - uid: 25 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 192 - type: Transform - - uid: 26 - components: - - pos: -1.5,1.5 - parent: 192 - type: Transform - uid: 30 components: - - pos: -1.5,-2.5 - parent: 192 - type: Transform - - uid: 31 - components: - - pos: -1.5,-3.5 + - type: Transform + pos: -1.5,-2.5 parent: 192 - type: Transform - uid: 32 components: - - pos: -1.5,-4.5 + - type: Transform + pos: -1.5,-4.5 parent: 192 - type: Transform - uid: 33 components: - - pos: -0.5,2.5 - parent: 192 - type: Transform - - uid: 34 - components: - - pos: -0.5,1.5 + - type: Transform + pos: -0.5,2.5 parent: 192 - type: Transform - - uid: 35 - components: - - pos: -0.5,0.5 - parent: 192 - type: Transform - - uid: 36 - components: - - pos: -0.5,-0.5 - parent: 192 - type: Transform - uid: 37 components: - - pos: -0.5,-1.5 + - type: Transform + pos: -0.5,-1.5 parent: 192 - type: Transform - - uid: 38 - components: - - pos: -0.5,-2.5 - parent: 192 - type: Transform - uid: 39 components: - - pos: -0.5,-3.5 - parent: 192 - type: Transform - - uid: 40 - components: - - pos: -0.5,-4.5 + - type: Transform + pos: -0.5,-3.5 parent: 192 - type: Transform - - uid: 41 - components: - - pos: 0.5,2.5 - parent: 192 - type: Transform - uid: 42 components: - - pos: 0.5,1.5 - parent: 192 - type: Transform - - uid: 43 - components: - - pos: 0.5,0.5 - parent: 192 - type: Transform - - uid: 44 - components: - - pos: 0.5,-0.5 - parent: 192 - type: Transform - - uid: 45 - components: - - pos: 0.5,-1.5 + - type: Transform + pos: 0.5,1.5 parent: 192 - type: Transform - uid: 46 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 192 - type: Transform - - uid: 47 - components: - - pos: 0.5,-3.5 - parent: 192 - type: Transform - uid: 48 components: - - pos: 0.5,-4.5 + - type: Transform + pos: 0.5,-4.5 parent: 192 - type: Transform - uid: 49 components: - - pos: 1.5,2.5 + - type: Transform + pos: 1.5,2.5 parent: 192 - type: Transform - - uid: 50 - components: - - pos: 1.5,1.5 - parent: 192 - type: Transform - uid: 51 components: - - pos: 1.5,0.5 - parent: 192 - type: Transform - - uid: 52 - components: - - pos: 1.5,-0.5 - parent: 192 - type: Transform - - uid: 53 - components: - - pos: 1.5,-1.5 + - type: Transform + pos: 1.5,0.5 parent: 192 - type: Transform - uid: 54 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 192 - type: Transform - uid: 55 components: - - pos: 1.5,-3.5 - parent: 192 - type: Transform - - uid: 56 - components: - - pos: 1.5,-4.5 + - type: Transform + pos: 1.5,-3.5 parent: 192 - type: Transform ... diff --git a/Resources/Maps/Salvage/DeltaV/DV-wh-salvage.yml b/Resources/Maps/Salvage/DeltaV/DV-wh-salvage.yml index 251733246a..ccdca1dab4 100644 --- a/Resources/Maps/Salvage/DeltaV/DV-wh-salvage.yml +++ b/Resources/Maps/Salvage/DeltaV/DV-wh-salvage.yml @@ -5,52 +5,54 @@ tilemap: 0: Space 7: FloorAsteroidSand 11: FloorAsteroidTile - 12: FloorBar - 27: FloorDark - 42: FloorFreezer - 58: FloorKitchen - 110: FloorWood - 112: Lattice - 113: Plating + 14: FloorBar + 30: FloorDark + 45: FloorFreezer + 61: FloorKitchen + 78: FloorReinforced + 119: FloorWood + 121: Lattice + 122: Plating entities: - proto: "" entities: - uid: 374 components: - type: MetaData - - parent: invalid - type: Transform - - chunks: + - type: Transform + parent: invalid + - type: MapGrid + chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAABwAAAAAAcAAAAAAAcAAAAAAABwAAAAAABwAAAAAAcAAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAACDAAAAAAADAAAAAADDAAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAACDAAAAAAADAAAAAACDAAAAAABDAAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAAAGwAAAAACDAAAAAADDAAAAAABDAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAABDAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAABGwAAAAABDAAAAAABDAAAAAABDAAAAAABDAAAAAABDAAAAAADDAAAAAABDAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAADGwAAAAABDAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAACDAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAACDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAACDgAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAABDgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAAADgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAABDgAAAAACDgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAcAAAAAAAcAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADcQAAAAAAbgAAAAABbgAAAAAAbgAAAAACcQAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABbgAAAAABbgAAAAAAbgAAAAACbgAAAAACcQAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAKgAAAAAAKgAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAKgAAAAAAcQAAAAAAKgAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAACDAAAAAACDAAAAAACDAAAAAADDAAAAAADDAAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAACDAAAAAADDAAAAAABDAAAAAADDAAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAAADAAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADTgAAAAAAdwAAAAABdwAAAAAAdwAAAAACegAAAAAALQAAAAAALQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABdwAAAAABdwAAAAAAdwAAAAACdwAAAAACegAAAAAALQAAAAAALQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAALQAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAADDgAAAAADDgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAAADgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: GwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAABGwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAADcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAADcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAAAGwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAcQAAAAAAGwAAAAADGwAAAAABGwAAAAABGwAAAAACcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAGwAAAAACcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABcQAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAGwAAAAADGwAAAAAAGwAAAAACGwAAAAABGwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAABcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAcQAAAAAAGwAAAAADGwAAAAACGwAAAAADGwAAAAADGwAAAAADcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAABwAAAAAABwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAAADAAAAAABDAAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAABGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAAADAAAAAADDAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAACGwAAAAACDAAAAAADDAAAAAACOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAGwAAAAAAGwAAAAAADAAAAAAADAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAABwAAAAAABwAAAAAAcAAAAAAAcAAAAAAAcAAAAAAABwAAAAAAcAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAAADgAAAAABDgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAAADgAAAAADDgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAACDgAAAAADDgAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: MapGrid - type: Broadphase - - bodyStatus: InAir + - type: Physics + bodyStatus: InAir angularDamping: 0.05 linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Physics - - fixtures: {} - type: Fixtures - - gravityShakeSound: !type:SoundPathSpecifier + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: + - type: DecalGrid + chunkCollection: version: 2 nodes: - node: @@ -290,8 +292,8 @@ entities: id: z decals: 184: 0,-8 - type: DecalGrid - - version: 2 + - type: GridAtmosphere + version: 2 data: tiles: -1,-1: @@ -395,7 +397,6 @@ entities: - 0 - 0 chunkSize: 4 - type: GridAtmosphere - type: OccluderTree - type: Shuttle - type: RadiationGridResistance @@ -406,486 +407,509 @@ entities: entities: - uid: 252 components: - - pos: 9.5,-2.5 + - type: Transform + pos: 9.5,-2.5 parent: 374 - type: Transform - uid: 253 components: - - pos: 7.5,-2.5 + - type: Transform + pos: 7.5,-2.5 parent: 374 - type: Transform - proto: AsteroidAltRockMining entities: - uid: 1 components: - - pos: 8.5,-6.5 + - type: Transform + pos: 8.5,-6.5 parent: 374 - type: Transform - uid: 2 components: - - pos: 5.5,-6.5 + - type: Transform + pos: 5.5,-6.5 parent: 374 - type: Transform - uid: 3 components: - - pos: 6.5,-6.5 + - type: Transform + pos: 6.5,-6.5 parent: 374 - type: Transform - uid: 4 components: - - pos: 7.5,-6.5 + - type: Transform + pos: 7.5,-6.5 parent: 374 - type: Transform - uid: 5 components: - - pos: 9.5,-6.5 + - type: Transform + pos: 9.5,-6.5 parent: 374 - type: Transform - uid: 6 components: - - pos: 10.5,-6.5 + - type: Transform + pos: 10.5,-6.5 parent: 374 - type: Transform - uid: 7 components: - - pos: 11.5,-6.5 + - type: Transform + pos: 11.5,-6.5 parent: 374 - type: Transform - uid: 8 components: - - pos: 11.5,-7.5 + - type: Transform + pos: 11.5,-7.5 parent: 374 - type: Transform - uid: 9 components: - - pos: 10.5,-7.5 + - type: Transform + pos: 10.5,-7.5 parent: 374 - type: Transform - uid: 10 components: - - pos: 9.5,-7.5 + - type: Transform + pos: 9.5,-7.5 parent: 374 - type: Transform - uid: 11 components: - - pos: 8.5,-7.5 + - type: Transform + pos: 8.5,-7.5 parent: 374 - type: Transform - uid: 12 components: - - pos: 7.5,-7.5 + - type: Transform + pos: 7.5,-7.5 parent: 374 - type: Transform - uid: 13 components: - - pos: 6.5,-7.5 + - type: Transform + pos: 6.5,-7.5 parent: 374 - type: Transform - uid: 14 components: - - pos: 5.5,-7.5 + - type: Transform + pos: 5.5,-7.5 parent: 374 - type: Transform - uid: 15 components: - - pos: 5.5,-8.5 + - type: Transform + pos: 5.5,-8.5 parent: 374 - type: Transform - uid: 16 components: - - pos: 6.5,-8.5 + - type: Transform + pos: 6.5,-8.5 parent: 374 - type: Transform - uid: 17 components: - - pos: 7.5,-8.5 + - type: Transform + pos: 7.5,-8.5 parent: 374 - type: Transform - uid: 18 components: - - pos: 8.5,-8.5 + - type: Transform + pos: 8.5,-8.5 parent: 374 - type: Transform - uid: 19 components: - - pos: 9.5,-8.5 + - type: Transform + pos: 9.5,-8.5 parent: 374 - type: Transform - uid: 20 components: - - pos: 10.5,-8.5 + - type: Transform + pos: 10.5,-8.5 parent: 374 - type: Transform - uid: 21 components: - - pos: 9.5,-9.5 + - type: Transform + pos: 9.5,-9.5 parent: 374 - type: Transform - uid: 22 components: - - pos: 8.5,-9.5 + - type: Transform + pos: 8.5,-9.5 parent: 374 - type: Transform - uid: 23 components: - - pos: 7.5,-9.5 + - type: Transform + pos: 7.5,-9.5 parent: 374 - type: Transform - uid: 24 components: - - pos: 6.5,-9.5 + - type: Transform + pos: 6.5,-9.5 parent: 374 - type: Transform - uid: 287 components: - - pos: 4.5,8.5 + - type: Transform + pos: 4.5,8.5 parent: 374 - type: Transform - uid: 288 components: - - pos: 3.5,8.5 + - type: Transform + pos: 3.5,8.5 parent: 374 - type: Transform - uid: 289 components: - - pos: 3.5,7.5 + - type: Transform + pos: 3.5,7.5 parent: 374 - type: Transform - uid: 290 components: - - pos: 4.5,7.5 + - type: Transform + pos: 4.5,7.5 parent: 374 - type: Transform - uid: 291 components: - - pos: 2.5,7.5 + - type: Transform + pos: 2.5,7.5 parent: 374 - type: Transform - uid: 292 components: - - pos: 1.5,7.5 + - type: Transform + pos: 1.5,7.5 parent: 374 - type: Transform - uid: 293 components: - - pos: 0.5,6.5 + - type: Transform + pos: 0.5,6.5 parent: 374 - type: Transform - uid: 294 components: - - pos: 1.5,6.5 + - type: Transform + pos: 1.5,6.5 parent: 374 - type: Transform - uid: 295 components: - - pos: 2.5,6.5 + - type: Transform + pos: 2.5,6.5 parent: 374 - type: Transform - uid: 296 components: - - pos: 3.5,6.5 + - type: Transform + pos: 3.5,6.5 parent: 374 - type: Transform - uid: 297 components: - - pos: 4.5,6.5 + - type: Transform + pos: 4.5,6.5 parent: 374 - type: Transform - proto: BoxFolderYellow entities: - uid: 336 components: - - pos: 7.5006266,6.5952196 + - type: Transform + pos: 7.5006266,6.5952196 parent: 374 - type: Transform - proto: CarpetOrange entities: - uid: 302 components: - - pos: 3.5,-4.5 + - type: Transform + pos: 3.5,-4.5 parent: 374 - type: Transform - uid: 337 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 374 - type: Transform - uid: 338 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 374 - type: Transform - uid: 339 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 374 - type: Transform - uid: 340 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 374 - type: Transform - uid: 341 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 374 - type: Transform - uid: 342 components: - - pos: 8.5,8.5 + - type: Transform + pos: 8.5,8.5 parent: 374 - type: Transform - uid: 343 components: - - pos: 9.5,6.5 + - type: Transform + pos: 9.5,6.5 parent: 374 - type: Transform - uid: 344 components: - - pos: 9.5,7.5 + - type: Transform + pos: 9.5,7.5 parent: 374 - type: Transform - uid: 345 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 374 - type: Transform - proto: Chair entities: - uid: 304 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-4.5 parent: 374 - type: Transform - uid: 305 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 374 - type: Transform - proto: ChairFolding entities: - uid: 363 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,1.5 parent: 374 - type: Transform - proto: ChairWood entities: - uid: 51 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 374 - type: Transform - uid: 52 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 374 - type: Transform - uid: 53 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 3.5,0.5 parent: 374 - type: Transform - uid: 54 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 5.5,0.5 parent: 374 - type: Transform - uid: 55 components: - - pos: -9.5,3.5 + - type: Transform + pos: -9.5,3.5 parent: 374 - type: Transform - uid: 56 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 374 - type: Transform - uid: 57 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,1.5 parent: 374 - type: Transform - uid: 58 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,1.5 parent: 374 - type: Transform - uid: 59 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 374 - type: Transform - uid: 60 components: - - pos: -8.5,0.5 + - type: Transform + pos: -8.5,0.5 parent: 374 - type: Transform - uid: 61 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-1.5 parent: 374 - type: Transform - uid: 62 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-1.5 parent: 374 - type: Transform - uid: 63 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 374 - type: Transform - uid: 64 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 374 - type: Transform - uid: 65 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-4.5 parent: 374 - type: Transform - uid: 66 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-4.5 parent: 374 - type: Transform - proto: CigaretteSpent entities: - uid: 380 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 1.1831686,-6.0555816 parent: 374 - type: Transform - uid: 381 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.8706686,-7.2856016 parent: 374 - type: Transform - uid: 382 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.96148944,6.865323 parent: 374 - type: Transform - uid: 383 components: - - pos: -1.8885728,6.187769 + - type: Transform + pos: -1.8885728,6.187769 parent: 374 - type: Transform - uid: 384 components: - - pos: -1.1091928,8.032801 + - type: Transform + pos: -1.1091928,8.032801 parent: 374 - type: Transform - proto: ClosetChefFilled entities: - uid: 266 components: - - pos: 7.5,3.5 + - type: Transform + pos: 7.5,3.5 parent: 374 - type: Transform - proto: ClosetMaintenanceFilledRandom entities: - uid: 352 components: - - pos: 9.5,3.5 + - type: Transform + pos: 9.5,3.5 parent: 374 - type: Transform - proto: ClothingHeadHatChef entities: - - uid: 284 + - uid: 388 components: - - pos: 0.51766694,3.605132 + - type: Transform + pos: -3.935684,3.5760474 parent: 374 - type: Transform - proto: ClothingHeadHatPaper entities: - uid: 286 components: - - pos: -1.1147271,0.49722147 + - type: Transform + pos: -1.1147271,0.49722147 parent: 374 - type: Transform - proto: ComfyChair entities: - uid: 318 components: - - pos: 7.5,7.5 + - type: Transform + pos: 7.5,7.5 parent: 374 - type: Transform - proto: CrateFilledSpawner entities: - uid: 267 components: - - pos: 10.5,1.5 + - type: Transform + pos: 10.5,1.5 + parent: 374 +- proto: CrateTrashCartFilled + entities: + - uid: 116 + components: + - type: Transform + pos: -1.5,6.5 + parent: 374 + - uid: 284 + components: + - type: Transform + pos: -0.5,6.5 parent: 374 - type: Transform - proto: DisposalUnit entities: - uid: 72 components: - - pos: -4.5,-4.5 + - type: Transform + pos: -4.5,-4.5 parent: 374 - type: Transform + - uid: 386 + components: + - type: Transform + pos: 5.5,1.5 + parent: 374 +- proto: DrinkCartonMilk + entities: - uid: 306 components: - - pos: -0.5,6.5 + - type: Transform + pos: 3.4003654,1.8437252 parent: 374 - type: Transform - uid: 307 components: - - pos: -1.5,6.5 + - type: Transform + pos: 3.5461986,1.6665186 parent: 374 - type: Transform - proto: DrinkGlass entities: - uid: 99 components: - - pos: -5.555743,0.65469545 + - type: Transform + pos: -5.555743,0.65469545 parent: 374 - type: Transform - uid: 100 components: - - desc: An opaque white liquid produced by the mammary glands of mammals. + - type: MetaData + desc: An opaque white liquid produced by the mammary glands of mammals. name: milk glass - type: MetaData - - pos: -3.9776185,0.74844545 + - type: Transform + pos: -3.9776185,0.74844545 parent: 374 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: Milk Quantity: 20 - type: SolutionContainerManager - - transformed: True + - type: TransformableContainer + transformed: True currentReagent: metamorphicSprite: null + meltingPoint: null flavor: milk flavorMinimum: 0.1 slippery: False viscosity: 0 + worksOnTheDead: False metabolisms: Drink: effects: @@ -914,8 +938,20 @@ entities: probability: 1 conditions: null pricePerUnit: 0 + footstepSound: !type:SoundCollectionSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 20 + busName: Master + pitch: 1 + volume: 6 + attenuation: LinearDistanceClamped + collection: FootstepWater id: Milk - meltingPoint: null name: reagent-name-milk group: Drinks parent: null @@ -926,38 +962,41 @@ entities: specificHeat: 1 boilingPoint: null recognizable: True - type: TransformableContainer - uid: 101 components: - - pos: -2.6807435,0.59219545 + - type: Transform + pos: -2.6807435,0.59219545 parent: 374 - type: Transform - uid: 102 components: - - desc: Both delicious AND rich in Vitamin C. What more do you need? + - type: MetaData + desc: Both delicious AND rich in Vitamin C. What more do you need? name: orange juice glass - type: MetaData - - pos: -0.66511846,0.71719545 + - type: Transform + pos: -0.66511846,0.71719545 parent: 374 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 30 + name: null reagents: - data: null ReagentId: JuiceOrange Quantity: 12 - type: SolutionContainerManager - - transformed: True + - type: TransformableContainer + transformed: True currentReagent: metamorphicSprite: null + meltingPoint: null flavor: orange flavorMinimum: 0.1 slippery: True viscosity: 0 + worksOnTheDead: False metabolisms: Drink: effects: @@ -991,8 +1030,20 @@ entities: probability: 1 conditions: null pricePerUnit: 0 + footstepSound: !type:SoundCollectionSpecifier + params: + variation: null + playOffsetSeconds: 0 + loop: False + referenceDistance: 1 + rolloffFactor: 1 + maxDistance: 20 + busName: Master + pitch: 1 + volume: 6 + attenuation: LinearDistanceClamped + collection: FootstepWater id: JuiceOrange - meltingPoint: null name: reagent-name-juice-orange group: Drinks parent: @@ -1004,165 +1055,151 @@ entities: specificHeat: 1 boilingPoint: null recognizable: False - type: TransformableContainer - uid: 103 components: - - pos: -9.445305,-0.26717955 + - type: Transform + pos: -9.445305,-0.26717955 parent: 374 - type: Transform - uid: 123 components: - - pos: -3.714935,3.801003 + - type: Transform + pos: -3.714935,3.801003 parent: 374 - type: Transform - uid: 124 components: - - pos: -3.51181,3.707253 + - type: Transform + pos: -3.51181,3.707253 parent: 374 - type: Transform - uid: 125 components: - - pos: -3.339935,3.801003 + - type: Transform + pos: -3.339935,3.801003 parent: 374 - type: Transform - uid: 126 components: - - pos: -3.214935,3.660378 + - type: Transform + pos: -3.214935,3.660378 parent: 374 - type: Transform - proto: DrinkGoldenCup entities: - uid: 323 components: - - pos: 8.453752,7.630352 + - type: Transform + pos: 8.453752,7.630352 parent: 374 - type: Transform - proto: DrinkHotCoffee entities: - uid: 378 components: - - pos: -9.065754,-3.2321894 + - type: Transform + pos: -9.065754,-3.2321894 parent: 374 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Coffee Quantity: 13 - type: SolutionContainerManager - uid: 379 components: - - pos: -8.32988,2.5280488 + - type: Transform + pos: -8.32988,2.5280488 parent: 374 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: drink: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Coffee Quantity: 16 - type: SolutionContainerManager - proto: DrinkJar entities: - uid: 279 components: - - pos: 0.52655387,-2.328269 + - type: Transform + pos: 0.52655387,-2.328269 parent: 374 - type: Transform - proto: DrinkNeurotoxinGlass entities: - uid: 366 components: - - pos: -2.5328293,3.8678043 - parent: 374 - type: Transform -- proto: DrinkWaterBottleFull - entities: - - uid: 105 - components: - - pos: 3.6390457,1.7115543 - parent: 374 - type: Transform - - uid: 367 - components: - - pos: 3.3734207,1.7115543 + - type: Transform + pos: -2.5328293,3.8678043 parent: 374 - type: Transform - - uid: 368 - components: - - pos: 3.4984207,1.6334293 - parent: 374 - type: Transform - proto: filingCabinetRandom entities: - uid: 319 components: - - pos: 10.5,7.5 + - type: Transform + pos: 10.5,7.5 parent: 374 - type: Transform - proto: filingCabinetTallRandom entities: - uid: 320 components: - - pos: 10.5,6.5 + - type: Transform + pos: 10.5,6.5 parent: 374 - type: Transform - proto: FloraRockSolid01 entities: - uid: 152 components: - - pos: -0.046269894,-8.814846 + - type: Transform + pos: -0.046269894,-8.814846 parent: 374 - type: Transform - proto: FloraRockSolid02 entities: - uid: 234 components: - - pos: -9.218145,-7.4710965 + - type: Transform + pos: -9.218145,-7.4710965 parent: 374 - type: Transform - proto: FoodBakedWaffle entities: - uid: 118 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 374 - type: Transform - uid: 119 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 374 - type: Transform - uid: 120 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 374 - type: Transform - uid: 283 components: - - pos: -9.408061,2.66441 + - type: Transform + pos: -9.408061,2.66441 parent: 374 - type: Transform - uid: 285 components: - - pos: 10.618834,-4.4387207 + - type: Transform + pos: 10.618834,-4.4387207 parent: 374 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: food: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Nutriment @@ -1173,1600 +1210,1639 @@ entities: - data: null ReagentId: Toxin Quantity: 10 - type: SolutionContainerManager - proto: FoodBakedWaffleRoffle entities: - uid: 365 components: - - pos: 3.4027214,3.5300198 + - type: Transform + pos: 3.4027214,3.5300198 parent: 374 - type: Transform - proto: FoodBakedWaffleSoy entities: - uid: 280 components: - - pos: 2.589845,1.6464677 + - type: Transform + pos: 2.589845,1.6464677 parent: 374 - type: Transform - proto: FoodBakedWaffleSoylent entities: - uid: 303 components: - - pos: 5.5117197,3.6464677 + - type: Transform + pos: 5.5117197,3.6464677 parent: 374 - type: Transform - proto: FoodContainerEgg entities: - - uid: 116 + - uid: 387 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.7273507,3.6385906 parent: 374 - type: Transform - proto: FoodPlateSmallTrash entities: - uid: 104 components: - - pos: -4.8784833,0.57205576 + - type: Transform + pos: -4.8784833,0.57205576 parent: 374 - type: Transform - uid: 108 components: - - pos: -8.867568,-0.30833054 + - type: Transform + pos: -8.867568,-0.30833054 parent: 374 - type: Transform - proto: FoodPlateTin entities: - uid: 107 components: - - pos: -5.2756214,3.6472533 + - type: Transform + pos: -5.2756214,3.6472533 parent: 374 - type: Transform - proto: FoodPlateTrash entities: - uid: 106 components: - - pos: -3.2378583,0.61893076 + - type: Transform + pos: -3.2378583,0.61893076 parent: 374 - type: Transform - proto: Grille entities: - uid: 140 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-4.5 parent: 374 - type: Transform - uid: 141 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-3.5 parent: 374 - type: Transform - uid: 142 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-2.5 parent: 374 - type: Transform - uid: 144 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-0.5 parent: 374 - type: Transform - uid: 146 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,1.5 parent: 374 - type: Transform - uid: 147 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,2.5 parent: 374 - type: Transform - uid: 148 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,3.5 parent: 374 - type: Transform - uid: 149 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-5.5 parent: 374 - type: Transform - uid: 150 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-5.5 parent: 374 - type: Transform - uid: 151 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 374 - type: Transform - uid: 153 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 374 - type: Transform - uid: 154 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 374 - type: Transform - uid: 155 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-5.5 parent: 374 - type: Transform - uid: 157 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-5.5 parent: 374 - type: Transform - uid: 158 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-5.5 parent: 374 - type: Transform - uid: 159 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-5.5 parent: 374 - type: Transform - uid: 160 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 374 - type: Transform - uid: 161 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 374 - type: Transform - uid: 162 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 374 - type: Transform - uid: 163 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-2.5 parent: 374 - type: Transform - uid: 164 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 374 - type: Transform - uid: 165 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-5.5 parent: 374 - type: Transform - proto: GroundCannabis entities: - uid: 358 components: - - pos: 7.427085,1.6651149 + - type: Transform + pos: 7.427085,1.6651149 parent: 374 - type: Transform - uid: 359 components: - - pos: 7.56771,1.4151149 + - type: Transform + pos: 7.56771,1.4151149 parent: 374 - type: Transform - uid: 360 components: - - pos: 7.84896,1.6963649 + - type: Transform + pos: 7.84896,1.6963649 parent: 374 - type: Transform - proto: HatSpawner entities: - uid: 385 components: - - pos: -2.5,-4.5 + - type: Transform + pos: -2.5,-4.5 parent: 374 - type: Transform - proto: IngotGold1 entities: - uid: 324 components: - - pos: 6.3276978,8.488195 + - type: Transform + pos: 6.3276978,8.488195 parent: 374 - type: Transform - uid: 325 components: - - pos: 6.4370728,8.706945 + - type: Transform + pos: 6.4370728,8.706945 parent: 374 - type: Transform - uid: 326 components: - - pos: 6.6558228,8.550695 + - type: Transform + pos: 6.6558228,8.550695 parent: 374 - type: Transform - uid: 327 components: - - pos: 6.7651978,8.41007 + - type: Transform + pos: 6.7651978,8.41007 parent: 374 - type: Transform - uid: 328 components: - - pos: 6.5308228,8.394445 + - type: Transform + pos: 6.5308228,8.394445 parent: 374 - type: Transform - uid: 329 components: - - pos: 6.4526978,8.31632 + - type: Transform + pos: 6.4526978,8.31632 parent: 374 - type: Transform - uid: 330 components: - - pos: 6.262486,7.708477 + - type: Transform + pos: 6.262486,7.708477 parent: 374 - type: Transform - uid: 331 components: - - pos: 6.7339478,7.691321 + - type: Transform + pos: 6.7339478,7.691321 parent: 374 - type: Transform - uid: 332 components: - - pos: 6.5151978,7.675696 + - type: Transform + pos: 6.5151978,7.675696 parent: 374 - type: Transform - uid: 333 components: - - pos: 6.3433228,7.441321 + - type: Transform + pos: 6.3433228,7.441321 parent: 374 - type: Transform - uid: 334 components: - - pos: 6.4214478,7.488196 + - type: Transform + pos: 6.4214478,7.488196 parent: 374 - type: Transform - proto: IngotSilver1 entities: - uid: 143 components: - - pos: -1.5112443,-2.3908374 + - type: Transform + pos: -1.5112443,-2.3908374 parent: 374 - type: Transform - uid: 225 components: - - pos: -1.3549943,-2.5783374 + - type: Transform + pos: -1.3549943,-2.5783374 + parent: 374 +- proto: KitchenElectricGrill + entities: + - uid: 105 + components: + - type: Transform + pos: 0.5,3.5 parent: 374 - type: Transform - proto: KitchenKnife entities: - uid: 115 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 374 - type: Transform - proto: KitchenMicrowave entities: - uid: 117 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 374 - type: Transform - proto: LampGold entities: - uid: 335 components: - - pos: 6.5475016,6.9702196 + - type: Transform + pos: 6.5475016,6.9702196 parent: 374 - type: Transform - proto: LightPostSmall entities: - uid: 269 components: - - pos: 1.5,-7.5 + - type: Transform + pos: 1.5,-7.5 parent: 374 - type: Transform - uid: 270 components: - - pos: -7.5,-7.5 + - type: Transform + pos: -7.5,-7.5 parent: 374 - type: Transform - proto: MaterialCloth entities: - uid: 353 components: - - pos: 10.476502,3.6268404 + - type: Transform + pos: 10.476502,3.6268404 parent: 374 - type: Transform - proto: PackPaperRollingFilters entities: - uid: 364 components: - - pos: 7.237362,1.3310549 + - type: Transform + pos: 7.237362,1.3310549 parent: 374 - type: Transform - proto: Pill entities: - uid: 375 components: - - pos: 7.295575,1.7221131 + - type: Transform + pos: 7.295575,1.7221131 parent: 374 - type: Transform - - solutions: + - type: SolutionContainerManager + solutions: food: temperature: 293.15 canMix: False canReact: True maxVol: 20 + name: null reagents: - data: null ReagentId: Desoxyephedrine Quantity: 20 - type: SolutionContainerManager - proto: PosterContrabandEAT entities: - uid: 350 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 374 - type: Transform - proto: PosterLegitFruitBowl entities: - uid: 351 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 374 - type: Transform - proto: PosterLegitJustAWeekAway entities: - uid: 357 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 374 - type: Transform - proto: PosterLegitPieSlice entities: - uid: 376 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 374 - type: Transform - proto: Poweredlight entities: - uid: 132 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 + parent: 374 +- proto: PuddleFlour + entities: + - uid: 367 + components: + - type: Transform + pos: -2.5,2.5 + parent: 374 + - uid: 389 + components: + - type: Transform + pos: 1.5,1.5 parent: 374 - type: Transform - proto: Rack entities: - uid: 93 components: - - pos: 5.5,3.5 + - type: Transform + pos: 5.5,3.5 parent: 374 - type: Transform - uid: 95 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 374 - type: Transform - uid: 96 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 374 - type: Transform - uid: 321 components: - - pos: 6.5,7.5 + - type: Transform + pos: 6.5,7.5 parent: 374 - type: Transform - uid: 322 components: - - pos: 6.5,8.5 + - type: Transform + pos: 6.5,8.5 parent: 374 - type: Transform - uid: 356 components: - - pos: 10.5,3.5 + - type: Transform + pos: 10.5,3.5 parent: 374 - type: Transform - proto: RandomArcade entities: - uid: 370 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 374 - type: Transform - uid: 371 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-1.5 parent: 374 - type: Transform - proto: RandomArtifactSpawner entities: - uid: 373 components: - - pos: 10.5,2.5 + - type: Transform + pos: 10.5,2.5 parent: 374 - type: Transform - proto: RandomPosterContraband entities: - uid: 372 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 374 - type: Transform - proto: RandomSpawner entities: - uid: 308 components: - - pos: -2.5,6.5 + - type: Transform + pos: -2.5,6.5 parent: 374 - type: Transform - uid: 309 components: - - pos: -3.5,6.5 + - type: Transform + pos: -3.5,6.5 parent: 374 - type: Transform - uid: 310 components: - - pos: -1.5,8.5 + - type: Transform + pos: -1.5,8.5 parent: 374 - type: Transform - uid: 311 components: - - pos: -0.5,7.5 + - type: Transform + pos: -0.5,7.5 + parent: 374 +- proto: ReagentContainerFlourSmall + entities: + - uid: 390 + components: + - type: Transform + pos: 2.148899,3.805373 + parent: 374 + - uid: 391 + components: + - type: Transform + pos: -5.5823607,3.874876 parent: 374 - type: Transform - proto: SalvageMaterialCrateSpawner entities: - uid: 354 components: - - pos: 10.5,5.5 + - type: Transform + pos: 10.5,5.5 parent: 374 - type: Transform - proto: SalvageMobSpawner75 entities: - uid: 111 components: - - pos: -8.5,-2.5 + - type: Transform + pos: -8.5,-2.5 parent: 374 - type: Transform - uid: 112 components: - - pos: -9.5,0.5 + - type: Transform + pos: -9.5,0.5 parent: 374 - type: Transform - uid: 275 components: - - pos: 7.5,-4.5 + - type: Transform + pos: 7.5,-4.5 parent: 374 - type: Transform - uid: 276 components: - - pos: 5.5,0.5 + - type: Transform + pos: 5.5,0.5 parent: 374 - type: Transform - uid: 277 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 374 - type: Transform - uid: 278 components: - - pos: -8.5,3.5 + - type: Transform + pos: -8.5,3.5 parent: 374 - type: Transform - uid: 282 components: - - pos: -9.5,-2.5 + - type: Transform + pos: -9.5,-2.5 parent: 374 - type: Transform - uid: 301 components: - - pos: 2.5,0.5 + - type: Transform + pos: 2.5,0.5 parent: 374 - type: Transform - proto: SignBiohazardMed entities: - uid: 300 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 374 - type: Transform - proto: SignPlaque entities: - uid: 349 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 374 - type: Transform - proto: SignSmoking entities: - uid: 298 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 374 - type: Transform - uid: 299 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 374 - type: Transform - proto: SinkEmpty entities: - uid: 27 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-3.5 parent: 374 - type: Transform - uid: 28 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-3.5 parent: 374 - type: Transform - proto: SinkWide entities: - uid: 97 components: - - pos: -1.5,3.5 + - type: Transform + pos: -1.5,3.5 parent: 374 - type: Transform - uid: 98 components: - - pos: -0.5,3.5 + - type: Transform + pos: -0.5,3.5 parent: 374 - type: Transform - proto: SmallLight entities: - uid: 134 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 374 - type: Transform - uid: 135 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 7.5,-3.5 parent: 374 - type: Transform - uid: 137 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 374 - type: Transform - uid: 139 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 374 - type: Transform - uid: 355 components: - - pos: 9.5,8.5 + - type: Transform + pos: 9.5,8.5 parent: 374 - type: Transform - proto: SmokingPipeFilledCannabis entities: - uid: 361 components: - - pos: 7.645835,1.8682399 + - type: Transform + pos: 7.645835,1.8682399 parent: 374 - type: Transform - proto: SpaceCash entities: - uid: 347 components: - - pos: 8.447128,6.8764696 + - type: Transform + pos: 8.447128,6.8764696 parent: 374 - type: Transform - uid: 348 components: - - pos: 8.150253,6.6577196 + - type: Transform + pos: 8.150253,6.6577196 parent: 374 - type: Transform - proto: SpawnMobBearSalvage entities: - uid: 113 components: - - pos: 0.5,2.5 + - type: Transform + pos: 0.5,2.5 parent: 374 - type: Transform - uid: 114 components: - - pos: -1.5,2.5 + - type: Transform + pos: -1.5,2.5 parent: 374 - type: Transform - uid: 127 components: - - pos: -3.5,2.5 + - type: Transform + pos: -3.5,2.5 parent: 374 - type: Transform - uid: 128 components: - - pos: 2.5,2.5 + - type: Transform + pos: 2.5,2.5 parent: 374 - type: Transform - uid: 313 components: - - pos: 7.5,8.5 + - type: Transform + pos: 7.5,8.5 parent: 374 - type: Transform - proto: SpawnMobCleanBot entities: - uid: 369 components: - - pos: -2.5,-2.5 + - type: Transform + pos: -2.5,-2.5 parent: 374 - type: Transform - proto: Stool entities: - uid: 67 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-4.5 parent: 374 - type: Transform - uid: 68 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-4.5 parent: 374 - type: Transform - uid: 69 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-4.5 parent: 374 - type: Transform - uid: 70 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-4.5 parent: 374 - type: Transform - uid: 71 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 374 - type: Transform - proto: StoolBar entities: - uid: 45 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-0.5 parent: 374 - type: Transform - uid: 46 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-0.5 parent: 374 - type: Transform - uid: 47 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-0.5 parent: 374 - type: Transform - uid: 48 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-0.5 parent: 374 - type: Transform - uid: 49 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-0.5 parent: 374 - type: Transform - uid: 50 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-0.5 parent: 374 - type: Transform - proto: StrangePill entities: - uid: 377 components: - - name: floor pill - type: MetaData - - pos: -9.695734,-0.98569405 + - type: MetaData + name: floor pill + - type: Transform + pos: -9.695734,-0.98569405 parent: 374 - type: Transform - proto: Table entities: - uid: 73 components: - - pos: 1.5,0.5 + - type: Transform + pos: 1.5,0.5 parent: 374 - type: Transform - uid: 74 components: - - pos: 4.5,0.5 + - type: Transform + pos: 4.5,0.5 parent: 374 - type: Transform - uid: 75 components: - - pos: -9.5,2.5 + - type: Transform + pos: -9.5,2.5 parent: 374 - type: Transform - uid: 76 components: - - pos: -8.5,2.5 + - type: Transform + pos: -8.5,2.5 parent: 374 - type: Transform - uid: 77 components: - - pos: -8.5,-0.5 + - type: Transform + pos: -8.5,-0.5 parent: 374 - type: Transform - uid: 78 components: - - pos: -9.5,-0.5 + - type: Transform + pos: -9.5,-0.5 parent: 374 - type: Transform - uid: 79 components: - - pos: -9.5,-3.5 + - type: Transform + pos: -9.5,-3.5 parent: 374 - type: Transform - uid: 80 components: - - pos: -8.5,-3.5 + - type: Transform + pos: -8.5,-3.5 parent: 374 - type: Transform - uid: 362 components: - - pos: 7.5,1.5 + - type: Transform + pos: 7.5,1.5 parent: 374 - type: Transform - proto: TableCarpet entities: - uid: 314 components: - - pos: 6.5,6.5 + - type: Transform + pos: 6.5,6.5 parent: 374 - type: Transform - uid: 315 components: - - pos: 7.5,6.5 + - type: Transform + pos: 7.5,6.5 parent: 374 - type: Transform - uid: 316 components: - - pos: 8.5,6.5 + - type: Transform + pos: 8.5,6.5 parent: 374 - type: Transform - uid: 317 components: - - pos: 8.5,7.5 + - type: Transform + pos: 8.5,7.5 parent: 374 - type: Transform - proto: TableReinforced entities: - uid: 33 components: - - pos: -5.5,0.5 + - type: Transform + pos: -5.5,0.5 parent: 374 - type: Transform - uid: 39 components: - - pos: -4.5,0.5 + - type: Transform + pos: -4.5,0.5 parent: 374 - type: Transform - uid: 40 components: - - pos: -2.5,3.5 + - type: Transform + pos: -2.5,3.5 parent: 374 - type: Transform - uid: 41 components: - - pos: -3.5,3.5 + - type: Transform + pos: -3.5,3.5 parent: 374 - type: Transform - uid: 42 components: - - pos: -4.5,3.5 + - type: Transform + pos: -4.5,3.5 parent: 374 - type: Transform - uid: 43 components: - - pos: -5.5,3.5 + - type: Transform + pos: -5.5,3.5 parent: 374 - type: Transform - uid: 85 components: - - pos: -0.5,0.5 + - type: Transform + pos: -0.5,0.5 parent: 374 - type: Transform - uid: 86 components: - - pos: -1.5,0.5 + - type: Transform + pos: -1.5,0.5 parent: 374 - type: Transform - uid: 87 components: - - pos: -2.5,0.5 + - type: Transform + pos: -2.5,0.5 parent: 374 - type: Transform - uid: 88 components: - - pos: -3.5,0.5 + - type: Transform + pos: -3.5,0.5 parent: 374 - type: Transform - uid: 89 components: - - pos: 3.5,3.5 + - type: Transform + pos: 3.5,3.5 parent: 374 - type: Transform - uid: 90 components: - - pos: 2.5,3.5 + - type: Transform + pos: 2.5,3.5 parent: 374 - type: Transform - uid: 91 components: - - pos: 1.5,3.5 + - type: Transform + pos: 1.5,3.5 parent: 374 - type: Transform - uid: 92 components: - - pos: 0.5,3.5 + - type: Transform + pos: 0.5,3.5 parent: 374 - type: Transform - uid: 271 components: - - pos: -0.5,-2.5 + - type: Transform + pos: -0.5,-2.5 parent: 374 - type: Transform - uid: 272 components: - - pos: -1.5,-2.5 + - type: Transform + pos: -1.5,-2.5 parent: 374 - type: Transform - uid: 273 components: - - pos: 0.5,-2.5 + - type: Transform + pos: 0.5,-2.5 parent: 374 - type: Transform - proto: ToiletDirtyWater entities: - uid: 25 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 374 - type: Transform - uid: 26 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 10.5,-4.5 parent: 374 - type: Transform - proto: TrashBag entities: - uid: 312 components: - - pos: -0.98287857,6.152038 + - type: Transform + pos: -0.98287857,6.152038 parent: 374 - type: Transform - proto: VendingMachineDinnerware entities: - uid: 94 components: - - flags: SessionSpecific + - type: MetaData name: Dinnerware - type: MetaData - - pos: 4.5,3.5 + - type: Transform + pos: 4.5,3.5 parent: 374 - type: Transform - proto: WallBrick entities: - uid: 110 components: - - pos: 11.5,9.5 + - type: Transform + pos: 11.5,9.5 parent: 374 - type: Transform - uid: 131 components: - - pos: 11.5,7.5 + - type: Transform + pos: 11.5,7.5 parent: 374 - type: Transform - uid: 145 components: - - pos: -10.5,0.5 + - type: Transform + pos: -10.5,0.5 parent: 374 - type: Transform - uid: 156 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -6.5,-5.5 parent: 374 - type: Transform - uid: 166 components: - - pos: -10.5,-5.5 + - type: Transform + pos: -10.5,-5.5 parent: 374 - type: Transform - uid: 167 components: - - pos: 6.5,-2.5 + - type: Transform + pos: 6.5,-2.5 parent: 374 - type: Transform - uid: 168 components: - - pos: 8.5,9.5 + - type: Transform + pos: 8.5,9.5 parent: 374 - type: Transform - uid: 169 components: - - pos: 7.5,9.5 + - type: Transform + pos: 7.5,9.5 parent: 374 - type: Transform - uid: 170 components: - - pos: 6.5,9.5 + - type: Transform + pos: 6.5,9.5 parent: 374 - type: Transform - uid: 171 components: - - pos: 5.5,9.5 + - type: Transform + pos: 5.5,9.5 parent: 374 - type: Transform - uid: 173 components: - - pos: 5.5,6.5 + - type: Transform + pos: 5.5,6.5 parent: 374 - type: Transform - uid: 174 components: - - pos: 5.5,7.5 + - type: Transform + pos: 5.5,7.5 parent: 374 - type: Transform - uid: 175 components: - - pos: 5.5,8.5 + - type: Transform + pos: 5.5,8.5 parent: 374 - type: Transform - uid: 176 components: - - pos: 10.5,0.5 + - type: Transform + pos: 10.5,0.5 parent: 374 - type: Transform - uid: 177 components: - - pos: 10.5,4.5 + - type: Transform + pos: 10.5,4.5 parent: 374 - type: Transform - uid: 178 components: - - pos: 9.5,4.5 + - type: Transform + pos: 9.5,4.5 parent: 374 - type: Transform - uid: 179 components: - - pos: 10.5,-2.5 + - type: Transform + pos: 10.5,-2.5 parent: 374 - type: Transform - uid: 180 components: - - pos: 8.5,-4.5 + - type: Transform + pos: 8.5,-4.5 parent: 374 - type: Transform - uid: 181 components: - - pos: 8.5,-3.5 + - type: Transform + pos: 8.5,-3.5 parent: 374 - type: Transform - uid: 182 components: - - pos: 8.5,-2.5 + - type: Transform + pos: 8.5,-2.5 parent: 374 - type: Transform - uid: 183 components: - - pos: 9.5,9.5 + - type: Transform + pos: 9.5,9.5 parent: 374 - type: Transform - uid: 184 components: - - pos: -10.5,4.5 + - type: Transform + pos: -10.5,4.5 parent: 374 - type: Transform - uid: 185 components: - - pos: -9.5,4.5 + - type: Transform + pos: -9.5,4.5 parent: 374 - type: Transform - uid: 186 components: - - pos: 11.5,6.5 + - type: Transform + pos: 11.5,6.5 parent: 374 - type: Transform - uid: 187 components: - - pos: -8.5,4.5 + - type: Transform + pos: -8.5,4.5 parent: 374 - type: Transform - uid: 188 components: - - pos: -7.5,4.5 + - type: Transform + pos: -7.5,4.5 parent: 374 - type: Transform - uid: 189 components: - - pos: 11.5,-5.5 + - type: Transform + pos: 11.5,-5.5 parent: 374 - type: Transform - uid: 190 components: - - pos: 11.5,-4.5 + - type: Transform + pos: 11.5,-4.5 parent: 374 - type: Transform - uid: 191 components: - - pos: 5.5,-5.5 + - type: Transform + pos: 5.5,-5.5 parent: 374 - type: Transform - uid: 192 components: - - pos: 5.5,-4.5 + - type: Transform + pos: 5.5,-4.5 parent: 374 - type: Transform - uid: 193 components: - - pos: 5.5,-3.5 + - type: Transform + pos: 5.5,-3.5 parent: 374 - type: Transform - uid: 194 components: - - pos: 5.5,-2.5 + - type: Transform + pos: 5.5,-2.5 parent: 374 - type: Transform - uid: 195 components: - - pos: 7.5,-5.5 + - type: Transform + pos: 7.5,-5.5 parent: 374 - type: Transform - uid: 196 components: - - pos: 8.5,-5.5 + - type: Transform + pos: 8.5,-5.5 parent: 374 - type: Transform - uid: 197 components: - - pos: 9.5,-5.5 + - type: Transform + pos: 9.5,-5.5 parent: 374 - type: Transform - uid: 198 components: - - pos: 10.5,-5.5 + - type: Transform + pos: 10.5,-5.5 parent: 374 - type: Transform - uid: 199 components: - - pos: 6.5,-5.5 + - type: Transform + pos: 6.5,-5.5 parent: 374 - type: Transform - uid: 200 components: - - pos: 6.5,3.5 + - type: Transform + pos: 6.5,3.5 parent: 374 - type: Transform - uid: 201 components: - - pos: 6.5,1.5 + - type: Transform + pos: 6.5,1.5 parent: 374 - type: Transform - uid: 202 components: - - pos: 6.5,0.5 + - type: Transform + pos: 6.5,0.5 parent: 374 - type: Transform - uid: 203 components: - - pos: 7.5,0.5 + - type: Transform + pos: 7.5,0.5 parent: 374 - type: Transform - uid: 204 components: - - pos: 8.5,0.5 + - type: Transform + pos: 8.5,0.5 parent: 374 - type: Transform - uid: 205 components: - - pos: 1.5,-2.5 + - type: Transform + pos: 1.5,-2.5 parent: 374 - type: Transform - uid: 206 components: - - pos: 1.5,-5.5 + - type: Transform + pos: 1.5,-5.5 parent: 374 - type: Transform - uid: 207 components: - - pos: -6.5,4.5 + - type: Transform + pos: -6.5,4.5 parent: 374 - type: Transform - uid: 208 components: - - pos: -5.5,4.5 + - type: Transform + pos: -5.5,4.5 parent: 374 - type: Transform - uid: 209 components: - - pos: -4.5,4.5 + - type: Transform + pos: -4.5,4.5 parent: 374 - type: Transform - uid: 210 components: - - pos: -3.5,4.5 + - type: Transform + pos: -3.5,4.5 parent: 374 - type: Transform - uid: 211 components: - - pos: -2.5,4.5 + - type: Transform + pos: -2.5,4.5 parent: 374 - type: Transform - uid: 212 components: - - pos: -1.5,4.5 + - type: Transform + pos: -1.5,4.5 parent: 374 - type: Transform - uid: 213 components: - - pos: -0.5,4.5 + - type: Transform + pos: -0.5,4.5 parent: 374 - type: Transform - uid: 214 components: - - pos: 0.5,4.5 + - type: Transform + pos: 0.5,4.5 parent: 374 - type: Transform - uid: 215 components: - - pos: 1.5,4.5 + - type: Transform + pos: 1.5,4.5 parent: 374 - type: Transform - uid: 216 components: - - pos: 2.5,4.5 + - type: Transform + pos: 2.5,4.5 parent: 374 - type: Transform - uid: 217 components: - - pos: 4.5,4.5 + - type: Transform + pos: 4.5,4.5 parent: 374 - type: Transform - uid: 218 components: - - pos: 7.5,4.5 + - type: Transform + pos: 7.5,4.5 parent: 374 - type: Transform - uid: 219 components: - - pos: 5.5,4.5 + - type: Transform + pos: 5.5,4.5 parent: 374 - type: Transform - uid: 220 components: - - pos: 6.5,4.5 + - type: Transform + pos: 6.5,4.5 parent: 374 - type: Transform - uid: 221 components: - - pos: 3.5,4.5 + - type: Transform + pos: 3.5,4.5 parent: 374 - type: Transform - uid: 227 components: - - pos: -10.5,-1.5 + - type: Transform + pos: -10.5,-1.5 parent: 374 - type: Transform - uid: 238 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-5.5 parent: 374 - type: Transform - uid: 254 components: - - pos: 11.5,8.5 + - type: Transform + pos: 11.5,8.5 parent: 374 - type: Transform - uid: 255 components: - - pos: 10.5,9.5 + - type: Transform + pos: 10.5,9.5 parent: 374 - type: Transform - uid: 256 components: - - pos: 11.5,0.5 + - type: Transform + pos: 11.5,0.5 parent: 374 - type: Transform - uid: 257 components: - - pos: 11.5,1.5 + - type: Transform + pos: 11.5,1.5 parent: 374 - type: Transform - uid: 258 components: - - pos: 11.5,2.5 + - type: Transform + pos: 11.5,2.5 parent: 374 - type: Transform - uid: 259 components: - - pos: 11.5,3.5 + - type: Transform + pos: 11.5,3.5 parent: 374 - type: Transform - uid: 260 components: - - pos: 11.5,4.5 + - type: Transform + pos: 11.5,4.5 parent: 374 - type: Transform - uid: 261 components: - - pos: 11.5,5.5 + - type: Transform + pos: 11.5,5.5 parent: 374 - type: Transform - uid: 262 components: - - pos: 11.5,-3.5 + - type: Transform + pos: 11.5,-3.5 parent: 374 - type: Transform - uid: 263 components: - - pos: 11.5,-1.5 + - type: Transform + pos: 11.5,-1.5 parent: 374 - type: Transform - uid: 264 components: - - pos: 11.5,-2.5 + - type: Transform + pos: 11.5,-2.5 parent: 374 - type: Transform - uid: 265 components: - - pos: 11.5,-0.5 + - type: Transform + pos: 11.5,-0.5 parent: 374 - type: Transform +- proto: WarpPoint + entities: + - uid: 368 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 374 + - type: WarpPoint + location: Space Debris - proto: WaterCooler entities: - uid: 346 components: - - pos: 10.5,8.5 + - type: Transform + pos: 10.5,8.5 parent: 374 - type: Transform - proto: WindoorSecure entities: - uid: 38 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,2.5 parent: 374 - type: Transform - proto: Window entities: - uid: 222 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-4.5 parent: 374 - type: Transform - uid: 223 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-3.5 parent: 374 - type: Transform - uid: 224 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-2.5 parent: 374 - type: Transform - uid: 226 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-0.5 parent: 374 - type: Transform - uid: 228 components: - - pos: -10.5,1.5 + - type: Transform + pos: -10.5,1.5 parent: 374 - type: Transform - uid: 229 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,2.5 parent: 374 - type: Transform - uid: 230 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -10.5,3.5 parent: 374 - type: Transform - uid: 231 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -9.5,-5.5 parent: 374 - type: Transform - uid: 232 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -8.5,-5.5 parent: 374 - type: Transform - uid: 233 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-5.5 parent: 374 - type: Transform - uid: 235 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-5.5 parent: 374 - type: Transform - uid: 236 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-5.5 parent: 374 - type: Transform - uid: 237 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-5.5 parent: 374 - type: Transform - uid: 239 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-5.5 parent: 374 - type: Transform - uid: 240 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-5.5 parent: 374 - type: Transform - uid: 241 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-5.5 parent: 374 - type: Transform - uid: 242 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 374 - type: Transform - uid: 243 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 374 - type: Transform - uid: 244 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-5.5 parent: 374 - type: Transform - uid: 245 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 4.5,-2.5 parent: 374 - type: Transform - uid: 246 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 3.5,-2.5 parent: 374 - type: Transform - uid: 247 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 374 - type: Transform - proto: WindowDirectional entities: - uid: 109 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: 0.5,-7.5 parent: 374 - type: Transform - uid: 121 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -1.5,-7.5 parent: 374 - type: Transform - uid: 122 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -0.5,-7.5 parent: 374 - type: Transform - uid: 129 components: - - pos: 1.5,1.5 + - type: Transform + pos: 1.5,1.5 parent: 374 - type: Transform - uid: 130 components: - - pos: 4.5,1.5 + - type: Transform + pos: 4.5,1.5 parent: 374 - type: Transform - uid: 133 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -5.5,-7.5 parent: 374 - type: Transform - uid: 138 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 374 - type: Transform - uid: 250 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -3.5,-7.5 parent: 374 - type: Transform - uid: 251 components: - - rot: 3.141592653589793 rad + - type: Transform + rot: 3.141592653589793 rad pos: -2.5,-7.5 parent: 374 - type: Transform - proto: WindowReinforcedDirectional entities: - uid: 274 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -1.5,-2.5 parent: 374 - type: Transform - proto: WindowTintedDirectional entities: - uid: 29 components: - - pos: 5.5,1.5 + - type: Transform + pos: 5.5,1.5 parent: 374 - type: Transform - uid: 30 components: - - pos: 3.5,1.5 + - type: Transform + pos: 3.5,1.5 parent: 374 - type: Transform - uid: 31 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: 3.5,0.5 parent: 374 - type: Transform - uid: 32 components: - - pos: 2.5,1.5 + - type: Transform + pos: 2.5,1.5 parent: 374 - type: Transform - uid: 34 components: - - pos: 0.5,1.5 + - type: Transform + pos: 0.5,1.5 parent: 374 - type: Transform - uid: 35 components: - - rot: 1.5707963267948966 rad + - type: Transform + rot: 1.5707963267948966 rad pos: -0.5,0.5 parent: 374 - type: Transform - uid: 36 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,1.5 parent: 374 - type: Transform - uid: 37 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,3.5 parent: 374 - type: Transform - uid: 44 components: - - rot: -1.5707963267948966 rad + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,0.5 parent: 374 - type: Transform - uid: 81 components: - - pos: -8.5,1.5 + - type: Transform + pos: -8.5,1.5 parent: 374 - type: Transform - uid: 82 components: - - pos: -9.5,1.5 + - type: Transform + pos: -9.5,1.5 parent: 374 - type: Transform - uid: 83 components: - - pos: -9.5,-1.5 + - type: Transform + pos: -9.5,-1.5 parent: 374 - type: Transform - uid: 84 components: - - pos: -8.5,-1.5 + - type: Transform + pos: -8.5,-1.5 parent: 374 - type: Transform - proto: WoodDoor entities: - uid: 136 components: - - pos: 3.5,-5.5 + - type: Transform + pos: 3.5,-5.5 parent: 374 - type: Transform - uid: 172 components: - - pos: 5.5,5.5 + - type: Transform + pos: 5.5,5.5 parent: 374 - type: Transform - uid: 248 components: - - pos: 6.5,2.5 + - type: Transform + pos: 6.5,2.5 parent: 374 - type: Transform - uid: 249 components: - - pos: 9.5,0.5 + - type: Transform + pos: 9.5,0.5 parent: 374 - type: Transform - uid: 268 components: - - pos: 1.5,-3.5 + - type: Transform + pos: 1.5,-3.5 parent: 374 - type: Transform - uid: 281 components: - - pos: 8.5,4.5 + - type: Transform + pos: 8.5,4.5 parent: 374 - type: Transform ... diff --git a/Resources/Prototypes/Maps/salvage.yml b/Resources/Prototypes/Maps/salvage.yml index 129735d06a..36343f69a3 100644 --- a/Resources/Prototypes/Maps/salvage.yml +++ b/Resources/Prototypes/Maps/salvage.yml @@ -2,136 +2,255 @@ # "Small"-class maps - Max size square: 7x7, indicated size: 3.5 -- type: salvageMap - id: Small1 - mapPath: /Maps/Salvage/small-1.yml +# Delta V: Remove small maps +#- type: salvageMap +# id: Small1 +# mapPath: /Maps/Salvage/small-1.yml -- type: salvageMap - id: Small2 - mapPath: /Maps/Salvage/small-2.yml +#- type: salvageMap +# id: Small2 +# mapPath: /Maps/Salvage/small-2.yml -- type: salvageMap - id: SmallShip1 - mapPath: /Maps/Salvage/small-ship-1.yml +#- type: salvageMap +# id: Small-ship-1 +# mapPath: /Maps/Salvage/small-ship-1.yml -- type: salvageMap - id: Small3 - mapPath: /Maps/Salvage/small-3.yml +#- type: salvageMap +# id: Small3 +# mapPath: /Maps/Salvage/small-3.yml -- type: salvageMap - id: SmallAISurveyDrone - mapPath: /Maps/Salvage/small-ai-survey-drone.yml +#- type: salvageMap +# id: SmallAISurveyDrone +# mapPath: /Maps/Salvage/small-ai-survey-drone.yml -- type: salvageMap - id: Small4 - mapPath: /Maps/Salvage/small-4.yml +#- type: salvageMap +# id: Small4 +# mapPath: /Maps/Salvage/small-4.yml -- type: salvageMap - id: SmallCargo - mapPath: /Maps/Salvage/small-cargo.yml +#- type: salvageMap +# id: SmallCargo +# mapPath: /Maps/Salvage/small-cargo.yml -- type: salvageMap - id: SmallChapel - mapPath: /Maps/Salvage/small-chapel.yml +#- type: salvageMap +# id: SmallChapel +# mapPath: /Maps/Salvage/small-chapel.yml -- type: salvageMap - id: SmallChef - mapPath: /Maps/Salvage/small-chef.yml +#- type: salvageMap +# id: SmallChef +# mapPath: /Maps/Salvage/small-chef.yml -- type: salvageMap - id: SmallParty - mapPath: /Maps/Salvage/small-party.yml +#- type: salvageMap +# id: SmallParty +# mapPath: /Maps/Salvage/small-party.yml -- type: salvageMap - id: SmallSyndicate - mapPath: /Maps/Salvage/small-syndicate.yml +#- type: salvageMap +# id: SmallSyndicate +# mapPath: /Maps/Salvage/small-syndicate.yml -#- type: salvageMap # DeltaV - No Tesla +#- type: salvageMap # id: SmallTesla # mapPath: /Maps/Salvage/small-tesla.yml # Small - Asteroids -- type: salvageMap - id: SmallA1 - mapPath: /Maps/Salvage/small-a-1.yml +#- type: salvageMap +# id: SmallA1 +# name: "Small / Asteroid 1 Plasmafire" +# mapPath: /Maps/Salvage/small-a-1.yml # "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 - type: salvageMap id: Medium1 - mapPath: /Maps/Salvage/medium-1.yml + mapPath: /Maps/Salvage/DeltaV/DV-medium-01.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumVault1 - mapPath: /Maps/Salvage/medium-vault-1.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-vault-01.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumOrchestra - mapPath: /Maps/Salvage/medium-silent-orchestra.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumLibraryWreck - mapPath: /Maps/Salvage/medium-library.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-library.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumCargoWreck - mapPath: /Maps/Salvage/cargo-1.yml + mapPath: /Maps/Salvage/DeltaV/DV-cargo-01.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumPirateWreck - mapPath: /Maps/Salvage/medium-pirate.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-pirate.yml #DeltaV: DV salvage map Location - type: salvageMap id: TickColony - mapPath: /Maps/Salvage/tick-colony.yml + mapPath: /Maps/Salvage/DeltaV/DV-tick-colony.yml #DeltaV: DV salvage map Location - type: salvageMap id: CargoDock - mapPath: /Maps/Salvage/medium-dock.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-dock.yml #DeltaV: DV salvage map Location - type: salvageMap id: SpaceWaffleHome - mapPath: /Maps/Salvage/wh-salvage.yml + mapPath: /Maps/Salvage/DeltaV/DV-wh-salvage.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumShuttleWreck - mapPath: /Maps/Salvage/medium-ruined-emergency-shuttle.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml #DeltaV: DV salvage map Location - type: salvageMap - id: MediumPetHospital - mapPath: /Maps/Salvage/medium-pet-hospital.yml + id: mediumPetHospital + mapPath: /Maps/Salvage/DeltaV/DV-med-pet-hospital.yml #DeltaV: DV salvage map Location - type: salvageMap id: MediumCrashedShuttle - mapPath: /Maps/Salvage/medium-crashed-shuttle.yml + mapPath: /Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml #DeltaV: DV salvage map Location -#- type: salvageMap -# id: Meatball -# mapPath: /Maps/Salvage/meatball.yml +- type: salvageMap + id: Meatball + mapPath: /Maps/Salvage/DeltaV/DV-meatball.yml - type: salvageMap id: MediumHaulingShuttleWreck - mapPath: /Maps/Salvage/hauling-shuttle.yml + mapPath: /Maps/Salvage/DeltaV/DV-hauling-shuttle.yml # """Large""" maps - type: salvageMap id: StationStation - mapPath: /Maps/Salvage/stationstation.yml + mapPath: /Maps/Salvage/DeltaV/DV-stationstation.yml - type: salvageMap id: AsteroidBase - mapPath: /Maps/Salvage/asteroid-base.yml + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-base.yml #DeltaV: DV salvage map Location - type: salvageMap id: RuinCargoBase - mapPath: /Maps/Salvage/ruin-cargo-salvage.yml + mapPath: /Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml #DeltaV: DV salvage map Location - type: salvageMap id: SecurityChunk - mapPath: /Maps/Salvage/security-chunk.yml + mapPath: /Maps/Salvage/DeltaV/DV-security-chunk.yml #DeltaV: DV salvage map Location + + #Nyano Maps + #Medium + +- type: salvageMap + id: AnimalFarm + mapPath: /Maps/Salvage/DeltaV/DV-animalfarm.yml + +- type: salvageMap + id: MediumChunk01 + mapPath: /Maps/Salvage/DeltaV/DV-med-chunk-01.yml + +- type: salvageMap + id: MediumMiningOutpost01 + mapPath: /Maps/Salvage/DeltaV/DV-mining-outpost-01.yml + +- type: salvageMap + id: AtlasPerma + mapPath: /Maps/Salvage/DeltaV/DV-atlas-perma.yml + +- type: salvageMap + id: AtlasCells + mapPath: /Maps/Salvage/DeltaV/DV-atlas-jailcells.yml + +- type: salvageMap + id: AtlasSalvage + mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml + +- type: salvageMap + id: AtlasAtmos + mapPath: /Maps/Salvage/DeltaV/DV-atlas-atmos.yml + +- type: salvageMap + id: AtlasCargo + mapPath: /Maps/Salvage/DeltaV/DV-atlas-cargo.yml + +- type: salvageMap + id: ServiceChunk + mapPath: /Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml + +# Large +- type: salvageMap + id: ResearchPost + mapPath: /Maps/Salvage/DeltaV/DV-research-outpost-01.yml + +- type: salvageMap + id: LargeEngineerChunk + mapPath: /Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml + +- type: salvageMap + id: AtlasConferenceRoom + mapPath: /Maps/Salvage/DeltaV/DV-atlas-conference-room.yml + +- type: salvageMap + id: AtlasDorms + mapPath: /Maps/Salvage/DeltaV/DV-atlas-dorms.yml + +- type: salvageMap + id: AtlasEpistemics + mapPath: /Maps/Salvage/DeltaV/DV-atlas-epi.yml + +- type: salvageMap + id: AtlasMedbay + mapPath: /Maps/Salvage/DeltaV/DV-atlas-medical.yml + +- type: salvageMap + id: AtlasService + mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml + +# Asteroids 30x30 + +- type: salvageMap + id: LargeAsteroid_1 + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-01.yml + +- type: salvageMap + id: LargeAsteroid_2 + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-02.yml + +- type: salvageMap + id: LargeAsteroid_3 + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-03.yml + +#Delta V Maps +#Medium + +- type: salvageMap + id: AsteroidSyndiHideout + mapPath: /Maps/Salvage/DeltaV/DV-syndi-hideout.yml + +#Large + +- type: salvageMap + id: AsteroidChemlab + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml + +- type: salvageMap + id: LaundromatChunk + mapPath: /Maps/Salvage/DeltaV/DV-laundromat-chunk.yml + +# Asteroids + +- type: salvageMap + id: AsteroidTickNest + mapPath: /Maps/Salvage/DeltaV/DV-tick-nest.yml + +- type: salvageMap + id: AsteroidMiningMed1 + mapPath: /Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml + +- type: salvageMap + id: AsteroidMiningLarge1 + mapPath: /Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml + +- type: salvageMap + id: AsteroidCrystalCave + mapPath: /Maps/Salvage/DeltaV/DV-crystal-cave.yml - type: salvageMap - id: EngineeringChunk - mapPath: /Maps/Salvage/engineering-chunk.yml + id: AsteroidBoneCave + mapPath: /Maps/Salvage/DeltaV/DV-bone-cave.yml From 23ddab53e43fb8a9dfc6c4d92e504a667218bf07 Mon Sep 17 00:00:00 2001 From: UnicornOnLSD <149102472+UnicornOnLSD@users.noreply.github.com> Date: Sat, 3 Feb 2024 07:50:49 +0100 Subject: [PATCH 051/391] Submarine station day one patch note (#762) * day 1 patch, yeepee * fixes, cargo shuttle can dock now, hoepfully, fixed some escape shuttle accesses, cloning computer board. * better chapel * wawa mapped pride vend in chapel by accident, station already has one, whoops * escape pods are all now AA, should be last commit for this patch. --- Resources/Maps/submarine.yml | 15836 ++++++++++++++++++--------------- 1 file changed, 8702 insertions(+), 7134 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index d7038fe235..86d7424f46 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -39,7 +39,9 @@ tilemap: 59: FloorHydro 60: FloorIce 63: FloorLino + 65: FloorMetalDiamond 66: FloorMime + 68: FloorMiningDark 73: FloorOldConcreteSmooth 75: FloorPlanetGrass 77: FloorRGlass @@ -217,7 +219,7 @@ entities: version: 6 -1,-3: ind: -1,-3 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAdgAAAAABHgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAABcAAAAAACHgAAAAACTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABTgAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAAAcAAAAAACHgAAAAACTgAAAAAAHgAAAAAATQAAAAACTQAAAAACTQAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADTgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAACcAAAAAACHgAAAAAATQAAAAACHgAAAAADTQAAAAACTQAAAAABTQAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAABHgAAAAACTgAAAAAAHgAAAAADTQAAAAABTQAAAAABTQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAAATQAAAAABTQAAAAABTQAAAAABHgAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAADTQAAAAACTQAAAAACTQAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAADegAAAAAAcAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABegAAAAAAawAAAAACegAAAAAAegAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADcAAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAADcAAAAAAC + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAdgAAAAABHgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAABcAAAAAACHgAAAAACTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABTgAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAAAcAAAAAACHgAAAAACTgAAAAAAHgAAAAAATQAAAAACTQAAAAACTQAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADTgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAACcAAAAAACHgAAAAAATQAAAAACHgAAAAADTQAAAAACTQAAAAABTQAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAABHgAAAAACQQAAAAAAHgAAAAADTQAAAAABTQAAAAABTQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAAATQAAAAABTQAAAAABTQAAAAABHgAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAADTQAAAAACTQAAAAACTQAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAADegAAAAAAcAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABegAAAAAAawAAAAACegAAAAAAegAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADcAAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAADcAAAAAAC version: 6 1,-3: ind: 1,-3 @@ -249,7 +251,7 @@ entities: version: 6 -2,2: ind: -2,2 - tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAAHgAAAAAATQAAAAADTQAAAAABTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAABHgAAAAABegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAA + tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAAHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAAARAAAAAAARAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAADRAAAAAAARAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAABRAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAA version: 6 -3,2: ind: -3,2 @@ -433,7 +435,7 @@ entities: version: 6 -2,3: ind: -2,3 - tiles: TQAAAAADegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAMAAAAAAATQAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAADagAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAMAAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAMAAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAdAAAAAABdAAAAAABdAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAMAAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAAATQAAAAADbQAAAAACbQAAAAABTQAAAAADTQAAAAACbQAAAAABbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAADTQAAAAACTQAAAAACbQAAAAAAbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAdAAAAAABdAAAAAAAdAAAAAAATgAAAAAAbQAAAAADbQAAAAACTQAAAAABTQAAAAADbQAAAAABbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAADbQAAAAACTgAAAAAAdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTQAAAAADdAAAAAABdAAAAAACdAAAAAAATgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAADegAAAAAAMAAAAAAAbQAAAAAAbQAAAAADbQAAAAADTQAAAAADdAAAAAAAdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAADdAAAAAADdAAAAAABdAAAAAACdAAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAdAAAAAAATQAAAAABTQAAAAABTQAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAACdAAAAAACTQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAATQAAAAAATQAAAAACTQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAADTQAAAAAB + tiles: TQAAAAADegAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAMAAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAdAAAAAABdAAAAAABdAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAMAAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAAATQAAAAADbQAAAAACbQAAAAABTQAAAAADTQAAAAACbQAAAAABbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAADTQAAAAACTQAAAAACbQAAAAAAbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAdAAAAAABdAAAAAAAdAAAAAAATgAAAAAAbQAAAAADbQAAAAACTQAAAAABTQAAAAADbQAAAAABbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAADbQAAAAACTgAAAAAAdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTQAAAAADdAAAAAABdAAAAAACdAAAAAAATgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAADegAAAAAAMAAAAAAAbQAAAAAAbQAAAAADbQAAAAADTQAAAAADdAAAAAAAdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAADdAAAAAADdAAAAAABdAAAAAACdAAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAdAAAAAAATQAAAAABTQAAAAABTQAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAACdAAAAAACTQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAATQAAAAAATQAAAAACTQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAADTQAAAAAB version: 6 -5,3: ind: -5,3 @@ -656,55 +658,55 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 6374: -52.005,-49.860638 + 6346: -52.005,-49.860638 - node: color: '#FFFFFFFF' id: Arrows decals: 7: 6,25 - 2252: 30,1 - 2253: 30,-1 - 6355: -19,-25 - 6356: -17,-39 - 6359: -20,-29 - 6366: -48,-47 - 6371: -48,-50 + 2226: 30,1 + 2227: 30,-1 + 6327: -19,-25 + 6328: -17,-39 + 6331: -20,-29 + 6338: -48,-47 + 6343: -48,-50 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 2249: 27,1 - 2250: 26,1 - 2251: 25,1 - 6373: -52.46594,-45.938763 - 6682: -29,-41 - 6683: -35.374405,-41.0069 + 2223: 27,1 + 2224: 26,1 + 2225: 25,1 + 6345: -52.46594,-45.938763 + 6654: -29,-41 + 6655: -35.374405,-41.0069 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6357: -19,-39 - 6358: -22,-29 - 6370: -52,-45 - 6372: -52.012814,-50.43095 + 6329: -19,-39 + 6330: -22,-29 + 6342: -52,-45 + 6344: -52.012814,-50.43095 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Arrows decals: - 6684: -35,-45 - 6685: -28.570425,-45.00288 + 6656: -35,-45 + 6657: -28.570425,-45.00288 - node: color: '#FFFFFFFF' id: Basalt1 decals: 227: 37,41 248: 75,21 - 4293: -99.61036,26.588285 - 4294: -108.15333,23.17813 + 4267: -99.61036,26.588285 + 4268: -108.15333,23.17813 - node: color: '#FFFFFFFF' id: Basalt2 @@ -733,14 +735,14 @@ entities: 321: -106.43684,22.207268 322: -103.65559,19.363518 323: -101.63996,29.332268 - 4295: -104.75489,18.982817 - 4296: -99.750984,17.846098 - 4297: -87.95603,15.0817375 - 4298: -79.94041,11.091608 - 4299: -94.6715,3.7907648 - 4300: -87.9215,1.822197 - 4301: -100.69823,2.235566 - 4302: -95.65813,1.0575595 + 4269: -104.75489,18.982817 + 4270: -99.750984,17.846098 + 4271: -87.95603,15.0817375 + 4272: -79.94041,11.091608 + 4273: -94.6715,3.7907648 + 4274: -87.9215,1.822197 + 4275: -100.69823,2.235566 + 4276: -95.65813,1.0575595 - node: color: '#FFFFFFFF' id: Basalt5 @@ -762,11 +764,11 @@ entities: 303: -103.78059,19.254143 304: -102.32746,18.426018 305: -102.95246,18.441643 - 4288: -99.99786,-5.579525 - 4289: -99.611145,-6.3646812 - 4290: -101.94239,-10.427048 - 4291: -100.53614,-12.050097 - 4292: -99.80958,20.762344 + 4262: -99.99786,-5.579525 + 4263: -99.611145,-6.3646812 + 4264: -101.94239,-10.427048 + 4265: -100.53614,-12.050097 + 4266: -99.80958,20.762344 - node: color: '#FFFFFFFF' id: Basalt7 @@ -781,8 +783,8 @@ entities: 310: -101.63996,25.785393 311: -101.63996,30.004143 320: -104.87434,23.082268 - 4303: -89.407394,0.7120869 - 4304: -89.24754,13.638722 + 4277: -89.407394,0.7120869 + 4278: -89.24754,13.638722 - node: color: '#FFFFFFFF' id: Basalt8 @@ -803,11 +805,11 @@ entities: color: '#80C71FFF' id: Bot decals: - 6686: 36,-7 - 6687: 36,-6 - 6688: 36,-5 - 6689: 33,-7 - 6690: 33,-5 + 6658: 36,-7 + 6659: 36,-6 + 6660: 36,-5 + 6661: 33,-7 + 6662: 33,-5 - node: color: '#FFFFFFFF' id: Bot @@ -815,42 +817,42 @@ entities: 0: 7,25 280: -17,-19 281: -16,-19 - 2255: 7,25 - 2862: 47,43 - 2863: 49,43 - 3507: -117,55 - 3508: -109,55 - 3509: -109,47 - 3510: -117,47 - 3511: -117,51 - 3512: -109,51 - 3513: -120,51 - 3514: -120,58 - 3515: -106,44 - 3516: -120,44 - 3756: -17,-19 - 3757: -16,-19 - 3758: -19,-19 - 3759: -20,-19 - 3760: -21,-19 - 3761: -22,-19 - 3762: -23,-19 - 4730: -63,30 - 4731: -63,29 - 4732: -63,28 - 4733: -61,28 - 4734: -61,29 - 4735: -61,30 - 6354: -19,-26 - 6369: -52,-44 + 2229: 7,25 + 2836: 47,43 + 2837: 49,43 + 3481: -117,55 + 3482: -109,55 + 3483: -109,47 + 3484: -117,47 + 3485: -117,51 + 3486: -109,51 + 3487: -120,51 + 3488: -120,58 + 3489: -106,44 + 3490: -120,44 + 3730: -17,-19 + 3731: -16,-19 + 3732: -19,-19 + 3733: -20,-19 + 3734: -21,-19 + 3735: -22,-19 + 3736: -23,-19 + 4704: -63,30 + 4705: -63,29 + 4706: -63,28 + 4707: -61,28 + 4708: -61,29 + 4709: -61,30 + 6326: -19,-26 + 6341: -52,-44 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6360: -48,-46 - 6361: -15,-20 - 6362: -15,-19 + 6332: -48,-46 + 6333: -15,-20 + 6334: -15,-19 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -865,35 +867,35 @@ entities: color: '#FFFFFFFF' id: BotGreyscale decals: - 2256: 8,25 - 2257: 9,25 - 2258: 10,25 - 2259: 11,25 - 6452: -61,46 - 6453: -60,46 - 6454: -59,46 - 6455: -58,46 - 6456: -57,46 - 6457: -56,46 - 6458: -47,37 - 6459: -48,37 - 6460: -49,37 - 6461: -50,37 + 2230: 8,25 + 2231: 9,25 + 2232: 10,25 + 2233: 11,25 + 6424: -61,46 + 6425: -60,46 + 6426: -59,46 + 6427: -58,46 + 6428: -57,46 + 6429: -56,46 + 6430: -47,37 + 6431: -48,37 + 6432: -49,37 + 6433: -50,37 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: BotLeftGreyscale decals: - 6377: -50,-50 - 6378: -52,-48 - 6379: -32,-45 + 6349: -50,-50 + 6350: -52,-48 + 6351: -32,-45 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Box decals: - 6375: -19,-23 - 6376: -19,-24 + 6347: -19,-23 + 6348: -19,-24 - node: color: '#FFFFFFFF' id: Box @@ -907,100 +909,100 @@ entities: 14: 26,14 15: 26,15 16: 26,11 - 2254: 26,13 - 2260: -8,37 - 2261: -7,37 - 2262: -6,37 - 2477: -39,24 - 2478: -40,24 - 2479: -42,19 - 2480: -43,19 - 2874: 40,46 - 2875: 41,46 - 2876: 43,46 - 2877: 44,46 - 2878: 34,51 - 2879: 35,51 - 2880: 35,50 - 2881: 34,50 - 2882: 49,50 - 2883: 50,50 - 2884: 49,51 - 2885: 50,51 - 2886: 60,50 - 4690: 83,62 - 4691: 84,62 - 4692: 85,62 - 6437: 24,16 - 6438: 26,16 + 2228: 26,13 + 2234: -8,37 + 2235: -7,37 + 2236: -6,37 + 2451: -39,24 + 2452: -40,24 + 2453: -42,19 + 2454: -43,19 + 2848: 40,46 + 2849: 41,46 + 2850: 43,46 + 2851: 44,46 + 2852: 34,51 + 2853: 35,51 + 2854: 35,50 + 2855: 34,50 + 2856: 49,50 + 2857: 50,50 + 2858: 49,51 + 2859: 50,51 + 2860: 60,50 + 4664: 83,62 + 4665: 84,62 + 4666: 85,62 + 6409: 24,16 + 6410: 26,16 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe decals: 614: -11,-5 646: 31,-5 - 1531: -3,-5 - 1534: -9,-8 - 1538: -6,7 - 1572: -6,-1 - 1588: -20,-8 - 1593: -14,-8 - 1634: -3,16 - 1635: -7,16 - 1659: 36,7 - 1660: 34,13 - 1661: 34,16 - 1662: 27,16 - 1663: 21,16 - 1666: 21,10 - 1770: 22,3 - 6414: 31,3 + 1505: -3,-5 + 1508: -9,-8 + 1512: -6,7 + 1546: -6,-1 + 1562: -20,-8 + 1567: -14,-8 + 1608: -3,16 + 1609: -7,16 + 1633: 36,7 + 1634: 34,13 + 1635: 34,16 + 1636: 27,16 + 1637: 21,16 + 1640: 21,10 + 1744: 22,3 + 6386: 31,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: - 950: -3,56 - 6654: -11,59 + 924: -3,56 + 6626: -11,59 - node: color: '#BA8841FF' id: BrickTileSteelCornerNe decals: - 2187: -58,13 - 2188: -62,13 - 2192: -48,14 + 2161: -58,13 + 2162: -62,13 + 2166: -48,14 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw decals: 615: -24,-5 647: 26,-5 - 1532: -9,-5 - 1533: -12,-8 - 1539: -9,7 - 1573: -9,-1 - 1591: -24,-8 - 1592: -18,-8 - 1636: -9,16 - 1637: -5,16 - 1664: 15,16 - 1665: 15,10 - 1667: 33,7 - 1673: 29,16 - 1722: 23,16 - 1771: 19,3 - 6415: 30,3 + 1506: -9,-5 + 1507: -12,-8 + 1513: -9,7 + 1547: -9,-1 + 1565: -24,-8 + 1566: -18,-8 + 1610: -9,16 + 1611: -5,16 + 1638: 15,16 + 1639: 15,10 + 1641: 33,7 + 1647: 29,16 + 1696: 23,16 + 1745: 19,3 + 6387: 30,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 6653: -15,59 + 6625: -15,59 - node: color: '#BA8841FF' id: BrickTileSteelCornerNw decals: - 2189: -63,13 - 2190: -60,13 - 2191: -52,14 + 2163: -63,13 + 2164: -60,13 + 2165: -52,14 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe @@ -1008,30 +1010,30 @@ entities: 617: -11,-6 648: 31,-12 673: 31,-3 - 1537: -6,5 - 1540: -9,-12 - 1574: -6,-3 - 1589: -14,-12 - 1601: -20,-12 - 1642: -3,9 - 1674: 21,12 - 1675: 21,9 - 1676: 34,9 - 1677: 36,5 - 1701: 34,15 - 1772: 22,0 + 1511: -6,5 + 1514: -9,-12 + 1548: -6,-3 + 1563: -14,-12 + 1575: -20,-12 + 1616: -3,9 + 1648: 21,12 + 1649: 21,9 + 1650: 34,9 + 1651: 36,5 + 1675: 34,15 + 1746: 22,0 - node: color: '#B02E26FF' id: BrickTileSteelCornerSe decals: - 951: -3,47 + 925: -3,47 - node: color: '#BA8841FF' id: BrickTileSteelCornerSe decals: - 2196: -48,11 - 2197: -62,11 - 2204: -58,11 + 2170: -48,11 + 2171: -62,11 + 2178: -58,11 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw @@ -1039,95 +1041,95 @@ entities: 616: -24,-6 649: 26,-12 672: 30,-3 - 1535: -7,-12 - 1536: -9,5 - 1541: -12,-12 - 1564: -9,-6 - 1575: -9,-3 - 1590: -24,-12 - 1600: -18,-12 - 1641: -9,9 - 1668: 33,5 - 1669: 23,9 - 1670: 15,9 - 1671: 15,12 - 1672: 29,15 - 1784: 19,0 + 1509: -7,-12 + 1510: -9,5 + 1515: -12,-12 + 1538: -9,-6 + 1549: -9,-3 + 1564: -24,-12 + 1574: -18,-12 + 1615: -9,9 + 1642: 33,5 + 1643: 23,9 + 1644: 15,9 + 1645: 15,12 + 1646: 29,15 + 1758: 19,0 - node: color: '#B02E26FF' id: BrickTileSteelCornerSw decals: - 952: -15,47 + 926: -15,47 - node: color: '#BA8841FF' id: BrickTileSteelCornerSw decals: - 2193: -52,11 - 2194: -60,11 - 2195: -63,11 + 2167: -52,11 + 2168: -60,11 + 2169: -63,11 - node: color: '#B02E26FF' id: BrickTileSteelEndW decals: - 1142: -2,59 + 1116: -2,59 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNe decals: - 1649: -7,14 - 1744: 19,10 + 1623: -7,14 + 1718: 19,10 - node: color: '#B02E26FF' id: BrickTileSteelInnerNe decals: - 988: -11,56 + 962: -11,56 - node: color: '#BA8841FF' id: BrickTileSteelInnerNe decals: - 2217: -62,12 + 2191: -62,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNw decals: - 1648: -5,14 - 1743: 17,10 + 1622: -5,14 + 1717: 17,10 - node: color: '#B02E26FF' id: BrickTileSteelInnerNw decals: - 1143: -1,59 + 1117: -1,59 - node: color: '#BA8841FF' id: BrickTileSteelInnerNw decals: - 2218: -60,12 + 2192: -60,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSe decals: - 1741: 19,12 + 1715: 19,12 - node: color: '#BA8841FF' id: BrickTileSteelInnerSe decals: - 2215: -62,12 + 2189: -62,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSw decals: - 1571: -7,-6 - 1742: 17,12 + 1545: -7,-6 + 1716: 17,12 - node: color: '#B02E26FF' id: BrickTileSteelInnerSw decals: - 1144: -1,59 + 1118: -1,59 - node: color: '#BA8841FF' id: BrickTileSteelInnerSw decals: - 2216: -60,12 + 2190: -60,12 - node: color: '#91D4FFFF' id: BrickTileSteelLineE @@ -1140,62 +1142,62 @@ entities: 665: 31,-8 666: 31,-7 667: 31,-6 - 1549: -9,-9 - 1550: -9,-10 - 1551: -9,-11 - 1552: -3,-10 - 1553: -3,-9 - 1554: -3,-8 - 1555: -3,-7 - 1556: -3,-6 - 1586: -6,6 - 1587: -6,-2 - 1594: -14,-9 - 1595: -14,-10 - 1596: -14,-11 - 1597: -20,-9 - 1598: -20,-10 - 1599: -20,-11 - 1626: -3,10 - 1627: -3,11 - 1628: -3,12 - 1629: -3,13 - 1630: -3,14 - 1631: -3,15 - 1632: -7,15 - 1732: 21,15 - 1733: 21,14 - 1734: 21,13 - 1735: 34,12 - 1736: 34,11 - 1737: 34,10 - 1740: 19,11 - 1780: 22,2 - 1781: 22,1 - 6416: 31,2 - 6417: 31,1 - 6418: 31,0 + 1523: -9,-9 + 1524: -9,-10 + 1525: -9,-11 + 1526: -3,-10 + 1527: -3,-9 + 1528: -3,-8 + 1529: -3,-7 + 1530: -3,-6 + 1560: -6,6 + 1561: -6,-2 + 1568: -14,-9 + 1569: -14,-10 + 1570: -14,-11 + 1571: -20,-9 + 1572: -20,-10 + 1573: -20,-11 + 1600: -3,10 + 1601: -3,11 + 1602: -3,12 + 1603: -3,13 + 1604: -3,14 + 1605: -3,15 + 1606: -7,15 + 1706: 21,15 + 1707: 21,14 + 1708: 21,13 + 1709: 34,12 + 1710: 34,11 + 1711: 34,10 + 1714: 19,11 + 1754: 22,2 + 1755: 22,1 + 6388: 31,2 + 6389: 31,1 + 6390: 31,0 - node: color: '#B02E26FF' id: BrickTileSteelLineE decals: - 960: -3,55 - 961: -3,54 - 962: -3,53 - 963: -3,52 - 964: -3,51 - 965: -3,50 - 966: -3,49 - 967: -3,48 - 6651: -11,57 - 6652: -11,58 + 934: -3,55 + 935: -3,54 + 936: -3,53 + 937: -3,52 + 938: -3,51 + 939: -3,50 + 940: -3,49 + 941: -3,48 + 6623: -11,57 + 6624: -11,58 - node: color: '#BA8841FF' id: BrickTileSteelLineE decals: - 2201: -48,13 - 2202: -48,12 - 2203: -58,12 + 2175: -48,13 + 2176: -48,12 + 2177: -58,12 - node: color: '#91D4FFFF' id: BrickTileSteelLineN @@ -1216,73 +1218,73 @@ entities: 651: 29,-5 652: 28,-5 653: 27,-5 - 1544: -11,-8 - 1545: -10,-8 - 1566: -8,-5 - 1567: -7,-5 - 1568: -6,-5 - 1569: -5,-5 - 1570: -4,-5 - 1580: -8,-1 - 1581: -7,-1 - 1582: -8,7 - 1583: -7,7 - 1608: -23,-8 - 1609: -22,-8 - 1610: -21,-8 - 1611: -17,-8 - 1612: -16,-8 - 1613: -15,-8 - 1638: -8,16 - 1639: -4,16 - 1640: -6,14 - 1702: 16,16 - 1703: 17,16 - 1704: 18,16 - 1705: 19,16 - 1706: 20,16 - 1707: 24,16 - 1708: 25,16 - 1709: 26,16 - 1710: 30,16 - 1711: 31,16 - 1712: 32,16 - 1713: 33,16 - 1714: 34,7 - 1715: 35,7 - 1716: 33,13 - 1717: 32,13 - 1718: 31,13 - 1719: 30,13 - 1720: 29,13 - 1721: 28,13 - 1745: 16,10 - 1746: 20,10 - 1787: 20,3 - 1788: 21,3 + 1518: -11,-8 + 1519: -10,-8 + 1540: -8,-5 + 1541: -7,-5 + 1542: -6,-5 + 1543: -5,-5 + 1544: -4,-5 + 1554: -8,-1 + 1555: -7,-1 + 1556: -8,7 + 1557: -7,7 + 1582: -23,-8 + 1583: -22,-8 + 1584: -21,-8 + 1585: -17,-8 + 1586: -16,-8 + 1587: -15,-8 + 1612: -8,16 + 1613: -4,16 + 1614: -6,14 + 1676: 16,16 + 1677: 17,16 + 1678: 18,16 + 1679: 19,16 + 1680: 20,16 + 1681: 24,16 + 1682: 25,16 + 1683: 26,16 + 1684: 30,16 + 1685: 31,16 + 1686: 32,16 + 1687: 33,16 + 1688: 34,7 + 1689: 35,7 + 1690: 33,13 + 1691: 32,13 + 1692: 31,13 + 1693: 30,13 + 1694: 29,13 + 1695: 28,13 + 1719: 16,10 + 1720: 20,10 + 1761: 20,3 + 1762: 21,3 - node: color: '#B02E26FF' id: BrickTileSteelLineN decals: - 953: -10,56 - 954: -9,56 - 955: -8,56 - 956: -7,56 - 957: -6,56 - 958: -5,56 - 959: -4,56 - 6655: -14,59 - 6656: -13,59 - 6657: -12,59 + 927: -10,56 + 928: -9,56 + 929: -8,56 + 930: -7,56 + 931: -6,56 + 932: -5,56 + 933: -4,56 + 6627: -14,59 + 6628: -13,59 + 6629: -12,59 - node: color: '#BA8841FF' id: BrickTileSteelLineN decals: - 2209: -61,12 - 2210: -51,14 - 2211: -50,14 - 2212: -49,14 - 2213: -59,13 + 2183: -61,12 + 2184: -51,14 + 2185: -50,14 + 2186: -49,14 + 2187: -59,13 - node: color: '#91D4FFFF' id: BrickTileSteelLineS @@ -1303,75 +1305,75 @@ entities: 669: 29,-12 670: 28,-12 671: 27,-12 - 1542: -11,-12 - 1543: -10,-12 - 1557: -5,-12 - 1558: -6,-12 - 1565: -8,-6 - 1576: -8,-3 - 1577: -7,-3 - 1578: -8,5 - 1579: -7,5 - 1602: -23,-12 - 1603: -22,-12 - 1604: -21,-12 - 1605: -17,-12 - 1606: -16,-12 - 1607: -15,-12 - 1643: -4,9 - 1644: -5,9 - 1645: -6,9 - 1646: -7,9 - 1647: -8,9 - 1678: 16,9 - 1679: 17,9 - 1680: 18,9 - 1681: 19,9 - 1682: 20,9 - 1683: 20,12 - 1684: 16,12 - 1685: 24,9 - 1686: 25,9 - 1687: 26,9 - 1688: 27,9 - 1689: 28,9 - 1690: 29,9 - 1691: 30,9 - 1692: 31,9 - 1693: 32,9 - 1694: 33,9 - 1695: 34,5 - 1696: 35,5 - 1697: 30,15 - 1698: 31,15 - 1699: 32,15 - 1700: 33,15 - 1782: 20,0 - 1783: 21,0 + 1516: -11,-12 + 1517: -10,-12 + 1531: -5,-12 + 1532: -6,-12 + 1539: -8,-6 + 1550: -8,-3 + 1551: -7,-3 + 1552: -8,5 + 1553: -7,5 + 1576: -23,-12 + 1577: -22,-12 + 1578: -21,-12 + 1579: -17,-12 + 1580: -16,-12 + 1581: -15,-12 + 1617: -4,9 + 1618: -5,9 + 1619: -6,9 + 1620: -7,9 + 1621: -8,9 + 1652: 16,9 + 1653: 17,9 + 1654: 18,9 + 1655: 19,9 + 1656: 20,9 + 1657: 20,12 + 1658: 16,12 + 1659: 24,9 + 1660: 25,9 + 1661: 26,9 + 1662: 27,9 + 1663: 28,9 + 1664: 29,9 + 1665: 30,9 + 1666: 31,9 + 1667: 32,9 + 1668: 33,9 + 1669: 34,5 + 1670: 35,5 + 1671: 30,15 + 1672: 31,15 + 1673: 32,15 + 1674: 33,15 + 1756: 20,0 + 1757: 21,0 - node: color: '#B02E26FF' id: BrickTileSteelLineS decals: - 977: -14,47 - 978: -13,47 - 979: -12,47 - 980: -11,47 - 981: -10,47 - 982: -9,47 - 983: -8,47 - 984: -7,47 - 985: -6,47 - 986: -5,47 - 987: -4,47 + 951: -14,47 + 952: -13,47 + 953: -12,47 + 954: -11,47 + 955: -10,47 + 956: -9,47 + 957: -8,47 + 958: -7,47 + 959: -6,47 + 960: -5,47 + 961: -4,47 - node: color: '#BA8841FF' id: BrickTileSteelLineS decals: - 2205: -61,12 - 2206: -51,11 - 2207: -50,11 - 2208: -49,11 - 2214: -59,11 + 2179: -61,12 + 2180: -51,11 + 2181: -50,11 + 2182: -49,11 + 2188: -59,11 - node: color: '#91D4FFFF' id: BrickTileSteelLineW @@ -1385,106 +1387,106 @@ entities: 674: 30,-2 675: 30,-1 676: 30,1 - 1546: -12,-9 - 1547: -12,-10 - 1548: -12,-11 - 1559: -7,-11 - 1560: -7,-10 - 1561: -7,-9 - 1562: -7,-8 - 1563: -7,-7 - 1584: -9,6 - 1585: -9,-2 - 1614: -24,-9 - 1615: -24,-10 - 1616: -24,-11 - 1617: -18,-9 - 1618: -18,-10 - 1619: -18,-11 - 1620: -9,15 - 1621: -9,14 - 1622: -9,11 - 1623: -9,10 - 1624: -9,13 - 1625: -9,12 - 1633: -5,15 - 1723: 23,15 - 1724: 23,14 - 1725: 23,13 - 1726: 23,12 - 1727: 23,11 - 1728: 23,10 - 1729: 15,15 - 1730: 15,14 - 1731: 15,13 - 1738: 33,6 - 1739: 17,11 - 1785: 19,1 - 1786: 19,2 - 6419: 30,2 - 6420: 30,0 + 1520: -12,-9 + 1521: -12,-10 + 1522: -12,-11 + 1533: -7,-11 + 1534: -7,-10 + 1535: -7,-9 + 1536: -7,-8 + 1537: -7,-7 + 1558: -9,6 + 1559: -9,-2 + 1588: -24,-9 + 1589: -24,-10 + 1590: -24,-11 + 1591: -18,-9 + 1592: -18,-10 + 1593: -18,-11 + 1594: -9,15 + 1595: -9,14 + 1596: -9,11 + 1597: -9,10 + 1598: -9,13 + 1599: -9,12 + 1607: -5,15 + 1697: 23,15 + 1698: 23,14 + 1699: 23,13 + 1700: 23,12 + 1701: 23,11 + 1702: 23,10 + 1703: 15,15 + 1704: 15,14 + 1705: 15,13 + 1712: 33,6 + 1713: 17,11 + 1759: 19,1 + 1760: 19,2 + 6391: 30,2 + 6392: 30,0 - node: color: '#B02E26FF' id: BrickTileSteelLineW decals: - 968: -15,48 - 969: -15,49 - 970: -15,50 - 971: -15,51 - 972: -15,52 - 973: -15,53 - 974: -15,54 - 975: -15,55 - 976: -15,56 - 1129: -1,56 - 1130: -1,55 - 1131: -1,54 - 1132: -1,53 - 1133: -1,52 - 1134: -1,51 - 1135: -1,50 - 1136: -1,49 - 1137: -1,48 - 1138: -1,47 - 1139: -1,61 - 1140: -1,60 - 1141: -1,58 - 6649: -15,57 - 6650: -15,58 + 942: -15,48 + 943: -15,49 + 944: -15,50 + 945: -15,51 + 946: -15,52 + 947: -15,53 + 948: -15,54 + 949: -15,55 + 950: -15,56 + 1103: -1,56 + 1104: -1,55 + 1105: -1,54 + 1106: -1,53 + 1107: -1,52 + 1108: -1,51 + 1109: -1,50 + 1110: -1,49 + 1111: -1,48 + 1112: -1,47 + 1113: -1,61 + 1114: -1,60 + 1115: -1,58 + 6621: -15,57 + 6622: -15,58 - node: color: '#BA8841FF' id: BrickTileSteelLineW decals: - 2198: -52,12 - 2199: -52,13 - 2200: -63,12 + 2172: -52,12 + 2173: -52,13 + 2174: -63,12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe decals: - 1178: 7,42 - 1210: 14,40 - 1224: 20,40 - 1227: 19,50 - 1262: 15,50 - 1263: 11,56 - 1305: 15,43 - 1344: 27,46 - 1359: 29,52 - 1392: 19,57 - 1393: 20,56 - 1408: 22,57 - 1409: 21,58 - 1428: 28,56 - 1439: 9,30 - 1440: 14,30 - 1441: 20,29 - 1442: 12,25 + 1152: 7,42 + 1184: 14,40 + 1198: 20,40 + 1201: 19,50 + 1236: 15,50 + 1237: 11,56 + 1279: 15,43 + 1318: 27,46 + 1333: 29,52 + 1366: 19,57 + 1367: 20,56 + 1382: 22,57 + 1383: 21,58 + 1402: 28,56 + 1413: 9,30 + 1414: 14,30 + 1415: 20,29 + 1416: 12,25 - node: color: '#354DA0FF' id: BrickTileWhiteCornerNe decals: - 6421: 36,3 + 6393: 36,3 - node: color: '#474F52FF' id: BrickTileWhiteCornerNe @@ -1494,30 +1496,30 @@ entities: color: '#7C45B5FF' id: BrickTileWhiteCornerNe decals: - 2420: -36,24 - 2453: -38,13 - 2454: -37,12 - 2470: 36,-1 + 2394: -36,24 + 2427: -38,13 + 2428: -37,12 + 2444: 36,-1 - node: color: '#845606FF' id: BrickTileWhiteCornerNe decals: - 3559: -7,-19 - 3560: -18,-19 - 3561: -25,-19 - 3562: -25,-24 - 3563: -10,-28 - 3564: -4,-23 - 3565: -13,-24 - 3566: -19,-28 - 3567: -10,-33 - 3568: -16,-33 - 3569: -16,-38 - 3570: -10,-38 - 3571: -7,-41 - 3582: -19,-19 - 3593: -10,-38 - 4856: -22,-41 + 3533: -7,-19 + 3534: -18,-19 + 3535: -25,-19 + 3536: -25,-24 + 3537: -10,-28 + 3538: -4,-23 + 3539: -13,-24 + 3540: -19,-28 + 3541: -10,-33 + 3542: -16,-33 + 3543: -16,-38 + 3544: -10,-38 + 3545: -7,-41 + 3556: -19,-19 + 3567: -10,-38 + 4830: -22,-41 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNe @@ -1531,25 +1533,30 @@ entities: 384: 6,7 385: 13,16 386: -11,16 - 1748: 31,7 + 1722: 31,7 + - node: + color: '#951710FF' + id: BrickTileWhiteCornerNe + decals: + 6708: -20,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe decals: - 990: -11,64 - 999: -2,64 - 1000: -7,64 - 1006: -30,62 - 1036: -19,59 - 1037: -8,68 - 1038: -2,68 - 4802: -36,67 + 964: -11,64 + 973: -2,64 + 974: -7,64 + 980: -30,62 + 1010: -19,59 + 1011: -8,68 + 1012: -2,68 + 4776: -36,67 - node: color: '#9FED58FF' id: BrickTileWhiteCornerNe decals: - 2273: 13,-5 - 2296: 10,-5 + 2247: 13,-5 + 2270: 10,-5 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNe @@ -1557,136 +1564,135 @@ entities: 698: -21,42 718: -30,42 724: -5,43 - 794: -8,35 - 795: -5,35 - 796: -5,30 - 824: -14,26 - 843: -9,30 - 844: -12,36 - 895: -33,31 - 896: -33,35 - 909: -13,45 - 919: -19,48 - 925: -17,42 - 1175: -10,22 - 4818: -32,51 + 792: -8,35 + 793: -5,35 + 794: -5,30 + 822: -14,26 + 841: -9,30 + 842: -12,36 + 893: -33,31 + 894: -33,35 + 907: -13,45 + 918: -17,42 + 1149: -10,22 + 4792: -32,51 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNe decals: - 2492: 50,21 - 2522: 32,24 - 2523: 32,30 - 2524: 40,30 - 2525: 40,26 - 2526: 49,26 - 2527: 50,24 - 2528: 49,30 - 2529: 46,30 - 2530: 44,34 - 2531: 50,40 - 2532: 49,44 - 2533: 50,51 - 2534: 45,51 - 2535: 47,57 - 2536: 41,57 - 2537: 35,51 - 2542: 40,44 - 2560: 63,30 - 2561: 68,30 - 2564: 49,34 - 2824: 68,27 - 2838: 54,49 - 2839: 53,51 + 2466: 50,21 + 2496: 32,24 + 2497: 32,30 + 2498: 40,30 + 2499: 40,26 + 2500: 49,26 + 2501: 50,24 + 2502: 49,30 + 2503: 46,30 + 2504: 44,34 + 2505: 50,40 + 2506: 49,44 + 2507: 50,51 + 2508: 45,51 + 2509: 47,57 + 2510: 41,57 + 2511: 35,51 + 2516: 40,44 + 2534: 63,30 + 2535: 68,30 + 2538: 49,34 + 2798: 68,27 + 2812: 54,49 + 2813: 53,51 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNe decals: - 1968: -53,37 - 1969: -52,36 - 1970: -42,35 - 1971: -48,27 - 1972: -48,23 - 1973: -48,18 - 1974: -58,20 - 1986: -58,27 - 1987: -59,30 - 1988: -60,36 - 1989: -42,31 + 1942: -53,37 + 1943: -52,36 + 1944: -42,35 + 1945: -48,27 + 1946: -48,23 + 1947: -48,18 + 1948: -58,20 + 1960: -58,27 + 1961: -59,30 + 1962: -60,36 + 1963: -42,31 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNe decals: - 2928: -50,5 - 2929: -50,-2 - 2930: -58,-2 - 3049: -54,-6 - 3050: -58,-7 - 3076: -53,-28 - 3077: -50,-11 - 3110: -59,-15 - 3253: -98,13 - 3254: -97,12 - 3255: -96,10 - 3256: -89,9 - 3257: -83,10 - 3258: -84,17 - 3259: -80,22 - 3260: -95,26 - 3261: -96,28 - 3262: -97,29 - 3263: -94,18 - 3264: -93,17 - 3265: -92,16 - 3266: -91,15 - 3267: -72,17 - 3268: -72,14 - 3269: -68,17 - 3270: -68,11 - 3271: -76,9 - 3272: -84,4 - 3273: -81,-4 - 3274: -80,-5 - 3275: -83,-3 - 3331: -91,5 - 6674: -72,3 + 2902: -50,5 + 2903: -50,-2 + 2904: -58,-2 + 3023: -54,-6 + 3024: -58,-7 + 3050: -53,-28 + 3051: -50,-11 + 3084: -59,-15 + 3227: -98,13 + 3228: -97,12 + 3229: -96,10 + 3230: -89,9 + 3231: -83,10 + 3232: -84,17 + 3233: -80,22 + 3234: -95,26 + 3235: -96,28 + 3236: -97,29 + 3237: -94,18 + 3238: -93,17 + 3239: -92,16 + 3240: -91,15 + 3241: -72,17 + 3242: -72,14 + 3243: -68,17 + 3244: -68,11 + 3245: -76,9 + 3246: -84,4 + 3247: -81,-4 + 3248: -80,-5 + 3249: -83,-3 + 3305: -91,5 + 6646: -72,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe decals: - 2319: 17,-1 - 2320: 17,3 - 2321: 28,-2 - 2370: 21,-8 + 2293: 17,-1 + 2294: 17,3 + 2295: 28,-2 + 2344: 21,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNw decals: - 1179: 4,42 - 1205: 9,40 - 1225: 16,40 - 1226: 17,50 - 1264: 5,56 - 1265: 9,50 - 1303: 9,43 - 1338: 21,46 - 1360: 24,52 - 1361: 23,51 - 1362: 21,50 - 1386: 17,57 - 1387: 16,56 - 1410: 15,58 - 1411: 14,57 - 1429: 26,56 - 1436: 4,30 - 1437: 11,30 - 1438: 17,29 - 1443: 6,25 + 1153: 4,42 + 1179: 9,40 + 1199: 16,40 + 1200: 17,50 + 1238: 5,56 + 1239: 9,50 + 1277: 9,43 + 1312: 21,46 + 1334: 24,52 + 1335: 23,51 + 1336: 21,50 + 1360: 17,57 + 1361: 16,56 + 1384: 15,58 + 1385: 14,57 + 1403: 26,56 + 1410: 4,30 + 1411: 11,30 + 1412: 17,29 + 1417: 6,25 - node: color: '#354DA0FF' id: BrickTileWhiteCornerNw decals: - 6423: 33,3 + 6395: 33,3 - node: color: '#474F52FF' id: BrickTileWhiteCornerNw @@ -1696,31 +1702,31 @@ entities: color: '#7C45B5FF' id: BrickTileWhiteCornerNw decals: - 2418: -43,24 - 2437: -40,19 - 2438: -37,20 - 2450: -40,13 - 2451: -41,12 - 2452: -42,10 - 2467: 33,-1 + 2392: -43,24 + 2411: -40,19 + 2412: -37,20 + 2424: -40,13 + 2425: -41,12 + 2426: -42,10 + 2441: 33,-1 - node: color: '#845606FF' id: BrickTileWhiteCornerNw decals: - 3572: -17,-28 - 3573: -17,-33 - 3574: -14,-33 - 3575: -20,-38 - 3576: -14,-38 - 3577: -11,-24 - 3578: -5,-23 - 3579: -17,-24 - 3580: -17,-19 - 3581: -23,-19 - 3583: -31,-19 - 3584: -31,-24 - 4857: -52,-41 - 4935: -23,-28 + 3546: -17,-28 + 3547: -17,-33 + 3548: -14,-33 + 3549: -20,-38 + 3550: -14,-38 + 3551: -11,-24 + 3552: -5,-23 + 3553: -17,-24 + 3554: -17,-19 + 3555: -23,-19 + 3557: -31,-19 + 3558: -31,-24 + 4831: -52,-41 + 4909: -23,-28 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNw @@ -1736,28 +1742,34 @@ entities: 488: -18,7 577: -4,7 601: -9,3 - 1652: 8,7 - 1892: -13,-14 - 4937: 6,16 - 4938: 5,15 + 1626: 8,7 + 1866: -13,-14 + 4911: 6,16 + 4912: 5,15 + - node: + color: '#951710FF' + id: BrickTileWhiteCornerNw + decals: + 6684: -28,48 + 6685: -29,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw decals: - 989: -28,64 - 998: -5,64 - 1001: -9,64 - 1005: -32,62 - 1039: -24,59 - 1040: -12,68 - 1041: -6,68 - 4803: -45,67 + 963: -28,64 + 972: -5,64 + 975: -9,64 + 979: -32,62 + 1013: -24,59 + 1014: -12,68 + 1015: -6,68 + 4777: -45,67 - node: color: '#9FED58FF' id: BrickTileWhiteCornerNw decals: - 2274: 5,-5 - 2297: 8,-5 + 2248: 5,-5 + 2271: 8,-5 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNw @@ -1766,125 +1778,124 @@ entities: 719: -31,42 730: -11,42 731: -9,43 - 790: -12,26 - 791: -7,30 - 792: -9,35 - 793: -6,35 - 825: -23,26 - 845: -23,30 - 892: -37,35 - 894: -37,31 - 913: -17,45 - 920: -28,48 - 926: -19,42 - 4817: -34,51 + 788: -12,26 + 789: -7,30 + 790: -9,35 + 791: -6,35 + 823: -23,26 + 843: -23,30 + 890: -37,35 + 892: -37,31 + 911: -17,45 + 919: -19,42 + 4791: -34,51 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNw decals: - 2505: 26,30 - 2506: 34,30 - 2507: 38,44 - 2508: 34,51 - 2509: 39,51 - 2510: 49,51 - 2511: 37,57 - 2512: 43,57 - 2513: 42,44 - 2514: 42,40 - 2515: 42,34 - 2516: 46,34 - 2517: 42,30 - 2518: 48,30 - 2519: 42,26 - 2520: 34,26 - 2521: 26,24 - 2559: 51,30 - 2562: 65,30 - 2837: 52,51 - 2845: 52,47 + 2479: 26,30 + 2480: 34,30 + 2481: 38,44 + 2482: 34,51 + 2483: 39,51 + 2484: 49,51 + 2485: 37,57 + 2486: 43,57 + 2487: 42,44 + 2488: 42,40 + 2489: 42,34 + 2490: 46,34 + 2491: 42,30 + 2492: 48,30 + 2493: 42,26 + 2494: 34,26 + 2495: 26,24 + 2533: 51,30 + 2536: 65,30 + 2811: 52,51 + 2819: 52,47 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNw decals: - 1976: -52,18 - 1977: -52,23 - 1978: -66,27 - 1979: -65,30 - 1980: -64,36 - 1981: -57,37 - 1982: -58,36 - 1983: -50,35 - 1984: -57,31 - 1991: -52,27 - 2034: -64,20 + 1950: -52,18 + 1951: -52,23 + 1952: -66,27 + 1953: -65,30 + 1954: -64,36 + 1955: -57,37 + 1956: -58,36 + 1957: -50,35 + 1958: -57,31 + 1965: -52,27 + 2008: -64,20 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNw decals: - 2931: -63,5 - 2932: -63,-2 - 2933: -56,-2 - 3048: -56,-6 - 3051: -63,-7 - 3078: -56,-11 - 3079: -60,-12 - 3111: -60,-15 - 3276: -98,-2 - 3277: -95,-1 - 3278: -94,0 - 3279: -93,1 - 3280: -90,-5 - 3281: -89,-4 - 3282: -87,-3 - 3283: -86,4 - 3284: -87,10 - 3285: -94,9 - 3286: -99,13 - 3287: -81,9 - 3288: -86,17 - 3289: -90,22 - 3290: -98,29 - 3291: -74,17 - 3292: -70,17 - 3293: -74,11 - 3332: -92,5 - 6666: -74,3 + 2905: -63,5 + 2906: -63,-2 + 2907: -56,-2 + 3022: -56,-6 + 3025: -63,-7 + 3052: -56,-11 + 3053: -60,-12 + 3085: -60,-15 + 3250: -98,-2 + 3251: -95,-1 + 3252: -94,0 + 3253: -93,1 + 3254: -90,-5 + 3255: -89,-4 + 3256: -87,-3 + 3257: -86,4 + 3258: -87,10 + 3259: -94,9 + 3260: -99,13 + 3261: -81,9 + 3262: -86,17 + 3263: -90,22 + 3264: -98,29 + 3265: -74,17 + 3266: -70,17 + 3267: -74,11 + 3306: -92,5 + 6638: -74,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw decals: - 2312: 12,3 - 2316: 12,0 - 2369: 15,-8 + 2286: 12,3 + 2290: 12,0 + 2343: 15,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSe decals: - 1211: 14,37 - 1223: 7,35 - 1229: 20,35 - 1299: 15,42 - 1300: 15,45 - 1301: 7,47 - 1302: 11,52 - 1365: 23,48 - 1366: 29,48 - 1388: 19,53 - 1389: 20,54 - 1415: 20,52 - 1416: 21,53 - 1417: 22,54 - 1431: 28,54 - 1444: 9,27 - 1445: 14,27 - 1446: 20,24 - 1451: 12,23 + 1185: 14,37 + 1197: 7,35 + 1203: 20,35 + 1273: 15,42 + 1274: 15,45 + 1275: 7,47 + 1276: 11,52 + 1339: 23,48 + 1340: 29,48 + 1362: 19,53 + 1363: 20,54 + 1389: 20,52 + 1390: 21,53 + 1391: 22,54 + 1405: 28,54 + 1418: 9,27 + 1419: 14,27 + 1420: 20,24 + 1425: 12,23 - node: color: '#354DA0FF' id: BrickTileWhiteCornerSe decals: - 6424: 36,1 + 6396: 36,1 - node: color: '#474F52FF' id: BrickTileWhiteCornerSe @@ -1894,28 +1905,28 @@ entities: color: '#7C45B5FF' id: BrickTileWhiteCornerSe decals: - 2413: -42,19 - 2415: -39,21 - 2416: -37,22 - 2417: -36,23 - 2455: -37,9 - 2468: 36,-3 + 2387: -42,19 + 2389: -39,21 + 2390: -37,22 + 2391: -36,23 + 2429: -37,9 + 2442: 36,-3 - node: color: '#845606FF' id: BrickTileWhiteCornerSe decals: - 3594: -7,-43 - 3595: -10,-36 - 3596: -16,-36 - 3597: -13,-26 - 3598: -4,-26 - 3599: -7,-22 - 3600: -25,-26 - 3601: -25,-22 - 3624: -10,-31 - 4854: -16,-45 - 4855: -22,-45 - 4859: -48,-50 + 3568: -7,-43 + 3569: -10,-36 + 3570: -16,-36 + 3571: -13,-26 + 3572: -4,-26 + 3573: -7,-22 + 3574: -25,-26 + 3575: -25,-22 + 3598: -10,-31 + 4828: -16,-45 + 4829: -22,-45 + 4833: -48,-50 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSe @@ -1928,29 +1939,35 @@ entities: 503: -14,5 504: -11,-3 578: 6,-3 - 1651: 13,9 - 1747: 31,5 - 1804: 10,-3 + 1625: 13,9 + 1721: 31,5 + 1778: 10,-3 + - node: + color: '#951710FF' + id: BrickTileWhiteCornerSe + decals: + 6683: -23,44 + 6707: -20,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe decals: - 991: -11,61 - 992: -26,53 - 993: -19,53 - 997: -2,63 - 1002: -7,63 - 1003: -30,57 - 1043: -8,66 - 1044: -2,66 - 1108: -16,61 - 4801: -36,58 + 965: -11,61 + 966: -26,53 + 967: -19,53 + 971: -2,63 + 976: -7,63 + 977: -30,57 + 1017: -8,66 + 1018: -2,66 + 1082: -16,61 + 4775: -36,58 - node: color: '#9FED58FF' id: BrickTileWhiteCornerSe decals: - 2275: 13,-12 - 2298: 10,-12 + 2249: 13,-12 + 2272: 10,-12 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSe @@ -1959,125 +1976,123 @@ entities: 721: -30,39 722: -5,39 723: -6,38 - 820: -5,23 - 821: -5,32 - 822: -14,24 - 858: -20,28 - 873: -9,28 - 897: -33,29 - 898: -33,33 - 922: -23,44 - 923: -17,39 - 945: -19,47 - 4820: -33,37 - 4821: -32,44 + 818: -5,23 + 819: -5,32 + 820: -14,24 + 856: -20,28 + 871: -9,28 + 895: -33,29 + 896: -33,33 + 916: -17,39 + 4794: -33,37 + 4795: -32,44 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSe decals: - 2551: 32,26 - 2552: 40,23 - 2553: 50,23 - 2554: 49,28 - 2555: 49,32 - 2556: 63,26 - 2557: 68,26 - 2565: 50,36 - 2566: 49,42 - 2567: 50,46 - 2568: 47,53 - 2569: 41,53 - 2570: 40,28 - 2571: 40,32 - 2572: 32,23 - 2825: 68,29 - 2843: 54,46 + 2525: 32,26 + 2526: 40,23 + 2527: 50,23 + 2528: 49,28 + 2529: 49,32 + 2530: 63,26 + 2531: 68,26 + 2539: 50,36 + 2540: 49,42 + 2541: 50,46 + 2542: 47,53 + 2543: 41,53 + 2544: 40,28 + 2545: 40,32 + 2546: 32,23 + 2799: 68,29 + 2817: 54,46 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSe decals: - 1961: -58,22 - 1962: -48,20 - 1963: -48,16 - 1964: -48,25 - 1965: -52,33 - 1966: -42,33 - 1975: -58,15 - 1990: -42,29 - 2033: -54,11 + 1935: -58,22 + 1936: -48,20 + 1937: -48,16 + 1938: -48,25 + 1939: -52,33 + 1940: -42,33 + 1949: -58,15 + 1964: -42,29 + 2007: -54,11 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSe decals: - 2938: -58,-5 - 2939: -50,-4 - 2940: -57,0 - 2941: -50,0 - 3053: -58,-10 - 3073: -54,-9 - 3074: -50,-12 - 3075: -53,-13 - 3208: -80,-6 - 3209: -84,-1 - 3210: -83,6 - 3211: -68,5 - 3212: -68,13 - 3213: -72,13 - 3214: -72,16 - 3215: -76,7 - 3216: -84,12 - 3217: -83,19 - 3218: -81,20 - 3219: -80,21 - 3220: -97,4 - 3221: -96,6 - 3222: -98,3 - 3224: -89,7 - 3225: -91,11 - 3226: -91,1 - 3227: -92,0 - 3228: -93,-1 - 3229: -94,-2 - 3230: -95,-10 - 3231: -96,-12 - 3232: -97,-13 - 6673: -72,0 + 2912: -58,-5 + 2913: -50,-4 + 2914: -57,0 + 2915: -50,0 + 3027: -58,-10 + 3047: -54,-9 + 3048: -50,-12 + 3049: -53,-13 + 3182: -80,-6 + 3183: -84,-1 + 3184: -83,6 + 3185: -68,5 + 3186: -68,13 + 3187: -72,13 + 3188: -72,16 + 3189: -76,7 + 3190: -84,12 + 3191: -83,19 + 3192: -81,20 + 3193: -80,21 + 3194: -97,4 + 3195: -96,6 + 3196: -98,3 + 3198: -89,7 + 3199: -91,11 + 3200: -91,1 + 3201: -92,0 + 3202: -93,-1 + 3203: -94,-2 + 3204: -95,-10 + 3205: -96,-12 + 3206: -97,-13 + 6645: -72,0 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe decals: - 2313: 21,-6 - 2314: 28,-3 - 2315: 17,1 - 2368: 21,-12 + 2287: 21,-6 + 2288: 28,-3 + 2289: 17,1 + 2342: 21,-12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSw decals: - 1204: 4,35 - 1212: 9,37 - 1228: 16,35 - 1295: 9,45 - 1296: 5,47 - 1297: 9,42 - 1298: 21,45 - 1363: 21,48 - 1364: 25,48 - 1390: 16,54 - 1391: 17,53 - 1412: 14,54 - 1413: 15,53 - 1414: 16,52 - 1430: 26,54 - 1447: 4,27 - 1448: 11,27 - 1449: 17,24 - 1450: 6,23 + 1178: 4,35 + 1186: 9,37 + 1202: 16,35 + 1269: 9,45 + 1270: 5,47 + 1271: 9,42 + 1272: 21,45 + 1337: 21,48 + 1338: 25,48 + 1364: 16,54 + 1365: 17,53 + 1386: 14,54 + 1387: 15,53 + 1388: 16,52 + 1404: 26,54 + 1421: 4,27 + 1422: 11,27 + 1423: 17,24 + 1424: 6,23 - node: color: '#354DA0FF' id: BrickTileWhiteCornerSw decals: - 6422: 33,1 + 6394: 33,1 - node: color: '#474F52FF' id: BrickTileWhiteCornerSw @@ -2087,24 +2102,24 @@ entities: color: '#7C45B5FF' id: BrickTileWhiteCornerSw decals: - 2414: -43,19 - 2456: -42,9 - 2469: 33,-3 + 2388: -43,19 + 2430: -42,9 + 2443: 33,-3 - node: color: '#845606FF' id: BrickTileWhiteCornerSw decals: - 3585: -31,-26 - 3586: -31,-22 - 3587: -23,-26 - 3588: -17,-22 - 3589: -11,-26 - 3590: -17,-31 - 3591: -14,-36 - 3592: -14,-43 - 4853: -20,-45 - 4858: -52,-50 - 4930: -23,-36 + 3559: -31,-26 + 3560: -31,-22 + 3561: -23,-26 + 3562: -17,-22 + 3563: -11,-26 + 3564: -17,-31 + 3565: -14,-36 + 3566: -14,-43 + 4827: -20,-45 + 4832: -52,-50 + 4904: -23,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSw @@ -2120,31 +2135,36 @@ entities: 500: -18,5 575: -9,1 576: -4,-3 - 1650: 5,9 - 1779: 8,-3 - 1949: -9,18 + 1624: 5,9 + 1753: 8,-3 + 1923: -9,18 + - node: + color: '#951710FF' + id: BrickTileWhiteCornerSw + decals: + 6686: -29,44 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw decals: - 994: -28,53 - 995: -9,63 - 996: -5,63 - 1004: -32,57 - 1045: -12,66 - 1105: -24,53 - 1106: -14,61 - 1107: -6,66 - 4799: -44,62 - 4800: -40,58 - 4804: -45,64 + 968: -28,53 + 969: -9,63 + 970: -5,63 + 978: -32,57 + 1019: -12,66 + 1079: -24,53 + 1080: -14,61 + 1081: -6,66 + 4773: -44,62 + 4774: -40,58 + 4778: -45,64 - node: color: '#9FED58FF' id: BrickTileWhiteCornerSw decals: - 2299: 8,-12 - 4849: 6,-12 - 4850: 5,-11 + 2273: 8,-12 + 4823: 6,-12 + 4824: 5,-11 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSw @@ -2153,219 +2173,218 @@ entities: 720: -31,39 725: -11,39 728: -8,38 - 801: -12,24 - 802: -8,23 - 803: -9,32 - 823: -23,24 - 857: -18,28 - 861: -23,28 - 891: -37,29 - 893: -37,33 - 914: -17,44 - 921: -28,44 - 924: -19,39 - 4819: -34,37 + 799: -12,24 + 800: -8,23 + 801: -9,32 + 821: -23,24 + 855: -18,28 + 859: -23,28 + 889: -37,29 + 891: -37,33 + 912: -17,44 + 917: -19,39 + 4793: -34,37 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSw decals: - 2538: 34,46 - 2539: 37,53 - 2540: 43,53 - 2541: 38,32 - 2543: 42,42 - 2544: 42,36 - 2545: 42,32 - 2546: 42,28 - 2547: 42,23 - 2548: 34,23 - 2549: 26,23 - 2550: 26,26 - 2558: 51,26 - 2563: 65,26 - 2640: 34,28 - 2836: 52,46 - 2847: 52,49 + 2512: 34,46 + 2513: 37,53 + 2514: 43,53 + 2515: 38,32 + 2517: 42,42 + 2518: 42,36 + 2519: 42,32 + 2520: 42,28 + 2521: 42,23 + 2522: 34,23 + 2523: 26,23 + 2524: 26,26 + 2532: 51,26 + 2537: 65,26 + 2614: 34,28 + 2810: 52,46 + 2821: 52,49 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSw decals: - 1954: -52,16 - 1955: -52,20 - 1956: -56,11 - 1957: -64,15 - 1958: -58,33 - 1959: -50,33 - 1960: -66,22 - 1967: -52,25 - 1985: -57,29 + 1928: -52,16 + 1929: -52,20 + 1930: -56,11 + 1931: -64,15 + 1932: -58,33 + 1933: -50,33 + 1934: -66,22 + 1941: -52,25 + 1959: -57,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSw decals: - 2934: -63,0 - 2935: -55,0 - 2936: -63,-5 - 2937: -56,-4 - 3052: -63,-10 - 3071: -56,-9 - 3080: -54,-34 - 3081: -60,-30 - 3109: -60,-13 - 3233: -90,-6 - 3234: -98,-13 - 3235: -99,3 - 3236: -94,7 - 3237: -92,11 - 3238: -87,6 - 3239: -81,7 - 3240: -86,-1 - 3241: -74,-1 - 3242: -74,5 - 3243: -74,13 - 3244: -70,13 - 3245: -86,12 - 3246: -87,19 - 3247: -89,20 - 3248: -90,21 - 3249: -93,15 - 3250: -94,16 - 3251: -95,17 - 3252: -98,18 - 6667: -74,0 + 2908: -63,0 + 2909: -55,0 + 2910: -63,-5 + 2911: -56,-4 + 3026: -63,-10 + 3045: -56,-9 + 3054: -54,-34 + 3055: -60,-30 + 3083: -60,-13 + 3207: -90,-6 + 3208: -98,-13 + 3209: -99,3 + 3210: -94,7 + 3211: -92,11 + 3212: -87,6 + 3213: -81,7 + 3214: -86,-1 + 3215: -74,-1 + 3216: -74,5 + 3217: -74,13 + 3218: -70,13 + 3219: -86,12 + 3220: -87,19 + 3221: -89,20 + 3222: -90,21 + 3223: -93,15 + 3224: -94,16 + 3225: -95,17 + 3226: -98,18 + 6639: -74,0 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw decals: - 2317: 15,-6 - 2318: 12,-3 - 2329: 12,2 - 2367: 15,-12 + 2291: 15,-6 + 2292: 12,-3 + 2303: 12,2 + 2341: 15,-12 - node: color: '#B02E26FF' id: BrickTileWhiteEndE decals: - 877: -25,29 + 875: -25,29 - node: color: '#334E6DFF' id: BrickTileWhiteEndS decals: - 1352: 27,41 + 1326: 27,41 - node: color: '#B02E26FF' id: BrickTileWhiteEndW decals: - 876: -31,29 + 874: -31,29 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe decals: - 1196: 2,34 - 1243: 19,40 - 1399: 19,56 - 1426: 21,57 - 1498: 15,21 - 1499: 11,22 + 1170: 2,34 + 1217: 19,40 + 1373: 19,56 + 1400: 21,57 + 1472: 15,21 + 1473: 11,22 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerNe decals: - 2448: -44,17 - 2464: -38,12 + 2422: -44,17 + 2438: -38,12 - node: color: '#845606FF' id: BrickTileWhiteInnerNe decals: - 3753: -16,-34 - 3754: -19,-25 - 3755: -10,-41 + 3727: -16,-34 + 3728: -19,-25 + 3729: -10,-41 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNe decals: - 1894: -25,-15 - 1895: 2,-13 + 1868: -25,-15 + 1869: 2,-13 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNe decals: - 804: -8,34 - 859: -12,30 - 908: -13,36 - 1167: -33,22 - 1174: -10,21 + 802: -8,34 + 857: -12,30 + 906: -13,36 + 1141: -33,22 + 1148: -10,21 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNe decals: - 2491: 25,21 - 2504: 50,9 - 2828: 66,27 - 2830: 49,24 - 2831: 46,28 - 2834: 44,32 - 2850: 53,49 - 2854: 35,49 - 2855: 45,49 + 2465: 25,21 + 2478: 50,9 + 2802: 66,27 + 2804: 49,24 + 2805: 46,28 + 2808: 44,32 + 2824: 53,49 + 2828: 35,49 + 2829: 45,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNe decals: - 2159: -60,30 - 2160: -59,27 - 2167: -53,36 + 2133: -60,30 + 2134: -59,27 + 2141: -53,36 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNe decals: - 3171: -53,-33 - 3172: -59,-28 - 3362: -73,14 - 3375: -95,18 - 3376: -94,17 - 3377: -93,16 - 3378: -92,15 - 3379: -96,26 - 3380: -97,28 - 3381: -98,12 - 3382: -97,10 - 3383: -83,-4 - 3384: -81,-5 - 6672: -73,3 - 6677: -72,1 + 3145: -53,-33 + 3146: -59,-28 + 3336: -73,14 + 3349: -95,18 + 3350: -94,17 + 3351: -93,16 + 3352: -92,15 + 3353: -96,26 + 3354: -97,28 + 3355: -98,12 + 3356: -97,10 + 3357: -83,-4 + 3358: -81,-5 + 6644: -73,3 + 6649: -72,1 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe decals: - 2334: 16,-1 - 2344: 17,-2 + 2308: 16,-1 + 2318: 17,-2 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNw decals: - 1242: 17,40 - 1383: 23,50 - 1384: 24,51 - 1398: 17,56 - 1423: 15,57 - 1497: 22,21 - 1500: 7,22 + 1216: 17,40 + 1357: 23,50 + 1358: 24,51 + 1372: 17,56 + 1397: 15,57 + 1471: 22,21 + 1474: 7,22 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerNw decals: - 2445: -40,17 - 2446: -37,19 - 2447: -36,20 - 2465: -40,12 - 2466: -41,10 + 2419: -40,17 + 2420: -37,19 + 2421: -36,20 + 2439: -40,12 + 2440: -41,10 - node: color: '#845606FF' id: BrickTileWhiteInnerNw decals: - 3748: -17,-25 - 3749: -5,-24 - 3750: -14,-34 + 3722: -17,-25 + 3723: -5,-24 + 3724: -14,-34 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNw @@ -2373,153 +2392,162 @@ entities: 567: -15,13 574: -12,3 596: -4,3 - 1893: -13,-15 - 1896: 0,-13 - 1901: 37,-14 - 4939: 6,15 + 1867: -13,-15 + 1870: 0,-13 + 1875: 37,-14 + 4913: 6,15 + - node: + color: '#951710FF' + id: BrickTileWhiteInnerNw + decals: + 6706: -28,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerNw decals: - 1176: 0,62 + 1150: 0,62 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNw decals: 743: -9,42 - 805: -6,34 - 806: -7,26 - 860: -14,30 - 1173: -4,21 + 803: -6,34 + 804: -7,26 + 858: -14,30 + 1147: -4,21 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNw decals: - 2832: 48,28 - 2835: 46,32 - 2851: 53,47 - 2852: 49,49 - 2853: 39,49 + 2806: 48,28 + 2809: 46,32 + 2825: 53,47 + 2826: 49,49 + 2827: 39,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNw decals: - 2164: -65,27 - 2165: -64,30 - 2166: -57,36 - 2178: -46,9 + 2138: -65,27 + 2139: -64,30 + 2140: -57,36 + 2152: -46,9 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNw decals: - 3370: -95,-2 - 3371: -94,-1 - 3372: -93,0 - 3373: -89,-5 - 3374: -87,-4 - 3415: -48,-2 - 4618: -92,1 - 6671: -73,3 + 3344: -95,-2 + 3345: -94,-1 + 3346: -93,0 + 3347: -89,-5 + 3348: -87,-4 + 3389: -48,-2 + 4592: -92,1 + 6643: -73,3 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNw decals: - 2332: 13,0 + 2306: 13,0 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSe decals: - 1197: 2,43 - 1337: 7,52 - 1372: 23,49 - 1397: 19,54 - 1424: 20,53 - 1425: 21,54 - 1501: 11,23 + 1171: 2,43 + 1311: 7,52 + 1346: 23,49 + 1371: 19,54 + 1398: 20,53 + 1399: 21,54 + 1475: 11,23 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerSe decals: - 2434: -42,21 - 2435: -39,22 - 2436: -37,23 + 2408: -42,21 + 2409: -39,22 + 2410: -37,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSe decals: - 3558: -32,-17 - 3752: -16,-35 - 4929: -48,-45 + 3532: -32,-17 + 3726: -16,-35 + 4903: -48,-45 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSe decals: - 1789: 10,5 - 1948: -32,19 - 1952: 2,17 + 1763: 10,5 + 1922: -32,19 + 1926: 2,17 + - node: + color: '#951710FF' + id: BrickTileWhiteInnerSe + decals: + 6705: -23,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe decals: - 1125: -16,63 - 1127: -26,61 + 1099: -16,63 + 1101: -26,61 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSe decals: 741: -6,39 - 875: -20,29 - 918: -23,47 - 4834: -33,44 + 873: -20,29 + 4808: -33,44 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSe decals: - 2829: 66,29 + 2803: 66,29 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSe decals: - 2163: -54,29 + 2137: -54,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSe decals: - 2957: -57,2 - 3174: -53,-12 - 3347: -97,-12 - 3348: -96,-10 - 3349: -98,4 - 3350: -97,6 - 3356: -81,21 - 3357: -83,20 - 3363: -73,16 - 3385: -95,-2 - 3386: -94,-1 - 3387: -93,0 - 3388: -92,1 - 6676: -72,1 + 2931: -57,2 + 3148: -53,-12 + 3321: -97,-12 + 3322: -96,-10 + 3323: -98,4 + 3324: -97,6 + 3330: -81,21 + 3331: -83,20 + 3337: -73,16 + 3359: -95,-2 + 3360: -94,-1 + 3361: -93,0 + 3362: -92,1 + 6648: -72,1 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe decals: - 2330: 16,1 - 2335: 21,-3 + 2304: 16,1 + 2309: 21,-3 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSw decals: - 1351: 27,45 - 1371: 25,49 - 1400: 17,54 - 1427: 15,54 - 1502: 7,23 + 1325: 27,45 + 1345: 25,49 + 1374: 17,54 + 1401: 15,54 + 1476: 7,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSw decals: - 3446: -6,-17 - 3751: -14,-35 + 3420: -6,-17 + 3725: -14,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSw @@ -2527,187 +2555,187 @@ entities: 568: -12,12 573: -12,1 595: -4,1 - 1950: -9,19 - 1951: 0,17 - 1953: 36,18 + 1924: -9,19 + 1925: 0,17 + 1927: 36,18 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSw decals: - 1126: -14,63 - 1177: 0,69 - 4805: -40,62 - 4806: -44,64 + 1100: -14,63 + 1151: 0,69 + 4779: -40,62 + 4780: -44,64 - node: color: '#9FED58FF' id: BrickTileWhiteInnerSw decals: - 4851: 6,-11 + 4825: 6,-11 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSw decals: 742: -8,39 - 807: -8,24 - 874: -18,29 - 917: -14,44 + 805: -8,24 + 872: -18,29 + 915: -14,44 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSw decals: - 2849: 53,49 + 2823: 53,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSw decals: - 2161: -56,29 + 2135: -56,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSw decals: - 2958: -55,2 - 3173: -54,-30 - 3364: -87,20 - 3365: -89,21 - 3366: -92,15 - 3367: -93,16 - 3368: -94,17 - 3369: -95,18 - 3406: -48,7 + 2932: -55,2 + 3147: -54,-30 + 3338: -87,20 + 3339: -89,21 + 3340: -92,15 + 3341: -93,16 + 3342: -94,17 + 3343: -95,18 + 3380: -48,7 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSw decals: - 2331: 13,2 - 2333: 15,-3 + 2305: 13,2 + 2307: 15,-3 - node: color: '#334E6DFF' id: BrickTileWhiteLineE decals: - 1182: 7,41 - 1183: 7,40 - 1184: 7,39 - 1185: 7,38 - 1186: 7,37 - 1187: 7,36 - 1188: 2,42 - 1189: 2,41 - 1190: 2,40 - 1191: 2,39 - 1192: 2,38 - 1193: 2,37 - 1194: 2,36 - 1195: 2,35 - 1215: 14,38 - 1216: 14,39 - 1238: 20,39 - 1239: 20,38 - 1240: 20,37 - 1241: 20,36 - 1253: 19,49 - 1254: 19,48 - 1255: 19,47 - 1256: 19,46 - 1257: 19,44 - 1258: 19,45 - 1259: 19,43 - 1260: 19,42 - 1261: 19,41 - 1266: 3,48 - 1267: 3,49 - 1268: 3,50 - 1269: 3,51 - 1270: 3,52 - 1271: 3,53 - 1272: 3,54 - 1273: 3,55 - 1274: 3,56 - 1275: 11,53 - 1276: 11,54 - 1277: 11,55 - 1278: 15,49 - 1279: 15,48 - 1280: 15,47 - 1281: 15,46 - 1282: 7,50 - 1283: 7,49 - 1284: 7,51 - 1304: 7,48 - 1350: 27,45 - 1353: 27,44 - 1354: 27,43 - 1355: 27,42 - 1374: 29,49 - 1375: 29,50 - 1376: 29,51 - 1394: 20,55 - 1404: 22,55 - 1405: 22,56 - 1434: 28,55 - 1465: 12,24 - 1466: 20,25 - 1467: 20,26 - 1468: 20,27 - 1469: 20,28 - 1470: 9,28 - 1471: 9,29 - 1472: 14,28 - 1473: 14,29 + 1156: 7,41 + 1157: 7,40 + 1158: 7,39 + 1159: 7,38 + 1160: 7,37 + 1161: 7,36 + 1162: 2,42 + 1163: 2,41 + 1164: 2,40 + 1165: 2,39 + 1166: 2,38 + 1167: 2,37 + 1168: 2,36 + 1169: 2,35 + 1189: 14,38 + 1190: 14,39 + 1212: 20,39 + 1213: 20,38 + 1214: 20,37 + 1215: 20,36 + 1227: 19,49 + 1228: 19,48 + 1229: 19,47 + 1230: 19,46 + 1231: 19,44 + 1232: 19,45 + 1233: 19,43 + 1234: 19,42 + 1235: 19,41 + 1240: 3,48 + 1241: 3,49 + 1242: 3,50 + 1243: 3,51 + 1244: 3,52 + 1245: 3,53 + 1246: 3,54 + 1247: 3,55 + 1248: 3,56 + 1249: 11,53 + 1250: 11,54 + 1251: 11,55 + 1252: 15,49 + 1253: 15,48 + 1254: 15,47 + 1255: 15,46 + 1256: 7,50 + 1257: 7,49 + 1258: 7,51 + 1278: 7,48 + 1324: 27,45 + 1327: 27,44 + 1328: 27,43 + 1329: 27,42 + 1348: 29,49 + 1349: 29,50 + 1350: 29,51 + 1368: 20,55 + 1378: 22,55 + 1379: 22,56 + 1408: 28,55 + 1439: 12,24 + 1440: 20,25 + 1441: 20,26 + 1442: 20,27 + 1443: 20,28 + 1444: 9,28 + 1445: 9,29 + 1446: 14,28 + 1447: 14,29 - node: color: '#354DA0FF' id: BrickTileWhiteLineE decals: - 6429: 36,2 + 6401: 36,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE decals: - 2419: -42,20 - 2461: -37,10 - 2462: -37,11 - 2473: 36,-2 + 2393: -42,20 + 2435: -37,10 + 2436: -37,11 + 2447: 36,-2 - node: color: '#845606FF' id: BrickTileWhiteLineE decals: - 3602: -4,-24 - 3603: -4,-25 - 3604: -7,-21 - 3605: -7,-20 - 3606: -19,-20 - 3607: -19,-21 - 3608: -19,-22 - 3609: -19,-23 - 3610: -19,-24 - 3611: -13,-25 - 3612: -25,-21 - 3613: -25,-20 - 3614: -25,-25 - 3615: -19,-29 - 3616: -19,-30 - 3617: -19,-31 - 3618: -19,-32 - 3619: -19,-33 - 3620: -10,-35 - 3621: -10,-34 - 3622: -10,-30 - 3623: -10,-29 - 3625: -10,-39 - 3626: -10,-40 - 3627: -7,-42 - 3628: -16,-39 - 3629: -16,-40 - 3630: -16,-41 - 4860: -16,-42 - 4861: -16,-43 - 4862: -16,-44 - 4924: -48,-49 - 4925: -48,-46 - 4926: -22,-44 - 4927: -22,-43 - 4928: -22,-42 - 6364: -48,-47 - 6365: -48,-48 + 3576: -4,-24 + 3577: -4,-25 + 3578: -7,-21 + 3579: -7,-20 + 3580: -19,-20 + 3581: -19,-21 + 3582: -19,-22 + 3583: -19,-23 + 3584: -19,-24 + 3585: -13,-25 + 3586: -25,-21 + 3587: -25,-20 + 3588: -25,-25 + 3589: -19,-29 + 3590: -19,-30 + 3591: -19,-31 + 3592: -19,-32 + 3593: -19,-33 + 3594: -10,-35 + 3595: -10,-34 + 3596: -10,-30 + 3597: -10,-29 + 3599: -10,-39 + 3600: -10,-40 + 3601: -7,-42 + 3602: -16,-39 + 3603: -16,-40 + 3604: -16,-41 + 4834: -16,-42 + 4835: -16,-43 + 4836: -16,-44 + 4898: -48,-49 + 4899: -48,-46 + 4900: -22,-44 + 4901: -22,-43 + 4902: -22,-42 + 6336: -48,-47 + 6337: -48,-48 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE @@ -2746,88 +2774,94 @@ entities: 585: 6,4 586: 6,5 587: 6,6 - 1653: 13,10 - 1654: 13,11 - 1655: 13,12 - 1656: 13,13 - 1657: 13,14 - 1658: 13,15 - 1749: 31,6 - 1773: 10,4 - 1774: 10,3 - 1775: 10,2 - 1776: 10,1 - 1777: 10,0 - 1778: 10,-1 - 1813: 2,10 - 1814: 2,9 - 1815: 2,11 - 1816: 2,12 - 1817: 2,13 - 1818: 2,14 - 1819: 2,15 - 1820: 2,16 - 1837: 2,-12 - 1838: 2,-11 - 1839: 2,-10 - 1840: 2,-9 - 1841: 2,-8 - 1842: 2,-7 - 1843: 2,-6 - 1844: 2,-5 - 2386: 10,-2 - 6692: 35,-7 - 6693: 35,-6 - 6695: 35,-5 + 1627: 13,10 + 1628: 13,11 + 1629: 13,12 + 1630: 13,13 + 1631: 13,14 + 1632: 13,15 + 1723: 31,6 + 1747: 10,4 + 1748: 10,3 + 1749: 10,2 + 1750: 10,1 + 1751: 10,0 + 1752: 10,-1 + 1787: 2,10 + 1788: 2,9 + 1789: 2,11 + 1790: 2,12 + 1791: 2,13 + 1792: 2,14 + 1793: 2,15 + 1794: 2,16 + 1811: 2,-12 + 1812: 2,-11 + 1813: 2,-10 + 1814: 2,-9 + 1815: 2,-8 + 1816: 2,-7 + 1817: 2,-6 + 1818: 2,-5 + 2360: 10,-2 + 6664: 35,-7 + 6665: 35,-6 + 6667: 35,-5 + - node: + color: '#951710FF' + id: BrickTileWhiteLineE + decals: + 6703: -23,45 + 6704: -23,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE decals: - 1046: -8,67 - 1047: -2,67 - 1048: -11,63 - 1049: -11,62 - 1050: -19,58 - 1051: -19,57 - 1052: -19,56 - 1053: -19,55 - 1054: -19,54 - 1055: -26,60 - 1056: -26,59 - 1057: -26,58 - 1058: -26,57 - 1059: -26,56 - 1060: -26,55 - 1061: -26,54 - 1062: -30,61 - 1063: -30,60 - 1064: -30,59 - 1065: -30,58 - 1109: -16,62 - 4775: -36,63 - 4776: -36,62 - 4777: -36,61 - 4778: -36,60 - 4779: -36,59 - 4780: -36,65 - 4781: -36,64 - 4782: -36,66 + 1020: -8,67 + 1021: -2,67 + 1022: -11,63 + 1023: -11,62 + 1024: -19,58 + 1025: -19,57 + 1026: -19,56 + 1027: -19,55 + 1028: -19,54 + 1029: -26,60 + 1030: -26,59 + 1031: -26,58 + 1032: -26,57 + 1033: -26,56 + 1034: -26,55 + 1035: -26,54 + 1036: -30,61 + 1037: -30,60 + 1038: -30,59 + 1039: -30,58 + 1083: -16,62 + 4749: -36,63 + 4750: -36,62 + 4751: -36,61 + 4752: -36,60 + 4753: -36,59 + 4754: -36,65 + 4755: -36,64 + 4756: -36,66 - node: color: '#9FED58FF' id: BrickTileWhiteLineE decals: - 2290: 13,-6 - 2291: 13,-7 - 2292: 13,-8 - 2293: 13,-9 - 2294: 13,-10 - 2295: 13,-11 - 2300: 10,-6 - 2301: 10,-7 - 2302: 10,-8 - 2303: 10,-9 - 2304: 10,-10 - 2305: 10,-11 + 2264: 13,-6 + 2265: 13,-7 + 2266: 13,-8 + 2267: 13,-9 + 2268: 13,-10 + 2269: 13,-11 + 2274: 10,-6 + 2275: 10,-7 + 2276: 10,-8 + 2277: 10,-9 + 2278: 10,-10 + 2279: 10,-11 - node: color: '#B02E26FF' id: BrickTileWhiteLineE @@ -2864,208 +2898,206 @@ entities: 766: -33,30 767: -17,41 768: -17,40 - 769: -23,46 - 770: -23,45 - 818: -5,33 - 819: -5,34 - 4822: -32,45 - 4823: -32,46 - 4824: -32,47 - 4825: -32,48 - 4826: -32,49 - 4827: -32,50 - 4828: -33,43 - 4829: -33,42 - 4830: -33,41 - 4831: -33,40 - 4832: -33,39 - 4833: -33,38 + 816: -5,33 + 817: -5,34 + 4796: -32,45 + 4797: -32,46 + 4798: -32,47 + 4799: -32,48 + 4800: -32,49 + 4801: -32,50 + 4802: -33,43 + 4803: -33,42 + 4804: -33,41 + 4805: -33,40 + 4806: -33,39 + 4807: -33,38 - node: color: '#B04DB5FF' id: BrickTileWhiteLineE decals: - 2493: 50,20 - 2494: 50,19 - 2495: 50,18 - 2496: 50,17 - 2497: 50,16 - 2498: 50,15 - 2499: 50,14 - 2500: 50,13 - 2501: 50,12 - 2502: 50,11 - 2503: 50,10 - 2675: 32,29 - 2676: 32,28 - 2677: 32,27 - 2678: 40,29 - 2679: 40,25 - 2680: 40,24 - 2681: 49,25 - 2682: 49,29 - 2683: 46,29 - 2684: 50,37 - 2685: 50,38 - 2686: 50,39 - 2687: 49,33 - 2688: 44,33 - 2689: 40,43 - 2690: 40,42 - 2691: 40,41 - 2692: 40,40 - 2693: 40,39 - 2694: 40,38 - 2695: 40,37 - 2696: 40,36 - 2697: 40,35 - 2698: 40,34 - 2699: 40,33 - 2700: 50,47 - 2701: 50,48 - 2702: 50,49 - 2703: 50,50 - 2704: 35,50 - 2705: 45,50 - 2706: 41,54 - 2707: 41,55 - 2708: 41,56 - 2709: 47,56 - 2710: 47,55 - 2711: 47,54 - 2712: 49,43 - 2801: 66,28 - 2802: 63,29 - 2803: 63,28 - 2804: 63,27 - 2840: 53,50 - 2841: 54,48 - 2842: 54,47 + 2467: 50,20 + 2468: 50,19 + 2469: 50,18 + 2470: 50,17 + 2471: 50,16 + 2472: 50,15 + 2473: 50,14 + 2474: 50,13 + 2475: 50,12 + 2476: 50,11 + 2477: 50,10 + 2649: 32,29 + 2650: 32,28 + 2651: 32,27 + 2652: 40,29 + 2653: 40,25 + 2654: 40,24 + 2655: 49,25 + 2656: 49,29 + 2657: 46,29 + 2658: 50,37 + 2659: 50,38 + 2660: 50,39 + 2661: 49,33 + 2662: 44,33 + 2663: 40,43 + 2664: 40,42 + 2665: 40,41 + 2666: 40,40 + 2667: 40,39 + 2668: 40,38 + 2669: 40,37 + 2670: 40,36 + 2671: 40,35 + 2672: 40,34 + 2673: 40,33 + 2674: 50,47 + 2675: 50,48 + 2676: 50,49 + 2677: 50,50 + 2678: 35,50 + 2679: 45,50 + 2680: 41,54 + 2681: 41,55 + 2682: 41,56 + 2683: 47,56 + 2684: 47,55 + 2685: 47,54 + 2686: 49,43 + 2775: 66,28 + 2776: 63,29 + 2777: 63,28 + 2778: 63,27 + 2814: 53,50 + 2815: 54,48 + 2816: 54,47 - node: color: '#BA8841FF' id: BrickTileWhiteLineE decals: - 2072: -60,35 - 2073: -60,34 - 2074: -60,33 - 2075: -60,32 - 2076: -60,31 - 2077: -52,34 - 2078: -52,35 - 2079: -42,34 - 2080: -42,30 - 2081: -48,26 - 2082: -48,22 - 2083: -48,21 - 2084: -48,17 - 2085: -54,12 - 2086: -54,13 - 2087: -54,14 - 2088: -54,15 - 2089: -54,16 - 2090: -54,17 - 2091: -58,16 - 2092: -58,17 - 2093: -58,18 - 2094: -58,19 - 2095: -54,18 - 2096: -54,19 - 2097: -54,20 - 2098: -54,21 - 2099: -54,22 - 2100: -54,23 - 2101: -54,24 - 2102: -54,25 - 2103: -54,26 - 2104: -54,27 - 2105: -54,28 - 2153: -58,26 - 2154: -58,25 - 2155: -58,24 - 2156: -58,23 - 2157: -59,29 - 2158: -59,28 + 2046: -60,35 + 2047: -60,34 + 2048: -60,33 + 2049: -60,32 + 2050: -60,31 + 2051: -52,34 + 2052: -52,35 + 2053: -42,34 + 2054: -42,30 + 2055: -48,26 + 2056: -48,22 + 2057: -48,21 + 2058: -48,17 + 2059: -54,12 + 2060: -54,13 + 2061: -54,14 + 2062: -54,15 + 2063: -54,16 + 2064: -54,17 + 2065: -58,16 + 2066: -58,17 + 2067: -58,18 + 2068: -58,19 + 2069: -54,18 + 2070: -54,19 + 2071: -54,20 + 2072: -54,21 + 2073: -54,22 + 2074: -54,23 + 2075: -54,24 + 2076: -54,25 + 2077: -54,26 + 2078: -54,27 + 2079: -54,28 + 2127: -58,26 + 2128: -58,25 + 2129: -58,24 + 2130: -58,23 + 2131: -59,29 + 2132: -59,28 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineE decals: - 2942: -50,4 - 2943: -50,3 - 2944: -50,2 - 2945: -50,1 - 2946: -50,-3 - 2947: -58,-3 - 2948: -58,-4 - 2949: -57,1 - 2965: -68,10 - 2966: -68,9 - 2967: -68,8 - 2968: -68,7 - 2969: -68,6 - 2970: -68,16 - 2971: -68,15 - 2972: -68,14 - 2973: -73,15 - 2974: -76,8 - 2975: -83,9 - 2976: -83,8 - 2977: -83,7 - 2978: -89,8 - 2979: -96,9 - 2980: -96,8 - 2981: -84,16 - 2982: -84,15 - 2983: -84,14 - 2984: -84,13 - 2985: -84,3 - 2986: -84,2 - 2987: -84,1 - 2988: -84,0 - 2989: -95,-4 - 2990: -95,-5 - 2991: -95,-6 - 2992: -95,-7 - 2993: -95,-8 - 2994: -95,-9 - 3042: -91,2 - 3043: -91,3 - 3044: -91,4 - 3045: -91,12 - 3046: -91,13 - 3047: -91,14 - 3063: -58,-8 - 3064: -58,-9 - 3065: -54,-7 - 3066: -54,-8 - 3112: -59,-16 - 3113: -59,-17 - 3114: -59,-18 - 3115: -59,-19 - 3116: -59,-20 - 3117: -59,-21 - 3118: -59,-22 - 3119: -59,-23 - 3120: -59,-24 - 3121: -59,-25 - 3122: -59,-26 - 3123: -59,-27 - 3124: -53,-29 - 3125: -53,-30 - 3126: -53,-31 - 3127: -53,-32 - 3223: -96,7 - 3317: -95,25 - 3318: -95,24 - 3319: -95,23 - 3320: -95,22 - 3321: -95,21 - 3322: -95,20 - 3323: -95,19 - 3345: -95,-3 - 3346: -96,-11 - 3351: -97,11 - 3352: -97,5 - 3353: -96,27 - 6675: -72,2 + 2916: -50,4 + 2917: -50,3 + 2918: -50,2 + 2919: -50,1 + 2920: -50,-3 + 2921: -58,-3 + 2922: -58,-4 + 2923: -57,1 + 2939: -68,10 + 2940: -68,9 + 2941: -68,8 + 2942: -68,7 + 2943: -68,6 + 2944: -68,16 + 2945: -68,15 + 2946: -68,14 + 2947: -73,15 + 2948: -76,8 + 2949: -83,9 + 2950: -83,8 + 2951: -83,7 + 2952: -89,8 + 2953: -96,9 + 2954: -96,8 + 2955: -84,16 + 2956: -84,15 + 2957: -84,14 + 2958: -84,13 + 2959: -84,3 + 2960: -84,2 + 2961: -84,1 + 2962: -84,0 + 2963: -95,-4 + 2964: -95,-5 + 2965: -95,-6 + 2966: -95,-7 + 2967: -95,-8 + 2968: -95,-9 + 3016: -91,2 + 3017: -91,3 + 3018: -91,4 + 3019: -91,12 + 3020: -91,13 + 3021: -91,14 + 3037: -58,-8 + 3038: -58,-9 + 3039: -54,-7 + 3040: -54,-8 + 3086: -59,-16 + 3087: -59,-17 + 3088: -59,-18 + 3089: -59,-19 + 3090: -59,-20 + 3091: -59,-21 + 3092: -59,-22 + 3093: -59,-23 + 3094: -59,-24 + 3095: -59,-25 + 3096: -59,-26 + 3097: -59,-27 + 3098: -53,-29 + 3099: -53,-30 + 3100: -53,-31 + 3101: -53,-32 + 3197: -96,7 + 3291: -95,25 + 3292: -95,24 + 3293: -95,23 + 3294: -95,22 + 3295: -95,21 + 3296: -95,20 + 3297: -95,19 + 3319: -95,-3 + 3320: -96,-11 + 3325: -97,11 + 3326: -97,5 + 3327: -96,27 + 6647: -72,2 - node: color: '#D4D4D428' id: BrickTileWhiteLineE @@ -3075,81 +3107,81 @@ entities: color: '#FF974DFF' id: BrickTileWhiteLineE decals: - 2322: 17,2 - 2323: 16,0 - 2324: 21,-4 - 2325: 21,-5 - 2364: 21,-9 - 2365: 21,-10 - 2366: 21,-11 + 2296: 17,2 + 2297: 16,0 + 2298: 21,-4 + 2299: 21,-5 + 2338: 21,-9 + 2339: 21,-10 + 2340: 21,-11 - node: color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 1180: 5,42 - 1181: 6,42 - 1206: 10,40 - 1207: 11,40 - 1208: 12,40 - 1209: 13,40 - 1230: 18,50 - 1285: 10,56 - 1286: 9,56 - 1287: 8,56 - 1288: 7,56 - 1289: 6,56 - 1290: 10,50 - 1291: 11,50 - 1292: 12,50 - 1293: 13,50 - 1294: 14,50 - 1311: 10,43 - 1312: 11,43 - 1313: 12,43 - 1314: 13,43 - 1315: 14,43 - 1339: 22,46 - 1340: 23,46 - 1341: 24,46 - 1342: 25,46 - 1343: 26,46 - 1378: 22,50 - 1379: 25,52 - 1380: 26,52 - 1381: 27,52 - 1382: 28,52 - 1385: 18,57 - 1418: 16,58 - 1419: 17,58 - 1420: 18,58 - 1421: 19,58 - 1422: 20,58 - 1433: 27,56 - 1452: 5,30 - 1453: 6,30 - 1454: 7,30 - 1455: 8,30 - 1456: 12,30 - 1457: 13,30 - 1458: 18,29 - 1459: 19,29 - 1460: 7,25 - 1461: 8,25 - 1462: 9,25 - 1463: 10,25 - 1464: 11,25 - 1491: 16,21 - 1492: 17,21 - 1493: 18,21 - 1494: 19,21 - 1495: 20,21 - 1496: 21,21 + 1154: 5,42 + 1155: 6,42 + 1180: 10,40 + 1181: 11,40 + 1182: 12,40 + 1183: 13,40 + 1204: 18,50 + 1259: 10,56 + 1260: 9,56 + 1261: 8,56 + 1262: 7,56 + 1263: 6,56 + 1264: 10,50 + 1265: 11,50 + 1266: 12,50 + 1267: 13,50 + 1268: 14,50 + 1285: 10,43 + 1286: 11,43 + 1287: 12,43 + 1288: 13,43 + 1289: 14,43 + 1313: 22,46 + 1314: 23,46 + 1315: 24,46 + 1316: 25,46 + 1317: 26,46 + 1352: 22,50 + 1353: 25,52 + 1354: 26,52 + 1355: 27,52 + 1356: 28,52 + 1359: 18,57 + 1392: 16,58 + 1393: 17,58 + 1394: 18,58 + 1395: 19,58 + 1396: 20,58 + 1407: 27,56 + 1426: 5,30 + 1427: 6,30 + 1428: 7,30 + 1429: 8,30 + 1430: 12,30 + 1431: 13,30 + 1432: 18,29 + 1433: 19,29 + 1434: 7,25 + 1435: 8,25 + 1436: 9,25 + 1437: 10,25 + 1438: 11,25 + 1465: 16,21 + 1466: 17,21 + 1467: 18,21 + 1468: 19,21 + 1469: 20,21 + 1470: 21,21 - node: color: '#354DA0FF' id: BrickTileWhiteLineN decals: - 6425: 35,3 - 6426: 34,3 + 6397: 35,3 + 6398: 34,3 - node: color: '#474F52FF' id: BrickTileWhiteLineN @@ -3160,101 +3192,101 @@ entities: color: '#7C45B5FF' id: BrickTileWhiteLineN decals: - 2425: -42,24 - 2426: -41,24 - 2427: -40,24 - 2428: -39,24 - 2429: -38,24 - 2430: -37,24 - 2439: -43,17 - 2440: -42,17 - 2441: -41,17 - 2442: -39,19 - 2443: -38,19 - 2449: -39,13 - 2471: 34,-1 - 2472: 35,-1 + 2399: -42,24 + 2400: -41,24 + 2401: -40,24 + 2402: -39,24 + 2403: -38,24 + 2404: -37,24 + 2413: -43,17 + 2414: -42,17 + 2415: -41,17 + 2416: -39,19 + 2417: -38,19 + 2423: -39,13 + 2445: 34,-1 + 2446: 35,-1 - node: color: '#845606FF' id: BrickTileWhiteLineN decals: - 3416: -16,-19 - 3417: -15,-19 - 3418: -14,-19 - 3419: -13,-19 - 3420: -11,-19 - 3421: -12,-19 - 3422: -10,-19 - 3423: -9,-19 - 3424: -8,-19 - 3656: -22,-19 - 3657: -21,-19 - 3658: -20,-19 - 3659: -30,-19 - 3660: -29,-19 - 3661: -28,-19 - 3662: -27,-19 - 3663: -26,-19 - 3664: -30,-24 - 3665: -29,-24 - 3666: -28,-24 - 3667: -27,-24 - 3668: -26,-24 - 3669: -21,-28 - 3670: -20,-28 - 3671: -16,-28 - 3672: -15,-28 - 3673: -14,-28 - 3674: -13,-28 - 3675: -12,-28 - 3676: -11,-28 - 3677: -11,-33 - 3678: -12,-33 - 3679: -13,-33 - 3680: -13,-38 - 3681: -12,-38 - 3682: -11,-38 - 3683: -9,-41 - 3684: -8,-41 - 3685: -17,-38 - 3686: -18,-38 - 3687: -19,-38 - 3688: -18,-25 - 3703: -15,-34 - 3734: -6,-24 - 3735: -7,-24 - 3736: -8,-24 - 3737: -9,-24 - 3738: -10,-24 - 3739: -14,-24 - 3740: -15,-24 - 3741: -16,-24 - 4899: -23,-41 - 4900: -24,-41 - 4901: -25,-41 - 4902: -26,-41 - 4903: -27,-41 - 4904: -28,-41 - 4905: -31,-41 - 4906: -32,-41 - 4907: -33,-41 - 4908: -36,-41 - 4909: -37,-41 - 4910: -38,-41 - 4911: -39,-41 - 4912: -40,-41 - 4913: -41,-41 - 4914: -42,-41 - 4915: -43,-41 - 4916: -44,-41 - 4917: -45,-41 - 4918: -46,-41 - 4919: -47,-41 - 4920: -48,-41 - 4921: -49,-41 - 4922: -50,-41 - 4923: -51,-41 - 4934: -22,-28 + 3390: -16,-19 + 3391: -15,-19 + 3392: -14,-19 + 3393: -13,-19 + 3394: -11,-19 + 3395: -12,-19 + 3396: -10,-19 + 3397: -9,-19 + 3398: -8,-19 + 3630: -22,-19 + 3631: -21,-19 + 3632: -20,-19 + 3633: -30,-19 + 3634: -29,-19 + 3635: -28,-19 + 3636: -27,-19 + 3637: -26,-19 + 3638: -30,-24 + 3639: -29,-24 + 3640: -28,-24 + 3641: -27,-24 + 3642: -26,-24 + 3643: -21,-28 + 3644: -20,-28 + 3645: -16,-28 + 3646: -15,-28 + 3647: -14,-28 + 3648: -13,-28 + 3649: -12,-28 + 3650: -11,-28 + 3651: -11,-33 + 3652: -12,-33 + 3653: -13,-33 + 3654: -13,-38 + 3655: -12,-38 + 3656: -11,-38 + 3657: -9,-41 + 3658: -8,-41 + 3659: -17,-38 + 3660: -18,-38 + 3661: -19,-38 + 3662: -18,-25 + 3677: -15,-34 + 3708: -6,-24 + 3709: -7,-24 + 3710: -8,-24 + 3711: -9,-24 + 3712: -10,-24 + 3713: -14,-24 + 3714: -15,-24 + 3715: -16,-24 + 4873: -23,-41 + 4874: -24,-41 + 4875: -25,-41 + 4876: -26,-41 + 4877: -27,-41 + 4878: -28,-41 + 4879: -31,-41 + 4880: -32,-41 + 4881: -33,-41 + 4882: -36,-41 + 4883: -37,-41 + 4884: -38,-41 + 4885: -39,-41 + 4886: -40,-41 + 4887: -41,-41 + 4888: -42,-41 + 4889: -43,-41 + 4890: -44,-41 + 4891: -45,-41 + 4892: -46,-41 + 4893: -47,-41 + 4894: -48,-41 + 4895: -49,-41 + 4896: -50,-41 + 4897: -51,-41 + 4908: -22,-28 - node: color: '#91D4FFFF' id: BrickTileWhiteLineN @@ -3323,143 +3355,154 @@ entities: 602: -8,3 603: -6,3 604: -5,3 - 1503: 12,16 - 1504: 11,16 - 1505: 10,16 - 1506: 9,16 - 1507: 8,16 - 1508: 7,16 - 1509: 30,7 - 1510: 29,7 - 1511: 28,7 - 1512: 27,7 - 1513: 26,7 - 1514: 25,7 - 1515: 24,7 - 1516: 23,7 - 1517: 22,7 - 1518: 21,7 - 1519: 20,7 - 1520: 19,7 - 1521: 18,7 - 1522: 17,7 - 1523: 16,7 - 1524: 15,7 - 1525: 14,7 - 1526: 13,7 - 1527: 12,7 - 1528: 11,7 - 1529: 10,7 - 1530: 9,7 - 1845: 6,-14 - 1846: 7,-14 - 1847: 11,-14 - 1848: 12,-14 - 1849: 13,-14 - 1850: 14,-14 - 1851: 15,-14 - 1852: 16,-14 - 1853: 17,-14 - 1854: 18,-14 - 1855: 19,-14 - 1856: 20,-14 - 1857: 21,-14 - 1858: 22,-14 - 1859: 23,-14 - 1860: 24,-14 - 1861: 25,-14 - 1862: 26,-14 - 1863: 27,-14 - 1864: 28,-14 - 1865: 29,-14 - 1866: 30,-14 - 1867: 31,-14 - 1868: 32,-14 - 1869: 33,-14 - 1870: 34,-14 - 1871: 35,-14 - 1872: 36,-14 - 1873: -4,-14 - 1874: -5,-14 - 1875: -6,-14 - 1876: -7,-14 - 1877: -8,-14 - 1878: -9,-14 - 1879: -10,-14 - 1880: -11,-14 - 1881: -24,-15 - 1882: -23,-15 - 1883: -22,-15 - 1884: -21,-15 - 1885: -20,-15 - 1886: -19,-15 - 1887: -18,-15 - 1888: -17,-15 - 1889: -15,-15 - 1890: -14,-15 - 1891: -12,-14 - 1897: -1,-13 - 1898: -2,-13 - 1899: 3,-13 - 1900: 4,-13 - 2887: -7,3 - 4852: -16,-15 + 1477: 12,16 + 1478: 11,16 + 1479: 10,16 + 1480: 9,16 + 1481: 8,16 + 1482: 7,16 + 1483: 30,7 + 1484: 29,7 + 1485: 28,7 + 1486: 27,7 + 1487: 26,7 + 1488: 25,7 + 1489: 24,7 + 1490: 23,7 + 1491: 22,7 + 1492: 21,7 + 1493: 20,7 + 1494: 19,7 + 1495: 18,7 + 1496: 17,7 + 1497: 16,7 + 1498: 15,7 + 1499: 14,7 + 1500: 13,7 + 1501: 12,7 + 1502: 11,7 + 1503: 10,7 + 1504: 9,7 + 1819: 6,-14 + 1820: 7,-14 + 1821: 11,-14 + 1822: 12,-14 + 1823: 13,-14 + 1824: 14,-14 + 1825: 15,-14 + 1826: 16,-14 + 1827: 17,-14 + 1828: 18,-14 + 1829: 19,-14 + 1830: 20,-14 + 1831: 21,-14 + 1832: 22,-14 + 1833: 23,-14 + 1834: 24,-14 + 1835: 25,-14 + 1836: 26,-14 + 1837: 27,-14 + 1838: 28,-14 + 1839: 29,-14 + 1840: 30,-14 + 1841: 31,-14 + 1842: 32,-14 + 1843: 33,-14 + 1844: 34,-14 + 1845: 35,-14 + 1846: 36,-14 + 1847: -4,-14 + 1848: -5,-14 + 1849: -6,-14 + 1850: -7,-14 + 1851: -8,-14 + 1852: -9,-14 + 1853: -10,-14 + 1854: -11,-14 + 1855: -24,-15 + 1856: -23,-15 + 1857: -22,-15 + 1858: -21,-15 + 1859: -20,-15 + 1860: -19,-15 + 1861: -18,-15 + 1862: -17,-15 + 1863: -15,-15 + 1864: -14,-15 + 1865: -12,-14 + 1871: -1,-13 + 1872: -2,-13 + 1873: 3,-13 + 1874: 4,-13 + 2861: -7,3 + 4826: -16,-15 + - node: + color: '#951710FF' + id: BrickTileWhiteLineN + decals: + 6693: -27,48 + 6694: -26,48 + 6695: -25,48 + 6696: -24,48 + 6697: -23,48 + 6698: -22,48 + 6699: -21,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN decals: - 1007: -27,64 - 1008: -26,64 - 1009: -25,64 - 1010: -24,64 - 1011: -23,64 - 1012: -22,64 - 1013: -21,64 - 1014: -20,64 - 1015: -19,64 - 1016: -18,64 - 1017: -17,64 - 1018: -16,64 - 1019: -15,64 - 1020: -14,64 - 1021: -13,64 - 1022: -12,64 - 1023: -8,64 - 1024: -4,64 - 1025: -3,64 - 1026: -9,68 - 1027: -10,68 - 1028: -11,68 - 1029: -5,68 - 1030: -4,68 - 1031: -3,68 - 1032: -23,59 - 1033: -22,59 - 1034: -21,59 - 1035: -20,59 - 1042: -31,62 - 4791: -44,67 - 4792: -43,67 - 4793: -42,67 - 4794: -41,67 - 4795: -40,67 - 4796: -39,67 - 4797: -37,67 - 4798: -38,67 - 4807: -33,64 - 4808: -32,64 - 4809: -31,64 - 4810: -30,64 - 4811: -34,64 + 981: -27,64 + 982: -26,64 + 983: -25,64 + 984: -24,64 + 985: -23,64 + 986: -22,64 + 987: -21,64 + 988: -20,64 + 989: -19,64 + 990: -18,64 + 991: -17,64 + 992: -16,64 + 993: -15,64 + 994: -14,64 + 995: -13,64 + 996: -12,64 + 997: -8,64 + 998: -4,64 + 999: -3,64 + 1000: -9,68 + 1001: -10,68 + 1002: -11,68 + 1003: -5,68 + 1004: -4,68 + 1005: -3,68 + 1006: -23,59 + 1007: -22,59 + 1008: -21,59 + 1009: -20,59 + 1016: -31,62 + 4765: -44,67 + 4766: -43,67 + 4767: -42,67 + 4768: -41,67 + 4769: -40,67 + 4770: -39,67 + 4771: -37,67 + 4772: -38,67 + 4781: -33,64 + 4782: -32,64 + 4783: -31,64 + 4784: -30,64 + 4785: -34,64 - node: color: '#9FED58FF' id: BrickTileWhiteLineN decals: - 2285: 6,-5 - 2286: 7,-5 - 2287: 9,-5 - 2288: 11,-5 - 2289: 12,-5 + 2259: 6,-5 + 2260: 7,-5 + 2261: 9,-5 + 2262: 11,-5 + 2263: 12,-5 - node: color: '#B02E26FF' id: BrickTileWhiteLineN @@ -3474,399 +3517,391 @@ entities: 733: -8,43 734: -7,43 735: -6,43 - 797: -8,26 - 798: -9,26 - 799: -10,26 - 800: -11,26 - 826: -22,26 - 827: -21,26 - 828: -20,26 - 829: -19,26 - 830: -18,26 - 831: -17,26 - 832: -16,26 - 833: -15,26 - 846: -7,34 - 847: -17,30 - 848: -18,30 - 849: -19,30 - 850: -20,30 - 851: -21,30 - 852: -22,30 - 853: -16,30 - 854: -15,30 - 855: -11,30 - 856: -10,30 - 878: -30,29 - 879: -29,29 - 880: -28,29 - 881: -27,29 - 882: -26,29 - 902: -34,31 - 903: -35,31 - 904: -36,31 - 905: -36,35 - 906: -35,35 - 907: -34,35 - 910: -14,45 - 911: -15,45 - 912: -16,45 - 927: -27,48 - 928: -26,48 - 929: -25,48 - 930: -24,48 - 931: -23,48 - 932: -22,48 - 933: -21,48 - 934: -20,48 - 935: -18,42 - 1145: -24,22 - 1146: -23,22 - 1147: -22,22 - 1148: -21,22 - 1149: -20,22 - 1150: -19,22 - 1151: -18,22 - 1152: -17,22 - 1153: -16,22 - 1154: -15,22 - 1155: -14,22 - 1156: -13,22 - 1157: -12,22 - 1158: -11,22 - 1159: -25,22 - 1160: -26,22 - 1161: -27,22 - 1162: -28,22 - 1163: -29,22 - 1164: -30,22 - 1165: -31,22 - 1166: -32,22 - 1168: -6,21 - 1169: -9,21 - 1170: -5,21 - 1171: -8,21 - 1172: -7,21 - 4848: -33,51 + 795: -8,26 + 796: -9,26 + 797: -10,26 + 798: -11,26 + 824: -22,26 + 825: -21,26 + 826: -20,26 + 827: -19,26 + 828: -18,26 + 829: -17,26 + 830: -16,26 + 831: -15,26 + 844: -7,34 + 845: -17,30 + 846: -18,30 + 847: -19,30 + 848: -20,30 + 849: -21,30 + 850: -22,30 + 851: -16,30 + 852: -15,30 + 853: -11,30 + 854: -10,30 + 876: -30,29 + 877: -29,29 + 878: -28,29 + 879: -27,29 + 880: -26,29 + 900: -34,31 + 901: -35,31 + 902: -36,31 + 903: -36,35 + 904: -35,35 + 905: -34,35 + 908: -14,45 + 909: -15,45 + 910: -16,45 + 920: -18,42 + 1119: -24,22 + 1120: -23,22 + 1121: -22,22 + 1122: -21,22 + 1123: -20,22 + 1124: -19,22 + 1125: -18,22 + 1126: -17,22 + 1127: -16,22 + 1128: -15,22 + 1129: -14,22 + 1130: -13,22 + 1131: -12,22 + 1132: -11,22 + 1133: -25,22 + 1134: -26,22 + 1135: -27,22 + 1136: -28,22 + 1137: -29,22 + 1138: -30,22 + 1139: -31,22 + 1140: -32,22 + 1142: -6,21 + 1143: -9,21 + 1144: -5,21 + 1145: -8,21 + 1146: -7,21 + 4822: -33,51 - node: color: '#B04DB5FF' id: BrickTileWhiteLineN decals: - 2481: 49,21 - 2482: 44,21 - 2483: 43,21 - 2484: 42,21 - 2485: 41,21 - 2486: 40,21 - 2487: 34,21 - 2488: 33,21 - 2489: 32,21 - 2490: 31,21 - 2573: 27,30 - 2574: 28,30 - 2575: 29,30 - 2576: 30,30 - 2577: 31,30 - 2578: 35,30 - 2579: 36,30 - 2580: 37,30 - 2581: 38,30 - 2582: 39,30 - 2583: 39,44 - 2584: 40,51 - 2585: 41,51 - 2586: 42,51 - 2587: 43,51 - 2588: 44,51 - 2589: 38,57 - 2590: 39,57 - 2591: 40,57 - 2592: 44,57 - 2593: 45,57 - 2594: 46,57 - 2595: 36,49 - 2596: 37,49 - 2597: 38,49 - 2598: 46,49 - 2599: 47,49 - 2600: 48,49 - 2601: 43,44 - 2602: 44,44 - 2603: 45,44 - 2604: 46,44 - 2605: 47,44 - 2606: 48,44 - 2607: 43,40 - 2608: 45,40 - 2609: 46,40 - 2610: 47,40 - 2611: 49,40 - 2612: 43,34 - 2613: 47,34 - 2614: 48,34 - 2615: 43,30 - 2616: 44,30 - 2617: 45,30 - 2618: 47,28 - 2619: 48,26 - 2620: 47,26 - 2621: 46,26 - 2622: 45,26 - 2623: 44,26 - 2624: 43,26 - 2625: 39,26 - 2626: 38,26 - 2627: 37,26 - 2628: 36,26 - 2629: 27,24 - 2630: 28,24 - 2631: 29,24 - 2632: 30,24 - 2633: 31,24 - 2713: 45,32 - 2805: 52,30 - 2806: 53,30 - 2807: 54,30 - 2808: 55,30 - 2809: 56,30 - 2810: 57,30 - 2811: 58,30 - 2812: 59,30 - 2813: 60,30 - 2814: 61,30 - 2815: 62,30 - 2816: 66,30 - 2817: 67,30 - 2827: 67,27 - 2833: 35,26 - 6664: 44,40 - 6665: 48,40 + 2455: 49,21 + 2456: 44,21 + 2457: 43,21 + 2458: 42,21 + 2459: 41,21 + 2460: 40,21 + 2461: 34,21 + 2462: 33,21 + 2463: 32,21 + 2464: 31,21 + 2547: 27,30 + 2548: 28,30 + 2549: 29,30 + 2550: 30,30 + 2551: 31,30 + 2552: 35,30 + 2553: 36,30 + 2554: 37,30 + 2555: 38,30 + 2556: 39,30 + 2557: 39,44 + 2558: 40,51 + 2559: 41,51 + 2560: 42,51 + 2561: 43,51 + 2562: 44,51 + 2563: 38,57 + 2564: 39,57 + 2565: 40,57 + 2566: 44,57 + 2567: 45,57 + 2568: 46,57 + 2569: 36,49 + 2570: 37,49 + 2571: 38,49 + 2572: 46,49 + 2573: 47,49 + 2574: 48,49 + 2575: 43,44 + 2576: 44,44 + 2577: 45,44 + 2578: 46,44 + 2579: 47,44 + 2580: 48,44 + 2581: 43,40 + 2582: 45,40 + 2583: 46,40 + 2584: 47,40 + 2585: 49,40 + 2586: 43,34 + 2587: 47,34 + 2588: 48,34 + 2589: 43,30 + 2590: 44,30 + 2591: 45,30 + 2592: 47,28 + 2593: 48,26 + 2594: 47,26 + 2595: 46,26 + 2596: 45,26 + 2597: 44,26 + 2598: 43,26 + 2599: 39,26 + 2600: 38,26 + 2601: 37,26 + 2602: 36,26 + 2603: 27,24 + 2604: 28,24 + 2605: 29,24 + 2606: 30,24 + 2607: 31,24 + 2687: 45,32 + 2779: 52,30 + 2780: 53,30 + 2781: 54,30 + 2782: 55,30 + 2783: 56,30 + 2784: 57,30 + 2785: 58,30 + 2786: 59,30 + 2787: 60,30 + 2788: 61,30 + 2789: 62,30 + 2790: 66,30 + 2791: 67,30 + 2801: 67,27 + 2807: 35,26 + 6636: 44,40 + 6637: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN decals: - 1992: -56,37 - 1993: -55,37 - 1994: -54,37 - 1995: -61,36 - 1996: -62,36 - 1997: -63,36 - 1998: -56,31 - 1999: -55,31 - 2000: -54,31 - 2001: -53,31 - 2002: -52,31 - 2003: -51,31 - 2004: -50,31 - 2005: -49,31 - 2006: -48,31 - 2007: -47,31 - 2008: -46,31 - 2009: -45,31 - 2010: -44,31 - 2011: -43,31 - 2012: -43,35 - 2013: -44,35 - 2014: -45,35 - 2015: -46,35 - 2016: -47,35 - 2017: -48,35 - 2018: -49,35 - 2019: -49,27 - 2020: -50,27 - 2021: -51,27 - 2022: -51,23 - 2023: -50,23 - 2024: -49,23 - 2025: -49,18 - 2026: -50,18 - 2027: -51,18 - 2028: -59,20 - 2029: -60,20 - 2030: -61,20 - 2031: -62,20 - 2032: -63,20 - 2168: -57,9 - 2169: -56,9 - 2170: -55,9 - 2171: -54,9 - 2172: -53,9 - 2173: -52,9 - 2174: -51,9 - 2175: -50,9 - 2176: -48,9 - 2177: -47,9 + 1966: -56,37 + 1967: -55,37 + 1968: -54,37 + 1969: -61,36 + 1970: -62,36 + 1971: -63,36 + 1972: -56,31 + 1973: -55,31 + 1974: -54,31 + 1975: -53,31 + 1976: -52,31 + 1977: -51,31 + 1978: -50,31 + 1979: -49,31 + 1980: -48,31 + 1981: -47,31 + 1982: -46,31 + 1983: -45,31 + 1984: -44,31 + 1985: -43,31 + 1986: -43,35 + 1987: -44,35 + 1988: -45,35 + 1989: -46,35 + 1990: -47,35 + 1991: -48,35 + 1992: -49,35 + 1993: -49,27 + 1994: -50,27 + 1995: -51,27 + 1996: -51,23 + 1997: -50,23 + 1998: -49,23 + 1999: -49,18 + 2000: -50,18 + 2001: -51,18 + 2002: -59,20 + 2003: -60,20 + 2004: -61,20 + 2005: -62,20 + 2006: -63,20 + 2142: -57,9 + 2143: -56,9 + 2144: -55,9 + 2145: -54,9 + 2146: -53,9 + 2147: -52,9 + 2148: -51,9 + 2149: -50,9 + 2150: -48,9 + 2151: -47,9 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineN decals: - 2888: -62,5 - 2889: -61,5 - 2890: -60,5 - 2891: -59,5 - 2892: -58,5 - 2893: -61,-2 - 2894: -62,-2 - 2895: -60,-2 - 2896: -59,-2 - 2897: -57,5 - 2898: -56,5 - 2899: -55,5 - 2900: -54,5 - 2901: -53,5 - 2902: -52,5 - 2903: -51,5 - 2904: -55,-2 - 2905: -54,-2 - 2906: -53,-2 - 2907: -52,-2 - 2908: -51,-2 - 3058: -62,-7 - 3059: -61,-7 - 3060: -60,-7 - 3061: -59,-7 - 3062: -55,-6 - 3082: -59,-12 - 3083: -58,-12 - 3084: -57,-12 - 3085: -55,-11 - 3086: -54,-11 - 3087: -53,-11 - 3088: -52,-11 - 3089: -51,-11 - 3090: -58,-28 - 3091: -57,-28 - 3092: -56,-28 - 3093: -55,-28 - 3094: -54,-28 - 3095: -52,-33 - 3096: -51,-33 - 3097: -50,-33 - 3098: -49,-33 - 3099: -48,-33 - 3100: -47,-33 - 3101: -46,-33 - 3102: -45,-33 - 3103: -44,-33 - 3104: -43,-33 - 3105: -42,-33 - 3106: -41,-33 - 3107: -40,-33 - 3108: -39,-33 - 3294: -73,11 - 3295: -72,11 - 3296: -71,11 - 3297: -70,11 - 3298: -69,11 - 3299: -77,9 - 3300: -78,9 - 3301: -79,9 - 3302: -80,9 - 3303: -84,10 - 3304: -85,10 - 3305: -86,10 - 3306: -85,17 - 3307: -89,22 - 3308: -88,22 - 3309: -87,22 - 3310: -86,22 - 3311: -85,22 - 3312: -84,22 - 3313: -83,22 - 3314: -82,22 - 3315: -81,22 - 3324: -93,9 - 3325: -92,9 - 3326: -91,9 - 3327: -90,9 - 3333: -85,4 - 3338: -88,-4 - 3339: -86,-3 - 3340: -85,-3 - 3341: -84,-3 - 3342: -82,-4 - 3343: -97,-2 - 3344: -96,-2 - 3361: -73,17 + 2862: -62,5 + 2863: -61,5 + 2864: -60,5 + 2865: -59,5 + 2866: -58,5 + 2867: -61,-2 + 2868: -62,-2 + 2869: -60,-2 + 2870: -59,-2 + 2871: -57,5 + 2872: -56,5 + 2873: -55,5 + 2874: -54,5 + 2875: -53,5 + 2876: -52,5 + 2877: -51,5 + 2878: -55,-2 + 2879: -54,-2 + 2880: -53,-2 + 2881: -52,-2 + 2882: -51,-2 + 3032: -62,-7 + 3033: -61,-7 + 3034: -60,-7 + 3035: -59,-7 + 3036: -55,-6 + 3056: -59,-12 + 3057: -58,-12 + 3058: -57,-12 + 3059: -55,-11 + 3060: -54,-11 + 3061: -53,-11 + 3062: -52,-11 + 3063: -51,-11 + 3064: -58,-28 + 3065: -57,-28 + 3066: -56,-28 + 3067: -55,-28 + 3068: -54,-28 + 3069: -52,-33 + 3070: -51,-33 + 3071: -50,-33 + 3072: -49,-33 + 3073: -48,-33 + 3074: -47,-33 + 3075: -46,-33 + 3076: -45,-33 + 3077: -44,-33 + 3078: -43,-33 + 3079: -42,-33 + 3080: -41,-33 + 3081: -40,-33 + 3082: -39,-33 + 3268: -73,11 + 3269: -72,11 + 3270: -71,11 + 3271: -70,11 + 3272: -69,11 + 3273: -77,9 + 3274: -78,9 + 3275: -79,9 + 3276: -80,9 + 3277: -84,10 + 3278: -85,10 + 3279: -86,10 + 3280: -85,17 + 3281: -89,22 + 3282: -88,22 + 3283: -87,22 + 3284: -86,22 + 3285: -85,22 + 3286: -84,22 + 3287: -83,22 + 3288: -82,22 + 3289: -81,22 + 3298: -93,9 + 3299: -92,9 + 3300: -91,9 + 3301: -90,9 + 3307: -85,4 + 3312: -88,-4 + 3313: -86,-3 + 3314: -85,-3 + 3315: -84,-3 + 3316: -82,-4 + 3317: -97,-2 + 3318: -96,-2 + 3335: -73,17 - node: color: '#FF974DFF' id: BrickTileWhiteLineN decals: - 2345: 18,-2 - 2346: 19,-2 - 2347: 20,-2 - 2348: 21,-2 - 2349: 22,-2 - 2350: 23,-2 - 2351: 24,-2 - 2352: 25,-2 - 2353: 26,-2 - 2354: 27,-2 - 2355: 16,3 - 2356: 15,3 - 2357: 14,3 - 2358: 13,3 - 2371: 16,-8 - 2372: 17,-8 - 2373: 19,-8 - 2374: 18,-8 - 2375: 20,-8 + 2319: 18,-2 + 2320: 19,-2 + 2321: 20,-2 + 2322: 21,-2 + 2323: 22,-2 + 2324: 23,-2 + 2325: 24,-2 + 2326: 25,-2 + 2327: 26,-2 + 2328: 27,-2 + 2329: 16,3 + 2330: 15,3 + 2331: 14,3 + 2332: 13,3 + 2345: 16,-8 + 2346: 17,-8 + 2347: 19,-8 + 2348: 18,-8 + 2349: 20,-8 - node: color: '#334E6DFF' id: BrickTileWhiteLineS decals: - 1217: 10,37 - 1218: 11,37 - 1219: 12,37 - 1220: 13,37 - 1221: 6,35 - 1222: 5,35 - 1231: 17,35 - 1232: 18,35 - 1233: 19,35 - 1306: 10,42 - 1307: 11,42 - 1308: 12,42 - 1309: 13,42 - 1310: 14,42 - 1316: 6,47 - 1317: 10,45 - 1318: 11,45 - 1319: 12,45 - 1320: 13,45 - 1321: 14,45 - 1334: 8,52 - 1335: 9,52 - 1336: 10,52 - 1345: 22,45 - 1346: 23,45 - 1347: 24,45 - 1348: 25,45 - 1349: 26,45 - 1367: 22,48 - 1368: 26,48 - 1369: 27,48 - 1370: 28,48 - 1373: 24,49 - 1395: 18,53 - 1401: 17,52 - 1402: 18,52 - 1403: 19,52 - 1432: 27,54 - 1483: 18,24 - 1484: 19,24 - 1485: 8,27 - 1486: 7,27 - 1487: 6,27 - 1488: 5,27 - 1489: 12,27 - 1490: 13,27 + 1191: 10,37 + 1192: 11,37 + 1193: 12,37 + 1194: 13,37 + 1195: 6,35 + 1196: 5,35 + 1205: 17,35 + 1206: 18,35 + 1207: 19,35 + 1280: 10,42 + 1281: 11,42 + 1282: 12,42 + 1283: 13,42 + 1284: 14,42 + 1290: 6,47 + 1291: 10,45 + 1292: 11,45 + 1293: 12,45 + 1294: 13,45 + 1295: 14,45 + 1308: 8,52 + 1309: 9,52 + 1310: 10,52 + 1319: 22,45 + 1320: 23,45 + 1321: 24,45 + 1322: 25,45 + 1323: 26,45 + 1341: 22,48 + 1342: 26,48 + 1343: 27,48 + 1344: 28,48 + 1347: 24,49 + 1369: 18,53 + 1375: 17,52 + 1376: 18,52 + 1377: 19,52 + 1406: 27,54 + 1457: 18,24 + 1458: 19,24 + 1459: 8,27 + 1460: 7,27 + 1461: 6,27 + 1462: 5,27 + 1463: 12,27 + 1464: 13,27 - node: color: '#354DA0FF' id: BrickTileWhiteLineS decals: - 6427: 34,1 - 6428: 35,1 + 6399: 34,1 + 6400: 35,1 - node: color: '#474F52FF' id: BrickTileWhiteLineS @@ -3878,125 +3913,125 @@ entities: color: '#7C45B5FF' id: BrickTileWhiteLineS decals: - 2431: -41,21 - 2432: -40,21 - 2433: -38,22 - 2457: -41,9 - 2458: -40,9 - 2459: -39,9 - 2460: -38,9 - 2474: 34,-3 - 2475: 35,-3 + 2405: -41,21 + 2406: -40,21 + 2407: -38,22 + 2431: -41,9 + 2432: -40,9 + 2433: -39,9 + 2434: -38,9 + 2448: 34,-3 + 2449: 35,-3 - node: color: '#845606FF' id: BrickTileWhiteLineS decals: - 3425: -27,-17 - 3426: -26,-17 - 3427: -25,-17 - 3428: -24,-17 - 3429: -23,-17 - 3430: -22,-17 - 3431: -21,-17 - 3432: -20,-17 - 3433: -19,-17 - 3434: -18,-17 - 3435: -17,-17 - 3436: -16,-17 - 3437: -15,-17 - 3438: -14,-17 - 3439: -13,-17 - 3440: -12,-17 - 3441: -11,-17 - 3442: -10,-17 - 3443: -9,-17 - 3444: -8,-17 - 3445: -7,-17 - 3689: -30,-22 - 3690: -29,-22 - 3691: -28,-22 - 3692: -27,-22 - 3693: -26,-22 - 3694: -30,-26 - 3695: -29,-26 - 3696: -28,-26 - 3697: -27,-26 - 3698: -26,-26 - 3699: -13,-36 - 3700: -12,-36 - 3701: -11,-36 - 3702: -15,-35 - 3704: -16,-31 - 3705: -15,-31 - 3706: -14,-31 - 3707: -13,-31 - 3708: -12,-31 - 3709: -11,-31 - 3710: -17,-26 - 3711: -16,-26 - 3712: -15,-26 - 3713: -14,-26 - 3714: -18,-26 - 3715: -19,-26 - 3716: -20,-26 - 3717: -21,-26 - 3718: -22,-26 - 3719: -16,-22 - 3720: -15,-22 - 3721: -14,-22 - 3722: -13,-22 - 3723: -12,-22 - 3724: -11,-22 - 3725: -10,-22 - 3726: -9,-22 - 3727: -8,-22 - 3728: -10,-26 - 3729: -9,-26 - 3730: -8,-26 - 3731: -7,-26 - 3732: -6,-26 - 3733: -5,-26 - 3742: -13,-43 - 3743: -12,-43 - 3744: -11,-43 - 3745: -10,-43 - 3746: -9,-43 - 3747: -8,-43 - 4863: -19,-45 - 4864: -18,-45 - 4865: -17,-45 - 4874: -51,-50 - 4875: -50,-50 - 4876: -49,-50 - 4877: -47,-45 - 4878: -46,-45 - 4879: -45,-45 - 4880: -44,-45 - 4881: -44,-45 - 4882: -43,-45 - 4883: -42,-45 - 4884: -41,-45 - 4885: -40,-45 - 4886: -39,-45 - 4887: -38,-45 - 4888: -37,-45 - 4889: -36,-45 - 4890: -33,-45 - 4891: -32,-45 - 4892: -31,-45 - 4893: -28,-45 - 4894: -27,-45 - 4895: -26,-45 - 4896: -25,-45 - 4897: -24,-45 - 4898: -23,-45 - 4931: -22,-36 - 4932: -21,-36 - 4933: -20,-36 - 6568: -17,-36 - 6569: -18,-36 - 6570: -19,-36 - 6571: -20,-36 + 3399: -27,-17 + 3400: -26,-17 + 3401: -25,-17 + 3402: -24,-17 + 3403: -23,-17 + 3404: -22,-17 + 3405: -21,-17 + 3406: -20,-17 + 3407: -19,-17 + 3408: -18,-17 + 3409: -17,-17 + 3410: -16,-17 + 3411: -15,-17 + 3412: -14,-17 + 3413: -13,-17 + 3414: -12,-17 + 3415: -11,-17 + 3416: -10,-17 + 3417: -9,-17 + 3418: -8,-17 + 3419: -7,-17 + 3663: -30,-22 + 3664: -29,-22 + 3665: -28,-22 + 3666: -27,-22 + 3667: -26,-22 + 3668: -30,-26 + 3669: -29,-26 + 3670: -28,-26 + 3671: -27,-26 + 3672: -26,-26 + 3673: -13,-36 + 3674: -12,-36 + 3675: -11,-36 + 3676: -15,-35 + 3678: -16,-31 + 3679: -15,-31 + 3680: -14,-31 + 3681: -13,-31 + 3682: -12,-31 + 3683: -11,-31 + 3684: -17,-26 + 3685: -16,-26 + 3686: -15,-26 + 3687: -14,-26 + 3688: -18,-26 + 3689: -19,-26 + 3690: -20,-26 + 3691: -21,-26 + 3692: -22,-26 + 3693: -16,-22 + 3694: -15,-22 + 3695: -14,-22 + 3696: -13,-22 + 3697: -12,-22 + 3698: -11,-22 + 3699: -10,-22 + 3700: -9,-22 + 3701: -8,-22 + 3702: -10,-26 + 3703: -9,-26 + 3704: -8,-26 + 3705: -7,-26 + 3706: -6,-26 + 3707: -5,-26 + 3716: -13,-43 + 3717: -12,-43 + 3718: -11,-43 + 3719: -10,-43 + 3720: -9,-43 + 3721: -8,-43 + 4837: -19,-45 + 4838: -18,-45 + 4839: -17,-45 + 4848: -51,-50 + 4849: -50,-50 + 4850: -49,-50 + 4851: -47,-45 + 4852: -46,-45 + 4853: -45,-45 + 4854: -44,-45 + 4855: -44,-45 + 4856: -43,-45 + 4857: -42,-45 + 4858: -41,-45 + 4859: -40,-45 + 4860: -39,-45 + 4861: -38,-45 + 4862: -37,-45 + 4863: -36,-45 + 4864: -33,-45 + 4865: -32,-45 + 4866: -31,-45 + 4867: -28,-45 + 4868: -27,-45 + 4869: -26,-45 + 4870: -25,-45 + 4871: -24,-45 + 4872: -23,-45 + 4905: -22,-36 + 4906: -21,-36 + 4907: -20,-36 + 6540: -17,-36 + 6541: -18,-36 + 6542: -19,-36 + 6543: -20,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS @@ -4066,133 +4101,145 @@ entities: 611: 3,-3 612: 4,-3 613: 5,-3 - 1750: 30,5 - 1751: 29,5 - 1752: 28,5 - 1753: 27,5 - 1754: 26,5 - 1755: 25,5 - 1756: 24,5 - 1757: 23,5 - 1758: 22,5 - 1759: 21,5 - 1760: 20,5 - 1761: 19,5 - 1762: 18,5 - 1763: 17,5 - 1764: 16,5 - 1765: 15,5 - 1766: 14,5 - 1767: 13,5 - 1768: 12,5 - 1769: 11,5 - 1805: 9,-3 - 1806: 6,9 - 1807: 7,9 - 1808: 8,9 - 1809: 9,9 - 1810: 10,9 - 1811: 11,9 - 1812: 12,9 - 1902: 35,18 - 1903: 34,18 - 1904: 33,18 - 1905: 32,18 - 1906: 31,18 - 1907: 30,18 - 1908: 26,18 - 1909: 25,18 - 1910: 24,18 - 1911: 23,18 - 1912: 22,18 - 1913: 21,18 - 1914: 15,18 - 1915: 14,18 - 1916: 13,18 - 1917: 12,18 - 1918: 11,18 - 1919: 10,18 - 1920: 9,18 - 1921: 8,18 - 1922: 7,18 - 1923: 6,18 - 1924: 3,17 - 1925: 4,17 - 1926: -1,17 - 1927: -2,17 - 1928: -4,18 - 1929: -5,18 - 1930: -6,18 - 1931: -7,18 - 1932: -8,18 - 1933: -10,19 - 1934: -16,19 - 1935: -17,19 - 1936: -18,19 - 1937: -19,19 - 1938: -21,19 - 1939: -22,19 - 1940: -23,19 - 1941: -24,19 - 1942: -25,19 - 1943: -26,19 - 1944: -28,19 - 1945: -29,19 - 1946: -30,19 - 1947: -31,19 - 3849: -27,19 - 4617: -20,19 + 1724: 30,5 + 1725: 29,5 + 1726: 28,5 + 1727: 27,5 + 1728: 26,5 + 1729: 25,5 + 1730: 24,5 + 1731: 23,5 + 1732: 22,5 + 1733: 21,5 + 1734: 20,5 + 1735: 19,5 + 1736: 18,5 + 1737: 17,5 + 1738: 16,5 + 1739: 15,5 + 1740: 14,5 + 1741: 13,5 + 1742: 12,5 + 1743: 11,5 + 1779: 9,-3 + 1780: 6,9 + 1781: 7,9 + 1782: 8,9 + 1783: 9,9 + 1784: 10,9 + 1785: 11,9 + 1786: 12,9 + 1876: 35,18 + 1877: 34,18 + 1878: 33,18 + 1879: 32,18 + 1880: 31,18 + 1881: 30,18 + 1882: 26,18 + 1883: 25,18 + 1884: 24,18 + 1885: 23,18 + 1886: 22,18 + 1887: 21,18 + 1888: 15,18 + 1889: 14,18 + 1890: 13,18 + 1891: 12,18 + 1892: 11,18 + 1893: 10,18 + 1894: 9,18 + 1895: 8,18 + 1896: 7,18 + 1897: 6,18 + 1898: 3,17 + 1899: 4,17 + 1900: -1,17 + 1901: -2,17 + 1902: -4,18 + 1903: -5,18 + 1904: -6,18 + 1905: -7,18 + 1906: -8,18 + 1907: -10,19 + 1908: -16,19 + 1909: -17,19 + 1910: -18,19 + 1911: -19,19 + 1912: -21,19 + 1913: -22,19 + 1914: -23,19 + 1915: -24,19 + 1916: -25,19 + 1917: -26,19 + 1918: -28,19 + 1919: -29,19 + 1920: -30,19 + 1921: -31,19 + 3823: -27,19 + 4591: -20,19 + - node: + color: '#951710FF' + id: BrickTileWhiteLineS + decals: + 6687: -24,44 + 6688: -26,44 + 6689: -26,44 + 6690: -27,44 + 6691: -25,44 + 6692: -28,44 + 6700: -22,47 + 6709: -21,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS decals: - 1080: -23,53 - 1081: -22,53 - 1082: -21,53 - 1083: -20,53 - 1084: -24,61 - 1085: -23,61 - 1086: -24,61 - 1087: -25,61 - 1088: -22,61 - 1089: -21,61 - 1090: -20,61 - 1091: -19,61 - 1092: -18,61 - 1093: -17,61 - 1094: -13,61 - 1095: -12,61 - 1096: -11,66 - 1097: -10,66 - 1098: -9,66 - 1099: -5,66 - 1100: -4,66 - 1101: -3,66 - 1102: -4,63 - 1103: -3,63 - 1104: -8,63 - 1124: -15,63 - 1128: -31,57 - 4770: -27,53 - 4771: -37,58 - 4772: -38,58 - 4773: -39,58 - 4774: -43,62 - 4783: -42,62 - 4784: -41,62 - 4812: -34,64 - 4813: -33,64 - 4814: -32,64 - 4815: -31,64 - 4816: -30,64 + 1054: -23,53 + 1055: -22,53 + 1056: -21,53 + 1057: -20,53 + 1058: -24,61 + 1059: -23,61 + 1060: -24,61 + 1061: -25,61 + 1062: -22,61 + 1063: -21,61 + 1064: -20,61 + 1065: -19,61 + 1066: -18,61 + 1067: -17,61 + 1068: -13,61 + 1069: -12,61 + 1070: -11,66 + 1071: -10,66 + 1072: -9,66 + 1073: -5,66 + 1074: -4,66 + 1075: -3,66 + 1076: -4,63 + 1077: -3,63 + 1078: -8,63 + 1098: -15,63 + 1102: -31,57 + 4744: -27,53 + 4745: -37,58 + 4746: -38,58 + 4747: -39,58 + 4748: -43,62 + 4757: -42,62 + 4758: -41,62 + 4786: -34,64 + 4787: -33,64 + 4788: -32,64 + 4789: -31,64 + 4790: -30,64 - node: color: '#9FED58FF' id: BrickTileWhiteLineS decals: - 2276: 12,-12 - 2277: 11,-12 - 2278: 9,-12 - 2279: 7,-12 + 2250: 12,-12 + 2251: 11,-12 + 2252: 9,-12 + 2253: 7,-12 - node: color: '#B02E26FF' id: BrickTileWhiteLineS @@ -4206,441 +4253,434 @@ entities: 726: -10,39 727: -9,39 729: -7,38 - 808: -9,24 - 809: -10,24 - 810: -11,24 - 811: -7,23 - 812: -6,23 - 813: -8,32 - 814: -7,32 - 815: -6,32 - 834: -22,24 - 835: -21,24 - 836: -20,24 - 837: -19,24 - 838: -18,24 - 839: -17,24 - 840: -16,24 - 841: -15,24 - 862: -22,28 - 863: -21,28 - 864: -19,29 - 865: -17,28 - 866: -16,28 - 867: -15,28 - 868: -14,28 - 869: -13,28 - 870: -12,28 - 871: -11,28 - 872: -10,28 - 883: -30,29 - 884: -29,29 - 885: -28,29 - 886: -27,29 - 887: -26,29 - 888: -34,29 - 889: -35,29 - 890: -36,29 - 899: -36,33 - 900: -35,33 - 901: -34,33 - 915: -16,44 - 916: -15,44 - 941: -18,39 - 942: -22,47 - 943: -21,47 - 944: -20,47 - 946: -27,44 - 947: -26,44 - 948: -25,44 - 949: -24,44 + 806: -9,24 + 807: -10,24 + 808: -11,24 + 809: -7,23 + 810: -6,23 + 811: -8,32 + 812: -7,32 + 813: -6,32 + 832: -22,24 + 833: -21,24 + 834: -20,24 + 835: -19,24 + 836: -18,24 + 837: -17,24 + 838: -16,24 + 839: -15,24 + 860: -22,28 + 861: -21,28 + 862: -19,29 + 863: -17,28 + 864: -16,28 + 865: -15,28 + 866: -14,28 + 867: -13,28 + 868: -12,28 + 869: -11,28 + 870: -10,28 + 881: -30,29 + 882: -29,29 + 883: -28,29 + 884: -27,29 + 885: -26,29 + 886: -34,29 + 887: -35,29 + 888: -36,29 + 897: -36,33 + 898: -35,33 + 899: -34,33 + 913: -16,44 + 914: -15,44 + 923: -18,39 - node: color: '#B04DB5FF' id: BrickTileWhiteLineS decals: - 2714: 43,32 - 2715: 44,32 - 2716: 45,32 - 2717: 46,32 - 2718: 47,32 - 2719: 48,32 - 2720: 48,28 - 2721: 47,28 - 2722: 46,28 - 2723: 45,28 - 2724: 44,28 - 2725: 43,28 - 2726: 43,23 - 2727: 44,23 - 2728: 45,23 - 2729: 46,23 - 2730: 47,23 - 2731: 48,23 - 2732: 49,23 - 2733: 39,23 - 2734: 38,23 - 2735: 37,23 - 2736: 36,23 - 2737: 35,23 - 2738: 31,23 - 2739: 30,23 - 2740: 29,23 - 2741: 28,23 - 2742: 27,23 - 2743: 27,26 - 2744: 28,26 - 2745: 29,26 - 2746: 30,26 - 2747: 31,26 - 2748: 35,28 - 2749: 36,28 - 2750: 37,28 - 2751: 38,28 - 2752: 39,28 - 2753: 39,32 - 2754: 35,46 - 2755: 36,46 - 2756: 37,46 - 2757: 38,46 - 2758: 39,46 - 2759: 40,46 - 2760: 41,46 - 2761: 42,46 - 2762: 43,46 - 2763: 44,46 - 2764: 45,46 - 2765: 46,46 - 2766: 47,46 - 2767: 48,46 - 2768: 49,46 - 2769: 44,53 - 2770: 38,53 - 2771: 45,53 - 2772: 46,53 - 2773: 39,53 - 2774: 40,53 - 2775: 48,42 - 2776: 47,42 - 2777: 46,42 - 2778: 45,42 - 2779: 44,42 - 2780: 43,42 - 2781: 43,36 - 2782: 44,36 - 2783: 45,36 - 2784: 46,36 - 2785: 47,36 - 2786: 48,36 - 2787: 49,36 - 2788: 52,26 - 2789: 53,26 - 2790: 54,26 - 2791: 55,26 - 2792: 56,26 - 2793: 57,26 - 2794: 58,26 - 2795: 59,26 - 2796: 60,26 - 2797: 61,26 - 2798: 62,26 - 2799: 66,26 - 2800: 67,26 - 2826: 67,29 - 2844: 53,46 + 2688: 43,32 + 2689: 44,32 + 2690: 45,32 + 2691: 46,32 + 2692: 47,32 + 2693: 48,32 + 2694: 48,28 + 2695: 47,28 + 2696: 46,28 + 2697: 45,28 + 2698: 44,28 + 2699: 43,28 + 2700: 43,23 + 2701: 44,23 + 2702: 45,23 + 2703: 46,23 + 2704: 47,23 + 2705: 48,23 + 2706: 49,23 + 2707: 39,23 + 2708: 38,23 + 2709: 37,23 + 2710: 36,23 + 2711: 35,23 + 2712: 31,23 + 2713: 30,23 + 2714: 29,23 + 2715: 28,23 + 2716: 27,23 + 2717: 27,26 + 2718: 28,26 + 2719: 29,26 + 2720: 30,26 + 2721: 31,26 + 2722: 35,28 + 2723: 36,28 + 2724: 37,28 + 2725: 38,28 + 2726: 39,28 + 2727: 39,32 + 2728: 35,46 + 2729: 36,46 + 2730: 37,46 + 2731: 38,46 + 2732: 39,46 + 2733: 40,46 + 2734: 41,46 + 2735: 42,46 + 2736: 43,46 + 2737: 44,46 + 2738: 45,46 + 2739: 46,46 + 2740: 47,46 + 2741: 48,46 + 2742: 49,46 + 2743: 44,53 + 2744: 38,53 + 2745: 45,53 + 2746: 46,53 + 2747: 39,53 + 2748: 40,53 + 2749: 48,42 + 2750: 47,42 + 2751: 46,42 + 2752: 45,42 + 2753: 44,42 + 2754: 43,42 + 2755: 43,36 + 2756: 44,36 + 2757: 45,36 + 2758: 46,36 + 2759: 47,36 + 2760: 48,36 + 2761: 49,36 + 2762: 52,26 + 2763: 53,26 + 2764: 54,26 + 2765: 55,26 + 2766: 56,26 + 2767: 57,26 + 2768: 58,26 + 2769: 59,26 + 2770: 60,26 + 2771: 61,26 + 2772: 62,26 + 2773: 66,26 + 2774: 67,26 + 2800: 67,29 + 2818: 53,46 - node: color: '#BA8841FF' id: BrickTileWhiteLineS decals: - 2035: -55,11 - 2036: -49,16 - 2037: -50,16 - 2038: -51,16 - 2039: -51,20 - 2040: -50,20 - 2041: -49,20 - 2042: -59,22 - 2043: -60,22 - 2044: -61,22 - 2045: -62,22 - 2046: -63,22 - 2047: -64,22 - 2048: -65,22 - 2049: -53,29 - 2050: -52,29 - 2051: -51,29 - 2052: -50,29 - 2053: -49,29 - 2054: -48,29 - 2055: -47,29 - 2056: -46,29 - 2057: -45,29 - 2058: -44,29 - 2059: -43,29 - 2060: -57,33 - 2061: -56,33 - 2062: -55,33 - 2063: -54,33 - 2064: -53,33 - 2065: -49,33 - 2066: -48,33 - 2067: -47,33 - 2068: -46,33 - 2069: -45,33 - 2070: -44,33 - 2071: -43,33 - 2108: -63,15 - 2109: -62,15 - 2110: -61,15 - 2111: -60,15 - 2112: -59,15 - 2113: -51,25 - 2114: -50,25 - 2115: -49,25 + 2009: -55,11 + 2010: -49,16 + 2011: -50,16 + 2012: -51,16 + 2013: -51,20 + 2014: -50,20 + 2015: -49,20 + 2016: -59,22 + 2017: -60,22 + 2018: -61,22 + 2019: -62,22 + 2020: -63,22 + 2021: -64,22 + 2022: -65,22 + 2023: -53,29 + 2024: -52,29 + 2025: -51,29 + 2026: -50,29 + 2027: -49,29 + 2028: -48,29 + 2029: -47,29 + 2030: -46,29 + 2031: -45,29 + 2032: -44,29 + 2033: -43,29 + 2034: -57,33 + 2035: -56,33 + 2036: -55,33 + 2037: -54,33 + 2038: -53,33 + 2039: -49,33 + 2040: -48,33 + 2041: -47,33 + 2042: -46,33 + 2043: -45,33 + 2044: -44,33 + 2045: -43,33 + 2082: -63,15 + 2083: -62,15 + 2084: -61,15 + 2085: -60,15 + 2086: -59,15 + 2087: -51,25 + 2088: -50,25 + 2089: -49,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineS decals: - 2909: -55,-4 - 2910: -54,-4 - 2911: -53,-4 - 2912: -52,-4 - 2913: -51,-4 - 2914: -62,-5 - 2915: -61,-5 - 2916: -60,-5 - 2917: -59,-5 - 2918: -54,0 - 2919: -53,0 - 2920: -52,0 - 2921: -51,0 - 2922: -58,0 - 2923: -59,0 - 2924: -60,0 - 2925: -61,0 - 2926: -62,0 - 2927: -56,2 - 3054: -62,-10 - 3055: -61,-10 - 3056: -60,-10 - 3057: -59,-10 - 3072: -55,-9 - 3145: -59,-13 - 3146: -58,-13 - 3147: -57,-13 - 3148: -56,-13 - 3149: -55,-13 - 3150: -54,-13 - 3151: -59,-30 - 3152: -58,-30 - 3153: -57,-30 - 3154: -56,-30 - 3155: -55,-30 - 3156: -53,-34 - 3157: -52,-34 - 3158: -51,-34 - 3159: -50,-34 - 3160: -49,-34 - 3161: -48,-34 - 3162: -47,-34 - 3163: -46,-34 - 3164: -45,-34 - 3165: -44,-34 - 3166: -43,-34 - 3167: -42,-34 - 3168: -41,-34 - 3169: -40,-34 - 3170: -39,-34 - 3175: -52,-12 - 3176: -51,-12 - 3177: -69,5 - 3178: -70,5 - 3179: -71,5 - 3180: -72,5 - 3181: -73,5 - 3182: -73,13 - 3183: -69,13 - 3184: -73,-1 - 3185: -77,7 - 3186: -78,7 - 3187: -79,7 - 3188: -80,7 - 3189: -84,6 - 3190: -85,6 - 3191: -86,6 - 3192: -90,7 - 3193: -91,7 - 3194: -92,7 - 3195: -93,7 - 3196: -85,12 - 3197: -97,18 - 3198: -85,-1 - 3199: -89,-6 - 3200: -88,-6 - 3201: -87,-6 - 3202: -86,-6 - 3203: -85,-6 - 3204: -84,-6 - 3205: -83,-6 - 3206: -82,-6 - 3207: -81,-6 - 3316: -96,18 - 3354: -88,20 - 3355: -82,20 - 3358: -84,19 - 3359: -85,19 - 3360: -86,19 - 3389: -66,7 - 3390: -65,7 - 3391: -64,7 - 3392: -63,7 - 3393: -62,7 - 3394: -61,7 - 3395: -60,7 - 3396: -59,7 - 3397: -58,7 - 3398: -57,7 - 3399: -56,7 - 3400: -55,7 - 3401: -54,7 - 3402: -53,7 - 3403: -52,7 - 3404: -51,7 - 3405: -50,7 - 6668: -73,0 + 2883: -55,-4 + 2884: -54,-4 + 2885: -53,-4 + 2886: -52,-4 + 2887: -51,-4 + 2888: -62,-5 + 2889: -61,-5 + 2890: -60,-5 + 2891: -59,-5 + 2892: -54,0 + 2893: -53,0 + 2894: -52,0 + 2895: -51,0 + 2896: -58,0 + 2897: -59,0 + 2898: -60,0 + 2899: -61,0 + 2900: -62,0 + 2901: -56,2 + 3028: -62,-10 + 3029: -61,-10 + 3030: -60,-10 + 3031: -59,-10 + 3046: -55,-9 + 3119: -59,-13 + 3120: -58,-13 + 3121: -57,-13 + 3122: -56,-13 + 3123: -55,-13 + 3124: -54,-13 + 3125: -59,-30 + 3126: -58,-30 + 3127: -57,-30 + 3128: -56,-30 + 3129: -55,-30 + 3130: -53,-34 + 3131: -52,-34 + 3132: -51,-34 + 3133: -50,-34 + 3134: -49,-34 + 3135: -48,-34 + 3136: -47,-34 + 3137: -46,-34 + 3138: -45,-34 + 3139: -44,-34 + 3140: -43,-34 + 3141: -42,-34 + 3142: -41,-34 + 3143: -40,-34 + 3144: -39,-34 + 3149: -52,-12 + 3150: -51,-12 + 3151: -69,5 + 3152: -70,5 + 3153: -71,5 + 3154: -72,5 + 3155: -73,5 + 3156: -73,13 + 3157: -69,13 + 3158: -73,-1 + 3159: -77,7 + 3160: -78,7 + 3161: -79,7 + 3162: -80,7 + 3163: -84,6 + 3164: -85,6 + 3165: -86,6 + 3166: -90,7 + 3167: -91,7 + 3168: -92,7 + 3169: -93,7 + 3170: -85,12 + 3171: -97,18 + 3172: -85,-1 + 3173: -89,-6 + 3174: -88,-6 + 3175: -87,-6 + 3176: -86,-6 + 3177: -85,-6 + 3178: -84,-6 + 3179: -83,-6 + 3180: -82,-6 + 3181: -81,-6 + 3290: -96,18 + 3328: -88,20 + 3329: -82,20 + 3332: -84,19 + 3333: -85,19 + 3334: -86,19 + 3363: -66,7 + 3364: -65,7 + 3365: -64,7 + 3366: -63,7 + 3367: -62,7 + 3368: -61,7 + 3369: -60,7 + 3370: -59,7 + 3371: -58,7 + 3372: -57,7 + 3373: -56,7 + 3374: -55,7 + 3375: -54,7 + 3376: -53,7 + 3377: -52,7 + 3378: -51,7 + 3379: -50,7 + 6640: -73,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineS decals: - 2336: 14,-3 - 2337: 13,-3 - 2338: 22,-3 - 2339: 23,-3 - 2340: 24,-3 - 2341: 25,-3 - 2342: 26,-3 - 2343: 27,-3 - 2376: 16,-12 - 2377: 17,-12 - 2378: 18,-12 - 2379: 19,-12 - 2380: 20,-12 - 2381: 16,-6 - 2382: 17,-6 - 2383: 18,-6 - 2384: 19,-6 - 2385: 20,-6 + 2310: 14,-3 + 2311: 13,-3 + 2312: 22,-3 + 2313: 23,-3 + 2314: 24,-3 + 2315: 25,-3 + 2316: 26,-3 + 2317: 27,-3 + 2350: 16,-12 + 2351: 17,-12 + 2352: 18,-12 + 2353: 19,-12 + 2354: 20,-12 + 2355: 16,-6 + 2356: 17,-6 + 2357: 18,-6 + 2358: 19,-6 + 2359: 20,-6 - node: color: '#334E6DFF' id: BrickTileWhiteLineW decals: - 1198: 4,41 - 1199: 4,40 - 1200: 4,39 - 1201: 4,38 - 1202: 4,37 - 1203: 4,36 - 1213: 9,38 - 1214: 9,39 - 1234: 16,36 - 1235: 16,37 - 1236: 16,38 - 1237: 16,39 - 1244: 17,41 - 1245: 17,42 - 1246: 17,43 - 1247: 17,44 - 1248: 17,45 - 1249: 17,46 - 1250: 17,47 - 1251: 17,48 - 1252: 17,49 - 1322: 9,46 - 1323: 9,47 - 1324: 9,48 - 1325: 9,49 - 1326: 5,55 - 1327: 5,54 - 1328: 5,53 - 1329: 5,52 - 1330: 5,51 - 1331: 5,50 - 1332: 5,49 - 1333: 5,48 - 1356: 27,42 - 1357: 27,43 - 1358: 27,44 - 1377: 21,49 - 1396: 16,55 - 1406: 14,55 - 1407: 14,56 - 1435: 26,55 - 1474: 6,24 - 1475: 11,29 - 1476: 4,28 - 1477: 11,28 - 1478: 4,29 - 1479: 17,28 - 1480: 17,27 - 1481: 17,26 - 1482: 17,25 + 1172: 4,41 + 1173: 4,40 + 1174: 4,39 + 1175: 4,38 + 1176: 4,37 + 1177: 4,36 + 1187: 9,38 + 1188: 9,39 + 1208: 16,36 + 1209: 16,37 + 1210: 16,38 + 1211: 16,39 + 1218: 17,41 + 1219: 17,42 + 1220: 17,43 + 1221: 17,44 + 1222: 17,45 + 1223: 17,46 + 1224: 17,47 + 1225: 17,48 + 1226: 17,49 + 1296: 9,46 + 1297: 9,47 + 1298: 9,48 + 1299: 9,49 + 1300: 5,55 + 1301: 5,54 + 1302: 5,53 + 1303: 5,52 + 1304: 5,51 + 1305: 5,50 + 1306: 5,49 + 1307: 5,48 + 1330: 27,42 + 1331: 27,43 + 1332: 27,44 + 1351: 21,49 + 1370: 16,55 + 1380: 14,55 + 1381: 14,56 + 1409: 26,55 + 1448: 6,24 + 1449: 11,29 + 1450: 4,28 + 1451: 11,28 + 1452: 4,29 + 1453: 17,28 + 1454: 17,27 + 1455: 17,26 + 1456: 17,25 - node: color: '#354DA0FF' id: BrickTileWhiteLineW decals: - 6430: 33,2 + 6402: 33,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW decals: - 2421: -43,20 - 2422: -43,21 - 2423: -43,22 - 2424: -43,23 - 2444: -40,18 - 2463: -41,11 - 2476: 33,-2 + 2395: -43,20 + 2396: -43,21 + 2397: -43,22 + 2398: -43,23 + 2418: -40,18 + 2437: -41,11 + 2450: 33,-2 - node: color: '#845606FF' id: BrickTileWhiteLineW decals: - 3631: -23,-34 - 3632: -23,-33 - 3633: -23,-32 - 3634: -23,-31 - 3635: -23,-30 - 3636: -20,-41 - 3637: -20,-40 - 3638: -20,-39 - 3639: -14,-40 - 3640: -14,-39 - 3641: -14,-41 - 3642: -14,-42 - 3643: -17,-29 - 3644: -17,-30 - 3645: -23,-25 - 3646: -23,-24 - 3647: -23,-23 - 3648: -23,-21 - 3649: -23,-20 - 3650: -31,-21 - 3651: -31,-20 - 3652: -31,-25 - 3653: -11,-25 - 3654: -17,-21 - 3655: -17,-20 - 4866: -20,-44 - 4867: -20,-43 - 4868: -20,-42 - 4869: -52,-42 - 4870: -52,-43 - 4871: -52,-44 - 4872: -52,-45 - 4873: -52,-49 - 4936: -23,-29 - 6363: -52,-48 - 6367: -52,-47 - 6368: -52,-46 - 6567: -23,-35 + 3605: -23,-34 + 3606: -23,-33 + 3607: -23,-32 + 3608: -23,-31 + 3609: -23,-30 + 3610: -20,-41 + 3611: -20,-40 + 3612: -20,-39 + 3613: -14,-40 + 3614: -14,-39 + 3615: -14,-41 + 3616: -14,-42 + 3617: -17,-29 + 3618: -17,-30 + 3619: -23,-25 + 3620: -23,-24 + 3621: -23,-23 + 3622: -23,-21 + 3623: -23,-20 + 3624: -31,-21 + 3625: -31,-20 + 3626: -31,-25 + 3627: -11,-25 + 3628: -17,-21 + 3629: -17,-20 + 4840: -20,-44 + 4841: -20,-43 + 4842: -20,-42 + 4843: -52,-42 + 4844: -52,-43 + 4845: -52,-44 + 4846: -52,-45 + 4847: -52,-49 + 4910: -23,-29 + 6335: -52,-48 + 6339: -52,-47 + 6340: -52,-46 + 6539: -23,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW @@ -4672,91 +4712,97 @@ entities: 598: -4,5 599: -4,6 600: -9,2 - 1790: 8,6 - 1791: 8,5 - 1792: 5,10 - 1793: 5,11 - 1794: 5,12 - 1795: 5,13 - 1796: 5,14 - 1797: 8,4 - 1798: 8,3 - 1799: 8,1 - 1800: 8,2 - 1801: 8,0 - 1802: 8,-1 - 1803: 8,-2 - 1821: 0,16 - 1822: 0,15 - 1823: 0,14 - 1824: 0,13 - 1825: 0,12 - 1826: 0,11 - 1827: 0,10 - 1828: 0,9 - 1829: 0,-5 - 1830: 0,-6 - 1831: 0,-7 - 1832: 0,-12 - 1833: 0,-8 - 1834: 0,-9 - 1835: 0,-10 - 1836: 0,-11 - 6691: 34,-7 - 6694: 34,-5 + 1764: 8,6 + 1765: 8,5 + 1766: 5,10 + 1767: 5,11 + 1768: 5,12 + 1769: 5,13 + 1770: 5,14 + 1771: 8,4 + 1772: 8,3 + 1773: 8,1 + 1774: 8,2 + 1775: 8,0 + 1776: 8,-1 + 1777: 8,-2 + 1795: 0,16 + 1796: 0,15 + 1797: 0,14 + 1798: 0,13 + 1799: 0,12 + 1800: 0,11 + 1801: 0,10 + 1802: 0,9 + 1803: 0,-5 + 1804: 0,-6 + 1805: 0,-7 + 1806: 0,-12 + 1807: 0,-8 + 1808: 0,-9 + 1809: 0,-10 + 1810: 0,-11 + 6663: 34,-7 + 6666: 34,-5 + - node: + color: '#951710FF' + id: BrickTileWhiteLineW + decals: + 6701: -29,45 + 6702: -29,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW decals: - 1066: -32,61 - 1067: -32,60 - 1068: -32,59 - 1069: -32,58 - 1070: -28,63 - 1071: -28,62 - 1072: -28,61 - 1073: -28,60 - 1074: -28,59 - 1075: -28,58 - 1076: -28,57 - 1077: -28,56 - 1078: -28,55 - 1079: -28,54 - 1110: -12,67 - 1111: -14,62 - 1112: -24,58 - 1113: -24,57 - 1114: -24,56 - 1115: -24,55 - 1116: -24,54 - 1117: 0,68 - 1118: 0,67 - 1119: 0,66 - 1120: 0,65 - 1121: 0,64 - 1122: 0,63 - 1123: -6,67 - 4785: -40,61 - 4786: -40,60 - 4787: -40,59 - 4788: -44,63 - 4789: -45,65 - 4790: -45,66 + 1040: -32,61 + 1041: -32,60 + 1042: -32,59 + 1043: -32,58 + 1044: -28,63 + 1045: -28,62 + 1046: -28,61 + 1047: -28,60 + 1048: -28,59 + 1049: -28,58 + 1050: -28,57 + 1051: -28,56 + 1052: -28,55 + 1053: -28,54 + 1084: -12,67 + 1085: -14,62 + 1086: -24,58 + 1087: -24,57 + 1088: -24,56 + 1089: -24,55 + 1090: -24,54 + 1091: 0,68 + 1092: 0,67 + 1093: 0,66 + 1094: 0,65 + 1095: 0,64 + 1096: 0,63 + 1097: -6,67 + 4759: -40,61 + 4760: -40,60 + 4761: -40,59 + 4762: -44,63 + 4763: -45,65 + 4764: -45,66 - node: color: '#9FED58FF' id: BrickTileWhiteLineW decals: - 2280: 5,-10 - 2281: 5,-9 - 2282: 5,-8 - 2283: 5,-7 - 2284: 5,-6 - 2306: 8,-6 - 2307: 8,-7 - 2308: 8,-8 - 2309: 8,-9 - 2310: 8,-10 - 2311: 8,-11 + 2254: 5,-10 + 2255: 5,-9 + 2256: 5,-8 + 2257: 5,-7 + 2258: 5,-6 + 2280: 8,-6 + 2281: 8,-7 + 2282: 8,-8 + 2283: 8,-9 + 2284: 8,-10 + 2285: 8,-11 - node: color: '#B02E26FF' id: BrickTileWhiteLineW @@ -4767,264 +4813,261 @@ entities: 717: -31,40 739: -11,40 740: -11,41 - 771: -14,43 - 772: -14,42 - 773: -14,41 - 774: -14,40 - 775: -14,39 - 776: -14,38 - 777: -14,37 - 778: -14,36 - 779: -14,35 - 780: -14,34 - 781: -14,33 - 782: -14,32 - 783: -14,31 - 784: -23,29 - 785: -37,30 - 786: -37,34 - 787: -7,29 - 788: -7,28 - 789: -12,25 - 816: -9,34 - 817: -9,33 - 842: -23,25 - 936: -28,47 - 937: -28,46 - 938: -28,45 - 939: -19,41 - 940: -19,40 - 4835: -34,38 - 4836: -34,39 - 4837: -34,40 - 4838: -34,41 - 4839: -34,42 - 4840: -34,43 - 4841: -34,44 - 4842: -34,45 - 4843: -34,46 - 4844: -34,47 - 4845: -34,48 - 4846: -34,49 - 4847: -34,50 + 769: -14,43 + 770: -14,42 + 771: -14,41 + 772: -14,40 + 773: -14,39 + 774: -14,38 + 775: -14,37 + 776: -14,36 + 777: -14,35 + 778: -14,34 + 779: -14,33 + 780: -14,32 + 781: -14,31 + 782: -23,29 + 783: -37,30 + 784: -37,34 + 785: -7,29 + 786: -7,28 + 787: -12,25 + 814: -9,34 + 815: -9,33 + 840: -23,25 + 921: -19,41 + 922: -19,40 + 4809: -34,38 + 4810: -34,39 + 4811: -34,40 + 4812: -34,41 + 4813: -34,42 + 4814: -34,43 + 4815: -34,44 + 4816: -34,45 + 4817: -34,46 + 4818: -34,47 + 4819: -34,48 + 4820: -34,49 + 4821: -34,50 - node: color: '#B04DB5FF' id: BrickTileWhiteLineW decals: - 2634: 34,24 - 2635: 34,25 - 2636: 26,27 - 2637: 26,28 - 2638: 26,29 - 2639: 34,29 - 2641: 42,25 - 2642: 42,24 - 2643: 42,29 - 2644: 42,37 - 2645: 42,38 - 2646: 42,39 - 2647: 38,33 - 2648: 38,34 - 2649: 38,35 - 2650: 38,36 - 2651: 38,37 - 2652: 38,38 - 2653: 38,39 - 2654: 38,40 - 2655: 38,41 - 2656: 38,42 - 2657: 38,43 - 2658: 34,47 - 2659: 34,48 - 2660: 34,49 - 2661: 34,50 - 2662: 39,50 - 2663: 49,50 - 2664: 43,54 - 2665: 43,55 - 2666: 43,56 - 2667: 37,56 - 2668: 37,55 - 2669: 37,54 - 2670: 42,43 - 2671: 42,33 - 2672: 42,25 - 2673: 42,24 - 2674: 26,28 - 2818: 51,29 - 2819: 51,28 - 2820: 51,27 - 2821: 65,27 - 2822: 65,28 - 2823: 65,29 - 2846: 53,48 - 2848: 52,50 + 2608: 34,24 + 2609: 34,25 + 2610: 26,27 + 2611: 26,28 + 2612: 26,29 + 2613: 34,29 + 2615: 42,25 + 2616: 42,24 + 2617: 42,29 + 2618: 42,37 + 2619: 42,38 + 2620: 42,39 + 2621: 38,33 + 2622: 38,34 + 2623: 38,35 + 2624: 38,36 + 2625: 38,37 + 2626: 38,38 + 2627: 38,39 + 2628: 38,40 + 2629: 38,41 + 2630: 38,42 + 2631: 38,43 + 2632: 34,47 + 2633: 34,48 + 2634: 34,49 + 2635: 34,50 + 2636: 39,50 + 2637: 49,50 + 2638: 43,54 + 2639: 43,55 + 2640: 43,56 + 2641: 37,56 + 2642: 37,55 + 2643: 37,54 + 2644: 42,43 + 2645: 42,33 + 2646: 42,25 + 2647: 42,24 + 2648: 26,28 + 2792: 51,29 + 2793: 51,28 + 2794: 51,27 + 2795: 65,27 + 2796: 65,28 + 2797: 65,29 + 2820: 53,48 + 2822: 52,50 - node: color: '#BA8841FF' id: BrickTileWhiteLineW decals: - 2106: -52,22 - 2107: -52,21 - 2116: -64,19 - 2117: -64,18 - 2118: -64,17 - 2119: -64,16 - 2120: -56,12 - 2121: -56,13 - 2122: -56,14 - 2123: -56,15 - 2124: -56,16 - 2125: -56,17 - 2126: -56,18 - 2127: -56,19 - 2128: -56,20 - 2129: -56,21 - 2130: -56,22 - 2131: -56,23 - 2132: -56,24 - 2133: -56,25 - 2134: -56,26 - 2135: -56,27 - 2136: -56,28 - 2137: -66,23 - 2138: -66,24 - 2139: -66,25 - 2140: -66,26 - 2141: -65,29 - 2142: -65,28 - 2143: -64,31 - 2144: -64,32 - 2145: -64,33 - 2146: -64,34 - 2147: -64,35 - 2148: -58,35 - 2149: -58,34 - 2150: -50,34 - 2151: -52,26 - 2152: -52,17 - 2162: -57,30 - 2179: -46,10 - 2180: -46,11 - 2181: -46,12 - 2182: -46,13 - 2183: -46,14 - 2184: -46,15 - 2185: -46,16 - 2186: -46,17 + 2080: -52,22 + 2081: -52,21 + 2090: -64,19 + 2091: -64,18 + 2092: -64,17 + 2093: -64,16 + 2094: -56,12 + 2095: -56,13 + 2096: -56,14 + 2097: -56,15 + 2098: -56,16 + 2099: -56,17 + 2100: -56,18 + 2101: -56,19 + 2102: -56,20 + 2103: -56,21 + 2104: -56,22 + 2105: -56,23 + 2106: -56,24 + 2107: -56,25 + 2108: -56,26 + 2109: -56,27 + 2110: -56,28 + 2111: -66,23 + 2112: -66,24 + 2113: -66,25 + 2114: -66,26 + 2115: -65,29 + 2116: -65,28 + 2117: -64,31 + 2118: -64,32 + 2119: -64,33 + 2120: -64,34 + 2121: -64,35 + 2122: -58,35 + 2123: -58,34 + 2124: -50,34 + 2125: -52,26 + 2126: -52,17 + 2136: -57,30 + 2153: -46,10 + 2154: -46,11 + 2155: -46,12 + 2156: -46,13 + 2157: -46,14 + 2158: -46,15 + 2159: -46,16 + 2160: -46,17 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineW decals: - 2950: -63,-4 - 2951: -63,-3 - 2952: -56,-3 - 2953: -63,1 - 2954: -63,2 - 2955: -63,3 - 2956: -63,4 - 2959: -55,1 - 2960: -74,6 - 2961: -74,7 - 2962: -74,8 - 2963: -74,9 - 2964: -74,10 - 2995: -81,8 - 2996: -70,14 - 2997: -70,15 - 2998: -70,16 - 2999: -74,16 - 3000: -74,15 - 3001: -74,14 - 3002: -86,13 - 3003: -86,14 - 3004: -86,15 - 3005: -86,16 - 3006: -99,12 - 3007: -99,11 - 3008: -99,10 - 3009: -99,9 - 3010: -99,8 - 3011: -99,6 - 3012: -99,7 - 3013: -99,5 - 3014: -99,4 - 3015: -98,19 - 3016: -98,20 - 3017: -98,21 - 3018: -98,22 - 3019: -98,23 - 3020: -98,24 - 3021: -98,25 - 3022: -98,26 - 3023: -98,27 - 3024: -98,28 - 3025: -94,8 - 3026: -92,12 - 3027: -92,13 - 3028: -92,14 - 3029: -92,4 - 3030: -92,3 - 3031: -92,2 - 3032: -98,-3 - 3033: -98,-4 - 3034: -98,-5 - 3035: -98,-6 - 3036: -98,-7 - 3037: -98,-8 - 3038: -98,-9 - 3039: -98,-10 - 3040: -98,-11 - 3041: -98,-12 - 3067: -63,-8 - 3068: -63,-9 - 3069: -56,-7 - 3070: -56,-8 - 3128: -54,-33 - 3129: -54,-32 - 3130: -54,-31 - 3131: -60,-29 - 3132: -60,-28 - 3133: -60,-27 - 3134: -60,-26 - 3135: -60,-25 - 3136: -60,-24 - 3137: -60,-23 - 3138: -60,-22 - 3139: -60,-21 - 3140: -60,-20 - 3141: -60,-19 - 3142: -60,-18 - 3143: -60,-17 - 3144: -60,-16 - 3328: -87,9 - 3329: -87,8 - 3330: -87,7 - 3334: -86,3 - 3335: -86,2 - 3336: -86,1 - 3337: -86,0 - 3407: -48,6 - 3408: -48,5 - 3409: -48,4 - 3410: -48,3 - 3411: -48,2 - 3412: -48,1 - 3413: -48,0 - 3414: -48,-1 - 6669: -74,1 - 6670: -74,2 + 2924: -63,-4 + 2925: -63,-3 + 2926: -56,-3 + 2927: -63,1 + 2928: -63,2 + 2929: -63,3 + 2930: -63,4 + 2933: -55,1 + 2934: -74,6 + 2935: -74,7 + 2936: -74,8 + 2937: -74,9 + 2938: -74,10 + 2969: -81,8 + 2970: -70,14 + 2971: -70,15 + 2972: -70,16 + 2973: -74,16 + 2974: -74,15 + 2975: -74,14 + 2976: -86,13 + 2977: -86,14 + 2978: -86,15 + 2979: -86,16 + 2980: -99,12 + 2981: -99,11 + 2982: -99,10 + 2983: -99,9 + 2984: -99,8 + 2985: -99,6 + 2986: -99,7 + 2987: -99,5 + 2988: -99,4 + 2989: -98,19 + 2990: -98,20 + 2991: -98,21 + 2992: -98,22 + 2993: -98,23 + 2994: -98,24 + 2995: -98,25 + 2996: -98,26 + 2997: -98,27 + 2998: -98,28 + 2999: -94,8 + 3000: -92,12 + 3001: -92,13 + 3002: -92,14 + 3003: -92,4 + 3004: -92,3 + 3005: -92,2 + 3006: -98,-3 + 3007: -98,-4 + 3008: -98,-5 + 3009: -98,-6 + 3010: -98,-7 + 3011: -98,-8 + 3012: -98,-9 + 3013: -98,-10 + 3014: -98,-11 + 3015: -98,-12 + 3041: -63,-8 + 3042: -63,-9 + 3043: -56,-7 + 3044: -56,-8 + 3102: -54,-33 + 3103: -54,-32 + 3104: -54,-31 + 3105: -60,-29 + 3106: -60,-28 + 3107: -60,-27 + 3108: -60,-26 + 3109: -60,-25 + 3110: -60,-24 + 3111: -60,-23 + 3112: -60,-22 + 3113: -60,-21 + 3114: -60,-20 + 3115: -60,-19 + 3116: -60,-18 + 3117: -60,-17 + 3118: -60,-16 + 3302: -87,9 + 3303: -87,8 + 3304: -87,7 + 3308: -86,3 + 3309: -86,2 + 3310: -86,1 + 3311: -86,0 + 3381: -48,6 + 3382: -48,5 + 3383: -48,4 + 3384: -48,3 + 3385: -48,2 + 3386: -48,1 + 3387: -48,0 + 3388: -48,-1 + 6641: -74,1 + 6642: -74,2 - node: color: '#FF974DFF' id: BrickTileWhiteLineW decals: - 2326: 13,1 - 2327: 15,-4 - 2328: 15,-5 - 2359: 12,-1 - 2360: 12,-2 - 2361: 15,-9 - 2362: 15,-10 - 2363: 15,-11 + 2300: 13,1 + 2301: 15,-4 + 2302: 15,-5 + 2333: 12,-1 + 2334: 12,-2 + 2335: 15,-9 + 2336: 15,-10 + 2337: 15,-11 - node: color: '#FFFFFFFF' id: BushDThree @@ -5034,9 +5077,9 @@ entities: 151: 71,-3 152: 3,-10 226: 37,37 - 4075: -23.84824,-36.039036 - 4096: 70.49607,-5.2800684 - 4097: 73.21482,-5.2683496 + 4049: -23.84824,-36.039036 + 4070: 70.49607,-5.2800684 + 4071: 73.21482,-5.2683496 - node: color: '#FFFFFFFF' id: BushDTwo @@ -5044,23 +5087,23 @@ entities: 200: -1,14 356: -106.987564,9.973441 370: -101.81569,9.926566 - 3784: -0.88223886,-10.300684 - 6633: -59.517128,9.321603 - 6634: -42.90093,5.449465 - 6635: -30.489948,17.91463 - 6636: 47.184723,21.183506 - 6637: 39.60601,-20.002787 - 6638: 42.520073,-19.752787 - 6639: 40.600338,-30.343527 - 6640: 34.420174,-36.616962 - 6641: 17.789068,-38.879887 - 6642: 1.2919211,-38.75982 - 6643: -3.5219002,-45.90537 - 6644: -10.826588,-52.624638 - 6645: 13.056606,-52.51093 - 6646: 8.8619585,-45.313065 - 6647: -8.990252,-30.680576 - 6648: -23.893175,-32.74724 + 3758: -0.88223886,-10.300684 + 6605: -59.517128,9.321603 + 6606: -42.90093,5.449465 + 6607: -30.489948,17.91463 + 6608: 47.184723,21.183506 + 6609: 39.60601,-20.002787 + 6610: 42.520073,-19.752787 + 6611: 40.600338,-30.343527 + 6612: 34.420174,-36.616962 + 6613: 17.789068,-38.879887 + 6614: 1.2919211,-38.75982 + 6615: -3.5219002,-45.90537 + 6616: -10.826588,-52.624638 + 6617: 13.056606,-52.51093 + 6618: 8.8619585,-45.313065 + 6619: -8.990252,-30.680576 + 6620: -23.893175,-32.74724 - node: color: '#FFFFFFFF' id: Bushb3 @@ -5070,24 +5113,24 @@ entities: color: '#FFFFFFFF' id: Bushd1 decals: - 4179: 57.006096,-12.356954 - 4180: 57.099846,-6.4928484 - 4181: 57.873283,-6.9615984 - 4182: 63.099846,-6.8826447 - 4183: 65.24438,-12.144363 - 4184: 67.27172,-12.788895 - 4185: 67.48266,-13.257645 - 4186: 69.80284,-5.2769313 - 4187: 71.44347,-3.4839625 - 4188: 66.205185,0.043381214 - 4189: 65.642685,-1.0347438 - 4190: 62.150494,-2.1245875 - 4191: 55.271587,-0.22615004 - 4192: 53.619244,-8.4761505 - 4193: 54.380962,-9.671463 - 4194: 52.400494,-15.636277 - 4195: 48.594856,-24.49732 - 4196: 51.36048,-26.65357 + 4153: 57.006096,-12.356954 + 4154: 57.099846,-6.4928484 + 4155: 57.873283,-6.9615984 + 4156: 63.099846,-6.8826447 + 4157: 65.24438,-12.144363 + 4158: 67.27172,-12.788895 + 4159: 67.48266,-13.257645 + 4160: 69.80284,-5.2769313 + 4161: 71.44347,-3.4839625 + 4162: 66.205185,0.043381214 + 4163: 65.642685,-1.0347438 + 4164: 62.150494,-2.1245875 + 4165: 55.271587,-0.22615004 + 4166: 53.619244,-8.4761505 + 4167: 54.380962,-9.671463 + 4168: 52.400494,-15.636277 + 4169: 48.594856,-24.49732 + 4170: 51.36048,-26.65357 - node: color: '#FFFFFFFF' id: Bushe1 @@ -5099,7 +5142,7 @@ entities: 366: -106.90944,6.957816 367: -103.09694,5.285941 368: -102.925064,4.629691 - 3854: -1.2123232,14.564764 + 3828: -1.2123232,14.564764 - node: color: '#FFFFFFFF' id: Bushe2 @@ -5114,20 +5157,20 @@ entities: color: '#FFFFFFFF' id: Bushe3 decals: - 3764: 42.40303,-11.448524 - 3765: 41.500687,-14.392142 - 3766: 47.430374,-6.8730726 - 3767: 46.15303,3.6802206 - 3768: 45.12178,13.699752 - 3769: 65.732506,-8.308953 - 3770: 59.42782,-10.014526 - 3771: 67.525475,-21.236286 - 3772: 61.443443,-27.3714 - 3773: 49.665607,-26.2464 - 3774: 40.71666,-29.257294 - 3775: 36.59022,-36.651825 - 3776: 13.614435,-38.831512 - 3777: 8.84652,-43.378727 + 3738: 42.40303,-11.448524 + 3739: 41.500687,-14.392142 + 3740: 47.430374,-6.8730726 + 3741: 46.15303,3.6802206 + 3742: 45.12178,13.699752 + 3743: 65.732506,-8.308953 + 3744: 59.42782,-10.014526 + 3745: 67.525475,-21.236286 + 3746: 61.443443,-27.3714 + 3747: 49.665607,-26.2464 + 3748: 40.71666,-29.257294 + 3749: 36.59022,-36.651825 + 3750: 13.614435,-38.831512 + 3751: 8.84652,-43.378727 - node: color: '#FFFFFFFF' id: Bushe4 @@ -5145,19 +5188,19 @@ entities: 360: -102.862564,10.332816 361: -102.393814,9.817191 362: -105.75319,11.926566 - 4076: -24.176365,-31.187471 - 4077: -8.777928,-28.609346 - 4095: 67.818695,-5.2331934 - 4269: -36.177177,-21.855759 - 4287: -106.47833,9.241646 - 4468: 22.541536,39.08815 - 4469: 9.814974,35.44362 - 4696: 46.1468,-0.7615123 - 4728: 1.3932085,51.47611 - 4729: 0.7525835,54.61237 - 6575: 31.918331,-17.062832 - 6576: 27.27747,-16.844082 - 6632: -60.134315,9.024728 + 4050: -24.176365,-31.187471 + 4051: -8.777928,-28.609346 + 4069: 67.818695,-5.2331934 + 4243: -36.177177,-21.855759 + 4261: -106.47833,9.241646 + 4442: 22.541536,39.08815 + 4443: 9.814974,35.44362 + 4670: 46.1468,-0.7615123 + 4702: 1.3932085,51.47611 + 4703: 0.7525835,54.61237 + 6547: 31.918331,-17.062832 + 6548: 27.27747,-16.844082 + 6604: -60.134315,9.024728 - node: color: '#FFFFFFFF' id: Bushf1 @@ -5165,19 +5208,19 @@ entities: 171: 13,-52 251: 64,8 369: -102.300064,6.192191 - 4166: 53.982315,-4.4730234 - 4167: 56.876846,-4.3675547 - 4168: 63.521378,-4.3675547 - 4169: 72.77919,-4.672242 - 4170: 65.326065,-13.215211 - 4171: 63.521378,-11.827433 - 4172: 66.76747,-21.307901 - 4173: 62.021378,-25.593042 - 4174: 67.21278,-24.245386 - 4175: 57.849846,-28.077417 - 4176: 53.478752,-27.608667 - 4177: 49.599846,-25.207119 - 4178: 50.713127,-17.428339 + 4140: 53.982315,-4.4730234 + 4141: 56.876846,-4.3675547 + 4142: 63.521378,-4.3675547 + 4143: 72.77919,-4.672242 + 4144: 65.326065,-13.215211 + 4145: 63.521378,-11.827433 + 4146: 66.76747,-21.307901 + 4147: 62.021378,-25.593042 + 4148: 67.21278,-24.245386 + 4149: 57.849846,-28.077417 + 4150: 53.478752,-27.608667 + 4151: 49.599846,-25.207119 + 4152: 50.713127,-17.428339 - node: color: '#FFFFFFFF' id: Bushf2 @@ -5190,44 +5233,44 @@ entities: id: Bushf3 decals: 247: 75,13 - 3781: 9.066714,-41.41747 - 3782: 13.218527,-38.625637 - 3783: -1.2923951,-11.308496 + 3755: 9.066714,-41.41747 + 3756: 13.218527,-38.625637 + 3757: -1.2923951,-11.308496 - node: color: '#FFFFFFFF' id: Bushg4 decals: - 3778: 5.063496,-47.319897 - 4091: 58.594654,-6.3586936 - 4103: 54.488796,-3.3138347 - 4104: 53.633327,-1.0169597 - 4105: 62.60989,-6.442741 - 4106: 68.45755,-5.177116 - 4107: 74.16458,-5.270866 - 4108: 53.258327,-7.368522 - 4109: 55.461452,-13.006857 - 4110: 65.56302,-22.65142 - 4111: 60.09036,-26.41314 - 4112: 54.301296,-27.374077 - 4113: 50.352077,-26.237358 - 4114: 49.625515,-24.72564 - 4270: -36.001396,-22.922165 - 4271: -35.49749,-22.336227 - 4272: -44.30999,-5.539646 - 4273: -81.8269,13.409887 - 4274: -81.24096,14.968481 - 4275: -81.70971,15.988012 - 4276: -81.006584,17.452856 - 4277: -88.282814,12.964575 - 4278: -89.07437,12.519262 - 4279: -88.72281,17.523169 - 4280: -88.874985,3.0756955 - 4281: -88.501915,2.7552567 - 4282: -88.04488,0.95056915 - 4283: -94.36687,3.4232254 - 4284: -96.077805,1.9466629 - 4285: -100.76816,3.8184528 - 4286: -100.44003,4.3575153 + 3752: 5.063496,-47.319897 + 4065: 58.594654,-6.3586936 + 4077: 54.488796,-3.3138347 + 4078: 53.633327,-1.0169597 + 4079: 62.60989,-6.442741 + 4080: 68.45755,-5.177116 + 4081: 74.16458,-5.270866 + 4082: 53.258327,-7.368522 + 4083: 55.461452,-13.006857 + 4084: 65.56302,-22.65142 + 4085: 60.09036,-26.41314 + 4086: 54.301296,-27.374077 + 4087: 50.352077,-26.237358 + 4088: 49.625515,-24.72564 + 4244: -36.001396,-22.922165 + 4245: -35.49749,-22.336227 + 4246: -44.30999,-5.539646 + 4247: -81.8269,13.409887 + 4248: -81.24096,14.968481 + 4249: -81.70971,15.988012 + 4250: -81.006584,17.452856 + 4251: -88.282814,12.964575 + 4252: -89.07437,12.519262 + 4253: -88.72281,17.523169 + 4254: -88.874985,3.0756955 + 4255: -88.501915,2.7552567 + 4256: -88.04488,0.95056915 + 4257: -94.36687,3.4232254 + 4258: -96.077805,1.9466629 + 4259: -100.76816,3.8184528 + 4260: -100.44003,4.3575153 - node: color: '#FFFFFFFF' id: Bushh1 @@ -5237,26 +5280,26 @@ entities: 147: 71,-6 148: 58,0 208: -24,18 - 3763: 42.906937,-11.0667305 - 3850: -30.793852,18.267889 - 3851: -31.28604,17.857733 - 4078: -24.621677,-29.41794 - 4079: -24.527927,-31.984348 - 4080: -8.508397,-30.390596 - 4081: 14.481334,-38.60922 - 4082: 19.515272,-38.722622 - 4083: 30.546476,-36.59626 - 4084: 33.399643,-36.98298 - 4092: 51.592796,-17.105461 - 4102: 53.281765,-3.1966472 - 4305: -89.2827,13.322316 - 4306: -87.86473,16.017628 - 4307: -80.82176,11.740285 - 6607: 37.616062,21.238317 - 6608: 46.427296,21.230505 - 6609: 44.458797,13.420872 - 6610: -0.83810425,34.107063 - 6611: 0.021270752,36.677376 + 3737: 42.906937,-11.0667305 + 3824: -30.793852,18.267889 + 3825: -31.28604,17.857733 + 4052: -24.621677,-29.41794 + 4053: -24.527927,-31.984348 + 4054: -8.508397,-30.390596 + 4055: 14.481334,-38.60922 + 4056: 19.515272,-38.722622 + 4057: 30.546476,-36.59626 + 4058: 33.399643,-36.98298 + 4066: 51.592796,-17.105461 + 4076: 53.281765,-3.1966472 + 4279: -89.2827,13.322316 + 4280: -87.86473,16.017628 + 4281: -80.82176,11.740285 + 6579: 37.616062,21.238317 + 6580: 46.427296,21.230505 + 6581: 44.458797,13.420872 + 6582: -0.83810425,34.107063 + 6583: 0.021270752,36.677376 - node: color: '#FFFFFFFF' id: Bushh3 @@ -5270,36 +5313,36 @@ entities: decals: 172: -3,-48 207: -17,18 - 4123: 58.069717,-6.448056 - 4124: 60.39003,-8.088681 - 4125: 66.57753,-6.7879 - 4126: 67.23378,-2.2761812 - 4127: 70.57362,-1.3738375 - 4128: 75.436905,-2.2527437 - 4129: 72.343155,-6.4363375 - 4130: 55.585342,-2.241025 - 4131: 58.611607,-12.025141 - 4132: 55.892857,-12.611078 - 4133: 56.537388,-12.611078 - 4134: 62.560825,-10.2556095 - 4135: 62.865513,-10.8181095 - 4136: 67.16629,-20.122797 - 4137: 66.77957,-20.532953 - 4138: 65.5491,-24.353764 - 4139: 61.22571,-26.02222 - 4140: 61.448368,-26.444096 - 4141: 59.35071,-27.557377 - 4142: 52.460087,-27.194096 - 4143: 50.397587,-26.186283 + 4097: 58.069717,-6.448056 + 4098: 60.39003,-8.088681 + 4099: 66.57753,-6.7879 + 4100: 67.23378,-2.2761812 + 4101: 70.57362,-1.3738375 + 4102: 75.436905,-2.2527437 + 4103: 72.343155,-6.4363375 + 4104: 55.585342,-2.241025 + 4105: 58.611607,-12.025141 + 4106: 55.892857,-12.611078 + 4107: 56.537388,-12.611078 + 4108: 62.560825,-10.2556095 + 4109: 62.865513,-10.8181095 + 4110: 67.16629,-20.122797 + 4111: 66.77957,-20.532953 + 4112: 65.5491,-24.353764 + 4113: 61.22571,-26.02222 + 4114: 61.448368,-26.444096 + 4115: 59.35071,-27.557377 + 4116: 52.460087,-27.194096 + 4117: 50.397587,-26.186283 - node: color: '#FFFFFFFF' id: Bushi2 decals: 260: 66,-3 353: -102.331314,7.207816 - 4144: 52.108524,-27.53394 - 4145: 59.6554,-26.948002 - 6440: -37.32839,-33.615314 + 4118: 52.108524,-27.53394 + 4119: 59.6554,-26.948002 + 6412: -37.32839,-33.615314 - node: color: '#FFFFFFFF' id: Bushi3 @@ -5309,78 +5352,78 @@ entities: 257: 52,-15 354: -101.94069,6.645316 355: -107.768814,9.239066 - 4596: -17.382242,55.28696 - 4597: -16.433023,49.884617 - 4645: -26.578676,-14.086744 - 4646: -20.547426,-14.055494 - 4647: -15.531801,-13.867994 - 6574: 30.879269,-17.070644 - 6606: 36.811375,20.988317 + 4570: -17.382242,55.28696 + 4571: -16.433023,49.884617 + 4619: -26.578676,-14.086744 + 4620: -20.547426,-14.055494 + 4621: -15.531801,-13.867994 + 6546: 30.879269,-17.070644 + 6578: 36.811375,20.988317 - node: color: '#FFFFFFFF' id: Bushi4 decals: - 3779: -2.9872854,-48.485737 - 3780: 5.0869336,-47.735737 - 4146: 50.4679,-18.136845 - 4147: 55.29607,-13.119765 - 4148: 63.37029,-11.514297 - 4149: 62.725758,-11.186172 - 4150: 60.288258,-9.13539 - 4151: 60.135914,-8.631484 - 4152: 60.581226,-8.408828 - 4153: 55.905445,-2.656845 - 6439: -37.758076,-33.16219 + 3753: -2.9872854,-48.485737 + 3754: 5.0869336,-47.735737 + 4120: 50.4679,-18.136845 + 4121: 55.29607,-13.119765 + 4122: 63.37029,-11.514297 + 4123: 62.725758,-11.186172 + 4124: 60.288258,-9.13539 + 4125: 60.135914,-8.631484 + 4126: 60.581226,-8.408828 + 4127: 55.905445,-2.656845 + 6411: -37.758076,-33.16219 - node: color: '#FFFFFFFF' id: Bushj2 decals: - 4465: 13.119661,34.4944 - 4466: 21.920443,36.205338 - 4467: 22.752474,39.38112 + 4439: 13.119661,34.4944 + 4440: 21.920443,36.205338 + 4441: 22.752474,39.38112 - node: color: '#FFFFFFFF' id: Bushj3 decals: - 4154: 54.428883,-1.0748138 - 4155: 54.428883,-4.063095 - 4156: 56.70232,-3.6998138 - 4157: 62.831226,-9.699814 - 4158: 58.3781,-12.125595 - 4159: 53.363544,-14.035416 - 4160: 49.414326,-20.189419 - 4161: 58.055847,-27.474571 - 4162: 65.59101,-23.30963 - 4163: 67.81218,-14.928173 - 4164: 67.50614,-5.3519297 - 4165: 71.11552,-5.3636484 + 4128: 54.428883,-1.0748138 + 4129: 54.428883,-4.063095 + 4130: 56.70232,-3.6998138 + 4131: 62.831226,-9.699814 + 4132: 58.3781,-12.125595 + 4133: 53.363544,-14.035416 + 4134: 49.414326,-20.189419 + 4135: 58.055847,-27.474571 + 4136: 65.59101,-23.30963 + 4137: 67.81218,-14.928173 + 4138: 67.50614,-5.3519297 + 4139: 71.11552,-5.3636484 - node: color: '#FFFFFFFF' id: Bushk1 decals: 137: 55,-9 271: 31,-37 - 3852: -27.53604,17.799139 - 4510: -13.987451,77.15054 - 4511: 16.034712,73.68179 - 4512: 8.218306,71.36148 - 4592: -16.79256,50.545914 - 4593: -16.909748,47.276382 - 4600: -32.315296,-0.5816544 - 4601: -44.33498,-1.2191677 - 4602: -41.3467,-9.703543 - 4603: -10.496473,-53.210663 - 4604: 4.6561537,-46.97945 - 4605: 9.186384,-44.058086 - 4606: 41.453693,-29.955482 - 4607: 60.86173,-28.141144 - 4608: 68.20961,-12.918012 - 4609: 75.13539,0.078846216 - 4610: 68.50344,0.16087747 - 4611: 46.415348,5.7034583 - 4612: 44.259098,12.3333845 - 4613: 58.00519,8.1612835 - 4727: 0.7213335,50.679234 + 3826: -27.53604,17.799139 + 4484: -13.987451,77.15054 + 4485: 16.034712,73.68179 + 4486: 8.218306,71.36148 + 4566: -16.79256,50.545914 + 4567: -16.909748,47.276382 + 4574: -32.315296,-0.5816544 + 4575: -44.33498,-1.2191677 + 4576: -41.3467,-9.703543 + 4577: -10.496473,-53.210663 + 4578: 4.6561537,-46.97945 + 4579: 9.186384,-44.058086 + 4580: 41.453693,-29.955482 + 4581: 60.86173,-28.141144 + 4582: 68.20961,-12.918012 + 4583: 75.13539,0.078846216 + 4584: 68.50344,0.16087747 + 4585: 46.415348,5.7034583 + 4586: 44.259098,12.3333845 + 4587: 58.00519,8.1612835 + 4701: 0.7213335,50.679234 - node: color: '#FFFFFFFF' id: Bushk2 @@ -5389,25 +5432,25 @@ entities: 258: 52,-16 259: 66,-9 357: -101.143814,5.270316 - 4093: 63.201508,-6.276162 - 4094: 55.58432,-2.9949121 - 4115: 49.531765,-19.440483 - 4116: 49.520046,-24.842827 - 4117: 60.35989,-26.49517 - 4118: 66.04349,-22.37017 - 4119: 69.066925,-19.405327 - 4120: 66.629425,-13.829832 - 4121: 64.70755,-12.892332 - 4122: 66.93411,-5.1350956 - 4463: 9.451693,35.72487 - 4464: 12.533724,34.799088 - 6612: 0.07595825,34.04807 + 4067: 63.201508,-6.276162 + 4068: 55.58432,-2.9949121 + 4089: 49.531765,-19.440483 + 4090: 49.520046,-24.842827 + 4091: 60.35989,-26.49517 + 4092: 66.04349,-22.37017 + 4093: 69.066925,-19.405327 + 4094: 66.629425,-13.829832 + 4095: 64.70755,-12.892332 + 4096: 66.93411,-5.1350956 + 4437: 9.451693,35.72487 + 4438: 12.533724,34.799088 + 6584: 0.07595825,34.04807 - node: color: '#FFFFFFFF' id: Bushk3 decals: 358: -102.06569,2.9734414 - 6589: 1.882721,-38.060734 + 6561: 1.882721,-38.060734 - node: color: '#FFFFFFFF' id: Bushl2 @@ -5417,49 +5460,49 @@ entities: color: '#FFFFFFFF' id: Bushl3 decals: - 4513: 5.9389944,71.38492 - 4514: -13.600202,75.158356 - 4515: 15.641865,77.71304 + 4487: 5.9389944,71.38492 + 4488: -13.600202,75.158356 + 4489: 15.641865,77.71304 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 4573: -17.366714,59.025 - 4574: -16.417496,58.0875 - 4619: -27.578676,-13.774244 + 4547: -17.366714,59.025 + 4548: -16.417496,58.0875 + 4593: -27.578676,-13.774244 - node: color: '#FFFFFFFF' id: Bushm1 decals: 199: 3,9 - 4594: -16.61678,46.93654 - 4595: -17.26131,56.967907 + 4568: -16.61678,46.93654 + 4569: -17.26131,56.967907 - node: color: '#FFFFFFFF' id: Bushm2 decals: 359: -101.09694,2.8484414 - 3853: -23.610258,18.150702 - 4100: 53.50442,-6.8880534 - 4101: 53.69192,-3.2786784 - 4516: 15.899677,73.283356 - 4517: -13.56775,73.763824 + 3827: -23.610258,18.150702 + 4074: 53.50442,-6.8880534 + 4075: 53.69192,-3.2786784 + 4490: 15.899677,73.283356 + 4491: -13.56775,73.763824 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 4098: 59.046852,-6.428506 - 4099: 62.62107,-9.01835 + 4072: 59.046852,-6.428506 + 4073: 62.62107,-9.01835 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 3785: -1.3741928,-7.263622 - 4090: 55.043873,-6.253225 - 4197: 58.0147,-3.0305514 - 4198: 47.043705,0.5114244 - 4199: 47.47435,0.95306015 - 4200: 55.576187,8.312037 + 3759: -1.3741928,-7.263622 + 4064: 55.043873,-6.253225 + 4171: 58.0147,-3.0305514 + 4172: 47.043705,0.5114244 + 4173: 47.47435,0.95306015 + 4174: 55.576187,8.312037 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -5476,1544 +5519,1542 @@ entities: 153: 3,-9 173: -11,-51 212: 5,25 - 4074: -23.930271,-30.320284 - 4085: 28.395735,-36.87751 - 4086: 49.579803,-25.76604 - 4087: 64.6325,-5.2884035 - 4088: 65.12469,-5.546216 - 4089: 74.26534,-0.3352561 - 4518: -13.602906,77.607574 - 4591: -16.999838,55.935135 - 4697: 46.30305,-3.6521373 + 4048: -23.930271,-30.320284 + 4059: 28.395735,-36.87751 + 4060: 49.579803,-25.76604 + 4061: 64.6325,-5.2884035 + 4062: 65.12469,-5.546216 + 4063: 74.26534,-0.3352561 + 4492: -13.602906,77.607574 + 4565: -16.999838,55.935135 + 4671: 46.30305,-3.6521373 - node: color: '#FFFFFFFF' id: Delivery decals: - 2219: -47,33 - 2220: -46,33 - 2856: 45,36 - 2857: 46,36 - 2858: 47,36 - 4736: -101,52 - 4737: -101,51 - 4738: -101,50 - 4739: -100,51 - 4740: -99,51 - 4741: -98,51 - 4742: -99,52 - 4743: -109,58 - 4744: -106,55 - 4745: -117,58 - 4746: -120,55 - 4747: -120,47 - 4748: -117,44 - 4749: -109,44 - 4750: -106,47 - 4751: -102,52 - 4752: -102,51 - 4753: -102,50 - 6389: 69,-9 - 6390: 70,-9 - 6391: 72,-9 - 6392: 73,-9 - 6393: -43,38 - 6394: -42,38 - 6395: -41,38 - 6396: -40,38 - 6397: -60,60 - 6398: -60,59 - 6399: -54,60 - 6400: -54,59 - 6413: 28,38 + 2193: -47,33 + 2194: -46,33 + 2830: 45,36 + 2831: 46,36 + 2832: 47,36 + 4710: -101,52 + 4711: -101,51 + 4712: -101,50 + 4713: -100,51 + 4714: -99,51 + 4715: -98,51 + 4716: -99,52 + 4717: -109,58 + 4718: -106,55 + 4719: -117,58 + 4720: -120,55 + 4721: -120,47 + 4722: -117,44 + 4723: -109,44 + 4724: -106,47 + 4725: -102,52 + 4726: -102,51 + 4727: -102,50 + 6361: 69,-9 + 6362: 70,-9 + 6363: 72,-9 + 6364: 73,-9 + 6365: -43,38 + 6366: -42,38 + 6367: -41,38 + 6368: -40,38 + 6369: -60,60 + 6370: -60,59 + 6371: -54,60 + 6372: -54,59 + 6385: 28,38 - node: color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 4754: -119,49 - 4755: -119,50 - 4756: -119,51 - 4757: -119,52 - 4758: -119,53 - 4759: -115,57 - 4760: -114,57 - 4761: -113,57 - 4762: -112,57 - 4763: -111,57 - 4764: -115,45 - 4765: -114,45 - 4766: -113,45 - 4767: -112,45 - 4768: -111,45 - 4769: -113,51 + 4728: -119,49 + 4729: -119,50 + 4730: -119,51 + 4731: -119,52 + 4732: -119,53 + 4733: -115,57 + 4734: -114,57 + 4735: -113,57 + 4736: -112,57 + 4737: -111,57 + 4738: -115,45 + 4739: -114,45 + 4740: -113,45 + 4741: -112,45 + 4742: -111,45 + 4743: -113,51 - node: color: '#91D4FFFF' id: DiagonalOverlay decals: - 2388: 1,3 - 2389: 1,2 - 2390: 0,2 - 2391: 1,1 - 2392: 2,2 + 2362: 1,3 + 2363: 1,2 + 2364: 0,2 + 2365: 1,1 + 2366: 2,2 - node: color: '#FFFFFFFF' id: DirtHeavy decals: - 6431: -79,-23 - 6432: -72,-23 - 6433: -67,-24 + 6403: -79,-23 + 6404: -72,-23 + 6405: -67,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 4940: -55,9 - 4941: -55,11 - 4942: -55,13 - 4943: -51,13 - 4944: -49,11 - 4945: -49,17 - 4946: -52,21 - 4947: -50,25 - 4948: -48,30 - 4949: -53,30 - 4950: -56,25 - 4951: -59,22 - 4952: -63,22 - 4953: -63,24 - 4954: -64,29 - 4955: -60,32 - 4956: -61,35 - 4957: -70,20 - 4958: -70,19 - 4959: -68,22 - 4960: -70,28 - 4961: -70,32 - 4962: -66,34 - 4963: -62,35 - 4964: -56,36 - 4965: -47,34 - 4966: -41,40 - 4967: -45,40 - 4968: -55,45 - 4969: -55,48 - 4970: -53,53 - 4971: -58,56 - 4972: -60,58 - 4973: -46,60 - 4974: -42,60 - 4975: -43,64 - 4976: -44,65 - 4977: -42,66 - 4978: -39,67 - 4979: -36,65 - 4980: -40,61 - 4981: -34,64 - 4982: -31,64 - 4983: -26,64 - 4984: -27,59 - 4985: -28,56 - 4986: -26,55 - 4987: -23,54 - 4988: -20,54 - 4989: -21,64 - 4990: -20,63 - 4991: -23,67 - 4992: -18,66 - 4993: -16,67 - 4994: -28,67 - 4995: -9,66 - 4996: -12,67 - 4997: -5,68 - 4998: -3,66 - 4999: -3,64 - 5000: -9,63 - 5001: -1,61 - 5002: 0,60 - 5003: -4,59 - 5004: -9,58 - 5005: -12,58 - 5006: -20,58 - 5007: 2,58 - 5008: 2,69 - 5009: 5,69 - 5010: 1,71 - 5011: -8,74 - 5012: -4,73 - 5013: 3,78 - 5014: 6,76 - 5015: 14,65 - 5016: 8,65 - 5017: 7,65 - 5018: 5,65 - 5019: 2,63 - 5020: 0,56 - 5021: -1,53 - 5022: 0,52 - 5023: 2,50 - 5024: 7,52 - 5025: 16,56 - 5026: 20,54 - 5027: 17,47 - 5028: 17,45 - 5029: 19,41 - 5030: 16,37 - 5031: 20,36 - 5032: 27,44 - 5033: 22,45 - 5034: 28,39 - 5035: 27,49 - 5036: 6,45 - 5037: 4,41 - 5038: 7,38 - 5039: 4,38 - 5040: 4,37 - 5041: 2,37 - 5042: 1,35 - 5043: 0,42 - 5044: -2,41 - 5045: -2,30 - 5046: -3,26 - 5047: 2,27 - 5048: 0,26 - 5049: 1,23 - 5050: 4,21 - 5051: 7,22 - 5052: 12,21 - 5053: 16,20 - 5054: 19,19 - 5055: 20,23 - 5056: 17,28 - 5057: 26,27 - 5058: 31,26 - 5059: 31,29 - 5060: 36,29 - 5061: 40,28 - 5062: 38,29 - 5063: 35,25 - 5064: 38,23 - 5065: 39,33 - 5066: 38,36 - 5067: 35,35 - 5068: 29,32 - 5069: 21,32 - 5070: 14,32 - 5071: 7,32 - 5072: 35,42 - 5073: 32,44 - 5074: 32,47 - 5075: 29,46 - 5076: 35,49 - 5077: 41,49 - 5078: 43,50 - 5079: 47,48 - 5080: 46,47 - 5081: 42,46 - 5082: 52,50 - 5083: 56,51 - 5084: 58,52 - 5085: 56,53 - 5086: 58,54 - 5087: 58,56 - 5088: 60,58 - 5089: 60,56 - 5090: 55,56 - 5091: 53,61 - 5092: 56,61 - 5093: 56,62 - 5094: 56,65 - 5095: 55,66 - 5096: 56,68 - 5097: 55,70 - 5098: 61,70 - 5099: 64,70 - 5100: 66,70 - 5101: 69,68 - 5102: 74,68 - 5103: 75,68 - 5104: 78,61 - 5105: 72,55 - 5106: 65,55 - 5107: 65,61 - 5108: 75,56 - 5109: 75,50 - 5110: 65,49 - 5111: 63,52 - 5112: 71,48 - 5113: 73,48 - 5114: 72,49 - 5115: 78,47 - 5116: 80,49 - 5117: 75,48 - 5118: 79,44 - 5119: 67,43 - 5120: 66,39 - 5121: 59,43 - 5122: 69,40 - 5123: 61,36 - 5124: 64,38 - 5125: 54,38 - 5126: 64,39 - 5127: 58,43 - 5128: 63,44 - 5129: 60,47 - 5130: 65,47 - 5131: 64,44 - 5132: 70,36 - 5133: 76,35 - 5134: 72,32 - 5135: 77,35 - 5136: 78,32 - 5137: 78,32 - 5138: 73,31 - 5139: 85,30 - 5140: 87,32 - 5141: 85,29 - 5142: 86,30 - 5143: 95,30 - 5144: 90,29 - 5145: 88,29 - 5146: 90,28 - 5147: 95,29 - 5148: 95,35 - 5149: 95,40 - 5150: 97,39 - 5151: 98,35 - 5152: 99,30 - 5153: 100,27 - 5154: 98,25 - 5155: 95,24 - 5156: 91,23 - 5157: 90,23 - 5158: 86,24 - 5159: 85,23 - 5160: 84,25 - 5161: 79,27 - 5162: 77,29 - 5163: 75,28 - 5164: 75,26 - 5165: 71,28 - 5166: 70,32 - 5167: 68,32 - 5168: 64,33 - 5169: 62,33 - 5170: 59,32 - 5171: 55,32 - 5172: 52,32 - 5173: 52,39 - 5174: 58,42 - 5175: 67,47 - 5176: 65,49 - 5177: 66,47 - 5178: 68,48 - 5179: 72,54 - 5180: 75,55 - 5181: 72,58 - 5182: 70,61 - 5183: 71,66 - 5184: 79,66 - 5185: 82,66 - 5186: 87,66 - 5187: 80,68 - 5188: 83,68 - 5189: 88,67 - 5190: 88,65 - 5191: 89,63 - 5192: 93,62 - 5193: 84,62 - 5194: 81,55 - 5195: 81,54 - 5196: 89,55 - 5197: 95,54 - 5198: 93,50 - 5199: 92,49 - 5200: 89,49 - 5201: 86,52 - 5202: 82,50 - 5203: 84,48 - 5204: 87,46 - 5205: 89,46 - 5206: 88,42 - 5207: 94,41 - 5208: 93,37 - 5209: 90,33 - 5210: 90,31 - 5211: 95,31 - 5212: 100,31 - 5213: 99,38 - 5214: 85,20 - 5215: 85,14 - 5216: 84,9 - 5217: 84,7 - 5218: 80,4 - 5219: 78,3 - 5220: 85,11 - 5221: 79,0 - 5222: 80,-3 - 5223: 80,-8 - 5224: 77,-12 - 5225: 72,-15 - 5226: 74,-17 - 5227: 76,-17 - 5228: 68,-18 - 5229: 67,-16 - 5230: 60,-10 - 5231: 60,-12 - 5232: 56,-14 - 5233: 54,-16 - 5234: 49,-22 - 5235: 50,-23 - 5236: 52,-26 - 5237: 55,-27 - 5238: 57,-28 - 5239: 60,-26 - 5240: 64,-23 - 5241: 65,-22 - 5242: 61,-10 - 5243: 61,-8 - 5244: 56,-5 - 5245: 54,-5 - 5246: 54,-2 - 5247: 50,-2 - 5248: 50,-6 - 5249: 49,-7 - 5250: 51,-9 - 5251: 50,2 - 5252: 48,5 - 5253: 49,12 - 5254: 49,14 - 5255: 43,19 - 5256: 41,20 - 5257: 46,18 - 5258: 38,18 - 5259: 34,19 - 5260: 32,16 - 5261: 30,15 - 5262: 33,15 - 5263: 33,12 - 5264: 31,10 - 5265: 27,10 - 5266: 25,12 - 5267: 24,15 - 5268: 25,16 - 5269: 26,16 - 5270: 26,12 - 5271: 23,9 - 5272: 26,9 - 5273: 31,6 - 5274: 21,7 - 5275: 19,5 - 5276: 12,7 - 5277: 9,7 - 5278: 9,9 - 5279: 7,12 - 5280: 6,14 - 5281: 11,15 - 5282: 11,12 - 5283: 8,3 - 5284: 5,3 - 5285: 0,6 - 5286: -3,4 - 5287: -4,6 - 5288: -7,10 - 5289: -8,12 - 5290: -9,14 - 5291: -4,14 - 5292: -12,12 - 5293: -16,12 - 5294: -26,13 - 5295: -28,13 - 5296: -35,14 - 5297: -35,15 - 5298: -33,11 - 5299: -38,11 - 5300: -41,10 - 5301: -40,12 - 5302: -39,9 - 5303: -37,8 - 5304: -40,8 - 5305: -35,7 - 5306: -37,5 - 5307: -33,2 - 5308: -35,-5 - 5309: -32,-5 - 5310: -28,-2 - 5311: -20,-3 - 5312: -17,-2 - 5313: -16,-3 - 5314: -15,5 - 5315: -23,7 - 5316: -27,6 - 5317: -27,1 - 5318: -28,3 - 5319: -21,3 - 5320: -15,1 - 5321: -12,-2 - 5322: -13,-5 - 5323: -23,-5 - 5324: -20,-6 - 5325: -6,1 - 5326: -2,3 - 5327: 0,-2 - 5328: 0,-6 - 5329: 2,-8 - 5330: 2,-12 - 5331: 0,-11 - 5332: -2,-15 - 5333: -7,-16 - 5334: -13,-16 - 5335: -17,-16 - 5336: -12,-14 - 5337: -22,-15 - 5338: -26,-17 - 5339: -32,-15 - 5340: -33,-11 - 5341: -32,-9 - 5342: -38,-15 - 5343: -40,-16 - 5344: -45,-14 - 5345: -44,-12 - 5346: -46,-10 - 5347: -48,-8 - 5348: -49,-15 - 5349: -50,-20 - 5350: -53,-17 - 5351: -54,-22 - 5352: -49,-25 - 5353: -47,-28 - 5354: -50,-29 - 5355: -56,-24 - 5356: -57,-18 - 5357: -56,-16 - 5358: -56,-25 - 5359: -50,-30 - 5360: -39,-30 - 5361: -36,-30 - 5362: -31,-29 - 5363: -33,-26 - 5364: -33,-20 - 5365: -21,-21 - 5366: -20,-25 - 5367: -22,-25 - 5368: -20,-23 - 5369: -15,-25 - 5370: -14,-21 - 5371: -17,-22 - 5372: -7,-21 - 5373: -12,-19 - 5374: -8,-25 - 5375: -10,-25 - 5376: -4,-24 - 5377: -4,-19 - 5378: -5,-28 - 5379: -7,-29 - 5380: -6,-31 - 5381: -6,-30 - 5382: 0,-29 - 5383: 0,-26 - 5384: 2,-25 - 5385: 1,-23 - 5386: 2,-19 - 5387: -2,-18 - 5388: 3,-16 - 5389: 4,-21 - 5390: 4,-26 - 5391: 8,-28 - 5392: 9,-30 - 5393: 9,-33 - 5394: 11,-34 - 5395: 11,-23 - 5396: 9,-21 - 5397: 8,-26 - 5398: 14,-24 - 5399: 14,-21 - 5400: 13,-22 - 5401: 15,-19 - 5402: 17,-20 - 5403: 18,-22 - 5404: 23,-19 - 5405: 27,-19 - 5406: 29,-22 - 5407: 30,-22 - 5408: 29,-25 - 5409: 32,-23 - 5410: 33,-24 - 5411: 37,-23 - 5412: 38,-26 - 5413: 38,-33 - 5414: 39,-34 - 5415: 33,-35 - 5416: 22,-30 - 5417: 24,-24 - 5418: 24,-25 - 5419: 19,-25 - 5420: 22,-35 - 5421: 17,-34 - 5422: 7,-28 - 5423: 9,-26 - 5424: 6,-37 - 5425: 0,-33 - 5426: 2,-33 - 5427: -4,-38 - 5428: -2,-40 - 5429: -1,-43 - 5430: 1,-40 - 5431: 2,-44 - 5432: -2,-45 - 5433: -1,-45 - 5434: 0,-48 - 5435: 2,-50 - 5436: 6,-52 - 5437: 7,-51 - 5438: 8,-53 - 5439: -3,-52 - 5440: -4,-53 - 5441: -8,-53 - 5442: -8,-51 - 5443: -3,-51 - 5444: -9,-41 - 5445: -12,-42 - 5446: -14,-39 - 5447: -13,-36 - 5448: -14,-34 - 5449: -20,-35 - 5450: -19,-38 - 5451: -17,-43 - 5452: -16,-44 - 5453: -23,-43 - 5454: -31,-42 - 5455: -37,-44 - 5456: -42,-42 - 5457: -46,-43 - 5458: -48,-43 - 5459: -51,-45 - 5460: -50,-49 - 5461: -49,-49 - 5462: -47,-37 - 5463: -52,-37 - 5464: -57,-37 - 5465: -58,-34 - 5466: -60,-33 - 5467: -61,-33 - 5468: -63,-29 - 5469: -62,-26 - 5470: -60,-24 - 5471: -59,-23 - 5472: -59,-19 - 5473: -59,-17 - 5474: -60,-12 - 5475: -57,-12 - 5476: -58,-9 - 5477: -62,-7 - 5478: -62,-8 - 5479: -59,-4 - 5480: -62,-4 - 5481: -61,-5 - 5482: -58,-2 - 5483: -53,-4 - 5484: -52,-3 - 5485: -49,-3 - 5486: -46,-6 - 5487: -44,-11 - 5488: -46,4 - 5489: -49,7 - 5490: -47,10 - 5491: -44,10 - 5492: -45,14 - 5493: -50,13 - 5494: -53,11 - 5495: -54,7 - 5496: -60,8 - 5497: -64,7 - 5498: -66,9 - 5499: -54,14 - 5500: -56,14 - 5501: -62,17 - 5502: -63,15 - 5503: -57,21 - 5504: -59,24 - 5505: -57,26 - 5506: -55,23 - 5507: -65,27 - 5508: -53,31 - 5509: -51,12 - 5510: -58,4 - 5511: -59,1 - 5512: -61,0 - 5513: -60,-2 - 5514: -66,3 - 5515: -65,-2 - 5516: -66,-4 - 5517: -66,-7 - 5518: -69,-7 - 5519: -74,-7 - 5520: -76,-3 - 5521: -75,-3 - 5522: -78,0 - 5523: -79,7 - 5524: -81,9 - 5525: -84,7 - 5526: -84,6 - 5527: -86,6 - 5528: -86,10 - 5529: -86,2 - 5530: -84,0 - 5531: -87,-4 - 5532: -89,-5 - 5533: -87,-6 - 5534: -80,-4 - 5535: -80,-6 - 5536: -94,1 - 5537: -94,-1 - 5538: -95,-4 - 5539: -97,-3 - 5540: -96,-8 - 5541: -95,-10 - 5542: -97,-13 - 5543: -92,-3 - 5544: -94,-6 - 5545: -92,-6 - 5546: -89,-2 - 5547: -97,4 - 5548: -98,4 - 5549: -97,11 - 5550: -99,8 - 5551: -93,8 - 5552: -90,8 - 5553: -90,7 - 5554: -92,13 - 5555: -96,17 - 5556: -97,19 - 5557: -96,21 - 5558: -96,24 - 5559: -97,27 - 5560: -92,21 - 5561: -92,19 - 5562: -93,23 - 5563: -89,21 - 5564: -86,20 - 5565: -82,21 - 5566: -78,21 - 5567: -74,24 - 5568: -73,28 - 5569: -73,31 - 5570: -74,34 - 5571: -73,37 - 5572: -72,36 - 5573: -82,38 - 5574: -86,36 - 5575: -93,37 - 5576: -95,39 - 5577: -99,37 - 5578: -106,38 - 5579: -108,37 - 5580: -109,37 - 5581: -108,37 - 5582: -116,37 - 5583: -114,37 - 5584: -115,34 - 5585: -115,31 - 5586: -114,28 - 5587: -114,23 - 5588: -115,20 - 5589: -113,16 - 5590: -115,13 - 5591: -114,8 - 5592: -113,7 - 5593: -113,4 - 5594: -114,-3 - 5595: -115,-6 - 5596: -113,-11 - 5597: -113,-13 - 5598: -115,-14 - 5599: -113,-17 - 5600: -115,-21 - 5601: -109,-21 - 5602: -108,-20 - 5603: -104,-23 - 5604: -101,-21 - 5605: -97,-20 - 5606: -94,-22 - 5607: -89,-21 - 5608: -85,-22 - 5609: -87,-20 - 5610: -84,-21 - 5611: -86,-17 - 5612: -92,0 - 5613: -100,28 - 5614: -104,36 - 5615: -100,49 - 5616: -96,50 - 5617: -97,52 - 5618: -102,47 - 5619: -112,50 - 5620: -110,59 - 5621: -87,50 - 5622: -79,51 - 5623: -75,52 - 5624: -68,50 - 5625: -66,47 - 5626: -60,50 - 5627: -56,57 - 5628: -42,63 - 5629: -32,72 - 5630: -27,75 - 5631: -22,74 - 5632: -22,72 - 5633: -16,70 - 5634: -7,71 - 5635: -2,71 - 5636: -9,74 - 5637: 18,11 - 5638: 21,9 - 5639: 15,12 - 5640: 20,2 - 5641: 26,0 - 5642: 27,1 - 5643: 36,3 - 5644: 33,-1 - 5645: 20,-8 - 5646: 15,-3 - 5647: 16,0 - 5648: 7,-5 - 5649: 7,-8 - 5650: 5,-8 - 5651: 6,-10 - 5652: 7,-12 - 5653: 13,-11 - 5654: 12,-12 - 5655: 10,-12 - 5656: 8,-6 - 5657: 11,-5 - 5658: 5,1 - 5659: 0,-2 - 5660: -5,1 - 5661: 0,-9 - 5662: 9,-23 - 5724: -34,46 - 5725: -39,40 - 5726: -33,39 - 5727: -35,34 - 5728: -36,30 - 5729: -28,29 - 5730: -17,30 - 5731: -15,28 - 5732: -13,36 - 5733: -13,41 - 5734: -15,45 - 5735: -8,42 - 5736: -7,39 - 5737: -8,34 - 5738: -5,32 + 4914: -55,9 + 4915: -55,11 + 4916: -55,13 + 4917: -51,13 + 4918: -49,11 + 4919: -49,17 + 4920: -52,21 + 4921: -50,25 + 4922: -48,30 + 4923: -53,30 + 4924: -56,25 + 4925: -59,22 + 4926: -63,22 + 4927: -63,24 + 4928: -64,29 + 4929: -60,32 + 4930: -61,35 + 4931: -70,20 + 4932: -70,19 + 4933: -68,22 + 4934: -70,28 + 4935: -70,32 + 4936: -66,34 + 4937: -62,35 + 4938: -56,36 + 4939: -47,34 + 4940: -41,40 + 4941: -45,40 + 4942: -55,45 + 4943: -55,48 + 4944: -53,53 + 4945: -58,56 + 4946: -60,58 + 4947: -46,60 + 4948: -42,60 + 4949: -43,64 + 4950: -44,65 + 4951: -42,66 + 4952: -39,67 + 4953: -36,65 + 4954: -40,61 + 4955: -34,64 + 4956: -31,64 + 4957: -26,64 + 4958: -27,59 + 4959: -28,56 + 4960: -26,55 + 4961: -23,54 + 4962: -20,54 + 4963: -21,64 + 4964: -20,63 + 4965: -23,67 + 4966: -18,66 + 4967: -16,67 + 4968: -28,67 + 4969: -9,66 + 4970: -12,67 + 4971: -5,68 + 4972: -3,66 + 4973: -3,64 + 4974: -9,63 + 4975: -1,61 + 4976: 0,60 + 4977: -4,59 + 4978: -9,58 + 4979: -12,58 + 4980: -20,58 + 4981: 2,58 + 4982: 2,69 + 4983: 5,69 + 4984: 1,71 + 4985: -8,74 + 4986: -4,73 + 4987: 3,78 + 4988: 6,76 + 4989: 14,65 + 4990: 8,65 + 4991: 7,65 + 4992: 5,65 + 4993: 2,63 + 4994: 0,56 + 4995: -1,53 + 4996: 0,52 + 4997: 2,50 + 4998: 7,52 + 4999: 16,56 + 5000: 20,54 + 5001: 17,47 + 5002: 17,45 + 5003: 19,41 + 5004: 16,37 + 5005: 20,36 + 5006: 27,44 + 5007: 22,45 + 5008: 28,39 + 5009: 27,49 + 5010: 6,45 + 5011: 4,41 + 5012: 7,38 + 5013: 4,38 + 5014: 4,37 + 5015: 2,37 + 5016: 1,35 + 5017: 0,42 + 5018: -2,41 + 5019: -2,30 + 5020: -3,26 + 5021: 2,27 + 5022: 0,26 + 5023: 1,23 + 5024: 4,21 + 5025: 7,22 + 5026: 12,21 + 5027: 16,20 + 5028: 19,19 + 5029: 20,23 + 5030: 17,28 + 5031: 26,27 + 5032: 31,26 + 5033: 31,29 + 5034: 36,29 + 5035: 40,28 + 5036: 38,29 + 5037: 35,25 + 5038: 38,23 + 5039: 39,33 + 5040: 38,36 + 5041: 35,35 + 5042: 29,32 + 5043: 21,32 + 5044: 14,32 + 5045: 7,32 + 5046: 35,42 + 5047: 32,44 + 5048: 32,47 + 5049: 29,46 + 5050: 35,49 + 5051: 41,49 + 5052: 43,50 + 5053: 47,48 + 5054: 46,47 + 5055: 42,46 + 5056: 52,50 + 5057: 56,51 + 5058: 58,52 + 5059: 56,53 + 5060: 58,54 + 5061: 58,56 + 5062: 60,58 + 5063: 60,56 + 5064: 55,56 + 5065: 53,61 + 5066: 56,61 + 5067: 56,62 + 5068: 56,65 + 5069: 55,66 + 5070: 56,68 + 5071: 55,70 + 5072: 61,70 + 5073: 64,70 + 5074: 66,70 + 5075: 69,68 + 5076: 74,68 + 5077: 75,68 + 5078: 78,61 + 5079: 72,55 + 5080: 65,55 + 5081: 65,61 + 5082: 75,56 + 5083: 75,50 + 5084: 65,49 + 5085: 63,52 + 5086: 71,48 + 5087: 73,48 + 5088: 72,49 + 5089: 78,47 + 5090: 80,49 + 5091: 75,48 + 5092: 79,44 + 5093: 67,43 + 5094: 66,39 + 5095: 59,43 + 5096: 69,40 + 5097: 61,36 + 5098: 64,38 + 5099: 54,38 + 5100: 64,39 + 5101: 58,43 + 5102: 63,44 + 5103: 60,47 + 5104: 65,47 + 5105: 64,44 + 5106: 70,36 + 5107: 76,35 + 5108: 72,32 + 5109: 77,35 + 5110: 78,32 + 5111: 78,32 + 5112: 73,31 + 5113: 85,30 + 5114: 87,32 + 5115: 85,29 + 5116: 86,30 + 5117: 95,30 + 5118: 90,29 + 5119: 88,29 + 5120: 90,28 + 5121: 95,29 + 5122: 95,35 + 5123: 95,40 + 5124: 97,39 + 5125: 98,35 + 5126: 99,30 + 5127: 100,27 + 5128: 98,25 + 5129: 95,24 + 5130: 91,23 + 5131: 90,23 + 5132: 86,24 + 5133: 85,23 + 5134: 84,25 + 5135: 79,27 + 5136: 77,29 + 5137: 75,28 + 5138: 75,26 + 5139: 71,28 + 5140: 70,32 + 5141: 68,32 + 5142: 64,33 + 5143: 62,33 + 5144: 59,32 + 5145: 55,32 + 5146: 52,32 + 5147: 52,39 + 5148: 58,42 + 5149: 67,47 + 5150: 65,49 + 5151: 66,47 + 5152: 68,48 + 5153: 72,54 + 5154: 75,55 + 5155: 72,58 + 5156: 70,61 + 5157: 71,66 + 5158: 79,66 + 5159: 82,66 + 5160: 87,66 + 5161: 80,68 + 5162: 83,68 + 5163: 88,67 + 5164: 88,65 + 5165: 89,63 + 5166: 93,62 + 5167: 84,62 + 5168: 81,55 + 5169: 81,54 + 5170: 89,55 + 5171: 95,54 + 5172: 93,50 + 5173: 92,49 + 5174: 89,49 + 5175: 86,52 + 5176: 82,50 + 5177: 84,48 + 5178: 87,46 + 5179: 89,46 + 5180: 88,42 + 5181: 94,41 + 5182: 93,37 + 5183: 90,33 + 5184: 90,31 + 5185: 95,31 + 5186: 100,31 + 5187: 99,38 + 5188: 85,20 + 5189: 85,14 + 5190: 84,9 + 5191: 84,7 + 5192: 80,4 + 5193: 78,3 + 5194: 85,11 + 5195: 79,0 + 5196: 80,-3 + 5197: 80,-8 + 5198: 77,-12 + 5199: 72,-15 + 5200: 74,-17 + 5201: 76,-17 + 5202: 68,-18 + 5203: 67,-16 + 5204: 60,-10 + 5205: 60,-12 + 5206: 56,-14 + 5207: 54,-16 + 5208: 49,-22 + 5209: 50,-23 + 5210: 52,-26 + 5211: 55,-27 + 5212: 57,-28 + 5213: 60,-26 + 5214: 64,-23 + 5215: 65,-22 + 5216: 61,-10 + 5217: 61,-8 + 5218: 56,-5 + 5219: 54,-5 + 5220: 54,-2 + 5221: 50,-2 + 5222: 50,-6 + 5223: 49,-7 + 5224: 51,-9 + 5225: 50,2 + 5226: 48,5 + 5227: 49,12 + 5228: 49,14 + 5229: 43,19 + 5230: 41,20 + 5231: 46,18 + 5232: 38,18 + 5233: 34,19 + 5234: 32,16 + 5235: 30,15 + 5236: 33,15 + 5237: 33,12 + 5238: 31,10 + 5239: 27,10 + 5240: 25,12 + 5241: 24,15 + 5242: 25,16 + 5243: 26,16 + 5244: 26,12 + 5245: 23,9 + 5246: 26,9 + 5247: 31,6 + 5248: 21,7 + 5249: 19,5 + 5250: 12,7 + 5251: 9,7 + 5252: 9,9 + 5253: 7,12 + 5254: 6,14 + 5255: 11,15 + 5256: 11,12 + 5257: 8,3 + 5258: 5,3 + 5259: 0,6 + 5260: -3,4 + 5261: -4,6 + 5262: -7,10 + 5263: -8,12 + 5264: -9,14 + 5265: -4,14 + 5266: -12,12 + 5267: -16,12 + 5268: -26,13 + 5269: -28,13 + 5270: -35,14 + 5271: -35,15 + 5272: -33,11 + 5273: -38,11 + 5274: -41,10 + 5275: -40,12 + 5276: -39,9 + 5277: -37,8 + 5278: -40,8 + 5279: -35,7 + 5280: -37,5 + 5281: -33,2 + 5282: -35,-5 + 5283: -32,-5 + 5284: -28,-2 + 5285: -20,-3 + 5286: -17,-2 + 5287: -16,-3 + 5288: -15,5 + 5289: -23,7 + 5290: -27,6 + 5291: -27,1 + 5292: -28,3 + 5293: -21,3 + 5294: -15,1 + 5295: -12,-2 + 5296: -13,-5 + 5297: -23,-5 + 5298: -20,-6 + 5299: -6,1 + 5300: -2,3 + 5301: 0,-2 + 5302: 0,-6 + 5303: 2,-8 + 5304: 2,-12 + 5305: 0,-11 + 5306: -2,-15 + 5307: -7,-16 + 5308: -13,-16 + 5309: -17,-16 + 5310: -12,-14 + 5311: -22,-15 + 5312: -26,-17 + 5313: -32,-15 + 5314: -33,-11 + 5315: -32,-9 + 5316: -38,-15 + 5317: -40,-16 + 5318: -45,-14 + 5319: -44,-12 + 5320: -46,-10 + 5321: -48,-8 + 5322: -49,-15 + 5323: -50,-20 + 5324: -53,-17 + 5325: -54,-22 + 5326: -49,-25 + 5327: -47,-28 + 5328: -50,-29 + 5329: -56,-24 + 5330: -57,-18 + 5331: -56,-16 + 5332: -56,-25 + 5333: -50,-30 + 5334: -39,-30 + 5335: -36,-30 + 5336: -31,-29 + 5337: -33,-26 + 5338: -33,-20 + 5339: -21,-21 + 5340: -20,-25 + 5341: -22,-25 + 5342: -20,-23 + 5343: -15,-25 + 5344: -14,-21 + 5345: -17,-22 + 5346: -7,-21 + 5347: -12,-19 + 5348: -8,-25 + 5349: -10,-25 + 5350: -4,-24 + 5351: -4,-19 + 5352: -5,-28 + 5353: -7,-29 + 5354: -6,-31 + 5355: -6,-30 + 5356: 0,-29 + 5357: 0,-26 + 5358: 2,-25 + 5359: 1,-23 + 5360: 2,-19 + 5361: -2,-18 + 5362: 3,-16 + 5363: 4,-21 + 5364: 4,-26 + 5365: 8,-28 + 5366: 9,-30 + 5367: 9,-33 + 5368: 11,-34 + 5369: 11,-23 + 5370: 9,-21 + 5371: 8,-26 + 5372: 14,-24 + 5373: 14,-21 + 5374: 13,-22 + 5375: 15,-19 + 5376: 17,-20 + 5377: 18,-22 + 5378: 23,-19 + 5379: 27,-19 + 5380: 29,-22 + 5381: 30,-22 + 5382: 29,-25 + 5383: 32,-23 + 5384: 33,-24 + 5385: 37,-23 + 5386: 38,-26 + 5387: 38,-33 + 5388: 39,-34 + 5389: 33,-35 + 5390: 22,-30 + 5391: 24,-24 + 5392: 24,-25 + 5393: 19,-25 + 5394: 22,-35 + 5395: 17,-34 + 5396: 7,-28 + 5397: 9,-26 + 5398: 6,-37 + 5399: 0,-33 + 5400: 2,-33 + 5401: -4,-38 + 5402: -2,-40 + 5403: -1,-43 + 5404: 1,-40 + 5405: 2,-44 + 5406: -2,-45 + 5407: -1,-45 + 5408: 0,-48 + 5409: 2,-50 + 5410: 6,-52 + 5411: 7,-51 + 5412: 8,-53 + 5413: -3,-52 + 5414: -4,-53 + 5415: -8,-53 + 5416: -8,-51 + 5417: -3,-51 + 5418: -9,-41 + 5419: -12,-42 + 5420: -14,-39 + 5421: -13,-36 + 5422: -14,-34 + 5423: -20,-35 + 5424: -19,-38 + 5425: -17,-43 + 5426: -16,-44 + 5427: -23,-43 + 5428: -31,-42 + 5429: -37,-44 + 5430: -42,-42 + 5431: -46,-43 + 5432: -48,-43 + 5433: -51,-45 + 5434: -50,-49 + 5435: -49,-49 + 5436: -47,-37 + 5437: -52,-37 + 5438: -57,-37 + 5439: -58,-34 + 5440: -60,-33 + 5441: -61,-33 + 5442: -63,-29 + 5443: -62,-26 + 5444: -60,-24 + 5445: -59,-23 + 5446: -59,-19 + 5447: -59,-17 + 5448: -60,-12 + 5449: -57,-12 + 5450: -58,-9 + 5451: -62,-7 + 5452: -62,-8 + 5453: -59,-4 + 5454: -62,-4 + 5455: -61,-5 + 5456: -58,-2 + 5457: -53,-4 + 5458: -52,-3 + 5459: -49,-3 + 5460: -46,-6 + 5461: -44,-11 + 5462: -46,4 + 5463: -49,7 + 5464: -47,10 + 5465: -44,10 + 5466: -45,14 + 5467: -50,13 + 5468: -53,11 + 5469: -54,7 + 5470: -60,8 + 5471: -64,7 + 5472: -66,9 + 5473: -54,14 + 5474: -56,14 + 5475: -62,17 + 5476: -63,15 + 5477: -57,21 + 5478: -59,24 + 5479: -57,26 + 5480: -55,23 + 5481: -65,27 + 5482: -53,31 + 5483: -51,12 + 5484: -58,4 + 5485: -59,1 + 5486: -61,0 + 5487: -60,-2 + 5488: -66,3 + 5489: -65,-2 + 5490: -66,-4 + 5491: -66,-7 + 5492: -69,-7 + 5493: -74,-7 + 5494: -76,-3 + 5495: -75,-3 + 5496: -78,0 + 5497: -79,7 + 5498: -81,9 + 5499: -84,7 + 5500: -84,6 + 5501: -86,6 + 5502: -86,10 + 5503: -86,2 + 5504: -84,0 + 5505: -87,-4 + 5506: -89,-5 + 5507: -87,-6 + 5508: -80,-4 + 5509: -80,-6 + 5510: -94,1 + 5511: -94,-1 + 5512: -95,-4 + 5513: -97,-3 + 5514: -96,-8 + 5515: -95,-10 + 5516: -97,-13 + 5517: -92,-3 + 5518: -94,-6 + 5519: -92,-6 + 5520: -89,-2 + 5521: -97,4 + 5522: -98,4 + 5523: -97,11 + 5524: -99,8 + 5525: -93,8 + 5526: -90,8 + 5527: -90,7 + 5528: -92,13 + 5529: -96,17 + 5530: -97,19 + 5531: -96,21 + 5532: -96,24 + 5533: -97,27 + 5534: -92,21 + 5535: -92,19 + 5536: -93,23 + 5537: -89,21 + 5538: -86,20 + 5539: -82,21 + 5540: -78,21 + 5541: -74,24 + 5542: -73,28 + 5543: -73,31 + 5544: -74,34 + 5545: -73,37 + 5546: -72,36 + 5547: -82,38 + 5548: -86,36 + 5549: -93,37 + 5550: -95,39 + 5551: -99,37 + 5552: -106,38 + 5553: -108,37 + 5554: -109,37 + 5555: -108,37 + 5556: -116,37 + 5557: -114,37 + 5558: -115,34 + 5559: -115,31 + 5560: -114,28 + 5561: -114,23 + 5562: -115,20 + 5563: -113,16 + 5564: -115,13 + 5565: -114,8 + 5566: -113,7 + 5567: -113,4 + 5568: -114,-3 + 5569: -115,-6 + 5570: -113,-11 + 5571: -113,-13 + 5572: -115,-14 + 5573: -113,-17 + 5574: -115,-21 + 5575: -109,-21 + 5576: -108,-20 + 5577: -104,-23 + 5578: -101,-21 + 5579: -97,-20 + 5580: -94,-22 + 5581: -89,-21 + 5582: -85,-22 + 5583: -87,-20 + 5584: -84,-21 + 5585: -86,-17 + 5586: -92,0 + 5587: -100,28 + 5588: -104,36 + 5589: -100,49 + 5590: -96,50 + 5591: -97,52 + 5592: -102,47 + 5593: -112,50 + 5594: -110,59 + 5595: -87,50 + 5596: -79,51 + 5597: -75,52 + 5598: -68,50 + 5599: -66,47 + 5600: -60,50 + 5601: -56,57 + 5602: -42,63 + 5603: -32,72 + 5604: -27,75 + 5605: -22,74 + 5606: -22,72 + 5607: -16,70 + 5608: -7,71 + 5609: -2,71 + 5610: -9,74 + 5611: 18,11 + 5612: 21,9 + 5613: 15,12 + 5614: 20,2 + 5615: 26,0 + 5616: 27,1 + 5617: 36,3 + 5618: 33,-1 + 5619: 20,-8 + 5620: 15,-3 + 5621: 16,0 + 5622: 7,-5 + 5623: 7,-8 + 5624: 5,-8 + 5625: 6,-10 + 5626: 7,-12 + 5627: 13,-11 + 5628: 12,-12 + 5629: 10,-12 + 5630: 8,-6 + 5631: 11,-5 + 5632: 5,1 + 5633: 0,-2 + 5634: -5,1 + 5635: 0,-9 + 5636: 9,-23 + 5698: -34,46 + 5699: -39,40 + 5700: -33,39 + 5701: -35,34 + 5702: -36,30 + 5703: -28,29 + 5704: -17,30 + 5705: -15,28 + 5706: -13,36 + 5707: -13,41 + 5708: -15,45 + 5709: -8,42 + 5710: -7,39 + 5711: -8,34 + 5712: -5,32 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 6434: -76,-24 - 6435: -81,-21 - 6436: -68,-24 + 6406: -76,-24 + 6407: -81,-21 + 6408: -68,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 5663: -9,-22 - 5664: -8,-17 - 5665: -5,-16 - 5666: -9,-15 - 5667: -12,-17 - 5668: -16,-15 - 5669: -20,-16 - 5670: -22,-15 - 5671: -25,-15 - 5672: -26,-16 - 5673: -32,-16 - 5674: -33,-14 - 5675: -33,-10 - 5676: -33,-4 - 5677: -33,-4 - 5678: -33,-5 - 5679: -30,-2 - 5680: -29,3 - 5681: -23,1 - 5682: -15,1 - 5683: -20,5 - 5684: -26,6 - 5685: -27,13 - 5686: -26,12 - 5687: -33,12 - 5688: -35,13 - 5689: -38,10 - 5690: -39,11 - 5691: -44,13 - 5692: -44,13 - 5693: -37,17 - 5694: -35,18 - 5695: -28,20 - 5696: -23,20 - 5697: -18,21 - 5698: -33,24 - 5699: -35,28 - 5700: -12,26 - 5701: -23,31 - 5702: -33,32 - 5703: -19,34 - 5704: -9,36 - 5705: -20,39 - 5706: -7,39 - 5707: -14,40 - 5708: -6,40 - 5709: -8,39 - 5710: -17,29 - 5711: -15,29 - 5712: -27,41 - 5713: -26,45 - 5714: -30,25 - 5715: -30,33 - 5716: -34,31 - 5717: -36,34 - 5718: -36,30 - 5719: -40,39 - 5720: -42,41 - 5721: -38,45 - 5722: -33,50 - 5723: -32,47 - 5739: -15,47 - 5740: -3,53 - 5741: -4,48 - 5742: -15,64 - 5743: -24,63 - 5744: -27,59 - 5745: -31,59 - 5746: -32,58 - 5747: -38,59 - 5748: -42,65 - 5749: -44,71 - 5750: -47,70 - 5751: -27,70 - 5752: -20,70 - 5753: -14,70 - 5754: -8,71 - 5755: -3,70 - 5756: 1,70 - 5757: 2,60 - 5758: -1,56 - 5759: 1,52 - 5760: 1,48 - 5761: 4,42 - 5762: 1,40 - 5763: 2,35 - 5764: 7,37 - 5765: 3,41 - 5766: 17,43 - 5767: 22,46 - 5768: 32,48 - 5769: 35,41 - 5770: 35,36 - 5771: 39,36 - 5772: 38,43 - 5773: 40,50 - 5774: 37,48 - 5775: 44,46 - 5776: 48,48 - 5777: 45,50 - 5778: 44,55 - 5779: 37,54 - 5780: 36,48 - 5781: 51,43 - 5782: 57,39 - 5783: 64,42 - 5784: 62,48 - 5785: 70,43 - 5786: 61,41 - 5787: 70,49 - 5788: 72,43 - 5789: 72,49 - 5790: 71,47 - 5791: 76,53 - 5792: 70,59 - 5793: 76,54 - 5794: 66,57 - 5795: 74,63 - 5796: 71,56 - 5797: 59,65 - 5798: 55,69 - 5799: 61,68 - 5800: 62,67 - 5801: 63,68 - 5802: 70,66 - 5803: 73,64 - 5804: 78,66 - 5805: 86,65 - 5806: 82,64 - 5807: 81,61 - 5808: 77,56 - 5809: 84,53 - 5810: 85,56 - 5811: 83,50 - 5812: 84,46 - 5813: 96,43 - 5814: 88,39 - 5815: 78,44 - 5816: 77,36 - 5817: 88,35 - 5818: 84,31 - 5819: 77,35 - 5820: 82,30 - 5821: 79,31 - 5822: 79,29 - 5823: 83,25 - 5824: 88,24 - 5825: 93,24 - 5826: 98,24 - 5827: 97,28 - 5828: 93,28 - 5829: 92,29 - 5830: 97,31 - 5831: 89,36 - 5832: 97,38 - 5833: 95,36 - 5834: 98,33 - 5835: 99,34 - 5836: 72,28 - 5837: 74,31 - 5838: 65,35 - 5839: 69,32 - 5840: 66,28 - 5841: 68,27 - 5842: 65,31 - 5843: 66,29 - 5844: 69,15 - 5845: 48,12 - 5846: 46,18 - 5847: 42,18 - 5848: 35,19 - 5849: 28,19 - 5850: 31,19 - 5851: 24,20 - 5852: 22,19 - 5853: 17,22 - 5854: 14,20 - 5855: 15,22 - 5856: 18,19 - 5857: 7,20 - 5858: 9,16 - 5859: 8,17 - 5860: 3,12 - 5861: 9,10 - 5862: 0,17 - 5863: -5,11 - 5864: 3,10 - 5865: -6,12 - 5866: -9,6 - 5867: -5,11 - 5868: -14,7 - 5869: -9,2 - 5870: -14,4 - 5871: -13,1 - 5872: -12,5 - 5873: -12,8 - 5874: -16,15 - 5875: -19,13 - 5876: -25,18 - 5877: -15,14 - 5878: -24,17 - 5879: -31,23 - 5880: -27,21 - 5881: -30,22 - 5882: -34,19 - 5883: -32,19 - 5884: -35,18 - 5885: -40,15 - 5886: -43,15 - 5887: -46,13 - 5888: -47,10 - 5889: -48,5 - 5890: -48,-1 - 5891: -48,-5 - 5892: -48,-8 - 5893: -46,-14 - 5894: -42,-15 - 5895: -35,-18 - 5896: -47,-18 - 5897: -45,-24 - 5898: -49,-22 - 5899: -56,-21 - 5900: -50,-23 - 5901: -53,-21 - 5902: -57,-26 - 5903: -55,-29 - 5904: -57,-26 - 5905: -59,-20 - 5906: -60,-19 - 5907: -59,-24 - 5908: -61,-10 - 5909: -60,-7 - 5910: -62,-6 - 5911: -61,-5 - 5912: -67,-8 - 5913: -65,-4 - 5914: -64,-1 - 5915: -68,3 - 5916: -73,6 - 5917: -78,5 - 5918: -84,2 - 5919: -78,6 - 5920: -81,9 - 5921: -86,14 - 5922: -91,6 - 5923: -88,7 - 5924: -92,11 - 5925: -97,8 - 5926: -97,6 - 5927: -95,16 - 5928: -92,17 - 5929: -97,21 - 5930: -96,25 - 5931: -94,27 - 5932: -86,22 - 5933: -85,19 - 5934: -83,21 - 5935: -87,14 - 5936: -84,13 - 5937: -86,15 - 5938: -87,1 - 5939: -88,-1 - 5940: -93,-6 - 5941: -83,-6 - 5942: -73,-7 - 5943: -80,0 - 5944: -69,1 - 5945: -66,-2 - 5946: -58,-13 - 5947: -60,-23 - 5948: -50,-34 - 5949: -53,-32 - 5950: -40,-33 - 5951: -42,-37 - 5952: -48,-37 - 5953: -53,-37 - 5954: -56,-37 - 5955: -34,-44 - 5956: -49,-43 - 5957: -20,-43 - 5958: -22,-44 - 5959: -16,-45 - 5960: -17,-40 - 5961: -9,-39 - 5962: -15,-37 - 5963: -12,-31 - 5964: -6,-30 - 5965: -2,-37 - 5966: 2,-39 - 5967: -5,-39 - 5968: 1,-45 - 5969: 2,-46 - 5970: 0,-50 - 5971: -4,-51 - 5972: -5,-52 - 5973: 10,-53 - 5974: 4,-53 - 5975: 6,-42 - 5976: 9,-36 - 5977: 17,-31 - 5978: 8,-33 - 5979: 13,-28 - 5980: 3,-26 - 5981: 7,-22 - 5982: 18,-25 - 5983: 14,-26 - 5984: 20,-25 - 5985: 19,-27 - 5986: 22,-29 - 5987: 22,-28 - 5988: 29,-26 - 5989: 32,-23 - 5990: 36,-24 - 5991: 31,-26 - 5992: 39,-25 - 5993: 37,-24 - 5994: 39,-28 - 5995: 38,-32 - 5996: 33,-35 - 5997: 28,-34 - 5998: 42,-30 - 5999: 44,-29 - 6000: 43,-25 - 6001: 49,-31 - 6002: 56,-33 - 6003: 50,-24 - 6004: 65,-24 - 6005: 68,-17 - 6006: 67,-16 - 6007: 59,-12 - 6008: 64,-10 - 6009: 61,-6 - 6010: 57,-6 - 6011: 55,-3 - 6012: 50,-2 - 6013: 50,1 - 6014: 51,2 - 6015: 78,-6 - 6016: 79,-3 - 6017: 81,3 - 6018: 83,6 - 6019: 85,8 - 6020: 84,11 - 6021: 86,14 - 6022: 85,17 - 6023: 89,18 - 6024: 88,17 - 6025: 75,25 - 6026: 70,31 - 6027: 71,34 - 6028: 77,40 - 6029: 71,41 - 6030: 69,39 - 6031: 60,45 - 6032: 69,48 - 6033: 72,48 - 6034: 70,48 - 6035: 80,51 - 6036: 80,55 - 6037: 77,60 - 6038: 76,60 - 6039: 73,64 - 6040: 54,61 - 6041: 45,56 - 6042: 45,48 - 6043: 39,43 - 6044: 40,34 - 6045: 35,38 - 6046: 27,38 - 6047: 18,40 + 5637: -9,-22 + 5638: -8,-17 + 5639: -5,-16 + 5640: -9,-15 + 5641: -12,-17 + 5642: -16,-15 + 5643: -20,-16 + 5644: -22,-15 + 5645: -25,-15 + 5646: -26,-16 + 5647: -32,-16 + 5648: -33,-14 + 5649: -33,-10 + 5650: -33,-4 + 5651: -33,-4 + 5652: -33,-5 + 5653: -30,-2 + 5654: -29,3 + 5655: -23,1 + 5656: -15,1 + 5657: -20,5 + 5658: -26,6 + 5659: -27,13 + 5660: -26,12 + 5661: -33,12 + 5662: -35,13 + 5663: -38,10 + 5664: -39,11 + 5665: -44,13 + 5666: -44,13 + 5667: -37,17 + 5668: -35,18 + 5669: -28,20 + 5670: -23,20 + 5671: -18,21 + 5672: -33,24 + 5673: -35,28 + 5674: -12,26 + 5675: -23,31 + 5676: -33,32 + 5677: -19,34 + 5678: -9,36 + 5679: -20,39 + 5680: -7,39 + 5681: -14,40 + 5682: -6,40 + 5683: -8,39 + 5684: -17,29 + 5685: -15,29 + 5686: -27,41 + 5687: -26,45 + 5688: -30,25 + 5689: -30,33 + 5690: -34,31 + 5691: -36,34 + 5692: -36,30 + 5693: -40,39 + 5694: -42,41 + 5695: -38,45 + 5696: -33,50 + 5697: -32,47 + 5713: -15,47 + 5714: -3,53 + 5715: -4,48 + 5716: -15,64 + 5717: -24,63 + 5718: -27,59 + 5719: -31,59 + 5720: -32,58 + 5721: -38,59 + 5722: -42,65 + 5723: -44,71 + 5724: -47,70 + 5725: -27,70 + 5726: -20,70 + 5727: -14,70 + 5728: -8,71 + 5729: -3,70 + 5730: 1,70 + 5731: 2,60 + 5732: -1,56 + 5733: 1,52 + 5734: 1,48 + 5735: 4,42 + 5736: 1,40 + 5737: 2,35 + 5738: 7,37 + 5739: 3,41 + 5740: 17,43 + 5741: 22,46 + 5742: 32,48 + 5743: 35,41 + 5744: 35,36 + 5745: 39,36 + 5746: 38,43 + 5747: 40,50 + 5748: 37,48 + 5749: 44,46 + 5750: 48,48 + 5751: 45,50 + 5752: 44,55 + 5753: 37,54 + 5754: 36,48 + 5755: 51,43 + 5756: 57,39 + 5757: 64,42 + 5758: 62,48 + 5759: 70,43 + 5760: 61,41 + 5761: 70,49 + 5762: 72,43 + 5763: 72,49 + 5764: 71,47 + 5765: 76,53 + 5766: 70,59 + 5767: 76,54 + 5768: 66,57 + 5769: 74,63 + 5770: 71,56 + 5771: 59,65 + 5772: 55,69 + 5773: 61,68 + 5774: 62,67 + 5775: 63,68 + 5776: 70,66 + 5777: 73,64 + 5778: 78,66 + 5779: 86,65 + 5780: 82,64 + 5781: 81,61 + 5782: 77,56 + 5783: 84,53 + 5784: 85,56 + 5785: 83,50 + 5786: 84,46 + 5787: 96,43 + 5788: 88,39 + 5789: 78,44 + 5790: 77,36 + 5791: 88,35 + 5792: 84,31 + 5793: 77,35 + 5794: 82,30 + 5795: 79,31 + 5796: 79,29 + 5797: 83,25 + 5798: 88,24 + 5799: 93,24 + 5800: 98,24 + 5801: 97,28 + 5802: 93,28 + 5803: 92,29 + 5804: 97,31 + 5805: 89,36 + 5806: 97,38 + 5807: 95,36 + 5808: 98,33 + 5809: 99,34 + 5810: 72,28 + 5811: 74,31 + 5812: 65,35 + 5813: 69,32 + 5814: 66,28 + 5815: 68,27 + 5816: 65,31 + 5817: 66,29 + 5818: 69,15 + 5819: 48,12 + 5820: 46,18 + 5821: 42,18 + 5822: 35,19 + 5823: 28,19 + 5824: 31,19 + 5825: 24,20 + 5826: 22,19 + 5827: 17,22 + 5828: 14,20 + 5829: 15,22 + 5830: 18,19 + 5831: 7,20 + 5832: 9,16 + 5833: 8,17 + 5834: 3,12 + 5835: 9,10 + 5836: 0,17 + 5837: -5,11 + 5838: 3,10 + 5839: -6,12 + 5840: -9,6 + 5841: -5,11 + 5842: -14,7 + 5843: -9,2 + 5844: -14,4 + 5845: -13,1 + 5846: -12,5 + 5847: -12,8 + 5848: -16,15 + 5849: -19,13 + 5850: -25,18 + 5851: -15,14 + 5852: -24,17 + 5853: -31,23 + 5854: -27,21 + 5855: -30,22 + 5856: -34,19 + 5857: -32,19 + 5858: -35,18 + 5859: -40,15 + 5860: -43,15 + 5861: -46,13 + 5862: -47,10 + 5863: -48,5 + 5864: -48,-1 + 5865: -48,-5 + 5866: -48,-8 + 5867: -46,-14 + 5868: -42,-15 + 5869: -35,-18 + 5870: -47,-18 + 5871: -45,-24 + 5872: -49,-22 + 5873: -56,-21 + 5874: -50,-23 + 5875: -53,-21 + 5876: -57,-26 + 5877: -55,-29 + 5878: -57,-26 + 5879: -59,-20 + 5880: -60,-19 + 5881: -59,-24 + 5882: -61,-10 + 5883: -60,-7 + 5884: -62,-6 + 5885: -61,-5 + 5886: -67,-8 + 5887: -65,-4 + 5888: -64,-1 + 5889: -68,3 + 5890: -73,6 + 5891: -78,5 + 5892: -84,2 + 5893: -78,6 + 5894: -81,9 + 5895: -86,14 + 5896: -91,6 + 5897: -88,7 + 5898: -92,11 + 5899: -97,8 + 5900: -97,6 + 5901: -95,16 + 5902: -92,17 + 5903: -97,21 + 5904: -96,25 + 5905: -94,27 + 5906: -86,22 + 5907: -85,19 + 5908: -83,21 + 5909: -87,14 + 5910: -84,13 + 5911: -86,15 + 5912: -87,1 + 5913: -88,-1 + 5914: -93,-6 + 5915: -83,-6 + 5916: -73,-7 + 5917: -80,0 + 5918: -69,1 + 5919: -66,-2 + 5920: -58,-13 + 5921: -60,-23 + 5922: -50,-34 + 5923: -53,-32 + 5924: -40,-33 + 5925: -42,-37 + 5926: -48,-37 + 5927: -53,-37 + 5928: -56,-37 + 5929: -34,-44 + 5930: -49,-43 + 5931: -20,-43 + 5932: -22,-44 + 5933: -16,-45 + 5934: -17,-40 + 5935: -9,-39 + 5936: -15,-37 + 5937: -12,-31 + 5938: -6,-30 + 5939: -2,-37 + 5940: 2,-39 + 5941: -5,-39 + 5942: 1,-45 + 5943: 2,-46 + 5944: 0,-50 + 5945: -4,-51 + 5946: -5,-52 + 5947: 10,-53 + 5948: 4,-53 + 5949: 6,-42 + 5950: 9,-36 + 5951: 17,-31 + 5952: 8,-33 + 5953: 13,-28 + 5954: 3,-26 + 5955: 7,-22 + 5956: 18,-25 + 5957: 14,-26 + 5958: 20,-25 + 5959: 19,-27 + 5960: 22,-29 + 5961: 22,-28 + 5962: 29,-26 + 5963: 32,-23 + 5964: 36,-24 + 5965: 31,-26 + 5966: 39,-25 + 5967: 37,-24 + 5968: 39,-28 + 5969: 38,-32 + 5970: 33,-35 + 5971: 28,-34 + 5972: 42,-30 + 5973: 44,-29 + 5974: 43,-25 + 5975: 49,-31 + 5976: 56,-33 + 5977: 50,-24 + 5978: 65,-24 + 5979: 68,-17 + 5980: 67,-16 + 5981: 59,-12 + 5982: 64,-10 + 5983: 61,-6 + 5984: 57,-6 + 5985: 55,-3 + 5986: 50,-2 + 5987: 50,1 + 5988: 51,2 + 5989: 78,-6 + 5990: 79,-3 + 5991: 81,3 + 5992: 83,6 + 5993: 85,8 + 5994: 84,11 + 5995: 86,14 + 5996: 85,17 + 5997: 89,18 + 5998: 88,17 + 5999: 75,25 + 6000: 70,31 + 6001: 71,34 + 6002: 77,40 + 6003: 71,41 + 6004: 69,39 + 6005: 60,45 + 6006: 69,48 + 6007: 72,48 + 6008: 70,48 + 6009: 80,51 + 6010: 80,55 + 6011: 77,60 + 6012: 76,60 + 6013: 73,64 + 6014: 54,61 + 6015: 45,56 + 6016: 45,48 + 6017: 39,43 + 6018: 40,34 + 6019: 35,38 + 6020: 27,38 + 6021: 18,40 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 6048: 1,42 - 6049: 1,46 - 6050: -9,52 - 6051: -16,51 - 6052: -16,44 - 6053: -13,38 - 6054: -18,41 - 6055: -59,12 - 6056: -51,10 - 6057: -83,15 - 6058: -80,28 - 6059: -52,34 - 6060: -57,60 - 6061: -31,54 - 6062: 17,51 - 6063: 6,19 - 6064: 63,19 - 6065: -9,-23 - 6066: -55,-24 - 6067: -41,-26 - 6068: 20,-19 - 6069: 32,-20 - 6070: 49,23 - 6071: 67,47 - 6072: 63,57 - 6073: 78,36 - 6074: 80,40 - 6075: 50,49 - 6076: 79,54 - 6077: -17,4 - 6078: -9,21 - 6079: 13,4 - 6080: 1,-3 - 6081: -15,-29 - 6082: -58,-31 - 6083: -65,-8 - 6084: -51,33 - 6085: -36,47 - 6086: -23,56 - 6087: -20,64 - 6088: 5,47 - 6089: 17,21 - 6090: 39,23 - 6091: 31,15 - 6092: 65,-10 - 6093: 38,-18 - 6094: 34,-23 - 6095: 1,-36 - 6096: 5,-43 - 6097: -12,-37 - 6098: -29,-23 - 6099: 10,-20 - 6100: 32,-13 - 6101: 15,10 - 6102: -14,11 - 6103: 35,24 - 6104: 58,32 - 6105: 54,42 - 6106: 64,57 - 6107: 78,47 - 6108: 46,48 - 6109: 19,48 - 6110: -12,49 - 6111: -9,54 - 6112: -17,59 - 6113: -48,64 - 6114: -30,63 - 6115: -17,60 - 6116: -20,30 - 6117: -60,13 - 6118: -49,3 - 6119: -27,-24 - 6120: -51,-12 - 6121: -44,-22 - 6122: -86,4 - 6123: -86,16 - 6124: -95,-2 - 6125: -91,11 - 6126: -99,13 - 6127: -105,6 - 6128: -67,-13 - 6129: -46,-20 - 6130: -37,-24 - 6131: -49,-33 - 6132: -3,-28 - 6133: 25,-26 - 6134: 39,-15 - 6135: 46,-11 - 6136: 31,-23 - 6137: 53,25 - 6138: 32,35 - 6139: -1,49 - 6140: 0,64 - 6141: -1,76 - 6142: -22,61 - 6143: -27,58 + 6022: 1,42 + 6023: 1,46 + 6024: -9,52 + 6025: -16,51 + 6026: -16,44 + 6027: -13,38 + 6028: -18,41 + 6029: -59,12 + 6030: -51,10 + 6031: -83,15 + 6032: -80,28 + 6033: -52,34 + 6034: -57,60 + 6035: -31,54 + 6036: 17,51 + 6037: 6,19 + 6038: 63,19 + 6039: -9,-23 + 6040: -55,-24 + 6041: -41,-26 + 6042: 20,-19 + 6043: 32,-20 + 6044: 49,23 + 6045: 67,47 + 6046: 63,57 + 6047: 78,36 + 6048: 80,40 + 6049: 50,49 + 6050: 79,54 + 6051: -17,4 + 6052: -9,21 + 6053: 13,4 + 6054: 1,-3 + 6055: -15,-29 + 6056: -58,-31 + 6057: -65,-8 + 6058: -51,33 + 6059: -36,47 + 6060: -23,56 + 6061: -20,64 + 6062: 5,47 + 6063: 17,21 + 6064: 39,23 + 6065: 31,15 + 6066: 65,-10 + 6067: 38,-18 + 6068: 34,-23 + 6069: 1,-36 + 6070: 5,-43 + 6071: -12,-37 + 6072: -29,-23 + 6073: 10,-20 + 6074: 32,-13 + 6075: 15,10 + 6076: -14,11 + 6077: 35,24 + 6078: 58,32 + 6079: 54,42 + 6080: 64,57 + 6081: 78,47 + 6082: 46,48 + 6083: 19,48 + 6084: -12,49 + 6085: -9,54 + 6086: -17,59 + 6087: -48,64 + 6088: -30,63 + 6089: -17,60 + 6090: -20,30 + 6091: -60,13 + 6092: -49,3 + 6093: -27,-24 + 6094: -51,-12 + 6095: -44,-22 + 6096: -86,4 + 6097: -86,16 + 6098: -95,-2 + 6099: -91,11 + 6100: -99,13 + 6101: -105,6 + 6102: -67,-13 + 6103: -46,-20 + 6104: -37,-24 + 6105: -49,-33 + 6106: -3,-28 + 6107: 25,-26 + 6108: 39,-15 + 6109: 46,-11 + 6110: 31,-23 + 6111: 53,25 + 6112: 32,35 + 6113: -1,49 + 6114: 0,64 + 6115: -1,76 + 6116: -22,61 + 6117: -27,58 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 6144: -74,37 - 6145: -90,37 - 6146: -108,35 - 6147: -63,13 - 6148: -58,-1 - 6149: -38,13 - 6150: -35,15 - 6151: 22,29 - 6152: 7,-3 - 6153: 21,-14 - 6154: -37,-23 - 6155: 36,-14 - 6156: -11,-28 - 6157: -1,-30 - 6158: 43,-27 - 6159: 16,-32 - 6160: 3,-41 - 6161: 3,-40 - 6162: -18,-9 - 6163: 2,9 - 6164: 30,25 - 6165: 15,26 - 6166: -31,22 - 6167: -17,36 - 6168: 2,51 - 6169: 6,66 - 6170: -39,63 - 6171: -35,65 - 6172: 12,76 - 6173: -10,70 - 6174: -28,48 - 6175: 1,46 - 6176: 25,47 - 6177: 65,58 - 6178: 58,67 - 6179: 64,52 - 6180: 90,43 - 6181: 73,37 - 6182: 69,28 - 6183: 95,26 - 6184: 92,33 - 6185: 65,30 - 6186: 87,37 - 6187: 61,18 - 6188: 73,22 - 6189: 39,9 - 6190: 37,-10 - 6191: 62,-13 - 6192: 70,-9 - 6193: 38,-17 - 6194: 13,-11 - 6195: -5,-18 - 6196: -9,-11 - 6197: -48,-15 - 6198: -34,1 - 6199: -30,18 - 6200: -52,24 - 6201: -48,27 - 6202: -65,34 - 6203: -66,36 - 6204: -63,-32 - 6205: -96,-19 - 6206: -94,-21 - 6207: -114,-1 - 6208: -112,22 - 6209: -114,34 - 6210: -102,37 - 6211: -118,6 - 6212: -121,9 - 6213: -121,50 - 6214: -120,57 - 6215: -105,57 - 6216: -101,51 - 6217: -89,52 - 6218: -67,49 - 6219: -56,44 - 6220: -58,59 - 6221: -51,56 - 6222: -32,60 - 6223: -5,66 - 6224: -19,62 - 6225: -31,58 - 6226: -23,55 - 6227: -15,62 - 6228: -4,63 - 6229: -13,37 - 6230: -18,25 - 6231: -2,29 - 6232: -37,21 - 6233: -15,22 - 6234: -10,29 - 6235: -14,34 - 6236: -10,39 - 6237: -27,37 - 6238: -14,43 - 6239: 35,34 - 6240: 3,37 - 6241: -1,46 - 6242: 43,43 - 6243: 33,7 - 6244: 42,17 - 6245: 51,16 - 6246: 41,18 - 6247: 47,-3 - 6248: 49,-7 - 6249: 41,-18 - 6250: 56,-15 - 6251: 21,-23 - 6252: -7,-27 - 6253: -9,-27 - 6254: 51,-18 - 6255: 51,-13 - 6256: 57,-6 - 6257: 50,2 - 6258: 39,29 - 6259: 38,33 - 6260: 28,37 - 6261: 19,41 - 6262: 1,45 - 6263: -13,45 - 6264: -27,44 - 6265: -28,41 - 6266: -27,55 - 6267: -30,60 - 6268: -42,64 - 6269: -45,57 - 6270: -56,30 - 6271: -54,23 - 6272: -60,27 - 6273: -42,27 - 6274: -60,33 - 6275: -40,28 - 6276: -46,24 - 6277: -35,27 - 6278: -38,11 - 6279: -35,5 - 6280: -32,2 - 6281: -28,1 - 6282: -58,1 - 6283: -69,-1 - 6284: -66,-6 - 6285: -66,-11 - 6286: -63,-14 - 6287: -63,-20 - 6288: -63,-23 - 6289: -59,-26 - 6290: -66,-32 - 6291: -53,-34 - 6292: -43,-37 - 6293: -23,-39 - 6294: -23,-43 - 6295: -1,-43 - 6296: 3,-44 - 6297: 5,-53 - 6298: -2,-53 - 6299: 11,-33 - 6300: 21,-22 - 6301: 28,-21 - 6302: 36,-23 - 6303: 35,-23 - 6304: 44,-17 - 6305: 39,-10 - 6306: 39,-6 - 6307: 39,1 - 6308: 39,8 - 6309: 58,-5 - 6310: 65,-14 - 6311: 72,-12 - 6312: 69,-11 - 6313: 74,-11 - 6314: 74,-12 - 6315: 76,-22 - 6316: 70,-26 - 6317: 58,-30 - 6318: 54,-30 - 6319: 49,-31 - 6320: 46,-31 - 6321: 47,-24 - 6322: 43,-28 - 6323: 50,-34 - 6324: 44,-35 - 6325: 48,-35 - 6326: 63,-12 - 6327: 49,13 - 6328: 43,21 - 6329: 35,26 - 6330: 35,29 - 6331: 31,27 - 6332: 27,27 - 6333: 40,33 - 6334: 39,44 - 6335: 43,48 - 6336: 42,50 - 6337: 43,50 - 6338: 26,45 - 6339: 17,42 - 6340: 6,41 - 6341: -1,47 - 6342: -1,48 - 6343: 3,55 - 6344: 2,60 - 6345: 2,64 - 6346: 2,71 - 6347: -6,71 - 6348: 5,69 - 6349: 6,69 - 6350: 13,65 - 6351: 7,64 - 6352: 9,63 - 6353: -24,58 + 6118: -74,37 + 6119: -90,37 + 6120: -108,35 + 6121: -63,13 + 6122: -58,-1 + 6123: -38,13 + 6124: -35,15 + 6125: 22,29 + 6126: 7,-3 + 6127: 21,-14 + 6128: -37,-23 + 6129: 36,-14 + 6130: -11,-28 + 6131: -1,-30 + 6132: 43,-27 + 6133: 16,-32 + 6134: 3,-41 + 6135: 3,-40 + 6136: -18,-9 + 6137: 2,9 + 6138: 30,25 + 6139: 15,26 + 6140: -31,22 + 6141: -17,36 + 6142: 2,51 + 6143: 6,66 + 6144: -39,63 + 6145: -35,65 + 6146: 12,76 + 6147: -10,70 + 6148: 1,46 + 6149: 25,47 + 6150: 65,58 + 6151: 58,67 + 6152: 64,52 + 6153: 90,43 + 6154: 73,37 + 6155: 69,28 + 6156: 95,26 + 6157: 92,33 + 6158: 65,30 + 6159: 87,37 + 6160: 61,18 + 6161: 73,22 + 6162: 39,9 + 6163: 37,-10 + 6164: 62,-13 + 6165: 70,-9 + 6166: 38,-17 + 6167: 13,-11 + 6168: -5,-18 + 6169: -9,-11 + 6170: -48,-15 + 6171: -34,1 + 6172: -30,18 + 6173: -52,24 + 6174: -48,27 + 6175: -65,34 + 6176: -66,36 + 6177: -63,-32 + 6178: -96,-19 + 6179: -94,-21 + 6180: -114,-1 + 6181: -112,22 + 6182: -114,34 + 6183: -102,37 + 6184: -118,6 + 6185: -121,9 + 6186: -121,50 + 6187: -120,57 + 6188: -105,57 + 6189: -101,51 + 6190: -89,52 + 6191: -67,49 + 6192: -56,44 + 6193: -58,59 + 6194: -51,56 + 6195: -32,60 + 6196: -5,66 + 6197: -19,62 + 6198: -31,58 + 6199: -23,55 + 6200: -15,62 + 6201: -4,63 + 6202: -13,37 + 6203: -18,25 + 6204: -2,29 + 6205: -37,21 + 6206: -15,22 + 6207: -10,29 + 6208: -14,34 + 6209: -10,39 + 6210: -27,37 + 6211: -14,43 + 6212: 35,34 + 6213: 3,37 + 6214: -1,46 + 6215: 43,43 + 6216: 33,7 + 6217: 42,17 + 6218: 51,16 + 6219: 41,18 + 6220: 47,-3 + 6221: 49,-7 + 6222: 41,-18 + 6223: 56,-15 + 6224: 21,-23 + 6225: -7,-27 + 6226: -9,-27 + 6227: 51,-18 + 6228: 51,-13 + 6229: 57,-6 + 6230: 50,2 + 6231: 39,29 + 6232: 38,33 + 6233: 28,37 + 6234: 19,41 + 6235: 1,45 + 6236: -13,45 + 6237: -28,41 + 6238: -27,55 + 6239: -30,60 + 6240: -42,64 + 6241: -45,57 + 6242: -56,30 + 6243: -54,23 + 6244: -60,27 + 6245: -42,27 + 6246: -60,33 + 6247: -40,28 + 6248: -46,24 + 6249: -35,27 + 6250: -38,11 + 6251: -35,5 + 6252: -32,2 + 6253: -28,1 + 6254: -58,1 + 6255: -69,-1 + 6256: -66,-6 + 6257: -66,-11 + 6258: -63,-14 + 6259: -63,-20 + 6260: -63,-23 + 6261: -59,-26 + 6262: -66,-32 + 6263: -53,-34 + 6264: -43,-37 + 6265: -23,-39 + 6266: -23,-43 + 6267: -1,-43 + 6268: 3,-44 + 6269: 5,-53 + 6270: -2,-53 + 6271: 11,-33 + 6272: 21,-22 + 6273: 28,-21 + 6274: 36,-23 + 6275: 35,-23 + 6276: 44,-17 + 6277: 39,-10 + 6278: 39,-6 + 6279: 39,1 + 6280: 39,8 + 6281: 58,-5 + 6282: 65,-14 + 6283: 72,-12 + 6284: 69,-11 + 6285: 74,-11 + 6286: 74,-12 + 6287: 76,-22 + 6288: 70,-26 + 6289: 58,-30 + 6290: 54,-30 + 6291: 49,-31 + 6292: 46,-31 + 6293: 47,-24 + 6294: 43,-28 + 6295: 50,-34 + 6296: 44,-35 + 6297: 48,-35 + 6298: 63,-12 + 6299: 49,13 + 6300: 43,21 + 6301: 35,26 + 6302: 35,29 + 6303: 31,27 + 6304: 27,27 + 6305: 40,33 + 6306: 39,44 + 6307: 43,48 + 6308: 42,50 + 6309: 43,50 + 6310: 26,45 + 6311: 17,42 + 6312: 6,41 + 6313: -1,47 + 6314: -1,48 + 6315: 3,55 + 6316: 2,60 + 6317: 2,64 + 6318: 2,71 + 6319: -6,71 + 6320: 5,69 + 6321: 6,69 + 6322: 13,65 + 6323: 7,64 + 6324: 9,63 + 6325: -24,58 - node: color: '#FFFFFFFF' id: FlowersBROne decals: 188: 9,-46 - 3845: -21.958588,17.400702 - 3846: -21.079681,17.635077 - 4488: 35.455353,53.975224 - 4489: 48.486603,54.127567 - 4490: 44.637413,14.700537 - 4726: 0.8775835,53.575855 - 6700: 35.936924,-11.278788 + 3819: -21.958588,17.400702 + 3820: -21.079681,17.635077 + 4462: 35.455353,53.975224 + 4463: 48.486603,54.127567 + 4464: 44.637413,14.700537 + 4700: 0.8775835,53.575855 + 6672: 35.936924,-11.278788 - node: color: '#FFFFFFFF' id: FlowersBRThree @@ -7022,32 +7063,32 @@ entities: 189: 21,-39 219: 37,43 252: 57,8 - 3829: -43.405098,4.6306925 - 3830: -43.28791,2.4392862 - 3860: 3.4106216,14.306513 - 4341: -94.457466,4.7870827 - 4342: -95.031685,4.1308327 - 4343: -93.63715,2.3730202 - 4344: -89.07856,1.8456764 - 4345: -88.469185,2.5136452 - 4346: -88.68012,5.2206764 - 4347: -81.719185,11.665989 - 4348: -81.332466,10.974583 - 4349: -81.051216,16.516224 - 4350: -81.250435,15.731068 - 4351: -87.7309,15.238881 - 4352: -88.562935,17.828724 - 4353: -89.2309,15.332631 - 4354: -88.551216,14.852162 - 4575: -17.354996,58.532814 - 4576: -16.47609,59.153908 - 4577: -17.425308,56.89219 - 4578: -16.440933,55.814064 - 4579: -17.565933,52.427345 - 4580: -17.296402,51.665627 - 4581: -16.405777,48.15 - 6619: -1.2052917,34.102757 - 6631: -62.314003,9.298165 + 3803: -43.405098,4.6306925 + 3804: -43.28791,2.4392862 + 3834: 3.4106216,14.306513 + 4315: -94.457466,4.7870827 + 4316: -95.031685,4.1308327 + 4317: -93.63715,2.3730202 + 4318: -89.07856,1.8456764 + 4319: -88.469185,2.5136452 + 4320: -88.68012,5.2206764 + 4321: -81.719185,11.665989 + 4322: -81.332466,10.974583 + 4323: -81.051216,16.516224 + 4324: -81.250435,15.731068 + 4325: -87.7309,15.238881 + 4326: -88.562935,17.828724 + 4327: -89.2309,15.332631 + 4328: -88.551216,14.852162 + 4549: -17.354996,58.532814 + 4550: -16.47609,59.153908 + 4551: -17.425308,56.89219 + 4552: -16.440933,55.814064 + 4553: -17.565933,52.427345 + 4554: -17.296402,51.665627 + 4555: -16.405777,48.15 + 6591: -1.2052917,34.102757 + 6603: -62.314003,9.298165 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7063,70 +7104,70 @@ entities: 158: 3,-8 213: 13,24 220: 37,36 - 3786: -1.2687241,-6.2440906 - 3787: 3.606276,-6.314403 - 3855: 3.3168716,10.533075 - 3856: 2.9887466,11.0487 - 3865: -1.2534407,15.759638 - 3866: -1.2300032,9.26745 - 3900: 47.10689,-9.617738 - 3901: 46.520954,-10.027894 - 3913: 45.571735,12.222608 - 3914: 46.456665,4.238405 - 3936: 70.482315,-2.6857786 - 3937: 59.65419,-2.6857786 - 3938: 65.58388,-12.002185 - 3939: 64.92763,-11.181872 - 3940: 67.9745,-20.817688 - 3941: 63.654434,-25.675419 - 3942: 50.523678,-26.812138 - 3978: 55.647358,-7.219159 - 3979: 55.72939,-7.8636904 - 3980: 53.19814,-4.2543154 - 3981: 54.944233,-0.5511904 - 3982: 61.120014,-0.07072163 - 3983: 72.44849,-5.871503 - 3984: 67.77757,-13.922138 - 3985: 66.453354,-25.372675 - 3986: 51.521744,-28.314081 - 3987: 49.85768,-16.8148 - 3988: 54.240494,-12.090313 - 4008: 35.16757,-36.640537 - 4009: 37.335537,-36.956944 - 4064: -24.117771,-35.0781 - 4065: -24.31699,-27.906221 - 4066: -8.731053,-29.523409 - 4209: 58.31439,8.335475 - 4210: 55.736263,8.335475 - 4211: 63.00189,8.370631 - 4236: 40.75803,-15.316414 - 4237: 40.359592,-14.660164 - 4238: 43.46506,-12.058601 - 4239: 49.427353,-17.204317 - 4240: 43.63263,-20.56466 - 4241: 38.28888,-20.400597 - 4267: -35.427177,-23.175499 - 4268: -36.07171,-24.030968 - 4399: -29.275717,17.39725 - 4444: 37.268784,43.60165 - 4445: 36.483627,41.4454 - 4446: 36.507065,36.910244 - 4447: 36.46019,32.72665 - 4448: 36.624252,31.730556 - 4477: 10.025911,35.373306 - 4478: 13.904818,34.635025 - 4479: 21.990755,38.853775 - 4480: 22.682161,35.71315 - 4481: 22.354036,35.302994 - 4553: -2.4699473,57.66812 - 4554: -1.9605174,61.33826 - 4643: -18.422426,-13.633619 - 4644: -14.188051,-13.727369 - 6384: 45.7115,21.249813 - 6385: 45.24275,20.921688 - 6582: 27.056904,-17.133144 - 6583: 30.424091,-16.844082 - 6698: 33.843174,-9.091288 + 3760: -1.2687241,-6.2440906 + 3761: 3.606276,-6.314403 + 3829: 3.3168716,10.533075 + 3830: 2.9887466,11.0487 + 3839: -1.2534407,15.759638 + 3840: -1.2300032,9.26745 + 3874: 47.10689,-9.617738 + 3875: 46.520954,-10.027894 + 3887: 45.571735,12.222608 + 3888: 46.456665,4.238405 + 3910: 70.482315,-2.6857786 + 3911: 59.65419,-2.6857786 + 3912: 65.58388,-12.002185 + 3913: 64.92763,-11.181872 + 3914: 67.9745,-20.817688 + 3915: 63.654434,-25.675419 + 3916: 50.523678,-26.812138 + 3952: 55.647358,-7.219159 + 3953: 55.72939,-7.8636904 + 3954: 53.19814,-4.2543154 + 3955: 54.944233,-0.5511904 + 3956: 61.120014,-0.07072163 + 3957: 72.44849,-5.871503 + 3958: 67.77757,-13.922138 + 3959: 66.453354,-25.372675 + 3960: 51.521744,-28.314081 + 3961: 49.85768,-16.8148 + 3962: 54.240494,-12.090313 + 3982: 35.16757,-36.640537 + 3983: 37.335537,-36.956944 + 4038: -24.117771,-35.0781 + 4039: -24.31699,-27.906221 + 4040: -8.731053,-29.523409 + 4183: 58.31439,8.335475 + 4184: 55.736263,8.335475 + 4185: 63.00189,8.370631 + 4210: 40.75803,-15.316414 + 4211: 40.359592,-14.660164 + 4212: 43.46506,-12.058601 + 4213: 49.427353,-17.204317 + 4214: 43.63263,-20.56466 + 4215: 38.28888,-20.400597 + 4241: -35.427177,-23.175499 + 4242: -36.07171,-24.030968 + 4373: -29.275717,17.39725 + 4418: 37.268784,43.60165 + 4419: 36.483627,41.4454 + 4420: 36.507065,36.910244 + 4421: 36.46019,32.72665 + 4422: 36.624252,31.730556 + 4451: 10.025911,35.373306 + 4452: 13.904818,34.635025 + 4453: 21.990755,38.853775 + 4454: 22.682161,35.71315 + 4455: 22.354036,35.302994 + 4527: -2.4699473,57.66812 + 4528: -1.9605174,61.33826 + 4617: -18.422426,-13.633619 + 4618: -14.188051,-13.727369 + 6356: 45.7115,21.249813 + 6357: 45.24275,20.921688 + 6554: 27.056904,-17.133144 + 6555: 30.424091,-16.844082 + 6670: 33.843174,-9.091288 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -7142,51 +7183,51 @@ entities: 168: 14,-39 240: 49,53 275: 28,-37 - 3831: -44.33088,-2.2482138 - 3832: -43.93244,-5.8693075 - 3833: -41.295723,-9.455245 - 3834: -41.97541,-9.349776 - 3835: -41.95248,-8.139395 - 3867: -1.0776595,8.740107 - 3868: 3.4340591,8.447138 - 3869: -1.335472,13.57995 - 4221: 75.11335,13.796486 - 4382: -82.396416,14.119084 - 4383: -87.62298,11.845647 - 4384: -87.49407,4.019742 - 4385: -87.54095,-0.7380705 - 4386: -95.88801,0.6827178 - 4387: -100.824684,4.2680645 - 4388: -107.24656,11.334471 - 4389: -85.634315,30.506989 - 4519: -13.520875,76.02554 - 4520: -13.743531,75.545074 - 4521: -14.1536875,72.70914 - 4522: -13.4974375,73.295074 - 4523: 3.9494667,71.408356 - 4524: 4.769779,71.33804 - 4525: 10.793217,71.38492 - 4526: 9.82056,71.701324 - 4527: 15.703373,75.09976 - 4528: 15.808842,74.10367 - 4529: 16.078373,77.53726 - 4625: -24.406801,-13.571119 - 4626: -24.172426,-14.039869 - 4627: -19.906801,-13.727369 - 4628: -15.641176,-13.383619 - 4629: -28.891176,-13.477369 - 4705: 47.379055,-0.39145994 - 4706: 46.722805,-0.68052244 - 4707: 46.55093,-1.79771 - 4708: 46.246243,-6.219585 - 4709: 46.668118,-7.11021 - 6449: -37.26589,-32.81844 - 6581: 27.720966,-17.226894 - 6602: 39.272312,21.207067 - 6603: 35.303562,20.972692 - 6617: -0.12716675,37.33713 - 6618: -0.49435425,33.99338 - 6629: -58.423378,9.165353 + 3805: -44.33088,-2.2482138 + 3806: -43.93244,-5.8693075 + 3807: -41.295723,-9.455245 + 3808: -41.97541,-9.349776 + 3809: -41.95248,-8.139395 + 3841: -1.0776595,8.740107 + 3842: 3.4340591,8.447138 + 3843: -1.335472,13.57995 + 4195: 75.11335,13.796486 + 4356: -82.396416,14.119084 + 4357: -87.62298,11.845647 + 4358: -87.49407,4.019742 + 4359: -87.54095,-0.7380705 + 4360: -95.88801,0.6827178 + 4361: -100.824684,4.2680645 + 4362: -107.24656,11.334471 + 4363: -85.634315,30.506989 + 4493: -13.520875,76.02554 + 4494: -13.743531,75.545074 + 4495: -14.1536875,72.70914 + 4496: -13.4974375,73.295074 + 4497: 3.9494667,71.408356 + 4498: 4.769779,71.33804 + 4499: 10.793217,71.38492 + 4500: 9.82056,71.701324 + 4501: 15.703373,75.09976 + 4502: 15.808842,74.10367 + 4503: 16.078373,77.53726 + 4599: -24.406801,-13.571119 + 4600: -24.172426,-14.039869 + 4601: -19.906801,-13.727369 + 4602: -15.641176,-13.383619 + 4603: -28.891176,-13.477369 + 4679: 47.379055,-0.39145994 + 4680: 46.722805,-0.68052244 + 4681: 46.55093,-1.79771 + 4682: 46.246243,-6.219585 + 4683: 46.668118,-7.11021 + 6421: -37.26589,-32.81844 + 6553: 27.720966,-17.226894 + 6574: 39.272312,21.207067 + 6575: 35.303562,20.972692 + 6589: -0.12716675,37.33713 + 6590: -0.49435425,33.99338 + 6601: -58.423378,9.165353 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -7196,14 +7237,14 @@ entities: 181: -5,-46 197: 3,15 242: 35,57 - 3847: -22.625883,17.494452 + 3821: -22.625883,17.494452 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 4067: -8.379491,-28.878878 - 4068: -24.50449,-29.347628 - 4069: -24.445896,-35.72263 + 4041: -8.379491,-28.878878 + 4042: -24.50449,-29.347628 + 4043: -24.445896,-35.72263 - node: color: '#FFFFFFFF' id: Flowerspv1 @@ -7214,78 +7255,78 @@ entities: 244: 49,56 245: 75,19 273: 37,-37 - 3836: -42.435295,-8.444082 - 3837: -32.368748,-1.3575978 - 3838: -31.513279,-3.0685353 - 3839: -32.274998,6.4943037 - 3857: 3.586403,9.560419 - 3861: 2.9067154,14.083857 - 3862: 3.4340591,13.451044 - 3864: -1.3120345,15.372919 - 3897: 41.22408,-12.2193 - 3898: 41.716267,-12.5357065 - 4010: 38.132412,-36.9921 - 4011: 37.733974,-36.663975 - 4012: 30.386318,-36.6171 - 4013: 28.663662,-36.499912 - 4014: 34.063217,-36.781162 - 4015: 15.738369,-38.61382 - 4016: 14.2618065,-38.7896 - 4017: 19.769619,-38.813038 - 4018: 20.78915,-38.87163 - 4059: -9.129491,-28.468721 - 4060: -8.414647,-30.660128 - 4061: -24.12949,-31.29294 - 4062: -24.246677,-28.316378 - 4063: -24.375584,-34.269505 - 4205: 55.255795,8.300319 - 4206: 62.3222,8.00735 - 4207: 61.806576,8.558131 - 4208: 64.16205,8.241725 - 4367: -81.4554,17.473248 - 4368: -88.053055,17.238873 - 4369: -88.9554,16.535748 - 4370: -88.66243,15.832623 - 4371: -93.4554,12.328717 - 4372: -94.34602,11.074811 - 4373: -80.95149,10.61778 - 4374: -94.521805,4.164173 - 4375: -88.31087,1.6915169 - 4376: -88.92024,0.19151688 - 4377: -87.60774,-0.9920769 - 4378: -96.80696,1.8790169 - 4379: -96.385086,1.4571419 - 4380: -96.760086,1.1524544 - 4381: -81.97454,14.540959 - 4400: -21.810873,17.643343 - 4401: -16.579916,17.619905 - 4404: 14.210445,23.932573 - 4405: 13.589352,24.389605 - 4449: 36.56566,32.08212 - 4450: 36.94066,31.390713 - 4451: 36.55394,35.937588 - 4539: -13.743439,73.35367 - 4540: 4.6081233,71.34976 - 4541: 4.2214046,70.79898 - 4542: 11.545624,71.00992 - 4543: 15.932991,73.71695 - 4544: 16.120491,77.607574 - 4545: -13.921142,74.58235 - 4546: 7.16089,71.28938 - 4547: -2.2590098,60.890778 - 4548: -1.8840097,60.49234 - 4587: -16.46437,58.884377 - 4713: 47.31596,-8.0932665 - 4714: 46.339397,-1.3552244 - 4715: 47.425335,0.06665063 - 4724: 0.854146,50.630543 - 4725: 1.276021,52.427418 - 6450: -38.0237,-34.490314 - 6451: -35.55495,-32.69344 - 6605: 38.577,21.199255 - 6621: 0.14627075,35.12407 - 6622: -1.1427917,36.16313 - 6630: -58.923378,9.040353 + 3810: -42.435295,-8.444082 + 3811: -32.368748,-1.3575978 + 3812: -31.513279,-3.0685353 + 3813: -32.274998,6.4943037 + 3831: 3.586403,9.560419 + 3835: 2.9067154,14.083857 + 3836: 3.4340591,13.451044 + 3838: -1.3120345,15.372919 + 3871: 41.22408,-12.2193 + 3872: 41.716267,-12.5357065 + 3984: 38.132412,-36.9921 + 3985: 37.733974,-36.663975 + 3986: 30.386318,-36.6171 + 3987: 28.663662,-36.499912 + 3988: 34.063217,-36.781162 + 3989: 15.738369,-38.61382 + 3990: 14.2618065,-38.7896 + 3991: 19.769619,-38.813038 + 3992: 20.78915,-38.87163 + 4033: -9.129491,-28.468721 + 4034: -8.414647,-30.660128 + 4035: -24.12949,-31.29294 + 4036: -24.246677,-28.316378 + 4037: -24.375584,-34.269505 + 4179: 55.255795,8.300319 + 4180: 62.3222,8.00735 + 4181: 61.806576,8.558131 + 4182: 64.16205,8.241725 + 4341: -81.4554,17.473248 + 4342: -88.053055,17.238873 + 4343: -88.9554,16.535748 + 4344: -88.66243,15.832623 + 4345: -93.4554,12.328717 + 4346: -94.34602,11.074811 + 4347: -80.95149,10.61778 + 4348: -94.521805,4.164173 + 4349: -88.31087,1.6915169 + 4350: -88.92024,0.19151688 + 4351: -87.60774,-0.9920769 + 4352: -96.80696,1.8790169 + 4353: -96.385086,1.4571419 + 4354: -96.760086,1.1524544 + 4355: -81.97454,14.540959 + 4374: -21.810873,17.643343 + 4375: -16.579916,17.619905 + 4378: 14.210445,23.932573 + 4379: 13.589352,24.389605 + 4423: 36.56566,32.08212 + 4424: 36.94066,31.390713 + 4425: 36.55394,35.937588 + 4513: -13.743439,73.35367 + 4514: 4.6081233,71.34976 + 4515: 4.2214046,70.79898 + 4516: 11.545624,71.00992 + 4517: 15.932991,73.71695 + 4518: 16.120491,77.607574 + 4519: -13.921142,74.58235 + 4520: 7.16089,71.28938 + 4521: -2.2590098,60.890778 + 4522: -1.8840097,60.49234 + 4561: -16.46437,58.884377 + 4687: 47.31596,-8.0932665 + 4688: 46.339397,-1.3552244 + 4689: 47.425335,0.06665063 + 4698: 0.854146,50.630543 + 4699: 1.276021,52.427418 + 6422: -38.0237,-34.490314 + 6423: -35.55495,-32.69344 + 6577: 38.577,21.199255 + 6593: 0.14627075,35.12407 + 6594: -1.1427917,36.16313 + 6602: -58.923378,9.040353 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -7293,10 +7334,10 @@ entities: 194: -1,10 206: -28,18 222: 37,40 - 6707: 34.811924,-8.872538 - 6708: 35.530674,-9.257954 - 6709: 36.11401,-8.872538 - 6710: 35.968174,-10.091288 + 6679: 34.811924,-8.872538 + 6680: 35.530674,-9.257954 + 6681: 36.11401,-8.872538 + 6682: 35.968174,-10.091288 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -7306,58 +7347,58 @@ entities: 186: -11,-50 205: -16,18 217: 14,25 - 3825: -44.096504,-3.1622763 - 3826: -44.565254,-4.7911825 - 3827: -43.66291,2.357255 - 3828: -43.311348,5.451005 - 3903: 45.302204,-10.180238 - 3915: 46.04651,11.659302 - 3916: 45.601196,14.553833 - 3917: 46.169136,15.167618 - 3918: 60.727173,-0.47294283 - 3919: 60.587387,-2.518785 - 3920: 59.35692,-2.1672225 - 3921: 70.58348,-1.7336287 - 3922: 66.320595,-11.504879 - 3923: 67.31259,-21.545208 - 3924: 64.39785,-25.981995 - 3925: 49.421288,-26.192932 - 3989: 54.767838,-12.277813 - 3990: 56.502213,-7.859844 - 3991: 54.63893,-7.250469 - 3992: 57.45143,-2.8077326 - 3993: 69.32832,-2.2803888 - 3994: 75.42234,-3.3819513 - 3995: 76.1489,-0.80382633 - 3996: 68.297264,-21.75607 - 3997: 65.38301,-26.463566 - 3998: 59.2887,-28.432316 - 3999: 41.39664,-30.499702 - 4000: 41.361485,-28.894234 - 4222: 74.43366,14.476173 - 4223: 74.63288,18.085548 - 4262: -35.544365,-21.370811 - 4482: 22.893099,35.033463 - 4483: 21.932161,39.73268 - 4484: 13.354036,35.103775 - 4485: 8.900911,35.267838 - 4588: -17.249527,56.42344 - 4589: -16.47609,51.970314 - 4590: -17.179214,48.25547 - 4636: -30.141176,-13.477369 - 4637: -28.734926,-14.055494 - 4638: -23.813051,-13.539869 - 4639: -23.188051,-13.492994 - 4640: -18.969301,-14.164869 - 4641: -17.703676,-13.477369 - 4642: -18.531801,-13.258619 - 6386: 47.695873,20.83575 - 6586: 28.103779,-16.859707 - 6587: 32.252216,-17.49252 - 6588: 0.82022095,-38.51386 - 6699: 36.061924,-11.132954 - 6705: 32.051506,-8.924621 - 6706: 33.686924,-9.216288 + 3799: -44.096504,-3.1622763 + 3800: -44.565254,-4.7911825 + 3801: -43.66291,2.357255 + 3802: -43.311348,5.451005 + 3877: 45.302204,-10.180238 + 3889: 46.04651,11.659302 + 3890: 45.601196,14.553833 + 3891: 46.169136,15.167618 + 3892: 60.727173,-0.47294283 + 3893: 60.587387,-2.518785 + 3894: 59.35692,-2.1672225 + 3895: 70.58348,-1.7336287 + 3896: 66.320595,-11.504879 + 3897: 67.31259,-21.545208 + 3898: 64.39785,-25.981995 + 3899: 49.421288,-26.192932 + 3963: 54.767838,-12.277813 + 3964: 56.502213,-7.859844 + 3965: 54.63893,-7.250469 + 3966: 57.45143,-2.8077326 + 3967: 69.32832,-2.2803888 + 3968: 75.42234,-3.3819513 + 3969: 76.1489,-0.80382633 + 3970: 68.297264,-21.75607 + 3971: 65.38301,-26.463566 + 3972: 59.2887,-28.432316 + 3973: 41.39664,-30.499702 + 3974: 41.361485,-28.894234 + 4196: 74.43366,14.476173 + 4197: 74.63288,18.085548 + 4236: -35.544365,-21.370811 + 4456: 22.893099,35.033463 + 4457: 21.932161,39.73268 + 4458: 13.354036,35.103775 + 4459: 8.900911,35.267838 + 4562: -17.249527,56.42344 + 4563: -16.47609,51.970314 + 4564: -17.179214,48.25547 + 4610: -30.141176,-13.477369 + 4611: -28.734926,-14.055494 + 4612: -23.813051,-13.539869 + 4613: -23.188051,-13.492994 + 4614: -18.969301,-14.164869 + 4615: -17.703676,-13.477369 + 4616: -18.531801,-13.258619 + 6358: 47.695873,20.83575 + 6558: 28.103779,-16.859707 + 6559: 32.252216,-17.49252 + 6560: 0.82022095,-38.51386 + 6671: 36.061924,-11.132954 + 6677: 32.051506,-8.924621 + 6678: 33.686924,-9.216288 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -7365,17 +7406,17 @@ entities: 183: 6,-46 198: 3,10 202: -19,18 - 3823: -43.885567,1.513505 - 3848: -26.30557,17.564764 - 3863: -1.288597,14.376825 - 4227: 74.688835,19.939117 - 4228: 43.913097,15.355074 - 4474: 10.471224,35.81862 - 4475: 22.166536,36.615494 - 4476: 22.939974,39.73268 - 6620: -0.31466675,36.571507 - 6696: 32.721985,-8.915822 - 6697: 32.930317,-9.030405 + 3797: -43.885567,1.513505 + 3822: -26.30557,17.564764 + 3837: -1.288597,14.376825 + 4201: 74.688835,19.939117 + 4202: 43.913097,15.355074 + 4448: 10.471224,35.81862 + 4449: 22.166536,36.615494 + 4450: 22.939974,39.73268 + 6592: -0.31466675,36.571507 + 6668: 32.721985,-8.915822 + 6669: 32.930317,-9.030405 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7388,44 +7429,44 @@ entities: decals: 214: 5,23 274: 35,-37 - 3824: -44.33088,-4.029464 - 3840: -32.15781,7.1505537 - 3841: -31.724216,7.37321 - 3842: -30.759369,17.623358 - 3843: -30.067963,17.588202 - 3899: 41.727985,-11.668519 - 4006: 29.472256,-36.71085 - 4007: 34.534756,-36.851475 - 4021: 15.53915,-38.68413 - 4022: 18.316494,-38.89507 - 4057: -8.660741,-28.234346 - 4058: -9.059178,-27.695284 - 4231: 44.428345,15.260944 - 4232: 46.44397,8.143846 - 4233: 40.676,-10.025475 - 4234: 40.523655,-10.611412 - 4235: 43.699436,-11.490318 - 4265: -36.118584,-21.019249 - 4266: -35.626396,-23.655968 - 4355: -89.14887,14.78907 - 4356: -87.64887,14.13282 - 4357: -89.32465,11.32032 - 4358: -88.99653,10.429695 - 4359: -93.57856,11.800789 - 4360: -94.16312,4.915489 - 4361: -95.393585,1.246851 - 4362: -94.936554,1.4929447 - 4363: -89.37015,1.1296635 - 4364: -87.612335,1.7390385 - 4365: -87.72952,4.153101 - 4366: -81.05696,17.16856 - 4710: 46.28471,-6.9057665 - 4711: 46.823772,-7.7807665 - 4712: 46.34721,-7.8120165 - 4716: 46.769085,-0.38647437 - 6584: 28.478779,-17.375332 - 6585: 31.135029,-17.289394 - 6628: -61.36869,8.93879 + 3798: -44.33088,-4.029464 + 3814: -32.15781,7.1505537 + 3815: -31.724216,7.37321 + 3816: -30.759369,17.623358 + 3817: -30.067963,17.588202 + 3873: 41.727985,-11.668519 + 3980: 29.472256,-36.71085 + 3981: 34.534756,-36.851475 + 3995: 15.53915,-38.68413 + 3996: 18.316494,-38.89507 + 4031: -8.660741,-28.234346 + 4032: -9.059178,-27.695284 + 4205: 44.428345,15.260944 + 4206: 46.44397,8.143846 + 4207: 40.676,-10.025475 + 4208: 40.523655,-10.611412 + 4209: 43.699436,-11.490318 + 4239: -36.118584,-21.019249 + 4240: -35.626396,-23.655968 + 4329: -89.14887,14.78907 + 4330: -87.64887,14.13282 + 4331: -89.32465,11.32032 + 4332: -88.99653,10.429695 + 4333: -93.57856,11.800789 + 4334: -94.16312,4.915489 + 4335: -95.393585,1.246851 + 4336: -94.936554,1.4929447 + 4337: -89.37015,1.1296635 + 4338: -87.612335,1.7390385 + 4339: -87.72952,4.153101 + 4340: -81.05696,17.16856 + 4684: 46.28471,-6.9057665 + 4685: 46.823772,-7.7807665 + 4686: 46.34721,-7.8120165 + 4690: 46.769085,-0.38647437 + 6556: 28.478779,-17.375332 + 6557: 31.135029,-17.289394 + 6600: -61.36869,8.93879 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -7436,79 +7477,79 @@ entities: 203: -30,18 241: 35,55 253: 63,8 - 3818: -44.448067,-3.31462 - 3819: -43.967598,-4.732589 - 3820: -44.108223,-6.8536825 - 3844: -25.7789,17.857733 - 3858: 3.0356216,9.384638 - 3859: 3.398903,9.290888 - 3902: 47.31783,-10.227113 - 3911: 46.392048,12.57417 - 3912: 46.040485,12.140576 - 3926: 49.1166,-26.603088 - 3927: 49.843163,-27.083557 - 3928: 49.58535,-18.62262 - 3929: 49.468163,-19.325745 - 3930: 65.46426,-11.159059 - 3931: 56.69863,-7.2684336 - 3932: 58.339256,-2.1115599 - 3933: 64.80801,-3.9982786 - 3934: 65.12441,-4.349841 - 3935: 75.4745,-4.54906 - 4023: 18.91415,-38.52007 - 4024: 13.47665,-38.89507 - 4025: 20.437588,-38.80132 - 4026: 8.689707,-45.91225 - 4027: 8.103769,-45.631 - 4028: 5.220957,-45.92397 - 4029: 4.683049,-49.234737 - 4030: 12.569768,-50.476925 - 4031: 12.82758,-51.273796 - 4032: -10.468108,-51.59378 - 4033: -10.608733,-50.585968 - 4034: -5.5732093,-45.661797 - 4035: -4.6239905,-45.954765 - 4070: -24.328709,-34.79685 - 4071: -8.356053,-30.121065 - 4072: -24.481052,-28.363253 - 4073: -24.12949,-31.808565 - 4201: 62.41595,8.417506 - 4202: 63.622986,8.2886 - 4203: 56.90814,8.300319 - 4204: 57.681576,8.347194 - 4220: 74.9239,14.301609 - 4402: -17.177572,17.701937 - 4403: 4.425289,24.43648 - 4434: 35.379406,56.384266 - 4435: 35.35597,54.427235 - 4436: 48.516125,53.44286 - 4437: 48.529694,56.54833 - 4438: 36.65941,43.68774 - 4439: 36.600815,42.573784 - 4440: 36.55394,35.679775 - 4441: 37.350815,36.93368 - 4442: 37.327377,32.36337 - 4443: 37.22191,44.375088 - 4470: 13.822786,35.63112 - 4471: 14.16263,35.16237 - 4472: 9.018099,34.85768 - 4473: 9.463411,34.517838 - 4551: -2.2121348,60.257965 - 4552: -1.9660411,57.49234 - 4582: -16.792496,47.845314 - 4583: -17.40187,50.552345 - 4584: -16.897964,51.25547 - 4585: -16.83937,55.439064 - 4586: -17.13234,58.09922 - 4632: -24.656801,-13.586744 - 4633: -19.375551,-13.602369 - 4634: -14.906801,-14.117994 - 4635: -29.344301,-13.664869 - 4722: 0.838521,49.943043 - 6387: 47.8365,20.992 - 6388: 45.039623,21.343563 - 6448: -37.92995,-32.66219 - 6604: 35.873875,20.83988 + 3792: -44.448067,-3.31462 + 3793: -43.967598,-4.732589 + 3794: -44.108223,-6.8536825 + 3818: -25.7789,17.857733 + 3832: 3.0356216,9.384638 + 3833: 3.398903,9.290888 + 3876: 47.31783,-10.227113 + 3885: 46.392048,12.57417 + 3886: 46.040485,12.140576 + 3900: 49.1166,-26.603088 + 3901: 49.843163,-27.083557 + 3902: 49.58535,-18.62262 + 3903: 49.468163,-19.325745 + 3904: 65.46426,-11.159059 + 3905: 56.69863,-7.2684336 + 3906: 58.339256,-2.1115599 + 3907: 64.80801,-3.9982786 + 3908: 65.12441,-4.349841 + 3909: 75.4745,-4.54906 + 3997: 18.91415,-38.52007 + 3998: 13.47665,-38.89507 + 3999: 20.437588,-38.80132 + 4000: 8.689707,-45.91225 + 4001: 8.103769,-45.631 + 4002: 5.220957,-45.92397 + 4003: 4.683049,-49.234737 + 4004: 12.569768,-50.476925 + 4005: 12.82758,-51.273796 + 4006: -10.468108,-51.59378 + 4007: -10.608733,-50.585968 + 4008: -5.5732093,-45.661797 + 4009: -4.6239905,-45.954765 + 4044: -24.328709,-34.79685 + 4045: -8.356053,-30.121065 + 4046: -24.481052,-28.363253 + 4047: -24.12949,-31.808565 + 4175: 62.41595,8.417506 + 4176: 63.622986,8.2886 + 4177: 56.90814,8.300319 + 4178: 57.681576,8.347194 + 4194: 74.9239,14.301609 + 4376: -17.177572,17.701937 + 4377: 4.425289,24.43648 + 4408: 35.379406,56.384266 + 4409: 35.35597,54.427235 + 4410: 48.516125,53.44286 + 4411: 48.529694,56.54833 + 4412: 36.65941,43.68774 + 4413: 36.600815,42.573784 + 4414: 36.55394,35.679775 + 4415: 37.350815,36.93368 + 4416: 37.327377,32.36337 + 4417: 37.22191,44.375088 + 4444: 13.822786,35.63112 + 4445: 14.16263,35.16237 + 4446: 9.018099,34.85768 + 4447: 9.463411,34.517838 + 4525: -2.2121348,60.257965 + 4526: -1.9660411,57.49234 + 4556: -16.792496,47.845314 + 4557: -17.40187,50.552345 + 4558: -16.897964,51.25547 + 4559: -16.83937,55.439064 + 4560: -17.13234,58.09922 + 4606: -24.656801,-13.586744 + 4607: -19.375551,-13.602369 + 4608: -14.906801,-14.117994 + 4609: -29.344301,-13.664869 + 4696: 0.838521,49.943043 + 6359: 47.8365,20.992 + 6360: 45.039623,21.343563 + 6420: -37.92995,-32.66219 + 6576: 35.873875,20.83988 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7530,26 +7571,26 @@ entities: 204: -25,18 215: 4,25 221: 37,35 - 3788: 3.371901,-10.462841 - 3789: -1.4562241,-11.751904 - 3821: -42.877754,4.46663 - 3822: -44.284004,1.9470987 - 4242: 38.00763,-20.166222 - 4406: 13.50732,24.038042 - 4530: 15.35181,77.65445 - 4531: 15.984623,77.033356 - 4532: 15.375248,74.84195 - 4533: 11.22681,71.314606 - 4534: 10.336185,71.138824 - 4535: 5.297123,71.36148 - 4536: 4.1369667,71.45523 - 4537: -13.626251,74.72476 - 4538: -13.860626,73.86929 - 4723: 1.182271,50.482105 - 6701: 36.197342,-11.987121 - 6702: 35.874424,-10.112121 - 6703: 35.041092,-8.841288 - 6704: 34.124424,-9.216288 + 3762: 3.371901,-10.462841 + 3763: -1.4562241,-11.751904 + 3795: -42.877754,4.46663 + 3796: -44.284004,1.9470987 + 4216: 38.00763,-20.166222 + 4380: 13.50732,24.038042 + 4504: 15.35181,77.65445 + 4505: 15.984623,77.033356 + 4506: 15.375248,74.84195 + 4507: 11.22681,71.314606 + 4508: 10.336185,71.138824 + 4509: 5.297123,71.36148 + 4510: 4.1369667,71.45523 + 4511: -13.626251,74.72476 + 4512: -13.860626,73.86929 + 4697: 1.182271,50.482105 + 6673: 36.197342,-11.987121 + 6674: 35.874424,-10.112121 + 6675: 35.041092,-8.841288 + 6676: 34.124424,-9.216288 - node: color: '#334E6DFF' id: FullTileOverlayGreyscale @@ -7619,39 +7660,39 @@ entities: 279: 39,-37 324: -106.45246,26.066643 331: -101.35871,25.457268 - 3873: -1.2555814,12.724482 - 3874: -1.3258939,11.2362 - 3875: 3.3967624,13.626825 - 3876: 3.2912936,15.536982 - 3877: 42.188217,-12.685484 - 3878: 42.9265,-13.622984 - 3879: 42.668686,-13.037046 - 3880: 40.793686,-14.548765 - 3881: 40.992905,-15.169859 - 3882: 40.84056,-10.646421 - 3883: 47.250717,-9.521421 - 3884: 47.485092,-8.841734 - 3885: 46.38353,6.408603 - 3886: 45.199936,12.368394 - 3887: 45.24681,14.782456 - 3888: 46.27806,13.950425 - 4390: -76.73136,11.083948 - 4391: -81.59464,14.119104 - 4392: -88.25988,13.697229 - 4393: -88.84687,4.3498635 - 4394: -87.53437,0.55515265 - 4395: -95.58354,2.7231214 - 4396: -17.58807,17.6785 - 4397: -23.674154,17.561312 - 4398: -20.310873,17.631624 - 4457: 22.022528,35.620773 - 4458: 23.018621,37.23796 - 4459: 21.928778,39.60515 - 4460: 13.119661,35.666275 - 4461: 13.41263,34.822525 - 4462: 8.924349,35.4319 - 4630: -28.203676,-13.430494 - 4631: -23.609926,-14.149244 + 3847: -1.2555814,12.724482 + 3848: -1.3258939,11.2362 + 3849: 3.3967624,13.626825 + 3850: 3.2912936,15.536982 + 3851: 42.188217,-12.685484 + 3852: 42.9265,-13.622984 + 3853: 42.668686,-13.037046 + 3854: 40.793686,-14.548765 + 3855: 40.992905,-15.169859 + 3856: 40.84056,-10.646421 + 3857: 47.250717,-9.521421 + 3858: 47.485092,-8.841734 + 3859: 46.38353,6.408603 + 3860: 45.199936,12.368394 + 3861: 45.24681,14.782456 + 3862: 46.27806,13.950425 + 4364: -76.73136,11.083948 + 4365: -81.59464,14.119104 + 4366: -88.25988,13.697229 + 4367: -88.84687,4.3498635 + 4368: -87.53437,0.55515265 + 4369: -95.58354,2.7231214 + 4370: -17.58807,17.6785 + 4371: -23.674154,17.561312 + 4372: -20.310873,17.631624 + 4431: 22.022528,35.620773 + 4432: 23.018621,37.23796 + 4433: 21.928778,39.60515 + 4434: 13.119661,35.666275 + 4435: 13.41263,34.822525 + 4436: 8.924349,35.4319 + 4604: -28.203676,-13.430494 + 4605: -23.609926,-14.149244 - node: color: '#FFFFFFFF' id: Grassc2 @@ -7659,24 +7700,24 @@ entities: 211: -29,18 327: -106.37434,22.410393 330: -104.74934,19.879143 - 3816: -44.58869,0.31819248 - 3817: -43.979317,-3.6661825 + 3790: -44.58869,0.31819248 + 3791: -43.979317,-3.6661825 - node: color: '#FFFFFFFF' id: Grassc3 decals: 254: 55,8 - 4052: -24.094334,-28.66794 - 4053: -24.574802,-30.753878 - 4054: -23.836521,-34.03513 - 4055: -8.473241,-29.031221 - 4056: -9.223241,-28.398409 - 4566: -17.554214,51.091408 - 4567: -16.65187,52.65 - 4568: -16.546402,56.470314 - 4569: -17.179214,58.732033 - 4570: -17.190933,59.353127 - 4571: -16.581558,54.314064 + 4026: -24.094334,-28.66794 + 4027: -24.574802,-30.753878 + 4028: -23.836521,-34.03513 + 4029: -8.473241,-29.031221 + 4030: -9.223241,-28.398409 + 4540: -17.554214,51.091408 + 4541: -16.65187,52.65 + 4542: -16.546402,56.470314 + 4543: -17.179214,58.732033 + 4544: -17.190933,59.353127 + 4545: -16.581558,54.314064 - node: color: '#FFFFFFFF' id: Grassc4 @@ -7685,11 +7726,11 @@ entities: 326: -100.88996,28.801018 328: -104.62434,20.535393 329: -103.96809,20.222893 - 3811: -43.95588,-0.5724325 - 3812: -44.530098,-1.1466513 - 3813: -44.33088,-4.779464 - 3814: -42.91291,3.5642862 - 3815: -44.108223,2.451005 + 3785: -43.95588,-0.5724325 + 3786: -44.530098,-1.1466513 + 3787: -44.33088,-4.779464 + 3788: -42.91291,3.5642862 + 3789: -44.108223,2.451005 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7712,44 +7753,44 @@ entities: decals: 278: 38,-37 333: -106.62434,25.519768 - 3790: -1.3586571,-5.1471586 - 3791: 3.3054054,-6.5651274 - 3792: -17.25638,-13.645953 - 3793: -14.572786,-13.892047 - 3794: -25.641973,-13.575641 - 3904: 44.458454,-9.981019 - 3905: 47.247517,-8.199769 - 3906: 43.145954,-14.37555 - 3907: 46.134235,10.457251 - 3908: 46.310017,11.254126 - 3909: 43.91939,15.433545 - 3910: 45.63033,15.410108 - 4224: 74.503975,17.347267 - 4225: 75.19538,15.413673 - 4226: 75.20446,20.161774 - 4229: 44.217785,14.802733 - 4230: 43.64319,12.132038 - 4308: -89.45848,14.69341 - 4309: -87.71239,16.919971 - 4310: -88.017075,17.58794 - 4311: -87.442856,12.91216 - 4312: -82.61473,13.017629 - 4313: -82.005356,11.962941 - 4314: -82.43895,12.44341 - 4315: -82.12254,17.248096 - 4316: -93.548325,11.716847 - 4317: -93.642075,10.732472 - 4318: -94.35692,5.6113787 - 4319: -95.52879,3.490285 - 4320: -94.380356,2.7988787 - 4321: -94.755356,1.7559099 - 4322: -89.505356,3.8887224 - 4323: -88.41551,4.615285 - 4324: -87.18504,0.6190014 - 4325: -87.7827,0.054658413 - 4326: -100.82238,5.9791574 - 4327: -81.19448,17.579124 - 4328: -85.97573,30.987486 + 3764: -1.3586571,-5.1471586 + 3765: 3.3054054,-6.5651274 + 3766: -17.25638,-13.645953 + 3767: -14.572786,-13.892047 + 3768: -25.641973,-13.575641 + 3878: 44.458454,-9.981019 + 3879: 47.247517,-8.199769 + 3880: 43.145954,-14.37555 + 3881: 46.134235,10.457251 + 3882: 46.310017,11.254126 + 3883: 43.91939,15.433545 + 3884: 45.63033,15.410108 + 4198: 74.503975,17.347267 + 4199: 75.19538,15.413673 + 4200: 75.20446,20.161774 + 4203: 44.217785,14.802733 + 4204: 43.64319,12.132038 + 4282: -89.45848,14.69341 + 4283: -87.71239,16.919971 + 4284: -88.017075,17.58794 + 4285: -87.442856,12.91216 + 4286: -82.61473,13.017629 + 4287: -82.005356,11.962941 + 4288: -82.43895,12.44341 + 4289: -82.12254,17.248096 + 4290: -93.548325,11.716847 + 4291: -93.642075,10.732472 + 4292: -94.35692,5.6113787 + 4293: -95.52879,3.490285 + 4294: -94.380356,2.7988787 + 4295: -94.755356,1.7559099 + 4296: -89.505356,3.8887224 + 4297: -88.41551,4.615285 + 4298: -87.18504,0.6190014 + 4299: -87.7827,0.054658413 + 4300: -100.82238,5.9791574 + 4301: -81.19448,17.579124 + 4302: -85.97573,30.987486 - node: color: '#FFFFFFFF' id: Grassd2 @@ -7762,81 +7803,81 @@ entities: 371: -101.25319,6.801566 372: -102.97194,2.1765664 373: -107.59694,7.973441 - 4001: 40.67008,-32.269234 - 4002: 41.537266,-31.437202 - 4003: 38.026943,-36.570225 - 4004: 33.128506,-36.72257 - 4005: 29.296474,-36.746006 - 4019: 18.152431,-38.766163 - 4020: 15.6329,-38.80132 - 4036: -4.237272,-45.579765 - 4037: -2.7372718,-46.611015 - 4038: -2.5146155,-48.89617 - 4039: -10.72946,-52.38836 - 4040: 4.4652367,-46.596336 - 4041: 8.613674,-42.547398 - 4042: -8.812107,-29.940277 - 4043: -8.390232,-29.389496 - 4044: -9.280857,-27.549652 - 4045: -9.339451,-30.994965 - 4046: -24.328709,-31.808565 - 4047: -24.188084,-32.35935 - 4048: -24.516209,-35.499973 - 4049: -24.41074,-27.707003 - 4243: 41.46466,-20.506065 - 4244: 43.105286,-20.588097 - 4245: 40.386536,-20.17794 - 4246: 41.46686,-29.405165 - 4247: 32.185696,-36.547718 - 4248: 30.955227,-36.219593 - 4249: 16.974197,-38.411 - 4250: 9.176867,-43.884598 - 4251: 8.344835,-45.18538 - 4252: 13.26671,-52.60527 - 4253: 4.477648,-48.58574 - 4254: -2.3533373,-47.495895 - 4255: -10.527844,-53.8123 - 4256: -8.970274,-31.41587 - 4257: -24.60868,-32.43083 - 4258: -35.703304,-24.180399 - 4259: -35.37518,-23.477274 - 4260: -36.136898,-21.250711 - 4261: -36.136898,-20.723368 - 4452: 36.600815,34.824306 - 4453: 36.589096,38.574306 - 4454: 36.55394,44.316494 - 4455: 37.175034,43.68368 - 4456: 21.518621,34.62468 - 4491: 11.356211,71.54686 - 4492: 12.029604,71.30289 - 4493: 5.90691,71.80679 - 4494: 4.671523,71.502106 - 4495: 8.398086,71.52554 - 4496: 15.968399,75.1232 - 4497: 15.663712,74.86539 - 4498: 15.628555,77.1857 - 4499: 15.616837,77.9357 - 4500: -13.793809,73.96304 - 4501: -13.430528,74.61929 - 4502: -13.981309,77.63101 - 4555: -17.296402,57.396095 - 4556: -16.921402,56.177345 - 4557: -16.804214,56.89219 - 4558: -16.534683,59.107033 - 4559: -17.366714,52.802345 - 4560: -16.94484,52.040627 - 4561: -17.062027,51.53672 - 4562: -17.612808,49.76719 - 4563: -16.75734,48.407814 - 4564: -16.38234,47.622658 - 6383: 46.664623,20.867 - 6447: -36.633076,-34.232502 - 6577: 27.660282,-16.74252 - 6578: 26.90247,-17.21127 - 6579: 29.863407,-17.281582 - 6580: 31.94601,-16.703457 - 6623: -58.079628,9.180978 - 6624: -62.696815,9.290353 + 3975: 40.67008,-32.269234 + 3976: 41.537266,-31.437202 + 3977: 38.026943,-36.570225 + 3978: 33.128506,-36.72257 + 3979: 29.296474,-36.746006 + 3993: 18.152431,-38.766163 + 3994: 15.6329,-38.80132 + 4010: -4.237272,-45.579765 + 4011: -2.7372718,-46.611015 + 4012: -2.5146155,-48.89617 + 4013: -10.72946,-52.38836 + 4014: 4.4652367,-46.596336 + 4015: 8.613674,-42.547398 + 4016: -8.812107,-29.940277 + 4017: -8.390232,-29.389496 + 4018: -9.280857,-27.549652 + 4019: -9.339451,-30.994965 + 4020: -24.328709,-31.808565 + 4021: -24.188084,-32.35935 + 4022: -24.516209,-35.499973 + 4023: -24.41074,-27.707003 + 4217: 41.46466,-20.506065 + 4218: 43.105286,-20.588097 + 4219: 40.386536,-20.17794 + 4220: 41.46686,-29.405165 + 4221: 32.185696,-36.547718 + 4222: 30.955227,-36.219593 + 4223: 16.974197,-38.411 + 4224: 9.176867,-43.884598 + 4225: 8.344835,-45.18538 + 4226: 13.26671,-52.60527 + 4227: 4.477648,-48.58574 + 4228: -2.3533373,-47.495895 + 4229: -10.527844,-53.8123 + 4230: -8.970274,-31.41587 + 4231: -24.60868,-32.43083 + 4232: -35.703304,-24.180399 + 4233: -35.37518,-23.477274 + 4234: -36.136898,-21.250711 + 4235: -36.136898,-20.723368 + 4426: 36.600815,34.824306 + 4427: 36.589096,38.574306 + 4428: 36.55394,44.316494 + 4429: 37.175034,43.68368 + 4430: 21.518621,34.62468 + 4465: 11.356211,71.54686 + 4466: 12.029604,71.30289 + 4467: 5.90691,71.80679 + 4468: 4.671523,71.502106 + 4469: 8.398086,71.52554 + 4470: 15.968399,75.1232 + 4471: 15.663712,74.86539 + 4472: 15.628555,77.1857 + 4473: 15.616837,77.9357 + 4474: -13.793809,73.96304 + 4475: -13.430528,74.61929 + 4476: -13.981309,77.63101 + 4529: -17.296402,57.396095 + 4530: -16.921402,56.177345 + 4531: -16.804214,56.89219 + 4532: -16.534683,59.107033 + 4533: -17.366714,52.802345 + 4534: -16.94484,52.040627 + 4535: -17.062027,51.53672 + 4536: -17.612808,49.76719 + 4537: -16.75734,48.407814 + 4538: -16.38234,47.622658 + 6355: 46.664623,20.867 + 6419: -36.633076,-34.232502 + 6549: 27.660282,-16.74252 + 6550: 26.90247,-17.21127 + 6551: 29.863407,-17.281582 + 6552: 31.94601,-16.703457 + 6595: -58.079628,9.180978 + 6596: -62.696815,9.290353 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7858,108 +7899,108 @@ entities: 375: -102.268814,10.754691 376: -101.143814,10.989066 377: -101.112564,5.004691 - 3795: -29.864674,-13.505328 - 3796: -29.153486,-13.317828 - 3797: -32.354507,-2.4801526 - 3798: -32.495132,-3.1949964 - 3799: -31.627947,-0.6754651 - 3800: -32.307632,5.1948705 - 3801: -32.2256,4.644089 - 3802: -43.23399,6.3132153 - 3803: -43.163677,5.8210278 - 3804: -42.85899,5.1296215 - 3805: -43.491802,3.2897778 - 3806: -43.386333,2.856184 - 3807: -44.33712,1.2381024 - 3808: -44.266808,-7.0084305 - 3809: -43.434776,-7.982435 - 3943: 50.054928,-25.94495 - 3944: 48.871334,-26.7887 - 3945: 49.527584,-17.636356 - 3946: 54.777584,-12.405542 - 3947: 55.246334,-9.582343 - 3948: 55.808834,-9.804999 - 3949: 53.441647,-3.8166533 - 3950: 55.445553,-0.44769478 - 3951: 54.566647,-0.78553295 - 3952: 59.992428,-0.29334545 - 3953: 64.832275,-0.69178295 - 3954: 65.582275,-1.4183455 - 3955: 65.46509,-2.2620955 - 3956: 75.81674,-1.0902205 - 3957: 75.514244,-0.4456892 - 4050: -24.141209,-28.10544 - 4212: 58.9472,8.1011 - 4213: 60.587826,8.605006 - 4214: 58.59564,8.75735 - 4215: 56.60129,8.421641 - 4216: 75.18171,13.832859 - 4217: 75.19343,18.860203 - 4218: 74.560616,20.278172 - 4219: 74.9239,20.66489 - 4263: -35.333427,-20.620811 - 4264: -36.188896,-24.159874 - 4335: -88.094185,3.6152077 - 4336: -93.82465,3.8027077 - 4337: -93.74262,2.7714577 - 4338: -89.33637,0.46286392 - 4407: 3.733883,24.89351 - 4408: 13.823727,23.838823 - 4409: 13.31982,23.510698 - 4410: 13.530758,25.420855 - 4411: 4.894039,25.807573 - 4412: 4.3666954,25.709267 - 4413: 9.559973,34.656773 - 4414: 10.485754,34.902866 - 4415: 12.267004,34.938023 - 4416: 13.673254,35.88724 - 4417: 14.2591915,34.66849 - 4418: 23.290749,36.60635 - 4419: 22.50695,37.49889 - 4420: 22.342888,36.19811 - 4421: 22.764763,35.23717 - 4422: 22.88195,36.256702 - 4423: 22.13195,39.303577 - 4424: 21.745232,39.807484 - 4425: 22.14367,40.03014 - 4426: 35.47775,54.387238 - 4427: 35.653732,55.652863 - 4428: 35.513107,55.441925 - 4429: 35.1967,54.668488 - 4430: 49.222614,55.898956 - 4431: 48.765583,56.70755 - 4432: 48.917927,54.56302 - 4433: 48.636677,53.660675 - 4486: 12.548815,35.9944 - 4487: 11.330065,34.459244 - 4503: -13.559434,78.08804 - 4504: -13.325059,75.545074 - 4505: -13.922715,72.58023 - 4506: 10.613007,71.502106 - 4507: 7.5309753,71.06851 - 4508: 15.991913,74.02164 - 4509: 15.323944,74.29117 - 4549: -2.059791,57.85562 - 4550: -2.3058848,60.02359 - 4565: -17.261246,47.528908 - 4698: 46.39468,-5.921156 - 4699: 46.668118,-6.296156 - 4700: 46.668118,-7.5852184 - 4701: 46.402493,-2.3352184 - 4702: 46.011868,-1.8117809 - 4703: 46.371243,-1.4367809 - 4704: 47.402493,-0.38990593 - 4717: 0.8775835,53.771168 - 4718: 1.182271,54.169605 - 4719: 1.2369585,52.169605 - 4720: 0.979146,51.607105 - 4721: 1.1744585,49.825855 + 3769: -29.864674,-13.505328 + 3770: -29.153486,-13.317828 + 3771: -32.354507,-2.4801526 + 3772: -32.495132,-3.1949964 + 3773: -31.627947,-0.6754651 + 3774: -32.307632,5.1948705 + 3775: -32.2256,4.644089 + 3776: -43.23399,6.3132153 + 3777: -43.163677,5.8210278 + 3778: -42.85899,5.1296215 + 3779: -43.491802,3.2897778 + 3780: -43.386333,2.856184 + 3781: -44.33712,1.2381024 + 3782: -44.266808,-7.0084305 + 3783: -43.434776,-7.982435 + 3917: 50.054928,-25.94495 + 3918: 48.871334,-26.7887 + 3919: 49.527584,-17.636356 + 3920: 54.777584,-12.405542 + 3921: 55.246334,-9.582343 + 3922: 55.808834,-9.804999 + 3923: 53.441647,-3.8166533 + 3924: 55.445553,-0.44769478 + 3925: 54.566647,-0.78553295 + 3926: 59.992428,-0.29334545 + 3927: 64.832275,-0.69178295 + 3928: 65.582275,-1.4183455 + 3929: 65.46509,-2.2620955 + 3930: 75.81674,-1.0902205 + 3931: 75.514244,-0.4456892 + 4024: -24.141209,-28.10544 + 4186: 58.9472,8.1011 + 4187: 60.587826,8.605006 + 4188: 58.59564,8.75735 + 4189: 56.60129,8.421641 + 4190: 75.18171,13.832859 + 4191: 75.19343,18.860203 + 4192: 74.560616,20.278172 + 4193: 74.9239,20.66489 + 4237: -35.333427,-20.620811 + 4238: -36.188896,-24.159874 + 4309: -88.094185,3.6152077 + 4310: -93.82465,3.8027077 + 4311: -93.74262,2.7714577 + 4312: -89.33637,0.46286392 + 4381: 3.733883,24.89351 + 4382: 13.823727,23.838823 + 4383: 13.31982,23.510698 + 4384: 13.530758,25.420855 + 4385: 4.894039,25.807573 + 4386: 4.3666954,25.709267 + 4387: 9.559973,34.656773 + 4388: 10.485754,34.902866 + 4389: 12.267004,34.938023 + 4390: 13.673254,35.88724 + 4391: 14.2591915,34.66849 + 4392: 23.290749,36.60635 + 4393: 22.50695,37.49889 + 4394: 22.342888,36.19811 + 4395: 22.764763,35.23717 + 4396: 22.88195,36.256702 + 4397: 22.13195,39.303577 + 4398: 21.745232,39.807484 + 4399: 22.14367,40.03014 + 4400: 35.47775,54.387238 + 4401: 35.653732,55.652863 + 4402: 35.513107,55.441925 + 4403: 35.1967,54.668488 + 4404: 49.222614,55.898956 + 4405: 48.765583,56.70755 + 4406: 48.917927,54.56302 + 4407: 48.636677,53.660675 + 4460: 12.548815,35.9944 + 4461: 11.330065,34.459244 + 4477: -13.559434,78.08804 + 4478: -13.325059,75.545074 + 4479: -13.922715,72.58023 + 4480: 10.613007,71.502106 + 4481: 7.5309753,71.06851 + 4482: 15.991913,74.02164 + 4483: 15.323944,74.29117 + 4523: -2.059791,57.85562 + 4524: -2.3058848,60.02359 + 4539: -17.261246,47.528908 + 4672: 46.39468,-5.921156 + 4673: 46.668118,-6.296156 + 4674: 46.668118,-7.5852184 + 4675: 46.402493,-2.3352184 + 4676: 46.011868,-1.8117809 + 4677: 46.371243,-1.4367809 + 4678: 47.402493,-0.38990593 + 4691: 0.8775835,53.771168 + 4692: 1.182271,54.169605 + 4693: 1.2369585,52.169605 + 4694: 0.979146,51.607105 + 4695: 1.1744585,49.825855 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 6600: 39.41204,21.035192 - 6601: 37.302666,20.949255 + 6572: 39.41204,21.035192 + 6573: 37.302666,20.949255 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7978,16 +8019,16 @@ entities: id: Grasse2 decals: 196: 3,11 - 3810: -44.459785,-0.31462002 - 3889: 46.219467,7.4113626 - 3890: 46.629623,2.055894 - 3891: 46.711655,1.5519876 - 3892: 46.137436,1.4242432 - 3893: 41.70775,-10.768253 - 3894: 41.930405,-11.225285 - 4051: -24.539646,-28.773409 - 4598: -17.338375,54.89626 - 4599: -17.340744,46.596977 + 3784: -44.459785,-0.31462002 + 3863: 46.219467,7.4113626 + 3864: 46.629623,2.055894 + 3865: 46.711655,1.5519876 + 3866: 46.137436,1.4242432 + 3867: 41.70775,-10.768253 + 3868: 41.930405,-11.225285 + 4025: -24.539646,-28.773409 + 4572: -17.338375,54.89626 + 4573: -17.340744,46.596977 - node: color: '#FFFFFFFF' id: Grasse3 @@ -7997,102 +8038,102 @@ entities: 246: 75,14 277: 33,-37 332: -101.21809,24.910393 - 3870: 3.4670749,11.869013 - 3871: -1.5719876,13.380732 - 3872: -0.9274564,13.650263 - 3895: 41.285873,-11.225285 - 3896: 40.864,-12.58466 - 3958: 58.428307,-1.5706892 - 3959: 64.08846,-3.082408 - 3960: 64.74471,-3.3519392 - 3961: 66.877525,-8.30897 - 3962: 66.63143,-8.894908 - 3963: 68.658775,-6.6214705 - 3964: 64.920494,-11.695689 - 3965: 64.42831,-11.238658 - 3966: 58.252525,-10.582408 - 3967: 57.64315,-11.086314 - 3968: 68.2198,-20.300789 - 3969: 67.75632,-22.44498 - 3970: 65.436005,-25.25748 - 3971: 65.93991,-24.554356 - 3972: 62.131313,-27.390293 - 3973: 61.170376,-27.777012 - 3974: 58.553608,-27.741856 - 3975: 64.34267,-12.237476 - 3976: 58.319233,-11.185775 - 3977: 55.54189,-6.6506186 - 4329: -84.03042,30.881887 - 4330: -88.42231,16.812563 - 4331: -87.531685,14.527407 - 4332: -82.52778,16.613344 - 4333: -81.08637,10.6485 - 4334: -87.531685,4.165989 - 4572: -17.296402,50.622658 - 4620: -29.594301,-13.758619 - 4621: -20.969301,-13.602369 - 4622: -22.469301,-14.071119 - 4623: -17.969301,-13.321119 - 4624: -14.281801,-13.399244 - 6380: 45.12556,21.343563 - 6381: 45.43806,21.101376 - 6382: 48.11775,21.08575 - 6441: -37.008076,-32.490314 - 6442: -35.45339,-32.763752 - 6443: -35.6487,-33.841877 - 6444: -37.875263,-34.459064 - 6445: -36.875263,-34.576252 - 6446: -37.469013,-34.63094 - 6590: 0.39834595,-37.841984 - 6591: 2.2253008,-27.95306 - 6592: -0.2825117,-22.79681 - 6593: -31.654049,-1.3245959 - 6594: -28.3777,17.481447 - 6595: -19.469736,17.55176 - 6596: -19.477549,17.98926 - 6597: 35.28704,21.324255 - 6598: 35.677666,21.003942 - 6599: 38.013603,21.324255 - 6613: -1.4631042,35.86057 - 6614: 0.036895752,37.76682 - 6615: -1.3537292,35.21213 - 6616: -1.4865417,33.86838 - 6625: -62.845253,9.079415 - 6626: -60.58744,9.212228 - 6627: -58.634315,8.985665 + 3844: 3.4670749,11.869013 + 3845: -1.5719876,13.380732 + 3846: -0.9274564,13.650263 + 3869: 41.285873,-11.225285 + 3870: 40.864,-12.58466 + 3932: 58.428307,-1.5706892 + 3933: 64.08846,-3.082408 + 3934: 64.74471,-3.3519392 + 3935: 66.877525,-8.30897 + 3936: 66.63143,-8.894908 + 3937: 68.658775,-6.6214705 + 3938: 64.920494,-11.695689 + 3939: 64.42831,-11.238658 + 3940: 58.252525,-10.582408 + 3941: 57.64315,-11.086314 + 3942: 68.2198,-20.300789 + 3943: 67.75632,-22.44498 + 3944: 65.436005,-25.25748 + 3945: 65.93991,-24.554356 + 3946: 62.131313,-27.390293 + 3947: 61.170376,-27.777012 + 3948: 58.553608,-27.741856 + 3949: 64.34267,-12.237476 + 3950: 58.319233,-11.185775 + 3951: 55.54189,-6.6506186 + 4303: -84.03042,30.881887 + 4304: -88.42231,16.812563 + 4305: -87.531685,14.527407 + 4306: -82.52778,16.613344 + 4307: -81.08637,10.6485 + 4308: -87.531685,4.165989 + 4546: -17.296402,50.622658 + 4594: -29.594301,-13.758619 + 4595: -20.969301,-13.602369 + 4596: -22.469301,-14.071119 + 4597: -17.969301,-13.321119 + 4598: -14.281801,-13.399244 + 6352: 45.12556,21.343563 + 6353: 45.43806,21.101376 + 6354: 48.11775,21.08575 + 6413: -37.008076,-32.490314 + 6414: -35.45339,-32.763752 + 6415: -35.6487,-33.841877 + 6416: -37.875263,-34.459064 + 6417: -36.875263,-34.576252 + 6418: -37.469013,-34.63094 + 6562: 0.39834595,-37.841984 + 6563: 2.2253008,-27.95306 + 6564: -0.2825117,-22.79681 + 6565: -31.654049,-1.3245959 + 6566: -28.3777,17.481447 + 6567: -19.469736,17.55176 + 6568: -19.477549,17.98926 + 6569: 35.28704,21.324255 + 6570: 35.677666,21.003942 + 6571: 38.013603,21.324255 + 6585: -1.4631042,35.86057 + 6586: 0.036895752,37.76682 + 6587: -1.3537292,35.21213 + 6588: -1.4865417,33.86838 + 6597: -62.845253,9.079415 + 6598: -60.58744,9.212228 + 6599: -58.634315,8.985665 - node: color: '#91D4FFFF' id: HerringboneOverlay decals: - 2393: 0,2 - 2394: 1,2 - 2395: 1,3 - 2396: 2,2 - 2397: 1,1 + 2367: 0,2 + 2368: 1,2 + 2369: 1,3 + 2370: 2,2 + 2371: 1,1 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6678: -23,-22 + 6650: -23,-22 - node: color: '#91D4FFFF' id: MonoOverlay decals: - 2398: 0,2 - 2399: 1,2 - 2400: 1,3 - 2401: 2,2 - 2402: 1,1 + 2372: 0,2 + 2373: 1,2 + 2374: 1,3 + 2375: 2,2 + 2376: 1,1 - node: color: '#91D4FFFF' id: OffsetCheckerAOverlay decals: - 2403: 1,3 - 2404: 1,2 - 2405: 0,2 - 2406: 2,2 - 2407: 1,1 + 2377: 1,3 + 2378: 1,2 + 2379: 0,2 + 2380: 2,2 + 2381: 1,1 - node: color: '#91D4FFFF' id: PavementOverlay @@ -8101,22 +8142,22 @@ entities: 643: -12,2 644: 9,6 645: 30,6 - 2387: 9,-2 - 2408: 0,2 - 2409: 1,2 - 2410: 1,3 - 2411: 2,2 - 2412: 1,1 + 2361: 9,-2 + 2382: 0,2 + 2383: 1,2 + 2384: 1,3 + 2385: 2,2 + 2386: 1,1 - node: color: '#FFFFFFFF' id: Remains decals: - 4664: -74.38303,-4.395273 - 4665: 58.464054,51.70824 - 4666: 58.432804,56.20824 - 4693: 90.203255,39.535217 - 4694: 89.453255,41.035217 - 4695: 84.484505,39.425842 + 4638: -74.38303,-4.395273 + 4639: 58.464054,51.70824 + 4640: 58.432804,56.20824 + 4667: 90.203255,39.535217 + 4668: 89.453255,41.035217 + 4669: 84.484505,39.425842 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8140,8 +8181,8 @@ entities: color: '#FFFFFFFF' id: Rock04 decals: - 4339: -94.19965,4.1894264 - 4340: -81.68403,16.52927 + 4313: -94.19965,4.1894264 + 4314: -81.68403,16.52927 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8178,343 +8219,343 @@ entities: color: '#FFFFFFFF' id: WarnCornerNE decals: - 2221: -59,19 - 2243: 28,3 - 6486: -17,-34 + 2195: -59,19 + 2217: 28,3 + 6458: -17,-34 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 2224: -63,19 - 2244: 24,3 - 6564: -51,-42 + 2198: -63,19 + 2218: 24,3 + 6536: -51,-42 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 2222: -59,16 - 2242: 28,0 - 6680: -17,-44 + 2196: -59,16 + 2216: 28,0 + 6652: -17,-44 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 2223: -63,16 - 2245: 24,0 - 6491: -22,-35 + 2197: -63,16 + 2219: 24,0 + 6463: -22,-35 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 3554: 15,12 - 6411: -59,58 - 6485: -20,-34 - 6531: -21,-21 - 6661: 44,38 + 3528: 15,12 + 6383: -59,58 + 6457: -20,-34 + 6503: -21,-21 + 6633: 44,38 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 2861: 48,38 - 3555: 21,12 - 6412: -55,58 - 6499: -19,-42 - 6532: -15,-21 + 2835: 48,38 + 3529: 21,12 + 6384: -55,58 + 6471: -19,-42 + 6504: -15,-21 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 3557: 15,16 - 6410: -59,60 - 6534: -21,-19 - 6566: -49,-44 + 3531: 15,16 + 6382: -59,60 + 6506: -21,-19 + 6538: -49,-44 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 3556: 21,16 - 6409: -55,60 - 6494: -19,-35 - 6533: -15,-19 + 3530: 21,16 + 6381: -55,60 + 6466: -19,-35 + 6505: -15,-19 - node: color: '#FFFFFFFF' id: WarnFull decals: - 3502: -104,53 - 3503: -104,52 - 3504: -104,51 - 3505: -104,50 - 3506: -104,49 + 3476: -104,53 + 3477: -104,52 + 3478: -104,51 + 3479: -104,50 + 3480: -104,49 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 2225: -59,18 - 2226: -59,17 - 2240: 28,2 - 2241: 28,1 - 2263: -19,44 - 2264: -19,45 - 2270: 29,56 - 2271: 29,55 - 2272: 29,54 - 3451: -65,-19 - 3452: -65,-18 - 3453: -65,-16 - 3454: -65,-15 - 3455: -110,9 - 3456: -110,7 - 3467: -117,0 - 3468: -117,1 - 3469: -117,3 - 3470: -117,4 - 3471: -117,13 - 3472: -117,12 - 3473: -117,15 - 3474: -117,16 - 3475: -110,-7 - 3476: -110,-9 - 3483: -110,25 - 3484: -110,23 - 3528: 77,-16 - 3529: 77,-17 - 3530: 77,-18 - 3535: 80,-3 - 3536: 80,-4 - 3537: 80,-5 - 3543: 15,15 - 3544: 15,14 - 3545: 15,13 - 6407: -59,59 - 6472: -20,-28 - 6473: -20,-29 - 6474: -20,-31 - 6475: -20,-32 - 6476: -20,-33 - 6477: -17,-38 - 6478: -17,-39 - 6479: -17,-40 - 6480: -17,-41 - 6481: -17,-42 - 6482: -17,-43 - 6483: -20,-30 - 6489: -17,-35 - 6490: -17,-36 - 6525: -21,-20 - 6563: -49,-45 - 6573: -17,-36 - 6658: 44,39 - 6659: 44,40 + 2199: -59,18 + 2200: -59,17 + 2214: 28,2 + 2215: 28,1 + 2237: -19,44 + 2238: -19,45 + 2244: 29,56 + 2245: 29,55 + 2246: 29,54 + 3425: -65,-19 + 3426: -65,-18 + 3427: -65,-16 + 3428: -65,-15 + 3429: -110,9 + 3430: -110,7 + 3441: -117,0 + 3442: -117,1 + 3443: -117,3 + 3444: -117,4 + 3445: -117,13 + 3446: -117,12 + 3447: -117,15 + 3448: -117,16 + 3449: -110,-7 + 3450: -110,-9 + 3457: -110,25 + 3458: -110,23 + 3502: 77,-16 + 3503: 77,-17 + 3504: 77,-18 + 3509: 80,-3 + 3510: 80,-4 + 3511: 80,-5 + 3517: 15,15 + 3518: 15,14 + 3519: 15,13 + 6379: -59,59 + 6444: -20,-28 + 6445: -20,-29 + 6446: -20,-31 + 6447: -20,-32 + 6448: -20,-33 + 6449: -17,-38 + 6450: -17,-39 + 6451: -17,-40 + 6452: -17,-41 + 6453: -17,-42 + 6454: -17,-43 + 6455: -20,-30 + 6461: -17,-35 + 6462: -17,-36 + 6497: -21,-20 + 6535: -49,-45 + 6545: -17,-36 + 6630: 44,39 + 6631: 44,40 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 2232: -62,16 - 2233: -61,16 - 2234: -60,16 - 2246: 25,0 - 2247: 26,0 - 2248: 27,0 - 2871: 37,50 - 2872: 47,50 - 3481: -86,-18 - 3482: -84,-18 - 3489: -86,33 - 3490: -84,33 - 3517: 41,-35 - 3518: 42,-35 - 3519: 44,-35 - 3520: 45,-35 - 3521: 46,-35 - 3522: 47,-35 - 3523: 48,-35 - 3524: 50,-35 - 3538: 16,16 - 3539: 17,16 - 3540: 18,16 - 3541: 19,16 - 3542: 20,16 - 6404: -58,60 - 6405: -57,60 - 6406: -56,60 - 6492: -21,-35 - 6493: -20,-35 - 6508: -28,-44 - 6509: -27,-44 - 6510: -26,-44 - 6511: -25,-44 - 6512: -24,-44 - 6513: -23,-44 - 6514: -22,-44 - 6515: -20,-44 - 6516: -19,-44 - 6521: -16,-19 - 6522: -17,-19 - 6523: -19,-19 - 6524: -20,-19 - 6550: -36,-44 - 6551: -37,-44 - 6552: -38,-44 - 6553: -39,-44 - 6554: -40,-44 - 6555: -41,-44 - 6556: -42,-44 - 6557: -43,-44 - 6558: -44,-44 - 6559: -45,-44 - 6560: -46,-44 - 6561: -47,-44 - 6562: -48,-44 - 6681: -18,-44 + 2206: -62,16 + 2207: -61,16 + 2208: -60,16 + 2220: 25,0 + 2221: 26,0 + 2222: 27,0 + 2845: 37,50 + 2846: 47,50 + 3455: -86,-18 + 3456: -84,-18 + 3463: -86,33 + 3464: -84,33 + 3491: 41,-35 + 3492: 42,-35 + 3493: 44,-35 + 3494: 45,-35 + 3495: 46,-35 + 3496: 47,-35 + 3497: 48,-35 + 3498: 50,-35 + 3512: 16,16 + 3513: 17,16 + 3514: 18,16 + 3515: 19,16 + 3516: 20,16 + 6376: -58,60 + 6377: -57,60 + 6378: -56,60 + 6464: -21,-35 + 6465: -20,-35 + 6480: -28,-44 + 6481: -27,-44 + 6482: -26,-44 + 6483: -25,-44 + 6484: -24,-44 + 6485: -23,-44 + 6486: -22,-44 + 6487: -20,-44 + 6488: -19,-44 + 6493: -16,-19 + 6494: -17,-19 + 6495: -19,-19 + 6496: -20,-19 + 6522: -36,-44 + 6523: -37,-44 + 6524: -38,-44 + 6525: -39,-44 + 6526: -40,-44 + 6527: -41,-44 + 6528: -42,-44 + 6529: -43,-44 + 6530: -44,-44 + 6531: -45,-44 + 6532: -46,-44 + 6533: -47,-44 + 6534: -48,-44 + 6653: -18,-44 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 2230: -63,18 - 2231: -63,17 - 2238: 24,2 - 2239: 24,1 - 2265: -21,45 - 2266: -21,44 - 2267: 25,56 - 2268: 25,55 - 2269: 25,54 - 2859: 48,39 - 3447: -66,-15 - 3448: -66,-16 - 3449: -66,-18 - 3450: -66,-19 - 3457: -111,9 - 3458: -111,7 - 3459: -117,13 - 3460: -117,12 - 3461: -117,15 - 3462: -117,16 - 3463: -117,4 - 3464: -117,3 - 3465: -117,1 - 3466: -117,0 - 3477: -111,-9 - 3478: -111,-7 - 3485: -111,23 - 3486: -111,25 - 3491: -102,53 - 3492: -102,52 - 3493: -102,51 - 3494: -102,50 - 3495: -102,49 - 3496: -102,48 - 3497: -102,47 - 3498: -102,45 - 3499: -102,54 - 3500: -102,55 - 3501: -102,57 - 3531: 78,-2 - 3532: 78,-3 - 3533: 78,-5 - 3534: 78,-6 - 3551: 21,13 - 3552: 21,14 - 3553: 21,15 - 6408: -55,59 - 6462: -22,-25 - 6463: -22,-24 - 6464: -22,-23 - 6465: -22,-26 - 6466: -22,-28 - 6467: -22,-29 - 6468: -22,-31 - 6469: -22,-32 - 6470: -22,-33 - 6471: -22,-34 - 6484: -22,-30 - 6495: -19,-36 - 6496: -19,-38 - 6497: -19,-39 - 6498: -19,-40 - 6517: -15,-40 - 6518: -15,-34 - 6519: -15,-35 - 6520: -15,-20 - 6565: -51,-43 - 6572: -19,-36 - 6660: 48,40 - 6679: -19,-41 + 2204: -63,18 + 2205: -63,17 + 2212: 24,2 + 2213: 24,1 + 2239: -21,45 + 2240: -21,44 + 2241: 25,56 + 2242: 25,55 + 2243: 25,54 + 2833: 48,39 + 3421: -66,-15 + 3422: -66,-16 + 3423: -66,-18 + 3424: -66,-19 + 3431: -111,9 + 3432: -111,7 + 3433: -117,13 + 3434: -117,12 + 3435: -117,15 + 3436: -117,16 + 3437: -117,4 + 3438: -117,3 + 3439: -117,1 + 3440: -117,0 + 3451: -111,-9 + 3452: -111,-7 + 3459: -111,23 + 3460: -111,25 + 3465: -102,53 + 3466: -102,52 + 3467: -102,51 + 3468: -102,50 + 3469: -102,49 + 3470: -102,48 + 3471: -102,47 + 3472: -102,45 + 3473: -102,54 + 3474: -102,55 + 3475: -102,57 + 3505: 78,-2 + 3506: 78,-3 + 3507: 78,-5 + 3508: 78,-6 + 3525: 21,13 + 3526: 21,14 + 3527: 21,15 + 6380: -55,59 + 6434: -22,-25 + 6435: -22,-24 + 6436: -22,-23 + 6437: -22,-26 + 6438: -22,-28 + 6439: -22,-29 + 6440: -22,-31 + 6441: -22,-32 + 6442: -22,-33 + 6443: -22,-34 + 6456: -22,-30 + 6467: -19,-36 + 6468: -19,-38 + 6469: -19,-39 + 6470: -19,-40 + 6489: -15,-40 + 6490: -15,-34 + 6491: -15,-35 + 6492: -15,-20 + 6537: -51,-43 + 6544: -19,-36 + 6632: 48,40 + 6651: -19,-41 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 2227: -62,19 - 2228: -61,19 - 2229: -60,19 - 2235: 25,3 - 2236: 26,3 - 2237: 27,3 - 2860: 47,38 - 2864: 38,57 - 2865: 39,57 - 2866: 40,57 - 2867: 44,57 - 2868: 45,57 - 2869: 46,57 - 2870: 37,52 - 2873: 47,52 - 3479: -86,-17 - 3480: -84,-17 - 3487: -86,34 - 3488: -84,34 - 3525: 41,-34 - 3526: 42,-34 - 3527: 50,-34 - 3546: 16,12 - 3547: 17,12 - 3548: 18,12 - 3549: 19,12 - 3550: 20,12 - 4614: -34,44 - 4615: -33,44 - 4616: -32,44 - 6401: -58,58 - 6402: -57,58 - 6403: -56,58 - 6487: -18,-34 - 6488: -19,-34 - 6500: -20,-42 - 6501: -22,-42 - 6502: -23,-42 - 6503: -24,-42 - 6504: -25,-42 - 6505: -26,-42 - 6506: -27,-42 - 6507: -28,-42 - 6526: -20,-21 - 6527: -19,-21 - 6528: -18,-21 - 6529: -17,-21 - 6530: -16,-21 - 6535: -36,-42 - 6536: -37,-42 - 6537: -38,-42 - 6538: -39,-42 - 6539: -40,-42 - 6540: -41,-42 - 6541: -42,-42 - 6542: -43,-42 - 6543: -44,-42 - 6544: -45,-42 - 6545: -46,-42 - 6546: -47,-42 - 6547: -48,-42 - 6548: -49,-42 - 6549: -50,-42 - 6662: 45,38 - 6663: 46,38 + 2201: -62,19 + 2202: -61,19 + 2203: -60,19 + 2209: 25,3 + 2210: 26,3 + 2211: 27,3 + 2834: 47,38 + 2838: 38,57 + 2839: 39,57 + 2840: 40,57 + 2841: 44,57 + 2842: 45,57 + 2843: 46,57 + 2844: 37,52 + 2847: 47,52 + 3453: -86,-17 + 3454: -84,-17 + 3461: -86,34 + 3462: -84,34 + 3499: 41,-34 + 3500: 42,-34 + 3501: 50,-34 + 3520: 16,12 + 3521: 17,12 + 3522: 18,12 + 3523: 19,12 + 3524: 20,12 + 4588: -34,44 + 4589: -33,44 + 4590: -32,44 + 6373: -58,58 + 6374: -57,58 + 6375: -56,58 + 6459: -18,-34 + 6460: -19,-34 + 6472: -20,-42 + 6473: -22,-42 + 6474: -23,-42 + 6475: -24,-42 + 6476: -25,-42 + 6477: -26,-42 + 6478: -27,-42 + 6479: -28,-42 + 6498: -20,-21 + 6499: -19,-21 + 6500: -18,-21 + 6501: -17,-21 + 6502: -16,-21 + 6507: -36,-42 + 6508: -37,-42 + 6509: -38,-42 + 6510: -39,-42 + 6511: -40,-42 + 6512: -41,-42 + 6513: -42,-42 + 6514: -43,-42 + 6515: -44,-42 + 6516: -45,-42 + 6517: -46,-42 + 6518: -47,-42 + 6519: -48,-42 + 6520: -49,-42 + 6521: -50,-42 + 6634: 45,38 + 6635: 46,38 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: body decals: - 4675: -75.583534,-5.7699175 + 4649: -75.583534,-5.7699175 - node: color: '#FFFFFFFF' id: bushsnowa1 @@ -8612,45 +8653,45 @@ entities: color: '#9F0000FF' id: guy decals: - 4663: -69.00803,-6.582773 + 4637: -69.00803,-6.582773 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: h decals: - 4670: -75.84916,-3.2699175 - 4671: -68.97416,-7.1761675 + 4644: -75.84916,-3.2699175 + 4645: -68.97416,-7.1761675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: k decals: - 4672: -67.896034,-7.0042925 + 4646: -67.896034,-7.0042925 - node: angle: 0.15707963267948966 rad color: '#9F0000FF' id: k decals: - 4667: -73.927284,-3.1136675 + 4641: -73.927284,-3.1136675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: n decals: - 4669: -74.583534,-3.3480425 - 4674: -68.271034,-6.7699175 + 4643: -74.583534,-3.3480425 + 4648: -68.271034,-6.7699175 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: o decals: - 4673: -68.583534,-7.0511675 + 4647: -68.583534,-7.0511675 - node: angle: 0.3490658503988659 rad color: '#9F0000FF' id: o decals: - 4668: -75.271034,-3.1605425 + 4642: -75.271034,-3.1605425 - node: cleanable: True angle: 0.15707963267948966 rad @@ -8670,23 +8711,23 @@ entities: color: '#840400FF' id: rune1 decals: - 4686: -73.083725,-5.0936604 - 4688: -75.864975,-7.1874104 - 4689: -67.583725,-6.4686604 + 4660: -73.083725,-5.0936604 + 4662: -75.864975,-7.1874104 + 4663: -67.583725,-6.4686604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune4 decals: - 4684: -76.833725,-6.2342854 - 4685: -72.958725,-6.0936604 + 4658: -76.833725,-6.2342854 + 4659: -72.958725,-6.0936604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune6 decals: - 4683: -76.8181,-5.0936604 - 4687: -74.177475,-7.1717854 + 4657: -76.8181,-5.0936604 + 4661: -74.177475,-7.1717854 - node: cleanable: True angle: -0.15707963267948966 rad @@ -8707,32 +8748,32 @@ entities: color: '#9F0000FF' id: splatter decals: - 4676: -73.506905,-3.9139376 - 4677: -73.444405,-4.2108126 - 4678: -76.506905,-4.1014376 - 4679: -73.30378,-4.6326876 - 4680: -72.77253,-4.2733126 - 4681: -72.444405,-3.6326876 - 4682: -73.538155,-7.6326876 + 4650: -73.506905,-3.9139376 + 4651: -73.444405,-4.2108126 + 4652: -76.506905,-4.1014376 + 4653: -73.30378,-4.6326876 + 4654: -72.77253,-4.2733126 + 4655: -72.444405,-3.6326876 + 4656: -73.538155,-7.6326876 - node: color: '#9F0000FF' id: splatter decals: - 4648: -75.44553,-4.785898 - 4649: -75.10178,-4.551523 - 4650: -74.49241,-5.379648 - 4651: -70.36741,-5.629648 - 4652: -69.86741,-5.395273 - 4653: -69.92991,-5.926523 - 4654: -70.32053,-7.364023 - 4655: -68.13303,-7.707773 - 4656: -74.97678,-7.567148 - 4657: -77.25803,-7.270273 - 4658: -76.85178,-7.598398 - 4659: -77.69553,-4.973398 - 4660: -77.50803,-2.3483982 - 4661: -77.16428,-2.5671482 - 4662: -72.47678,-4.723398 + 4622: -75.44553,-4.785898 + 4623: -75.10178,-4.551523 + 4624: -74.49241,-5.379648 + 4625: -70.36741,-5.629648 + 4626: -69.86741,-5.395273 + 4627: -69.92991,-5.926523 + 4628: -70.32053,-7.364023 + 4629: -68.13303,-7.707773 + 4630: -74.97678,-7.567148 + 4631: -77.25803,-7.270273 + 4632: -76.85178,-7.598398 + 4633: -77.69553,-4.973398 + 4634: -77.50803,-2.3483982 + 4635: -77.16428,-2.5671482 + 4636: -72.47678,-4.723398 - node: cleanable: True angle: -0.15707963267948966 rad @@ -12426,6 +12467,18 @@ entities: - type: LoadedMap - proto: ActionToggleBlock entities: + - uid: 28912 + components: + - type: Transform + parent: 5116 + - type: InstantAction + container: 5116 + - uid: 28913 + components: + - type: Transform + parent: 15524 + - type: InstantAction + container: 15524 - uid: 32473 components: - type: Transform @@ -12492,6 +12545,18 @@ entities: parent: 15583 - type: InstantAction container: 15583 + - uid: 16291 + components: + - type: Transform + parent: 7937 + - type: InstantAction + container: 7937 + - uid: 16335 + components: + - type: Transform + parent: 8031 + - type: InstantAction + container: 8031 - proto: AirAlarm entities: - uid: 22 @@ -12806,6 +12871,19 @@ entities: - 26032 - type: AtmosDevice joinedGrid: 2 + - uid: 16607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,52.5 + parent: 2 + - type: DeviceList + devices: + - 16481 + - 16416 + - 16550 + - type: AtmosDevice + joinedGrid: 2 - uid: 17901 components: - type: Transform @@ -13016,7 +13094,6 @@ entities: - 9039 - 28386 - 28605 - - 17011 - 17030 - type: AtmosDevice joinedGrid: 2 @@ -13044,7 +13121,6 @@ entities: - 28385 - 25959 - 25958 - - 17011 - 9039 - 28386 - type: AtmosDevice @@ -14595,8 +14671,6 @@ entities: - 27752 - 27755 - 27756 - - 27750 - - 27749 - 28429 - 3889 - 3881 @@ -14611,6 +14685,8 @@ entities: - 28431 - 27299 - 28213 + - 29085 + - 29086 - type: AtmosDevice joinedGrid: 2 - uid: 25299 @@ -14817,6 +14893,11 @@ entities: - 25200 - 25077 - 25188 + - 29025 + - 29024 + - 29026 + - 29030 + - 29040 - type: AtmosDevice joinedGrid: 2 - uid: 25317 @@ -15632,6 +15713,38 @@ entities: - 26869 - type: AtmosDevice joinedGrid: 2 + - uid: 29039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 28597 + - 29030 + - 29022 + - 25188 + - 25200 + - 25335 + - 29040 + - type: AtmosDevice + joinedGrid: 2 + - uid: 29087 + components: + - type: Transform + pos: 75.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 29085 + - 29086 + - 16549 + - 28426 + - 16551 + - 28427 + - type: AtmosDevice + joinedGrid: 2 - uid: 30628 components: - type: Transform @@ -16201,9 +16314,9 @@ entities: - type: Transform pos: -32.5,71.5 parent: 2 -- proto: AirlockExternalEasyPryLocked +- proto: AirlockExternalEasyPry entities: - - uid: 25969 + - uid: 6654 components: - type: Transform pos: 80.5,4.5 @@ -16329,24 +16442,44 @@ entities: - DoorStatus: DoorBolt - proto: AirlockExternalGlassEasyPry entities: + - uid: 388 + components: + - type: Transform + pos: 78.5,-7.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 78.5,-15.5 + parent: 2 - uid: 767 components: - type: Transform rot: -1.5707963267948966 rad pos: 77.5,-3.5 parent: 2 -- proto: AirlockExternalGlassEasyPryLocked - entities: - - uid: 388 + - uid: 4532 components: - type: Transform - pos: 78.5,-15.5 + pos: -63.5,-16.5 parent: 2 - - uid: 389 + - uid: 5435 components: - type: Transform pos: 78.5,-17.5 parent: 2 + - uid: 6666 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 +- proto: AirlockExternalGlassEasyPryLocked + entities: - uid: 3915 components: - type: Transform @@ -16357,12 +16490,6 @@ entities: - type: Transform pos: -37.5,4.5 parent: 2 - - uid: 5435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-7.5 - parent: 2 - uid: 9173 components: - type: Transform @@ -16418,11 +16545,6 @@ entities: - DoorStatus: DoorBolt 9240: - DoorStatus: DoorBolt - - uid: 9341 - components: - - type: Transform - pos: 49.5,-32.5 - parent: 2 - uid: 12998 components: - type: Transform @@ -16474,11 +16596,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,79.5 parent: 2 - - uid: 19926 - components: - - type: Transform - pos: -63.5,-16.5 - parent: 2 - uid: 19976 components: - type: Transform @@ -16490,11 +16607,6 @@ entities: rot: -1.5707963267948966 rad pos: -115.5,2.5 parent: 2 - - uid: 20005 - components: - - type: Transform - pos: 43.5,-32.5 - parent: 2 - proto: AirlockExternalGlassEngineeringLocked entities: - uid: 15 @@ -16853,6 +16965,22 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleLocked entities: + - uid: 6729 + components: + - type: Transform + pos: -50.5,-50.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + pos: -48.5,-50.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-46.5 + parent: 2 - uid: 8419 components: - type: Transform @@ -16865,6 +16993,22 @@ entities: rot: -1.5707963267948966 rad pos: -124.5,7.5 parent: 2 + - uid: 9341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-48.5 + parent: 2 + - uid: 20005 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 25969 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 7182 @@ -17375,40 +17519,6 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,20.5 parent: 2 -- proto: AirlockGlassShuttle - entities: - - uid: 6654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-48.5 - parent: 2 - - uid: 6666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-46.5 - parent: 2 - - uid: 6728 - components: - - type: Transform - pos: -48.5,-50.5 - parent: 2 - - uid: 6729 - components: - - type: Transform - pos: -50.5,-50.5 - parent: 2 - - uid: 6732 - components: - - type: Transform - pos: -32.5,-45.5 - parent: 2 - - uid: 6733 - components: - - type: Transform - pos: -30.5,-45.5 - parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - uid: 1333 @@ -17975,11 +18085,6 @@ entities: parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 2076 - components: - - type: Transform - pos: -29.5,45.5 - parent: 2 - uid: 5295 components: - type: Transform @@ -17990,11 +18095,6 @@ entities: - type: Transform pos: -16.5,60.5 parent: 2 - - uid: 15827 - components: - - type: Transform - pos: -29.5,48.5 - parent: 2 - uid: 22626 components: - type: Transform @@ -18442,6 +18542,11 @@ entities: parent: 2 - proto: AirlockScienceGlass entities: + - uid: 374 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 - uid: 22581 components: - type: Transform @@ -18466,12 +18571,6 @@ entities: rot: 3.141592653589793 rad pos: 51.5,18.5 parent: 2 - - uid: 22679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,25.5 - parent: 2 - proto: AirlockScienceGlassLocked entities: - uid: 22582 @@ -18855,6 +18954,15 @@ entities: rot: 3.141592653589793 rad pos: 31.5,16.5 parent: 2 + - uid: 16550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16607 - uid: 23254 components: - type: Transform @@ -19448,6 +19556,9 @@ entities: - type: Transform pos: 73.5,-16.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 29087 - uid: 28427 components: - type: Transform @@ -19456,6 +19567,7 @@ entities: - type: DeviceNetwork deviceLists: - 25300 + - 29087 - uid: 28428 components: - type: Transform @@ -19839,6 +19951,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 + - 29039 - uid: 28598 components: - type: Transform @@ -20046,6 +20159,16 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,-4.5 parent: 2 + - uid: 29040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29039 + - 25316 - uid: 30412 components: - type: Transform @@ -20110,6 +20233,19 @@ entities: - type: Transform pos: -67.5,33.5 parent: 2 +- proto: AlwaysPoweredLightColoredRed + entities: + - uid: 4888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,45.5 + parent: 2 + - uid: 28968 + components: + - type: Transform + pos: -20.5,48.5 + parent: 2 - proto: AmeController entities: - uid: 18616 @@ -20139,10 +20275,10 @@ entities: parent: 2 - proto: AmmoTechFab entities: - - uid: 16495 + - uid: 808 components: - type: Transform - pos: -27.5,45.5 + pos: -28.5,44.5 parent: 2 - proto: AnomalyLocator entities: @@ -20158,12 +20294,6 @@ entities: rot: -1.5707963267948966 rad pos: 42.44306,39.594418 parent: 2 - - uid: 5280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.44306,40.125668 - parent: 2 - proto: AnomalyScanner entities: - uid: 5276 @@ -24440,72 +24570,6 @@ entities: - type: DeviceLinkSink links: - 15119 - - uid: 19376 - components: - - type: Transform - pos: -24.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19377 - components: - - type: Transform - pos: -25.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19378 - components: - - type: Transform - pos: -26.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19379 - components: - - type: Transform - pos: -21.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19380 - components: - - type: Transform - pos: -20.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19381 - components: - - type: Transform - pos: -19.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - - uid: 19383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,46.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19389 - uid: 19385 components: - type: Transform @@ -24932,6 +24996,11 @@ entities: - type: Transform pos: 21.531042,-23.255095 parent: 2 + - uid: 28980 + components: + - type: Transform + pos: -23.633635,46.4414 + parent: 2 - proto: BoxBodyBag entities: - uid: 1380 @@ -25220,6 +25289,13 @@ entities: - type: Transform pos: 34.284397,7.4699078 parent: 2 +- proto: BoxLethalshot + entities: + - uid: 28975 + components: + - type: Transform + pos: -23.3003,46.71223 + parent: 2 - proto: BoxLightMixed entities: - uid: 18535 @@ -25255,45 +25331,22 @@ entities: parent: 2 - proto: BoxMagazinePistolSubMachineGun entities: - - uid: 16538 + - uid: 28979 components: - type: Transform - pos: -25.32418,46.66584 + pos: -25.661413,46.38584 parent: 2 - proto: BoxMagazinePistolSubMachineGunPractice entities: - - uid: 9690 - components: - - type: Transform - pos: -33.587025,38.24255 - parent: 2 -- proto: BoxMagazinePistolSubMachineGunRubber - entities: - - uid: 16533 - components: - - type: Transform - pos: -25.60543,46.775215 - parent: 2 -- proto: BoxMagazinePistolSubMachineGunTopMounted - entities: - - uid: 16547 - components: - - type: Transform - pos: -27.611324,48.1461 - parent: 2 -- proto: BoxMagazineShotgunBeanbag - entities: - - uid: 16542 + - uid: 4455 components: - type: Transform - pos: -23.628233,46.72834 + pos: -25.31419,46.6914 parent: 2 -- proto: BoxMagazineShotgunSlug - entities: - - uid: 16543 + - uid: 9690 components: - type: Transform - pos: -23.346983,46.618965 + pos: -33.587025,38.24255 parent: 2 - proto: BoxMaintenanceLightbulb entities: @@ -26136,11 +26189,6 @@ entities: - type: Transform pos: 38.5,46.5 parent: 2 - - uid: 3551 - components: - - type: Transform - pos: -31.5,46.5 - parent: 2 - uid: 3582 components: - type: Transform @@ -26161,11 +26209,6 @@ entities: - type: Transform pos: -12.5,44.5 parent: 2 - - uid: 3816 - components: - - type: Transform - pos: -29.5,46.5 - parent: 2 - uid: 3833 components: - type: Transform @@ -26316,11 +26359,6 @@ entities: - type: Transform pos: -42.5,68.5 parent: 2 - - uid: 4888 - components: - - type: Transform - pos: -30.5,46.5 - parent: 2 - uid: 4904 components: - type: Transform @@ -26436,6 +26474,11 @@ entities: - type: Transform pos: 87.5,18.5 parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -31.5,44.5 + parent: 2 - uid: 6387 components: - type: Transform @@ -26641,6 +26684,11 @@ entities: - type: Transform pos: 2.5,19.5 parent: 2 + - uid: 7553 + components: + - type: Transform + pos: -27.5,44.5 + parent: 2 - uid: 7570 components: - type: Transform @@ -26826,11 +26874,6 @@ entities: - type: Transform pos: -74.5,5.5 parent: 2 - - uid: 8469 - components: - - type: Transform - pos: -28.5,46.5 - parent: 2 - uid: 8744 components: - type: Transform @@ -26861,16 +26904,6 @@ entities: - type: Transform pos: -44.5,23.5 parent: 2 - - uid: 9305 - components: - - type: Transform - pos: -29.5,47.5 - parent: 2 - - uid: 9517 - components: - - type: Transform - pos: -29.5,48.5 - parent: 2 - uid: 9618 components: - type: Transform @@ -36106,11 +36139,6 @@ entities: - type: Transform pos: -35.5,34.5 parent: 2 - - uid: 15641 - components: - - type: Transform - pos: -29.5,45.5 - parent: 2 - uid: 15644 components: - type: Transform @@ -36156,6 +36184,11 @@ entities: - type: Transform pos: -40.5,26.5 parent: 2 + - uid: 15859 + components: + - type: Transform + pos: -23.5,43.5 + parent: 2 - uid: 15883 components: - type: Transform @@ -44576,11 +44609,6 @@ entities: - type: Transform pos: -20.5,48.5 parent: 2 - - uid: 21815 - components: - - type: Transform - pos: -19.5,48.5 - parent: 2 - uid: 21816 components: - type: Transform @@ -56691,16 +56719,6 @@ entities: - type: Transform pos: -24.5,43.5 parent: 2 - - uid: 34121 - components: - - type: Transform - pos: -18.5,47.5 - parent: 2 - - uid: 34122 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - uid: 34123 components: - type: Transform @@ -56721,11 +56739,6 @@ entities: - type: Transform pos: -29.5,43.5 parent: 2 - - uid: 34127 - components: - - type: Transform - pos: -29.5,44.5 - parent: 2 - uid: 34128 components: - type: Transform @@ -61067,6 +61080,11 @@ entities: - type: Transform pos: -31.5,52.5 parent: 2 + - uid: 8469 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 - uid: 8690 components: - type: Transform @@ -61127,11 +61145,6 @@ entities: - type: Transform pos: -97.5,-34.5 parent: 2 - - uid: 9318 - components: - - type: Transform - pos: -25.5,49.5 - parent: 2 - uid: 9515 components: - type: Transform @@ -67092,21 +67105,11 @@ entities: - type: Transform pos: -33.5,52.5 parent: 2 - - uid: 15535 - components: - - type: Transform - pos: -24.5,49.5 - parent: 2 - uid: 15536 components: - type: Transform pos: -26.5,23.5 parent: 2 - - uid: 15543 - components: - - type: Transform - pos: -30.5,49.5 - parent: 2 - uid: 15545 components: - type: Transform @@ -67122,11 +67125,6 @@ entities: - type: Transform pos: -31.5,23.5 parent: 2 - - uid: 15645 - components: - - type: Transform - pos: -26.5,49.5 - parent: 2 - uid: 15679 components: - type: Transform @@ -67292,11 +67290,6 @@ entities: - type: Transform pos: 0.5,28.5 parent: 2 - - uid: 16282 - components: - - type: Transform - pos: -26.5,50.5 - parent: 2 - uid: 16283 components: - type: Transform @@ -73752,76 +73745,6 @@ entities: - type: Transform pos: -17.5,51.5 parent: 2 - - uid: 36152 - components: - - type: Transform - pos: -23.5,49.5 - parent: 2 - - uid: 36153 - components: - - type: Transform - pos: -22.5,49.5 - parent: 2 - - uid: 36154 - components: - - type: Transform - pos: -21.5,49.5 - parent: 2 - - uid: 36155 - components: - - type: Transform - pos: -20.5,49.5 - parent: 2 - - uid: 36156 - components: - - type: Transform - pos: -19.5,49.5 - parent: 2 - - uid: 36157 - components: - - type: Transform - pos: -28.5,45.5 - parent: 2 - - uid: 36158 - components: - - type: Transform - pos: -28.5,46.5 - parent: 2 - - uid: 36159 - components: - - type: Transform - pos: -28.5,47.5 - parent: 2 - - uid: 36160 - components: - - type: Transform - pos: -28.5,48.5 - parent: 2 - - uid: 36161 - components: - - type: Transform - pos: -28.5,49.5 - parent: 2 - - uid: 36162 - components: - - type: Transform - pos: -27.5,49.5 - parent: 2 - - uid: 36163 - components: - - type: Transform - pos: -28.5,44.5 - parent: 2 - - uid: 36164 - components: - - type: Transform - pos: -28.5,43.5 - parent: 2 - - uid: 36165 - components: - - type: Transform - pos: -27.5,43.5 - parent: 2 - uid: 36166 components: - type: Transform @@ -73877,11 +73800,6 @@ entities: - type: Transform pos: -19.5,46.5 parent: 2 - - uid: 36177 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - uid: 36178 components: - type: Transform @@ -73907,11 +73825,6 @@ entities: - type: Transform pos: -17.5,49.5 parent: 2 - - uid: 36183 - components: - - type: Transform - pos: -18.5,49.5 - parent: 2 - uid: 36185 components: - type: Transform @@ -90420,6 +90333,11 @@ entities: - type: Transform pos: -51.525253,26.717798 parent: 2 + - uid: 34041 + components: + - type: Transform + pos: 19.678957,0.80246997 + parent: 2 - proto: CloningPod entities: - uid: 1015 @@ -90767,6 +90685,11 @@ entities: parent: 2 - proto: ClosetJanitorFilled entities: + - uid: 15996 + components: + - type: Transform + pos: -37.5,22.5 + parent: 2 - uid: 18517 components: - type: Transform @@ -90774,10 +90697,10 @@ entities: parent: 2 - proto: ClosetL3JanitorFilled entities: - - uid: 18518 + - uid: 15961 components: - type: Transform - pos: -37.500065,22.496 + pos: -38.5,21.5 parent: 2 - proto: ClosetL3ScienceFilled entities: @@ -91426,6 +91349,18 @@ entities: - type: Transform pos: 87.56079,41.157158 parent: 2 +- proto: ClothingHeadHelmetRiot + entities: + - uid: 8203 + components: + - type: Transform + pos: -18.352938,47.849854 + parent: 2 + - uid: 28971 + components: + - type: Transform + pos: -18.707106,47.655407 + parent: 2 - proto: ClothingHeadHelmetScaf entities: - uid: 33617 @@ -91515,6 +91450,18 @@ entities: - type: Transform pos: 92.000565,27.21315 parent: 2 +- proto: ClothingMaskGasSwat + entities: + - uid: 8406 + components: + - type: Transform + pos: -18.727938,47.662354 + parent: 2 + - uid: 28884 + components: + - type: Transform + pos: -18.359882,47.898464 + parent: 2 - proto: ClothingMaskMime entities: - uid: 33589 @@ -91777,6 +91724,18 @@ entities: - type: Transform pos: -20.244751,45.862785 parent: 2 +- proto: ClothingOuterArmorRiot + entities: + - uid: 28953 + components: + - type: Transform + pos: -18.665438,47.36374 + parent: 2 + - uid: 28956 + components: + - type: Transform + pos: -18.345993,47.56513 + parent: 2 - proto: ClothingOuterClownPriest entities: - uid: 14112 @@ -92345,6 +92304,9 @@ entities: - type: Transform pos: 22.5,3.5 parent: 2 + - type: DeviceNetwork + configurators: + - 1409 - uid: 4006 components: - type: Transform @@ -94223,6 +94185,18 @@ entities: - type: Transform pos: -55.5,-7.5 parent: 2 +- proto: CrateFunPlushie + entities: + - uid: 34039 + components: + - type: Transform + pos: -67.5,14.5 + parent: 2 + - uid: 34040 + components: + - type: Transform + pos: -67.5,15.5 + parent: 2 - proto: CrateHydroponicsSeeds entities: - uid: 18198 @@ -94296,13 +94270,6 @@ entities: parent: 2 - type: Lock locked: False -- proto: CrateSecurityHelmet - entities: - - uid: 15830 - components: - - type: Transform - pos: -19.5,48.5 - parent: 2 - proto: CrateSecurityNonlethal entities: - uid: 15490 @@ -94312,10 +94279,10 @@ entities: parent: 2 - proto: CrateSecurityRiot entities: - - uid: 22668 + - uid: 15995 components: - type: Transform - pos: -21.219345,48.691765 + pos: -24.5,44.5 parent: 2 - proto: CrateServiceJanitorialSupplies entities: @@ -94324,11 +94291,6 @@ entities: - type: Transform pos: 33.5,-2.5 parent: 2 - - uid: 18519 - components: - - type: Transform - pos: -38.5,21.5 - parent: 2 - proto: CrateServicePersonnel entities: - uid: 5718 @@ -95241,11 +95203,6 @@ entities: - type: Transform pos: -26.5,48.5 parent: 2 - - uid: 16507 - components: - - type: Transform - pos: -24.5,48.5 - parent: 2 - uid: 16508 components: - type: Transform @@ -105089,12 +105046,6 @@ entities: - type: Transform pos: 3.5,7.5 parent: 2 - - uid: 7553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 2 - uid: 7713 components: - type: Transform @@ -105382,6 +105333,12 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,29.5 parent: 2 + - uid: 15998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 - uid: 16553 components: - type: Transform @@ -111153,12 +111110,6 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,11.5 parent: 2 - - uid: 17011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,44.5 - parent: 2 - uid: 17030 components: - type: Transform @@ -111232,7 +111183,7 @@ entities: pos: -34.5,7.5 parent: 2 - type: Door - secondsUntilStateChange: -22674.162 + secondsUntilStateChange: -29872.84 state: Closing - uid: 24108 components: @@ -111366,7 +111317,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -86886.96 + secondsUntilStateChange: -94085.625 - uid: 25327 components: - type: Transform @@ -111524,6 +111475,65 @@ entities: - type: Transform pos: -33.5,7.5 parent: 2 + - uid: 29022 + components: + - type: Transform + pos: -34.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29039 + - uid: 29024 + components: + - type: Transform + pos: -28.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 29025 + components: + - type: Transform + pos: -28.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 29026 + components: + - type: Transform + pos: -24.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 29030 + components: + - type: Transform + pos: -28.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 29039 + - uid: 29085 + components: + - type: Transform + pos: 70.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25298 + - 29087 + - uid: 29086 + components: + - type: Transform + pos: 70.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25298 + - 29087 - uid: 31106 components: - type: Transform @@ -111648,13 +111658,41 @@ entities: - uid: 7937 components: - type: Transform - pos: -42.302696,19.79333 + pos: -42.70451,20.179436 parent: 2 + - type: HandheldLight + toggleActionEntity: 16291 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 16291 + - type: ActionsContainer - uid: 8031 components: - type: Transform - pos: -42.458946,19.894892 + pos: -42.35034,20.408602 parent: 2 + - type: HandheldLight + toggleActionEntity: 16335 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 16335 + - type: ActionsContainer - uid: 9601 components: - type: Transform @@ -114262,7 +114300,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - proto: GasPassiveVent entities: - uid: 5652 @@ -116207,14 +116245,14 @@ entities: pos: -62.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34698 components: - type: Transform pos: -57.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34712 components: - type: Transform @@ -116222,7 +116260,7 @@ entities: pos: -62.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34713 components: - type: Transform @@ -116230,7 +116268,7 @@ entities: pos: -64.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34714 components: - type: Transform @@ -116238,7 +116276,7 @@ entities: pos: -65.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34715 components: - type: Transform @@ -116246,7 +116284,7 @@ entities: pos: -67.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34716 components: - type: Transform @@ -116254,7 +116292,7 @@ entities: pos: -66.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34717 components: - type: Transform @@ -116262,7 +116300,7 @@ entities: pos: -63.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34772 components: - type: Transform @@ -116270,7 +116308,7 @@ entities: pos: -57.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34773 components: - type: Transform @@ -116278,7 +116316,7 @@ entities: pos: -68.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34775 components: - type: Transform @@ -116286,7 +116324,7 @@ entities: pos: -58.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34780 components: - type: Transform @@ -116294,7 +116332,7 @@ entities: pos: -59.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34785 components: - type: Transform @@ -118192,6 +118230,86 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 16491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18020 components: - type: Transform @@ -139175,14 +139293,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 27717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 27718 components: - type: Transform @@ -139319,14 +139429,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 27735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 27736 components: - type: Transform @@ -142524,14 +142626,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 29287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 29288 components: - type: Transform @@ -142548,14 +142642,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 29291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 29693 components: - type: Transform @@ -142955,14 +143041,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31447 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 31636 components: - type: Transform @@ -143506,7 +143584,7 @@ entities: pos: -61.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34694 components: - type: Transform @@ -143514,7 +143592,7 @@ entities: pos: -60.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34695 components: - type: Transform @@ -143522,87 +143600,7 @@ entities: pos: -59.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34710 components: - type: Transform @@ -143618,21 +143616,14 @@ entities: pos: -57.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34718 - components: - - type: Transform - pos: -67.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34719 components: - type: Transform pos: -67.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34720 components: - type: Transform @@ -143640,27 +143631,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34721 - components: - - type: Transform - pos: -66.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34722 - components: - - type: Transform - pos: -65.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34723 - components: - - type: Transform - pos: -65.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 34724 components: - type: Transform @@ -143668,81 +143638,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34725 - components: - - type: Transform - pos: -64.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34726 - components: - - type: Transform - pos: -63.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34727 - components: - - type: Transform - pos: -63.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 34728 components: - type: Transform pos: -62.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34729 - components: - - type: Transform - pos: -62.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34746 components: - type: Transform @@ -143750,15 +143652,7 @@ entities: pos: -66.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34748 components: - type: Transform @@ -143767,22 +143661,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 34751 components: - type: Transform @@ -143791,14 +143669,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34752 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 34753 components: - type: Transform @@ -143806,15 +143676,7 @@ entities: pos: -67.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34755 components: - type: Transform @@ -143822,15 +143684,7 @@ entities: pos: -68.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34757 components: - type: Transform @@ -143838,7 +143692,7 @@ entities: pos: -68.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34758 components: - type: Transform @@ -143846,7 +143700,7 @@ entities: pos: -67.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34759 components: - type: Transform @@ -143854,7 +143708,7 @@ entities: pos: -66.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34760 components: - type: Transform @@ -143862,7 +143716,7 @@ entities: pos: -65.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34761 components: - type: Transform @@ -143870,7 +143724,7 @@ entities: pos: -64.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34762 components: - type: Transform @@ -143878,7 +143732,7 @@ entities: pos: -63.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34763 components: - type: Transform @@ -143886,7 +143740,7 @@ entities: pos: -62.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34764 components: - type: Transform @@ -143894,7 +143748,7 @@ entities: pos: -61.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34765 components: - type: Transform @@ -143902,7 +143756,7 @@ entities: pos: -60.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34766 components: - type: Transform @@ -143910,7 +143764,7 @@ entities: pos: -59.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34767 components: - type: Transform @@ -143918,21 +143772,21 @@ entities: pos: -58.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34768 components: - type: Transform pos: -57.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34778 components: - type: Transform pos: -58.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34786 components: - type: Transform @@ -143940,7 +143794,7 @@ entities: pos: -58.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34787 components: - type: Transform @@ -144810,6 +144664,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 16409 + components: + - type: Transform + pos: 74.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16518 components: - type: Transform @@ -147115,14 +146984,14 @@ entities: pos: -57.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34770 components: - type: Transform pos: -58.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34776 components: - type: Transform @@ -147130,7 +146999,7 @@ entities: pos: -58.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34777 components: - type: Transform @@ -147138,7 +147007,7 @@ entities: pos: -58.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34789 components: - type: Transform @@ -147403,7 +147272,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34782 components: - type: Transform @@ -147833,6 +147702,32 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 16481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16607 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29087 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 16823 components: - type: Transform @@ -148042,6 +147937,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 + - 29039 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -148055,6 +147951,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 + - 29039 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -149569,16 +149466,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 27749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 27751 components: - type: Transform @@ -149950,16 +149837,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 29292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 34118 components: - type: Transform @@ -150310,6 +150187,31 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 16416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16607 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16549 + components: + - type: Transform + pos: 72.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29087 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24007 components: - type: Transform @@ -150420,6 +150322,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 + - 29039 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -151988,16 +151891,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 27750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 27752 components: - type: Transform @@ -152375,16 +152268,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 29293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 34073 components: - type: Transform @@ -152477,7 +152360,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34794 components: - type: Transform @@ -152486,7 +152369,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34797 components: - type: Transform @@ -152727,11 +152610,6 @@ entities: - type: Transform pos: -7.5,8.5 parent: 2 - - uid: 168 - components: - - type: Transform - pos: -14.5,-38.5 - parent: 2 - uid: 201 components: - type: Transform @@ -153407,11 +153285,6 @@ entities: - type: Transform pos: -24.5,57.5 parent: 2 - - uid: 2803 - components: - - type: Transform - pos: -21.5,49.5 - parent: 2 - uid: 2828 components: - type: Transform @@ -153862,11 +153735,6 @@ entities: - type: Transform pos: -87.5,39.5 parent: 2 - - uid: 3761 - components: - - type: Transform - pos: -42.5,18.5 - parent: 2 - uid: 3794 components: - type: Transform @@ -155007,11 +154875,6 @@ entities: - type: Transform pos: -57.5,-0.5 parent: 2 - - uid: 7430 - components: - - type: Transform - pos: -41.5,18.5 - parent: 2 - uid: 7443 components: - type: Transform @@ -156112,11 +155975,6 @@ entities: - type: Transform pos: -49.5,52.5 parent: 2 - - uid: 9487 - components: - - type: Transform - pos: -30.5,49.5 - parent: 2 - uid: 9489 components: - type: Transform @@ -157067,11 +156925,6 @@ entities: - type: Transform pos: -38.5,71.5 parent: 2 - - uid: 15792 - components: - - type: Transform - pos: -25.5,49.5 - parent: 2 - uid: 15817 components: - type: Transform @@ -157112,11 +156965,6 @@ entities: - type: Transform pos: -11.5,42.5 parent: 2 - - uid: 15977 - components: - - type: Transform - pos: -26.5,49.5 - parent: 2 - uid: 15989 components: - type: Transform @@ -157127,11 +156975,6 @@ entities: - type: Transform pos: -54.5,-0.5 parent: 2 - - uid: 15995 - components: - - type: Transform - pos: -20.5,49.5 - parent: 2 - uid: 16243 components: - type: Transform @@ -157167,11 +157010,6 @@ entities: - type: Transform pos: -50.5,-0.5 parent: 2 - - uid: 16335 - components: - - type: Transform - pos: -28.5,46.5 - parent: 2 - uid: 16341 components: - type: Transform @@ -157197,21 +157035,11 @@ entities: - type: Transform pos: -17.5,57.5 parent: 2 - - uid: 16409 - components: - - type: Transform - pos: -28.5,47.5 - parent: 2 - uid: 16413 components: - type: Transform pos: -17.5,45.5 parent: 2 - - uid: 16416 - components: - - type: Transform - pos: -24.5,49.5 - parent: 2 - uid: 16473 components: - type: Transform @@ -157222,11 +157050,6 @@ entities: - type: Transform pos: 9.5,61.5 parent: 2 - - uid: 16484 - components: - - type: Transform - pos: -19.5,49.5 - parent: 2 - uid: 16686 components: - type: Transform @@ -157832,6 +157655,12 @@ entities: - type: Transform pos: -81.5,-15.5 parent: 2 + - uid: 19382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,22.5 + parent: 2 - uid: 19457 components: - type: Transform @@ -158502,6 +158331,12 @@ entities: - type: Transform pos: -52.5,-42.5 parent: 2 + - uid: 23582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,33.5 + parent: 2 - uid: 23707 components: - type: Transform @@ -158592,6 +158427,12 @@ entities: - type: Transform pos: 33.5,-12.5 parent: 2 + - uid: 25359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,34.5 + parent: 2 - uid: 26846 components: - type: Transform @@ -158647,11 +158488,6 @@ entities: - type: Transform pos: -20.5,46.5 parent: 2 - - uid: 27972 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - uid: 28007 components: - type: Transform @@ -158682,6 +158518,56 @@ entities: - type: Transform pos: -33.5,63.5 parent: 2 + - uid: 28944 + components: + - type: Transform + pos: -30.5,51.5 + parent: 2 + - uid: 28967 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 + - uid: 28984 + components: + - type: Transform + pos: -42.5,18.5 + parent: 2 + - uid: 28994 + components: + - type: Transform + pos: -41.5,18.5 + parent: 2 + - uid: 28995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,22.5 + parent: 2 + - uid: 28997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,22.5 + parent: 2 + - uid: 28999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,22.5 + parent: 2 + - uid: 29011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,25.5 + parent: 2 + - uid: 29013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,24.5 + parent: 2 - uid: 29298 components: - type: Transform @@ -159730,6 +159616,46 @@ entities: - type: Transform pos: -92.5,67.5 parent: 2 +- proto: GunSafeLaserCarbine + entities: + - uid: 28886 + components: + - type: Transform + anchored: True + pos: -25.5,48.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: GunSafePistolMk58 + entities: + - uid: 28891 + components: + - type: Transform + anchored: True + pos: -25.5,47.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: GunSafeShotgunKammerer + entities: + - uid: 28885 + components: + - type: Transform + anchored: True + pos: -23.5,47.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 28963 + components: + - type: Transform + anchored: True + pos: -23.5,48.5 + parent: 2 + - type: Physics + bodyType: Static - proto: GunSafeSubMachineGunWt550 entities: - uid: 15781 @@ -160000,6 +159926,206 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 16482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 34688 components: - type: Transform @@ -160021,11 +160147,6 @@ entities: - type: Transform pos: -21.5,44.5 parent: 2 - - uid: 23582 - components: - - type: Transform - pos: -28.5,44.5 - parent: 2 - proto: HighSecCommandLocked entities: - uid: 3968 @@ -160174,7 +160295,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -53860.91 + secondsUntilStateChange: -61059.59 - uid: 1457 components: - type: Transform @@ -160458,7 +160579,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -95931.11 + secondsUntilStateChange: -103129.77 - uid: 8381 components: - type: Transform @@ -160569,12 +160690,6 @@ entities: - type: Transform pos: -70.5,1.5 parent: 2 - - uid: 15609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,25.5 - parent: 2 - uid: 15720 components: - type: Transform @@ -160601,12 +160716,6 @@ entities: - type: Transform pos: -28.5,40.5 parent: 2 - - uid: 15961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,24.5 - parent: 2 - uid: 16588 components: - type: Transform @@ -160664,36 +160773,6 @@ entities: - type: Transform pos: -20.5,-6.5 parent: 2 - - uid: 16607 - components: - - type: Transform - pos: -7.5,22.5 - parent: 2 - - uid: 16608 - components: - - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 16609 - components: - - type: Transform - pos: -5.5,22.5 - parent: 2 - - uid: 16610 - components: - - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 16611 - components: - - type: Transform - pos: -9.5,34.5 - parent: 2 - - uid: 16612 - components: - - type: Transform - pos: -9.5,33.5 - parent: 2 - uid: 16613 components: - type: Transform @@ -162749,7 +162828,7 @@ entities: - uid: 16532 components: - type: Transform - pos: -27.38668,48.681465 + pos: -28.439362,47.629753 parent: 2 - proto: MagazineBoxPistolPractice entities: @@ -162768,7 +162847,7 @@ entities: - uid: 16534 components: - type: Transform - pos: -27.527306,48.743965 + pos: -28.762278,47.661003 parent: 2 - proto: MailingUnit entities: @@ -164531,9 +164610,12 @@ entities: - uid: 1409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.540821,3.6519394 + pos: 19.445372,3.6151025 parent: 2 + - type: NetworkConfigurator + devices: + 'UID: 17226': 1407 + linkModeActive: False - uid: 3661 components: - type: Transform @@ -164729,6 +164811,13 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-48.5 parent: 2 +- proto: OreProcessor + entities: + - uid: 16608 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 - proto: OrganHumanAppendix entities: - uid: 30079 @@ -165367,11 +165456,6 @@ entities: rot: 3.141592653589793 rad pos: -10.190088,-42.2273 parent: 2 - - uid: 29296 - components: - - type: Transform - pos: -22.765234,50.489704 - parent: 2 - uid: 33448 components: - type: Transform @@ -165726,12 +165810,6 @@ entities: rot: 3.141592653589793 rad pos: 35.5,57.5 parent: 2 - - uid: 6315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,34.5 - parent: 2 - uid: 6383 components: - type: Transform @@ -165850,12 +165928,6 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,-14.5 parent: 2 - - uid: 8829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,33.5 - parent: 2 - uid: 9115 components: - type: Transform @@ -165877,12 +165949,6 @@ entities: - type: Transform pos: 47.5,27.5 parent: 2 - - uid: 10016 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,48.5 - parent: 2 - uid: 11100 components: - type: Transform @@ -165916,6 +165982,12 @@ entities: rot: -1.5707963267948966 rad pos: 38.5,39.5 parent: 2 + - uid: 27717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,48.5 + parent: 2 - uid: 30394 components: - type: Transform @@ -167431,11 +167503,6 @@ entities: parent: 2 - proto: PottedPlantRandom entities: - - uid: 374 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 2 - uid: 602 components: - type: Transform @@ -167566,11 +167633,6 @@ entities: - type: Transform pos: 3.5,-2.5 parent: 2 - - uid: 1709 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - uid: 1715 components: - type: Transform @@ -168181,6 +168243,16 @@ entities: - type: Transform pos: 6.5,7.5 parent: 2 + - uid: 27749 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 29016 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 - uid: 29709 components: - type: Transform @@ -168774,12 +168846,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,25.5 parent: 2 - - uid: 15238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,45.5 - parent: 2 - uid: 15240 components: - type: Transform @@ -169008,11 +169074,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,28.5 parent: 2 - - uid: 17818 - components: - - type: Transform - pos: -18.5,48.5 - parent: 2 - uid: 17819 components: - type: Transform @@ -172173,15 +172234,15 @@ entities: - type: Transform pos: -52.5,-14.5 parent: 2 - - uid: 3948 + - uid: 3816 components: - type: Transform - pos: -81.5,1.5 + pos: -26.5,44.5 parent: 2 - - uid: 4455 + - uid: 3948 components: - type: Transform - pos: -18.5,47.5 + pos: -81.5,1.5 parent: 2 - uid: 5119 components: @@ -172486,37 +172547,12 @@ entities: - type: Transform pos: -11.5,68.5 parent: 2 - - uid: 15859 - components: - - type: Transform - pos: -18.5,48.5 - parent: 2 - uid: 15988 components: - type: Transform rot: -1.5707963267948966 rad pos: -65.5,-20.5 parent: 2 - - uid: 16490 - components: - - type: Transform - pos: -23.5,47.5 - parent: 2 - - uid: 16491 - components: - - type: Transform - pos: -25.5,48.5 - parent: 2 - - uid: 16493 - components: - - type: Transform - pos: -23.5,48.5 - parent: 2 - - uid: 16494 - components: - - type: Transform - pos: -25.5,47.5 - parent: 2 - uid: 16498 components: - type: Transform @@ -172608,6 +172644,11 @@ entities: - type: Transform pos: -40.5,24.5 parent: 2 + - uid: 19378 + components: + - type: Transform + pos: -18.5,48.5 + parent: 2 - uid: 19428 components: - type: Transform @@ -172775,11 +172816,21 @@ entities: - type: Transform pos: -56.5,-14.5 parent: 2 + - uid: 28894 + components: + - type: Transform + pos: -18.5,47.5 + parent: 2 - uid: 28969 components: - type: Transform pos: 34.5,3.5 parent: 2 + - uid: 28972 + components: + - type: Transform + pos: -21.5,48.5 + parent: 2 - uid: 29610 components: - type: Transform @@ -173379,12 +173430,6 @@ entities: rot: 3.141592653589793 rad pos: 65.5,-15.5 parent: 2 - - uid: 6327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,47.5 - parent: 2 - uid: 6328 components: - type: Transform @@ -177072,11 +177117,6 @@ entities: - type: Transform pos: -50.5,54.5 parent: 2 - - uid: 2075 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - uid: 2202 components: - type: Transform @@ -177237,11 +177277,6 @@ entities: - type: Transform pos: -113.5,41.5 parent: 2 - - uid: 5536 - components: - - type: Transform - pos: -30.5,49.5 - parent: 2 - uid: 5540 components: - type: Transform @@ -177522,31 +177557,11 @@ entities: - type: Transform pos: -24.5,43.5 parent: 2 - - uid: 15996 - components: - - type: Transform - pos: -21.5,49.5 - parent: 2 - uid: 16281 components: - type: Transform pos: -15.5,40.5 parent: 2 - - uid: 16481 - components: - - type: Transform - pos: -26.5,49.5 - parent: 2 - - uid: 16482 - components: - - type: Transform - pos: -25.5,49.5 - parent: 2 - - uid: 16483 - components: - - type: Transform - pos: -24.5,49.5 - parent: 2 - uid: 16528 components: - type: Transform @@ -177557,25 +177572,10 @@ entities: - type: Transform pos: -17.5,45.5 parent: 2 - - uid: 16548 - components: - - type: Transform - pos: -20.5,49.5 - parent: 2 - - uid: 16549 - components: - - type: Transform - pos: -19.5,49.5 - parent: 2 - - uid: 16550 - components: - - type: Transform - pos: -28.5,47.5 - parent: 2 - - uid: 16551 + - uid: 16612 components: - type: Transform - pos: -28.5,46.5 + pos: -30.5,51.5 parent: 2 - uid: 18103 components: @@ -177837,6 +177837,18 @@ entities: - type: Transform pos: 29.5,44.5 parent: 2 + - uid: 22668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,33.5 + parent: 2 + - uid: 22679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,34.5 + parent: 2 - uid: 23769 components: - type: Transform @@ -177877,6 +177889,11 @@ entities: - type: Transform pos: -33.5,36.5 parent: 2 + - uid: 27972 + components: + - type: Transform + pos: -18.5,46.5 + parent: 2 - uid: 30674 components: - type: Transform @@ -180991,6 +181008,24 @@ entities: - type: Transform pos: -52.5,-47.5 parent: 2 + - uid: 19380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,24.5 + parent: 2 + - uid: 19381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,25.5 + parent: 2 + - uid: 19383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,22.5 + parent: 2 - uid: 19452 components: - type: Transform @@ -181391,6 +181426,18 @@ entities: - type: Transform pos: -46.5,-48.5 parent: 2 + - uid: 21815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,22.5 + parent: 2 + - uid: 22420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,22.5 + parent: 2 - uid: 23044 components: - type: Transform @@ -181501,6 +181548,12 @@ entities: - type: Transform pos: -43.5,-39.5 parent: 2 + - uid: 29001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,22.5 + parent: 2 - uid: 29304 components: - type: Transform @@ -181987,13 +182040,29 @@ entities: - uid: 5116 components: - type: Transform - pos: -18.601517,47.758553 + pos: -21.559855,48.603073 parent: 2 + - type: Blocking + blockingToggleActionEntity: 28912 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 28912 - uid: 15524 components: - type: Transform - pos: -18.39058,47.610115 + pos: -21.372355,48.415573 parent: 2 + - type: Blocking + blockingToggleActionEntity: 28913 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 28913 - proto: RiotShield entities: - uid: 16523 @@ -182086,11 +182155,6 @@ entities: - type: Transform pos: -4.5,-49.5 parent: 2 - - uid: 25359 - components: - - type: Transform - pos: 12.5,-27.5 - parent: 2 - uid: 25418 components: - type: Transform @@ -182137,10 +182201,10 @@ entities: parent: 2 - proto: SecurityTechFab entities: - - uid: 17027 + - uid: 28918 components: - type: Transform - pos: -27.5,46.5 + pos: -28.5,45.5 parent: 2 - proto: SeedExtractor entities: @@ -182263,7 +182327,7 @@ entities: - uid: 16505 components: - type: Transform - pos: -25.212278,46.15545 + pos: -28.270676,46.46827 parent: 2 - uid: 35085 components: @@ -182334,7 +182398,7 @@ entities: - uid: 16506 components: - type: Transform - pos: -25.618528,46.077324 + pos: -28.583176,46.496048 parent: 2 - proto: SheetSteel entities: @@ -182388,7 +182452,7 @@ entities: - uid: 16504 components: - type: Transform - pos: -25.446653,46.1242 + pos: -28.534563,46.746048 parent: 2 - proto: SheetSteel1 entities: @@ -183119,24 +183183,6 @@ entities: - type: Transform pos: -27.5,43.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 19383: - - Pressed: Toggle - 19382: - - Pressed: Toggle - 19378: - - Pressed: Toggle - 19377: - - Pressed: Toggle - 19376: - - Pressed: Toggle - 19379: - - Pressed: Toggle - 19381: - - Pressed: Toggle - 19380: - - Pressed: Toggle - uid: 19938 components: - type: Transform @@ -183775,11 +183821,6 @@ entities: rot: 3.141592653589793 rad pos: -41.5,36.5 parent: 2 - - uid: 22420 - components: - - type: Transform - pos: -30.5,45.5 - parent: 2 - uid: 34665 components: - type: Transform @@ -188626,6 +188667,11 @@ entities: - type: Transform pos: -41.5,19.5 parent: 2 + - uid: 29060 + components: + - type: Transform + pos: -42.5,19.5 + parent: 2 - proto: SpawnVehicleSecway entities: - uid: 9654 @@ -188767,10 +188813,40 @@ entities: - type: Transform pos: -1.5,-34.5 parent: 2 - - uid: 8406 + - uid: 28917 components: - type: Transform - pos: -75.5,10.5 + pos: 12.5,-27.5 + parent: 2 + - uid: 28920 + components: + - type: Transform + pos: -33.5,-12.5 + parent: 2 + - uid: 28940 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 29017 + components: + - type: Transform + pos: 48.5,-0.5 + parent: 2 + - uid: 29018 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 + - uid: 29019 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 29021 + components: + - type: Transform + pos: -0.5,57.5 parent: 2 - uid: 30296 components: @@ -189482,27 +189558,644 @@ entities: parent: 2 - proto: SurveillanceCameraCommand entities: + - uid: 9510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,75.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Telecomms. - uid: 22955 components: - type: Transform rot: 1.5707963267948966 rad pos: 23.5,57.5 parent: 2 + - uid: 31276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,52.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: The Golden Carp + - uid: 31301 + components: + - type: Transform + pos: 18.5,52.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge + - uid: 31305 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Captain's Quarters + - uid: 31307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Vault + - uid: 31403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Main Hall + - uid: 31447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,43.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Front Desk + - uid: 32100 + components: + - type: Transform + pos: 26.5,45.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: East Hall + - uid: 32101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,50.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: The Council + - uid: 32106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: EVA Storage - proto: SurveillanceCameraEngineering entities: - - uid: 808 + - uid: 28921 components: - type: Transform rot: -1.5707963267948966 rad pos: -55.5,15.5 parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Hall South + - uid: 32415 + components: + - type: Transform + pos: -49.5,20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Lounge + - uid: 32434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,27.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Tech Vault + - uid: 32435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,18.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Front Desk + - uid: 32442 + components: + - type: Transform + pos: -49.5,11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: CE's Office + - uid: 32444 + components: + - type: Transform + pos: -60.5,12.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: CE's Room + - uid: 32445 + components: + - type: Transform + pos: -60.5,15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Gravity Generator + - uid: 32451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,31.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: AME + - uid: 33652 + components: + - type: Transform + pos: -41.5,37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics South + - uid: 33690 + components: + - type: Transform + pos: -52.5,43.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics North + - uid: 34032 + components: + - type: Transform + pos: -55.5,55.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: TEG + - uid: 34033 + components: + - type: Transform + pos: -98.5,48.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Particle Accelerator + - uid: 34036 + components: + - type: Transform + pos: -52.5,29.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Hall North + - uid: 34037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Locker Room + - uid: 34038 + components: + - type: Transform + pos: -55.5,33.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Locker Room +- proto: SurveillanceCameraGeneral + entities: + - uid: 29088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals North + - uid: 29089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-49.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals South + - uid: 29245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Dining Hall + - uid: 29247 + components: + - type: Transform + pos: -53.5,7.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Engineering Front + - uid: 29252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,23.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Crossing North + - uid: 29253 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: South Crossing + - uid: 29287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: South Hall + - uid: 29293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: North Hall + - uid: 29296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,52.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Court Entrance + - uid: 30415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,65.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Northerner Hall + - uid: 31063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,78.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Evac West + - uid: 31111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,78.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Evac East + - uid: 32124 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Security Front + - uid: 32140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Hall + - uid: 32144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Hydro Front + - uid: 32146 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: East Hall + - uid: 32147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-16.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Easterner Hall + - uid: 32148 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Logistics Front + - uid: 32412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Park - proto: SurveillanceCameraMedical entities: + - uid: 2076 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry 2 + - uid: 3761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,14.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical lounge + - uid: 3763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: CMO's Office + - uid: 8716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,13.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Morgue + - uid: 8829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Cryonics + - uid: 9318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Cloning + - uid: 9487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,0.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry 1 + - uid: 18518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Group therapy Room + - uid: 18519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Therapy room + - uid: 19376 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical - uid: 22954 components: - type: Transform pos: 11.5,9.5 parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medbay + - uid: 28909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: CMO's Room + - uid: 28910 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Virology + - uid: 29291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Waiting Room North + - uid: 29292 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Waiting Room South - proto: SurveillanceCameraRouterCircuitboard entities: - uid: 35828 @@ -189561,36 +190254,870 @@ entities: parent: 2 - proto: SurveillanceCameraScience entities: + - uid: 1707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Epimestics lounge + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Chapel West - uid: 22951 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,30.5 parent: 2 + - uid: 22956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Locker Room + - uid: 28901 + components: + - type: Transform + pos: 44.5,28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Mystagogue's Room + - uid: 28902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Mystagogue's Office + - uid: 28903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Chapel East + - uid: 29062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Front Desk + - uid: 29068 + components: + - type: Transform + pos: 46.5,32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Mantis' Room + - uid: 29075 + components: + - type: Transform + pos: 46.5,36.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Anomaly Generator + - uid: 29076 + components: + - type: Transform + pos: 46.5,42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Robotics + - uid: 29079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,38.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Hall + - uid: 29082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,51.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Xenoarchaeology + - uid: 29084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Chaplain's Room - proto: SurveillanceCameraSecurity entities: + - uid: 6314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,64.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward + - uid: 7797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,65.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward Bar + - uid: 8714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Shooting range + - uid: 15792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,31.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Evidence room + - uid: 15977 + components: + - type: Transform + pos: -27.5,28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig + - uid: 15997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden's Office + - uid: 16282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Detective's Office + - uid: 19379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,56.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward lounge - uid: 22953 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,30.5 parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: South Hall + - uid: 27750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation Room 2 + - uid: 28878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,48.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Armory + - uid: 28887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,38.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: North Hall + - uid: 28927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,67.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Corpsman's Room + - uid: 28929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: HOS's Office + - uid: 28930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: HOS's Room + - uid: 28961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation Room 1 + - uid: 28966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,38.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Changing room + - uid: 28981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,59.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward Hydroponics + - uid: 29250 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Front Desk - proto: SurveillanceCameraService entities: + - uid: 168 + components: + - type: Transform + pos: -6.5,58.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Lawyer's Office + - uid: 2075 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen West + - uid: 15543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Custodial Office + - uid: 15609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Disposals + - uid: 17011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-27.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Bar + - uid: 17027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Boxing Ring - uid: 22952 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,10.5 parent: 2 + - uid: 29083 + components: + - type: Transform + pos: 54.5,26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Library + - uid: 29134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 4 + - uid: 29147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 3 + - uid: 29154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 2 + - uid: 29155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-14.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 1 + - uid: 29157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Freezer + - uid: 29186 + components: + - type: Transform + pos: -52.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro Locker Room + - uid: 29192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro Lounge + - uid: 29193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro West + - uid: 29194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,4.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro East + - uid: 29200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Tools Room + - uid: 29201 + components: + - type: Transform + pos: -77.5,3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Theatre + - uid: 29202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,6.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Center + - uid: 29206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Water Kingdom + - uid: 29212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.5,26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Rocky Roofs + - uid: 29213 + components: + - type: Transform + pos: -82.5,19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo N Hall + - uid: 29214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo NW Hall + - uid: 29217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,11.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo W Hall + - uid: 29229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.5,10.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Terra + - uid: 29235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-7.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo SW Hall + - uid: 29237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -106.5,-9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Sandy Sorrows + - uid: 29238 + components: + - type: Transform + pos: -86.5,-13.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Snowland + - uid: 29240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-3.5 + parent: 2 + - uid: 32107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: HOP's Room + - uid: 32109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: HOP's Office + - uid: 32145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Reporter's Office + - uid: 34034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zookeeper's office - proto: SurveillanceCameraSupply entities: - - uid: 22956 + - uid: 28926 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-18.5 parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Front Desk + - uid: 29090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Salvage + - uid: 29091 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Docks 1 + - uid: 29094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-46.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Docks 2 + - uid: 29095 + components: + - type: Transform + pos: -20.5,-35.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: 'Belts Hell ' + - uid: 29100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Locker Room + - uid: 29112 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Logistics Lounge + - uid: 29117 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Mailroom + - uid: 29121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Unloading Bay + - uid: 29122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-23.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: LO's Room + - uid: 29130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: LO's Office + - uid: 29196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Backrooms South + - uid: 29198 + components: + - type: Transform + pos: -56.5,-29.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Backrooms West + - uid: 29199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Backrooms North - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 22950 @@ -191252,11 +192779,6 @@ entities: - type: Transform pos: -33.5,38.5 parent: 2 - - uid: 9510 - components: - - type: Transform - pos: -30.5,44.5 - parent: 2 - uid: 15450 components: - type: Transform @@ -191277,6 +192799,12 @@ entities: - type: Transform pos: -21.5,33.5 parent: 2 + - uid: 15810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,47.5 + parent: 2 - uid: 16278 components: - type: Transform @@ -191292,16 +192820,6 @@ entities: - type: Transform pos: -33.5,42.5 parent: 2 - - uid: 16488 - components: - - type: Transform - pos: -27.5,47.5 - parent: 2 - - uid: 16497 - components: - - type: Transform - pos: -27.5,48.5 - parent: 2 - uid: 16649 components: - type: Transform @@ -191379,6 +192897,12 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-6.5 parent: 2 + - uid: 28919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,46.5 + parent: 2 - uid: 29538 components: - type: Transform @@ -191741,12 +193265,6 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-2.5 parent: 2 - - uid: 1707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 2 - uid: 1798 components: - type: Transform @@ -193084,6 +194602,12 @@ entities: - type: Transform pos: -69.5,5.5 parent: 2 + - uid: 28934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 - uid: 29704 components: - type: Transform @@ -193563,6 +195087,16 @@ entities: - type: Transform pos: -16.5,35.5 parent: 2 + - uid: 16610 + components: + - type: Transform + pos: -41.5,18.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: -42.5,18.5 + parent: 2 - uid: 23388 components: - type: Transform @@ -194496,7 +196030,12 @@ entities: - uid: 23760 components: - type: Transform - pos: -42.49801,19.51208 + pos: -41.80608,20.429436 + parent: 2 + - uid: 29061 + components: + - type: Transform + pos: -41.450512,24.241388 parent: 2 - proto: VehicleKeySecway entities: @@ -194586,11 +196125,6 @@ entities: parent: 2 - proto: VendingMachineChapel entities: - - uid: 4532 - components: - - type: Transform - pos: 54.5,24.5 - parent: 2 - uid: 22588 components: - type: Transform @@ -194783,10 +196317,10 @@ entities: parent: 2 - proto: VendingMachineDrGibb entities: - - uid: 134 + - uid: 27735 components: - type: Transform - pos: 4.5,-12.5 + pos: 4.5,-18.5 parent: 2 - proto: VendingMachineEngiDrobe entities: @@ -194953,15 +196487,15 @@ entities: parent: 2 - proto: VendingMachineSec entities: - - uid: 15523 + - uid: 15578 components: - type: Transform - pos: -24.5,44.5 + pos: -7.5,43.5 parent: 2 - - uid: 15578 + - uid: 28941 components: - type: Transform - pos: -7.5,43.5 + pos: -27.5,48.5 parent: 2 - proto: VendingMachineSecDrobe entities: @@ -198819,6 +200353,11 @@ entities: - type: Transform pos: -10.5,-12.5 parent: 2 + - uid: 134 + components: + - type: Transform + pos: -28.5,50.5 + parent: 2 - uid: 164 components: - type: Transform @@ -199657,7 +201196,7 @@ entities: - uid: 2713 components: - type: Transform - pos: -28.5,45.5 + pos: -25.5,50.5 parent: 2 - uid: 2736 components: @@ -199739,6 +201278,11 @@ entities: - type: Transform pos: -11.5,46.5 parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -26.5,50.5 + parent: 2 - uid: 2806 components: - type: Transform @@ -200229,6 +201773,11 @@ entities: - type: Transform pos: 40.5,-35.5 parent: 2 + - uid: 3551 + components: + - type: Transform + pos: -27.5,49.5 + parent: 2 - uid: 3552 components: - type: Transform @@ -202414,6 +203963,11 @@ entities: - type: Transform pos: -99.5,-0.5 parent: 2 + - uid: 6315 + components: + - type: Transform + pos: -26.5,49.5 + parent: 2 - uid: 6324 components: - type: Transform @@ -202514,6 +204068,11 @@ entities: - type: Transform pos: 54.5,-32.5 parent: 2 + - uid: 6527 + components: + - type: Transform + pos: -27.5,50.5 + parent: 2 - uid: 6558 components: - type: Transform @@ -202834,6 +204393,11 @@ entities: - type: Transform pos: -66.5,-7.5 parent: 2 + - uid: 7430 + components: + - type: Transform + pos: -25.5,49.5 + parent: 2 - uid: 7431 components: - type: Transform @@ -203089,11 +204653,6 @@ entities: - type: Transform pos: -91.5,-6.5 parent: 2 - - uid: 7797 - components: - - type: Transform - pos: -30.5,51.5 - parent: 2 - uid: 7808 components: - type: Transform @@ -205064,6 +206623,11 @@ entities: - type: Transform pos: 36.5,50.5 parent: 2 + - uid: 9305 + components: + - type: Transform + pos: -29.5,49.5 + parent: 2 - uid: 9335 components: - type: Transform @@ -205329,6 +206893,11 @@ entities: - type: Transform pos: -59.5,56.5 parent: 2 + - uid: 9517 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 - uid: 9528 components: - type: Transform @@ -205544,6 +207113,11 @@ entities: - type: Transform pos: -47.5,58.5 parent: 2 + - uid: 10016 + components: + - type: Transform + pos: -29.5,44.5 + parent: 2 - uid: 10028 components: - type: Transform @@ -206394,6 +207968,11 @@ entities: - type: Transform pos: -1.5,65.5 parent: 2 + - uid: 15238 + components: + - type: Transform + pos: -20.5,50.5 + parent: 2 - uid: 15254 components: - type: Transform @@ -206799,6 +208378,16 @@ entities: - type: Transform pos: -35.5,36.5 parent: 2 + - uid: 15523 + components: + - type: Transform + pos: -22.5,50.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + pos: -29.5,47.5 + parent: 2 - uid: 15573 components: - type: Transform @@ -206854,6 +208443,16 @@ entities: - type: Transform pos: -19.5,42.5 parent: 2 + - uid: 15641 + components: + - type: Transform + pos: -23.5,50.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + pos: -29.5,48.5 + parent: 2 - uid: 15646 components: - type: Transform @@ -206904,6 +208503,11 @@ entities: - type: Transform pos: -30.5,38.5 parent: 2 + - uid: 15668 + components: + - type: Transform + pos: -28.5,48.5 + parent: 2 - uid: 15678 components: - type: Transform @@ -206954,6 +208558,11 @@ entities: - type: Transform pos: -16.5,67.5 parent: 2 + - uid: 15827 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 - uid: 15831 components: - type: Transform @@ -207039,16 +208648,6 @@ entities: - type: Transform pos: -17.5,43.5 parent: 2 - - uid: 15997 - components: - - type: Transform - pos: -28.5,48.5 - parent: 2 - - uid: 15998 - components: - - type: Transform - pos: -28.5,49.5 - parent: 2 - uid: 15999 components: - type: Transform @@ -207109,11 +208708,6 @@ entities: - type: Transform pos: -11.5,43.5 parent: 2 - - uid: 16291 - components: - - type: Transform - pos: -18.5,49.5 - parent: 2 - uid: 16294 components: - type: Transform @@ -207279,11 +208873,6 @@ entities: - type: Transform pos: -37.5,33.5 parent: 2 - - uid: 16412 - components: - - type: Transform - pos: -27.5,49.5 - parent: 2 - uid: 16414 components: - type: Transform @@ -207379,6 +208968,11 @@ entities: - type: Transform pos: -21.5,68.5 parent: 2 + - uid: 16609 + components: + - type: Transform + pos: -24.5,49.5 + parent: 2 - uid: 16656 components: - type: Transform @@ -207419,6 +209013,11 @@ entities: - type: Transform pos: -34.5,48.5 parent: 2 + - uid: 17818 + components: + - type: Transform + pos: -19.5,50.5 + parent: 2 - uid: 17910 components: - type: Transform @@ -208774,6 +210373,11 @@ entities: - type: Transform pos: -61.5,44.5 parent: 2 + - uid: 19377 + components: + - type: Transform + pos: -18.5,50.5 + parent: 2 - uid: 19466 components: - type: Transform @@ -209919,6 +211523,51 @@ entities: - type: Transform pos: -25.5,-29.5 parent: 2 + - uid: 28895 + components: + - type: Transform + pos: -30.5,49.5 + parent: 2 + - uid: 28900 + components: + - type: Transform + pos: -24.5,50.5 + parent: 2 + - uid: 28907 + components: + - type: Transform + pos: -18.5,49.5 + parent: 2 + - uid: 28908 + components: + - type: Transform + pos: -21.5,50.5 + parent: 2 + - uid: 28942 + components: + - type: Transform + pos: -28.5,49.5 + parent: 2 + - uid: 28945 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - uid: 28950 + components: + - type: Transform + pos: -29.5,45.5 + parent: 2 + - uid: 28951 + components: + - type: Transform + pos: -30.5,44.5 + parent: 2 + - uid: 28952 + components: + - type: Transform + pos: -29.5,46.5 + parent: 2 - uid: 28960 components: - type: Transform @@ -219698,12 +221347,13 @@ entities: - uid: 16544 components: - type: Transform - pos: -27.5,47.5 + pos: -28.5,46.5 parent: 2 - uid: 16545 components: - type: Transform - pos: -27.5,48.5 + rot: 1.5707963267948966 rad + pos: -28.5,47.5 parent: 2 - uid: 19405 components: @@ -219763,23 +221413,6 @@ entities: - type: Transform pos: -120.430046,10.346216 parent: 2 -- proto: WeaponLaserCarbine - entities: - - uid: 16501 - components: - - type: Transform - pos: -25.579115,48.72853 - parent: 2 - - uid: 16503 - components: - - type: Transform - pos: -25.46974,48.47853 - parent: 2 - - uid: 16536 - components: - - type: Transform - pos: -25.494751,48.550285 - parent: 2 - proto: WeaponLaserCarbinePractice entities: - uid: 8738 @@ -219797,68 +221430,24 @@ entities: - type: Transform pos: 72.465744,41.351635 parent: 2 -- proto: WeaponLaserGun - entities: - - uid: 16499 - components: - - type: Transform - pos: -23.422865,48.41603 - parent: 2 - - uid: 16502 - components: - - type: Transform - pos: -23.56349,48.60353 - parent: 2 - - uid: 16537 - components: - - type: Transform - pos: -23.510376,48.519035 - parent: 2 - proto: WeaponLauncherRocket entities: - uid: 4454 components: - type: Transform - pos: -18.492142,48.610115 - parent: 2 -- proto: WeaponPistolMk58 - entities: - - uid: 16515 - components: - - type: Transform - pos: -25.393858,47.57209 - parent: 2 - - uid: 16530 - components: - - type: Transform - pos: -25.541626,47.62841 - parent: 2 - - uid: 16531 - components: - - type: Transform - pos: -25.369751,47.47216 - parent: 2 - - uid: 16535 - components: - - type: Transform - pos: -25.447876,47.612785 + pos: -18.462254,48.516518 parent: 2 -- proto: WeaponShotgunKammererNonLethal +- proto: WeaponPistolMk58Nonlethal entities: - - uid: 16514 - components: - - type: Transform - pos: -23.550108,47.618965 - parent: 2 - - uid: 16516 + - uid: 5280 components: - type: Transform - pos: -23.518858,47.525215 + pos: -26.218739,44.70984 parent: 2 - - uid: 16539 + - uid: 5536 components: - type: Transform - pos: -23.425108,47.44709 + pos: -26.395823,44.45984 parent: 2 - proto: WeaponTurretXeno entities: @@ -220064,6 +221653,12 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-8.5 parent: 2 + - uid: 28892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,47.5 + parent: 2 - proto: WindoorBarLocked entities: - uid: 25230 @@ -220198,11 +221793,17 @@ entities: parent: 2 - proto: WindoorSecureArmoryLocked entities: - - uid: 8203 + - uid: 15830 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,44.5 + pos: -19.5,48.5 + parent: 2 + - uid: 28955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,47.5 parent: 2 - uid: 36114 components: @@ -220227,6 +221828,12 @@ entities: - type: Transform pos: -13.5,-22.5 parent: 2 + - uid: 28982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-38.5 + parent: 2 - proto: WindoorSecureChemistryLocked entities: - uid: 1158 @@ -220411,6 +222018,14 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,-2.5 parent: 2 +- proto: WindoorSecureSalvageLocked + entities: + - uid: 29057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-38.5 + parent: 2 - proto: WindoorSecureScienceLocked entities: - uid: 3957 @@ -221284,11 +222899,6 @@ entities: - type: Transform pos: -14.5,-26.5 parent: 2 - - uid: 6527 - components: - - type: Transform - pos: -14.5,-38.5 - parent: 2 - uid: 6541 components: - type: Transform @@ -221424,16 +223034,6 @@ entities: - type: Transform pos: -40.5,-26.5 parent: 2 - - uid: 8714 - components: - - type: Transform - pos: -41.5,18.5 - parent: 2 - - uid: 8716 - components: - - type: Transform - pos: -42.5,18.5 - parent: 2 - uid: 10193 components: - type: Transform @@ -223796,11 +225396,6 @@ entities: - type: Transform pos: -21.5,-12.5 parent: 2 - - uid: 3763 - components: - - type: Transform - pos: -5.5,22.5 - parent: 2 - uid: 4007 components: - type: Transform @@ -223913,11 +225508,6 @@ entities: - type: Transform pos: -29.5,-13.5 parent: 2 - - uid: 6314 - components: - - type: Transform - pos: -7.5,22.5 - parent: 2 - uid: 6534 components: - type: Transform @@ -223930,16 +225520,6 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-16.5 parent: 2 - - uid: 15668 - components: - - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 15810 - components: - - type: Transform - pos: -4.5,22.5 - parent: 2 - uid: 15948 components: - type: Transform @@ -224335,18 +225915,6 @@ entities: rot: 3.141592653589793 rad pos: 23.5,40.5 parent: 2 - - uid: 36350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,25.5 - parent: 2 - - uid: 36351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,24.5 - parent: 2 - proto: Wirecutter entities: - uid: 29262 From 9040111109c36fe519d968632b92e2caf43edc3e Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Sat, 3 Feb 2024 06:51:06 +0000 Subject: [PATCH 052/391] Automatic Changelog Update (#762) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 6c68a4a541..387f80e27e 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1496,3 +1496,9 @@ Entries: sort of experiment-gone-bad deep within the epistemics labs. id: 224 time: '2024-02-01T19:30:23.0000000+00:00' +- author: UnicornOnLSD + changes: + - type: Tweak + message: Submarine station has received adjustments after feedback from HR + id: 225 + time: '2024-02-03T06:50:49.0000000+00:00' From 1e416a7b3c80f9b39972026a5fe8a4d734082691 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 3 Feb 2024 01:11:28 -0600 Subject: [PATCH 053/391] Another small lighting update for Submarine (#766) Co-authored-by: Velcroboy <> --- Resources/Maps/submarine.yml | 124 ++++++++++++++++++----------------- 1 file changed, 64 insertions(+), 60 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 86d7424f46..624eb4ea1f 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -515,7 +515,7 @@ entities: version: 6 -1,5: ind: -1,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,5: ind: 0,5 @@ -20233,19 +20233,6 @@ entities: - type: Transform pos: -67.5,33.5 parent: 2 -- proto: AlwaysPoweredLightColoredRed - entities: - - uid: 4888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,45.5 - parent: 2 - - uid: 28968 - components: - - type: Transform - pos: -20.5,48.5 - parent: 2 - proto: AmeController entities: - uid: 18616 @@ -111183,7 +111170,7 @@ entities: pos: -34.5,7.5 parent: 2 - type: Door - secondsUntilStateChange: -29872.84 + secondsUntilStateChange: -30472.742 state: Closing - uid: 24108 components: @@ -111317,7 +111304,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -94085.625 + secondsUntilStateChange: -94685.52 - uid: 25327 components: - type: Transform @@ -160295,7 +160282,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -61059.59 + secondsUntilStateChange: -61659.492 - uid: 1457 components: - type: Transform @@ -160579,7 +160566,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -103129.77 + secondsUntilStateChange: -103729.67 - uid: 8381 components: - type: Transform @@ -168657,6 +168644,12 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-44.5 parent: 2 + - uid: 10512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-49.5 + parent: 2 - uid: 12955 components: - type: Transform @@ -169481,8 +169474,8 @@ entities: - uid: 18166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-41.5 + rot: 3.141592653589793 rad + pos: 82.5,70.5 parent: 2 - uid: 18167 components: @@ -169692,6 +169685,11 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,49.5 parent: 2 + - uid: 19926 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 - uid: 20970 components: - type: Transform @@ -170588,16 +170586,11 @@ entities: - type: Transform pos: -49.5,-40.5 parent: 2 - - uid: 31681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-49.5 - parent: 2 - uid: 31889 components: - type: Transform - pos: -17.5,-48.5 + rot: 3.141592653589793 rad + pos: 84.5,70.5 parent: 2 - uid: 32142 components: @@ -170630,7 +170623,8 @@ entities: - uid: 32467 components: - type: Transform - pos: 83.5,72.5 + rot: 1.5707963267948966 rad + pos: 89.5,56.5 parent: 2 - uid: 32684 components: @@ -170693,6 +170687,36 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,73.5 parent: 2 + - uid: 28968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,80.5 + parent: 2 + - uid: 31681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,80.5 + parent: 2 + - uid: 32654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,80.5 + parent: 2 + - uid: 34042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,80.5 + parent: 2 + - uid: 34043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,-11.5 + parent: 2 - proto: PoweredLightColoredBlack entities: - uid: 8258 @@ -170707,6 +170731,17 @@ entities: - type: Transform pos: -74.5,-2.5 parent: 2 + - uid: 4888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,45.5 + parent: 2 + - uid: 9796 + components: + - type: Transform + pos: -20.5,48.5 + parent: 2 - uid: 29802 components: - type: Transform @@ -170741,15 +170776,10 @@ entities: parent: 2 - proto: PoweredLightPostSmall entities: - - uid: 9796 - components: - - type: Transform - pos: -89.5,-33.5 - parent: 2 - uid: 9797 components: - type: Transform - pos: -90.5,-50.5 + pos: -17.5,-50.5 parent: 2 - uid: 10448 components: @@ -170761,11 +170791,6 @@ entities: - type: Transform pos: -90.5,-59.5 parent: 2 - - uid: 10512 - components: - - type: Transform - pos: -72.5,-33.5 - parent: 2 - uid: 10513 components: - type: Transform @@ -170886,26 +170911,11 @@ entities: - type: Transform pos: -79.5,69.5 parent: 2 - - uid: 35075 - components: - - type: Transform - pos: 55.5,-46.5 - parent: 2 - - uid: 35076 - components: - - type: Transform - pos: 64.5,-83.5 - parent: 2 - uid: 35077 components: - type: Transform pos: 55.5,-56.5 parent: 2 - - uid: 35078 - components: - - type: Transform - pos: 55.5,-66.5 - parent: 2 - uid: 35079 components: - type: Transform @@ -170957,12 +170967,6 @@ entities: - type: Transform pos: 84.5,56.5 parent: 2 - - uid: 32654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 90.5,55.5 - parent: 2 - uid: 35793 components: - type: Transform From 6906f7504e4620981d4ecdb400fdaffb38ac39eb Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:14:43 +0100 Subject: [PATCH 054/391] Fixes Gauze Markings 2 - Medical Boogaloo (#22452) (#768) --- .../Mobs/Customization/Markings/gauze.yml | 134 ++++++++++++++++-- 1 file changed, 123 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml index 2b3dbd3ba2..71b217edf2 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml @@ -2,7 +2,7 @@ id: GauzeLefteyePatch bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin coloring: default: type: @@ -16,7 +16,7 @@ id: GauzeLefteyeTape bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin coloring: default: type: @@ -30,7 +30,7 @@ id: GauzeRighteyePatch bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin coloring: default: type: @@ -44,7 +44,7 @@ id: GauzeRighteyeTape bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin coloring: default: type: @@ -54,11 +54,25 @@ - sprite: Mobs/Customization/gauze.rsi state: gauze_righteye_1 +- type: marking + id: GauzeBlindfold + bodyPart: Eyes + markingCategory: Head + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_blindfold + - type: marking id: GauzeShoulder bodyPart: Chest markingCategory: Chest - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin coloring: default: type: @@ -72,7 +86,7 @@ id: GauzeStomach bodyPart: Chest markingCategory: Chest - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin coloring: default: type: @@ -114,7 +128,7 @@ id: GauzeLeftArm bodyPart: LArm, LHand markingCategory: Arms - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -128,7 +142,7 @@ id: GauzeLowerLegLeft bodyPart: LFoot markingCategory: Legs - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -142,7 +156,7 @@ id: GauzeUpperLegLeft bodyPart: LLeg markingCategory: Legs - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -156,7 +170,7 @@ id: GauzeUpperLegRight bodyPart: RLeg markingCategory: Legs - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -170,7 +184,7 @@ id: GauzeLowerLegRight bodyPart: RFoot markingCategory: Legs - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -180,3 +194,101 @@ - sprite: Mobs/Customization/gauze.rsi state: gauze_lowerleg_r +- type: marking + id: GauzeBoxerWrapRight + bodyPart: RHand + markingCategory: Arms + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_boxerwrap_r + +- type: marking + id: GauzeBoxerWrapLeft + bodyPart: LHand + markingCategory: Arms + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_boxerwrap_l + +# Lizard Specific Markings +- type: marking + id: GauzeLizardLefteyePatch + bodyPart: Eyes + markingCategory: Head + speciesRestriction: [Reptilian] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_lizardlefteye + +- type: marking + id: GauzeLizardRighteyePatch + bodyPart: Eyes + markingCategory: Head + speciesRestriction: [Reptilian] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_lizardrighteye + +- type: marking + id: GauzeLizardFootRight + bodyPart: RFoot + markingCategory: Legs + speciesRestriction: [Reptilian] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_lizardfoot_r + +- type: marking + id: GauzeLizardFootLeft + bodyPart: LFoot + markingCategory: Legs + speciesRestriction: [Reptilian] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_lizardfoot_l + +- type: marking + id: GauzeLizardBlindfold + bodyPart: Eyes + markingCategory: Head + speciesRestriction: [Reptilian] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/gauze.rsi + state: gauze_lizardblindfold \ No newline at end of file From 54f4163d6c7a400c37711bc3809d894247458327 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:51:02 +0100 Subject: [PATCH 055/391] Quick fix to the fix (#770) I forgot that harpy's aint suppose to have arm things WHoops Thankfully its only the thing that I forgot. --- .../Prototypes/Entities/Mobs/Customization/Markings/gauze.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml index 71b217edf2..623f7becfc 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml @@ -198,7 +198,7 @@ id: GauzeBoxerWrapRight bodyPart: RHand markingCategory: Arms - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -212,7 +212,7 @@ id: GauzeBoxerWrapLeft bodyPart: LHand markingCategory: Arms - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: From 69e7fc589e9e4c09d2ec9b0b8bdb5689e9a7dcc1 Mon Sep 17 00:00:00 2001 From: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:30:44 -0500 Subject: [PATCH 056/391] Edge 2.0 (#769) * Modernized Edge Made Edge up-to-date with beacons, chem dispensers, dressers, cryosleep, and fixes. Also corrected an erroneous APC name on Asterisk Station. * Update edge.yml Added Prisoner cryosleep chamber --- Resources/Maps/asterisk.yml | 2 +- Resources/Maps/edge.yml | 4762 ++++++++++++++++++----------------- 2 files changed, 2506 insertions(+), 2258 deletions(-) diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index 307e6c991b..66dfc8c1ac 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -6193,7 +6193,7 @@ entities: - uid: 4782 components: - type: MetaData - name: APC (Medical, North) + name: APC (Medical, North) - type: Transform rot: 1.5707963267948966 rad pos: 23.5,-15.5 diff --git a/Resources/Maps/edge.yml b/Resources/Maps/edge.yml index 2b0e052bfb..421f3a9f18 100644 --- a/Resources/Maps/edge.yml +++ b/Resources/Maps/edge.yml @@ -142,7 +142,7 @@ entities: version: 6 -2,1: ind: -2,1 - tiles: WgAAAAABLgAAAAACWgAAAAAAWgAAAAADLgAAAAACegAAAAAALgAAAAABWgAAAAABWgAAAAABegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAAALgAAAAABWgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAABJwAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAWgAAAAADWgAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAALgAAAAABWgAAAAAAegAAAAAAdwAAAAADLgAAAAABdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAdwAAAAAALgAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAWgAAAAAAWgAAAAADTQAAAAADdwAAAAACLgAAAAAAdwAAAAACegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAAWgAAAAADegAAAAAAdwAAAAADdwAAAAACdwAAAAABegAAAAAAagAAAAAAegAAAAAAMwAAAAAAdwAAAAADdwAAAAADdwAAAAABMwAAAAACMwAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAALgAAAAADeAAAAAAAeAAAAAADeAAAAAAALgAAAAADLgAAAAADaQAAAAAAWgAAAAABWgAAAAACWgAAAAACLgAAAAADWgAAAAACWgAAAAACWgAAAAACLgAAAAADWgAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABaQAAAAAALgAAAAABWgAAAAADWgAAAAAAWgAAAAABLgAAAAAAWgAAAAABWgAAAAACWgAAAAAALgAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADMwAAAAAAMwAAAAAALgAAAAACdwAAAAADdwAAAAACdwAAAAADLgAAAAADLgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADeAAAAAADeAAAAAACeAAAAAADdwAAAAAAdwAAAAADegAAAAAALgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAACdwAAAAABdwAAAAADdwAAAAABLgAAAAABLgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAABLgAAAAACWgAAAAAAWgAAAAADLgAAAAACegAAAAAALgAAAAABWgAAAAABWgAAAAABegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAAALgAAAAABWgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAdgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAWgAAAAADWgAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAdgAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAALgAAAAABWgAAAAAAegAAAAAAdwAAAAADLgAAAAABdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAdwAAAAAALgAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAWgAAAAAAWgAAAAADTQAAAAADdwAAAAACLgAAAAAAdwAAAAACegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAAAWgAAAAADegAAAAAAdwAAAAADdwAAAAACdwAAAAABegAAAAAAagAAAAAAegAAAAAAMwAAAAAAdwAAAAADdwAAAAADdwAAAAABMwAAAAACMwAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAALgAAAAADeAAAAAAAeAAAAAADeAAAAAAALgAAAAADLgAAAAADaQAAAAAAWgAAAAABWgAAAAACWgAAAAACLgAAAAADWgAAAAACWgAAAAACWgAAAAACLgAAAAADWgAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABaQAAAAAALgAAAAABWgAAAAADWgAAAAAAWgAAAAABLgAAAAAAWgAAAAABWgAAAAACWgAAAAAALgAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAADMwAAAAAAMwAAAAAALgAAAAACdwAAAAADdwAAAAACdwAAAAADLgAAAAADLgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADeAAAAAADeAAAAAACeAAAAAADdwAAAAAAdwAAAAADegAAAAAALgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALgAAAAACdwAAAAABdwAAAAADdwAAAAABLgAAAAABLgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,-1: ind: -3,-1 @@ -154,7 +154,7 @@ entities: version: 6 -3,1: ind: -3,1 - tiles: WgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAWgAAAAAAWgAAAAADLgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACLgAAAAABWgAAAAAALgAAAAADWgAAAAABWgAAAAACWgAAAAABaQAAAAAAWgAAAAACLgAAAAADWgAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAALgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAALgAAAAADWgAAAAACWgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAAWgAAAAAAWgAAAAAALgAAAAAAegAAAAAAZQAAAAACWgAAAAADLgAAAAADWgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAALgAAAAABWgAAAAABLgAAAAAAegAAAAAAZQAAAAACWgAAAAACWgAAAAABLgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAKgAAAAAAKgAAAAAAegAAAAAALgAAAAACWgAAAAACLgAAAAADegAAAAAAegAAAAAAWgAAAAADLgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAALgAAAAAAMwAAAAACegAAAAAALgAAAAAAWgAAAAABWgAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABLgAAAAADMwAAAAAAegAAAAAAWgAAAAAALgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAALgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAACdwAAAAABLgAAAAACdwAAAAACdwAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAALgAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAALgAAAAACWgAAAAAALgAAAAACWgAAAAADWgAAAAADLgAAAAABLgAAAAACLgAAAAAAWgAAAAADaQAAAAAAdwAAAAACdwAAAAADLgAAAAACdwAAAAAAdwAAAAAAaQAAAAAALgAAAAABWgAAAAAALgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACegAAAAAAdwAAAAACdwAAAAADLgAAAAABdwAAAAADdwAAAAABaQAAAAAALgAAAAABWgAAAAADLgAAAAAAWgAAAAADWgAAAAAALgAAAAADLgAAAAADLgAAAAAAWgAAAAAAaQAAAAAALgAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAaQAAAAAAdwAAAAAAdwAAAAABLgAAAAAAdwAAAAACdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAACegAAAAAALgAAAAAD + tiles: WgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAWgAAAAAAWgAAAAADLgAAAAABegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAWgAAAAACLgAAAAABWgAAAAAALgAAAAADWgAAAAABWgAAAAACWgAAAAABaQAAAAAAWgAAAAACLgAAAAADWgAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAALgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAALgAAAAADWgAAAAACWgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdgAAAAAATQAAAAAATQAAAAAAWgAAAAAAWgAAAAAALgAAAAAAegAAAAAAZQAAAAACWgAAAAADLgAAAAADWgAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdgAAAAAAdgAAAAAATQAAAAAALgAAAAABWgAAAAABLgAAAAAAegAAAAAAZQAAAAACWgAAAAACWgAAAAABLgAAAAABegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAdgAAAAAATQAAAAAATQAAAAAALgAAAAACWgAAAAACLgAAAAADegAAAAAAegAAAAAAWgAAAAADLgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAACWgAAAAAALgAAAAAAMwAAAAACegAAAAAALgAAAAAAWgAAAAABWgAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABLgAAAAADMwAAAAAAegAAAAAAWgAAAAAALgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAALgAAAAADegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAACdwAAAAABLgAAAAACdwAAAAACdwAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAADegAAAAAAWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAALgAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAALgAAAAACWgAAAAAALgAAAAACWgAAAAADWgAAAAADLgAAAAABLgAAAAACLgAAAAAAWgAAAAADaQAAAAAAdwAAAAACdwAAAAADLgAAAAACdwAAAAAAdwAAAAAAaQAAAAAALgAAAAABWgAAAAAALgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAACegAAAAAAdwAAAAACdwAAAAADLgAAAAABdwAAAAADdwAAAAABaQAAAAAALgAAAAABWgAAAAADLgAAAAAAWgAAAAADWgAAAAAALgAAAAADLgAAAAADLgAAAAAAWgAAAAAAaQAAAAAALgAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAaQAAAAAAdwAAAAAAdwAAAAABLgAAAAAAdwAAAAACdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAACegAAAAAALgAAAAAD version: 6 -3,-2: ind: -3,-2 @@ -382,8 +382,8 @@ entities: color: '#FFFFFFFF' id: Bot decals: - 2385: 21,-25 - 2386: 22,-25 + 2374: 21,-25 + 2375: 22,-25 - node: color: '#FFFF00FF' id: BotGreyscale @@ -411,18 +411,18 @@ entities: decals: 0: 15,-5 1037: 15,-4 - 1401: -50,-11 - 1402: -49,-11 - 1403: -48,-11 - 2632: -1,-36 - 2633: -1,-37 - 2634: 0,-37 - 2635: 0,-36 - 2636: 0,-36 - 2637: 1,-36 - 2638: 1,-37 - 2639: 2,-37 - 2640: 2,-36 + 1390: -50,-11 + 1391: -49,-11 + 1392: -48,-11 + 2621: -1,-36 + 2622: -1,-37 + 2623: 0,-37 + 2624: 0,-36 + 2625: 0,-36 + 2626: 1,-36 + 2627: 1,-37 + 2628: 2,-37 + 2629: 2,-36 - node: color: '#FFFFFF93' id: BotLeftGreyscale @@ -433,8 +433,8 @@ entities: color: '#FFFFFFFF' id: BotLeftGreyscale decals: - 2692: -1,-22 - 2693: -2,-22 + 2681: -1,-22 + 2682: -2,-22 - node: color: '#FFFFFFFF' id: BotRight @@ -451,29 +451,29 @@ entities: color: '#FFFFFFFF' id: Box decals: - 1398: -52,-9 - 1406: -52,-10 + 1387: -52,-9 + 1395: -52,-10 - node: cleanable: True color: '#FFFFFFFF' id: Box decals: - 2274: 5,-26 - 2275: 4,-26 - 2276: 3,-26 - 2277: 2,-26 - 2278: 1,-26 - 2279: 1,-28 - 2280: 2,-28 - 2281: 3,-28 - 2282: 4,-28 - 2283: 5,-28 + 2263: 5,-26 + 2264: 4,-26 + 2265: 3,-26 + 2266: 2,-26 + 2267: 1,-26 + 2268: 1,-28 + 2269: 2,-28 + 2270: 3,-28 + 2271: 4,-28 + 2272: 5,-28 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Box decals: - 2001: -52,-9 + 1990: -52,-9 - node: color: '#EFB34196' id: BoxGreyscale @@ -499,9 +499,9 @@ entities: 600: -55,31 601: -56,31 602: -53,31 - 1399: -52,-9 - 1400: -52,-10 - 2340: -57,31 + 1388: -52,-9 + 1389: -52,-10 + 2329: -57,31 - node: cleanable: True color: '#FFFFFFFF' @@ -513,7 +513,7 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelCornerNe decals: - 2573: -46,-13 + 2562: -46,-13 - node: color: '#FF0000FF' id: BrickTileSteelCornerNe @@ -534,7 +534,7 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelCornerNw decals: - 2574: -48,-13 + 2563: -48,-13 - node: color: '#FF0000FF' id: BrickTileSteelCornerNw @@ -554,7 +554,7 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelCornerSe decals: - 2580: -46,-19 + 2569: -46,-19 - node: color: '#FF0000FF' id: BrickTileSteelCornerSe @@ -572,7 +572,7 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelCornerSw decals: - 2579: -48,-19 + 2568: -48,-19 - node: color: '#FF0000FF' id: BrickTileSteelCornerSw @@ -588,7 +588,7 @@ entities: decals: 10: -11,7 987: -7,-30 - 2626: -24,4 + 2615: -24,4 - node: color: '#FF0000FF' id: BrickTileSteelInnerNe @@ -627,11 +627,11 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelLineE decals: - 2569: -46,-15 - 2570: -46,-14 - 2577: -46,-16 - 2578: -46,-18 - 2598: -46,-17 + 2558: -46,-15 + 2559: -46,-14 + 2566: -46,-16 + 2567: -46,-18 + 2587: -46,-17 - node: color: '#FF0000FF' id: BrickTileSteelLineE @@ -671,13 +671,13 @@ entities: color: '#D4D4D428' id: BrickTileSteelLineN decals: - 1396: -48,-13 - 1397: -46,-13 + 1385: -48,-13 + 1386: -46,-13 - node: color: '#DE3A3AFF' id: BrickTileSteelLineN decals: - 2575: -47,-13 + 2564: -47,-13 - node: color: '#FF0000FF' id: BrickTileSteelLineN @@ -733,9 +733,9 @@ entities: 23: -7,23 24: -8,23 25: -9,23 - 2644: -8,-39 - 2645: -7,-39 - 2646: -6,-39 + 2633: -8,-39 + 2634: -7,-39 + 2635: -6,-39 - node: color: '#474A4DFF' id: BrickTileSteelLineS @@ -749,7 +749,7 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelLineS decals: - 2581: -47,-19 + 2570: -47,-19 - node: color: '#FF0000FF' id: BrickTileSteelLineS @@ -792,9 +792,9 @@ entities: decals: 14: -10,7 15: -9,7 - 2641: -8,-39 - 2642: -7,-39 - 2643: -6,-39 + 2630: -8,-39 + 2631: -7,-39 + 2632: -6,-39 - node: color: '#474A4DFF' id: BrickTileSteelLineW @@ -805,11 +805,11 @@ entities: color: '#DE3A3AFF' id: BrickTileSteelLineW decals: - 2571: -48,-15 - 2572: -48,-14 - 2576: -48,-16 - 2582: -48,-18 - 2583: -48,-17 + 2560: -48,-15 + 2561: -48,-14 + 2565: -48,-16 + 2571: -48,-18 + 2572: -48,-17 - node: color: '#FF0000FF' id: BrickTileSteelLineW @@ -862,12 +862,12 @@ entities: 998: -7,-18 999: -7,-17 1000: -7,-16 - 2505: -24,5 + 2494: -24,5 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNe decals: - 2094: -8,36 + 2083: -8,36 - node: color: '#52B4E996' id: BrickTileWhiteCornerNe @@ -892,7 +892,7 @@ entities: color: '#334E6DC8' id: BrickTileWhiteCornerNw decals: - 2095: -13,36 + 2084: -13,36 - node: color: '#52B4E996' id: BrickTileWhiteCornerNw @@ -904,7 +904,7 @@ entities: id: BrickTileWhiteCornerNw decals: 546: -43,34 - 2401: -45,44 + 2390: -45,44 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSe @@ -921,7 +921,7 @@ entities: color: '#D381C996' id: BrickTileWhiteCornerSe decals: - 2394: -39,39 + 2383: -39,39 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSw @@ -937,7 +937,7 @@ entities: color: '#D381C996' id: BrickTileWhiteCornerSw decals: - 2393: -45,39 + 2382: -45,39 - node: color: '#52B4E996' id: BrickTileWhiteEndE @@ -971,13 +971,13 @@ entities: color: '#52B4E996' id: BrickTileWhiteEndW decals: - 1942: 17,7 + 1931: 17,7 - node: color: '#334E6DC8' id: BrickTileWhiteInnerNe decals: - 2006: -12,36 - 2098: -9,36 + 1995: -12,36 + 2087: -9,36 - node: color: '#52B4E996' id: BrickTileWhiteInnerNe @@ -991,7 +991,7 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerNe decals: - 1943: 18,7 + 1932: 18,7 - node: color: '#9FED5896' id: BrickTileWhiteInnerNe @@ -1003,8 +1003,8 @@ entities: decals: 534: -47,32 538: -40,33 - 2411: -39,41 - 2412: -44,44 + 2400: -39,41 + 2401: -44,44 - node: color: '#EFB34196' id: BrickTileWhiteInnerNe @@ -1015,8 +1015,8 @@ entities: id: BrickTileWhiteInnerNw decals: 421: -16,36 - 2007: -9,36 - 2099: -12,36 + 1996: -9,36 + 2088: -12,36 - node: color: '#52B4E996' id: BrickTileWhiteInnerNw @@ -1031,20 +1031,20 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerNw decals: - 1944: 18,7 + 1933: 18,7 - node: color: '#D381C996' id: BrickTileWhiteInnerNw decals: - 2413: -44,44 + 2402: -44,44 - node: color: '#334E6DC8' id: BrickTileWhiteInnerSe decals: 430: -17,34 452: -15,38 - 1389: -12,39 - 2063: -9,38 + 1378: -12,39 + 2052: -9,38 - node: color: '#52B4E996' id: BrickTileWhiteInnerSe @@ -1058,25 +1058,25 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerSe decals: - 1945: 18,7 + 1934: 18,7 - node: color: '#A4610696' id: BrickTileWhiteInnerSe decals: - 2425: 11,-7 + 2414: 11,-7 - node: color: '#D381C996' id: BrickTileWhiteInnerSe decals: - 2409: -40,39 - 2410: -39,41 + 2398: -40,39 + 2399: -39,41 - node: color: '#334E6DC8' id: BrickTileWhiteInnerSw decals: 462: -6,38 - 1388: -9,39 - 2058: -12,38 + 1377: -9,39 + 2047: -12,38 - node: color: '#52B4E996' id: BrickTileWhiteInnerSw @@ -1089,17 +1089,17 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerSw decals: - 1946: 18,7 + 1935: 18,7 - node: color: '#A4610696' id: BrickTileWhiteInnerSw decals: - 2424: 14,-7 + 2413: 14,-7 - node: color: '#D381C996' id: BrickTileWhiteInnerSw decals: - 2408: -40,39 + 2397: -40,39 - node: color: '#EFB34196' id: BrickTileWhiteInnerSw @@ -1116,9 +1116,9 @@ entities: 455: -15,35 456: -15,37 457: -15,36 - 2035: -12,38 - 2052: -12,37 - 2067: -9,37 + 2024: -12,38 + 2041: -12,37 + 2056: -9,37 - node: color: '#52B4E996' id: BrickTileWhiteLineE @@ -1166,7 +1166,7 @@ entities: color: '#52B4E996' id: BrickTileWhiteLineE decals: - 2251: 23,13 + 2240: 23,13 - node: color: '#9FED5896' id: BrickTileWhiteLineE @@ -1195,15 +1195,15 @@ entities: 536: -40,37 537: -39,32 540: -39,31 - 2110: -20,-74 - 2111: -20,-75 - 2112: -20,-76 - 2113: -20,-77 - 2114: -20,-78 - 2115: -20,-79 - 2116: -20,-80 - 2395: -39,40 - 2396: -39,42 + 2099: -20,-74 + 2100: -20,-75 + 2101: -20,-76 + 2102: -20,-77 + 2103: -20,-78 + 2104: -20,-79 + 2105: -20,-80 + 2384: -39,40 + 2385: -39,42 - node: color: '#EFB34196' id: BrickTileWhiteLineE @@ -1235,10 +1235,10 @@ entities: color: '#FF801DFF' id: BrickTileWhiteLineE decals: - 2314: 19,10 - 2315: 19,11 - 2316: 19,12 - 2317: 19,13 + 2303: 19,10 + 2304: 19,11 + 2305: 19,12 + 2306: 19,13 - node: color: '#334E6DC8' id: BrickTileWhiteLineN @@ -1249,11 +1249,11 @@ entities: 425: -13,39 426: -7,39 427: -6,39 - 1390: -12,39 - 1391: -11,39 - 1392: -10,39 - 2004: -11,36 - 2005: -10,36 + 1379: -12,39 + 1380: -11,39 + 1381: -10,39 + 1993: -11,36 + 1994: -10,36 - node: cleanable: True color: '#334E6DC8' @@ -1265,9 +1265,9 @@ entities: color: '#49FFC5FF' id: BrickTileWhiteLineN decals: - 2647: -5.9915333,-39.38071 - 2648: -6.991725,-39.38071 - 2649: -7.983293,-39.38071 + 2636: -5.9915333,-39.38071 + 2637: -6.991725,-39.38071 + 2638: -7.983293,-39.38071 - node: color: '#52B4E996' id: BrickTileWhiteLineN @@ -1290,8 +1290,8 @@ entities: decals: 532: -46,32 533: -45,32 - 2402: -43,44 - 2403: -42,44 + 2391: -43,44 + 2392: -42,44 - node: color: '#334E6DC8' id: BrickTileWhiteLineS @@ -1310,9 +1310,9 @@ entities: 449: -8,38 450: -13,38 451: -14,38 - 1386: -11,39 - 1387: -10,39 - 2003: -8,41 + 1375: -11,39 + 1376: -10,39 + 1992: -8,41 - node: cleanable: True color: '#334E6DC8' @@ -1339,21 +1339,21 @@ entities: color: '#52B4E996' id: BrickTileWhiteLineS decals: - 2252: 17,15 + 2241: 17,15 - node: color: '#A4610696' id: BrickTileWhiteLineS decals: - 2422: 12,-7 - 2423: 13,-7 + 2411: 12,-7 + 2412: 13,-7 - node: color: '#D381C996' id: BrickTileWhiteLineS decals: - 2404: -41,39 - 2405: -42,39 - 2406: -43,39 - 2407: -44,39 + 2393: -41,39 + 2394: -42,39 + 2395: -43,39 + 2396: -44,39 - node: color: '#334E6DC8' id: BrickTileWhiteLineW @@ -1368,9 +1368,9 @@ entities: 459: -6,35 460: -6,36 461: -6,37 - 2039: -9,38 - 2042: -9,37 - 2066: -12,37 + 2028: -9,38 + 2031: -9,37 + 2055: -12,37 - node: color: '#52B4E996' id: BrickTileWhiteLineW @@ -1454,17 +1454,17 @@ entities: 543: -43,33 544: -41,35 545: -41,37 - 2117: -23,-80 - 2118: -23,-79 - 2119: -23,-78 - 2120: -23,-77 - 2121: -23,-76 - 2122: -23,-75 - 2123: -23,-74 - 2397: -45,40 - 2398: -45,41 - 2399: -45,42 - 2400: -45,43 + 2106: -23,-80 + 2107: -23,-79 + 2108: -23,-78 + 2109: -23,-77 + 2110: -23,-76 + 2111: -23,-75 + 2112: -23,-74 + 2386: -45,40 + 2387: -45,41 + 2388: -45,42 + 2389: -45,43 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -1493,10 +1493,10 @@ entities: color: '#FF801DFF' id: BrickTileWhiteLineW decals: - 2310: 14,13 - 2311: 14,12 - 2312: 14,11 - 2313: 14,10 + 2299: 14,13 + 2300: 14,12 + 2301: 14,11 + 2302: 14,10 - node: color: '#FFFFFFFF' id: BushAOne @@ -1526,7 +1526,7 @@ entities: color: '#FFFFFFFF' id: BushDOne decals: - 1361: -59.663837,-5.750451 + 1350: -59.663837,-5.750451 - node: color: '#FFFFFFFF' id: Busha1 @@ -1548,9 +1548,9 @@ entities: color: '#FFFFFFFF' id: Bushb2 decals: - 1358: -58.898212,-5.953576 - 1359: -61.554462,-6.266076 - 1360: -58.741962,-6.875451 + 1347: -58.898212,-5.953576 + 1348: -61.554462,-6.266076 + 1349: -58.741962,-6.875451 - node: color: '#FFFFFFFF' id: Bushb3 @@ -1628,13 +1628,13 @@ entities: color: '#FFFFFFFF' id: Bushj1 decals: - 2298: -22,4 + 2287: -22,4 - node: color: '#FFFFFFFF' id: Bushk3 decals: - 2106: -4.742067,39.22148 - 2107: -15.210269,39.22148 + 2095: -4.742067,39.22148 + 2096: -15.210269,39.22148 - node: color: '#FFFFFFFF' id: Bushm3 @@ -1654,12 +1654,12 @@ entities: color: '#FFFFFFFF' id: Bushn1 decals: - 2299: -20,3 + 2288: -20,3 - node: color: '#FFFFFFFF' id: Caution decals: - 2594: -47,-16 + 2583: -47,-16 - node: color: '#52B4E996' id: CheckerNESW @@ -1676,81 +1676,81 @@ entities: 814: 17,24 815: 17,25 816: 17,26 - 1953: 17,5 - 1954: 17,4 - 1955: 17,3 - 1956: 18,3 - 1957: 19,5 - 1958: 19,4 - 1959: 19,3 - 1960: 20,3 - 1961: 20,4 - 1962: 20,5 - 1963: 21,5 - 1964: 21,3 - 1965: 22,3 - 1966: 22,5 - 1967: 23,5 - 1968: 23,4 - 1969: 23,3 + 1942: 17,5 + 1943: 17,4 + 1944: 17,3 + 1945: 18,3 + 1946: 19,5 + 1947: 19,4 + 1948: 19,3 + 1949: 20,3 + 1950: 20,4 + 1951: 20,5 + 1952: 21,5 + 1953: 21,3 + 1954: 22,3 + 1955: 22,5 + 1956: 23,5 + 1957: 23,4 + 1958: 23,3 - node: cleanable: True color: '#52B4E996' id: CheckerNESW decals: - 1997: 18,5 - 1998: 18,4 - 1999: 21,4 - 2000: 22,4 + 1986: 18,5 + 1987: 18,4 + 1988: 21,4 + 1989: 22,4 - node: color: '#9FED5896' id: CheckerNESW decals: - 2253: 19,-14 - 2254: 19,-13 - 2255: 19,-12 - 2256: 20,-12 - 2257: 21,-12 - 2258: 22,-12 + 2242: 19,-14 + 2243: 19,-13 + 2244: 19,-12 + 2245: 20,-12 + 2246: 21,-12 + 2247: 22,-12 - node: color: '#A4610696' id: CheckerNESW decals: - 2418: 10,-4 - 2419: 10,-5 - 2420: 10,-6 - 2421: 10,-7 - 2426: 9,-20 - 2427: 9,-21 - 2428: 9,-22 - 2429: 9,-23 - 2430: 9,-24 - 2431: 9,-25 - 2432: 9,-26 - 2433: 9,-27 - 2434: 9,-28 - 2443: 9,-18 - 2444: 9,-17 - 2445: 9,-16 - 2446: 9,-15 - 2447: 9,-14 - 2448: 9,-13 - 2462: 10,-11 - 2463: 10,-10 - 2464: 10,-9 - 2465: 14,-32 - 2466: 14,-30 - 2467: 14,-29 - 2468: 14,-28 - 2469: 14,-27 - 2470: 14,-26 - 2471: 14,-25 - 2481: 14,-33 - 2496: 4,-3 - 2497: 4,-4 - 2498: 4,-5 - 2608: 14,-34 - 2609: 14,-35 + 2407: 10,-4 + 2408: 10,-5 + 2409: 10,-6 + 2410: 10,-7 + 2415: 9,-20 + 2416: 9,-21 + 2417: 9,-22 + 2418: 9,-23 + 2419: 9,-24 + 2420: 9,-25 + 2421: 9,-26 + 2422: 9,-27 + 2423: 9,-28 + 2432: 9,-18 + 2433: 9,-17 + 2434: 9,-16 + 2435: 9,-15 + 2436: 9,-14 + 2437: 9,-13 + 2451: 10,-11 + 2452: 10,-10 + 2453: 10,-9 + 2454: 14,-32 + 2455: 14,-30 + 2456: 14,-29 + 2457: 14,-28 + 2458: 14,-27 + 2459: 14,-26 + 2460: 14,-25 + 2470: 14,-33 + 2485: 4,-3 + 2486: 4,-4 + 2487: 4,-5 + 2597: 14,-34 + 2598: 14,-35 - node: color: '#DE3A3A96' id: CheckerNESW @@ -1768,8 +1768,8 @@ entities: color: '#EFB34196' id: CheckerNESW decals: - 2531: -12,-25 - 2532: -11,-25 + 2520: -12,-25 + 2521: -11,-25 - node: color: '#DE3A3A96' id: CheckerNWSE @@ -1830,19 +1830,19 @@ entities: 608: -54,39 609: -56,39 610: -55,39 - 2345: 22,-30 - 2346: 21,-30 - 2347: 21,-31 - 2348: 22,-31 + 2334: 22,-30 + 2335: 21,-30 + 2336: 21,-31 + 2337: 22,-31 - node: cleanable: True color: '#FFFFFFFF' id: Delivery decals: - 2352: 13,-18 - 2353: 13,-17 - 2383: 22,-29 - 2384: 21,-29 + 2341: 13,-18 + 2342: 13,-17 + 2372: 22,-29 + 2373: 21,-29 - node: color: '#DE3A3A96' id: DeliveryGreyscale @@ -1888,290 +1888,290 @@ entities: 354: -35,-33 547: -46,34 548: -45,34 - 2349: 17,-30 - 2350: 18,-30 + 2338: 17,-30 + 2339: 18,-30 - node: cleanable: True color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 2354: 14,-18 - 2355: 14,-17 - 2356: 15,-17 - 2357: 15,-18 - 2378: 18,-29 - 2379: 17,-29 - 2387: 16,-30 - 2388: 16,-29 + 2343: 14,-18 + 2344: 14,-17 + 2345: 15,-17 + 2346: 15,-18 + 2367: 18,-29 + 2368: 17,-29 + 2376: 16,-30 + 2377: 16,-29 - node: cleanable: True color: '#5D2C0098' id: Dirt decals: - 1846: 22,1 + 1835: 22,1 - node: cleanable: True color: '#5D2C00D3' id: Dirt decals: - 1847: 40,1 - 1848: -25,-3 - 1849: -26,2 - 1850: -32,3 - 1854: -31,5 - 1881: 26,-3 + 1836: 40,1 + 1837: -25,-3 + 1838: -26,2 + 1839: -32,3 + 1843: -31,5 + 1870: 26,-3 - node: cleanable: True color: '#5D5200FF' id: Dirt decals: - 1836: -2,-28 - 1837: -2,-25 - 1838: 4,-24 - 1839: 1,-23 - 1840: -4,-23 - 1841: -4,-22 - 1842: 0,-25 - 1844: 10,-30 - 1845: 24,-9 + 1825: -2,-28 + 1826: -2,-25 + 1827: 4,-24 + 1828: 1,-23 + 1829: -4,-23 + 1830: -4,-22 + 1831: 0,-25 + 1833: 10,-30 + 1834: 24,-9 - node: cleanable: True color: '#792C0079' id: Dirt decals: - 1923: 22,16 + 1912: 22,16 - node: cleanable: True color: '#792C0082' id: Dirt decals: - 1928: 11,11 - 1929: 11,14 - 1930: 19,16 - 1931: 12,18 - 1932: 13,25 - 1933: 13,24 - 1934: 14,5 - 1935: 23,6 - 1936: 19,8 - 1937: 11,5 - 1938: 8,7 - 1939: 6,11 - 1940: 19,6 + 1917: 11,11 + 1918: 11,14 + 1919: 19,16 + 1920: 12,18 + 1921: 13,25 + 1922: 13,24 + 1923: 14,5 + 1924: 23,6 + 1925: 19,8 + 1926: 11,5 + 1927: 8,7 + 1928: 6,11 + 1929: 19,6 - node: cleanable: True color: '#792C00B7' id: Dirt decals: - 1924: 21,17 - 1925: 16,15 - 1926: 12,15 - 1927: 10,13 + 1913: 21,17 + 1914: 16,15 + 1915: 12,15 + 1916: 10,13 - node: cleanable: True color: '#792C00D1' id: Dirt decals: - 1882: 25,-4 - 1883: 25,-10 - 1884: 39,-1 - 1885: 30,0 - 1886: 31,0 - 1887: 13,4 - 1888: 14,4 - 1889: 0,-2 - 1890: 20,-29 - 1891: 37,-24 - 1892: -7,-36 - 1893: -8,-37 - 1894: -7,-35 - 1895: -7,-31 - 1903: -14,-19 - 1904: -14,-19 - 1905: -15,-18 - 1906: -17,-21 - 1907: -18,-26 - 1908: -17,-13 - 1909: -17,-4 - 1910: -21,11 - 1911: -32,15 - 1912: -41,15 - 1913: -48,12 - 1914: -46,6 - 1920: 28,13 - 1921: 25,15 - 1922: 26,15 + 1871: 25,-4 + 1872: 25,-10 + 1873: 39,-1 + 1874: 30,0 + 1875: 31,0 + 1876: 13,4 + 1877: 14,4 + 1878: 0,-2 + 1879: 20,-29 + 1880: 37,-24 + 1881: -7,-36 + 1882: -8,-37 + 1883: -7,-35 + 1884: -7,-31 + 1892: -14,-19 + 1893: -14,-19 + 1894: -15,-18 + 1895: -17,-21 + 1896: -18,-26 + 1897: -17,-13 + 1898: -17,-4 + 1899: -21,11 + 1900: -32,15 + 1901: -41,15 + 1902: -48,12 + 1903: -46,6 + 1909: 28,13 + 1910: 25,15 + 1911: 26,15 - node: cleanable: True color: '#835432FF' id: Dirt decals: - 2264: 26,-17 - 2265: 25,-16 - 2266: 29,-17 + 2253: 26,-17 + 2254: 25,-16 + 2255: 29,-17 - node: cleanable: True color: '#A0521263' id: Dirt decals: - 1947: 18,7 - 1948: 18,7 - 1949: 18,6 - 1950: 17,6 - 1951: 17,7 - 1970: -28,10 - 1971: -28,10 - 1972: -28,9 - 1973: -28,9 - 1974: -29,10 - 1975: -28,11 - 1976: -29,11 - 1977: -28,10 - 1978: -28,10 + 1936: 18,7 + 1937: 18,7 + 1938: 18,6 + 1939: 17,6 + 1940: 17,7 + 1959: -28,10 + 1960: -28,10 + 1961: -28,9 + 1962: -28,9 + 1963: -29,10 + 1964: -28,11 + 1965: -29,11 + 1966: -28,10 + 1967: -28,10 + 1974: -29,13 + 1975: -29,13 + 1976: -29,13 + 1977: -28,14 + 1978: -28,15 + 1979: -30,14 + 1980: -29,12 + 1981: -28,12 + 1982: -29,12 + 1983: -29,12 + 1984: -29,13 1985: -29,13 - 1986: -29,13 - 1987: -29,13 - 1988: -28,14 - 1989: -28,15 - 1990: -30,14 - 1991: -29,12 - 1992: -28,12 - 1993: -29,12 - 1994: -29,12 - 1995: -29,13 - 1996: -29,13 - 2008: 39,-4 - 2009: 38,-4 - 2010: 38,-4 - 2011: 39,-8 - 2012: 39,-8 - 2013: 38,-7 - 2014: 38,-7 - 2015: 39,0 - 2016: 40,-1 - 2017: 40,-1 - 2018: 34,-1 - 2019: 33,-1 - 2020: 35,-1 - 2021: 35,-1 - 2022: 25,1 - 2023: 25,-3 - 2024: 24,-2 - 2025: 24,-3 - 2026: 26,-6 - 2027: 26,-6 - 2028: 29,-16 - 2029: 38,-19 - 2030: 36,-22 - 2031: 31,-23 - 2032: 40,-21 - 2033: 38,-20 - 2034: 40,-13 - 2036: 39,-14 - 2037: 34,-6 - 2038: 35,-6 - 2040: 32,-4 - 2041: 31,-3 - 2043: 31,-3 - 2044: 31,-6 - 2045: 30,-7 - 2046: 29,-7 - 2047: 33,-9 - 2048: 30,-10 - 2049: 28,-10 - 2050: 29,-9 - 2051: 28,-13 - 2053: 30,-13 - 2054: 30,-13 - 2055: 30,-12 - 2056: 30,-12 - 2057: 32,0 - 2059: 28,6 - 2060: 28,6 - 2061: 27,6 - 2062: 27,6 - 2064: 27,3 - 2065: 27,3 - 2068: 12,-7 - 2069: 13,-7 - 2070: 13,-7 - 2071: 12,-7 - 2072: 10,-6 - 2073: 10,-6 - 2074: 14,-6 - 2075: 14,-6 - 2076: 14,-5 - 2077: 12,-6 - 2078: 15,-5 - 2079: 13,-9 - 2080: 12,-9 - 2081: 14,-9 - 2082: 14,-11 - 2083: 14,-11 - 2084: 13,-9 - 2085: 10,-10 - 2086: 10,-10 - 2087: 11,-10 - 2088: 7,-10 - 2089: 7,-10 - 2090: 13,-10 - 2091: 13,-10 - 2092: 7,-18 - 2093: 7,-18 - 2096: 29,-19 - 2097: 29,-19 - 2100: 26,-12 - 2101: 24,-13 - 2102: 24,-13 - 2103: 24,-13 + 1997: 39,-4 + 1998: 38,-4 + 1999: 38,-4 + 2000: 39,-8 + 2001: 39,-8 + 2002: 38,-7 + 2003: 38,-7 + 2004: 39,0 + 2005: 40,-1 + 2006: 40,-1 + 2007: 34,-1 + 2008: 33,-1 + 2009: 35,-1 + 2010: 35,-1 + 2011: 25,1 + 2012: 25,-3 + 2013: 24,-2 + 2014: 24,-3 + 2015: 26,-6 + 2016: 26,-6 + 2017: 29,-16 + 2018: 38,-19 + 2019: 36,-22 + 2020: 31,-23 + 2021: 40,-21 + 2022: 38,-20 + 2023: 40,-13 + 2025: 39,-14 + 2026: 34,-6 + 2027: 35,-6 + 2029: 32,-4 + 2030: 31,-3 + 2032: 31,-3 + 2033: 31,-6 + 2034: 30,-7 + 2035: 29,-7 + 2036: 33,-9 + 2037: 30,-10 + 2038: 28,-10 + 2039: 29,-9 + 2040: 28,-13 + 2042: 30,-13 + 2043: 30,-13 + 2044: 30,-12 + 2045: 30,-12 + 2046: 32,0 + 2048: 28,6 + 2049: 28,6 + 2050: 27,6 + 2051: 27,6 + 2053: 27,3 + 2054: 27,3 + 2057: 12,-7 + 2058: 13,-7 + 2059: 13,-7 + 2060: 12,-7 + 2061: 10,-6 + 2062: 10,-6 + 2063: 14,-6 + 2064: 14,-6 + 2065: 14,-5 + 2066: 12,-6 + 2067: 15,-5 + 2068: 13,-9 + 2069: 12,-9 + 2070: 14,-9 + 2071: 14,-11 + 2072: 14,-11 + 2073: 13,-9 + 2074: 10,-10 + 2075: 10,-10 + 2076: 11,-10 + 2077: 7,-10 + 2078: 7,-10 + 2079: 13,-10 + 2080: 13,-10 + 2081: 7,-18 + 2082: 7,-18 + 2085: 29,-19 + 2086: 29,-19 + 2089: 26,-12 + 2090: 24,-13 + 2091: 24,-13 + 2092: 24,-13 - node: cleanable: True color: '#FF0000B7' id: Dirt decals: - 1979: 19,4 + 1968: 19,4 - node: cleanable: True color: '#FF0000FF' id: Dirt decals: - 2284: -40,-25 - 2285: -40,-24 - 2286: -40,-25 - 2287: -39,-25 + 2273: -40,-25 + 2274: -40,-24 + 2275: -40,-25 + 2276: -39,-25 - node: cleanable: True color: '#FFFCFFFF' id: Dirt decals: - 2200: -15,-75 - 2201: -17,-77 - 2202: -10,-71 - 2203: -9,-78 - 2204: -18,-76 - 2205: -23,-77 - 2206: -12,-74 - 2207: -12,-79 - 2208: -23,-78 - 2209: -12,-81 - 2210: -25,-78 - 2211: -11,-76 - 2212: -16,-67 - 2213: -15,-76 - 2214: -27,-77 - 2215: -23,-75 - 2216: -12,-81 - 2233: -18,-47 - 2234: -11,-37 - 2235: -24,-39 - 2236: -21,-35 - 2237: -15,-38 - 2238: -17,-35 - 2239: -8,-33 - 2240: -19,-29 - 2241: -23,-28 - 2242: -7,-32 - 2243: -4,-28 + 2189: -15,-75 + 2190: -17,-77 + 2191: -10,-71 + 2192: -9,-78 + 2193: -18,-76 + 2194: -23,-77 + 2195: -12,-74 + 2196: -12,-79 + 2197: -23,-78 + 2198: -12,-81 + 2199: -25,-78 + 2200: -11,-76 + 2201: -16,-67 + 2202: -15,-76 + 2203: -27,-77 + 2204: -23,-75 + 2205: -12,-81 + 2222: -18,-47 + 2223: -11,-37 + 2224: -24,-39 + 2225: -21,-35 + 2226: -15,-38 + 2227: -17,-35 + 2228: -8,-33 + 2229: -19,-29 + 2230: -23,-28 + 2231: -7,-32 + 2232: -4,-28 - node: cleanable: True color: '#FFFFFFF7' @@ -2182,15 +2182,15 @@ entities: color: '#FFFFFFFF' id: Dirt decals: - 2650: -8,-40 - 2651: -7,-39 - 2652: -6,-38 - 2653: -2,-40 - 2654: -2,-42 - 2655: 1,-40 - 2656: -1,-45 - 2657: -4,-46 - 2658: -2,-48 + 2639: -8,-40 + 2640: -7,-39 + 2641: -6,-38 + 2642: -2,-40 + 2643: -2,-42 + 2644: 1,-40 + 2645: -1,-45 + 2646: -4,-46 + 2647: -2,-48 - node: cleanable: True color: '#FFFFFFFF' @@ -2254,75 +2254,72 @@ entities: 1321: -43,-16 1322: -44,-15 1323: -43,-15 - 1346: -31.962746,18.268396 - 1347: -31.19712,18.580896 - 1348: -32.087746,19.862146 - 1469: 31,-9 - 1470: 31,-1 - 1472: 17,-2 - 1473: 8,-7 - 1480: -7,-4 - 1487: -8,-10 - 1494: -25,-6 - 1500: -10,3 - 1501: -9,17 - 1502: -10,21 - 1503: -6,27 - 1521: -9,10 - 1702: -28,25 - 1703: -28,31 - 1704: -30,31 - 1705: -32,31 - 1745: -18,-1 - 1746: -8,-8 - 1747: -10,-14 - 1748: 23,-13 - 1749: 33,-20 - 1750: 40,-12 - 1777: -13,43 - 1800: 0,32 - 1801: 3,32 - 1809: -29,13 - 1810: -31,10 - 1811: -37,10 - 1812: -17,10 - 1813: -12,10 - 1814: -20,-25 - 1815: -23,-23 - 1822: -22,-22 - 1825: -10,-23 - 1826: 2,-23 - 1865: -15,13 - 1866: -13,15 - 1867: -13,13 - 1868: -15,10 - 1869: -15,15 - 1870: 35,-17 - 1871: 35,-15 - 1872: 35,-16 - 1873: 35,-16 - 1874: 34,-17 - 1875: 33,-15 - 1876: 34,-15 - 1941: 13,1 - 2541: 12,-20 - 2542: 12,-21 - 2546: 22,-26 - 2547: 21,-25 - 2548: 22,-25 - 2549: 20,-25 - 2550: 18,-25 - 2551: 18,-26 - 2552: 18,-27 - 2562: 17,-23 - 2563: 16,-23 - 2564: 18,-20 - 2586: -48,-17 - 2587: -46,-19 - 2588: -48,-19 - 2619: 9,-44 - 2620: 9,-37 - 2622: 12,-35 + 1458: 31,-9 + 1459: 31,-1 + 1461: 17,-2 + 1462: 8,-7 + 1469: -7,-4 + 1476: -8,-10 + 1483: -25,-6 + 1489: -10,3 + 1490: -9,17 + 1491: -10,21 + 1492: -6,27 + 1510: -9,10 + 1691: -28,25 + 1692: -28,31 + 1693: -30,31 + 1694: -32,31 + 1734: -18,-1 + 1735: -8,-8 + 1736: -10,-14 + 1737: 23,-13 + 1738: 33,-20 + 1739: 40,-12 + 1766: -13,43 + 1789: 0,32 + 1790: 3,32 + 1798: -29,13 + 1799: -31,10 + 1800: -37,10 + 1801: -17,10 + 1802: -12,10 + 1803: -20,-25 + 1804: -23,-23 + 1811: -22,-22 + 1814: -10,-23 + 1815: 2,-23 + 1854: -15,13 + 1855: -13,15 + 1856: -13,13 + 1857: -15,10 + 1858: -15,15 + 1859: 35,-17 + 1860: 35,-15 + 1861: 35,-16 + 1862: 35,-16 + 1863: 34,-17 + 1864: 33,-15 + 1865: 34,-15 + 1930: 13,1 + 2530: 12,-20 + 2531: 12,-21 + 2535: 22,-26 + 2536: 21,-25 + 2537: 22,-25 + 2538: 20,-25 + 2539: 18,-25 + 2540: 18,-26 + 2541: 18,-27 + 2551: 17,-23 + 2552: 16,-23 + 2553: 18,-20 + 2575: -48,-17 + 2576: -46,-19 + 2577: -48,-19 + 2608: 9,-44 + 2609: 9,-37 + 2611: 12,-35 - node: cleanable: True color: '#00FF00FF' @@ -2335,75 +2332,75 @@ entities: color: '#5D2C00D3' id: DirtHeavy decals: - 1855: -29,7 - 1856: -36,7 - 1857: -35,5 + 1844: -29,7 + 1845: -36,7 + 1846: -35,5 - node: cleanable: True color: '#792C00D1' id: DirtHeavy decals: - 1896: -8,-35 - 1897: -6,-32 - 1915: 26,14 - 1916: 28,14 - 1917: 27,13 - 1918: 27,15 - 1919: 27,16 + 1885: -8,-35 + 1886: -6,-32 + 1904: 26,14 + 1905: 28,14 + 1906: 27,13 + 1907: 27,15 + 1908: 27,16 - node: cleanable: True color: '#8354329E' id: DirtHeavy decals: - 2272: 24,-15 + 2261: 24,-15 - node: cleanable: True color: '#835432FF' id: DirtHeavy decals: - 2271: 25,-12 + 2260: 25,-12 - node: cleanable: True color: '#A0521263' id: DirtHeavy decals: - 1980: -28,9 - 1982: -28,9 - 1983: -28,9 - 1984: -29,11 - 2104: 25,-15 + 1969: -28,9 + 1971: -28,9 + 1972: -28,9 + 1973: -29,11 + 2093: 25,-15 - node: cleanable: True color: '#FF0000FF' id: DirtHeavy decals: - 2288: -39,-24 - 2289: -38,-25 - 2290: -39,-23 - 2291: -39,-23 - 2292: -38,-25 - 2293: -39,-24 + 2277: -39,-24 + 2278: -38,-25 + 2279: -39,-23 + 2280: -39,-23 + 2281: -38,-25 + 2282: -39,-24 - node: cleanable: True color: '#FFFCFFFF' id: DirtHeavy decals: - 2217: -15,-79 - 2218: -17,-80 - 2219: -8,-75 - 2220: -19,-79 - 2221: -20,-78 - 2222: -22,-79 - 2223: -24,-75 - 2224: -27,-78 - 2225: -16,-74 - 2226: -10,-79 - 2227: -21,-77 - 2228: -28,-75 - 2229: -29,-77 - 2230: -29,-78 - 2231: -18,-44 - 2232: -13,-40 + 2206: -15,-79 + 2207: -17,-80 + 2208: -8,-75 + 2209: -19,-79 + 2210: -20,-78 + 2211: -22,-79 + 2212: -24,-75 + 2213: -27,-78 + 2214: -16,-74 + 2215: -10,-79 + 2216: -21,-77 + 2217: -28,-75 + 2218: -29,-77 + 2219: -29,-78 + 2220: -18,-44 + 2221: -13,-40 - node: cleanable: True color: '#FFFFFFFF' @@ -2490,205 +2487,205 @@ entities: 1275: -59,-12 1290: -18,34 1291: -20,34 - 1410: -50,-5 - 1411: -48,-3 - 1412: -47,-5 - 1413: -48,-5 - 1414: -55,-1 - 1415: -57,1 - 1416: -57,0 - 1417: -55,1 - 1418: -57,-2 - 1419: -57,-1 - 1420: -56,-3 - 1421: -56,-5 - 1422: -57,-5 - 1423: -55,-7 - 1424: -57,-7 - 1430: 38,-18 - 1431: 37,-23 - 1432: 30,-23 - 1441: 33,3 - 1442: 26,1 - 1443: 15,-1 - 1446: 11,-4 - 1447: 21,10 - 1448: 11,16 - 1452: 21,19 - 1453: 27,19 - 1456: 21,21 - 1457: 23,22 - 1463: 16,23 - 1464: 12,22 - 1465: 12,21 - 1471: 18,-2 - 1474: 5,-8 - 1475: 5,-11 - 1481: -9,-4 - 1484: -4,-7 - 1485: -9,-9 - 1490: -17,-12 - 1491: -19,-12 - 1492: -19,-3 - 1495: -24,-6 - 1496: -24,-4 - 1499: -11,7 - 1504: -4,27 - 1505: -10,21 - 1506: -11,18 - 1507: -10,15 - 1508: -7,18 - 1510: -8,21 - 1511: -1,19 - 1512: -3,20 - 1520: -9,9 - 1522: -9,10 - 1523: -18,4 - 1528: -22,6 - 1529: -19,6 - 1530: -22,-8 - 1531: 12,-16 - 1567: 21,14 - 1618: -58,1 - 1619: -58,1 - 1620: -60,1 - 1621: -60,1 - 1622: -60,1 - 1623: -60,1 - 1624: -58,-2 - 1625: -58,-2 - 1626: -58,-2 - 1627: -58,-2 - 1628: -58,-2 - 1629: -58,-2 - 1630: -58,-2 - 1631: -58,-3 - 1632: -58,-3 - 1633: -58,-3 - 1634: -57,-4 - 1635: -56,-2 - 1636: -57,-1 - 1637: -57,-8 - 1638: -56,-9 - 1639: -51,10 - 1640: -50,12 - 1641: -50,15 - 1642: -50,16 - 1643: -51,19 - 1644: -51,18 - 1645: -49,20 - 1646: -48,19 - 1647: -47,17 - 1648: -45,17 - 1706: -28,31 - 1707: -38,25 - 1708: -25,24 - 1709: -25,29 - 1710: -23,31 - 1711: -23,35 - 1712: -23,34 - 1713: -15,25 - 1714: -18,25 - 1715: -21,26 - 1716: -15,26 - 1737: -13,5 - 1738: -11,6 - 1752: 40,-20 - 1753: 39,-20 - 1754: 40,-18 - 1778: -8,38 - 1779: -5,36 - 1780: -5,35 - 1781: -9,36 - 1782: -8,35 - 1783: -8,33 - 1784: -12,33 - 1785: -17,34 - 1786: -15,36 - 1787: -15,38 - 1788: -14,38 - 1789: -12,39 - 1790: -13,35 - 1791: -12,36 - 1792: -8,39 - 1793: -6,29 - 1794: -4,31 - 1795: -4,33 - 1796: -4,34 - 1797: -5,33 - 1798: -6,33 - 1799: -1,34 - 1802: 2,32 - 1803: -2,29 - 1804: 0,32 - 1805: -33,35 - 1806: -33,34 - 1807: -33,36 - 1808: -33,38 - 1816: -20,-24 - 1817: -19,-24 - 1818: -19,-21 - 1819: -18,-24 - 1820: -17,-20 - 1821: -22,-26 - 1823: -7,-22 - 1824: -8,-21 - 1851: -32,0 - 2533: -14,-25 - 2536: 10,-27 - 2540: 9,-21 - 2543: 20,-32 - 2544: 19,-33 - 2553: 19,-26 - 2616: 11,-41 + 1399: -50,-5 + 1400: -48,-3 + 1401: -47,-5 + 1402: -48,-5 + 1403: -55,-1 + 1404: -57,1 + 1405: -57,0 + 1406: -55,1 + 1407: -57,-2 + 1408: -57,-1 + 1409: -56,-3 + 1410: -56,-5 + 1411: -57,-5 + 1412: -55,-7 + 1413: -57,-7 + 1419: 38,-18 + 1420: 37,-23 + 1421: 30,-23 + 1430: 33,3 + 1431: 26,1 + 1432: 15,-1 + 1435: 11,-4 + 1436: 21,10 + 1437: 11,16 + 1441: 21,19 + 1442: 27,19 + 1445: 21,21 + 1446: 23,22 + 1452: 16,23 + 1453: 12,22 + 1454: 12,21 + 1460: 18,-2 + 1463: 5,-8 + 1464: 5,-11 + 1470: -9,-4 + 1473: -4,-7 + 1474: -9,-9 + 1479: -17,-12 + 1480: -19,-12 + 1481: -19,-3 + 1484: -24,-6 + 1485: -24,-4 + 1488: -11,7 + 1493: -4,27 + 1494: -10,21 + 1495: -11,18 + 1496: -10,15 + 1497: -7,18 + 1499: -8,21 + 1500: -1,19 + 1501: -3,20 + 1509: -9,9 + 1511: -9,10 + 1512: -18,4 + 1517: -22,6 + 1518: -19,6 + 1519: -22,-8 + 1520: 12,-16 + 1556: 21,14 + 1607: -58,1 + 1608: -58,1 + 1609: -60,1 + 1610: -60,1 + 1611: -60,1 + 1612: -60,1 + 1613: -58,-2 + 1614: -58,-2 + 1615: -58,-2 + 1616: -58,-2 + 1617: -58,-2 + 1618: -58,-2 + 1619: -58,-2 + 1620: -58,-3 + 1621: -58,-3 + 1622: -58,-3 + 1623: -57,-4 + 1624: -56,-2 + 1625: -57,-1 + 1626: -57,-8 + 1627: -56,-9 + 1628: -51,10 + 1629: -50,12 + 1630: -50,15 + 1631: -50,16 + 1632: -51,19 + 1633: -51,18 + 1634: -49,20 + 1635: -48,19 + 1636: -47,17 + 1637: -45,17 + 1695: -28,31 + 1696: -38,25 + 1697: -25,24 + 1698: -25,29 + 1699: -23,31 + 1700: -23,35 + 1701: -23,34 + 1702: -15,25 + 1703: -18,25 + 1704: -21,26 + 1705: -15,26 + 1726: -13,5 + 1727: -11,6 + 1741: 40,-20 + 1742: 39,-20 + 1743: 40,-18 + 1767: -8,38 + 1768: -5,36 + 1769: -5,35 + 1770: -9,36 + 1771: -8,35 + 1772: -8,33 + 1773: -12,33 + 1774: -17,34 + 1775: -15,36 + 1776: -15,38 + 1777: -14,38 + 1778: -12,39 + 1779: -13,35 + 1780: -12,36 + 1781: -8,39 + 1782: -6,29 + 1783: -4,31 + 1784: -4,33 + 1785: -4,34 + 1786: -5,33 + 1787: -6,33 + 1788: -1,34 + 1791: 2,32 + 1792: -2,29 + 1793: 0,32 + 1794: -33,35 + 1795: -33,34 + 1796: -33,36 + 1797: -33,38 + 1805: -20,-24 + 1806: -19,-24 + 1807: -19,-21 + 1808: -18,-24 + 1809: -17,-20 + 1810: -22,-26 + 1812: -7,-22 + 1813: -8,-21 + 1840: -32,0 + 2522: -14,-25 + 2525: 10,-27 + 2529: 9,-21 + 2532: 20,-32 + 2533: 19,-33 + 2542: 19,-26 + 2605: 11,-41 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 2534: -14,-22 - 2545: 19,-27 - 2554: 20,-26 - 2584: -47,-15 - 2617: 11,-44 - 2621: 11,-37 + 2523: -14,-22 + 2534: 19,-27 + 2543: 20,-26 + 2573: -47,-15 + 2606: 11,-44 + 2610: 11,-37 - node: cleanable: True color: '#5D2C00D3' id: DirtLight decals: - 1852: -32,-1 - 1853: -33,5 + 1841: -32,-1 + 1842: -33,5 - node: cleanable: True color: '#792C00D1' id: DirtLight decals: - 1898: -8,-36 - 1899: -8,-23 - 1900: -8,-19 - 1901: -12,-18 - 1902: -13,-17 + 1887: -8,-36 + 1888: -8,-23 + 1889: -8,-19 + 1890: -12,-18 + 1891: -13,-17 - node: cleanable: True color: '#835432FF' id: DirtLight decals: - 2267: 28,-17 - 2269: 27,-17 + 2256: 28,-17 + 2258: 27,-17 - node: cleanable: True color: '#A0521263' id: DirtLight decals: - 1952: 19,7 - 2105: 25,-15 + 1941: 19,7 + 2094: 25,-15 - node: cleanable: True color: '#FF0000B7' id: DirtLight decals: - 1981: 20,6 + 1970: 20,6 - node: cleanable: True color: '#FF0000FF' @@ -2700,35 +2697,35 @@ entities: color: '#FFFCFFFF' id: DirtLight decals: - 2178: -12,-79 - 2179: -11,-78 - 2180: -8,-74 - 2181: -7,-78 - 2182: -8,-79 - 2183: -13,-76 - 2184: -18,-77 - 2185: -14,-73 - 2186: -17,-72 - 2187: -20,-78 - 2188: -22,-78 - 2189: -26,-75 - 2190: -22,-82 - 2191: -16,-82 - 2192: -11,-86 - 2193: -15,-88 - 2194: -20,-79 - 2195: -28,-80 - 2196: -17,-68 - 2197: -17,-65 - 2198: -17,-69 - 2199: -16,-73 - 2244: -17,-46 - 2245: -16,-42 - 2246: -12,-46 - 2247: -20,-46 - 2248: -17,-37 - 2249: -13,-40 - 2250: -21,-36 + 2167: -12,-79 + 2168: -11,-78 + 2169: -8,-74 + 2170: -7,-78 + 2171: -8,-79 + 2172: -13,-76 + 2173: -18,-77 + 2174: -14,-73 + 2175: -17,-72 + 2176: -20,-78 + 2177: -22,-78 + 2178: -26,-75 + 2179: -22,-82 + 2180: -16,-82 + 2181: -11,-86 + 2182: -15,-88 + 2183: -20,-79 + 2184: -28,-80 + 2185: -17,-68 + 2186: -17,-65 + 2187: -17,-69 + 2188: -16,-73 + 2233: -17,-46 + 2234: -16,-42 + 2235: -12,-46 + 2236: -20,-46 + 2237: -17,-37 + 2238: -13,-40 + 2239: -21,-36 - node: cleanable: True color: '#FFFFFFFF' @@ -2878,213 +2875,213 @@ entities: 1293: -15,38 1294: -4,38 1295: -5,38 - 1437: 40,-4 - 1438: 39,1 - 1439: 33,1 - 1440: 34,3 - 1444: 14,-4 - 1445: 11,-5 - 1449: 10,15 - 1450: 23,10 - 1455: 22,22 - 1461: 23,25 - 1462: 17,25 - 1483: -6,-6 - 1486: -7,-10 - 1493: -24,1 - 1497: -25,-5 - 1509: -12,17 - 1517: -7,10 - 1518: -9,9 - 1519: -8,9 - 1524: -22,5 - 1525: -18,6 - 1526: -18,5 - 1527: -21,6 - 1532: 9,-16 - 1533: 9,-14 - 1534: 21,-13 - 1535: 20,-14 - 1536: 28,-19 - 1537: 38,-24 - 1538: 40,-19 - 1539: 37,-16 - 1540: 40,-11 - 1541: 37,-4 - 1542: 37,0 - 1543: 33,1 - 1544: 32,12 - 1545: 31,13 - 1546: 30,13 - 1566: 27,11 - 1568: 7,-11 - 1569: 8,-12 - 1570: 8,-13 - 1571: 8,-11 - 1572: 2,-6 - 1573: 4,-6 - 1574: 1,-7 - 1575: 3,-6 - 1576: 1,-2 - 1577: 1,-1 - 1578: -1,3 - 1579: -4,1 - 1580: -9,0 - 1581: -12,0 - 1582: -16,0 - 1583: -17,-2 - 1584: -18,-3 - 1585: -18,-6 - 1586: -18,-10 - 1587: -18,-12 - 1588: -17,-14 - 1589: -22,-13 - 1590: -22,-13 - 1591: -22,-15 - 1592: -30,-11 - 1593: -32,-9 - 1594: -34,-9 - 1595: -36,-10 - 1596: -37,-10 - 1597: -41,-10 - 1598: -43,-10 - 1599: -45,-10 - 1600: -38,-12 - 1601: -38,-12 - 1602: -38,-14 - 1603: -38,-14 - 1604: -41,-15 - 1605: -45,-11 - 1606: -49,-9 - 1607: -50,-10 - 1608: -51,-15 - 1609: -53,-14 - 1610: -50,-15 - 1611: -53,-13 - 1612: -56,-12 - 1613: -57,-10 - 1614: -55,-9 - 1615: -55,-8 - 1616: -56,-8 - 1617: -55,-9 - 1649: -51,15 - 1650: -51,14 - 1651: -49,13 - 1652: -48,13 - 1653: -47,13 - 1654: -47,16 - 1655: -47,19 - 1656: -48,21 - 1657: -47,23 - 1658: -50,23 - 1659: -50,22 - 1660: -42,13 - 1661: -43,12 - 1662: -43,10 - 1663: -42,11 - 1664: -42,14 - 1665: -42,18 - 1666: -43,19 - 1667: -43,21 - 1668: -43,22 - 1669: -42,22 - 1670: -41,19 - 1671: -41,17 - 1672: -41,16 - 1673: -41,14 - 1674: -41,13 - 1675: -40,27 - 1676: -39,26 - 1677: -39,29 - 1678: -35,27 - 1679: -39,26 - 1680: -40,26 - 1681: -41,33 - 1682: -45,33 - 1683: -48,33 - 1684: -49,34 - 1685: -51,34 - 1686: -51,33 - 1687: -50,39 - 1688: -49,40 - 1689: -48,40 - 1690: -48,40 - 1691: -36,37 - 1692: -37,37 - 1693: -37,37 - 1694: -37,36 - 1695: -37,36 - 1696: -36,36 - 1697: -37,34 - 1698: -37,32 - 1699: -32,25 - 1700: -33,25 - 1701: -33,25 - 1717: -14,27 - 1718: -20,25 - 1719: -14,26 - 1720: -23,25 - 1721: -24,22 - 1722: -23,31 - 1723: -25,31 - 1724: -25,29 - 1726: -23,36 - 1727: -24,33 - 1728: -24,22 - 1729: -24,16 - 1730: -24,15 - 1731: -24,14 - 1732: -26,11 - 1733: -26,11 - 1734: -26,8 - 1739: -10,5 - 1740: -16,4 - 1741: -14,3 - 1742: -14,6 - 1743: -14,6 - 1744: -15,-1 - 1755: 30,-20 - 1756: 28,-20 - 1757: 28,-19 - 1758: 25,-8 - 1759: 25,-8 - 1760: 25,-6 - 1761: 24,-8 - 1762: 24,-6 - 1763: 24,-3 - 1764: 24,-3 - 1765: 26,-6 - 1766: 22,7 - 1767: 14,7 - 1768: 13,8 - 1769: 11,8 - 1770: 12,10 - 1771: 12,10 - 1772: 10,10 - 1773: 10,12 - 1774: 8,11 - 1775: 7,9 - 1776: 6,7 - 1827: -3,-28 - 1828: -5,-28 - 1829: -5,-23 - 1830: -5,-27 - 1831: -3,-29 - 1832: -2,-28 - 1833: 0,-24 - 1834: -1,-23 - 1835: 1,-24 - 2537: 12,-23 - 2538: 9,-20 - 2555: 20,-28 - 2556: 17,-26 - 2557: 16,-31 - 2558: 12,-14 - 2559: 9,-14 - 2560: 4,-14 - 2561: 14,-22 - 2585: -46,-16 - 2618: 11,-43 + 1426: 40,-4 + 1427: 39,1 + 1428: 33,1 + 1429: 34,3 + 1433: 14,-4 + 1434: 11,-5 + 1438: 10,15 + 1439: 23,10 + 1444: 22,22 + 1450: 23,25 + 1451: 17,25 + 1472: -6,-6 + 1475: -7,-10 + 1482: -24,1 + 1486: -25,-5 + 1498: -12,17 + 1506: -7,10 + 1507: -9,9 + 1508: -8,9 + 1513: -22,5 + 1514: -18,6 + 1515: -18,5 + 1516: -21,6 + 1521: 9,-16 + 1522: 9,-14 + 1523: 21,-13 + 1524: 20,-14 + 1525: 28,-19 + 1526: 38,-24 + 1527: 40,-19 + 1528: 37,-16 + 1529: 40,-11 + 1530: 37,-4 + 1531: 37,0 + 1532: 33,1 + 1533: 32,12 + 1534: 31,13 + 1535: 30,13 + 1555: 27,11 + 1557: 7,-11 + 1558: 8,-12 + 1559: 8,-13 + 1560: 8,-11 + 1561: 2,-6 + 1562: 4,-6 + 1563: 1,-7 + 1564: 3,-6 + 1565: 1,-2 + 1566: 1,-1 + 1567: -1,3 + 1568: -4,1 + 1569: -9,0 + 1570: -12,0 + 1571: -16,0 + 1572: -17,-2 + 1573: -18,-3 + 1574: -18,-6 + 1575: -18,-10 + 1576: -18,-12 + 1577: -17,-14 + 1578: -22,-13 + 1579: -22,-13 + 1580: -22,-15 + 1581: -30,-11 + 1582: -32,-9 + 1583: -34,-9 + 1584: -36,-10 + 1585: -37,-10 + 1586: -41,-10 + 1587: -43,-10 + 1588: -45,-10 + 1589: -38,-12 + 1590: -38,-12 + 1591: -38,-14 + 1592: -38,-14 + 1593: -41,-15 + 1594: -45,-11 + 1595: -49,-9 + 1596: -50,-10 + 1597: -51,-15 + 1598: -53,-14 + 1599: -50,-15 + 1600: -53,-13 + 1601: -56,-12 + 1602: -57,-10 + 1603: -55,-9 + 1604: -55,-8 + 1605: -56,-8 + 1606: -55,-9 + 1638: -51,15 + 1639: -51,14 + 1640: -49,13 + 1641: -48,13 + 1642: -47,13 + 1643: -47,16 + 1644: -47,19 + 1645: -48,21 + 1646: -47,23 + 1647: -50,23 + 1648: -50,22 + 1649: -42,13 + 1650: -43,12 + 1651: -43,10 + 1652: -42,11 + 1653: -42,14 + 1654: -42,18 + 1655: -43,19 + 1656: -43,21 + 1657: -43,22 + 1658: -42,22 + 1659: -41,19 + 1660: -41,17 + 1661: -41,16 + 1662: -41,14 + 1663: -41,13 + 1664: -40,27 + 1665: -39,26 + 1666: -39,29 + 1667: -35,27 + 1668: -39,26 + 1669: -40,26 + 1670: -41,33 + 1671: -45,33 + 1672: -48,33 + 1673: -49,34 + 1674: -51,34 + 1675: -51,33 + 1676: -50,39 + 1677: -49,40 + 1678: -48,40 + 1679: -48,40 + 1680: -36,37 + 1681: -37,37 + 1682: -37,37 + 1683: -37,36 + 1684: -37,36 + 1685: -36,36 + 1686: -37,34 + 1687: -37,32 + 1688: -32,25 + 1689: -33,25 + 1690: -33,25 + 1706: -14,27 + 1707: -20,25 + 1708: -14,26 + 1709: -23,25 + 1710: -24,22 + 1711: -23,31 + 1712: -25,31 + 1713: -25,29 + 1715: -23,36 + 1716: -24,33 + 1717: -24,22 + 1718: -24,16 + 1719: -24,15 + 1720: -24,14 + 1721: -26,11 + 1722: -26,11 + 1723: -26,8 + 1728: -10,5 + 1729: -16,4 + 1730: -14,3 + 1731: -14,6 + 1732: -14,6 + 1733: -15,-1 + 1744: 30,-20 + 1745: 28,-20 + 1746: 28,-19 + 1747: 25,-8 + 1748: 25,-8 + 1749: 25,-6 + 1750: 24,-8 + 1751: 24,-6 + 1752: 24,-3 + 1753: 24,-3 + 1754: 26,-6 + 1755: 22,7 + 1756: 14,7 + 1757: 13,8 + 1758: 11,8 + 1759: 12,10 + 1760: 12,10 + 1761: 10,10 + 1762: 10,12 + 1763: 8,11 + 1764: 7,9 + 1765: 6,7 + 1816: -3,-28 + 1817: -5,-28 + 1818: -5,-23 + 1819: -5,-27 + 1820: -3,-29 + 1821: -2,-28 + 1822: 0,-24 + 1823: -1,-23 + 1824: 1,-24 + 2526: 12,-23 + 2527: 9,-20 + 2544: 20,-28 + 2545: 17,-26 + 2546: 16,-31 + 2547: 12,-14 + 2548: 9,-14 + 2549: 4,-14 + 2550: 14,-22 + 2574: -46,-16 + 2607: 11,-43 - node: cleanable: True angle: 1.5707963267948966 rad @@ -3098,32 +3095,32 @@ entities: color: '#FFFFFFFF' id: DirtLight decals: - 2002: -17,26 + 1991: -17,26 - node: cleanable: True color: '#5D2C00D3' id: DirtMedium decals: - 1858: -35,7 - 1859: -38,5 - 1860: -42,5 - 1861: -41,10 - 1862: -44,13 - 1863: -41,17 - 1864: -51,11 + 1847: -35,7 + 1848: -38,5 + 1849: -42,5 + 1850: -41,10 + 1851: -44,13 + 1852: -41,17 + 1853: -51,11 - node: cleanable: True color: '#8354329E' id: DirtMedium decals: - 2273: 25,-15 + 2262: 25,-15 - node: cleanable: True color: '#835432FF' id: DirtMedium decals: - 2268: 27,-16 - 2270: 28,-17 + 2257: 27,-16 + 2259: 28,-17 - node: cleanable: True color: '#FF0000FF' @@ -3231,100 +3228,92 @@ entities: 1311: -14,15 1312: -14,14 1313: -13,14 - 1349: -32.07212,17.987146 - 1350: -32.00962,18.987146 - 1351: -32.056496,20.268396 - 1352: -30.94712,19.987146 - 1353: -31.00962,18.768396 - 1354: -32.04087,17.940271 - 1355: -32.04087,19.143396 - 1356: -31.91587,19.940271 - 1407: -54,-5 - 1408: -54,-3 - 1409: -50,-3 - 1425: -55,-10 - 1426: -57,-5 - 1433: 38,-22 - 1434: 39,-17 - 1435: 38,-11 - 1436: 40,-9 - 1451: 23,19 - 1454: 25,19 - 1458: 22,21 - 1459: 20,24 - 1460: 20,26 - 1466: 13,21 - 1467: 10,21 - 1468: 12,14 - 1476: 6,-8 - 1477: 6,-6 - 1478: 6,-7 - 1479: -2,-1 - 1482: -6,-4 - 1498: -22,-5 - 1513: -10,10 - 1514: -8,12 - 1515: -7,10 - 1516: -7,10 - 1547: 37,12 - 1548: 30,12 - 1549: 31,12 - 1550: 30,12 - 1551: 26,11 - 1552: 26,14 - 1553: 26,16 - 1554: 22,15 - 1555: 22,18 - 1556: 22,12 - 1557: 17,16 - 1558: 13,16 - 1559: 10,12 - 1560: 8,9 - 1561: 13,19 - 1562: 12,22 - 1563: 13,25 - 1564: 9,25 - 1565: 10,25 - 1751: 40,-10 - 1877: 34,-15 - 1878: 33,-17 - 1879: 25,-5 - 1880: 26,-4 - 2535: -12,-23 - 2539: 12,-28 - 2659: -5,-48 - 2660: -4,-47 - 2661: 1,-46 - 2662: -1,-46 - 2663: -3,-48 - 2664: -3,-40 - 2665: 1,-43 - 2666: -3,-39 - 2667: -6,-40 - 2668: -7,-40 - 2669: -8,-40 - 2670: -6,-38 - 2671: -3,-39 - 2672: 1,-43 - 2673: 1,-39 - 2674: 0,-38 - 2675: -3,-42 - 2676: 2,-44 - 2677: -1,-47 - 2678: -3,-48 - 2679: 0,-50 - 2680: -3,-51 - 2681: -3,-51 - 2682: -4,-50 - 2683: -6,-50 - 2684: -8,-49 - 2685: -9,-48 - 2686: -8,-49 - 2687: -8,-51 - 2688: -8,-52 - 2689: -8,-52 - 2690: 0,-52 - 2691: 1,-51 + 1396: -54,-5 + 1397: -54,-3 + 1398: -50,-3 + 1414: -55,-10 + 1415: -57,-5 + 1422: 38,-22 + 1423: 39,-17 + 1424: 38,-11 + 1425: 40,-9 + 1440: 23,19 + 1443: 25,19 + 1447: 22,21 + 1448: 20,24 + 1449: 20,26 + 1455: 13,21 + 1456: 10,21 + 1457: 12,14 + 1465: 6,-8 + 1466: 6,-6 + 1467: 6,-7 + 1468: -2,-1 + 1471: -6,-4 + 1487: -22,-5 + 1502: -10,10 + 1503: -8,12 + 1504: -7,10 + 1505: -7,10 + 1536: 37,12 + 1537: 30,12 + 1538: 31,12 + 1539: 30,12 + 1540: 26,11 + 1541: 26,14 + 1542: 26,16 + 1543: 22,15 + 1544: 22,18 + 1545: 22,12 + 1546: 17,16 + 1547: 13,16 + 1548: 10,12 + 1549: 8,9 + 1550: 13,19 + 1551: 12,22 + 1552: 13,25 + 1553: 9,25 + 1554: 10,25 + 1740: 40,-10 + 1866: 34,-15 + 1867: 33,-17 + 1868: 25,-5 + 1869: 26,-4 + 2524: -12,-23 + 2528: 12,-28 + 2648: -5,-48 + 2649: -4,-47 + 2650: 1,-46 + 2651: -1,-46 + 2652: -3,-48 + 2653: -3,-40 + 2654: 1,-43 + 2655: -3,-39 + 2656: -6,-40 + 2657: -7,-40 + 2658: -8,-40 + 2659: -6,-38 + 2660: -3,-39 + 2661: 1,-43 + 2662: 1,-39 + 2663: 0,-38 + 2664: -3,-42 + 2665: 2,-44 + 2666: -1,-47 + 2667: -3,-48 + 2668: 0,-50 + 2669: -3,-51 + 2670: -3,-51 + 2671: -4,-50 + 2672: -6,-50 + 2673: -8,-49 + 2674: -9,-48 + 2675: -8,-49 + 2676: -8,-51 + 2677: -8,-52 + 2678: -8,-52 + 2679: 0,-52 + 2680: 1,-51 - node: color: '#FFFFFFFF' id: FlowersBROne @@ -3337,7 +3326,7 @@ entities: color: '#FFFFFFFF' id: FlowersBROne decals: - 2300: -20,4 + 2289: -20,4 - node: color: '#FFFFFFFF' id: FlowersBRTwo @@ -3363,7 +3352,7 @@ entities: 917: 2,2 965: -18,27 977: 34,-19 - 2109: -15.033748,27.036722 + 2098: -15.033748,27.036722 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -3381,7 +3370,7 @@ entities: id: Flowersy2 decals: 911: -2,-2 - 2108: -16.064997,26.932484 + 2097: -16.064997,26.932484 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -3394,7 +3383,7 @@ entities: color: '#FFFFFFFF' id: Flowersy3 decals: - 2301: -19,4 + 2290: -19,4 - node: color: '#52B4E996' id: FullTileOverlayGreyscale @@ -3420,9 +3409,9 @@ entities: 788: 24,25 789: 24,26 790: 25,26 - 2302: 26,24 - 2303: 26,26 - 2304: 26,25 + 2291: 26,24 + 2292: 26,26 + 2293: 26,25 - node: cleanable: True color: '#52B4E996' @@ -3466,80 +3455,80 @@ entities: color: '#EFB34196' id: FullTileOverlayGreyscale decals: - 2138: -26,-80 - 2139: -25,-80 - 2140: -25,-74 - 2141: -26,-74 - 2142: -31,-77 + 2127: -26,-80 + 2128: -25,-80 + 2129: -25,-74 + 2130: -26,-74 + 2131: -31,-77 - node: color: '#FFFFFFFF' id: Grassa2 decals: - 1376: -62.547764,-5.606035 - 1429: -50,5 + 1365: -62.547764,-5.606035 + 1418: -50,5 - node: cleanable: True color: '#FFFFFFFF' id: Grassa4 decals: - 2294: -19,3 - 2295: -21,4 - 2296: -22,3 + 2283: -19,3 + 2284: -21,4 + 2285: -22,3 - node: color: '#FFFFFFFF' id: Grassb4 decals: - 1368: -61.648212,-5.625451 - 1369: -60.616962,-5.625451 + 1357: -61.648212,-5.625451 + 1358: -60.616962,-5.625451 - node: color: '#FFFFFFFF' id: Grassd1 decals: - 1362: -61.632587,-7.500451 - 1363: -59.273212,-9.375451 - 1367: -60.866962,-6.812951 + 1351: -61.632587,-7.500451 + 1352: -59.273212,-9.375451 + 1356: -60.866962,-6.812951 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 1385: -62.77488,-9.999852 + 1374: -62.77488,-9.999852 - node: cleanable: True color: '#FFFFFFFF' id: Grassd2 decals: - 2297: -21,3 + 2286: -21,3 - node: color: '#FFFFFFFF' id: Grassd3 decals: - 1370: -60.788837,-9.828576 - 1371: -61.304462,-10.078576 + 1359: -60.788837,-9.828576 + 1360: -61.304462,-10.078576 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 1364: -61.663837,-9.953576 - 1365: -59.320087,-7.359826 - 1366: -59.523212,-6.828576 - 1377: -63.25089,-6.387285 - 1378: -63.266514,-5.68416 - 1379: -62.735264,-6.262285 - 1380: -63.28214,-7.387285 + 1353: -61.663837,-9.953576 + 1354: -59.320087,-7.359826 + 1355: -59.523212,-6.828576 + 1366: -63.25089,-6.387285 + 1367: -63.266514,-5.68416 + 1368: -62.735264,-6.262285 + 1369: -63.28214,-7.387285 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 1372: -58.820087,-10.078576 - 1373: -58.773212,-9.578576 - 1374: -58.429462,-9.406701 - 1375: -58.570087,-8.687951 + 1361: -58.820087,-10.078576 + 1362: -58.773212,-9.578576 + 1363: -58.429462,-9.406701 + 1364: -58.570087,-8.687951 - node: color: '#FFFFFFFF' id: GrayConcreteTrimLineN decals: - 2389: -47,-17 - 2390: -48,-17 + 2378: -47,-17 + 2379: -48,-17 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale @@ -3551,53 +3540,53 @@ entities: 470: -3,27 471: -6,31 472: -5,31 - 1725: -4,31 + 1714: -4,31 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale decals: - 2343: 12,2 - 2344: 13,2 - 2502: 17,1 - 2503: 19,1 - 2504: 21,1 + 2332: 12,2 + 2333: 13,2 + 2491: 17,1 + 2492: 19,1 + 2493: 21,1 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale decals: - 2318: -23,1 - 2319: -13,1 - 2325: -11,1 - 2326: -9,1 - 2327: -7,1 - 2337: -19,1 - 2338: -17,1 - 2339: -15,1 + 2307: -23,1 + 2308: -13,1 + 2314: -11,1 + 2315: -9,1 + 2316: -7,1 + 2326: -19,1 + 2327: -17,1 + 2328: -15,1 - node: color: '#A4610696' id: HalfTileOverlayGreyscale decals: - 2456: 13,-13 - 2478: 15,-25 - 2479: 16,-25 - 2480: 17,-25 - 2492: 5,-3 - 2493: 6,-3 - 2494: 7,-3 - 2495: 8,-3 + 2445: 13,-13 + 2467: 15,-25 + 2468: 16,-25 + 2469: 17,-25 + 2481: 5,-3 + 2482: 6,-3 + 2483: 7,-3 + 2484: 8,-3 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 2499: 27,2 + 2488: 27,2 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale decals: - 2517: -14,-24 - 2518: -13,-24 - 2519: -12,-24 - 2520: -11,-24 + 2506: -14,-24 + 2507: -13,-24 + 2508: -12,-24 + 2509: -11,-24 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale180 @@ -3609,29 +3598,29 @@ entities: color: '#A4610696' id: HalfTileOverlayGreyscale180 decals: - 2416: 14,-2 - 2417: 11,-2 - 2449: 6,-14 - 2450: 4,-14 - 2451: 3,-14 - 2453: 7,-14 - 2461: 13,-11 - 2472: 15,-33 - 2473: 16,-33 - 2474: 17,-33 - 2475: 19,-33 - 2476: 20,-33 - 2477: 21,-33 - 2482: 7,-8 - 2483: 6,-8 - 2484: 5,-8 - 2485: 4,-8 - 2486: 3,-8 - 2487: 2,-8 - 2491: 8,-8 - 2627: 5,-1 - 2628: 7,-1 - 2629: 9,-1 + 2405: 14,-2 + 2406: 11,-2 + 2438: 6,-14 + 2439: 4,-14 + 2440: 3,-14 + 2442: 7,-14 + 2450: 13,-11 + 2461: 15,-33 + 2462: 16,-33 + 2463: 17,-33 + 2464: 19,-33 + 2465: 20,-33 + 2466: 21,-33 + 2471: 7,-8 + 2472: 6,-8 + 2473: 5,-8 + 2474: 4,-8 + 2475: 3,-8 + 2476: 2,-8 + 2480: 8,-8 + 2616: 5,-1 + 2617: 7,-1 + 2618: 9,-1 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 @@ -3653,45 +3642,45 @@ entities: 289: 3,-29 290: 4,-29 291: 5,-29 - 1843: 2,-29 - 2506: -15,-20 - 2507: -14,-20 - 2508: -13,-20 - 2509: -12,-20 - 2521: -14,-23 - 2522: -13,-23 - 2523: -12,-23 - 2524: -11,-23 + 1832: 2,-29 + 2495: -15,-20 + 2496: -14,-20 + 2497: -13,-20 + 2498: -12,-20 + 2510: -14,-23 + 2511: -13,-23 + 2512: -12,-23 + 2513: -11,-23 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale270 decals: 476: -21,35 - 1735: -21,33 - 1736: -21,34 - 2623: 23,-5 - 2624: 23,-4 + 1724: -21,33 + 1725: -21,34 + 2612: 23,-5 + 2613: 23,-4 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale270 decals: - 2259: 24,-16 - 2260: 24,-15 - 2261: 24,-14 - 2262: 24,-13 - 2263: 24,-12 - 2328: -6,2 - 2329: -6,4 - 2330: -5,8 - 2331: -5,10 - 2332: -5,12 - 2333: -5,14 + 2248: 24,-16 + 2249: 24,-15 + 2250: 24,-14 + 2251: 24,-13 + 2252: 24,-12 + 2317: -6,2 + 2318: -6,4 + 2319: -5,8 + 2320: -5,10 + 2321: -5,12 + 2322: -5,14 - node: color: '#A4610696' id: HalfTileOverlayGreyscale270 decals: - 2489: 1,-7 - 2490: 1,-6 + 2478: 1,-7 + 2479: 1,-6 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 @@ -3702,10 +3691,10 @@ entities: 492: -25,30 493: -25,25 494: -25,24 - 2143: -18,-79 - 2144: -18,-78 - 2145: -18,-76 - 2146: -18,-75 + 2132: -18,-79 + 2133: -18,-78 + 2134: -18,-76 + 2135: -18,-75 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 @@ -3728,14 +3717,14 @@ entities: 360: -5,-19 361: -5,-17 362: -5,-18 - 2132: -30,-76 - 2133: -30,-75 - 2134: -30,-74 - 2135: -30,-78 - 2136: -30,-79 - 2137: -30,-80 - 2525: -15,-22 - 2526: -15,-25 + 2121: -30,-76 + 2122: -30,-75 + 2123: -30,-74 + 2124: -30,-78 + 2125: -30,-79 + 2126: -30,-80 + 2514: -15,-22 + 2515: -15,-25 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale90 @@ -3762,22 +3751,22 @@ entities: color: '#9FED5896' id: HalfTileOverlayGreyscale90 decals: - 2320: -24,2 + 2309: -24,2 - node: color: '#A4610696' id: HalfTileOverlayGreyscale90 decals: - 2435: 12,-25 - 2436: 12,-24 - 2437: 12,-23 + 2424: 12,-25 + 2425: 12,-24 + 2426: 12,-23 - node: color: '#D381C996' id: HalfTileOverlayGreyscale90 decals: - 2147: -15,-75 - 2148: -15,-76 - 2149: -15,-78 - 2150: -15,-79 + 2136: -15,-75 + 2137: -15,-76 + 2138: -15,-78 + 2139: -15,-79 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale90 @@ -3799,30 +3788,30 @@ entities: 373: -7,-28 374: -7,-29 981: -7,-16 - 2124: -27,-78 - 2125: -27,-79 - 2126: -27,-80 - 2127: -27,-81 - 2128: -27,-76 - 2129: -27,-75 - 2130: -27,-74 - 2131: -27,-73 - 2510: -11,-19 - 2511: -11,-18 - 2512: -11,-17 - 2513: -11,-16 + 2113: -27,-78 + 2114: -27,-79 + 2115: -27,-80 + 2116: -27,-81 + 2117: -27,-76 + 2118: -27,-75 + 2119: -27,-74 + 2120: -27,-73 + 2499: -11,-19 + 2500: -11,-18 + 2501: -11,-17 + 2502: -11,-16 - node: color: '#FFFFFFFF' id: LoadingArea decals: - 2351: 22,-32 + 2340: 22,-32 - node: cleanable: True angle: -3.141592653589793 rad color: '#FFFFFFFF' id: LoadingAreaGreyscale decals: - 2380: 18,-31 + 2369: 18,-31 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -3876,7 +3865,7 @@ entities: color: '#FFFFFFFF' id: OldConcreteTrimLineN decals: - 2597: -46,-17 + 2586: -46,-17 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale @@ -3907,8 +3896,8 @@ entities: decals: 1029: 17,-5 1030: 17,-4 - 2324: -6,1 - 2335: -6,6 + 2313: -6,1 + 2324: -6,6 - node: color: '#9FED58FF' id: QuarterTileOverlayGreyscale @@ -3921,12 +3910,12 @@ entities: color: '#A4610696' id: QuarterTileOverlayGreyscale decals: - 2457: 14,-13 + 2446: 14,-13 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale decals: - 2322: -19,-4 + 2311: -19,-4 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale180 @@ -3960,12 +3949,12 @@ entities: color: '#A4610696' id: QuarterTileOverlayGreyscale180 decals: - 2439: 12,-27 - 2440: 12,-22 - 2452: 7,-12 - 2455: 8,-11 - 2459: 12,-11 - 2631: 15,-1 + 2428: 12,-27 + 2429: 12,-22 + 2441: 7,-12 + 2444: 8,-11 + 2448: 12,-11 + 2620: 15,-1 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale270 @@ -3977,7 +3966,7 @@ entities: 834: 8,22 835: 8,18 836: 8,17 - 2625: 23,-3 + 2614: 23,-3 - node: color: '#334E6DFF' id: QuarterTileOverlayGreyscale270 @@ -3998,13 +3987,13 @@ entities: color: '#9FED5896' id: QuarterTileOverlayGreyscale270 decals: - 2336: -6,5 + 2325: -6,5 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale270 decals: - 2460: 14,-11 - 2630: 10,-1 + 2449: 14,-11 + 2619: 10,-1 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale270 @@ -4017,7 +4006,7 @@ entities: id: QuarterTileOverlayGreyscale270 decals: 187: -19,-1 - 2323: -19,-5 + 2312: -19,-5 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 @@ -4052,14 +4041,14 @@ entities: color: '#9FED5896' id: QuarterTileOverlayGreyscale90 decals: - 2321: -24,1 + 2310: -24,1 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale90 decals: - 2438: 12,-26 - 2454: 7,-13 - 2458: 12,-13 + 2427: 12,-26 + 2443: 7,-13 + 2447: 12,-13 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale90 @@ -4078,18 +4067,18 @@ entities: color: '#FFFFFFFF' id: Rock02 decals: - 1381: -61.96964,-10.30916 + 1370: -61.96964,-10.30916 - node: color: '#FFFFFFFF' id: Rock05 decals: - 1382: -62.90714,-5.93416 + 1371: -62.90714,-5.93416 - node: color: '#FFFFFFFF' id: Rust decals: - 1427: -59,-5 - 1428: -58,-5 + 1416: -59,-5 + 1417: -58,-5 - node: color: '#FFFFFFFF' id: SpaceStationSign1 @@ -4131,84 +4120,84 @@ entities: decals: 236: -38,-11 237: -39,-11 - 1404: -52,-10 - 1405: -52,-9 - 2306: 25,24 + 1393: -52,-10 + 1394: -52,-9 + 2295: 25,24 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: StandClear decals: - 2307: 26,25 + 2296: 26,25 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: StandClear decals: - 2308: 25,26 + 2297: 25,26 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: StandClear decals: - 2309: 24,25 + 2298: 24,25 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale decals: - 2341: 11,2 + 2330: 11,2 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale decals: - 2334: -6,7 + 2323: -6,7 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: - 2500: 25,2 + 2489: 25,2 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale decals: - 2516: -15,-24 + 2505: -15,-24 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale180 decals: - 2415: 15,-2 - 2442: 12,-28 + 2404: 15,-2 + 2431: 12,-28 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale180 decals: - 2514: -11,-20 + 2503: -11,-20 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale270 decals: - 2414: 10,-2 - 2488: 1,-8 + 2403: 10,-2 + 2477: 1,-8 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale270 decals: - 2515: -15,-23 + 2504: -15,-23 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 2342: 14,2 + 2331: 14,2 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale90 decals: - 2441: 12,-20 + 2430: 12,-20 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale90 decals: - 2501: 28,2 + 2490: 28,2 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale90 @@ -4220,165 +4209,165 @@ entities: decals: 51: -4,-25 52: -3,-25 - 2305: 25,25 - 2565: -13,-25 + 2294: 25,25 + 2554: -13,-25 - node: color: '#D381C9FF' id: WarnCornerGreyscaleNW decals: - 2161: -11,-75 - 2168: -12,-76 + 2150: -11,-75 + 2157: -12,-76 - node: color: '#D381C9FF' id: WarnCornerGreyscaleSW decals: - 2160: -11,-79 - 2169: -12,-78 + 2149: -11,-79 + 2158: -12,-78 - node: color: '#D381C9FF' id: WarnCornerSmallGreyscaleNE decals: - 2174: -10,-75 + 2163: -10,-75 - node: color: '#D381C9FF' id: WarnCornerSmallGreyscaleNW decals: - 2175: -10,-75 - 2176: -6,-75 + 2164: -10,-75 + 2165: -6,-75 - node: color: '#D381C9FF' id: WarnCornerSmallGreyscaleSE decals: - 2173: -10,-79 + 2162: -10,-79 - node: color: '#D381C9FF' id: WarnCornerSmallGreyscaleSW decals: - 2170: -11,-78 - 2171: -10,-79 - 2172: -6,-79 + 2159: -11,-78 + 2160: -10,-79 + 2161: -6,-79 - node: color: '#FFFFFFFF' id: WarnEndE decals: 1002: -3,-18 - 2528: -11,-22 + 2517: -11,-22 - node: color: '#D381C9FF' id: WarnEndGreyscaleN decals: - 2155: -6,-74 - 2156: -10,-74 + 2144: -6,-74 + 2145: -10,-74 - node: color: '#D381C9FF' id: WarnEndGreyscaleS decals: - 2157: -10,-80 - 2158: -6,-80 + 2146: -10,-80 + 2147: -6,-80 - node: cleanable: True color: '#FFFFFFFF' id: WarnEndN decals: - 2359: 15,-11 - 2375: 22,-33 - 2381: 18,-32 - 2601: 15,-6 + 2348: 15,-11 + 2364: 22,-33 + 2370: 18,-32 + 2590: 15,-6 - node: cleanable: True color: '#FFFFFFFF' id: WarnEndS decals: - 2360: 15,-9 - 2600: 15,-7 + 2349: 15,-9 + 2589: 15,-7 - node: color: '#FFFFFFFF' id: WarnEndW decals: 1001: -4,-18 - 2527: -13,-22 + 2516: -13,-22 - node: cleanable: True color: '#FFFFFFFF' id: WarnFull decals: - 2358: 15,-10 - 2361: 15,-13 - 2362: 15,-14 - 2363: 15,-15 - 2364: 14,-15 - 2365: 13,-15 - 2366: 12,-15 - 2367: 11,-18 - 2368: 11,-20 - 2369: 11,-21 - 2370: 11,-22 - 2371: 11,-23 - 2372: 11,-24 - 2373: 11,-25 - 2374: 11,-26 - 2376: 18,-35 - 2377: 22,-35 - 2382: 18,-33 + 2347: 15,-10 + 2350: 15,-13 + 2351: 15,-14 + 2352: 15,-15 + 2353: 14,-15 + 2354: 13,-15 + 2355: 12,-15 + 2356: 11,-18 + 2357: 11,-20 + 2358: 11,-21 + 2359: 11,-22 + 2360: 11,-23 + 2361: 11,-24 + 2362: 11,-25 + 2363: 11,-26 + 2365: 18,-35 + 2366: 22,-35 + 2371: 18,-33 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 2391: -42,41 + 2380: -42,41 - node: color: '#D381C9FF' id: WarnLineGreyscaleE decals: - 2152: -6,-78 - 2153: -6,-77 - 2154: -6,-76 - 2159: -6,-79 - 2177: -6,-75 + 2141: -6,-78 + 2142: -6,-77 + 2143: -6,-76 + 2148: -6,-79 + 2166: -6,-75 - node: color: '#D381C9FF' id: WarnLineGreyscaleN decals: - 2162: -9,-75 - 2163: -8,-75 - 2164: -7,-75 + 2151: -9,-75 + 2152: -8,-75 + 2153: -7,-75 - node: color: '#D381C9FF' id: WarnLineGreyscaleS decals: - 2165: -9,-79 - 2166: -8,-79 - 2167: -7,-79 + 2154: -9,-79 + 2155: -8,-79 + 2156: -7,-79 - node: color: '#D381C9FF' id: WarnLineGreyscaleW decals: - 2151: -12,-77 + 2140: -12,-77 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 2530: -12,-22 - 2566: -48,-16 - 2567: -47,-16 - 2568: -46,-16 + 2519: -12,-22 + 2555: -48,-16 + 2556: -47,-16 + 2557: -46,-16 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 2392: -43,41 + 2381: -43,41 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 1393: 7,-40 - 1394: 6,-40 - 1395: 5,-40 - 2529: -12,-22 + 1382: 7,-40 + 1383: 6,-40 + 1384: 5,-40 + 2518: -12,-22 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 2604: 27,5 + 2593: 27,5 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -4409,12 +4398,12 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinInnerNw decals: - 2615: 9,-35 + 2604: 9,-35 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: - 2614: 9,-30 + 2603: 9,-30 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE @@ -4436,11 +4425,11 @@ entities: 616: -58,0 617: -58,1 618: -58,2 - 1383: -61.84464,-9.074785 - 1384: -62.988163,-9.100406 - 2605: 27,4 - 2606: 11,-35 - 2607: 11,-34 + 1372: -61.84464,-9.074785 + 1373: -62.988163,-9.100406 + 2594: 27,4 + 2595: 11,-35 + 2596: 11,-34 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -4448,8 +4437,8 @@ entities: 43: -5,-8 44: -6,-8 818: 20,-6 - 2602: 26,5 - 2603: 25,5 + 2591: 26,5 + 2592: 25,5 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -4457,14 +4446,14 @@ entities: 35: -8,-10 36: -7,-10 37: -4,-10 - 1357: 21.001646,-5.1484656 + 1346: 21.001646,-5.1484656 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 1488: -6,-10 - 1489: -5,-10 + 1477: -6,-10 + 1478: -5,-10 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -4482,10 +4471,10 @@ entities: 49: -14,22 50: -14,23 819: 19,-7 - 2610: 9,-34 - 2611: 9,-33 - 2612: 9,-32 - 2613: 9,-31 + 2599: 9,-34 + 2600: 9,-33 + 2601: 9,-32 + 2602: 9,-31 - node: color: '#FFFFFFFF' id: bushsnowa3 @@ -4499,14 +4488,14 @@ entities: color: '#FFFF0089' id: end decals: - 2595: -48,-19 + 2584: -48,-19 - node: cleanable: True angle: -0.8726646259971648 rad color: '#00C83AFF' id: peace decals: - 2599: -46.181316,-17.267536 + 2588: -46.181316,-17.267536 - node: color: '#EFB34196' id: radiation @@ -4521,7 +4510,7 @@ entities: color: '#FFFFFFFF' id: skull decals: - 2596: -46.264652,-18.779003 + 2585: -46.264652,-18.779003 - node: color: '#FFFFFF93' id: space @@ -4532,11 +4521,11 @@ entities: color: '#0000008B' id: splatter decals: - 2589: -47.00404,-18.038906 - 2590: -47.00404,-18.038906 - 2591: -47.00404,-18.038906 - 2592: -46.733208,-18.247383 - 2593: -47.25404,-17.694916 + 2578: -47.00404,-18.038906 + 2579: -47.00404,-18.038906 + 2580: -47.00404,-18.038906 + 2581: -46.733208,-18.247383 + 2582: -47.25404,-17.694916 - type: GridAtmosphere version: 2 data: @@ -6254,9 +6243,7 @@ entities: - 10567 - 10348 - 10561 - - 10375 - 10376 - - 10560 - 10346 - type: AtmosDevice joinedGrid: 2 @@ -7226,13 +7213,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 61 - components: - - type: Transform - pos: 7.5,-41.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 62 components: - type: Transform @@ -7254,16 +7234,6 @@ entities: - type: Transform pos: -28.5,8.5 parent: 2 - - uid: 65 - components: - - type: Transform - pos: -34.5,17.5 - parent: 2 - - uid: 66 - components: - - type: Transform - pos: -31.5,17.5 - parent: 2 - uid: 67 components: - type: Transform @@ -7502,11 +7472,6 @@ entities: parent: 2 - proto: AirlockCommandGlassLocked entities: - - uid: 123 - components: - - type: Transform - pos: -19.5,-22.5 - parent: 2 - uid: 124 components: - type: Transform @@ -7607,16 +7572,6 @@ entities: - type: Transform pos: -9.5,-18.5 parent: 2 - - uid: 142 - components: - - type: Transform - pos: -19.5,-24.5 - parent: 2 - - uid: 143 - components: - - type: Transform - pos: -21.5,-26.5 - parent: 2 - uid: 144 components: - type: Transform @@ -7670,6 +7625,11 @@ entities: parent: 2 - proto: AirlockEngineeringLocked entities: + - uid: 143 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 - uid: 154 components: - type: Transform @@ -7724,6 +7684,25 @@ entities: - type: Transform pos: 28.5,26.5 parent: 2 +- proto: AirlockEVAGlassLocked + entities: + - uid: 123 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 2 +- proto: AirlockEVALocked + entities: + - uid: 307 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 - proto: AirlockExternalEngineeringLocked entities: - uid: 164 @@ -8249,6 +8228,16 @@ entities: parent: 2 - proto: AirlockGlass entities: + - uid: 65 + components: + - type: Transform + pos: -33.5,17.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -31.5,17.5 + parent: 2 - uid: 226 components: - type: Transform @@ -8708,11 +8697,6 @@ entities: parent: 2 - proto: AirlockMaintCommandLocked entities: - - uid: 307 - components: - - type: Transform - pos: -21.5,-20.5 - parent: 2 - uid: 308 components: - type: Transform @@ -8963,6 +8947,11 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,5.5 parent: 2 + - uid: 14563 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 - proto: AirlockMaintMedLocked entities: - uid: 350 @@ -9725,234 +9714,331 @@ entities: entities: - uid: 465 components: + - type: MetaData + name: APC (Logi, North) - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-5.5 parent: 2 - uid: 466 components: + - type: MetaData + name: APC (Eng, Atmos) - type: Transform rot: 3.141592653589793 rad pos: 7.5,-40.5 parent: 2 - uid: 467 components: + - type: MetaData + name: APC (Hydroponics) - type: Transform rot: 1.5707963267948966 rad pos: -19.5,8.5 parent: 2 - uid: 468 components: + - type: MetaData + name: APC (Medical Outpost) - type: Transform rot: 1.5707963267948966 rad pos: -34.5,0.5 parent: 2 - uid: 469 components: + - type: MetaData + name: APC (Sec, West) - type: Transform pos: -35.5,-10.5 parent: 2 - uid: 470 components: + - type: MetaData + name: APC (AI, North) - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-72.5 parent: 2 - uid: 471 components: + - type: MetaData + name: APC (AI, West) - type: Transform rot: 3.141592653589793 rad pos: -29.5,-80.5 parent: 2 - uid: 472 components: + - type: MetaData + name: APC (AI, East) - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-76.5 parent: 2 - uid: 473 components: + - type: MetaData + name: APC (Evac, Primary) - type: Transform rot: -1.5707963267948966 rad pos: -44.5,18.5 parent: 2 - uid: 474 components: + - type: MetaData + name: APC (Kitchen) - type: Transform pos: -8.5,13.5 parent: 2 - uid: 475 components: + - type: MetaData + name: APC (Dorms/Cryosleep) - type: Transform pos: -35.5,16.5 parent: 2 - uid: 476 components: + - type: MetaData + name: APC (Boxing ring) - type: Transform rot: -1.5707963267948966 rad pos: 38.5,9.5 parent: 2 - uid: 477 components: + - type: MetaData + name: APC (Med, Virology) - type: Transform rot: 1.5707963267948966 rad pos: 20.5,14.5 parent: 2 - uid: 478 components: + - type: MetaData + name: APC (Med, Surgery) - type: Transform rot: 1.5707963267948966 rad pos: 11.5,24.5 parent: 2 - uid: 479 components: + - type: MetaData + name: APC (Med, Genetics) - type: Transform pos: 21.5,27.5 parent: 2 - uid: 480 components: + - type: MetaData + name: APC (Kitchen, Alternate) - type: Transform rot: 3.141592653589793 rad pos: 31.5,-7.5 parent: 2 - uid: 481 components: + - type: MetaData + name: APC (Epi, West) - type: Transform pos: -48.5,38.5 parent: 2 - uid: 482 components: + - type: MetaData + name: APC (Epi, Central) - type: Transform pos: -41.5,35.5 parent: 2 - uid: 483 components: + - type: MetaData + name: APC (Epi, Chapel) - type: Transform rot: 1.5707963267948966 rad pos: -33.5,30.5 parent: 2 - uid: 484 components: + - type: MetaData + name: APC (Reporter/Lawyer) - type: Transform rot: -1.5707963267948966 rad pos: -15.5,20.5 parent: 2 - uid: 485 components: + - type: MetaData + name: APC (Hall, Central) - type: Transform rot: 1.5707963267948966 rad pos: -6.5,3.5 parent: 2 - uid: 486 components: + - type: MetaData + name: APC (Hall, Northeast) - type: Transform pos: -7.5,27.5 parent: 2 - uid: 487 components: + - type: MetaData + name: APC (Bar) - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-6.5 parent: 2 - uid: 488 components: + - type: MetaData + name: APC (Bridge, Captain) - type: Transform rot: 1.5707963267948966 rad pos: -2.5,39.5 parent: 2 - uid: 489 components: + - type: MetaData + name: APC (Sec, East) - type: Transform rot: -1.5707963267948966 rad pos: -26.5,-10.5 parent: 2 - uid: 490 components: + - type: MetaData + name: APC (Central Maintenance) - type: Transform pos: 2.5,8.5 parent: 2 - uid: 491 components: + - type: MetaData + name: APC (Med, Chemistry) - type: Transform pos: 13.5,9.5 parent: 2 - uid: 492 components: + - type: MetaData + name: APC (HoP office) - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-5.5 parent: 2 - uid: 493 components: + - type: MetaData + name: APC (Arrivals) - type: Transform pos: 36.5,-17.5 parent: 2 - uid: 494 components: + - type: MetaData + name: APC (Hall, East) - type: Transform pos: 5.5,2.5 parent: 2 - uid: 495 components: + - type: MetaData + name: APC (Hall, South Central) - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-2.5 parent: 2 - uid: 496 components: + - type: MetaData + name: APC (Hall, South) - type: Transform rot: 3.141592653589793 rad pos: -15.5,-14.5 parent: 2 - uid: 497 components: + - type: MetaData + name: APC (Hall, West) - type: Transform pos: -39.5,8.5 parent: 2 - uid: 498 components: + - type: MetaData + name: APC (Bridge) - type: Transform rot: 3.141592653589793 rad pos: -7.5,37.5 parent: 2 - uid: 499 components: + - type: MetaData + name: APC (Hall, North) - type: Transform rot: -1.5707963267948966 rad pos: -21.5,29.5 parent: 2 - uid: 500 components: + - type: MetaData + name: APC (Courtroom) - type: Transform rot: -1.5707963267948966 rad pos: -18.5,41.5 parent: 2 - uid: 501 components: + - type: MetaData + name: APC (Vault) - type: Transform pos: -0.5,21.5 parent: 2 - uid: 502 components: + - type: MetaData + name: APC (Hall, West Central) - type: Transform rot: 1.5707963267948966 rad pos: -26.5,10.5 parent: 2 + - uid: 1660 + components: + - type: MetaData + name: APC (Solars, East) + - type: Transform + pos: 44.5,14.5 + parent: 2 + - uid: 11697 + components: + - type: MetaData + name: APC (Solars, North) + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,50.5 + parent: 2 - proto: APCHighCapacity entities: - uid: 503 components: + - type: MetaData + name: APC (Sec, Armory) - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-1.5 parent: 2 - uid: 504 components: + - type: MetaData + name: APC (Logi, Dock) - type: Transform pos: 16.5,-23.5 parent: 2 - uid: 505 components: + - type: MetaData + name: APC (Eng, North) - type: Transform pos: -8.5,-25.5 parent: 2 @@ -9962,34 +10048,46 @@ entities: lastChargeState: Full - uid: 506 components: + - type: MetaData + name: APC (Sec, Perma) - type: Transform pos: -52.5,-7.5 parent: 2 - uid: 507 components: + - type: MetaData + name: APC (Eng, South) - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-38.5 parent: 2 - uid: 508 components: + - type: MetaData + name: APC (Logi, South) - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-11.5 parent: 2 - uid: 509 components: + - type: MetaData + name: APC (Disposals) - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-21.5 parent: 2 - uid: 510 components: + - type: MetaData + name: APC (Eng, AME) - type: Transform pos: 5.5,-22.5 parent: 2 - uid: 511 components: + - type: MetaData + name: APC (Logi, Maintenance) - type: Transform pos: 0.5,-11.5 parent: 2 @@ -10620,11 +10718,6 @@ entities: - type: Transform pos: -30.5,9.5 parent: 2 - - uid: 625 - components: - - type: Transform - pos: -33.5,20.5 - parent: 2 - uid: 626 components: - type: MetaData @@ -10652,10 +10745,10 @@ entities: - type: Transform pos: -33.5,37.5 parent: 2 - - uid: 631 + - uid: 5969 components: - type: Transform - pos: -35.5,-4.5 + pos: -36.5,-4.5 parent: 2 - proto: BedsheetBlack entities: @@ -10718,13 +10811,10 @@ entities: parent: 2 - proto: BedsheetHOS entities: - - uid: 641 + - uid: 5841 components: - - type: MetaData - name: Warden's bedsheet - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-4.5 + pos: -36.5,-4.5 parent: 2 - proto: BedsheetMedical entities: @@ -10846,11 +10936,6 @@ entities: - type: Transform pos: 8.5,-30.5 parent: 2 - - uid: 664 - components: - - type: Transform - pos: -33.5,20.5 - parent: 2 - uid: 665 components: - type: Transform @@ -10881,11 +10966,6 @@ entities: - type: Transform pos: -30.5,9.5 parent: 2 - - uid: 671 - components: - - type: Transform - pos: -30.5,18.5 - parent: 2 - proto: BedsheetUSA entities: - uid: 672 @@ -10960,37 +11040,32 @@ entities: - type: DeviceLinkSink links: - 13593 -- proto: BlastDoorBridgeOpen +- proto: BlastDoorOpen entities: - - uid: 681 + - uid: 671 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,42.5 + pos: 3.5,38.5 parent: 2 - type: DeviceLinkSink links: - - 17439 - - uid: 682 + - 12262 + - uid: 681 components: - type: Transform - rot: 3.141592653589793 rad pos: 3.5,39.5 parent: 2 - type: DeviceLinkSink links: - - 17439 - - uid: 683 + - 12262 + - uid: 682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,38.5 + pos: 2.5,42.5 parent: 2 - type: DeviceLinkSink links: - - 17439 -- proto: BlastDoorOpen - entities: + - 12262 - uid: 684 components: - type: Transform @@ -11578,6 +11653,11 @@ entities: parent: 2 - proto: CableApcExtension entities: + - uid: 683 + components: + - type: Transform + pos: -33.5,18.5 + parent: 2 - uid: 766 components: - type: Transform @@ -13331,17 +13411,12 @@ entities: - uid: 1117 components: - type: Transform - pos: -34.5,17.5 + pos: -33.5,17.5 parent: 2 - uid: 1118 components: - type: Transform - pos: -34.5,18.5 - parent: 2 - - uid: 1119 - components: - - type: Transform - pos: -34.5,19.5 + pos: -33.5,16.5 parent: 2 - uid: 1120 components: @@ -16038,16 +16113,6 @@ entities: - type: Transform pos: 30.5,27.5 parent: 2 - - uid: 1659 - components: - - type: Transform - pos: 31.5,16.5 - parent: 2 - - uid: 1660 - components: - - type: Transform - pos: 31.5,17.5 - parent: 2 - uid: 1661 components: - type: Transform @@ -16103,21 +16168,11 @@ entities: - type: Transform pos: 39.5,16.5 parent: 2 - - uid: 1672 - components: - - type: Transform - pos: 39.5,9.5 - parent: 2 - uid: 1673 components: - type: Transform pos: 41.5,9.5 parent: 2 - - uid: 1674 - components: - - type: Transform - pos: 40.5,9.5 - parent: 2 - uid: 1675 components: - type: Transform @@ -17983,16 +18038,6 @@ entities: - type: Transform pos: -43.5,43.5 parent: 2 - - uid: 2048 - components: - - type: Transform - pos: -43.5,44.5 - parent: 2 - - uid: 2049 - components: - - type: Transform - pos: -43.5,45.5 - parent: 2 - uid: 2050 components: - type: Transform @@ -22813,6 +22858,11 @@ entities: - type: Transform pos: 1.5,-44.5 parent: 2 + - uid: 5013 + components: + - type: Transform + pos: 44.5,14.5 + parent: 2 - uid: 5692 components: - type: Transform @@ -22823,6 +22873,21 @@ entities: - type: Transform pos: 22.5,-46.5 parent: 2 + - uid: 7543 + components: + - type: Transform + pos: -41.5,50.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: -33.5,19.5 + parent: 2 + - uid: 9249 + components: + - type: Transform + pos: -31.5,19.5 + parent: 2 - uid: 12577 components: - type: Transform @@ -22833,6 +22898,21 @@ entities: - type: Transform pos: 23.5,-46.5 parent: 2 + - uid: 13639 + components: + - type: Transform + pos: -40.5,50.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + pos: -39.5,50.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: -32.5,19.5 + parent: 2 - uid: 17430 components: - type: Transform @@ -22843,6 +22923,11 @@ entities: - type: Transform pos: 20.5,-49.5 parent: 2 + - uid: 17462 + components: + - type: Transform + pos: 44.5,13.5 + parent: 2 - proto: CableApcStack entities: - uid: 3016 @@ -26947,6 +27032,26 @@ entities: parent: 2 - proto: CableMV entities: + - uid: 61 + components: + - type: Transform + pos: -42.5,50.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: -42.5,47.5 + parent: 2 + - uid: 2048 + components: + - type: Transform + pos: -42.5,48.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 - uid: 3830 components: - type: Transform @@ -29605,7 +29710,7 @@ entities: - uid: 4361 components: - type: Transform - pos: 32.5,-0.5 + pos: 30.5,27.5 parent: 2 - uid: 4362 components: @@ -29675,77 +29780,77 @@ entities: - uid: 4375 components: - type: Transform - pos: 33.5,-0.5 + pos: 31.5,27.5 parent: 2 - uid: 4376 components: - type: Transform - pos: 33.5,0.5 + pos: 31.5,26.5 parent: 2 - uid: 4377 components: - type: Transform - pos: 33.5,1.5 + pos: 31.5,25.5 parent: 2 - uid: 4378 components: - type: Transform - pos: 33.5,2.5 + pos: 31.5,24.5 parent: 2 - uid: 4379 components: - type: Transform - pos: 33.5,3.5 + pos: 31.5,23.5 parent: 2 - uid: 4380 components: - type: Transform - pos: 33.5,4.5 + pos: 31.5,22.5 parent: 2 - uid: 4381 components: - type: Transform - pos: 34.5,4.5 + pos: 31.5,21.5 parent: 2 - uid: 4382 components: - type: Transform - pos: 35.5,4.5 + pos: 31.5,20.5 parent: 2 - uid: 4383 components: - type: Transform - pos: 36.5,4.5 + pos: 31.5,19.5 parent: 2 - uid: 4384 components: - type: Transform - pos: 37.5,4.5 + pos: 31.5,18.5 parent: 2 - uid: 4385 components: - type: Transform - pos: 37.5,5.5 + pos: 32.5,18.5 parent: 2 - uid: 4386 components: - type: Transform - pos: 37.5,6.5 + pos: 33.5,18.5 parent: 2 - uid: 4387 components: - type: Transform - pos: 37.5,7.5 + pos: 34.5,18.5 parent: 2 - uid: 4388 components: - type: Transform - pos: 37.5,8.5 + pos: 35.5,18.5 parent: 2 - uid: 4389 components: - type: Transform - pos: 37.5,9.5 + pos: -39.5,50.5 parent: 2 - uid: 4390 components: @@ -32777,6 +32882,126 @@ entities: - type: Transform pos: -6.5,-38.5 parent: 2 + - uid: 6082 + components: + - type: Transform + pos: 35.5,17.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: -41.5,50.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: -40.5,50.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + pos: -42.5,49.5 + parent: 2 + - uid: 17442 + components: + - type: Transform + pos: 35.5,16.5 + parent: 2 + - uid: 17443 + components: + - type: Transform + pos: 35.5,15.5 + parent: 2 + - uid: 17444 + components: + - type: Transform + pos: 36.5,15.5 + parent: 2 + - uid: 17445 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + pos: 38.5,15.5 + parent: 2 + - uid: 17447 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: 39.5,12.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: 39.5,11.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + pos: 39.5,10.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: 39.5,9.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: 40.5,11.5 + parent: 2 + - uid: 17455 + components: + - type: Transform + pos: 41.5,11.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + pos: 42.5,11.5 + parent: 2 + - uid: 17457 + components: + - type: Transform + pos: 43.5,11.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + pos: 44.5,11.5 + parent: 2 + - uid: 17459 + components: + - type: Transform + pos: 44.5,12.5 + parent: 2 + - uid: 17460 + components: + - type: Transform + pos: 44.5,13.5 + parent: 2 + - uid: 17461 + components: + - type: Transform + pos: 44.5,14.5 + parent: 2 - proto: CableMVStack entities: - uid: 4996 @@ -32883,13 +33108,6 @@ entities: parent: 2 - proto: CarbonDioxideCanister entities: - - uid: 5013 - components: - - type: Transform - pos: 7.5,-47.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5014 components: - type: Transform @@ -33475,6 +33693,11 @@ entities: parent: 2 - proto: Catwalk entities: + - uid: 1672 + components: + - type: Transform + pos: 40.5,9.5 + parent: 2 - uid: 5119 components: - type: Transform @@ -35047,12 +35270,6 @@ entities: rot: 3.141592653589793 rad pos: 40.5,8.5 parent: 2 - - uid: 5415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,9.5 - parent: 2 - uid: 5416 components: - type: Transform @@ -36717,6 +36934,21 @@ entities: - type: Transform pos: -9.5,-49.5 parent: 2 + - uid: 7165 + components: + - type: Transform + pos: -30.5,22.5 + parent: 2 + - uid: 9529 + components: + - type: Transform + pos: -32.5,22.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: -31.5,22.5 + parent: 2 - uid: 12810 components: - type: Transform @@ -37247,6 +37479,11 @@ entities: parent: 2 - proto: ChairFolding entities: + - uid: 5415 + components: + - type: Transform + pos: -34.5,16.5 + parent: 2 - uid: 5816 components: - type: Transform @@ -37282,16 +37519,6 @@ entities: rot: 1.5707963267948966 rad pos: -37.36659,-13.455574 parent: 2 - - uid: 5822 - components: - - type: Transform - pos: -33.5,16.5 - parent: 2 - - uid: 5823 - components: - - type: Transform - pos: -32.5,16.5 - parent: 2 - uid: 5824 components: - type: Transform @@ -37392,11 +37619,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.453184,-4.092387 parent: 2 - - uid: 5841 - components: - - type: Transform - pos: -31.5,-12.5 - parent: 2 - uid: 5842 components: - type: Transform @@ -37616,6 +37838,12 @@ entities: rot: 3.141592653589793 rad pos: -0.5,-22.5 parent: 2 + - uid: 14151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-12.5 + parent: 2 - proto: ChairOfficeLight entities: - uid: 5879 @@ -37939,11 +38167,11 @@ entities: - type: Transform pos: -48.5,28.5 parent: 2 - - uid: 5935 + - uid: 11517 components: - type: Transform - rot: 3.0847128947549542 rad - pos: -31.532867,-14.156494 + rot: 3.141592653589793 rad + pos: -32.5,-14.5 parent: 2 - uid: 11939 components: @@ -37975,7 +38203,9 @@ entities: - type: Transform pos: 17.5,10.5 parent: 2 - - uid: 5940 +- proto: ChemDispenser + entities: + - uid: 5935 components: - type: Transform pos: 15.5,13.5 @@ -38037,17 +38267,6 @@ entities: - type: Transform pos: -49.854855,-0.36006254 parent: 2 - - uid: 5950 - components: - - type: Transform - pos: -30.9229,19.499895 - parent: 2 - - uid: 5951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.558315,19.197601 - parent: 2 - uid: 5952 components: - type: Transform @@ -38480,10 +38699,10 @@ entities: parent: 2 - proto: ClosetSteelBase entities: - - uid: 5969 + - uid: 1119 components: - type: Transform - pos: -34.5,20.5 + pos: -30.5,19.5 parent: 2 - proto: ClosetToolFilled entities: @@ -38518,6 +38737,11 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,45.5 parent: 2 + - uid: 7155 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 - proto: ClosetWallFireFilledRandom entities: - uid: 6034 @@ -38834,13 +39058,6 @@ entities: - type: Transform pos: 9.051177,-32.178223 parent: 2 -- proto: ClothingNeckMantleHOS - entities: - - uid: 6082 - components: - - type: Transform - pos: -32.509495,-13.323168 - parent: 2 - proto: ClothingOuterApronChef entities: - uid: 6083 @@ -38907,17 +39124,6 @@ entities: - type: Transform pos: -20.655937,-21.371122 parent: 2 -- proto: ClothingShoesBootsSalvage - entities: - - uid: 6094 - components: - - type: MetaData - desc: Grimey and dirty, it hurts walking in it. - name: Dirty Shoes - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.948536,18.385483 - parent: 2 - proto: ClothingShoesBootsWork entities: - uid: 6095 @@ -39002,12 +39208,6 @@ entities: parent: 2 - proto: ClothingUniformRat entities: - - uid: 6108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5102,18.311106 - parent: 2 - uid: 6109 components: - type: Transform @@ -39071,12 +39271,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,13.5 parent: 2 - - uid: 6119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,19.5 - parent: 2 - uid: 6120 components: - type: Transform @@ -39188,12 +39382,6 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,-8.5 parent: 2 - - uid: 6137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-17.5 - parent: 2 - proto: ComputerCloningConsole entities: - uid: 6138 @@ -39464,14 +39652,6 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,41.5 parent: 2 - - uid: 6179 - components: - - type: MetaData - desc: an old, blocky computer that has a roaring fan. - name: old pc - - type: Transform - pos: -31.5,20.5 - parent: 2 - proto: ComputerTechnologyDiskTerminal entities: - uid: 6180 @@ -40167,6 +40347,39 @@ entities: - type: Transform pos: 4.5887365,-10.48069 parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 7653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,18.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,20.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,18.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,20.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerPrisoner + entities: + - uid: 17467 + components: + - type: Transform + pos: -54.5,1.5 + parent: 2 - proto: CryoPod entities: - uid: 6282 @@ -40197,6 +40410,373 @@ entities: - type: Transform pos: -36.346603,-12.981798 parent: 2 +- proto: DefaultStationBeaconAICore + entities: + - uid: 7137 + components: + - type: Transform + pos: -15.5,-76.5 + parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 6108 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 9647 + components: + - type: Transform + pos: -41.5,43.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 11506 + components: + - type: Transform + pos: -41.5,-0.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 12731 + components: + - type: Transform + pos: 34.5,-20.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 11490 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 7154 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 17466 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 11488 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 10634 + components: + - type: Transform + pos: -9.5,41.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 16896 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 10620 + components: + - type: Transform + pos: 1.5,39.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 14038 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 12874 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 7166 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 11492 + components: + - type: Transform + pos: -28.5,29.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 10619 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 10627 + components: + - type: Transform + pos: 9.5,20.5 + parent: 2 +- proto: DefaultStationBeaconCommand + entities: + - uid: 10615 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 10614 + components: + - type: Transform + pos: -23.5,40.5 + parent: 2 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 10629 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 13469 + components: + - type: Transform + pos: -32.5,19.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 625 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 6119 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 7300 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 641 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 11507 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 13454 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 10612 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 16385 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 10624 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 10560 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 11495 + components: + - type: Transform + pos: -20.5,21.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 16362 + components: + - type: Transform + pos: -47.5,29.5 + parent: 2 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 9645 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 +- proto: DefaultStationBeaconMedical + entities: + - uid: 10630 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 10633 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 11509 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 10623 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 10622 + components: + - type: Transform + pos: -48.5,40.5 + parent: 2 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 10375 + components: + - type: Transform + pos: -41.5,40.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 7183 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 11489 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 16361 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 9646 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 9530 + components: + - type: Transform + pos: -41.5,50.5 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: 44.5,10.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 10621 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 +- proto: DefaultStationBeaconTheater + entities: + - uid: 11511 + components: + - type: Transform + pos: -36.5,10.5 + parent: 2 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 10631 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 2 +- proto: DefaultStationBeaconVault + entities: + - uid: 11515 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 11510 + components: + - type: Transform + pos: -37.5,-6.5 + parent: 2 - proto: DefibrillatorCabinetFilled entities: - uid: 6286 @@ -45004,31 +45584,69 @@ entities: - type: Transform pos: -38.5,10.5 parent: 2 -- proto: DrinkBeerBottleFull +- proto: DresserCaptainFilled entities: - - uid: 7110 + - uid: 14152 components: - type: Transform - pos: -1.7504303,-9.396182 + pos: -1.5,40.5 parent: 2 - - uid: 7111 +- proto: DresserChiefEngineerFilled + entities: + - uid: 11519 components: - type: Transform - pos: -1.229597,-9.07304 + pos: 0.5,-30.5 parent: 2 -- proto: DrinkBottleBeer +- proto: DresserHeadOfPersonnelFilled entities: - - uid: 7112 + - uid: 12115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.276623,19.046211 + pos: 17.5,-4.5 parent: 2 - - uid: 7113 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 5823 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 11520 components: - type: Transform - pos: -30.932873,20.015636 + pos: 3.5,-15.5 parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 12261 + components: + - type: Transform + pos: -46.5,41.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 631 + components: + - type: Transform + pos: -35.5,-4.5 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 7110 + components: + - type: Transform + pos: -1.7504303,-9.396182 + parent: 2 + - uid: 7111 + components: + - type: Transform + pos: -1.229597,-9.07304 + parent: 2 +- proto: DrinkBottleBeer + entities: - uid: 7114 components: - type: Transform @@ -45125,13 +45743,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.6918616,-2.6177022 parent: 2 -- proto: DrinkFlask - entities: - - uid: 7130 - components: - - type: Transform - pos: -1.3559332,40.9537 - parent: 2 - proto: DrinkGlass entities: - uid: 7131 @@ -45370,13 +45981,6 @@ entities: - type: Transform pos: 3.0435138,-7.2239623 parent: 2 -- proto: DrinkJarWhat - entities: - - uid: 7137 - components: - - type: Transform - pos: -30.32212,20.784021 - parent: 2 - proto: DrinkManlyDorfGlass entities: - uid: 7138 @@ -45552,42 +46156,32 @@ entities: Quantity: 20 - proto: DrinkRumBottleFull entities: - - uid: 7152 + - uid: 17463 components: - type: Transform - pos: -1.3125067,40.817005 + pos: 2.7259212,34.95999 parent: 2 - proto: DrinkShotGlass entities: - - uid: 7153 - components: - - type: Transform - pos: -1.6250658,40.44591 - parent: 2 - - uid: 7154 - components: - - type: Transform - pos: -1.7032061,40.75841 - parent: 2 - - uid: 7155 + - uid: 7157 components: - type: Transform - pos: -30.448498,20.48471 + pos: -5.1731544,-7.5824575 parent: 2 - - uid: 7156 + - uid: 7158 components: - type: Transform - pos: -30.760998,20.609798 + pos: -4.975238,-7.363556 parent: 2 - - uid: 7157 + - uid: 17464 components: - type: Transform - pos: -5.1731544,-7.5824575 + pos: 2.3092546,34.876602 parent: 2 - - uid: 7158 + - uid: 17465 components: - type: Transform - pos: -4.975238,-7.363556 + pos: 2.4967546,34.574306 parent: 2 - proto: DrinkSilencerGlass entities: @@ -45631,20 +46225,6 @@ entities: - type: Transform pos: 8.577665,6.831503 parent: 2 -- proto: DrinkTonicWaterCan - entities: - - uid: 7165 - components: - - type: Transform - pos: -30.542248,20.875607 - parent: 2 -- proto: DrinkVodkaBottleFull - entities: - - uid: 7166 - components: - - type: Transform - pos: -30.260998,21.000694 - parent: 2 - proto: DrinkWaterBottleFull entities: - uid: 7167 @@ -45733,11 +46313,6 @@ entities: - type: Transform pos: -13.151632,-9.295929 parent: 2 - - uid: 7183 - components: - - type: Transform - pos: -33.236088,18.75058 - parent: 2 - proto: Dropper entities: - uid: 7184 @@ -46386,11 +46961,6 @@ entities: - type: Transform pos: -50.5,31.5 parent: 2 - - uid: 7300 - components: - - type: Transform - pos: -32.5,17.5 - parent: 2 - uid: 7301 components: - type: Transform @@ -46625,6 +47195,29 @@ entities: parent: 2 - proto: FireAlarm entities: + - uid: 7156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 7443 + - 7444 + - 7445 + - 7446 + - 7447 + - 7449 + - 7448 + - 7453 + - 7452 + - 7451 + - 7454 + - 7455 + - 7450 + - type: AtmosDevice + joinedGrid: 2 - uid: 7337 components: - type: Transform @@ -46796,29 +47389,6 @@ entities: - 7392 - type: AtmosDevice joinedGrid: 2 - - uid: 7348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 7443 - - 7444 - - 7445 - - 7446 - - 7447 - - 7449 - - 7448 - - 7453 - - 7452 - - 7451 - - 7454 - - 7455 - - 7450 - - type: AtmosDevice - joinedGrid: 2 - uid: 7349 components: - type: Transform @@ -47086,6 +47656,12 @@ entities: - type: Transform pos: 9.5,-6.5 parent: 2 + - uid: 14363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,22.5 + parent: 2 - proto: FirelockEdge entities: - uid: 7390 @@ -47379,66 +47955,105 @@ entities: - type: Transform pos: -50.5,-8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7444 components: - type: Transform pos: -50.5,-9.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7445 components: - type: Transform pos: -54.5,-10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7446 components: - type: Transform pos: -55.5,-10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7447 components: - type: Transform pos: -56.5,-10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7448 components: - type: Transform pos: -56.5,-5.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7449 components: - type: Transform pos: -55.5,-5.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7450 components: - type: Transform pos: -57.5,-7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7451 components: - type: Transform pos: -58.5,-13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7452 components: - type: Transform pos: -58.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7453 components: - type: Transform pos: -55.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7454 components: - type: Transform pos: -52.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7455 components: - type: Transform pos: -49.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7156 - uid: 7456 components: - type: Transform @@ -47893,11 +48508,6 @@ entities: - type: Transform pos: 9.5,-18.5 parent: 2 - - uid: 7543 - components: - - type: Transform - pos: -31.5,22.5 - parent: 2 - uid: 7544 components: - type: Transform @@ -48526,13 +49136,6 @@ entities: - type: Transform pos: -13.479757,-9.217804 parent: 2 -- proto: FoodMeatGoliathCooked - entities: - - uid: 7644 - components: - - type: Transform - pos: -33.579838,18.766205 - parent: 2 - proto: FoodMothChiliCabbageWrap entities: - uid: 7645 @@ -48585,23 +49188,11 @@ entities: - type: Transform pos: -13.479757,-9.170929 parent: 2 - - uid: 7653 - components: - - type: Transform - pos: -33.548588,18.828705 - parent: 2 - uid: 7654 components: - type: Transform pos: 29.595211,-7.3157077 parent: 2 -- proto: FoodPlateSmallTrash - entities: - - uid: 7655 - components: - - type: Transform - pos: -30.593216,20.519981 - parent: 2 - proto: FoodPlateTin entities: - uid: 7656 @@ -48687,14 +49278,6 @@ entities: - type: Transform pos: 40.696686,13.195562 parent: 2 -- proto: FoodTinBeansTrash - entities: - - uid: 7669 - components: - - type: Transform - rot: -0.024610182270407677 rad - pos: -30.367012,20.042763 - parent: 2 - proto: FoodTinPeachesMaint entities: - uid: 7670 @@ -48906,15 +49489,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasMinerPlasma - entities: - - uid: 7694 - components: - - type: Transform - pos: 6.5,-49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasMixer entities: - uid: 7696 @@ -60896,14 +61470,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#ADD8E6FF' - - uid: 9249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#ADD8E6FF' - uid: 9250 components: - type: Transform @@ -63026,27 +63592,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF5349FF' - - uid: 9528 - components: - - type: Transform - pos: -34.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF5349FF' - - uid: 9529 - components: - - type: Transform - pos: -34.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF5349FF' - - uid: 9530 - components: - - type: Transform - pos: -34.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF5349FF' - uid: 9531 components: - type: Transform @@ -63931,30 +64476,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#ADD8E6FF' - - uid: 9645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#ADD8E6FF' - - uid: 9646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#ADD8E6FF' - - uid: 9647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#ADD8E6FF' - uid: 9648 components: - type: Transform @@ -70029,15 +70550,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#ADD8E6FF' - - uid: 10375 - components: - - type: Transform - pos: -30.5,19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#ADD8E6FF' - uid: 10376 components: - type: Transform @@ -71819,15 +72331,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF5349FF' - - uid: 10560 - components: - - type: Transform - pos: -34.5,19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF5349FF' - uid: 10561 components: - type: Transform @@ -72295,11 +72798,10 @@ entities: parent: 2 - proto: Grille entities: - - uid: 10612 + - uid: 5822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-50.5 + pos: -32.5,17.5 parent: 2 - uid: 10613 components: @@ -72307,18 +72809,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-40.5 parent: 2 - - uid: 10614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-50.5 - parent: 2 - - uid: 10615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-50.5 - parent: 2 - uid: 10616 components: - type: Transform @@ -72337,102 +72827,18 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,-46.5 parent: 2 - - uid: 10619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-44.5 - parent: 2 - - uid: 10620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-43.5 - parent: 2 - - uid: 10621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-45.5 - parent: 2 - - uid: 10622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-46.5 - parent: 2 - - uid: 10623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-47.5 - parent: 2 - - uid: 10624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-46.5 - parent: 2 - - uid: 10625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-46.5 - parent: 2 - - uid: 10626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-46.5 - parent: 2 - - uid: 10627 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-48.5 - parent: 2 - uid: 10628 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-48.5 parent: 2 - - uid: 10629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-44.5 - parent: 2 - - uid: 10630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-44.5 - parent: 2 - - uid: 10631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-44.5 - parent: 2 - uid: 10632 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-46.5 parent: 2 - - uid: 10633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-50.5 - parent: 2 - - uid: 10634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-42.5 - parent: 2 - uid: 10635 components: - type: Transform @@ -76943,36 +77349,6 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-49.5 parent: 2 - - uid: 11488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-48.5 - parent: 2 - - uid: 11489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-48.5 - parent: 2 - - uid: 11490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-49.5 - parent: 2 - - uid: 11491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-50.5 - parent: 2 - - uid: 11492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-48.5 - parent: 2 - uid: 11493 components: - type: Transform @@ -76985,12 +77361,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-37.5 parent: 2 - - uid: 11495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-46.5 - parent: 2 - uid: 11496 components: - type: Transform @@ -77051,42 +77421,12 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,-45.5 parent: 2 - - uid: 11506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-44.5 - parent: 2 - - uid: 11507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-42.5 - parent: 2 - uid: 11508 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-41.5 parent: 2 - - uid: 11509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-42.5 - parent: 2 - - uid: 11510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-42.5 - parent: 2 - - uid: 11511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-42.5 - parent: 2 - uid: 11512 components: - type: Transform @@ -77105,42 +77445,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-46.5 parent: 2 - - uid: 11515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-48.5 - parent: 2 - - uid: 11516 - components: - - type: Transform - pos: 8.5,-51.5 - parent: 2 - - uid: 11517 - components: - - type: Transform - pos: 8.5,-52.5 - parent: 2 - - uid: 11518 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 2 - - uid: 11519 - components: - - type: Transform - pos: 6.5,-52.5 - parent: 2 - - uid: 11520 - components: - - type: Transform - pos: 5.5,-52.5 - parent: 2 - - uid: 11521 - components: - - type: Transform - pos: 4.5,-52.5 - parent: 2 - uid: 15024 components: - type: Transform @@ -77848,20 +78152,8 @@ entities: - type: Transform pos: -26.45485,-11.639819 parent: 2 -- proto: HospitalCurtains - entities: - - uid: 11654 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - proto: HospitalCurtainsOpen entities: - - uid: 11655 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - uid: 11656 components: - type: Transform @@ -78097,13 +78389,6 @@ entities: - type: DeviceLinkSink links: - 13453 -- proto: IngotGold - entities: - - uid: 11697 - components: - - type: Transform - pos: -47.503006,41.644245 - parent: 2 - proto: IngotSilver entities: - uid: 11698 @@ -78708,10 +78993,10 @@ entities: parent: 2 - proto: LockerChiefEngineerFilledHardsuit entities: - - uid: 11787 + - uid: 11516 components: - type: Transform - pos: 0.5,-30.5 + pos: -0.5,-30.5 parent: 2 - proto: LockerChiefMedicalOfficerFilledHardsuit entities: @@ -78877,10 +79162,10 @@ entities: parent: 2 - proto: LockerQuarterMasterFilled entities: - - uid: 11811 + - uid: 7112 components: - type: Transform - pos: 3.5,-15.5 + pos: 4.5,-17.5 parent: 2 - proto: LockerResearchDirectorFilledHardsuit entities: @@ -79337,11 +79622,6 @@ entities: - type: Transform pos: -58.5,-11.5 parent: 2 - - uid: 11891 - components: - - type: Transform - pos: -30.5,18.5 - parent: 2 - proto: MedicalBed entities: - uid: 11892 @@ -79655,13 +79935,6 @@ entities: parent: 2 - proto: NitrogenCanister entities: - - uid: 7718 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 11949 components: - type: Transform @@ -79788,13 +80061,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 17425 - components: - - type: Transform - pos: 7.5,-45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: PaintingAmogusTriptych entities: - uid: 11966 @@ -80447,13 +80713,6 @@ entities: parent: 2 - proto: PlasmaCanister entities: - - uid: 12073 - components: - - type: Transform - pos: 7.5,-49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 12074 components: - type: Transform @@ -80658,20 +80917,6 @@ entities: - type: Transform pos: -41.489174,39.571587 parent: 2 -- proto: PosterContrabandBeachStarYamamoto - entities: - - uid: 12109 - components: - - type: Transform - pos: -29.5,20.5 - parent: 2 -- proto: PosterContrabandBustyBackdoorExoBabes6 - entities: - - uid: 12110 - components: - - type: Transform - pos: -30.5,21.5 - parent: 2 - proto: PosterContrabandClown entities: - uid: 12111 @@ -80679,13 +80924,6 @@ entities: - type: Transform pos: -35.5,8.5 parent: 2 -- proto: PosterContrabandDDayPromo - entities: - - uid: 12112 - components: - - type: Transform - pos: -29.5,19.5 - parent: 2 - proto: PosterContrabandFunPolice entities: - uid: 12113 @@ -80701,13 +80939,6 @@ entities: rot: -1.5707963267948966 rad pos: -46.5,42.5 parent: 2 -- proto: PosterContrabandLustyExomorph - entities: - - uid: 12115 - components: - - type: Transform - pos: -31.5,21.5 - parent: 2 - proto: PosterContrabandMissingGloves entities: - uid: 12116 @@ -81322,6 +81553,18 @@ entities: parent: 2 - proto: Poweredlight entities: + - uid: 10626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,19.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,19.5 + parent: 2 - uid: 12215 components: - type: Transform @@ -81575,29 +81818,12 @@ entities: rot: 3.141592653589793 rad pos: -38.5,13.5 parent: 2 - - uid: 12259 - components: - - type: Transform - pos: -33.5,16.5 - parent: 2 - uid: 12260 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,14.5 parent: 2 - - uid: 12261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,19.5 - parent: 2 - - uid: 12262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,19.5 - parent: 2 - uid: 12263 components: - type: Transform @@ -83174,38 +83400,6 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-51.5 parent: 2 -- proto: PoweredLightColoredBlack - entities: - - uid: 12535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 2 -- proto: PoweredLightColoredFrostyBlue - entities: - - uid: 12536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-10.5 - parent: 2 - - uid: 12537 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 2 -- proto: PoweredLightColoredRed - entities: - - uid: 12538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,38.5 - parent: 2 -- proto: PoweredlightExterior - entities: - uid: 12539 components: - type: Transform @@ -83391,6 +83585,36 @@ entities: - type: Transform pos: 20.5,-50.5 parent: 2 +- proto: PoweredLightColoredBlack + entities: + - uid: 12535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 2 +- proto: PoweredLightColoredFrostyBlue + entities: + - uid: 12536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-10.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 2 +- proto: PoweredLightColoredRed + entities: + - uid: 12538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,38.5 + parent: 2 - proto: PoweredlightLED entities: - uid: 12571 @@ -84041,6 +84265,11 @@ entities: active: False - proto: Rack entities: + - uid: 1659 + components: + - type: Transform + pos: -34.5,19.5 + parent: 2 - uid: 12669 components: - type: Transform @@ -84348,11 +84577,6 @@ entities: - type: Transform pos: -47.5,43.5 parent: 2 - - uid: 12731 - components: - - type: Transform - pos: 17.5,-4.5 - parent: 2 - uid: 12732 components: - type: Transform @@ -85099,6 +85323,11 @@ entities: - type: Transform pos: 7.5,-30.5 parent: 2 + - uid: 12112 + components: + - type: Transform + pos: -51.5,10.5 + parent: 2 - uid: 12861 components: - type: Transform @@ -85170,12 +85399,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,22.5 parent: 2 - - uid: 12874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,14.5 - parent: 2 - uid: 12875 components: - type: Transform @@ -88195,10 +88418,10 @@ entities: - Pressed: Trigger - proto: ResearchAndDevelopmentServer entities: - - uid: 13454 + - uid: 11518 components: - type: Transform - pos: -46.5,41.5 + pos: -46.5,37.5 parent: 2 - proto: ReverseEngineeringMachine entities: @@ -88322,6 +88545,98 @@ entities: - type: Transform pos: 28.528358,18.75126 parent: 2 +- proto: Screen + entities: + - uid: 664 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: -53.5,-7.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: -33.5,31.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: -48.5,31.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: -8.5,40.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: -6.5,28.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: -51.5,18.5 + parent: 2 + - uid: 12259 + components: + - type: Transform + pos: -51.5,14.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 + - uid: 17425 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 2 + - uid: 17439 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 - proto: Screwdriver entities: - uid: 13475 @@ -89150,6 +89465,19 @@ entities: - 13607 - proto: SignalButton entities: + - uid: 12262 + components: + - type: Transform + pos: 1.5,41.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 682: + - Pressed: Toggle + 681: + - Pressed: Toggle + 671: + - Pressed: Toggle - uid: 13593 components: - type: MetaData @@ -89244,19 +89572,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-77.5 parent: 2 - - uid: 17439 - components: - - type: Transform - pos: 1.5,41.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 681: - - Pressed: Toggle - 682: - - Pressed: Toggle - 683: - - Pressed: Toggle - proto: SignalSwitchDirectional entities: - uid: 13599 @@ -89694,17 +90009,40 @@ entities: parent: 2 - proto: SignDirectionalCryo entities: - - uid: 13639 + - uid: 6179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,8.5 + parent: 2 + - uid: 7130 + components: + - type: Transform + pos: -22.500383,24.288881 + parent: 2 + - uid: 11811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.503588,16.700665 + parent: 2 + - uid: 11891 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,17.5 + pos: -39.498802,16.716185 parent: 2 - - uid: 13640 + - uid: 12073 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,9.5 + pos: -34.5,17.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5009322,-1.287831 parent: 2 - proto: SignDirectionalDorms entities: @@ -91826,21 +92164,11 @@ entities: - type: Transform pos: -48.5,12.5 parent: 2 - - uid: 13916 - components: - - type: Transform - pos: -31.5,19.5 - parent: 2 - uid: 13917 components: - type: Transform pos: -30.5,10.5 parent: 2 - - uid: 13918 - components: - - type: Transform - pos: -34.5,19.5 - parent: 2 - uid: 13919 components: - type: Transform @@ -92047,11 +92375,6 @@ entities: - type: Transform pos: -39.5,27.5 parent: 2 - - uid: 14038 - components: - - type: Transform - pos: -38.5,27.5 - parent: 2 - proto: SpawnPointSecurityCadet entities: - uid: 14039 @@ -92356,6 +92679,11 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,-18.5 parent: 2 + - uid: 14298 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 - proto: SteelBench entities: - uid: 14090 @@ -92729,27 +93057,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 13469 - components: - - type: Transform - pos: 4.5,-35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14151 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14152 - components: - - type: Transform - pos: 7.5,-51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 14153 components: - type: Transform @@ -92782,51 +93089,71 @@ entities: entities: - uid: 14158 components: + - type: MetaData + name: substation (Central) - type: Transform pos: -18.5,14.5 parent: 2 - uid: 14159 components: + - type: MetaData + name: substation (South-Central) - type: Transform pos: 1.5,-9.5 parent: 2 - uid: 14160 components: + - type: MetaData + name: substation (Southwest) - type: Transform pos: -32.5,-17.5 parent: 2 - uid: 14161 components: + - type: MetaData + name: substation (Singularity) - type: Transform pos: -31.5,-25.5 parent: 2 - uid: 14162 components: + - type: MetaData + name: substation (AI) - type: Transform pos: -14.5,-80.5 parent: 2 - uid: 14163 components: + - type: MetaData + name: substation (North) - type: Transform pos: -14.5,32.5 parent: 2 - uid: 14164 components: + - type: MetaData + name: substation (Northwest) - type: Transform pos: -47.5,44.5 parent: 2 - uid: 14165 components: + - type: MetaData + name: substation (Northeast) - type: Transform pos: 28.5,24.5 parent: 2 - uid: 14166 components: + - type: MetaData + name: substation (Engineering) - type: Transform pos: -4.5,-21.5 parent: 2 - uid: 14167 components: + - type: MetaData + name: substation (Southeast) - type: Transform pos: 26.5,-22.5 parent: 2 @@ -94023,11 +94350,6 @@ entities: - type: Transform pos: 16.5,11.5 parent: 2 - - uid: 14298 - components: - - type: Transform - pos: -30.5,20.5 - parent: 2 - uid: 14299 components: - type: Transform @@ -94282,11 +94604,6 @@ entities: - type: Transform pos: -6.5,-10.5 parent: 2 - - uid: 14347 - components: - - type: Transform - pos: -33.5,18.5 - parent: 2 - uid: 14348 components: - type: Transform @@ -94364,11 +94681,6 @@ entities: - type: Transform pos: -32.5,-13.5 parent: 2 - - uid: 14363 - components: - - type: Transform - pos: -31.5,-13.5 - parent: 2 - uid: 14364 components: - type: Transform @@ -95432,11 +95744,6 @@ entities: - type: Transform pos: -20.5,41.5 parent: 2 - - uid: 14563 - components: - - type: Transform - pos: -1.5,40.5 - parent: 2 - uid: 14564 components: - type: Transform @@ -104021,6 +104328,16 @@ entities: parent: 2 - proto: WallSolid entities: + - uid: 7644 + components: + - type: Transform + pos: -30.5,17.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + pos: -34.5,17.5 + parent: 2 - uid: 16115 components: - type: Transform @@ -105202,16 +105519,6 @@ entities: - type: Transform pos: -5.5,-15.5 parent: 2 - - uid: 16349 - components: - - type: Transform - pos: -32.5,17.5 - parent: 2 - - uid: 16350 - components: - - type: Transform - pos: -30.5,17.5 - parent: 2 - uid: 16351 components: - type: Transform @@ -105242,11 +105549,6 @@ entities: - type: Transform pos: -29.5,20.5 parent: 2 - - uid: 16357 - components: - - type: Transform - pos: -32.5,21.5 - parent: 2 - uid: 16358 components: - type: Transform @@ -105257,21 +105559,6 @@ entities: - type: Transform pos: -29.5,21.5 parent: 2 - - uid: 16360 - components: - - type: Transform - pos: -32.5,20.5 - parent: 2 - - uid: 16361 - components: - - type: Transform - pos: -32.5,19.5 - parent: 2 - - uid: 16362 - components: - - type: Transform - pos: -32.5,18.5 - parent: 2 - uid: 16363 components: - type: Transform @@ -105383,11 +105670,6 @@ entities: - type: Transform pos: -22.5,13.5 parent: 2 - - uid: 16385 - components: - - type: Transform - pos: -33.5,17.5 - parent: 2 - uid: 16386 components: - type: Transform @@ -107897,9 +108179,6 @@ entities: parent: 2 - type: WarpPoint location: epistemics - - type: NavMapBeacon - color: '#D381C9FF' - text: epistemics - uid: 16859 components: - type: Transform @@ -107914,9 +108193,6 @@ entities: parent: 2 - type: WarpPoint location: arrivals - - type: NavMapBeacon - color: '#FFFFFFFF' - text: arrivals - uid: 16861 components: - type: Transform @@ -107924,9 +108200,6 @@ entities: parent: 2 - type: WarpPoint location: command - - type: NavMapBeacon - color: '#334E6DFF' - text: bridge - uid: 16862 components: - type: Transform @@ -107934,9 +108207,6 @@ entities: parent: 2 - type: WarpPoint location: primary evac - - type: NavMapBeacon - color: '#FFFFFFFF' - text: primary evac - uid: 16863 components: - type: Transform @@ -107970,9 +108240,6 @@ entities: parent: 2 - type: WarpPoint location: ai upload - - type: NavMapBeacon - color: '#0066FFFF' - text: ai upload - proto: WarpPointBombing entities: - uid: 16868 @@ -107996,9 +108263,6 @@ entities: parent: 2 - type: WarpPoint location: logistics - - type: NavMapBeacon - color: '#A46106FF' - text: logistics - uid: 16871 components: - type: Transform @@ -108006,9 +108270,6 @@ entities: parent: 2 - type: WarpPoint location: security - - type: NavMapBeacon - color: '#FF0000FF' - text: security - uid: 16872 components: - type: Transform @@ -108030,9 +108291,6 @@ entities: parent: 2 - type: WarpPoint location: medical - - type: NavMapBeacon - color: '#52B4E9FF' - text: medical - uid: 16875 components: - type: Transform @@ -108047,9 +108305,6 @@ entities: parent: 2 - type: WarpPoint location: bar - - type: NavMapBeacon - color: '#791500FF' - text: bar - uid: 16877 components: - type: Transform @@ -108064,9 +108319,6 @@ entities: parent: 2 - type: WarpPoint location: engineering - - type: NavMapBeacon - color: '#FFFF00FF' - text: engineering - proto: WashingMachineFilledClothes entities: - uid: 16879 @@ -108174,15 +108426,6 @@ entities: - type: Transform pos: -41.49494,1.6153598 parent: 2 -- proto: WeaponPulsePistol - entities: - - uid: 16896 - components: - - type: MetaData - name: Head of Security's Prized Pulse Pistol - - type: Transform - pos: -31.558556,-13.355936 - parent: 2 - proto: WeaponShotgunHandmade entities: - uid: 16897 @@ -108699,6 +108942,11 @@ entities: parent: 2 - proto: Window entities: + - uid: 12109 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 - uid: 16979 components: - type: Transform From 625a25d1d64c4fd041ad329f01722cfd146d5dd2 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Sun, 4 Feb 2024 02:31:04 +0000 Subject: [PATCH 057/391] Automatic Changelog Update (#769) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 387f80e27e..75663461cd 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1502,3 +1502,9 @@ Entries: message: Submarine station has received adjustments after feedback from HR id: 225 time: '2024-02-03T06:50:49.0000000+00:00' +- author: Colin-Tel + changes: + - type: Tweak + message: Updated Edge Station. + id: 226 + time: '2024-02-04T02:30:44.0000000+00:00' From 86fae6c1b811e1bb3b36dd22a3056e69efa1315f Mon Sep 17 00:00:00 2001 From: UnicornOnLSD <149102472+UnicornOnLSD@users.noreply.github.com> Date: Sun, 4 Feb 2024 03:31:24 +0100 Subject: [PATCH 058/391] Submarine day two patch (#772) * tweaks done put in the PR changelog * more tweaks, enough for PR, all good. * fixed solution * fixed few fucked up station beacons --- Resources/Maps/submarine.yml | 399 +++++++++++++++++++++++------------ 1 file changed, 264 insertions(+), 135 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 624eb4ea1f..c258ed84bd 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -11885,6 +11885,7 @@ entities: 0: 4095 -1,20: 0: 2185 + 2: 4 0,20: 0: 4095 1,20: @@ -12451,7 +12452,6 @@ entities: - type: GasTileOverlay - type: BecomesStation id: Submarine - - type: PreventPilot - type: NavMap - uid: 18185 components: @@ -15346,11 +15346,11 @@ entities: - 4069 - 26 - 28534 - - 25352 - 25353 - 28637 - 28490 - 28530 + - 34741 - type: AtmosDevice joinedGrid: 2 - uid: 25700 @@ -20312,7 +20312,7 @@ entities: - uid: 5421 components: - type: MetaData - name: South security APC + name: South Security APC - type: Transform rot: -1.5707963267948966 rad pos: -9.5,35.5 @@ -20320,7 +20320,7 @@ entities: - uid: 8437 components: - type: MetaData - name: North security APC + name: North Security APC - type: Transform pos: -27.5,38.5 parent: 2 @@ -20398,7 +20398,7 @@ entities: - uid: 20186 components: - type: MetaData - name: East Hospital APC + name: East Hospital APC 1 - type: Transform rot: -1.5707963267948966 rad pos: 35.5,10.5 @@ -20410,6 +20410,14 @@ entities: - type: Transform pos: -21.5,-3.5 parent: 2 + - uid: 20381 + components: + - type: MetaData + name: East Hospital APC 2 + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,4.5 + parent: 2 - uid: 24802 components: - type: MetaData @@ -25659,6 +25667,11 @@ entities: - type: Transform pos: -51.494556,0.7309246 parent: 2 + - uid: 34121 + components: + - type: Transform + pos: -23.343803,58.480377 + parent: 2 - proto: CableApcExtension entities: - uid: 88 @@ -32371,6 +32384,11 @@ entities: - type: Transform pos: 60.5,-16.5 parent: 2 + - uid: 12505 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 - uid: 12506 components: - type: Transform @@ -39039,7 +39057,7 @@ entities: - uid: 20267 components: - type: Transform - pos: 10.5,7.5 + pos: 23.5,4.5 parent: 2 - uid: 20268 components: @@ -39089,7 +39107,7 @@ entities: - uid: 20277 components: - type: Transform - pos: 17.5,7.5 + pos: 24.5,4.5 parent: 2 - uid: 20278 components: @@ -39304,12 +39322,7 @@ entities: - uid: 20320 components: - type: Transform - pos: 16.5,5.5 - parent: 2 - - uid: 20321 - components: - - type: Transform - pos: 16.5,4.5 + pos: 17.5,7.5 parent: 2 - uid: 20322 components: @@ -39359,7 +39372,7 @@ entities: - uid: 20331 components: - type: Transform - pos: 15.5,-4.5 + pos: 34.5,2.5 parent: 2 - uid: 20332 components: @@ -39606,16 +39619,6 @@ entities: - type: Transform pos: 12.5,3.5 parent: 2 - - uid: 20381 - components: - - type: Transform - pos: 20.5,5.5 - parent: 2 - - uid: 20382 - components: - - type: Transform - pos: 20.5,4.5 - parent: 2 - uid: 20383 components: - type: Transform @@ -39664,7 +39667,7 @@ entities: - uid: 20392 components: - type: Transform - pos: 28.5,2.5 + pos: 27.5,0.5 parent: 2 - uid: 20393 components: @@ -39696,20 +39699,10 @@ entities: - type: Transform pos: 31.5,6.5 parent: 2 - - uid: 20399 - components: - - type: Transform - pos: 31.5,5.5 - parent: 2 - uid: 20400 components: - type: Transform - pos: 31.5,4.5 - parent: 2 - - uid: 20401 - components: - - type: Transform - pos: 31.5,3.5 + pos: 24.5,3.5 parent: 2 - uid: 20402 components: @@ -39729,22 +39722,12 @@ entities: - uid: 20405 components: - type: Transform - pos: 34.5,2.5 + pos: 29.5,0.5 parent: 2 - uid: 20406 components: - type: Transform - pos: 35.5,2.5 - parent: 2 - - uid: 20407 - components: - - type: Transform - pos: 36.5,2.5 - parent: 2 - - uid: 20408 - components: - - type: Transform - pos: 37.5,2.5 + pos: 28.5,0.5 parent: 2 - uid: 20409 components: @@ -40461,11 +40444,6 @@ entities: - type: Transform pos: 9.5,6.5 parent: 2 - - uid: 20571 - components: - - type: Transform - pos: 10.5,5.5 - parent: 2 - uid: 20573 components: - type: Transform @@ -55726,20 +55704,10 @@ entities: - type: Transform pos: 26.5,0.5 parent: 2 - - uid: 33887 - components: - - type: Transform - pos: 26.5,3.5 - parent: 2 - uid: 33888 components: - type: Transform - pos: 29.5,2.5 - parent: 2 - - uid: 33889 - components: - - type: Transform - pos: 30.5,2.5 + pos: 30.5,0.5 parent: 2 - uid: 33890 components: @@ -58141,6 +58109,11 @@ entities: - type: Transform pos: 21.5,59.5 parent: 2 + - uid: 34415 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 - uid: 34419 components: - type: Transform @@ -76586,6 +76559,21 @@ entities: - type: Transform pos: 35.5,10.5 parent: 2 + - uid: 20321 + components: + - type: Transform + pos: 17.5,4.5 + parent: 2 + - uid: 20399 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 20571 + components: + - type: Transform + pos: 24.5,5.5 + parent: 2 - uid: 21279 components: - type: Transform @@ -77176,6 +77164,86 @@ entities: - type: Transform pos: 1.5,49.5 parent: 2 + - uid: 34701 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 34702 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 34703 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 34704 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 34705 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 34706 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 34707 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 34708 + components: + - type: Transform + pos: 26.5,10.5 + parent: 2 + - uid: 34718 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - uid: 34721 + components: + - type: Transform + pos: 28.5,10.5 + parent: 2 + - uid: 34722 + components: + - type: Transform + pos: 29.5,10.5 + parent: 2 + - uid: 34723 + components: + - type: Transform + pos: 30.5,10.5 + parent: 2 + - uid: 34725 + components: + - type: Transform + pos: 31.5,10.5 + parent: 2 + - uid: 34726 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 34727 + components: + - type: Transform + pos: 33.5,10.5 + parent: 2 + - uid: 34729 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 - uid: 34870 components: - type: Transform @@ -90320,11 +90388,6 @@ entities: - type: Transform pos: -51.525253,26.717798 parent: 2 - - uid: 34041 - components: - - type: Transform - pos: 19.678957,0.80246997 - parent: 2 - proto: CloningPod entities: - uid: 1015 @@ -92259,6 +92322,13 @@ entities: - type: Transform pos: -24.5,-23.5 parent: 2 +- proto: ComputerCloningConsole + entities: + - uid: 18117 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 - proto: ComputerComms entities: - uid: 14050 @@ -94646,6 +94716,8 @@ entities: - type: Transform pos: 42.5,48.5 parent: 2 + - type: NavMapBeacon + text: Xenoarchaelogy - type: WarpPoint location: Xenoarchaeology - proto: DefaultStationBeaconAtmospherics @@ -94908,6 +94980,8 @@ entities: - type: Transform pos: -47.5,-22.5 parent: 2 + - type: NavMapBeacon + text: Kitchen - type: WarpPoint location: Kitchen - proto: DefaultStationBeaconLawOffice @@ -94917,6 +94991,8 @@ entities: - type: Transform pos: -5.5,59.5 parent: 2 + - type: NavMapBeacon + text: Lawyer's Office - type: WarpPoint location: Lawyer's Office - proto: DefaultStationBeaconLibrary @@ -94926,6 +95002,8 @@ entities: - type: Transform pos: 56.5,28.5 parent: 2 + - type: NavMapBeacon + text: Library - type: WarpPoint location: Library - proto: DefaultStationBeaconMedbay @@ -94968,6 +95046,8 @@ entities: - type: Transform pos: -22.5,63.5 parent: 2 + - type: NavMapBeacon + text: Psych Ward - type: WarpPoint location: Psych Ward - proto: DefaultStationBeaconQMRoom @@ -94977,6 +95057,8 @@ entities: - type: Transform pos: -27.5,-24.5 parent: 2 + - type: NavMapBeacon + text: LO's Room - type: WarpPoint location: LO's Room - proto: DefaultStationBeaconRDRoom @@ -94986,6 +95068,8 @@ entities: - type: Transform pos: 45.5,29.5 parent: 2 + - type: NavMapBeacon + text: Mystagogue's Room - type: WarpPoint location: Mystagogue's Room - proto: DefaultStationBeaconRobotics @@ -94995,6 +95079,8 @@ entities: - type: Transform pos: 45.5,43.5 parent: 2 + - type: NavMapBeacon + text: Robotics - type: WarpPoint location: Robotics - proto: DefaultStationBeaconSalvage @@ -95016,9 +95102,9 @@ entities: pos: 29.5,28.5 parent: 2 - type: NavMapBeacon - text: Epimestics + text: Epistemics - type: WarpPoint - location: Epimestics + location: Epistemics - proto: DefaultStationBeaconSecurity entities: - uid: 29724 @@ -95101,7 +95187,7 @@ entities: - uid: 31790 components: - type: Transform - pos: -70.5,1.5 + pos: -68.5,1.5 parent: 2 - type: NavMapBeacon text: Service Lounge @@ -104835,12 +104921,12 @@ entities: - uid: 16364 components: - type: Transform - pos: -18.465366,55.551407 + pos: -18.673878,57.73209 parent: 2 - uid: 16365 components: - type: Transform - pos: -18.262241,55.81703 + pos: -18.528044,57.898758 parent: 2 - uid: 16366 components: @@ -111170,7 +111256,7 @@ entities: pos: -34.5,7.5 parent: 2 - type: Door - secondsUntilStateChange: -30472.742 + secondsUntilStateChange: -32270.72 state: Closing - uid: 24108 components: @@ -111304,7 +111390,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -94685.52 + secondsUntilStateChange: -96483.5 - uid: 25327 components: - type: Transform @@ -114120,16 +114206,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasMinerPlasma - entities: - - uid: 9350 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasMixerFlipped entities: - uid: 5042 @@ -116425,13 +116501,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 12505 - components: - - type: Transform - pos: 48.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 15633 components: - type: Transform @@ -118305,6 +118374,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 20382 + components: + - type: Transform + pos: 46.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 20401 + components: + - type: Transform + pos: 46.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 20934 components: - type: Transform @@ -121484,14 +121567,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 24379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 24380 components: - type: Transform @@ -126526,14 +126601,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 25351 + - uid: 25352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,22.5 + pos: 46.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 25354 components: - type: Transform @@ -143529,6 +143603,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 33887 + components: + - type: Transform + pos: 46.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34674 components: - type: Transform @@ -145399,6 +145480,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 24379 + components: + - type: Transform + pos: 48.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24396 components: - type: Transform @@ -145755,6 +145843,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 25351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25363 components: - type: Transform @@ -150314,15 +150410,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 25352 - components: - - type: Transform - pos: 48.5,23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 25387 components: - type: Transform @@ -152278,6 +152365,18 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 34741 + components: + - type: Transform + pos: 46.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25349 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 35770 components: - type: Transform @@ -160282,7 +160381,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -61659.492 + secondsUntilStateChange: -63457.477 - uid: 1457 components: - type: Transform @@ -160566,7 +160665,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -103729.67 + secondsUntilStateChange: -105527.65 - uid: 8381 components: - type: Transform @@ -161052,6 +161151,11 @@ entities: parent: 2 - proto: HydroponicsToolMiniHoe entities: + - uid: 9350 + components: + - type: Transform + pos: -31.461285,62.45976 + parent: 2 - uid: 18153 components: - type: Transform @@ -161062,11 +161166,6 @@ entities: - type: Transform pos: -29.618675,62.567955 parent: 2 - - uid: 18155 - components: - - type: Transform - pos: -31.524925,62.55233 - parent: 2 - uid: 18489 components: - type: Transform @@ -161811,6 +161910,11 @@ entities: - type: Transform pos: -36.5,-28.5 parent: 2 + - uid: 34186 + components: + - type: Transform + pos: -18.5,55.5 + parent: 2 - proto: KitchenSpike entities: - uid: 15947 @@ -162780,14 +162884,6 @@ entities: - type: Transform pos: 21.5,-4.5 parent: 2 -- proto: MachineFrame - entities: - - uid: 1394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,2.5 - parent: 2 - proto: MachineFrameDestroyed entities: - uid: 7036 @@ -164440,6 +164536,11 @@ entities: - type: Transform pos: -40.59049,21.685213 parent: 2 + - uid: 34041 + components: + - type: Transform + pos: -23.593803,58.65746 + parent: 2 - proto: Morgue entities: - uid: 1036 @@ -164885,6 +164986,13 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 20408 + components: + - type: Transform + pos: -51.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 20929 components: - type: Transform @@ -165595,6 +165703,13 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 20407 + components: + - type: Transform + pos: -51.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 49 @@ -172165,6 +172280,11 @@ entities: - type: Transform pos: 34.5,12.5 parent: 2 + - uid: 1394 + components: + - type: Transform + pos: -23.5,58.5 + parent: 2 - uid: 1532 components: - type: Transform @@ -172587,12 +172707,6 @@ entities: - type: Transform pos: -37.5,12.5 parent: 2 - - uid: 18117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,62.5 - parent: 2 - uid: 18118 components: - type: Transform @@ -172611,6 +172725,11 @@ entities: rot: 3.141592653589793 rad pos: -29.5,61.5 parent: 2 + - uid: 18155 + components: + - type: Transform + pos: -31.5,62.5 + parent: 2 - uid: 18438 components: - type: Transform @@ -188720,6 +188839,11 @@ entities: - type: Transform pos: -41.199863,24.622713 parent: 2 + - uid: 34122 + components: + - type: Transform + pos: -23.156303,58.605377 + parent: 2 - proto: SS13Memorial entities: - uid: 30328 @@ -195728,6 +195852,11 @@ entities: rot: -1.5707963267948966 rad pos: -40.919395,9.842233 parent: 2 + - uid: 34127 + components: + - type: Transform + pos: -23.635471,58.824127 + parent: 2 - proto: TrashBananaPeel entities: - uid: 943 From 8d7b2f0d8a73f31aaf04719b1e98a4f81e655ab7 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Sun, 4 Feb 2024 02:31:44 +0000 Subject: [PATCH 059/391] Automatic Changelog Update (#772) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 75663461cd..7863914932 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1508,3 +1508,9 @@ Entries: message: Updated Edge Station. id: 226 time: '2024-02-04T02:30:44.0000000+00:00' +- author: UnicornOnLSD + changes: + - type: Tweak + message: Submarine has been made better, stronger, and not faster. + id: 227 + time: '2024-02-04T02:31:24.0000000+00:00' From 069bc99c432a107aa0785c415b606cd746b12d30 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:53:35 +0000 Subject: [PATCH 060/391] submarine atmosia update (#778) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Maps/submarine.yml | 6311 +++++++++++++++++----------------- 1 file changed, 3175 insertions(+), 3136 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index c258ed84bd..aacc4d72e2 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -427,7 +427,7 @@ entities: version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA + tiles: AAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA version: 6 -3,3: ind: -3,3 @@ -659,6 +659,7 @@ entities: id: Arrows decals: 6346: -52.005,-49.860638 + 6710: -54,50 - node: color: '#FFFFFFFF' id: Arrows @@ -13784,7 +13785,6 @@ entities: - type: DeviceList devices: - 28373 - - 27152 - 27149 - 28374 - 28372 @@ -15810,6 +15810,17 @@ entities: - 28357 - type: AtmosDevice joinedGrid: 2 + - uid: 34800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,48.5 + parent: 2 + - type: DeviceList + devices: + - 34799 + - type: AtmosDevice + joinedGrid: 2 - uid: 34985 components: - type: Transform @@ -15871,6 +15882,13 @@ entities: - type: Transform pos: -60.5,56.5 parent: 2 + - type: DeviceLinkSink + links: + - 5045 + - type: DeviceLinkSource + linkedPorts: + 5045: + - DoorStatus: DoorBolt - uid: 34664 components: - type: Transform @@ -16373,6 +16391,20 @@ entities: - type: Transform pos: -121.5,9.5 parent: 2 +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 5045 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31430 + - type: DeviceLinkSource + linkedPorts: + 31430: + - DoorStatus: DoorBolt - proto: AirlockExternalGlassCargoLocked entities: - uid: 6675 @@ -16834,11 +16866,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,69.5 parent: 2 - - uid: 31428 - components: - - type: Transform - pos: -60.5,54.5 - parent: 2 - proto: AirlockExternalGlassShuttleArrivals entities: - uid: 5817 @@ -20204,6 +20231,16 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,-42.5 parent: 2 + - uid: 34799 + components: + - type: Transform + pos: -58.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34800 + - type: AtmosDevice + joinedGrid: 2 - proto: AltarBananium entities: - uid: 23502 @@ -20765,50 +20802,30 @@ entities: parent: 2 - proto: AtmosFixBlockerMarker entities: - - uid: 7642 - components: - - type: Transform - pos: -49.5,50.5 - parent: 2 - - uid: 8825 - components: - - type: Transform - pos: -47.5,48.5 - parent: 2 - - uid: 9316 - components: - - type: Transform - pos: -47.5,49.5 - parent: 2 - - uid: 9571 - components: - - type: Transform - pos: -47.5,50.5 - parent: 2 - uid: 15992 components: - type: Transform pos: -45.5,51.5 parent: 2 - - uid: 15993 + - uid: 16515 components: - type: Transform - pos: -47.5,51.5 + pos: -57.5,52.5 parent: 2 - - uid: 15994 + - uid: 16530 components: - type: Transform - pos: -49.5,48.5 + pos: -58.5,48.5 parent: 2 - - uid: 16306 + - uid: 16543 components: - type: Transform - pos: -49.5,49.5 + pos: -56.5,50.5 parent: 2 - - uid: 17857 + - uid: 16548 components: - type: Transform - pos: -49.5,51.5 + pos: -60.5,48.5 parent: 2 - uid: 18324 components: @@ -20894,34 +20911,54 @@ entities: - uid: 22416 components: - type: Transform - pos: -37.5,51.5 + pos: -57.5,51.5 parent: 2 - - uid: 22417 + - uid: 23035 components: - type: Transform - pos: -37.5,50.5 + rot: -1.5707963267948966 rad + pos: -35.5,49.5 parent: 2 - - uid: 22418 + - uid: 23632 components: - type: Transform - pos: -37.5,49.5 + rot: -1.5707963267948966 rad + pos: -35.5,51.5 parent: 2 - - uid: 22419 + - uid: 23780 components: - type: Transform - pos: -37.5,48.5 + pos: -57.5,50.5 parent: 2 - - uid: 23035 + - uid: 23802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,49.5 + pos: -58.5,50.5 parent: 2 - - uid: 23632 + - uid: 27152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,51.5 + pos: -58.5,52.5 + parent: 2 + - uid: 29966 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - uid: 29968 + components: + - type: Transform + pos: -56.5,52.5 + parent: 2 + - uid: 30741 + components: + - type: Transform + pos: -56.5,49.5 + parent: 2 + - uid: 31087 + components: + - type: Transform + pos: -56.5,48.5 parent: 2 - uid: 33724 components: @@ -20929,6 +20966,71 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,48.5 parent: 2 + - uid: 34668 + components: + - type: Transform + pos: -60.5,51.5 + parent: 2 + - uid: 34687 + components: + - type: Transform + pos: -60.5,50.5 + parent: 2 + - uid: 34713 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 34714 + components: + - type: Transform + pos: -60.5,52.5 + parent: 2 + - uid: 34719 + components: + - type: Transform + pos: -59.5,50.5 + parent: 2 + - uid: 34728 + components: + - type: Transform + pos: -59.5,51.5 + parent: 2 + - uid: 34744 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - uid: 34753 + components: + - type: Transform + pos: -58.5,49.5 + parent: 2 + - uid: 34761 + components: + - type: Transform + pos: -57.5,48.5 + parent: 2 + - uid: 34763 + components: + - type: Transform + pos: -56.5,51.5 + parent: 2 + - uid: 34766 + components: + - type: Transform + pos: -59.5,48.5 + parent: 2 + - uid: 34770 + components: + - type: Transform + pos: -58.5,51.5 + parent: 2 + - uid: 34772 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 - proto: AtmosFixFreezerMarker entities: - uid: 7517 @@ -21051,6 +21153,72 @@ entities: - type: Transform pos: -57.5,-6.5 parent: 2 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 5110 + components: + - type: Transform + pos: -49.5,50.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: -49.5,48.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + pos: -49.5,49.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + pos: -49.5,51.5 + parent: 2 +- proto: AtmosFixOxygenMarker + entities: + - uid: 5112 + components: + - type: Transform + pos: -47.5,51.5 + parent: 2 + - uid: 5255 + components: + - type: Transform + pos: -47.5,50.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + pos: -47.5,48.5 + parent: 2 + - uid: 6771 + components: + - type: Transform + pos: -47.5,49.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 9316 + components: + - type: Transform + pos: -37.5,51.5 + parent: 2 + - uid: 9509 + components: + - type: Transform + pos: -37.5,50.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: -37.5,49.5 + parent: 2 + - uid: 9689 + components: + - type: Transform + pos: -37.5,48.5 + parent: 2 - proto: Autolathe entities: - uid: 8762 @@ -24109,6 +24277,22 @@ entities: - type: DeviceLinkSink links: - 22562 + - uid: 14453 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34793 + - uid: 14454 + components: + - type: Transform + pos: -58.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34793 - uid: 15042 components: - type: Transform @@ -24565,6 +24749,14 @@ entities: - type: DeviceLinkSink links: - 15119 + - uid: 15771 + components: + - type: Transform + pos: -60.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34793 - uid: 19385 components: - type: Transform @@ -24580,14 +24772,6 @@ entities: - type: Transform pos: -24.5,43.5 parent: 2 - - uid: 23712 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23802 - uid: 29746 components: - type: Transform @@ -24607,18 +24791,22 @@ entities: links: - 29774 - 29775 - - uid: 31417 + - uid: 34787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,52.5 + pos: -57.5,52.5 parent: 2 - - uid: 31446 + - type: DeviceLinkSink + links: + - 34793 + - uid: 34791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,52.5 + pos: -56.5,52.5 parent: 2 + - type: DeviceLinkSink + links: + - 34793 - proto: BoardGameSpawner entities: - uid: 803 @@ -74225,41 +74413,6 @@ entities: - type: Transform pos: -61.5,49.5 parent: 2 - - uid: 36273 - components: - - type: Transform - pos: -60.5,49.5 - parent: 2 - - uid: 36274 - components: - - type: Transform - pos: -59.5,49.5 - parent: 2 - - uid: 36275 - components: - - type: Transform - pos: -58.5,49.5 - parent: 2 - - uid: 36276 - components: - - type: Transform - pos: -57.5,49.5 - parent: 2 - - uid: 36277 - components: - - type: Transform - pos: -57.5,50.5 - parent: 2 - - uid: 36278 - components: - - type: Transform - pos: -57.5,51.5 - parent: 2 - - uid: 36279 - components: - - type: Transform - pos: -57.5,52.5 - parent: 2 - uid: 36280 components: - type: Transform @@ -74275,21 +74428,6 @@ entities: - type: Transform pos: -61.5,50.5 parent: 2 - - uid: 36283 - components: - - type: Transform - pos: -60.5,52.5 - parent: 2 - - uid: 36284 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - uid: 36285 - components: - - type: Transform - pos: -58.5,52.5 - parent: 2 - uid: 36286 components: - type: Transform @@ -95151,15 +95289,11 @@ entities: location: Tech Vault - proto: DefaultStationBeaconTEG entities: - - uid: 7324 + - uid: 16493 components: - type: Transform - pos: -55.5,58.5 + pos: -56.5,58.5 parent: 2 - - type: NavMapBeacon - text: TEG - - type: WarpPoint - location: TEG - proto: DefaultStationBeaconTelecoms entities: - uid: 30270 @@ -111256,7 +111390,7 @@ entities: pos: -34.5,7.5 parent: 2 - type: Door - secondsUntilStateChange: -32270.72 + secondsUntilStateChange: -33971.44 state: Closing - uid: 24108 components: @@ -111390,7 +111524,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -96483.5 + secondsUntilStateChange: -98184.23 - uid: 25327 components: - type: Transform @@ -114222,20 +114356,14 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,43.5 parent: 2 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6001 components: - type: Transform @@ -114260,6 +114388,18 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 31426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,50.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.01999998 + inletOneConcentration: 0.98 + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 - proto: GasOutletInjector entities: - uid: 2572 @@ -114332,38 +114472,14 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasPassiveGate - entities: - - uid: 27144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-9.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,55.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34802 + - uid: 34790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,55.5 + rot: 1.5707963267948966 rad + pos: -58.5,50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - proto: GasPassiveVent entities: - uid: 5652 @@ -114429,24 +114545,22 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19718 + - uid: 16502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,53.5 + rot: 3.141592653589793 rad + pos: -58.5,-7.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 23789 + - uid: 19718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,51.5 + rot: -1.5707963267948966 rad + pos: -49.5,53.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - proto: GasPipeBend entities: - uid: 2314 @@ -114456,12 +114570,12 @@ entities: pos: -32.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4923 + color: '#0055CCFF' + - uid: 5044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,53.5 + rot: 3.141592653589793 rad + pos: -52.5,44.5 parent: 2 - uid: 5046 components: @@ -114470,7 +114584,7 @@ entities: pos: -46.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5087 components: - type: Transform @@ -114482,7 +114596,7 @@ entities: pos: -43.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6329 components: - type: Transform @@ -114560,14 +114674,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 16242 + - uid: 16536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,51.5 + rot: 3.141592653589793 rad + pos: -68.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' - uid: 18017 components: - type: Transform @@ -114575,12 +114689,28 @@ entities: pos: -22.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18018 components: - type: Transform pos: -22.5,74.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - uid: 23229 @@ -114590,7 +114720,7 @@ entities: pos: -13.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23236 components: - type: Transform @@ -114598,7 +114728,7 @@ entities: pos: -13.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23246 components: - type: Transform @@ -114606,7 +114736,7 @@ entities: pos: -27.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23908 components: - type: Transform @@ -114622,7 +114752,7 @@ entities: pos: -43.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24278 components: - type: Transform @@ -114630,7 +114760,7 @@ entities: pos: 49.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24299 components: - type: Transform @@ -114654,7 +114784,7 @@ entities: pos: -45.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24303 components: - type: Transform @@ -114662,7 +114792,7 @@ entities: pos: -45.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24304 components: - type: Transform @@ -114702,7 +114832,7 @@ entities: pos: -39.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24313 components: - type: Transform @@ -114710,7 +114840,7 @@ entities: pos: -36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24314 components: - type: Transform @@ -114718,7 +114848,7 @@ entities: pos: 49.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24320 components: - type: Transform @@ -114726,14 +114856,14 @@ entities: pos: -36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24321 components: - type: Transform pos: -9.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24322 components: - type: Transform @@ -114741,7 +114871,7 @@ entities: pos: -9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24324 components: - type: Transform @@ -114749,7 +114879,7 @@ entities: pos: 0.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24325 components: - type: Transform @@ -114757,7 +114887,7 @@ entities: pos: -0.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24413 components: - type: Transform @@ -114765,7 +114895,7 @@ entities: pos: -39.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24458 components: - type: Transform @@ -114773,14 +114903,14 @@ entities: pos: -0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24459 components: - type: Transform pos: 0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24494 components: - type: Transform @@ -114788,7 +114918,7 @@ entities: pos: -46.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24495 components: - type: Transform @@ -114796,7 +114926,7 @@ entities: pos: -45.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24496 components: - type: Transform @@ -114804,7 +114934,7 @@ entities: pos: -44.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24497 components: - type: Transform @@ -114812,7 +114942,7 @@ entities: pos: -43.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24498 components: - type: Transform @@ -114902,35 +115032,35 @@ entities: pos: -46.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24511 components: - type: Transform pos: -45.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24512 components: - type: Transform pos: -44.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24513 components: - type: Transform pos: -43.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24514 components: - type: Transform pos: -42.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24592 components: - type: Transform @@ -114938,7 +115068,7 @@ entities: pos: 49.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24593 components: - type: Transform @@ -114946,7 +115076,7 @@ entities: pos: 48.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24594 components: - type: Transform @@ -114954,7 +115084,7 @@ entities: pos: 47.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24597 components: - type: Transform @@ -115010,7 +115140,7 @@ entities: pos: 46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24622 components: - type: Transform @@ -115018,7 +115148,7 @@ entities: pos: 47.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24623 components: - type: Transform @@ -115026,7 +115156,7 @@ entities: pos: 48.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24638 components: - type: Transform @@ -115049,7 +115179,7 @@ entities: pos: 48.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24641 components: - type: Transform @@ -115057,7 +115187,7 @@ entities: pos: 39.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24642 components: - type: Transform @@ -115065,21 +115195,21 @@ entities: pos: 38.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24643 components: - type: Transform pos: 39.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24644 components: - type: Transform pos: 38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24645 components: - type: Transform @@ -115102,7 +115232,7 @@ entities: pos: -10.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25026 components: - type: Transform @@ -115110,7 +115240,7 @@ entities: pos: -10.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25027 components: - type: Transform @@ -115118,7 +115248,7 @@ entities: pos: -10.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25377 components: - type: Transform @@ -115134,7 +115264,7 @@ entities: pos: 27.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25434 components: - type: Transform @@ -115156,7 +115286,7 @@ entities: pos: 43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25483 components: - type: Transform @@ -115164,7 +115294,7 @@ entities: pos: 34.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25486 components: - type: Transform @@ -115187,7 +115317,7 @@ entities: pos: 34.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25628 components: - type: Transform @@ -115210,7 +115340,7 @@ entities: pos: 34.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25671 components: - type: Transform @@ -115226,7 +115356,7 @@ entities: pos: 53.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25674 components: - type: Transform @@ -115242,7 +115372,7 @@ entities: pos: 55.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25676 components: - type: Transform @@ -115258,7 +115388,7 @@ entities: pos: 55.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25678 components: - type: Transform @@ -115273,7 +115403,7 @@ entities: pos: 7.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25732 components: - type: Transform @@ -115281,7 +115411,7 @@ entities: pos: 7.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25734 components: - type: Transform @@ -115305,7 +115435,7 @@ entities: pos: 17.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25796 components: - type: Transform @@ -115313,7 +115443,7 @@ entities: pos: 9.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25820 components: - type: Transform @@ -115321,14 +115451,14 @@ entities: pos: 9.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25822 components: - type: Transform pos: 9.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25823 components: - type: Transform @@ -115343,7 +115473,7 @@ entities: pos: 6.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25825 components: - type: Transform @@ -115367,7 +115497,7 @@ entities: pos: -13.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25907 components: - type: Transform @@ -115382,7 +115512,7 @@ entities: pos: -13.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26011 components: - type: Transform @@ -115390,7 +115520,7 @@ entities: pos: -32.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26012 components: - type: Transform @@ -115421,14 +115551,14 @@ entities: pos: -35.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26098 components: - type: Transform pos: -6.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26111 components: - type: Transform @@ -115458,7 +115588,7 @@ entities: pos: 25.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26135 components: - type: Transform @@ -115466,7 +115596,7 @@ entities: pos: 29.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26236 components: - type: Transform @@ -115474,7 +115604,7 @@ entities: pos: 9.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26307 components: - type: Transform @@ -115482,7 +115612,7 @@ entities: pos: -61.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26356 components: - type: Transform @@ -115490,14 +115620,14 @@ entities: pos: -2.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26430 components: - type: Transform pos: -73.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26431 components: - type: Transform @@ -115520,7 +115650,7 @@ entities: pos: -114.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26634 components: - type: Transform @@ -115536,14 +115666,14 @@ entities: pos: -114.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26713 components: - type: Transform pos: -91.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26714 components: - type: Transform @@ -115551,7 +115681,7 @@ entities: pos: -92.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26715 components: - type: Transform @@ -115559,7 +115689,7 @@ entities: pos: -93.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26716 components: - type: Transform @@ -115567,7 +115697,7 @@ entities: pos: -94.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26717 components: - type: Transform @@ -115575,28 +115705,28 @@ entities: pos: -95.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26718 components: - type: Transform pos: -92.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26719 components: - type: Transform pos: -93.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26720 components: - type: Transform pos: -94.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26721 components: - type: Transform @@ -115703,7 +115833,7 @@ entities: pos: -91.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26760 components: - type: Transform @@ -115711,7 +115841,7 @@ entities: pos: -92.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26761 components: - type: Transform @@ -115719,7 +115849,7 @@ entities: pos: -93.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26762 components: - type: Transform @@ -115727,7 +115857,7 @@ entities: pos: -94.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26763 components: - type: Transform @@ -115735,7 +115865,7 @@ entities: pos: -94.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26764 components: - type: Transform @@ -115743,7 +115873,7 @@ entities: pos: -95.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26765 components: - type: Transform @@ -115751,7 +115881,7 @@ entities: pos: -93.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26766 components: - type: Transform @@ -115759,7 +115889,7 @@ entities: pos: -92.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26767 components: - type: Transform @@ -115806,7 +115936,7 @@ entities: pos: 0.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26864 components: - type: Transform @@ -115822,7 +115952,7 @@ entities: pos: -60.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26933 components: - type: Transform @@ -115838,7 +115968,7 @@ entities: pos: -60.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26985 components: - type: Transform @@ -115846,7 +115976,7 @@ entities: pos: -54.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26986 components: - type: Transform @@ -115870,14 +116000,14 @@ entities: pos: -59.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27048 components: - type: Transform pos: -53.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27049 components: - type: Transform @@ -115892,19 +116022,15 @@ entities: pos: -53.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-7.5 - parent: 2 + color: '#0055CCFF' - uid: 27148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-7.5 + rot: 1.5707963267948966 rad + pos: -62.5,58.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27175 components: - type: Transform @@ -115928,7 +116054,7 @@ entities: pos: -34.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27267 components: - type: Transform @@ -115944,7 +116070,7 @@ entities: pos: -22.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27320 components: - type: Transform @@ -116014,7 +116140,7 @@ entities: pos: 17.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27371 components: - type: Transform @@ -116030,14 +116156,14 @@ entities: pos: 29.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27420 components: - type: Transform pos: 34.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27555 components: - type: Transform @@ -116045,7 +116171,7 @@ entities: pos: 34.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27556 components: - type: Transform @@ -116061,7 +116187,7 @@ entities: pos: 76.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27738 components: - type: Transform @@ -116083,7 +116209,7 @@ entities: pos: -19.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28189 components: - type: Transform @@ -116091,7 +116217,7 @@ entities: pos: -21.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28190 components: - type: Transform @@ -116114,14 +116240,14 @@ entities: pos: -20.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28193 components: - type: Transform pos: -20.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28278 components: - type: Transform @@ -116145,7 +116271,7 @@ entities: pos: -10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28564 components: - type: Transform @@ -116153,7 +116279,7 @@ entities: pos: 7.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28706 components: - type: Transform @@ -116161,7 +116287,7 @@ entities: pos: 31.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28709 components: - type: Transform @@ -116186,22 +116312,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 29966 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 30500 components: - type: Transform @@ -116216,7 +116326,7 @@ entities: pos: -32.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 30518 components: - type: Transform @@ -116232,6 +116342,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 31088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31427 + components: + - type: Transform + pos: -52.5,50.5 + parent: 2 - uid: 31753 components: - type: Transform @@ -116239,7 +116362,7 @@ entities: pos: -19.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31754 components: - type: Transform @@ -116255,7 +116378,7 @@ entities: pos: -50.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31756 components: - type: Transform @@ -116272,43 +116395,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 34687 - components: - - type: Transform - pos: -65.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34689 + - uid: 34688 components: - type: Transform rot: 1.5707963267948966 rad - pos: -68.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34690 - components: - - type: Transform - pos: -63.5,61.5 + pos: -56.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 34691 components: - type: Transform - pos: -67.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,61.5 + pos: -54.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 34698 components: - type: Transform @@ -116316,122 +116417,97 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34712 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34714 + - uid: 34710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,54.5 + pos: -46.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,54.5 + rot: 1.5707963267948966 rad + pos: -57.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34716 + color: '#990000FF' + - uid: 34743 components: - type: Transform rot: -1.5707963267948966 rad - pos: -66.5,54.5 + pos: -57.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34717 + - uid: 34746 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,54.5 + pos: -57.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34773 + color: '#990000FF' + - uid: 34747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,53.5 + rot: 1.5707963267948966 rad + pos: -59.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34775 + color: '#990000FF' + - uid: 34750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,56.5 + rot: 1.5707963267948966 rad + pos: -60.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34780 + color: '#990000FF' + - uid: 34768 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,57.5 + rot: -1.5707963267948966 rad + pos: -62.5,56.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34785 + - uid: 34773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,60.5 + pos: -57.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34788 + - uid: 34774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,61.5 + rot: -1.5707963267948966 rad + pos: -59.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34790 + - uid: 34776 components: - type: Transform - pos: -52.5,61.5 + rot: 3.141592653589793 rad + pos: -60.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34796 + - uid: 34777 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,57.5 + pos: -56.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34806 + - uid: 34788 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,57.5 + pos: -55.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -116442,7 +116518,7 @@ entities: pos: -29.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPipeFourway entities: - uid: 2092 @@ -116458,21 +116534,21 @@ entities: pos: 8.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2133 components: - type: Transform pos: 8.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2135 components: - type: Transform pos: 8.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2705 components: - type: Transform @@ -116493,7 +116569,7 @@ entities: pos: -26.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6517 components: - type: Transform @@ -116542,21 +116618,21 @@ entities: pos: -91.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24026 components: - type: Transform pos: -85.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24047 components: - type: Transform pos: -73.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24074 components: - type: Transform @@ -116570,14 +116646,14 @@ entities: pos: -0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24547 components: - type: Transform pos: -15.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24554 components: - type: Transform @@ -116605,14 +116681,14 @@ entities: pos: -27.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24697 components: - type: Transform pos: 30.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24720 components: - type: Transform @@ -116626,7 +116702,7 @@ entities: pos: 0.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24737 components: - type: Transform @@ -116647,7 +116723,7 @@ entities: pos: 0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24869 components: - type: Transform @@ -116661,7 +116737,7 @@ entities: pos: -11.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24927 components: - type: Transform @@ -116675,7 +116751,7 @@ entities: pos: 8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25043 components: - type: Transform @@ -116696,7 +116772,7 @@ entities: pos: -55.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25744 components: - type: Transform @@ -116710,7 +116786,7 @@ entities: pos: 17.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26060 components: - type: Transform @@ -116724,21 +116800,21 @@ entities: pos: -13.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26814 components: - type: Transform pos: 0.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26833 components: - type: Transform pos: -27.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26848 components: - type: Transform @@ -116759,21 +116835,21 @@ entities: pos: 34.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26857 components: - type: Transform pos: 25.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26859 components: - type: Transform pos: 13.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26860 components: - type: Transform @@ -116787,7 +116863,7 @@ entities: pos: -59.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26981 components: - type: Transform @@ -116801,7 +116877,7 @@ entities: pos: -21.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27330 components: - type: Transform @@ -116809,6 +116885,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 34801 + components: + - type: Transform + pos: -47.5,44.5 + parent: 2 - proto: GasPipeStraight entities: - uid: 404 @@ -116841,7 +116922,7 @@ entities: pos: -21.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1211 components: - type: Transform @@ -116849,7 +116930,7 @@ entities: pos: 32.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1222 components: - type: Transform @@ -116857,7 +116938,7 @@ entities: pos: 34.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1224 components: - type: Transform @@ -116865,7 +116946,7 @@ entities: pos: 31.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1499 components: - type: Transform @@ -116873,7 +116954,7 @@ entities: pos: -61.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1500 components: - type: Transform @@ -116881,7 +116962,7 @@ entities: pos: -60.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1612 components: - type: Transform @@ -116889,7 +116970,7 @@ entities: pos: 33.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1669 components: - type: Transform @@ -116905,7 +116986,7 @@ entities: pos: -43.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2087 components: - type: Transform @@ -116921,7 +117002,7 @@ entities: pos: 7.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2146 components: - type: Transform @@ -116929,14 +117010,14 @@ entities: pos: 0.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2150 components: - type: Transform pos: -32.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2187 components: - type: Transform @@ -116951,7 +117032,7 @@ entities: pos: -22.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2223 components: - type: Transform @@ -116959,7 +117040,7 @@ entities: pos: -22.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2226 components: - type: Transform @@ -116975,7 +117056,7 @@ entities: pos: 57.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2248 components: - type: Transform @@ -117033,7 +117114,7 @@ entities: pos: -22.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2584 components: - type: Transform @@ -117065,7 +117146,7 @@ entities: pos: -32.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3571 components: - type: Transform @@ -117080,7 +117161,7 @@ entities: pos: 11.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3643 components: - type: Transform @@ -117088,7 +117169,7 @@ entities: pos: 11.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3652 components: - type: Transform @@ -117111,7 +117192,7 @@ entities: pos: -43.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3699 components: - type: Transform @@ -117151,7 +117232,7 @@ entities: pos: 11.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3792 components: - type: Transform @@ -117159,7 +117240,7 @@ entities: pos: 9.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3805 components: - type: Transform @@ -117167,7 +117248,7 @@ entities: pos: 9.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4000 components: - type: Transform @@ -117209,7 +117290,7 @@ entities: pos: -46.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4424 components: - type: Transform @@ -117226,20 +117307,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5048 + - uid: 5047 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,43.5 + pos: -49.5,44.5 parent: 2 - - uid: 5112 + - uid: 5048 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,40.5 + rot: -1.5707963267948966 rad + pos: -48.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 5200 components: - type: Transform @@ -117247,7 +117326,7 @@ entities: pos: -34.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5346 components: - type: Transform @@ -117255,7 +117334,7 @@ entities: pos: 51.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5380 components: - type: Transform @@ -117334,7 +117413,7 @@ entities: pos: -46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5916 components: - type: Transform @@ -117342,7 +117421,7 @@ entities: pos: -45.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5921 components: - type: Transform @@ -117350,7 +117429,7 @@ entities: pos: -44.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5924 components: - type: Transform @@ -117358,7 +117437,18 @@ entities: pos: -46.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 5935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,44.5 + parent: 2 + - uid: 5999 + components: + - type: Transform + pos: -49.5,44.5 + parent: 2 - uid: 6107 components: - type: Transform @@ -117366,7 +117456,7 @@ entities: pos: -9.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6325 components: - type: Transform @@ -117374,7 +117464,7 @@ entities: pos: -18.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6326 components: - type: Transform @@ -117382,7 +117472,7 @@ entities: pos: -18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6330 components: - type: Transform @@ -117403,7 +117493,7 @@ entities: pos: -46.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6688 components: - type: Transform @@ -117411,7 +117501,7 @@ entities: pos: -30.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6690 components: - type: Transform @@ -117419,7 +117509,7 @@ entities: pos: -28.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6712 components: - type: Transform @@ -117427,13 +117517,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6771 - components: - - type: Transform - pos: -68.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6784 components: - type: Transform @@ -117487,7 +117570,7 @@ entities: pos: -55.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7114 components: - type: Transform @@ -117503,7 +117586,7 @@ entities: pos: 7.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7127 components: - type: Transform @@ -117519,7 +117602,7 @@ entities: pos: 7.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7178 components: - type: Transform @@ -117542,7 +117625,7 @@ entities: pos: -46.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7311 components: - type: Transform @@ -117558,28 +117641,28 @@ entities: pos: 45.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7511 components: - type: Transform pos: -46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7512 components: - type: Transform pos: -46.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7513 components: - type: Transform pos: -46.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7558 components: - type: Transform @@ -117593,7 +117676,7 @@ entities: pos: -43.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8845 components: - type: Transform @@ -117601,7 +117684,7 @@ entities: pos: -39.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9117 components: - type: Transform @@ -117609,7 +117692,7 @@ entities: pos: 10.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9118 components: - type: Transform @@ -117649,7 +117732,7 @@ entities: pos: 10.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9182 components: - type: Transform @@ -118071,14 +118154,14 @@ entities: pos: -43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9532 components: - type: Transform pos: -32.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9544 components: - type: Transform @@ -118177,7 +118260,7 @@ entities: pos: -21.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11843 components: - type: Transform @@ -118216,7 +118299,7 @@ entities: pos: -21.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11858 components: - type: Transform @@ -118230,14 +118313,14 @@ entities: pos: -21.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11860 components: - type: Transform pos: -21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11878 components: - type: Transform @@ -118245,7 +118328,7 @@ entities: pos: -20.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13045 components: - type: Transform @@ -118253,7 +118336,7 @@ entities: pos: 9.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15270 components: - type: Transform @@ -118269,7 +118352,7 @@ entities: pos: 10.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15807 components: - type: Transform @@ -118286,94 +118369,69 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 16491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16499 + - uid: 15993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,55.5 + rot: 1.5707963267948966 rad + pos: -57.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16514 + - uid: 15994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,57.5 + rot: 1.5707963267948966 rad + pos: -56.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16516 + - uid: 16242 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,56.5 + rot: 1.5707963267948966 rad + pos: -55.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16530 + - uid: 16537 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,58.5 + rot: -1.5707963267948966 rad + pos: -60.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16531 + - uid: 16538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,55.5 + rot: -1.5707963267948966 rad + pos: -61.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - uid: 16542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,59.5 + pos: -52.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16543 + - uid: 17857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,58.5 + rot: -1.5707963267948966 rad + pos: -55.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16547 + color: '#990000FF' + - uid: 18020 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,57.5 + pos: -13.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18020 + color: '#0055CCFF' + - uid: 19328 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,70.5 + pos: -54.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 20382 components: - type: Transform @@ -118396,13 +118454,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 21163 - components: - - type: Transform - pos: -68.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 22894 components: - type: Transform @@ -118410,7 +118461,7 @@ entities: pos: 36.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22895 components: - type: Transform @@ -118418,14 +118469,14 @@ entities: pos: 37.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22896 components: - type: Transform pos: 38.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22901 components: - type: Transform @@ -118433,7 +118484,7 @@ entities: pos: 34.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22902 components: - type: Transform @@ -118441,7 +118492,7 @@ entities: pos: 33.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23227 components: - type: Transform @@ -118449,7 +118500,7 @@ entities: pos: -25.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23233 components: - type: Transform @@ -118457,7 +118508,7 @@ entities: pos: 32.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23237 components: - type: Transform @@ -118465,7 +118516,7 @@ entities: pos: -17.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23239 components: - type: Transform @@ -118473,7 +118524,7 @@ entities: pos: -18.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23240 components: - type: Transform @@ -118481,7 +118532,7 @@ entities: pos: -15.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23242 components: - type: Transform @@ -118489,7 +118540,7 @@ entities: pos: -16.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23243 components: - type: Transform @@ -118497,7 +118548,7 @@ entities: pos: -23.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23244 components: - type: Transform @@ -118505,7 +118556,7 @@ entities: pos: -24.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23248 components: - type: Transform @@ -118513,28 +118564,28 @@ entities: pos: -14.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23557 components: - type: Transform pos: -22.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23566 components: - type: Transform pos: -22.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23567 components: - type: Transform pos: -22.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23693 components: - type: Transform @@ -118575,10 +118626,10 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,51.5 + pos: -59.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' - uid: 23831 components: - type: Transform @@ -118586,7 +118637,7 @@ entities: pos: -19.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23863 components: - type: Transform @@ -118594,7 +118645,7 @@ entities: pos: -20.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23906 components: - type: Transform @@ -118602,7 +118653,7 @@ entities: pos: -43.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23907 components: - type: Transform @@ -118618,7 +118669,7 @@ entities: pos: -44.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23910 components: - type: Transform @@ -118626,7 +118677,7 @@ entities: pos: -46.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23911 components: - type: Transform @@ -118634,7 +118685,7 @@ entities: pos: -50.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23912 components: - type: Transform @@ -118642,7 +118693,7 @@ entities: pos: -45.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23913 components: - type: Transform @@ -118650,7 +118701,7 @@ entities: pos: -47.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23914 components: - type: Transform @@ -118658,7 +118709,7 @@ entities: pos: -51.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23915 components: - type: Transform @@ -118666,7 +118717,7 @@ entities: pos: -48.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23916 components: - type: Transform @@ -118674,7 +118725,7 @@ entities: pos: -49.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23918 components: - type: Transform @@ -118682,7 +118733,7 @@ entities: pos: -52.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23919 components: - type: Transform @@ -118690,7 +118741,7 @@ entities: pos: -53.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23920 components: - type: Transform @@ -118698,7 +118749,7 @@ entities: pos: -54.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23922 components: - type: Transform @@ -118706,7 +118757,7 @@ entities: pos: -55.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23923 components: - type: Transform @@ -118714,7 +118765,7 @@ entities: pos: -55.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23924 components: - type: Transform @@ -118722,7 +118773,7 @@ entities: pos: -55.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23925 components: - type: Transform @@ -118730,7 +118781,7 @@ entities: pos: -55.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23926 components: - type: Transform @@ -118738,7 +118789,7 @@ entities: pos: -55.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23927 components: - type: Transform @@ -118746,7 +118797,7 @@ entities: pos: -55.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23928 components: - type: Transform @@ -118754,7 +118805,7 @@ entities: pos: -55.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23930 components: - type: Transform @@ -118762,7 +118813,7 @@ entities: pos: -55.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23932 components: - type: Transform @@ -118770,7 +118821,7 @@ entities: pos: -55.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23934 components: - type: Transform @@ -118778,7 +118829,7 @@ entities: pos: -55.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23935 components: - type: Transform @@ -118786,7 +118837,7 @@ entities: pos: -55.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23936 components: - type: Transform @@ -118794,7 +118845,7 @@ entities: pos: -55.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23938 components: - type: Transform @@ -118810,7 +118861,7 @@ entities: pos: -55.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23940 components: - type: Transform @@ -118818,7 +118869,7 @@ entities: pos: -55.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23941 components: - type: Transform @@ -118826,7 +118877,7 @@ entities: pos: -55.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23943 components: - type: Transform @@ -119033,14 +119084,14 @@ entities: pos: -91.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23976 components: - type: Transform pos: -91.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23977 components: - type: Transform @@ -119048,7 +119099,7 @@ entities: pos: -54.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23978 components: - type: Transform @@ -119056,7 +119107,7 @@ entities: pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23979 components: - type: Transform @@ -119064,7 +119115,7 @@ entities: pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23980 components: - type: Transform @@ -119072,7 +119123,7 @@ entities: pos: -51.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23981 components: - type: Transform @@ -119080,7 +119131,7 @@ entities: pos: -50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23982 components: - type: Transform @@ -119088,7 +119139,7 @@ entities: pos: -49.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23983 components: - type: Transform @@ -119096,7 +119147,7 @@ entities: pos: -48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23985 components: - type: Transform @@ -119104,56 +119155,56 @@ entities: pos: -46.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23986 components: - type: Transform pos: -45.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23987 components: - type: Transform pos: -45.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23988 components: - type: Transform pos: -45.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23989 components: - type: Transform pos: -45.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23990 components: - type: Transform pos: -45.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23991 components: - type: Transform pos: -45.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23992 components: - type: Transform pos: -45.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23993 components: - type: Transform @@ -119161,7 +119212,7 @@ entities: pos: -44.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23994 components: - type: Transform @@ -119169,7 +119220,7 @@ entities: pos: -43.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23995 components: - type: Transform @@ -119177,7 +119228,7 @@ entities: pos: -42.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23996 components: - type: Transform @@ -119185,7 +119236,7 @@ entities: pos: -41.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23997 components: - type: Transform @@ -119193,7 +119244,7 @@ entities: pos: -40.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23998 components: - type: Transform @@ -119201,7 +119252,7 @@ entities: pos: -39.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23999 components: - type: Transform @@ -119209,7 +119260,7 @@ entities: pos: -38.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24000 components: - type: Transform @@ -119217,7 +119268,7 @@ entities: pos: -37.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24001 components: - type: Transform @@ -119225,7 +119276,7 @@ entities: pos: -35.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24003 components: - type: Transform @@ -119233,7 +119284,7 @@ entities: pos: -31.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24004 components: - type: Transform @@ -119241,7 +119292,7 @@ entities: pos: -30.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24005 components: - type: Transform @@ -119249,7 +119300,7 @@ entities: pos: -29.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24006 components: - type: Transform @@ -119257,7 +119308,7 @@ entities: pos: -28.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24008 components: - type: Transform @@ -119265,7 +119316,7 @@ entities: pos: -26.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24009 components: - type: Transform @@ -119273,7 +119324,7 @@ entities: pos: -25.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24010 components: - type: Transform @@ -119281,7 +119332,7 @@ entities: pos: -24.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24011 components: - type: Transform @@ -119289,7 +119340,7 @@ entities: pos: -23.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24012 components: - type: Transform @@ -119297,7 +119348,7 @@ entities: pos: -22.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24013 components: - type: Transform @@ -119305,7 +119356,7 @@ entities: pos: -21.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24014 components: - type: Transform @@ -119313,7 +119364,7 @@ entities: pos: -20.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24015 components: - type: Transform @@ -119321,7 +119372,7 @@ entities: pos: -19.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24016 components: - type: Transform @@ -119329,7 +119380,7 @@ entities: pos: -18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24017 components: - type: Transform @@ -119337,7 +119388,7 @@ entities: pos: -17.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24019 components: - type: Transform @@ -119345,7 +119396,7 @@ entities: pos: -15.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24020 components: - type: Transform @@ -119353,7 +119404,7 @@ entities: pos: -14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24021 components: - type: Transform @@ -119361,7 +119412,7 @@ entities: pos: -13.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24022 components: - type: Transform @@ -119369,7 +119420,7 @@ entities: pos: -12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24024 components: - type: Transform @@ -119377,7 +119428,7 @@ entities: pos: -10.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24025 components: - type: Transform @@ -119385,7 +119436,7 @@ entities: pos: -8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24027 components: - type: Transform @@ -119393,7 +119444,7 @@ entities: pos: -6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24028 components: - type: Transform @@ -119401,7 +119452,7 @@ entities: pos: -5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24029 components: - type: Transform @@ -119409,7 +119460,7 @@ entities: pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24030 components: - type: Transform @@ -119417,7 +119468,7 @@ entities: pos: -3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24031 components: - type: Transform @@ -119425,7 +119476,7 @@ entities: pos: -2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24032 components: - type: Transform @@ -119433,308 +119484,308 @@ entities: pos: -1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24033 components: - type: Transform pos: 0.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24034 components: - type: Transform pos: 0.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24035 components: - type: Transform pos: 0.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24036 components: - type: Transform pos: 0.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24037 components: - type: Transform pos: 0.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24038 components: - type: Transform pos: 0.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24039 components: - type: Transform pos: 0.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24041 components: - type: Transform pos: 0.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24042 components: - type: Transform pos: 0.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24044 components: - type: Transform pos: 0.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24045 components: - type: Transform pos: 0.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24046 components: - type: Transform pos: 0.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24048 components: - type: Transform pos: 0.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24049 components: - type: Transform pos: 0.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24050 components: - type: Transform pos: 0.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24052 components: - type: Transform pos: 0.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24053 components: - type: Transform pos: 0.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24054 components: - type: Transform pos: 0.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24055 components: - type: Transform pos: 0.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24056 components: - type: Transform pos: 0.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24057 components: - type: Transform pos: 0.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24058 components: - type: Transform pos: 0.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24060 components: - type: Transform pos: 0.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24061 components: - type: Transform pos: 0.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24062 components: - type: Transform pos: 0.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24063 components: - type: Transform pos: 0.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24064 components: - type: Transform pos: 0.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24065 components: - type: Transform pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24066 components: - type: Transform pos: 0.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24067 components: - type: Transform pos: 0.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24068 components: - type: Transform pos: 0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24069 components: - type: Transform pos: 0.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24071 components: - type: Transform pos: 0.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24072 components: - type: Transform pos: 0.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24073 components: - type: Transform pos: 0.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24075 components: - type: Transform pos: 0.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24076 components: - type: Transform pos: 0.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24077 components: - type: Transform pos: 0.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24078 components: - type: Transform pos: 0.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24079 components: - type: Transform pos: 0.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24080 components: - type: Transform pos: 0.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24082 components: - type: Transform pos: 0.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24083 components: - type: Transform pos: 0.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24084 components: - type: Transform @@ -119742,7 +119793,7 @@ entities: pos: -0.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24085 components: - type: Transform @@ -119750,7 +119801,7 @@ entities: pos: -1.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24086 components: - type: Transform @@ -119758,7 +119809,7 @@ entities: pos: -2.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24087 components: - type: Transform @@ -119766,7 +119817,7 @@ entities: pos: -3.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24088 components: - type: Transform @@ -119774,7 +119825,7 @@ entities: pos: -4.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24089 components: - type: Transform @@ -119782,7 +119833,7 @@ entities: pos: -5.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24090 components: - type: Transform @@ -119790,7 +119841,7 @@ entities: pos: -6.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24091 components: - type: Transform @@ -119798,7 +119849,7 @@ entities: pos: -7.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24092 components: - type: Transform @@ -119806,7 +119857,7 @@ entities: pos: -8.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24093 components: - type: Transform @@ -119814,7 +119865,7 @@ entities: pos: -9.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24094 components: - type: Transform @@ -120078,7 +120129,7 @@ entities: pos: 12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24132 components: - type: Transform @@ -120374,7 +120425,7 @@ entities: pos: 12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24176 components: - type: Transform @@ -120928,7 +120979,7 @@ entities: pos: -95.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24260 components: - type: Transform @@ -120936,7 +120987,7 @@ entities: pos: -94.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24261 components: - type: Transform @@ -120944,7 +120995,7 @@ entities: pos: -93.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24262 components: - type: Transform @@ -120952,7 +121003,7 @@ entities: pos: -92.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24264 components: - type: Transform @@ -120960,7 +121011,7 @@ entities: pos: -90.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24266 components: - type: Transform @@ -120968,7 +121019,7 @@ entities: pos: -88.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24267 components: - type: Transform @@ -120976,7 +121027,7 @@ entities: pos: -87.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24268 components: - type: Transform @@ -120984,7 +121035,7 @@ entities: pos: -86.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24271 components: - type: Transform @@ -120992,7 +121043,7 @@ entities: pos: -83.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24272 components: - type: Transform @@ -121000,7 +121051,7 @@ entities: pos: -82.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24273 components: - type: Transform @@ -121008,7 +121059,7 @@ entities: pos: -81.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24274 components: - type: Transform @@ -121016,7 +121067,7 @@ entities: pos: -80.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24275 components: - type: Transform @@ -121024,7 +121075,7 @@ entities: pos: -79.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24277 components: - type: Transform @@ -121032,7 +121083,7 @@ entities: pos: -77.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24279 components: - type: Transform @@ -121040,7 +121091,7 @@ entities: pos: -75.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24280 components: - type: Transform @@ -121048,7 +121099,7 @@ entities: pos: -74.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24282 components: - type: Transform @@ -121056,7 +121107,7 @@ entities: pos: -72.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24283 components: - type: Transform @@ -121064,7 +121115,7 @@ entities: pos: -71.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24284 components: - type: Transform @@ -121072,7 +121123,7 @@ entities: pos: -70.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24285 components: - type: Transform @@ -121080,7 +121131,7 @@ entities: pos: -69.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24287 components: - type: Transform @@ -121088,7 +121139,7 @@ entities: pos: -67.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24288 components: - type: Transform @@ -121096,7 +121147,7 @@ entities: pos: -66.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24289 components: - type: Transform @@ -121104,7 +121155,7 @@ entities: pos: -65.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24290 components: - type: Transform @@ -121112,7 +121163,7 @@ entities: pos: -64.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24291 components: - type: Transform @@ -121120,7 +121171,7 @@ entities: pos: 49.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24292 components: - type: Transform @@ -121128,7 +121179,7 @@ entities: pos: -62.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24293 components: - type: Transform @@ -121136,7 +121187,7 @@ entities: pos: -61.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24294 components: - type: Transform @@ -121144,7 +121195,7 @@ entities: pos: -60.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24295 components: - type: Transform @@ -121152,7 +121203,7 @@ entities: pos: -59.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24296 components: - type: Transform @@ -121160,7 +121211,7 @@ entities: pos: -58.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24297 components: - type: Transform @@ -121168,7 +121219,7 @@ entities: pos: -57.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24298 components: - type: Transform @@ -121176,7 +121227,7 @@ entities: pos: -56.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24308 components: - type: Transform @@ -121184,7 +121235,7 @@ entities: pos: 50.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24309 components: - type: Transform @@ -121192,7 +121243,7 @@ entities: pos: 52.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24311 components: - type: Transform @@ -121200,14 +121251,14 @@ entities: pos: 53.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24318 components: - type: Transform pos: 0.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24319 components: - type: Transform @@ -121326,7 +121377,7 @@ entities: pos: 35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24344 components: - type: Transform @@ -121342,7 +121393,7 @@ entities: pos: -33.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24346 components: - type: Transform @@ -121478,7 +121529,7 @@ entities: pos: -34.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24367 components: - type: Transform @@ -121566,7 +121617,7 @@ entities: pos: -35.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24380 components: - type: Transform @@ -121726,7 +121777,7 @@ entities: pos: 47.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24401 components: - type: Transform @@ -121734,7 +121785,7 @@ entities: pos: 46.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24403 components: - type: Transform @@ -121742,7 +121793,7 @@ entities: pos: 44.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24404 components: - type: Transform @@ -121750,7 +121801,7 @@ entities: pos: -36.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24405 components: - type: Transform @@ -121758,7 +121809,7 @@ entities: pos: 42.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24406 components: - type: Transform @@ -121766,7 +121817,7 @@ entities: pos: 41.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24407 components: - type: Transform @@ -121774,7 +121825,7 @@ entities: pos: 40.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24408 components: - type: Transform @@ -121782,7 +121833,7 @@ entities: pos: 39.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24409 components: - type: Transform @@ -121790,7 +121841,7 @@ entities: pos: 38.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24410 components: - type: Transform @@ -121798,7 +121849,7 @@ entities: pos: 37.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24412 components: - type: Transform @@ -121806,7 +121857,7 @@ entities: pos: 35.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24414 components: - type: Transform @@ -121814,7 +121865,7 @@ entities: pos: 33.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24415 components: - type: Transform @@ -121822,7 +121873,7 @@ entities: pos: 32.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24416 components: - type: Transform @@ -121830,7 +121881,7 @@ entities: pos: 31.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24417 components: - type: Transform @@ -121838,7 +121889,7 @@ entities: pos: 30.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24418 components: - type: Transform @@ -121846,7 +121897,7 @@ entities: pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24419 components: - type: Transform @@ -121854,7 +121905,7 @@ entities: pos: 28.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24421 components: - type: Transform @@ -121862,7 +121913,7 @@ entities: pos: 26.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24422 components: - type: Transform @@ -121870,7 +121921,7 @@ entities: pos: 25.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24423 components: - type: Transform @@ -121878,7 +121929,7 @@ entities: pos: 24.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24425 components: - type: Transform @@ -121886,7 +121937,7 @@ entities: pos: 22.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24426 components: - type: Transform @@ -121894,7 +121945,7 @@ entities: pos: 21.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24427 components: - type: Transform @@ -121902,7 +121953,7 @@ entities: pos: 20.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24428 components: - type: Transform @@ -121910,7 +121961,7 @@ entities: pos: 19.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24430 components: - type: Transform @@ -121918,7 +121969,7 @@ entities: pos: 17.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24431 components: - type: Transform @@ -121926,7 +121977,7 @@ entities: pos: 16.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24432 components: - type: Transform @@ -121934,7 +121985,7 @@ entities: pos: 15.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24433 components: - type: Transform @@ -121942,14 +121993,14 @@ entities: pos: 14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24435 components: - type: Transform pos: -32.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24436 components: - type: Transform @@ -121957,7 +122008,7 @@ entities: pos: 11.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24437 components: - type: Transform @@ -121965,7 +122016,7 @@ entities: pos: 10.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24438 components: - type: Transform @@ -121973,7 +122024,7 @@ entities: pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24441 components: - type: Transform @@ -121981,7 +122032,7 @@ entities: pos: 6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24442 components: - type: Transform @@ -121989,7 +122040,7 @@ entities: pos: 5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24443 components: - type: Transform @@ -121997,7 +122048,7 @@ entities: pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24444 components: - type: Transform @@ -122005,7 +122056,7 @@ entities: pos: 3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24445 components: - type: Transform @@ -122013,7 +122064,7 @@ entities: pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24446 components: - type: Transform @@ -122021,7 +122072,7 @@ entities: pos: 1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24447 components: - type: Transform @@ -122029,7 +122080,7 @@ entities: pos: 0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24448 components: - type: Transform @@ -122037,7 +122088,7 @@ entities: pos: -0.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24449 components: - type: Transform @@ -122045,7 +122096,7 @@ entities: pos: -0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24450 components: - type: Transform @@ -122053,7 +122104,7 @@ entities: pos: -0.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24451 components: - type: Transform @@ -122061,7 +122112,7 @@ entities: pos: 0.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24452 components: - type: Transform @@ -122069,7 +122120,7 @@ entities: pos: 0.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24453 components: - type: Transform @@ -122077,7 +122128,7 @@ entities: pos: 0.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24454 components: - type: Transform @@ -122085,7 +122136,7 @@ entities: pos: 0.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24455 components: - type: Transform @@ -122093,7 +122144,7 @@ entities: pos: 0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24456 components: - type: Transform @@ -122101,7 +122152,7 @@ entities: pos: 0.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24457 components: - type: Transform @@ -122109,119 +122160,119 @@ entities: pos: 0.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24460 components: - type: Transform pos: -47.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24461 components: - type: Transform pos: -47.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24463 components: - type: Transform pos: -47.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24465 components: - type: Transform pos: -47.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24466 components: - type: Transform pos: -47.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24467 components: - type: Transform pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24468 components: - type: Transform pos: -47.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24469 components: - type: Transform pos: -47.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24470 components: - type: Transform pos: -47.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24471 components: - type: Transform pos: -47.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24472 components: - type: Transform pos: -47.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24473 components: - type: Transform pos: -47.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24474 components: - type: Transform pos: -47.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24475 components: - type: Transform pos: -47.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24476 components: - type: Transform pos: -47.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24477 components: - type: Transform pos: -47.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24478 components: - type: Transform @@ -122341,7 +122392,7 @@ entities: pos: -41.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24518 components: - type: Transform @@ -122349,7 +122400,7 @@ entities: pos: -40.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24519 components: - type: Transform @@ -122357,7 +122408,7 @@ entities: pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24520 components: - type: Transform @@ -122365,7 +122416,7 @@ entities: pos: -38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24521 components: - type: Transform @@ -122373,7 +122424,7 @@ entities: pos: -37.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24522 components: - type: Transform @@ -122381,7 +122432,7 @@ entities: pos: -36.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24523 components: - type: Transform @@ -122389,7 +122440,7 @@ entities: pos: -35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24524 components: - type: Transform @@ -122397,14 +122448,14 @@ entities: pos: -34.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24525 components: - type: Transform pos: -32.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24526 components: - type: Transform @@ -122412,7 +122463,7 @@ entities: pos: -32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24527 components: - type: Transform @@ -122420,7 +122471,7 @@ entities: pos: -31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24528 components: - type: Transform @@ -122428,7 +122479,7 @@ entities: pos: -30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24529 components: - type: Transform @@ -122436,7 +122487,7 @@ entities: pos: -29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24530 components: - type: Transform @@ -122444,7 +122495,7 @@ entities: pos: -28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24532 components: - type: Transform @@ -122452,7 +122503,7 @@ entities: pos: -26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24533 components: - type: Transform @@ -122460,7 +122511,7 @@ entities: pos: -25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24534 components: - type: Transform @@ -122468,7 +122519,7 @@ entities: pos: -24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24535 components: - type: Transform @@ -122620,224 +122671,224 @@ entities: pos: -20.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24560 components: - type: Transform pos: 48.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24561 components: - type: Transform pos: 48.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24562 components: - type: Transform pos: 48.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24563 components: - type: Transform pos: 48.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24564 components: - type: Transform pos: 48.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24565 components: - type: Transform pos: 48.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24566 components: - type: Transform pos: 48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24567 components: - type: Transform pos: 48.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24568 components: - type: Transform pos: 48.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24569 components: - type: Transform pos: 48.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24570 components: - type: Transform pos: 48.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24571 components: - type: Transform pos: 48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24572 components: - type: Transform pos: 48.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24573 components: - type: Transform pos: 48.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24574 components: - type: Transform pos: 48.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24575 components: - type: Transform pos: 48.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24576 components: - type: Transform pos: 48.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24577 components: - type: Transform pos: 49.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24578 components: - type: Transform pos: 49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24579 components: - type: Transform pos: 49.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24580 components: - type: Transform pos: 49.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24581 components: - type: Transform pos: 49.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24583 components: - type: Transform pos: 49.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24584 components: - type: Transform pos: 49.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24586 components: - type: Transform pos: 49.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24587 components: - type: Transform pos: 49.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24588 components: - type: Transform pos: 49.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24589 components: - type: Transform pos: 49.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24590 components: - type: Transform pos: 49.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24591 components: - type: Transform pos: 49.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24595 components: - type: Transform pos: -27.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24600 components: - type: Transform @@ -122923,7 +122974,7 @@ entities: pos: 44.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24615 components: - type: Transform @@ -122931,7 +122982,7 @@ entities: pos: 43.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24616 components: - type: Transform @@ -122939,7 +122990,7 @@ entities: pos: 42.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24617 components: - type: Transform @@ -122947,7 +122998,7 @@ entities: pos: 41.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24618 components: - type: Transform @@ -122955,7 +123006,7 @@ entities: pos: 40.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24619 components: - type: Transform @@ -122963,7 +123014,7 @@ entities: pos: 8.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24624 components: - type: Transform @@ -123096,7 +123147,7 @@ entities: pos: 37.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24661 components: - type: Transform @@ -123104,7 +123155,7 @@ entities: pos: 36.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24664 components: - type: Transform @@ -123112,7 +123163,7 @@ entities: pos: 33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24665 components: - type: Transform @@ -123120,7 +123171,7 @@ entities: pos: 32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24666 components: - type: Transform @@ -123128,7 +123179,7 @@ entities: pos: 31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24667 components: - type: Transform @@ -123136,7 +123187,7 @@ entities: pos: 30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24668 components: - type: Transform @@ -123144,7 +123195,7 @@ entities: pos: 29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24669 components: - type: Transform @@ -123152,7 +123203,7 @@ entities: pos: 28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24670 components: - type: Transform @@ -123160,7 +123211,7 @@ entities: pos: 27.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24671 components: - type: Transform @@ -123168,7 +123219,7 @@ entities: pos: 26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24672 components: - type: Transform @@ -123176,7 +123227,7 @@ entities: pos: 25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24673 components: - type: Transform @@ -123184,7 +123235,7 @@ entities: pos: 24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24674 components: - type: Transform @@ -123192,7 +123243,7 @@ entities: pos: 23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24675 components: - type: Transform @@ -123200,7 +123251,7 @@ entities: pos: 22.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24676 components: - type: Transform @@ -123208,7 +123259,7 @@ entities: pos: 21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24677 components: - type: Transform @@ -123216,7 +123267,7 @@ entities: pos: 20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24678 components: - type: Transform @@ -123224,7 +123275,7 @@ entities: pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24681 components: - type: Transform @@ -123232,7 +123283,7 @@ entities: pos: 16.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24682 components: - type: Transform @@ -123240,7 +123291,7 @@ entities: pos: 15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24683 components: - type: Transform @@ -123248,7 +123299,7 @@ entities: pos: 14.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24684 components: - type: Transform @@ -123256,7 +123307,7 @@ entities: pos: -37.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24685 components: - type: Transform @@ -123264,7 +123315,7 @@ entities: pos: 12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24686 components: - type: Transform @@ -123272,7 +123323,7 @@ entities: pos: 11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24687 components: - type: Transform @@ -123328,7 +123379,7 @@ entities: pos: -38.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24694 components: - type: Transform @@ -123440,7 +123491,7 @@ entities: pos: 10.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24711 components: - type: Transform @@ -123448,7 +123499,7 @@ entities: pos: 9.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24713 components: - type: Transform @@ -123456,7 +123507,7 @@ entities: pos: 7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24714 components: - type: Transform @@ -123464,7 +123515,7 @@ entities: pos: 6.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24715 components: - type: Transform @@ -123472,7 +123523,7 @@ entities: pos: 5.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24716 components: - type: Transform @@ -123480,7 +123531,7 @@ entities: pos: 4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24717 components: - type: Transform @@ -123488,7 +123539,7 @@ entities: pos: 3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24718 components: - type: Transform @@ -123496,7 +123547,7 @@ entities: pos: 2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24719 components: - type: Transform @@ -123504,7 +123555,7 @@ entities: pos: 1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24721 components: - type: Transform @@ -123512,7 +123563,7 @@ entities: pos: -0.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24722 components: - type: Transform @@ -123520,7 +123571,7 @@ entities: pos: -1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24723 components: - type: Transform @@ -123528,7 +123579,7 @@ entities: pos: -2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24724 components: - type: Transform @@ -123536,7 +123587,7 @@ entities: pos: -3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24726 components: - type: Transform @@ -123544,7 +123595,7 @@ entities: pos: -5.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24727 components: - type: Transform @@ -123552,7 +123603,7 @@ entities: pos: -6.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24729 components: - type: Transform @@ -123560,7 +123611,7 @@ entities: pos: -8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24730 components: - type: Transform @@ -123568,7 +123619,7 @@ entities: pos: -9.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24732 components: - type: Transform @@ -123712,7 +123763,7 @@ entities: pos: -10.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24753 components: - type: Transform @@ -123720,7 +123771,7 @@ entities: pos: -11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24755 components: - type: Transform @@ -123728,7 +123779,7 @@ entities: pos: -13.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24756 components: - type: Transform @@ -123736,7 +123787,7 @@ entities: pos: -14.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24757 components: - type: Transform @@ -123744,7 +123795,7 @@ entities: pos: -15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24758 components: - type: Transform @@ -123752,7 +123803,7 @@ entities: pos: -16.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24759 components: - type: Transform @@ -123760,7 +123811,7 @@ entities: pos: -17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24760 components: - type: Transform @@ -123768,7 +123819,7 @@ entities: pos: -18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24761 components: - type: Transform @@ -123776,7 +123827,7 @@ entities: pos: -19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24762 components: - type: Transform @@ -123784,7 +123835,7 @@ entities: pos: -20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24764 components: - type: Transform @@ -123792,7 +123843,7 @@ entities: pos: -22.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24765 components: - type: Transform @@ -123800,7 +123851,7 @@ entities: pos: -23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24766 components: - type: Transform @@ -123808,7 +123859,7 @@ entities: pos: 0.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24767 components: - type: Transform @@ -123816,7 +123867,7 @@ entities: pos: 0.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24768 components: - type: Transform @@ -123824,7 +123875,7 @@ entities: pos: 0.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24769 components: - type: Transform @@ -123832,7 +123883,7 @@ entities: pos: 0.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24770 components: - type: Transform @@ -123840,7 +123891,7 @@ entities: pos: 0.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24771 components: - type: Transform @@ -123848,7 +123899,7 @@ entities: pos: 0.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24772 components: - type: Transform @@ -123856,7 +123907,7 @@ entities: pos: 0.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24773 components: - type: Transform @@ -123864,7 +123915,7 @@ entities: pos: 0.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24776 components: - type: Transform @@ -123872,7 +123923,7 @@ entities: pos: 0.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24777 components: - type: Transform @@ -123880,7 +123931,7 @@ entities: pos: 0.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24780 components: - type: Transform @@ -123888,7 +123939,7 @@ entities: pos: 0.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24781 components: - type: Transform @@ -123896,7 +123947,7 @@ entities: pos: 0.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24782 components: - type: Transform @@ -123904,7 +123955,7 @@ entities: pos: 0.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24784 components: - type: Transform @@ -123912,7 +123963,7 @@ entities: pos: 0.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24785 components: - type: Transform @@ -123920,7 +123971,7 @@ entities: pos: 0.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24786 components: - type: Transform @@ -123928,7 +123979,7 @@ entities: pos: 0.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24787 components: - type: Transform @@ -123936,7 +123987,7 @@ entities: pos: 0.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24788 components: - type: Transform @@ -123944,7 +123995,7 @@ entities: pos: 0.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24789 components: - type: Transform @@ -123952,7 +124003,7 @@ entities: pos: 0.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24795 components: - type: Transform @@ -123960,7 +124011,7 @@ entities: pos: 0.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24796 components: - type: Transform @@ -123968,7 +124019,7 @@ entities: pos: 0.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24797 components: - type: Transform @@ -123976,7 +124027,7 @@ entities: pos: 0.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24798 components: - type: Transform @@ -123984,7 +124035,7 @@ entities: pos: 0.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24799 components: - type: Transform @@ -123992,7 +124043,7 @@ entities: pos: 0.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24800 components: - type: Transform @@ -124000,7 +124051,7 @@ entities: pos: 0.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24803 components: - type: Transform @@ -124144,7 +124195,7 @@ entities: pos: 31.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24828 components: - type: Transform @@ -124400,7 +124451,7 @@ entities: pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24863 components: - type: Transform @@ -124408,7 +124459,7 @@ entities: pos: 0.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24864 components: - type: Transform @@ -124416,7 +124467,7 @@ entities: pos: 0.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24865 components: - type: Transform @@ -124424,7 +124475,7 @@ entities: pos: 0.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24866 components: - type: Transform @@ -124432,7 +124483,7 @@ entities: pos: 0.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24867 components: - type: Transform @@ -124440,7 +124491,7 @@ entities: pos: 0.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24868 components: - type: Transform @@ -124448,7 +124499,7 @@ entities: pos: 0.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24870 components: - type: Transform @@ -124456,7 +124507,7 @@ entities: pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24872 components: - type: Transform @@ -124464,7 +124515,7 @@ entities: pos: 0.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24873 components: - type: Transform @@ -124472,7 +124523,7 @@ entities: pos: 0.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24874 components: - type: Transform @@ -124480,7 +124531,7 @@ entities: pos: 0.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24875 components: - type: Transform @@ -124488,7 +124539,7 @@ entities: pos: 0.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24876 components: - type: Transform @@ -124496,7 +124547,7 @@ entities: pos: 0.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24877 components: - type: Transform @@ -124504,7 +124555,7 @@ entities: pos: 0.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24878 components: - type: Transform @@ -124512,7 +124563,7 @@ entities: pos: 0.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24879 components: - type: Transform @@ -124520,7 +124571,7 @@ entities: pos: 0.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24880 components: - type: Transform @@ -124528,7 +124579,7 @@ entities: pos: 0.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24881 components: - type: Transform @@ -124536,7 +124587,7 @@ entities: pos: 0.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24882 components: - type: Transform @@ -124544,7 +124595,7 @@ entities: pos: 0.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24883 components: - type: Transform @@ -124552,7 +124603,7 @@ entities: pos: 0.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24884 components: - type: Transform @@ -124560,7 +124611,7 @@ entities: pos: 0.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24885 components: - type: Transform @@ -124568,7 +124619,7 @@ entities: pos: 0.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24886 components: - type: Transform @@ -124576,7 +124627,7 @@ entities: pos: -0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24888 components: - type: Transform @@ -124584,7 +124635,7 @@ entities: pos: -2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24889 components: - type: Transform @@ -124592,7 +124643,7 @@ entities: pos: -3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24890 components: - type: Transform @@ -124600,7 +124651,7 @@ entities: pos: -4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24891 components: - type: Transform @@ -124608,7 +124659,7 @@ entities: pos: -5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24892 components: - type: Transform @@ -124616,7 +124667,7 @@ entities: pos: -6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24893 components: - type: Transform @@ -124624,7 +124675,7 @@ entities: pos: -7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24894 components: - type: Transform @@ -124632,7 +124683,7 @@ entities: pos: -8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24895 components: - type: Transform @@ -124640,7 +124691,7 @@ entities: pos: -9.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24896 components: - type: Transform @@ -124648,7 +124699,7 @@ entities: pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24897 components: - type: Transform @@ -124864,7 +124915,7 @@ entities: pos: -12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24929 components: - type: Transform @@ -124872,7 +124923,7 @@ entities: pos: -13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24930 components: - type: Transform @@ -124880,7 +124931,7 @@ entities: pos: -14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24932 components: - type: Transform @@ -124888,7 +124939,7 @@ entities: pos: -16.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24933 components: - type: Transform @@ -124896,7 +124947,7 @@ entities: pos: -17.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24935 components: - type: Transform @@ -124904,7 +124955,7 @@ entities: pos: -19.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24938 components: - type: Transform @@ -124912,7 +124963,7 @@ entities: pos: -22.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24939 components: - type: Transform @@ -124920,7 +124971,7 @@ entities: pos: -23.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24940 components: - type: Transform @@ -124928,7 +124979,7 @@ entities: pos: -24.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24941 components: - type: Transform @@ -124936,7 +124987,7 @@ entities: pos: -25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24942 components: - type: Transform @@ -124944,7 +124995,7 @@ entities: pos: -26.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24944 components: - type: Transform @@ -124952,7 +125003,7 @@ entities: pos: -28.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24945 components: - type: Transform @@ -124960,7 +125011,7 @@ entities: pos: -11.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24946 components: - type: Transform @@ -124968,7 +125019,7 @@ entities: pos: -11.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24947 components: - type: Transform @@ -124976,7 +125027,7 @@ entities: pos: -11.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24949 components: - type: Transform @@ -124984,7 +125035,7 @@ entities: pos: -11.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24950 components: - type: Transform @@ -124992,7 +125043,7 @@ entities: pos: -11.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24951 components: - type: Transform @@ -125040,7 +125091,7 @@ entities: pos: -11.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24958 components: - type: Transform @@ -125048,7 +125099,7 @@ entities: pos: -11.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24959 components: - type: Transform @@ -125056,7 +125107,7 @@ entities: pos: -11.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24960 components: - type: Transform @@ -125064,7 +125115,7 @@ entities: pos: -11.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24961 components: - type: Transform @@ -125072,7 +125123,7 @@ entities: pos: -11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24962 components: - type: Transform @@ -125080,7 +125131,7 @@ entities: pos: -11.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24963 components: - type: Transform @@ -125088,7 +125139,7 @@ entities: pos: -11.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24964 components: - type: Transform @@ -125096,7 +125147,7 @@ entities: pos: -11.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24965 components: - type: Transform @@ -125104,7 +125155,7 @@ entities: pos: -11.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24966 components: - type: Transform @@ -125112,7 +125163,7 @@ entities: pos: -11.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24967 components: - type: Transform @@ -125336,7 +125387,7 @@ entities: pos: -12.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24998 components: - type: Transform @@ -125344,7 +125395,7 @@ entities: pos: -13.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24999 components: - type: Transform @@ -125352,7 +125403,7 @@ entities: pos: -14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25000 components: - type: Transform @@ -125360,7 +125411,7 @@ entities: pos: -15.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25001 components: - type: Transform @@ -125368,7 +125419,7 @@ entities: pos: -16.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25002 components: - type: Transform @@ -125376,7 +125427,7 @@ entities: pos: -17.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25003 components: - type: Transform @@ -125384,7 +125435,7 @@ entities: pos: -18.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25004 components: - type: Transform @@ -125392,7 +125443,7 @@ entities: pos: -19.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25005 components: - type: Transform @@ -125400,7 +125451,7 @@ entities: pos: -20.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25007 components: - type: Transform @@ -125408,7 +125459,7 @@ entities: pos: -22.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25008 components: - type: Transform @@ -125416,7 +125467,7 @@ entities: pos: -23.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25009 components: - type: Transform @@ -125424,7 +125475,7 @@ entities: pos: -24.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25010 components: - type: Transform @@ -125432,7 +125483,7 @@ entities: pos: -25.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25011 components: - type: Transform @@ -125440,7 +125491,7 @@ entities: pos: -26.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25012 components: - type: Transform @@ -125448,7 +125499,7 @@ entities: pos: -27.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25013 components: - type: Transform @@ -125456,7 +125507,7 @@ entities: pos: -28.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25014 components: - type: Transform @@ -125464,7 +125515,7 @@ entities: pos: -9.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25015 components: - type: Transform @@ -125472,7 +125523,7 @@ entities: pos: -8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25016 components: - type: Transform @@ -125480,7 +125531,7 @@ entities: pos: -7.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25017 components: - type: Transform @@ -125488,7 +125539,7 @@ entities: pos: -6.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25018 components: - type: Transform @@ -125496,7 +125547,7 @@ entities: pos: -5.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25019 components: - type: Transform @@ -125504,7 +125555,7 @@ entities: pos: -4.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25020 components: - type: Transform @@ -125560,7 +125611,7 @@ entities: pos: 1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25029 components: - type: Transform @@ -125568,7 +125619,7 @@ entities: pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25030 components: - type: Transform @@ -125576,7 +125627,7 @@ entities: pos: 3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25031 components: - type: Transform @@ -125584,7 +125635,7 @@ entities: pos: 4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25032 components: - type: Transform @@ -125592,7 +125643,7 @@ entities: pos: 5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25033 components: - type: Transform @@ -125600,7 +125651,7 @@ entities: pos: 6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25034 components: - type: Transform @@ -125608,7 +125659,7 @@ entities: pos: 7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25035 components: - type: Transform @@ -125671,56 +125722,56 @@ entities: pos: 8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25048 components: - type: Transform pos: 8.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25049 components: - type: Transform pos: 8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25050 components: - type: Transform pos: 8.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25051 components: - type: Transform pos: 8.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25052 components: - type: Transform pos: 8.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25055 components: - type: Transform pos: 8.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25057 components: - type: Transform pos: 8.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25058 components: - type: Transform @@ -125728,28 +125779,28 @@ entities: pos: -21.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25059 components: - type: Transform pos: 8.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25060 components: - type: Transform pos: 8.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25061 components: - type: Transform pos: 8.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25062 components: - type: Transform @@ -125797,7 +125848,7 @@ entities: pos: -26.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25069 components: - type: Transform @@ -125827,7 +125878,7 @@ entities: pos: -39.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25074 components: - type: Transform @@ -125891,7 +125942,7 @@ entities: pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25083 components: - type: Transform @@ -125899,7 +125950,7 @@ entities: pos: 8.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25084 components: - type: Transform @@ -125907,7 +125958,7 @@ entities: pos: 8.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25085 components: - type: Transform @@ -125915,7 +125966,7 @@ entities: pos: 8.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25086 components: - type: Transform @@ -125923,7 +125974,7 @@ entities: pos: 8.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25087 components: - type: Transform @@ -125931,7 +125982,7 @@ entities: pos: 8.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25089 components: - type: Transform @@ -125939,7 +125990,7 @@ entities: pos: 8.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25090 components: - type: Transform @@ -125947,7 +125998,7 @@ entities: pos: 8.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25091 components: - type: Transform @@ -125955,7 +126006,7 @@ entities: pos: 8.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25092 components: - type: Transform @@ -125963,7 +126014,7 @@ entities: pos: 8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25093 components: - type: Transform @@ -126179,7 +126230,7 @@ entities: pos: 9.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25125 components: - type: Transform @@ -126187,7 +126238,7 @@ entities: pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25126 components: - type: Transform @@ -126195,7 +126246,7 @@ entities: pos: 11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25127 components: - type: Transform @@ -126203,7 +126254,7 @@ entities: pos: 12.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25128 components: - type: Transform @@ -126211,7 +126262,7 @@ entities: pos: 13.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25129 components: - type: Transform @@ -126219,7 +126270,7 @@ entities: pos: 14.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25130 components: - type: Transform @@ -126227,7 +126278,7 @@ entities: pos: 15.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25131 components: - type: Transform @@ -126235,7 +126286,7 @@ entities: pos: 16.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25132 components: - type: Transform @@ -126243,7 +126294,7 @@ entities: pos: 17.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25134 components: - type: Transform @@ -126251,7 +126302,7 @@ entities: pos: 19.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25135 components: - type: Transform @@ -126259,7 +126310,7 @@ entities: pos: 20.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25137 components: - type: Transform @@ -126267,7 +126318,7 @@ entities: pos: 22.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25138 components: - type: Transform @@ -126275,7 +126326,7 @@ entities: pos: 23.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25139 components: - type: Transform @@ -126283,7 +126334,7 @@ entities: pos: 24.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25141 components: - type: Transform @@ -126291,7 +126342,7 @@ entities: pos: 26.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25142 components: - type: Transform @@ -126299,7 +126350,7 @@ entities: pos: 27.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25143 components: - type: Transform @@ -126307,77 +126358,77 @@ entities: pos: 28.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25147 components: - type: Transform pos: 30.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25148 components: - type: Transform pos: 30.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25149 components: - type: Transform pos: 30.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25150 components: - type: Transform pos: 30.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25151 components: - type: Transform pos: 30.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25152 components: - type: Transform pos: 30.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25153 components: - type: Transform pos: 30.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25154 components: - type: Transform pos: 30.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25156 components: - type: Transform pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25157 components: - type: Transform pos: 30.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25159 components: - type: Transform @@ -126448,7 +126499,7 @@ entities: pos: 9.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25176 components: - type: Transform @@ -126456,7 +126507,7 @@ entities: pos: 10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25177 components: - type: Transform @@ -126464,7 +126515,7 @@ entities: pos: 11.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25178 components: - type: Transform @@ -126472,7 +126523,7 @@ entities: pos: 12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25179 components: - type: Transform @@ -126480,7 +126531,7 @@ entities: pos: 13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25180 components: - type: Transform @@ -126488,7 +126539,7 @@ entities: pos: 14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25181 components: - type: Transform @@ -126600,7 +126651,7 @@ entities: pos: 45.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25352 components: - type: Transform @@ -126615,7 +126666,7 @@ entities: pos: 49.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25355 components: - type: Transform @@ -126623,7 +126674,7 @@ entities: pos: 50.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25356 components: - type: Transform @@ -126631,7 +126682,7 @@ entities: pos: 51.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25357 components: - type: Transform @@ -126639,7 +126690,7 @@ entities: pos: 52.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25358 components: - type: Transform @@ -126655,7 +126706,7 @@ entities: pos: 27.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25362 components: - type: Transform @@ -126663,7 +126714,7 @@ entities: pos: 27.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25364 components: - type: Transform @@ -126671,7 +126722,7 @@ entities: pos: 27.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25365 components: - type: Transform @@ -126679,7 +126730,7 @@ entities: pos: 27.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25367 components: - type: Transform @@ -126687,7 +126738,7 @@ entities: pos: 27.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25368 components: - type: Transform @@ -126751,7 +126802,7 @@ entities: pos: 28.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25380 components: - type: Transform @@ -126759,7 +126810,7 @@ entities: pos: 29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25381 components: - type: Transform @@ -126767,7 +126818,7 @@ entities: pos: 30.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25382 components: - type: Transform @@ -126775,7 +126826,7 @@ entities: pos: 31.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25383 components: - type: Transform @@ -126783,7 +126834,7 @@ entities: pos: 32.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25384 components: - type: Transform @@ -126791,7 +126842,7 @@ entities: pos: 33.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25386 components: - type: Transform @@ -126799,7 +126850,7 @@ entities: pos: 35.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25388 components: - type: Transform @@ -126807,7 +126858,7 @@ entities: pos: 37.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25389 components: - type: Transform @@ -126887,7 +126938,7 @@ entities: pos: 38.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25402 components: - type: Transform @@ -126895,7 +126946,7 @@ entities: pos: 38.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25403 components: - type: Transform @@ -126903,7 +126954,7 @@ entities: pos: 38.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25405 components: - type: Transform @@ -126911,7 +126962,7 @@ entities: pos: 38.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25406 components: - type: Transform @@ -126919,7 +126970,7 @@ entities: pos: 38.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25407 components: - type: Transform @@ -126927,7 +126978,7 @@ entities: pos: 38.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25408 components: - type: Transform @@ -126935,7 +126986,7 @@ entities: pos: 38.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25410 components: - type: Transform @@ -126943,7 +126994,7 @@ entities: pos: 38.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25412 components: - type: Transform @@ -126951,7 +127002,7 @@ entities: pos: 38.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25413 components: - type: Transform @@ -126959,7 +127010,7 @@ entities: pos: 38.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25415 components: - type: Transform @@ -126967,7 +127018,7 @@ entities: pos: 38.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25416 components: - type: Transform @@ -126975,7 +127026,7 @@ entities: pos: 38.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25417 components: - type: Transform @@ -126983,7 +127034,7 @@ entities: pos: 38.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25419 components: - type: Transform @@ -127087,7 +127138,7 @@ entities: pos: 39.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25444 components: - type: Transform @@ -127095,7 +127146,7 @@ entities: pos: 40.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25445 components: - type: Transform @@ -127103,7 +127154,7 @@ entities: pos: 41.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25446 components: - type: Transform @@ -127111,7 +127162,7 @@ entities: pos: 42.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25447 components: - type: Transform @@ -127119,7 +127170,7 @@ entities: pos: 43.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25448 components: - type: Transform @@ -127151,7 +127202,7 @@ entities: pos: 39.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25454 components: - type: Transform @@ -127159,7 +127210,7 @@ entities: pos: 40.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25455 components: - type: Transform @@ -127167,7 +127218,7 @@ entities: pos: 41.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25456 components: - type: Transform @@ -127175,7 +127226,7 @@ entities: pos: 42.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25457 components: - type: Transform @@ -127207,7 +127258,7 @@ entities: pos: 39.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25463 components: - type: Transform @@ -127215,7 +127266,7 @@ entities: pos: 40.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25464 components: - type: Transform @@ -127223,7 +127274,7 @@ entities: pos: 41.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25465 components: - type: Transform @@ -127231,7 +127282,7 @@ entities: pos: 42.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25469 components: - type: Transform @@ -127239,7 +127290,7 @@ entities: pos: 39.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25470 components: - type: Transform @@ -127247,7 +127298,7 @@ entities: pos: 40.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25471 components: - type: Transform @@ -127255,7 +127306,7 @@ entities: pos: 41.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25472 components: - type: Transform @@ -127286,21 +127337,21 @@ entities: pos: 34.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25478 components: - type: Transform pos: 34.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25479 components: - type: Transform pos: 34.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25480 components: - type: Transform @@ -127329,7 +127380,7 @@ entities: pos: 35.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25488 components: - type: Transform @@ -127337,7 +127388,7 @@ entities: pos: 36.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25489 components: - type: Transform @@ -127345,7 +127396,7 @@ entities: pos: 37.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25490 components: - type: Transform @@ -127353,7 +127404,7 @@ entities: pos: 38.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25491 components: - type: Transform @@ -127361,7 +127412,7 @@ entities: pos: 39.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25492 components: - type: Transform @@ -127401,7 +127452,7 @@ entities: pos: 23.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25502 components: - type: Transform @@ -127409,7 +127460,7 @@ entities: pos: 23.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25503 components: - type: Transform @@ -127417,7 +127468,7 @@ entities: pos: 23.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25504 components: - type: Transform @@ -127425,7 +127476,7 @@ entities: pos: 23.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25505 components: - type: Transform @@ -127433,7 +127484,7 @@ entities: pos: 23.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25507 components: - type: Transform @@ -127441,7 +127492,7 @@ entities: pos: 23.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25508 components: - type: Transform @@ -127449,7 +127500,7 @@ entities: pos: 23.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25509 components: - type: Transform @@ -127457,7 +127508,7 @@ entities: pos: 23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25510 components: - type: Transform @@ -127465,7 +127516,7 @@ entities: pos: 23.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25511 components: - type: Transform @@ -127568,7 +127619,7 @@ entities: pos: 23.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25527 components: - type: Transform @@ -127576,7 +127627,7 @@ entities: pos: 22.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25528 components: - type: Transform @@ -127584,7 +127635,7 @@ entities: pos: 21.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25529 components: - type: Transform @@ -127592,7 +127643,7 @@ entities: pos: 20.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25530 components: - type: Transform @@ -127600,7 +127651,7 @@ entities: pos: 19.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25531 components: - type: Transform @@ -127608,7 +127659,7 @@ entities: pos: 18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25532 components: - type: Transform @@ -127616,7 +127667,7 @@ entities: pos: 17.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25533 components: - type: Transform @@ -127624,7 +127675,7 @@ entities: pos: 16.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25534 components: - type: Transform @@ -127632,7 +127683,7 @@ entities: pos: 15.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25535 components: - type: Transform @@ -127640,7 +127691,7 @@ entities: pos: 14.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25536 components: - type: Transform @@ -127648,7 +127699,7 @@ entities: pos: 13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25538 components: - type: Transform @@ -127656,7 +127707,7 @@ entities: pos: 11.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25539 components: - type: Transform @@ -127664,7 +127715,7 @@ entities: pos: 10.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25540 components: - type: Transform @@ -127672,7 +127723,7 @@ entities: pos: 9.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25541 components: - type: Transform @@ -127680,7 +127731,7 @@ entities: pos: 8.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25542 components: - type: Transform @@ -127688,7 +127739,7 @@ entities: pos: 7.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25543 components: - type: Transform @@ -127696,7 +127747,7 @@ entities: pos: 6.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25544 components: - type: Transform @@ -127704,7 +127755,7 @@ entities: pos: 5.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25545 components: - type: Transform @@ -127712,7 +127763,7 @@ entities: pos: 4.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25546 components: - type: Transform @@ -127720,7 +127771,7 @@ entities: pos: 3.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25547 components: - type: Transform @@ -127728,7 +127779,7 @@ entities: pos: 2.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25548 components: - type: Transform @@ -127736,7 +127787,7 @@ entities: pos: 1.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25549 components: - type: Transform @@ -127903,7 +127954,7 @@ entities: pos: 31.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25574 components: - type: Transform @@ -127911,7 +127962,7 @@ entities: pos: 24.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25575 components: - type: Transform @@ -127919,7 +127970,7 @@ entities: pos: 25.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25576 components: - type: Transform @@ -127927,7 +127978,7 @@ entities: pos: 26.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25577 components: - type: Transform @@ -127935,7 +127986,7 @@ entities: pos: 27.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25578 components: - type: Transform @@ -127943,7 +127994,7 @@ entities: pos: 28.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25579 components: - type: Transform @@ -127951,7 +128002,7 @@ entities: pos: 29.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25580 components: - type: Transform @@ -127959,7 +128010,7 @@ entities: pos: 30.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25581 components: - type: Transform @@ -127967,7 +128018,7 @@ entities: pos: 31.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25582 components: - type: Transform @@ -127975,7 +128026,7 @@ entities: pos: 32.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25583 components: - type: Transform @@ -127983,7 +128034,7 @@ entities: pos: 33.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25584 components: - type: Transform @@ -128140,84 +128191,84 @@ entities: pos: 34.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25605 components: - type: Transform pos: 34.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25606 components: - type: Transform pos: 34.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25607 components: - type: Transform pos: 34.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25608 components: - type: Transform pos: 34.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25609 components: - type: Transform pos: 34.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25610 components: - type: Transform pos: 34.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25611 components: - type: Transform pos: 34.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25612 components: - type: Transform pos: 34.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25613 components: - type: Transform pos: 34.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25614 components: - type: Transform pos: 31.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25615 components: - type: Transform pos: 31.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25616 components: - type: Transform @@ -128257,7 +128308,7 @@ entities: pos: 32.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25626 components: - type: Transform @@ -128265,7 +128316,7 @@ entities: pos: 33.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25637 components: - type: Transform @@ -128417,7 +128468,7 @@ entities: pos: 39.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25657 components: - type: Transform @@ -128425,7 +128476,7 @@ entities: pos: 40.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25658 components: - type: Transform @@ -128433,7 +128484,7 @@ entities: pos: 41.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25659 components: - type: Transform @@ -128441,7 +128492,7 @@ entities: pos: 42.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25660 components: - type: Transform @@ -128449,7 +128500,7 @@ entities: pos: 43.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25661 components: - type: Transform @@ -128457,7 +128508,7 @@ entities: pos: 44.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25662 components: - type: Transform @@ -128465,7 +128516,7 @@ entities: pos: 45.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25663 components: - type: Transform @@ -128473,7 +128524,7 @@ entities: pos: 46.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25664 components: - type: Transform @@ -128481,7 +128532,7 @@ entities: pos: 47.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25665 components: - type: Transform @@ -128489,7 +128540,7 @@ entities: pos: 48.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25670 components: - type: Transform @@ -128505,7 +128556,7 @@ entities: pos: 56.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25681 components: - type: Transform @@ -128513,7 +128564,7 @@ entities: pos: 58.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25682 components: - type: Transform @@ -128550,14 +128601,14 @@ entities: pos: 55.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25687 components: - type: Transform pos: 55.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25688 components: - type: Transform @@ -128573,7 +128624,7 @@ entities: pos: 54.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25690 components: - type: Transform @@ -128581,7 +128632,7 @@ entities: pos: 53.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25693 components: - type: Transform @@ -128612,7 +128663,7 @@ entities: pos: 25.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25701 components: - type: Transform @@ -128700,7 +128751,7 @@ entities: pos: 35.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25712 components: - type: Transform @@ -128740,7 +128791,7 @@ entities: pos: 16.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25717 components: - type: Transform @@ -128748,7 +128799,7 @@ entities: pos: 15.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25718 components: - type: Transform @@ -128756,7 +128807,7 @@ entities: pos: 14.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25719 components: - type: Transform @@ -128764,7 +128815,7 @@ entities: pos: 13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25720 components: - type: Transform @@ -128772,7 +128823,7 @@ entities: pos: 12.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25721 components: - type: Transform @@ -128780,7 +128831,7 @@ entities: pos: 11.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25722 components: - type: Transform @@ -128788,7 +128839,7 @@ entities: pos: 10.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25724 components: - type: Transform @@ -128796,7 +128847,7 @@ entities: pos: 8.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25725 components: - type: Transform @@ -128804,7 +128855,7 @@ entities: pos: 6.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25726 components: - type: Transform @@ -128812,7 +128863,7 @@ entities: pos: 5.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25728 components: - type: Transform @@ -128820,7 +128871,7 @@ entities: pos: 3.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25729 components: - type: Transform @@ -128828,7 +128879,7 @@ entities: pos: 2.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25730 components: - type: Transform @@ -128836,7 +128887,7 @@ entities: pos: 1.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25733 components: - type: Transform @@ -128844,7 +128895,7 @@ entities: pos: 7.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25738 components: - type: Transform @@ -128852,7 +128903,7 @@ entities: pos: 17.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25739 components: - type: Transform @@ -128860,7 +128911,7 @@ entities: pos: 17.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25740 components: - type: Transform @@ -128868,7 +128919,7 @@ entities: pos: 17.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25743 components: - type: Transform @@ -128876,7 +128927,7 @@ entities: pos: 17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25745 components: - type: Transform @@ -128884,7 +128935,7 @@ entities: pos: 17.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25746 components: - type: Transform @@ -128892,7 +128943,7 @@ entities: pos: 17.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25747 components: - type: Transform @@ -128900,7 +128951,7 @@ entities: pos: 17.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25748 components: - type: Transform @@ -128908,7 +128959,7 @@ entities: pos: 17.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25749 components: - type: Transform @@ -128916,7 +128967,7 @@ entities: pos: 17.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25750 components: - type: Transform @@ -128924,7 +128975,7 @@ entities: pos: 17.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25751 components: - type: Transform @@ -128932,7 +128983,7 @@ entities: pos: 17.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25754 components: - type: Transform @@ -129060,7 +129111,7 @@ entities: pos: 18.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25803 components: - type: Transform @@ -129068,7 +129119,7 @@ entities: pos: 19.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25804 components: - type: Transform @@ -129076,7 +129127,7 @@ entities: pos: 20.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25806 components: - type: Transform @@ -129084,14 +129135,14 @@ entities: pos: 22.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25809 components: - type: Transform pos: -39.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25810 components: - type: Transform @@ -129099,7 +129150,7 @@ entities: pos: 14.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25811 components: - type: Transform @@ -129107,7 +129158,7 @@ entities: pos: 13.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25812 components: - type: Transform @@ -129115,7 +129166,7 @@ entities: pos: 12.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25813 components: - type: Transform @@ -129123,7 +129174,7 @@ entities: pos: 11.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25814 components: - type: Transform @@ -129131,7 +129182,7 @@ entities: pos: 10.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25815 components: - type: Transform @@ -129179,7 +129230,7 @@ entities: pos: 7.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25827 components: - type: Transform @@ -129187,7 +129238,7 @@ entities: pos: 8.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25828 components: - type: Transform @@ -129210,14 +129261,14 @@ entities: pos: 9.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25831 components: - type: Transform pos: 9.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25832 components: - type: Transform @@ -129263,7 +129314,7 @@ entities: pos: 16.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25842 components: - type: Transform @@ -129271,7 +129322,7 @@ entities: pos: 21.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25843 components: - type: Transform @@ -129279,7 +129330,7 @@ entities: pos: 21.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25844 components: - type: Transform @@ -129311,7 +129362,7 @@ entities: pos: 16.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25850 components: - type: Transform @@ -129319,7 +129370,7 @@ entities: pos: 15.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25851 components: - type: Transform @@ -129327,7 +129378,7 @@ entities: pos: 14.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25852 components: - type: Transform @@ -129383,7 +129434,7 @@ entities: pos: -0.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25861 components: - type: Transform @@ -129391,7 +129442,7 @@ entities: pos: -1.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25862 components: - type: Transform @@ -129399,7 +129450,7 @@ entities: pos: -2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25863 components: - type: Transform @@ -129407,7 +129458,7 @@ entities: pos: -3.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25864 components: - type: Transform @@ -129415,7 +129466,7 @@ entities: pos: -4.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25865 components: - type: Transform @@ -129423,7 +129474,7 @@ entities: pos: -5.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25866 components: - type: Transform @@ -129431,7 +129482,7 @@ entities: pos: -6.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25867 components: - type: Transform @@ -129551,7 +129602,7 @@ entities: pos: -2.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25884 components: - type: Transform @@ -129559,7 +129610,7 @@ entities: pos: -1.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25885 components: - type: Transform @@ -129567,7 +129618,7 @@ entities: pos: -0.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25888 components: - type: Transform @@ -129575,7 +129626,7 @@ entities: pos: -16.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25889 components: - type: Transform @@ -129583,7 +129634,7 @@ entities: pos: -16.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25890 components: - type: Transform @@ -129591,7 +129642,7 @@ entities: pos: -16.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25892 components: - type: Transform @@ -129599,7 +129650,7 @@ entities: pos: -16.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25893 components: - type: Transform @@ -129607,7 +129658,7 @@ entities: pos: -16.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25894 components: - type: Transform @@ -129615,7 +129666,7 @@ entities: pos: -16.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25895 components: - type: Transform @@ -129679,7 +129730,7 @@ entities: pos: -14.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25909 components: - type: Transform @@ -129687,7 +129738,7 @@ entities: pos: -15.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25911 components: - type: Transform @@ -129771,77 +129822,77 @@ entities: pos: -13.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25927 components: - type: Transform pos: -13.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25928 components: - type: Transform pos: -13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25929 components: - type: Transform pos: -13.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25930 components: - type: Transform pos: -13.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25931 components: - type: Transform pos: -13.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25933 components: - type: Transform pos: -13.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25934 components: - type: Transform pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25935 components: - type: Transform pos: -13.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25938 components: - type: Transform pos: -13.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25939 components: - type: Transform pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25941 components: - type: Transform @@ -129849,7 +129900,7 @@ entities: pos: -14.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25942 components: - type: Transform @@ -129857,7 +129908,7 @@ entities: pos: -15.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25943 components: - type: Transform @@ -129865,7 +129916,7 @@ entities: pos: -16.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25944 components: - type: Transform @@ -129873,7 +129924,7 @@ entities: pos: -17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25945 components: - type: Transform @@ -129881,7 +129932,7 @@ entities: pos: -18.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25946 components: - type: Transform @@ -129889,7 +129940,7 @@ entities: pos: -19.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25947 components: - type: Transform @@ -129897,7 +129948,7 @@ entities: pos: -20.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25948 components: - type: Transform @@ -129905,7 +129956,7 @@ entities: pos: -21.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25949 components: - type: Transform @@ -129985,7 +130036,7 @@ entities: pos: -14.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25961 components: - type: Transform @@ -129993,7 +130044,7 @@ entities: pos: -15.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25962 components: - type: Transform @@ -130001,7 +130052,7 @@ entities: pos: -16.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25963 components: - type: Transform @@ -130009,7 +130060,7 @@ entities: pos: -17.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25964 components: - type: Transform @@ -130017,7 +130068,7 @@ entities: pos: -18.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25965 components: - type: Transform @@ -130025,7 +130076,7 @@ entities: pos: -19.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25966 components: - type: Transform @@ -130033,7 +130084,7 @@ entities: pos: -20.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25967 components: - type: Transform @@ -130041,7 +130092,7 @@ entities: pos: -21.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25968 components: - type: Transform @@ -130049,7 +130100,7 @@ entities: pos: -22.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25970 components: - type: Transform @@ -130057,7 +130108,7 @@ entities: pos: -24.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25971 components: - type: Transform @@ -130065,7 +130116,7 @@ entities: pos: -25.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25972 components: - type: Transform @@ -130073,7 +130124,7 @@ entities: pos: -26.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25974 components: - type: Transform @@ -130081,7 +130132,7 @@ entities: pos: -28.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25975 components: - type: Transform @@ -130089,7 +130140,7 @@ entities: pos: -29.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25976 components: - type: Transform @@ -130097,7 +130148,7 @@ entities: pos: -30.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25977 components: - type: Transform @@ -130105,42 +130156,42 @@ entities: pos: -31.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25978 components: - type: Transform pos: -32.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25979 components: - type: Transform pos: -32.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25980 components: - type: Transform pos: -32.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25981 components: - type: Transform pos: -32.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25982 components: - type: Transform pos: -32.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25983 components: - type: Transform @@ -130334,7 +130385,7 @@ entities: pos: -27.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26018 components: - type: Transform @@ -130342,7 +130393,7 @@ entities: pos: -27.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26019 components: - type: Transform @@ -130374,7 +130425,7 @@ entities: pos: -14.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26023 components: - type: Transform @@ -130414,7 +130465,7 @@ entities: pos: -16.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26028 components: - type: Transform @@ -130422,7 +130473,7 @@ entities: pos: -15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26031 components: - type: Transform @@ -130430,7 +130481,7 @@ entities: pos: -17.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26033 components: - type: Transform @@ -130438,7 +130489,7 @@ entities: pos: -19.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26034 components: - type: Transform @@ -130446,7 +130497,7 @@ entities: pos: -20.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26037 components: - type: Transform @@ -130454,7 +130505,7 @@ entities: pos: -23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26038 components: - type: Transform @@ -130462,7 +130513,7 @@ entities: pos: -24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26040 components: - type: Transform @@ -130478,7 +130529,7 @@ entities: pos: -27.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26042 components: - type: Transform @@ -130486,7 +130537,7 @@ entities: pos: -28.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26043 components: - type: Transform @@ -130502,7 +130553,7 @@ entities: pos: -18.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26045 components: - type: Transform @@ -130510,7 +130561,7 @@ entities: pos: -31.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26046 components: - type: Transform @@ -130518,7 +130569,7 @@ entities: pos: -32.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26047 components: - type: Transform @@ -130643,7 +130694,7 @@ entities: pos: -34.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26071 components: - type: Transform @@ -130651,7 +130702,7 @@ entities: pos: -35.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26072 components: - type: Transform @@ -130659,7 +130710,7 @@ entities: pos: -35.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26073 components: - type: Transform @@ -130667,7 +130718,7 @@ entities: pos: -35.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26074 components: - type: Transform @@ -130795,7 +130846,7 @@ entities: pos: -7.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26108 components: - type: Transform @@ -130803,7 +130854,7 @@ entities: pos: -7.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26109 components: - type: Transform @@ -130811,7 +130862,7 @@ entities: pos: -7.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26110 components: - type: Transform @@ -130819,7 +130870,7 @@ entities: pos: -7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26112 components: - type: Transform @@ -130827,7 +130878,7 @@ entities: pos: -7.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26113 components: - type: Transform @@ -130835,7 +130886,7 @@ entities: pos: -7.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26114 components: - type: Transform @@ -130843,7 +130894,7 @@ entities: pos: -7.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26115 components: - type: Transform @@ -130851,7 +130902,7 @@ entities: pos: -7.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26116 components: - type: Transform @@ -130859,7 +130910,7 @@ entities: pos: -7.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26117 components: - type: Transform @@ -130867,7 +130918,7 @@ entities: pos: -7.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26118 components: - type: Transform @@ -130875,7 +130926,7 @@ entities: pos: -7.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26124 components: - type: Transform @@ -130883,7 +130934,7 @@ entities: pos: -8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26125 components: - type: Transform @@ -130891,7 +130942,7 @@ entities: pos: -12.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26126 components: - type: Transform @@ -130899,7 +130950,7 @@ entities: pos: -11.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26127 components: - type: Transform @@ -130931,7 +130982,7 @@ entities: pos: -0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26138 components: - type: Transform @@ -130939,7 +130990,7 @@ entities: pos: -2.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26139 components: - type: Transform @@ -130947,7 +130998,7 @@ entities: pos: -3.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26141 components: - type: Transform @@ -130955,7 +131006,7 @@ entities: pos: -5.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26142 components: - type: Transform @@ -130963,7 +131014,7 @@ entities: pos: -6.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26144 components: - type: Transform @@ -130971,7 +131022,7 @@ entities: pos: -8.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26145 components: - type: Transform @@ -130979,7 +131030,7 @@ entities: pos: -9.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26147 components: - type: Transform @@ -130987,7 +131038,7 @@ entities: pos: -11.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26148 components: - type: Transform @@ -130995,7 +131046,7 @@ entities: pos: -12.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26149 components: - type: Transform @@ -131003,7 +131054,7 @@ entities: pos: -13.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26150 components: - type: Transform @@ -131011,7 +131062,7 @@ entities: pos: -14.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26151 components: - type: Transform @@ -131019,7 +131070,7 @@ entities: pos: -15.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26153 components: - type: Transform @@ -131027,7 +131078,7 @@ entities: pos: -17.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26154 components: - type: Transform @@ -131035,7 +131086,7 @@ entities: pos: -18.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26155 components: - type: Transform @@ -131043,7 +131094,7 @@ entities: pos: -19.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26156 components: - type: Transform @@ -131051,7 +131102,7 @@ entities: pos: -20.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26157 components: - type: Transform @@ -131059,7 +131110,7 @@ entities: pos: -21.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26158 components: - type: Transform @@ -131067,7 +131118,7 @@ entities: pos: -22.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26159 components: - type: Transform @@ -131075,7 +131126,7 @@ entities: pos: -23.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26160 components: - type: Transform @@ -131083,7 +131134,7 @@ entities: pos: -24.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26161 components: - type: Transform @@ -131091,7 +131142,7 @@ entities: pos: -25.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26162 components: - type: Transform @@ -131099,7 +131150,7 @@ entities: pos: -26.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26163 components: - type: Transform @@ -131331,77 +131382,77 @@ entities: pos: -27.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26201 components: - type: Transform pos: -27.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26202 components: - type: Transform pos: -27.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26203 components: - type: Transform pos: -27.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26204 components: - type: Transform pos: -27.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26205 components: - type: Transform pos: -27.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26206 components: - type: Transform pos: -27.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26207 components: - type: Transform pos: -27.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26208 components: - type: Transform pos: -27.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26221 components: - type: Transform pos: -10.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26222 components: - type: Transform pos: -10.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26223 components: - type: Transform @@ -131429,7 +131480,7 @@ entities: pos: -4.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26227 components: - type: Transform @@ -131450,21 +131501,21 @@ entities: pos: -39.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26230 components: - type: Transform pos: -39.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26231 components: - type: Transform pos: -39.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26233 components: - type: Transform @@ -131472,7 +131523,7 @@ entities: pos: -0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26237 components: - type: Transform @@ -131524,7 +131575,7 @@ entities: pos: 11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26250 components: - type: Transform @@ -131532,7 +131583,7 @@ entities: pos: -54.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26251 components: - type: Transform @@ -131540,7 +131591,7 @@ entities: pos: -53.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26252 components: - type: Transform @@ -131548,7 +131599,7 @@ entities: pos: -52.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26253 components: - type: Transform @@ -131556,7 +131607,7 @@ entities: pos: -51.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26254 components: - type: Transform @@ -131580,7 +131631,7 @@ entities: pos: -56.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26259 components: - type: Transform @@ -131588,7 +131639,7 @@ entities: pos: -57.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26260 components: - type: Transform @@ -131596,7 +131647,7 @@ entities: pos: -58.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26261 components: - type: Transform @@ -131604,7 +131655,7 @@ entities: pos: -59.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26262 components: - type: Transform @@ -131660,7 +131711,7 @@ entities: pos: -54.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26271 components: - type: Transform @@ -131668,7 +131719,7 @@ entities: pos: -53.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26272 components: - type: Transform @@ -131676,7 +131727,7 @@ entities: pos: -52.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26273 components: - type: Transform @@ -131684,7 +131735,7 @@ entities: pos: -51.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26274 components: - type: Transform @@ -131692,7 +131743,7 @@ entities: pos: -50.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26275 components: - type: Transform @@ -131700,7 +131751,7 @@ entities: pos: -49.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26276 components: - type: Transform @@ -131740,7 +131791,7 @@ entities: pos: -54.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26285 components: - type: Transform @@ -131748,7 +131799,7 @@ entities: pos: -53.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26286 components: - type: Transform @@ -131756,7 +131807,7 @@ entities: pos: -52.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26287 components: - type: Transform @@ -131764,7 +131815,7 @@ entities: pos: -51.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26288 components: - type: Transform @@ -131772,7 +131823,7 @@ entities: pos: -50.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26289 components: - type: Transform @@ -131780,7 +131831,7 @@ entities: pos: -49.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26290 components: - type: Transform @@ -131788,7 +131839,7 @@ entities: pos: -48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26291 components: - type: Transform @@ -131836,7 +131887,7 @@ entities: pos: -56.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26297 components: - type: Transform @@ -131844,7 +131895,7 @@ entities: pos: -57.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26298 components: - type: Transform @@ -131852,7 +131903,7 @@ entities: pos: -58.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26299 components: - type: Transform @@ -131860,7 +131911,7 @@ entities: pos: -59.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26300 components: - type: Transform @@ -131868,7 +131919,7 @@ entities: pos: -60.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26301 components: - type: Transform @@ -131924,7 +131975,7 @@ entities: pos: -56.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26311 components: - type: Transform @@ -131932,7 +131983,7 @@ entities: pos: -57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26312 components: - type: Transform @@ -131940,7 +131991,7 @@ entities: pos: -58.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26313 components: - type: Transform @@ -131988,7 +132039,7 @@ entities: pos: -60.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26321 components: - type: Transform @@ -131996,7 +132047,7 @@ entities: pos: -61.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26322 components: - type: Transform @@ -132004,7 +132055,7 @@ entities: pos: -62.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26323 components: - type: Transform @@ -132012,7 +132063,7 @@ entities: pos: -63.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26324 components: - type: Transform @@ -132020,7 +132071,7 @@ entities: pos: -64.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26325 components: - type: Transform @@ -132028,7 +132079,7 @@ entities: pos: -65.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26326 components: - type: Transform @@ -132036,7 +132087,7 @@ entities: pos: -66.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26327 components: - type: Transform @@ -132044,7 +132095,7 @@ entities: pos: -67.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26328 components: - type: Transform @@ -132052,7 +132103,7 @@ entities: pos: -68.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26330 components: - type: Transform @@ -132122,7 +132173,7 @@ entities: pos: -69.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26342 components: - type: Transform @@ -132154,7 +132205,7 @@ entities: pos: -70.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26346 components: - type: Transform @@ -132162,7 +132213,7 @@ entities: pos: -71.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26347 components: - type: Transform @@ -132170,21 +132221,21 @@ entities: pos: -72.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26350 components: - type: Transform pos: -69.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26351 components: - type: Transform pos: -69.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26352 components: - type: Transform @@ -132199,7 +132250,7 @@ entities: pos: -73.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26358 components: - type: Transform @@ -132207,7 +132258,7 @@ entities: pos: -73.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26361 components: - type: Transform @@ -132223,7 +132274,7 @@ entities: pos: -73.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26364 components: - type: Transform @@ -132231,7 +132282,7 @@ entities: pos: -73.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26365 components: - type: Transform @@ -132239,7 +132290,7 @@ entities: pos: -73.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26366 components: - type: Transform @@ -132247,7 +132298,7 @@ entities: pos: -73.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26367 components: - type: Transform @@ -132255,7 +132306,7 @@ entities: pos: -73.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26368 components: - type: Transform @@ -132263,7 +132314,7 @@ entities: pos: -73.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26369 components: - type: Transform @@ -132271,7 +132322,7 @@ entities: pos: -73.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26370 components: - type: Transform @@ -132279,7 +132330,7 @@ entities: pos: -73.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26371 components: - type: Transform @@ -132287,7 +132338,7 @@ entities: pos: -73.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26372 components: - type: Transform @@ -132295,7 +132346,7 @@ entities: pos: -73.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26373 components: - type: Transform @@ -132303,7 +132354,7 @@ entities: pos: -73.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26374 components: - type: Transform @@ -132311,7 +132362,7 @@ entities: pos: -73.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26375 components: - type: Transform @@ -132319,7 +132370,7 @@ entities: pos: -73.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26376 components: - type: Transform @@ -132327,7 +132378,7 @@ entities: pos: -73.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26377 components: - type: Transform @@ -132335,7 +132386,7 @@ entities: pos: -73.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26378 components: - type: Transform @@ -132343,7 +132394,7 @@ entities: pos: -73.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26379 components: - type: Transform @@ -132351,7 +132402,7 @@ entities: pos: -73.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26380 components: - type: Transform @@ -132359,7 +132410,7 @@ entities: pos: -73.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26381 components: - type: Transform @@ -132375,7 +132426,7 @@ entities: pos: -1.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26383 components: - type: Transform @@ -132527,7 +132578,7 @@ entities: pos: -73.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26402 components: - type: Transform @@ -132535,7 +132586,7 @@ entities: pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26403 components: - type: Transform @@ -132543,7 +132594,7 @@ entities: pos: -73.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26404 components: - type: Transform @@ -132551,7 +132602,7 @@ entities: pos: -73.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26405 components: - type: Transform @@ -132559,7 +132610,7 @@ entities: pos: -73.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26406 components: - type: Transform @@ -132567,7 +132618,7 @@ entities: pos: -73.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26407 components: - type: Transform @@ -132575,7 +132626,7 @@ entities: pos: -73.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26408 components: - type: Transform @@ -132655,7 +132706,7 @@ entities: pos: -73.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26424 components: - type: Transform @@ -132663,7 +132714,7 @@ entities: pos: -73.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26425 components: - type: Transform @@ -132671,7 +132722,7 @@ entities: pos: -73.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26426 components: - type: Transform @@ -132679,7 +132730,7 @@ entities: pos: -73.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26427 components: - type: Transform @@ -132687,7 +132738,7 @@ entities: pos: -73.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26428 components: - type: Transform @@ -132695,7 +132746,7 @@ entities: pos: -73.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26429 components: - type: Transform @@ -132703,7 +132754,7 @@ entities: pos: -73.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26432 components: - type: Transform @@ -133007,7 +133058,7 @@ entities: pos: -113.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26473 components: - type: Transform @@ -133015,7 +133066,7 @@ entities: pos: -112.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26474 components: - type: Transform @@ -133023,7 +133074,7 @@ entities: pos: -111.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26475 components: - type: Transform @@ -133031,7 +133082,7 @@ entities: pos: -110.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26476 components: - type: Transform @@ -133039,7 +133090,7 @@ entities: pos: -109.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26477 components: - type: Transform @@ -133047,7 +133098,7 @@ entities: pos: -108.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26478 components: - type: Transform @@ -133055,7 +133106,7 @@ entities: pos: -107.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26479 components: - type: Transform @@ -133063,7 +133114,7 @@ entities: pos: -106.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26480 components: - type: Transform @@ -133071,7 +133122,7 @@ entities: pos: -105.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26481 components: - type: Transform @@ -133079,7 +133130,7 @@ entities: pos: -104.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26482 components: - type: Transform @@ -133087,7 +133138,7 @@ entities: pos: -103.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26483 components: - type: Transform @@ -133095,7 +133146,7 @@ entities: pos: -102.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26484 components: - type: Transform @@ -133103,7 +133154,7 @@ entities: pos: -101.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26485 components: - type: Transform @@ -133111,7 +133162,7 @@ entities: pos: -100.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26486 components: - type: Transform @@ -133119,7 +133170,7 @@ entities: pos: -99.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26487 components: - type: Transform @@ -133127,7 +133178,7 @@ entities: pos: -98.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26488 components: - type: Transform @@ -133135,7 +133186,7 @@ entities: pos: -97.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26489 components: - type: Transform @@ -133143,7 +133194,7 @@ entities: pos: -96.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26490 components: - type: Transform @@ -133151,7 +133202,7 @@ entities: pos: -95.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26492 components: - type: Transform @@ -133159,7 +133210,7 @@ entities: pos: -93.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26493 components: - type: Transform @@ -133167,7 +133218,7 @@ entities: pos: -92.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26494 components: - type: Transform @@ -133175,7 +133226,7 @@ entities: pos: -91.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26495 components: - type: Transform @@ -133183,7 +133234,7 @@ entities: pos: -90.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26496 components: - type: Transform @@ -133191,7 +133242,7 @@ entities: pos: -89.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26497 components: - type: Transform @@ -133199,7 +133250,7 @@ entities: pos: -88.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26498 components: - type: Transform @@ -133207,7 +133258,7 @@ entities: pos: -87.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26499 components: - type: Transform @@ -133215,7 +133266,7 @@ entities: pos: -86.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26500 components: - type: Transform @@ -133223,7 +133274,7 @@ entities: pos: -85.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26501 components: - type: Transform @@ -133231,7 +133282,7 @@ entities: pos: -84.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26502 components: - type: Transform @@ -133239,7 +133290,7 @@ entities: pos: -83.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26503 components: - type: Transform @@ -133247,7 +133298,7 @@ entities: pos: -82.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26504 components: - type: Transform @@ -133255,7 +133306,7 @@ entities: pos: -81.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26505 components: - type: Transform @@ -133263,7 +133314,7 @@ entities: pos: -80.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26506 components: - type: Transform @@ -133271,7 +133322,7 @@ entities: pos: -79.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26508 components: - type: Transform @@ -133279,7 +133330,7 @@ entities: pos: -77.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26509 components: - type: Transform @@ -133287,7 +133338,7 @@ entities: pos: -76.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26510 components: - type: Transform @@ -133295,7 +133346,7 @@ entities: pos: -75.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26511 components: - type: Transform @@ -133303,7 +133354,7 @@ entities: pos: -74.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26513 components: - type: Transform @@ -133317,378 +133368,378 @@ entities: pos: -114.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26515 components: - type: Transform pos: -114.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26516 components: - type: Transform pos: -114.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26517 components: - type: Transform pos: -114.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26519 components: - type: Transform pos: -114.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26520 components: - type: Transform pos: -114.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26521 components: - type: Transform pos: -114.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26522 components: - type: Transform pos: -114.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26523 components: - type: Transform pos: -114.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26524 components: - type: Transform pos: -114.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26525 components: - type: Transform pos: -114.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26526 components: - type: Transform pos: -114.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26527 components: - type: Transform pos: -114.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26528 components: - type: Transform pos: -114.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26529 components: - type: Transform pos: -114.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26530 components: - type: Transform pos: -114.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26531 components: - type: Transform pos: -114.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26532 components: - type: Transform pos: -114.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26533 components: - type: Transform pos: -114.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26534 components: - type: Transform pos: -114.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26535 components: - type: Transform pos: -114.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26536 components: - type: Transform pos: -114.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26537 components: - type: Transform pos: -114.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26538 components: - type: Transform pos: -114.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26539 components: - type: Transform pos: -114.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26540 components: - type: Transform pos: -114.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26541 components: - type: Transform pos: -114.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26543 components: - type: Transform pos: -114.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26544 components: - type: Transform pos: -114.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26545 components: - type: Transform pos: -114.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26546 components: - type: Transform pos: -114.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26547 components: - type: Transform pos: -114.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26548 components: - type: Transform pos: -114.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26549 components: - type: Transform pos: -114.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26550 components: - type: Transform pos: -114.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26551 components: - type: Transform pos: -114.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26552 components: - type: Transform pos: -114.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26553 components: - type: Transform pos: -114.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26554 components: - type: Transform pos: -114.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26555 components: - type: Transform pos: -114.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26556 components: - type: Transform pos: -114.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26557 components: - type: Transform pos: -114.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26558 components: - type: Transform pos: -114.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26559 components: - type: Transform pos: -114.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26560 components: - type: Transform pos: -114.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26561 components: - type: Transform pos: -114.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26562 components: - type: Transform pos: -114.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26563 components: - type: Transform pos: -114.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26564 components: - type: Transform pos: -114.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26565 components: - type: Transform pos: -114.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26566 components: - type: Transform pos: -114.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26567 components: - type: Transform pos: -114.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26568 components: - type: Transform pos: -114.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26570 components: - type: Transform pos: -114.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26571 components: - type: Transform @@ -134091,7 +134142,7 @@ entities: pos: -113.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26637 components: - type: Transform @@ -134099,7 +134150,7 @@ entities: pos: -112.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26638 components: - type: Transform @@ -134107,7 +134158,7 @@ entities: pos: -111.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26639 components: - type: Transform @@ -134115,7 +134166,7 @@ entities: pos: -110.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26640 components: - type: Transform @@ -134123,7 +134174,7 @@ entities: pos: -109.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26641 components: - type: Transform @@ -134131,7 +134182,7 @@ entities: pos: -108.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26642 components: - type: Transform @@ -134139,7 +134190,7 @@ entities: pos: -107.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26643 components: - type: Transform @@ -134147,7 +134198,7 @@ entities: pos: -106.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26644 components: - type: Transform @@ -134155,7 +134206,7 @@ entities: pos: -105.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26645 components: - type: Transform @@ -134163,7 +134214,7 @@ entities: pos: -104.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26646 components: - type: Transform @@ -134171,7 +134222,7 @@ entities: pos: -103.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26648 components: - type: Transform @@ -134179,7 +134230,7 @@ entities: pos: -101.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26649 components: - type: Transform @@ -134187,7 +134238,7 @@ entities: pos: -100.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26650 components: - type: Transform @@ -134195,7 +134246,7 @@ entities: pos: -99.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26651 components: - type: Transform @@ -134203,7 +134254,7 @@ entities: pos: -98.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26652 components: - type: Transform @@ -134211,7 +134262,7 @@ entities: pos: -97.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26653 components: - type: Transform @@ -134219,7 +134270,7 @@ entities: pos: -96.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26655 components: - type: Transform @@ -134347,7 +134398,7 @@ entities: pos: -94.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26673 components: - type: Transform @@ -134355,7 +134406,7 @@ entities: pos: -93.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26674 components: - type: Transform @@ -134363,7 +134414,7 @@ entities: pos: -92.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26675 components: - type: Transform @@ -134371,7 +134422,7 @@ entities: pos: -91.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26676 components: - type: Transform @@ -134379,7 +134430,7 @@ entities: pos: -90.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26677 components: - type: Transform @@ -134387,7 +134438,7 @@ entities: pos: -89.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26678 components: - type: Transform @@ -134395,7 +134446,7 @@ entities: pos: -88.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26679 components: - type: Transform @@ -134403,7 +134454,7 @@ entities: pos: -87.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26680 components: - type: Transform @@ -134411,7 +134462,7 @@ entities: pos: -86.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26682 components: - type: Transform @@ -134498,21 +134549,21 @@ entities: pos: -91.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26704 components: - type: Transform pos: -91.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26705 components: - type: Transform pos: -91.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26706 components: - type: Transform @@ -134577,7 +134628,7 @@ entities: pos: -95.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26731 components: - type: Transform @@ -134585,7 +134636,7 @@ entities: pos: -95.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26732 components: - type: Transform @@ -134593,7 +134644,7 @@ entities: pos: -95.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26733 components: - type: Transform @@ -134601,7 +134652,7 @@ entities: pos: -95.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26734 components: - type: Transform @@ -134609,7 +134660,7 @@ entities: pos: -95.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26735 components: - type: Transform @@ -134617,7 +134668,7 @@ entities: pos: -95.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26736 components: - type: Transform @@ -134648,49 +134699,49 @@ entities: pos: -91.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26743 components: - type: Transform pos: -91.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26744 components: - type: Transform pos: -91.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26745 components: - type: Transform pos: -91.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26746 components: - type: Transform pos: -91.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26747 components: - type: Transform pos: -91.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26748 components: - type: Transform pos: -91.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26749 components: - type: Transform @@ -134739,28 +134790,28 @@ entities: pos: -95.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26772 components: - type: Transform pos: -95.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26773 components: - type: Transform pos: -95.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26774 components: - type: Transform pos: -95.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26775 components: - type: Transform @@ -134803,7 +134854,7 @@ entities: pos: -85.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26784 components: - type: Transform @@ -134811,7 +134862,7 @@ entities: pos: -85.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26785 components: - type: Transform @@ -134819,7 +134870,7 @@ entities: pos: -85.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26786 components: - type: Transform @@ -134827,7 +134878,7 @@ entities: pos: -85.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26787 components: - type: Transform @@ -134835,7 +134886,7 @@ entities: pos: -85.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26788 components: - type: Transform @@ -134843,7 +134894,7 @@ entities: pos: -85.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26789 components: - type: Transform @@ -134851,7 +134902,7 @@ entities: pos: -85.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26791 components: - type: Transform @@ -134859,7 +134910,7 @@ entities: pos: -85.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26792 components: - type: Transform @@ -134867,7 +134918,7 @@ entities: pos: -85.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26793 components: - type: Transform @@ -134875,7 +134926,7 @@ entities: pos: -85.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26794 components: - type: Transform @@ -134883,7 +134934,7 @@ entities: pos: -85.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26795 components: - type: Transform @@ -134971,7 +135022,7 @@ entities: pos: -85.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26810 components: - type: Transform @@ -134979,7 +135030,7 @@ entities: pos: -85.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26811 components: - type: Transform @@ -134987,7 +135038,7 @@ entities: pos: -85.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26812 components: - type: Transform @@ -134995,7 +135046,7 @@ entities: pos: -85.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26813 components: - type: Transform @@ -135003,7 +135054,7 @@ entities: pos: -85.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26815 components: - type: Transform @@ -135011,7 +135062,7 @@ entities: pos: -85.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26816 components: - type: Transform @@ -135019,7 +135070,7 @@ entities: pos: -85.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26817 components: - type: Transform @@ -135027,7 +135078,7 @@ entities: pos: -85.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26818 components: - type: Transform @@ -135035,7 +135086,7 @@ entities: pos: -85.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26819 components: - type: Transform @@ -135144,28 +135195,28 @@ entities: pos: -78.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26840 components: - type: Transform pos: -78.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26841 components: - type: Transform pos: -78.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26842 components: - type: Transform pos: -78.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26858 components: - type: Transform @@ -135173,7 +135224,7 @@ entities: pos: 29.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26861 components: - type: Transform @@ -135189,7 +135240,7 @@ entities: pos: -33.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26899 components: - type: Transform @@ -135197,7 +135248,7 @@ entities: pos: -48.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26900 components: - type: Transform @@ -135205,7 +135256,7 @@ entities: pos: -49.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26901 components: - type: Transform @@ -135213,7 +135264,7 @@ entities: pos: -50.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26902 components: - type: Transform @@ -135221,7 +135272,7 @@ entities: pos: -51.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26903 components: - type: Transform @@ -135229,7 +135280,7 @@ entities: pos: -52.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26904 components: - type: Transform @@ -135237,7 +135288,7 @@ entities: pos: -53.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26905 components: - type: Transform @@ -135245,7 +135296,7 @@ entities: pos: -54.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26906 components: - type: Transform @@ -135253,7 +135304,7 @@ entities: pos: -55.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26907 components: - type: Transform @@ -135261,7 +135312,7 @@ entities: pos: -56.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26908 components: - type: Transform @@ -135269,7 +135320,7 @@ entities: pos: -57.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26909 components: - type: Transform @@ -135277,7 +135328,7 @@ entities: pos: -58.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26910 components: - type: Transform @@ -135285,7 +135336,7 @@ entities: pos: -59.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26911 components: - type: Transform @@ -135388,28 +135439,28 @@ entities: pos: -60.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26927 components: - type: Transform pos: -60.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26928 components: - type: Transform pos: -60.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26929 components: - type: Transform pos: -60.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26930 components: - type: Transform @@ -135446,7 +135497,7 @@ entities: pos: -59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26938 components: - type: Transform @@ -135454,7 +135505,7 @@ entities: pos: -58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26939 components: - type: Transform @@ -135462,7 +135513,7 @@ entities: pos: -57.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26940 components: - type: Transform @@ -135470,7 +135521,7 @@ entities: pos: -56.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26941 components: - type: Transform @@ -135478,7 +135529,7 @@ entities: pos: -55.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26942 components: - type: Transform @@ -135510,7 +135561,7 @@ entities: pos: -44.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26948 components: - type: Transform @@ -135518,7 +135569,7 @@ entities: pos: -45.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26949 components: - type: Transform @@ -135526,7 +135577,7 @@ entities: pos: -46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26950 components: - type: Transform @@ -135534,7 +135585,7 @@ entities: pos: -47.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26951 components: - type: Transform @@ -135542,7 +135593,7 @@ entities: pos: -48.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26952 components: - type: Transform @@ -135550,7 +135601,7 @@ entities: pos: -49.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26953 components: - type: Transform @@ -135558,7 +135609,7 @@ entities: pos: -50.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26954 components: - type: Transform @@ -135566,7 +135617,7 @@ entities: pos: -51.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26955 components: - type: Transform @@ -135574,7 +135625,7 @@ entities: pos: -52.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26956 components: - type: Transform @@ -135582,7 +135633,7 @@ entities: pos: -53.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26957 components: - type: Transform @@ -135590,7 +135641,7 @@ entities: pos: -54.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26959 components: - type: Transform @@ -135598,7 +135649,7 @@ entities: pos: -56.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26960 components: - type: Transform @@ -135606,7 +135657,7 @@ entities: pos: -57.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26961 components: - type: Transform @@ -135614,7 +135665,7 @@ entities: pos: -58.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26962 components: - type: Transform @@ -135757,14 +135808,14 @@ entities: pos: -59.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26983 components: - type: Transform pos: -59.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26988 components: - type: Transform @@ -135817,7 +135868,7 @@ entities: pos: -58.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26996 components: - type: Transform @@ -135825,7 +135876,7 @@ entities: pos: -57.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26997 components: - type: Transform @@ -135833,7 +135884,7 @@ entities: pos: -56.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26999 components: - type: Transform @@ -135841,7 +135892,7 @@ entities: pos: -54.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27000 components: - type: Transform @@ -135849,7 +135900,7 @@ entities: pos: -54.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27001 components: - type: Transform @@ -135857,7 +135908,7 @@ entities: pos: -54.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27002 components: - type: Transform @@ -135897,7 +135948,7 @@ entities: pos: -59.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27013 components: - type: Transform @@ -135905,7 +135956,7 @@ entities: pos: -59.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27014 components: - type: Transform @@ -135913,7 +135964,7 @@ entities: pos: -59.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27016 components: - type: Transform @@ -135921,7 +135972,7 @@ entities: pos: -59.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27018 components: - type: Transform @@ -135929,7 +135980,7 @@ entities: pos: -59.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27020 components: - type: Transform @@ -135937,7 +135988,7 @@ entities: pos: -59.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27021 components: - type: Transform @@ -135945,7 +135996,7 @@ entities: pos: -59.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27022 components: - type: Transform @@ -135953,7 +136004,7 @@ entities: pos: -59.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27023 components: - type: Transform @@ -135961,7 +136012,7 @@ entities: pos: -59.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27024 components: - type: Transform @@ -135969,7 +136020,7 @@ entities: pos: -59.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27025 components: - type: Transform @@ -136057,7 +136108,7 @@ entities: pos: -58.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27039 components: - type: Transform @@ -136065,7 +136116,7 @@ entities: pos: -57.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27040 components: - type: Transform @@ -136073,7 +136124,7 @@ entities: pos: -56.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27041 components: - type: Transform @@ -136081,7 +136132,7 @@ entities: pos: -55.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27042 components: - type: Transform @@ -136089,7 +136140,7 @@ entities: pos: -54.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27043 components: - type: Transform @@ -136136,21 +136187,21 @@ entities: pos: -53.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27051 components: - type: Transform pos: -53.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27052 components: - type: Transform pos: -53.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27054 components: - type: Transform @@ -136179,7 +136230,7 @@ entities: pos: -52.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27060 components: - type: Transform @@ -136187,7 +136238,7 @@ entities: pos: -51.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27061 components: - type: Transform @@ -136195,7 +136246,7 @@ entities: pos: -50.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27062 components: - type: Transform @@ -136203,7 +136254,7 @@ entities: pos: -49.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27063 components: - type: Transform @@ -136211,7 +136262,7 @@ entities: pos: -48.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27064 components: - type: Transform @@ -136219,7 +136270,7 @@ entities: pos: -47.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27066 components: - type: Transform @@ -136227,7 +136278,7 @@ entities: pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27067 components: - type: Transform @@ -136235,7 +136286,7 @@ entities: pos: -44.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27068 components: - type: Transform @@ -136243,7 +136294,7 @@ entities: pos: -43.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27070 components: - type: Transform @@ -136251,7 +136302,7 @@ entities: pos: -41.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27072 components: - type: Transform @@ -136259,7 +136310,7 @@ entities: pos: -39.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27073 components: - type: Transform @@ -136267,7 +136318,7 @@ entities: pos: -38.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27075 components: - type: Transform @@ -136275,7 +136326,7 @@ entities: pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27076 components: - type: Transform @@ -136283,7 +136334,7 @@ entities: pos: -35.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27077 components: - type: Transform @@ -136291,7 +136342,7 @@ entities: pos: -34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27078 components: - type: Transform @@ -136299,7 +136350,7 @@ entities: pos: -33.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27079 components: - type: Transform @@ -136307,7 +136358,7 @@ entities: pos: -32.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27080 components: - type: Transform @@ -136315,7 +136366,7 @@ entities: pos: -31.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27081 components: - type: Transform @@ -136323,7 +136374,7 @@ entities: pos: -30.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27082 components: - type: Transform @@ -136491,7 +136542,7 @@ entities: pos: -29.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27107 components: - type: Transform @@ -136499,7 +136550,7 @@ entities: pos: -28.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27116 components: - type: Transform @@ -136507,7 +136558,7 @@ entities: pos: -57.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27117 components: - type: Transform @@ -136515,7 +136566,7 @@ entities: pos: -58.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27118 components: - type: Transform @@ -136531,7 +136582,7 @@ entities: pos: -46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27120 components: - type: Transform @@ -136554,7 +136605,7 @@ entities: pos: -37.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27127 components: - type: Transform @@ -136576,7 +136627,7 @@ entities: pos: -54.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27132 components: - type: Transform @@ -136599,21 +136650,21 @@ entities: pos: -40.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27139 components: - type: Transform pos: -40.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27140 components: - type: Transform pos: -40.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27141 components: - type: Transform @@ -136634,13 +136685,7 @@ entities: pos: -59.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-8.5 - parent: 2 + color: '#0055CCFF' - uid: 27150 components: - type: Transform @@ -136662,7 +136707,7 @@ entities: pos: -29.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27159 components: - type: Transform @@ -136670,7 +136715,7 @@ entities: pos: -30.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27160 components: - type: Transform @@ -136678,7 +136723,7 @@ entities: pos: -31.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27161 components: - type: Transform @@ -136742,7 +136787,7 @@ entities: pos: -31.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27173 components: - type: Transform @@ -136750,7 +136795,7 @@ entities: pos: -30.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27174 components: - type: Transform @@ -136758,7 +136803,7 @@ entities: pos: -29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27177 components: - type: Transform @@ -136766,7 +136811,7 @@ entities: pos: -32.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27178 components: - type: Transform @@ -136774,7 +136819,7 @@ entities: pos: -33.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27182 components: - type: Transform @@ -136822,7 +136867,7 @@ entities: pos: -35.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27188 components: - type: Transform @@ -136830,7 +136875,7 @@ entities: pos: -36.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27189 components: - type: Transform @@ -136838,21 +136883,21 @@ entities: pos: -37.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27202 components: - type: Transform pos: -27.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27204 components: - type: Transform pos: -27.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27205 components: - type: Transform @@ -136887,21 +136932,21 @@ entities: pos: -27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27210 components: - type: Transform pos: -27.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27211 components: - type: Transform pos: -27.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27212 components: - type: Transform @@ -136922,21 +136967,21 @@ entities: pos: -21.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27215 components: - type: Transform pos: -21.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27216 components: - type: Transform pos: -21.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27217 components: - type: Transform @@ -136957,21 +137002,21 @@ entities: pos: -21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27220 components: - type: Transform pos: -21.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27221 components: - type: Transform pos: -21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27222 components: - type: Transform @@ -137006,21 +137051,21 @@ entities: pos: -15.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27227 components: - type: Transform pos: -15.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27228 components: - type: Transform pos: -15.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27229 components: - type: Transform @@ -137055,21 +137100,21 @@ entities: pos: -15.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27234 components: - type: Transform pos: -15.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27235 components: - type: Transform pos: -15.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27236 components: - type: Transform @@ -137147,7 +137192,7 @@ entities: pos: -12.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27269 components: - type: Transform @@ -137155,7 +137200,7 @@ entities: pos: -13.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27270 components: - type: Transform @@ -137163,7 +137208,7 @@ entities: pos: -14.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27273 components: - type: Transform @@ -137171,7 +137216,7 @@ entities: pos: -17.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27274 components: - type: Transform @@ -137179,7 +137224,7 @@ entities: pos: -18.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27275 components: - type: Transform @@ -137187,7 +137232,7 @@ entities: pos: -19.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27276 components: - type: Transform @@ -137195,7 +137240,7 @@ entities: pos: -20.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27277 components: - type: Transform @@ -137203,21 +137248,21 @@ entities: pos: -21.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27279 components: - type: Transform pos: -22.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27280 components: - type: Transform pos: -22.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27281 components: - type: Transform @@ -137231,42 +137276,42 @@ entities: pos: -16.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27283 components: - type: Transform pos: -16.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27284 components: - type: Transform pos: -16.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27285 components: - type: Transform pos: -16.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27286 components: - type: Transform pos: -16.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27287 components: - type: Transform pos: -16.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27288 components: - type: Transform @@ -137309,7 +137354,7 @@ entities: pos: -11.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27309 components: - type: Transform @@ -137317,7 +137362,7 @@ entities: pos: -11.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27310 components: - type: Transform @@ -137333,7 +137378,7 @@ entities: pos: 8.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27314 components: - type: Transform @@ -137341,7 +137386,7 @@ entities: pos: 8.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27315 components: - type: Transform @@ -137364,14 +137409,14 @@ entities: pos: 8.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27318 components: - type: Transform pos: 8.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27323 components: - type: Transform @@ -137439,7 +137484,7 @@ entities: pos: 18.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27346 components: - type: Transform @@ -137543,7 +137588,7 @@ entities: pos: 31.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27368 components: - type: Transform @@ -137551,7 +137596,7 @@ entities: pos: 32.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27369 components: - type: Transform @@ -137559,7 +137604,7 @@ entities: pos: 33.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27370 components: - type: Transform @@ -137574,21 +137619,21 @@ entities: pos: 29.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27377 components: - type: Transform pos: 29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27378 components: - type: Transform pos: 29.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27379 components: - type: Transform @@ -137620,7 +137665,7 @@ entities: pos: 15.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27392 components: - type: Transform @@ -137628,7 +137673,7 @@ entities: pos: 14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27393 components: - type: Transform @@ -137636,7 +137681,7 @@ entities: pos: 13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27394 components: - type: Transform @@ -137652,7 +137697,7 @@ entities: pos: 29.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27398 components: - type: Transform @@ -137660,7 +137705,7 @@ entities: pos: 28.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27399 components: - type: Transform @@ -137668,7 +137713,7 @@ entities: pos: 27.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27400 components: - type: Transform @@ -137708,7 +137753,7 @@ entities: pos: 29.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27423 components: - type: Transform @@ -137716,7 +137761,7 @@ entities: pos: 32.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27424 components: - type: Transform @@ -137724,7 +137769,7 @@ entities: pos: 33.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27426 components: - type: Transform @@ -137756,7 +137801,7 @@ entities: pos: 17.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27432 components: - type: Transform @@ -137764,7 +137809,7 @@ entities: pos: 17.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27433 components: - type: Transform @@ -137831,56 +137876,56 @@ entities: pos: -33.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27469 components: - type: Transform pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27470 components: - type: Transform pos: -33.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27471 components: - type: Transform pos: -33.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27472 components: - type: Transform pos: -33.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27473 components: - type: Transform pos: -33.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27474 components: - type: Transform pos: -33.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27475 components: - type: Transform pos: -33.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27476 components: - type: Transform @@ -137929,28 +137974,28 @@ entities: pos: -4.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27486 components: - type: Transform pos: -4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27487 components: - type: Transform pos: -4.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27488 components: - type: Transform pos: -4.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27489 components: - type: Transform @@ -138028,7 +138073,7 @@ entities: pos: 34.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27518 components: - type: Transform @@ -138036,7 +138081,7 @@ entities: pos: 34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27519 components: - type: Transform @@ -138044,7 +138089,7 @@ entities: pos: 34.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27520 components: - type: Transform @@ -138052,7 +138097,7 @@ entities: pos: 34.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27521 components: - type: Transform @@ -138060,7 +138105,7 @@ entities: pos: 34.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27522 components: - type: Transform @@ -138068,7 +138113,7 @@ entities: pos: 34.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27523 components: - type: Transform @@ -138100,7 +138145,7 @@ entities: pos: 34.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27530 components: - type: Transform @@ -138212,7 +138257,7 @@ entities: pos: 34.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27545 components: - type: Transform @@ -138220,7 +138265,7 @@ entities: pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27546 components: - type: Transform @@ -138228,7 +138273,7 @@ entities: pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27547 components: - type: Transform @@ -138236,7 +138281,7 @@ entities: pos: 34.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27548 components: - type: Transform @@ -138244,7 +138289,7 @@ entities: pos: 34.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27549 components: - type: Transform @@ -138252,7 +138297,7 @@ entities: pos: 34.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27550 components: - type: Transform @@ -138260,7 +138305,7 @@ entities: pos: 34.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27551 components: - type: Transform @@ -138268,7 +138313,7 @@ entities: pos: 34.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27552 components: - type: Transform @@ -138276,7 +138321,7 @@ entities: pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27553 components: - type: Transform @@ -138284,7 +138329,7 @@ entities: pos: 34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27554 components: - type: Transform @@ -138292,7 +138337,7 @@ entities: pos: 34.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27557 components: - type: Transform @@ -138300,7 +138345,7 @@ entities: pos: 33.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27563 components: - type: Transform @@ -138308,7 +138353,7 @@ entities: pos: 46.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27564 components: - type: Transform @@ -138316,7 +138361,7 @@ entities: pos: 46.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27565 components: - type: Transform @@ -138324,7 +138369,7 @@ entities: pos: 46.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27566 components: - type: Transform @@ -138332,7 +138377,7 @@ entities: pos: 46.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27567 components: - type: Transform @@ -138340,7 +138385,7 @@ entities: pos: 46.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27568 components: - type: Transform @@ -138348,7 +138393,7 @@ entities: pos: 46.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27569 components: - type: Transform @@ -138356,7 +138401,7 @@ entities: pos: 46.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27570 components: - type: Transform @@ -138364,7 +138409,7 @@ entities: pos: 46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27571 components: - type: Transform @@ -138372,7 +138417,7 @@ entities: pos: 46.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27572 components: - type: Transform @@ -138380,7 +138425,7 @@ entities: pos: 46.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27573 components: - type: Transform @@ -138388,7 +138433,7 @@ entities: pos: 46.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27574 components: - type: Transform @@ -138396,7 +138441,7 @@ entities: pos: 46.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27575 components: - type: Transform @@ -138484,7 +138529,7 @@ entities: pos: 50.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27586 components: - type: Transform @@ -138492,7 +138537,7 @@ entities: pos: 51.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27587 components: - type: Transform @@ -138500,7 +138545,7 @@ entities: pos: 52.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27589 components: - type: Transform @@ -138508,7 +138553,7 @@ entities: pos: 54.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27590 components: - type: Transform @@ -138516,7 +138561,7 @@ entities: pos: 55.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27591 components: - type: Transform @@ -138524,7 +138569,7 @@ entities: pos: 56.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27592 components: - type: Transform @@ -138532,7 +138577,7 @@ entities: pos: 57.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27593 components: - type: Transform @@ -138540,7 +138585,7 @@ entities: pos: 58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27594 components: - type: Transform @@ -138548,7 +138593,7 @@ entities: pos: 59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27596 components: - type: Transform @@ -138556,7 +138601,7 @@ entities: pos: 61.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27597 components: - type: Transform @@ -138564,7 +138609,7 @@ entities: pos: 62.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27598 components: - type: Transform @@ -138572,7 +138617,7 @@ entities: pos: 63.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27599 components: - type: Transform @@ -138580,7 +138625,7 @@ entities: pos: 64.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27600 components: - type: Transform @@ -138588,7 +138633,7 @@ entities: pos: 65.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27601 components: - type: Transform @@ -138596,7 +138641,7 @@ entities: pos: 66.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27602 components: - type: Transform @@ -138604,7 +138649,7 @@ entities: pos: 67.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27603 components: - type: Transform @@ -138612,7 +138657,7 @@ entities: pos: 68.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27604 components: - type: Transform @@ -138620,7 +138665,7 @@ entities: pos: 69.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27605 components: - type: Transform @@ -138628,7 +138673,7 @@ entities: pos: 70.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27606 components: - type: Transform @@ -138636,7 +138681,7 @@ entities: pos: 71.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27607 components: - type: Transform @@ -138644,7 +138689,7 @@ entities: pos: 72.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27608 components: - type: Transform @@ -138652,7 +138697,7 @@ entities: pos: 73.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27609 components: - type: Transform @@ -138660,7 +138705,7 @@ entities: pos: 74.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27612 components: - type: Transform @@ -138668,14 +138713,14 @@ entities: pos: 77.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27613 components: - type: Transform pos: 60.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27614 components: - type: Transform @@ -138858,182 +138903,182 @@ entities: pos: 60.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27643 components: - type: Transform pos: 60.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27644 components: - type: Transform pos: 60.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27645 components: - type: Transform pos: 60.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27646 components: - type: Transform pos: 60.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27647 components: - type: Transform pos: 60.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27648 components: - type: Transform pos: 60.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27649 components: - type: Transform pos: 60.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27650 components: - type: Transform pos: 60.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27651 components: - type: Transform pos: 60.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27652 components: - type: Transform pos: 60.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27654 components: - type: Transform pos: 60.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27655 components: - type: Transform pos: 60.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27656 components: - type: Transform pos: 60.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27657 components: - type: Transform pos: 60.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27658 components: - type: Transform pos: 60.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27659 components: - type: Transform pos: 60.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27660 components: - type: Transform pos: 60.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27661 components: - type: Transform pos: 60.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27662 components: - type: Transform pos: 60.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27663 components: - type: Transform pos: 60.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27664 components: - type: Transform pos: 60.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27665 components: - type: Transform pos: 60.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27666 components: - type: Transform pos: 60.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27667 components: - type: Transform pos: 60.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27668 components: - type: Transform pos: 60.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27669 components: - type: Transform @@ -139209,7 +139254,7 @@ entities: pos: 46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27699 components: - type: Transform @@ -139217,7 +139262,7 @@ entities: pos: 46.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27700 components: - type: Transform @@ -139225,7 +139270,7 @@ entities: pos: 46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27701 components: - type: Transform @@ -139233,7 +139278,7 @@ entities: pos: 46.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27702 components: - type: Transform @@ -139241,7 +139286,7 @@ entities: pos: 46.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27703 components: - type: Transform @@ -139393,7 +139438,7 @@ entities: pos: 61.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27723 components: - type: Transform @@ -139401,7 +139446,7 @@ entities: pos: 62.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27724 components: - type: Transform @@ -139409,7 +139454,7 @@ entities: pos: 63.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27725 components: - type: Transform @@ -139417,7 +139462,7 @@ entities: pos: 64.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27726 components: - type: Transform @@ -139425,7 +139470,7 @@ entities: pos: 65.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27727 components: - type: Transform @@ -139433,7 +139478,7 @@ entities: pos: 66.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27728 components: - type: Transform @@ -139441,7 +139486,7 @@ entities: pos: 67.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27729 components: - type: Transform @@ -139449,7 +139494,7 @@ entities: pos: 68.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27730 components: - type: Transform @@ -139457,7 +139502,7 @@ entities: pos: 69.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27731 components: - type: Transform @@ -139465,7 +139510,7 @@ entities: pos: 70.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27732 components: - type: Transform @@ -139473,7 +139518,7 @@ entities: pos: 71.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27733 components: - type: Transform @@ -139481,7 +139526,7 @@ entities: pos: 72.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27734 components: - type: Transform @@ -139489,7 +139534,7 @@ entities: pos: 73.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27736 components: - type: Transform @@ -139497,7 +139542,7 @@ entities: pos: 75.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27739 components: - type: Transform @@ -139505,7 +139550,7 @@ entities: pos: 76.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27740 components: - type: Transform @@ -139513,7 +139558,7 @@ entities: pos: 76.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27741 components: - type: Transform @@ -139521,7 +139566,7 @@ entities: pos: 76.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27742 components: - type: Transform @@ -139624,35 +139669,35 @@ entities: pos: 53.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27767 components: - type: Transform pos: 53.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27768 components: - type: Transform pos: 53.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27769 components: - type: Transform pos: 53.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27770 components: - type: Transform pos: 53.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27772 components: - type: Transform @@ -139660,7 +139705,7 @@ entities: pos: 53.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27773 components: - type: Transform @@ -139668,7 +139713,7 @@ entities: pos: 54.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27774 components: - type: Transform @@ -139676,7 +139721,7 @@ entities: pos: 55.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27775 components: - type: Transform @@ -139684,7 +139729,7 @@ entities: pos: 56.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27776 components: - type: Transform @@ -139692,7 +139737,7 @@ entities: pos: 57.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27777 components: - type: Transform @@ -139700,7 +139745,7 @@ entities: pos: 58.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27778 components: - type: Transform @@ -139708,7 +139753,7 @@ entities: pos: 59.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27779 components: - type: Transform @@ -139716,7 +139761,7 @@ entities: pos: 60.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27780 components: - type: Transform @@ -139724,7 +139769,7 @@ entities: pos: 61.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27781 components: - type: Transform @@ -139732,7 +139777,7 @@ entities: pos: 62.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27782 components: - type: Transform @@ -139740,7 +139785,7 @@ entities: pos: 63.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27783 components: - type: Transform @@ -139748,7 +139793,7 @@ entities: pos: 64.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27785 components: - type: Transform @@ -139756,7 +139801,7 @@ entities: pos: 66.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27786 components: - type: Transform @@ -139764,7 +139809,7 @@ entities: pos: 67.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27787 components: - type: Transform @@ -139772,7 +139817,7 @@ entities: pos: 68.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27788 components: - type: Transform @@ -139780,7 +139825,7 @@ entities: pos: 69.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27789 components: - type: Transform @@ -139788,7 +139833,7 @@ entities: pos: 70.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27790 components: - type: Transform @@ -139796,7 +139841,7 @@ entities: pos: 71.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27791 components: - type: Transform @@ -139804,7 +139849,7 @@ entities: pos: 72.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27792 components: - type: Transform @@ -139992,7 +140037,7 @@ entities: pos: 57.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27821 components: - type: Transform @@ -140000,7 +140045,7 @@ entities: pos: 57.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27822 components: - type: Transform @@ -140008,7 +140053,7 @@ entities: pos: 57.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27824 components: - type: Transform @@ -140016,7 +140061,7 @@ entities: pos: 57.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27825 components: - type: Transform @@ -140024,7 +140069,7 @@ entities: pos: 57.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27826 components: - type: Transform @@ -140032,7 +140077,7 @@ entities: pos: 57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27827 components: - type: Transform @@ -140040,7 +140085,7 @@ entities: pos: 57.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27845 components: - type: Transform @@ -140136,7 +140181,7 @@ entities: pos: 57.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27880 components: - type: Transform @@ -140144,7 +140189,7 @@ entities: pos: 57.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27881 components: - type: Transform @@ -140152,7 +140197,7 @@ entities: pos: 57.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27882 components: - type: Transform @@ -140160,7 +140205,7 @@ entities: pos: 57.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27883 components: - type: Transform @@ -140168,7 +140213,7 @@ entities: pos: 57.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27884 components: - type: Transform @@ -140224,7 +140269,7 @@ entities: pos: 35.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28052 components: - type: Transform @@ -140232,7 +140277,7 @@ entities: pos: 36.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28053 components: - type: Transform @@ -140240,7 +140285,7 @@ entities: pos: 37.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28054 components: - type: Transform @@ -140248,7 +140293,7 @@ entities: pos: 38.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28056 components: - type: Transform @@ -140279,35 +140324,35 @@ entities: pos: 36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28064 components: - type: Transform pos: 36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28065 components: - type: Transform pos: 36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28066 components: - type: Transform pos: 36.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28067 components: - type: Transform pos: 36.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28068 components: - type: Transform @@ -140328,112 +140373,112 @@ entities: pos: 13.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28073 components: - type: Transform pos: 13.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28074 components: - type: Transform pos: 13.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28076 components: - type: Transform pos: 13.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28077 components: - type: Transform pos: 13.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28078 components: - type: Transform pos: 13.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28080 components: - type: Transform pos: 13.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28081 components: - type: Transform pos: 13.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28082 components: - type: Transform pos: 13.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28083 components: - type: Transform pos: 13.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28084 components: - type: Transform pos: 13.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28086 components: - type: Transform pos: 13.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28087 components: - type: Transform pos: 13.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28088 components: - type: Transform pos: 13.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28089 components: - type: Transform pos: 13.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28090 components: - type: Transform pos: 13.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28091 components: - type: Transform @@ -140540,7 +140585,7 @@ entities: pos: 12.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28115 components: - type: Transform @@ -140548,7 +140593,7 @@ entities: pos: 11.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28118 components: - type: Transform @@ -140620,7 +140665,7 @@ entities: pos: 14.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28128 components: - type: Transform @@ -140628,7 +140673,7 @@ entities: pos: 15.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28129 components: - type: Transform @@ -140636,7 +140681,7 @@ entities: pos: 16.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28130 components: - type: Transform @@ -140644,7 +140689,7 @@ entities: pos: 17.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28131 components: - type: Transform @@ -140652,7 +140697,7 @@ entities: pos: 18.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28132 components: - type: Transform @@ -140660,7 +140705,7 @@ entities: pos: 19.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28134 components: - type: Transform @@ -140668,7 +140713,7 @@ entities: pos: 21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28135 components: - type: Transform @@ -140676,7 +140721,7 @@ entities: pos: 22.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28136 components: - type: Transform @@ -140684,7 +140729,7 @@ entities: pos: 23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28137 components: - type: Transform @@ -140692,7 +140737,7 @@ entities: pos: 24.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28138 components: - type: Transform @@ -140700,7 +140745,7 @@ entities: pos: 25.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28141 components: - type: Transform @@ -140715,35 +140760,35 @@ entities: pos: 20.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28143 components: - type: Transform pos: 20.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28144 components: - type: Transform pos: 20.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28145 components: - type: Transform pos: 20.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28146 components: - type: Transform pos: 20.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28147 components: - type: Transform @@ -140764,28 +140809,28 @@ entities: pos: -21.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28153 components: - type: Transform pos: -21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28154 components: - type: Transform pos: -21.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28156 components: - type: Transform pos: -21.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28157 components: - type: Transform @@ -140806,21 +140851,21 @@ entities: pos: -19.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28163 components: - type: Transform pos: -21.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28164 components: - type: Transform pos: -21.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28165 components: - type: Transform @@ -140828,42 +140873,42 @@ entities: pos: -6.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28166 components: - type: Transform pos: -21.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28167 components: - type: Transform pos: -21.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28168 components: - type: Transform pos: -21.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28169 components: - type: Transform pos: -21.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28170 components: - type: Transform pos: -21.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28171 components: - type: Transform @@ -140975,21 +141020,21 @@ entities: pos: -19.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28200 components: - type: Transform pos: -19.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28201 components: - type: Transform pos: -19.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28203 components: - type: Transform @@ -141005,7 +141050,7 @@ entities: pos: -18.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28205 components: - type: Transform @@ -141021,7 +141066,7 @@ entities: pos: -16.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28208 components: - type: Transform @@ -141029,7 +141074,7 @@ entities: pos: -15.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28209 components: - type: Transform @@ -141037,7 +141082,7 @@ entities: pos: -14.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28210 components: - type: Transform @@ -141045,7 +141090,7 @@ entities: pos: -13.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28212 components: - type: Transform @@ -141053,7 +141098,7 @@ entities: pos: -11.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28214 components: - type: Transform @@ -141141,7 +141186,7 @@ entities: pos: -10.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28233 components: - type: Transform @@ -141149,7 +141194,7 @@ entities: pos: -9.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28234 components: - type: Transform @@ -141157,7 +141202,7 @@ entities: pos: -8.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28235 components: - type: Transform @@ -141165,7 +141210,7 @@ entities: pos: -7.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28236 components: - type: Transform @@ -141173,7 +141218,7 @@ entities: pos: -6.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28237 components: - type: Transform @@ -141181,7 +141226,7 @@ entities: pos: -5.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28243 components: - type: Transform @@ -141196,42 +141241,42 @@ entities: pos: -12.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28256 components: - type: Transform pos: -12.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28257 components: - type: Transform pos: -12.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28258 components: - type: Transform pos: -12.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28259 components: - type: Transform pos: -12.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28260 components: - type: Transform pos: -12.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28261 components: - type: Transform @@ -141347,7 +141392,7 @@ entities: pos: -0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28280 components: - type: Transform @@ -141355,7 +141400,7 @@ entities: pos: -1.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28281 components: - type: Transform @@ -141363,7 +141408,7 @@ entities: pos: -2.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28282 components: - type: Transform @@ -141371,7 +141416,7 @@ entities: pos: -3.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28284 components: - type: Transform @@ -141379,7 +141424,7 @@ entities: pos: -5.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28285 components: - type: Transform @@ -141387,7 +141432,7 @@ entities: pos: -6.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28286 components: - type: Transform @@ -141395,7 +141440,7 @@ entities: pos: -7.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28287 components: - type: Transform @@ -141403,7 +141448,7 @@ entities: pos: -8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28288 components: - type: Transform @@ -141411,28 +141456,28 @@ entities: pos: -9.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28291 components: - type: Transform pos: -10.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28292 components: - type: Transform pos: -10.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28293 components: - type: Transform pos: -10.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28294 components: - type: Transform @@ -141461,7 +141506,7 @@ entities: pos: -10.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28303 components: - type: Transform @@ -141483,7 +141528,7 @@ entities: pos: -11.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28307 components: - type: Transform @@ -141491,7 +141536,7 @@ entities: pos: -11.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28308 components: - type: Transform @@ -141499,7 +141544,7 @@ entities: pos: -11.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28309 components: - type: Transform @@ -141507,7 +141552,7 @@ entities: pos: -12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28310 components: - type: Transform @@ -141515,7 +141560,7 @@ entities: pos: -13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28311 components: - type: Transform @@ -141523,7 +141568,7 @@ entities: pos: -14.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28312 components: - type: Transform @@ -141563,7 +141608,7 @@ entities: pos: -27.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28319 components: - type: Transform @@ -141571,7 +141616,7 @@ entities: pos: -27.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28320 components: - type: Transform @@ -141579,7 +141624,7 @@ entities: pos: -27.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28321 components: - type: Transform @@ -141587,7 +141632,7 @@ entities: pos: -27.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28322 components: - type: Transform @@ -141595,7 +141640,7 @@ entities: pos: -27.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28323 components: - type: Transform @@ -141665,35 +141710,35 @@ entities: pos: 21.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28442 components: - type: Transform pos: 21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28443 components: - type: Transform pos: 21.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28444 components: - type: Transform pos: 21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28445 components: - type: Transform pos: 21.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28446 components: - type: Transform @@ -141722,7 +141767,7 @@ entities: pos: 25.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28454 components: - type: Transform @@ -141730,7 +141775,7 @@ entities: pos: 25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28455 components: - type: Transform @@ -141738,7 +141783,7 @@ entities: pos: 25.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28456 components: - type: Transform @@ -141746,7 +141791,7 @@ entities: pos: 25.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28457 components: - type: Transform @@ -141754,7 +141799,7 @@ entities: pos: 25.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28458 components: - type: Transform @@ -141762,7 +141807,7 @@ entities: pos: 25.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28459 components: - type: Transform @@ -141864,7 +141909,7 @@ entities: pos: 18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28539 components: - type: Transform @@ -141872,7 +141917,7 @@ entities: pos: 18.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28540 components: - type: Transform @@ -141992,7 +142037,7 @@ entities: pos: 7.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28558 components: - type: Transform @@ -142000,7 +142045,7 @@ entities: pos: 7.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28559 components: - type: Transform @@ -142008,7 +142053,7 @@ entities: pos: 7.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28560 components: - type: Transform @@ -142016,7 +142061,7 @@ entities: pos: 7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28561 components: - type: Transform @@ -142024,7 +142069,7 @@ entities: pos: 7.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28562 components: - type: Transform @@ -142032,7 +142077,7 @@ entities: pos: 7.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28563 components: - type: Transform @@ -142040,7 +142085,7 @@ entities: pos: 7.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28565 components: - type: Transform @@ -142048,7 +142093,7 @@ entities: pos: 8.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28568 components: - type: Transform @@ -142056,7 +142101,7 @@ entities: pos: 12.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28569 components: - type: Transform @@ -142064,7 +142109,7 @@ entities: pos: 12.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28570 components: - type: Transform @@ -142072,7 +142117,7 @@ entities: pos: 12.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28571 components: - type: Transform @@ -142080,7 +142125,7 @@ entities: pos: 12.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28572 components: - type: Transform @@ -142168,7 +142213,7 @@ entities: pos: -0.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28660 components: - type: Transform @@ -142176,7 +142221,7 @@ entities: pos: -1.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28661 components: - type: Transform @@ -142184,7 +142229,7 @@ entities: pos: -2.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28662 components: - type: Transform @@ -142192,7 +142237,7 @@ entities: pos: -3.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28663 components: - type: Transform @@ -142200,7 +142245,7 @@ entities: pos: -4.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28664 components: - type: Transform @@ -142208,7 +142253,7 @@ entities: pos: -5.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28665 components: - type: Transform @@ -142216,7 +142261,7 @@ entities: pos: -6.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28666 components: - type: Transform @@ -142224,7 +142269,7 @@ entities: pos: -7.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28667 components: - type: Transform @@ -142232,7 +142277,7 @@ entities: pos: -8.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28668 components: - type: Transform @@ -142328,7 +142373,7 @@ entities: pos: 10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28683 components: - type: Transform @@ -142432,7 +142477,7 @@ entities: pos: -10.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28697 components: - type: Transform @@ -142440,7 +142485,7 @@ entities: pos: -11.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28698 components: - type: Transform @@ -142448,7 +142493,7 @@ entities: pos: -12.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28703 components: - type: Transform @@ -142536,7 +142581,7 @@ entities: pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28726 components: - type: Transform @@ -142544,7 +142589,7 @@ entities: pos: -7.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28743 components: - type: Transform @@ -142552,7 +142597,7 @@ entities: pos: -30.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28758 components: - type: Transform @@ -142560,7 +142605,7 @@ entities: pos: -28.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28759 components: - type: Transform @@ -142568,7 +142613,7 @@ entities: pos: -27.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28760 components: - type: Transform @@ -142576,7 +142621,7 @@ entities: pos: -26.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28761 components: - type: Transform @@ -142584,7 +142629,7 @@ entities: pos: -25.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28762 components: - type: Transform @@ -142592,7 +142637,7 @@ entities: pos: -24.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28763 components: - type: Transform @@ -142600,7 +142645,7 @@ entities: pos: -23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28764 components: - type: Transform @@ -142608,7 +142653,7 @@ entities: pos: -22.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28765 components: - type: Transform @@ -142650,28 +142695,28 @@ entities: pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28771 components: - type: Transform pos: -29.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28772 components: - type: Transform pos: -29.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28773 components: - type: Transform pos: -29.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28774 components: - type: Transform @@ -142694,7 +142739,7 @@ entities: pos: -27.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 29290 components: - type: Transform @@ -142702,7 +142747,7 @@ entities: pos: -27.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 29693 components: - type: Transform @@ -142789,7 +142834,7 @@ entities: pos: -6.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 30965 components: - type: Transform @@ -142797,7 +142842,7 @@ entities: pos: -6.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31006 components: - type: Transform @@ -142806,6 +142851,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 31089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 31110 components: - type: Transform @@ -142821,7 +142874,7 @@ entities: pos: 26.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31118 components: - type: Transform @@ -142829,7 +142882,7 @@ entities: pos: 27.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31122 components: - type: Transform @@ -142925,7 +142978,7 @@ entities: pos: 28.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31134 components: - type: Transform @@ -142965,7 +143018,7 @@ entities: pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31139 components: - type: Transform @@ -142981,7 +143034,7 @@ entities: pos: -28.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31141 components: - type: Transform @@ -142989,7 +143042,7 @@ entities: pos: -29.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31142 components: - type: Transform @@ -142997,7 +143050,7 @@ entities: pos: -30.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31143 components: - type: Transform @@ -143005,7 +143058,7 @@ entities: pos: -31.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31144 components: - type: Transform @@ -143013,7 +143066,7 @@ entities: pos: -32.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31145 components: - type: Transform @@ -143021,7 +143074,7 @@ entities: pos: -33.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31146 components: - type: Transform @@ -143029,7 +143082,7 @@ entities: pos: -34.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31147 components: - type: Transform @@ -143037,7 +143090,7 @@ entities: pos: -35.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31148 components: - type: Transform @@ -143045,7 +143098,7 @@ entities: pos: -36.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31149 components: - type: Transform @@ -143053,7 +143106,7 @@ entities: pos: -37.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31150 components: - type: Transform @@ -143061,7 +143114,7 @@ entities: pos: -38.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31152 components: - type: Transform @@ -143069,7 +143122,7 @@ entities: pos: -40.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31153 components: - type: Transform @@ -143077,7 +143130,7 @@ entities: pos: -41.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31154 components: - type: Transform @@ -143085,7 +143138,7 @@ entities: pos: -42.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31173 components: - type: Transform @@ -143102,6 +143155,32 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 31417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31428 + components: + - type: Transform + pos: -52.5,49.5 + parent: 2 + - uid: 31446 + components: + - type: Transform + pos: -52.5,48.5 + parent: 2 - uid: 31636 components: - type: Transform @@ -143260,7 +143339,7 @@ entities: pos: -21.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31725 components: - type: Transform @@ -143268,7 +143347,7 @@ entities: pos: -22.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31726 components: - type: Transform @@ -143276,7 +143355,7 @@ entities: pos: -23.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31727 components: - type: Transform @@ -143284,7 +143363,7 @@ entities: pos: -24.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31728 components: - type: Transform @@ -143292,7 +143371,7 @@ entities: pos: -25.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31729 components: - type: Transform @@ -143300,7 +143379,7 @@ entities: pos: -26.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31730 components: - type: Transform @@ -143308,7 +143387,7 @@ entities: pos: -27.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31733 components: - type: Transform @@ -143316,7 +143395,7 @@ entities: pos: -30.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31734 components: - type: Transform @@ -143324,7 +143403,7 @@ entities: pos: -31.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31735 components: - type: Transform @@ -143332,7 +143411,7 @@ entities: pos: -32.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31736 components: - type: Transform @@ -143340,7 +143419,7 @@ entities: pos: -33.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31737 components: - type: Transform @@ -143348,7 +143427,7 @@ entities: pos: -34.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31738 components: - type: Transform @@ -143356,7 +143435,7 @@ entities: pos: -35.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31739 components: - type: Transform @@ -143364,7 +143443,7 @@ entities: pos: -36.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31740 components: - type: Transform @@ -143372,7 +143451,7 @@ entities: pos: -37.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31741 components: - type: Transform @@ -143380,7 +143459,7 @@ entities: pos: -38.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31742 components: - type: Transform @@ -143388,7 +143467,7 @@ entities: pos: -39.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31743 components: - type: Transform @@ -143396,7 +143475,7 @@ entities: pos: -40.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31744 components: - type: Transform @@ -143404,7 +143483,7 @@ entities: pos: -41.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31745 components: - type: Transform @@ -143412,7 +143491,7 @@ entities: pos: -42.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31746 components: - type: Transform @@ -143420,7 +143499,7 @@ entities: pos: -43.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31747 components: - type: Transform @@ -143428,7 +143507,7 @@ entities: pos: -44.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31748 components: - type: Transform @@ -143436,7 +143515,7 @@ entities: pos: -45.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31749 components: - type: Transform @@ -143444,7 +143523,7 @@ entities: pos: -46.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31750 components: - type: Transform @@ -143452,7 +143531,7 @@ entities: pos: -47.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31751 components: - type: Transform @@ -143460,7 +143539,7 @@ entities: pos: -48.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31752 components: - type: Transform @@ -143468,7 +143547,7 @@ entities: pos: -49.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31757 components: - type: Transform @@ -143489,28 +143568,28 @@ entities: pos: -50.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31763 components: - type: Transform pos: -50.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31764 components: - type: Transform pos: -50.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31765 components: - type: Transform pos: -50.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31786 components: - type: Transform @@ -143532,7 +143611,7 @@ entities: pos: -1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 33750 components: - type: Transform @@ -143574,35 +143653,35 @@ entities: pos: 0.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 33756 components: - type: Transform pos: 0.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 33757 components: - type: Transform pos: 0.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 33758 components: - type: Transform pos: 0.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 33759 components: - type: Transform pos: 0.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 33887 components: - type: Transform @@ -143623,302 +143702,138 @@ entities: pos: 75.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34683 components: - type: Transform pos: 75.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34684 components: - type: Transform pos: 75.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34685 components: - type: Transform pos: 75.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34693 + color: '#0055CCFF' + - uid: 34689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,61.5 + pos: -57.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34694 + color: '#990000FF' + - uid: 34693 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,61.5 + pos: -61.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34695 + - uid: 34694 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,61.5 + pos: -60.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34710 + - uid: 34700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,58.5 + pos: -46.5,42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34719 + - uid: 34716 components: - type: Transform - pos: -67.5,59.5 + rot: 1.5707963267948966 rad + pos: -58.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - uid: 34720 components: - type: Transform - pos: -66.5,60.5 + rot: -1.5707963267948966 rad + pos: -56.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 34724 - components: - - type: Transform - pos: -64.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34728 - components: - - type: Transform - pos: -62.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34746 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,55.5 + pos: -54.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34755 + color: '#990000FF' + - uid: 34742 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,56.5 + pos: -54.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34757 + color: '#990000FF' + - uid: 34745 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34768 - components: - - type: Transform - pos: -57.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34778 - components: - - type: Transform - pos: -58.5,59.5 + pos: -54.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34786 + color: '#990000FF' + - uid: 34769 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,58.5 + pos: -62.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34787 + - uid: 34789 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,60.5 + pos: -56.5,52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34791 + - uid: 34794 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,59.5 + pos: -58.5,52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34799 + - uid: 34795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,58.5 + pos: -52.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34800 + - uid: 34796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,57.5 + pos: -52.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34801 + - uid: 34797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,56.5 + rot: -1.5707963267948966 rad + pos: -50.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 34803 components: - type: Transform @@ -143935,42 +143850,34 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 35771 components: - type: Transform pos: -102.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 35772 components: - type: Transform pos: -102.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 35773 components: - type: Transform pos: -102.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 35774 components: - type: Transform pos: -102.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 35775 components: - type: Transform @@ -144000,7 +143907,7 @@ entities: pos: -26.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36056 components: - type: Transform @@ -144008,7 +143915,7 @@ entities: pos: -26.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36057 components: - type: Transform @@ -144064,7 +143971,7 @@ entities: pos: -26.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36064 components: - type: Transform @@ -144072,7 +143979,7 @@ entities: pos: -26.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36065 components: - type: Transform @@ -144080,7 +143987,7 @@ entities: pos: -26.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36066 components: - type: Transform @@ -144088,7 +143995,7 @@ entities: pos: -26.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36067 components: - type: Transform @@ -144112,7 +144019,7 @@ entities: pos: -29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36070 components: - type: Transform @@ -144120,7 +144027,7 @@ entities: pos: -29.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36071 components: - type: Transform @@ -144128,7 +144035,7 @@ entities: pos: -29.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36072 components: - type: Transform @@ -144136,7 +144043,7 @@ entities: pos: -29.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36456 components: - type: Transform @@ -144154,7 +144061,7 @@ entities: pos: -22.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 394 components: - type: Transform @@ -144162,7 +144069,7 @@ entities: pos: 53.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2104 components: - type: Transform @@ -144178,7 +144085,7 @@ entities: pos: -18.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2151 components: - type: Transform @@ -144193,7 +144100,7 @@ entities: pos: -29.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2236 components: - type: Transform @@ -144201,7 +144108,7 @@ entities: pos: 57.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2336 components: - type: Transform @@ -144216,7 +144123,7 @@ entities: pos: -32.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2529 components: - type: Transform @@ -144239,7 +144146,7 @@ entities: pos: -69.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3059 components: - type: Transform @@ -144247,7 +144154,7 @@ entities: pos: 30.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3351 components: - type: Transform @@ -144263,34 +144170,18 @@ entities: pos: -55.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,44.5 - parent: 2 - - uid: 5044 + color: '#0055CCFF' + - uid: 4923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,44.5 + pos: -51.5,53.5 parent: 2 - - uid: 5045 + - uid: 5043 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5110 - components: - - type: Transform - pos: -46.5,43.5 + pos: -37.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 5289 components: - type: Transform @@ -144311,25 +144202,19 @@ entities: pos: 38.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5568 components: - type: Transform pos: -27.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5982 components: - type: Transform pos: -44.5,43.5 parent: 2 - - uid: 5999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,44.5 - parent: 2 - uid: 6008 components: - type: Transform @@ -144345,14 +144230,14 @@ entities: pos: -47.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6694 components: - type: Transform pos: -29.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6706 components: - type: Transform @@ -144360,7 +144245,7 @@ entities: pos: -11.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6722 components: - type: Transform @@ -144368,7 +144253,7 @@ entities: pos: 46.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6960 components: - type: Transform @@ -144376,7 +144261,7 @@ entities: pos: -46.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7099 components: - type: Transform @@ -144407,7 +144292,7 @@ entities: pos: -102.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7998 components: - type: Transform @@ -144422,7 +144307,7 @@ entities: pos: -19.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8271 components: - type: Transform @@ -144430,7 +144315,7 @@ entities: pos: 31.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8448 components: - type: Transform @@ -144454,7 +144339,7 @@ entities: pos: -39.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8822 components: - type: Transform @@ -144496,7 +144381,7 @@ entities: pos: 38.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9705 components: - type: Transform @@ -144504,7 +144389,7 @@ entities: pos: -43.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10060 components: - type: Transform @@ -144512,7 +144397,7 @@ entities: pos: -42.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10221 components: - type: Transform @@ -144520,14 +144405,14 @@ entities: pos: -46.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10392 components: - type: Transform pos: -27.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10626 components: - type: Transform @@ -144559,7 +144444,7 @@ entities: pos: 0.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12043 components: - type: Transform @@ -144567,7 +144452,7 @@ entities: pos: 0.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12999 components: - type: Transform @@ -144591,7 +144476,7 @@ entities: pos: 49.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13380 components: - type: Transform @@ -144607,7 +144492,7 @@ entities: pos: 49.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13383 components: - type: Transform @@ -144630,7 +144515,7 @@ entities: pos: -11.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14455 components: - type: Transform @@ -144661,7 +144546,7 @@ entities: pos: 18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15429 components: - type: Transform @@ -144691,7 +144576,7 @@ entities: pos: 30.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15560 components: - type: Transform @@ -144707,7 +144592,7 @@ entities: pos: -7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15669 components: - type: Transform @@ -144723,7 +144608,7 @@ entities: pos: 0.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15935 components: - type: Transform @@ -144738,7 +144623,7 @@ entities: pos: 74.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16412 components: - type: Transform @@ -144747,6 +144632,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 16503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 16518 components: - type: Transform @@ -144754,7 +144655,7 @@ entities: pos: -55.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16591 components: - type: Transform @@ -144770,14 +144671,14 @@ entities: pos: -55.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17581 components: - type: Transform pos: 75.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17648 components: - type: Transform @@ -144815,7 +144716,7 @@ entities: pos: -55.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19350 components: - type: Transform @@ -144823,7 +144724,7 @@ entities: pos: -55.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19891 components: - type: Transform @@ -144839,7 +144740,7 @@ entities: pos: 8.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 20960 components: - type: Transform @@ -144855,7 +144756,7 @@ entities: pos: -55.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 21008 components: - type: Transform @@ -144879,7 +144780,7 @@ entities: pos: -7.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22719 components: - type: Transform @@ -144895,7 +144796,7 @@ entities: pos: 8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22794 components: - type: Transform @@ -144911,7 +144812,7 @@ entities: pos: -21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22811 components: - type: Transform @@ -144919,7 +144820,7 @@ entities: pos: 8.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22861 components: - type: Transform @@ -144935,7 +144836,7 @@ entities: pos: 23.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22879 components: - type: Transform @@ -144959,7 +144860,7 @@ entities: pos: 0.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22900 components: - type: Transform @@ -144967,7 +144868,7 @@ entities: pos: 0.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22997 components: - type: Transform @@ -144998,7 +144899,7 @@ entities: pos: -76.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23351 components: - type: Transform @@ -145014,7 +144915,7 @@ entities: pos: 0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23431 components: - type: Transform @@ -145038,7 +144939,7 @@ entities: pos: 17.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23559 components: - type: Transform @@ -145054,7 +144955,7 @@ entities: pos: 15.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23568 components: - type: Transform @@ -145062,7 +144963,7 @@ entities: pos: -22.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23586 components: - type: Transform @@ -145077,6 +144978,20 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,60.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23712 + components: + - type: Transform + pos: -64.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23773 + components: + - type: Transform + pos: -66.5,61.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - uid: 23803 @@ -145086,7 +145001,7 @@ entities: pos: 0.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23871 components: - type: Transform @@ -145133,7 +145048,7 @@ entities: pos: -16.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23942 components: - type: Transform @@ -145141,7 +145056,7 @@ entities: pos: -55.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23944 components: - type: Transform @@ -145170,7 +145085,7 @@ entities: pos: 34.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24023 components: - type: Transform @@ -145186,7 +145101,7 @@ entities: pos: 7.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24070 components: - type: Transform @@ -145202,7 +145117,7 @@ entities: pos: 0.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24115 components: - type: Transform @@ -145218,7 +145133,7 @@ entities: pos: 27.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24130 components: - type: Transform @@ -145233,14 +145148,14 @@ entities: pos: 45.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24143 components: - type: Transform pos: 36.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24146 components: - type: Transform @@ -145256,7 +145171,7 @@ entities: pos: 0.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24165 components: - type: Transform @@ -145264,7 +145179,7 @@ entities: pos: 23.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24174 components: - type: Transform @@ -145272,7 +145187,7 @@ entities: pos: 18.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24187 components: - type: Transform @@ -145295,7 +145210,7 @@ entities: pos: -47.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24220 components: - type: Transform @@ -145303,7 +145218,7 @@ entities: pos: -11.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24229 components: - type: Transform @@ -145318,7 +145233,7 @@ entities: pos: 8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24236 components: - type: Transform @@ -145342,7 +145257,7 @@ entities: pos: -47.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24251 components: - type: Transform @@ -145357,7 +145272,7 @@ entities: pos: -33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24265 components: - type: Transform @@ -145403,14 +145318,14 @@ entities: pos: -21.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24301 components: - type: Transform pos: -25.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24310 components: - type: Transform @@ -145418,7 +145333,7 @@ entities: pos: 49.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24316 components: - type: Transform @@ -145426,7 +145341,7 @@ entities: pos: -7.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24326 components: - type: Transform @@ -145450,14 +145365,14 @@ entities: pos: 17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24352 components: - type: Transform pos: 13.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24357 components: - type: Transform @@ -145479,14 +145394,14 @@ entities: pos: -4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24379 components: - type: Transform pos: 48.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24396 components: - type: Transform @@ -145515,14 +145430,14 @@ entities: pos: -12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24424 components: - type: Transform pos: -21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24429 components: - type: Transform @@ -145546,14 +145461,14 @@ entities: pos: -33.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24462 components: - type: Transform pos: -1.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24493 components: - type: Transform @@ -145576,7 +145491,7 @@ entities: pos: 0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24558 components: - type: Transform @@ -145584,21 +145499,21 @@ entities: pos: -18.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24585 components: - type: Transform pos: -7.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24596 components: - type: Transform pos: -16.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24620 components: - type: Transform @@ -145606,7 +145521,7 @@ entities: pos: -59.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24629 components: - type: Transform @@ -145643,7 +145558,7 @@ entities: pos: 18.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24679 components: - type: Transform @@ -145658,7 +145573,7 @@ entities: pos: 21.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24695 components: - type: Transform @@ -145674,7 +145589,7 @@ entities: pos: 8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24712 components: - type: Transform @@ -145690,7 +145605,7 @@ entities: pos: 29.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24740 components: - type: Transform @@ -145722,7 +145637,7 @@ entities: pos: 34.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24820 components: - type: Transform @@ -145737,7 +145652,7 @@ entities: pos: -94.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24851 components: - type: Transform @@ -145745,7 +145660,7 @@ entities: pos: 46.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24871 components: - type: Transform @@ -145760,14 +145675,14 @@ entities: pos: -78.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24943 components: - type: Transform pos: -78.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24977 components: - type: Transform @@ -145781,7 +145696,7 @@ entities: pos: -11.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24991 components: - type: Transform @@ -145789,7 +145704,7 @@ entities: pos: -114.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25006 components: - type: Transform @@ -145813,7 +145728,7 @@ entities: pos: 8.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25047 components: - type: Transform @@ -145821,7 +145736,7 @@ entities: pos: -27.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25053 components: - type: Transform @@ -145835,7 +145750,7 @@ entities: pos: -39.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25273 components: - type: Transform @@ -145858,7 +145773,7 @@ entities: pos: 27.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25366 components: - type: Transform @@ -145888,14 +145803,14 @@ entities: pos: 34.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25399 components: - type: Transform pos: -95.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25400 components: - type: Transform @@ -145903,7 +145818,7 @@ entities: pos: -85.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25404 components: - type: Transform @@ -145911,7 +145826,7 @@ entities: pos: 38.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25409 components: - type: Transform @@ -145927,7 +145842,7 @@ entities: pos: 38.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25422 components: - type: Transform @@ -145943,7 +145858,7 @@ entities: pos: 38.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25432 components: - type: Transform @@ -145966,7 +145881,7 @@ entities: pos: 23.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25525 components: - type: Transform @@ -145988,7 +145903,7 @@ entities: pos: 38.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25666 components: - type: Transform @@ -145996,7 +145911,7 @@ entities: pos: -60.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25667 components: - type: Transform @@ -146020,7 +145935,7 @@ entities: pos: -55.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25672 components: - type: Transform @@ -146028,14 +145943,14 @@ entities: pos: -59.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25680 components: - type: Transform pos: 57.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25691 components: - type: Transform @@ -146050,7 +145965,7 @@ entities: pos: -15.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25698 components: - type: Transform @@ -146065,14 +145980,14 @@ entities: pos: 9.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25735 components: - type: Transform pos: 4.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25758 components: - type: Transform @@ -146110,7 +146025,7 @@ entities: pos: -34.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25797 components: - type: Transform @@ -146126,7 +146041,7 @@ entities: pos: 21.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25891 components: - type: Transform @@ -146142,7 +146057,7 @@ entities: pos: -16.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25903 components: - type: Transform @@ -146157,7 +146072,7 @@ entities: pos: -16.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25910 components: - type: Transform @@ -146173,7 +146088,7 @@ entities: pos: -13.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25920 components: - type: Transform @@ -146205,7 +146120,7 @@ entities: pos: -13.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25940 components: - type: Transform @@ -146220,7 +146135,7 @@ entities: pos: 12.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26015 components: - type: Transform @@ -146228,7 +146143,7 @@ entities: pos: -27.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26016 components: - type: Transform @@ -146243,7 +146158,7 @@ entities: pos: -23.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26081 components: - type: Transform @@ -146267,7 +146182,7 @@ entities: pos: -30.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26088 components: - type: Transform @@ -146275,7 +146190,7 @@ entities: pos: -68.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26140 components: - type: Transform @@ -146291,7 +146206,7 @@ entities: pos: -10.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26167 components: - type: Transform @@ -146307,7 +146222,7 @@ entities: pos: -47.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26173 components: - type: Transform @@ -146315,14 +146230,14 @@ entities: pos: -4.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26182 components: - type: Transform pos: -42.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26234 components: - type: Transform @@ -146330,7 +146245,7 @@ entities: pos: 0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26341 components: - type: Transform @@ -146345,7 +146260,7 @@ entities: pos: -73.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26349 components: - type: Transform @@ -146361,7 +146276,7 @@ entities: pos: 76.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26452 components: - type: Transform @@ -146377,7 +146292,7 @@ entities: pos: 57.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26507 components: - type: Transform @@ -146392,7 +146307,7 @@ entities: pos: 34.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26542 components: - type: Transform @@ -146400,7 +146315,7 @@ entities: pos: 13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26569 components: - type: Transform @@ -146424,7 +146339,7 @@ entities: pos: -21.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26630 components: - type: Transform @@ -146432,7 +146347,7 @@ entities: pos: -12.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26631 components: - type: Transform @@ -146453,7 +146368,7 @@ entities: pos: -9.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26806 components: - type: Transform @@ -146477,7 +146392,7 @@ entities: pos: -21.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26881 components: - type: Transform @@ -146485,7 +146400,7 @@ entities: pos: 27.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26889 components: - type: Transform @@ -146508,7 +146423,7 @@ entities: pos: -55.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26984 components: - type: Transform @@ -146516,7 +146431,7 @@ entities: pos: -59.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26987 components: - type: Transform @@ -146540,7 +146455,7 @@ entities: pos: -85.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27015 components: - type: Transform @@ -146564,7 +146479,7 @@ entities: pos: -59.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27053 components: - type: Transform @@ -146572,7 +146487,7 @@ entities: pos: -53.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27058 components: - type: Transform @@ -146595,7 +146510,7 @@ entities: pos: -40.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27074 components: - type: Transform @@ -146611,7 +146526,7 @@ entities: pos: -46.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27095 components: - type: Transform @@ -146625,21 +146540,31 @@ entities: rot: 3.141592653589793 rad pos: -37.5,-32.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,56.5 + parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 27146 + - uid: 27147 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-7.5 + pos: -63.5,56.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 27261 components: - type: Transform pos: -16.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27272 components: - type: Transform @@ -146661,14 +146586,14 @@ entities: pos: -4.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27305 components: - type: Transform pos: 36.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27319 components: - type: Transform @@ -146715,7 +146640,7 @@ entities: pos: 18.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27364 components: - type: Transform @@ -146723,7 +146648,7 @@ entities: pos: -84.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27374 components: - type: Transform @@ -146754,7 +146679,7 @@ entities: pos: -60.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27509 components: - type: Transform @@ -146770,7 +146695,7 @@ entities: pos: -73.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27514 components: - type: Transform @@ -146778,7 +146703,7 @@ entities: pos: -114.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27515 components: - type: Transform @@ -146794,7 +146719,7 @@ entities: pos: -114.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27588 components: - type: Transform @@ -146802,14 +146727,14 @@ entities: pos: 53.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27595 components: - type: Transform pos: 60.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27616 components: - type: Transform @@ -146832,7 +146757,7 @@ entities: pos: 60.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27784 components: - type: Transform @@ -146840,7 +146765,7 @@ entities: pos: 65.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27799 components: - type: Transform @@ -146863,7 +146788,7 @@ entities: pos: -63.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27875 components: - type: Transform @@ -146886,14 +146811,14 @@ entities: pos: 13.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28085 components: - type: Transform pos: 43.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28095 components: - type: Transform @@ -146901,7 +146826,7 @@ entities: pos: 13.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28103 components: - type: Transform @@ -146923,21 +146848,21 @@ entities: pos: 20.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28151 components: - type: Transform pos: -21.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28155 components: - type: Transform pos: -29.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28206 components: - type: Transform @@ -146953,7 +146878,7 @@ entities: pos: -17.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28248 components: - type: Transform @@ -146976,7 +146901,7 @@ entities: pos: -89.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28299 components: - type: Transform @@ -146990,7 +146915,7 @@ entities: pos: -11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28582 components: - type: Transform @@ -146998,7 +146923,7 @@ entities: pos: 12.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28608 components: - type: Transform @@ -147030,7 +146955,7 @@ entities: pos: 38.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34675 components: - type: Transform @@ -147060,60 +146985,50 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 34696 + - uid: 34695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,56.5 + pos: -59.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34770 + - uid: 34696 components: - type: Transform - pos: -58.5,61.5 + rot: 3.141592653589793 rad + pos: -55.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34776 + color: '#990000FF' + - uid: 34760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,57.5 + pos: -63.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34777 + - uid: 34765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,60.5 + pos: -67.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34789 - components: - - type: Transform - pos: -54.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34795 + - uid: 34767 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,57.5 + pos: -65.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34798 + color: '#0335FCFF' + - uid: 34771 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,57.5 + pos: -64.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' - uid: 35795 components: - type: Transform @@ -147121,7 +147036,7 @@ entities: pos: 17.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPort entities: - uid: 2834 @@ -147140,14 +147055,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5053 components: - type: Transform @@ -147180,24 +147087,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 6434 components: - type: Transform @@ -147262,6 +147151,14 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 19332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 28437 components: - type: Transform @@ -147346,37 +147243,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 34781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,60.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34782 + - uid: 34690 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,60.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34783 - components: - - type: Transform - pos: -53.5,59.5 + pos: -53.5,57.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 34784 + - uid: 34798 components: - type: Transform - pos: -59.5,59.5 + rot: 3.141592653589793 rad + pos: -53.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -147424,6 +147303,8 @@ entities: - type: Transform pos: -49.5,45.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - uid: 4354 @@ -147459,8 +147340,111 @@ entities: - type: Transform pos: -47.5,45.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 250 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16497 + components: + - type: Transform + pos: -55.5,58.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16535 + components: + - type: Transform + pos: -63.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16547 + components: + - type: Transform + pos: -57.5,55.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21163 + components: + - type: Transform + pos: -46.5,40.5 + parent: 2 + - type: GasPressurePump + targetPressure: 200 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22418 + components: + - type: Transform + pos: -65.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23769 + components: + - type: Transform + pos: -67.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,58.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 23789 + components: + - type: Transform + pos: -55.5,60.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 27340 components: - type: Transform @@ -147469,8 +147453,97 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,60.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 34711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,55.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,60.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,50.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34755 + components: + - type: Transform + pos: -66.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34757 + components: + - type: Transform + pos: -64.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34762 + components: + - type: Transform + pos: -68.5,57.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,44.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 - proto: GasRecycler entities: - uid: 9578 @@ -147553,7 +147626,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 940 components: - type: Transform @@ -147566,7 +147639,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1256 components: - type: Transform @@ -147579,7 +147652,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2458 components: - type: Transform @@ -147591,7 +147664,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4113 components: - type: Transform @@ -147601,7 +147674,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4430 components: - type: Transform @@ -147611,7 +147684,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5507 components: - type: Transform @@ -147621,7 +147694,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5676 components: - type: Transform @@ -147634,7 +147707,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6275 components: - type: Transform @@ -147644,7 +147717,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6321 components: - type: Transform @@ -147657,7 +147730,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6519 components: - type: Transform @@ -147666,7 +147739,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6667 components: - type: Transform @@ -147679,7 +147752,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6973 components: - type: Transform @@ -147688,7 +147761,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8821 components: - type: Transform @@ -147701,7 +147774,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8835 components: - type: Transform @@ -147713,7 +147786,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8968 components: - type: Transform @@ -147726,7 +147799,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11644 components: - type: Transform @@ -147739,7 +147812,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13000 components: - type: Transform @@ -147752,7 +147825,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13378 components: - type: Transform @@ -147764,7 +147837,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15311 components: - type: Transform @@ -147774,7 +147847,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15944 components: - type: Transform @@ -147784,7 +147857,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16481 components: - type: Transform @@ -147797,7 +147870,16 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 16494 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 16551 components: - type: Transform @@ -147810,7 +147892,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16823 components: - type: Transform @@ -147820,7 +147902,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19639 components: - type: Transform @@ -147830,7 +147912,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 20961 components: - type: Transform @@ -147843,7 +147925,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22880 components: - type: Transform @@ -147856,7 +147938,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22899 components: - type: Transform @@ -147868,7 +147950,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23226 components: - type: Transform @@ -147881,7 +147963,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23247 components: - type: Transform @@ -147893,7 +147975,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23952 components: - type: Transform @@ -147906,7 +147988,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24059 components: - type: Transform @@ -147919,7 +148001,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24173 components: - type: Transform @@ -147932,7 +148014,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24245 components: - type: Transform @@ -147945,7 +148027,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24258 components: - type: Transform @@ -147958,7 +148040,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24263 components: - type: Transform @@ -147971,7 +148053,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24602 components: - type: Transform @@ -147984,7 +148066,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24637 components: - type: Transform @@ -147997,7 +148079,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24775 components: - type: Transform @@ -148010,7 +148092,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25188 components: - type: Transform @@ -148024,7 +148106,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25335 components: - type: Transform @@ -148038,7 +148120,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25353 components: - type: Transform @@ -148047,7 +148129,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25375 components: - type: Transform @@ -148060,7 +148142,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25452 components: - type: Transform @@ -148070,7 +148152,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25460 components: - type: Transform @@ -148080,7 +148162,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25468 components: - type: Transform @@ -148090,7 +148172,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25475 components: - type: Transform @@ -148100,7 +148182,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25485 components: - type: Transform @@ -148110,7 +148192,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25497 components: - type: Transform @@ -148123,7 +148205,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25499 components: - type: Transform @@ -148133,7 +148215,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25573 components: - type: Transform @@ -148146,7 +148228,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25622 components: - type: Transform @@ -148159,7 +148241,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25623 components: - type: Transform @@ -148172,7 +148254,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25631 components: - type: Transform @@ -148184,7 +148266,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25699 components: - type: Transform @@ -148194,7 +148276,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25742 components: - type: Transform @@ -148206,7 +148288,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25770 components: - type: Transform @@ -148219,7 +148301,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25773 components: - type: Transform @@ -148232,7 +148314,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25774 components: - type: Transform @@ -148245,7 +148327,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25777 components: - type: Transform @@ -148258,7 +148340,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25782 components: - type: Transform @@ -148270,7 +148352,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25783 components: - type: Transform @@ -148283,7 +148365,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25784 components: - type: Transform @@ -148296,7 +148378,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25788 components: - type: Transform @@ -148309,7 +148391,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25789 components: - type: Transform @@ -148322,7 +148404,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25791 components: - type: Transform @@ -148331,7 +148413,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25792 components: - type: Transform @@ -148344,7 +148426,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25793 components: - type: Transform @@ -148357,7 +148439,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25794 components: - type: Transform @@ -148369,7 +148451,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25795 components: - type: Transform @@ -148379,7 +148461,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25807 components: - type: Transform @@ -148389,7 +148471,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25835 components: - type: Transform @@ -148398,7 +148480,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25847 components: - type: Transform @@ -148410,7 +148492,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25858 components: - type: Transform @@ -148420,7 +148502,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25877 components: - type: Transform @@ -148430,7 +148512,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25887 components: - type: Transform @@ -148440,7 +148522,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25958 components: - type: Transform @@ -148450,7 +148532,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25973 components: - type: Transform @@ -148459,7 +148541,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26009 components: - type: Transform @@ -148468,7 +148550,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26013 components: - type: Transform @@ -148481,7 +148563,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26014 components: - type: Transform @@ -148494,7 +148576,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26030 components: - type: Transform @@ -148504,7 +148586,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26056 components: - type: Transform @@ -148513,7 +148595,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26059 components: - type: Transform @@ -148525,7 +148607,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26067 components: - type: Transform @@ -148538,7 +148620,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26079 components: - type: Transform @@ -148547,7 +148629,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26080 components: - type: Transform @@ -148560,7 +148642,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26083 components: - type: Transform @@ -148572,7 +148654,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26087 components: - type: Transform @@ -148582,7 +148664,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26089 components: - type: Transform @@ -148595,7 +148677,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26091 components: - type: Transform @@ -148605,7 +148687,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26121 components: - type: Transform @@ -148614,7 +148696,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26128 components: - type: Transform @@ -148624,7 +148706,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26137 components: - type: Transform @@ -148636,7 +148718,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26143 components: - type: Transform @@ -148649,7 +148731,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26212 components: - type: Transform @@ -148662,7 +148744,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26217 components: - type: Transform @@ -148671,7 +148753,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26219 components: - type: Transform @@ -148680,7 +148762,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26232 components: - type: Transform @@ -148693,7 +148775,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26235 components: - type: Transform @@ -148705,7 +148787,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26248 components: - type: Transform @@ -148714,7 +148796,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26257 components: - type: Transform @@ -148724,7 +148806,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26269 components: - type: Transform @@ -148734,7 +148816,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26281 components: - type: Transform @@ -148744,7 +148826,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26282 components: - type: Transform @@ -148754,7 +148836,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26309 components: - type: Transform @@ -148764,7 +148846,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26354 components: - type: Transform @@ -148774,7 +148856,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26414 components: - type: Transform @@ -148787,7 +148869,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26415 components: - type: Transform @@ -148797,7 +148879,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26629 components: - type: Transform @@ -148809,7 +148891,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26693 components: - type: Transform @@ -148819,7 +148901,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26696 components: - type: Transform @@ -148833,7 +148915,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26697 components: - type: Transform @@ -148846,7 +148928,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26703 components: - type: Transform @@ -148856,7 +148938,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26742 components: - type: Transform @@ -148865,7 +148947,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26782 components: - type: Transform @@ -148875,7 +148957,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26808 components: - type: Transform @@ -148885,7 +148967,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26834 components: - type: Transform @@ -148894,7 +148976,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26836 components: - type: Transform @@ -148904,7 +148986,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26865 components: - type: Transform @@ -148914,7 +148996,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26868 components: - type: Transform @@ -148924,7 +149006,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26869 components: - type: Transform @@ -148937,7 +149019,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26870 components: - type: Transform @@ -148950,7 +149032,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26872 components: - type: Transform @@ -148964,7 +149046,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26885 components: - type: Transform @@ -148973,7 +149055,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26895 components: - type: Transform @@ -148983,7 +149065,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26924 components: - type: Transform @@ -148996,7 +149078,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26926 components: - type: Transform @@ -149009,7 +149091,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26946 components: - type: Transform @@ -149019,7 +149101,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27007 components: - type: Transform @@ -149028,7 +149110,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27009 components: - type: Transform @@ -149041,7 +149123,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27017 components: - type: Transform @@ -149053,7 +149135,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27109 components: - type: Transform @@ -149063,7 +149145,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27112 components: - type: Transform @@ -149076,7 +149158,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27113 components: - type: Transform @@ -149086,7 +149168,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27115 components: - type: Transform @@ -149096,7 +149178,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27124 components: - type: Transform @@ -149105,7 +149187,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27130 components: - type: Transform @@ -149115,7 +149197,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27135 components: - type: Transform @@ -149125,7 +149207,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27136 components: - type: Transform @@ -149135,14 +149217,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27152 - components: - - type: Transform - pos: -57.5,-6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 + color: '#0055CCFF' - uid: 27166 components: - type: Transform @@ -149152,7 +149227,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27191 components: - type: Transform @@ -149162,7 +149237,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27239 components: - type: Transform @@ -149171,7 +149246,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27246 components: - type: Transform @@ -149180,7 +149255,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27247 components: - type: Transform @@ -149189,7 +149264,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27248 components: - type: Transform @@ -149198,7 +149273,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27249 components: - type: Transform @@ -149208,7 +149283,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27250 components: - type: Transform @@ -149218,7 +149293,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27251 components: - type: Transform @@ -149228,7 +149303,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27254 components: - type: Transform @@ -149238,7 +149313,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27256 components: - type: Transform @@ -149252,7 +149327,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27260 components: - type: Transform @@ -149265,7 +149340,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27295 components: - type: Transform @@ -149275,7 +149350,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27296 components: - type: Transform @@ -149285,7 +149360,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27307 components: - type: Transform @@ -149295,7 +149370,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27351 components: - type: Transform @@ -149304,7 +149379,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27363 components: - type: Transform @@ -149317,7 +149392,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27382 components: - type: Transform @@ -149327,7 +149402,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27396 components: - type: Transform @@ -149337,7 +149412,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27405 components: - type: Transform @@ -149347,7 +149422,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27421 components: - type: Transform @@ -149357,7 +149432,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27430 components: - type: Transform @@ -149370,7 +149445,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27438 components: - type: Transform @@ -149379,7 +149454,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27466 components: - type: Transform @@ -149388,7 +149463,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27483 components: - type: Transform @@ -149398,7 +149473,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27492 components: - type: Transform @@ -149408,7 +149483,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27493 components: - type: Transform @@ -149421,7 +149496,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27496 components: - type: Transform @@ -149434,7 +149509,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27497 components: - type: Transform @@ -149447,7 +149522,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27503 components: - type: Transform @@ -149460,7 +149535,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27511 components: - type: Transform @@ -149473,7 +149548,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27558 components: - type: Transform @@ -149483,7 +149558,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27561 components: - type: Transform @@ -149493,7 +149568,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27611 components: - type: Transform @@ -149506,7 +149581,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27638 components: - type: Transform @@ -149519,7 +149594,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27642 components: - type: Transform @@ -149529,7 +149604,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27697 components: - type: Transform @@ -149539,7 +149614,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27748 components: - type: Transform @@ -149548,7 +149623,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27751 components: - type: Transform @@ -149557,7 +149632,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27753 components: - type: Transform @@ -149570,7 +149645,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27755 components: - type: Transform @@ -149580,7 +149655,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27819 components: - type: Transform @@ -149590,7 +149665,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28059 components: - type: Transform @@ -149600,7 +149675,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28071 components: - type: Transform @@ -149610,7 +149685,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28079 components: - type: Transform @@ -149623,7 +149698,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28109 components: - type: Transform @@ -149633,7 +149708,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28110 components: - type: Transform @@ -149645,7 +149720,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28111 components: - type: Transform @@ -149658,7 +149733,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28117 components: - type: Transform @@ -149668,7 +149743,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28139 components: - type: Transform @@ -149678,7 +149753,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28150 components: - type: Transform @@ -149688,7 +149763,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28213 components: - type: Transform @@ -149700,7 +149775,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28219 components: - type: Transform @@ -149713,7 +149788,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28245 components: - type: Transform @@ -149725,7 +149800,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28247 components: - type: Transform @@ -149738,7 +149813,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28266 components: - type: Transform @@ -149748,7 +149823,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28301 components: - type: Transform @@ -149758,7 +149833,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28317 components: - type: Transform @@ -149768,7 +149843,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28331 components: - type: Transform @@ -149777,7 +149852,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28450 components: - type: Transform @@ -149787,7 +149862,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28451 components: - type: Transform @@ -149797,7 +149872,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28501 components: - type: Transform @@ -149817,7 +149892,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28546 components: - type: Transform @@ -149826,7 +149901,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28567 components: - type: Transform @@ -149836,7 +149911,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28583 components: - type: Transform @@ -149845,7 +149920,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28609 components: - type: Transform @@ -149858,7 +149933,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28610 components: - type: Transform @@ -149871,7 +149946,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28705 components: - type: Transform @@ -149884,7 +149959,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28713 components: - type: Transform @@ -149897,7 +149972,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28757 components: - type: Transform @@ -149907,7 +149982,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 29289 components: - type: Transform @@ -149919,7 +149994,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34118 components: - type: Transform @@ -149932,7 +150007,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 34680 components: - type: Transform @@ -149942,7 +150017,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 35768 components: - type: Transform @@ -149952,7 +150027,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36078 components: - type: Transform @@ -149961,7 +150036,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36079 components: - type: Transform @@ -149970,7 +150045,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36080 components: - type: Transform @@ -149980,7 +150055,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 36081 components: - type: Transform @@ -149990,7 +150065,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasVentScrubber entities: - uid: 391 @@ -152427,44 +152502,82 @@ entities: color: '#FF1212FF' - proto: GasVolumePump entities: - - uid: 34771 + - uid: 16539 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,58.5 + pos: -68.5,60.5 parent: 2 + - type: GasVolumePump + transferRate: 33 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34779 + color: '#0335FCFF' + - uid: 22417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,57.5 + pos: -63.5,60.5 parent: 2 + - type: GasVolumePump + transferRate: 34 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34794 + - uid: 23700 components: - type: Transform - pos: -59.5,58.5 + pos: -65.5,60.5 parent: 2 + - type: GasVolumePump + transferRate: 33 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34797 + - uid: 23710 components: - type: Transform - pos: -53.5,58.5 + pos: -67.5,60.5 parent: 2 + - type: GasVolumePump + transferRate: 33 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' + - uid: 33889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34752 + components: + - type: Transform + pos: -66.5,60.5 + parent: 2 + - type: GasVolumePump + transferRate: 34 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 34756 + components: + - type: Transform + pos: -64.5,60.5 + parent: 2 + - type: GasVolumePump + transferRate: 33 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: Gauze entities: - uid: 1574 @@ -156781,16 +156894,6 @@ entities: - type: Transform pos: -30.5,26.5 parent: 2 - - uid: 14453 - components: - - type: Transform - pos: -58.5,49.5 - parent: 2 - - uid: 14454 - components: - - type: Transform - pos: -60.5,49.5 - parent: 2 - uid: 15074 components: - type: Transform @@ -157136,6 +157239,16 @@ entities: - type: Transform pos: 9.5,61.5 parent: 2 + - uid: 16488 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 + - uid: 16490 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 - uid: 16686 components: - type: Transform @@ -157721,11 +157834,6 @@ entities: - type: Transform pos: -61.5,45.5 parent: 2 - - uid: 19332 - components: - - type: Transform - pos: -57.5,51.5 - parent: 2 - uid: 19340 components: - type: Transform @@ -158428,16 +158536,6 @@ entities: - type: Transform pos: -55.5,49.5 parent: 2 - - uid: 23708 - components: - - type: Transform - pos: -57.5,50.5 - parent: 2 - - uid: 23710 - components: - - type: Transform - pos: -59.5,49.5 - parent: 2 - uid: 23711 components: - type: Transform @@ -160004,223 +160102,191 @@ entities: parent: 2 - proto: HeatExchanger entities: - - uid: 15771 + - uid: 16306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,50.5 + pos: -60.5,51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 16482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,56.5 + pos: -57.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 16483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,60.5 + rot: 1.5707963267948966 rad + pos: -58.5,51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16484 + color: '#990000FF' + - uid: 16499 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,59.5 + pos: -56.5,51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16488 + color: '#990000FF' + - uid: 16501 components: - type: Transform rot: 3.141592653589793 rad - pos: -64.5,57.5 + pos: -56.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16490 + color: '#990000FF' + - uid: 16507 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,58.5 + pos: -64.5,58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16493 + - uid: 16516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,55.5 + pos: -65.5,58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16494 + - uid: 16531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,57.5 + pos: -67.5,58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16495 + - uid: 16533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,55.5 + pos: -68.5,59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16501 + - uid: 23708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,60.5 + pos: -66.5,59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16502 + - uid: 23709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,57.5 + pos: -65.5,59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16503 + - uid: 23781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,59.5 + pos: -57.5,50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16507 + color: '#990000FF' + - uid: 27145 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,55.5 + pos: -63.5,58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16515 + - uid: 27146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,60.5 + pos: -68.5,58.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16533 + - uid: 34699 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,56.5 + pos: -56.5,50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16535 + - uid: 34748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,56.5 + pos: -60.5,50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16536 + - uid: 34749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,58.5 + pos: -60.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16537 + color: '#990000FF' + - uid: 34754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,55.5 + pos: -63.5,59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16538 + - uid: 34758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,57.5 + pos: -64.5,59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16539 + - uid: 34759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,58.5 + pos: -67.5,59.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16548 + - uid: 34764 + components: + - type: Transform + pos: -66.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34775 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,59.5 + pos: -59.5,50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34688 + color: '#990000FF' + - uid: 34792 components: - type: Transform - pos: -68.5,59.5 + rot: 3.141592653589793 rad + pos: -59.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - proto: HighSecArmoryLocked entities: - uid: 9055 @@ -160381,7 +160447,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -63457.477 + secondsUntilStateChange: -65158.2 - uid: 1457 components: - type: Transform @@ -160665,7 +160731,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -105527.65 + secondsUntilStateChange: -107228.375 - uid: 8381 components: - type: Transform @@ -161310,7 +161376,7 @@ entities: - type: MetaData name: igniter 1 - type: Transform - pos: -37.62211,37.66803 + pos: -58.48824,50.166748 parent: 2 - type: DeviceLinkSink links: @@ -165710,6 +165776,13 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 34712 + components: + - type: Transform + pos: -59.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 49 @@ -177685,6 +177758,16 @@ entities: - type: Transform pos: -15.5,40.5 parent: 2 + - uid: 16484 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 - uid: 16528 components: - type: Transform @@ -177720,11 +177803,6 @@ entities: - type: Transform pos: -113.5,60.5 parent: 2 - - uid: 18388 - components: - - type: Transform - pos: -60.5,49.5 - parent: 2 - uid: 18638 components: - type: Transform @@ -177972,26 +178050,6 @@ entities: rot: 3.141592653589793 rad pos: -9.5,34.5 parent: 2 - - uid: 23769 - components: - - type: Transform - pos: -58.5,49.5 - parent: 2 - - uid: 23780 - components: - - type: Transform - pos: -57.5,51.5 - parent: 2 - - uid: 23781 - components: - - type: Transform - pos: -57.5,50.5 - parent: 2 - - uid: 23783 - components: - - type: Transform - pos: -59.5,49.5 - parent: 2 - uid: 23785 components: - type: Transform @@ -178147,6 +178205,51 @@ entities: - type: Transform pos: -57.5,10.5 parent: 2 + - uid: 34778 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 34779 + components: + - type: Transform + pos: -55.5,51.5 + parent: 2 + - uid: 34780 + components: + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 34781 + components: + - type: Transform + pos: -55.5,50.5 + parent: 2 + - uid: 34782 + components: + - type: Transform + pos: -55.5,48.5 + parent: 2 + - uid: 34783 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 + - uid: 34784 + components: + - type: Transform + pos: -59.5,47.5 + parent: 2 + - uid: 34785 + components: + - type: Transform + pos: -58.5,47.5 + parent: 2 + - uid: 34786 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 - uid: 34979 components: - type: Transform @@ -181601,11 +181704,6 @@ entities: - type: Transform pos: -35.5,71.5 parent: 2 - - uid: 23773 - components: - - type: Transform - pos: -56.5,47.5 - parent: 2 - uid: 23774 components: - type: Transform @@ -181792,26 +181890,6 @@ entities: - type: Transform pos: -61.5,46.5 parent: 2 - - uid: 30741 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - - uid: 31087 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - - uid: 31088 - components: - - type: Transform - pos: -58.5,47.5 - parent: 2 - - uid: 31089 - components: - - type: Transform - pos: -57.5,47.5 - parent: 2 - uid: 31091 components: - type: Transform @@ -181842,21 +181920,6 @@ entities: - type: Transform pos: -56.5,54.5 parent: 2 - - uid: 31425 - components: - - type: Transform - pos: -55.5,51.5 - parent: 2 - - uid: 31426 - components: - - type: Transform - pos: -55.5,50.5 - parent: 2 - - uid: 31427 - components: - - type: Transform - pos: -55.5,49.5 - parent: 2 - uid: 31434 components: - type: Transform @@ -182027,11 +182090,6 @@ entities: - type: Transform pos: -61.5,59.5 parent: 2 - - uid: 34774 - components: - - type: Transform - pos: -55.5,48.5 - parent: 2 - uid: 35755 components: - type: Transform @@ -182102,7 +182160,7 @@ entities: - type: MetaData name: igniter remote 1 - type: Transform - pos: -37.27836,37.73053 + pos: -54.75898,49.103268 parent: 2 - type: DeviceLinkSource linkedPorts: @@ -183388,15 +183446,6 @@ entities: - Pressed: Toggle 14176: - Pressed: Toggle - - uid: 23802 - components: - - type: Transform - pos: -55.5,47.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 23712: - - Pressed: Toggle - uid: 35837 components: - type: MetaData @@ -183510,6 +183559,23 @@ entities: linkedPorts: 29623: - Pressed: Toggle + - uid: 34793 + components: + - type: Transform + pos: -55.5,47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15771: + - Pressed: Toggle + 14453: + - Pressed: Toggle + 34787: + - Pressed: Toggle + 14454: + - Pressed: Toggle + 34791: + - Pressed: Toggle - uid: 36484 components: - type: Transform @@ -184926,18 +184992,6 @@ entities: - type: Transform pos: 6.5,64.5 parent: 2 -- proto: SignFlammableMed - entities: - - uid: 9509 - components: - - type: Transform - pos: -57.5,49.5 - parent: 2 - - uid: 19328 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - proto: SignGravity entities: - uid: 29563 @@ -207176,11 +207230,6 @@ entities: - type: Transform pos: -50.5,37.5 parent: 2 - - uid: 9689 - components: - - type: Transform - pos: -57.5,52.5 - parent: 2 - uid: 9691 components: - type: Transform @@ -211096,11 +211145,6 @@ entities: - type: Transform pos: -70.5,-7.5 parent: 2 - - uid: 23700 - components: - - type: Transform - pos: -57.5,49.5 - parent: 2 - uid: 23702 components: - type: Transform @@ -211111,11 +211155,6 @@ entities: - type: Transform pos: -50.5,62.5 parent: 2 - - uid: 23709 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - uid: 23713 components: - type: Transform From ae155021b5770e05e55d7e7fc255d0fe61337088 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:11:50 -0600 Subject: [PATCH 061/391] Moves ruins maps to DV folder and updates with some changes and dangers (#785) Co-authored-by: Velcroboy <> --- .../Maps/Ruins/DeltaV/biodome_satellite.yml | 4136 +++++ Resources/Maps/Ruins/DeltaV/derelict.yml | 13948 ++++++++++++++++ Resources/Maps/Ruins/DeltaV/djstation.yml | 1996 +++ Resources/Maps/Ruins/DeltaV/old_ai_sat.yml | 4360 +++++ Resources/Maps/Ruins/DeltaV/relaystation.yml | 711 + .../Maps/Ruins/DeltaV/whiteship_ancient.yml | 1810 ++ .../DeltaV/whiteship_bluespacejumper.yml | 2050 +++ .../Prototypes/Entities/Stations/base.yml | 27 +- 8 files changed, 29025 insertions(+), 13 deletions(-) create mode 100644 Resources/Maps/Ruins/DeltaV/biodome_satellite.yml create mode 100644 Resources/Maps/Ruins/DeltaV/derelict.yml create mode 100644 Resources/Maps/Ruins/DeltaV/djstation.yml create mode 100644 Resources/Maps/Ruins/DeltaV/old_ai_sat.yml create mode 100644 Resources/Maps/Ruins/DeltaV/relaystation.yml create mode 100644 Resources/Maps/Ruins/DeltaV/whiteship_ancient.yml create mode 100644 Resources/Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml diff --git a/Resources/Maps/Ruins/DeltaV/biodome_satellite.yml b/Resources/Maps/Ruins/DeltaV/biodome_satellite.yml new file mode 100644 index 0000000000..02d55a3cf0 --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/biodome_satellite.yml @@ -0,0 +1,4136 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 12: FloorAstroGrass + 30: FloorDark + 35: FloorDarkMono + 65: FloorMetalDiamond + 78: FloorReinforced + 121: Lattice + 122: Plating + 124: PlatingBurnt + 125: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + name: grid + - type: Transform + pos: -1.84375,-1.953125 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: IwAAAAABIwAAAAABIwAAAAACHgAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAABegAAAAAAegAAAAAABwAAAAAABwAAAAAADAAAAAABBwAAAAAADAAAAAAADAAAAAAAIwAAAAABegAAAAAAIwAAAAABHgAAAAADQQAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAADAAAAAABDAAAAAACBwAAAAAADAAAAAAADAAAAAADDAAAAAACfAAAAAAAIwAAAAADIwAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAAADAAAAAADHgAAAAAAfQAAAAACHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAABDAAAAAADDAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAADAAAAAACDAAAAAADDAAAAAAADAAAAAAADAAAAAADDAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: egAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAACegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABTgAAAAAAHgAAAAAB + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAADDAAAAAAAegAAAAAAQQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKDAAAAAADDAAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAABDAAAAAADDAAAAAAC + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: DAAAAAAADAAAAAADegAAAAAAegAAAAAAHgAAAAADHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAACegAAAAAAQQAAAAAAHgAAAAACHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAACegAAAAAAegAAAAAAHgAAAAABIwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAACegAAAAAAegAAAAAAHgAAAAACIwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 8: 1,-1 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 9: 3,1 + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 138: 14.056278,-2.5981727 + 139: 16.64305,-0.6535077 + 162: 9.960197,-0.5584185 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 135: 10.717325,1.9883008 + 136: 15.157032,4.373267 + 163: 12.381855,-2.8210793 + - node: + color: '#FFFFFFFF' + id: Basalt3 + decals: + 160: 11.5746355,-2.4052386 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 159: 10.119195,-2.3318553 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 158: 10.64511,-1.9893985 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 137: 14.918535,2.7404828 + 157: 10.412729,-1.3778687 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 142: 12.496878,-0.7635832 + 143: 14.625001,2.9055958 + 161: 10.853031,-2.8944626 + 164: 10.889723,-1.4757133 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 140: 12.368456,1.6764207 + 141: 15.945906,0.9609308 + 165: 11.843709,-1.6714029 + 166: 10.058042,-3.0167685 + 167: 12.663159,-1.7570171 + 168: 11.599097,-0.47280443 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 3: 8,1 + 4: 1,8 + 5: -1,0 + 6: -1,1 + 7: -1,2 + 10: 1,-7 + 152: 19,1 + 153: 21,2 + 154: 21,3 + 155: -7,1 + 156: -17,1 + - node: + color: '#FFFFFFFF' + id: BushAOne + decals: + 19: 11.745641,4.6689944 + 20: 16.540035,4.253154 + - node: + color: '#FFFFFFFF' + id: BushAThree + decals: + 21: 11.146341,3.9596195 + 22: 15.891813,1.1221213 + 23: 13.1766205,-2.0578337 + - node: + color: '#FFFFFFFF' + id: BushATwo + decals: + 24: 11.280878,2.834405 + 25: 16.88325,0.6168016 + - node: + color: '#FFFFFFFF' + id: BushCOne + decals: + 43: 17.364326,-1.980329 + 44: 13.523918,3.9148183 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 45: 12.582162,2.593914 + 46: 13.5973015,0.36794543 + 47: 17.107483,4.0248938 + 48: 9.830278,5.0278025 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 49: 12.75339,-0.39035153 + 50: 17.083021,2.2636878 + 51: 14.110987,4.856574 + - node: + color: '#FFFFFFFF' + id: BushDOne + decals: + 65: 16.61826,-2.7970028 + - node: + color: '#FFFFFFFF' + id: BushDThree + decals: + 66: 11.444803,5.266101 + 67: 17.095339,4.8869524 + 68: 16.190275,-0.7268915 + - node: + color: '#FFFFFFFF' + id: BushDTwo + decals: + 69: 12.557788,3.0156713 + 70: 14.4290695,5.1927176 + 71: 15.970123,-2.5247893 + - node: + color: '#FFFFFFFF' + id: Busha1 + decals: + 11: 10.204586,4.020773 + 12: 15.977427,-0.29662788 + - node: + color: '#FFFFFFFF' + id: Busha2 + decals: + 13: 10.51035,2.4185646 + 14: 15.268053,4.681225 + 15: 15.243591,-2.4125211 + - node: + color: '#FFFFFFFF' + id: Busha3 + decals: + 16: 12.381632,-1.6297629 + 17: 12.76078,3.5193186 + 18: 15.243591,1.8192654 + - node: + color: '#FFFFFFFF' + id: Bushb1 + decals: + 26: 10.478499,3.2665968 + 27: 15.713196,3.8781266 + 28: 14.355598,-1.283185 + - node: + color: '#FFFFFFFF' + id: Bushb2 + decals: + 29: 10.564114,4.8198824 + 30: 14.563519,4.110508 + 31: 15.725426,-1.4054911 + 32: 15.077204,-1.711256 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 33: 16.00673,-1.8702538 + 34: 12.092938,3.7068982 + - node: + color: '#FFFFFFFF' + id: Bushc1 + decals: + 35: 11.31018,4.012663 + 36: 10.89434,3.3277497 + 37: 16.153496,4.6364236 + 38: 16.911793,0.0010274649 + - node: + color: '#FFFFFFFF' + id: Bushc2 + decals: + 39: 11.041107,0.14779472 + 40: 16.936255,3.1198297 + 41: 12.887927,5.0278025 + - node: + color: '#FFFFFFFF' + id: Bushc3 + decals: + 42: 15.749886,3.083138 + - node: + color: '#FFFFFFFF' + id: Bushd1 + decals: + 52: 9.903662,3.20822 + 53: 16.495953,3.8686724 + 54: 14.661364,-2.2710872 + 55: 12.533239,4.516894 + 56: 16.544876,5.1284237 + - node: + color: '#FFFFFFFF' + id: Bushd3 + decals: + 57: 9.86697,3.8931336 + 58: 12.105169,3.3549871 + 59: 16.61826,-1.4027147 + 60: 13.205922,-2.9070783 + - node: + color: '#FFFFFFFF' + id: Bushd4 + decals: + 61: 11.872787,2.3276172 + 62: 13.205922,4.5902777 + 63: 15.358507,0.064956665 + 64: 16.85064,-1.1336417 + - node: + color: '#FFFFFFFF' + id: Bushe2 + decals: + 72: 12.704555,4.1531167 + - node: + color: '#FFFFFFFF' + id: Bushe3 + decals: + 74: 15.456439,-2.0355654 + - node: + color: '#FFFFFFFF' + id: Bushe4 + decals: + 73: 15.933434,-1.1305013 + - node: + color: '#FFFFFFFF' + id: Bushf1 + decals: + 75: 11.2001915,-0.37220407 + 77: 10.74766,4.2265 + - node: + color: '#FFFFFFFF' + id: Bushf2 + decals: + 76: 16.655037,-2.2312546 + - node: + color: '#FFFFFFFF' + id: Bushf3 + decals: + 78: 15.701052,5.021489 + - node: + color: '#FFFFFFFF' + id: Bushg1 + decals: + 79: 11.20655,2.4286027 + 80: 10.277024,2.78329 + 81: 15.8664055,4.532265 + 86: 14.91242,-3.099627 + - node: + color: '#FFFFFFFF' + id: Bushg2 + decals: + 82: 15.108109,4.238731 + 83: 15.793022,4.1531167 + - node: + color: '#FFFFFFFF' + id: Bushg3 + decals: + 85: 15.205955,-3.4176226 + - node: + color: '#FFFFFFFF' + id: Bushg4 + decals: + 84: 15.756332,-3.0629354 + - node: + color: '#FFFFFFFF' + id: Bushh1 + decals: + 98: 15.413875,-2.6960173 + - node: + color: '#FFFFFFFF' + id: Bushh2 + decals: + 96: 12.282842,4.4221897 + 97: 10.692864,4.997028 + - node: + color: '#FFFFFFFF' + id: Bushh3 + decals: + 94: 9.873414,0.8263943 + 95: 15.744101,3.3458972 + - node: + color: '#FFFFFFFF' + id: Bushi1 + decals: + 87: 10.105796,0.25155628 + - node: + color: '#FFFFFFFF' + id: Bushi2 + decals: + 88: 9.959028,3.052363 + 89: 11.671312,4.9847975 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 90: 15.083649,3.5171256 + 91: 17.224003,-0.3844347 + - node: + color: '#FFFFFFFF' + id: Bushi4 + decals: + 92: 14.631117,-0.8247361 + 93: 17.321848,5.058181 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 0: 4,1 + 1: 1,-2 + 2: 1,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 169: 2,3 + 170: 0,3 + 171: 3,1 + 172: 3,-1 + 173: 1,-1 + 174: 0,-1 + 175: -1,0 + 176: -1,2 + 177: -1,3 + 202: 20,3 + 203: 20,0 + 204: 20,-1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 178: 0,2 + 179: 2,2 + 180: 1,1 + 181: 1,0 + 182: 2,0 + 191: 2,1 + 192: 1,0 + 193: 21,1 + 194: 20,2 + 195: 21,3 + 196: 21,3 + 197: 21,2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 183: 1,-1 + 184: 2,-1 + 185: 3,1 + 186: 3,3 + 187: -1,2 + 188: -1,1 + 198: 20,0 + 199: 21,0 + 200: 21,-1 + 201: 20,2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 189: 2,-1 + 190: 3,1 + 205: 21,-1 + 206: 21,1 + - node: + color: '#FFFFFFFF' + id: FlowersBRThree + decals: + 146: 14.2397375,-1.539619 + - node: + color: '#FFFFFFFF' + id: Flowersbr1 + decals: + 144: 12.001538,1.9644468 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 145: 15.542295,3.5421934 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 148: 16.14771,1.5057993 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 147: 11.689658,3.9274573 + - node: + color: '#FFFFFFFF' + id: Flowersy1 + decals: + 151: 10.625596,4.642947 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 149: 12.808758,3.303697 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 150: 14.771769,-0.016909838 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 99: 10.692864,1.3033876 + - node: + color: '#FFFFFFFF' + id: Grassb1 + decals: + 100: 13.640438,3.0645933 + - node: + color: '#FFFFFFFF' + id: Grassb2 + decals: + 101: 15.8664055,2.2206824 + 102: 16.75924,1.2177734 + - node: + color: '#FFFFFFFF' + id: Grassb3 + decals: + 107: 12.368456,1.5724607 + 108: 13.872819,1.8782258 + 109: 16.75924,5.0337195 + - node: + color: '#FFFFFFFF' + id: Grassb4 + decals: + 105: 16.869316,-3.0140128 + 106: 14.594424,0.9853921 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 103: 13.224598,-1.1427317 + 104: 14.2397375,-2.9406295 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 110: 11.377778,2.2084517 + 111: 12.588607,3.0156713 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 112: 10.093565,2.0433388 + 113: 12.111613,4.923644 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 114: 14.569963,2.88725 + 115: 16.64305,3.749507 + 116: 16.4229,2.4102564 + 117: 13.707706,-1.9377203 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 118: 17.303501,-1.2772682 + 119: 17.083351,-2.8183231 + 120: 16.789818,1.8598797 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 123: 12.019884,3.19913 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 126: 14.643347,3.8045444 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 121: 11.616274,-0.67185354 + 124: 11.322741,4.5200343 + 125: 16.14771,4.0246954 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 122: 10.185295,3.364243 + 127: 16.67974,2.4102564 + 128: 15.927559,-2.561481 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 131: 12.276727,-1.4056895 + 132: 15.02861,-3.1302037 + 133: 16.698086,-2.359676 + 134: 15.615679,3.19913 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 129: 10.698979,3.1074004 + 130: 16.624702,4.1164246 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,1: + 0: 32767 + 0,2: + 0: 119 + 1,0: + 0: 65535 + 1,1: + 0: 35231 + 1,2: + 0: 128 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 241 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 240 + -4,0: + 0: 22005 + -4,1: + 0: 21845 + -4,2: + 0: 15 + -3,0: + 0: 22005 + -3,1: + 0: 21845 + -3,2: + 0: 15 + -2,0: + 0: 8191 + -2,1: + 0: 7967 + -2,2: + 0: 1 + -1,0: + 0: 65535 + -1,1: + 0: 4047 + -4,-2: + 0: 24320 + -4,-1: + 0: 21845 + -3,-2: + 0: 24320 + -3,-1: + 0: 21845 + -2,-2: + 0: 4352 + -2,-1: + 0: 7967 + -1,-1: + 0: 65487 + 0,-2: + 0: 30576 + 0,-1: + 0: 65535 + 1,-1: + 0: 65433 + 1,-2: + 0: 32896 + 2,-2: + 0: 61936 + 2,-1: + 0: 65535 + 3,-2: + 0: 61680 + 3,-1: + 0: 65535 + -5,0: + 0: 3276 + -5,1: + 0: 16384 + -5,2: + 0: 12 + -5,-2: + 0: 19456 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 248 + 5,0: + 0: 30583 + 5,1: + 0: 4471 + 5,2: + 0: 16 + 4,-2: + 0: 63728 + 4,-1: + 0: 65535 + 5,-2: + 0: 4112 + 5,-1: + 0: 30577 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockExternal + entities: + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 83 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 2 +- proto: AirlockExternalLocked + entities: + - uid: 127 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 123 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 226 + - type: DeviceLinkSource + linkedPorts: + 226: + - DoorStatus: DoorBolt +- proto: AirlockHatch + entities: + - uid: 226 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 124 + - type: DeviceLinkSource + linkedPorts: + 124: + - DoorStatus: DoorBolt + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 2 +- proto: AirlockShuttle + entities: + - uid: 222 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 +- proto: AlwaysPoweredLightBlueInterior + entities: + - uid: 91 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,9.5 + parent: 2 + - uid: 92 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 2 + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 2 + - uid: 138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 2 +- proto: APCBasic + entities: + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 90 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 2 +- proto: Barricade + entities: + - uid: 579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,1.5 + parent: 2 + - uid: 580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 577 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 +- proto: BaseComputer + entities: + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 102 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 474 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 475 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 476 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 477 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 19.5,1.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 + - uid: 521 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: 21.5,0.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 +- proto: CableHV + entities: + - uid: 81 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: -12.5,1.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: -9.5,6.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: -11.5,6.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: -13.5,6.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: -13.5,2.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 212 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 +- proto: CableMV + entities: + - uid: 100 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 94 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,7.5 + parent: 2 + - uid: 84 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,9.5 + parent: 2 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,9.5 + parent: 2 + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 2 + - uid: 87 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 2 + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 2 + - uid: 89 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 2 + - uid: 273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,1.5 + parent: 2 + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 2 + - uid: 275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,1.5 + parent: 2 + - uid: 276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,1.5 + parent: 2 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,1.5 + parent: 2 + - uid: 278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,1.5 + parent: 2 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,1.5 + parent: 2 + - uid: 280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,1.5 + parent: 2 + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,1.5 + parent: 2 + - uid: 282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,7.5 + parent: 2 + - uid: 283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,7.5 + parent: 2 + - uid: 284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,7.5 + parent: 2 + - uid: 285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-4.5 + parent: 2 + - uid: 286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 + parent: 2 + - uid: 287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 + parent: 2 + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-4.5 + parent: 2 + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,1.5 + parent: 2 + - uid: 290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 2 + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,1.5 + parent: 2 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 2 + - uid: 345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 2 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 2 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 2 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 2 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 2 + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 2 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 2 + - uid: 353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 2 + - uid: 354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,6.5 + parent: 2 + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,6.5 + parent: 2 + - uid: 356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,6.5 + parent: 2 + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,6.5 + parent: 2 + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 + - uid: 359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,6.5 + parent: 2 + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,6.5 + parent: 2 + - uid: 361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 2 + - uid: 362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 + - uid: 363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,4.5 + parent: 2 + - uid: 364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,3.5 + parent: 2 + - uid: 365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,2.5 + parent: 2 + - uid: 366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,1.5 + parent: 2 + - uid: 367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,0.5 + parent: 2 + - uid: 368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 2 + - uid: 369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-1.5 + parent: 2 + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-2.5 + parent: 2 + - uid: 371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 2 + - uid: 372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-3.5 + parent: 2 + - uid: 373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-3.5 + parent: 2 + - uid: 374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-3.5 + parent: 2 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-3.5 + parent: 2 + - uid: 376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-3.5 + parent: 2 + - uid: 377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 2 + - uid: 378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 2 + - uid: 545 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 +- proto: Chair + entities: + - uid: 64 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: 21.5,0.5 + parent: 2 + - uid: 547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 2 + - uid: 548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-3.5 + parent: 2 + - uid: 549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 2 + - uid: 550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-3.5 + parent: 2 + - uid: 551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-3.5 + parent: 2 + - uid: 552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-3.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 556 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 69 + components: + - type: Transform + pos: -0.49980903,-0.4061787 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 574 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 573 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 +- proto: FloorWaterEntity + entities: + - uid: 386 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 +- proto: FloraTree02 + entities: + - uid: 387 + components: + - type: Transform + pos: 16.897663,4.841407 + parent: 2 +- proto: FloraTree03 + entities: + - uid: 383 + components: + - type: Transform + pos: 14.635002,4.787027 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: 14.98969,-2.7415628 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: 17.093353,2.688822 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 380 + components: + - type: Transform + pos: 15.222071,-0.8580508 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: 15.845831,3.87519 + parent: 2 +- proto: FloraTreeLarge02 + entities: + - uid: 379 + components: + - type: Transform + pos: 11.870888,3.920478 + parent: 2 +- proto: FloraTreeLarge03 + entities: + - uid: 382 + components: + - type: Transform + pos: 16.61636,-1.6811349 + parent: 2 +- proto: FloraTreeStump + entities: + - uid: 388 + components: + - type: Transform + pos: 10.598906,4.0708795 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 14.292545,3.8262675 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: 17.64373,-2.3624144 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: 15.038612,2.2607512 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: 17.827188,5.367323 + parent: 2 +- proto: GasMixerFlipped + entities: + - uid: 526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPassiveVent + entities: + - uid: 541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPipeBend + entities: + - uid: 530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,2.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 +- proto: GasPipeStraight + entities: + - uid: 529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 +- proto: GasPort + entities: + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentPump + entities: + - uid: 470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentScrubber + entities: + - uid: 469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Grille + entities: + - uid: 72 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 2 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 2 + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 2 + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 2 + - uid: 77 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -7.5,6.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: -9.5,8.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -12.5,8.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 17.5,7.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 13.5,7.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 44 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: -10.5,8.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 268 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 +- proto: GrilleDiagonal + entities: + - uid: 582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 2 + - uid: 585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 2 + - uid: 586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 258 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 +- proto: InflatableWall + entities: + - uid: 581 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 +- proto: IntercomAll + entities: + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 2 +- proto: MagazineShotgunBeanbag + entities: + - uid: 539 + components: + - type: Transform + pos: 21.62893,-0.4529693 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 21.309292,-0.5621033 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 532 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: OxygenCanister + entities: + - uid: 531 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PowerCellRecharger + entities: + - uid: 6 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 68 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 2 + - uid: 343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-1.5 + parent: 2 + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,1.5 + parent: 2 + - uid: 352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 2 + - uid: 533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,4.5 + parent: 2 +- proto: Railing + entities: + - uid: 440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 2 + - uid: 443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 2 + - uid: 444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 2 + - uid: 445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,1.5 + parent: 2 + - uid: 446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,2.5 + parent: 2 + - uid: 447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,0.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 441 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,3.5 + parent: 2 + - uid: 448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 2 + - uid: 449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,3.5 + parent: 2 +- proto: RandomServiceCorpseSpawner + entities: + - uid: 520 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 120 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 45 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 67 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 5 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 2 + - uid: 326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 2 + - uid: 327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 2 + - uid: 328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-4.5 + parent: 2 + - uid: 329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-4.5 + parent: 2 + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-4.5 + parent: 2 + - uid: 331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-4.5 + parent: 2 + - uid: 332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 2 + - uid: 333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,7.5 + parent: 2 + - uid: 335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,7.5 + parent: 2 + - uid: 336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 2 + - uid: 337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,7.5 + parent: 2 + - uid: 338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,7.5 + parent: 2 + - uid: 339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,7.5 + parent: 2 + - uid: 340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,7.5 + parent: 2 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 23 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 2 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 2 +- proto: SalvageLootSpawner + entities: + - uid: 41 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 +- proto: Screen + entities: + - uid: 451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 2 + - uid: 452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 2 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,2.5 + parent: 2 + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,0.5 + parent: 2 + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 2 + - uid: 456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,0.5 + parent: 2 + - uid: 457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,0.5 + parent: 2 + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,2.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 391 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 +- proto: SignAtmos + entities: + - uid: 390 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 +- proto: SignDoors + entities: + - uid: 572 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 +- proto: SignElectricalMed + entities: + - uid: 566 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 +- proto: SignSecureMed + entities: + - uid: 568 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 +- proto: SignShipDock + entities: + - uid: 570 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 571 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 93 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 128 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -9.5,6.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -11.5,6.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: -13.5,2.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: -13.5,6.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 +- proto: SolarPanelBroken + entities: + - uid: 140 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 +- proto: SolarTracker + entities: + - uid: 168 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 +- proto: SpawnMobButterfly + entities: + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,2.5 + parent: 2 + - uid: 460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,0.5 + parent: 2 + - uid: 461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,2.5 + parent: 2 + - uid: 462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-0.5 + parent: 2 + - uid: 463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-2.5 + parent: 2 + - uid: 464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,4.5 + parent: 2 +- proto: SpawnMobLizard + entities: + - uid: 465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 2 + - uid: 466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,3.5 + parent: 2 + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,1.5 + parent: 2 + - uid: 468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-0.5 + parent: 2 +- proto: SpawnMobSpaceSpider + entities: + - uid: 596 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 +- proto: SpiderWeb + entities: + - uid: 598 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 600 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 95 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 +- proto: SurvivalKnife + entities: + - uid: 584 + components: + - type: Transform + pos: 2.940535,0.08145177 + parent: 2 +- proto: TableReinforced + entities: + - uid: 36 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 + - uid: 121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-0.5 + parent: 2 + - uid: 535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-0.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 9 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 49 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 2 + - uid: 302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 2 + - uid: 306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,5.5 + parent: 2 + - uid: 307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 2 + - uid: 311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-3.5 + parent: 2 + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,7.5 + parent: 2 + - uid: 317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,5.5 + parent: 2 + - uid: 319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,3.5 + parent: 2 + - uid: 322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 2 + - uid: 510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,4.5 + parent: 2 + - uid: 513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,3.5 + parent: 2 + - uid: 514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,2.5 + parent: 2 + - uid: 516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,0.5 + parent: 2 + - uid: 519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-1.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 1 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 39 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 8.5,4.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: 9.5,7.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 606 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - type: WarpPoint + location: Space Ruin +- proto: WeaponShotgunDoubleBarreledRubber + entities: + - uid: 583 + components: + - type: Transform + pos: 21.359856,-0.26543355 + parent: 2 +- proto: Wrench + entities: + - uid: 536 + components: + - type: Transform + pos: 20.404228,3.3027656 + parent: 2 +... diff --git a/Resources/Maps/Ruins/DeltaV/derelict.yml b/Resources/Maps/Ruins/DeltaV/derelict.yml new file mode 100644 index 0000000000..b6903971e0 --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/derelict.yml @@ -0,0 +1,13948 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 71: FloorOldConcrete + 72: FloorOldConcreteMono + 73: FloorOldConcreteSmooth + 78: FloorReinforced + 90: FloorSteel + 91: FloorSteelBurnt + 94: FloorSteelDamaged + 109: FloorWhite + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAC + version: 6 + -1,0: + ind: -1,0 + tiles: egAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACXgAAAAABXgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABXgAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAABXgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAABegAAAAAAXgAAAAADXgAAAAADegAAAAAAXgAAAAAEAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAXgAAAAACegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAXgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAACegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAADegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAACWgAAAAABXgAAAAACegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADXgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAADXgAAAAABXgAAAAAEWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAXgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WgAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAXgAAAAACegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABegAAAAAAXgAAAAAEXgAAAAACTgAAAAAAXgAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAEXgAAAAABegAAAAAAXgAAAAAEAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAADegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAegAAAAAAXgAAAAABXgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAXgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAXgAAAAADXgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAAAWgAAAAADWgAAAAABAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAXgAAAAAEWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAXgAAAAACegAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAC + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: WgAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAABAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAWgAAAAACWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWwAAAAABWgAAAAAAWgAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWwAAAAAAegAAAAAAWwAAAAAB + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAWgAAAAABWgAAAAACegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAACXgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAABXgAAAAABXgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAADXgAAAAAAWgAAAAADWgAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAACXgAAAAAEWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAADWgAAAAADXgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAXgAAAAACbQAAAAACegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACegAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAEXgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWwAAAAABegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAbQAAAAACegAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAADegAAAAAAWgAAAAADWwAAAAAAXgAAAAACWwAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAEXgAAAAAEXgAAAAABXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAAAXgAAAAABegAAAAAAWgAAAAADXgAAAAAAXgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAACXgAAAAABWgAAAAADWgAAAAABXgAAAAACegAAAAAAWwAAAAABWwAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: egAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAACbQAAAAAAbQAAAAACegAAAAAAXgAAAAAEbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAACXgAAAAAAXgAAAAABegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAWgAAAAAAXgAAAAADXgAAAAAAWgAAAAAAegAAAAAAbQAAAAADegAAAAAAXgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABbQAAAAACXgAAAAAEXgAAAAABXgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAWgAAAAABXgAAAAABXgAAAAAEXgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAXgAAAAAEXgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAXgAAAAABXgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAADWgAAAAADXgAAAAAAXgAAAAADXgAAAAADegAAAAAAegAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAACegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAegAAAAAAWwAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAADAAAAAAAAeQAAAAAAegAAAAAAXgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAWwAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAABeQAAAAAAeQAAAAAAAAAAAAAAXgAAAAACegAAAAAAegAAAAAAWgAAAAADWwAAAAAAWwAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAACHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAADHgAAAAABegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAADbQAAAAABbQAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAXgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADegAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAADXgAAAAABHgAAAAABegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAACegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAABbQAAAAAAWgAAAAACXgAAAAAB + version: 6 + 1,1: + ind: 1,1 + tiles: egAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABegAAAAAAXgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAXgAAAAAEeQAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAAATgAAAAAAegAAAAAAWgAAAAACTgAAAAAAWgAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADegAAAAAAWwAAAAAAXgAAAAAEWwAAAAABWwAAAAABAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAEeQAAAAAAegAAAAAAXgAAAAAAWwAAAAABXgAAAAAAXgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACeQAAAAAAXgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAADXgAAAAAEegAAAAAAegAAAAAAegAAAAAAXgAAAAABWwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -3,1: + ind: -3,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -3,2: + ind: -3,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,2: + ind: -2,2 + tiles: HgAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAXgAAAAAAXgAAAAAEXgAAAAAEXgAAAAADWgAAAAACWgAAAAABWgAAAAADXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAXgAAAAACXgAAAAABXgAAAAACWgAAAAADWgAAAAADXgAAAAAEXgAAAAAEXgAAAAABAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAACWgAAAAADXgAAAAAEegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAADXgAAAAAEegAAAAAAegAAAAAAegAAAAAAXgAAAAAAegAAAAAAXgAAAAAAXgAAAAACXgAAAAAEXgAAAAABWgAAAAABXgAAAAADegAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAADegAAAAAAegAAAAAAXgAAAAAAXgAAAAABegAAAAAAegAAAAAAegAAAAAAXgAAAAABXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACXgAAAAACegAAAAAAegAAAAAAegAAAAAAXgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAADWgAAAAADegAAAAAAXgAAAAAAXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAXgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAXgAAAAABegAAAAAAXgAAAAAEWgAAAAADXgAAAAADXgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAEegAAAAAAegAAAAAAXgAAAAADXgAAAAABXgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAADXgAAAAAEXgAAAAABXgAAAAABWgAAAAACegAAAAAAXgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADXgAAAAAEegAAAAAAXgAAAAADXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACXgAAAAAAegAAAAAAXgAAAAAAXgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAACXgAAAAAAegAAAAAAXgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAACWgAAAAADegAAAAAAegAAAAAAXgAAAAABegAAAAAAegAAAAAAegAAAAAAXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAABXgAAAAAEWgAAAAADXgAAAAABXgAAAAACXgAAAAAEXgAAAAAAXgAAAAADegAAAAAAegAAAAAAXgAAAAAAXgAAAAADXgAAAAAD + version: 6 + 0,2: + ind: 0,2 + tiles: XgAAAAACXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAXgAAAAACXgAAAAABegAAAAAAWgAAAAAAWwAAAAAAXgAAAAAEWwAAAAABegAAAAAAWgAAAAAAXgAAAAABXgAAAAADXgAAAAACegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAXgAAAAACXgAAAAACWgAAAAABegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAEegAAAAAAWgAAAAACWgAAAAADWgAAAAABXgAAAAADXgAAAAAAegAAAAAAegAAAAAAXgAAAAAEWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAEegAAAAAAXgAAAAABXgAAAAAEWgAAAAADXgAAAAAEegAAAAAAXgAAAAADXgAAAAAEegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAXgAAAAAEegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAACXgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABXgAAAAABegAAAAAAXgAAAAABXgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAACXgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAXgAAAAACXgAAAAACegAAAAAAXgAAAAADXgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAEXgAAAAAEWgAAAAACWgAAAAAAegAAAAAAegAAAAAAXgAAAAADXgAAAAACegAAAAAAXgAAAAABWgAAAAADXgAAAAADegAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAAAXgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAXgAAAAACWgAAAAADegAAAAAAXgAAAAAEXgAAAAACXgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAXgAAAAAEXgAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAXgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAXgAAAAADXgAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAXgAAAAAEXgAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAABXgAAAAADWgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAXgAAAAADXgAAAAAEWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAEXgAAAAACWgAAAAABWgAAAAADXgAAAAACXgAAAAABXgAAAAAEXgAAAAADegAAAAAAXgAAAAAEXgAAAAAAXgAAAAABAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAAAAAAAAAAegAAAAAAegAAAAAAXgAAAAAEXgAAAAABXgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABegAAAAAAXgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACXgAAAAACXgAAAAAEegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAXgAAAAABAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAXgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAABWgAAAAABWgAAAAAAXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAXgAAAAAEWgAAAAADXgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAEXgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAEXgAAAAADXgAAAAAAXgAAAAAEegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: WgAAAAAAWgAAAAACXgAAAAABXgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACXgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAEWgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: WwAAAAABWwAAAAAAXgAAAAAEWwAAAAAAegAAAAAAWwAAAAABWwAAAAABWwAAAAABegAAAAAAWwAAAAABegAAAAAAWwAAAAABXgAAAAABXgAAAAABegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAAAegAAAAAAegAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAABegAAAAAAegAAAAAAXgAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADTgAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAACegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAACTgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACeQAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAC + version: 6 + 2,1: + ind: 2,1 + tiles: egAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAABegAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: WgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACXgAAAAADXgAAAAACXgAAAAADegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACegAAAAAAXgAAAAADWgAAAAACegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAAEegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: AAAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACTgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAACWgAAAAADegAAAAAAWgAAAAACWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACegAAAAAAWgAAAAADWgAAAAACWgAAAAACegAAAAAAWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAD + version: 6 + 2,3: + ind: 2,3 + tiles: WgAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,4: + ind: 1,4 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADSAAAAAAASAAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAACSQAAAAAASQAAAAAASAAAAAAASAAAAAAARwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABSQAAAAAASAAAAAAASAAAAAAASAAAAAAARwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACSQAAAAAASAAAAAAASQAAAAAASQAAAAAARwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWwAAAAABRwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAXgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAABWgAAAAADWwAAAAABXgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWgAAAAADWgAAAAABXgAAAAABXgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADXgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAWwAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAACWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAA + version: 6 + 2,4: + ind: 2,4 + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,5: + ind: 1,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAACWgAAAAACAAAAAAAAWgAAAAABWgAAAAACWgAAAAABeQAAAAAAWgAAAAAAWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAXgAAAAAEWgAAAAADAAAAAAAAWgAAAAADWgAAAAADWgAAAAABeQAAAAAAWgAAAAADWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,5: + ind: 2,5 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,4: + ind: 0,4 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAASAAAAAAARwAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAASQAAAAAASQAAAAAASAAAAAAARwAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAASQAAAAAASAAAAAAASQAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAASAAAAAAASQAAAAAASQAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAASAAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,4: + ind: -1,4 + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAARwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAARwAAAAAARwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,5: + ind: -1,5 + tiles: egAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: BecomesStation + id: Empty + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom1 + decals: + 8: -5,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom2 + decals: + 9: -4,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom3 + decals: + 10: -3,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom4 + decals: + 11: -2,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom5 + decals: + 12: -1,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom6 + decals: + 13: 0,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom7 + decals: + 14: 1,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignBottom8 + decals: + 15: 2,-1 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop1 + decals: + 0: -5,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop2 + decals: + 1: -4,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop3 + decals: + 2: -3,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop4 + decals: + 3: -2,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop5 + decals: + 4: -1,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop6 + decals: + 5: 0,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop7 + decals: + 6: 1,0 + - node: + color: '#FFFFFFFF' + id: DerelictSignTop8 + decals: + 7: 2,0 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 16: 9,26 + 17: 8,27 + 18: 8,26 + 19: 6,26 + 20: 7,25 + 21: 8,24 + 22: 7,23 + 23: 11,28 + 24: 12,27 + 25: 13,27 + 26: 13,26 + 27: 12,25 + 28: 11,30 + 29: 13,31 + 30: 13,33 + 31: 12,34 + 32: 8,33 + 33: 7,31 + 34: 6,30 + 35: 13,36 + 36: 13,37 + 37: 12,36 + 38: 11,39 + 39: 9,38 + 40: 14,38 + 41: 16,40 + 42: 15,40 + 43: 12,41 + 44: 15,35 + 45: 16,34 + 46: 20,32 + 47: 22,33 + 48: 29,33 + 49: 30,32 + 50: 31,32 + 51: 32,32 + 52: 32,31 + 53: 33,31 + 54: 35,32 + 55: 34,30 + 56: 33,22 + 57: 34,22 + 58: 34,20 + 59: 18,23 + 60: 19,23 + 61: 16,20 + 62: 16,21 + 63: 15,22 + 64: 14,22 + 65: 14,20 + 66: 13,20 + 67: 12,21 + 68: 12,23 + 69: -3,11 + 70: -4,10 + 71: -2,8 + 72: -3,7 + 73: -3,6 + 74: -2,5 + 75: -3,4 + 76: -4,4 + 77: -4,3 + 78: -3,3 + 79: -2,2 + 80: -6,4 + 81: -6,10 + 82: -4,12 + 83: 0,9 + 84: -1,9 + 85: -1,8 + 86: -4,8 + 87: -11,7 + 88: -12,8 + 89: -14,9 + 90: -11,8 + 91: -11,9 + 92: -11,10 + 93: -11,3 + 94: -12,2 + 95: -13,4 + 96: -13,4 + 97: -10,0 + 98: -12,0 + 99: -14,0 + 100: -10,-1 + 101: -8,-1 + 102: -7,0 + 103: 2,-1 + 104: 3,0 + 105: 4,-1 + 106: 5,-1 + 107: 9,0 + 108: 11,0 + 109: 12,-1 + 110: 17,-1 + 111: 18,-2 + 112: 17,-2 + 113: 16,-3 + 114: 19,-3 + 115: 17,0 + 116: 18,1 + 117: 18,2 + 118: 16,8 + 119: 12,12 + 120: 13,14 + 121: 5,20 + 122: 1,19 + 123: -3,20 + 124: -7,21 + 125: -6,20 + 126: -4,18 + 127: -5,17 + 128: -7,17 + 129: -8,18 + 130: -13,19 + 131: -14,21 + 132: -13,22 + 133: -13,23 + 134: -13,25 + 135: -14,25 + 136: -16,26 + 137: -16,27 + 138: -17,25 + 139: -18,26 + 140: -14,25 + 141: -15,26 + 142: -17,27 + 143: -17,28 + 144: -18,29 + 145: -18,30 + 146: -18,30 + 147: -19,29 + 148: -19,30 + 149: -20,29 + 150: -21,30 + 151: -19,31 + 152: -19,27 + - type: SpreaderGrid + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65520 + -1,0: + 0: 65535 + 0,0: + 0: 61951 + 0,-1: + 0: 65520 + -4,-1: + 0: 65504 + -3,-1: + 0: 65520 + -2,-1: + 0: 65520 + -4,0: + 0: 36095 + -4,1: + 0: 61182 + -4,2: + 0: 65516 + -4,3: + 0: 65535 + -3,0: + 0: 65535 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -3,3: + 0: 65535 + -2,0: + 0: 64767 + -2,1: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 15 + 1: 65520 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 34959 + 1: 30576 + 0,1: + 0: 32759 + 0,2: + 0: 63487 + 0,3: + 0: 30583 + 1,0: + 0: 62719 + 1,2: + 0: 30079 + 1,3: + 0: 61215 + 1,1: + 0: 28390 + 2,0: + 0: 64767 + 2,2: + 0: 60615 + 2,3: + 0: 65535 + 2,1: + 0: 19524 + 3,0: + 0: 65535 + 3,1: + 0: 61390 + 3,2: + 0: 65535 + 3,3: + 0: 65535 + 1,-1: + 0: 65520 + 1,-4: + 0: 17476 + 1,-3: + 0: 35012 + 1,-2: + 0: 8 + 2,-4: + 0: 2039 + 2,-3: + 0: 65496 + 2,-2: + 0: 65535 + 2,-1: + 0: 65521 + 3,-4: + 0: 7677 + 3,-3: + 0: 65523 + 3,-2: + 0: 65535 + 3,-1: + 0: 65534 + 4,-4: + 0: 17732 + 4,-3: + 0: 65524 + 4,-2: + 0: 65535 + 4,-1: + 0: 65535 + 5,-3: + 0: 30576 + 5,-2: + 0: 30583 + 5,-1: + 0: 8191 + 6,-1: + 0: 19 + 4,0: + 0: 32767 + 4,1: + 0: 13107 + 4,2: + 0: 47923 + 4,3: + 0: 61759 + 5,0: + 0: 17 + 5,3: + 0: 60977 + 6,3: + 0: 45568 + 7,3: + 0: 34816 + 1,-6: + 0: 19456 + 1,-5: + 0: 17604 + 2,-6: + 0: 3840 + 2,-5: + 0: 2039 + 3,-6: + 0: 7936 + 3,-5: + 0: 7677 + 4,-6: + 0: 17152 + 4,-5: + 0: 17781 + -7,3: + 0: 36608 + -6,3: + 0: 65504 + -6,2: + 0: 32768 + -5,0: + 0: 51452 + -5,2: + 0: 64716 + -5,3: + 0: 65534 + -5,1: + 0: 34952 + -5,-1: + 0: 35840 + 0,4: + 0: 65535 + 0,5: + 0: 65535 + 0,6: + 0: 2047 + 0,7: + 0: 62268 + 1,4: + 0: 65535 + 1,5: + 0: 65535 + 1,6: + 0: 65535 + 1,7: + 0: 65535 + 2,4: + 0: 65535 + 2,5: + 0: 65535 + 2,6: + 0: 65535 + 2,7: + 0: 65535 + 3,4: + 0: 65535 + 3,5: + 0: 65535 + 3,6: + 0: 65535 + 3,7: + 0: 65535 + -4,4: + 0: 65535 + -4,5: + 0: 65535 + -4,6: + 0: 65535 + -4,7: + 0: 65535 + -3,4: + 0: 65535 + -3,5: + 0: 65535 + -3,6: + 0: 65535 + -3,7: + 0: 65497 + -2,4: + 0: 65535 + -2,5: + 0: 65535 + -2,6: + 0: 65535 + -2,7: + 0: 65535 + -1,4: + 0: 65535 + -1,5: + 0: 65535 + -1,6: + 0: 48127 + -1,7: + 0: 65535 + -8,5: + 0: 64494 + -8,6: + 0: 65535 + -8,7: + 0: 65535 + -8,4: + 0: 32768 + -7,4: + 0: 65228 + -7,5: + 0: 65535 + -7,6: + 0: 65535 + -7,7: + 0: 65535 + -6,4: + 0: 65535 + -6,5: + 0: 65535 + -6,6: + 0: 65535 + -6,7: + 0: 65535 + -5,4: + 0: 65535 + -5,5: + 0: 65535 + -5,6: + 0: 65535 + -5,7: + 0: 65535 + 4,4: + 0: 28699 + 4,5: + 0: 65535 + 4,6: + 0: 13311 + 4,7: + 0: 65535 + 5,4: + 0: 3 + 5,5: + 0: 65504 + 5,6: + 0: 8951 + 5,7: + 0: 63266 + 6,5: + 0: 65392 + 6,6: + 0: 248 + 6,7: + 0: 64512 + 6,4: + 0: 2254 + 7,4: + 0: 36602 + 7,5: + 0: 65520 + 7,6: + 0: 52472 + 7,7: + 0: 65534 + -11,6: + 0: 34816 + -11,7: + 0: 8 + -10,5: + 0: 65126 + -10,6: + 0: 65535 + -10,7: + 0: 65535 + -9,5: + 0: 61696 + -9,6: + 0: 65535 + -9,7: + 0: 65535 + -10,8: + 0: 3822 + -9,8: + 0: 4095 + -8,8: + 0: 4095 + -7,8: + 0: 831 + -6,8: + 0: 15 + -5,8: + 0: 32783 + -5,9: + 0: 61164 + -5,10: + 0: 52974 + -5,11: + 0: 2184 + -4,8: + 0: 64719 + -4,9: + 0: 65535 + -4,10: + 0: 65535 + -4,11: + 0: 65535 + -3,8: + 0: 65535 + -3,9: + 0: 65535 + -3,10: + 0: 65535 + -3,11: + 0: 65535 + -2,8: + 0: 65535 + -2,9: + 0: 4607 + -2,10: + 0: 61713 + -2,11: + 0: 65535 + -1,8: + 0: 65535 + -1,9: + 0: 52479 + -1,10: + 0: 64716 + -1,11: + 0: 65535 + 0,8: + 0: 65535 + 0,9: + 0: 65535 + 0,10: + 0: 65535 + 0,11: + 0: 65535 + 1,8: + 0: 15291 + 1,9: + 0: 65535 + 1,10: + 0: 65535 + 1,11: + 0: 14335 + 2,8: + 0: 65535 + 2,9: + 0: 65535 + 2,10: + 0: 57343 + 2,11: + 0: 239 + 3,8: + 0: 65535 + 3,9: + 0: 65535 + 3,10: + 0: 65535 + 3,11: + 0: 2303 + -4,12: + 0: 52974 + -4,13: + 0: 52460 + -4,15: + 0: 19524 + -4,14: + 0: 8 + -3,12: + 0: 65535 + -3,13: + 0: 16383 + -2,12: + 0: 65535 + -2,13: + 0: 65535 + -2,14: + 0: 65535 + -2,15: + 0: 49356 + -1,12: + 0: 65535 + -1,13: + 0: 65535 + -1,14: + 0: 28983 + -1,15: + 0: 61559 + 0,12: + 0: 65535 + 0,13: + 0: 61439 + 1,12: + 0: 13107 + 1,13: + 0: 883 + 3,15: + 0: 17476 + 4,8: + 0: 65535 + 4,9: + 0: 65535 + 4,10: + 0: 65535 + 4,11: + 0: 65535 + 5,8: + 0: 61439 + 5,9: + 0: 65527 + 5,10: + 0: 32767 + 5,11: + 0: 65527 + 6,8: + 0: 53247 + 6,9: + 0: 4511 + 6,10: + 0: 8983 + 6,11: + 0: 65534 + 7,8: + 0: 65535 + 7,9: + 0: 2303 + 7,11: + 0: 65533 + 8,4: + 0: 65535 + 8,5: + 0: 65535 + 8,6: + 0: 65535 + 8,7: + 0: 65535 + 9,4: + 0: 65535 + 9,5: + 0: 65535 + 9,6: + 0: 65535 + 9,7: + 0: 65535 + 10,4: + 0: 4915 + 10,5: + 0: 13056 + 10,6: + 0: 3 + 8,2: + 0: 61440 + 8,3: + 0: 65535 + 9,3: + 0: 65527 + 9,0: + 0: 25088 + 9,1: + 0: 19534 + 9,2: + 0: 19532 + 10,0: + 0: 12288 + 10,1: + 0: 13107 + 10,2: + 0: 13107 + 10,3: + 0: 13107 + 8,8: + 0: 65535 + 8,9: + 0: 65535 + 8,11: + 0: 30583 + 8,10: + 0: 204 + 9,8: + 0: 65535 + 9,9: + 0: 65535 + 9,10: + 0: 255 + 10,8: + 0: 4096 + 10,9: + 0: 4369 + 10,10: + 0: 17 + 4,12: + 0: 52430 + 4,13: + 0: 52428 + 4,14: + 0: 52428 + 4,15: + 0: 52428 + 5,12: + 0: 65535 + 5,13: + 0: 65535 + 5,14: + 0: 65535 + 5,15: + 0: 65535 + 6,12: + 0: 65535 + 6,13: + 0: 65535 + 6,14: + 0: 65535 + 6,15: + 0: 65535 + 7,12: + 0: 65535 + 7,13: + 0: 65535 + 7,14: + 0: 65535 + 7,15: + 0: 65535 + 8,12: + 0: 30583 + 8,13: + 0: 4983 + 8,14: + 0: 4369 + 8,15: + 0: 13073 + 4,16: + 0: 65535 + 4,17: + 0: 65535 + 4,18: + 0: 65535 + 4,19: + 0: 15 + 5,16: + 0: 65535 + 5,17: + 0: 65535 + 5,18: + 0: 65535 + 5,19: + 0: 15 + 6,16: + 0: 65535 + 6,17: + 0: 65535 + 6,18: + 0: 65535 + 6,19: + 0: 65535 + 7,16: + 0: 65535 + 7,17: + 0: 65535 + 7,18: + 0: 65535 + 7,19: + 0: 65535 + 8,16: + 0: 30579 + 8,17: + 0: 4403 + 8,18: + 0: 13073 + 8,19: + 0: 13075 + 4,20: + 0: 34944 + 4,21: + 0: 136 + 5,20: + 0: 8944 + 5,21: + 0: 3823 + 6,20: + 0: 255 + 6,21: + 0: 3838 + 7,20: + 0: 4607 + 7,21: + 0: 8191 + 7,22: + 0: 13 + 8,20: + 0: 35057 + 8,21: + 0: 3838 + 8,22: + 0: 15 + 9,20: + 0: 8752 + 9,21: + 0: 8739 + 9,22: + 0: 3 + 0,16: + 0: 65521 + 0,17: + 0: 65535 + 0,18: + 0: 65535 + 0,19: + 0: 15 + 1,16: + 0: 65534 + 1,17: + 0: 65535 + 1,18: + 0: 65535 + 1,19: + 0: 15 + 2,16: + 0: 65535 + 2,17: + 0: 65535 + 2,18: + 0: 65535 + 2,19: + 0: 15 + 3,16: + 0: 65535 + 3,17: + 0: 65535 + 3,18: + 0: 65535 + 3,19: + 0: 15 + -4,18: + 0: 65484 + -4,19: + 0: 30719 + -4,16: + 0: 52420 + -4,17: + 0: 52428 + -3,16: + 0: 65334 + -3,17: + 0: 65535 + -3,18: + 0: 65535 + -3,19: + 0: 31 + -2,16: + 0: 65288 + -2,17: + 0: 65535 + -2,18: + 0: 65535 + -2,19: + 0: 15 + -1,16: + 0: 65487 + -1,17: + 0: 65535 + -1,18: + 0: 65535 + -1,19: + 0: 15 + -4,20: + 0: 5 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 5000 + moles: + - 6666.982 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockAssembly + entities: + - uid: 2344 + components: + - type: Transform + pos: 32.5,66.5 + parent: 2 +- proto: AirlockCommandGlass + entities: + - uid: 1791 + components: + - type: Transform + pos: 23.5,56.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + pos: -27.5,21.5 + parent: 2 +- proto: AirlockEngineeringGlass + entities: + - uid: 528 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 529 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + pos: 27.5,56.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + pos: 30.5,75.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,50.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,51.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,52.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,55.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 280 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 2 + - uid: 281 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -13.5,78.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: 34.5,66.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + pos: 32.5,77.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + pos: 25.5,78.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: 28.5,81.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,32.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + pos: 39.5,23.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + pos: 41.5,23.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: 33.5,11.5 + parent: 2 + - uid: 2207 + components: + - type: Transform + pos: 33.5,13.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 1815 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 +- proto: AirlockMaintGlass + entities: + - uid: 437 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: 0.5,14.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 +- proto: AirlockMedicalGlass + entities: + - uid: 752 + components: + - type: Transform + pos: -28.5,32.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + pos: -23.5,27.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: -23.5,29.5 + parent: 2 +- proto: AirlockScienceGlass + entities: + - uid: 2202 + components: + - type: Transform + pos: 17.5,23.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + pos: 32.5,22.5 + parent: 2 +- proto: AirlockSecurityGlass + entities: + - uid: 530 + components: + - type: Transform + pos: 8.5,18.5 + parent: 2 +- proto: Ashtray + entities: + - uid: 2342 + components: + - type: Transform + pos: 28.936926,46.54969 + parent: 2 +- proto: AtmosFixInstantPlasmaFireMarker + entities: + - uid: 2377 + components: + - type: Transform + pos: -7.5,15.5 + parent: 2 + - uid: 2378 + components: + - type: Transform + pos: -7.5,14.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + pos: -6.5,14.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + pos: -6.5,13.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + pos: -5.5,15.5 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: -5.5,14.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 2386 + components: + - type: Transform + pos: -4.5,15.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + pos: -4.5,14.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 2392 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - uid: 2393 + components: + - type: Transform + pos: -2.5,14.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 +- proto: Bed + entities: + - uid: 521 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: 13.5,14.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 2094 + components: + - type: Transform + pos: -14.5,24.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 2111 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 725 + components: + - type: Transform + pos: -40.5,27.5 + parent: 2 +- proto: CableApcStack1 + entities: + - uid: 2046 + components: + - type: Transform + pos: 3.3896322,46.47498 + parent: 2 + - uid: 2047 + components: + - type: Transform + pos: 3.5927572,47.584354 + parent: 2 + - uid: 2048 + components: + - type: Transform + pos: 3.4440207,36.384956 + parent: 2 + - uid: 2049 + components: + - type: Transform + pos: -9.401163,35.77558 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: -12.479288,39.166206 + parent: 2 + - uid: 2051 + components: + - type: Transform + pos: -14.885538,39.02558 + parent: 2 + - uid: 2052 + components: + - type: Transform + pos: -11.666788,44.40299 + parent: 2 + - uid: 2053 + components: + - type: Transform + pos: -8.510538,47.856113 + parent: 2 + - uid: 2054 + components: + - type: Transform + pos: -6.7479987,47.85144 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: -5.4979987,47.97644 + parent: 2 +- proto: CableHV + entities: + - uid: 165 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 212 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: 21.5,84.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + pos: 22.5,84.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + pos: 23.5,84.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + pos: 21.5,86.5 + parent: 2 + - uid: 1480 + components: + - type: Transform + pos: 22.5,86.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + pos: 23.5,86.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: 25.5,86.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: 26.5,86.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: 27.5,86.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + pos: 25.5,84.5 + parent: 2 + - uid: 1486 + components: + - type: Transform + pos: 26.5,84.5 + parent: 2 + - uid: 1487 + components: + - type: Transform + pos: 27.5,84.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + pos: 29.5,84.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: 30.5,84.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + pos: 31.5,84.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: 31.5,86.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: 30.5,86.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + pos: 29.5,86.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: 28.5,88.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: 28.5,87.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: 33.5,86.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: 34.5,86.5 + parent: 2 + - uid: 1498 + components: + - type: Transform + pos: 35.5,86.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: 35.5,84.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + pos: 34.5,84.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + pos: 33.5,84.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: 28.5,83.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: 28.5,82.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: 28.5,81.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: 29.5,81.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + pos: 30.5,81.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: 30.5,80.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 2244 + components: + - type: Transform + pos: 11.762452,44.41794 + parent: 2 +- proto: CableTerminal + entities: + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-6.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: 30.5,81.5 + parent: 2 +- proto: CapacitorStockPart + entities: + - uid: 2323 + components: + - type: Transform + pos: 28.446127,59.55002 + parent: 2 +- proto: CarpetChapel + entities: + - uid: 660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,24.5 + parent: 2 + - uid: 661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,26.5 + parent: 2 + - uid: 666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,26.5 + parent: 2 + - uid: 667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,24.5 + parent: 2 + - uid: 668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,24.5 + parent: 2 + - uid: 669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,26.5 + parent: 2 + - uid: 670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,26.5 + parent: 2 + - uid: 671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,24.5 + parent: 2 + - uid: 672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,28.5 + parent: 2 + - uid: 673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,28.5 + parent: 2 + - uid: 674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,28.5 + parent: 2 + - uid: 675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,28.5 + parent: 2 + - uid: 676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,30.5 + parent: 2 + - uid: 677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,30.5 + parent: 2 + - uid: 678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,30.5 + parent: 2 + - uid: 679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,30.5 + parent: 2 + - uid: 680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,30.5 + parent: 2 + - uid: 681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,30.5 + parent: 2 + - uid: 682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,30.5 + parent: 2 + - uid: 683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,28.5 + parent: 2 + - uid: 684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,28.5 + parent: 2 + - uid: 685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,28.5 + parent: 2 + - uid: 686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,26.5 + parent: 2 + - uid: 687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,26.5 + parent: 2 + - uid: 688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,26.5 + parent: 2 + - uid: 689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,24.5 + parent: 2 + - uid: 690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,24.5 + parent: 2 + - uid: 691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,24.5 + parent: 2 + - uid: 692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,24.5 + parent: 2 + - uid: 693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,26.5 + parent: 2 + - uid: 694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,28.5 + parent: 2 + - uid: 695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,30.5 + parent: 2 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,25.5 + parent: 2 + - uid: 697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,27.5 + parent: 2 + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,29.5 + parent: 2 + - uid: 699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,29.5 + parent: 2 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,27.5 + parent: 2 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,25.5 + parent: 2 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,25.5 + parent: 2 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,29.5 + parent: 2 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,29.5 + parent: 2 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,25.5 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 708 + components: + - type: Transform + pos: -36.5,29.5 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: -36.5,25.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: -34.5,25.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: -34.5,27.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: -34.5,29.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: -32.5,29.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: -32.5,27.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: -32.5,25.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 114 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: 28.5,82.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: 28.5,83.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: 28.5,84.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + pos: 28.5,85.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: 28.5,86.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + pos: 28.5,87.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: 29.5,85.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + pos: 30.5,85.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + pos: 31.5,85.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + pos: 32.5,85.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: 33.5,85.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: 34.5,85.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: 35.5,85.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: 27.5,85.5 + parent: 2 + - uid: 1438 + components: + - type: Transform + pos: 26.5,85.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: 25.5,85.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + pos: 24.5,85.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: 23.5,85.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: 22.5,85.5 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: 21.5,85.5 + parent: 2 +- proto: Chair + entities: + - uid: 2219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,29.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,29.5 + parent: 2 + - uid: 2221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,29.5 + parent: 2 + - uid: 2222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,29.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 2304 + components: + - type: Transform + pos: 31.5,47.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: 29.5,47.5 + parent: 2 + - uid: 2306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,51.5 + parent: 2 +- proto: Cigar + entities: + - uid: 2343 + components: + - type: Transform + pos: 32.702553,46.58094 + parent: 2 +- proto: CigaretteSpent + entities: + - uid: 2330 + components: + - type: Transform + pos: 27.008627,48.89912 + parent: 2 + - uid: 2331 + components: + - type: Transform + pos: 27.852377,49.33662 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: 14.968751,39.35284 + parent: 2 + - uid: 2333 + components: + - type: Transform + pos: 13.728986,25.825762 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: -9.498784,12.119282 + parent: 2 + - uid: 2335 + components: + - type: Transform + pos: -14.311284,13.588032 + parent: 2 + - uid: 2336 + components: + - type: Transform + pos: -15.316711,26.367802 + parent: 2 + - uid: 2337 + components: + - type: Transform + pos: 38.090954,15.044628 + parent: 2 + - uid: 2338 + components: + - type: Transform + pos: 38.590954,15.700878 + parent: 2 + - uid: 2339 + components: + - type: Transform + pos: 3.2617388,-0.1857065 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: -4.039708,10.179527 + parent: 2 +- proto: CigarSpent + entities: + - uid: 2341 + components: + - type: Transform + pos: 29.468176,46.627815 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 221 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 2068 + components: + - type: Transform + pos: -3.5,27.5 + parent: 2 +- proto: ClosetMaintenance + entities: + - uid: 2118 + components: + - type: Transform + pos: -17.5,22.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: -25.5,22.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 1806 + components: + - type: Transform + pos: 28.5,71.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: 28.5,70.5 + parent: 2 + - uid: 1808 + components: + - type: Transform + pos: 28.5,69.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 28.5,62.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + pos: 28.5,65.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + pos: 39.5,16.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 2058 + components: + - type: Transform + pos: -3.5,51.5 + parent: 2 +- proto: ClothingHeadHatHetmanHat + entities: + - uid: 2195 + components: + - type: Transform + pos: -12.426844,13.734034 + parent: 2 + - uid: 2201 + components: + - type: Transform + pos: 7.4463377,40.63734 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: 33.279957,51.71859 + parent: 2 +- proto: ClothingHeadHatUshanka + entities: + - uid: 2196 + components: + - type: Transform + pos: -11.458094,15.655909 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: 26.373707,46.90609 + parent: 2 +- proto: ClothingHeadHelmetSwatSyndicate + entities: + - uid: 2364 + components: + - type: Transform + pos: -16.472795,39.554867 + parent: 2 +- proto: ClothingUniformJumpsuitCossack + entities: + - uid: 2200 + components: + - type: Transform + pos: -16.507208,17.468409 + parent: 2 +- proto: ComfyChair + entities: + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,29.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,8.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + pos: 33.5,34.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 2029 + components: + - type: Transform + pos: 2.5,72.5 + parent: 2 + - uid: 2097 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: 29.5,79.5 + parent: 2 +- proto: ComputerFrame + entities: + - uid: 2122 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 2162 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 2296 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: 28.5,52.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,46.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,46.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-7.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 2369 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 +- proto: ContainmentFieldGenerator + entities: + - uid: 2037 + components: + - type: Transform + pos: 3.5,50.5 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 2372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2376 + - uid: 2373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2376 + - uid: 2374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2376 + - uid: 2375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2376 +- proto: CrateAirlockKit + entities: + - uid: 2366 + components: + - type: Transform + pos: 19.5,57.5 + parent: 2 +- proto: CrateCoffin + entities: + - uid: 727 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: -37.5,33.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: -36.5,33.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: -35.5,33.5 + parent: 2 + - uid: 731 + components: + - type: Transform + pos: -34.5,33.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: -27.5,33.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: -36.5,27.5 + parent: 2 +- proto: CrateEngineeringSolar + entities: + - uid: 2367 + components: + - type: Transform + pos: -6.5,56.5 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 2235 + components: + - type: Transform + pos: 17.434326,36.339813 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 2064 + components: + - type: Transform + pos: -5.5,29.5 + parent: 2 +- proto: DrinkVodkaBottleFull + entities: + - uid: 2197 + components: + - type: Transform + pos: -12.379969,14.796534 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: 33.217457,47.28109 + parent: 2 + - uid: 2309 + components: + - type: Transform + pos: 32.654957,52.452965 + parent: 2 +- proto: DrinkVodkaGlass + entities: + - uid: 2198 + components: + - type: Transform + pos: -12.335333,14.312159 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: -12.069708,14.484034 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 2359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,65.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,67.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,50.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 +- proto: Emitter + entities: + - uid: 2036 + components: + - type: Transform + pos: 2.5,50.5 + parent: 2 +- proto: EmpGrenade + entities: + - uid: 2368 + components: + - type: Transform + pos: 7.4596567,67.45146 + parent: 2 +- proto: Flash + entities: + - uid: 2241 + components: + - type: Transform + pos: 14.559327,44.496063 + parent: 2 +- proto: FoodCannabisButter + entities: + - uid: 2328 + components: + - type: Transform + pos: 24.508627,59.675396 + parent: 2 +- proto: GasPipeBend + entities: + - uid: 2169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,13.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,13.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,14.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,14.5 + parent: 2 +- proto: GasPipeStraight + entities: + - uid: 2172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,15.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,16.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,15.5 + parent: 2 +- proto: GasPipeTJunction + entities: + - uid: 2171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,14.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,14.5 + parent: 2 +- proto: GasPort + entities: + - uid: 2165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2179 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2180 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasValve + entities: + - uid: 2175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,13.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentPump + entities: + - uid: 2226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentScrubber + entities: + - uid: 2227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Girder + entities: + - uid: 330 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: -8.5,10.5 + parent: 2 + - uid: 1041 + components: + - type: Transform + pos: 25.5,21.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + pos: 33.5,15.5 + parent: 2 +- proto: GlowstickRed + entities: + - uid: 2325 + components: + - type: Transform + pos: 22.321127,59.628143 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: 22.430502,59.58127 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: 22.618002,59.534393 + parent: 2 +- proto: Grille + entities: + - uid: 138 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: -11.5,18.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: -12.5,18.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -39.5,23.5 + parent: 2 + - uid: 633 + components: + - type: Transform + pos: -39.5,24.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: -39.5,25.5 + parent: 2 + - uid: 635 + components: + - type: Transform + pos: -39.5,26.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - uid: 637 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 638 + components: + - type: Transform + pos: -39.5,30.5 + parent: 2 + - uid: 639 + components: + - type: Transform + pos: -39.5,31.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 41.5,18.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: 41.5,17.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: 41.5,16.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: 41.5,14.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + pos: 41.5,11.5 + parent: 2 + - uid: 1136 + components: + - type: Transform + pos: 41.5,10.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 1138 + components: + - type: Transform + pos: 41.5,8.5 + parent: 2 + - uid: 1139 + components: + - type: Transform + pos: 41.5,7.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: 41.5,4.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 1147 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - uid: 1150 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 1151 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - uid: 1152 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 1153 + components: + - type: Transform + pos: 38.5,10.5 + parent: 2 + - uid: 1154 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: 33.5,78.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + pos: 33.5,79.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: 32.5,79.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 32.5,80.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: 19.5,84.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 33.5,75.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + pos: 33.5,74.5 + parent: 2 + - uid: 1451 + components: + - type: Transform + pos: 19.5,83.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + pos: 19.5,82.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + pos: 19.5,81.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: 20.5,81.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + pos: 21.5,81.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: 22.5,81.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + pos: 23.5,81.5 + parent: 2 + - uid: 1458 + components: + - type: Transform + pos: 24.5,81.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + pos: 32.5,81.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + pos: 33.5,81.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: 34.5,81.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + pos: 35.5,81.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + pos: 37.5,81.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: 37.5,82.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + pos: 37.5,83.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + pos: 37.5,85.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + pos: 37.5,86.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + pos: 37.5,87.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + pos: 37.5,88.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + pos: 36.5,88.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + pos: 35.5,88.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: 34.5,88.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: 33.5,88.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: 32.5,88.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + pos: -12.5,68.5 + parent: 2 + - uid: 1781 + components: + - type: Transform + pos: -12.5,69.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: -12.5,70.5 + parent: 2 + - uid: 1783 + components: + - type: Transform + pos: -12.5,71.5 + parent: 2 + - uid: 1784 + components: + - type: Transform + pos: -12.5,72.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -12.5,73.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + pos: -13.5,38.5 + parent: 2 + - uid: 1948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,32.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,33.5 + parent: 2 + - uid: 2033 + components: + - type: Transform + pos: -3.5,64.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + pos: -2.5,64.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: -1.5,64.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: -21.5,32.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + pos: 34.5,45.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: 34.5,48.5 + parent: 2 + - uid: 2248 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 2249 + components: + - type: Transform + pos: 34.5,51.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 163 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-21.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + pos: -13.5,39.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,39.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,40.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,40.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + pos: -6.5,34.5 + parent: 2 + - uid: 1945 + components: + - type: Transform + pos: -7.5,34.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,34.5 + parent: 2 + - uid: 1947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,34.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: -3.5,55.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,55.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,55.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,55.5 + parent: 2 + - uid: 2100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,32.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,32.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,32.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,32.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: -16.5,32.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,32.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,32.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,30.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 1811 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + pos: -0.5,34.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: 1.5,36.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: 1.5,37.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: 1.5,38.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: 1.5,42.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + pos: 1.5,43.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + pos: 1.5,44.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + pos: 0.5,46.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + pos: -0.5,46.5 + parent: 2 + - uid: 1930 + components: + - type: Transform + pos: -1.5,46.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + pos: -9.5,46.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + pos: -10.5,45.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: -10.5,44.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + pos: -10.5,43.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + pos: -10.5,37.5 + parent: 2 +- proto: HighSecCentralCommandLocked + entities: + - uid: 1794 + components: + - type: Transform + pos: -14.5,76.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + pos: -11.5,75.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + pos: 6.5,72.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: 3.5,67.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 2098 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 2002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,54.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 2003 + components: + - type: Transform + pos: -6.5,54.5 + parent: 2 +- proto: MaintenanceFluffSpawner + entities: + - uid: 2117 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 2121 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 2188 + components: + - type: Transform + pos: -12.5,7.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 +- proto: MatchstickSpent + entities: + - uid: 2329 + components: + - type: Transform + pos: 21.821127,57.831646 + parent: 2 +- proto: MatterBinStockPart + entities: + - uid: 2006 + components: + - type: Transform + pos: -2.685964,53.43337 + parent: 2 + - uid: 2242 + components: + - type: Transform + pos: 16.481201,44.589813 + parent: 2 +- proto: Morgue + entities: + - uid: 734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,26.5 + parent: 2 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,27.5 + parent: 2 + - uid: 736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,28.5 + parent: 2 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,29.5 + parent: 2 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,30.5 + parent: 2 + - uid: 739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,31.5 + parent: 2 + - uid: 740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,27.5 + parent: 2 + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,28.5 + parent: 2 + - uid: 742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,29.5 + parent: 2 + - uid: 743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,30.5 + parent: 2 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,27.5 + parent: 2 + - uid: 745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,28.5 + parent: 2 + - uid: 746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,29.5 + parent: 2 + - uid: 747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,30.5 + parent: 2 +- proto: PartRodMetal + entities: + - uid: 2250 + components: + - type: Transform + pos: 34.416275,50.53109 + parent: 2 + - uid: 2251 + components: + - type: Transform + pos: 34.4944,46.49984 + parent: 2 +- proto: PartRodMetal1 + entities: + - uid: 248 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 2039 + components: + - type: Transform + pos: -12.013758,37.861797 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: -11.295008,39.799297 + parent: 2 +- proto: PartRodMetal10 + entities: + - uid: 2038 + components: + - type: Transform + pos: 3.539618,39.439922 + parent: 2 +- proto: PersonalAI + entities: + - uid: 2302 + components: + - type: Transform + pos: 29.529957,49.56234 + parent: 2 + - uid: 2370 + components: + - type: Transform + pos: 32.441956,33.61885 + parent: 2 +- proto: PlasmaCanister + entities: + - uid: 2063 + components: + - type: Transform + pos: -12.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PortableScrubber + entities: + - uid: 2184 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 +- proto: PosterBroken + entities: + - uid: 2124 + components: + - type: Transform + pos: -15.5,14.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + pos: 29.5,75.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: 27.5,68.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: 32.5,56.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 2365 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-8.5 + parent: 2 + - uid: 224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-7.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + pos: -4.5,60.5 + parent: 2 + - uid: 1994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,53.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + pos: -9.5,51.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,50.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,44.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,44.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,35.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,40.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,40.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,50.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,13.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,18.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,21.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,21.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,21.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: -17.5,18.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: -21.5,18.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: -26.5,24.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,26.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,32.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,24.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,20.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,14.5 + parent: 2 +- proto: Rack + entities: + - uid: 1797 + components: + - type: Transform + pos: 4.5,70.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + pos: 4.5,69.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + pos: 2.5,69.5 + parent: 2 + - uid: 1800 + components: + - type: Transform + pos: 2.5,70.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: 0.5,66.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 0.5,69.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + pos: 0.5,70.5 + parent: 2 + - uid: 1804 + components: + - type: Transform + pos: 2.5,66.5 + parent: 2 + - uid: 1805 + components: + - type: Transform + pos: 4.5,66.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + pos: 26.5,59.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + pos: 27.5,59.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: 28.5,59.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + pos: 28.5,57.5 + parent: 2 + - uid: 2317 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: 24.5,59.5 + parent: 2 + - uid: 2319 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 2321 + components: + - type: Transform + pos: 21.5,59.5 + parent: 2 +- proto: RandomBoard + entities: + - uid: 2013 + components: + - type: Transform + pos: 2.5,66.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + pos: 4.5,66.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + pos: 4.5,69.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: 2.5,70.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: 4.5,70.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + pos: 2.5,69.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + pos: 0.5,69.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + pos: 0.5,70.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: 0.5,66.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: 26.5,59.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 2065 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: -8.5,33.5 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 2278 + components: + - type: Transform + pos: 27.5,45.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 1096 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 +- proto: SalvageLootSpawner + entities: + - uid: 2007 + components: + - type: Transform + pos: -4.5,58.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: -11.5,14.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 2157 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 +- proto: ScalpelShiv + entities: + - uid: 2310 + components: + - type: Transform + pos: 32.54558,47.40609 + parent: 2 +- proto: Screwdriver + entities: + - uid: 2008 + components: + - type: Transform + pos: -5.451589,57.316715 + parent: 2 +- proto: ShardGlass + entities: + - uid: 1923 + components: + - type: Transform + pos: 2.0938652,41.13185 + parent: 2 + - uid: 1951 + components: + - type: Transform + pos: -16.462759,32.477196 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: -13.150259,31.39907 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: -7.728384,33.30532 + parent: 2 + - uid: 1954 + components: + - type: Transform + pos: -11.775259,35.80532 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: -11.650259,38.133446 + parent: 2 + - uid: 1956 + components: + - type: Transform + pos: -9.337759,35.477196 + parent: 2 + - uid: 2041 + components: + - type: Transform + pos: -0.3637247,36.48552 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: -4.0467596,47.265553 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: -7.5311346,46.453053 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: 3.0927782,34.760086 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: -12.452091,48.271854 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -0.19179869,25.575415 + parent: 2 + - uid: 2080 + components: + - type: Transform + pos: -4.5824237,25.09104 + parent: 2 + - uid: 2081 + components: + - type: Transform + pos: 4.5894513,29.77854 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -10.948053,27.147228 + parent: 2 + - uid: 2083 + components: + - type: Transform + pos: -13.950305,27.350697 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: -17.856556,29.631947 + parent: 2 + - uid: 2185 + components: + - type: Transform + pos: -3.4414005,3.632751 + parent: 2 + - uid: 2186 + components: + - type: Transform + pos: -6.2539005,7.585876 + parent: 2 + - uid: 2187 + components: + - type: Transform + pos: -11.2730465,3.726501 + parent: 2 +- proto: SheetPlasteel1 + entities: + - uid: 2229 + components: + - type: Transform + pos: 39.168617,14.941479 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: 39.168617,14.941479 + parent: 2 +- proto: SheetSteel10 + entities: + - uid: 2231 + components: + - type: Transform + pos: 38.525833,28.55595 + parent: 2 +- proto: SignElectrical + entities: + - uid: 2062 + components: + - type: Transform + pos: -9.5,52.5 + parent: 2 +- proto: SignRadiation + entities: + - uid: 2059 + components: + - type: Transform + pos: -2.5,50.5 + parent: 2 +- proto: SignSecurearea + entities: + - uid: 2060 + components: + - type: Transform + pos: -6.5,52.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: -2.5,52.5 + parent: 2 +- proto: SmallLight + entities: + - uid: 2128 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 214 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: 30.5,80.5 + parent: 2 +- proto: SolarAssembly + entities: + - uid: 92 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: 21.5,84.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + pos: 22.5,84.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + pos: 23.5,84.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + pos: 25.5,86.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: 23.5,86.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: 26.5,86.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + pos: 27.5,86.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: 25.5,84.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: 26.5,84.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: 27.5,84.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: 29.5,84.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: 30.5,84.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: 31.5,84.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: 31.5,86.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + pos: 30.5,86.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: 29.5,86.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + pos: 33.5,84.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: 34.5,84.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: 35.5,84.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: 35.5,86.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 34.5,86.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: 33.5,86.5 + parent: 2 +- proto: SolarPanelBroken + entities: + - uid: 2123 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 +- proto: SolarTracker + entities: + - uid: 5 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: 28.5,88.5 + parent: 2 +- proto: SpawnMobSmallPurpleSnake + entities: + - uid: 2402 + components: + - type: Transform + pos: -28.5,28.5 + parent: 2 +- proto: SpawnMobSpaceCobra + entities: + - uid: 442 + components: + - type: Transform + pos: -3.5,48.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + pos: -5.5,31.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + pos: -9.5,8.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + pos: -15.5,38.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 2363 + components: + - type: Transform + pos: -22.5,25.5 + parent: 2 +- proto: Stool + entities: + - uid: 2152 + components: + - type: Transform + pos: -12.5,16.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: -11.5,16.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,15.5 + parent: 2 + - uid: 2155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,15.5 + parent: 2 + - uid: 2156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,12.5 + parent: 2 + - uid: 2303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,49.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 2164 + components: + - type: Transform + pos: -6.5,10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: SuitStorageBase + entities: + - uid: 2355 + components: + - type: Transform + pos: 17.5,69.5 + parent: 2 + - type: Lock + locked: False + - 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: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 2356 + components: + - type: Transform + pos: 18.5,69.5 + parent: 2 + - type: Lock + locked: False + - 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: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 2357 + components: + - type: Transform + pos: 15.5,69.5 + parent: 2 + - type: Lock + locked: False + - 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: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 2358 + components: + - type: Transform + pos: 14.5,69.5 + parent: 2 + - type: Lock + locked: False + - 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: 350 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: SuitStorageNTSRA + entities: + - uid: 2353 + components: + - type: Transform + pos: 16.5,69.5 + parent: 2 +- proto: Table + entities: + - uid: 526 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: -38.5,24.5 + parent: 2 + - uid: 717 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: -38.5,30.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: -36.5,29.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: -37.5,31.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: -6.5,53.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + pos: 7.5,40.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: -15.5,42.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 + - uid: 2095 + components: + - type: Transform + pos: -17.5,28.5 + parent: 2 + - uid: 2096 + components: + - type: Transform + pos: -14.5,29.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: -16.5,17.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: -12.5,15.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -12.5,14.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: -12.5,13.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: -11.5,15.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: -11.5,14.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: -11.5,13.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + pos: 33.5,33.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: 32.5,30.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + pos: 33.5,30.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + pos: 35.5,30.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: 38.5,28.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + pos: 37.5,28.5 + parent: 2 + - uid: 2237 + components: + - type: Transform + pos: 17.5,44.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: 15.5,44.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + pos: 14.5,44.5 + parent: 2 + - uid: 2259 + components: + - type: Transform + pos: 32.5,46.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + pos: 32.5,47.5 + parent: 2 + - uid: 2261 + components: + - type: Transform + pos: 33.5,46.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: 33.5,47.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: 33.5,49.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: 33.5,51.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: 33.5,52.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 2267 + components: + - type: Transform + pos: 32.5,52.5 + parent: 2 + - uid: 2268 + components: + - type: Transform + pos: 31.5,52.5 + parent: 2 + - uid: 2269 + components: + - type: Transform + pos: 30.5,52.5 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: 29.5,52.5 + parent: 2 + - uid: 2271 + components: + - type: Transform + pos: 29.5,46.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + pos: 28.5,46.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + pos: 26.5,46.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + pos: 25.5,46.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: 25.5,47.5 + parent: 2 + - uid: 2277 + components: + - type: Transform + pos: 27.5,52.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: 29.5,49.5 + parent: 2 +- proto: ToolboxElectrical + entities: + - uid: 2243 + components: + - type: Transform + pos: 11.434327,43.308563 + parent: 2 +- proto: ToolboxSyndicate + entities: + - uid: 2191 + components: + - type: Transform + pos: 16.161947,-6.5411844 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 2376 + components: + - type: Transform + pos: -37.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2375: + - Left: Forward + - Right: Reverse + - Middle: Off + 2374: + - Left: Forward + - Right: Reverse + - Middle: Off + 2373: + - Left: Forward + - Right: Reverse + - Middle: Off + 2372: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 520 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 2145 + components: + - type: Transform + pos: -14.5,17.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 57 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 268 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 275 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: 18.5,12.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: 19.5,12.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: 6.5,6.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: 2.5,16.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 9.5,18.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: 9.5,19.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 9.5,20.5 + parent: 2 + - uid: 501 + components: + - type: Transform + pos: 10.5,20.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 11.5,20.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 556 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: -27.5,19.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: -28.5,19.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: -27.5,22.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: -27.5,23.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: -28.5,23.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: -38.5,21.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: -38.5,22.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 598 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 + - uid: 600 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 800 + components: + - type: Transform + pos: -2.5,28.5 + parent: 2 + - uid: 801 + components: + - type: Transform + pos: -3.5,28.5 + parent: 2 + - uid: 802 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: -5.5,28.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: -6.5,28.5 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: -3.5,30.5 + parent: 2 + - uid: 807 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 808 + components: + - type: Transform + pos: -6.5,29.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: -6.5,30.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: -5.5,30.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: -7.5,29.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: -8.5,31.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: -7.5,31.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: -1.5,29.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: -0.5,30.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: -0.5,31.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: 0.5,30.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: 1.5,30.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 1.5,31.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 2.5,31.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 2.5,32.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 3.5,31.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: 3.5,32.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: 4.5,32.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: 5.5,32.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: 5.5,35.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 4.5,36.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: 6.5,36.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 8.5,37.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: 8.5,40.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: 8.5,41.5 + parent: 2 + - uid: 850 + components: + - type: Transform + pos: 9.5,39.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: 9.5,40.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 8.5,42.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 8.5,43.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: 7.5,42.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: 7.5,43.5 + parent: 2 + - uid: 857 + components: + - type: Transform + pos: 6.5,43.5 + parent: 2 + - uid: 858 + components: + - type: Transform + pos: 6.5,44.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: 5.5,43.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 5.5,44.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: 4.5,43.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 4.5,44.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: 4.5,51.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: -13.5,36.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: -13.5,37.5 + parent: 2 + - uid: 867 + components: + - type: Transform + pos: -14.5,35.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: -14.5,36.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: -14.5,37.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: -15.5,36.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: -15.5,37.5 + parent: 2 + - uid: 872 + components: + - type: Transform + pos: -16.5,37.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: -16.5,38.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: -17.5,37.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: -17.5,38.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: -17.5,39.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: -17.5,40.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: -17.5,41.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: -18.5,39.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: -18.5,40.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: -18.5,41.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: -17.5,42.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: -17.5,43.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: -16.5,42.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: -15.5,43.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: -15.5,44.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: -14.5,43.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: -14.5,44.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: -13.5,43.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: -13.5,44.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: -14.5,45.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: -14.5,46.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: -14.5,47.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: -13.5,45.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: -13.5,46.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: -13.5,47.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: -14.5,48.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: -14.5,49.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: -14.5,50.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: -13.5,48.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: -13.5,49.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: -13.5,50.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: -13.5,51.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: -12.5,51.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: -11.5,51.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: -12.5,52.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: -11.5,52.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: -10.5,52.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: -10.5,53.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: -9.5,52.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: -9.5,53.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -8.5,52.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: -8.5,53.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: -7.5,52.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: -7.5,53.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: -5.5,52.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: -6.5,52.5 + parent: 2 + - uid: 919 + components: + - type: Transform + pos: -11.5,54.5 + parent: 2 + - uid: 920 + components: + - type: Transform + pos: -10.5,55.5 + parent: 2 + - uid: 921 + components: + - type: Transform + pos: -7.5,54.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: -7.5,55.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: -7.5,56.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: -7.5,57.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: -1.5,60.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: -1.5,61.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: -2.5,61.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: -4.5,61.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: -3.5,52.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: -2.5,52.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: -2.5,51.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: -2.5,50.5 + parent: 2 + - uid: 934 + components: + - type: Transform + pos: -2.5,49.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: -4.5,49.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: -5.5,49.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: -1.5,52.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: -1.5,54.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: -0.5,53.5 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: -0.5,52.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 0.5,53.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 0.5,52.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: 2.5,54.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: 2.5,52.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: 2.5,51.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: 3.5,52.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: 3.5,51.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: 4.5,50.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: 4.5,49.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: 4.5,48.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: 4.5,47.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: 4.5,46.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 4.5,45.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: 5.5,50.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: 5.5,49.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: 5.5,48.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 5.5,46.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 5.5,45.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: 17.5,21.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: 31.5,27.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: 17.5,24.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: 16.5,25.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: 15.5,30.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 15.5,28.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 1021 + components: + - type: Transform + pos: 19.5,30.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - uid: 1023 + components: + - type: Transform + pos: 17.5,30.5 + parent: 2 + - uid: 1024 + components: + - type: Transform + pos: 16.5,30.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + pos: 32.5,23.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + pos: 32.5,24.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + pos: 31.5,26.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + pos: 30.5,26.5 + parent: 2 + - uid: 1060 + components: + - type: Transform + pos: 31.5,28.5 + parent: 2 + - uid: 1061 + components: + - type: Transform + pos: 31.5,29.5 + parent: 2 + - uid: 1062 + components: + - type: Transform + pos: 31.5,30.5 + parent: 2 + - uid: 1063 + components: + - type: Transform + pos: 31.5,31.5 + parent: 2 + - uid: 1065 + components: + - type: Transform + pos: 30.5,31.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: 29.5,31.5 + parent: 2 + - uid: 1067 + components: + - type: Transform + pos: 28.5,31.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: 26.5,31.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: 40.5,9.5 + parent: 2 + - uid: 1118 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: 40.5,11.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: 40.5,12.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: 40.5,14.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: 40.5,16.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: 40.5,17.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 40.5,18.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: 39.5,18.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: 31.5,35.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 1188 + components: + - type: Transform + pos: 33.5,35.5 + parent: 2 + - uid: 1189 + components: + - type: Transform + pos: 34.5,35.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + pos: 35.5,35.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + pos: 36.5,35.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: 36.5,37.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + pos: 36.5,38.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + pos: 36.5,39.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: 36.5,40.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: 36.5,41.5 + parent: 2 + - uid: 1220 + components: + - type: Transform + pos: 31.5,36.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + pos: 9.5,44.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: 9.5,45.5 + parent: 2 + - uid: 1297 + components: + - type: Transform + pos: 25.5,44.5 + parent: 2 + - uid: 1298 + components: + - type: Transform + pos: 25.5,45.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + pos: 26.5,45.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + pos: 28.5,45.5 + parent: 2 + - uid: 1301 + components: + - type: Transform + pos: 29.5,45.5 + parent: 2 + - uid: 1302 + components: + - type: Transform + pos: 30.5,45.5 + parent: 2 + - uid: 1303 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 1409 + components: + - type: Transform + pos: 25.5,75.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + pos: 25.5,76.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + pos: 25.5,77.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + pos: 18.5,61.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: 21.5,64.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: 21.5,65.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: 21.5,66.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: 21.5,67.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: 21.5,68.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: 21.5,69.5 + parent: 2 + - uid: 1539 + components: + - type: Transform + pos: 21.5,70.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: 22.5,64.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: 22.5,65.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: 22.5,66.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: 22.5,67.5 + parent: 2 + - uid: 1544 + components: + - type: Transform + pos: 22.5,68.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: 22.5,69.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: 22.5,70.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: 20.5,70.5 + parent: 2 + - uid: 1548 + components: + - type: Transform + pos: 19.5,70.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: 18.5,70.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: 17.5,70.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: 16.5,70.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + pos: 15.5,70.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: 13.5,70.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: 12.5,70.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: 11.5,70.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + pos: 10.5,70.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: 10.5,69.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: 11.5,69.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: 10.5,67.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: 10.5,66.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + pos: 10.5,65.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: 10.5,64.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 11.5,67.5 + parent: 2 + - uid: 1565 + components: + - type: Transform + pos: 11.5,66.5 + parent: 2 + - uid: 1566 + components: + - type: Transform + pos: 11.5,65.5 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 11.5,64.5 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: 12.5,64.5 + parent: 2 + - uid: 1569 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 + - uid: 1570 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 1572 + components: + - type: Transform + pos: 16.5,64.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + pos: 17.5,64.5 + parent: 2 + - uid: 1574 + components: + - type: Transform + pos: 18.5,64.5 + parent: 2 + - uid: 1575 + components: + - type: Transform + pos: 19.5,64.5 + parent: 2 + - uid: 1576 + components: + - type: Transform + pos: 20.5,64.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + pos: 18.5,62.5 + parent: 2 + - uid: 1578 + components: + - type: Transform + pos: 18.5,63.5 + parent: 2 + - uid: 1579 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 1580 + components: + - type: Transform + pos: 14.5,61.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: 14.5,62.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + pos: 14.5,63.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: 5.5,75.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: 24.5,75.5 + parent: 2 + - uid: 1585 + components: + - type: Transform + pos: 23.5,75.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: 22.5,75.5 + parent: 2 + - uid: 1587 + components: + - type: Transform + pos: 21.5,75.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + pos: 20.5,75.5 + parent: 2 + - uid: 1589 + components: + - type: Transform + pos: 19.5,75.5 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: 18.5,75.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: 17.5,75.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + pos: 16.5,75.5 + parent: 2 + - uid: 1593 + components: + - type: Transform + pos: 15.5,75.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: 14.5,75.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: 13.5,75.5 + parent: 2 + - uid: 1596 + components: + - type: Transform + pos: 12.5,75.5 + parent: 2 + - uid: 1597 + components: + - type: Transform + pos: 11.5,75.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: 10.5,75.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + pos: 9.5,75.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + pos: 8.5,75.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + pos: 7.5,75.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + pos: 6.5,75.5 + parent: 2 + - uid: 1603 + components: + - type: Transform + pos: 18.5,76.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + pos: 11.5,76.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: 4.5,75.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + pos: 4.5,76.5 + parent: 2 + - uid: 1607 + components: + - type: Transform + pos: -11.5,74.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + pos: -12.5,74.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + pos: -13.5,74.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + pos: -14.5,74.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + pos: -15.5,74.5 + parent: 2 + - uid: 1612 + components: + - type: Transform + pos: -15.5,75.5 + parent: 2 + - uid: 1613 + components: + - type: Transform + pos: -15.5,76.5 + parent: 2 + - uid: 1614 + components: + - type: Transform + pos: -15.5,77.5 + parent: 2 + - uid: 1615 + components: + - type: Transform + pos: -15.5,78.5 + parent: 2 + - uid: 1616 + components: + - type: Transform + pos: -15.5,79.5 + parent: 2 + - uid: 1617 + components: + - type: Transform + pos: -15.5,80.5 + parent: 2 + - uid: 1618 + components: + - type: Transform + pos: -14.5,79.5 + parent: 2 + - uid: 1619 + components: + - type: Transform + pos: -13.5,79.5 + parent: 2 + - uid: 1620 + components: + - type: Transform + pos: -13.5,80.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + pos: -13.5,76.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + pos: -13.5,77.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + pos: -12.5,77.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: -11.5,77.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + pos: -11.5,76.5 + parent: 2 + - uid: 1626 + components: + - type: Transform + pos: -10.5,76.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: -9.5,76.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + pos: -8.5,76.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + pos: -7.5,76.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + pos: -6.5,76.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: -5.5,76.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: -4.5,76.5 + parent: 2 + - uid: 1633 + components: + - type: Transform + pos: -3.5,76.5 + parent: 2 + - uid: 1634 + components: + - type: Transform + pos: -2.5,76.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + pos: -1.5,76.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + pos: -0.5,76.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: 0.5,76.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: 1.5,76.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + pos: 2.5,76.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + pos: 3.5,76.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: 3.5,75.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: 2.5,75.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + pos: 1.5,75.5 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: 0.5,75.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: -0.5,75.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + pos: -1.5,75.5 + parent: 2 + - uid: 1647 + components: + - type: Transform + pos: -2.5,75.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + pos: -3.5,75.5 + parent: 2 + - uid: 1649 + components: + - type: Transform + pos: -7.5,75.5 + parent: 2 + - uid: 1650 + components: + - type: Transform + pos: -6.5,75.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: -5.5,75.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: -5.5,74.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: -5.5,73.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: -5.5,72.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: -5.5,71.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: -5.5,70.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -5.5,69.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + pos: -0.5,66.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: -1.5,66.5 + parent: 2 + - uid: 1660 + components: + - type: Transform + pos: -2.5,66.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: -3.5,66.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + pos: -4.5,66.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: -5.5,66.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: -6.5,66.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: -7.5,66.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + pos: -8.5,66.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + pos: -9.5,66.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: -10.5,66.5 + parent: 2 + - uid: 1669 + components: + - type: Transform + pos: -9.5,67.5 + parent: 2 + - uid: 1670 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 + - uid: 1671 + components: + - type: Transform + pos: -7.5,67.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: -7.5,70.5 + parent: 2 + - uid: 1675 + components: + - type: Transform + pos: -7.5,71.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: -7.5,72.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -7.5,73.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: -9.5,69.5 + parent: 2 + - uid: 1679 + components: + - type: Transform + pos: -9.5,70.5 + parent: 2 + - uid: 1680 + components: + - type: Transform + pos: -9.5,71.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: -9.5,72.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: -9.5,73.5 + parent: 2 + - uid: 1683 + components: + - type: Transform + pos: -9.5,74.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: -5.5,67.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: -4.5,67.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: -3.5,67.5 + parent: 2 + - uid: 1687 + components: + - type: Transform + pos: -3.5,68.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + pos: -3.5,69.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + pos: -3.5,70.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: -3.5,71.5 + parent: 2 + - uid: 1691 + components: + - type: Transform + pos: -3.5,72.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + pos: -3.5,73.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: -0.5,67.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + pos: -1.5,65.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + pos: -0.5,65.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + pos: 0.5,65.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + pos: 1.5,65.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + pos: 1.5,67.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + pos: 2.5,65.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + pos: 3.5,65.5 + parent: 2 + - uid: 1702 + components: + - type: Transform + pos: 4.5,65.5 + parent: 2 + - uid: 1703 + components: + - type: Transform + pos: 5.5,65.5 + parent: 2 + - uid: 1704 + components: + - type: Transform + pos: 6.5,65.5 + parent: 2 + - uid: 1705 + components: + - type: Transform + pos: 2.5,67.5 + parent: 2 + - uid: 1706 + components: + - type: Transform + pos: 4.5,67.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + pos: 5.5,66.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: 5.5,67.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + pos: 5.5,68.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + pos: 5.5,69.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 5.5,70.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 5.5,71.5 + parent: 2 + - uid: 1713 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 1714 + components: + - type: Transform + pos: 6.5,67.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + pos: 6.5,68.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + pos: 6.5,69.5 + parent: 2 + - uid: 1717 + components: + - type: Transform + pos: 6.5,70.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + pos: 6.5,71.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: 8.5,71.5 + parent: 2 + - uid: 1720 + components: + - type: Transform + pos: 8.5,72.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: 8.5,73.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + pos: 7.5,73.5 + parent: 2 + - uid: 1723 + components: + - type: Transform + pos: 6.5,73.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: 5.5,73.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: 4.5,73.5 + parent: 2 + - uid: 1726 + components: + - type: Transform + pos: 4.5,74.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: 3.5,74.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: 2.5,74.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: 1.5,74.5 + parent: 2 + - uid: 1730 + components: + - type: Transform + pos: 0.5,74.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: -0.5,74.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: -1.5,74.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: -1.5,73.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: -1.5,72.5 + parent: 2 + - uid: 1735 + components: + - type: Transform + pos: -1.5,71.5 + parent: 2 + - uid: 1736 + components: + - type: Transform + pos: -1.5,70.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -1.5,69.5 + parent: 2 + - uid: 1738 + components: + - type: Transform + pos: -0.5,73.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + pos: -0.5,72.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: -0.5,71.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: -0.5,70.5 + parent: 2 + - uid: 1742 + components: + - type: Transform + pos: -0.5,69.5 + parent: 2 + - uid: 1743 + components: + - type: Transform + pos: 0.5,73.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + pos: 2.5,73.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + pos: 9.5,64.5 + parent: 2 + - uid: 1746 + components: + - type: Transform + pos: 8.5,64.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + pos: 7.5,64.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: 6.5,64.5 + parent: 2 + - uid: 1749 + components: + - type: Transform + pos: 5.5,64.5 + parent: 2 + - uid: 1750 + components: + - type: Transform + pos: 9.5,70.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 9.5,69.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + pos: 8.5,70.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + pos: 8.5,69.5 + parent: 2 + - uid: 1754 + components: + - type: Transform + pos: 9.5,67.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + pos: 9.5,66.5 + parent: 2 + - uid: 1756 + components: + - type: Transform + pos: 9.5,65.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: 8.5,67.5 + parent: 2 + - uid: 1758 + components: + - type: Transform + pos: 8.5,66.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: 8.5,65.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: 7.5,65.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + pos: 7.5,66.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 1 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 3 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: -12.5,1.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -8.5,4.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: -8.5,5.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: -9.5,10.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: -8.5,6.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: -12.5,10.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: -14.5,10.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: -8.5,14.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: -8.5,15.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: -0.5,16.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: -8.5,17.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: -8.5,18.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: -15.5,17.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: -15.5,16.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: -15.5,15.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: -15.5,14.5 + parent: 2 + - uid: 459 + components: + - type: Transform + pos: -15.5,13.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: 15.5,17.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: 14.5,17.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: 13.5,18.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: -16.5,16.5 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 + - uid: 534 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 539 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: -26.5,18.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: -23.5,17.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: -23.5,18.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: -23.5,19.5 + parent: 2 + - uid: 544 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 545 + components: + - type: Transform + pos: -26.5,19.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: -22.5,19.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -21.5,19.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: -19.5,18.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: -19.5,19.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: -17.5,19.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -26.5,22.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -25.5,23.5 + parent: 2 + - uid: 555 + components: + - type: Transform + pos: -26.5,23.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: -15.5,21.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: -15.5,22.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: -15.5,23.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: -17.5,23.5 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 573 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: -22.5,23.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: -23.5,23.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: -14.5,23.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: -13.5,23.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: -13.5,24.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: -23.5,24.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: -23.5,25.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: -24.5,25.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: -25.5,25.5 + parent: 2 + - uid: 583 + components: + - type: Transform + pos: -26.5,25.5 + parent: 2 + - uid: 584 + components: + - type: Transform + pos: -27.5,25.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: -28.5,25.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: -30.5,25.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: -23.5,26.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: -30.5,27.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: -30.5,28.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: -30.5,29.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: -30.5,30.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: -30.5,31.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: -10.5,23.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: -32.5,31.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: -33.5,31.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: -34.5,31.5 + parent: 2 + - uid: 607 + components: + - type: Transform + pos: -35.5,31.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -36.5,31.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: -36.5,32.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: -38.5,31.5 + parent: 2 + - uid: 611 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 612 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 + - uid: 613 + components: + - type: Transform + pos: -38.5,33.5 + parent: 2 + - uid: 614 + components: + - type: Transform + pos: -38.5,34.5 + parent: 2 + - uid: 615 + components: + - type: Transform + pos: -37.5,34.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: -36.5,34.5 + parent: 2 + - uid: 617 + components: + - type: Transform + pos: -35.5,34.5 + parent: 2 + - uid: 618 + components: + - type: Transform + pos: -34.5,34.5 + parent: 2 + - uid: 619 + components: + - type: Transform + pos: -33.5,34.5 + parent: 2 + - uid: 620 + components: + - type: Transform + pos: -32.5,34.5 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: -31.5,34.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: -30.5,34.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: -29.5,34.5 + parent: 2 + - uid: 624 + components: + - type: Transform + pos: -28.5,34.5 + parent: 2 + - uid: 625 + components: + - type: Transform + pos: -27.5,34.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: -26.5,34.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: -26.5,33.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: -26.5,32.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: -30.5,32.5 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: -29.5,32.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -27.5,32.5 + parent: 2 + - uid: 748 + components: + - type: Transform + pos: -25.5,32.5 + parent: 2 + - uid: 749 + components: + - type: Transform + pos: -24.5,32.5 + parent: 2 + - uid: 750 + components: + - type: Transform + pos: -23.5,32.5 + parent: 2 + - uid: 751 + components: + - type: Transform + pos: -23.5,31.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: -23.5,28.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: -22.5,32.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: -18.5,32.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: -11.5,34.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: -13.5,34.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: -9.5,23.5 + parent: 2 + - uid: 760 + components: + - type: Transform + pos: -9.5,24.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 763 + components: + - type: Transform + pos: -7.5,23.5 + parent: 2 + - uid: 764 + components: + - type: Transform + pos: -7.5,24.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: -6.5,24.5 + parent: 2 + - uid: 767 + components: + - type: Transform + pos: -6.5,25.5 + parent: 2 + - uid: 768 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 769 + components: + - type: Transform + pos: 5.5,30.5 + parent: 2 + - uid: 770 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 4.5,22.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: 3.5,22.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: -0.5,22.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: -2.5,22.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: -2.5,21.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: -7.5,27.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: -6.5,27.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: -5.5,27.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: 5.5,29.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: 5.5,27.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 798 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 17.5,19.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 10.5,24.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 10.5,30.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 6.5,27.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 10.5,32.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 10.5,34.5 + parent: 2 + - uid: 981 + components: + - type: Transform + pos: 10.5,35.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: 10.5,36.5 + parent: 2 + - uid: 983 + components: + - type: Transform + pos: 10.5,37.5 + parent: 2 + - uid: 984 + components: + - type: Transform + pos: 11.5,37.5 + parent: 2 + - uid: 985 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 11.5,33.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: 14.5,36.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 14.5,37.5 + parent: 2 + - uid: 990 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: 16.5,37.5 + parent: 2 + - uid: 992 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 18.5,36.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: 18.5,35.5 + parent: 2 + - uid: 996 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: 18.5,33.5 + parent: 2 + - uid: 998 + components: + - type: Transform + pos: 17.5,34.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 15.5,33.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + pos: 15.5,32.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: 11.5,29.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 1025 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + pos: 21.5,24.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 1029 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: 25.5,23.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: 26.5,23.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + pos: 30.5,23.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - uid: 1074 + components: + - type: Transform + pos: 21.5,31.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: 33.5,20.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 33.5,23.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 1095 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 1155 + components: + - type: Transform + pos: 39.5,41.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + pos: 39.5,19.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 1159 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - uid: 1160 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 1161 + components: + - type: Transform + pos: 35.5,19.5 + parent: 2 + - uid: 1162 + components: + - type: Transform + pos: 35.5,20.5 + parent: 2 + - uid: 1163 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 + - uid: 1164 + components: + - type: Transform + pos: 39.5,20.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: 39.5,21.5 + parent: 2 + - uid: 1166 + components: + - type: Transform + pos: 39.5,22.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + pos: 39.5,24.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + pos: 39.5,25.5 + parent: 2 + - uid: 1169 + components: + - type: Transform + pos: 39.5,26.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + pos: 39.5,27.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + pos: 35.5,26.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: 35.5,27.5 + parent: 2 + - uid: 1173 + components: + - type: Transform + pos: 36.5,27.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + pos: 37.5,27.5 + parent: 2 + - uid: 1175 + components: + - type: Transform + pos: 38.5,27.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: 39.5,28.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: 39.5,29.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 1196 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 + - uid: 1197 + components: + - type: Transform + pos: 39.5,33.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + pos: 39.5,34.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: 39.5,35.5 + parent: 2 + - uid: 1200 + components: + - type: Transform + pos: 38.5,35.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: 37.5,35.5 + parent: 2 + - uid: 1202 + components: + - type: Transform + pos: 31.5,33.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + pos: 31.5,34.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + pos: 39.5,36.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: 39.5,38.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + pos: 39.5,39.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + pos: 37.5,36.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + pos: 37.5,37.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + pos: 37.5,38.5 + parent: 2 + - uid: 1210 + components: + - type: Transform + pos: 37.5,39.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: 37.5,40.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + pos: 37.5,41.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 29.5,35.5 + parent: 2 + - uid: 1222 + components: + - type: Transform + pos: 29.5,36.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: 29.5,37.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: 30.5,34.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 29.5,34.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: 28.5,34.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 27.5,34.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: 26.5,34.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: 19.5,33.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: 23.5,34.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: 22.5,34.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: 24.5,34.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: 19.5,34.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: 19.5,35.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + pos: 20.5,33.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: 22.5,36.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: 21.5,36.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: 20.5,37.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: 22.5,37.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: 23.5,37.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: 24.5,37.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: 10.5,39.5 + parent: 2 + - uid: 1247 + components: + - type: Transform + pos: 10.5,40.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 13.5,41.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: 18.5,38.5 + parent: 2 + - uid: 1252 + components: + - type: Transform + pos: 18.5,39.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + pos: 18.5,41.5 + parent: 2 + - uid: 1254 + components: + - type: Transform + pos: 10.5,42.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 10.5,45.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + pos: 11.5,45.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: 12.5,45.5 + parent: 2 + - uid: 1260 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + pos: 14.5,45.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: 18.5,44.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: 18.5,46.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 + - uid: 1273 + components: + - type: Transform + pos: 18.5,48.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: 18.5,49.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 1276 + components: + - type: Transform + pos: 18.5,51.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: 20.5,46.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: 19.5,46.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: 19.5,44.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: 19.5,42.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: 24.5,38.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: 24.5,39.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: 24.5,40.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: 24.5,41.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: 24.5,42.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: 23.5,42.5 + parent: 2 + - uid: 1290 + components: + - type: Transform + pos: 22.5,42.5 + parent: 2 + - uid: 1291 + components: + - type: Transform + pos: 22.5,43.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + pos: 22.5,45.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + pos: 22.5,46.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + pos: 24.5,45.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + pos: 23.5,45.5 + parent: 2 + - uid: 1304 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: 32.5,45.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: 33.5,45.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: 34.5,53.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: 33.5,53.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: 32.5,53.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + pos: 31.5,53.5 + parent: 2 + - uid: 1312 + components: + - type: Transform + pos: 30.5,53.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + pos: 29.5,53.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: 26.5,53.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: 25.5,53.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - uid: 1319 + components: + - type: Transform + pos: 18.5,52.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + pos: 18.5,53.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + pos: 32.5,54.5 + parent: 2 + - uid: 1322 + components: + - type: Transform + pos: 32.5,55.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + pos: 32.5,56.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + pos: 32.5,57.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + pos: 32.5,58.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + pos: 32.5,59.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + pos: 30.5,56.5 + parent: 2 + - uid: 1328 + components: + - type: Transform + pos: 29.5,56.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: 29.5,57.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + pos: 29.5,58.5 + parent: 2 + - uid: 1331 + components: + - type: Transform + pos: 29.5,59.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + pos: 29.5,60.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: 30.5,58.5 + parent: 2 + - uid: 1334 + components: + - type: Transform + pos: 30.5,60.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + pos: 32.5,60.5 + parent: 2 + - uid: 1336 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + pos: 24.5,56.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + pos: 25.5,55.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + pos: 25.5,56.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + pos: 25.5,57.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: 25.5,58.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + pos: 25.5,59.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + pos: 25.5,60.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + pos: 26.5,60.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + pos: 27.5,60.5 + parent: 2 + - uid: 1346 + components: + - type: Transform + pos: 28.5,60.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + pos: 24.5,60.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + pos: 23.5,60.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + pos: 21.5,60.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: 20.5,60.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + pos: 18.5,54.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + pos: 18.5,55.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: 18.5,56.5 + parent: 2 + - uid: 1357 + components: + - type: Transform + pos: 18.5,57.5 + parent: 2 + - uid: 1358 + components: + - type: Transform + pos: 18.5,58.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: 18.5,59.5 + parent: 2 + - uid: 1360 + components: + - type: Transform + pos: 32.5,61.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: 32.5,62.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + pos: 32.5,63.5 + parent: 2 + - uid: 1363 + components: + - type: Transform + pos: 32.5,64.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + pos: 32.5,65.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + pos: 33.5,65.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + pos: 34.5,65.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: 34.5,67.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: 33.5,67.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + pos: 32.5,67.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + pos: 31.5,73.5 + parent: 2 + - uid: 1371 + components: + - type: Transform + pos: 32.5,68.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + pos: 32.5,69.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + pos: 32.5,70.5 + parent: 2 + - uid: 1374 + components: + - type: Transform + pos: 32.5,71.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: 32.5,72.5 + parent: 2 + - uid: 1376 + components: + - type: Transform + pos: 32.5,73.5 + parent: 2 + - uid: 1377 + components: + - type: Transform + pos: 32.5,74.5 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: 32.5,75.5 + parent: 2 + - uid: 1379 + components: + - type: Transform + pos: 31.5,75.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: 32.5,78.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + pos: 31.5,78.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + pos: 31.5,79.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: 31.5,80.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: 29.5,75.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + pos: 28.5,75.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: 28.5,74.5 + parent: 2 + - uid: 1388 + components: + - type: Transform + pos: 28.5,73.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + pos: 29.5,73.5 + parent: 2 + - uid: 1390 + components: + - type: Transform + pos: 28.5,72.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + pos: 27.5,72.5 + parent: 2 + - uid: 1392 + components: + - type: Transform + pos: 27.5,71.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + pos: 27.5,70.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + pos: 27.5,69.5 + parent: 2 + - uid: 1395 + components: + - type: Transform + pos: 27.5,68.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + pos: 27.5,67.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + pos: 27.5,66.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + pos: 27.5,65.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + pos: 27.5,64.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + pos: 27.5,63.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 27.5,62.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: 27.5,61.5 + parent: 2 + - uid: 1403 + components: + - type: Transform + pos: 28.5,61.5 + parent: 2 + - uid: 1404 + components: + - type: Transform + pos: 31.5,81.5 + parent: 2 + - uid: 1405 + components: + - type: Transform + pos: 25.5,81.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: 25.5,80.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + pos: 27.5,75.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + pos: 26.5,75.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + pos: -11.5,66.5 + parent: 2 + - uid: 1763 + components: + - type: Transform + pos: -11.5,67.5 + parent: 2 + - uid: 1764 + components: + - type: Transform + pos: -11.5,68.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: -11.5,69.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + pos: -11.5,70.5 + parent: 2 + - uid: 1767 + components: + - type: Transform + pos: -11.5,71.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + pos: -11.5,72.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + pos: -11.5,73.5 + parent: 2 + - uid: 1770 + components: + - type: Transform + pos: -13.5,73.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: -13.5,72.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + pos: -13.5,71.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + pos: -13.5,70.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: -13.5,69.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: -13.5,68.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + pos: -13.5,67.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: -13.5,66.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: -13.5,65.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + pos: -13.5,64.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: -23.5,30.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + pos: -3.5,63.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: -2.5,63.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + pos: -1.5,63.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 +- proto: WardrobeGenetics + entities: + - uid: 2067 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 527 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 2403 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - type: WarpPoint + location: Space Ruin +- proto: WeldingFuelTankFull + entities: + - uid: 220 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + pos: 19.5,59.5 + parent: 2 +- proto: Windoor + entities: + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-8.5 + parent: 2 + - uid: 218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 2 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 2 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,27.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: -20.5,19.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,20.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,19.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: -24.5,23.5 + parent: 2 + - uid: 1833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,24.5 + parent: 2 + - uid: 1834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - uid: 1835 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 1836 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,68.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,68.5 + parent: 2 + - uid: 2025 + components: + - type: Transform + pos: 3.5,68.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,72.5 + parent: 2 + - uid: 2027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,68.5 + parent: 2 + - uid: 2028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,75.5 + parent: 2 + - uid: 2234 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,49.5 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: 20.5,50.5 + parent: 2 + - uid: 2295 + components: + - type: Transform + pos: 20.5,53.5 + parent: 2 +- proto: Window + entities: + - uid: 282 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 1032 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + pos: 22.5,24.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: 22.5,23.5 + parent: 2 + - uid: 1035 + components: + - type: Transform + pos: 23.5,23.5 + parent: 2 + - uid: 1036 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: 22.5,21.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: 21.5,21.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: 31.5,21.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: 31.5,23.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: 25.5,31.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: 23.5,31.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: 32.5,20.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: 31.5,15.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: 31.5,14.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + pos: 25.5,34.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: 21.5,34.5 + parent: 2 + - uid: 2232 + components: + - type: Transform + pos: 17.5,38.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + pos: 17.5,39.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + pos: 24.5,50.5 + parent: 2 + - uid: 2308 + components: + - type: Transform + pos: 27.5,46.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,24.5 + parent: 2 + - uid: 641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,25.5 + parent: 2 + - uid: 642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,26.5 + parent: 2 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,24.5 + parent: 2 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,25.5 + parent: 2 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,26.5 + parent: 2 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,28.5 + parent: 2 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,29.5 + parent: 2 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,30.5 + parent: 2 + - uid: 649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,30.5 + parent: 2 + - uid: 650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,29.5 + parent: 2 + - uid: 651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,28.5 + parent: 2 + - uid: 652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,26.5 + parent: 2 + - uid: 653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,26.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: -40.5,28.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -39.5,28.5 + parent: 2 + - uid: 656 + components: + - type: Transform + pos: -38.5,28.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: -37.5,28.5 + parent: 2 + - uid: 658 + components: + - type: Transform + pos: -36.5,28.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: -35.5,28.5 + parent: 2 + - uid: 662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,26.5 + parent: 2 + - uid: 663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,26.5 + parent: 2 + - uid: 664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,26.5 + parent: 2 + - uid: 665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,26.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,42.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,43.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,44.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,45.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,45.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,45.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,45.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,38.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,39.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,40.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,41.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + pos: 0.5,35.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + pos: -0.5,35.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + pos: -1.5,35.5 + parent: 2 + - uid: 1909 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + pos: -6.5,35.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,38.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,42.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,43.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,44.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,45.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,38.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,39.5 + parent: 2 + - uid: 1965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,40.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,41.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,49.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,49.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,49.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,49.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,49.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,49.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + pos: 4.5,28.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,24.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,25.5 + parent: 2 + - uid: 2076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,25.5 + parent: 2 + - uid: 2077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,25.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,27.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,24.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,25.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,26.5 + parent: 2 + - uid: 2088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,28.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + pos: -17.5,28.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: -16.5,28.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,31.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,30.5 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: -7.5,10.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,9.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 2223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,28.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,29.5 + parent: 2 + - uid: 2225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,30.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,46.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,47.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,48.5 + parent: 2 + - uid: 2282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,51.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,52.5 + parent: 2 + - uid: 2284 + components: + - type: Transform + pos: 23.5,50.5 + parent: 2 + - uid: 2285 + components: + - type: Transform + pos: 22.5,50.5 + parent: 2 + - uid: 2286 + components: + - type: Transform + pos: 21.5,50.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + pos: 23.5,53.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + pos: 22.5,53.5 + parent: 2 + - uid: 2290 + components: + - type: Transform + pos: 21.5,53.5 + parent: 2 + - uid: 2291 + components: + - type: Transform + pos: 19.5,53.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 8 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 31 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-1.5 + parent: 2 + - uid: 32 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-1.5 + parent: 2 + - uid: 33 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-1.5 + parent: 2 + - uid: 34 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-1.5 + parent: 2 + - uid: 35 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-1.5 + parent: 2 + - uid: 36 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 2 + - uid: 37 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 38 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 40 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 2 + - uid: 41 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 42 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 2 + - uid: 43 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 2 + - uid: 44 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 2 + - uid: 46 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-1.5 + parent: 2 + - uid: 47 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 2 + - uid: 48 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 2 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 2 + - uid: 50 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-1.5 + parent: 2 + - uid: 51 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 2 + - uid: 52 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-1.5 + parent: 2 + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-4.5 + parent: 2 + - uid: 54 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-4.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,4.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,1.5 + parent: 2 + - uid: 256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,1.5 + parent: 2 + - uid: 257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,0.5 + parent: 2 + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-0.5 + parent: 2 + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-1.5 + parent: 2 + - uid: 260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-1.5 + parent: 2 + - uid: 261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-0.5 + parent: 2 + - uid: 262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,0.5 + parent: 2 + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,1.5 + parent: 2 + - uid: 284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-3.5 + parent: 2 + - uid: 285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-3.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-3.5 + parent: 2 + - uid: 290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-3.5 + parent: 2 + - uid: 291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-3.5 + parent: 2 + - uid: 312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,5.5 + parent: 2 + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,6.5 + parent: 2 + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 + - uid: 315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,8.5 + parent: 2 + - uid: 316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,9.5 + parent: 2 + - uid: 317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,9.5 + parent: 2 + - uid: 318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,8.5 + parent: 2 + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 + - uid: 320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,6.5 + parent: 2 + - uid: 321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,5.5 + parent: 2 + - uid: 322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,4.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 + - uid: 467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,18.5 + parent: 2 + - uid: 468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,18.5 + parent: 2 + - uid: 469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,18.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: -11.5,18.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: -11.5,18.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: -12.5,18.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - uid: 474 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,18.5 + parent: 2 + - uid: 476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,18.5 + parent: 2 + - uid: 477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,18.5 + parent: 2 + - uid: 478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,18.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 + - uid: 511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,14.5 + parent: 2 + - uid: 512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,15.5 + parent: 2 + - uid: 513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,15.5 + parent: 2 + - uid: 514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,14.5 + parent: 2 + - uid: 515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,17.5 + parent: 2 + - uid: 519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,16.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: 35.5,13.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: 36.5,13.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,13.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,13.5 + parent: 2 + - uid: 1106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,13.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,13.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,13.5 + parent: 2 + - uid: 1109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,12.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,12.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,22.5 + parent: 2 + - uid: 1177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,24.5 + parent: 2 + - uid: 1178 + components: + - type: Transform + pos: 41.5,24.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + pos: 41.5,22.5 + parent: 2 + - uid: 1180 + components: + - type: Transform + pos: 40.5,24.5 + parent: 2 + - uid: 1181 + components: + - type: Transform + pos: 40.5,22.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,22.5 + parent: 2 + - uid: 1183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,22.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,24.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,24.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,76.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: 30.5,81.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 29.5,81.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + pos: 27.5,81.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + pos: 26.5,81.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,81.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,81.5 + parent: 2 + - uid: 1418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,81.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,81.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,76.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,79.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,79.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,79.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + pos: 25.5,79.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: -21.5,32.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: -19.5,32.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,32.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,32.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,32.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,32.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + pos: 14.5,41.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + pos: 15.5,41.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + pos: 16.5,41.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + pos: 17.5,41.5 + parent: 2 + - uid: 1841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,41.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,41.5 + parent: 2 + - uid: 1843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,41.5 + parent: 2 + - uid: 1844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,41.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,56.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,56.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,56.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,56.5 + parent: 2 + - uid: 1849 + components: + - type: Transform + pos: 19.5,56.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + pos: 20.5,56.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + pos: 21.5,56.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + pos: 22.5,56.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + pos: 26.5,56.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,56.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,56.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: 28.5,56.5 + parent: 2 + - uid: 1857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,56.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,34.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,34.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 1861 + components: + - type: Transform + pos: -0.5,34.5 + parent: 2 + - uid: 1862 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,34.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,35.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,36.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,37.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,38.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,38.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,37.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,36.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,35.5 + parent: 2 + - uid: 1874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,38.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,38.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,37.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,42.5 + parent: 2 + - uid: 1880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,43.5 + parent: 2 + - uid: 1881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,44.5 + parent: 2 + - uid: 1882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,45.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,45.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,46.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,46.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,46.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,46.5 + parent: 2 + - uid: 1888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,46.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,45.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,45.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,44.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,42.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + pos: 1.5,42.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: -13.5,38.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,38.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,39.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,40.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,41.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,41.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: -12.5,49.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + pos: -11.5,49.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + pos: -10.5,49.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: -9.5,49.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: -8.5,49.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,49.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + pos: -6.5,49.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,49.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,55.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: -5.5,55.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: -6.5,55.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,55.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,55.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,55.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,55.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,55.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,13.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,14.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,15.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,46.5 + parent: 2 + - uid: 2253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,47.5 + parent: 2 + - uid: 2254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,48.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,49.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,50.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,51.5 + parent: 2 + - uid: 2258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,52.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 2190 + components: + - type: Transform + pos: 16.568197,9.496576 + parent: 2 +... diff --git a/Resources/Maps/Ruins/DeltaV/djstation.yml b/Resources/Maps/Ruins/DeltaV/djstation.yml new file mode 100644 index 0000000000..53b359325b --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/djstation.yml @@ -0,0 +1,1996 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 30: FloorDark + 45: FloorFreezer + 63: FloorLino + 78: FloorReinforced + 93: FloorSteelCheckerLight + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAALQAAAAAALQAAAAAAegAAAAAAXQAAAAADXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAALQAAAAAAegAAAAAAegAAAAAAXQAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADegAAAAAAXQAAAAAAXQAAAAADXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAADTgAAAAAAXQAAAAAAXQAAAAACXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAACDgAAAAABDgAAAAACTgAAAAAAXQAAAAABXQAAAAADXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXQAAAAAAXQAAAAACXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABXQAAAAADPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: BecomesStation + id: Empty + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: SpreaderGrid + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,0: + 0: 65535 + 0,-1: + 0: 65527 + -3,-3: + 0: 32896 + -3,-2: + 0: 34952 + -3,-1: + 0: 34944 + -2,-4: + 0: 4096 + -2,-3: + 0: 65533 + -2,-2: + 0: 65535 + -2,-1: + 0: 65520 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -3,0: + 0: 34952 + -2,0: + 0: 65535 + -2,1: + 0: 140 + -1,1: + 0: 65535 + -1,2: + 0: 15 + 0,1: + 0: 32767 + 0,2: + 0: 7 + 1,0: + 0: 65535 + 1,1: + 0: 3 + 0,-4: + 0: 30464 + 0,-3: + 0: 63351 + 0,-2: + 0: 65535 + 1,-3: + 0: 61984 + 1,-2: + 0: 65535 + 1,-1: + 0: 65520 + 2,-2: + 0: 4097 + 2,-1: + 0: 272 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockExternal + entities: + - uid: 125 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 126 + - type: DeviceLinkSource + linkedPorts: + 126: + - DoorStatus: DoorBolt + - uid: 126 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 125 + - type: DeviceLinkSource + linkedPorts: + 125: + - DoorStatus: DoorBolt +- proto: AirlockFreezer + entities: + - uid: 282 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 278 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 +- proto: AirlockMaint + entities: + - uid: 281 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 +- proto: APCBasic + entities: + - uid: 275 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 +- proto: Bed + entities: + - uid: 329 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 330 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 +- proto: BoxSurvival + entities: + - uid: 325 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 240 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 268 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 +- proto: CableHV + entities: + - uid: 170 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 212 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 +- proto: CableMV + entities: + - uid: 233 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 226 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 +- proto: Chair + entities: + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-7.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 337 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 309 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 334 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 +- proto: ClothingHeadHatHetmanHat + entities: + - uid: 301 + components: + - type: Transform + pos: 1.392891,-9.488463 + parent: 2 +- proto: ClothingHeadHatUshanka + entities: + - uid: 300 + components: + - type: Transform + pos: 1.627266,-9.441588 + parent: 2 +- proto: ClothingHeadHelmetSyndicate + entities: + - uid: 322 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 +- proto: ClothingMaskBreath + entities: + - uid: 323 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 +- proto: ClothingOuterSuitEmergency + entities: + - uid: 324 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 288 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 + - uid: 290 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 286 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-12.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 285 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 338 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 +- proto: DrinkVodkaBottleFull + entities: + - uid: 302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.54914105,-9.597838 + parent: 2 + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.53351605,-9.488463 + parent: 2 + - uid: 304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.53351605,-9.394713 + parent: 2 + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.51789105,-9.285338 + parent: 2 +- proto: FireExtinguisher + entities: + - uid: 319 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 +- proto: Grille + entities: + - uid: 27 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 39 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 44 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 49 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 +- proto: IntercomAll + entities: + - uid: 316 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 293 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 +- proto: Lamp + entities: + - uid: 332 + components: + - type: Transform + pos: 6.502266,-5.1807394 + parent: 2 +- proto: Multitool + entities: + - uid: 320 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 +- proto: Paper + entities: + - uid: 333 + components: + - type: Transform + pos: 0.50762904,-7.3587046 + parent: 2 +- proto: PaperBin5 + entities: + - uid: 307 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 +- proto: Pen + entities: + - uid: 308 + components: + - type: Transform + pos: -1.310234,-10.300963 + parent: 2 +- proto: PersonalAI + entities: + - uid: 341 + components: + - type: Transform + pos: -3.262328,-10.542794 + parent: 2 +- proto: PosterContrabandDonk + entities: + - uid: 339 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 292 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-10.5 + parent: 2 + - uid: 130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 2 + - uid: 131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-7.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 +- proto: Rack + entities: + - uid: 280 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 340 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 310 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 15 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 +- proto: SalvageLootSpawner + entities: + - uid: 336 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 2 +- proto: Sink + entities: + - uid: 128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-10.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 276 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 134 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 +- proto: SubstationWallBasic + entities: + - uid: 277 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 +- proto: Table + entities: + - uid: 283 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 312 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 127 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 321 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 1 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 3 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 342 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - type: WarpPoint + location: Space Ruin +- proto: WindowReinforcedDirectional + entities: + - uid: 296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-9.5 + parent: 2 + - uid: 297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 2 +... diff --git a/Resources/Maps/Ruins/DeltaV/old_ai_sat.yml b/Resources/Maps/Ruins/DeltaV/old_ai_sat.yml new file mode 100644 index 0000000000..2b4110b781 --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/old_ai_sat.yml @@ -0,0 +1,4360 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 90: FloorSteel + 94: FloorSteelDamaged + 121: Lattice + 122: Plating + 125: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -1.53125,0.062469482 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAXgAAAAAAWgAAAAACegAAAAAAWgAAAAABXgAAAAAEWgAAAAADegAAAAAAWgAAAAADWgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAXgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAACXgAAAAADXgAAAAABWgAAAAACXgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAACWgAAAAABWgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAACAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAXgAAAAAEWgAAAAABWgAAAAAAXgAAAAABWgAAAAABegAAAAAAAAAAAAAAeQAAAAAAHgAAAAABeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADAAAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADegAAAAAAHgAAAAACAAAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAABegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABegAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAHgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAHgAAAAACAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAHgAAAAACAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAHgAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: HgAAAAABAAAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACegAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACegAAAAAAHgAAAAABeQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADegAAAAAAfQAAAAAAfQAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADegAAAAAAHgAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAACfQAAAAACegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAegAAAAAAHgAAAAADeQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABegAAAAAAHgAAAAACeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAHgAAAAABeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAHgAAAAACeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: egAAAAAAAAAAAAAAHgAAAAADAAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAHgAAAAABHgAAAAACHgAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAHgAAAAAAAAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAHgAAAAABAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAACegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAHgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAHgAAAAADAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAHgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACXgAAAAADXgAAAAAEegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAAAWgAAAAAAXgAAAAACXgAAAAACXgAAAAADfQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAABXgAAAAAEXgAAAAAAfQAAAAACfQAAAAABeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: eQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: Remains + decals: + 26: 9,17 + 27: 16,28 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 4: 10,4 + 20: 12,11 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 5: 8,4 + 9: 6,1 + 19: 6,11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 16: 11,-2 + 21: 12,9 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 8: 6,-1 + 12: 7,-2 + 17: 6,9 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 6: 10,3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 7: 8,3 + 22: 7,11 + 23: 10,11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 11: 7,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 25: 12,10 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 13: 8,-2 + 14: 9,-2 + 15: 10,-2 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 10: 6,0 + 18: 6,10 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 3: 9,4 + 24: 9,11 + - node: + cleanable: True + color: '#2E0000FF' + id: splatter + decals: + 0: 11,19 + 1: 9,17 + 2: 10,16 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65528 + 0,1: + 0: 63743 + 0,2: + 0: 24388 + 0,3: + 0: 56799 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 61423 + 1,3: + 0: 65535 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 65535 + 2,3: + 0: 65535 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 48951 + 3,3: + 0: 65535 + 0,-3: + 0: 34816 + 0,-2: + 0: 34952 + 1,-2: + 0: 54500 + 1,-1: + 0: 65535 + 1,-3: + 0: 17476 + 2,-2: + 0: 62200 + 2,-1: + 0: 65535 + 2,-3: + 0: 32768 + 3,-3: + 0: 39320 + 3,-2: + 0: 55739 + 3,-1: + 0: 65535 + 3,-4: + 0: 34816 + -4,3: + 0: 52976 + -4,2: + 0: 49152 + -3,2: + 0: 61440 + -3,3: + 0: 65520 + -2,2: + 0: 65260 + -2,3: + 0: 61167 + -2,1: + 0: 16392 + -1,0: + 0: 61440 + -1,1: + 0: 33023 + -1,3: + 0: 17487 + 4,0: + 0: 7936 + 4,1: + 0: 28919 + 4,2: + 0: 18176 + 4,3: + 0: 21855 + 5,0: + 0: 36846 + 5,1: + 0: 28 + 5,3: + 0: 65455 + 5,2: + 0: 43682 + 6,0: + 0: 65395 + 6,1: + 0: 52975 + 6,2: + 0: 62212 + 6,3: + 0: 32639 + 7,2: + 0: 61440 + 7,3: + 0: 8048 + 0,4: + 0: 65021 + 0,5: + 0: 24575 + 0,6: + 0: 65407 + 0,7: + 0: 65535 + 1,4: + 0: 65535 + 1,5: + 0: 53247 + 1,6: + 0: 64975 + 1,7: + 0: 65535 + 2,4: + 0: 65535 + 2,5: + 0: 65535 + 2,6: + 0: 65535 + 2,7: + 0: 65535 + 3,4: + 0: 65535 + 3,5: + 0: 65535 + 3,6: + 0: 65535 + 3,7: + 0: 65535 + 4,4: + 0: 30709 + 4,5: + 0: 65399 + 4,6: + 0: 65535 + 4,7: + 0: 32767 + 5,4: + 0: 65535 + 5,5: + 0: 65455 + 5,6: + 0: 65535 + 5,7: + 0: 2047 + 6,4: + 0: 30711 + 6,5: + 0: 65407 + 6,6: + 0: 13119 + 6,7: + 0: 275 + 7,4: + 0: 4369 + 7,5: + 0: 4119 + -4,5: + 0: 255 + -4,4: + 0: 57344 + -3,4: + 0: 63624 + -3,5: + 0: 61695 + -2,4: + 0: 61182 + -2,5: + 0: 65518 + -2,6: + 0: 61166 + -2,7: + 0: 36078 + -1,4: + 0: 17652 + -1,5: + 0: 20292 + -1,6: + 0: 62532 + -1,7: + 0: 16371 + 0,8: + 0: 34953 + 0,9: + 0: 8 + 1,8: + 0: 25844 + 1,9: + 0: 19686 + 2,8: + 0: 35058 + 2,9: + 0: 34952 + 3,8: + 0: 48121 + 3,9: + 0: 39323 + 3,10: + 0: 2184 + -5,3: + 0: 128 + -5,5: + 0: 143 + 8,3: + 0: 256 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirCanister + entities: + - uid: 616 + components: + - type: Transform + pos: 4.5,27.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirlockExternal + entities: + - uid: 3 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - type: DeviceLinkSink + links: + - 673 + - type: DeviceLinkSource + linkedPorts: + 673: + - DoorStatus: DoorBolt + - uid: 673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - type: DeviceLinkSink + links: + - 3 + - type: DeviceLinkSource + linkedPorts: + 3: + - DoorStatus: DoorBolt +- proto: AirlockHatch + entities: + - uid: 138 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: 6.5,24.5 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: 13.5,10.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: 18.5,23.5 + parent: 1 +- proto: AirlockHatchMaintenance + entities: + - uid: 275 + components: + - type: Transform + pos: 12.5,23.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 13.5,22.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: 20.5,17.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 320 + components: + - type: Transform + pos: 1.5,29.5 + parent: 1 +- proto: Bed + entities: + - uid: 521 + components: + - type: Transform + pos: 16.5,28.5 + parent: 1 +- proto: BoxFolderYellow + entities: + - uid: 277 + components: + - type: Transform + pos: 8.5,26.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 631 + components: + - type: Transform + pos: 1.5,28.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: 1.5,29.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: 2.5,28.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: 2.5,27.5 + parent: 1 +- proto: CableApcStack10 + entities: + - uid: 654 + components: + - type: Transform + pos: 2.5,26.5 + parent: 1 +- proto: CableHV + entities: + - uid: 676 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 +- proto: CarpSpawnerMundane + entities: + - uid: 715 + components: + - type: Transform + pos: 2.5,26.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: 13.5,17.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 +- proto: Chair + entities: + - uid: 274 + components: + - type: Transform + pos: 9.5,23.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1 + - uid: 603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,25.5 + parent: 1 + - uid: 604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,24.5 + parent: 1 + - uid: 605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,25.5 + parent: 1 +- proto: CigaretteSpent + entities: + - uid: 278 + components: + - type: Transform + pos: 9.5,24.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1 +- proto: CigPackGreen + entities: + - uid: 602 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 136 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 +- proto: ClosetSteelBase + entities: + - uid: 472 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 706 + components: + - type: Transform + pos: 6.392708,-0.58981436 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: 6.627083,-0.35543936 + parent: 1 +- proto: ClothingUniformJumpsuitCentcomOfficer + entities: + - uid: 663 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1 +- proto: ComputerFrame + entities: + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,25.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,26.5 + parent: 1 + - uid: 671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,7.5 + parent: 1 +- proto: Crowbar + entities: + - uid: 709 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: DisposalPipe + entities: + - uid: 556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,24.5 + parent: 1 + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,24.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,24.5 + parent: 1 + - uid: 559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,24.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,24.5 + parent: 1 +- proto: DisposalTrunk + entities: + - uid: 554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,24.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,24.5 + parent: 1 +- proto: DisposalUnit + entities: + - uid: 553 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1 +- proto: Grille + entities: + - uid: 14 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 14.5,0.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 14.5,1.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 13.5,3.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 14.5,3.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,22.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 9.5,22.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: -4.5,31.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: -4.5,30.5 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: -5.5,30.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: -5.5,29.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: -6.5,28.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -6.5,27.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -6.5,26.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: -6.5,24.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: -6.5,23.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -7.5,23.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: -8.5,23.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: -7.5,11.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: -6.5,11.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -6.5,15.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: -6.5,16.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: -6.5,17.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -6.5,18.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -6.5,19.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -6.5,20.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -6.5,21.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: -6.5,22.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: 25.5,11.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 25.5,12.5 + parent: 1 + - uid: 487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,31.5 + parent: 1 + - uid: 488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,31.5 + parent: 1 + - uid: 490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,31.5 + parent: 1 + - uid: 491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,31.5 + parent: 1 + - uid: 492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,31.5 + parent: 1 + - uid: 493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,31.5 + parent: 1 + - uid: 494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,31.5 + parent: 1 + - uid: 496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,31.5 + parent: 1 + - uid: 497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,31.5 + parent: 1 + - uid: 498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,31.5 + parent: 1 + - uid: 499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,31.5 + parent: 1 + - uid: 500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,31.5 + parent: 1 + - uid: 501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,31.5 + parent: 1 + - uid: 502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,31.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: 3.5,33.5 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: 15.5,33.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: 25.5,23.5 + parent: 1 + - uid: 528 + components: + - type: Transform + pos: 26.5,23.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 26.5,15.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: 26.5,16.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: 26.5,17.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: 26.5,18.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 26.5,19.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: 25.5,13.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: 26.5,13.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: 26.5,11.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1 + - uid: 547 + components: + - type: Transform + pos: 26.5,12.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 25.5,27.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 25.5,26.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: 25.5,25.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 27.5,11.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: 20.5,19.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: 20.5,15.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1 + - uid: 607 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1 + - uid: 609 + components: + - type: Transform + pos: 16.5,26.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 23.5,0.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: 24.5,0.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 25.5,0.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: 25.5,1.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: 26.5,1.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: 26.5,2.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: 27.5,3.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: 27.5,6.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: 27.5,5.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 25 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: -3.5,31.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: -2.5,31.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: -6.5,29.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -6.5,25.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -9.5,23.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: -8.5,11.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: 3.5,34.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: 25.5,10.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: 15.5,34.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: 25.5,24.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 25.5,28.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: 28.5,11.5 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: 22.5,0.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: 27.5,7.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: 27.5,4.5 + parent: 1 +- proto: Handcuffs + entities: + - uid: 664 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1 +- proto: Hemostat + entities: + - uid: 660 + components: + - type: Transform + pos: 9.6019,15.69105 + parent: 1 +- proto: HighSecDoor + entities: + - uid: 518 + components: + - type: Transform + pos: 15.5,27.5 + parent: 1 +- proto: Lamp + entities: + - uid: 658 + components: + - type: Transform + pos: 11.5,17.5 + parent: 1 +- proto: LockerOldAISat + entities: + - uid: 674 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: 12.5,1.5 + parent: 1 +- proto: MachineFrame + entities: + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-2.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 670 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 +- proto: MaintenanceFluffSpawner + entities: + - uid: 524 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1 +- proto: MaintenanceToolSpawner + entities: + - uid: 655 + components: + - type: Transform + pos: 3.5,28.5 + parent: 1 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 267 + components: + - type: Transform + pos: 7.5,27.5 + parent: 1 +- proto: Paper + entities: + - uid: 282 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 +- proto: PaperBin5 + entities: + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 + parent: 1 +- proto: PaperScrap + entities: + - uid: 712 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 +- proto: PartRodMetal + entities: + - uid: 301 + components: + - type: Transform + pos: 0.5,21.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 +- proto: PartRodMetal1 + entities: + - uid: 221 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1 +- proto: Pen + entities: + - uid: 714 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 131 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 9.5,11.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,25.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: 17.5,28.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,17.5 + parent: 1 +- proto: Rack + entities: + - uid: 514 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: 14.5,25.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,19.5 + parent: 1 +- proto: RadioHandheld + entities: + - uid: 279 + components: + - type: Transform + pos: 8.5,23.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: 11.5,18.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 718 + components: + - type: Transform + pos: 28.5,23.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1 +- proto: RandomSpawner100 + entities: + - uid: 717 + components: + - type: Transform + pos: 27.5,24.5 + parent: 1 +- proto: RandomVending + entities: + - uid: 520 + components: + - type: Transform + pos: 16.5,24.5 + parent: 1 +- proto: RandomVendingDrinks + entities: + - uid: 519 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 91 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 17.5,5.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: 0.5,30.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: -1.5,30.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: -2.5,30.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 19.5,30.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 18.5,29.5 + parent: 1 + - uid: 525 + components: + - type: Transform + pos: 23.5,27.5 + parent: 1 + - uid: 526 + components: + - type: Transform + pos: 24.5,28.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 23.5,11.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 24.5,12.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: 26.5,5.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: 25.5,4.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: 23.5,2.5 + parent: 1 +- proto: RemoteSignaller + entities: + - uid: 666 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1 +- proto: ResearchAndDevelopmentServerMachineCircuitboard + entities: + - uid: 600 + components: + - type: Transform + pos: 23.5,19.5 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 626 + components: + - type: Transform + pos: 4.5,28.5 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 516 + components: + - type: Transform + pos: 14.5,25.5 + parent: 1 +- proto: SawElectric + entities: + - uid: 659 + components: + - type: Transform + pos: 10.4769,15.4723 + parent: 1 +- proto: ShardGlass + entities: + - uid: 220 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: 17.48479,10.085306 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: 18.5,20.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 +- proto: SignSecurearea + entities: + - uid: 280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,25.5 + parent: 1 +- proto: SmallLight + entities: + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - uid: 321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,0.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: 2.5,28.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 711 + components: + - type: Transform + pos: 15.5,11.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 669 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 +- proto: Syringe + entities: + - uid: 661 + components: + - type: Transform + pos: 11.586033,16.272139 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: 11.336033,16.600264 + parent: 1 +- proto: Table + entities: + - uid: 266 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 + parent: 1 + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,27.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 8.5,23.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 10.5,15.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 11.5,17.5 + parent: 1 + - uid: 596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,18.5 + parent: 1 + - uid: 597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,15.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,25.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 708 + components: + - type: Transform + pos: 7.640723,-1.3639133 + parent: 1 +- proto: ToolboxSyndicateFilled + entities: + - uid: 599 + components: + - type: Transform + pos: 22.5,16.5 + parent: 1 +- proto: WallReinforced + entities: + - uid: 4 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 13.5,0.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 13.5,4.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 14.5,5.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 14.5,4.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 15.5,6.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 15.5,5.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 14.5,8.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 11.5,8.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 13.5,8.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 13.5,11.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 2.5,22.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 6.5,22.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 5.5,22.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 4.5,22.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 16.5,17.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 16.5,19.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 16.5,20.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 16.5,21.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 16.5,22.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 14.5,22.5 + parent: 1 + - uid: 200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,24.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 15.5,22.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,26.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,25.5 + parent: 1 + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,24.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,24.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,23.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 13.5,29.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 13.5,28.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 12.5,28.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 6.5,23.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 6.5,26.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 6.5,27.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 6.5,28.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 11.5,28.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 10.5,28.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 8.5,28.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 7.5,28.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 6.5,29.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 7.5,29.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 7.5,30.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 8.5,29.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 9.5,29.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 9.5,30.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 10.5,29.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 10.5,30.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 11.5,29.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 11.5,30.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 12.5,29.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 12.5,30.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 5.5,28.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 0.5,29.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 1.5,29.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 2.5,29.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 3.5,29.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 4.5,29.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 5.5,29.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 5.5,30.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 4.5,30.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 3.5,30.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 2.5,30.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 1.5,30.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 13.5,30.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,27.5 + parent: 1 + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,22.5 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,23.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -5.5,28.5 + parent: 1 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,16.5 + parent: 1 + - uid: 329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,24.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: -0.5,29.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: -1.5,29.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: -2.5,29.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -3.5,29.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -3.5,30.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -3.5,28.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: -4.5,14.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: -4.5,18.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: -4.5,19.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -4.5,20.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: -4.5,21.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: -4.5,22.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: -4.5,23.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: -4.5,24.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -4.5,25.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -4.5,26.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -4.5,27.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: -4.5,28.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -4.5,29.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -5.5,27.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: -5.5,26.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -5.5,25.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -5.5,24.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -5.5,23.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: -5.5,22.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: -5.5,21.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: -5.5,20.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: -5.5,19.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: -5.5,18.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -5.5,17.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: -5.5,16.5 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: -5.5,15.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,13.5 + parent: 1 + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,25.5 + parent: 1 + - uid: 432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,20.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,20.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,23.5 + parent: 1 + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,17.5 + parent: 1 + - uid: 438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,26.5 + parent: 1 + - uid: 439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,23.5 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,23.5 + parent: 1 + - uid: 441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,23.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,22.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,14.5 + parent: 1 + - uid: 444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,18.5 + parent: 1 + - uid: 445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,16.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,14.5 + parent: 1 + - uid: 447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,25.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,23.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,23.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,24.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,15.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,13.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,12.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,26.5 + parent: 1 + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,22.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,19.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,17.5 + parent: 1 + - uid: 461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,20.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,21.5 + parent: 1 + - uid: 463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,15.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,24.5 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,14.5 + parent: 1 + - uid: 466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,21.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,23.5 + parent: 1 + - uid: 469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,23.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,25.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,18.5 + parent: 1 + - uid: 475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,19.5 + parent: 1 + - uid: 476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,26.5 + parent: 1 + - uid: 477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,30.5 + parent: 1 + - uid: 478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,27.5 + parent: 1 + - uid: 479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,29.5 + parent: 1 + - uid: 480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,29.5 + parent: 1 + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,29.5 + parent: 1 + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,30.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 15.5,28.5 + parent: 1 + - uid: 511 + components: + - type: Transform + pos: 15.5,25.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: 15.5,24.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: 15.5,26.5 + parent: 1 + - uid: 522 + components: + - type: Transform + pos: 18.5,30.5 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: 17.5,29.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: 26.5,4.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: 26.5,3.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: 25.5,3.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: 24.5,3.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: 24.5,1.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 716 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1 + - type: WarpPoint + location: Space Ruin +- proto: WindowReinforcedDirectional + entities: + - uid: 128 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,7.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,7.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,7.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,22.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,22.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,22.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,22.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,22.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,22.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 9.5,22.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 11.5,22.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,22.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,11.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,10.5 + parent: 1 + - uid: 298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 1 + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,10.5 + parent: 1 + - uid: 300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 1 + - uid: 302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1 + - uid: 304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,14.5 + parent: 1 + - uid: 307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,15.5 + parent: 1 + - uid: 308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,16.5 + parent: 1 + - uid: 309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,17.5 + parent: 1 + - uid: 310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,18.5 + parent: 1 + - uid: 311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,19.5 + parent: 1 + - uid: 312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,20.5 + parent: 1 + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,21.5 + parent: 1 + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,22.5 + parent: 1 + - uid: 315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,23.5 + parent: 1 + - uid: 316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,24.5 + parent: 1 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,24.5 + parent: 1 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,24.5 + parent: 1 + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,24.5 + parent: 1 + - uid: 322 + components: + - type: Transform + pos: 5.5,24.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 3.5,24.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1 + - uid: 326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,23.5 + parent: 1 + - uid: 328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,21.5 + parent: 1 + - uid: 330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,19.5 + parent: 1 + - uid: 331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,18.5 + parent: 1 + - uid: 332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,17.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,16.5 + parent: 1 + - uid: 334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,15.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,14.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,25.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 2.5,24.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1 + - uid: 341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,26.5 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,27.5 + parent: 1 + - uid: 343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,28.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,27.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,26.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: 3.5,26.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1 + - uid: 428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,27.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,25.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,25.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,25.5 + parent: 1 + - uid: 471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,24.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1 + - uid: 576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,14.5 + parent: 1 + - uid: 577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,14.5 + parent: 1 + - uid: 578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,15.5 + parent: 1 + - uid: 579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,16.5 + parent: 1 + - uid: 580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,18.5 + parent: 1 + - uid: 581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,19.5 + parent: 1 + - uid: 582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,20.5 + parent: 1 + - uid: 583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,20.5 + parent: 1 + - uid: 584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,20.5 + parent: 1 + - uid: 585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,20.5 + parent: 1 + - uid: 586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,18.5 + parent: 1 + - uid: 587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,14.5 + parent: 1 + - uid: 588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,14.5 + parent: 1 + - uid: 589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,15.5 + parent: 1 + - uid: 590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,16.5 + parent: 1 + - uid: 591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,19.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: 20.5,18.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1 + - uid: 595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,16.5 + parent: 1 + - uid: 601 + components: + - type: Transform + pos: 14.5,10.5 + parent: 1 + - uid: 617 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1 + - uid: 618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,10.5 + parent: 1 + - uid: 620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,10.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,10.5 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: 18.5,10.5 + parent: 1 + - uid: 625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,10.5 + parent: 1 + - uid: 627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,11.5 + parent: 1 + - uid: 628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,12.5 + parent: 1 + - uid: 629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,13.5 + parent: 1 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,14.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,16.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,17.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,18.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,22.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,19.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,21.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,22.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,21.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,20.5 + parent: 1 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,20.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,19.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,18.5 + parent: 1 + - uid: 645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,17.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: 19.5,17.5 + parent: 1 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,16.5 + parent: 1 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,15.5 + parent: 1 + - uid: 649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,14.5 + parent: 1 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,13.5 + parent: 1 + - uid: 651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,12.5 + parent: 1 +- proto: Wrench + entities: + - uid: 656 + components: + - type: Transform + pos: 3.5,27.5 + parent: 1 +... diff --git a/Resources/Maps/Ruins/DeltaV/relaystation.yml b/Resources/Maps/Ruins/DeltaV/relaystation.yml new file mode 100644 index 0000000000..98b4f9ef15 --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/relaystation.yml @@ -0,0 +1,711 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 55: FloorGreenCircuit + 78: FloorReinforced + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAANwAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAANwAAAAAAHgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HgAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: BecomesStation + id: Empty + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 0: 0,0 + 1: -2,0 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 2: -2,-3 + 3: 0,-3 + - type: SpreaderGrid + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,0: + 0: 65535 + 0,-1: + 0: 65527 + -2,-1: + 0: 34944 + -1,-2: + 0: 65514 + -1,-3: + 0: 32768 + -2,0: + 0: 34952 + -2,1: + 0: 8 + -1,1: + 0: 18090 + -1,2: + 0: 34956 + 0,1: + 0: 4906 + 0,2: + 0: 1 + 0,-2: + 0: 30514 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockExternalGlassLocked + entities: + - uid: 35 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34 + - type: DeviceLinkSource + linkedPorts: + 34: + - DoorStatus: DoorBolt +- proto: AirlockExternalLocked + entities: + - uid: 34 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35 + - type: DeviceLinkSource + linkedPorts: + 35: + - DoorStatus: DoorBolt +- proto: APCBasic + entities: + - uid: 64 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 +- proto: BaseComputer + entities: + - uid: 89 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 65 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 +- proto: CableHV + entities: + - uid: 46 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 +- proto: CableMV + entities: + - uid: 60 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-0.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 77 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 95 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 85 + components: + - type: Transform + pos: -0.17935014,-1.8346848 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 99 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - type: FaxMachine + name: Relay Station +- proto: GeneratorBasic + entities: + - uid: 45 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 +- proto: Grille + entities: + - uid: 39 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 43 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 96 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 +- proto: PottedPlantBioluminscent + entities: + - uid: 87 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 +- proto: PowerDrill + entities: + - uid: 100 + components: + - type: Transform + pos: 0.53125,2.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 92 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - uid: 97 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 2 +- proto: RandomBoards + entities: + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 29 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 +- proto: SalvageLootSpawner + entities: + - uid: 98 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 +- proto: ShardGlass + entities: + - uid: 83 + components: + - type: Transform + pos: -0.91893345,-0.8965333 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: 0.091483176,-1.0737399 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -2.0439334,-1.6366303 + parent: 2 +- proto: SignSpace + entities: + - uid: 82 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 44 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 50 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 57 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 88 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 +- proto: WallRiveted + entities: + - uid: 1 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 3 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 102 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - type: WarpPoint + location: Space Ruin +... diff --git a/Resources/Maps/Ruins/DeltaV/whiteship_ancient.yml b/Resources/Maps/Ruins/DeltaV/whiteship_ancient.yml new file mode 100644 index 0000000000..24f3fc836a --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/whiteship_ancient.yml @@ -0,0 +1,1810 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 78: FloorReinforced + 86: FloorShuttleWhite + 122: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: VgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: VgAAAAAAegAAAAAAVgAAAAAAVgAAAAAATgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAVgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAATgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: BecomesStation + id: Empty + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: SpreaderGrid + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -4,-1: + 0: 65392 + -3,-1: + 0: 65534 + -3,-3: + 0: 52416 + -3,-2: + 0: 36044 + -2,-3: + 0: 12544 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-3: + 0: 65152 + -1,-2: + 0: 65535 + -4,0: + 0: 127 + -3,0: + 0: 36607 + -3,1: + 0: 52428 + -3,2: + 0: 204 + -2,0: + 0: 65535 + -2,1: + 0: 16383 + -2,2: + 0: 1 + -1,1: + 0: 65535 + -1,2: + 0: 206 + 0,1: + 0: 65535 + 0,2: + 0: 255 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 255 + 2,0: + 0: 30583 + 2,1: + 0: 13175 + 0,-3: + 0: 65520 + 0,-2: + 0: 65535 + 1,-3: + 0: 65328 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-3: + 0: 4096 + 2,-2: + 0: 30579 + 2,-1: + 0: 30583 + -6,0: + 0: 255 + -5,0: + 0: 255 + -6,-1: + 0: 65520 + -5,-1: + 0: 65520 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockFreezer + entities: + - uid: 220 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 221 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 230 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 227 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 +- proto: AirlockShuttle + entities: + - uid: 217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 2 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 2 + - uid: 229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,6.5 + parent: 2 +- proto: AlwaysPoweredWallLight + entities: + - uid: 298 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 2 + - uid: 300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 +- proto: Bed + entities: + - uid: 252 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 +- proto: BedsheetWhite + entities: + - uid: 254 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 +- proto: Chair + entities: + - uid: 283 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 2 + - uid: 286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 2 +- proto: ClothingOuterHardsuitSalvage + entities: + - uid: 295 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 +- proto: ComputerFrame + entities: + - uid: 272 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: 8.5,4.5 + parent: 2 + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 2 + - uid: 275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 2 + - uid: 276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 2 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 2 +- proto: Grille + entities: + - uid: 238 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 249 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 282 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 +- proto: Multitool + entities: + - uid: 294 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 278 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: OxygenTankFilled + entities: + - uid: 257 + components: + - type: Transform + pos: -0.50750554,-1.4593505 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 279 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 +- proto: PowerCellHighPrinted + entities: + - uid: 287 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 +- proto: Rack + entities: + - uid: 258 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 +- proto: RadioHandheld + entities: + - uid: 290 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 +- proto: SalvageLootSpawner + entities: + - uid: 297 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 +- proto: Scalpel + entities: + - uid: 281 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 +- proto: Screwdriver + entities: + - uid: 289 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 +- proto: ShardGlass + entities: + - uid: 291 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 +- proto: ShuttleWindow + entities: + - uid: 67 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 183 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 184 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 +- proto: SnakeSpawnerMundane + entities: + - uid: 308 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 280 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 2 +- proto: Table + entities: + - uid: 256 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 267 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 268 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 271 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 +- proto: Thruster + entities: + - uid: 130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 2 + - uid: 131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,5.5 + parent: 2 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,6.5 + parent: 2 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,7.5 + parent: 2 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,8.5 + parent: 2 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-9.5 + parent: 2 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-8.5 + parent: 2 + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-7.5 + parent: 2 + - uid: 138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-6.5 + parent: 2 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-5.5 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 288 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 +- proto: WallShuttle + entities: + - uid: 1 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 3 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: -23.5,-1.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -22.5,-1.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: -23.5,0.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -23.5,1.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: -21.5,1.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: -19.5,1.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 34 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 35 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 38 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 39 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 44 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: -16.5,-2.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 49 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 74 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: -10.5,2.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: -9.5,2.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: -6.5,6.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -4.5,5.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: -5.5,6.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: -5.5,5.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 124 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: -8.5,4.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: 9.5,7.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 8.5,5.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 178 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 185 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 187 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 304 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - type: WarpPoint + location: Space Ruin +- proto: WeaponLaserGun + entities: + - uid: 292 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,5.5 + parent: 2 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 2 + - uid: 213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 2 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 2 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 2 + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-6.5 + parent: 2 +- proto: XenoAISpawner + entities: + - uid: 305 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 +... diff --git a/Resources/Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml b/Resources/Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml new file mode 100644 index 0000000000..a0945e9a42 --- /dev/null +++ b/Resources/Maps/Ruins/DeltaV/whiteship_bluespacejumper.yml @@ -0,0 +1,2050 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 45: FloorFreezer + 78: FloorReinforced + 90: FloorSteel + 91: FloorSteelBurnt + 121: Lattice + 122: Plating + 125: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -4.5294113,0.64705896 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAABAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAAAfQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: WgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAegAAAAAAWgAAAAAAegAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAWwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAfQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfQAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFF44' + id: Damaged + decals: + 3: 18,-8 + 4: 19,-10 + 5: 19,-11 + 6: 19,-12 + 7: 18,-12 + 8: 15,-12 + 9: 10,-10 + 10: 10,-6 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 28: 6,-11 + 29: 8,-12 + 30: 6,-12 + 52: 12,-2 + 53: 12,-2 + 54: 12,-4 + 55: 19,-11 + 56: 19,-11 + 57: 18,-11 + 58: 18,-10 + 59: 18,-10 + 60: 12,-1 + 61: 11,-1 + 62: 13,-1 + 63: 14,-1 + 64: 16,-1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 20: 7,-11 + 21: 7,-12 + 22: 8,-12 + 23: 8,-11 + 24: 6,-11 + 25: 6,-12 + 26: 7,-9 + 27: 8,-9 + 34: 14,-14 + 35: 15,-14 + 36: 15,-15 + 65: 15,-1 + 66: 11,-4 + 67: 11,-4 + 68: 14,-1 + 69: 10,-12 + 70: 10,-12 + 71: 10,-12 + 72: 11,-12 + 73: 12,-12 + 74: 12,-11 + 75: 11,-11 + 76: 16,-12 + 77: 16,-12 + 78: 16,-16 + 79: 10,-16 + 80: 10,-16 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 37: 13,-16 + 38: 12,-16 + 39: 11,-16 + 40: 14,-16 + 41: 15,-16 + 42: 16,-16 + 43: 16,-15 + 44: 16,-14 + 45: 16,-14 + 46: 9,-15 + 47: 10,-14 + 48: 10,-14 + 49: 10,-15 + 50: 10,-15 + 51: 10,-16 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 11: 6,-9 + 12: 6,-8 + 13: 7,-8 + 14: 8,-8 + 15: 8,-11 + 16: 8,-11 + 17: 7,-11 + 18: 7,-11 + 19: 6,-11 + 31: 11,-15 + 32: 11,-14 + 33: 12,-14 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Remains + decals: + 0: 10.004045,-12.043308 + - node: + cleanable: True + color: '#8F000046' + id: splatter + decals: + 2: 11.985033,-4.9930515 + - node: + cleanable: True + color: '#8F00009A' + id: splatter + decals: + 1: 10.99314,-10.989939 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 17 + 0,-2: + 0: 4368 + 0,-1: + 0: 4369 + 2,0: + 0: 12 + 3,0: + 0: 15 + 1,-4: + 0: 60608 + 1,-3: + 0: 12014 + 1: 49152 + 1,-2: + 0: 52322 + 1: 140 + 1,-1: + 0: 12 + 2,-4: + 0: 65534 + 2,-3: + 0: 25395 + 1: 5324 + 2,-2: + 1: 50705 + 0: 14626 + 2,-1: + 0: 17607 + 1: 34824 + 3,-4: + 0: 65535 + 3,-3: + 1: 153 + 0: 6 + 3,-2: + 0: 256 + 1: 4096 + 3,-1: + 1: 65521 + 0: 10 + 2,-5: + 0: 49152 + 3,-5: + 0: 61440 + 4,0: + 0: 1 + 4,-4: + 0: 65523 + 4,-3: + 1: 52701 + 0: 8738 + 4,-2: + 0: 1059 + 1: 204 + 4,-1: + 0: 4383 + 5,-4: + 0: 12560 + 5,-3: + 1: 4369 + 0: 8738 + 5,-2: + 1: 17 + 0: 4386 + 5,-1: + 0: 1 + 4,-5: + 0: 4096 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirCanister + entities: + - uid: 2 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirlockExternal + entities: + - uid: 3 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-1.5 + parent: 1 +- proto: AirlockFreezer + entities: + - uid: 4 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 1 +- proto: AirlockShuttle + entities: + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,0.5 + parent: 1 +- proto: APCElectronics + entities: + - uid: 8 + components: + - type: Transform + pos: 6.4838285,-8.406185 + parent: 1 +- proto: AtmosFixBlockerMarker + entities: + - uid: 9 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 1 + - uid: 11 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 1 + - uid: 12 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 1 + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 1 + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 1 +- proto: BoxFolderBase + entities: + - uid: 69 + components: + - type: Transform + pos: 10.48301,-13.494553 + parent: 1 +- proto: Brutepack1 + entities: + - uid: 70 + components: + - type: Transform + pos: 10.351173,-10.486643 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 10.488428,-10.584681 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 10.645292,-10.447426 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 10.488428,-10.368996 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 74 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 1 +- proto: CableApcStack10 + entities: + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.440823,-7.5630465 + parent: 1 +- proto: CableHV + entities: + - uid: 108 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 +- proto: CableMV + entities: + - uid: 111 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 +- proto: CableMVStack1 + entities: + - uid: 294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.339989,-10.667353 + parent: 1 + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.398811,-10.5497055 + parent: 1 + - uid: 296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.614498,-10.569313 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.575283,-10.68696 + parent: 1 + - uid: 298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.536068,-10.490883 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-13.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 119 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1 +- proto: ComputerBroken + entities: + - uid: 120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-15.5 + parent: 1 + - uid: 121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-9.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-11.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 1 +- proto: CrowbarRed + entities: + - uid: 299 + components: + - type: Transform + pos: 13.559634,-13.549707 + parent: 1 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 125 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 1 +- proto: Girder + entities: + - uid: 126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-2.5 + parent: 1 + - uid: 127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 1 + - uid: 128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-3.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-6.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-6.5 + parent: 1 +- proto: Grille + entities: + - uid: 131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-16.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-16.5 + parent: 1 +- proto: MachineFrame + entities: + - uid: 136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-7.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 137 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 1 +- proto: Paper + entities: + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.3335,-13.396513 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 15.215853,-14.239651 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.3502865,-14.7886715 + parent: 1 +- proto: PaperBin5 + entities: + - uid: 144 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 1 +- proto: PaperOffice + entities: + - uid: 145 + components: + - type: Transform + pos: 11.417015,-14.235527 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.171224,-14.807753 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.975145,-14.788145 + parent: 1 +- proto: PartRodMetal1 + entities: + - uid: 148 + components: + - type: Transform + pos: 19.486015,-7.4950085 + parent: 1 +- proto: PortableGeneratorSuperPacmanMachineCircuitboard + entities: + - uid: 149 + components: + - type: Transform + pos: 6.5812764,-7.571988 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 1 +- proto: PowerCellSmall + entities: + - uid: 150 + components: + - type: Transform + pos: 14.593338,-13.592592 + parent: 1 +- proto: Poweredlight + entities: + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-11.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-11.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-13.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 1 +- proto: PoweredlightEmpty + entities: + - uid: 158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-7.5 + parent: 1 +- proto: Rack + entities: + - uid: 159 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 1 +- proto: RandomBoards + entities: + - uid: 173 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 1 +- proto: RandomSoap + entities: + - uid: 160 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-13.5 + parent: 1 + - uid: 164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-13.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 1 +- proto: RipleyLArm + entities: + - uid: 167 + components: + - type: Transform + pos: 20.309544,-8.573441 + parent: 1 +- proto: RipleyLLeg + entities: + - uid: 168 + components: + - type: Transform + pos: 19.250721,-11.514616 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 169 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 170 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 171 + components: + - type: Transform + pos: 7.453791,-14.4774 + parent: 1 +- proto: SheetSteel10 + entities: + - uid: 172 + components: + - type: Transform + pos: 13.504557,-14.536097 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 16.523764,-11.521639 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-16.5 + parent: 1 + - uid: 175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 1 + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 1 + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 1 + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-16.5 + parent: 1 +- proto: SpawnMobBear + entities: + - uid: 301 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 179 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1 +- proto: Table + entities: + - uid: 180 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 1 +- proto: Thruster + entities: + - uid: 186 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-14.5 + parent: 1 +- proto: ToiletDirtyWater + entities: + - uid: 188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 1 +- proto: ToolboxElectrical + entities: + - uid: 293 + components: + - type: Transform + pos: 18.503046,-9.580463 + parent: 1 +- proto: ToolboxEmergencyFilled + entities: + - uid: 189 + components: + - type: Transform + pos: 15.465342,-13.477875 + parent: 1 +- proto: ToolboxMechanicalFilled + entities: + - uid: 300 + components: + - type: Transform + pos: 20.516727,-10.471275 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 289 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 190 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 1 + - uid: 194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-15.5 + parent: 1 + - uid: 195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-16.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-15.5 + parent: 1 + - uid: 197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-16.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 1 + - uid: 199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-15.5 + parent: 1 + - uid: 200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-12.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,0.5 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,0.5 + parent: 1 + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,0.5 + parent: 1 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-0.5 + parent: 1 + - uid: 207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-1.5 + parent: 1 + - uid: 208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 1 + - uid: 209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-0.5 + parent: 1 + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-1.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-2.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-3.5 + parent: 1 + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-11.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-4.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-3.5 + parent: 1 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-5.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-5.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-6.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 1 + - uid: 248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 1 + - uid: 251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 1 + - uid: 252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-13.5 + parent: 1 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-14.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-10.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-9.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-8.5 + parent: 1 + - uid: 259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-7.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-6.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 304 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 + - type: WarpPoint + location: Space Ruin +- proto: WindoorSecure + entities: + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 262 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-13.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-13.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-13.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-13.5 + parent: 1 + - uid: 275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 1 + - uid: 278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-13.5 + parent: 1 + - uid: 279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-13.5 + parent: 1 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-13.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 1 + - uid: 282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-13.5 + parent: 1 + - uid: 283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-13.5 + parent: 1 + - uid: 284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-13.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 1 + - uid: 286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-11.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 +... diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index b407fb1c7e..9d7f26cfab 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -57,12 +57,13 @@ maxCount: 2 stationGrid: false paths: - - /Maps/Ruins/derelict.yml - - /Maps/Ruins/djstation.yml - - /Maps/Ruins/old_ai_sat.yml - - /Maps/Ruins/relaystation.yml - - /Maps/Ruins/whiteship_ancient.yml - - /Maps/Ruins/whiteship_bluespacejumper.yml + - /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 @@ -85,13 +86,13 @@ maxCount: 2 stationGrid: false paths: - - /Maps/Ruins/biodome_satellite.yml - - /Maps/Ruins/derelict.yml - - /Maps/Ruins/djstation.yml - - /Maps/Ruins/old_ai_sat.yml - - /Maps/Ruins/relaystation.yml - - /Maps/Ruins/whiteship_ancient.yml - - /Maps/Ruins/whiteship_bluespacejumper.yml + - /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 - type: entity id: BaseStationCentcomm From a103a26111d3ad134d2500d856b2a0277f4ff0a7 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Mon, 5 Feb 2024 21:12:05 +0000 Subject: [PATCH 062/391] Automatic Changelog Update (#785) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 7863914932..5caf840b61 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1514,3 +1514,9 @@ Entries: message: Submarine has been made better, stronger, and not faster. id: 227 time: '2024-02-04T02:31:24.0000000+00:00' +- author: Velcroboy + changes: + - type: Tweak + message: 'Tweaked the space ruins to be slightly more dangerous. ' + id: 228 + time: '2024-02-05T21:11:50.0000000+00:00' From a518b776e8b3d4525b21e675d06eadd3ec03609e Mon Sep 17 00:00:00 2001 From: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:22:18 -0500 Subject: [PATCH 063/391] Asterisk 2.1 (#782) * Asterisk 2.1 Adjusted TEG loop based on player feedback. * Update asterisk.yml additional changes --- Resources/Maps/asterisk.yml | 279 +++++++++++++++++++----------------- 1 file changed, 146 insertions(+), 133 deletions(-) diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index 66dfc8c1ac..657af9fe5e 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -461,8 +461,8 @@ entities: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 1234: -15,-24 - 1235: -14,-24 + 1230: -15,-24 + 1231: -14,-24 - node: color: '#FFFFFFFF' id: Caution @@ -717,8 +717,8 @@ entities: decals: 55: 29,-10 56: 30,-10 - 1236: -15,-23 - 1237: -15,-22 + 1232: -15,-23 + 1233: -15,-22 - node: color: '#FFFFFFFF' id: DeliveryGreyscale @@ -3244,6 +3244,18 @@ entities: parent: 2 - proto: AirAlarm entities: + - uid: 2045 + components: + - type: MetaData + name: burn chamber air alarm + - type: Transform + pos: 30.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 2046 + - type: AtmosDevice + joinedGrid: 2 - uid: 2603 components: - type: Transform @@ -6078,6 +6090,16 @@ entities: parent: 2 - proto: AirSensor entities: + - uid: 2046 + components: + - type: Transform + pos: 29.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2045 + - type: AtmosDevice + joinedGrid: 2 - uid: 7127 components: - type: Transform @@ -7376,7 +7398,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2087 + - 11173 - uid: 2026 components: - type: Transform @@ -7384,7 +7406,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2087 + - 11173 - uid: 8034 components: - type: Transform @@ -7392,7 +7414,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2087 + - 11173 - uid: 10156 components: - type: Transform @@ -7400,7 +7422,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 2087 + - 11173 - proto: BlockGameArcade entities: - uid: 10063 @@ -7795,6 +7817,11 @@ entities: - type: Transform pos: -25.5,0.5 parent: 2 + - uid: 2063 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 - uid: 2068 components: - type: Transform @@ -7815,6 +7842,11 @@ entities: - type: Transform pos: 25.5,22.5 parent: 2 + - uid: 2087 + components: + - type: Transform + pos: 29.5,22.5 + parent: 2 - uid: 3796 components: - type: Transform @@ -31536,15 +31568,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FFAA00FF' - - uid: 2030 - components: - - type: Transform - pos: 26.5,20.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - uid: 2847 components: - type: Transform @@ -31665,6 +31688,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0099FFFF' + - uid: 1959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF6600FF' - uid: 1960 components: - type: Transform @@ -31689,34 +31720,26 @@ entities: parent: 2 - type: AtmosPipeColor color: '#00AAFFFF' - - uid: 2036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - - uid: 2042 + - uid: 2018 components: - type: Transform - rot: 1.5707963267948966 rad pos: 28.5,20.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' - - uid: 2043 + - uid: 2036 components: - type: Transform - pos: 29.5,20.5 + rot: 1.5707963267948966 rad + pos: 25.5,15.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' - - uid: 2044 + - uid: 2040 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,18.5 + pos: 26.5,15.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' @@ -32860,6 +32883,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0099FFFF' + - uid: 2031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF6600FF' - uid: 2032 components: - type: Transform @@ -32867,32 +32898,41 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0099FFFF' - - uid: 2033 + - uid: 2035 components: - type: Transform - pos: 26.5,19.5 + pos: 26.5,17.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' - - uid: 2034 + - uid: 2037 components: - type: Transform - pos: 26.5,18.5 + rot: 3.141592653589793 rad + pos: 28.5,15.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' - - uid: 2035 + - uid: 2041 components: - type: Transform - pos: 26.5,17.5 + rot: -1.5707963267948966 rad + pos: 27.5,20.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' - - uid: 2046 + - uid: 2042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,15.5 + pos: 19.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#00AAFFFF' + - uid: 2043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,16.5 parent: 2 - type: AtmosPipeColor color: '#FF6600FF' @@ -42485,30 +42525,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#00AAFFFF' - - uid: 2031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - - uid: 2041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - - uid: 2045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - uid: 2047 components: - type: Transform @@ -44636,6 +44652,8 @@ entities: - type: Transform pos: 21.5,13.5 parent: 2 + - type: AtmosPipeColor + color: '#00AAFFFF' - type: AtmosDevice joinedGrid: 2 - proto: GasThermoMachineFreezerEnabled @@ -44679,6 +44697,8 @@ entities: - type: Transform pos: 27.5,13.5 parent: 2 + - type: AtmosPipeColor + color: '#FF6600FF' - type: AtmosDevice joinedGrid: 2 - proto: GasValve @@ -44703,26 +44723,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#00AAFFFF' - - uid: 2037 - components: - - type: Transform - pos: 26.5,16.5 - parent: 2 - - type: GasValve - open: False - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - - uid: 2038 - components: - - type: Transform - pos: 28.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF6600FF' - uid: 2052 components: - type: Transform @@ -47329,15 +47329,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#00AAFFFF' - - uid: 1959 - components: - - type: Transform - pos: 19.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#00AAFFFF' - uid: 1995 components: - type: Transform @@ -48331,11 +48322,6 @@ entities: - type: Transform pos: 19.5,17.5 parent: 2 - - uid: 1985 - components: - - type: Transform - pos: 25.5,18.5 - parent: 2 - uid: 1988 components: - type: Transform @@ -48356,6 +48342,11 @@ entities: - type: Transform pos: 26.5,17.5 parent: 2 + - uid: 2020 + components: + - type: Transform + pos: 25.5,18.5 + parent: 2 - uid: 2023 components: - type: Transform @@ -49687,6 +49678,24 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#00AAFFFF' + - uid: 2033 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF6600FF' + - uid: 2034 + components: + - type: Transform + pos: 28.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF6600FF' - uid: 2039 components: - type: Transform @@ -49696,10 +49705,10 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF6600FF' - - uid: 2040 + - uid: 2044 components: - type: Transform - pos: 29.5,19.5 + pos: 26.5,18.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -49876,14 +49885,14 @@ entities: parent: 2 - proto: Igniter entities: - - uid: 2063 + - uid: 2030 components: - type: Transform - pos: 27.557285,20.384415 + pos: 29.359453,19.449102 parent: 2 - type: DeviceLinkSink links: - - 2018 + - 2038 - proto: IngotSilver entities: - uid: 2120 @@ -55167,15 +55176,20 @@ entities: - type: Transform pos: -44.5,10.5 parent: 2 + - uid: 1985 + components: + - type: Transform + pos: 25.5,19.5 + parent: 2 - uid: 2004 components: - type: Transform - pos: 26.5,17.5 + pos: 27.5,17.5 parent: 2 - uid: 2005 components: - type: Transform - pos: 27.5,17.5 + pos: 26.5,17.5 parent: 2 - uid: 2006 components: @@ -55187,11 +55201,6 @@ entities: - type: Transform pos: 25.5,18.5 parent: 2 - - uid: 2020 - components: - - type: Transform - pos: 25.5,19.5 - parent: 2 - uid: 2021 components: - type: Transform @@ -56765,7 +56774,7 @@ entities: - 2116 - proto: SignalButtonDirectional entities: - - uid: 2018 + - uid: 2038 components: - type: MetaData name: igniter button @@ -56774,7 +56783,7 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 2063: + 2030: - Pressed: Trigger - proto: SignalSwitchDirectional entities: @@ -56961,27 +56970,6 @@ entities: 1886: - On: Close - Off: Open - - uid: 2087 - components: - - type: MetaData - name: blast door switch - - type: Transform - pos: 30.5,17.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2026: - - On: Open - - Off: Close - 2025: - - On: Open - - Off: Close - 8034: - - On: Open - - Off: Close - 10156: - - On: Open - - Off: Close - uid: 2116 components: - type: Transform @@ -61851,6 +61839,31 @@ entities: - Left: Forward - Right: Reverse - Middle: Off + - uid: 11173 + components: + - type: MetaData + name: blast door lever + - type: Transform + pos: 29.5,16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8034: + - Left: Open + - Right: Open + - Middle: Close + 2026: + - Left: Open + - Right: Open + - Middle: Close + 2025: + - Left: Open + - Right: Open + - Middle: Close + 10156: + - Left: Open + - Right: Open + - Middle: Close - proto: UniformPrinter entities: - uid: 2318 From 1b002cb98f2d6ba841eb3ea6d7515ed839f4c376 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Mon, 5 Feb 2024 21:22:34 +0000 Subject: [PATCH 064/391] Automatic Changelog Update (#782) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 5caf840b61..a0e8c4d734 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1520,3 +1520,9 @@ Entries: message: 'Tweaked the space ruins to be slightly more dangerous. ' id: 228 time: '2024-02-05T21:11:50.0000000+00:00' +- author: Colin-Tel + changes: + - type: Tweak + message: Asterisk's TEG has been adjusted after receiving player feedback. + id: 229 + time: '2024-02-05T21:22:18.0000000+00:00' From e6cda6107005ae77700fabc4ea54e37667410459 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:10:04 -0600 Subject: [PATCH 065/391] Map Edits: Evac Shuttles (#786) Co-authored-by: Velcroboy <> --- Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml | 142 +++++++++++++----- Resources/Maps/Shuttles/DeltaV/NTES_Box.yml | 145 ++++++++++++++++++- 2 files changed, 246 insertions(+), 41 deletions(-) diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml b/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml index 1aec543e76..8ac88a1f03 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_BC20.yml @@ -4994,6 +4994,52 @@ entities: - type: Transform pos: -13.5,-32.5 parent: 1 +- proto: CrateFreezer + entities: + - uid: 608 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 1 + - 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 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 609 + - 610 + - 611 + - 612 + - 613 + - 614 + - 615 + - 616 + - 1354 + - 1539 + - 1924 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: CrowbarRed entities: - uid: 80 @@ -5705,73 +5751,100 @@ entities: parent: 1 - proto: FoodDough entities: - - uid: 605 + - uid: 285 components: - type: Transform - pos: -5.580912,-26.589458 + pos: -5.642726,-27.30953 parent: 1 - - uid: 2024 + - uid: 605 components: - type: Transform - pos: -5.5976076,-26.57262 + pos: -5.642726,-27.30953 parent: 1 - - uid: 2025 + - uid: 607 components: - type: Transform - pos: -5.5976076,-26.57262 + pos: -5.642726,-27.30953 parent: 1 - proto: FoodMeat entities: - - uid: 607 - components: - - type: Transform - pos: -5.653828,-27.068958 - parent: 1 - - uid: 608 - components: - - type: Transform - pos: -5.653828,-27.068958 - parent: 1 - uid: 609 components: - type: Transform - pos: -5.653828,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 610 components: - type: Transform - pos: -5.653828,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 611 components: - type: Transform - pos: -5.653828,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 612 components: - type: Transform - pos: -5.653828,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 613 components: - type: Transform - pos: -5.653828,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 614 components: - type: Transform - pos: -5.653828,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 615 components: - type: Transform - pos: -5.664245,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 616 components: - type: Transform - pos: -5.664245,-27.068958 - parent: 1 + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 1354 + components: + - type: Transform + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 1539 + components: + - type: Transform + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 1924 + components: + - type: Transform + parent: 608 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: GasFilterFlipped entities: - uid: 850 @@ -10802,11 +10875,6 @@ entities: - type: Transform pos: 3.5,-28.5 parent: 1 - - uid: 285 - components: - - type: Transform - pos: -5.5,-26.5 - parent: 1 - uid: 286 components: - type: Transform diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml index 431235dde8..61831cd089 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Box.yml @@ -15,6 +15,7 @@ tilemap: 104: FloorSteelPavementVertical 109: FloorWhite 114: FloorWhiteMono + 121: Lattice 122: Plating entities: - proto: "" @@ -30,19 +31,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: egAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABXQAAAAADegAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAABegAAAAAAXQAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABXQAAAAABTgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAAATgAAAAAAXQAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABXQAAAAABegAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABegAAAAAAXQAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAABWgAAAAABXQAAAAADTgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAACTgAAAAAAXQAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADTgAAAAAAWgAAAAAAWgAAAAAAXQAAAAABegAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAAAegAAAAAAXQAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAXwAAAAADXwAAAAAAXwAAAAAAXwAAAAADWgAAAAAAXwAAAAABXwAAAAACXwAAAAAAXwAAAAABXwAAAAABXwAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAXAAAAAADXAAAAAABegAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADTgAAAAAAXAAAAAABXAAAAAACegAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAXAAAAAABXAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABXQAAAAADegAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAABegAAAAAAXQAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABXQAAAAABTgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAAATgAAAAAAXQAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADWgAAAAABXQAAAAABegAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABegAAAAAAXQAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADTgAAAAAAWgAAAAABWgAAAAABXQAAAAADTgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAACTgAAAAAAXQAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAADTgAAAAAAWgAAAAAAWgAAAAAAXQAAAAABegAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAAAegAAAAAAXQAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAXwAAAAADXwAAAAAAXwAAAAAAXwAAAAADWgAAAAAAXwAAAAABXwAAAAACXwAAAAAAXwAAAAABXwAAAAABXwAAAAAAWgAAAAAAWgAAAAAAegAAAAAATgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACegAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAXAAAAAADXAAAAAABegAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAABegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAABWgAAAAADTgAAAAAAXAAAAAABXAAAAAACegAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADegAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACegAAAAAAXAAAAAABXAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAcgAAAAAAbQAAAAAAbQAAAAAAbQAAAAADcgAAAAACegAAAAAAaAAAAAAAaAAAAAADegAAAAAAYwAAAAABYwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAcgAAAAACbQAAAAABbQAAAAAAbQAAAAADcgAAAAABegAAAAAAaAAAAAACaAAAAAADYwAAAAADYwAAAAACYwAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAAbQAAAAADTgAAAAAATgAAAAAAegAAAAAAaAAAAAADaAAAAAADegAAAAAAYwAAAAAAYwAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAcgAAAAAAbQAAAAAAbQAAAAAAbQAAAAADcgAAAAACegAAAAAAaAAAAAAAaAAAAAADegAAAAAAYwAAAAABYwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAcgAAAAACbQAAAAABbQAAAAAAbQAAAAADcgAAAAABegAAAAAAaAAAAAACaAAAAAADYwAAAAADYwAAAAACYwAAAAACegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAAbQAAAAADTgAAAAAATgAAAAAAegAAAAAAaAAAAAADaAAAAAADegAAAAAAYwAAAAAAYwAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,0: ind: 1,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAABIwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADHgAAAAADHgAAAAABHgAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAAAIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABegAAAAAAHgAAAAACHgAAAAABIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABHgAAAAABHgAAAAABHgAAAAAAIwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAABIwAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADHgAAAAADHgAAAAABHgAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAAAIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADIwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABegAAAAAAHgAAAAACHgAAAAABIwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABHgAAAAABHgAAAAABHgAAAAAAIwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADegAAAAAAHgAAAAADHgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -1875,6 +1876,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeBend entities: - uid: 158 @@ -1883,18 +1886,24 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 177 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,7.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 190 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,10.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 437 components: - type: Transform @@ -1907,11 +1916,15 @@ entities: rot: 3.141592653589793 rad pos: 14.5,-3.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 439 components: - type: Transform pos: 14.5,-2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 441 components: - type: Transform @@ -1923,11 +1936,15 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 498 components: - type: Transform pos: 18.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 452 @@ -1935,11 +1952,15 @@ entities: - type: Transform pos: 7.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 487 components: - type: Transform pos: 14.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - uid: 173 @@ -1948,30 +1969,40 @@ entities: rot: 3.141592653589793 rad pos: 3.5,8.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 175 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,9.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 180 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,7.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 256 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,7.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 283 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,-3.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 284 components: - type: Transform @@ -1984,6 +2015,8 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 440 components: - type: Transform @@ -1995,227 +2028,307 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,-3.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 443 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 445 components: - type: Transform pos: 12.5,-1.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 446 components: - type: Transform pos: 12.5,-0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 448 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 449 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 450 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 451 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 453 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 454 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-1.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 456 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 457 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 459 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 460 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 461 components: - type: Transform pos: 2.5,1.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 462 components: - type: Transform pos: 2.5,2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 463 components: - type: Transform pos: 2.5,3.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 464 components: - type: Transform pos: 2.5,4.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 465 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 469 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,1.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 470 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,3.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 471 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,4.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 472 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 473 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 476 components: - type: Transform pos: 12.5,4.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 477 components: - type: Transform pos: 12.5,3.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 478 components: - type: Transform pos: 12.5,2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 479 components: - type: Transform pos: 12.5,1.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 480 components: - type: Transform pos: 7.5,6.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 482 components: - type: Transform pos: 7.5,8.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 483 components: - type: Transform pos: 7.5,9.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 485 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,10.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 486 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,10.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 488 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 489 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 490 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 491 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,5.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 493 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,6.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 494 components: - type: Transform rot: 3.141592653589793 rad pos: 14.5,7.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 549 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,7.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - uid: 176 @@ -2224,24 +2337,32 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,7.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 444 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-2.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 447 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 458 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,0.5 parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPort entities: - uid: 289 @@ -2261,6 +2382,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 171 components: - type: Transform @@ -2269,6 +2392,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 492 components: - type: Transform @@ -2277,6 +2402,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 499 components: - type: Transform @@ -2284,6 +2411,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 500 components: - type: Transform @@ -2292,6 +2421,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 501 components: - type: Transform @@ -2300,6 +2431,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 502 components: - type: Transform @@ -2308,6 +2441,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 503 components: - type: Transform @@ -2316,6 +2451,8 @@ entities: parent: 1 - type: AtmosDevice joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GeneratorBasic15kW entities: - uid: 294 From 62aebfe75f51115db8d2e89448274b326c44f3f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:51:57 +0100 Subject: [PATCH 066/391] Update Credits (#775) Co-authored-by: DeltaV-Bot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index b9dcd97f0e..7cf9563f68 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AitorLogedo, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bribrooo, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, Carolyn3114, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, clement-or, Clyybber, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Delete69, deltanedas, DeltaV-Bot, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EEASAS, Efruit, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, evilexecutive, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, gituhabu, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, InquisitivePenguin, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LudwigVonChesterfield, Lukasz825700516, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Master2112, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TadJohnson00, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, Volotomite, volundr-, Vordenburg, vulppine, Warentan, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, ZelteHonor, zerorulez, ZeWaka, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem +08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AitorLogedo, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bribrooo, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, Carolyn3114, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, clement-or, Clyybber, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Delete69, deltanedas, DeltaV-Bot, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EEASAS, Efruit, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, evilexecutive, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LudwigVonChesterfield, Lukasz825700516, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Master2112, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TadJohnson00, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, UnicornOnLSD, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, Volotomite, volundr-, Vordenburg, vulppine, Warentan, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, ZelteHonor, zerorulez, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem From 7c088176cb637d2ff265a10f8bb082cf246e735a Mon Sep 17 00:00:00 2001 From: UnicornOnLSD <149102472+UnicornOnLSD@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:32:33 +0100 Subject: [PATCH 067/391] Submarine update no. I forgot (#783) * tweaks done put in the PR changelog * more tweaks, enough for PR, all good. * fixed solution * fixed few fucked up station beacons * FIX: cams, some accesses, more jobs, more lockers, perma prepped. * brought more jobs slots to service, and borgs * buncha changes moved comms, made the hospital a little less prone to maints shenanigans, connected the psychologist offices directly to the main hall, added another exit to urgent care, gave perma a visitation area and moved the brigmedics room, made perma less prone to escapes, turned the cafe into an arcade, turned the rightmost mall kitchen into a laundromat, removed the halloween stuff * raise pop to fifty * fix hos safe & cleaned up salv a little also hid a few aloe and galaxythistle around the maze just to help the caustic issues * siobhan for epi * PR commit, merged atmosia update, upgraded comms, fixed a few power issues * ran important mapping CMDs, yeepee * merging fuck file * redone the changes, removed tiny fans, fixed robotics * fixed solution smh * added more priso slots * terminated TEG, put wood corner instead --------- Co-authored-by: rosieposie --- Resources/Maps/submarine.yml | 31160 ++++++++++------------ Resources/Prototypes/Maps/submarine.yml | 28 +- 2 files changed, 13715 insertions(+), 17473 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index aacc4d72e2..84aa0bdc1e 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -3,6 +3,7 @@ meta: postmapinit: false tilemap: 0: Space + 2: FloorArcadeBlue2 5: FloorAsteroidIronsand 6: FloorAsteroidIronsandUnvariantized 7: FloorAsteroidSand @@ -38,6 +39,7 @@ tilemap: 58: FloorHullReinforced 59: FloorHydro 60: FloorIce + 62: FloorLaundry 63: FloorLino 65: FloorMetalDiamond 66: FloorMime @@ -87,7 +89,7 @@ entities: version: 6 -1,-1: ind: -1,-1 - tiles: ZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABTQAAAAABZwAAAAACTQAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAABTQAAAAACZwAAAAABTQAAAAABMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACTgAAAAAAWgAAAAADTQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAAAegAAAAAAWgAAAAADWgAAAAACdwAAAAADdwAAAAABdwAAAAADegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABegAAAAAAegAAAAAAMAAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAACegAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAegAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAACegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAABegAAAAAAMAAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABTgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADegAAAAAAMAAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAACTgAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAADTQAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAACegAAAAAATQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABTQAAAAABMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATQAAAAADMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAdAAAAAABdAAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAdAAAAAADdAAAAAADTQAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAdAAAAAADdAAAAAABTgAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAAB + tiles: ZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABTQAAAAABZwAAAAACTQAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAABTQAAAAACZwAAAAABTQAAAAABWgAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACTgAAAAAAWgAAAAADTQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAAAegAAAAAAWgAAAAADWgAAAAACdwAAAAADdwAAAAABdwAAAAADegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABegAAAAAAegAAAAAAMAAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAACegAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAegAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAACegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAABegAAAAAAMAAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABTgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADegAAAAAAMAAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAACTgAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAADTQAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAACegAAAAAATQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABTQAAAAABMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATQAAAAADMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAdAAAAAABdAAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAdAAAAAADdAAAAAADTQAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAdAAAAAADdAAAAAABTgAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAAB version: 6 -1,0: ind: -1,0 @@ -103,7 +105,7 @@ entities: version: 6 2,0: ind: 2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAATQAAAAACWgAAAAACTQAAAAACTQAAAAACWgAAAAACTQAAAAABegAAAAAAawAAAAABegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADTQAAAAACegAAAAAAawAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAaQAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAATQAAAAACWgAAAAACTQAAAAACTQAAAAACWgAAAAACegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAawAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAaQAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAA version: 6 2,-1: ind: 2,-1 @@ -111,11 +113,11 @@ entities: version: 6 -1,1: ind: -1,1 - tiles: egAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAABdAAAAAACegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAADgAAAAACDgAAAAACegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAATgAAAAAAWgAAAAAATQAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACTQAAAAAAZwAAAAADTQAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAACTQAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAADZwAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABTgAAAAAAWgAAAAACTQAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAADHgAAAAACHgAAAAABHgAAAAADTQAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACTQAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAagAAAAAAawAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAADgAAAAACDgAAAAADDgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAADgAAAAADDgAAAAABDgAAAAADTQAAAAABHgAAAAAAHgAAAAACHgAAAAAATQAAAAABegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAACDgAAAAABDgAAAAACDgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAA + tiles: egAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAABdAAAAAACegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAADgAAAAACDgAAAAACegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAATgAAAAAAWgAAAAAATQAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACTQAAAAAAZwAAAAADTQAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAACTQAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAADZwAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABTgAAAAAAWgAAAAACTQAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAADHgAAAAACHgAAAAABHgAAAAADTgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAagAAAAAAawAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAADgAAAAACDgAAAAADDgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAADgAAAAADDgAAAAABDgAAAAADTQAAAAABHgAAAAAAHgAAAAACHgAAAAAATQAAAAABegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAACDgAAAAABDgAAAAACDgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAA version: 6 0,1: ind: 0,1 - tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABMAAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,1: ind: 1,1 @@ -127,11 +129,11 @@ entities: version: 6 -2,0: ind: -2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAADdAAAAAABdAAAAAAAdAAAAAAAdAAAAAACawAAAAABTQAAAAAAdAAAAAACdAAAAAAAdAAAAAACTQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAACawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAADdAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAABagAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAACdAAAAAACdAAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAACagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAB + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAADdAAAAAABdAAAAAAAdAAAAAAAdAAAAAACawAAAAABTQAAAAAAdAAAAAACdAAAAAAAdAAAAAACTQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAACawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAADdAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAABagAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAACdAAAAAACdAAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAACagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAB version: 6 -2,-1: ind: -2,-1 - tiles: ZwAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAABWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADWgAAAAADegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAADdwAAAAADWgAAAAAATQAAAAADdwAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAACdwAAAAAAWgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAABegAAAAAAdwAAAAABdwAAAAACWgAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAABWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACTQAAAAADegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAABawAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAACagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAACMAAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAbQAAAAAC + tiles: ZwAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAABWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAWgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADawAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAADdwAAAAADagAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAACdwAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAABegAAAAAAdwAAAAABdwAAAAACagAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAABawAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACTQAAAAADegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAABawAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAACMAAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAbQAAAAAC version: 6 -3,1: ind: -3,1 @@ -143,7 +145,7 @@ entities: version: 6 -3,-1: ind: -3,-1 - tiles: WgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAACZwAAAAACZwAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADTQAAAAACZwAAAAAAZwAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADZwAAAAABZwAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABZwAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACZwAAAAACZwAAAAACZwAAAAAAWgAAAAABWgAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAACWgAAAAADZwAAAAACZwAAAAAAZwAAAAACWgAAAAADWgAAAAABWgAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADZwAAAAADZwAAAAAAWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAWgAAAAADWgAAAAADZwAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADZwAAAAADWgAAAAADegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAABTQAAAAABTQAAAAABegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAADZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAACegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAACZwAAAAACZwAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADTQAAAAACZwAAAAAAZwAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADZwAAAAABZwAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABZwAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAACWgAAAAACZwAAAAACZwAAAAACZwAAAAAAWgAAAAABWgAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAACZwAAAAAAZwAAAAACWgAAAAADWgAAAAABWgAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAawAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAADZwAAAAAAWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAADWgAAAAADegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAADZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAACegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,1: ind: -4,1 @@ -163,11 +165,11 @@ entities: version: 6 2,-2: ind: 2,-2 - tiles: EwAAAAADEwAAAAABEwAAAAADEwAAAAACEwAAAAADTQAAAAABGwAAAAAAHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAEwAAAAACEwAAAAADEwAAAAADEwAAAAAAEwAAAAACTQAAAAACGwAAAAACHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAABawAAAAADEwAAAAADEwAAAAACEwAAAAAAEwAAAAACEwAAAAABTQAAAAAAGwAAAAADHAAAAAADTgAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAADagAAAAAAEwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAACTQAAAAADGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAACEwAAAAAAEwAAAAACTQAAAAAAGwAAAAABHAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABTQAAAAAATQAAAAAAGwAAAAACHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAHAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAegAAAAAAegAAAAAAagAAAAAAHAAAAAAAHAAAAAADHAAAAAAAGwAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAAAHAAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHAAAAAADGwAAAAACHAAAAAAAegAAAAAAHAAAAAAAHAAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAACHAAAAAABegAAAAAAegAAAAAAagAAAAAAOwAAAAAAegAAAAAAHAAAAAACGwAAAAADHAAAAAACegAAAAAAHAAAAAABHAAAAAADegAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAABegAAAAAAegAAAAAAagAAAAAAOwAAAAAATgAAAAAAHAAAAAADGwAAAAAAHAAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAOwAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAOwAAAAAAegAAAAAAHAAAAAABHAAAAAACHAAAAAAAegAAAAAAWgAAAAABWgAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAAAZwAAAAACZwAAAAABTQAAAAACTQAAAAADTQAAAAADZwAAAAABZwAAAAABZwAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADZwAAAAACZwAAAAAAWgAAAAAATQAAAAABTQAAAAABTQAAAAABWgAAAAABZwAAAAABZwAAAAABWgAAAAAD + tiles: EwAAAAADEwAAAAABEwAAAAADEwAAAAACEwAAAAADTQAAAAABGwAAAAAAHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAEwAAAAACEwAAAAADEwAAAAADEwAAAAAAEwAAAAACTQAAAAACGwAAAAACHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAABawAAAAADEwAAAAADEwAAAAACEwAAAAAAEwAAAAACEwAAAAABTQAAAAAAGwAAAAADHAAAAAADTgAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAADagAAAAAAEwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAACTQAAAAADGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAACEwAAAAAAEwAAAAACTQAAAAAAGwAAAAABHAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABTQAAAAAATQAAAAAAGwAAAAACHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAHAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAegAAAAAAegAAAAAAagAAAAAAHAAAAAAAHAAAAAADHAAAAAAAGwAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAAAHAAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHAAAAAADGwAAAAACHAAAAAAAegAAAAAAHAAAAAAAHAAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAACHAAAAAABegAAAAAAegAAAAAAagAAAAAAAgAAAAAAegAAAAAAHAAAAAACGwAAAAADHAAAAAACegAAAAAAHAAAAAABHAAAAAADegAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAABegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAADGwAAAAAAHAAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAegAAAAAAHAAAAAABHAAAAAACHAAAAAAAegAAAAAAWgAAAAABWgAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAAAZwAAAAACZwAAAAABTQAAAAACTQAAAAADTQAAAAADZwAAAAABZwAAAAABZwAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADZwAAAAACZwAAAAAAWgAAAAAATQAAAAABTQAAAAABTQAAAAABWgAAAAABZwAAAAABZwAAAAABWgAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: eAAAAAACeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAADeAAAAAACeAAAAAADdwAAAAABdwAAAAABdwAAAAACTQAAAAAAHAAAAAABGwAAAAADTQAAAAADEwAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAADeAAAAAACTQAAAAAATQAAAAABdwAAAAADTgAAAAAAHAAAAAADGwAAAAADTQAAAAAAEwAAAAADZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACDgAAAAAAeAAAAAABTQAAAAAATQAAAAABdwAAAAAATgAAAAAAHAAAAAABGwAAAAACTQAAAAAAEwAAAAACZQAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAADDgAAAAACeAAAAAACTQAAAAAATQAAAAABdwAAAAACTgAAAAAAHAAAAAACGwAAAAABTQAAAAADEwAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAADDgAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAADegAAAAAAHAAAAAACGwAAAAACTQAAAAACEwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAAAGwAAAAAATQAAAAADTQAAAAAATQAAAAADTQAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAAAZQAAAAADegAAAAAAHAAAAAAAGwAAAAADGwAAAAABGwAAAAACTQAAAAAATQAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACTQAAAAACZQAAAAABZQAAAAADZQAAAAACegAAAAAAHAAAAAADGwAAAAACGwAAAAABGwAAAAACTQAAAAACTQAAAAACegAAAAAAZQAAAAAAZQAAAAADZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAACZQAAAAABegAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAAAOwAAAAAATQAAAAABTQAAAAAATQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAADTQAAAAACTQAAAAACTgAAAAAAOwAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAAATQAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAACTQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAABTgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + tiles: eAAAAAACeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAADeAAAAAACeAAAAAADdwAAAAABdwAAAAABdwAAAAACTQAAAAAAHAAAAAABGwAAAAADTQAAAAADEwAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAADeAAAAAACTQAAAAAATQAAAAABdwAAAAADTgAAAAAAHAAAAAADGwAAAAADTQAAAAAAEwAAAAADZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACDgAAAAAAeAAAAAABTQAAAAAATQAAAAABdwAAAAAATgAAAAAAHAAAAAABGwAAAAACTQAAAAAAEwAAAAACZQAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAADDgAAAAACeAAAAAACTQAAAAAATQAAAAABdwAAAAACTgAAAAAAHAAAAAACGwAAAAABTQAAAAADEwAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAADDgAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAADegAAAAAAHAAAAAACGwAAAAACTQAAAAACEwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAAAGwAAAAAATQAAAAADTQAAAAAATQAAAAADTQAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAAAZQAAAAADegAAAAAAHAAAAAAAGwAAAAADGwAAAAABGwAAAAACTQAAAAAATQAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACTQAAAAACZQAAAAABZQAAAAADZQAAAAACegAAAAAAHAAAAAADGwAAAAACGwAAAAABGwAAAAACTQAAAAACTQAAAAACegAAAAAAZQAAAAAAZQAAAAADZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAACZQAAAAABegAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAABTgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA version: 6 0,-2: ind: 0,-2 @@ -183,7 +185,7 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAADegAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADegAAAAAAawAAAAABawAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAAAegAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAABJwAAAAACegAAAAAAJwAAAAACJwAAAAAAJwAAAAADJwAAAAABJwAAAAACJwAAAAABXQAAAAABTQAAAAACagAAAAAAawAAAAACJwAAAAAAJwAAAAABJwAAAAABJwAAAAABJwAAAAAAegAAAAAAJwAAAAADJwAAAAAAJwAAAAAAJwAAAAABJwAAAAAAJwAAAAAAXQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAAAJwAAAAADJwAAAAADegAAAAAATQAAAAADegAAAAAAegAAAAAAagAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAAAJwAAAAADJwAAAAACJwAAAAAAJwAAAAACegAAAAAAegAAAAAAawAAAAABJwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAABJwAAAAACJwAAAAAAJwAAAAAAJwAAAAABJwAAAAABJwAAAAAAJwAAAAABJwAAAAACegAAAAAAegAAAAAAawAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAACTQAAAAABTQAAAAADWgAAAAADTQAAAAACTQAAAAABTQAAAAADWgAAAAABTQAAAAABTQAAAAAATQAAAAACWgAAAAABMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAABTQAAAAACTQAAAAAAWgAAAAABTQAAAAADTQAAAAACTQAAAAABWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAAATQAAAAACTQAAAAADWgAAAAABTQAAAAABTQAAAAABTQAAAAABWgAAAAACTQAAAAADTQAAAAABTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAawAAAAACTQAAAAABTQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAADTQAAAAADWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAawAAAAABawAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAABJwAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATQAAAAACagAAAAAAawAAAAACJwAAAAAAJwAAAAABJwAAAAABJwAAAAABJwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAADJwAAAAADWgAAAAAAWgAAAAAAWgAAAAAAJwAAAAAAJwAAAAACegAAAAAAegAAAAAAawAAAAABJwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAABJwAAAAACJwAAAAAAJwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAJwAAAAABJwAAAAACegAAAAAAegAAAAAAawAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAACTQAAAAABTQAAAAADWgAAAAADTQAAAAACTQAAAAABTQAAAAADWgAAAAABTQAAAAABTQAAAAAATQAAAAACWgAAAAABMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAABTQAAAAACTQAAAAAAWgAAAAABTQAAAAADTQAAAAACTQAAAAABWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAAATQAAAAACTQAAAAADWgAAAAABTQAAAAABTQAAAAABTQAAAAABWgAAAAACTQAAAAADTQAAAAABTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAawAAAAACTQAAAAABTQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAADTQAAAAADWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAAA version: 6 3,1: ind: 3,1 @@ -215,7 +217,7 @@ entities: version: 6 -2,-3: ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABTgAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAACTgAAAAAAHgAAAAADTQAAAAACTQAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAABHgAAAAABTQAAAAACTQAAAAADTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTgAAAAAAHgAAAAABTQAAAAABTQAAAAACTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADHgAAAAADHgAAAAADTQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADTQAAAAABTQAAAAABagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAACawAAAAAAagAAAAAAagAAAAAATQAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAADawAAAAACTQAAAAACagAAAAAAagAAAAAAawAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAABegAAAAAATQAAAAADagAAAAAAegAAAAAAawAAAAADawAAAAADawAAAAADawAAAAAAagAAAAAATQAAAAACMAAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADTQAAAAACHgAAAAADagAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADTQAAAAAATQAAAAADTQAAAAAAHgAAAAABTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTQAAAAAATQAAAAABTQAAAAACHgAAAAABTQAAAAAAHgAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAACTgAAAAAAHgAAAAADTQAAAAACTQAAAAABTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAABHgAAAAABTQAAAAACTQAAAAADTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTgAAAAAAHgAAAAABTQAAAAABTQAAAAACTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADHgAAAAADTQAAAAAATQAAAAAATQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADTQAAAAABTQAAAAABagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAACawAAAAAAagAAAAAAagAAAAAATQAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAADawAAAAACTQAAAAACagAAAAAAagAAAAAAawAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAABegAAAAAATQAAAAADagAAAAAAegAAAAAAawAAAAADawAAAAADawAAAAADawAAAAAAagAAAAAATQAAAAACMAAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADTQAAAAACHgAAAAADagAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADTQAAAAAATQAAAAADTQAAAAAAHgAAAAABTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTQAAAAAATQAAAAABTQAAAAACHgAAAAABTQAAAAAAHgAAAAAC version: 6 -1,-3: ind: -1,-3 @@ -247,11 +249,11 @@ entities: version: 6 -1,2: ind: -1,2 - tiles: egAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAATQAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAADTgAAAAAATQAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAATQAAAAACTgAAAAAAHgAAAAACHgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAAATQAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAATQAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAADTgAAAAAAWgAAAAAC + tiles: egAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAADTgAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAATQAAAAACTgAAAAAAHgAAAAACHgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAAATQAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAATQAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAADTgAAAAAAWgAAAAAC version: 6 -2,2: ind: -2,2 - tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAAHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAAARAAAAAAARAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAADRAAAAAAARAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAABRAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAA + tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAAHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAAARAAAAAAARAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAADRAAAAAAARAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAABRAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAA version: 6 -3,2: ind: -3,2 @@ -271,11 +273,11 @@ entities: version: 6 4,1: ind: 4,1 - tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADSQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA + tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA version: 6 4,0: ind: 4,0 - tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 @@ -295,7 +297,7 @@ entities: version: 6 -5,0: ind: -5,0 - tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAdwAAAAAAegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAADTQAAAAADdwAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABTQAAAAACWgAAAAADWgAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACZwAAAAABTQAAAAACdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAABdwAAAAACTQAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAAATQAAAAACdwAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAdwAAAAACTQAAAAABWgAAAAADWgAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAdwAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATQAAAAAC + tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAdwAAAAAAFAAAAAAAdwAAAAAAegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAADTQAAAAADdwAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABTQAAAAACWgAAAAADWgAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACZwAAAAABTQAAAAACdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAABdwAAAAACTQAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAAATQAAAAACdwAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAdwAAAAACTQAAAAABWgAAAAADWgAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAdwAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATQAAAAAC version: 6 -5,-1: ind: -5,-1 @@ -331,11 +333,11 @@ entities: version: 6 0,3: ind: 0,3 - tiles: WgAAAAADTQAAAAACWgAAAAACWgAAAAAAegAAAAAATQAAAAADLgAAAAADLgAAAAABTQAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACTQAAAAADTQAAAAABTQAAAAAAWgAAAAABegAAAAAATQAAAAACLgAAAAACLgAAAAABTQAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAATQAAAAACMAAAAAAATQAAAAADWgAAAAACegAAAAAATQAAAAAALgAAAAADLgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAABTQAAAAADMAAAAAAATQAAAAABWgAAAAADegAAAAAATQAAAAAALgAAAAABLgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADMAAAAAAATQAAAAADWgAAAAADegAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAAATQAAAAADegAAAAAAegAAAAAATgAAAAAATQAAAAAAMAAAAAAATQAAAAABWgAAAAACTgAAAAAATQAAAAADLgAAAAACLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACMAAAAAAATQAAAAABWgAAAAAATgAAAAAATQAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAAALgAAAAAALgAAAAACegAAAAAATgAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAADWgAAAAADTgAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAADTgAAAAAATgAAAAAATQAAAAABTQAAAAAAWgAAAAABTQAAAAACWgAAAAADWgAAAAADegAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAACLgAAAAADTgAAAAAATgAAAAAATQAAAAAATQAAAAAAWgAAAAACTQAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAACWgAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACWgAAAAACTQAAAAADWgAAAAACdwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTQAAAAADWgAAAAABdwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAWgAAAAAATQAAAAAAWgAAAAACdwAAAAADTgAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAACTQAAAAABWgAAAAABdwAAAAAAegAAAAAAAAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTQAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAADTQAAAAACWgAAAAACWgAAAAAAegAAAAAATQAAAAADLgAAAAADLgAAAAABTQAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACTQAAAAADTQAAAAABTQAAAAAAWgAAAAABegAAAAAATQAAAAACLgAAAAACLgAAAAABTQAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAATQAAAAACMAAAAAAATQAAAAADWgAAAAACegAAAAAATQAAAAAALgAAAAADLgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAABTQAAAAADMAAAAAAATQAAAAABWgAAAAADegAAAAAATQAAAAAALgAAAAABLgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADMAAAAAAATQAAAAADWgAAAAADegAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAAATQAAAAADegAAAAAAegAAAAAATgAAAAAATQAAAAAAMAAAAAAATQAAAAABWgAAAAACTgAAAAAATQAAAAADLgAAAAACLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACMAAAAAAATQAAAAABWgAAAAAATgAAAAAATQAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAAALgAAAAAALgAAAAACegAAAAAATgAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAADWgAAAAADTgAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAADTgAAAAAATgAAAAAATQAAAAABTQAAAAAAWgAAAAABTQAAAAACWgAAAAADWgAAAAADegAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAACLgAAAAADTgAAAAAATgAAAAAATQAAAAAATQAAAAAAWgAAAAACTQAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAACWgAAAAAAHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACWgAAAAACTQAAAAADWgAAAAACHgAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTQAAAAADWgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAWgAAAAAATQAAAAAAWgAAAAACHgAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAACTQAAAAABWgAAAAABHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTQAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,3: ind: -1,3 - tiles: MAAAAAAASQAAAAADSQAAAAABTQAAAAABTQAAAAABSQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAAASQAAAAABTgAAAAAAWgAAAAACMAAAAAAASQAAAAAASQAAAAABTQAAAAACTQAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABegAAAAAAWgAAAAADMAAAAAAASQAAAAAASQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAABTQAAAAABWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAAATQAAAAACWgAAAAADMAAAAAAASQAAAAAASQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAADegAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAADTQAAAAAASQAAAAACSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAADTgAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAACTgAAAAAAWgAAAAADMAAAAAAASQAAAAADSQAAAAABTQAAAAADTQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAADSQAAAAAATgAAAAAAWgAAAAABMAAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAABSQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAACTQAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAADSQAAAAADSQAAAAACSQAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAACTQAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAABdAAAAAACTgAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAWgAAAAAAdAAAAAAATgAAAAAAdAAAAAADTQAAAAADTQAAAAACdAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAACdAAAAAABdAAAAAABTQAAAAAATQAAAAAAdAAAAAABTQAAAAABdAAAAAABdAAAAAACdAAAAAADTQAAAAADdAAAAAACdAAAAAABdAAAAAAAdAAAAAADTgAAAAAA + tiles: MAAAAAAASQAAAAADSQAAAAABTQAAAAABTQAAAAABSQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAAASQAAAAABTgAAAAAAWgAAAAACMAAAAAAASQAAAAAASQAAAAABTQAAAAACTQAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABegAAAAAAWgAAAAADMAAAAAAASQAAAAAASQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAABTQAAAAABWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAAATQAAAAACWgAAAAADMAAAAAAASQAAAAAASQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAADegAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAADTQAAAAAASQAAAAACSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAADTgAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAACTgAAAAAAWgAAAAADMAAAAAAASQAAAAADSQAAAAABTQAAAAADTQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAADSQAAAAAATgAAAAAAWgAAAAABMAAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAABSQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAACTQAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAADSQAAAAADSQAAAAACSQAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAACTQAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAABdAAAAAACTgAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAWgAAAAAAdAAAAAAATgAAAAAAdAAAAAADTQAAAAADTQAAAAACdAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAACdAAAAAABdAAAAAABTQAAAAAATQAAAAAAdAAAAAABTQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAADdAAAAAACdAAAAAABdAAAAAAAdAAAAAADTgAAAAAA version: 6 2,3: ind: 2,3 @@ -359,7 +361,7 @@ entities: version: 6 5,3: ind: 5,3 - tiles: agAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAACawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACegAAAAAATQAAAAABTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADTQAAAAADegAAAAAATQAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAADTQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: agAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAACawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACegAAAAAATQAAAAABTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADTQAAAAADegAAAAAATQAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAADTQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 5,1: ind: 5,1 @@ -391,7 +393,7 @@ entities: version: 6 -7,-1: ind: -7,-1 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAAEBQAAAAAJBQAAAAADBQAAAAAJTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAABBQAAAAAEBQAAAAANBQAAAAAGTgAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAFCQAAAAAABwAAAAAMBwAAAAAABQAAAAAEBQAAAAABBQAAAAAOTgAAAAAATQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBQAAAAAGTgAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAHBQAAAAABTgAAAAAATQAAAAACTQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAIBQAAAAAITgAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAACwAAAAAAewAAAAAACgAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABQAAAAALTgAAAAAATQAAAAACTQAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAACwAAAAAACwAAAAAACgAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABQAAAAAMBwAAAAABTgAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAACTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBwAAAAAATgAAAAAATQAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABgAAAAAABQAAAAAGBwAAAAAABQAAAAAOBQAAAAAMBQAAAAAETgAAAAAAWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAALBgAAAAAABgAAAAAABQAAAAAHegAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAAEBQAAAAAJBQAAAAADBQAAAAAJegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAABBQAAAAAEBQAAAAANBQAAAAAGTgAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAFCQAAAAAABwAAAAAMBwAAAAAABQAAAAAEBQAAAAABBQAAAAAOTgAAAAAATQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBQAAAAAGTgAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAHBQAAAAABTgAAAAAATQAAAAACTQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAIBQAAAAAITgAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAACwAAAAAAewAAAAAACgAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABQAAAAALTgAAAAAATQAAAAACTQAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAACwAAAAAACwAAAAAACgAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABQAAAAAMBwAAAAABTgAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAACTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBwAAAAAATgAAAAAATQAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABgAAAAAABQAAAAAGBwAAAAAABQAAAAAOBQAAAAAMBQAAAAAETgAAAAAAWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAALBgAAAAAABgAAAAAABQAAAAAHegAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA version: 6 -7,-2: ind: -7,-2 @@ -415,7 +417,7 @@ entities: version: 6 -7,1: ind: -7,1 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEKQAAAAACKQAAAAABKQAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAADGAAAAAADGAAAAAAFGAAAAAAAKQAAAAACGAAAAAAETgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAAHKQAAAAAAGAAAAAAAGAAAAAAHGAAAAAAGTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAGAAAAAAAGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEKQAAAAABKQAAAAABKQAAAAADKQAAAAACGAAAAAACGAAAAAAAGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAAEFwAAAAADFwAAAAADKQAAAAABKQAAAAABGAAAAAAGKQAAAAADGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFKQAAAAABKQAAAAAAKQAAAAADGAAAAAADGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAADFwAAAAADFwAAAAAEFwAAAAACKQAAAAAAGAAAAAAEKQAAAAABKQAAAAACKQAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABKQAAAAADKQAAAAAAKQAAAAAAGAAAAAAFKQAAAAACKQAAAAABTgAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAAGKQAAAAACKQAAAAAAKQAAAAADKQAAAAACFwAAAAAEKQAAAAADTgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAFwAAAAAGFwAAAAAFFwAAAAAATgAAAAAATQAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAACKQAAAAAAKQAAAAADFwAAAAABFwAAAAAEFwAAAAABTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGTgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEKQAAAAACKQAAAAABKQAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAADGAAAAAADGAAAAAAFGAAAAAAAKQAAAAACGAAAAAAETgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAAHKQAAAAAAGAAAAAAAGAAAAAAHGAAAAAAGTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAGAAAAAAAGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEKQAAAAABKQAAAAABKQAAAAADKQAAAAACGAAAAAACGAAAAAAAGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAAEFwAAAAADFwAAAAADKQAAAAABKQAAAAABGAAAAAAGKQAAAAADGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFKQAAAAABKQAAAAAAKQAAAAADGAAAAAADGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAADFwAAAAADFwAAAAAEFwAAAAACKQAAAAAAGAAAAAAEKQAAAAABKQAAAAACKQAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABKQAAAAADKQAAAAAAKQAAAAAAGAAAAAAFKQAAAAACKQAAAAABTgAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAAGKQAAAAACKQAAAAAAKQAAAAADKQAAAAACFwAAAAAEKQAAAAADTgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAFwAAAAAGFwAAAAAFFwAAAAAATgAAAAAATQAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAACKQAAAAAAKQAAAAADFwAAAAABFwAAAAAEFwAAAAABTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAA version: 6 -8,1: ind: -8,1 @@ -427,19 +429,19 @@ entities: version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA + tiles: AAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAeQAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA version: 6 -3,3: ind: -3,3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADagAAAAAAegAAAAAAagAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAACegAAAAAAKQAAAAADKQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAAAegAAAAAAKQAAAAAAKQAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAKQAAAAABKQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAABTgAAAAAAKQAAAAAAKQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAATgAAAAAAKQAAAAAAKQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAACegAAAAAAKQAAAAADKQAAAAADegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAATQAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAAAegAAAAAAKQAAAAAAKQAAAAABegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAKQAAAAABKQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAABTgAAAAAAKQAAAAAAKQAAAAADegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAATgAAAAAAKQAAAAAAKQAAAAABTgAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAATgAAAAAATgAAAAAA version: 6 -2,3: ind: -2,3 - tiles: TQAAAAADegAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAMAAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAdAAAAAABdAAAAAABdAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAMAAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAAATQAAAAADbQAAAAACbQAAAAABTQAAAAADTQAAAAACbQAAAAABbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAADTQAAAAACTQAAAAACbQAAAAAAbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAdAAAAAABdAAAAAAAdAAAAAAATgAAAAAAbQAAAAADbQAAAAACTQAAAAABTQAAAAADbQAAAAABbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAADbQAAAAACTgAAAAAAdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTQAAAAADdAAAAAABdAAAAAACdAAAAAAATgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAADegAAAAAAMAAAAAAAbQAAAAAAbQAAAAADbQAAAAADTQAAAAADdAAAAAAAdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAADdAAAAAADdAAAAAABdAAAAAACdAAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAdAAAAAAATQAAAAABTQAAAAABTQAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAACdAAAAAACTQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAATQAAAAAATQAAAAACTQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAADTQAAAAAB + tiles: TQAAAAADegAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAMAAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAdAAAAAABdAAAAAABdAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAMAAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAAATQAAAAADbQAAAAACbQAAAAABTQAAAAADTQAAAAACbQAAAAABbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAADTQAAAAACTQAAAAACbQAAAAAAbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAdAAAAAABdAAAAAAAdAAAAAAATgAAAAAAbQAAAAADbQAAAAACTQAAAAABTQAAAAADbQAAAAABbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAADbQAAAAACTgAAAAAAdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTQAAAAADdAAAAAABdAAAAAACdAAAAAAATgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAADegAAAAAAMAAAAAAAbQAAAAAAbQAAAAADbQAAAAADTQAAAAADdAAAAAAAdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAADdAAAAAADdAAAAAABdAAAAAACdAAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAdAAAAAAATQAAAAABTQAAAAABTQAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAACdAAAAAACTQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAATQAAAAAATQAAAAACTQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAADTQAAAAAB version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,3: ind: -6,3 @@ -471,19 +473,19 @@ entities: version: 6 0,4: ind: 0,4 - tiles: WgAAAAADWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAAAegAAAAAAAAAAAAAAWgAAAAADWgAAAAACWgAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAACTQAAAAACTQAAAAACegAAAAAAAAAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAAegAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAAATQAAAAADTgAAAAAALgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAACLgAAAAADLgAAAAAALgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAABLgAAAAACLgAAAAADLgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAABLgAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAADLgAAAAACLgAAAAACLgAAAAADTQAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAADWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACTQAAAAACTQAAAAAATQAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACTQAAAAAATQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAAegAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAAATQAAAAADTgAAAAAALgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAACLgAAAAADLgAAAAAALgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAABLgAAAAACLgAAAAADLgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAABLgAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAADLgAAAAACLgAAAAACLgAAAAADTQAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,4: ind: -1,4 - tiles: dAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAADTQAAAAACdAAAAAACdAAAAAAAdAAAAAABTQAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAACTQAAAAACTgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACegAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAABbQAAAAACegAAAAAAbQAAAAACTQAAAAABTQAAAAACTQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAACawAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAawAAAAADawAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAACLgAAAAADLgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAAALgAAAAABLgAAAAADLgAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAACLgAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAABLgAAAAADLgAAAAACLgAAAAACLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAABLgAAAAADLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAAATQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA + tiles: dAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAADTQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAACTQAAAAACTgAAAAAATQAAAAACTgAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAbQAAAAACTQAAAAABTQAAAAACTQAAAAACbQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAACLgAAAAADLgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAAALgAAAAABLgAAAAADLgAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAACLgAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAABLgAAAAADLgAAAAACLgAAAAACLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAABLgAAAAADLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAAATQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA version: 6 -2,4: ind: -2,4 - tiles: dAAAAAABdAAAAAABdAAAAAABTQAAAAABdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABTQAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAACTgAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAATgAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAATgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dAAAAAABdAAAAAABdAAAAAABTQAAAAABdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABTQAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,4: ind: -3,4 - tiles: TgAAAAAAegAAAAAATgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAATQAAAAACdAAAAAACdAAAAAADTgAAAAAAegAAAAAATgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAACegAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TgAAAAAAegAAAAAATgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAATQAAAAACdAAAAAACdAAAAAADTgAAAAAAegAAAAAATgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAACegAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,3: ind: -7,3 @@ -529,10 +531,6 @@ entities: ind: 3,4 tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAKQAAAAADKQAAAAAAKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAABKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - -2,5: - ind: -2,5 - tiles: eQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 6,2: ind: 6,2 tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @@ -575,7 +573,7 @@ entities: version: 6 -5,4: ind: -5,4 - tiles: egAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-4: ind: -6,-4 @@ -658,56 +656,55 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 6346: -52.005,-49.860638 - 6710: -54,50 + 6276: -52.005,-49.860638 - node: color: '#FFFFFFFF' id: Arrows decals: 7: 6,25 - 2226: 30,1 - 2227: 30,-1 - 6327: -19,-25 - 6328: -17,-39 - 6331: -20,-29 - 6338: -48,-47 - 6343: -48,-50 + 2197: 30,1 + 2198: 30,-1 + 6257: -19,-25 + 6258: -17,-39 + 6261: -20,-29 + 6268: -48,-47 + 6273: -48,-50 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 2223: 27,1 - 2224: 26,1 - 2225: 25,1 - 6345: -52.46594,-45.938763 - 6654: -29,-41 - 6655: -35.374405,-41.0069 + 2194: 27,1 + 2195: 26,1 + 2196: 25,1 + 6275: -52.46594,-45.938763 + 6580: -29,-41 + 6581: -35.374405,-41.0069 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6329: -19,-39 - 6330: -22,-29 - 6342: -52,-45 - 6344: -52.012814,-50.43095 + 6259: -19,-39 + 6260: -22,-29 + 6272: -52,-45 + 6274: -52.012814,-50.43095 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Arrows decals: - 6656: -35,-45 - 6657: -28.570425,-45.00288 + 6582: -35,-45 + 6583: -28.570425,-45.00288 - node: color: '#FFFFFFFF' id: Basalt1 decals: 227: 37,41 248: 75,21 - 4267: -99.61036,26.588285 - 4268: -108.15333,23.17813 + 4238: -99.61036,26.588285 + 4239: -108.15333,23.17813 - node: color: '#FFFFFFFF' id: Basalt2 @@ -736,14 +733,14 @@ entities: 321: -106.43684,22.207268 322: -103.65559,19.363518 323: -101.63996,29.332268 - 4269: -104.75489,18.982817 - 4270: -99.750984,17.846098 - 4271: -87.95603,15.0817375 - 4272: -79.94041,11.091608 - 4273: -94.6715,3.7907648 - 4274: -87.9215,1.822197 - 4275: -100.69823,2.235566 - 4276: -95.65813,1.0575595 + 4240: -104.75489,18.982817 + 4241: -99.750984,17.846098 + 4242: -87.95603,15.0817375 + 4243: -79.94041,11.091608 + 4244: -94.6715,3.7907648 + 4245: -87.9215,1.822197 + 4246: -100.69823,2.235566 + 4247: -95.65813,1.0575595 - node: color: '#FFFFFFFF' id: Basalt5 @@ -765,11 +762,11 @@ entities: 303: -103.78059,19.254143 304: -102.32746,18.426018 305: -102.95246,18.441643 - 4262: -99.99786,-5.579525 - 4263: -99.611145,-6.3646812 - 4264: -101.94239,-10.427048 - 4265: -100.53614,-12.050097 - 4266: -99.80958,20.762344 + 4233: -99.99786,-5.579525 + 4234: -99.611145,-6.3646812 + 4235: -101.94239,-10.427048 + 4236: -100.53614,-12.050097 + 4237: -99.80958,20.762344 - node: color: '#FFFFFFFF' id: Basalt7 @@ -784,8 +781,8 @@ entities: 310: -101.63996,25.785393 311: -101.63996,30.004143 320: -104.87434,23.082268 - 4277: -89.407394,0.7120869 - 4278: -89.24754,13.638722 + 4248: -89.407394,0.7120869 + 4249: -89.24754,13.638722 - node: color: '#FFFFFFFF' id: Basalt8 @@ -806,11 +803,11 @@ entities: color: '#80C71FFF' id: Bot decals: - 6658: 36,-7 - 6659: 36,-6 - 6660: 36,-5 - 6661: 33,-7 - 6662: 33,-5 + 6584: 36,-7 + 6585: 36,-6 + 6586: 36,-5 + 6587: 33,-7 + 6588: 33,-5 - node: color: '#FFFFFFFF' id: Bot @@ -818,42 +815,42 @@ entities: 0: 7,25 280: -17,-19 281: -16,-19 - 2229: 7,25 - 2836: 47,43 - 2837: 49,43 - 3481: -117,55 - 3482: -109,55 - 3483: -109,47 - 3484: -117,47 - 3485: -117,51 - 3486: -109,51 - 3487: -120,51 - 3488: -120,58 - 3489: -106,44 - 3490: -120,44 - 3730: -17,-19 - 3731: -16,-19 - 3732: -19,-19 - 3733: -20,-19 - 3734: -21,-19 - 3735: -22,-19 - 3736: -23,-19 - 4704: -63,30 - 4705: -63,29 - 4706: -63,28 - 4707: -61,28 - 4708: -61,29 - 4709: -61,30 - 6326: -19,-26 - 6341: -52,-44 + 2200: 7,25 + 2807: 47,43 + 2808: 49,43 + 3452: -117,55 + 3453: -109,55 + 3454: -109,47 + 3455: -117,47 + 3456: -117,51 + 3457: -109,51 + 3458: -120,51 + 3459: -120,58 + 3460: -106,44 + 3461: -120,44 + 3701: -17,-19 + 3702: -16,-19 + 3703: -19,-19 + 3704: -20,-19 + 3705: -21,-19 + 3706: -22,-19 + 3707: -23,-19 + 4647: -63,30 + 4648: -63,29 + 4649: -63,28 + 4650: -61,28 + 4651: -61,29 + 4652: -61,30 + 6256: -19,-26 + 6271: -52,-44 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6332: -48,-46 - 6333: -15,-20 - 6334: -15,-19 + 6262: -48,-46 + 6263: -15,-20 + 6264: -15,-19 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -868,35 +865,35 @@ entities: color: '#FFFFFFFF' id: BotGreyscale decals: - 2230: 8,25 - 2231: 9,25 - 2232: 10,25 - 2233: 11,25 - 6424: -61,46 - 6425: -60,46 - 6426: -59,46 - 6427: -58,46 - 6428: -57,46 - 6429: -56,46 - 6430: -47,37 - 6431: -48,37 - 6432: -49,37 - 6433: -50,37 + 2201: 8,25 + 2202: 9,25 + 2203: 10,25 + 2204: 11,25 + 6350: -61,46 + 6351: -60,46 + 6352: -59,46 + 6353: -58,46 + 6354: -57,46 + 6355: -56,46 + 6356: -47,37 + 6357: -48,37 + 6358: -49,37 + 6359: -50,37 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: BotLeftGreyscale decals: - 6349: -50,-50 - 6350: -52,-48 - 6351: -32,-45 + 6279: -50,-50 + 6280: -52,-48 + 6281: -32,-45 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Box decals: - 6347: -19,-23 - 6348: -19,-24 + 6277: -19,-23 + 6278: -19,-24 - node: color: '#FFFFFFFF' id: Box @@ -910,100 +907,115 @@ entities: 14: 26,14 15: 26,15 16: 26,11 - 2228: 26,13 - 2234: -8,37 - 2235: -7,37 - 2236: -6,37 - 2451: -39,24 - 2452: -40,24 - 2453: -42,19 - 2454: -43,19 - 2848: 40,46 - 2849: 41,46 - 2850: 43,46 - 2851: 44,46 - 2852: 34,51 - 2853: 35,51 - 2854: 35,50 - 2855: 34,50 - 2856: 49,50 - 2857: 50,50 - 2858: 49,51 - 2859: 50,51 - 2860: 60,50 - 4664: 83,62 - 4665: 84,62 - 4666: 85,62 - 6409: 24,16 - 6410: 26,16 + 2199: 26,13 + 2205: -8,37 + 2206: -7,37 + 2207: -6,37 + 2422: -39,24 + 2423: -40,24 + 2424: -42,19 + 2425: -43,19 + 2819: 40,46 + 2820: 41,46 + 2821: 43,46 + 2822: 44,46 + 2823: 34,51 + 2824: 35,51 + 2825: 35,50 + 2826: 34,50 + 2827: 49,50 + 2828: 50,50 + 2829: 49,51 + 2830: 50,51 + 2831: 60,50 + 4607: 83,62 + 4608: 84,62 + 4609: 85,62 + 6335: 24,16 + 6336: 26,16 + - node: + color: '#808080FF' + id: BrickTileSteelCornerNe + decals: + 6662: 9,61 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe decals: 614: -11,-5 646: 31,-5 - 1505: -3,-5 - 1508: -9,-8 - 1512: -6,7 - 1546: -6,-1 - 1562: -20,-8 - 1567: -14,-8 - 1608: -3,16 - 1609: -7,16 - 1633: 36,7 - 1634: 34,13 - 1635: 34,16 - 1636: 27,16 - 1637: 21,16 - 1640: 21,10 - 1744: 22,3 - 6386: 31,3 + 1476: -3,-5 + 1479: -9,-8 + 1483: -6,7 + 1517: -6,-1 + 1533: -20,-8 + 1538: -14,-8 + 1579: -3,16 + 1580: -7,16 + 1604: 36,7 + 1605: 34,13 + 1606: 34,16 + 1607: 27,16 + 1608: 21,16 + 1611: 21,10 + 1715: 22,3 + 6312: 31,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: - 924: -3,56 - 6626: -11,59 + 907: -3,56 + 6552: -11,59 - node: color: '#BA8841FF' id: BrickTileSteelCornerNe decals: - 2161: -58,13 - 2162: -62,13 - 2166: -48,14 + 2132: -58,13 + 2133: -62,13 + 2137: -48,14 + - node: + color: '#808080FF' + id: BrickTileSteelCornerNw + decals: + 6668: 6,61 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw decals: 615: -24,-5 647: 26,-5 - 1506: -9,-5 - 1507: -12,-8 - 1513: -9,7 - 1547: -9,-1 - 1565: -24,-8 - 1566: -18,-8 - 1610: -9,16 - 1611: -5,16 - 1638: 15,16 - 1639: 15,10 - 1641: 33,7 - 1647: 29,16 - 1696: 23,16 - 1745: 19,3 - 6387: 30,3 + 1477: -9,-5 + 1478: -12,-8 + 1484: -9,7 + 1518: -9,-1 + 1536: -24,-8 + 1537: -18,-8 + 1581: -9,16 + 1582: -5,16 + 1609: 15,16 + 1610: 15,10 + 1612: 33,7 + 1618: 29,16 + 1667: 23,16 + 1716: 19,3 + 6313: 30,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 6625: -15,59 + 6551: -15,59 - node: color: '#BA8841FF' id: BrickTileSteelCornerNw decals: - 2163: -63,13 - 2164: -60,13 - 2165: -52,14 + 2134: -63,13 + 2135: -60,13 + 2136: -52,14 + - node: + color: '#808080FF' + id: BrickTileSteelCornerSe + decals: + 6663: 9,59 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe @@ -1011,30 +1023,35 @@ entities: 617: -11,-6 648: 31,-12 673: 31,-3 - 1511: -6,5 - 1514: -9,-12 - 1548: -6,-3 - 1563: -14,-12 - 1575: -20,-12 - 1616: -3,9 - 1648: 21,12 - 1649: 21,9 - 1650: 34,9 - 1651: 36,5 - 1675: 34,15 - 1746: 22,0 + 1482: -6,5 + 1485: -9,-12 + 1519: -6,-3 + 1534: -14,-12 + 1546: -20,-12 + 1587: -3,9 + 1619: 21,12 + 1620: 21,9 + 1621: 34,9 + 1622: 36,5 + 1646: 34,15 + 1717: 22,0 - node: color: '#B02E26FF' id: BrickTileSteelCornerSe decals: - 925: -3,47 + 908: -3,47 - node: color: '#BA8841FF' id: BrickTileSteelCornerSe decals: - 2170: -48,11 - 2171: -62,11 - 2178: -58,11 + 2141: -48,11 + 2142: -62,11 + 2149: -58,11 + - node: + color: '#808080FF' + id: BrickTileSteelCornerSw + decals: + 6669: 6,59 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw @@ -1042,95 +1059,95 @@ entities: 616: -24,-6 649: 26,-12 672: 30,-3 - 1509: -7,-12 - 1510: -9,5 - 1515: -12,-12 - 1538: -9,-6 - 1549: -9,-3 - 1564: -24,-12 - 1574: -18,-12 - 1615: -9,9 - 1642: 33,5 - 1643: 23,9 - 1644: 15,9 - 1645: 15,12 - 1646: 29,15 - 1758: 19,0 + 1480: -7,-12 + 1481: -9,5 + 1486: -12,-12 + 1509: -9,-6 + 1520: -9,-3 + 1535: -24,-12 + 1545: -18,-12 + 1586: -9,9 + 1613: 33,5 + 1614: 23,9 + 1615: 15,9 + 1616: 15,12 + 1617: 29,15 + 1729: 19,0 - node: color: '#B02E26FF' id: BrickTileSteelCornerSw decals: - 926: -15,47 + 909: -15,47 - node: color: '#BA8841FF' id: BrickTileSteelCornerSw decals: - 2167: -52,11 - 2168: -60,11 - 2169: -63,11 + 2138: -52,11 + 2139: -60,11 + 2140: -63,11 - node: color: '#B02E26FF' id: BrickTileSteelEndW decals: - 1116: -2,59 + 1087: -2,59 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNe decals: - 1623: -7,14 - 1718: 19,10 + 1594: -7,14 + 1689: 19,10 - node: color: '#B02E26FF' id: BrickTileSteelInnerNe decals: - 962: -11,56 + 945: -11,56 - node: color: '#BA8841FF' id: BrickTileSteelInnerNe decals: - 2191: -62,12 + 2162: -62,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNw decals: - 1622: -5,14 - 1717: 17,10 + 1593: -5,14 + 1688: 17,10 - node: color: '#B02E26FF' id: BrickTileSteelInnerNw decals: - 1117: -1,59 + 1088: -1,59 - node: color: '#BA8841FF' id: BrickTileSteelInnerNw decals: - 2192: -60,12 + 2163: -60,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSe decals: - 1715: 19,12 + 1686: 19,12 - node: color: '#BA8841FF' id: BrickTileSteelInnerSe decals: - 2189: -62,12 + 2160: -62,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSw decals: - 1545: -7,-6 - 1716: 17,12 + 1516: -7,-6 + 1687: 17,12 - node: color: '#B02E26FF' id: BrickTileSteelInnerSw decals: - 1118: -1,59 + 1089: -1,59 - node: color: '#BA8841FF' id: BrickTileSteelInnerSw decals: - 2190: -60,12 + 2161: -60,12 - node: color: '#91D4FFFF' id: BrickTileSteelLineE @@ -1143,62 +1160,68 @@ entities: 665: 31,-8 666: 31,-7 667: 31,-6 - 1523: -9,-9 - 1524: -9,-10 - 1525: -9,-11 - 1526: -3,-10 - 1527: -3,-9 - 1528: -3,-8 - 1529: -3,-7 - 1530: -3,-6 - 1560: -6,6 - 1561: -6,-2 - 1568: -14,-9 - 1569: -14,-10 - 1570: -14,-11 - 1571: -20,-9 - 1572: -20,-10 - 1573: -20,-11 - 1600: -3,10 - 1601: -3,11 - 1602: -3,12 - 1603: -3,13 - 1604: -3,14 - 1605: -3,15 - 1606: -7,15 - 1706: 21,15 - 1707: 21,14 - 1708: 21,13 - 1709: 34,12 - 1710: 34,11 - 1711: 34,10 - 1714: 19,11 - 1754: 22,2 - 1755: 22,1 - 6388: 31,2 - 6389: 31,1 - 6390: 31,0 + 1494: -9,-9 + 1495: -9,-10 + 1496: -9,-11 + 1497: -3,-10 + 1498: -3,-9 + 1499: -3,-8 + 1500: -3,-7 + 1501: -3,-6 + 1531: -6,6 + 1532: -6,-2 + 1539: -14,-9 + 1540: -14,-10 + 1541: -14,-11 + 1542: -20,-9 + 1543: -20,-10 + 1544: -20,-11 + 1571: -3,10 + 1572: -3,11 + 1573: -3,12 + 1574: -3,13 + 1575: -3,14 + 1576: -3,15 + 1577: -7,15 + 1677: 21,15 + 1678: 21,14 + 1679: 21,13 + 1680: 34,12 + 1681: 34,11 + 1682: 34,10 + 1685: 19,11 + 1725: 22,2 + 1726: 22,1 + 6314: 31,2 + 6315: 31,1 + 6316: 31,0 - node: color: '#B02E26FF' id: BrickTileSteelLineE decals: - 934: -3,55 - 935: -3,54 - 936: -3,53 - 937: -3,52 - 938: -3,51 - 939: -3,50 - 940: -3,49 - 941: -3,48 - 6623: -11,57 - 6624: -11,58 + 917: -3,55 + 918: -3,54 + 919: -3,53 + 920: -3,52 + 921: -3,51 + 922: -3,50 + 923: -3,49 + 924: -3,48 + 6549: -11,57 + 6550: -11,58 - node: color: '#BA8841FF' id: BrickTileSteelLineE decals: - 2175: -48,13 - 2176: -48,12 - 2177: -58,12 + 2146: -48,13 + 2147: -48,12 + 2148: -58,12 + - node: + color: '#808080FF' + id: BrickTileSteelLineN + decals: + 6664: 7,61 + 6665: 8,61 - node: color: '#91D4FFFF' id: BrickTileSteelLineN @@ -1219,73 +1242,79 @@ entities: 651: 29,-5 652: 28,-5 653: 27,-5 - 1518: -11,-8 - 1519: -10,-8 - 1540: -8,-5 - 1541: -7,-5 - 1542: -6,-5 - 1543: -5,-5 - 1544: -4,-5 - 1554: -8,-1 - 1555: -7,-1 - 1556: -8,7 - 1557: -7,7 - 1582: -23,-8 - 1583: -22,-8 - 1584: -21,-8 - 1585: -17,-8 - 1586: -16,-8 - 1587: -15,-8 - 1612: -8,16 - 1613: -4,16 - 1614: -6,14 - 1676: 16,16 - 1677: 17,16 - 1678: 18,16 - 1679: 19,16 - 1680: 20,16 - 1681: 24,16 - 1682: 25,16 - 1683: 26,16 - 1684: 30,16 - 1685: 31,16 - 1686: 32,16 - 1687: 33,16 - 1688: 34,7 - 1689: 35,7 - 1690: 33,13 - 1691: 32,13 - 1692: 31,13 - 1693: 30,13 - 1694: 29,13 - 1695: 28,13 - 1719: 16,10 - 1720: 20,10 - 1761: 20,3 - 1762: 21,3 + 1489: -11,-8 + 1490: -10,-8 + 1511: -8,-5 + 1512: -7,-5 + 1513: -6,-5 + 1514: -5,-5 + 1515: -4,-5 + 1525: -8,-1 + 1526: -7,-1 + 1527: -8,7 + 1528: -7,7 + 1553: -23,-8 + 1554: -22,-8 + 1555: -21,-8 + 1556: -17,-8 + 1557: -16,-8 + 1558: -15,-8 + 1583: -8,16 + 1584: -4,16 + 1585: -6,14 + 1647: 16,16 + 1648: 17,16 + 1649: 18,16 + 1650: 19,16 + 1651: 20,16 + 1652: 24,16 + 1653: 25,16 + 1654: 26,16 + 1655: 30,16 + 1656: 31,16 + 1657: 32,16 + 1658: 33,16 + 1659: 34,7 + 1660: 35,7 + 1661: 33,13 + 1662: 32,13 + 1663: 31,13 + 1664: 30,13 + 1665: 29,13 + 1666: 28,13 + 1690: 16,10 + 1691: 20,10 + 1732: 20,3 + 1733: 21,3 - node: color: '#B02E26FF' id: BrickTileSteelLineN decals: - 927: -10,56 - 928: -9,56 - 929: -8,56 - 930: -7,56 - 931: -6,56 - 932: -5,56 - 933: -4,56 - 6627: -14,59 - 6628: -13,59 - 6629: -12,59 + 910: -10,56 + 911: -9,56 + 912: -8,56 + 913: -7,56 + 914: -6,56 + 915: -5,56 + 916: -4,56 + 6553: -14,59 + 6554: -13,59 + 6555: -12,59 - node: color: '#BA8841FF' id: BrickTileSteelLineN decals: - 2183: -61,12 - 2184: -51,14 - 2185: -50,14 - 2186: -49,14 - 2187: -59,13 + 2154: -61,12 + 2155: -51,14 + 2156: -50,14 + 2157: -49,14 + 2158: -59,13 + - node: + color: '#808080FF' + id: BrickTileSteelLineS + decals: + 6666: 7,59 + 6667: 8,59 - node: color: '#91D4FFFF' id: BrickTileSteelLineS @@ -1306,75 +1335,75 @@ entities: 669: 29,-12 670: 28,-12 671: 27,-12 - 1516: -11,-12 - 1517: -10,-12 - 1531: -5,-12 - 1532: -6,-12 - 1539: -8,-6 - 1550: -8,-3 - 1551: -7,-3 - 1552: -8,5 - 1553: -7,5 - 1576: -23,-12 - 1577: -22,-12 - 1578: -21,-12 - 1579: -17,-12 - 1580: -16,-12 - 1581: -15,-12 - 1617: -4,9 - 1618: -5,9 - 1619: -6,9 - 1620: -7,9 - 1621: -8,9 - 1652: 16,9 - 1653: 17,9 - 1654: 18,9 - 1655: 19,9 - 1656: 20,9 - 1657: 20,12 - 1658: 16,12 - 1659: 24,9 - 1660: 25,9 - 1661: 26,9 - 1662: 27,9 - 1663: 28,9 - 1664: 29,9 - 1665: 30,9 - 1666: 31,9 - 1667: 32,9 - 1668: 33,9 - 1669: 34,5 - 1670: 35,5 - 1671: 30,15 - 1672: 31,15 - 1673: 32,15 - 1674: 33,15 - 1756: 20,0 - 1757: 21,0 + 1487: -11,-12 + 1488: -10,-12 + 1502: -5,-12 + 1503: -6,-12 + 1510: -8,-6 + 1521: -8,-3 + 1522: -7,-3 + 1523: -8,5 + 1524: -7,5 + 1547: -23,-12 + 1548: -22,-12 + 1549: -21,-12 + 1550: -17,-12 + 1551: -16,-12 + 1552: -15,-12 + 1588: -4,9 + 1589: -5,9 + 1590: -6,9 + 1591: -7,9 + 1592: -8,9 + 1623: 16,9 + 1624: 17,9 + 1625: 18,9 + 1626: 19,9 + 1627: 20,9 + 1628: 20,12 + 1629: 16,12 + 1630: 24,9 + 1631: 25,9 + 1632: 26,9 + 1633: 27,9 + 1634: 28,9 + 1635: 29,9 + 1636: 30,9 + 1637: 31,9 + 1638: 32,9 + 1639: 33,9 + 1640: 34,5 + 1641: 35,5 + 1642: 30,15 + 1643: 31,15 + 1644: 32,15 + 1645: 33,15 + 1727: 20,0 + 1728: 21,0 - node: color: '#B02E26FF' id: BrickTileSteelLineS decals: - 951: -14,47 - 952: -13,47 - 953: -12,47 - 954: -11,47 - 955: -10,47 - 956: -9,47 - 957: -8,47 - 958: -7,47 - 959: -6,47 - 960: -5,47 - 961: -4,47 + 934: -14,47 + 935: -13,47 + 936: -12,47 + 937: -11,47 + 938: -10,47 + 939: -9,47 + 940: -8,47 + 941: -7,47 + 942: -6,47 + 943: -5,47 + 944: -4,47 - node: color: '#BA8841FF' id: BrickTileSteelLineS decals: - 2179: -61,12 - 2180: -51,11 - 2181: -50,11 - 2182: -49,11 - 2188: -59,11 + 2150: -61,12 + 2151: -51,11 + 2152: -50,11 + 2153: -49,11 + 2159: -59,11 - node: color: '#91D4FFFF' id: BrickTileSteelLineW @@ -1388,139 +1417,134 @@ entities: 674: 30,-2 675: 30,-1 676: 30,1 - 1520: -12,-9 - 1521: -12,-10 - 1522: -12,-11 - 1533: -7,-11 - 1534: -7,-10 - 1535: -7,-9 - 1536: -7,-8 - 1537: -7,-7 - 1558: -9,6 - 1559: -9,-2 - 1588: -24,-9 - 1589: -24,-10 - 1590: -24,-11 - 1591: -18,-9 - 1592: -18,-10 - 1593: -18,-11 - 1594: -9,15 - 1595: -9,14 - 1596: -9,11 - 1597: -9,10 - 1598: -9,13 - 1599: -9,12 - 1607: -5,15 - 1697: 23,15 - 1698: 23,14 - 1699: 23,13 - 1700: 23,12 - 1701: 23,11 - 1702: 23,10 - 1703: 15,15 - 1704: 15,14 - 1705: 15,13 - 1712: 33,6 - 1713: 17,11 - 1759: 19,1 - 1760: 19,2 - 6391: 30,2 - 6392: 30,0 + 1491: -12,-9 + 1492: -12,-10 + 1493: -12,-11 + 1504: -7,-11 + 1505: -7,-10 + 1506: -7,-9 + 1507: -7,-8 + 1508: -7,-7 + 1529: -9,6 + 1530: -9,-2 + 1559: -24,-9 + 1560: -24,-10 + 1561: -24,-11 + 1562: -18,-9 + 1563: -18,-10 + 1564: -18,-11 + 1565: -9,15 + 1566: -9,14 + 1567: -9,11 + 1568: -9,10 + 1569: -9,13 + 1570: -9,12 + 1578: -5,15 + 1668: 23,15 + 1669: 23,14 + 1670: 23,13 + 1671: 23,12 + 1672: 23,11 + 1673: 23,10 + 1674: 15,15 + 1675: 15,14 + 1676: 15,13 + 1683: 33,6 + 1684: 17,11 + 1730: 19,1 + 1731: 19,2 + 6317: 30,2 + 6318: 30,0 - node: color: '#B02E26FF' id: BrickTileSteelLineW decals: - 942: -15,48 - 943: -15,49 - 944: -15,50 - 945: -15,51 - 946: -15,52 - 947: -15,53 - 948: -15,54 - 949: -15,55 - 950: -15,56 - 1103: -1,56 - 1104: -1,55 - 1105: -1,54 - 1106: -1,53 - 1107: -1,52 - 1108: -1,51 - 1109: -1,50 - 1110: -1,49 - 1111: -1,48 - 1112: -1,47 - 1113: -1,61 - 1114: -1,60 - 1115: -1,58 - 6621: -15,57 - 6622: -15,58 + 925: -15,48 + 926: -15,49 + 927: -15,50 + 928: -15,51 + 929: -15,52 + 930: -15,53 + 931: -15,54 + 932: -15,55 + 933: -15,56 + 1074: -1,56 + 1075: -1,55 + 1076: -1,54 + 1077: -1,53 + 1078: -1,52 + 1079: -1,51 + 1080: -1,50 + 1081: -1,49 + 1082: -1,48 + 1083: -1,47 + 1084: -1,61 + 1085: -1,60 + 1086: -1,58 + 6547: -15,57 + 6548: -15,58 - node: color: '#BA8841FF' id: BrickTileSteelLineW decals: - 2172: -52,12 - 2173: -52,13 - 2174: -63,12 + 2143: -52,12 + 2144: -52,13 + 2145: -63,12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe decals: - 1152: 7,42 - 1184: 14,40 - 1198: 20,40 - 1201: 19,50 - 1236: 15,50 - 1237: 11,56 - 1279: 15,43 - 1318: 27,46 - 1333: 29,52 - 1366: 19,57 - 1367: 20,56 - 1382: 22,57 - 1383: 21,58 - 1402: 28,56 - 1413: 9,30 - 1414: 14,30 - 1415: 20,29 - 1416: 12,25 + 1123: 7,42 + 1155: 14,40 + 1169: 20,40 + 1172: 19,50 + 1207: 15,50 + 1208: 11,56 + 1250: 15,43 + 1289: 27,46 + 1304: 29,52 + 1337: 19,57 + 1338: 20,56 + 1353: 22,57 + 1354: 21,58 + 1373: 28,56 + 1384: 9,30 + 1385: 14,30 + 1386: 20,29 + 1387: 12,25 - node: color: '#354DA0FF' id: BrickTileWhiteCornerNe decals: - 6393: 36,3 - - node: - color: '#474F52FF' - id: BrickTileWhiteCornerNe - decals: - 687: -26,75 + 6319: 36,3 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNe decals: - 2394: -36,24 - 2427: -38,13 - 2428: -37,12 - 2444: 36,-1 + 2365: -36,24 + 2398: -38,13 + 2399: -37,12 + 2415: 36,-1 - node: color: '#845606FF' id: BrickTileWhiteCornerNe decals: - 3533: -7,-19 - 3534: -18,-19 - 3535: -25,-19 - 3536: -25,-24 - 3537: -10,-28 - 3538: -4,-23 - 3539: -13,-24 - 3540: -19,-28 - 3541: -10,-33 - 3542: -16,-33 - 3543: -16,-38 - 3544: -10,-38 - 3545: -7,-41 - 3556: -19,-19 - 3567: -10,-38 - 4830: -22,-41 + 3504: -7,-19 + 3505: -18,-19 + 3506: -25,-19 + 3507: -25,-24 + 3508: -10,-28 + 3509: -4,-23 + 3510: -13,-24 + 3511: -19,-28 + 3512: -10,-33 + 3513: -16,-33 + 3514: -16,-38 + 3515: -10,-38 + 3516: -7,-41 + 3527: -19,-19 + 3538: -10,-38 + 4769: -22,-41 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNe @@ -1534,200 +1558,194 @@ entities: 384: 6,7 385: 13,16 386: -11,16 - 1722: 31,7 + 1693: 31,7 - node: color: '#951710FF' id: BrickTileWhiteCornerNe decals: - 6708: -20,48 + 6634: -20,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe decals: - 964: -11,64 - 973: -2,64 - 974: -7,64 - 980: -30,62 - 1010: -19,59 - 1011: -8,68 - 1012: -2,68 - 4776: -36,67 + 947: -11,64 + 956: -2,64 + 957: -7,64 + 963: -30,62 + 990: -19,59 + 991: -2,68 + 4717: -36,67 - node: color: '#9FED58FF' id: BrickTileWhiteCornerNe decals: - 2247: 13,-5 - 2270: 10,-5 + 2218: 13,-5 + 2241: 10,-5 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNe decals: - 698: -21,42 - 718: -30,42 - 724: -5,43 - 792: -8,35 - 793: -5,35 - 794: -5,30 - 822: -14,26 - 841: -9,30 - 842: -12,36 - 893: -33,31 - 894: -33,35 - 907: -13,45 - 918: -17,42 - 1149: -10,22 - 4792: -32,51 + 681: -21,42 + 701: -30,42 + 707: -5,43 + 775: -8,35 + 776: -5,35 + 777: -5,30 + 805: -14,26 + 824: -9,30 + 825: -12,36 + 876: -33,31 + 877: -33,35 + 890: -13,45 + 901: -17,42 + 1120: -10,22 + 4731: -32,51 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNe decals: - 2466: 50,21 - 2496: 32,24 - 2497: 32,30 - 2498: 40,30 - 2499: 40,26 - 2500: 49,26 - 2501: 50,24 - 2502: 49,30 - 2503: 46,30 - 2504: 44,34 - 2505: 50,40 - 2506: 49,44 - 2507: 50,51 - 2508: 45,51 - 2509: 47,57 - 2510: 41,57 - 2511: 35,51 - 2516: 40,44 - 2534: 63,30 - 2535: 68,30 - 2538: 49,34 - 2798: 68,27 - 2812: 54,49 - 2813: 53,51 + 2437: 50,21 + 2467: 32,24 + 2468: 32,30 + 2469: 40,30 + 2470: 40,26 + 2471: 49,26 + 2472: 50,24 + 2473: 49,30 + 2474: 46,30 + 2475: 44,34 + 2476: 50,40 + 2477: 49,44 + 2478: 50,51 + 2479: 45,51 + 2480: 47,57 + 2481: 41,57 + 2482: 35,51 + 2487: 40,44 + 2505: 63,30 + 2506: 68,30 + 2509: 49,34 + 2769: 68,27 + 2783: 54,49 + 2784: 53,51 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNe decals: - 1942: -53,37 - 1943: -52,36 - 1944: -42,35 - 1945: -48,27 - 1946: -48,23 - 1947: -48,18 - 1948: -58,20 - 1960: -58,27 - 1961: -59,30 - 1962: -60,36 - 1963: -42,31 + 1913: -53,37 + 1914: -52,36 + 1915: -42,35 + 1916: -48,27 + 1917: -48,23 + 1918: -48,18 + 1919: -58,20 + 1931: -58,27 + 1932: -59,30 + 1933: -60,36 + 1934: -42,31 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNe decals: - 2902: -50,5 - 2903: -50,-2 - 2904: -58,-2 - 3023: -54,-6 - 3024: -58,-7 - 3050: -53,-28 - 3051: -50,-11 - 3084: -59,-15 - 3227: -98,13 - 3228: -97,12 - 3229: -96,10 - 3230: -89,9 - 3231: -83,10 - 3232: -84,17 - 3233: -80,22 - 3234: -95,26 - 3235: -96,28 - 3236: -97,29 - 3237: -94,18 - 3238: -93,17 - 3239: -92,16 - 3240: -91,15 - 3241: -72,17 - 3242: -72,14 - 3243: -68,17 - 3244: -68,11 - 3245: -76,9 - 3246: -84,4 - 3247: -81,-4 - 3248: -80,-5 - 3249: -83,-3 - 3305: -91,5 - 6646: -72,3 + 2873: -50,5 + 2874: -50,-2 + 2875: -58,-2 + 2994: -54,-6 + 2995: -58,-7 + 3021: -53,-28 + 3022: -50,-11 + 3055: -59,-15 + 3198: -98,13 + 3199: -97,12 + 3200: -96,10 + 3201: -89,9 + 3202: -83,10 + 3203: -84,17 + 3204: -80,22 + 3205: -95,26 + 3206: -96,28 + 3207: -97,29 + 3208: -94,18 + 3209: -93,17 + 3210: -92,16 + 3211: -91,15 + 3212: -72,17 + 3213: -72,14 + 3214: -68,17 + 3215: -68,11 + 3216: -76,9 + 3217: -84,4 + 3218: -81,-4 + 3219: -80,-5 + 3220: -83,-3 + 3276: -91,5 + 6572: -72,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe decals: - 2293: 17,-1 - 2294: 17,3 - 2295: 28,-2 - 2344: 21,-8 + 2264: 17,-1 + 2265: 17,3 + 2266: 28,-2 + 2315: 21,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNw decals: - 1153: 4,42 - 1179: 9,40 - 1199: 16,40 - 1200: 17,50 - 1238: 5,56 - 1239: 9,50 - 1277: 9,43 - 1312: 21,46 - 1334: 24,52 - 1335: 23,51 - 1336: 21,50 - 1360: 17,57 - 1361: 16,56 - 1384: 15,58 - 1385: 14,57 - 1403: 26,56 - 1410: 4,30 - 1411: 11,30 - 1412: 17,29 - 1417: 6,25 + 1124: 4,42 + 1150: 9,40 + 1170: 16,40 + 1171: 17,50 + 1209: 5,56 + 1210: 9,50 + 1248: 9,43 + 1283: 21,46 + 1305: 24,52 + 1306: 23,51 + 1307: 21,50 + 1331: 17,57 + 1332: 16,56 + 1355: 15,58 + 1356: 14,57 + 1374: 26,56 + 1381: 4,30 + 1382: 11,30 + 1383: 17,29 + 1388: 6,25 - node: color: '#354DA0FF' id: BrickTileWhiteCornerNw decals: - 6395: 33,3 - - node: - color: '#474F52FF' - id: BrickTileWhiteCornerNw - decals: - 688: -29,75 + 6321: 33,3 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNw decals: - 2392: -43,24 - 2411: -40,19 - 2412: -37,20 - 2424: -40,13 - 2425: -41,12 - 2426: -42,10 - 2441: 33,-1 + 2363: -43,24 + 2382: -40,19 + 2383: -37,20 + 2395: -40,13 + 2396: -41,12 + 2397: -42,10 + 2412: 33,-1 - node: color: '#845606FF' id: BrickTileWhiteCornerNw decals: - 3546: -17,-28 - 3547: -17,-33 - 3548: -14,-33 - 3549: -20,-38 - 3550: -14,-38 - 3551: -11,-24 - 3552: -5,-23 - 3553: -17,-24 - 3554: -17,-19 - 3555: -23,-19 - 3557: -31,-19 - 3558: -31,-24 - 4831: -52,-41 - 4909: -23,-28 + 3517: -17,-28 + 3518: -17,-33 + 3519: -14,-33 + 3520: -20,-38 + 3521: -14,-38 + 3522: -11,-24 + 3523: -5,-23 + 3524: -17,-24 + 3525: -17,-19 + 3526: -23,-19 + 3528: -31,-19 + 3529: -31,-24 + 4770: -52,-41 + 4848: -23,-28 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNw @@ -1743,191 +1761,185 @@ entities: 488: -18,7 577: -4,7 601: -9,3 - 1626: 8,7 - 1866: -13,-14 - 4911: 6,16 - 4912: 5,15 + 1597: 8,7 + 1837: -13,-14 + 4850: 6,16 + 4851: 5,15 - node: color: '#951710FF' id: BrickTileWhiteCornerNw decals: - 6684: -28,48 - 6685: -29,47 + 6610: -28,48 + 6611: -29,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw decals: - 963: -28,64 - 972: -5,64 - 975: -9,64 - 979: -32,62 - 1013: -24,59 - 1014: -12,68 - 1015: -6,68 - 4777: -45,67 + 946: -28,64 + 955: -5,64 + 958: -9,64 + 962: -32,62 + 992: -24,59 + 993: -6,68 + 4718: -45,67 - node: color: '#9FED58FF' id: BrickTileWhiteCornerNw decals: - 2248: 5,-5 - 2271: 8,-5 + 2219: 5,-5 + 2242: 8,-5 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNw decals: - 697: -28,42 - 719: -31,42 - 730: -11,42 - 731: -9,43 - 788: -12,26 - 789: -7,30 - 790: -9,35 - 791: -6,35 - 823: -23,26 - 843: -23,30 - 890: -37,35 - 892: -37,31 - 911: -17,45 - 919: -19,42 - 4791: -34,51 + 680: -28,42 + 702: -31,42 + 713: -11,42 + 714: -9,43 + 771: -12,26 + 772: -7,30 + 773: -9,35 + 774: -6,35 + 806: -23,26 + 826: -23,30 + 873: -37,35 + 875: -37,31 + 894: -17,45 + 902: -19,42 + 4730: -34,51 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNw decals: - 2479: 26,30 - 2480: 34,30 - 2481: 38,44 - 2482: 34,51 - 2483: 39,51 - 2484: 49,51 - 2485: 37,57 - 2486: 43,57 - 2487: 42,44 - 2488: 42,40 - 2489: 42,34 - 2490: 46,34 - 2491: 42,30 - 2492: 48,30 - 2493: 42,26 - 2494: 34,26 - 2495: 26,24 - 2533: 51,30 - 2536: 65,30 - 2811: 52,51 - 2819: 52,47 + 2450: 26,30 + 2451: 34,30 + 2452: 38,44 + 2453: 34,51 + 2454: 39,51 + 2455: 49,51 + 2456: 37,57 + 2457: 43,57 + 2458: 42,44 + 2459: 42,40 + 2460: 42,34 + 2461: 46,34 + 2462: 42,30 + 2463: 48,30 + 2464: 42,26 + 2465: 34,26 + 2466: 26,24 + 2504: 51,30 + 2507: 65,30 + 2782: 52,51 + 2790: 52,47 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNw decals: - 1950: -52,18 - 1951: -52,23 - 1952: -66,27 - 1953: -65,30 - 1954: -64,36 - 1955: -57,37 - 1956: -58,36 - 1957: -50,35 - 1958: -57,31 - 1965: -52,27 - 2008: -64,20 + 1921: -52,18 + 1922: -52,23 + 1923: -66,27 + 1924: -65,30 + 1925: -64,36 + 1926: -57,37 + 1927: -58,36 + 1928: -50,35 + 1929: -57,31 + 1936: -52,27 + 1979: -64,20 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNw decals: - 2905: -63,5 - 2906: -63,-2 - 2907: -56,-2 - 3022: -56,-6 - 3025: -63,-7 - 3052: -56,-11 - 3053: -60,-12 - 3085: -60,-15 - 3250: -98,-2 - 3251: -95,-1 - 3252: -94,0 - 3253: -93,1 - 3254: -90,-5 - 3255: -89,-4 - 3256: -87,-3 - 3257: -86,4 - 3258: -87,10 - 3259: -94,9 - 3260: -99,13 - 3261: -81,9 - 3262: -86,17 - 3263: -90,22 - 3264: -98,29 - 3265: -74,17 - 3266: -70,17 - 3267: -74,11 - 3306: -92,5 - 6638: -74,3 + 2876: -63,5 + 2877: -63,-2 + 2878: -56,-2 + 2993: -56,-6 + 2996: -63,-7 + 3023: -56,-11 + 3024: -60,-12 + 3056: -60,-15 + 3221: -98,-2 + 3222: -95,-1 + 3223: -94,0 + 3224: -93,1 + 3225: -90,-5 + 3226: -89,-4 + 3227: -87,-3 + 3228: -86,4 + 3229: -87,10 + 3230: -94,9 + 3231: -99,13 + 3232: -81,9 + 3233: -86,17 + 3234: -90,22 + 3235: -98,29 + 3236: -74,17 + 3237: -70,17 + 3238: -74,11 + 3277: -92,5 + 6564: -74,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw decals: - 2286: 12,3 - 2290: 12,0 - 2343: 15,-8 + 2257: 12,3 + 2261: 12,0 + 2314: 15,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSe decals: - 1185: 14,37 - 1197: 7,35 - 1203: 20,35 - 1273: 15,42 - 1274: 15,45 - 1275: 7,47 - 1276: 11,52 - 1339: 23,48 - 1340: 29,48 - 1362: 19,53 - 1363: 20,54 - 1389: 20,52 - 1390: 21,53 - 1391: 22,54 - 1405: 28,54 - 1418: 9,27 - 1419: 14,27 - 1420: 20,24 - 1425: 12,23 + 1156: 14,37 + 1168: 7,35 + 1174: 20,35 + 1244: 15,42 + 1245: 15,45 + 1246: 7,47 + 1247: 11,52 + 1310: 23,48 + 1311: 29,48 + 1333: 19,53 + 1334: 20,54 + 1360: 20,52 + 1361: 21,53 + 1362: 22,54 + 1376: 28,54 + 1389: 9,27 + 1390: 14,27 + 1391: 20,24 + 1396: 12,23 - node: color: '#354DA0FF' id: BrickTileWhiteCornerSe decals: - 6396: 36,1 - - node: - color: '#474F52FF' - id: BrickTileWhiteCornerSe - decals: - 686: -26,73 + 6322: 36,1 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSe decals: - 2387: -42,19 - 2389: -39,21 - 2390: -37,22 - 2391: -36,23 - 2429: -37,9 - 2442: 36,-3 + 2358: -42,19 + 2360: -39,21 + 2361: -37,22 + 2362: -36,23 + 2400: -37,9 + 2413: 36,-3 - node: color: '#845606FF' id: BrickTileWhiteCornerSe decals: - 3568: -7,-43 - 3569: -10,-36 - 3570: -16,-36 - 3571: -13,-26 - 3572: -4,-26 - 3573: -7,-22 - 3574: -25,-26 - 3575: -25,-22 - 3598: -10,-31 - 4828: -16,-45 - 4829: -22,-45 - 4833: -48,-50 + 3539: -7,-43 + 3540: -10,-36 + 3541: -16,-36 + 3542: -13,-26 + 3543: -4,-26 + 3544: -7,-22 + 3545: -25,-26 + 3546: -25,-22 + 3569: -10,-31 + 4767: -16,-45 + 4768: -22,-45 + 4772: -48,-50 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSe @@ -1940,187 +1952,181 @@ entities: 503: -14,5 504: -11,-3 578: 6,-3 - 1625: 13,9 - 1721: 31,5 - 1778: 10,-3 + 1596: 13,9 + 1692: 31,5 + 1749: 10,-3 - node: color: '#951710FF' id: BrickTileWhiteCornerSe decals: - 6683: -23,44 - 6707: -20,47 + 6609: -23,44 + 6633: -20,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe decals: - 965: -11,61 - 966: -26,53 - 967: -19,53 - 971: -2,63 - 976: -7,63 - 977: -30,57 - 1017: -8,66 - 1018: -2,66 - 1082: -16,61 - 4775: -36,58 + 948: -11,61 + 949: -26,53 + 950: -19,53 + 954: -2,63 + 959: -7,63 + 960: -30,57 + 995: -2,66 + 1054: -16,61 + 4716: -36,58 - node: color: '#9FED58FF' id: BrickTileWhiteCornerSe decals: - 2249: 13,-12 - 2272: 10,-12 + 2220: 13,-12 + 2243: 10,-12 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSe decals: - 699: -21,39 - 721: -30,39 - 722: -5,39 - 723: -6,38 - 818: -5,23 - 819: -5,32 - 820: -14,24 - 856: -20,28 - 871: -9,28 - 895: -33,29 - 896: -33,33 - 916: -17,39 - 4794: -33,37 - 4795: -32,44 + 682: -21,39 + 704: -30,39 + 705: -5,39 + 706: -6,38 + 801: -5,23 + 802: -5,32 + 803: -14,24 + 839: -20,28 + 854: -9,28 + 878: -33,29 + 879: -33,33 + 899: -17,39 + 4733: -33,37 + 4734: -32,44 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSe decals: - 2525: 32,26 - 2526: 40,23 - 2527: 50,23 - 2528: 49,28 - 2529: 49,32 - 2530: 63,26 - 2531: 68,26 - 2539: 50,36 - 2540: 49,42 - 2541: 50,46 - 2542: 47,53 - 2543: 41,53 - 2544: 40,28 - 2545: 40,32 - 2546: 32,23 - 2799: 68,29 - 2817: 54,46 + 2496: 32,26 + 2497: 40,23 + 2498: 50,23 + 2499: 49,28 + 2500: 49,32 + 2501: 63,26 + 2502: 68,26 + 2510: 50,36 + 2511: 49,42 + 2512: 50,46 + 2513: 47,53 + 2514: 41,53 + 2515: 40,28 + 2516: 40,32 + 2517: 32,23 + 2770: 68,29 + 2788: 54,46 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSe decals: - 1935: -58,22 - 1936: -48,20 - 1937: -48,16 - 1938: -48,25 - 1939: -52,33 - 1940: -42,33 - 1949: -58,15 - 1964: -42,29 - 2007: -54,11 + 1906: -58,22 + 1907: -48,20 + 1908: -48,16 + 1909: -48,25 + 1910: -52,33 + 1911: -42,33 + 1920: -58,15 + 1935: -42,29 + 1978: -54,11 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSe decals: - 2912: -58,-5 - 2913: -50,-4 - 2914: -57,0 - 2915: -50,0 - 3027: -58,-10 - 3047: -54,-9 - 3048: -50,-12 - 3049: -53,-13 - 3182: -80,-6 - 3183: -84,-1 - 3184: -83,6 - 3185: -68,5 - 3186: -68,13 - 3187: -72,13 - 3188: -72,16 - 3189: -76,7 - 3190: -84,12 - 3191: -83,19 - 3192: -81,20 - 3193: -80,21 - 3194: -97,4 - 3195: -96,6 - 3196: -98,3 - 3198: -89,7 - 3199: -91,11 - 3200: -91,1 - 3201: -92,0 - 3202: -93,-1 - 3203: -94,-2 - 3204: -95,-10 - 3205: -96,-12 - 3206: -97,-13 - 6645: -72,0 + 2883: -58,-5 + 2884: -50,-4 + 2885: -57,0 + 2886: -50,0 + 2998: -58,-10 + 3018: -54,-9 + 3019: -50,-12 + 3020: -53,-13 + 3153: -80,-6 + 3154: -84,-1 + 3155: -83,6 + 3156: -68,5 + 3157: -68,13 + 3158: -72,13 + 3159: -72,16 + 3160: -76,7 + 3161: -84,12 + 3162: -83,19 + 3163: -81,20 + 3164: -80,21 + 3165: -97,4 + 3166: -96,6 + 3167: -98,3 + 3169: -89,7 + 3170: -91,11 + 3171: -91,1 + 3172: -92,0 + 3173: -93,-1 + 3174: -94,-2 + 3175: -95,-10 + 3176: -96,-12 + 3177: -97,-13 + 6571: -72,0 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe decals: - 2287: 21,-6 - 2288: 28,-3 - 2289: 17,1 - 2342: 21,-12 + 2258: 21,-6 + 2259: 28,-3 + 2260: 17,1 + 2313: 21,-12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSw decals: - 1178: 4,35 - 1186: 9,37 - 1202: 16,35 - 1269: 9,45 - 1270: 5,47 - 1271: 9,42 - 1272: 21,45 - 1337: 21,48 - 1338: 25,48 - 1364: 16,54 - 1365: 17,53 - 1386: 14,54 - 1387: 15,53 - 1388: 16,52 - 1404: 26,54 - 1421: 4,27 - 1422: 11,27 - 1423: 17,24 - 1424: 6,23 + 1149: 4,35 + 1157: 9,37 + 1173: 16,35 + 1240: 9,45 + 1241: 5,47 + 1242: 9,42 + 1243: 21,45 + 1308: 21,48 + 1309: 25,48 + 1335: 16,54 + 1336: 17,53 + 1357: 14,54 + 1358: 15,53 + 1359: 16,52 + 1375: 26,54 + 1392: 4,27 + 1393: 11,27 + 1394: 17,24 + 1395: 6,23 - node: color: '#354DA0FF' id: BrickTileWhiteCornerSw decals: - 6394: 33,1 - - node: - color: '#474F52FF' - id: BrickTileWhiteCornerSw - decals: - 685: -29,73 + 6320: 33,1 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSw decals: - 2388: -43,19 - 2430: -42,9 - 2443: 33,-3 + 2359: -43,19 + 2401: -42,9 + 2414: 33,-3 - node: color: '#845606FF' id: BrickTileWhiteCornerSw decals: - 3559: -31,-26 - 3560: -31,-22 - 3561: -23,-26 - 3562: -17,-22 - 3563: -11,-26 - 3564: -17,-31 - 3565: -14,-36 - 3566: -14,-43 - 4827: -20,-45 - 4832: -52,-50 - 4904: -23,-36 + 3530: -31,-26 + 3531: -31,-22 + 3532: -23,-26 + 3533: -17,-22 + 3534: -11,-26 + 3535: -17,-31 + 3536: -14,-36 + 3537: -14,-43 + 4766: -20,-45 + 4771: -52,-50 + 4843: -23,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSw @@ -2136,256 +2142,254 @@ entities: 500: -18,5 575: -9,1 576: -4,-3 - 1624: 5,9 - 1753: 8,-3 - 1923: -9,18 + 1595: 5,9 + 1724: 8,-3 + 1894: -9,18 - node: color: '#951710FF' id: BrickTileWhiteCornerSw decals: - 6686: -29,44 + 6612: -29,44 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw decals: - 968: -28,53 - 969: -9,63 - 970: -5,63 - 978: -32,57 - 1019: -12,66 - 1079: -24,53 - 1080: -14,61 - 1081: -6,66 - 4773: -44,62 - 4774: -40,58 - 4778: -45,64 + 951: -28,53 + 952: -9,63 + 953: -5,63 + 961: -32,57 + 1051: -24,53 + 1052: -14,61 + 1053: -6,66 + 4715: -40,58 + 6645: -45,62 - node: color: '#9FED58FF' id: BrickTileWhiteCornerSw decals: - 2273: 8,-12 - 4823: 6,-12 - 4824: 5,-11 + 2244: 8,-12 + 4762: 6,-12 + 4763: 5,-11 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSw decals: - 694: -28,39 - 720: -31,39 - 725: -11,39 - 728: -8,38 - 799: -12,24 - 800: -8,23 - 801: -9,32 - 821: -23,24 - 855: -18,28 - 859: -23,28 - 889: -37,29 - 891: -37,33 - 912: -17,44 - 917: -19,39 - 4793: -34,37 + 677: -28,39 + 703: -31,39 + 708: -11,39 + 711: -8,38 + 782: -12,24 + 783: -8,23 + 784: -9,32 + 804: -23,24 + 838: -18,28 + 842: -23,28 + 872: -37,29 + 874: -37,33 + 895: -17,44 + 900: -19,39 + 4732: -34,37 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSw decals: - 2512: 34,46 - 2513: 37,53 - 2514: 43,53 - 2515: 38,32 - 2517: 42,42 - 2518: 42,36 - 2519: 42,32 - 2520: 42,28 - 2521: 42,23 - 2522: 34,23 - 2523: 26,23 - 2524: 26,26 - 2532: 51,26 - 2537: 65,26 - 2614: 34,28 - 2810: 52,46 - 2821: 52,49 + 2483: 34,46 + 2484: 37,53 + 2485: 43,53 + 2486: 38,32 + 2488: 42,42 + 2489: 42,36 + 2490: 42,32 + 2491: 42,28 + 2492: 42,23 + 2493: 34,23 + 2494: 26,23 + 2495: 26,26 + 2503: 51,26 + 2508: 65,26 + 2585: 34,28 + 2781: 52,46 + 2792: 52,49 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSw decals: - 1928: -52,16 - 1929: -52,20 - 1930: -56,11 - 1931: -64,15 - 1932: -58,33 - 1933: -50,33 - 1934: -66,22 - 1941: -52,25 - 1959: -57,29 + 1899: -52,16 + 1900: -52,20 + 1901: -56,11 + 1902: -64,15 + 1903: -58,33 + 1904: -50,33 + 1905: -66,22 + 1912: -52,25 + 1930: -57,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSw decals: - 2908: -63,0 - 2909: -55,0 - 2910: -63,-5 - 2911: -56,-4 - 3026: -63,-10 - 3045: -56,-9 - 3054: -54,-34 - 3055: -60,-30 - 3083: -60,-13 - 3207: -90,-6 - 3208: -98,-13 - 3209: -99,3 - 3210: -94,7 - 3211: -92,11 - 3212: -87,6 - 3213: -81,7 - 3214: -86,-1 - 3215: -74,-1 - 3216: -74,5 - 3217: -74,13 - 3218: -70,13 - 3219: -86,12 - 3220: -87,19 - 3221: -89,20 - 3222: -90,21 - 3223: -93,15 - 3224: -94,16 - 3225: -95,17 - 3226: -98,18 - 6639: -74,0 + 2879: -63,0 + 2880: -55,0 + 2881: -63,-5 + 2882: -56,-4 + 2997: -63,-10 + 3016: -56,-9 + 3025: -54,-34 + 3026: -60,-30 + 3054: -60,-13 + 3178: -90,-6 + 3179: -98,-13 + 3180: -99,3 + 3181: -94,7 + 3182: -92,11 + 3183: -87,6 + 3184: -81,7 + 3185: -86,-1 + 3186: -74,-1 + 3187: -74,5 + 3188: -74,13 + 3189: -70,13 + 3190: -86,12 + 3191: -87,19 + 3192: -89,20 + 3193: -90,21 + 3194: -93,15 + 3195: -94,16 + 3196: -95,17 + 3197: -98,18 + 6565: -74,0 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw decals: - 2291: 15,-6 - 2292: 12,-3 - 2303: 12,2 - 2341: 15,-12 + 2262: 15,-6 + 2263: 12,-3 + 2274: 12,2 + 2312: 15,-12 - node: color: '#B02E26FF' id: BrickTileWhiteEndE decals: - 875: -25,29 + 858: -25,29 - node: color: '#334E6DFF' id: BrickTileWhiteEndS decals: - 1326: 27,41 + 1297: 27,41 - node: color: '#B02E26FF' id: BrickTileWhiteEndW decals: - 874: -31,29 + 857: -31,29 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe decals: - 1170: 2,34 - 1217: 19,40 - 1373: 19,56 - 1400: 21,57 - 1472: 15,21 - 1473: 11,22 + 1141: 2,34 + 1188: 19,40 + 1344: 19,56 + 1371: 21,57 + 1443: 15,21 + 1444: 11,22 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerNe decals: - 2422: -44,17 - 2438: -38,12 + 2393: -44,17 + 2409: -38,12 - node: color: '#845606FF' id: BrickTileWhiteInnerNe decals: - 3727: -16,-34 - 3728: -19,-25 - 3729: -10,-41 + 3698: -16,-34 + 3699: -19,-25 + 3700: -10,-41 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNe decals: - 1868: -25,-15 - 1869: 2,-13 + 1839: -25,-15 + 1840: 2,-13 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNe decals: - 802: -8,34 - 857: -12,30 - 906: -13,36 - 1141: -33,22 - 1148: -10,21 + 785: -8,34 + 840: -12,30 + 889: -13,36 + 1112: -33,22 + 1119: -10,21 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNe decals: - 2465: 25,21 - 2478: 50,9 - 2802: 66,27 - 2804: 49,24 - 2805: 46,28 - 2808: 44,32 - 2824: 53,49 - 2828: 35,49 - 2829: 45,49 + 2436: 25,21 + 2449: 50,9 + 2773: 66,27 + 2775: 49,24 + 2776: 46,28 + 2779: 44,32 + 2795: 53,49 + 2799: 35,49 + 2800: 45,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNe decals: - 2133: -60,30 - 2134: -59,27 - 2141: -53,36 + 2104: -60,30 + 2105: -59,27 + 2112: -53,36 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNe decals: - 3145: -53,-33 - 3146: -59,-28 - 3336: -73,14 - 3349: -95,18 - 3350: -94,17 - 3351: -93,16 - 3352: -92,15 - 3353: -96,26 - 3354: -97,28 - 3355: -98,12 - 3356: -97,10 - 3357: -83,-4 - 3358: -81,-5 - 6644: -73,3 - 6649: -72,1 + 3116: -53,-33 + 3117: -59,-28 + 3307: -73,14 + 3320: -95,18 + 3321: -94,17 + 3322: -93,16 + 3323: -92,15 + 3324: -96,26 + 3325: -97,28 + 3326: -98,12 + 3327: -97,10 + 3328: -83,-4 + 3329: -81,-5 + 6570: -73,3 + 6575: -72,1 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe decals: - 2308: 16,-1 - 2318: 17,-2 + 2279: 16,-1 + 2289: 17,-2 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNw decals: - 1216: 17,40 - 1357: 23,50 - 1358: 24,51 - 1372: 17,56 - 1397: 15,57 - 1471: 22,21 - 1474: 7,22 + 1187: 17,40 + 1328: 23,50 + 1329: 24,51 + 1343: 17,56 + 1368: 15,57 + 1442: 22,21 + 1445: 7,22 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerNw decals: - 2419: -40,17 - 2420: -37,19 - 2421: -36,20 - 2439: -40,12 - 2440: -41,10 + 2390: -40,17 + 2391: -37,19 + 2392: -36,20 + 2410: -40,12 + 2411: -41,10 - node: color: '#845606FF' id: BrickTileWhiteInnerNw decals: - 3722: -17,-25 - 3723: -5,-24 - 3724: -14,-34 + 3693: -17,-25 + 3694: -5,-24 + 3695: -14,-34 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNw @@ -2393,162 +2397,162 @@ entities: 567: -15,13 574: -12,3 596: -4,3 - 1867: -13,-15 - 1870: 0,-13 - 1875: 37,-14 - 4913: 6,15 + 1838: -13,-15 + 1841: 0,-13 + 1846: 37,-14 + 4852: 6,15 - node: color: '#951710FF' id: BrickTileWhiteInnerNw decals: - 6706: -28,47 + 6632: -28,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerNw decals: - 1150: 0,62 + 1121: 0,62 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNw decals: - 743: -9,42 - 803: -6,34 - 804: -7,26 - 858: -14,30 - 1147: -4,21 + 726: -9,42 + 786: -6,34 + 787: -7,26 + 841: -14,30 + 1118: -4,21 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNw decals: - 2806: 48,28 - 2809: 46,32 - 2825: 53,47 - 2826: 49,49 - 2827: 39,49 + 2777: 48,28 + 2780: 46,32 + 2796: 53,47 + 2797: 49,49 + 2798: 39,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNw decals: - 2138: -65,27 - 2139: -64,30 - 2140: -57,36 - 2152: -46,9 + 2109: -65,27 + 2110: -64,30 + 2111: -57,36 + 2123: -46,9 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNw decals: - 3344: -95,-2 - 3345: -94,-1 - 3346: -93,0 - 3347: -89,-5 - 3348: -87,-4 - 3389: -48,-2 - 4592: -92,1 - 6643: -73,3 + 3315: -95,-2 + 3316: -94,-1 + 3317: -93,0 + 3318: -89,-5 + 3319: -87,-4 + 3360: -48,-2 + 4541: -92,1 + 6569: -73,3 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNw decals: - 2306: 13,0 + 2277: 13,0 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSe decals: - 1171: 2,43 - 1311: 7,52 - 1346: 23,49 - 1371: 19,54 - 1398: 20,53 - 1399: 21,54 - 1475: 11,23 + 1142: 2,43 + 1282: 7,52 + 1317: 23,49 + 1342: 19,54 + 1369: 20,53 + 1370: 21,54 + 1446: 11,23 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerSe decals: - 2408: -42,21 - 2409: -39,22 - 2410: -37,23 + 2379: -42,21 + 2380: -39,22 + 2381: -37,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSe decals: - 3532: -32,-17 - 3726: -16,-35 - 4903: -48,-45 + 3503: -32,-17 + 3697: -16,-35 + 4842: -48,-45 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSe decals: - 1763: 10,5 - 1922: -32,19 - 1926: 2,17 + 1734: 10,5 + 1893: -32,19 + 1897: 2,17 - node: color: '#951710FF' id: BrickTileWhiteInnerSe decals: - 6705: -23,47 + 6631: -23,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe decals: - 1099: -16,63 - 1101: -26,61 + 1070: -16,63 + 1072: -26,61 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSe decals: - 741: -6,39 - 873: -20,29 - 4808: -33,44 + 724: -6,39 + 856: -20,29 + 4747: -33,44 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSe decals: - 2803: 66,29 + 2774: 66,29 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSe decals: - 2137: -54,29 + 2108: -54,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSe decals: - 2931: -57,2 - 3148: -53,-12 - 3321: -97,-12 - 3322: -96,-10 - 3323: -98,4 - 3324: -97,6 - 3330: -81,21 - 3331: -83,20 - 3337: -73,16 - 3359: -95,-2 - 3360: -94,-1 - 3361: -93,0 - 3362: -92,1 - 6648: -72,1 + 2902: -57,2 + 3119: -53,-12 + 3292: -97,-12 + 3293: -96,-10 + 3294: -98,4 + 3295: -97,6 + 3301: -81,21 + 3302: -83,20 + 3308: -73,16 + 3330: -95,-2 + 3331: -94,-1 + 3332: -93,0 + 3333: -92,1 + 6574: -72,1 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe decals: - 2304: 16,1 - 2309: 21,-3 + 2275: 16,1 + 2280: 21,-3 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSw decals: - 1325: 27,45 - 1345: 25,49 - 1374: 17,54 - 1401: 15,54 - 1476: 7,23 + 1296: 27,45 + 1316: 25,49 + 1345: 17,54 + 1372: 15,54 + 1447: 7,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSw decals: - 3420: -6,-17 - 3725: -14,-35 + 3391: -6,-17 + 3696: -14,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSw @@ -2556,187 +2560,186 @@ entities: 568: -12,12 573: -12,1 595: -4,1 - 1924: -9,19 - 1925: 0,17 - 1927: 36,18 + 1895: -9,19 + 1896: 0,17 + 1898: 36,18 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSw decals: - 1100: -14,63 - 1151: 0,69 - 4779: -40,62 - 4780: -44,64 + 1071: -14,63 + 1122: 0,69 + 4719: -40,62 - node: color: '#9FED58FF' id: BrickTileWhiteInnerSw decals: - 4825: 6,-11 + 4764: 6,-11 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSw decals: - 742: -8,39 - 805: -8,24 - 872: -18,29 - 915: -14,44 + 725: -8,39 + 788: -8,24 + 855: -18,29 + 898: -14,44 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSw decals: - 2823: 53,49 + 2794: 53,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSw decals: - 2135: -56,29 + 2106: -56,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSw decals: - 2932: -55,2 - 3147: -54,-30 - 3338: -87,20 - 3339: -89,21 - 3340: -92,15 - 3341: -93,16 - 3342: -94,17 - 3343: -95,18 - 3380: -48,7 + 2903: -55,2 + 3118: -54,-30 + 3309: -87,20 + 3310: -89,21 + 3311: -92,15 + 3312: -93,16 + 3313: -94,17 + 3314: -95,18 + 3351: -48,7 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSw decals: - 2305: 13,2 - 2307: 15,-3 + 2276: 13,2 + 2278: 15,-3 - node: color: '#334E6DFF' id: BrickTileWhiteLineE decals: - 1156: 7,41 - 1157: 7,40 - 1158: 7,39 - 1159: 7,38 - 1160: 7,37 - 1161: 7,36 - 1162: 2,42 - 1163: 2,41 - 1164: 2,40 - 1165: 2,39 - 1166: 2,38 - 1167: 2,37 - 1168: 2,36 - 1169: 2,35 - 1189: 14,38 - 1190: 14,39 - 1212: 20,39 - 1213: 20,38 - 1214: 20,37 - 1215: 20,36 - 1227: 19,49 - 1228: 19,48 - 1229: 19,47 - 1230: 19,46 - 1231: 19,44 - 1232: 19,45 - 1233: 19,43 - 1234: 19,42 - 1235: 19,41 - 1240: 3,48 - 1241: 3,49 - 1242: 3,50 - 1243: 3,51 - 1244: 3,52 - 1245: 3,53 - 1246: 3,54 - 1247: 3,55 - 1248: 3,56 - 1249: 11,53 - 1250: 11,54 - 1251: 11,55 - 1252: 15,49 - 1253: 15,48 - 1254: 15,47 - 1255: 15,46 - 1256: 7,50 - 1257: 7,49 - 1258: 7,51 - 1278: 7,48 - 1324: 27,45 - 1327: 27,44 - 1328: 27,43 - 1329: 27,42 - 1348: 29,49 - 1349: 29,50 - 1350: 29,51 - 1368: 20,55 - 1378: 22,55 - 1379: 22,56 - 1408: 28,55 - 1439: 12,24 - 1440: 20,25 - 1441: 20,26 - 1442: 20,27 - 1443: 20,28 - 1444: 9,28 - 1445: 9,29 - 1446: 14,28 - 1447: 14,29 + 1127: 7,41 + 1128: 7,40 + 1129: 7,39 + 1130: 7,38 + 1131: 7,37 + 1132: 7,36 + 1133: 2,42 + 1134: 2,41 + 1135: 2,40 + 1136: 2,39 + 1137: 2,38 + 1138: 2,37 + 1139: 2,36 + 1140: 2,35 + 1160: 14,38 + 1161: 14,39 + 1183: 20,39 + 1184: 20,38 + 1185: 20,37 + 1186: 20,36 + 1198: 19,49 + 1199: 19,48 + 1200: 19,47 + 1201: 19,46 + 1202: 19,44 + 1203: 19,45 + 1204: 19,43 + 1205: 19,42 + 1206: 19,41 + 1211: 3,48 + 1212: 3,49 + 1213: 3,50 + 1214: 3,51 + 1215: 3,52 + 1216: 3,53 + 1217: 3,54 + 1218: 3,55 + 1219: 3,56 + 1220: 11,53 + 1221: 11,54 + 1222: 11,55 + 1223: 15,49 + 1224: 15,48 + 1225: 15,47 + 1226: 15,46 + 1227: 7,50 + 1228: 7,49 + 1229: 7,51 + 1249: 7,48 + 1295: 27,45 + 1298: 27,44 + 1299: 27,43 + 1300: 27,42 + 1319: 29,49 + 1320: 29,50 + 1321: 29,51 + 1339: 20,55 + 1349: 22,55 + 1350: 22,56 + 1379: 28,55 + 1410: 12,24 + 1411: 20,25 + 1412: 20,26 + 1413: 20,27 + 1414: 20,28 + 1415: 9,28 + 1416: 9,29 + 1417: 14,28 + 1418: 14,29 - node: color: '#354DA0FF' id: BrickTileWhiteLineE decals: - 6401: 36,2 + 6327: 36,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE decals: - 2393: -42,20 - 2435: -37,10 - 2436: -37,11 - 2447: 36,-2 + 2364: -42,20 + 2406: -37,10 + 2407: -37,11 + 2418: 36,-2 - node: color: '#845606FF' id: BrickTileWhiteLineE decals: - 3576: -4,-24 - 3577: -4,-25 - 3578: -7,-21 - 3579: -7,-20 - 3580: -19,-20 - 3581: -19,-21 - 3582: -19,-22 - 3583: -19,-23 - 3584: -19,-24 - 3585: -13,-25 - 3586: -25,-21 - 3587: -25,-20 - 3588: -25,-25 - 3589: -19,-29 - 3590: -19,-30 - 3591: -19,-31 - 3592: -19,-32 - 3593: -19,-33 - 3594: -10,-35 - 3595: -10,-34 - 3596: -10,-30 - 3597: -10,-29 - 3599: -10,-39 - 3600: -10,-40 - 3601: -7,-42 - 3602: -16,-39 - 3603: -16,-40 - 3604: -16,-41 - 4834: -16,-42 - 4835: -16,-43 - 4836: -16,-44 - 4898: -48,-49 - 4899: -48,-46 - 4900: -22,-44 - 4901: -22,-43 - 4902: -22,-42 - 6336: -48,-47 - 6337: -48,-48 + 3547: -4,-24 + 3548: -4,-25 + 3549: -7,-21 + 3550: -7,-20 + 3551: -19,-20 + 3552: -19,-21 + 3553: -19,-22 + 3554: -19,-23 + 3555: -19,-24 + 3556: -13,-25 + 3557: -25,-21 + 3558: -25,-20 + 3559: -25,-25 + 3560: -19,-29 + 3561: -19,-30 + 3562: -19,-31 + 3563: -19,-32 + 3564: -19,-33 + 3565: -10,-35 + 3566: -10,-34 + 3567: -10,-30 + 3568: -10,-29 + 3570: -10,-39 + 3571: -10,-40 + 3572: -7,-42 + 3573: -16,-39 + 3574: -16,-40 + 3575: -16,-41 + 4773: -16,-42 + 4774: -16,-43 + 4775: -16,-44 + 4837: -48,-49 + 4838: -48,-46 + 4839: -22,-44 + 4840: -22,-43 + 4841: -22,-42 + 6266: -48,-47 + 6267: -48,-48 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE @@ -2775,330 +2778,329 @@ entities: 585: 6,4 586: 6,5 587: 6,6 - 1627: 13,10 - 1628: 13,11 - 1629: 13,12 - 1630: 13,13 - 1631: 13,14 - 1632: 13,15 - 1723: 31,6 - 1747: 10,4 - 1748: 10,3 - 1749: 10,2 - 1750: 10,1 - 1751: 10,0 - 1752: 10,-1 - 1787: 2,10 - 1788: 2,9 - 1789: 2,11 - 1790: 2,12 - 1791: 2,13 - 1792: 2,14 - 1793: 2,15 - 1794: 2,16 - 1811: 2,-12 - 1812: 2,-11 - 1813: 2,-10 - 1814: 2,-9 - 1815: 2,-8 - 1816: 2,-7 - 1817: 2,-6 - 1818: 2,-5 - 2360: 10,-2 - 6664: 35,-7 - 6665: 35,-6 - 6667: 35,-5 + 1598: 13,10 + 1599: 13,11 + 1600: 13,12 + 1601: 13,13 + 1602: 13,14 + 1603: 13,15 + 1694: 31,6 + 1718: 10,4 + 1719: 10,3 + 1720: 10,2 + 1721: 10,1 + 1722: 10,0 + 1723: 10,-1 + 1758: 2,10 + 1759: 2,9 + 1760: 2,11 + 1761: 2,12 + 1762: 2,13 + 1763: 2,14 + 1764: 2,15 + 1765: 2,16 + 1782: 2,-12 + 1783: 2,-11 + 1784: 2,-10 + 1785: 2,-9 + 1786: 2,-8 + 1787: 2,-7 + 1788: 2,-6 + 1789: 2,-5 + 2331: 10,-2 + 6590: 35,-7 + 6591: 35,-6 + 6593: 35,-5 - node: color: '#951710FF' id: BrickTileWhiteLineE decals: - 6703: -23,45 - 6704: -23,46 + 6629: -23,45 + 6630: -23,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE decals: - 1020: -8,67 - 1021: -2,67 - 1022: -11,63 - 1023: -11,62 - 1024: -19,58 - 1025: -19,57 - 1026: -19,56 - 1027: -19,55 - 1028: -19,54 - 1029: -26,60 - 1030: -26,59 - 1031: -26,58 - 1032: -26,57 - 1033: -26,56 - 1034: -26,55 - 1035: -26,54 - 1036: -30,61 - 1037: -30,60 - 1038: -30,59 - 1039: -30,58 - 1083: -16,62 - 4749: -36,63 - 4750: -36,62 - 4751: -36,61 - 4752: -36,60 - 4753: -36,59 - 4754: -36,65 - 4755: -36,64 - 4756: -36,66 + 996: -2,67 + 997: -11,63 + 998: -11,62 + 999: -19,58 + 1000: -19,57 + 1001: -19,56 + 1002: -19,55 + 1003: -19,54 + 1004: -26,60 + 1005: -26,59 + 1006: -26,58 + 1007: -26,57 + 1008: -26,56 + 1009: -26,55 + 1010: -26,54 + 1011: -30,61 + 1012: -30,60 + 1013: -30,59 + 1014: -30,58 + 1055: -16,62 + 4692: -36,63 + 4693: -36,62 + 4694: -36,61 + 4695: -36,60 + 4696: -36,59 + 4697: -36,65 + 4698: -36,64 + 4699: -36,66 - node: color: '#9FED58FF' id: BrickTileWhiteLineE decals: - 2264: 13,-6 - 2265: 13,-7 - 2266: 13,-8 - 2267: 13,-9 - 2268: 13,-10 - 2269: 13,-11 - 2274: 10,-6 - 2275: 10,-7 - 2276: 10,-8 - 2277: 10,-9 - 2278: 10,-10 - 2279: 10,-11 + 2235: 13,-6 + 2236: 13,-7 + 2237: 13,-8 + 2238: 13,-9 + 2239: 13,-10 + 2240: 13,-11 + 2245: 10,-6 + 2246: 10,-7 + 2247: 10,-8 + 2248: 10,-9 + 2249: 10,-10 + 2250: 10,-11 - node: color: '#B02E26FF' id: BrickTileWhiteLineE decals: - 706: -21,41 - 707: -21,40 - 714: -30,40 - 715: -30,41 - 736: -5,42 - 737: -5,41 - 738: -5,40 - 744: -13,44 - 745: -13,43 - 746: -13,42 - 747: -13,41 - 748: -13,40 - 749: -13,39 - 750: -13,38 - 751: -13,37 - 752: -12,35 - 753: -12,34 - 754: -12,33 - 755: -12,32 - 756: -12,31 - 757: -9,29 - 758: -5,29 - 759: -5,28 - 760: -5,27 - 761: -5,26 - 762: -5,25 - 763: -5,24 - 764: -14,25 - 765: -33,34 - 766: -33,30 - 767: -17,41 - 768: -17,40 - 816: -5,33 - 817: -5,34 - 4796: -32,45 - 4797: -32,46 - 4798: -32,47 - 4799: -32,48 - 4800: -32,49 - 4801: -32,50 - 4802: -33,43 - 4803: -33,42 - 4804: -33,41 - 4805: -33,40 - 4806: -33,39 - 4807: -33,38 + 689: -21,41 + 690: -21,40 + 697: -30,40 + 698: -30,41 + 719: -5,42 + 720: -5,41 + 721: -5,40 + 727: -13,44 + 728: -13,43 + 729: -13,42 + 730: -13,41 + 731: -13,40 + 732: -13,39 + 733: -13,38 + 734: -13,37 + 735: -12,35 + 736: -12,34 + 737: -12,33 + 738: -12,32 + 739: -12,31 + 740: -9,29 + 741: -5,29 + 742: -5,28 + 743: -5,27 + 744: -5,26 + 745: -5,25 + 746: -5,24 + 747: -14,25 + 748: -33,34 + 749: -33,30 + 750: -17,41 + 751: -17,40 + 799: -5,33 + 800: -5,34 + 4735: -32,45 + 4736: -32,46 + 4737: -32,47 + 4738: -32,48 + 4739: -32,49 + 4740: -32,50 + 4741: -33,43 + 4742: -33,42 + 4743: -33,41 + 4744: -33,40 + 4745: -33,39 + 4746: -33,38 - node: color: '#B04DB5FF' id: BrickTileWhiteLineE decals: - 2467: 50,20 - 2468: 50,19 - 2469: 50,18 - 2470: 50,17 - 2471: 50,16 - 2472: 50,15 - 2473: 50,14 - 2474: 50,13 - 2475: 50,12 - 2476: 50,11 - 2477: 50,10 - 2649: 32,29 - 2650: 32,28 - 2651: 32,27 - 2652: 40,29 - 2653: 40,25 - 2654: 40,24 - 2655: 49,25 - 2656: 49,29 - 2657: 46,29 - 2658: 50,37 - 2659: 50,38 - 2660: 50,39 - 2661: 49,33 - 2662: 44,33 - 2663: 40,43 - 2664: 40,42 - 2665: 40,41 - 2666: 40,40 - 2667: 40,39 - 2668: 40,38 - 2669: 40,37 - 2670: 40,36 - 2671: 40,35 - 2672: 40,34 - 2673: 40,33 - 2674: 50,47 - 2675: 50,48 - 2676: 50,49 - 2677: 50,50 - 2678: 35,50 - 2679: 45,50 - 2680: 41,54 - 2681: 41,55 - 2682: 41,56 - 2683: 47,56 - 2684: 47,55 - 2685: 47,54 - 2686: 49,43 - 2775: 66,28 - 2776: 63,29 - 2777: 63,28 - 2778: 63,27 - 2814: 53,50 - 2815: 54,48 - 2816: 54,47 + 2438: 50,20 + 2439: 50,19 + 2440: 50,18 + 2441: 50,17 + 2442: 50,16 + 2443: 50,15 + 2444: 50,14 + 2445: 50,13 + 2446: 50,12 + 2447: 50,11 + 2448: 50,10 + 2620: 32,29 + 2621: 32,28 + 2622: 32,27 + 2623: 40,29 + 2624: 40,25 + 2625: 40,24 + 2626: 49,25 + 2627: 49,29 + 2628: 46,29 + 2629: 50,37 + 2630: 50,38 + 2631: 50,39 + 2632: 49,33 + 2633: 44,33 + 2634: 40,43 + 2635: 40,42 + 2636: 40,41 + 2637: 40,40 + 2638: 40,39 + 2639: 40,38 + 2640: 40,37 + 2641: 40,36 + 2642: 40,35 + 2643: 40,34 + 2644: 40,33 + 2645: 50,47 + 2646: 50,48 + 2647: 50,49 + 2648: 50,50 + 2649: 35,50 + 2650: 45,50 + 2651: 41,54 + 2652: 41,55 + 2653: 41,56 + 2654: 47,56 + 2655: 47,55 + 2656: 47,54 + 2657: 49,43 + 2746: 66,28 + 2747: 63,29 + 2748: 63,28 + 2749: 63,27 + 2785: 53,50 + 2786: 54,48 + 2787: 54,47 - node: color: '#BA8841FF' id: BrickTileWhiteLineE decals: - 2046: -60,35 - 2047: -60,34 - 2048: -60,33 - 2049: -60,32 - 2050: -60,31 - 2051: -52,34 - 2052: -52,35 - 2053: -42,34 - 2054: -42,30 - 2055: -48,26 - 2056: -48,22 - 2057: -48,21 - 2058: -48,17 - 2059: -54,12 - 2060: -54,13 - 2061: -54,14 - 2062: -54,15 - 2063: -54,16 - 2064: -54,17 - 2065: -58,16 - 2066: -58,17 - 2067: -58,18 - 2068: -58,19 - 2069: -54,18 - 2070: -54,19 - 2071: -54,20 - 2072: -54,21 - 2073: -54,22 - 2074: -54,23 - 2075: -54,24 - 2076: -54,25 - 2077: -54,26 - 2078: -54,27 - 2079: -54,28 - 2127: -58,26 - 2128: -58,25 - 2129: -58,24 - 2130: -58,23 - 2131: -59,29 - 2132: -59,28 + 2017: -60,35 + 2018: -60,34 + 2019: -60,33 + 2020: -60,32 + 2021: -60,31 + 2022: -52,34 + 2023: -52,35 + 2024: -42,34 + 2025: -42,30 + 2026: -48,26 + 2027: -48,22 + 2028: -48,21 + 2029: -48,17 + 2030: -54,12 + 2031: -54,13 + 2032: -54,14 + 2033: -54,15 + 2034: -54,16 + 2035: -54,17 + 2036: -58,16 + 2037: -58,17 + 2038: -58,18 + 2039: -58,19 + 2040: -54,18 + 2041: -54,19 + 2042: -54,20 + 2043: -54,21 + 2044: -54,22 + 2045: -54,23 + 2046: -54,24 + 2047: -54,25 + 2048: -54,26 + 2049: -54,27 + 2050: -54,28 + 2098: -58,26 + 2099: -58,25 + 2100: -58,24 + 2101: -58,23 + 2102: -59,29 + 2103: -59,28 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineE decals: - 2916: -50,4 - 2917: -50,3 - 2918: -50,2 - 2919: -50,1 - 2920: -50,-3 - 2921: -58,-3 - 2922: -58,-4 - 2923: -57,1 - 2939: -68,10 - 2940: -68,9 - 2941: -68,8 - 2942: -68,7 - 2943: -68,6 - 2944: -68,16 - 2945: -68,15 - 2946: -68,14 - 2947: -73,15 - 2948: -76,8 - 2949: -83,9 - 2950: -83,8 - 2951: -83,7 - 2952: -89,8 - 2953: -96,9 - 2954: -96,8 - 2955: -84,16 - 2956: -84,15 - 2957: -84,14 - 2958: -84,13 - 2959: -84,3 - 2960: -84,2 - 2961: -84,1 - 2962: -84,0 - 2963: -95,-4 - 2964: -95,-5 - 2965: -95,-6 - 2966: -95,-7 - 2967: -95,-8 - 2968: -95,-9 - 3016: -91,2 - 3017: -91,3 - 3018: -91,4 - 3019: -91,12 - 3020: -91,13 - 3021: -91,14 - 3037: -58,-8 - 3038: -58,-9 - 3039: -54,-7 - 3040: -54,-8 - 3086: -59,-16 - 3087: -59,-17 - 3088: -59,-18 - 3089: -59,-19 - 3090: -59,-20 - 3091: -59,-21 - 3092: -59,-22 - 3093: -59,-23 - 3094: -59,-24 - 3095: -59,-25 - 3096: -59,-26 - 3097: -59,-27 - 3098: -53,-29 - 3099: -53,-30 - 3100: -53,-31 - 3101: -53,-32 - 3197: -96,7 - 3291: -95,25 - 3292: -95,24 - 3293: -95,23 - 3294: -95,22 - 3295: -95,21 - 3296: -95,20 - 3297: -95,19 - 3319: -95,-3 - 3320: -96,-11 - 3325: -97,11 - 3326: -97,5 - 3327: -96,27 - 6647: -72,2 + 2887: -50,4 + 2888: -50,3 + 2889: -50,2 + 2890: -50,1 + 2891: -50,-3 + 2892: -58,-3 + 2893: -58,-4 + 2894: -57,1 + 2910: -68,10 + 2911: -68,9 + 2912: -68,8 + 2913: -68,7 + 2914: -68,6 + 2915: -68,16 + 2916: -68,15 + 2917: -68,14 + 2918: -73,15 + 2919: -76,8 + 2920: -83,9 + 2921: -83,8 + 2922: -83,7 + 2923: -89,8 + 2924: -96,9 + 2925: -96,8 + 2926: -84,16 + 2927: -84,15 + 2928: -84,14 + 2929: -84,13 + 2930: -84,3 + 2931: -84,2 + 2932: -84,1 + 2933: -84,0 + 2934: -95,-4 + 2935: -95,-5 + 2936: -95,-6 + 2937: -95,-7 + 2938: -95,-8 + 2939: -95,-9 + 2987: -91,2 + 2988: -91,3 + 2989: -91,4 + 2990: -91,12 + 2991: -91,13 + 2992: -91,14 + 3008: -58,-8 + 3009: -58,-9 + 3010: -54,-7 + 3011: -54,-8 + 3057: -59,-16 + 3058: -59,-17 + 3059: -59,-18 + 3060: -59,-19 + 3061: -59,-20 + 3062: -59,-21 + 3063: -59,-22 + 3064: -59,-23 + 3065: -59,-24 + 3066: -59,-25 + 3067: -59,-26 + 3068: -59,-27 + 3069: -53,-29 + 3070: -53,-30 + 3071: -53,-31 + 3072: -53,-32 + 3168: -96,7 + 3262: -95,25 + 3263: -95,24 + 3264: -95,23 + 3265: -95,22 + 3266: -95,21 + 3267: -95,20 + 3268: -95,19 + 3290: -95,-3 + 3291: -96,-11 + 3296: -97,11 + 3297: -97,5 + 3298: -96,27 + 6573: -72,2 - node: color: '#D4D4D428' id: BrickTileWhiteLineE @@ -3108,186 +3110,180 @@ entities: color: '#FF974DFF' id: BrickTileWhiteLineE decals: - 2296: 17,2 - 2297: 16,0 - 2298: 21,-4 - 2299: 21,-5 - 2338: 21,-9 - 2339: 21,-10 - 2340: 21,-11 + 2267: 17,2 + 2268: 16,0 + 2269: 21,-4 + 2270: 21,-5 + 2309: 21,-9 + 2310: 21,-10 + 2311: 21,-11 - node: color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 1154: 5,42 - 1155: 6,42 - 1180: 10,40 - 1181: 11,40 - 1182: 12,40 - 1183: 13,40 - 1204: 18,50 - 1259: 10,56 - 1260: 9,56 - 1261: 8,56 - 1262: 7,56 - 1263: 6,56 - 1264: 10,50 - 1265: 11,50 - 1266: 12,50 - 1267: 13,50 - 1268: 14,50 - 1285: 10,43 - 1286: 11,43 - 1287: 12,43 - 1288: 13,43 - 1289: 14,43 - 1313: 22,46 - 1314: 23,46 - 1315: 24,46 - 1316: 25,46 - 1317: 26,46 - 1352: 22,50 - 1353: 25,52 - 1354: 26,52 - 1355: 27,52 - 1356: 28,52 - 1359: 18,57 - 1392: 16,58 - 1393: 17,58 - 1394: 18,58 - 1395: 19,58 - 1396: 20,58 - 1407: 27,56 - 1426: 5,30 - 1427: 6,30 - 1428: 7,30 - 1429: 8,30 - 1430: 12,30 - 1431: 13,30 - 1432: 18,29 - 1433: 19,29 - 1434: 7,25 - 1435: 8,25 - 1436: 9,25 - 1437: 10,25 - 1438: 11,25 - 1465: 16,21 - 1466: 17,21 - 1467: 18,21 - 1468: 19,21 - 1469: 20,21 - 1470: 21,21 + 1125: 5,42 + 1126: 6,42 + 1151: 10,40 + 1152: 11,40 + 1153: 12,40 + 1154: 13,40 + 1175: 18,50 + 1230: 10,56 + 1231: 9,56 + 1232: 8,56 + 1233: 7,56 + 1234: 6,56 + 1235: 10,50 + 1236: 11,50 + 1237: 12,50 + 1238: 13,50 + 1239: 14,50 + 1256: 10,43 + 1257: 11,43 + 1258: 12,43 + 1259: 13,43 + 1260: 14,43 + 1284: 22,46 + 1285: 23,46 + 1286: 24,46 + 1287: 25,46 + 1288: 26,46 + 1323: 22,50 + 1324: 25,52 + 1325: 26,52 + 1326: 27,52 + 1327: 28,52 + 1330: 18,57 + 1363: 16,58 + 1364: 17,58 + 1365: 18,58 + 1366: 19,58 + 1367: 20,58 + 1378: 27,56 + 1397: 5,30 + 1398: 6,30 + 1399: 7,30 + 1400: 8,30 + 1401: 12,30 + 1402: 13,30 + 1403: 18,29 + 1404: 19,29 + 1405: 7,25 + 1406: 8,25 + 1407: 9,25 + 1408: 10,25 + 1409: 11,25 + 1436: 16,21 + 1437: 17,21 + 1438: 18,21 + 1439: 19,21 + 1440: 20,21 + 1441: 21,21 - node: color: '#354DA0FF' id: BrickTileWhiteLineN decals: - 6397: 35,3 - 6398: 34,3 - - node: - color: '#474F52FF' - id: BrickTileWhiteLineN - decals: - 689: -28,75 - 690: -27,75 + 6323: 35,3 + 6324: 34,3 - node: color: '#7C45B5FF' id: BrickTileWhiteLineN decals: - 2399: -42,24 - 2400: -41,24 - 2401: -40,24 - 2402: -39,24 - 2403: -38,24 - 2404: -37,24 - 2413: -43,17 - 2414: -42,17 - 2415: -41,17 - 2416: -39,19 - 2417: -38,19 - 2423: -39,13 - 2445: 34,-1 - 2446: 35,-1 + 2370: -42,24 + 2371: -41,24 + 2372: -40,24 + 2373: -39,24 + 2374: -38,24 + 2375: -37,24 + 2384: -43,17 + 2385: -42,17 + 2386: -41,17 + 2387: -39,19 + 2388: -38,19 + 2394: -39,13 + 2416: 34,-1 + 2417: 35,-1 - node: color: '#845606FF' id: BrickTileWhiteLineN decals: - 3390: -16,-19 - 3391: -15,-19 - 3392: -14,-19 - 3393: -13,-19 - 3394: -11,-19 - 3395: -12,-19 - 3396: -10,-19 - 3397: -9,-19 - 3398: -8,-19 - 3630: -22,-19 - 3631: -21,-19 - 3632: -20,-19 - 3633: -30,-19 - 3634: -29,-19 - 3635: -28,-19 - 3636: -27,-19 - 3637: -26,-19 - 3638: -30,-24 - 3639: -29,-24 - 3640: -28,-24 - 3641: -27,-24 - 3642: -26,-24 - 3643: -21,-28 - 3644: -20,-28 - 3645: -16,-28 - 3646: -15,-28 - 3647: -14,-28 - 3648: -13,-28 - 3649: -12,-28 - 3650: -11,-28 - 3651: -11,-33 - 3652: -12,-33 - 3653: -13,-33 - 3654: -13,-38 - 3655: -12,-38 - 3656: -11,-38 - 3657: -9,-41 - 3658: -8,-41 - 3659: -17,-38 - 3660: -18,-38 - 3661: -19,-38 - 3662: -18,-25 - 3677: -15,-34 - 3708: -6,-24 - 3709: -7,-24 - 3710: -8,-24 - 3711: -9,-24 - 3712: -10,-24 - 3713: -14,-24 - 3714: -15,-24 - 3715: -16,-24 - 4873: -23,-41 - 4874: -24,-41 - 4875: -25,-41 - 4876: -26,-41 - 4877: -27,-41 - 4878: -28,-41 - 4879: -31,-41 - 4880: -32,-41 - 4881: -33,-41 - 4882: -36,-41 - 4883: -37,-41 - 4884: -38,-41 - 4885: -39,-41 - 4886: -40,-41 - 4887: -41,-41 - 4888: -42,-41 - 4889: -43,-41 - 4890: -44,-41 - 4891: -45,-41 - 4892: -46,-41 - 4893: -47,-41 - 4894: -48,-41 - 4895: -49,-41 - 4896: -50,-41 - 4897: -51,-41 - 4908: -22,-28 + 3361: -16,-19 + 3362: -15,-19 + 3363: -14,-19 + 3364: -13,-19 + 3365: -11,-19 + 3366: -12,-19 + 3367: -10,-19 + 3368: -9,-19 + 3369: -8,-19 + 3601: -22,-19 + 3602: -21,-19 + 3603: -20,-19 + 3604: -30,-19 + 3605: -29,-19 + 3606: -28,-19 + 3607: -27,-19 + 3608: -26,-19 + 3609: -30,-24 + 3610: -29,-24 + 3611: -28,-24 + 3612: -27,-24 + 3613: -26,-24 + 3614: -21,-28 + 3615: -20,-28 + 3616: -16,-28 + 3617: -15,-28 + 3618: -14,-28 + 3619: -13,-28 + 3620: -12,-28 + 3621: -11,-28 + 3622: -11,-33 + 3623: -12,-33 + 3624: -13,-33 + 3625: -13,-38 + 3626: -12,-38 + 3627: -11,-38 + 3628: -9,-41 + 3629: -8,-41 + 3630: -17,-38 + 3631: -18,-38 + 3632: -19,-38 + 3633: -18,-25 + 3648: -15,-34 + 3679: -6,-24 + 3680: -7,-24 + 3681: -8,-24 + 3682: -9,-24 + 3683: -10,-24 + 3684: -14,-24 + 3685: -15,-24 + 3686: -16,-24 + 4812: -23,-41 + 4813: -24,-41 + 4814: -25,-41 + 4815: -26,-41 + 4816: -27,-41 + 4817: -28,-41 + 4818: -31,-41 + 4819: -32,-41 + 4820: -33,-41 + 4821: -36,-41 + 4822: -37,-41 + 4823: -38,-41 + 4824: -39,-41 + 4825: -40,-41 + 4826: -41,-41 + 4827: -42,-41 + 4828: -43,-41 + 4829: -44,-41 + 4830: -45,-41 + 4831: -46,-41 + 4832: -47,-41 + 4833: -48,-41 + 4834: -49,-41 + 4835: -50,-41 + 4836: -51,-41 + 4847: -22,-28 - node: color: '#91D4FFFF' id: BrickTileWhiteLineN @@ -3356,683 +3352,673 @@ entities: 602: -8,3 603: -6,3 604: -5,3 - 1477: 12,16 - 1478: 11,16 - 1479: 10,16 - 1480: 9,16 - 1481: 8,16 - 1482: 7,16 - 1483: 30,7 - 1484: 29,7 - 1485: 28,7 - 1486: 27,7 - 1487: 26,7 - 1488: 25,7 - 1489: 24,7 - 1490: 23,7 - 1491: 22,7 - 1492: 21,7 - 1493: 20,7 - 1494: 19,7 - 1495: 18,7 - 1496: 17,7 - 1497: 16,7 - 1498: 15,7 - 1499: 14,7 - 1500: 13,7 - 1501: 12,7 - 1502: 11,7 - 1503: 10,7 - 1504: 9,7 - 1819: 6,-14 - 1820: 7,-14 - 1821: 11,-14 - 1822: 12,-14 - 1823: 13,-14 - 1824: 14,-14 - 1825: 15,-14 - 1826: 16,-14 - 1827: 17,-14 - 1828: 18,-14 - 1829: 19,-14 - 1830: 20,-14 - 1831: 21,-14 - 1832: 22,-14 - 1833: 23,-14 - 1834: 24,-14 - 1835: 25,-14 - 1836: 26,-14 - 1837: 27,-14 - 1838: 28,-14 - 1839: 29,-14 - 1840: 30,-14 - 1841: 31,-14 - 1842: 32,-14 - 1843: 33,-14 - 1844: 34,-14 - 1845: 35,-14 - 1846: 36,-14 - 1847: -4,-14 - 1848: -5,-14 - 1849: -6,-14 - 1850: -7,-14 - 1851: -8,-14 - 1852: -9,-14 - 1853: -10,-14 - 1854: -11,-14 - 1855: -24,-15 - 1856: -23,-15 - 1857: -22,-15 - 1858: -21,-15 - 1859: -20,-15 - 1860: -19,-15 - 1861: -18,-15 - 1862: -17,-15 - 1863: -15,-15 - 1864: -14,-15 - 1865: -12,-14 - 1871: -1,-13 - 1872: -2,-13 - 1873: 3,-13 - 1874: 4,-13 - 2861: -7,3 - 4826: -16,-15 + 1448: 12,16 + 1449: 11,16 + 1450: 10,16 + 1451: 9,16 + 1452: 8,16 + 1453: 7,16 + 1454: 30,7 + 1455: 29,7 + 1456: 28,7 + 1457: 27,7 + 1458: 26,7 + 1459: 25,7 + 1460: 24,7 + 1461: 23,7 + 1462: 22,7 + 1463: 21,7 + 1464: 20,7 + 1465: 19,7 + 1466: 18,7 + 1467: 17,7 + 1468: 16,7 + 1469: 15,7 + 1470: 14,7 + 1471: 13,7 + 1472: 12,7 + 1473: 11,7 + 1474: 10,7 + 1475: 9,7 + 1790: 6,-14 + 1791: 7,-14 + 1792: 11,-14 + 1793: 12,-14 + 1794: 13,-14 + 1795: 14,-14 + 1796: 15,-14 + 1797: 16,-14 + 1798: 17,-14 + 1799: 18,-14 + 1800: 19,-14 + 1801: 20,-14 + 1802: 21,-14 + 1803: 22,-14 + 1804: 23,-14 + 1805: 24,-14 + 1806: 25,-14 + 1807: 26,-14 + 1808: 27,-14 + 1809: 28,-14 + 1810: 29,-14 + 1811: 30,-14 + 1812: 31,-14 + 1813: 32,-14 + 1814: 33,-14 + 1815: 34,-14 + 1816: 35,-14 + 1817: 36,-14 + 1818: -4,-14 + 1819: -5,-14 + 1820: -6,-14 + 1821: -7,-14 + 1822: -8,-14 + 1823: -9,-14 + 1824: -10,-14 + 1825: -11,-14 + 1826: -24,-15 + 1827: -23,-15 + 1828: -22,-15 + 1829: -21,-15 + 1830: -20,-15 + 1831: -19,-15 + 1832: -18,-15 + 1833: -17,-15 + 1834: -15,-15 + 1835: -14,-15 + 1836: -12,-14 + 1842: -1,-13 + 1843: -2,-13 + 1844: 3,-13 + 1845: 4,-13 + 2832: -7,3 + 4765: -16,-15 - node: color: '#951710FF' id: BrickTileWhiteLineN decals: - 6693: -27,48 - 6694: -26,48 - 6695: -25,48 - 6696: -24,48 - 6697: -23,48 - 6698: -22,48 - 6699: -21,48 + 6619: -27,48 + 6620: -26,48 + 6621: -25,48 + 6622: -24,48 + 6623: -23,48 + 6624: -22,48 + 6625: -21,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN decals: - 981: -27,64 - 982: -26,64 - 983: -25,64 - 984: -24,64 - 985: -23,64 - 986: -22,64 - 987: -21,64 - 988: -20,64 - 989: -19,64 - 990: -18,64 - 991: -17,64 - 992: -16,64 - 993: -15,64 - 994: -14,64 - 995: -13,64 - 996: -12,64 - 997: -8,64 - 998: -4,64 - 999: -3,64 - 1000: -9,68 - 1001: -10,68 - 1002: -11,68 - 1003: -5,68 - 1004: -4,68 - 1005: -3,68 - 1006: -23,59 - 1007: -22,59 - 1008: -21,59 - 1009: -20,59 - 1016: -31,62 - 4765: -44,67 - 4766: -43,67 - 4767: -42,67 - 4768: -41,67 - 4769: -40,67 - 4770: -39,67 - 4771: -37,67 - 4772: -38,67 - 4781: -33,64 - 4782: -32,64 - 4783: -31,64 - 4784: -30,64 - 4785: -34,64 + 964: -27,64 + 965: -26,64 + 966: -25,64 + 967: -24,64 + 968: -23,64 + 969: -22,64 + 970: -21,64 + 971: -20,64 + 972: -19,64 + 973: -18,64 + 974: -17,64 + 975: -16,64 + 976: -15,64 + 977: -14,64 + 978: -13,64 + 979: -12,64 + 980: -8,64 + 981: -4,64 + 982: -3,64 + 983: -5,68 + 984: -4,68 + 985: -3,68 + 986: -23,59 + 987: -22,59 + 988: -21,59 + 989: -20,59 + 994: -31,62 + 4707: -44,67 + 4708: -43,67 + 4709: -42,67 + 4710: -41,67 + 4711: -40,67 + 4712: -39,67 + 4713: -37,67 + 4714: -38,67 + 4720: -33,64 + 4721: -32,64 + 4722: -31,64 + 4723: -30,64 + 4724: -34,64 - node: color: '#9FED58FF' id: BrickTileWhiteLineN decals: - 2259: 6,-5 - 2260: 7,-5 - 2261: 9,-5 - 2262: 11,-5 - 2263: 12,-5 + 2230: 6,-5 + 2231: 7,-5 + 2232: 9,-5 + 2233: 11,-5 + 2234: 12,-5 - node: color: '#B02E26FF' id: BrickTileWhiteLineN decals: - 700: -27,42 - 701: -26,42 - 702: -25,42 - 703: -24,42 - 704: -23,42 - 705: -22,42 - 732: -10,42 - 733: -8,43 - 734: -7,43 - 735: -6,43 - 795: -8,26 - 796: -9,26 - 797: -10,26 - 798: -11,26 - 824: -22,26 - 825: -21,26 - 826: -20,26 - 827: -19,26 - 828: -18,26 - 829: -17,26 - 830: -16,26 - 831: -15,26 - 844: -7,34 - 845: -17,30 - 846: -18,30 - 847: -19,30 - 848: -20,30 - 849: -21,30 - 850: -22,30 - 851: -16,30 - 852: -15,30 - 853: -11,30 - 854: -10,30 - 876: -30,29 - 877: -29,29 - 878: -28,29 - 879: -27,29 - 880: -26,29 - 900: -34,31 - 901: -35,31 - 902: -36,31 - 903: -36,35 - 904: -35,35 - 905: -34,35 - 908: -14,45 - 909: -15,45 - 910: -16,45 - 920: -18,42 - 1119: -24,22 - 1120: -23,22 - 1121: -22,22 - 1122: -21,22 - 1123: -20,22 - 1124: -19,22 - 1125: -18,22 - 1126: -17,22 - 1127: -16,22 - 1128: -15,22 - 1129: -14,22 - 1130: -13,22 - 1131: -12,22 - 1132: -11,22 - 1133: -25,22 - 1134: -26,22 - 1135: -27,22 - 1136: -28,22 - 1137: -29,22 - 1138: -30,22 - 1139: -31,22 - 1140: -32,22 - 1142: -6,21 - 1143: -9,21 - 1144: -5,21 - 1145: -8,21 - 1146: -7,21 - 4822: -33,51 + 683: -27,42 + 684: -26,42 + 685: -25,42 + 686: -24,42 + 687: -23,42 + 688: -22,42 + 715: -10,42 + 716: -8,43 + 717: -7,43 + 718: -6,43 + 778: -8,26 + 779: -9,26 + 780: -10,26 + 781: -11,26 + 807: -22,26 + 808: -21,26 + 809: -20,26 + 810: -19,26 + 811: -18,26 + 812: -17,26 + 813: -16,26 + 814: -15,26 + 827: -7,34 + 828: -17,30 + 829: -18,30 + 830: -19,30 + 831: -20,30 + 832: -21,30 + 833: -22,30 + 834: -16,30 + 835: -15,30 + 836: -11,30 + 837: -10,30 + 859: -30,29 + 860: -29,29 + 861: -28,29 + 862: -27,29 + 863: -26,29 + 883: -34,31 + 884: -35,31 + 885: -36,31 + 886: -36,35 + 887: -35,35 + 888: -34,35 + 891: -14,45 + 892: -15,45 + 893: -16,45 + 903: -18,42 + 1090: -24,22 + 1091: -23,22 + 1092: -22,22 + 1093: -21,22 + 1094: -20,22 + 1095: -19,22 + 1096: -18,22 + 1097: -17,22 + 1098: -16,22 + 1099: -15,22 + 1100: -14,22 + 1101: -13,22 + 1102: -12,22 + 1103: -11,22 + 1104: -25,22 + 1105: -26,22 + 1106: -27,22 + 1107: -28,22 + 1108: -29,22 + 1109: -30,22 + 1110: -31,22 + 1111: -32,22 + 1113: -6,21 + 1114: -9,21 + 1115: -5,21 + 1116: -8,21 + 1117: -7,21 + 4761: -33,51 - node: color: '#B04DB5FF' id: BrickTileWhiteLineN decals: - 2455: 49,21 - 2456: 44,21 - 2457: 43,21 - 2458: 42,21 - 2459: 41,21 - 2460: 40,21 - 2461: 34,21 - 2462: 33,21 - 2463: 32,21 - 2464: 31,21 - 2547: 27,30 - 2548: 28,30 - 2549: 29,30 - 2550: 30,30 - 2551: 31,30 - 2552: 35,30 - 2553: 36,30 - 2554: 37,30 - 2555: 38,30 - 2556: 39,30 - 2557: 39,44 - 2558: 40,51 - 2559: 41,51 - 2560: 42,51 - 2561: 43,51 - 2562: 44,51 - 2563: 38,57 - 2564: 39,57 - 2565: 40,57 - 2566: 44,57 - 2567: 45,57 - 2568: 46,57 - 2569: 36,49 - 2570: 37,49 - 2571: 38,49 - 2572: 46,49 - 2573: 47,49 - 2574: 48,49 - 2575: 43,44 - 2576: 44,44 - 2577: 45,44 - 2578: 46,44 - 2579: 47,44 - 2580: 48,44 - 2581: 43,40 - 2582: 45,40 - 2583: 46,40 - 2584: 47,40 - 2585: 49,40 - 2586: 43,34 - 2587: 47,34 - 2588: 48,34 - 2589: 43,30 - 2590: 44,30 - 2591: 45,30 - 2592: 47,28 - 2593: 48,26 - 2594: 47,26 - 2595: 46,26 - 2596: 45,26 - 2597: 44,26 - 2598: 43,26 - 2599: 39,26 - 2600: 38,26 - 2601: 37,26 - 2602: 36,26 - 2603: 27,24 - 2604: 28,24 - 2605: 29,24 - 2606: 30,24 - 2607: 31,24 - 2687: 45,32 - 2779: 52,30 - 2780: 53,30 - 2781: 54,30 - 2782: 55,30 - 2783: 56,30 - 2784: 57,30 - 2785: 58,30 - 2786: 59,30 - 2787: 60,30 - 2788: 61,30 - 2789: 62,30 - 2790: 66,30 - 2791: 67,30 - 2801: 67,27 - 2807: 35,26 - 6636: 44,40 - 6637: 48,40 + 2426: 49,21 + 2427: 44,21 + 2428: 43,21 + 2429: 42,21 + 2430: 41,21 + 2431: 40,21 + 2432: 34,21 + 2433: 33,21 + 2434: 32,21 + 2435: 31,21 + 2518: 27,30 + 2519: 28,30 + 2520: 29,30 + 2521: 30,30 + 2522: 31,30 + 2523: 35,30 + 2524: 36,30 + 2525: 37,30 + 2526: 38,30 + 2527: 39,30 + 2528: 39,44 + 2529: 40,51 + 2530: 41,51 + 2531: 42,51 + 2532: 43,51 + 2533: 44,51 + 2534: 38,57 + 2535: 39,57 + 2536: 40,57 + 2537: 44,57 + 2538: 45,57 + 2539: 46,57 + 2540: 36,49 + 2541: 37,49 + 2542: 38,49 + 2543: 46,49 + 2544: 47,49 + 2545: 48,49 + 2546: 43,44 + 2547: 44,44 + 2548: 45,44 + 2549: 46,44 + 2550: 47,44 + 2551: 48,44 + 2552: 43,40 + 2553: 45,40 + 2554: 46,40 + 2555: 47,40 + 2556: 49,40 + 2557: 43,34 + 2558: 47,34 + 2559: 48,34 + 2560: 43,30 + 2561: 44,30 + 2562: 45,30 + 2563: 47,28 + 2564: 48,26 + 2565: 47,26 + 2566: 46,26 + 2567: 45,26 + 2568: 44,26 + 2569: 43,26 + 2570: 39,26 + 2571: 38,26 + 2572: 37,26 + 2573: 36,26 + 2574: 27,24 + 2575: 28,24 + 2576: 29,24 + 2577: 30,24 + 2578: 31,24 + 2658: 45,32 + 2750: 52,30 + 2751: 53,30 + 2752: 54,30 + 2753: 55,30 + 2754: 56,30 + 2755: 57,30 + 2756: 58,30 + 2757: 59,30 + 2758: 60,30 + 2759: 61,30 + 2760: 62,30 + 2761: 66,30 + 2762: 67,30 + 2772: 67,27 + 2778: 35,26 + 6562: 44,40 + 6563: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN decals: - 1966: -56,37 - 1967: -55,37 - 1968: -54,37 - 1969: -61,36 - 1970: -62,36 - 1971: -63,36 - 1972: -56,31 - 1973: -55,31 - 1974: -54,31 - 1975: -53,31 - 1976: -52,31 - 1977: -51,31 - 1978: -50,31 - 1979: -49,31 - 1980: -48,31 - 1981: -47,31 - 1982: -46,31 - 1983: -45,31 - 1984: -44,31 - 1985: -43,31 - 1986: -43,35 - 1987: -44,35 - 1988: -45,35 - 1989: -46,35 - 1990: -47,35 - 1991: -48,35 - 1992: -49,35 - 1993: -49,27 - 1994: -50,27 - 1995: -51,27 - 1996: -51,23 - 1997: -50,23 - 1998: -49,23 - 1999: -49,18 - 2000: -50,18 - 2001: -51,18 - 2002: -59,20 - 2003: -60,20 - 2004: -61,20 - 2005: -62,20 - 2006: -63,20 - 2142: -57,9 - 2143: -56,9 - 2144: -55,9 - 2145: -54,9 - 2146: -53,9 - 2147: -52,9 - 2148: -51,9 - 2149: -50,9 - 2150: -48,9 - 2151: -47,9 + 1937: -56,37 + 1938: -55,37 + 1939: -54,37 + 1940: -61,36 + 1941: -62,36 + 1942: -63,36 + 1943: -56,31 + 1944: -55,31 + 1945: -54,31 + 1946: -53,31 + 1947: -52,31 + 1948: -51,31 + 1949: -50,31 + 1950: -49,31 + 1951: -48,31 + 1952: -47,31 + 1953: -46,31 + 1954: -45,31 + 1955: -44,31 + 1956: -43,31 + 1957: -43,35 + 1958: -44,35 + 1959: -45,35 + 1960: -46,35 + 1961: -47,35 + 1962: -48,35 + 1963: -49,35 + 1964: -49,27 + 1965: -50,27 + 1966: -51,27 + 1967: -51,23 + 1968: -50,23 + 1969: -49,23 + 1970: -49,18 + 1971: -50,18 + 1972: -51,18 + 1973: -59,20 + 1974: -60,20 + 1975: -61,20 + 1976: -62,20 + 1977: -63,20 + 2113: -57,9 + 2114: -56,9 + 2115: -55,9 + 2116: -54,9 + 2117: -53,9 + 2118: -52,9 + 2119: -51,9 + 2120: -50,9 + 2121: -48,9 + 2122: -47,9 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineN decals: - 2862: -62,5 - 2863: -61,5 - 2864: -60,5 - 2865: -59,5 - 2866: -58,5 - 2867: -61,-2 - 2868: -62,-2 - 2869: -60,-2 - 2870: -59,-2 - 2871: -57,5 - 2872: -56,5 - 2873: -55,5 - 2874: -54,5 - 2875: -53,5 - 2876: -52,5 - 2877: -51,5 - 2878: -55,-2 - 2879: -54,-2 - 2880: -53,-2 - 2881: -52,-2 - 2882: -51,-2 - 3032: -62,-7 - 3033: -61,-7 - 3034: -60,-7 - 3035: -59,-7 - 3036: -55,-6 - 3056: -59,-12 - 3057: -58,-12 - 3058: -57,-12 - 3059: -55,-11 - 3060: -54,-11 - 3061: -53,-11 - 3062: -52,-11 - 3063: -51,-11 - 3064: -58,-28 - 3065: -57,-28 - 3066: -56,-28 - 3067: -55,-28 - 3068: -54,-28 - 3069: -52,-33 - 3070: -51,-33 - 3071: -50,-33 - 3072: -49,-33 - 3073: -48,-33 - 3074: -47,-33 - 3075: -46,-33 - 3076: -45,-33 - 3077: -44,-33 - 3078: -43,-33 - 3079: -42,-33 - 3080: -41,-33 - 3081: -40,-33 - 3082: -39,-33 - 3268: -73,11 - 3269: -72,11 - 3270: -71,11 - 3271: -70,11 - 3272: -69,11 - 3273: -77,9 - 3274: -78,9 - 3275: -79,9 - 3276: -80,9 - 3277: -84,10 - 3278: -85,10 - 3279: -86,10 - 3280: -85,17 - 3281: -89,22 - 3282: -88,22 - 3283: -87,22 - 3284: -86,22 - 3285: -85,22 - 3286: -84,22 - 3287: -83,22 - 3288: -82,22 - 3289: -81,22 - 3298: -93,9 - 3299: -92,9 - 3300: -91,9 - 3301: -90,9 - 3307: -85,4 - 3312: -88,-4 - 3313: -86,-3 - 3314: -85,-3 - 3315: -84,-3 - 3316: -82,-4 - 3317: -97,-2 - 3318: -96,-2 - 3335: -73,17 + 2833: -62,5 + 2834: -61,5 + 2835: -60,5 + 2836: -59,5 + 2837: -58,5 + 2838: -61,-2 + 2839: -62,-2 + 2840: -60,-2 + 2841: -59,-2 + 2842: -57,5 + 2843: -56,5 + 2844: -55,5 + 2845: -54,5 + 2846: -53,5 + 2847: -52,5 + 2848: -51,5 + 2849: -55,-2 + 2850: -54,-2 + 2851: -53,-2 + 2852: -52,-2 + 2853: -51,-2 + 3003: -62,-7 + 3004: -61,-7 + 3005: -60,-7 + 3006: -59,-7 + 3007: -55,-6 + 3027: -59,-12 + 3028: -58,-12 + 3029: -57,-12 + 3030: -55,-11 + 3031: -54,-11 + 3032: -53,-11 + 3033: -52,-11 + 3034: -51,-11 + 3035: -58,-28 + 3036: -57,-28 + 3037: -56,-28 + 3038: -55,-28 + 3039: -54,-28 + 3040: -52,-33 + 3041: -51,-33 + 3042: -50,-33 + 3043: -49,-33 + 3044: -48,-33 + 3045: -47,-33 + 3046: -46,-33 + 3047: -45,-33 + 3048: -44,-33 + 3049: -43,-33 + 3050: -42,-33 + 3051: -41,-33 + 3052: -40,-33 + 3053: -39,-33 + 3239: -73,11 + 3240: -72,11 + 3241: -71,11 + 3242: -70,11 + 3243: -69,11 + 3244: -77,9 + 3245: -78,9 + 3246: -79,9 + 3247: -80,9 + 3248: -84,10 + 3249: -85,10 + 3250: -86,10 + 3251: -85,17 + 3252: -89,22 + 3253: -88,22 + 3254: -87,22 + 3255: -86,22 + 3256: -85,22 + 3257: -84,22 + 3258: -83,22 + 3259: -82,22 + 3260: -81,22 + 3269: -93,9 + 3270: -92,9 + 3271: -91,9 + 3272: -90,9 + 3278: -85,4 + 3283: -88,-4 + 3284: -86,-3 + 3285: -85,-3 + 3286: -84,-3 + 3287: -82,-4 + 3288: -97,-2 + 3289: -96,-2 + 3306: -73,17 - node: color: '#FF974DFF' id: BrickTileWhiteLineN decals: - 2319: 18,-2 - 2320: 19,-2 - 2321: 20,-2 - 2322: 21,-2 - 2323: 22,-2 - 2324: 23,-2 - 2325: 24,-2 - 2326: 25,-2 - 2327: 26,-2 - 2328: 27,-2 - 2329: 16,3 - 2330: 15,3 - 2331: 14,3 - 2332: 13,3 - 2345: 16,-8 - 2346: 17,-8 - 2347: 19,-8 - 2348: 18,-8 - 2349: 20,-8 + 2290: 18,-2 + 2291: 19,-2 + 2292: 20,-2 + 2293: 21,-2 + 2294: 22,-2 + 2295: 23,-2 + 2296: 24,-2 + 2297: 25,-2 + 2298: 26,-2 + 2299: 27,-2 + 2300: 16,3 + 2301: 15,3 + 2302: 14,3 + 2303: 13,3 + 2316: 16,-8 + 2317: 17,-8 + 2318: 19,-8 + 2319: 18,-8 + 2320: 20,-8 - node: color: '#334E6DFF' id: BrickTileWhiteLineS decals: - 1191: 10,37 - 1192: 11,37 - 1193: 12,37 - 1194: 13,37 - 1195: 6,35 - 1196: 5,35 - 1205: 17,35 - 1206: 18,35 - 1207: 19,35 - 1280: 10,42 - 1281: 11,42 - 1282: 12,42 - 1283: 13,42 - 1284: 14,42 - 1290: 6,47 - 1291: 10,45 - 1292: 11,45 - 1293: 12,45 - 1294: 13,45 - 1295: 14,45 - 1308: 8,52 - 1309: 9,52 - 1310: 10,52 - 1319: 22,45 - 1320: 23,45 - 1321: 24,45 - 1322: 25,45 - 1323: 26,45 - 1341: 22,48 - 1342: 26,48 - 1343: 27,48 - 1344: 28,48 - 1347: 24,49 - 1369: 18,53 - 1375: 17,52 - 1376: 18,52 - 1377: 19,52 - 1406: 27,54 - 1457: 18,24 - 1458: 19,24 - 1459: 8,27 - 1460: 7,27 - 1461: 6,27 - 1462: 5,27 - 1463: 12,27 - 1464: 13,27 + 1162: 10,37 + 1163: 11,37 + 1164: 12,37 + 1165: 13,37 + 1166: 6,35 + 1167: 5,35 + 1176: 17,35 + 1177: 18,35 + 1178: 19,35 + 1251: 10,42 + 1252: 11,42 + 1253: 12,42 + 1254: 13,42 + 1255: 14,42 + 1261: 6,47 + 1262: 10,45 + 1263: 11,45 + 1264: 12,45 + 1265: 13,45 + 1266: 14,45 + 1279: 8,52 + 1280: 9,52 + 1281: 10,52 + 1290: 22,45 + 1291: 23,45 + 1292: 24,45 + 1293: 25,45 + 1294: 26,45 + 1312: 22,48 + 1313: 26,48 + 1314: 27,48 + 1315: 28,48 + 1318: 24,49 + 1340: 18,53 + 1346: 17,52 + 1347: 18,52 + 1348: 19,52 + 1377: 27,54 + 1428: 18,24 + 1429: 19,24 + 1430: 8,27 + 1431: 7,27 + 1432: 6,27 + 1433: 5,27 + 1434: 12,27 + 1435: 13,27 - node: color: '#354DA0FF' id: BrickTileWhiteLineS decals: - 6399: 34,1 - 6400: 35,1 - - node: - color: '#474F52FF' - id: BrickTileWhiteLineS - decals: - 691: -28,73 - 692: -27,73 - 693: -29,74 + 6325: 34,1 + 6326: 35,1 - node: color: '#7C45B5FF' id: BrickTileWhiteLineS decals: - 2405: -41,21 - 2406: -40,21 - 2407: -38,22 - 2431: -41,9 - 2432: -40,9 - 2433: -39,9 - 2434: -38,9 - 2448: 34,-3 - 2449: 35,-3 + 2376: -41,21 + 2377: -40,21 + 2378: -38,22 + 2402: -41,9 + 2403: -40,9 + 2404: -39,9 + 2405: -38,9 + 2419: 34,-3 + 2420: 35,-3 - node: color: '#845606FF' id: BrickTileWhiteLineS decals: - 3399: -27,-17 - 3400: -26,-17 - 3401: -25,-17 - 3402: -24,-17 - 3403: -23,-17 - 3404: -22,-17 - 3405: -21,-17 - 3406: -20,-17 - 3407: -19,-17 - 3408: -18,-17 - 3409: -17,-17 - 3410: -16,-17 - 3411: -15,-17 - 3412: -14,-17 - 3413: -13,-17 - 3414: -12,-17 - 3415: -11,-17 - 3416: -10,-17 - 3417: -9,-17 - 3418: -8,-17 - 3419: -7,-17 - 3663: -30,-22 - 3664: -29,-22 - 3665: -28,-22 - 3666: -27,-22 - 3667: -26,-22 - 3668: -30,-26 - 3669: -29,-26 - 3670: -28,-26 - 3671: -27,-26 - 3672: -26,-26 - 3673: -13,-36 - 3674: -12,-36 - 3675: -11,-36 - 3676: -15,-35 - 3678: -16,-31 - 3679: -15,-31 - 3680: -14,-31 - 3681: -13,-31 - 3682: -12,-31 - 3683: -11,-31 - 3684: -17,-26 - 3685: -16,-26 - 3686: -15,-26 - 3687: -14,-26 - 3688: -18,-26 - 3689: -19,-26 - 3690: -20,-26 - 3691: -21,-26 - 3692: -22,-26 - 3693: -16,-22 - 3694: -15,-22 - 3695: -14,-22 - 3696: -13,-22 - 3697: -12,-22 - 3698: -11,-22 - 3699: -10,-22 - 3700: -9,-22 - 3701: -8,-22 - 3702: -10,-26 - 3703: -9,-26 - 3704: -8,-26 - 3705: -7,-26 - 3706: -6,-26 - 3707: -5,-26 - 3716: -13,-43 - 3717: -12,-43 - 3718: -11,-43 - 3719: -10,-43 - 3720: -9,-43 - 3721: -8,-43 - 4837: -19,-45 - 4838: -18,-45 - 4839: -17,-45 - 4848: -51,-50 - 4849: -50,-50 - 4850: -49,-50 - 4851: -47,-45 - 4852: -46,-45 - 4853: -45,-45 - 4854: -44,-45 - 4855: -44,-45 - 4856: -43,-45 - 4857: -42,-45 - 4858: -41,-45 - 4859: -40,-45 - 4860: -39,-45 - 4861: -38,-45 - 4862: -37,-45 - 4863: -36,-45 - 4864: -33,-45 - 4865: -32,-45 - 4866: -31,-45 - 4867: -28,-45 - 4868: -27,-45 - 4869: -26,-45 - 4870: -25,-45 - 4871: -24,-45 - 4872: -23,-45 - 4905: -22,-36 - 4906: -21,-36 - 4907: -20,-36 - 6540: -17,-36 - 6541: -18,-36 - 6542: -19,-36 - 6543: -20,-36 + 3370: -27,-17 + 3371: -26,-17 + 3372: -25,-17 + 3373: -24,-17 + 3374: -23,-17 + 3375: -22,-17 + 3376: -21,-17 + 3377: -20,-17 + 3378: -19,-17 + 3379: -18,-17 + 3380: -17,-17 + 3381: -16,-17 + 3382: -15,-17 + 3383: -14,-17 + 3384: -13,-17 + 3385: -12,-17 + 3386: -11,-17 + 3387: -10,-17 + 3388: -9,-17 + 3389: -8,-17 + 3390: -7,-17 + 3634: -30,-22 + 3635: -29,-22 + 3636: -28,-22 + 3637: -27,-22 + 3638: -26,-22 + 3639: -30,-26 + 3640: -29,-26 + 3641: -28,-26 + 3642: -27,-26 + 3643: -26,-26 + 3644: -13,-36 + 3645: -12,-36 + 3646: -11,-36 + 3647: -15,-35 + 3649: -16,-31 + 3650: -15,-31 + 3651: -14,-31 + 3652: -13,-31 + 3653: -12,-31 + 3654: -11,-31 + 3655: -17,-26 + 3656: -16,-26 + 3657: -15,-26 + 3658: -14,-26 + 3659: -18,-26 + 3660: -19,-26 + 3661: -20,-26 + 3662: -21,-26 + 3663: -22,-26 + 3664: -16,-22 + 3665: -15,-22 + 3666: -14,-22 + 3667: -13,-22 + 3668: -12,-22 + 3669: -11,-22 + 3670: -10,-22 + 3671: -9,-22 + 3672: -8,-22 + 3673: -10,-26 + 3674: -9,-26 + 3675: -8,-26 + 3676: -7,-26 + 3677: -6,-26 + 3678: -5,-26 + 3687: -13,-43 + 3688: -12,-43 + 3689: -11,-43 + 3690: -10,-43 + 3691: -9,-43 + 3692: -8,-43 + 4776: -19,-45 + 4777: -18,-45 + 4778: -17,-45 + 4787: -51,-50 + 4788: -50,-50 + 4789: -49,-50 + 4790: -47,-45 + 4791: -46,-45 + 4792: -45,-45 + 4793: -44,-45 + 4794: -44,-45 + 4795: -43,-45 + 4796: -42,-45 + 4797: -41,-45 + 4798: -40,-45 + 4799: -39,-45 + 4800: -38,-45 + 4801: -37,-45 + 4802: -36,-45 + 4803: -33,-45 + 4804: -32,-45 + 4805: -31,-45 + 4806: -28,-45 + 4807: -27,-45 + 4808: -26,-45 + 4809: -25,-45 + 4810: -24,-45 + 4811: -23,-45 + 4844: -22,-36 + 4845: -21,-36 + 4846: -20,-36 + 6466: -17,-36 + 6467: -18,-36 + 6468: -19,-36 + 6469: -20,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS @@ -4102,586 +4088,584 @@ entities: 611: 3,-3 612: 4,-3 613: 5,-3 - 1724: 30,5 - 1725: 29,5 - 1726: 28,5 - 1727: 27,5 - 1728: 26,5 - 1729: 25,5 - 1730: 24,5 - 1731: 23,5 - 1732: 22,5 - 1733: 21,5 - 1734: 20,5 - 1735: 19,5 - 1736: 18,5 - 1737: 17,5 - 1738: 16,5 - 1739: 15,5 - 1740: 14,5 - 1741: 13,5 - 1742: 12,5 - 1743: 11,5 - 1779: 9,-3 - 1780: 6,9 - 1781: 7,9 - 1782: 8,9 - 1783: 9,9 - 1784: 10,9 - 1785: 11,9 - 1786: 12,9 - 1876: 35,18 - 1877: 34,18 - 1878: 33,18 - 1879: 32,18 - 1880: 31,18 - 1881: 30,18 - 1882: 26,18 - 1883: 25,18 - 1884: 24,18 - 1885: 23,18 - 1886: 22,18 - 1887: 21,18 - 1888: 15,18 - 1889: 14,18 - 1890: 13,18 - 1891: 12,18 - 1892: 11,18 - 1893: 10,18 - 1894: 9,18 - 1895: 8,18 - 1896: 7,18 - 1897: 6,18 - 1898: 3,17 - 1899: 4,17 - 1900: -1,17 - 1901: -2,17 - 1902: -4,18 - 1903: -5,18 - 1904: -6,18 - 1905: -7,18 - 1906: -8,18 - 1907: -10,19 - 1908: -16,19 - 1909: -17,19 - 1910: -18,19 - 1911: -19,19 - 1912: -21,19 - 1913: -22,19 - 1914: -23,19 - 1915: -24,19 - 1916: -25,19 - 1917: -26,19 - 1918: -28,19 - 1919: -29,19 - 1920: -30,19 - 1921: -31,19 - 3823: -27,19 - 4591: -20,19 + 1695: 30,5 + 1696: 29,5 + 1697: 28,5 + 1698: 27,5 + 1699: 26,5 + 1700: 25,5 + 1701: 24,5 + 1702: 23,5 + 1703: 22,5 + 1704: 21,5 + 1705: 20,5 + 1706: 19,5 + 1707: 18,5 + 1708: 17,5 + 1709: 16,5 + 1710: 15,5 + 1711: 14,5 + 1712: 13,5 + 1713: 12,5 + 1714: 11,5 + 1750: 9,-3 + 1751: 6,9 + 1752: 7,9 + 1753: 8,9 + 1754: 9,9 + 1755: 10,9 + 1756: 11,9 + 1757: 12,9 + 1847: 35,18 + 1848: 34,18 + 1849: 33,18 + 1850: 32,18 + 1851: 31,18 + 1852: 30,18 + 1853: 26,18 + 1854: 25,18 + 1855: 24,18 + 1856: 23,18 + 1857: 22,18 + 1858: 21,18 + 1859: 15,18 + 1860: 14,18 + 1861: 13,18 + 1862: 12,18 + 1863: 11,18 + 1864: 10,18 + 1865: 9,18 + 1866: 8,18 + 1867: 7,18 + 1868: 6,18 + 1869: 3,17 + 1870: 4,17 + 1871: -1,17 + 1872: -2,17 + 1873: -4,18 + 1874: -5,18 + 1875: -6,18 + 1876: -7,18 + 1877: -8,18 + 1878: -10,19 + 1879: -16,19 + 1880: -17,19 + 1881: -18,19 + 1882: -19,19 + 1883: -21,19 + 1884: -22,19 + 1885: -23,19 + 1886: -24,19 + 1887: -25,19 + 1888: -26,19 + 1889: -28,19 + 1890: -29,19 + 1891: -30,19 + 1892: -31,19 + 3794: -27,19 + 4540: -20,19 - node: color: '#951710FF' id: BrickTileWhiteLineS decals: - 6687: -24,44 - 6688: -26,44 - 6689: -26,44 - 6690: -27,44 - 6691: -25,44 - 6692: -28,44 - 6700: -22,47 - 6709: -21,47 + 6613: -24,44 + 6614: -26,44 + 6615: -26,44 + 6616: -27,44 + 6617: -25,44 + 6618: -28,44 + 6626: -22,47 + 6635: -21,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS decals: - 1054: -23,53 - 1055: -22,53 - 1056: -21,53 - 1057: -20,53 - 1058: -24,61 - 1059: -23,61 - 1060: -24,61 - 1061: -25,61 - 1062: -22,61 - 1063: -21,61 - 1064: -20,61 - 1065: -19,61 - 1066: -18,61 - 1067: -17,61 - 1068: -13,61 - 1069: -12,61 - 1070: -11,66 - 1071: -10,66 - 1072: -9,66 - 1073: -5,66 - 1074: -4,66 - 1075: -3,66 - 1076: -4,63 - 1077: -3,63 - 1078: -8,63 - 1098: -15,63 - 1102: -31,57 - 4744: -27,53 - 4745: -37,58 - 4746: -38,58 - 4747: -39,58 - 4748: -43,62 - 4757: -42,62 - 4758: -41,62 - 4786: -34,64 - 4787: -33,64 - 4788: -32,64 - 4789: -31,64 - 4790: -30,64 + 1029: -23,53 + 1030: -22,53 + 1031: -21,53 + 1032: -20,53 + 1033: -24,61 + 1034: -23,61 + 1035: -24,61 + 1036: -25,61 + 1037: -22,61 + 1038: -21,61 + 1039: -20,61 + 1040: -19,61 + 1041: -18,61 + 1042: -17,61 + 1043: -13,61 + 1044: -12,61 + 1045: -5,66 + 1046: -4,66 + 1047: -3,66 + 1048: -4,63 + 1049: -3,63 + 1050: -8,63 + 1069: -15,63 + 1073: -31,57 + 4687: -27,53 + 4688: -37,58 + 4689: -38,58 + 4690: -39,58 + 4691: -43,62 + 4700: -42,62 + 4701: -41,62 + 4725: -34,64 + 4726: -33,64 + 4727: -32,64 + 4728: -31,64 + 4729: -30,64 + 6646: -44,62 - node: color: '#9FED58FF' id: BrickTileWhiteLineS decals: - 2250: 12,-12 - 2251: 11,-12 - 2252: 9,-12 - 2253: 7,-12 + 2221: 12,-12 + 2222: 11,-12 + 2223: 9,-12 + 2224: 7,-12 - node: color: '#B02E26FF' id: BrickTileWhiteLineS decals: - 708: -27,39 - 709: -26,39 - 710: -25,39 - 711: -24,39 - 712: -23,39 - 713: -22,39 - 726: -10,39 - 727: -9,39 - 729: -7,38 - 806: -9,24 - 807: -10,24 - 808: -11,24 - 809: -7,23 - 810: -6,23 - 811: -8,32 - 812: -7,32 - 813: -6,32 - 832: -22,24 - 833: -21,24 - 834: -20,24 - 835: -19,24 - 836: -18,24 - 837: -17,24 - 838: -16,24 - 839: -15,24 - 860: -22,28 - 861: -21,28 - 862: -19,29 - 863: -17,28 - 864: -16,28 - 865: -15,28 - 866: -14,28 - 867: -13,28 - 868: -12,28 - 869: -11,28 - 870: -10,28 - 881: -30,29 - 882: -29,29 - 883: -28,29 - 884: -27,29 - 885: -26,29 - 886: -34,29 - 887: -35,29 - 888: -36,29 - 897: -36,33 - 898: -35,33 - 899: -34,33 - 913: -16,44 - 914: -15,44 - 923: -18,39 + 691: -27,39 + 692: -26,39 + 693: -25,39 + 694: -24,39 + 695: -23,39 + 696: -22,39 + 709: -10,39 + 710: -9,39 + 712: -7,38 + 789: -9,24 + 790: -10,24 + 791: -11,24 + 792: -7,23 + 793: -6,23 + 794: -8,32 + 795: -7,32 + 796: -6,32 + 815: -22,24 + 816: -21,24 + 817: -20,24 + 818: -19,24 + 819: -18,24 + 820: -17,24 + 821: -16,24 + 822: -15,24 + 843: -22,28 + 844: -21,28 + 845: -19,29 + 846: -17,28 + 847: -16,28 + 848: -15,28 + 849: -14,28 + 850: -13,28 + 851: -12,28 + 852: -11,28 + 853: -10,28 + 864: -30,29 + 865: -29,29 + 866: -28,29 + 867: -27,29 + 868: -26,29 + 869: -34,29 + 870: -35,29 + 871: -36,29 + 880: -36,33 + 881: -35,33 + 882: -34,33 + 896: -16,44 + 897: -15,44 + 906: -18,39 - node: color: '#B04DB5FF' id: BrickTileWhiteLineS decals: - 2688: 43,32 - 2689: 44,32 - 2690: 45,32 - 2691: 46,32 - 2692: 47,32 - 2693: 48,32 - 2694: 48,28 - 2695: 47,28 - 2696: 46,28 - 2697: 45,28 - 2698: 44,28 - 2699: 43,28 - 2700: 43,23 - 2701: 44,23 - 2702: 45,23 - 2703: 46,23 - 2704: 47,23 - 2705: 48,23 - 2706: 49,23 - 2707: 39,23 - 2708: 38,23 - 2709: 37,23 - 2710: 36,23 - 2711: 35,23 - 2712: 31,23 - 2713: 30,23 - 2714: 29,23 - 2715: 28,23 - 2716: 27,23 - 2717: 27,26 - 2718: 28,26 - 2719: 29,26 - 2720: 30,26 - 2721: 31,26 - 2722: 35,28 - 2723: 36,28 - 2724: 37,28 - 2725: 38,28 - 2726: 39,28 - 2727: 39,32 - 2728: 35,46 - 2729: 36,46 - 2730: 37,46 - 2731: 38,46 - 2732: 39,46 - 2733: 40,46 - 2734: 41,46 - 2735: 42,46 - 2736: 43,46 - 2737: 44,46 - 2738: 45,46 - 2739: 46,46 - 2740: 47,46 - 2741: 48,46 - 2742: 49,46 - 2743: 44,53 - 2744: 38,53 - 2745: 45,53 - 2746: 46,53 - 2747: 39,53 - 2748: 40,53 - 2749: 48,42 - 2750: 47,42 - 2751: 46,42 - 2752: 45,42 - 2753: 44,42 - 2754: 43,42 - 2755: 43,36 - 2756: 44,36 - 2757: 45,36 - 2758: 46,36 - 2759: 47,36 - 2760: 48,36 - 2761: 49,36 - 2762: 52,26 - 2763: 53,26 - 2764: 54,26 - 2765: 55,26 - 2766: 56,26 - 2767: 57,26 - 2768: 58,26 - 2769: 59,26 - 2770: 60,26 - 2771: 61,26 - 2772: 62,26 - 2773: 66,26 - 2774: 67,26 - 2800: 67,29 - 2818: 53,46 + 2659: 43,32 + 2660: 44,32 + 2661: 45,32 + 2662: 46,32 + 2663: 47,32 + 2664: 48,32 + 2665: 48,28 + 2666: 47,28 + 2667: 46,28 + 2668: 45,28 + 2669: 44,28 + 2670: 43,28 + 2671: 43,23 + 2672: 44,23 + 2673: 45,23 + 2674: 46,23 + 2675: 47,23 + 2676: 48,23 + 2677: 49,23 + 2678: 39,23 + 2679: 38,23 + 2680: 37,23 + 2681: 36,23 + 2682: 35,23 + 2683: 31,23 + 2684: 30,23 + 2685: 29,23 + 2686: 28,23 + 2687: 27,23 + 2688: 27,26 + 2689: 28,26 + 2690: 29,26 + 2691: 30,26 + 2692: 31,26 + 2693: 35,28 + 2694: 36,28 + 2695: 37,28 + 2696: 38,28 + 2697: 39,28 + 2698: 39,32 + 2699: 35,46 + 2700: 36,46 + 2701: 37,46 + 2702: 38,46 + 2703: 39,46 + 2704: 40,46 + 2705: 41,46 + 2706: 42,46 + 2707: 43,46 + 2708: 44,46 + 2709: 45,46 + 2710: 46,46 + 2711: 47,46 + 2712: 48,46 + 2713: 49,46 + 2714: 44,53 + 2715: 38,53 + 2716: 45,53 + 2717: 46,53 + 2718: 39,53 + 2719: 40,53 + 2720: 48,42 + 2721: 47,42 + 2722: 46,42 + 2723: 45,42 + 2724: 44,42 + 2725: 43,42 + 2726: 43,36 + 2727: 44,36 + 2728: 45,36 + 2729: 46,36 + 2730: 47,36 + 2731: 48,36 + 2732: 49,36 + 2733: 52,26 + 2734: 53,26 + 2735: 54,26 + 2736: 55,26 + 2737: 56,26 + 2738: 57,26 + 2739: 58,26 + 2740: 59,26 + 2741: 60,26 + 2742: 61,26 + 2743: 62,26 + 2744: 66,26 + 2745: 67,26 + 2771: 67,29 + 2789: 53,46 - node: color: '#BA8841FF' id: BrickTileWhiteLineS decals: - 2009: -55,11 - 2010: -49,16 - 2011: -50,16 - 2012: -51,16 - 2013: -51,20 - 2014: -50,20 - 2015: -49,20 - 2016: -59,22 - 2017: -60,22 - 2018: -61,22 - 2019: -62,22 - 2020: -63,22 - 2021: -64,22 - 2022: -65,22 - 2023: -53,29 - 2024: -52,29 - 2025: -51,29 - 2026: -50,29 - 2027: -49,29 - 2028: -48,29 - 2029: -47,29 - 2030: -46,29 - 2031: -45,29 - 2032: -44,29 - 2033: -43,29 - 2034: -57,33 - 2035: -56,33 - 2036: -55,33 - 2037: -54,33 - 2038: -53,33 - 2039: -49,33 - 2040: -48,33 - 2041: -47,33 - 2042: -46,33 - 2043: -45,33 - 2044: -44,33 - 2045: -43,33 - 2082: -63,15 - 2083: -62,15 - 2084: -61,15 - 2085: -60,15 - 2086: -59,15 - 2087: -51,25 - 2088: -50,25 - 2089: -49,25 + 1980: -55,11 + 1981: -49,16 + 1982: -50,16 + 1983: -51,16 + 1984: -51,20 + 1985: -50,20 + 1986: -49,20 + 1987: -59,22 + 1988: -60,22 + 1989: -61,22 + 1990: -62,22 + 1991: -63,22 + 1992: -64,22 + 1993: -65,22 + 1994: -53,29 + 1995: -52,29 + 1996: -51,29 + 1997: -50,29 + 1998: -49,29 + 1999: -48,29 + 2000: -47,29 + 2001: -46,29 + 2002: -45,29 + 2003: -44,29 + 2004: -43,29 + 2005: -57,33 + 2006: -56,33 + 2007: -55,33 + 2008: -54,33 + 2009: -53,33 + 2010: -49,33 + 2011: -48,33 + 2012: -47,33 + 2013: -46,33 + 2014: -45,33 + 2015: -44,33 + 2016: -43,33 + 2053: -63,15 + 2054: -62,15 + 2055: -61,15 + 2056: -60,15 + 2057: -59,15 + 2058: -51,25 + 2059: -50,25 + 2060: -49,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineS decals: - 2883: -55,-4 - 2884: -54,-4 - 2885: -53,-4 - 2886: -52,-4 - 2887: -51,-4 - 2888: -62,-5 - 2889: -61,-5 - 2890: -60,-5 - 2891: -59,-5 - 2892: -54,0 - 2893: -53,0 - 2894: -52,0 - 2895: -51,0 - 2896: -58,0 - 2897: -59,0 - 2898: -60,0 - 2899: -61,0 - 2900: -62,0 - 2901: -56,2 - 3028: -62,-10 - 3029: -61,-10 - 3030: -60,-10 - 3031: -59,-10 - 3046: -55,-9 - 3119: -59,-13 - 3120: -58,-13 - 3121: -57,-13 - 3122: -56,-13 - 3123: -55,-13 - 3124: -54,-13 - 3125: -59,-30 - 3126: -58,-30 - 3127: -57,-30 - 3128: -56,-30 - 3129: -55,-30 - 3130: -53,-34 - 3131: -52,-34 - 3132: -51,-34 - 3133: -50,-34 - 3134: -49,-34 - 3135: -48,-34 - 3136: -47,-34 - 3137: -46,-34 - 3138: -45,-34 - 3139: -44,-34 - 3140: -43,-34 - 3141: -42,-34 - 3142: -41,-34 - 3143: -40,-34 - 3144: -39,-34 - 3149: -52,-12 - 3150: -51,-12 - 3151: -69,5 - 3152: -70,5 - 3153: -71,5 - 3154: -72,5 - 3155: -73,5 - 3156: -73,13 - 3157: -69,13 - 3158: -73,-1 - 3159: -77,7 - 3160: -78,7 - 3161: -79,7 - 3162: -80,7 - 3163: -84,6 - 3164: -85,6 - 3165: -86,6 - 3166: -90,7 - 3167: -91,7 - 3168: -92,7 - 3169: -93,7 - 3170: -85,12 - 3171: -97,18 - 3172: -85,-1 - 3173: -89,-6 - 3174: -88,-6 - 3175: -87,-6 - 3176: -86,-6 - 3177: -85,-6 - 3178: -84,-6 - 3179: -83,-6 - 3180: -82,-6 - 3181: -81,-6 - 3290: -96,18 - 3328: -88,20 - 3329: -82,20 - 3332: -84,19 - 3333: -85,19 - 3334: -86,19 - 3363: -66,7 - 3364: -65,7 - 3365: -64,7 - 3366: -63,7 - 3367: -62,7 - 3368: -61,7 - 3369: -60,7 - 3370: -59,7 - 3371: -58,7 - 3372: -57,7 - 3373: -56,7 - 3374: -55,7 - 3375: -54,7 - 3376: -53,7 - 3377: -52,7 - 3378: -51,7 - 3379: -50,7 - 6640: -73,0 + 2854: -55,-4 + 2855: -54,-4 + 2856: -53,-4 + 2857: -52,-4 + 2858: -51,-4 + 2859: -62,-5 + 2860: -61,-5 + 2861: -60,-5 + 2862: -59,-5 + 2863: -54,0 + 2864: -53,0 + 2865: -52,0 + 2866: -51,0 + 2867: -58,0 + 2868: -59,0 + 2869: -60,0 + 2870: -61,0 + 2871: -62,0 + 2872: -56,2 + 2999: -62,-10 + 3000: -61,-10 + 3001: -60,-10 + 3002: -59,-10 + 3017: -55,-9 + 3090: -59,-13 + 3091: -58,-13 + 3092: -57,-13 + 3093: -56,-13 + 3094: -55,-13 + 3095: -54,-13 + 3096: -59,-30 + 3097: -58,-30 + 3098: -57,-30 + 3099: -56,-30 + 3100: -55,-30 + 3101: -53,-34 + 3102: -52,-34 + 3103: -51,-34 + 3104: -50,-34 + 3105: -49,-34 + 3106: -48,-34 + 3107: -47,-34 + 3108: -46,-34 + 3109: -45,-34 + 3110: -44,-34 + 3111: -43,-34 + 3112: -42,-34 + 3113: -41,-34 + 3114: -40,-34 + 3115: -39,-34 + 3120: -52,-12 + 3121: -51,-12 + 3122: -69,5 + 3123: -70,5 + 3124: -71,5 + 3125: -72,5 + 3126: -73,5 + 3127: -73,13 + 3128: -69,13 + 3129: -73,-1 + 3130: -77,7 + 3131: -78,7 + 3132: -79,7 + 3133: -80,7 + 3134: -84,6 + 3135: -85,6 + 3136: -86,6 + 3137: -90,7 + 3138: -91,7 + 3139: -92,7 + 3140: -93,7 + 3141: -85,12 + 3142: -97,18 + 3143: -85,-1 + 3144: -89,-6 + 3145: -88,-6 + 3146: -87,-6 + 3147: -86,-6 + 3148: -85,-6 + 3149: -84,-6 + 3150: -83,-6 + 3151: -82,-6 + 3152: -81,-6 + 3261: -96,18 + 3299: -88,20 + 3300: -82,20 + 3303: -84,19 + 3304: -85,19 + 3305: -86,19 + 3334: -66,7 + 3335: -65,7 + 3336: -64,7 + 3337: -63,7 + 3338: -62,7 + 3339: -61,7 + 3340: -60,7 + 3341: -59,7 + 3342: -58,7 + 3343: -57,7 + 3344: -56,7 + 3345: -55,7 + 3346: -54,7 + 3347: -53,7 + 3348: -52,7 + 3349: -51,7 + 3350: -50,7 + 6566: -73,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineS decals: - 2310: 14,-3 - 2311: 13,-3 - 2312: 22,-3 - 2313: 23,-3 - 2314: 24,-3 - 2315: 25,-3 - 2316: 26,-3 - 2317: 27,-3 - 2350: 16,-12 - 2351: 17,-12 - 2352: 18,-12 - 2353: 19,-12 - 2354: 20,-12 - 2355: 16,-6 - 2356: 17,-6 - 2357: 18,-6 - 2358: 19,-6 - 2359: 20,-6 + 2281: 14,-3 + 2282: 13,-3 + 2283: 22,-3 + 2284: 23,-3 + 2285: 24,-3 + 2286: 25,-3 + 2287: 26,-3 + 2288: 27,-3 + 2321: 16,-12 + 2322: 17,-12 + 2323: 18,-12 + 2324: 19,-12 + 2325: 20,-12 + 2326: 16,-6 + 2327: 17,-6 + 2328: 18,-6 + 2329: 19,-6 + 2330: 20,-6 - node: color: '#334E6DFF' id: BrickTileWhiteLineW decals: - 1172: 4,41 - 1173: 4,40 - 1174: 4,39 - 1175: 4,38 - 1176: 4,37 - 1177: 4,36 - 1187: 9,38 - 1188: 9,39 - 1208: 16,36 - 1209: 16,37 - 1210: 16,38 - 1211: 16,39 - 1218: 17,41 - 1219: 17,42 - 1220: 17,43 - 1221: 17,44 - 1222: 17,45 - 1223: 17,46 - 1224: 17,47 - 1225: 17,48 - 1226: 17,49 - 1296: 9,46 - 1297: 9,47 - 1298: 9,48 - 1299: 9,49 - 1300: 5,55 - 1301: 5,54 - 1302: 5,53 - 1303: 5,52 - 1304: 5,51 - 1305: 5,50 - 1306: 5,49 - 1307: 5,48 - 1330: 27,42 - 1331: 27,43 - 1332: 27,44 - 1351: 21,49 - 1370: 16,55 - 1380: 14,55 - 1381: 14,56 - 1409: 26,55 - 1448: 6,24 - 1449: 11,29 - 1450: 4,28 - 1451: 11,28 - 1452: 4,29 - 1453: 17,28 - 1454: 17,27 - 1455: 17,26 - 1456: 17,25 + 1143: 4,41 + 1144: 4,40 + 1145: 4,39 + 1146: 4,38 + 1147: 4,37 + 1148: 4,36 + 1158: 9,38 + 1159: 9,39 + 1179: 16,36 + 1180: 16,37 + 1181: 16,38 + 1182: 16,39 + 1189: 17,41 + 1190: 17,42 + 1191: 17,43 + 1192: 17,44 + 1193: 17,45 + 1194: 17,46 + 1195: 17,47 + 1196: 17,48 + 1197: 17,49 + 1267: 9,46 + 1268: 9,47 + 1269: 9,48 + 1270: 9,49 + 1271: 5,55 + 1272: 5,54 + 1273: 5,53 + 1274: 5,52 + 1275: 5,51 + 1276: 5,50 + 1277: 5,49 + 1278: 5,48 + 1301: 27,42 + 1302: 27,43 + 1303: 27,44 + 1322: 21,49 + 1341: 16,55 + 1351: 14,55 + 1352: 14,56 + 1380: 26,55 + 1419: 6,24 + 1420: 11,29 + 1421: 4,28 + 1422: 11,28 + 1423: 4,29 + 1424: 17,28 + 1425: 17,27 + 1426: 17,26 + 1427: 17,25 - node: color: '#354DA0FF' id: BrickTileWhiteLineW decals: - 6402: 33,2 + 6328: 33,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW decals: - 2395: -43,20 - 2396: -43,21 - 2397: -43,22 - 2398: -43,23 - 2418: -40,18 - 2437: -41,11 - 2450: 33,-2 + 2366: -43,20 + 2367: -43,21 + 2368: -43,22 + 2369: -43,23 + 2389: -40,18 + 2408: -41,11 + 2421: 33,-2 - node: color: '#845606FF' id: BrickTileWhiteLineW decals: - 3605: -23,-34 - 3606: -23,-33 - 3607: -23,-32 - 3608: -23,-31 - 3609: -23,-30 - 3610: -20,-41 - 3611: -20,-40 - 3612: -20,-39 - 3613: -14,-40 - 3614: -14,-39 - 3615: -14,-41 - 3616: -14,-42 - 3617: -17,-29 - 3618: -17,-30 - 3619: -23,-25 - 3620: -23,-24 - 3621: -23,-23 - 3622: -23,-21 - 3623: -23,-20 - 3624: -31,-21 - 3625: -31,-20 - 3626: -31,-25 - 3627: -11,-25 - 3628: -17,-21 - 3629: -17,-20 - 4840: -20,-44 - 4841: -20,-43 - 4842: -20,-42 - 4843: -52,-42 - 4844: -52,-43 - 4845: -52,-44 - 4846: -52,-45 - 4847: -52,-49 - 4910: -23,-29 - 6335: -52,-48 - 6339: -52,-47 - 6340: -52,-46 - 6539: -23,-35 + 3576: -23,-34 + 3577: -23,-33 + 3578: -23,-32 + 3579: -23,-31 + 3580: -23,-30 + 3581: -20,-41 + 3582: -20,-40 + 3583: -20,-39 + 3584: -14,-40 + 3585: -14,-39 + 3586: -14,-41 + 3587: -14,-42 + 3588: -17,-29 + 3589: -17,-30 + 3590: -23,-25 + 3591: -23,-24 + 3592: -23,-23 + 3593: -23,-21 + 3594: -23,-20 + 3595: -31,-21 + 3596: -31,-20 + 3597: -31,-25 + 3598: -11,-25 + 3599: -17,-21 + 3600: -17,-20 + 4779: -20,-44 + 4780: -20,-43 + 4781: -20,-42 + 4782: -52,-42 + 4783: -52,-43 + 4784: -52,-44 + 4785: -52,-45 + 4786: -52,-49 + 4849: -23,-29 + 6265: -52,-48 + 6269: -52,-47 + 6270: -52,-46 + 6465: -23,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW @@ -4713,362 +4697,361 @@ entities: 598: -4,5 599: -4,6 600: -9,2 - 1764: 8,6 - 1765: 8,5 - 1766: 5,10 - 1767: 5,11 - 1768: 5,12 - 1769: 5,13 - 1770: 5,14 - 1771: 8,4 - 1772: 8,3 - 1773: 8,1 - 1774: 8,2 - 1775: 8,0 - 1776: 8,-1 - 1777: 8,-2 - 1795: 0,16 - 1796: 0,15 - 1797: 0,14 - 1798: 0,13 - 1799: 0,12 - 1800: 0,11 - 1801: 0,10 - 1802: 0,9 - 1803: 0,-5 - 1804: 0,-6 - 1805: 0,-7 - 1806: 0,-12 - 1807: 0,-8 - 1808: 0,-9 - 1809: 0,-10 - 1810: 0,-11 - 6663: 34,-7 - 6666: 34,-5 + 1735: 8,6 + 1736: 8,5 + 1737: 5,10 + 1738: 5,11 + 1739: 5,12 + 1740: 5,13 + 1741: 5,14 + 1742: 8,4 + 1743: 8,3 + 1744: 8,1 + 1745: 8,2 + 1746: 8,0 + 1747: 8,-1 + 1748: 8,-2 + 1766: 0,16 + 1767: 0,15 + 1768: 0,14 + 1769: 0,13 + 1770: 0,12 + 1771: 0,11 + 1772: 0,10 + 1773: 0,9 + 1774: 0,-5 + 1775: 0,-6 + 1776: 0,-7 + 1777: 0,-12 + 1778: 0,-8 + 1779: 0,-9 + 1780: 0,-10 + 1781: 0,-11 + 6589: 34,-7 + 6592: 34,-5 - node: color: '#951710FF' id: BrickTileWhiteLineW decals: - 6701: -29,45 - 6702: -29,46 + 6627: -29,45 + 6628: -29,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW decals: - 1040: -32,61 - 1041: -32,60 - 1042: -32,59 - 1043: -32,58 - 1044: -28,63 - 1045: -28,62 - 1046: -28,61 - 1047: -28,60 - 1048: -28,59 - 1049: -28,58 - 1050: -28,57 - 1051: -28,56 - 1052: -28,55 - 1053: -28,54 - 1084: -12,67 - 1085: -14,62 - 1086: -24,58 - 1087: -24,57 - 1088: -24,56 - 1089: -24,55 - 1090: -24,54 - 1091: 0,68 - 1092: 0,67 - 1093: 0,66 - 1094: 0,65 - 1095: 0,64 - 1096: 0,63 - 1097: -6,67 - 4759: -40,61 - 4760: -40,60 - 4761: -40,59 - 4762: -44,63 - 4763: -45,65 - 4764: -45,66 + 1015: -32,61 + 1016: -32,60 + 1017: -32,59 + 1018: -32,58 + 1019: -28,63 + 1020: -28,62 + 1021: -28,61 + 1022: -28,60 + 1023: -28,59 + 1024: -28,58 + 1025: -28,57 + 1026: -28,56 + 1027: -28,55 + 1028: -28,54 + 1056: -14,62 + 1057: -24,58 + 1058: -24,57 + 1059: -24,56 + 1060: -24,55 + 1061: -24,54 + 1062: 0,68 + 1063: 0,67 + 1064: 0,66 + 1065: 0,65 + 1066: 0,64 + 1067: 0,63 + 1068: -6,67 + 4702: -40,61 + 4703: -40,60 + 4704: -40,59 + 4705: -45,65 + 4706: -45,66 + 6647: -45,63 - node: color: '#9FED58FF' id: BrickTileWhiteLineW decals: - 2254: 5,-10 - 2255: 5,-9 - 2256: 5,-8 - 2257: 5,-7 - 2258: 5,-6 - 2280: 8,-6 - 2281: 8,-7 - 2282: 8,-8 - 2283: 8,-9 - 2284: 8,-10 - 2285: 8,-11 + 2225: 5,-10 + 2226: 5,-9 + 2227: 5,-8 + 2228: 5,-7 + 2229: 5,-6 + 2251: 8,-6 + 2252: 8,-7 + 2253: 8,-8 + 2254: 8,-9 + 2255: 8,-10 + 2256: 8,-11 - node: color: '#B02E26FF' id: BrickTileWhiteLineW decals: - 695: -28,40 - 696: -28,41 - 716: -31,41 - 717: -31,40 - 739: -11,40 - 740: -11,41 - 769: -14,43 - 770: -14,42 - 771: -14,41 - 772: -14,40 - 773: -14,39 - 774: -14,38 - 775: -14,37 - 776: -14,36 - 777: -14,35 - 778: -14,34 - 779: -14,33 - 780: -14,32 - 781: -14,31 - 782: -23,29 - 783: -37,30 - 784: -37,34 - 785: -7,29 - 786: -7,28 - 787: -12,25 - 814: -9,34 - 815: -9,33 - 840: -23,25 - 921: -19,41 - 922: -19,40 - 4809: -34,38 - 4810: -34,39 - 4811: -34,40 - 4812: -34,41 - 4813: -34,42 - 4814: -34,43 - 4815: -34,44 - 4816: -34,45 - 4817: -34,46 - 4818: -34,47 - 4819: -34,48 - 4820: -34,49 - 4821: -34,50 + 678: -28,40 + 679: -28,41 + 699: -31,41 + 700: -31,40 + 722: -11,40 + 723: -11,41 + 752: -14,43 + 753: -14,42 + 754: -14,41 + 755: -14,40 + 756: -14,39 + 757: -14,38 + 758: -14,37 + 759: -14,36 + 760: -14,35 + 761: -14,34 + 762: -14,33 + 763: -14,32 + 764: -14,31 + 765: -23,29 + 766: -37,30 + 767: -37,34 + 768: -7,29 + 769: -7,28 + 770: -12,25 + 797: -9,34 + 798: -9,33 + 823: -23,25 + 904: -19,41 + 905: -19,40 + 4748: -34,38 + 4749: -34,39 + 4750: -34,40 + 4751: -34,41 + 4752: -34,42 + 4753: -34,43 + 4754: -34,44 + 4755: -34,45 + 4756: -34,46 + 4757: -34,47 + 4758: -34,48 + 4759: -34,49 + 4760: -34,50 - node: color: '#B04DB5FF' id: BrickTileWhiteLineW decals: - 2608: 34,24 - 2609: 34,25 - 2610: 26,27 - 2611: 26,28 - 2612: 26,29 - 2613: 34,29 - 2615: 42,25 - 2616: 42,24 - 2617: 42,29 - 2618: 42,37 - 2619: 42,38 - 2620: 42,39 - 2621: 38,33 - 2622: 38,34 - 2623: 38,35 - 2624: 38,36 - 2625: 38,37 - 2626: 38,38 - 2627: 38,39 - 2628: 38,40 - 2629: 38,41 - 2630: 38,42 - 2631: 38,43 - 2632: 34,47 - 2633: 34,48 - 2634: 34,49 - 2635: 34,50 - 2636: 39,50 - 2637: 49,50 - 2638: 43,54 - 2639: 43,55 - 2640: 43,56 - 2641: 37,56 - 2642: 37,55 - 2643: 37,54 - 2644: 42,43 - 2645: 42,33 - 2646: 42,25 - 2647: 42,24 - 2648: 26,28 - 2792: 51,29 - 2793: 51,28 - 2794: 51,27 - 2795: 65,27 - 2796: 65,28 - 2797: 65,29 - 2820: 53,48 - 2822: 52,50 + 2579: 34,24 + 2580: 34,25 + 2581: 26,27 + 2582: 26,28 + 2583: 26,29 + 2584: 34,29 + 2586: 42,25 + 2587: 42,24 + 2588: 42,29 + 2589: 42,37 + 2590: 42,38 + 2591: 42,39 + 2592: 38,33 + 2593: 38,34 + 2594: 38,35 + 2595: 38,36 + 2596: 38,37 + 2597: 38,38 + 2598: 38,39 + 2599: 38,40 + 2600: 38,41 + 2601: 38,42 + 2602: 38,43 + 2603: 34,47 + 2604: 34,48 + 2605: 34,49 + 2606: 34,50 + 2607: 39,50 + 2608: 49,50 + 2609: 43,54 + 2610: 43,55 + 2611: 43,56 + 2612: 37,56 + 2613: 37,55 + 2614: 37,54 + 2615: 42,43 + 2616: 42,33 + 2617: 42,25 + 2618: 42,24 + 2619: 26,28 + 2763: 51,29 + 2764: 51,28 + 2765: 51,27 + 2766: 65,27 + 2767: 65,28 + 2768: 65,29 + 2791: 53,48 + 2793: 52,50 - node: color: '#BA8841FF' id: BrickTileWhiteLineW decals: - 2080: -52,22 - 2081: -52,21 - 2090: -64,19 - 2091: -64,18 - 2092: -64,17 - 2093: -64,16 - 2094: -56,12 - 2095: -56,13 - 2096: -56,14 - 2097: -56,15 - 2098: -56,16 - 2099: -56,17 - 2100: -56,18 - 2101: -56,19 - 2102: -56,20 - 2103: -56,21 - 2104: -56,22 - 2105: -56,23 - 2106: -56,24 - 2107: -56,25 - 2108: -56,26 - 2109: -56,27 - 2110: -56,28 - 2111: -66,23 - 2112: -66,24 - 2113: -66,25 - 2114: -66,26 - 2115: -65,29 - 2116: -65,28 - 2117: -64,31 - 2118: -64,32 - 2119: -64,33 - 2120: -64,34 - 2121: -64,35 - 2122: -58,35 - 2123: -58,34 - 2124: -50,34 - 2125: -52,26 - 2126: -52,17 - 2136: -57,30 - 2153: -46,10 - 2154: -46,11 - 2155: -46,12 - 2156: -46,13 - 2157: -46,14 - 2158: -46,15 - 2159: -46,16 - 2160: -46,17 + 2051: -52,22 + 2052: -52,21 + 2061: -64,19 + 2062: -64,18 + 2063: -64,17 + 2064: -64,16 + 2065: -56,12 + 2066: -56,13 + 2067: -56,14 + 2068: -56,15 + 2069: -56,16 + 2070: -56,17 + 2071: -56,18 + 2072: -56,19 + 2073: -56,20 + 2074: -56,21 + 2075: -56,22 + 2076: -56,23 + 2077: -56,24 + 2078: -56,25 + 2079: -56,26 + 2080: -56,27 + 2081: -56,28 + 2082: -66,23 + 2083: -66,24 + 2084: -66,25 + 2085: -66,26 + 2086: -65,29 + 2087: -65,28 + 2088: -64,31 + 2089: -64,32 + 2090: -64,33 + 2091: -64,34 + 2092: -64,35 + 2093: -58,35 + 2094: -58,34 + 2095: -50,34 + 2096: -52,26 + 2097: -52,17 + 2107: -57,30 + 2124: -46,10 + 2125: -46,11 + 2126: -46,12 + 2127: -46,13 + 2128: -46,14 + 2129: -46,15 + 2130: -46,16 + 2131: -46,17 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineW decals: - 2924: -63,-4 - 2925: -63,-3 - 2926: -56,-3 - 2927: -63,1 - 2928: -63,2 - 2929: -63,3 - 2930: -63,4 - 2933: -55,1 - 2934: -74,6 - 2935: -74,7 - 2936: -74,8 - 2937: -74,9 - 2938: -74,10 - 2969: -81,8 - 2970: -70,14 - 2971: -70,15 - 2972: -70,16 - 2973: -74,16 - 2974: -74,15 - 2975: -74,14 - 2976: -86,13 - 2977: -86,14 - 2978: -86,15 - 2979: -86,16 - 2980: -99,12 - 2981: -99,11 - 2982: -99,10 - 2983: -99,9 - 2984: -99,8 - 2985: -99,6 - 2986: -99,7 - 2987: -99,5 - 2988: -99,4 - 2989: -98,19 - 2990: -98,20 - 2991: -98,21 - 2992: -98,22 - 2993: -98,23 - 2994: -98,24 - 2995: -98,25 - 2996: -98,26 - 2997: -98,27 - 2998: -98,28 - 2999: -94,8 - 3000: -92,12 - 3001: -92,13 - 3002: -92,14 - 3003: -92,4 - 3004: -92,3 - 3005: -92,2 - 3006: -98,-3 - 3007: -98,-4 - 3008: -98,-5 - 3009: -98,-6 - 3010: -98,-7 - 3011: -98,-8 - 3012: -98,-9 - 3013: -98,-10 - 3014: -98,-11 - 3015: -98,-12 - 3041: -63,-8 - 3042: -63,-9 - 3043: -56,-7 - 3044: -56,-8 - 3102: -54,-33 - 3103: -54,-32 - 3104: -54,-31 - 3105: -60,-29 - 3106: -60,-28 - 3107: -60,-27 - 3108: -60,-26 - 3109: -60,-25 - 3110: -60,-24 - 3111: -60,-23 - 3112: -60,-22 - 3113: -60,-21 - 3114: -60,-20 - 3115: -60,-19 - 3116: -60,-18 - 3117: -60,-17 - 3118: -60,-16 - 3302: -87,9 - 3303: -87,8 - 3304: -87,7 - 3308: -86,3 - 3309: -86,2 - 3310: -86,1 - 3311: -86,0 - 3381: -48,6 - 3382: -48,5 - 3383: -48,4 - 3384: -48,3 - 3385: -48,2 - 3386: -48,1 - 3387: -48,0 - 3388: -48,-1 - 6641: -74,1 - 6642: -74,2 + 2895: -63,-4 + 2896: -63,-3 + 2897: -56,-3 + 2898: -63,1 + 2899: -63,2 + 2900: -63,3 + 2901: -63,4 + 2904: -55,1 + 2905: -74,6 + 2906: -74,7 + 2907: -74,8 + 2908: -74,9 + 2909: -74,10 + 2940: -81,8 + 2941: -70,14 + 2942: -70,15 + 2943: -70,16 + 2944: -74,16 + 2945: -74,15 + 2946: -74,14 + 2947: -86,13 + 2948: -86,14 + 2949: -86,15 + 2950: -86,16 + 2951: -99,12 + 2952: -99,11 + 2953: -99,10 + 2954: -99,9 + 2955: -99,8 + 2956: -99,6 + 2957: -99,7 + 2958: -99,5 + 2959: -99,4 + 2960: -98,19 + 2961: -98,20 + 2962: -98,21 + 2963: -98,22 + 2964: -98,23 + 2965: -98,24 + 2966: -98,25 + 2967: -98,26 + 2968: -98,27 + 2969: -98,28 + 2970: -94,8 + 2971: -92,12 + 2972: -92,13 + 2973: -92,14 + 2974: -92,4 + 2975: -92,3 + 2976: -92,2 + 2977: -98,-3 + 2978: -98,-4 + 2979: -98,-5 + 2980: -98,-6 + 2981: -98,-7 + 2982: -98,-8 + 2983: -98,-9 + 2984: -98,-10 + 2985: -98,-11 + 2986: -98,-12 + 3012: -63,-8 + 3013: -63,-9 + 3014: -56,-7 + 3015: -56,-8 + 3073: -54,-33 + 3074: -54,-32 + 3075: -54,-31 + 3076: -60,-29 + 3077: -60,-28 + 3078: -60,-27 + 3079: -60,-26 + 3080: -60,-25 + 3081: -60,-24 + 3082: -60,-23 + 3083: -60,-22 + 3084: -60,-21 + 3085: -60,-20 + 3086: -60,-19 + 3087: -60,-18 + 3088: -60,-17 + 3089: -60,-16 + 3273: -87,9 + 3274: -87,8 + 3275: -87,7 + 3279: -86,3 + 3280: -86,2 + 3281: -86,1 + 3282: -86,0 + 3352: -48,6 + 3353: -48,5 + 3354: -48,4 + 3355: -48,3 + 3356: -48,2 + 3357: -48,1 + 3358: -48,0 + 3359: -48,-1 + 6567: -74,1 + 6568: -74,2 - node: color: '#FF974DFF' id: BrickTileWhiteLineW decals: - 2300: 13,1 - 2301: 15,-4 - 2302: 15,-5 - 2333: 12,-1 - 2334: 12,-2 - 2335: 15,-9 - 2336: 15,-10 - 2337: 15,-11 + 2271: 13,1 + 2272: 15,-4 + 2273: 15,-5 + 2304: 12,-1 + 2305: 12,-2 + 2306: 15,-9 + 2307: 15,-10 + 2308: 15,-11 - node: color: '#FFFFFFFF' id: BushDThree @@ -5078,9 +5061,9 @@ entities: 151: 71,-3 152: 3,-10 226: 37,37 - 4049: -23.84824,-36.039036 - 4070: 70.49607,-5.2800684 - 4071: 73.21482,-5.2683496 + 4020: -23.84824,-36.039036 + 4041: 70.49607,-5.2800684 + 4042: 73.21482,-5.2683496 - node: color: '#FFFFFFFF' id: BushDTwo @@ -5088,23 +5071,23 @@ entities: 200: -1,14 356: -106.987564,9.973441 370: -101.81569,9.926566 - 3758: -0.88223886,-10.300684 - 6605: -59.517128,9.321603 - 6606: -42.90093,5.449465 - 6607: -30.489948,17.91463 - 6608: 47.184723,21.183506 - 6609: 39.60601,-20.002787 - 6610: 42.520073,-19.752787 - 6611: 40.600338,-30.343527 - 6612: 34.420174,-36.616962 - 6613: 17.789068,-38.879887 - 6614: 1.2919211,-38.75982 - 6615: -3.5219002,-45.90537 - 6616: -10.826588,-52.624638 - 6617: 13.056606,-52.51093 - 6618: 8.8619585,-45.313065 - 6619: -8.990252,-30.680576 - 6620: -23.893175,-32.74724 + 3729: -0.88223886,-10.300684 + 6531: -59.517128,9.321603 + 6532: -42.90093,5.449465 + 6533: -30.489948,17.91463 + 6534: 47.184723,21.183506 + 6535: 39.60601,-20.002787 + 6536: 42.520073,-19.752787 + 6537: 40.600338,-30.343527 + 6538: 34.420174,-36.616962 + 6539: 17.789068,-38.879887 + 6540: 1.2919211,-38.75982 + 6541: -3.5219002,-45.90537 + 6542: -10.826588,-52.624638 + 6543: 13.056606,-52.51093 + 6544: 8.8619585,-45.313065 + 6545: -8.990252,-30.680576 + 6546: -23.893175,-32.74724 - node: color: '#FFFFFFFF' id: Bushb3 @@ -5114,24 +5097,25 @@ entities: color: '#FFFFFFFF' id: Bushd1 decals: - 4153: 57.006096,-12.356954 - 4154: 57.099846,-6.4928484 - 4155: 57.873283,-6.9615984 - 4156: 63.099846,-6.8826447 - 4157: 65.24438,-12.144363 - 4158: 67.27172,-12.788895 - 4159: 67.48266,-13.257645 - 4160: 69.80284,-5.2769313 - 4161: 71.44347,-3.4839625 - 4162: 66.205185,0.043381214 - 4163: 65.642685,-1.0347438 - 4164: 62.150494,-2.1245875 - 4165: 55.271587,-0.22615004 - 4166: 53.619244,-8.4761505 - 4167: 54.380962,-9.671463 - 4168: 52.400494,-15.636277 - 4169: 48.594856,-24.49732 - 4170: 51.36048,-26.65357 + 4124: 57.006096,-12.356954 + 4125: 57.099846,-6.4928484 + 4126: 57.873283,-6.9615984 + 4127: 63.099846,-6.8826447 + 4128: 65.24438,-12.144363 + 4129: 67.27172,-12.788895 + 4130: 67.48266,-13.257645 + 4131: 69.80284,-5.2769313 + 4132: 71.44347,-3.4839625 + 4133: 66.205185,0.043381214 + 4134: 65.642685,-1.0347438 + 4135: 62.150494,-2.1245875 + 4136: 55.271587,-0.22615004 + 4137: 53.619244,-8.4761505 + 4138: 54.380962,-9.671463 + 4139: 52.400494,-15.636277 + 4140: 48.594856,-24.49732 + 4141: 51.36048,-26.65357 + 6636: -13.54646,71.93295 - node: color: '#FFFFFFFF' id: Bushe1 @@ -5143,7 +5127,7 @@ entities: 366: -106.90944,6.957816 367: -103.09694,5.285941 368: -102.925064,4.629691 - 3828: -1.2123232,14.564764 + 3799: -1.2123232,14.564764 - node: color: '#FFFFFFFF' id: Bushe2 @@ -5158,20 +5142,20 @@ entities: color: '#FFFFFFFF' id: Bushe3 decals: - 3738: 42.40303,-11.448524 - 3739: 41.500687,-14.392142 - 3740: 47.430374,-6.8730726 - 3741: 46.15303,3.6802206 - 3742: 45.12178,13.699752 - 3743: 65.732506,-8.308953 - 3744: 59.42782,-10.014526 - 3745: 67.525475,-21.236286 - 3746: 61.443443,-27.3714 - 3747: 49.665607,-26.2464 - 3748: 40.71666,-29.257294 - 3749: 36.59022,-36.651825 - 3750: 13.614435,-38.831512 - 3751: 8.84652,-43.378727 + 3709: 42.40303,-11.448524 + 3710: 41.500687,-14.392142 + 3711: 47.430374,-6.8730726 + 3712: 46.15303,3.6802206 + 3713: 45.12178,13.699752 + 3714: 65.732506,-8.308953 + 3715: 59.42782,-10.014526 + 3716: 67.525475,-21.236286 + 3717: 61.443443,-27.3714 + 3718: 49.665607,-26.2464 + 3719: 40.71666,-29.257294 + 3720: 36.59022,-36.651825 + 3721: 13.614435,-38.831512 + 3722: 8.84652,-43.378727 - node: color: '#FFFFFFFF' id: Bushe4 @@ -5189,19 +5173,19 @@ entities: 360: -102.862564,10.332816 361: -102.393814,9.817191 362: -105.75319,11.926566 - 4050: -24.176365,-31.187471 - 4051: -8.777928,-28.609346 - 4069: 67.818695,-5.2331934 - 4243: -36.177177,-21.855759 - 4261: -106.47833,9.241646 - 4442: 22.541536,39.08815 - 4443: 9.814974,35.44362 - 4670: 46.1468,-0.7615123 - 4702: 1.3932085,51.47611 - 4703: 0.7525835,54.61237 - 6547: 31.918331,-17.062832 - 6548: 27.27747,-16.844082 - 6604: -60.134315,9.024728 + 4021: -24.176365,-31.187471 + 4022: -8.777928,-28.609346 + 4040: 67.818695,-5.2331934 + 4214: -36.177177,-21.855759 + 4232: -106.47833,9.241646 + 4413: 22.541536,39.08815 + 4414: 9.814974,35.44362 + 4613: 46.1468,-0.7615123 + 4645: 1.3932085,51.47611 + 4646: 0.7525835,54.61237 + 6473: 31.918331,-17.062832 + 6474: 27.27747,-16.844082 + 6530: -60.134315,9.024728 - node: color: '#FFFFFFFF' id: Bushf1 @@ -5209,19 +5193,19 @@ entities: 171: 13,-52 251: 64,8 369: -102.300064,6.192191 - 4140: 53.982315,-4.4730234 - 4141: 56.876846,-4.3675547 - 4142: 63.521378,-4.3675547 - 4143: 72.77919,-4.672242 - 4144: 65.326065,-13.215211 - 4145: 63.521378,-11.827433 - 4146: 66.76747,-21.307901 - 4147: 62.021378,-25.593042 - 4148: 67.21278,-24.245386 - 4149: 57.849846,-28.077417 - 4150: 53.478752,-27.608667 - 4151: 49.599846,-25.207119 - 4152: 50.713127,-17.428339 + 4111: 53.982315,-4.4730234 + 4112: 56.876846,-4.3675547 + 4113: 63.521378,-4.3675547 + 4114: 72.77919,-4.672242 + 4115: 65.326065,-13.215211 + 4116: 63.521378,-11.827433 + 4117: 66.76747,-21.307901 + 4118: 62.021378,-25.593042 + 4119: 67.21278,-24.245386 + 4120: 57.849846,-28.077417 + 4121: 53.478752,-27.608667 + 4122: 49.599846,-25.207119 + 4123: 50.713127,-17.428339 - node: color: '#FFFFFFFF' id: Bushf2 @@ -5234,44 +5218,44 @@ entities: id: Bushf3 decals: 247: 75,13 - 3755: 9.066714,-41.41747 - 3756: 13.218527,-38.625637 - 3757: -1.2923951,-11.308496 + 3726: 9.066714,-41.41747 + 3727: 13.218527,-38.625637 + 3728: -1.2923951,-11.308496 - node: color: '#FFFFFFFF' id: Bushg4 decals: - 3752: 5.063496,-47.319897 - 4065: 58.594654,-6.3586936 - 4077: 54.488796,-3.3138347 - 4078: 53.633327,-1.0169597 - 4079: 62.60989,-6.442741 - 4080: 68.45755,-5.177116 - 4081: 74.16458,-5.270866 - 4082: 53.258327,-7.368522 - 4083: 55.461452,-13.006857 - 4084: 65.56302,-22.65142 - 4085: 60.09036,-26.41314 - 4086: 54.301296,-27.374077 - 4087: 50.352077,-26.237358 - 4088: 49.625515,-24.72564 - 4244: -36.001396,-22.922165 - 4245: -35.49749,-22.336227 - 4246: -44.30999,-5.539646 - 4247: -81.8269,13.409887 - 4248: -81.24096,14.968481 - 4249: -81.70971,15.988012 - 4250: -81.006584,17.452856 - 4251: -88.282814,12.964575 - 4252: -89.07437,12.519262 - 4253: -88.72281,17.523169 - 4254: -88.874985,3.0756955 - 4255: -88.501915,2.7552567 - 4256: -88.04488,0.95056915 - 4257: -94.36687,3.4232254 - 4258: -96.077805,1.9466629 - 4259: -100.76816,3.8184528 - 4260: -100.44003,4.3575153 + 3723: 5.063496,-47.319897 + 4036: 58.594654,-6.3586936 + 4048: 54.488796,-3.3138347 + 4049: 53.633327,-1.0169597 + 4050: 62.60989,-6.442741 + 4051: 68.45755,-5.177116 + 4052: 74.16458,-5.270866 + 4053: 53.258327,-7.368522 + 4054: 55.461452,-13.006857 + 4055: 65.56302,-22.65142 + 4056: 60.09036,-26.41314 + 4057: 54.301296,-27.374077 + 4058: 50.352077,-26.237358 + 4059: 49.625515,-24.72564 + 4215: -36.001396,-22.922165 + 4216: -35.49749,-22.336227 + 4217: -44.30999,-5.539646 + 4218: -81.8269,13.409887 + 4219: -81.24096,14.968481 + 4220: -81.70971,15.988012 + 4221: -81.006584,17.452856 + 4222: -88.282814,12.964575 + 4223: -89.07437,12.519262 + 4224: -88.72281,17.523169 + 4225: -88.874985,3.0756955 + 4226: -88.501915,2.7552567 + 4227: -88.04488,0.95056915 + 4228: -94.36687,3.4232254 + 4229: -96.077805,1.9466629 + 4230: -100.76816,3.8184528 + 4231: -100.44003,4.3575153 - node: color: '#FFFFFFFF' id: Bushh1 @@ -5281,26 +5265,26 @@ entities: 147: 71,-6 148: 58,0 208: -24,18 - 3737: 42.906937,-11.0667305 - 3824: -30.793852,18.267889 - 3825: -31.28604,17.857733 - 4052: -24.621677,-29.41794 - 4053: -24.527927,-31.984348 - 4054: -8.508397,-30.390596 - 4055: 14.481334,-38.60922 - 4056: 19.515272,-38.722622 - 4057: 30.546476,-36.59626 - 4058: 33.399643,-36.98298 - 4066: 51.592796,-17.105461 - 4076: 53.281765,-3.1966472 - 4279: -89.2827,13.322316 - 4280: -87.86473,16.017628 - 4281: -80.82176,11.740285 - 6579: 37.616062,21.238317 - 6580: 46.427296,21.230505 - 6581: 44.458797,13.420872 - 6582: -0.83810425,34.107063 - 6583: 0.021270752,36.677376 + 3708: 42.906937,-11.0667305 + 3795: -30.793852,18.267889 + 3796: -31.28604,17.857733 + 4023: -24.621677,-29.41794 + 4024: -24.527927,-31.984348 + 4025: -8.508397,-30.390596 + 4026: 14.481334,-38.60922 + 4027: 19.515272,-38.722622 + 4028: 30.546476,-36.59626 + 4029: 33.399643,-36.98298 + 4037: 51.592796,-17.105461 + 4047: 53.281765,-3.1966472 + 4250: -89.2827,13.322316 + 4251: -87.86473,16.017628 + 4252: -80.82176,11.740285 + 6505: 37.616062,21.238317 + 6506: 46.427296,21.230505 + 6507: 44.458797,13.420872 + 6508: -0.83810425,34.107063 + 6509: 0.021270752,36.677376 - node: color: '#FFFFFFFF' id: Bushh3 @@ -5314,36 +5298,37 @@ entities: decals: 172: -3,-48 207: -17,18 - 4097: 58.069717,-6.448056 - 4098: 60.39003,-8.088681 - 4099: 66.57753,-6.7879 - 4100: 67.23378,-2.2761812 - 4101: 70.57362,-1.3738375 - 4102: 75.436905,-2.2527437 - 4103: 72.343155,-6.4363375 - 4104: 55.585342,-2.241025 - 4105: 58.611607,-12.025141 - 4106: 55.892857,-12.611078 - 4107: 56.537388,-12.611078 - 4108: 62.560825,-10.2556095 - 4109: 62.865513,-10.8181095 - 4110: 67.16629,-20.122797 - 4111: 66.77957,-20.532953 - 4112: 65.5491,-24.353764 - 4113: 61.22571,-26.02222 - 4114: 61.448368,-26.444096 - 4115: 59.35071,-27.557377 - 4116: 52.460087,-27.194096 - 4117: 50.397587,-26.186283 + 4068: 58.069717,-6.448056 + 4069: 60.39003,-8.088681 + 4070: 66.57753,-6.7879 + 4071: 67.23378,-2.2761812 + 4072: 70.57362,-1.3738375 + 4073: 75.436905,-2.2527437 + 4074: 72.343155,-6.4363375 + 4075: 55.585342,-2.241025 + 4076: 58.611607,-12.025141 + 4077: 55.892857,-12.611078 + 4078: 56.537388,-12.611078 + 4079: 62.560825,-10.2556095 + 4080: 62.865513,-10.8181095 + 4081: 67.16629,-20.122797 + 4082: 66.77957,-20.532953 + 4083: 65.5491,-24.353764 + 4084: 61.22571,-26.02222 + 4085: 61.448368,-26.444096 + 4086: 59.35071,-27.557377 + 4087: 52.460087,-27.194096 + 4088: 50.397587,-26.186283 - node: color: '#FFFFFFFF' id: Bushi2 decals: 260: 66,-3 353: -102.331314,7.207816 - 4118: 52.108524,-27.53394 - 4119: 59.6554,-26.948002 - 6412: -37.32839,-33.615314 + 4089: 52.108524,-27.53394 + 4090: 59.6554,-26.948002 + 6338: -37.32839,-33.615314 + 6637: -13.85896,71.22 - node: color: '#FFFFFFFF' id: Bushi3 @@ -5353,78 +5338,76 @@ entities: 257: 52,-15 354: -101.94069,6.645316 355: -107.768814,9.239066 - 4570: -17.382242,55.28696 - 4571: -16.433023,49.884617 - 4619: -26.578676,-14.086744 - 4620: -20.547426,-14.055494 - 4621: -15.531801,-13.867994 - 6546: 30.879269,-17.070644 - 6578: 36.811375,20.988317 + 4519: -17.382242,55.28696 + 4520: -16.433023,49.884617 + 4563: -26.578676,-14.086744 + 4564: -20.547426,-14.055494 + 6472: 30.879269,-17.070644 + 6504: 36.811375,20.988317 - node: color: '#FFFFFFFF' id: Bushi4 decals: - 3753: -2.9872854,-48.485737 - 3754: 5.0869336,-47.735737 - 4120: 50.4679,-18.136845 - 4121: 55.29607,-13.119765 - 4122: 63.37029,-11.514297 - 4123: 62.725758,-11.186172 - 4124: 60.288258,-9.13539 - 4125: 60.135914,-8.631484 - 4126: 60.581226,-8.408828 - 4127: 55.905445,-2.656845 - 6411: -37.758076,-33.16219 + 3724: -2.9872854,-48.485737 + 3725: 5.0869336,-47.735737 + 4091: 50.4679,-18.136845 + 4092: 55.29607,-13.119765 + 4093: 63.37029,-11.514297 + 4094: 62.725758,-11.186172 + 4095: 60.288258,-9.13539 + 4096: 60.135914,-8.631484 + 4097: 60.581226,-8.408828 + 4098: 55.905445,-2.656845 + 6337: -37.758076,-33.16219 - node: color: '#FFFFFFFF' id: Bushj2 decals: - 4439: 13.119661,34.4944 - 4440: 21.920443,36.205338 - 4441: 22.752474,39.38112 + 4410: 13.119661,34.4944 + 4411: 21.920443,36.205338 + 4412: 22.752474,39.38112 - node: color: '#FFFFFFFF' id: Bushj3 decals: - 4128: 54.428883,-1.0748138 - 4129: 54.428883,-4.063095 - 4130: 56.70232,-3.6998138 - 4131: 62.831226,-9.699814 - 4132: 58.3781,-12.125595 - 4133: 53.363544,-14.035416 - 4134: 49.414326,-20.189419 - 4135: 58.055847,-27.474571 - 4136: 65.59101,-23.30963 - 4137: 67.81218,-14.928173 - 4138: 67.50614,-5.3519297 - 4139: 71.11552,-5.3636484 + 4099: 54.428883,-1.0748138 + 4100: 54.428883,-4.063095 + 4101: 56.70232,-3.6998138 + 4102: 62.831226,-9.699814 + 4103: 58.3781,-12.125595 + 4104: 53.363544,-14.035416 + 4105: 49.414326,-20.189419 + 4106: 58.055847,-27.474571 + 4107: 65.59101,-23.30963 + 4108: 67.81218,-14.928173 + 4109: 67.50614,-5.3519297 + 4110: 71.11552,-5.3636484 - node: color: '#FFFFFFFF' id: Bushk1 decals: 137: 55,-9 271: 31,-37 - 3826: -27.53604,17.799139 - 4484: -13.987451,77.15054 - 4485: 16.034712,73.68179 - 4486: 8.218306,71.36148 - 4566: -16.79256,50.545914 - 4567: -16.909748,47.276382 - 4574: -32.315296,-0.5816544 - 4575: -44.33498,-1.2191677 - 4576: -41.3467,-9.703543 - 4577: -10.496473,-53.210663 - 4578: 4.6561537,-46.97945 - 4579: 9.186384,-44.058086 - 4580: 41.453693,-29.955482 - 4581: 60.86173,-28.141144 - 4582: 68.20961,-12.918012 - 4583: 75.13539,0.078846216 - 4584: 68.50344,0.16087747 - 4585: 46.415348,5.7034583 - 4586: 44.259098,12.3333845 - 4587: 58.00519,8.1612835 - 4701: 0.7213335,50.679234 + 3797: -27.53604,17.799139 + 4448: -13.987451,77.15054 + 4449: 16.034712,73.68179 + 4515: -16.79256,50.545914 + 4516: -16.909748,47.276382 + 4523: -32.315296,-0.5816544 + 4524: -44.33498,-1.2191677 + 4525: -41.3467,-9.703543 + 4526: -10.496473,-53.210663 + 4527: 4.6561537,-46.97945 + 4528: 9.186384,-44.058086 + 4529: 41.453693,-29.955482 + 4530: 60.86173,-28.141144 + 4531: 68.20961,-12.918012 + 4532: 75.13539,0.078846216 + 4533: 68.50344,0.16087747 + 4534: 46.415348,5.7034583 + 4535: 44.259098,12.3333845 + 4536: 58.00519,8.1612835 + 4644: 0.7213335,50.679234 - node: color: '#FFFFFFFF' id: Bushk2 @@ -5433,25 +5416,26 @@ entities: 258: 52,-16 259: 66,-9 357: -101.143814,5.270316 - 4067: 63.201508,-6.276162 - 4068: 55.58432,-2.9949121 - 4089: 49.531765,-19.440483 - 4090: 49.520046,-24.842827 - 4091: 60.35989,-26.49517 - 4092: 66.04349,-22.37017 - 4093: 69.066925,-19.405327 - 4094: 66.629425,-13.829832 - 4095: 64.70755,-12.892332 - 4096: 66.93411,-5.1350956 - 4437: 9.451693,35.72487 - 4438: 12.533724,34.799088 - 6584: 0.07595825,34.04807 + 4038: 63.201508,-6.276162 + 4039: 55.58432,-2.9949121 + 4060: 49.531765,-19.440483 + 4061: 49.520046,-24.842827 + 4062: 60.35989,-26.49517 + 4063: 66.04349,-22.37017 + 4064: 69.066925,-19.405327 + 4065: 66.629425,-13.829832 + 4066: 64.70755,-12.892332 + 4067: 66.93411,-5.1350956 + 4408: 9.451693,35.72487 + 4409: 12.533724,34.799088 + 6510: 0.07595825,34.04807 - node: color: '#FFFFFFFF' id: Bushk3 decals: 358: -102.06569,2.9734414 - 6561: 1.882721,-38.060734 + 6487: 1.882721,-38.060734 + 6644: -13.937085,69.75079 - node: color: '#FFFFFFFF' id: Bushl2 @@ -5461,49 +5445,48 @@ entities: color: '#FFFFFFFF' id: Bushl3 decals: - 4487: 5.9389944,71.38492 - 4488: -13.600202,75.158356 - 4489: 15.641865,77.71304 + 4450: -13.600202,75.158356 + 4451: 15.641865,77.71304 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 4547: -17.366714,59.025 - 4548: -16.417496,58.0875 - 4593: -27.578676,-13.774244 + 4496: -17.366714,59.025 + 4497: -16.417496,58.0875 - node: color: '#FFFFFFFF' id: Bushm1 decals: 199: 3,9 - 4568: -16.61678,46.93654 - 4569: -17.26131,56.967907 + 4517: -16.61678,46.93654 + 4518: -17.26131,56.967907 + 6638: -13.405835,69.4075 - node: color: '#FFFFFFFF' id: Bushm2 decals: 359: -101.09694,2.8484414 - 3827: -23.610258,18.150702 - 4074: 53.50442,-6.8880534 - 4075: 53.69192,-3.2786784 - 4490: 15.899677,73.283356 - 4491: -13.56775,73.763824 + 3798: -23.610258,18.150702 + 4045: 53.50442,-6.8880534 + 4046: 53.69192,-3.2786784 + 4452: 15.899677,73.283356 + 4453: -13.56775,73.763824 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 4072: 59.046852,-6.428506 - 4073: 62.62107,-9.01835 + 4043: 59.046852,-6.428506 + 4044: 62.62107,-9.01835 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 3759: -1.3741928,-7.263622 - 4064: 55.043873,-6.253225 - 4171: 58.0147,-3.0305514 - 4172: 47.043705,0.5114244 - 4173: 47.47435,0.95306015 - 4174: 55.576187,8.312037 + 3730: -1.3741928,-7.263622 + 4035: 55.043873,-6.253225 + 4142: 58.0147,-3.0305514 + 4143: 47.043705,0.5114244 + 4144: 47.47435,0.95306015 + 4145: 55.576187,8.312037 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -5520,1542 +5503,1527 @@ entities: 153: 3,-9 173: -11,-51 212: 5,25 - 4048: -23.930271,-30.320284 - 4059: 28.395735,-36.87751 - 4060: 49.579803,-25.76604 - 4061: 64.6325,-5.2884035 - 4062: 65.12469,-5.546216 - 4063: 74.26534,-0.3352561 - 4492: -13.602906,77.607574 - 4565: -16.999838,55.935135 - 4671: 46.30305,-3.6521373 + 4019: -23.930271,-30.320284 + 4030: 28.395735,-36.87751 + 4031: 49.579803,-25.76604 + 4032: 64.6325,-5.2884035 + 4033: 65.12469,-5.546216 + 4034: 74.26534,-0.3352561 + 4454: -13.602906,77.607574 + 4514: -16.999838,55.935135 + 4614: 46.30305,-3.6521373 - node: color: '#FFFFFFFF' id: Delivery decals: - 2193: -47,33 - 2194: -46,33 - 2830: 45,36 - 2831: 46,36 - 2832: 47,36 - 4710: -101,52 - 4711: -101,51 - 4712: -101,50 - 4713: -100,51 - 4714: -99,51 - 4715: -98,51 - 4716: -99,52 - 4717: -109,58 - 4718: -106,55 - 4719: -117,58 - 4720: -120,55 - 4721: -120,47 - 4722: -117,44 - 4723: -109,44 - 4724: -106,47 - 4725: -102,52 - 4726: -102,51 - 4727: -102,50 - 6361: 69,-9 - 6362: 70,-9 - 6363: 72,-9 - 6364: 73,-9 - 6365: -43,38 - 6366: -42,38 - 6367: -41,38 - 6368: -40,38 - 6369: -60,60 - 6370: -60,59 - 6371: -54,60 - 6372: -54,59 - 6385: 28,38 + 2164: -47,33 + 2165: -46,33 + 2801: 45,36 + 2802: 46,36 + 2803: 47,36 + 4653: -101,52 + 4654: -101,51 + 4655: -101,50 + 4656: -100,51 + 4657: -99,51 + 4658: -98,51 + 4659: -99,52 + 4660: -109,58 + 4661: -106,55 + 4662: -117,58 + 4663: -120,55 + 4664: -120,47 + 4665: -117,44 + 4666: -109,44 + 4667: -106,47 + 4668: -102,52 + 4669: -102,51 + 4670: -102,50 + 6291: 69,-9 + 6292: 70,-9 + 6293: 72,-9 + 6294: 73,-9 + 6295: -43,38 + 6296: -42,38 + 6297: -41,38 + 6298: -40,38 + 6311: 28,38 - node: color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 4728: -119,49 - 4729: -119,50 - 4730: -119,51 - 4731: -119,52 - 4732: -119,53 - 4733: -115,57 - 4734: -114,57 - 4735: -113,57 - 4736: -112,57 - 4737: -111,57 - 4738: -115,45 - 4739: -114,45 - 4740: -113,45 - 4741: -112,45 - 4742: -111,45 - 4743: -113,51 + 4671: -119,49 + 4672: -119,50 + 4673: -119,51 + 4674: -119,52 + 4675: -119,53 + 4676: -115,57 + 4677: -114,57 + 4678: -113,57 + 4679: -112,57 + 4680: -111,57 + 4681: -115,45 + 4682: -114,45 + 4683: -113,45 + 4684: -112,45 + 4685: -111,45 + 4686: -113,51 - node: color: '#91D4FFFF' id: DiagonalOverlay decals: - 2362: 1,3 - 2363: 1,2 - 2364: 0,2 - 2365: 1,1 - 2366: 2,2 + 2333: 1,3 + 2334: 1,2 + 2335: 0,2 + 2336: 1,1 + 2337: 2,2 - node: color: '#FFFFFFFF' id: DirtHeavy decals: - 6403: -79,-23 - 6404: -72,-23 - 6405: -67,-24 + 6329: -79,-23 + 6330: -72,-23 + 6331: -67,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 4914: -55,9 - 4915: -55,11 - 4916: -55,13 - 4917: -51,13 - 4918: -49,11 - 4919: -49,17 - 4920: -52,21 - 4921: -50,25 - 4922: -48,30 - 4923: -53,30 - 4924: -56,25 - 4925: -59,22 - 4926: -63,22 - 4927: -63,24 - 4928: -64,29 - 4929: -60,32 - 4930: -61,35 - 4931: -70,20 - 4932: -70,19 - 4933: -68,22 - 4934: -70,28 - 4935: -70,32 - 4936: -66,34 - 4937: -62,35 - 4938: -56,36 - 4939: -47,34 - 4940: -41,40 - 4941: -45,40 - 4942: -55,45 - 4943: -55,48 - 4944: -53,53 - 4945: -58,56 - 4946: -60,58 - 4947: -46,60 - 4948: -42,60 - 4949: -43,64 - 4950: -44,65 - 4951: -42,66 - 4952: -39,67 - 4953: -36,65 - 4954: -40,61 - 4955: -34,64 - 4956: -31,64 - 4957: -26,64 - 4958: -27,59 - 4959: -28,56 - 4960: -26,55 - 4961: -23,54 - 4962: -20,54 - 4963: -21,64 - 4964: -20,63 - 4965: -23,67 - 4966: -18,66 - 4967: -16,67 - 4968: -28,67 - 4969: -9,66 - 4970: -12,67 - 4971: -5,68 - 4972: -3,66 - 4973: -3,64 - 4974: -9,63 - 4975: -1,61 - 4976: 0,60 - 4977: -4,59 - 4978: -9,58 - 4979: -12,58 - 4980: -20,58 - 4981: 2,58 - 4982: 2,69 - 4983: 5,69 - 4984: 1,71 - 4985: -8,74 - 4986: -4,73 - 4987: 3,78 - 4988: 6,76 - 4989: 14,65 - 4990: 8,65 - 4991: 7,65 - 4992: 5,65 - 4993: 2,63 - 4994: 0,56 - 4995: -1,53 - 4996: 0,52 - 4997: 2,50 - 4998: 7,52 - 4999: 16,56 - 5000: 20,54 - 5001: 17,47 - 5002: 17,45 - 5003: 19,41 - 5004: 16,37 - 5005: 20,36 - 5006: 27,44 - 5007: 22,45 - 5008: 28,39 - 5009: 27,49 - 5010: 6,45 - 5011: 4,41 - 5012: 7,38 - 5013: 4,38 - 5014: 4,37 - 5015: 2,37 - 5016: 1,35 - 5017: 0,42 - 5018: -2,41 - 5019: -2,30 - 5020: -3,26 - 5021: 2,27 - 5022: 0,26 - 5023: 1,23 - 5024: 4,21 - 5025: 7,22 - 5026: 12,21 - 5027: 16,20 - 5028: 19,19 - 5029: 20,23 - 5030: 17,28 - 5031: 26,27 - 5032: 31,26 - 5033: 31,29 - 5034: 36,29 - 5035: 40,28 - 5036: 38,29 - 5037: 35,25 - 5038: 38,23 - 5039: 39,33 - 5040: 38,36 - 5041: 35,35 - 5042: 29,32 - 5043: 21,32 - 5044: 14,32 - 5045: 7,32 - 5046: 35,42 - 5047: 32,44 - 5048: 32,47 - 5049: 29,46 - 5050: 35,49 - 5051: 41,49 - 5052: 43,50 - 5053: 47,48 - 5054: 46,47 - 5055: 42,46 - 5056: 52,50 - 5057: 56,51 - 5058: 58,52 - 5059: 56,53 - 5060: 58,54 - 5061: 58,56 - 5062: 60,58 - 5063: 60,56 - 5064: 55,56 - 5065: 53,61 - 5066: 56,61 - 5067: 56,62 - 5068: 56,65 - 5069: 55,66 - 5070: 56,68 - 5071: 55,70 - 5072: 61,70 - 5073: 64,70 - 5074: 66,70 - 5075: 69,68 - 5076: 74,68 - 5077: 75,68 - 5078: 78,61 - 5079: 72,55 - 5080: 65,55 - 5081: 65,61 - 5082: 75,56 - 5083: 75,50 - 5084: 65,49 - 5085: 63,52 - 5086: 71,48 - 5087: 73,48 - 5088: 72,49 - 5089: 78,47 - 5090: 80,49 - 5091: 75,48 - 5092: 79,44 - 5093: 67,43 - 5094: 66,39 - 5095: 59,43 - 5096: 69,40 - 5097: 61,36 - 5098: 64,38 - 5099: 54,38 - 5100: 64,39 - 5101: 58,43 - 5102: 63,44 - 5103: 60,47 - 5104: 65,47 - 5105: 64,44 - 5106: 70,36 - 5107: 76,35 - 5108: 72,32 - 5109: 77,35 - 5110: 78,32 - 5111: 78,32 - 5112: 73,31 - 5113: 85,30 - 5114: 87,32 - 5115: 85,29 - 5116: 86,30 - 5117: 95,30 - 5118: 90,29 - 5119: 88,29 - 5120: 90,28 - 5121: 95,29 - 5122: 95,35 - 5123: 95,40 - 5124: 97,39 - 5125: 98,35 - 5126: 99,30 - 5127: 100,27 - 5128: 98,25 - 5129: 95,24 - 5130: 91,23 - 5131: 90,23 - 5132: 86,24 - 5133: 85,23 - 5134: 84,25 - 5135: 79,27 - 5136: 77,29 - 5137: 75,28 - 5138: 75,26 - 5139: 71,28 - 5140: 70,32 - 5141: 68,32 - 5142: 64,33 - 5143: 62,33 - 5144: 59,32 - 5145: 55,32 - 5146: 52,32 - 5147: 52,39 - 5148: 58,42 - 5149: 67,47 - 5150: 65,49 - 5151: 66,47 - 5152: 68,48 - 5153: 72,54 - 5154: 75,55 - 5155: 72,58 - 5156: 70,61 - 5157: 71,66 - 5158: 79,66 - 5159: 82,66 - 5160: 87,66 - 5161: 80,68 - 5162: 83,68 - 5163: 88,67 - 5164: 88,65 - 5165: 89,63 - 5166: 93,62 - 5167: 84,62 - 5168: 81,55 - 5169: 81,54 - 5170: 89,55 - 5171: 95,54 - 5172: 93,50 - 5173: 92,49 - 5174: 89,49 - 5175: 86,52 - 5176: 82,50 - 5177: 84,48 - 5178: 87,46 - 5179: 89,46 - 5180: 88,42 - 5181: 94,41 - 5182: 93,37 - 5183: 90,33 - 5184: 90,31 - 5185: 95,31 - 5186: 100,31 - 5187: 99,38 - 5188: 85,20 - 5189: 85,14 - 5190: 84,9 - 5191: 84,7 - 5192: 80,4 - 5193: 78,3 - 5194: 85,11 - 5195: 79,0 - 5196: 80,-3 - 5197: 80,-8 - 5198: 77,-12 - 5199: 72,-15 - 5200: 74,-17 - 5201: 76,-17 - 5202: 68,-18 - 5203: 67,-16 - 5204: 60,-10 - 5205: 60,-12 - 5206: 56,-14 - 5207: 54,-16 - 5208: 49,-22 - 5209: 50,-23 - 5210: 52,-26 - 5211: 55,-27 - 5212: 57,-28 - 5213: 60,-26 - 5214: 64,-23 - 5215: 65,-22 - 5216: 61,-10 - 5217: 61,-8 - 5218: 56,-5 - 5219: 54,-5 - 5220: 54,-2 - 5221: 50,-2 - 5222: 50,-6 - 5223: 49,-7 - 5224: 51,-9 - 5225: 50,2 - 5226: 48,5 - 5227: 49,12 - 5228: 49,14 - 5229: 43,19 - 5230: 41,20 - 5231: 46,18 - 5232: 38,18 - 5233: 34,19 - 5234: 32,16 - 5235: 30,15 - 5236: 33,15 - 5237: 33,12 - 5238: 31,10 - 5239: 27,10 - 5240: 25,12 - 5241: 24,15 - 5242: 25,16 - 5243: 26,16 - 5244: 26,12 - 5245: 23,9 - 5246: 26,9 - 5247: 31,6 - 5248: 21,7 - 5249: 19,5 - 5250: 12,7 - 5251: 9,7 - 5252: 9,9 - 5253: 7,12 - 5254: 6,14 - 5255: 11,15 - 5256: 11,12 - 5257: 8,3 - 5258: 5,3 - 5259: 0,6 - 5260: -3,4 - 5261: -4,6 - 5262: -7,10 - 5263: -8,12 - 5264: -9,14 - 5265: -4,14 - 5266: -12,12 - 5267: -16,12 - 5268: -26,13 - 5269: -28,13 - 5270: -35,14 - 5271: -35,15 - 5272: -33,11 - 5273: -38,11 - 5274: -41,10 - 5275: -40,12 - 5276: -39,9 - 5277: -37,8 - 5278: -40,8 - 5279: -35,7 - 5280: -37,5 - 5281: -33,2 - 5282: -35,-5 - 5283: -32,-5 - 5284: -28,-2 - 5285: -20,-3 - 5286: -17,-2 - 5287: -16,-3 - 5288: -15,5 - 5289: -23,7 - 5290: -27,6 - 5291: -27,1 - 5292: -28,3 - 5293: -21,3 - 5294: -15,1 - 5295: -12,-2 - 5296: -13,-5 - 5297: -23,-5 - 5298: -20,-6 - 5299: -6,1 - 5300: -2,3 - 5301: 0,-2 - 5302: 0,-6 - 5303: 2,-8 - 5304: 2,-12 - 5305: 0,-11 - 5306: -2,-15 - 5307: -7,-16 - 5308: -13,-16 - 5309: -17,-16 - 5310: -12,-14 - 5311: -22,-15 - 5312: -26,-17 - 5313: -32,-15 - 5314: -33,-11 - 5315: -32,-9 - 5316: -38,-15 - 5317: -40,-16 - 5318: -45,-14 - 5319: -44,-12 - 5320: -46,-10 - 5321: -48,-8 - 5322: -49,-15 - 5323: -50,-20 - 5324: -53,-17 - 5325: -54,-22 - 5326: -49,-25 - 5327: -47,-28 - 5328: -50,-29 - 5329: -56,-24 - 5330: -57,-18 - 5331: -56,-16 - 5332: -56,-25 - 5333: -50,-30 - 5334: -39,-30 - 5335: -36,-30 - 5336: -31,-29 - 5337: -33,-26 - 5338: -33,-20 - 5339: -21,-21 - 5340: -20,-25 - 5341: -22,-25 - 5342: -20,-23 - 5343: -15,-25 - 5344: -14,-21 - 5345: -17,-22 - 5346: -7,-21 - 5347: -12,-19 - 5348: -8,-25 - 5349: -10,-25 - 5350: -4,-24 - 5351: -4,-19 - 5352: -5,-28 - 5353: -7,-29 - 5354: -6,-31 - 5355: -6,-30 - 5356: 0,-29 - 5357: 0,-26 - 5358: 2,-25 - 5359: 1,-23 - 5360: 2,-19 - 5361: -2,-18 - 5362: 3,-16 - 5363: 4,-21 - 5364: 4,-26 - 5365: 8,-28 - 5366: 9,-30 - 5367: 9,-33 - 5368: 11,-34 - 5369: 11,-23 - 5370: 9,-21 - 5371: 8,-26 - 5372: 14,-24 - 5373: 14,-21 - 5374: 13,-22 - 5375: 15,-19 - 5376: 17,-20 - 5377: 18,-22 - 5378: 23,-19 - 5379: 27,-19 - 5380: 29,-22 - 5381: 30,-22 - 5382: 29,-25 - 5383: 32,-23 - 5384: 33,-24 - 5385: 37,-23 - 5386: 38,-26 - 5387: 38,-33 - 5388: 39,-34 - 5389: 33,-35 - 5390: 22,-30 - 5391: 24,-24 - 5392: 24,-25 - 5393: 19,-25 - 5394: 22,-35 - 5395: 17,-34 - 5396: 7,-28 - 5397: 9,-26 - 5398: 6,-37 - 5399: 0,-33 - 5400: 2,-33 - 5401: -4,-38 - 5402: -2,-40 - 5403: -1,-43 - 5404: 1,-40 - 5405: 2,-44 - 5406: -2,-45 - 5407: -1,-45 - 5408: 0,-48 - 5409: 2,-50 - 5410: 6,-52 - 5411: 7,-51 - 5412: 8,-53 - 5413: -3,-52 - 5414: -4,-53 - 5415: -8,-53 - 5416: -8,-51 - 5417: -3,-51 - 5418: -9,-41 - 5419: -12,-42 - 5420: -14,-39 - 5421: -13,-36 - 5422: -14,-34 - 5423: -20,-35 - 5424: -19,-38 - 5425: -17,-43 - 5426: -16,-44 - 5427: -23,-43 - 5428: -31,-42 - 5429: -37,-44 - 5430: -42,-42 - 5431: -46,-43 - 5432: -48,-43 - 5433: -51,-45 - 5434: -50,-49 - 5435: -49,-49 - 5436: -47,-37 - 5437: -52,-37 - 5438: -57,-37 - 5439: -58,-34 - 5440: -60,-33 - 5441: -61,-33 - 5442: -63,-29 - 5443: -62,-26 - 5444: -60,-24 - 5445: -59,-23 - 5446: -59,-19 - 5447: -59,-17 - 5448: -60,-12 - 5449: -57,-12 - 5450: -58,-9 - 5451: -62,-7 - 5452: -62,-8 - 5453: -59,-4 - 5454: -62,-4 - 5455: -61,-5 - 5456: -58,-2 - 5457: -53,-4 - 5458: -52,-3 - 5459: -49,-3 - 5460: -46,-6 - 5461: -44,-11 - 5462: -46,4 - 5463: -49,7 - 5464: -47,10 - 5465: -44,10 - 5466: -45,14 - 5467: -50,13 - 5468: -53,11 - 5469: -54,7 - 5470: -60,8 - 5471: -64,7 - 5472: -66,9 - 5473: -54,14 - 5474: -56,14 - 5475: -62,17 - 5476: -63,15 - 5477: -57,21 - 5478: -59,24 - 5479: -57,26 - 5480: -55,23 - 5481: -65,27 - 5482: -53,31 - 5483: -51,12 - 5484: -58,4 - 5485: -59,1 - 5486: -61,0 - 5487: -60,-2 - 5488: -66,3 - 5489: -65,-2 - 5490: -66,-4 - 5491: -66,-7 - 5492: -69,-7 - 5493: -74,-7 - 5494: -76,-3 - 5495: -75,-3 - 5496: -78,0 - 5497: -79,7 - 5498: -81,9 - 5499: -84,7 - 5500: -84,6 - 5501: -86,6 - 5502: -86,10 - 5503: -86,2 - 5504: -84,0 - 5505: -87,-4 - 5506: -89,-5 - 5507: -87,-6 - 5508: -80,-4 - 5509: -80,-6 - 5510: -94,1 - 5511: -94,-1 - 5512: -95,-4 - 5513: -97,-3 - 5514: -96,-8 - 5515: -95,-10 - 5516: -97,-13 - 5517: -92,-3 - 5518: -94,-6 - 5519: -92,-6 - 5520: -89,-2 - 5521: -97,4 - 5522: -98,4 - 5523: -97,11 - 5524: -99,8 - 5525: -93,8 - 5526: -90,8 - 5527: -90,7 - 5528: -92,13 - 5529: -96,17 - 5530: -97,19 - 5531: -96,21 - 5532: -96,24 - 5533: -97,27 - 5534: -92,21 - 5535: -92,19 - 5536: -93,23 - 5537: -89,21 - 5538: -86,20 - 5539: -82,21 - 5540: -78,21 - 5541: -74,24 - 5542: -73,28 - 5543: -73,31 - 5544: -74,34 - 5545: -73,37 - 5546: -72,36 - 5547: -82,38 - 5548: -86,36 - 5549: -93,37 - 5550: -95,39 - 5551: -99,37 - 5552: -106,38 - 5553: -108,37 - 5554: -109,37 - 5555: -108,37 - 5556: -116,37 - 5557: -114,37 - 5558: -115,34 - 5559: -115,31 - 5560: -114,28 - 5561: -114,23 - 5562: -115,20 - 5563: -113,16 - 5564: -115,13 - 5565: -114,8 - 5566: -113,7 - 5567: -113,4 - 5568: -114,-3 - 5569: -115,-6 - 5570: -113,-11 - 5571: -113,-13 - 5572: -115,-14 - 5573: -113,-17 - 5574: -115,-21 - 5575: -109,-21 - 5576: -108,-20 - 5577: -104,-23 - 5578: -101,-21 - 5579: -97,-20 - 5580: -94,-22 - 5581: -89,-21 - 5582: -85,-22 - 5583: -87,-20 - 5584: -84,-21 - 5585: -86,-17 - 5586: -92,0 - 5587: -100,28 - 5588: -104,36 - 5589: -100,49 - 5590: -96,50 - 5591: -97,52 - 5592: -102,47 - 5593: -112,50 - 5594: -110,59 - 5595: -87,50 - 5596: -79,51 - 5597: -75,52 - 5598: -68,50 - 5599: -66,47 - 5600: -60,50 - 5601: -56,57 - 5602: -42,63 - 5603: -32,72 - 5604: -27,75 - 5605: -22,74 - 5606: -22,72 - 5607: -16,70 - 5608: -7,71 - 5609: -2,71 - 5610: -9,74 - 5611: 18,11 - 5612: 21,9 - 5613: 15,12 - 5614: 20,2 - 5615: 26,0 - 5616: 27,1 - 5617: 36,3 - 5618: 33,-1 - 5619: 20,-8 - 5620: 15,-3 - 5621: 16,0 - 5622: 7,-5 - 5623: 7,-8 - 5624: 5,-8 - 5625: 6,-10 - 5626: 7,-12 - 5627: 13,-11 - 5628: 12,-12 - 5629: 10,-12 - 5630: 8,-6 - 5631: 11,-5 - 5632: 5,1 - 5633: 0,-2 - 5634: -5,1 - 5635: 0,-9 - 5636: 9,-23 - 5698: -34,46 - 5699: -39,40 - 5700: -33,39 - 5701: -35,34 - 5702: -36,30 - 5703: -28,29 - 5704: -17,30 - 5705: -15,28 - 5706: -13,36 - 5707: -13,41 - 5708: -15,45 - 5709: -8,42 - 5710: -7,39 - 5711: -8,34 - 5712: -5,32 + 4853: -55,9 + 4854: -55,11 + 4855: -55,13 + 4856: -51,13 + 4857: -49,11 + 4858: -49,17 + 4859: -52,21 + 4860: -50,25 + 4861: -48,30 + 4862: -53,30 + 4863: -56,25 + 4864: -59,22 + 4865: -63,22 + 4866: -63,24 + 4867: -64,29 + 4868: -60,32 + 4869: -61,35 + 4870: -70,20 + 4871: -70,19 + 4872: -68,22 + 4873: -70,28 + 4874: -70,32 + 4875: -66,34 + 4876: -62,35 + 4877: -56,36 + 4878: -47,34 + 4879: -41,40 + 4880: -45,40 + 4881: -55,45 + 4882: -55,48 + 4883: -53,53 + 4884: -58,56 + 4885: -60,58 + 4886: -46,60 + 4887: -42,60 + 4888: -43,64 + 4889: -44,65 + 4890: -42,66 + 4891: -39,67 + 4892: -36,65 + 4893: -40,61 + 4894: -34,64 + 4895: -31,64 + 4896: -26,64 + 4897: -27,59 + 4898: -28,56 + 4899: -26,55 + 4900: -23,54 + 4901: -20,54 + 4902: -21,64 + 4903: -20,63 + 4904: -23,67 + 4905: -18,66 + 4906: -16,67 + 4907: -28,67 + 4908: -5,68 + 4909: -3,66 + 4910: -3,64 + 4911: -9,63 + 4912: -1,61 + 4913: 0,60 + 4914: -4,59 + 4915: -9,58 + 4916: -12,58 + 4917: -20,58 + 4918: 2,58 + 4919: 2,69 + 4920: 5,69 + 4921: 1,71 + 4922: -8,74 + 4923: -4,73 + 4924: 3,78 + 4925: 6,76 + 4926: 14,65 + 4927: 8,65 + 4928: 7,65 + 4929: 5,65 + 4930: 2,63 + 4931: 0,56 + 4932: -1,53 + 4933: 0,52 + 4934: 2,50 + 4935: 7,52 + 4936: 16,56 + 4937: 20,54 + 4938: 17,47 + 4939: 17,45 + 4940: 19,41 + 4941: 16,37 + 4942: 20,36 + 4943: 27,44 + 4944: 22,45 + 4945: 28,39 + 4946: 27,49 + 4947: 6,45 + 4948: 4,41 + 4949: 7,38 + 4950: 4,38 + 4951: 4,37 + 4952: 2,37 + 4953: 1,35 + 4954: 0,42 + 4955: -2,41 + 4956: -2,30 + 4957: -3,26 + 4958: 2,27 + 4959: 0,26 + 4960: 1,23 + 4961: 4,21 + 4962: 7,22 + 4963: 12,21 + 4964: 16,20 + 4965: 19,19 + 4966: 20,23 + 4967: 17,28 + 4968: 26,27 + 4969: 31,26 + 4970: 31,29 + 4971: 36,29 + 4972: 40,28 + 4973: 38,29 + 4974: 35,25 + 4975: 38,23 + 4976: 39,33 + 4977: 38,36 + 4978: 35,35 + 4979: 29,32 + 4980: 21,32 + 4981: 14,32 + 4982: 7,32 + 4983: 35,42 + 4984: 32,44 + 4985: 32,47 + 4986: 29,46 + 4987: 35,49 + 4988: 41,49 + 4989: 43,50 + 4990: 47,48 + 4991: 46,47 + 4992: 42,46 + 4993: 52,50 + 4994: 56,51 + 4995: 58,52 + 4996: 56,53 + 4997: 58,54 + 4998: 58,56 + 4999: 60,58 + 5000: 60,56 + 5001: 55,56 + 5002: 53,61 + 5003: 56,61 + 5004: 56,62 + 5005: 56,65 + 5006: 55,66 + 5007: 56,68 + 5008: 55,70 + 5009: 61,70 + 5010: 64,70 + 5011: 66,70 + 5012: 69,68 + 5013: 74,68 + 5014: 75,68 + 5015: 78,61 + 5016: 72,55 + 5017: 65,55 + 5018: 65,61 + 5019: 75,56 + 5020: 75,50 + 5021: 65,49 + 5022: 63,52 + 5023: 71,48 + 5024: 73,48 + 5025: 72,49 + 5026: 78,47 + 5027: 80,49 + 5028: 75,48 + 5029: 79,44 + 5030: 67,43 + 5031: 66,39 + 5032: 59,43 + 5033: 69,40 + 5034: 61,36 + 5035: 64,38 + 5036: 54,38 + 5037: 64,39 + 5038: 58,43 + 5039: 63,44 + 5040: 60,47 + 5041: 65,47 + 5042: 64,44 + 5043: 70,36 + 5044: 76,35 + 5045: 72,32 + 5046: 77,35 + 5047: 78,32 + 5048: 78,32 + 5049: 73,31 + 5050: 85,30 + 5051: 87,32 + 5052: 85,29 + 5053: 86,30 + 5054: 95,30 + 5055: 90,29 + 5056: 88,29 + 5057: 90,28 + 5058: 95,29 + 5059: 95,35 + 5060: 95,40 + 5061: 97,39 + 5062: 98,35 + 5063: 99,30 + 5064: 100,27 + 5065: 98,25 + 5066: 95,24 + 5067: 91,23 + 5068: 90,23 + 5069: 86,24 + 5070: 85,23 + 5071: 84,25 + 5072: 79,27 + 5073: 77,29 + 5074: 75,28 + 5075: 75,26 + 5076: 71,28 + 5077: 70,32 + 5078: 68,32 + 5079: 64,33 + 5080: 62,33 + 5081: 59,32 + 5082: 55,32 + 5083: 52,32 + 5084: 52,39 + 5085: 58,42 + 5086: 67,47 + 5087: 65,49 + 5088: 66,47 + 5089: 68,48 + 5090: 72,54 + 5091: 75,55 + 5092: 72,58 + 5093: 70,61 + 5094: 71,66 + 5095: 79,66 + 5096: 82,66 + 5097: 87,66 + 5098: 80,68 + 5099: 83,68 + 5100: 88,67 + 5101: 88,65 + 5102: 89,63 + 5103: 93,62 + 5104: 84,62 + 5105: 81,55 + 5106: 81,54 + 5107: 89,55 + 5108: 95,54 + 5109: 93,50 + 5110: 92,49 + 5111: 89,49 + 5112: 86,52 + 5113: 82,50 + 5114: 84,48 + 5115: 87,46 + 5116: 89,46 + 5117: 88,42 + 5118: 94,41 + 5119: 93,37 + 5120: 90,33 + 5121: 90,31 + 5122: 95,31 + 5123: 100,31 + 5124: 99,38 + 5125: 85,20 + 5126: 85,14 + 5127: 84,9 + 5128: 84,7 + 5129: 80,4 + 5130: 78,3 + 5131: 85,11 + 5132: 79,0 + 5133: 80,-3 + 5134: 80,-8 + 5135: 77,-12 + 5136: 72,-15 + 5137: 74,-17 + 5138: 76,-17 + 5139: 68,-18 + 5140: 67,-16 + 5141: 60,-10 + 5142: 60,-12 + 5143: 56,-14 + 5144: 54,-16 + 5145: 49,-22 + 5146: 50,-23 + 5147: 52,-26 + 5148: 55,-27 + 5149: 57,-28 + 5150: 60,-26 + 5151: 64,-23 + 5152: 65,-22 + 5153: 61,-10 + 5154: 61,-8 + 5155: 56,-5 + 5156: 54,-5 + 5157: 54,-2 + 5158: 50,-2 + 5159: 50,-6 + 5160: 49,-7 + 5161: 51,-9 + 5162: 50,2 + 5163: 48,5 + 5164: 49,12 + 5165: 49,14 + 5166: 43,19 + 5167: 41,20 + 5168: 46,18 + 5169: 38,18 + 5170: 34,19 + 5171: 32,16 + 5172: 30,15 + 5173: 33,15 + 5174: 33,12 + 5175: 31,10 + 5176: 27,10 + 5177: 25,12 + 5178: 24,15 + 5179: 25,16 + 5180: 26,16 + 5181: 26,12 + 5182: 23,9 + 5183: 26,9 + 5184: 31,6 + 5185: 21,7 + 5186: 19,5 + 5187: 12,7 + 5188: 9,7 + 5189: 9,9 + 5190: 7,12 + 5191: 6,14 + 5192: 11,15 + 5193: 11,12 + 5194: 8,3 + 5195: 5,3 + 5196: 0,6 + 5197: -3,4 + 5198: -4,6 + 5199: -7,10 + 5200: -8,12 + 5201: -9,14 + 5202: -4,14 + 5203: -12,12 + 5204: -16,12 + 5205: -26,13 + 5206: -28,13 + 5207: -35,14 + 5208: -35,15 + 5209: -33,11 + 5210: -38,11 + 5211: -41,10 + 5212: -40,12 + 5213: -39,9 + 5214: -37,8 + 5215: -40,8 + 5216: -35,7 + 5217: -37,5 + 5218: -33,2 + 5219: -35,-5 + 5220: -32,-5 + 5221: -28,-2 + 5222: -20,-3 + 5223: -17,-2 + 5224: -16,-3 + 5225: -15,5 + 5226: -23,7 + 5227: -27,6 + 5228: -27,1 + 5229: -28,3 + 5230: -21,3 + 5231: -15,1 + 5232: -12,-2 + 5233: -13,-5 + 5234: -23,-5 + 5235: -20,-6 + 5236: -6,1 + 5237: -2,3 + 5238: 0,-2 + 5239: 0,-6 + 5240: 2,-8 + 5241: 2,-12 + 5242: 0,-11 + 5243: -2,-15 + 5244: -7,-16 + 5245: -13,-16 + 5246: -17,-16 + 5247: -12,-14 + 5248: -22,-15 + 5249: -26,-17 + 5250: -32,-15 + 5251: -33,-11 + 5252: -32,-9 + 5253: -38,-15 + 5254: -40,-16 + 5255: -45,-14 + 5256: -44,-12 + 5257: -46,-10 + 5258: -48,-8 + 5259: -49,-15 + 5260: -50,-20 + 5261: -53,-17 + 5262: -54,-22 + 5263: -49,-25 + 5264: -47,-28 + 5265: -50,-29 + 5266: -56,-24 + 5267: -57,-18 + 5268: -56,-16 + 5269: -56,-25 + 5270: -50,-30 + 5271: -39,-30 + 5272: -36,-30 + 5273: -31,-29 + 5274: -33,-26 + 5275: -33,-20 + 5276: -21,-21 + 5277: -20,-25 + 5278: -22,-25 + 5279: -20,-23 + 5280: -15,-25 + 5281: -14,-21 + 5282: -17,-22 + 5283: -7,-21 + 5284: -12,-19 + 5285: -8,-25 + 5286: -10,-25 + 5287: -4,-24 + 5288: -4,-19 + 5289: -5,-28 + 5290: -7,-29 + 5291: -6,-31 + 5292: -6,-30 + 5293: 0,-29 + 5294: 0,-26 + 5295: 2,-25 + 5296: 1,-23 + 5297: 2,-19 + 5298: -2,-18 + 5299: 3,-16 + 5300: 4,-21 + 5301: 4,-26 + 5302: 8,-28 + 5303: 9,-30 + 5304: 9,-33 + 5305: 11,-34 + 5306: 11,-23 + 5307: 9,-21 + 5308: 8,-26 + 5309: 14,-24 + 5310: 14,-21 + 5311: 13,-22 + 5312: 15,-19 + 5313: 17,-20 + 5314: 18,-22 + 5315: 23,-19 + 5316: 27,-19 + 5317: 29,-22 + 5318: 30,-22 + 5319: 29,-25 + 5320: 32,-23 + 5321: 33,-24 + 5322: 37,-23 + 5323: 38,-26 + 5324: 38,-33 + 5325: 39,-34 + 5326: 33,-35 + 5327: 22,-30 + 5328: 24,-24 + 5329: 24,-25 + 5330: 19,-25 + 5331: 22,-35 + 5332: 17,-34 + 5333: 7,-28 + 5334: 9,-26 + 5335: 6,-37 + 5336: 0,-33 + 5337: 2,-33 + 5338: -4,-38 + 5339: -2,-40 + 5340: -1,-43 + 5341: 1,-40 + 5342: 2,-44 + 5343: -2,-45 + 5344: -1,-45 + 5345: 0,-48 + 5346: 2,-50 + 5347: 6,-52 + 5348: 7,-51 + 5349: 8,-53 + 5350: -3,-52 + 5351: -4,-53 + 5352: -8,-53 + 5353: -8,-51 + 5354: -3,-51 + 5355: -9,-41 + 5356: -12,-42 + 5357: -14,-39 + 5358: -13,-36 + 5359: -14,-34 + 5360: -20,-35 + 5361: -19,-38 + 5362: -17,-43 + 5363: -16,-44 + 5364: -23,-43 + 5365: -31,-42 + 5366: -37,-44 + 5367: -42,-42 + 5368: -46,-43 + 5369: -48,-43 + 5370: -51,-45 + 5371: -50,-49 + 5372: -49,-49 + 5373: -47,-37 + 5374: -52,-37 + 5375: -57,-37 + 5376: -58,-34 + 5377: -60,-33 + 5378: -61,-33 + 5379: -63,-29 + 5380: -62,-26 + 5381: -60,-24 + 5382: -59,-23 + 5383: -59,-19 + 5384: -59,-17 + 5385: -60,-12 + 5386: -57,-12 + 5387: -58,-9 + 5388: -62,-7 + 5389: -62,-8 + 5390: -59,-4 + 5391: -62,-4 + 5392: -61,-5 + 5393: -58,-2 + 5394: -53,-4 + 5395: -52,-3 + 5396: -49,-3 + 5397: -46,-6 + 5398: -44,-11 + 5399: -46,4 + 5400: -49,7 + 5401: -47,10 + 5402: -44,10 + 5403: -45,14 + 5404: -50,13 + 5405: -53,11 + 5406: -54,7 + 5407: -60,8 + 5408: -64,7 + 5409: -66,9 + 5410: -54,14 + 5411: -56,14 + 5412: -62,17 + 5413: -63,15 + 5414: -57,21 + 5415: -59,24 + 5416: -57,26 + 5417: -55,23 + 5418: -65,27 + 5419: -53,31 + 5420: -51,12 + 5421: -58,4 + 5422: -59,1 + 5423: -61,0 + 5424: -60,-2 + 5425: -66,3 + 5426: -65,-2 + 5427: -66,-4 + 5428: -66,-7 + 5429: -69,-7 + 5430: -74,-7 + 5431: -76,-3 + 5432: -75,-3 + 5433: -78,0 + 5434: -79,7 + 5435: -81,9 + 5436: -84,7 + 5437: -84,6 + 5438: -86,6 + 5439: -86,10 + 5440: -86,2 + 5441: -84,0 + 5442: -87,-4 + 5443: -89,-5 + 5444: -87,-6 + 5445: -80,-4 + 5446: -80,-6 + 5447: -94,1 + 5448: -94,-1 + 5449: -95,-4 + 5450: -97,-3 + 5451: -96,-8 + 5452: -95,-10 + 5453: -97,-13 + 5454: -92,-3 + 5455: -94,-6 + 5456: -92,-6 + 5457: -89,-2 + 5458: -97,4 + 5459: -98,4 + 5460: -97,11 + 5461: -99,8 + 5462: -93,8 + 5463: -90,8 + 5464: -90,7 + 5465: -92,13 + 5466: -96,17 + 5467: -97,19 + 5468: -96,21 + 5469: -96,24 + 5470: -97,27 + 5471: -92,21 + 5472: -92,19 + 5473: -93,23 + 5474: -89,21 + 5475: -86,20 + 5476: -82,21 + 5477: -78,21 + 5478: -74,24 + 5479: -73,28 + 5480: -73,31 + 5481: -74,34 + 5482: -73,37 + 5483: -72,36 + 5484: -82,38 + 5485: -86,36 + 5486: -93,37 + 5487: -95,39 + 5488: -99,37 + 5489: -106,38 + 5490: -108,37 + 5491: -109,37 + 5492: -108,37 + 5493: -116,37 + 5494: -114,37 + 5495: -115,34 + 5496: -115,31 + 5497: -114,28 + 5498: -114,23 + 5499: -115,20 + 5500: -113,16 + 5501: -115,13 + 5502: -114,8 + 5503: -113,7 + 5504: -113,4 + 5505: -114,-3 + 5506: -115,-6 + 5507: -113,-11 + 5508: -113,-13 + 5509: -115,-14 + 5510: -113,-17 + 5511: -115,-21 + 5512: -109,-21 + 5513: -108,-20 + 5514: -104,-23 + 5515: -101,-21 + 5516: -97,-20 + 5517: -94,-22 + 5518: -89,-21 + 5519: -85,-22 + 5520: -87,-20 + 5521: -84,-21 + 5522: -86,-17 + 5523: -92,0 + 5524: -100,28 + 5525: -104,36 + 5526: -100,49 + 5527: -96,50 + 5528: -97,52 + 5529: -102,47 + 5530: -112,50 + 5531: -110,59 + 5532: -87,50 + 5533: -79,51 + 5534: -75,52 + 5535: -68,50 + 5536: -66,47 + 5537: -60,50 + 5538: -56,57 + 5539: -42,63 + 5540: -7,71 + 5541: -2,71 + 5542: -9,74 + 5543: 18,11 + 5544: 21,9 + 5545: 15,12 + 5546: 20,2 + 5547: 26,0 + 5548: 27,1 + 5549: 36,3 + 5550: 33,-1 + 5551: 20,-8 + 5552: 15,-3 + 5553: 16,0 + 5554: 7,-5 + 5555: 7,-8 + 5556: 5,-8 + 5557: 6,-10 + 5558: 7,-12 + 5559: 13,-11 + 5560: 12,-12 + 5561: 10,-12 + 5562: 8,-6 + 5563: 11,-5 + 5564: 5,1 + 5565: 0,-2 + 5566: -5,1 + 5567: 0,-9 + 5568: 9,-23 + 5630: -34,46 + 5631: -39,40 + 5632: -33,39 + 5633: -35,34 + 5634: -36,30 + 5635: -28,29 + 5636: -17,30 + 5637: -15,28 + 5638: -13,36 + 5639: -13,41 + 5640: -15,45 + 5641: -8,42 + 5642: -7,39 + 5643: -8,34 + 5644: -5,32 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 6406: -76,-24 - 6407: -81,-21 - 6408: -68,-24 + 6332: -76,-24 + 6333: -81,-21 + 6334: -68,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 5637: -9,-22 - 5638: -8,-17 - 5639: -5,-16 - 5640: -9,-15 - 5641: -12,-17 - 5642: -16,-15 - 5643: -20,-16 - 5644: -22,-15 - 5645: -25,-15 - 5646: -26,-16 - 5647: -32,-16 - 5648: -33,-14 - 5649: -33,-10 - 5650: -33,-4 - 5651: -33,-4 - 5652: -33,-5 - 5653: -30,-2 - 5654: -29,3 - 5655: -23,1 - 5656: -15,1 - 5657: -20,5 - 5658: -26,6 - 5659: -27,13 - 5660: -26,12 - 5661: -33,12 - 5662: -35,13 - 5663: -38,10 - 5664: -39,11 - 5665: -44,13 - 5666: -44,13 - 5667: -37,17 - 5668: -35,18 - 5669: -28,20 - 5670: -23,20 - 5671: -18,21 - 5672: -33,24 - 5673: -35,28 - 5674: -12,26 - 5675: -23,31 - 5676: -33,32 - 5677: -19,34 - 5678: -9,36 - 5679: -20,39 - 5680: -7,39 - 5681: -14,40 - 5682: -6,40 - 5683: -8,39 - 5684: -17,29 - 5685: -15,29 - 5686: -27,41 - 5687: -26,45 - 5688: -30,25 - 5689: -30,33 - 5690: -34,31 - 5691: -36,34 - 5692: -36,30 - 5693: -40,39 - 5694: -42,41 - 5695: -38,45 - 5696: -33,50 - 5697: -32,47 - 5713: -15,47 - 5714: -3,53 - 5715: -4,48 - 5716: -15,64 - 5717: -24,63 - 5718: -27,59 - 5719: -31,59 - 5720: -32,58 - 5721: -38,59 - 5722: -42,65 - 5723: -44,71 - 5724: -47,70 - 5725: -27,70 - 5726: -20,70 - 5727: -14,70 - 5728: -8,71 - 5729: -3,70 - 5730: 1,70 - 5731: 2,60 - 5732: -1,56 - 5733: 1,52 - 5734: 1,48 - 5735: 4,42 - 5736: 1,40 - 5737: 2,35 - 5738: 7,37 - 5739: 3,41 - 5740: 17,43 - 5741: 22,46 - 5742: 32,48 - 5743: 35,41 - 5744: 35,36 - 5745: 39,36 - 5746: 38,43 - 5747: 40,50 - 5748: 37,48 - 5749: 44,46 - 5750: 48,48 - 5751: 45,50 - 5752: 44,55 - 5753: 37,54 - 5754: 36,48 - 5755: 51,43 - 5756: 57,39 - 5757: 64,42 - 5758: 62,48 - 5759: 70,43 - 5760: 61,41 - 5761: 70,49 - 5762: 72,43 - 5763: 72,49 - 5764: 71,47 - 5765: 76,53 - 5766: 70,59 - 5767: 76,54 - 5768: 66,57 - 5769: 74,63 - 5770: 71,56 - 5771: 59,65 - 5772: 55,69 - 5773: 61,68 - 5774: 62,67 - 5775: 63,68 - 5776: 70,66 - 5777: 73,64 - 5778: 78,66 - 5779: 86,65 - 5780: 82,64 - 5781: 81,61 - 5782: 77,56 - 5783: 84,53 - 5784: 85,56 - 5785: 83,50 - 5786: 84,46 - 5787: 96,43 - 5788: 88,39 - 5789: 78,44 - 5790: 77,36 - 5791: 88,35 - 5792: 84,31 - 5793: 77,35 - 5794: 82,30 - 5795: 79,31 - 5796: 79,29 - 5797: 83,25 - 5798: 88,24 - 5799: 93,24 - 5800: 98,24 - 5801: 97,28 - 5802: 93,28 - 5803: 92,29 - 5804: 97,31 - 5805: 89,36 - 5806: 97,38 - 5807: 95,36 - 5808: 98,33 - 5809: 99,34 - 5810: 72,28 - 5811: 74,31 - 5812: 65,35 - 5813: 69,32 - 5814: 66,28 - 5815: 68,27 - 5816: 65,31 - 5817: 66,29 - 5818: 69,15 - 5819: 48,12 - 5820: 46,18 - 5821: 42,18 - 5822: 35,19 - 5823: 28,19 - 5824: 31,19 - 5825: 24,20 - 5826: 22,19 - 5827: 17,22 - 5828: 14,20 - 5829: 15,22 - 5830: 18,19 - 5831: 7,20 - 5832: 9,16 - 5833: 8,17 - 5834: 3,12 - 5835: 9,10 - 5836: 0,17 - 5837: -5,11 - 5838: 3,10 - 5839: -6,12 - 5840: -9,6 - 5841: -5,11 - 5842: -14,7 - 5843: -9,2 - 5844: -14,4 - 5845: -13,1 - 5846: -12,5 - 5847: -12,8 - 5848: -16,15 - 5849: -19,13 - 5850: -25,18 - 5851: -15,14 - 5852: -24,17 - 5853: -31,23 - 5854: -27,21 - 5855: -30,22 - 5856: -34,19 - 5857: -32,19 - 5858: -35,18 - 5859: -40,15 - 5860: -43,15 - 5861: -46,13 - 5862: -47,10 - 5863: -48,5 - 5864: -48,-1 - 5865: -48,-5 - 5866: -48,-8 - 5867: -46,-14 - 5868: -42,-15 - 5869: -35,-18 - 5870: -47,-18 - 5871: -45,-24 - 5872: -49,-22 - 5873: -56,-21 - 5874: -50,-23 - 5875: -53,-21 - 5876: -57,-26 - 5877: -55,-29 - 5878: -57,-26 - 5879: -59,-20 - 5880: -60,-19 - 5881: -59,-24 - 5882: -61,-10 - 5883: -60,-7 - 5884: -62,-6 - 5885: -61,-5 - 5886: -67,-8 - 5887: -65,-4 - 5888: -64,-1 - 5889: -68,3 - 5890: -73,6 - 5891: -78,5 - 5892: -84,2 - 5893: -78,6 - 5894: -81,9 - 5895: -86,14 - 5896: -91,6 - 5897: -88,7 - 5898: -92,11 - 5899: -97,8 - 5900: -97,6 - 5901: -95,16 - 5902: -92,17 - 5903: -97,21 - 5904: -96,25 - 5905: -94,27 - 5906: -86,22 - 5907: -85,19 - 5908: -83,21 - 5909: -87,14 - 5910: -84,13 - 5911: -86,15 - 5912: -87,1 - 5913: -88,-1 - 5914: -93,-6 - 5915: -83,-6 - 5916: -73,-7 - 5917: -80,0 - 5918: -69,1 - 5919: -66,-2 - 5920: -58,-13 - 5921: -60,-23 - 5922: -50,-34 - 5923: -53,-32 - 5924: -40,-33 - 5925: -42,-37 - 5926: -48,-37 - 5927: -53,-37 - 5928: -56,-37 - 5929: -34,-44 - 5930: -49,-43 - 5931: -20,-43 - 5932: -22,-44 - 5933: -16,-45 - 5934: -17,-40 - 5935: -9,-39 - 5936: -15,-37 - 5937: -12,-31 - 5938: -6,-30 - 5939: -2,-37 - 5940: 2,-39 - 5941: -5,-39 - 5942: 1,-45 - 5943: 2,-46 - 5944: 0,-50 - 5945: -4,-51 - 5946: -5,-52 - 5947: 10,-53 - 5948: 4,-53 - 5949: 6,-42 - 5950: 9,-36 - 5951: 17,-31 - 5952: 8,-33 - 5953: 13,-28 - 5954: 3,-26 - 5955: 7,-22 - 5956: 18,-25 - 5957: 14,-26 - 5958: 20,-25 - 5959: 19,-27 - 5960: 22,-29 - 5961: 22,-28 - 5962: 29,-26 - 5963: 32,-23 - 5964: 36,-24 - 5965: 31,-26 - 5966: 39,-25 - 5967: 37,-24 - 5968: 39,-28 - 5969: 38,-32 - 5970: 33,-35 - 5971: 28,-34 - 5972: 42,-30 - 5973: 44,-29 - 5974: 43,-25 - 5975: 49,-31 - 5976: 56,-33 - 5977: 50,-24 - 5978: 65,-24 - 5979: 68,-17 - 5980: 67,-16 - 5981: 59,-12 - 5982: 64,-10 - 5983: 61,-6 - 5984: 57,-6 - 5985: 55,-3 - 5986: 50,-2 - 5987: 50,1 - 5988: 51,2 - 5989: 78,-6 - 5990: 79,-3 - 5991: 81,3 - 5992: 83,6 - 5993: 85,8 - 5994: 84,11 - 5995: 86,14 - 5996: 85,17 - 5997: 89,18 - 5998: 88,17 - 5999: 75,25 - 6000: 70,31 - 6001: 71,34 - 6002: 77,40 - 6003: 71,41 - 6004: 69,39 - 6005: 60,45 - 6006: 69,48 - 6007: 72,48 - 6008: 70,48 - 6009: 80,51 - 6010: 80,55 - 6011: 77,60 - 6012: 76,60 - 6013: 73,64 - 6014: 54,61 - 6015: 45,56 - 6016: 45,48 - 6017: 39,43 - 6018: 40,34 - 6019: 35,38 - 6020: 27,38 - 6021: 18,40 + 5569: -9,-22 + 5570: -8,-17 + 5571: -5,-16 + 5572: -9,-15 + 5573: -12,-17 + 5574: -16,-15 + 5575: -20,-16 + 5576: -22,-15 + 5577: -25,-15 + 5578: -26,-16 + 5579: -32,-16 + 5580: -33,-14 + 5581: -33,-10 + 5582: -33,-4 + 5583: -33,-4 + 5584: -33,-5 + 5585: -30,-2 + 5586: -29,3 + 5587: -23,1 + 5588: -15,1 + 5589: -20,5 + 5590: -26,6 + 5591: -27,13 + 5592: -26,12 + 5593: -33,12 + 5594: -35,13 + 5595: -38,10 + 5596: -39,11 + 5597: -44,13 + 5598: -44,13 + 5599: -37,17 + 5600: -35,18 + 5601: -28,20 + 5602: -23,20 + 5603: -18,21 + 5604: -33,24 + 5605: -35,28 + 5606: -12,26 + 5607: -23,31 + 5608: -33,32 + 5609: -19,34 + 5610: -9,36 + 5611: -20,39 + 5612: -7,39 + 5613: -14,40 + 5614: -6,40 + 5615: -8,39 + 5616: -17,29 + 5617: -15,29 + 5618: -27,41 + 5619: -26,45 + 5620: -30,25 + 5621: -30,33 + 5622: -34,31 + 5623: -36,34 + 5624: -36,30 + 5625: -40,39 + 5626: -42,41 + 5627: -38,45 + 5628: -33,50 + 5629: -32,47 + 5645: -15,47 + 5646: -3,53 + 5647: -4,48 + 5648: -15,64 + 5649: -24,63 + 5650: -27,59 + 5651: -31,59 + 5652: -32,58 + 5653: -38,59 + 5654: -42,65 + 5655: -44,71 + 5656: -47,70 + 5657: -14,70 + 5658: -8,71 + 5659: -3,70 + 5660: 1,70 + 5661: 2,60 + 5662: -1,56 + 5663: 1,52 + 5664: 1,48 + 5665: 4,42 + 5666: 1,40 + 5667: 2,35 + 5668: 7,37 + 5669: 3,41 + 5670: 17,43 + 5671: 22,46 + 5672: 32,48 + 5673: 35,41 + 5674: 35,36 + 5675: 39,36 + 5676: 38,43 + 5677: 40,50 + 5678: 37,48 + 5679: 44,46 + 5680: 48,48 + 5681: 45,50 + 5682: 44,55 + 5683: 37,54 + 5684: 36,48 + 5685: 51,43 + 5686: 57,39 + 5687: 64,42 + 5688: 62,48 + 5689: 70,43 + 5690: 61,41 + 5691: 70,49 + 5692: 72,43 + 5693: 72,49 + 5694: 71,47 + 5695: 76,53 + 5696: 70,59 + 5697: 76,54 + 5698: 66,57 + 5699: 74,63 + 5700: 71,56 + 5701: 59,65 + 5702: 55,69 + 5703: 61,68 + 5704: 62,67 + 5705: 63,68 + 5706: 70,66 + 5707: 73,64 + 5708: 78,66 + 5709: 86,65 + 5710: 82,64 + 5711: 81,61 + 5712: 77,56 + 5713: 84,53 + 5714: 85,56 + 5715: 83,50 + 5716: 84,46 + 5717: 96,43 + 5718: 88,39 + 5719: 78,44 + 5720: 77,36 + 5721: 88,35 + 5722: 84,31 + 5723: 77,35 + 5724: 82,30 + 5725: 79,31 + 5726: 79,29 + 5727: 83,25 + 5728: 88,24 + 5729: 93,24 + 5730: 98,24 + 5731: 97,28 + 5732: 93,28 + 5733: 92,29 + 5734: 97,31 + 5735: 89,36 + 5736: 97,38 + 5737: 95,36 + 5738: 98,33 + 5739: 99,34 + 5740: 72,28 + 5741: 74,31 + 5742: 65,35 + 5743: 69,32 + 5744: 66,28 + 5745: 68,27 + 5746: 65,31 + 5747: 66,29 + 5748: 69,15 + 5749: 48,12 + 5750: 46,18 + 5751: 42,18 + 5752: 35,19 + 5753: 28,19 + 5754: 31,19 + 5755: 24,20 + 5756: 22,19 + 5757: 17,22 + 5758: 14,20 + 5759: 15,22 + 5760: 18,19 + 5761: 7,20 + 5762: 9,16 + 5763: 8,17 + 5764: 3,12 + 5765: 9,10 + 5766: 0,17 + 5767: -5,11 + 5768: 3,10 + 5769: -6,12 + 5770: -9,6 + 5771: -5,11 + 5772: -14,7 + 5773: -9,2 + 5774: -14,4 + 5775: -13,1 + 5776: -12,5 + 5777: -12,8 + 5778: -16,15 + 5779: -19,13 + 5780: -25,18 + 5781: -15,14 + 5782: -24,17 + 5783: -31,23 + 5784: -27,21 + 5785: -30,22 + 5786: -34,19 + 5787: -32,19 + 5788: -35,18 + 5789: -40,15 + 5790: -43,15 + 5791: -46,13 + 5792: -47,10 + 5793: -48,5 + 5794: -48,-1 + 5795: -48,-5 + 5796: -48,-8 + 5797: -46,-14 + 5798: -42,-15 + 5799: -35,-18 + 5800: -47,-18 + 5801: -45,-24 + 5802: -49,-22 + 5803: -56,-21 + 5804: -50,-23 + 5805: -53,-21 + 5806: -57,-26 + 5807: -55,-29 + 5808: -57,-26 + 5809: -59,-20 + 5810: -60,-19 + 5811: -59,-24 + 5812: -61,-10 + 5813: -60,-7 + 5814: -62,-6 + 5815: -61,-5 + 5816: -67,-8 + 5817: -65,-4 + 5818: -64,-1 + 5819: -68,3 + 5820: -73,6 + 5821: -78,5 + 5822: -84,2 + 5823: -78,6 + 5824: -81,9 + 5825: -86,14 + 5826: -91,6 + 5827: -88,7 + 5828: -92,11 + 5829: -97,8 + 5830: -97,6 + 5831: -95,16 + 5832: -92,17 + 5833: -97,21 + 5834: -96,25 + 5835: -94,27 + 5836: -86,22 + 5837: -85,19 + 5838: -83,21 + 5839: -87,14 + 5840: -84,13 + 5841: -86,15 + 5842: -87,1 + 5843: -88,-1 + 5844: -93,-6 + 5845: -83,-6 + 5846: -73,-7 + 5847: -80,0 + 5848: -69,1 + 5849: -66,-2 + 5850: -58,-13 + 5851: -60,-23 + 5852: -50,-34 + 5853: -53,-32 + 5854: -40,-33 + 5855: -42,-37 + 5856: -48,-37 + 5857: -53,-37 + 5858: -56,-37 + 5859: -34,-44 + 5860: -49,-43 + 5861: -20,-43 + 5862: -22,-44 + 5863: -16,-45 + 5864: -17,-40 + 5865: -9,-39 + 5866: -15,-37 + 5867: -12,-31 + 5868: -6,-30 + 5869: -2,-37 + 5870: 2,-39 + 5871: -5,-39 + 5872: 1,-45 + 5873: 2,-46 + 5874: 0,-50 + 5875: -4,-51 + 5876: -5,-52 + 5877: 10,-53 + 5878: 4,-53 + 5879: 6,-42 + 5880: 9,-36 + 5881: 17,-31 + 5882: 8,-33 + 5883: 13,-28 + 5884: 3,-26 + 5885: 7,-22 + 5886: 18,-25 + 5887: 14,-26 + 5888: 20,-25 + 5889: 19,-27 + 5890: 22,-29 + 5891: 22,-28 + 5892: 29,-26 + 5893: 32,-23 + 5894: 36,-24 + 5895: 31,-26 + 5896: 39,-25 + 5897: 37,-24 + 5898: 39,-28 + 5899: 38,-32 + 5900: 33,-35 + 5901: 28,-34 + 5902: 42,-30 + 5903: 44,-29 + 5904: 43,-25 + 5905: 49,-31 + 5906: 56,-33 + 5907: 50,-24 + 5908: 65,-24 + 5909: 68,-17 + 5910: 67,-16 + 5911: 59,-12 + 5912: 64,-10 + 5913: 61,-6 + 5914: 57,-6 + 5915: 55,-3 + 5916: 50,-2 + 5917: 50,1 + 5918: 51,2 + 5919: 78,-6 + 5920: 79,-3 + 5921: 81,3 + 5922: 83,6 + 5923: 85,8 + 5924: 84,11 + 5925: 86,14 + 5926: 85,17 + 5927: 89,18 + 5928: 88,17 + 5929: 75,25 + 5930: 70,31 + 5931: 71,34 + 5932: 77,40 + 5933: 71,41 + 5934: 69,39 + 5935: 60,45 + 5936: 69,48 + 5937: 72,48 + 5938: 70,48 + 5939: 80,51 + 5940: 80,55 + 5941: 77,60 + 5942: 76,60 + 5943: 73,64 + 5944: 54,61 + 5945: 45,56 + 5946: 45,48 + 5947: 39,43 + 5948: 40,34 + 5949: 35,38 + 5950: 27,38 + 5951: 18,40 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 6022: 1,42 - 6023: 1,46 - 6024: -9,52 - 6025: -16,51 - 6026: -16,44 - 6027: -13,38 - 6028: -18,41 - 6029: -59,12 - 6030: -51,10 - 6031: -83,15 - 6032: -80,28 - 6033: -52,34 - 6034: -57,60 - 6035: -31,54 - 6036: 17,51 - 6037: 6,19 - 6038: 63,19 - 6039: -9,-23 - 6040: -55,-24 - 6041: -41,-26 - 6042: 20,-19 - 6043: 32,-20 - 6044: 49,23 - 6045: 67,47 - 6046: 63,57 - 6047: 78,36 - 6048: 80,40 - 6049: 50,49 - 6050: 79,54 - 6051: -17,4 - 6052: -9,21 - 6053: 13,4 - 6054: 1,-3 - 6055: -15,-29 - 6056: -58,-31 - 6057: -65,-8 - 6058: -51,33 - 6059: -36,47 - 6060: -23,56 - 6061: -20,64 - 6062: 5,47 - 6063: 17,21 - 6064: 39,23 - 6065: 31,15 - 6066: 65,-10 - 6067: 38,-18 - 6068: 34,-23 - 6069: 1,-36 - 6070: 5,-43 - 6071: -12,-37 - 6072: -29,-23 - 6073: 10,-20 - 6074: 32,-13 - 6075: 15,10 - 6076: -14,11 - 6077: 35,24 - 6078: 58,32 - 6079: 54,42 - 6080: 64,57 - 6081: 78,47 - 6082: 46,48 - 6083: 19,48 - 6084: -12,49 - 6085: -9,54 - 6086: -17,59 - 6087: -48,64 - 6088: -30,63 - 6089: -17,60 - 6090: -20,30 - 6091: -60,13 - 6092: -49,3 - 6093: -27,-24 - 6094: -51,-12 - 6095: -44,-22 - 6096: -86,4 - 6097: -86,16 - 6098: -95,-2 - 6099: -91,11 - 6100: -99,13 - 6101: -105,6 - 6102: -67,-13 - 6103: -46,-20 - 6104: -37,-24 - 6105: -49,-33 - 6106: -3,-28 - 6107: 25,-26 - 6108: 39,-15 - 6109: 46,-11 - 6110: 31,-23 - 6111: 53,25 - 6112: 32,35 - 6113: -1,49 - 6114: 0,64 - 6115: -1,76 - 6116: -22,61 - 6117: -27,58 + 5952: 1,42 + 5953: 1,46 + 5954: -9,52 + 5955: -16,51 + 5956: -16,44 + 5957: -13,38 + 5958: -18,41 + 5959: -59,12 + 5960: -51,10 + 5961: -83,15 + 5962: -80,28 + 5963: -52,34 + 5965: -31,54 + 5966: 17,51 + 5967: 6,19 + 5968: 63,19 + 5969: -9,-23 + 5970: -55,-24 + 5971: -41,-26 + 5972: 20,-19 + 5973: 32,-20 + 5974: 49,23 + 5975: 67,47 + 5976: 63,57 + 5977: 78,36 + 5978: 80,40 + 5979: 50,49 + 5980: 79,54 + 5981: -17,4 + 5982: -9,21 + 5983: 13,4 + 5984: 1,-3 + 5985: -15,-29 + 5986: -58,-31 + 5987: -65,-8 + 5988: -51,33 + 5989: -36,47 + 5990: -23,56 + 5991: -20,64 + 5992: 5,47 + 5993: 17,21 + 5994: 39,23 + 5995: 31,15 + 5996: 65,-10 + 5997: 38,-18 + 5998: 34,-23 + 5999: 1,-36 + 6000: 5,-43 + 6001: -12,-37 + 6002: -29,-23 + 6003: 10,-20 + 6004: 32,-13 + 6005: 15,10 + 6006: -14,11 + 6007: 35,24 + 6008: 58,32 + 6009: 54,42 + 6010: 64,57 + 6011: 78,47 + 6012: 46,48 + 6013: 19,48 + 6014: -12,49 + 6015: -9,54 + 6016: -17,59 + 6017: -48,64 + 6018: -30,63 + 6019: -17,60 + 6020: -20,30 + 6021: -60,13 + 6022: -49,3 + 6023: -27,-24 + 6024: -51,-12 + 6025: -44,-22 + 6026: -86,4 + 6027: -86,16 + 6028: -95,-2 + 6029: -91,11 + 6030: -99,13 + 6031: -105,6 + 6032: -67,-13 + 6033: -46,-20 + 6034: -37,-24 + 6035: -49,-33 + 6036: -3,-28 + 6037: 25,-26 + 6038: 39,-15 + 6039: 46,-11 + 6040: 31,-23 + 6041: 53,25 + 6042: 32,35 + 6043: -1,49 + 6044: 0,64 + 6045: -1,76 + 6046: -22,61 + 6047: -27,58 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 6118: -74,37 - 6119: -90,37 - 6120: -108,35 - 6121: -63,13 - 6122: -58,-1 - 6123: -38,13 - 6124: -35,15 - 6125: 22,29 - 6126: 7,-3 - 6127: 21,-14 - 6128: -37,-23 - 6129: 36,-14 - 6130: -11,-28 - 6131: -1,-30 - 6132: 43,-27 - 6133: 16,-32 - 6134: 3,-41 - 6135: 3,-40 - 6136: -18,-9 - 6137: 2,9 - 6138: 30,25 - 6139: 15,26 - 6140: -31,22 - 6141: -17,36 - 6142: 2,51 - 6143: 6,66 - 6144: -39,63 - 6145: -35,65 - 6146: 12,76 - 6147: -10,70 - 6148: 1,46 - 6149: 25,47 - 6150: 65,58 - 6151: 58,67 - 6152: 64,52 - 6153: 90,43 - 6154: 73,37 - 6155: 69,28 - 6156: 95,26 - 6157: 92,33 - 6158: 65,30 - 6159: 87,37 - 6160: 61,18 - 6161: 73,22 - 6162: 39,9 - 6163: 37,-10 - 6164: 62,-13 - 6165: 70,-9 - 6166: 38,-17 - 6167: 13,-11 - 6168: -5,-18 - 6169: -9,-11 - 6170: -48,-15 - 6171: -34,1 - 6172: -30,18 - 6173: -52,24 - 6174: -48,27 - 6175: -65,34 - 6176: -66,36 - 6177: -63,-32 - 6178: -96,-19 - 6179: -94,-21 - 6180: -114,-1 - 6181: -112,22 - 6182: -114,34 - 6183: -102,37 - 6184: -118,6 - 6185: -121,9 - 6186: -121,50 - 6187: -120,57 - 6188: -105,57 - 6189: -101,51 - 6190: -89,52 - 6191: -67,49 - 6192: -56,44 - 6193: -58,59 - 6194: -51,56 - 6195: -32,60 - 6196: -5,66 - 6197: -19,62 - 6198: -31,58 - 6199: -23,55 - 6200: -15,62 - 6201: -4,63 - 6202: -13,37 - 6203: -18,25 - 6204: -2,29 - 6205: -37,21 - 6206: -15,22 - 6207: -10,29 - 6208: -14,34 - 6209: -10,39 - 6210: -27,37 - 6211: -14,43 - 6212: 35,34 - 6213: 3,37 - 6214: -1,46 - 6215: 43,43 - 6216: 33,7 - 6217: 42,17 - 6218: 51,16 - 6219: 41,18 - 6220: 47,-3 - 6221: 49,-7 - 6222: 41,-18 - 6223: 56,-15 - 6224: 21,-23 - 6225: -7,-27 - 6226: -9,-27 - 6227: 51,-18 - 6228: 51,-13 - 6229: 57,-6 - 6230: 50,2 - 6231: 39,29 - 6232: 38,33 - 6233: 28,37 - 6234: 19,41 - 6235: 1,45 - 6236: -13,45 - 6237: -28,41 - 6238: -27,55 - 6239: -30,60 - 6240: -42,64 - 6241: -45,57 - 6242: -56,30 - 6243: -54,23 - 6244: -60,27 - 6245: -42,27 - 6246: -60,33 - 6247: -40,28 - 6248: -46,24 - 6249: -35,27 - 6250: -38,11 - 6251: -35,5 - 6252: -32,2 - 6253: -28,1 - 6254: -58,1 - 6255: -69,-1 - 6256: -66,-6 - 6257: -66,-11 - 6258: -63,-14 - 6259: -63,-20 - 6260: -63,-23 - 6261: -59,-26 - 6262: -66,-32 - 6263: -53,-34 - 6264: -43,-37 - 6265: -23,-39 - 6266: -23,-43 - 6267: -1,-43 - 6268: 3,-44 - 6269: 5,-53 - 6270: -2,-53 - 6271: 11,-33 - 6272: 21,-22 - 6273: 28,-21 - 6274: 36,-23 - 6275: 35,-23 - 6276: 44,-17 - 6277: 39,-10 - 6278: 39,-6 - 6279: 39,1 - 6280: 39,8 - 6281: 58,-5 - 6282: 65,-14 - 6283: 72,-12 - 6284: 69,-11 - 6285: 74,-11 - 6286: 74,-12 - 6287: 76,-22 - 6288: 70,-26 - 6289: 58,-30 - 6290: 54,-30 - 6291: 49,-31 - 6292: 46,-31 - 6293: 47,-24 - 6294: 43,-28 - 6295: 50,-34 - 6296: 44,-35 - 6297: 48,-35 - 6298: 63,-12 - 6299: 49,13 - 6300: 43,21 - 6301: 35,26 - 6302: 35,29 - 6303: 31,27 - 6304: 27,27 - 6305: 40,33 - 6306: 39,44 - 6307: 43,48 - 6308: 42,50 - 6309: 43,50 - 6310: 26,45 - 6311: 17,42 - 6312: 6,41 - 6313: -1,47 - 6314: -1,48 - 6315: 3,55 - 6316: 2,60 - 6317: 2,64 - 6318: 2,71 - 6319: -6,71 - 6320: 5,69 - 6321: 6,69 - 6322: 13,65 - 6323: 7,64 - 6324: 9,63 - 6325: -24,58 + 6048: -74,37 + 6049: -90,37 + 6050: -108,35 + 6051: -63,13 + 6052: -58,-1 + 6053: -38,13 + 6054: -35,15 + 6055: 22,29 + 6056: 7,-3 + 6057: 21,-14 + 6058: -37,-23 + 6059: 36,-14 + 6060: -11,-28 + 6061: -1,-30 + 6062: 43,-27 + 6063: 16,-32 + 6064: 3,-41 + 6065: 3,-40 + 6066: -18,-9 + 6067: 2,9 + 6068: 30,25 + 6069: 15,26 + 6070: -31,22 + 6071: -17,36 + 6072: 2,51 + 6073: 6,66 + 6074: -39,63 + 6075: -35,65 + 6076: 12,76 + 6077: -10,70 + 6078: 1,46 + 6079: 25,47 + 6080: 65,58 + 6081: 58,67 + 6082: 64,52 + 6083: 90,43 + 6084: 73,37 + 6085: 69,28 + 6086: 95,26 + 6087: 92,33 + 6088: 65,30 + 6089: 87,37 + 6090: 61,18 + 6091: 73,22 + 6092: 39,9 + 6093: 37,-10 + 6094: 62,-13 + 6095: 70,-9 + 6096: 38,-17 + 6097: 13,-11 + 6098: -5,-18 + 6099: -9,-11 + 6100: -48,-15 + 6101: -34,1 + 6102: -30,18 + 6103: -52,24 + 6104: -48,27 + 6105: -65,34 + 6106: -66,36 + 6107: -63,-32 + 6108: -96,-19 + 6109: -94,-21 + 6110: -114,-1 + 6111: -112,22 + 6112: -114,34 + 6113: -102,37 + 6114: -118,6 + 6115: -121,9 + 6116: -121,50 + 6117: -120,57 + 6118: -105,57 + 6119: -101,51 + 6120: -89,52 + 6121: -67,49 + 6122: -56,44 + 6124: -51,56 + 6125: -32,60 + 6126: -5,66 + 6127: -19,62 + 6128: -31,58 + 6129: -23,55 + 6130: -15,62 + 6131: -4,63 + 6132: -13,37 + 6133: -18,25 + 6134: -2,29 + 6135: -37,21 + 6136: -15,22 + 6137: -10,29 + 6138: -14,34 + 6139: -10,39 + 6140: -27,37 + 6141: -14,43 + 6142: 35,34 + 6143: 3,37 + 6144: -1,46 + 6145: 43,43 + 6146: 33,7 + 6147: 42,17 + 6148: 51,16 + 6149: 41,18 + 6150: 47,-3 + 6151: 49,-7 + 6152: 41,-18 + 6153: 56,-15 + 6154: 21,-23 + 6155: -7,-27 + 6156: -9,-27 + 6157: 51,-18 + 6158: 51,-13 + 6159: 57,-6 + 6160: 50,2 + 6161: 39,29 + 6162: 38,33 + 6163: 28,37 + 6164: 19,41 + 6165: 1,45 + 6166: -13,45 + 6167: -28,41 + 6168: -27,55 + 6169: -30,60 + 6170: -42,64 + 6171: -45,57 + 6172: -56,30 + 6173: -54,23 + 6174: -60,27 + 6175: -42,27 + 6176: -60,33 + 6177: -40,28 + 6178: -46,24 + 6179: -35,27 + 6180: -38,11 + 6181: -35,5 + 6182: -32,2 + 6183: -28,1 + 6184: -58,1 + 6185: -69,-1 + 6186: -66,-6 + 6187: -66,-11 + 6188: -63,-14 + 6189: -63,-20 + 6190: -63,-23 + 6191: -59,-26 + 6192: -66,-32 + 6193: -53,-34 + 6194: -43,-37 + 6195: -23,-39 + 6196: -23,-43 + 6197: -1,-43 + 6198: 3,-44 + 6199: 5,-53 + 6200: -2,-53 + 6201: 11,-33 + 6202: 21,-22 + 6203: 28,-21 + 6204: 36,-23 + 6205: 35,-23 + 6206: 44,-17 + 6207: 39,-10 + 6208: 39,-6 + 6209: 39,1 + 6210: 39,8 + 6211: 58,-5 + 6212: 65,-14 + 6213: 72,-12 + 6214: 69,-11 + 6215: 74,-11 + 6216: 74,-12 + 6217: 76,-22 + 6218: 70,-26 + 6219: 58,-30 + 6220: 54,-30 + 6221: 49,-31 + 6222: 46,-31 + 6223: 47,-24 + 6224: 43,-28 + 6225: 50,-34 + 6226: 44,-35 + 6227: 48,-35 + 6228: 63,-12 + 6229: 49,13 + 6230: 43,21 + 6231: 35,26 + 6232: 35,29 + 6233: 31,27 + 6234: 27,27 + 6235: 40,33 + 6236: 39,44 + 6237: 43,48 + 6238: 42,50 + 6239: 43,50 + 6240: 26,45 + 6241: 17,42 + 6242: 6,41 + 6243: -1,47 + 6244: -1,48 + 6245: 3,55 + 6246: 2,60 + 6247: 2,64 + 6248: 2,71 + 6249: -6,71 + 6250: 5,69 + 6251: 6,69 + 6252: 13,65 + 6253: 7,64 + 6254: 9,63 + 6255: -24,58 - node: color: '#FFFFFFFF' id: FlowersBROne decals: 188: 9,-46 - 3819: -21.958588,17.400702 - 3820: -21.079681,17.635077 - 4462: 35.455353,53.975224 - 4463: 48.486603,54.127567 - 4464: 44.637413,14.700537 - 4700: 0.8775835,53.575855 - 6672: 35.936924,-11.278788 + 3790: -21.958588,17.400702 + 3791: -21.079681,17.635077 + 4433: 35.455353,53.975224 + 4434: 48.486603,54.127567 + 4435: 44.637413,14.700537 + 4643: 0.8775835,53.575855 + 6598: 35.936924,-11.278788 - node: color: '#FFFFFFFF' id: FlowersBRThree @@ -7064,32 +7032,32 @@ entities: 189: 21,-39 219: 37,43 252: 57,8 - 3803: -43.405098,4.6306925 - 3804: -43.28791,2.4392862 - 3834: 3.4106216,14.306513 - 4315: -94.457466,4.7870827 - 4316: -95.031685,4.1308327 - 4317: -93.63715,2.3730202 - 4318: -89.07856,1.8456764 - 4319: -88.469185,2.5136452 - 4320: -88.68012,5.2206764 - 4321: -81.719185,11.665989 - 4322: -81.332466,10.974583 - 4323: -81.051216,16.516224 - 4324: -81.250435,15.731068 - 4325: -87.7309,15.238881 - 4326: -88.562935,17.828724 - 4327: -89.2309,15.332631 - 4328: -88.551216,14.852162 - 4549: -17.354996,58.532814 - 4550: -16.47609,59.153908 - 4551: -17.425308,56.89219 - 4552: -16.440933,55.814064 - 4553: -17.565933,52.427345 - 4554: -17.296402,51.665627 - 4555: -16.405777,48.15 - 6591: -1.2052917,34.102757 - 6603: -62.314003,9.298165 + 3774: -43.405098,4.6306925 + 3775: -43.28791,2.4392862 + 3805: 3.4106216,14.306513 + 4286: -94.457466,4.7870827 + 4287: -95.031685,4.1308327 + 4288: -93.63715,2.3730202 + 4289: -89.07856,1.8456764 + 4290: -88.469185,2.5136452 + 4291: -88.68012,5.2206764 + 4292: -81.719185,11.665989 + 4293: -81.332466,10.974583 + 4294: -81.051216,16.516224 + 4295: -81.250435,15.731068 + 4296: -87.7309,15.238881 + 4297: -88.562935,17.828724 + 4298: -89.2309,15.332631 + 4299: -88.551216,14.852162 + 4498: -17.354996,58.532814 + 4499: -16.47609,59.153908 + 4500: -17.425308,56.89219 + 4501: -16.440933,55.814064 + 4502: -17.565933,52.427345 + 4503: -17.296402,51.665627 + 4504: -16.405777,48.15 + 6517: -1.2052917,34.102757 + 6529: -62.314003,9.298165 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7105,70 +7073,70 @@ entities: 158: 3,-8 213: 13,24 220: 37,36 - 3760: -1.2687241,-6.2440906 - 3761: 3.606276,-6.314403 - 3829: 3.3168716,10.533075 - 3830: 2.9887466,11.0487 - 3839: -1.2534407,15.759638 - 3840: -1.2300032,9.26745 - 3874: 47.10689,-9.617738 - 3875: 46.520954,-10.027894 - 3887: 45.571735,12.222608 - 3888: 46.456665,4.238405 - 3910: 70.482315,-2.6857786 - 3911: 59.65419,-2.6857786 - 3912: 65.58388,-12.002185 - 3913: 64.92763,-11.181872 - 3914: 67.9745,-20.817688 - 3915: 63.654434,-25.675419 - 3916: 50.523678,-26.812138 - 3952: 55.647358,-7.219159 - 3953: 55.72939,-7.8636904 - 3954: 53.19814,-4.2543154 - 3955: 54.944233,-0.5511904 - 3956: 61.120014,-0.07072163 - 3957: 72.44849,-5.871503 - 3958: 67.77757,-13.922138 - 3959: 66.453354,-25.372675 - 3960: 51.521744,-28.314081 - 3961: 49.85768,-16.8148 - 3962: 54.240494,-12.090313 - 3982: 35.16757,-36.640537 - 3983: 37.335537,-36.956944 - 4038: -24.117771,-35.0781 - 4039: -24.31699,-27.906221 - 4040: -8.731053,-29.523409 - 4183: 58.31439,8.335475 - 4184: 55.736263,8.335475 - 4185: 63.00189,8.370631 - 4210: 40.75803,-15.316414 - 4211: 40.359592,-14.660164 - 4212: 43.46506,-12.058601 - 4213: 49.427353,-17.204317 - 4214: 43.63263,-20.56466 - 4215: 38.28888,-20.400597 - 4241: -35.427177,-23.175499 - 4242: -36.07171,-24.030968 - 4373: -29.275717,17.39725 - 4418: 37.268784,43.60165 - 4419: 36.483627,41.4454 - 4420: 36.507065,36.910244 - 4421: 36.46019,32.72665 - 4422: 36.624252,31.730556 - 4451: 10.025911,35.373306 - 4452: 13.904818,34.635025 - 4453: 21.990755,38.853775 - 4454: 22.682161,35.71315 - 4455: 22.354036,35.302994 - 4527: -2.4699473,57.66812 - 4528: -1.9605174,61.33826 - 4617: -18.422426,-13.633619 - 4618: -14.188051,-13.727369 - 6356: 45.7115,21.249813 - 6357: 45.24275,20.921688 - 6554: 27.056904,-17.133144 - 6555: 30.424091,-16.844082 - 6670: 33.843174,-9.091288 + 3731: -1.2687241,-6.2440906 + 3732: 3.606276,-6.314403 + 3800: 3.3168716,10.533075 + 3801: 2.9887466,11.0487 + 3810: -1.2534407,15.759638 + 3811: -1.2300032,9.26745 + 3845: 47.10689,-9.617738 + 3846: 46.520954,-10.027894 + 3858: 45.571735,12.222608 + 3859: 46.456665,4.238405 + 3881: 70.482315,-2.6857786 + 3882: 59.65419,-2.6857786 + 3883: 65.58388,-12.002185 + 3884: 64.92763,-11.181872 + 3885: 67.9745,-20.817688 + 3886: 63.654434,-25.675419 + 3887: 50.523678,-26.812138 + 3923: 55.647358,-7.219159 + 3924: 55.72939,-7.8636904 + 3925: 53.19814,-4.2543154 + 3926: 54.944233,-0.5511904 + 3927: 61.120014,-0.07072163 + 3928: 72.44849,-5.871503 + 3929: 67.77757,-13.922138 + 3930: 66.453354,-25.372675 + 3931: 51.521744,-28.314081 + 3932: 49.85768,-16.8148 + 3933: 54.240494,-12.090313 + 3953: 35.16757,-36.640537 + 3954: 37.335537,-36.956944 + 4009: -24.117771,-35.0781 + 4010: -24.31699,-27.906221 + 4011: -8.731053,-29.523409 + 4154: 58.31439,8.335475 + 4155: 55.736263,8.335475 + 4156: 63.00189,8.370631 + 4181: 40.75803,-15.316414 + 4182: 40.359592,-14.660164 + 4183: 43.46506,-12.058601 + 4184: 49.427353,-17.204317 + 4185: 43.63263,-20.56466 + 4186: 38.28888,-20.400597 + 4212: -35.427177,-23.175499 + 4213: -36.07171,-24.030968 + 4344: -29.275717,17.39725 + 4389: 37.268784,43.60165 + 4390: 36.483627,41.4454 + 4391: 36.507065,36.910244 + 4392: 36.46019,32.72665 + 4393: 36.624252,31.730556 + 4422: 10.025911,35.373306 + 4423: 13.904818,34.635025 + 4424: 21.990755,38.853775 + 4425: 22.682161,35.71315 + 4426: 22.354036,35.302994 + 4476: -2.4699473,57.66812 + 4477: -1.9605174,61.33826 + 4561: -18.422426,-13.633619 + 4562: -14.188051,-13.727369 + 6286: 45.7115,21.249813 + 6287: 45.24275,20.921688 + 6480: 27.056904,-17.133144 + 6481: 30.424091,-16.844082 + 6596: 33.843174,-9.091288 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -7184,51 +7152,45 @@ entities: 168: 14,-39 240: 49,53 275: 28,-37 - 3805: -44.33088,-2.2482138 - 3806: -43.93244,-5.8693075 - 3807: -41.295723,-9.455245 - 3808: -41.97541,-9.349776 - 3809: -41.95248,-8.139395 - 3841: -1.0776595,8.740107 - 3842: 3.4340591,8.447138 - 3843: -1.335472,13.57995 - 4195: 75.11335,13.796486 - 4356: -82.396416,14.119084 - 4357: -87.62298,11.845647 - 4358: -87.49407,4.019742 - 4359: -87.54095,-0.7380705 - 4360: -95.88801,0.6827178 - 4361: -100.824684,4.2680645 - 4362: -107.24656,11.334471 - 4363: -85.634315,30.506989 - 4493: -13.520875,76.02554 - 4494: -13.743531,75.545074 - 4495: -14.1536875,72.70914 - 4496: -13.4974375,73.295074 - 4497: 3.9494667,71.408356 - 4498: 4.769779,71.33804 - 4499: 10.793217,71.38492 - 4500: 9.82056,71.701324 - 4501: 15.703373,75.09976 - 4502: 15.808842,74.10367 - 4503: 16.078373,77.53726 - 4599: -24.406801,-13.571119 - 4600: -24.172426,-14.039869 - 4601: -19.906801,-13.727369 - 4602: -15.641176,-13.383619 - 4603: -28.891176,-13.477369 - 4679: 47.379055,-0.39145994 - 4680: 46.722805,-0.68052244 - 4681: 46.55093,-1.79771 - 4682: 46.246243,-6.219585 - 4683: 46.668118,-7.11021 - 6421: -37.26589,-32.81844 - 6553: 27.720966,-17.226894 - 6574: 39.272312,21.207067 - 6575: 35.303562,20.972692 - 6589: -0.12716675,37.33713 - 6590: -0.49435425,33.99338 - 6601: -58.423378,9.165353 + 3776: -44.33088,-2.2482138 + 3777: -43.93244,-5.8693075 + 3778: -41.295723,-9.455245 + 3779: -41.97541,-9.349776 + 3780: -41.95248,-8.139395 + 3812: -1.0776595,8.740107 + 3813: 3.4340591,8.447138 + 3814: -1.335472,13.57995 + 4166: 75.11335,13.796486 + 4327: -82.396416,14.119084 + 4328: -87.62298,11.845647 + 4329: -87.49407,4.019742 + 4330: -87.54095,-0.7380705 + 4331: -95.88801,0.6827178 + 4332: -100.824684,4.2680645 + 4333: -107.24656,11.334471 + 4334: -85.634315,30.506989 + 4455: -13.520875,76.02554 + 4456: -13.743531,75.545074 + 4457: -13.4974375,73.295074 + 4458: 15.703373,75.09976 + 4459: 15.808842,74.10367 + 4460: 16.078373,77.53726 + 4546: -24.406801,-13.571119 + 4547: -24.172426,-14.039869 + 4548: -19.906801,-13.727369 + 4549: -28.891176,-13.477369 + 4622: 47.379055,-0.39145994 + 4623: 46.722805,-0.68052244 + 4624: 46.55093,-1.79771 + 4625: 46.246243,-6.219585 + 4626: 46.668118,-7.11021 + 6347: -37.26589,-32.81844 + 6479: 27.720966,-17.226894 + 6500: 39.272312,21.207067 + 6501: 35.303562,20.972692 + 6515: -0.12716675,37.33713 + 6516: -0.49435425,33.99338 + 6527: -58.423378,9.165353 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -7238,14 +7200,16 @@ entities: 181: -5,-46 197: 3,15 242: 35,57 - 3821: -22.625883,17.494452 + 3792: -22.625883,17.494452 + 6641: -13.98396,70.56375 + 6642: -13.655835,69.18875 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 4041: -8.379491,-28.878878 - 4042: -24.50449,-29.347628 - 4043: -24.445896,-35.72263 + 4012: -8.379491,-28.878878 + 4013: -24.50449,-29.347628 + 4014: -24.445896,-35.72263 - node: color: '#FFFFFFFF' id: Flowerspv1 @@ -7256,78 +7220,74 @@ entities: 244: 49,56 245: 75,19 273: 37,-37 - 3810: -42.435295,-8.444082 - 3811: -32.368748,-1.3575978 - 3812: -31.513279,-3.0685353 - 3813: -32.274998,6.4943037 - 3831: 3.586403,9.560419 - 3835: 2.9067154,14.083857 - 3836: 3.4340591,13.451044 - 3838: -1.3120345,15.372919 - 3871: 41.22408,-12.2193 - 3872: 41.716267,-12.5357065 - 3984: 38.132412,-36.9921 - 3985: 37.733974,-36.663975 - 3986: 30.386318,-36.6171 - 3987: 28.663662,-36.499912 - 3988: 34.063217,-36.781162 - 3989: 15.738369,-38.61382 - 3990: 14.2618065,-38.7896 - 3991: 19.769619,-38.813038 - 3992: 20.78915,-38.87163 - 4033: -9.129491,-28.468721 - 4034: -8.414647,-30.660128 - 4035: -24.12949,-31.29294 - 4036: -24.246677,-28.316378 - 4037: -24.375584,-34.269505 - 4179: 55.255795,8.300319 - 4180: 62.3222,8.00735 - 4181: 61.806576,8.558131 - 4182: 64.16205,8.241725 - 4341: -81.4554,17.473248 - 4342: -88.053055,17.238873 - 4343: -88.9554,16.535748 - 4344: -88.66243,15.832623 - 4345: -93.4554,12.328717 - 4346: -94.34602,11.074811 - 4347: -80.95149,10.61778 - 4348: -94.521805,4.164173 - 4349: -88.31087,1.6915169 - 4350: -88.92024,0.19151688 - 4351: -87.60774,-0.9920769 - 4352: -96.80696,1.8790169 - 4353: -96.385086,1.4571419 - 4354: -96.760086,1.1524544 - 4355: -81.97454,14.540959 - 4374: -21.810873,17.643343 - 4375: -16.579916,17.619905 - 4378: 14.210445,23.932573 - 4379: 13.589352,24.389605 - 4423: 36.56566,32.08212 - 4424: 36.94066,31.390713 - 4425: 36.55394,35.937588 - 4513: -13.743439,73.35367 - 4514: 4.6081233,71.34976 - 4515: 4.2214046,70.79898 - 4516: 11.545624,71.00992 - 4517: 15.932991,73.71695 - 4518: 16.120491,77.607574 - 4519: -13.921142,74.58235 - 4520: 7.16089,71.28938 - 4521: -2.2590098,60.890778 - 4522: -1.8840097,60.49234 - 4561: -16.46437,58.884377 - 4687: 47.31596,-8.0932665 - 4688: 46.339397,-1.3552244 - 4689: 47.425335,0.06665063 - 4698: 0.854146,50.630543 - 4699: 1.276021,52.427418 - 6422: -38.0237,-34.490314 - 6423: -35.55495,-32.69344 - 6577: 38.577,21.199255 - 6593: 0.14627075,35.12407 - 6594: -1.1427917,36.16313 - 6602: -58.923378,9.040353 + 3781: -42.435295,-8.444082 + 3782: -32.368748,-1.3575978 + 3783: -31.513279,-3.0685353 + 3784: -32.274998,6.4943037 + 3802: 3.586403,9.560419 + 3806: 2.9067154,14.083857 + 3807: 3.4340591,13.451044 + 3809: -1.3120345,15.372919 + 3842: 41.22408,-12.2193 + 3843: 41.716267,-12.5357065 + 3955: 38.132412,-36.9921 + 3956: 37.733974,-36.663975 + 3957: 30.386318,-36.6171 + 3958: 28.663662,-36.499912 + 3959: 34.063217,-36.781162 + 3960: 15.738369,-38.61382 + 3961: 14.2618065,-38.7896 + 3962: 19.769619,-38.813038 + 3963: 20.78915,-38.87163 + 4004: -9.129491,-28.468721 + 4005: -8.414647,-30.660128 + 4006: -24.12949,-31.29294 + 4007: -24.246677,-28.316378 + 4008: -24.375584,-34.269505 + 4150: 55.255795,8.300319 + 4151: 62.3222,8.00735 + 4152: 61.806576,8.558131 + 4153: 64.16205,8.241725 + 4312: -81.4554,17.473248 + 4313: -88.053055,17.238873 + 4314: -88.9554,16.535748 + 4315: -88.66243,15.832623 + 4316: -93.4554,12.328717 + 4317: -94.34602,11.074811 + 4318: -80.95149,10.61778 + 4319: -94.521805,4.164173 + 4320: -88.31087,1.6915169 + 4321: -88.92024,0.19151688 + 4322: -87.60774,-0.9920769 + 4323: -96.80696,1.8790169 + 4324: -96.385086,1.4571419 + 4325: -96.760086,1.1524544 + 4326: -81.97454,14.540959 + 4345: -21.810873,17.643343 + 4346: -16.579916,17.619905 + 4349: 14.210445,23.932573 + 4350: 13.589352,24.389605 + 4394: 36.56566,32.08212 + 4395: 36.94066,31.390713 + 4396: 36.55394,35.937588 + 4466: -13.743439,73.35367 + 4467: 15.932991,73.71695 + 4468: 16.120491,77.607574 + 4469: -13.921142,74.58235 + 4470: -2.2590098,60.890778 + 4471: -1.8840097,60.49234 + 4510: -16.46437,58.884377 + 4630: 47.31596,-8.0932665 + 4631: 46.339397,-1.3552244 + 4632: 47.425335,0.06665063 + 4641: 0.854146,50.630543 + 4642: 1.276021,52.427418 + 6348: -38.0237,-34.490314 + 6349: -35.55495,-32.69344 + 6503: 38.577,21.199255 + 6519: 0.14627075,35.12407 + 6520: -1.1427917,36.16313 + 6528: -58.923378,9.040353 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -7335,10 +7295,10 @@ entities: 194: -1,10 206: -28,18 222: 37,40 - 6679: 34.811924,-8.872538 - 6680: 35.530674,-9.257954 - 6681: 36.11401,-8.872538 - 6682: 35.968174,-10.091288 + 6605: 34.811924,-8.872538 + 6606: 35.530674,-9.257954 + 6607: 36.11401,-8.872538 + 6608: 35.968174,-10.091288 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -7348,58 +7308,58 @@ entities: 186: -11,-50 205: -16,18 217: 14,25 - 3799: -44.096504,-3.1622763 - 3800: -44.565254,-4.7911825 - 3801: -43.66291,2.357255 - 3802: -43.311348,5.451005 - 3877: 45.302204,-10.180238 - 3889: 46.04651,11.659302 - 3890: 45.601196,14.553833 - 3891: 46.169136,15.167618 - 3892: 60.727173,-0.47294283 - 3893: 60.587387,-2.518785 - 3894: 59.35692,-2.1672225 - 3895: 70.58348,-1.7336287 - 3896: 66.320595,-11.504879 - 3897: 67.31259,-21.545208 - 3898: 64.39785,-25.981995 - 3899: 49.421288,-26.192932 - 3963: 54.767838,-12.277813 - 3964: 56.502213,-7.859844 - 3965: 54.63893,-7.250469 - 3966: 57.45143,-2.8077326 - 3967: 69.32832,-2.2803888 - 3968: 75.42234,-3.3819513 - 3969: 76.1489,-0.80382633 - 3970: 68.297264,-21.75607 - 3971: 65.38301,-26.463566 - 3972: 59.2887,-28.432316 - 3973: 41.39664,-30.499702 - 3974: 41.361485,-28.894234 - 4196: 74.43366,14.476173 - 4197: 74.63288,18.085548 - 4236: -35.544365,-21.370811 - 4456: 22.893099,35.033463 - 4457: 21.932161,39.73268 - 4458: 13.354036,35.103775 - 4459: 8.900911,35.267838 - 4562: -17.249527,56.42344 - 4563: -16.47609,51.970314 - 4564: -17.179214,48.25547 - 4610: -30.141176,-13.477369 - 4611: -28.734926,-14.055494 - 4612: -23.813051,-13.539869 - 4613: -23.188051,-13.492994 - 4614: -18.969301,-14.164869 - 4615: -17.703676,-13.477369 - 4616: -18.531801,-13.258619 - 6358: 47.695873,20.83575 - 6558: 28.103779,-16.859707 - 6559: 32.252216,-17.49252 - 6560: 0.82022095,-38.51386 - 6671: 36.061924,-11.132954 - 6677: 32.051506,-8.924621 - 6678: 33.686924,-9.216288 + 3770: -44.096504,-3.1622763 + 3771: -44.565254,-4.7911825 + 3772: -43.66291,2.357255 + 3773: -43.311348,5.451005 + 3848: 45.302204,-10.180238 + 3860: 46.04651,11.659302 + 3861: 45.601196,14.553833 + 3862: 46.169136,15.167618 + 3863: 60.727173,-0.47294283 + 3864: 60.587387,-2.518785 + 3865: 59.35692,-2.1672225 + 3866: 70.58348,-1.7336287 + 3867: 66.320595,-11.504879 + 3868: 67.31259,-21.545208 + 3869: 64.39785,-25.981995 + 3870: 49.421288,-26.192932 + 3934: 54.767838,-12.277813 + 3935: 56.502213,-7.859844 + 3936: 54.63893,-7.250469 + 3937: 57.45143,-2.8077326 + 3938: 69.32832,-2.2803888 + 3939: 75.42234,-3.3819513 + 3940: 76.1489,-0.80382633 + 3941: 68.297264,-21.75607 + 3942: 65.38301,-26.463566 + 3943: 59.2887,-28.432316 + 3944: 41.39664,-30.499702 + 3945: 41.361485,-28.894234 + 4167: 74.43366,14.476173 + 4168: 74.63288,18.085548 + 4207: -35.544365,-21.370811 + 4427: 22.893099,35.033463 + 4428: 21.932161,39.73268 + 4429: 13.354036,35.103775 + 4430: 8.900911,35.267838 + 4511: -17.249527,56.42344 + 4512: -16.47609,51.970314 + 4513: -17.179214,48.25547 + 4555: -30.141176,-13.477369 + 4556: -23.813051,-13.539869 + 4557: -23.188051,-13.492994 + 4558: -18.969301,-14.164869 + 4559: -17.703676,-13.477369 + 4560: -18.531801,-13.258619 + 6288: 47.695873,20.83575 + 6484: 28.103779,-16.859707 + 6485: 32.252216,-17.49252 + 6486: 0.82022095,-38.51386 + 6597: 36.061924,-11.132954 + 6603: 32.051506,-8.924621 + 6604: 33.686924,-9.216288 + 6643: -13.562085,70.26688 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -7407,17 +7367,17 @@ entities: 183: 6,-46 198: 3,10 202: -19,18 - 3797: -43.885567,1.513505 - 3822: -26.30557,17.564764 - 3837: -1.288597,14.376825 - 4201: 74.688835,19.939117 - 4202: 43.913097,15.355074 - 4448: 10.471224,35.81862 - 4449: 22.166536,36.615494 - 4450: 22.939974,39.73268 - 6592: -0.31466675,36.571507 - 6668: 32.721985,-8.915822 - 6669: 32.930317,-9.030405 + 3768: -43.885567,1.513505 + 3793: -26.30557,17.564764 + 3808: -1.288597,14.376825 + 4172: 74.688835,19.939117 + 4173: 43.913097,15.355074 + 4419: 10.471224,35.81862 + 4420: 22.166536,36.615494 + 4421: 22.939974,39.73268 + 6518: -0.31466675,36.571507 + 6594: 32.721985,-8.915822 + 6595: 32.930317,-9.030405 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7430,44 +7390,44 @@ entities: decals: 214: 5,23 274: 35,-37 - 3798: -44.33088,-4.029464 - 3814: -32.15781,7.1505537 - 3815: -31.724216,7.37321 - 3816: -30.759369,17.623358 - 3817: -30.067963,17.588202 - 3873: 41.727985,-11.668519 - 3980: 29.472256,-36.71085 - 3981: 34.534756,-36.851475 - 3995: 15.53915,-38.68413 - 3996: 18.316494,-38.89507 - 4031: -8.660741,-28.234346 - 4032: -9.059178,-27.695284 - 4205: 44.428345,15.260944 - 4206: 46.44397,8.143846 - 4207: 40.676,-10.025475 - 4208: 40.523655,-10.611412 - 4209: 43.699436,-11.490318 - 4239: -36.118584,-21.019249 - 4240: -35.626396,-23.655968 - 4329: -89.14887,14.78907 - 4330: -87.64887,14.13282 - 4331: -89.32465,11.32032 - 4332: -88.99653,10.429695 - 4333: -93.57856,11.800789 - 4334: -94.16312,4.915489 - 4335: -95.393585,1.246851 - 4336: -94.936554,1.4929447 - 4337: -89.37015,1.1296635 - 4338: -87.612335,1.7390385 - 4339: -87.72952,4.153101 - 4340: -81.05696,17.16856 - 4684: 46.28471,-6.9057665 - 4685: 46.823772,-7.7807665 - 4686: 46.34721,-7.8120165 - 4690: 46.769085,-0.38647437 - 6556: 28.478779,-17.375332 - 6557: 31.135029,-17.289394 - 6600: -61.36869,8.93879 + 3769: -44.33088,-4.029464 + 3785: -32.15781,7.1505537 + 3786: -31.724216,7.37321 + 3787: -30.759369,17.623358 + 3788: -30.067963,17.588202 + 3844: 41.727985,-11.668519 + 3951: 29.472256,-36.71085 + 3952: 34.534756,-36.851475 + 3966: 15.53915,-38.68413 + 3967: 18.316494,-38.89507 + 4002: -8.660741,-28.234346 + 4003: -9.059178,-27.695284 + 4176: 44.428345,15.260944 + 4177: 46.44397,8.143846 + 4178: 40.676,-10.025475 + 4179: 40.523655,-10.611412 + 4180: 43.699436,-11.490318 + 4210: -36.118584,-21.019249 + 4211: -35.626396,-23.655968 + 4300: -89.14887,14.78907 + 4301: -87.64887,14.13282 + 4302: -89.32465,11.32032 + 4303: -88.99653,10.429695 + 4304: -93.57856,11.800789 + 4305: -94.16312,4.915489 + 4306: -95.393585,1.246851 + 4307: -94.936554,1.4929447 + 4308: -89.37015,1.1296635 + 4309: -87.612335,1.7390385 + 4310: -87.72952,4.153101 + 4311: -81.05696,17.16856 + 4627: 46.28471,-6.9057665 + 4628: 46.823772,-7.7807665 + 4629: 46.34721,-7.8120165 + 4633: 46.769085,-0.38647437 + 6482: 28.478779,-17.375332 + 6483: 31.135029,-17.289394 + 6526: -61.36869,8.93879 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -7478,79 +7438,79 @@ entities: 203: -30,18 241: 35,55 253: 63,8 - 3792: -44.448067,-3.31462 - 3793: -43.967598,-4.732589 - 3794: -44.108223,-6.8536825 - 3818: -25.7789,17.857733 - 3832: 3.0356216,9.384638 - 3833: 3.398903,9.290888 - 3876: 47.31783,-10.227113 - 3885: 46.392048,12.57417 - 3886: 46.040485,12.140576 - 3900: 49.1166,-26.603088 - 3901: 49.843163,-27.083557 - 3902: 49.58535,-18.62262 - 3903: 49.468163,-19.325745 - 3904: 65.46426,-11.159059 - 3905: 56.69863,-7.2684336 - 3906: 58.339256,-2.1115599 - 3907: 64.80801,-3.9982786 - 3908: 65.12441,-4.349841 - 3909: 75.4745,-4.54906 - 3997: 18.91415,-38.52007 - 3998: 13.47665,-38.89507 - 3999: 20.437588,-38.80132 - 4000: 8.689707,-45.91225 - 4001: 8.103769,-45.631 - 4002: 5.220957,-45.92397 - 4003: 4.683049,-49.234737 - 4004: 12.569768,-50.476925 - 4005: 12.82758,-51.273796 - 4006: -10.468108,-51.59378 - 4007: -10.608733,-50.585968 - 4008: -5.5732093,-45.661797 - 4009: -4.6239905,-45.954765 - 4044: -24.328709,-34.79685 - 4045: -8.356053,-30.121065 - 4046: -24.481052,-28.363253 - 4047: -24.12949,-31.808565 - 4175: 62.41595,8.417506 - 4176: 63.622986,8.2886 - 4177: 56.90814,8.300319 - 4178: 57.681576,8.347194 - 4194: 74.9239,14.301609 - 4376: -17.177572,17.701937 - 4377: 4.425289,24.43648 - 4408: 35.379406,56.384266 - 4409: 35.35597,54.427235 - 4410: 48.516125,53.44286 - 4411: 48.529694,56.54833 - 4412: 36.65941,43.68774 - 4413: 36.600815,42.573784 - 4414: 36.55394,35.679775 - 4415: 37.350815,36.93368 - 4416: 37.327377,32.36337 - 4417: 37.22191,44.375088 - 4444: 13.822786,35.63112 - 4445: 14.16263,35.16237 - 4446: 9.018099,34.85768 - 4447: 9.463411,34.517838 - 4525: -2.2121348,60.257965 - 4526: -1.9660411,57.49234 - 4556: -16.792496,47.845314 - 4557: -17.40187,50.552345 - 4558: -16.897964,51.25547 - 4559: -16.83937,55.439064 - 4560: -17.13234,58.09922 - 4606: -24.656801,-13.586744 - 4607: -19.375551,-13.602369 - 4608: -14.906801,-14.117994 - 4609: -29.344301,-13.664869 - 4696: 0.838521,49.943043 - 6359: 47.8365,20.992 - 6360: 45.039623,21.343563 - 6420: -37.92995,-32.66219 - 6576: 35.873875,20.83988 + 3763: -44.448067,-3.31462 + 3764: -43.967598,-4.732589 + 3765: -44.108223,-6.8536825 + 3789: -25.7789,17.857733 + 3803: 3.0356216,9.384638 + 3804: 3.398903,9.290888 + 3847: 47.31783,-10.227113 + 3856: 46.392048,12.57417 + 3857: 46.040485,12.140576 + 3871: 49.1166,-26.603088 + 3872: 49.843163,-27.083557 + 3873: 49.58535,-18.62262 + 3874: 49.468163,-19.325745 + 3875: 65.46426,-11.159059 + 3876: 56.69863,-7.2684336 + 3877: 58.339256,-2.1115599 + 3878: 64.80801,-3.9982786 + 3879: 65.12441,-4.349841 + 3880: 75.4745,-4.54906 + 3968: 18.91415,-38.52007 + 3969: 13.47665,-38.89507 + 3970: 20.437588,-38.80132 + 3971: 8.689707,-45.91225 + 3972: 8.103769,-45.631 + 3973: 5.220957,-45.92397 + 3974: 4.683049,-49.234737 + 3975: 12.569768,-50.476925 + 3976: 12.82758,-51.273796 + 3977: -10.468108,-51.59378 + 3978: -10.608733,-50.585968 + 3979: -5.5732093,-45.661797 + 3980: -4.6239905,-45.954765 + 4015: -24.328709,-34.79685 + 4016: -8.356053,-30.121065 + 4017: -24.481052,-28.363253 + 4018: -24.12949,-31.808565 + 4146: 62.41595,8.417506 + 4147: 63.622986,8.2886 + 4148: 56.90814,8.300319 + 4149: 57.681576,8.347194 + 4165: 74.9239,14.301609 + 4347: -17.177572,17.701937 + 4348: 4.425289,24.43648 + 4379: 35.379406,56.384266 + 4380: 35.35597,54.427235 + 4381: 48.516125,53.44286 + 4382: 48.529694,56.54833 + 4383: 36.65941,43.68774 + 4384: 36.600815,42.573784 + 4385: 36.55394,35.679775 + 4386: 37.350815,36.93368 + 4387: 37.327377,32.36337 + 4388: 37.22191,44.375088 + 4415: 13.822786,35.63112 + 4416: 14.16263,35.16237 + 4417: 9.018099,34.85768 + 4418: 9.463411,34.517838 + 4474: -2.2121348,60.257965 + 4475: -1.9660411,57.49234 + 4505: -16.792496,47.845314 + 4506: -17.40187,50.552345 + 4507: -16.897964,51.25547 + 4508: -16.83937,55.439064 + 4509: -17.13234,58.09922 + 4551: -24.656801,-13.586744 + 4552: -19.375551,-13.602369 + 4553: -14.906801,-14.117994 + 4554: -29.344301,-13.664869 + 4639: 0.838521,49.943043 + 6289: 47.8365,20.992 + 6290: 45.039623,21.343563 + 6346: -37.92995,-32.66219 + 6502: 35.873875,20.83988 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7572,66 +7532,80 @@ entities: 204: -25,18 215: 4,25 221: 37,35 - 3762: 3.371901,-10.462841 - 3763: -1.4562241,-11.751904 - 3795: -42.877754,4.46663 - 3796: -44.284004,1.9470987 - 4216: 38.00763,-20.166222 - 4380: 13.50732,24.038042 - 4504: 15.35181,77.65445 - 4505: 15.984623,77.033356 - 4506: 15.375248,74.84195 - 4507: 11.22681,71.314606 - 4508: 10.336185,71.138824 - 4509: 5.297123,71.36148 - 4510: 4.1369667,71.45523 - 4511: -13.626251,74.72476 - 4512: -13.860626,73.86929 - 4697: 1.182271,50.482105 - 6673: 36.197342,-11.987121 - 6674: 35.874424,-10.112121 - 6675: 35.041092,-8.841288 - 6676: 34.124424,-9.216288 + 3733: 3.371901,-10.462841 + 3734: -1.4562241,-11.751904 + 3766: -42.877754,4.46663 + 3767: -44.284004,1.9470987 + 4187: 38.00763,-20.166222 + 4351: 13.50732,24.038042 + 4461: 15.35181,77.65445 + 4462: 15.984623,77.033356 + 4463: 15.375248,74.84195 + 4464: -13.626251,74.72476 + 4465: -13.860626,73.86929 + 4640: 1.182271,50.482105 + 6599: 36.197342,-11.987121 + 6600: 35.874424,-10.112121 + 6601: 35.041092,-8.841288 + 6602: 34.124424,-9.216288 - node: - color: '#334E6DFF' + color: '#4B709CFF' id: FullTileOverlayGreyscale decals: - 678: -26,76 + 6649: 9,62 + - node: + color: '#66CD49FF' + id: FullTileOverlayGreyscale + decals: + 6661: 6,58 + - node: + color: '#765428FF' + id: FullTileOverlayGreyscale + decals: + 6656: 8,58 - node: color: '#91D4FFFF' id: FullTileOverlayGreyscale decals: - 677: -29,76 + 6648: 6,62 + - node: + color: '#9C2020FF' + id: FullTileOverlayGreyscale + decals: + 6650: 9,58 - node: color: '#9FED58FF' id: FullTileOverlayGreyscale decals: - 681: -26,72 + 6657: 7,58 + 6658: 7,58 + 6659: 7,58 + 6660: 7,58 - node: - color: '#A46106FF' + color: '#BA8841FF' id: FullTileOverlayGreyscale decals: - 683: -28,72 + 6654: 8,62 - node: - color: '#D381C9FF' + color: '#F98AFFFF' id: FullTileOverlayGreyscale decals: - 680: -28,76 + 6651: 7,62 - node: - color: '#D4D4D4FF' + color: '#FED83DFF' id: FullTileOverlayGreyscale decals: - 684: -29,72 + 6655: 8,62 - node: - color: '#DE3A3AFF' + color: '#FFA647FF' id: FullTileOverlayGreyscale decals: - 682: -27,72 + 6653: 8,62 - node: - color: '#EFB341FF' + color: '#FFFF00FF' id: FullTileOverlayGreyscale decals: - 679: -27,76 + 6652: 8,62 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7661,39 +7635,38 @@ entities: 279: 39,-37 324: -106.45246,26.066643 331: -101.35871,25.457268 - 3847: -1.2555814,12.724482 - 3848: -1.3258939,11.2362 - 3849: 3.3967624,13.626825 - 3850: 3.2912936,15.536982 - 3851: 42.188217,-12.685484 - 3852: 42.9265,-13.622984 - 3853: 42.668686,-13.037046 - 3854: 40.793686,-14.548765 - 3855: 40.992905,-15.169859 - 3856: 40.84056,-10.646421 - 3857: 47.250717,-9.521421 - 3858: 47.485092,-8.841734 - 3859: 46.38353,6.408603 - 3860: 45.199936,12.368394 - 3861: 45.24681,14.782456 - 3862: 46.27806,13.950425 - 4364: -76.73136,11.083948 - 4365: -81.59464,14.119104 - 4366: -88.25988,13.697229 - 4367: -88.84687,4.3498635 - 4368: -87.53437,0.55515265 - 4369: -95.58354,2.7231214 - 4370: -17.58807,17.6785 - 4371: -23.674154,17.561312 - 4372: -20.310873,17.631624 - 4431: 22.022528,35.620773 - 4432: 23.018621,37.23796 - 4433: 21.928778,39.60515 - 4434: 13.119661,35.666275 - 4435: 13.41263,34.822525 - 4436: 8.924349,35.4319 - 4604: -28.203676,-13.430494 - 4605: -23.609926,-14.149244 + 3818: -1.2555814,12.724482 + 3819: -1.3258939,11.2362 + 3820: 3.3967624,13.626825 + 3821: 3.2912936,15.536982 + 3822: 42.188217,-12.685484 + 3823: 42.9265,-13.622984 + 3824: 42.668686,-13.037046 + 3825: 40.793686,-14.548765 + 3826: 40.992905,-15.169859 + 3827: 40.84056,-10.646421 + 3828: 47.250717,-9.521421 + 3829: 47.485092,-8.841734 + 3830: 46.38353,6.408603 + 3831: 45.199936,12.368394 + 3832: 45.24681,14.782456 + 3833: 46.27806,13.950425 + 4335: -76.73136,11.083948 + 4336: -81.59464,14.119104 + 4337: -88.25988,13.697229 + 4338: -88.84687,4.3498635 + 4339: -87.53437,0.55515265 + 4340: -95.58354,2.7231214 + 4341: -17.58807,17.6785 + 4342: -23.674154,17.561312 + 4343: -20.310873,17.631624 + 4402: 22.022528,35.620773 + 4403: 23.018621,37.23796 + 4404: 21.928778,39.60515 + 4405: 13.119661,35.666275 + 4406: 13.41263,34.822525 + 4407: 8.924349,35.4319 + 4550: -23.609926,-14.149244 - node: color: '#FFFFFFFF' id: Grassc2 @@ -7701,24 +7674,24 @@ entities: 211: -29,18 327: -106.37434,22.410393 330: -104.74934,19.879143 - 3790: -44.58869,0.31819248 - 3791: -43.979317,-3.6661825 + 3761: -44.58869,0.31819248 + 3762: -43.979317,-3.6661825 - node: color: '#FFFFFFFF' id: Grassc3 decals: 254: 55,8 - 4026: -24.094334,-28.66794 - 4027: -24.574802,-30.753878 - 4028: -23.836521,-34.03513 - 4029: -8.473241,-29.031221 - 4030: -9.223241,-28.398409 - 4540: -17.554214,51.091408 - 4541: -16.65187,52.65 - 4542: -16.546402,56.470314 - 4543: -17.179214,58.732033 - 4544: -17.190933,59.353127 - 4545: -16.581558,54.314064 + 3997: -24.094334,-28.66794 + 3998: -24.574802,-30.753878 + 3999: -23.836521,-34.03513 + 4000: -8.473241,-29.031221 + 4001: -9.223241,-28.398409 + 4489: -17.554214,51.091408 + 4490: -16.65187,52.65 + 4491: -16.546402,56.470314 + 4492: -17.179214,58.732033 + 4493: -17.190933,59.353127 + 4494: -16.581558,54.314064 - node: color: '#FFFFFFFF' id: Grassc4 @@ -7727,11 +7700,11 @@ entities: 326: -100.88996,28.801018 328: -104.62434,20.535393 329: -103.96809,20.222893 - 3785: -43.95588,-0.5724325 - 3786: -44.530098,-1.1466513 - 3787: -44.33088,-4.779464 - 3788: -42.91291,3.5642862 - 3789: -44.108223,2.451005 + 3756: -43.95588,-0.5724325 + 3757: -44.530098,-1.1466513 + 3758: -44.33088,-4.779464 + 3759: -42.91291,3.5642862 + 3760: -44.108223,2.451005 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7754,44 +7727,44 @@ entities: decals: 278: 38,-37 333: -106.62434,25.519768 - 3764: -1.3586571,-5.1471586 - 3765: 3.3054054,-6.5651274 - 3766: -17.25638,-13.645953 - 3767: -14.572786,-13.892047 - 3768: -25.641973,-13.575641 - 3878: 44.458454,-9.981019 - 3879: 47.247517,-8.199769 - 3880: 43.145954,-14.37555 - 3881: 46.134235,10.457251 - 3882: 46.310017,11.254126 - 3883: 43.91939,15.433545 - 3884: 45.63033,15.410108 - 4198: 74.503975,17.347267 - 4199: 75.19538,15.413673 - 4200: 75.20446,20.161774 - 4203: 44.217785,14.802733 - 4204: 43.64319,12.132038 - 4282: -89.45848,14.69341 - 4283: -87.71239,16.919971 - 4284: -88.017075,17.58794 - 4285: -87.442856,12.91216 - 4286: -82.61473,13.017629 - 4287: -82.005356,11.962941 - 4288: -82.43895,12.44341 - 4289: -82.12254,17.248096 - 4290: -93.548325,11.716847 - 4291: -93.642075,10.732472 - 4292: -94.35692,5.6113787 - 4293: -95.52879,3.490285 - 4294: -94.380356,2.7988787 - 4295: -94.755356,1.7559099 - 4296: -89.505356,3.8887224 - 4297: -88.41551,4.615285 - 4298: -87.18504,0.6190014 - 4299: -87.7827,0.054658413 - 4300: -100.82238,5.9791574 - 4301: -81.19448,17.579124 - 4302: -85.97573,30.987486 + 3735: -1.3586571,-5.1471586 + 3736: 3.3054054,-6.5651274 + 3737: -17.25638,-13.645953 + 3738: -14.572786,-13.892047 + 3739: -25.641973,-13.575641 + 3849: 44.458454,-9.981019 + 3850: 47.247517,-8.199769 + 3851: 43.145954,-14.37555 + 3852: 46.134235,10.457251 + 3853: 46.310017,11.254126 + 3854: 43.91939,15.433545 + 3855: 45.63033,15.410108 + 4169: 74.503975,17.347267 + 4170: 75.19538,15.413673 + 4171: 75.20446,20.161774 + 4174: 44.217785,14.802733 + 4175: 43.64319,12.132038 + 4253: -89.45848,14.69341 + 4254: -87.71239,16.919971 + 4255: -88.017075,17.58794 + 4256: -87.442856,12.91216 + 4257: -82.61473,13.017629 + 4258: -82.005356,11.962941 + 4259: -82.43895,12.44341 + 4260: -82.12254,17.248096 + 4261: -93.548325,11.716847 + 4262: -93.642075,10.732472 + 4263: -94.35692,5.6113787 + 4264: -95.52879,3.490285 + 4265: -94.380356,2.7988787 + 4266: -94.755356,1.7559099 + 4267: -89.505356,3.8887224 + 4268: -88.41551,4.615285 + 4269: -87.18504,0.6190014 + 4270: -87.7827,0.054658413 + 4271: -100.82238,5.9791574 + 4272: -81.19448,17.579124 + 4273: -85.97573,30.987486 - node: color: '#FFFFFFFF' id: Grassd2 @@ -7804,81 +7777,76 @@ entities: 371: -101.25319,6.801566 372: -102.97194,2.1765664 373: -107.59694,7.973441 - 3975: 40.67008,-32.269234 - 3976: 41.537266,-31.437202 - 3977: 38.026943,-36.570225 - 3978: 33.128506,-36.72257 - 3979: 29.296474,-36.746006 - 3993: 18.152431,-38.766163 - 3994: 15.6329,-38.80132 - 4010: -4.237272,-45.579765 - 4011: -2.7372718,-46.611015 - 4012: -2.5146155,-48.89617 - 4013: -10.72946,-52.38836 - 4014: 4.4652367,-46.596336 - 4015: 8.613674,-42.547398 - 4016: -8.812107,-29.940277 - 4017: -8.390232,-29.389496 - 4018: -9.280857,-27.549652 - 4019: -9.339451,-30.994965 - 4020: -24.328709,-31.808565 - 4021: -24.188084,-32.35935 - 4022: -24.516209,-35.499973 - 4023: -24.41074,-27.707003 - 4217: 41.46466,-20.506065 - 4218: 43.105286,-20.588097 - 4219: 40.386536,-20.17794 - 4220: 41.46686,-29.405165 - 4221: 32.185696,-36.547718 - 4222: 30.955227,-36.219593 - 4223: 16.974197,-38.411 - 4224: 9.176867,-43.884598 - 4225: 8.344835,-45.18538 - 4226: 13.26671,-52.60527 - 4227: 4.477648,-48.58574 - 4228: -2.3533373,-47.495895 - 4229: -10.527844,-53.8123 - 4230: -8.970274,-31.41587 - 4231: -24.60868,-32.43083 - 4232: -35.703304,-24.180399 - 4233: -35.37518,-23.477274 - 4234: -36.136898,-21.250711 - 4235: -36.136898,-20.723368 - 4426: 36.600815,34.824306 - 4427: 36.589096,38.574306 - 4428: 36.55394,44.316494 - 4429: 37.175034,43.68368 - 4430: 21.518621,34.62468 - 4465: 11.356211,71.54686 - 4466: 12.029604,71.30289 - 4467: 5.90691,71.80679 - 4468: 4.671523,71.502106 - 4469: 8.398086,71.52554 - 4470: 15.968399,75.1232 - 4471: 15.663712,74.86539 - 4472: 15.628555,77.1857 - 4473: 15.616837,77.9357 - 4474: -13.793809,73.96304 - 4475: -13.430528,74.61929 - 4476: -13.981309,77.63101 - 4529: -17.296402,57.396095 - 4530: -16.921402,56.177345 - 4531: -16.804214,56.89219 - 4532: -16.534683,59.107033 - 4533: -17.366714,52.802345 - 4534: -16.94484,52.040627 - 4535: -17.062027,51.53672 - 4536: -17.612808,49.76719 - 4537: -16.75734,48.407814 - 4538: -16.38234,47.622658 - 6355: 46.664623,20.867 - 6419: -36.633076,-34.232502 - 6549: 27.660282,-16.74252 - 6550: 26.90247,-17.21127 - 6551: 29.863407,-17.281582 - 6552: 31.94601,-16.703457 - 6595: -58.079628,9.180978 - 6596: -62.696815,9.290353 + 3946: 40.67008,-32.269234 + 3947: 41.537266,-31.437202 + 3948: 38.026943,-36.570225 + 3949: 33.128506,-36.72257 + 3950: 29.296474,-36.746006 + 3964: 18.152431,-38.766163 + 3965: 15.6329,-38.80132 + 3981: -4.237272,-45.579765 + 3982: -2.7372718,-46.611015 + 3983: -2.5146155,-48.89617 + 3984: -10.72946,-52.38836 + 3985: 4.4652367,-46.596336 + 3986: 8.613674,-42.547398 + 3987: -8.812107,-29.940277 + 3988: -8.390232,-29.389496 + 3989: -9.280857,-27.549652 + 3990: -9.339451,-30.994965 + 3991: -24.328709,-31.808565 + 3992: -24.188084,-32.35935 + 3993: -24.516209,-35.499973 + 3994: -24.41074,-27.707003 + 4188: 41.46466,-20.506065 + 4189: 43.105286,-20.588097 + 4190: 40.386536,-20.17794 + 4191: 41.46686,-29.405165 + 4192: 32.185696,-36.547718 + 4193: 30.955227,-36.219593 + 4194: 16.974197,-38.411 + 4195: 9.176867,-43.884598 + 4196: 8.344835,-45.18538 + 4197: 13.26671,-52.60527 + 4198: 4.477648,-48.58574 + 4199: -2.3533373,-47.495895 + 4200: -10.527844,-53.8123 + 4201: -8.970274,-31.41587 + 4202: -24.60868,-32.43083 + 4203: -35.703304,-24.180399 + 4204: -35.37518,-23.477274 + 4205: -36.136898,-21.250711 + 4206: -36.136898,-20.723368 + 4397: 36.600815,34.824306 + 4398: 36.589096,38.574306 + 4399: 36.55394,44.316494 + 4400: 37.175034,43.68368 + 4401: 21.518621,34.62468 + 4436: 15.968399,75.1232 + 4437: 15.663712,74.86539 + 4438: 15.628555,77.1857 + 4439: 15.616837,77.9357 + 4440: -13.793809,73.96304 + 4441: -13.430528,74.61929 + 4442: -13.981309,77.63101 + 4478: -17.296402,57.396095 + 4479: -16.921402,56.177345 + 4480: -16.804214,56.89219 + 4481: -16.534683,59.107033 + 4482: -17.366714,52.802345 + 4483: -16.94484,52.040627 + 4484: -17.062027,51.53672 + 4485: -17.612808,49.76719 + 4486: -16.75734,48.407814 + 4487: -16.38234,47.622658 + 6285: 46.664623,20.867 + 6345: -36.633076,-34.232502 + 6475: 27.660282,-16.74252 + 6476: 26.90247,-17.21127 + 6477: 29.863407,-17.281582 + 6478: 31.94601,-16.703457 + 6521: -58.079628,9.180978 + 6522: -62.696815,9.290353 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7900,108 +7868,108 @@ entities: 375: -102.268814,10.754691 376: -101.143814,10.989066 377: -101.112564,5.004691 - 3769: -29.864674,-13.505328 - 3770: -29.153486,-13.317828 - 3771: -32.354507,-2.4801526 - 3772: -32.495132,-3.1949964 - 3773: -31.627947,-0.6754651 - 3774: -32.307632,5.1948705 - 3775: -32.2256,4.644089 - 3776: -43.23399,6.3132153 - 3777: -43.163677,5.8210278 - 3778: -42.85899,5.1296215 - 3779: -43.491802,3.2897778 - 3780: -43.386333,2.856184 - 3781: -44.33712,1.2381024 - 3782: -44.266808,-7.0084305 - 3783: -43.434776,-7.982435 - 3917: 50.054928,-25.94495 - 3918: 48.871334,-26.7887 - 3919: 49.527584,-17.636356 - 3920: 54.777584,-12.405542 - 3921: 55.246334,-9.582343 - 3922: 55.808834,-9.804999 - 3923: 53.441647,-3.8166533 - 3924: 55.445553,-0.44769478 - 3925: 54.566647,-0.78553295 - 3926: 59.992428,-0.29334545 - 3927: 64.832275,-0.69178295 - 3928: 65.582275,-1.4183455 - 3929: 65.46509,-2.2620955 - 3930: 75.81674,-1.0902205 - 3931: 75.514244,-0.4456892 - 4024: -24.141209,-28.10544 - 4186: 58.9472,8.1011 - 4187: 60.587826,8.605006 - 4188: 58.59564,8.75735 - 4189: 56.60129,8.421641 - 4190: 75.18171,13.832859 - 4191: 75.19343,18.860203 - 4192: 74.560616,20.278172 - 4193: 74.9239,20.66489 - 4237: -35.333427,-20.620811 - 4238: -36.188896,-24.159874 - 4309: -88.094185,3.6152077 - 4310: -93.82465,3.8027077 - 4311: -93.74262,2.7714577 - 4312: -89.33637,0.46286392 - 4381: 3.733883,24.89351 - 4382: 13.823727,23.838823 - 4383: 13.31982,23.510698 - 4384: 13.530758,25.420855 - 4385: 4.894039,25.807573 - 4386: 4.3666954,25.709267 - 4387: 9.559973,34.656773 - 4388: 10.485754,34.902866 - 4389: 12.267004,34.938023 - 4390: 13.673254,35.88724 - 4391: 14.2591915,34.66849 - 4392: 23.290749,36.60635 - 4393: 22.50695,37.49889 - 4394: 22.342888,36.19811 - 4395: 22.764763,35.23717 - 4396: 22.88195,36.256702 - 4397: 22.13195,39.303577 - 4398: 21.745232,39.807484 - 4399: 22.14367,40.03014 - 4400: 35.47775,54.387238 - 4401: 35.653732,55.652863 - 4402: 35.513107,55.441925 - 4403: 35.1967,54.668488 - 4404: 49.222614,55.898956 - 4405: 48.765583,56.70755 - 4406: 48.917927,54.56302 - 4407: 48.636677,53.660675 - 4460: 12.548815,35.9944 - 4461: 11.330065,34.459244 - 4477: -13.559434,78.08804 - 4478: -13.325059,75.545074 - 4479: -13.922715,72.58023 - 4480: 10.613007,71.502106 - 4481: 7.5309753,71.06851 - 4482: 15.991913,74.02164 - 4483: 15.323944,74.29117 - 4523: -2.059791,57.85562 - 4524: -2.3058848,60.02359 - 4539: -17.261246,47.528908 - 4672: 46.39468,-5.921156 - 4673: 46.668118,-6.296156 - 4674: 46.668118,-7.5852184 - 4675: 46.402493,-2.3352184 - 4676: 46.011868,-1.8117809 - 4677: 46.371243,-1.4367809 - 4678: 47.402493,-0.38990593 - 4691: 0.8775835,53.771168 - 4692: 1.182271,54.169605 - 4693: 1.2369585,52.169605 - 4694: 0.979146,51.607105 - 4695: 1.1744585,49.825855 + 3740: -29.864674,-13.505328 + 3741: -29.153486,-13.317828 + 3742: -32.354507,-2.4801526 + 3743: -32.495132,-3.1949964 + 3744: -31.627947,-0.6754651 + 3745: -32.307632,5.1948705 + 3746: -32.2256,4.644089 + 3747: -43.23399,6.3132153 + 3748: -43.163677,5.8210278 + 3749: -42.85899,5.1296215 + 3750: -43.491802,3.2897778 + 3751: -43.386333,2.856184 + 3752: -44.33712,1.2381024 + 3753: -44.266808,-7.0084305 + 3754: -43.434776,-7.982435 + 3888: 50.054928,-25.94495 + 3889: 48.871334,-26.7887 + 3890: 49.527584,-17.636356 + 3891: 54.777584,-12.405542 + 3892: 55.246334,-9.582343 + 3893: 55.808834,-9.804999 + 3894: 53.441647,-3.8166533 + 3895: 55.445553,-0.44769478 + 3896: 54.566647,-0.78553295 + 3897: 59.992428,-0.29334545 + 3898: 64.832275,-0.69178295 + 3899: 65.582275,-1.4183455 + 3900: 65.46509,-2.2620955 + 3901: 75.81674,-1.0902205 + 3902: 75.514244,-0.4456892 + 3995: -24.141209,-28.10544 + 4157: 58.9472,8.1011 + 4158: 60.587826,8.605006 + 4159: 58.59564,8.75735 + 4160: 56.60129,8.421641 + 4161: 75.18171,13.832859 + 4162: 75.19343,18.860203 + 4163: 74.560616,20.278172 + 4164: 74.9239,20.66489 + 4208: -35.333427,-20.620811 + 4209: -36.188896,-24.159874 + 4280: -88.094185,3.6152077 + 4281: -93.82465,3.8027077 + 4282: -93.74262,2.7714577 + 4283: -89.33637,0.46286392 + 4352: 3.733883,24.89351 + 4353: 13.823727,23.838823 + 4354: 13.31982,23.510698 + 4355: 13.530758,25.420855 + 4356: 4.894039,25.807573 + 4357: 4.3666954,25.709267 + 4358: 9.559973,34.656773 + 4359: 10.485754,34.902866 + 4360: 12.267004,34.938023 + 4361: 13.673254,35.88724 + 4362: 14.2591915,34.66849 + 4363: 23.290749,36.60635 + 4364: 22.50695,37.49889 + 4365: 22.342888,36.19811 + 4366: 22.764763,35.23717 + 4367: 22.88195,36.256702 + 4368: 22.13195,39.303577 + 4369: 21.745232,39.807484 + 4370: 22.14367,40.03014 + 4371: 35.47775,54.387238 + 4372: 35.653732,55.652863 + 4373: 35.513107,55.441925 + 4374: 35.1967,54.668488 + 4375: 49.222614,55.898956 + 4376: 48.765583,56.70755 + 4377: 48.917927,54.56302 + 4378: 48.636677,53.660675 + 4431: 12.548815,35.9944 + 4432: 11.330065,34.459244 + 4443: -13.559434,78.08804 + 4444: -13.325059,75.545074 + 4445: -13.922715,72.58023 + 4446: 15.991913,74.02164 + 4447: 15.323944,74.29117 + 4472: -2.059791,57.85562 + 4473: -2.3058848,60.02359 + 4488: -17.261246,47.528908 + 4615: 46.39468,-5.921156 + 4616: 46.668118,-6.296156 + 4617: 46.668118,-7.5852184 + 4618: 46.402493,-2.3352184 + 4619: 46.011868,-1.8117809 + 4620: 46.371243,-1.4367809 + 4621: 47.402493,-0.38990593 + 4634: 0.8775835,53.771168 + 4635: 1.182271,54.169605 + 4636: 1.2369585,52.169605 + 4637: 0.979146,51.607105 + 4638: 1.1744585,49.825855 + 6639: -13.76521,70.095 + 6640: -13.874585,68.9075 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 6572: 39.41204,21.035192 - 6573: 37.302666,20.949255 + 6498: 39.41204,21.035192 + 6499: 37.302666,20.949255 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8020,16 +7988,16 @@ entities: id: Grasse2 decals: 196: 3,11 - 3784: -44.459785,-0.31462002 - 3863: 46.219467,7.4113626 - 3864: 46.629623,2.055894 - 3865: 46.711655,1.5519876 - 3866: 46.137436,1.4242432 - 3867: 41.70775,-10.768253 - 3868: 41.930405,-11.225285 - 4025: -24.539646,-28.773409 - 4572: -17.338375,54.89626 - 4573: -17.340744,46.596977 + 3755: -44.459785,-0.31462002 + 3834: 46.219467,7.4113626 + 3835: 46.629623,2.055894 + 3836: 46.711655,1.5519876 + 3837: 46.137436,1.4242432 + 3838: 41.70775,-10.768253 + 3839: 41.930405,-11.225285 + 3996: -24.539646,-28.773409 + 4521: -17.338375,54.89626 + 4522: -17.340744,46.596977 - node: color: '#FFFFFFFF' id: Grasse3 @@ -8039,102 +8007,101 @@ entities: 246: 75,14 277: 33,-37 332: -101.21809,24.910393 - 3844: 3.4670749,11.869013 - 3845: -1.5719876,13.380732 - 3846: -0.9274564,13.650263 - 3869: 41.285873,-11.225285 - 3870: 40.864,-12.58466 - 3932: 58.428307,-1.5706892 - 3933: 64.08846,-3.082408 - 3934: 64.74471,-3.3519392 - 3935: 66.877525,-8.30897 - 3936: 66.63143,-8.894908 - 3937: 68.658775,-6.6214705 - 3938: 64.920494,-11.695689 - 3939: 64.42831,-11.238658 - 3940: 58.252525,-10.582408 - 3941: 57.64315,-11.086314 - 3942: 68.2198,-20.300789 - 3943: 67.75632,-22.44498 - 3944: 65.436005,-25.25748 - 3945: 65.93991,-24.554356 - 3946: 62.131313,-27.390293 - 3947: 61.170376,-27.777012 - 3948: 58.553608,-27.741856 - 3949: 64.34267,-12.237476 - 3950: 58.319233,-11.185775 - 3951: 55.54189,-6.6506186 - 4303: -84.03042,30.881887 - 4304: -88.42231,16.812563 - 4305: -87.531685,14.527407 - 4306: -82.52778,16.613344 - 4307: -81.08637,10.6485 - 4308: -87.531685,4.165989 - 4546: -17.296402,50.622658 - 4594: -29.594301,-13.758619 - 4595: -20.969301,-13.602369 - 4596: -22.469301,-14.071119 - 4597: -17.969301,-13.321119 - 4598: -14.281801,-13.399244 - 6352: 45.12556,21.343563 - 6353: 45.43806,21.101376 - 6354: 48.11775,21.08575 - 6413: -37.008076,-32.490314 - 6414: -35.45339,-32.763752 - 6415: -35.6487,-33.841877 - 6416: -37.875263,-34.459064 - 6417: -36.875263,-34.576252 - 6418: -37.469013,-34.63094 - 6562: 0.39834595,-37.841984 - 6563: 2.2253008,-27.95306 - 6564: -0.2825117,-22.79681 - 6565: -31.654049,-1.3245959 - 6566: -28.3777,17.481447 - 6567: -19.469736,17.55176 - 6568: -19.477549,17.98926 - 6569: 35.28704,21.324255 - 6570: 35.677666,21.003942 - 6571: 38.013603,21.324255 - 6585: -1.4631042,35.86057 - 6586: 0.036895752,37.76682 - 6587: -1.3537292,35.21213 - 6588: -1.4865417,33.86838 - 6597: -62.845253,9.079415 - 6598: -60.58744,9.212228 - 6599: -58.634315,8.985665 + 3815: 3.4670749,11.869013 + 3816: -1.5719876,13.380732 + 3817: -0.9274564,13.650263 + 3840: 41.285873,-11.225285 + 3841: 40.864,-12.58466 + 3903: 58.428307,-1.5706892 + 3904: 64.08846,-3.082408 + 3905: 64.74471,-3.3519392 + 3906: 66.877525,-8.30897 + 3907: 66.63143,-8.894908 + 3908: 68.658775,-6.6214705 + 3909: 64.920494,-11.695689 + 3910: 64.42831,-11.238658 + 3911: 58.252525,-10.582408 + 3912: 57.64315,-11.086314 + 3913: 68.2198,-20.300789 + 3914: 67.75632,-22.44498 + 3915: 65.436005,-25.25748 + 3916: 65.93991,-24.554356 + 3917: 62.131313,-27.390293 + 3918: 61.170376,-27.777012 + 3919: 58.553608,-27.741856 + 3920: 64.34267,-12.237476 + 3921: 58.319233,-11.185775 + 3922: 55.54189,-6.6506186 + 4274: -84.03042,30.881887 + 4275: -88.42231,16.812563 + 4276: -87.531685,14.527407 + 4277: -82.52778,16.613344 + 4278: -81.08637,10.6485 + 4279: -87.531685,4.165989 + 4495: -17.296402,50.622658 + 4542: -29.594301,-13.758619 + 4543: -20.969301,-13.602369 + 4544: -17.969301,-13.321119 + 4545: -14.281801,-13.399244 + 6282: 45.12556,21.343563 + 6283: 45.43806,21.101376 + 6284: 48.11775,21.08575 + 6339: -37.008076,-32.490314 + 6340: -35.45339,-32.763752 + 6341: -35.6487,-33.841877 + 6342: -37.875263,-34.459064 + 6343: -36.875263,-34.576252 + 6344: -37.469013,-34.63094 + 6488: 0.39834595,-37.841984 + 6489: 2.2253008,-27.95306 + 6490: -0.2825117,-22.79681 + 6491: -31.654049,-1.3245959 + 6492: -28.3777,17.481447 + 6493: -19.469736,17.55176 + 6494: -19.477549,17.98926 + 6495: 35.28704,21.324255 + 6496: 35.677666,21.003942 + 6497: 38.013603,21.324255 + 6511: -1.4631042,35.86057 + 6512: 0.036895752,37.76682 + 6513: -1.3537292,35.21213 + 6514: -1.4865417,33.86838 + 6523: -62.845253,9.079415 + 6524: -60.58744,9.212228 + 6525: -58.634315,8.985665 - node: color: '#91D4FFFF' id: HerringboneOverlay decals: - 2367: 0,2 - 2368: 1,2 - 2369: 1,3 - 2370: 2,2 - 2371: 1,1 + 2338: 0,2 + 2339: 1,2 + 2340: 1,3 + 2341: 2,2 + 2342: 1,1 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6650: -23,-22 + 6576: -23,-22 - node: color: '#91D4FFFF' id: MonoOverlay decals: - 2372: 0,2 - 2373: 1,2 - 2374: 1,3 - 2375: 2,2 - 2376: 1,1 + 2343: 0,2 + 2344: 1,2 + 2345: 1,3 + 2346: 2,2 + 2347: 1,1 - node: color: '#91D4FFFF' id: OffsetCheckerAOverlay decals: - 2377: 1,3 - 2378: 1,2 - 2379: 0,2 - 2380: 2,2 - 2381: 1,1 + 2348: 1,3 + 2349: 1,2 + 2350: 0,2 + 2351: 2,2 + 2352: 1,1 - node: color: '#91D4FFFF' id: PavementOverlay @@ -8143,22 +8110,22 @@ entities: 643: -12,2 644: 9,6 645: 30,6 - 2361: 9,-2 - 2382: 0,2 - 2383: 1,2 - 2384: 1,3 - 2385: 2,2 - 2386: 1,1 + 2332: 9,-2 + 2353: 0,2 + 2354: 1,2 + 2355: 1,3 + 2356: 2,2 + 2357: 1,1 - node: color: '#FFFFFFFF' id: Remains decals: - 4638: -74.38303,-4.395273 - 4639: 58.464054,51.70824 - 4640: 58.432804,56.20824 - 4667: 90.203255,39.535217 - 4668: 89.453255,41.035217 - 4669: 84.484505,39.425842 + 4581: -74.38303,-4.395273 + 4582: 58.464054,51.70824 + 4583: 58.432804,56.20824 + 4610: 90.203255,39.535217 + 4611: 89.453255,41.035217 + 4612: 84.484505,39.425842 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8182,8 +8149,8 @@ entities: color: '#FFFFFFFF' id: Rock04 decals: - 4313: -94.19965,4.1894264 - 4314: -81.68403,16.52927 + 4284: -94.19965,4.1894264 + 4285: -81.68403,16.52927 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8220,343 +8187,331 @@ entities: color: '#FFFFFFFF' id: WarnCornerNE decals: - 2195: -59,19 - 2217: 28,3 - 6458: -17,-34 + 2166: -59,19 + 2188: 28,3 + 6384: -17,-34 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 2198: -63,19 - 2218: 24,3 - 6536: -51,-42 + 2169: -63,19 + 2189: 24,3 + 6462: -51,-42 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 2196: -59,16 - 2216: 28,0 - 6652: -17,-44 + 2167: -59,16 + 2187: 28,0 + 6578: -17,-44 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 2197: -63,16 - 2219: 24,0 - 6463: -22,-35 + 2168: -63,16 + 2190: 24,0 + 6389: -22,-35 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 3528: 15,12 - 6383: -59,58 - 6457: -20,-34 - 6503: -21,-21 - 6633: 44,38 + 3499: 15,12 + 6383: -20,-34 + 6429: -21,-21 + 6559: 44,38 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 2835: 48,38 - 3529: 21,12 - 6384: -55,58 - 6471: -19,-42 - 6504: -15,-21 + 2806: 48,38 + 3500: 21,12 + 6397: -19,-42 + 6430: -15,-21 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 3531: 15,16 - 6382: -59,60 - 6506: -21,-19 - 6538: -49,-44 + 3502: 15,16 + 6432: -21,-19 + 6464: -49,-44 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 3530: 21,16 - 6381: -55,60 - 6466: -19,-35 - 6505: -15,-19 + 3501: 21,16 + 6392: -19,-35 + 6431: -15,-19 - node: color: '#FFFFFFFF' id: WarnFull decals: - 3476: -104,53 - 3477: -104,52 - 3478: -104,51 - 3479: -104,50 - 3480: -104,49 + 3447: -104,53 + 3448: -104,52 + 3449: -104,51 + 3450: -104,50 + 3451: -104,49 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 2199: -59,18 - 2200: -59,17 - 2214: 28,2 - 2215: 28,1 - 2237: -19,44 - 2238: -19,45 - 2244: 29,56 - 2245: 29,55 - 2246: 29,54 - 3425: -65,-19 - 3426: -65,-18 - 3427: -65,-16 - 3428: -65,-15 - 3429: -110,9 - 3430: -110,7 - 3441: -117,0 - 3442: -117,1 - 3443: -117,3 - 3444: -117,4 - 3445: -117,13 - 3446: -117,12 - 3447: -117,15 - 3448: -117,16 - 3449: -110,-7 - 3450: -110,-9 - 3457: -110,25 - 3458: -110,23 - 3502: 77,-16 - 3503: 77,-17 - 3504: 77,-18 - 3509: 80,-3 - 3510: 80,-4 - 3511: 80,-5 - 3517: 15,15 - 3518: 15,14 - 3519: 15,13 - 6379: -59,59 - 6444: -20,-28 - 6445: -20,-29 - 6446: -20,-31 - 6447: -20,-32 - 6448: -20,-33 - 6449: -17,-38 - 6450: -17,-39 - 6451: -17,-40 - 6452: -17,-41 - 6453: -17,-42 - 6454: -17,-43 - 6455: -20,-30 - 6461: -17,-35 - 6462: -17,-36 - 6497: -21,-20 - 6535: -49,-45 - 6545: -17,-36 - 6630: 44,39 - 6631: 44,40 + 2170: -59,18 + 2171: -59,17 + 2185: 28,2 + 2186: 28,1 + 2208: -19,44 + 2209: -19,45 + 2215: 29,56 + 2216: 29,55 + 2217: 29,54 + 3396: -65,-19 + 3397: -65,-18 + 3398: -65,-16 + 3399: -65,-15 + 3400: -110,9 + 3401: -110,7 + 3412: -117,0 + 3413: -117,1 + 3414: -117,3 + 3415: -117,4 + 3416: -117,13 + 3417: -117,12 + 3418: -117,15 + 3419: -117,16 + 3420: -110,-7 + 3421: -110,-9 + 3428: -110,25 + 3429: -110,23 + 3473: 77,-16 + 3474: 77,-17 + 3475: 77,-18 + 3480: 80,-3 + 3481: 80,-4 + 3482: 80,-5 + 3488: 15,15 + 3489: 15,14 + 3490: 15,13 + 6370: -20,-28 + 6371: -20,-29 + 6372: -20,-31 + 6373: -20,-32 + 6374: -20,-33 + 6375: -17,-38 + 6376: -17,-39 + 6377: -17,-40 + 6378: -17,-41 + 6379: -17,-42 + 6380: -17,-43 + 6381: -20,-30 + 6387: -17,-35 + 6388: -17,-36 + 6423: -21,-20 + 6461: -49,-45 + 6471: -17,-36 + 6556: 44,39 + 6557: 44,40 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 2206: -62,16 - 2207: -61,16 - 2208: -60,16 - 2220: 25,0 - 2221: 26,0 - 2222: 27,0 - 2845: 37,50 - 2846: 47,50 - 3455: -86,-18 - 3456: -84,-18 - 3463: -86,33 - 3464: -84,33 - 3491: 41,-35 - 3492: 42,-35 - 3493: 44,-35 - 3494: 45,-35 - 3495: 46,-35 - 3496: 47,-35 - 3497: 48,-35 - 3498: 50,-35 - 3512: 16,16 - 3513: 17,16 - 3514: 18,16 - 3515: 19,16 - 3516: 20,16 - 6376: -58,60 - 6377: -57,60 - 6378: -56,60 - 6464: -21,-35 - 6465: -20,-35 - 6480: -28,-44 - 6481: -27,-44 - 6482: -26,-44 - 6483: -25,-44 - 6484: -24,-44 - 6485: -23,-44 - 6486: -22,-44 - 6487: -20,-44 - 6488: -19,-44 - 6493: -16,-19 - 6494: -17,-19 - 6495: -19,-19 - 6496: -20,-19 - 6522: -36,-44 - 6523: -37,-44 - 6524: -38,-44 - 6525: -39,-44 - 6526: -40,-44 - 6527: -41,-44 - 6528: -42,-44 - 6529: -43,-44 - 6530: -44,-44 - 6531: -45,-44 - 6532: -46,-44 - 6533: -47,-44 - 6534: -48,-44 - 6653: -18,-44 + 2177: -62,16 + 2178: -61,16 + 2179: -60,16 + 2191: 25,0 + 2192: 26,0 + 2193: 27,0 + 2816: 37,50 + 2817: 47,50 + 3426: -86,-18 + 3427: -84,-18 + 3434: -86,33 + 3435: -84,33 + 3462: 41,-35 + 3463: 42,-35 + 3464: 44,-35 + 3465: 45,-35 + 3466: 46,-35 + 3467: 47,-35 + 3468: 48,-35 + 3469: 50,-35 + 3483: 16,16 + 3484: 17,16 + 3485: 18,16 + 3486: 19,16 + 3487: 20,16 + 6390: -21,-35 + 6391: -20,-35 + 6406: -28,-44 + 6407: -27,-44 + 6408: -26,-44 + 6409: -25,-44 + 6410: -24,-44 + 6411: -23,-44 + 6412: -22,-44 + 6413: -20,-44 + 6414: -19,-44 + 6419: -16,-19 + 6420: -17,-19 + 6421: -19,-19 + 6422: -20,-19 + 6448: -36,-44 + 6449: -37,-44 + 6450: -38,-44 + 6451: -39,-44 + 6452: -40,-44 + 6453: -41,-44 + 6454: -42,-44 + 6455: -43,-44 + 6456: -44,-44 + 6457: -45,-44 + 6458: -46,-44 + 6459: -47,-44 + 6460: -48,-44 + 6579: -18,-44 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 2204: -63,18 - 2205: -63,17 - 2212: 24,2 - 2213: 24,1 - 2239: -21,45 - 2240: -21,44 - 2241: 25,56 - 2242: 25,55 - 2243: 25,54 - 2833: 48,39 - 3421: -66,-15 - 3422: -66,-16 - 3423: -66,-18 - 3424: -66,-19 - 3431: -111,9 - 3432: -111,7 - 3433: -117,13 - 3434: -117,12 - 3435: -117,15 - 3436: -117,16 - 3437: -117,4 - 3438: -117,3 - 3439: -117,1 - 3440: -117,0 - 3451: -111,-9 - 3452: -111,-7 - 3459: -111,23 - 3460: -111,25 - 3465: -102,53 - 3466: -102,52 - 3467: -102,51 - 3468: -102,50 - 3469: -102,49 - 3470: -102,48 - 3471: -102,47 - 3472: -102,45 - 3473: -102,54 - 3474: -102,55 - 3475: -102,57 - 3505: 78,-2 - 3506: 78,-3 - 3507: 78,-5 - 3508: 78,-6 - 3525: 21,13 - 3526: 21,14 - 3527: 21,15 - 6380: -55,59 - 6434: -22,-25 - 6435: -22,-24 - 6436: -22,-23 - 6437: -22,-26 - 6438: -22,-28 - 6439: -22,-29 - 6440: -22,-31 - 6441: -22,-32 - 6442: -22,-33 - 6443: -22,-34 - 6456: -22,-30 - 6467: -19,-36 - 6468: -19,-38 - 6469: -19,-39 - 6470: -19,-40 - 6489: -15,-40 - 6490: -15,-34 - 6491: -15,-35 - 6492: -15,-20 - 6537: -51,-43 - 6544: -19,-36 - 6632: 48,40 - 6651: -19,-41 + 2175: -63,18 + 2176: -63,17 + 2183: 24,2 + 2184: 24,1 + 2210: -21,45 + 2211: -21,44 + 2212: 25,56 + 2213: 25,55 + 2214: 25,54 + 2804: 48,39 + 3392: -66,-15 + 3393: -66,-16 + 3394: -66,-18 + 3395: -66,-19 + 3402: -111,9 + 3403: -111,7 + 3404: -117,13 + 3405: -117,12 + 3406: -117,15 + 3407: -117,16 + 3408: -117,4 + 3409: -117,3 + 3410: -117,1 + 3411: -117,0 + 3422: -111,-9 + 3423: -111,-7 + 3430: -111,23 + 3431: -111,25 + 3436: -102,53 + 3437: -102,52 + 3438: -102,51 + 3439: -102,50 + 3440: -102,49 + 3441: -102,48 + 3442: -102,47 + 3443: -102,45 + 3444: -102,54 + 3445: -102,55 + 3446: -102,57 + 3476: 78,-2 + 3477: 78,-3 + 3478: 78,-5 + 3479: 78,-6 + 3496: 21,13 + 3497: 21,14 + 3498: 21,15 + 6360: -22,-25 + 6361: -22,-24 + 6362: -22,-23 + 6363: -22,-26 + 6364: -22,-28 + 6365: -22,-29 + 6366: -22,-31 + 6367: -22,-32 + 6368: -22,-33 + 6369: -22,-34 + 6382: -22,-30 + 6393: -19,-36 + 6394: -19,-38 + 6395: -19,-39 + 6396: -19,-40 + 6415: -15,-40 + 6416: -15,-34 + 6417: -15,-35 + 6418: -15,-20 + 6463: -51,-43 + 6470: -19,-36 + 6558: 48,40 + 6577: -19,-41 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 2201: -62,19 - 2202: -61,19 - 2203: -60,19 - 2209: 25,3 - 2210: 26,3 - 2211: 27,3 - 2834: 47,38 - 2838: 38,57 - 2839: 39,57 - 2840: 40,57 - 2841: 44,57 - 2842: 45,57 - 2843: 46,57 - 2844: 37,52 - 2847: 47,52 - 3453: -86,-17 - 3454: -84,-17 - 3461: -86,34 - 3462: -84,34 - 3499: 41,-34 - 3500: 42,-34 - 3501: 50,-34 - 3520: 16,12 - 3521: 17,12 - 3522: 18,12 - 3523: 19,12 - 3524: 20,12 - 4588: -34,44 - 4589: -33,44 - 4590: -32,44 - 6373: -58,58 - 6374: -57,58 - 6375: -56,58 - 6459: -18,-34 - 6460: -19,-34 - 6472: -20,-42 - 6473: -22,-42 - 6474: -23,-42 - 6475: -24,-42 - 6476: -25,-42 - 6477: -26,-42 - 6478: -27,-42 - 6479: -28,-42 - 6498: -20,-21 - 6499: -19,-21 - 6500: -18,-21 - 6501: -17,-21 - 6502: -16,-21 - 6507: -36,-42 - 6508: -37,-42 - 6509: -38,-42 - 6510: -39,-42 - 6511: -40,-42 - 6512: -41,-42 - 6513: -42,-42 - 6514: -43,-42 - 6515: -44,-42 - 6516: -45,-42 - 6517: -46,-42 - 6518: -47,-42 - 6519: -48,-42 - 6520: -49,-42 - 6521: -50,-42 - 6634: 45,38 - 6635: 46,38 + 2172: -62,19 + 2173: -61,19 + 2174: -60,19 + 2180: 25,3 + 2181: 26,3 + 2182: 27,3 + 2805: 47,38 + 2809: 38,57 + 2810: 39,57 + 2811: 40,57 + 2812: 44,57 + 2813: 45,57 + 2814: 46,57 + 2815: 37,52 + 2818: 47,52 + 3424: -86,-17 + 3425: -84,-17 + 3432: -86,34 + 3433: -84,34 + 3470: 41,-34 + 3471: 42,-34 + 3472: 50,-34 + 3491: 16,12 + 3492: 17,12 + 3493: 18,12 + 3494: 19,12 + 3495: 20,12 + 4537: -34,44 + 4538: -33,44 + 4539: -32,44 + 6385: -18,-34 + 6386: -19,-34 + 6398: -20,-42 + 6399: -22,-42 + 6400: -23,-42 + 6401: -24,-42 + 6402: -25,-42 + 6403: -26,-42 + 6404: -27,-42 + 6405: -28,-42 + 6424: -20,-21 + 6425: -19,-21 + 6426: -18,-21 + 6427: -17,-21 + 6428: -16,-21 + 6433: -36,-42 + 6434: -37,-42 + 6435: -38,-42 + 6436: -39,-42 + 6437: -40,-42 + 6438: -41,-42 + 6439: -42,-42 + 6440: -43,-42 + 6441: -44,-42 + 6442: -45,-42 + 6443: -46,-42 + 6444: -47,-42 + 6445: -48,-42 + 6446: -49,-42 + 6447: -50,-42 + 6560: 45,38 + 6561: 46,38 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: body decals: - 4649: -75.583534,-5.7699175 + 4592: -75.583534,-5.7699175 - node: color: '#FFFFFFFF' id: bushsnowa1 @@ -8654,45 +8609,45 @@ entities: color: '#9F0000FF' id: guy decals: - 4637: -69.00803,-6.582773 + 4580: -69.00803,-6.582773 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: h decals: - 4644: -75.84916,-3.2699175 - 4645: -68.97416,-7.1761675 + 4587: -75.84916,-3.2699175 + 4588: -68.97416,-7.1761675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: k decals: - 4646: -67.896034,-7.0042925 + 4589: -67.896034,-7.0042925 - node: angle: 0.15707963267948966 rad color: '#9F0000FF' id: k decals: - 4641: -73.927284,-3.1136675 + 4584: -73.927284,-3.1136675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: n decals: - 4643: -74.583534,-3.3480425 - 4648: -68.271034,-6.7699175 + 4586: -74.583534,-3.3480425 + 4591: -68.271034,-6.7699175 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: o decals: - 4647: -68.583534,-7.0511675 + 4590: -68.583534,-7.0511675 - node: angle: 0.3490658503988659 rad color: '#9F0000FF' id: o decals: - 4642: -75.271034,-3.1605425 + 4585: -75.271034,-3.1605425 - node: cleanable: True angle: 0.15707963267948966 rad @@ -8712,23 +8667,23 @@ entities: color: '#840400FF' id: rune1 decals: - 4660: -73.083725,-5.0936604 - 4662: -75.864975,-7.1874104 - 4663: -67.583725,-6.4686604 + 4603: -73.083725,-5.0936604 + 4605: -75.864975,-7.1874104 + 4606: -67.583725,-6.4686604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune4 decals: - 4658: -76.833725,-6.2342854 - 4659: -72.958725,-6.0936604 + 4601: -76.833725,-6.2342854 + 4602: -72.958725,-6.0936604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune6 decals: - 4657: -76.8181,-5.0936604 - 4661: -74.177475,-7.1717854 + 4600: -76.8181,-5.0936604 + 4604: -74.177475,-7.1717854 - node: cleanable: True angle: -0.15707963267948966 rad @@ -8749,32 +8704,32 @@ entities: color: '#9F0000FF' id: splatter decals: - 4650: -73.506905,-3.9139376 - 4651: -73.444405,-4.2108126 - 4652: -76.506905,-4.1014376 - 4653: -73.30378,-4.6326876 - 4654: -72.77253,-4.2733126 - 4655: -72.444405,-3.6326876 - 4656: -73.538155,-7.6326876 + 4593: -73.506905,-3.9139376 + 4594: -73.444405,-4.2108126 + 4595: -76.506905,-4.1014376 + 4596: -73.30378,-4.6326876 + 4597: -72.77253,-4.2733126 + 4598: -72.444405,-3.6326876 + 4599: -73.538155,-7.6326876 - node: color: '#9F0000FF' id: splatter decals: - 4622: -75.44553,-4.785898 - 4623: -75.10178,-4.551523 - 4624: -74.49241,-5.379648 - 4625: -70.36741,-5.629648 - 4626: -69.86741,-5.395273 - 4627: -69.92991,-5.926523 - 4628: -70.32053,-7.364023 - 4629: -68.13303,-7.707773 - 4630: -74.97678,-7.567148 - 4631: -77.25803,-7.270273 - 4632: -76.85178,-7.598398 - 4633: -77.69553,-4.973398 - 4634: -77.50803,-2.3483982 - 4635: -77.16428,-2.5671482 - 4636: -72.47678,-4.723398 + 4565: -75.44553,-4.785898 + 4566: -75.10178,-4.551523 + 4567: -74.49241,-5.379648 + 4568: -70.36741,-5.629648 + 4569: -69.86741,-5.395273 + 4570: -69.92991,-5.926523 + 4571: -70.32053,-7.364023 + 4572: -68.13303,-7.707773 + 4573: -74.97678,-7.567148 + 4574: -77.25803,-7.270273 + 4575: -76.85178,-7.598398 + 4576: -77.69553,-4.973398 + 4577: -77.50803,-2.3483982 + 4578: -77.16428,-2.5671482 + 4579: -72.47678,-4.723398 - node: cleanable: True angle: -0.15707963267948966 rad @@ -11204,9 +11159,10 @@ entities: -21,-7: 0: 1262 -15,12: - 0: 65535 + 2: 65535 -15,13: - 0: 65535 + 2: 15 + 0: 65520 -15,14: 0: 65535 -14,12: @@ -11221,7 +11177,7 @@ entities: -13,13: 0: 65535 -13,14: - 0: 64447 + 0: 65471 -12,12: 2: 21845 0: 43690 @@ -11491,11 +11447,11 @@ entities: 0,15: 0: 65535 1,14: - 0: 5119 + 0: 65535 1,15: - 0: 65489 + 0: 65535 2,14: - 0: 36095 + 0: 65535 3,14: 0: 65535 3,15: @@ -11807,9 +11763,11 @@ entities: -16,11: 0: 65535 -16,12: - 0: 65535 + 0: 30583 + 2: 34952 -16,13: - 0: 65535 + 0: 65527 + 2: 8 -16,14: 0: 65535 -16,15: @@ -11829,7 +11787,7 @@ entities: 15,15: 0: 65535 2,15: - 0: 65520 + 0: 65535 7,15: 0: 29558 16,15: @@ -11859,7 +11817,7 @@ entities: 3,16: 0: 65535 3,17: - 0: 30583 + 0: 65535 3,18: 0: 65535 3,19: @@ -11885,8 +11843,7 @@ entities: -2,20: 0: 4095 -1,20: - 0: 2185 - 2: 4 + 0: 2189 0,20: 0: 4095 1,20: @@ -12032,7 +11989,7 @@ entities: -11,17: 0: 65535 -11,18: - 0: 2292 + 0: 2300 -10,17: 0: 65535 -10,18: @@ -12500,12 +12457,24 @@ entities: parent: 1478 - type: InstantAction container: 1478 + - uid: 6825 + components: + - type: Transform + parent: 6829 + - type: InstantAction + container: 6829 - uid: 12982 components: - type: Transform parent: 10415 - type: InstantAction container: 10415 + - uid: 17999 + components: + - type: Transform + parent: 6830 + - type: InstantAction + container: 6830 - proto: ActionToggleJetpack entities: - uid: 1153 @@ -12520,12 +12489,24 @@ entities: parent: 1478 - type: InstantAction container: 1478 + - uid: 6789 + components: + - type: Transform + parent: 6829 + - type: InstantAction + container: 6829 - uid: 12246 components: - type: Transform parent: 10415 - type: InstantAction container: 10415 + - uid: 15781 + components: + - type: Transform + parent: 6830 + - type: InstantAction + container: 6830 - proto: ActionToggleLight entities: - uid: 2568 @@ -12592,13 +12573,9 @@ entities: - 3568 - 28755 - 28397 - - 8435 - - 7442 - - 6391 - 7298 - 7534 - 28400 - - 28401 - 28398 - 7529 - 7530 @@ -12683,26 +12660,14 @@ entities: - 28592 - 28590 - 28591 - - 28681 - 28055 - 27496 - 27010 - 13000 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,72.5 - parent: 2 - - type: DeviceList - devices: - - 23254 - - 23226 - - 15918 - - 28727 - - 23247 + - 23234 + - 23235 + - 23236 + - 30495 - type: AtmosDevice joinedGrid: 2 - uid: 2995 @@ -12712,11 +12677,7 @@ entities: parent: 2 - type: DeviceList devices: - - 26217 - - 28593 - - 26218 - 28596 - - 15198 - 16312 - 16315 - 16309 @@ -12837,7 +12798,6 @@ entities: - 28368 - 28369 - 28370 - - 7198 - 7203 - 7235 - 7225 @@ -12880,9 +12840,10 @@ entities: parent: 2 - type: DeviceList devices: + - 18278 + - 16550 - 16481 - 16416 - - 16550 - type: AtmosDevice joinedGrid: 2 - uid: 17901 @@ -12914,6 +12875,53 @@ entities: - 27497 - type: AtmosDevice joinedGrid: 2 + - uid: 18239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,62.5 + parent: 2 + - type: DeviceList + devices: + - 18278 + - 16550 + - 19759 + - type: AtmosDevice + joinedGrid: 2 + - uid: 22291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 25200 + - 19766 + - 29040 + - 29022 + - 29030 + - 19652 + - 28598 + - 28597 + - type: AtmosDevice + joinedGrid: 2 + - uid: 22348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,61.5 + parent: 2 + - type: DeviceList + devices: + - 22340 + - 22365 + - 22349 + - 23231 + - 28487 + - 30495 + - type: AtmosDevice + joinedGrid: 2 - uid: 23688 components: - type: Transform @@ -12932,6 +12940,17 @@ entities: - 28110 - type: AtmosDevice joinedGrid: 2 + - uid: 23798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,48.5 + parent: 2 + - type: DeviceList + devices: + - 23802 + - type: AtmosDevice + joinedGrid: 2 - uid: 24937 components: - type: Transform @@ -13785,6 +13804,7 @@ entities: - type: DeviceList devices: - 28373 + - 27152 - 27149 - 28374 - 28372 @@ -14180,7 +14200,6 @@ entities: - 3080 - 7107 - 3568 - - 12004 - 84 - 2147 - 766 @@ -14204,7 +14223,6 @@ entities: - 28330 - 28331 - 28476 - - 12004 - 28755 - 28627 - type: AtmosDevice @@ -14746,7 +14764,7 @@ entities: - 4375 - 5704 - 9340 - - 25782 + - 18220 - 25633 - type: AtmosDevice joinedGrid: 2 @@ -14855,21 +14873,6 @@ entities: - 28592 - type: AtmosDevice joinedGrid: 2 - - uid: 25314 - components: - - type: Transform - pos: -7.5,72.5 - parent: 2 - - type: DeviceList - devices: - - 28487 - - 28681 - - 22296 - - 22310 - - 28535 - - 26681 - - type: AtmosDevice - joinedGrid: 2 - uid: 25316 components: - type: Transform @@ -14889,10 +14892,7 @@ entities: - 25775 - 28598 - 24602 - - 25335 - 25200 - - 25077 - - 25188 - 29025 - 29024 - 29026 @@ -15022,18 +15022,13 @@ entities: - 28370 - 28396 - 28397 - - 28401 - - 27124 - - 27125 - - 7198 - - 7102 - - 6391 - - 7442 - - 8435 - 28754 - 28402 - 28116 - 27256 + - 18025 + - 18359 + - 2655 - type: AtmosDevice joinedGrid: 2 - uid: 25331 @@ -15318,23 +15313,6 @@ entities: - 28528 - type: AtmosDevice joinedGrid: 2 - - uid: 25348 - components: - - type: Transform - pos: 46.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 4059 - - 27461 - - 4069 - - 28530 - - 25476 - - 25475 - - 28646 - - 28534 - - type: AtmosDevice - joinedGrid: 2 - uid: 25349 components: - type: Transform @@ -15447,8 +15425,6 @@ entities: - 3365 - 3424 - 3531 - - 28139 - - 28140 - 28418 - 28419 - 28422 @@ -15713,23 +15689,6 @@ entities: - 26869 - type: AtmosDevice joinedGrid: 2 - - uid: 29039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,63.5 - parent: 2 - - type: DeviceList - devices: - - 28597 - - 29030 - - 29022 - - 25188 - - 25200 - - 25335 - - 29040 - - type: AtmosDevice - joinedGrid: 2 - uid: 29087 components: - type: Transform @@ -15810,15 +15769,22 @@ entities: - 28357 - type: AtmosDevice joinedGrid: 2 - - uid: 34800 + - uid: 30925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,48.5 + rot: 3.141592653589793 rad + pos: 42.5,27.5 parent: 2 - type: DeviceList devices: - - 34799 + - 27461 + - 4059 + - 4069 + - 28530 + - 28534 + - 28646 + - 25476 + - 25475 - type: AtmosDevice joinedGrid: 2 - uid: 34985 @@ -15857,16 +15823,21 @@ entities: parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - - uid: 381 - components: - - type: Transform - pos: -43.5,57.5 - parent: 2 - - uid: 426 + - uid: 4013 components: - type: Transform - pos: -43.5,56.5 + pos: -50.5,59.5 parent: 2 + - type: DeviceLinkSink + links: + - 31443 + - 31448 + - type: DeviceLinkSource + linkedPorts: + 31448: + - DoorStatus: DoorBolt + 31443: + - DoorStatus: DoorBolt - uid: 22715 components: - type: Transform @@ -15877,6 +15848,21 @@ entities: - type: Transform pos: -43.5,36.5 parent: 2 + - uid: 27439 + components: + - type: Transform + pos: -50.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31443 + - 31448 + - type: DeviceLinkSource + linkedPorts: + 31448: + - DoorStatus: DoorBolt + 31443: + - DoorStatus: DoorBolt - uid: 31430 components: - type: Transform @@ -15884,10 +15870,10 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 5045 + - 31428 - type: DeviceLinkSource linkedPorts: - 5045: + 31428: - DoorStatus: DoorBolt - uid: 34664 components: @@ -16259,11 +16245,6 @@ entities: - type: Transform pos: -54.5,38.5 parent: 2 - - uid: 22764 - components: - - type: Transform - pos: -22.5,71.5 - parent: 2 - uid: 23682 components: - type: Transform @@ -16277,10 +16258,20 @@ entities: - type: Transform pos: 33.5,36.5 parent: 2 - - uid: 22675 + - uid: 3313 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: -42.5,69.5 + parent: 2 + - uid: 20170 components: - type: Transform - pos: -33.5,-10.5 + pos: -29.5,-5.5 parent: 2 - uid: 22688 components: @@ -16327,11 +16318,6 @@ entities: - type: Transform pos: -63.5,-21.5 parent: 2 - - uid: 29895 - components: - - type: Transform - pos: -32.5,71.5 - parent: 2 - proto: AirlockExternalEasyPry entities: - uid: 6654 @@ -16346,11 +16332,25 @@ entities: - type: Transform pos: 96.5,47.5 parent: 2 + - type: DeviceLinkSink + links: + - 4929 + - type: DeviceLinkSource + linkedPorts: + 4929: + - DoorStatus: DoorBolt - uid: 4929 components: - type: Transform pos: 94.5,47.5 parent: 2 + - type: DeviceLinkSink + links: + - 4928 + - type: DeviceLinkSource + linkedPorts: + 4928: + - DoorStatus: DoorBolt - uid: 5793 components: - type: Transform @@ -16386,24 +16386,30 @@ entities: - type: Transform pos: -121.5,7.5 parent: 2 + - type: DeviceLinkSink + links: + - 8419 + - 8420 + - type: DeviceLinkSource + linkedPorts: + 8420: + - DoorStatus: DoorBolt + 8419: + - DoorStatus: DoorBolt - uid: 8385 components: - type: Transform pos: -121.5,9.5 parent: 2 -- proto: AirlockExternalGlassAtmosphericsLocked - entities: - - uid: 5045 - components: - - type: Transform - pos: -60.5,54.5 - parent: 2 - type: DeviceLinkSink links: - - 31430 + - 8420 + - 8419 - type: DeviceLinkSource linkedPorts: - 31430: + 8419: + - DoorStatus: DoorBolt + 8420: - DoorStatus: DoorBolt - proto: AirlockExternalGlassCargoLocked entities: @@ -16490,16 +16496,36 @@ entities: rot: -1.5707963267948966 rad pos: 77.5,-3.5 parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 2.5,79.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + pos: 0.5,79.5 + parent: 2 - uid: 4532 components: - type: Transform pos: -63.5,-16.5 parent: 2 + - uid: 4930 + components: + - type: Transform + pos: -7.5,79.5 + parent: 2 - uid: 5435 components: - type: Transform pos: 78.5,-17.5 parent: 2 + - uid: 5743 + components: + - type: Transform + pos: -5.5,79.5 + parent: 2 - uid: 6666 components: - type: Transform @@ -16510,6 +16536,26 @@ entities: - type: Transform pos: 49.5,-32.5 parent: 2 + - uid: 15182 + components: + - type: Transform + pos: 8.5,79.5 + parent: 2 + - uid: 19461 + components: + - type: Transform + pos: 10.5,79.5 + parent: 2 + - uid: 19462 + components: + - type: Transform + pos: -115.5,2.5 + parent: 2 + - uid: 19478 + components: + - type: Transform + pos: -115.5,14.5 + parent: 2 - proto: AirlockExternalGlassEasyPryLocked entities: - uid: 3915 @@ -16592,53 +16638,6 @@ entities: - DoorStatus: DoorBolt 9212: - DoorStatus: DoorBolt - - uid: 19461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,79.5 - parent: 2 - - uid: 19462 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,79.5 - parent: 2 - - uid: 19478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,79.5 - parent: 2 - - uid: 19479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,79.5 - parent: 2 - - uid: 19480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,79.5 - parent: 2 - - uid: 19481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,79.5 - parent: 2 - - uid: 19976 - components: - - type: Transform - pos: -115.5,14.5 - parent: 2 - - uid: 19977 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -115.5,2.5 - parent: 2 - proto: AirlockExternalGlassEngineeringLocked entities: - uid: 15 @@ -16647,22 +16646,62 @@ entities: rot: 3.141592653589793 rad pos: -56.5,41.5 parent: 2 + - type: DeviceLinkSink + links: + - 855 + - 856 + - type: DeviceLinkSource + linkedPorts: + 856: + - DoorStatus: DoorBolt + 855: + - DoorStatus: DoorBolt - uid: 571 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,39.5 parent: 2 + - type: DeviceLinkSink + links: + - 855 + - 856 + - type: DeviceLinkSource + linkedPorts: + 855: + - DoorStatus: DoorBolt + 856: + - DoorStatus: DoorBolt - uid: 855 components: - type: Transform pos: -59.5,39.5 parent: 2 + - type: DeviceLinkSink + links: + - 15 + - 571 + - type: DeviceLinkSource + linkedPorts: + 15: + - DoorStatus: DoorBolt + 571: + - DoorStatus: DoorBolt - uid: 856 components: - type: Transform pos: -59.5,41.5 parent: 2 + - type: DeviceLinkSink + links: + - 15 + - 571 + - type: DeviceLinkSource + linkedPorts: + 571: + - DoorStatus: DoorBolt + 15: + - DoorStatus: DoorBolt - uid: 3101 components: - type: Transform @@ -16796,31 +16835,73 @@ entities: - type: Transform pos: -102.5,56.5 parent: 2 + - type: DeviceLinkSink + links: + - 18596 + - type: DeviceLinkSource + linkedPorts: + 18596: + - DoorStatus: DoorBolt - uid: 18595 components: - type: Transform pos: -104.5,46.5 parent: 2 + - type: DeviceLinkSink + links: + - 18597 + - type: DeviceLinkSource + linkedPorts: + 18597: + - DoorStatus: DoorBolt - uid: 18596 components: - type: Transform pos: -104.5,56.5 parent: 2 + - type: DeviceLinkSink + links: + - 18586 + - type: DeviceLinkSource + linkedPorts: + 18586: + - DoorStatus: DoorBolt - uid: 18597 components: - type: Transform pos: -102.5,46.5 parent: 2 + - type: DeviceLinkSink + links: + - 18595 + - type: DeviceLinkSource + linkedPorts: + 18595: + - DoorStatus: DoorBolt - uid: 18614 components: - type: Transform pos: -90.5,51.5 parent: 2 + - type: DeviceLinkSink + links: + - 18615 + - type: DeviceLinkSource + linkedPorts: + 18615: + - DoorStatus: DoorBolt - uid: 18615 components: - type: Transform pos: -92.5,51.5 parent: 2 + - type: DeviceLinkSink + links: + - 18614 + - type: DeviceLinkSource + linkedPorts: + 18614: + - DoorStatus: DoorBolt - uid: 22695 components: - type: Transform @@ -16843,29 +16924,29 @@ entities: - type: Transform pos: 30.5,54.5 parent: 2 - - uid: 18227 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,57.5 - parent: 2 - uid: 30101 components: - type: Transform pos: 79.5,24.5 parent: 2 - - uid: 30753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,56.5 - parent: 2 - uid: 31104 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,69.5 parent: 2 + - uid: 31428 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31430 + - type: DeviceLinkSource + linkedPorts: + 31430: + - DoorStatus: DoorBolt - proto: AirlockExternalGlassShuttleArrivals entities: - uid: 5817 @@ -17014,12 +17095,32 @@ entities: rot: -1.5707963267948966 rad pos: -124.5,9.5 parent: 2 + - type: DeviceLinkSink + links: + - 8385 + - 8370 + - type: DeviceLinkSource + linkedPorts: + 8370: + - DoorStatus: DoorBolt + 8385: + - DoorStatus: DoorBolt - uid: 8420 components: - type: Transform rot: -1.5707963267948966 rad pos: -124.5,7.5 parent: 2 + - type: DeviceLinkSink + links: + - 8385 + - 8370 + - type: DeviceLinkSource + linkedPorts: + 8385: + - DoorStatus: DoorBolt + 8370: + - DoorStatus: DoorBolt - uid: 9341 components: - type: Transform @@ -17036,6 +17137,38 @@ entities: - type: Transform pos: -30.5,-45.5 parent: 2 +- proto: AirlockExternalLocked + entities: + - uid: 31443 + components: + - type: Transform + pos: -48.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4013 + - 27439 + - type: DeviceLinkSource + linkedPorts: + 27439: + - DoorStatus: DoorBolt + 4013: + - DoorStatus: DoorBolt + - uid: 31448 + components: + - type: Transform + pos: -49.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 27439 + - 4013 + - type: DeviceLinkSource + linkedPorts: + 4013: + - DoorStatus: DoorBolt + 27439: + - DoorStatus: DoorBolt - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 7182 @@ -17097,15 +17230,25 @@ entities: - type: Transform pos: -83.5,11.5 parent: 2 - - uid: 22766 + - uid: 16403 components: - type: Transform - pos: -2.5,59.5 + pos: -6.5,70.5 parent: 2 - - uid: 22767 + - uid: 18032 components: - type: Transform - pos: -9.5,58.5 + pos: -6.5,71.5 + parent: 2 + - uid: 18403 + components: + - type: Transform + pos: -39.5,-26.5 + parent: 2 + - uid: 19821 + components: + - type: Transform + pos: -37.5,-26.5 parent: 2 - uid: 22768 components: @@ -17637,11 +17780,12 @@ entities: rot: -1.5707963267948966 rad pos: -50.5,-31.5 parent: 2 - - uid: 1530 +- proto: AirlockLawyerGlassLocked + entities: + - uid: 2199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-31.5 + pos: -2.5,59.5 parent: 2 - proto: AirlockMailGlassLocked entities: @@ -17776,6 +17920,13 @@ entities: - type: Transform pos: -43.5,28.5 parent: 2 +- proto: AirlockMaintHeadOfSecurityLocked + entities: + - uid: 2716 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 - proto: AirlockMaintHOPLocked entities: - uid: 8037 @@ -17839,11 +17990,6 @@ entities: - type: Transform pos: -98.5,14.5 parent: 2 - - uid: 8137 - components: - - type: Transform - pos: -3.5,29.5 - parent: 2 - uid: 9645 components: - type: Transform @@ -17864,6 +18010,11 @@ entities: - type: Transform pos: -93.5,-4.5 parent: 2 + - uid: 20877 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 - uid: 22681 components: - type: Transform @@ -17959,11 +18110,6 @@ entities: - type: Transform pos: -0.5,44.5 parent: 2 - - uid: 22924 - components: - - type: Transform - pos: -0.5,70.5 - parent: 2 - uid: 22925 components: - type: Transform @@ -17984,11 +18130,6 @@ entities: - type: Transform pos: -35.5,11.5 parent: 2 - - uid: 22929 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - uid: 22930 components: - type: Transform @@ -18041,36 +18182,16 @@ entities: parent: 2 - proto: AirlockMaintMedLocked entities: - - uid: 8407 - components: - - type: Transform - pos: 37.5,2.5 - parent: 2 - - uid: 22800 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - uid: 22801 components: - type: Transform pos: -30.5,2.5 parent: 2 - - uid: 22802 - components: - - type: Transform - pos: -30.5,13.5 - parent: 2 - uid: 22804 components: - type: Transform pos: 35.5,11.5 parent: 2 - - uid: 22885 - components: - - type: Transform - pos: 37.5,6.5 - parent: 2 - proto: AirlockMaintRnDLocked entities: - uid: 7996 @@ -18112,26 +18233,16 @@ entities: parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 5295 + - uid: 3121 components: - type: Transform pos: -30.5,50.5 parent: 2 - - uid: 7415 - components: - - type: Transform - pos: -16.5,60.5 - parent: 2 - uid: 22626 components: - type: Transform pos: -16.5,46.5 parent: 2 - - uid: 22627 - components: - - type: Transform - pos: -20.5,52.5 - parent: 2 - uid: 22669 components: - type: Transform @@ -18147,21 +18258,11 @@ entities: - type: Transform pos: -17.5,51.5 parent: 2 - - uid: 22716 - components: - - type: Transform - pos: -7.5,69.5 - parent: 2 - uid: 22718 components: - type: Transform pos: -4.5,69.5 parent: 2 - - uid: 30671 - components: - - type: Transform - pos: -44.5,62.5 - parent: 2 - proto: AirlockMaintServiceLocked entities: - uid: 848 @@ -18225,6 +18326,18 @@ entities: - type: Transform pos: 50.5,32.5 parent: 2 +- proto: AirlockMedical + entities: + - uid: 826 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 25077 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 - proto: AirlockMedicalGlass entities: - uid: 901 @@ -18336,6 +18449,11 @@ entities: - type: Transform pos: 31.5,4.5 parent: 2 + - uid: 19819 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 - uid: 20927 components: - type: Transform @@ -18686,11 +18804,6 @@ entities: - type: Transform pos: -5.5,64.5 parent: 2 - - uid: 1275 - components: - - type: Transform - pos: -7.5,65.5 - parent: 2 - uid: 1276 components: - type: Transform @@ -18732,10 +18845,11 @@ entities: - type: Transform pos: -16.5,43.5 parent: 2 - - uid: 19318 + - uid: 18199 components: - type: Transform - pos: 12.5,65.5 + rot: -1.5707963267948966 rad + pos: -40.5,59.5 parent: 2 - uid: 22644 components: @@ -18829,6 +18943,20 @@ entities: rot: 3.141592653589793 rad pos: -47.5,70.5 parent: 2 +- proto: AirlockSecurityLawyerLocked + entities: + - uid: 2583 + components: + - type: Transform + pos: -9.5,58.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 18100 + components: + - type: Transform + pos: 12.5,65.5 + parent: 2 - proto: AirlockServiceGlassLocked entities: - uid: 112 @@ -18836,11 +18964,11 @@ entities: - type: Transform pos: -72.5,4.5 parent: 2 - - uid: 5447 + - uid: 19631 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-10.5 + pos: -27.5,-12.5 parent: 2 - uid: 22882 components: @@ -18862,11 +18990,6 @@ entities: - type: Transform pos: -48.5,-26.5 parent: 2 - - uid: 22892 - components: - - type: Transform - pos: -35.5,-26.5 - parent: 2 - uid: 22893 components: - type: Transform @@ -18990,20 +19113,52 @@ entities: - type: DeviceNetwork deviceLists: - 16607 - - uid: 23254 + - 18239 + - uid: 18025 components: - type: Transform - pos: -23.5,73.5 + pos: -38.5,-29.5 parent: 2 - type: DeviceNetwork deviceLists: - - 1865 + - 25330 + - uid: 18227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,66.5 + parent: 2 + - uid: 18278 + components: + - type: Transform + pos: -46.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18239 + - 16607 + - uid: 22365 + components: + - type: Transform + pos: 7.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 - uid: 23698 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,20.5 parent: 2 + - uid: 23802 + components: + - type: Transform + pos: -58.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23798 - uid: 24887 components: - type: Transform @@ -19450,14 +19605,6 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - uid: 28401 - components: - - type: Transform - pos: -38.5,-30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - uid: 28402 components: - type: Transform @@ -19765,6 +19912,9 @@ entities: - type: Transform pos: 2.5,67.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 - uid: 28488 components: - type: Transform @@ -19878,6 +20028,9 @@ entities: - type: Transform pos: 45.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - uid: 28531 components: - type: Transform @@ -19901,6 +20054,9 @@ entities: - type: Transform pos: 47.5,23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - uid: 28537 components: - type: Transform @@ -19947,11 +20103,6 @@ entities: - type: Transform pos: 14.5,77.5 parent: 2 - - uid: 28593 - components: - - type: Transform - pos: -9.5,67.5 - parent: 2 - uid: 28594 components: - type: Transform @@ -19978,7 +20129,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - 29039 + - 22291 - uid: 28598 components: - type: Transform @@ -19987,6 +20138,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 + - 22291 - uid: 28599 components: - type: Transform @@ -20107,6 +20259,9 @@ entities: - type: Transform pos: 38.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - uid: 28654 components: - type: Transform @@ -20116,17 +20271,6 @@ entities: - type: DeviceNetwork deviceLists: - 25206 - - uid: 28681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,71.5 - parent: 2 - - uid: 28730 - components: - - type: Transform - pos: -28.5,73.5 - parent: 2 - uid: 28733 components: - type: Transform @@ -20194,7 +20338,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 29039 + - 22291 - 25316 - uid: 30412 components: @@ -20207,6 +20351,10 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 + - 1690 - uid: 31156 components: - type: Transform @@ -20231,16 +20379,6 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,-42.5 parent: 2 - - uid: 34799 - components: - - type: Transform - pos: -58.5,50.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 34800 - - type: AtmosDevice - joinedGrid: 2 - proto: AltarBananium entities: - uid: 23502 @@ -20440,13 +20578,6 @@ entities: rot: -1.5707963267948966 rad pos: 35.5,10.5 parent: 2 - - uid: 20187 - components: - - type: MetaData - name: West Hospital APC - - type: Transform - pos: -21.5,-3.5 - parent: 2 - uid: 20381 components: - type: MetaData @@ -20463,20 +20594,20 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,39.5 parent: 2 - - uid: 29640 + - uid: 27181 components: - type: MetaData - name: South logistics APC + name: West Hospital APC - type: Transform - pos: -12.5,-31.5 + rot: -1.5707963267948966 rad + pos: -9.5,4.5 parent: 2 - - uid: 31010 + - uid: 29640 components: - type: MetaData - name: Telecomms APC + name: South logistics APC - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,73.5 + pos: -12.5,-31.5 parent: 2 - uid: 31502 components: @@ -20566,11 +20697,6 @@ entities: - type: Transform pos: 79.5,24.5 parent: 2 - - uid: 4930 - components: - - type: Transform - pos: 96.5,47.5 - parent: 2 - uid: 6636 components: - type: Transform @@ -20609,12 +20735,6 @@ entities: - type: Transform pos: -29.5,-45.5 parent: 2 - - uid: 15849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,57.5 - parent: 2 - uid: 18550 components: - type: Transform @@ -20625,6 +20745,11 @@ entities: - type: Transform pos: -61.5,-5.5 parent: 2 + - uid: 19479 + components: + - type: Transform + pos: -124.5,7.5 + parent: 2 - uid: 20717 components: - type: Transform @@ -20640,27 +20765,7 @@ entities: - uid: 22694 components: - type: Transform - pos: -90.5,51.5 - parent: 2 - - uid: 22720 - components: - - type: Transform - pos: -59.5,41.5 - parent: 2 - - uid: 22721 - components: - - type: Transform - pos: -59.5,39.5 - parent: 2 - - uid: 22723 - components: - - type: Transform - pos: -104.5,56.5 - parent: 2 - - uid: 22724 - components: - - type: Transform - pos: -104.5,46.5 + pos: -124.5,9.5 parent: 2 - uid: 22725 components: @@ -20672,16 +20777,6 @@ entities: - type: Transform pos: -117.5,14.5 parent: 2 - - uid: 22727 - components: - - type: Transform - pos: -124.5,9.5 - parent: 2 - - uid: 22728 - components: - - type: Transform - pos: -124.5,7.5 - parent: 2 - uid: 22729 components: - type: Transform @@ -20777,18 +20872,6 @@ entities: - type: Transform pos: 10.5,82.5 parent: 2 - - uid: 30700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,56.5 - parent: 2 - - uid: 31101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,69.5 - parent: 2 - uid: 31642 components: - type: Transform @@ -20802,30 +20885,110 @@ entities: parent: 2 - proto: AtmosFixBlockerMarker entities: + - uid: 7642 + components: + - type: Transform + pos: -49.5,50.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + pos: -47.5,48.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: -47.5,49.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: -47.5,50.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: -58.5,49.5 + parent: 2 + - uid: 15771 + components: + - type: Transform + pos: -58.5,50.5 + parent: 2 - uid: 15992 components: - type: Transform pos: -45.5,51.5 parent: 2 - - uid: 16515 + - uid: 15993 components: - type: Transform - pos: -57.5,52.5 + pos: -47.5,51.5 parent: 2 - - uid: 16530 + - uid: 15994 components: - type: Transform - pos: -58.5,48.5 + pos: -49.5,48.5 parent: 2 - - uid: 16543 + - uid: 16242 + components: + - type: Transform + pos: -59.5,48.5 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: -49.5,49.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + pos: -57.5,51.5 + parent: 2 + - uid: 16483 + components: + - type: Transform + pos: -60.5,51.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + pos: -60.5,50.5 + parent: 2 + - uid: 16488 components: - type: Transform pos: -56.5,50.5 parent: 2 - - uid: 16548 + - uid: 16490 components: - type: Transform - pos: -60.5,48.5 + pos: -60.5,52.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: -56.5,48.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + pos: -56.5,49.5 + parent: 2 + - uid: 16499 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 16501 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - uid: 17857 + components: + - type: Transform + pos: -49.5,51.5 parent: 2 - uid: 18324 components: @@ -20911,125 +21074,100 @@ entities: - uid: 22416 components: - type: Transform - pos: -57.5,51.5 - parent: 2 - - uid: 23035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,49.5 - parent: 2 - - uid: 23632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,51.5 - parent: 2 - - uid: 23780 - components: - - type: Transform - pos: -57.5,50.5 - parent: 2 - - uid: 23802 - components: - - type: Transform - pos: -58.5,50.5 + pos: -37.5,51.5 parent: 2 - - uid: 27152 + - uid: 22417 components: - type: Transform - pos: -58.5,52.5 + pos: -37.5,50.5 parent: 2 - - uid: 29966 + - uid: 22418 components: - type: Transform - pos: -59.5,49.5 + pos: -37.5,49.5 parent: 2 - - uid: 29968 + - uid: 22419 components: - type: Transform - pos: -56.5,52.5 + pos: -37.5,48.5 parent: 2 - - uid: 30741 + - uid: 23035 components: - type: Transform - pos: -56.5,49.5 + rot: -1.5707963267948966 rad + pos: -35.5,49.5 parent: 2 - - uid: 31087 + - uid: 23567 components: - type: Transform - pos: -56.5,48.5 + pos: -60.5,48.5 parent: 2 - - uid: 33724 + - uid: 23632 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,48.5 - parent: 2 - - uid: 34668 - components: - - type: Transform - pos: -60.5,51.5 + pos: -35.5,51.5 parent: 2 - - uid: 34687 + - uid: 26681 components: - type: Transform - pos: -60.5,50.5 + pos: -59.5,50.5 parent: 2 - - uid: 34713 + - uid: 26814 components: - type: Transform - pos: -60.5,49.5 + pos: -59.5,51.5 parent: 2 - - uid: 34714 + - uid: 28240 components: - type: Transform - pos: -60.5,52.5 + pos: -59.5,49.5 parent: 2 - - uid: 34719 + - uid: 28241 components: - type: Transform - pos: -59.5,50.5 + pos: -58.5,52.5 parent: 2 - - uid: 34728 + - uid: 28242 components: - type: Transform - pos: -59.5,51.5 + pos: -56.5,51.5 parent: 2 - - uid: 34744 + - uid: 28401 components: - type: Transform - pos: -59.5,52.5 + pos: -57.5,48.5 parent: 2 - - uid: 34753 + - uid: 28535 components: - type: Transform - pos: -58.5,49.5 + pos: -58.5,51.5 parent: 2 - - uid: 34761 + - uid: 28690 components: - type: Transform - pos: -57.5,48.5 + pos: -57.5,49.5 parent: 2 - - uid: 34763 + - uid: 28715 components: - type: Transform - pos: -56.5,51.5 + pos: -58.5,48.5 parent: 2 - - uid: 34766 + - uid: 28717 components: - type: Transform - pos: -59.5,48.5 + pos: -56.5,52.5 parent: 2 - - uid: 34770 + - uid: 28718 components: - type: Transform - pos: -58.5,51.5 + pos: -57.5,52.5 parent: 2 - - uid: 34772 + - uid: 33724 components: - type: Transform - pos: -57.5,49.5 + rot: -1.5707963267948966 rad + pos: -35.5,48.5 parent: 2 - proto: AtmosFixFreezerMarker entities: @@ -21153,72 +21291,6 @@ entities: - type: Transform pos: -57.5,-6.5 parent: 2 -- proto: AtmosFixNitrogenMarker - entities: - - uid: 5110 - components: - - type: Transform - pos: -49.5,50.5 - parent: 2 - - uid: 7324 - components: - - type: Transform - pos: -49.5,48.5 - parent: 2 - - uid: 7642 - components: - - type: Transform - pos: -49.5,49.5 - parent: 2 - - uid: 8825 - components: - - type: Transform - pos: -49.5,51.5 - parent: 2 -- proto: AtmosFixOxygenMarker - entities: - - uid: 5112 - components: - - type: Transform - pos: -47.5,51.5 - parent: 2 - - uid: 5255 - components: - - type: Transform - pos: -47.5,50.5 - parent: 2 - - uid: 5980 - components: - - type: Transform - pos: -47.5,48.5 - parent: 2 - - uid: 6771 - components: - - type: Transform - pos: -47.5,49.5 - parent: 2 -- proto: AtmosFixPlasmaMarker - entities: - - uid: 9316 - components: - - type: Transform - pos: -37.5,51.5 - parent: 2 - - uid: 9509 - components: - - type: Transform - pos: -37.5,50.5 - parent: 2 - - uid: 9571 - components: - - type: Transform - pos: -37.5,49.5 - parent: 2 - - uid: 9689 - components: - - type: Transform - pos: -37.5,48.5 - parent: 2 - proto: Autolathe entities: - uid: 8762 @@ -21743,11 +21815,6 @@ entities: - type: Transform pos: 23.5,48.5 parent: 2 - - uid: 15272 - components: - - type: Transform - pos: -11.5,66.5 - parent: 2 - uid: 15361 components: - type: Transform @@ -21798,6 +21865,11 @@ entities: - type: Transform pos: -13.5,66.5 parent: 2 + - uid: 19646 + components: + - type: Transform + pos: -41.5,58.5 + parent: 2 - uid: 22494 components: - type: Transform @@ -21831,10 +21903,11 @@ entities: parent: 2 - proto: BedsheetBrigmedic entities: - - uid: 15194 + - uid: 20198 components: - type: Transform - pos: -11.5,66.5 + rot: -1.5707963267948966 rad + pos: -41.5,58.5 parent: 2 - proto: BedsheetBrown entities: @@ -22021,7 +22094,6 @@ entities: - uid: 455 components: - type: Transform - rot: 3.141592653589793 rad pos: -19.5,-2.5 parent: 2 - uid: 1819 @@ -22137,6 +22209,21 @@ entities: parent: 2 - proto: BedsheetSpawner entities: + - uid: 275 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 21080 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 - uid: 36457 components: - type: Transform @@ -22861,6 +22948,12 @@ entities: - type: Transform pos: -2.5,-40.5 parent: 2 + - uid: 5934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-8.5 + parent: 2 - uid: 12247 components: - type: Transform @@ -22910,6 +23003,11 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-43.5 parent: 2 + - uid: 15533 + components: + - type: Transform + pos: -8.5,71.5 + parent: 2 - uid: 16310 components: - type: Transform @@ -22993,12 +23091,6 @@ entities: rot: -1.5707963267948966 rad pos: -67.5,2.5 parent: 2 - - uid: 23238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,59.5 - parent: 2 - uid: 30030 components: - type: Transform @@ -23063,11 +23155,6 @@ entities: rot: 3.141592653589793 rad pos: -54.5,-12.5 parent: 2 - - uid: 31049 - components: - - type: Transform - pos: -36.5,70.5 - parent: 2 - uid: 31119 components: - type: Transform @@ -23094,12 +23181,6 @@ entities: parent: 2 - proto: BenchSofaCorpMiddle entities: - - uid: 866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 2 - uid: 1694 components: - type: Transform @@ -23135,6 +23216,11 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,50.5 parent: 2 + - uid: 16393 + components: + - type: Transform + pos: -9.5,71.5 + parent: 2 - uid: 17811 components: - type: Transform @@ -23188,11 +23274,6 @@ entities: rot: 3.141592653589793 rad pos: -53.5,-12.5 parent: 2 - - uid: 31050 - components: - - type: Transform - pos: -37.5,70.5 - parent: 2 - uid: 31115 components: - type: Transform @@ -23205,12 +23286,6 @@ entities: rot: 3.141592653589793 rad pos: 43.5,17.5 parent: 2 - - uid: 34955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,60.5 - parent: 2 - uid: 35761 components: - type: Transform @@ -23305,12 +23380,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-46.5 parent: 2 - - uid: 1680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 - parent: 2 - uid: 1691 components: - type: Transform @@ -23362,6 +23431,17 @@ entities: - type: Transform pos: 17.5,-35.5 parent: 2 + - uid: 3299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-7.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: -10.5,71.5 + parent: 2 - uid: 3896 components: - type: Transform @@ -23574,28 +23654,23 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-12.5 parent: 2 - - uid: 31051 - components: - - type: Transform - pos: -38.5,70.5 - parent: 2 - uid: 31114 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,18.5 parent: 2 - - uid: 32581 + - uid: 31478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,63.5 + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 parent: 2 - - uid: 34956 + - uid: 32581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,61.5 + rot: 1.5707963267948966 rad + pos: 72.5,63.5 parent: 2 - uid: 34969 components: @@ -24095,6 +24170,22 @@ entities: - type: DeviceLinkSink links: - 9074 + - uid: 22287 + components: + - type: Transform + pos: 4.5,62.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22295 + - uid: 22293 + components: + - type: Transform + pos: 4.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 22295 - uid: 22608 components: - type: Transform @@ -24277,22 +24368,6 @@ entities: - type: DeviceLinkSink links: - 22562 - - uid: 14453 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34793 - - uid: 14454 - components: - - type: Transform - pos: -58.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34793 - uid: 15042 components: - type: Transform @@ -24329,15 +24404,6 @@ entities: - type: DeviceLinkSink links: - 19938 - - uid: 15046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - uid: 15047 components: - type: Transform @@ -24749,14 +24815,6 @@ entities: - type: DeviceLinkSink links: - 15119 - - uid: 15771 - components: - - type: Transform - pos: -60.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34793 - uid: 19385 components: - type: Transform @@ -24772,6 +24830,31 @@ entities: - type: Transform pos: -24.5,43.5 parent: 2 + - uid: 23712 + components: + - type: Transform + pos: -59.5,52.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 28714 + - uid: 29390 + components: + - type: Transform + pos: -57.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 28714 + - uid: 29636 + components: + - type: Transform + pos: -56.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 28714 - uid: 29746 components: - type: Transform @@ -24791,22 +24874,24 @@ entities: links: - 29774 - 29775 - - uid: 34787 + - uid: 31417 components: - type: Transform - pos: -57.5,52.5 + rot: 3.141592653589793 rad + pos: -58.5,52.5 parent: 2 - type: DeviceLinkSink links: - - 34793 - - uid: 34791 + - 28714 + - uid: 31446 components: - type: Transform - pos: -56.5,52.5 + rot: 3.141592653589793 rad + pos: -60.5,52.5 parent: 2 - type: DeviceLinkSink links: - - 34793 + - 28714 - proto: BoardGameSpawner entities: - uid: 803 @@ -24905,6 +24990,13 @@ entities: - type: Transform pos: 52.3559,27.7039 parent: 2 +- proto: Bookshelf + entities: + - uid: 18554 + components: + - type: Transform + pos: -60.5,61.5 + parent: 2 - proto: BookshelfFilled entities: - uid: 39 @@ -25101,15 +25193,10 @@ entities: parent: 2 - proto: BorgCharger entities: - - uid: 2555 - components: - - type: Transform - pos: 42.5,42.5 - parent: 2 - - uid: 3305 + - uid: 866 components: - type: Transform - pos: 43.5,42.5 + pos: 6.5,0.5 parent: 2 - uid: 6323 components: @@ -25121,15 +25208,15 @@ entities: - type: Transform pos: 7.5,-22.5 parent: 2 - - uid: 22577 + - uid: 19976 components: - type: Transform - pos: 74.5,-18.5 + pos: 43.5,44.5 parent: 2 - - uid: 27866 + - uid: 22577 components: - type: Transform - pos: -10.5,16.5 + pos: 74.5,-18.5 parent: 2 - uid: 30651 components: @@ -25297,7 +25384,7 @@ entities: - uid: 14284 components: - type: Transform - pos: 10.90305,43.62656 + pos: 12.142567,43.605385 parent: 2 - proto: BoxFolderGrey entities: @@ -25818,11 +25905,6 @@ entities: parent: 2 - proto: Brutepack entities: - - uid: 1576 - components: - - type: Transform - pos: 10.402158,16.819084 - parent: 2 - uid: 13085 components: - type: Transform @@ -25830,6 +25912,11 @@ entities: parent: 2 - proto: Bucket entities: + - uid: 6301 + components: + - type: Transform + pos: 39.912582,13.351804 + parent: 2 - uid: 7508 components: - type: Transform @@ -25855,6 +25942,11 @@ entities: - type: Transform pos: -51.494556,0.7309246 parent: 2 + - uid: 25188 + components: + - type: Transform + pos: -26.036861,-4.9783325 + parent: 2 - uid: 34121 components: - type: Transform @@ -25887,6 +25979,11 @@ entities: - type: Transform pos: -48.5,-47.5 parent: 2 + - uid: 386 + components: + - type: Transform + pos: -35.5,53.5 + parent: 2 - uid: 416 components: - type: Transform @@ -26177,10 +26274,10 @@ entities: - type: Transform pos: -48.5,30.5 parent: 2 - - uid: 2199 + - uid: 2287 components: - type: Transform - pos: 8.5,65.5 + pos: -40.5,56.5 parent: 2 - uid: 2331 components: @@ -26217,6 +26314,11 @@ entities: - type: Transform pos: 21.5,56.5 parent: 2 + - uid: 2628 + components: + - type: Transform + pos: -46.5,57.5 + parent: 2 - uid: 2643 components: - type: Transform @@ -26352,6 +26454,11 @@ entities: - type: Transform pos: -116.5,15.5 parent: 2 + - uid: 3373 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 - uid: 3396 components: - type: Transform @@ -26527,6 +26634,11 @@ entities: - type: Transform pos: 81.5,54.5 parent: 2 + - uid: 4863 + components: + - type: Transform + pos: 6.5,70.5 + parent: 2 - uid: 4868 components: - type: Transform @@ -26542,11 +26654,6 @@ entities: - type: Transform pos: -95.5,65.5 parent: 2 - - uid: 4887 - components: - - type: Transform - pos: -42.5,68.5 - parent: 2 - uid: 4904 components: - type: Transform @@ -26597,10 +26704,10 @@ entities: - type: Transform pos: -33.5,34.5 parent: 2 - - uid: 5302 + - uid: 5406 components: - type: Transform - pos: -39.5,-29.5 + pos: 10.5,68.5 parent: 2 - uid: 5420 components: @@ -26612,11 +26719,21 @@ entities: - type: Transform pos: -122.5,9.5 parent: 2 + - uid: 5518 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 - uid: 5546 components: - type: Transform pos: -124.5,9.5 parent: 2 + - uid: 5567 + components: + - type: Transform + pos: -31.5,61.5 + parent: 2 - uid: 5609 components: - type: Transform @@ -26642,6 +26759,21 @@ entities: - type: Transform pos: -124.5,7.5 parent: 2 + - uid: 5919 + components: + - type: Transform + pos: -46.5,66.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + pos: -46.5,65.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: -63.5,62.5 + parent: 2 - uid: 5955 components: - type: Transform @@ -26657,11 +26789,21 @@ entities: - type: Transform pos: -120.5,7.5 parent: 2 + - uid: 5999 + components: + - type: Transform + pos: -56.5,56.5 + parent: 2 - uid: 6126 components: - type: Transform pos: 87.5,18.5 parent: 2 + - uid: 6322 + components: + - type: Transform + pos: -28.5,59.5 + parent: 2 - uid: 6327 components: - type: Transform @@ -26677,11 +26819,36 @@ entities: - type: Transform pos: -122.5,7.5 parent: 2 + - uid: 6558 + components: + - type: Transform + pos: -29.5,59.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: -30.5,59.5 + parent: 2 - uid: 6575 components: - type: Transform pos: -16.5,-49.5 parent: 2 + - uid: 6618 + components: + - type: Transform + pos: -31.5,59.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: -31.5,58.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + pos: -27.5,59.5 + parent: 2 - uid: 6699 components: - type: Transform @@ -26857,6 +27024,11 @@ entities: - type: Transform pos: -27.5,46.5 parent: 2 + - uid: 7453 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 - uid: 7456 components: - type: Transform @@ -26887,6 +27059,11 @@ entities: - type: Transform pos: 20.5,29.5 parent: 2 + - uid: 7583 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 - uid: 7692 components: - type: Transform @@ -27022,6 +27199,11 @@ entities: - type: Transform pos: -44.5,-30.5 parent: 2 + - uid: 8202 + components: + - type: Transform + pos: -63.5,56.5 + parent: 2 - uid: 8436 components: - type: Transform @@ -27092,6 +27274,16 @@ entities: - type: Transform pos: -44.5,23.5 parent: 2 + - uid: 9509 + components: + - type: Transform + pos: -63.5,57.5 + parent: 2 + - uid: 9512 + components: + - type: Transform + pos: -63.5,58.5 + parent: 2 - uid: 9618 components: - type: Transform @@ -27127,6 +27319,11 @@ entities: - type: Transform pos: -44.5,22.5 parent: 2 + - uid: 9689 + components: + - type: Transform + pos: -63.5,55.5 + parent: 2 - uid: 9798 components: - type: Transform @@ -27152,6 +27349,16 @@ entities: - type: Transform pos: 18.5,29.5 parent: 2 + - uid: 10057 + components: + - type: Transform + pos: 7.5,70.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: 8.5,68.5 + parent: 2 - uid: 10081 components: - type: Transform @@ -28277,11 +28484,6 @@ entities: - type: Transform pos: -36.5,51.5 parent: 2 - - uid: 10329 - components: - - type: Transform - pos: -36.5,52.5 - parent: 2 - uid: 10376 components: - type: Transform @@ -33582,11 +33784,6 @@ entities: - type: Transform pos: -89.5,-53.5 parent: 2 - - uid: 13722 - components: - - type: Transform - pos: -39.5,-28.5 - parent: 2 - uid: 13723 components: - type: Transform @@ -33602,11 +33799,6 @@ entities: - type: Transform pos: 56.5,-32.5 parent: 2 - - uid: 13828 - components: - - type: Transform - pos: -39.5,-27.5 - parent: 2 - uid: 13829 components: - type: Transform @@ -33672,15 +33864,10 @@ entities: - type: Transform pos: -42.5,-27.5 parent: 2 - - uid: 13842 - components: - - type: Transform - pos: -41.5,-27.5 - parent: 2 - uid: 13843 components: - type: Transform - pos: -40.5,-27.5 + pos: -45.5,56.5 parent: 2 - uid: 13844 components: @@ -33762,21 +33949,6 @@ entities: - type: Transform pos: -48.5,-26.5 parent: 2 - - uid: 13860 - components: - - type: Transform - pos: -38.5,-27.5 - parent: 2 - - uid: 13861 - components: - - type: Transform - pos: -37.5,-27.5 - parent: 2 - - uid: 13862 - components: - - type: Transform - pos: -36.5,-27.5 - parent: 2 - uid: 13863 components: - type: Transform @@ -36250,7 +36422,7 @@ entities: - uid: 15329 components: - type: Transform - pos: -6.5,67.5 + pos: 4.5,69.5 parent: 2 - uid: 15330 components: @@ -36300,12 +36472,7 @@ entities: - uid: 15541 components: - type: Transform - pos: -5.5,67.5 - parent: 2 - - uid: 15542 - components: - - type: Transform - pos: -4.5,67.5 + pos: 7.5,67.5 parent: 2 - uid: 15564 components: @@ -36342,6 +36509,11 @@ entities: - type: Transform pos: -43.5,26.5 parent: 2 + - uid: 15679 + components: + - type: Transform + pos: -63.5,59.5 + parent: 2 - uid: 15748 components: - type: Transform @@ -36357,6 +36529,16 @@ entities: - type: Transform pos: -44.5,20.5 parent: 2 + - uid: 15820 + components: + - type: Transform + pos: 9.5,68.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + pos: -45.5,69.5 + parent: 2 - uid: 15844 components: - type: Transform @@ -36387,6 +36569,11 @@ entities: - type: Transform pos: -48.5,-30.5 parent: 2 + - uid: 15941 + components: + - type: Transform + pos: -43.5,69.5 + parent: 2 - uid: 15972 components: - type: Transform @@ -37262,6 +37449,16 @@ entities: - type: Transform pos: -11.5,40.5 parent: 2 + - uid: 16407 + components: + - type: Transform + pos: -9.5,69.5 + parent: 2 + - uid: 16408 + components: + - type: Transform + pos: -9.5,70.5 + parent: 2 - uid: 16418 components: - type: Transform @@ -37397,6 +37594,11 @@ entities: - type: Transform pos: -1.5,28.5 parent: 2 + - uid: 16553 + components: + - type: Transform + pos: -57.5,56.5 + parent: 2 - uid: 16557 components: - type: Transform @@ -37497,6 +37699,11 @@ entities: - type: Transform pos: -38.5,35.5 parent: 2 + - uid: 16582 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 - uid: 16619 components: - type: Transform @@ -37507,6 +37714,16 @@ entities: - type: Transform pos: -57.5,16.5 parent: 2 + - uid: 17532 + components: + - type: Transform + pos: -44.5,69.5 + parent: 2 + - uid: 17618 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 - uid: 17930 components: - type: Transform @@ -37672,26 +37889,76 @@ entities: - type: Transform pos: 76.5,-4.5 parent: 2 - - uid: 18216 + - uid: 17994 components: - type: Transform pos: 5.5,69.5 parent: 2 - - uid: 18218 + - uid: 17998 components: - type: Transform - pos: 7.5,65.5 + pos: 7.5,68.5 parent: 2 - - uid: 18220 + - uid: 18004 components: - type: Transform - pos: 7.5,69.5 + pos: 8.5,68.5 + parent: 2 + - uid: 18019 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 + - uid: 18028 + components: + - type: Transform + pos: 8.5,58.5 + parent: 2 + - uid: 18030 + components: + - type: Transform + pos: 7.5,66.5 + parent: 2 + - uid: 18041 + components: + - type: Transform + pos: -9.5,71.5 + parent: 2 + - uid: 18106 + components: + - type: Transform + pos: 5.5,70.5 + parent: 2 + - uid: 18107 + components: + - type: Transform + pos: 11.5,68.5 + parent: 2 + - uid: 18201 + components: + - type: Transform + pos: 8.5,57.5 + parent: 2 + - uid: 18216 + components: + - type: Transform + pos: 8.5,56.5 parent: 2 - uid: 18228 components: - type: Transform pos: 6.5,66.5 parent: 2 + - uid: 18235 + components: + - type: Transform + pos: -38.5,66.5 + parent: 2 + - uid: 18236 + components: + - type: Transform + pos: 8.5,59.5 + parent: 2 - uid: 18257 components: - type: Transform @@ -37742,50 +38009,25 @@ entities: - type: Transform pos: -26.5,58.5 parent: 2 - - uid: 18270 - components: - - type: Transform - pos: -27.5,58.5 - parent: 2 - uid: 18271 components: - type: Transform - pos: -28.5,58.5 - parent: 2 - - uid: 18272 - components: - - type: Transform - pos: -29.5,58.5 - parent: 2 - - uid: 18273 - components: - - type: Transform - pos: -30.5,58.5 - parent: 2 - - uid: 18274 - components: - - type: Transform - pos: -30.5,59.5 + pos: -36.5,64.5 parent: 2 - uid: 18275 components: - type: Transform - pos: -30.5,60.5 + pos: -31.5,65.5 parent: 2 - uid: 18276 components: - type: Transform - pos: -30.5,61.5 + pos: -29.5,65.5 parent: 2 - uid: 18277 components: - type: Transform - pos: -30.5,62.5 - parent: 2 - - uid: 18278 - components: - - type: Transform - pos: -30.5,63.5 + pos: -33.5,65.5 parent: 2 - uid: 18280 components: @@ -37957,271 +38199,26 @@ entities: - type: Transform pos: -20.5,59.5 parent: 2 - - uid: 18314 - components: - - type: Transform - pos: -31.5,59.5 - parent: 2 - - uid: 18315 - components: - - type: Transform - pos: -32.5,59.5 - parent: 2 - - uid: 18316 - components: - - type: Transform - pos: -33.5,59.5 - parent: 2 - - uid: 18317 - components: - - type: Transform - pos: -33.5,58.5 - parent: 2 - - uid: 18318 - components: - - type: Transform - pos: -33.5,59.5 - parent: 2 - - uid: 18319 - components: - - type: Transform - pos: -33.5,60.5 - parent: 2 - - uid: 18320 - components: - - type: Transform - pos: -33.5,61.5 - parent: 2 - - uid: 18321 - components: - - type: Transform - pos: -33.5,62.5 - parent: 2 - uid: 18322 components: - type: Transform pos: -33.5,63.5 parent: 2 - - uid: 18325 - components: - - type: Transform - pos: 4.5,69.5 - parent: 2 - uid: 18327 components: - type: Transform pos: -33.5,68.5 parent: 2 - - uid: 18328 - components: - - type: Transform - pos: -33.5,69.5 - parent: 2 - - uid: 18329 - components: - - type: Transform - pos: -32.5,69.5 - parent: 2 - - uid: 18330 - components: - - type: Transform - pos: -31.5,69.5 - parent: 2 - - uid: 18331 - components: - - type: Transform - pos: -30.5,69.5 - parent: 2 - - uid: 18332 - components: - - type: Transform - pos: -29.5,69.5 - parent: 2 - - uid: 18333 - components: - - type: Transform - pos: -28.5,69.5 - parent: 2 - - uid: 18334 - components: - - type: Transform - pos: -27.5,69.5 - parent: 2 - - uid: 18335 - components: - - type: Transform - pos: -26.5,69.5 - parent: 2 - - uid: 18336 - components: - - type: Transform - pos: -25.5,69.5 - parent: 2 - - uid: 18337 - components: - - type: Transform - pos: -24.5,69.5 - parent: 2 - - uid: 18338 - components: - - type: Transform - pos: -23.5,69.5 - parent: 2 - - uid: 18339 - components: - - type: Transform - pos: -22.5,69.5 - parent: 2 - - uid: 18340 - components: - - type: Transform - pos: -21.5,69.5 - parent: 2 - - uid: 18341 - components: - - type: Transform - pos: -20.5,69.5 - parent: 2 - - uid: 18342 - components: - - type: Transform - pos: -19.5,69.5 - parent: 2 - - uid: 18343 - components: - - type: Transform - pos: -18.5,69.5 - parent: 2 - - uid: 18344 - components: - - type: Transform - pos: -17.5,69.5 - parent: 2 - - uid: 18345 - components: - - type: Transform - pos: -16.5,69.5 - parent: 2 - - uid: 18346 - components: - - type: Transform - pos: -15.5,69.5 - parent: 2 - - uid: 18347 - components: - - type: Transform - pos: -14.5,69.5 - parent: 2 - - uid: 18348 - components: - - type: Transform - pos: -13.5,69.5 - parent: 2 - - uid: 18349 - components: - - type: Transform - pos: -13.5,70.5 - parent: 2 - - uid: 18350 - components: - - type: Transform - pos: -12.5,70.5 - parent: 2 - - uid: 18351 - components: - - type: Transform - pos: -11.5,70.5 - parent: 2 - - uid: 18352 - components: - - type: Transform - pos: -10.5,70.5 - parent: 2 - - uid: 18353 - components: - - type: Transform - pos: -9.5,70.5 - parent: 2 - - uid: 18354 - components: - - type: Transform - pos: -8.5,70.5 - parent: 2 - - uid: 18355 - components: - - type: Transform - pos: -7.5,70.5 - parent: 2 - - uid: 18356 - components: - - type: Transform - pos: -6.5,70.5 - parent: 2 - - uid: 18357 - components: - - type: Transform - pos: -5.5,70.5 - parent: 2 - - uid: 18358 - components: - - type: Transform - pos: -4.5,70.5 - parent: 2 - - uid: 18359 - components: - - type: Transform - pos: -3.5,70.5 - parent: 2 - - uid: 18360 - components: - - type: Transform - pos: -2.5,70.5 - parent: 2 - uid: 18365 components: - type: Transform pos: 3.5,69.5 parent: 2 - - uid: 18377 - components: - - type: Transform - pos: 10.5,69.5 - parent: 2 - - uid: 18378 - components: - - type: Transform - pos: 12.5,66.5 - parent: 2 - - uid: 18390 - components: - - type: Transform - pos: 11.5,66.5 - parent: 2 - - uid: 18396 - components: - - type: Transform - pos: 9.5,66.5 - parent: 2 - - uid: 18397 - components: - - type: Transform - pos: 8.5,66.5 - parent: 2 - - uid: 18548 - components: - - type: Transform - pos: 10.5,66.5 - parent: 2 - uid: 18699 components: - type: Transform pos: -95.5,67.5 parent: 2 - - uid: 18709 - components: - - type: Transform - pos: -65.5,64.5 - parent: 2 - uid: 18790 components: - type: Transform @@ -38832,11 +38829,6 @@ entities: - type: Transform pos: 5.5,-34.5 parent: 2 - - uid: 19305 - components: - - type: Transform - pos: 8.5,62.5 - parent: 2 - uid: 19306 components: - type: Transform @@ -38867,11 +38859,6 @@ entities: - type: Transform pos: -5.5,-28.5 parent: 2 - - uid: 19315 - components: - - type: Transform - pos: 9.5,62.5 - parent: 2 - uid: 19323 components: - type: Transform @@ -38887,11 +38874,6 @@ entities: - type: Transform pos: -34.5,-14.5 parent: 2 - - uid: 19598 - components: - - type: Transform - pos: 6.5,69.5 - parent: 2 - uid: 19600 components: - type: Transform @@ -38917,70 +38899,20 @@ entities: - type: Transform pos: -6.5,-11.5 parent: 2 - - uid: 19641 - components: - - type: Transform - pos: 11.5,69.5 - parent: 2 - uid: 19642 components: - type: Transform pos: 3.5,65.5 parent: 2 - - uid: 19643 - components: - - type: Transform - pos: 12.5,72.5 - parent: 2 - - uid: 19645 - components: - - type: Transform - pos: 11.5,62.5 - parent: 2 - - uid: 19647 - components: - - type: Transform - pos: 8.5,69.5 - parent: 2 - uid: 19649 components: - type: Transform pos: 5.5,65.5 parent: 2 - - uid: 19650 - components: - - type: Transform - pos: 13.5,64.5 - parent: 2 - - uid: 19651 - components: - - type: Transform - pos: 14.5,64.5 - parent: 2 - - uid: 19680 - components: - - type: Transform - pos: 13.5,66.5 - parent: 2 - - uid: 19681 - components: - - type: Transform - pos: 14.5,66.5 - parent: 2 - - uid: 19683 - components: - - type: Transform - pos: 5.5,71.5 - parent: 2 - - uid: 19685 - components: - - type: Transform - pos: 12.5,70.5 - parent: 2 - - uid: 19689 + - uid: 19673 components: - type: Transform - pos: 11.5,64.5 + pos: -46.5,58.5 parent: 2 - uid: 19720 components: @@ -38997,45 +38929,30 @@ entities: - type: Transform pos: 4.5,65.5 parent: 2 - - uid: 19759 - components: - - type: Transform - pos: 9.5,69.5 - parent: 2 - uid: 19761 components: - type: Transform pos: -4.5,-12.5 parent: 2 - - uid: 19765 - components: - - type: Transform - pos: 14.5,65.5 - parent: 2 - - uid: 19766 - components: - - type: Transform - pos: 12.5,69.5 - parent: 2 - - uid: 19767 + - uid: 19879 components: - type: Transform - pos: 11.5,63.5 + pos: 8.5,70.5 parent: 2 - - uid: 19769 + - uid: 20202 components: - type: Transform - pos: 12.5,64.5 + pos: -42.5,56.5 parent: 2 - - uid: 19770 + - uid: 20203 components: - type: Transform - pos: 14.5,66.5 + pos: -43.5,56.5 parent: 2 - - uid: 19777 + - uid: 20204 components: - type: Transform - pos: 10.5,62.5 + pos: -44.5,56.5 parent: 2 - uid: 20226 components: @@ -39287,11 +39204,6 @@ entities: - type: Transform pos: 10.5,15.5 parent: 2 - - uid: 20276 - components: - - type: Transform - pos: 9.5,15.5 - parent: 2 - uid: 20277 components: - type: Transform @@ -39917,6 +39829,16 @@ entities: - type: Transform pos: 28.5,0.5 parent: 2 + - uid: 20407 + components: + - type: Transform + pos: -52.5,58.5 + parent: 2 + - uid: 20408 + components: + - type: Transform + pos: -52.5,56.5 + parent: 2 - uid: 20409 components: - type: Transform @@ -41000,22 +40922,7 @@ entities: - uid: 20646 components: - type: Transform - pos: -34.5,-5.5 - parent: 2 - - uid: 20647 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - - uid: 20648 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - - uid: 20649 - components: - - type: Transform - pos: -33.5,-7.5 + pos: -41.5,56.5 parent: 2 - uid: 20650 components: @@ -41037,26 +40944,6 @@ entities: - type: Transform pos: -32.5,-10.5 parent: 2 - - uid: 20654 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - - uid: 20655 - components: - - type: Transform - pos: -34.5,-10.5 - parent: 2 - - uid: 20656 - components: - - type: Transform - pos: -35.5,-10.5 - parent: 2 - - uid: 20657 - components: - - type: Transform - pos: -35.5,-9.5 - parent: 2 - uid: 20658 components: - type: Transform @@ -41917,10 +41804,10 @@ entities: - type: Transform pos: -36.5,-11.5 parent: 2 - - uid: 20838 + - uid: 21015 components: - type: Transform - pos: -35.5,-11.5 + pos: 12.5,70.5 parent: 2 - uid: 21067 components: @@ -42072,6 +41959,11 @@ entities: - type: Transform pos: -66.5,-30.5 parent: 2 + - uid: 21163 + components: + - type: Transform + pos: -52.5,57.5 + parent: 2 - uid: 21166 components: - type: Transform @@ -45607,20 +45499,100 @@ entities: - type: Transform pos: -117.5,14.5 parent: 2 - - uid: 22353 + - uid: 22273 components: - type: Transform - pos: 5.5,72.5 + pos: 11.5,70.5 parent: 2 - - uid: 22354 + - uid: 22321 components: - type: Transform - pos: 5.5,70.5 + pos: 8.5,60.5 parent: 2 - - uid: 22355 + - uid: 22322 components: - type: Transform - pos: 12.5,71.5 + pos: 7.5,60.5 + parent: 2 + - uid: 22323 + components: + - type: Transform + pos: 6.5,60.5 + parent: 2 + - uid: 22324 + components: + - type: Transform + pos: 9.5,60.5 + parent: 2 + - uid: 22325 + components: + - type: Transform + pos: 10.5,60.5 + parent: 2 + - uid: 22326 + components: + - type: Transform + pos: 10.5,61.5 + parent: 2 + - uid: 22327 + components: + - type: Transform + pos: 10.5,62.5 + parent: 2 + - uid: 22328 + components: + - type: Transform + pos: 10.5,59.5 + parent: 2 + - uid: 22329 + components: + - type: Transform + pos: 10.5,58.5 + parent: 2 + - uid: 22330 + components: + - type: Transform + pos: 5.5,60.5 + parent: 2 + - uid: 22331 + components: + - type: Transform + pos: 5.5,61.5 + parent: 2 + - uid: 22332 + components: + - type: Transform + pos: 5.5,62.5 + parent: 2 + - uid: 22333 + components: + - type: Transform + pos: 5.5,59.5 + parent: 2 + - uid: 22334 + components: + - type: Transform + pos: 5.5,58.5 + parent: 2 + - uid: 22346 + components: + - type: Transform + pos: 10.5,70.5 + parent: 2 + - uid: 22347 + components: + - type: Transform + pos: 9.5,70.5 + parent: 2 + - uid: 22353 + components: + - type: Transform + pos: 13.5,69.5 + parent: 2 + - uid: 22354 + components: + - type: Transform + pos: 13.5,70.5 parent: 2 - uid: 22576 components: @@ -45632,6 +45604,11 @@ entities: - type: Transform pos: 21.5,29.5 parent: 2 + - uid: 22723 + components: + - type: Transform + pos: -52.5,55.5 + parent: 2 - uid: 23003 components: - type: Transform @@ -45667,20 +45644,75 @@ entities: - type: Transform pos: 9.5,46.5 parent: 2 - - uid: 23728 + - uid: 23209 components: - type: Transform - pos: 89.5,54.5 + pos: -54.5,60.5 parent: 2 - - uid: 23770 + - uid: 23216 components: - type: Transform - pos: -61.5,58.5 + pos: -58.5,60.5 + parent: 2 + - uid: 23227 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 + - uid: 23240 + components: + - type: Transform + pos: -59.5,60.5 + parent: 2 + - uid: 23242 + components: + - type: Transform + pos: -52.5,60.5 + parent: 2 + - uid: 23243 + components: + - type: Transform + pos: -55.5,60.5 + parent: 2 + - uid: 23244 + components: + - type: Transform + pos: -56.5,60.5 + parent: 2 + - uid: 23247 + components: + - type: Transform + pos: -57.5,60.5 + parent: 2 + - uid: 23250 + components: + - type: Transform + pos: -56.5,56.5 + parent: 2 + - uid: 23287 + components: + - type: Transform + pos: -63.5,60.5 + parent: 2 + - uid: 23557 + components: + - type: Transform + pos: -63.5,61.5 + parent: 2 + - uid: 23566 + components: + - type: Transform + pos: -63.5,63.5 + parent: 2 + - uid: 23728 + components: + - type: Transform + pos: 89.5,54.5 parent: 2 - uid: 23776 components: - type: Transform - pos: -61.5,61.5 + pos: -55.5,56.5 parent: 2 - uid: 23787 components: @@ -45812,25 +45844,30 @@ entities: - type: Transform pos: 83.5,61.5 parent: 2 + - uid: 28139 + components: + - type: Transform + pos: -54.5,56.5 + parent: 2 - uid: 28162 components: - type: Transform pos: -14.5,36.5 parent: 2 - - uid: 28600 + - uid: 28468 components: - type: Transform - pos: 7.5,64.5 + pos: -53.5,60.5 parent: 2 - - uid: 28732 + - uid: 28661 components: - type: Transform - pos: 7.5,62.5 + pos: -52.5,59.5 parent: 2 - - uid: 28745 + - uid: 28675 components: - type: Transform - pos: 7.5,63.5 + pos: -53.5,56.5 parent: 2 - uid: 28753 components: @@ -46767,16 +46804,6 @@ entities: - type: Transform pos: -10.5,-29.5 parent: 2 - - uid: 29894 - components: - - type: Transform - pos: -61.5,59.5 - parent: 2 - - uid: 29899 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - uid: 29983 components: - type: Transform @@ -47222,6 +47249,21 @@ entities: - type: Transform pos: -36.5,-30.5 parent: 2 + - uid: 30700 + components: + - type: Transform + pos: -35.5,63.5 + parent: 2 + - uid: 30712 + components: + - type: Transform + pos: -35.5,64.5 + parent: 2 + - uid: 30719 + components: + - type: Transform + pos: 11.5,64.5 + parent: 2 - uid: 30723 components: - type: Transform @@ -47262,50 +47304,40 @@ entities: - type: Transform pos: -56.5,-25.5 parent: 2 - - uid: 30768 + - uid: 30789 components: - type: Transform - pos: -34.5,54.5 + pos: 11.5,66.5 parent: 2 - uid: 30792 components: - type: Transform pos: -55.5,-25.5 parent: 2 - - uid: 30851 - components: - - type: Transform - pos: -34.5,69.5 - parent: 2 - - uid: 30852 - components: - - type: Transform - pos: -35.5,69.5 - parent: 2 - - uid: 30853 + - uid: 30816 components: - type: Transform - pos: -36.5,69.5 + pos: 13.5,65.5 parent: 2 - - uid: 30854 + - uid: 30817 components: - type: Transform - pos: -37.5,69.5 + pos: 12.5,65.5 parent: 2 - - uid: 30855 + - uid: 30819 components: - type: Transform - pos: -38.5,69.5 + pos: 7.5,65.5 parent: 2 - - uid: 30856 + - uid: 30820 components: - type: Transform - pos: -39.5,69.5 + pos: 7.5,64.5 parent: 2 - - uid: 30857 + - uid: 30821 components: - type: Transform - pos: -40.5,69.5 + pos: 8.5,64.5 parent: 2 - uid: 30858 components: @@ -47317,46 +47349,11 @@ entities: - type: Transform pos: -42.5,69.5 parent: 2 - - uid: 30860 - components: - - type: Transform - pos: -43.5,69.5 - parent: 2 - - uid: 30861 - components: - - type: Transform - pos: -44.5,69.5 - parent: 2 - - uid: 30862 - components: - - type: Transform - pos: -45.5,69.5 - parent: 2 - uid: 30863 components: - type: Transform pos: -46.5,69.5 parent: 2 - - uid: 30864 - components: - - type: Transform - pos: -46.5,68.5 - parent: 2 - - uid: 30865 - components: - - type: Transform - pos: -46.5,67.5 - parent: 2 - - uid: 30866 - components: - - type: Transform - pos: -46.5,66.5 - parent: 2 - - uid: 30867 - components: - - type: Transform - pos: -46.5,65.5 - parent: 2 - uid: 30868 components: - type: Transform @@ -47387,50 +47384,25 @@ entities: - type: Transform pos: -46.5,59.5 parent: 2 - - uid: 30874 - components: - - type: Transform - pos: -45.5,59.5 - parent: 2 - uid: 30875 components: - type: Transform - pos: -44.5,59.5 + pos: 11.5,67.5 parent: 2 - uid: 30876 components: - type: Transform - pos: -43.5,59.5 + pos: 11.5,65.5 parent: 2 - uid: 30877 components: - type: Transform - pos: -42.5,59.5 + pos: -37.5,60.5 parent: 2 - uid: 30878 components: - type: Transform - pos: -42.5,58.5 - parent: 2 - - uid: 30879 - components: - - type: Transform - pos: -42.5,57.5 - parent: 2 - - uid: 30880 - components: - - type: Transform - pos: -42.5,56.5 - parent: 2 - - uid: 30881 - components: - - type: Transform - pos: -41.5,56.5 - parent: 2 - - uid: 30882 - components: - - type: Transform - pos: -40.5,56.5 + pos: -37.5,64.5 parent: 2 - uid: 30883 components: @@ -47497,11 +47469,6 @@ entities: - type: Transform pos: -29.5,53.5 parent: 2 - - uid: 30897 - components: - - type: Transform - pos: -35.5,52.5 - parent: 2 - uid: 30898 components: - type: Transform @@ -47570,78 +47537,28 @@ entities: - uid: 30911 components: - type: Transform - pos: -33.5,57.5 + pos: -38.5,64.5 parent: 2 - uid: 30912 components: - type: Transform - pos: -34.5,57.5 + pos: -37.5,59.5 parent: 2 - uid: 30913 components: - type: Transform - pos: -34.5,58.5 - parent: 2 - - uid: 30914 - components: - - type: Transform - pos: -34.5,59.5 + pos: -37.5,61.5 parent: 2 - uid: 30915 components: - type: Transform - pos: -34.5,60.5 - parent: 2 - - uid: 30916 - components: - - type: Transform - pos: -39.5,68.5 - parent: 2 - - uid: 30917 - components: - - type: Transform - pos: -38.5,68.5 - parent: 2 - - uid: 30918 - components: - - type: Transform - pos: -37.5,68.5 - parent: 2 - - uid: 30919 - components: - - type: Transform - pos: -36.5,68.5 - parent: 2 - - uid: 30920 - components: - - type: Transform - pos: -35.5,68.5 - parent: 2 - - uid: 30921 - components: - - type: Transform - pos: -34.5,67.5 - parent: 2 - - uid: 30922 - components: - - type: Transform - pos: -34.5,66.5 - parent: 2 - - uid: 30923 - components: - - type: Transform - pos: -34.5,65.5 + pos: -31.5,60.5 parent: 2 - uid: 30924 components: - type: Transform pos: -34.5,64.5 parent: 2 - - uid: 30925 - components: - - type: Transform - pos: -34.5,68.5 - parent: 2 - uid: 30926 components: - type: Transform @@ -47667,16 +47584,6 @@ entities: - type: Transform pos: -39.5,62.5 parent: 2 - - uid: 30931 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - - uid: 30935 - components: - - type: Transform - pos: -43.5,60.5 - parent: 2 - uid: 30936 components: - type: Transform @@ -47687,195 +47594,40 @@ entities: - type: Transform pos: -45.5,65.5 parent: 2 - - uid: 30938 - components: - - type: Transform - pos: -39.5,71.5 - parent: 2 - - uid: 30939 - components: - - type: Transform - pos: -38.5,71.5 - parent: 2 - - uid: 30940 - components: - - type: Transform - pos: -37.5,71.5 - parent: 2 - - uid: 30941 - components: - - type: Transform - pos: -36.5,71.5 - parent: 2 - - uid: 30942 - components: - - type: Transform - pos: -35.5,71.5 - parent: 2 - - uid: 30943 - components: - - type: Transform - pos: -35.5,70.5 - parent: 2 - - uid: 31012 - components: - - type: Transform - pos: -22.5,72.5 - parent: 2 - - uid: 31013 - components: - - type: Transform - pos: -22.5,73.5 - parent: 2 - - uid: 31014 - components: - - type: Transform - pos: -22.5,74.5 - parent: 2 - - uid: 31015 - components: - - type: Transform - pos: -23.5,74.5 - parent: 2 - - uid: 31016 - components: - - type: Transform - pos: -24.5,74.5 - parent: 2 - - uid: 31017 - components: - - type: Transform - pos: -25.5,74.5 - parent: 2 - - uid: 31018 - components: - - type: Transform - pos: -26.5,74.5 - parent: 2 - - uid: 31019 - components: - - type: Transform - pos: -27.5,74.5 - parent: 2 - - uid: 31020 - components: - - type: Transform - pos: -28.5,74.5 - parent: 2 - - uid: 31021 - components: - - type: Transform - pos: -29.5,75.5 - parent: 2 - - uid: 31022 - components: - - type: Transform - pos: -29.5,74.5 - parent: 2 - - uid: 31023 - components: - - type: Transform - pos: -29.5,73.5 - parent: 2 - - uid: 31024 - components: - - type: Transform - pos: -29.5,76.5 - parent: 2 - - uid: 31025 - components: - - type: Transform - pos: -29.5,77.5 - parent: 2 - - uid: 31026 - components: - - type: Transform - pos: -28.5,77.5 - parent: 2 - - uid: 31027 - components: - - type: Transform - pos: -27.5,77.5 - parent: 2 - - uid: 31028 - components: - - type: Transform - pos: -26.5,77.5 - parent: 2 - - uid: 31029 - components: - - type: Transform - pos: -25.5,77.5 - parent: 2 - - uid: 31030 - components: - - type: Transform - pos: -24.5,77.5 - parent: 2 - - uid: 31031 - components: - - type: Transform - pos: -24.5,76.5 - parent: 2 - - uid: 31032 - components: - - type: Transform - pos: -23.5,76.5 - parent: 2 - - uid: 31033 - components: - - type: Transform - pos: -22.5,76.5 - parent: 2 - - uid: 31034 - components: - - type: Transform - pos: -21.5,76.5 - parent: 2 - - uid: 31035 - components: - - type: Transform - pos: -20.5,76.5 - parent: 2 - - uid: 31036 - components: - - type: Transform - pos: -20.5,75.5 - parent: 2 - - uid: 31037 + - uid: 31057 components: - type: Transform - pos: -20.5,74.5 + pos: -38.5,65.5 parent: 2 - - uid: 31038 + - uid: 31058 components: - type: Transform - pos: -20.5,73.5 + pos: -54.5,-25.5 parent: 2 - - uid: 31039 + - uid: 31059 components: - type: Transform - pos: -20.5,72.5 + pos: -53.5,-25.5 parent: 2 - - uid: 31042 + - uid: 31060 components: - type: Transform - pos: -29.5,73.5 + pos: -52.5,-25.5 parent: 2 - - uid: 31058 + - uid: 31062 components: - type: Transform - pos: -54.5,-25.5 + pos: -33.5,64.5 parent: 2 - - uid: 31059 + - uid: 31065 components: - type: Transform - pos: -53.5,-25.5 + pos: 10.5,64.5 parent: 2 - - uid: 31060 + - uid: 31076 components: - type: Transform - pos: -52.5,-25.5 + pos: 9.5,64.5 parent: 2 - uid: 31184 components: @@ -48062,186 +47814,11 @@ entities: - type: Transform pos: -38.5,73.5 parent: 2 - - uid: 31366 - components: - - type: Transform - pos: -37.5,73.5 - parent: 2 - - uid: 31367 - components: - - type: Transform - pos: -36.5,73.5 - parent: 2 - - uid: 31368 - components: - - type: Transform - pos: -35.5,73.5 - parent: 2 - - uid: 31369 - components: - - type: Transform - pos: -34.5,73.5 - parent: 2 - - uid: 31370 - components: - - type: Transform - pos: -33.5,73.5 - parent: 2 - - uid: 31371 - components: - - type: Transform - pos: -32.5,73.5 - parent: 2 - - uid: 31372 - components: - - type: Transform - pos: -31.5,72.5 - parent: 2 - - uid: 31373 - components: - - type: Transform - pos: -31.5,73.5 - parent: 2 - - uid: 31374 - components: - - type: Transform - pos: -31.5,74.5 - parent: 2 - - uid: 31375 - components: - - type: Transform - pos: -31.5,75.5 - parent: 2 - - uid: 31376 - components: - - type: Transform - pos: -31.5,76.5 - parent: 2 - - uid: 31377 - components: - - type: Transform - pos: -31.5,77.5 - parent: 2 - - uid: 31378 - components: - - type: Transform - pos: -31.5,78.5 - parent: 2 - - uid: 31379 - components: - - type: Transform - pos: -31.5,79.5 - parent: 2 - - uid: 31380 - components: - - type: Transform - pos: -30.5,79.5 - parent: 2 - - uid: 31381 - components: - - type: Transform - pos: -29.5,79.5 - parent: 2 - - uid: 31382 - components: - - type: Transform - pos: -28.5,79.5 - parent: 2 - - uid: 31383 - components: - - type: Transform - pos: -27.5,79.5 - parent: 2 - - uid: 31384 - components: - - type: Transform - pos: -26.5,79.5 - parent: 2 - - uid: 31385 - components: - - type: Transform - pos: -25.5,79.5 - parent: 2 - - uid: 31386 - components: - - type: Transform - pos: -24.5,79.5 - parent: 2 - - uid: 31387 - components: - - type: Transform - pos: -23.5,79.5 - parent: 2 - - uid: 31388 - components: - - type: Transform - pos: -22.5,79.5 - parent: 2 - - uid: 31389 - components: - - type: Transform - pos: -22.5,78.5 - parent: 2 - - uid: 31390 - components: - - type: Transform - pos: -21.5,78.5 - parent: 2 - - uid: 31391 - components: - - type: Transform - pos: -20.5,78.5 - parent: 2 - - uid: 31392 - components: - - type: Transform - pos: -19.5,78.5 - parent: 2 - - uid: 31393 - components: - - type: Transform - pos: -18.5,78.5 - parent: 2 - - uid: 31394 - components: - - type: Transform - pos: -18.5,77.5 - parent: 2 - - uid: 31395 - components: - - type: Transform - pos: -18.5,76.5 - parent: 2 - - uid: 31396 - components: - - type: Transform - pos: -18.5,75.5 - parent: 2 - - uid: 31397 - components: - - type: Transform - pos: -18.5,74.5 - parent: 2 - - uid: 31398 - components: - - type: Transform - pos: -18.5,73.5 - parent: 2 - - uid: 31399 - components: - - type: Transform - pos: -18.5,72.5 - parent: 2 - uid: 31445 components: - type: Transform pos: -52.5,-24.5 parent: 2 - - uid: 31448 - components: - - type: Transform - pos: -42.5,67.5 - parent: 2 - uid: 31450 components: - type: Transform @@ -48287,26 +47864,6 @@ entities: - type: Transform pos: -38.5,66.5 parent: 2 - - uid: 31459 - components: - - type: Transform - pos: -38.5,67.5 - parent: 2 - - uid: 31460 - components: - - type: Transform - pos: -37.5,67.5 - parent: 2 - - uid: 31461 - components: - - type: Transform - pos: -41.5,64.5 - parent: 2 - - uid: 31462 - components: - - type: Transform - pos: -35.5,61.5 - parent: 2 - uid: 31464 components: - type: Transform @@ -48337,16 +47894,6 @@ entities: - type: Transform pos: -3.5,67.5 parent: 2 - - uid: 31470 - components: - - type: Transform - pos: -3.5,68.5 - parent: 2 - - uid: 31471 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - uid: 31472 components: - type: Transform @@ -48357,121 +47904,11 @@ entities: - type: Transform pos: -11.5,67.5 parent: 2 - - uid: 31474 - components: - - type: Transform - pos: -12.5,67.5 - parent: 2 - - uid: 31475 - components: - - type: Transform - pos: -13.5,67.5 - parent: 2 - - uid: 31476 - components: - - type: Transform - pos: -14.5,67.5 - parent: 2 - - uid: 31477 - components: - - type: Transform - pos: -15.5,67.5 - parent: 2 - - uid: 31478 - components: - - type: Transform - pos: -16.5,67.5 - parent: 2 - - uid: 31479 - components: - - type: Transform - pos: -17.5,67.5 - parent: 2 - - uid: 31480 - components: - - type: Transform - pos: -18.5,67.5 - parent: 2 - - uid: 31481 - components: - - type: Transform - pos: -19.5,67.5 - parent: 2 - - uid: 31482 - components: - - type: Transform - pos: -20.5,67.5 - parent: 2 - - uid: 31483 - components: - - type: Transform - pos: -21.5,67.5 - parent: 2 - - uid: 31484 - components: - - type: Transform - pos: -22.5,67.5 - parent: 2 - - uid: 31485 - components: - - type: Transform - pos: -23.5,67.5 - parent: 2 - - uid: 31486 - components: - - type: Transform - pos: -24.5,67.5 - parent: 2 - - uid: 31487 - components: - - type: Transform - pos: -25.5,67.5 - parent: 2 - - uid: 31488 - components: - - type: Transform - pos: -26.5,67.5 - parent: 2 - - uid: 31489 - components: - - type: Transform - pos: -27.5,67.5 - parent: 2 - - uid: 31490 - components: - - type: Transform - pos: -28.5,67.5 - parent: 2 - uid: 31491 components: - type: Transform pos: -29.5,67.5 parent: 2 - - uid: 31492 - components: - - type: Transform - pos: -30.5,67.5 - parent: 2 - - uid: 31493 - components: - - type: Transform - pos: -31.5,67.5 - parent: 2 - - uid: 31494 - components: - - type: Transform - pos: -32.5,67.5 - parent: 2 - - uid: 31495 - components: - - type: Transform - pos: -32.5,66.5 - parent: 2 - - uid: 31496 - components: - - type: Transform - pos: -32.5,65.5 - parent: 2 - uid: 31497 components: - type: Transform @@ -48507,106 +47944,6 @@ entities: - type: Transform pos: -41.5,68.5 parent: 2 - - uid: 31529 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - - uid: 31530 - components: - - type: Transform - pos: -44.5,56.5 - parent: 2 - - uid: 31531 - components: - - type: Transform - pos: -45.5,56.5 - parent: 2 - - uid: 31532 - components: - - type: Transform - pos: -46.5,56.5 - parent: 2 - - uid: 31533 - components: - - type: Transform - pos: -47.5,56.5 - parent: 2 - - uid: 31534 - components: - - type: Transform - pos: -48.5,56.5 - parent: 2 - - uid: 31535 - components: - - type: Transform - pos: -48.5,55.5 - parent: 2 - - uid: 31536 - components: - - type: Transform - pos: -48.5,54.5 - parent: 2 - - uid: 31537 - components: - - type: Transform - pos: -47.5,54.5 - parent: 2 - - uid: 31538 - components: - - type: Transform - pos: -46.5,54.5 - parent: 2 - - uid: 31539 - components: - - type: Transform - pos: -45.5,54.5 - parent: 2 - - uid: 31540 - components: - - type: Transform - pos: -44.5,54.5 - parent: 2 - - uid: 31541 - components: - - type: Transform - pos: -43.5,54.5 - parent: 2 - - uid: 31542 - components: - - type: Transform - pos: -42.5,54.5 - parent: 2 - - uid: 31543 - components: - - type: Transform - pos: -41.5,54.5 - parent: 2 - - uid: 31544 - components: - - type: Transform - pos: -40.5,54.5 - parent: 2 - - uid: 31545 - components: - - type: Transform - pos: -39.5,54.5 - parent: 2 - - uid: 31546 - components: - - type: Transform - pos: -38.5,54.5 - parent: 2 - - uid: 31547 - components: - - type: Transform - pos: -37.5,54.5 - parent: 2 - - uid: 31548 - components: - - type: Transform - pos: -36.5,54.5 - parent: 2 - uid: 31549 components: - type: Transform @@ -48662,11 +47999,6 @@ entities: - type: Transform pos: -46.5,70.5 parent: 2 - - uid: 31560 - components: - - type: Transform - pos: -30.5,73.5 - parent: 2 - uid: 31564 components: - type: Transform @@ -48747,86 +48079,6 @@ entities: - type: Transform pos: -59.5,56.5 parent: 2 - - uid: 31580 - components: - - type: Transform - pos: -59.5,57.5 - parent: 2 - - uid: 31581 - components: - - type: Transform - pos: -59.5,58.5 - parent: 2 - - uid: 31582 - components: - - type: Transform - pos: -59.5,59.5 - parent: 2 - - uid: 31583 - components: - - type: Transform - pos: -59.5,60.5 - parent: 2 - - uid: 31584 - components: - - type: Transform - pos: -58.5,60.5 - parent: 2 - - uid: 31585 - components: - - type: Transform - pos: -57.5,60.5 - parent: 2 - - uid: 31586 - components: - - type: Transform - pos: -56.5,60.5 - parent: 2 - - uid: 31587 - components: - - type: Transform - pos: -55.5,60.5 - parent: 2 - - uid: 31588 - components: - - type: Transform - pos: -54.5,60.5 - parent: 2 - - uid: 31589 - components: - - type: Transform - pos: -53.5,60.5 - parent: 2 - - uid: 31590 - components: - - type: Transform - pos: -52.5,60.5 - parent: 2 - - uid: 31591 - components: - - type: Transform - pos: -52.5,59.5 - parent: 2 - - uid: 31592 - components: - - type: Transform - pos: -52.5,58.5 - parent: 2 - - uid: 31593 - components: - - type: Transform - pos: -52.5,57.5 - parent: 2 - - uid: 31594 - components: - - type: Transform - pos: -52.5,56.5 - parent: 2 - - uid: 31595 - components: - - type: Transform - pos: -52.5,55.5 - parent: 2 - uid: 31596 components: - type: Transform @@ -50252,11 +49504,6 @@ entities: - type: Transform pos: -89.5,-58.5 parent: 2 - - uid: 32119 - components: - - type: Transform - pos: -32.5,78.5 - parent: 2 - uid: 32120 components: - type: Transform @@ -50267,21 +49514,6 @@ entities: - type: Transform pos: -45.5,74.5 parent: 2 - - uid: 32122 - components: - - type: Transform - pos: -36.5,74.5 - parent: 2 - - uid: 32123 - components: - - type: Transform - pos: -23.5,80.5 - parent: 2 - - uid: 32125 - components: - - type: Transform - pos: -17.5,75.5 - parent: 2 - uid: 32126 components: - type: Transform @@ -50367,11 +49599,6 @@ entities: - type: Transform pos: -89.5,-39.5 parent: 2 - - uid: 32292 - components: - - type: Transform - pos: -64.5,64.5 - parent: 2 - uid: 32315 components: - type: Transform @@ -59072,31 +58299,6 @@ entities: - type: Transform pos: -54.5,54.5 parent: 2 - - uid: 34573 - components: - - type: Transform - pos: -54.5,55.5 - parent: 2 - - uid: 34574 - components: - - type: Transform - pos: -55.5,55.5 - parent: 2 - - uid: 34575 - components: - - type: Transform - pos: -56.5,55.5 - parent: 2 - - uid: 34576 - components: - - type: Transform - pos: -57.5,55.5 - parent: 2 - - uid: 34577 - components: - - type: Transform - pos: -58.5,55.5 - parent: 2 - uid: 34578 components: - type: Transform @@ -59327,76 +58529,6 @@ entities: - type: Transform pos: 50.5,18.5 parent: 2 - - uid: 34730 - components: - - type: Transform - pos: -60.5,60.5 - parent: 2 - - uid: 34731 - components: - - type: Transform - pos: -61.5,60.5 - parent: 2 - - uid: 34732 - components: - - type: Transform - pos: -62.5,60.5 - parent: 2 - - uid: 34733 - components: - - type: Transform - pos: -63.5,60.5 - parent: 2 - - uid: 34734 - components: - - type: Transform - pos: -64.5,60.5 - parent: 2 - - uid: 34735 - components: - - type: Transform - pos: -65.5,60.5 - parent: 2 - - uid: 34736 - components: - - type: Transform - pos: -66.5,60.5 - parent: 2 - - uid: 34737 - components: - - type: Transform - pos: -67.5,60.5 - parent: 2 - - uid: 34738 - components: - - type: Transform - pos: -68.5,60.5 - parent: 2 - - uid: 34739 - components: - - type: Transform - pos: -68.5,59.5 - parent: 2 - - uid: 34827 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - - uid: 34828 - components: - - type: Transform - pos: -61.5,59.5 - parent: 2 - - uid: 34829 - components: - - type: Transform - pos: -61.5,58.5 - parent: 2 - - uid: 34830 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - uid: 34831 components: - type: Transform @@ -59412,66 +58544,6 @@ entities: - type: Transform pos: -61.5,54.5 parent: 2 - - uid: 34834 - components: - - type: Transform - pos: -61.5,62.5 - parent: 2 - - uid: 34835 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - - uid: 34836 - components: - - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 34837 - components: - - type: Transform - pos: -59.5,62.5 - parent: 2 - - uid: 34838 - components: - - type: Transform - pos: -58.5,62.5 - parent: 2 - - uid: 34839 - components: - - type: Transform - pos: -57.5,62.5 - parent: 2 - - uid: 34840 - components: - - type: Transform - pos: -56.5,62.5 - parent: 2 - - uid: 34841 - components: - - type: Transform - pos: -55.5,62.5 - parent: 2 - - uid: 34842 - components: - - type: Transform - pos: -54.5,62.5 - parent: 2 - - uid: 34843 - components: - - type: Transform - pos: -53.5,62.5 - parent: 2 - - uid: 34844 - components: - - type: Transform - pos: -52.5,62.5 - parent: 2 - - uid: 34845 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - uid: 34846 components: - type: Transform @@ -60522,116 +59594,6 @@ entities: - type: Transform pos: -64.5,-23.5 parent: 2 - - uid: 35687 - components: - - type: Transform - pos: -64.5,64.5 - parent: 2 - - uid: 35688 - components: - - type: Transform - pos: -65.5,64.5 - parent: 2 - - uid: 35689 - components: - - type: Transform - pos: -66.5,64.5 - parent: 2 - - uid: 35690 - components: - - type: Transform - pos: -67.5,64.5 - parent: 2 - - uid: 35691 - components: - - type: Transform - pos: -68.5,64.5 - parent: 2 - - uid: 35692 - components: - - type: Transform - pos: -69.5,64.5 - parent: 2 - - uid: 35693 - components: - - type: Transform - pos: -69.5,63.5 - parent: 2 - - uid: 35694 - components: - - type: Transform - pos: -69.5,62.5 - parent: 2 - - uid: 35695 - components: - - type: Transform - pos: -69.5,61.5 - parent: 2 - - uid: 35696 - components: - - type: Transform - pos: -70.5,61.5 - parent: 2 - - uid: 35697 - components: - - type: Transform - pos: -61.5,62.5 - parent: 2 - - uid: 35698 - components: - - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 35699 - components: - - type: Transform - pos: -59.5,62.5 - parent: 2 - - uid: 35700 - components: - - type: Transform - pos: -58.5,62.5 - parent: 2 - - uid: 35701 - components: - - type: Transform - pos: -57.5,62.5 - parent: 2 - - uid: 35702 - components: - - type: Transform - pos: -56.5,62.5 - parent: 2 - - uid: 35703 - components: - - type: Transform - pos: -55.5,62.5 - parent: 2 - - uid: 35704 - components: - - type: Transform - pos: -54.5,62.5 - parent: 2 - - uid: 35705 - components: - - type: Transform - pos: -53.5,62.5 - parent: 2 - - uid: 35706 - components: - - type: Transform - pos: -52.5,62.5 - parent: 2 - - uid: 35707 - components: - - type: Transform - pos: -52.5,61.5 - parent: 2 - - uid: 35708 - components: - - type: Transform - pos: -61.5,63.5 - parent: 2 - uid: 35778 components: - type: Transform @@ -61028,16 +59990,51 @@ entities: parent: 2 - proto: CableHV entities: + - uid: 137 + components: + - type: Transform + pos: -5.5,70.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: -46.5,57.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + pos: -10.5,68.5 + parent: 2 - uid: 2526 components: - type: Transform pos: -3.5,-20.5 parent: 2 + - uid: 2775 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 - uid: 3584 components: - type: Transform pos: -62.5,33.5 parent: 2 + - uid: 3893 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 - uid: 4040 components: - type: Transform @@ -61103,31 +60100,6 @@ entities: - type: Transform pos: -93.5,-33.5 parent: 2 - - uid: 4854 - components: - - type: Transform - pos: -47.5,56.5 - parent: 2 - - uid: 4855 - components: - - type: Transform - pos: -46.5,56.5 - parent: 2 - - uid: 4856 - components: - - type: Transform - pos: -45.5,56.5 - parent: 2 - - uid: 4857 - components: - - type: Transform - pos: -44.5,56.5 - parent: 2 - - uid: 4863 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - uid: 4873 components: - type: Transform @@ -61173,11 +60145,31 @@ entities: - type: Transform pos: -53.5,17.5 parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -41.5,56.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: -42.5,56.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 - uid: 6396 components: - type: Transform pos: -24.5,27.5 parent: 2 + - uid: 6771 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 - uid: 7293 components: - type: Transform @@ -61188,6 +60180,11 @@ entities: - type: Transform pos: -95.5,-33.5 parent: 2 + - uid: 7324 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 - uid: 7408 components: - type: Transform @@ -61203,6 +60200,41 @@ entities: - type: Transform pos: -87.5,51.5 parent: 2 + - uid: 7466 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + pos: -6.5,70.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: -4.5,70.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + pos: -11.5,68.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + pos: -43.5,69.5 + parent: 2 - uid: 7694 components: - type: Transform @@ -61293,6 +60325,11 @@ entities: - type: Transform pos: -97.5,-34.5 parent: 2 + - uid: 9144 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 - uid: 9515 components: - type: Transform @@ -64638,6 +63675,11 @@ entities: - type: Transform pos: 60.5,-44.5 parent: 2 + - uid: 11639 + components: + - type: Transform + pos: -45.5,56.5 + parent: 2 - uid: 11692 components: - type: Transform @@ -66518,6 +65560,11 @@ entities: - type: Transform pos: -32.5,52.5 parent: 2 + - uid: 13828 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 - uid: 14292 components: - type: Transform @@ -66838,6 +65885,11 @@ entities: - type: Transform pos: 1.5,38.5 parent: 2 + - uid: 14453 + components: + - type: Transform + pos: -61.5,62.5 + parent: 2 - uid: 14509 components: - type: Transform @@ -67233,6 +66285,16 @@ entities: - type: Transform pos: 24.5,32.5 parent: 2 + - uid: 15194 + components: + - type: Transform + pos: -46.5,66.5 + parent: 2 + - uid: 15272 + components: + - type: Transform + pos: -44.5,69.5 + parent: 2 - uid: 15326 components: - type: Transform @@ -67258,10 +66320,10 @@ entities: - type: Transform pos: -26.5,23.5 parent: 2 - - uid: 15545 + - uid: 15582 components: - type: Transform - pos: -30.5,50.5 + pos: -61.5,60.5 parent: 2 - uid: 15620 components: @@ -67273,11 +66335,6 @@ entities: - type: Transform pos: -31.5,23.5 parent: 2 - - uid: 15679 - components: - - type: Transform - pos: -54.5,56.5 - parent: 2 - uid: 15828 components: - type: Transform @@ -67291,12 +66348,12 @@ entities: - uid: 15905 components: - type: Transform - pos: -53.5,54.5 + pos: -55.5,62.5 parent: 2 - uid: 15982 components: - type: Transform - pos: -53.5,56.5 + pos: -61.5,61.5 parent: 2 - uid: 16031 components: @@ -67443,6 +66500,11 @@ entities: - type: Transform pos: -30.5,51.5 parent: 2 + - uid: 16368 + components: + - type: Transform + pos: -41.5,70.5 + parent: 2 - uid: 16371 components: - type: Transform @@ -67616,13 +66678,43 @@ entities: - uid: 16472 components: - type: Transform - pos: -56.5,56.5 + pos: -57.5,62.5 parent: 2 - uid: 16480 components: - type: Transform pos: -19.5,52.5 parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + pos: -60.5,62.5 + parent: 2 + - uid: 16503 + components: + - type: Transform + pos: -63.5,55.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + pos: -63.5,63.5 + parent: 2 + - uid: 16536 + components: + - type: Transform + pos: -63.5,61.5 + parent: 2 - uid: 17005 components: - type: Transform @@ -67648,11 +66740,31 @@ entities: - type: Transform pos: -26.5,55.5 parent: 2 + - uid: 17619 + components: + - type: Transform + pos: -46.5,65.5 + parent: 2 - uid: 17820 components: - type: Transform pos: -24.5,26.5 parent: 2 + - uid: 17964 + components: + - type: Transform + pos: -46.5,69.5 + parent: 2 + - uid: 17965 + components: + - type: Transform + pos: -45.5,69.5 + parent: 2 + - uid: 17967 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 - uid: 17974 components: - type: Transform @@ -67673,20 +66785,55 @@ entities: - type: Transform pos: -23.5,26.5 parent: 2 + - uid: 18115 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 - uid: 18121 components: - type: Transform pos: -26.5,26.5 parent: 2 + - uid: 18223 + components: + - type: Transform + pos: -7.5,70.5 + parent: 2 + - uid: 18317 + components: + - type: Transform + pos: -46.5,58.5 + parent: 2 - uid: 18323 components: - type: Transform - pos: -33.5,69.5 + pos: -3.5,70.5 parent: 2 - - uid: 18391 + - uid: 18335 components: - type: Transform - pos: -52.5,54.5 + pos: -8.5,68.5 + parent: 2 + - uid: 18336 + components: + - type: Transform + pos: -1.5,70.5 + parent: 2 + - uid: 18341 + components: + - type: Transform + pos: -0.5,70.5 + parent: 2 + - uid: 18342 + components: + - type: Transform + pos: -2.5,70.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + pos: -40.5,72.5 parent: 2 - uid: 18562 components: @@ -68183,6 +67330,11 @@ entities: - type: Transform pos: -62.5,35.5 parent: 2 + - uid: 19315 + components: + - type: Transform + pos: -46.5,60.5 + parent: 2 - uid: 19352 components: - type: Transform @@ -68228,6 +67380,11 @@ entities: - type: Transform pos: -29.5,23.5 parent: 2 + - uid: 19634 + components: + - type: Transform + pos: -46.5,58.5 + parent: 2 - uid: 19694 components: - type: Transform @@ -68348,175 +67505,15 @@ entities: - type: Transform pos: 0.5,70.5 parent: 2 - - uid: 19791 - components: - - type: Transform - pos: -0.5,70.5 - parent: 2 - - uid: 19792 - components: - - type: Transform - pos: -1.5,70.5 - parent: 2 - - uid: 19793 - components: - - type: Transform - pos: -2.5,70.5 - parent: 2 - - uid: 19794 - components: - - type: Transform - pos: -3.5,70.5 - parent: 2 - - uid: 19795 - components: - - type: Transform - pos: -4.5,70.5 - parent: 2 - - uid: 19796 - components: - - type: Transform - pos: -5.5,70.5 - parent: 2 - - uid: 19797 - components: - - type: Transform - pos: -6.5,70.5 - parent: 2 - - uid: 19798 - components: - - type: Transform - pos: -7.5,70.5 - parent: 2 - - uid: 19799 - components: - - type: Transform - pos: -8.5,70.5 - parent: 2 - - uid: 19800 - components: - - type: Transform - pos: -9.5,70.5 - parent: 2 - - uid: 19801 - components: - - type: Transform - pos: -10.5,70.5 - parent: 2 - - uid: 19802 - components: - - type: Transform - pos: -11.5,70.5 - parent: 2 - - uid: 19803 - components: - - type: Transform - pos: -12.5,70.5 - parent: 2 - - uid: 19804 - components: - - type: Transform - pos: -13.5,70.5 - parent: 2 - - uid: 19805 - components: - - type: Transform - pos: -13.5,69.5 - parent: 2 - - uid: 19806 - components: - - type: Transform - pos: -14.5,69.5 - parent: 2 - uid: 19807 components: - type: Transform - pos: -15.5,69.5 - parent: 2 - - uid: 19808 - components: - - type: Transform - pos: -16.5,69.5 - parent: 2 - - uid: 19809 - components: - - type: Transform - pos: -17.5,69.5 - parent: 2 - - uid: 19810 - components: - - type: Transform - pos: -18.5,69.5 - parent: 2 - - uid: 19811 - components: - - type: Transform - pos: -19.5,69.5 - parent: 2 - - uid: 19812 - components: - - type: Transform - pos: -20.5,69.5 - parent: 2 - - uid: 19813 - components: - - type: Transform - pos: -21.5,69.5 - parent: 2 - - uid: 19814 - components: - - type: Transform - pos: -22.5,69.5 - parent: 2 - - uid: 19815 - components: - - type: Transform - pos: -23.5,69.5 - parent: 2 - - uid: 19816 - components: - - type: Transform - pos: -24.5,69.5 - parent: 2 - - uid: 19817 - components: - - type: Transform - pos: -25.5,69.5 - parent: 2 - - uid: 19818 - components: - - type: Transform - pos: -26.5,69.5 - parent: 2 - - uid: 19819 - components: - - type: Transform - pos: -27.5,69.5 - parent: 2 - - uid: 19820 - components: - - type: Transform - pos: -28.5,69.5 - parent: 2 - - uid: 19821 - components: - - type: Transform - pos: -29.5,69.5 - parent: 2 - - uid: 19822 - components: - - type: Transform - pos: -30.5,69.5 - parent: 2 - - uid: 19823 - components: - - type: Transform - pos: -31.5,69.5 + pos: -40.5,69.5 parent: 2 - - uid: 19824 + - uid: 19847 components: - type: Transform - pos: -32.5,69.5 + pos: -40.5,68.5 parent: 2 - uid: 20035 components: @@ -69193,26 +68190,6 @@ entities: - type: Transform pos: -33.5,-5.5 parent: 2 - - uid: 20170 - components: - - type: Transform - pos: -34.5,-5.5 - parent: 2 - - uid: 20171 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - - uid: 20172 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - - uid: 20173 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - uid: 20174 components: - type: Transform @@ -69256,22 +68233,17 @@ entities: - uid: 20182 components: - type: Transform - pos: -33.5,-10.5 + pos: -31.5,-5.5 parent: 2 - uid: 20183 components: - type: Transform - pos: -34.5,-10.5 - parent: 2 - - uid: 20184 - components: - - type: Transform - pos: -35.5,-10.5 + pos: -32.5,-5.5 parent: 2 - - uid: 20185 + - uid: 20205 components: - type: Transform - pos: -35.5,-9.5 + pos: -43.5,56.5 parent: 2 - uid: 20418 components: @@ -69358,6 +68330,21 @@ entities: - type: Transform pos: 38.5,-14.5 parent: 2 + - uid: 20657 + components: + - type: Transform + pos: -44.5,56.5 + parent: 2 + - uid: 20867 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 21046 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 - uid: 21199 components: - type: Transform @@ -70888,16 +69875,46 @@ entities: - type: Transform pos: -98.5,60.5 parent: 2 + - uid: 22724 + components: + - type: Transform + pos: -63.5,62.5 + parent: 2 + - uid: 22727 + components: + - type: Transform + pos: -63.5,60.5 + parent: 2 - uid: 23038 components: - type: Transform pos: -61.5,44.5 parent: 2 + - uid: 23208 + components: + - type: Transform + pos: -63.5,59.5 + parent: 2 + - uid: 23254 + components: + - type: Transform + pos: -61.5,56.5 + parent: 2 - uid: 23343 components: - type: Transform pos: -17.5,35.5 parent: 2 + - uid: 23568 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 23686 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 - uid: 23699 components: - type: Transform @@ -70923,75 +69940,65 @@ entities: - type: Transform pos: 0.5,64.5 parent: 2 - - uid: 23764 + - uid: 23780 components: - type: Transform - pos: -53.5,55.5 + pos: -63.5,58.5 parent: 2 - - uid: 23766 + - uid: 23781 components: - type: Transform - pos: -55.5,56.5 + pos: -63.5,57.5 parent: 2 - uid: 23822 components: - type: Transform pos: -20.5,35.5 parent: 2 - - uid: 25227 - components: - - type: Transform - pos: -22.5,35.5 - parent: 2 - - uid: 29266 - components: - - type: Transform - pos: -15.5,43.5 - parent: 2 - - uid: 29976 + - uid: 25066 components: - type: Transform - pos: -65.5,-21.5 + pos: -63.5,56.5 parent: 2 - - uid: 30094 + - uid: 25227 components: - type: Transform - pos: -17.5,44.5 + pos: -22.5,35.5 parent: 2 - - uid: 30793 + - uid: 28126 components: - type: Transform - pos: -34.5,69.5 + pos: -61.5,57.5 parent: 2 - - uid: 30794 + - uid: 28238 components: - type: Transform - pos: -35.5,69.5 + pos: -61.5,55.5 parent: 2 - - uid: 30795 + - uid: 28664 components: - type: Transform - pos: -36.5,69.5 + pos: -61.5,58.5 parent: 2 - - uid: 30796 + - uid: 28667 components: - type: Transform - pos: -37.5,69.5 + pos: -61.5,59.5 parent: 2 - - uid: 30797 + - uid: 29266 components: - type: Transform - pos: -38.5,69.5 + pos: -15.5,43.5 parent: 2 - - uid: 30798 + - uid: 29976 components: - type: Transform - pos: -39.5,69.5 + pos: -65.5,-21.5 parent: 2 - - uid: 30799 + - uid: 30094 components: - type: Transform - pos: -40.5,69.5 + pos: -17.5,44.5 parent: 2 - uid: 30800 components: @@ -71003,46 +70010,6 @@ entities: - type: Transform pos: -42.5,69.5 parent: 2 - - uid: 30802 - components: - - type: Transform - pos: -43.5,69.5 - parent: 2 - - uid: 30803 - components: - - type: Transform - pos: -44.5,69.5 - parent: 2 - - uid: 30804 - components: - - type: Transform - pos: -45.5,69.5 - parent: 2 - - uid: 30805 - components: - - type: Transform - pos: -46.5,69.5 - parent: 2 - - uid: 30806 - components: - - type: Transform - pos: -46.5,68.5 - parent: 2 - - uid: 30807 - components: - - type: Transform - pos: -46.5,67.5 - parent: 2 - - uid: 30808 - components: - - type: Transform - pos: -46.5,66.5 - parent: 2 - - uid: 30809 - components: - - type: Transform - pos: -46.5,65.5 - parent: 2 - uid: 30810 components: - type: Transform @@ -71073,46 +70040,6 @@ entities: - type: Transform pos: -46.5,59.5 parent: 2 - - uid: 30816 - components: - - type: Transform - pos: -45.5,59.5 - parent: 2 - - uid: 30817 - components: - - type: Transform - pos: -44.5,59.5 - parent: 2 - - uid: 30818 - components: - - type: Transform - pos: -43.5,59.5 - parent: 2 - - uid: 30819 - components: - - type: Transform - pos: -42.5,59.5 - parent: 2 - - uid: 30820 - components: - - type: Transform - pos: -42.5,58.5 - parent: 2 - - uid: 30821 - components: - - type: Transform - pos: -42.5,57.5 - parent: 2 - - uid: 30822 - components: - - type: Transform - pos: -42.5,56.5 - parent: 2 - - uid: 30823 - components: - - type: Transform - pos: -41.5,56.5 - parent: 2 - uid: 30824 components: - type: Transform @@ -71248,306 +70175,6 @@ entities: - type: Transform pos: -18.5,51.5 parent: 2 - - uid: 30944 - components: - - type: Transform - pos: -29.5,71.5 - parent: 2 - - uid: 30945 - components: - - type: Transform - pos: -29.5,72.5 - parent: 2 - - uid: 30946 - components: - - type: Transform - pos: -29.5,73.5 - parent: 2 - - uid: 30947 - components: - - type: Transform - pos: -29.5,74.5 - parent: 2 - - uid: 30948 - components: - - type: Transform - pos: -29.5,75.5 - parent: 2 - - uid: 30949 - components: - - type: Transform - pos: -29.5,76.5 - parent: 2 - - uid: 30950 - components: - - type: Transform - pos: -29.5,77.5 - parent: 2 - - uid: 30951 - components: - - type: Transform - pos: -28.5,77.5 - parent: 2 - - uid: 30952 - components: - - type: Transform - pos: -27.5,77.5 - parent: 2 - - uid: 30953 - components: - - type: Transform - pos: -26.5,77.5 - parent: 2 - - uid: 30954 - components: - - type: Transform - pos: -25.5,77.5 - parent: 2 - - uid: 30955 - components: - - type: Transform - pos: -24.5,77.5 - parent: 2 - - uid: 30956 - components: - - type: Transform - pos: -24.5,76.5 - parent: 2 - - uid: 30957 - components: - - type: Transform - pos: -23.5,76.5 - parent: 2 - - uid: 30958 - components: - - type: Transform - pos: -22.5,76.5 - parent: 2 - - uid: 30959 - components: - - type: Transform - pos: -21.5,76.5 - parent: 2 - - uid: 30960 - components: - - type: Transform - pos: -20.5,76.5 - parent: 2 - - uid: 30961 - components: - - type: Transform - pos: -20.5,75.5 - parent: 2 - - uid: 30962 - components: - - type: Transform - pos: -20.5,74.5 - parent: 2 - - uid: 30963 - components: - - type: Transform - pos: -20.5,73.5 - parent: 2 - - uid: 30964 - components: - - type: Transform - pos: -20.5,72.5 - parent: 2 - - uid: 30966 - components: - - type: Transform - pos: -21.5,71.5 - parent: 2 - - uid: 30967 - components: - - type: Transform - pos: -22.5,71.5 - parent: 2 - - uid: 30968 - components: - - type: Transform - pos: -23.5,71.5 - parent: 2 - - uid: 30969 - components: - - type: Transform - pos: -24.5,71.5 - parent: 2 - - uid: 30970 - components: - - type: Transform - pos: -25.5,71.5 - parent: 2 - - uid: 30971 - components: - - type: Transform - pos: -26.5,71.5 - parent: 2 - - uid: 30972 - components: - - type: Transform - pos: -27.5,71.5 - parent: 2 - - uid: 30973 - components: - - type: Transform - pos: -28.5,71.5 - parent: 2 - - uid: 30974 - components: - - type: Transform - pos: -29.5,71.5 - parent: 2 - - uid: 30975 - components: - - type: Transform - pos: -22.5,70.5 - parent: 2 - - uid: 30978 - components: - - type: Transform - pos: -31.5,72.5 - parent: 2 - - uid: 30979 - components: - - type: Transform - pos: -31.5,73.5 - parent: 2 - - uid: 30980 - components: - - type: Transform - pos: -31.5,74.5 - parent: 2 - - uid: 30981 - components: - - type: Transform - pos: -31.5,75.5 - parent: 2 - - uid: 30982 - components: - - type: Transform - pos: -31.5,76.5 - parent: 2 - - uid: 30983 - components: - - type: Transform - pos: -31.5,77.5 - parent: 2 - - uid: 30984 - components: - - type: Transform - pos: -31.5,78.5 - parent: 2 - - uid: 30985 - components: - - type: Transform - pos: -31.5,79.5 - parent: 2 - - uid: 30986 - components: - - type: Transform - pos: -30.5,79.5 - parent: 2 - - uid: 30987 - components: - - type: Transform - pos: -29.5,79.5 - parent: 2 - - uid: 30988 - components: - - type: Transform - pos: -28.5,79.5 - parent: 2 - - uid: 30989 - components: - - type: Transform - pos: -27.5,79.5 - parent: 2 - - uid: 30990 - components: - - type: Transform - pos: -26.5,79.5 - parent: 2 - - uid: 30991 - components: - - type: Transform - pos: -25.5,79.5 - parent: 2 - - uid: 30992 - components: - - type: Transform - pos: -24.5,79.5 - parent: 2 - - uid: 30993 - components: - - type: Transform - pos: -23.5,79.5 - parent: 2 - - uid: 30994 - components: - - type: Transform - pos: -22.5,79.5 - parent: 2 - - uid: 30995 - components: - - type: Transform - pos: -22.5,78.5 - parent: 2 - - uid: 30996 - components: - - type: Transform - pos: -21.5,78.5 - parent: 2 - - uid: 30997 - components: - - type: Transform - pos: -20.5,78.5 - parent: 2 - - uid: 30998 - components: - - type: Transform - pos: -19.5,78.5 - parent: 2 - - uid: 30999 - components: - - type: Transform - pos: -18.5,78.5 - parent: 2 - - uid: 31000 - components: - - type: Transform - pos: -18.5,77.5 - parent: 2 - - uid: 31001 - components: - - type: Transform - pos: -18.5,76.5 - parent: 2 - - uid: 31002 - components: - - type: Transform - pos: -18.5,75.5 - parent: 2 - - uid: 31003 - components: - - type: Transform - pos: -18.5,74.5 - parent: 2 - - uid: 31004 - components: - - type: Transform - pos: -18.5,73.5 - parent: 2 - - uid: 31005 - components: - - type: Transform - pos: -18.5,72.5 - parent: 2 - - uid: 31009 - components: - - type: Transform - pos: -21.5,71.5 - parent: 2 - uid: 31092 components: - type: Transform @@ -71733,36 +70360,6 @@ entities: - type: Transform pos: -38.5,73.5 parent: 2 - - uid: 31265 - components: - - type: Transform - pos: -37.5,73.5 - parent: 2 - - uid: 31266 - components: - - type: Transform - pos: -36.5,73.5 - parent: 2 - - uid: 31267 - components: - - type: Transform - pos: -35.5,73.5 - parent: 2 - - uid: 31268 - components: - - type: Transform - pos: -34.5,73.5 - parent: 2 - - uid: 31269 - components: - - type: Transform - pos: -33.5,73.5 - parent: 2 - - uid: 31270 - components: - - type: Transform - pos: -32.5,73.5 - parent: 2 - uid: 31285 components: - type: Transform @@ -71823,26 +70420,6 @@ entities: - type: Transform pos: -92.5,66.5 parent: 2 - - uid: 31508 - components: - - type: Transform - pos: -30.5,72.5 - parent: 2 - - uid: 31509 - components: - - type: Transform - pos: -32.5,72.5 - parent: 2 - - uid: 31510 - components: - - type: Transform - pos: -32.5,71.5 - parent: 2 - - uid: 31511 - components: - - type: Transform - pos: -32.5,70.5 - parent: 2 - uid: 31697 components: - type: Transform @@ -72173,16 +70750,6 @@ entities: - type: Transform pos: -97.5,50.5 parent: 2 - - uid: 32289 - components: - - type: Transform - pos: -64.5,64.5 - parent: 2 - - uid: 32290 - components: - - type: Transform - pos: -65.5,64.5 - parent: 2 - uid: 32294 components: - type: Transform @@ -72253,31 +70820,6 @@ entities: - type: Transform pos: 3.5,-37.5 parent: 2 - - uid: 34807 - components: - - type: Transform - pos: -56.5,57.5 - parent: 2 - - uid: 34808 - components: - - type: Transform - pos: -56.5,58.5 - parent: 2 - - uid: 34809 - components: - - type: Transform - pos: -56.5,59.5 - parent: 2 - - uid: 34810 - components: - - type: Transform - pos: -57.5,59.5 - parent: 2 - - uid: 34811 - components: - - type: Transform - pos: -55.5,59.5 - parent: 2 - uid: 34812 components: - type: Transform @@ -72293,16 +70835,6 @@ entities: - type: Transform pos: -54.5,52.5 parent: 2 - - uid: 34815 - components: - - type: Transform - pos: -51.5,54.5 - parent: 2 - - uid: 34816 - components: - - type: Transform - pos: -51.5,53.5 - parent: 2 - uid: 34817 components: - type: Transform @@ -73523,86 +72055,6 @@ entities: - type: Transform pos: -62.5,-24.5 parent: 2 - - uid: 35647 - components: - - type: Transform - pos: -66.5,64.5 - parent: 2 - - uid: 35648 - components: - - type: Transform - pos: -67.5,64.5 - parent: 2 - - uid: 35649 - components: - - type: Transform - pos: -68.5,64.5 - parent: 2 - - uid: 35650 - components: - - type: Transform - pos: -69.5,64.5 - parent: 2 - - uid: 35651 - components: - - type: Transform - pos: -69.5,63.5 - parent: 2 - - uid: 35652 - components: - - type: Transform - pos: -69.5,62.5 - parent: 2 - - uid: 35653 - components: - - type: Transform - pos: -69.5,61.5 - parent: 2 - - uid: 35654 - components: - - type: Transform - pos: -69.5,60.5 - parent: 2 - - uid: 35655 - components: - - type: Transform - pos: -69.5,59.5 - parent: 2 - - uid: 35656 - components: - - type: Transform - pos: -69.5,58.5 - parent: 2 - - uid: 35657 - components: - - type: Transform - pos: -69.5,57.5 - parent: 2 - - uid: 35658 - components: - - type: Transform - pos: -69.5,56.5 - parent: 2 - - uid: 35659 - components: - - type: Transform - pos: -69.5,55.5 - parent: 2 - - uid: 35660 - components: - - type: Transform - pos: -69.5,54.5 - parent: 2 - - uid: 35661 - components: - - type: Transform - pos: -69.5,53.5 - parent: 2 - - uid: 35709 - components: - - type: Transform - pos: -61.5,63.5 - parent: 2 - uid: 35812 components: - type: Transform @@ -73788,16 +72240,6 @@ entities: - type: Transform pos: -19.5,35.5 parent: 2 - - uid: 36119 - components: - - type: Transform - pos: -44.5,61.5 - parent: 2 - - uid: 36124 - components: - - type: Transform - pos: -45.5,61.5 - parent: 2 - uid: 36125 components: - type: Transform @@ -74183,86 +72625,6 @@ entities: - type: Transform pos: -61.5,56.5 parent: 2 - - uid: 36227 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - - uid: 36228 - components: - - type: Transform - pos: -61.5,58.5 - parent: 2 - - uid: 36229 - components: - - type: Transform - pos: -61.5,59.5 - parent: 2 - - uid: 36230 - components: - - type: Transform - pos: -61.5,60.5 - parent: 2 - - uid: 36231 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - - uid: 36232 - components: - - type: Transform - pos: -61.5,62.5 - parent: 2 - - uid: 36233 - components: - - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 36234 - components: - - type: Transform - pos: -59.5,62.5 - parent: 2 - - uid: 36235 - components: - - type: Transform - pos: -58.5,62.5 - parent: 2 - - uid: 36236 - components: - - type: Transform - pos: -57.5,62.5 - parent: 2 - - uid: 36237 - components: - - type: Transform - pos: -56.5,62.5 - parent: 2 - - uid: 36238 - components: - - type: Transform - pos: -55.5,62.5 - parent: 2 - - uid: 36239 - components: - - type: Transform - pos: -54.5,62.5 - parent: 2 - - uid: 36240 - components: - - type: Transform - pos: -53.5,62.5 - parent: 2 - - uid: 36241 - components: - - type: Transform - pos: -52.5,62.5 - parent: 2 - - uid: 36242 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - uid: 36243 components: - type: Transform @@ -74313,36 +72675,6 @@ entities: - type: Transform pos: -47.5,67.5 parent: 2 - - uid: 36253 - components: - - type: Transform - pos: -39.5,70.5 - parent: 2 - - uid: 36254 - components: - - type: Transform - pos: -39.5,71.5 - parent: 2 - - uid: 36255 - components: - - type: Transform - pos: -38.5,71.5 - parent: 2 - - uid: 36256 - components: - - type: Transform - pos: -37.5,71.5 - parent: 2 - - uid: 36257 - components: - - type: Transform - pos: -36.5,71.5 - parent: 2 - - uid: 36258 - components: - - type: Transform - pos: -35.5,71.5 - parent: 2 - uid: 36259 components: - type: Transform @@ -74842,6 +73174,16 @@ entities: parent: 2 - proto: CableMV entities: + - uid: 381 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: -41.5,68.5 + parent: 2 - uid: 815 components: - type: Transform @@ -74877,11 +73219,6 @@ entities: - type: Transform pos: 34.5,33.5 parent: 2 - - uid: 5085 - components: - - type: Transform - pos: -30.5,69.5 - parent: 2 - uid: 5215 components: - type: Transform @@ -74892,11 +73229,6 @@ entities: - type: Transform pos: 34.5,32.5 parent: 2 - - uid: 5409 - components: - - type: Transform - pos: -31.5,69.5 - parent: 2 - uid: 6311 components: - type: Transform @@ -76102,6 +74434,11 @@ entities: - type: Transform pos: -11.5,40.5 parent: 2 + - uid: 15918 + components: + - type: Transform + pos: -41.5,70.5 + parent: 2 - uid: 16059 components: - type: Transform @@ -76507,95 +74844,15 @@ entities: - type: Transform pos: -98.5,55.5 parent: 2 - - uid: 20188 - components: - - type: Transform - pos: -35.5,-9.5 - parent: 2 - - uid: 20189 - components: - - type: Transform - pos: -35.5,-10.5 - parent: 2 - - uid: 20190 - components: - - type: Transform - pos: -34.5,-10.5 - parent: 2 - - uid: 20191 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - - uid: 20192 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - - uid: 20193 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - - uid: 20194 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - - uid: 20195 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 20196 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - - uid: 20197 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - - uid: 20198 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - - uid: 20199 - components: - - type: Transform - pos: -34.5,-5.5 - parent: 2 - - uid: 20200 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 2 - - uid: 20201 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 20202 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 2 - - uid: 20203 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 20204 + - uid: 19735 components: - type: Transform - pos: -29.5,-5.5 + pos: -41.5,69.5 parent: 2 - - uid: 20205 + - uid: 19740 components: - type: Transform - pos: -28.5,-5.5 + pos: -41.5,69.5 parent: 2 - uid: 20206 components: @@ -76632,16 +74889,6 @@ entities: - type: Transform pos: -21.5,-5.5 parent: 2 - - uid: 20213 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 2 - - uid: 20214 - components: - - type: Transform - pos: -21.5,-3.5 - parent: 2 - uid: 20215 components: - type: Transform @@ -76757,6 +75004,81 @@ entities: - type: Transform pos: -24.5,36.5 parent: 2 + - uid: 22368 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - uid: 22369 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 22370 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 22372 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 22373 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 22374 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - uid: 22375 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 22376 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 22377 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 22379 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 22380 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 22381 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 22545 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 2 + - uid: 22578 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 22716 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 2 - uid: 22737 components: - type: Transform @@ -76772,11 +75094,51 @@ entities: - type: Transform pos: 8.5,28.5 parent: 2 + - uid: 22756 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 22764 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 22892 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 22924 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 22989 + components: + - type: Transform + pos: -10.5,2.5 + parent: 2 - uid: 23050 components: - type: Transform pos: -61.5,-24.5 parent: 2 + - uid: 23088 + components: + - type: Transform + pos: -10.5,3.5 + parent: 2 + - uid: 23224 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 23226 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 - uid: 24655 components: - type: Transform @@ -76797,6 +75159,11 @@ entities: - type: Transform pos: 27.5,39.5 parent: 2 + - uid: 27375 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 - uid: 27958 components: - type: Transform @@ -76877,95 +75244,20 @@ entities: - type: Transform pos: -61.5,-30.5 parent: 2 - - uid: 31041 - components: - - type: Transform - pos: -29.5,69.5 - parent: 2 - uid: 31182 components: - type: Transform pos: -82.5,8.5 parent: 2 - - uid: 31501 - components: - - type: Transform - pos: 27.5,45.5 - parent: 2 - - uid: 31513 - components: - - type: Transform - pos: -30.5,72.5 - parent: 2 - - uid: 31514 - components: - - type: Transform - pos: -31.5,72.5 - parent: 2 - - uid: 31515 - components: - - type: Transform - pos: -32.5,72.5 - parent: 2 - - uid: 31516 - components: - - type: Transform - pos: -32.5,71.5 - parent: 2 - - uid: 31517 - components: - - type: Transform - pos: -32.5,70.5 - parent: 2 - - uid: 31518 - components: - - type: Transform - pos: -32.5,69.5 - parent: 2 - - uid: 31519 - components: - - type: Transform - pos: -33.5,69.5 - parent: 2 - - uid: 31520 - components: - - type: Transform - pos: -34.5,69.5 - parent: 2 - - uid: 31521 - components: - - type: Transform - pos: -35.5,69.5 - parent: 2 - - uid: 31522 - components: - - type: Transform - pos: -36.5,69.5 - parent: 2 - - uid: 31523 - components: - - type: Transform - pos: -37.5,69.5 - parent: 2 - - uid: 31524 - components: - - type: Transform - pos: -38.5,69.5 - parent: 2 - - uid: 31525 - components: - - type: Transform - pos: -39.5,69.5 - parent: 2 - - uid: 31526 + - uid: 31372 components: - type: Transform - pos: -40.5,69.5 + pos: -46.5,64.5 parent: 2 - - uid: 31527 + - uid: 31501 components: - type: Transform - pos: -41.5,69.5 + pos: 27.5,45.5 parent: 2 - uid: 31528 components: @@ -77632,71 +75924,6 @@ entities: - type: Transform pos: -1.5,44.5 parent: 2 - - uid: 36406 - components: - - type: Transform - pos: -28.5,69.5 - parent: 2 - - uid: 36407 - components: - - type: Transform - pos: -27.5,69.5 - parent: 2 - - uid: 36408 - components: - - type: Transform - pos: -26.5,69.5 - parent: 2 - - uid: 36409 - components: - - type: Transform - pos: -25.5,69.5 - parent: 2 - - uid: 36410 - components: - - type: Transform - pos: -24.5,69.5 - parent: 2 - - uid: 36411 - components: - - type: Transform - pos: -23.5,69.5 - parent: 2 - - uid: 36412 - components: - - type: Transform - pos: -22.5,69.5 - parent: 2 - - uid: 36413 - components: - - type: Transform - pos: -22.5,70.5 - parent: 2 - - uid: 36414 - components: - - type: Transform - pos: -22.5,71.5 - parent: 2 - - uid: 36415 - components: - - type: Transform - pos: -22.5,72.5 - parent: 2 - - uid: 36416 - components: - - type: Transform - pos: -22.5,73.5 - parent: 2 - - uid: 36418 - components: - - type: Transform - pos: -23.5,73.5 - parent: 2 - - uid: 36419 - components: - - type: Transform - pos: -24.5,73.5 - parent: 2 - uid: 36421 components: - type: Transform @@ -77925,53 +76152,12 @@ entities: rot: 3.141592653589793 rad pos: 57.5,-35.5 parent: 2 - - uid: 15571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,54.5 - parent: 2 - - uid: 15582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,54.5 - parent: 2 - uid: 19095 components: - type: Transform rot: 3.141592653589793 rad pos: -93.5,53.5 parent: 2 -- proto: CandyBowl - entities: - - uid: 28229 - components: - - type: Transform - pos: 8.840364,18.761715 - parent: 2 - - type: Bin - items: - - 28230 - - 28231 - - 28238 - - 28239 - - 28240 - - 28241 - - 28242 - - type: ContainerContainer - containers: - bin-container: !type:Container - showEnts: False - occludes: True - ents: - - 28230 - - 28231 - - 28238 - - 28239 - - 28240 - - 28241 - - 28242 - proto: CapacitorStockPart entities: - uid: 31176 @@ -78973,6 +77159,11 @@ entities: rot: -1.5707963267948966 rad pos: -68.5,32.5 parent: 2 + - uid: 5447 + components: + - type: Transform + pos: -10.5,67.5 + parent: 2 - uid: 5450 components: - type: Transform @@ -79093,16 +77284,61 @@ entities: - type: Transform pos: 49.5,34.5 parent: 2 + - uid: 6303 + components: + - type: Transform + pos: -9.5,69.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: -11.5,69.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: -8.5,69.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: -7.5,67.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + pos: -10.5,69.5 + parent: 2 - uid: 7881 components: - type: Transform pos: 88.5,39.5 parent: 2 + - uid: 11637 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 - uid: 13827 components: - type: Transform pos: 87.5,39.5 parent: 2 + - uid: 13842 + components: + - type: Transform + pos: -11.5,67.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + pos: -9.5,67.5 + parent: 2 - uid: 15773 components: - type: Transform @@ -80187,36 +78423,6 @@ entities: - type: Transform pos: -1.5,-1.5 parent: 2 - - uid: 36450 - components: - - type: Transform - pos: 34.5,-11.5 - parent: 2 - - uid: 36451 - components: - - type: Transform - pos: 33.5,-11.5 - parent: 2 - - uid: 36452 - components: - - type: Transform - pos: 32.5,-11.5 - parent: 2 - - uid: 36453 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 2 - - uid: 36454 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 - - uid: 36455 - components: - - type: Transform - pos: 32.5,-10.5 - parent: 2 - proto: CarpetGreen entities: - uid: 568 @@ -81366,6 +79572,21 @@ entities: - type: Transform pos: 40.5,15.5 parent: 2 + - uid: 284 + components: + - type: Transform + pos: -43.5,56.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: -46.5,64.5 + parent: 2 + - uid: 330 + components: + - type: Transform + pos: -42.5,56.5 + parent: 2 - uid: 441 components: - type: Transform @@ -81426,17 +79647,11 @@ entities: - type: Transform pos: 39.5,15.5 parent: 2 - - uid: 764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,56.5 - parent: 2 - - uid: 986 + - uid: 827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,67.5 + rot: 3.141592653589793 rad + pos: -33.5,-7.5 parent: 2 - uid: 1373 components: @@ -81545,6 +79760,11 @@ entities: - type: Transform pos: 7.5,-17.5 parent: 2 + - uid: 2346 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 - uid: 2359 components: - type: Transform @@ -81572,6 +79792,11 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,-20.5 parent: 2 + - uid: 2587 + components: + - type: Transform + pos: -46.5,59.5 + parent: 2 - uid: 2604 components: - type: Transform @@ -81590,16 +79815,22 @@ entities: rot: 3.141592653589793 rad pos: 19.5,13.5 parent: 2 - - uid: 2716 + - uid: 3333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,59.5 + pos: 33.5,36.5 parent: 2 - - uid: 3333 + - uid: 3345 components: - type: Transform - pos: 33.5,36.5 + rot: 3.141592653589793 rad + pos: -33.5,-6.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-11.5 parent: 2 - uid: 3565 components: @@ -81612,6 +79843,12 @@ entities: - type: Transform pos: -61.5,33.5 parent: 2 + - uid: 3633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-8.5 + parent: 2 - uid: 3651 components: - type: Transform @@ -81628,23 +79865,29 @@ entities: rot: -1.5707963267948966 rad pos: -93.5,49.5 parent: 2 - - uid: 3821 + - uid: 3767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-6.5 + rot: 3.141592653589793 rad + pos: -32.5,-7.5 parent: 2 - uid: 3824 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-5.5 + pos: -32.5,-5.5 parent: 2 - - uid: 4504 + - uid: 3825 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,71.5 + pos: -30.5,-5.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-5.5 parent: 2 - uid: 4849 components: @@ -81777,11 +80020,29 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,81.5 parent: 2 + - uid: 5909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-9.5 + parent: 2 - uid: 5912 components: - type: Transform pos: 79.5,-15.5 parent: 2 + - uid: 5930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-10.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-4.5 + parent: 2 - uid: 5952 components: - type: Transform @@ -81823,6 +80084,12 @@ entities: rot: 1.5707963267948966 rad pos: -121.5,9.5 parent: 2 + - uid: 5967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-5.5 + parent: 2 - uid: 5968 components: - type: Transform @@ -81833,6 +80100,12 @@ entities: - type: Transform pos: 2.5,-54.5 parent: 2 + - uid: 5971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-5.5 + parent: 2 - uid: 5972 components: - type: Transform @@ -81912,12 +80185,6 @@ entities: - type: Transform pos: 2.5,-53.5 parent: 2 - - uid: 6007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,69.5 - parent: 2 - uid: 6139 components: - type: Transform @@ -81959,12 +80226,6 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,82.5 parent: 2 - - uid: 6274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,57.5 - parent: 2 - uid: 6432 components: - type: Transform @@ -82006,11 +80267,27 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,79.5 parent: 2 + - uid: 7451 + components: + - type: Transform + pos: -46.5,57.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + pos: -46.5,58.5 + parent: 2 - uid: 7544 components: - type: Transform pos: 34.5,32.5 parent: 2 + - uid: 7582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-5.5 + parent: 2 - uid: 8792 components: - type: Transform @@ -82252,18 +80529,6 @@ entities: rot: 1.5707963267948966 rad pos: -122.5,9.5 parent: 2 - - uid: 9633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,60.5 - parent: 2 - - uid: 9636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,59.5 - parent: 2 - uid: 9704 components: - type: Transform @@ -83810,6 +82075,11 @@ entities: rot: -1.5707963267948966 rad pos: -55.5,-34.5 parent: 2 + - uid: 11638 + components: + - type: Transform + pos: -46.5,61.5 + parent: 2 - uid: 11649 components: - type: Transform @@ -84103,6 +82373,11 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,-29.5 parent: 2 + - uid: 12004 + components: + - type: Transform + pos: -41.5,56.5 + parent: 2 - uid: 12249 components: - type: Transform @@ -85692,12 +83967,32 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,-49.5 parent: 2 + - uid: 13722 + components: + - type: Transform + pos: -46.5,63.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + pos: -42.5,69.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + pos: -46.5,66.5 + parent: 2 - uid: 13995 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,33.5 parent: 2 + - uid: 14245 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 - uid: 14286 components: - type: Transform @@ -86106,6 +84401,32 @@ entities: rot: 3.141592653589793 rad pos: 25.5,27.5 parent: 2 + - uid: 15046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,60.5 + parent: 2 + - uid: 15156 + components: + - type: Transform + pos: -46.5,69.5 + parent: 2 + - uid: 15198 + components: + - type: Transform + pos: -44.5,69.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + pos: -46.5,62.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + pos: -45.5,69.5 + parent: 2 - uid: 16006 components: - type: Transform @@ -86237,46 +84558,67 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,40.5 parent: 2 + - uid: 16361 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: -43.5,69.5 + parent: 2 - uid: 16396 components: - type: Transform pos: 80.5,-17.5 parent: 2 - - uid: 18000 + - uid: 16405 + components: + - type: Transform + pos: -46.5,60.5 + parent: 2 + - uid: 17968 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,59.5 + pos: 5.5,60.5 parent: 2 - - uid: 18002 + - uid: 17970 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,61.5 + pos: 5.5,59.5 parent: 2 - - uid: 18223 + - uid: 17976 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,69.5 + pos: 5.5,62.5 parent: 2 - - uid: 18279 + - uid: 17978 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,59.5 + pos: 5.5,61.5 parent: 2 - - uid: 18393 + - uid: 18015 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,59.5 + pos: 10.5,60.5 parent: 2 - - uid: 18394 + - uid: 18016 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,58.5 + pos: 10.5,58.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,58.5 parent: 2 - uid: 19098 components: @@ -86680,203 +85022,35 @@ entities: rot: 3.141592653589793 rad pos: -104.5,46.5 parent: 2 - - uid: 19825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,69.5 - parent: 2 - - uid: 19826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,69.5 - parent: 2 - - uid: 19827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,69.5 - parent: 2 - - uid: 19828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,69.5 - parent: 2 - - uid: 19829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,69.5 - parent: 2 - - uid: 19830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,69.5 - parent: 2 - - uid: 19831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,69.5 - parent: 2 - - uid: 19832 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,69.5 - parent: 2 - - uid: 19833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,69.5 - parent: 2 - - uid: 19834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,69.5 - parent: 2 - - uid: 19835 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,69.5 - parent: 2 - - uid: 19836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,69.5 - parent: 2 - - uid: 19837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,69.5 - parent: 2 - - uid: 19838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,69.5 - parent: 2 - - uid: 19839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,69.5 - parent: 2 - - uid: 19840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,69.5 - parent: 2 - - uid: 19841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,69.5 - parent: 2 - - uid: 19842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,69.5 - parent: 2 - - uid: 19843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,69.5 - parent: 2 - - uid: 19844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,70.5 - parent: 2 - - uid: 19845 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,70.5 - parent: 2 - - uid: 19846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,70.5 - parent: 2 - - uid: 19847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,70.5 - parent: 2 - - uid: 19848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,70.5 - parent: 2 - - uid: 19849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,70.5 - parent: 2 - - uid: 19850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,70.5 - parent: 2 - - uid: 19851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,70.5 - parent: 2 - - uid: 19852 + - uid: 19481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,70.5 + pos: -5.5,79.5 parent: 2 - - uid: 19853 + - uid: 19604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,70.5 + pos: -26.5,-4.5 parent: 2 - - uid: 19854 + - uid: 19689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,70.5 + pos: -41.5,69.5 parent: 2 - - uid: 19855 + - uid: 19767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,70.5 + pos: -27.5,-4.5 parent: 2 - - uid: 19856 + - uid: 19814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,70.5 + pos: -45.5,56.5 parent: 2 - - uid: 19857 + - uid: 19828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,70.5 + pos: -46.5,65.5 parent: 2 - uid: 19900 components: @@ -86888,6 +85062,11 @@ entities: - type: Transform pos: 78.5,-17.5 parent: 2 + - uid: 20214 + components: + - type: Transform + pos: -44.5,56.5 + parent: 2 - uid: 20839 components: - type: Transform @@ -87038,48 +85217,6 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-3.5 parent: 2 - - uid: 20864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-4.5 - parent: 2 - - uid: 20865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-5.5 - parent: 2 - - uid: 20866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-5.5 - parent: 2 - - uid: 20867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-5.5 - parent: 2 - - uid: 20868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-5.5 - parent: 2 - - uid: 20869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-5.5 - parent: 2 - - uid: 20870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-5.5 - parent: 2 - uid: 20871 components: - type: Transform @@ -87104,36 +85241,6 @@ entities: rot: 1.5707963267948966 rad pos: -24.5,-5.5 parent: 2 - - uid: 20875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-7.5 - parent: 2 - - uid: 20876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-7.5 - parent: 2 - - uid: 20877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-10.5 - parent: 2 - - uid: 20878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-10.5 - parent: 2 - - uid: 20879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-10.5 - parent: 2 - uid: 20880 components: - type: Transform @@ -87188,18 +85295,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,8.5 parent: 2 - - uid: 20889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,13.5 - parent: 2 - - uid: 20890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,13.5 - parent: 2 - uid: 20891 components: - type: Transform @@ -87683,71 +85778,41 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,23.5 parent: 2 - - uid: 22264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,70.5 - parent: 2 - - uid: 22265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,71.5 - parent: 2 - - uid: 22266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,72.5 - parent: 2 - - uid: 22267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,73.5 - parent: 2 - - uid: 22280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,74.5 - parent: 2 - - uid: 22281 + - uid: 22286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,74.5 + rot: 3.141592653589793 rad + pos: 6.5,60.5 parent: 2 - - uid: 22282 + - uid: 22288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,74.5 + rot: 1.5707963267948966 rad + pos: 10.5,61.5 parent: 2 - - uid: 22290 + - uid: 22296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,74.5 + rot: 1.5707963267948966 rad + pos: 10.5,59.5 parent: 2 - - uid: 22307 + - uid: 22297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,74.5 + rot: 1.5707963267948966 rad + pos: 10.5,62.5 parent: 2 - - uid: 22308 + - uid: 22350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,74.5 + rot: 3.141592653589793 rad + pos: 7.5,60.5 parent: 2 - - uid: 22309 + - uid: 22351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,74.5 + rot: 3.141592653589793 rad + pos: 8.5,60.5 parent: 2 - uid: 22734 components: @@ -87778,162 +85843,6 @@ entities: rot: -1.5707963267948966 rad pos: -68.5,29.5 parent: 2 - - uid: 29941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,70.5 - parent: 2 - - uid: 30670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,68.5 - parent: 2 - - uid: 30675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,66.5 - parent: 2 - - uid: 30681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,69.5 - parent: 2 - - uid: 30691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,56.5 - parent: 2 - - uid: 30708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,69.5 - parent: 2 - - uid: 30710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,69.5 - parent: 2 - - uid: 30711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,69.5 - parent: 2 - - uid: 30712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,69.5 - parent: 2 - - uid: 30713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,69.5 - parent: 2 - - uid: 30715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,69.5 - parent: 2 - - uid: 30716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,69.5 - parent: 2 - - uid: 30717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,69.5 - parent: 2 - - uid: 30718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,69.5 - parent: 2 - - uid: 30729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,69.5 - parent: 2 - - uid: 30735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,69.5 - parent: 2 - - uid: 30736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,69.5 - parent: 2 - - uid: 30737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,65.5 - parent: 2 - - uid: 30738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,64.5 - parent: 2 - - uid: 30739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,63.5 - parent: 2 - - uid: 30740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 - parent: 2 - - uid: 30755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,56.5 - parent: 2 - - uid: 30756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,56.5 - parent: 2 - - uid: 30757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,56.5 - parent: 2 - - uid: 30758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,56.5 - parent: 2 - - uid: 30759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,56.5 - parent: 2 - uid: 30760 components: - type: Transform @@ -88102,18 +86011,6 @@ entities: rot: 3.141592653589793 rad pos: -35.5,53.5 parent: 2 - - uid: 31506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,72.5 - parent: 2 - - uid: 31507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,72.5 - parent: 2 - uid: 32073 components: - type: Transform @@ -88478,11 +86375,6 @@ entities: parent: 2 - proto: Chair entities: - - uid: 433 - components: - - type: Transform - pos: 8.5,69.5 - parent: 2 - uid: 664 components: - type: Transform @@ -88573,12 +86465,6 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,21.5 parent: 2 - - uid: 2382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-30.5 - parent: 2 - uid: 2579 components: - type: Transform @@ -88631,12 +86517,6 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,-7.5 parent: 2 - - uid: 3290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-29.5 - parent: 2 - uid: 3306 components: - type: Transform @@ -88649,12 +86529,6 @@ entities: rot: 1.5707963267948966 rad pos: 18.5,-32.5 parent: 2 - - uid: 3313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-29.5 - parent: 2 - uid: 3412 components: - type: Transform @@ -88743,6 +86617,12 @@ entities: rot: 3.141592653589793 rad pos: 15.5,-34.5 parent: 2 + - uid: 6304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-29.5 + parent: 2 - uid: 6810 components: - type: Transform @@ -89100,6 +86980,12 @@ entities: - type: Transform pos: 9.5,-50.5 parent: 2 + - uid: 15254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,70.5 + parent: 2 - uid: 15492 components: - type: Transform @@ -89229,6 +87115,12 @@ entities: rot: 3.141592653589793 rad pos: -4.5,24.5 parent: 2 + - uid: 15790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,69.5 + parent: 2 - uid: 15912 components: - type: Transform @@ -89259,30 +87151,62 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,48.5 parent: 2 - - uid: 18189 + - uid: 18031 components: - type: Transform - pos: 8.5,68.5 + rot: -1.5707963267948966 rad + pos: 14.5,68.5 parent: 2 - - uid: 18199 + - uid: 18103 components: - type: Transform - pos: 9.5,68.5 + rot: -1.5707963267948966 rad + pos: 14.5,70.5 parent: 2 - - uid: 19631 + - uid: 18200 components: - type: Transform - pos: 10.5,69.5 + rot: 1.5707963267948966 rad + pos: 25.5,-28.5 parent: 2 - - uid: 19692 + - uid: 18246 components: - type: Transform - pos: 7.5,68.5 + rot: 3.141592653589793 rad + pos: -11.5,67.5 parent: 2 - - uid: 19738 + - uid: 18328 components: - type: Transform - pos: 11.5,69.5 + pos: -7.5,69.5 + parent: 2 + - uid: 18330 + components: + - type: Transform + pos: -11.5,69.5 + parent: 2 + - uid: 18331 + components: + - type: Transform + pos: -9.5,69.5 + parent: 2 + - uid: 18337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,67.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,67.5 + parent: 2 + - uid: 20201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-30.5 parent: 2 - uid: 21129 components: @@ -89338,17 +87262,27 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,26.5 parent: 2 - - uid: 22844 - components: - - type: Transform - pos: 10.5,68.5 - parent: 2 - uid: 23389 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,46.5 parent: 2 + - uid: 29719 + components: + - type: Transform + pos: 9.5,71.5 + parent: 2 + - uid: 29895 + components: + - type: Transform + pos: 8.5,71.5 + parent: 2 + - uid: 29896 + components: + - type: Transform + pos: 12.5,71.5 + parent: 2 - uid: 30064 components: - type: Transform @@ -89379,6 +87313,16 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-16.5 parent: 2 + - uid: 30757 + components: + - type: Transform + pos: 7.5,71.5 + parent: 2 + - uid: 30923 + components: + - type: Transform + pos: 11.5,71.5 + parent: 2 - proto: ChairFolding entities: - uid: 1587 @@ -90113,29 +88057,6 @@ entities: parent: 2 - proto: ChairWood entities: - - uid: 200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-21.5 - parent: 2 - - uid: 209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-21.5 - parent: 2 - - uid: 212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-21.5 - parent: 2 - - uid: 217 - components: - - type: Transform - pos: 32.5,-19.5 - parent: 2 - uid: 253 components: - type: Transform @@ -90241,12 +88162,30 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,48.5 parent: 2 + - uid: 16530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,60.5 + parent: 2 + - uid: 18498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,59.5 + parent: 2 - uid: 23378 components: - type: Transform rot: 1.5707963267948966 rad pos: -70.5,5.5 parent: 2 + - uid: 23715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,60.5 + parent: 2 - uid: 23811 components: - type: Transform @@ -90452,6 +88391,73 @@ entities: rot: 1.5707963267948966 rad pos: -33.50312,33.706814 parent: 2 +- proto: CigaretteSpent + entities: + - uid: 6391 + components: + - type: Transform + pos: 17.924091,-18.72768 + parent: 2 + - uid: 6887 + components: + - type: Transform + pos: 21.486591,-21.087055 + parent: 2 + - uid: 7086 + components: + - type: Transform + pos: 32.16749,-19.04018 + parent: 2 + - uid: 7087 + components: + - type: Transform + pos: 32.79249,-18.75893 + parent: 2 + - uid: 7198 + components: + - type: Transform + pos: 17.752216,-18.899555 + parent: 2 + - uid: 7442 + components: + - type: Transform + pos: 31.917488,-17.91518 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: 18.377216,-21.680805 + parent: 2 + - uid: 7610 + components: + - type: Transform + pos: 32.433113,-19.024555 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: 32.35499,-19.29018 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: 32.79249,-18.85268 + parent: 2 + - uid: 8137 + components: + - type: Transform + pos: 32.683113,-18.930805 + parent: 2 + - uid: 8435 + components: + - type: Transform + pos: 32.26124,-20.368305 + parent: 2 + - uid: 9510 + components: + - type: Transform + pos: 32.94874,-19.149555 + parent: 2 - proto: CigarGold entities: - uid: 32465 @@ -90614,11 +88620,6 @@ entities: - type: Transform pos: -35.5,15.5 parent: 2 - - uid: 19880 - components: - - type: Transform - pos: -13.5,71.5 - parent: 2 - uid: 19884 components: - type: Transform @@ -90781,11 +88782,6 @@ entities: - type: Transform pos: 5.5,32.5 parent: 2 - - uid: 19881 - components: - - type: Transform - pos: -11.5,71.5 - parent: 2 - uid: 19883 components: - type: Transform @@ -90948,11 +88944,6 @@ entities: - type: Transform pos: 49.5,-28.5 parent: 2 - - uid: 19882 - components: - - type: Transform - pos: -12.5,71.5 - parent: 2 - uid: 34183 components: - type: Transform @@ -91192,6 +89183,13 @@ entities: - type: Transform pos: 46.39504,44.59572 parent: 2 +- proto: ClothingCostumeArcDress + entities: + - uid: 18045 + components: + - type: Transform + pos: -35.79783,-28.1693 + parent: 2 - proto: ClothingEyesBlindfold entities: - uid: 32543 @@ -91441,6 +89439,13 @@ entities: - type: Transform pos: -12.309531,28.664555 parent: 2 +- proto: ClothingHeadHatBowlerHat + entities: + - uid: 18110 + components: + - type: Transform + pos: -41.563454,-28.653675 + parent: 2 - proto: ClothingHeadHatCardborg entities: - uid: 6153 @@ -91469,48 +89474,15 @@ entities: - type: Transform pos: 82.549065,59.462532 parent: 2 -- proto: ClothingHeadHatPumpkin +- proto: ClothingHeadHatHardhatBlue entities: - - uid: 7453 - components: - - type: Transform - pos: 10.583467,18.671331 - parent: 2 - - uid: 30317 - components: - - type: Transform - pos: 4.606904,28.11317 - parent: 2 - - uid: 30318 - components: - - type: Transform - pos: -4.8884006,25.7527 - parent: 2 - - uid: 30319 - components: - - type: Transform - pos: -50.197914,14.696088 - parent: 2 - - uid: 30320 - components: - - type: Transform - pos: -29.381927,-19.179293 - parent: 2 - - uid: 30321 - components: - - type: Transform - pos: -42.418644,-21.210543 - parent: 2 - - uid: 30324 - components: - - type: Transform - pos: 55.968422,24.62028 - parent: 2 - - uid: 30325 + - uid: 18789 components: - type: Transform - pos: 46.553738,26.755705 + pos: -58.407124,62.076363 parent: 2 +- proto: ClothingHeadHatPumpkin + entities: - uid: 30326 components: - type: Transform @@ -91782,6 +89754,23 @@ entities: - type: Transform pos: 4.7256656,29.15224 parent: 2 +- proto: ClothingNeckHeadphones + entities: + - uid: 1530 + components: + - type: Transform + pos: -2.3107271,-34.414944 + parent: 2 + - uid: 15746 + components: + - type: Transform + pos: -2.6961436,-34.571194 + parent: 2 + - uid: 19882 + components: + - type: Transform + pos: -2.4669771,-34.477444 + parent: 2 - proto: ClothingNeckMedicalmedal entities: - uid: 34624 @@ -92070,6 +90059,20 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHawaiBlack + entities: + - uid: 2660 + components: + - type: Transform + pos: -41.04783,-29.934925 + parent: 2 +- proto: ClothingUniformJumpsuitHawaiBlue + entities: + - uid: 3111 + components: + - type: Transform + pos: -35.92283,-27.95055 + parent: 2 - proto: ClothingUniformJumpsuitMonasticRobeDark entities: - uid: 5708 @@ -92077,6 +90080,14 @@ entities: - type: Transform pos: 67.01228,30.672928 parent: 2 +- proto: ClothingUniformTShirtKhakiPants + entities: + - uid: 18085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.70408,-28.4818 + parent: 2 - proto: ClownRecorder entities: - uid: 19425 @@ -92676,10 +90687,10 @@ entities: rot: 1.5707963267948966 rad pos: -95.5,51.5 parent: 2 - - uid: 34847 + - uid: 23759 components: - type: Transform - pos: -54.5,52.5 + pos: -56.5,61.5 parent: 2 - proto: ComputerRadar entities: @@ -92836,11 +90847,6 @@ entities: - type: Transform pos: -86.5,-2.5 parent: 2 - - uid: 3767 - components: - - type: Transform - pos: 23.5,-27.5 - parent: 2 - uid: 9049 components: - type: Transform @@ -92886,6 +90892,11 @@ entities: - type: Transform pos: -8.5,26.5 parent: 2 + - uid: 16507 + components: + - type: Transform + pos: -60.5,60.5 + parent: 2 - uid: 19443 components: - type: Transform @@ -92936,6 +90947,11 @@ entities: - type: Transform pos: -79.5,22.5 parent: 2 + - uid: 20189 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 - uid: 21463 components: - type: Transform @@ -94054,6 +92070,11 @@ entities: - type: Transform pos: 66.5,28.5 parent: 2 + - uid: 20954 + components: + - type: Transform + pos: 88.5,37.5 + parent: 2 - uid: 29265 components: - type: Transform @@ -94262,11 +92283,6 @@ entities: - type: Transform pos: 10.5,32.5 parent: 2 - - uid: 21080 - components: - - type: Transform - pos: -20.5,70.5 - parent: 2 - uid: 21081 components: - type: Transform @@ -94690,12 +92706,6 @@ entities: - proto: CryogenicSleepUnitSpawnerPrisoner entities: - uid: 15154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,53.5 - parent: 2 - - uid: 19758 components: - type: Transform rot: -1.5707963267948966 rad @@ -95207,9 +93217,9 @@ entities: pos: 45.5,29.5 parent: 2 - type: NavMapBeacon - text: Mystagogue's Room + text: MG's Room - type: WarpPoint - location: Mystagogue's Room + location: MG's Room - proto: DefaultStationBeaconRobotics entities: - uid: 36495 @@ -95287,24 +93297,17 @@ entities: text: Tech Vault - type: WarpPoint location: Tech Vault -- proto: DefaultStationBeaconTEG - entities: - - uid: 16493 - components: - - type: Transform - pos: -56.5,58.5 - parent: 2 - proto: DefaultStationBeaconTelecoms entities: - - uid: 30270 + - uid: 23229 components: - type: Transform - pos: -26.5,74.5 + pos: 8.5,60.5 parent: 2 - type: NavMapBeacon - text: Telecommunications + text: Telecomms - type: WarpPoint - location: Telecommunications + location: Telecomms - proto: DefaultStationBeaconTheater entities: - uid: 31784 @@ -95378,10 +93381,10 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,49.5 parent: 2 - - uid: 19420 + - uid: 20654 components: - type: Transform - pos: -8.5,69.5 + pos: -42.5,61.5 parent: 2 - uid: 35811 components: @@ -95517,11 +93520,6 @@ entities: - type: Transform pos: -45.554695,-26.443232 parent: 2 - - uid: 7548 - components: - - type: Transform - pos: -37.503914,-26.37292 - parent: 2 - uid: 8403 components: - type: Transform @@ -95644,23 +93642,11 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-29.5 parent: 2 - - uid: 3345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-5.5 - parent: 2 - - uid: 3376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-5.5 - parent: 2 - - uid: 3378 + - uid: 3704 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-7.5 + pos: -33.5,-7.5 parent: 2 - uid: 5226 components: @@ -96146,17 +94132,6 @@ entities: - type: Transform pos: 17.5,9.5 parent: 2 - - uid: 17618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,15.5 - parent: 2 - - uid: 17619 - components: - - type: Transform - pos: 10.5,15.5 - parent: 2 - uid: 17620 components: - type: Transform @@ -96265,17 +94240,6 @@ entities: - type: Transform pos: -29.5,-27.5 parent: 2 - - uid: 18235 - components: - - type: Transform - pos: -18.5,54.5 - parent: 2 - - uid: 18236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,54.5 - parent: 2 - uid: 18237 components: - type: Transform @@ -96287,11 +94251,6 @@ entities: rot: 3.141592653589793 rad pos: -26.5,55.5 parent: 2 - - uid: 18239 - components: - - type: Transform - pos: -26.5,57.5 - parent: 2 - uid: 19874 components: - type: Transform @@ -96304,17 +94263,40 @@ entities: rot: -1.5707963267948966 rad pos: -72.5,0.5 parent: 2 + - uid: 25348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,62.5 + parent: 2 + - uid: 27860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,64.5 + parent: 2 + - uid: 27862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,62.5 + parent: 2 + - uid: 28600 + components: + - type: Transform + pos: -26.5,64.5 + parent: 2 - uid: 29042 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,11.5 parent: 2 - - uid: 31079 + - uid: 29198 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,57.5 + pos: -20.5,53.5 parent: 2 - uid: 35863 components: @@ -96351,11 +94333,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,1.5 parent: 2 - - uid: 35975 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - uid: 35978 components: - type: Transform @@ -96897,12 +94874,6 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,20.5 parent: 2 - - uid: 3825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-7.5 - parent: 2 - uid: 4966 components: - type: Transform @@ -96943,6 +94914,16 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,30.5 parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 - uid: 6635 components: - type: Transform @@ -101045,11 +99026,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,3.5 parent: 2 - - uid: 17579 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - uid: 17580 components: - type: Transform @@ -101937,82 +99913,152 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-27.5 parent: 2 - - uid: 18241 + - uid: 18243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,64.5 + parent: 2 + - uid: 18245 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,57.5 + pos: -28.5,57.5 parent: 2 - - uid: 18242 + - uid: 18247 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,57.5 + pos: -25.5,55.5 parent: 2 - - uid: 18243 + - uid: 18248 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,57.5 + pos: -24.5,55.5 parent: 2 - - uid: 18244 + - uid: 18249 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,57.5 + pos: -23.5,55.5 parent: 2 - - uid: 18245 + - uid: 18250 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,57.5 + pos: -22.5,55.5 parent: 2 - - uid: 18246 + - uid: 18251 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,57.5 + pos: -21.5,55.5 parent: 2 - - uid: 18247 + - uid: 18253 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 18318 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,55.5 + pos: -37.5,62.5 parent: 2 - - uid: 18248 + - uid: 18319 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,55.5 + pos: -38.5,62.5 parent: 2 - - uid: 18249 + - uid: 18320 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,55.5 + pos: -46.5,62.5 parent: 2 - - uid: 18250 + - uid: 18321 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,55.5 + pos: -45.5,62.5 parent: 2 - - uid: 18251 + - uid: 18325 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,55.5 + pos: -39.5,62.5 parent: 2 - - uid: 18252 + - uid: 18353 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 18377 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,54.5 + pos: -44.5,62.5 parent: 2 - - uid: 18253 + - uid: 18378 components: - type: Transform - pos: -26.5,56.5 + rot: 1.5707963267948966 rad + pos: -40.5,62.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,62.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,62.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,62.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,53.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,62.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: -20.5,54.5 + parent: 2 + - uid: 19669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,64.5 + parent: 2 + - uid: 19672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,64.5 + parent: 2 + - uid: 19777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,64.5 parent: 2 - uid: 19862 components: @@ -102077,131 +100123,100 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,3.5 parent: 2 - - uid: 22730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,2.5 - parent: 2 - - uid: 22731 + - uid: 22355 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,1.5 + pos: -26.5,59.5 parent: 2 - - uid: 29981 + - uid: 22363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,11.5 + pos: -26.5,57.5 parent: 2 - - uid: 31057 + - uid: 22364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,57.5 + pos: -26.5,60.5 parent: 2 - - uid: 31065 + - uid: 22474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,57.5 + rot: 1.5707963267948966 rad + pos: -36.5,62.5 parent: 2 - - uid: 31066 + - uid: 22570 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,57.5 + pos: -28.5,64.5 parent: 2 - - uid: 31067 + - uid: 22730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,57.5 + rot: 3.141592653589793 rad + pos: -72.5,2.5 parent: 2 - - uid: 31068 + - uid: 22731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,57.5 + rot: 3.141592653589793 rad + pos: -72.5,1.5 parent: 2 - - uid: 31069 + - uid: 22766 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,57.5 + pos: -27.5,64.5 parent: 2 - - uid: 31070 + - uid: 22767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,57.5 + pos: -26.5,63.5 parent: 2 - - uid: 31071 + - uid: 22844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,57.5 + pos: -26.5,62.5 parent: 2 - - uid: 31072 + - uid: 23037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,57.5 + pos: -26.5,61.5 parent: 2 - - uid: 31073 + - uid: 23041 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,57.5 + pos: -26.5,58.5 parent: 2 - - uid: 31074 + - uid: 23044 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,57.5 + pos: -29.5,64.5 parent: 2 - - uid: 31075 + - uid: 27833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,57.5 + rot: 3.141592653589793 rad + pos: -35.5,63.5 parent: 2 - - uid: 31076 + - uid: 29981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,57.5 + rot: 1.5707963267948966 rad + pos: -38.5,11.5 parent: 2 - - uid: 31077 + - uid: 30917 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,57.5 + pos: -34.5,64.5 parent: 2 - - uid: 31078 + - uid: 30918 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,57.5 - parent: 2 - - uid: 31080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,58.5 - parent: 2 - - uid: 31081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,59.5 - parent: 2 - - uid: 31082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,60.5 + pos: 42.5,28.5 parent: 2 - uid: 31083 components: @@ -102209,12 +100224,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,61.5 parent: 2 - - uid: 31084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,62.5 - parent: 2 - uid: 31085 components: - type: Transform @@ -102431,48 +100440,6 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,61.5 parent: 2 - - uid: 35909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,28.5 - parent: 2 - - uid: 35910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,28.5 - parent: 2 - - uid: 35911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,28.5 - parent: 2 - - uid: 35912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,28.5 - parent: 2 - - uid: 35913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,28.5 - parent: 2 - - uid: 35914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,28.5 - parent: 2 - - uid: 35915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,28.5 - parent: 2 - uid: 35916 components: - type: Transform @@ -102586,12 +100553,6 @@ entities: - type: Transform pos: 25.5,-29.5 parent: 2 - - uid: 35969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-39.5 - parent: 2 - uid: 35970 components: - type: Transform @@ -102947,6 +100908,11 @@ entities: parent: 2 - proto: DisposalTrunk entities: + - uid: 2289 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 - uid: 2390 components: - type: Transform @@ -103186,11 +101152,6 @@ entities: rot: 3.141592653589793 rad pos: -1.5,-2.5 parent: 2 - - uid: 17532 - components: - - type: Transform - pos: 9.5,16.5 - parent: 2 - uid: 17533 components: - type: Transform @@ -103263,10 +101224,10 @@ entities: rot: 3.141592653589793 rad pos: -35.5,-30.5 parent: 2 - - uid: 18234 + - uid: 19305 components: - type: Transform - rot: 3.141592653589793 rad + rot: -1.5707963267948966 rad pos: -18.5,53.5 parent: 2 - uid: 19762 @@ -103287,12 +101248,24 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,73.5 parent: 2 + - uid: 20938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 - uid: 22948 components: - type: Transform rot: 3.141592653589793 rad pos: -5.5,-25.5 parent: 2 + - uid: 28736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,28.5 + parent: 2 - uid: 31781 components: - type: Transform @@ -103327,12 +101300,6 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,34.5 parent: 2 - - uid: 35908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,28.5 - parent: 2 - uid: 35944 components: - type: Transform @@ -103365,12 +101332,6 @@ entities: - type: Transform pos: 25.5,-25.5 parent: 2 - - uid: 35976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-40.5 - parent: 2 - uid: 35989 components: - type: Transform @@ -103418,11 +101379,6 @@ entities: parent: 2 - proto: DisposalUnit entities: - - uid: 1159 - components: - - type: Transform - pos: 9.5,16.5 - parent: 2 - uid: 1361 components: - type: Transform @@ -103693,6 +101649,11 @@ entities: - type: Transform pos: -29.5,-11.5 parent: 2 + - uid: 18395 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 - uid: 19858 components: - type: Transform @@ -103820,6 +101781,11 @@ entities: - type: Transform pos: -25.5,-20.5 parent: 2 + - uid: 22277 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 - uid: 30668 components: - type: Transform @@ -104010,6 +101976,16 @@ entities: - type: Transform pos: -69.834816,2.695393 parent: 2 + - uid: 16502 + components: + - type: Transform + pos: -59.535885,61.549698 + parent: 2 + - uid: 18391 + components: + - type: Transform + pos: -59.817135,61.674698 + parent: 2 - proto: DrinkBeerglass entities: - uid: 6878 @@ -104036,6 +102012,12 @@ entities: parent: 2 - proto: DrinkBottleBeer entities: + - uid: 23708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.400467,61.174698 + parent: 2 - uid: 28366 components: - type: Transform @@ -104086,11 +102068,6 @@ entities: - type: Transform pos: -42.676247,-17.17277 parent: 2 - - uid: 7588 - components: - - type: Transform - pos: -38.336353,-28.24622 - parent: 2 - proto: DrinkChampagneBottleFull entities: - uid: 27408 @@ -104179,6 +102156,37 @@ entities: - type: Transform pos: 0.65781116,66.89836 parent: 2 +- proto: DrinkColaCanEmpty + entities: + - uid: 7101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.80446,-20.25893 + parent: 2 + - uid: 7102 + components: + - type: Transform + pos: 31.945086,-18.680805 + parent: 2 + - uid: 7109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.11696,-18.88393 + parent: 2 + - uid: 7415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.379618,-18.97768 + parent: 2 + - uid: 9636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.926493,-21.555805 + parent: 2 - proto: DrinkDetFlask entities: - uid: 14091 @@ -104236,12 +102244,15 @@ entities: rot: -1.5707963267948966 rad pos: 70.61003,-3.506958 parent: 2 -- proto: DrinkGreenTea - entities: - - uid: 7607 + - uid: 7248 components: - type: Transform - pos: -38.775093,-28.368156 + pos: 31.386068,-17.274555 + parent: 2 + - uid: 19810 + components: + - type: Transform + pos: 19.886068,-17.399555 parent: 2 - proto: DrinkGreenTeaGlass entities: @@ -104289,13 +102300,6 @@ entities: - type: Transform pos: -103.60887,-25.455431 parent: 2 -- proto: DrinkHotCoffee - entities: - - uid: 7557 - components: - - type: Transform - pos: -40.251656,-28.321281 - parent: 2 - proto: DrinkIceCreamGlass entities: - uid: 14271 @@ -104303,13 +102307,6 @@ entities: - type: Transform pos: 6.9146633,54.812767 parent: 2 -- proto: DrinkIcedTeaGlass - entities: - - uid: 7593 - components: - - type: Transform - pos: -40.73349,-28.361584 - parent: 2 - proto: DrinkIrishCarBomb entities: - uid: 36050 @@ -104354,51 +102351,17 @@ entities: - type: Transform pos: -16.682503,-29.451021 parent: 2 -- proto: DrinkMelonLiquorBottleFull - entities: - - uid: 14024 - components: - - type: Transform - pos: 8.513316,54.77091 - parent: 2 -- proto: DrinkMilkshake - entities: - - uid: 5922 - components: - - type: Transform - pos: 27.550531,-20.237768 - parent: 2 - - uid: 5923 - components: - - type: Transform - pos: 20.092087,-17.340214 - parent: 2 - - uid: 5925 + - uid: 20194 components: - type: Transform - pos: 22.635668,-20.179096 + pos: 26.585108,-29.578442 parent: 2 -- proto: DrinkMug +- proto: DrinkMelonLiquorBottleFull entities: - - uid: 7608 - components: - - type: Transform - pos: -41.617016,-27.278313 - parent: 2 - - uid: 7609 - components: - - type: Transform - pos: -41.277172,-27.254875 - parent: 2 - - uid: 7610 - components: - - type: Transform - pos: -41.40608,-27.3955 - parent: 2 - - uid: 7611 + - uid: 14024 components: - type: Transform - pos: -41.617016,-27.3955 + pos: 8.513316,54.77091 parent: 2 - proto: DrinkMugOne entities: @@ -104566,6 +102529,11 @@ entities: - type: Transform pos: 64.30821,24.512264 parent: 2 + - uid: 8477 + components: + - type: Transform + pos: 26.444483,-29.406567 + parent: 2 - uid: 9311 components: - type: Transform @@ -104637,11 +102605,6 @@ entities: - type: Transform pos: 20.530474,-17.354877 parent: 2 - - uid: 5934 - components: - - type: Transform - pos: 32.378128,-20.167377 - parent: 2 - proto: DrinkVacuumFlask entities: - uid: 6505 @@ -104765,11 +102728,6 @@ entities: - type: Transform pos: -8.402737,11.953521 parent: 2 - - uid: 6887 - components: - - type: Transform - pos: 8.24133,16.594147 - parent: 2 - uid: 6888 components: - type: Transform @@ -105546,12 +103504,6 @@ entities: rot: 3.141592653589793 rad pos: -0.5,-2.5 parent: 2 - - uid: 16553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,55.5 - parent: 2 - uid: 17834 components: - type: Transform @@ -105594,6 +103546,18 @@ entities: rot: 3.141592653589793 rad pos: 24.5,49.5 parent: 2 + - uid: 19653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,59.5 + parent: 2 + - uid: 20034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-9.5 + parent: 2 - uid: 22510 components: - type: Transform @@ -105680,6 +103644,11 @@ entities: rot: 3.141592653589793 rad pos: -42.5,-25.5 parent: 2 + - uid: 23369 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 - uid: 28469 components: - type: Transform @@ -105735,11 +103704,6 @@ entities: - type: Transform pos: -28.5,-4.5 parent: 2 - - uid: 28805 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - uid: 28807 components: - type: Transform @@ -105802,24 +103766,6 @@ entities: - type: Transform pos: -2.5,78.5 parent: 2 - - uid: 28824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,70.5 - parent: 2 - - uid: 28828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,75.5 - parent: 2 - - uid: 28829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,72.5 - parent: 2 - uid: 28830 components: - type: Transform @@ -107346,16 +105292,6 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,62.5 parent: 2 - - uid: 32449 - components: - - type: Transform - pos: -40.5,70.5 - parent: 2 - - uid: 32450 - components: - - type: Transform - pos: -27.5,70.5 - parent: 2 - uid: 32685 components: - type: Transform @@ -107397,11 +105333,6 @@ entities: - type: Transform pos: 8.593545,13.269189 parent: 2 - - uid: 11102 - components: - - type: Transform - pos: -8.488094,68.95152 - parent: 2 - uid: 33612 components: - type: Transform @@ -107439,6 +105370,16 @@ entities: - type: Transform pos: -2.386812,-32.11878 parent: 2 + - uid: 18043 + components: + - type: Transform + pos: -42.790806,60.730595 + parent: 2 + - uid: 18044 + components: + - type: Transform + pos: -42.384556,60.68372 + parent: 2 - proto: Emitter entities: - uid: 18914 @@ -107507,68 +105448,76 @@ entities: bodyType: Dynamic - type: PowerConsumer drawRate: 1 +- proto: EncryptionKeyBinary + entities: + - uid: 19802 + components: + - type: Transform + parent: 19758 + - type: Physics + canCollide: False - proto: EncryptionKeyCargo entities: - - uid: 22302 + - uid: 19881 components: - type: Transform - parent: 22301 + parent: 19880 - type: Physics canCollide: False - proto: EncryptionKeyCommand entities: - - uid: 22298 + - uid: 19820 components: - type: Transform - parent: 22297 + parent: 19817 - type: Physics canCollide: False - proto: EncryptionKeyCommon entities: - - uid: 22300 + - uid: 18389 components: - type: Transform - parent: 22299 + parent: 18387 - type: Physics canCollide: False - proto: EncryptionKeyEngineering entities: - - uid: 22288 + - uid: 19816 components: - type: Transform - parent: 22287 + parent: 19811 - type: Physics canCollide: False - proto: EncryptionKeyMedical entities: - - uid: 22284 + - uid: 20200 components: - type: Transform - parent: 22283 + parent: 20193 - type: Physics canCollide: False - proto: EncryptionKeyScience entities: - - uid: 22286 + - uid: 19801 components: - type: Transform - parent: 22285 + parent: 19758 - type: Physics canCollide: False - proto: EncryptionKeySecurity entities: - - uid: 22304 + - uid: 22281 components: - type: Transform - parent: 22303 + parent: 22280 - type: Physics canCollide: False - proto: EncryptionKeyService entities: - - uid: 22306 + - uid: 19850 components: - type: Transform - parent: 22305 + parent: 19849 - type: Physics canCollide: False - proto: EpinephrineChemistryBottle @@ -107585,10 +105534,10 @@ entities: parent: 2 - proto: ExosuitFabricator entities: - - uid: 5743 + - uid: 19977 components: - type: Transform - pos: 43.5,44.5 + pos: 43.5,42.5 parent: 2 - proto: ExtinguisherCabinetFilled entities: @@ -107838,13 +105787,6 @@ entities: parent: 2 - type: FaxMachine name: Mailroom - - uid: 6789 - components: - - type: Transform - pos: -10.5,-37.5 - parent: 2 - - type: FaxMachine - name: Salvage - uid: 7118 components: - type: Transform @@ -107901,6 +105843,13 @@ entities: parent: 2 - type: FaxMachine name: Food Court + - uid: 22265 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - type: FaxMachine + name: Salvage - uid: 23284 components: - type: Transform @@ -107943,13 +105892,6 @@ entities: parent: 2 - type: FaxMachine name: Head of Security - - uid: 29712 - components: - - type: Transform - pos: 45.5,30.5 - parent: 2 - - type: FaxMachine - name: Mystagogue - uid: 29720 components: - type: Transform @@ -107978,6 +105920,13 @@ entities: parent: 2 - type: FaxMachine name: Bar + - uid: 30756 + components: + - type: Transform + pos: 46.5,30.5 + parent: 2 + - type: FaxMachine + name: MG - proto: FaxMachineCaptain entities: - uid: 15124 @@ -108012,7 +105961,7 @@ entities: - uid: 14178 components: - type: Transform - pos: 9.5,43.5 + pos: 10.5,43.5 parent: 2 - proto: filingCabinetDrawerRandom entities: @@ -108528,10 +106477,6 @@ entities: parent: 2 - type: DeviceList devices: - - 6391 - - 7442 - - 8435 - - 7102 - 7534 - 7298 - 3649 @@ -108568,7 +106513,6 @@ entities: - 7225 - 7235 - 7203 - - 7198 - type: AtmosDevice joinedGrid: 2 - uid: 23697 @@ -109094,10 +107038,6 @@ entities: parent: 2 - type: DeviceList devices: - - 6391 - - 7442 - - 8435 - - 7102 - 7534 - 7298 - 3649 @@ -109124,7 +107064,6 @@ entities: - 3080 - 7107 - 3568 - - 12004 - 84 - 2147 - 766 @@ -109211,6 +107150,54 @@ entities: rot: 3.141592653589793 rad pos: 18.5,51.5 parent: 2 +- proto: Firelock + entities: + - uid: 19643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-12.5 + parent: 2 + - uid: 19652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22291 + - uid: 19818 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 20876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-12.5 + parent: 2 + - uid: 22929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-12.5 + parent: 2 + - uid: 23231 + components: + - type: Transform + pos: 4.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 + - uid: 27176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-12.5 + parent: 2 - proto: FirelockEdge entities: - uid: 3702 @@ -109288,6 +107275,12 @@ entities: - type: Transform pos: 19.5,-12.5 parent: 2 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-5.5 + parent: 2 - uid: 214 components: - type: Transform @@ -109335,11 +107328,6 @@ entities: - type: Transform pos: -30.5,2.5 parent: 2 - - uid: 386 - components: - - type: Transform - pos: -30.5,13.5 - parent: 2 - uid: 387 components: - type: Transform @@ -109590,6 +107578,11 @@ entities: - type: DeviceNetwork deviceLists: - 28702 + - uid: 1159 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 - uid: 1178 components: - type: Transform @@ -110192,11 +108185,6 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - uid: 3633 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - uid: 3649 components: - type: Transform @@ -110345,11 +108333,17 @@ entities: - type: Transform pos: 41.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - uid: 4069 components: - type: Transform pos: 48.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - uid: 4107 components: - type: Transform @@ -110439,14 +108433,6 @@ entities: - type: DeviceNetwork deviceLists: - 25244 - - uid: 6391 - components: - - type: Transform - pos: -37.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - uid: 6493 components: - type: Transform @@ -110509,11 +108495,6 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-38.5 parent: 2 - - uid: 7102 - components: - - type: Transform - pos: -35.5,-26.5 - parent: 2 - uid: 7107 components: - type: Transform @@ -110561,12 +108542,6 @@ entities: rot: 3.141592653589793 rad pos: -59.5,-13.5 parent: 2 - - uid: 7198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-31.5 - parent: 2 - uid: 7203 components: - type: Transform @@ -110598,14 +108573,6 @@ entities: - type: Transform pos: -48.5,0.5 parent: 2 - - uid: 7442 - components: - - type: Transform - pos: -38.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - uid: 7529 components: - type: Transform @@ -110834,14 +108801,6 @@ entities: rot: 3.141592653589793 rad pos: -115.5,8.5 parent: 2 - - uid: 8435 - components: - - type: Transform - pos: -39.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - uid: 8459 components: - type: Transform @@ -111053,11 +109012,6 @@ entities: deviceLists: - 25341 - 400 - - uid: 12004 - components: - - type: Transform - pos: -30.5,-10.5 - parent: 2 - uid: 13001 components: - type: Transform @@ -111138,12 +109092,6 @@ entities: - type: DeviceNetwork deviceLists: - 25300 - - uid: 15198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,65.5 - parent: 2 - uid: 15258 components: - type: Transform @@ -111303,6 +109251,16 @@ entities: - type: DeviceNetwork deviceLists: - 25158 + - uid: 16370 + components: + - type: Transform + pos: -6.5,71.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: -6.5,70.5 + parent: 2 - uid: 16411 components: - type: Transform @@ -111328,6 +109286,12 @@ entities: - type: Transform pos: -54.5,10.5 parent: 2 + - uid: 18112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,65.5 + parent: 2 - uid: 18373 components: - type: Transform @@ -111368,30 +109332,49 @@ entities: - type: Transform pos: 12.5,65.5 parent: 2 + - uid: 19812 + components: + - type: Transform + pos: -39.5,-26.5 + parent: 2 - uid: 20930 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,4.5 parent: 2 - - uid: 22296 + - uid: 22793 components: - type: Transform - pos: -22.5,71.5 + pos: -34.5,7.5 parent: 2 - - uid: 22310 + - type: Door + secondsUntilStateChange: -51131.316 + state: Closing + - uid: 23234 components: - type: Transform - pos: -24.5,74.5 + pos: 0.5,57.5 parent: 2 - - uid: 22793 + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 23235 components: - type: Transform - pos: -34.5,7.5 + pos: 1.5,57.5 parent: 2 - - type: Door - secondsUntilStateChange: -33971.44 - state: Closing + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 23236 + components: + - type: Transform + pos: 2.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 - uid: 24108 components: - type: Transform @@ -111524,7 +109507,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -98184.23 + secondsUntilStateChange: -115344.1 - uid: 25327 components: - type: Transform @@ -111635,6 +109618,9 @@ entities: - type: Transform pos: 41.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - uid: 27484 components: - type: Transform @@ -111689,7 +109675,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 29039 + - 22291 - uid: 29024 components: - type: Transform @@ -111722,7 +109708,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - 29039 + - 22291 - uid: 29085 components: - type: Transform @@ -111752,16 +109738,6 @@ entities: - type: Transform pos: -60.5,56.5 parent: 2 - - uid: 31562 - components: - - type: Transform - pos: -43.5,57.5 - parent: 2 - - uid: 31563 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - uid: 34663 components: - type: Transform @@ -112103,14 +110079,6 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 5909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-21.5 - parent: 2 - - type: Fixtures - fixtures: {} - uid: 7310 components: - type: Transform @@ -112158,14 +110126,6 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 7601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-29.5 - parent: 2 - - type: Fixtures - fixtures: {} - uid: 13011 components: - type: Transform @@ -113239,6 +111199,23 @@ entities: - type: Transform pos: -81.26866,-9.381908 parent: 2 +- proto: FoodAloe + entities: + - uid: 22166 + components: + - type: Transform + pos: 87.71248,32.635227 + parent: 2 + - uid: 22268 + components: + - type: Transform + pos: 79.29401,25.53574 + parent: 2 + - uid: 22269 + components: + - type: Transform + pos: 84.83423,62.448936 + parent: 2 - proto: FoodBakedCannabisBrownie entities: - uid: 23014 @@ -113256,13 +111233,6 @@ entities: - type: Transform pos: 87.6953,32.785225 parent: 2 -- proto: FoodBakedCannoli - entities: - - uid: 5919 - components: - - type: Transform - pos: 19.54402,-21.210424 - parent: 2 - proto: FoodBakedCookie entities: - uid: 1607 @@ -113356,13 +111326,6 @@ entities: - type: Transform pos: -4.5895452,18.73392 parent: 2 -- proto: FoodBakedMuffinBerry - entities: - - uid: 5967 - components: - - type: Transform - pos: 26.877243,-20.246464 - parent: 2 - proto: FoodBowlBigTrash entities: - uid: 7026 @@ -113411,20 +111374,6 @@ entities: - type: Transform pos: 46.502266,25.930176 parent: 2 -- proto: FoodBreadBananaSlice - entities: - - uid: 5965 - components: - - type: Transform - pos: 26.24443,-20.293339 - parent: 2 -- proto: FoodBreadPlainSlice - entities: - - uid: 5970 - components: - - type: Transform - pos: 28.618122,-17.289858 - parent: 2 - proto: FoodBurgerCat entities: - uid: 32573 @@ -113442,6 +111391,13 @@ entities: - type: Transform pos: 76.42327,63.653206 parent: 2 +- proto: FoodBurgerCheese + entities: + - uid: 22257 + components: + - type: Transform + pos: -6.6194677,-41.549088 + parent: 2 - proto: FoodBurgerChicken entities: - uid: 35854 @@ -113580,13 +111536,6 @@ entities: - type: Transform pos: 89.13743,44.278282 parent: 2 -- proto: FoodDonutApple - entities: - - uid: 176 - components: - - type: Transform - pos: 24.284163,-20.25199 - parent: 2 - proto: FoodDonutPoison entities: - uid: 32516 @@ -113608,6 +111557,28 @@ entities: - type: Transform pos: 11.633413,48.094017 parent: 2 +- proto: FoodGalaxythistle + entities: + - uid: 22271 + components: + - type: Transform + pos: 61.823143,64.43665 + parent: 2 + - uid: 22272 + components: + - type: Transform + pos: 90.75882,55.3758 + parent: 2 + - uid: 22274 + components: + - type: Transform + pos: 85.34794,44.6678 + parent: 2 + - uid: 22276 + components: + - type: Transform + pos: 52.92175,47.25847 + parent: 2 - proto: FoodLollipop entities: - uid: 23256 @@ -113663,7 +111634,7 @@ entities: - uid: 23268 components: - type: Transform - pos: 10.367807,16.62061 + pos: 7.692212,16.376804 parent: 2 - uid: 23269 components: @@ -113720,28 +111691,6 @@ entities: - type: Transform pos: 15.700369,-11.472478 parent: 2 - - uid: 30304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.974092,18.61035 - parent: 2 - - uid: 30313 - components: - - type: Transform - pos: 10.395967,18.73535 - parent: 2 - - uid: 30314 - components: - - type: Transform - pos: 10.060029,18.743162 - parent: 2 - - uid: 30316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.560029,18.499456 - parent: 2 - proto: FoodMealFriedegg entities: - uid: 5565 @@ -113822,49 +111771,70 @@ entities: - type: Transform pos: -54.609127,-24.234867 parent: 2 -- proto: FoodPizzaVegetableSlice +- proto: FoodPizzaDonkpocketSlice entities: - - uid: 7554 + - uid: 16394 components: - type: Transform - pos: -54.426926,-22.327288 + pos: 31.231165,-17.57143 parent: 2 -- proto: FoodPlate + - uid: 18017 + components: + - type: Transform + pos: 20.21554,-17.337055 + parent: 2 + - uid: 18123 + components: + - type: Transform + pos: 28.481165,-17.25893 + parent: 2 +- proto: FoodPizzaMargheritaSlice entities: - - uid: 1606 + - uid: 7313 components: - type: Transform - pos: -8.524559,11.376148 + pos: 20.535868,-17.462055 parent: 2 - - uid: 5443 + - uid: 9633 components: - type: Transform - pos: 36.36186,30.848785 + pos: 17.926493,-18.35268 parent: 2 - - uid: 5563 +- proto: FoodPizzaMoldySlice + entities: + - uid: 7090 components: - type: Transform - pos: 46.495235,25.959606 + pos: 18.848368,-21.72768 parent: 2 - - uid: 5920 + - uid: 7608 components: - type: Transform - pos: 19.56926,-21.165806 + pos: 32.432945,-20.38393 parent: 2 - - uid: 5971 +- proto: FoodPizzaVegetableSlice + entities: + - uid: 7554 components: - type: Transform - pos: 24.280376,-20.160952 + pos: -54.426926,-22.327288 parent: 2 - - uid: 5974 +- proto: FoodPlate + entities: + - uid: 1606 components: - type: Transform - pos: 26.296001,-20.17267 + pos: -8.524559,11.376148 parent: 2 - - uid: 5975 + - uid: 5443 components: - type: Transform - pos: 26.811626,-20.196108 + pos: 36.36186,30.848785 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: 46.495235,25.959606 parent: 2 - uid: 6867 components: @@ -113962,38 +111932,6 @@ entities: - type: Transform pos: 84.81684,43.70708 parent: 2 -- proto: FoodPlateTin - entities: - - uid: 7578 - components: - - type: Transform - pos: 29.484974,-17.22401 - parent: 2 - - uid: 7579 - components: - - type: Transform - pos: 29.813099,-17.388073 - parent: 2 - - uid: 7580 - components: - - type: Transform - pos: 31.641224,-17.13026 - parent: 2 - - uid: 7581 - components: - - type: Transform - pos: 19.081432,-17.376354 - parent: 2 - - uid: 7582 - components: - - type: Transform - pos: 22.890026,-20.200573 - parent: 2 - - uid: 7583 - components: - - type: Transform - pos: 22.38612,-21.325573 - parent: 2 - proto: FoodPlateTrash entities: - uid: 7005 @@ -114003,6 +111941,11 @@ entities: parent: 2 - proto: FoodPoppy entities: + - uid: 22270 + components: + - type: Transform + pos: 84.72485,62.573936 + parent: 2 - uid: 33597 components: - type: Transform @@ -114106,40 +112049,56 @@ entities: - type: Transform pos: 38.469772,-21.453896 parent: 2 - - uid: 19634 + - uid: 4504 components: - type: Transform - pos: 13.7594595,69.53912 + pos: -10.42578,71.4303 parent: 2 - - uid: 19679 + - uid: 30678 components: - type: Transform - pos: 13.7282095,68.69537 + pos: 14.2474375,71.378006 parent: 2 - - uid: 19690 + - uid: 30680 components: - type: Transform - pos: 13.3219595,68.72662 + pos: 4.4141035,71.492584 parent: 2 - - uid: 19739 + - uid: 30681 components: - type: Transform - pos: 13.5250845,69.13287 + pos: 4.7266035,71.82591 parent: 2 - - uid: 30678 + - uid: 30691 components: - type: Transform - pos: 8.533258,68.56596 + pos: 4.3516035,71.867584 parent: 2 - - uid: 30680 + - uid: 30707 components: - type: Transform - pos: 13.4625845,69.63287 + pos: 14.5182705,71.471756 parent: 2 - - uid: 31056 + - uid: 30818 components: - type: Transform - pos: -38.20138,70.48439 + pos: 11.9036875,71.211334 + parent: 2 + - uid: 30874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.0182705,70.961334 + parent: 2 + - uid: 31066 + components: + - type: Transform + pos: 14.289104,71.680084 + parent: 2 + - uid: 31077 + components: + - type: Transform + pos: 14.6849375,71.76341 parent: 2 - proto: FoodTartMime entities: @@ -114211,6 +112170,11 @@ entities: - type: Transform pos: 34.648033,47.247894 parent: 2 + - uid: 23710 + components: + - type: Transform + pos: -58.834206,61.784695 + parent: 2 - uid: 28004 components: - type: Transform @@ -114356,14 +112320,20 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,43.5 parent: 2 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 - targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 5980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6001 components: - type: Transform @@ -114388,7 +112358,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 31426 + - uid: 23831 components: - type: Transform rot: 1.5707963267948966 rad @@ -114472,7 +112442,7 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 34790 + - uid: 16543 components: - type: Transform rot: 1.5707963267948966 rad @@ -114480,6 +112450,18 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 +- proto: GasPassiveGate + entities: + - uid: 27144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPassiveVent entities: - uid: 5652 @@ -114545,14 +112527,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 16502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 19718 components: - type: Transform @@ -114570,12 +112544,12 @@ entities: pos: -32.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5044 + color: '#0335FCFF' + - uid: 4923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,44.5 + rot: 1.5707963267948966 rad + pos: -51.5,53.5 parent: 2 - uid: 5046 components: @@ -114584,7 +112558,7 @@ entities: pos: -46.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5087 components: - type: Transform @@ -114596,7 +112570,7 @@ entities: pos: -43.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6329 components: - type: Transform @@ -114674,69 +112648,37 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 16536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18018 - components: - - type: Transform - pos: -22.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18388 + - uid: 16595 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,56.5 + pos: -38.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22419 + color: '#FF1212FF' + - uid: 18362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,61.5 + pos: 7.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 23229 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23236 + - uid: 19598 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,69.5 + pos: -39.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23246 + color: '#0335FCFF' + - uid: 19765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,74.5 + rot: -1.5707963267948966 rad + pos: -42.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#FF1212FF' - uid: 23908 components: - type: Transform @@ -114752,7 +112694,7 @@ entities: pos: -43.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24278 components: - type: Transform @@ -114760,7 +112702,7 @@ entities: pos: 49.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24299 components: - type: Transform @@ -114784,7 +112726,7 @@ entities: pos: -45.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24303 components: - type: Transform @@ -114792,7 +112734,7 @@ entities: pos: -45.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24304 components: - type: Transform @@ -114832,7 +112774,7 @@ entities: pos: -39.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24313 components: - type: Transform @@ -114840,7 +112782,7 @@ entities: pos: -36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24314 components: - type: Transform @@ -114848,7 +112790,7 @@ entities: pos: 49.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24320 components: - type: Transform @@ -114856,14 +112798,14 @@ entities: pos: -36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24321 components: - type: Transform pos: -9.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24322 components: - type: Transform @@ -114871,7 +112813,7 @@ entities: pos: -9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24324 components: - type: Transform @@ -114879,7 +112821,7 @@ entities: pos: 0.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24325 components: - type: Transform @@ -114887,7 +112829,7 @@ entities: pos: -0.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24413 components: - type: Transform @@ -114895,7 +112837,7 @@ entities: pos: -39.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24458 components: - type: Transform @@ -114903,14 +112845,14 @@ entities: pos: -0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24459 components: - type: Transform pos: 0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24494 components: - type: Transform @@ -114918,7 +112860,7 @@ entities: pos: -46.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24495 components: - type: Transform @@ -114926,7 +112868,7 @@ entities: pos: -45.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24496 components: - type: Transform @@ -114934,7 +112876,7 @@ entities: pos: -44.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24497 components: - type: Transform @@ -114942,7 +112884,7 @@ entities: pos: -43.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24498 components: - type: Transform @@ -115032,35 +112974,35 @@ entities: pos: -46.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24511 components: - type: Transform pos: -45.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24512 components: - type: Transform pos: -44.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24513 components: - type: Transform pos: -43.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24514 components: - type: Transform pos: -42.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24592 components: - type: Transform @@ -115068,7 +113010,7 @@ entities: pos: 49.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24593 components: - type: Transform @@ -115076,7 +113018,7 @@ entities: pos: 48.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24594 components: - type: Transform @@ -115084,7 +113026,7 @@ entities: pos: 47.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24597 components: - type: Transform @@ -115140,7 +113082,7 @@ entities: pos: 46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24622 components: - type: Transform @@ -115148,7 +113090,7 @@ entities: pos: 47.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24623 components: - type: Transform @@ -115156,7 +113098,7 @@ entities: pos: 48.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24638 components: - type: Transform @@ -115179,7 +113121,7 @@ entities: pos: 48.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24641 components: - type: Transform @@ -115187,7 +113129,7 @@ entities: pos: 39.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24642 components: - type: Transform @@ -115195,21 +113137,21 @@ entities: pos: 38.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24643 components: - type: Transform pos: 39.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24644 components: - type: Transform pos: 38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24645 components: - type: Transform @@ -115232,7 +113174,7 @@ entities: pos: -10.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25026 components: - type: Transform @@ -115240,7 +113182,7 @@ entities: pos: -10.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25027 components: - type: Transform @@ -115248,7 +113190,7 @@ entities: pos: -10.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25377 components: - type: Transform @@ -115264,7 +113206,7 @@ entities: pos: 27.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25434 components: - type: Transform @@ -115286,7 +113228,7 @@ entities: pos: 43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25483 components: - type: Transform @@ -115294,7 +113236,7 @@ entities: pos: 34.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25486 components: - type: Transform @@ -115317,7 +113259,7 @@ entities: pos: 34.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25628 components: - type: Transform @@ -115340,7 +113282,7 @@ entities: pos: 34.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25671 components: - type: Transform @@ -115356,7 +113298,7 @@ entities: pos: 53.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25674 components: - type: Transform @@ -115372,7 +113314,7 @@ entities: pos: 55.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25676 components: - type: Transform @@ -115388,7 +113330,7 @@ entities: pos: 55.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25678 components: - type: Transform @@ -115403,7 +113345,7 @@ entities: pos: 7.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25732 components: - type: Transform @@ -115411,7 +113353,7 @@ entities: pos: 7.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25734 components: - type: Transform @@ -115435,7 +113377,7 @@ entities: pos: 17.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25796 components: - type: Transform @@ -115443,7 +113385,7 @@ entities: pos: 9.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25820 components: - type: Transform @@ -115451,14 +113393,14 @@ entities: pos: 9.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25822 components: - type: Transform pos: 9.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25823 components: - type: Transform @@ -115473,7 +113415,7 @@ entities: pos: 6.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25825 components: - type: Transform @@ -115497,7 +113439,7 @@ entities: pos: -13.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25907 components: - type: Transform @@ -115512,7 +113454,7 @@ entities: pos: -13.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26011 components: - type: Transform @@ -115520,7 +113462,7 @@ entities: pos: -32.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26012 components: - type: Transform @@ -115551,14 +113493,14 @@ entities: pos: -35.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26098 components: - type: Transform pos: -6.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26111 components: - type: Transform @@ -115588,7 +113530,7 @@ entities: pos: 25.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26135 components: - type: Transform @@ -115596,7 +113538,7 @@ entities: pos: 29.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26236 components: - type: Transform @@ -115604,7 +113546,7 @@ entities: pos: 9.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26307 components: - type: Transform @@ -115612,7 +113554,7 @@ entities: pos: -61.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26356 components: - type: Transform @@ -115620,14 +113562,14 @@ entities: pos: -2.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26430 components: - type: Transform pos: -73.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26431 components: - type: Transform @@ -115650,7 +113592,7 @@ entities: pos: -114.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26634 components: - type: Transform @@ -115666,14 +113608,14 @@ entities: pos: -114.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26713 components: - type: Transform pos: -91.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26714 components: - type: Transform @@ -115681,7 +113623,7 @@ entities: pos: -92.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26715 components: - type: Transform @@ -115689,7 +113631,7 @@ entities: pos: -93.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26716 components: - type: Transform @@ -115697,7 +113639,7 @@ entities: pos: -94.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26717 components: - type: Transform @@ -115705,28 +113647,28 @@ entities: pos: -95.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26718 components: - type: Transform pos: -92.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26719 components: - type: Transform pos: -93.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26720 components: - type: Transform pos: -94.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26721 components: - type: Transform @@ -115833,7 +113775,7 @@ entities: pos: -91.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26760 components: - type: Transform @@ -115841,7 +113783,7 @@ entities: pos: -92.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26761 components: - type: Transform @@ -115849,7 +113791,7 @@ entities: pos: -93.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26762 components: - type: Transform @@ -115857,7 +113799,7 @@ entities: pos: -94.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26763 components: - type: Transform @@ -115865,7 +113807,7 @@ entities: pos: -94.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26764 components: - type: Transform @@ -115873,7 +113815,7 @@ entities: pos: -95.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26765 components: - type: Transform @@ -115881,7 +113823,7 @@ entities: pos: -93.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26766 components: - type: Transform @@ -115889,7 +113831,7 @@ entities: pos: -92.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26767 components: - type: Transform @@ -115936,7 +113878,7 @@ entities: pos: 0.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26864 components: - type: Transform @@ -115952,7 +113894,7 @@ entities: pos: -60.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26933 components: - type: Transform @@ -115968,7 +113910,7 @@ entities: pos: -60.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26985 components: - type: Transform @@ -115976,7 +113918,7 @@ entities: pos: -54.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26986 components: - type: Transform @@ -116000,14 +113942,14 @@ entities: pos: -59.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27048 components: - type: Transform pos: -53.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27049 components: - type: Transform @@ -116022,15 +113964,19 @@ entities: pos: -53.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27148 + color: '#0335FCFF' + - uid: 27147 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,58.5 + pos: -59.5,-7.5 + parent: 2 + - uid: 27148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 27175 components: - type: Transform @@ -116054,7 +114000,7 @@ entities: pos: -34.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27267 components: - type: Transform @@ -116070,7 +114016,7 @@ entities: pos: -22.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27320 components: - type: Transform @@ -116140,7 +114086,7 @@ entities: pos: 17.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27371 components: - type: Transform @@ -116156,14 +114102,14 @@ entities: pos: 29.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27420 components: - type: Transform pos: 34.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27555 components: - type: Transform @@ -116171,7 +114117,7 @@ entities: pos: 34.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27556 components: - type: Transform @@ -116187,7 +114133,7 @@ entities: pos: 76.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27738 components: - type: Transform @@ -116209,7 +114155,7 @@ entities: pos: -19.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28189 components: - type: Transform @@ -116217,7 +114163,7 @@ entities: pos: -21.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28190 components: - type: Transform @@ -116240,14 +114186,14 @@ entities: pos: -20.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28193 components: - type: Transform pos: -20.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28278 components: - type: Transform @@ -116271,7 +114217,7 @@ entities: pos: -10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28564 components: - type: Transform @@ -116279,7 +114225,7 @@ entities: pos: 7.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28706 components: - type: Transform @@ -116287,31 +114233,26 @@ entities: pos: 31.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28709 + color: '#0335FCFF' + - uid: 28775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,71.5 + rot: -1.5707963267948966 rad + pos: -28.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28710 + color: '#FF1212FF' + - uid: 28828 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,70.5 + pos: -52.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28775 + - uid: 28829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-25.5 + pos: -52.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 30500 components: - type: Transform @@ -116326,7 +114267,7 @@ entities: pos: -32.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 30518 components: - type: Transform @@ -116342,19 +114283,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 31088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31427 - components: - - type: Transform - pos: -52.5,50.5 - parent: 2 - uid: 31753 components: - type: Transform @@ -116362,7 +114290,7 @@ entities: pos: -19.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31754 components: - type: Transform @@ -116378,7 +114306,7 @@ entities: pos: -50.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31756 components: - type: Transform @@ -116395,122 +114323,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 34688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34691 - components: - - type: Transform - pos: -54.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34698 - components: - - type: Transform - pos: -57.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34710 - components: - - type: Transform - pos: -46.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34773 - components: - - type: Transform - pos: -57.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34788 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 36073 components: - type: Transform @@ -116518,7 +114330,7 @@ entities: pos: -29.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 2092 @@ -116534,21 +114346,21 @@ entities: pos: 8.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2133 components: - type: Transform pos: 8.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2135 components: - type: Transform pos: 8.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2705 components: - type: Transform @@ -116569,7 +114381,7 @@ entities: pos: -26.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6517 components: - type: Transform @@ -116584,6 +114396,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 18217 + components: + - type: Transform + pos: 0.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19939 components: - type: Transform @@ -116618,21 +114437,21 @@ entities: pos: -91.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24026 components: - type: Transform pos: -85.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24047 components: - type: Transform pos: -73.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24074 components: - type: Transform @@ -116646,14 +114465,14 @@ entities: pos: -0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24547 components: - type: Transform pos: -15.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24554 components: - type: Transform @@ -116681,14 +114500,14 @@ entities: pos: -27.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24697 components: - type: Transform pos: 30.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24720 components: - type: Transform @@ -116702,7 +114521,7 @@ entities: pos: 0.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24737 components: - type: Transform @@ -116723,7 +114542,7 @@ entities: pos: 0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24869 components: - type: Transform @@ -116737,7 +114556,7 @@ entities: pos: -11.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24927 components: - type: Transform @@ -116751,7 +114570,7 @@ entities: pos: 8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25043 components: - type: Transform @@ -116772,7 +114591,7 @@ entities: pos: -55.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25744 components: - type: Transform @@ -116786,7 +114605,7 @@ entities: pos: 17.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26060 components: - type: Transform @@ -116800,21 +114619,14 @@ entities: pos: -13.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26814 - components: - - type: Transform - pos: 0.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26833 components: - type: Transform pos: -27.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26848 components: - type: Transform @@ -116835,21 +114647,21 @@ entities: pos: 34.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26857 components: - type: Transform pos: 25.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26859 components: - type: Transform pos: 13.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26860 components: - type: Transform @@ -116863,7 +114675,7 @@ entities: pos: -59.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26981 components: - type: Transform @@ -116877,7 +114689,7 @@ entities: pos: -21.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27330 components: - type: Transform @@ -116885,7 +114697,7 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34801 + - uid: 29039 components: - type: Transform pos: -47.5,44.5 @@ -116922,7 +114734,7 @@ entities: pos: -21.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1211 components: - type: Transform @@ -116930,7 +114742,7 @@ entities: pos: 32.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1222 components: - type: Transform @@ -116938,7 +114750,7 @@ entities: pos: 34.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1224 components: - type: Transform @@ -116946,7 +114758,7 @@ entities: pos: 31.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1499 components: - type: Transform @@ -116954,7 +114766,7 @@ entities: pos: -61.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1500 components: - type: Transform @@ -116962,7 +114774,7 @@ entities: pos: -60.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1612 components: - type: Transform @@ -116970,7 +114782,7 @@ entities: pos: 33.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1669 components: - type: Transform @@ -116986,7 +114798,7 @@ entities: pos: -43.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2087 components: - type: Transform @@ -117002,7 +114814,7 @@ entities: pos: 7.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2146 components: - type: Transform @@ -117010,14 +114822,14 @@ entities: pos: 0.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2150 components: - type: Transform pos: -32.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2187 components: - type: Transform @@ -117032,7 +114844,7 @@ entities: pos: -22.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2223 components: - type: Transform @@ -117040,7 +114852,7 @@ entities: pos: -22.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2226 components: - type: Transform @@ -117056,7 +114868,7 @@ entities: pos: 57.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2248 components: - type: Transform @@ -117114,7 +114926,7 @@ entities: pos: -22.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2584 components: - type: Transform @@ -117146,7 +114958,7 @@ entities: pos: -32.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3571 components: - type: Transform @@ -117161,7 +114973,7 @@ entities: pos: 11.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3643 components: - type: Transform @@ -117169,7 +114981,7 @@ entities: pos: 11.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3652 components: - type: Transform @@ -117192,7 +115004,7 @@ entities: pos: -43.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3699 components: - type: Transform @@ -117232,7 +115044,7 @@ entities: pos: 11.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3792 components: - type: Transform @@ -117240,7 +115052,7 @@ entities: pos: 9.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3805 components: - type: Transform @@ -117248,7 +115060,7 @@ entities: pos: 9.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 4000 components: - type: Transform @@ -117290,7 +115102,7 @@ entities: pos: -46.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 4424 components: - type: Transform @@ -117307,18 +115119,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5047 + - uid: 5048 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,44.5 + pos: -48.5,43.5 parent: 2 - - uid: 5048 + - uid: 5112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,43.5 + rot: 3.141592653589793 rad + pos: -46.5,40.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5200 components: - type: Transform @@ -117326,7 +115140,7 @@ entities: pos: -34.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5346 components: - type: Transform @@ -117334,7 +115148,7 @@ entities: pos: 51.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5380 components: - type: Transform @@ -117413,7 +115227,7 @@ entities: pos: -46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5916 components: - type: Transform @@ -117421,7 +115235,7 @@ entities: pos: -45.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5921 components: - type: Transform @@ -117429,7 +115243,7 @@ entities: pos: -44.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5924 components: - type: Transform @@ -117437,18 +115251,7 @@ entities: pos: -46.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,44.5 - parent: 2 - - uid: 5999 - components: - - type: Transform - pos: -49.5,44.5 - parent: 2 + color: '#0335FCFF' - uid: 6107 components: - type: Transform @@ -117456,7 +115259,7 @@ entities: pos: -9.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6325 components: - type: Transform @@ -117464,7 +115267,7 @@ entities: pos: -18.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6326 components: - type: Transform @@ -117472,7 +115275,7 @@ entities: pos: -18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6330 components: - type: Transform @@ -117493,7 +115296,7 @@ entities: pos: -46.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6688 components: - type: Transform @@ -117501,7 +115304,7 @@ entities: pos: -30.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6690 components: - type: Transform @@ -117509,7 +115312,7 @@ entities: pos: -28.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6712 components: - type: Transform @@ -117570,7 +115373,7 @@ entities: pos: -55.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7114 components: - type: Transform @@ -117586,7 +115389,7 @@ entities: pos: 7.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7127 components: - type: Transform @@ -117602,7 +115405,7 @@ entities: pos: 7.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7178 components: - type: Transform @@ -117625,7 +115428,7 @@ entities: pos: -46.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7311 components: - type: Transform @@ -117641,28 +115444,28 @@ entities: pos: 45.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7511 components: - type: Transform pos: -46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7512 components: - type: Transform pos: -46.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7513 components: - type: Transform pos: -46.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7558 components: - type: Transform @@ -117676,7 +115479,7 @@ entities: pos: -43.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8845 components: - type: Transform @@ -117684,7 +115487,7 @@ entities: pos: -39.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 9117 components: - type: Transform @@ -117692,7 +115495,7 @@ entities: pos: 10.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 9118 components: - type: Transform @@ -117732,7 +115535,7 @@ entities: pos: 10.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 9182 components: - type: Transform @@ -118154,14 +115957,14 @@ entities: pos: -43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 9532 components: - type: Transform pos: -32.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 9544 components: - type: Transform @@ -118260,7 +116063,7 @@ entities: pos: -21.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 11843 components: - type: Transform @@ -118299,7 +116102,7 @@ entities: pos: -21.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 11858 components: - type: Transform @@ -118313,14 +116116,14 @@ entities: pos: -21.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 11860 components: - type: Transform pos: -21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 11878 components: - type: Transform @@ -118328,7 +116131,7 @@ entities: pos: -20.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 13045 components: - type: Transform @@ -118336,7 +116139,7 @@ entities: pos: 9.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15270 components: - type: Transform @@ -118352,7 +116155,7 @@ entities: pos: 10.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15807 components: - type: Transform @@ -118369,69 +116172,107 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 15993 + - uid: 16302 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,50.5 + pos: -41.5,59.5 parent: 2 - - uid: 15994 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17579 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,50.5 + pos: -41.5,60.5 parent: 2 - - uid: 16242 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18202 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,50.5 + pos: -35.5,63.5 parent: 2 - - uid: 16537 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,58.5 + rot: 1.5707963267948966 rad + pos: -35.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16538 + - uid: 18314 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,58.5 + pos: -43.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18345 + components: + - type: Transform + pos: 2.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18348 + components: + - type: Transform + pos: -37.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 16542 + - uid: 18349 components: - type: Transform - pos: -52.5,47.5 + rot: 1.5707963267948966 rad + pos: -45.5,62.5 parent: 2 - - uid: 17857 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,56.5 + pos: -36.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18020 + color: '#FF1212FF' + - uid: 20171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 20196 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,70.5 + pos: -38.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19328 + color: '#FF1212FF' + - uid: 20197 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,58.5 + pos: -38.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 20382 components: - type: Transform @@ -118454,138 +116295,154 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 22894 + - uid: 22335 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,49.5 + pos: 1.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22895 + color: '#0335FCFF' + - uid: 22336 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,49.5 + pos: 2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22896 + color: '#0335FCFF' + - uid: 22337 components: - type: Transform - pos: 38.5,48.5 + rot: -1.5707963267948966 rad + pos: 3.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22901 + color: '#0335FCFF' + - uid: 22338 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,49.5 + pos: 4.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22902 + color: '#0335FCFF' + - uid: 22339 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,49.5 + pos: 5.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23227 + color: '#0335FCFF' + - uid: 22341 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,74.5 + pos: 6.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23233 + color: '#0335FCFF' + - uid: 22342 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,49.5 + pos: 3.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23237 + color: '#FF1212FF' + - uid: 22343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,69.5 + rot: -1.5707963267948966 rad + pos: 4.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23239 + color: '#FF1212FF' + - uid: 22344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,69.5 + rot: -1.5707963267948966 rad + pos: 5.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23240 + color: '#FF1212FF' + - uid: 22345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,69.5 + rot: -1.5707963267948966 rad + pos: 6.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23242 + color: '#FF1212FF' + - uid: 22894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,69.5 + rot: -1.5707963267948966 rad + pos: 36.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23243 + color: '#0335FCFF' + - uid: 22895 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,74.5 + pos: 37.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23244 + color: '#0335FCFF' + - uid: 22896 + components: + - type: Transform + pos: 38.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 22901 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,74.5 + pos: 34.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23248 + color: '#0335FCFF' + - uid: 22902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,69.5 + rot: -1.5707963267948966 rad + pos: 33.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23557 + color: '#0335FCFF' + - uid: 23233 components: - type: Transform - pos: -22.5,73.5 + rot: -1.5707963267948966 rad + pos: 32.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23566 + color: '#0335FCFF' + - uid: 23237 components: - type: Transform - pos: -22.5,71.5 + pos: 65.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23567 + color: '#0335FCFF' + - uid: 23238 components: - type: Transform - pos: -22.5,70.5 + pos: 65.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 23239 + components: + - type: Transform + pos: 65.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23693 components: - type: Transform @@ -118614,38 +116471,46 @@ entities: - type: Transform pos: -51.5,52.5 parent: 2 - - uid: 23796 + - uid: 23770 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-9.5 + pos: -56.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23798 + - uid: 23784 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,58.5 + pos: -45.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 23831 + - uid: 23796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,69.5 + rot: -1.5707963267948966 rad + pos: 9.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23863 + color: '#FF1212FF' + - uid: 23812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,46.5 + parent: 2 + - uid: 23839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,45.5 + parent: 2 + - uid: 23895 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,69.5 + pos: -57.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23906 components: - type: Transform @@ -118653,7 +116518,7 @@ entities: pos: -43.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23907 components: - type: Transform @@ -118669,7 +116534,7 @@ entities: pos: -44.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23910 components: - type: Transform @@ -118677,7 +116542,7 @@ entities: pos: -46.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23911 components: - type: Transform @@ -118685,7 +116550,7 @@ entities: pos: -50.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23912 components: - type: Transform @@ -118693,7 +116558,7 @@ entities: pos: -45.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23913 components: - type: Transform @@ -118701,7 +116566,7 @@ entities: pos: -47.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23914 components: - type: Transform @@ -118709,7 +116574,7 @@ entities: pos: -51.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23915 components: - type: Transform @@ -118717,7 +116582,7 @@ entities: pos: -48.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23916 components: - type: Transform @@ -118725,7 +116590,7 @@ entities: pos: -49.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23918 components: - type: Transform @@ -118733,7 +116598,7 @@ entities: pos: -52.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23919 components: - type: Transform @@ -118741,7 +116606,7 @@ entities: pos: -53.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23920 components: - type: Transform @@ -118749,7 +116614,7 @@ entities: pos: -54.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23922 components: - type: Transform @@ -118757,7 +116622,7 @@ entities: pos: -55.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23923 components: - type: Transform @@ -118765,7 +116630,7 @@ entities: pos: -55.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23924 components: - type: Transform @@ -118773,7 +116638,7 @@ entities: pos: -55.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23925 components: - type: Transform @@ -118781,7 +116646,7 @@ entities: pos: -55.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23926 components: - type: Transform @@ -118789,7 +116654,7 @@ entities: pos: -55.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23927 components: - type: Transform @@ -118797,7 +116662,7 @@ entities: pos: -55.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23928 components: - type: Transform @@ -118805,7 +116670,7 @@ entities: pos: -55.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23930 components: - type: Transform @@ -118813,7 +116678,7 @@ entities: pos: -55.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23932 components: - type: Transform @@ -118821,7 +116686,7 @@ entities: pos: -55.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23934 components: - type: Transform @@ -118829,7 +116694,7 @@ entities: pos: -55.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23935 components: - type: Transform @@ -118837,7 +116702,7 @@ entities: pos: -55.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23936 components: - type: Transform @@ -118845,7 +116710,7 @@ entities: pos: -55.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23938 components: - type: Transform @@ -118861,7 +116726,7 @@ entities: pos: -55.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23940 components: - type: Transform @@ -118869,7 +116734,7 @@ entities: pos: -55.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23941 components: - type: Transform @@ -118877,7 +116742,7 @@ entities: pos: -55.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23943 components: - type: Transform @@ -119084,14 +116949,14 @@ entities: pos: -91.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23976 components: - type: Transform pos: -91.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23977 components: - type: Transform @@ -119099,7 +116964,7 @@ entities: pos: -54.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23978 components: - type: Transform @@ -119107,7 +116972,7 @@ entities: pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23979 components: - type: Transform @@ -119115,7 +116980,7 @@ entities: pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23980 components: - type: Transform @@ -119123,7 +116988,7 @@ entities: pos: -51.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23981 components: - type: Transform @@ -119131,7 +116996,7 @@ entities: pos: -50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23982 components: - type: Transform @@ -119139,7 +117004,7 @@ entities: pos: -49.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23983 components: - type: Transform @@ -119147,7 +117012,7 @@ entities: pos: -48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23985 components: - type: Transform @@ -119155,56 +117020,56 @@ entities: pos: -46.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23986 components: - type: Transform pos: -45.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23987 components: - type: Transform pos: -45.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23988 components: - type: Transform pos: -45.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23989 components: - type: Transform pos: -45.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23990 components: - type: Transform pos: -45.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23991 components: - type: Transform pos: -45.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23992 components: - type: Transform pos: -45.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23993 components: - type: Transform @@ -119212,7 +117077,7 @@ entities: pos: -44.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23994 components: - type: Transform @@ -119220,7 +117085,7 @@ entities: pos: -43.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23995 components: - type: Transform @@ -119228,7 +117093,7 @@ entities: pos: -42.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23996 components: - type: Transform @@ -119236,7 +117101,7 @@ entities: pos: -41.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23997 components: - type: Transform @@ -119244,7 +117109,7 @@ entities: pos: -40.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23998 components: - type: Transform @@ -119252,7 +117117,7 @@ entities: pos: -39.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23999 components: - type: Transform @@ -119260,7 +117125,7 @@ entities: pos: -38.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24000 components: - type: Transform @@ -119268,7 +117133,7 @@ entities: pos: -37.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24001 components: - type: Transform @@ -119276,7 +117141,7 @@ entities: pos: -35.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24003 components: - type: Transform @@ -119284,7 +117149,7 @@ entities: pos: -31.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24004 components: - type: Transform @@ -119292,7 +117157,7 @@ entities: pos: -30.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24005 components: - type: Transform @@ -119300,7 +117165,7 @@ entities: pos: -29.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24006 components: - type: Transform @@ -119308,7 +117173,7 @@ entities: pos: -28.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24008 components: - type: Transform @@ -119316,7 +117181,7 @@ entities: pos: -26.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24009 components: - type: Transform @@ -119324,7 +117189,7 @@ entities: pos: -25.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24010 components: - type: Transform @@ -119332,7 +117197,7 @@ entities: pos: -24.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24011 components: - type: Transform @@ -119340,7 +117205,7 @@ entities: pos: -23.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24012 components: - type: Transform @@ -119348,7 +117213,7 @@ entities: pos: -22.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24013 components: - type: Transform @@ -119356,7 +117221,7 @@ entities: pos: -21.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24014 components: - type: Transform @@ -119364,7 +117229,7 @@ entities: pos: -20.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24015 components: - type: Transform @@ -119372,7 +117237,7 @@ entities: pos: -19.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24016 components: - type: Transform @@ -119380,7 +117245,7 @@ entities: pos: -18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24017 components: - type: Transform @@ -119388,7 +117253,7 @@ entities: pos: -17.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24019 components: - type: Transform @@ -119396,7 +117261,7 @@ entities: pos: -15.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24020 components: - type: Transform @@ -119404,7 +117269,7 @@ entities: pos: -14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24021 components: - type: Transform @@ -119412,7 +117277,7 @@ entities: pos: -13.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24022 components: - type: Transform @@ -119420,7 +117285,7 @@ entities: pos: -12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24024 components: - type: Transform @@ -119428,7 +117293,7 @@ entities: pos: -10.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24025 components: - type: Transform @@ -119436,7 +117301,7 @@ entities: pos: -8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24027 components: - type: Transform @@ -119444,7 +117309,7 @@ entities: pos: -6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24028 components: - type: Transform @@ -119452,7 +117317,7 @@ entities: pos: -5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24029 components: - type: Transform @@ -119460,7 +117325,7 @@ entities: pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24030 components: - type: Transform @@ -119468,7 +117333,7 @@ entities: pos: -3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24031 components: - type: Transform @@ -119476,7 +117341,7 @@ entities: pos: -2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24032 components: - type: Transform @@ -119484,308 +117349,308 @@ entities: pos: -1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24033 components: - type: Transform pos: 0.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24034 components: - type: Transform pos: 0.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24035 components: - type: Transform pos: 0.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24036 components: - type: Transform pos: 0.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24037 components: - type: Transform pos: 0.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24038 components: - type: Transform pos: 0.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24039 components: - type: Transform pos: 0.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24041 components: - type: Transform pos: 0.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24042 components: - type: Transform pos: 0.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24044 components: - type: Transform pos: 0.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24045 components: - type: Transform pos: 0.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24046 components: - type: Transform pos: 0.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24048 components: - type: Transform pos: 0.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24049 components: - type: Transform pos: 0.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24050 components: - type: Transform pos: 0.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24052 components: - type: Transform pos: 0.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24053 components: - type: Transform pos: 0.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24054 components: - type: Transform pos: 0.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24055 components: - type: Transform pos: 0.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24056 components: - type: Transform pos: 0.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24057 components: - type: Transform pos: 0.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24058 components: - type: Transform pos: 0.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24060 components: - type: Transform pos: 0.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24061 components: - type: Transform pos: 0.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24062 components: - type: Transform pos: 0.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24063 components: - type: Transform pos: 0.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24064 components: - type: Transform pos: 0.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24065 components: - type: Transform pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24066 components: - type: Transform pos: 0.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24067 components: - type: Transform pos: 0.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24068 components: - type: Transform pos: 0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24069 components: - type: Transform pos: 0.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24071 components: - type: Transform pos: 0.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24072 components: - type: Transform pos: 0.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24073 components: - type: Transform pos: 0.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24075 components: - type: Transform pos: 0.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24076 components: - type: Transform pos: 0.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24077 components: - type: Transform pos: 0.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24078 components: - type: Transform pos: 0.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24079 components: - type: Transform pos: 0.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24080 components: - type: Transform pos: 0.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24082 components: - type: Transform pos: 0.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24083 components: - type: Transform pos: 0.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24084 components: - type: Transform @@ -119793,7 +117658,7 @@ entities: pos: -0.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24085 components: - type: Transform @@ -119801,7 +117666,7 @@ entities: pos: -1.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24086 components: - type: Transform @@ -119809,7 +117674,7 @@ entities: pos: -2.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24087 components: - type: Transform @@ -119817,7 +117682,7 @@ entities: pos: -3.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24088 components: - type: Transform @@ -119825,7 +117690,7 @@ entities: pos: -4.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24089 components: - type: Transform @@ -119833,7 +117698,7 @@ entities: pos: -5.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24090 components: - type: Transform @@ -119841,7 +117706,7 @@ entities: pos: -6.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24091 components: - type: Transform @@ -119849,7 +117714,7 @@ entities: pos: -7.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24092 components: - type: Transform @@ -119857,7 +117722,7 @@ entities: pos: -8.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24093 components: - type: Transform @@ -119865,7 +117730,7 @@ entities: pos: -9.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24094 components: - type: Transform @@ -120029,11 +117894,9 @@ entities: - uid: 24117 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,61.5 + rot: 1.5707963267948966 rad + pos: -55.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 24118 components: - type: Transform @@ -120129,7 +117992,7 @@ entities: pos: 12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24132 components: - type: Transform @@ -120425,7 +118288,7 @@ entities: pos: 12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24176 components: - type: Transform @@ -120979,7 +118842,7 @@ entities: pos: -95.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24260 components: - type: Transform @@ -120987,7 +118850,7 @@ entities: pos: -94.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24261 components: - type: Transform @@ -120995,7 +118858,7 @@ entities: pos: -93.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24262 components: - type: Transform @@ -121003,7 +118866,7 @@ entities: pos: -92.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24264 components: - type: Transform @@ -121011,7 +118874,7 @@ entities: pos: -90.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24266 components: - type: Transform @@ -121019,7 +118882,7 @@ entities: pos: -88.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24267 components: - type: Transform @@ -121027,7 +118890,7 @@ entities: pos: -87.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24268 components: - type: Transform @@ -121035,7 +118898,7 @@ entities: pos: -86.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24271 components: - type: Transform @@ -121043,7 +118906,7 @@ entities: pos: -83.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24272 components: - type: Transform @@ -121051,7 +118914,7 @@ entities: pos: -82.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24273 components: - type: Transform @@ -121059,7 +118922,7 @@ entities: pos: -81.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24274 components: - type: Transform @@ -121067,7 +118930,7 @@ entities: pos: -80.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24275 components: - type: Transform @@ -121075,7 +118938,7 @@ entities: pos: -79.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24277 components: - type: Transform @@ -121083,7 +118946,7 @@ entities: pos: -77.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24279 components: - type: Transform @@ -121091,7 +118954,7 @@ entities: pos: -75.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24280 components: - type: Transform @@ -121099,7 +118962,7 @@ entities: pos: -74.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24282 components: - type: Transform @@ -121107,7 +118970,7 @@ entities: pos: -72.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24283 components: - type: Transform @@ -121115,7 +118978,7 @@ entities: pos: -71.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24284 components: - type: Transform @@ -121123,7 +118986,7 @@ entities: pos: -70.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24285 components: - type: Transform @@ -121131,7 +118994,7 @@ entities: pos: -69.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24287 components: - type: Transform @@ -121139,7 +119002,7 @@ entities: pos: -67.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24288 components: - type: Transform @@ -121147,7 +119010,7 @@ entities: pos: -66.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24289 components: - type: Transform @@ -121155,7 +119018,7 @@ entities: pos: -65.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24290 components: - type: Transform @@ -121163,7 +119026,7 @@ entities: pos: -64.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24291 components: - type: Transform @@ -121171,7 +119034,7 @@ entities: pos: 49.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24292 components: - type: Transform @@ -121179,7 +119042,7 @@ entities: pos: -62.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24293 components: - type: Transform @@ -121187,7 +119050,7 @@ entities: pos: -61.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24294 components: - type: Transform @@ -121195,7 +119058,7 @@ entities: pos: -60.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24295 components: - type: Transform @@ -121203,7 +119066,7 @@ entities: pos: -59.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24296 components: - type: Transform @@ -121211,7 +119074,7 @@ entities: pos: -58.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24297 components: - type: Transform @@ -121219,7 +119082,7 @@ entities: pos: -57.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24298 components: - type: Transform @@ -121227,7 +119090,7 @@ entities: pos: -56.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24308 components: - type: Transform @@ -121235,7 +119098,7 @@ entities: pos: 50.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24309 components: - type: Transform @@ -121243,7 +119106,7 @@ entities: pos: 52.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24311 components: - type: Transform @@ -121251,14 +119114,14 @@ entities: pos: 53.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24318 components: - type: Transform pos: 0.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24319 components: - type: Transform @@ -121377,7 +119240,7 @@ entities: pos: 35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24344 components: - type: Transform @@ -121393,7 +119256,7 @@ entities: pos: -33.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24346 components: - type: Transform @@ -121529,7 +119392,7 @@ entities: pos: -34.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24367 components: - type: Transform @@ -121617,7 +119480,7 @@ entities: pos: -35.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24380 components: - type: Transform @@ -121777,7 +119640,7 @@ entities: pos: 47.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24401 components: - type: Transform @@ -121785,7 +119648,7 @@ entities: pos: 46.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24403 components: - type: Transform @@ -121793,7 +119656,7 @@ entities: pos: 44.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24404 components: - type: Transform @@ -121801,7 +119664,7 @@ entities: pos: -36.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24405 components: - type: Transform @@ -121809,7 +119672,7 @@ entities: pos: 42.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24406 components: - type: Transform @@ -121817,7 +119680,7 @@ entities: pos: 41.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24407 components: - type: Transform @@ -121825,7 +119688,7 @@ entities: pos: 40.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24408 components: - type: Transform @@ -121833,7 +119696,7 @@ entities: pos: 39.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24409 components: - type: Transform @@ -121841,7 +119704,7 @@ entities: pos: 38.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24410 components: - type: Transform @@ -121849,7 +119712,7 @@ entities: pos: 37.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24412 components: - type: Transform @@ -121857,7 +119720,7 @@ entities: pos: 35.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24414 components: - type: Transform @@ -121865,7 +119728,7 @@ entities: pos: 33.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24415 components: - type: Transform @@ -121873,7 +119736,7 @@ entities: pos: 32.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24416 components: - type: Transform @@ -121881,7 +119744,7 @@ entities: pos: 31.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24417 components: - type: Transform @@ -121889,7 +119752,7 @@ entities: pos: 30.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24418 components: - type: Transform @@ -121897,7 +119760,7 @@ entities: pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24419 components: - type: Transform @@ -121905,7 +119768,7 @@ entities: pos: 28.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24421 components: - type: Transform @@ -121913,7 +119776,7 @@ entities: pos: 26.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24422 components: - type: Transform @@ -121921,7 +119784,7 @@ entities: pos: 25.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24423 components: - type: Transform @@ -121929,7 +119792,7 @@ entities: pos: 24.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24425 components: - type: Transform @@ -121937,7 +119800,7 @@ entities: pos: 22.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24426 components: - type: Transform @@ -121945,7 +119808,7 @@ entities: pos: 21.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24427 components: - type: Transform @@ -121953,7 +119816,7 @@ entities: pos: 20.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24428 components: - type: Transform @@ -121961,7 +119824,7 @@ entities: pos: 19.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24430 components: - type: Transform @@ -121969,7 +119832,7 @@ entities: pos: 17.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24431 components: - type: Transform @@ -121977,7 +119840,7 @@ entities: pos: 16.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24432 components: - type: Transform @@ -121985,7 +119848,7 @@ entities: pos: 15.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24433 components: - type: Transform @@ -121993,14 +119856,14 @@ entities: pos: 14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24435 components: - type: Transform pos: -32.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24436 components: - type: Transform @@ -122008,7 +119871,7 @@ entities: pos: 11.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24437 components: - type: Transform @@ -122016,7 +119879,7 @@ entities: pos: 10.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24438 components: - type: Transform @@ -122024,7 +119887,7 @@ entities: pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24441 components: - type: Transform @@ -122032,7 +119895,7 @@ entities: pos: 6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24442 components: - type: Transform @@ -122040,7 +119903,7 @@ entities: pos: 5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24443 components: - type: Transform @@ -122048,7 +119911,7 @@ entities: pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24444 components: - type: Transform @@ -122056,7 +119919,7 @@ entities: pos: 3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24445 components: - type: Transform @@ -122064,7 +119927,7 @@ entities: pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24446 components: - type: Transform @@ -122072,7 +119935,7 @@ entities: pos: 1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24447 components: - type: Transform @@ -122080,7 +119943,7 @@ entities: pos: 0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24448 components: - type: Transform @@ -122088,7 +119951,7 @@ entities: pos: -0.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24449 components: - type: Transform @@ -122096,7 +119959,7 @@ entities: pos: -0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24450 components: - type: Transform @@ -122104,7 +119967,7 @@ entities: pos: -0.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24451 components: - type: Transform @@ -122112,7 +119975,7 @@ entities: pos: 0.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24452 components: - type: Transform @@ -122120,7 +119983,7 @@ entities: pos: 0.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24453 components: - type: Transform @@ -122128,7 +119991,7 @@ entities: pos: 0.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24454 components: - type: Transform @@ -122136,7 +119999,7 @@ entities: pos: 0.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24455 components: - type: Transform @@ -122144,7 +120007,7 @@ entities: pos: 0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24456 components: - type: Transform @@ -122152,7 +120015,7 @@ entities: pos: 0.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24457 components: - type: Transform @@ -122160,119 +120023,119 @@ entities: pos: 0.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24460 components: - type: Transform pos: -47.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24461 components: - type: Transform pos: -47.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24463 components: - type: Transform pos: -47.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24465 components: - type: Transform pos: -47.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24466 components: - type: Transform pos: -47.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24467 components: - type: Transform pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24468 components: - type: Transform pos: -47.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24469 components: - type: Transform pos: -47.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24470 components: - type: Transform pos: -47.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24471 components: - type: Transform pos: -47.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24472 components: - type: Transform pos: -47.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24473 components: - type: Transform pos: -47.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24474 components: - type: Transform pos: -47.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24475 components: - type: Transform pos: -47.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24476 components: - type: Transform pos: -47.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24477 components: - type: Transform pos: -47.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24478 components: - type: Transform @@ -122392,7 +120255,7 @@ entities: pos: -41.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24518 components: - type: Transform @@ -122400,7 +120263,7 @@ entities: pos: -40.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24519 components: - type: Transform @@ -122408,7 +120271,7 @@ entities: pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24520 components: - type: Transform @@ -122416,7 +120279,7 @@ entities: pos: -38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24521 components: - type: Transform @@ -122424,7 +120287,7 @@ entities: pos: -37.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24522 components: - type: Transform @@ -122432,7 +120295,7 @@ entities: pos: -36.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24523 components: - type: Transform @@ -122440,7 +120303,7 @@ entities: pos: -35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24524 components: - type: Transform @@ -122448,14 +120311,14 @@ entities: pos: -34.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24525 components: - type: Transform pos: -32.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24526 components: - type: Transform @@ -122463,7 +120326,7 @@ entities: pos: -32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24527 components: - type: Transform @@ -122471,7 +120334,7 @@ entities: pos: -31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24528 components: - type: Transform @@ -122479,7 +120342,7 @@ entities: pos: -30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24529 components: - type: Transform @@ -122487,7 +120350,7 @@ entities: pos: -29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24530 components: - type: Transform @@ -122495,7 +120358,7 @@ entities: pos: -28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24532 components: - type: Transform @@ -122503,7 +120366,7 @@ entities: pos: -26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24533 components: - type: Transform @@ -122511,7 +120374,7 @@ entities: pos: -25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24534 components: - type: Transform @@ -122519,7 +120382,7 @@ entities: pos: -24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24535 components: - type: Transform @@ -122671,224 +120534,224 @@ entities: pos: -20.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24560 components: - type: Transform pos: 48.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24561 components: - type: Transform pos: 48.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24562 components: - type: Transform pos: 48.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24563 components: - type: Transform pos: 48.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24564 components: - type: Transform pos: 48.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24565 components: - type: Transform pos: 48.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24566 components: - type: Transform pos: 48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24567 components: - type: Transform pos: 48.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24568 components: - type: Transform pos: 48.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24569 components: - type: Transform pos: 48.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24570 components: - type: Transform pos: 48.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24571 components: - type: Transform pos: 48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24572 components: - type: Transform pos: 48.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24573 components: - type: Transform pos: 48.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24574 components: - type: Transform pos: 48.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24575 components: - type: Transform pos: 48.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24576 components: - type: Transform pos: 48.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24577 components: - type: Transform pos: 49.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24578 components: - type: Transform pos: 49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24579 components: - type: Transform pos: 49.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24580 components: - type: Transform pos: 49.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24581 components: - type: Transform pos: 49.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24583 components: - type: Transform pos: 49.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24584 components: - type: Transform pos: 49.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24586 components: - type: Transform pos: 49.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24587 components: - type: Transform pos: 49.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24588 components: - type: Transform pos: 49.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24589 components: - type: Transform pos: 49.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24590 components: - type: Transform pos: 49.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24591 components: - type: Transform pos: 49.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24595 components: - type: Transform pos: -27.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24600 components: - type: Transform @@ -122974,7 +120837,7 @@ entities: pos: 44.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24615 components: - type: Transform @@ -122982,7 +120845,7 @@ entities: pos: 43.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24616 components: - type: Transform @@ -122990,7 +120853,7 @@ entities: pos: 42.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24617 components: - type: Transform @@ -122998,7 +120861,7 @@ entities: pos: 41.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24618 components: - type: Transform @@ -123006,7 +120869,7 @@ entities: pos: 40.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24619 components: - type: Transform @@ -123014,7 +120877,7 @@ entities: pos: 8.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24624 components: - type: Transform @@ -123147,7 +121010,7 @@ entities: pos: 37.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24661 components: - type: Transform @@ -123155,7 +121018,7 @@ entities: pos: 36.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24664 components: - type: Transform @@ -123163,7 +121026,7 @@ entities: pos: 33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24665 components: - type: Transform @@ -123171,7 +121034,7 @@ entities: pos: 32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24666 components: - type: Transform @@ -123179,7 +121042,7 @@ entities: pos: 31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24667 components: - type: Transform @@ -123187,7 +121050,7 @@ entities: pos: 30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24668 components: - type: Transform @@ -123195,7 +121058,7 @@ entities: pos: 29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24669 components: - type: Transform @@ -123203,7 +121066,7 @@ entities: pos: 28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24670 components: - type: Transform @@ -123211,7 +121074,7 @@ entities: pos: 27.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24671 components: - type: Transform @@ -123219,7 +121082,7 @@ entities: pos: 26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24672 components: - type: Transform @@ -123227,7 +121090,7 @@ entities: pos: 25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24673 components: - type: Transform @@ -123235,7 +121098,7 @@ entities: pos: 24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24674 components: - type: Transform @@ -123243,7 +121106,7 @@ entities: pos: 23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24675 components: - type: Transform @@ -123251,7 +121114,7 @@ entities: pos: 22.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24676 components: - type: Transform @@ -123259,7 +121122,7 @@ entities: pos: 21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24677 components: - type: Transform @@ -123267,7 +121130,7 @@ entities: pos: 20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24678 components: - type: Transform @@ -123275,7 +121138,7 @@ entities: pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24681 components: - type: Transform @@ -123283,7 +121146,7 @@ entities: pos: 16.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24682 components: - type: Transform @@ -123291,7 +121154,7 @@ entities: pos: 15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24683 components: - type: Transform @@ -123299,7 +121162,7 @@ entities: pos: 14.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24684 components: - type: Transform @@ -123307,7 +121170,7 @@ entities: pos: -37.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24685 components: - type: Transform @@ -123315,7 +121178,7 @@ entities: pos: 12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24686 components: - type: Transform @@ -123323,7 +121186,7 @@ entities: pos: 11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24687 components: - type: Transform @@ -123379,7 +121242,7 @@ entities: pos: -38.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24694 components: - type: Transform @@ -123491,7 +121354,7 @@ entities: pos: 10.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24711 components: - type: Transform @@ -123499,7 +121362,7 @@ entities: pos: 9.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24713 components: - type: Transform @@ -123507,7 +121370,7 @@ entities: pos: 7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24714 components: - type: Transform @@ -123515,7 +121378,7 @@ entities: pos: 6.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24715 components: - type: Transform @@ -123523,7 +121386,7 @@ entities: pos: 5.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24716 components: - type: Transform @@ -123531,7 +121394,7 @@ entities: pos: 4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24717 components: - type: Transform @@ -123539,7 +121402,7 @@ entities: pos: 3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24718 components: - type: Transform @@ -123547,7 +121410,7 @@ entities: pos: 2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24719 components: - type: Transform @@ -123555,7 +121418,7 @@ entities: pos: 1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24721 components: - type: Transform @@ -123563,7 +121426,7 @@ entities: pos: -0.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24722 components: - type: Transform @@ -123571,7 +121434,7 @@ entities: pos: -1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24723 components: - type: Transform @@ -123579,7 +121442,7 @@ entities: pos: -2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24724 components: - type: Transform @@ -123587,7 +121450,7 @@ entities: pos: -3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24726 components: - type: Transform @@ -123595,7 +121458,7 @@ entities: pos: -5.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24727 components: - type: Transform @@ -123603,7 +121466,7 @@ entities: pos: -6.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24729 components: - type: Transform @@ -123611,7 +121474,7 @@ entities: pos: -8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24730 components: - type: Transform @@ -123619,7 +121482,7 @@ entities: pos: -9.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24732 components: - type: Transform @@ -123763,7 +121626,7 @@ entities: pos: -10.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24753 components: - type: Transform @@ -123771,7 +121634,7 @@ entities: pos: -11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24755 components: - type: Transform @@ -123779,7 +121642,7 @@ entities: pos: -13.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24756 components: - type: Transform @@ -123787,7 +121650,7 @@ entities: pos: -14.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24757 components: - type: Transform @@ -123795,7 +121658,7 @@ entities: pos: -15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24758 components: - type: Transform @@ -123803,7 +121666,7 @@ entities: pos: -16.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24759 components: - type: Transform @@ -123811,7 +121674,7 @@ entities: pos: -17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24760 components: - type: Transform @@ -123819,7 +121682,7 @@ entities: pos: -18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24761 components: - type: Transform @@ -123827,7 +121690,7 @@ entities: pos: -19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24762 components: - type: Transform @@ -123835,7 +121698,7 @@ entities: pos: -20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24764 components: - type: Transform @@ -123843,7 +121706,7 @@ entities: pos: -22.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24765 components: - type: Transform @@ -123851,7 +121714,7 @@ entities: pos: -23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24766 components: - type: Transform @@ -123859,7 +121722,7 @@ entities: pos: 0.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24767 components: - type: Transform @@ -123867,7 +121730,7 @@ entities: pos: 0.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24768 components: - type: Transform @@ -123875,7 +121738,7 @@ entities: pos: 0.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24769 components: - type: Transform @@ -123883,7 +121746,7 @@ entities: pos: 0.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24770 components: - type: Transform @@ -123891,7 +121754,7 @@ entities: pos: 0.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24771 components: - type: Transform @@ -123899,7 +121762,7 @@ entities: pos: 0.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24772 components: - type: Transform @@ -123907,7 +121770,7 @@ entities: pos: 0.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24773 components: - type: Transform @@ -123915,7 +121778,7 @@ entities: pos: 0.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24776 components: - type: Transform @@ -123923,7 +121786,7 @@ entities: pos: 0.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24777 components: - type: Transform @@ -123931,7 +121794,7 @@ entities: pos: 0.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24780 components: - type: Transform @@ -123939,7 +121802,7 @@ entities: pos: 0.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24781 components: - type: Transform @@ -123947,7 +121810,7 @@ entities: pos: 0.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24782 components: - type: Transform @@ -123955,7 +121818,7 @@ entities: pos: 0.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24784 components: - type: Transform @@ -123963,7 +121826,7 @@ entities: pos: 0.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24785 components: - type: Transform @@ -123971,7 +121834,7 @@ entities: pos: 0.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24786 components: - type: Transform @@ -123979,7 +121842,7 @@ entities: pos: 0.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24787 components: - type: Transform @@ -123987,7 +121850,7 @@ entities: pos: 0.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24788 components: - type: Transform @@ -123995,7 +121858,7 @@ entities: pos: 0.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24789 components: - type: Transform @@ -124003,7 +121866,7 @@ entities: pos: 0.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24795 components: - type: Transform @@ -124011,7 +121874,7 @@ entities: pos: 0.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24796 components: - type: Transform @@ -124019,7 +121882,7 @@ entities: pos: 0.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24797 components: - type: Transform @@ -124027,7 +121890,7 @@ entities: pos: 0.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24798 components: - type: Transform @@ -124035,7 +121898,7 @@ entities: pos: 0.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24799 components: - type: Transform @@ -124043,7 +121906,7 @@ entities: pos: 0.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24800 components: - type: Transform @@ -124051,7 +121914,7 @@ entities: pos: 0.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24803 components: - type: Transform @@ -124195,7 +122058,7 @@ entities: pos: 31.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24828 components: - type: Transform @@ -124451,7 +122314,7 @@ entities: pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24863 components: - type: Transform @@ -124459,7 +122322,7 @@ entities: pos: 0.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24864 components: - type: Transform @@ -124467,7 +122330,7 @@ entities: pos: 0.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24865 components: - type: Transform @@ -124475,7 +122338,7 @@ entities: pos: 0.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24866 components: - type: Transform @@ -124483,7 +122346,7 @@ entities: pos: 0.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24867 components: - type: Transform @@ -124491,7 +122354,7 @@ entities: pos: 0.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24868 components: - type: Transform @@ -124499,7 +122362,7 @@ entities: pos: 0.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24870 components: - type: Transform @@ -124507,7 +122370,7 @@ entities: pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24872 components: - type: Transform @@ -124515,7 +122378,7 @@ entities: pos: 0.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24873 components: - type: Transform @@ -124523,7 +122386,7 @@ entities: pos: 0.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24874 components: - type: Transform @@ -124531,7 +122394,7 @@ entities: pos: 0.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24875 components: - type: Transform @@ -124539,7 +122402,7 @@ entities: pos: 0.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24876 components: - type: Transform @@ -124547,7 +122410,7 @@ entities: pos: 0.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24877 components: - type: Transform @@ -124555,7 +122418,7 @@ entities: pos: 0.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24878 components: - type: Transform @@ -124563,7 +122426,7 @@ entities: pos: 0.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24879 components: - type: Transform @@ -124571,7 +122434,7 @@ entities: pos: 0.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24880 components: - type: Transform @@ -124579,7 +122442,7 @@ entities: pos: 0.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24881 components: - type: Transform @@ -124587,7 +122450,7 @@ entities: pos: 0.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24882 components: - type: Transform @@ -124595,7 +122458,7 @@ entities: pos: 0.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24883 components: - type: Transform @@ -124603,7 +122466,7 @@ entities: pos: 0.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24884 components: - type: Transform @@ -124611,7 +122474,7 @@ entities: pos: 0.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24885 components: - type: Transform @@ -124619,7 +122482,7 @@ entities: pos: 0.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24886 components: - type: Transform @@ -124627,7 +122490,7 @@ entities: pos: -0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24888 components: - type: Transform @@ -124635,7 +122498,7 @@ entities: pos: -2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24889 components: - type: Transform @@ -124643,7 +122506,7 @@ entities: pos: -3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24890 components: - type: Transform @@ -124651,7 +122514,7 @@ entities: pos: -4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24891 components: - type: Transform @@ -124659,7 +122522,7 @@ entities: pos: -5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24892 components: - type: Transform @@ -124667,7 +122530,7 @@ entities: pos: -6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24893 components: - type: Transform @@ -124675,7 +122538,7 @@ entities: pos: -7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24894 components: - type: Transform @@ -124683,7 +122546,7 @@ entities: pos: -8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24895 components: - type: Transform @@ -124691,7 +122554,7 @@ entities: pos: -9.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24896 components: - type: Transform @@ -124699,7 +122562,7 @@ entities: pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24897 components: - type: Transform @@ -124915,7 +122778,7 @@ entities: pos: -12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24929 components: - type: Transform @@ -124923,7 +122786,7 @@ entities: pos: -13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24930 components: - type: Transform @@ -124931,7 +122794,7 @@ entities: pos: -14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24932 components: - type: Transform @@ -124939,7 +122802,7 @@ entities: pos: -16.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24933 components: - type: Transform @@ -124947,7 +122810,7 @@ entities: pos: -17.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24935 components: - type: Transform @@ -124955,7 +122818,7 @@ entities: pos: -19.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24938 components: - type: Transform @@ -124963,7 +122826,7 @@ entities: pos: -22.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24939 components: - type: Transform @@ -124971,7 +122834,7 @@ entities: pos: -23.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24940 components: - type: Transform @@ -124979,7 +122842,7 @@ entities: pos: -24.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24941 components: - type: Transform @@ -124987,7 +122850,7 @@ entities: pos: -25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24942 components: - type: Transform @@ -124995,7 +122858,7 @@ entities: pos: -26.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24944 components: - type: Transform @@ -125003,7 +122866,7 @@ entities: pos: -28.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24945 components: - type: Transform @@ -125011,7 +122874,7 @@ entities: pos: -11.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24946 components: - type: Transform @@ -125019,7 +122882,7 @@ entities: pos: -11.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24947 components: - type: Transform @@ -125027,7 +122890,7 @@ entities: pos: -11.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24949 components: - type: Transform @@ -125035,7 +122898,7 @@ entities: pos: -11.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24950 components: - type: Transform @@ -125043,7 +122906,7 @@ entities: pos: -11.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24951 components: - type: Transform @@ -125091,7 +122954,7 @@ entities: pos: -11.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24958 components: - type: Transform @@ -125099,7 +122962,7 @@ entities: pos: -11.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24959 components: - type: Transform @@ -125107,7 +122970,7 @@ entities: pos: -11.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24960 components: - type: Transform @@ -125115,7 +122978,7 @@ entities: pos: -11.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24961 components: - type: Transform @@ -125123,7 +122986,7 @@ entities: pos: -11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24962 components: - type: Transform @@ -125131,7 +122994,7 @@ entities: pos: -11.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24963 components: - type: Transform @@ -125139,7 +123002,7 @@ entities: pos: -11.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24964 components: - type: Transform @@ -125147,7 +123010,7 @@ entities: pos: -11.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24965 components: - type: Transform @@ -125155,7 +123018,7 @@ entities: pos: -11.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24966 components: - type: Transform @@ -125163,7 +123026,7 @@ entities: pos: -11.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24967 components: - type: Transform @@ -125387,7 +123250,7 @@ entities: pos: -12.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24998 components: - type: Transform @@ -125395,7 +123258,7 @@ entities: pos: -13.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24999 components: - type: Transform @@ -125403,7 +123266,7 @@ entities: pos: -14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25000 components: - type: Transform @@ -125411,7 +123274,7 @@ entities: pos: -15.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25001 components: - type: Transform @@ -125419,7 +123282,7 @@ entities: pos: -16.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25002 components: - type: Transform @@ -125427,7 +123290,7 @@ entities: pos: -17.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25003 components: - type: Transform @@ -125435,7 +123298,7 @@ entities: pos: -18.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25004 components: - type: Transform @@ -125443,7 +123306,7 @@ entities: pos: -19.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25005 components: - type: Transform @@ -125451,7 +123314,7 @@ entities: pos: -20.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25007 components: - type: Transform @@ -125459,7 +123322,7 @@ entities: pos: -22.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25008 components: - type: Transform @@ -125467,7 +123330,7 @@ entities: pos: -23.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25009 components: - type: Transform @@ -125475,7 +123338,7 @@ entities: pos: -24.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25010 components: - type: Transform @@ -125483,7 +123346,7 @@ entities: pos: -25.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25011 components: - type: Transform @@ -125491,7 +123354,7 @@ entities: pos: -26.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25012 components: - type: Transform @@ -125499,7 +123362,7 @@ entities: pos: -27.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25013 components: - type: Transform @@ -125507,7 +123370,7 @@ entities: pos: -28.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25014 components: - type: Transform @@ -125515,7 +123378,7 @@ entities: pos: -9.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25015 components: - type: Transform @@ -125523,7 +123386,7 @@ entities: pos: -8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25016 components: - type: Transform @@ -125531,7 +123394,7 @@ entities: pos: -7.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25017 components: - type: Transform @@ -125539,7 +123402,7 @@ entities: pos: -6.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25018 components: - type: Transform @@ -125547,7 +123410,7 @@ entities: pos: -5.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25019 components: - type: Transform @@ -125555,7 +123418,7 @@ entities: pos: -4.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25020 components: - type: Transform @@ -125611,7 +123474,7 @@ entities: pos: 1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25029 components: - type: Transform @@ -125619,7 +123482,7 @@ entities: pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25030 components: - type: Transform @@ -125627,7 +123490,7 @@ entities: pos: 3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25031 components: - type: Transform @@ -125635,7 +123498,7 @@ entities: pos: 4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25032 components: - type: Transform @@ -125643,7 +123506,7 @@ entities: pos: 5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25033 components: - type: Transform @@ -125651,7 +123514,7 @@ entities: pos: 6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25034 components: - type: Transform @@ -125659,7 +123522,7 @@ entities: pos: 7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25035 components: - type: Transform @@ -125722,85 +123585,77 @@ entities: pos: 8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25048 components: - type: Transform pos: 8.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25049 components: - type: Transform pos: 8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25050 components: - type: Transform pos: 8.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25051 components: - type: Transform pos: 8.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25052 components: - type: Transform pos: 8.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25055 components: - type: Transform pos: 8.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25057 components: - type: Transform pos: 8.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25059 components: - type: Transform pos: 8.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25060 components: - type: Transform pos: 8.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25061 components: - type: Transform pos: 8.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25062 components: - type: Transform @@ -125841,14 +123696,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 25068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 25069 components: - type: Transform @@ -125878,7 +123725,7 @@ entities: pos: -39.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25074 components: - type: Transform @@ -125942,7 +123789,7 @@ entities: pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25083 components: - type: Transform @@ -125950,7 +123797,7 @@ entities: pos: 8.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25084 components: - type: Transform @@ -125958,7 +123805,7 @@ entities: pos: 8.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25085 components: - type: Transform @@ -125966,7 +123813,7 @@ entities: pos: 8.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25086 components: - type: Transform @@ -125974,7 +123821,7 @@ entities: pos: 8.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25087 components: - type: Transform @@ -125982,7 +123829,7 @@ entities: pos: 8.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25089 components: - type: Transform @@ -125990,7 +123837,7 @@ entities: pos: 8.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25090 components: - type: Transform @@ -125998,7 +123845,7 @@ entities: pos: 8.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25091 components: - type: Transform @@ -126006,7 +123853,7 @@ entities: pos: 8.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25092 components: - type: Transform @@ -126014,7 +123861,7 @@ entities: pos: 8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25093 components: - type: Transform @@ -126230,7 +124077,7 @@ entities: pos: 9.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25125 components: - type: Transform @@ -126238,7 +124085,7 @@ entities: pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25126 components: - type: Transform @@ -126246,7 +124093,7 @@ entities: pos: 11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25127 components: - type: Transform @@ -126254,7 +124101,7 @@ entities: pos: 12.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25128 components: - type: Transform @@ -126262,7 +124109,7 @@ entities: pos: 13.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25129 components: - type: Transform @@ -126270,7 +124117,7 @@ entities: pos: 14.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25130 components: - type: Transform @@ -126278,7 +124125,7 @@ entities: pos: 15.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25131 components: - type: Transform @@ -126286,7 +124133,7 @@ entities: pos: 16.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25132 components: - type: Transform @@ -126294,7 +124141,7 @@ entities: pos: 17.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25134 components: - type: Transform @@ -126302,7 +124149,7 @@ entities: pos: 19.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25135 components: - type: Transform @@ -126310,7 +124157,7 @@ entities: pos: 20.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25137 components: - type: Transform @@ -126318,7 +124165,7 @@ entities: pos: 22.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25138 components: - type: Transform @@ -126326,7 +124173,7 @@ entities: pos: 23.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25139 components: - type: Transform @@ -126334,7 +124181,7 @@ entities: pos: 24.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25141 components: - type: Transform @@ -126342,7 +124189,7 @@ entities: pos: 26.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25142 components: - type: Transform @@ -126350,7 +124197,7 @@ entities: pos: 27.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25143 components: - type: Transform @@ -126358,77 +124205,77 @@ entities: pos: 28.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25147 components: - type: Transform pos: 30.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25148 components: - type: Transform pos: 30.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25149 components: - type: Transform pos: 30.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25150 components: - type: Transform pos: 30.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25151 components: - type: Transform pos: 30.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25152 components: - type: Transform pos: 30.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25153 components: - type: Transform pos: 30.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25154 components: - type: Transform pos: 30.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25156 components: - type: Transform pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25157 components: - type: Transform pos: 30.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25159 components: - type: Transform @@ -126499,7 +124346,7 @@ entities: pos: 9.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25176 components: - type: Transform @@ -126507,7 +124354,7 @@ entities: pos: 10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25177 components: - type: Transform @@ -126515,7 +124362,7 @@ entities: pos: 11.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25178 components: - type: Transform @@ -126523,7 +124370,7 @@ entities: pos: 12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25179 components: - type: Transform @@ -126531,7 +124378,7 @@ entities: pos: 13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25180 components: - type: Transform @@ -126539,7 +124386,7 @@ entities: pos: 14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25181 components: - type: Transform @@ -126644,6 +124491,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 25335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25350 components: - type: Transform @@ -126651,7 +124506,7 @@ entities: pos: 45.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25352 components: - type: Transform @@ -126666,7 +124521,7 @@ entities: pos: 49.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25355 components: - type: Transform @@ -126674,7 +124529,7 @@ entities: pos: 50.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25356 components: - type: Transform @@ -126682,7 +124537,7 @@ entities: pos: 51.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25357 components: - type: Transform @@ -126690,7 +124545,7 @@ entities: pos: 52.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25358 components: - type: Transform @@ -126706,7 +124561,7 @@ entities: pos: 27.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25362 components: - type: Transform @@ -126714,7 +124569,7 @@ entities: pos: 27.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25364 components: - type: Transform @@ -126722,7 +124577,7 @@ entities: pos: 27.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25365 components: - type: Transform @@ -126730,7 +124585,7 @@ entities: pos: 27.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25367 components: - type: Transform @@ -126738,7 +124593,7 @@ entities: pos: 27.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25368 components: - type: Transform @@ -126802,7 +124657,7 @@ entities: pos: 28.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25380 components: - type: Transform @@ -126810,7 +124665,7 @@ entities: pos: 29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25381 components: - type: Transform @@ -126818,7 +124673,7 @@ entities: pos: 30.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25382 components: - type: Transform @@ -126826,7 +124681,7 @@ entities: pos: 31.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25383 components: - type: Transform @@ -126834,7 +124689,7 @@ entities: pos: 32.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25384 components: - type: Transform @@ -126842,7 +124697,7 @@ entities: pos: 33.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25386 components: - type: Transform @@ -126850,7 +124705,7 @@ entities: pos: 35.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25388 components: - type: Transform @@ -126858,7 +124713,7 @@ entities: pos: 37.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25389 components: - type: Transform @@ -126938,7 +124793,7 @@ entities: pos: 38.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25402 components: - type: Transform @@ -126946,7 +124801,7 @@ entities: pos: 38.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25403 components: - type: Transform @@ -126954,7 +124809,7 @@ entities: pos: 38.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25405 components: - type: Transform @@ -126962,7 +124817,7 @@ entities: pos: 38.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25406 components: - type: Transform @@ -126970,7 +124825,7 @@ entities: pos: 38.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25407 components: - type: Transform @@ -126978,7 +124833,7 @@ entities: pos: 38.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25408 components: - type: Transform @@ -126986,7 +124841,7 @@ entities: pos: 38.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25410 components: - type: Transform @@ -126994,7 +124849,7 @@ entities: pos: 38.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25412 components: - type: Transform @@ -127002,7 +124857,7 @@ entities: pos: 38.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25413 components: - type: Transform @@ -127010,7 +124865,7 @@ entities: pos: 38.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25415 components: - type: Transform @@ -127018,7 +124873,7 @@ entities: pos: 38.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25416 components: - type: Transform @@ -127026,7 +124881,7 @@ entities: pos: 38.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25417 components: - type: Transform @@ -127034,7 +124889,7 @@ entities: pos: 38.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25419 components: - type: Transform @@ -127138,7 +124993,7 @@ entities: pos: 39.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25444 components: - type: Transform @@ -127146,7 +125001,7 @@ entities: pos: 40.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25445 components: - type: Transform @@ -127154,7 +125009,7 @@ entities: pos: 41.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25446 components: - type: Transform @@ -127162,7 +125017,7 @@ entities: pos: 42.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25447 components: - type: Transform @@ -127170,7 +125025,7 @@ entities: pos: 43.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25448 components: - type: Transform @@ -127202,7 +125057,7 @@ entities: pos: 39.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25454 components: - type: Transform @@ -127210,7 +125065,7 @@ entities: pos: 40.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25455 components: - type: Transform @@ -127218,7 +125073,7 @@ entities: pos: 41.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25456 components: - type: Transform @@ -127226,7 +125081,7 @@ entities: pos: 42.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25457 components: - type: Transform @@ -127258,7 +125113,7 @@ entities: pos: 39.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25463 components: - type: Transform @@ -127266,7 +125121,7 @@ entities: pos: 40.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25464 components: - type: Transform @@ -127274,7 +125129,7 @@ entities: pos: 41.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25465 components: - type: Transform @@ -127282,7 +125137,7 @@ entities: pos: 42.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25469 components: - type: Transform @@ -127290,7 +125145,7 @@ entities: pos: 39.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25470 components: - type: Transform @@ -127298,7 +125153,7 @@ entities: pos: 40.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25471 components: - type: Transform @@ -127306,7 +125161,7 @@ entities: pos: 41.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25472 components: - type: Transform @@ -127337,21 +125192,21 @@ entities: pos: 34.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25478 components: - type: Transform pos: 34.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25479 components: - type: Transform pos: 34.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25480 components: - type: Transform @@ -127380,7 +125235,7 @@ entities: pos: 35.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25488 components: - type: Transform @@ -127388,7 +125243,7 @@ entities: pos: 36.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25489 components: - type: Transform @@ -127396,7 +125251,7 @@ entities: pos: 37.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25490 components: - type: Transform @@ -127404,7 +125259,7 @@ entities: pos: 38.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25491 components: - type: Transform @@ -127412,7 +125267,7 @@ entities: pos: 39.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25492 components: - type: Transform @@ -127452,7 +125307,7 @@ entities: pos: 23.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25502 components: - type: Transform @@ -127460,7 +125315,7 @@ entities: pos: 23.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25503 components: - type: Transform @@ -127468,7 +125323,7 @@ entities: pos: 23.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25504 components: - type: Transform @@ -127476,7 +125331,7 @@ entities: pos: 23.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25505 components: - type: Transform @@ -127484,7 +125339,7 @@ entities: pos: 23.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25507 components: - type: Transform @@ -127492,7 +125347,7 @@ entities: pos: 23.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25508 components: - type: Transform @@ -127500,7 +125355,7 @@ entities: pos: 23.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25509 components: - type: Transform @@ -127508,7 +125363,7 @@ entities: pos: 23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25510 components: - type: Transform @@ -127516,7 +125371,7 @@ entities: pos: 23.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25511 components: - type: Transform @@ -127619,7 +125474,7 @@ entities: pos: 23.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25527 components: - type: Transform @@ -127627,7 +125482,7 @@ entities: pos: 22.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25528 components: - type: Transform @@ -127635,7 +125490,7 @@ entities: pos: 21.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25529 components: - type: Transform @@ -127643,7 +125498,7 @@ entities: pos: 20.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25530 components: - type: Transform @@ -127651,7 +125506,7 @@ entities: pos: 19.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25531 components: - type: Transform @@ -127659,7 +125514,7 @@ entities: pos: 18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25532 components: - type: Transform @@ -127667,7 +125522,7 @@ entities: pos: 17.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25533 components: - type: Transform @@ -127675,7 +125530,7 @@ entities: pos: 16.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25534 components: - type: Transform @@ -127683,7 +125538,7 @@ entities: pos: 15.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25535 components: - type: Transform @@ -127691,7 +125546,7 @@ entities: pos: 14.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25536 components: - type: Transform @@ -127699,7 +125554,7 @@ entities: pos: 13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25538 components: - type: Transform @@ -127707,7 +125562,7 @@ entities: pos: 11.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25539 components: - type: Transform @@ -127715,7 +125570,7 @@ entities: pos: 10.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25540 components: - type: Transform @@ -127723,7 +125578,7 @@ entities: pos: 9.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25541 components: - type: Transform @@ -127731,7 +125586,7 @@ entities: pos: 8.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25542 components: - type: Transform @@ -127739,7 +125594,7 @@ entities: pos: 7.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25543 components: - type: Transform @@ -127747,7 +125602,7 @@ entities: pos: 6.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25544 components: - type: Transform @@ -127755,7 +125610,7 @@ entities: pos: 5.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25545 components: - type: Transform @@ -127763,7 +125618,7 @@ entities: pos: 4.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25546 components: - type: Transform @@ -127771,7 +125626,7 @@ entities: pos: 3.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25547 components: - type: Transform @@ -127779,7 +125634,7 @@ entities: pos: 2.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25548 components: - type: Transform @@ -127787,7 +125642,7 @@ entities: pos: 1.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25549 components: - type: Transform @@ -127954,7 +125809,7 @@ entities: pos: 31.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25574 components: - type: Transform @@ -127962,7 +125817,7 @@ entities: pos: 24.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25575 components: - type: Transform @@ -127970,7 +125825,7 @@ entities: pos: 25.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25576 components: - type: Transform @@ -127978,7 +125833,7 @@ entities: pos: 26.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25577 components: - type: Transform @@ -127986,7 +125841,7 @@ entities: pos: 27.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25578 components: - type: Transform @@ -127994,7 +125849,7 @@ entities: pos: 28.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25579 components: - type: Transform @@ -128002,7 +125857,7 @@ entities: pos: 29.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25580 components: - type: Transform @@ -128010,7 +125865,7 @@ entities: pos: 30.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25581 components: - type: Transform @@ -128018,7 +125873,7 @@ entities: pos: 31.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25582 components: - type: Transform @@ -128026,7 +125881,7 @@ entities: pos: 32.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25583 components: - type: Transform @@ -128034,7 +125889,7 @@ entities: pos: 33.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25584 components: - type: Transform @@ -128191,84 +126046,84 @@ entities: pos: 34.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25605 components: - type: Transform pos: 34.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25606 components: - type: Transform pos: 34.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25607 components: - type: Transform pos: 34.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25608 components: - type: Transform pos: 34.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25609 components: - type: Transform pos: 34.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25610 components: - type: Transform pos: 34.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25611 components: - type: Transform pos: 34.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25612 components: - type: Transform pos: 34.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25613 components: - type: Transform pos: 34.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25614 components: - type: Transform pos: 31.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25615 components: - type: Transform pos: 31.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25616 components: - type: Transform @@ -128308,7 +126163,7 @@ entities: pos: 32.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25626 components: - type: Transform @@ -128316,7 +126171,7 @@ entities: pos: 33.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25637 components: - type: Transform @@ -128468,7 +126323,7 @@ entities: pos: 39.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25657 components: - type: Transform @@ -128476,7 +126331,7 @@ entities: pos: 40.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25658 components: - type: Transform @@ -128484,7 +126339,7 @@ entities: pos: 41.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25659 components: - type: Transform @@ -128492,7 +126347,7 @@ entities: pos: 42.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25660 components: - type: Transform @@ -128500,7 +126355,7 @@ entities: pos: 43.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25661 components: - type: Transform @@ -128508,7 +126363,7 @@ entities: pos: 44.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25662 components: - type: Transform @@ -128516,7 +126371,7 @@ entities: pos: 45.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25663 components: - type: Transform @@ -128524,7 +126379,7 @@ entities: pos: 46.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25664 components: - type: Transform @@ -128532,7 +126387,7 @@ entities: pos: 47.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25665 components: - type: Transform @@ -128540,7 +126395,7 @@ entities: pos: 48.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25670 components: - type: Transform @@ -128556,7 +126411,7 @@ entities: pos: 56.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25681 components: - type: Transform @@ -128564,7 +126419,7 @@ entities: pos: 58.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25682 components: - type: Transform @@ -128601,14 +126456,14 @@ entities: pos: 55.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25687 components: - type: Transform pos: 55.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25688 components: - type: Transform @@ -128624,7 +126479,7 @@ entities: pos: 54.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25690 components: - type: Transform @@ -128632,7 +126487,7 @@ entities: pos: 53.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25693 components: - type: Transform @@ -128663,7 +126518,7 @@ entities: pos: 25.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25701 components: - type: Transform @@ -128751,7 +126606,7 @@ entities: pos: 35.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25712 components: - type: Transform @@ -128791,7 +126646,7 @@ entities: pos: 16.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25717 components: - type: Transform @@ -128799,7 +126654,7 @@ entities: pos: 15.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25718 components: - type: Transform @@ -128807,7 +126662,7 @@ entities: pos: 14.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25719 components: - type: Transform @@ -128815,7 +126670,7 @@ entities: pos: 13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25720 components: - type: Transform @@ -128823,7 +126678,7 @@ entities: pos: 12.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25721 components: - type: Transform @@ -128831,7 +126686,7 @@ entities: pos: 11.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25722 components: - type: Transform @@ -128839,7 +126694,7 @@ entities: pos: 10.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25724 components: - type: Transform @@ -128847,7 +126702,7 @@ entities: pos: 8.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25725 components: - type: Transform @@ -128855,7 +126710,7 @@ entities: pos: 6.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25726 components: - type: Transform @@ -128863,7 +126718,7 @@ entities: pos: 5.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25728 components: - type: Transform @@ -128871,7 +126726,7 @@ entities: pos: 3.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25729 components: - type: Transform @@ -128879,7 +126734,7 @@ entities: pos: 2.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25730 components: - type: Transform @@ -128887,7 +126742,7 @@ entities: pos: 1.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25733 components: - type: Transform @@ -128895,7 +126750,7 @@ entities: pos: 7.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25738 components: - type: Transform @@ -128903,7 +126758,7 @@ entities: pos: 17.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25739 components: - type: Transform @@ -128911,7 +126766,7 @@ entities: pos: 17.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25740 components: - type: Transform @@ -128919,7 +126774,7 @@ entities: pos: 17.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25743 components: - type: Transform @@ -128927,7 +126782,7 @@ entities: pos: 17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25745 components: - type: Transform @@ -128935,7 +126790,7 @@ entities: pos: 17.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25746 components: - type: Transform @@ -128943,7 +126798,7 @@ entities: pos: 17.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25747 components: - type: Transform @@ -128951,7 +126806,7 @@ entities: pos: 17.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25748 components: - type: Transform @@ -128959,7 +126814,7 @@ entities: pos: 17.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25749 components: - type: Transform @@ -128967,7 +126822,7 @@ entities: pos: 17.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25750 components: - type: Transform @@ -128975,7 +126830,7 @@ entities: pos: 17.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25751 components: - type: Transform @@ -128983,7 +126838,7 @@ entities: pos: 17.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25754 components: - type: Transform @@ -129111,7 +126966,7 @@ entities: pos: 18.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25803 components: - type: Transform @@ -129119,7 +126974,7 @@ entities: pos: 19.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25804 components: - type: Transform @@ -129127,7 +126982,7 @@ entities: pos: 20.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25806 components: - type: Transform @@ -129135,14 +126990,14 @@ entities: pos: 22.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25809 components: - type: Transform pos: -39.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25810 components: - type: Transform @@ -129150,7 +127005,7 @@ entities: pos: 14.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25811 components: - type: Transform @@ -129158,7 +127013,7 @@ entities: pos: 13.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25812 components: - type: Transform @@ -129166,7 +127021,7 @@ entities: pos: 12.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25813 components: - type: Transform @@ -129174,7 +127029,7 @@ entities: pos: 11.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25814 components: - type: Transform @@ -129182,7 +127037,7 @@ entities: pos: 10.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25815 components: - type: Transform @@ -129230,7 +127085,7 @@ entities: pos: 7.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25827 components: - type: Transform @@ -129238,7 +127093,7 @@ entities: pos: 8.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25828 components: - type: Transform @@ -129261,14 +127116,14 @@ entities: pos: 9.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25831 components: - type: Transform pos: 9.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25832 components: - type: Transform @@ -129314,7 +127169,7 @@ entities: pos: 16.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25842 components: - type: Transform @@ -129322,7 +127177,7 @@ entities: pos: 21.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25843 components: - type: Transform @@ -129330,7 +127185,7 @@ entities: pos: 21.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25844 components: - type: Transform @@ -129362,7 +127217,7 @@ entities: pos: 16.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25850 components: - type: Transform @@ -129370,7 +127225,7 @@ entities: pos: 15.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25851 components: - type: Transform @@ -129378,7 +127233,7 @@ entities: pos: 14.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25852 components: - type: Transform @@ -129434,7 +127289,7 @@ entities: pos: -0.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25861 components: - type: Transform @@ -129442,7 +127297,7 @@ entities: pos: -1.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25862 components: - type: Transform @@ -129450,7 +127305,7 @@ entities: pos: -2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25863 components: - type: Transform @@ -129458,7 +127313,7 @@ entities: pos: -3.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25864 components: - type: Transform @@ -129466,7 +127321,7 @@ entities: pos: -4.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25865 components: - type: Transform @@ -129474,7 +127329,7 @@ entities: pos: -5.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25866 components: - type: Transform @@ -129482,7 +127337,7 @@ entities: pos: -6.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25867 components: - type: Transform @@ -129602,7 +127457,7 @@ entities: pos: -2.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25884 components: - type: Transform @@ -129610,7 +127465,7 @@ entities: pos: -1.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25885 components: - type: Transform @@ -129618,7 +127473,7 @@ entities: pos: -0.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25888 components: - type: Transform @@ -129626,7 +127481,7 @@ entities: pos: -16.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25889 components: - type: Transform @@ -129634,7 +127489,7 @@ entities: pos: -16.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25890 components: - type: Transform @@ -129642,7 +127497,7 @@ entities: pos: -16.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25892 components: - type: Transform @@ -129650,7 +127505,7 @@ entities: pos: -16.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25893 components: - type: Transform @@ -129658,7 +127513,7 @@ entities: pos: -16.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25894 components: - type: Transform @@ -129666,7 +127521,7 @@ entities: pos: -16.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25895 components: - type: Transform @@ -129730,7 +127585,7 @@ entities: pos: -14.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25909 components: - type: Transform @@ -129738,7 +127593,7 @@ entities: pos: -15.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25911 components: - type: Transform @@ -129822,77 +127677,77 @@ entities: pos: -13.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25927 components: - type: Transform pos: -13.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25928 components: - type: Transform pos: -13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25929 components: - type: Transform pos: -13.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25930 components: - type: Transform pos: -13.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25931 components: - type: Transform pos: -13.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25933 components: - type: Transform pos: -13.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25934 components: - type: Transform pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25935 components: - type: Transform pos: -13.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25938 components: - type: Transform pos: -13.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25939 components: - type: Transform pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25941 components: - type: Transform @@ -129900,7 +127755,7 @@ entities: pos: -14.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25942 components: - type: Transform @@ -129908,7 +127763,7 @@ entities: pos: -15.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25943 components: - type: Transform @@ -129916,7 +127771,7 @@ entities: pos: -16.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25944 components: - type: Transform @@ -129924,7 +127779,7 @@ entities: pos: -17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25945 components: - type: Transform @@ -129932,7 +127787,7 @@ entities: pos: -18.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25946 components: - type: Transform @@ -129940,7 +127795,7 @@ entities: pos: -19.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25947 components: - type: Transform @@ -129948,7 +127803,7 @@ entities: pos: -20.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25948 components: - type: Transform @@ -129956,7 +127811,7 @@ entities: pos: -21.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25949 components: - type: Transform @@ -130036,7 +127891,7 @@ entities: pos: -14.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25961 components: - type: Transform @@ -130044,7 +127899,7 @@ entities: pos: -15.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25962 components: - type: Transform @@ -130052,7 +127907,7 @@ entities: pos: -16.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25963 components: - type: Transform @@ -130060,7 +127915,7 @@ entities: pos: -17.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25964 components: - type: Transform @@ -130068,7 +127923,7 @@ entities: pos: -18.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25965 components: - type: Transform @@ -130076,7 +127931,7 @@ entities: pos: -19.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25966 components: - type: Transform @@ -130084,7 +127939,7 @@ entities: pos: -20.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25967 components: - type: Transform @@ -130092,7 +127947,7 @@ entities: pos: -21.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25968 components: - type: Transform @@ -130100,7 +127955,7 @@ entities: pos: -22.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25970 components: - type: Transform @@ -130108,7 +127963,7 @@ entities: pos: -24.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25971 components: - type: Transform @@ -130116,7 +127971,7 @@ entities: pos: -25.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25972 components: - type: Transform @@ -130124,7 +127979,7 @@ entities: pos: -26.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25974 components: - type: Transform @@ -130132,7 +127987,7 @@ entities: pos: -28.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25975 components: - type: Transform @@ -130140,7 +127995,7 @@ entities: pos: -29.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25976 components: - type: Transform @@ -130148,7 +128003,7 @@ entities: pos: -30.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25977 components: - type: Transform @@ -130156,42 +128011,42 @@ entities: pos: -31.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25978 components: - type: Transform pos: -32.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25979 components: - type: Transform pos: -32.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25980 components: - type: Transform pos: -32.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25981 components: - type: Transform pos: -32.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25982 components: - type: Transform pos: -32.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25983 components: - type: Transform @@ -130385,7 +128240,7 @@ entities: pos: -27.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26018 components: - type: Transform @@ -130393,7 +128248,7 @@ entities: pos: -27.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26019 components: - type: Transform @@ -130425,7 +128280,7 @@ entities: pos: -14.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26023 components: - type: Transform @@ -130465,7 +128320,7 @@ entities: pos: -16.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26028 components: - type: Transform @@ -130473,7 +128328,7 @@ entities: pos: -15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26031 components: - type: Transform @@ -130481,7 +128336,7 @@ entities: pos: -17.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26033 components: - type: Transform @@ -130489,7 +128344,7 @@ entities: pos: -19.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26034 components: - type: Transform @@ -130497,7 +128352,7 @@ entities: pos: -20.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26037 components: - type: Transform @@ -130505,7 +128360,7 @@ entities: pos: -23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26038 components: - type: Transform @@ -130513,7 +128368,7 @@ entities: pos: -24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26040 components: - type: Transform @@ -130529,7 +128384,7 @@ entities: pos: -27.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26042 components: - type: Transform @@ -130537,7 +128392,7 @@ entities: pos: -28.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26043 components: - type: Transform @@ -130553,7 +128408,7 @@ entities: pos: -18.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26045 components: - type: Transform @@ -130561,7 +128416,7 @@ entities: pos: -31.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26046 components: - type: Transform @@ -130569,7 +128424,7 @@ entities: pos: -32.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26047 components: - type: Transform @@ -130694,7 +128549,7 @@ entities: pos: -34.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26071 components: - type: Transform @@ -130702,7 +128557,7 @@ entities: pos: -35.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26072 components: - type: Transform @@ -130710,7 +128565,7 @@ entities: pos: -35.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26073 components: - type: Transform @@ -130718,7 +128573,7 @@ entities: pos: -35.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26074 components: - type: Transform @@ -130846,7 +128701,7 @@ entities: pos: -7.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26108 components: - type: Transform @@ -130854,7 +128709,7 @@ entities: pos: -7.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26109 components: - type: Transform @@ -130862,7 +128717,7 @@ entities: pos: -7.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26110 components: - type: Transform @@ -130870,7 +128725,7 @@ entities: pos: -7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26112 components: - type: Transform @@ -130878,7 +128733,7 @@ entities: pos: -7.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26113 components: - type: Transform @@ -130886,7 +128741,7 @@ entities: pos: -7.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26114 components: - type: Transform @@ -130894,7 +128749,7 @@ entities: pos: -7.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26115 components: - type: Transform @@ -130902,7 +128757,7 @@ entities: pos: -7.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26116 components: - type: Transform @@ -130910,7 +128765,7 @@ entities: pos: -7.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26117 components: - type: Transform @@ -130918,7 +128773,7 @@ entities: pos: -7.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26118 components: - type: Transform @@ -130926,7 +128781,7 @@ entities: pos: -7.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26124 components: - type: Transform @@ -130934,7 +128789,7 @@ entities: pos: -8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26125 components: - type: Transform @@ -130942,7 +128797,7 @@ entities: pos: -12.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26126 components: - type: Transform @@ -130950,7 +128805,7 @@ entities: pos: -11.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26127 components: - type: Transform @@ -130982,7 +128837,7 @@ entities: pos: -0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26138 components: - type: Transform @@ -130990,7 +128845,7 @@ entities: pos: -2.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26139 components: - type: Transform @@ -130998,7 +128853,7 @@ entities: pos: -3.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26141 components: - type: Transform @@ -131006,7 +128861,7 @@ entities: pos: -5.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26142 components: - type: Transform @@ -131014,7 +128869,7 @@ entities: pos: -6.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26144 components: - type: Transform @@ -131022,7 +128877,7 @@ entities: pos: -8.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26145 components: - type: Transform @@ -131030,7 +128885,7 @@ entities: pos: -9.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26147 components: - type: Transform @@ -131038,7 +128893,7 @@ entities: pos: -11.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26148 components: - type: Transform @@ -131046,7 +128901,7 @@ entities: pos: -12.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26149 components: - type: Transform @@ -131054,7 +128909,7 @@ entities: pos: -13.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26150 components: - type: Transform @@ -131062,7 +128917,7 @@ entities: pos: -14.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26151 components: - type: Transform @@ -131070,7 +128925,7 @@ entities: pos: -15.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26153 components: - type: Transform @@ -131078,7 +128933,7 @@ entities: pos: -17.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26154 components: - type: Transform @@ -131086,7 +128941,7 @@ entities: pos: -18.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26155 components: - type: Transform @@ -131094,7 +128949,7 @@ entities: pos: -19.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26156 components: - type: Transform @@ -131102,7 +128957,7 @@ entities: pos: -20.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26157 components: - type: Transform @@ -131110,7 +128965,7 @@ entities: pos: -21.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26158 components: - type: Transform @@ -131118,7 +128973,7 @@ entities: pos: -22.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26159 components: - type: Transform @@ -131126,7 +128981,7 @@ entities: pos: -23.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26160 components: - type: Transform @@ -131134,7 +128989,7 @@ entities: pos: -24.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26161 components: - type: Transform @@ -131142,7 +128997,7 @@ entities: pos: -25.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26162 components: - type: Transform @@ -131150,7 +129005,7 @@ entities: pos: -26.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26163 components: - type: Transform @@ -131382,84 +129237,70 @@ entities: pos: -27.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26201 components: - type: Transform pos: -27.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26202 components: - type: Transform pos: -27.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26203 components: - type: Transform pos: -27.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26204 components: - type: Transform pos: -27.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26205 components: - type: Transform pos: -27.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26206 components: - type: Transform pos: -27.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26207 components: - type: Transform pos: -27.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26208 components: - type: Transform pos: -27.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26221 - components: - - type: Transform - pos: -10.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26222 components: - type: Transform pos: -10.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26223 - components: - - type: Transform - pos: -8.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 26224 components: - type: Transform @@ -131480,7 +129321,7 @@ entities: pos: -4.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26227 components: - type: Transform @@ -131501,21 +129342,21 @@ entities: pos: -39.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26230 components: - type: Transform pos: -39.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26231 components: - type: Transform pos: -39.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26233 components: - type: Transform @@ -131523,7 +129364,7 @@ entities: pos: -0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26237 components: - type: Transform @@ -131575,7 +129416,7 @@ entities: pos: 11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26250 components: - type: Transform @@ -131583,7 +129424,7 @@ entities: pos: -54.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26251 components: - type: Transform @@ -131591,7 +129432,7 @@ entities: pos: -53.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26252 components: - type: Transform @@ -131599,7 +129440,7 @@ entities: pos: -52.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26253 components: - type: Transform @@ -131607,7 +129448,7 @@ entities: pos: -51.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26254 components: - type: Transform @@ -131631,7 +129472,7 @@ entities: pos: -56.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26259 components: - type: Transform @@ -131639,7 +129480,7 @@ entities: pos: -57.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26260 components: - type: Transform @@ -131647,7 +129488,7 @@ entities: pos: -58.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26261 components: - type: Transform @@ -131655,7 +129496,7 @@ entities: pos: -59.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26262 components: - type: Transform @@ -131711,7 +129552,7 @@ entities: pos: -54.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26271 components: - type: Transform @@ -131719,7 +129560,7 @@ entities: pos: -53.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26272 components: - type: Transform @@ -131727,7 +129568,7 @@ entities: pos: -52.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26273 components: - type: Transform @@ -131735,7 +129576,7 @@ entities: pos: -51.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26274 components: - type: Transform @@ -131743,7 +129584,7 @@ entities: pos: -50.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26275 components: - type: Transform @@ -131751,7 +129592,7 @@ entities: pos: -49.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26276 components: - type: Transform @@ -131791,7 +129632,7 @@ entities: pos: -54.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26285 components: - type: Transform @@ -131799,7 +129640,7 @@ entities: pos: -53.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26286 components: - type: Transform @@ -131807,7 +129648,7 @@ entities: pos: -52.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26287 components: - type: Transform @@ -131815,7 +129656,7 @@ entities: pos: -51.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26288 components: - type: Transform @@ -131823,7 +129664,7 @@ entities: pos: -50.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26289 components: - type: Transform @@ -131831,7 +129672,7 @@ entities: pos: -49.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26290 components: - type: Transform @@ -131839,7 +129680,7 @@ entities: pos: -48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26291 components: - type: Transform @@ -131887,7 +129728,7 @@ entities: pos: -56.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26297 components: - type: Transform @@ -131895,7 +129736,7 @@ entities: pos: -57.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26298 components: - type: Transform @@ -131903,7 +129744,7 @@ entities: pos: -58.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26299 components: - type: Transform @@ -131911,7 +129752,7 @@ entities: pos: -59.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26300 components: - type: Transform @@ -131919,7 +129760,7 @@ entities: pos: -60.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26301 components: - type: Transform @@ -131975,7 +129816,7 @@ entities: pos: -56.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26311 components: - type: Transform @@ -131983,7 +129824,7 @@ entities: pos: -57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26312 components: - type: Transform @@ -131991,7 +129832,7 @@ entities: pos: -58.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26313 components: - type: Transform @@ -132039,7 +129880,7 @@ entities: pos: -60.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26321 components: - type: Transform @@ -132047,7 +129888,7 @@ entities: pos: -61.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26322 components: - type: Transform @@ -132055,7 +129896,7 @@ entities: pos: -62.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26323 components: - type: Transform @@ -132063,7 +129904,7 @@ entities: pos: -63.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26324 components: - type: Transform @@ -132071,7 +129912,7 @@ entities: pos: -64.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26325 components: - type: Transform @@ -132079,7 +129920,7 @@ entities: pos: -65.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26326 components: - type: Transform @@ -132087,7 +129928,7 @@ entities: pos: -66.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26327 components: - type: Transform @@ -132095,7 +129936,7 @@ entities: pos: -67.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26328 components: - type: Transform @@ -132103,7 +129944,7 @@ entities: pos: -68.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26330 components: - type: Transform @@ -132173,7 +130014,7 @@ entities: pos: -69.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26342 components: - type: Transform @@ -132205,7 +130046,7 @@ entities: pos: -70.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26346 components: - type: Transform @@ -132213,7 +130054,7 @@ entities: pos: -71.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26347 components: - type: Transform @@ -132221,21 +130062,21 @@ entities: pos: -72.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26350 components: - type: Transform pos: -69.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26351 components: - type: Transform pos: -69.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26352 components: - type: Transform @@ -132250,7 +130091,7 @@ entities: pos: -73.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26358 components: - type: Transform @@ -132258,7 +130099,7 @@ entities: pos: -73.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26361 components: - type: Transform @@ -132274,7 +130115,7 @@ entities: pos: -73.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26364 components: - type: Transform @@ -132282,7 +130123,7 @@ entities: pos: -73.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26365 components: - type: Transform @@ -132290,7 +130131,7 @@ entities: pos: -73.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26366 components: - type: Transform @@ -132298,7 +130139,7 @@ entities: pos: -73.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26367 components: - type: Transform @@ -132306,7 +130147,7 @@ entities: pos: -73.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26368 components: - type: Transform @@ -132314,7 +130155,7 @@ entities: pos: -73.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26369 components: - type: Transform @@ -132322,7 +130163,7 @@ entities: pos: -73.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26370 components: - type: Transform @@ -132330,7 +130171,7 @@ entities: pos: -73.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26371 components: - type: Transform @@ -132338,7 +130179,7 @@ entities: pos: -73.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26372 components: - type: Transform @@ -132346,7 +130187,7 @@ entities: pos: -73.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26373 components: - type: Transform @@ -132354,7 +130195,7 @@ entities: pos: -73.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26374 components: - type: Transform @@ -132362,7 +130203,7 @@ entities: pos: -73.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26375 components: - type: Transform @@ -132370,7 +130211,7 @@ entities: pos: -73.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26376 components: - type: Transform @@ -132378,7 +130219,7 @@ entities: pos: -73.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26377 components: - type: Transform @@ -132386,7 +130227,7 @@ entities: pos: -73.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26378 components: - type: Transform @@ -132394,7 +130235,7 @@ entities: pos: -73.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26379 components: - type: Transform @@ -132402,7 +130243,7 @@ entities: pos: -73.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26380 components: - type: Transform @@ -132410,7 +130251,7 @@ entities: pos: -73.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26381 components: - type: Transform @@ -132426,7 +130267,7 @@ entities: pos: -1.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26383 components: - type: Transform @@ -132578,7 +130419,7 @@ entities: pos: -73.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26402 components: - type: Transform @@ -132586,7 +130427,7 @@ entities: pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26403 components: - type: Transform @@ -132594,7 +130435,7 @@ entities: pos: -73.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26404 components: - type: Transform @@ -132602,7 +130443,7 @@ entities: pos: -73.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26405 components: - type: Transform @@ -132610,7 +130451,7 @@ entities: pos: -73.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26406 components: - type: Transform @@ -132618,7 +130459,7 @@ entities: pos: -73.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26407 components: - type: Transform @@ -132626,7 +130467,7 @@ entities: pos: -73.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26408 components: - type: Transform @@ -132706,7 +130547,7 @@ entities: pos: -73.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26424 components: - type: Transform @@ -132714,7 +130555,7 @@ entities: pos: -73.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26425 components: - type: Transform @@ -132722,7 +130563,7 @@ entities: pos: -73.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26426 components: - type: Transform @@ -132730,7 +130571,7 @@ entities: pos: -73.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26427 components: - type: Transform @@ -132738,7 +130579,7 @@ entities: pos: -73.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26428 components: - type: Transform @@ -132746,7 +130587,7 @@ entities: pos: -73.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26429 components: - type: Transform @@ -132754,7 +130595,7 @@ entities: pos: -73.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26432 components: - type: Transform @@ -133058,7 +130899,7 @@ entities: pos: -113.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26473 components: - type: Transform @@ -133066,7 +130907,7 @@ entities: pos: -112.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26474 components: - type: Transform @@ -133074,7 +130915,7 @@ entities: pos: -111.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26475 components: - type: Transform @@ -133082,7 +130923,7 @@ entities: pos: -110.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26476 components: - type: Transform @@ -133090,7 +130931,7 @@ entities: pos: -109.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26477 components: - type: Transform @@ -133098,7 +130939,7 @@ entities: pos: -108.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26478 components: - type: Transform @@ -133106,7 +130947,7 @@ entities: pos: -107.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26479 components: - type: Transform @@ -133114,7 +130955,7 @@ entities: pos: -106.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26480 components: - type: Transform @@ -133122,7 +130963,7 @@ entities: pos: -105.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26481 components: - type: Transform @@ -133130,7 +130971,7 @@ entities: pos: -104.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26482 components: - type: Transform @@ -133138,7 +130979,7 @@ entities: pos: -103.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26483 components: - type: Transform @@ -133146,7 +130987,7 @@ entities: pos: -102.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26484 components: - type: Transform @@ -133154,7 +130995,7 @@ entities: pos: -101.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26485 components: - type: Transform @@ -133162,7 +131003,7 @@ entities: pos: -100.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26486 components: - type: Transform @@ -133170,7 +131011,7 @@ entities: pos: -99.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26487 components: - type: Transform @@ -133178,7 +131019,7 @@ entities: pos: -98.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26488 components: - type: Transform @@ -133186,7 +131027,7 @@ entities: pos: -97.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26489 components: - type: Transform @@ -133194,7 +131035,7 @@ entities: pos: -96.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26490 components: - type: Transform @@ -133202,7 +131043,7 @@ entities: pos: -95.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26492 components: - type: Transform @@ -133210,7 +131051,7 @@ entities: pos: -93.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26493 components: - type: Transform @@ -133218,7 +131059,7 @@ entities: pos: -92.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26494 components: - type: Transform @@ -133226,7 +131067,7 @@ entities: pos: -91.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26495 components: - type: Transform @@ -133234,7 +131075,7 @@ entities: pos: -90.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26496 components: - type: Transform @@ -133242,7 +131083,7 @@ entities: pos: -89.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26497 components: - type: Transform @@ -133250,7 +131091,7 @@ entities: pos: -88.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26498 components: - type: Transform @@ -133258,7 +131099,7 @@ entities: pos: -87.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26499 components: - type: Transform @@ -133266,7 +131107,7 @@ entities: pos: -86.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26500 components: - type: Transform @@ -133274,7 +131115,7 @@ entities: pos: -85.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26501 components: - type: Transform @@ -133282,7 +131123,7 @@ entities: pos: -84.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26502 components: - type: Transform @@ -133290,7 +131131,7 @@ entities: pos: -83.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26503 components: - type: Transform @@ -133298,7 +131139,7 @@ entities: pos: -82.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26504 components: - type: Transform @@ -133306,7 +131147,7 @@ entities: pos: -81.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26505 components: - type: Transform @@ -133314,7 +131155,7 @@ entities: pos: -80.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26506 components: - type: Transform @@ -133322,7 +131163,7 @@ entities: pos: -79.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26508 components: - type: Transform @@ -133330,7 +131171,7 @@ entities: pos: -77.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26509 components: - type: Transform @@ -133338,7 +131179,7 @@ entities: pos: -76.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26510 components: - type: Transform @@ -133346,7 +131187,7 @@ entities: pos: -75.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26511 components: - type: Transform @@ -133354,7 +131195,7 @@ entities: pos: -74.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26513 components: - type: Transform @@ -133368,378 +131209,378 @@ entities: pos: -114.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26515 components: - type: Transform pos: -114.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26516 components: - type: Transform pos: -114.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26517 components: - type: Transform pos: -114.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26519 components: - type: Transform pos: -114.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26520 components: - type: Transform pos: -114.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26521 components: - type: Transform pos: -114.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26522 components: - type: Transform pos: -114.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26523 components: - type: Transform pos: -114.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26524 components: - type: Transform pos: -114.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26525 components: - type: Transform pos: -114.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26526 components: - type: Transform pos: -114.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26527 components: - type: Transform pos: -114.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26528 components: - type: Transform pos: -114.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26529 components: - type: Transform pos: -114.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26530 components: - type: Transform pos: -114.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26531 components: - type: Transform pos: -114.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26532 components: - type: Transform pos: -114.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26533 components: - type: Transform pos: -114.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26534 components: - type: Transform pos: -114.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26535 components: - type: Transform pos: -114.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26536 components: - type: Transform pos: -114.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26537 components: - type: Transform pos: -114.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26538 components: - type: Transform pos: -114.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26539 components: - type: Transform pos: -114.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26540 components: - type: Transform pos: -114.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26541 components: - type: Transform pos: -114.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26543 components: - type: Transform pos: -114.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26544 components: - type: Transform pos: -114.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26545 components: - type: Transform pos: -114.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26546 components: - type: Transform pos: -114.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26547 components: - type: Transform pos: -114.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26548 components: - type: Transform pos: -114.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26549 components: - type: Transform pos: -114.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26550 components: - type: Transform pos: -114.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26551 components: - type: Transform pos: -114.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26552 components: - type: Transform pos: -114.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26553 components: - type: Transform pos: -114.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26554 components: - type: Transform pos: -114.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26555 components: - type: Transform pos: -114.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26556 components: - type: Transform pos: -114.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26557 components: - type: Transform pos: -114.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26558 components: - type: Transform pos: -114.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26559 components: - type: Transform pos: -114.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26560 components: - type: Transform pos: -114.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26561 components: - type: Transform pos: -114.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26562 components: - type: Transform pos: -114.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26563 components: - type: Transform pos: -114.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26564 components: - type: Transform pos: -114.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26565 components: - type: Transform pos: -114.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26566 components: - type: Transform pos: -114.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26567 components: - type: Transform pos: -114.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26568 components: - type: Transform pos: -114.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26570 components: - type: Transform pos: -114.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26571 components: - type: Transform @@ -134142,7 +131983,7 @@ entities: pos: -113.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26637 components: - type: Transform @@ -134150,7 +131991,7 @@ entities: pos: -112.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26638 components: - type: Transform @@ -134158,7 +131999,7 @@ entities: pos: -111.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26639 components: - type: Transform @@ -134166,7 +132007,7 @@ entities: pos: -110.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26640 components: - type: Transform @@ -134174,7 +132015,7 @@ entities: pos: -109.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26641 components: - type: Transform @@ -134182,7 +132023,7 @@ entities: pos: -108.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26642 components: - type: Transform @@ -134190,7 +132031,7 @@ entities: pos: -107.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26643 components: - type: Transform @@ -134198,7 +132039,7 @@ entities: pos: -106.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26644 components: - type: Transform @@ -134206,7 +132047,7 @@ entities: pos: -105.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26645 components: - type: Transform @@ -134214,7 +132055,7 @@ entities: pos: -104.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26646 components: - type: Transform @@ -134222,7 +132063,7 @@ entities: pos: -103.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26648 components: - type: Transform @@ -134230,7 +132071,7 @@ entities: pos: -101.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26649 components: - type: Transform @@ -134238,7 +132079,7 @@ entities: pos: -100.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26650 components: - type: Transform @@ -134246,7 +132087,7 @@ entities: pos: -99.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26651 components: - type: Transform @@ -134254,7 +132095,7 @@ entities: pos: -98.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26652 components: - type: Transform @@ -134262,7 +132103,7 @@ entities: pos: -97.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26653 components: - type: Transform @@ -134270,7 +132111,7 @@ entities: pos: -96.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26655 components: - type: Transform @@ -134398,7 +132239,7 @@ entities: pos: -94.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26673 components: - type: Transform @@ -134406,7 +132247,7 @@ entities: pos: -93.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26674 components: - type: Transform @@ -134414,7 +132255,7 @@ entities: pos: -92.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26675 components: - type: Transform @@ -134422,7 +132263,7 @@ entities: pos: -91.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26676 components: - type: Transform @@ -134430,7 +132271,7 @@ entities: pos: -90.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26677 components: - type: Transform @@ -134438,7 +132279,7 @@ entities: pos: -89.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26678 components: - type: Transform @@ -134446,7 +132287,7 @@ entities: pos: -88.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26679 components: - type: Transform @@ -134454,7 +132295,7 @@ entities: pos: -87.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26680 components: - type: Transform @@ -134462,7 +132303,7 @@ entities: pos: -86.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26682 components: - type: Transform @@ -134549,21 +132390,21 @@ entities: pos: -91.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26704 components: - type: Transform pos: -91.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26705 components: - type: Transform pos: -91.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26706 components: - type: Transform @@ -134628,7 +132469,7 @@ entities: pos: -95.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26731 components: - type: Transform @@ -134636,7 +132477,7 @@ entities: pos: -95.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26732 components: - type: Transform @@ -134644,7 +132485,7 @@ entities: pos: -95.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26733 components: - type: Transform @@ -134652,7 +132493,7 @@ entities: pos: -95.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26734 components: - type: Transform @@ -134660,7 +132501,7 @@ entities: pos: -95.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26735 components: - type: Transform @@ -134668,7 +132509,7 @@ entities: pos: -95.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26736 components: - type: Transform @@ -134699,49 +132540,49 @@ entities: pos: -91.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26743 components: - type: Transform pos: -91.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26744 components: - type: Transform pos: -91.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26745 components: - type: Transform pos: -91.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26746 components: - type: Transform pos: -91.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26747 components: - type: Transform pos: -91.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26748 components: - type: Transform pos: -91.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26749 components: - type: Transform @@ -134790,28 +132631,28 @@ entities: pos: -95.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26772 components: - type: Transform pos: -95.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26773 components: - type: Transform pos: -95.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26774 components: - type: Transform pos: -95.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26775 components: - type: Transform @@ -134854,7 +132695,7 @@ entities: pos: -85.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26784 components: - type: Transform @@ -134862,7 +132703,7 @@ entities: pos: -85.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26785 components: - type: Transform @@ -134870,7 +132711,7 @@ entities: pos: -85.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26786 components: - type: Transform @@ -134878,7 +132719,7 @@ entities: pos: -85.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26787 components: - type: Transform @@ -134886,7 +132727,7 @@ entities: pos: -85.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26788 components: - type: Transform @@ -134894,7 +132735,7 @@ entities: pos: -85.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26789 components: - type: Transform @@ -134902,7 +132743,7 @@ entities: pos: -85.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26791 components: - type: Transform @@ -134910,7 +132751,7 @@ entities: pos: -85.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26792 components: - type: Transform @@ -134918,7 +132759,7 @@ entities: pos: -85.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26793 components: - type: Transform @@ -134926,7 +132767,7 @@ entities: pos: -85.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26794 components: - type: Transform @@ -134934,7 +132775,7 @@ entities: pos: -85.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26795 components: - type: Transform @@ -135022,7 +132863,7 @@ entities: pos: -85.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26810 components: - type: Transform @@ -135030,7 +132871,7 @@ entities: pos: -85.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26811 components: - type: Transform @@ -135038,7 +132879,7 @@ entities: pos: -85.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26812 components: - type: Transform @@ -135046,7 +132887,7 @@ entities: pos: -85.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26813 components: - type: Transform @@ -135054,7 +132895,7 @@ entities: pos: -85.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26815 components: - type: Transform @@ -135062,7 +132903,7 @@ entities: pos: -85.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26816 components: - type: Transform @@ -135070,7 +132911,7 @@ entities: pos: -85.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26817 components: - type: Transform @@ -135078,7 +132919,7 @@ entities: pos: -85.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26818 components: - type: Transform @@ -135086,7 +132927,7 @@ entities: pos: -85.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26819 components: - type: Transform @@ -135195,28 +133036,28 @@ entities: pos: -78.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26840 components: - type: Transform pos: -78.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26841 components: - type: Transform pos: -78.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26842 components: - type: Transform pos: -78.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26858 components: - type: Transform @@ -135224,7 +133065,7 @@ entities: pos: 29.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26861 components: - type: Transform @@ -135240,7 +133081,7 @@ entities: pos: -33.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26899 components: - type: Transform @@ -135248,7 +133089,7 @@ entities: pos: -48.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26900 components: - type: Transform @@ -135256,7 +133097,7 @@ entities: pos: -49.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26901 components: - type: Transform @@ -135264,7 +133105,7 @@ entities: pos: -50.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26902 components: - type: Transform @@ -135272,7 +133113,7 @@ entities: pos: -51.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26903 components: - type: Transform @@ -135280,7 +133121,7 @@ entities: pos: -52.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26904 components: - type: Transform @@ -135288,7 +133129,7 @@ entities: pos: -53.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26905 components: - type: Transform @@ -135296,7 +133137,7 @@ entities: pos: -54.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26906 components: - type: Transform @@ -135304,7 +133145,7 @@ entities: pos: -55.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26907 components: - type: Transform @@ -135312,7 +133153,7 @@ entities: pos: -56.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26908 components: - type: Transform @@ -135320,7 +133161,7 @@ entities: pos: -57.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26909 components: - type: Transform @@ -135328,7 +133169,7 @@ entities: pos: -58.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26910 components: - type: Transform @@ -135336,7 +133177,7 @@ entities: pos: -59.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26911 components: - type: Transform @@ -135439,28 +133280,28 @@ entities: pos: -60.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26927 components: - type: Transform pos: -60.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26928 components: - type: Transform pos: -60.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26929 components: - type: Transform pos: -60.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26930 components: - type: Transform @@ -135497,7 +133338,7 @@ entities: pos: -59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26938 components: - type: Transform @@ -135505,7 +133346,7 @@ entities: pos: -58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26939 components: - type: Transform @@ -135513,7 +133354,7 @@ entities: pos: -57.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26940 components: - type: Transform @@ -135521,7 +133362,7 @@ entities: pos: -56.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26941 components: - type: Transform @@ -135529,7 +133370,7 @@ entities: pos: -55.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26942 components: - type: Transform @@ -135561,7 +133402,7 @@ entities: pos: -44.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26948 components: - type: Transform @@ -135569,7 +133410,7 @@ entities: pos: -45.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26949 components: - type: Transform @@ -135577,7 +133418,7 @@ entities: pos: -46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26950 components: - type: Transform @@ -135585,7 +133426,7 @@ entities: pos: -47.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26951 components: - type: Transform @@ -135593,7 +133434,7 @@ entities: pos: -48.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26952 components: - type: Transform @@ -135601,7 +133442,7 @@ entities: pos: -49.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26953 components: - type: Transform @@ -135609,7 +133450,7 @@ entities: pos: -50.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26954 components: - type: Transform @@ -135617,7 +133458,7 @@ entities: pos: -51.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26955 components: - type: Transform @@ -135625,7 +133466,7 @@ entities: pos: -52.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26956 components: - type: Transform @@ -135633,7 +133474,7 @@ entities: pos: -53.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26957 components: - type: Transform @@ -135641,7 +133482,7 @@ entities: pos: -54.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26959 components: - type: Transform @@ -135649,7 +133490,7 @@ entities: pos: -56.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26960 components: - type: Transform @@ -135657,7 +133498,7 @@ entities: pos: -57.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26961 components: - type: Transform @@ -135665,7 +133506,7 @@ entities: pos: -58.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26962 components: - type: Transform @@ -135808,14 +133649,14 @@ entities: pos: -59.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26983 components: - type: Transform pos: -59.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26988 components: - type: Transform @@ -135868,7 +133709,7 @@ entities: pos: -58.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26996 components: - type: Transform @@ -135876,7 +133717,7 @@ entities: pos: -57.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26997 components: - type: Transform @@ -135884,7 +133725,7 @@ entities: pos: -56.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26999 components: - type: Transform @@ -135892,7 +133733,7 @@ entities: pos: -54.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27000 components: - type: Transform @@ -135900,7 +133741,7 @@ entities: pos: -54.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27001 components: - type: Transform @@ -135908,7 +133749,7 @@ entities: pos: -54.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27002 components: - type: Transform @@ -135948,7 +133789,7 @@ entities: pos: -59.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27013 components: - type: Transform @@ -135956,7 +133797,7 @@ entities: pos: -59.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27014 components: - type: Transform @@ -135964,7 +133805,7 @@ entities: pos: -59.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27016 components: - type: Transform @@ -135972,7 +133813,7 @@ entities: pos: -59.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27018 components: - type: Transform @@ -135980,7 +133821,7 @@ entities: pos: -59.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27020 components: - type: Transform @@ -135988,7 +133829,7 @@ entities: pos: -59.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27021 components: - type: Transform @@ -135996,7 +133837,7 @@ entities: pos: -59.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27022 components: - type: Transform @@ -136004,7 +133845,7 @@ entities: pos: -59.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27023 components: - type: Transform @@ -136012,7 +133853,7 @@ entities: pos: -59.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27024 components: - type: Transform @@ -136020,7 +133861,7 @@ entities: pos: -59.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27025 components: - type: Transform @@ -136108,7 +133949,7 @@ entities: pos: -58.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27039 components: - type: Transform @@ -136116,7 +133957,7 @@ entities: pos: -57.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27040 components: - type: Transform @@ -136124,7 +133965,7 @@ entities: pos: -56.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27041 components: - type: Transform @@ -136132,7 +133973,7 @@ entities: pos: -55.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27042 components: - type: Transform @@ -136140,7 +133981,7 @@ entities: pos: -54.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27043 components: - type: Transform @@ -136187,21 +134028,21 @@ entities: pos: -53.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27051 components: - type: Transform pos: -53.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27052 components: - type: Transform pos: -53.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27054 components: - type: Transform @@ -136230,7 +134071,7 @@ entities: pos: -52.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27060 components: - type: Transform @@ -136238,7 +134079,7 @@ entities: pos: -51.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27061 components: - type: Transform @@ -136246,7 +134087,7 @@ entities: pos: -50.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27062 components: - type: Transform @@ -136254,7 +134095,7 @@ entities: pos: -49.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27063 components: - type: Transform @@ -136262,7 +134103,7 @@ entities: pos: -48.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27064 components: - type: Transform @@ -136270,7 +134111,7 @@ entities: pos: -47.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27066 components: - type: Transform @@ -136278,7 +134119,7 @@ entities: pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27067 components: - type: Transform @@ -136286,7 +134127,7 @@ entities: pos: -44.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27068 components: - type: Transform @@ -136294,7 +134135,7 @@ entities: pos: -43.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27070 components: - type: Transform @@ -136302,7 +134143,7 @@ entities: pos: -41.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27072 components: - type: Transform @@ -136310,7 +134151,7 @@ entities: pos: -39.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27073 components: - type: Transform @@ -136318,7 +134159,7 @@ entities: pos: -38.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27075 components: - type: Transform @@ -136326,7 +134167,7 @@ entities: pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27076 components: - type: Transform @@ -136334,7 +134175,7 @@ entities: pos: -35.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27077 components: - type: Transform @@ -136342,7 +134183,7 @@ entities: pos: -34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27078 components: - type: Transform @@ -136350,7 +134191,7 @@ entities: pos: -33.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27079 components: - type: Transform @@ -136358,7 +134199,7 @@ entities: pos: -32.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27080 components: - type: Transform @@ -136366,7 +134207,7 @@ entities: pos: -31.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27081 components: - type: Transform @@ -136374,7 +134215,7 @@ entities: pos: -30.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27082 components: - type: Transform @@ -136542,7 +134383,7 @@ entities: pos: -29.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27107 components: - type: Transform @@ -136550,7 +134391,7 @@ entities: pos: -28.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27116 components: - type: Transform @@ -136558,7 +134399,7 @@ entities: pos: -57.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27117 components: - type: Transform @@ -136566,7 +134407,7 @@ entities: pos: -58.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27118 components: - type: Transform @@ -136582,7 +134423,7 @@ entities: pos: -46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27120 components: - type: Transform @@ -136599,13 +134440,25 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 27124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,48.5 + parent: 2 + - uid: 27125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,49.5 + parent: 2 - uid: 27126 components: - type: Transform pos: -37.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27127 components: - type: Transform @@ -136627,7 +134480,7 @@ entities: pos: -54.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27132 components: - type: Transform @@ -136650,21 +134503,21 @@ entities: pos: -40.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27139 components: - type: Transform pos: -40.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27140 components: - type: Transform pos: -40.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27141 components: - type: Transform @@ -136685,7 +134538,13 @@ entities: pos: -59.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 27145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-8.5 + parent: 2 - uid: 27150 components: - type: Transform @@ -136707,7 +134566,7 @@ entities: pos: -29.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27159 components: - type: Transform @@ -136715,7 +134574,7 @@ entities: pos: -30.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27160 components: - type: Transform @@ -136723,7 +134582,7 @@ entities: pos: -31.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27161 components: - type: Transform @@ -136787,7 +134646,7 @@ entities: pos: -31.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27173 components: - type: Transform @@ -136795,7 +134654,7 @@ entities: pos: -30.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27174 components: - type: Transform @@ -136803,7 +134662,7 @@ entities: pos: -29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27177 components: - type: Transform @@ -136811,7 +134670,7 @@ entities: pos: -32.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27178 components: - type: Transform @@ -136819,7 +134678,7 @@ entities: pos: -33.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27182 components: - type: Transform @@ -136867,7 +134726,7 @@ entities: pos: -35.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27188 components: - type: Transform @@ -136875,7 +134734,7 @@ entities: pos: -36.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27189 components: - type: Transform @@ -136883,21 +134742,21 @@ entities: pos: -37.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27202 components: - type: Transform pos: -27.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27204 components: - type: Transform pos: -27.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27205 components: - type: Transform @@ -136932,21 +134791,21 @@ entities: pos: -27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27210 components: - type: Transform pos: -27.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27211 components: - type: Transform pos: -27.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27212 components: - type: Transform @@ -136967,21 +134826,21 @@ entities: pos: -21.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27215 components: - type: Transform pos: -21.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27216 components: - type: Transform pos: -21.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27217 components: - type: Transform @@ -137002,21 +134861,21 @@ entities: pos: -21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27220 components: - type: Transform pos: -21.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27221 components: - type: Transform pos: -21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27222 components: - type: Transform @@ -137051,21 +134910,21 @@ entities: pos: -15.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27227 components: - type: Transform pos: -15.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27228 components: - type: Transform pos: -15.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27229 components: - type: Transform @@ -137100,21 +134959,21 @@ entities: pos: -15.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27234 components: - type: Transform pos: -15.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27235 components: - type: Transform pos: -15.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27236 components: - type: Transform @@ -137192,7 +135051,7 @@ entities: pos: -12.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27269 components: - type: Transform @@ -137200,7 +135059,7 @@ entities: pos: -13.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27270 components: - type: Transform @@ -137208,7 +135067,7 @@ entities: pos: -14.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27273 components: - type: Transform @@ -137216,7 +135075,7 @@ entities: pos: -17.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27274 components: - type: Transform @@ -137224,7 +135083,7 @@ entities: pos: -18.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27275 components: - type: Transform @@ -137232,7 +135091,7 @@ entities: pos: -19.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27276 components: - type: Transform @@ -137240,7 +135099,7 @@ entities: pos: -20.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27277 components: - type: Transform @@ -137248,21 +135107,21 @@ entities: pos: -21.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27279 components: - type: Transform pos: -22.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27280 components: - type: Transform pos: -22.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27281 components: - type: Transform @@ -137276,42 +135135,42 @@ entities: pos: -16.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27283 components: - type: Transform pos: -16.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27284 components: - type: Transform pos: -16.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27285 components: - type: Transform pos: -16.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27286 components: - type: Transform pos: -16.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27287 components: - type: Transform pos: -16.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27288 components: - type: Transform @@ -137354,7 +135213,7 @@ entities: pos: -11.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27309 components: - type: Transform @@ -137362,7 +135221,7 @@ entities: pos: -11.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27310 components: - type: Transform @@ -137378,7 +135237,7 @@ entities: pos: 8.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27314 components: - type: Transform @@ -137386,7 +135245,7 @@ entities: pos: 8.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27315 components: - type: Transform @@ -137409,14 +135268,14 @@ entities: pos: 8.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27318 components: - type: Transform pos: 8.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27323 components: - type: Transform @@ -137484,7 +135343,7 @@ entities: pos: 18.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27346 components: - type: Transform @@ -137588,7 +135447,7 @@ entities: pos: 31.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27368 components: - type: Transform @@ -137596,7 +135455,7 @@ entities: pos: 32.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27369 components: - type: Transform @@ -137604,7 +135463,7 @@ entities: pos: 33.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27370 components: - type: Transform @@ -137619,21 +135478,21 @@ entities: pos: 29.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27377 components: - type: Transform pos: 29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27378 components: - type: Transform pos: 29.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27379 components: - type: Transform @@ -137665,7 +135524,7 @@ entities: pos: 15.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27392 components: - type: Transform @@ -137673,7 +135532,7 @@ entities: pos: 14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27393 components: - type: Transform @@ -137681,7 +135540,7 @@ entities: pos: 13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27394 components: - type: Transform @@ -137697,7 +135556,7 @@ entities: pos: 29.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27398 components: - type: Transform @@ -137705,7 +135564,7 @@ entities: pos: 28.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27399 components: - type: Transform @@ -137713,7 +135572,7 @@ entities: pos: 27.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27400 components: - type: Transform @@ -137753,7 +135612,7 @@ entities: pos: 29.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27423 components: - type: Transform @@ -137761,7 +135620,7 @@ entities: pos: 32.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27424 components: - type: Transform @@ -137769,7 +135628,7 @@ entities: pos: 33.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27426 components: - type: Transform @@ -137801,7 +135660,7 @@ entities: pos: 17.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27432 components: - type: Transform @@ -137809,7 +135668,7 @@ entities: pos: 17.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27433 components: - type: Transform @@ -137876,56 +135735,56 @@ entities: pos: -33.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27469 components: - type: Transform pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27470 components: - type: Transform pos: -33.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27471 components: - type: Transform pos: -33.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27472 components: - type: Transform pos: -33.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27473 components: - type: Transform pos: -33.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27474 components: - type: Transform pos: -33.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27475 components: - type: Transform pos: -33.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27476 components: - type: Transform @@ -137974,28 +135833,28 @@ entities: pos: -4.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27486 components: - type: Transform pos: -4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27487 components: - type: Transform pos: -4.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27488 components: - type: Transform pos: -4.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27489 components: - type: Transform @@ -138073,7 +135932,7 @@ entities: pos: 34.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27518 components: - type: Transform @@ -138081,7 +135940,7 @@ entities: pos: 34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27519 components: - type: Transform @@ -138089,7 +135948,7 @@ entities: pos: 34.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27520 components: - type: Transform @@ -138097,7 +135956,7 @@ entities: pos: 34.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27521 components: - type: Transform @@ -138105,7 +135964,7 @@ entities: pos: 34.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27522 components: - type: Transform @@ -138113,7 +135972,7 @@ entities: pos: 34.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27523 components: - type: Transform @@ -138145,7 +136004,7 @@ entities: pos: 34.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27530 components: - type: Transform @@ -138257,7 +136116,7 @@ entities: pos: 34.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27545 components: - type: Transform @@ -138265,7 +136124,7 @@ entities: pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27546 components: - type: Transform @@ -138273,7 +136132,7 @@ entities: pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27547 components: - type: Transform @@ -138281,7 +136140,7 @@ entities: pos: 34.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27548 components: - type: Transform @@ -138289,7 +136148,7 @@ entities: pos: 34.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27549 components: - type: Transform @@ -138297,7 +136156,7 @@ entities: pos: 34.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27550 components: - type: Transform @@ -138305,7 +136164,7 @@ entities: pos: 34.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27551 components: - type: Transform @@ -138313,7 +136172,7 @@ entities: pos: 34.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27552 components: - type: Transform @@ -138321,7 +136180,7 @@ entities: pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27553 components: - type: Transform @@ -138329,7 +136188,7 @@ entities: pos: 34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27554 components: - type: Transform @@ -138337,7 +136196,7 @@ entities: pos: 34.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27557 components: - type: Transform @@ -138345,7 +136204,7 @@ entities: pos: 33.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27563 components: - type: Transform @@ -138353,7 +136212,7 @@ entities: pos: 46.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27564 components: - type: Transform @@ -138361,7 +136220,7 @@ entities: pos: 46.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27565 components: - type: Transform @@ -138369,7 +136228,7 @@ entities: pos: 46.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27566 components: - type: Transform @@ -138377,7 +136236,7 @@ entities: pos: 46.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27567 components: - type: Transform @@ -138385,7 +136244,7 @@ entities: pos: 46.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27568 components: - type: Transform @@ -138393,7 +136252,7 @@ entities: pos: 46.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27569 components: - type: Transform @@ -138401,7 +136260,7 @@ entities: pos: 46.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27570 components: - type: Transform @@ -138409,7 +136268,7 @@ entities: pos: 46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27571 components: - type: Transform @@ -138417,7 +136276,7 @@ entities: pos: 46.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27572 components: - type: Transform @@ -138425,7 +136284,7 @@ entities: pos: 46.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27573 components: - type: Transform @@ -138433,7 +136292,7 @@ entities: pos: 46.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27574 components: - type: Transform @@ -138441,7 +136300,7 @@ entities: pos: 46.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27575 components: - type: Transform @@ -138529,7 +136388,7 @@ entities: pos: 50.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27586 components: - type: Transform @@ -138537,7 +136396,7 @@ entities: pos: 51.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27587 components: - type: Transform @@ -138545,7 +136404,7 @@ entities: pos: 52.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27589 components: - type: Transform @@ -138553,7 +136412,7 @@ entities: pos: 54.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27590 components: - type: Transform @@ -138561,7 +136420,7 @@ entities: pos: 55.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27591 components: - type: Transform @@ -138569,7 +136428,7 @@ entities: pos: 56.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27592 components: - type: Transform @@ -138577,7 +136436,7 @@ entities: pos: 57.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27593 components: - type: Transform @@ -138585,7 +136444,7 @@ entities: pos: 58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27594 components: - type: Transform @@ -138593,7 +136452,7 @@ entities: pos: 59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27596 components: - type: Transform @@ -138601,7 +136460,7 @@ entities: pos: 61.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27597 components: - type: Transform @@ -138609,7 +136468,7 @@ entities: pos: 62.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27598 components: - type: Transform @@ -138617,7 +136476,7 @@ entities: pos: 63.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27599 components: - type: Transform @@ -138625,7 +136484,7 @@ entities: pos: 64.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27600 components: - type: Transform @@ -138633,7 +136492,7 @@ entities: pos: 65.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27601 components: - type: Transform @@ -138641,7 +136500,7 @@ entities: pos: 66.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27602 components: - type: Transform @@ -138649,7 +136508,7 @@ entities: pos: 67.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27603 components: - type: Transform @@ -138657,7 +136516,7 @@ entities: pos: 68.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27604 components: - type: Transform @@ -138665,7 +136524,7 @@ entities: pos: 69.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27605 components: - type: Transform @@ -138673,7 +136532,7 @@ entities: pos: 70.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27606 components: - type: Transform @@ -138681,7 +136540,7 @@ entities: pos: 71.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27607 components: - type: Transform @@ -138689,7 +136548,7 @@ entities: pos: 72.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27608 components: - type: Transform @@ -138697,7 +136556,7 @@ entities: pos: 73.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27609 components: - type: Transform @@ -138705,7 +136564,7 @@ entities: pos: 74.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27612 components: - type: Transform @@ -138713,14 +136572,14 @@ entities: pos: 77.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27613 components: - type: Transform pos: 60.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27614 components: - type: Transform @@ -138903,182 +136762,182 @@ entities: pos: 60.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27643 components: - type: Transform pos: 60.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27644 components: - type: Transform pos: 60.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27645 components: - type: Transform pos: 60.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27646 components: - type: Transform pos: 60.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27647 components: - type: Transform pos: 60.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27648 components: - type: Transform pos: 60.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27649 components: - type: Transform pos: 60.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27650 components: - type: Transform pos: 60.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27651 components: - type: Transform pos: 60.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27652 components: - type: Transform pos: 60.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27654 components: - type: Transform pos: 60.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27655 components: - type: Transform pos: 60.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27656 components: - type: Transform pos: 60.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27657 components: - type: Transform pos: 60.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27658 components: - type: Transform pos: 60.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27659 components: - type: Transform pos: 60.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27660 components: - type: Transform pos: 60.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27661 components: - type: Transform pos: 60.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27662 components: - type: Transform pos: 60.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27663 components: - type: Transform pos: 60.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27664 components: - type: Transform pos: 60.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27665 components: - type: Transform pos: 60.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27666 components: - type: Transform pos: 60.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27667 components: - type: Transform pos: 60.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27668 components: - type: Transform pos: 60.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27669 components: - type: Transform @@ -139254,7 +137113,7 @@ entities: pos: 46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27699 components: - type: Transform @@ -139262,7 +137121,7 @@ entities: pos: 46.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27700 components: - type: Transform @@ -139270,7 +137129,7 @@ entities: pos: 46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27701 components: - type: Transform @@ -139278,7 +137137,7 @@ entities: pos: 46.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27702 components: - type: Transform @@ -139286,7 +137145,7 @@ entities: pos: 46.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27703 components: - type: Transform @@ -139438,7 +137297,7 @@ entities: pos: 61.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27723 components: - type: Transform @@ -139446,7 +137305,7 @@ entities: pos: 62.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27724 components: - type: Transform @@ -139454,7 +137313,7 @@ entities: pos: 63.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27725 components: - type: Transform @@ -139462,7 +137321,7 @@ entities: pos: 64.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27726 components: - type: Transform @@ -139470,7 +137329,7 @@ entities: pos: 65.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27727 components: - type: Transform @@ -139478,7 +137337,7 @@ entities: pos: 66.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27728 components: - type: Transform @@ -139486,7 +137345,7 @@ entities: pos: 67.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27729 components: - type: Transform @@ -139494,7 +137353,7 @@ entities: pos: 68.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27730 components: - type: Transform @@ -139502,7 +137361,7 @@ entities: pos: 69.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27731 components: - type: Transform @@ -139510,7 +137369,7 @@ entities: pos: 70.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27732 components: - type: Transform @@ -139518,7 +137377,7 @@ entities: pos: 71.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27733 components: - type: Transform @@ -139526,7 +137385,7 @@ entities: pos: 72.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27734 components: - type: Transform @@ -139534,7 +137393,7 @@ entities: pos: 73.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27736 components: - type: Transform @@ -139542,7 +137401,7 @@ entities: pos: 75.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27739 components: - type: Transform @@ -139550,7 +137409,7 @@ entities: pos: 76.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27740 components: - type: Transform @@ -139558,7 +137417,7 @@ entities: pos: 76.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27741 components: - type: Transform @@ -139566,7 +137425,7 @@ entities: pos: 76.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27742 components: - type: Transform @@ -139669,35 +137528,35 @@ entities: pos: 53.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27767 components: - type: Transform pos: 53.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27768 components: - type: Transform pos: 53.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27769 components: - type: Transform pos: 53.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27770 components: - type: Transform pos: 53.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27772 components: - type: Transform @@ -139705,7 +137564,7 @@ entities: pos: 53.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27773 components: - type: Transform @@ -139713,15 +137572,7 @@ entities: pos: 54.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27775 components: - type: Transform @@ -139729,7 +137580,7 @@ entities: pos: 56.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27776 components: - type: Transform @@ -139737,7 +137588,7 @@ entities: pos: 57.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27777 components: - type: Transform @@ -139745,7 +137596,7 @@ entities: pos: 58.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27778 components: - type: Transform @@ -139753,7 +137604,7 @@ entities: pos: 59.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27779 components: - type: Transform @@ -139761,7 +137612,7 @@ entities: pos: 60.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27780 components: - type: Transform @@ -139769,7 +137620,7 @@ entities: pos: 61.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27781 components: - type: Transform @@ -139777,7 +137628,7 @@ entities: pos: 62.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27782 components: - type: Transform @@ -139785,7 +137636,7 @@ entities: pos: 63.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27783 components: - type: Transform @@ -139793,7 +137644,7 @@ entities: pos: 64.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27785 components: - type: Transform @@ -139801,7 +137652,7 @@ entities: pos: 66.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27786 components: - type: Transform @@ -139809,7 +137660,7 @@ entities: pos: 67.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27787 components: - type: Transform @@ -139817,7 +137668,7 @@ entities: pos: 68.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27788 components: - type: Transform @@ -139825,7 +137676,7 @@ entities: pos: 69.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27789 components: - type: Transform @@ -139833,7 +137684,7 @@ entities: pos: 70.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27790 components: - type: Transform @@ -139841,7 +137692,7 @@ entities: pos: 71.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27791 components: - type: Transform @@ -139849,7 +137700,7 @@ entities: pos: 72.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27792 components: - type: Transform @@ -140037,7 +137888,7 @@ entities: pos: 57.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27821 components: - type: Transform @@ -140045,7 +137896,7 @@ entities: pos: 57.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27822 components: - type: Transform @@ -140053,7 +137904,7 @@ entities: pos: 57.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27824 components: - type: Transform @@ -140061,7 +137912,7 @@ entities: pos: 57.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27825 components: - type: Transform @@ -140069,7 +137920,7 @@ entities: pos: 57.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27826 components: - type: Transform @@ -140077,7 +137928,7 @@ entities: pos: 57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27827 components: - type: Transform @@ -140085,7 +137936,7 @@ entities: pos: 57.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27845 components: - type: Transform @@ -140181,7 +138032,7 @@ entities: pos: 57.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27880 components: - type: Transform @@ -140189,7 +138040,7 @@ entities: pos: 57.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27881 components: - type: Transform @@ -140197,7 +138048,7 @@ entities: pos: 57.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27882 components: - type: Transform @@ -140205,7 +138056,7 @@ entities: pos: 57.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27883 components: - type: Transform @@ -140213,7 +138064,7 @@ entities: pos: 57.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27884 components: - type: Transform @@ -140269,7 +138120,7 @@ entities: pos: 35.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28052 components: - type: Transform @@ -140277,7 +138128,7 @@ entities: pos: 36.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28053 components: - type: Transform @@ -140285,7 +138136,7 @@ entities: pos: 37.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28054 components: - type: Transform @@ -140293,7 +138144,7 @@ entities: pos: 38.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28056 components: - type: Transform @@ -140324,35 +138175,35 @@ entities: pos: 36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28064 components: - type: Transform pos: 36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28065 components: - type: Transform pos: 36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28066 components: - type: Transform pos: 36.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28067 components: - type: Transform pos: 36.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28068 components: - type: Transform @@ -140373,112 +138224,112 @@ entities: pos: 13.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28073 components: - type: Transform pos: 13.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28074 components: - type: Transform pos: 13.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28076 components: - type: Transform pos: 13.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28077 components: - type: Transform pos: 13.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28078 components: - type: Transform pos: 13.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28080 components: - type: Transform pos: 13.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28081 components: - type: Transform pos: 13.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28082 components: - type: Transform pos: 13.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28083 components: - type: Transform pos: 13.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28084 components: - type: Transform pos: 13.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28086 components: - type: Transform pos: 13.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28087 components: - type: Transform pos: 13.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28088 components: - type: Transform pos: 13.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28089 components: - type: Transform pos: 13.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28090 components: - type: Transform pos: 13.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28091 components: - type: Transform @@ -140585,7 +138436,7 @@ entities: pos: 12.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28115 components: - type: Transform @@ -140593,7 +138444,7 @@ entities: pos: 11.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28118 components: - type: Transform @@ -140650,14 +138501,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 28126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 28127 components: - type: Transform @@ -140665,7 +138508,7 @@ entities: pos: 14.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28128 components: - type: Transform @@ -140673,7 +138516,7 @@ entities: pos: 15.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28129 components: - type: Transform @@ -140681,7 +138524,7 @@ entities: pos: 16.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28130 components: - type: Transform @@ -140689,7 +138532,7 @@ entities: pos: 17.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28131 components: - type: Transform @@ -140697,7 +138540,7 @@ entities: pos: 18.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28132 components: - type: Transform @@ -140705,7 +138548,7 @@ entities: pos: 19.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28134 components: - type: Transform @@ -140713,7 +138556,7 @@ entities: pos: 21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28135 components: - type: Transform @@ -140721,7 +138564,7 @@ entities: pos: 22.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28136 components: - type: Transform @@ -140729,66 +138572,48 @@ entities: pos: 23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-21.5 + rot: 3.141592653589793 rad + pos: -52.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 28142 components: - type: Transform pos: 20.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28143 components: - type: Transform pos: 20.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28144 components: - type: Transform pos: 20.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28145 components: - type: Transform pos: 20.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28146 components: - type: Transform pos: 20.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28147 components: - type: Transform @@ -140809,28 +138634,28 @@ entities: pos: -21.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28153 components: - type: Transform pos: -21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28154 components: - type: Transform pos: -21.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28156 components: - type: Transform pos: -21.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28157 components: - type: Transform @@ -140851,21 +138676,21 @@ entities: pos: -19.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28163 components: - type: Transform pos: -21.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28164 components: - type: Transform pos: -21.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28165 components: - type: Transform @@ -140873,42 +138698,42 @@ entities: pos: -6.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28166 components: - type: Transform pos: -21.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28167 components: - type: Transform pos: -21.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28168 components: - type: Transform pos: -21.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28169 components: - type: Transform pos: -21.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28170 components: - type: Transform pos: -21.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28171 components: - type: Transform @@ -141020,21 +138845,21 @@ entities: pos: -19.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28200 components: - type: Transform pos: -19.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28201 components: - type: Transform pos: -19.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28203 components: - type: Transform @@ -141050,7 +138875,7 @@ entities: pos: -18.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28205 components: - type: Transform @@ -141066,7 +138891,7 @@ entities: pos: -16.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28208 components: - type: Transform @@ -141074,7 +138899,7 @@ entities: pos: -15.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28209 components: - type: Transform @@ -141082,7 +138907,7 @@ entities: pos: -14.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28210 components: - type: Transform @@ -141090,7 +138915,7 @@ entities: pos: -13.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28212 components: - type: Transform @@ -141098,7 +138923,7 @@ entities: pos: -11.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28214 components: - type: Transform @@ -141186,7 +139011,7 @@ entities: pos: -10.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28233 components: - type: Transform @@ -141194,7 +139019,7 @@ entities: pos: -9.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28234 components: - type: Transform @@ -141202,7 +139027,7 @@ entities: pos: -8.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28235 components: - type: Transform @@ -141210,7 +139035,7 @@ entities: pos: -7.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28236 components: - type: Transform @@ -141218,7 +139043,7 @@ entities: pos: -6.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28237 components: - type: Transform @@ -141226,7 +139051,7 @@ entities: pos: -5.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28243 components: - type: Transform @@ -141241,42 +139066,42 @@ entities: pos: -12.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28256 components: - type: Transform pos: -12.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28257 components: - type: Transform pos: -12.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28258 components: - type: Transform pos: -12.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28259 components: - type: Transform pos: -12.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28260 components: - type: Transform pos: -12.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28261 components: - type: Transform @@ -141392,7 +139217,7 @@ entities: pos: -0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28280 components: - type: Transform @@ -141400,7 +139225,7 @@ entities: pos: -1.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28281 components: - type: Transform @@ -141408,7 +139233,7 @@ entities: pos: -2.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28282 components: - type: Transform @@ -141416,7 +139241,7 @@ entities: pos: -3.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28284 components: - type: Transform @@ -141424,7 +139249,7 @@ entities: pos: -5.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28285 components: - type: Transform @@ -141432,7 +139257,7 @@ entities: pos: -6.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28286 components: - type: Transform @@ -141440,7 +139265,7 @@ entities: pos: -7.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28287 components: - type: Transform @@ -141448,7 +139273,7 @@ entities: pos: -8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28288 components: - type: Transform @@ -141456,28 +139281,28 @@ entities: pos: -9.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28291 components: - type: Transform pos: -10.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28292 components: - type: Transform pos: -10.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28293 components: - type: Transform pos: -10.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28294 components: - type: Transform @@ -141506,7 +139331,7 @@ entities: pos: -10.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28303 components: - type: Transform @@ -141528,7 +139353,7 @@ entities: pos: -11.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28307 components: - type: Transform @@ -141536,7 +139361,7 @@ entities: pos: -11.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28308 components: - type: Transform @@ -141544,7 +139369,7 @@ entities: pos: -11.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28309 components: - type: Transform @@ -141552,7 +139377,7 @@ entities: pos: -12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28310 components: - type: Transform @@ -141560,7 +139385,7 @@ entities: pos: -13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28311 components: - type: Transform @@ -141568,7 +139393,7 @@ entities: pos: -14.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28312 components: - type: Transform @@ -141608,7 +139433,7 @@ entities: pos: -27.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28319 components: - type: Transform @@ -141616,7 +139441,7 @@ entities: pos: -27.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28320 components: - type: Transform @@ -141624,7 +139449,7 @@ entities: pos: -27.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28321 components: - type: Transform @@ -141632,7 +139457,7 @@ entities: pos: -27.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28322 components: - type: Transform @@ -141640,7 +139465,7 @@ entities: pos: -27.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28323 components: - type: Transform @@ -141710,35 +139535,35 @@ entities: pos: 21.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28442 components: - type: Transform pos: 21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28443 components: - type: Transform pos: 21.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28444 components: - type: Transform pos: 21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28445 components: - type: Transform pos: 21.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28446 components: - type: Transform @@ -141767,7 +139592,7 @@ entities: pos: 25.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28454 components: - type: Transform @@ -141775,7 +139600,7 @@ entities: pos: 25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28455 components: - type: Transform @@ -141783,7 +139608,7 @@ entities: pos: 25.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28456 components: - type: Transform @@ -141791,7 +139616,7 @@ entities: pos: 25.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28457 components: - type: Transform @@ -141799,7 +139624,7 @@ entities: pos: 25.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28458 components: - type: Transform @@ -141807,7 +139632,7 @@ entities: pos: 25.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28459 components: - type: Transform @@ -141902,6 +139727,8 @@ entities: rot: 3.141592653589793 rad pos: 65.5,25.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 28538 components: - type: Transform @@ -141909,7 +139736,7 @@ entities: pos: 18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28539 components: - type: Transform @@ -141917,7 +139744,7 @@ entities: pos: 18.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28540 components: - type: Transform @@ -142037,7 +139864,7 @@ entities: pos: 7.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28558 components: - type: Transform @@ -142045,7 +139872,7 @@ entities: pos: 7.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28559 components: - type: Transform @@ -142053,7 +139880,7 @@ entities: pos: 7.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28560 components: - type: Transform @@ -142061,7 +139888,7 @@ entities: pos: 7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28561 components: - type: Transform @@ -142069,7 +139896,7 @@ entities: pos: 7.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28562 components: - type: Transform @@ -142077,7 +139904,7 @@ entities: pos: 7.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28563 components: - type: Transform @@ -142085,7 +139912,7 @@ entities: pos: 7.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28565 components: - type: Transform @@ -142093,7 +139920,7 @@ entities: pos: 8.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28568 components: - type: Transform @@ -142101,7 +139928,7 @@ entities: pos: 12.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28569 components: - type: Transform @@ -142109,7 +139936,7 @@ entities: pos: 12.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28570 components: - type: Transform @@ -142117,7 +139944,7 @@ entities: pos: 12.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28571 components: - type: Transform @@ -142125,7 +139952,7 @@ entities: pos: 12.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28572 components: - type: Transform @@ -142206,158 +140033,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 28659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 28678 components: - type: Transform @@ -142373,127 +140048,7 @@ entities: pos: 10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28703 components: - type: Transform @@ -142502,78 +140057,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 28707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,72.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 28725 components: - type: Transform @@ -142581,7 +140064,7 @@ entities: pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28726 components: - type: Transform @@ -142589,7 +140072,13 @@ entities: pos: -7.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 28730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,44.5 + parent: 2 - uid: 28743 components: - type: Transform @@ -142597,7 +140086,7 @@ entities: pos: -30.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28758 components: - type: Transform @@ -142605,7 +140094,7 @@ entities: pos: -28.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28759 components: - type: Transform @@ -142613,7 +140102,7 @@ entities: pos: -27.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28760 components: - type: Transform @@ -142621,7 +140110,7 @@ entities: pos: -26.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28761 components: - type: Transform @@ -142629,7 +140118,7 @@ entities: pos: -25.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28762 components: - type: Transform @@ -142637,7 +140126,7 @@ entities: pos: -24.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28763 components: - type: Transform @@ -142645,7 +140134,7 @@ entities: pos: -23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28764 components: - type: Transform @@ -142653,7 +140142,7 @@ entities: pos: -22.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28765 components: - type: Transform @@ -142695,28 +140184,28 @@ entities: pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28771 components: - type: Transform pos: -29.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28772 components: - type: Transform pos: -29.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28773 components: - type: Transform pos: -29.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28774 components: - type: Transform @@ -142724,6 +140213,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 28805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,44.5 + parent: 2 + - uid: 28824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,44.5 + parent: 2 - uid: 29125 components: - type: Transform @@ -142732,6 +140233,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 29162 + components: + - type: Transform + pos: -49.5,44.5 + parent: 2 - uid: 29288 components: - type: Transform @@ -142739,7 +140245,7 @@ entities: pos: -27.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 29290 components: - type: Transform @@ -142747,7 +140253,7 @@ entities: pos: -27.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 29693 components: - type: Transform @@ -142834,7 +140340,7 @@ entities: pos: -6.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 30965 components: - type: Transform @@ -142842,7 +140348,7 @@ entities: pos: -6.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31006 components: - type: Transform @@ -142851,14 +140357,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 31089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 31110 components: - type: Transform @@ -142874,7 +140372,7 @@ entities: pos: 26.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31118 components: - type: Transform @@ -142882,7 +140380,7 @@ entities: pos: 27.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31122 components: - type: Transform @@ -142947,14 +140445,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 31130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 31131 components: - type: Transform @@ -142978,7 +140468,7 @@ entities: pos: 28.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31134 components: - type: Transform @@ -143003,14 +140493,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 31137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 31138 components: - type: Transform @@ -143018,15 +140500,7 @@ entities: pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' + color: '#0335FCFF' - uid: 31140 components: - type: Transform @@ -143034,7 +140508,7 @@ entities: pos: -28.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31141 components: - type: Transform @@ -143042,7 +140516,7 @@ entities: pos: -29.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31142 components: - type: Transform @@ -143050,7 +140524,7 @@ entities: pos: -30.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31143 components: - type: Transform @@ -143058,7 +140532,7 @@ entities: pos: -31.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31144 components: - type: Transform @@ -143066,7 +140540,7 @@ entities: pos: -32.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31145 components: - type: Transform @@ -143074,7 +140548,7 @@ entities: pos: -33.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31146 components: - type: Transform @@ -143082,15 +140556,7 @@ entities: pos: -34.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31148 components: - type: Transform @@ -143098,7 +140564,7 @@ entities: pos: -36.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31149 components: - type: Transform @@ -143106,7 +140572,7 @@ entities: pos: -37.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31150 components: - type: Transform @@ -143114,7 +140580,7 @@ entities: pos: -38.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31152 components: - type: Transform @@ -143122,7 +140588,7 @@ entities: pos: -40.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31153 components: - type: Transform @@ -143130,7 +140596,7 @@ entities: pos: -41.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31154 components: - type: Transform @@ -143138,7 +140604,7 @@ entities: pos: -42.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31173 components: - type: Transform @@ -143146,7 +140612,7 @@ entities: pos: -40.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31179 components: - type: Transform @@ -143154,33 +140620,7 @@ entities: pos: -40.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31428 - components: - - type: Transform - pos: -52.5,49.5 - parent: 2 - - uid: 31446 - components: - - type: Transform - pos: -52.5,48.5 - parent: 2 + color: '#FF1212FF' - uid: 31636 components: - type: Transform @@ -143339,7 +140779,7 @@ entities: pos: -21.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31725 components: - type: Transform @@ -143347,7 +140787,7 @@ entities: pos: -22.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31726 components: - type: Transform @@ -143355,7 +140795,7 @@ entities: pos: -23.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31727 components: - type: Transform @@ -143363,7 +140803,7 @@ entities: pos: -24.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31728 components: - type: Transform @@ -143371,7 +140811,7 @@ entities: pos: -25.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31729 components: - type: Transform @@ -143379,7 +140819,7 @@ entities: pos: -26.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31730 components: - type: Transform @@ -143387,7 +140827,7 @@ entities: pos: -27.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31733 components: - type: Transform @@ -143395,7 +140835,7 @@ entities: pos: -30.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31734 components: - type: Transform @@ -143403,7 +140843,7 @@ entities: pos: -31.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31735 components: - type: Transform @@ -143411,7 +140851,7 @@ entities: pos: -32.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31736 components: - type: Transform @@ -143419,7 +140859,7 @@ entities: pos: -33.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31737 components: - type: Transform @@ -143427,7 +140867,7 @@ entities: pos: -34.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31738 components: - type: Transform @@ -143435,7 +140875,7 @@ entities: pos: -35.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31739 components: - type: Transform @@ -143443,7 +140883,7 @@ entities: pos: -36.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31740 components: - type: Transform @@ -143451,7 +140891,7 @@ entities: pos: -37.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31741 components: - type: Transform @@ -143459,7 +140899,7 @@ entities: pos: -38.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31742 components: - type: Transform @@ -143467,7 +140907,7 @@ entities: pos: -39.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31743 components: - type: Transform @@ -143475,7 +140915,7 @@ entities: pos: -40.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31744 components: - type: Transform @@ -143483,7 +140923,7 @@ entities: pos: -41.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31745 components: - type: Transform @@ -143491,7 +140931,7 @@ entities: pos: -42.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31746 components: - type: Transform @@ -143499,7 +140939,7 @@ entities: pos: -43.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31747 components: - type: Transform @@ -143507,7 +140947,7 @@ entities: pos: -44.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31748 components: - type: Transform @@ -143515,7 +140955,7 @@ entities: pos: -45.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31749 components: - type: Transform @@ -143523,7 +140963,7 @@ entities: pos: -46.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31750 components: - type: Transform @@ -143531,7 +140971,7 @@ entities: pos: -47.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31751 components: - type: Transform @@ -143539,7 +140979,7 @@ entities: pos: -48.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31752 components: - type: Transform @@ -143547,7 +140987,7 @@ entities: pos: -49.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31757 components: - type: Transform @@ -143568,28 +141008,28 @@ entities: pos: -50.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31763 components: - type: Transform pos: -50.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31764 components: - type: Transform pos: -50.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31765 components: - type: Transform pos: -50.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 31786 components: - type: Transform @@ -143611,7 +141051,7 @@ entities: pos: -1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 33750 components: - type: Transform @@ -143653,35 +141093,35 @@ entities: pos: 0.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 33756 components: - type: Transform pos: 0.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 33757 components: - type: Transform pos: 0.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 33758 components: - type: Transform pos: 0.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 33759 components: - type: Transform pos: 0.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 33887 components: - type: Transform @@ -143702,182 +141142,56 @@ entities: pos: 75.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34683 components: - type: Transform pos: 75.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34684 components: - type: Transform pos: 75.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34685 components: - type: Transform pos: 75.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34689 - components: - - type: Transform - pos: -57.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,61.5 - parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34700 - components: - - type: Transform - pos: -46.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34795 - components: - - type: Transform - pos: -52.5,46.5 - parent: 2 - - uid: 34796 - components: - - type: Transform - pos: -52.5,45.5 - parent: 2 - - uid: 34797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,44.5 - parent: 2 - - uid: 34803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 35771 components: - type: Transform pos: -102.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 35772 components: - type: Transform pos: -102.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 35773 components: - type: Transform pos: -102.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 35774 components: - type: Transform pos: -102.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 35775 components: - type: Transform @@ -143907,7 +141221,7 @@ entities: pos: -26.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36056 components: - type: Transform @@ -143915,7 +141229,7 @@ entities: pos: -26.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36057 components: - type: Transform @@ -143971,7 +141285,7 @@ entities: pos: -26.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36064 components: - type: Transform @@ -143979,7 +141293,7 @@ entities: pos: -26.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36065 components: - type: Transform @@ -143987,7 +141301,7 @@ entities: pos: -26.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36066 components: - type: Transform @@ -143995,7 +141309,7 @@ entities: pos: -26.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36067 components: - type: Transform @@ -144019,7 +141333,7 @@ entities: pos: -29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36070 components: - type: Transform @@ -144027,7 +141341,7 @@ entities: pos: -29.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36071 components: - type: Transform @@ -144035,7 +141349,7 @@ entities: pos: -29.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36072 components: - type: Transform @@ -144043,7 +141357,7 @@ entities: pos: -29.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36456 components: - type: Transform @@ -144061,7 +141375,7 @@ entities: pos: -22.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 394 components: - type: Transform @@ -144069,7 +141383,7 @@ entities: pos: 53.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2104 components: - type: Transform @@ -144085,7 +141399,7 @@ entities: pos: -18.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2151 components: - type: Transform @@ -144100,7 +141414,7 @@ entities: pos: -29.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2236 components: - type: Transform @@ -144108,7 +141422,7 @@ entities: pos: 57.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2336 components: - type: Transform @@ -144123,7 +141437,7 @@ entities: pos: -32.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2529 components: - type: Transform @@ -144146,7 +141460,7 @@ entities: pos: -69.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3059 components: - type: Transform @@ -144154,7 +141468,7 @@ entities: pos: 30.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 3351 components: - type: Transform @@ -144170,18 +141484,28 @@ entities: pos: -55.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4923 + color: '#0335FCFF' + - uid: 5043 components: - type: Transform - pos: -51.5,53.5 + rot: 1.5707963267948966 rad + pos: -37.5,44.5 parent: 2 - - uid: 5043 + - uid: 5045 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,44.5 + pos: -46.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5110 + components: + - type: Transform + pos: -46.5,43.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5289 components: - type: Transform @@ -144202,14 +141526,14 @@ entities: pos: 38.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5568 components: - type: Transform pos: -27.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5982 components: - type: Transform @@ -144230,14 +141554,14 @@ entities: pos: -47.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6694 components: - type: Transform pos: -29.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6706 components: - type: Transform @@ -144245,7 +141569,7 @@ entities: pos: -11.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6722 components: - type: Transform @@ -144253,7 +141577,7 @@ entities: pos: 46.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6960 components: - type: Transform @@ -144261,7 +141585,7 @@ entities: pos: -46.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7099 components: - type: Transform @@ -144292,7 +141616,7 @@ entities: pos: -102.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 7998 components: - type: Transform @@ -144307,7 +141631,7 @@ entities: pos: -19.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8271 components: - type: Transform @@ -144315,7 +141639,7 @@ entities: pos: 31.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8448 components: - type: Transform @@ -144339,7 +141663,7 @@ entities: pos: -39.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8822 components: - type: Transform @@ -144381,7 +141705,7 @@ entities: pos: 38.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 9705 components: - type: Transform @@ -144389,7 +141713,7 @@ entities: pos: -43.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 10060 components: - type: Transform @@ -144397,7 +141721,7 @@ entities: pos: -42.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 10221 components: - type: Transform @@ -144405,14 +141729,14 @@ entities: pos: -46.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 10392 components: - type: Transform pos: -27.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 10626 components: - type: Transform @@ -144444,7 +141768,7 @@ entities: pos: 0.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 12043 components: - type: Transform @@ -144452,7 +141776,7 @@ entities: pos: 0.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 12999 components: - type: Transform @@ -144476,7 +141800,7 @@ entities: pos: 49.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 13380 components: - type: Transform @@ -144492,7 +141816,7 @@ entities: pos: 49.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 13383 components: - type: Transform @@ -144515,7 +141839,7 @@ entities: pos: -11.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 14455 components: - type: Transform @@ -144546,7 +141870,7 @@ entities: pos: 18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15429 components: - type: Transform @@ -144576,7 +141900,7 @@ entities: pos: 30.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15560 components: - type: Transform @@ -144592,7 +141916,7 @@ entities: pos: -7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15669 components: - type: Transform @@ -144608,22 +141932,14 @@ entities: pos: 0.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 16409 components: - type: Transform pos: 74.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 16412 components: - type: Transform @@ -144632,22 +141948,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 16503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 16518 components: - type: Transform @@ -144655,7 +141955,7 @@ entities: pos: -55.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 16591 components: - type: Transform @@ -144671,14 +141971,14 @@ entities: pos: -55.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 17581 components: - type: Transform pos: 75.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 17648 components: - type: Transform @@ -144702,6 +142002,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 18026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18027 + components: + - type: Transform + pos: 55.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18093 components: - type: Transform @@ -144709,6 +142024,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 18334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 18361 components: - type: Transform @@ -144716,7 +142039,7 @@ entities: pos: -55.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 19350 components: - type: Transform @@ -144724,7 +142047,7 @@ entities: pos: -55.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 19891 components: - type: Transform @@ -144740,7 +142063,7 @@ entities: pos: 8.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 20960 components: - type: Transform @@ -144756,7 +142079,7 @@ entities: pos: -55.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 21008 components: - type: Transform @@ -144780,7 +142103,7 @@ entities: pos: -7.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22719 components: - type: Transform @@ -144796,7 +142119,7 @@ entities: pos: 8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22794 components: - type: Transform @@ -144812,7 +142135,7 @@ entities: pos: -21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22811 components: - type: Transform @@ -144820,7 +142143,7 @@ entities: pos: 8.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22861 components: - type: Transform @@ -144836,7 +142159,7 @@ entities: pos: 23.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22879 components: - type: Transform @@ -144860,7 +142183,7 @@ entities: pos: 0.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22900 components: - type: Transform @@ -144868,7 +142191,7 @@ entities: pos: 0.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 22997 components: - type: Transform @@ -144885,21 +142208,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 23224 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 23335 components: - type: Transform pos: -76.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23351 components: - type: Transform @@ -144915,7 +142230,7 @@ entities: pos: 0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23431 components: - type: Transform @@ -144939,7 +142254,7 @@ entities: pos: 17.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23559 components: - type: Transform @@ -144955,15 +142270,7 @@ entities: pos: 15.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,72.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23586 components: - type: Transform @@ -144972,28 +142279,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 23686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23712 - components: - - type: Transform - pos: -64.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23773 - components: - - type: Transform - pos: -66.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 23803 components: - type: Transform @@ -145001,7 +142286,7 @@ entities: pos: 0.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23871 components: - type: Transform @@ -145048,7 +142333,7 @@ entities: pos: -16.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23942 components: - type: Transform @@ -145056,7 +142341,7 @@ entities: pos: -55.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 23944 components: - type: Transform @@ -145085,7 +142370,7 @@ entities: pos: 34.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24023 components: - type: Transform @@ -145101,7 +142386,7 @@ entities: pos: 7.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24070 components: - type: Transform @@ -145117,7 +142402,7 @@ entities: pos: 0.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24115 components: - type: Transform @@ -145133,7 +142418,7 @@ entities: pos: 27.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24130 components: - type: Transform @@ -145148,14 +142433,14 @@ entities: pos: 45.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24143 components: - type: Transform pos: 36.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24146 components: - type: Transform @@ -145171,7 +142456,7 @@ entities: pos: 0.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24165 components: - type: Transform @@ -145179,7 +142464,7 @@ entities: pos: 23.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24174 components: - type: Transform @@ -145187,7 +142472,7 @@ entities: pos: 18.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24187 components: - type: Transform @@ -145210,7 +142495,7 @@ entities: pos: -47.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24220 components: - type: Transform @@ -145218,7 +142503,7 @@ entities: pos: -11.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24229 components: - type: Transform @@ -145233,7 +142518,7 @@ entities: pos: 8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24236 components: - type: Transform @@ -145257,7 +142542,7 @@ entities: pos: -47.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24251 components: - type: Transform @@ -145272,7 +142557,7 @@ entities: pos: -33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24265 components: - type: Transform @@ -145318,14 +142603,14 @@ entities: pos: -21.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24301 components: - type: Transform pos: -25.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24310 components: - type: Transform @@ -145333,7 +142618,7 @@ entities: pos: 49.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24316 components: - type: Transform @@ -145341,7 +142626,7 @@ entities: pos: -7.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24326 components: - type: Transform @@ -145365,14 +142650,14 @@ entities: pos: 17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24352 components: - type: Transform pos: 13.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24357 components: - type: Transform @@ -145394,14 +142679,14 @@ entities: pos: -4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24379 components: - type: Transform pos: 48.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24396 components: - type: Transform @@ -145430,14 +142715,14 @@ entities: pos: -12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24424 components: - type: Transform pos: -21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24429 components: - type: Transform @@ -145461,14 +142746,14 @@ entities: pos: -33.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24462 components: - type: Transform pos: -1.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24493 components: - type: Transform @@ -145491,7 +142776,7 @@ entities: pos: 0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24558 components: - type: Transform @@ -145499,21 +142784,21 @@ entities: pos: -18.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24585 components: - type: Transform pos: -7.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24596 components: - type: Transform pos: -16.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24620 components: - type: Transform @@ -145521,7 +142806,7 @@ entities: pos: -59.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24629 components: - type: Transform @@ -145558,7 +142843,7 @@ entities: pos: 18.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24679 components: - type: Transform @@ -145573,7 +142858,7 @@ entities: pos: 21.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24695 components: - type: Transform @@ -145589,7 +142874,7 @@ entities: pos: 8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24712 components: - type: Transform @@ -145605,7 +142890,7 @@ entities: pos: 29.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24740 components: - type: Transform @@ -145637,7 +142922,7 @@ entities: pos: 34.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24820 components: - type: Transform @@ -145652,7 +142937,7 @@ entities: pos: -94.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24851 components: - type: Transform @@ -145660,7 +142945,7 @@ entities: pos: 46.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24871 components: - type: Transform @@ -145675,14 +142960,14 @@ entities: pos: -78.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24943 components: - type: Transform pos: -78.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24977 components: - type: Transform @@ -145696,7 +142981,7 @@ entities: pos: -11.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24991 components: - type: Transform @@ -145704,7 +142989,7 @@ entities: pos: -114.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25006 components: - type: Transform @@ -145728,7 +143013,7 @@ entities: pos: 8.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25047 components: - type: Transform @@ -145736,7 +143021,7 @@ entities: pos: -27.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25053 components: - type: Transform @@ -145750,7 +143035,7 @@ entities: pos: -39.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25273 components: - type: Transform @@ -145773,7 +143058,7 @@ entities: pos: 27.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25366 components: - type: Transform @@ -145803,14 +143088,14 @@ entities: pos: 34.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25399 components: - type: Transform pos: -95.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25400 components: - type: Transform @@ -145818,7 +143103,7 @@ entities: pos: -85.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25404 components: - type: Transform @@ -145826,7 +143111,7 @@ entities: pos: 38.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25409 components: - type: Transform @@ -145842,7 +143127,7 @@ entities: pos: 38.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25422 components: - type: Transform @@ -145858,7 +143143,7 @@ entities: pos: 38.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25432 components: - type: Transform @@ -145881,7 +143166,7 @@ entities: pos: 23.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25525 components: - type: Transform @@ -145903,7 +143188,7 @@ entities: pos: 38.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25666 components: - type: Transform @@ -145911,7 +143196,7 @@ entities: pos: -60.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25667 components: - type: Transform @@ -145935,7 +143220,7 @@ entities: pos: -55.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25672 components: - type: Transform @@ -145943,14 +143228,14 @@ entities: pos: -59.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25680 components: - type: Transform pos: 57.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25691 components: - type: Transform @@ -145965,7 +143250,7 @@ entities: pos: -15.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25698 components: - type: Transform @@ -145980,14 +143265,14 @@ entities: pos: 9.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25735 components: - type: Transform pos: 4.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25758 components: - type: Transform @@ -146025,7 +143310,7 @@ entities: pos: -34.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25797 components: - type: Transform @@ -146041,7 +143326,7 @@ entities: pos: 21.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25891 components: - type: Transform @@ -146057,7 +143342,7 @@ entities: pos: -16.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25903 components: - type: Transform @@ -146072,7 +143357,7 @@ entities: pos: -16.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25910 components: - type: Transform @@ -146088,7 +143373,7 @@ entities: pos: -13.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25920 components: - type: Transform @@ -146120,7 +143405,7 @@ entities: pos: -13.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25940 components: - type: Transform @@ -146135,7 +143420,7 @@ entities: pos: 12.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26015 components: - type: Transform @@ -146143,7 +143428,7 @@ entities: pos: -27.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26016 components: - type: Transform @@ -146158,7 +143443,7 @@ entities: pos: -23.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26081 components: - type: Transform @@ -146182,7 +143467,7 @@ entities: pos: -30.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26088 components: - type: Transform @@ -146190,7 +143475,7 @@ entities: pos: -68.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26140 components: - type: Transform @@ -146206,7 +143491,7 @@ entities: pos: -10.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26167 components: - type: Transform @@ -146222,7 +143507,7 @@ entities: pos: -47.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26173 components: - type: Transform @@ -146230,14 +143515,14 @@ entities: pos: -4.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26182 components: - type: Transform pos: -42.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26234 components: - type: Transform @@ -146245,7 +143530,7 @@ entities: pos: 0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26341 components: - type: Transform @@ -146260,7 +143545,7 @@ entities: pos: -73.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26349 components: - type: Transform @@ -146276,7 +143561,7 @@ entities: pos: 76.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26452 components: - type: Transform @@ -146292,7 +143577,7 @@ entities: pos: 57.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26507 components: - type: Transform @@ -146307,7 +143592,7 @@ entities: pos: 34.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26542 components: - type: Transform @@ -146315,7 +143600,7 @@ entities: pos: 13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26569 components: - type: Transform @@ -146339,7 +143624,7 @@ entities: pos: -21.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26630 components: - type: Transform @@ -146347,7 +143632,7 @@ entities: pos: -12.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26631 components: - type: Transform @@ -146362,13 +143647,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 26654 - components: - - type: Transform - pos: -9.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26806 components: - type: Transform @@ -146392,7 +143670,7 @@ entities: pos: -21.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26881 components: - type: Transform @@ -146400,7 +143678,7 @@ entities: pos: 27.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26889 components: - type: Transform @@ -146423,7 +143701,7 @@ entities: pos: -55.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26984 components: - type: Transform @@ -146431,7 +143709,7 @@ entities: pos: -59.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26987 components: - type: Transform @@ -146455,7 +143733,7 @@ entities: pos: -85.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27015 components: - type: Transform @@ -146479,7 +143757,7 @@ entities: pos: -59.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27053 components: - type: Transform @@ -146487,7 +143765,7 @@ entities: pos: -53.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27058 components: - type: Transform @@ -146510,7 +143788,7 @@ entities: pos: -40.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27074 components: - type: Transform @@ -146526,7 +143804,7 @@ entities: pos: -46.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27095 components: - type: Transform @@ -146540,31 +143818,21 @@ entities: rot: 3.141592653589793 rad pos: -37.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,56.5 - parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 27147 + - uid: 27146 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,56.5 + pos: -58.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 27261 components: - type: Transform pos: -16.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27272 components: - type: Transform @@ -146586,14 +143854,14 @@ entities: pos: -4.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27305 components: - type: Transform pos: 36.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27319 components: - type: Transform @@ -146640,7 +143908,7 @@ entities: pos: 18.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27364 components: - type: Transform @@ -146648,7 +143916,7 @@ entities: pos: -84.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27374 components: - type: Transform @@ -146657,14 +143925,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 27429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 27505 components: - type: Transform @@ -146679,7 +143939,7 @@ entities: pos: -60.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27509 components: - type: Transform @@ -146695,7 +143955,7 @@ entities: pos: -73.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27514 components: - type: Transform @@ -146703,7 +143963,7 @@ entities: pos: -114.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27515 components: - type: Transform @@ -146719,7 +143979,7 @@ entities: pos: -114.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27588 components: - type: Transform @@ -146727,14 +143987,14 @@ entities: pos: 53.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27595 components: - type: Transform pos: 60.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27616 components: - type: Transform @@ -146757,7 +144017,7 @@ entities: pos: 60.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27784 components: - type: Transform @@ -146765,7 +144025,7 @@ entities: pos: 65.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27799 components: - type: Transform @@ -146788,7 +144048,7 @@ entities: pos: -63.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27875 components: - type: Transform @@ -146811,14 +144071,14 @@ entities: pos: 13.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28085 components: - type: Transform pos: 43.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28095 components: - type: Transform @@ -146826,7 +144086,7 @@ entities: pos: 13.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28103 components: - type: Transform @@ -146848,21 +144108,21 @@ entities: pos: 20.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28151 components: - type: Transform pos: -21.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28155 components: - type: Transform pos: -29.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28206 components: - type: Transform @@ -146878,7 +144138,7 @@ entities: pos: -17.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28248 components: - type: Transform @@ -146901,7 +144161,7 @@ entities: pos: -89.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28299 components: - type: Transform @@ -146915,7 +144175,7 @@ entities: pos: -11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28582 components: - type: Transform @@ -146923,7 +144183,7 @@ entities: pos: 12.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28608 components: - type: Transform @@ -146932,6 +144192,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 29971 + components: + - type: Transform + pos: -42.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 30253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 31040 components: - type: Transform @@ -146955,7 +144230,7 @@ entities: pos: 38.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34675 components: - type: Transform @@ -146985,50 +144260,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 34695 - components: - - type: Transform - pos: -59.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34760 - components: - - type: Transform - pos: -63.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34765 - components: - - type: Transform - pos: -67.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34767 - components: - - type: Transform - pos: -65.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 35795 components: - type: Transform @@ -147036,7 +144267,7 @@ entities: pos: 17.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - proto: GasPort entities: - uid: 2834 @@ -147055,6 +144286,14 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 5047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 5053 components: - type: Transform @@ -147087,6 +144326,16 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 5255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6434 components: - type: Transform @@ -147151,11 +144400,11 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 19332 + - uid: 23789 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,59.5 + pos: -53.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -147243,22 +144492,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 34690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,57.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasPressurePump entities: - uid: 2532 @@ -147344,107 +144577,26 @@ entities: targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - uid: 16495 + - uid: 16542 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 250 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16497 - components: - - type: Transform - pos: -55.5,58.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16535 - components: - - type: Transform - pos: -63.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16547 - components: - - type: Transform - pos: -57.5,55.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21163 - components: - - type: Transform - pos: -46.5,40.5 - parent: 2 - - type: GasPressurePump - targetPressure: 200 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22418 - components: - - type: Transform - pos: -65.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23769 - components: - - type: Transform - pos: -67.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,58.5 + pos: -48.5,44.5 parent: 2 - type: GasPressurePump targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23789 + - uid: 25058 components: - type: Transform - pos: -55.5,60.5 + rot: -1.5707963267948966 rad + pos: -54.5,50.5 parent: 2 - type: GasPressurePump targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 27340 components: - type: Transform @@ -147453,97 +144605,8 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,60.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,55.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,60.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,50.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34755 - components: - - type: Transform - pos: -66.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34757 - components: - - type: Transform - pos: -64.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 34762 - components: - - type: Transform - pos: -68.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,44.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - proto: GasRecycler entities: - uid: 9578 @@ -147626,7 +144689,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 940 components: - type: Transform @@ -147639,7 +144702,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 1256 components: - type: Transform @@ -147652,7 +144715,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 2458 components: - type: Transform @@ -147664,7 +144727,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 4113 components: - type: Transform @@ -147674,7 +144737,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 4430 components: - type: Transform @@ -147684,7 +144747,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5507 components: - type: Transform @@ -147694,7 +144757,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 5676 components: - type: Transform @@ -147707,7 +144770,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6275 components: - type: Transform @@ -147717,7 +144780,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6321 components: - type: Transform @@ -147730,7 +144793,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6519 components: - type: Transform @@ -147739,7 +144802,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6667 components: - type: Transform @@ -147752,7 +144815,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 6973 components: - type: Transform @@ -147761,7 +144824,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8821 components: - type: Transform @@ -147774,7 +144837,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8835 components: - type: Transform @@ -147786,7 +144849,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 8968 components: - type: Transform @@ -147799,7 +144862,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 11644 components: - type: Transform @@ -147812,7 +144875,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 13000 components: - type: Transform @@ -147825,7 +144888,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 13378 components: - type: Transform @@ -147837,7 +144900,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15311 components: - type: Transform @@ -147847,7 +144910,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 15944 components: - type: Transform @@ -147857,7 +144920,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 16481 components: - type: Transform @@ -147870,39 +144933,74 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16494 + color: '#0335FCFF' + - uid: 16551 components: - type: Transform - pos: -59.5,-9.5 + rot: 3.141592653589793 rad + pos: 74.5,-16.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 29087 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16551 + color: '#0335FCFF' + - uid: 16823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18220 components: - type: Transform rot: 3.141592653589793 rad - pos: 74.5,-16.5 + pos: 55.5,20.5 parent: 2 - type: DeviceNetwork deviceLists: - - 29087 + - 25301 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16823 + color: '#0335FCFF' + - uid: 18241 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,2.5 + pos: 24.5,-18.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 18332 + components: + - type: Transform + pos: -10.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18359 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 19639 components: - type: Transform @@ -147912,37 +145010,47 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20961 + color: '#0335FCFF' + - uid: 19759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,8.5 + rot: 1.5707963267948966 rad + pos: -46.5,64.5 parent: 2 - type: DeviceNetwork deviceLists: - - 30714 + - 18239 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22880 + color: '#0335FCFF' + - uid: 19766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,32.5 + pos: -43.5,65.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25234 + - 22291 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22899 + color: '#0335FCFF' + - uid: 20648 components: - type: Transform - pos: -84.5,10.5 + rot: 1.5707963267948966 rad + pos: -42.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,8.5 parent: 2 - type: DeviceNetwork deviceLists: @@ -147950,32 +145058,45 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23226 + color: '#0335FCFF' + - uid: 22340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,72.5 + rot: 3.141592653589793 rad + pos: 7.5,59.5 parent: 2 - type: DeviceNetwork deviceLists: - - 1865 + - 22348 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23247 + color: '#0335FCFF' + - uid: 22880 components: - type: Transform - pos: -27.5,75.5 + rot: 3.141592653589793 rad + pos: 12.5,32.5 parent: 2 - type: DeviceNetwork deviceLists: - - 1865 + - 25234 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 22899 + components: + - type: Transform + pos: -84.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23952 components: - type: Transform @@ -147988,7 +145109,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24059 components: - type: Transform @@ -148001,7 +145122,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24173 components: - type: Transform @@ -148014,7 +145135,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24245 components: - type: Transform @@ -148027,7 +145148,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24258 components: - type: Transform @@ -148040,7 +145161,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24263 components: - type: Transform @@ -148053,7 +145174,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24602 components: - type: Transform @@ -148066,7 +145187,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24637 components: - type: Transform @@ -148079,7 +145200,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 24775 components: - type: Transform @@ -148092,35 +145213,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,60.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 29039 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 29039 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25353 components: - type: Transform @@ -148129,7 +145222,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25375 components: - type: Transform @@ -148142,7 +145235,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25452 components: - type: Transform @@ -148152,7 +145245,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25460 components: - type: Transform @@ -148162,7 +145255,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25468 components: - type: Transform @@ -148172,17 +145265,20 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25475 components: - type: Transform rot: -1.5707963267948966 rad pos: 42.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25485 components: - type: Transform @@ -148192,7 +145288,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25497 components: - type: Transform @@ -148205,7 +145301,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25499 components: - type: Transform @@ -148215,7 +145311,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25573 components: - type: Transform @@ -148228,7 +145324,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25622 components: - type: Transform @@ -148241,7 +145337,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25623 components: - type: Transform @@ -148254,7 +145350,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25631 components: - type: Transform @@ -148266,7 +145362,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25699 components: - type: Transform @@ -148276,7 +145372,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25742 components: - type: Transform @@ -148288,7 +145384,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25770 components: - type: Transform @@ -148301,7 +145397,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25773 components: - type: Transform @@ -148314,7 +145410,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25774 components: - type: Transform @@ -148327,7 +145423,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25777 components: - type: Transform @@ -148340,19 +145436,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25782 - components: - - type: Transform - pos: 65.5,22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25301 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25783 components: - type: Transform @@ -148365,7 +145449,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25784 components: - type: Transform @@ -148378,7 +145462,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25788 components: - type: Transform @@ -148391,7 +145475,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25789 components: - type: Transform @@ -148404,7 +145488,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25791 components: - type: Transform @@ -148413,7 +145497,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25792 components: - type: Transform @@ -148426,7 +145510,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25793 components: - type: Transform @@ -148439,7 +145523,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25794 components: - type: Transform @@ -148451,7 +145535,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25795 components: - type: Transform @@ -148461,7 +145545,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25807 components: - type: Transform @@ -148471,7 +145555,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25835 components: - type: Transform @@ -148480,7 +145564,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25847 components: - type: Transform @@ -148492,7 +145576,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25858 components: - type: Transform @@ -148502,7 +145586,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25877 components: - type: Transform @@ -148512,7 +145596,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25887 components: - type: Transform @@ -148522,7 +145606,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25958 components: - type: Transform @@ -148532,7 +145616,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 25973 components: - type: Transform @@ -148541,7 +145625,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26009 components: - type: Transform @@ -148550,7 +145634,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26013 components: - type: Transform @@ -148563,7 +145647,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26014 components: - type: Transform @@ -148576,7 +145660,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26030 components: - type: Transform @@ -148586,7 +145670,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26056 components: - type: Transform @@ -148595,7 +145679,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26059 components: - type: Transform @@ -148607,7 +145691,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26067 components: - type: Transform @@ -148620,7 +145704,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26079 components: - type: Transform @@ -148629,7 +145713,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26080 components: - type: Transform @@ -148642,7 +145726,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26083 components: - type: Transform @@ -148654,7 +145738,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26087 components: - type: Transform @@ -148664,7 +145748,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26089 components: - type: Transform @@ -148677,7 +145761,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26091 components: - type: Transform @@ -148687,7 +145771,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26121 components: - type: Transform @@ -148696,7 +145780,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26128 components: - type: Transform @@ -148706,7 +145790,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26137 components: - type: Transform @@ -148718,7 +145802,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26143 components: - type: Transform @@ -148731,7 +145815,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26212 components: - type: Transform @@ -148744,16 +145828,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26217 - components: - - type: Transform - pos: -10.5,67.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26219 components: - type: Transform @@ -148762,7 +145837,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26232 components: - type: Transform @@ -148775,7 +145850,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26235 components: - type: Transform @@ -148787,7 +145862,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26248 components: - type: Transform @@ -148796,7 +145871,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26257 components: - type: Transform @@ -148806,7 +145881,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26269 components: - type: Transform @@ -148816,7 +145891,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26281 components: - type: Transform @@ -148826,7 +145901,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26282 components: - type: Transform @@ -148836,7 +145911,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26309 components: - type: Transform @@ -148846,7 +145921,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26354 components: - type: Transform @@ -148856,7 +145931,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26414 components: - type: Transform @@ -148869,7 +145944,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26415 components: - type: Transform @@ -148879,7 +145954,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26629 components: - type: Transform @@ -148891,7 +145966,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26693 components: - type: Transform @@ -148901,7 +145976,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26696 components: - type: Transform @@ -148915,7 +145990,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26697 components: - type: Transform @@ -148928,7 +146003,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26703 components: - type: Transform @@ -148938,7 +146013,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26742 components: - type: Transform @@ -148947,7 +146022,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26782 components: - type: Transform @@ -148957,7 +146032,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26808 components: - type: Transform @@ -148967,7 +146042,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26834 components: - type: Transform @@ -148976,7 +146051,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26836 components: - type: Transform @@ -148986,7 +146061,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26865 components: - type: Transform @@ -148996,7 +146071,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26868 components: - type: Transform @@ -149006,7 +146081,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26869 components: - type: Transform @@ -149019,7 +146094,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26870 components: - type: Transform @@ -149032,7 +146107,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26872 components: - type: Transform @@ -149046,7 +146121,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26885 components: - type: Transform @@ -149055,7 +146130,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26895 components: - type: Transform @@ -149065,7 +146140,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26924 components: - type: Transform @@ -149078,7 +146153,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26926 components: - type: Transform @@ -149091,7 +146166,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 26946 components: - type: Transform @@ -149101,7 +146176,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27007 components: - type: Transform @@ -149110,7 +146185,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27009 components: - type: Transform @@ -149123,7 +146198,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27017 components: - type: Transform @@ -149135,7 +146210,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27109 components: - type: Transform @@ -149145,7 +146220,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27112 components: - type: Transform @@ -149158,7 +146233,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27113 components: - type: Transform @@ -149168,7 +146243,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27115 components: - type: Transform @@ -149178,16 +146253,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27124 - components: - - type: Transform - pos: -37.5,-30.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27130 components: - type: Transform @@ -149197,7 +146263,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27135 components: - type: Transform @@ -149207,7 +146273,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27136 components: - type: Transform @@ -149217,7 +146283,14 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' + - uid: 27152 + components: + - type: Transform + pos: -57.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 27166 components: - type: Transform @@ -149227,7 +146300,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27191 components: - type: Transform @@ -149237,7 +146310,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27239 components: - type: Transform @@ -149246,7 +146319,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27246 components: - type: Transform @@ -149255,7 +146328,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27247 components: - type: Transform @@ -149264,7 +146337,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27248 components: - type: Transform @@ -149273,7 +146346,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27249 components: - type: Transform @@ -149283,7 +146356,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27250 components: - type: Transform @@ -149293,7 +146366,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27251 components: - type: Transform @@ -149303,7 +146376,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27254 components: - type: Transform @@ -149313,7 +146386,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27256 components: - type: Transform @@ -149327,7 +146400,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27260 components: - type: Transform @@ -149340,7 +146413,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27295 components: - type: Transform @@ -149350,7 +146423,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27296 components: - type: Transform @@ -149360,7 +146433,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27307 components: - type: Transform @@ -149370,7 +146443,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27351 components: - type: Transform @@ -149379,7 +146452,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27363 components: - type: Transform @@ -149392,7 +146465,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27382 components: - type: Transform @@ -149402,7 +146475,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27396 components: - type: Transform @@ -149412,7 +146485,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27405 components: - type: Transform @@ -149422,7 +146495,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27421 components: - type: Transform @@ -149432,7 +146505,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27430 components: - type: Transform @@ -149445,7 +146518,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27438 components: - type: Transform @@ -149454,7 +146527,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27466 components: - type: Transform @@ -149463,7 +146536,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27483 components: - type: Transform @@ -149473,7 +146546,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27492 components: - type: Transform @@ -149483,7 +146556,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27493 components: - type: Transform @@ -149496,7 +146569,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27496 components: - type: Transform @@ -149509,7 +146582,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27497 components: - type: Transform @@ -149522,7 +146595,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27503 components: - type: Transform @@ -149535,7 +146608,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27511 components: - type: Transform @@ -149548,7 +146621,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27558 components: - type: Transform @@ -149558,7 +146631,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27561 components: - type: Transform @@ -149568,7 +146641,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27611 components: - type: Transform @@ -149581,7 +146654,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27638 components: - type: Transform @@ -149594,7 +146667,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27642 components: - type: Transform @@ -149604,7 +146677,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27697 components: - type: Transform @@ -149614,7 +146687,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27748 components: - type: Transform @@ -149623,7 +146696,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27751 components: - type: Transform @@ -149632,7 +146705,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27753 components: - type: Transform @@ -149645,7 +146718,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27755 components: - type: Transform @@ -149655,7 +146728,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 27819 components: - type: Transform @@ -149665,7 +146738,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28059 components: - type: Transform @@ -149675,7 +146748,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28071 components: - type: Transform @@ -149685,7 +146758,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28079 components: - type: Transform @@ -149698,7 +146771,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28109 components: - type: Transform @@ -149708,7 +146781,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28110 components: - type: Transform @@ -149720,7 +146793,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28111 components: - type: Transform @@ -149733,7 +146806,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28117 components: - type: Transform @@ -149743,17 +146816,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-18.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28150 components: - type: Transform @@ -149763,7 +146826,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28213 components: - type: Transform @@ -149775,7 +146838,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28219 components: - type: Transform @@ -149788,7 +146851,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28245 components: - type: Transform @@ -149800,7 +146863,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28247 components: - type: Transform @@ -149813,7 +146876,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28266 components: - type: Transform @@ -149823,7 +146886,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28301 components: - type: Transform @@ -149833,7 +146896,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28317 components: - type: Transform @@ -149843,7 +146906,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28331 components: - type: Transform @@ -149852,7 +146915,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28450 components: - type: Transform @@ -149862,7 +146925,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28451 components: - type: Transform @@ -149872,7 +146935,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28501 components: - type: Transform @@ -149880,19 +146943,8 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 28535 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,70.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25314 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28546 components: - type: Transform @@ -149901,7 +146953,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28567 components: - type: Transform @@ -149911,7 +146963,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28583 components: - type: Transform @@ -149920,7 +146972,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28609 components: - type: Transform @@ -149933,7 +146985,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28610 components: - type: Transform @@ -149946,7 +146998,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28705 components: - type: Transform @@ -149959,7 +147011,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28713 components: - type: Transform @@ -149972,7 +147024,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 28757 components: - type: Transform @@ -149982,7 +147034,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 29289 components: - type: Transform @@ -149994,7 +147046,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34118 components: - type: Transform @@ -150007,7 +147059,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 34680 components: - type: Transform @@ -150017,7 +147069,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 35768 components: - type: Transform @@ -150027,7 +147079,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36078 components: - type: Transform @@ -150036,7 +147088,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36079 components: - type: Transform @@ -150045,7 +147097,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36080 components: - type: Transform @@ -150055,7 +147107,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - uid: 36081 components: - type: Transform @@ -150065,7 +147117,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 391 @@ -150116,6 +147168,18 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 2655 + components: + - type: Transform + pos: -36.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4115 components: - type: Transform @@ -150136,6 +147200,16 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 5923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 6129 components: - type: Transform @@ -150309,18 +147383,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 15918 - components: - - type: Transform - pos: -21.5,74.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1865 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 15936 components: - type: Transform @@ -150370,6 +147432,48 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 18234 + components: + - type: Transform + pos: -8.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 20656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 22349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24007 components: - type: Transform @@ -150458,19 +147562,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 25077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,61.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 25200 components: - type: Transform @@ -150480,7 +147571,7 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - 29039 + - 22291 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -150555,6 +147646,9 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -151148,15 +148242,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 26218 - components: - - type: Transform - pos: -8.5,67.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 26220 components: - type: Transform @@ -151258,18 +148343,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 26681 - components: - - type: Transform - pos: -8.5,71.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25314 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 26692 components: - type: Transform @@ -151567,15 +148640,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 27125 - components: - - type: Transform - pos: -36.5,-30.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 27129 components: - type: Transform @@ -152198,16 +149262,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 28140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 28149 components: - type: Transform @@ -152394,19 +149448,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 28727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,73.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1865 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 28776 components: - type: Transform @@ -152500,91 +149541,8 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' -- proto: GasVolumePump - entities: - - uid: 16539 - components: - - type: Transform - pos: -68.5,60.5 - parent: 2 - - type: GasVolumePump - transferRate: 33 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22417 - components: - - type: Transform - pos: -63.5,60.5 - parent: 2 - - type: GasVolumePump - transferRate: 34 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23700 - components: - - type: Transform - pos: -65.5,60.5 - parent: 2 - - type: GasVolumePump - transferRate: 33 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23710 - components: - - type: Transform - pos: -67.5,60.5 - parent: 2 - - type: GasVolumePump - transferRate: 33 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34752 - components: - - type: Transform - pos: -66.5,60.5 - parent: 2 - - type: GasVolumePump - transferRate: 34 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34756 - components: - - type: Transform - pos: -64.5,60.5 - parent: 2 - - type: GasVolumePump - transferRate: 33 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - proto: Gauze entities: - - uid: 1574 - components: - - type: Transform - pos: 8.030889,16.631584 - parent: 2 - uid: 3465 components: - type: Transform @@ -152626,10 +149584,10 @@ entities: parent: 2 - proto: GlimmerProber entities: - - uid: 4759 + - uid: 30921 components: - type: Transform - pos: 46.5,30.5 + pos: 45.5,30.5 parent: 2 - proto: GlowstickBase entities: @@ -153124,6 +150082,11 @@ entities: - type: Transform pos: 21.5,-0.5 parent: 2 + - uid: 1518 + components: + - type: Transform + pos: -31.5,71.5 + parent: 2 - uid: 1540 components: - type: Transform @@ -153174,6 +150137,11 @@ entities: - type: Transform pos: -44.5,-2.5 parent: 2 + - uid: 2185 + components: + - type: Transform + pos: 4.5,58.5 + parent: 2 - uid: 2197 components: - type: Transform @@ -153379,11 +150347,6 @@ entities: - type: Transform pos: 8.5,-41.5 parent: 2 - - uid: 2587 - components: - - type: Transform - pos: 4.5,60.5 - parent: 2 - uid: 2608 components: - type: Transform @@ -154154,11 +151117,6 @@ entities: - type: Transform pos: -45.5,66.5 parent: 2 - - uid: 4013 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - uid: 4023 components: - type: Transform @@ -154539,6 +151497,11 @@ entities: - type: Transform pos: 22.5,59.5 parent: 2 + - uid: 5085 + components: + - type: Transform + pos: 4.5,62.5 + parent: 2 - uid: 5095 components: - type: Transform @@ -154784,6 +151747,11 @@ entities: - type: Transform pos: -9.5,-52.5 parent: 2 + - uid: 6007 + components: + - type: Transform + pos: -40.5,72.5 + parent: 2 - uid: 6144 components: - type: Transform @@ -154974,11 +151942,6 @@ entities: - type: Transform pos: -48.5,32.5 parent: 2 - - uid: 7090 - components: - - type: Transform - pos: -40.5,-26.5 - parent: 2 - uid: 7100 components: - type: Transform @@ -155014,11 +151977,6 @@ entities: - type: Transform pos: -58.5,-5.5 parent: 2 - - uid: 7248 - components: - - type: Transform - pos: -41.5,-26.5 - parent: 2 - uid: 7251 components: - type: Transform @@ -155094,6 +152052,11 @@ entities: - type: Transform pos: -98.5,26.5 parent: 2 + - uid: 7593 + components: + - type: Transform + pos: -11.5,68.5 + parent: 2 - uid: 7603 components: - type: Transform @@ -155979,11 +152942,6 @@ entities: - type: Transform pos: -105.5,-12.5 parent: 2 - - uid: 9175 - components: - - type: Transform - pos: 4.5,61.5 - parent: 2 - uid: 9183 components: - type: Transform @@ -156434,11 +153392,6 @@ entities: - type: Transform pos: 8.5,57.5 parent: 2 - - uid: 13060 - components: - - type: Transform - pos: 10.5,57.5 - parent: 2 - uid: 13073 components: - type: Transform @@ -157074,6 +154027,11 @@ entities: - type: Transform pos: -9.5,37.5 parent: 2 + - uid: 15571 + components: + - type: Transform + pos: -63.5,56.5 + parent: 2 - uid: 15608 components: - type: Transform @@ -157104,16 +154062,6 @@ entities: - type: Transform pos: -25.5,43.5 parent: 2 - - uid: 15688 - components: - - type: Transform - pos: -39.5,71.5 - parent: 2 - - uid: 15746 - components: - - type: Transform - pos: -38.5,71.5 - parent: 2 - uid: 15817 components: - type: Transform @@ -157134,10 +154082,15 @@ entities: - type: Transform pos: -21.5,65.5 parent: 2 - - uid: 15847 + - uid: 15824 components: - type: Transform - pos: 10.5,61.5 + pos: 11.5,69.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + pos: 10.5,69.5 parent: 2 - uid: 15855 components: @@ -157234,20 +154187,20 @@ entities: - type: Transform pos: -55.5,50.5 parent: 2 - - uid: 16477 + - uid: 16531 components: - type: Transform - pos: 9.5,61.5 + pos: -63.5,61.5 parent: 2 - - uid: 16488 + - uid: 16537 components: - type: Transform - pos: -61.5,49.5 + pos: -63.5,60.5 parent: 2 - - uid: 16490 + - uid: 16538 components: - type: Transform - pos: -61.5,48.5 + pos: -63.5,58.5 parent: 2 - uid: 16686 components: @@ -157289,25 +154242,25 @@ entities: - type: Transform pos: 3.5,41.5 parent: 2 - - uid: 17973 + - uid: 17916 components: - type: Transform - pos: -19.5,46.5 + pos: -7.5,68.5 parent: 2 - - uid: 17992 + - uid: 17963 components: - type: Transform - pos: -51.5,6.5 + pos: -9.5,68.5 parent: 2 - - uid: 17994 + - uid: 17973 components: - type: Transform - pos: 8.5,61.5 + pos: -19.5,46.5 parent: 2 - - uid: 17998 + - uid: 17992 components: - type: Transform - pos: 7.5,61.5 + pos: -51.5,6.5 parent: 2 - uid: 18021 components: @@ -157324,6 +154277,11 @@ entities: - type: Transform pos: -2.5,18.5 parent: 2 + - uid: 18029 + components: + - type: Transform + pos: 7.5,69.5 + parent: 2 - uid: 18076 components: - type: Transform @@ -157334,25 +154292,45 @@ entities: - type: Transform pos: -14.5,62.5 parent: 2 - - uid: 18372 + - uid: 18196 components: - type: Transform - pos: -60.5,47.5 + pos: -32.5,71.5 parent: 2 - - uid: 18387 + - uid: 18221 components: - type: Transform - pos: -36.5,71.5 + pos: -39.5,68.5 parent: 2 - - uid: 18389 + - uid: 18222 components: - type: Transform - pos: -37.5,71.5 + pos: -36.5,68.5 parent: 2 - - uid: 18395 + - uid: 18224 components: - type: Transform - pos: -35.5,71.5 + pos: -35.5,68.5 + parent: 2 + - uid: 18242 + components: + - type: Transform + pos: -34.5,62.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + pos: -38.5,68.5 + parent: 2 + - uid: 18270 + components: + - type: Transform + pos: -37.5,68.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: -60.5,47.5 parent: 2 - uid: 18408 components: @@ -157824,6 +154802,11 @@ entities: - type: Transform pos: -45.5,64.5 parent: 2 + - uid: 19328 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 - uid: 19330 components: - type: Transform @@ -157852,7 +154835,6 @@ entities: - uid: 19382 components: - type: Transform - rot: 3.141592653589793 rad pos: -6.5,22.5 parent: 2 - uid: 19457 @@ -158085,50 +155067,95 @@ entities: - type: Transform pos: 15.5,74.5 parent: 2 - - uid: 19653 + - uid: 19655 components: - type: Transform - pos: -39.5,68.5 + pos: -34.5,61.5 parent: 2 - - uid: 19655 + - uid: 19724 components: - type: Transform - pos: -34.5,61.5 + pos: -40.5,73.5 parent: 2 - - uid: 19673 + - uid: 19731 components: - type: Transform - pos: 11.5,61.5 + pos: 11.5,72.5 parent: 2 - - uid: 19710 + - uid: 19799 components: - type: Transform - pos: 11.5,67.5 + pos: -12.5,71.5 parent: 2 - - uid: 19719 + - uid: 19830 components: - type: Transform - pos: -34.5,73.5 + pos: -26.5,68.5 parent: 2 - - uid: 19724 + - uid: 19831 components: - type: Transform - pos: -40.5,73.5 + pos: -27.5,68.5 parent: 2 - - uid: 19731 + - uid: 19832 components: - type: Transform - pos: 11.5,72.5 + pos: -25.5,68.5 parent: 2 - - uid: 19757 + - uid: 19833 components: - type: Transform - pos: -38.5,68.5 + pos: -23.5,68.5 parent: 2 - - uid: 19879 + - uid: 19834 components: - type: Transform - pos: -37.5,68.5 + pos: -22.5,68.5 + parent: 2 + - uid: 19835 + components: + - type: Transform + pos: -21.5,68.5 + parent: 2 + - uid: 19836 + components: + - type: Transform + pos: -19.5,68.5 + parent: 2 + - uid: 19837 + components: + - type: Transform + pos: -18.5,68.5 + parent: 2 + - uid: 19838 + components: + - type: Transform + pos: -17.5,68.5 + parent: 2 + - uid: 19839 + components: + - type: Transform + pos: -15.5,68.5 + parent: 2 + - uid: 19840 + components: + - type: Transform + pos: -14.5,68.5 + parent: 2 + - uid: 19841 + components: + - type: Transform + pos: -13.5,68.5 + parent: 2 + - uid: 19844 + components: + - type: Transform + pos: -12.5,70.5 + parent: 2 + - uid: 19845 + components: + - type: Transform + pos: -12.5,69.5 parent: 2 - uid: 19892 components: @@ -158290,10 +155317,10 @@ entities: - type: Transform pos: -22.5,35.5 parent: 2 - - uid: 20954 + - uid: 20724 components: - type: Transform - pos: -35.5,73.5 + pos: -63.5,63.5 parent: 2 - uid: 20998 components: @@ -158305,6 +155332,11 @@ entities: - type: Transform pos: -52.5,-47.5 parent: 2 + - uid: 21058 + components: + - type: Transform + pos: -63.5,62.5 + parent: 2 - uid: 21076 components: - type: Transform @@ -158330,155 +155362,100 @@ entities: - type: Transform pos: 47.5,-1.5 parent: 2 - - uid: 22261 - components: - - type: Transform - pos: -20.5,75.5 - parent: 2 - - uid: 22262 - components: - - type: Transform - pos: -20.5,74.5 - parent: 2 - - uid: 22263 - components: - - type: Transform - pos: -20.5,73.5 - parent: 2 - - uid: 22268 - components: - - type: Transform - pos: -23.5,76.5 - parent: 2 - - uid: 22269 - components: - - type: Transform - pos: -21.5,76.5 - parent: 2 - - uid: 22270 - components: - - type: Transform - pos: -22.5,76.5 - parent: 2 - - uid: 22272 - components: - - type: Transform - pos: -29.5,75.5 - parent: 2 - - uid: 22274 - components: - - type: Transform - pos: -29.5,74.5 - parent: 2 - uid: 22275 components: - type: Transform pos: -42.5,73.5 parent: 2 - - uid: 22276 - components: - - type: Transform - pos: -27.5,77.5 - parent: 2 - - uid: 22277 - components: - - type: Transform - pos: -26.5,77.5 - parent: 2 - - uid: 22332 - components: - - type: Transform - pos: -18.5,73.5 - parent: 2 - - uid: 22333 + - uid: 22298 components: - type: Transform - pos: -18.5,74.5 + pos: -24.5,70.5 parent: 2 - - uid: 22334 + - uid: 22300 components: - type: Transform - pos: -18.5,75.5 + pos: -33.5,71.5 parent: 2 - - uid: 22335 + - uid: 22301 components: - type: Transform - pos: -18.5,76.5 + pos: -26.5,70.5 parent: 2 - - uid: 22336 + - uid: 22302 components: - type: Transform - pos: -19.5,78.5 + pos: -15.5,71.5 parent: 2 - - uid: 22337 + - uid: 22307 components: - type: Transform - pos: -20.5,78.5 + pos: -30.5,70.5 parent: 2 - - uid: 22338 + - uid: 22308 components: - type: Transform - pos: -21.5,78.5 + pos: -31.5,70.5 parent: 2 - - uid: 22339 + - uid: 22309 components: - type: Transform - pos: -22.5,78.5 + pos: -20.5,70.5 parent: 2 - - uid: 22340 + - uid: 22310 components: - type: Transform - pos: -24.5,79.5 + pos: -36.5,71.5 parent: 2 - - uid: 22341 + - uid: 22311 components: - type: Transform - pos: -29.5,79.5 + pos: -19.5,71.5 parent: 2 - - uid: 22342 + - uid: 22312 components: - type: Transform - pos: -28.5,79.5 + pos: -37.5,71.5 parent: 2 - - uid: 22343 + - uid: 22314 components: - type: Transform - pos: -27.5,79.5 + pos: -25.5,70.5 parent: 2 - - uid: 22344 + - uid: 22315 components: - type: Transform - pos: -26.5,79.5 + pos: -28.5,70.5 parent: 2 - - uid: 22345 + - uid: 22317 components: - type: Transform - pos: -30.5,79.5 + pos: -22.5,71.5 parent: 2 - - uid: 22348 + - uid: 22318 components: - type: Transform - pos: -31.5,75.5 + pos: -18.5,71.5 parent: 2 - - uid: 22349 + - uid: 22319 components: - type: Transform - pos: -31.5,76.5 + pos: -21.5,71.5 parent: 2 - - uid: 22350 + - uid: 22320 components: - type: Transform - pos: -31.5,77.5 + pos: -20.5,71.5 parent: 2 - - uid: 22351 + - uid: 22362 components: - type: Transform - pos: -31.5,78.5 + pos: -45.5,65.5 parent: 2 - - uid: 22362 + - uid: 22728 components: - type: Transform - pos: -45.5,65.5 + pos: -63.5,59.5 parent: 2 - uid: 22754 components: @@ -158528,7 +155505,6 @@ entities: - uid: 23582 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,33.5 parent: 2 - uid: 23707 @@ -158566,11 +155542,21 @@ entities: - type: Transform pos: -57.5,47.5 parent: 2 + - uid: 23764 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 - uid: 23765 components: - type: Transform pos: -59.5,47.5 parent: 2 + - uid: 23766 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 - uid: 23807 components: - type: Transform @@ -158581,10 +155567,10 @@ entities: - type: Transform pos: 47.5,-2.5 parent: 2 - - uid: 23895 + - uid: 23863 components: - type: Transform - pos: 4.5,59.5 + pos: -63.5,55.5 parent: 2 - uid: 24439 components: @@ -158611,12 +155597,36 @@ entities: - type: Transform pos: 33.5,-12.5 parent: 2 + - uid: 25203 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 - uid: 25359 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,34.5 parent: 2 + - uid: 26218 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 + - uid: 26221 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 + - uid: 26223 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 26654 + components: + - type: Transform + pos: -57.5,62.5 + parent: 2 - uid: 26846 components: - type: Transform @@ -158652,11 +155662,21 @@ entities: - type: Transform pos: -33.5,36.5 parent: 2 + - uid: 27385 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 - uid: 27413 components: - type: Transform pos: 7.5,2.5 parent: 2 + - uid: 27774 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 - uid: 27905 components: - type: Transform @@ -158692,11 +155712,37 @@ entities: - type: Transform pos: -17.5,-45.5 parent: 2 + - uid: 28231 + components: + - type: Transform + pos: -63.5,57.5 + parent: 2 - uid: 28250 components: - type: Transform pos: -40.5,-45.5 parent: 2 + - uid: 28660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,55.5 + parent: 2 + - uid: 28669 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 28671 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 28672 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 - uid: 28835 components: - type: Transform @@ -158725,31 +155771,26 @@ entities: - uid: 28995 components: - type: Transform - rot: 3.141592653589793 rad pos: -4.5,22.5 parent: 2 - uid: 28997 components: - type: Transform - rot: 3.141592653589793 rad pos: -7.5,22.5 parent: 2 - uid: 28999 components: - type: Transform - rot: 3.141592653589793 rad pos: -5.5,22.5 parent: 2 - uid: 29011 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,25.5 parent: 2 - uid: 29013 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,24.5 parent: 2 - uid: 29298 @@ -158787,11 +155828,6 @@ entities: - type: Transform pos: -45.5,67.5 parent: 2 - - uid: 29719 - components: - - type: Transform - pos: -36.5,68.5 - parent: 2 - uid: 29805 components: - type: Transform @@ -158827,16 +155863,6 @@ entities: - type: Transform pos: 90.5,57.5 parent: 2 - - uid: 29897 - components: - - type: Transform - pos: -36.5,73.5 - parent: 2 - - uid: 29898 - components: - - type: Transform - pos: -37.5,73.5 - parent: 2 - uid: 29932 components: - type: Transform @@ -158907,10 +155933,15 @@ entities: - type: Transform pos: -48.5,61.5 parent: 2 - - uid: 30707 + - uid: 30710 components: - type: Transform - pos: -35.5,68.5 + pos: 12.5,68.5 + parent: 2 + - uid: 30717 + components: + - type: Transform + pos: 12.5,69.5 parent: 2 - uid: 30728 components: @@ -158932,15 +155963,25 @@ entities: - type: Transform pos: -47.5,63.5 parent: 2 - - uid: 30789 + - uid: 30747 components: - type: Transform - pos: 10.5,67.5 + pos: 6.5,69.5 parent: 2 - - uid: 31062 + - uid: 30748 components: - type: Transform - pos: 7.5,67.5 + pos: 6.5,68.5 + parent: 2 + - uid: 30931 + components: + - type: Transform + pos: 8.5,69.5 + parent: 2 + - uid: 30935 + components: + - type: Transform + pos: 9.5,69.5 parent: 2 - uid: 31090 components: @@ -159112,66 +156153,11 @@ entities: - type: Transform pos: -95.5,47.5 parent: 2 - - uid: 31404 - components: - - type: Transform - pos: -61.5,60.5 - parent: 2 - - uid: 31405 - components: - - type: Transform - pos: -61.5,59.5 - parent: 2 - - uid: 31406 - components: - - type: Transform - pos: -61.5,58.5 - parent: 2 - - uid: 31410 - components: - - type: Transform - pos: -57.5,62.5 - parent: 2 - - uid: 31411 - components: - - type: Transform - pos: -58.5,62.5 - parent: 2 - - uid: 31412 - components: - - type: Transform - pos: -59.5,62.5 - parent: 2 - uid: 31419 components: - type: Transform pos: -58.5,54.5 parent: 2 - - uid: 31422 - components: - - type: Transform - pos: -59.5,55.5 - parent: 2 - - uid: 31423 - components: - - type: Transform - pos: -57.5,54.5 - parent: 2 - - uid: 31431 - components: - - type: Transform - pos: -54.5,62.5 - parent: 2 - - uid: 31432 - components: - - type: Transform - pos: -53.5,62.5 - parent: 2 - - uid: 31433 - components: - - type: Transform - pos: -52.5,62.5 - parent: 2 - uid: 31611 components: - type: Transform @@ -159202,16 +156188,6 @@ entities: - type: Transform pos: 85.5,70.5 parent: 2 - - uid: 31632 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - - uid: 31640 - components: - - type: Transform - pos: -56.5,54.5 - parent: 2 - uid: 31711 components: - type: Transform @@ -159297,16 +156273,6 @@ entities: - type: Transform pos: -111.5,61.5 parent: 2 - - uid: 33647 - components: - - type: Transform - pos: 9.5,67.5 - parent: 2 - - uid: 33648 - components: - - type: Transform - pos: 8.5,67.5 - parent: 2 - uid: 33714 components: - type: Transform @@ -159327,11 +156293,6 @@ entities: - type: Transform pos: -58.5,14.5 parent: 2 - - uid: 34697 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - uid: 34977 components: - type: Transform @@ -159342,96 +156303,6 @@ entities: - type: Transform pos: -58.5,10.5 parent: 2 - - uid: 35662 - components: - - type: Transform - pos: -64.5,64.5 - parent: 2 - - uid: 35663 - components: - - type: Transform - pos: -65.5,64.5 - parent: 2 - - uid: 35664 - components: - - type: Transform - pos: -66.5,64.5 - parent: 2 - - uid: 35665 - components: - - type: Transform - pos: -67.5,64.5 - parent: 2 - - uid: 35666 - components: - - type: Transform - pos: -68.5,64.5 - parent: 2 - - uid: 35667 - components: - - type: Transform - pos: -69.5,64.5 - parent: 2 - - uid: 35668 - components: - - type: Transform - pos: -69.5,63.5 - parent: 2 - - uid: 35669 - components: - - type: Transform - pos: -69.5,62.5 - parent: 2 - - uid: 35670 - components: - - type: Transform - pos: -69.5,61.5 - parent: 2 - - uid: 35671 - components: - - type: Transform - pos: -69.5,60.5 - parent: 2 - - uid: 35672 - components: - - type: Transform - pos: -69.5,59.5 - parent: 2 - - uid: 35673 - components: - - type: Transform - pos: -69.5,58.5 - parent: 2 - - uid: 35674 - components: - - type: Transform - pos: -69.5,57.5 - parent: 2 - - uid: 35675 - components: - - type: Transform - pos: -69.5,56.5 - parent: 2 - - uid: 35676 - components: - - type: Transform - pos: -69.5,55.5 - parent: 2 - - uid: 35677 - components: - - type: Transform - pos: -69.5,54.5 - parent: 2 - - uid: 35678 - components: - - type: Transform - pos: -69.5,53.5 - parent: 2 - - uid: 35710 - components: - - type: Transform - pos: -61.5,63.5 - parent: 2 - uid: 35752 components: - type: Transform @@ -159644,6 +156515,47 @@ entities: rot: -1.5707963267948966 rad pos: 91.5,11.5 parent: 2 + - uid: 22299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,71.5 + parent: 2 + - uid: 22303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,71.5 + parent: 2 + - uid: 22304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,70.5 + parent: 2 + - uid: 22305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,71.5 + parent: 2 + - uid: 22306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,71.5 + parent: 2 + - uid: 22313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,70.5 + parent: 2 + - uid: 22316 + components: + - type: Transform + pos: -24.5,71.5 + parent: 2 - uid: 22934 components: - type: Transform @@ -159727,12 +156639,6 @@ entities: - type: Transform pos: -95.5,40.5 parent: 2 - - uid: 23037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,61.5 - parent: 2 - proto: GrilleSpawner entities: - uid: 18578 @@ -159840,13 +156746,6 @@ entities: parent: 2 - type: Physics bodyType: Static -- proto: GunSafeSubMachineGunWt550 - entities: - - uid: 15781 - components: - - type: Transform - pos: -6.5,32.5 - parent: 2 - proto: Handcuffs entities: - uid: 4331 @@ -159864,12 +156763,6 @@ entities: - type: Transform pos: -36.5038,30.736282 parent: 2 - - uid: 15533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.891557,68.5983 - parent: 2 - uid: 19395 components: - type: Transform @@ -159989,11 +156882,6 @@ entities: - type: Transform pos: -3.5,-18.5 parent: 2 - - uid: 21092 - components: - - type: Transform - pos: -28.5,-4.5 - parent: 2 - uid: 21093 components: - type: Transform @@ -160100,193 +156988,6 @@ entities: - type: Transform pos: 91.95369,27.203115 parent: 2 -- proto: HeatExchanger - entities: - - uid: 16306 - components: - - type: Transform - pos: -60.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16482 - components: - - type: Transform - pos: -57.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16507 - components: - - type: Transform - pos: -64.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16516 - components: - - type: Transform - pos: -65.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16531 - components: - - type: Transform - pos: -67.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16533 - components: - - type: Transform - pos: -68.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23708 - components: - - type: Transform - pos: -66.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23709 - components: - - type: Transform - pos: -65.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23781 - components: - - type: Transform - pos: -57.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27145 - components: - - type: Transform - pos: -63.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27146 - components: - - type: Transform - pos: -68.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34748 - components: - - type: Transform - pos: -60.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34749 - components: - - type: Transform - pos: -60.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34754 - components: - - type: Transform - pos: -63.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34758 - components: - - type: Transform - pos: -64.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34759 - components: - - type: Transform - pos: -67.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34764 - components: - - type: Transform - pos: -66.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - proto: HighSecArmoryLocked entities: - uid: 9055 @@ -160301,10 +157002,10 @@ entities: parent: 2 - proto: HighSecCommandLocked entities: - - uid: 3968 + - uid: 18354 components: - type: Transform - pos: -24.5,74.5 + pos: 4.5,60.5 parent: 2 - uid: 22597 components: @@ -160447,7 +157148,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -65158.2 + secondsUntilStateChange: -82318.086 - uid: 1457 components: - type: Transform @@ -160599,11 +157300,6 @@ entities: - type: Transform pos: -28.5,-12.5 parent: 2 - - uid: 5518 - components: - - type: Transform - pos: -27.5,-12.5 - parent: 2 - uid: 5519 components: - type: Transform @@ -160731,7 +157427,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -107228.375 + secondsUntilStateChange: -124388.25 - uid: 8381 components: - type: Transform @@ -160880,11 +157576,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-12.5 parent: 2 - - uid: 16592 - components: - - type: Transform - pos: -21.5,-12.5 - parent: 2 - uid: 16593 components: - type: Transform @@ -160895,11 +157586,6 @@ entities: - type: Transform pos: -16.5,-12.5 parent: 2 - - uid: 16595 - components: - - type: Transform - pos: -15.5,-12.5 - parent: 2 - uid: 16596 components: - type: Transform @@ -160990,6 +157676,12 @@ entities: - type: Transform pos: 41.5,34.5 parent: 2 + - uid: 19854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,65.5 + parent: 2 - uid: 23495 components: - type: Transform @@ -161113,42 +157805,31 @@ entities: rot: 3.141592653589793 rad pos: -56.5,4.5 parent: 2 - - uid: 13968 + - uid: 5407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,58.5 + pos: -33.5,62.5 parent: 2 - - uid: 15165 + - uid: 5740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,60.5 + pos: -33.5,61.5 parent: 2 - - uid: 18004 + - uid: 6274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,61.5 + pos: -33.5,60.5 parent: 2 - - uid: 18221 + - uid: 6844 components: - type: Transform - rot: 1.5707963267948966 rad pos: -33.5,59.5 parent: 2 - - uid: 18222 + - uid: 9671 components: - type: Transform - rot: 1.5707963267948966 rad pos: -33.5,57.5 parent: 2 - - uid: 18224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,62.5 - parent: 2 - uid: 18418 components: - type: Transform @@ -161191,6 +157872,11 @@ entities: rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 2 + - uid: 30754 + components: + - type: Transform + pos: -33.5,58.5 + parent: 2 - proto: HydroponicsToolClippers entities: - uid: 18156 @@ -161361,6 +158047,14 @@ entities: parent: 2 - proto: Igniter entities: + - uid: 25782 + components: + - type: Transform + pos: -58.52908,50.271786 + parent: 2 + - type: DeviceLinkSink + links: + - 19332 - uid: 35711 components: - type: MetaData @@ -161376,11 +158070,18 @@ entities: - type: MetaData name: igniter 1 - type: Transform - pos: -58.48824,50.166748 + pos: -37.62211,37.66803 parent: 2 - type: DeviceLinkSink links: - 35714 +- proto: InflatableDoor + entities: + - uid: 22720 + components: + - type: Transform + pos: 57.5,57.5 + parent: 2 - proto: IngotGold entities: - uid: 4461 @@ -161583,6 +158284,12 @@ entities: - type: Transform pos: -28.5,41.5 parent: 2 + - uid: 19480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,60.5 + parent: 2 - uid: 22654 components: - type: Transform @@ -161804,13 +158511,35 @@ entities: - uid: 6829 components: - type: Transform - pos: -13.307593,-40.42677 + pos: -13.42503,-42.64673 parent: 2 + - type: GasTank + toggleActionEntity: 6825 + - type: Jetpack + toggleActionEntity: 6789 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 6789 + - 6825 - uid: 6830 components: - type: Transform - pos: -13.588843,-40.12208 + pos: -13.596905,-42.287354 parent: 2 + - type: GasTank + toggleActionEntity: 17999 + - type: Jetpack + toggleActionEntity: 15781 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 15781 + - 17999 - proto: Jug entities: - uid: 1569 @@ -161889,11 +158618,6 @@ entities: - type: Transform pos: -16.5,-27.5 parent: 2 - - uid: 7313 - components: - - type: Transform - pos: -37.5,-28.5 - parent: 2 - uid: 7549 components: - type: Transform @@ -161971,11 +158695,6 @@ entities: - type: Transform pos: -54.5,0.5 parent: 2 - - uid: 7567 - components: - - type: Transform - pos: -36.5,-28.5 - parent: 2 - uid: 34186 components: - type: Transform @@ -161995,24 +158714,6 @@ entities: parent: 2 - proto: KnifePlastic entities: - - uid: 5929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.499224,-20.753315 - parent: 2 - - uid: 5930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.510942,-20.952534 - parent: 2 - - uid: 5931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.452349,-21.116596 - parent: 2 - uid: 7121 components: - type: Transform @@ -162408,12 +159109,12 @@ entities: - type: Transform pos: -53.5,-1.5 parent: 2 -- proto: LockerBrigmedicFilled +- proto: LockerBrigmedicFilledHardsuit entities: - - uid: 15274 + - uid: 18358 components: - type: Transform - pos: -10.5,66.5 + pos: -43.5,58.5 parent: 2 - proto: LockerCaptainFilled entities: @@ -162478,6 +159179,11 @@ entities: - type: Transform pos: -56.5,33.5 parent: 2 + - uid: 6824 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 - uid: 9021 components: - type: Transform @@ -162524,11 +159230,6 @@ entities: parent: 2 - proto: LockerFreezer entities: - - uid: 2346 - components: - - type: Transform - pos: -41.5,-30.5 - parent: 2 - uid: 3095 components: - type: Transform @@ -162572,6 +159273,11 @@ entities: - type: Transform pos: -23.5,16.5 parent: 2 + - uid: 1680 + components: + - type: Transform + pos: -10.5,15.5 + parent: 2 - uid: 1759 components: - type: Transform @@ -162602,12 +159308,17 @@ entities: - type: Transform pos: -23.5,9.5 parent: 2 + - uid: 31477 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 - proto: LockerMedicineFilled entities: - - uid: 17975 + - uid: 7601 components: - type: Transform - pos: -9.5,66.5 + pos: -44.5,58.5 parent: 2 - proto: LockerMime entities: @@ -162752,22 +159463,32 @@ entities: - type: Transform pos: 49.5,29.5 parent: 2 -- proto: LockerSalvageSpecialistFilled +- proto: LockerSalvageSpecialistFilledHardsuit entities: + - uid: 3688 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 - uid: 6822 components: - type: Transform - pos: -6.5,-40.5 + pos: -13.5,-37.5 parent: 2 - - uid: 6823 + - uid: 21013 components: - type: Transform - pos: -6.5,-41.5 + pos: -11.5,-37.5 parent: 2 - - uid: 6824 + - uid: 21061 components: - type: Transform - pos: -6.5,-42.5 + pos: -10.5,-37.5 parent: 2 - proto: LockerScienceFilled entities: @@ -162998,6 +159719,23 @@ entities: - type: Transform pos: -28.762278,47.661003 parent: 2 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 22261 + components: + - type: Transform + pos: -6.279428,32.535774 + parent: 2 + - uid: 22262 + components: + - type: Transform + pos: -6.248178,32.4264 + parent: 2 + - uid: 22263 + components: + - type: Transform + pos: -6.263803,32.3014 + parent: 2 - proto: MailingUnit entities: - uid: 1035 @@ -163019,6 +159757,13 @@ entities: parent: 2 - type: MailingUnit tag: Morgue + - uid: 3474 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 + - type: MailingUnit + tag: Salvage - uid: 5926 components: - type: Transform @@ -163068,6 +159813,11 @@ entities: parent: 2 - type: MailingUnit tag: Atmospherics + - uid: 30755 + components: + - type: Transform + pos: 43.5,28.5 + parent: 2 - uid: 34416 components: - type: Transform @@ -163096,13 +159846,6 @@ entities: parent: 2 - type: MailingUnit tag: Forensic Mantis' Room - - uid: 35906 - components: - - type: Transform - pos: 49.5,28.5 - parent: 2 - - type: MailingUnit - tag: Mystagogue's Room - uid: 35943 components: - type: Transform @@ -163131,13 +159874,6 @@ entities: parent: 2 - type: MailingUnit tag: Hospital Reception - - uid: 35968 - components: - - type: Transform - pos: -8.5,-40.5 - parent: 2 - - type: MailingUnit - tag: Salvage - uid: 35977 components: - type: Transform @@ -163392,16 +160128,6 @@ entities: - type: Transform pos: -32.5,1.5 parent: 2 - - uid: 21045 - components: - - type: Transform - pos: -29.5,-5.5 - parent: 2 - - uid: 21046 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - uid: 21047 components: - type: Transform @@ -163427,6 +160153,11 @@ entities: - type: Transform pos: 38.5,-7.5 parent: 2 + - uid: 22610 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 - uid: 23010 components: - type: Transform @@ -163597,11 +160328,6 @@ entities: - type: Transform pos: 26.5,32.5 parent: 2 - - uid: 21011 - components: - - type: Transform - pos: -23.5,70.5 - parent: 2 - uid: 21016 components: - type: Transform @@ -163917,16 +160643,6 @@ entities: - type: Transform pos: -113.5,-21.5 parent: 2 - - uid: 21012 - components: - - type: Transform - pos: -14.5,69.5 - parent: 2 - - uid: 21013 - components: - - type: Transform - pos: -16.5,69.5 - parent: 2 - uid: 21014 components: - type: Transform @@ -163962,11 +160678,6 @@ entities: - type: Transform pos: -34.5,10.5 parent: 2 - - uid: 21061 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - uid: 23295 components: - type: Transform @@ -164154,13 +160865,6 @@ entities: - type: Transform pos: -41.5,10.5 parent: 2 -- proto: MaterialWoodPlank - entities: - - uid: 5711 - components: - - type: Transform - pos: 65.45175,28.78621 - parent: 2 - proto: MedicalBed entities: - uid: 421 @@ -164309,7 +161013,7 @@ entities: - uid: 1150 components: - type: Transform - pos: 8.381966,16.8784 + pos: 7.676587,16.64243 parent: 2 - uid: 1160 components: @@ -164326,7 +161030,7 @@ entities: - uid: 1163 components: - type: Transform - pos: 10.961151,16.862776 + pos: 11.252731,16.908054 parent: 2 - uid: 3462 components: @@ -164336,7 +161040,7 @@ entities: - uid: 6910 components: - type: Transform - pos: -9.23316,-37.07984 + pos: -6.427447,-40.39485 parent: 2 - uid: 30685 components: @@ -164348,14 +161052,14 @@ entities: - uid: 1147 components: - type: Transform - pos: 10.664747,16.59715 + pos: 11.674606,16.564304 parent: 2 - proto: MedkitCombatFilled entities: - uid: 1472 components: - type: Transform - pos: 8.632451,16.631584 + pos: 7.301587,16.814304 parent: 2 - uid: 14210 components: @@ -164384,10 +161088,10 @@ entities: - type: Transform pos: 4.47973,-31.09689 parent: 2 - - uid: 18123 + - uid: 20649 components: - type: Transform - pos: -11.177639,68.777985 + pos: -41.358887,60.69076 parent: 2 - proto: MedkitOxygenFilled entities: @@ -164788,7 +161492,7 @@ entities: - uid: 6820 components: - type: Transform - pos: -9.98498,-37.464367 + pos: -6.286822,-41.5511 parent: 2 - uid: 8427 components: @@ -165052,13 +161756,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 20408 - components: - - type: Transform - pos: -51.5,56.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 20929 components: - type: Transform @@ -165201,24 +161898,18 @@ entities: rot: 3.141592653589793 rad pos: -15.378941,66.56177 parent: 2 - - uid: 28028 + - uid: 22278 components: - type: Transform - pos: -14.0838375,59.60498 + pos: -69.30859,17.326584 parent: 2 - - uid: 30329 + - type: Paper + content: Have fun filling up the domes, Zookeepers! Cargo can buy you more animals. + - uid: 28028 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.424429,18.435856 + pos: -14.0838375,59.60498 parent: 2 - - type: Paper - content: >- - Please take only one! - - - - Happy Halloween! - uid: 30459 components: - type: Transform @@ -165392,21 +162083,11 @@ entities: - type: Transform pos: 47.5,24.5 parent: 2 - - uid: 35844 - components: - - type: Transform - pos: 10.5,18.5 - parent: 2 - uid: 35845 components: - type: Transform pos: 52.5,22.5 parent: 2 - - uid: 35846 - components: - - type: Transform - pos: 25.5,-20.5 - parent: 2 - uid: 35847 components: - type: Transform @@ -165703,48 +162384,6 @@ entities: - type: Transform pos: 18.647013,-10.406719 parent: 2 - - uid: 28230 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - - uid: 28231 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - - uid: 28238 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - - uid: 28239 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - - uid: 28240 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - - uid: 28241 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - - uid: 28242 - components: - - type: Transform - parent: 28229 - - type: Physics - canCollide: False - proto: PinpointerNuclear entities: - uid: 14084 @@ -165769,20 +162408,6 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 20407 - components: - - type: Transform - pos: -51.5,55.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34712 - components: - - type: Transform - pos: -59.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 49 @@ -166027,6 +162652,16 @@ entities: rot: -1.5707963267948966 rad pos: 38.5,43.5 parent: 2 + - uid: 7468 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: -11.5,68.5 + parent: 2 - uid: 7507 components: - type: Transform @@ -166151,6 +162786,29 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-24.5 parent: 2 + - uid: 18329 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 + - uid: 18340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,68.5 + parent: 2 + - uid: 19651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,68.5 + parent: 2 + - uid: 19846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,68.5 + parent: 2 - uid: 25441 components: - type: Transform @@ -166436,6 +163094,11 @@ entities: - type: Transform pos: 14.511692,-35.469685 parent: 2 + - uid: 16516 + components: + - type: Transform + pos: -58.521706,59.64928 + parent: 2 - proto: PlushieMothRandom entities: - uid: 13100 @@ -166513,6 +163176,15 @@ entities: - type: Transform pos: -104.96017,3.765273 parent: 2 +- proto: PlushieSlime + entities: + - uid: 23701 + components: + - type: MetaData + name: Jeremy the intern + - type: Transform + pos: -58.445957,61.58659 + parent: 2 - proto: PlushieSnake entities: - uid: 30034 @@ -166536,10 +163208,10 @@ entities: parent: 2 - proto: PortableGeneratorJrPacman entities: - - uid: 9144 + - uid: 20191 components: - type: Transform - pos: -34.5,-9.5 + pos: -26.5,-4.5 parent: 2 - uid: 20932 components: @@ -166885,13 +163557,6 @@ entities: - type: Transform pos: 22.5,15.5 parent: 2 -- proto: PosterContrabandShamblersJuice - entities: - - uid: 7626 - components: - - type: Transform - pos: -36.5,-26.5 - parent: 2 - proto: PosterContrabandSmoke entities: - uid: 23429 @@ -167120,10 +163785,11 @@ entities: parent: 2 - proto: PosterLegitFuckAround entities: - - uid: 23369 + - uid: 176 components: - type: Transform - pos: -33.5,-11.5 + rot: 1.5707963267948966 rad + pos: -27.5,-6.5 parent: 2 - proto: PosterLegitGetYourLEGS entities: @@ -167201,19 +163867,19 @@ entities: - type: Transform pos: -81.5,2.5 parent: 2 -- proto: PosterLegitMoreBread +- proto: PosterLegitNanomichiAd entities: - - uid: 7623 + - uid: 23386 components: - type: Transform - pos: 22.5,-17.5 + pos: -53.5,32.5 parent: 2 -- proto: PosterLegitNanomichiAd +- proto: PosterLegitNoTouching entities: - - uid: 23386 + - uid: 5409 components: - type: Transform - pos: -53.5,32.5 + pos: -10.5,68.5 parent: 2 - proto: PosterLegitObey entities: @@ -167346,6 +164012,11 @@ entities: parent: 2 - proto: PosterLegitSafetyMothFires entities: + - uid: 16515 + components: + - type: Transform + pos: -56.5,62.5 + parent: 2 - uid: 23412 components: - type: Transform @@ -167367,6 +164038,11 @@ entities: parent: 2 - proto: PosterLegitSafetyMothMeth entities: + - uid: 5302 + components: + - type: Transform + pos: -10.5,72.5 + parent: 2 - uid: 23415 components: - type: Transform @@ -167417,6 +164093,11 @@ entities: - type: Transform pos: 52.5,-8.5 parent: 2 + - uid: 17928 + components: + - type: Transform + pos: -8.5,68.5 + parent: 2 - proto: PosterLegitSoftCapPopArt entities: - uid: 23430 @@ -167584,11 +164265,6 @@ entities: - type: Transform pos: -45.5,2.5 parent: 2 - - uid: 31053 - components: - - type: Transform - pos: -39.5,70.5 - parent: 2 - proto: PottedPlant19 entities: - uid: 23493 @@ -167661,6 +164337,11 @@ entities: parent: 2 - proto: PottedPlantBioluminscent entities: + - uid: 18709 + components: + - type: Transform + pos: -58.5,60.5 + parent: 2 - uid: 29826 components: - type: Transform @@ -167888,6 +164569,11 @@ entities: - type: Transform pos: 49.5,25.5 parent: 2 + - uid: 3821 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 - uid: 4035 components: - type: Transform @@ -168083,6 +164769,11 @@ entities: - type: Transform pos: -1.5,-18.5 parent: 2 + - uid: 8597 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 2 - uid: 9124 components: - type: Transform @@ -168298,11 +164989,26 @@ entities: - type: Transform pos: 20.5,40.5 parent: 2 + - uid: 17918 + components: + - type: Transform + pos: -7.5,66.5 + parent: 2 - uid: 17979 components: - type: Transform pos: -27.5,53.5 parent: 2 + - uid: 18316 + components: + - type: Transform + pos: -11.5,71.5 + parent: 2 + - uid: 18356 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 - uid: 18449 components: - type: Transform @@ -168393,6 +165099,11 @@ entities: - type: Transform pos: -17.5,28.5 parent: 2 + - uid: 19815 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 - uid: 19859 components: - type: Transform @@ -168408,11 +165119,6 @@ entities: - type: Transform pos: -28.5,-25.5 parent: 2 - - uid: 22543 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - uid: 23637 components: - type: Transform @@ -168530,7 +165236,7 @@ entities: parent: 2 - proto: PottedPlantRD entities: - - uid: 5740 + - uid: 28745 components: - type: Transform pos: 42.5,28.5 @@ -168596,11 +165302,6 @@ entities: - type: Transform pos: 35.5,23.5 parent: 2 - - uid: 5567 - components: - - type: Transform - pos: 46.5,29.5 - parent: 2 - uid: 5572 components: - type: Transform @@ -168671,11 +165372,16 @@ entities: rot: 3.141592653589793 rad pos: -12.5,34.5 parent: 2 - - uid: 18085 + - uid: 19647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,68.5 + rot: -1.5707963267948966 rad + pos: -43.5,60.5 + parent: 2 + - uid: 29199 + components: + - type: Transform + pos: 46.5,29.5 parent: 2 - uid: 30611 components: @@ -168752,6 +165458,11 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-25.5 parent: 2 + - uid: 3410 + components: + - type: Transform + pos: -2.5,71.5 + parent: 2 - uid: 3603 components: - type: Transform @@ -168769,6 +165480,16 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,42.5 parent: 2 + - uid: 4885 + components: + - type: Transform + pos: -9.5,71.5 + parent: 2 + - uid: 5044 + components: + - type: Transform + pos: -55.5,61.5 + parent: 2 - uid: 5197 components: - type: Transform @@ -168879,12 +165600,6 @@ entities: - type: Transform pos: 30.5,21.5 parent: 2 - - uid: 15156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,18.5 - parent: 2 - uid: 15157 components: - type: Transform @@ -168949,11 +165664,6 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,5.5 parent: 2 - - uid: 15182 - components: - - type: Transform - pos: 41.5,-28.5 - parent: 2 - uid: 15183 components: - type: Transform @@ -169621,6 +166331,17 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,-20.5 parent: 2 + - uid: 18002 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 18108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,66.5 + parent: 2 - uid: 18141 components: - type: Transform @@ -169765,6 +166486,12 @@ entities: rot: 3.141592653589793 rad pos: -49.5,20.5 parent: 2 + - uid: 18189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,66.5 + parent: 2 - uid: 18190 components: - type: Transform @@ -169793,11 +166520,6 @@ entities: - type: Transform pos: -3.5,68.5 parent: 2 - - uid: 18196 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - uid: 18381 components: - type: Transform @@ -169855,11 +166577,11 @@ entities: - type: Transform pos: 5.5,66.5 parent: 2 - - uid: 19684 + - uid: 19843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,63.5 + rot: 3.141592653589793 rad + pos: -9.5,66.5 parent: 2 - uid: 19875 components: @@ -169994,12 +166716,6 @@ entities: - type: Transform pos: 38.5,26.5 parent: 2 - - uid: 22474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,71.5 - parent: 2 - uid: 22475 components: - type: Transform @@ -170297,11 +167013,6 @@ entities: rot: 3.141592653589793 rad pos: 12.5,9.5 parent: 2 - - uid: 23088 - components: - - type: Transform - pos: 9.5,16.5 - parent: 2 - uid: 23089 components: - type: Transform @@ -170459,11 +167170,6 @@ entities: rot: 3.141592653589793 rad pos: -38.5,8.5 parent: 2 - - uid: 23127 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - uid: 23128 components: - type: Transform @@ -170644,11 +167350,6 @@ entities: - type: Transform pos: 58.5,-37.5 parent: 2 - - uid: 23250 - components: - - type: Transform - pos: -56.5,61.5 - parent: 2 - uid: 23538 components: - type: Transform @@ -170869,12 +167570,6 @@ entities: parent: 2 - proto: PoweredLightBlueInterior entities: - - uid: 4885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,73.5 - parent: 2 - uid: 28968 components: - type: Transform @@ -170964,6 +167659,11 @@ entities: parent: 2 - proto: PoweredLightPostSmall entities: + - uid: 5970 + components: + - type: Transform + pos: -41.5,72.5 + parent: 2 - uid: 9797 components: - type: Transform @@ -170999,11 +167699,6 @@ entities: - type: Transform pos: -95.5,67.5 parent: 2 - - uid: 23209 - components: - - type: Transform - pos: -65.5,63.5 - parent: 2 - uid: 28797 components: - type: Transform @@ -171019,16 +167714,6 @@ entities: - type: Transform pos: -52.5,70.5 parent: 2 - - uid: 31304 - components: - - type: Transform - pos: -36.5,74.5 - parent: 2 - - uid: 31306 - components: - - type: Transform - pos: -23.5,80.5 - parent: 2 - uid: 31890 components: - type: Transform @@ -171117,6 +167802,12 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,39.5 parent: 2 + - uid: 19857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,60.5 + parent: 2 - proto: PoweredlightSodium entities: - uid: 17927 @@ -171418,11 +168109,6 @@ entities: parent: 2 - proto: PoweredSmallLightMaintenance entities: - - uid: 6322 - components: - - type: Transform - pos: -31.5,72.5 - parent: 2 - uid: 8260 components: - type: Transform @@ -171462,12 +168148,6 @@ entities: - type: Transform pos: 40.5,15.5 parent: 2 - - uid: 16302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-10.5 - parent: 2 - uid: 17876 components: - type: Transform @@ -171547,23 +168227,12 @@ entities: rot: 1.5707963267948966 rad pos: 84.5,9.5 parent: 2 - - uid: 22571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,57.5 - parent: 2 - uid: 22575 components: - type: Transform rot: -1.5707963267948966 rad pos: -64.5,-23.5 parent: 2 - - uid: 22578 - components: - - type: Transform - pos: -14.5,70.5 - parent: 2 - uid: 22771 components: - type: Transform @@ -171872,6 +168541,18 @@ entities: parent: 2 - proto: PoweredSmallLightMaintenanceRed entities: + - uid: 3427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-8.5 + parent: 2 + - uid: 5974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-10.5 + parent: 2 - uid: 13577 components: - type: Transform @@ -171931,11 +168612,6 @@ entities: rot: 1.5707963267948966 rad pos: -73.5,19.5 parent: 2 - - uid: 15960 - components: - - type: Transform - pos: -28.5,70.5 - parent: 2 - uid: 16295 components: - type: Transform @@ -172008,6 +168684,12 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,23.5 parent: 2 + - uid: 19641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,58.5 + parent: 2 - uid: 21069 components: - type: Transform @@ -172067,11 +168749,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,32.5 parent: 2 - - uid: 22545 - components: - - type: Transform - pos: -20.5,70.5 - parent: 2 - uid: 22546 components: - type: Transform @@ -172096,11 +168773,6 @@ entities: rot: 1.5707963267948966 rad pos: 85.5,16.5 parent: 2 - - uid: 22553 - components: - - type: Transform - pos: -30.5,-4.5 - parent: 2 - uid: 22563 components: - type: Transform @@ -172129,12 +168801,6 @@ entities: - type: Transform pos: -5.5,-27.5 parent: 2 - - uid: 22570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,59.5 - parent: 2 - uid: 22572 components: - type: Transform @@ -172145,6 +168811,11 @@ entities: - type: Transform pos: 85.5,22.5 parent: 2 + - uid: 23298 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 - uid: 29674 components: - type: Transform @@ -172270,6 +168941,13 @@ entities: - type: Transform pos: 86.5,39.5 parent: 2 +- proto: PuddleVomit + entities: + - uid: 23700 + components: + - type: Transform + pos: -57.5,61.5 + parent: 2 - proto: Rack entities: - uid: 574 @@ -172405,6 +169083,11 @@ entities: rot: 3.141592653589793 rad pos: -38.5,37.5 parent: 2 + - uid: 3376 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 - uid: 3516 components: - type: Transform @@ -172459,6 +169142,11 @@ entities: rot: 3.141592653589793 rad pos: 30.5,30.5 parent: 2 + - uid: 5711 + components: + - type: Transform + pos: -6.5,32.5 + parent: 2 - uid: 5753 components: - type: Transform @@ -172523,11 +169211,6 @@ entities: - type: Transform pos: -13.5,-41.5 parent: 2 - - uid: 6825 - components: - - type: Transform - pos: -13.5,-40.5 - parent: 2 - uid: 6931 components: - type: Transform @@ -172553,11 +169236,6 @@ entities: - type: Transform pos: -43.5,-27.5 parent: 2 - - uid: 7565 - components: - - type: Transform - pos: -41.5,-27.5 - parent: 2 - uid: 7606 components: - type: Transform @@ -172739,11 +169417,6 @@ entities: - type: Transform pos: -20.5,48.5 parent: 2 - - uid: 15829 - components: - - type: Transform - pos: -11.5,68.5 - parent: 2 - uid: 15988 components: - type: Transform @@ -172770,6 +169443,12 @@ entities: - type: Transform pos: -20.5,45.5 parent: 2 + - uid: 16592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,60.5 + parent: 2 - uid: 16669 components: - type: Transform @@ -172803,6 +169482,12 @@ entities: - type: Transform pos: -31.5,62.5 parent: 2 + - uid: 18197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,60.5 + parent: 2 - uid: 18438 components: - type: Transform @@ -172860,6 +169545,11 @@ entities: - type: Transform pos: -67.5,17.5 parent: 2 + - uid: 20172 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 - uid: 20962 components: - type: Transform @@ -172931,21 +169621,6 @@ entities: rot: 1.5707963267948966 rad pos: -38.5,35.5 parent: 2 - - uid: 22289 - components: - - type: Transform - pos: -23.5,75.5 - parent: 2 - - uid: 22311 - components: - - type: Transform - pos: -22.5,75.5 - parent: 2 - - uid: 22312 - components: - - type: Transform - pos: -21.5,75.5 - parent: 2 - uid: 22395 components: - type: Transform @@ -172979,18 +169654,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,14.5 parent: 2 - - uid: 23297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-11.5 - parent: 2 - - uid: 23298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-11.5 - parent: 2 - uid: 27610 components: - type: Transform @@ -173223,25 +169886,25 @@ entities: - type: Transform pos: -55.57731,35.60315 parent: 2 - - uid: 22359 + - uid: 19855 components: - type: Transform - pos: 26.287569,37.5581 + pos: 10.573705,60.727715 parent: 2 - - uid: 22379 + - uid: 22359 components: - type: Transform - pos: -22.739079,75.85054 + pos: 26.287569,37.5581 parent: 2 - - uid: 22380 + - uid: 22366 components: - type: Transform - pos: -22.567204,75.66304 + pos: 10.386205,60.49855 parent: 2 - - uid: 22381 + - uid: 22367 components: - type: Transform - pos: -22.504704,75.834915 + pos: 10.698705,60.4673 parent: 2 - uid: 22382 components: @@ -173413,6 +170076,12 @@ entities: rot: 3.141592653589793 rad pos: 24.5,10.5 parent: 2 + - uid: 1865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,62.5 + parent: 2 - uid: 1899 components: - type: Transform @@ -173632,37 +170301,12 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,59.5 parent: 2 - - uid: 6562 - components: - - type: Transform - pos: 12.5,70.5 - parent: 2 - - uid: 6625 - components: - - type: Transform - pos: 10.5,70.5 - parent: 2 - - uid: 6626 - components: - - type: Transform - pos: 8.5,70.5 - parent: 2 - - uid: 6631 - components: - - type: Transform - pos: 6.5,70.5 - parent: 2 - uid: 6676 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,33.5 parent: 2 - - uid: 6844 - components: - - type: Transform - pos: 4.5,70.5 - parent: 2 - uid: 7478 components: - type: Transform @@ -173714,21 +170358,6 @@ entities: - type: Transform pos: -44.5,-24.5 parent: 2 - - uid: 7487 - components: - - type: Transform - pos: -40.5,-24.5 - parent: 2 - - uid: 7488 - components: - - type: Transform - pos: -39.5,-24.5 - parent: 2 - - uid: 7489 - components: - - type: Transform - pos: -38.5,-24.5 - parent: 2 - uid: 8813 components: - type: Transform @@ -174573,6 +171202,49 @@ entities: rot: -1.5707963267948966 rad pos: -90.5,-43.5 parent: 2 + - uid: 19626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,58.5 + parent: 2 + - uid: 19650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,62.5 + parent: 2 + - uid: 22279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,58.5 + parent: 2 + - uid: 22675 + components: + - type: Transform + pos: -19.5,-13.5 + parent: 2 + - uid: 22885 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - uid: 22910 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 23127 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 23296 + components: + - type: Transform + pos: -17.5,-13.5 + parent: 2 - uid: 23889 components: - type: Transform @@ -174591,10 +171263,10 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-28.5 parent: 2 - - uid: 27439 + - uid: 27167 components: - type: Transform - pos: 11.5,70.5 + pos: -23.5,-13.5 parent: 2 - uid: 28062 components: @@ -174608,26 +171280,6 @@ entities: rot: 3.141592653589793 rad pos: -29.5,18.5 parent: 2 - - uid: 28736 - components: - - type: Transform - pos: 13.5,70.5 - parent: 2 - - uid: 29162 - components: - - type: Transform - pos: -28.5,-13.5 - parent: 2 - - uid: 29636 - components: - - type: Transform - pos: 9.5,70.5 - parent: 2 - - uid: 29971 - components: - - type: Transform - pos: 7.5,70.5 - parent: 2 - uid: 30221 components: - type: Transform @@ -174645,11 +171297,6 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,62.5 parent: 2 - - uid: 30345 - components: - - type: Transform - pos: 5.5,70.5 - parent: 2 - uid: 30370 components: - type: Transform @@ -175329,6 +171976,50 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-42.5 parent: 2 + - uid: 19645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 2 + - uid: 21092 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 22543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-13.5 + parent: 2 + - uid: 22553 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 22571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-13.5 + parent: 2 + - uid: 22627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-13.5 + parent: 2 + - uid: 22800 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 22802 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 - uid: 23545 components: - type: Transform @@ -175650,21 +172341,79 @@ entities: parent: 2 - proto: RandomArcade entities: - - uid: 3373 + - uid: 6307 components: - type: Transform - pos: 25.5,-27.5 + rot: 3.141592653589793 rad + pos: 28.5,-21.5 parent: 2 - - uid: 3403 + - uid: 6308 components: - type: Transform - pos: 24.5,-27.5 + rot: 3.141592653589793 rad + pos: 19.5,-21.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-21.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-21.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 17975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-21.5 parent: 2 - uid: 18139 components: - type: Transform pos: -17.5,61.5 parent: 2 + - uid: 18279 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 19648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 + parent: 2 + - uid: 20190 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 2 + - uid: 20195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-21.5 + parent: 2 + - uid: 20199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-21.5 + parent: 2 - uid: 36460 components: - type: Transform @@ -175679,6 +172428,18 @@ entities: parent: 2 - proto: RandomBoards entities: + - uid: 3378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-4.5 + parent: 2 + - uid: 6300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-4.5 + parent: 2 - uid: 6656 components: - type: Transform @@ -175690,12 +172451,6 @@ entities: - type: Transform pos: -50.5,27.5 parent: 2 - - uid: 22610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-11.5 - parent: 2 - uid: 23280 components: - type: Transform @@ -175708,12 +172463,6 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,45.5 parent: 2 - - uid: 23287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,75.5 - parent: 2 - uid: 23288 components: - type: Transform @@ -175738,12 +172487,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,14.5 parent: 2 - - uid: 23296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-11.5 - parent: 2 - uid: 33603 components: - type: Transform @@ -177201,46 +173944,6 @@ entities: - type: Transform pos: -121.5,-0.5 parent: 2 - - uid: 22324 - components: - - type: Transform - pos: -31.5,74.5 - parent: 2 - - uid: 22325 - components: - - type: Transform - pos: -31.5,79.5 - parent: 2 - - uid: 22326 - components: - - type: Transform - pos: -25.5,79.5 - parent: 2 - - uid: 22327 - components: - - type: Transform - pos: -23.5,79.5 - parent: 2 - - uid: 22328 - components: - - type: Transform - pos: -22.5,79.5 - parent: 2 - - uid: 22329 - components: - - type: Transform - pos: -18.5,78.5 - parent: 2 - - uid: 22330 - components: - - type: Transform - pos: -18.5,77.5 - parent: 2 - - uid: 22331 - components: - - type: Transform - pos: -18.5,72.5 - parent: 2 - uid: 29880 components: - type: Transform @@ -177296,16 +173999,6 @@ entities: - type: Transform pos: -94.5,64.5 parent: 2 - - uid: 32334 - components: - - type: Transform - pos: -64.5,65.5 - parent: 2 - - uid: 35685 - components: - - type: Transform - pos: -70.5,63.5 - parent: 2 - proto: ReinforcedPlasmaWindow entities: - uid: 35 @@ -177353,6 +174046,11 @@ entities: - type: Transform pos: 29.5,22.5 parent: 2 + - uid: 3966 + components: + - type: Transform + pos: 8.5,69.5 + parent: 2 - uid: 3988 components: - type: Transform @@ -177658,16 +174356,6 @@ entities: - type: Transform pos: -56.5,17.5 parent: 2 - - uid: 10057 - components: - - type: Transform - pos: 8.5,67.5 - parent: 2 - - uid: 10058 - components: - - type: Transform - pos: 9.5,67.5 - parent: 2 - uid: 13988 components: - type: Transform @@ -177728,11 +174416,6 @@ entities: - type: Transform pos: 22.5,44.5 parent: 2 - - uid: 14246 - components: - - type: Transform - pos: 10.5,67.5 - parent: 2 - uid: 15517 components: - type: Transform @@ -177758,16 +174441,6 @@ entities: - type: Transform pos: -15.5,40.5 parent: 2 - - uid: 16484 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - - uid: 16491 - components: - - type: Transform - pos: -61.5,48.5 - parent: 2 - uid: 16528 components: - type: Transform @@ -177783,25 +174456,25 @@ entities: - type: Transform pos: -30.5,51.5 parent: 2 - - uid: 18103 + - uid: 18000 components: - type: Transform - pos: 10.5,61.5 + pos: 7.5,69.5 parent: 2 - - uid: 18104 + - uid: 18086 components: - type: Transform - pos: 9.5,61.5 + pos: 11.5,69.5 parent: 2 - - uid: 18106 + - uid: 18163 components: - type: Transform - pos: 8.5,61.5 + pos: -113.5,60.5 parent: 2 - - uid: 18163 + - uid: 18388 components: - type: Transform - pos: -113.5,60.5 + pos: -59.5,47.5 parent: 2 - uid: 18638 components: @@ -177958,80 +174631,155 @@ entities: - type: Transform pos: -95.5,55.5 parent: 2 - - uid: 19604 + - uid: 19654 components: - type: Transform - pos: 7.5,61.5 + pos: -19.5,68.5 parent: 2 - uid: 19659 components: - type: Transform pos: 15.5,66.5 parent: 2 + - uid: 19665 + components: + - type: Transform + pos: -21.5,68.5 + parent: 2 - uid: 19666 components: - type: Transform pos: 15.5,64.5 parent: 2 - - uid: 19669 + - uid: 19675 components: - type: Transform - pos: 11.5,61.5 + pos: -22.5,68.5 + parent: 2 + - uid: 19677 + components: + - type: Transform + pos: -18.5,68.5 + parent: 2 + - uid: 19679 + components: + - type: Transform + pos: -17.5,68.5 + parent: 2 + - uid: 19680 + components: + - type: Transform + pos: -17.5,58.5 + parent: 2 + - uid: 19684 + components: + - type: Transform + pos: -14.5,68.5 + parent: 2 + - uid: 19685 + components: + - type: Transform + pos: -13.5,68.5 parent: 2 - uid: 19688 components: - type: Transform - pos: 7.5,67.5 + pos: -15.5,68.5 parent: 2 - - uid: 22313 + - uid: 19692 components: - type: Transform - pos: -27.5,77.5 + pos: -26.5,68.5 parent: 2 - - uid: 22314 + - uid: 19736 components: - type: Transform - pos: -26.5,77.5 + pos: -25.5,68.5 parent: 2 - - uid: 22315 + - uid: 19737 components: - type: Transform - pos: -29.5,75.5 + pos: -23.5,68.5 parent: 2 - - uid: 22316 + - uid: 19791 components: - type: Transform - pos: -29.5,74.5 + pos: -17.5,55.5 parent: 2 - - uid: 22318 + - uid: 19792 components: - type: Transform - pos: -23.5,76.5 + pos: -17.5,56.5 parent: 2 - - uid: 22319 + - uid: 19793 components: - type: Transform - pos: -22.5,76.5 + pos: -17.5,54.5 parent: 2 - - uid: 22320 + - uid: 19794 components: - type: Transform - pos: -21.5,76.5 + pos: -27.5,68.5 parent: 2 - - uid: 22321 + - uid: 19795 components: - type: Transform - pos: -20.5,75.5 + pos: -37.5,68.5 parent: 2 - - uid: 22322 + - uid: 19796 components: - type: Transform - pos: -20.5,74.5 + pos: -38.5,68.5 parent: 2 - - uid: 22323 + - uid: 19797 + components: + - type: Transform + pos: -39.5,68.5 + parent: 2 + - uid: 19798 + components: + - type: Transform + pos: -45.5,66.5 + parent: 2 + - uid: 19800 + components: + - type: Transform + pos: -36.5,68.5 + parent: 2 + - uid: 19803 + components: + - type: Transform + pos: -45.5,65.5 + parent: 2 + - uid: 19804 + components: + - type: Transform + pos: -45.5,64.5 + parent: 2 + - uid: 19805 + components: + - type: Transform + pos: -35.5,68.5 + parent: 2 + - uid: 19806 + components: + - type: Transform + pos: -45.5,67.5 + parent: 2 + - uid: 19808 + components: + - type: Transform + pos: -17.5,57.5 + parent: 2 + - uid: 22283 components: - type: Transform - pos: -20.5,73.5 + pos: 4.5,62.5 + parent: 2 + - uid: 22285 + components: + - type: Transform + pos: 4.5,58.5 parent: 2 - uid: 22625 components: @@ -178041,13 +174789,11 @@ entities: - uid: 22668 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,33.5 parent: 2 - uid: 22679 components: - type: Transform - rot: 3.141592653589793 rad pos: -9.5,34.5 parent: 2 - uid: 23785 @@ -178060,30 +174806,105 @@ entities: - type: Transform pos: -61.5,51.5 parent: 2 + - uid: 25225 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 - uid: 25309 components: - type: Transform pos: -18.5,43.5 parent: 2 + - uid: 25314 + components: + - type: Transform + pos: -61.5,49.5 + parent: 2 - uid: 26359 components: - type: Transform pos: -33.5,36.5 parent: 2 + - uid: 27846 + components: + - type: Transform + pos: -61.5,48.5 + parent: 2 - uid: 27972 components: - type: Transform pos: -18.5,46.5 parent: 2 + - uid: 28140 + components: + - type: Transform + pos: -58.5,47.5 + parent: 2 + - uid: 28141 + components: + - type: Transform + pos: -57.5,47.5 + parent: 2 + - uid: 28239 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 28709 + components: + - type: Transform + pos: -55.5,51.5 + parent: 2 + - uid: 28710 + components: + - type: Transform + pos: -55.5,50.5 + parent: 2 + - uid: 28711 + components: + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 28712 + components: + - type: Transform + pos: -55.5,48.5 + parent: 2 - uid: 30674 components: - type: Transform pos: 15.5,65.5 parent: 2 + - uid: 31071 + components: + - type: Transform + pos: 6.5,68.5 + parent: 2 + - uid: 31072 + components: + - type: Transform + pos: 12.5,68.5 + parent: 2 + - uid: 31074 + components: + - type: Transform + pos: 12.5,69.5 + parent: 2 + - uid: 31079 + components: + - type: Transform + pos: 9.5,69.5 + parent: 2 - uid: 31112 components: - type: Transform - pos: 11.5,67.5 + pos: 10.5,69.5 + parent: 2 + - uid: 31137 + components: + - type: Transform + pos: 6.5,69.5 parent: 2 - uid: 31219 components: @@ -178205,51 +175026,6 @@ entities: - type: Transform pos: -57.5,10.5 parent: 2 - - uid: 34778 - components: - - type: Transform - pos: -56.5,47.5 - parent: 2 - - uid: 34779 - components: - - type: Transform - pos: -55.5,51.5 - parent: 2 - - uid: 34780 - components: - - type: Transform - pos: -55.5,49.5 - parent: 2 - - uid: 34781 - components: - - type: Transform - pos: -55.5,50.5 - parent: 2 - - uid: 34782 - components: - - type: Transform - pos: -55.5,48.5 - parent: 2 - - uid: 34783 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - - uid: 34784 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - - uid: 34785 - components: - - type: Transform - pos: -58.5,47.5 - parent: 2 - - uid: 34786 - components: - - type: Transform - pos: -57.5,47.5 - parent: 2 - uid: 34979 components: - type: Transform @@ -178464,11 +175240,6 @@ entities: - type: Transform pos: 4.5,53.5 parent: 2 - - uid: 2628 - components: - - type: Transform - pos: 4.5,59.5 - parent: 2 - uid: 2632 components: - type: Transform @@ -178489,41 +175260,11 @@ entities: - type: Transform pos: 4.5,54.5 parent: 2 - - uid: 2653 - components: - - type: Transform - pos: -17.5,56.5 - parent: 2 - - uid: 2655 - components: - - type: Transform - pos: -17.5,55.5 - parent: 2 - - uid: 2658 - components: - - type: Transform - pos: -17.5,54.5 - parent: 2 - - uid: 2659 - components: - - type: Transform - pos: -17.5,57.5 - parent: 2 - - uid: 2660 - components: - - type: Transform - pos: -17.5,58.5 - parent: 2 - uid: 2680 components: - type: Transform pos: 4.5,55.5 parent: 2 - - uid: 2769 - components: - - type: Transform - pos: 10.5,57.5 - parent: 2 - uid: 2776 components: - type: Transform @@ -181024,50 +177765,20 @@ entities: - type: Transform pos: -46.5,-47.5 parent: 2 - - uid: 16361 - components: - - type: Transform - pos: -27.5,65.5 - parent: 2 - - uid: 16367 - components: - - type: Transform - pos: -23.5,60.5 - parent: 2 - - uid: 16368 - components: - - type: Transform - pos: -22.5,60.5 - parent: 2 - uid: 16369 components: - type: Transform - pos: -21.5,60.5 - parent: 2 - - uid: 16370 - components: - - type: Transform - pos: -20.5,60.5 - parent: 2 - - uid: 16390 - components: - - type: Transform - pos: -19.5,60.5 + pos: -12.5,69.5 parent: 2 - uid: 16392 components: - type: Transform - pos: -24.5,59.5 - parent: 2 - - uid: 16393 - components: - - type: Transform - pos: -24.5,58.5 + pos: -12.5,74.5 parent: 2 - - uid: 16394 + - uid: 16404 components: - type: Transform - pos: -24.5,57.5 + pos: -12.5,71.5 parent: 2 - uid: 16445 components: @@ -181084,41 +177795,6 @@ entities: - type: Transform pos: -0.5,63.5 parent: 2 - - uid: 18041 - components: - - type: Transform - pos: -25.5,65.5 - parent: 2 - - uid: 18042 - components: - - type: Transform - pos: -23.5,65.5 - parent: 2 - - uid: 18043 - components: - - type: Transform - pos: -21.5,65.5 - parent: 2 - - uid: 18044 - components: - - type: Transform - pos: -19.5,65.5 - parent: 2 - - uid: 18045 - components: - - type: Transform - pos: -17.5,65.5 - parent: 2 - - uid: 18046 - components: - - type: Transform - pos: -15.5,65.5 - parent: 2 - - uid: 18047 - components: - - type: Transform - pos: -13.5,65.5 - parent: 2 - uid: 18078 components: - type: Transform @@ -181139,26 +177815,6 @@ entities: - type: Transform pos: -54.5,42.5 parent: 2 - - uid: 18110 - components: - - type: Transform - pos: -28.5,61.5 - parent: 2 - - uid: 18112 - components: - - type: Transform - pos: -28.5,62.5 - parent: 2 - - uid: 18115 - components: - - type: Transform - pos: -28.5,57.5 - parent: 2 - - uid: 18119 - components: - - type: Transform - pos: -28.5,58.5 - parent: 2 - uid: 18371 components: - type: Transform @@ -181237,19 +177893,16 @@ entities: - uid: 19380 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,24.5 parent: 2 - uid: 19381 components: - type: Transform - rot: 3.141592653589793 rad pos: -12.5,25.5 parent: 2 - uid: 19383 components: - type: Transform - rot: 3.141592653589793 rad pos: -4.5,22.5 parent: 2 - uid: 19452 @@ -181267,11 +177920,6 @@ entities: - type: Transform pos: -98.5,-11.5 parent: 2 - - uid: 19516 - components: - - type: Transform - pos: -45.5,67.5 - parent: 2 - uid: 19533 components: - type: Transform @@ -181487,41 +178135,6 @@ entities: - type: Transform pos: -12.5,75.5 parent: 2 - - uid: 19626 - components: - - type: Transform - pos: -12.5,74.5 - parent: 2 - - uid: 19627 - components: - - type: Transform - pos: -38.5,68.5 - parent: 2 - - uid: 19654 - components: - - type: Transform - pos: -32.5,63.5 - parent: 2 - - uid: 19672 - components: - - type: Transform - pos: -36.5,68.5 - parent: 2 - - uid: 19705 - components: - - type: Transform - pos: -33.5,63.5 - parent: 2 - - uid: 19736 - components: - - type: Transform - pos: -35.5,68.5 - parent: 2 - - uid: 19740 - components: - - type: Transform - pos: -37.5,68.5 - parent: 2 - uid: 19756 components: - type: Transform @@ -181532,6 +178145,11 @@ entities: - type: Transform pos: -57.5,42.5 parent: 2 + - uid: 19842 + components: + - type: Transform + pos: -12.5,70.5 + parent: 2 - uid: 19897 components: - type: Transform @@ -181655,19 +178273,17 @@ entities: - uid: 21815 components: - type: Transform - rot: 3.141592653589793 rad pos: -5.5,22.5 parent: 2 - uid: 22420 components: - type: Transform - rot: 3.141592653589793 rad pos: -6.5,22.5 parent: 2 - - uid: 23044 + - uid: 22721 components: - type: Transform - pos: -39.5,68.5 + pos: 60.5,58.5 parent: 2 - uid: 23218 components: @@ -181699,25 +178315,20 @@ entities: - type: Transform pos: -58.5,42.5 parent: 2 - - uid: 23715 + - uid: 23769 components: - type: Transform - pos: -35.5,71.5 + pos: -56.5,54.5 parent: 2 - uid: 23774 components: - type: Transform - pos: -38.5,71.5 - parent: 2 - - uid: 23775 - components: - - type: Transform - pos: -39.5,71.5 + pos: -57.5,54.5 parent: 2 - - uid: 23812 + - uid: 25068 components: - type: Transform - pos: 4.5,60.5 + pos: -57.5,62.5 parent: 2 - uid: 26215 components: @@ -181729,6 +178340,11 @@ entities: - type: Transform pos: -24.5,38.5 parent: 2 + - uid: 26217 + components: + - type: Transform + pos: -58.5,62.5 + parent: 2 - uid: 26318 components: - type: Transform @@ -181749,6 +178365,11 @@ entities: - type: Transform pos: -21.5,38.5 parent: 2 + - uid: 27406 + components: + - type: Transform + pos: -59.5,62.5 + parent: 2 - uid: 27954 components: - type: Transform @@ -181769,10 +178390,45 @@ entities: - type: Transform pos: -43.5,-39.5 parent: 2 + - uid: 28229 + components: + - type: Transform + pos: -54.5,62.5 + parent: 2 + - uid: 28230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,55.5 + parent: 2 + - uid: 28665 + components: + - type: Transform + pos: -53.5,62.5 + parent: 2 + - uid: 28666 + components: + - type: Transform + pos: -61.5,58.5 + parent: 2 + - uid: 28670 + components: + - type: Transform + pos: -52.5,62.5 + parent: 2 + - uid: 28673 + components: + - type: Transform + pos: -61.5,59.5 + parent: 2 + - uid: 28674 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 - uid: 29001 components: - type: Transform - rot: 3.141592653589793 rad pos: -7.5,22.5 parent: 2 - uid: 29304 @@ -181860,11 +178516,6 @@ entities: - type: Transform pos: -40.5,-9.5 parent: 2 - - uid: 30259 - components: - - type: Transform - pos: 4.5,61.5 - parent: 2 - uid: 30278 components: - type: Transform @@ -181890,81 +178541,6 @@ entities: - type: Transform pos: -61.5,46.5 parent: 2 - - uid: 31091 - components: - - type: Transform - pos: -52.5,62.5 - parent: 2 - - uid: 31093 - components: - - type: Transform - pos: -53.5,62.5 - parent: 2 - - uid: 31094 - components: - - type: Transform - pos: -36.5,71.5 - parent: 2 - - uid: 31095 - components: - - type: Transform - pos: -37.5,71.5 - parent: 2 - - uid: 31421 - components: - - type: Transform - pos: -57.5,54.5 - parent: 2 - - uid: 31424 - components: - - type: Transform - pos: -56.5,54.5 - parent: 2 - - uid: 31434 - components: - - type: Transform - pos: -61.5,58.5 - parent: 2 - - uid: 31435 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - - uid: 31436 - components: - - type: Transform - pos: -59.5,55.5 - parent: 2 - - uid: 31437 - components: - - type: Transform - pos: -61.5,60.5 - parent: 2 - - uid: 31438 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - - uid: 31439 - components: - - type: Transform - pos: -59.5,62.5 - parent: 2 - - uid: 31440 - components: - - type: Transform - pos: -58.5,62.5 - parent: 2 - - uid: 31441 - components: - - type: Transform - pos: -57.5,62.5 - parent: 2 - - uid: 31442 - components: - - type: Transform - pos: -54.5,62.5 - parent: 2 - uid: 31620 components: - type: Transform @@ -182040,31 +178616,6 @@ entities: - type: Transform pos: -27.5,-45.5 parent: 2 - - uid: 33678 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - - uid: 33681 - components: - - type: Transform - pos: -45.5,66.5 - parent: 2 - - uid: 33682 - components: - - type: Transform - pos: -45.5,65.5 - parent: 2 - - uid: 33683 - components: - - type: Transform - pos: -45.5,64.5 - parent: 2 - - uid: 33685 - components: - - type: Transform - pos: -34.5,61.5 - parent: 2 - uid: 33715 components: - type: Transform @@ -182085,11 +178636,6 @@ entities: - type: Transform pos: -58.5,54.5 parent: 2 - - uid: 34740 - components: - - type: Transform - pos: -61.5,59.5 - parent: 2 - uid: 35755 components: - type: Transform @@ -182117,6 +178663,15 @@ entities: parent: 2 - proto: RemoteSignaller entities: + - uid: 19332 + components: + - type: Transform + pos: -54.21658,49.407204 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 25782: + - Pressed: Trigger - uid: 29772 components: - type: Transform @@ -182160,7 +178715,7 @@ entities: - type: MetaData name: igniter remote 1 - type: Transform - pos: -54.75898,49.103268 + pos: -37.27836,37.73053 parent: 2 - type: DeviceLinkSource linkedPorts: @@ -182389,15 +178944,15 @@ entities: parent: 2 - proto: SeedExtractor entities: - - uid: 7420 + - uid: 6626 components: - type: Transform - pos: -55.5,2.5 + pos: -30.5,62.5 parent: 2 - - uid: 18197 + - uid: 7420 components: - type: Transform - pos: -30.5,62.5 + pos: -55.5,2.5 parent: 2 - proto: SeedExtractorMachineCircuitboard entities: @@ -182468,7 +179023,7 @@ entities: - uid: 4951 components: - type: Transform - pos: 30.491232,30.609468 + pos: 30.433826,30.65002 parent: 2 - uid: 5311 components: @@ -182478,7 +179033,7 @@ entities: - uid: 6913 components: - type: Transform - pos: -13.349601,-41.040993 + pos: -13.36253,-41.474854 parent: 2 - uid: 6925 components: @@ -182554,7 +179109,7 @@ entities: - uid: 5264 components: - type: Transform - pos: 31.098576,30.620064 + pos: 31.371326,30.566689 parent: 2 - uid: 5310 components: @@ -182612,7 +179167,7 @@ entities: - uid: 6912 components: - type: Transform - pos: -13.630851,-41.24021 + pos: -13.64378,-41.474854 parent: 2 - uid: 6924 components: @@ -183386,8 +179941,6 @@ entities: - Pressed: Toggle 15045: - Pressed: Toggle - 15046: - - Pressed: Toggle 15055: - Pressed: Toggle 15056: @@ -183487,6 +180040,18 @@ entities: - Pressed: Toggle 28723: - Pressed: Toggle + - uid: 22295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,59.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 22293: + - Pressed: Toggle + 22287: + - Pressed: Toggle - uid: 25537 components: - type: Transform @@ -183519,6 +180084,23 @@ entities: linkedPorts: 24317: - Pressed: Toggle + - uid: 28714 + components: + - type: Transform + pos: -55.5,47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29636: + - Pressed: Toggle + 29390: + - Pressed: Toggle + 31417: + - Pressed: Toggle + 23712: + - Pressed: Toggle + 31446: + - Pressed: Toggle - uid: 30596 components: - type: Transform @@ -183559,23 +180141,6 @@ entities: linkedPorts: 29623: - Pressed: Toggle - - uid: 34793 - components: - - type: Transform - pos: -55.5,47.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15771: - - Pressed: Toggle - 14453: - - Pressed: Toggle - 34787: - - Pressed: Toggle - 14454: - - Pressed: Toggle - 34791: - - Pressed: Toggle - uid: 36484 components: - type: Transform @@ -184029,11 +180594,10 @@ entities: rot: 3.141592653589793 rad pos: 12.5,-17.5 parent: 2 - - uid: 33680 + - uid: 15532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,61.5 + pos: -34.5,63.5 parent: 2 - proto: SignBio entities: @@ -184680,11 +181244,21 @@ entities: parent: 2 - proto: SignDirectionalSalvage entities: - - uid: 22989 + - uid: 21012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-31.5 + pos: -17.5,-27.5 + parent: 2 + - uid: 22264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 + parent: 2 + - uid: 22266 + components: + - type: Transform + pos: -13.409092,-17.529654 parent: 2 - proto: SignDirectionalSci entities: @@ -184853,40 +181427,15 @@ entities: parent: 2 - proto: SignElectrical entities: - - uid: 18554 - components: - - type: Transform - pos: -65.5,65.5 - parent: 2 - - uid: 22372 - components: - - type: Transform - pos: -17.5,74.5 - parent: 2 - - uid: 22373 - components: - - type: Transform - pos: -17.5,77.5 - parent: 2 - - uid: 22374 - components: - - type: Transform - pos: -21.5,79.5 - parent: 2 - - uid: 22375 - components: - - type: Transform - pos: -25.5,80.5 - parent: 2 - - uid: 22376 + - uid: 16514 components: - type: Transform - pos: -30.5,80.5 + pos: -64.5,61.5 parent: 2 - - uid: 22377 + - uid: 23709 components: - type: Transform - pos: -32.5,77.5 + pos: -64.5,55.5 parent: 2 - uid: 31278 components: @@ -184924,18 +181473,6 @@ entities: rot: 1.5707963267948966 rad pos: -62.5,65.5 parent: 2 - - uid: 35682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,53.5 - parent: 2 - - uid: 35684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,62.5 - parent: 2 - proto: SignEngine entities: - uid: 8856 @@ -185065,11 +181602,6 @@ entities: parent: 2 - proto: SignMedical entities: - - uid: 137 - components: - - type: Transform - pos: 9.5,17.5 - parent: 2 - uid: 864 components: - type: Transform @@ -185082,6 +181614,11 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 2 + - uid: 19809 + components: + - type: Transform + pos: -40.5,60.5 + parent: 2 - proto: SignMorgue entities: - uid: 1379 @@ -185408,6 +181945,12 @@ entities: - type: Transform pos: 3.5,-30.5 parent: 2 + - uid: 20213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-45.5 + parent: 2 - uid: 23830 components: - type: Transform @@ -185456,12 +181999,6 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,-53.5 parent: 2 - - uid: 23839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-43.5 - parent: 2 - uid: 23840 components: - type: Transform @@ -185486,11 +182023,11 @@ entities: rot: -1.5707963267948966 rad pos: -121.5,10.5 parent: 2 - - uid: 30754 + - uid: 31461 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,58.5 + pos: -50.5,58.5 parent: 2 - uid: 31641 components: @@ -185499,10 +182036,10 @@ entities: parent: 2 - proto: SignTelecomms entities: - - uid: 2185 + - uid: 2769 components: - type: Transform - pos: -24.5,75.5 + pos: 4.5,61.5 parent: 2 - proto: SignToolStorage entities: @@ -185611,18 +182148,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-25.5 parent: 2 - - uid: 5908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-21.5 - parent: 2 - - uid: 7594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-29.5 - parent: 2 - uid: 7595 components: - type: Transform @@ -185742,13 +182267,6 @@ entities: - type: Transform pos: 55.5,-34.5 parent: 2 - - uid: 18498 - components: - - type: MetaData - name: TEG SMES 1 - - type: Transform - pos: -54.5,54.5 - parent: 2 - uid: 19041 components: - type: MetaData @@ -185756,13 +182274,6 @@ entities: - type: Transform pos: -93.5,54.5 parent: 2 - - uid: 23701 - components: - - type: MetaData - name: TEG SMES 2 - - type: Transform - pos: -51.5,54.5 - parent: 2 - proto: SMESMachineCircuitboard entities: - uid: 2339 @@ -185806,11 +182317,6 @@ entities: - type: Transform pos: 19.5,-27.5 parent: 2 - - uid: 7569 - components: - - type: Transform - pos: -39.5,-28.5 - parent: 2 - uid: 33656 components: - type: Transform @@ -187706,6 +184212,11 @@ entities: - type: Transform pos: 15.282675,-33.091866 parent: 2 + - uid: 6312 + components: + - type: Transform + pos: 26.616358,-28.719067 + parent: 2 - uid: 6994 components: - type: Transform @@ -187738,6 +184249,11 @@ entities: rot: 3.141592653589793 rad pos: -38.133465,60.519844 parent: 2 + - uid: 20188 + components: + - type: Transform + pos: 26.756983,-28.922192 + parent: 2 - uid: 22757 components: - type: Transform @@ -187844,7 +184360,7 @@ entities: - uid: 8599 components: - type: Transform - pos: -82.5,-8.5 + pos: 29.5,28.5 parent: 2 - proto: SpawnMobBandito entities: @@ -187927,6 +184443,13 @@ entities: - type: Transform pos: -4.5,-10.5 parent: 2 +- proto: SpawnMobCleanBot + entities: + - uid: 18357 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 - proto: SpawnMobCorgi entities: - uid: 1962 @@ -188144,6 +184667,16 @@ entities: - type: Transform pos: 43.5,43.5 parent: 2 + - uid: 22289 + components: + - type: Transform + pos: 42.5,50.5 + parent: 2 + - uid: 22290 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 - proto: SpawnPointBotanist entities: - uid: 18505 @@ -188180,10 +184713,10 @@ entities: parent: 2 - proto: SpawnPointBrigmedic entities: - - uid: 36151 + - uid: 18360 components: - type: Transform - pos: -8.5,67.5 + pos: -42.5,58.5 parent: 2 - proto: SpawnPointCaptain entities: @@ -188194,6 +184727,11 @@ entities: parent: 2 - proto: SpawnPointCargoTechnician entities: + - uid: 232 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 - uid: 3476 components: - type: Transform @@ -188204,6 +184742,11 @@ entities: - type: Transform pos: -9.5,-35.5 parent: 2 + - uid: 3583 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 - uid: 4224 components: - type: Transform @@ -188214,6 +184757,11 @@ entities: - type: Transform pos: -13.5,-23.5 parent: 2 + - uid: 22267 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 2 - uid: 22886 components: - type: Transform @@ -188456,6 +185004,16 @@ entities: - type: Transform pos: -22.5,10.5 parent: 2 + - uid: 31475 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 31476 + components: + - type: Transform + pos: -14.5,9.5 + parent: 2 - proto: SpawnPointMedicalIntern entities: - uid: 5639 @@ -188664,6 +185222,11 @@ entities: - type: Transform pos: -9.5,-41.5 parent: 2 + - uid: 21089 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 - proto: SpawnPointScientist entities: - uid: 4045 @@ -188794,6 +185357,11 @@ entities: - type: Transform pos: -56.5,34.5 parent: 2 + - uid: 31480 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 - proto: SpawnPointTechnicalAssistant entities: - uid: 30232 @@ -189370,12 +185938,6 @@ entities: - type: Transform pos: 11.48601,48.62845 parent: 2 - - uid: 15532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.774369,68.590485 - parent: 2 - proto: SubstationBasic entities: - uid: 3123 @@ -189385,13 +185947,6 @@ entities: - type: Transform pos: 11.5,-18.5 parent: 2 - - uid: 3893 - components: - - type: MetaData - name: Western Hospital Substation - - type: Transform - pos: -35.5,-9.5 - parent: 2 - uid: 4713 components: - type: MetaData @@ -189455,6 +186010,20 @@ entities: - type: Transform pos: -97.5,54.5 parent: 2 + - uid: 19852 + components: + - type: MetaData + name: Psych Ward Substation + - type: Transform + pos: -41.5,70.5 + parent: 2 + - uid: 20185 + components: + - type: MetaData + name: Western Hospital Substation + - type: Transform + pos: -27.5,-4.5 + parent: 2 - uid: 20988 components: - type: MetaData @@ -189469,13 +186038,6 @@ entities: - type: Transform pos: -65.5,-21.5 parent: 2 - - uid: 27862 - components: - - type: MetaData - name: Psych Ward Substation - - type: Transform - pos: -30.5,72.5 - parent: 2 - proto: SubstationMachineCircuitboard entities: - uid: 2338 @@ -189558,6 +186120,11 @@ entities: - type: Transform pos: -59.5,-33.5 parent: 2 + - uid: 27866 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 - proto: SuitStorageEVA entities: - uid: 14259 @@ -189677,27 +186244,10 @@ entities: parent: 2 - proto: SuitStorageRD entities: - - uid: 729 - components: - - type: Transform - pos: 43.5,28.5 - parent: 2 -- proto: SuitStorageSalv - entities: - - uid: 232 - components: - - type: Transform - pos: -11.5,-37.5 - parent: 2 - - uid: 3474 - components: - - type: Transform - pos: -12.5,-37.5 - parent: 2 - - uid: 6658 + - uid: 28732 components: - type: Transform - pos: -13.5,-37.5 + pos: 49.5,28.5 parent: 2 - proto: SuitStorageSec entities: @@ -189740,23 +186290,17 @@ entities: parent: 2 - proto: SurveillanceCameraCommand entities: - - uid: 9510 + - uid: 17971 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,75.5 + pos: 10.5,61.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: Telecomms. - - uid: 22955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,57.5 - parent: 2 + id: Telecomms - uid: 31276 components: - type: Transform @@ -189855,6 +186399,26 @@ entities: id: EVA Storage - proto: SurveillanceCameraEngineering entities: + - uid: 23775 + components: + - type: Transform + pos: -55.5,55.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics North + - uid: 28593 + components: + - type: Transform + pos: -41.5,37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics South - uid: 28921 components: - type: Transform @@ -189939,16 +186503,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: AME - - uid: 33652 - components: - - type: Transform - pos: -41.5,37.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics South - uid: 33690 components: - type: Transform @@ -189959,16 +186513,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Atmospherics North - - uid: 34032 - components: - - type: Transform - pos: -55.5,55.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: TEG - uid: 34033 components: - type: Transform @@ -190399,6 +186943,13 @@ entities: - type: Transform pos: -59.5,11.5 parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 29196 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 - proto: SurveillanceCameraRouterMedical entities: - uid: 1515 @@ -190458,12 +187009,6 @@ entities: - SurveillanceCameraScience nameSet: True id: Chapel West - - uid: 22951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,30.5 - parent: 2 - uid: 22956 components: - type: Transform @@ -190812,6 +187357,17 @@ entities: - SurveillanceCameraService nameSet: True id: Kitchen West + - uid: 14207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-32.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Backrooms South - uid: 15543 components: - type: Transform @@ -190856,12 +187412,38 @@ entities: - SurveillanceCameraService nameSet: True id: Boxing Ring + - uid: 22951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Backrooms North - uid: 22952 components: - type: Transform rot: -1.5707963267948966 rad pos: -73.5,10.5 parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Entrance + - uid: 22955 + components: + - type: Transform + pos: -56.5,-29.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Backrooms West - uid: 29083 components: - type: Transform @@ -191105,6 +187687,11 @@ entities: rot: 3.141592653589793 rad pos: -87.5,-3.5 parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo S Hall - uid: 32107 components: - type: Transform @@ -191268,38 +187855,6 @@ entities: - SurveillanceCameraSupply nameSet: True id: LO's Office - - uid: 29196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Backrooms South - - uid: 29198 - components: - - type: Transform - pos: -56.5,-29.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Backrooms West - - uid: 29199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Backrooms North - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 22950 @@ -191386,11 +187941,6 @@ entities: - type: Transform pos: 14.5,-32.5 parent: 2 - - uid: 3410 - components: - - type: Transform - pos: 25.5,-29.5 - parent: 2 - uid: 3488 components: - type: Transform @@ -191429,6 +187979,18 @@ entities: - type: Transform pos: 15.5,-33.5 parent: 2 + - uid: 6305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-29.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-28.5 + parent: 2 - uid: 7922 components: - type: Transform @@ -191459,6 +188021,12 @@ entities: - type: Transform pos: -37.5,59.5 parent: 2 + - uid: 20192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-30.5 + parent: 2 - uid: 30705 components: - type: Transform @@ -191530,12 +188098,6 @@ entities: rot: 3.141592653589793 rad pos: -51.5,-20.5 parent: 2 - - uid: 7087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-26.5 - parent: 2 - uid: 7089 components: - type: Transform @@ -191547,24 +188109,12 @@ entities: rot: 3.141592653589793 rad pos: -44.5,-26.5 parent: 2 - - uid: 7101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-26.5 - parent: 2 - uid: 7108 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-16.5 parent: 2 - - uid: 7109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-26.5 - parent: 2 - uid: 7122 components: - type: Transform @@ -191632,36 +188182,11 @@ entities: - type: Transform pos: -44.5,-29.5 parent: 2 - - uid: 7465 - components: - - type: Transform - pos: -38.5,-28.5 - parent: 2 - - uid: 7466 - components: - - type: Transform - pos: -39.5,-28.5 - parent: 2 - - uid: 7467 - components: - - type: Transform - pos: -37.5,-28.5 - parent: 2 - - uid: 7468 - components: - - type: Transform - pos: -36.5,-28.5 - parent: 2 - uid: 7470 components: - type: Transform pos: -54.5,-16.5 parent: 2 - - uid: 7472 - components: - - type: Transform - pos: -40.5,-28.5 - parent: 2 - uid: 7678 components: - type: Transform @@ -191794,47 +188319,12 @@ entities: rot: 3.141592653589793 rad pos: 20.5,-29.5 parent: 2 - - uid: 3292 - components: - - type: Transform - pos: 23.5,-20.5 - parent: 2 - - uid: 3295 - components: - - type: Transform - pos: 22.5,-20.5 - parent: 2 - - uid: 3297 - components: - - type: Transform - pos: 24.5,-20.5 - parent: 2 - - uid: 3299 - components: - - type: Transform - pos: 25.5,-20.5 - parent: 2 - - uid: 3397 - components: - - type: Transform - pos: 26.5,-20.5 - parent: 2 - - uid: 3400 - components: - - type: Transform - pos: 22.5,-21.5 - parent: 2 - uid: 3561 components: - type: Transform rot: 3.141592653589793 rad pos: 16.5,-28.5 parent: 2 - - uid: 3704 - components: - - type: Transform - pos: 27.5,-20.5 - parent: 2 - uid: 4530 components: - type: Transform @@ -192162,16 +188652,6 @@ entities: - type: Transform pos: 7.5,16.5 parent: 2 - - uid: 1454 - components: - - type: Transform - pos: 10.5,16.5 - parent: 2 - - uid: 1459 - components: - - type: Transform - pos: 8.5,16.5 - parent: 2 - uid: 1497 components: - type: Transform @@ -192821,6 +189301,23 @@ entities: rot: 3.141592653589793 rad pos: -46.5,17.5 parent: 2 + - uid: 7588 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 + - uid: 7594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,60.5 + parent: 2 + - uid: 8407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,60.5 + parent: 2 - uid: 8715 components: - type: Transform @@ -192981,6 +189478,11 @@ entities: - type: Transform pos: -21.5,33.5 parent: 2 + - uid: 15688 + components: + - type: Transform + pos: -9.5,68.5 + parent: 2 - uid: 15810 components: - type: Transform @@ -193013,17 +189515,10 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,12.5 parent: 2 - - uid: 17976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,68.5 - parent: 2 - - uid: 17978 + - uid: 18339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,68.5 + pos: -11.5,68.5 parent: 2 - uid: 18473 components: @@ -193168,15 +189663,11 @@ entities: parent: 2 - proto: TableWood entities: - - uid: 3427 - components: - - type: Transform - pos: 19.5,-21.5 - parent: 2 - - uid: 3429 + - uid: 6324 components: - type: Transform - pos: 32.5,-20.5 + rot: -1.5707963267948966 rad + pos: -31.5,-9.5 parent: 2 - proto: TableWoodReinforced entities: @@ -193274,15 +189765,10 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,0.5 parent: 2 - - uid: 275 - components: - - type: Transform - pos: -9.5,-37.5 - parent: 2 - uid: 278 components: - type: Transform - pos: -10.5,-37.5 + pos: 34.5,-10.5 parent: 2 - uid: 287 components: @@ -193664,11 +190150,6 @@ entities: rot: 3.141592653589793 rad pos: 10.5,54.5 parent: 2 - - uid: 3966 - components: - - type: Transform - pos: 45.5,30.5 - parent: 2 - uid: 4065 components: - type: Transform @@ -193908,18 +190389,6 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,59.5 parent: 2 - - uid: 5406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,30.5 - parent: 2 - - uid: 5407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,29.5 - parent: 2 - uid: 5422 components: - type: Transform @@ -194138,12 +190607,6 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,34.5 parent: 2 - - uid: 9702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,18.5 - parent: 2 - uid: 10346 components: - type: Transform @@ -194249,12 +190712,6 @@ entities: - type: Transform pos: 5.5,47.5 parent: 2 - - uid: 14207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,43.5 - parent: 2 - uid: 14287 components: - type: Transform @@ -194294,6 +190751,11 @@ entities: - type: Transform pos: -23.5,59.5 parent: 2 + - uid: 15224 + components: + - type: Transform + pos: 14.5,71.5 + parent: 2 - uid: 15229 components: - type: Transform @@ -194654,6 +191116,11 @@ entities: - type: Transform pos: -22.5,62.5 parent: 2 + - uid: 18188 + components: + - type: Transform + pos: 4.5,71.5 + parent: 2 - uid: 18415 components: - type: Transform @@ -194726,11 +191193,6 @@ entities: - type: Transform pos: -40.5,65.5 parent: 2 - - uid: 19632 - components: - - type: Transform - pos: 13.5,69.5 - parent: 2 - uid: 19635 components: - type: Transform @@ -194757,10 +191219,10 @@ entities: - type: Transform pos: -40.5,64.5 parent: 2 - - uid: 19737 + - uid: 19823 components: - type: Transform - pos: 13.5,68.5 + pos: -6.5,-41.5 parent: 2 - uid: 19950 components: @@ -194768,16 +191230,26 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,55.5 parent: 2 + - uid: 20276 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - uid: 20655 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 - uid: 22360 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,67.5 parent: 2 - - uid: 27406 + - uid: 28137 components: - type: Transform - pos: 34.5,-10.5 + pos: -58.5,60.5 parent: 2 - uid: 28225 components: @@ -194911,17 +191383,10 @@ entities: - type: Transform pos: 90.5,38.5 parent: 2 - - uid: 30302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,18.5 - parent: 2 - - uid: 30306 + - uid: 30345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,18.5 + pos: 46.5,30.5 parent: 2 - uid: 30450 components: @@ -194973,10 +191438,15 @@ entities: - type: Transform pos: -45.5,1.5 parent: 2 - - uid: 31052 + - uid: 30919 + components: + - type: Transform + pos: 46.5,29.5 + parent: 2 + - uid: 30920 components: - type: Transform - pos: -35.5,70.5 + pos: 46.5,30.5 parent: 2 - uid: 32583 components: @@ -195032,49 +191502,20 @@ entities: rot: 3.141592653589793 rad pos: -32.5,51.5 parent: 2 -- proto: TegCenter - entities: - - uid: 29967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: TegCirculator - entities: - - uid: 20724 - components: - - type: Transform - pos: -55.5,59.5 - parent: 2 - - type: PointLight - color: '#FF3300FF' - - uid: 21058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,59.5 - parent: 2 - - type: PointLight - color: '#FF3300FF' - proto: TelecomServer entities: - - uid: 22283 + - uid: 18387 components: - type: Transform - pos: -28.5,76.5 + pos: 6.5,58.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22284 + - 18389 machine_board: !type:Container showEnts: False occludes: True @@ -195083,20 +191524,19 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22285 + - uid: 19758 components: - type: Transform - pos: -27.5,76.5 + pos: 7.5,62.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22286 + - 19801 + - 19802 machine_board: !type:Container showEnts: False occludes: True @@ -195105,20 +191545,18 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22287 + - uid: 19811 components: - type: Transform - pos: -26.5,76.5 + pos: 8.5,62.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22288 + - 19816 machine_board: !type:Container showEnts: False occludes: True @@ -195127,20 +191565,18 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22297 + - uid: 19817 components: - type: Transform - pos: -25.5,76.5 + pos: 9.5,62.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22298 + - 19820 machine_board: !type:Container showEnts: False occludes: True @@ -195149,20 +191585,18 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22299 + - uid: 19849 components: - type: Transform - pos: -28.5,72.5 + pos: 7.5,58.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22300 + - 19850 machine_board: !type:Container showEnts: False occludes: True @@ -195171,20 +191605,18 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22301 + - uid: 19880 components: - type: Transform - pos: -27.5,72.5 + pos: 8.5,58.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22302 + - 19881 machine_board: !type:Container showEnts: False occludes: True @@ -195193,20 +191625,18 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22303 + - uid: 20193 components: - type: Transform - pos: -26.5,72.5 + pos: 6.5,62.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22304 + - 20200 machine_board: !type:Container showEnts: False occludes: True @@ -195215,20 +191645,18 @@ entities: showEnts: False occludes: True ents: [] - - uid: 22305 + - uid: 22280 components: - type: Transform - pos: -25.5,72.5 + pos: 9.5,58.5 parent: 2 - - type: WiresPanel - open: True - type: ContainerContainer containers: key_slots: !type:Container showEnts: False occludes: True ents: - - 22306 + - 22281 machine_board: !type:Container showEnts: False occludes: True @@ -195376,7 +191804,7 @@ entities: - uid: 6834 components: - type: Transform - pos: -9.800259,-37.106495 + pos: -6.489947,-41.08235 parent: 2 - uid: 8428 components: @@ -195420,7 +191848,7 @@ entities: - uid: 6837 components: - type: Transform - pos: -9.542446,-37.364307 + pos: -6.505572,-40.76985 parent: 2 - uid: 14219 components: @@ -195432,11 +191860,6 @@ entities: - type: Transform pos: 5.4501476,64.33037 parent: 2 - - uid: 22291 - components: - - type: Transform - pos: -23.43805,75.69595 - parent: 2 - uid: 23007 components: - type: Transform @@ -195455,13 +191878,6 @@ entities: - type: Transform pos: 91.76619,26.831522 parent: 2 -- proto: ToyAi - entities: - - uid: 30253 - components: - - type: Transform - pos: 46.50997,30.149883 - parent: 2 - proto: ToyAmongPequeno entities: - uid: 800 @@ -195834,7 +192250,7 @@ entities: - uid: 30252 components: - type: Transform - pos: 46.16622,30.817875 + pos: 46.229168,30.791666 parent: 2 - proto: ToySkeleton entities: @@ -195862,21 +192278,26 @@ entities: parent: 2 - proto: TrainingBomb entities: - - uid: 14248 + - uid: 4759 components: - type: Transform pos: 14.5,66.5 parent: 2 - - uid: 15260 + - uid: 4887 components: - type: Transform - pos: 13.5,64.5 + pos: 9.5,66.5 parent: 2 - - uid: 18100 + - uid: 15168 components: - type: Transform pos: 14.5,64.5 parent: 2 + - uid: 15260 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 - uid: 18102 components: - type: Transform @@ -195887,11 +192308,6 @@ entities: - type: Transform pos: 13.5,64.5 parent: 2 - - uid: 19665 - components: - - type: Transform - pos: 9.5,64.5 - parent: 2 - proto: TrashBag entities: - uid: 16665 @@ -196122,15 +192538,15 @@ entities: parent: 2 - proto: UniformScrubsColorBlue entities: - - uid: 18403 + - uid: 5975 components: - type: Transform - pos: -11.6542015,68.69986 + pos: -41.622158,60.58868 parent: 2 - - uid: 18404 + - uid: 20647 components: - type: Transform - pos: -11.4198265,68.54361 + pos: -41.731533,60.698055 parent: 2 - proto: UniformShortsRed entities: @@ -196331,11 +192747,6 @@ entities: - type: Transform pos: -55.5,-19.5 parent: 2 - - uid: 15941 - components: - - type: Transform - pos: -41.5,-28.5 - parent: 2 - uid: 15946 components: - type: Transform @@ -196367,15 +192778,20 @@ entities: parent: 2 - proto: VendingMachineCigs entities: - - uid: 3356 + - uid: 5169 components: - type: Transform - pos: 17.5,-23.5 + pos: 73.5,-13.5 parent: 2 - - uid: 5169 + - uid: 19516 components: - type: Transform - pos: 73.5,-13.5 + pos: 32.5,-18.5 + parent: 2 + - uid: 19822 + components: + - type: Transform + pos: 17.5,-23.5 parent: 2 - uid: 23428 components: @@ -196404,6 +192820,11 @@ entities: parent: 2 - proto: VendingMachineClothing entities: + - uid: 3290 + components: + - type: Transform + pos: -38.5,-27.5 + parent: 2 - uid: 13069 components: - type: Transform @@ -196432,12 +192853,6 @@ entities: parent: 2 - proto: VendingMachineCondiments entities: - - uid: 3907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-20.5 - parent: 2 - uid: 7134 components: - type: Transform @@ -196478,11 +192893,6 @@ entities: - type: Transform pos: -53.5,-19.5 parent: 2 - - uid: 7451 - components: - - type: Transform - pos: -40.5,-30.5 - parent: 2 - proto: VendingMachineDiscount entities: - uid: 29294 @@ -196518,10 +192928,10 @@ entities: parent: 2 - proto: VendingMachineEngivend entities: - - uid: 3583 + - uid: 6823 components: - type: Transform - pos: -53.5,37.5 + pos: -52.5,31.5 parent: 2 - uid: 26897 components: @@ -196591,6 +193001,11 @@ entities: - type: Transform pos: 7.5,-31.5 parent: 2 + - uid: 22259 + components: + - type: Transform + pos: -38.5,-30.5 + parent: 2 - proto: VendingMachineNutri entities: - uid: 18497 @@ -196615,6 +193030,11 @@ entities: - type: Transform pos: 5.5,-31.5 parent: 2 + - uid: 22258 + components: + - type: Transform + pos: -41.5,-30.5 + parent: 2 - proto: VendingMachineRepDrobe entities: - uid: 9328 @@ -196660,10 +193080,10 @@ entities: parent: 2 - proto: VendingMachineSalvage entities: - - uid: 17999 + - uid: 21011 components: - type: Transform - pos: -9.5,-39.5 + pos: -13.5,-40.5 parent: 2 - proto: VendingMachineSciDrobe entities: @@ -196770,11 +193190,6 @@ entities: - type: Transform pos: -53.5,41.5 parent: 2 - - uid: 9671 - components: - - type: Transform - pos: -45.5,57.5 - parent: 2 - uid: 10406 components: - type: Transform @@ -196852,15 +193267,15 @@ entities: parent: 2 - proto: VendingMachineYouTool entities: - - uid: 3688 + - uid: 8463 components: - type: Transform - pos: -55.5,37.5 + pos: -73.5,3.5 parent: 2 - - uid: 8463 + - uid: 31479 components: - type: Transform - pos: -73.5,3.5 + pos: -51.5,31.5 parent: 2 - proto: WallmountTelescreen entities: @@ -199911,11 +196326,6 @@ entities: - type: Transform pos: 80.5,28.5 parent: 2 - - uid: 29390 - components: - - type: Transform - pos: 91.5,48.5 - parent: 2 - uid: 29392 components: - type: Transform @@ -200565,6 +196975,11 @@ entities: - type: Transform pos: -34.5,0.5 parent: 2 + - uid: 197 + components: + - type: Transform + pos: -8.5,68.5 + parent: 2 - uid: 199 components: - type: Transform @@ -200585,6 +197000,11 @@ entities: - type: Transform pos: -47.5,-39.5 parent: 2 + - uid: 293 + components: + - type: Transform + pos: -20.5,52.5 + parent: 2 - uid: 342 components: - type: Transform @@ -200615,6 +197035,11 @@ entities: - type: Transform pos: -12.5,-9.5 parent: 2 + - uid: 569 + components: + - type: Transform + pos: -43.5,61.5 + parent: 2 - uid: 576 components: - type: Transform @@ -200720,6 +197145,21 @@ entities: - type: Transform pos: -35.5,-5.5 parent: 2 + - uid: 764 + components: + - type: Transform + pos: -16.5,60.5 + parent: 2 + - uid: 798 + components: + - type: Transform + pos: -43.5,57.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -29.5,-4.5 + parent: 2 - uid: 804 components: - type: Transform @@ -200765,11 +197205,21 @@ entities: - type: Transform pos: 16.5,22.5 parent: 2 + - uid: 981 + components: + - type: Transform + pos: -41.5,61.5 + parent: 2 - uid: 984 components: - type: Transform pos: -32.5,68.5 parent: 2 + - uid: 986 + components: + - type: Transform + pos: -7.5,65.5 + parent: 2 - uid: 1081 components: - type: Transform @@ -200795,6 +197245,16 @@ entities: - type: Transform pos: -42.5,32.5 parent: 2 + - uid: 1574 + components: + - type: Transform + pos: 11.5,60.5 + parent: 2 + - uid: 1576 + components: + - type: Transform + pos: 11.5,61.5 + parent: 2 - uid: 1660 components: - type: Transform @@ -201255,11 +197715,6 @@ entities: - type: Transform pos: 8.5,-44.5 parent: 2 - - uid: 2583 - components: - - type: Transform - pos: -28.5,67.5 - parent: 2 - uid: 2591 components: - type: Transform @@ -201800,16 +198255,6 @@ entities: - type: Transform pos: 4.5,43.5 parent: 2 - - uid: 3111 - components: - - type: Transform - pos: -41.5,61.5 - parent: 2 - - uid: 3121 - components: - - type: Transform - pos: -42.5,61.5 - parent: 2 - uid: 3130 components: - type: Transform @@ -201885,6 +198330,11 @@ entities: - type: Transform pos: -31.5,-24.5 parent: 2 + - uid: 3267 + components: + - type: Transform + pos: -44.5,57.5 + parent: 2 - uid: 3269 components: - type: Transform @@ -201895,6 +198345,11 @@ entities: - type: Transform pos: -31.5,-22.5 parent: 2 + - uid: 3292 + components: + - type: Transform + pos: -42.5,61.5 + parent: 2 - uid: 3296 components: - type: Transform @@ -201940,6 +198395,16 @@ entities: - type: Transform pos: 39.5,-35.5 parent: 2 + - uid: 3397 + components: + - type: Transform + pos: -40.5,60.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: -40.5,58.5 + parent: 2 - uid: 3436 components: - type: Transform @@ -203410,6 +199875,26 @@ entities: - type: Transform pos: -50.5,56.5 parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -42.5,70.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -16.5,67.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: -6.5,67.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: -12.5,67.5 + parent: 2 - uid: 4861 components: - type: Transform @@ -203770,6 +200255,11 @@ entities: - type: Transform pos: -96.5,-13.5 parent: 2 + - uid: 5295 + components: + - type: Transform + pos: 11.5,62.5 + parent: 2 - uid: 5296 components: - type: Transform @@ -204155,11 +200645,6 @@ entities: - type: Transform pos: -26.5,49.5 parent: 2 - - uid: 6324 - components: - - type: Transform - pos: -43.5,61.5 - parent: 2 - uid: 6394 components: - type: Transform @@ -204260,21 +200745,6 @@ entities: - type: Transform pos: -27.5,50.5 parent: 2 - - uid: 6558 - components: - - type: Transform - pos: -39.5,57.5 - parent: 2 - - uid: 6617 - components: - - type: Transform - pos: -40.5,58.5 - parent: 2 - - uid: 6618 - components: - - type: Transform - pos: -35.5,57.5 - parent: 2 - uid: 6651 components: - type: Transform @@ -204590,6 +201060,11 @@ entities: - type: Transform pos: -66.5,-2.5 parent: 2 + - uid: 7487 + components: + - type: Transform + pos: -10.5,68.5 + parent: 2 - uid: 7563 components: - type: Transform @@ -205330,11 +201805,6 @@ entities: - type: Transform pos: -111.5,-5.5 parent: 2 - - uid: 8202 - components: - - type: Transform - pos: -59.5,54.5 - parent: 2 - uid: 8205 components: - type: Transform @@ -206725,6 +203195,11 @@ entities: - type: Transform pos: -107.5,-9.5 parent: 2 + - uid: 9175 + components: + - type: Transform + pos: 11.5,59.5 + parent: 2 - uid: 9203 components: - type: Transform @@ -207075,11 +203550,6 @@ entities: - type: Transform pos: 41.5,16.5 parent: 2 - - uid: 9512 - components: - - type: Transform - pos: -59.5,56.5 - parent: 2 - uid: 9517 components: - type: Transform @@ -207280,6 +203750,11 @@ entities: - type: Transform pos: -59.5,40.5 parent: 2 + - uid: 9702 + components: + - type: Transform + pos: -45.5,59.5 + parent: 2 - uid: 9942 components: - type: Transform @@ -207323,7 +203798,7 @@ entities: - uid: 10056 components: - type: Transform - pos: -34.5,68.5 + pos: -34.5,60.5 parent: 2 - uid: 10188 components: @@ -207435,6 +203910,11 @@ entities: - type: Transform pos: -117.5,17.5 parent: 2 + - uid: 11102 + components: + - type: Transform + pos: -45.5,58.5 + parent: 2 - uid: 11399 components: - type: Transform @@ -207445,21 +203925,6 @@ entities: - type: Transform pos: -76.5,20.5 parent: 2 - - uid: 11637 - components: - - type: Transform - pos: -24.5,72.5 - parent: 2 - - uid: 11638 - components: - - type: Transform - pos: -24.5,76.5 - parent: 2 - - uid: 11639 - components: - - type: Transform - pos: -20.5,72.5 - parent: 2 - uid: 11851 components: - type: Transform @@ -207705,6 +204170,11 @@ entities: - type: Transform pos: 4.5,52.5 parent: 2 + - uid: 13060 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 - uid: 13061 components: - type: Transform @@ -207960,6 +204430,11 @@ entities: - type: Transform pos: -4.5,65.5 parent: 2 + - uid: 13968 + components: + - type: Transform + pos: 12.5,66.5 + parent: 2 - uid: 13979 components: - type: Transform @@ -208080,11 +204555,21 @@ entities: - type: Transform pos: 32.5,50.5 parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 11.5,63.5 + parent: 2 - uid: 14247 components: - type: Transform pos: 15.5,63.5 parent: 2 + - uid: 14248 + components: + - type: Transform + pos: 7.5,63.5 + parent: 2 - uid: 14274 components: - type: Transform @@ -208115,10 +204600,10 @@ entities: - type: Transform pos: -16.5,65.5 parent: 2 - - uid: 15168 + - uid: 15165 components: - type: Transform - pos: -12.5,67.5 + pos: 8.5,63.5 parent: 2 - uid: 15175 components: @@ -208140,11 +204625,6 @@ entities: - type: Transform pos: -24.5,53.5 parent: 2 - - uid: 15224 - components: - - type: Transform - pos: 6.5,61.5 - parent: 2 - uid: 15230 components: - type: Transform @@ -208155,11 +204635,6 @@ entities: - type: Transform pos: -20.5,50.5 parent: 2 - - uid: 15254 - components: - - type: Transform - pos: 12.5,61.5 - parent: 2 - uid: 15256 components: - type: Transform @@ -208715,31 +205190,16 @@ entities: - type: Transform pos: -6.5,35.5 parent: 2 - - uid: 15790 - components: - - type: Transform - pos: -24.5,67.5 - parent: 2 - uid: 15818 components: - type: Transform pos: -24.5,65.5 parent: 2 - - uid: 15820 - components: - - type: Transform - pos: -20.5,67.5 - parent: 2 - uid: 15822 components: - type: Transform pos: -20.5,65.5 parent: 2 - - uid: 15824 - components: - - type: Transform - pos: -16.5,67.5 - parent: 2 - uid: 15827 components: - type: Transform @@ -208770,6 +205230,11 @@ entities: - type: Transform pos: -8.5,65.5 parent: 2 + - uid: 15847 + components: + - type: Transform + pos: 12.5,64.5 + parent: 2 - uid: 15854 components: - type: Transform @@ -209020,36 +205485,11 @@ entities: - type: Transform pos: -28.5,68.5 parent: 2 - - uid: 16403 - components: - - type: Transform - pos: -27.5,68.5 - parent: 2 - - uid: 16404 - components: - - type: Transform - pos: -26.5,68.5 - parent: 2 - - uid: 16405 - components: - - type: Transform - pos: -25.5,68.5 - parent: 2 - uid: 16406 components: - type: Transform pos: -24.5,68.5 parent: 2 - - uid: 16407 - components: - - type: Transform - pos: -23.5,68.5 - parent: 2 - - uid: 16408 - components: - - type: Transform - pos: -22.5,68.5 - parent: 2 - uid: 16410 components: - type: Transform @@ -209095,6 +205535,11 @@ entities: - type: Transform pos: -21.5,52.5 parent: 2 + - uid: 16477 + components: + - type: Transform + pos: 10.5,63.5 + parent: 2 - uid: 16478 components: - type: Transform @@ -209140,15 +205585,31 @@ entities: - type: Transform pos: 47.5,14.5 parent: 2 - - uid: 16578 + - uid: 16535 components: - type: Transform - pos: -34.5,32.5 + rot: -1.5707963267948966 rad + pos: -64.5,61.5 parent: 2 - - uid: 16582 + - uid: 16539 components: - type: Transform - pos: -21.5,68.5 + pos: -60.5,62.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + pos: -61.5,61.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: -34.5,32.5 parent: 2 - uid: 16609 components: @@ -209205,71 +205666,16 @@ entities: - type: Transform pos: -20.5,68.5 parent: 2 - - uid: 17916 - components: - - type: Transform - pos: -19.5,68.5 - parent: 2 - - uid: 17918 - components: - - type: Transform - pos: -18.5,68.5 - parent: 2 - - uid: 17928 - components: - - type: Transform - pos: -17.5,68.5 - parent: 2 - uid: 17929 components: - type: Transform pos: -16.5,68.5 parent: 2 - - uid: 17963 - components: - - type: Transform - pos: -15.5,68.5 - parent: 2 - - uid: 17964 - components: - - type: Transform - pos: -14.5,68.5 - parent: 2 - - uid: 17965 - components: - - type: Transform - pos: -13.5,68.5 - parent: 2 - uid: 17966 components: - type: Transform pos: -12.5,68.5 parent: 2 - - uid: 17967 - components: - - type: Transform - pos: -9.5,69.5 - parent: 2 - - uid: 17968 - components: - - type: Transform - pos: -12.5,69.5 - parent: 2 - - uid: 17969 - components: - - type: Transform - pos: -8.5,69.5 - parent: 2 - - uid: 17970 - components: - - type: Transform - pos: -10.5,69.5 - parent: 2 - - uid: 17971 - components: - - type: Transform - pos: -11.5,69.5 - parent: 2 - uid: 17972 components: - type: Transform @@ -209340,61 +205746,6 @@ entities: - type: Transform pos: -7.5,62.5 parent: 2 - - uid: 18015 - components: - - type: Transform - pos: -17.5,71.5 - parent: 2 - - uid: 18016 - components: - - type: Transform - pos: -18.5,71.5 - parent: 2 - - uid: 18019 - components: - - type: Transform - pos: -19.5,71.5 - parent: 2 - - uid: 18025 - components: - - type: Transform - pos: -24.5,71.5 - parent: 2 - - uid: 18026 - components: - - type: Transform - pos: -25.5,71.5 - parent: 2 - - uid: 18027 - components: - - type: Transform - pos: -26.5,71.5 - parent: 2 - - uid: 18028 - components: - - type: Transform - pos: -27.5,71.5 - parent: 2 - - uid: 18029 - components: - - type: Transform - pos: -28.5,71.5 - parent: 2 - - uid: 18030 - components: - - type: Transform - pos: -29.5,71.5 - parent: 2 - - uid: 18031 - components: - - type: Transform - pos: -30.5,71.5 - parent: 2 - - uid: 18032 - components: - - type: Transform - pos: -31.5,71.5 - parent: 2 - uid: 18034 components: - type: Transform @@ -209420,15 +205771,15 @@ entities: - type: Transform pos: -16.5,66.5 parent: 2 - - uid: 18081 + - uid: 18042 components: - type: Transform - pos: -6.5,69.5 + pos: -40.5,70.5 parent: 2 - - uid: 18086 + - uid: 18081 components: - type: Transform - pos: -6.5,67.5 + pos: -6.5,69.5 parent: 2 - uid: 18087 components: @@ -209445,16 +205796,6 @@ entities: - type: Transform pos: 15.5,67.5 parent: 2 - - uid: 18107 - components: - - type: Transform - pos: 14.5,68.5 - parent: 2 - - uid: 18108 - components: - - type: Transform - pos: 14.5,71.5 - parent: 2 - uid: 18109 components: - type: Transform @@ -209500,26 +205841,6 @@ entities: - type: Transform pos: -0.5,66.5 parent: 2 - - uid: 18188 - components: - - type: Transform - pos: 13.5,67.5 - parent: 2 - - uid: 18200 - components: - - type: Transform - pos: 14.5,70.5 - parent: 2 - - uid: 18201 - components: - - type: Transform - pos: -14.5,72.5 - parent: 2 - - uid: 18202 - components: - - type: Transform - pos: -13.5,72.5 - parent: 2 - uid: 18203 components: - type: Transform @@ -209585,11 +205906,6 @@ entities: - type: Transform pos: -0.5,72.5 parent: 2 - - uid: 18217 - components: - - type: Transform - pos: -34.5,63.5 - parent: 2 - uid: 18225 components: - type: Transform @@ -209615,10 +205931,25 @@ entities: - type: Transform pos: -33.5,56.5 parent: 2 - - uid: 18362 + - uid: 18272 components: - type: Transform - pos: -0.5,71.5 + pos: -24.5,67.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + pos: -28.5,67.5 + parent: 2 + - uid: 18274 + components: + - type: Transform + pos: -30.5,67.5 + parent: 2 + - uid: 18352 + components: + - type: Transform + pos: 10.5,57.5 parent: 2 - uid: 18363 components: @@ -210110,11 +206441,6 @@ entities: - type: Transform pos: -71.5,-24.5 parent: 2 - - uid: 18789 - components: - - type: Transform - pos: -65.5,65.5 - parent: 2 - uid: 18796 components: - type: Transform @@ -210660,6 +206986,11 @@ entities: - type: Transform pos: -12.5,73.5 parent: 2 + - uid: 19627 + components: + - type: Transform + pos: -47.5,56.5 + parent: 2 - uid: 19628 components: - type: Transform @@ -210670,20 +207001,10 @@ entities: - type: Transform pos: 12.5,63.5 parent: 2 - - uid: 19646 - components: - - type: Transform - pos: -34.5,58.5 - parent: 2 - - uid: 19648 - components: - - type: Transform - pos: -34.5,59.5 - parent: 2 - - uid: 19652 + - uid: 19632 components: - type: Transform - pos: -40.5,60.5 + pos: -47.5,57.5 parent: 2 - uid: 19664 components: @@ -210705,25 +207026,20 @@ entities: - type: Transform pos: 6.5,63.5 parent: 2 - - uid: 19675 - components: - - type: Transform - pos: 6.5,62.5 - parent: 2 - uid: 19676 components: - type: Transform pos: 14.5,63.5 parent: 2 - - uid: 19677 + - uid: 19690 components: - type: Transform - pos: 4.5,62.5 + pos: -39.5,57.5 parent: 2 - - uid: 19682 + - uid: 19705 components: - type: Transform - pos: -34.5,57.5 + pos: -35.5,57.5 parent: 2 - uid: 19708 components: @@ -210735,35 +207051,65 @@ entities: - type: Transform pos: -45.5,68.5 parent: 2 + - uid: 19710 + components: + - type: Transform + pos: -38.5,57.5 + parent: 2 - uid: 19711 components: - type: Transform - pos: 12.5,62.5 + pos: -40.5,57.5 parent: 2 - uid: 19717 components: - type: Transform - pos: -33.5,72.5 + pos: -37.5,57.5 + parent: 2 + - uid: 19719 + components: + - type: Transform + pos: -36.5,57.5 parent: 2 - uid: 19733 components: - type: Transform pos: 4.5,63.5 parent: 2 - - uid: 19735 + - uid: 19824 components: - type: Transform - pos: 12.5,64.5 + pos: -44.5,61.5 parent: 2 - - uid: 19774 + - uid: 19825 components: - type: Transform - pos: -38.5,57.5 + pos: -45.5,61.5 parent: 2 - - uid: 19776 + - uid: 19826 components: - type: Transform - pos: -36.5,57.5 + pos: -45.5,57.5 + parent: 2 + - uid: 19827 + components: + - type: Transform + pos: -42.5,57.5 + parent: 2 + - uid: 19829 + components: + - type: Transform + pos: -45.5,60.5 + parent: 2 + - uid: 19848 + components: + - type: Transform + pos: -40.5,69.5 + parent: 2 + - uid: 19853 + components: + - type: Transform + pos: -45.5,62.5 parent: 2 - uid: 19944 components: @@ -210815,95 +207161,95 @@ entities: - type: Transform pos: -115.5,1.5 parent: 2 - - uid: 20951 + - uid: 20184 components: - type: Transform - pos: -39.5,32.5 + pos: -41.5,57.5 parent: 2 - - uid: 21015 + - uid: 20838 components: - type: Transform - pos: -33.5,73.5 + pos: -25.5,-6.5 parent: 2 - - uid: 21075 + - uid: 20864 components: - type: Transform - pos: -37.5,55.5 + pos: -24.5,-4.5 parent: 2 - - uid: 21089 + - uid: 20865 components: - type: Transform - pos: 4.5,58.5 + pos: -27.5,-6.5 parent: 2 - - uid: 22166 + - uid: 20866 components: - type: Transform - pos: -29.5,76.5 + pos: -26.5,-6.5 parent: 2 - - uid: 22257 + - uid: 20868 components: - type: Transform - pos: -20.5,76.5 + pos: -24.5,-6.5 parent: 2 - - uid: 22258 + - uid: 20869 components: - type: Transform - pos: -25.5,77.5 + pos: -24.5,-3.5 parent: 2 - - uid: 22259 + - uid: 20870 components: - type: Transform - pos: -29.5,77.5 + pos: -26.5,-3.5 parent: 2 - - uid: 22260 + - uid: 20875 components: - type: Transform - pos: -24.5,77.5 + pos: -25.5,-3.5 parent: 2 - - uid: 22271 + - uid: 20878 components: - type: Transform - pos: -28.5,77.5 + pos: -28.5,-6.5 parent: 2 - - uid: 22273 + - uid: 20879 components: - type: Transform - pos: -29.5,72.5 + pos: -27.5,-3.5 parent: 2 - - uid: 22278 + - uid: 20889 components: - type: Transform - pos: -24.5,75.5 + pos: -29.5,-3.5 parent: 2 - - uid: 22279 + - uid: 20890 components: - type: Transform - pos: -24.5,73.5 + pos: -29.5,-6.5 parent: 2 - - uid: 22293 + - uid: 20951 components: - type: Transform - pos: -23.5,71.5 + pos: -39.5,32.5 parent: 2 - - uid: 22295 + - uid: 21045 components: - type: Transform - pos: -21.5,71.5 + pos: -28.5,-3.5 parent: 2 - - uid: 22317 + - uid: 21075 components: - type: Transform - pos: -29.5,73.5 + pos: -37.5,55.5 parent: 2 - - uid: 22346 + - uid: 22282 components: - type: Transform - pos: -31.5,73.5 + pos: 4.5,61.5 parent: 2 - - uid: 22347 + - uid: 22284 components: - type: Transform - pos: -32.5,73.5 + pos: 4.5,59.5 parent: 2 - uid: 22356 components: @@ -210915,46 +207261,6 @@ entities: - type: Transform pos: -45.5,63.5 parent: 2 - - uid: 22363 - components: - - type: Transform - pos: 12.5,66.5 - parent: 2 - - uid: 22364 - components: - - type: Transform - pos: 14.5,69.5 - parent: 2 - - uid: 22365 - components: - - type: Transform - pos: -17.5,74.5 - parent: 2 - - uid: 22366 - components: - - type: Transform - pos: -17.5,77.5 - parent: 2 - - uid: 22367 - components: - - type: Transform - pos: -21.5,79.5 - parent: 2 - - uid: 22368 - components: - - type: Transform - pos: -25.5,80.5 - parent: 2 - - uid: 22369 - components: - - type: Transform - pos: -30.5,80.5 - parent: 2 - - uid: 22370 - components: - - type: Transform - pos: -32.5,77.5 - parent: 2 - uid: 22573 components: - type: Transform @@ -210965,11 +207271,6 @@ entities: - type: Transform pos: -37.5,31.5 parent: 2 - - uid: 22756 - components: - - type: Transform - pos: -34.5,71.5 - parent: 2 - uid: 22812 components: - type: Transform @@ -210990,11 +207291,6 @@ entities: - type: Transform pos: -61.5,52.5 parent: 2 - - uid: 23041 - components: - - type: Transform - pos: -37.5,57.5 - parent: 2 - uid: 23043 components: - type: Transform @@ -211090,20 +207386,15 @@ entities: - type: Transform pos: -44.5,-7.5 parent: 2 - - uid: 23231 - components: - - type: Transform - pos: -16.5,71.5 - parent: 2 - - uid: 23234 + - uid: 23246 components: - type: Transform - pos: -15.5,71.5 + pos: -56.5,62.5 parent: 2 - - uid: 23235 + - uid: 23248 components: - type: Transform - pos: -14.5,71.5 + pos: -61.5,62.5 parent: 2 - uid: 23265 components: @@ -211245,6 +207536,12 @@ entities: - type: Transform pos: 90.5,63.5 parent: 2 + - uid: 23773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,55.5 + parent: 2 - uid: 23778 components: - type: Transform @@ -211255,6 +207552,11 @@ entities: - type: Transform pos: 101.5,27.5 parent: 2 + - uid: 23783 + components: + - type: Transform + pos: -64.5,55.5 + parent: 2 - uid: 24934 components: - type: Transform @@ -211265,11 +207567,6 @@ entities: - type: Transform pos: 75.5,1.5 parent: 2 - - uid: 25066 - components: - - type: Transform - pos: -20.5,71.5 - parent: 2 - uid: 25304 components: - type: Transform @@ -211290,41 +207587,16 @@ entities: - type: Transform pos: -36.5,-12.5 parent: 2 - - uid: 27167 - components: - - type: Transform - pos: -34.5,-12.5 - parent: 2 - uid: 27168 components: - type: Transform pos: -33.5,-12.5 parent: 2 - - uid: 27176 - components: - - type: Transform - pos: -34.5,-8.5 - parent: 2 - - uid: 27181 - components: - - type: Transform - pos: -35.5,-12.5 - parent: 2 - uid: 27372 components: - type: Transform pos: 77.5,-0.5 parent: 2 - - uid: 27375 - components: - - type: Transform - pos: -33.5,-9.5 - parent: 2 - - uid: 27385 - components: - - type: Transform - pos: -33.5,-11.5 - parent: 2 - uid: 27386 components: - type: Transform @@ -211340,6 +207612,11 @@ entities: - type: Transform pos: 77.5,-4.5 parent: 2 + - uid: 27429 + components: + - type: Transform + pos: -55.5,62.5 + parent: 2 - uid: 27443 components: - type: Transform @@ -211385,26 +207662,11 @@ entities: - type: Transform pos: 88.5,23.5 parent: 2 - - uid: 27833 - components: - - type: Transform - pos: -30.5,73.5 - parent: 2 - uid: 27844 components: - type: Transform pos: -36.5,55.5 parent: 2 - - uid: 27846 - components: - - type: Transform - pos: -33.5,-8.5 - parent: 2 - - uid: 27860 - components: - - type: Transform - pos: -50.5,59.5 - parent: 2 - uid: 27861 components: - type: Transform @@ -211655,6 +207917,29 @@ entities: - type: Transform pos: -68.5,-4.5 parent: 2 + - uid: 28659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,54.5 + parent: 2 + - uid: 28662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,56.5 + parent: 2 + - uid: 28663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,56.5 + parent: 2 + - uid: 28668 + components: + - type: Transform + pos: -61.5,57.5 + parent: 2 - uid: 28682 components: - type: Transform @@ -211998,12 +208283,7 @@ entities: - uid: 29715 components: - type: Transform - pos: -34.5,60.5 - parent: 2 - - uid: 29718 - components: - - type: Transform - pos: -44.5,61.5 + pos: 15.5,71.5 parent: 2 - uid: 29729 components: @@ -212210,11 +208490,6 @@ entities: - type: Transform pos: 82.5,23.5 parent: 2 - - uid: 29871 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - uid: 29877 components: - type: Transform @@ -212235,11 +208510,6 @@ entities: - type: Transform pos: 96.5,51.5 parent: 2 - - uid: 29896 - components: - - type: Transform - pos: -50.5,60.5 - parent: 2 - uid: 29907 components: - type: Transform @@ -212370,6 +208640,11 @@ entities: - type: Transform pos: 102.5,31.5 parent: 2 + - uid: 29941 + components: + - type: Transform + pos: 15.5,70.5 + parent: 2 - uid: 29943 components: - type: Transform @@ -212400,11 +208675,6 @@ entities: - type: Transform pos: 88.5,-0.5 parent: 2 - - uid: 29949 - components: - - type: Transform - pos: -33.5,71.5 - parent: 2 - uid: 29952 components: - type: Transform @@ -212690,16 +208960,6 @@ entities: - type: Transform pos: -47.5,69.5 parent: 2 - - uid: 30689 - components: - - type: Transform - pos: -44.5,63.5 - parent: 2 - - uid: 30695 - components: - - type: Transform - pos: -40.5,59.5 - parent: 2 - uid: 30696 components: - type: Transform @@ -212715,10 +208975,10 @@ entities: - type: Transform pos: -47.5,62.5 parent: 2 - - uid: 30719 + - uid: 30713 components: - type: Transform - pos: -40.5,57.5 + pos: -34.5,68.5 parent: 2 - uid: 30720 components: @@ -212750,30 +209010,35 @@ entities: - type: Transform pos: -47.5,71.5 parent: 2 - - uid: 30747 + - uid: 30750 components: - type: Transform - pos: -46.5,58.5 + pos: -34.5,63.5 parent: 2 - - uid: 30748 + - uid: 30758 components: - type: Transform - pos: -45.5,58.5 + pos: 13.5,67.5 parent: 2 - - uid: 30749 + - uid: 30879 components: - type: Transform - pos: -44.5,58.5 + pos: -34.5,57.5 parent: 2 - - uid: 30750 + - uid: 30914 components: - type: Transform - pos: -43.5,58.5 + pos: -34.5,59.5 parent: 2 - - uid: 31043 + - uid: 30922 components: - type: Transform - pos: -30.5,67.5 + pos: 15.5,69.5 + parent: 2 + - uid: 30978 + components: + - type: Transform + pos: 9.5,63.5 parent: 2 - uid: 31044 components: @@ -212795,6 +209060,21 @@ entities: - type: Transform pos: 5.5,67.5 parent: 2 + - uid: 31070 + components: + - type: Transform + pos: -20.5,67.5 + parent: 2 + - uid: 31073 + components: + - type: Transform + pos: 15.5,68.5 + parent: 2 + - uid: 31075 + components: + - type: Transform + pos: -34.5,58.5 + parent: 2 - uid: 31086 components: - type: Transform @@ -212985,31 +209265,6 @@ entities: - type: Transform pos: -61.5,54.5 parent: 2 - - uid: 31401 - components: - - type: Transform - pos: -61.5,55.5 - parent: 2 - - uid: 31408 - components: - - type: Transform - pos: -61.5,62.5 - parent: 2 - - uid: 31409 - components: - - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 31413 - components: - - type: Transform - pos: -56.5,62.5 - parent: 2 - - uid: 31414 - components: - - type: Transform - pos: -55.5,62.5 - parent: 2 - uid: 31415 components: - type: Transform @@ -213020,11 +209275,6 @@ entities: - type: Transform pos: -55.5,54.5 parent: 2 - - uid: 31449 - components: - - type: Transform - pos: -61.5,56.5 - parent: 2 - uid: 31463 components: - type: Transform @@ -213305,16 +209555,6 @@ entities: - type: Transform pos: -64.5,-25.5 parent: 2 - - uid: 35681 - components: - - type: Transform - pos: -70.5,53.5 - parent: 2 - - uid: 35683 - components: - - type: Transform - pos: -70.5,62.5 - parent: 2 - uid: 35719 components: - type: Transform @@ -213395,11 +209635,6 @@ entities: - type: Transform pos: -106.5,-28.5 parent: 2 - - uid: 36139 - components: - - type: Transform - pos: -11.5,65.5 - parent: 2 - uid: 36140 components: - type: Transform @@ -213835,11 +210070,6 @@ entities: - type: Transform pos: -1.5,-11.5 parent: 2 - - uid: 197 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 - uid: 198 components: - type: Transform @@ -213870,6 +210100,11 @@ entities: - type: Transform pos: -21.5,17.5 parent: 2 + - uid: 209 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 - uid: 210 components: - type: Transform @@ -213945,11 +210180,6 @@ entities: - type: Transform pos: 27.5,8.5 parent: 2 - - uid: 246 - components: - - type: Transform - pos: 9.5,17.5 - parent: 2 - uid: 252 components: - type: Transform @@ -214043,12 +210273,7 @@ entities: - uid: 283 components: - type: Transform - pos: -25.5,-3.5 - parent: 2 - - uid: 284 - components: - - type: Transform - pos: -29.5,-3.5 + pos: 37.5,6.5 parent: 2 - uid: 285 components: @@ -214085,11 +210310,6 @@ entities: - type: Transform pos: -12.5,-2.5 parent: 2 - - uid: 293 - components: - - type: Transform - pos: -28.5,-3.5 - parent: 2 - uid: 294 components: - type: Transform @@ -214120,11 +210340,6 @@ entities: - type: Transform pos: -20.5,-3.5 parent: 2 - - uid: 301 - components: - - type: Transform - pos: -21.5,-3.5 - parent: 2 - uid: 302 components: - type: Transform @@ -214215,11 +210430,6 @@ entities: - type: Transform pos: -16.5,-3.5 parent: 2 - - uid: 330 - components: - - type: Transform - pos: -26.5,-3.5 - parent: 2 - uid: 331 components: - type: Transform @@ -214293,7 +210503,7 @@ entities: - uid: 357 components: - type: Transform - pos: -24.5,-3.5 + pos: -34.5,-12.5 parent: 2 - uid: 358 components: @@ -214665,11 +210875,6 @@ entities: - type: Transform pos: -13.5,-6.5 parent: 2 - - uid: 569 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - uid: 577 components: - type: Transform @@ -215715,11 +211920,6 @@ entities: - type: Transform pos: -30.5,12.5 parent: 2 - - uid: 1518 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - uid: 1544 components: - type: Transform @@ -216065,16 +212265,6 @@ entities: - type: Transform pos: 40.5,45.5 parent: 2 - - uid: 2287 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 2 - - uid: 2289 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - uid: 2292 components: - type: Transform @@ -216475,6 +212665,11 @@ entities: - type: Transform pos: -1.5,53.5 parent: 2 + - uid: 2658 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 - uid: 2664 components: - type: Transform @@ -217655,11 +213850,6 @@ entities: - type: Transform pos: -8.5,-38.5 parent: 2 - - uid: 3826 - components: - - type: Transform - pos: -29.5,-6.5 - parent: 2 - uid: 3828 components: - type: Transform @@ -217760,6 +213950,11 @@ entities: - type: Transform pos: 70.5,-19.5 parent: 2 + - uid: 3907 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 - uid: 3911 components: - type: Transform @@ -218350,6 +214545,11 @@ entities: - type: Transform pos: 22.5,6.5 parent: 2 + - uid: 5908 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 - uid: 5993 components: - type: Transform @@ -218550,11 +214750,6 @@ entities: - type: Transform pos: -6.5,-39.5 parent: 2 - - uid: 7086 - components: - - type: Transform - pos: -36.5,-26.5 - parent: 2 - uid: 7091 components: - type: Transform @@ -219290,6 +215485,11 @@ entities: - type: Transform pos: 52.5,-14.5 parent: 2 + - uid: 7623 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 - uid: 7632 components: - type: Transform @@ -219475,25 +215675,10 @@ entities: - type: Transform pos: -81.5,2.5 parent: 2 - - uid: 8477 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - - uid: 8478 - components: - - type: Transform - pos: -27.5,-6.5 - parent: 2 - - uid: 8597 - components: - - type: Transform - pos: -28.5,-6.5 - parent: 2 - uid: 8598 components: - type: Transform - pos: -26.5,-6.5 + pos: -30.5,13.5 parent: 2 - uid: 8639 components: @@ -219805,6 +215990,11 @@ entities: - type: Transform pos: -74.5,-0.5 parent: 2 + - uid: 10329 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 2 - uid: 11101 components: - type: Transform @@ -220225,6 +216415,11 @@ entities: - type: Transform pos: -42.5,8.5 parent: 2 + - uid: 15542 + components: + - type: Transform + pos: 5.5,72.5 + parent: 2 - uid: 15711 components: - type: Transform @@ -220390,6 +216585,11 @@ entities: - type: Transform pos: 50.5,-15.5 parent: 2 + - uid: 17969 + components: + - type: Transform + pos: -41.5,-26.5 + parent: 2 - uid: 18006 components: - type: Transform @@ -220400,6 +216600,11 @@ entities: - type: Transform pos: -62.5,6.5 parent: 2 + - uid: 18018 + components: + - type: Transform + pos: -40.5,-26.5 + parent: 2 - uid: 18023 components: - type: Transform @@ -220410,6 +216615,16 @@ entities: - type: Transform pos: -89.5,6.5 parent: 2 + - uid: 18046 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 18047 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 - uid: 18080 components: - type: Transform @@ -220425,11 +216640,21 @@ entities: - type: Transform pos: -48.5,5.5 parent: 2 + - uid: 18104 + components: + - type: Transform + pos: 12.5,72.5 + parent: 2 - uid: 18113 components: - type: Transform pos: -89.5,2.5 parent: 2 + - uid: 18119 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 - uid: 18140 components: - type: Transform @@ -220535,10 +216760,10 @@ entities: - type: Transform pos: -32.5,0.5 parent: 2 - - uid: 20034 + - uid: 20187 components: - type: Transform - pos: -33.5,-6.5 + pos: -31.5,-6.5 parent: 2 - uid: 20931 components: @@ -220610,6 +216835,11 @@ entities: - type: Transform pos: 6.5,-25.5 parent: 2 + - uid: 23297 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 2 - uid: 23425 components: - type: Transform @@ -220655,11 +216885,6 @@ entities: - type: Transform pos: -2.5,16.5 parent: 2 - - uid: 23784 - components: - - type: Transform - pos: 5.5,72.5 - parent: 2 - uid: 23791 components: - type: Transform @@ -220860,11 +217085,6 @@ entities: - type: Transform pos: -9.5,-4.5 parent: 2 - - uid: 31443 - components: - - type: Transform - pos: 12.5,72.5 - parent: 2 - uid: 31444 components: - type: Transform @@ -220995,6 +217215,11 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,67.5 parent: 2 + - uid: 19813 + components: + - type: Transform + pos: -40.5,58.5 + parent: 2 - proto: WallWood entities: - uid: 874 @@ -221319,6 +217544,54 @@ entities: - type: Transform pos: -42.5,47.5 parent: 2 +- proto: WashingMachine + entities: + - uid: 1275 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 +- proto: WashingMachineBroken + entities: + - uid: 2659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-30.5 + parent: 2 +- proto: WashingMachineFilledClothes + entities: + - uid: 2653 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 18020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-30.5 + parent: 2 + - uid: 18404 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 19318 + components: + - type: Transform + pos: -40.5,-27.5 + parent: 2 + - uid: 19420 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 - proto: WaterCooler entities: - uid: 309 @@ -221398,6 +217671,11 @@ entities: parent: 2 - proto: WaterTankFull entities: + - uid: 217 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 - uid: 2900 components: - type: Transform @@ -221438,11 +217716,6 @@ entities: - type: Transform pos: 17.5,32.5 parent: 2 - - uid: 20938 - components: - - type: Transform - pos: -19.5,70.5 - parent: 2 - uid: 20941 components: - type: Transform @@ -221496,6 +217769,11 @@ entities: - type: Transform pos: 13.5,54.5 parent: 2 + - uid: 15274 + components: + - type: Transform + pos: -44.5,60.5 + parent: 2 - uid: 15613 components: - type: Transform @@ -221544,12 +217822,6 @@ entities: - type: Transform pos: 13.482066,47.817783 parent: 2 - - uid: 14245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.321244,68.5983 - parent: 2 - uid: 15580 components: - type: Transform @@ -221621,6 +217893,13 @@ entities: - type: Transform pos: -26.395823,44.45984 parent: 2 +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 22260 + components: + - type: Transform + pos: -6.576303,32.70765 + parent: 2 - proto: WeaponTurretXeno entities: - uid: 33542 @@ -221718,6 +217997,11 @@ entities: - type: Transform pos: 52.5,51.5 parent: 2 + - uid: 6302 + components: + - type: Transform + pos: -35.5,-9.5 + parent: 2 - uid: 20946 components: - type: Transform @@ -221884,26 +218168,11 @@ entities: rot: -1.5707963267948966 rad pos: -51.5,-21.5 parent: 2 - - uid: 23759 - components: - - type: Transform - pos: -39.5,-26.5 - parent: 2 - uid: 24925 components: - type: Transform pos: -44.5,-26.5 parent: 2 - - uid: 25203 - components: - - type: Transform - pos: -37.5,-26.5 - parent: 2 - - uid: 25225 - components: - - type: Transform - pos: -38.5,-26.5 - parent: 2 - uid: 30667 components: - type: Transform @@ -222386,6 +218655,11 @@ entities: - type: Transform pos: 7.5,2.5 parent: 2 + - uid: 433 + components: + - type: Transform + pos: -28.5,58.5 + parent: 2 - uid: 442 components: - type: Transform @@ -222546,6 +218820,11 @@ entities: - type: Transform pos: 11.5,2.5 parent: 2 + - uid: 1454 + components: + - type: Transform + pos: -23.5,60.5 + parent: 2 - uid: 1470 components: - type: Transform @@ -222761,6 +219040,16 @@ entities: - type: Transform pos: -47.5,-26.5 parent: 2 + - uid: 3297 + components: + - type: Transform + pos: -28.5,57.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: -32.5,63.5 + parent: 2 - uid: 3362 components: - type: Transform @@ -222776,10 +219065,10 @@ entities: - type: Transform pos: 16.5,-21.5 parent: 2 - - uid: 3423 + - uid: 3403 components: - type: Transform - pos: 22.5,-17.5 + pos: -33.5,63.5 parent: 2 - uid: 3425 components: @@ -223196,15 +219485,25 @@ entities: - type: Transform pos: -46.5,-26.5 parent: 2 - - uid: 7473 + - uid: 7548 components: - type: Transform - pos: -41.5,-26.5 + pos: -34.5,62.5 parent: 2 - - uid: 7474 + - uid: 7557 components: - type: Transform - pos: -40.5,-26.5 + pos: -34.5,61.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + pos: -24.5,59.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + pos: -24.5,58.5 parent: 2 - uid: 10193 components: @@ -223356,6 +219655,31 @@ entities: - type: Transform pos: -52.5,6.5 parent: 2 + - uid: 18333 + components: + - type: Transform + pos: -21.5,60.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + pos: -19.5,60.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: -20.5,60.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: -22.5,60.5 + parent: 2 + - uid: 18350 + components: + - type: Transform + pos: -24.5,57.5 + parent: 2 - uid: 18465 components: - type: Transform @@ -223391,6 +219715,61 @@ entities: - type: Transform pos: -50.5,-0.5 parent: 2 + - uid: 19681 + components: + - type: Transform + pos: -17.5,65.5 + parent: 2 + - uid: 19682 + components: + - type: Transform + pos: -15.5,65.5 + parent: 2 + - uid: 19683 + components: + - type: Transform + pos: -13.5,65.5 + parent: 2 + - uid: 19738 + components: + - type: Transform + pos: -19.5,65.5 + parent: 2 + - uid: 19739 + components: + - type: Transform + pos: -21.5,65.5 + parent: 2 + - uid: 19757 + components: + - type: Transform + pos: -23.5,65.5 + parent: 2 + - uid: 19769 + components: + - type: Transform + pos: -25.5,65.5 + parent: 2 + - uid: 19770 + components: + - type: Transform + pos: -27.5,65.5 + parent: 2 + - uid: 19774 + components: + - type: Transform + pos: -28.5,62.5 + parent: 2 + - uid: 19776 + components: + - type: Transform + pos: -28.5,61.5 + parent: 2 + - uid: 20173 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 - uid: 23788 components: - type: Transform @@ -223831,6 +220210,12 @@ entities: - type: Transform pos: 41.5,-18.5 parent: 2 + - uid: 3295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,72.5 + parent: 2 - uid: 3640 components: - type: Transform @@ -224512,6 +220897,12 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-23.5 parent: 2 + - uid: 7569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,71.5 + parent: 2 - uid: 7664 components: - type: Transform @@ -224942,6 +221333,18 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,78.5 parent: 2 + - uid: 19851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,69.5 + parent: 2 + - uid: 19856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,70.5 + parent: 2 - uid: 19936 components: - type: Transform @@ -225492,44 +221895,6 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 798 - components: - - type: Transform - pos: -13.5,-13.5 - parent: 2 - - uid: 799 - components: - - type: Transform - pos: -14.5,-13.5 - parent: 2 - - uid: 826 - components: - - type: Transform - pos: -15.5,-13.5 - parent: 2 - - uid: 827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-13.5 - parent: 2 - - uid: 979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-13.5 - parent: 2 - - uid: 981 - components: - - type: Transform - pos: -16.5,-13.5 - parent: 2 - - uid: 2775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,57.5 - parent: 2 - uid: 2796 components: - type: Transform @@ -225563,11 +221928,6 @@ entities: - type: Transform pos: -16.5,-12.5 parent: 2 - - uid: 3267 - components: - - type: Transform - pos: -21.5,-12.5 - parent: 2 - uid: 4007 components: - type: Transform @@ -225620,66 +221980,6 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,12.5 parent: 2 - - uid: 6300 - components: - - type: Transform - pos: -17.5,-13.5 - parent: 2 - - uid: 6301 - components: - - type: Transform - pos: -18.5,-13.5 - parent: 2 - - uid: 6302 - components: - - type: Transform - pos: -19.5,-13.5 - parent: 2 - - uid: 6303 - components: - - type: Transform - pos: -20.5,-13.5 - parent: 2 - - uid: 6304 - components: - - type: Transform - pos: -21.5,-13.5 - parent: 2 - - uid: 6305 - components: - - type: Transform - pos: -22.5,-13.5 - parent: 2 - - uid: 6306 - components: - - type: Transform - pos: -23.5,-13.5 - parent: 2 - - uid: 6307 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - - uid: 6308 - components: - - type: Transform - pos: -25.5,-13.5 - parent: 2 - - uid: 6309 - components: - - type: Transform - pos: -26.5,-13.5 - parent: 2 - - uid: 6310 - components: - - type: Transform - pos: -27.5,-13.5 - parent: 2 - - uid: 6312 - components: - - type: Transform - pos: -29.5,-13.5 - parent: 2 - uid: 6534 components: - type: Transform @@ -225708,11 +222008,6 @@ entities: - type: Transform pos: -20.5,-12.5 parent: 2 - - uid: 16606 - components: - - type: Transform - pos: -15.5,-12.5 - parent: 2 - uid: 16615 components: - type: Transform @@ -225742,11 +222037,6 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-17.5 parent: 2 - - uid: 22910 - components: - - type: Transform - pos: -27.5,-12.5 - parent: 2 - uid: 22949 components: - type: Transform @@ -225931,12 +222221,6 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,52.5 parent: 2 - - uid: 23208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,53.5 - parent: 2 - uid: 23211 components: - type: Transform @@ -225955,12 +222239,6 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,55.5 parent: 2 - - uid: 23216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,54.5 - parent: 2 - uid: 23671 components: - type: Transform @@ -225991,48 +222269,12 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,13.5 parent: 2 - - uid: 28468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,61.5 - parent: 2 - uid: 28701 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-16.5 parent: 2 - - uid: 28795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,60.5 - parent: 2 - - uid: 28806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,59.5 - parent: 2 - - uid: 28811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,58.5 - parent: 2 - - uid: 28813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,55.5 - parent: 2 - - uid: 28822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,56.5 - parent: 2 - uid: 30616 components: - type: Transform diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml index 32c55b0859..a5c7d06b64 100644 --- a/Resources/Prototypes/Maps/submarine.yml +++ b/Resources/Prototypes/Maps/submarine.yml @@ -2,7 +2,7 @@ id: Submarine mapName: 'Submarine' mapPath: /Maps/submarine.yml - minPlayers: 40 + minPlayers: 50 stations: Submarine: stationProto: StandardNanotrasenStation @@ -24,14 +24,14 @@ #command Captain: [ 1, 1 ] #engineering - AtmosphericTechnician: [ 2, 3 ] + AtmosphericTechnician: [ 2, 4 ] ChiefEngineer: [ 1, 1 ] - StationEngineer: [ 3, 5 ] + StationEngineer: [ 4, 6 ] TechnicalAssistant: [ 2, 4 ] #medical - Chemist: [ 1, 2 ] + Chemist: [ 2, 2 ] ChiefMedicalOfficer: [ 1, 1 ] - MedicalDoctor: [ 5, 7 ] + MedicalDoctor: [ 6, 9 ] MedicalIntern: [ 4, 4 ] Paramedic: [ 2, 3 ] Psychologist: [ 1, 2 ] @@ -39,34 +39,34 @@ Brigmedic: [ 1, 1 ] Detective: [ 1, 1 ] HeadOfSecurity: [ 1, 1 ] - Prisoner: [ 1, 3 ] + Prisoner: [ 2, 4 ] PrisonGuard: [ 1, 2 ] SecurityOfficer: [ 4, 6 ] SecurityCadet: [ 3, 4 ] Warden: [ 1, 1 ] #service Bartender: [ 2, 3 ] - Botanist: [ 2, 3 ] + Botanist: [ 2, 4 ] Boxer: [ 2, 2 ] Chef: [ 3, 4 ] - Clown: [ 1, 1 ] + Clown: [ 1, 2 ] HeadOfPersonnel: [ 1, 1 ] Janitor: [ 2, 3 ] Lawyer: [ 2, 2 ] - Mime: [ 1, 1 ] - Musician: [ 1, 1 ] + Mime: [ 1, 2 ] + Musician: [ 2, 2 ] Reporter: [ 1, 2 ] ServiceWorker: [ 2, 3 ] - Zookeeper: [ 1, 1 ] + Zookeeper: [ 2, 2 ] #science - Borg: [ 1, 1 ] + Borg: [ 2, 3 ] Chaplain: [ 1, 1 ] ForensicMantis: [ 1, 1 ] ResearchAssistant: [ 2, 4 ] ResearchDirector: [ 1, 1 ] Scientist: [ 3, 4 ] #supply - CargoTechnician: [ 2, 4 ] + CargoTechnician: [ 4, 6 ] MailCarrier: [ 1, 2 ] - SalvageSpecialist: [ 2, 4 ] + SalvageSpecialist: [ 3, 5 ] Quartermaster: [ 1, 1 ] From f2a30f8b121fdec41df41672819f05f365c8bce5 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Wed, 7 Feb 2024 02:32:57 +0000 Subject: [PATCH 068/391] Automatic Changelog Update (#783) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index a0e8c4d734..9455b5a5a7 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1526,3 +1526,9 @@ Entries: message: Asterisk's TEG has been adjusted after receiving player feedback. id: 229 time: '2024-02-05T21:22:18.0000000+00:00' +- author: UnicornOnLSD + changes: + - type: Tweak + message: Submarine got better telecomms, a revamped psych. ward and more ! + id: 230 + time: '2024-02-07T02:32:33.0000000+00:00' From 3b05ca6cf1a9604a34a0cfb65832b4179075d714 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:44:32 -0600 Subject: [PATCH 069/391] Map Edits: Submarine (#788) Co-authored-by: Velcroboy <> --- Resources/Maps/submarine.yml | 7413 ++++++++++++++++++++++------------ 1 file changed, 4849 insertions(+), 2564 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 84aa0bdc1e..234e34f222 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -117,7 +117,7 @@ entities: version: 6 0,1: ind: 0,1 - tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABMAAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,1: ind: 1,1 @@ -173,7 +173,7 @@ entities: version: 6 0,-2: ind: 0,-2 - tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAAAZwAAAAABZwAAAAADZwAAAAAAegAAAAAAagAAAAAAawAAAAADawAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAAAZwAAAAACTQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACZwAAAAAATQAAAAACMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACZwAAAAACTQAAAAADTQAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABZwAAAAADZwAAAAAAZwAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACZwAAAAADZwAAAAACZwAAAAABegAAAAAAagAAAAAAegAAAAAATQAAAAABWgAAAAADTQAAAAABTQAAAAABTQAAAAADWgAAAAABTQAAAAACDgAAAAABDgAAAAAADgAAAAAATQAAAAAATQAAAAACZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAATQAAAAADTQAAAAADWgAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACMAAAAAAATQAAAAADZwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAADgAAAAADDgAAAAABDgAAAAABTQAAAAADTQAAAAABZwAAAAAATQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAADZwAAAAABZwAAAAADZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAADgAAAAAADgAAAAAADgAAAAAATQAAAAABTQAAAAADTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAZwAAAAACZwAAAAADZwAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAAADgAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAACWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAB + tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAAAZwAAAAABZwAAAAADZwAAAAAAegAAAAAAagAAAAAAawAAAAADawAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAAAZwAAAAACTQAAAAABTQAAAAABegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACZwAAAAAATQAAAAACMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACZwAAAAACTQAAAAADTQAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABZwAAAAADZwAAAAAAZwAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACZwAAAAADZwAAAAACZwAAAAABegAAAAAAagAAAAAAegAAAAAATQAAAAABWgAAAAADTQAAAAABTQAAAAABTQAAAAADWgAAAAABTQAAAAACDgAAAAABDgAAAAAADgAAAAAATQAAAAAATQAAAAACZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAATQAAAAADTQAAAAADWgAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACMAAAAAAATQAAAAADZwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAADgAAAAADDgAAAAABDgAAAAABTQAAAAADTQAAAAABZwAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAADZwAAAAABZwAAAAADZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAADgAAAAAADgAAAAAADgAAAAAATQAAAAABTQAAAAADTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAZwAAAAACZwAAAAADZwAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAAADgAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAACWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAB version: 6 -1,-2: ind: -1,-2 @@ -193,7 +193,7 @@ entities: version: 6 3,0: ind: 3,0 - tiles: egAAAAAAWgAAAAADZwAAAAABWgAAAAAATgAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABZwAAAAABWgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZwAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACZwAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACZwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAZwAAAAACWgAAAAAAegAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAAAWgAAAAAAZwAAAAABWgAAAAACTgAAAAAASQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACWgAAAAABZwAAAAACWgAAAAAATgAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAADSQAAAAAASQAAAAACSQAAAAABWgAAAAADZwAAAAADWgAAAAACTgAAAAAASQAAAAABSQAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABSQAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAACWgAAAAACZwAAAAABWgAAAAADegAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAABSQAAAAAD + tiles: egAAAAAAWgAAAAADZwAAAAABWgAAAAAATgAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABZwAAAAABWgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZwAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACZwAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACZwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAZwAAAAACWgAAAAAAegAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAAAWgAAAAAAZwAAAAABWgAAAAACTgAAAAAASQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACWgAAAAABZwAAAAACWgAAAAAATgAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAADSQAAAAAASQAAAAACSQAAAAABWgAAAAADZwAAAAADWgAAAAACTgAAAAAASQAAAAABSQAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABSQAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAACWgAAAAACZwAAAAABWgAAAAADegAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAABSQAAAAAD version: 6 3,-1: ind: 3,-1 @@ -273,11 +273,11 @@ entities: version: 6 4,1: ind: 4,1 - tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA + tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADSQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA version: 6 4,0: ind: 4,0 - tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 @@ -449,7 +449,7 @@ entities: version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -5,-3: ind: -5,-3 @@ -656,7 +656,7 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 6276: -52.005,-49.860638 + 6274: -52.005,-49.860638 - node: color: '#FFFFFFFF' id: Arrows @@ -664,11 +664,11 @@ entities: 7: 6,25 2197: 30,1 2198: 30,-1 - 6257: -19,-25 - 6258: -17,-39 - 6261: -20,-29 - 6268: -48,-47 - 6273: -48,-50 + 6255: -19,-25 + 6256: -17,-39 + 6259: -20,-29 + 6266: -48,-47 + 6271: -48,-50 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -677,26 +677,26 @@ entities: 2194: 27,1 2195: 26,1 2196: 25,1 - 6275: -52.46594,-45.938763 - 6580: -29,-41 - 6581: -35.374405,-41.0069 + 6273: -52.46594,-45.938763 + 6566: -29,-41 + 6567: -35.374405,-41.0069 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6259: -19,-39 - 6260: -22,-29 - 6272: -52,-45 - 6274: -52.012814,-50.43095 + 6257: -19,-39 + 6258: -22,-29 + 6270: -52,-45 + 6272: -52.012814,-50.43095 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Arrows decals: - 6582: -35,-45 - 6583: -28.570425,-45.00288 + 6568: -35,-45 + 6569: -28.570425,-45.00288 - node: color: '#FFFFFFFF' id: Basalt1 @@ -803,11 +803,11 @@ entities: color: '#80C71FFF' id: Bot decals: - 6584: 36,-7 - 6585: 36,-6 - 6586: 36,-5 - 6587: 33,-7 - 6588: 33,-5 + 6570: 36,-7 + 6571: 36,-6 + 6572: 36,-5 + 6573: 33,-7 + 6574: 33,-5 - node: color: '#FFFFFFFF' id: Bot @@ -841,16 +841,16 @@ entities: 4650: -61,28 4651: -61,29 4652: -61,30 - 6256: -19,-26 - 6271: -52,-44 + 6254: -19,-26 + 6269: -52,-44 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6262: -48,-46 - 6263: -15,-20 - 6264: -15,-19 + 6260: -48,-46 + 6261: -15,-20 + 6262: -15,-19 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -869,31 +869,31 @@ entities: 2202: 9,25 2203: 10,25 2204: 11,25 - 6350: -61,46 - 6351: -60,46 - 6352: -59,46 - 6353: -58,46 - 6354: -57,46 - 6355: -56,46 - 6356: -47,37 - 6357: -48,37 - 6358: -49,37 - 6359: -50,37 + 6336: -61,46 + 6337: -60,46 + 6338: -59,46 + 6339: -58,46 + 6340: -57,46 + 6341: -56,46 + 6342: -47,37 + 6343: -48,37 + 6344: -49,37 + 6345: -50,37 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: BotLeftGreyscale decals: - 6279: -50,-50 - 6280: -52,-48 - 6281: -32,-45 + 6277: -50,-50 + 6278: -52,-48 + 6279: -32,-45 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Box decals: - 6277: -19,-23 - 6278: -19,-24 + 6275: -19,-23 + 6276: -19,-24 - node: color: '#FFFFFFFF' id: Box @@ -931,13 +931,13 @@ entities: 4607: 83,62 4608: 84,62 4609: 85,62 - 6335: 24,16 - 6336: 26,16 + 6321: 24,16 + 6322: 26,16 - node: color: '#808080FF' id: BrickTileSteelCornerNe decals: - 6662: 9,61 + 6648: 9,61 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe @@ -959,13 +959,13 @@ entities: 1608: 21,16 1611: 21,10 1715: 22,3 - 6312: 31,3 + 6298: 31,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: 907: -3,56 - 6552: -11,59 + 6538: -11,59 - node: color: '#BA8841FF' id: BrickTileSteelCornerNe @@ -977,7 +977,7 @@ entities: color: '#808080FF' id: BrickTileSteelCornerNw decals: - 6668: 6,61 + 6654: 6,61 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw @@ -998,12 +998,12 @@ entities: 1618: 29,16 1667: 23,16 1716: 19,3 - 6313: 30,3 + 6299: 30,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 6551: -15,59 + 6537: -15,59 - node: color: '#BA8841FF' id: BrickTileSteelCornerNw @@ -1015,7 +1015,7 @@ entities: color: '#808080FF' id: BrickTileSteelCornerSe decals: - 6663: 9,59 + 6649: 9,59 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe @@ -1051,7 +1051,7 @@ entities: color: '#808080FF' id: BrickTileSteelCornerSw decals: - 6669: 6,59 + 6655: 6,59 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw @@ -1192,9 +1192,9 @@ entities: 1685: 19,11 1725: 22,2 1726: 22,1 - 6314: 31,2 - 6315: 31,1 - 6316: 31,0 + 6300: 31,2 + 6301: 31,1 + 6302: 31,0 - node: color: '#B02E26FF' id: BrickTileSteelLineE @@ -1207,8 +1207,8 @@ entities: 922: -3,50 923: -3,49 924: -3,48 - 6549: -11,57 - 6550: -11,58 + 6535: -11,57 + 6536: -11,58 - node: color: '#BA8841FF' id: BrickTileSteelLineE @@ -1220,8 +1220,8 @@ entities: color: '#808080FF' id: BrickTileSteelLineN decals: - 6664: 7,61 - 6665: 8,61 + 6650: 7,61 + 6651: 8,61 - node: color: '#91D4FFFF' id: BrickTileSteelLineN @@ -1297,9 +1297,9 @@ entities: 914: -6,56 915: -5,56 916: -4,56 - 6553: -14,59 - 6554: -13,59 - 6555: -12,59 + 6539: -14,59 + 6540: -13,59 + 6541: -12,59 - node: color: '#BA8841FF' id: BrickTileSteelLineN @@ -1313,8 +1313,8 @@ entities: color: '#808080FF' id: BrickTileSteelLineS decals: - 6666: 7,59 - 6667: 8,59 + 6652: 7,59 + 6653: 8,59 - node: color: '#91D4FFFF' id: BrickTileSteelLineS @@ -1453,8 +1453,8 @@ entities: 1684: 17,11 1730: 19,1 1731: 19,2 - 6317: 30,2 - 6318: 30,0 + 6303: 30,2 + 6304: 30,0 - node: color: '#B02E26FF' id: BrickTileSteelLineW @@ -1481,8 +1481,8 @@ entities: 1084: -1,61 1085: -1,60 1086: -1,58 - 6547: -15,57 - 6548: -15,58 + 6533: -15,57 + 6534: -15,58 - node: color: '#BA8841FF' id: BrickTileSteelLineW @@ -1516,7 +1516,7 @@ entities: color: '#354DA0FF' id: BrickTileWhiteCornerNe decals: - 6319: 36,3 + 6305: 36,3 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNe @@ -1563,7 +1563,7 @@ entities: color: '#951710FF' id: BrickTileWhiteCornerNe decals: - 6634: -20,48 + 6620: -20,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe @@ -1679,7 +1679,7 @@ entities: 3219: -80,-5 3220: -83,-3 3276: -91,5 - 6572: -72,3 + 6558: -72,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe @@ -1716,7 +1716,7 @@ entities: color: '#354DA0FF' id: BrickTileWhiteCornerNw decals: - 6321: 33,3 + 6307: 33,3 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNw @@ -1769,8 +1769,8 @@ entities: color: '#951710FF' id: BrickTileWhiteCornerNw decals: - 6610: -28,48 - 6611: -29,47 + 6596: -28,48 + 6597: -29,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw @@ -1878,7 +1878,7 @@ entities: 3237: -70,17 3238: -74,11 3277: -92,5 - 6564: -74,3 + 6550: -74,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw @@ -1913,7 +1913,7 @@ entities: color: '#354DA0FF' id: BrickTileWhiteCornerSe decals: - 6322: 36,1 + 6308: 36,1 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSe @@ -1959,8 +1959,8 @@ entities: color: '#951710FF' id: BrickTileWhiteCornerSe decals: - 6609: -23,44 - 6633: -20,47 + 6595: -23,44 + 6619: -20,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe @@ -2068,7 +2068,7 @@ entities: 3175: -95,-10 3176: -96,-12 3177: -97,-13 - 6571: -72,0 + 6557: -72,0 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe @@ -2104,7 +2104,7 @@ entities: color: '#354DA0FF' id: BrickTileWhiteCornerSw decals: - 6320: 33,1 + 6306: 33,1 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSw @@ -2149,7 +2149,7 @@ entities: color: '#951710FF' id: BrickTileWhiteCornerSw decals: - 6612: -29,44 + 6598: -29,44 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw @@ -2162,7 +2162,7 @@ entities: 1052: -14,61 1053: -6,66 4715: -40,58 - 6645: -45,62 + 6631: -45,62 - node: color: '#9FED58FF' id: BrickTileWhiteCornerSw @@ -2256,7 +2256,7 @@ entities: 3195: -94,16 3196: -95,17 3197: -98,18 - 6565: -74,0 + 6551: -74,0 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw @@ -2355,8 +2355,8 @@ entities: 3327: -97,10 3328: -83,-4 3329: -81,-5 - 6570: -73,3 - 6575: -72,1 + 6556: -73,3 + 6561: -72,1 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe @@ -2405,7 +2405,7 @@ entities: color: '#951710FF' id: BrickTileWhiteInnerNw decals: - 6632: -28,47 + 6618: -28,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerNw @@ -2448,7 +2448,7 @@ entities: 3319: -87,-4 3360: -48,-2 4541: -92,1 - 6569: -73,3 + 6555: -73,3 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNw @@ -2490,7 +2490,7 @@ entities: color: '#951710FF' id: BrickTileWhiteInnerSe decals: - 6631: -23,47 + 6617: -23,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe @@ -2531,7 +2531,7 @@ entities: 3331: -94,-1 3332: -93,0 3333: -92,1 - 6574: -72,1 + 6560: -72,1 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe @@ -2689,7 +2689,7 @@ entities: color: '#354DA0FF' id: BrickTileWhiteLineE decals: - 6327: 36,2 + 6313: 36,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE @@ -2738,8 +2738,8 @@ entities: 4839: -22,-44 4840: -22,-43 4841: -22,-42 - 6266: -48,-47 - 6267: -48,-48 + 6264: -48,-47 + 6265: -48,-48 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE @@ -2808,15 +2808,15 @@ entities: 1788: 2,-6 1789: 2,-5 2331: 10,-2 - 6590: 35,-7 - 6591: 35,-6 - 6593: 35,-5 + 6576: 35,-7 + 6577: 35,-6 + 6579: 35,-5 - node: color: '#951710FF' id: BrickTileWhiteLineE decals: - 6629: -23,45 - 6630: -23,46 + 6615: -23,45 + 6616: -23,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE @@ -3100,7 +3100,7 @@ entities: 3296: -97,11 3297: -97,5 3298: -96,27 - 6573: -72,2 + 6559: -72,2 - node: color: '#D4D4D428' id: BrickTileWhiteLineE @@ -3183,8 +3183,8 @@ entities: color: '#354DA0FF' id: BrickTileWhiteLineN decals: - 6323: 35,3 - 6324: 34,3 + 6309: 35,3 + 6310: 34,3 - node: color: '#7C45B5FF' id: BrickTileWhiteLineN @@ -3437,13 +3437,13 @@ entities: color: '#951710FF' id: BrickTileWhiteLineN decals: - 6619: -27,48 - 6620: -26,48 - 6621: -25,48 - 6622: -24,48 - 6623: -23,48 - 6624: -22,48 - 6625: -21,48 + 6605: -27,48 + 6606: -26,48 + 6607: -25,48 + 6608: -24,48 + 6609: -23,48 + 6610: -22,48 + 6611: -21,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN @@ -3668,8 +3668,8 @@ entities: 2762: 67,30 2772: 67,27 2778: 35,26 - 6562: 44,40 - 6563: 48,40 + 6548: 44,40 + 6549: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN @@ -3894,8 +3894,8 @@ entities: color: '#354DA0FF' id: BrickTileWhiteLineS decals: - 6325: 34,1 - 6326: 35,1 + 6311: 34,1 + 6312: 35,1 - node: color: '#7C45B5FF' id: BrickTileWhiteLineS @@ -4015,10 +4015,10 @@ entities: 4844: -22,-36 4845: -21,-36 4846: -20,-36 - 6466: -17,-36 - 6467: -18,-36 - 6468: -19,-36 - 6469: -20,-36 + 6452: -17,-36 + 6453: -18,-36 + 6454: -19,-36 + 6455: -20,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS @@ -4168,14 +4168,14 @@ entities: color: '#951710FF' id: BrickTileWhiteLineS decals: - 6613: -24,44 - 6614: -26,44 - 6615: -26,44 - 6616: -27,44 - 6617: -25,44 - 6618: -28,44 - 6626: -22,47 - 6635: -21,47 + 6599: -24,44 + 6600: -26,44 + 6601: -26,44 + 6602: -27,44 + 6603: -25,44 + 6604: -28,44 + 6612: -22,47 + 6621: -21,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS @@ -4216,7 +4216,7 @@ entities: 4727: -32,64 4728: -31,64 4729: -30,64 - 6646: -44,62 + 6632: -44,62 - node: color: '#9FED58FF' id: BrickTileWhiteLineS @@ -4531,7 +4531,7 @@ entities: 3348: -52,7 3349: -51,7 3350: -50,7 - 6566: -73,0 + 6552: -73,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineS @@ -4612,7 +4612,7 @@ entities: color: '#354DA0FF' id: BrickTileWhiteLineW decals: - 6328: 33,2 + 6314: 33,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW @@ -4662,10 +4662,10 @@ entities: 4785: -52,-45 4786: -52,-49 4849: -23,-29 - 6265: -52,-48 - 6269: -52,-47 - 6270: -52,-46 - 6465: -23,-35 + 6263: -52,-48 + 6267: -52,-47 + 6268: -52,-46 + 6451: -23,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW @@ -4727,14 +4727,14 @@ entities: 1779: 0,-9 1780: 0,-10 1781: 0,-11 - 6589: 34,-7 - 6592: 34,-5 + 6575: 34,-7 + 6578: 34,-5 - node: color: '#951710FF' id: BrickTileWhiteLineW decals: - 6627: -29,45 - 6628: -29,46 + 6613: -29,45 + 6614: -29,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW @@ -4771,7 +4771,7 @@ entities: 4704: -40,59 4705: -45,65 4706: -45,66 - 6647: -45,63 + 6633: -45,63 - node: color: '#9FED58FF' id: BrickTileWhiteLineW @@ -5038,8 +5038,8 @@ entities: 3357: -48,1 3358: -48,0 3359: -48,-1 - 6567: -74,1 - 6568: -74,2 + 6553: -74,1 + 6554: -74,2 - node: color: '#FF974DFF' id: BrickTileWhiteLineW @@ -5072,22 +5072,22 @@ entities: 356: -106.987564,9.973441 370: -101.81569,9.926566 3729: -0.88223886,-10.300684 - 6531: -59.517128,9.321603 - 6532: -42.90093,5.449465 - 6533: -30.489948,17.91463 - 6534: 47.184723,21.183506 - 6535: 39.60601,-20.002787 - 6536: 42.520073,-19.752787 - 6537: 40.600338,-30.343527 - 6538: 34.420174,-36.616962 - 6539: 17.789068,-38.879887 - 6540: 1.2919211,-38.75982 - 6541: -3.5219002,-45.90537 - 6542: -10.826588,-52.624638 - 6543: 13.056606,-52.51093 - 6544: 8.8619585,-45.313065 - 6545: -8.990252,-30.680576 - 6546: -23.893175,-32.74724 + 6517: -59.517128,9.321603 + 6518: -42.90093,5.449465 + 6519: -30.489948,17.91463 + 6520: 47.184723,21.183506 + 6521: 39.60601,-20.002787 + 6522: 42.520073,-19.752787 + 6523: 40.600338,-30.343527 + 6524: 34.420174,-36.616962 + 6525: 17.789068,-38.879887 + 6526: 1.2919211,-38.75982 + 6527: -3.5219002,-45.90537 + 6528: -10.826588,-52.624638 + 6529: 13.056606,-52.51093 + 6530: 8.8619585,-45.313065 + 6531: -8.990252,-30.680576 + 6532: -23.893175,-32.74724 - node: color: '#FFFFFFFF' id: Bushb3 @@ -5115,7 +5115,7 @@ entities: 4139: 52.400494,-15.636277 4140: 48.594856,-24.49732 4141: 51.36048,-26.65357 - 6636: -13.54646,71.93295 + 6622: -13.54646,71.93295 - node: color: '#FFFFFFFF' id: Bushe1 @@ -5183,9 +5183,9 @@ entities: 4613: 46.1468,-0.7615123 4645: 1.3932085,51.47611 4646: 0.7525835,54.61237 - 6473: 31.918331,-17.062832 - 6474: 27.27747,-16.844082 - 6530: -60.134315,9.024728 + 6459: 31.918331,-17.062832 + 6460: 27.27747,-16.844082 + 6516: -60.134315,9.024728 - node: color: '#FFFFFFFF' id: Bushf1 @@ -5280,11 +5280,11 @@ entities: 4250: -89.2827,13.322316 4251: -87.86473,16.017628 4252: -80.82176,11.740285 - 6505: 37.616062,21.238317 - 6506: 46.427296,21.230505 - 6507: 44.458797,13.420872 - 6508: -0.83810425,34.107063 - 6509: 0.021270752,36.677376 + 6491: 37.616062,21.238317 + 6492: 46.427296,21.230505 + 6493: 44.458797,13.420872 + 6494: -0.83810425,34.107063 + 6495: 0.021270752,36.677376 - node: color: '#FFFFFFFF' id: Bushh3 @@ -5327,8 +5327,8 @@ entities: 353: -102.331314,7.207816 4089: 52.108524,-27.53394 4090: 59.6554,-26.948002 - 6338: -37.32839,-33.615314 - 6637: -13.85896,71.22 + 6324: -37.32839,-33.615314 + 6623: -13.85896,71.22 - node: color: '#FFFFFFFF' id: Bushi3 @@ -5342,8 +5342,8 @@ entities: 4520: -16.433023,49.884617 4563: -26.578676,-14.086744 4564: -20.547426,-14.055494 - 6472: 30.879269,-17.070644 - 6504: 36.811375,20.988317 + 6458: 30.879269,-17.070644 + 6490: 36.811375,20.988317 - node: color: '#FFFFFFFF' id: Bushi4 @@ -5358,7 +5358,7 @@ entities: 4096: 60.135914,-8.631484 4097: 60.581226,-8.408828 4098: 55.905445,-2.656845 - 6337: -37.758076,-33.16219 + 6323: -37.758076,-33.16219 - node: color: '#FFFFFFFF' id: Bushj2 @@ -5428,14 +5428,14 @@ entities: 4067: 66.93411,-5.1350956 4408: 9.451693,35.72487 4409: 12.533724,34.799088 - 6510: 0.07595825,34.04807 + 6496: 0.07595825,34.04807 - node: color: '#FFFFFFFF' id: Bushk3 decals: 358: -102.06569,2.9734414 - 6487: 1.882721,-38.060734 - 6644: -13.937085,69.75079 + 6473: 1.882721,-38.060734 + 6630: -13.937085,69.75079 - node: color: '#FFFFFFFF' id: Bushl2 @@ -5460,7 +5460,7 @@ entities: 199: 3,9 4517: -16.61678,46.93654 4518: -17.26131,56.967907 - 6638: -13.405835,69.4075 + 6624: -13.405835,69.4075 - node: color: '#FFFFFFFF' id: Bushm2 @@ -5539,15 +5539,15 @@ entities: 4668: -102,52 4669: -102,51 4670: -102,50 - 6291: 69,-9 - 6292: 70,-9 - 6293: 72,-9 - 6294: 73,-9 - 6295: -43,38 - 6296: -42,38 - 6297: -41,38 - 6298: -40,38 - 6311: 28,38 + 6289: 69,-9 + 6290: 70,-9 + 6291: 72,-9 + 6292: 73,-9 + 6293: -43,38 + 6294: -42,38 + 6295: -41,38 + 6296: -40,38 + 6297: 28,38 - node: color: '#FFFFFFFF' id: DeliveryGreyscale @@ -5581,9 +5581,9 @@ entities: color: '#FFFFFFFF' id: DirtHeavy decals: - 6329: -79,-23 - 6330: -72,-23 - 6331: -67,-24 + 6315: -79,-23 + 6316: -72,-23 + 6317: -67,-24 - node: cleanable: True color: '#FFFFFFFF' @@ -6324,9 +6324,9 @@ entities: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 6332: -76,-24 - 6333: -81,-21 - 6334: -68,-24 + 6318: -76,-24 + 6319: -81,-21 + 6320: -68,-24 - node: cleanable: True color: '#FFFFFFFF' @@ -6717,301 +6717,301 @@ entities: 5961: -83,15 5962: -80,28 5963: -52,34 - 5965: -31,54 - 5966: 17,51 - 5967: 6,19 - 5968: 63,19 - 5969: -9,-23 - 5970: -55,-24 - 5971: -41,-26 - 5972: 20,-19 - 5973: 32,-20 - 5974: 49,23 - 5975: 67,47 - 5976: 63,57 - 5977: 78,36 - 5978: 80,40 - 5979: 50,49 - 5980: 79,54 - 5981: -17,4 - 5982: -9,21 - 5983: 13,4 - 5984: 1,-3 - 5985: -15,-29 - 5986: -58,-31 - 5987: -65,-8 - 5988: -51,33 - 5989: -36,47 - 5990: -23,56 - 5991: -20,64 - 5992: 5,47 - 5993: 17,21 - 5994: 39,23 - 5995: 31,15 - 5996: 65,-10 - 5997: 38,-18 - 5998: 34,-23 - 5999: 1,-36 - 6000: 5,-43 - 6001: -12,-37 - 6002: -29,-23 - 6003: 10,-20 - 6004: 32,-13 - 6005: 15,10 - 6006: -14,11 - 6007: 35,24 - 6008: 58,32 - 6009: 54,42 - 6010: 64,57 - 6011: 78,47 - 6012: 46,48 - 6013: 19,48 - 6014: -12,49 - 6015: -9,54 - 6016: -17,59 - 6017: -48,64 - 6018: -30,63 - 6019: -17,60 - 6020: -20,30 - 6021: -60,13 - 6022: -49,3 - 6023: -27,-24 - 6024: -51,-12 - 6025: -44,-22 - 6026: -86,4 - 6027: -86,16 - 6028: -95,-2 - 6029: -91,11 - 6030: -99,13 - 6031: -105,6 - 6032: -67,-13 - 6033: -46,-20 - 6034: -37,-24 - 6035: -49,-33 - 6036: -3,-28 - 6037: 25,-26 - 6038: 39,-15 - 6039: 46,-11 - 6040: 31,-23 - 6041: 53,25 - 6042: 32,35 - 6043: -1,49 - 6044: 0,64 - 6045: -1,76 - 6046: -22,61 - 6047: -27,58 + 5964: -31,54 + 5965: 17,51 + 5966: 6,19 + 5967: 63,19 + 5968: -9,-23 + 5969: -55,-24 + 5970: -41,-26 + 5971: 20,-19 + 5972: 32,-20 + 5973: 49,23 + 5974: 67,47 + 5975: 63,57 + 5976: 78,36 + 5977: 80,40 + 5978: 50,49 + 5979: 79,54 + 5980: -17,4 + 5981: -9,21 + 5982: 13,4 + 5983: 1,-3 + 5984: -15,-29 + 5985: -58,-31 + 5986: -65,-8 + 5987: -51,33 + 5988: -36,47 + 5989: -23,56 + 5990: -20,64 + 5991: 5,47 + 5992: 17,21 + 5993: 39,23 + 5994: 31,15 + 5995: 65,-10 + 5996: 38,-18 + 5997: 34,-23 + 5998: 1,-36 + 5999: 5,-43 + 6000: -12,-37 + 6001: -29,-23 + 6002: 10,-20 + 6003: 32,-13 + 6004: 15,10 + 6005: -14,11 + 6006: 35,24 + 6007: 58,32 + 6008: 54,42 + 6009: 64,57 + 6010: 78,47 + 6011: 46,48 + 6012: 19,48 + 6013: -12,49 + 6014: -9,54 + 6015: -17,59 + 6016: -48,64 + 6017: -30,63 + 6018: -17,60 + 6019: -20,30 + 6020: -60,13 + 6021: -49,3 + 6022: -27,-24 + 6023: -51,-12 + 6024: -44,-22 + 6025: -86,4 + 6026: -86,16 + 6027: -95,-2 + 6028: -91,11 + 6029: -99,13 + 6030: -105,6 + 6031: -67,-13 + 6032: -46,-20 + 6033: -37,-24 + 6034: -49,-33 + 6035: -3,-28 + 6036: 25,-26 + 6037: 39,-15 + 6038: 46,-11 + 6039: 31,-23 + 6040: 53,25 + 6041: 32,35 + 6042: -1,49 + 6043: 0,64 + 6044: -1,76 + 6045: -22,61 + 6046: -27,58 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 6048: -74,37 - 6049: -90,37 - 6050: -108,35 - 6051: -63,13 - 6052: -58,-1 - 6053: -38,13 - 6054: -35,15 - 6055: 22,29 - 6056: 7,-3 - 6057: 21,-14 - 6058: -37,-23 - 6059: 36,-14 - 6060: -11,-28 - 6061: -1,-30 - 6062: 43,-27 - 6063: 16,-32 - 6064: 3,-41 - 6065: 3,-40 - 6066: -18,-9 - 6067: 2,9 - 6068: 30,25 - 6069: 15,26 - 6070: -31,22 - 6071: -17,36 - 6072: 2,51 - 6073: 6,66 - 6074: -39,63 - 6075: -35,65 - 6076: 12,76 - 6077: -10,70 - 6078: 1,46 - 6079: 25,47 - 6080: 65,58 - 6081: 58,67 - 6082: 64,52 - 6083: 90,43 - 6084: 73,37 - 6085: 69,28 - 6086: 95,26 - 6087: 92,33 - 6088: 65,30 - 6089: 87,37 - 6090: 61,18 - 6091: 73,22 - 6092: 39,9 - 6093: 37,-10 - 6094: 62,-13 - 6095: 70,-9 - 6096: 38,-17 - 6097: 13,-11 - 6098: -5,-18 - 6099: -9,-11 - 6100: -48,-15 - 6101: -34,1 - 6102: -30,18 - 6103: -52,24 - 6104: -48,27 - 6105: -65,34 - 6106: -66,36 - 6107: -63,-32 - 6108: -96,-19 - 6109: -94,-21 - 6110: -114,-1 - 6111: -112,22 - 6112: -114,34 - 6113: -102,37 - 6114: -118,6 - 6115: -121,9 - 6116: -121,50 - 6117: -120,57 - 6118: -105,57 - 6119: -101,51 - 6120: -89,52 - 6121: -67,49 - 6122: -56,44 - 6124: -51,56 - 6125: -32,60 - 6126: -5,66 - 6127: -19,62 - 6128: -31,58 - 6129: -23,55 - 6130: -15,62 - 6131: -4,63 - 6132: -13,37 - 6133: -18,25 - 6134: -2,29 - 6135: -37,21 - 6136: -15,22 - 6137: -10,29 - 6138: -14,34 - 6139: -10,39 - 6140: -27,37 - 6141: -14,43 - 6142: 35,34 - 6143: 3,37 - 6144: -1,46 - 6145: 43,43 - 6146: 33,7 - 6147: 42,17 - 6148: 51,16 - 6149: 41,18 - 6150: 47,-3 - 6151: 49,-7 - 6152: 41,-18 - 6153: 56,-15 - 6154: 21,-23 - 6155: -7,-27 - 6156: -9,-27 - 6157: 51,-18 - 6158: 51,-13 - 6159: 57,-6 - 6160: 50,2 - 6161: 39,29 - 6162: 38,33 - 6163: 28,37 - 6164: 19,41 - 6165: 1,45 - 6166: -13,45 - 6167: -28,41 - 6168: -27,55 - 6169: -30,60 - 6170: -42,64 - 6171: -45,57 - 6172: -56,30 - 6173: -54,23 - 6174: -60,27 - 6175: -42,27 - 6176: -60,33 - 6177: -40,28 - 6178: -46,24 - 6179: -35,27 - 6180: -38,11 - 6181: -35,5 - 6182: -32,2 - 6183: -28,1 - 6184: -58,1 - 6185: -69,-1 - 6186: -66,-6 - 6187: -66,-11 - 6188: -63,-14 - 6189: -63,-20 - 6190: -63,-23 - 6191: -59,-26 - 6192: -66,-32 - 6193: -53,-34 - 6194: -43,-37 - 6195: -23,-39 - 6196: -23,-43 - 6197: -1,-43 - 6198: 3,-44 - 6199: 5,-53 - 6200: -2,-53 - 6201: 11,-33 - 6202: 21,-22 - 6203: 28,-21 - 6204: 36,-23 - 6205: 35,-23 - 6206: 44,-17 - 6207: 39,-10 - 6208: 39,-6 - 6209: 39,1 - 6210: 39,8 - 6211: 58,-5 - 6212: 65,-14 - 6213: 72,-12 - 6214: 69,-11 - 6215: 74,-11 - 6216: 74,-12 - 6217: 76,-22 - 6218: 70,-26 - 6219: 58,-30 - 6220: 54,-30 - 6221: 49,-31 - 6222: 46,-31 - 6223: 47,-24 - 6224: 43,-28 - 6225: 50,-34 - 6226: 44,-35 - 6227: 48,-35 - 6228: 63,-12 - 6229: 49,13 - 6230: 43,21 - 6231: 35,26 - 6232: 35,29 - 6233: 31,27 - 6234: 27,27 - 6235: 40,33 - 6236: 39,44 - 6237: 43,48 - 6238: 42,50 - 6239: 43,50 - 6240: 26,45 - 6241: 17,42 - 6242: 6,41 - 6243: -1,47 - 6244: -1,48 - 6245: 3,55 - 6246: 2,60 - 6247: 2,64 - 6248: 2,71 - 6249: -6,71 - 6250: 5,69 - 6251: 6,69 - 6252: 13,65 - 6253: 7,64 - 6254: 9,63 - 6255: -24,58 + 6047: -74,37 + 6048: -90,37 + 6049: -108,35 + 6050: -63,13 + 6051: -58,-1 + 6052: -38,13 + 6053: -35,15 + 6054: 22,29 + 6055: 7,-3 + 6056: 21,-14 + 6057: -37,-23 + 6058: 36,-14 + 6059: -11,-28 + 6060: -1,-30 + 6061: 43,-27 + 6062: 16,-32 + 6063: 3,-41 + 6064: 3,-40 + 6065: -18,-9 + 6066: 2,9 + 6067: 30,25 + 6068: 15,26 + 6069: -31,22 + 6070: -17,36 + 6071: 2,51 + 6072: 6,66 + 6073: -39,63 + 6074: -35,65 + 6075: 12,76 + 6076: -10,70 + 6077: 1,46 + 6078: 25,47 + 6079: 65,58 + 6080: 58,67 + 6081: 64,52 + 6082: 90,43 + 6083: 73,37 + 6084: 69,28 + 6085: 95,26 + 6086: 92,33 + 6087: 65,30 + 6088: 87,37 + 6089: 61,18 + 6090: 73,22 + 6091: 39,9 + 6092: 37,-10 + 6093: 62,-13 + 6094: 70,-9 + 6095: 38,-17 + 6096: 13,-11 + 6097: -5,-18 + 6098: -9,-11 + 6099: -48,-15 + 6100: -34,1 + 6101: -30,18 + 6102: -52,24 + 6103: -48,27 + 6104: -65,34 + 6105: -66,36 + 6106: -63,-32 + 6107: -96,-19 + 6108: -94,-21 + 6109: -114,-1 + 6110: -112,22 + 6111: -114,34 + 6112: -102,37 + 6113: -118,6 + 6114: -121,9 + 6115: -121,50 + 6116: -120,57 + 6117: -105,57 + 6118: -101,51 + 6119: -89,52 + 6120: -67,49 + 6121: -56,44 + 6122: -51,56 + 6123: -32,60 + 6124: -5,66 + 6125: -19,62 + 6126: -31,58 + 6127: -23,55 + 6128: -15,62 + 6129: -4,63 + 6130: -13,37 + 6131: -18,25 + 6132: -2,29 + 6133: -37,21 + 6134: -15,22 + 6135: -10,29 + 6136: -14,34 + 6137: -10,39 + 6138: -27,37 + 6139: -14,43 + 6140: 35,34 + 6141: 3,37 + 6142: -1,46 + 6143: 43,43 + 6144: 33,7 + 6145: 42,17 + 6146: 51,16 + 6147: 41,18 + 6148: 47,-3 + 6149: 49,-7 + 6150: 41,-18 + 6151: 56,-15 + 6152: 21,-23 + 6153: -7,-27 + 6154: -9,-27 + 6155: 51,-18 + 6156: 51,-13 + 6157: 57,-6 + 6158: 50,2 + 6159: 39,29 + 6160: 38,33 + 6161: 28,37 + 6162: 19,41 + 6163: 1,45 + 6164: -13,45 + 6165: -28,41 + 6166: -27,55 + 6167: -30,60 + 6168: -42,64 + 6169: -45,57 + 6170: -56,30 + 6171: -54,23 + 6172: -60,27 + 6173: -42,27 + 6174: -60,33 + 6175: -40,28 + 6176: -46,24 + 6177: -35,27 + 6178: -38,11 + 6179: -35,5 + 6180: -32,2 + 6181: -28,1 + 6182: -58,1 + 6183: -69,-1 + 6184: -66,-6 + 6185: -66,-11 + 6186: -63,-14 + 6187: -63,-20 + 6188: -63,-23 + 6189: -59,-26 + 6190: -66,-32 + 6191: -53,-34 + 6192: -43,-37 + 6193: -23,-39 + 6194: -23,-43 + 6195: -1,-43 + 6196: 3,-44 + 6197: 5,-53 + 6198: -2,-53 + 6199: 11,-33 + 6200: 21,-22 + 6201: 28,-21 + 6202: 36,-23 + 6203: 35,-23 + 6204: 44,-17 + 6205: 39,-10 + 6206: 39,-6 + 6207: 39,1 + 6208: 39,8 + 6209: 58,-5 + 6210: 65,-14 + 6211: 72,-12 + 6212: 69,-11 + 6213: 74,-11 + 6214: 74,-12 + 6215: 76,-22 + 6216: 70,-26 + 6217: 58,-30 + 6218: 54,-30 + 6219: 49,-31 + 6220: 46,-31 + 6221: 47,-24 + 6222: 43,-28 + 6223: 50,-34 + 6224: 44,-35 + 6225: 48,-35 + 6226: 63,-12 + 6227: 49,13 + 6228: 43,21 + 6229: 35,26 + 6230: 35,29 + 6231: 31,27 + 6232: 27,27 + 6233: 40,33 + 6234: 39,44 + 6235: 43,48 + 6236: 42,50 + 6237: 43,50 + 6238: 26,45 + 6239: 17,42 + 6240: 6,41 + 6241: -1,47 + 6242: -1,48 + 6243: 3,55 + 6244: 2,60 + 6245: 2,64 + 6246: 2,71 + 6247: -6,71 + 6248: 5,69 + 6249: 6,69 + 6250: 13,65 + 6251: 7,64 + 6252: 9,63 + 6253: -24,58 - node: color: '#FFFFFFFF' id: FlowersBROne @@ -7023,7 +7023,7 @@ entities: 4434: 48.486603,54.127567 4435: 44.637413,14.700537 4643: 0.8775835,53.575855 - 6598: 35.936924,-11.278788 + 6584: 35.936924,-11.278788 - node: color: '#FFFFFFFF' id: FlowersBRThree @@ -7056,8 +7056,8 @@ entities: 4502: -17.565933,52.427345 4503: -17.296402,51.665627 4504: -16.405777,48.15 - 6517: -1.2052917,34.102757 - 6529: -62.314003,9.298165 + 6503: -1.2052917,34.102757 + 6515: -62.314003,9.298165 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7132,11 +7132,11 @@ entities: 4477: -1.9605174,61.33826 4561: -18.422426,-13.633619 4562: -14.188051,-13.727369 - 6286: 45.7115,21.249813 - 6287: 45.24275,20.921688 - 6480: 27.056904,-17.133144 - 6481: 30.424091,-16.844082 - 6596: 33.843174,-9.091288 + 6284: 45.7115,21.249813 + 6285: 45.24275,20.921688 + 6466: 27.056904,-17.133144 + 6467: 30.424091,-16.844082 + 6582: 33.843174,-9.091288 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -7184,13 +7184,13 @@ entities: 4624: 46.55093,-1.79771 4625: 46.246243,-6.219585 4626: 46.668118,-7.11021 - 6347: -37.26589,-32.81844 - 6479: 27.720966,-17.226894 - 6500: 39.272312,21.207067 - 6501: 35.303562,20.972692 - 6515: -0.12716675,37.33713 - 6516: -0.49435425,33.99338 - 6527: -58.423378,9.165353 + 6333: -37.26589,-32.81844 + 6465: 27.720966,-17.226894 + 6486: 39.272312,21.207067 + 6487: 35.303562,20.972692 + 6501: -0.12716675,37.33713 + 6502: -0.49435425,33.99338 + 6513: -58.423378,9.165353 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -7201,8 +7201,8 @@ entities: 197: 3,15 242: 35,57 3792: -22.625883,17.494452 - 6641: -13.98396,70.56375 - 6642: -13.655835,69.18875 + 6627: -13.98396,70.56375 + 6628: -13.655835,69.18875 - node: color: '#FFFFFFFF' id: Flowersbr3 @@ -7282,12 +7282,12 @@ entities: 4632: 47.425335,0.06665063 4641: 0.854146,50.630543 4642: 1.276021,52.427418 - 6348: -38.0237,-34.490314 - 6349: -35.55495,-32.69344 - 6503: 38.577,21.199255 - 6519: 0.14627075,35.12407 - 6520: -1.1427917,36.16313 - 6528: -58.923378,9.040353 + 6334: -38.0237,-34.490314 + 6335: -35.55495,-32.69344 + 6489: 38.577,21.199255 + 6505: 0.14627075,35.12407 + 6506: -1.1427917,36.16313 + 6514: -58.923378,9.040353 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -7295,10 +7295,10 @@ entities: 194: -1,10 206: -28,18 222: 37,40 - 6605: 34.811924,-8.872538 - 6606: 35.530674,-9.257954 - 6607: 36.11401,-8.872538 - 6608: 35.968174,-10.091288 + 6591: 34.811924,-8.872538 + 6592: 35.530674,-9.257954 + 6593: 36.11401,-8.872538 + 6594: 35.968174,-10.091288 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -7352,14 +7352,14 @@ entities: 4558: -18.969301,-14.164869 4559: -17.703676,-13.477369 4560: -18.531801,-13.258619 - 6288: 47.695873,20.83575 - 6484: 28.103779,-16.859707 - 6485: 32.252216,-17.49252 - 6486: 0.82022095,-38.51386 - 6597: 36.061924,-11.132954 - 6603: 32.051506,-8.924621 - 6604: 33.686924,-9.216288 - 6643: -13.562085,70.26688 + 6286: 47.695873,20.83575 + 6470: 28.103779,-16.859707 + 6471: 32.252216,-17.49252 + 6472: 0.82022095,-38.51386 + 6583: 36.061924,-11.132954 + 6589: 32.051506,-8.924621 + 6590: 33.686924,-9.216288 + 6629: -13.562085,70.26688 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -7375,9 +7375,9 @@ entities: 4419: 10.471224,35.81862 4420: 22.166536,36.615494 4421: 22.939974,39.73268 - 6518: -0.31466675,36.571507 - 6594: 32.721985,-8.915822 - 6595: 32.930317,-9.030405 + 6504: -0.31466675,36.571507 + 6580: 32.721985,-8.915822 + 6581: 32.930317,-9.030405 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7425,9 +7425,9 @@ entities: 4628: 46.823772,-7.7807665 4629: 46.34721,-7.8120165 4633: 46.769085,-0.38647437 - 6482: 28.478779,-17.375332 - 6483: 31.135029,-17.289394 - 6526: -61.36869,8.93879 + 6468: 28.478779,-17.375332 + 6469: 31.135029,-17.289394 + 6512: -61.36869,8.93879 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -7507,10 +7507,10 @@ entities: 4553: -14.906801,-14.117994 4554: -29.344301,-13.664869 4639: 0.838521,49.943043 - 6289: 47.8365,20.992 - 6290: 45.039623,21.343563 - 6346: -37.92995,-32.66219 - 6502: 35.873875,20.83988 + 6287: 47.8365,20.992 + 6288: 45.039623,21.343563 + 6332: -37.92995,-32.66219 + 6488: 35.873875,20.83988 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7544,68 +7544,68 @@ entities: 4464: -13.626251,74.72476 4465: -13.860626,73.86929 4640: 1.182271,50.482105 - 6599: 36.197342,-11.987121 - 6600: 35.874424,-10.112121 - 6601: 35.041092,-8.841288 - 6602: 34.124424,-9.216288 + 6585: 36.197342,-11.987121 + 6586: 35.874424,-10.112121 + 6587: 35.041092,-8.841288 + 6588: 34.124424,-9.216288 - node: color: '#4B709CFF' id: FullTileOverlayGreyscale decals: - 6649: 9,62 + 6635: 9,62 - node: color: '#66CD49FF' id: FullTileOverlayGreyscale decals: - 6661: 6,58 + 6647: 6,58 - node: color: '#765428FF' id: FullTileOverlayGreyscale decals: - 6656: 8,58 + 6642: 8,58 - node: color: '#91D4FFFF' id: FullTileOverlayGreyscale decals: - 6648: 6,62 + 6634: 6,62 - node: color: '#9C2020FF' id: FullTileOverlayGreyscale decals: - 6650: 9,58 + 6636: 9,58 - node: color: '#9FED58FF' id: FullTileOverlayGreyscale decals: - 6657: 7,58 - 6658: 7,58 - 6659: 7,58 - 6660: 7,58 + 6643: 7,58 + 6644: 7,58 + 6645: 7,58 + 6646: 7,58 - node: color: '#BA8841FF' id: FullTileOverlayGreyscale decals: - 6654: 8,62 + 6640: 8,62 - node: color: '#F98AFFFF' id: FullTileOverlayGreyscale decals: - 6651: 7,62 + 6637: 7,62 - node: color: '#FED83DFF' id: FullTileOverlayGreyscale decals: - 6655: 8,62 + 6641: 8,62 - node: color: '#FFA647FF' id: FullTileOverlayGreyscale decals: - 6653: 8,62 + 6639: 8,62 - node: color: '#FFFF00FF' id: FullTileOverlayGreyscale decals: - 6652: 8,62 + 6638: 8,62 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7839,14 +7839,14 @@ entities: 4485: -17.612808,49.76719 4486: -16.75734,48.407814 4487: -16.38234,47.622658 - 6285: 46.664623,20.867 - 6345: -36.633076,-34.232502 - 6475: 27.660282,-16.74252 - 6476: 26.90247,-17.21127 - 6477: 29.863407,-17.281582 - 6478: 31.94601,-16.703457 - 6521: -58.079628,9.180978 - 6522: -62.696815,9.290353 + 6283: 46.664623,20.867 + 6331: -36.633076,-34.232502 + 6461: 27.660282,-16.74252 + 6462: 26.90247,-17.21127 + 6463: 29.863407,-17.281582 + 6464: 31.94601,-16.703457 + 6507: -58.079628,9.180978 + 6508: -62.696815,9.290353 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7962,14 +7962,14 @@ entities: 4636: 1.2369585,52.169605 4637: 0.979146,51.607105 4638: 1.1744585,49.825855 - 6639: -13.76521,70.095 - 6640: -13.874585,68.9075 + 6625: -13.76521,70.095 + 6626: -13.874585,68.9075 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 6498: 39.41204,21.035192 - 6499: 37.302666,20.949255 + 6484: 39.41204,21.035192 + 6485: 37.302666,20.949255 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8043,32 +8043,32 @@ entities: 4543: -20.969301,-13.602369 4544: -17.969301,-13.321119 4545: -14.281801,-13.399244 - 6282: 45.12556,21.343563 - 6283: 45.43806,21.101376 - 6284: 48.11775,21.08575 - 6339: -37.008076,-32.490314 - 6340: -35.45339,-32.763752 - 6341: -35.6487,-33.841877 - 6342: -37.875263,-34.459064 - 6343: -36.875263,-34.576252 - 6344: -37.469013,-34.63094 - 6488: 0.39834595,-37.841984 - 6489: 2.2253008,-27.95306 - 6490: -0.2825117,-22.79681 - 6491: -31.654049,-1.3245959 - 6492: -28.3777,17.481447 - 6493: -19.469736,17.55176 - 6494: -19.477549,17.98926 - 6495: 35.28704,21.324255 - 6496: 35.677666,21.003942 - 6497: 38.013603,21.324255 - 6511: -1.4631042,35.86057 - 6512: 0.036895752,37.76682 - 6513: -1.3537292,35.21213 - 6514: -1.4865417,33.86838 - 6523: -62.845253,9.079415 - 6524: -60.58744,9.212228 - 6525: -58.634315,8.985665 + 6280: 45.12556,21.343563 + 6281: 45.43806,21.101376 + 6282: 48.11775,21.08575 + 6325: -37.008076,-32.490314 + 6326: -35.45339,-32.763752 + 6327: -35.6487,-33.841877 + 6328: -37.875263,-34.459064 + 6329: -36.875263,-34.576252 + 6330: -37.469013,-34.63094 + 6474: 0.39834595,-37.841984 + 6475: 2.2253008,-27.95306 + 6476: -0.2825117,-22.79681 + 6477: -31.654049,-1.3245959 + 6478: -28.3777,17.481447 + 6479: -19.469736,17.55176 + 6480: -19.477549,17.98926 + 6481: 35.28704,21.324255 + 6482: 35.677666,21.003942 + 6483: 38.013603,21.324255 + 6497: -1.4631042,35.86057 + 6498: 0.036895752,37.76682 + 6499: -1.3537292,35.21213 + 6500: -1.4865417,33.86838 + 6509: -62.845253,9.079415 + 6510: -60.58744,9.212228 + 6511: -58.634315,8.985665 - node: color: '#91D4FFFF' id: HerringboneOverlay @@ -8083,7 +8083,7 @@ entities: color: '#FFFFFFFF' id: LoadingArea decals: - 6576: -23,-22 + 6562: -23,-22 - node: color: '#91D4FFFF' id: MonoOverlay @@ -8189,58 +8189,58 @@ entities: decals: 2166: -59,19 2188: 28,3 - 6384: -17,-34 + 6370: -17,-34 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: 2169: -63,19 2189: 24,3 - 6462: -51,-42 + 6448: -51,-42 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: 2167: -59,16 2187: 28,0 - 6578: -17,-44 + 6564: -17,-44 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: 2168: -63,16 2190: 24,0 - 6389: -22,-35 + 6375: -22,-35 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: 3499: 15,12 - 6383: -20,-34 - 6429: -21,-21 - 6559: 44,38 + 6369: -20,-34 + 6415: -21,-21 + 6545: 44,38 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: 2806: 48,38 3500: 21,12 - 6397: -19,-42 - 6430: -15,-21 + 6383: -19,-42 + 6416: -15,-21 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: 3502: 15,16 - 6432: -21,-19 - 6464: -49,-44 + 6418: -21,-19 + 6450: -49,-44 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: 3501: 21,16 - 6392: -19,-35 - 6431: -15,-19 + 6378: -19,-35 + 6417: -15,-19 - node: color: '#FFFFFFFF' id: WarnFull @@ -8290,25 +8290,25 @@ entities: 3488: 15,15 3489: 15,14 3490: 15,13 - 6370: -20,-28 - 6371: -20,-29 - 6372: -20,-31 - 6373: -20,-32 - 6374: -20,-33 - 6375: -17,-38 - 6376: -17,-39 - 6377: -17,-40 - 6378: -17,-41 - 6379: -17,-42 - 6380: -17,-43 - 6381: -20,-30 - 6387: -17,-35 - 6388: -17,-36 - 6423: -21,-20 - 6461: -49,-45 - 6471: -17,-36 - 6556: 44,39 - 6557: 44,40 + 6356: -20,-28 + 6357: -20,-29 + 6358: -20,-31 + 6359: -20,-32 + 6360: -20,-33 + 6361: -17,-38 + 6362: -17,-39 + 6363: -17,-40 + 6364: -17,-41 + 6365: -17,-42 + 6366: -17,-43 + 6367: -20,-30 + 6373: -17,-35 + 6374: -17,-36 + 6409: -21,-20 + 6447: -49,-45 + 6457: -17,-36 + 6542: 44,39 + 6543: 44,40 - node: color: '#FFFFFFFF' id: WarnLineN @@ -8338,35 +8338,35 @@ entities: 3485: 18,16 3486: 19,16 3487: 20,16 - 6390: -21,-35 - 6391: -20,-35 - 6406: -28,-44 - 6407: -27,-44 - 6408: -26,-44 - 6409: -25,-44 - 6410: -24,-44 - 6411: -23,-44 - 6412: -22,-44 - 6413: -20,-44 - 6414: -19,-44 - 6419: -16,-19 - 6420: -17,-19 - 6421: -19,-19 - 6422: -20,-19 - 6448: -36,-44 - 6449: -37,-44 - 6450: -38,-44 - 6451: -39,-44 - 6452: -40,-44 - 6453: -41,-44 - 6454: -42,-44 - 6455: -43,-44 - 6456: -44,-44 - 6457: -45,-44 - 6458: -46,-44 - 6459: -47,-44 - 6460: -48,-44 - 6579: -18,-44 + 6376: -21,-35 + 6377: -20,-35 + 6392: -28,-44 + 6393: -27,-44 + 6394: -26,-44 + 6395: -25,-44 + 6396: -24,-44 + 6397: -23,-44 + 6398: -22,-44 + 6399: -20,-44 + 6400: -19,-44 + 6405: -16,-19 + 6406: -17,-19 + 6407: -19,-19 + 6408: -20,-19 + 6434: -36,-44 + 6435: -37,-44 + 6436: -38,-44 + 6437: -39,-44 + 6438: -40,-44 + 6439: -41,-44 + 6440: -42,-44 + 6441: -43,-44 + 6442: -44,-44 + 6443: -45,-44 + 6444: -46,-44 + 6445: -47,-44 + 6446: -48,-44 + 6565: -18,-44 - node: color: '#FFFFFFFF' id: WarnLineS @@ -8417,29 +8417,29 @@ entities: 3496: 21,13 3497: 21,14 3498: 21,15 - 6360: -22,-25 - 6361: -22,-24 - 6362: -22,-23 - 6363: -22,-26 - 6364: -22,-28 - 6365: -22,-29 - 6366: -22,-31 - 6367: -22,-32 - 6368: -22,-33 - 6369: -22,-34 - 6382: -22,-30 - 6393: -19,-36 - 6394: -19,-38 - 6395: -19,-39 - 6396: -19,-40 - 6415: -15,-40 - 6416: -15,-34 - 6417: -15,-35 - 6418: -15,-20 - 6463: -51,-43 - 6470: -19,-36 - 6558: 48,40 - 6577: -19,-41 + 6346: -22,-25 + 6347: -22,-24 + 6348: -22,-23 + 6349: -22,-26 + 6350: -22,-28 + 6351: -22,-29 + 6352: -22,-31 + 6353: -22,-32 + 6354: -22,-33 + 6355: -22,-34 + 6368: -22,-30 + 6379: -19,-36 + 6380: -19,-38 + 6381: -19,-39 + 6382: -19,-40 + 6401: -15,-40 + 6402: -15,-34 + 6403: -15,-35 + 6404: -15,-20 + 6449: -51,-43 + 6456: -19,-36 + 6544: 48,40 + 6563: -19,-41 - node: color: '#FFFFFFFF' id: WarnLineW @@ -8474,38 +8474,38 @@ entities: 4537: -34,44 4538: -33,44 4539: -32,44 - 6385: -18,-34 - 6386: -19,-34 - 6398: -20,-42 - 6399: -22,-42 - 6400: -23,-42 - 6401: -24,-42 - 6402: -25,-42 - 6403: -26,-42 - 6404: -27,-42 - 6405: -28,-42 - 6424: -20,-21 - 6425: -19,-21 - 6426: -18,-21 - 6427: -17,-21 - 6428: -16,-21 - 6433: -36,-42 - 6434: -37,-42 - 6435: -38,-42 - 6436: -39,-42 - 6437: -40,-42 - 6438: -41,-42 - 6439: -42,-42 - 6440: -43,-42 - 6441: -44,-42 - 6442: -45,-42 - 6443: -46,-42 - 6444: -47,-42 - 6445: -48,-42 - 6446: -49,-42 - 6447: -50,-42 - 6560: 45,38 - 6561: 46,38 + 6371: -18,-34 + 6372: -19,-34 + 6384: -20,-42 + 6385: -22,-42 + 6386: -23,-42 + 6387: -24,-42 + 6388: -25,-42 + 6389: -26,-42 + 6390: -27,-42 + 6391: -28,-42 + 6410: -20,-21 + 6411: -19,-21 + 6412: -18,-21 + 6413: -17,-21 + 6414: -16,-21 + 6419: -36,-42 + 6420: -37,-42 + 6421: -38,-42 + 6422: -39,-42 + 6423: -40,-42 + 6424: -41,-42 + 6425: -42,-42 + 6426: -43,-42 + 6427: -44,-42 + 6428: -45,-42 + 6429: -46,-42 + 6430: -47,-42 + 6431: -48,-42 + 6432: -49,-42 + 6433: -50,-42 + 6546: 45,38 + 6547: 46,38 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' @@ -16148,11 +16148,31 @@ entities: - type: Transform pos: 24.5,54.5 parent: 2 + - type: DeviceLinkSink + links: + - 2772 + - 13976 + - type: DeviceLinkSource + linkedPorts: + 2772: + - DoorStatus: DoorBolt + 13976: + - DoorStatus: DoorBolt - uid: 22614 components: - type: Transform pos: 24.5,56.5 parent: 2 + - type: DeviceLinkSink + links: + - 2772 + - 13976 + - type: DeviceLinkSource + linkedPorts: + 2772: + - DoorStatus: DoorBolt + 13976: + - DoorStatus: DoorBolt - proto: AirlockCommandLocked entities: - uid: 21062 @@ -16318,6 +16338,11 @@ entities: - type: Transform pos: -63.5,-21.5 parent: 2 + - uid: 34381 + components: + - type: Transform + pos: -64.5,-22.5 + parent: 2 - proto: AirlockExternalEasyPry entities: - uid: 6654 @@ -16914,6 +16939,16 @@ entities: - type: Transform pos: 30.5,56.5 parent: 2 + - type: DeviceLinkSink + links: + - 22614 + - 22613 + - type: DeviceLinkSource + linkedPorts: + 22614: + - DoorStatus: DoorBolt + 22613: + - DoorStatus: DoorBolt - uid: 4521 components: - type: Transform @@ -16924,6 +16959,16 @@ entities: - type: Transform pos: 30.5,54.5 parent: 2 + - type: DeviceLinkSink + links: + - 22614 + - 22613 + - type: DeviceLinkSource + linkedPorts: + 22614: + - DoorStatus: DoorBolt + 22613: + - DoorStatus: DoorBolt - uid: 30101 components: - type: Transform @@ -17689,6 +17734,16 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,20.5 parent: 2 + - uid: 31408 + components: + - type: Transform + pos: 70.5,-17.5 + parent: 2 + - uid: 31409 + components: + - type: Transform + pos: 70.5,-16.5 + parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - uid: 1333 @@ -18192,6 +18247,13 @@ entities: - type: Transform pos: 35.5,11.5 parent: 2 +- proto: AirlockMaintMusicianLocked + entities: + - uid: 288 + components: + - type: Transform + pos: -66.5,-0.5 + parent: 2 - proto: AirlockMaintRnDLocked entities: - uid: 7996 @@ -18265,11 +18327,6 @@ entities: parent: 2 - proto: AirlockMaintServiceLocked entities: - - uid: 848 - components: - - type: Transform - pos: -66.5,-0.5 - parent: 2 - uid: 1674 components: - type: Transform @@ -18635,6 +18692,13 @@ entities: - type: Transform pos: -80.5,2.5 parent: 2 +- proto: AirlockMusicianLocked + entities: + - uid: 30793 + components: + - type: Transform + pos: -70.5,1.5 + parent: 2 - proto: AirlockParamedicLocked entities: - uid: 6865 @@ -19943,8 +20007,6 @@ entities: - type: Transform pos: 59.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 28513 components: - type: Transform @@ -20477,13 +20539,6 @@ entities: - type: Transform pos: 34.5,31.5 parent: 2 - - uid: 4886 - components: - - type: MetaData - name: Perma APC - - type: Transform - pos: -41.5,68.5 - parent: 2 - uid: 5421 components: - type: MetaData @@ -20507,29 +20562,76 @@ entities: rot: 1.5707963267948966 rad pos: -64.5,35.5 parent: 2 - - uid: 11008 + - uid: 10096 components: - type: MetaData - name: Kitchen/Hydro APC + name: Food Court Kitchens APC - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-34.5 + pos: -51.5,-31.5 parent: 2 - - uid: 11712 + - uid: 10341 components: - type: MetaData - name: North logistics APC + name: Freezer APC + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 11058 + components: + - type: MetaData + name: West Hall APC + - type: Transform + pos: -63.5,10.5 + parent: 2 + - uid: 11145 + components: + - type: MetaData + name: Food Court Maints APC + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 11633 + components: + - type: MetaData + name: Bar Maints APC + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 11649 + components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-22.5 + pos: -5.5,-31.5 + parent: 2 + - uid: 11892 + components: + - type: MetaData + name: Park Maints APC + - type: Transform + pos: 44.5,-25.5 parent: 2 - uid: 11963 components: - type: MetaData - name: Bar APC + name: Park APC - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-23.5 + rot: 3.141592653589793 rad + pos: 75.5,-18.5 + parent: 2 + - uid: 12451 + components: + - type: MetaData + name: Bridge APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,48.5 + parent: 2 + - uid: 12596 + components: + - type: MetaData + name: Command/Epi Maints APC + - type: Transform + pos: 31.5,52.5 parent: 2 - uid: 14215 components: @@ -20539,6 +20641,28 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,45.5 parent: 2 + - uid: 14364 + components: + - type: MetaData + name: Janitor APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,23.5 + parent: 2 + - uid: 14379 + components: + - type: MetaData + name: Telecomms APC + - type: Transform + pos: 5.5,63.5 + parent: 2 + - uid: 14386 + components: + - type: MetaData + name: East Hospital APC + - type: Transform + pos: 22.5,8.5 + parent: 2 - uid: 14508 components: - type: MetaData @@ -20547,13 +20671,26 @@ entities: rot: 3.141592653589793 rad pos: 42.5,45.5 parent: 2 - - uid: 15392 + - uid: 14587 components: - type: MetaData - name: West hallway APC + name: Chem Lab APC - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,5.5 + rot: 3.141592653589793 rad + pos: 22.5,-3.5 + parent: 2 + - uid: 14588 + components: + - type: MetaData + name: Recycling/West Hospital Maints APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,10.5 + parent: 2 + - uid: 14757 + components: + - type: Transform + pos: -15.5,14.5 parent: 2 - uid: 17880 components: @@ -20563,6 +20700,20 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,53.5 parent: 2 + - uid: 17956 + components: + - type: MetaData + name: South Hall APC + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 18232 + components: + - type: MetaData + name: North Hall APC + - type: Transform + pos: -33.5,23.5 + parent: 2 - uid: 19177 components: - type: MetaData @@ -20573,17 +20724,45 @@ entities: - uid: 20186 components: - type: MetaData - name: East Hospital APC 1 + name: Morgue APC - type: Transform rot: -1.5707963267948966 rad pos: 35.5,10.5 parent: 2 - - uid: 20381 + - uid: 20392 components: - type: MetaData - name: East Hospital APC 2 + name: East Hospital Maints APC + - type: Transform + pos: 40.5,16.5 + parent: 2 + - uid: 20436 + components: + - type: MetaData + name: SE Solars APC + - type: Transform + pos: 54.5,-36.5 + parent: 2 + - uid: 20469 + components: + - type: MetaData + name: Psych Ward Maints APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,70.5 + parent: 2 + - uid: 20659 + components: + - type: MetaData + name: Chapel APC + - type: Transform + pos: 68.5,25.5 + parent: 2 + - uid: 20697 + components: + - type: MetaData + name: Cloning/Chem Office APC - type: Transform - rot: 3.141592653589793 rad pos: 24.5,4.5 parent: 2 - uid: 24802 @@ -20594,35 +20773,55 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,39.5 parent: 2 - - uid: 27181 + - uid: 30753 + components: + - type: Transform + pos: -65.5,-22.5 + parent: 2 + - uid: 30857 components: - type: MetaData - name: West Hospital APC + name: Long-Term Care APC - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,4.5 + pos: 32.5,0.5 parent: 2 - - uid: 29640 + - uid: 30973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-12.5 + parent: 2 + - uid: 31003 components: - type: MetaData - name: South logistics APC + name: Exam Room APC - type: Transform - pos: -12.5,-31.5 + pos: 8.5,17.5 parent: 2 - - uid: 31502 + - uid: 31005 components: - type: MetaData - name: HOP's Office APC + name: CMO/Psych APC - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,27.5 + pos: -9.5,-5.5 parent: 2 - - uid: 32446 + - uid: 31436 components: - type: MetaData - name: Zoo APC + name: Boxing Ring APC - type: Transform - pos: -82.5,11.5 + rot: 1.5707963267948966 rad + pos: 27.5,-32.5 + parent: 2 + - uid: 31502 + components: + - type: MetaData + name: HOP's Office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 parent: 2 - uid: 32600 components: @@ -20632,6 +20831,30 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,19.5 parent: 2 + - uid: 34291 + components: + - type: MetaData + name: Theater Dorms APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,2.5 + parent: 2 + - uid: 34699 + components: + - type: MetaData + name: East Hall APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,21.5 + parent: 2 + - uid: 34729 + components: + - type: MetaData + name: Reporter APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 - uid: 36420 components: - type: MetaData @@ -20640,15 +20863,105 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,25.5 parent: 2 +- proto: APCConstructed + entities: + - uid: 21833 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 - proto: APCHighCapacity entities: - - uid: 21278 + - uid: 848 components: - type: MetaData - name: Hallway APC + name: North Logistics APC - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,32.5 + rot: 1.5707963267948966 rad + pos: -23.5,-22.5 + parent: 2 + - uid: 985 + components: + - type: MetaData + name: Bar APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-23.5 + parent: 2 + - uid: 1537 + components: + - type: MetaData + name: South Logistics APC + - type: Transform + pos: -12.5,-31.5 + parent: 2 + - uid: 1548 + components: + - type: MetaData + name: Zoo APC + - type: Transform + pos: -82.5,11.5 + parent: 2 + - uid: 11014 + components: + - type: MetaData + name: Hydroponics APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,1.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 28727 + components: + - type: MetaData + name: Atmos APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,41.5 + parent: 2 + - uid: 30715 + components: + - type: MetaData + name: Mystagogue/Library APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,25.5 + parent: 2 + - uid: 30823 + components: + - type: MetaData + name: Labyrinth APC + - type: Transform + pos: 52.5,45.5 + parent: 2 +- proto: APCSuperCapacity + entities: + - uid: 761 + components: + - type: MetaData + name: Psych Ward APC + - type: Transform + pos: -41.5,68.5 + parent: 2 + - uid: 1065 + components: + - type: MetaData + name: West Hospital APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,4.5 + parent: 2 + - uid: 12644 + components: + - type: MetaData + name: Anomaly/Robotics APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,41.5 parent: 2 - proto: AppraisalTool entities: @@ -22151,6 +22464,36 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,15.5 parent: 2 + - uid: 30851 + components: + - type: Transform + pos: -25.5,66.5 + parent: 2 + - uid: 30852 + components: + - type: Transform + pos: -21.5,66.5 + parent: 2 + - uid: 30853 + components: + - type: Transform + pos: -17.5,66.5 + parent: 2 + - uid: 30854 + components: + - type: Transform + pos: -13.5,66.5 + parent: 2 + - uid: 30855 + components: + - type: Transform + pos: -28.5,34.5 + parent: 2 + - uid: 30856 + components: + - type: Transform + pos: -24.5,34.5 + parent: 2 - proto: BedsheetPurple entities: - uid: 1796 @@ -26099,16 +26442,6 @@ entities: - type: Transform pos: -61.5,-13.5 parent: 2 - - uid: 761 - components: - - type: Transform - pos: 11.5,54.5 - parent: 2 - - uid: 805 - components: - - type: Transform - pos: 11.5,53.5 - parent: 2 - uid: 823 components: - type: Transform @@ -26124,11 +26457,6 @@ entities: - type: Transform pos: -61.5,-15.5 parent: 2 - - uid: 985 - components: - - type: Transform - pos: 11.5,52.5 - parent: 2 - uid: 1110 components: - type: Transform @@ -26149,11 +26477,6 @@ entities: - type: Transform pos: 8.5,52.5 parent: 2 - - uid: 1537 - components: - - type: Transform - pos: -39.5,34.5 - parent: 2 - uid: 1541 components: - type: Transform @@ -26257,12 +26580,12 @@ entities: - uid: 2083 components: - type: Transform - pos: -53.5,-31.5 + pos: -52.5,41.5 parent: 2 - uid: 2089 components: - type: Transform - pos: -54.5,-31.5 + pos: 10.5,53.5 parent: 2 - uid: 2090 components: @@ -26299,6 +26622,11 @@ entities: - type: Transform pos: -55.5,44.5 parent: 2 + - uid: 2534 + components: + - type: Transform + pos: 10.5,54.5 + parent: 2 - uid: 2536 components: - type: Transform @@ -26309,6 +26637,11 @@ entities: - type: Transform pos: -54.5,-15.5 parent: 2 + - uid: 2605 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 - uid: 2615 components: - type: Transform @@ -26357,7 +26690,7 @@ entities: - uid: 2715 components: - type: Transform - pos: -45.5,62.5 + pos: -60.5,-31.5 parent: 2 - uid: 2833 components: @@ -26442,7 +26775,7 @@ entities: - uid: 3139 components: - type: Transform - pos: 74.5,-17.5 + pos: -41.5,68.5 parent: 2 - uid: 3208 components: @@ -26462,7 +26795,7 @@ entities: - uid: 3396 components: - type: Transform - pos: -21.5,-3.5 + pos: 77.5,-16.5 parent: 2 - uid: 3539 components: @@ -26524,11 +26857,6 @@ entities: - type: Transform pos: -52.5,44.5 parent: 2 - - uid: 4078 - components: - - type: Transform - pos: -51.5,-15.5 - parent: 2 - uid: 4133 components: - type: Transform @@ -26542,7 +26870,7 @@ entities: - uid: 4368 components: - type: Transform - pos: 56.5,-31.5 + pos: -30.5,-12.5 parent: 2 - uid: 4457 components: @@ -26654,6 +26982,11 @@ entities: - type: Transform pos: -95.5,65.5 parent: 2 + - uid: 4886 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 - uid: 4904 components: - type: Transform @@ -26687,7 +27020,7 @@ entities: - uid: 5284 components: - type: Transform - pos: 56.5,-33.5 + pos: 55.5,-37.5 parent: 2 - uid: 5285 components: @@ -26747,7 +27080,7 @@ entities: - uid: 5686 components: - type: Transform - pos: -36.5,-38.5 + pos: -39.5,-28.5 parent: 2 - uid: 5895 components: @@ -26862,7 +27195,7 @@ entities: - uid: 6702 components: - type: Transform - pos: -65.5,-21.5 + pos: -65.5,-22.5 parent: 2 - uid: 6707 components: @@ -26999,11 +27332,6 @@ entities: - type: Transform pos: -16.5,-45.5 parent: 2 - - uid: 6861 - components: - - type: Transform - pos: 86.5,21.5 - parent: 2 - uid: 6919 components: - type: Transform @@ -27024,6 +27352,16 @@ entities: - type: Transform pos: -27.5,46.5 parent: 2 + - uid: 7139 + components: + - type: Transform + pos: -44.5,8.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: -70.5,2.5 + parent: 2 - uid: 7453 components: - type: Transform @@ -27097,7 +27435,7 @@ entities: - uid: 7721 components: - type: Transform - pos: 17.5,20.5 + pos: -54.5,38.5 parent: 2 - uid: 7738 components: @@ -27239,11 +27577,6 @@ entities: - type: Transform pos: -70.5,1.5 parent: 2 - - uid: 8457 - components: - - type: Transform - pos: -74.5,5.5 - parent: 2 - uid: 8744 components: - type: Transform @@ -27434,11 +27767,6 @@ entities: - type: Transform pos: -54.5,37.5 parent: 2 - - uid: 10096 - components: - - type: Transform - pos: -54.5,38.5 - parent: 2 - uid: 10097 components: - type: Transform @@ -27709,15 +28037,10 @@ entities: - type: Transform pos: -65.5,12.5 parent: 2 - - uid: 10151 - components: - - type: Transform - pos: -65.5,11.5 - parent: 2 - uid: 10152 components: - type: Transform - pos: -64.5,11.5 + pos: -51.5,-31.5 parent: 2 - uid: 10153 components: @@ -27989,15 +28312,10 @@ entities: - type: Transform pos: -43.5,35.5 parent: 2 - - uid: 10227 - components: - - type: Transform - pos: -43.5,36.5 - parent: 2 - uid: 10228 components: - type: Transform - pos: -43.5,37.5 + pos: -55.5,-9.5 parent: 2 - uid: 10229 components: @@ -28554,6 +28872,11 @@ entities: - type: Transform pos: -73.5,37.5 parent: 2 + - uid: 11008 + components: + - type: Transform + pos: -48.5,1.5 + parent: 2 - uid: 11010 components: - type: Transform @@ -28564,26 +28887,6 @@ entities: - type: Transform pos: -48.5,-46.5 parent: 2 - - uid: 11019 - components: - - type: Transform - pos: -52.5,-34.5 - parent: 2 - - uid: 11020 - components: - - type: Transform - pos: -52.5,-33.5 - parent: 2 - - uid: 11021 - components: - - type: Transform - pos: -52.5,-32.5 - parent: 2 - - uid: 11022 - components: - - type: Transform - pos: -51.5,-32.5 - parent: 2 - uid: 11023 components: - type: Transform @@ -28759,16 +29062,6 @@ entities: - type: Transform pos: -58.5,-15.5 parent: 2 - - uid: 11058 - components: - - type: Transform - pos: -58.5,-14.5 - parent: 2 - - uid: 11059 - components: - - type: Transform - pos: -58.5,-13.5 - parent: 2 - uid: 11060 components: - type: Transform @@ -28819,11 +29112,6 @@ entities: - type: Transform pos: -50.5,-11.5 parent: 2 - - uid: 11070 - components: - - type: Transform - pos: -49.5,-11.5 - parent: 2 - uid: 11071 components: - type: Transform @@ -28862,7 +29150,7 @@ entities: - uid: 11078 components: - type: Transform - pos: -59.5,-5.5 + pos: -59.5,-31.5 parent: 2 - uid: 11079 components: @@ -28977,22 +29265,17 @@ entities: - uid: 11144 components: - type: Transform - pos: -69.5,-5.5 - parent: 2 - - uid: 11145 - components: - - type: Transform - pos: -69.5,-6.5 + pos: -64.5,-20.5 parent: 2 - uid: 11146 components: - type: Transform - pos: -71.5,-6.5 + pos: -83.5,-13.5 parent: 2 - uid: 11147 components: - type: Transform - pos: -70.5,-6.5 + pos: -85.5,-17.5 parent: 2 - uid: 11149 components: @@ -29007,22 +29290,22 @@ entities: - uid: 11151 components: - type: Transform - pos: -66.5,-5.5 + pos: -83.5,-17.5 parent: 2 - uid: 11152 components: - type: Transform - pos: -67.5,-5.5 + pos: -106.5,7.5 parent: 2 - uid: 11153 components: - type: Transform - pos: -68.5,-5.5 + pos: -85.5,30.5 parent: 2 - uid: 11156 components: - type: Transform - pos: -72.5,4.5 + pos: -83.5,34.5 parent: 2 - uid: 11157 components: @@ -29072,12 +29355,12 @@ entities: - uid: 11166 components: - type: Transform - pos: -66.5,8.5 + pos: -85.5,34.5 parent: 2 - uid: 11167 components: - type: Transform - pos: -65.5,8.5 + pos: -110.5,9.5 parent: 2 - uid: 11168 components: @@ -29087,22 +29370,22 @@ entities: - uid: 11169 components: - type: Transform - pos: -64.5,7.5 + pos: -110.5,7.5 parent: 2 - uid: 11170 components: - type: Transform - pos: -64.5,6.5 + pos: -106.5,23.5 parent: 2 - uid: 11171 components: - type: Transform - pos: -64.5,5.5 + pos: -21.5,-35.5 parent: 2 - uid: 11172 components: - type: Transform - pos: -64.5,4.5 + pos: -36.5,-28.5 parent: 2 - uid: 11173 components: @@ -29207,7 +29490,7 @@ entities: - uid: 11195 components: - type: Transform - pos: -72.5,19.5 + pos: -21.5,-33.5 parent: 2 - uid: 11196 components: @@ -29952,17 +30235,17 @@ entities: - uid: 11344 components: - type: Transform - pos: -84.5,-16.5 + pos: -21.5,-32.5 parent: 2 - uid: 11345 components: - type: Transform - pos: -84.5,-15.5 + pos: -21.5,-31.5 parent: 2 - uid: 11346 components: - type: Transform - pos: -84.5,-14.5 + pos: -21.5,-30.5 parent: 2 - uid: 11347 components: @@ -30192,17 +30475,12 @@ entities: - uid: 11392 components: - type: Transform - pos: -84.5,31.5 - parent: 2 - - uid: 11393 - components: - - type: Transform - pos: -84.5,32.5 + pos: -5.5,-31.5 parent: 2 - uid: 11394 components: - type: Transform - pos: -84.5,33.5 + pos: -5.5,-37.5 parent: 2 - uid: 11395 components: @@ -30279,21 +30557,6 @@ entities: - type: Transform pos: -110.5,8.5 parent: 2 - - uid: 11413 - components: - - type: Transform - pos: -109.5,8.5 - parent: 2 - - uid: 11414 - components: - - type: Transform - pos: -108.5,8.5 - parent: 2 - - uid: 11415 - components: - - type: Transform - pos: -107.5,8.5 - parent: 2 - uid: 11416 components: - type: Transform @@ -30439,6 +30702,16 @@ entities: - type: Transform pos: -75.5,8.5 parent: 2 + - uid: 11648 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 - uid: 11773 components: - type: Transform @@ -30684,35 +30957,10 @@ entities: - type: Transform pos: -21.5,-34.5 parent: 2 - - uid: 11823 - components: - - type: Transform - pos: -22.5,-34.5 - parent: 2 - - uid: 11824 - components: - - type: Transform - pos: -22.5,-33.5 - parent: 2 - - uid: 11825 - components: - - type: Transform - pos: -22.5,-32.5 - parent: 2 - - uid: 11826 - components: - - type: Transform - pos: -22.5,-31.5 - parent: 2 - - uid: 11827 - components: - - type: Transform - pos: -22.5,-30.5 - parent: 2 - uid: 11828 components: - type: Transform - pos: -22.5,-29.5 + pos: 44.5,-25.5 parent: 2 - uid: 11829 components: @@ -30849,20 +31097,15 @@ entities: - type: Transform pos: -7.5,-40.5 parent: 2 - - uid: 11892 - components: - - type: Transform - pos: -7.5,-39.5 - parent: 2 - uid: 11893 components: - type: Transform - pos: -7.5,-38.5 + pos: 27.5,41.5 parent: 2 - uid: 11899 components: - type: Transform - pos: -6.5,-38.5 + pos: 2.5,-1.5 parent: 2 - uid: 11900 components: @@ -31109,6 +31352,11 @@ entities: - type: Transform pos: -12.5,-32.5 parent: 2 + - uid: 11952 + components: + - type: Transform + pos: 76.5,-15.5 + parent: 2 - uid: 11953 components: - type: Transform @@ -31159,6 +31407,16 @@ entities: - type: Transform pos: -15.5,-38.5 parent: 2 + - uid: 12031 + components: + - type: Transform + pos: 77.5,-19.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: 77.5,-18.5 + parent: 2 - uid: 12082 components: - type: Transform @@ -31189,11 +31447,6 @@ entities: - type: Transform pos: 9.5,-21.5 parent: 2 - - uid: 12088 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - uid: 12089 components: - type: Transform @@ -31229,20 +31482,15 @@ entities: - type: Transform pos: 14.5,-28.5 parent: 2 - - uid: 12096 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 2 - uid: 12097 components: - type: Transform - pos: 12.5,-28.5 + pos: 67.5,-5.5 parent: 2 - uid: 12098 components: - type: Transform - pos: 11.5,-28.5 + pos: -37.5,-25.5 parent: 2 - uid: 12099 components: @@ -31342,12 +31590,12 @@ entities: - uid: 12119 components: - type: Transform - pos: 4.5,-28.5 + pos: 54.5,-36.5 parent: 2 - uid: 12120 components: - type: Transform - pos: 3.5,-28.5 + pos: -37.5,-27.5 parent: 2 - uid: 12122 components: @@ -31389,16 +31637,6 @@ entities: - type: Transform pos: 1.5,-21.5 parent: 2 - - uid: 12130 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 2 - - uid: 12131 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 2 - uid: 12132 components: - type: Transform @@ -31774,15 +32012,10 @@ entities: - type: Transform pos: 5.5,-37.5 parent: 2 - - uid: 12225 - components: - - type: Transform - pos: 8.5,-37.5 - parent: 2 - uid: 12226 components: - type: Transform - pos: 9.5,-37.5 + pos: 20.5,48.5 parent: 2 - uid: 12227 components: @@ -31869,6 +32102,11 @@ entities: - type: Transform pos: -6.5,-37.5 parent: 2 + - uid: 12297 + components: + - type: Transform + pos: 20.5,49.5 + parent: 2 - uid: 12324 components: - type: Transform @@ -31889,11 +32127,6 @@ entities: - type: Transform pos: 14.5,-19.5 parent: 2 - - uid: 12328 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 2 - uid: 12329 components: - type: Transform @@ -31984,16 +32217,6 @@ entities: - type: Transform pos: 29.5,-21.5 parent: 2 - - uid: 12347 - components: - - type: Transform - pos: 29.5,-22.5 - parent: 2 - - uid: 12348 - components: - - type: Transform - pos: 29.5,-23.5 - parent: 2 - uid: 12349 components: - type: Transform @@ -32504,20 +32727,10 @@ entities: - type: Transform pos: 24.5,-28.5 parent: 2 - - uid: 12451 - components: - - type: Transform - pos: 39.5,-26.5 - parent: 2 - uid: 12452 components: - type: Transform - pos: 40.5,-26.5 - parent: 2 - - uid: 12453 - components: - - type: Transform - pos: 41.5,-26.5 + pos: 18.5,53.5 parent: 2 - uid: 12454 components: @@ -32569,11 +32782,6 @@ entities: - type: Transform pos: 46.5,-21.5 parent: 2 - - uid: 12464 - components: - - type: Transform - pos: 46.5,-20.5 - parent: 2 - uid: 12465 components: - type: Transform @@ -32707,17 +32915,17 @@ entities: - uid: 12491 components: - type: Transform - pos: 60.5,-29.5 + pos: 21.5,49.5 parent: 2 - uid: 12492 components: - type: Transform - pos: 60.5,-28.5 + pos: 28.5,53.5 parent: 2 - uid: 12493 components: - type: Transform - pos: 60.5,-27.5 + pos: 27.5,53.5 parent: 2 - uid: 12494 components: @@ -32774,11 +32982,6 @@ entities: - type: Transform pos: 60.5,-16.5 parent: 2 - - uid: 12505 - components: - - type: Transform - pos: 10.5,7.5 - parent: 2 - uid: 12506 components: - type: Transform @@ -33167,7 +33370,7 @@ entities: - uid: 12584 components: - type: Transform - pos: 76.5,-16.5 + pos: 15.5,47.5 parent: 2 - uid: 12585 components: @@ -33224,15 +33427,10 @@ entities: - type: Transform pos: 81.5,-17.5 parent: 2 - - uid: 12596 - components: - - type: Transform - pos: 76.5,-17.5 - parent: 2 - uid: 12597 components: - type: Transform - pos: 76.5,-18.5 + pos: 51.5,49.5 parent: 2 - uid: 12598 components: @@ -33369,11 +33567,6 @@ entities: - type: Transform pos: 61.5,-30.5 parent: 2 - - uid: 12625 - components: - - type: Transform - pos: 76.5,-15.5 - parent: 2 - uid: 12626 components: - type: Transform @@ -33464,21 +33657,6 @@ entities: - type: Transform pos: 79.5,-0.5 parent: 2 - - uid: 12644 - components: - - type: Transform - pos: 78.5,-3.5 - parent: 2 - - uid: 12645 - components: - - type: Transform - pos: 77.5,-3.5 - parent: 2 - - uid: 12646 - components: - - type: Transform - pos: 76.5,-3.5 - parent: 2 - uid: 12647 components: - type: Transform @@ -33644,11 +33822,6 @@ entities: - type: Transform pos: 72.5,-10.5 parent: 2 - - uid: 12680 - components: - - type: Transform - pos: 73.5,-10.5 - parent: 2 - uid: 13472 components: - type: Transform @@ -33687,7 +33860,7 @@ entities: - uid: 13519 components: - type: Transform - pos: -39.5,-31.5 + pos: 53.5,49.5 parent: 2 - uid: 13585 components: @@ -33797,7 +33970,7 @@ entities: - uid: 13757 components: - type: Transform - pos: 56.5,-32.5 + pos: 54.5,51.5 parent: 2 - uid: 13829 components: @@ -33862,7 +34035,7 @@ entities: - uid: 13841 components: - type: Transform - pos: -42.5,-27.5 + pos: 52.5,49.5 parent: 2 - uid: 13843 components: @@ -33957,12 +34130,7 @@ entities: - uid: 13864 components: - type: Transform - pos: -35.5,-26.5 - parent: 2 - - uid: 13872 - components: - - type: Transform - pos: -36.5,-26.5 + pos: 52.5,43.5 parent: 2 - uid: 13873 components: @@ -34144,11 +34312,6 @@ entities: - type: Transform pos: -54.5,-7.5 parent: 2 - - uid: 13909 - components: - - type: Transform - pos: -54.5,-6.5 - parent: 2 - uid: 13910 components: - type: Transform @@ -34169,60 +34332,95 @@ entities: - type: Transform pos: -50.5,-7.5 parent: 2 - - uid: 14396 + - uid: 14363 components: - type: Transform - pos: 16.5,45.5 + pos: -72.5,4.5 parent: 2 - - uid: 14397 + - uid: 14365 components: - type: Transform - pos: 17.5,45.5 + pos: -43.5,23.5 parent: 2 - - uid: 14398 + - uid: 14366 components: - type: Transform - pos: 18.5,45.5 + pos: -33.5,22.5 parent: 2 - - uid: 14399 + - uid: 14367 components: - type: Transform - pos: 18.5,46.5 + pos: -33.5,23.5 parent: 2 - - uid: 14400 + - uid: 14369 components: - type: Transform - pos: 18.5,47.5 + pos: 1.5,23.5 parent: 2 - - uid: 14401 + - uid: 14371 components: - type: Transform - pos: 18.5,48.5 + pos: 67.5,-7.5 parent: 2 - - uid: 14402 + - uid: 14374 components: - type: Transform - pos: 18.5,49.5 + pos: 67.5,-6.5 parent: 2 - - uid: 14403 + - uid: 14378 components: - type: Transform - pos: 18.5,50.5 + pos: -9.5,71.5 parent: 2 - - uid: 14404 + - uid: 14381 components: - type: Transform - pos: 17.5,50.5 + pos: -32.5,-14.5 parent: 2 - - uid: 14405 + - uid: 14382 components: - type: Transform - pos: 17.5,51.5 + pos: 32.5,6.5 parent: 2 - - uid: 14406 + - uid: 14383 components: - type: Transform - pos: 17.5,52.5 + pos: 21.5,11.5 + parent: 2 + - uid: 14385 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + pos: 18.5,46.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: 8.5,3.5 parent: 2 - uid: 14407 components: @@ -34282,32 +34480,22 @@ entities: - uid: 14418 components: - type: Transform - pos: 19.5,52.5 + pos: 21.5,10.5 parent: 2 - uid: 14419 components: - type: Transform - pos: 19.5,51.5 - parent: 2 - - uid: 14420 - components: - - type: Transform - pos: 19.5,50.5 + pos: 22.5,-3.5 parent: 2 - uid: 14421 components: - type: Transform - pos: 19.5,49.5 - parent: 2 - - uid: 14422 - components: - - type: Transform - pos: 20.5,49.5 + pos: 12.5,-2.5 parent: 2 - uid: 14423 components: - type: Transform - pos: 21.5,49.5 + pos: 22.5,7.5 parent: 2 - uid: 14424 components: @@ -34467,7 +34655,7 @@ entities: - uid: 14461 components: - type: Transform - pos: 11.5,55.5 + pos: 24.5,4.5 parent: 2 - uid: 14462 components: @@ -34614,21 +34802,6 @@ entities: - type: Transform pos: 10.5,42.5 parent: 2 - - uid: 14491 - components: - - type: Transform - pos: 19.5,45.5 - parent: 2 - - uid: 14492 - components: - - type: Transform - pos: 20.5,45.5 - parent: 2 - - uid: 14493 - components: - - type: Transform - pos: 21.5,45.5 - parent: 2 - uid: 14494 components: - type: Transform @@ -34699,6 +34872,41 @@ entities: - type: Transform pos: 27.5,37.5 parent: 2 + - uid: 14566 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 14586 + components: + - type: Transform + pos: 33.5,6.5 + parent: 2 + - uid: 14589 + components: + - type: Transform + pos: -36.5,11.5 + parent: 2 + - uid: 14590 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - uid: 14601 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 14602 + components: + - type: Transform + pos: -33.5,-10.5 + parent: 2 + - uid: 14604 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 - uid: 14616 components: - type: Transform @@ -34809,15 +35017,10 @@ entities: - type: Transform pos: 34.5,49.5 parent: 2 - - uid: 14659 - components: - - type: Transform - pos: 33.5,49.5 - parent: 2 - uid: 14660 components: - type: Transform - pos: 32.5,49.5 + pos: -11.5,11.5 parent: 2 - uid: 14661 components: @@ -35162,12 +35365,12 @@ entities: - uid: 14730 components: - type: Transform - pos: 39.5,31.5 + pos: -11.5,12.5 parent: 2 - uid: 14731 components: - type: Transform - pos: 39.5,30.5 + pos: -14.5,12.5 parent: 2 - uid: 14732 components: @@ -35292,12 +35495,7 @@ entities: - uid: 14756 components: - type: Transform - pos: 24.5,23.5 - parent: 2 - - uid: 14757 - components: - - type: Transform - pos: 25.5,27.5 + pos: -15.5,14.5 parent: 2 - uid: 14758 components: @@ -35377,17 +35575,12 @@ entities: - uid: 14785 components: - type: Transform - pos: 40.5,29.5 + pos: -9.5,13.5 parent: 2 - uid: 14786 components: - type: Transform - pos: 41.5,29.5 - parent: 2 - - uid: 14787 - components: - - type: Transform - pos: 42.5,29.5 + pos: -14.5,11.5 parent: 2 - uid: 14788 components: @@ -35474,11 +35667,6 @@ entities: - type: Transform pos: 42.5,25.5 parent: 2 - - uid: 14805 - components: - - type: Transform - pos: 41.5,25.5 - parent: 2 - uid: 14806 components: - type: Transform @@ -35632,7 +35820,7 @@ entities: - uid: 14836 components: - type: Transform - pos: 49.5,26.5 + pos: -35.5,10.5 parent: 2 - uid: 14837 components: @@ -35699,16 +35887,6 @@ entities: - type: Transform pos: 62.5,26.5 parent: 2 - - uid: 14850 - components: - - type: Transform - pos: 63.5,26.5 - parent: 2 - - uid: 14851 - components: - - type: Transform - pos: 53.5,25.5 - parent: 2 - uid: 14852 components: - type: Transform @@ -36069,21 +36247,6 @@ entities: - type: Transform pos: 58.5,10.5 parent: 2 - - uid: 14924 - components: - - type: Transform - pos: 53.5,9.5 - parent: 2 - - uid: 14925 - components: - - type: Transform - pos: 53.5,8.5 - parent: 2 - - uid: 14926 - components: - - type: Transform - pos: 53.5,7.5 - parent: 2 - uid: 14927 components: - type: Transform @@ -36119,21 +36282,6 @@ entities: - type: Transform pos: 49.5,43.5 parent: 2 - - uid: 14946 - components: - - type: Transform - pos: 50.5,43.5 - parent: 2 - - uid: 14947 - components: - - type: Transform - pos: 51.5,43.5 - parent: 2 - - uid: 14948 - components: - - type: Transform - pos: 51.5,44.5 - parent: 2 - uid: 14983 components: - type: Transform @@ -36434,11 +36582,6 @@ entities: - type: Transform pos: -7.5,67.5 parent: 2 - - uid: 15416 - components: - - type: Transform - pos: -73.5,5.5 - parent: 2 - uid: 15454 components: - type: Transform @@ -36514,11 +36657,6 @@ entities: - type: Transform pos: -63.5,59.5 parent: 2 - - uid: 15748 - components: - - type: Transform - pos: -44.5,18.5 - parent: 2 - uid: 15772 components: - type: Transform @@ -36552,7 +36690,7 @@ entities: - uid: 15846 components: - type: Transform - pos: -44.5,19.5 + pos: 1.5,24.5 parent: 2 - uid: 15851 components: @@ -37639,21 +37777,6 @@ entities: - type: Transform pos: -32.5,26.5 parent: 2 - - uid: 16565 - components: - - type: Transform - pos: -32.5,25.5 - parent: 2 - - uid: 16566 - components: - - type: Transform - pos: -32.5,24.5 - parent: 2 - - uid: 16567 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - uid: 16568 components: - type: Transform @@ -37689,15 +37812,10 @@ entities: - type: Transform pos: -38.5,33.5 parent: 2 - - uid: 16575 - components: - - type: Transform - pos: -38.5,34.5 - parent: 2 - uid: 16576 components: - type: Transform - pos: -38.5,35.5 + pos: 37.5,20.5 parent: 2 - uid: 16582 components: @@ -37724,6 +37842,11 @@ entities: - type: Transform pos: -46.5,68.5 parent: 2 + - uid: 17807 + components: + - type: Transform + pos: 51.5,-11.5 + parent: 2 - uid: 17930 components: - type: Transform @@ -37827,12 +37950,7 @@ entities: - uid: 17950 components: - type: Transform - pos: 68.5,-8.5 - parent: 2 - - uid: 17951 - components: - - type: Transform - pos: 69.5,-8.5 + pos: 49.5,-11.5 parent: 2 - uid: 17952 components: @@ -37854,15 +37972,10 @@ entities: - type: Transform pos: 73.5,-8.5 parent: 2 - - uid: 17956 - components: - - type: Transform - pos: 73.5,-7.5 - parent: 2 - uid: 17957 components: - type: Transform - pos: 73.5,-6.5 + pos: -30.5,-29.5 parent: 2 - uid: 17958 components: @@ -37887,7 +38000,7 @@ entities: - uid: 17962 components: - type: Transform - pos: 76.5,-4.5 + pos: -30.5,-28.5 parent: 2 - uid: 17994 components: @@ -37907,7 +38020,7 @@ entities: - uid: 18019 components: - type: Transform - pos: -41.5,-27.5 + pos: -29.5,-19.5 parent: 2 - uid: 18028 components: @@ -37922,7 +38035,17 @@ entities: - uid: 18041 components: - type: Transform - pos: -9.5,71.5 + pos: -30.5,-14.5 + parent: 2 + - uid: 18046 + components: + - type: Transform + pos: -36.5,-14.5 + parent: 2 + - uid: 18047 + components: + - type: Transform + pos: -30.5,-13.5 parent: 2 - uid: 18106 components: @@ -37934,6 +38057,11 @@ entities: - type: Transform pos: 11.5,68.5 parent: 2 + - uid: 18119 + components: + - type: Transform + pos: -40.5,-17.5 + parent: 2 - uid: 18201 components: - type: Transform @@ -37942,7 +38070,7 @@ entities: - uid: 18216 components: - type: Transform - pos: 8.5,56.5 + pos: -40.5,-18.5 parent: 2 - uid: 18228 components: @@ -38169,11 +38297,6 @@ entities: - type: Transform pos: -2.5,64.5 parent: 2 - - uid: 18308 - components: - - type: Transform - pos: -1.5,64.5 - parent: 2 - uid: 18309 components: - type: Transform @@ -38204,11 +38327,6 @@ entities: - type: Transform pos: -33.5,63.5 parent: 2 - - uid: 18327 - components: - - type: Transform - pos: -33.5,68.5 - parent: 2 - uid: 18365 components: - type: Transform @@ -38829,11 +38947,6 @@ entities: - type: Transform pos: 5.5,-34.5 parent: 2 - - uid: 19306 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - uid: 19307 components: - type: Transform @@ -38869,11 +38982,6 @@ entities: - type: Transform pos: -2.5,-11.5 parent: 2 - - uid: 19518 - components: - - type: Transform - pos: -34.5,-14.5 - parent: 2 - uid: 19600 components: - type: Transform @@ -39072,12 +39180,7 @@ entities: - uid: 20249 components: - type: Transform - pos: 25.5,8.5 - parent: 2 - - uid: 20250 - components: - - type: Transform - pos: 25.5,7.5 + pos: -33.5,18.5 parent: 2 - uid: 20251 components: @@ -39159,16 +39262,6 @@ entities: - type: Transform pos: 10.5,6.5 parent: 2 - - uid: 20267 - components: - - type: Transform - pos: 23.5,4.5 - parent: 2 - - uid: 20268 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - uid: 20269 components: - type: Transform @@ -39204,16 +39297,6 @@ entities: - type: Transform pos: 10.5,15.5 parent: 2 - - uid: 20277 - components: - - type: Transform - pos: 24.5,4.5 - parent: 2 - - uid: 20278 - components: - - type: Transform - pos: 17.5,8.5 - parent: 2 - uid: 20279 components: - type: Transform @@ -39309,25 +39392,20 @@ entities: - type: Transform pos: 9.5,-1.5 parent: 2 - - uid: 20298 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 2 - uid: 20299 components: - type: Transform - pos: 8.5,-2.5 + pos: -110.5,25.5 parent: 2 - uid: 20300 components: - type: Transform - pos: 10.5,-2.5 + pos: -110.5,23.5 parent: 2 - uid: 20301 components: - type: Transform - pos: 10.5,-3.5 + pos: -106.5,25.5 parent: 2 - uid: 20302 components: @@ -39417,12 +39495,12 @@ entities: - uid: 20319 components: - type: Transform - pos: 8.5,-3.5 + pos: -110.5,-6.5 parent: 2 - uid: 20320 components: - type: Transform - pos: 17.5,7.5 + pos: -110.5,-8.5 parent: 2 - uid: 20322 components: @@ -39642,12 +39720,12 @@ entities: - uid: 20365 components: - type: Transform - pos: 28.5,-1.5 + pos: -106.5,9.5 parent: 2 - uid: 20366 components: - type: Transform - pos: 28.5,-2.5 + pos: -38.5,-28.5 parent: 2 - uid: 20367 components: @@ -39682,7 +39760,7 @@ entities: - uid: 20373 components: - type: Transform - pos: 12.5,-2.5 + pos: -106.5,-6.5 parent: 2 - uid: 20374 components: @@ -39719,6 +39797,11 @@ entities: - type: Transform pos: 12.5,3.5 parent: 2 + - uid: 20381 + components: + - type: Transform + pos: -83.5,30.5 + parent: 2 - uid: 20383 components: - type: Transform @@ -39764,11 +39847,6 @@ entities: - type: Transform pos: 27.5,2.5 parent: 2 - - uid: 20392 - components: - - type: Transform - pos: 27.5,0.5 - parent: 2 - uid: 20393 components: - type: Transform @@ -39799,10 +39877,10 @@ entities: - type: Transform pos: 31.5,6.5 parent: 2 - - uid: 20400 + - uid: 20399 components: - type: Transform - pos: 24.5,3.5 + pos: -106.5,-8.5 parent: 2 - uid: 20402 components: @@ -39819,15 +39897,10 @@ entities: - type: Transform pos: 33.5,2.5 parent: 2 - - uid: 20405 - components: - - type: Transform - pos: 29.5,0.5 - parent: 2 - uid: 20406 components: - type: Transform - pos: 28.5,0.5 + pos: -44.5,9.5 parent: 2 - uid: 20407 components: @@ -39884,16 +39957,6 @@ entities: - type: Transform pos: 38.5,10.5 parent: 2 - - uid: 20435 - components: - - type: Transform - pos: 29.5,-1.5 - parent: 2 - - uid: 20436 - components: - - type: Transform - pos: 30.5,-1.5 - parent: 2 - uid: 20437 components: - type: Transform @@ -40047,17 +40110,12 @@ entities: - uid: 20467 components: - type: Transform - pos: 34.5,11.5 + pos: -43.5,70.5 parent: 2 - uid: 20468 components: - type: Transform - pos: 35.5,11.5 - parent: 2 - - uid: 20469 - components: - - type: Transform - pos: 36.5,11.5 + pos: -42.5,70.5 parent: 2 - uid: 20470 components: @@ -40089,15 +40147,10 @@ entities: - type: Transform pos: 37.5,15.5 parent: 2 - - uid: 20476 - components: - - type: Transform - pos: 37.5,16.5 - parent: 2 - uid: 20477 components: - type: Transform - pos: 38.5,14.5 + pos: -41.5,66.5 parent: 2 - uid: 20478 components: @@ -40532,7 +40585,7 @@ entities: - uid: 20566 components: - type: Transform - pos: 8.5,3.5 + pos: -41.5,67.5 parent: 2 - uid: 20567 components: @@ -40694,11 +40747,6 @@ entities: - type: Transform pos: -27.5,3.5 parent: 2 - - uid: 20601 - components: - - type: Transform - pos: -28.5,3.5 - parent: 2 - uid: 20602 components: - type: Transform @@ -40714,11 +40762,6 @@ entities: - type: Transform pos: -27.5,6.5 parent: 2 - - uid: 20605 - components: - - type: Transform - pos: -27.5,7.5 - parent: 2 - uid: 20606 components: - type: Transform @@ -40734,11 +40777,6 @@ entities: - type: Transform pos: -21.5,6.5 parent: 2 - - uid: 20609 - components: - - type: Transform - pos: -21.5,7.5 - parent: 2 - uid: 20610 components: - type: Transform @@ -40754,11 +40792,6 @@ entities: - type: Transform pos: -15.5,6.5 parent: 2 - - uid: 20613 - components: - - type: Transform - pos: -15.5,7.5 - parent: 2 - uid: 20614 components: - type: Transform @@ -40787,7 +40820,7 @@ entities: - uid: 20619 components: - type: Transform - pos: -15.5,-2.5 + pos: 52.5,44.5 parent: 2 - uid: 20620 components: @@ -40817,7 +40850,7 @@ entities: - uid: 20625 components: - type: Transform - pos: -21.5,-2.5 + pos: 52.5,45.5 parent: 2 - uid: 20626 components: @@ -40852,7 +40885,7 @@ entities: - uid: 20632 components: - type: Transform - pos: -21.5,-4.5 + pos: 54.5,1.5 parent: 2 - uid: 20633 components: @@ -40872,17 +40905,17 @@ entities: - uid: 20636 components: - type: Transform - pos: -24.5,-5.5 + pos: 54.5,-0.5 parent: 2 - uid: 20637 components: - type: Transform - pos: -25.5,-5.5 + pos: 54.5,0.5 parent: 2 - uid: 20638 components: - type: Transform - pos: -26.5,-5.5 + pos: 66.5,25.5 parent: 2 - uid: 20639 components: @@ -40944,16 +40977,6 @@ entities: - type: Transform pos: -32.5,-10.5 parent: 2 - - uid: 20658 - components: - - type: Transform - pos: -31.5,-10.5 - parent: 2 - - uid: 20659 - components: - - type: Transform - pos: -30.5,-10.5 - parent: 2 - uid: 20660 components: - type: Transform @@ -41132,38 +41155,18 @@ entities: - uid: 20695 components: - type: Transform - pos: -8.5,-6.5 + pos: 22.5,8.5 parent: 2 - uid: 20696 components: - type: Transform - pos: -8.5,-5.5 - parent: 2 - - uid: 20697 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 2 - - uid: 20698 - components: - - type: Transform - pos: -7.5,-4.5 + pos: 24.5,3.5 parent: 2 - uid: 20699 components: - type: Transform pos: -6.5,-4.5 parent: 2 - - uid: 20700 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 2 - - uid: 20701 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 2 - uid: 20702 components: - type: Transform @@ -41314,11 +41317,6 @@ entities: - type: Transform pos: -8.5,13.5 parent: 2 - - uid: 20740 - components: - - type: Transform - pos: -9.5,13.5 - parent: 2 - uid: 20741 components: - type: Transform @@ -41332,27 +41330,27 @@ entities: - uid: 20743 components: - type: Transform - pos: -10.5,12.5 + pos: -14.5,10.5 parent: 2 - uid: 20744 components: - type: Transform - pos: -10.5,11.5 + pos: -36.5,9.5 parent: 2 - uid: 20745 components: - type: Transform - pos: -10.5,10.5 + pos: -36.5,10.5 parent: 2 - uid: 20746 components: - type: Transform - pos: -10.5,9.5 + pos: 15.5,46.5 parent: 2 - uid: 20747 components: - type: Transform - pos: -10.5,8.5 + pos: 43.5,43.5 parent: 2 - uid: 20748 components: @@ -41447,7 +41445,7 @@ entities: - uid: 20766 components: - type: Transform - pos: -30.5,13.5 + pos: 31.5,52.5 parent: 2 - uid: 20767 components: @@ -41569,25 +41567,15 @@ entities: - type: Transform pos: -33.5,-4.5 parent: 2 - - uid: 20791 - components: - - type: Transform - pos: -32.5,2.5 - parent: 2 - uid: 20792 components: - type: Transform - pos: -31.5,2.5 + pos: 53.5,51.5 parent: 2 - uid: 20793 components: - type: Transform - pos: -30.5,2.5 - parent: 2 - - uid: 20794 - components: - - type: Transform - pos: -29.5,2.5 + pos: 53.5,50.5 parent: 2 - uid: 20795 components: @@ -41614,11 +41602,6 @@ entities: - type: Transform pos: -37.5,6.5 parent: 2 - - uid: 20800 - components: - - type: Transform - pos: -38.5,6.5 - parent: 2 - uid: 20801 components: - type: Transform @@ -41639,26 +41622,6 @@ entities: - type: Transform pos: -37.5,4.5 parent: 2 - - uid: 20805 - components: - - type: Transform - pos: -38.5,4.5 - parent: 2 - - uid: 20806 - components: - - type: Transform - pos: -38.5,7.5 - parent: 2 - - uid: 20807 - components: - - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 20808 - components: - - type: Transform - pos: -40.5,7.5 - parent: 2 - uid: 20809 components: - type: Transform @@ -41782,38 +41745,13 @@ entities: - uid: 20833 components: - type: Transform - pos: -39.5,-10.5 - parent: 2 - - uid: 20834 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - - uid: 20835 - components: - - type: Transform - pos: -38.5,-11.5 - parent: 2 - - uid: 20836 - components: - - type: Transform - pos: -37.5,-11.5 - parent: 2 - - uid: 20837 - components: - - type: Transform - pos: -36.5,-11.5 + pos: 5.5,63.5 parent: 2 - uid: 21015 components: - type: Transform pos: 12.5,70.5 parent: 2 - - uid: 21067 - components: - - type: Transform - pos: -49.5,-11.5 - parent: 2 - uid: 21074 components: - type: Transform @@ -42049,10 +41987,10 @@ entities: - type: Transform pos: -65.5,-16.5 parent: 2 - - uid: 21285 + - uid: 21284 components: - type: Transform - pos: -39.5,32.5 + pos: 18.5,48.5 parent: 2 - uid: 21286 components: @@ -42419,31 +42357,6 @@ entities: - type: Transform pos: 37.5,19.5 parent: 2 - - uid: 21360 - components: - - type: Transform - pos: 38.5,19.5 - parent: 2 - - uid: 21361 - components: - - type: Transform - pos: 39.5,19.5 - parent: 2 - - uid: 21362 - components: - - type: Transform - pos: 40.5,19.5 - parent: 2 - - uid: 21363 - components: - - type: Transform - pos: 41.5,19.5 - parent: 2 - - uid: 21364 - components: - - type: Transform - pos: 42.5,19.5 - parent: 2 - uid: 21365 components: - type: Transform @@ -42619,15 +42532,10 @@ entities: - type: Transform pos: 50.5,-8.5 parent: 2 - - uid: 21400 - components: - - type: Transform - pos: 50.5,-9.5 - parent: 2 - uid: 21401 components: - type: Transform - pos: 50.5,-10.5 + pos: 50.5,25.5 parent: 2 - uid: 21402 components: @@ -42984,11 +42892,6 @@ entities: - type: Transform pos: 1.5,-5.5 parent: 2 - - uid: 21479 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 2 - uid: 21480 components: - type: Transform @@ -43159,21 +43062,6 @@ entities: - type: Transform pos: -32.5,-15.5 parent: 2 - - uid: 21514 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 2 - - uid: 21515 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - uid: 21516 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 2 - uid: 21517 components: - type: Transform @@ -43254,21 +43142,6 @@ entities: - type: Transform pos: -25.5,-27.5 parent: 2 - - uid: 21533 - components: - - type: Transform - pos: -30.5,-20.5 - parent: 2 - - uid: 21536 - components: - - type: Transform - pos: -34.5,-15.5 - parent: 2 - - uid: 21537 - components: - - type: Transform - pos: -35.5,-15.5 - parent: 2 - uid: 21538 components: - type: Transform @@ -43289,11 +43162,6 @@ entities: - type: Transform pos: -39.5,-15.5 parent: 2 - - uid: 21542 - components: - - type: Transform - pos: -39.5,-14.5 - parent: 2 - uid: 21543 components: - type: Transform @@ -43452,12 +43320,7 @@ entities: - uid: 21574 components: - type: Transform - pos: -44.5,8.5 - parent: 2 - - uid: 21575 - components: - - type: Transform - pos: -44.5,9.5 + pos: -40.5,-16.5 parent: 2 - uid: 21576 components: @@ -43534,30 +43397,10 @@ entities: - type: Transform pos: -37.5,17.5 parent: 2 - - uid: 21591 - components: - - type: Transform - pos: -37.5,18.5 - parent: 2 - - uid: 21592 - components: - - type: Transform - pos: -36.5,18.5 - parent: 2 - - uid: 21593 - components: - - type: Transform - pos: -36.5,19.5 - parent: 2 - - uid: 21594 - components: - - type: Transform - pos: -35.5,19.5 - parent: 2 - uid: 21595 components: - type: Transform - pos: -34.5,19.5 + pos: -63.5,10.5 parent: 2 - uid: 21596 components: @@ -43712,12 +43555,12 @@ entities: - uid: 21626 components: - type: Transform - pos: 1.5,23.5 + pos: -56.5,-31.5 parent: 2 - uid: 21627 components: - type: Transform - pos: 1.5,24.5 + pos: -57.5,-31.5 parent: 2 - uid: 21628 components: @@ -44739,50 +44582,10 @@ entities: - type: Transform pos: -26.5,63.5 parent: 2 - - uid: 21833 - components: - - type: Transform - pos: -34.5,47.5 - parent: 2 - uid: 21834 components: - type: Transform - pos: -34.5,48.5 - parent: 2 - - uid: 21835 - components: - - type: Transform - pos: -34.5,49.5 - parent: 2 - - uid: 21836 - components: - - type: Transform - pos: -34.5,50.5 - parent: 2 - - uid: 21837 - components: - - type: Transform - pos: -34.5,51.5 - parent: 2 - - uid: 21838 - components: - - type: Transform - pos: -31.5,51.5 - parent: 2 - - uid: 21839 - components: - - type: Transform - pos: -32.5,51.5 - parent: 2 - - uid: 21840 - components: - - type: Transform - pos: -33.5,51.5 - parent: 2 - - uid: 21841 - components: - - type: Transform - pos: -34.5,51.5 + pos: -58.5,-31.5 parent: 2 - uid: 21842 components: @@ -45324,21 +45127,6 @@ entities: - type: Transform pos: -110.5,24.5 parent: 2 - - uid: 21952 - components: - - type: Transform - pos: -109.5,24.5 - parent: 2 - - uid: 21953 - components: - - type: Transform - pos: -108.5,24.5 - parent: 2 - - uid: 21954 - components: - - type: Transform - pos: -107.5,24.5 - parent: 2 - uid: 21955 components: - type: Transform @@ -45402,17 +45190,7 @@ entities: - uid: 21967 components: - type: Transform - pos: -109.5,-7.5 - parent: 2 - - uid: 21968 - components: - - type: Transform - pos: -108.5,-7.5 - parent: 2 - - uid: 21969 - components: - - type: Transform - pos: -107.5,-7.5 + pos: -40.5,-28.5 parent: 2 - uid: 21970 components: @@ -45644,6 +45422,11 @@ entities: - type: Transform pos: 9.5,46.5 parent: 2 + - uid: 23184 + components: + - type: Transform + pos: 14.5,45.5 + parent: 2 - uid: 23209 components: - type: Transform @@ -45719,11 +45502,6 @@ entities: - type: Transform pos: -38.5,-35.5 parent: 2 - - uid: 23794 - components: - - type: Transform - pos: -36.5,-37.5 - parent: 2 - uid: 23795 components: - type: Transform @@ -45734,6 +45512,11 @@ entities: - type: Transform pos: -17.5,-48.5 parent: 2 + - uid: 24225 + components: + - type: Transform + pos: 12.5,45.5 + parent: 2 - uid: 24763 components: - type: Transform @@ -45749,6 +45532,11 @@ entities: - type: Transform pos: -82.5,11.5 parent: 2 + - uid: 27181 + components: + - type: Transform + pos: 10.5,45.5 + parent: 2 - uid: 27353 components: - type: Transform @@ -45869,11 +45657,41 @@ entities: - type: Transform pos: -53.5,56.5 parent: 2 + - uid: 28676 + components: + - type: Transform + pos: 7.5,47.5 + parent: 2 + - uid: 28677 + components: + - type: Transform + pos: 7.5,46.5 + parent: 2 + - uid: 28681 + components: + - type: Transform + pos: 9.5,45.5 + parent: 2 + - uid: 28683 + components: + - type: Transform + pos: 8.5,45.5 + parent: 2 - uid: 28753 components: - type: Transform pos: 6.5,65.5 parent: 2 + - uid: 28813 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 28822 + components: + - type: Transform + pos: 11.5,45.5 + parent: 2 - uid: 29058 components: - type: Transform @@ -46154,21 +45972,6 @@ entities: - type: Transform pos: -89.5,21.5 parent: 2 - - uid: 29491 - components: - - type: Transform - pos: -79.5,21.5 - parent: 2 - - uid: 29492 - components: - - type: Transform - pos: -78.5,21.5 - parent: 2 - - uid: 29493 - components: - - type: Transform - pos: -77.5,21.5 - parent: 2 - uid: 29494 components: - type: Transform @@ -46484,16 +46287,6 @@ entities: - type: Transform pos: -77.5,5.5 parent: 2 - - uid: 29568 - components: - - type: Transform - pos: -77.5,6.5 - parent: 2 - - uid: 29569 - components: - - type: Transform - pos: -77.5,7.5 - parent: 2 - uid: 29570 components: - type: Transform @@ -46694,15 +46487,15 @@ entities: - type: Transform pos: -79.5,28.5 parent: 2 - - uid: 29639 + - uid: 29618 components: - type: Transform - pos: 20.5,22.5 + pos: 40.5,16.5 parent: 2 - - uid: 29641 + - uid: 29639 components: - type: Transform - pos: 20.5,20.5 + pos: 20.5,22.5 parent: 2 - uid: 29643 components: @@ -47059,16 +46852,6 @@ entities: - type: Transform pos: 84.5,22.5 parent: 2 - - uid: 30187 - components: - - type: Transform - pos: 85.5,21.5 - parent: 2 - - uid: 30188 - components: - - type: Transform - pos: 85.5,20.5 - parent: 2 - uid: 30190 components: - type: Transform @@ -47204,6 +46987,31 @@ entities: - type: Transform pos: 80.5,-0.5 parent: 2 + - uid: 30270 + components: + - type: Transform + pos: 7.5,45.5 + parent: 2 + - uid: 30318 + components: + - type: Transform + pos: -62.5,8.5 + parent: 2 + - uid: 30319 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 30321 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 + - uid: 30324 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 - uid: 30404 components: - type: Transform @@ -47249,11 +47057,46 @@ entities: - type: Transform pos: -36.5,-30.5 parent: 2 + - uid: 30670 + components: + - type: Transform + pos: 59.5,52.5 + parent: 2 + - uid: 30671 + components: + - type: Transform + pos: 59.5,53.5 + parent: 2 + - uid: 30675 + components: + - type: Transform + pos: 59.5,51.5 + parent: 2 + - uid: 30689 + components: + - type: Transform + pos: 58.5,51.5 + parent: 2 + - uid: 30695 + components: + - type: Transform + pos: 57.5,51.5 + parent: 2 - uid: 30700 components: - type: Transform pos: -35.5,63.5 parent: 2 + - uid: 30708 + components: + - type: Transform + pos: 56.5,51.5 + parent: 2 + - uid: 30711 + components: + - type: Transform + pos: 55.5,51.5 + parent: 2 - uid: 30712 components: - type: Transform @@ -47314,6 +47157,31 @@ entities: - type: Transform pos: -55.5,-25.5 parent: 2 + - uid: 30795 + components: + - type: Transform + pos: -51.5,41.5 + parent: 2 + - uid: 30796 + components: + - type: Transform + pos: -85.5,-13.5 + parent: 2 + - uid: 30805 + components: + - type: Transform + pos: -40.5,-15.5 + parent: 2 + - uid: 30806 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 30809 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 - uid: 30816 components: - type: Transform @@ -47339,16 +47207,6 @@ entities: - type: Transform pos: 8.5,64.5 parent: 2 - - uid: 30858 - components: - - type: Transform - pos: -41.5,69.5 - parent: 2 - - uid: 30859 - components: - - type: Transform - pos: -42.5,69.5 - parent: 2 - uid: 30863 components: - type: Transform @@ -47529,11 +47387,6 @@ entities: - type: Transform pos: -19.5,51.5 parent: 2 - - uid: 30910 - components: - - type: Transform - pos: -18.5,51.5 - parent: 2 - uid: 30911 components: - type: Transform @@ -47584,15 +47437,50 @@ entities: - type: Transform pos: -39.5,62.5 parent: 2 - - uid: 30936 + - uid: 30972 components: - type: Transform - pos: -45.5,64.5 + pos: 10.5,-12.5 parent: 2 - - uid: 30937 + - uid: 30974 components: - type: Transform - pos: -45.5,65.5 + pos: 4.5,-1.5 + parent: 2 + - uid: 30975 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 30979 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 30980 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 30981 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 30982 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 31004 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 31009 + components: + - type: Transform + pos: -9.5,-5.5 parent: 2 - uid: 31057 components: @@ -47624,6 +47512,11 @@ entities: - type: Transform pos: 10.5,64.5 parent: 2 + - uid: 31068 + components: + - type: Transform + pos: 41.5,41.5 + parent: 2 - uid: 31076 components: - type: Transform @@ -47639,6 +47532,11 @@ entities: - type: Transform pos: -48.5,61.5 parent: 2 + - uid: 31306 + components: + - type: Transform + pos: 68.5,25.5 + parent: 2 - uid: 31331 components: - type: Transform @@ -47814,6 +47712,21 @@ entities: - type: Transform pos: -38.5,73.5 parent: 2 + - uid: 31412 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 31434 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 31435 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 - uid: 31445 components: - type: Transform @@ -47904,11 +47817,6 @@ entities: - type: Transform pos: -11.5,67.5 parent: 2 - - uid: 31491 - components: - - type: Transform - pos: -29.5,67.5 - parent: 2 - uid: 31497 components: - type: Transform @@ -47929,11 +47837,6 @@ entities: - type: Transform pos: -9.5,-29.5 parent: 2 - - uid: 31503 - components: - - type: Transform - pos: -24.5,54.5 - parent: 2 - uid: 31505 components: - type: Transform @@ -48079,6 +47982,51 @@ entities: - type: Transform pos: -59.5,56.5 parent: 2 + - uid: 31584 + components: + - type: Transform + pos: 75.5,-17.5 + parent: 2 + - uid: 31585 + components: + - type: Transform + pos: 75.5,-18.5 + parent: 2 + - uid: 31586 + components: + - type: Transform + pos: 68.5,-5.5 + parent: 2 + - uid: 31587 + components: + - type: Transform + pos: 69.5,-5.5 + parent: 2 + - uid: 31588 + components: + - type: Transform + pos: 70.5,-5.5 + parent: 2 + - uid: 31589 + components: + - type: Transform + pos: 71.5,-5.5 + parent: 2 + - uid: 31590 + components: + - type: Transform + pos: 72.5,-5.5 + parent: 2 + - uid: 31591 + components: + - type: Transform + pos: 71.5,-6.5 + parent: 2 + - uid: 31592 + components: + - type: Transform + pos: 71.5,-7.5 + parent: 2 - uid: 31596 components: - type: Transform @@ -49089,16 +49037,6 @@ entities: - type: Transform pos: -66.5,-29.5 parent: 2 - - uid: 32021 - components: - - type: Transform - pos: -62.5,-19.5 - parent: 2 - - uid: 32022 - components: - - type: Transform - pos: -63.5,-19.5 - parent: 2 - uid: 32023 components: - type: Transform @@ -50089,11 +50027,6 @@ entities: - type: Transform pos: 62.5,30.5 parent: 2 - - uid: 32691 - components: - - type: Transform - pos: 62.5,31.5 - parent: 2 - uid: 32692 components: - type: Transform @@ -50169,31 +50102,6 @@ entities: - type: Transform pos: 52.5,30.5 parent: 2 - - uid: 32707 - components: - - type: Transform - pos: 63.5,30.5 - parent: 2 - - uid: 32708 - components: - - type: Transform - pos: 64.5,30.5 - parent: 2 - - uid: 32709 - components: - - type: Transform - pos: 65.5,30.5 - parent: 2 - - uid: 32710 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 - - uid: 32711 - components: - - type: Transform - pos: 67.5,30.5 - parent: 2 - uid: 32712 components: - type: Transform @@ -50214,16 +50122,6 @@ entities: - type: Transform pos: 66.5,26.5 parent: 2 - - uid: 32716 - components: - - type: Transform - pos: 65.5,26.5 - parent: 2 - - uid: 32717 - components: - - type: Transform - pos: 64.5,26.5 - parent: 2 - uid: 32718 components: - type: Transform @@ -53449,11 +53347,6 @@ entities: - type: Transform pos: 52.5,32.5 parent: 2 - - uid: 33363 - components: - - type: Transform - pos: 51.5,32.5 - parent: 2 - uid: 33364 components: - type: Transform @@ -55104,26 +54997,11 @@ entities: - type: Transform pos: 20.5,1.5 parent: 2 - - uid: 33884 - components: - - type: Transform - pos: 20.5,0.5 - parent: 2 - uid: 33885 components: - type: Transform pos: 26.5,1.5 parent: 2 - - uid: 33886 - components: - - type: Transform - pos: 26.5,0.5 - parent: 2 - - uid: 33888 - components: - - type: Transform - pos: 30.5,0.5 - parent: 2 - uid: 33890 components: - type: Transform @@ -55509,26 +55387,6 @@ entities: - type: Transform pos: -4.5,9.5 parent: 2 - - uid: 33967 - components: - - type: Transform - pos: 0.5,10.5 - parent: 2 - - uid: 33968 - components: - - type: Transform - pos: 2.5,10.5 - parent: 2 - - uid: 33969 - components: - - type: Transform - pos: -0.5,10.5 - parent: 2 - - uid: 33970 - components: - - type: Transform - pos: 3.5,10.5 - parent: 2 - uid: 33971 components: - type: Transform @@ -55639,11 +55497,6 @@ entities: - type: Transform pos: -29.5,15.5 parent: 2 - - uid: 33993 - components: - - type: Transform - pos: -29.5,16.5 - parent: 2 - uid: 33994 components: - type: Transform @@ -55739,16 +55592,6 @@ entities: - type: Transform pos: -17.5,9.5 parent: 2 - - uid: 34013 - components: - - type: Transform - pos: -34.5,12.5 - parent: 2 - - uid: 34014 - components: - - type: Transform - pos: -35.5,12.5 - parent: 2 - uid: 34015 components: - type: Transform @@ -56394,16 +56237,6 @@ entities: - type: Transform pos: 23.5,48.5 parent: 2 - - uid: 34188 - components: - - type: Transform - pos: 23.5,47.5 - parent: 2 - - uid: 34189 - components: - - type: Transform - pos: 23.5,46.5 - parent: 2 - uid: 34190 components: - type: Transform @@ -56674,11 +56507,6 @@ entities: - type: Transform pos: 43.5,44.5 parent: 2 - - uid: 34244 - components: - - type: Transform - pos: 42.5,44.5 - parent: 2 - uid: 34245 components: - type: Transform @@ -56844,16 +56672,6 @@ entities: - type: Transform pos: 49.5,25.5 parent: 2 - - uid: 34279 - components: - - type: Transform - pos: 49.5,24.5 - parent: 2 - - uid: 34280 - components: - - type: Transform - pos: 49.5,23.5 - parent: 2 - uid: 34281 components: - type: Transform @@ -56904,16 +56722,6 @@ entities: - type: Transform pos: 42.5,26.5 parent: 2 - - uid: 34291 - components: - - type: Transform - pos: 42.5,27.5 - parent: 2 - - uid: 34292 - components: - - type: Transform - pos: 42.5,28.5 - parent: 2 - uid: 34293 components: - type: Transform @@ -57009,35 +56817,30 @@ entities: - type: Transform pos: 30.5,23.5 parent: 2 - - uid: 34312 - components: - - type: Transform - pos: 30.5,20.5 - parent: 2 - uid: 34313 components: - type: Transform - pos: 30.5,21.5 + pos: -71.5,14.5 parent: 2 - uid: 34314 components: - type: Transform - pos: 29.5,21.5 + pos: -70.5,14.5 parent: 2 - uid: 34315 components: - type: Transform - pos: 28.5,21.5 + pos: -69.5,14.5 parent: 2 - uid: 34316 components: - type: Transform - pos: 27.5,21.5 + pos: -68.5,14.5 parent: 2 - uid: 34317 components: - type: Transform - pos: 26.5,21.5 + pos: -68.5,15.5 parent: 2 - uid: 34318 components: @@ -57222,7 +57025,7 @@ entities: - uid: 34354 components: - type: Transform - pos: 11.5,57.5 + pos: -79.5,9.5 parent: 2 - uid: 34355 components: @@ -57297,7 +57100,7 @@ entities: - uid: 34369 components: - type: Transform - pos: 5.5,49.5 + pos: -79.5,7.5 parent: 2 - uid: 34370 components: @@ -57342,37 +57145,12 @@ entities: - uid: 34378 components: - type: Transform - pos: 20.5,51.5 + pos: -77.5,6.5 parent: 2 - uid: 34379 components: - type: Transform - pos: 21.5,51.5 - parent: 2 - - uid: 34380 - components: - - type: Transform - pos: 22.5,51.5 - parent: 2 - - uid: 34381 - components: - - type: Transform - pos: 22.5,52.5 - parent: 2 - - uid: 34382 - components: - - type: Transform - pos: 23.5,52.5 - parent: 2 - - uid: 34383 - components: - - type: Transform - pos: 23.5,53.5 - parent: 2 - - uid: 34384 - components: - - type: Transform - pos: 24.5,53.5 + pos: -77.5,7.5 parent: 2 - uid: 34385 components: @@ -57534,31 +57312,11 @@ entities: - type: Transform pos: -51.5,-7.5 parent: 2 - - uid: 34420 - components: - - type: Transform - pos: -51.5,-6.5 - parent: 2 - - uid: 34421 - components: - - type: Transform - pos: -51.5,-5.5 - parent: 2 - uid: 34422 components: - type: Transform pos: -49.5,-7.5 parent: 2 - - uid: 34423 - components: - - type: Transform - pos: -49.5,-6.5 - parent: 2 - - uid: 34424 - components: - - type: Transform - pos: -49.5,-5.5 - parent: 2 - uid: 34425 components: - type: Transform @@ -58449,11 +58207,6 @@ entities: - type: Transform pos: -72.5,-6.5 parent: 2 - - uid: 34614 - components: - - type: Transform - pos: -72.5,-6.5 - parent: 2 - uid: 34615 components: - type: Transform @@ -58474,60 +58227,60 @@ entities: - type: Transform pos: -93.5,5.5 parent: 2 - - uid: 34642 + - uid: 34700 components: - type: Transform - pos: 45.5,20.5 + pos: 40.5,21.5 parent: 2 - - uid: 34643 + - uid: 34702 components: - type: Transform - pos: 45.5,21.5 + pos: 41.5,21.5 parent: 2 - - uid: 34644 + - uid: 34710 components: - type: Transform - pos: 43.5,22.5 + pos: 41.5,20.5 parent: 2 - - uid: 34645 + - uid: 34711 components: - type: Transform - pos: 46.5,21.5 + pos: 41.5,19.5 parent: 2 - - uid: 34646 + - uid: 34712 components: - type: Transform - pos: 47.5,21.5 + pos: 42.5,19.5 parent: 2 - - uid: 34647 + - uid: 34730 components: - type: Transform - pos: 48.5,21.5 + pos: -30.5,-10.5 parent: 2 - - uid: 34648 + - uid: 34753 components: - type: Transform - pos: 49.5,21.5 + pos: -39.5,59.5 parent: 2 - - uid: 34649 + - uid: 34754 components: - type: Transform - pos: 50.5,21.5 + pos: -38.5,59.5 parent: 2 - - uid: 34650 + - uid: 34755 components: - type: Transform - pos: 50.5,20.5 + pos: -40.5,59.5 parent: 2 - - uid: 34651 + - uid: 34756 components: - type: Transform - pos: 50.5,19.5 + pos: -41.5,59.5 parent: 2 - - uid: 34652 + - uid: 34757 components: - type: Transform - pos: 50.5,18.5 + pos: -42.5,59.5 parent: 2 - uid: 34831 components: @@ -58549,36 +58302,6 @@ entities: - type: Transform pos: -50.5,62.5 parent: 2 - - uid: 34848 - components: - - type: Transform - pos: -49.5,-13.5 - parent: 2 - - uid: 34849 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 2 - - uid: 34850 - components: - - type: Transform - pos: -61.5,-5.5 - parent: 2 - - uid: 34851 - components: - - type: Transform - pos: -54.5,-4.5 - parent: 2 - - uid: 34852 - components: - - type: Transform - pos: -54.5,-5.5 - parent: 2 - - uid: 34853 - components: - - type: Transform - pos: -51.5,-4.5 - parent: 2 - uid: 34854 components: - type: Transform @@ -58674,26 +58397,6 @@ entities: - type: Transform pos: -15.5,-28.5 parent: 2 - - uid: 34879 - components: - - type: Transform - pos: -8.5,-30.5 - parent: 2 - - uid: 34880 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 2 - - uid: 34881 - components: - - type: Transform - pos: -8.5,-28.5 - parent: 2 - - uid: 34882 - components: - - type: Transform - pos: -8.5,-27.5 - parent: 2 - uid: 34883 components: - type: Transform @@ -59589,11 +59292,6 @@ entities: - type: Transform pos: -65.5,-23.5 parent: 2 - - uid: 35630 - components: - - type: Transform - pos: -64.5,-23.5 - parent: 2 - uid: 35778 components: - type: Transform @@ -63615,6 +63313,16 @@ entities: - type: Transform pos: -44.5,8.5 parent: 2 + - uid: 11414 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 - uid: 11605 components: - type: Transform @@ -63675,11 +63383,21 @@ entities: - type: Transform pos: 60.5,-44.5 parent: 2 + - uid: 11636 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 - uid: 11639 components: - type: Transform pos: -45.5,56.5 parent: 2 + - uid: 11650 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 - uid: 11692 components: - type: Transform @@ -64100,21 +63818,6 @@ entities: - type: Transform pos: 1.5,-28.5 parent: 2 - - uid: 12031 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 2 - - uid: 12032 - components: - - type: Transform - pos: 3.5,-28.5 - parent: 2 - - uid: 12033 - components: - - type: Transform - pos: 4.5,-28.5 - parent: 2 - uid: 12034 components: - type: Transform @@ -64185,6 +63888,21 @@ entities: - type: Transform pos: -4.5,-16.5 parent: 2 + - uid: 12625 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + pos: 38.5,33.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 - uid: 12788 components: - type: Transform @@ -64855,6 +64573,11 @@ entities: - type: Transform pos: 6.5,-20.5 parent: 2 + - uid: 13050 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 - uid: 13193 components: - type: Transform @@ -68535,6 +68258,21 @@ entities: - type: Transform pos: -32.5,21.5 parent: 2 + - uid: 21835 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 21836 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 21837 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 - uid: 21979 components: - type: Transform @@ -69990,6 +69728,51 @@ entities: - type: Transform pos: -15.5,43.5 parent: 2 + - uid: 29491 + components: + - type: Transform + pos: 51.5,32.5 + parent: 2 + - uid: 29492 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 29493 + components: + - type: Transform + pos: 50.5,32.5 + parent: 2 + - uid: 29531 + components: + - type: Transform + pos: 49.5,32.5 + parent: 2 + - uid: 29568 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 29569 + components: + - type: Transform + pos: 47.5,32.5 + parent: 2 + - uid: 29640 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 29641 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - uid: 29712 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 - uid: 29976 components: - type: Transform @@ -70000,6 +69783,41 @@ entities: - type: Transform pos: -17.5,44.5 parent: 2 + - uid: 30320 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 30737 + components: + - type: Transform + pos: 39.5,33.5 + parent: 2 + - uid: 30738 + components: + - type: Transform + pos: 40.5,32.5 + parent: 2 + - uid: 30739 + components: + - type: Transform + pos: 42.5,32.5 + parent: 2 + - uid: 30740 + components: + - type: Transform + pos: 46.5,32.5 + parent: 2 + - uid: 30741 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 30749 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 - uid: 30800 components: - type: Transform @@ -70010,6 +69828,11 @@ entities: - type: Transform pos: -42.5,69.5 parent: 2 + - uid: 30804 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 - uid: 30810 components: - type: Transform @@ -70175,6 +69998,91 @@ entities: - type: Transform pos: -18.5,51.5 parent: 2 + - uid: 31033 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 + - uid: 31034 + components: + - type: Transform + pos: 52.5,34.5 + parent: 2 + - uid: 31035 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 31036 + components: + - type: Transform + pos: 52.5,36.5 + parent: 2 + - uid: 31037 + components: + - type: Transform + pos: 52.5,37.5 + parent: 2 + - uid: 31038 + components: + - type: Transform + pos: 52.5,38.5 + parent: 2 + - uid: 31039 + components: + - type: Transform + pos: 52.5,39.5 + parent: 2 + - uid: 31041 + components: + - type: Transform + pos: 53.5,39.5 + parent: 2 + - uid: 31042 + components: + - type: Transform + pos: 54.5,39.5 + parent: 2 + - uid: 31043 + components: + - type: Transform + pos: 54.5,40.5 + parent: 2 + - uid: 31049 + components: + - type: Transform + pos: 54.5,41.5 + parent: 2 + - uid: 31050 + components: + - type: Transform + pos: 54.5,42.5 + parent: 2 + - uid: 31051 + components: + - type: Transform + pos: 53.5,42.5 + parent: 2 + - uid: 31052 + components: + - type: Transform + pos: 52.5,42.5 + parent: 2 + - uid: 31053 + components: + - type: Transform + pos: 51.5,42.5 + parent: 2 + - uid: 31056 + components: + - type: Transform + pos: 51.5,43.5 + parent: 2 + - uid: 31067 + components: + - type: Transform + pos: 51.5,44.5 + parent: 2 - uid: 31092 components: - type: Transform @@ -70420,6 +70328,11 @@ entities: - type: Transform pos: -92.5,66.5 parent: 2 + - uid: 31410 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 - uid: 31697 components: - type: Transform @@ -73184,11 +73097,26 @@ entities: - type: Transform pos: -41.5,68.5 parent: 2 + - uid: 805 + components: + - type: Transform + pos: -52.5,-31.5 + parent: 2 - uid: 815 components: - type: Transform pos: -18.5,-30.5 parent: 2 + - uid: 1011 + components: + - type: Transform + pos: -72.5,2.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 - uid: 1961 components: - type: Transform @@ -73199,6 +73127,11 @@ entities: - type: Transform pos: -18.5,-31.5 parent: 2 + - uid: 2337 + components: + - type: Transform + pos: 7.5,49.5 + parent: 2 - uid: 2360 components: - type: Transform @@ -73209,11 +73142,21 @@ entities: - type: Transform pos: -26.5,-27.5 parent: 2 + - uid: 2604 + components: + - type: Transform + pos: -43.5,38.5 + parent: 2 - uid: 3817 components: - type: Transform pos: -61.5,-31.5 parent: 2 + - uid: 4078 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 - uid: 4945 components: - type: Transform @@ -73334,11 +73277,6 @@ entities: - type: Transform pos: -14.5,36.5 parent: 2 - - uid: 8764 - components: - - type: Transform - pos: -73.5,5.5 - parent: 2 - uid: 9243 components: - type: Transform @@ -73399,11 +73337,21 @@ entities: - type: Transform pos: -64.5,35.5 parent: 2 + - uid: 10151 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 - uid: 10162 components: - type: Transform pos: -74.5,8.5 parent: 2 + - uid: 10227 + components: + - type: Transform + pos: -54.5,-31.5 + parent: 2 - uid: 10260 components: - type: Transform @@ -73419,30 +73367,50 @@ entities: - type: Transform pos: -18.5,36.5 parent: 2 - - uid: 11014 - components: - - type: Transform - pos: -55.5,-35.5 - parent: 2 - uid: 11015 components: - type: Transform - pos: -54.5,-35.5 + pos: -61.5,-15.5 parent: 2 - uid: 11016 components: - type: Transform - pos: -53.5,-35.5 + pos: -60.5,-15.5 parent: 2 - uid: 11017 components: - type: Transform - pos: -52.5,-35.5 + pos: -59.5,-15.5 parent: 2 - uid: 11018 components: - type: Transform - pos: -52.5,-34.5 + pos: -58.5,-14.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -61.5,-17.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + pos: -58.5,-13.5 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: -59.5,-11.5 parent: 2 - uid: 11110 components: @@ -73634,15 +73602,25 @@ entities: - type: Transform pos: -21.5,36.5 parent: 2 + - uid: 11393 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 - uid: 11439 components: - type: Transform pos: -27.5,37.5 parent: 2 - - uid: 11648 + - uid: 11712 components: - type: Transform - pos: -55.5,-33.5 + pos: 16.5,-31.5 parent: 2 - uid: 11713 components: @@ -73949,6 +73927,31 @@ entities: - type: Transform pos: -22.5,-24.5 parent: 2 + - uid: 11823 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 2 + - uid: 11826 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: 44.5,-26.5 + parent: 2 - uid: 11842 components: - type: Transform @@ -73977,7 +73980,7 @@ entities: - uid: 11871 components: - type: Transform - pos: -55.5,-32.5 + pos: -4.5,-28.5 parent: 2 - uid: 11950 components: @@ -73989,10 +73992,10 @@ entities: - type: Transform pos: -20.5,-27.5 parent: 2 - - uid: 11952 + - uid: 12033 components: - type: Transform - pos: 6.5,33.5 + pos: -4.5,-29.5 parent: 2 - uid: 12049 components: @@ -74154,185 +74157,250 @@ entities: - type: Transform pos: 12.5,-23.5 parent: 2 - - uid: 14299 + - uid: 12088 components: - type: Transform - pos: 2.5,39.5 + pos: -1.5,-28.5 parent: 2 - - uid: 14360 + - uid: 12096 components: - type: Transform - pos: 6.5,44.5 + pos: -3.5,-28.5 parent: 2 - - uid: 14361 + - uid: 12225 components: - type: Transform - pos: 5.5,44.5 + pos: -57.5,-12.5 parent: 2 - - uid: 14362 + - uid: 12328 components: - type: Transform - pos: 4.5,44.5 + pos: 7.5,52.5 parent: 2 - - uid: 14363 + - uid: 12347 components: - type: Transform - pos: 3.5,44.5 + pos: 7.5,53.5 parent: 2 - - uid: 14364 + - uid: 12348 components: - type: Transform - pos: 2.5,44.5 + pos: 6.5,60.5 parent: 2 - - uid: 14365 + - uid: 12453 components: - type: Transform - pos: 7.5,33.5 + pos: 7.5,60.5 parent: 2 - - uid: 14366 + - uid: 12464 components: - type: Transform - pos: 1.5,43.5 + pos: 7.5,51.5 parent: 2 - - uid: 14367 + - uid: 12505 components: - type: Transform - pos: 1.5,42.5 + pos: 7.5,50.5 parent: 2 - - uid: 14368 + - uid: 12645 components: - type: Transform - pos: 1.5,41.5 + pos: -50.5,40.5 parent: 2 - - uid: 14369 + - uid: 13872 components: - type: Transform - pos: 1.5,40.5 + pos: 52.5,44.5 parent: 2 - - uid: 14370 + - uid: 13909 components: - type: Transform - pos: 1.5,39.5 + pos: 42.5,32.5 parent: 2 - - uid: 14371 + - uid: 14289 components: - type: Transform - pos: 7.5,39.5 + pos: 41.5,32.5 parent: 2 - - uid: 14372 + - uid: 14290 components: - type: Transform - pos: 5.5,39.5 + pos: 40.5,32.5 parent: 2 - - uid: 14373 + - uid: 14360 components: - type: Transform - pos: 6.5,39.5 + pos: 6.5,44.5 parent: 2 - - uid: 14374 + - uid: 14368 components: - type: Transform - pos: 3.5,39.5 + pos: -33.5,23.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + pos: -0.5,-28.5 parent: 2 - uid: 14375 components: - type: Transform - pos: 4.5,39.5 + pos: -2.5,-28.5 parent: 2 - uid: 14377 components: - type: Transform - pos: 8.5,39.5 + pos: -30.5,-14.5 parent: 2 - - uid: 14378 + - uid: 14380 components: - type: Transform - pos: 9.5,39.5 + pos: -5.5,-31.5 parent: 2 - - uid: 14379 + - uid: 14387 components: - type: Transform - pos: 10.5,39.5 + pos: 18.5,39.5 parent: 2 - - uid: 14380 + - uid: 14388 components: - type: Transform - pos: 11.5,39.5 + pos: 18.5,40.5 parent: 2 - - uid: 14381 + - uid: 14389 components: - type: Transform - pos: 12.5,39.5 + pos: 18.5,41.5 parent: 2 - - uid: 14382 + - uid: 14390 components: - type: Transform - pos: 13.5,39.5 + pos: 18.5,42.5 parent: 2 - - uid: 14383 + - uid: 14391 components: - type: Transform - pos: 14.5,39.5 + pos: 18.5,43.5 parent: 2 - - uid: 14384 + - uid: 14392 components: - type: Transform - pos: 15.5,39.5 + pos: 18.5,44.5 parent: 2 - - uid: 14385 + - uid: 14393 components: - type: Transform - pos: 16.5,39.5 + pos: 18.5,45.5 parent: 2 - - uid: 14386 + - uid: 14394 components: - type: Transform - pos: 17.5,39.5 + pos: 17.5,45.5 parent: 2 - - uid: 14387 + - uid: 14395 components: - type: Transform - pos: 18.5,39.5 + pos: 16.5,45.5 parent: 2 - - uid: 14388 + - uid: 14403 components: - type: Transform - pos: 18.5,40.5 + pos: 12.5,7.5 parent: 2 - - uid: 14389 + - uid: 14404 components: - type: Transform - pos: 18.5,41.5 + pos: 13.5,7.5 parent: 2 - - uid: 14390 + - uid: 14405 components: - type: Transform - pos: 18.5,42.5 + pos: 15.5,7.5 parent: 2 - - uid: 14391 + - uid: 14406 components: - type: Transform - pos: 18.5,43.5 + pos: 14.5,7.5 parent: 2 - - uid: 14392 + - uid: 14420 components: - type: Transform - pos: 18.5,44.5 + pos: 18.5,7.5 parent: 2 - - uid: 14393 + - uid: 14422 components: - type: Transform - pos: 18.5,45.5 + pos: 24.5,4.5 parent: 2 - - uid: 14394 + - uid: 14491 components: - type: Transform - pos: 17.5,45.5 + pos: 17.5,7.5 parent: 2 - - uid: 14395 + - uid: 14492 components: - type: Transform - pos: 16.5,45.5 + pos: 16.5,7.5 + parent: 2 + - uid: 14591 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 14592 + components: + - type: Transform + pos: -33.5,4.5 + parent: 2 + - uid: 14593 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 14598 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 14599 + components: + - type: Transform + pos: -15.5,13.5 + parent: 2 + - uid: 14600 + components: + - type: Transform + pos: -15.5,14.5 + parent: 2 + - uid: 14603 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 2 + - uid: 14605 + components: + - type: Transform + pos: -33.5,9.5 + parent: 2 + - uid: 14606 + components: + - type: Transform + pos: -33.5,8.5 + parent: 2 + - uid: 14607 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 2 + - uid: 14608 + components: + - type: Transform + pos: -34.5,10.5 parent: 2 - uid: 14617 components: @@ -74429,6 +74497,76 @@ entities: - type: Transform pos: 42.5,45.5 parent: 2 + - uid: 14659 + components: + - type: Transform + pos: -33.5,10.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 14850 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 14851 + components: + - type: Transform + pos: -33.5,1.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 14925 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 + - uid: 14926 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 14946 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 15392 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 15416 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 - uid: 15788 components: - type: Transform @@ -74579,6 +74717,26 @@ entities: - type: Transform pos: -10.5,37.5 parent: 2 + - uid: 16565 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: -34.5,26.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + pos: -36.5,26.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: -35.5,26.5 + parent: 2 - uid: 17118 components: - type: Transform @@ -74589,6 +74747,11 @@ entities: - type: Transform pos: -26.5,36.5 parent: 2 + - uid: 17951 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 - uid: 18258 components: - type: Transform @@ -74604,6 +74767,11 @@ entities: - type: Transform pos: 8.5,31.5 parent: 2 + - uid: 18308 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 - uid: 18916 components: - type: Transform @@ -74844,6 +75012,16 @@ entities: - type: Transform pos: -98.5,55.5 parent: 2 + - uid: 19306 + components: + - type: Transform + pos: -33.5,25.5 + parent: 2 + - uid: 19518 + components: + - type: Transform + pos: -33.5,26.5 + parent: 2 - uid: 19735 components: - type: Transform @@ -74929,36 +75107,166 @@ entities: - type: Transform pos: 37.5,11.5 parent: 2 - - uid: 20223 + - uid: 20224 components: - type: Transform - pos: 37.5,10.5 + pos: 33.5,11.5 parent: 2 - - uid: 20224 + - uid: 20225 components: - type: Transform - pos: 36.5,10.5 + pos: 34.5,11.5 parent: 2 - - uid: 20225 + - uid: 20250 components: - type: Transform - pos: 35.5,10.5 + pos: -45.5,38.5 + parent: 2 + - uid: 20267 + components: + - type: Transform + pos: -44.5,38.5 parent: 2 - uid: 20321 components: - type: Transform pos: 17.5,4.5 parent: 2 - - uid: 20399 + - uid: 20435 components: - type: Transform - pos: 24.5,4.5 + pos: -4.5,-30.5 + parent: 2 + - uid: 20476 + components: + - type: Transform + pos: 40.5,16.5 parent: 2 - uid: 20571 components: - type: Transform pos: 24.5,5.5 parent: 2 + - uid: 20601 + components: + - type: Transform + pos: -42.5,70.5 + parent: 2 + - uid: 20605 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 20609 + components: + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 20613 + components: + - type: Transform + pos: 52.5,45.5 + parent: 2 + - uid: 20658 + components: + - type: Transform + pos: 51.5,44.5 + parent: 2 + - uid: 20698 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 20700 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 20701 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 20740 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 20791 + components: + - type: Transform + pos: 31.5,52.5 + parent: 2 + - uid: 20794 + components: + - type: Transform + pos: -50.5,39.5 + parent: 2 + - uid: 20800 + components: + - type: Transform + pos: -50.5,38.5 + parent: 2 + - uid: 20805 + components: + - type: Transform + pos: -49.5,38.5 + parent: 2 + - uid: 20806 + components: + - type: Transform + pos: -48.5,38.5 + parent: 2 + - uid: 20807 + components: + - type: Transform + pos: -47.5,38.5 + parent: 2 + - uid: 20808 + components: + - type: Transform + pos: -46.5,38.5 + parent: 2 + - uid: 20835 + components: + - type: Transform + pos: 7.5,56.5 + parent: 2 + - uid: 20836 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 20837 + components: + - type: Transform + pos: 7.5,59.5 + parent: 2 + - uid: 20900 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - uid: 20901 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 20951 + components: + - type: Transform + pos: 7.5,58.5 + parent: 2 + - uid: 21067 + components: + - type: Transform + pos: 7.5,55.5 + parent: 2 + - uid: 21278 + components: + - type: Transform + pos: 7.5,54.5 + parent: 2 - uid: 21279 components: - type: Transform @@ -74984,10 +75292,65 @@ entities: - type: Transform pos: -38.5,32.5 parent: 2 - - uid: 21284 + - uid: 21285 components: - type: Transform - pos: -39.5,32.5 + pos: -55.5,-10.5 + parent: 2 + - uid: 21360 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 2 + - uid: 21361 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 21362 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 21363 + components: + - type: Transform + pos: -58.5,-15.5 + parent: 2 + - uid: 21364 + components: + - type: Transform + pos: -38.5,27.5 + parent: 2 + - uid: 21400 + components: + - type: Transform + pos: -50.5,41.5 + parent: 2 + - uid: 21479 + components: + - type: Transform + pos: -51.5,41.5 + parent: 2 + - uid: 21514 + components: + - type: Transform + pos: -52.5,41.5 + parent: 2 + - uid: 21515 + components: + - type: Transform + pos: -38.5,31.5 + parent: 2 + - uid: 21516 + components: + - type: Transform + pos: -38.5,30.5 + parent: 2 + - uid: 21533 + components: + - type: Transform + pos: -38.5,28.5 parent: 2 - uid: 21534 components: @@ -74999,11 +75362,51 @@ entities: - type: Transform pos: 8.5,32.5 parent: 2 + - uid: 21536 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 21537 + components: + - type: Transform + pos: -38.5,26.5 + parent: 2 + - uid: 21542 + components: + - type: Transform + pos: -37.5,26.5 + parent: 2 + - uid: 21591 + components: + - type: Transform + pos: -61.5,-19.5 + parent: 2 + - uid: 21592 + components: + - type: Transform + pos: -61.5,-20.5 + parent: 2 + - uid: 21593 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 21594 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 - uid: 21878 components: - type: Transform pos: -24.5,36.5 parent: 2 + - uid: 21969 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 - uid: 22368 components: - type: Transform @@ -75169,10 +75572,90 @@ entities: - type: Transform pos: -61.5,-22.5 parent: 2 - - uid: 29531 + - uid: 28684 components: - type: Transform - pos: -74.5,5.5 + pos: 10.5,48.5 + parent: 2 + - uid: 28685 + components: + - type: Transform + pos: 7.5,47.5 + parent: 2 + - uid: 28686 + components: + - type: Transform + pos: 7.5,46.5 + parent: 2 + - uid: 28687 + components: + - type: Transform + pos: 7.5,48.5 + parent: 2 + - uid: 28688 + components: + - type: Transform + pos: 11.5,48.5 + parent: 2 + - uid: 28689 + components: + - type: Transform + pos: 7.5,45.5 + parent: 2 + - uid: 28691 + components: + - type: Transform + pos: 9.5,48.5 + parent: 2 + - uid: 28692 + components: + - type: Transform + pos: 7.5,44.5 + parent: 2 + - uid: 28693 + components: + - type: Transform + pos: 6.5,44.5 + parent: 2 + - uid: 28694 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 28696 + components: + - type: Transform + pos: 18.5,35.5 + parent: 2 + - uid: 28697 + components: + - type: Transform + pos: 8.5,48.5 + parent: 2 + - uid: 28698 + components: + - type: Transform + pos: 18.5,36.5 + parent: 2 + - uid: 28707 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 28708 + components: + - type: Transform + pos: 18.5,38.5 + parent: 2 + - uid: 28716 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 28795 + components: + - type: Transform + pos: -70.5,2.5 parent: 2 - uid: 29541 components: @@ -75204,6 +75687,21 @@ entities: - type: Transform pos: -58.5,-31.5 parent: 2 + - uid: 29966 + components: + - type: Transform + pos: 17.5,48.5 + parent: 2 + - uid: 29967 + components: + - type: Transform + pos: 18.5,48.5 + parent: 2 + - uid: 29968 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 - uid: 29970 components: - type: Transform @@ -75227,12 +75725,12 @@ entities: - uid: 29975 components: - type: Transform - pos: -55.5,-34.5 + pos: 18.5,46.5 parent: 2 - uid: 29977 components: - type: Transform - pos: -55.5,-35.5 + pos: 5.5,60.5 parent: 2 - uid: 29979 components: @@ -75244,26 +75742,1311 @@ entities: - type: Transform pos: -61.5,-30.5 parent: 2 + - uid: 30187 + components: + - type: Transform + pos: 5.5,61.5 + parent: 2 + - uid: 30188 + components: + - type: Transform + pos: 5.5,62.5 + parent: 2 + - uid: 30259 + components: + - type: Transform + pos: 5.5,63.5 + parent: 2 + - uid: 30302 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 30304 + components: + - type: Transform + pos: 15.5,48.5 + parent: 2 + - uid: 30306 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 + - uid: 30313 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 30314 + components: + - type: Transform + pos: -63.5,9.5 + parent: 2 + - uid: 30316 + components: + - type: Transform + pos: -63.5,8.5 + parent: 2 + - uid: 30317 + components: + - type: Transform + pos: -63.5,10.5 + parent: 2 + - uid: 30325 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 + - uid: 30329 + components: + - type: Transform + pos: 13.5,48.5 + parent: 2 + - uid: 30794 + components: + - type: Transform + pos: 44.5,-25.5 + parent: 2 + - uid: 30797 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 30802 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - uid: 30803 + components: + - type: Transform + pos: -53.5,-31.5 + parent: 2 + - uid: 30807 + components: + - type: Transform + pos: -71.5,2.5 + parent: 2 + - uid: 30858 + components: + - type: Transform + pos: 26.5,7.5 + parent: 2 + - uid: 30859 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 30860 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - uid: 30861 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 30862 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - uid: 30864 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 + - uid: 30865 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 30866 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 30867 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 30880 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 30881 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 30882 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 30897 + components: + - type: Transform + pos: 22.5,8.5 + parent: 2 + - uid: 30910 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - uid: 30916 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 30936 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - uid: 30937 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 + - uid: 30938 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 30939 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - uid: 30940 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 2 + - uid: 30941 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 2 + - uid: 30942 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 30943 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 30944 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 30945 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 30946 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 30947 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - uid: 30948 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 30949 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 30950 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - uid: 30951 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 30952 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 30953 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 30954 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 30955 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 30956 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 30957 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 30958 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 30959 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 30960 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 30961 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 30962 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 30963 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 30964 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 30966 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 30967 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 2 + - uid: 30968 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 30969 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 30970 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 30971 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 30983 + components: + - type: Transform + pos: 28.5,7.5 + parent: 2 + - uid: 30984 + components: + - type: Transform + pos: 29.5,7.5 + parent: 2 + - uid: 30985 + components: + - type: Transform + pos: 30.5,7.5 + parent: 2 + - uid: 30986 + components: + - type: Transform + pos: 31.5,7.5 + parent: 2 + - uid: 30987 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 30988 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - uid: 30989 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 30990 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 30991 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - uid: 30992 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - uid: 30993 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 30994 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 30995 + components: + - type: Transform + pos: 10.5,12.5 + parent: 2 + - uid: 30996 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 30997 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - uid: 30998 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 30999 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 31000 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 31001 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 31002 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 31010 + components: + - type: Transform + pos: -35.5,10.5 + parent: 2 + - uid: 31012 + components: + - type: Transform + pos: -14.5,13.5 + parent: 2 + - uid: 31013 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 31014 + components: + - type: Transform + pos: -12.5,13.5 + parent: 2 + - uid: 31015 + components: + - type: Transform + pos: -11.5,13.5 + parent: 2 + - uid: 31016 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - uid: 31017 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - uid: 31018 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 31019 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 31020 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 31021 + components: + - type: Transform + pos: -10.5,8.5 + parent: 2 + - uid: 31022 + components: + - type: Transform + pos: -10.5,7.5 + parent: 2 + - uid: 31023 + components: + - type: Transform + pos: -10.5,6.5 + parent: 2 + - uid: 31024 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 31025 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - uid: 31026 + components: + - type: Transform + pos: 20.5,45.5 + parent: 2 + - uid: 31027 + components: + - type: Transform + pos: 21.5,45.5 + parent: 2 + - uid: 31028 + components: + - type: Transform + pos: 22.5,45.5 + parent: 2 + - uid: 31029 + components: + - type: Transform + pos: 23.5,45.5 + parent: 2 + - uid: 31030 + components: + - type: Transform + pos: 24.5,45.5 + parent: 2 + - uid: 31031 + components: + - type: Transform + pos: 25.5,45.5 + parent: 2 + - uid: 31032 + components: + - type: Transform + pos: 26.5,45.5 + parent: 2 + - uid: 31089 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 31091 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - uid: 31093 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 + - uid: 31094 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 + - uid: 31095 + components: + - type: Transform + pos: 38.5,33.5 + parent: 2 + - uid: 31101 + components: + - type: Transform + pos: 39.5,33.5 + parent: 2 + - uid: 31130 + components: + - type: Transform + pos: 40.5,33.5 + parent: 2 + - uid: 31139 + components: + - type: Transform + pos: 40.5,34.5 + parent: 2 + - uid: 31147 + components: + - type: Transform + pos: 40.5,35.5 + parent: 2 - uid: 31182 components: - type: Transform pos: -82.5,8.5 parent: 2 + - uid: 31265 + components: + - type: Transform + pos: 40.5,36.5 + parent: 2 + - uid: 31266 + components: + - type: Transform + pos: 40.5,37.5 + parent: 2 + - uid: 31267 + components: + - type: Transform + pos: 40.5,38.5 + parent: 2 + - uid: 31268 + components: + - type: Transform + pos: 40.5,39.5 + parent: 2 + - uid: 31269 + components: + - type: Transform + pos: 40.5,40.5 + parent: 2 + - uid: 31270 + components: + - type: Transform + pos: 40.5,41.5 + parent: 2 + - uid: 31304 + components: + - type: Transform + pos: 41.5,41.5 + parent: 2 + - uid: 31366 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 31367 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 31368 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 31369 + components: + - type: Transform + pos: 46.5,32.5 + parent: 2 + - uid: 31370 + components: + - type: Transform + pos: 47.5,32.5 + parent: 2 + - uid: 31371 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 - uid: 31372 components: - type: Transform pos: -46.5,64.5 parent: 2 + - uid: 31373 + components: + - type: Transform + pos: 49.5,32.5 + parent: 2 + - uid: 31374 + components: + - type: Transform + pos: 50.5,32.5 + parent: 2 + - uid: 31375 + components: + - type: Transform + pos: 51.5,32.5 + parent: 2 + - uid: 31376 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 31377 + components: + - type: Transform + pos: 53.5,32.5 + parent: 2 + - uid: 31378 + components: + - type: Transform + pos: 54.5,32.5 + parent: 2 + - uid: 31379 + components: + - type: Transform + pos: 55.5,32.5 + parent: 2 + - uid: 31380 + components: + - type: Transform + pos: 56.5,32.5 + parent: 2 + - uid: 31381 + components: + - type: Transform + pos: 57.5,32.5 + parent: 2 + - uid: 31382 + components: + - type: Transform + pos: 58.5,32.5 + parent: 2 + - uid: 31383 + components: + - type: Transform + pos: 59.5,32.5 + parent: 2 + - uid: 31384 + components: + - type: Transform + pos: 60.5,32.5 + parent: 2 + - uid: 31385 + components: + - type: Transform + pos: 61.5,32.5 + parent: 2 + - uid: 31386 + components: + - type: Transform + pos: 62.5,32.5 + parent: 2 + - uid: 31387 + components: + - type: Transform + pos: 62.5,31.5 + parent: 2 + - uid: 31388 + components: + - type: Transform + pos: 62.5,30.5 + parent: 2 + - uid: 31389 + components: + - type: Transform + pos: 62.5,29.5 + parent: 2 + - uid: 31390 + components: + - type: Transform + pos: 62.5,28.5 + parent: 2 + - uid: 31391 + components: + - type: Transform + pos: 62.5,27.5 + parent: 2 + - uid: 31392 + components: + - type: Transform + pos: 62.5,26.5 + parent: 2 + - uid: 31393 + components: + - type: Transform + pos: 61.5,26.5 + parent: 2 + - uid: 31394 + components: + - type: Transform + pos: 61.5,25.5 + parent: 2 + - uid: 31395 + components: + - type: Transform + pos: 61.5,24.5 + parent: 2 + - uid: 31396 + components: + - type: Transform + pos: 62.5,24.5 + parent: 2 + - uid: 31397 + components: + - type: Transform + pos: 63.5,24.5 + parent: 2 + - uid: 31398 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 31399 + components: + - type: Transform + pos: 65.5,24.5 + parent: 2 + - uid: 31401 + components: + - type: Transform + pos: 66.5,24.5 + parent: 2 + - uid: 31404 + components: + - type: Transform + pos: 67.5,24.5 + parent: 2 + - uid: 31405 + components: + - type: Transform + pos: 68.5,24.5 + parent: 2 + - uid: 31406 + components: + - type: Transform + pos: 68.5,25.5 + parent: 2 + - uid: 31413 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - uid: 31414 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 + - uid: 31421 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 + - uid: 31422 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 + - uid: 31423 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 31424 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 31425 + components: + - type: Transform + pos: 23.5,-31.5 + parent: 2 + - uid: 31426 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 + - uid: 31427 + components: + - type: Transform + pos: 25.5,-31.5 + parent: 2 + - uid: 31431 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 2 + - uid: 31432 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 31433 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 31437 + components: + - type: Transform + pos: 43.5,-26.5 + parent: 2 + - uid: 31438 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 2 + - uid: 31439 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 2 + - uid: 31440 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 31441 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 2 + - uid: 31442 + components: + - type: Transform + pos: 38.5,-26.5 + parent: 2 + - uid: 31449 + components: + - type: Transform + pos: 37.5,-26.5 + parent: 2 + - uid: 31459 + components: + - type: Transform + pos: 36.5,-26.5 + parent: 2 + - uid: 31460 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 2 + - uid: 31462 + components: + - type: Transform + pos: 34.5,-26.5 + parent: 2 + - uid: 31470 + components: + - type: Transform + pos: 33.5,-26.5 + parent: 2 + - uid: 31471 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 2 + - uid: 31474 + components: + - type: Transform + pos: 31.5,-26.5 + parent: 2 + - uid: 31481 + components: + - type: Transform + pos: 30.5,-26.5 + parent: 2 + - uid: 31482 + components: + - type: Transform + pos: 29.5,-26.5 + parent: 2 + - uid: 31483 + components: + - type: Transform + pos: 28.5,-26.5 + parent: 2 + - uid: 31484 + components: + - type: Transform + pos: 28.5,-27.5 + parent: 2 + - uid: 31485 + components: + - type: Transform + pos: 28.5,-28.5 + parent: 2 + - uid: 31486 + components: + - type: Transform + pos: 28.5,-29.5 + parent: 2 + - uid: 31487 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 2 + - uid: 31488 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 2 + - uid: 31489 + components: + - type: Transform + pos: 44.5,-27.5 + parent: 2 + - uid: 31490 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 2 + - uid: 31491 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 31492 + components: + - type: Transform + pos: 44.5,-29.5 + parent: 2 + - uid: 31493 + components: + - type: Transform + pos: 45.5,-29.5 + parent: 2 + - uid: 31494 + components: + - type: Transform + pos: 46.5,-29.5 + parent: 2 + - uid: 31495 + components: + - type: Transform + pos: 47.5,-29.5 + parent: 2 + - uid: 31496 + components: + - type: Transform + pos: 48.5,-29.5 + parent: 2 - uid: 31501 components: - type: Transform pos: 27.5,45.5 parent: 2 + - uid: 31503 + components: + - type: Transform + pos: 49.5,-29.5 + parent: 2 + - uid: 31506 + components: + - type: Transform + pos: 50.5,-29.5 + parent: 2 + - uid: 31507 + components: + - type: Transform + pos: 51.5,-29.5 + parent: 2 + - uid: 31508 + components: + - type: Transform + pos: 52.5,-29.5 + parent: 2 + - uid: 31509 + components: + - type: Transform + pos: 53.5,-29.5 + parent: 2 + - uid: 31510 + components: + - type: Transform + pos: 54.5,-29.5 + parent: 2 + - uid: 31511 + components: + - type: Transform + pos: 55.5,-29.5 + parent: 2 + - uid: 31513 + components: + - type: Transform + pos: 55.5,-30.5 + parent: 2 + - uid: 31514 + components: + - type: Transform + pos: 55.5,-31.5 + parent: 2 + - uid: 31515 + components: + - type: Transform + pos: 55.5,-32.5 + parent: 2 + - uid: 31516 + components: + - type: Transform + pos: 55.5,-33.5 + parent: 2 + - uid: 31517 + components: + - type: Transform + pos: 55.5,-34.5 + parent: 2 + - uid: 31518 + components: + - type: Transform + pos: 55.5,-35.5 + parent: 2 + - uid: 31519 + components: + - type: Transform + pos: 55.5,-36.5 + parent: 2 + - uid: 31520 + components: + - type: Transform + pos: 54.5,-36.5 + parent: 2 + - uid: 31521 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 + - uid: 31522 + components: + - type: Transform + pos: 57.5,-30.5 + parent: 2 + - uid: 31523 + components: + - type: Transform + pos: 58.5,-30.5 + parent: 2 + - uid: 31524 + components: + - type: Transform + pos: 59.5,-30.5 + parent: 2 + - uid: 31525 + components: + - type: Transform + pos: 60.5,-30.5 + parent: 2 + - uid: 31526 + components: + - type: Transform + pos: 61.5,-30.5 + parent: 2 + - uid: 31527 + components: + - type: Transform + pos: 62.5,-30.5 + parent: 2 - uid: 31528 components: - type: Transform pos: -41.5,68.5 parent: 2 + - uid: 31529 + components: + - type: Transform + pos: 62.5,-29.5 + parent: 2 + - uid: 31530 + components: + - type: Transform + pos: 63.5,-29.5 + parent: 2 + - uid: 31531 + components: + - type: Transform + pos: 63.5,-28.5 + parent: 2 + - uid: 31532 + components: + - type: Transform + pos: 64.5,-28.5 + parent: 2 + - uid: 31533 + components: + - type: Transform + pos: 65.5,-28.5 + parent: 2 + - uid: 31534 + components: + - type: Transform + pos: 66.5,-28.5 + parent: 2 + - uid: 31535 + components: + - type: Transform + pos: 66.5,-27.5 + parent: 2 + - uid: 31536 + components: + - type: Transform + pos: 67.5,-27.5 + parent: 2 + - uid: 31537 + components: + - type: Transform + pos: 68.5,-27.5 + parent: 2 + - uid: 31538 + components: + - type: Transform + pos: 68.5,-26.5 + parent: 2 + - uid: 31539 + components: + - type: Transform + pos: 69.5,-26.5 + parent: 2 + - uid: 31540 + components: + - type: Transform + pos: 69.5,-25.5 + parent: 2 + - uid: 31541 + components: + - type: Transform + pos: 69.5,-24.5 + parent: 2 + - uid: 31542 + components: + - type: Transform + pos: 70.5,-24.5 + parent: 2 + - uid: 31543 + components: + - type: Transform + pos: 70.5,-23.5 + parent: 2 + - uid: 31544 + components: + - type: Transform + pos: 70.5,-22.5 + parent: 2 + - uid: 31545 + components: + - type: Transform + pos: 70.5,-21.5 + parent: 2 + - uid: 31546 + components: + - type: Transform + pos: 71.5,-21.5 + parent: 2 + - uid: 31547 + components: + - type: Transform + pos: 71.5,-20.5 + parent: 2 + - uid: 31548 + components: + - type: Transform + pos: 72.5,-20.5 + parent: 2 + - uid: 31560 + components: + - type: Transform + pos: 73.5,-20.5 + parent: 2 + - uid: 31562 + components: + - type: Transform + pos: 74.5,-20.5 + parent: 2 + - uid: 31563 + components: + - type: Transform + pos: 75.5,-20.5 + parent: 2 + - uid: 31580 + components: + - type: Transform + pos: 76.5,-20.5 + parent: 2 + - uid: 31581 + components: + - type: Transform + pos: 76.5,-19.5 + parent: 2 + - uid: 31582 + components: + - type: Transform + pos: 76.5,-18.5 + parent: 2 + - uid: 31583 + components: + - type: Transform + pos: 75.5,-18.5 + parent: 2 + - uid: 31593 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 31594 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 31595 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 31632 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 31640 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 - uid: 31658 components: - type: Transform @@ -75299,6 +77082,36 @@ entities: - type: Transform pos: -82.5,11.5 parent: 2 + - uid: 32021 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 32022 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 32119 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 32122 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 + - uid: 32123 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 + - uid: 32125 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 - uid: 32186 components: - type: Transform @@ -75369,6 +77182,41 @@ entities: - type: Transform pos: -100.5,48.5 parent: 2 + - uid: 32289 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 32290 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - uid: 32292 + components: + - type: Transform + pos: -59.5,-8.5 + parent: 2 + - uid: 32334 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - uid: 32446 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 32449 + components: + - type: Transform + pos: -59.5,-5.5 + parent: 2 + - uid: 32450 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 - uid: 32601 components: - type: Transform @@ -75519,6 +77367,96 @@ entities: - type: Transform pos: -63.5,32.5 parent: 2 + - uid: 32691 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 32707 + components: + - type: Transform + pos: -59.5,-2.5 + parent: 2 + - uid: 32708 + components: + - type: Transform + pos: -59.5,-1.5 + parent: 2 + - uid: 32709 + components: + - type: Transform + pos: -59.5,-0.5 + parent: 2 + - uid: 32710 + components: + - type: Transform + pos: -59.5,0.5 + parent: 2 + - uid: 32711 + components: + - type: Transform + pos: -59.5,1.5 + parent: 2 + - uid: 32716 + components: + - type: Transform + pos: -59.5,2.5 + parent: 2 + - uid: 32717 + components: + - type: Transform + pos: -58.5,2.5 + parent: 2 + - uid: 33363 + components: + - type: Transform + pos: -57.5,2.5 + parent: 2 + - uid: 33647 + components: + - type: Transform + pos: -56.5,2.5 + parent: 2 + - uid: 33648 + components: + - type: Transform + pos: -55.5,2.5 + parent: 2 + - uid: 33652 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 33678 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 + - uid: 33680 + components: + - type: Transform + pos: -52.5,2.5 + parent: 2 + - uid: 33681 + components: + - type: Transform + pos: -51.5,2.5 + parent: 2 + - uid: 33682 + components: + - type: Transform + pos: -50.5,2.5 + parent: 2 + - uid: 33683 + components: + - type: Transform + pos: -49.5,2.5 + parent: 2 + - uid: 33685 + components: + - type: Transform + pos: -49.5,1.5 + parent: 2 - uid: 33691 components: - type: Transform @@ -75534,11 +77472,41 @@ entities: - type: Transform pos: -63.5,34.5 parent: 2 + - uid: 33884 + components: + - type: Transform + pos: -48.5,1.5 + parent: 2 - uid: 34274 components: - type: Transform pos: -20.5,-25.5 parent: 2 + - uid: 34292 + components: + - type: Transform + pos: -72.5,3.5 + parent: 2 + - uid: 34312 + components: + - type: Transform + pos: -72.5,4.5 + parent: 2 + - uid: 34382 + components: + - type: Transform + pos: -65.5,-22.5 + parent: 2 + - uid: 34383 + components: + - type: Transform + pos: -43.5,37.5 + parent: 2 + - uid: 34384 + components: + - type: Transform + pos: -43.5,36.5 + parent: 2 - uid: 34417 components: - type: Transform @@ -75549,6 +77517,51 @@ entities: - type: Transform pos: 27.5,40.5 parent: 2 + - uid: 34420 + components: + - type: Transform + pos: -43.5,35.5 + parent: 2 + - uid: 34421 + components: + - type: Transform + pos: -43.5,34.5 + parent: 2 + - uid: 34423 + components: + - type: Transform + pos: -43.5,33.5 + parent: 2 + - uid: 34424 + components: + - type: Transform + pos: -43.5,32.5 + parent: 2 + - uid: 34573 + components: + - type: Transform + pos: -43.5,31.5 + parent: 2 + - uid: 34574 + components: + - type: Transform + pos: -43.5,30.5 + parent: 2 + - uid: 34575 + components: + - type: Transform + pos: -44.5,30.5 + parent: 2 + - uid: 34576 + components: + - type: Transform + pos: -45.5,30.5 + parent: 2 + - uid: 34577 + components: + - type: Transform + pos: -46.5,30.5 + parent: 2 - uid: 34595 components: - type: Transform @@ -75569,6 +77582,11 @@ entities: - type: Transform pos: 1.5,53.5 parent: 2 + - uid: 34614 + components: + - type: Transform + pos: -47.5,30.5 + parent: 2 - uid: 34617 components: - type: Transform @@ -75594,15 +77612,130 @@ entities: - type: Transform pos: 1.5,49.5 parent: 2 - - uid: 34701 + - uid: 34642 components: - type: Transform - pos: 24.5,6.5 + pos: -48.5,30.5 parent: 2 - - uid: 34702 + - uid: 34643 components: - type: Transform - pos: 25.5,6.5 + pos: -49.5,30.5 + parent: 2 + - uid: 34644 + components: + - type: Transform + pos: -50.5,30.5 + parent: 2 + - uid: 34645 + components: + - type: Transform + pos: -51.5,30.5 + parent: 2 + - uid: 34646 + components: + - type: Transform + pos: -52.5,30.5 + parent: 2 + - uid: 34647 + components: + - type: Transform + pos: -53.5,30.5 + parent: 2 + - uid: 34648 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 + - uid: 34649 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 34650 + components: + - type: Transform + pos: 39.5,29.5 + parent: 2 + - uid: 34651 + components: + - type: Transform + pos: 39.5,28.5 + parent: 2 + - uid: 34652 + components: + - type: Transform + pos: 40.5,28.5 + parent: 2 + - uid: 34668 + components: + - type: Transform + pos: 41.5,28.5 + parent: 2 + - uid: 34687 + components: + - type: Transform + pos: 42.5,28.5 + parent: 2 + - uid: 34688 + components: + - type: Transform + pos: 43.5,28.5 + parent: 2 + - uid: 34689 + components: + - type: Transform + pos: 44.5,28.5 + parent: 2 + - uid: 34690 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 34691 + components: + - type: Transform + pos: 46.5,28.5 + parent: 2 + - uid: 34692 + components: + - type: Transform + pos: 47.5,28.5 + parent: 2 + - uid: 34693 + components: + - type: Transform + pos: 48.5,28.5 + parent: 2 + - uid: 34694 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 + - uid: 34695 + components: + - type: Transform + pos: 48.5,26.5 + parent: 2 + - uid: 34696 + components: + - type: Transform + pos: 48.5,25.5 + parent: 2 + - uid: 34697 + components: + - type: Transform + pos: 49.5,25.5 + parent: 2 + - uid: 34698 + components: + - type: Transform + pos: 50.5,25.5 + parent: 2 + - uid: 34701 + components: + - type: Transform + pos: 24.5,6.5 parent: 2 - uid: 34703 components: @@ -75634,11 +77767,46 @@ entities: - type: Transform pos: 26.5,10.5 parent: 2 + - uid: 34713 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - uid: 34714 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - uid: 34715 + components: + - type: Transform + pos: 37.5,18.5 + parent: 2 + - uid: 34716 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - uid: 34717 + components: + - type: Transform + pos: 37.5,20.5 + parent: 2 - uid: 34718 components: - type: Transform pos: 27.5,10.5 parent: 2 + - uid: 34719 + components: + - type: Transform + pos: 37.5,21.5 + parent: 2 + - uid: 34720 + components: + - type: Transform + pos: 38.5,21.5 + parent: 2 - uid: 34721 components: - type: Transform @@ -75654,6 +77822,11 @@ entities: - type: Transform pos: 30.5,10.5 parent: 2 + - uid: 34724 + components: + - type: Transform + pos: 39.5,21.5 + parent: 2 - uid: 34725 components: - type: Transform @@ -75669,10 +77842,115 @@ entities: - type: Transform pos: 33.5,10.5 parent: 2 - - uid: 34729 + - uid: 34728 components: - type: Transform - pos: 34.5,10.5 + pos: 40.5,21.5 + parent: 2 + - uid: 34731 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 2 + - uid: 34732 + components: + - type: Transform + pos: -29.5,-10.5 + parent: 2 + - uid: 34733 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 34734 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 34735 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 34736 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 34737 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 34738 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - uid: 34739 + components: + - type: Transform + pos: 35.5,10.5 + parent: 2 + - uid: 34740 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 34742 + components: + - type: Transform + pos: 20.5,48.5 + parent: 2 + - uid: 34743 + components: + - type: Transform + pos: -43.5,23.5 + parent: 2 + - uid: 34744 + components: + - type: Transform + pos: -44.5,23.5 + parent: 2 + - uid: 34745 + components: + - type: Transform + pos: -44.5,24.5 + parent: 2 + - uid: 34746 + components: + - type: Transform + pos: -44.5,25.5 + parent: 2 + - uid: 34747 + components: + - type: Transform + pos: -44.5,26.5 + parent: 2 + - uid: 34748 + components: + - type: Transform + pos: -43.5,26.5 + parent: 2 + - uid: 34749 + components: + - type: Transform + pos: -42.5,26.5 + parent: 2 + - uid: 34750 + components: + - type: Transform + pos: -41.5,26.5 + parent: 2 + - uid: 34751 + components: + - type: Transform + pos: -40.5,26.5 + parent: 2 + - uid: 34752 + components: + - type: Transform + pos: -39.5,26.5 parent: 2 - uid: 34870 components: @@ -75714,11 +77992,6 @@ entities: - type: Transform pos: -2.5,44.5 parent: 2 - - uid: 34914 - components: - - type: Transform - pos: 2.5,43.5 - parent: 2 - uid: 34925 components: - type: Transform @@ -75739,136 +78012,6 @@ entities: - type: Transform pos: 27.5,41.5 parent: 2 - - uid: 34930 - components: - - type: Transform - pos: 28.5,45.5 - parent: 2 - - uid: 34931 - components: - - type: Transform - pos: 29.5,45.5 - parent: 2 - - uid: 34932 - components: - - type: Transform - pos: 30.5,45.5 - parent: 2 - - uid: 34933 - components: - - type: Transform - pos: 31.5,45.5 - parent: 2 - - uid: 34934 - components: - - type: Transform - pos: 31.5,43.5 - parent: 2 - - uid: 34935 - components: - - type: Transform - pos: 31.5,44.5 - parent: 2 - - uid: 34936 - components: - - type: Transform - pos: 32.5,43.5 - parent: 2 - - uid: 34937 - components: - - type: Transform - pos: 33.5,43.5 - parent: 2 - - uid: 34938 - components: - - type: Transform - pos: 34.5,43.5 - parent: 2 - - uid: 34939 - components: - - type: Transform - pos: 34.5,37.5 - parent: 2 - - uid: 34940 - components: - - type: Transform - pos: 34.5,38.5 - parent: 2 - - uid: 34941 - components: - - type: Transform - pos: 34.5,39.5 - parent: 2 - - uid: 35015 - components: - - type: Transform - pos: 34.5,40.5 - parent: 2 - - uid: 35016 - components: - - type: Transform - pos: 34.5,41.5 - parent: 2 - - uid: 35020 - components: - - type: Transform - pos: 34.5,42.5 - parent: 2 - - uid: 36098 - components: - - type: Transform - pos: 5.5,33.5 - parent: 2 - - uid: 36099 - components: - - type: Transform - pos: 4.5,33.5 - parent: 2 - - uid: 36100 - components: - - type: Transform - pos: 3.5,33.5 - parent: 2 - - uid: 36102 - components: - - type: Transform - pos: 2.5,33.5 - parent: 2 - - uid: 36103 - components: - - type: Transform - pos: 1.5,33.5 - parent: 2 - - uid: 36104 - components: - - type: Transform - pos: 1.5,33.5 - parent: 2 - - uid: 36117 - components: - - type: Transform - pos: 1.5,34.5 - parent: 2 - - uid: 36118 - components: - - type: Transform - pos: 1.5,35.5 - parent: 2 - - uid: 36120 - components: - - type: Transform - pos: 1.5,36.5 - parent: 2 - - uid: 36121 - components: - - type: Transform - pos: 1.5,37.5 - parent: 2 - - uid: 36122 - components: - - type: Transform - pos: 1.5,38.5 - parent: 2 - uid: 36123 components: - type: Transform @@ -79708,11 +81851,6 @@ entities: - type: Transform pos: -55.5,-31.5 parent: 2 - - uid: 1548 - components: - - type: Transform - pos: -55.5,-32.5 - parent: 2 - uid: 1557 components: - type: Transform @@ -79797,18 +81935,6 @@ entities: - type: Transform pos: -46.5,59.5 parent: 2 - - uid: 2604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,33.5 - parent: 2 - - uid: 2605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,33.5 - parent: 2 - uid: 2711 components: - type: Transform @@ -82051,53 +84177,17 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,-33.5 parent: 2 - - uid: 11633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-33.5 - parent: 2 - uid: 11634 components: - type: Transform rot: -1.5707963267948966 rad pos: -56.5,-35.5 parent: 2 - - uid: 11635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-35.5 - parent: 2 - - uid: 11636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-34.5 - parent: 2 - uid: 11638 components: - type: Transform pos: -46.5,61.5 parent: 2 - - uid: 11649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-35.5 - parent: 2 - - uid: 11650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-35.5 - parent: 2 - - uid: 11651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-35.5 - parent: 2 - uid: 11652 components: - type: Transform @@ -82654,12 +84744,6 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,-28.5 parent: 2 - - uid: 12297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-28.5 - parent: 2 - uid: 12299 components: - type: Transform @@ -83999,36 +86083,12 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,44.5 parent: 2 - - uid: 14289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,44.5 - parent: 2 - - uid: 14290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,44.5 - parent: 2 - uid: 14291 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,44.5 parent: 2 - - uid: 14566 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,33.5 - parent: 2 - - uid: 14567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,33.5 - parent: 2 - uid: 14568 components: - type: Transform @@ -84137,54 +86197,6 @@ entities: rot: 3.141592653589793 rad pos: 25.5,33.5 parent: 2 - - uid: 14586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,33.5 - parent: 2 - - uid: 14587 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,33.5 - parent: 2 - - uid: 14588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,33.5 - parent: 2 - - uid: 14589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,33.5 - parent: 2 - - uid: 14590 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,33.5 - parent: 2 - - uid: 14591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,33.5 - parent: 2 - - uid: 14592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,33.5 - parent: 2 - - uid: 14593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,33.5 - parent: 2 - uid: 14594 components: - type: Transform @@ -84209,72 +86221,6 @@ entities: rot: 3.141592653589793 rad pos: 34.5,36.5 parent: 2 - - uid: 14598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,37.5 - parent: 2 - - uid: 14599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,38.5 - parent: 2 - - uid: 14600 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,39.5 - parent: 2 - - uid: 14601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,40.5 - parent: 2 - - uid: 14602 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,41.5 - parent: 2 - - uid: 14603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,42.5 - parent: 2 - - uid: 14604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,43.5 - parent: 2 - - uid: 14605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,43.5 - parent: 2 - - uid: 14606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,43.5 - parent: 2 - - uid: 14607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,43.5 - parent: 2 - - uid: 14608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,44.5 - parent: 2 - uid: 14609 components: - type: Transform @@ -84614,6 +86560,11 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,58.5 parent: 2 + - uid: 18327 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 - uid: 18346 components: - type: Transform @@ -85067,6 +87018,11 @@ entities: - type: Transform pos: -44.5,56.5 parent: 2 + - uid: 20223 + components: + - type: Transform + pos: 36.5,10.5 + parent: 2 - uid: 20839 components: - type: Transform @@ -85349,18 +87305,6 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,11.5 parent: 2 - - uid: 20900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,10.5 - parent: 2 - - uid: 20901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,10.5 - parent: 2 - uid: 20902 components: - type: Transform @@ -85778,6 +87722,36 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,23.5 parent: 2 + - uid: 21839 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 21840 + components: + - type: Transform + pos: -55.5,-35.5 + parent: 2 + - uid: 21841 + components: + - type: Transform + pos: -55.5,-34.5 + parent: 2 + - uid: 21952 + components: + - type: Transform + pos: -55.5,-33.5 + parent: 2 + - uid: 21954 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 21968 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 - uid: 22286 components: - type: Transform @@ -85819,12 +87793,27 @@ entities: - type: Transform pos: -64.5,-21.5 parent: 2 + - uid: 23265 + components: + - type: Transform + pos: 5.5,44.5 + parent: 2 - uid: 23588 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,34.5 parent: 2 + - uid: 23794 + components: + - type: Transform + pos: 4.5,44.5 + parent: 2 + - uid: 26407 + components: + - type: Transform + pos: 4.5,33.5 + parent: 2 - uid: 27335 components: - type: Transform @@ -85843,6 +87832,81 @@ entities: rot: -1.5707963267948966 rad pos: -68.5,29.5 parent: 2 + - uid: 28806 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 2 + - uid: 28811 + components: + - type: Transform + pos: -53.5,-35.5 + parent: 2 + - uid: 29718 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 29871 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 29894 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 29897 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 29898 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 29899 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 29949 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 29953 + components: + - type: Transform + pos: 7.5,33.5 + parent: 2 + - uid: 30716 + components: + - type: Transform + pos: 34.5,38.5 + parent: 2 + - uid: 30718 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 30729 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 30735 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - uid: 30736 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 - uid: 30760 components: - type: Transform @@ -86011,6 +88075,51 @@ entities: rot: 3.141592653589793 rad pos: -35.5,53.5 parent: 2 + - uid: 31069 + components: + - type: Transform + pos: 26.5,33.5 + parent: 2 + - uid: 31078 + components: + - type: Transform + pos: 27.5,33.5 + parent: 2 + - uid: 31080 + components: + - type: Transform + pos: 28.5,33.5 + parent: 2 + - uid: 31081 + components: + - type: Transform + pos: 29.5,33.5 + parent: 2 + - uid: 31082 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 31084 + components: + - type: Transform + pos: 31.5,33.5 + parent: 2 + - uid: 31087 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 31088 + components: + - type: Transform + pos: 33.5,33.5 + parent: 2 + - uid: 31411 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 - uid: 32073 components: - type: Transform @@ -86078,6 +88187,11 @@ entities: - type: Transform pos: -93.5,54.5 parent: 2 + - uid: 34380 + components: + - type: Transform + pos: -64.5,-23.5 + parent: 2 - uid: 35524 components: - type: Transform @@ -86348,11 +88462,6 @@ entities: - type: Transform pos: -65.5,-23.5 parent: 2 - - uid: 35578 - components: - - type: Transform - pos: -64.5,-23.5 - parent: 2 - uid: 35580 components: - type: Transform @@ -109349,7 +111458,7 @@ entities: pos: -34.5,7.5 parent: 2 - type: Door - secondsUntilStateChange: -51131.316 + secondsUntilStateChange: -66282.734 state: Closing - uid: 23234 components: @@ -109507,7 +111616,7 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -115344.1 + secondsUntilStateChange: -130495.52 - uid: 25327 components: - type: Transform @@ -112648,6 +114757,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 11022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 16595 components: - type: Transform @@ -112679,6 +114796,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 20400 + components: + - type: Transform + pos: -72.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 23908 components: - type: Transform @@ -114283,6 +116407,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 30768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 31753 components: - type: Transform @@ -118643,14 +120775,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 24225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 24226 components: - type: Transform @@ -130460,14 +132584,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 26407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 26408 components: - type: Transform @@ -141122,6 +143238,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 33886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 33887 components: - type: Transform @@ -141129,6 +143253,95 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 33888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 33967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33970 + components: + - type: Transform + pos: -64.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 33993 + components: + - type: Transform + pos: -64.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34013 + components: + - type: Transform + pos: -64.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34014 + components: + - type: Transform + pos: -64.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34032 + components: + - type: Transform + pos: -64.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34188 + components: + - type: Transform + pos: -64.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 34189 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 34674 components: - type: Transform @@ -142056,6 +144269,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 20405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 20944 components: - type: Transform @@ -144207,6 +146428,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 30759 + components: + - type: Transform + pos: -64.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 31040 components: - type: Transform @@ -144825,6 +147053,16 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8821 components: - type: Transform @@ -147265,6 +149503,16 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 8764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8823 components: - type: Transform @@ -149385,8 +151633,6 @@ entities: rot: 3.141592653589793 rad pos: 27.5,0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#FF1212FF' - uid: 28500 @@ -157148,7 +159394,7 @@ entities: pos: 12.5,14.5 parent: 2 - type: Door - secondsUntilStateChange: -82318.086 + secondsUntilStateChange: -97469.51 - uid: 1457 components: - type: Transform @@ -157427,7 +159673,7 @@ entities: pos: -13.5,4.5 parent: 2 - type: Door - secondsUntilStateChange: -124388.25 + secondsUntilStateChange: -139539.66 - uid: 8381 components: - type: Transform @@ -157533,11 +159779,6 @@ entities: - type: Transform pos: -8.5,-3.5 parent: 2 - - uid: 15531 - components: - - type: Transform - pos: -70.5,1.5 - parent: 2 - uid: 15720 components: - type: Transform @@ -165577,6 +167818,12 @@ entities: rot: 3.141592653589793 rad pos: 28.5,48.5 parent: 2 + - uid: 14567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,3.5 + parent: 2 - uid: 14933 components: - type: Transform @@ -166865,12 +169112,6 @@ entities: - type: Transform pos: -107.5,9.5 parent: 2 - - uid: 22516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -110.5,7.5 - parent: 2 - uid: 22517 components: - type: Transform @@ -167316,12 +169557,6 @@ entities: rot: -1.5707963267948966 rad pos: 53.5,6.5 parent: 2 - - uid: 23184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-26.5 - parent: 2 - uid: 23192 components: - type: Transform @@ -167549,11 +169784,11 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,4.5 parent: 2 - - uid: 34981 + - uid: 34758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,3.5 + rot: 1.5707963267948966 rad + pos: -44.5,59.5 parent: 2 - uid: 36458 components: @@ -167925,6 +170160,11 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,28.5 parent: 2 + - uid: 20834 + components: + - type: Transform + pos: 5.5,45.5 + parent: 2 - uid: 22294 components: - type: Transform @@ -168193,6 +170433,12 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,22.5 parent: 2 + - uid: 22516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -110.5,7.5 + parent: 2 - uid: 22524 components: - type: Transform @@ -185045,6 +187291,24 @@ entities: parent: 2 - proto: SpawnPointMusician entities: + - uid: 34244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,2.5 + parent: 2 + - uid: 34279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,0.5 + parent: 2 + - uid: 34280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,-0.5 + parent: 2 - uid: 36403 components: - type: Transform @@ -185926,6 +188190,15 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 +- proto: StrangePill + entities: + - uid: 6861 + components: + - type: MetaData + name: floor pill + - type: Transform + pos: 22.100813,-21.931332 + parent: 2 - proto: Stunbaton entities: - uid: 14136 @@ -185996,6 +188269,13 @@ entities: - type: Transform pos: 32.5,51.5 parent: 2 + - uid: 14362 + components: + - type: MetaData + name: Labyrinth substation + - type: Transform + pos: 51.5,44.5 + parent: 2 - uid: 16005 components: - type: MetaData @@ -203835,11 +206115,6 @@ entities: - type: Transform pos: -34.5,46.5 parent: 2 - - uid: 10341 - components: - - type: Transform - pos: -34.5,51.5 - parent: 2 - uid: 10345 components: - type: Transform @@ -204575,6 +206850,16 @@ entities: - type: Transform pos: -15.5,32.5 parent: 2 + - uid: 14370 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: 38.5,15.5 + parent: 2 - uid: 14972 components: - type: Transform @@ -205651,11 +207936,6 @@ entities: - type: Transform pos: 90.5,50.5 parent: 2 - - uid: 17807 - components: - - type: Transform - pos: -34.5,48.5 - parent: 2 - uid: 17818 components: - type: Transform @@ -205921,11 +208201,6 @@ entities: - type: Transform pos: -45.5,71.5 parent: 2 - - uid: 18232 - components: - - type: Transform - pos: -34.5,50.5 - parent: 2 - uid: 18255 components: - type: Transform @@ -207166,6 +209441,26 @@ entities: - type: Transform pos: -41.5,57.5 parent: 2 + - uid: 20268 + components: + - type: Transform + pos: -34.5,48.5 + parent: 2 + - uid: 20277 + components: + - type: Transform + pos: -34.5,49.5 + parent: 2 + - uid: 20278 + components: + - type: Transform + pos: -34.5,50.5 + parent: 2 + - uid: 20298 + components: + - type: Transform + pos: -34.5,51.5 + parent: 2 - uid: 20838 components: - type: Transform @@ -207226,11 +209521,6 @@ entities: - type: Transform pos: -29.5,-6.5 parent: 2 - - uid: 20951 - components: - - type: Transform - pos: -39.5,32.5 - parent: 2 - uid: 21045 components: - type: Transform @@ -207396,11 +209686,6 @@ entities: - type: Transform pos: -61.5,62.5 parent: 2 - - uid: 23265 - components: - - type: Transform - pos: -34.5,49.5 - parent: 2 - uid: 23496 components: - type: Transform @@ -208245,11 +210530,6 @@ entities: - type: Transform pos: 38.5,16.5 parent: 2 - - uid: 29618 - components: - - type: Transform - pos: 38.5,15.5 - parent: 2 - uid: 29619 components: - type: Transform @@ -208680,11 +210960,6 @@ entities: - type: Transform pos: -65.5,-22.5 parent: 2 - - uid: 29953 - components: - - type: Transform - pos: -64.5,-22.5 - parent: 2 - uid: 29984 components: - type: Transform @@ -210285,11 +212560,6 @@ entities: - type: Transform pos: -18.5,4.5 parent: 2 - - uid: 288 - components: - - type: Transform - pos: -30.5,-3.5 - parent: 2 - uid: 289 components: - type: Transform @@ -211510,16 +213780,6 @@ entities: - type: Transform pos: 14.5,-11.5 parent: 2 - - uid: 1011 - components: - - type: Transform - pos: 22.5,4.5 - parent: 2 - - uid: 1014 - components: - - type: Transform - pos: 23.5,4.5 - parent: 2 - uid: 1016 components: - type: Transform @@ -211645,11 +213905,6 @@ entities: - type: Transform pos: 37.5,-3.5 parent: 2 - - uid: 1065 - components: - - type: Transform - pos: 24.5,4.5 - parent: 2 - uid: 1067 components: - type: Transform @@ -212305,11 +214560,6 @@ entities: - type: Transform pos: -35.5,-34.5 parent: 2 - - uid: 2337 - components: - - type: Transform - pos: -52.5,-34.5 - parent: 2 - uid: 2344 components: - type: Transform @@ -212605,11 +214855,6 @@ entities: - type: Transform pos: -5.5,-30.5 parent: 2 - - uid: 2534 - components: - - type: Transform - pos: 3.5,-28.5 - parent: 2 - uid: 2581 components: - type: Transform @@ -214765,11 +217010,6 @@ entities: - type: Transform pos: -43.5,-26.5 parent: 2 - - uid: 7139 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 2 - uid: 7140 components: - type: Transform @@ -214890,11 +217130,6 @@ entities: - type: Transform pos: -60.5,-19.5 parent: 2 - - uid: 7216 - components: - - type: Transform - pos: -42.5,-27.5 - parent: 2 - uid: 7217 components: - type: Transform @@ -216010,6 +218245,11 @@ entities: - type: Transform pos: -96.5,3.5 parent: 2 + - uid: 11635 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 - uid: 11873 components: - type: Transform @@ -216025,6 +218265,16 @@ entities: - type: Transform pos: 73.5,-10.5 parent: 2 + - uid: 12130 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 - uid: 12147 components: - type: Transform @@ -216080,11 +218330,6 @@ entities: - type: Transform pos: -86.5,11.5 parent: 2 - - uid: 13050 - components: - - type: Transform - pos: -74.5,5.5 - parent: 2 - uid: 13053 components: - type: Transform @@ -216365,6 +218610,11 @@ entities: - type: Transform pos: -94.5,5.5 parent: 2 + - uid: 14384 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 - uid: 14451 components: - type: Transform @@ -216380,6 +218630,11 @@ entities: - type: Transform pos: -86.5,-1.5 parent: 2 + - uid: 14787 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 2 - uid: 15128 components: - type: Transform @@ -216615,16 +218870,6 @@ entities: - type: Transform pos: -89.5,6.5 parent: 2 - - uid: 18046 - components: - - type: Transform - pos: -35.5,-26.5 - parent: 2 - - uid: 18047 - components: - - type: Transform - pos: -39.5,-31.5 - parent: 2 - uid: 18080 components: - type: Transform @@ -216650,11 +218895,6 @@ entities: - type: Transform pos: -89.5,2.5 parent: 2 - - uid: 18119 - components: - - type: Transform - pos: -36.5,-26.5 - parent: 2 - uid: 18140 components: - type: Transform @@ -216785,6 +219025,21 @@ entities: - type: Transform pos: -93.5,1.5 parent: 2 + - uid: 21575 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 21838 + components: + - type: Transform + pos: -74.5,5.5 + parent: 2 + - uid: 21953 + components: + - type: Transform + pos: -52.5,-34.5 + parent: 2 - uid: 22492 components: - type: Transform @@ -217075,6 +219330,26 @@ entities: - type: Transform pos: -40.5,-12.5 parent: 2 + - uid: 30798 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 30799 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 30808 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 30822 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 - uid: 31007 components: - type: Transform @@ -218368,6 +220643,16 @@ entities: rot: 3.141592653589793 rad pos: -49.5,24.5 parent: 2 + - uid: 14299 + components: + - type: Transform + pos: 51.5,44.5 + parent: 2 + - uid: 14361 + components: + - type: Transform + pos: 52.5,44.5 + parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: - uid: 1925 From bc2f079029cb2ec20a8bf5f532bf73b4c8cddf53 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 28 Jan 2024 00:51:54 +0100 Subject: [PATCH 070/391] Make some damage sources not cancel do afters (#24635) - poison chemicals (HealthChange effect) - being on fire - guardians transferring damage to owner (cherry picked from commit 3e3cb10a96993b711ea8aeb696f157f40c728e49) --- Content.Server/Atmos/EntitySystems/FlammableSystem.cs | 2 +- Content.Server/Chemistry/ReagentEffects/HealthChange.cs | 6 +++++- Content.Server/Guardian/GuardianSystem.cs | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs index c9ecc9c523..cb1cb9bc15 100644 --- a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs +++ b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs @@ -402,7 +402,7 @@ public override void Update(float frameTime) if (TryComp(uid, out TemperatureComponent? temp)) _temperatureSystem.ChangeHeat(uid, 12500 * damageScale, false, temp); - _damageableSystem.TryChangeDamage(uid, flammable.Damage * damageScale); + _damageableSystem.TryChangeDamage(uid, flammable.Damage * damageScale, interruptsDoAfters: false); AdjustFireStacks(uid, flammable.FirestackFade * (flammable.Resisting ? 10f : 1f), flammable); } diff --git a/Content.Server/Chemistry/ReagentEffects/HealthChange.cs b/Content.Server/Chemistry/ReagentEffects/HealthChange.cs index a0c976bdc9..2a6181c7f3 100644 --- a/Content.Server/Chemistry/ReagentEffects/HealthChange.cs +++ b/Content.Server/Chemistry/ReagentEffects/HealthChange.cs @@ -115,7 +115,11 @@ public override void Effect(ReagentEffectArgs args) var scale = ScaleByQuantity ? args.Quantity : FixedPoint2.New(1); scale *= args.Scale; - args.EntityManager.System().TryChangeDamage(args.SolutionEntity, Damage * scale, IgnoreResistances); + args.EntityManager.System().TryChangeDamage( + args.SolutionEntity, + Damage * scale, + IgnoreResistances, + interruptsDoAfters: false); } } } diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 02099b2c7b..627c336a36 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -262,7 +262,11 @@ private void OnGuardianDamaged(EntityUid uid, GuardianComponent component, Damag if (args.DamageDelta == null || component.Host == null || component.DamageShare > 0) return; - _damageSystem.TryChangeDamage(component.Host, args.DamageDelta * component.DamageShare, origin: args.Origin); + _damageSystem.TryChangeDamage( + component.Host, + args.DamageDelta * component.DamageShare, + origin: args.Origin, + interruptsDoAfters: false); _popupSystem.PopupEntity(Loc.GetString("guardian-entity-taking-damage"), component.Host.Value, component.Host.Value); } From c2d69f2dd49fdd74c579fe86dba786658e8d889a Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 28 Jan 2024 01:28:02 +0100 Subject: [PATCH 071/391] Security barriers take 5 seconds to (un)lock (#24637) People are using these as unhackable and hard-to-tailgate airlocks into sec. They should not be trivial for security officers to move through. Made LockComponent have configurable lock times to implement this. (cherry picked from commit 8ca7cb59a3b83e86c9b27a9549bf85a9f914b6fe) --- Content.Shared/Lock/LockComponent.cs | 49 +++++++++++++++++ Content.Shared/Lock/LockSystem.cs | 55 ++++++++++++++++++- .../Objects/Specific/Security/barrier.yml | 2 + 3 files changed, 104 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Lock/LockComponent.cs b/Content.Shared/Lock/LockComponent.cs index 174818c4e8..b3c4659749 100644 --- a/Content.Shared/Lock/LockComponent.cs +++ b/Content.Shared/Lock/LockComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.DoAfter; using Robust.Shared.Audio; using Robust.Shared.GameStates; using Robust.Shared.Serialization; @@ -50,6 +51,26 @@ public sealed partial class LockComponent : Component [DataField("breakOnEmag")] [AutoNetworkedField] public bool BreakOnEmag = true; + + /// + /// Amount of do-after time needed to lock the entity. + /// + /// + /// If set to zero, no do-after will be used. + /// + [DataField] + [AutoNetworkedField] + public TimeSpan LockTime; + + /// + /// Amount of do-after time needed to unlock the entity. + /// + /// + /// If set to zero, no do-after will be used. + /// + [DataField] + [AutoNetworkedField] + public TimeSpan UnlockTime; } /// @@ -64,3 +85,31 @@ public record struct LockToggleAttemptEvent(EntityUid User, bool Silent = false, /// [ByRefEvent] public readonly record struct LockToggledEvent(bool Locked); + +/// +/// Used to lock a lockable entity that has a lock time configured. +/// +/// +/// +[Serializable, NetSerializable] +public sealed partial class LockDoAfter : DoAfterEvent +{ + public override DoAfterEvent Clone() + { + return this; + } +} + +/// +/// Used to unlock a lockable entity that has an unlock time configured. +/// +/// +/// +[Serializable, NetSerializable] +public sealed partial class UnlockDoAfter : DoAfterEvent +{ + public override DoAfterEvent Clone() + { + return this; + } +} diff --git a/Content.Shared/Lock/LockSystem.cs b/Content.Shared/Lock/LockSystem.cs index 7babc6a9c0..e5f53b4080 100644 --- a/Content.Shared/Lock/LockSystem.cs +++ b/Content.Shared/Lock/LockSystem.cs @@ -1,5 +1,6 @@ using Content.Shared.Access.Components; using Content.Shared.Access.Systems; +using Content.Shared.DoAfter; using Content.Shared.Emag.Systems; using Content.Shared.Examine; using Content.Shared.Hands.Components; @@ -26,6 +27,7 @@ public sealed class LockSystem : EntitySystem [Dependency] private readonly SharedAppearanceSystem _appearanceSystem = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedPopupSystem _sharedPopupSystem = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; /// public override void Initialize() @@ -38,6 +40,8 @@ public override void Initialize() SubscribeLocalEvent(OnExamined); SubscribeLocalEvent>(AddToggleLockVerb); SubscribeLocalEvent(OnEmagged); + SubscribeLocalEvent(OnDoAfterLock); + SubscribeLocalEvent(OnDoAfterUnlock); } private void OnStartup(EntityUid uid, LockComponent lockComp, ComponentStartup args) @@ -86,11 +90,15 @@ private void OnExamined(EntityUid uid, LockComponent lockComp, ExaminedEvent arg /// /// Attmempts to lock a given entity /// + /// + /// If the lock is set to require a do-after, a true return value only indicates that the do-after started. + /// /// The entity with the lock /// The person trying to lock it /// + /// If true, skip the required do-after if one is configured. /// If locking was successful - public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = null) + public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = null, bool skipDoAfter = false) { if (!Resolve(uid, ref lockComp)) return false; @@ -101,6 +109,16 @@ public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = nul if (!HasUserAccess(uid, user, quiet: false)) return false; + if (!skipDoAfter && lockComp.LockTime != TimeSpan.Zero) + { + return _doAfter.TryStartDoAfter( + new DoAfterArgs(EntityManager, user, lockComp.LockTime, new LockDoAfter(), uid, uid) + { + BreakOnDamage = true, BreakOnTargetMove = true, BreakOnUserMove = true, RequireCanInteract = true, + NeedHand = true + }); + } + _sharedPopupSystem.PopupClient(Loc.GetString("lock-comp-do-lock-success", ("entityName", Identity.Name(uid, EntityManager))), uid, user); _audio.PlayPredicted(lockComp.LockSound, uid, user); @@ -117,6 +135,9 @@ public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = nul /// /// Forces a given entity to be unlocked /// + /// + /// This does not process do-after times. + /// /// The entity with the lock /// The person unlocking it. Can be null /// @@ -145,11 +166,15 @@ public void Unlock(EntityUid uid, EntityUid? user, LockComponent? lockComp = nul /// /// Attmempts to unlock a given entity /// + /// + /// If the lock is set to require a do-after, a true return value only indicates that the do-after started. + /// /// The entity with the lock /// The person trying to unlock it /// + /// If true, skip the required do-after if one is configured. /// If locking was successful - public bool TryUnlock(EntityUid uid, EntityUid user, LockComponent? lockComp = null) + public bool TryUnlock(EntityUid uid, EntityUid user, LockComponent? lockComp = null, bool skipDoAfter = false) { if (!Resolve(uid, ref lockComp)) return false; @@ -160,6 +185,16 @@ public bool TryUnlock(EntityUid uid, EntityUid user, LockComponent? lockComp = n if (!HasUserAccess(uid, user, quiet: false)) return false; + if (!skipDoAfter && lockComp.UnlockTime != TimeSpan.Zero) + { + return _doAfter.TryStartDoAfter( + new DoAfterArgs(EntityManager, user, lockComp.LockTime, new UnlockDoAfter(), uid, uid) + { + BreakOnDamage = true, BreakOnTargetMove = true, BreakOnUserMove = true, RequireCanInteract = true, + NeedHand = true + }); + } + Unlock(uid, user, lockComp); return true; } @@ -219,5 +254,21 @@ private void OnEmagged(EntityUid uid, LockComponent component, ref GotEmaggedEve RemComp(uid); //Literally destroys the lock as a tell it was emagged args.Handled = true; } + + private void OnDoAfterLock(EntityUid uid, LockComponent component, LockDoAfter args) + { + if (args.Cancelled) + return; + + TryLock(uid, args.User, skipDoAfter: true); + } + + private void OnDoAfterUnlock(EntityUid uid, LockComponent component, UnlockDoAfter args) + { + if (args.Cancelled) + return; + + TryUnlock(uid, args.User, skipDoAfter: true); + } } diff --git a/Resources/Prototypes/Entities/Objects/Specific/Security/barrier.yml b/Resources/Prototypes/Entities/Objects/Specific/Security/barrier.yml index 035185487d..3a31edf7f1 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Security/barrier.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Security/barrier.yml @@ -45,6 +45,8 @@ - type: Lock locked: false lockOnClick: true # toggle lock just by clicking on barrier + lockTime: 5 + unlockTime: 5 - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic From bb0572860e12555859d09dc99a814e4cfd0dba85 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Jan 2024 00:29:08 +0000 Subject: [PATCH 072/391] Automatic changelog update (cherry picked from commit 1e0310ff10c4867632b03725f8166639e579f878) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a7318796b8..60bf28aa95 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: notafet - changes: - - message: Pipes now leak their contents when destroyed. Make sure to drain pipes - before removing them. - type: Tweak - id: 5308 - time: '2023-12-11T07:51:45.0000000+00:00' - author: Ubaser changes: - message: Janitors can now buy their own bomb suit for cleaning chemical spills. @@ -3823,3 +3816,10 @@ id: 5808 time: '2024-01-27T23:14:09.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24633 +- author: PJB3005 + changes: + - message: Security barriers need 5 seconds to lock and unlock. + type: Tweak + id: 5809 + time: '2024-01-28T00:28:02.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24637 From 0f3590601442e1e689faaf768d0c3053b8caf81e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:10:39 +1100 Subject: [PATCH 073/391] Steal cleanup (#24428) - Fix datafield spelling - Fix some code oddities (cherry picked from commit b1f9e25c1364064b03bc37357d3453f01e28b8a4) --- .../Components/StealConditionComponent.cs | 2 +- .../Systems/StealConditionSystem.cs | 27 ++++++------------- Resources/Prototypes/Objectives/thief.yml | 16 +++++------ Resources/Prototypes/Objectives/traitor.yml | 2 +- 4 files changed, 18 insertions(+), 29 deletions(-) diff --git a/Content.Server/Objectives/Components/StealConditionComponent.cs b/Content.Server/Objectives/Components/StealConditionComponent.cs index 4da028de25..f8d68063f8 100644 --- a/Content.Server/Objectives/Components/StealConditionComponent.cs +++ b/Content.Server/Objectives/Components/StealConditionComponent.cs @@ -20,7 +20,7 @@ public sealed partial class StealConditionComponent : Component /// When enabled, disables generation of this target if there is no entity on the map (disable for objects that can be created mid-round). /// [DataField] - public bool VerifyMapExistance = true; + public bool VerifyMapExistence = true; /// /// If the target may be alive but has died, it will not be counted diff --git a/Content.Server/Objectives/Systems/StealConditionSystem.cs b/Content.Server/Objectives/Systems/StealConditionSystem.cs index 2b552285ad..02d4ee010b 100644 --- a/Content.Server/Objectives/Systems/StealConditionSystem.cs +++ b/Content.Server/Objectives/Systems/StealConditionSystem.cs @@ -42,17 +42,8 @@ private void OnAssigned(Entity condition, ref Objective { List targetList = new(); - // cancel if invalid TargetStealName - var group = _proto.Index(condition.Comp.StealGroup); - if (group == null) - { - args.Cancelled = true; - Log.Error("StealTargetGroup invalid prototype!"); - return; - } - - var query = EntityQueryEnumerator(); - while (query.MoveNext(out var uid, out var target)) + var query = AllEntityQuery(); + while (query.MoveNext(out var target)) { if (condition.Comp.StealGroup != target.StealGroup) continue; @@ -61,17 +52,17 @@ private void OnAssigned(Entity condition, ref Objective } // cancel if the required items do not exist - if (targetList.Count == 0 && condition.Comp.VerifyMapExistance) + if (targetList.Count == 0 && condition.Comp.VerifyMapExistence) { args.Cancelled = true; return; } //setup condition settings - var maxSize = condition.Comp.VerifyMapExistance + var maxSize = condition.Comp.VerifyMapExistence ? Math.Min(targetList.Count, condition.Comp.MaxCollectionSize) : condition.Comp.MaxCollectionSize; - var minSize = condition.Comp.VerifyMapExistance + var minSize = condition.Comp.VerifyMapExistence ? Math.Min(targetList.Count, condition.Comp.MinCollectionSize) : condition.Comp.MinCollectionSize; @@ -102,15 +93,13 @@ private void OnGetProgress(Entity condition, ref Object private float GetProgress(MindComponent mind, StealConditionComponent condition) { - if (!_metaQuery.TryGetComponent(mind.OwnedEntity, out var meta)) - return 0; if (!_containerQuery.TryGetComponent(mind.OwnedEntity, out var currentManager)) return 0; var stack = new Stack(); var count = 0; - //check pulling object + //check pulling object if (TryComp(mind.OwnedEntity, out var pull)) //TO DO: to make the code prettier? don't like the repetition { var pullid = pull.Pulling; @@ -147,7 +136,7 @@ private float GetProgress(MindComponent mind, StealConditionComponent condition) } } while (stack.TryPop(out currentManager)); - var result = (float) count / (float) condition.CollectionSize; + var result = count / (float) condition.CollectionSize; result = Math.Clamp(result, 0, 1); return result; } @@ -166,7 +155,7 @@ private bool CheckStealTarget(EntityUid entity, StealConditionComponent conditio { if (TryComp(entity, out var state)) { - if (!_mobState.IsAlive(entity)) + if (!_mobState.IsAlive(entity, state)) return false; } } diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index 4fc44119e3..29432e1736 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -16,7 +16,7 @@ id: BaseThiefStealObjective components: - type: StealCondition - verifyMapExistance: false + verifyMapExistence: false descriptionText: objective-condition-thief-description - type: entity @@ -25,7 +25,7 @@ id: BaseThiefStealCollectionObjective components: - type: StealCondition - verifyMapExistance: true + verifyMapExistence: true descriptionText: objective-condition-thief-description - type: entity @@ -34,7 +34,7 @@ id: BaseThiefStealStructureObjective components: - type: StealCondition - verifyMapExistance: true + verifyMapExistence: true descriptionText: objective-condition-thief-description - type: Objective difficulty: 2 # it's hard to hide @@ -45,7 +45,7 @@ id: BaseThiefStealAnimalObjective components: - type: StealCondition - verifyMapExistance: false + verifyMapExistence: false checkAlive: true objectiveNoOwnerText: objective-condition-steal-title-alive-no-owner descriptionText: objective-condition-thief-animal-description @@ -125,7 +125,7 @@ stealGroup: TechnologyDisk minCollectionSize: 5 maxCollectionSize: 15 - verifyMapExistance: false + verifyMapExistence: false - type: Objective difficulty: 0.8 @@ -138,7 +138,7 @@ stealGroup: IDCard minCollectionSize: 5 maxCollectionSize: 15 - verifyMapExistance: false + verifyMapExistence: false - type: Objective difficulty: 0.7 @@ -153,7 +153,7 @@ stealGroup: Cannabis minCollectionSize: 20 maxCollectionSize: 30 - verifyMapExistance: false + verifyMapExistence: false - type: Objective difficulty: 0.5 @@ -169,7 +169,7 @@ stealGroup: LAMP minCollectionSize: 1 maxCollectionSize: 10 - verifyMapExistance: true + verifyMapExistence: true - type: Objective difficulty: 0.5 # just for fun, collectings LAMP on Moth diff --git a/Resources/Prototypes/Objectives/traitor.yml b/Resources/Prototypes/Objectives/traitor.yml index 30b8833621..2b18df1c6d 100644 --- a/Resources/Prototypes/Objectives/traitor.yml +++ b/Resources/Prototypes/Objectives/traitor.yml @@ -27,7 +27,7 @@ id: BaseTraitorStealObjective components: - type: StealCondition - verifyMapExistance: false + verifyMapExistence: false - type: Objective difficulty: 2.75 - type: ObjectiveLimit From 8497ef80026bdd6909b9cc48e31d63923ca9d44e Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Sun, 28 Jan 2024 04:23:16 +0100 Subject: [PATCH 074/391] Add cowboy hats and boots (#24299) * Add cowboy hats and boots * oops * audio fix and attribution (cherry picked from commit 5c75117749ce959accb936cffd6bc1d481137a13) --- .../Audio/Effects/Footsteps/attributions.yml | 9 +- Resources/Audio/Effects/Footsteps/spurs1.ogg | Bin 0 -> 8980 bytes Resources/Audio/Effects/Footsteps/spurs2.ogg | Bin 0 -> 9024 bytes Resources/Audio/Effects/Footsteps/spurs3.ogg | Bin 0 -> 9676 bytes Resources/Locale/en-US/accent/cowboy.ftl | 296 ++++++++++++++++++ .../Prototypes/Accents/word_replacements.yml | 104 ++++++ .../Catalog/Cargo/cargo_vending.yml | 2 +- .../VendingMachines/Inventories/secdrobe.yml | 2 + .../VendingMachines/Inventories/theater.yml | 9 + .../Entities/Clothing/Head/hats.yml | 64 ++++ .../Entities/Clothing/Shoes/boots.yml | 44 +++ .../Markers/Spawners/Random/maintenance.yml | 3 + .../Structures/Machines/Computers/arcades.yml | 1 + .../Prototypes/SoundCollections/footsteps.yml | 9 +- .../cowboyhatblack.rsi/equipped-HELMET.png | Bin 0 -> 364 bytes .../Head/Hats/cowboyhatblack.rsi/icon.png | Bin 0 -> 220 bytes .../Hats/cowboyhatblack.rsi/inhand-left.png | Bin 0 -> 366 bytes .../Hats/cowboyhatblack.rsi/inhand-right.png | Bin 0 -> 379 bytes .../Head/Hats/cowboyhatblack.rsi/meta.json | 26 ++ .../equipped-HELMET.png | Bin 0 -> 392 bytes .../Hats/cowboyhatbountyhunter.rsi/icon.png | Bin 0 -> 253 bytes .../cowboyhatbountyhunter.rsi/inhand-left.png | Bin 0 -> 366 bytes .../inhand-right.png | Bin 0 -> 379 bytes .../Hats/cowboyhatbountyhunter.rsi/meta.json | 26 ++ .../cowboyhatbrown.rsi/equipped-HELMET.png | Bin 0 -> 399 bytes .../Head/Hats/cowboyhatbrown.rsi/icon.png | Bin 0 -> 600 bytes .../Hats/cowboyhatbrown.rsi/inhand-left.png | Bin 0 -> 368 bytes .../Hats/cowboyhatbrown.rsi/inhand-right.png | Bin 0 -> 374 bytes .../Head/Hats/cowboyhatbrown.rsi/meta.json | 26 ++ .../cowboyhatgrey.rsi/equipped-HELMET.png | Bin 0 -> 436 bytes .../Head/Hats/cowboyhatgrey.rsi/icon.png | Bin 0 -> 552 bytes .../Hats/cowboyhatgrey.rsi/inhand-left.png | Bin 0 -> 396 bytes .../Hats/cowboyhatgrey.rsi/inhand-right.png | Bin 0 -> 407 bytes .../Head/Hats/cowboyhatgrey.rsi/meta.json | 26 ++ .../Hats/cowboyhatred.rsi/equipped-HELMET.png | Bin 0 -> 376 bytes .../Head/Hats/cowboyhatred.rsi/icon.png | Bin 0 -> 651 bytes .../Hats/cowboyhatred.rsi/inhand-left.png | Bin 0 -> 382 bytes .../Hats/cowboyhatred.rsi/inhand-right.png | Bin 0 -> 378 bytes .../Head/Hats/cowboyhatred.rsi/meta.json | 26 ++ .../cowboyhatwhite.rsi/equipped-HELMET.png | Bin 0 -> 415 bytes .../Head/Hats/cowboyhatwhite.rsi/icon.png | Bin 0 -> 474 bytes .../Hats/cowboyhatwhite.rsi/inhand-left.png | Bin 0 -> 352 bytes .../Hats/cowboyhatwhite.rsi/inhand-right.png | Bin 0 -> 357 bytes .../Head/Hats/cowboyhatwhite.rsi/meta.json | 26 ++ .../cowboybootsblack.rsi/equipped-FEET.png | Bin 0 -> 450 bytes .../Shoes/Boots/cowboybootsblack.rsi/icon.png | Bin 0 -> 488 bytes .../Boots/cowboybootsblack.rsi/meta.json | 18 ++ .../cowboybootsbrown.rsi/equipped-FEET.png | Bin 0 -> 466 bytes .../Shoes/Boots/cowboybootsbrown.rsi/icon.png | Bin 0 -> 509 bytes .../Boots/cowboybootsbrown.rsi/meta.json | 18 ++ .../cowboybootsfancy.rsi/equipped-FEET.png | Bin 0 -> 610 bytes .../Shoes/Boots/cowboybootsfancy.rsi/icon.png | Bin 0 -> 551 bytes .../Boots/cowboybootsfancy.rsi/meta.json | 18 ++ .../cowboybootswhite.rsi/equipped-FEET.png | Bin 0 -> 495 bytes .../Shoes/Boots/cowboybootswhite.rsi/icon.png | Bin 0 -> 512 bytes .../Boots/cowboybootswhite.rsi/meta.json | 18 ++ 56 files changed, 768 insertions(+), 3 deletions(-) create mode 100644 Resources/Audio/Effects/Footsteps/spurs1.ogg create mode 100644 Resources/Audio/Effects/Footsteps/spurs2.ogg create mode 100644 Resources/Audio/Effects/Footsteps/spurs3.ogg create mode 100644 Resources/Locale/en-US/accent/cowboy.ftl create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/meta.json diff --git a/Resources/Audio/Effects/Footsteps/attributions.yml b/Resources/Audio/Effects/Footsteps/attributions.yml index 45872787b7..82b5fa93ca 100644 --- a/Resources/Audio/Effects/Footsteps/attributions.yml +++ b/Resources/Audio/Effects/Footsteps/attributions.yml @@ -63,4 +63,11 @@ license: "CC-BY-SA-3.0" copyright: "Taken from https://github.com/tgstation/tgstation" source: "https://github.com/tgstation/tgstation/blob/34d5ab2e46e3fb4dd9d7475f587d33441df9651c/sound/effects" - \ No newline at end of file + +- files: + - spurs1.ogg + - spurs2.ogg + - spurs3.ogg + license: "CC-BY-SA-3.0" + copyright: "Taken from tgstation" + source: "https://github.com/tgstation/tgstation/tree/1e8d511946d194f92f744f5f957a7c41683d84a6/sound/effects/footstep" diff --git a/Resources/Audio/Effects/Footsteps/spurs1.ogg b/Resources/Audio/Effects/Footsteps/spurs1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..ccc2b982aa72fffc9a26a0d5b5d4fdf60a462a93 GIT binary patch literal 8980 zcmaiac|25Y^!T;!`;ujdtYgVGvP9OgjC~kuD2#n6Or;`a2q7_sY*{ON_9aVYt*pr) zgzOQCEZKf{^uF)+`~B;8KhNBI?%AI6oadb9InTw+!^09F1^&6xO)BxXd(|1P2=k&?fDE0xjgx6=W_bXSH+J|a5|k)dkfR;#Abx)^5d{zh z9%|iU$Hr<=3t~moZIdFz)Ilg(1;lv~am?EP-ry>pAXST+4?8ETOdqkJya&O;Rcx6- z+_C_cNxLCEqErQB7FIMckDydphG5@GiN`+ZkZs_^k}HbGJ(!p6`5Zx~9i1LwsJO?2 z_0YP-`L_>YErY}eO06C)tezHV0i{X9Ny2tXBByOJrdaA@)oGJI z6*m9?a|?R-b#|&#IX3{H&QXpnw2dwFj9rROpvFd(k^ zs_!2|@;qA;=6PA})xi>h$)#a|M#gMtptQ(umI(>;xgRu9dHu z%>S{R@|`*v9IqyGRQ%ORDD|f$PXRp^7asW)t=(l=8lH$u?e9a&o&`8nYLS%dNQBs5 zhm!)D)Pj-hNP~ZGF42NfT!9~;FLE9rB#K_<#mRq^s_s3#sjih)GhU>Z>tNQAEbBm8 z`Y94@eb!Z$(j#iD?S0B>kqBrZ4oQ3JKLOD9+LYXGi55i7F452znSrztFaNqzfH*Y( zVD<|##KQMKZ4)xUB4WV`HtAt`#bHZ03WFZSW9;ff9mXOZcSEPZwuiZDi$~l2pZ0g? zVD<@s!Txt3&@Qf^UX^8G9P_`!1Sb@@#;$)FZ-!OEMxTWHK1rEv!OYmyE!g41Fw_u- zqlJ>6#Rc@RqNC*nN0han4c^b84l|L8p4bhY{$I_J>U4;#0HB&A1Wh^zO`20q5H{5G z?2!O8DTx^w`%OGyPB}@~FiFHK$s+{+@@e|Y(`E?0 zlIK(W%c6A256{<{%2)q?jqWtSg#jQ~SU*r$A1Mq+g21VF!|93Mg|y2F!vm#0euDiS z;}DxV=un&Bzl+8{69548?_aTh9Di>6{48u&=K*!P$6L!!( zsJARNL2J1*wMV=lXVg?>v0$`U{6Xdtvz%*MH&RZAz6-B~#ZiDxBL^(NyprpY>wpCI z8-5pt_p3m02TP7%N`=BD0mCOn)1Ye;`nYez##mwYS zhT>p+ydeR9+Tt)bIKV6h%v^(*B*RSDMNHV>X6%lmZ19m3SRYK$!U|==ZZcwpvg0&C z;YCaoOib8OmTYho2g(v}f~rLi!2HIoP*a?!kvg=)PN)qYGo@fMPJ9Ka81U7x&TlI9 zKUJtvE7ZgVkg8}A>}Y{P+ku*IINFV(YzU#C<`GMiaSjv;j~X9AqwpB#VAPbgOm1d)Q!;TU`NMPjH9i)!*1j-2IH85p0+{T z?V=sK37F|!EIjp_*aO8dD14+d$Tu1}8{$88CffpqnZh|bgJNg= zot3_{`m0s=xlUZFst}^rZ+#`@IB}t=)g%owwalwCs}uzruJHr)O$9qTr(&i&SDVbO zP>wd}@m-Y7PAF)^>`v%37ix4Dba~VWKI`gkXyH0t3aTy=v|uUC&(St)ZuziPJ{aQw z%2xKamaDzK9vpQE%y~)(0FWAslSM|AQUl+}0WNH&jG)N9Kjs<2qYLGxUh$2Wq@p=sqpx_xP5=a`RQ5#qtw>W0$qgc=7 z1NLDLs#+wtf~6A~Be*<>;_icaPfE;tazTU~Wv*7V+)@FIT5d5D7b~|UP=J(MgkX{K zO9HqgBoRW=78WESeR6R~q<0yZ_oT$U=Y@%IQh{kJ0wmG`SFS-m{!+7mp~i1Wz2DLu zf`OUEcZvbC&+p@33@37zZxv5hBLVK`F{%6f?COc~wQV-hZ`ep*G8^uU|AxYOV7?z#R^1&u}b{}+#=&~#C?(o72;U`tIhtW zO8Y+$1+ZtP4D4x)6!Thd<-L<@NXXefZw9ekAPkm1SYhF2GAM}%0Og@s^os9Si7MPdgRF?R$ zKi^Va1%R6oWPt92c!g5oERF=qGsMwS(*Od@F5m=bf_VrI8{~$7o3pqG@)XCYO)cW~ zFRl<5_m_{R5SR21A6Q4oFXe!;AP$K*m8B*^EC1o3#LD)R3KjVeD#S7)#EE>MZ<)2h z+dp3Z7nk%O4vG912Ts*Ld^n^bSb{>7!BFMW65~d3Ud^XD!ykScznTER-eGMSlcm)w z=TRg`E%&lW8v%`y)A=Cq9BN4`7%3POD@dB#X>HUAZtTqD05#|WSxs|UGJu|u`4W|u znC7(_u)5WDi!y*okw2tL0a)ZX0AW$_c~Z^DPWYEjieT=U2j|ySnYEc8Fn4?dXbs-H zrBPDbj1rriAgvPi2 zkxp-aoLA)KQzbdZZzFXX&oUq19~#IW;to+mmZ`i^)kF;E#}Q9<%{pJ7rKMe3x07&5 z9!}pQ#AJJX!f3U+^*w$>I{_!xd?IFX)rz)*beJZ)5~8bl_U(hK97`)L-5>Y2cu6b2 zYntrB$#kjOt?n#%U#sGr{e1yN)_AReU>($=H{iIaS(5Z_B(@)Shn!L)>BF_bBQ?+^6nm)Cs+s%l3{XB#BSY>k$u;wn?R-M-Q|5Qg7}|2M(Vb3Oh$96WKlY z`ekvLa}oBKW`6&iYnsPeX4zu*xht%LFX)9jSlA@LEvf&2o|sGhA^kOa+1<}^{-|R1 z-er~1p0f=)Ki_X3M;UQVo!8BXkYb7U$(#!64WLLWz#)U9&4Ei2S=Z9@LSa$7rFSRR zhL$#yAo>$&>grFxc@BT>u<9_^7AI__%)b|KG`0V>-^pw;;Nc;QY(`gTtW3{fnDb4G zg@?-b&)WVF_`s%Wos-U22@~J+otKm;TwTb=Sj|P25%AjGS5Vat^((AU{tK@<#Q3&t z>^;9EePMA}zbwvoSLF8g%AX2%Ii0p;WV+%3B?FJQ@6d5EHE=xctGT#$kL;VUGLL%Q zc&IUBu;b|MA|t-rpr77csQ#eRptA9@$a?$B44Ag86#}k3MDVafwXa z;CuSZ0FzjmTH^qm=BOp1siL^H{;}Wa^O)9QEqj?6ra$d6n;zfonfNvD@U_&OdQMJi4L$Tmssj7^txZg^{dv>COSBn*Y5hHVsfh)J6JCAaLy z)^n(Qz8=6|x=|>4iJR>Ot{BSpxFnh}N6mZmc&zE3YB!n_ZM<&f8L+vgCgL~6pj;m# zh>N*_md9%DKi8uKQuj7q5BxCfDk6Coq)9Sh06sJ~9{K8T|LmL=_{fN(WUGP!C}0UAo+jaPE$ zq~ei()67KqlIrAZFB^tV%bParOYb~Bv})?oMN@O+_rEH5JrWq9O=mIiHkU7;jv5#?qX1awUs#Bdei@Yfw_^l zbN1HKw;_mNtPpg*_4O1-1wecAFv<{@Bjq(@i@no(h3h9ukYS=1LfPLSz_OsB1_;qh zgfPHRhUNI2T#s~FPG<0POT`rAl(WSQwHhFE#*pKcjd?p!WveaIZBkSMrs&C zlCROx$Z~blt0x}1yENn<8(jIa(u-;cZn7BXy^?<5cb)m>MRZG8NWR7Q{kA{Te_rfg zzrXP2Ojp!vAWrYzLBzWv7hTt)Gyn+moUch?J?mL_pHF}{<*PdK>{7;;9)2N(;qwA% zq=42puVZEjRD^YzFO$i=cALKJ4TmLb6>K~Ylht%-`?ke}-ul;HjT8qlQ{Tj8FXzT& zXg#@FDkc`t{gFK~qKZ5D`N#_oSGwZprj|brq;xC!Ri4gN%XgX^#u$;G*J^m}sOVzp zMX%^=!FO{4)Jq^%` zw?cFI9B<%IJ@vY-#I&PeKY5oHRH1+2`LT$blE=P2j+`n zW|cFOWsg62r zS^Bc4wbtgri#h4ELjqTF@W=Zay^{_WMcz&U3Q3&y%w&LFoY&%j-s&Y$ehMqe9}LDS zOyLIs-^HDR;xBCP_VYu$_{KQP4f*lpQ0l{Hq=LH9YZ*RT7j8H_hWm5nctok&lIY#| z0+!tXKsYJ2v}@m7w4GjcjR{Dc#E8SK6A8wW!wyP`GC`9yHPU%sS}q)#H%oec4$D!M z-=$5NhrcW;w)Zuc<tb}LK{B7J89 zS1`ErjO25Vw_c~07VBptJ1?$lCA0MWcr1tXVH=q@6Xj%Ce8ktDW!$&|Hw?%GHze)$K%31&h$rbUoRccc5!TBcXZ5XQEcy}q7xwa`>!5TT<*=xczu3y zmsH0TdtEuuLWCivNgwgmN4DRle++_>saB1UdPe%K?R!Hx1;l8Pv#34bj0&sUnfFuH zN*vVAC>e_7i7;ECmu(?ToOmnN!#DSsYChZ18NXUOiqUw+y*~1c2|eMa$m24QW(@}# z^}*T_0Df;J%^!Pxmy2#){_kAoI)3({*!^foO?d z8k^o?w0O##MXgDThOioG|1ZmpmU32k4nG*}jCZPusYTR}_7S!%1RntLuU3a*AxPIoK9}Q;urs0i^~-+c8{DJLAqWGo+ND5z!xUm89g+CDb=RjhdyIaFaC~ zyt&Qhv}+dx(1PTHRjp)59+aPjE1f3ikg>zy@?Ej!AHxSd$m;q5_hp0%tj*tXYe42Vtu_q< z&|%uWwlpu;JUQhi%X#JsCHTFmcmKTuc3jOW)8FL6t!cGq@~m-yJ-$ZdYx4d^GD}l< zM4%PhCN036_=@4Fh?OuIXrCHsDV+5aUlPLGXyxv}WZArFU&T|E_4@d&(Cu57%RleC zmPF%Zssw^K)7^kG1oUk| zG?q@SbAMD|qW~48fqrIu+$etndCD~=lA%E`Cp-_OvJ?8&W53R^`Rh4JHoikx;@$Dh zba-rTQVkD9TRzJ}_-MWVh@zCHyPmxmXk%jA{Bya-uXxtS+fG&nrKnhRzWm{zh5u2i zy2#+D5+9aRmnW~Re$K4@?UbtYCf(f^DJ?f$ie!EgAlftJsS#thNm8|rLJoM9cj^!6 z{~Q$Xa_}VEMGx0M8Z$R>fkskzHbvR@N|RVsLsMfpty6kZ!-3Y6d2Jm2=%yy1H#Bf@ z;6^stpX9*orEq}WQk(cG66h^@T{iSwC($ImshDtdOt_?Qnd#x&^B{z!RBROv&U2?a zs@<(AX{_-#`Bc$USdw<=y{|k9w*IB^{Tn5m-*Ls;d9AJzEFbCOM8?-QNPZh|PLypV z|K_wf=i%>bePT}j%8{GuidWLEpwGPD9nT^4E^1fD31OVQJO-H;y_}Vh=O3A@c)VX5B1DJpU9M#@722(h z5S7&7DI6$EmF??w=q-}>a9#RyT{i@A`7ZZw`aX5Do%pHYYB_ZulkJT{ju8|t%P{yV zjK_kfsoc`SUZa^l?g|<S zmv=^j2nmn+@FQblni;1BLkWNStq9U#aO7}*;x*Tmq5a#XZ#`X~OBoDN4`gWfq798Z zZ>2HM2itw$m5cNAib~Z0M8P8AUA#8P?{iyBIe~Z;}^Ny?V6_vFn&u ztE=u#Yrnq-PZkwO-5{&15z}ybp|EQ6vw6yxBjo{AFiRZk*QnAUfqbDzxt1>C z*#a=W(1h!146d)+`@O*A+7uYATW90i*}T<<-+eS9_tshdAh@)B-FGEcn*M~j#X+s| z&RoWZo}SRVUs>NcEOHekmnYef?cAyFeAWdj(n1yFJejKw1T^3`_I8{`(wnT!^lo3D z$oVnFqW!0%Sc>t{*Ma35H=D@#@o^kqlaIu0DM!WCe9v8Q=wtI%SNO3^%*RV^MlET7 z)a;K-ba^H;W)8<^mZTTu^0_r?8iY~S6%I{5g1+9}WfaiwSK7a{EEc9~AT01hnYy$- z^D(d0(dzASepVXy_Ewww{0ouF+O);B@y~>&2ETqNZ0u($r1Bq&^ZrFIdDPQAQAa3G z`3)m3aY-E%yA$8M5ZL;y*`jWaK9-zRJ+bqm;YzK^`;;Nc?Lib4X}u=_wIayRt~#V7J+iL!#N+bMFLm%QskN|_&~hw~;4_=s8xBP^VJYWX zL&f}`HC%nB=Oj8{Smp_J@KqY9D^I@D#Nax+eSEd7=%=59JNL#8CZ>+ zirRHe^WWm~3xlswK4@W?CgVh}RhXXjd&JzRx|OwN>i62g;;sphjgNaB(oVMaN|v_1 zkKgt2RPW@0iYsz%o;YWfYdi_)DWS=%{q%!&cclpH;pwi;qxzxrc$O;Xla`|GzE!>Q z`t|d%@g}T2avYKK?*^M{XVLmum!F-D3ApIEcqe|C61vmGCT7oikFD+FcMWb+hs)6R zv2RbyYpOr*Wbb}-Q`P9YY8N(krvNE>HEwFl?FCsFKG>nYokFeso%njjQ@N_3)mJSp zWHBNNqA5YdY)e~h+HP%C+Av`h+U6!ZQ9u>fE&Yh`iF@2u8e@r(F=W7?AnXMj2 zN^vxb-Z;uTr?=^J9c`Ul0rQ?XQs|fdV;w+ue8Qk)ZLs}mpUDZUd^6qVMU{el%c4P; zHBI&I#Mm(%)2@=6;hAYR(46h5wk*0m8oGRaeNoAvd>PH%52`Fiw{y=Cr)+Wh=&Kig z!S?(4uQp{jHa7L>i?tsr<=ULLQHQqV{{HgL$9`E5io8uzW%9|R^8%p}5XG=@%_gQU z^Oc$kT_+2cHEW!4cRqSP{KudN{aY&N_9_mam~6Dm=Pdm4%p-xEW2Zle?=l|cXBO~G zHKLC;Pj2dy@Z({9zCVEg+1Lq|Pm^&B4||4;=y^bM-r#rVXHN8#3BzOcb7GHYcTYsB zJvLG+f&^TA_0EOpcDt%$reW_sE546ESMLFR@o6G-X-B}O!aH3jX5*<)l01wTq9GII zsr2n3X=b{>@~cIt7S*}>%H*f4_Nj!mfO6N)I~Tmqyd6p?Y~DG(^~CQm;%y(zO?wM4 z&*I{xqgcjH-iUA4@$vLR{RSCwJlwIw88dghRIqzn%+GM~Y_a*v)V-*4gu>Q+ha9+2|{A7z130-P$JYP;! zJ!q?#6CSY=&mliHIWumn6NK$s4aO$f@7(F7^;@sugIw7o+=e z={U&s``(qbm1kRGN_J!RcFE*_a0+ex^E^5kCaH#97sI)SYLDg2?Z!u9ZRIh>O{hmfxj{xr|b)VZ3=px+LjeZKqt6z;uQFV?orI$V#af8NO z*};dc$Q`$?;{(1ZckXnzgH?w{>$!cOh=DKVg4Lo$Nm|3cJuE45qK@7J5XJ#|n{$$` z9%@G9uUYxb2`M<9kny>zO(R$M9{UN|G%+h(j%De)0FQ0h&)qjnk@W7Akb;8?T<$j(?Me4(x7$ZWuH#O8zqj#K670gv63Z$ETp^5 z1w_4voTai1HEc__u7#U4{Y8va!r`T}vm)i$w^v20rsI6#jq4r;hF%ZNCsm+%>b9GZ zna!o3vOk*_Ge8O)r>wz`B{Z;S=AJn=JPBww*n+5capimPv=f7ACUnc;&dxUbV|y{@ zljF}_*VSQ*>+3%*qRX<+GX`Xr8gEpUw>d^4elL$dDt?b*xVvSh^q@_B;^l3-kvH|K zC5b$PR-APw!||6oewmJaF6DZxs@1dk`wpct+K+VDeT4H`W K`v>?xBL5FMs>Uq< literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/Footsteps/spurs2.ogg b/Resources/Audio/Effects/Footsteps/spurs2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..a8fde70483373c5fa8df7bb800c59eb44069498a GIT binary patch literal 9024 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 R!@fDqXA}G$N|R#*{tuP^{CfZZ literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/Footsteps/spurs3.ogg b/Resources/Audio/Effects/Footsteps/spurs3.ogg new file mode 100644 index 0000000000000000000000000000000000000000..75215df9c1d8eccac9c13f06cf2c0e56b116b7a6 GIT binary patch literal 9676 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 ZejA8Wqgh>tAIJcko5iK;`}%rB{}1vAKlA_q literal 0 HcmV?d00001 diff --git a/Resources/Locale/en-US/accent/cowboy.ftl b/Resources/Locale/en-US/accent/cowboy.ftl new file mode 100644 index 0000000000..40877faf19 --- /dev/null +++ b/Resources/Locale/en-US/accent/cowboy.ftl @@ -0,0 +1,296 @@ +accent-cowboy-words-1 = alcohol +accent-cowboy-replacement-1 = firewater + +accent-cowboy-words-2 = alien +accent-cowboy-replacement-2 = space critter + +accent-cowboy-words-3 = aliens +accent-cowboy-replacement-3 = space critters + +accent-cowboy-words-4 = ambush +accent-cowboy-replacement-4 = bush whack + +accent-cowboy-words-5 = angry +accent-cowboy-replacement-5 = fit to be tied + +accent-cowboy-words-6 = animal +accent-cowboy-replacement-6 = critter + +accent-cowboy-words-7 = animals +accent-cowboy-replacement-7 = critters + +accent-cowboy-words-8 = arrest +accent-cowboy-replacement-8 = lasso + +accent-cowboy-words-9 = arrested +accent-cowboy-replacement-9 = lassoed + +accent-cowboy-words-10 = bomb +accent-cowboy-replacement-10 = dynamite + +accent-cowboy-words-11 = borg +accent-cowboy-replacement-11 = tin man + +accent-cowboy-words-12 = bye +accent-cowboy-replacement-12 = so long + +accent-cowboy-words-13 = cell +accent-cowboy-replacement-13 = pokey + +accent-cowboy-words-14 = chef +accent-cowboy-replacement-14 = cookie + +accent-cowboy-words-15 = coffee +accent-cowboy-replacement-15 = black water + +accent-cowboy-words-16 = confused +accent-cowboy-replacement-16 = stumped + +accent-cowboy-words-17 = cool +accent-cowboy-replacement-17 = slick + +accent-cowboy-words-18 = corpse +accent-cowboy-replacement-18 = dead meat + +accent-cowboy-words-19 = cow +accent-cowboy-replacement-19 = dogie + +accent-cowboy-words-20 = cows +accent-cowboy-replacement-20 = dogies + +accent-cowboy-words-21 = crazy +accent-cowboy-replacement-21 = cracked + +accent-cowboy-words-22 = cyborg +accent-cowboy-replacement-22 = tin man + +accent-cowboy-words-23 = dad +accent-cowboy-replacement-23 = pappy + +accent-cowboy-words-24 = drunk +accent-cowboy-replacement-24 = soaked + +accent-cowboy-words-25 = explosive +accent-cowboy-replacement-25 = dynamite + +accent-cowboy-words-26 = fast +accent-cowboy-replacement-26 = lickety split + +accent-cowboy-words-27 = fight +accent-cowboy-replacement-27 = scrap + +accent-cowboy-words-28 = food +accent-cowboy-replacement-28 = grub + +accent-cowboy-words-29 = friend +accent-cowboy-replacement-29 = partner + +accent-cowboy-words-30 = goodbye +accent-cowboy-replacement-30 = so long + +accent-cowboy-words-31 = greytide +accent-cowboy-replacement-31 = varmints + +accent-cowboy-words-32 = greytider +accent-cowboy-replacement-32 = varmint + +accent-cowboy-words-33 = greytiders +accent-cowboy-replacement-33 = varmints + +accent-cowboy-words-34 = group +accent-cowboy-replacement-34 = possee + +accent-cowboy-words-35 = guess +accent-cowboy-replacement-35 = reckon + +accent-cowboy-words-36 = gun +accent-cowboy-replacement-36 = big iron + +accent-cowboy-words-37 = handcuff +accent-cowboy-replacement-37 = hog tie + +accent-cowboy-words-38 = handcuffed +accent-cowboy-replacement-38 = hog tied + +accent-cowboy-words-39 = hell +accent-cowboy-replacement-39 = tarnation + +accent-cowboy-words-40 = hello +accent-cowboy-replacement-40 = howdy + +accent-cowboy-words-41 = hey +accent-cowboy-replacement-41 = howdy + +accent-cowboy-words-42 = hi +accent-cowboy-replacement-42 = howdy + +accent-cowboy-words-43 = hungry +accent-cowboy-replacement-43 = peckish + +accent-cowboy-words-44 = idiot +accent-cowboy-replacement-44 = dunderhead + +accent-cowboy-words-45 = intending +accent-cowboy-replacement-45 = fixing + +accent-cowboy-words-46 = jail +accent-cowboy-replacement-46 = pokey + +accent-cowboy-words-47 = liqour +accent-cowboy-replacement-47 = firewater + +accent-cowboy-words-48 = lot +accent-cowboy-replacement-48 = heap + +accent-cowboy-words-49 = lots +accent-cowboy-replacement-49 = heaps + +accent-cowboy-words-50 = mouth +accent-cowboy-replacement-50 = bazoo + +accent-cowboy-words-51 = nervous +accent-cowboy-replacement-51 = rattled + +accent-cowboy-words-52 = ninja +accent-cowboy-replacement-52 = bushwhacker + +accent-cowboy-words-53 = ninjas +accent-cowboy-replacement-53 = bushwhackers + +accent-cowboy-words-54 = noise +accent-cowboy-replacement-54 = ruckus + +accent-cowboy-words-55 = nukies +accent-cowboy-replacement-55 = outlaws + +accent-cowboy-words-56 = operator +accent-cowboy-replacement-56 = outlaw + +accent-cowboy-words-57 = operators +accent-cowboy-replacement-57 = outlaws + +accent-cowboy-words-58 = ops +accent-cowboy-replacement-58 = outlaws + +accent-cowboy-words-59 = pal +accent-cowboy-replacement-59 = partner + +accent-cowboy-words-60 = party +accent-cowboy-replacement-60 = shindig + +accent-cowboy-words-61 = passenger +accent-cowboy-replacement-61 = greenhorn + +accent-cowboy-words-62 = passengers +accent-cowboy-replacement-62 = greenhorns + +accent-cowboy-words-63 = planning +accent-cowboy-replacement-63 = fixing + +accent-cowboy-words-64 = please +accent-cowboy-replacement-64 = pray + +accent-cowboy-words-65 = punch +accent-cowboy-replacement-65 = lick + +accent-cowboy-words-66 = punched +accent-cowboy-replacement-66 = slogged + +accent-cowboy-words-67 = ran +accent-cowboy-replacement-67 = skedaddled + +accent-cowboy-words-68 = robbery +accent-cowboy-replacement-68 = stick up + +accent-cowboy-words-69 = run +accent-cowboy-replacement-69 = skedaddle + +accent-cowboy-words-70 = running +accent-cowboy-replacement-70 = skedaddling + +accent-cowboy-words-71 = scream +accent-cowboy-replacement-71 = holler + +accent-cowboy-words-72 = screamed +accent-cowboy-replacement-72 = hollered + +accent-cowboy-words-73 = screaming +accent-cowboy-replacement-73 = hollering + +accent-cowboy-words-74 = sec +accent-cowboy-replacement-74 = law + +accent-cowboy-words-75 = secoff +accent-cowboy-replacement-75 = deputy + +accent-cowboy-words-76 = security +accent-cowboy-replacement-76 = law + +accent-cowboy-words-77 = shitsec +accent-cowboy-replacement-77 = crooked law + +accent-cowboy-words-78 = shoe +accent-cowboy-replacement-78 = boot + +accent-cowboy-words-79 = shoes +accent-cowboy-replacement-79 = boots + +accent-cowboy-words-80 = steal +accent-cowboy-replacement-80 = rustle + +accent-cowboy-words-81 = stole +accent-cowboy-replacement-81 = rustled + +accent-cowboy-words-82 = stolen +accent-cowboy-replacement-82 = rustled + +accent-cowboy-words-83 = story +accent-cowboy-replacement-83 = yarn + +accent-cowboy-words-84 = thank you +accent-cowboy-replacement-84 = much obliged + +accent-cowboy-words-85 = thanks +accent-cowboy-replacement-85 = much obliged + +accent-cowboy-words-86 = thief +accent-cowboy-replacement-86 = rustler + +accent-cowboy-words-87 = thieves +accent-cowboy-replacement-87 = rustlers + +accent-cowboy-words-88 = think +accent-cowboy-replacement-88 = reckon + +accent-cowboy-words-89 = tired +accent-cowboy-replacement-89 = dragged out + +accent-cowboy-words-90 = toilet +accent-cowboy-replacement-90 = outhouse + +accent-cowboy-words-91 = totally +accent-cowboy-replacement-91 = plumb + +accent-cowboy-words-92 = traitor +accent-cowboy-replacement-92 = outlaw + +accent-cowboy-words-93 = traitors +accent-cowboy-replacement-93 = outlaws + +accent-cowboy-words-94 = very +accent-cowboy-replacement-94 = mighty + +accent-cowboy-words-95 = worried +accent-cowboy-replacement-95 = rattled + +accent-cowboy-words-96 = wow +accent-cowboy-replacement-96 = by gum + +accent-cowboy-words-97 = yell +accent-cowboy-replacement-97 = holler + +accent-cowboy-words-98 = yelled +accent-cowboy-replacement-98 = hollered + +accent-cowboy-words-99 = yelling +accent-cowboy-replacement-99 = hollering \ No newline at end of file diff --git a/Resources/Prototypes/Accents/word_replacements.yml b/Resources/Prototypes/Accents/word_replacements.yml index 4db911ad6d..147aebb5c5 100644 --- a/Resources/Prototypes/Accents/word_replacements.yml +++ b/Resources/Prototypes/Accents/word_replacements.yml @@ -263,6 +263,110 @@ accent-pirate-replaced-30: accent-pirate-replacement-30 accent-pirate-replaced-31: accent-pirate-replacement-31 accent-pirate-replaced-32: accent-pirate-replacement-32 + +- type: accent + id: cowboy + wordReplacements: + accent-cowboy-words-1: accent-cowboy-replacement-1 + accent-cowboy-words-2: accent-cowboy-replacement-2 + accent-cowboy-words-3: accent-cowboy-replacement-3 + accent-cowboy-words-4: accent-cowboy-replacement-4 + accent-cowboy-words-5: accent-cowboy-replacement-5 + accent-cowboy-words-6: accent-cowboy-replacement-6 + accent-cowboy-words-7: accent-cowboy-replacement-7 + accent-cowboy-words-8: accent-cowboy-replacement-8 + accent-cowboy-words-9: accent-cowboy-replacement-9 + accent-cowboy-words-10: accent-cowboy-replacement-10 + accent-cowboy-words-11: accent-cowboy-replacement-11 + accent-cowboy-words-12: accent-cowboy-replacement-12 + accent-cowboy-words-13: accent-cowboy-replacement-13 + accent-cowboy-words-14: accent-cowboy-replacement-14 + accent-cowboy-words-15: accent-cowboy-replacement-15 + accent-cowboy-words-16: accent-cowboy-replacement-16 + accent-cowboy-words-17: accent-cowboy-replacement-17 + accent-cowboy-words-18: accent-cowboy-replacement-18 + accent-cowboy-words-19: accent-cowboy-replacement-19 + accent-cowboy-words-20: accent-cowboy-replacement-20 + accent-cowboy-words-21: accent-cowboy-replacement-21 + accent-cowboy-words-22: accent-cowboy-replacement-22 + accent-cowboy-words-23: accent-cowboy-replacement-23 + accent-cowboy-words-24: accent-cowboy-replacement-24 + accent-cowboy-words-25: accent-cowboy-replacement-25 + accent-cowboy-words-26: accent-cowboy-replacement-26 + accent-cowboy-words-27: accent-cowboy-replacement-27 + accent-cowboy-words-28: accent-cowboy-replacement-28 + accent-cowboy-words-29: accent-cowboy-replacement-29 + accent-cowboy-words-30: accent-cowboy-replacement-30 + accent-cowboy-words-31: accent-cowboy-replacement-31 + accent-cowboy-words-32: accent-cowboy-replacement-32 + accent-cowboy-words-33: accent-cowboy-replacement-33 + accent-cowboy-words-34: accent-cowboy-replacement-34 + accent-cowboy-words-35: accent-cowboy-replacement-35 + accent-cowboy-words-36: accent-cowboy-replacement-36 + accent-cowboy-words-37: accent-cowboy-replacement-37 + accent-cowboy-words-38: accent-cowboy-replacement-38 + accent-cowboy-words-39: accent-cowboy-replacement-39 + accent-cowboy-words-40: accent-cowboy-replacement-40 + accent-cowboy-words-41: accent-cowboy-replacement-41 + accent-cowboy-words-42: accent-cowboy-replacement-42 + accent-cowboy-words-43: accent-cowboy-replacement-43 + accent-cowboy-words-44: accent-cowboy-replacement-44 + accent-cowboy-words-45: accent-cowboy-replacement-45 + accent-cowboy-words-46: accent-cowboy-replacement-46 + accent-cowboy-words-47: accent-cowboy-replacement-47 + accent-cowboy-words-48: accent-cowboy-replacement-48 + accent-cowboy-words-49: accent-cowboy-replacement-49 + accent-cowboy-words-50: accent-cowboy-replacement-50 + accent-cowboy-words-51: accent-cowboy-replacement-51 + accent-cowboy-words-52: accent-cowboy-replacement-52 + accent-cowboy-words-53: accent-cowboy-replacement-53 + accent-cowboy-words-54: accent-cowboy-replacement-54 + accent-cowboy-words-55: accent-cowboy-replacement-55 + accent-cowboy-words-56: accent-cowboy-replacement-56 + accent-cowboy-words-57: accent-cowboy-replacement-57 + accent-cowboy-words-58: accent-cowboy-replacement-58 + accent-cowboy-words-59: accent-cowboy-replacement-59 + accent-cowboy-words-60: accent-cowboy-replacement-60 + accent-cowboy-words-61: accent-cowboy-replacement-61 + accent-cowboy-words-62: accent-cowboy-replacement-62 + accent-cowboy-words-63: accent-cowboy-replacement-63 + accent-cowboy-words-64: accent-cowboy-replacement-64 + accent-cowboy-words-65: accent-cowboy-replacement-65 + accent-cowboy-words-66: accent-cowboy-replacement-66 + accent-cowboy-words-67: accent-cowboy-replacement-67 + accent-cowboy-words-68: accent-cowboy-replacement-68 + accent-cowboy-words-69: accent-cowboy-replacement-69 + accent-cowboy-words-70: accent-cowboy-replacement-70 + accent-cowboy-words-71: accent-cowboy-replacement-71 + accent-cowboy-words-72: accent-cowboy-replacement-72 + accent-cowboy-words-73: accent-cowboy-replacement-73 + accent-cowboy-words-74: accent-cowboy-replacement-74 + accent-cowboy-words-75: accent-cowboy-replacement-75 + accent-cowboy-words-76: accent-cowboy-replacement-76 + accent-cowboy-words-77: accent-cowboy-replacement-77 + accent-cowboy-words-78: accent-cowboy-replacement-78 + accent-cowboy-words-79: accent-cowboy-replacement-79 + accent-cowboy-words-80: accent-cowboy-replacement-80 + accent-cowboy-words-81: accent-cowboy-replacement-81 + accent-cowboy-words-82: accent-cowboy-replacement-82 + accent-cowboy-words-83: accent-cowboy-replacement-83 + accent-cowboy-words-84: accent-cowboy-replacement-84 + accent-cowboy-words-85: accent-cowboy-replacement-85 + accent-cowboy-words-86: accent-cowboy-replacement-86 + accent-cowboy-words-87: accent-cowboy-replacement-87 + accent-cowboy-words-88: accent-cowboy-replacement-88 + accent-cowboy-words-89: accent-cowboy-replacement-89 + accent-cowboy-words-90: accent-cowboy-replacement-90 + accent-cowboy-words-91: accent-cowboy-replacement-91 + accent-cowboy-words-92: accent-cowboy-replacement-92 + accent-cowboy-words-93: accent-cowboy-replacement-93 + accent-cowboy-words-94: accent-cowboy-replacement-94 + accent-cowboy-words-95: accent-cowboy-replacement-95 + accent-cowboy-words-96: accent-cowboy-replacement-96 + accent-cowboy-words-97: accent-cowboy-replacement-97 + accent-cowboy-words-98: accent-cowboy-replacement-98 + accent-cowboy-words-99: accent-cowboy-replacement-99 + # For the chat sanitization system - type: accent diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 859eabe582..6287710182 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -33,7 +33,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 7150 #DeltaV + cost: 7250 #DeltaV category: Service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 3514b48d22..cb0c10c129 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -25,3 +25,5 @@ ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 + ClothingShoesBootsCowboyBlack: 1 + ClothingHeadHatCowboyBlack: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 5aa23ad8bb..94f38aeaba 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -79,8 +79,17 @@ ClothingOuterSuitCarp: 2 # DeltaV - Move carp suit out of syndicate uplink into the AutoDrobe ClothingShoesBootsWinterClown: 2 #Delta V: Add departmental winter boots ClothingShoesBootsWinterMime: 2 #Delta V: Add departmental winter boots + ClothingHeadHatCowboyBrown: 1 + ClothingHeadHatCowboyBlack: 1 + ClothingHeadHatCowboyWhite: 1 + ClothingHeadHatCowboyGrey: 1 + ClothingShoesBootsCowboyBrown: 1 + ClothingShoesBootsCowboyBlack: 1 + ClothingShoesBootsCowboyWhite: 1 emaggedInventory: ClothingShoesBling: 1 + ClothingShoesBootsCowboyFancy: 1 ClothingOuterDogi: 1 ClothingMaskSexyClown: 1 ClothingMaskSexyMime: 1 + ClothingHeadHatCowboyBountyHunter: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 6f2aa11f78..1e38246bd0 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -915,3 +915,67 @@ sprite: Clothing/Head/Hats/brownflatcap.rsi - type: Clothing sprite: Clothing/Head/Hats/brownflatcap.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatCowboyBrown + name: brown cowboy hat + description: This hat ain't big enough for the both of us. + components: + - type: Sprite + sprite: Clothing/Head/Hats/cowboyhatbrown.rsi + - type: Clothing + sprite: Clothing/Head/Hats/cowboyhatbrown.rsi + - type: AddAccentClothing + accent: ReplacementAccent + replacement: cowboy + +- type: entity + parent: ClothingHeadHatCowboyBrown + id: ClothingHeadHatCowboyBlack + name: black cowboy hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/cowboyhatblack.rsi + - type: Clothing + sprite: Clothing/Head/Hats/cowboyhatblack.rsi + +- type: entity + parent: ClothingHeadHatCowboyBrown + id: ClothingHeadHatCowboyGrey + name: grey cowboy hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/cowboyhatgrey.rsi + - type: Clothing + sprite: Clothing/Head/Hats/cowboyhatgrey.rsi + +- type: entity + parent: ClothingHeadHatCowboyBrown + id: ClothingHeadHatCowboyRed + name: red cowboy hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/cowboyhatred.rsi + - type: Clothing + sprite: Clothing/Head/Hats/cowboyhatred.rsi + +- type: entity + parent: ClothingHeadHatCowboyBrown + id: ClothingHeadHatCowboyWhite + name: white cowboy hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/cowboyhatwhite.rsi + - type: Clothing + sprite: Clothing/Head/Hats/cowboyhatwhite.rsi + +- type: entity + parent: ClothingHeadHatCowboyBrown + id: ClothingHeadHatCowboyBountyHunter + name: bounty hunter cowboy hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/cowboyhatbountyhunter.rsi + - type: Clothing + sprite: Clothing/Head/Hats/cowboyhatbountyhunter.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 262e1bd331..241fc45352 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -188,3 +188,47 @@ - type: Construction graph: WebObjects node: boots + +- type: entity + parent: ClothingShoesMilitaryBase + id: ClothingShoesBootsCowboyBrown + name: brown cowboy boots + description: They got spurs that jingle and/or jangle. + components: + - type: Sprite + sprite: Clothing/Shoes/Boots/cowboybootsbrown.rsi + - type: Clothing + sprite: Clothing/Shoes/Boots/cowboybootsbrown.rsi + - type: FootstepModifier + footstepSoundCollection: + collection: FootstepSpurs + +- type: entity + parent: ClothingShoesBootsCowboyBrown + id: ClothingShoesBootsCowboyBlack + name: black cowboy boots + components: + - type: Sprite + sprite: Clothing/Shoes/Boots/cowboybootsblack.rsi + - type: Clothing + sprite: Clothing/Shoes/Boots/cowboybootsblack.rsi + +- type: entity + parent: ClothingShoesBootsCowboyBrown + id: ClothingShoesBootsCowboyWhite + name: white cowboy boots + components: + - type: Sprite + sprite: Clothing/Shoes/Boots/cowboybootswhite.rsi + - type: Clothing + sprite: Clothing/Shoes/Boots/cowboybootswhite.rsi + +- type: entity + parent: ClothingShoesBootsCowboyBrown + id: ClothingShoesBootsCowboyFancy + name: fancy cowboy boots + components: + - type: Sprite + sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi + - type: Clothing + sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 336f0639b3..7a9014f83d 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -63,6 +63,8 @@ - ClothingShoesCult - ClothingUniformJumpsuitAncient - ClothingUniformJumpsuitPirate + - ClothingShoesBootsCowboyFancy + - ClothingHeadHatCowboyBountyHunter rareChance: 0.01 prototypes: - Lighter @@ -123,6 +125,7 @@ - ClothingShoesBootsWork - ClothingShoesTourist - ClothingUniformJumpsuitLoungewear + - ClothingHeadHatCowboyRed chance: 0.6 offset: 0.0 diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml index 2383939ba1..fbe640aded 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml @@ -90,6 +90,7 @@ - ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - PlushiePenguin - PlushieHuman + - ClothingHeadHatCowboyRed - type: WiresPanel - type: Wires layoutId: Arcade diff --git a/Resources/Prototypes/SoundCollections/footsteps.yml b/Resources/Prototypes/SoundCollections/footsteps.yml index e48eeb6450..bd51e6b445 100644 --- a/Resources/Prototypes/SoundCollections/footsteps.yml +++ b/Resources/Prototypes/SoundCollections/footsteps.yml @@ -193,4 +193,11 @@ - type: soundCollection id: FootstepSticky files: - - /Audio/Effects/Footsteps/meatslap.ogg \ No newline at end of file + - /Audio/Effects/Footsteps/meatslap.ogg + +- type: soundCollection + id: FootstepSpurs + files: + - /Audio/Effects/Footsteps/spurs1.ogg + - /Audio/Effects/Footsteps/spurs2.ogg + - /Audio/Effects/Footsteps/spurs3.ogg diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..f668f9031f20582a15100311c56a8d70ef6f5c94 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z)jVAsLn`LH zz2%+NY9P_}aQ{~3hZP4Ky#q>Ktc#hnyJ*D@uJsB{PkOYJrevL2DD%s1b3&d<;g`Qk z|L?TFJD_uVN^0b#?|V&r7u)u)v*?@pymHgJ)l*Ve?)|s?+yb4`SN6%ePW-jvzw))^C=*Y!cdk-1%DR)I^CRrLmFIT+3sXr=<#>-jpKI_SV(!vPx*^+&aPK{0aIz z&YVpN+5L|-`W~-P@jUXqR-~&dB~HIr z{c7=M{}AnVf7{!)ymJ#b**(0Z`#06iA7Ki^yGka_6=IEGmCCMQU+HVYXzG5S@irHO@wnVFTvXi3bpjIeOj+MvlW^Yn?M2boNoL}xQC zIO@aGbH~PJPfg7qrU+4kg^VW4o9^^!^}Z8#<7v1mTan_(l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..90cac5a0fe10466ae3a9c2cb475c7909eaeacb42 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zH9TD$Ln`LH zz3G_MVj#i#;JTVZM+KMYoo5X9>J@i=5s2I&tjziHRN}G=LC5cxIo;nLB+mcW^U)(l z7Z~_5e~)LIWU>+i&*1{C?U}P8rl~q{NE{FRB5Pkgoy+K$%X`~B-}%q?J-bpW%b0N6 zjKLu^wB5K*VCK7jAH6g!o-;5+PE%}QSo?LM=*7}lovue^_UDbSm9_?P)!y%3&!#K+ zY>xB1=L`+0kqf?_e|&peFGIrG)~#Wmw(e84YA{}wxvOM-y=w{3ki^Jow@W!3js6KG z1>Zm4SndA(fBcRo<~ypt_Nyzw!J-n0f{|_4N_dMqB$F}{i*NQyxJ-FWMXmLQnXb>2l!QOBCJMBBO!1z4 Q5Ez;ap00i_>zopr030@_MF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/meta.json new file mode 100644 index 0000000000..ca18482c23 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/cowboyhatblack.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..9e72e0c1d4ebe4f2c18e8c80e005d339bfb7b4be GIT binary patch literal 392 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zojhF}Ln`LH zy|vNruz|p_kIafHI(Hx4?CAaem~qB0hCTAqN}H#9xFvB;?hX$6Fw*s0bkFSe%KL1DCTk&3XWnIO@?cYD1PB*`<^xeOF+Ebq(uh5^Gs+V_( zZxx>w`}N*=tNB5bBp(0!YteW0^|oj7S!eULN;12@{HVDP)XfF0KO0>5%Fn%(SDL^1m+q4_o7z70G_=0#s}=w7%i`2qzuo^u zLrPCY9xs{6H~scHncnon1~U#vKbgH@%i~Ws8zhoTWqqw5EHAd4#-wx8bf=QKm3+Xf it=xW7xnUN6(63<#`8lmvvVOT1NX*mK&t;ucLK6VTBC(PH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc74102592d28e4783bf1669a51fdbf9bbc4808 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvi2$Dv*8>L*NJ>iD+uOUkx*8f9 zs;a8~oWSs*i(%&N0wbUr#*!evUJ@i=5s2I&tjziHRN}G=LC5cxIo;nLB+mcW^U)(l z7Z~_5e~)LIWU>+i&*1{C?U}P8rl~q{NE{FRB5Pkgoy+K$%X`~B-}%q?J-bpW%b0N6 zjKLu^wB5K*VCK7jAH6g!o-;5+PE%}QSo?LM=*7}lovue^_UDbSm9_?P)!y%3&!#K+ zY>xB1=L`+0kqf?_e|&peFGIrG)~#Wmw(e84YA{}wxvOM-y=w{3ki^Jow@W!3js6KG z1>Zm4SndA(fBcRo<~ypt_Nyzw!J-n0f{|_4N_dMqB$F}{i*NQyxJ-FWMXmLQnXb>2l!QOBCJMBBO!1z4 Q5Ez;ap00i_>zopr030@_MF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/meta.json new file mode 100644 index 0000000000..ca18482c23 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/cowboyhatbountyhunter.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..05c2cd5843df1ed5d3bbd7d5667dc3b67a8ed996 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zJw06#dAbLcY<8B4dbh*R54>*r#S1=2@wybN}mUTJI zd)BgJtrD&)mN-AU|2>j7B~9+h_BrgI_D8C1zTwEp_?jP^CxWfnEa9_|->xeR;i1m4?bZ4rKc+td8pUxT>n<_Sdy7cocpO+E4c0(acL z{=dtYg!?VM%za|FCBvcdeej@F3P$+DNg(DXS?$4t=lSgR(VV9f6kw#uY?Tt zPyU$v=yxB(hg93fEyc^NOjas0q}&odVPsxt&!AS$qHuej!?c}l!oS}1%5AD%{(oJJ fAQJe=J&*C}zWG_#SeKs$hA@MttDnm{r-UW|@?WP` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..058886bec913610ba3e5e686d7356ef8b637b4f0 GIT binary patch literal 600 zcmV-e0;m0nP)B+)X1WCZu%^)TKWy5Z_pyNT?>&C5d@*YMHmr? z3tc#k(^bcD?m6duTTCN1jpNuKrp0}Bmvhd2f9HK4o?{jl7wM*KSF2|L89)Y*0sIdD z@p(3XdiA3B^~<^a)7Gcw<_*Bi)TEyLZYR^}Tk!e$vuJi<#XlXpiHIN}fQ|5K*prCe zO3K>WM*tp=4+HS#-RhYT9gkpkVZ}cj8zv!7QS&5Gff6~kQswLZAw5##!RQbG2cZXm ziSawf-S}ewfQ{k~TYCwK4-_5jq)NpFs?`IkX^ovynUNdUSXx?Uw<`EF<3TPm8o*0Yx06;aVVEgk#h4y!B3D77!Hgpw$vMaE*zE0{q##(R= zV+^W_h~R^O2x5fyn`H)m{KulG!jtXfA$I2{FlLspVR;t`A=3f~kSG_%z0}nZmhp zpcCC293U49F^UNuaYyyBbpkLwH*cD|a4B~LeSM5vsZu_496F(<7Go@NWGTd!{uuI+ z5aGBO2lBZbaimxqaNhCu!xwJd9qnxe&@zacP3T?iH+lif>)Xc{J8e(fBs?ob&eC6v m;(w*CzlIq=29N=C9pF2hP5@@>Frrcb0000+2k|6>N6wnl{2kgVB>p7fy<<$$^ZVX zXR-6b16P9~z|O1HeKd)HyFNg-hiyN)gndmSEoUVQ(&=StmoFI(ODRVT6c zdEDKpYX4(y&s*7SvBtzsdR0Y4R#=!;R7!;Y2lce@gv&1~Zn)>@`}jLVw(i;+Z zsL?+0wBu{**v;Nn{r}(e@_cRW*Z;pCF+v>3&|t6g>POtJgS8u0J>Hv>r}MfZ-@oBY z;PLs#vdoggPx$FiAu~RCt{2*-cJ^Kp4jHM?!)oKw*O>h6A|t6y34(ES{%JmmbC*z;x41n@XZp zA}&mk^n(GKRv`c1YQkj5`%Y$N^GE;y000000I)|A1$hz$`G418G8xDDWE|J7)2f;* zH|#l+Y&8uAS+|mBNv)>1?INF_oT3Rf8s#S70L?`ECE-dBziv zX11oYRWX*nPF>SkRUVzqJ5biO`+qEBBipb3keUYo000000002>^(8W|QY#xQ>sw@Q z(kSKWQ)FIO;}anLMdo+6ez6gK)oKHz;Y8-fczmBBMdpp~?9d|fRz(w;1HeH10A9jo U*oAEqrT_o{07*qoM6N<$f?rRmf&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/meta.json new file mode 100644 index 0000000000..ca18482c23 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/cowboyhatbrown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..f8dac32e474dfe3c079bdc967b30bb3caaab46d5 GIT binary patch literal 436 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z^E_P~Ln`LH zy|uCHkb_9;!^yr5+^ad17^}If?;k&QNGsnUBQtkltNs(~8=hLM(t=5I){2@OYNG|9Wn7z4i0YJJ(*9uDzc9waWJS^F7x8Pp3{aJhm)T%hT&}NTE#h zb*7jjg*8+2dkW9-clpinQ7hYg^F-9@#~)XycwWgdo2t^8{Vh1}bNk_iUv2yoC9(`8 zME)spdtl1<-+MRdOg3EhCH{~^a_#-_tx=)NFQ0s>FUGz6x!o4VUN`4` z@3VK`efDl^l>P)`&!``ofK8FIkE5W{JUY1l{o%Zhg@A@LY z1!rQOw{CZx5_rbCXzs1YleXM``z~(&*|g_}x%jk!$Z!h$3UsXT-G-&yB z{mU69nbP0l+XkKX-mnj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cad5acb6b28ba3ef62e9e07042a1e5e73e2ed602 GIT binary patch literal 552 zcmV+@0@wYCP)X?PDRUVsNdQ29xysHtfv$QId_B!C3?HYY`P ztz{#yiL|2e-yG>!GxO`48Qa=yHshAkZ(2PukQhh|0I9DAP9_ue@7-W9(5}sMHG$!9 zXxO&>sW`y7`%Ai-K&@8u0Up{9nBPqD`8>zt5yx?u&*#{-t@{0bY!X)!5D}V<21*nn zf{29A+U@qW>Eam}kH;Ze5y1}vlu`u0Par(6Rb&fn+g7bsi_vJLL;UWRsw$H0`7ny<-}g@_ z1VMo3d8}5ei}@qBKvaNIg75q6_j{C5?6y1B>ovNrQ!14x6bk6NPBxnbz;PT7heKHW z(m+NMcz*r`K($)^SV7m*L q#xn3fb@R`0VjwY)7)T7<+`v0CZts&EY=|@f0000>$AU;JJn}*MteuM|^8U-#I*${votwN=DTDQ?knAaW3Xi-jahmsB?DX!_DGb7b zjxxt*l;!_AH!)T6k_jurm)icjdF8gA{d`4yn;9$KujlRNXiJ{>dCXYGW<1dn~NV?T(0sJ~6ERHY$1}}rBtDnm{r-UW|FdnD~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatgrey.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..68dd2aafeb06deb792beaae2f3b735374550b2f2 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z13g_FLn`LH zy=9o!Y#_nJBe&#@gy+o)!TCrw3a$Y!wUgQt>ph_#U}Q=k;R?x6n`qhV!2V+7vID$gcTX zniHtV^6j^6i$KOKwrjW8r~Q$bzI#({v`Zih!;05ZvDYo1_n9#qm@m7*r|Ui)KT|M&CG1+Q7BAG^8pay7$`yq2J>iRu64&aHQtq++e9x@1a#*TcuJKYWXC z6-0oGo7Sirl^3!pUtgnZByX(!EGjw0F6|p1L!HuR1&(vQ5vylQG3eME&Cj~@pK*V# rrqTS`wC!Ru&)YHeoayW^d%`jA?qOp&|KR^xU-|xmCLcEAtJhqU0{pgN2WN1wOe!b9ewEYm6@itBY79PY?9;N|_L?(YiM!3dVNUb2B+iDln_peve_XIt zgke*7sNOuq@b*U*PwXe@bqo5>%w*8I{+;_@0yBN;yDR|mRy|j!)W7ncZRxU{s}jB zZWOD%uFUZA8|RXl(yI^D*)mOto9{4dXD8R2a(DUd4S^@7!gOAW|G>vt+rSyF!Mzz6 OlnkD(elF{r5}E)^=bOR+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d35648f52f1bd3b61b7784674fa9c713e64f4789 GIT binary patch literal 651 zcmV;60(AX}P)vqOFTBkq%NtT#C4en=g|F3F74c;36*K=HTckRpKCR(Md## zkhOMk&_b0`t-(U8wP{}NevdJlm$vc3Ao{|1nb^PWu3b zY|cxHtoJ((o>MwEv>%MK{iG?E;J)Xyk!jS7y zQA1Vh6Q~(OpinUe1uPURrVJxBkg^j9LbI1Z4S^~FN???l)}K%n1&l)G>SbKlAr*rn zQUg8!ifIryr%$mlGfSv-_1BDI5Jcc?_BsHolT*0Be5JyLCy)K0MSf|u5tUxO9{lhu z|MPe<)%f9*-fLHO^k1Ev+WelcR5=#;iI?ZUzLi&=DV%n zZLICfs9Agq&>BE`aKIf-A7~q>?aQbM(I~F_jtmX3u&7JRE4!M;t^oc4SyPx$I7vi7RCt{2*}qD|P!z}UpVFb!sW>zU{-H`iT=E2Y2j9WPx9KKG7QqMb8GHg4 zw>F3c$s$=y$WXXW(bifp^`!OU_cMh%oZKAlxfy;E0000000022D2_rGN1?N-Hyrfb zaL_ZW_nmF4LU9zj(RiZKcrv%PYQ5{zz)4b?PjwR>Hr9kKiz3y>2RkiwJ8el)R+LKf zsZNgfb#edj=?Tb+a&82CU^Y+HJus{8{BMHk=Dyzg=eKv-JvjQ)4QSNs^HZb$Z~y=R00000 z0R9n+INsZA&?=7iGPSXcgN95C8xG07*qoM6N<$f&hK2kN^Mx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..54abcc26f7a8d1363a41f9dd5cab63f08736cc52 GIT binary patch literal 378 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zO*~y3Ln`LH zy}8%xaDc?IkM1u6UR_z~D6r7WF{X%hC!79(i${0ARPzv9f1vt>=#Cw#3r!Rvy~L!A zMEZhNT|aAHQ~6gPY|$=!&-{sRn>!QGcpzxV-_e&FbKI;x)_vyBoTO))J)c_jcbjeI zt*+BJ&wuq<`-h5DNzX2`Xxp35r@pc|b-O_Jc14}W>y!l_Gc-KACWl;1TYb9Q_^xhT z(RsOBf4^Q~$-g-L>&um@o>djRMcJ}b?$+2yY583`|2pIIy&V_sPr98TGi9ExOymCr zUwAtvm*lhjT2|0ke!p?ewzL2JMa?$F>7M=k_Uyf=`Lp!5#_2}?KFthqD8qvTyM$(n zubj(UrfZ}hto`(5P)c0r;*tvSnd!}!*D1;67p?H0SowD5+vt?I-5E;7O2rJepBQb9 VwHl`0-FgaSh^MQc%Q~loCID(+qmlps literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/meta.json new file mode 100644 index 0000000000..ca18482c23 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/cowboyhatred.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..238181eaa71f2db397e340cd895f40d96e5a3279 GIT binary patch literal 415 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zBRyRlLn`LH zy=B{V$U)-R$9geA)x826u0(UpI}}|ZlmAeYX`1FT;ft5lnnHy{IQK+L_N*4r` z_gDRTkhD?b&?g)H-lK(QYV7onsZZ|w{^HQO*mLs74fnklPp+Id{hGN{uh#SMdkoKG z3Ty7u{GoIMg^R?=3#=TqW zrnArH{VTit^2ZW9tzsU6d>Whb^rN8{2c6A`YiTV$`RXeBe%j&;>5*XqPp00i_>zopr0PN(* AxBvhE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a8d059e4cde440d993fc1d8778685e7d3e1b7469 GIT binary patch literal 474 zcmV<00VV#4P)lq`^YiiX@!sCw-rwKc+}xCula!Q{=jZ3@>gu4N zpplW0;Nalndal(B$Og;o;%N#>SSHmx_vt#KgqM#>UXl(AL)0($Uh* z&CQF7ij0ek%gf5n&d$-%(bCe=(a_P2jg5?qjERYeiiwFr`w=|=0004WQchCeCj>eOZEv>0NGZa;FL=cCL zs~Ypg*B#z+W%~g!UCA7+H(Md~2G85=4@duW_Al3)Wo7^J?uB_|m;e0C6Y7!?Nz&P{ QYybcN07*qoM6N<$g1~_WZvX%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..d49501602d097cd83110c9a7c219591ec3c69727 GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zr9536Ln`LH zy|uBo#Xx}d!h2>#rgBGz;wjGJdCg222UsUqJ0zG$SLXX~-*tfJ#hSnROihBxy}ln9 zJ7D0&WQns$_o^8i*1h(-KKFTKQqPOua@V3Hl0)vB{=B61WbbqVCMOR2c~7s*TIQM5 zbN+W~p2yvD86H^o-TyAT(|&@;UWSu1E#ge&_Rn^ciGL!= n@Z#vlqk0SnEar8**uwrkxFh!PbP0l+XkK5G0si literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..edda641a77fe24574657fbe7e81a07322be5c0db GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z-Ln`LH zy?HRV#Xx}d!utjtz7j`f5jV?{hh`Z~&D;;{*i{@R3(vlrBA%n<8uxs^un}A3nvMGM z3QAD0=>L%xzc2T+8BBbI|D25v3KbRXdEBu{=i;{93s&}haqnE28#)|ZFDdChYeWPetxP~`99PoAXIc)E;ECOYh&fS!0V+!b1!`V+n=<19d}fGrP)D= z=G4f9wXKFHul!NiawDCu|G>GZ>aYJ#TEAroZC!P5UUBgatKYT-`ddH$k6zwdv;S+c z*1Qe`I8^!Gbn6z2umH1)_p(Z#B?2|iTf076xX7B}N7tEN!;@~$7V70POz=;slj^sh r9GoI|cmGb;XVb;bo|x02Av~YyMt545-Lnb6aAWXv^>bP0l+XkKQ6-iZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/meta.json new file mode 100644 index 0000000000..ca18482c23 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/cowboyhatwhite.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..f4c07acb2399701b6737d2db7ca2d1831917b4c5 GIT binary patch literal 450 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zYdl>XLn`LH zy=Cuz$U%bb1G{?vms1HG|IIj<3Wz_O-I|J+JhV7X+|B1EhN3lK2 z${EEz&z$R{X0Y?-?=w%>)XaD6+q3G8?Ss#z;je5g?yqLhv+)gn;UTZn)c57OuvMvG zOyxF3y-Tgvw)Gp;OXk;vd$@?2>{`$#uNYm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsblack.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..10fdd334bf70d32fb6d9d702882a87320c7adbd7 GIT binary patch literal 488 zcmVP)gH|C+9^&Wr1-^Pe{p&K>*VHmB=f3N|7FpT&%pEt(kv&_Q}-~X#xok9q3bY!3cMV=Q82A~4Pv1KtB zXe3Fx9|Pr$=Gb<{RGY9kSXA!^2Rh3*?rxyo_~z{m?#x9>$?cz%pPimG zxC#`8aft5+SeCgp1KPIc<%-ASaTU1RnOm*6mM@f?3x$PR^#*Gi(RmV zd86>Lmvj0)oGV7)@^ zU)}lL)|>qIshu>}I{-BBdSZ);w%I$?$VL_Ig8J&>Eu{xiW|`L>x4OTA!K!AKUjXNw zwXQ2z-aX=$-Nm8S9RF^z@4wcQ&gXx)yXT* zM{@KFl{uc$uik!8(Vie)T(d0xQMo733&i(_>ALI|T>r(@ zX-iRD+*-bn_a~=+%wNFGkTXyG$Gn^A|CtW_nQ?Bbm$@Y{k{CQ){an^LB{Ts5$~4u2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86dc42b539d64da8affd196735a93b3c5c6a594e GIT binary patch literal 509 zcmVbfbzyN7gwzr z{!P9M%_GD$0C0Y~3*Z`BKaQafVk99Ov!Ll8$o4;rH+zkM%i3Oyx2!LtaA?s!+w;v{v zu@bdlT1H2W#piC|t%_}+_jeRnhxJ)g71Zwi%>FkU08qR4eEy*X*522fho4ICRk0Ec zAwc!RBC>8Wd2|B|K-Nua>qUh33k-%2^D*GPYIUjPGg&uj-}V7GX>9tu*?Jkk;!=)3 z13S5a>BKvYeTT-Ht2!~(xGlkJK~*NUEj$bZ3}wCZ{lSE}p&z+K+7 z{fa&A^&X&O4gs)ihwj17i|+K};$5v}J8W0P84mar4>LKR*+ws!0f5DF z$pv^Cj{^bo%SAWjNT%S77-n+LYYe1Hl`7RUmF3y#T&YD(00000NkvXXu0mjfZi)5| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/meta.json new file mode 100644 index 0000000000..d48c778343 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsbrown.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ea841b8e92aa479f2cb0b8d8f13975b9193c65 GIT binary patch literal 610 zcmV-o0-gPdP)Px%97#k$RCt{2+OccYP#g#FuNMnWUF;%=h>-I}mlN>>m1IzQE{-l2Tyj_a2Sgmj z<)DLu^dE5SVvd%QfI}%RH7L|HF2T5rfwRt};9pwAj?!CNxUw*l~ z40!+%5fKp)5fKp)5fKq(4f=fr0MqTZnr^oh0JL0J?Zok3dy)C^)|QIGFqPGET?GJ9 z7%EAANq0aLhRU|AO#AA}N}(6O-@yw_Zh(YV0lp810D#%rtyKHdGZ&=!T2{-~f7`wt z#{huW51(kCQ>y?;(CwucsrEZ>eeGb0)627e?Z5c=f%Z9b7horj)yatoc%GN(^E?lJ z5TM~Wg{=e0`g0iF{9FY{p0VvXhHY8!gCKK^ZCUuZxha~&VFvxaN*=#I*?(hn@{i{^ zXz5%H0Py@s%Bv7-!>{=CV;3)X w2Zg>3u8obWQ>8JSH%?&jawXO0`+;`$Pry0R@YSgNJ^%m!07*qoM6N<$g6?)9AOHXW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a8687e4ba80714be65f2fe4983ac9eefe3b90c04 GIT binary patch literal 551 zcmV+?0@(eDP)QV;>Gh}fPwBVKARlUn#?nnaHDUYirx#TKz=zX^LdH23Q?#tbSkdTm&e@tZ1125Cl zZbG`x*5_~H>_RT*0?<6|=(o1FyXLtwXaNAPvNHfKcOOK7MnO?nFBZG{UJL~(;P^yG zo|*(`tSm44`dcl)ZjDemicmRd58H{XjuBS^_I>G^p89LJ%os+?&W*-S?G zR#yk?S{WNKkw*oy@36f2vu;1Sg8^*`3BwIx<()9`HS zhJXL`1;&#{J>vy>0~eQxb`N3$Ggn0G4Gjt-SG#6?g>C=jPB21Ix06OGpyc zY8Bluh{xk3B*`~U-y>-M)e4FtTv=7wEtLS++}IF)y;vkA%K*e;vA-+8n|Lglq-L5p zw#{NbFA{rwSyf5NGP|V`*-XZ_v7UFqLN4dFJH9tOjAPpXEavl~t;bi~-002ovPDHLkV1k!60_*?) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/meta.json new file mode 100644 index 0000000000..d48c778343 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/cowboybootsfancy.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..4ba2f91ac2df8e86a64b1d56ddf2ba16c2f1d510 GIT binary patch literal 495 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zS9-cQhE&XX zd&@EFkb?y4gYdV!uSAvZDJ$ug-YrWn>)htfxkE>frMg{HH|gAiMYAtNh%Dhw3@M16 zspqvu>S#(2*Qb4RC;Qxc(tk3ouAu`7EK0k)lBr?W>s7m6YcZ_2wQZKiP6_*zeKNfv z4}NP$hTaZi5csk0(#i8GbAhzhthAIri*MV$IIADM|KbP67ak!E^MA&etBcOeDSP}Q z!s~Cgnq_751v_pJ<$C#z+y)baVxJZXIJxw3Dqi?#6Qc7v;eO+X-Y~$%1tI*wX`=7E;R{3vq&QpJ_7{h|Qb=@-3U#ca(RCgyY zz2tl6&5c=S)fgUpwVfqj^EIHhD(26=y?*xdkv#Q6C+3A8&-a(D0zY_|Y|N!@UB48# zHFv5x&y>@t3=M%A8Bf*U@iY9B5-oWqJL%o5EnEeDTevo?4SYDIL?s&Kkx9M@mdj@?$Egv3-7t4g`WT)y{C4FUIv%7i+`-lDU^1u5r<~!6xIsiMygwkaDXvvWDhcVVf`35>Ea|)-AOXR@AQpFal5&T$u{A{+ zjl!Ma3cH$YEX*v4uvS?%l4Lg0ts{#2kPwg^6?J_}G(^yv*!4!RKB83u)X-qT-tJ#--g zV?{awKTozjRBt{$hT1>1foYl8K&R6g7&}r9UFS$iv(=(;ef_=$0Gh29zfVpE#{I8p zSpc-#?NG5IAHn9v2Bu{VBuXm^^?DuCvPh*;q!lGFPUu_Ef7QyG=4rYRoK~v<93C8a z`hKNCMpXewCX>?{@F!keUgpWRainCoRPqx0bzKNDs>*4#N+F*QENpBq*eMp>e#PJB z=DZ(nw^Z^f?(6CMYxzq8qNR z%)4*3TfiYTs0000 CKIroR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/meta.json new file mode 100644 index 0000000000..d48c778343 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/cowboybootswhite.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} From b301a9f4d0fe3c287284fdbb6de3d01d63619fcf Mon Sep 17 00:00:00 2001 From: emmafornash <89596994+emmafornash@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:23:39 -0500 Subject: [PATCH 075/391] Fixed syndicate bombs being unpurchasable (#24469) * fixed syndicite bombs being unpurchasable * removed previous attempt * added restock condition to listing's equal method * reverted id change (cherry picked from commit af632690a1619703da0b6158dee1b9eae7ae7c6d) --- Content.Shared/Store/ListingPrototype.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Store/ListingPrototype.cs b/Content.Shared/Store/ListingPrototype.cs index d80c5cf6c8..b0f72e6dfe 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -105,7 +105,8 @@ public bool Equals(ListingData? listing) Description != listing.Description || ProductEntity != listing.ProductEntity || ProductAction != listing.ProductAction || - ProductEvent != listing.ProductEvent) + ProductEvent != listing.ProductEvent || + RestockTime != listing.RestockTime) return false; if (Icon != null && !Icon.Equals(listing.Icon)) From e5915d9cfcf57a9e47943897094aa5d0b7fd6b2f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Jan 2024 03:24:22 +0000 Subject: [PATCH 076/391] Automatic changelog update (cherry picked from commit 725869ae3333e96a9678a046ea10eb284d40cf99) --- Resources/Changelog/Changelog.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 60bf28aa95..39fe871b33 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Janitors can now buy their own bomb suit for cleaning chemical spills. - type: Add - id: 5309 - time: '2023-12-11T08:41:54.0000000+00:00' - author: nok-ko changes: - message: "Fixed taking damage mid-sentence not activating \u201Cglorfcode\u201D" @@ -3823,3 +3817,12 @@ id: 5809 time: '2024-01-28T00:28:02.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24637 +- author: themias + changes: + - message: Added cowboy hats and boots to autodrobe, secdrobe, and maints + type: Add + - message: Added cowboy accent + type: Add + id: 5810 + time: '2024-01-28T03:23:16.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24299 From fc3197e13aa8df81fdad49038a3a82fe5bbf0f94 Mon Sep 17 00:00:00 2001 From: shamp <140359015+shampunj@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:41:36 +0300 Subject: [PATCH 077/391] Added new All at once game preset (#23171) * Update game_presets.yml * Create preset-allatonce.ftl * Update game_presets.yml * Update game_presets.yml the game rule has been removed: - pirates * Update game_presets.yml Pascal case/Camel case fix * Update preset-allatonce.ftl Camel case fix (cherry picked from commit 4920d5f7dfe0df8f8e45ec7d6a91cd3514d680c4) --- .../game-ticking/game-presets/preset-allatonce.ftl | 2 ++ Resources/Prototypes/game_presets.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Resources/Locale/en-US/game-ticking/game-presets/preset-allatonce.ftl diff --git a/Resources/Locale/en-US/game-ticking/game-presets/preset-allatonce.ftl b/Resources/Locale/en-US/game-ticking/game-presets/preset-allatonce.ftl new file mode 100644 index 0000000000..3452b2faa9 --- /dev/null +++ b/Resources/Locale/en-US/game-ticking/game-presets/preset-allatonce.ftl @@ -0,0 +1,2 @@ +all-at-once-title = All at once +all-at-once-description = It's just not your day... diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index bef4199b03..1c27a20346 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -8,6 +8,18 @@ rules: - RampingStationEventScheduler +- type: gamePreset + id: AllAtOnce + name: all-at-once-title + description: all-at-once-description + showInVote: false + rules: + - Nukeops + - Traitor + - Revolutionary + - Zombie + - RampingStationEventScheduler + - type: gamePreset id: Extended alias: From 72bc9a1cba29f4d8ff429f7d286a8714503d110f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Jan 2024 10:42:42 +0000 Subject: [PATCH 078/391] Automatic changelog update (cherry picked from commit dcd4e8f799aaf39a6c64d14fd6f2224ccba67d51) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 39fe871b33..109f08049d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: nok-ko - changes: - - message: "Fixed taking damage mid-sentence not activating \u201Cglorfcode\u201D" - type: Fix - id: 5310 - time: '2023-12-11T08:53:10.0000000+00:00' - author: Ubaser changes: - message: Added two eye scar markings for humans and dwarves. @@ -3826,3 +3820,10 @@ id: 5810 time: '2024-01-28T03:23:16.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24299 +- author: shampunj + changes: + - message: A new game preset! Can only be selected by admins. All at once. + type: Add + id: 5811 + time: '2024-01-28T10:41:36.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23171 From 2d165f72f1cd18826530c28bd40c3493d5056f36 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Jan 2024 10:47:37 +0000 Subject: [PATCH 079/391] Automatic changelog update (cherry picked from commit 0a6904fbe278166a2a9705d0001bc19aca2c3a2e) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 109f08049d..6c5dc3fb16 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Added two eye scar markings for humans and dwarves. - type: Add - id: 5311 - time: '2023-12-11T09:18:20.0000000+00:00' - author: Whisper changes: - message: Added black gloves to the clothesmate @@ -3827,3 +3821,10 @@ id: 5811 time: '2024-01-28T10:41:36.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23171 +- author: Doctor-Cpu + changes: + - message: 3kliksphilips name. + type: Fix + id: 5812 + time: '2024-01-28T10:46:32.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24657 From 1093edc67d7c7f05215befe18e0981365ddc39c7 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 28 Jan 2024 10:47:58 +0000 Subject: [PATCH 080/391] Give anomaly borg module a signaller (#24466) Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 19a05e11d037fd99c38f4a4a646fd6bf02f3c04c) --- .../Entities/Objects/Specific/Robotics/borg_modules.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index ac49066660..5bdaddda23 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -417,6 +417,8 @@ items: - AnomalyScanner - AnomalyLocatorUnpowered + - RemoteSignaller + - Multitool # service modules - type: entity From d545b0ea0c092a29e9b5511b9a8925680e036a9b Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sun, 28 Jan 2024 05:48:42 -0500 Subject: [PATCH 081/391] Add support clothing equip/unequip doafters (#24389) * add clothing equip/unequip doafters * boowomp (cherry picked from commit 804c76f8c9ac5eec851aa1e5a65b4b3c11ce2f65) --- .../Clothing/Components/ClothingComponent.cs | 34 ++++++++ .../Clothing/EntitySystems/ClothingSystem.cs | 27 +++++- .../Interaction/SmartEquipSystem.cs | 4 +- .../Inventory/InventorySystem.Equip.cs | 87 ++++++++++++++++--- 4 files changed, 133 insertions(+), 19 deletions(-) diff --git a/Content.Shared/Clothing/Components/ClothingComponent.cs b/Content.Shared/Clothing/Components/ClothingComponent.cs index 321b06114a..0f4c7f68bf 100644 --- a/Content.Shared/Clothing/Components/ClothingComponent.cs +++ b/Content.Shared/Clothing/Components/ClothingComponent.cs @@ -1,4 +1,5 @@ using Content.Shared.Clothing.EntitySystems; +using Content.Shared.DoAfter; using Content.Shared.Inventory; using Robust.Shared.Audio; using Robust.Shared.GameStates; @@ -66,6 +67,12 @@ public sealed partial class ClothingComponent : Component public ClothingMask UnisexMask = ClothingMask.UniformFull; public string? InSlot; + + [DataField, ViewVariables(VVAccess.ReadWrite)] + public TimeSpan EquipDelay = TimeSpan.Zero; + + [DataField, ViewVariables(VVAccess.ReadWrite)] + public TimeSpan UnequipDelay = TimeSpan.Zero; } [Serializable, NetSerializable] @@ -85,3 +92,30 @@ public enum ClothingMask : byte UniformFull, UniformTop } + +[Serializable, NetSerializable] +public sealed partial class ClothingEquipDoAfterEvent : DoAfterEvent +{ + public string Slot; + + public ClothingEquipDoAfterEvent(string slot) + { + Slot = slot; + } + + public override DoAfterEvent Clone() => this; +} + +[Serializable, NetSerializable] +public sealed partial class ClothingUnequipDoAfterEvent : DoAfterEvent +{ + public string Slot; + + public ClothingUnequipDoAfterEvent(string slot) + { + Slot = slot; + } + + public override DoAfterEvent Clone() => this; +} + diff --git a/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs b/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs index da2a09313a..92e31cfd8e 100644 --- a/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs @@ -7,7 +7,6 @@ using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Tag; -using Content.Shared.Timing; using Robust.Shared.GameStates; namespace Content.Shared.Clothing.EntitySystems; @@ -33,7 +32,11 @@ public override void Initialize() SubscribeLocalEvent(OnGotEquipped); SubscribeLocalEvent(OnGotUnequipped); SubscribeLocalEvent(OnMaskToggled); + + SubscribeLocalEvent(OnEquipDoAfter); + SubscribeLocalEvent(OnUnequipDoAfter); } + private void OnUseInHand(Entity ent, ref UseInHandEvent args) { if (args.Handled || !ent.Comp.QuickEquip) @@ -64,17 +67,17 @@ private void QuickEquip( if (TryComp(slotEntity, out ClothingComponent? item) && !item.QuickEquip) continue; - if (!_invSystem.TryUnequip(userEnt, slotDef.Name, true, inventory: userEnt, clothing: toEquipEnt)) + if (!_invSystem.TryUnequip(userEnt, slotDef.Name, true, inventory: userEnt, checkDoafter: true)) continue; - if (!_invSystem.TryEquip(userEnt, toEquipEnt, slotDef.Name, true, inventory: userEnt, clothing: toEquipEnt)) + if (!_invSystem.TryEquip(userEnt, toEquipEnt, slotDef.Name, true, inventory: userEnt, clothing: toEquipEnt, checkDoafter: true)) continue; _handsSystem.PickupOrDrop(userEnt, slotEntity.Value, handsComp: userEnt); } else { - if (!_invSystem.TryEquip(userEnt, toEquipEnt, slotDef.Name, true, inventory: userEnt, clothing: toEquipEnt)) + if (!_invSystem.TryEquip(userEnt, toEquipEnt, slotDef.Name, true, inventory: userEnt, clothing: toEquipEnt, checkDoafter: true)) continue; } @@ -113,6 +116,22 @@ private void OnMaskToggled(Entity ent, ref ItemMaskToggledEve SetEquippedPrefix(ent, args.IsToggled ? "toggled" : null, ent); } + private void OnEquipDoAfter(Entity ent, ref ClothingEquipDoAfterEvent args) + { + if (args.Handled || args.Cancelled || args.Target is not { } target) + return; + args.Handled = _invSystem.TryEquip(args.User, target, ent, args.Slot, clothing: ent.Comp, predicted: true, checkDoafter: false); + } + + private void OnUnequipDoAfter(Entity ent, ref ClothingUnequipDoAfterEvent args) + { + if (args.Handled || args.Cancelled || args.Target is not { } target) + return; + args.Handled = _invSystem.TryUnequip(args.User, target, args.Slot, clothing: ent.Comp, predicted: true, checkDoafter: false); + if (args.Handled) + _handsSystem.TryPickup(args.User, ent); + } + #region Public API public void SetEquippedPrefix(EntityUid uid, string? prefix, ClothingComponent? clothing = null) diff --git a/Content.Shared/Interaction/SmartEquipSystem.cs b/Content.Shared/Interaction/SmartEquipSystem.cs index 17c8f2e511..fb2bc3c460 100644 --- a/Content.Shared/Interaction/SmartEquipSystem.cs +++ b/Content.Shared/Interaction/SmartEquipSystem.cs @@ -118,7 +118,7 @@ private void HandleSmartEquip(ICommonSession? session, string equipmentSlot) } _hands.TryDrop(uid, hands.ActiveHand, handsComp: hands); - _inventory.TryEquip(uid, handItem.Value, equipmentSlot, predicted: true); + _inventory.TryEquip(uid, handItem.Value, equipmentSlot, predicted: true, checkDoafter:true); return; } @@ -209,7 +209,7 @@ private void HandleSmartEquip(ICommonSession? session, string equipmentSlot) return; } - _inventory.TryUnequip(uid, equipmentSlot, inventory: inventory, predicted: true); + _inventory.TryUnequip(uid, equipmentSlot, inventory: inventory, predicted: true, checkDoafter: true); _hands.TryPickup(uid, slotItem, handsComp: hands); } } diff --git a/Content.Shared/Inventory/InventorySystem.Equip.cs b/Content.Shared/Inventory/InventorySystem.Equip.cs index 5e740ec2ea..24006b0c9f 100644 --- a/Content.Shared/Inventory/InventorySystem.Equip.cs +++ b/Content.Shared/Inventory/InventorySystem.Equip.cs @@ -1,5 +1,6 @@ using System.Diagnostics.CodeAnalysis; using Content.Shared.Clothing.Components; +using Content.Shared.DoAfter; using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; @@ -24,6 +25,7 @@ public abstract partial class InventorySystem [Dependency] private readonly SharedItemSystem _item = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedContainerSystem _containerSystem = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; [Dependency] private readonly SharedHandsSystem _handsSystem = default!; [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; @@ -90,7 +92,7 @@ private void OnUseSlot(UseSlotNetworkMessage ev, EntitySessionEventArgs eventArg // unequip the item. if (itemUid != null) { - if (!TryUnequip(actor, ev.Slot, out var item, predicted: true, inventory: inventory)) + if (!TryUnequip(actor, ev.Slot, out var item, predicted: true, inventory: inventory, checkDoafter: true)) return; _handsSystem.PickupOrDrop(actor, item.Value); @@ -114,15 +116,15 @@ private void OnUseSlot(UseSlotNetworkMessage ev, EntitySessionEventArgs eventArg RaiseLocalEvent(held.Value, new HandDeselectedEvent(actor), false); - TryEquip(actor, actor, held.Value, ev.Slot, predicted: true, inventory: inventory, force: true); + TryEquip(actor, actor, held.Value, ev.Slot, predicted: true, inventory: inventory, force: true, checkDoafter:true); } public bool TryEquip(EntityUid uid, EntityUid itemUid, string slot, bool silent = false, bool force = false, bool predicted = false, - InventoryComponent? inventory = null, ClothingComponent? clothing = null) => - TryEquip(uid, uid, itemUid, slot, silent, force, predicted, inventory, clothing); + InventoryComponent? inventory = null, ClothingComponent? clothing = null, bool checkDoafter = false) => + TryEquip(uid, uid, itemUid, slot, silent, force, predicted, inventory, clothing, checkDoafter); public bool TryEquip(EntityUid actor, EntityUid target, EntityUid itemUid, string slot, bool silent = false, bool force = false, bool predicted = false, - InventoryComponent? inventory = null, ClothingComponent? clothing = null) + InventoryComponent? inventory = null, ClothingComponent? clothing = null, bool checkDoafter = false) { if (!Resolve(target, ref inventory, false)) { @@ -149,6 +151,34 @@ public bool TryEquip(EntityUid actor, EntityUid target, EntityUid itemUid, strin return false; } + if (checkDoafter && + clothing != null && + clothing.EquipDelay > TimeSpan.Zero && + (clothing.Slots & slotDefinition.SlotFlags) != 0 && + _containerSystem.CanInsert(itemUid, slotContainer)) + { + var args = new DoAfterArgs( + EntityManager, + actor, + clothing.EquipDelay, + new ClothingEquipDoAfterEvent(slot), + itemUid, + target, + itemUid) + { + BlockDuplicate = true, + BreakOnHandChange = true, + BreakOnUserMove = true, + BreakOnTargetMove = true, + CancelDuplicate = true, + RequireCanInteract = true, + NeedHand = true + }; + + _doAfter.TryStartDoAfter(args); + return false; + } + if (!_containerSystem.Insert(itemUid, slotContainer)) { if(!silent && _gameTiming.IsFirstTimePredicted) @@ -156,7 +186,7 @@ public bool TryEquip(EntityUid actor, EntityUid target, EntityUid itemUid, strin return false; } - if (!silent && clothing != null && clothing.EquipSound != null) + if (!silent && clothing != null) { _audio.PlayPredicted(clothing.EquipSound, target, actor); } @@ -284,9 +314,10 @@ public bool TryUnequip( bool predicted = false, InventoryComponent? inventory = null, ClothingComponent? clothing = null, - bool reparent = true) + bool reparent = true, + bool checkDoafter = false) { - return TryUnequip(uid, uid, slot, silent, force, predicted, inventory, clothing, reparent); + return TryUnequip(uid, uid, slot, silent, force, predicted, inventory, clothing, reparent, checkDoafter); } public bool TryUnequip( @@ -298,9 +329,10 @@ public bool TryUnequip( bool predicted = false, InventoryComponent? inventory = null, ClothingComponent? clothing = null, - bool reparent = true) + bool reparent = true, + bool checkDoafter = false) { - return TryUnequip(actor, target, slot, out _, silent, force, predicted, inventory, clothing, reparent); + return TryUnequip(actor, target, slot, out _, silent, force, predicted, inventory, clothing, reparent, checkDoafter); } public bool TryUnequip( @@ -312,9 +344,10 @@ public bool TryUnequip( bool predicted = false, InventoryComponent? inventory = null, ClothingComponent? clothing = null, - bool reparent = true) + bool reparent = true, + bool checkDoafter = false) { - return TryUnequip(uid, uid, slot, out removedItem, silent, force, predicted, inventory, clothing, reparent); + return TryUnequip(uid, uid, slot, out removedItem, silent, force, predicted, inventory, clothing, reparent, checkDoafter); } public bool TryUnequip( @@ -327,7 +360,8 @@ public bool TryUnequip( bool predicted = false, InventoryComponent? inventory = null, ClothingComponent? clothing = null, - bool reparent = true) + bool reparent = true, + bool checkDoafter = false) { removedItem = null; @@ -364,6 +398,33 @@ public bool TryUnequip( if (!force && !_containerSystem.CanRemove(removedItem.Value, slotContainer)) return false; + if (checkDoafter && + Resolve(removedItem.Value, ref clothing, false) && + (clothing.Slots & slotDefinition.SlotFlags) != 0 && + clothing.UnequipDelay > TimeSpan.Zero) + { + var args = new DoAfterArgs( + EntityManager, + actor, + clothing.UnequipDelay, + new ClothingUnequipDoAfterEvent(slot), + removedItem.Value, + target, + removedItem.Value) + { + BlockDuplicate = true, + BreakOnHandChange = true, + BreakOnUserMove = true, + BreakOnTargetMove = true, + CancelDuplicate = true, + RequireCanInteract = true, + NeedHand = true + }; + + _doAfter.TryStartDoAfter(args); + return false; + } + foreach (var slotDef in inventory.Slots) { if (slotDef != slotDefinition && slotDef.DependsOn == slotDefinition.Name) From 5a88211bbe6b79bf1a43240e1fd9b21f745a9e2f Mon Sep 17 00:00:00 2001 From: Kara Date: Sun, 28 Jan 2024 03:49:55 -0700 Subject: [PATCH 082/391] Lower speech noise volume & refactor system (#24579) * Lower speech noise sounds & refactor system christ fuck * MORE (cherry picked from commit 740c298d2fb5ec5fb74ded3eee667251c613fd64) --- Content.Server/Speech/SpeechNoiseSystem.cs | 56 ++++++++++--------- .../SurveillanceCameraSpeakerSystem.cs | 33 ++--------- Content.Shared/Speech/SpeechComponent.cs | 2 +- 3 files changed, 37 insertions(+), 54 deletions(-) diff --git a/Content.Server/Speech/SpeechNoiseSystem.cs b/Content.Server/Speech/SpeechNoiseSystem.cs index 4f66a0828b..5530f3fe57 100644 --- a/Content.Server/Speech/SpeechNoiseSystem.cs +++ b/Content.Server/Speech/SpeechNoiseSystem.cs @@ -24,51 +24,55 @@ public override void Initialize() SubscribeLocalEvent(OnEntitySpoke); } - private void OnEntitySpoke(EntityUid uid, SpeechComponent component, EntitySpokeEvent args) + public SoundSpecifier? GetSpeechSound(Entity ent, string message) { - if (component.SpeechSounds == null) return; - - var currentTime = _gameTiming.CurTime; - var cooldown = TimeSpan.FromSeconds(component.SoundCooldownTime); - - // Ensure more than the cooldown time has passed since last speaking - if (currentTime - component.LastTimeSoundPlayed < cooldown) return; + if (ent.Comp.SpeechSounds == null) + return null; // Play speech sound - string contextSound; - var prototype = _protoManager.Index(component.SpeechSounds); - var message = args.Message; + SoundSpecifier? contextSound; + var prototype = _protoManager.Index(ent.Comp.SpeechSounds); // Different sounds for ask/exclaim based on last character - switch (args.Message[^1]) + contextSound = message[^1] switch { - case '?': - contextSound = prototype.AskSound.GetSound(); - break; - case '!': - contextSound = prototype.ExclaimSound.GetSound(); - break; - default: - contextSound = prototype.SaySound.GetSound(); - break; - } + '?' => prototype.AskSound, + '!' => prototype.ExclaimSound, + _ => prototype.SaySound + }; // Use exclaim sound if most characters are uppercase. int uppercaseCount = 0; for (int i = 0; i < message.Length; i++) { - if (char.IsUpper(message[i])) uppercaseCount++; + if (char.IsUpper(message[i])) + uppercaseCount++; } if (uppercaseCount > (message.Length / 2)) { - contextSound = contextSound = prototype.ExclaimSound.GetSound(); + contextSound = prototype.ExclaimSound; } var scale = (float) _random.NextGaussian(1, prototype.Variation); - var pitchedAudioParams = component.AudioParams.WithPitchScale(scale); + contextSound.Params = ent.Comp.AudioParams.WithPitchScale(scale); + return contextSound; + } + + private void OnEntitySpoke(EntityUid uid, SpeechComponent component, EntitySpokeEvent args) + { + if (component.SpeechSounds == null) + return; + + var currentTime = _gameTiming.CurTime; + var cooldown = TimeSpan.FromSeconds(component.SoundCooldownTime); + + // Ensure more than the cooldown time has passed since last speaking + if (currentTime - component.LastTimeSoundPlayed < cooldown) + return; + var sound = GetSpeechSound((uid, component), args.Message); component.LastTimeSoundPlayed = currentTime; - _audio.PlayPvs(contextSound, uid, pitchedAudioParams); + _audio.PlayPvs(sound, uid); } } } diff --git a/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSpeakerSystem.cs b/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSpeakerSystem.cs index ce3d8568ab..7544fc376b 100644 --- a/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSpeakerSystem.cs +++ b/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraSpeakerSystem.cs @@ -1,4 +1,5 @@ using Content.Server.Chat.Systems; +using Content.Server.Speech; using Content.Shared.Speech; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; @@ -14,6 +15,7 @@ namespace Content.Server.SurveillanceCamera; public sealed class SurveillanceCameraSpeakerSystem : EntitySystem { [Dependency] private readonly SharedAudioSystem _audioSystem = default!; + [Dependency] private readonly SpeechSoundSystem _speechSound = default!; [Dependency] private readonly ChatSystem _chatSystem = default!; [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; @@ -37,35 +39,12 @@ private void OnSpeechSent(EntityUid uid, SurveillanceCameraSpeakerComponent comp var cd = TimeSpan.FromSeconds(component.SpeechSoundCooldown); // this part's mostly copied from speech + // what is wrong with you? if (time - component.LastSoundPlayed < cd - && TryComp(args.Speaker, out var speech) - && speech.SpeechSounds != null - && _prototypeManager.TryIndex(speech.SpeechSounds, out SpeechSoundsPrototype? speechProto)) + && TryComp(args.Speaker, out var speech)) { - var sound = args.Message[^1] switch - { - '?' => speechProto.AskSound, - '!' => speechProto.ExclaimSound, - _ => speechProto.SaySound - }; - - var uppercase = 0; - for (var i = 0; i < args.Message.Length; i++) - { - if (char.IsUpper(args.Message[i])) - { - uppercase++; - } - } - - if (uppercase > args.Message.Length / 2) - { - sound = speechProto.ExclaimSound; - } - - var scale = (float) _random.NextGaussian(1, speechProto.Variation); - var param = speech.AudioParams.WithPitchScale(scale); - _audioSystem.PlayPvs(sound, uid, param); + var sound = _speechSound.GetSpeechSound((args.Speaker, speech), args.Message); + _audioSystem.PlayPvs(sound, uid); component.LastSoundPlayed = time; } diff --git a/Content.Shared/Speech/SpeechComponent.cs b/Content.Shared/Speech/SpeechComponent.cs index 96e05502ad..272d9ef8ca 100644 --- a/Content.Shared/Speech/SpeechComponent.cs +++ b/Content.Shared/Speech/SpeechComponent.cs @@ -41,7 +41,7 @@ public sealed partial class SpeechComponent : Component }; [DataField] - public AudioParams AudioParams = AudioParams.Default.WithVolume(6f).WithRolloffFactor(4.5f); + public AudioParams AudioParams = AudioParams.Default.WithVolume(-2f).WithRolloffFactor(4.5f); [ViewVariables(VVAccess.ReadWrite)] [DataField] From 49851d9eb20284a2b01bcbedfa7e3736fae264f2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Jan 2024 10:51:01 +0000 Subject: [PATCH 083/391] Automatic changelog update (cherry picked from commit 487f94aa3b1bdd5f75ae95792d931e8b39a2cc24) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6c5dc3fb16..8bbb3f0744 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Whisper - changes: - - message: Added black gloves to the clothesmate - type: Add - id: 5312 - time: '2023-12-11T09:23:51.0000000+00:00' - author: mirrorcult changes: - message: Emergency lights no longer make sound @@ -3828,3 +3822,10 @@ id: 5812 time: '2024-01-28T10:46:32.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24657 +- author: mirrorcult + changes: + - message: Speech sounds are now quieter + type: Tweak + id: 5813 + time: '2024-01-28T10:49:55.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24579 From 01e6e2581dc457968a4ecaf5cad5d4442c61c5cb Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:13:29 +0100 Subject: [PATCH 084/391] Fix eris hud hand slot sprites (#24662) * Fix eris style hand slot sprites * rename meta to meta.json (cherry picked from commit 50f1b4b009b50d1889ef925e044a3761edb1798e) --- .../Textures/Interface/Eris/Slots/hand_l.png | Bin 368 -> 403 bytes .../Interface/Eris/Slots/hand_l_active.png | Bin 418 -> 464 bytes .../Textures/Interface/Eris/Slots/hand_r.png | Bin 406 -> 443 bytes .../Interface/Eris/Slots/hand_r_active.png | Bin 474 -> 523 bytes .../Interface/Eris/Slots/{meta => meta.json} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Resources/Textures/Interface/Eris/Slots/{meta => meta.json} (100%) diff --git a/Resources/Textures/Interface/Eris/Slots/hand_l.png b/Resources/Textures/Interface/Eris/Slots/hand_l.png index 3ee9d5702e889f81e607c381d75da153a836d536..c1871e5443dbbcd0432a3a58ab50aa03597dd10b 100644 GIT binary patch delta 355 zcmV-p0i6Eu0+R!fIe$e-L_t(oN9C8l3c^4P#!qo^5Ya{P&l?m6p_9+=Bshp~pcY*e zad1?=gOuxeHaY8gLIXmvrQa|4a-mTwax|bnOBRoIrym^UemkqpcBwTfTDX8XZeFfg zP>9ha(aD++O;QXk4xMbj)yV>abaQ}EsSk&P!mDkF-~iL<_uoq z2n!(12q2$S<7)t9i!THVfM)Xv-%79m=yWLrJ?8_#0w8-1!W5RmR{kC^g^;lgA)OJT z3fMhBL+BlZPh8J@1V92VYkVi9XcSW)n8Mt(vO2dqRWG-le_>z0gfJ- SP}*$(0000HlzSqBxmf`WnwI_VaalX4|5#-5v(=Dl8!Jju`b?oUD@(z11+KO4#6WmF}3c)peO z$G4!(FKSztseVwe%Ag**)X@7C(jOTqpq!Dq|JpoYs znghDsyUNTEqBuaWcYlVi5a@6KxrJ6III8IYP@zqmYBmyq!Qe^o^GzdgUE1^I^7B`T z;zh_DY#qRq0_^2*J8d>w+3ohsLE29v5EI9$077Af2MtvW22g<5LE^8G3qk>`9s#6I zH2w@g(~=570e?_zDV7=u3V=$tLg=^@2nqo28H6uvh0VSX_(JeFgs`3wrU-;Jpoh>U zh?JVC1)u`4)TEw}rlVNvz!zrU)+jiDpUc4wopUL#)_nT{jb2D%p8c;Y83-qjE1H55 z1KchcPNjnfLmLpMZP+A)?`Y+rh-l!Qh_=Mz)K6jTp&D8u#dOUh!uFxGCw!`&00000 LNkvXXu0mjf#T~?m delta 370 zcmV-&0ge991EK?vIe%11L_t(oh0T{iio!4yhX2a!2i#Z~1cf<)P#3c+^bVfDYq;n& zJi**S=+1@0oM1p96zaw+=pww5noRqWHtGDUG%5W)UXqdkBPRlYJjEkRn*)pW6xY)o zi}kb@fWC1(-Ek;@T_Kqbfn$!xp#b*3%U-aqd~YwB#Dp5Y;ePW#eEy;Jkwh)fccHn2m=i#*)X*VjkP0Np3Q4kR^bzyTD;dD~{L?z_eGztLbb&#p zAdY9+b`zpRRo(mwn7|b3?~-s5Xam1WbO~6m0WO>yD}kZmRst??Ao)lGw|)4{EZvw#{CoCICM{tuW+YE$ao0wxLd`L8xhKpqa>okd*0 zK@TLR{I4S!0Bk=m!6j;euN|T+9Y>_%fbe$A%>zDTO2xv&#es>5H$yyVK0|&)vMiZZ-2`2t2bu=p`EB4Xet!N zhrwq)f9_3O77{1$-PV9>m!t&GP`zB#M_h?)f6RQ{s8vvr|%@6gwB|yB54U1?t%r0KzCn-?jL@ zU!4M^dkRL2L50}J#I-m8T)!%WQ4B_lL7r`=F6Q}h%!R1YG=Dd%5ULZKxr>}%!1)D) zWY)x02-$O!4gdgS2LM1>o~;9@G3!8Co*_j2qa3RO0I*tnBLLNQZzWhOyaUWm!E+?Z z?$=1#*b!O|Oo;;kAsO=gh$Pv$1$ecLmVj980YWlk2H$?q6_&Zqj(8hD3d}+1#^NcMDvim8)Lz9>%p|uC@Rz{5Z-V#N z@P7dGU5j*2{Q>am6!?M|ORy%y=SMo`!ShF-KdN5h0VkKHq0N0-_y7O^07*qoM6N<$ Eg1>j55C8xG diff --git a/Resources/Textures/Interface/Eris/Slots/hand_r_active.png b/Resources/Textures/Interface/Eris/Slots/hand_r_active.png index fb9eeff5c5cdc7b5b0519911f491bb3418b3b364..91e68e16cc8054606357ba092fab55f88aca34a4 100644 GIT binary patch delta 476 zcmV<20VDp}1B(QZIe)!LL_t(oN5xmMY63wJ9Ygv+ng~INkRp{uK#O!j{vluBZ&>&n z_XYWffL)3R7FH<&5hP$5f8mn1GRNM!>%Kj`y8$`xZf4%wH?w=YA}w17__ML(&*L(a zyV13*KX!uaDW*AaeVdC+=VCC`%+32ua=gsG`lnz;V_zrV2Y)0kG^%cJ;JjpgfznW1 zaW8$ehr`F>@n-WQ+wE_3bgTnNK#70LQI0|ZH^FN4Dfsnzw`^|OPnAG`QNT1>R*oMG z9?XNqVo4`XaojiePK*NRP}cwq`R#I~0K|M1(+~(vwR6_qC8U_%9h1HP z)&bvqPL(=DkRpI!mxO&E`p>9h2<$fpSB!sfbz@dN8&!bXkWh>&I+ZpgzAahBymVMe z0Ypvi%~rW_Gt=;CDjggc+8|M^15J{!2Ua0Q>{+ioKcm SF91mZ0000CpWHV#_YREkDf4ukRF#{dT0ayn-7D0JqJRfj9 zWQ^y7RtDl9*F(lGgjJY(mH_r^9=i}W=SeHGSK2Nw6^Nc#*nc($_}NTY1bN2Ax4tUS z_h-dANp7U+-6+I%c>#E=LY!V*U>u)_;}f1YGG;DAh@R_1-f(QnLDT6M08w-_4p4ZK zfCVZDV2T;xdm0WjNIg%!3 zgjNPr<^Y~I!hiQ?xbDy{z^h@@2E=F&c;2Wngz+Y93ZVs%BsXgiS^#N!*M<;rx)9nW zcm*LFH_2G59*~V>W3kqm5&s4d26Yg+YJCb+rD-xDwMVfqYqHh`$S(&UjUjZt*GcO_ zVpF9HiRwybTcr#DEI%)AhbREPS2&BH8;BwU?}U&&oFwPX{W^a(*?64FQaw~V(Jvu1 Vyh}19lH~vZ002ovPDHLkV1n`$wa)+m diff --git a/Resources/Textures/Interface/Eris/Slots/meta b/Resources/Textures/Interface/Eris/Slots/meta.json similarity index 100% rename from Resources/Textures/Interface/Eris/Slots/meta rename to Resources/Textures/Interface/Eris/Slots/meta.json From c0b11e141d7d8d00403103f3d6d98d0b64ee7edf Mon Sep 17 00:00:00 2001 From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:13:48 -0600 Subject: [PATCH 085/391] Remove salvage flesh ghost roles (#24651) nomoresentientmeat (cherry picked from commit 96ffc31b66490ff1882922f66171126de5255415) --- Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml b/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml index cb21324f39..06ab02dedc 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml @@ -252,10 +252,6 @@ Slash: 6 - type: ReplacementAccent accent: genericAggressive - - type: GhostRole - prob: 0.25 - name: ghost-role-information-salvage-flesh-name - description: ghost-role-information-salvage-flesh-description - type: SalvageMobRestrictions - type: entity From 22405349cca58e932f078d4e75303ccd0f33028d Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:31:16 +0100 Subject: [PATCH 086/391] Localize preset labels on chem dispenser (#24617) (cherry picked from commit 556545e324a135e8a4da643a41c94b636d83d946) --- .../Labels/Label/Components/LabelComponent.cs | 7 ++- Content.Server/Labels/Label/LabelSystem.cs | 7 +++ .../Objects/Specific/chemical-containers.yml | 48 +++++++++---------- 3 files changed, 37 insertions(+), 25 deletions(-) diff --git a/Content.Server/Labels/Label/Components/LabelComponent.cs b/Content.Server/Labels/Label/Components/LabelComponent.cs index d697d6260a..a23acc55da 100644 --- a/Content.Server/Labels/Label/Components/LabelComponent.cs +++ b/Content.Server/Labels/Label/Components/LabelComponent.cs @@ -7,12 +7,17 @@ namespace Content.Server.Labels.Components public sealed partial class LabelComponent : Component { /// - /// The actual text in the label + /// Current text on the label. If set before map init, during map init this string will be localized. + /// This permits localized preset labels with fallback to the text written on the label. /// [ViewVariables(VVAccess.ReadWrite)] [DataField("currentLabel")] public string? CurrentLabel { get; set; } + /// + /// The original name of the entity + /// Used for reverting the modified entity name when the label is removed + /// [DataField("originalName")] public string? OriginalName { get; set; } } diff --git a/Content.Server/Labels/Label/LabelSystem.cs b/Content.Server/Labels/Label/LabelSystem.cs index 92c043dea5..29da983b9d 100644 --- a/Content.Server/Labels/Label/LabelSystem.cs +++ b/Content.Server/Labels/Label/LabelSystem.cs @@ -31,6 +31,7 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(OnExamine); + SubscribeLocalEvent(OnLabelCompMapInit); SubscribeLocalEvent(OnComponentInit); SubscribeLocalEvent(OnComponentRemove); SubscribeLocalEvent(OnContainerModified); @@ -38,6 +39,12 @@ public override void Initialize() SubscribeLocalEvent(OnExamined); } + private void OnLabelCompMapInit(EntityUid uid, LabelComponent component, MapInitEvent args) + { + if (!string.IsNullOrEmpty(component.CurrentLabel)) + component.CurrentLabel = Loc.GetString(component.CurrentLabel); + } + /// /// Apply or remove a label on an entity. /// diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml index 01f5e45c47..c8a204e115 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml @@ -58,7 +58,7 @@ noSpawn: true components: - type: Label - currentLabel: carbon + currentLabel: reagent-name-carbon - type: SolutionContainerManager solutions: beaker: @@ -73,7 +73,7 @@ noSpawn: true components: - type: Label - currentLabel: iodine + currentLabel: reagent-name-iodine - type: SolutionContainerManager solutions: beaker: @@ -88,7 +88,7 @@ noSpawn: true components: - type: Label - currentLabel: fluorine + currentLabel: reagent-name-fluorine - type: SolutionContainerManager solutions: beaker: @@ -103,7 +103,7 @@ noSpawn: true components: - type: Label - currentLabel: chlorine + currentLabel: reagent-name-chlorine - type: SolutionContainerManager solutions: beaker: @@ -118,7 +118,7 @@ noSpawn: true components: - type: Label - currentLabel: aluminium + currentLabel: reagent-name-aluminium - type: SolutionContainerManager solutions: beaker: @@ -133,7 +133,7 @@ noSpawn: true components: - type: Label - currentLabel: phosphorus + currentLabel: reagent-name-phosphorus - type: SolutionContainerManager solutions: beaker: @@ -148,7 +148,7 @@ noSpawn: true components: - type: Label - currentLabel: sulfur + currentLabel: reagent-name-sulfur - type: SolutionContainerManager solutions: beaker: @@ -163,7 +163,7 @@ noSpawn: true components: - type: Label - currentLabel: silicon + currentLabel: reagent-name-silicon - type: SolutionContainerManager solutions: beaker: @@ -178,7 +178,7 @@ noSpawn: true components: - type: Label - currentLabel: hydrogen + currentLabel: reagent-name-hydrogen - type: SolutionContainerManager solutions: beaker: @@ -193,7 +193,7 @@ noSpawn: true components: - type: Label - currentLabel: lithium + currentLabel: reagent-name-lithium - type: SolutionContainerManager solutions: beaker: @@ -208,7 +208,7 @@ noSpawn: true components: - type: Label - currentLabel: sodium + currentLabel: reagent-name-sodium - type: SolutionContainerManager solutions: beaker: @@ -223,7 +223,7 @@ noSpawn: true components: - type: Label - currentLabel: potassium + currentLabel: reagent-name-potassium - type: SolutionContainerManager solutions: beaker: @@ -238,7 +238,7 @@ noSpawn: true components: - type: Label - currentLabel: radium + currentLabel: reagent-name-radium - type: SolutionContainerManager solutions: beaker: @@ -253,7 +253,7 @@ noSpawn: true components: - type: Label - currentLabel: iron + currentLabel: reagent-name-iron - type: SolutionContainerManager solutions: beaker: @@ -268,7 +268,7 @@ noSpawn: true components: - type: Label - currentLabel: copper + currentLabel: reagent-name-copper - type: SolutionContainerManager solutions: beaker: @@ -283,7 +283,7 @@ noSpawn: true components: - type: Label - currentLabel: gold + currentLabel: reagent-name-gold - type: SolutionContainerManager solutions: beaker: @@ -298,7 +298,7 @@ noSpawn: true components: - type: Label - currentLabel: mercury + currentLabel: reagent-name-mercury - type: SolutionContainerManager solutions: beaker: @@ -313,7 +313,7 @@ noSpawn: true components: - type: Label - currentLabel: silver + currentLabel: reagent-name-silver - type: SolutionContainerManager solutions: beaker: @@ -328,7 +328,7 @@ noSpawn: true components: - type: Label - currentLabel: ethanol + currentLabel: reagent-name-ethanol - type: SolutionContainerManager solutions: beaker: @@ -343,7 +343,7 @@ noSpawn: true components: - type: Label - currentLabel: sugar + currentLabel: reagent-name-sugar - type: SolutionContainerManager solutions: beaker: @@ -358,7 +358,7 @@ noSpawn: true components: - type: Label - currentLabel: nitrogen + currentLabel: reagent-name-nitrogen - type: SolutionContainerManager solutions: beaker: @@ -373,7 +373,7 @@ noSpawn: true components: - type: Label - currentLabel: oxygen + currentLabel: reagent-name-oxygen - type: SolutionContainerManager solutions: beaker: @@ -388,7 +388,7 @@ noSpawn: true components: - type: Label - currentLabel: Plant-B-Gone + currentLabel: reagent-name-plant-b-gone - type: SolutionContainerManager solutions: beaker: @@ -403,7 +403,7 @@ noSpawn: true components: - type: Label - currentLabel: welding fuel + currentLabel: reagent-name-welding-fuel - type: SolutionContainerManager solutions: beaker: From 532928037858dd19bd0656977f286460e4ff1c45 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Sun, 28 Jan 2024 15:32:42 -0800 Subject: [PATCH 087/391] Add events for GunComponent values, muzzle flashes and cartridge spread (#24077) * Add a modifier event for GunComponent values * Add docs * Add VV readwrite to modified values * Add more docs * More docs * Add Gun parameter to GunRefreshModifiersEvent * Add another event for handling cartridge spread * Fix pneumatic speed (cherry picked from commit 4e8b1fb0d3ef23c79ea3ca0cec05932de03601f5) --- .../Weapons/Ranged/GunSpreadOverlay.cs | 8 +- .../Weapons/Ranged/Systems/GunSystem.cs | 15 +- .../Components/AdminMinigunComponent.cs | 7 + .../Administration/Systems/AdminGunSystem.cs | 17 +++ .../Systems/AdminVerbSystem.Tools.cs | 5 +- .../PneumaticCannon/PneumaticCannonSystem.cs | 15 +- .../Weapons/Ranged/Systems/GunSystem.cs | 24 +-- .../PneumaticCannonComponent.cs | 6 + .../Weapons/Ranged/Components/GunComponent.cs | 138 ++++++++++++++---- .../Ranged/Events/GunGetAmmoSpreadEvent.cs | 8 + .../Events/GunMuzzleFlashAttemptEvent.cs | 8 + .../Ranged/Events/GunRefreshModifiersEvent.cs | 23 +++ .../Systems/SharedGunSystem.Ballistic.cs | 4 +- .../Systems/SharedGunSystem.Interactions.cs | 6 +- .../Weapons/Ranged/Systems/SharedGunSystem.cs | 59 ++++++-- Content.Shared/Wieldable/WieldableSystem.cs | 31 ++-- 16 files changed, 284 insertions(+), 90 deletions(-) create mode 100644 Content.Server/Administration/Components/AdminMinigunComponent.cs create mode 100644 Content.Server/Administration/Systems/AdminGunSystem.cs create mode 100644 Content.Shared/Weapons/Ranged/Events/GunGetAmmoSpreadEvent.cs create mode 100644 Content.Shared/Weapons/Ranged/Events/GunMuzzleFlashAttemptEvent.cs create mode 100644 Content.Shared/Weapons/Ranged/Events/GunRefreshModifiersEvent.cs diff --git a/Content.Client/Weapons/Ranged/GunSpreadOverlay.cs b/Content.Client/Weapons/Ranged/GunSpreadOverlay.cs index 559c465e6d..84b6ce4048 100644 --- a/Content.Client/Weapons/Ranged/GunSpreadOverlay.cs +++ b/Content.Client/Weapons/Ranged/GunSpreadOverlay.cs @@ -56,11 +56,11 @@ protected override void Draw(in OverlayDrawArgs args) return; // (☞゚ヮ゚)☞ - var maxSpread = gun.MaxAngle; - var minSpread = gun.MinAngle; + var maxSpread = gun.MaxAngleModified; + var minSpread = gun.MinAngleModified; var timeSinceLastFire = (_timing.CurTime - gun.NextFire).TotalSeconds; - var currentAngle = new Angle(MathHelper.Clamp(gun.CurrentAngle.Theta - gun.AngleDecay.Theta * timeSinceLastFire, - gun.MinAngle.Theta, gun.MaxAngle.Theta)); + var currentAngle = new Angle(MathHelper.Clamp(gun.CurrentAngle.Theta - gun.AngleDecayModified.Theta * timeSinceLastFire, + gun.MinAngleModified.Theta, gun.MaxAngleModified.Theta)); var direction = (mousePos.Position - mapPos.Position); worldHandle.DrawLine(mapPos.Position, mousePos.Position + direction, Color.Orange); diff --git a/Content.Client/Weapons/Ranged/Systems/GunSystem.cs b/Content.Client/Weapons/Ranged/Systems/GunSystem.cs index e4a95ac2c5..ce43057d63 100644 --- a/Content.Client/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Client/Weapons/Ranged/Systems/GunSystem.cs @@ -3,7 +3,6 @@ using Content.Client.Weapons.Ranged.Components; using Content.Shared.Camera; using Content.Shared.CombatMode; -using Robust.Shared.Spawners; using Content.Shared.Weapons.Ranged; using Content.Shared.Weapons.Ranged.Components; using Content.Shared.Weapons.Ranged.Events; @@ -195,7 +194,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? { if (throwItems) { - Recoil(user, direction, gun.CameraRecoilScalar); + Recoil(user, direction, gun.CameraRecoilScalarModified); if (IsClientSide(ent!.Value)) Del(ent.Value); else @@ -210,8 +209,8 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? { SetCartridgeSpent(ent!.Value, cartridge, true); MuzzleFlash(gunUid, cartridge, user); - Audio.PlayPredicted(gun.SoundGunshot, gunUid, user); - Recoil(user, direction, gun.CameraRecoilScalar); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); + Recoil(user, direction, gun.CameraRecoilScalarModified); // TODO: Can't predict entity deletions. //if (cartridge.DeleteOnSpawn) // Del(cartridge.Owner); @@ -228,16 +227,16 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? break; case AmmoComponent newAmmo: MuzzleFlash(gunUid, newAmmo, user); - Audio.PlayPredicted(gun.SoundGunshot, gunUid, user); - Recoil(user, direction, gun.CameraRecoilScalar); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); + Recoil(user, direction, gun.CameraRecoilScalarModified); if (IsClientSide(ent!.Value)) Del(ent.Value); else RemoveShootable(ent.Value); break; case HitscanPrototype: - Audio.PlayPredicted(gun.SoundGunshot, gunUid, user); - Recoil(user, direction, gun.CameraRecoilScalar); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); + Recoil(user, direction, gun.CameraRecoilScalarModified); break; } } diff --git a/Content.Server/Administration/Components/AdminMinigunComponent.cs b/Content.Server/Administration/Components/AdminMinigunComponent.cs new file mode 100644 index 0000000000..368d3d3ba7 --- /dev/null +++ b/Content.Server/Administration/Components/AdminMinigunComponent.cs @@ -0,0 +1,7 @@ +namespace Content.Server.Administration.Components; + +[RegisterComponent] +public sealed partial class AdminMinigunComponent : Component +{ + +} diff --git a/Content.Server/Administration/Systems/AdminGunSystem.cs b/Content.Server/Administration/Systems/AdminGunSystem.cs new file mode 100644 index 0000000000..6270481a3c --- /dev/null +++ b/Content.Server/Administration/Systems/AdminGunSystem.cs @@ -0,0 +1,17 @@ +using Content.Server.Administration.Components; +using Content.Shared.Weapons.Ranged.Events; + +namespace Content.Server.Administration.Systems; + +public sealed class AdminGunSystem : EntitySystem +{ + public override void Initialize() + { + SubscribeLocalEvent(OnGunRefreshModifiers); + } + + private void OnGunRefreshModifiers(Entity ent, ref GunRefreshModifiersEvent args) + { + args.FireRate = 15; + } +} diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs index 7dbbacb340..296e48274c 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs @@ -12,6 +12,7 @@ using Content.Server.Stack; using Content.Server.Station.Components; using Content.Server.Station.Systems; +using Content.Server.Weapons.Ranged.Systems; using Content.Shared.Access; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; @@ -52,6 +53,7 @@ public sealed partial class AdminVerbSystem [Dependency] private readonly BatterySystem _batterySystem = default!; [Dependency] private readonly SharedTransformSystem _xformSystem = default!; [Dependency] private readonly MetaDataSystem _metaSystem = default!; + [Dependency] private readonly GunSystem _gun = default!; private void AddTricksVerbs(GetVerbsEvent args) { @@ -697,7 +699,8 @@ private void AddTricksVerbs(GetVerbsEvent args) Icon = new SpriteSpecifier.Rsi(new("/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi"), "icon"), Act = () => { - gun.FireRate = 15; + EnsureComp(args.Target); + _gun.RefreshModifiers((args.Target, gun)); }, Impact = LogImpact.Medium, Message = Loc.GetString("admin-trick-minigun-fire-description"), diff --git a/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs b/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs index 9db9aa296d..60f0603074 100644 --- a/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs +++ b/Content.Server/PneumaticCannon/PneumaticCannonSystem.cs @@ -2,12 +2,14 @@ using Content.Server.Atmos.EntitySystems; using Content.Server.Storage.EntitySystems; using Content.Server.Stunnable; +using Content.Server.Weapons.Ranged.Systems; using Content.Shared.Containers.ItemSlots; using Content.Shared.Interaction; using Content.Shared.PneumaticCannon; using Content.Shared.StatusEffect; using Content.Shared.Tools.Components; using Content.Shared.Weapons.Ranged.Components; +using Content.Shared.Weapons.Ranged.Events; using Content.Shared.Weapons.Ranged.Systems; using Robust.Shared.Containers; @@ -17,6 +19,7 @@ public sealed class PneumaticCannonSystem : SharedPneumaticCannonSystem { [Dependency] private readonly AtmosphereSystem _atmos = default!; [Dependency] private readonly GasTankSystem _gasTank = default!; + [Dependency] private readonly GunSystem _gun = default!; [Dependency] private readonly StunSystem _stun = default!; [Dependency] private readonly ItemSlotsSystem _slots = default!; @@ -27,6 +30,7 @@ public override void Initialize() SubscribeLocalEvent(OnInteractUsing, before: new []{ typeof(StorageSystem) }); SubscribeLocalEvent(OnShoot); SubscribeLocalEvent(OnContainerInserting); + SubscribeLocalEvent(OnGunRefreshModifiers); } private void OnInteractUsing(EntityUid uid, PneumaticCannonComponent component, InteractUsingEvent args) @@ -47,10 +51,9 @@ private void OnInteractUsing(EntityUid uid, PneumaticCannonComponent component, Popup.PopupEntity(Loc.GetString("pneumatic-cannon-component-change-power", ("power", component.Power.ToString())), uid, args.User); + component.ProjectileSpeed = GetProjectileSpeedFromPower(component); if (TryComp(uid, out var gun)) - { - gun.ProjectileSpeed = GetProjectileSpeedFromPower(component); - } + _gun.RefreshModifiers((uid, gun)); args.Handled = true; } @@ -105,6 +108,12 @@ private void OnShoot(Entity cannon, ref GunShotEvent a _slots.TryEject(uid, PneumaticCannonComponent.TankSlotId, args.User, out _); } + private void OnGunRefreshModifiers(Entity ent, ref GunRefreshModifiersEvent args) + { + if (ent.Comp.ProjectileSpeed is { } speed) + args.ProjectileSpeed = speed; + } + /// /// Returns whether the pneumatic cannon has enough gas to shoot an item, as well as the tank itself. /// diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs index 4e4bdf78b1..007f30a284 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs @@ -10,7 +10,6 @@ using Content.Shared.Damage.Systems; using Content.Shared.Database; using Content.Shared.Effects; -using Content.Shared.FixedPoint; using Content.Shared.Interaction.Components; using Content.Shared.Projectiles; using Content.Shared.Weapons.Melee; @@ -19,11 +18,9 @@ using Content.Shared.Weapons.Ranged.Events; using Content.Shared.Weapons.Ranged.Systems; using Content.Shared.Weapons.Reflect; -using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Physics; -using Robust.Shared.Physics.Components; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Utility; @@ -156,8 +153,11 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? } if (cartridge.Count > 1) { - var angles = LinearSpread(mapAngle - cartridge.Spread / 2, - mapAngle + cartridge.Spread / 2, cartridge.Count); + var ev = new GunGetAmmoSpreadEvent(cartridge.Spread); + RaiseLocalEvent(gunUid, ref ev); + + var angles = LinearSpread(mapAngle - ev.Spread / 2, + mapAngle + ev.Spread / 2, cartridge.Count); for (var i = 0; i < cartridge.Count; i++) { @@ -180,7 +180,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? SetCartridgeSpent(ent.Value, cartridge, true); MuzzleFlash(gunUid, cartridge, user); - Audio.PlayPredicted(gun.SoundGunshot, gunUid, user); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); if (cartridge.DeleteOnSpawn) Del(ent.Value); @@ -201,7 +201,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? case AmmoComponent newAmmo: shotProjectiles.Add(ent!.Value); MuzzleFlash(gunUid, newAmmo, user); - Audio.PlayPredicted(gun.SoundGunshot, gunUid, user); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); ShootOrThrow(ent.Value, mapDirection, gunVelocity, gun, gunUid, user); break; case HitscanPrototype hitscan: @@ -288,7 +288,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? FireEffects(fromEffect, hitscan.MaxLength, dir.ToAngle(), hitscan); } - Audio.PlayPredicted(gun.SoundGunshot, gunUid, user); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); break; default: throw new ArgumentOutOfRangeException(); @@ -308,11 +308,11 @@ private void ShootOrThrow(EntityUid uid, Vector2 mapDirection, Vector2 gunVeloci { RemoveShootable(uid); // TODO: Someone can probably yeet this a billion miles so need to pre-validate input somewhere up the call stack. - ThrowingSystem.TryThrow(uid, mapDirection, gun.ProjectileSpeed, user); + ThrowingSystem.TryThrow(uid, mapDirection, gun.ProjectileSpeedModified, user); return; } - ShootProjectile(uid, mapDirection, gunVelocity, gunUid, user, gun.ProjectileSpeed); + ShootProjectile(uid, mapDirection, gunVelocity, gunUid, user, gun.ProjectileSpeedModified); } /// @@ -337,7 +337,7 @@ private Angle[] LinearSpread(Angle start, Angle end, int intervals) private Angle GetRecoilAngle(TimeSpan curTime, GunComponent component, Angle direction) { var timeSinceLastFire = (curTime - component.LastFire).TotalSeconds; - var newTheta = MathHelper.Clamp(component.CurrentAngle.Theta + component.AngleIncrease.Theta - component.AngleDecay.Theta * timeSinceLastFire, component.MinAngle.Theta, component.MaxAngle.Theta); + var newTheta = MathHelper.Clamp(component.CurrentAngle.Theta + component.AngleIncreaseModified.Theta - component.AngleDecayModified.Theta * timeSinceLastFire, component.MinAngleModified.Theta, component.MaxAngleModified.Theta); component.CurrentAngle = new Angle(newTheta); component.LastFire = component.NextFire; @@ -345,7 +345,7 @@ private Angle GetRecoilAngle(TimeSpan curTime, GunComponent component, Angle dir var random = Random.NextFloat(-0.5f, 0.5f); var spread = component.CurrentAngle.Theta * random; var angle = new Angle(direction.Theta + component.CurrentAngle.Theta * random); - DebugTools.Assert(spread <= component.MaxAngle.Theta); + DebugTools.Assert(spread <= component.MaxAngleModified.Theta); return angle; } diff --git a/Content.Shared/PneumaticCannon/PneumaticCannonComponent.cs b/Content.Shared/PneumaticCannon/PneumaticCannonComponent.cs index 8c760abe58..f3726c802e 100644 --- a/Content.Shared/PneumaticCannon/PneumaticCannonComponent.cs +++ b/Content.Shared/PneumaticCannon/PneumaticCannonComponent.cs @@ -38,6 +38,12 @@ public sealed partial class PneumaticCannonComponent : Component [DataField("baseProjectileSpeed")] public float BaseProjectileSpeed = 20f; + /// + /// The current projectile speed setting. + /// + [DataField] + public float? ProjectileSpeed; + /// /// If true, will throw ammo rather than shoot it. /// diff --git a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs index 95853bbd2e..c3335a1ad0 100644 --- a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs @@ -1,5 +1,7 @@ using Content.Shared.Damage; using Content.Shared.Tag; +using Content.Shared.Weapons.Ranged.Events; +using Content.Shared.Weapons.Ranged.Systems; using Robust.Shared.Audio; using Robust.Shared.GameStates; using Robust.Shared.Map; @@ -8,23 +10,33 @@ namespace Content.Shared.Weapons.Ranged.Components; -[RegisterComponent, NetworkedComponent, Virtual] -[AutoGenerateComponentState] -public partial class GunComponent : Component +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(SharedGunSystem))] +public sealed partial class GunComponent : Component { #region Sound - [ViewVariables(VVAccess.ReadWrite), DataField("soundGunshot")] + /// + /// The base sound to use when the gun is fired. + /// + [DataField] public SoundSpecifier? SoundGunshot = new SoundPathSpecifier("/Audio/Weapons/Guns/Gunshots/smg.ogg"); - [ViewVariables(VVAccess.ReadWrite), DataField("soundEmpty")] + /// + /// The sound to use when the gun is fired. + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public SoundSpecifier? SoundGunshotModified; + + [DataField] public SoundSpecifier? SoundEmpty = new SoundPathSpecifier("/Audio/Weapons/Guns/Empty/empty.ogg"); /// /// Sound played when toggling the for this gun. /// - [ViewVariables(VVAccess.ReadWrite), DataField("soundMode")] - public SoundSpecifier? SoundModeToggle = new SoundPathSpecifier("/Audio/Weapons/Guns/Misc/selector.ogg"); + [DataField] + public SoundSpecifier? SoundMode = new SoundPathSpecifier("/Audio/Weapons/Guns/Misc/selector.ogg"); #endregion @@ -32,59 +44,94 @@ public partial class GunComponent : Component // These values are very small for now until we get a debug overlay and fine tune it + /// + /// The base scalar value applied to the vector governing camera recoil. + /// + [DataField, AutoNetworkedField] + public float CameraRecoilScalar = 1f; + /// /// A scalar value applied to the vector governing camera recoil. /// If 0, there will be no camera recoil. + /// /// - [DataField("cameraRecoilScalar"), ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - public float CameraRecoilScalar = 1f; + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public float CameraRecoilScalarModified = 1f; /// /// Last time the gun fired. /// Used for recoil purposes. /// - [DataField("lastFire")] + [DataField] public TimeSpan LastFire = TimeSpan.Zero; /// /// What the current spread is for shooting. This gets changed every time the gun fires. /// - [DataField("currentAngle")] + [DataField] [AutoNetworkedField] public Angle CurrentAngle; /// - /// How much the spread increases every time the gun fires. + /// The base value for how much the spread increases every time the gun fires. /// - [ViewVariables(VVAccess.ReadWrite), DataField("angleIncrease")] + [DataField] public Angle AngleIncrease = Angle.FromDegrees(0.5); /// - /// How much the decreases per second. + /// How much the spread increases every time the gun fires. + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public Angle AngleIncreaseModified; + + /// + /// The base value for how much the decreases per second. /// - [DataField("angleDecay")] + [DataField] public Angle AngleDecay = Angle.FromDegrees(4); /// - /// The maximum angle allowed for + /// How much the decreases per second. + /// /// - [ViewVariables(VVAccess.ReadWrite), DataField("maxAngle")] + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public Angle AngleDecayModified; + + /// + /// The base value for the maximum angle allowed for + /// + [DataField] [AutoNetworkedField] public Angle MaxAngle = Angle.FromDegrees(2); /// - /// The minimum angle allowed for + /// The maximum angle allowed for + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public Angle MaxAngleModified; + + /// + /// The base value for the minimum angle allowed for /// - [ViewVariables(VVAccess.ReadWrite), DataField("minAngle")] + [DataField] [AutoNetworkedField] public Angle MinAngle = Angle.FromDegrees(1); + /// + /// The minimum angle allowed for . + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public Angle MinAngleModified; + #endregion /// /// Whether this gun is shot via the use key or the alt-use key. /// - [ViewVariables(VVAccess.ReadWrite), DataField("useKey"), AutoNetworkedField] + [DataField, AutoNetworkedField] public bool UseKey = true; /// @@ -93,6 +140,19 @@ public partial class GunComponent : Component [ViewVariables] public EntityCoordinates? ShootCoordinates = null; + /// + /// The base value for how many shots to fire per burst. + /// + [DataField, AutoNetworkedField] + public int ShotsPerBurst = 3; + + /// + /// How many shots to fire per burst. + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public int ShotsPerBurstModified = 3; + /// /// Used for tracking semi-auto / burst /// @@ -101,55 +161,69 @@ public partial class GunComponent : Component public int ShotCounter = 0; /// - /// How many times it shoots per second. + /// The base value for how many times it shoots per second. /// - [ViewVariables(VVAccess.ReadWrite), DataField("fireRate")] + [DataField] [AutoNetworkedField] public float FireRate = 8f; + /// + /// How many times it shoots per second. + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public float FireRateModified; + /// /// Starts fire cooldown when equipped if true. /// - [ViewVariables(VVAccess.ReadWrite), DataField("resetOnHandSelected")] + [DataField] public bool ResetOnHandSelected = true; /// /// Type of ammo the gun can work with /// - [ViewVariables(VVAccess.ReadWrite), DataField("compatibleAmmo")] + [DataField] public List>? CompatibleAmmo; /// /// Damage the gun deals when used with wrong ammo /// - [ViewVariables(VVAccess.ReadWrite), DataField("damageOnWrongAmmo")] + [DataField] public DamageSpecifier? DamageOnWrongAmmo = null; /// - /// How fast the projectile moves. + /// The base value for how fast the projectile moves. /// - [ViewVariables(VVAccess.ReadWrite), DataField("projectileSpeed")] + [DataField] public float ProjectileSpeed = 25f; + /// + /// How fast the projectile moves. + /// + /// + [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] + public float ProjectileSpeedModified; + /// /// When the gun is next available to be shot. /// Can be set multiple times in a single tick due to guns firing faster than a single tick time. /// - [DataField("nextFire", customTypeSerializer:typeof(TimeOffsetSerializer))] + [DataField(customTypeSerializer:typeof(TimeOffsetSerializer))] [AutoNetworkedField] public TimeSpan NextFire = TimeSpan.Zero; /// /// What firemodes can be selected. /// - [ViewVariables(VVAccess.ReadWrite), DataField("availableModes")] + [DataField] [AutoNetworkedField] public SelectiveFire AvailableModes = SelectiveFire.SemiAuto; /// /// What firemode is currently selected. /// - [ViewVariables(VVAccess.ReadWrite), DataField("selectedMode")] + [DataField] [AutoNetworkedField] public SelectiveFire SelectedMode = SelectiveFire.SemiAuto; @@ -157,14 +231,14 @@ public partial class GunComponent : Component /// Whether or not information about /// the gun will be shown on examine. /// - [DataField("showExamineText")] + [DataField] public bool ShowExamineText = true; /// /// Whether or not someone with the /// clumsy trait can shoot this /// - [DataField("clumsyProof"), ViewVariables(VVAccess.ReadWrite)] + [DataField] public bool ClumsyProof = false; } diff --git a/Content.Shared/Weapons/Ranged/Events/GunGetAmmoSpreadEvent.cs b/Content.Shared/Weapons/Ranged/Events/GunGetAmmoSpreadEvent.cs new file mode 100644 index 0000000000..63419ab0f5 --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Events/GunGetAmmoSpreadEvent.cs @@ -0,0 +1,8 @@ +namespace Content.Shared.Weapons.Ranged.Events; + +/// +/// Raised directed on the gun entity when ammo is shot to calculate its spread. +/// +/// The spread of the ammo, can be changed by handlers. +[ByRefEvent] +public record struct GunGetAmmoSpreadEvent(Angle Spread); diff --git a/Content.Shared/Weapons/Ranged/Events/GunMuzzleFlashAttemptEvent.cs b/Content.Shared/Weapons/Ranged/Events/GunMuzzleFlashAttemptEvent.cs new file mode 100644 index 0000000000..d6a2475308 --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Events/GunMuzzleFlashAttemptEvent.cs @@ -0,0 +1,8 @@ +namespace Content.Shared.Weapons.Ranged.Events; + +/// +/// Raised directed on the gun entity when a muzzle flash is about to happen. +/// +/// If set to true, the muzzle flash will not be shown. +[ByRefEvent] +public record struct GunMuzzleFlashAttemptEvent(bool Cancelled); diff --git a/Content.Shared/Weapons/Ranged/Events/GunRefreshModifiersEvent.cs b/Content.Shared/Weapons/Ranged/Events/GunRefreshModifiersEvent.cs new file mode 100644 index 0000000000..0ad79bd74a --- /dev/null +++ b/Content.Shared/Weapons/Ranged/Events/GunRefreshModifiersEvent.cs @@ -0,0 +1,23 @@ +using Content.Shared.Weapons.Ranged.Components; +using Content.Shared.Weapons.Ranged.Systems; +using Robust.Shared.Audio; + +namespace Content.Shared.Weapons.Ranged.Events; + +/// +/// Raised directed on the gun entity when +/// is called, to update the values of from other systems. +/// +[ByRefEvent] +public record struct GunRefreshModifiersEvent( + Entity Gun, + SoundSpecifier? SoundGunshot, + float CameraRecoilScalar, + Angle AngleIncrease, + Angle AngleDecay, + Angle MaxAngle, + Angle MinAngle, + int ShotsPerBurst, + float FireRate, + float ProjectileSpeed +); diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs index 501d0069a7..a8f7ee2395 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs @@ -183,10 +183,10 @@ private void ManualCycle(EntityUid uid, BallisticAmmoProviderComponent component // Reset shotting for cycling if (Resolve(uid, ref gunComp, false) && - gunComp is { FireRate: > 0f } && + gunComp is { FireRateModified: > 0f } && !Paused(uid)) { - gunComp.NextFire = Timing.CurTime + TimeSpan.FromSeconds(1 / gunComp.FireRate); + gunComp.NextFire = Timing.CurTime + TimeSpan.FromSeconds(1 / gunComp.FireRateModified); } Dirty(uid, component); diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Interactions.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Interactions.cs index 852096a386..d47d024de5 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Interactions.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Interactions.cs @@ -19,7 +19,7 @@ private void OnExamine(EntityUid uid, GunComponent component, ExaminedEvent args args.PushMarkup(Loc.GetString("gun-selected-mode-examine", ("color", ModeExamineColor), ("mode", GetLocSelector(component.SelectedMode)))); args.PushMarkup(Loc.GetString("gun-fire-rate-examine", ("color", FireRateExamineColor), - ("fireRate", $"{component.FireRate:0.0}"))); + ("fireRate", $"{component.FireRateModified:0.0}"))); } } @@ -80,7 +80,7 @@ private void SelectFire(EntityUid uid, GunComponent component, SelectiveFire fir component.NextFire += cooldown; } - Audio.PlayPredicted(component.SoundModeToggle, uid, user); + Audio.PlayPredicted(component.SoundMode, uid, user); Popup(Loc.GetString("gun-selected-mode", ("mode", GetLocSelector(fire))), uid, user); Dirty(uid, component); } @@ -112,7 +112,7 @@ private void OnCycleMode(EntityUid uid, GunComponent component, CycleModeEvent a private void OnGunSelected(EntityUid uid, GunComponent component, HandSelectedEvent args) { - var fireDelay = 1f / component.FireRate; + var fireDelay = 1f / component.FireRateModified; if (fireDelay.Equals(0f)) return; diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index a86e07c772..6fba3d8fa6 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -96,18 +96,19 @@ public override void Initialize() SubscribeLocalEvent(OnCycleMode); SubscribeLocalEvent(OnGunSelected); SubscribeLocalEvent(OnGunUnpaused); - -#if DEBUG SubscribeLocalEvent(OnMapInit); } - private void OnMapInit(EntityUid uid, GunComponent component, MapInitEvent args) + private void OnMapInit(Entity gun, ref MapInitEvent args) { - if (component.NextFire > Timing.CurTime) - Log.Warning($"Initializing a map that contains an entity that is on cooldown. Entity: {ToPrettyString(uid)}"); +#if DEBUG + if (gun.Comp.NextFire > Timing.CurTime) + Log.Warning($"Initializing a map that contains an entity that is on cooldown. Entity: {ToPrettyString(gun)}"); - DebugTools.Assert((component.AvailableModes & component.SelectedMode) != 0x0); + DebugTools.Assert((gun.Comp.AvailableModes & gun.Comp.SelectedMode) != 0x0); #endif + + RefreshModifiers((gun, gun)); } private void OnGunMelee(EntityUid uid, GunComponent component, MeleeHitEvent args) @@ -231,7 +232,7 @@ public void AttemptShoot(EntityUid gunUid, GunComponent gun) private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) { - if (gun.FireRate <= 0f || + if (gun.FireRateModified <= 0f || !_actionBlockerSystem.CanAttack(user)) return; @@ -261,7 +262,7 @@ private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) if (gun.NextFire > curTime) return; - var fireRate = TimeSpan.FromSeconds(1f / gun.FireRate); + var fireRate = TimeSpan.FromSeconds(1f / gun.FireRateModified); // First shot // Previously we checked shotcounter but in some cases all the bullets got dumped at once @@ -289,7 +290,7 @@ private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) shots = Math.Min(shots, 1 - gun.ShotCounter); break; case SelectiveFire.Burst: - shots = Math.Min(shots, 3 - gun.ShotCounter); + shots = Math.Min(shots, gun.ShotsPerBurstModified - gun.ShotCounter); break; case SelectiveFire.FullAuto: break; @@ -470,6 +471,11 @@ protected void RemoveShootable(EntityUid uid) protected void MuzzleFlash(EntityUid gun, AmmoComponent component, EntityUid? user = null) { + var attemptEv = new GunMuzzleFlashAttemptEvent(); + RaiseLocalEvent(gun, ref attemptEv); + if (attemptEv.Cancelled) + return; + var sprite = component.MuzzleFlash; if (sprite == null) @@ -489,6 +495,41 @@ public void CauseImpulse(EntityCoordinates fromCoordinates, EntityCoordinates to var impulseVector = shotDirection * impulseStrength; Physics.ApplyLinearImpulse(user, -impulseVector, body: userPhysics); } + + public void RefreshModifiers(Entity gun) + { + if (!Resolve(gun, ref gun.Comp)) + return; + + var comp = gun.Comp; + var ev = new GunRefreshModifiersEvent( + (gun, comp), + comp.SoundGunshot, + comp.CameraRecoilScalar, + comp.AngleIncrease, + comp.AngleDecay, + comp.MaxAngle, + comp.MinAngle, + comp.ShotsPerBurst, + comp.FireRate, + comp.ProjectileSpeed + ); + + RaiseLocalEvent(gun, ref ev); + + comp.SoundGunshotModified = ev.SoundGunshot; + comp.CameraRecoilScalarModified = ev.CameraRecoilScalar; + comp.AngleIncreaseModified = ev.AngleIncrease; + comp.AngleDecayModified = ev.AngleDecay; + comp.MaxAngleModified = ev.MaxAngle; + comp.MinAngleModified = ev.MinAngle; + comp.ShotsPerBurstModified = ev.ShotsPerBurst; + comp.FireRateModified = ev.FireRate; + comp.ProjectileSpeedModified = ev.ProjectileSpeed; + + Dirty(gun); + } + protected abstract void CreateEffect(EntityUid uid, MuzzleFlashEvent message, EntityUid? user = null); /// diff --git a/Content.Shared/Wieldable/WieldableSystem.cs b/Content.Shared/Wieldable/WieldableSystem.cs index 54b030b9eb..b752932879 100644 --- a/Content.Shared/Wieldable/WieldableSystem.cs +++ b/Content.Shared/Wieldable/WieldableSystem.cs @@ -11,6 +11,7 @@ using Content.Shared.Weapons.Melee.Components; using Content.Shared.Weapons.Melee.Events; using Content.Shared.Weapons.Ranged.Components; +using Content.Shared.Weapons.Ranged.Events; using Content.Shared.Weapons.Ranged.Systems; using Content.Shared.Wieldable.Components; using Robust.Shared.Audio.Systems; @@ -27,6 +28,7 @@ public sealed class WieldableSystem : EntitySystem [Dependency] private readonly SharedAudioSystem _audioSystem = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; [Dependency] private readonly UseDelaySystem _delay = default!; + [Dependency] private readonly SharedGunSystem _gun = default!; public override void Initialize() { @@ -42,6 +44,7 @@ public override void Initialize() SubscribeLocalEvent(OnShootAttempt); SubscribeLocalEvent(OnGunWielded); SubscribeLocalEvent(OnGunUnwielded); + SubscribeLocalEvent(OnGunRefreshModifiers); SubscribeLocalEvent(OnGetMeleeDamage); } @@ -72,22 +75,22 @@ private void OnShootAttempt(EntityUid uid, GunRequiresWieldComponent component, private void OnGunUnwielded(EntityUid uid, GunWieldBonusComponent component, ItemUnwieldedEvent args) { - if (!TryComp(uid, out var gun)) - return; - - gun.MinAngle -= component.MinAngle; - gun.MaxAngle -= component.MaxAngle; - Dirty(uid, gun); + _gun.RefreshModifiers(uid); } private void OnGunWielded(EntityUid uid, GunWieldBonusComponent component, ref ItemWieldedEvent args) { - if (!TryComp(uid, out var gun)) - return; + _gun.RefreshModifiers(uid); + } - gun.MinAngle += component.MinAngle; - gun.MaxAngle += component.MaxAngle; - Dirty(uid, gun); + private void OnGunRefreshModifiers(Entity bonus, ref GunRefreshModifiersEvent args) + { + if (TryComp(bonus, out WieldableComponent? wield) && + wield.Wielded) + { + args.MinAngle += bonus.Comp.MinAngle; + args.MaxAngle += bonus.Comp.MaxAngle; + } } private void AddToggleWieldVerb(EntityUid uid, WieldableComponent component, GetVerbsEvent args) @@ -214,6 +217,7 @@ public bool TryUnwield(EntityUid used, WieldableComponent component, EntityUid u if (ev.Cancelled) return false; + component.Wielded = false; var targEv = new ItemUnwieldedEvent(user); RaiseLocalEvent(used, targEv); @@ -225,16 +229,11 @@ private void OnItemUnwielded(EntityUid uid, WieldableComponent component, ItemUn if (args.User == null) return; - if (!component.Wielded) - return; - if (TryComp(uid, out var item)) { _itemSystem.SetHeldPrefix(uid, component.OldInhandPrefix, component: item); } - component.Wielded = false; - if (!args.Force) // don't play sound/popup if this was a forced unwield { if (component.UnwieldSound != null) From 823d9dd892b5321738a1685bd93c0d14730c7366 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:09:56 +1100 Subject: [PATCH 088/391] BatteryWeaponFireModes refactor (#24502) * BatteryWeaponFireModes refactor Made the code a bit better but still needs integrating into attachments. * murder * Fix serialization * weh * weh (cherry picked from commit 58b55ba06c5de031079915a607ccf3adad781f93) --- .../BatteryWeaponFireModesComponent.cs | 23 +++--- .../Systems/BatteryWeaponFireModesSystem.cs | 73 +++++++------------ .../Weapons/Ranged/Systems/SharedGunSystem.cs | 2 +- 3 files changed, 41 insertions(+), 57 deletions(-) rename {Content.Server => Content.Shared}/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs (62%) rename {Content.Server => Content.Shared}/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs (59%) diff --git a/Content.Server/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs b/Content.Shared/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs similarity index 62% rename from Content.Server/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs rename to Content.Shared/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs index 0d2b05d36c..b0ca1f215c 100644 --- a/Content.Server/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/BatteryWeaponFireModesComponent.cs @@ -1,13 +1,14 @@ +using Content.Shared.Weapons.Ranged.Systems; +using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Content.Server.Weapons.Ranged.Systems; +using Robust.Shared.Serialization; -namespace Content.Server.Weapons.Ranged.Components; +namespace Content.Shared.Weapons.Ranged.Components; /// /// Allows battery weapons to fire different types of projectiles /// -[RegisterComponent] +[RegisterComponent, NetworkedComponent] [Access(typeof(BatteryWeaponFireModesSystem))] [AutoGenerateComponentState] public sealed partial class BatteryWeaponFireModesComponent : Component @@ -15,30 +16,30 @@ public sealed partial class BatteryWeaponFireModesComponent : Component /// /// A list of the different firing modes the weapon can switch between /// - [DataField("fireModes", required: true)] + [DataField(required: true)] [AutoNetworkedField] public List FireModes = new(); /// /// The currently selected firing mode /// - [DataField("currentFireMode")] + [DataField] [AutoNetworkedField] - public BatteryWeaponFireMode? CurrentFireMode = default!; + public int CurrentFireMode; } -[DataDefinition] +[DataDefinition, Serializable, NetSerializable] public sealed partial class BatteryWeaponFireMode { /// /// The projectile prototype associated with this firing mode /// - [DataField("proto", required: true, customTypeSerializer: typeof(PrototypeIdSerializer))] - public string Prototype = default!; + [DataField("proto", required: true)] + public EntProtoId Prototype = default!; /// /// The battery cost to fire the projectile associated with this firing mode /// - [DataField("fireCost")] + [DataField] public float FireCost = 100; } diff --git a/Content.Server/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs b/Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs similarity index 59% rename from Content.Server/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs rename to Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs index 90859d4068..68fb2f27c9 100644 --- a/Content.Server/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs @@ -1,19 +1,18 @@ -using Content.Server.Popups; -using Content.Server.Weapons.Ranged.Components; +using System.Linq; using Content.Shared.Database; using Content.Shared.Examine; using Content.Shared.Interaction; +using Content.Shared.Popups; using Content.Shared.Verbs; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Prototypes; -using System.Linq; -namespace Content.Server.Weapons.Ranged.Systems; +namespace Content.Shared.Weapons.Ranged.Systems; public sealed class BatteryWeaponFireModesSystem : EntitySystem { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - [Dependency] private readonly PopupSystem _popupSystem = default!; + [Dependency] private readonly SharedPopupSystem _popupSystem = default!; public override void Initialize() { @@ -26,51 +25,47 @@ public override void Initialize() private void OnExamined(EntityUid uid, BatteryWeaponFireModesComponent component, ExaminedEvent args) { - if (component.FireModes == null || component.FireModes.Count < 2) + if (component.FireModes.Count < 2) return; - if (component.CurrentFireMode == null) - { - SetFireMode(uid, component, component.FireModes.First()); - } - - if (component.CurrentFireMode?.Prototype == null) - return; + var fireMode = GetMode(component); - if (!_prototypeManager.TryIndex(component.CurrentFireMode.Prototype, out var proto)) + if (!_prototypeManager.TryIndex(fireMode.Prototype, out var proto)) return; args.PushMarkup(Loc.GetString("gun-set-fire-mode", ("mode", proto.Name))); } + private BatteryWeaponFireMode GetMode(BatteryWeaponFireModesComponent component) + { + return component.FireModes[component.CurrentFireMode]; + } + private void OnGetVerb(EntityUid uid, BatteryWeaponFireModesComponent component, GetVerbsEvent args) { if (!args.CanAccess || !args.CanInteract || args.Hands == null) return; - if (component.FireModes == null || component.FireModes.Count < 2) + if (component.FireModes.Count < 2) return; - if (component.CurrentFireMode == null) - { - SetFireMode(uid, component, component.FireModes.First()); - } - - foreach (var fireMode in component.FireModes) + for (var i = 0; i < component.FireModes.Count; i++) { + var fireMode = component.FireModes[i]; var entProto = _prototypeManager.Index(fireMode.Prototype); + var index = i; var v = new Verb { Priority = 1, Category = VerbCategory.SelectType, Text = entProto.Name, - Disabled = fireMode == component.CurrentFireMode, + Disabled = i == component.CurrentFireMode, Impact = LogImpact.Low, DoContactInteraction = true, Act = () => { - SetFireMode(uid, component, fireMode, args.User); + SetFireMode(uid, component, index, args.User); } }; @@ -80,7 +75,7 @@ private void OnGetVerb(EntityUid uid, BatteryWeaponFireModesComponent component, private void OnInteractHandEvent(EntityUid uid, BatteryWeaponFireModesComponent component, ActivateInWorldEvent args) { - if (component.FireModes == null || component.FireModes.Count < 2) + if (component.FireModes.Count < 2) return; CycleFireMode(uid, component, args.User); @@ -88,30 +83,18 @@ private void OnInteractHandEvent(EntityUid uid, BatteryWeaponFireModesComponent private void CycleFireMode(EntityUid uid, BatteryWeaponFireModesComponent component, EntityUid user) { - int index = (component.CurrentFireMode != null) ? - Math.Max(component.FireModes.IndexOf(component.CurrentFireMode), 0) + 1 : 1; - - BatteryWeaponFireMode? fireMode; - - if (index >= component.FireModes.Count) - { - fireMode = component.FireModes.FirstOrDefault(); - } - - else - { - fireMode = component.FireModes[index]; - } + if (component.FireModes.Count < 2) + return; - SetFireMode(uid, component, fireMode, user); + var index = (component.CurrentFireMode + 1) % component.FireModes.Count; + SetFireMode(uid, component, index, user); } - private void SetFireMode(EntityUid uid, BatteryWeaponFireModesComponent component, BatteryWeaponFireMode? fireMode, EntityUid? user = null) + private void SetFireMode(EntityUid uid, BatteryWeaponFireModesComponent component, int index, EntityUid? user = null) { - if (fireMode?.Prototype == null) - return; - - component.CurrentFireMode = fireMode; + var fireMode = component.FireModes[index]; + component.CurrentFireMode = index; + Dirty(uid, component); if (TryComp(uid, out ProjectileBatteryAmmoProviderComponent? projectileBatteryAmmoProvider)) { @@ -123,7 +106,7 @@ private void SetFireMode(EntityUid uid, BatteryWeaponFireModesComponent componen if (user != null) { - _popupSystem.PopupEntity(Loc.GetString("gun-set-fire-mode", ("mode", prototype.Name)), uid, user.Value); + _popupSystem.PopupClient(Loc.GetString("gun-set-fire-mode", ("mode", prototype.Name)), uid, user.Value); } } } diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index 6fba3d8fa6..16db325df4 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -70,7 +70,7 @@ public abstract partial class SharedGunSystem : EntitySystem private const float EjectOffset = 0.4f; protected const string AmmoExamineColor = "yellow"; protected const string FireRateExamineColor = "yellow"; - protected const string ModeExamineColor = "cyan"; + public const string ModeExamineColor = "cyan"; public override void Initialize() { From ac052e46664d86730173540c1a69fe3d1dc21e21 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:20:34 +1100 Subject: [PATCH 089/391] =?UTF-8?q?Revert=20"Make=20flare=20gun=20explode,?= =?UTF-8?q?=20damage=20and=20stun=20the=20player=20when=20used=20=E2=80=A6?= =?UTF-8?q?=20(#24679)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revert "Make flare gun explode, damage and stun the player when used with the wrong ammo (#22349)" This reverts commit e301378114b245fa6927372f83c19868cb90b13c. # Conflicts: # Content.Shared/Weapons/Ranged/Components/GunComponent.cs # Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml # Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml * Fix revert conflicts * Update Content.Shared/Weapons/Ranged/Components/GunComponent.cs (cherry picked from commit e1901aa6b602516f0f7cc3f29844c77e90c77977) --- .../Weapons/Ranged/Systems/GunSystem.cs | 21 ----------------- .../Weapons/Ranged/Components/GunComponent.cs | 13 ----------- Resources/Locale/en-US/weapons/ranged/gun.ftl | 1 - .../Guns/Ammunition/Cartridges/shotgun.yml | 23 +++++++++---------- .../Guns/Ammunition/Projectiles/shotgun.yml | 7 ++---- .../Objects/Weapons/Guns/flare_gun.yml | 5 ---- Resources/Prototypes/tags.yml | 3 --- 7 files changed, 13 insertions(+), 60 deletions(-) diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs index 007f30a284..756a4c9065 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs @@ -130,27 +130,6 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? case CartridgeAmmoComponent cartridge: if (!cartridge.Spent) { - if (gun.CompatibleAmmo != null && - !gun.CompatibleAmmo.Exists(ammoAllowed => ammoAllowed.Equals(cartridge.Prototype)) - && user != null) - { - if (gun.DamageOnWrongAmmo != null) - Damageable.TryChangeDamage(user, gun.DamageOnWrongAmmo, origin: user); - _stun.TryParalyze(user.Value, TimeSpan.FromSeconds(3f), true); - - Audio.PlayPvs(new SoundPathSpecifier("/Audio/Weapons/Guns/Gunshots/bang.ogg"), gunUid); - - PopupSystem.PopupEntity(Loc.GetString("gun-component-wrong-ammo"), user.Value); - _adminLogger.Add(LogType.EntityDelete, LogImpact.Medium, $"Shot wrong ammo by {ToPrettyString(user.Value)} deleted {ToPrettyString(gunUid)}"); - userImpulse = false; - - SetCartridgeSpent(ent!.Value, cartridge, true); - MuzzleFlash(gunUid, cartridge, user); - Del(gunUid); - if (cartridge.DeleteOnSpawn) - Del(ent.Value); - return; - } if (cartridge.Count > 1) { var ev = new GunGetAmmoSpreadEvent(cartridge.Spread); diff --git a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs index c3335a1ad0..8d7d548ad8 100644 --- a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs @@ -5,7 +5,6 @@ using Robust.Shared.Audio; using Robust.Shared.GameStates; using Robust.Shared.Map; -using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; namespace Content.Shared.Weapons.Ranged.Components; @@ -180,18 +179,6 @@ public sealed partial class GunComponent : Component [DataField] public bool ResetOnHandSelected = true; - /// - /// Type of ammo the gun can work with - /// - [DataField] - public List>? CompatibleAmmo; - - /// - /// Damage the gun deals when used with wrong ammo - /// - [DataField] - public DamageSpecifier? DamageOnWrongAmmo = null; - /// /// The base value for how fast the projectile moves. /// diff --git a/Resources/Locale/en-US/weapons/ranged/gun.ftl b/Resources/Locale/en-US/weapons/ranged/gun.ftl index 3fbf5f77e7..fe60f3eed1 100644 --- a/Resources/Locale/en-US/weapons/ranged/gun.ftl +++ b/Resources/Locale/en-US/weapons/ranged/gun.ftl @@ -6,7 +6,6 @@ gun-selected-mode = Selected {$mode} gun-disabled = You can't use guns! gun-clumsy = The gun blows up in your face! gun-set-fire-mode = Set to {$mode} -gun-component-wrong-ammo = Wrong ammo! # SelectiveFire gun-SemiAuto = semi-auto diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml index 3506a0b31f..b7b98ba699 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: BaseShellShotgun name: shell (.50) parent: BaseCartridge @@ -155,14 +155,13 @@ name: uranium shotgun shell parent: BaseShellShotgun components: - - type: Sprite - layers: - - state: depleted-uranium - map: [ "enum.AmmoVisualLayers.Base" ] - - type: CartridgeAmmo - count: 5 - spread: 6 - proto: PelletShotgunUranium - - type: SpentAmmoVisuals - state: "depleted-uranium" - + - type: Sprite + layers: + - state: depleted-uranium + map: [ "enum.AmmoVisualLayers.Base" ] + - type: CartridgeAmmo + count: 5 + spread: 6 + proto: PelletShotgunUranium + - type: SpentAmmoVisuals + state: "depleted-uranium" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml index 774114f90b..36b1b2a99f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: PelletShotgunSlug name: pellet (.50 slug) noSpawn: true @@ -132,10 +132,7 @@ !type:PhysShapeAabb bounds: "-0.1,-0.1,0.1,0.1" mask: - - BulletImpassable - - type: Tag - tags: - - PelletShotgunFlare + - BulletImpassable - type: Sprite sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi state: buckshot-flare diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml index 810a36105b..cfcc0a01cd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml @@ -17,13 +17,8 @@ selectedMode: SemiAuto availableModes: - SemiAuto - compatibleAmmo: - - PelletShotgunFlare soundGunshot: path: /Audio/Weapons/Guns/Gunshots/flaregun.ogg - damageOnWrongAmmo: - types: - Blunt: 6.0 - type: BallisticAmmoProvider whitelist: tags: diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index cf36243d9d..1d85d96a1a 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1022,9 +1022,6 @@ - type: Tag id: ShellShotgun -- type: Tag - id: PelletShotgunFlare - - type: Tag id: Shiv From 561a98a20b94911b5cf6b3eaf8c3ccf08b91e4e7 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:51:29 +1100 Subject: [PATCH 090/391] Anti-anomaly fixes (#24634) - Remove unnecessary mapcoordinates get. - Remove mapping markers as everything should be ingame entities and this is functioning as an area. (cherry picked from commit 11c69bca3f370e3a3fde1bc24976fd1188aebb30) --- .../Anomaly/AnomalySystem.Generator.cs | 6 ++-- .../Entities/Markers/anti_anomaly_zone.yml | 33 ------------------- 2 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 Resources/Prototypes/Entities/Markers/anti_anomaly_zone.yml diff --git a/Content.Server/Anomaly/AnomalySystem.Generator.cs b/Content.Server/Anomaly/AnomalySystem.Generator.cs index 61bb356ff7..d07740e2f6 100644 --- a/Content.Server/Anomaly/AnomalySystem.Generator.cs +++ b/Content.Server/Anomaly/AnomalySystem.Generator.cs @@ -119,6 +119,8 @@ public void SpawnOnRandomGridLocation(EntityUid grid, string toSpawn) // don't spawn inside of solid objects var physQuery = GetEntityQuery(); var valid = true; + + // TODO: This should be using static lookup. foreach (var ent in gridComp.GetAnchoredEntities(tile)) { if (!physQuery.TryGetComponent(ent, out var body)) @@ -143,9 +145,9 @@ public void SpawnOnRandomGridLocation(EntityUid grid, string toSpawn) if (antiXform.MapID != mapPos.MapId) continue; - var antiCoordinates = _transform.GetMapCoordinates(antiXform); + var antiCoordinates = _transform.GetWorldPosition(antiXform); - var delta = antiCoordinates.Position - mapPos.Position; + var delta = antiCoordinates - mapPos.Position; if (delta.LengthSquared() < zone.ZoneRadius * zone.ZoneRadius) { valid = false; diff --git a/Resources/Prototypes/Entities/Markers/anti_anomaly_zone.yml b/Resources/Prototypes/Entities/Markers/anti_anomaly_zone.yml deleted file mode 100644 index fbc183613c..0000000000 --- a/Resources/Prototypes/Entities/Markers/anti_anomaly_zone.yml +++ /dev/null @@ -1,33 +0,0 @@ -- type: entity - name: anti anomaly zone - description: Anomalies will not be able to appear within a 10 block radius of this point. - id: AntiAnomalyZone - suffix: "range 10" - parent: MarkerBase - components: - - type: Sprite - sprite: Structures/Specific/Anomalies/ice_anom.rsi - layers: - - state: anom - - sprite: Markers/cross.rsi - state: pink - - type: AntiAnomalyZone - zoneRadius: 10 - -- type: entity - parent: AntiAnomalyZone - id: AntiAnomalyZone20 - suffix: "range 20" - description: Anomalies will not be able to appear within a 20 block radius of this point. - components: - - type: AntiAnomalyZone - zoneRadius: 20 - -- type: entity - parent: AntiAnomalyZone - id: AntiAnomalyZone50 - suffix: "range 50" - description: Anomalies will not be able to appear within a 50 block radius of this point. - components: - - type: AntiAnomalyZone - zoneRadius: 50 \ No newline at end of file From 758484e97f2e56c89893e2d61814c13d4a1995d0 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:30:54 +0300 Subject: [PATCH 091/391] Fire anom rework (#24666) * content * d * fix artifact (cherry picked from commit 3deea2f7d68c05ec415e075328533c6eb1d4f8e6) --- .../Xenoarchaeology/structure_artifacts.yml | 1 - .../Weapons/Guns/Projectiles/magic.yml | 30 ++++++++++++++++ .../Structures/Specific/Anomaly/anomalies.yml | 30 ++++++++++++---- .../Structures/Specific/Anomaly/cores.yml | 5 ++- .../Anomalies/Cores/pyro_core.rsi/core.png | Bin 369 -> 357 bytes .../Anomalies/Cores/pyro_core.rsi/pulse.png | Bin 391 -> 381 bytes .../Specific/Anomalies/pyro_anom.rsi/anom.png | Bin 0 -> 2577 bytes .../Anomalies/pyro_anom.rsi/meta.json | 33 ++++++++++++++++++ .../Anomalies/pyro_anom.rsi/pulse.png | Bin 0 -> 4159 bytes 9 files changed, 91 insertions(+), 8 deletions(-) create mode 100644 Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/anom.png create mode 100644 Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/meta.json create mode 100644 Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/pulse.png diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml index ff9d3ae781..f098894ff7 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/structure_artifacts.yml @@ -42,7 +42,6 @@ density: 75 layer: # doesn't collide with artifact storage - Opaque - - BulletImpassable mask: - MachineMask - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml index bd789402d2..3556d1c8f8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml @@ -5,16 +5,46 @@ parent: BulletRocket noSpawn: true components: + - type: PointLight + color: "#E25822" + radius: 2.0 + energy: 5.0 + - type: Projectile + damage: + types: + Heat: 10 - type: Sprite sprite: Objects/Weapons/Guns/Projectiles/magic.rsi layers: - state: fireball + shader: unshaded - type: Explosive explosionType: Default maxIntensity: 40 intensitySlope: 6 totalIntensity: 200 maxTileBreak: 0 + - type: IgnitionSource + temperature: 400 + ignited: true + - type: IgniteOnCollide + fireStacks: 0.35 + +- type: entity + id: ProjectileAnomalyFireball + name: fireball + description: Hovering blob of flame. + parent: ProjectileFireball + noSpawn: true + components: + - type: TimedDespawn + lifetime: 30 + - type: Explosive + explosionType: Default + maxIntensity: 100 + intensitySlope: 0.1 + totalIntensity: 0.3 + maxTileBreak: 0 - type: entity id: ProjectilePolyboltBase diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml index 94ed16fd6c..fdf9a5cf8f 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml @@ -56,20 +56,26 @@ parent: BaseAnomaly suffix: Pyroclastic components: + - type: AmbientSound + volume: 5 + range: 5 + sound: + path: /Audio/Ambience/Objects/fireplace.ogg - type: Anomaly corePrototype: AnomalyCorePyroclastic coreInertPrototype: AnomalyCorePyroclasticInert - type: Sprite + sprite: Structures/Specific/Anomalies/pyro_anom.rsi layers: - - state: anom1 + - state: anom map: ["enum.AnomalyVisualLayers.Base"] - - state: anom1-pulse + - state: pulse map: ["enum.AnomalyVisualLayers.Animated"] visible: false - type: PointLight - radius: 2.0 + radius: 6.0 energy: 7.5 - color: "#fca3c0" + color: "#E25822" castShadows: false - type: PyroclasticAnomaly - type: TempAffectingAnomaly @@ -78,9 +84,21 @@ - type: GasProducerAnomaly releasedGas: 3 releaseOnMaxSeverity: true - spawnRadius: 3 + spawnRadius: 4 tileCount: 5 - tempChange: 550 + tempChange: 420 + - type: ProjectileAnomaly + projectilePrototype: ProjectileAnomalyFireball + targetNonSentientChance: 0.6 + projectileSpeed: 0.5 + minProjectiles: 3 + maxProjectiles: 6 + - type: IgnitionSource + temperature: 800 + ignited: true + - type: IgniteOnCollide + fixtureId: fix1 + fireStacks: 1 - type: entity id: AnomalyGravity diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml index dc8f8464d4..dcd376c91b 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml @@ -40,8 +40,11 @@ - type: PointLight radius: 1.5 energy: 1.5 - color: "#fca3c0" + color: "#E25822" castShadows: false + - type: IgnitionSource + temperature: 400 + ignited: true - type: entity parent: BaseAnomalyCore diff --git a/Resources/Textures/Structures/Specific/Anomalies/Cores/pyro_core.rsi/core.png b/Resources/Textures/Structures/Specific/Anomalies/Cores/pyro_core.rsi/core.png index 61a5f22489ea5dd5e32a9a1fb97e1ec9cecab426..739e14dbf1d879d98c0160418350a31101cbc731 100644 GIT binary patch delta 317 zcmV-D0mA=xg1Y8>-@CDqdNZ}%f$We5Z z93Z6&7cO*wlmTH<2L}|=D2=L3v08zUZD}=zH2XlPSk27W?4Momcsw2nqZ9cdigB=LAd7us- zP*ebvZ>Njjwrfeq*zt5SOgU3pKh*#%o>S9)fTE&&$xXtYB6{7l;%_S8tO#g}TLCVU zAQI3?v@=d{9X7*B2hpt#p~(WEae5L$QH|Q`ONj0QJBI&;^eXmvJRX2Q!oF;f5&1da P00000NkvXXu0mjf|3r`) delta 329 zcmV-P0k;0-0`UTnF@GybL_t(oh3%CwOT$1EfWL}c#)FXUhM+>1fE`Pq&@F>=79oG2 zzrvr8KTvS#S?ZQBra?vw&lB3e9ts63Dd?`&);U+`7TWhkNR=jW2GyhC4Z2FsoF0*7CQhITk}qy z6j@|>W6;K8hl~Pb6x1T4e%#s`D}f@*)$Lt~jDkjSAw7ijen@l)cX6}@gXyGK@SSY6 zsX+Lx@2)l#KrL60tHE^g>r7}3OcJK*+P?ze{>HEWO1Z3fd|m_avVP?u9@g^5a%vx& zLkXZR{w1Ju5<;|(;Xa3jL4Ow*Euz0#LdF8{Iq5PAD3{eqz3#&5E)deQ3Ag90SFyw4 b_&0n2^piVCv diff --git a/Resources/Textures/Structures/Specific/Anomalies/Cores/pyro_core.rsi/pulse.png b/Resources/Textures/Structures/Specific/Anomalies/Cores/pyro_core.rsi/pulse.png index 537c619d19d063aab1961bd880d31f4529cc92d3..e0c2c7eed1d7b62eadbef2bb09ba89c1376d8b4d 100644 GIT binary patch delta 341 zcmV-b0jmCo1N{P!F@HBnL_t(|obB2%4uUWg2H;{$bm0un+=9`CV{j^u;lk)Gm>Epm zSr|y_U?7oTr10qfp#L{AwD@>`TM5Px5fKF|k{YOKb9;KeK7(HFV&hI_tIQf>j45jq zT_4`(|Gt?bwLa%-+I;qW2gw^jIUjGcpZIF6(sw};Ln5I{pMOu({GKB@YDrEd{3?RC zHDF0j*R+d8aFQe*y{xtX=*U1xFPfVxrq5kNX9UXH+f<_k*j&p1p0N@Q1E|?T^`78-w4?%vye_ew_ng} z5lMsPsGGk?ElzBQk+wV~~qoN2zM6^L~7$de~xRNf300000NkvXXu0mjfS?Zp^ delta 351 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/meta.json b/Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/meta.json new file mode 100644 index 0000000000..aa4c1273a1 --- /dev/null +++ b/Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Created by TheShuEd (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "anom", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + }, + { + "name": "pulse", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +} diff --git a/Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/pulse.png b/Resources/Textures/Structures/Specific/Anomalies/pyro_anom.rsi/pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..a064a8d2260aa9af56160ed4e03115f5231fdb81 GIT binary patch literal 4159 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 Date: Mon, 29 Jan 2024 01:32:01 +0000 Subject: [PATCH 092/391] Automatic changelog update (cherry picked from commit 21d5716f4c13858c6d75c864277782668a662f85) --- Resources/Changelog/Changelog.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8bbb3f0744..f62507bb50 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Emergency lights no longer make sound - type: Remove - - message: Emergency light radius and energy is now much lower - type: Tweak - id: 5313 - time: '2023-12-11T09:24:10.0000000+00:00' - author: Ubaser and Pigeonpeas changes: - message: The kobold ear marking has received a new sprite. @@ -3829,3 +3821,12 @@ id: 5813 time: '2024-01-28T10:49:55.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24579 +- author: TheShuEd + changes: + - message: The fire anomaly is now heavier in content. + type: Tweak + - message: Artifacts no longer block projectiles. + type: Tweak + id: 5814 + time: '2024-01-29T01:30:55.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24666 From 9b50c875570d57da2662b91ac39a70edee7ff421 Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:32:54 -0500 Subject: [PATCH 093/391] Health analyzers and cryopods also show temperature in Kelvin (#24643) Health analyzers and cryopods also show temperature in kelvin (cherry picked from commit f9c43567ea013fa5d68f21a9c83194583f10e1e3) --- Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs index 36f7a08b96..9e786ce436 100644 --- a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs +++ b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs @@ -66,7 +66,7 @@ public void Populate(HealthAnalyzerScannedUserMessage msg) ); Temperature.Text = Loc.GetString("health-analyzer-window-entity-temperature-text", - ("temperature", float.IsNaN(msg.Temperature) ? "N/A" : $"{msg.Temperature - 273f:F1} °C") + ("temperature", float.IsNaN(msg.Temperature) ? "N/A" : $"{msg.Temperature - 273f:F1} °C ({msg.Temperature:F1} °K)") ); BloodLevel.Text = Loc.GetString("health-analyzer-window-entity-blood-level-text", From 8a85560d9c5ccbfd0c47403240398e67cf056d58 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 01:33:59 +0000 Subject: [PATCH 094/391] Automatic changelog update (cherry picked from commit 030ab509394158764b060f861c0b40e95196e9bd) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f62507bb50..1d83250281 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser and Pigeonpeas - changes: - - message: The kobold ear marking has received a new sprite. - type: Tweak - id: 5314 - time: '2023-12-11T09:25:55.0000000+00:00' - author: Rainfey changes: - message: Hardsuit helmets added to chameleon menu @@ -3830,3 +3824,11 @@ id: 5814 time: '2024-01-29T01:30:55.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24666 +- author: Krunk + changes: + - message: Health analysis interfaces now also display a subject's temperature in + Kelvin. + type: Add + id: 5815 + time: '2024-01-29T01:32:54.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24643 From cd03dbac2b60281f4f7c8ec0f2b3c381dd1308fc Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:38:06 -0500 Subject: [PATCH 095/391] Add inhand fill visuals (#24495) * Add inhand fill visuals * oops * remove unused import (cherry picked from commit bd100344a2f9f845e2dceb8351d36f8af913a5f1) --- .../SolutionContainerVisualsSystem.cs | 33 +++++++++++++++ .../SolutionContainerVisualsComponent.cs | 13 ++++++ .../Objects/Specific/chemical-containers.yml | 2 + .../Objects/Specific/chemistry-vials.yml | 2 + .../Entities/Objects/Specific/chemistry.yml | 12 +++++- .../beaker.rsi/inhand-left-fill-1.png | Bin 0 -> 126 bytes .../beaker.rsi/inhand-left-fill-2.png | Bin 0 -> 137 bytes .../beaker.rsi/inhand-left-fill-3.png | Bin 0 -> 158 bytes .../beaker.rsi/inhand-right-fill-1.png | Bin 0 -> 128 bytes .../beaker.rsi/inhand-right-fill-2.png | Bin 0 -> 140 bytes .../beaker.rsi/inhand-right-fill-3.png | Bin 0 -> 155 bytes .../Specific/Chemistry/beaker.rsi/meta.json | 24 +++++++++++ .../beaker_large.rsi/inhand-left-fill-1.png | Bin 0 -> 133 bytes .../beaker_large.rsi/inhand-left-fill-2.png | Bin 0 -> 144 bytes .../beaker_large.rsi/inhand-left-fill-3.png | Bin 0 -> 156 bytes .../beaker_large.rsi/inhand-left-fill-4.png | Bin 0 -> 198 bytes .../beaker_large.rsi/inhand-right-fill-1.png | Bin 0 -> 134 bytes .../beaker_large.rsi/inhand-right-fill-2.png | Bin 0 -> 147 bytes .../beaker_large.rsi/inhand-right-fill-3.png | Bin 0 -> 157 bytes .../beaker_large.rsi/inhand-right-fill-4.png | Bin 0 -> 191 bytes .../Chemistry/beaker_large.rsi/meta.json | 32 ++++++++++++++ .../dropper.rsi/inhand-left-fill-1.png | Bin 0 -> 253 bytes .../dropper.rsi/inhand-right-fill-1.png | Bin 0 -> 249 bytes .../Specific/Chemistry/dropper.rsi/meta.json | 8 ++++ .../Chemistry/jug.rsi/inhand-left-fill-1.png | Bin 0 -> 173 bytes .../Chemistry/jug.rsi/inhand-left-fill-2.png | Bin 0 -> 196 bytes .../Chemistry/jug.rsi/inhand-left-fill-3.png | Bin 0 -> 217 bytes .../Chemistry/jug.rsi/inhand-left-fill-4.png | Bin 0 -> 221 bytes .../Chemistry/jug.rsi/inhand-left-fill-5.png | Bin 0 -> 230 bytes .../Chemistry/jug.rsi/inhand-left.png | Bin 297 -> 411 bytes .../Chemistry/jug.rsi/inhand-right-fill-1.png | Bin 0 -> 173 bytes .../Chemistry/jug.rsi/inhand-right-fill-2.png | Bin 0 -> 192 bytes .../Chemistry/jug.rsi/inhand-right-fill-3.png | Bin 0 -> 233 bytes .../Chemistry/jug.rsi/inhand-right-fill-4.png | Bin 0 -> 220 bytes .../Chemistry/jug.rsi/inhand-right-fill-5.png | Bin 0 -> 232 bytes .../Chemistry/jug.rsi/inhand-right.png | Bin 277 -> 418 bytes .../Specific/Chemistry/jug.rsi/meta.json | 40 ++++++++++++++++++ .../Chemistry/syringe.rsi/0-inhand-left.png | Bin 298 -> 0 bytes .../Chemistry/syringe.rsi/0-inhand-right.png | Bin 300 -> 0 bytes .../Chemistry/syringe.rsi/1-inhand-left.png | Bin 316 -> 0 bytes .../Chemistry/syringe.rsi/1-inhand-right.png | Bin 320 -> 0 bytes .../Chemistry/syringe.rsi/2-inhand-left.png | Bin 316 -> 0 bytes .../Chemistry/syringe.rsi/2-inhand-right.png | Bin 320 -> 0 bytes .../Chemistry/syringe.rsi/3-inhand-left.png | Bin 322 -> 0 bytes .../Chemistry/syringe.rsi/3-inhand-right.png | Bin 315 -> 0 bytes .../Chemistry/syringe.rsi/4-inhand-left.png | Bin 321 -> 0 bytes .../Chemistry/syringe.rsi/4-inhand-right.png | Bin 321 -> 0 bytes .../syringe.rsi/inhand-left-fill-1.png | Bin 0 -> 121 bytes .../syringe.rsi/inhand-left-fill-2.png | Bin 0 -> 132 bytes .../syringe.rsi/inhand-left-fill-3.png | Bin 0 -> 137 bytes .../Chemistry/syringe.rsi/inhand-left.png | Bin 0 -> 177 bytes .../syringe.rsi/inhand-right-fill-1.png | Bin 0 -> 126 bytes .../syringe.rsi/inhand-right-fill-2.png | Bin 0 -> 135 bytes .../syringe.rsi/inhand-right-fill-3.png | Bin 0 -> 143 bytes .../Chemistry/syringe.rsi/inhand-right.png | Bin 0 -> 182 bytes .../Specific/Chemistry/syringe.rsi/meta.json | 28 +++++------- .../Chemistry/vial.rsi/inhand-left-fill-1.png | Bin 0 -> 122 bytes .../Chemistry/vial.rsi/inhand-left-fill-2.png | Bin 0 -> 130 bytes .../Chemistry/vial.rsi/inhand-left-fill-3.png | Bin 0 -> 138 bytes .../Chemistry/vial.rsi/inhand-left-fill-4.png | Bin 0 -> 142 bytes .../vial.rsi/inhand-right-fill-1.png | Bin 0 -> 126 bytes .../vial.rsi/inhand-right-fill-2.png | Bin 0 -> 134 bytes .../vial.rsi/inhand-right-fill-3.png | Bin 0 -> 142 bytes .../vial.rsi/inhand-right-fill-4.png | Bin 0 -> 144 bytes .../Specific/Chemistry/vial.rsi/meta.json | 32 ++++++++++++++ 65 files changed, 207 insertions(+), 19 deletions(-) create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-4.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-4.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-4.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-5.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-4.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-5.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/0-inhand-left.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/0-inhand-right.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/1-inhand-left.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/1-inhand-right.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/2-inhand-left.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/2-inhand-right.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/3-inhand-left.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/3-inhand-right.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/4-inhand-left.png delete mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/4-inhand-right.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-4.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-right-fill-2.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-right-fill-3.png create mode 100644 Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-right-fill-4.png diff --git a/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs b/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs index 20693408ae..b4486b8c0e 100644 --- a/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs +++ b/Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs @@ -1,6 +1,8 @@ +using Content.Client.Items.Systems; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; +using Content.Shared.Hands; using Content.Shared.Rounding; using Robust.Client.GameObjects; using Robust.Shared.Prototypes; @@ -10,11 +12,13 @@ namespace Content.Client.Chemistry.Visualizers; public sealed class SolutionContainerVisualsSystem : VisualizerSystem { [Dependency] private readonly IPrototypeManager _prototype = default!; + [Dependency] private readonly ItemSystem _itemSystem = default!; public override void Initialize() { base.Initialize(); SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnGetHeldVisuals); } private void OnMapInit(EntityUid uid, SolutionContainerVisualsComponent component, MapInitEvent args) @@ -111,6 +115,35 @@ protected override void OnAppearanceChange(EntityUid uid, SolutionContainerVisua } } + // in-hand visuals + _itemSystem.VisualsChanged(uid); + } + + private void OnGetHeldVisuals(EntityUid uid, SolutionContainerVisualsComponent component, GetInhandVisualsEvent args) + { + if (component.InHandsFillBaseName == null) + return; + + if (!TryComp(uid, out AppearanceComponent? appearance)) + return; + + if (!AppearanceSystem.TryGetData(uid, SolutionContainerVisuals.FillFraction, out var fraction, appearance)) + return; + int closestFillSprite = ContentHelpers.RoundToLevels(fraction, 1, component.InHandsMaxFillLevels + 1); + + if (closestFillSprite > 0) + { + var layer = new PrototypeLayerData(); + + var key = "inhand-" + args.Location.ToString().ToLowerInvariant() + component.InHandsFillBaseName + closestFillSprite; + + layer.State = key; + + if (component.ChangeColor && AppearanceSystem.TryGetData(uid, SolutionContainerVisuals.Color, out var color, appearance)) + layer.Color = color; + + args.Layers.Add((key, layer)); + } } } diff --git a/Content.Shared/Chemistry/Components/SolutionContainerVisualsComponent.cs b/Content.Shared/Chemistry/Components/SolutionContainerVisualsComponent.cs index 8ada8e28f4..100ee3975f 100644 --- a/Content.Shared/Chemistry/Components/SolutionContainerVisualsComponent.cs +++ b/Content.Shared/Chemistry/Components/SolutionContainerVisualsComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.Hands.Components; using Robust.Shared.Utility; namespace Content.Shared.Chemistry.Components @@ -40,5 +41,17 @@ public sealed partial class SolutionContainerVisualsComponent : Component [DataField] public string InitialDescription = string.Empty; + + /// + /// Optional in-hand visuals to to show someone is holding a filled beaker/jug/etc. + /// + [DataField] + public string? InHandsFillBaseName = null; + + /// + /// A separate max fill levels for in-hands (to reduce number of sprites needed) + /// + [DataField] + public int InHandsMaxFillLevels = 0; } } diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml index c8a204e115..31af4d206a 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml @@ -43,6 +43,8 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: jug + inHandsMaxFillLevels: 5 + inHandsFillBaseName: -fill- - type: StaticPrice price: 60 - type: Label diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml index 93881af7f9..c5de88d690 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml @@ -27,6 +27,8 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: vial-1- + inHandsMaxFillLevels: 4 + inHandsFillBaseName: -fill- - type: Drink solution: beaker - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index f9a843c4d4..a8acc5ff9c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -158,6 +158,11 @@ solution: beaker - type: StaticPrice price: 10 + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: beaker + inHandsMaxFillLevels: 3 + inHandsFillBaseName: -fill- - type: entity name: cryoxadone beaker @@ -200,6 +205,8 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: beakerlarge + inHandsMaxFillLevels: 4 + inHandsFillBaseName: -fill- - type: StaticPrice price: 20 @@ -277,6 +284,8 @@ - type: SolutionContainerVisuals maxFillLevels: 1 fillBaseName: dropper + inHandsMaxFillLevels: 1 + inHandsFillBaseName: -fill- - type: StaticPrice price: 40 @@ -321,7 +330,6 @@ - type: Item size: Tiny sprite: Objects/Specific/Chemistry/syringe.rsi - heldPrefix: 0 - type: SolutionContainerManager solutions: injector: @@ -338,6 +346,8 @@ - type: SolutionContainerVisuals maxFillLevels: 2 fillBaseName: syringe + inHandsMaxFillLevels: 3 + inHandsFillBaseName: -fill- - type: Tag tags: - Syringe diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d206c35fbb356ef380c49380957d512461b068a5 GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EIeHtLn`LH zy}6MWsEXO}+kA7|{fCtull=?4W@`ZzFf=r()ZPU#K!7{uNp}w~14F#rvsc`cV)z*M PfkZuB{an^LB{Ts5gvTKt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a4c851429dc98d44bedc4928d490fa80c8d84a71 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|oIPC}Ln`LH zy|s~-!GMF=;NSiU&Npt$M{%;f;a;@HlLe@R;e)dA`I5H4(5<^cJRoQ=^?A}OymQlE dK?a5gM_FI25L370UfTqc@^tlcS?83{1OTzRC}RKs literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-left-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..94103a8320b70c7b79dfbe7fd228a206c0566ca6 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|B0OCjLn`LH zy|t0|fB^@K!?*bp9Pdn4l0L!}@#!wh9+s=Zj6hWk(buA;&NQ_>K4bM^_dU`Ew#*%{c*YpJL&w+lYo;kknWw9t%Q~loCIC0m BGn4=T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d89683a47bc606d5630f990c22a909fe47f81c72 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|tUO&DLn`LH zy}6K=!GMQl;~V?;pUWDXHn>f+J@|1o6Ho<1g-21HIfwxS2a1%x|2d(-z_8#klT`rs Tq@E0s;~;TQS3j3^P6_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e6fe7b070bc17b598489c86b2a90f65bd5f136b9 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|+&oL4k+a@!NcZ<|XZ{8Y?Dw-0}TT^m;2$4MW51jvIG**BX6(&j{iIfri1SdFy+m gD$n=#FflO1$rQDUsi&Co9tO#Iy85}Sb4q9e0FO*6EdT%j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/beaker.rsi/inhand-right-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..58e9d70df6914d97b7e4ba336ac7ccbce6c4fdb9 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|LOop^Ln`LH zy|t0|fB^@K!+U$h<{JN1A(=rpJ@(Ch;8=1#3aE^)r^Ln`LH zy=5rKpdi5P_(!{E!k2#bw1%|sgI`ZZ0aY+Cv`_N6{qrs(n9abzzh$mU+Naxp1Q{3} Z++YivDW)#)M(`a-($m$?Wt~$(6962YCyM|8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4378fd7eeab5c59a7ddec9ddcd46d8d0fdaa76 GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|ygXeTLn`LH zy=5rKV93L~;gfrY!oANjRyFM&95wrLK3W3RFdSIBZE{N7^9r?-Tkb}K1c2ax*6aO8 k>ff@w5!@Cp#lUdqH^b^pI=+9niq$}}p00i_>zopr0B4&n1^@s6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..256dd348e8a9ac70ba471faeda48d971a8df28bf GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|!aQ9ZLn`LH zy|s~-!H|Q+;M@EOj+Z_^{XUUtVv>JB`wImopdyBCscCDsY8hu+o$gqE+Wn8T!CYpL zFayJb9nbxr2-b!_%5J|a`s&oDxqp-y7!GXXzi`}_qu9XD5v0b`)z4*}Q$iB}QtCA& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-4.png b/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-left-fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..1e828c35205c6ea5765dfe5cf054eaa3ece9da5a GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|8a!PbLn`LH zy>*b2*^r0DVWQQ#|Fc3Gye{0Yl;wOPeCTM|2_MEJ)^7VS7NBZ|`LEwioVj?ndwKuW z%4OEm&!71pZTIM6!&S>^meL!n*g;Ad7(UdVkAJdy^Pb0LUk|M6dTg<1)jGMqNw=$8 sB6)9olS>R+p*wy4%jx%|7#MDxkzJcyXk}2hLI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..766d7e9e6b213e01c7242ab88e4701203027b05e GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%~c)B=-RLpsM z%TVxu0}r#~XLk*SSF%hmKhMAETCmrI8K{Ke!=krpH`iN(m_YDg`J|lNpO;n6XJla5 ZagF(izL*bc!GMSPz&rbe>>urQ8jf&Bb?)ZWc`mu06{w2gj;B#>dU;>&Ex$?s#Xtf;aNu;` nU!VG|k``sN3*MwMFf^!(xA^M#iXHrt0h0D~^>bP0l+XkK%KIOiMQ6vUGhH38&Rt3~Uuf+<`+h!1 x6bKGncboS-zfCIqPuc7Agg5zzZkz;)s`F=V^W{i9dwM2Fji;-h%Q~loCIH9SHjV%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-4.png b/Resources/Textures/Objects/Specific/Chemistry/beaker_large.rsi/inhand-right-fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..c90be94d07abf87e733e35f523164e220a73565a GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Dm`5sLn`LH zy|t0o*^q#*{j_~){q_dN%O911Y8if9xx0CHdfK^n^LD?! z`RHm*+Pz{1!S{-9)+Nuroexp~1RL(0`uykd{ibzictS#Z3>U2mv;VqV+nD)y+_Lqz k8j?429{nPj#@zrI$ zTf`I6Vw=+W_#wss$&!MVrSCcFJ#X^v+U<9FO5m@>{#BE8RZRc${&@Pae8JU?&eQVW r1gutxe9!y7G_pjF?bgTe~DWM4f6y9QH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0198590656b56083de56e526495c800c3c38ba2d GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Hha1_hE&XX zdut=#Ap@S4#P&_9$@l;7z41q2d76nZYhYjiXO{B6{JwSR>(@yF)q}u;b9a;9^F{Bd z-toI!agvgf&Z7OYJ9c|=dERDP7WMpLb&P|{43*hgvAXlGF+FpC`E;}M?z0=N{r{r3 zBEl_{`YMYHJK%L(bf oj$8lH=d%01yx@c?P>)_LW4l|vzWt)&DIjw^UHx3vIVCg!0O5;aB>(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/meta.json b/Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/meta.json index 646becdd08..d296ffbea1 100644 --- a/Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Chemistry/dropper.rsi/meta.json @@ -20,9 +20,17 @@ "name": "inhand-left", "directions": 4 }, + { + "name": "inhand-left-fill-1", + "directions": 4 + }, { "name": "inhand-right", "directions": 4 + }, + { + "name": "inhand-right-fill-1", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..00affa433705c1cd50db396db3ed1f72e57a194d GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|(mh=qLn`LH zy=BdK*g$|epwyg&*`VHp{eZw8Yv<|f{w{I;B-b$cTQCz)Ef8$~VDUI3^sUOvz00?L zD?ApJecp1iN^(!|E~xwg-al`i$A$jBZF|5vZaeeI;_eAg@_!yMm9g*>V`iD<`VeG@ Mr>mdKI;Vst0I^p)kpKVy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..b4014c71a7853bcb021ff1b25c816d941e67b80b GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>O5T>Ln`LH zy>*b&$xwjhf~d{1mM`&_#U==Slk=Cq(tJo=@Zxuc35Sg?A8-LG2Z9gsde%;>v*i9? zyY;d!)N*}Hc}t(6lG38@`*gS=Dj4=Tgq}S!=e_>*6K5hr`QQ8e-*nM2?cBZJ+Y}FP mUN!6c?Z)Kp4=d{)nBQU8-(%MQetDfQNTa8#pUXO@geCy(1WWn= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..dd62683c7a3e4d0c8cd3ce8488fd846bbeb1f8d4 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|CVRR#hE&XX zdut=_VFdx!3*A#D3Fa}px94RxV6t7g#-&T-q}h^>)uLDJSxV+}05vc$G|aA8!?AX2 zUq{E8o}g1NCHH>67}ed;k$ZdEn^Mn=_qA_cuVyz;em?zq*M+~=jEbYgz`7V1#C=xJ z$zJ>TRegi9-G4rpJ+ogd{=EF^(e0Bg`Mj_Uu$Zy8Hk-cHq;z^`({qw&G_0}q_enB4Zw25MknI1m{V))IDg z$N&7>Wjm6?&Z%D)UAXuAwWw@CL)~mq@eN8}=IenKGB6}eUnMoua^L^{(apgzLgUjCk&8@S)RR4>c;oMuc3igTe~DWM4fHD_1a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-5.png b/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left-fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..11191e8f93267358636111518869bbc4e1af8fb1 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|7I?ZihE&XX zdut=-VFLly3*H_t1@jo*+xN0x;CMIpR00#{jX6Ay??czUYc5^2PYI}lfgwSnU(We@ z>D_PdGiT|ghn)TS^k(u4`^v8px1zc`I?m|KzIysYc)|}}uwsS=$0?$H)e~>7KJsT; z`IV^d%6a}zr|;w6vH8TBQ(D$*QzN&X*;C5gXP=nA==`(kS0B%;{LNN#?S1&C_WKM8 ZIr&o^yo$8=1~U-AF| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-left.png index 6ec4b0fc67c109189048e2fbb1355ea0ee631bb0..818612319afc7a1494a86a574cf95237b914443c 100644 GIT binary patch delta 384 zcmV-`0e}9f0-FPnB!2;OQb$4nuFf3k00041NklJaE6}~3Q@d8yf=f3w+Ip;4m=|IN|lz(lXe18wa1Wym`!gHi@ zwlSmw{~Ij};94eJ%iO!HO^$Sg`f;|GS(_aE4iG<7fW-l}{9NVWlFA_>A|fIpA|fIp zA|etOCFy&Vr1Krj8AM4s0D!C8=X`m;OpPwqwm4p(I@f3D_J`VAoUd6Q-TttlYR0_N zJ~aTK_xJ{&Sb2*i)(zUNCPtH)RNPjh$*f_wnz+0;HpbH&<7tk&oAbgsa^Wixav3lIKOzlsE|(tV2`mi3}|!!0000=C?&jmcOLj6x-uRS55skPwR5oej`@BLM&a004ls*|=4TW}|1t#;^YD zMYCvTWnEje?*89f`l+mHU(J_wy{_h^?f{n9{MNHr6M~MXlYeK)Wyz}6vZ`Iw8vpVH` zGmtG3uJx6EP9SAaI_r6aep9Irz@vHhPe78+*C=VH`{j`I2gp1E^9TR{0GR9vjaY`z U0seHV00000Ne4wvM6N<$g6hnC&;S4c diff --git a/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/jug.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..3f822e063152942e22c79d34a544b0d6bbf7fcdf GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|(mh=qLn`LH zy|t0|uz`rP3u0TnYa95CLqj;;9IT$R1w zw_MZvzCSFqdhJvd$>cwO$lyi0Nb5Cj4<*1^Yb4#-^z^n9P`f>KPaw_}>X@TqX7S zUR3n6`nNgve`^)UxVyM~xwl`dZ0Su&uo?!2A3kY)tEwz#T3*xtUVh`_^&*9jd3>t# j+&RMg)vMmS2^=FUQn%JsXP9`qM1muCcOVPN>veLEu| za+;}v8OnKJbL8%}I z071j@!{7hy+P{C^g7td-A)HD6j7cds_-|ybbxqs%m37^|xY! bGz8l)l<4^|2!?rARla_!c;DM7#fJp09? zeb035@%Y|Ze|9$6?Y269CROyuL-~O0-ZOV5a8sG#IYe1(Xs1>eV^bdczfy+a3w4uW7HTcL$k+r~jsi=gS5^HS;e0~rFz-S3X$ zmj7P_000000002+$q%C}eo8VwjIye;tilhY?CSP$<-E0`!GAn&XYn4#iQL~D|M*Xp zev{Yw^HgiDa03F@k-&9KWYIB-6Vb0IhRuDC|~^9$*zcqbfTAeEt^~Cr+aUm zyJy=(DasF{On>Km%KZV?7yB}r%w#l~$>G7a7cw2W1*LBgtw zSasvo(<3-arD^k(P$Blutmu@OE#oc&a!7x;A~|Pk{0* m`d#~($!3H+0}T*BY47XOjget*b3_0D002ovPDHLkU;%=1U&53C delta 249 zcmVNhT*a4hVy9T zrk;SqfY5yp(`LG8s_9Q+W0VklpN)wD8OG%|A^-pY007`V_ zv)37`<(L^TF3!^_rO7olQfxF|Y+(QZ0KlRL0A7UA$+e?E00000NkvXXu0mjfzI!mlZ#Y_(3{?lw0P(An}@@Lj`%;3V%W*%u#Ry;HUk;C*Rk3(Spl@EzpB}xb0>}^nFVdQ&MBb@0Ijcc AmjD0& diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/0-inhand-right.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/0-inhand-right.png deleted file mode 100644 index 863a40a4932e2c99de5896ae8ff3802dd5b9d66f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 300 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G6o zi(^Q|oVT|w@--1 zbs4w){eH}9*6|wAgyh`RKUX={Za?4^zF*^U?yich4AZ~X-7)<3%H|x?8oQtA$FnM| z=Wk~CZ}ju#tGgGPlOnDvN-7BU|RLZf4to&zBufFxmob?Ig8C5KHL3KIIP?g z!RY(@!`x+mzn^GND3#xL_{#0T#M6YPpy*z|LRw-bFta+QK?Sx9HYQ2|h}X+qrK4 zftp7e^R6%YEL&jnW&du4-PL-LABAkn4$nQR6ZvP$E0G<$XQ+11ui;U`Z3o=yd2$N1 zfW zmNDwwL-rX(z4zP~{F14g@KDh04P)r@4|A9O{eHrCLj~Xc#8;0^f9V<|Usze)9p4Of c=?6x;Mm@PQ#fx=0K;JWXy85}Sb4q9e0K>C<)&Kwi diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/2-inhand-left.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/2-inhand-left.png deleted file mode 100644 index 0f1f04747227f06e5c0c56f604645d6041d860c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G3n zi(^Q|oVT|exegofuwFF$;T#M6YPpy*z|LRw-bFta+QK?Sx9HYQ2|h}X+qrK4 zftp7e^R6%YEL&jnW&du4-PL-LABAkn4$nQR6ZvP$E0G<$XQ+11ui;U`Z3o=yd2$N1 zfW zmNDwwL-rX(z4zP~{F14g@KDh04P)r@4|A9O{eHrCLj~Xc#8;0^f9V<|Usze)9p4Of c=?6x;Mm@PQ#fx=0K;JWXy85}Sb4q9e0K>C<)&Kwi diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/3-inhand-left.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/3-inhand-left.png deleted file mode 100644 index 3bbc9fe6839a6bb11a5086fae0cb79bd543437f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FYV zi(^Q|oVT+axegofupGZ2|MkEBi`iEsgfzBXST>0#vE0v+^ZkMd_SbC|VhuQvF4H@~ zj}pmseN9ChuO_b!4}9G##%TPf?uCN-Lk@rO*!>4?9A2*ZW=Vg^J;vh;|G#a@`Tplf zmv=#%g>;(dkCUr33(U?;`XJozcw{33VYG8s!CtJp0aj!(wKy?6_L4C2)f)nV#L#a#^>xHW}!D22WQ%mvv4F FO#oNkfnfju diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/3-inhand-right.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/3-inhand-right.png deleted file mode 100644 index 71ecded6f6b4872f9268f8097ba3ffc3c1e8a308..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 315 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Gp% zi(^Q|oVPcl`I-zw*d8hty1%RET(dH(<%qb(l3b>9|Mzx3_t|0dr7?y{VLHPJRfZzY z22^IbibLhJLpHv`<{#&6KXbouwefYPHK&W!=T}bO$vu_hs`Z16lif3?Jzf2cDdctR z9jo8(HIjldXKMi00o}rh;L632QH^UPlhMhQ=89zVHEdH@Ni>u(7 z%)VyD{}+F8$k?^NUsBy7_rAgT`G?-N*xk>)3%<+jJ9y#v>hIwRM;18W*Zs+(1abE- a27RSMO%X-GvyniLGkCiCxvX^=NXpx$-rBA;!HwY+ok%916723UOcX^^yBz`@j0e3-&PIn)hdaY{05* z_M0CGy>Y!W)u5_GZ*vyc9o;m~k8^t*&vY^nMwPo79^Pe~+929LJGhKpgsF@5%q`gf z4hx~6vV&XhGQMnLk>U(aUZwBo%I?$q^NXf|4@-g{7@ZUU-()B(bKw65p!XR(UHx3v IIVCg!06Cm`J^%m! diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/4-inhand-right.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/4-inhand-right.png deleted file mode 100644 index fa55e86eb97cf04d88a24bb2698eef0dec06b57c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G*- zi(^Q|oVPc<`3@;axIT1#)OY8<&@MHdjlMD`v>lZ0{XQG|Pk9ToTt_j(5leBN!qC??TmK*SObxAxa|5H9Y&n z8;kd5{+MRJUPR&Dmbd#ku75ZhJApgku9dWBamw?PtUsnd%)e{x(1v6x4$CYLoM^9p z_pttIK*PN1ADq+v9D5;{v9Eo8N>z*G`G#fHKO9f*tA6IZp@QE&;pN9!f5jp;URaub gdc7mm^`98y*nb*ts=m*j4D>#Or>mdKI;Vst0ITVNC;$Ke diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..93ff582233b78320bc09e9299ba7b136aed58467 GIT binary patch literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|j6Gc(Ln`LH zy>*b2fq~z$T4)m$)e8UK0F)%dT-^0wnaK@zeE%(>hhI9Wx NVxF#kF6*2UngB|{BXR%$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a8271c771cdcda9aa7693f780088bf6096d4643f GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>^xl@Ln`LH zy?KzA!GMFw;d}fnzQD=XD$E%g%|n6mKyxNNSw2TS?{vQ$KbX(JU>kP-`Re1$3>O|S XtO*i-`AXyN6_AXltDnm{r-UW|sIVrd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ce5e2519db1c89e1aa95b048ca703162dceba6 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|oIPC}Ln`LH zy?KzAL4kwC@mIc7yqUrgk2#tRclLDx6#%sv8OQG{cfI~%;>YOHKQAi4f(#5&wSOJO c_!$_Ei=EC_zU#&Gwg4pI>FVdQ&MBb@0LKt0#Q*>R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..9b7b05b437d7a498c3bbef74224f5e44739d3c65 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|vOQfKLn`LH zy|q!a!GOcT@!R~fb2n^Ua8<>trkwf14^M9vpdto?S0~PNobY`7Y1a0sbG~qFepZw8 z<9S)%`gv?Q@^N>2e}>wCQ~}kkdHeQ&wD;D%vK6T-*L}Qt>S5immvv4FO#mQHMV0^n literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..9f489d4e645a778ed95973482171f7400f052ade GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EIeHtLn`LH zy}6N>!GMFs@LT+^U;`#r$4%-x{;dMaGcaU$Zn|qwxK|#`VPL3xbeNf;;5@UBHTPG~ REq*#6VNX{-mvv4FO#re2B4q#o literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ed4dc38dda63a8ddc35a2125d55d9a15357f6664 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|96eneLn`LH zy?Kz6L4k+m;FtSfehSre3osjt=DeG&1ysS%;5@0s{7%Is+pj-ztL#A{Kyd#~%m0Ev3K`njxgN@xNAw?8Qs literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb2bd374c539ac85039dd78a231248e54cf2743 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|JUv|;Ln`LH zy=lnBpuod&@b~}a$y1N{378msZaTZw6R3irAvW~t>o(!=>gBTc*OmC&?(==m4iaZz l_|g16yJx}?4h9CFEeunCD&Ku>m}m%+@O1TaS?83{1OR53E(QPq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right.png b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4fe1bcafb532259a082a64c1b4d109a969cc14c6 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|3OrpLLn`LH zz2(T)puof8@bACb{}BC25_wt*s>b{ZyM6Pwhyax_ED&^e`6K(NQ#*h9nTww{cK&+e z7q#!#o}H21+vC38SX#3+S{|f~fnkQ$&-aDm#_!pu$$nYGJ?ZK8+>{+lyYKgM%vxr{ aFyS<3jg!Uio)ePnAhn*ZelF{r5}E*-r$P1r literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/meta.json b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/meta.json index 8c15361569..1495eccd7a 100644 --- a/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Chemistry/syringe.rsi/meta.json @@ -58,43 +58,35 @@ "name": "syringe2" }, { - "name": "0-inhand-left", - "directions": 4 - }, - { - "name": "0-inhand-right", - "directions": 4 - }, - { - "name": "1-inhand-left", - "directions": 4 + "name": "inhand-left", + "directions": 4 }, { - "name": "1-inhand-right", - "directions": 4 + "name": "inhand-right", + "directions": 4 }, { - "name": "2-inhand-left", + "name": "inhand-left-fill-1", "directions": 4 }, { - "name": "2-inhand-right", + "name": "inhand-right-fill-1", "directions": 4 }, { - "name": "3-inhand-left", + "name": "inhand-left-fill-2", "directions": 4 }, { - "name": "3-inhand-right", + "name": "inhand-right-fill-2", "directions": 4 }, { - "name": "4-inhand-left", + "name": "inhand-left-fill-3", "directions": 4 }, { - "name": "4-inhand-right", + "name": "inhand-right-fill-3", "directions": 4 } ] diff --git a/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-1.png b/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4633339101734b2db29e85660724da26e80f2b GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Ogvp2Ln`LH zz2(Tuz`$|D;7_;R2L}B~VFyIkfDB=Hpy64c!31Iff&CAlF$t**Y8SZQq(-K01&MjO L`njxgN@xNA;~O7h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-2.png b/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4a2159245e7105274dd9d1c3f9ee59336eec64 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Y&=~YLn`LH zz2zv#puoejQTk7|UWZ1lfeKUDK{cQ}gF|@eTk%<*o75J8ctCI<^lttEc_5?Ss_#Dc UhZ(E)d;I$Ld%`fCe4vwIC+geNB{^LICt%D{QCLF eFD3?tgq7^SK5>8HKQUPyB<1Pq=d#Wzp$P!L=qY;u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-4.png b/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-left-fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..5973326b8897781716fcd42c18abcc5a294abb44 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|JUm?-Ln`LH zy>*b2L4k+)z=MCr;o$-!GMFs@LT+^%?zxvj+@kX{96T-XJC->+;rEVbfqYm!@yAY{4g`afk^(C%iLcd SRYyJq346NwxvXmVYEcJUu^{85kb; Y^PYXp{Zoal_zXzG)78&qol`;+0P>S2asU7T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-right-fill-3.png b/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/inhand-right-fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..147ad5acc5143b79afcaaf7694d1a66ff57d5507 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|JUm?-Ln`LH zy>*b2L4k+GapV7a$;@591UP4|OxT%!NeZZh!N=9*Po72TDFJmL5fCUd`pdIs fihcidc_61t%2|y2ulw!vCm<*b2L4k+GapV7a$;@28CP>U#nXohek`z!0L$RRXP2SypQNPbl;NqDe3lai?4|}}q hnYHi7xATI9mPqU|<6%6!>skUx($m$?Wt~$(69ByNDRck; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/meta.json b/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/meta.json index 800cb2b522..d7ccba364f 100644 --- a/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Chemistry/vial.rsi/meta.json @@ -13,10 +13,42 @@ { "name": "inhand-left", "directions": 4 + }, + { + "name": "inhand-left-fill-1", + "directions": 4 + }, + { + "name": "inhand-left-fill-2", + "directions": 4 + }, + { + "name": "inhand-left-fill-3", + "directions": 4 + }, + { + "name": "inhand-left-fill-4", + "directions": 4 }, { "name": "inhand-right", "directions": 4 + }, + { + "name": "inhand-right-fill-1", + "directions": 4 + }, + { + "name": "inhand-right-fill-2", + "directions": 4 + }, + { + "name": "inhand-right-fill-3", + "directions": 4 + }, + { + "name": "inhand-right-fill-4", + "directions": 4 }, { "name": "vial-1" From 3b3e9abb7b3930ba349b574bf9488640500909e8 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:41:59 -0500 Subject: [PATCH 096/391] Make procgen use weighted variants (#24669) (cherry picked from commit 2a6705818bf510aee3026c7f3c3a4ed56f188189) --- .../Gateway/Systems/GatewayGeneratorSystem.cs | 4 +- .../Procedural/DungeonJob.NoiseDunGen.cs | 2 +- .../Procedural/DungeonJob.PostGen.cs | 25 ++++++------ Content.Server/Procedural/DungeonJob.cs | 4 ++ .../Procedural/DungeonSystem.Rooms.cs | 3 +- Content.Server/Procedural/DungeonSystem.cs | 3 ++ Content.Shared/Maps/ContentTileDefinition.cs | 2 +- Content.Shared/Maps/TileSystem.cs | 36 +++++++++++++++++- .../Parallax/Biomes/SharedBiomeSystem.cs | 10 ++--- Content.Shared/Tiles/FloorTileSystem.cs | 5 ++- .../Prototypes/Procedural/biome_templates.yml | 38 ------------------- 11 files changed, 68 insertions(+), 64 deletions(-) diff --git a/Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs b/Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs index 7d6f133e93..c8b30af620 100644 --- a/Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs +++ b/Content.Server/Gateway/Systems/GatewayGeneratorSystem.cs @@ -6,6 +6,7 @@ using Content.Server.Salvage; using Content.Shared.CCVar; using Content.Shared.Dataset; +using Content.Shared.Maps; using Content.Shared.Movement.Components; using Content.Shared.Parallax.Biomes; using Content.Shared.Physics; @@ -41,6 +42,7 @@ public sealed class GatewayGeneratorSystem : EntitySystem [Dependency] private readonly MetaDataSystem _metadata = default!; [Dependency] private readonly RestrictedRangeSystem _restricted = default!; [Dependency] private readonly SharedMapSystem _maps = default!; + [Dependency] private readonly TileSystem _tile = default!; [ValidatePrototypeId] private const string PlanetNames = "names_borer"; @@ -132,7 +134,7 @@ private void GenerateDestination(EntityUid uid, GatewayGeneratorComponent? gener { for (var y = -2; y <= 2; y++) { - tiles.Add((new Vector2i(x, y) + origin, new Tile(tileDef.TileId, variant: random.NextByte(tileDef.Variants)))); + tiles.Add((new Vector2i(x, y) + origin, new Tile(tileDef.TileId, variant: _tile.PickVariant((ContentTileDefinition) tileDef, random)))); } } diff --git a/Content.Server/Procedural/DungeonJob.NoiseDunGen.cs b/Content.Server/Procedural/DungeonJob.NoiseDunGen.cs index 7393ce72fd..73c3386ead 100644 --- a/Content.Server/Procedural/DungeonJob.NoiseDunGen.cs +++ b/Content.Server/Procedural/DungeonJob.NoiseDunGen.cs @@ -84,7 +84,7 @@ private async Task GenerateNoiseDungeon(NoiseDunGen dungen, EntityUid g foundNoise = true; noiseFill = true; var tileDef = _tileDefManager[layer.Tile]; - var variant = rand.NextByte(tileDef.Variants); + var variant = _tile.PickVariant((ContentTileDefinition) tileDef, rand); tiles.Add((node, new Tile(tileDef.TileId, variant: variant))); roomTiles.Add(node); diff --git a/Content.Server/Procedural/DungeonJob.PostGen.cs b/Content.Server/Procedural/DungeonJob.PostGen.cs index 559d5fedb9..ffbb9454dc 100644 --- a/Content.Server/Procedural/DungeonJob.PostGen.cs +++ b/Content.Server/Procedural/DungeonJob.PostGen.cs @@ -3,6 +3,7 @@ using System.Threading.Tasks; using Content.Server.NodeContainer; using Content.Shared.Doors.Components; +using Content.Shared.Maps; using Content.Shared.Physics; using Content.Shared.Procedural; using Content.Shared.Procedural.PostGeneration; @@ -191,7 +192,7 @@ private async Task PostGen(BoundaryWallPostGen gen, Dungeon dungeon, EntityUid g if (!_anchorable.TileFree(grid, neighbor, DungeonSystem.CollisionLayer, DungeonSystem.CollisionMask)) continue; - tiles.Add((neighbor, _tileDefManager.GetVariantTile(tileDef, random))); + tiles.Add((neighbor, _tile.GetVariantTile((ContentTileDefinition) tileDef, random))); } foreach (var index in dungeon.CorridorExteriorTiles) @@ -202,7 +203,7 @@ private async Task PostGen(BoundaryWallPostGen gen, Dungeon dungeon, EntityUid g if (!_anchorable.TileFree(grid, index, DungeonSystem.CollisionLayer, DungeonSystem.CollisionMask)) continue; - tiles.Add((index, _tileDefManager.GetVariantTile(tileDef, random))); + tiles.Add((index, _tile.GetVariantTile((ContentTileDefinition)tileDef, random))); } grid.SetTiles(tiles); @@ -478,7 +479,7 @@ private async Task PostGen(DungeonEntrancePostGen gen, Dungeon dungeon, EntityUi isValid = true; // Entrance wew - grid.SetTile(tile, _tileDefManager.GetVariantTile(tileDef, random)); + grid.SetTile(tile, _tile.GetVariantTile((ContentTileDefinition) tileDef, random)); ClearDoor(dungeon, grid, tile); var gridCoords = grid.GridTileToLocal(tile); // Need to offset the spawn to avoid spawning in the room. @@ -496,7 +497,7 @@ private async Task PostGen(DungeonEntrancePostGen gen, Dungeon dungeon, EntityUi continue; } - grid.SetTile(nearTile.GridIndices, _tileDefManager.GetVariantTile(tileDef, random)); + grid.SetTile(nearTile.GridIndices, _tile.GetVariantTile((ContentTileDefinition) tileDef, random));; } break; @@ -589,7 +590,7 @@ private async Task PostGen(ExternalWindowPostGen gen, Dungeon dungeon, EntityUid { var neighbor = tile + dirVec * j; - tiles.Add((neighbor, _tileDefManager.GetVariantTile(tileDef, random))); + tiles.Add((neighbor, _tile.GetVariantTile((ContentTileDefinition) tileDef, random))); index++; takenTiles.Add(neighbor); } @@ -690,7 +691,7 @@ private async Task PostGen(InternalWindowPostGen gen, Dungeon dungeon, EntityUid { var tile = validTiles[j]; var gridPos = grid.GridTileToLocal(tile); - grid.SetTile(tile, _tileDefManager.GetVariantTile(tileDef, random)); + grid.SetTile(tile, _tile.GetVariantTile((ContentTileDefinition) tileDef, random)); _entManager.SpawnEntities(gridPos, gen.Entities); } @@ -721,7 +722,7 @@ private async Task PostGen(RoomEntrancePostGen gen, Dungeon dungeon, EntityUid g { foreach (var entrance in room.Entrances) { - setTiles.Add((entrance, _tileDefManager.GetVariantTile(tileDef, random))); + setTiles.Add((entrance, _tile.GetVariantTile((ContentTileDefinition) tileDef, random))); } } @@ -857,7 +858,7 @@ private async Task PostGen(CorridorPostGen gen, Dungeon dungeon, EntityUid gridU foreach (var tile in corridorTiles) { - setTiles.Add((tile, _tileDefManager.GetVariantTile(tileDef, random))); + setTiles.Add((tile, _tile.GetVariantTile((ContentTileDefinition) tileDef, random))); } grid.SetTiles(setTiles); @@ -902,7 +903,7 @@ private async Task PostGen(EntranceFlankPostGen gen, Dungeon dungeon, EntityUid if (!dungeon.RoomExteriorTiles.Contains(neighbor)) continue; - tiles.Add((neighbor, _tileDefManager.GetVariantTile(tileDef, random))); + tiles.Add((neighbor, _tile.GetVariantTile((ContentTileDefinition) tileDef, random))); spawnPositions.Add(neighbor); } } @@ -1013,7 +1014,7 @@ private async Task PostGen(JunctionPostGen gen, Dungeon dungeon, EntityUid gridU for (var x = -width + 1; x < width; x++) { var weh = tile + neighborDir.ToIntVec() * x; - grid.SetTile(weh, _tileDefManager.GetVariantTile(tileDef, random)); + grid.SetTile(weh, _tile.GetVariantTile((ContentTileDefinition) tileDef, random)); var coords = grid.GridTileToLocal(weh); _entManager.SpawnEntities(coords, gen.Entities); @@ -1131,7 +1132,7 @@ private async Task PostGen(MiddleConnectionPostGen gen, Dungeon dungeon, EntityU continue; width--; - grid.SetTile(node, _tileDefManager.GetVariantTile(tileDef, random)); + grid.SetTile(node, _tile.GetVariantTile((ContentTileDefinition) tileDef, random)); if (gen.EdgeEntities != null && nodeDistances.Count - i <= 2) { @@ -1217,7 +1218,7 @@ private async Task PostGen(WallMountPostGen gen, Dungeon dungeon, EntityUid grid if (!random.Prob(gen.Prob) || !checkedTiles.Add(neighbor)) continue; - grid.SetTile(neighbor, _tileDefManager.GetVariantTile(tileDef, random)); + grid.SetTile(neighbor, _tile.GetVariantTile((ContentTileDefinition) tileDef, random)); var gridPos = grid.GridTileToLocal(neighbor); var protoNames = EntitySpawnCollection.GetSpawns(gen.Spawns, random); diff --git a/Content.Server/Procedural/DungeonJob.cs b/Content.Server/Procedural/DungeonJob.cs index 55c4474d31..c8a69808d3 100644 --- a/Content.Server/Procedural/DungeonJob.cs +++ b/Content.Server/Procedural/DungeonJob.cs @@ -4,6 +4,7 @@ using Robust.Shared.CPUJob.JobQueues; using Content.Server.Decals; using Content.Shared.Construction.EntitySystems; +using Content.Shared.Maps; using Content.Shared.Procedural; using Content.Shared.Procedural.DungeonGenerators; using Content.Shared.Procedural.PostGeneration; @@ -27,6 +28,7 @@ public sealed partial class DungeonJob : Job private readonly DecalSystem _decals; private readonly DungeonSystem _dungeon; private readonly EntityLookupSystem _lookup; + private readonly TileSystem _tile; private readonly SharedMapSystem _maps; private readonly SharedTransformSystem _transform; private EntityQuery _tagQuery; @@ -51,6 +53,7 @@ public DungeonJob( DecalSystem decals, DungeonSystem dungeon, EntityLookupSystem lookup, + TileSystem tile, SharedTransformSystem transform, DungeonConfigPrototype gen, MapGridComponent grid, @@ -69,6 +72,7 @@ public DungeonJob( _decals = decals; _dungeon = dungeon; _lookup = lookup; + _tile = tile; _maps = _entManager.System(); _transform = transform; _tagQuery = _entManager.GetEntityQuery(); diff --git a/Content.Server/Procedural/DungeonSystem.Rooms.cs b/Content.Server/Procedural/DungeonSystem.Rooms.cs index d299048f51..03bcc2b4b1 100644 --- a/Content.Server/Procedural/DungeonSystem.Rooms.cs +++ b/Content.Server/Procedural/DungeonSystem.Rooms.cs @@ -1,5 +1,6 @@ using System.Numerics; using Content.Shared.Decals; +using Content.Shared.Maps; using Content.Shared.Procedural; using Content.Shared.Random.Helpers; using Content.Shared.Whitelist; @@ -230,7 +231,7 @@ public void SpawnRoom( // but place 1 nanometre off grid and fail the add. if (!_maps.TryGetTileRef(gridUid, grid, tilePos, out var tileRef) || tileRef.Tile.IsEmpty) { - _maps.SetTile(gridUid, grid, tilePos, _tileDefManager.GetVariantTile(FallbackTileId, _random)); + _maps.SetTile(gridUid, grid, tilePos, _tile.GetVariantTile((ContentTileDefinition) _tileDefManager[FallbackTileId], _random.GetRandom())); } var result = _decals.TryAddDecal( diff --git a/Content.Server/Procedural/DungeonSystem.cs b/Content.Server/Procedural/DungeonSystem.cs index bdd194caa4..069508bcbb 100644 --- a/Content.Server/Procedural/DungeonSystem.cs +++ b/Content.Server/Procedural/DungeonSystem.cs @@ -31,6 +31,7 @@ public sealed partial class DungeonSystem : SharedDungeonSystem [Dependency] private readonly AnchorableSystem _anchorable = default!; [Dependency] private readonly DecalSystem _decals = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; + [Dependency] private readonly TileSystem _tile = default!; [Dependency] private readonly MapLoaderSystem _loader = default!; [Dependency] private readonly SharedMapSystem _maps = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; @@ -198,6 +199,7 @@ public void GenerateDungeon(DungeonConfigPrototype gen, _decals, this, _lookup, + _tile, _transform, gen, grid, @@ -229,6 +231,7 @@ public async Task GenerateDungeonAsync( _decals, this, _lookup, + _tile, _transform, gen, grid, diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index b2704a2897..ce7980509e 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -71,7 +71,7 @@ public sealed partial class ContentTileDefinition : IPrototype, IInheritingProto /// /// This controls what variants the `variantize` command is allowed to use. /// - [DataField("placementVariants")] public float[] PlacementVariants { get; set; } = new [] { 1f }; + [DataField("placementVariants")] public float[] PlacementVariants { get; set; } = { 1f }; [DataField("thermalConductivity")] public float ThermalConductivity = 0.04f; diff --git a/Content.Shared/Maps/TileSystem.cs b/Content.Shared/Maps/TileSystem.cs index c2181645e3..3f7852cfe6 100644 --- a/Content.Shared/Maps/TileSystem.cs +++ b/Content.Shared/Maps/TileSystem.cs @@ -25,12 +25,29 @@ public sealed class TileSystem : EntitySystem /// Returns a weighted pick of a tile variant. /// public byte PickVariant(ContentTileDefinition tile) + { + return PickVariant(tile, _robustRandom.GetRandom()); + } + + /// + /// Returns a weighted pick of a tile variant. + /// + public byte PickVariant(ContentTileDefinition tile, int seed) + { + var rand = new System.Random(seed); + return PickVariant(tile, rand); + } + + /// + /// Returns a weighted pick of a tile variant. + /// + public byte PickVariant(ContentTileDefinition tile, System.Random random) { var variants = tile.PlacementVariants; var sum = variants.Sum(); var accumulated = 0f; - var rand = _robustRandom.NextFloat() * sum; + var rand = random.NextFloat() * sum; for (byte i = 0; i < variants.Length; ++i) { @@ -44,6 +61,23 @@ public byte PickVariant(ContentTileDefinition tile) throw new InvalidOperationException($"Invalid weighted variantize tile pick for {tile.ID}!"); } + /// + /// Returns a tile with a weighted random variant. + /// + public Tile GetVariantTile(ContentTileDefinition tile, System.Random random) + { + return new Tile(tile.TileId, variant: PickVariant(tile, random)); + } + + /// + /// Returns a tile with a weighted random variant. + /// + public Tile GetVariantTile(ContentTileDefinition tile, int seed) + { + var rand = new System.Random(seed); + return new Tile(tile.TileId, variant: PickVariant(tile, rand)); + } + public bool PryTile(Vector2i indices, EntityUid gridId) { var grid = Comp(gridId); diff --git a/Content.Shared/Parallax/Biomes/SharedBiomeSystem.cs b/Content.Shared/Parallax/Biomes/SharedBiomeSystem.cs index db590135f0..b14baba981 100644 --- a/Content.Shared/Parallax/Biomes/SharedBiomeSystem.cs +++ b/Content.Shared/Parallax/Biomes/SharedBiomeSystem.cs @@ -16,6 +16,7 @@ public abstract class SharedBiomeSystem : EntitySystem [Dependency] protected readonly IPrototypeManager ProtoManager = default!; [Dependency] private readonly ISerializationManager _serManager = default!; [Dependency] protected readonly ITileDefinitionManager TileDefManager = default!; + [Dependency] private readonly TileSystem _tile = default!; protected const byte ChunkSize = 8; @@ -158,13 +159,8 @@ private bool TryGetTile(Vector2i indices, FastNoiseLite noise, bool invert, floa // Pick a variant tile if they're available as well if (variantCount > 1) { - var variantValue = (noise.GetNoise(indices.X * 8, indices.Y * 8, variantCount) + 1f) / 2f; - variant = (byte) Pick(variantCount, variantValue); - - if (variants != null) - { - variant = variants[variant]; - } + var variantValue = (noise.GetNoise(indices.X * 8, indices.Y * 8, variantCount) + 1f) * 100; + variant = _tile.PickVariant(tileDef, (int) variantValue); } tile = new Tile(tileDef.TileId, 0, variant); diff --git a/Content.Shared/Tiles/FloorTileSystem.cs b/Content.Shared/Tiles/FloorTileSystem.cs index 21e21fa9e9..04aa100cd1 100644 --- a/Content.Shared/Tiles/FloorTileSystem.cs +++ b/Content.Shared/Tiles/FloorTileSystem.cs @@ -35,6 +35,7 @@ public sealed class FloorTileSystem : EntitySystem [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedStackSystem _stackSystem = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly TileSystem _tile = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; private static readonly Vector2 CheckRange = new(1f, 1f); @@ -175,8 +176,8 @@ private void PlaceAt(EntityUid user, EntityUid gridUid, MapGridComponent mapGrid { _adminLogger.Add(LogType.Tile, LogImpact.Low, $"{ToPrettyString(user):actor} placed tile {_tileDefinitionManager[tileId].Name} at {ToPrettyString(gridUid)} {location}"); - // TODO: Proper predicted RNG. - var variant = (byte) (_timing.CurTick.Value % ((ContentTileDefinition) _tileDefinitionManager[tileId]).Variants); + var random = new System.Random((int) _timing.CurTick.Value); + var variant = _tile.PickVariant((ContentTileDefinition) _tileDefinitionManager[tileId], random); mapGrid.SetTile(location.Offset(new Vector2(offset, offset)), new Tile(tileId, 0, variant)); _audio.PlayPredicted(placeSound, location, user); diff --git a/Resources/Prototypes/Procedural/biome_templates.yml b/Resources/Prototypes/Procedural/biome_templates.yml index 997ae33aa5..8897931644 100644 --- a/Resources/Prototypes/Procedural/biome_templates.yml +++ b/Resources/Prototypes/Procedural/biome_templates.yml @@ -70,15 +70,6 @@ # Fill layer - !type:BiomeTileLayer threshold: -1 - variants: - - 0 - tile: FloorAsteroidSand - - !type:BiomeTileLayer - threshold: 0.80 - noise: - seed: 1 - noiseType: OpenSimplex2 - frequency: 2 tile: FloorAsteroidSand # Grass @@ -307,8 +298,6 @@ # Fill basalt - !type:BiomeTileLayer threshold: -1 - variants: - - 0 tile: FloorBasalt # Snow @@ -530,15 +519,6 @@ # Fill chromite - !type:BiomeTileLayer threshold: -1 - variants: - - 0 - tile: FloorChromite - - !type:BiomeTileLayer - threshold: 0.25 - noise: - seed: 1 - noiseType: OpenSimplex2 - frequency: 2 tile: FloorChromite # Caves @@ -593,15 +573,6 @@ - !type:BiomeTileLayer threshold: -1.0 tile: FloorAsteroidSand - variants: - - 0 - - !type:BiomeTileLayer - threshold: 0.5 - noise: - seed: 1 - noiseType: OpenSimplex2 - frequency: 2 - tile: FloorAsteroidSand # Asteroid - type: biomeTemplate @@ -653,12 +624,3 @@ - !type:BiomeTileLayer threshold: -1.0 tile: FloorAsteroidSand - variants: - - 0 - - !type:BiomeTileLayer - threshold: 0.5 - noise: - seed: 1 - noiseType: OpenSimplex2 - frequency: 2 - tile: FloorAsteroidSand From 870cae9db882c9fc64d525895b9146013399f7d8 Mon Sep 17 00:00:00 2001 From: Vyacheslav Kovalevsky <40753025+Slava0135@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:06:32 +0300 Subject: [PATCH 097/391] Store ninja objectives in conditions 2 (#20894) * move spider charge target from role * shorter field names * remove ninja role comment * remove unused systems in SpaceNinjaSystem * GenericAntagObjectivesAddedEvent * check if warp point is on same map * remove unnecessary import * add missing loc when spider charge has no target * a * remove spider charge target requirement comp * inline SpiderChargeTitle * allow planting charge without objective * remove map check * fix role check when planting * obj.Target * Fix merge --------- Co-authored-by: metalgearsloth (cherry picked from commit 7311ce671fe29d81c662b2313e28c275c4f868cb) --- .../GenericAntag/GenericAntagSystem.cs | 2 +- .../Ninja/Systems/SpaceNinjaSystem.cs | 22 +++----- .../Ninja/Systems/SpiderChargeSystem.cs | 9 +-- .../SpiderChargeConditionComponent.cs | 12 +++- .../SpiderChargeTargetRequirementComponent.cs | 11 ---- .../Systems/NinjaConditionsSystem.cs | 56 ++++++++++++++----- .../SpiderChargeTargetRequirementSystem.cs | 24 -------- Content.Server/Roles/NinjaRoleComponent.cs | 8 --- .../objectives/conditions/spider-charge.ftl | 1 + Resources/Prototypes/Objectives/ninja.yml | 1 - 10 files changed, 65 insertions(+), 81 deletions(-) delete mode 100644 Content.Server/Objectives/Components/SpiderChargeTargetRequirementComponent.cs delete mode 100644 Content.Server/Objectives/Systems/SpiderChargeTargetRequirementSystem.cs diff --git a/Content.Server/GenericAntag/GenericAntagSystem.cs b/Content.Server/GenericAntag/GenericAntagSystem.cs index d789153fbc..6b1774159c 100644 --- a/Content.Server/GenericAntag/GenericAntagSystem.cs +++ b/Content.Server/GenericAntag/GenericAntagSystem.cs @@ -60,7 +60,7 @@ public void MakeAntag(EntityUid uid, EntityUid mindId, GenericAntagComponent? co } /// -/// Event raised on a player's entity after its simple antag rule is started and objectives get added. +/// Event raised on a player's entity after its simple antag rule is started. /// Use this to add a briefing, roles, etc. /// [ByRefEvent] diff --git a/Content.Server/Ninja/Systems/SpaceNinjaSystem.cs b/Content.Server/Ninja/Systems/SpaceNinjaSystem.cs index 716c98372c..835ac7ad6c 100644 --- a/Content.Server/Ninja/Systems/SpaceNinjaSystem.cs +++ b/Content.Server/Ninja/Systems/SpaceNinjaSystem.cs @@ -7,7 +7,6 @@ using Content.Server.Research.Systems; using Content.Server.Roles; using Content.Server.GenericAntag; -using Content.Server.Warps; using Content.Shared.Alert; using Content.Shared.Clothing.EntitySystems; using Content.Shared.Doors.Components; @@ -17,9 +16,11 @@ using Content.Shared.Ninja.Systems; using Content.Shared.Popups; using Content.Shared.Rounding; -using Robust.Shared.Random; +using Robust.Shared.Audio; +using Robust.Shared.Player; using System.Diagnostics.CodeAnalysis; using Content.Server.Objectives.Components; +using Robust.Shared.Audio.Systems; namespace Content.Server.Ninja.Systems; @@ -37,9 +38,9 @@ public sealed class SpaceNinjaSystem : SharedSpaceNinjaSystem [Dependency] private readonly AlertsSystem _alerts = default!; [Dependency] private readonly BatterySystem _battery = default!; [Dependency] private readonly IChatManager _chatMan = default!; - [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly PowerCellSystem _powerCell = default!; [Dependency] private readonly RoleSystem _role = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedMindSystem _mind = default!; [Dependency] private readonly StealthClothingSystem _stealthClothing = default!; @@ -161,18 +162,9 @@ private void OnNinjaCreated(EntityUid uid, SpaceNinjaComponent comp, ref Generic _role.MindAddRole(mindId, role, mind); _role.MindPlaySound(mindId, config.GreetingSound, mind); - // choose spider charge detonation point - var warps = new List(); - var query = EntityQueryEnumerator(); - while (query.MoveNext(out var warpUid, out _, out var warp)) - { - warps.Add(warpUid); - } - - if (warps.Count > 0) - role.SpiderChargeTarget = _random.Pick(warps); - - _chatMan.DispatchServerMessage(mind.Session, Loc.GetString("ninja-role-greeting")); + var session = mind.Session; + _audio.PlayGlobal(config.GreetingSound, Filter.Empty().AddPlayer(session), false, AudioParams.Default); + _chatMan.DispatchServerMessage(session, Loc.GetString("ninja-role-greeting")); } // TODO: PowerCellDraw, modify when cloak enabled diff --git a/Content.Server/Ninja/Systems/SpiderChargeSystem.cs b/Content.Server/Ninja/Systems/SpiderChargeSystem.cs index 0182bd7ca7..948d715f0a 100644 --- a/Content.Server/Ninja/Systems/SpiderChargeSystem.cs +++ b/Content.Server/Ninja/Systems/SpiderChargeSystem.cs @@ -1,4 +1,5 @@ using Content.Server.Explosion.EntitySystems; +using Content.Server.GameTicking.Rules.Components; using Content.Server.Mind; using Content.Server.Objectives.Components; using Content.Server.Popups; @@ -38,7 +39,7 @@ private void OnAttemptStick(EntityUid uid, SpiderChargeComponent comp, AttemptEn var user = args.User; - if (!_mind.TryGetRole(user, out var role)) + if (!_mind.TryGetRole(user, out var _)) { _popup.PopupEntity(Loc.GetString("spider-charge-not-ninja"), user, user); args.Cancelled = true; @@ -46,11 +47,11 @@ private void OnAttemptStick(EntityUid uid, SpiderChargeComponent comp, AttemptEn } // allow planting anywhere if there is no target, which should never happen - if (role.SpiderChargeTarget == null) + if (!_mind.TryGetObjectiveComp(user, out var obj) || obj.Target == null) return; // assumes warp point still exists - var targetXform = Transform(role.SpiderChargeTarget.Value); + var targetXform = Transform(obj.Target.Value); var locXform = Transform(args.Target); if (locXform.MapID != targetXform.MapID || (_transform.GetWorldPosition(locXform) - _transform.GetWorldPosition(targetXform)).LengthSquared() > comp.Range * comp.Range) @@ -79,6 +80,6 @@ private void OnExplode(EntityUid uid, SpiderChargeComponent comp, TriggerEvent a return; // assumes the target was destroyed, that the charge wasn't moved somehow - obj.SpiderChargeDetonated = true; + obj.Detonated = true; } } diff --git a/Content.Server/Objectives/Components/SpiderChargeConditionComponent.cs b/Content.Server/Objectives/Components/SpiderChargeConditionComponent.cs index 1c6f22ed57..368c9f27ed 100644 --- a/Content.Server/Objectives/Components/SpiderChargeConditionComponent.cs +++ b/Content.Server/Objectives/Components/SpiderChargeConditionComponent.cs @@ -6,9 +6,15 @@ namespace Content.Server.Objectives.Components; /// /// Requires that the player is a ninja and blew up their spider charge at its target location. /// -[RegisterComponent, Access(typeof(NinjaConditionsSystem), typeof(SpiderChargeSystem))] +[RegisterComponent, Access(typeof(NinjaConditionsSystem), typeof(SpiderChargeSystem), typeof(SpaceNinjaSystem))] public sealed partial class SpiderChargeConditionComponent : Component { - [DataField("spiderChargeDetonated"), ViewVariables(VVAccess.ReadWrite)] - public bool SpiderChargeDetonated; + [DataField, ViewVariables(VVAccess.ReadWrite)] + public bool Detonated; + + /// + /// Warp point that the spider charge has to target + /// + [DataField, ViewVariables(VVAccess.ReadWrite)] + public EntityUid? Target; } diff --git a/Content.Server/Objectives/Components/SpiderChargeTargetRequirementComponent.cs b/Content.Server/Objectives/Components/SpiderChargeTargetRequirementComponent.cs deleted file mode 100644 index e148d772f4..0000000000 --- a/Content.Server/Objectives/Components/SpiderChargeTargetRequirementComponent.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Content.Server.Objectives.Systems; - -namespace Content.Server.Objectives.Components; - -/// -/// Requires the player to be a ninja that has a spider charge target assigned, which is almost always the case. -/// -[RegisterComponent, Access(typeof(SpiderChargeTargetRequirementSystem))] -public sealed partial class SpiderChargeTargetRequirementComponent : Component -{ -} diff --git a/Content.Server/Objectives/Systems/NinjaConditionsSystem.cs b/Content.Server/Objectives/Systems/NinjaConditionsSystem.cs index 24eeb0542e..2bd8538af1 100644 --- a/Content.Server/Objectives/Systems/NinjaConditionsSystem.cs +++ b/Content.Server/Objectives/Systems/NinjaConditionsSystem.cs @@ -1,7 +1,10 @@ -using Content.Server.Roles; using Content.Server.Objectives.Components; using Content.Server.Warps; using Content.Shared.Objectives.Components; +using Content.Shared.Mind; +using Content.Shared.Ninja.Components; +using Robust.Shared.Random; +using Content.Server.Roles; namespace Content.Server.Objectives.Systems; @@ -13,11 +16,14 @@ public sealed class NinjaConditionsSystem : EntitySystem { [Dependency] private readonly MetaDataSystem _metaData = default!; [Dependency] private readonly NumberObjectiveSystem _number = default!; + [Dependency] private readonly SharedMindSystem _mind = default!; + [Dependency] private readonly IRobustRandom _random = default!; public override void Initialize() { SubscribeLocalEvent(OnDoorjackGetProgress); + SubscribeLocalEvent(OnSpiderChargeRequirementCheck); SubscribeLocalEvent(OnSpiderChargeAfterAssign); SubscribeLocalEvent(OnSpiderChargeGetProgress); @@ -43,28 +49,50 @@ private float DoorjackProgress(DoorjackConditionComponent comp, int target) } // spider charge - - private void OnSpiderChargeAfterAssign(EntityUid uid, SpiderChargeConditionComponent comp, ref ObjectiveAfterAssignEvent args) + private void OnSpiderChargeRequirementCheck(EntityUid uid, SpiderChargeConditionComponent comp, ref RequirementCheckEvent args) { - _metaData.SetEntityName(uid, SpiderChargeTitle(args.MindId), args.Meta); - } + if (args.Cancelled || !HasComp(args.MindId)) + { + return; + } - private void OnSpiderChargeGetProgress(EntityUid uid, SpiderChargeConditionComponent comp, ref ObjectiveGetProgressEvent args) - { - args.Progress = comp.SpiderChargeDetonated ? 1f : 0f; + // choose spider charge detonation point + var warps = new List(); + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var warpUid, out _, out var warp)) + { + if (warp.Location != null) + { + warps.Add(warpUid); + } + } + + if (warps.Count <= 0) + { + args.Cancelled = true; + return; + } + comp.Target = _random.Pick(warps); } - private string SpiderChargeTitle(EntityUid mindId) + private void OnSpiderChargeAfterAssign(EntityUid uid, SpiderChargeConditionComponent comp, ref ObjectiveAfterAssignEvent args) { - if (!TryComp(mindId, out var role) || - role.SpiderChargeTarget == null || - !TryComp(role.SpiderChargeTarget, out var warp)) + string title; + if (comp.Target == null || !TryComp(comp.Target, out var warp) || warp.Location == null) { // this should never really happen but eh - return Loc.GetString("objective-condition-spider-charge-title-no-target"); + title = Loc.GetString("objective-condition-spider-charge-title-no-target"); } + else + { + title = Loc.GetString("objective-condition-spider-charge-title", ("location", warp.Location)); + } + _metaData.SetEntityName(uid, title, args.Meta); + } - return Loc.GetString("objective-condition-spider-charge-title", ("location", warp.Location ?? Name(role.SpiderChargeTarget.Value))); + private void OnSpiderChargeGetProgress(EntityUid uid, SpiderChargeConditionComponent comp, ref ObjectiveGetProgressEvent args) + { + args.Progress = comp.Detonated ? 1f : 0f; } // steal research diff --git a/Content.Server/Objectives/Systems/SpiderChargeTargetRequirementSystem.cs b/Content.Server/Objectives/Systems/SpiderChargeTargetRequirementSystem.cs deleted file mode 100644 index 107d88900a..0000000000 --- a/Content.Server/Objectives/Systems/SpiderChargeTargetRequirementSystem.cs +++ /dev/null @@ -1,24 +0,0 @@ -using Content.Server.Objectives.Components; -using Content.Server.Roles; -using Content.Shared.Objectives.Components; - -namespace Content.Server.Objectives.Systems; - -public sealed class SpiderChargeTargetRequirementSystem : EntitySystem -{ - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnCheck); - } - - private void OnCheck(EntityUid uid, SpiderChargeTargetRequirementComponent comp, ref RequirementCheckEvent args) - { - if (args.Cancelled) - return; - - if (!TryComp(args.MindId, out var role) || role.SpiderChargeTarget == null) - args.Cancelled = true; - } -} diff --git a/Content.Server/Roles/NinjaRoleComponent.cs b/Content.Server/Roles/NinjaRoleComponent.cs index dcc55d0fb4..0fa2e5395e 100644 --- a/Content.Server/Roles/NinjaRoleComponent.cs +++ b/Content.Server/Roles/NinjaRoleComponent.cs @@ -2,15 +2,7 @@ namespace Content.Server.Roles; -/// -/// Stores the ninja's objectives on the mind so if they die the rest of the greentext persists. -/// [RegisterComponent] public sealed partial class NinjaRoleComponent : AntagonistRoleComponent { - /// - /// Warp point that the spider charge has to target - /// - [DataField("spiderChargeTarget")] - public EntityUid? SpiderChargeTarget; } diff --git a/Resources/Locale/en-US/objectives/conditions/spider-charge.ftl b/Resources/Locale/en-US/objectives/conditions/spider-charge.ftl index cdc3cfda96..2c4305df9c 100644 --- a/Resources/Locale/en-US/objectives/conditions/spider-charge.ftl +++ b/Resources/Locale/en-US/objectives/conditions/spider-charge.ftl @@ -1 +1,2 @@ +objective-condition-spider-charge-title-no-target = Detonate the spider clan charge (no target) objective-condition-spider-charge-title = Detonate the spider clan charge in {$location} diff --git a/Resources/Prototypes/Objectives/ninja.yml b/Resources/Prototypes/Objectives/ninja.yml index fc3e156a96..b6c3d553df 100644 --- a/Resources/Prototypes/Objectives/ninja.yml +++ b/Resources/Prototypes/Objectives/ninja.yml @@ -54,7 +54,6 @@ icon: sprite: Objects/Weapons/Bombs/spidercharge.rsi state: icon - - type: SpiderChargeTargetRequirement - type: SpiderChargeCondition - type: entity From 6af9238e6ccd25f223bf7f0df2807b0ed258d928 Mon Sep 17 00:00:00 2001 From: lizelive Date: Sun, 28 Jan 2024 20:30:46 -0800 Subject: [PATCH 098/391] client loglevel command shouldn't require host (#23490) client side log level shouldn't require host (cherry picked from commit 6960794795e37a0cb848bf02f2721914062f6358) --- Resources/engineCommandPerms.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/engineCommandPerms.yml b/Resources/engineCommandPerms.yml index b425d06099..15200531e3 100644 --- a/Resources/engineCommandPerms.yml +++ b/Resources/engineCommandPerms.yml @@ -113,7 +113,6 @@ Commands: - gc_mode - gc - - loglevel - saveconfig - testlog - sudo From d805b82848b0932cb8b305a3b76fc4fb121598e1 Mon Sep 17 00:00:00 2001 From: Julian Giebel Date: Mon, 29 Jan 2024 05:32:13 +0100 Subject: [PATCH 099/391] Implement basic emoji support (#24039) * Implement basic font support Add NotoEmoji font Add emoji font to default font stacks * Remove unneded change * L * Remove emoji font from default font stacks (cherry picked from commit 94b43423b4ba3bac3325610a6699a9f6cd08653b) --- Content.Client/Stylesheets/StyleNano.cs | 2 +- Resources/Fonts/NotoEmoji.ttf | Bin 0 -> 1966236 bytes Resources/Prototypes/fonts.yml | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Resources/Fonts/NotoEmoji.ttf diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 9ba06a4c42..c909e3db3c 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -31,7 +31,7 @@ public static Font NotoStack(this IResourceCache resCache, string variation = "R { $"/Fonts/NotoSans{ds}/NotoSans{ds}-{variation}.ttf", $"/Fonts/NotoSans/NotoSansSymbols-{sv}.ttf", - "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf", + "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf" }, size ); diff --git a/Resources/Fonts/NotoEmoji.ttf b/Resources/Fonts/NotoEmoji.ttf new file mode 100644 index 0000000000000000000000000000000000000000..e200019a458629dd8a061280b6d0226eb0b067bc GIT binary patch literal 1966236 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ñIG=3P=I=hed{s8a`GGTo?(T!K5km5;5^ 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

    ;UJ_Twa3l_ohSP7fK4l>dQtq!FD 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 z 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�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
  1. ^ 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

    ! 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 z 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≺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ð7K`jcW5GUhdqXIw-MWoH?2gLhf0=byQ2+%pO zWNYGo4gdV#mVf?rPZNz>)v7zW*+ zJZ-@Ffr&IWl#{+Rwz0UZ7shk{{CAY&1!;g?K)RqC5#@%#4A%ozzAC|M;8r9 zW1l<3>69dFh(COvbR>eXPDs@Q4^2Y@KjP)>=cJQx)_}@!lz^qpHd~^s$56UGo}EB@ z4abp^HmY>YSe`5li;!iSk%^r`b9H~!@3Cs%j%|M`mRIXaPu2@nH$xgnqYLto+7>2V zDnZGw>-|)L;s97g1vjzks(SV8{Pg+d45bdZoVYvuWU?+)knB015Lnm&=5k%-lS`==`JcuIY4pc>UfW?$HC1 zGJiT;5fBJcM_79~=n`E-)3mWFTbp6|m60!#OOMpB`DG_b!5ZF} z98j}^S+8GCVRl=?(J&jbnRGj0VM(Q!OnN6eZKLUPNtlDgyb)Y?9H`^-RF=Fp^NRvI zf@d0$zPtf(BJWJ-V0j=HOUh54@@RrMCd(ugOfpg_i1b8{I0=&x3@0aBu8HSbGcA+A zWIMQX)T1VFHj^?ijXYD`xWkMS-RRGU+09uZmCO9sf{7lJ9uA8e!*{+oH5X!3b8p8_ zH2jEq2pI4IK|XE|d3$&Cz;Az#4Byw$ybj0{rpeFX4k%*s5y(zjXbwAKpO&eC1u@S6 z0Lrhl7nEA``zVw*#3o3m3%B2)p$|Kg5u_o&W9P=BsM9N7iq#_96cD<`cgn_~6~ z3qYT@2%Y=im~aPot-tx(kuzx=4LKghGm$@Gd{6z19E->);Sc?v|Mc_K?ZyGYoHddp z9;mnKby&2SOrQVMbRjjX*YIOR{y}Pwgdb&lpq{Z(pZ8Gf0#?PaXq+rbCq~okzdB&^3~*6MZVUn7k>M@ZrRJbX2XM(1woR*$e3oB z=;l7C!KI!FlmF%200%=#rh9TZUB@#!hZS08QC3LGbg?nAhiMXf5Uuq|T_Pc|O-S!2 zJrO*}TqIb4Bb?9RRg2+ShTgR| zpF~^~(!olei}e!_i=WAJ`Id{WZ3Q$DVpxKOw%UbIIw$le_D3cexLK?B!b<0uFL7-guUrx#^a|BEwZDJftJ8r&gxEzyEN*p0ViqN7pZu4kQfLNBSUF z>2?wJOiP;=E)BIVtRgmwG4ngLkj7#n*M01k5YWsx0F#tIqQH?+5o*y&s4p^4iV{`T z{91!Hwu~~5{DUgCtyZ*7PI0qNPb>(luDgF=jpS|62XgHyuR&E91zc7#2w?O?o*A;R zrguPZuyg0N*IwHjs15i={gKs1k8fdJV$fBqm8|KU_7EaMf_&qIX^$STOags&Hxqzy zP{|=N`7j9L`RWay|A<+AB+T8-%8x8_RW`m8&lDa7Y!uyC*YIOb=O-2`IOWt0kE;J_MWwP6h#!uuzwlCjZLRPnYY+ zE)SB~T8&7S!UPKEM~y^<_xd(RODyNZPWSrk#j_X3mvHW=HRIN068 zEk=kI(nt#ba!pV8)zr_@e1w+NKA;?59brsTCg!O~J2}Elv>4K7iw#m8)NB;A30UnV z@SY>?iO(V)3+CLwR3o^W4g_Kp7b5d;SQ*|^!$*_%2__bb$062(IUD9`Pq+A4xrjXixuOBCEEkZxB4S5YJj?C}Ww2s!|C?MYh#}b=j z4bS8>LCZ&Lr$iE=x_`fpi-GciZjg3KtzW3itSSzp7k2OY;*_w*Mj^Ps>W!#mSlZYl zlfof=EuKxZ%)LBN+4KrAOW!1D>anEbKiFBS>tKk+s~M$Sqvn%*R=TSae^U4o2gsv( zgw0D#&IxIKe9UNLE4Pvbs-!UNGa$?j0>A-4xeSaIoW*d6|> zUo7nKNrR@$e*b(;pWd`fBi@ZQhuT=IP*VdbCAAq1Y86b&M0JhbiIvK2?M!CWDiYK& z*0EZR1^Feq;UQcOYJAq2Z)krsg{q=ah}$i?(~V`*$fV|mo;7rb!aqRAgswH;^s*#C z!8c<$F)Yft80wRkXD~|x+vbL9!@{hx-1P_f)Z$k76`OZ?dVrE zL`tPf^2&u6QGbO|K4Lz}zXgtJpUhp{zeyudgE-XhS-E<&_`QZ1+cV9#!VjU#xtQNE?Z2*8OYcjJ;C*+K~iT<{F|%bELC!e z&1SyPQz6?bHE#wxdgW`fuBqY{F=IImI*Pl7fL_kOtFGZOg2-D77dtnvz7ox08BtPLa{zK924`hk8q83pe~<^ zx=;ooPOM-Gak%_^_i8a61lL#B&xwLwZku9#(CSulmvW|3 z)4>@t-HA^Ia0elD&_f(=N~uRlV9C3JmEWb7Zj_(Ly`#5|s`YB8x0P!7@QfO~J)Liv zJiF)hsA3K;kNZv>0`|_fUN!1wZUl%D#U_5Ls@h z-M#DHD#mc`4zObk5}K<5PlZ6&PO7+FMnmLqS5k%)#%N0{C-7(!!-es+kq#{*JcX7K z<#Xj!m`vfziW2nsMz1EAn_f5vZyBSij*5Xhu<{{I+8ex;iet)fkmoZniehE=kkWg6 z)rhmiT{ByoPDcaWJ;vZ735|#p1G2(JNTEqKmf9>D>#yzOM zq6Sr{TJ_vLtG_eWIQaz(y+|@Y8Hmzz=yPUIa;rWr_ZlO<3)(Zw|s!z{h|nG3b2rx zq5gOKFt^y%bFI+33a$}s%J`VD0%n814m0FX)(~YRx)Oq6n!JE*08d88_mMgRD67^g zr6z2zFq8%$l%-}va9<)t?oxfTwc4!PNiZZvnmM*(NuVlY$Vra zSZy*D0{Y@P<}md6)iRY@5w!$CHn(19@OtMqkK8Hj6>a`2P8ySL9TQEDR+Y#iW&>@kof1+ zFPI7iEk9<{A}suim<7a8ct~l`FT7P6k=Yq6TW6iCx!YgbiTs4BtU7w0nMBGD!;d4mB^%{7~YmA6OwmP}qz8g-`b-%O9j82{wa?UucX8NmY{Cc(Hc0yj6 zO>?PHYjg3_xi>qWxlaqvX5M&K+}`vPN7>`4cQekcQ;vEjD`dxwP7p~~DCR+T)4lew zCB2cqS(68-39g{4eRm{XcN8b`(mkkWS^Q0LX@Bz8>Ke^_FCMP7xLjTS@Q3Ye_E5^0 z_|Was=h$a9^~Z&e7;JvPL@84H3Tah7ZFjItj_L4+8&IT(yG-&2mDgSmwSmzxo~h$7 zkCzq)i#GMr_9z}*Mw z_TK(I3<~8?)B=R2t=u%A=we%?5+DRuXN*M{DL5+9H96dUoG)ScDU7yd49ewgh(!Uy zO!GNi)x1nDrU8#DgNcQhLAPs$j_OOzsL_w4pCqx!D~QD_6@=RlrH}L$F_k|A-+~z5 zmEGg6=u&cC)utOQNFJYU-cye*jsmq!1id-)8z0AnH7tUR$R+Eokh%YpXZp`%JHCu= z48&|k8&#Mr*VWEoI6|+0v-NBU!>5trR>cZaL^WRt79X?#aK46r$(N19AHP?^0a(LtZw_27tK z_AEMiK@TokgI33)Z!W5)*AqFbITY2wJNkp*LA|Ec5t8^b>X0+BY#hnXaX@t@-X|C% zG{~6oE4uwybqnBbi(0TbtHP*GkX?oYMMCTP0#5ZjmJu)){{bS^poAA^`N}q^;&vr} zcF`FN^P0rsCT$6%z|l9tW#eAcG?Yv8L@F<#8a2o)6)9!O_Hs8nH};yx z9eeMt_5J_ndrS$l;TQ|lh&CZP`rY6e{A-Y6^FFVdl>RMfVzTqXKLjen^$_50_SY*0 zTG7Ae{a60hYixS?JJI(>hcK_c@r#k1bzEp4RJP^9 zv9qOACKNV;FzYUBp`b@<4Hlbb&QwJsexh1(x`ln)(5x9FdxsS(7@oJ0-Z=i?gAaaj zGQe}g+b4Qhg8yJ-6Vyc}^D|lylSC#BLm?y`oAN1E#}te{O{6*Lm!TY`0q7S~v04&! z0ICt_MnE7y;nqAC8^`hx5vd`_5HBrKv*iJv62;*7(Ao4P4^`juuNRmTWIjaSZXyAz z`>~S8^r+1MxY^n4%KJJvJAUK#a|~O)UY}MP&Ai7SX2|HA%uwRZ+XLEmL)GY* z74R^+Gn*aag1snYDNIHK0f%mRewnC@jd}I|R)gqi6sKHYb)> z-p&ZbyDm0Z^!Anu1$F(67jc|vTUJp82gH?xm`VnKa z(?Hvpf4CayCwe&sY#|?5qpQo)kB(6#v6eVlh0R1uy63c?pDxqs?pe}{O;7&vWW}Ky z6oF8V-R)jpw7bgwEI}4f?owpXIzK(Tq~#jd%6&#qM0g!=sEMu;F~@WoX#~{TxS*55 zuyreY&a$rs=XyGclkEbtBw?2++|gB0BAxR5zE!2ity^R;q+*#ytzJ-N*SQujG-T6R zRSRh4p*-mL)6Y1OGjcJ@;ESh0`vM$1q1ciZ;=G=|$0w+;oo@!iz}w9s*@lus;@0sJAmnL;UlIhn4h%u)6ZVUKM*h{MAp{^QB)@8(G#Ok8Y7=Q)zQ z<0*0vKpp5&yZOTW=YPB$@r9pGkO<#24Bj;&^#*2NiFvEjXD`k!0n89WN-+}09j;dm zLt$yL_VUaiy6JB^0`dgLi`N;o;t}-`N`;>cBVsbSM8lSa|5#NZh}!n&(jTYQ823jm zTc#?SzTqPQtnn+bDvb(tO>isvs7w&7P$$pLvM2t$vqto7mP!Y68VSEV4T`!0z5@pd zM{Yc$>|+~9Pxx6tMt4kXC(KG)=={TdT*|U^dbQjy|)Dd zZc$|Q=6e}tkq!U|9A2MJCKrg`CduLhE(tkbuNj971=q81=g5AbH4XBJBX@9cuT)6H z^YTRLyF?_XaU3J&fiW$BPgTMQBN1SsbP9T8I1`L`_1Sq+B*hwSgpXt8O`4_m8m zECXo^@e(4QZ48Vrv0TKOiluX)yH@xlV?43mMc0~#>E@j(3_NoZ%8ioYrs6~-3$SeC zgx_ST=-*A8BFh*WE3kj`@X^D4Dx8bf60s_1>WBOFv?VX0(?eIE=6z#uHKZ}dMuljz zL71mf*{rUxj4j+iPFy%{S}m>uOmJmuyC{YkiWI;c8=9gaWkSl3C7cQ2cR%~=#p$K4 zX-4%Ly;9Q07cBR2d0%Prv;mC#;L3aZ-PfR)#g}SgcxH0@j^74%0-IBcw31U)jc;Mj{JO-Nu%KyRs_5pfR9gw{(nYO2buKp5IIdS2?=3uP3dOXD_bDh&|-;xeq^X+iv!&`>((G=9`D^y8j7@SKvQ5 z?2z@{mGkjcV*lRJg9i_G-A(T~id}Sm#kY5+04p`qiD?Y7PSkN-rT4PCZ`q0$NGV7oizn zB~u%|Ms@4xjmL-I`JLbSxAt;r6bE}>ozBB`qQniV0F|op!5l#B{g4uAI$hFM)hOJ7 zy`ydriv_q53O`9YCaK-Z09nM-01KW|;^%f!_SIXBuVK5}US(^Cfx=pG+-4~oa8bRn zO^`T#7l|M>OZOZp<%sBbk+x+zDEbmFE|p0sqpAAmo?+i1=u*3Ccc~OZ)w@yKZnKIJN*dksw1rp- zg@Z~c;lV0_q3i}(cd-Xi?4p;wK>opW9hMW*_PEeMM|q_5A|<^K+6i(94R5ekpf2pzKyEQ5g1{oS4)R z%`4r3o<#yJQLW)L30*Yd6w>k42()i1U7!~JG~0^ z2C8j{d95e(LqNjU%Qo_(QGO>j5eyXD5zmDH+3V3%6&ae?u-BjZYeGeOux0W&QqHN5 zF0N1t83fs**C;(K=Hgjv`0>;4mlP*3bE4+ADQT$u{cmwA$^DRVGeuDNVM=KEi`Vb$ zQ^GxOpB{fi0$QOS-la66Sioe5NhY%R{%&K<{z}<#@z6$Oju^V@iEpbHbuw8ZXNc31 z?$f0BI1tu`(87=}(gu)=r$Y}d8tKApU#B>OOe%vLg{&qlEBXkI zc4|DMeA-!@BgZrz<3n#UhXyAi9Jb>nFpKbeOq1J)&-`n8r1KjKR8(CcvWp4-KK~JY zAc{LbfAv>>!++w@YUk(!ib8L;TX-ZM`@7LA<{fH^L;~SsxBKbe+kIcYrodS1rw(hv zV@1ZPn~2nW;AU4&KyR7-*_WfEP@?xJSut^IJVvJw28#G{IQxDR#95Q#L4fTCM{RHQ2+%I>D39*rM1^N39k-L@0@= z++d!__NQ>at9j2^`T3&fQRX_H(84X3cwddMlWA=5Xa=8*{)iZgjfDnxsXQKDpPmiW z6_|p+6x^0;t;0i`MC`JO>&lYQ{5C00m6Z`dufkqkJe3*cuvd)BqBm=`x={Vdlc6Y~ zOW_ZgF;Ft#Pm*0(uNv9oi{(b9Ui|O@^%yu~@~2h=%@A1p1s`W|uTBICUtbE>t15FG z+fV_DWI@AC=L!{JA%pcVPR@H)&N$i!yIWqm!}Z4!)xs3NioOn6BQY_aZ)5TJw(*c| zBHY1lXBXcL!TdqjA=3<`zJiyYK?@=~^+Q~*tC^dt*DCoIs$f&rcJU!lyfU0!Xy@Nn zX(BU)>!P`mf;W_R0UVU+>a}@}F_df#zjMV0RrLmtn}D4|wjj2QHCZP#N^VEF8KwH6 zCg}{aXv8o!HF9o8=FPw6wcFvX_g~#^J`fG(XirTkcG1yq-ZdW(au|Ih$7RCt*Ug@{ z$BRDBNt%xv&`zfSL?~QGg<<+U2aRUS%^%t?`XY1Yyl1W=f`Zsxbw~!t;W2u_$qBvJ z^Ii|uMh^}siy7k!MFMHfa`}u1292N31hh%#_L0aHLP5U-){30l07DJJY3KAuFBW*A z%VcnUd>Phuck@tGxZi8PoFDblaY>T}3AfV^YKMp0WrAliNAeoz|Cz3OYYVYBN^CY@ z+_2B6p6IZUZNna2ym)a%BcUOf5-hTMoh`9J=b|NCm4+&A1?7H?9% z6(VICE_3j1r!`o{s@qiV7_;8(HJD|w+MYPfsxsrO@B;dS(KwG=S^}GON5?<;*=Ns; z!Wjffj59n43>I^M)yZ1Eg{k0lv2YX}fo{g*N@{3|@H+QRfhTiJ7eY-z&@3io5LV1P ze$s0*;`rKC7KSbSr)I%mw4^zpNOQ)ZV(+O&U)@^z}fh9pW+kAiooc>L6nMysZ(+h@&v2{L2+a1CkF>u61- zcPh1bsGE$(Po+DWdXhIyyjVFWhRU#Re$63!b?43wnbldheFdNBqCfL9z(W*bF8zqrOdLN=PvIak_6&b(ek zg|@jv_Q_0&3hsNE2MTG9tk3z-Uk70t%W1KzJMy z8KE=J!w8vcbc@9$W%4i%y|IK;eO1itYq9U`$>TMlZe{@T4fJSyv=2E(^o z(_^HTrGS&;rX6uwhNmArpFq(Ybn)gZuM;excCl)#7)YIkVk{bB#gUwl{-Kz_h51=K z{oU^tjMJ=&0tof!#fJIqz1{u$<=5W~e*Vw@#ZOM(LzL$9v;{SANJ|UuN$2Aqy|c4C zGetM;>%E$_F4qgmBoDgU>Dy^KDeTgAk5P+&sL+mdvgEDe3%W?r>mb3CX46nM|B}|i zj<7A-mk@LiC1E-Bd!1=xow#!k%GG8)S?3B>bedd7Muulaw>75n_I@pir<+b=n8s@S zf#f#Z^RtB=r>Ac2vT+{3ae#wZs|G=Fk6;uRHJ?twpK5*hQRjo7UW~@Hf)ScUeb8Ex zQDAb^rXd@3t>&3?+j=iN&+vPnI#;y;?5E%c9{h7HFoB&0B*gQQRhhwKr@HL%O84M=98#mfoMZOf6@o6)!oM(shxUKX!X1GD)2xNib zD@T1^5UVk~Xuu=}9Z{IcVRm2*xQ6gkOy6Dv9>I)~zG6~I30hE5Ga?^4v3RQZ{t3Xf zOhx=jLw*H2#?2Q|DT0Usk84y=kIGy@zjAx4S?fxX<>1Q7@|UKWW(;Yzc}30T>v@Z1 zkZ)?!bu3@6M)BU?0Ezn>Jf-(&udI3#0)5jzSZc7^;9-a8D6_a=GeNZ|5C%n4vqEwh z%?5*-RIdzqNvkp&D-C?eWb9x!mz-lIk6(Q7F^e3Vkz?qOqN)U33zfEgixx<*o$*3t$Hs(nF3BOFyzU7#zZfDp7dWH!=#5W#yu)%BsL#P>qGE63%F!6sPq;G-6-dY#nan#C-7hWT>SRT^03VGvSTxM%IifH- zdSwvQ0Hh0Kuta!c6g7T$k(U6Da8mdhiKc1vn2m&y?k*b;rP)9**>pp7 zzqFXG*34c;fJ~E*=-m0^7O{FyYi(ZOQPNqxJC}z{m0qfym5qEJvxq+h4 zaVzx>r)%zuepR=iEGVzpIA{K4`4vX6T;fe?SfH3*#G6J7G?iRYJw8bqb@rvNX(@}r z^C@v8+zwGOv}$Su+%Rced`C~dV}iO=VUjR7v3&#*&yKI!bPH}@D=9OWQ6NI=Q})Qj zkOk9Al);wJlUODd$ZI zXRd(oOr~9G=9uC6YMpxw>tz1k(A2eEQ5plzrwWtF4CsOl-hvCUh8ah1xS~r!j#)RQ zuVlLPw1M3b-wVM)rnhYJ!=s~n504HG4i3p-?bqGSynA`dHWKa)4E``K=1`1 zzX7ue+oHn=XeWEXkl*lBjeH;b19zf5t!juhNn4gfR?9 zm6~Oy&n6uYlfG2E7J;2n0XX1{ItyI#fWc!q=NWkmYRHhCPdf zp+o^VgDlz-nw!{?#R|fX^f>!-x?w>v&ci=IiV!BK6f^#qFaIOPM~z}W^hLR4NO96M zj_c54dh#}QPSO)I^@Wk~5=1^2^2N^f0ewAoDl4^UpxqkUBs{PmG^jU0jw);9N~?)3 znD6=N6vLk2`?BkxO$=9)HuMBgeoY|S^Z=8-L( z9>iS1S5ZE^k6Mvz25K+<%UdI@drW4I zMKJ|#j~s-022ny!V9vudKQ(;^yiV~O+#90aT#l%`{H*Ut z05$qOO+{O-_W0ZHLFY{Jk=(>_CQNd(6;ME)r4eu$sCiMNje~`W2*$^95Y8{o`8hlu z2Y?AUU+mEy4HhJGXNVpdm0T0zQqp=O@6q5oxGOAD!h(m8yabpMEvuZBXULFLmXgUw z=L@n9IqWOxJxnTQ8PggdM2+uB7MXjdS_jO(p<)=ZORBA5Ble6c483&F>yv~ZKEG*9 z-ZsyyK`nra5*-?I&j6ZhP@eOMZda?c$>S%#Z|~K4JvF0+w}Z`?EG$91(xcWegOVRz z1eG~dGk^_60Xu&%6iD$=wI)iRKfFdU9_?sA)f94Nadjk6vFaW78hsFiOsH1MX~maf zhK_uDU?L~jU}n2uNy9P21Yl#hW;_LIo)I5pRoRn+%9czo)~_K%q*V?8Q5zW{d@#Ne z!Yyl{79wLV=Kis64#?h&zT`=~Kk=mQkRB~eYUD;R=n1mUgFf|uW_&S~uD|s*_ zbJOpeL4h`uGQ2Y&|7FI`wAhn7;md2_dNh_*f}g}b;yV!HIy7(LCI}eheU)g* z^@587R~PfiSO8d+P>Pv1@|0PFm|ITsE}z3o;7qg|e$7&S83~~hYEMef!|=&HQ-g$? zhu1ovUUB0#X*jYg$M#7ajmLn2PYy%U%2EnXZ-PWNpYv_*)QkMwDU~DWH)|3?mPm2wBGYybC?vhjCkZXn33pLRg5{>ec5Le?! zReAofI|i*x^O5CTHSBUk+3eTvzD0&DnaHSjRs*LP*AgZ~UZUw*P*{8Nj>2^OW}jWs z8QM=2i*Mb1L#9dzx@gnjk0;8v1`p$BR2X@{&AWI$B=d1G<&omranUL+lOgAQ-i<;Q znSf}(qqryMDyC;01$l;|WP&^sRU+;J9;7aD1o+I#oLa~bm$5b9CTn4D=p9974**HU zsXE1R#1|)BNMY4vvId(NZEPT1qGC3Wjv=zy(J7!S!3qHBmtr{M9CPMMe>0mIn??Zz zqXgtmigmqutWmJxeMTTnUsxlNI72=Hc_SXOu>htT-7E%CgxO*8bXc2FP%uUJWt9j6 zD`GckoM*-c513E!Dr9H<_ z-Fv(|E(rQnUl#0HNvf|Ibj`~vdB)mNZ zmRa6TDxT*x>H=?mF{c&9O1EcCojMK<`4l*%Wl8t_Kv)~4=?x8FK_8F@P*OM3X;GQ<~+?S(YfFJs+Z{! zi1VFB(QKp}-W#EChF7EUN+5l+BOGaz9;pDLYDHNQj~345a)PG4_c9au*3p6VO3U2& zl@k2zN#Ug8a%OG`|Gqm1;dae{lj6DxJA=f6KmZoSZ(3?U$|YdAOUl zaOTgBr_{~CRz7C%Q6=c3J z8f?+qdJGy*_+B@^===hn+bd@Z1uc3Tfi!6b zfk9_fpG{~%iwpA^YMMzh@e+g&)myVv2Jk23w(xK^j?81pQS=o!H1kf2B4QR~Dhk+@ zfE{KJhPqAMk}N39sL;~T;%`CMo$#Nmj?mP6y{j-aq3m4$?y?@OGXiiG(rlY$v-OHBnE>1o z99j*>oBIHkakGyfJihtuyyfh_FG-B)~J*uMG#IF;fe_av!7A?7wD2sMx zP(l%;kpSK}YvpQN`i&leV1r>Tgp78(@P8xHhxJt1n;n>72#msFmHRpc^@`Z9iQ! zv0&Z)G#Npb+1SEgm&^1;B@8hDK;NfZY`IW`NU-F~y9N({y+>=6e7XVJEMJ2bX6hJA zZ=9S-hK&3iVG~T2gD|NIVTZlK(9jpp8@`4K=D;h5Cl$sVe zzVzdv)UdH%mdlVs3^`|$cJEI%pqlsk{b~Qx4?p<8VkMw7ZgfrjrGmT^-(C?qgJ8vq zI-BwG*T6^kJA*$>f`K}{;fxp_#&6o>Z}Cw;olALo*1Yoa-ktmRSLDy}!fQ`#Z+NNS3xPyUSa}3={n*hdK*QKLI%Vw-OpCVkRi+=aQ)= zfTo)9XJWTgEWDnMU-S||y0))iNDQ;_(t(hhLA#L`Jm|z|g7`K;r1|th{r-mf7LpW+ z_a!T2nuO+47C|doud^vVUPYZ>=_SSC4vQ;$i9{U>O-Tr!=JZX1zv94=sf zb-KSLhN8aVMmz-sLM;jnnXQ=3PLZveScl4|m5MR1UL2EqMx{Y#Tdc#XETD`530>H& zgy<@D>_*5!qF4`2YP=R6x(OnsBuKkFzUsvlLwQ0C3{9fgvFgr8bzbh8tImU8ajc50 z(P++UNA83&PYaPLUO{$>Iz@e(3+LW;AD#0;fSZsk=IlineE6r&cmbo2@Xm1Hk9|d6(2E%9ep=+b495L^9g}E! z3|LP`CW0tLyegG&bn^2LPp7%D_;TdVuwdCSvMU5pQufUn1%Nrp5jNV%ymA5P&3^Jp z4+^c~0(e>0Y%qc&501vg@m&{Zb7#i9vEDKy;Pyp(wu;R=6xwTg4mT?OS;u;3oxtqA z@M$Cjw-UTw`?K(zFS}D3fJwf5NzH1ezBGPLfCN+uPJe(MFM;e{Ff*`qhFN3RZk+V73mj*0y5kaz;e=}c92J0SQ zoe1pBmx5!e!Dx4jm%jgcPll+EYO2gUm&sWXlzsmD)9))2k|EvpOM{HAkK*TkagePE zn!sfd56))i))+_h|quq^crj)ZHC2VI9vR<{lk1T`kNpgfH(Ri zJF`#3Uel4yZp5m$-(dcY#lH0U$Ki^ZV-mlr4Cd0wctg>vQO zMH^jDyle-$I4;^+l4vo3y=Vf7S&i)+^e*R@xoiXWbgv3U`kHs4=a8&}LS@r(aIUVY z>5aOZ(&s$BKyX^sCbmM`IDGI$uTw5rlP`^X%=o!GE!q@JZ2TF5oJ0@nX`!+irqe&S zGlgtt>~5di^I*_HNqmKb@AXIuzy(KUYKYqCDpy6`Y{9LiHZLCdl&h@#1eGwOz@^58 zM%_r~j7#=xh#tyxWzyE@3C+>(3;ZCSP6fWhj20PK&6i*kvs7b2;xu~3)1|N*vrM!0 zX=nJQ863Jz+s#a7pd3^cI4;s(VXRapKkvG$S+BB{?7FGNjMJT?9geQf%X`l+U-*mh zq0tb%ugA=>^jLITwa})Ab_Y1*c&6^r4d|pGUBF%3HsS z`#-g)yXf{h>Eb-or?7J2k!&WKj%CIjD?gvVNhkM7H8;Q93;BMJwyRc(^h?&0D%@g0 zrzHv=9c((3szjP1R!}ieYvjjParJufQEpoS%VcwLGBWdF1OIE2D&>Pdm1yW6EGc*+ z42fHQkfx{sAvG}4V7lQsvqt*pH%gt2%9VWHjZv|;bXgV1tV4E5G#}Qo^GVhtqvDco zg}8~DLegWzI9|DXwJ6OONsp5bl?j2FXWQFa4R#`FF`4~!#F3aHjA2U`hx$XJBp@0C z@cF&7prj}d`?(4nq?IO$LbGoQSdn`Y`6a9X)k1tT z8@{?g(3L2GPWD&}g;{(eIVE{sq~Oc)9dJ72Mns!_r@BDBp2XUTwkZ!U+n{2Bp58=Q z&{#MVH0BFK+Loog+^eh4?fJO18l56uT{|G(=kijq##I5s;0wO6T2Prq%1>>mc%t|P z=2k2_LzQH3zm!HH65ina=S#%~%1}#ALft%R?vcwSoM1T}QycV(_Yk>1EF6@gp%(M% zx-w3ZfJ0iwxE_=O{L)G?SL|wfnvl#e8)JD$i*Mrwup&kq{qJ0-5lkq|LFqzqDLKVj@N89R-#GIxk;5im?MNeUv3 zig|xfC(qekm1h)M6JO8HrB2qL$p>@!>y*EG#witR({JvoWfs4|@#KPV*!Ymlq^5k+ zf?Z8N^2RG31t|~@Eum%5rBxQ2aW6Y)V!S%4XeJ=R4zDcSW7k`hbvS@N{ygAMfwUAk zefi5(bXb+4nT{%QJj;0(pxMdSx648M0$WUASbT#Th(tJ~*bCCv@|dZb$l>&-F*++# z^TVlQ*s<8qE(&>642e{6<7r+{%0GDH{{8!JJg8JM31h?(REjB2nJ-p$T9@A%(6iUe zC`QXrO7-eqc->;G{pvYjCT`B*X%791>+3EZNHJm)zxf_IhOASiV%wUJDo)$@l$aDF z42S#9Rbv@VDxDCAzqr>3NlPcSlP>Af10R)Q85q} z%dUZR7#zS44v0FSvb<+}hXz8r`gFpA*2HCy{2ih={4$}rgdnKVcXs{icxLoxT|~pX zmD;yJrAR6o*o|(CukM8-5Bn4h{oi~J(R}#FSc1QWFZQS3;}^4xn)TAGr~Dl`PIzE? z;T=F+9(%Qnz)62Kz&6w1Tm}RufEDl+t9KU_h za(8wdE1UBBv+?C6%Xzxz+h3;wmarY3JMduxv?D&4$Tt$sOq+dIBv z#E2?d8ZkH>otCM}Q6SEiwK~;GHElPy>4n*$tP5>RTl&@|E0?X5r_XRE}+rpyT}P<6_>@+#)QHQ&U~96;4$nE?mz*b z;banG>rHKHFcycU+MyWAf~vyUqp2%C%RJ6d=>L<{80qqiS1d&K?7wF6{#RPx(G6t1 ze7V&rW4O(?>#&O$rhy@>R=^4A4pNxGy0^&~6cC<##ry^p1CP)%h!^`bQ+BNi%_3<( zX(T8>d_`D zpWIlSrdb2n6Sh)1l&o@^Qf2=3Za9|YZb=j)ARDnFRs9F92REB z8lJxTKDh(Mrvddp1UfWm9YCYzIiM%pVcB}QwZ^kh3E$f-8Nyi?yf;C^0$6c4p-h96 z1CS#K2HU|zn5p;hN&c3)K>!ka~@JqW>DdL>iP(~I7KQFsA37Ohs&qC=vQdV z(cu;bjDT{g3F!pQg^=Sn17#+?ZA}kjA9z+Qk{Ca6r4li}7g3iZHi2G(P*6_E!9+!v zA@?gl9#PhUox*8Ey5c@^su+s@-Pr386?m0J>G&S#MstNDc6mP3{Im7knu#CxLpqLT> zE^b4AMQw}>LS)oygxFEZV(`0x2+_DQ*_@bzD=Q>hWSn;Dv}mKky>)N`;DyJnS7S$0 zN$c;!Ht4WKKK*D+@FoHOiDoZ>S z6`n(0V+j(!Z9cqau?5rZvoFn6$uDe3WFgZ7>H?ys-c5OK$yPpX9pEGwx;?c*Gn$%4 zNitDrlv0G+FLhluM%V37K+2S{%>6VJUFabxB=w>#;%=F-+oQiaFUIJ@$s?PqBetXy zC|B26rUBGQi+B>&7poD0@L>xh#_;J~UW1+^1Z_ga6g)Gf?HHwSG65_UBAA4RyJ z!xlw~3Z|TL3Ug7^8ST)>ZqK)Rd%`--=T~<0^2!WLoktDF+e&Xy0$`FtwL%Ih%4l-j ze2bw_YDHPLRe_&^IBRA1NQ-$H$`E5RgkE_s$Ni3DBxmFHa`qY~cP7>*M&z?&`iSwy z4I$Gd|H)o#EBbc^)cr?8_jYK2&nP2383)`*4gk?cg$!`MaH4eE;1O$32Z&!5&D1qo zcCx4>1nG3VYV?mk(~5|m6yFj$u)a9MT2?VtzMyW!&>co<)QrJ^{4M@do+1c(C8!o+ z*EDvfD$r3O*bm(TaFys!fY+Q=rU-8u0)%4jUV`E8A?;Bw5+$3NDxJb%ba z$0%bbsFfNIVuRh3B z0SqL_Ly*AjHiC3JfCI#E$M8dd*b?`-vS2gBeF`kW!$~;>qNFpC7`Q$Dzw_{M#~sG4=2T6W4o_13j1quC4&b5- z2d0<6-+m)pOSAI%ePyzh3_6Uf7hZtt(g|*EWif`3E0a3L=AsXV%j3FvG^9%hh8^l3 z5Kkn#mRgfKjX`lp|N6?o1^c@>c;VL3DKan$ky)%b4!R|Yq?)BzQvsZrvuM=mj```A z8k8}3Wh#iN%7$d(>x`?n@Y_mU_skipaQ*wgBey%k$G7<95Fk1uY$#1-^w?mU z@8cJ(g^;6P{W_T{(; z4xosW{uzb~V>KPZlC@X>G&bQzLfXcqyN6fxSM0lSa1e(WX!vt)BE||BlTew>V&e7# zN<*IGBhNMwAEY^xXzZ7al7{V%NNg1yY*I$>YCjyIiZ&@ zP*IqU#6Xbr?HQsFK#oc6lKM@w1KzP*V$$j?r*Rs)r4T z2{GNRLR!>A*?ej_mkEJR)JXmDT#;AcBdQ!p{jk z3Bjg0+1nu4&5wvMsg5xzW}85U)HAZ_ptm>4UMX!`j{~tMbrgG0?^HW>3xV;t2mRD& zI)#O7Is&ofA}*caer%E3y<3|HgVS})vI+8#S03BnZ=X%VtAj~7f_CL@LZNvz$wXt( zF_{{UD<)K=7$6n=)u5UOQ^J;O_!DQ-0Z)m!x`EP;JO%R)-Vc7kzh!aP)IGu_O`>tQ zPGL1|E&%=6fUSeAoow{^K_$2jEqc_VvHtW~X9DTIO-Ue7+0bjX*F6*<4jWmGmx)7u zp#wOB@toA-(VS^YoY2v>8Fw!UPhBO3C2h3qho|t@jUnZAh9ua*2GNFbOB#qW$UV|l zC%ukC#mUk1^u_f3UtEU0dLgkH^H3)1%>%GDgebTWfRoZLXxNiCulk(%d>55>5|95lNj#HWwwRF(Mm56ZDw@%0<@(|mM;5K)hH>(AAVRE9+fB14T zxjO9+;SAytP?vKp2@c) z9df1F#3>8Glt;1Hf|8>uLs!~Wb+r~HD>mT{s^n_m0Prb-UEUH-T(&8nR5xFhN^1-H zBD`o>Xpr>t>$<})Hs$eU$xr3={lYzJ&$~?KlnZ2QARwl_61m|e5IC+uc_wRx+=pZ ziUmGywmz+Fii1J1gxb^_;?o!ofA0^-_baX61(Yn&v~m{jzDcUYx;z?{cfD~wYa5no zJDVSSyKokddbJwmhzjLetv7-k>PdY(E!dIah0-K#f)q^DUe#Vvy$c44u#9rT!Iw1;l)$b zXhN#irNVnJpz=v z&XDQ6p7)!*%YKmhW!Xx`Wt>hf`}kpsnZ2Ur-J1{R&7n%@WDhH3)QO8KOCdX%lvoz> zTzkj3V}}c76e^^${u%MGcFR=*4$v;<^6_|SAEF`UEf~L&WjOe{Jw*ix^_j#R-3K-@ zA>U+8AV0zn2-QtP_=(1@OYgUfM_F?atY&mS_BA@I@pQzky?c*%ddGh4l z%w9K0&6Fk~)|XG8K7Dy|a%wn?y#ySBAT7Ohhh(6Y!TfPkP$FMly*PdT#b=*=_Qmtl z7gr^V?z!FIL*kKv4TzV1ppNjHSxb)qNhL%DaJy0DXJ;pMa|FsN@O~CflZc@1V64+YPeE%=`_ zH}+q{-RHXOh@#mDc*jw`R+=>RY49v8-DDbOX$Zw-oU57qa<0k$1d3p}%v3VTfB6M< zQqT+CIbkyDCb;N}^>DOQjYqPnIEY6yvS6kFpO)o~dR~|XJf4c+nvN`{o8SyEJu18o ziaerz9kU^rfX#-<9?Zf7x(8pr9??8d*e6H+ZmMj|<8tb5O{8es#*OnX&XR9#Gqj@a zFTKDAyuG}xsyk`;vX38b??P$L*523ODHfG;Cz2eRArw+jBIU0<)<0(s{R?D41l$y3 zyP>NhQf~Z1z{kW;Y7&mL{)-S*EUjDyi=EDnV?&@*lT|v;tfHObX$O1>ZNT$$J}MD^IJ0t##)(B-C*WT>;c?Vs54oKUYpUuc^AW&G4`-Womarq@7LdOx90;ZG{?IcOO_`(!b z!yyI%F5X|?L54obn{;e9o=D>8l{#N7ux2y1Mc=Q#D0zmt{DRfE*K-3i*oBPKbS3O^ zKM)2&%G1OgCkdWVR9t>#WoqZCiYA}T+^OTIBN|0wWt=QF!ug>LX^GVwD;^*kqP^pQ z&F8dyfIyrwl>CjP4a^u!sh}I9hH?;w zHr!3C6->IQ;pNH6EVRq5uQ$=$6a0HpUR-NZ>6Y2hvCQpX6kl zIpj#ST9+CUtu`+g=NcY;+)E@pz*xh`GEH##6d^Fs?)frV!Sp0`qiTom1*<90*(W*#24a8jvjCAf_ceg@4t0- zAz*LFy^GqHAvKoTkI0NX!~X6&sG$rJa`rl-&;G?f`)7aE`+MF$tpD$yEZuhV-~1o{ z>%aQ6_WQs4Aiipzzx==dY2$xu7VjJdu1;smNIDiAcCD{}_pklt{k>u~bN4^}&%gim zAN{TW_&@u>8}<&o-f#TwU;j`3#_!y-qvaZj17O-#VJ0N`)b5zz&@vk0DNci!D9(bg z3UjY-GiZxX)x$}6rD>x{@rRNlMz6z_xT0_D)XGU|XH89i6^>#>GJW+G$7ab^93!DWg&AQrQprEGq)oiTl|E z>qaus4;FUzQT1cwAtgKKU2E?lpo27M=K0w71N{$7-TzU#elc~l%XPacIA@VzMJV>1 zrQ^nTA48FV87)nv;}$a}P@4>UFmE6*Eql_Hrro{@x7tJ*RD3C4+%1=(tR=IDY^H_4 z-JRz7i%%}jUYwm?_CWrn0d)1|cu14no@}91+|KVGRKz3^afUE%be`0I{z>tzq`m1~ zQ9GC;Os1P;HRD~r_h+Zit_E}Bpj>76O+k9`vM=b-~U-D3OShbFH+H7EFaKD>@?$ z?!LOJ@QtooRKb8v9)%atK?rQrf-k;Qti-T5i2B}6BhOI|CY{XfCU9$vX45)RHiwvV zRu7wr0+M1EPM!NOHO9 zI0(W;BDxXivT&0B?h{iIVp}e5ABa>N(S1}ZNDJfE|YP0SQyZwdI(<2sSzxhNqFdu}AQAiCR&aibUKdaNj78h+ASzfofITffESqhhcDp1LX!R|6o z2{Ezv0@suN@?$hY(rT!PDL{bWP1O5K-ab(K{ZA;KaCUyl?Z6OU20SyamUr@robHu5 zDSxKlC}R@*86NtEQFStzV}&B4p??xm7{BpQPnqXzL2;)*ocg2wp*RpD4KUoPgtyfy_`Tr6A%p1n-811tS(06!3AA zjchW2#dacHoKp*3h*-8 zSgJ{|L~BUzWRuwn$}VNJ;^EBhVKuHY*(7#B+_At<1p@>;RI}b-LN+I913375qMNF> z(H@PYMu3{arlKNd=dd-!Q8WqVW~0n37q z*S51eS(|{ixiI@A8~<+Oin!u<_b?CFN&H)Vdm#0^;b-VQp1-|vJVjlQ4T}@ z!0fucWZk@nO>KLMAZYdPd7{V(QrMpEL}#S)ZW`1Q3dD#CQFSD{tUf66eVK~*unAHc ze%vG_yOKF7{lZL^NkP)Y(?Lk-Awe9&y~h$E0uMCV+E$|s3WRE|tJQ>&2j|~{aG<;f z-`E6|)(vkhtewItAz{!!xJM?HD1Q9L)!|^5pMl?ePfkB#79B5eaq*tWb2bVu#8|w3@8;MoS@tL?AoLp!l0}42_yFi89>0&mC)#3Qs zzzZ^&2%bjiT6t0oDU1Z=_2s)O@$BfB*!xP9(eTy)o6Y|U^mRC|Ww>h|u!FddY;Ykr zzy4B3kaGk3nmNhBmjmJdfJyc}>As$!zsY)`g3(-E3d^5={N4x89BS=R{-nGIC09Oa z2w=Kr=U2ViYe%G#@Ypl82XEXzIQ(W-E;-V@9g~0_sRpA`leI~SDAf9K;uefg1DG8n z@!7*8)NvdTVK69wlaN}%SP+K;1SMmdnaw?H|6cQ}&@G;%sMtzX_sj{@ZhfUhA`YSG zI5EV=BOl>GL<+Y{#Gqs`@D-NakRO2o@59c}BiGi|htK-X#yBr**FjLV-@}A}R(mx1 zpy>oM)v_?GnetxF6d{kT=DNw=P^`w59EU-OVX?=i^RRt1->EQ}D5HhXgnL3Lj2T^6 zOx@S^5@;lZ!UO}6ax&kT&vmpnZU+i-c7%*z+c2M~5^cU&%CJdr>ntRr=byDkcGm7( zUS3gudN`c9_0&G#&pUVS?g8s-`H{p#$4ryX?5C7vQCBr+a( z3Wknp@2>Cb`u#R(W0B-?T;ixqfN?Yrmo0RU(FmG4RK9qGN<}>@jw^QroP9kwe*ws0 zFz9^n;-WWVc}?ciac||0pS|~DlYe>A9X8LNKYjLGtqDULKvyn?`W*2<>x<_&S5Vui zeB14=crxplmYxcA^WtPxL7=8#j_-c~(}td$O<7`uB7;NYgMY^BtiN(10{dXN3x{`g zwP3=s!ekPW#ntU^H~>;X1I^Gt={Ou|!@Thu!h{VRMxH!Q0b0UTRl|Q2Nz2Nsw+D_D zRZ4U^9?i^qeOwdG);I_jCK-<9q@|@)`y@6Mk0P}v$=fL5Ns=$mv>z}{!KOx{R|~>n z$)s7Wdgr<^h2LRJ{D-><2@mDV`Hhl*(1W(hE$p@F!D_T~#zjv*86!fV2S*C1iqR)45E2(LX&seeX|x{_~%I;v@{%l6pTH$%hn3!IQ*TA!lWRnw_U^$7qyvh_D6XPkvG|mv^#qlSy<$ z3P7T1XQ1r1@MN=ryP|fD6bai3Lm@&$kwdNBa1du8&M4?AU{nhxjs5MN`Wfy5RNj@} z6*oEcEs0*_@|Nw0<(7V-10ukCBEbej{}|#Bo*BV*27>&?LOt>KdL7ux3;hlS!Ei0z ztc;8k5=lXfG62|t5g@d!h8bPYBEzs?Gs^_)1hiaY1|*^&3CoHUwkV^Mu!74G`K%pR zGMga_*d!d?J2*_i9X1`cubj|wJs$8gG$6hgR~K5B7*tqeDL2e&tgW~vZM@|cs}v(5 zOwO;qU=av=WCsHL;?Ojr#+zVPEUl(6k`})R5Cb#58Bd0X^4oY4RcHdONlT^iP9qs( zAy?2lMh=Hn&ng+zzdyr~_ii;7mW&81E<76W*w*k$YS$-mETc#cWWXw;2H7q3(@h-@67OD%KIxNc&R zr8LiM;nC}dMad)Kq}HOu9|P##lW@Xqcmr>cJ#e(rs4FPN94x|B!bCwuv1($sa&>iPMC9q)m(Cj1*Ia)#j417Z+7 z0g<5Lr-^QWW&^<=JVMkT+@e~{p_GtLU$;ruir%UmJ#bl&pMcmO$ecWX$hoJzdG+Nr_ z)H?K9t76!+?1oQ;>>z)REFtV^PML zQ%{o1u*Pc5kTT8IND}e{&=<%rlzupJr?3&PI^5V4=}%I21fTeP4yjzQOO=QAvTjoh zrL_QKkV==i>rexq28;eONsznx2l6Ul*uc`%cyBUdZ8xe-YG8h1)3K3J5JTMM2`czFJifHxlOhj;oYgVlw zKrR;J+)jjrOEnDe_U`O4(a43EY2r~+Og$DNORNFD@_zBD$I zd3;>MJ`9xG2ISkf9gUvg)v@1D@hO*_wsAISM$(|z5md()wVV?Cp%e_Gyx}*(j-}Q% z!<_N4=Roj0nT#MsphPhK5yTBXNfdzjWCDW?D>pxnn6!M7gVH=pA}~mJJsH+n^bAJ2 znnr}~;#I?s9tex7%?&(w{P^*`y}cBvn(=fHsewX_z{uOI)}1E38rrpDKO^Pr?j$Yf`%>fFc}$X|6;BnD#0_^S~z zK!Z3$1eOjZmz(RuSE%ltS#P~1=NB24l)$88=w3QR2)iXkEE6_Ph3OJnHo+3Cl zBN9Jm{h&^FR(eUq_K;#2tVl2@v-t+zAvMkd<+iRbIvtINszq#yxqoS;CXA<>;jzdW zE!k~;OZ-p|S}GByJgNp3=yuJL?xW>xjkz5qrW21Zz$~nns8cQ=O^;Hua=+syV8$w8 zM1~oUlgKK>zSFjaicf*!1K~E+)O$4lgHEo+$a)ux-*dN-{ydkJ(`siH0g5-$<K8^nj6AJ;td41+Q zs=b-n7mq!C_7b?u$&1!9ODw%sMIs;*3O%ierOPT|CD!Mo{i(T}Cxp{lA z2qZ_{j+5F+bl*S4=ba)XbN3L^?qFpwScGMlZEsw6Tv9FB$B*yCm(-v&iUMRJ42yxF zW?F8w6HU;AzA>dO{%ZL^8`h;bCMIiEfG=8OnTI{BXy9%(GOxOK=YI9@-uyD$9eknI9WRy03k6qk;O~xYe=dS6yyxxUhRMp!$$|3c(GWL zT!w8@^Ba0O2d$O-J56nzk<8if<&YxWF$&X$Q_apYS^nB#o|OQU z=6mt|VEh^9Jq8&TQvfb}a2<(!+H$;e`6r5R7^JaXed$4lY)X#X1@y^h4l8D8@!* z0{DSrOppz@W8}ly1Di*Hk!fU%3IF~&mv~d)b_X%KUcY9(~fCE=uI+MxMZ{C{X+_yo1$PL$efnz zctG+gw7IJtRjtKK!FxhuZB8Uq=|a*(t8ws2B3dm1z8;B%w$%&Bp>koD87pHWoe6HauDuqVWnRs#XUng3MO>r6JYQ293gq?=O3~olRA*7o`n#3O;b0%-axPaxzuW(1pLxN)diErrE$!^=-!XyeL9bMWHOH4r1Wu!kbdV_ND_iYJz1i&2b4J1I zV~oUh%ZnC4u$QM)1;dl%dUA}Jre#xYKs7gbH^hI>0`^<`dqU8uFx~E$YMIE-F+-3C z&htm$(f~}buQlFArA^mDPC?+Sao{p`hlomjrr~{?r%G$eT&=FI+Wm$Rs1h$+0k4fO zl>>n73{qNSA2;@vQ}6{OP`ln-i>&cBGRUxC*YX@kl0bST@Gm-R>VtUG8H_O`t%N+2 z4_hjwVOf)EGY7<%jHgRLBqaf%q?C~Uh9hZkJudt^;K=w802gr?NHuB62p9r3b`ze} z*|CwB<|oG~Vpp7wHH6W!<)5{_#d7~!8uL~X64^LRCo4v2)VUR0*6Fn zQEzEbp=VP-D-u%OZVOc= zK#D*9TbVmTf}*Z*GgwaAXf_8d#3Y^}ivMW@P&Oh+7ykL%su++B3L zLuM3TvBU1pKCe`j=aPuF*TPS7LVK`%F`QJAnA{e7Fu~A3b`smm+!W+;rgf7w6|huTpz_mkq8Vq6|Uj z2zGwWB)4ITPj=t{p$?Fo30@<&u{=nrxrS&$Wo<+2<9EW)R(GIh;CWK2Gl*@izBFaF}g9=d(xxX2neDZKIaox>u$(Fy$=L-OlZ zZ7(oYG7_O zctMB5vkza+18#K}rVhm5F}9cGg{!+eZeafM!!vfkalxy8L;VxxI?h3EiV2=Lv{f7m zVjqQegkmpX<2`iy^GT;2XcJHGyJ)2az5rdtD~K}`OuMrQOx*^7Dm1@Ffm}=agQ~YY z3@!cXOuPX#2&27Gb}1jolby{vW`qC>(LMS-^oDt_nT7sOHXS;>$IoFBSj6%Es3I-= zgzISh<`;+Fh5#JZI2CuL+_TM7HfSH&18WB^L-9TSPpr33?qH46d+J`)8_*SE0TjnS z2_~eNsU%N#!kr+AHLgUXOzWFX3eJy5Zqaq8dOoSr}N>oBb;Mf-nT= z;FuH`*oxpa-j=0g%2f5mddP+zadntZL9 zLL?OuyvGya*^1)c8j(^%uWLaPtQ|2c!%pW2QuiM86s=gk;{!0VQ_F)EbFN}>yz!RsIeKzJo)iI(u@!htNsuo z5^F2iH06<)jl40b$$X=+q0MS~r_$}_y}t*)V_*Gn`vdLHkFI}WXjrxXb<;7dZ%d`) zS%S_d!c2WCV@S*YtC`N4>W7n9&tQweJI|BG%7DR!T1{&L3YH!|1KEKN8U-4|a@X@6 zY2wx;!L_)%c4Zc>Eh|@yN%ip)MV1Ry^&FtU1*WQsBvN0VS$3>Xl^!QnC*d*|E~ z>E98GN^1l~qaT0V`qN*AKN%$R$>YOmf0}#!Yu~B7{yLLcE^%gze16~qGqu&Sf!Glx zj{gDRus#^F3h$@i4T>3xIvnxJ0SgV3NiqfMm)g_btU0?NHu)D6axWAz)D~o* z^{#;Y@E0w%0L$DuY@%`pM+ZB25_948uoaE;9NjmpVp;o2fb=UURLr643g_t92Ac&m zO>QN8Y@j>jn3D$R63j$SAWry#se|*1Il)lH1=;J7J8*RYCVVJB82*?oIYk6_6f;>+ zL|FP^5-O06qf1tSm@ggq@y(%qc$m2arZHY#3_mm=6^&H)kRIguzBdEQ@PW;mTnybv zu+vvKVH!w+g{tOD#(#$c4`+7WMlZl1v#@YQ*ccW;4DVh!+{E zR+7Q-r4NQ~1(%VT0l09im>p_Fr34^(md9l~MzLM66G4213Z%wjpy$y;8B;;gX5Bs* zfgdUFbfZ|naF^&ZDQ%%E*+w~hgdB*CvgA0?VAmvp;VfW%p{pDFvh{f+jNV{C@L?I` z;CFe@^j+fzJW0mQcZtY|D3U>*|yAeRwyT+&<2l}@NG^+x)+g6U*y0A*xlAo|Tf_uCwCjTGf< z)EE8I2X1k_QEeVDNcf#i_z8ZOWMs3}i0@o=G~(AA0`<6JRWZo>@&U}z>et6sV4YdX zaR@=-$T9hNWlpag7om;f1%8-IBs5_5<3VUY*`)Hx3(pi7HF2Rr zoz=Q*j{GU`>d238=?q+g91@CP%ajx#0;#@}Aph;#9Ia1j;MPcX5 zY%vp8-IHMI;2u~=3W88aiZ$}t=>#z>>N-{|lBP*sP$oc*sMqvl6#8J8EL%MBzA`X^ zka}z-dOT(bLCblZ6>evmdCSclCa0H|gFzkjgnfrCFwabyD8~|G5Q(iOB|&^fpo<`_ z&Sh|0j1l;m)O_3-!d$_V<~9!*Y0&hUUBEAwSYF;4pEF> z9fOlpe+i86T@e0gf-gbfFCaJ=j@BkpAr-$=t3(PL!Lx}Lua@j!$GpvS-YDX-cA?${ zR{=I4X({1l(|A)z$)+Vpz(f9#rb&oA!_2d60FT_&Y<%x+1a1NN>84TGtPHlA-_W|e z2W|en4YP}M`r6y~#)>siqJywTkVJ5DnhHe}ZLB_K1{NS!1>#2UF^?(T*7(+Zy771u zg!XXhqOfyY2t_IjM)B0W+P9FAzngF97(4f*UXUlJE#DbSAVV8{P#z!_avq6cwn+`+*?rHYbXhLj6&;Kx*h?H4azT(waT z`b^ct)&EoYVjR32NrjOs1s-_z#c_srTTD%PSehuEz??8^Jj(HS8cydDYx3qNv2-B~ zI+Jx8w}BN;hN*95bO5U1;0;Yi*PuJaPL75F{B0>jjRc+Pk4%ANO|^2xK#0lxMC^fp zvX^HA+e?yMt1u(R<3uXad=k1F(llEJBUaM02WK--eP}AHDa>7{$sTF6Gm^J8&}K7} z2-$!pRg`ZOoQK^P{zMle8&)>%b@ASN8X8Oy3{=KEdQfsJM9KeVZ3HF-KvFo^*?aH7 z|1SD=P$sM(N_J8Sd(1$cg)+1F@EJdn4SWkvBRUjB{No|wnobFH`U|-DxzluTwdW87 zc(pTC3s*t8BQs%d(ci{IyDW>}y%T8s(T_35uA8JiZTrXn@GCdmd?l^mRb#W5Qc<+D zjpLaAw)TQ=8(<2^E-)sBz71MG7E|=rLSVb0domxlmjPT8^eo?SY#kT_iuc=du#}oL zO2&uTY(zf0=_&io97d;-mdOt}0&o1Q(T3pPGq2mTnfJWh`uOVFuD{e3Umrr>a`Kzz z|4>)VIduj8UHb2}jsNNka98-A4)5-g+f9&-{K9hP?&}AEJ`jj31vFm1yg(D|f(<`^ z@ypN8aKK*nLFdB!G*|#72GD>RsDGrD0+pgn33SEUgu#Nf%0VIlXNUm`AwGGt0Y?{v z1ZCMmWVlpfFWlXWFUMvbMT^sK8EavRLO9To567AE-6QxR#v7oJIEw;KG(j0JNBe~m z^NCaU>{!ro!b!%c!}1x5hVpqFY~~`^sYDfR87s?-h;Am{g7{q}-5N3(7PHIqsa=m2 zc97g}e&_MsYSE+^A;puPSa2EdtHG&}w!QAv*;yBl8^EN6O7pGz^EE&Qj{Nl{aSbBR z5|9vQ#L|JmfCY@QB>pv+`}E&$JB8&@bZ3tx_e*3%2j@7^hQkZ0(1RXTD5_9g^dXit zr^YYRs2f5#;*N($CH3z0KcbIL0231;a&7Ya9Fs`;FghH;4ou4Ma)#2eVXp{2Qn|P= zZ}2p2tTb?fu;cgDU;EC3YHqdg(xt<9vg9=4#1Ez7&fK-*t9fKorxr<+0uHbdjU1~G zC3BjUeSt)Y0xfkyx#(hK#jmd`U~CBrc`jLz_~B*|$VU_2%)&GG=&f{ONk@*Cjc7RJ zkkLzm9E6Z^Z;JmA4^JTgZZ_Yo7d9F{MP@eIhL8H>?Ylo?;<*~IiQh3{0hjy zw&|;zv-=;klYcon*sJzmyn3s5x5UNu7rG<8H!u8lD>Scfj=$Qdf9C(~4VfO$eetgj zO{`JJ!M@I}x-%9`KoP5mjdi|)$d+QW_QvtbuV-^rO2Ok2ETZPmpx{ZX(qdp)*Gs?# za2U)u-R_bkHBqsWd>xKYuDB&VKR5IDP*&NYYz)fWSv|LqoHnPaTCH9!A;1)l zpSv;bp?_$Hi!ixz@Ypfy@weg|B&07fxB2taZ+`QBDTGS_lsGY!I*5YB;_3T+bQ59R zz^W44jHVal&%so{q(thb!&He01wWWNG-j3tLndzk>SDkc8T9jzFeZc}oy%4T0w7GGxN^YPbGc2!%gMz? z#9JH%2%z3{hHj?R90YQu%(|%!9D6+i{6gddg~Lu+&=zJYFQ#rXGb5TFg?z=zhF32; z^`m{)93f1x14=t}o>_P9?IfMco(pGfYIE8Or3&MV-EySg(tZ><48p}tA9A*=O%a0e z0DBP7xD$?%df{IWM3X|3sIHG?$#BG@nPyGU1Gx%T=>x}s);KQ}P8{QbL?PW^AckR( zWT;`?PaDzcaG}hh>@lWtm=rk2`L}=e{%LgQ8*e^LdcAeB5MIp^Nf*B{Qr@IsFMva$ z8j|=85f?Y9zv>CY9vJ#Z*f9T{Y^Y@)<0!AxK~X|fO4&kn*lwPko?V=yXTrrXCE7L% z@?AknFge2*F?&Y_;+^D))^mBueLL*n5t>g6=@_*%albh8tFso&;?JP%i87>YTlQGT zz^BYRRBm>2Z6NeCS)n{vxt^4&AS9dKcnDaOOhfx$!zouO$|`~JBq*#+`TGauy}i13 zalS~(za0*bF9#b+y;)!>yeXF0(@y8??CirYUh0(H7pJ}P?EGBroN=?s*T$#RtM|tY zN#-p?U{NGIGaMaqwTf&A(}UMR2d02R!m{RVNIke{`I^4K-H4N2QxKSqv3Z#}YY#4w zaV$UVW{MMKCdTn;$|}1i3T1aD6!*II0vWdf)xPG7#y7THqS|Gi&Sv`aQoc9JPe*6Y z?OzAO`nAcUqo_04^T4}_+Svlnxe=gX)moNn1@Hid)F;&gald(EFHu9aASos>S`>k4 z#wZ{GNd+bd!1ytCMQ0*n_*NVH#tEkL)ePa3=U;q$#_hiN{28xME!(N}`KQm?)Wk%c zU&kVln&N;^_J!Pr_>pkhig}#tp-b#2xK{uMmX|FD?D>n2Psq6m1#E^|sUrXVK>?cE z`uP3-^XDK$NZ>=$nafPiLtn!^x{(K9nTQeKt{0Hhgnb~WxN2|4XxG?8;GCx2dbdl# zFvn@1UV^bBgaaF5WMg>1Mhj5Mi?KxZq}S}uk>CJ=S}S+n#!-qSLl{NF;0?C^HTu?G zIsdv)iA+7bU(2b2i!gXoj&^H`Z_RQ&Q}JyRw;{ir*g0W}S9`#{ixv4eewg@IP$=4} z&=fR=JR?H0WWx9vO&7#M;XMJ9slXNqcJq0=jmboB0^Zhyz~-rYR<&dk7@2o5XH5Qh zr+w9)$T7TLOdZGyi8*<5oJ>pNXHy*LtXY5%v2Pf+;N7UEh5;TDa0!@}{CN0RXvPT- zFi@wKMKl?+7W(Tu+P~gTjSKe;RtKG!YxXhiqzSLxHGVl%X+-vPVWb;gUE)FYWiUf( z5ymM)-y)qI!e^9F&P^zfI1V?Z_xyp+gs>BHE5Ufjajx_hqH%R_PKLyb^_W|v34%wi zjV0nHVW8xSn^9?vNhNo;RyAaQP$J-DiSAcHH;L81ye@4e*!u76yg%}PYJlhRq>h2(++$OjNK3edUW~ntUV@j zre^R$cn6~Ioe)G_uB?rr0bDXafCkhfsPExzo(~d;p@LI%MZ}Ew-)0@psgxIx5xE9k zQ4NIbRXB^s)CJ8MC#z5{eN8wLC>Y0}X33_}yx=NV3jvJDW~R5J(FDh!=eSy?IDt{R zd^BoHyD_ob&8CjP9bGmVXPg_+=TXqmE;77a!NGBbQt2I^?Nz1;p!ssa zZ|(Iz!I$_aS_i|*7)07j;%kVBKM^vR0+f=bu|Sdxhl3isW4UH(^fVv*-1#ZbzOIO? zBCUd;EdvFGCJf|5e`%TIm@-9TuA-UeW`b7XwY+QUD+K8h@;`&@UxaYqbseNU;T8>B zX=T(+Wd&5B^>^MpDisN|l@9ixuI#nWo__JsM<4y*qmMr(*P=OzaJp(ut93SR6U3;N za;!q;tXeeh-Me@Hb%lU;bJ84VqV~d$Mbr@B)A-gfR8#haqzc1k=Ftr{R+0-g~b zXd`UV5njA}!7D9460qK6!81rmS;3zdb6ptJNDA9%txDM#%}IjNAjx8wmdd|QXY(kj9eBq;dB0JV{ntkFU;>4qn2v zfubUpA+}?5QU9orO)0b$c(@|kk{MZ-z@@t{^nXUkRP)+}bhOa?d=B&V$lYqZq4 z6HK4FLa9<>l@vwLhoP!73S2ILHX&_Zi@PaEZIQXdDN*sO(-YWGyaXA*03{y~f#7_W z+vAre@)nH9^G1Bc45{T(vSOR$pmW@AIw_J#jpr!%1>MS`jg!JuXkh@-2)hdJOH2xt zz(>P}uE}kUFw+Yl&g4CfcE}v|dsCy-GCX0k=3R7w>n@)iq!Wrn{bs}7b=Zpe!8A+WR>63-sI%x_ zl*;s^*@bvtHyh$%%Ec=a*DkAb%@~IpcFCoUnDLAA4s~7lBALOKRLoLb7ILRs@j3xv za?eOqQ6WH=+r@K6Lkx8~Ubc2r%pJV(%>&l*a+VeT@CX!pd_zX^WNo;)^7XhoB?8<$ zMc9IUaDq-pzz*~{4h3-ES?-uxZX!%ob{?03Q+u*rP29j3klE(jJbayA{u+N|Sfm6^ z+|_995(T;W?s}i?U%W6ZfT z$bc_}o43lku#j*U9mo763%z{{)$>>HZ8`nTytjgejYaqRmj&c7MUJMO@w7L>gN1ej zQ#6YC7HELs3LKBpsFKEtU9(zBgGSti&|dk7b;TMbyvNOZk}Mg0z{A+_f`2~p~9oYNV;S4%xH3vTt!MGyG-pWDl z)?w-@OM)Qx&qcIe7c86{8mX3N6}sa|UhCRH(H9ZFXVP*f+Fsu(;nx5b*-5v4@TK=q z-mJ((mXdgbN(t}WLcbUzOY5R61zjv1 zXlY1lYU~)U;9Gk@kl`=mn7FJT8sA~%k=%@eTTkOlqvI>v^^oc&SkDvtbw36dZ?9fb zPkFr=@>qv>kcOSs<@w3QI1tL0?7B5=ols$UldtU+_wL`hdxx50dxrGEsqG=nw#xE{7RSe#8@xVERqy6 zzx9J(_ul8>{KsfBPmJxQ>e;z`%JBF`sn9G2t!Re2B^4484)^d%;ya)L(}W$2m2up6 z!(i(H70E**#uC%U6Bi$;*noF;OV~EFu5mLil*10b$Vdw^Sjm@zoC6)66QfMlCzI2b z<(cG?w9u_^o(eZTqtZFqSV=qNsfq**o(40|&4I!(W?~9w+D^Sz-mO*R(YCxaSkYZ( zZg0fbH;wXK6zU-UBn*`uV4#OL?e=6E&Szrl$?*Hj6;b;L11cQ?VVthrdw5VGHMM;z zZzarIQo`EcAj~D>QCfHakkOjOM}SrexK}QGmOv|v?T7VQHN*tjbQ*;AVoo_;F%h42 zarg9EDtsO?=eEeBCl$i;MC}ojm85BF@~O) z$3g&W(eKoU6Nt!}#$;c}zXes(VhHlqB67{qJnk;wK?1 zESw;y;%;x`xI|R(uPMF?iad&+tRoz_X{@gRkO|LfK+U5JlJv2e?xwpVU8)YKE30B1)k)Y_d8H=k2rP&(yypyi<{lS^Ld+DEJiiusMl4#Fa6w|15Bv4b z2r`DrlF~o99DV||T6}{Eb={g{2nz(|kh)1l+7Y40WQrmxB)-IQ#qZ}I@Dsu-cne5Q z?@tzU(A(+s-u?TJ9zD8y_ufPPl%vAxYce?0s4;(tLgBoYq@RMu^(;~SVeoX@qp5K= zvAEe*9oHCdEoVE_^q9Gr-j&&w~;A zEHQvTShJ7!{DM~a7FIkXSRjPqp{IC>iXUxZ7IcYSRt6MqdA43@7=&pB8KMJ7^ob@i zIS)n@5t5+kiK{zN=R}L8v@ch4N5pE)<^^$u)|tvYin~FfjP`&+daF(TzG+7!@m7kt zcr=~LJk0D>5+pF{`42W{OIN7i(kI~*#4HLhPEVJLp%(dW<3DLJNgk^vu$*rh521*XSv&%Cu+44bKa*j9#eYAVUOn()pfH**Fs%ehYO&TC{b^wn;mgipoz90qijL(w@}lSMFIJ%A!C7|c(p@uTO8Xk~@tSplmkgq`U?8_DSH8&75F zErxU2ZeI3VorOi(D4`Q(dXVIFGf9|z%pRhrQt#q)8DU_~Vw0{YRu7Zw&Dti3H!?nK zAp2Ep|z#21rc(OJ!LICz#Z)tOwI>8X? zqZRvvc`jK4T!U|CQ{{+bk`+SLGf6ok^zhrj072F~XJoW1E+Am22A~3bl5-e!`W$1_ z`VlfNZ85LUuH0C4Ns{I!TAg;57s=YFzs%=WqvhCy2aSYx7r3Xq**w z_XRX7u)S0nO(`sd94n?bV#NXf1Y0Fu!Bz`mp;%G#flyMM^ldXs$old;azDiffY=2? z$^fI}L@ek{=Yu*wLkdxL2+S2men9ar$LSBQMns)Kj^ZfEt1F=foT0b$W4o19K8;}z zTusK5yo2jI7BANB=L-}jAN1RZTxWw<8&w3Q(p%@!C8*zvD6v+|aweT_o5Y1hL|o#y zIY}g_@9phX02Z`K<42PpjN8p#zjbjXvO<>f@q}u@kov~blgrQ1B-`B;NHmZJ98wno!>!q}soA>qGE8th& zOWfcy5u+wa;QV;2H}4%F=wRJqwb-FBH9J9gq@4;Vn^j_c(&F(h-)twzIt^cmlB>vr zeRUx7{@!&w=hhdy^5_%x#P>N??LXOa2gPC%&-ju=w^^46>L!vFnOH6ZABr0wh<}jD zSkR9#MrZXkwRZCNYWYx*r$3*JC?*)s{1*+g2kL&SmcO%Z4$65;1L3KrB3m%qxKmdpBA3?Y9w-Me?B zC{&HXaqsqzaWayl40$Zr=$$&ucS@(smnu7?9B;pvEl6I{1cYlZmA$?F_JPd%dtVy7 z{+S0P?vkvzA}>6Tx*UOT1)Y_lBNK~sY6)eMJ>?&qv@WTeM}LmjbBYEGM2}3+oe@AA zk3|p3IvJ`<%#k&T*3Xc|lZgaDW1x5>oKX~30cMQSq@~2fAs88<5ZFxULnla4LQQod zha3X6igjTzUwhg^(R>(n5RJ-&#C3)?yQF?Q$61bh&9f%u0HAeFQ8AAY*V>!6i0?xS zg^h@Kgz1~rmszGuMJrxUyHv^Uk2h$fDDn!nz^KaIP+@`cb%Q%2B+N%eKcz8*t@fQMCFEml9>n1`< zAsX{oZcSijHu<5{nM0hCa2z zGAbn2&Wf%hvw}K9V%eoj{40R{8sD}8c7W|cptATweH)7h!_*lRr&=_$CH+S2U${XY zCYu>n#3}S7Y!*Vrg=oral5Xm&E(}`fNQneW7>`|9fy`Az9XbSq6NV7_5CK#y))Bi! ztR|Bs&H?;E0x>CCh>6QZ$a5edqma*!i6G3rFbKA=XH- zr}<>idU3flfc~ILo|1nkf}0V@vWz4={1s4Cp)E~kD_{deHaR5gAzlmOs#tL$W|Q;_ z)TbEA7uvU+FO)8PWpdrTuWz5xmxs{x2-=PaGdf=V*p!Zv69ATWuY&z|-At~w|3&7H zRSoZ^-JI{=bvj_ki40WosB-vA*S9tVyY~4>F|w;f6IOpJ5J)PN7=n#G5a+4@lf^a3 z#m`3L4rVD8QzxwFjS`RplT?MJ)VYNI96D>yrXr+?%re{Y2Qj}$Ps-(tqli>To4jNX zc>{Vuu8%;lVDek?xrI>Km(*+_q3f#Cz;9U0%TO-uP+_3~n-`GtEF=VbcMhw?hD_?f zV%!>20jxuoE(*Za)rrU_FM1}qxI+~gzr%2~d*mU`VG0jhOSuItD2-8&8KZd^U$t)k`OuC7pp76~_3IJWm*FygB)|$yvyHk|#<_@?kEJ%&9k0q)9g3 z;l{f3#(*nMq*=FM=J5;McS*EzNs^2v&Xk(FU(CsddlFb3%MAE!@9)R|_zQ27tx@>I zYE*0r1gq!)zzs}GP7d`(w@31l)9zoM4nmO$krv3$@y@kdsP%m(I^Uql$>^m5Qq{(l z7)oY%6jd>Z6oNS_z;K(Lbh|a8N^*AnG{hnw&{W%h7?u-bo{b<8;*cTfS`3z$c__ z{+L;!&!+j4=K9n2@6C+fhO3#lnuKcpA-4OO4NNRQna1V}{uF1sFN4@0Aivp7+sr#3 z?eD)eubT0%K3<>O`~~2tZ@7KtwZD&~hu%ucNwoM!zpu;U zFdPF1k2dR*qV0OCyV~}F4!nJ=HKacj)7IT|?V6*v(x53a)@{5r&VAPoVC{qjP z80QQ`pQs4%u0y<3JFMDkl(0k&JuenKj*44MY<>+o<5(5!=C})l4hw)vi^>D44>Uqr zpkcYC0BSX*q6thyM2d~O7-fpO9>DhkQ3%EBuNPp3Ig#M9-UMo&~1*N#BuTRwaVBaWyG35vNc`cwVqy}#zJL7 z5oo!Ol6Hfs&u#MzFly)XpXNSn{C0|i}k<4{q2)R$M=d7oTSPliuC`KqE(gLB2Fb|8Wg`{D7A=GuR@wFt` zkf3|Plu5}(!bU-@i4rZwY(>T*mJkA%NI|d$=rsTM2fRQC526WM(_50P5O$}*q%!?& z&{C^4+$LOdC@Rn@1U3Xp!C?cI#%ql(-^eYem=%a77ni$~ykw)Cgo+V@7|aC7tv~}> zOMx1VFZh4K7yLiVX9D@AR$Os|TEq4qb>#!4yrq*6QUmbl<;7A1wwa zXNh#7T-^z|9Vb?*RCbT<-Mw3lO6ImNUbLG1&dKNJ>~4rT^cSkBNNo7@mmhrm3GMvT zm$T9?UDjNiONmCg_T?%hfli_Fh?Q9rviRV$$p{!gAttang+^OZGGnFUQyRZg%43({=kq~RW}iAMXIMCT-gi)YYfd?w)pnl6j>58h#|u9 z+CHw9!-o%cDW6^~#aQccFtU(w5$n@BTE)r9d;jkV9Gg^jjC}ZP8H7SLj33`{C`2?mOq4xquWeTPvBu_rE#IE&+AF`?`(;LLEWK+-(r zHzRKcygR-$kwC}<2EkMylG@DT=}N@SR92(h&Xaqt)_C>{Lazd_3!x`O9Te3i`c=v zy9Wmkjvi3{aB`(&Qj(8!K3t$&NqpHqtDl`go?H5zzx{`Q_=oj3{=M%fN3zlgZ;6cq zQG}gC8$!5;!yqOlSjGewzVV`wBKzD8Qaa()^rX~DlE|=#7gGBiXh9Ug!>d2TBT>}tb4`7d&cv2S=DaG!%Y&#l^cpt=K?@bzq+`WdJ zRw@{XJW}&W79IAyXn4h_3Ho@#;1zdzE?H^;o>~{Ol<%dmSF%_UE1ng^`nKY#7)#WB zI0#sQ+`TuB9zV!YV7v-xYi%zVSx-iIQ&&P8EG_(oS0^niCV`b=Op`J5xZ3KRx2H=; zD<^?L$4Z9XiJ_htBT7c`;$9(hHH2rq&Y(az;lqH$fTDT8w2L*)n@(D=FGQ#(4Sx zQ5AB(9r#)O_c`jJ@_|w$cW@icXCz38I5Uz6Ph|_io;w~k*V&^=Dnepof-=}8N_<0v z6HV}gdgp1=Tk-oO6p2KldIO50QWOC4yB3ry!{&%Zph`o(nacK# z>k7SaIVu;Khh!t@DEv-!R2mPFu_GP6538;=FA2T}61*D`2PO?}GwVEtXM!1Eh#%S1 z>4?VI)H>%qHcliZ<#<;E4@)7sD>2fu(nGM>_ zlhfYR6ML|HisxgX(I}y|0{SkgMP4y$Z(1_xy5zk;Gx_KZ=x|eqki(`@Ups_#8C<&@ ziX+8+BEzfocv>i;ekrShnZ)B}eTT+?x@lBUqd*%nfr5qZ8h@bbc}yvwS*qkhn>Zd` zh4Sa2XfBhoLvOEe>*3hOb4*K;X#`Kb{LmD?A|kM{Vr(v^V<;?mSd%6IKmETxMDCuP zaJkcsiPIITbO(>z3uW_v)kF@Vt&VJ*!NqgO1LMF+sBJ9|)Eual^r?zrH=gBoFdhj% zN2985QQS*83w()*m(Rvj1e?tn#KACeT(}w&$t;=Q-Oc7(ewb0}2vk@uBrJVGnTB_{ zT-@c-!3hC!2y+LlNFtHlC1Y?aOaA-0)E&8E^((YHdtY;wx;oio@e0c0r1KnStZ7L;4SZrUBPE#Q)p+55d2rK z3<;SUs8;$Z2V)Pt%0|;E`~&&t;?>6j|5t1_M%eZue4h$C^E>?@goVQq%v)WJInK>7 zUcE5~fA#TKybD>s1&dXsR1-}OrvH3B9pEOI4g#3Bi#4P>j40!3}akr)@`LjB4S;O|vp8wevpF@(rCT4(B7!PxGeBoMPQGIQ6c%j21g zXZ5@j3=>8GcuQ8_=g(#&bDW)FFr=cZ4?lh8e!G}M4-et~gut)ZZ=GIIqVu91Be0Es z7e}uZ>0VvDe0kZrc>es9rNAZS5)M{CQH@8efQGS7#-8Di1HdPcq_kwZ0w+ET-r7a; zQ29q}FP|Kad4}efi}Ji+e<>K=Xax!&m4OA9aGX?azW_kb&<;-Os?uZB=C!x%5@v+A zjFKf`*1|VmyGK~IRwx5+J}g509mrJRAKTpt#ETDW9G$&8tuS4kZ~bH`kAQ~iP1A@I zkXx?|KQq|$wHeXZ18MtLKhlmG|2m2p>>BVIh5qzlh-yqTu(gxMw#KIX?fUQbFxwrhpB%05sZVAWRm4Qi zh%HMIx~PmFAlD0=vyELW5!f2h4KZ%PM`1sizbFUmMxN0ubwDu%T<3W7mJP;;845Tl z{5MQQ74&6{P{&${g^X#%m@&>MdjJeT@(>&fwNh{#Ku3!*hFG1deC2}b?i}1|>=5f@ zrHI(TbZkGakxr7j34vncHzp>T3nZHrq&j%(bPgINPKIs*Dx^v8sx?)i7rTVl!3|TZ zftv1_6kY}ykEtYHbL^d`J_ zC*tUN{}Wl2J*Jm`cSVLh<~QH}nfH4?svOeRI78v2 zGL>td@w1tTKw6l`{guPfsGp+9K`3D?-g`*$jXkuqxsp4H$8oDGz$(}lj!;km){X#( zF@RO?z!gqQ94>}b6wE&XGoltXdN9D==~t`SNEzU;44IosD~s-)AuLH*GwO;QJ$v>u zfH@Sj&mzZiY3fhcP}qof19Vh2!rgm?6i^$ELA$zm^2C&c9J~1k4<6jjS?$AhQq%d> zii@MvC7JQ|HMOUhh}jL2(}tjXjE))vr3|*j7>_a>WP!<$e5rOzA|-D9Ko)BfD^iRN zv}}lUM5JgMM9RW}kB)3C!0f}0t`KDt|AIDDO;$DJt6h@=18xH5D_x|M5lkXvlEXMe z1&QR7%SIy<%Sv&_OR`)H6Jg!@o$Xy}fx#G9yStf%gyHn`w1-D(K{^Rkg^KcW&P7Zm zNyC(^Z?6icDwlC_OfEg?-R(kwQB2}Diq-}(il(y5MiMi2CXBn6DDzuAaJx6O;k=C5 zz*YR>#ld&~8JoQt>L8NjMp79$w-!!;m@;A}5L9><0kQsEyLsd0uRacbX}9-JTmK*Jb-tP;c5$*0H` zFp-#O)5YM?!v&H8uVhG^s0H9I7)x2;JW4|AiH4gZ0F*+ize3`qyUQvCzw1Gx|GZ^| z3Q4?Oxisaq@jgyRxV9qU`Yyr%+OQCne<2JobR44OSfQaR=ffV009Ff&WrMJzdYaM- zWS$Yv#Li$caoI5cfh;G$O)6K!o1{{uN-BhQ>>7sM8jm1K=0mUFZ=F7S_T(H5w>J!v zDoLscV65S6$#FvV^cwdg8 zxZ>sdidT{%p+CmR_)~1X;$jJ+R0XWbGDVrJY{A_jw3EEdkwi4JUESE(u99fY>7bXB zwN}A^kq?Rrs6Fbos89=iVG=?hV75@WW3@iH0!)3@T9@Ky!Vw6htx8$MmQ=i2v0iL4 zzJ&{bu~Oie)i1l z1rjH8-(p3EPPB%%%cynWN&5HiGb)H*FR`&ZANeEiW-o6r>r4Qs$GJgk(V2++{h>Wlp9M*bN` z<62(IiRbsk@|eF6@kWaQVu(T!79Ib0O8x#q1$&58myKSLtFQ=F1LSg+bP^C>ggHJhtTXGK+YiA}%B@Jj83R zhEx$HJnRxfj9NTb&VZNX6>bXUTyQn6P)nvXl}4RtpQZ>c{B3zdqVOO@P?B37vm}u= z8wG9+Tpse`Q@NJ1P@<&9J)BPSdncL573fM1^r(hDp}V1LD63==+(8!rMk4GlCxFV7 z!FkoXzUbnoH`kAWRo*C}-_omT$h1^VcM1@NA{b<)pf=1voq=Sc;li^uW+wx9ExQc^ zI8lNZI7Y4mw&V8Ipr(X<{7|ZM1(MA}yTtbjl7I^s-Z)}0{BQ4npL$+N5(0J7u@H|5 zK#xnQo&=;+7d5j-g7ef^^8iP2oFJJB5%ksZ#pNO z!tO#HLG~eCDdgUfYzeHPQ-cVUE6k8V_?T7|d@2BboY+fJAg zLxOg!w`4o=j)wXdmTs_&!?KDt%<@Ssl4BGWPz%;$Y5h~?JHyAVGq!}5jI*0-g!50A%fX1_5G>;Pc)$Z4h&xLi zEP7IW^1LVCJ#&?rX7T%JBt?9g`l`Ig0;HMggzp3ZBoj_t;DRWV{zAe5U{y}-Mm!v@ z=jTd6fXF&PYS&mAN*|BlxJMQ-F%g>LS(dU+U2VdG00rD4MULD|UZ=$K$b45+oJS{J zt5CR=T7_};TeUPEX(lZxyIfHc9KcK9s5&9gO9k=gCh2s?s%oN;{i@yxvr{jz0TI5a z2ii|1gs@+?ue$e>{)G~NVQ}CoWvqnxC%snq> zZmCeBBM2#t1_5sdK1b@%+Di-@O7)bOr7pMM!6@9i5ZE-8#QCg}Y)6qP_ApdVN3>L&dP8_Ndz@`LlD0Mxa0|SQK*C z5xUTp_$W4%klV83h)`ODDk$R9N<@?j6BGAC9VT`X9F)i$W)4aIvs?kX)X1a46ao;3 zsiSm3aD04baOntD{bXBA|Ve#2=shv!-cbV?%$~vT}W1_Jv7xsUQI!ob2Bzo zz!zQ=M+|vpig%HUHJ{9LX%mVaE!+e~0Y1<))$jN?szT!%vDii~g#HYhu92XFKG0U( zHW_y&YlG-EMR#NaYO&Byhyh-tsYu~W13vcd{3Tt3=NMlgS(-*6ug1UH)?=~FT)rj+>Lj7pg1M0HpBlOXlO5!mZ^I`U@=I4JlK zDrQp6wE|{w>DmP_RB`FNy*a(pUn&tDTY-8rfHh}*(skK70A(nh=gn9o(P5J#o*o+E zkpu%PD@QmG5%7?K0F+0m&D2bauVv4FitPC!I}u1NTDp%8%DtltfL zCMTddjo>wbY^bISZVy3)F0iPi_N)k~3Ym;Zr}mZEK-LedBx(}m#avaTI_#;0LOA|9 zx-BHEF{liC+;A z>kmlR)uw}F?ton8D#`xH-rWj~Ry8k1;j&G7o3n-RLeFic6LB9@3};Nbjc5h8wsV;r zRkVvSf2q2Ra+?}GoXf1CX`8_)r_fjAPzGWz7e@;&28s$1{1-0~wIflCgo$~7;PpM1 zpA=uYn?TJXN{yry)HA&S<}W9r z>NZM+U8klmT>rSDAn}U01;?&uP)uL+75zr#1$kIBSp(xvRgN?i2ql_~5q3(?nkt9Z zkoIUJMVOqOosovJ9KwW0bjSEy(I^msbS|X3@-Q&YXq`GReoh8ilU>eAR3XL~1m*%`swGlm>Y=p|P|#(g z=PL~owS|q-sK46D)Bw&2(|~S;aO9h`)tsRpK3pr6k|%;ob6y9Ljw|6)R1K0^I5o(# zT!*z$9c5*rbqGyG5GkZ0b?%H;`o=0u(M_Y7#Qf{?i@t9Q4kG))sKXHZpzF~+Li^Aa z+?|~IM!yvyq3&<38#Bb*IEH#HaMbfHY$h_dR3pV;6Ot)*0s3HK62Q!`5ohOqS?C6b zIqD5Krjyjg3*a&tFa7#9fg;u;yFdNL6D|gr5Qs~<+_G%^{wXLKEaikdJD{(!vxcp>aK0+~P2S zGvxUwR|p0 zm<$(TQeQg{soG0;odlKb?KpKyxE+etQO!(w#B=0LcZkPUM>kp#t^p1^ z9M=SWHw%y&X(*e-CGC~bI?;~7X_+m6>Uzvc2;kGHP$4X_lQ=#;Yw`t%49VR_JYYdg z$q%6t4#k(e^Pl|WgQrSSv$~xtYO2FRN?dIW3bs2jR9vYHqmNgf?x~@3LzM~1mk|G~ z)f7G~PPdT@rsP-!ygOcD*WA6NAUSOv6U1*q7~nWX@O3vC1{{w`!OHl17Q}^-Tu_%|Q`C6Ot)LDxLPd^BvHOvKMEM4R(Ih#8a~RSQ z%wVl2{$YPO+&}ByywIeMS_O!&Q-^R2_u4X8=wcdEDI82`M1u&cH zq~qZYOBtwWX7$`Sx`;Rs`!ilNEq>E9OFwVi0B9qmc_N=t&N$7KoNzhAY1{!fmvEJQ zB~3l@C=2(_8p)|N3rTV+e3K5W-p)i;Gr2Wr@LIv7D+$jLB>YTTXM{4Nf;h3C&~zCL zU`=Y1v{NxuU|tZ0b+}q{HzZyXYEyk69QJyLoE~dvKJ4P3O+Xa?*|gAvLmAOzDxDJmr`*I25>LfdvBoF%6-b zaYT}p1oWFrmLtpbps}iXzF6dEl%kRJbx3qph|qBkkS31kYF zdf?xUS6t5(D^w&A)DM5mJNlTz={Jf_nkT%67oRs3_Rjs)w%xUyGI8pHO_9O4>67*ILsY3mF1SAj& z46~r6Q}{0^0Ypq;z8H4WtITifbUUI01gSa5TVWtei9<~q%phU>6i?qC=OQEjAJs) z#`qY}X^=Iy{^BWk@k+|D0{rZ1_(N6$7P~mZ#X|K4*CV1`evL2*`o%m3mp~;5C71>u z)U@+JSIOc=>f_p2*`~-KsiOqjWHqpZu)sl@A@TSs))q7%xNz0U#3pMi;5n9x;bby} z(#uQM$LlY#eM6aMVUyrgXR~Hc(S36R1RlJHXcY9|`n%xFIfkDDmP8RP8eNU2Q~aGF ztV$geCO+}jg7egENW36HaM0YGO_2mDT;Qjf+hn=J1jp<7a`CN+&v|f9;hY*TutzZi zVJtV|)==txy0e4B-3-A9x2!sx4Ns0LIvz4IE+_cb7&)TLCIJ2NzN3((c`AHNcN-9g z%`C+k20u?A#9;--jz>hI$&Lw2lm3V@CFd{O3?Nw6fdbR`sn$YFO6>+JtwfrUX9T7t zJ-8Y?12sY*aYx?j)@fAKn2Yjh%6H20?{vv6m z_tUh?pjJq~pHNnr%R^PvhvxYhM5;p`HQxf4 z7aS}2j?^?8Z!!JBzJf1VCk~lzu%l_JlAsGK%aA@cSq6*2s}_dsFP>t3I;>eDS|~K3 zQ2mwLmm$_lT&x@(_G3%B0w)s>j7W`nMXyNg1lPMh7$xQTgmhc|DmeY^yIMczw(in( z!EMESm9zyMjzGF~`hyL&Of(WHNBEgRSCC42PCWz4%p@D}M1p zU?t{^tQ*7Dw^E|Mqc^(xwBysg6QTLc(Bq zG2bO}lxoVa*@)x}!ah?$znkeV$FZ59-V~HJ5*q&aU>rbcFy9s2Hme5p;r1CR+XU(u z6bu?@u%=iR@fu|-1wE!8JIf`Tx|D8VR@uFiy?j5KkhTrh%;Gu)8Y zX}R2<054B{`!bRkJeB}pXl{~4aG)5!EG{m2-Kbm6XGTih{#8O{xy=cvJ|%*!_43hM zFP~#|nz_x~A{WdCXv4=t9$tPW$R_$dtTTFcGIcz;Qw^bqmD%0h z-PtLHXCx&yMJFbQ$YtBXRg%XdW(vZMf%%Ka5KEsdfAmX|6#4NbF}vgAhHgs=^p_J~a zMB4M`?1A8Qxw2JedGh2b@0~vTNrSQs)P(J0d9A=OL!{T4Ti|>+08OFgVorW`A*f4$#8?vwyc-(2YwRlB}0>(D8 zM7$;oWwna6T(+_^m9GrG2(~h0j#N1UAY-l)=(3r zsH5Pjq9gOqG|VuL511JE7P=GU9ddk_?ZybyU|v!?B%+YG8rv9ae}VX+XU#U`h^WDh z28E1+*e~aw;$dS(vuVdz!gzo@4qt^XD;tl1alp`|X8??cK&eat6VqltQ^KCXS!V5cx@%qkor z05y@CvD&@H9i5WPgIqN1a!N`EkMRV9g-%Uw?dJ=dh* z(&;ssDx@p$Gi+OJgMnJ5eKEe3A=!C_=xUHq=iHjH zdj262^_!rENW3(ziD&))zp?947 zkN(y>_#^Ozfb%16U|X|Ee-_V#@X7dO;HhX27fa?AZqA5;>~buufEWes*|S9haLGR0 zQcRxf_~*Ysh8m)zk7A6{0z`w7P5`=HG#+3i6r-lXnwT*MhfkYISYv|5b1(J;1Xmh& zBBzBry=U$n>4IQn-DJMR-Kto$H%I1$mXfgT-qQ;a=Td$)A}{>;xu42z?!WTtD|su_ z`{^J3>3in~U(#T*^Qxg)s^MLuH}QH?)Qt~ITXJmB)Ww>g_y}Nu&KRa9S^uO7Gs;+MYZ=AiEX)25E~vi69CA z)#sup`@tk)u*a0yNO3b^i!+57I4cr5 zDrVJ8E;(5y7)Vz5o#yNJ@~k)19ZWyeGhLwc=Nj&R(cXZg4K!Ls|IIz|5ah4nhXjRY zfXpeoxFy}2u|T$P+u3oZ3H*xUK;(+WqIR|tc!BI5E3hY>ra*xNO$}DLR)ESQgaIdc z(C!FW7C33U@Hsk(jcxqkZZ6mDPH?23T~8>e7rPyMdRZc=MorfA!#6*-k%@=qt-~iL zee&^DGDrU3p@%d;4$8L=81muY{;j|B?w*n+!~Nd8dj$zVBwxc}n$38u!PDnI`oDko z_a9qP@mGqGm_S`v)#71APYGs`x$|JZNG-Dd)z994JV3jqr=sCq59~7D0A8R_&{@O_ zQW=uF%*65!zK8>uuQ|X@M!}j;R)FqUvZ3AW8TTVnSBo+!gg*tnzN$Q@>#*YKTSkvC zS`F(9SO7IvHJ~18O{-jTYRk!Qopx9NgdH&RiCiVnE|M{(jzc-hUa#?I|LFHFY_H$- zINt8oU8rM8F4)@TmDlZi_Qmi0qd#l#J@U38_%*m+a$k`F^{?S(;lQ0!aTaE+Niw%; zCKI-3KNXD%!|(a>dI%1|Ma(C|iJdt3ZjIR*$Sh4}CK2id+kkcpeC)EqwPT3O7rey? zJQAvg<{~fxqU_8}*k2@D&Hlrlqpn@wJHW?rhbU?|zq`AcP{>i(Cc1_2IQy1y`vT{w zEmxD{3u@NTR&IiDC7^dwC?`#V{G1ytta^ty;ChwHlgeJH`7WIo-Q?Zz`SDSQKz%q* z!XY6ljVZ}9i8Q4pZ(k6%O*vd$LDV_;BKi%o(WE*BfONJ+#7l6)%t);p?H^jr3tN%* zaQ!O^pQmgS6=z?T9T&*e7t@L<##bzr&qTLy;J@b!kc@C7()eZ0v$?G5ZwYshs@yBH zYsOrGI4Hzy5Ebz7@XB|oA>^0uRdn7+JuQEN`LVWDzy4JtLenLObF>;`8@$GF0+FX~ z4ZjDJt~Ylca)(pwIVm?3I-9K5`(I$g{4;W`j*Qn=&QX*EHDGQ*d-3GvjrA9d3)8%} z_Qmr2rDHXCw*IPKn5-1$t8@_aE2BRK&(R|t=kMxEd`+?2pecFFv`>ANugF?je_%e6 z*T@_@wG+G?>%_1zyH8`^8E10lV@W9!p?Y_Nu;B5rJ_FgYFRdE5Y1iLTgnWj^S z{{n~FDuT3tiv=ziAb-{l%$L)-qEx-s!lh8qxc}mt_I%umguiMnRzOWUhKBT1A(QU=Vd@z5XiT z^Sn-={HLk_7= z2n+!w^d;-{^yrx3pnB1zRozvF18oNaQQ|xHjKm%4`4H*BBg$?)Pa?0_b>nh$IFF#7 z2-+io$qC;PN4pqX$xSRt0XU^?+oH5E8$R;oe0hkyc_Kpf>j* z4N+lhm3-N|& zmCDYJw(#IFLPnkJt?49E;rdZ}rWwM68FiF|=vwc_PmbLqKVry%=PWEGf8D8?K}z~# z1Lkh1N3Ugypkph7p*32wG`e#yU`XZ46R8O5q6t~NJOWN9)Gg15PW3ylVj$|NZndnT z7;xaYOV=^jT!IE1UJJAN!BVkY;txZPN}HgJy}FdpD{kjVB$c3h@^Waqag<+~7UaIW zk-)YgzGlC#c)vq-nhItqMkCMMoJ=G`^9-?E2#WzX+4dLTxyO3M57Pw*MzKVYU11?I zCVnhmgABpzRCl)Wg<1RJVm#>&BKyUSRtp<>^>Zn_t z53-YKG~CvVLa}%Hm#n0Cj3Ry_WbXGbpB!JqU@V=%H1B+QRz9g z^ofJJxJO-s$^l=8egF^z>ws(pX1fK5*#2IINQ3lpup(4(0ftmVUm1^JDJW2o&-Tbn zj6?$Cg5W*DIJ6zz+Z0DP2f_J_>{B#oz8GLSK%Wv88?;}?2^vc|tbMy)fa7f~B#e$i z`Btx<;8I9UvW2yOly%XvJkshy?h3}R`RviIeog`qNK!do=FD}dQrCWw2$F)pjj``# zys1f}6a3L=(Q_t;Ud!<}Q^)9rk%X*VDM}nH{p~dHt{y%oHOq<~>L-%rS%QLgzA(-i5bQvB0*DnuYvm7)$k<$yatG?eJ!( z-OHpqTW>5H+1Emi*rwl#ZQ1Rv8*Lt7WWgdqmZD%~7{h=Y*FYPhFYHS6CxFUaao%t? zqVJzqtdDyev5yXT4=;Iq+fDBJzPz=EKZ@y6Hui zlW2qve%4dq9iOGAgQE-$<@Pt7$mfD(}GFKH_XPSDB5&l zg<%z|<_F90qB{ZA2h;Tg7N60wiU^&$(TSf7b>qptw@So%u@q{6C+TH|Uzl&XeSlYc z6R3(R73bpVh4tV|JN?V%$&=$l+yIbVEi=Vjd3U=IhO(owSK$Z@gns4_<3S;Nx$zI3 zgsiR?Qv*@07#S)UV2OAhQbI`7+ysDy*rGK`guCp<8{l6vopEf{nZ)hhB59+FVjtua zYuwClBME+6a)FwT?7pZo*s1vPL}XaqMhUHEQ*t0;dSlxV?(8t``w#AxVhfm1 zc>e^=w^eI;c$sl~HRtTdfmdGTXW<32@m;|T+i3MI>05Y7@`a4XJ7)O7;vK+Qx&&pT)N&CuP2}1|%9&D6~^G{dV z{e1w}$z`|I8BINq3VhQVT`9zq!Sz9BsU`**5rk_~a?UzUuAfHcB9c^&7h(Ynli6av zu~FvI3!C@u-TQnEDu>lP3v`wE#Jo846o9a9$lM;11XDyI1o+c;WOh!jC!xy_$GkyaFh_QHc6i1MfBe`SX(=_&dc1jQy4N zdyS{ZheuCEIDUC?_PmmdSXX1p6yQBn^h!-oM&$+IpJJyWdOXZGmF95(a~eI=Z&!?T^K?>VBfI* zaW=(^`V6lw zs2B7lB&SjlMaDqmssWUY`k-(!HmMl4N@<2ysBpbjcTAmv$fjZeY`PLax=-?rY z&I#co0jVCuwZIbGLeYC^TGGQafoe@sIh2n$3C)(GbbC7zjEaaF1t6CPj#Wx{s1G4a zhMJBfg4k&MuaQ!c!5CQi)8;Xf5-8$|z$#sN$`5d{lwAyTdw&E?o=I#}=|EsNPz@wa4V06$O-@N7JTI=?{&_VH>j zAf!wz=A^gp?Pc@Gu3b$6M$VTPm6)TFe_$`ySZGuFwo!AfxFZxU#^Z*vJZSq5Dpu+% zzx`kRod;i{A_G!j7tcof46(Cpv+A#fkz>Ix4|e3mjbN)%z*+)69*0U%Qe^;H=)4}E zbXA5PRZ~UIZ<-T=kT{!)2emlJ%A-hdg&$*#h|j-(vVsVmA*=`CGQ5!9+~Bx_tlseO6W_mxkwmu`QIOc)p}YX$?A9*ba@gJfbxs}tjBBwDOt@Cq~Z z0IR0T&WaMx%w}j%uE;bX5FG@Dv{g1|6dAnEOj1G*x_I_;Ok6w~oaNhb;pD8@YOKD! z?DbVHNt;(|BDB_OaCP-zOBFA!;J3$riWF5YUv;}s*a7yC(kfJx3}qn5UX@2!mYu0o z5+?bS3Qe4cQ6~XRmW-OVNWQpIos}BYtN=&6MOYM`T0^=(oRj#~s42dLG$9>rL6 zwEWRW&*#Yk^Ks{4>Gd~(FWU(w1%4DW4mi~a=SvBtImD5GO(Hmfnh3m}PLVjz;&xKm zke^QZ*Ui%gW@5TTKWuCaBsrU({XvXf!I{hU&2 zRvP2nH18k0g&LDhO|Ln<-XYb8L}DnWnRc7i45)1-L<>yGWS!3IUlqP@HlH?I$HxP% z9Uku9viKk;p1nL}T*reX{(s{CW_w;x9BjFKa@HA+j1nS*H!<{R^n<4-r$-aKi7xC2 zO+S|}mr_9M>C46?0tyXjBL=`hnM`?-hQADnd#5w}1UNfAcqAEAcVw*LR?cQ{g4J5m{;zlFo&7 zw^F$!%(PRSd3Q(h-pulQU;V<{Z@&B1m%q3hVZLS;Q-aT`4xjr6wcYLgooXUt^2u7Q z0p_ts=(t?j-AdD^WB?8N$hyEa)Z_k`v3m%PoI+IDs`<~ z@>P=$**IT8Ddw(1sWQZQG5g@V34yiLm=g6GRA#6y(q62w@~mkWRPRZY^Eq~>P39_D zz&HJVb%rSGu*V|`udbc2H$_G4Dz9iY9V{|*Guw!XLaF;IrEM_@?d@&k3VskxW`0d4 z09%z0Y(i2XF}V(KR~Q`GQY;E&g>jPpajTi!1>$BxY?@}Hv@iuaooY2jYK>BPXA8Xc zU~TXt3F?OSVVbi2*Nq>^iKF{p1l)Kf-|6o z{Ka*j>kBVmH;6+#1;&G|y@+Bp+uK`P6p4{aYMfIVGV-pfzE7=Aq^)iXV|pdlBPc8= zr^jZ3#_1X7+Ok?9W($+^Xre6S6;VuxpCeEWZtU#7`)0)@z)#9-%AUcZ0q~5I*rD3A z)$R#JEr=}9U82sz_CSfTQ}m~K54+H}NyJN+DZ&T+Nywe|y)wDHay6l+I`=6Uim7~S z>aEDcJralmcS>gSyMM zt3GsOwV`9ug@Vp-CzjX0Cg9#~|LMOt(IpxW1|dbH<1N=26zc<`Qh-3>hU<-(OK@*z ziPcXRUkuM{&ziog#8Q%v834aj0Kt{{_B-#=-uyhfWgb*hG@A?iGP8u-U>=fuM|w3O zJF={6x=&KlNREg;J8VHRJMSFgsOt=2+eHg7NnI3wi^h=0zEbpY6b+_xs!Tn7PLAO` z&V2P2f)q>+D14Gik`PL`W()`2Xqha_~9n zDADjo9CqDA&8#n5+(1kRWgf+1hlfn|vrj&Hdflf$D!L%rD$APDq3L>j5wxOE#q4sC zvNE%wxQY}&$3I-E-a+cU_3oRm6BnSqHpYQKBDu;Y`V>|MzXZd&kTEQ$7*r-K3w4oJ zxRXU0rVn$@14m0_Ynnk{73 z$t4slR!&AosewO54#LrIwi=(UF*aYtvo%V48za`(yp~W_7R)W^?>~I{0b|i8O*`Vd zfDg<<7J~%RRk#UkP)%rA9E2iuY56P~yeF=uOlfO##Qt=09oXE$cZT8gpArM1iu~AC zYIq0(nT%5?K24M=Brlv~1xH4S;muemlxWR6m&Zzj#DNVVu@c^^o7*nM;5jdwgi>LU z#@fiID`I}gXgu%6V5TRS^WpG2ukLUa#8)V?fl(;S9S_Hg#*&AA21OlQM-9muHLwrO zdXiuV4esLfuwyR<*3gS(FekLx!1Sm-mHLk$;;e`wH1^qS58tOVPl zB8+1X5UH=g6RD7!=I3(KMG3oTw{(_)kIr)4xlgsP`O;j zlsHR1r^`kT`XdBX85mn+$g~ZW@sn&6@oscQZ`$>cX{lO%@9i&r;q!04u~XjOd;9IT z-+J@w_ff_RoBKOdZ7*7$gHU5R?4nFmHXwF0voxr8>p3W1dpQ)@v|+TILNm&Fj8YGd z8yqzzZ#r7v*Yw2t2;!nJ43MhK5~AMm5G3#?A2Y3#9Y6;uL79$Ze&YX_Q;v$FD!dKa zpTIgxSRwhBu1!5RKSBypKTV(2tyvwvDwr_sQfw1=V@B+@3L>jqsrkC`m-}I0nFPL> zY-q<}PP_h;!>I96KvdQ>FLVP;XGT`R5bO$SsF3iTpjsKjTnf;&DmoK-lv z$cVum!SZIk@wmj#5Vq)2;*A(QQu4R%Z=$l5%3DY-G`1x25lKzd$^!`cXHu&Si+9ah<`AW71t)-2RF&=e{^cS+aEGcO(cdkKo@7@dRR|K7JKl!lcNSfSNwBJpjv0XKhBKj>kOC%YO_czedLyoz z0x{3kN{Z9)WO5D2ZY72?_vOGv!kN!_An#4vo=K%L8eWo^8GhI}tWW}o#{8L;0Q<)B z{FDb)D-|3^3|NI0dWe!Z6!&H;g-1gU&;ZlQK8>38DNu>3m5UHEOb@Zvxvh0HnWLzo z80dO@YcqIF5*iAq(I@HQ07i(oL9tokEHJ%2pU3^F3}hVm`U1+X1BwBEm2N9IOd^+- zVnxRpBvuW|Lq%PKf#Ipi%afslU<(4i%v;nZZS`h%;V|&XAQ%lvfNK`IjEGU+WNrs> z+HPN|dNOKU*GO+kaM~)l&9o~POWHmL7k~T*A1$*RyLWeTTbtVzCS3*!b-7@Y8Dbl1 z(fMjo-z2!-y*N6DYa;9-!Q(KDA36&sde*IPSa_(B0%g)dn zM~nAp7Xu8nUDA;IRMH*&X&U{FL0}{>$}K`Tl4i1y>#rf!(zt16rQXPHi2xI1Ru9Wn zCRN#}Wh!Pt2tr}En2(=CzI=ruU;Yvk2@(-VVaT|WzMxcIke-@J-%FUyMRJ7~2pVo? zz2^r=8qIUn(KHS_p=0DlV9Nky^rG$TY!rYtt=gAwx0hi^cl>m5V+YnK4UJgV1a{%(zQcT)FD^2Hnd>Z#D?0Dtzt1y;pEH zWE|z%G!4G=WkRZ*y7=QiJ@PJ^Q8|O7-tek+bc7zl-XOd0<6)xN8BYlm+K@j@7j7~< z$Esb-L%EIcs&_pL7dKD?8{rJId$FQ| z#nIEg%9%X7I7c*J^v2=Mebx_HS}?u%HCSUyit!pl%x>dqXZ*<|l7dQV7U8uUZ=CT+ z&ZZd7{vw|w;}Lfw*iz_e*_0_`$RoajSZHrDgzo*S!M_il<17bS2Z(&>Me#5tEV8}T zg@_f@Gq!ZGX1$$5He6qiBk3)yoh`t@20wx(eD;G+24tgU>_x8!b|sy0&Wfw78twz1U1;g>Y_Q})dw=WSL8;PSI6a6>t4%BW$@t}?WgoBCxfbU$Ih7n0dV0X3YC;F}RHR3PKG9`&QTjeE7XnGeZ`-#>ZUpHur2?Jqs8 z@+&nwP8x#ENo-y>7LC^L!D}}&Kf2(1ED!d_9VU1 zTdNp+2p+MzOlfoX!L~I}7!u{0N1QW=BPzCW;sClScbY?hd$v5`QGXSQnh?r~*^ zUhR9uRY#?B(9SX2QT~we5R5t`PEEzEhGsH`y(p4i4#tbQvg0w?zdRYtmyz^(A{f~a zT@Cskm1oRduODRFV)rVqjf`B|ek6z*Oi*B2=7ipNyNPWtPrUiy@R0dh*$>eUf8;6Cf$ zz{1s5e)kT8O`M6#!SG|@=)wTf3HnLbM4W=dKBAe8{4(O6kT<|EhQW0aa6TJ9q+dA5 ze)^;K-b18rDq2R0Z^Wrgl9Pg_6zAEnMS9~5BglkV9^jTrF(vdjHb%RKXG`1{id|)2t46VFl9SWR8gZ>}#~$k<;LhaHCleXZwPuA6;{>#Z zjGG?VMCol45dvGlu3})xd;lYkaZWm(Tv2^Nb5~wj!Z5g6A+_cv%@q{$F~4(p z?Q}viY70r{>@ser0VWadlP{0oThm|j|FdEuj$4NiEc2VJGb-@pD`}%PvK2GXmV%ZE zi}^NW--*HTO)*tUYO6k5w6wFclf>x)UniVVjF~S~{1v?Ma0SRXk*LM!Mnq0nY7B)^ zY`M!z^kNj_7JK0(t|3+R5YfDUA`h6s#MkcJp_=OG^0+ z1k)~;gP9(u7k5U+S#P|#_3*VfzVM~g8>N-9#y}f0)s;{QAd&cFxt#RLPlE#W&YgJ0 zoyTaB%Kkg^gZKG7{m(0?v+`GRN-P6W2pjsi00!ViYYvvxbXr# zK_u`okb=09fH~p}C0GlHTT>o_UxUB9^!S78;rP{^MAtn&zMRA=bZ()z6zv#n80s@h z8_t@?XZ_Re6g&jd%wgfuV-P+;_iQTHvLi(Z_xSLjX8n1OK|uxqvZ0h8&ePb_r)R@e zyn2_N^-jSM>fYJgjIV}gPf@V2%P{A(Z(-Kz#<)htgaw2K7Djqxi6&H?6vOm=)mYG)Pax(7^!-TtNv6+`BNcU2SE@GB2t6@B)=G}?% zygiq>+q;23Cq#e9fWXx(z<9od3yX&x%BK$I(4YUxBAdQpS#7=njP<`xk?eZnOe{v0@-%{{6I0_78N zmd}%o!E3OG3u>Ym0p=mV$O%L(k2y8c6h~aqK(19*A?PS#_`;xZ+bmzH69^x9)QDG^ z2?%(W61-rz2N)!=8um2CqQ;ovktQIiA>X-X-I7m@v~}aY`^Goop{+d3$0H@>QXXZw zKnuBVR0{ePammk^+wgL$KXGaV4e1wThx|U9*8d}`R7eChxr|Kp3`tWErIM-!BPf|~ zuq4beBWbZ&+hhUOYNksH8f;5Q%tuM%(;O1!q6h2 zdokAo47Rpz?h=Z-w4%qzBJ#`WI&>JO6@V?Ag6z$F0G(boS4_o|x!lIqW;PbrUW!tz z1ZTQiCRR~66fT;kd&q((6OddjfL=01btCKtX7bbP7#2`P8Q@k84L5Lxfw@-r4P!6P$?Wr^1J6tlt z!(28Gx&tiV!0r~l4TC|xIH~)>*Rgcb2@oI54g+wA1CCXJLwvY8#SoHj?PNIQWVe}3 zlo1MG3TD$%iX3pw*=!{{1gB!z+>Y*HofLtaBM}eRzoENatpHk)V9$33*JQ~MfG|lO zAx03`sGJBBJ07>kax-^jATU{&DQnC&X}L~Zt4$jfimv>$ik_x~%~0M)X)hykby^XY z)dUe7aYa(}krD%vK-zGS^n;q2n{s7~x)l0zBSbZUw0dF3T z49y2oMmcf%5gkFzAy5d9N{Ym-9QC~Cv)+K5If8&70r~z61G`)*miAxY+kf?qcVD~z zMr}XojT@(@XOnR5{{8!#n`V2>g;$;HX!QCV>*xC7;tZceON9z->~k7|obx3Kt3XEyaNu%i6-}MrT;#9_1h>qYe@A1=#>-B~oMr z;ly1~ix7I$(*NoEfBD0I^Mjv$aCG?W>62Ch6>XEEn{+^OK0%?qYWIA0c#prDHM@+ujGn`Bi_Z)Emg(~wcP;gAXY(*M+I4cyGY0Yu zi|BmV8xC3$xw>(BjYeqzPECVpXe?s!;jnY`!+-sp0U0hSGP@+a(i=v`nv~&8Asf&ju= zKV|jk4{92!AHW(Mm?()VGG(lHQds5UWU>fjvXt`7tuX23GN94b>T;A&HXEBr6pPh{ z=P*e)KVQg^c@{&u!o04=lz=prr9ibB8U#@|sgmRk#tU1KS{sY*veiAq`*?BL8s@<# zxD>P^g%bH>XUgRQY8=*%_<2aA;xPrhAP696cL;Xl-)1-dPmmAaB_9~o%~aL_@2CJ5 zbhbn`SC|=E`odYNDO*9D{Q?zB_g*C{`K5@-YFRY2QdT;5T-*2E2e|=;%rdMX?_eru zE>ab313WK4k6EA0ajG@MeF3Tm2-nvc`B-eHibe(a0`USs7ORsO`Fs^EaPR^I30HX6 zuEyGA4QDf;8wf*;nAPMRQXE%ncL-8jJ2$#0!)UOCDDC+|sY7apVX&y3KfZ|O-~7sJ z3Z$jcR{0*d#_j!AcQGKSc8kNYMf_8&^-BsHa;<;~)A8lqY9j1)ucL27qtC(GJZ%%F zV?p3_7VkM|KU`bjgh^j5FcZmsm|ha}rvFQBRxr-L{46t5%CURZM2ifUP^E4Ax-mt40JKB`>*& zPo@~fe1DB^u=$fA!2vaNM%_jUz$pd1`D(ya5n)FzV0_XfW*1}g<0_<}i6iV#{K1EyuZAk;%&c#;m^r;ZKTEo43J|D4PYtB(awPCewotp4QNRf!;BLVktT-}N7P7)dGlg1g;Wu@aUaf%R56&x|1JC6ufgu{ zC*R?U6$LO94bV9ALN6WF$uV#9oW0w89J~&`t*@w3u6f0tr?2U~^>=Q5yM7&fV50sv zU(pdYYX6>&&p-2PJ@V6l1^4E+=CAm8rRA*OWTVg-b$Uu3#;95(n!O_GZ-Ne*df6Nb zCH$(TP~-S2okdAw8D)yp$hjCqt@ut3EHhzeDAB1tY7~C4vCAnl0kMs-yS=}cn~SaQ z^aB-60Qv%!g=t`vI)p!k{0L`UH`=3B3fA{wh}i6m;^N`2kd#Kw7>XJ!w}_#YosDLS z?STY)E`zU+IM_J8zfthU z3bkRtz|~2fB<3BGl@3Hn_3P;1(EQc}2E+GJ+-&sm(X)pZ(oC31f1dQb)+Zn06_pDN z@FwJi&^6N1W!D*YF6XgK(v8mEo(`2Ugq~-7r@-i$)Ch(`>-wx~C#Vj?LMPdHL3t^6 z*%;STK0-U{`hZel7WnSJ_zsGSM)1YI7=!y_GB}D{-yT*o=;m|7kQ|JzVGS`O9Xza$ z7X0A=hRQiO3KPQ22_{f5h3s#>n1lL;CiBgd34U>NF*nzU$;VmLkAPBaK}of;OqvER zX<0|SL>&ZnGgxW-A|Pu<8rR4$z8z(eR3rT1MV04wthh=rXn;pGw4=vlXKE;@*VUQyp$OUzJzYcwz#JgbIx47;Y&erZeUi!y{_ZD5VjG z;4EQxR4()~>eL{OVm>itfcgetI5ZWBE=$rBA%$f@S`xC?)LA1yfdsYzohdJb)%=k4 z}#~Noe>qy%< zjs7MF0oBm#E*b67G8qf1U2U=|+P(9O<72UXjNCjh!5V6xX|S50-94XJNkwhTvBt&G zq1to)0n4NAE>8A}iqyoGkxV}80wrZkrZo&XC0ZH+Xl>{Hi4-k0BJhY>8a4t$YT@~? z0KqUcGG~nT1|9~zW#MCVs^v2hA-a))NQ>C9$ra$9qM4g->&x_o6izg(u)y;*6nk4$ zvxZ1-u>tTYuyKm=piZ&{8s`q^Dg=XRIdzUSPIavIMa!mQi8h~LqH+qZS!$dW3cW6-BXN!svugDbEA2&D<)IPWC%jU_!*4 zhH`I|Byy&ghc@h=QT8Z06Sf!?8%AxKGdeRjCwJ~56JK4Oynnu6`4NOCnN56`Q;ZI#k_L65Luv3Q+Y=k~W@XJw_ptceEfDq}VlTXs(l4^JCIL00HQc3&dw zJP&5bV*X8ax(S1#b7>ykPU|pziN4q&oZXXFvXTpiF+(ZQ*sSUg<@P}EvE}3Al>Zvx1E+@YY$PmLZICP|tpconDeqd!>1z7Zg=ki^ZRlj`Z871ho0(T5{h0 zDl+rtrGzwP;FvIoQ6syJQlO6susHU2w7r{y>V3Vff4miJ1(Lkx_00iwp!N6lJ}=Do zd7@tghu~49`iO0Pdo9y-Nr5I|-dvx@cHq*`mx6|bHjLBQ)oLsSO1cg41rLxWW(8%C z20TH`5KJ2@$)bn+ClHV=SR|tKC_F?7IhuKhS!iiJG=!6rISG;YTyU~5`f$!*mc}R# zwNOyS*AX=|B_-tXs>g?wiKDee*7}Sr)4kU!9TTN-lzkZSBQCLAqVtDdZl_yf~ee_KK1`smC#iTbTm}$;h`7_tD;gcy4$@W(vAeXJU~bUum}ob8AHrA}f;4 z;#rL+WG#Bkf%eo6C3DWQ*KuNbZ1f_#5*Gkv5w0#+Ax=(Cw9WM`mHjFvY{Bw}c1;k$ z%I@y&&Q_K3xd=$yc!)?le)+%t{eSrW+PNcl!@9zyk$@;E2?sC*ALF_RJiFwTbGxE; zmJZyZydDj&6H0`coG@gwMpuw;fi?x)I!`8_)JbNyz zUI1e|gpos#GUT$G$jyi+hTbtb!ybQI@CjwZR;#;o*k|XqT|0X3_`JVNValS9b64)T zJ6L$By}iBIRLKRY(5m~<&)$Eo{Q*IPgk#>3gp3XwQlRDSZ~WG4?H6~nzWW;#3>-$( zCN#;_L5Db4a;Pn40WkeV4@?Lru(p)JDkmfJod7d~mCZq7ENpa$<+;QP0|p7_@*UZM zw1~=fsj=@6YmjYD-qXsiC&{^0ez&|L%yI{S2Z4JsWMiv^)UB)MSEo2CmZ>tqtYtL2 zv$IoW+;Ih<;WXy+6guP1!#B2=_S!^h29Kl-pJhjBBd_=yfA??izS!4Z?pj*wE2t}x zB%cC*8h5T>(Z;MsbZAm@Gp3m=Ut(V~CglW|EPX@GjA%^p9$A=dX#^r<_CBg*0cE<2 z?p)7{`0VhQO0w-k-eM7z&k!xqkP{Q$SRHfNeNmoRFz@6bY4qQ6eNha(AoPmIs zJy&)>6Mpu~_EN}9G0&-9r9@3Y`Wlpl#sjpB?d&Fh@=t$2_8sNQOEu14gt9s{eRk44 zKURD4c`o%Yq) z1q)Y9^RUHV^o)AW{nPMk&!%R3BS$zv=5x1$x8!!`dATxx0BS@wm)_m1?ZMjGYh11R zo*?Iy($2oyhFj<2>NJY)ao6Ye8U1+7u9c|Gc!pM2b=(k4X;#?4$VP;g-IxpHwc5WEGb zl-=Fi+X=CY*8tnSR4t31`>e}Mas7N6PDXL(cL%+l@U!Pvot_m<2~DvDk4vsM^(Qbx zqRb*;u-U>$qnCvS@i-VulpH&K2kTuxBdr7ZkPWM+^g-=OsP0TV1sQPLVm*u^`CvKo zNSRW7#v#^kkuGR<17pJ26T%7XKIp%sE#gP5pz%FcpTLru3^KSkK%z@LIQcZn4U%9HXsq2i_PLoxM@oD3aiAa z;RQp%NG1Satc95rcJ>MM9@L|l8+pQMaf~k`9MVm@$mvm6vmNdLf->al!VW08Xfg|e zBvI0i6?bGkQXvG2$-pzucNAEaWRXjkCc9sdV|5b~mHLI`K8@&1qDNzo%vfcUAmo*F z%B)?@pLPHpO^MMl|r>D?A2xDS%>Aj&x(Ax|@&rEA*5W>^_6gX62-3ryVB|TM5DR$^Z2cg6aqV z`=2p5AO6vgk?-&Q-k5rZvV_{J(BlnWjhI_a#`zo8I zK5!Babe!_3%`HB&n@cyFeQ=+%WmdK2;Pl6T{t*}am;dqu*71iwddjh`hG?P*jvYm? zE8~BMDio~k*m&6dr5s%z*`qTbN#(j`hXf^A4-*cT>txlCrsWC&7vwRDRlJmP%GY*gBV z2}4jW(+N;NjICIy*nl3za!V>gTe|L(s3owu%Fg;Ec8f}o5@vA{Om*8=SEKqX;mRiI zXVjd?=b?BXuUI|!;UjJ+(m6eW?wfc%CBd2pHKrElQ5@v z>)(Hyet-DJTlCERFYmLfzV(ea=oWF6;C?1UvleEO0eF%S+{|mc;Zmmb?vy%;n5k4F z91brmd!(ntm?qj6lcms@4JpjoMqI(2uYYa3getIezo?nDrSXLKZel3`7l?^bnJ?G{ zI0TF%5Vec%B^`rL1qMt)wxp&>HyKYLlfg$%6-1tmmlQ?8Q^X;ic|VlP!J#ysPl-Tu z2#YOomrSMv;HRpX40TB{Sp*0G*JC2 zKlkR$l2VC$Pd=NzN~+v;A59}$DV8(Q=^`E4e8U|cH*fwPK>1=tciy)v5ZV#%D{sZ%z^C6iK~1jk#~mW|2&#l-qcHGn8(gjNF^QPR z1o8}6UiOUypMrS66OGM93_|%RB!@xmgK!OzB1I0VC2<^XVr*>dZFEUMsu7swh7B*8 zP2BuFh(m$7>^Itk!sCNeo^5OH##tS>xM`|DQ@5y7@;VEsFUcopD=~N_9WS`r4@Y-vy zz48hVuf6i{!M%I;9=`J6UQ-@q&9&c2>aRvme-A>R`3SNzK^*h=qWLJKiT=oxMVEu0 z>mHBq-1+QBji31zYsJ~{)nfPw5W9L{;;`sCT+;p3y@^YdoA zk4CDvDETt%q}A%y_Jeo63X1aXp8Vc>J8-K&|meKT7Tzz?pX3i-TZx1 z-{rq%MfQnD{`2oxFe(n%>}D^Pism{1-m;T7F30FbA$x_xAP;K>;G;F8+#LQe4U; z5M=P@AEso-`0 z+5|Izyezmda5e?oAq8Hp>_PplVJPkA6Vc(zMgH=c zR(G((n}IBNRl&+0h@URH61-~iD5qKQp7-y%LO*BQQ#7+tcQz|*V8Hu;gFd}vbL5>3 z24Z{2tyeCaH_s|B*Kb=3SnFKcjrEX6c9RKYD8|Rm3tgV8i{o}*?8cwH|K9$zs=YXF zJ@YQ?t^!5%fz4H;=D)Yez?gq&IYx0Vq z&|H7?43+uGk56VVRAy~(+TNHOpYgY5zTieOdvD!a3KIc`ai=r2jC-r28nD0o5KJi7 z%Car0Dj+VP8x`9EZD&fpdm^;m+})C|8Tc*mzCzv^oL_ord*a9hUV#?{3bK$96e{1{ zdgXrT0vbW~%BfgfSA}BS1%uZfqibWuHCck|zc_us#bpR~lLDMcLhpxchsa6^J)i#O zFT9RWLgnR=);9r>2{&;7#9_NMDR99Xn-2C$d|P%(x$MGoWmA4Bk)!4^Vhn%YYT9kD z+|CKby)Lhh9;0y_U9|`MqshWrkQCZpPI^bDr+IuTI9$z+9VqyIJ*V zm2ksaJNdW$j^Dts%QUn-Fn4-ty{v@;-c4s*f zTTrCxp9969en)&+ODyA9tWxrNq&(wOB;gkJQm&kcgJF`6dTVjHBVh`-s7vmw2*zjd z0_zXvJ_x4UGWGWJUoB1d`7LN^U0&PtA)MbRL4GQ~@&D8ICeN~@XPTG0hew2md(6{` zGv9NEoRyhM%~GkNv8t9;nE?xyfEgGIU<3URVAgr=mDLJ^MYCbSXn+~irrR(!g~5WV zGD>PmEvY5tO{MN|&OLL?qsQ$0o-g9ud$L*$EV^CFb7S!E;qz~Jhv#|T47qF~xzX_f zwkE+_87vfjP|;SIPUf%TNcQ8b)IZYMVkWa3|NowV_p?BU=}05+Sd_vOWCTBouwan= z+g{S|@rk~n`8b)hl6!|+6C{&RCAEOv#pAWOwH4JyS*oQ;^mmTPYjJY|-k@PJhcE`+ZZpyf5n+v8m^p z*&~mMq*nIsZx#I2O6tM>e5Bl1E@e+hBwe0={`{shavaS)<9MK1oWw;+vnGj~#QXdr z2^ED(D`7%E^K60cFX7=zIu$`VME?>uMjtwSLLc&uYnj}x6&To%Z(>}{E)*y2eEdN& zj9DWglu?k@#gy|iJH<$xkd)G=BMOVM6)XD(+5B-$yLdFGJ_~Hc%bM+*SJu=$rq&wi zlp&eb^PYu__k;pZJOg4%Sidx)tr9aknP`ioAAuxVe~zM_?C-!@kY_&`O-J4Lu^Gsx zLw-wMCd;3xbX|M0k2;V0XM?2uIOGF+{$o6kpN1ld+b;27S)TIkquwo3Pd zt(p=c32*ao#Eg*74bCYYDctu)SigfC~BC_Y=usU3$eY9 zYkik)@LitcBR5SG!184ju>O~b{_tK4bH+Gm7G-S!M1rc+4%88cJI|6y390_ey81M#lN$~xRAL38;TH%S9gwUuRBfP-3b(H5$c96pP$tG;0c9qmZ+$M}hnc z(u0 zPZ13?U?L3}v$_4qrb~s%D4&NjBtsydMwV8U46-DItPmczA=w*>T|EATTJbA~yob1P zNoF!)+EH|ELkcdHQK(Z2$6C-mfDw{AwL==hgOPT3gYUqyCZ|Z(7mrhO_jaQ`?20-} zAw>YTU;TXN~o0s{)||NX!EKZnN!a%(_3dvme-V8AV0=h#}Uv+DLgpa=c~ z%_KZm4iNXqqH+n+j>IS-2)RW$s@6?!5>Fc4N;E1~(=;`OvKdRK>h))&GG@c5JRgcv zpHrBK3>sN7B_5CI(1P8m03dwz?9u(hR5FtnT_}mdIQCB_<)clvjOWo(LGu#gD^4}& zPR@Oy`gLsTE@Qg0lLt}<+ZL}Djd`FiG50tdEkh=H);-o$r_(XaiA~4T^;am0jqHf! z7h@b`46duupujOYX{O(=k3MpP?fvb2;OAuJ>!otWvnPWLvGPF!y?YG;5_DrnFyJ}x zfYtiW8%^c(NAr2VJ6*aSD74*5o-@`#4wbon2pq-AR;4;6(mOnD;mM8A@{p;qKC5o4 z*{0AFDnP@P23gG2>}x?n8&d<<+{3v%CI-FYuH=u9%spAtM~U!p^_}K9)-)| zx$F|VlO#?um$s7b47tvA)k9%TQu6tQ=O@n(;Bm?r=44>|MhRmB1u;F3aP^W-tO++K9e%u(V;{bDNbmSyPSpMSJtU)D26*= zy_hkoCsSl-K&s52 zFc+ie#~d)2k}6E9Rw%c1nZaImzL+A{7VD_qJ*Oe`%^MP#MP(MmJ9CH(1ThP>Z1 zrPQ#%RtpQ>sx{-+B}r$Z5&`6ks7U;WEZBhPkch^mdb3f!3sG__N=EC{ki#J-sF|<~ zI{dz5Ne(JQAtx#=MC0Drp;33a(#>WKsb5U4j5r;Uxm>p2Gb^m~b$sBj8B2+Y%LpK{ z6sGYLW5dB13Ve(5y*8nEJTD`K00M`&>3N$H&@fQ4WCaF1MPLc_lptcm7Fh|!fho@| z<-Z4evCsbcpPsj9Gd^(_Lr@q)3eu*$-~N`8$o<&@|G9C4EFi$}5ll0qV<;rX`Zep@ zxHF>KGK*T=O{%d|fC&42Fjw@Yux(DIYe}Qsyc&U8eRY0*!e11*XsD~-Ju`2tc(FL1 zFp`r4a5H8pFu1wEm_&=g*(*%p5-#2aH+OM&4<=0JQrMwHD!|JztA;lhO12}ag;Uh; zt2>NiseA!h4tCKM5=HjYW~fo-wp%BCF6#!cEOxDoIZ~mOt@j_eLue~3#m)1x)0c$I zfBVIYi=Gwy;ziFw-6rK@2(#!?-eL{$vzZ3vtLP)jhoTrd9Zi_6F~ECN!i{OL0O94Y z2{mmJtgH(Z5yg|7fbpd2oq3Em=U2TUcCHmR=z4%fWyL4OPF+jQ;d+1zTquK|)VxaK zztf~;&hGAkZ9#CH2s^SGOweJcx$qInP63C^xGR7kL}1qgm@;Otbqfr17?b_brN(BY zw0T`&*HKW~)#SFnj}VCp7oN23qffrF3jvX7nSyPIhbJW28BX4M^k5%DfqsC%M;cg8 zJxM^9rbQEo4gy`C*BQ!u11Z2#2mL#pPh}a>I#{u)DGS7l(#)I+0fW(CP=~otQetCQ z`Hdp0Ny^`P_&{&+lwzQU7kEZHr3RM`A}ovz_YqW-o7vlkly%^T-W zPe#NDVu&ags;Ge<9v!{)=x94=`p@~$ZQ-wixtqK>3;V*V3NMQF1-l&4L^?usx0WOGeEeOnj5<7sN>1RRptBKT z)LB4Nx|$`X)CFQr$dq<=c6aaYu%2@&%sC~qJ|uJW7!}z@o!iV8DbK}GL8@0&&_u$3 zvXD5TfGoLnO)zm1PV^jGS|v%3+C>D*=26mv#Y_!xoO_6=Ry>RCv_u)gPcH#gvUX3L zfBaKK2A!Y&EbK3c5L@!zhG?iS`|@ROx3M*G5SV1LTqdcKw%M{7`eK$)2N-R}{b<~x z9>l0;urGD}rA7pRKfDd(`=Eue{+kU#J%KU68nhl}7Q9wM!lb{7zD4=H79$cA6Yj73x{d2?;5iW#4L@cN8iGzF4-%zn7#JFY*Z?W>nkL()M7}N zrMFhMc?mE`pkU@4FO{#9X&7<=gwEUTi&N%$Y$e5?%-qs%%4NDSo=+(0HR3PH*!b$9 zYSK(VhTk^pR!s&if@#DLZ$G1gEbG8%NWnHTZCGFG4d?+V#+3wutBn>xPgQmp4TXX* z-2t2f!lX*{VY#A9$0lh_61m`a#5o30F{bu(FD9_g5ZzXq&q=Jl@inkitFL_m%v)j* zx@i#3b%&amo60d8#`C8BHc5tf|=XJ_;y!Boy_8#sFdjKM&{VF z9BVpcllzB9>i9_xq!-eDWS$q2O6#McA8-i`o?cej-seWwyuT3nKw`bH&T) zaUSy#9N#D$chQO_9zQ<*s!pqR11I`=TyF5q_TR%3`+J%--U7$f>F`u}Ty4-I@X+XNNXHAKM8{*pV#9vg zi&McdAqW&1gt?RA2{C5?gyg{t5hrl?u`prfY91}&@!ZJ(ZZde|72#p(X(b8;CPqPu z$~nZss0lWmmw?A{)jZVVd;H5ZJs;BF+g(7xfRlIv!74^&!?Z)8vZ=BIWBo*a*UHq& zW8nYgyAQKgcy)6B=x}eVjD|z2KjPVeyAr$#i?DEQZsW#8kx-Ml;VmKl#*Lw)(U^qR z0NsyJWV^g9Z|xl(-9Nbst?a{h|FUcR!A@_b8!N33a}6llA9+K+NTHP zC@0jm3=$Emp;RxPm>`r{zP=nIaIoqFG=;e9Nw#*`Y@X@>H{-!MQRS1xgKxikpc{VY z17=8P)*1|0IIJma(JKL7Ov2ZA|foQ+Fp`fX=ZY195o`ubnVDo+H3D)2<;Q~vg& zhX%lf;1huj&+-P-7y%fDj^yLP3rj!V%O;nEcqYp@S5n?FP<+a}WMI}Ji6FAhGQPd1 zZk1!kTqzjQ16vCcSmf!HO5HNCA|&MyC3Ex0zNjR{h{eU=m5uT?^%=*#3T5J8pSxN| zuPJMwBYN(vi^qSnI++WrQ%lG4$?=|*d^obxEOTO|FhH1RBh^YKEaFVXxb(5-Im*=y z3Uo%^KahGn6qzPWD*(b&H%er8@0BU=jUPhGj~BSrrIH6eay3C_B~z_XZOietcJiww z7vQ*)WG(~F^X8^!=Q7!Ydzl^R2(sdc;S;$c440&<+7=>JRx*vQKB#{%BID5j2qYox z(Kv4nQrV2sP{Gu_LYpNqrFuD6?PN3d-f!Q&7{E|aJLWTkU}`Y61Hhbd_(H;acd2%W zV;NFF7wdfBBZ5q9;_BJU3$22k0i^3>z5*c@dYuG1d<*y>#5-o05bP+cB2fs;Oz0WH zJkBDlo;ah(a(HaZ;nfLHU-TKkp8}K$RxK7H@<>_}N39-YWNf7z@ww$PWxMqPkJ64! z5T_7F4D_U^X)Cwarl(A!rPfxKiijg(JW$Dsx5Ih!8HHrd&nN(x-m_=j_;S?fPSr`K z0p&wbXJxl^DvDAXX<&G{aTkZnibn=R+x`rML3p zOHfH3r-x=!AZhMbN=Yas%6p`+^urj>Jw8AFq)^pt4Q_j4O|{^l+JNno=rwzZ+^px& zk?#Itl)>sfew#-xVKf#DzF*80%v9v@{OJUEIr?T`TZu2vW_4U9I-+Er7;cb5pctUC zy-XBy_OL(bgz5Fgq{?t4S6voyf7-m>PJ4^zW{r|xNAzZ zVLrzI!B*yZ`0jD}Kx*Hl@cdGhyJF?;5QzKqzvOwDmgFxD_U3WjwxT{aO?>+d`1j3b z5Hq~R)rFZtfKcgYZMRRy>}v2+w;W`CPDgliklN;G>(5LdQKw*skF}(Y+8B2;_zQ+5 zkF!G@Xo1m-cS*hSvFih~0}+WqOXDBgi}~aCGi2KRUN46fsq{f7!Q2DOH!-7LR~+n>5L#HTcr_U=jSRwSjGg-W2b|=X9eOzg z1_VY&Mw#d|;YX&Y?#W3P_hsHR9Qbms+if2EWL_*%StvxTH5KfC%4qzhR!DW3z#7tb z8uLunz5L~8ogHs7cCy>P3SL1FCSwB23kqCz#X5mENVr#48wIQ^vXl6f7ONv^(R7s* z%HzW(=HboM$``6>A~us!DK%)cmOaw;!8YM?vP|ul&$>MTAgP+TF22KZh1zAx^D{N( zLW0LJ>MCOd!FGT)#HDqVbVcfcV82S%eHFqBW`%gm#yQY(I7M7K;Sa9RK)X_9J?!hq z4v?4SxrdkM*kOO+$&t)?_aE-#UO4TWS*G#yCCf>_eWJT;Vx~h)LedPwKE9X}*@;2! z30JXXZUR>*@R%nMDuOc*PaW4H6Z)BSue+P!9uL>zBtIC9+i!fBMK|+zjlanb$Je1?& zW7?Oq>DMMw;~b}%k3cJRhSGq5J^)^I5&3Z`g3^}|G$4LJc?H0o=$a*6;)=b2#L(t8 z<8qd8%m*x{2*{8sfJrh&*$_j}JV}M&UO&jq(1>dB}1uW;eo5cf5ICy!C}<~9gts?n((pp1qzX$ip<3vcdnF;-yb_Fjcr zMByC~z~QneZF^cyF#^wzQ#@fgS6a=ISwP!>=Q7tdH#f();xyFN!T;^4m?;z%bBi)q z(PKCF&8zR~Y+t(D*LTSso7)pVcB;05PK;ka7-3Ip3)WE|YE?PDiTW5i$OnJ&Z+z45 z&AP3tOBi9!G{O8p>_L`byadb)8-US6_gz?DC(paJyI*!@l;~M3D|L^ZCPgvAE7eB3 zb#vJ<6cc%QmWQ|1A)+r|9$E-Kl7h+|;+GF-M5gGDRm@tazK?ek05Q z`mPBy7cwAN_OL20FSO7RB~c22BP?cr*fKg})SoF)RKhM)_V)I^^KR5T7uJMGvZQrZ z?NL1hkVwZ1^^--=5PauoZJhUwu&ZtzCn(usi2a!?fO)Dmytk zs+KVlLiNQ6p!)3WgiGvGnU4rOv2n;CD92?_JS-$4{j^FmrM&BFYRV8f43_TY!s!teIF* zcQr;1)F#zQHVsjGc2Ed(6};4NXc9!n9Z_sheFYMxVNIwm`+urcJ?WQfhdaAMp`;=T zH->}j)6>(N;pEw~A#=9nSIW!@<*h>CC9SMfZG_Wj5~q9!xtBscMSLqq1yP<=;_hq2 z0EI=Dq@@=p!dWSQ^u31n_NFoMV$@mlOK{~*~qY6DhZXN^Cs+eh~_=-g#9Q5u?x-mI+WaFkL zM_|RpvuxHSe&lNCDld<}`oqcl-MieXQ z-S!tpfc+?ZFa;RtS0BA!tLEm#xAO$@0Gs*Q5=sI@FVdy|>lZK2F0Kiiu2#ESd5z%= z>T>Uqas@EZpl39OV|)9Z2Nk}eP>6W~q{LbDW>4UJhl3#|0OEKQpjWarm$E|Eop~x9 zi|mEM?o9cVC?MrC#yKW}YRg8}M1vhxzngaZ@=zld z$t=lFxM-S(hldXyC4(f5jMI&Pi7mYeq!$;{bka&6(kEStr(yt&GhmwHi6Ezy&-@%@ zd$`H0{}too>-VgG_unxd#TyU9yuJNn+zBMb-r9#?8fLcM(Q~3Kg$8J`+CB4hra51zKg6 zB);3}4UwIQr^^-O4$I}5e|XiBkfGFPs*1W-IDv(LZwPA{({g56Ur)*j0gRw5*MMw~ zvDoBTFy-1Rf;LfPSL^6+SI+1fHl!8i)pEf zMNCYbK)ZM^SWFVe-8dBo#`s%|P(SHXKo~qoPL6S1$L@I2f5`-qQ&iC9iMmuHu)&Il51<9f2Qv)|;N zw6V~@&LN6VMA-N`GD*2a60~o(%^>(mU#Yor-v^R!)=H5<=fkt=6sm8=7<4?2X8U?p-nzGw zV#I+~OIpn0NX-DJq=ZPkS|oQj?X)^$KpXrLXgUR}t?#U(j>gPY@Q{wOi3Ub9y32D97L%aC!yvC8;7?YTCF!6=^x@O@RAdE4XJ0TvDTI9QIJ~ zNavd51d)s20=F5lg9wg@1 zuVORy38A^51tC*wY@tt$JoK%nqqqSkJ|%CK@Y8^K5q_BwJfJan2||bk7$pjdpejd- z&Epd>UN|48b6fWgE7iSf!5W8D;-dm?zm1hZLkdJqH$k>j*GugSFw4pE6H{At^>|Bq z5Nppv5Mu0MYE)oN;?HaoN@nq4)Qz3IR`0_HN2t$Y46b0S3&1jKymt@hvF*|veL0@Vuwf`eFQ zb5i0A$2a~Ev$RNCxP)XTiG5;pQ)!`&;Ghbx={2aeghbVmmM}nQjN@N%SM0(?F-hEBxp99lLu`i!sys6AqkRAe^?>6iVmVJ;DKjPXnK3N02%15!AF z>>zSzyrfBZNkG=BBM!y214v!4oKyFs)%opDo<6_2x}1%g*R2`i44FJJ3&>&EZ>Hpn z{6&HU@;aSq_rcwB-hIu%*Mge#$FzHAVVC%Q1a97=<99yVT93S%PCPp+} zxiB0$Q?N?K__TAn{++2CwVnrcUz(I~n>54_YM)RDe5;r%?<7*;?4sFgUpFq!fGdfG z;XAqBfU!#=s7U6q(IBjV^|>gHf;J_I&CRYMEiu5gE08vrMGJR{sssiL<~#OFT$+IN zs3~(J(}>Ab=qjRuiLk7bI-7&AtT9Gd3mtbiMh)@hFpeZ#AwC3m9>sQvYHDVg5DG$t zAM+Y|O+oW71w`|s2|+ZcJ^?NIX4VB`F=EN)`C&)$T1N0%*vp7mV{@e)Ij=(}y=f$> zCcc@P)~`2~(=RatOuUeSR8sn8D-|JGwAJt*5kOTg_zg@4SuNDrftw+t4ue7AYNLRNv8KXHI*I)Lxeu>@5$x=5Z3iLv znw#tMlgo=<5IyP^_uAcb$^ldO#&V|NMHpsn)eVG;*#>$2A2TofN17MN`w?c$QL&<$ zj+@e`UPQ1;NenBz;x|__TVQ&&d?2}S5Dq2!A#0E78gnxwdUh*?lw*b1LUX@#zgqJa z1EiM8f2B#ACj>9OAQeayl=|!1&SyZ@7=^44p7)4}CG96CES492OeX2EU0=>%%rKp9 zmq4!Jc4w7%uWTu~7irZ;@1%q`7Ni%&2k*W0)>}2Jv9wo|eITpYK#hwK2ccyJO!#o?P-BfO+x4^1>;AV?eMatH!Jw@7Z{DJy=l7(&;y^>*tr$r|JNFDrA)g#^ynM zXF3@YH2>h^+-iF-AWw@z4O6q~e5U5h+&sIDUrvNszWXOKdbAj+%k-AM8~7X7?DJgQ~=tH1u64iD|YJq7FoN+j}zMfuol-xVImE{|6s9 z#r&N3X}hfz3bKKM{8+dsTIGw*2S51!!);9jWo9*ml2tY$pWWT|>Q?_kL1g?!uBQC- zY4@|!&tCCg_vzE0KPAK&Iw{m!AT--lu1VSUEF?oyO+mssy?*+0$?3?lnq2fPZ~IAk zr6-}X2ehy>8qD@*n)YyBH*t4NU7mT$ae=#%g+i0nqFALSKT{YOu};D!Y3hzpQ2^r@ z2>$p(H1B1JwukKtAj_vnj~+;9w3sf^d5<_u$}v?!P`Kn##Gm}3dA3{&h)1SGrUB8B zUT?_bu8mosRx*N_lSk&S`5CojggSsX18r`F`u;3u+36@&j74eNQt}xJf(0e*dPI^9 zH;T%x;cx`Jhnjxaihdf%08mi;!K8ak*&@ZuVn1bS|1o{%(>irb>0-tB{Q9QFkX5no zm?>$q1?eKzXMSk(W_Sbg_IPCCrjyGWH(GgT@g-j zT|fbfTcR2YOMpB8n@m*nMv-bk^s!LVdRHVb$)ZD017}LEIUANba|vNxf?RHVHq}Va zW+h)%Bl-s75bPiEwWSN419j5DQa%p#GXXqAU@m6K1m{z2EnPL&k5H1S&jl%ihazmK zly%X!bLs%jNOHK;a8vbntfgTA{7m&E&@-6KzgaRjh|R5 zKPsl}`3Qt!%ALcBvEx(rzq)P>x(Kexc3hK9h_6qEW<4=FNl0Iitd+j7>aoG&qCn4% z>K5+o?H0&rKr(Y?V=AUZx-+6f*&=|u64++NEbZgB(O)v%B@E$<;8cURWobu0PnHn> z3SdjS10^W}F@)$6_PVvL3=zA&bRb)Okc|0i8J0i3Fw9GIL^XPrktnS*fr9%ppF(%` zTt)E!K_nF1RioLe+{_BcuE0nz8L)m>!H85a)NuM#F@#YD2?XuGLOy^o!^0SKl+sk_ z1vm`u6Hb*Eq=g4U+Ovg7+YNJiU)`fmRBfTkK~ajZ8xOlgYLR|YNN2Z-tL3QOAh6Ri z7h{>8GXu-ZQx(HYx~_l(HQ1nypp2^eXGtnE&zaw;C4j!M$Sc4cU1lCVoTQt`y@zli z0zz}i2LmwULUf(yqmh$fcu|c2N#V3Ef%#CKPmeWE_14jK~n3c}4Q4ls5+~>2DhS%vvQ8+dlBD;TT_bqDj_lX#L`< zl9S?LlQoc!h?KCV4uxs zNrQhHhw3QgaHSq?hQFas5+M~+%|sPvE_CRIo;5)()qp4Rsh8Ky7Kl%KRmZ+V?k}R` zXcqIs&t%h#WX3bSk5H4T$!fzQUQOt;+=j8a)hEeaVpUESLTIrtka|WF9d?<_Hafvv z=x++Gr4o946;N!54tN=Aef2to*q6p$k=@X*qj@nHfn`qkC8+7?tX4^Yt_iQ%(lNBC z5XvHg!Lv2PTU`M(09KnBZXa=FuH|;9KTBP)%NwE26Ina5nW@wHoSkF}%jF|gLA(eD zxD`Kqn_E#kVu6s0#Sn1_`{56f-sA%3@SV|`fmn(EM&AM!gY};{zwA(@NmFPcm%@i= zo}H1h!U+M|CvG}KGj1FXZxSp(8h9Uy(+HGvnm7d~5K$E-E1o2JiRvW@TUDXde93Sz zU?)8_^jsys&%`X_lnB-WiAh4xknLH2S+=M*CY4Yix+wjO?k?9#i>V3tP+V6f z2}r#Hp;*#51XhOFe{5#)agsn1YZC64;9VnR8?^YlIMBLL}c_+js9^->If@ zZRI*7_S6eCaji@|gQ;dgsM5(;qnIBD+Mk}Dg=4T0y+@CZDqD$g`Re%#dZb14H_rNyqkuVTjh@dn z^2Dt14?hJ4AVZpINKwOE8w*>{S`DIfg!5!CN8_wdNiFRz9)@9Ck6n zCgb2yMk6mWo^OZ;NVHoSPOMWr3P#Hc4Tun^lSQ5K`8BcMVhNYBaNp`sCYHQL+@hTF zZZ%~)5C=~r{BwQUv?Dy@+MdiSt!NlAM73dZE`IQ>Pj>C_^Ur?$*+nz9|IQ!%-9KTl zTB+%#gB$ z+3dxI0t18>wHesyWZ3%vY;L-v%%{jU?^g3UM)?{kjoeTp`H_f4)00 zL3D^)*c>+Mva^fsi7E?Z6)0z>BajW*nU;Y{!qRW(EUo6%>GKN|V{_$vS1=B&UpEQX zzEq~@14mUj7b-aRND?xLRE+0-#+ghLSJmnj6DAWyRoP`hC$Gs|2)>w~C^t?V5uOi|8CH~J*j;yyp{6a6NUoWwAw)*he2amhqn}Yh z)y&3e*9ZuPQq2TbRw!93c&v)aMh1qCl>7?eeHw_Bao+E#nY4-Es?{msnzrPA z0y=6I71m9(?t*BYsZ$Y8DG`b7X-eY`SMflRh21S+7d(TR1;~w%7X1!L0pNF5i7acN z%D^w|cxLD5qobqkbbKkUR+o~Fv>h-Q8pxich2&f`iD1N;gop!A$>7XQ`QAM3Ms{l( zYt8@*sU@2(Z&RWp?gjaB1t9UTMY@IRd}O46K&~BAe2wJE$<_Fy$P*l>!oa#Z!L%`P zR#wD#%Ifu@|02OMPcp3M1Jr?3>=T2}9D*`wX_Y0flK#43vS<#ArudP!E{to06EKR2 zC=q4lfJV)RSl006%MV|6@JS0qq0-Q}=};K%th{z=Ea~hiqSSd54(786UyZV>E5-6c zoMaxyi&K=GE1b3xUxcSGFb}ATf$_)_qJEde6_8polAN+^m=`?WhH z089oKnL46-hWkX$k$y7Es7h;UQkN!gpWa^~f;4CmNQ;W)MuYbxMrXrTgCv2MA$I`TOxq2?}01r_H2zODccKE@HLoxl4`}CW=ScSe{M4!IjRoQ-;K!W^@Q_He&{-Ww;g*wqiIedh)iv7 zI^_6VVWZW(dU@I|S_nXscrkl6dSkQa6Y6X+ht90O`QLs8ILe-OM;*H5t5YWQSG+jw zL2g~aQs$^<-a#Pwlts&L#^ zAq{~*BtOKEk{&W$$GnM>aM=DJ2_d#xrEijjivjAvYGo9_Y2SH!pJkVv|DrUB-E`I96J!I7E31erEpH$#NGo{V#t z{zUJXrFad2pJWR+qq~VSvc_lz^g9-CfG9^udPco z;_Sb^M+9h3Ix3a+)eUOw5(6$adVNY#$lhThe+(v1z6s71?_3Nkvq0i+9rNB%F<@nh z&63YATxNSdVX|lJQ|?28|Aw1A=sV*t{_21Ic_^aMN-*a`%;34mnD*!x#Yn>^| zyl^@c@p}H8Vkf_Q_UzejUVOoeCV3`VC{12}@!~gpuCJeiFvNfL=i?#4ly6gzh|vPk zj@D?kd43{L}MIwg7x{e7EupuaLW_+wtK zU#ve~AIE%YzUEW5+k>v(>Am@%7%J=UVkPJ*`W3NQBUsA|$N4I-z}eyMPGaKCF3(SB zRBRbBOa9sa__^Sii{nBporl>*?&;;rMLs7<7FY*U0tXlwsAJ3sn&f?V1Wkaojbh-P z5Sfg`YVO(8|LzpGtKJmxeW|lJc=0@NQWgR5BCIX5!Y-AebZ0TKbhq;EjC?+<&)<7d zE9O^GEFGLwVu~i*3lFZogz^>+6-8wNo6#?{!TSZkg|L6OKNh|)7YNy=jWWmmDIote z7KxcMO4H(+xgxWVZ3Sqhs93J^KhwMa7p;t9{1f*T66?rTad zDOc5l%tj1#i&=%e%trq9ejdZcosPn^YpN?r{BZ~C&Q3W2(K7lG8gmvTIE`)MXezBq z+Q@V;5jqsAWhX32y@qzdgW$htS}cvJ+FC5-ig{Iq9My*=4NdoEjO5URNn?3+T3E-i zK&huB7Xh5floie*l-cXygZjlsj~*NysVIxekeQp6fe~zrs2rU$na21@HaM8raJt&5 z>^xRe^o>v)u|M36a1PUNL|7(tA4#aK#zeVQ&A0>N&3#~L6**xnnMCm5w%Gw97h zaZ(Kl2bdr{9F;vHMI(uD>eBlC%wpu$am1+)hCEY)N?ou4l*t1^Dr723Ahae`!y}lU z>OE>u48$RF_`5Yo%#GftT^}LEUA7KtrGh;uW_GCBl1X|5LIx+jex-8nQO)ilA*5!I z>;Q8iFuO86p-?TiIvg=0T>5ARe}3i$g~}7e7pQP<(tDKhRw*M)3uaC-ZKF;blQ9mn zW@+#eOw8)SRGq|%S#Rz#Rv-3=)y7hZ$xXfT{F zG8U+@M_spm_YLX;)0tyaXxvT=`kn{1syFWAcp-k4V*T=xm>Yx9V5mAb=p?DJ>q+D! zm~JV%gXIxhklbpIme9T-WEPXIqJ$HbtTIq;6B%()O+{-GB&w< zv1OZV|EkPNK+bnbriS5=$`tdQhDGDLB|r!=d}L_Tgg{kqBs0L%fWWt2Z&=M-u{H@) zP_(=ju-d`f0HmV?UXk+J@=i6hkif;{j(POf)J=N=%o`C1$YP*XNzdVLcD0HufOC_| zi2)Bo2CUnrDGC4FZXB4hZHh?ZeVYDa`i`arb)I!c;t6Yd#swid9{KQiXA^W)v5ltG z(6j9Z)r9CH>bO{U33b9c^~#A|2}~I-A}|L;pc(s70x;n$ciL&7tum(Xzj*lk|N+<_- zHV!zL?+EiyI4SIRjiqG$1wQ3pFu#6Umza?BVm6z?k8?s0S}(xhlK`RVOjw?fD4mea zIIaAlkMX0LLQeW9Ns5y*k*!>qI`w4zF-Abl-~q891bCKsUO5xIOXsp84y3ZTZ;k3x zJb?X+#sj}mXmBgDotDF!M+mWu;ssg|GLX6`+9sjVsNf5wF<);=fy9YGa=lP@;mfIw zlvEHL1A9g$4V&&2x168VC^>1AQ>OT^3`mf6W<&;rq&bF+KnT!`uCWp*jh?A&wxp&c zha{A~e%q5HMvZw)d_)WQjoNFl+BV{`RBRehH;1~2D}!5wiqUCoy!t=q3H&4T1hh6| z)2}z2|CIKnRm~v~snM7;8<{V{PkKu}Q`Akdl}031#^YmG6;zzZNi5r;N+dpc2lfkT zBo@jv3UziSjl3gFWXEB4fY= zu3QYKVj1JF{_vk*Dul-jvqG{X>zhD2Rtjf^K_W~LgBFl9Zh*Sgv8x}gj=`-E>q!Sm zP&+saI5AYe8DgfRmNZ60NxD&{9p)$!vh=nZz}7a$S2aeR*<1?H2$x4mBT!*T9R~3! ziaXlT57%1q{}8WW-O{#~D%LVar3}K6DZtYOIhHS(&hk+qEkhZm=#dGt`Ca@aHcO+yY(CCnrA$iiYLnQzlY?ZfOE zcy$-$i~^4MY%(Gj&fvE_bfwCK(6BAA0Z4S@%GFZFQ&lMlx`}+*qeLrp>%6Sp4-y%o zbO?nd6$!)?K9;eydi-F9q`fBvfsuz46_0|2m)s2l|IKT<+baI{!EgZD7Y+$uXYsJm zAYmgmiu@2c7Rky{k&l3yxa&>S4tNc-YSf2!KdTRkglLyBnH8|m=CyeVRfWUA#%3}m z++unvusZo4pg;iax$w7m;Dq$%gH{XtkOlRYa-$f(tst(xHu*Eagyl%gz^W5 zLYqdKjt5wz_&R--6c}&j>(@`Jz24Pl0U``gFBanXp`PL8p&r+b{%96OBs~E?gEAbC z0mU^^hIsh!h6zRKTH*9+4;9+eQ`0^?x|mnb6vyMpLn^aI9W~j0Ic32X)e8HOks;5y zAeTNz=a|;ZXDjK|*n=2^kLUHHY}{A5LvZ83wKy!{%g8y#r9Xa zs6=ae^Lp)r|JzvZJ17JE`QIlXEx!02pNTiO|G)L1j1NUz08dPG3xRQs`((a1B^mU4 z9YubezSC}^aquOBoWI7~;#+xI#uMA@{+`)K-@f^UPNW~Ke|CEjj{Rvp4tsB*IiU5z zy=s&6DG;j0<{UD#iRdBJF`Xo1i)lPPhtUd!ZSB3yduW>y8(5O$Ri;$RDEiKLQsm<| zuay^|kr9(u^@DV3fly#3g8=QD-QU$dZ{F(Nm|2FHn|YZ6r8epGbAh{%QQInk%}A)Y2d!J)-8r?KL@ z`4Q&FFai^d4U@K)vE?)fJkZ}0=BA`I1g9@jfLv%AqHbq<157&bCpfl<@4o(K-8(i< zn-X_}5LTCG{v{?)pGai1^M~fSbEGftk5sdPrs@kAJuBqOvb_;NAl8aIHo7Fn|U6bix@r(ZmMT7PjWEg8|X)kk{ai?hpX zvUD$ATwJ5n(rsLIo7Wc?EkrEn7b$m~PU)f-E*&F3g%8)Wn1cEq)5K5?6 z^DQ>O<~D|)u5&pjh5%7-xL%+Ch~DwX^7Si6d2p?CDudWIe~c#(m*KXWE?im2XjHGl zfdE&mIKX-MPbMHZW6T4hyyY@e7N{`kM9vn(7qM%2evJm0Z(!+0{}g5{A2HU^pW$y8 zPaMzy_45#Lq(tkQ0R#Zv82`roU%!5W1Z;%ot?S?{%f;h;T(Tt+THH*VqE8&G)0WIs z2g`|o%wynJ@J<2sEI}}F7bvvoW-xWw6kJ1;Vddt5YReziTF_=qB7?tJcphOxqoDnE z01eE86-fXAhCgn(u@04&l>I78as3*erPUrP0|Ru2&A4;Md=!Fx;06i6?2{Sd(?Aq} zchJ^;+QgwvkT198)uX``8|u_UBM^$YoOZ(o{-{*2z^Lcx<308`KfmTL-fIzKi>P9H zwHo#V-#u7CtR!@?BnXf4lC5?B?&~N1phr0qdIadJiUx@t}0-S5|8VaF+ZAhQ12Ouhf zSFeXPouU_muZtIj1y0PTOr(k0cu0YvTTR|(4CLAvsofcwNEzfL3;;*bU(pcAQ{aoN zYrj7nVFc570y3g(hjeL@+$-CtdFRtde!i4(EtKDD$F}OTZ-LMgH4c&i%UgkX@Xi&24^K}+0zhB5{svSq|ipIfL8be&!u+gcoz2y z58pSpe#_xAlE5slb_#PtJ+b;$p_rTlin3Nb*#0Yc%ujY@&ZO+Ql?jMHdHxQ$x&5l2 ze{fXxAt$DsWND}9C)Q4%2{dK`vY|ZO2(SfR3dxa1l2}YGclh1ApZ@Hxe>1X{2lBnR zX)s3Ni_b1DFU~Giv>yLCo;YbwCYwAR8Cd(2-tg8Wb+}&z5}z+s_@S#1xj8miM4s6! z1p7e9+&TVW1*}FjG4Kj`wjE@BnGdecmrAIW_K>Z9`1ZpG4;~zBRZ$fa2#!Dd{5d(88`Nq0@Q)m#Ka2*=RColMse}eJTtyS6xI4F%b7>?^6*&#Z z1J2DBnyHX(3q=MBCM8xenAyx6SY;9f>E$e$HE$29+3yKBBX`&p2Q7s}7)avP@$P&| zPaJf^*{E@)`4jV(zc*whd(-1O>z(GMR00Lg?hrhpJL&fMXbEalo}#yQ(xfU^hSqnl zgdvi!zyl@eKF-pzn7f$@J0Y-VSbWHn{_`ilJJV&V3WY(%gUKltzFSNVh7t3rnO?mW zRrk8`Wqa5qT-Ih@4ayvxRu$j*&LmnMLtql@@x~BUrlLMCqsNy0B%Y?wt`$8d4z*Rm zy#hxGPQtjUCY_$i)=JnLGlXl{jC0z&2Js92nzA3MB^B2S)!lo060E?Lk$XXolw%;6 zz!(99AT?8zzeZUE*%qTg#wRw!tWPQp?*ho&kedLoujjb{*Sh)yu`cb8BVgcS#Bm00IWympn6}0zneEw^XH+ zk?^|i6R^`VUC1!H9muK*`Qs_%P|_iznaLz($L}sNjLDqADh##iAZ4S@fAyTgLlBNZ zKrWYL%XhAj#vE?_@{bp2?W3d1HUzXjG1@=QSVyl?V7FE3=$>fS_Mb;|y z|6!5kl$J0*(}`|@IV<2aU{PmsF=dincHz2GXwWuys07? zS?BX-)WW*6z5GH2>R($i_5T+$CZGls#u8Yh`HXlfP!UW3nOwlx zJiYMS$@cS2I5FzYv#~^|*v0VHse{diB=FRqv@1wwtzQgqQ z+DbOYQvJ=iQTcJEGGaN1FxvI2l3f@CHLdll(KLP6p@lr1e&xgN$HpJv(cG zIYuX%@X{E`GU)U6a(j0V`y&=!UEU;-S7V~$SNtW2%2Z}1p)vDBnBZq*Q_ygSH^P)p zJcz)fm&j9tLUj`e9xo9~oEf-@$`sC*7_;CQ0+eyH?u0lL)!X2g{)nJD~m9i5BtT(9USkF+DkcKDXGe<6Z1crj}Jac!(d3*>I zz1?Ke@AYxopaQ))EV{h_SkUfx{-dA&`imDdS|f~>cG?KKZf{j-*4#W(NDQwUpq$E8 zBoSqd0sSK83Xu$GG=^y^Q-`?L>zz(eakJX-!?!7Y{a*a)gw^D%8UO8Pzj^wb%lN}@ ze*NoT`*?7T(kttp8i;9pE`m0Tz#-wSVej6(caDPmx4!ySY)k>T1xilM7o$aBz@fdP zZ~p1O_9uV*-A7tC((&dm;)QqK`=AgW6lioSVm`lct46%V115f%3S!~B*$Kre35W0~c+BgOx_ zm)+~9&z_%O@EOGjrB#ORpj%2&L33w5nDXRRIHFC}5&r=@%zxY0CTt9q^;!qg=on`2Q+ zm%~f|&Ar`Il9{*x$0Qw*D`iOe>1nxMwN{T$BeqFsHU>P=PiU0}98_DvcgQJ>i z!w8duOEvB$r55-u@IT)52fT*4jz-4K)lD~p%9O)AMb#~#X(d0JrM@0-!f77gA{!U$ zKEAN$G5rdKL<0P!0{T#@IN2M>XCv~f^Mnx@?h*D-pzFypIFQ7E3NT;f(Ux6Jd(HB} zVU+~?e5%3^Q8>v^!LJWcAG9^hn-rYU1uzUU@{=hPpeJ=oJF(u*P3n9!AGPOs84~Nn z3bD%8EMCY(e2&R+d3ueQ2Lfn4h74h#*nprC@nmAl0HEOWqpmW}hm*+56@UgyiaoDA zF;GeFqH&@ft${NnQRtSS1Vd^Rs?l9F3JCKJ^<>mZCaq3H4r6Y@CJJOa61fCVG@ zK4J;nSq?_1nV>iTfg`dXS2gv? zPmzuOFnyMwsuH`OdK=LsTppp;ppC;tcK!`&!yUvt>R;0ZQhv_Htap5C(-72e=Nx1AY{&Q-c5$40`MM!A!z8pGXf=P zZIUSpgbirj(MP1-A*;po!H9{^_+x?*uQvj3j9HPmq^Ckv1Lycd#Y?EYP5>_wNR4Qs zZkObhnhO316hojE=m#o( zY4T)7t^r^jiz~Ot^I1jcQm!{;TU>W-$65a^F}VLpYh_Bt6|ry<>yLL}lhOpQv(;*4 z#Oc8P&lZn~4CDF9h*%zPG2=Kd8c_L(A+*nq_Da)mh}v@H378rJeFcKP?&CeEVFUv? zE#pik5}-d7cV-2IN&5J{>*GALGgGvd>u`qRP14($P*P^H<0S)Ri#7>r#0~Ylxl_h7 zd3srA1`wb|6EVyuLx-p)Z}YNI=vKh^mq(Qdzncpy?!7qcc-W9Br=c#&R1LAfw0SN~ zq)45YAc=AN8M-_e99l0;)eD-OK>>c3Gb%ETi=WI9+34Z|mWzPaR!P6Gv5o&nTKd1E zP3yK#ku>ZN3FIQV#-cEdNX2idu455{Ycp}!-S#Y7NZL*+00m84FHLP1j4v?kgx2XA zNcYe-#Wdj);af^2QWn;{CwUc0D+$u`dOwlqsNqq`=jKfe-2H5R-e_HX-p`b#=Qo{L z?0XVRf)7E3HlQrZ<4HM)NhoTRxBu?n`G_i(qgN-}RVg=)yN!$H=!WG8hbNWFqLfDn zo~2|lLhzc&bkLb}fB8@5ARqeSBoNLZoARiv$9KQ`jdE24{bA*@%!W`2WvSI~?P-dL zfl^nb@#gaUm6ODk)*Tv^&ASHj4Y-{NrsxP6wVP?7z!g}FoABP-l*UL_-5F9CUV>Q& zjCmpvnaP|f7>2a`o59UR*A}G69c86y(j|v(?&PipC9tBAX zwB(XUM-`UebHiqDdX*_^z3)yrh&ouvyqSe<4`5emujK6#%>ACQZJ1%9Cv z7~6D}5*rZuJ(`pN=*WYxl)?2(tjCmD935lRr!+^D2>ZucJjR)Y{6{e-BcJIcE%Nmi zwJOPRh7t<_jdt0elKHy48Z2N-w+4&4DNV-Z3UL%NjHdQzCbB&e{9>(^N#Ibv7u5u8 zZ4T=LVVIZW7R2En0 zXUZzzEiqR`t&BXw zxEljGObZblVnrTI0iMv^#AYI6hkuF%q!=!LFs4za9}mAR3>x``F(Xq#7d@C?hSX*W z)siF$hBOO2JT(z=MBx9qe-1x4$S+E2q!B`_sV2%6z|=I#)X=3758zRt@E3(^Vmjaq z@m|GX&ii&sL9cwFSjU5g-f?kNB#mM!D_xdy1z;3(DGZVXK{P-t3)a<1FN>m{#5!87 zas|5?Oa(NQdYGghBjzxW2RGuGK#lD-uGQMi=Sffz0*t~8KygFbDy@ra61Xw2BN%*S z^9FT@(R1KdO|I58g>OSl@KwLJa)M$4j86=;O?oOBB%xREK1?JYn@z!aUSn=;-XuNL zVaK+oMVR&xJBWpoSww~(rr&gmss|ghf(q2BrvP_bydyrd6CqInvBFJ|FhUT4Rc)5O zAy}efbAY0Lpv!Y7cBESJpGQ9(11wMAdD8JG)iQa78X)Kt*q;22!(O^>dM#@de{{4^ODf}!71AAIE4BcH787razUM$@sBZ} z(n)wh#$iQ?HeSbcm5rz3jrx-IRKFOmpUb;Z!Je* zERA!*rg%{^143KZb9EJHs%9dcGJB=z34t|1)_DEr7V0Z|_|9u2IKoLPhncU-k>Up= z-!#}uiLl}k5HyAd;irU&sT!9Ud}2BvIw6H}gpkp8_Xys+i{K4nuDKu`X`GTvooAL5 z4D)1^kTMfnjAR@^UIS_CL*WB}MLCoXcw+i$P&&!uAXhGV1K zm`s=I-jpoB61EgVk*HsgsLi6OsMf}70${gNB9HRb^lOU`OFLTu){GvhfIgIvETXrs ziKo+<%;^)<5@8B=vborD)R~T;bwgQ3DNEw;#OdO*f%^Vt7E;%*zj-r(66vo(F*ax) z8cw`DIG2nSIyW7jM6p70i~zd0zGSI&-$9B2tg{&=pq3~fgr~{886Q@e`9*_m_46uu z=p9Q+b;6)Dh<+aU#>)B+SZM!4R)mjTPiQD@`9w4jwu5Mkk!-l=&~x*2y9#(-P-E?9 zuiEZj3D*qjnNy)x7Iq%I^`PR#9@i#3_jZ5kcp?RGi!dvxUFwEJZ(;$DH<28XI!UG& zB}B!wX)-pRgE92y?uwe!DlJEk0Xt7^T?9n%dB8qHTD-I4llsGlc_6psj3cG#T74Ej zpluA8(!oQ~g_indr$d*-8aw^PkA8H9*V%7fUA6k1XD`~TdK@@Jp~x4Ssf>{aWy zU?(G{Q#jMz_WAFgK5LAZkLyX=2mKsm&w-Jcc0_m0B2$=KAR!mY)+ z%LJYhSVl^h5V651xMEiz>}%C$ncZqYkMlFEAWI6j?d?;v!l-xWeFw>E2`sYREVWEh zi`Gt6Yv)&!WvdfQV|Ub>m*=zP^~n`*e^w#Dljw)6ihyadneukohRQ9o?8PgUzOt4V z7XuEaTrT+buFAmIVN`=R&}fD*qTDB;V<_Ka)~PRjV#OiT{;kjE$d%RQLJ13xZORn6 z{y9+woIE}zk*l-JK>*NgwPSSFG#|uM1Ovv;Unh?9Tdfb)Hl`C&3!DOU>K#(XlF0fjD@PYA}{*{g0o>+^~B)0-usw9QNWV_p&( znNFE?%(r85WPFRD0gpwye-GK+*FT7I3J0x^Ggf0csKl@nkBc{OfNx)Nk>--ni{zu@ zfU>dctC~%)a`fSJb$cWu`1Iz7h`@3NAY1^r%@q*RQ8`p&a8d&m0C(PeKD~SI=9t*! z>$B(tXoBBfYWVtGvnAkz+q)ON_x26hx8L^-vn0)9Zi~WgudhO%P^s)rV+^8tLbI?b za8At-Y($D)@P8OML~ z8hldkyfI+b81~^cf<0q>!Pf67MB5q8V5wuuXiKk@+zCiN4;szwz0`_oTP=i`>bS1Z zmG13S+!av~>4Cwd?uuC6YhJbII4XRI8Gybv1VHN6a4^O60Xg-QonCNq8uYl@){RNUqn=j@_L71lI#KSsn+3g$l1zktTV$+t$7R7i&_oAiO?mo&c zN^Wh{GOHQRKdFbWbuOF0^jTtgzE~cMUI%q6O3;Tv0037LE8!Lc?SAw6$q_l|B?=7u z-)y7F%%$uDAZ^PdGew-2SP)Z`cp~JIw9jBk%|iZd_i+8fo>A+tOx1h#f$EjbZ*3ps zp;|4MUdcE>^1;65~>)(nW>?yf@^PnM-SKe6Y&Kp z`t`wG{rdLap*i2Zb?Dc(cZq|sK8Jo~5%^Fl#GGs0AbRN#U%$P1i6-8@L7MXQYseq# zFYsdO%4e9nvQdT7mEQTqo5n!eWWi(gjL+L;8MNecu`y3XybkCk(10wG2n$W5W9vK$PvWAq03TZ4H4Anw` z7r;LtZ}hwNruK0gdOc+n;PFwm0kD*$I80k3fdik^;6+tK9AEu@^SPPsx+<%Bd?o78#v`nNvXCzhwIfeNohxevbn zK@OT14N!!f*@C2@F`*ltU~WmRW=VNDum0D0;wp?ihQOLLmtz#ALVBWxNx=cK6vq}ol~^yK(x)@xfK zr7ZmN-S2+&^BX6eYAK{l)i-|o;~)R%|NgaF6pxM6VXs#_Am3lBQUQn7Cv?R_D3&U< z?)mh=eyw}fn9wdyyqvc#Upzbh2A&EBi(TIEV=gQP(1ixa*MjXO>4#jTNE#a?ULFYm zO)#>Wph)&DI=aPnyOb?dswF~h5=0T0QZQlq29-zf?8tDk7bjtn;4jQDXEtFCO*km7 z1r)Q!S`v6iPd{|!fw6HaHv8^(St^m^babITahUSgoe>Fru-vfzNJqL>MzJ7D(F*dc zlQSXM%E}hFsxJ5y{RnyHpZw?-rst~F>j>VWn39c@A-e~35cgho_k`To&hN8nbv1Vs!6_4)W0g|>U z7OT58&ZgQYZ5CV#mQ#}hsb35ZZfDdT!dy_V!J;9h7&9T?nME|P2)o;IiJp-gO!%+9 zXb}tJc@(&b6%n%b+4c4LIVRxZaAO)8*gI79(P$_HgE1G)XUa>_?U@P+#5h-Uxv?En z$gf0A12tGW5kL5U*n86$Nz(MbFYn06`_8KBs_N=}*t z!(Ry5pbVQPAkYL1e-gCWy&ohPFeJb>{6#Pzz+Y$sqAWtR4M>o=B(+>}cZYjS&rF|H zU02?jk&zJ@dHVN%v#Pu2+8xrcKPhIqGBP4EjyK-pd7tP1{QntrYTA+lcGMie?RFpD z@1TYz?{uz#I|Y;7zYkGqFOB+fIaB*23E??+oW*P>PFgnrawNf5I;|53&3y+k2^K5-QoGjF?zHB{10K=1K0U*Dyu3^w;9sy1h z>R2)y2QI|5j?~QHTta&TR-utYV1?m`&JX7VLZLib?Pi`D#Y7Lmk|~s&mjEl6wGJi#M(;k@Yg4MV$QX9N*yF zHSeXjxzwJi%~VxT>mU*gY{-av8_6$>1fm;6%6Z?35M6*X;!ajn2ZpglP`#4d>@&1OP1oiWXd!MaLmsH;&(pDWFmqkx

    vpNo-}~$5bvC-=n(Kw@rWG)LbML~Wg>TFph(ml+ww z7#6vl?uBuk-H0$+xViy|!)Oq!;REG%sh5PCcoM)ic4SH77xV|it1lZPqTf>%$;;a| zJ=A~0EBy_6sBbpx5^?+TwOS>cjKgOrQu-tS0^GiGy2atcN-}oxR3rir+yZi#gYy=3 z>jw6%kUr_>p!BJ?HaZP!};3}CGZgABk z@R)Y0K)q&Hny3@7X9-E|j5JRoMoeEX7#~d-f$ZFTED^e9k%=2N&N?civW9T*L`={C z#U_@-qDh=Qx@g`Mx9n_&N1qsR4_lq41B{DbQ2DqDuvD(myg?eS6l#`&ui(v7L^?EE zj8I^C{sTg_0;a+N0@WSTJ{C%SG1@0CZoK5PfUXmIR=&e6(xJUV0E>;%>Nu0$`7@d? zh@ZwOo3wPqxzQz^#GQzA$^{?EoJlmd1QK27UT0!M#si2~Mbe<6ZGkMFP~-&)mddWF zB$qRf!JV@nTB_W*d)AlaYVj>jhJe0t6ate2>iYyjHS}ckti=e;z+} zn0>(f6m4!RLP(f}eus9&eK1ko{36Wg32@HB{Pnc%p6XlrMO)ueR+%*&6;p87_foA4~J14yDt@s{o{Xm@~zP7-W%#- zBgxeN{m*)d^1kw`FI`M}1G*FyoK2E&)8jU`w4Y=szGRpFi%~OTZ)RiBE>8VJ*<&KC zAd*Exk$_5`0jJ+4ahp6Y67*1!0@+LKf1J-Ls!Jv@?7iephGfu)2|L`N0~z~?h)9QI zJR@{cguQ6LZUMogrY?i9bou;+#h9h8CntQN@T^mEt{MHmLNWs$D-b)dggb_v+DKxY z5xrUvA;5w!YPvM^;jx_p%V7p8;KuN71FBHuilM{jE>nUsdP`5VlGyqSn#AJB%S7y) zH;X{Dv~bb%VN`R0Jq?@|4l)Y}1xFVP5*%_}*kuxt z<>czvAtM8iOFZ<10c<oKDoEK`d#{F|C$j;j=LnxBkzQTziSY23ILAGWh*qrOyo~fYAVtCrKnE@&~5b0SzZM zb(dNN?}n-BaBTquLTrxhlZiAhqNx62$2sG^Twx61^VL=C-5IJ4!f7ymFsm4jASO3_ z1gJlF{=GX`4D=CnLz|k4AKbQKlQsSwaqh4fN1FUrqJF3613#h8FS%wGKokfey0{~X zDjow8X4o?aWM%S+Srf#pYK`ZNf-Ba1lOAX$t3mb{d(C@*1qrAK*IYy|xb}G4*)&eY zxg6s33+n1cI1r@CaM1{=&Mk3o51+XR=mq~opidoo+<5f}_%dkWT}Ofdq9LYg!tvsW z73i3*5j=}w<7ZZA2y&Pi#%)G7#sR$ObnOh{Eb)JX?KIK(RM%FSa#nIU)QQpXbU}^i zjLL8{slyF3B(n!(J7wRrjkbx9xD=f(!Ej*oHZ>F|0#AfcBRbZP`f6STwxM}6!Hxm( zGLZ>DU{S*%$R}Ban~APv01#v3*uZ6SOQaW^;u)xJG31e{iyGb{SfJbqUc($D$suAL z37!s33jf|!Uc}`B5tAajv6Upv7$`LVk2Y`fJH^?#D~)X|Dvfz~Lj%>uLsxJRUUU1o@WEmEs^ zLQyB(7z`2g_q0mxeR+3ZTv!IZ$e0eKnVt(GAEoSVbd>MikO{|KL)r~&2O}NBMK22- z1=V33sdR*zS@HIHP5e&3H1F8Z{Bsf59t>O>U=Ra6UOUM@sw_keLIo0A<=bjd=70_7 zx7f5f3&(D5W^+=;V+?(@0^YjzGsGYflV(U0+#IhwGD1wdrKWj#O>*faMQ&~iQ%$uF z#b6#JuDO|nt$8Zu9gqvKVA1fEYi@__v|6TQbfA$#`+^3+OCfC+C55mbiN4Y%Jvs zqB=O`odo*K&AgO8Ymw7g(Hku8eXf#602q`Tzi&Ogk31|_pU$9>%BLsC?tsqpt4o;MDv6ezh z{^Wr>7Gd|}*44nOS~_T%UJmp*LD^fM-Dx4_#X`=#8-PBObsW`HR5UXH0D^|9Zq<`y znXLiZgm!bUzS<;{%k#d3`Y7CCZ;!)P@cC^kUC+2&!hmZJlGxfB!9ayvOojd#c zbGt?ti61>}1$XYOR*A}LxJc!`C1%m^=djrKWTVMZ6D(6Tpe(S_(I9+B^F)^3fIgf; z<90mn#Gl($D11kLB7xXi$4S@;T=U~`W1VQ>pi>^Moi1oTC1e+2=&VtyXGAWFS75>D z)kibM2zGZj9>sDA)xvI3*BZmVhz*yC&+%&X?=|-K53b*!JjW;CBh|NVnAY*s6eS^B zPA70yUb(^-E&vPv-VRPUk|8)1%=SAwjawBI1QJpMX8v{S`W}p+wKC5EIfaPzGKJdi z!HpX?u5Q=MK<9+R@{*xmAMi-E&cxe_Lf4mWrpOs^Rp)?teX9Xr2;jxCb9&MlLh2zg zErb*(p-Mgldpw7MbxZ%(hiSk;?GGOGZ~xk_z2-eT>Z9U?B6OCqJ#mdefYdbW+SPUa z>u>MWw)St_z?OzBMZ_ANzQa_7q|U5XJXHO6D6uM91+gI`!aOw0vsJWmW zV0#zp79|HRU&d+?F+WjVhWBWuh?6mR`%t_mQH$VmyHq`R?e$kFIMnj!47}Rjl}f&} zbNfzZ?dNJq?C5-bZ*T9byY(z7?IH+M9RPoavhFUh$eq1p`uxe%_K#-P(MbdmEJwZS zi)CZ^N6jeGs$M~@yod@>2>=9VUJsd0Ap?AbH5=Jo6+KYr((_fLENvgb`7 zDE5oNKG7#WEVrOo!DJXPs*Pc)xOQzHtT4-4k$}2XhY@jkWoN4ns%#7w!Qg{Or@b~k zt%YY3AAWFn`0)M@-|1x_R6XwusL~Zu-|Z3GxXAzi{I<0Usrc4+_ew~q%?Z|~X;slGEGEh@YS0^R<@%=G1I@53W zUAf&$IXFfkryzOp$~G~c{X$;ey;1*lAW=)pcfv(74~tcZQS!B2ZWM>?_7?dJg`yIf z$TZ9q3)TAWZXuLA?9Fi$z&$B1hMmT;@&j)o`M3!#R_3RS?GUkIB4f*e_+pwf#yf*2 z8G8^_It;SepnG&a4uF=enN2rvb*4(`eC+t?@!^vXPN+f9Q_+x!u$_)c;oSPdFaPov zcSL{51O{t^<6{n85T;+fdXp+%+}WSP z%w6zt`sH@6;+k6F>xsuOBG%PPqg;ZDh!aO!Xzk+I?wxgl9iz7yiDHz2y5Z2-a>00u zzulj9`aqaS`?nHfH(IU({N1gktYVrGW&-j$2{ADiqP(vGL=RZ?4#|r!JwW6~6opCF z49_+Rp_Ott%mXoRo-rkkR;=|vhRgJcLWY&@3C2)ayoa{9vsc|_O_SX}Ern%3q&If*X5U-Y3h7=NJ+ zH79)&70h)=PQvmNYalLQz+~>|-9Pxjcy~RTk=co{tm(vt*FN%9dY8A=yDXxW{VO{J zQdsD=GS*`3UfCrhh8YaeNYA@kOD%^72Ro^4b{8{I>eAKSJ&s1?l*FvY-j!Xx6l|s} zoTsGJ>)qWeg)}*ZTiaVHW6;fOTSexT7}m=|9)>p=PR9<6iqG2VM)bIy=3h$xmR@Z) zMw;rb{M`6PM#HGsRl|P2)s}e`_0G?b-66blf{qt?-u;u)#t9BAf5=-nMnu|9uFU$g z<3mUzVPU0*I`dASKE*)j9AYKgn(NHn{_#mBgFA}dHGax+dV17>>$SGKoS1)mntm5j zbEE|^Y_UBBr(Pp3NFQQrg0r*-r!87ZD&zj?7>;`4WZ6WHxIcJZ8g43*04sw$<&lPoH%YjNJ33($Jyg6Rc&x6ehd(qZy3QG0 z1Pg-6F>f$|T8Sk|PE9?t8h0XY?}5^?$Q{RErXSXkvn5m226$<{IAp(Ako~);iQ8Qe zQtt5FU69#NGi9k%6En?`&~&YZXPSPjCQ-Yx$Q9NNU=W0I@+>}KRw0vT6ksZt$kuC(I#8U1;&5pH;`ojl%{vB>ITP-LQgEub z%9&L)8+Kcs7oKXOJPoIdDg2g39gh^dZT-4l|NK?mKrF0(L$s;AX?Pw^Z{508!<`uy zEoavE)Nz77x044uvgfvTf9-YaflW#s+nG|3jfi)N+n!|eQuX+@uYqFJva9Tvo*rEVWoMX`^RL4>0M%U#~ys= zkhw8MSik*qHxU}+C$IbhRZNkE$z`el3$vH03I zUIUzNv3Db{{Kt$_*-Wx}g|w;=Gi`4*ax}}#g;q7Beh&`H@MtZ@5n>F0*WqZe;uqG< zH|T%F&FMsT#%pbJ`>n#zXLQ1uXd(d>P%OR z|Ip!-OAWa3Nv%L(e2TTKZ2W%b9J;GsEPd1-VOlB+7l#mccLC78AlFc~CeTYU=#nG% z(m`6+4z`1HDObicw+*y=^GgcOCi{`mg13||6&tMO>SaO{t6>KNl!dN1SR`2ijAft= zL@8$wx8O7)V|n5jcO?+pbz4n&%Mosiq%FD`92AQMuD2{2JN=&V0G0~BQLE)3ay}Bj$DS>IqVXQgw|@_lUK=t`ag|gEZB64h8Njwhe-Y3o|45j z@QE!F+Z6$Iv=V8NQ<^GOl%G2tb)MO=!5R1lT$L(wWJTe8PRII>9=Q}bt%TH@wVN-6 z$%tHpSN%~2x24QAN-LheajiI?G#kkTRDQ(Ofv7MI+Ac2qy=uV(o;S~`f>I9hhilY} ziu0j@x~Ng4!3~|AT@;C4`X$#5Qgbpn|M9nvToK+vv-2K=t8eVy{CeZot?SpX->Bz` zyLY}=uNIQ=M7z^RYg24~OtzS`-R_zor=4oj>!jqX2YjIJDg=eh#Li~Y{nqiR{Ojd= zq(t(<|4~a+2#5^hd_m-l#Q1V${ zfhQFO`rqZS#^3w>bH}No`$DQMIqR^u#O933t$##~yr>K>n%SmMRAHXCELz!%FXjiT zRce>rzVEf1;E>er&C#0SUd4mkXEyNg|9lq*@iZJn(X*VX_e#NW9|w`(`S?>h@BQH) z9>%JK#KGpp^``N*lgWQ_BAx^?w18{bD}qUx z7~Wj|X%CXPH+OV6WXdf~W(aJd$|u$X_78RQv-9p4 z;2$%PUi;|L z#3z97mS}~FyF>hUiHaN~s4gPWa1zO9K(rK41WxdTv2QWql3Dvb)VRTT6%9O_qJER4 z!)@w|7C4Am=vB24F=HVIL5q0N3k5s@S_*)^;`zPX`M8yKW-4*BlsZ@`N}A%s$VpU+H+J@`WcoGKug^({tL$bA=Cv8L%veVM$?>VfQ!zRCoqzi6 zC$rAUU>+~;;<*f;4^^AZ(tvX4@J}u(Tj%IKW`xw5{v3^l{cUlJlL#%Bz%Fp&F~zbGObg?rlddq+c@jy#f_ z%`7BE*Y`*bT0%t)Asi7iwng$+u2jn?>FR*ZmxjLW@0YO5UBDg5__}w9STKKi7~edcq%skggrlzO&_bg)1^&9cL+`cwC8T0Hd1 z;n4WP1_8B5?yl0edl;smJf@-7LnKy8e?j4b2t$JvpD`gu&oHwCg?rjwjwjiu55zTv z&uThqcbB2lY<%%!Mz-b+%Ps;7#kA+Wgrb!iAVGLD#|~}@c(v2kEa(r^%be?SL}e#g&OaK(Xebp}6* z+PR0s_X>#g7_eS8?exb3e2aOQA1Vk+5{E#|2{p>@ z`yrCrl={>BIjnE6vdp;=awsom-cewc;NmHz`^zl!qcFwBNU#m9_xpi$XXt=E@u$er zF!d<{Q41p`N3f5{FdSHkSg#9Vems#c-`k}NBb^byybQ%8kPBOEOb6$^Wnw92W1)<2 zH-U=9kWUm!*)N`VW^cAT!#9VWHhmL;-H9KGl&fEyblD&LE!Mc-{Xy-uZ)r(7*jx3`@AC)Mi>OmTv=*f{B5(%SG(pe3vi= zhl&0hw)cyjYzQ~%145WHu)o&Ul~8Vw0Wdrn$D{5bdzw9suJ=#tgMIjmD)oHSA2_gb zm+GY?yWRb9Y_-#d9(Btav>M$?^v*TN#|B=yHdi16pgDg)j@puJ#mG^19yv`^ z7pwDWvEE2|i~EmZr^pslZVOx;A)9a{!|-}?RB)3$$PZTgtdX#Tu0;WQe1OaNh-Zmh zCD{uhL*7aBx~o*z_}M|@1Gi;_W>8QB0x$v2EV@?UO_5CD*0my$Xn4lh;x7xgZq2*HW`3FB9Dq26>2R=~^pT-IH<}`O^K@cF1{lk?AVijDNS^ zNGF!e3AhQST!no7RT5K2Uq|G-?*{0xRZD4${he+uP~N>U;D@elYpQ_pT&iA4JM->h zYSjzh>wl1V^Ts!>f0a~lz|jg>yFF(eCoRM-0%@JPhsR^G>F2_KLksA>|Nbd9z*s=} z3>ePd`yZT-$RxB$%=R^K{`9-g{-{5*ehFZLqJn_Yix6ob2?Vg-+up7heK2GgR)ZDE;`Qy~zz;_KNAE5{ z3)Je{^;924aku->TO@K{&lmBn;K~f97T4saP`T zj@~HVnEmkSzc~E<`od=WyVQuks~WL}IRp31fQ$m!e5q(e&b(YDlL{}{-tH}9VD+&? zc4ErX*}fifp?{>90L2P{&>$bx<%*;3c(RJ16;v%DP&s1e**-B~_|r!VPh>dBg!D7= zg&Op9L|nXxUA!iA3|1qF^;^`6cDLt;fg45bCH@URka}Z(K*DeW$B{B5pA5+ao2^}p zkMVq6Eu*+T9cnBnVXtIk^0wox7`IQ(S`)ON+}7Fg@$p%IgfsQ5P2T*(RyI)(wYzB9 zACE-y2G3hG)u?RMs~8f~RJG2T>V+&0yIQ3H1LtHgf_!i3J-+{R8bTPcl0#^Cw!+1S zoC-gm+okl{Z$LM;i01fha;=O`+rIwl)x^q09CkP-mJSNR4n{tEP<9)m36e`k=0onm z6LC2H^Lvejv$O!cmXpzy9NYea=T)itQ1zv#6WPQ9K1-JLobCNT|KB6b#Blp`u#d&e z*+7_0D4}e{N|1a#>YS5Qk!FrvEYgj#7A%4t6yu)X2T zdMcGU@4pcCffk3qJK_D<2@JC;XGkTcxU_*kSFY>5Wnx8@dQ>+BC8hYu5ga403r*QE zk+c{CX0^&38;64;>{nr3!g8j%ExX699yZvs@1~&2C`VRNew~C!ui=nV!1G#R4?nK^ z6jA`NNid5>N;@?=h4}85U;7WgR7fJ0H%97#xfpjg=}OeN6z-yj-oOM;%*Q+iG%?hn zPW#>8`LlsfB26Z-oHC22R;J1wCJVh47K@8BAc$pf!Y0>96A;6@ux~z~b^Ln=q2K&3 z)o(JAnNh)v3?E)I&=WRYqNk03#fJ`g{!5db5<%#Udm(*17Rf%j>;owJ&uPO zNXTkhG&?&xJbZd`)^nGz!DGip!-2bqMr#EtYI2z;tNP7a9==c{?=Bbw3^{Cr5Dcz_ z-Q9XF8JeB-pujnOcrrM9au$%m4+0}v+Xe8cv?PN~yioWt-j}nd&sw7cpQuwdbKdE# ze0oNIC4?DMXlkmkO%P_NW5y6qm9}75oRIN|jRn8Q+UuX6K07)*KR0u747aUvDQACZ zg3e?|@lyOn3S6i2TTDH+^n2dU`QiECE*) zMll8pC?QoeEqr{^|JY~zzd4tV)ITOE;2+|moKRp zBBv}@7EqLB06m1TAy8k0WXADS#o#mmk-ZG@^9)(T-Od=tO}Be>0`d7dTm?)JuB_x6nS###0DKnIeHddb5VvfJ~?Pdd| zsdB$8CR0>o69{KgnIE6-?8eP%-tNx34>SAYBZBl$4}^;3xM6UKT7{{Nh4$h!u98a3 zt}-GDPG<|*^wD8kY=NoB&Gz9D)5fq+AxB4TXf_h)TW|K%yHVn~~u7Y%PH~ zM{K;L>J&&=3Y-yWY1$N-Rbrp2)k>s>&c;q94>8;XziEFwZ;*+RS0V)nOu|xhg7T;j zN!BP7)aWg|o~Wde?OE#eO649nPPAE*Y$RYv6`#Ik!}Pn3K=`7a^;WB{&ot4axw)SR zHqMCL8H{qv8!p24bebZQRWKzzWHw0?RWvUHVW7lH<i z$3<3VV0cFfjmT9j1`ej8^l>u-SA>04Zi^I{C1eZptBPWlK4}a&1jtgJ`<6R3$JvC8 z@}vUT_M#FY9o8(U$Ps%=SPtYWUMiDLY%Q%Yis%7m3?V#W;sC0P*;eo^g1BO>W^)pX zRDIY+BZQbM<}tm7;S@y)0r#kgx@J>pcL6BFL{Kl9fd~};aWEA+5=a@K6VZr*`NkqA zSPRsZoeTsLnT)+P50n@Id5LzqnT)GX0VXwVhBPAru7+e3N^22MUY=w#?nju&L{jo= z+(u1;ON)SYqq-?(lNa0gJp}=4Q!`<}aG>4aVB}FaN*%o5k#yx?IX5xf1Nvx^d$QAvH75#_mB4QZ8iB3Jl-1RKYTkdY7;LM+kt zZ4$API0kvo0!sj_q&5Jm1sn+ibV*|n=>KvfcwW5-^rn<$vXQdJ_M_rMTT5X)0OMBrqkhs3@Oy8ERY+7z?Rd)!H-9?a6*-V zGzLTEAoPRMUAQl9OEBCymw>p^o~<%8GA||?%#FQ~VrImGs~Ss)*0R3$^B2$0d%t*o zHF;|6i<01}=`vot{!NuYXiGRyWAB*CL32)8Y9O6o6!Ijn!rSIyw2j zPTye64w)Vr$iboThfac~%nJ73UwDNReEerrUrw|Z@Pqs3%w|R0Y%i~rA^A)V< zZWr$m#(0S4s&;1DtuDFL7DJHmGglgFgFpRfwR#;xBw585;W{s^Y`TaKZTk2@KW&TY zBK|VBetG9S!lymMOSi6q{K&0eZfShNV_ok18M`)x-Y|vz7bx|Q-f-jNFYB}2`sM8b zrud9^{Jac4TwfZWwZeS#)-UgTQwF9k{l#wm^3EGC*Q%fXFdx44%R48j?K4*Tm!9F} zm-bQ_P@jKFh559yzW%eC0j=m;8MP#(HpsO^WQ#x8R?ODTikxkqaYb2D9LxzAMK?dY z*mSvNEs}c~a3rVU4Ztn)Nh@DA`<@^4sVgs?=(F7U^LzQ!m7jIz*a@F_!_S{(bLXG@ zR4+f&U-r(Qm+MDYxbu%c)#e~m=0Ek$^-!Ny=Fgwy;>rKAcmDCayV&yob(ufE;pZ!x zviMo`{P_((FY4!8Ufj86pQd?yWZy-ZKQFvbUU}U}mo{jL42Drb>GrXuKZj;?^(k99+(4xzSHQ=A|3kcC~any~Y$2pCXxJ($PelzKw4A4Ks6&gbH!P*Q8&S}D%k;GZ)Yc|!%g{9=)!7gJq)IpMmKWsLRM#rjGP4FooD zkOXsF1BrC8>I`gOyzKGw2j>$BH5aUAx+O)ga4rNSAlFO;O3NDtP2daUFy+D!jr7i& zTUMb${$LiptkGjXv=#<=$cc(Ign%Co!l{BhIO4}3^AT$JP1FE-3vOY18x+Lx+4*!a z>9oimL(sO%?T>KkA-W0+@nC==1*FZGGfI4r#@Lj*5nH{ecL6zdg&eci9K41x%zpLN z+x5YdN5#^s{_&GP|6a5^%#{GyA&$rb#ln0}h~8GFRbJq-&1UHqupwhMXROgE9w!fG zqT)dojy%IgI<82Ve8eI!qN4(J$s$+PX5l>ma9!hkjNpre*&LlLk*k0zHL+#+esIsG z6<Lsd9=7^37=RpPELx6g^Bykv8 z6uj_+hy7_2`T%avjy2Qd!pzw!Z!o?>XrytgAbXKqKlN8D?%z(rEfh@gWZ_PlPxY6i zyoJ1H_}Zv(eAS<@Xk+4tEN0>nC~0sZE76#s9~s6t-FSL9Mj+D0gHAr?b7b<8uN#cE z;Mj}BKK0Nrjq)i+k&E6fLMa2F+gpT1S+q1mxZ_$6Wq!^RpnX?}SYF1^?~lLtg_qN-6;v^)UQ5 zW5n;usZgaE!9Z^khG|ABLC_522h*2pRBCo~&3_PH0YwneZx}EN!XmT+jtO7;yP z9`}`N5=J%uOtrgZG2x`RDK?&z5)X z2nx-JSWvN=0K8Go`4%ZP^QI+uAXRMMjGLHntQjWzGY`#m-!ON8Ka=~pJnxH7B1kcXf|M&m zVln=Iaq4~gZcB(J)7^U@gLs(;+q=5 z#W#J_KYSju$82gGnhFv*+J{{eU?P0krTu8-}B@I;IICu5vayretyy(PVn*}sV+PW=6Fu1)yv<0?9=Sz z4>-fi%WO93@8wy|KFW_9GN*d+hpU?HpSXt;JU^*9`Q<6}_OyrdaHr;8KYZY3Cr5Bw zmxq|+&C$YjhR6jA{pLaFDwt#>t~T$|yfn&l(?Tg%+Sz_QQ^_z4fY0(nR9W@z>fliY zM4+$I-LDiD#Mu!f;E0NsVl_GC4_M8G3tdF$n_nVDp6iOCkzWcYX&GlKU+^i3bzrKM z4eKpGQ`I#?{o-yOm7G)xw80=`@9*z>mF9MZ4^rL`8ZtXhFpHAqEBo^O7`*D=qJlQ) zdw%bt@6nT)#XJqw3CaufgJs@zl}UFgLH90bj}UNK30p23N&6~h!D&XbeYYTLm_MmsvKv4N z`Q2R20emrf(;W*SK*lj3`VklhG1-u+52}llATsWuljqK{@?KiU$s2V#llGw9Unjs$ z6EF>C>u{3TEqR^E$OICSlf%Q-WS+w0E~dlt*2&X{Pfv$_GIM(eBK1aq0I$Vu0`{5* z;{a0(VxTDa1AE~EdY!dl1!)s<^dLqYfjEFMFqjSmD{B#S96N6!ve5=1&)s`){;~NS zP+O}9>GPmng=Di-740iL07$-N@=2HmF)fL+!ny=GCA>#zVyA0V^%#Ch*;iN^>Nkir zfEp|@`;d@|gvn#W;O2c`FuFtO={i*j#@O_lgEt><>ew2PX+cB*=YINfq6kIK0Z-aG2GPH>+V+hFAO7nYIsbu>9}Ux6Nn8xrq;hEKxO&Wk z%5+^7@*4|@5ZE9wOu>&WWy6vlEd*JmA@=Y?Z^xPA7IVPLmm764R0HWQk!@4Lc?Uo} zUrf48r_-H4c~U1gER@~O0x1}07>5jxkNmEBmM`X0X055UphY@LQP6SeG!yw5?~^De&*81dH`HXR>9q)`IsU7 z7LIDj2}s{TlA{@usyQj0=?WRcKJ?+v0w}yo^Bt=G3~X}({SJhyFf|ce^ZI4 z**NjP1e!r(t~zmnA#GthiPn+73V1a&CLGAK*#7Wh#*LuWdQ*cOQ= z^eD_r0}tS6seXmJjlw*LGB04diPY`5JHQJtXpf*c&T^ZE=oqC+3~cUJQv>x*OcQ{S zz~&6ZWSN1BN=^Tku4ct>qEIyaOQo_ICCp`n${~4&zX9p)7j^c3q|W{Wd2i4tUPZ+t zNxGGp55T?ajaQkiZ4&6CysptQVS!m+k-1)k?cn_Ac(_XD(R!UOp!i=kP?dz&d)V#K z`i%g&XlX&fb)SF2>4{r_O24?=LmxVW=$Er5tOgMGFnr{pIGOgj1lR5LB5IucYOw7;DwSM?a}kWC@Y2VqNZ`Cz{WmJbC(r ze~l+k)S;0fU&;6v+Q)u|WKxo+C_qtJW}s4-jBB+@u|%c^-POdKLBU@$yF$t?F6 z^rTh7D{~fzaB9TGr}6GT|IRVuYE0yoM?XGV?Yy$RLUNvwt^Q`?_Uhz`ldJ7j=Vz@| zxf(uua@tSr)uAV`3x!4!HXyCM_@t(vosoE1h+XbkLt2K2=XDyFO&6#(wAU$}_ViOqb&>@J+1oH4k76oo@GL*j7@FgMma!iNTt8PJulr*FQTQjbVu> z#zx&>bP_Aiz2NLee+&uEwAm;@y|6gCe{gNLR>)RU+h6)hf#NW=JBM_m>E))2NSvH7 zYCIX>;xVOqqAK3Mb?4?*BV!k#_RhuO_$X4$kgKM)c0u7K&_k80xnRj+D{o^?3!M1H zo%VPCG@fvWNwLoqE8Aa`A`@e0QX^`yZaBo2so0b6J?iXKt!20X{b|psBVB0O!PMR_ zP9Pj*yedWl+g1-|gkh`2(4yn?4j(-2PV5TS92ByX87WTTFnH(VXFq&E2w-yb_)p#) z&?6l;j{fu~Bc>yh!}jp#J$o6>)UVx$&RY*2g3lhftLXYCPu}~^w;xai986Nfktu!o zDRrMZOx_6SJLUEDhwvN3?G&_3lXWWda5!^X?JgPZ@xpe?8J;|R5?eB+OuNu=ZGXi> zVjZ=UR2nof8eXG$``iE9ngS(P_UU_n@_+qth@p9Q^~;rb`}~Lh$M0i9$0OA*xX#J_ zA0E^pp_}<``|<8!c z>A4efgCzVV2*E%&47W)lfJ9Spb)f1nNxNj@?C!mCyRlcyMXC~cFu?Vp6Oi8+I2~td zJ3d)DA_B{buP0B^G)B8KYCk?~M{|WT`81lmr~L)f#ykP0WFjoy z?e3Guk!UIh2S@J4lP3_E^!;2Wfn`Q#Dbl%~yOI1ZqD7ah!?+KJ?Zi1H?~<`yiJEo} zeve!&2M1A^#1ciGM$mnEr1fwW9yWI+tM}I-kxuDNOn}&qm6}U{9Vgo^9A;v|kOU1O z#wjs#7*aHW6RU>QLV%&JEC_teCJ~Tm*5?!5GJy?EY3RodTP!A#fr=weK{q2ymm?AS z&7^62`8Y`}Q5bBQh6_pzsCfbHZFnJoKHNTr^E5hhMy1`%G#H|Xg&CzDJZa@@NT;lj z6`Q>Xn2~AwUIUR%4wrq5wS!~}uhAn@ zP!EI^%p7t$n=m7Uj$IE7^483a@sfy6M5V zNkU$ltr*wvYVurUHX8J~UJUtC6J`-Gl~YC=3pn!E7|s8EGixJzjW@i#V{%attO6NK zCNk=1A(MpKJ{RM$>59@YBlN9A_Xk&^jAzBwi1SW$g&0AzMb(8mc7YO#;@zxy8 zU7I1YU`50b-Wz(;2m>U6POOhr(oB`I;Xw3~Opng98Gb`H$8B9>vYNKZSzNPxOM;{}%4$TW4(P^s{8=-kAip5|T+nhNac_xJ| zynXY~aJbqqu;v;i@tu#6t~C6O#S$U0u1N>F_*`t1sBogJ)$Ae{469}?sN!gpEA^5w zr`qJ;@FF8nf4~Sg9C95)z;^Ns5s&1}T`OMz*uRECIvgGnjZ9!kGTXf_7FJR*C>a&J z(A|nQGSf2akvOq}=GUpa>67CgX*wn5KIDhcK|xt=UWlQFfl*S|#YGh3>i($v^68kd z!i~=DpPedX%%A##Bg00X0EP0kuD@2OjLfFl zTC@K>yO19Dd9kJJWavNRw9{}L#&h~J__;VB=6X-xh29oA{DghwwX0)MD2`W1%P@S9 zv6P$9_YFr%#I7>icVb*n8t4;!2B+v_ruolEmRGZU*RA2NllrOu}_L}%EYSS5~3zGwT|d3>r!+ih8==>yIRTG@wqcZ z1ds~3N~L@}q-`=2Ju^}0i+t$m(;xG<=eLHPR^TNZgt%XvFElsS1I*X>4K(wBv4OD= zx~wc@oRAMVOtc5X)4mH8mzPiUyGgr`KudgT|hwf=<(5sli$tL=ZD{3PRE1N zP9~gD)g5Mv<_&6O9XeU^*dvA}ag`kc(5P0kd}9srUtX;UVBt+jz^Xj#p7F*Zzl3bw zvf7cP(~HwxZ5NLLQ8mvTHR+Dz7G~xf+r5LNyfR%JX?;FEX#s zpbDPgvX<2s&J}lVy>jDPW!fWEWp2NXjeEskx$QA6H&?*rW^gK!md$lKxLgc-L26a# zpYld{5mupp(wQvPG%#q%#f$FmZr7ny;KHR;1pjH|N2k%P;yhd~hbsq#=>FDxQp$$s z6B#1-C{})8@7>ym12nk$_Wn+_G{#u#SIHr?+jzS%bZDppAHIG0^$H0Xn9qg?XZms+ zc39)m5G7o2WktV_t?_571=2AgjgGzScjTD!BJ;ERM=%EX%T@ix4))rszw+1aOhbEL z{QN#%hpTV>(k~vMeKApYmdUqxY^EoJMSL3789wh_KJ=QT9G0Vl< z_-Vosq;Pboyx#KRlJ}VBaE9J|ZUmh&dzN8bOxYp)w+Jaf=BpEv@+E$Fh7t@!;buZ2 z&kCo3U#w;{J4-a7t`KH=NUm?pK zkyu9~;(ftghsFdIYqd^QYK-Ivim+rFt6^)navp#8Y<&2mhcvgK-R`Z^3#UCO6i`B& z&qZ&$O4WC4o(?ezW?wiCGW&2YFe6#5--3)$BqziuGPS+EolNp&P;KwQyayI&3*h$U^{mG4+2uOK=k%)-JiwG<5>iPID`0I{&vg1~=GR4$9w(0c6_3ejlsl`npND+xJAs!`1&o~+)>!OOFlBGjy3 zUz~9m?BsL<6FlR8^|$`Un@ocfv)M56SAGSO;eLKFICtT!&Z0&mRo9%q0sOm zI;BjW+i+qfyP*9Xv3cx~(}Slt%*i5?;b4Ez!UjndOS#do^8utCOfYas!P2!}jF}JP z-BXt6#y~~`M#e0SC7Hvnjnh&b;-=oX{pf>Ecr`d?$n>BDfB2X-M(QeggVQ1?zc%+EL$W@PpKB%2#`MtnCO zOjl+)lf)aYeH(cR6`=JM^tk!`lBC5Iq&*Ied!;!AbXci0oWS{QJLYz$OrpYoyH-;? z1PO1FSV>VxKS3xBcO@V;CIWOPxTH}tC3hHoE*x3}?yv?HXwosIiopE{|BE1VBz0#K zWlEZLuDsl?%H_xe1RpMrme~rLVYp=yOj7trCOuqUnm)2%tcRHgBT~j(2B#TCOR^|G z(grP{Q#sQ*_PMWC5wdkS+YD>Pwm86zi>;X?ZY@)foKK56C+pB^Fo$Es1-wTh(8VF1 zudGkLQG@^#K@d(IBDUH>#<0lu%zl!qH&lH5SUY(ska>g&Mc{Cm+DJHSvofRN9`hKE zRV6UX#Sb@MbQyA`tpxKSvzYUxlEjpOyy1a*`DX|S8p%4PF0a>d66Kd(=ky$Mceq^B zE?n?yih+zy=$J^bd~v>bgfiiRF>2PM@4R!ONMIyv)qeHgA;@m|go$EA{3sWma5^=& z0G<4Z6OdFJCj`tVh*A98I_E_ZX$}l5yOXHM^+dXJ9IN?b_{E zuhpa@HC-;oi##rIHuF=GkXa!XakNf#a2!s!d4ZoStWceF z<$6ewrT)FQnE5fw2g=ccjR0*|5O65%3F9AL(O(S_cSt`u8dLvh&#;t|K$M8W)0!&g zQ(G4w=6U7G>g4+sAta1G^XG9&6YvKb=UZi>>nQf-Vg(^H_Ci;gBTdnv$ z0ZV)cO_U+wS|E@lQ5<{)i5!syj2n5WHw#CxVox?PEHz@5jTH|RfSJuiE)~M%c=70Y z*va7=cM5Iz!bL8?Cwr*5cmPaXj!9rl2d{7sL?l=eS%e_4Lu=M1Bw^pniVuNo;t;Vl zVnR)6O)p2c-ZLHk9YA2*5TSgAaxtRjOs? zVSsete5NAf(l&h;!7+fV!U^S>ZYqJA84=2PUMzN3I(c_Pu?xS&=b8DwLG60WG*05N z@lrJ*VW^P-g_@u|cWjwg zR9PGOZ8KNwj7&t#nn3}ky^!_t;Xu2fUvXpl&1_wl`ge*dO*cCjtL1Dvj0M~>l_Dnc zeVS_!T3czRaQ9$^E<@qQWpX&gp&ojC;`UrwdC>IA1t?8!gybk*qN!?){hldoywH5{ z=X8^-GSD-DuwYZ1OLU00)&KBzoXTdq2ir02N)Qx|XAJH@u@3tO6~IWs#Z~kGEO-@XTB~GM0j{~*K5I)D&xNiO=*7$(Nw(6c2f;2E z&E=WB>mu_>uX6_ZGrxfU3VE8dR;$oD&189pS&328*pots(28t=9rIp$V$8x|?>c+M zWle|!#tV;GE&<<=LSoz>OdDz|l4(m4mKrrK>VxVG9DKABs`4k-lTH1}lr1_Z6Q@Av zJ>fRs&sJ$;{2_B?yv?H#-csfNa}mR2q%y*poKyv1OIJT|PLsyrmSYCS{uxmuX^PXH zjMgF2xom~zi-OJP6QPzg!zZZpfi5W$L!#Qy+i}O9SMcYCd<1q3W)Ty*%Xv9xVn1~B*PN{_ZZn$#CGYj2@=Z7J^}-cA>YnrJxqZrnP9T6GR! z51NZqZpf5#j!stEw6iqq{LCO(bO+4qdz*+w6bx_l+5w}OPsTzhrdUu0FFzyj5^uo> zb&g0Hq>8~XVe-erRAgEg(0TM`Wo29NU(tZp4N=P>K(UsL{4_69ISa=PUxEnqHk1y^ zuYix#9!ywElL9lv;Sj0|ngb9v(8?EZ97ALta!!)vm_JXKSvxr@^>oX(((3|4BMRZx%u1AJnx-yMt* zDP8La_%1mf5*x-ju>Q9kCG!??@55QPxiy3XSiBn~Gc49jXWeurE z8JG{^yPN0P?A9~GQ#)XA8(S+n9Z-Z-+(yi@VZ%=AVhye)Q2->db!o{@#laLX+R{wD zWi%^Kbd(W2%9hR9^zcd$N`>^~HL?$jS(Vk$fiEB07#W?RZ#Umg!V;-pAX3aHuWR#z z&Gk0xpz3wVI^cJql&J-lzT9hCz)yj!3AF|Y^g}RERCf7p*kIu&(JpK+bBH-iJ74;R z`S$z-<_Mi~bA-J1+H|>@RkQFt_IHRE=%~wcvj$TcmomTLFoQNxN{f!V__+8v6lX*R zIGEd0^jBxOyau1cDX@cfZuOEfbtQzWmKya#|zT0nx?1Pp$JnwQO+ zl1jou9u6-Ec9PFCox;x&BT0uy5*#lP^pYjFsmUYTJRvBtyf%x7k2nCa$>khS&~(L5 zHE{xqh_y!q2zwpvT$tcOUra_3h=zcjlZU_?3P-z`il%+xkzy2QI)?d9{Ah|t3Tbd| zq=`fZi#aT|@)}IZj_d#n~K?pwD61ugZ?8r#Lpds{)_*dnnVQ?RE-C;Ok@>^C`0^{C5L2<4ZKgjk2eE~h&Y|%_WtA>FRYerBwxFJH)1*sY@ z{$qah(l@O)zYcdB%Pg8kG7LwWkdN!o(~jnqhhQoV?0<)xj&ZRa-s6{=}A9W+ts~;gM)gOU~K33X;Bn`mzRNn%v{cr$_QiTeEg+89J?VO z!=FK^2H*+EHxGg(>-Jl{MU**6-L7qyi#E~nQQ!3jGiBU+2AkOKPC_Z;b;w2oCSL37KvAv7^N*ZzR4LpPmf@I1t-? zXT3;Qc2W%0cq4HB1I+<@%+wvf9W;Nu5kV=ZW7p$q2um~9VS>hVezvwtb%j4Kf@ZiRASih1)DX)F%R0UeW$N`R)T^D**~mR_wY;^>&GR_+#;%S0 z3+B&4;xteO4~dF19DekW<%360+mO4i!H=6%5B}nw3WwcE=Lx$HA3u3;xqQH}A53c8 zx$gq~h`Q4U4}ScUKK%GZMpihc){h=N{NTYOmiOO(|9rsgf{sqZJTs!>hn(hv2ag{= zIRP{m%@*df6-5~uM`{2pL$B&blMrDUS;@Y)q*RStisi9Spkn_`@Ibh#^(cQ zxm(>{X@|L00fUo~dUD{7VP|fS=f!m>CnG?aM zygFq{9~`_YCrzRz0&Qt^mdjNXJR=rTuHk4E9p6N%y}y01ABUTqh`=&Hsctgi$U-iQ z2SZmAAQJXGlU)&n(lC(c=vW#meSi+_qv5#opwl`f@#N`Pa3d#(jy`ze#NxGmB-xbP z4Q3)Uj%Q-*B+!A+CI+6cfdZt7R}~^fkhI$eTh%L(lPAMzd~yE%qs~OSB8W4dKWlkm zcxH*hrmPHEJ1Efzuozo5BJ2DAt@L847GU@%fBtXo%DELV<`?U@n&_2l+m_>wQWhm~ z{DXh>KAJ~>X5cH}o(jb;@BHE&o@Hk%T)kc-ooVpk{gI20kdUL5y7v`;15hNdqOEri zm+;KjN=VOcZ4tMLB-w2M^Fc2@}>T#fMLiC$KTB(A|^&5Te)_qLwa}UY^;>0Qec5 z3p@w}SSO`dYv&7MF|m2l9n3j8EQlje>p6N_7-E$OUc^Z*H~6PpnW>AbKU&PLR)727 zDw69Vnu8fWNs#c-MeCI>Z`5^X?BXeC1!DW0W_OL`US*NH@P+fDaA>uv5j2ZyA32obe7+U~XqR2pTDs?tqm# z>&+u-p1@p_;EX2&G_zTZNid+f&X7xCtd!1xk7E<8Iefha$g{mu2M*4Rm3Y)4{sV59F&9R4D570Ksm3k?4=2V15U)-w)OnP! zGNmnWXiQf6N7(hLMkZG#c-nJ_OUwDo6eWz^L9W8a*H0y_&=82g|0fY^XqzjVo z{D@xv!Nc;?BYW9Dd3MrY?gJW9@_C|muQ5sI>)Vw(JPl2nzuAP9wTUq>IKmiQx#^E* zGu`7Rv*v#Hygl+uK<&%mD2eTdcA59bnL(qB#jm*uodY+_3WEG;xcOF+X)W;nxz4dE z%{Da9A#d(%*Yospkz_8Ov4B;cwyHt3p5L2|mZf`yj8KN1eebk+fX@|N!@-?BE3ITi zPM?7;I&JOUIUq|7XI8Uu`aJ|;mn*b%=xQpv>Ru<)#s1c{*AA#ROw>f^u%5Kf5fm7n zo^m5+XG7M{+eB>V?)Wxd4Qzpf*RE~tk4}c+YzfWr+B@IBe+KJ)a9Scrb_f;zqfK24 z{WC1T-=nU5vjJblg3xAps}6WCxrq7LexwVM$rmHMT|6idYe!9+2G|{?w~INP(azv( zf(Vs`)=BLu|1k{I+C;9~hlg#LxrvS>hfh^q=wJ~-hevd2+{;~9_+jTq4PEcMgNWI# z9Vd(e_@s-ftyElhce4?xF{tY&p{reyS;`+)rO^<#Icn$LH-Bz83MYeS@4oYsL)269 zKmXlPv0AzMxi7r7XH7%-!m2+75?_divKDgAr)O?(H<`$QYOH1hw@J9Z!|isTTx0CQ zwP>M9JR-E5gd>DO1Zc63)pce6RB)Hn@^l|f*)@m-`77V}!mBdLH{~Ar8a+ybat{rfjba*Q5V_&!5hao# zn~;mR^_*hSL~{vU#ug-=F|jAi0`A<7k%;BN)*GRNj3Lu|Q%vn9w@s;3u%&Qrjs}%# zP$-0Efw%x0QEn>$mMGU7qL_xHVPw0GUll2tfs=19V;26PNw8)pNT+ia;>3Vo@Eg!J zNS$0wcLV9QgSU;N9E?|%3?__0;@UVgl*JN7oq&V&ok_6BN)*Tij;~oGnH*?~Y!ITM zM0xMV4Rk-KsO9~eH|O)=SwECg7%!hjQDm%eibuuyt>02C1y^rG6Ui>D&v=4Mm6F6x zO(Vy_ho9AqYGtApoW6xwVB}zF=8)i!ABv0Db<_h#7y?(bWRk@0}2U!v7GpgG-*U<;xEML)w zu943T&s&;*$qldxr*coEg)r-}nU90fDimw=Tv!iE21j#GJyvD!#I)L=jTe-ANQX8@WEmqOFm6f9=CQByZO0&(uC)8x=oTwm0bj7`)sPvMYFMB z*jpyDY4O}3?TcBz;MFD)bSk_EW}RS{p^C}k+64C?CZLc{#0M`$0zATW*6{7yU%GCW zYn3Z!WQ_Tbe(-3T%(yvRYOs@oj$C;z1VY4&v1B26CV(mD5whAW#aSNu$5^|%WRjCh#jYdrRxfm@{N2^_PqvZ>5?eB(q`r_@wW}$Fx+)kudqe zFpe1yUDrGHa~p4w{6&fjX(>1AGqM0S#O`TcD~qPr1Pm%Jxo_;E~xO8HedUNfA<^Tcq`p;-S(45CzX?H-}nM{ZV?RK z#8v)NrWkTBdVhF!LZ_zp*M#(9DHTv@GZ_&Ehf6zB(#2*c^G)HQX=(i3EPhxq>o@Yc zp;VHfdq94)nG9hZgLF0vw+@g-6!dW7>$&dHCs+Vw1fZe&i1mjk&T&G)rm>Z5d_x}d zMxr2c2r(DHEr`bxJT{riUHp+~*NT;XfeuZATBg+e<}SbF{WIZZMV^#2`B=7uz=;ed z!6EAkG-CesdYz&C8{TF<%{AcRF`Wz>xd~y2x5_diHj7RElkdMF(EJ?hngdeFp+|k- z$p|6x9@#_lrW1w0A8QfOO&*vX~l&Wl1wx$Xf&CL8fR}O22i=?n$OgY-|*a9g7 zNYRyId5`J%=Fa{V?(ARDojoR>5Vx}&8+EucvYC~hvf8Z&eUc{mr05#p#cn$Upch^n z@0)iqFxhP(tPPZs>E^q~CMLh2D`*68$-<9t2I!S0GhrP_o?;!gsdi7Rw`(SM15|_E z3;pIGU!kG+ZtJtRf{9>E{)lZr+iEH4B9TAsAMMWKXYnKG zuAeDcryG3s`0*c^MuG)Jznj7#EE7;jSDb2T%6Yb?$|TBYNKYG|3=J%DDO9FZ%w2 zzt9)V6s3adDbi3mC#4KA)Zwdq_Jn@j@BS;FXzQ~liU*padW7o#3EhG*4UIQDjTd%> z-4x5}L=0`JH~#KCgYg`G3{bUe8`)8-3NRnySo#eMcHB>l#5;+D{-u8fFb^ z0YNq+Ek?7Vs$iA}sb)}FocNX{q_l;ZWQ(@0P4ObW4qsG+)&-&|(-|&hopq9kT(Fn} zi|~1rVP^W$%5RzMt}vDbUc<=aW2$@bh!}#*T;;4WDT^vjuJZNge4NeAqr_%dVg`A{ z7KR?nzS;mJKmDEPTgrU7K2-FXuu~X2iA0r7EWtQQLcBb=6V?z^WfWwCf$iE4b!9+f zHZdVO8u=QOS2b^m3`5yiMuV1}YN<%IM(7``WU&LtI@)C6g9J?HWF|w+OW0(<<2qaA z(c@;77cG;4JUkf#4nNdL-iH%d+U@)LN*8nocZ|mI}h)$tN1gJ zg;|PJD0mmsqHNp7tn^qJxvzyvyF{KjivcO-C^b<_Hf29_qn~M0q+DhSK7EYRct*BH zC0^Po_xgSJdrV1m5>iDWMW$1B`sDGG8IHDXR z8I6DJ4`+`m@up`(JYKY8L!^=Kbo2RHm(RIVki|D`SAnRl zd=0E5Ba$Rdy!%+DS!AT?6)y=OkZ1QW7kz{Y4zHYef|fxKkBke8cB294-d9Wh@GX(k z1Bl@I)Evm{YvVkK4Grf1TU>ACx*%92>M*(6a&-X{^*E>GCU=m-aNA~p){NqO3PPgw zy?UXL&W7=YXTfXOTDUFT`|YmXWWuEvCqgTvo)qPU2%zhDnRX^MhshY77$8QRyRjvM zf*IGteTAeeE$Q{kVY8XH zUY#g=vh7Cg+iua`knEe4QY=JigVCjGQfwmI@9$-F=ui#BOD7I#&L^2tZR$FX+#Ej+ zo8vvQXMl>i57#XjWcK#;1s#Zc0L4{@<0{6JDw@7o)Q= z3E^f-?=rYaK{^+`ES4wdR|_&33LI@`%3krSjE0s@Ozomy)7cd$2ZqCr1EEgKZDfCq z8)Ydvi7-atY7iq>XvFQP(wzX}^#MPBN0-YC7RlV2u0`+g;x`>l?;v-(!=uCZ@{C(M zQ)OTX432&BU03~j3Bai_PdC>D+aZuaMr}F=SP2066O zNJdmfqMOP=Pp(_G36;?ZnnG4tI^KGnXqSk~vF1?nZ0?}~8ngX&69)~YvN=_di+-NU zntr}ggr-82V#mz{1)nE2@yRqXxzYtrDMjnEOmgpBIew(ZgUrp>;jR5r)1;JudXWFD zXgsq+Ojbkq@V7{*Uu{A)DDitvKY$I(r7leq^Da3Kc!+4X0?v>`f~pxSC5JoVNC==t zEzBSnQ`-6HM^6_@58XKVeU9a`zVYhGPfY>C6z-hbaUB@m0K7vM7|1koVY96)<=wV0 zIgkxo663<>g%RHU=@Y&{#sNpl?5pB38&4BV&`?l)LXp>-*IJM(Psj$9k(XO4OMDQJ zh=h43_x4-Pha^{P+ktYU)3y_hmaYGx`}X}@%h_yBv77?gN2*zxNrR@PX~!+XS7`q5 z*=d#_-PTGKh0d@cdq$gbLfJw<#V=>^^hY1j4B$$Pek%^cC{9i>K&UP;OT{i(N~RO} zu}l%rQVx3b4#}wvv=Ny%R_qyVMW{<`k%Gm4&201E$d3(e5q5Lv{!jv#!l+AcEL;h- zHE=>w5?qLd`BZX8#K!X{Gs518l&B7xnv~X&7m3)3B=G3+Tp9K+^p(IgCixw*MpI0R zRG%!8!OSv+jU&pLFk&vo`fayyP*rwZF0(?z0J|a}w#kR)d8Prd)=)FlI=O{i|28zVQgIj?m zYZ2V1_FslGt1)ehEu*yow`4tbI$eHYY-$mSLiJ(t?IXSag_^g@7444l2Zv zKsMAMCDes1dqu%}Hxq_eAU3iktOT)2a5kC&pbaglcma?PnHvaX>dt_0L4dhUt7D2t zw}=aYLdRu6-eUHIv5F91H20>G-=g#7&1o*Z0zELBtsONFsBoFJdqX$dC?KSy5Hf8z zkp?`2MG2gGLdwo~yda6nD_X1dY`i5BN@eoXPG?RC)8D!*rzH3(tthUKi1bXS-7&Re z$@kUTK^9axRX_}ij?9^Z{?l9N?+*HILvm_w5BH4yq8M2%L6WROWKlh#u;MXHC$T=C8v2>&U(Sc7P&(<(TRWXQJL}B6Q1~4MYNy>Z(h&v= z^tD-7a)frg`Ji*@eg#@468c&I=F8B^q@?PXhR+jvlPx=Dyzb@DN)hr#_a0Yp#hv-y zSN`ld>=l-b!h^5gmCVxSSxhkoSeLqcF{;ATz)Pt(Zd_Bn)SE&aWo!~h0T2gEMZG}% z+Vpz4un`H#C_RbYfK_6qqonoz5C7yjGa9;7e~H{secf4|3Fn2fvfPDK@I`!uu)7WV zTEryIm#q#eYPxw=S4k~`3L9-!Kv-V@E?!~E@(^5`^-&_R5O*DrG@ZnwEFu$hjjYChkG?Ks zwdDX^zWJqlMdBzidv$sVD&CI+fnobhsU%C8XH3URzh~-)(&x){g6_&V7>&+9{P5BF zZ!ZZ8L0uuBba`>H4jm^%ehmV{Y@6CUta0nPO`2k=MHYwtm>zAeY;uAhO#)>a*Lq)9vMp{_qhi3OTh)n^0n3x z%n4@2eWi!gt3U)vw^+$CK;3*enC_QqiF{JI1M?l(STGmTlv!Z(9^D~?czpjbTVqvo z6R6g}SH^a&BCG@bxed`8t+ZUW&I4a3G846X15E6>r%`cuThxkKO)#zh4U?jAK|^V zo1RAV@P9|&{C)X~)B<5(^M6RWF9Nn$KDfcVgjKtB?-rCUe{lNbv>&da-$}ZT@Q5%q zYCiCsG0zv#gOyXjTgR=m4WSTz4-2~h*ho)DQD5oVk%7e`#Vkm~9El3}m9avu@!ntk zt!BtwiIqq&dM~XkLKYU2kra-4<7fD2F%P*7@-(urSn6d9Izy~bC|aE#{-ZzZ&QIQ9 z0WUz_q%Map1wl;BTLi*0`-e4GtHsK#9q!|W>72Pp9253~-cDFd(W+9uOneY%C0nYU zmQ7wyo@+v(YH8A=$S>mx4cw4&I;^4?aM=t7J8{A3>qEbCeCzcGwT-5p4&{AG<4cMO zwVZSsd3&=s&6`7(JF?BuQQH*ld_yZ*e^Yz#`mN)NfAZZoiOL(70$&q@g5MJ*CcZYw z_evJa>qJ?og7&u!-iQ;=okf@r{{-Me?xdD-UD~r%fXj~+0(|@_TB)5poGOecv`^te+KY>soz_&HO*1DgZ1pvKAdFEpFlCqF znA=i@m-Uznr*@@ORchdLVU%6K!)$2v^elnBh+G`yBcl3W-ufL!6@vO9S4;^RkM zTZ-+Cg@Rs74=WpouF;(aP8NC$?@dPyEq*!Do~`#zl#7QPP~f zD^^O`U3vfh{rk;a(Cq{)ft8#oP3F5qd`?2M3v-97NV8T-O3U~A+1=W3v&Bg$k-X2BXKPZ+Qn|f4m5Crr zhr~&cxtPXBSFm!sbDPM19fO(U!9nOfEi{jgj?g7z_35N?n)wQ7!PO4R($gLw9cl-6 zTIi*~vdGC2JLF=}jNMpclEK}XQ-MiTEmbCDprIp&50tNwfw=bLI0RHddGh2*AJSv< z!JCRfI4n~AK_q}zbBZar*Q3cQbn}T-fWxxo_>FqO!4pwF(l7qmAOFj~R-1C3^=LY3 zL9jrra$L+oe#+gx%^fjUv5L_uRgwlvw-@n*S`t|s^kobi5JfV;vDN&lcXno<4Y$^b zsp1s-1;+6Q^p;!QMG7MGi&G>c>{a*iqiH$0`tS)V2JX85^l`g^VGQ1tlW*&Qo2b5(sQM z*c<%rd)!sAyb3{0Qj&?nQNi6UgG`w;f{mTs*R>#^0njVZP!=U=Fj{l4pP~=m{Ol(K z7DkEL5%1;)V2&nSKn~6}x^p(xp>6UQL`wt+glm!@@rPz);xil9!W>CIz)|NB2T?07 zMxv;|C8jgxNFKq^nVAxxI=XJiFUw#)8DGhZz{}#yM`I;xUMsGcL^+cHi9LjWrYoZ} zh{ZuRE%`mZ@0M!tg+21#bE8QdL(?SlCoZ`==&(pSC`7y&!BUdy3bNMv{Y|`7Mc8lw z-zT&Bcz&@Gp{u-Rraa`RAd#QA6G(Pma0WJ<7)g--x0h{6<+PUOpj z3&6&u%W!bh=V#odIriZ|B^}$E#{EpqIG)xu-V|J%N2>+j+gNU$1MOM zY`NU^sCD&L7Iy;NY#Xa>m+3p`4Z&TRC%v3@6V30WL?R1;7Ah0#rkkN5|OlBJgSQ z7J{i}V`}3Dv2|g$LZ4w5vn72Bn@g$%DBU>KTE!5+G>4Bm8b64P6OafUt(L_QrFG`c z##a6$K>}wtBlU!EwAYd~G8v?@Wk}H|kRf;?#_8Tc$sPeYZ+9q z{`|ss0cgA({k7g|HXAh)UEFxZN)xkvliItmg21X;vy0NUpr@qhj)qxcUgWUsycP7V z964}gPEh2&Wg)%=Lko#VY$8D)n1k2bPPGOKO52AWE_EhWN-@RLjs;#P+Y8^RCHF~5 z=O8@|V6lM=j~E6* z+sykiYtb5@&6&|Q{sgraf+^}hj(ycxw*2(6w^(-uLGtl)t9NMympG_!HGMa^LN#ZX z(7lOKS%dJ$Mxq%Y%kFt^W+h!%^vTTKRIKEbUT^Ao$=zn`>|Skwl-E2ZCOumt^#+at1G_~MaK|m&s%uG#pf7sel`RcR>!m28K!MI}4!7hw@ zn@m#wbR-n(=vYRn#9ae!a&hTYi#MRys~TPxH=IizF-T2-?-uJS(ft~la_Byd= zGg`~F!z!`zI;#H!Yqs&6Pu9{n_ z`B)b~yVBW&@N3+f#X$+8vX>2tNAG36frZX${><79}XtJ`u*C=8=(ZNBg zrFg=K8_c@%T|AS=mWwByoE5AKu@{xZ`1sDz*v3O0|$BV_-C1wfZ{499e>9WmLWq40`sRL-KB*e>|@0J#GQ> z1f7wwK}2>Z=93e^kZM`_H7Gt8@<~#2Hw%uuz;D*HM5$0IOM_q5kR_&M2v{*<=a(7(|3BpO>=Ii^JgqyMy zN`SSF^9R1k_2g5TjaOKr!M0ivxCItwaJ4HE8$%M@z`n>1@G9Q^0^N+*22#IZ?^t(< zf>LEMqG466Ib~m2>@1gxr>5FX$6qb%roCAC4$0=9esc0nyfd_H@acPQ&Ql1>32?-1 z+2M)wd{b-k7F3w&1nxyZFHe)!Rlj@t_TBaauX~0H3e-phJ&qcwU2*c_Cx7zc#p9nn zqgNfjbN}FtuYTz^CL>*RJ%0Y2<_XCt%w&}jc;`+jrO_TsOcbpmy%x~UDGHY&O_e^d zeER(P)81sB9J~W*9e95Q)E8}3>~YIzt{fih^OyqAKxMW{Lg`|0Ica|_UfgGD!ii>f zyQTq{eru?t3C13?9VQ*o0!7IM=<eqcGKOXM9 z-S+9Dv)*80#i5nMPQetQ=kS*)m|(^i$SOX2^mM!PHcua6bPj($w0Dz7Pk|Fcs&s+b z8bDjog<#!ol0-z7DCs+p5?=k}+Uxs=czyp+vqn*%Oy2K3oh$9I*Il8jkt@{kh3n;- zO%|d*iMnPinav@&V`6?rY)tBplSNIkBGQnp61~{Yhb%;>!kRRga(*}NtjQ53^O$%V z1%!}a!IDSbsbUM$BEyTMUGPaX?!^U(yldcEcuh3`08{0Gfr|5D4n9J!2isNgK5~vD zBQ3Q9XqABH5IK{ZzqD1sDqKaQ>hE?UyMRf7`-y@b+LK=N%T4cJ@3Pd4FaS`HV^BIK^g z2=)SyEcT)34JO2^aA5|*4|a$7g7PZSyP|$6%8{Rjto2>)zb08$zAUi8@nU&-#f(DI z(5Nqt61*}3UPfJxSQGD@d@-4%{74WuOW{O9024<~_@ETo1vK~`d()8(p-0CI+SFGIP_5<_Q< zs%OXk0VD7q&?mmz0&<|?O3g;K;&$j=%h3XnXHv*&uVuEBP7`whY0YzzChkB=z& zLA9Iy6z<#F$ut_3yT|o<#`b9HWwM+idpd#KBu6YkP(Y7+x#%b5h-K+Fiw#w?++!rw zDmkjQkQGpLgXAF|4kbK#6GmhH@ED%qz^i&T1*{sEsSZd0HRB}jhSap)I zE*dFf_vIVmtIEtX=JbQcV)-lPQV9a!={U+udq}&{xbU>>aawt*N$53I~)HD8v#oTq&;x z3CE45Do$}N#BxSx6IfwGGcP~)g_{GwG*c<@wWjb1@ikUQ`u(T-3my5L3_JjC@Wjp# z+}|l)?;=Z_Oa>s42s0CgP1g5zEcWC!O(1Q?m~cftkll%fwv(dpF=1$>sLfV#Qt?or zH0m0;y>LDQ`b+d$^R)swO6cPw4YPC$iUut(QA26 z<~60J;=cpWn%Hx`L3C32?zW>$aw=tDkm9>#m8?X?#kprvtE`YSTy1COuyXgtyeguHKYRM{;R497QDvGe7jo`Z@5+gCHzIoG&zl$m&%m+;Gpy!d0}{~ zpca5Bghbhcs2OG`ipvFTAEL_`;tOyZRFrBLsdVwM`Cg?OcJ}v*JM2bz?dF8Q5=5;K zv`V#lSq>Xhu|amjQdI=wOsjZlYCoC`FCw!~5qFqa46z%1Xxv_|n!Ch(rOe-& zI(J{zVg%g_Gm^w*fkwFG#@RdmDB7;vewg_q|1)q?)=u{EC zSmXuwMt}A{z$ZLBj(zv<|F;4fzhnBZIJ?%`1^AbOF zz0QK!9?dI$Fr;1w;&m}BL>@R4&-iNWjm_&1?%cUk&oZg5=d*a7bmx1=Ic4(is)c*^ z?%b(4y2a@he0UVuQg7hKnp}4G)+1pzT(x2ttWr;H{EwRoSa3>Fc8P4UUHr#pVtB>5I{7cJ+jc zpu-o>K7Km%Sr~uM4p#o@C+OTvF$w4EZ8{hGItaDmxV@{XA6z`0P%qW3ag~j9Fr8j? z<}gYqE(S|_mnp&0)<6TkvD$Zd3TcYxdQQE zIHF8F7;xg%0`Zp$bs`+VWuO|4sy%{9EH5t4E}ny2FO~_Ld?0hJCJt{-3X;HqPJkop zq@s2*mv7FrT~zEFgx;L0E~PCXjGm_V+a*DUunhPeELuSW?JrWOR2QssWvSha$3X&J zrBaCnE`tsz^dfzSZ<~4|EFgNyTkOrV=s6u(dn%sJv$r1HI;y_*t=E!=2lwB8_YTAm z%l$v?FkLC%e%rFL$$YlhAhrycaUK0b&mqn~Y@;PQ#nn6>KXxJuBz+Rd(~V11_)VF+_FD~b~e#erOixT(d5Pa<>nT{uoU(Y z>SLy+)`%6yb!93;Gqi>NXCCqrf#m27_QA!=5Q|$5`mWDhx{}KY1;~QuRH-A!!+OC? zA5U(OJcs={R1s3XY_MDk69_uUL-kEsOcA!V5{5tkgy=V;mPGb^Dvebsmk%??!)Zm9 z*jo~0X9eV{Cny>N*wP{kDOgZjxd?%urIkc2)tDkYIkQ$(aiO|<-hyBwsvK~Cv#-l|w6G5!|$ zBY5Ddnu9neEjXW*%gDB1y0R*lPg+gP$l3XmbFynZYL5Vg5i1Geq-&tSkjp!jEWA;e z9*l}z0KGYZA~5F#Tm@gweqvpDit z04e(P{cG&vKf`+;`5%Hz&a50lG zrDBi>fHUj03&ux0lYX<c9Y;KqX|%O*dRYIct9%1yedd<;2Qpvj9m*T(8;GJVjXmB4JXlFp2;9 zL{HiJLr*prMypB9SqaCPAiu$}(Fp{&u4nB-4t?(q#3E6V=uq?3Vy4&xRBMue>8EQ% z{M{C%yqR>TlL58IcB|oRy&9cA?~^|P_;YaUph018Ps&;Js%=)vOP~cad;nRoq9lKf z`>h*(3uUxw)u!Yli3|4KJ%88#!4H1$hyR#5SqT3H%dS&>?=E#GG7Oc3N+qGFn?dVj zKjSPMRMt@trF$`_?cX^lO7{X~QsxCE|+f~|1n_K%OI zv)r9#idy8QoaGS_*kmg96zb%yqXQJWZ{I$?Lu{N{^pF*1T?~q=N$_<$0UaJC4J71> zh1*CD&?ck#PFlSL;}W^|-r6r`gDY)lTpIe4n=NiI{^;@B5VV=80&0x)?>CX96Sa+@nXU!m`!qq_4<|PhI+?ruJ_3< zc;!p4?1T-*mo*dV%b$M^PnlUQ+#KKhf?nwP%?CHnt&_KyMdX(m2LBX}*O;nRLM^)8 zYXZV}z`VksqV$x2vvf#xq}mX>tz1i{(J-@eiNMa8mJQsT4ei|8qAH6fbbRYj_S^hR zDl!pkC6X3p1CsFqEy@Zfd6N|6Mi{qx204UGP@p8BrEH?Hxr7*xei(_ZbZnG%B#=!R zV!}_g8a>pn>?SW;Pc2sTCaiM5?pn?JtzT;LsF`1F{y+EmgIAhdtr^`StizYjbx(!N z8El+kME?x|*4a;YGZgIbT3lmD0BnFfy^?=4J*0{Rm;%&(^{vs8Uf*T3+#pxxDau6EVwF*u0G%) zzY)(b$@<6sIt58jxl?LI7K)ilHWSnk83V+F=+6S!!r(Vyo7t4rR4XDE%gRlweeU^n zc*nf|^7+dH{E9F9x&!^v`^C@xnkF;pm{HV7?Z!M~A@r4$9h`Hhjl=|-rxK1nqcElb z-bH7&o^>XZ5IP2uEkO%r8lsnoxo?3w$zrp4ZT=B-;xCzPsxU+1Fa`zES9tPU)RK3k z_>wn7S%MaVFGP2+9U+r|EK5qtwEZ0a@D4?IQ?=78fU5aI#cWhf7@ib>9}8i!k|qe& zx^9gSGGY<3!mn!1Uup#!L7{QL4h zNL9cpC#-N~toH?#4)V+Apt&ShE7HTHm&|($0`m|ahN8?R7^Bs?YF_kKmfva|I}@*7 zytABb_RISP2(mpQ6c|W_a-AcW3n+xI0h-vzh*40yta>=ejTftm0>z3Cj}hZkBx%eN zPgSRM+Q{reU!WI*-@v4x24RCdC!Ca@p8-JHtd@8r{XAS!RnG`AW}a zB76RL^G&;;vlPESuS zdI;uqr)%Crxj>;=gl;=M63km4|BLaAx{)SP$o=r@9JT^ePpY_obda6=f6riBVffY> zO|8~htN-ZZ{)SRav1P6~9xWs|LIR2UvzN>@oN{W$<*&%acaFIsJk!~6HJ-jsEa(`+0&;_uc#e>C|x!majX9^ z{q_HlZSb}Po0XtNyxEio8Kd!=O6{Qg#tFoQMAHMu;ojIF`7Na!(YGCt>JV&(m=s}u zp9)eK;pB(XH^>~7yGV-jZbLpdNp*+iu<N8$K>C$k&h_o$I9^)SYdP$F;0S5_+(;E<>b5MXbH$$2M;rmN(i{& zcH2JUg2Z~szS^L=P5bPvjft4bZy!>694!Z-Ep$Skb)_eN5Mx+y;#Jo>za|bkJbRk4W=668e>)AZlBbVJ&A|PLv zp!nMRyWccl2SE<$q(P8RU98U$JJ9$ zl^DqzwY@Qu!sXRyo60M&vYB0-q91#8rFq8Dyd(Zz0vsPGS9@M|C>w|i#Rs;%A9y{e zcD#Rvn&cE;16}}veyr{%tp|7R-nxBwba03wE5j7hD2&0J+aLBO^r*f1-d!jwh;Fb% z13L;R?o!k4;_Ahk&@UvZyToV-`J)n;t-%TzF4l2IlwF}XdTgdhZr*9%+u~Yiam3kN z5K$)S3&&9EY?8Ug%_aAuT_XB32H?Ii5-o)?ev81BBh6=UC00HyFgDfc0dqxBR$i^sZ5j_sJ- zVE_=rHpXTLtjIvk$f2pMXp40hq*uWdhR%}p1aC>f(@;W6aq27ryM^t0=sOyWMng>= zjuBZg;HuSrE;&jq-2N2mfvL!GK05ADo3A=OUiTR?6l6WHem| z)MFK&cA*^vphC0c_VBF8W3WSj69(>J(%P)!6rAA&`?|SiY}~!Xsi#~Y=`5M`*)UL1 znuIk1ImC&$fw|Kj^T_xnio=MTpg}zPx4SOM#9GkoAbulfce;K;`Qdu;t2+mWNkglE%*c68xn4 zChDx*_DqsYTuYOfhM{)gbD3V|2~XD^H9yELg}s?VaSWL(4Ndk9*K_Dea`DjX=7fA( zKr-J(kx@4jn;EHAH7c3ya8fOTzV`?|qK$-?hzo-Z9z`I50Dk%9$(NY<>5KtHK`}y@ z;ZU4Oo6-dsFLKnm5sU%mQ*nTO81fkH9(|NIO=UAZjdobhmZ2;>QfDS9IxIYa4J!-j zw6G57lbk0ImGfn-McDhK@Qb=4xf{*_%Rs|MD}b4?Uwvt2%Gg(k>V72_+iMbh`;}Ys zGv!Ah5k>zsZ=QViZ}T(NH=x}_|21!(eD<&KllWg_y!;!-iZ4SKV`4%ZD-C>9C`e|q zNKG4h$(T^G=`5zS8y$)lHyi2a1`eZ8AYaf%0Xlui{HWwL_{lmfso}ggG;w9+WvGKQ za!lNscr&lO*geBgh$`1n0An~HVFaZB0xJahh66~-Yy0Fi4vAd_+)kws)_f?$a7WGe zQS=uxO~1Zw-`6pb(1bXHQjUZo8Bw@)#CW7nVgx3W?UwX^Q4WRFfy}EB1mN@J*&MIbcAWCx7!l(S-SF#PrjsETLA# zRCzFeNuGjntrt<)mPb9g{ujNc4pPV$X3~xOyc>0) z$GsIi7Nb+l+>L+TRTWo{dV8fJfx>kQ7!Mm=O_nkzc6DtUM|Awo*g&ej;l7?FCEncDl8zux?vzkb8M8}L`sm_`TIfJ~jfUgUPmd#hK^!}^gRxP*a>enNPAYAou9#0FE z;_eI=0x+({zUWo>ro1bjC+Zn2Rmqfj>QG0~0aNB(beQ-CWEcvO08&$@%8-D5>3JMx zw!$JCpL)kqi;pBu1aBD54Ack~4eJY78yL{>)ttO!j>Lq^YV}J;B5_$ZgOf7Y^%hHh zOVSWlI5Uw>u}t4_%~Ku|PMRz$&CRma;lY#l9H%d$ID%2*v=s4Rj9>qfC`s4PlbkPJ z34M__3BM`QA@onah{^Hbtk+@Uopj1TJuC7YU;Xy0M+LCgRl{+QY?RpB%>Hl3Vzuh8 zn*FPvo%!{;`q|lDuYdKMndR*lwPmJ%yI*_xSK}!5Lw@y#vW$k=J>2pN6?8|r{c1)e zuMKr|b$`R<=<4dlix(7q(tSn!ddRD*tHD$Z8wn~+O1Wdi4tgR3^d<#;i7~z$Tu$=r zJ-EE&{mYY9eJ!Jf$+f^U1|fkKm`AKCX0BIB+Y}SBv1{1L)GY1qZ&BW6ui9R?Jmx!E zA5!(bZDjuFSbJuspOXKaE}XP(+tH~8&K-wbcb&0~;;;I!m8tIOBFhe>rz`{FrsNH$U`v*r0eF+aVQ*KsVRG2E}+f6K=V_lWnfM@&wFRpYz#~iTP zEb;@lZzIrr{j=p}^Y*%4%D9^6ymIrH!yl3ZPEfK!TO-ht$7W~U3aJG~T}F!O>CF9#UAg8pkIGZs3ss4*0g{r-M<~=l$RN zPfa(XoJ%~PrG(Ei5InnsJ9~bHciVIC03po$yMq^@wZ9Jztzw=pZhy?$z}#L+$N%zQ ze!y>c&L?|s;vdbYDMob(M|$_wH#pF^*J*y|#f#xGpr~+mGwur@y6zCr#_EOale76b z<-v$PFJMj(El6#a+ws}$Gwhqyrt|DY_uu_@zT)-H_>shcgpf8Rq}UQsgh?6tD~+3U z%&8KhI#3|1@!!QaPFtKw+fZ~V(07~)+;`AfkqAisy;@2s&v>ufF>|( z<^2Xgp$d=!@}6If$5&TR|LOnwe?9I~x8&jyN%MGY9c02p&F~Bf>fnJw;iZR^hjgPB zK)@b$Tz59zmGWQ%qqhBmBVFrG8OfMjNcm$)3wKxrI-Mbo%XVeYD zsM`6X!DKu`de1C~F42nek}?rp5<$VRcRP>7VVuy#uBtkAFyTGDJbO+;Hr2Cp&SEj_ z%~R) zHMAfMsesYMmd`MkZr1&0$adKC!IQ_!9)M}+_qyoqub=$*7Z@G3x9pxxtpy|fe`@(N zTy>m-{rA58E~2loZSUiM^!mMQ?EUjN#gN7eFpM=h&}7DM;V7*)k%|UNhRa0;o+!@x z3^95n`U{Ema*Usc83RYtGjA9B_>-Sr#1?*`*9WFb}ISCLF9LuRn^FYbg-IonzqP z3cQoc5%L=H-NeL#BuB|qjOR$EAG z7uNzC6Zf2HN1R@eTns9x1?-7(&}x}ROc|)1{2EefU5O#bYt_9%EJ4cGYQ+g_2?in~ zn+#Bsa2NGXjim=^MPYK~W6TF#z}7}pfdrIl$XFyHK|c@GS7AZds*-m{IaH4V5ESj? z1>pt*%L4oE@+o-Xf@Z;{NCP57x+1S6zSSF=Q4GsoSFk)^k!3=Xjl=@`I00m50dLGg z!3@yYcx3)DgBrURJQui0pJdT^B@K+@CF1!w63XN>dR76fq?X~NFouc#rOa87wfI^(5a93f%W=`pl`YCta{~o z8c_tVe3RAm^MiQ5AHx56v0ncfMg*i8I?~$B?ADU(+@yo#7pn+~f~?h9nC>VmeccXb{9(_jX{xl=_D14jHPRsQu)9wR0`%G;^M|mmb>K5x8n$mb9u-u zYs!%y@Cvs1Vkm%)IW6BeAfurfQ0U?XoID>{Acc3kh-1O%4Y;eVFa7NEDDTynmjQnH! z0E`S&gGRm?o8~Ve&wQR_YEq3!Up~h=Ji@D!OhU2m{*$6XCOdKMgKLI)*tB-_gFK8dw zsMND&Yr7G{ZASS^`UMmLao#6OFtRsaiTi~7s@`pzD3XTNp~=ha0@?`F%YZEybL#i#$3iYh3i z433+vsGFcWar0lXk48a%8NC)NV9T%zzDJaVDgk-279GM;q#Q0a zDN*fbL*20qA%j8zqr;tJxCzYuG84sGt;` z(vf>U7b=F0L~+xiFp`j^d4aycjBn|S3q*9dJNRhT8hMqBT>T*S3*}sPyTtuns}b4mLlz5@Eaqr5R1n8KKU2s@(6XCgF4g&tMIC0nNbJ zE)~z;uGSij;-*qck;aiKm1dJn4#Ru8grq7}#Pt^!y&-3nN|V@|M6oF*p{!CNIUyLj z3%7f#>0noGl1*JGKU*K<6yPP)iVj>%;1{Cl)UiK_;!*9_l~6KvOn?j@fRz!gSo6>Hg(-| ztpAr7#?N#|_nlmYQ74$3!qTi1Qjf{!$3{pADTv zupuh~HUxOA1$7BIc&SV)Ehe^&m9njvH`%#*Nx2L2k#^w;kRI7R1c%5HMUwI6OE-Js zW5MvxI`KA@f|UEY-93b=)0PhNL)gf08X=$Hn*VZgIoVpwC48#|&47gs?lppPI_QQZ z$#pUTLYRV{$%Vw+?aTAg=iYAVxPB29X3c9}E4-8&if9*V?+WFX7;Vwsa67dtwrgjn*#7SKzjBzNWbwp_}2d2L52PgZS3oDCM z=Cf2*T+S#=hl$M2?#ZFPqrCuS*(Ff@&>7J&GEuUXlLr`>VBT2XnA#DR_6j@&1t8iBNgf>5V}23YTaF^;_3y_19;9`jLbvF?WvGSVAaCYm z@J%^mwUvvJ0iNK-C!V>Oz_(W$H?C9S8x9elbPES;HQgk`J&G}GqiglK?qK7<7t}a` zhY_bDQ4Wf)1#${GhDm`Wg#eQvjE7&p=JrseFr#YBN{Qj*S?oDgf$H!Gd!(st=T{Rlt^mL}C;f#$OxlRk{*K$cYt&tyc8E40z2$E(P6)%W6Vi;? zHxJ0>484mF7cfW?PA2AA%P;J9V@O+|rkEl>C+TySx9m_58ltaE!1E{2fC)*`jYJGKj{G z>BX3BBZlC1qmiV2bQ3VlFv`ZsFKRVp+;BhKO*j(0gd{V5C>D$nfr7s$0uN&3N>rGm zoCXQv+BTZP&N7)cOQED76GV|pHBxRk^Ow^aXTO>;S!|rM3)b(zZ^hFdYxM9sGC;9K z&R^$BrfzJSu-xgCyp3fSXcy0I+r{kSoXmhA(&p`g*AWqzbtvG%sIWRSWFfbxT&>sj z#jMI0PNK;YAf9cS3m}qy+P1m%izwpzeb(FWYj#EgSSw)BZGXvtS^`p)5k@4BM|s4A zj}>CxY*A-tD>S;M9>%2Gw)MK5mGx9CPA2--E-KT5c7UZ9y>s#%mT`uw30$#&ZQKki zI~ptsrbPU4xhDiVhNqlzW$Yi+4b@GGuZ$m1Df2t11rm5(VTnxOVRZpey)6) z=*+nz3Wj9IC8_N{zudaB+>HAKB8sOXJxUBtvo{GB~@62h%A-T}6> ztRYKCTzK3@o7(Ix!MIqwokI$}KOqi6r-F)i%WgquXvtPZ%ns7hNd z+&#?h!XBC*l6&G6eh`Kr9x?Kq9HF16#rkW^@@lP$J})MgLH=L1iurMP;)Ppk1TJ#K z4m3)#WC8-o|8eiS4X#^c2sDqA58Pd8=YlTcE5vdRkB{qiJ7<%`dk7?hCQA=Irc1fo z#X7Thi#vB~FSA}y@Rr5b&MdcvZLwXVj8E|8ppyCFPl?d{^oNCC zoA=|bB+@>pxhLewl^trAYdb+&Z9MvXU>D)PAvF!emiFB8N~Q) z{af;q$YIQ;mKl!@e^MHq8`9|cpHW1$Ce}V|O;%i-Iyxr{EsL$PFwy%Y-BVK*a~v*| z@I>YdS9wZ^Ua~0`jIRP92z`#PL?8o&Bao+OMln*-goZV{eEM8O{@-ER(Ff+>!U=dn zj@Qi-e&RFly!=Q{w1QFEiKIZP7IS5LbrHiGb;2Aq?$ef_Nj%WXM$ANI=3Ika42;!h z9>W%eR?yJKTdk4hj*&+d4+K4s0L)^W5G&t7B4hnEs>o!Kv(P12Nla=4xhb`B%#2pBDeufD zBF`l=DW=)VV39-=y_6JpF1`IZL71!Iu>Woiy}9&ZIb7y%C86cFG}{iqO6Jecdvo9! z9j)L51w)SrymM}!DXD`mK*3|ODQl_|Lu)N5w&VGKCJgArI`>%cTt>i*H287VY zWCp+fI$6Zi#bh))X_2+RvK9&Ioql+UGba+J(2-Y>sio%x3749hkX^LZ^bt@zUNjGh-Qj4iDNt1+x znx1_Kf4sMXJx2;uu9%3+{xcI|A|Www=IhWlQl98aCqr`2k#M2P0)RT~71vIr)(a}j zVCl+cPHy8=H#Wz{BjzwD@8gvbY{j0&+oX0)7Zcv?P@p82*atw3!6+f=mixml;rieJ z-cAeS3^!!B3IVQk=X7uTb23q<*mfM|3Z#NX`ciX>P-ckO@LsX{ed;YjqUBlWs7g*HYwzX^N^_xl$f29W!-NhOQDCp zS)v(^C}hzCPz3EO5-^S+PN?5oCP*Qf*EvOcev?yVZp8-nXtm1s0n+et)HRr}%mzS5 z2xGgO`%;dhCDILu4%Wg)jC~;<6M~qRms51{hEGY?K#cVK$&)8j>OG~3&HZW~ei$9k z%M?n5jAfHQG^=Fi=kGrm%)c%ZYkqnvhl{XClV3&hK-DMXj7|TN`fJ(X*-s|xM3$JN zPAaQGE4T?oX@vu{LDQobGK`~oc@XlE(#DfAl!pPHyteT+0_Ku9ALvMVTc8rvGB)}a zv<6#bu^U@m)hR?yHci9x{B#ZjpAaSF<08sc38rnEnVrRAvW55nNwG8>&In>un|qCV zF6>;#XuFVgUv8A8=$@UO_WVTUxOIGd_s(IXzJCiXkdifJ`qOqs3~zY**6rg&s&N~; z5t115o0(=iGe8}v*%JIsg`>S^XOE^_clq7leuLOr48ci&7B=f>zHL)rJ zvGSu>Ef|IxL@c0umA;(>zyjE1j$qd1y3+KmM6y8Fqx+MbY?>uJ;c{uIs5M^cK~ZnQ zy5yH=acV`F61q~hCTE6_2~IEXTf0Onfx5yj;SXo}WS4VEJ+3(4~ClO;941wS%(nV+65c<3K{mz~3YJL#{q<3IHFpENONC zM}P^DHv*VoA^C_GBW#OJD>idKV7=Ku8t6d<7CZ6VRUt(weq^C&2{rL1<*2G&B27;z zF7my{>Fd^azw z$qCB2t1TE7a?&0m*=?p!bQ3gisNO_6NQg}lMX-=b#7CAbaHaYP4EbE{#pxAP>4enk z5v!u~t1t2DRVdlX1C+z@%QY~^y?&$A%+I?QjaubBzcn6CAqwZ_zC8^PFG0^JQ*P|9 z=fevM#gY1iqel@Wa4z*^Lj#+2i)Nh~}~panWX?x70^MM~(7^E@wjNTipzG zY2+P%gDZ#k?%kte-n2s_&12TLXnSlv9c^>iKog*HE0AA+;P$!v=0VrMr?>#*&jrK;`HUCp15ft5&Xy%ifgQ^3B_o zth1cwh{jP#q2Iz{q2^ktuvY<~>p=e`mfY_SqzpII6*_yhWc+G~D)%c> zG~(4+&1IxhNWz0&upm)`VT3XKbt-%^wik-1ppRx{DOQKy)tj!oBq6^>!P<&K@F25>IA{v_S(kDr~HcCW>MdOBk};WN@Y}Rs&*p zXo%_!a(k(6u0aRZTuu99-FGrp3;Xng!m9^M>q79`O|3Gd{4hpX#zFX+2u9^6%hN*#f9cLLc|+? z?EA&qeC?}P9x21g7ek6v?N|FPR94d=K?>@*6(B@=VL)VCTC@prIDN{;!2%(No`$$S zX)A$gO$9Eli|}EpWmdZAfmF2xJ(?kn)C0^~Cm90PZXP^1-pd6GxFsEGqFAK|uO4ju zCDU5*oxF#guL75F6=ITfA#6M8rQXcdx}-eS(ns~-Xu~WVabi5?f~DqyDT=*D|6Nja zl>+^qx*2S^W%NjsScMIl#+w|Y-6khXN6KJ7e*Gg6NG zjTi!TR2(-$R7*=Rb!lVg><|8z|M~C#2|Sh2NK+4xJF`q7(Q>G@)9nsPvqXU#g2{~H zJiEoy!N-ptfB3^6on1`NnYm+6pTB@bY$oqr_c`^A%;B|;eIw{)lULKd!-ED6XAC-a zHS`7@s*KG?_Oc^oq6x&(xd)=!O>Qx>bQXQ&LCHsn-%tEkKvL}s4jTiL! zk5%eB&iz)O^lsh9K}ex?vP%`3HB_+Ity?9lmUSl3*JB*!>g-uJe~{1Ax#XAU2XIs< zzWvw!)_?vV{zuq^4cbB?i!Lnb1 zLa=0trA7|pg_)}Onh9KAU;Z~X1)8E+`?t4<7m@zFTHQH*ZHW$%d;`p+ zfox4w+A9@wz30ml%JINkSd%_Y?dvHLfuKp?&4f>6f2Z2me!3U<94z^4xBw3cI{D_91m)-TufF@BnnnOXs51TnVKIJQ8E{#b`l#IR>!~kiVO$HVhm(cSl*5`s$pDg6 zGNCOKfEbzNsuNk)8C=eBQ{~FUNQ>iY5gzc7b!OfniCrmO3dy36q`WEYQ`ML>D=SHN zY6tSdP^{U)ZDz7_u`xqM2)5K(A;Ez3yUcRD31_cbQmK@39WNjK>G!`s)>6;LoTd%b zr3JcAAUG1)FX1r?;S!G2obnFiNH%U&94-*A^}f|=N7AP))D zK9_Lu5*{@mGFahq4mD0R6(}>5cEkz*s&^wyAoahop#D9^K72TCb&`Njh@cYb)B^m~ zYKCnO%hR%Qh%qs%vsU4-U`wLOBoa<8=Q7K}$cHoqN1qj+_=}`?5P_nCBk>~rZV*qB z$gg%a8vzHd1mm0CnewG*$o**732G8IpcEuoVyyYxx)oKE{P8YI~a6vhtnvN*LM4qTt zV7vWxxO1{OTuHMcQ`CeD(MEl}Et9)Ejs$|n#;zpWTz69XvxHvQw5Xv&!N&{HR9325 zf(b*g5|aqcL`*eevvev|OK1MXy}$%BcB1YI>ecj$ExFV>84WI01=DSno}o3G5U7E% zOe@j@gO&z9jf#1xGl^;NxM`9|xF|ghHCi{^4N5?gXbddI-J!ubWkwE7S&&W7MY0oT zpc?L$k4a6OHNF6JKLM?dK*YQ@*L)CeF{$vE7Q*@|h{nrjUw)~w6G{}2Z}+L-PDEOj7lc%G4JT4XBG z>+~)cBNKD?y%w`qv@x<+OgKB8c-$0b=9PvHku|^%*|X*q$^}u{G#;4meU-6)y`dVX zyR3$?rGiIDMIC3enewYP@@d-C?KOT(SK&1lDy|hr;JLaon|5S3!*yn!zb;50ov8Be zh~MKlP-fX`zsWFS?j+~eLkMayXFV~DAjt@f8LYgmMk15pgf*s2rKD``;oDhc@5mU| zS!o!?*4QV?huhlOZ5%atorlibvX-nXa`Vuk*2cJi{7oHVl8+c%)Pj}YhAs|mW+A5| z(T2g*+;m8XYE;CPNeq(d55;G@Lc*8w!fZ^IJK#OXLGcx(Sr$arc2y%|dLl^4(NHGV zsY$H3rG))e9I0m-iIJ-r$u;(;OOh+WP12o`sj^t1pkU5A6l2q5RvoQ`~X<+56g%}(hn;>eKOM*AJ4W#g>_5xYgVpkQOqGS+>oW$a0{UNIHmYYb{!y<)KdInarD! zjAvdfIwA~(FY<$P zl1Uj&>ibfvV?z%_holXdl2M>navmMUruJ#eD07oGNbixwkivJOS2&bG2h>EmMwAx( zKRp;Mhk;6m&{1P7wbb7dmqRmhQon(bfxgLRZS;b9&Dz8M=6-V>6i(7&4XxXu{~eA_ojPEKLfKuoFT~A=F^rnRZB}NF*uQ%dD8?4Iyft zz7FM)J+q~n!|i(gTuf#s#2h%Qf00 zw(nRT>6&Z=F@u0%FCHenbrvJ9 z^)c0*&P{QKsenw<>lkcM_A&~Qh2m2ZL66MCKtSOEwGPfIP-SGmXCw)bCjrJ{)n>Opl2Awu~Bx;i=(1Cap#`n?xBCFVHV_ zDou@9CO;NPM^=z!nOVy`2VDrYPU40Bp>UjR1EU_n%)~W>)$(U0^~tp+F|KFMr9LnV zChE#KKvhEmY3lW-Bo0Keqo;9c`WJ78$R&9L974xX=M_dy+*?vtSfnB$UNtXp2)YKJ zaWhZ@l4iU}bJJ=|jX;I0=V1{Bv%I4QlupFrC(ehd@L?82yLl7z4PGSY)VDR=U@Ku5 zj_by!C5j}rB&RtCHU-^4`)bnG;Mk4{4G}h^^9@i7_K5S zkk$L6+kr|KWUSCwq~b6sVdRkpqIbg*W=NXHkf{UZ#@52qqijdCR$1uh5`;^TwR&*N zv>_MaF*Pakpe*7I(=)TsdU92$4{18yEAl-et8^+iMf;uR*LcC zm&cDEaRKwcz5mMHeTbQ1Nhy?ov*9YWRM!f863%-9_YG>8ml~n>s^!FS04YnE8HBnl z8g(^8<+LE&g}a?xC77H+!~kS9NKb>c+rrCuEdS;xw*~12xE&HE;AU`*82DRx(ipJ45q4?IxmvxO2`a2zF zj-865gdj6MFmpEU)XWlsRcc1~=(}=%G5+xpsb)?zbR6e*5^%@v^7v)YjU{tgp$>oe zL2Ctxb{ejAQI8E>qHQpjB(t!uBOw|=PTdIYO{U9VjnF#u@q4JpEcf2g$mf#W9Suk9 z0-v-2Gva&a{_xykK^fO8)_sDkbVa}`-7 zfU*IFk#WS>13RRAAY*zn#@SdxL;#KhrjgF*P+zEj9l%j4?orx9kx4=I6^ubgLy=G@ zSn3?(63EcAN9o8Ipk@H_1UoO8sdFFz7X<@j*I$11)z4KE;mS>xqZf7w!0S12z7xM8 z_Mb;F25iG~S&8)sPJ!uF_p<)<;?d*t%ZrQlg`@%EdrmUgTyuwJeQq6cM@lo{3--N1 zCU`~0A8Hr7Spi$KCbJA3bTm{!LXd!TTmn8ULV^|p>s#^3fb=IS z=EiH~0^Hr{L|U~~4vuOS5U2|*4V;5=h6~ZGG+ki+Y+#a=TqOAcgyMYd9UA>#Wczyl zB^7_MY^h*vUNxJ-q2uBN^E^W>d6_S`Uzj+R(Y3)Dz^I@NHH`-h*oNl-IRcqqCdMn( zc5WVhwN~4^mX8HIk+VPj{cruz!^c1P!4H~`AJxx$q*~J`ZCSF+gLvvmP?Sj%Sj@P0 z;T@?r1wcOmnyp4}TdleK00xTjKV+E8cpeHes3MR&zfu^?HZlsqqLbBZ0;4>S9y}!^ zy)04YQr~kP`YXu2uNcocr4uvZd@d5r*Y>Z!P$=!+xMrvNSIx`Q_JYLiRFvGr9&Ui) zdV$x2rVTNe@&!`y=dJ^}QoV9OOIKUDr-Msq{}H!c^5T$UvNh2J<{Q=TS`LO+PoFg1H7JhA zI=CPcFVJ0N@XyT0VEmKB!Lmw?H`u+#+{_x$04<9RiZ9@*&?Y9riNZ=z6&3M0Sr#Fxh6Ne;B-+hXD9Sji? zy!hUCzIV~On&K8&EuZSAJ|rHH5O30Uw?EtzR8Gh&2XEhosCq*eh{H`nM8ad|(~}QR zChNtRT7Rpfqgt7o72zHGkOOkbl!e)$nz?on#1bhh*=!9Uo72My%v?w5T)UhWkshND zFM{+7#iz;S1^zP_b_dkMvnIXH5U{o(a4VF+(wdeAodi=>u9nTlsCeGPPvwq7A$KCG zQN#~GJO(D`^7o$jdJ-&O&$j6ATY8Df_@dkH_O2*I*PL!N!CYbP`-k+uSC=!i6bMgZ~oc*gO4<7Z#R}>5a z6J0n5fpD=%$1=Nn#f#?o`8jELxT8z~;zGX-h`mU`rS=tBy^(yGOmMJtyJh>{4cTr& zW!dCuMk4uYs&M1h^=kNo`{&JvH+Ob#-+>?(*C0Xy<3hd|UjLlR4yeFkC>e~Nz^hi+ zN+h+Tfk)k0FvzGn@qD&V6=mvb)+sj>&lF6rR=VUGM*h7$$XvT;m!sJ@0(N9?FFEx% zX(9nG7J>!4w0r&4Yv?B3%Zu~z3voM7K~`jHf1WLGf}r?$cjSInZ2S5fcW>Re0R>VO zlBEe|Qt0IOK9u|4U+$lW(*5o&OxEHM!ptqW_;*)kEp5y*( zY=vOv;qQOzhaX%~=4RsHS4t=0#`W4)$To_1cWj_UF{eA7DFk<8bdJy*b!ioz&%R!a zrFIVN0&PaPEuH~e=nnijEBtL7691=}vjhQn;qBLtAUGE{WYpWV1sxCF{>m@>nLS1e z+kD2aNl?2!|0)HGywo{N!AwO(QHHRiBg{f~EKVx3#3={Jaz)v5G%+w^{DnDeW;n!J z&_AY2pMJKd$`P`VV89mtn)=?OB4DripzUB?_%xG^GM)$KV!6ms=w;WVOf8m;nEn#o zTuT69Ln7ZTQ*m$=E$jdm zhAu`o7~K);icbnS@RaIc7JmbxgnK8sz%&}55`IgFijdqPGLHqTQw}njfAKx#4`h7& zsyWKFs0vKY4)e5>V{do*_0ce^WCPSU{`vfz?d{HqoV0ZRvH-^n3BE^aM2Y~g%t<-Z zy}DBU%{A~!=wW#@x+<$o1jcv3<6}#paBUx)b|fbIyx~fILt;FeAeY)6-A+wTiXP`` z?3g1>%yWD8=hqR0H;L&xBdfVsOu|-n)o!0X{GjC}tkVzsR0RPQty}dhM?w_EdHaJZIu=D7Bc5q4U7A)!W*Z^oF zrae$(#IZnGdjFba&yoq7FBId;e$bWDz>P2%xPOdUvSI5yAn_BmnD61-Mt02uni^5& zw?FBt_TN~$>Tt$+U|La|)Ga*)Ya6eV+AN2R?$)>pb}K0g8w^Q@G+$r1X&WBCgg?t; z?qLf1J<|6)s5~_9Ul}ATv*+&3+b9xa6irHYlCi_jySMi_-t--cWGvS^{ue9+2Jze0xFb(7 zPbbHx8Cv}Dd!6r!;k|BxjXgG!x2j)0(Ts69?i;TFY(*VsF~^u*inZYP*5@aGb{Vt< z!+m*5HEQA}*aQTtDR;yy+5OSKd^BRdW}DA2NkoD5=U-JDA3w9@E(d1fSos)IUh7@kX+2oGDD?`kj5+U-@HMK=}JUIH2kw(;KJqq80!-Pd) zL@bz11Ehldsq_f`@)7WNz!*XsV^gD`-JgG@Gw3LO2;Ped$HLbJoF{T>lB}+C@J|s2 zcBt#231NwHlUb~$oq$m?y9OhsuCR&Nnex;U zx~A?Wny3yi3nNwW1vDSNiklXQD;yerXwJX3Pirgl71hNwyMG_@*=Vcim*iR18RW1G zX9V*wt*aQtx*<0qDe$b~5NY5Krdt78Gn9Jfv5kMbVH){)qmjXBTHCZbz86S5=~SGE z7B(j|rxwzQ+2h$o#7#|OQDvKycxv$g;Y`6cUd*RA!E7-GbMKbODq@+sxWtd*x^3cB z+~EOC+9^9nxF3Mo_8IBodVYl#8Wbym`m%95oRa$oPXRVQSFq(;B1ow^2D}?}0&~ve zm)VXH>R-TT;UY0=8H8Dh62iJF1Au!+hu;wA;ZaO<$nRF$=Q22%O(U)6eD$Ly2;#avZA%o*d8hx`h6tr?Ky)9Np22pUP;4@u}| zLxXb!d3hQmXuHTr7sq%>C;aa`^~aa_RO55Miu$NY zuzebeY7sWj2+V7v{;9_RTc+CtX!*O^<{$I?BpR}&{mhnUYsP~Y{8hgG=knm4jmbJI z6g+^Vwc5en9;$iIbuQ(l$krqmzNWxgsS0FOb667L(X1}UP4dx00Q2q(T67`BEFNfYYzrkfv~ zQki};(H%9NHVF*?>SvqD^5P0`O7H0fKg=+&*B2*`=5CK#2@HmJ&~`~!)rgNTyLd1t zUV;;Ixyn#saLIR;p_4egwaXrx#hA%Iok<18`FvzKyPO|?kxG<>!eQ-;)XI(~Lh_g{ zPft%Te$=As&={oyyft%f8_l^T-cU029&Mx%Q1%qWFBM2Y1u)ql8{)~_PIYI;j^a4IkU z72Kk>U8+|(5z}(Nb%lSmb&04{s)fV`g{?_i3r?XAGz7}Xef1H1do!Mm9vv-R+pCuF zQ-cDahAF2@h3x*YdlfBX*R|jlcbw?d6D?3zpka^f$-!iB(Y!o)qWtpy7!t$I#pxq5 z(NV^@8u1&#&}0=A3U!n*ENL=HG5YPzD!l5P;slpJ1Jfo-?Zk~iH2_$Eeu!kqrI!tl zdqH@810)HIy*ggESgcS?&d!_PyIf<#aRJBCOB)QX&M9TbSAo(6N}fAjfUDtx0jFi6 zT#!a=lDX7g0Ov|J7C5X>=g_R@3v_a-T4dm}iG+)V7~atuocUQ|yrBTGnL3df$c*fp}?(2AdT-VspPzQ(Pa

    5?I;pTj*(hYUuFnd2`~VPr%? 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 literal 0 HcmV?d00001 diff --git a/Resources/Prototypes/fonts.yml b/Resources/Prototypes/fonts.yml index b1ca1fba96..03102cd341 100644 --- a/Resources/Prototypes/fonts.yml +++ b/Resources/Prototypes/fonts.yml @@ -41,3 +41,7 @@ - type: font id: Monospace path: /EngineFonts/NotoSans/NotoSansMono-Regular.ttf + +- type: font + id: Emoji + path: /Fonts/NotoEmoji.ttf From f2320d0d8a9e231a38a1d4b7d3d395d24ef990a7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 06:46:33 +0000 Subject: [PATCH 100/391] Automatic changelog update (cherry picked from commit ef6ca154e7c7716f9844b9ce2c38aa4f7c6f6e74) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1d83250281..a70226ea9e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Rainfey - changes: - - message: Hardsuit helmets added to chameleon menu - type: Add - id: 5315 - time: '2023-12-11T09:27:36.0000000+00:00' - author: Flareguy changes: - message: 'Added 4 new HUD themes: Plasmafire, Slimecore, Clockwork, and Retro.' @@ -3832,3 +3826,11 @@ id: 5815 time: '2024-01-29T01:32:54.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24643 +- author: Ubaser + changes: + - message: Detectives now work as independent agents, separate from security, and + are encouraged to answer any requests for help. + type: Tweak + id: 5816 + time: '2024-01-29T06:45:27.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23114 From 9d138e943bbf11023055835239f53b20aadd411f Mon Sep 17 00:00:00 2001 From: Kara Date: Mon, 29 Jan 2024 00:50:17 -0700 Subject: [PATCH 101/391] Improve rotting examine text (#24689) (cherry picked from commit 1a74311c9fc91e600f260f521176fc9d5fffe754) --- Content.Server/Atmos/Rotting/RottingSystem.cs | 3 ++- .../Atmos/Rotting/SharedRottingSystem.cs | 5 ++++ Resources/Locale/en-US/disease/miasma.ftl | 26 ++++++++++++++----- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/Content.Server/Atmos/Rotting/RottingSystem.cs b/Content.Server/Atmos/Rotting/RottingSystem.cs index 365edf9e05..e3389def66 100644 --- a/Content.Server/Atmos/Rotting/RottingSystem.cs +++ b/Content.Server/Atmos/Rotting/RottingSystem.cs @@ -133,7 +133,8 @@ private void OnPerishableExamined(Entity perishable, ref Ex return; } - var description = "perishable-" + stage; + var isMob = HasComp(perishable); + var description = "perishable-" + stage + (!isMob ? "-nonmob" : string.Empty); args.PushMarkup(Loc.GetString(description, ("target", Identity.Entity(perishable, EntityManager)))); } diff --git a/Content.Shared/Atmos/Rotting/SharedRottingSystem.cs b/Content.Shared/Atmos/Rotting/SharedRottingSystem.cs index e3db3fd5bc..5e1758203a 100644 --- a/Content.Shared/Atmos/Rotting/SharedRottingSystem.cs +++ b/Content.Shared/Atmos/Rotting/SharedRottingSystem.cs @@ -1,5 +1,6 @@ using Content.Shared.Examine; using Content.Shared.IdentityManagement; +using Content.Shared.Mobs.Components; namespace Content.Shared.Atmos.Rotting; @@ -34,6 +35,10 @@ private void OnExamined(EntityUid uid, RottingComponent component, ExaminedEvent >= 1 => "rotting-bloated", _ => "rotting-rotting" }; + + if (!HasComp(uid)) + description += "-nonmob"; + args.PushMarkup(Loc.GetString(description, ("target", Identity.Entity(uid, EntityManager)))); } } diff --git a/Resources/Locale/en-US/disease/miasma.ftl b/Resources/Locale/en-US/disease/miasma.ftl index 5ee77d0204..46e8db33d4 100644 --- a/Resources/Locale/en-US/disease/miasma.ftl +++ b/Resources/Locale/en-US/disease/miasma.ftl @@ -1,7 +1,21 @@ ammonia-smell = Something smells pungent! -perishable-1 = [color=green]{ CAPITALIZE(SUBJECT($target)) } still {CONJUGATE-BASIC($target, "look", "looks")} fresh.[/color] -perishable-2 = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } {CONJUGATE-BASIC($target, "look", "looks")} somewhat fresh.[/color] -perishable-3 = [color=red]{ CAPITALIZE(SUBJECT($target)) } {CONJUGATE-BASIC($target, "do not", "doesn't")} {CONJUGATE-BASIC($target, "look", "looks")} fresh anymore.[/color] -rotting-rotting = [color=orange]{ CAPITALIZE(SUBJECT($target)) } {CONJUGATE-BE($target)} rotting![/color] -rotting-bloated = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } {CONJUGATE-BE($target)} bloated![/color] -rotting-extremely-bloated = [color=red]{ CAPITALIZE(SUBJECT($target)) } {CONJUGATE-BE($target)} extremely bloated![/color] + +## Perishable + +perishable-1 = [color=green]{ CAPITALIZE(POSS-ADJ($target)) } corpse still looks fresh.[/color] +perishable-2 = [color=orangered]{ CAPITALIZE(POSS-ADJ($target)) } corpse looks somewhat fresh.[/color] +perishable-3 = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } corpse doesn't look very fresh.[/color] + +perishable-1-nonmob = [color=green]{ CAPITALIZE(SUBJECT($target)) } still looks fresh.[/color] +perishable-2-nonmob = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } looks somewhat fresh.[/color] +perishable-3-nonmob = [color=red]{ CAPITALIZE(SUBJECT($target)) } doesn't look very fresh.[/color] + +## Rotting + +rotting-rotting = [color=orange]{ CAPITALIZE(POSS-ADJ($target)) } corpse is rotting![/color] +rotting-bloated = [color=orangered]{ CAPITALIZE(POSS-ADJ($target)) } corpse is bloated![/color] +rotting-extremely-bloated = [color=red]{ CAPITALIZE(POSS-ADJ($target)) } corpse is extremely bloated![/color] + +rotting-rotting-nonmob = [color=orange]{ CAPITALIZE(SUBJECT($target)) } is rotting![/color] +rotting-bloated-nonmob = [color=orangered]{ CAPITALIZE(SUBJECT($target)) } is bloated![/color] +rotting-extremely-bloated-nonmob = [color=red]{ CAPITALIZE(SUBJECT($target)) } is extremely bloated![/color] From ea5a2bbb17cead625203d021ec00d9a0d0bcf648 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 07:51:23 +0000 Subject: [PATCH 102/391] Automatic changelog update (cherry picked from commit 9c079329b6d37247f1c72fbe8452dab77f50e7a3) --- Resources/Changelog/Changelog.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a70226ea9e..6b95202c07 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: Flareguy - changes: - - message: 'Added 4 new HUD themes: Plasmafire, Slimecore, Clockwork, and Retro.' - type: Add - - message: The default HUD theme is now Classic. The old default HUD theme still - exists under the name "Minimalist." - type: Tweak - - message: The modernized HUD theme has been renamed to "Eris." - type: Tweak - id: 5316 - time: '2023-12-11T09:28:17.0000000+00:00' - author: metalgearsloth changes: - message: Arrivals is now stationed on a planet. @@ -3834,3 +3823,10 @@ id: 5816 time: '2024-01-29T06:45:27.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23114 +- author: mirrorcult + changes: + - message: Rotting examine text doesn't have weird grammatical errors now + type: Fix + id: 5817 + time: '2024-01-29T07:50:18.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24689 From 20055cfb97c283a90c019def5f75f592e0f710b4 Mon Sep 17 00:00:00 2001 From: EdenTheLiznerd <138748328+Eden077@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:55:52 -0700 Subject: [PATCH 103/391] Reduce synaptizine damage (#24676) (cherry picked from commit cf1d3eae155cb9a7ea277a58130e9c292a103d13) --- Resources/Prototypes/Reagents/medicine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index e0a367a9f0..0605728a51 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -690,7 +690,7 @@ - !type:HealthChange damage: types: - Poison: 3 + Poison: 2 - !type:GenericStatusEffect key: Stun time: 3.0 From 88c6c2ab6d27dc22a1ad553868ea35a759809c65 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 07:56:57 +0000 Subject: [PATCH 104/391] Automatic changelog update (cherry picked from commit f7f997bf5c1975c7fe12cfc79b8472d5110ddaaa) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6b95202c07..fbec8efd06 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Arrivals is now stationed on a planet. - type: Add - id: 5317 - time: '2023-12-11T09:34:19.0000000+00:00' - author: Whisper changes: - message: Added cosmetic sunglasses to the clothesmate. @@ -3830,3 +3824,10 @@ id: 5817 time: '2024-01-29T07:50:18.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24689 +- author: Eden077 + changes: + - message: Synaptizine now deals less poison damage. + type: Tweak + id: 5818 + time: '2024-01-29T07:55:52.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24676 From c2381d8084a8e59902937a2856071f9084d6b30f Mon Sep 17 00:00:00 2001 From: Kara Date: Mon, 29 Jan 2024 02:51:31 -0700 Subject: [PATCH 105/391] Make various sounds quieter (#24690) (cherry picked from commit f2aaf6b753849c5b5a3c8e97b89b8d8867d486c3) --- Resources/Audio/Effects/buckle.ogg | Bin 18686 -> 6937 bytes Resources/Audio/Effects/teleport_arrival.ogg | Bin 27074 -> 17427 bytes .../Audio/Effects/teleport_departure.ogg | Bin 25640 -> 16853 bytes Resources/Audio/Effects/unbuckle.ogg | Bin 29541 -> 9924 bytes .../Audio/Items/Medical/healthscanner.ogg | Bin 4366 -> 3848 bytes Resources/Audio/Items/desk_bell_ring.ogg | Bin 17351 -> 6736 bytes Resources/Audio/Items/welder2.ogg | Bin 15106 -> 12461 bytes 7 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Audio/Effects/buckle.ogg b/Resources/Audio/Effects/buckle.ogg index bb7dbe664b10f61fae37e05210abae797d533b76..09fd8f79b34f54535b9cfa0c5e0ae54ca7b54fbd 100644 GIT binary patch literal 6937 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 Dv?GAn literal 18686 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 Pzk1@vqA&k%Ru z-$o-)>2>D+I$meKQjXU~w9)zh{J)Mt=zompA#_bkhmTB3P8MV~mc|-?*^|kTv9YkS zv9PhQlhG>K+F3d{nK_%;xqx1I17ZJ71&N7k009V)9#(m>UcZT0bpQYz05GHkp(dEi zfC>_GX+2UCrC(dUEa9n%;l21KQLKIcRgrO+;s5|J06$v9m~VSBR%5&t_%tz2IlPvN zJVj*i5h@$Jh+WszCU%9jh1PasASwhDEm#1=E+W$8!Pwx}$~cTX1Rqj`5<3l$7iBsj z(G}+eAh8XQ1<|iof9TtC!;X9(Ooe+D&SUV*v&pNANQrQNl=j}YkyPx@=3h}QV zWRSIp!4a6Eiy^$S4+9mZIzd?dQ;Q7X2T>Cs6^AWTjXhjVJUU6K^qWBii*u6wy{ejm zI^=NG``~6a@8&x1=A)GwtkdYD)flX^5Uh6_Y=j^3pK|B3e*0Sfs!j$3@_8eqn0C(aMfg7eM_^AJld7d3r1rvy7=x-(oYgQlq@HRG=b zZN><;A-)6+rS;~dO{6=I$snf}{A+n&X24gJOhNhx_A^oY2#g@(ET_`pOBOXDbG0VY z_lldaA+7Ml44S$owSWBn1B(*<%&|`1O~{P!r3~vPL_J9B-Zb-U6!Eq1e}|6<#BW9m z_%~mw>;TlK}uh=zmfCU)5hI z|3h(pd<5MP?T-<*VTRYLynBrA_NEr@f<(ptble5yI0nh&|0v_Xh*dDDAZ3z`QI%a#T}}Oi zo2^!g>vBV|-h%7;ywCc4v;kho{|>DG6*&M%&;uMKQ#G4*svmam4PA zBOZ*Sl&hgsm|__H&7pM3F^TnFg+oCVM{g3xbsE=9l}m4$(`;JZY}UglN5&%E| z08l`j9E2X>6f0&YsENS3M+uwD3zyr2A5?_Sj?9bl&LviqMzArSw;TC#15Aq}As-k` z#T`S2(p9J{v&(}3+4f)nDgb~V>i}yHzSEe@V2;EXD`HmS0545J!jue%F&Up7L{*4s zvYq*DN@g%W5nnDMD<9J&yaF-_01tV+$(@MB0g7M)0LI8*Bv5c7cnq``3m#(KB?im# z7Gv^X z$YE2-VZ9&6Hk-#%m`~yu<=|9NQy<1spH)*|##K#;=K?`y^2cf#oC;J%8+3KbKhm`{MUshb|^Yxr6F6t`k zW?E|MT5e`qx9T6}eB>ZhRfRnJb-fQ}i?`}pxV}2`!J9WeoA|Gs z=Vx6ZRHHdFqXyS?TFZ1xtGwdUblTF=lG1wH(#i^*yo1ub(xDoQ(#rConyRu&n_~#I zvbeN{p|q5ttfu_2l;OC(xU{)qsOEb{W!Z84`I~Nr<7S7_%F42ulUHhU#c`kGaWji| zA!xX;?5MeR-amiSxgQ9Ipm*Y}~C^W$dbT32!vb=TEIz3mSWJ!}o!vvqER zYi#*{Ry+Yvx6B10WYtu>@i7^=MI5(Y?sI(P z+rDxAR)vh%{{?~#;43z;hD377>7o31fB-o1eQZ^9x?VCDbnp>bz8WhWxwE2dFL9!> ztQC3U3|$|YT8zv)KpKm%QgIG}eN`SE1&&fv>lP$={mXl@F7=Zx!+mxtuNj|2kOi3MtRY5+koGfcS zwvHX^95G}@KBkTgs1IA!ma#9LqK^#1YVcL~Um3fpi4az4f$_4k6-n{nk<5fwR)I0H zGNAf+S$W8+WM!*^!P+*gbD3ZpPRObttm0*D82hw!(<>mH%3WyP!Tl3rY$7>ICHYtF(st5<@Kt>9d`vuwrO3^*D>FtKf$P4_zg zFU^gu82jdoD_(`uRVT$mgzqhBNAV_38ADjbgQFlbbZnXmldT|xbZ}(d-jcHo=go|E z`Kt^$$Q8o*OVhOmWY_V728j3}n&rH1A+KR88U`Mdu|#(o;iW?q8{wrXagrAUfz(Gt z5vc0MctN1vIbH;+0$e#d#$F9;5D20LBP8$m8@6x?;k`g46fH!61SE?4$RPU;96N5#9r04#>_(9E3{Oml=pEhJXWE2IN{b!V9U; z#UKPozLy&asR|OOUI}2?Lo!GosKDiwkO)Qs0O%Yb8PRtYQ|ExV9LSyt1@L&?Gi7<< za}y;&ePoI8V2C(~N+nLn5Zm=?yb=<%Pskw9u;Fw=hrp^&TU@rHSJS$ZykO3_oO2!m z;<~+bYgq`vdb9}uSb>EHe1|4_&qafeNXKFNR|!8dh#8|;L$Hk_Sobr<5kS4EkQ}EF z|26f1Tx4JKk0=NMa@q$W@a_}8R+-K*|DBlpcMI|VM~Mk0_u{$~Xc`H2J%_ybR*A;kkCe8cdnBRVQ1(d$ly ztQd|YCeh^a^tVB$sx(M*k5bE-WY%(zQ}n+ z3%P_W1XZsXArFGM;a^`+?EmUR=iC1WEeN3Y|BXvj7W)e=gj`4;hy(&M+P^I-NDJ{_ z0{0h;L70$KE)l}{Utc07M8@CrE)o2SNQh}(34fvbw}nXlYOcS7$^XrL%>^M4g?`TumWeEDcX^_QENxuClv8<~+X&>2k_-XBf=cYV6V6q`0BlQP4Pgz0((1Qk$)(XVE(rM-5_^} z|0BQNAis+7n`-`pOG(ATbhxvzvVXF1eEJ7)c6f1lxO#ELW9yEw5#tbMPTukDyP5OQ z`|I4Wk00Wc_2^c$8+eRYW5@wPAnOYgj33VO&NP75pu%fe%J{8j7j-wbf)_uD$CEJ07I6{kJZwSx@%$p;a>C7|DjDaCBfT0R z6SfIXnV9Urf<%Pc`nE1TeYP>s%>&DNtSH`O`4`P?eiy|IjY8K&MLd?a5P;CaG!8}{ z9s?`V=cdt}X*T@A`DlrHy@yA!x#ykr%a6;``+$?vJ&|!e`C^=hpOb$K)1eS3YQCko zcRfgtCU!~3q{>w~&iJY)9~|V?8a*$e)Q46ojY?!bVy-?kR`o{{|0-r*q$g1+*<=4y z^nvl}XG>) z;p~LuU7jE?L`2i=yT=Pk6t_URjv?#u@{@h8KKru00VPBxVRSvVll3d}?cDw|13ZV{ z@;k?Pb3vGO*<~BsA7jqSTdI^#4Emk|7MQ3&K&TFZm@%vf|DoJdsS6=j)Wx6aW02R^ zn&Z*oO@({-1RnnMn!|&qqp+*lFOz~x7P7F89-NIIqrA5Q2k#Fy0+*AZxm;G`{bS5a zn+mpj)NfLTS;Sz|yKOo@M%nO?vV~J+6|1v;a!@8YDEe3leJ>gO@F z^Gk1*toNfAS4Rttww&D%Ec-c4ou2=^DE{8p;Y4?t5IgNZ3mB;ba64bEWa6W?#_|S! zrso!rjLB;b3f1r4%8-QkYY+t-%6wckgU&>?kGtH&(00UdR{cpYH~|oP$m9>|0Ew_% zCYW)MSp%9KqdbHa_>0mCRkr)^=dr%WU2*QuD5CTm99qzo)T@${b4p_LY!;lIT>v5t zP8EN7`|MKC@OhE~fPCR4@7*7gGluxi>El_xYf@@W@Ps#F+Ze(znGkqV?xnGwAyQN9 zh>SQaVA3{ytBQmfyWk436DD_liXmA3eyuYm#oEF|RD2}D(_wV{|cq2bf+oG~(@J@~(nSwy5?%eaxLH=t$O-Z@JuQA>uW4oC3 zM`eek17+aLL+c1}EjCP|I?Feo+JxASy;?d08A}qg5JKi1!K;=mI^-&b`#(B@xIdR* zm_H_MPcc@mA12_8y0ani=;&gZQ9yx8*v-D>c#d6`1mnonWIkHZEy*xE*)b zcDwJaa~pU;*%IO!+}voQgwg`m4zJ=u2PkP_GfCYSf_I2TbbJS$2>Y|`ExEWejxBxF zb_=b8Te$-t6n%Y{lb_c>+EaY3wf8}IRbt~=2(X1SXmuXGOybl`ymyNik!9nIW)6y{ z#Se^lRGn)oBRfs`m{eq4`Jq#UsQg|>^JHD@;qO2Aj_a);CJW+{g=+U>?YZ`^RpK4)aa9n;stiOYm`*dawI85#vQ zp~`EE5G$E0^MD4pn;g!Cb(sSO-kG~($W7t99N8j=xYg~nnEB;#(g^W_-E-q)FVN6$ z<|As)6B;p5sjV|QxlCY#bMHh5izlg2Z8UJae0so66m&Ko)C7p=b>`xwCX!I1%x0&~ zR0-tn{IeTGVF-ftH9c_MtwL#YCulwEFda2Ficr6bEAJV8(t8R^5{eKdCcXz_pucq{ zVv6ecqi5|OjNxB%b^P=FcYlC>h5}YsEF6|Mz}}gR=wb;w+>)>|LXt+GwQcuq!D_E@ zT;%RZVQtjXod5YL!+d(ZE@cK zH`1u#ML{iIh`yE=@Xj&mpn1r}W~NZiY__{~!^*Urotxxv%178_iVyM4Cu41+IeudL zHpWHDj}EdJ_Plz2t{3+|fU?hib%YN$K4)^Jb#X%7RKY=QRx?IEjprD%_5HW!u02g5 zPOGW=cO*!s(3e^-?Vsd_U>!d&kT;r{(Xj@xJJHE5cM<|fPbw%77m)Fp7v__l%aPC( z%ZBFF)nj}Ga1Dq^J)39m7Txjc*B<_K%w?@MfvOBrO}*x9SQqoz4Lm=P(6F^R;Bpa@FKrHsjbEfA7|KlZ8wRi$B2dW@lMO=15`X3ZRumy>60Xu zLDyENNUgSDS1i|st!BB$=pshygl&rqr!^rBkJ`&@3-r#Jds{yJ#=Jv-1a<%|RLu{c zp&X4q8CBS?dT6$&$VIFyr}kRs%q9%Hf>%;gxK0zozsE}>>sUQ<M$d4)2Rx^$MrOhZn-Y^jW!Ol>Y#3Ij?q}Hxw)|+kCNsS0!_nnfaU5D7 zDUsHa1|J`j+wowHxFE5?aHr_Ar|n(A6WI7l-X6>V8*$HzWN-4{^4^7F1>E4+kYrot z5_$x641)^dNS36E`TkM#uhPtQ#N`1l^EyT;kOj6+ZoH2Ce`=@NW`|Godwo=6+ zU-pJqqT&ivMk?S|!u5uAg0R)(^cT@A*c}@cEi>;F4Yd|O>59>gTwkTY@!)CXxs5(c zor3X@(R=fW-(o9wRs5VXY+1j#CC!F_=qM=c`(W6G*`1>){>pdJukG%i4zY^fCYKOS zdKxf^5W_}~I5S`@HIMF{tF)YK*+L`7t^ceav~5r}?cnQzuYc+5Br+PeAO z=*s3YFnDzE`;bCKH@=xm-VL1z%I6hBYpW?mpp$6+m&%{VN;vAFX%V`yyYN?1OXCgG z0-$m>M0=pwVYGC}GENaqZ1;_<#)7t439rD})>%@K3Gi6-Y{Gu7Y>@#g& z6*Z`IwN+4;!_qG0vR+?HH%t(K%gvwiGxI%&=g24vF1WWw?j!3`{>+i8DQEmiAb+Y+ z2cmL-E?YPKO2Qit9vY>i5uAmqqjhVy9JR3vvOtXBxKFo|L;?YchAmJ(+hWJra9tW6iI$apyP%rc8w;a%MX_NQW_douG+r02N znGH0Y2-AN{7EI41>Pc`5li;1_LAAKy>)}shEw~Rg3nC_HSkta6Tn3O5yRAZ{Lv{Rq zaG3Fe3Yso0m8IFVf&IgK{q*a!|Fq>8Eg2fEy^uU(+&Av>GO2P&Q`IEBthZhvvuR1? zii_#UP;0L_y9a)*Kke#8_HtuYD(suk_?8zA`9j2|ZCxmK89t*?TStIiuV9_@2Gr+E z6qyH=)Q|es0fLsXIYs$YzGsIh46b0_IWshboNmSc8YcW)skz3rf*G&&rTYh?K&Cm%)#Kh;( z{lQ^VV)LC#X9Y&ipxtnc#mLX>_a|D2zHrJ#X!+sc&c|-NKvfGRy4eHY%bpL>HtAW>p>MG_s)Nn2Xo`OiMYBteQ*$?%sBGZ5 zVH{Uhz59_Ez3x|cjm94SeRFsuJ8S0WO~6e+`iuIKy!B%G5SwO~-g|IsL@f6S`5hIi zIFyoJ`}^9RA@gsjJGmA&xlnCyTqD8U&TLd47*RdJ5y?HgA1KIP3K|7|n~rk^G*BCP z80xQm6dySoQ+AJOWTnN*%y420mSr0at3LS95F5W*Y1ugJTnck}&t*#jEUa2#xk3uT zURQD;^GgB<3Am~I)A_?VcsnVDFVq60%ldlmHXRAmxSY=3?n$Jy+$&GCvSm(ZPd7Zt zRDx;lZ@J2o4m1p+^M9Q$U7lCspSGYZpdwE8hMjv)HF#|LU5j<$cr#i0oYWo(J&ZSN zk5;^S$M+Det1OCrWmjpzm(GA$B`IIOJ~H1=Hl^H63krmqvR>fFmya~0fy8U#` zA?W8=ZhXwCp?_SM!iGEFoc(4aZTZrySTA;?f{j4?sO-D6D*{qh{F6Oqh}n8YMv=U@OC#1x#&}6hV=dJFOt?m0*MAaJ8VD2ySVh!XbX7m_bkua zixO=_VXO0x&6Ah7H5t-R5gwu>!9RM6q;g$@*B7@a88GqFruJCmG|Zf>u^-aqo_p<_ z!6VIqbKKeuqy!Sf~$K%zaWe=qiSRXFwe>xg}Lo?WxGtFc*%xjyTRBLT8yeqdQMdmdsV zjzQ$haUlqVR9Jc5GmwdcY~9+09CKRp_UaReMSN!_Hv*(B=D|aF|JHI0W~m-e5o>$i1+inGU?e%Zw%S{@?|>t-%2|^WhE!m{yHhOQwnAViw@qlWiO{ z3NQfHal1w-kAAzBZn-qSi?O%j#G30-^?dB7H*xL#&ll@6E8El~FjLq4&1^&3T{>E= zg?{ZetmK^-8mw;kLAq)B!A#Ct+~7sPthU~T=@b+R|&otlNiwMX$G*7=IKDw;@{ z#B|-L57qf8@>`6!;8;$Taks+QmQxRsOtm8xae|b?VqXVb2HUmLFFEB6NwcIE^Z2y@ z@tx}-rs7t~pcS$NT+s@|(=+BviV3+%TWh%``mPSQWzPEyI30COiCwVd8gu+m3)>c< z7^z|l5AzV*+EYb1Ko?k+Ha(iQ#Oqf*<>;b4Jj?2H+abSK=rH)U@#^MJyX^~}fwnu> z-7(}@(Q@jSovi-fmN2yA1$TXjR#G=M!7zeca`S`|ol6<+wtn-In&g(fW|A^y%Z##% zHE?M(1Uu2xszTs(M|cLe2DV7w1e2>k>&eC%hb}i!jI_BOdl!o@sbwMn z$A1*7qE=I%>w%Qt7FkK4Q)~{oZau4Gt_e3za)fOsIeXSLSlrbTHY~&zFbQINewes{qii?mVA}|m$F+M)=@tH!O(BB&~=kX zRWQ!xtFa0njFMP@wds~XT6O6KD3-A)K(bvHBHcTZYlJZcA@-Xhg;F)@XT?l;o@j$0RLj0B2He!Sk@&r5!m_Iwcf@g`P66n?u z%XHuR``PoSyD~h9u#P|CTCP%C)psy(CcC;X16t%RAMsPQI|BlbOFo@RP}TLp&pfji z#Fh=y;sQYv^EDj)f+U#M^juT`r6K%)F_oWNQ}~wJeoxvsv))!}4xV|Z%Ph@XM&63S z!G|d^rH?~s5`|E$@!@Nz$oMv527uj&^lX{g)>UQKW{sY=U%tJ~GoGprkTE}bF_CPznZNr<0+WI_u7e|aMu9XEVN>A$WT|)ems>Va)$e^X}$SUc$ z?8Nm%mAfZ>lUc%MXg`~M)uQhe)NNAvoyD}8MgkIEAF=?#`Lm+W!T|k|iX`Y(Ak)FN znzivJK$@;1Vrj+&Fp$d@qi{HK8K^V=_HsXj6btQ^l>5lA@hJ+VzfJ4k=7M!6A1s{`B}e z$ccHPqy^ad_kPay)y(@ER`&VkJFDT_jydM<6p)HOA1nCf#~4zLm^`7RVHh^kbTV&N zHNDX(U8!_KxCFPUFjX$+Vlsf#O+N;&v>JsP_~Xbfvu(&8-&;n2x&^dH z=stEx_rz6CLirJd*GItQj0@}d8IYz2ym*t=0Dv5BP(t3eGO%be&<@S6ozN^pr}-{h zMe4|vZ7*B5ahK4;A5sdL&SuYs*YSi4Np`n}EVy~U&aY0t>rGQB$c-=D`t2Ev0T zy~r_5O;->Q#ndZwfFYnmha0SZ2bOGgfB#CJ~>g-z3r|Hr{oKj#EoE5+*Nfn=Bzy^ z*WG|DiqK?!z+QduZVv|f!85zH%!HX9OHyAVom#3=*T*b=S)jOpJ;zbPHg2B2?~wFj`l$qC)^v&YSf^>aj48g9ZDH~MmBVer-YPu-j4 zdCQ~H(_Oj1wS6aBy26lJikb=9e;35Q$7ASA?Eetximt&%l z9+PUi*$`T(w{=;P2uI5-evIs32HG^OxqD6TIOnVS!F99;!*LrD0J3##N1=3qhCF50 zAA|%9%a86SZ28TT?S;5nF<@>KCgced4zM#M^C^lfQ(#3o|SW!h@!xwL^5Ww$a1cgAi% zYMyn5ZsW*DV~2iEK~32@P`MhO)$SF2xYE$JjaicPa@PU#a8rCE&(jMTb4Rj!w!mZb zWFd!UKM!+132!CF^yP~?*TO?r>#blYWhJDl>@^dzW&R<|>_TM1 zelm)v@f!dNbce-+=JQ|o>o?J@8Sp?gXtfu9(%!`Z#|h-nDrt1pHjHgYgGGwL_nwZcP=xO5iN0ku3xrSf05kAMJ_^l}^wPKT%b zz1~}dlw~e*6`KO}*|=%lyEcVyc%N&)oUXsS6@y70tfGz-1dB86-sd_!BUk;p;F(Y~ z2YpoyCGL_R{p7R?PtI*67!WS}a{)j*cf%=40(O}hVF+Oq(fiYim4zT7iFMVkK_45K z78Oi2X6XjJ{=iVblg@*ym@Uis9ylW!hfyiBUTT^Gi)1Koz11J<*dv>Nob|vy+}^n7 zEa=Qq-)$i58#N6I94S_co^d5J`cQ*mK;X*ubvjmJeK0cyEzmQ^_uTXuI4&jL0 zVDp1&m4ZSExB&l@{0)VD5`J@gsO*ZUSw)m^g5zD%@8in8VLh8HRWG1xrDsea5w0AV>)>popNn&*WBwY$i=Y)fDwGD zH?G)a=*OPDL?{Z$nM<^`ejedrE%AM5qOsmp?7liTzdWFW)BT+Fu1gy`HfY`}S>Gk7 zE582hCF~FCc$y-SM5WgEaxc=_QF;QksISO=JYxiUnr@eqUIO{-I-{xlJuWDhlm3cN zx4>9D3}U20Q&TY($(VkQ~U~zyMU{l^dr5WIn2GY zeJ>->fVCs}Rj3sxJ}l0aMcrDRJ5-iAo}{{)%p3a1>3Q2PLUs3T-f4~rM()pdt{Kmf zRrWi}TYS@2mZvFeP8hj8!p#Q&the*{g>){x5mj-mjlx-PCkHfRx;{20phgXfqrczF zHz^xEn2(|v`)rT$QEZbTJaP}lsG=$#R`V-yAoeUl#h)pq=&tmOS?Y;rQc(Yq*5%3_ zts!FbXgBs|B`#6Wr&QG7nMUkK`ON}tU4!+Xtt1XKdo}kH75$8NKs{VRwGj*XKD1aT zRaA2g67>f{+2+Zz!`w6|%S>}%ImzAEdQqGKtQ*FI|2#&R`R~UFuisp-ayP}o+FM;c z+&tRc*;+r^+Jn4pZ*A&(ol?LDL3_U8thN{j8UsY?HZ7@^C~G1i>DOiP8oxr3iu1&0 zw-rWqZoP5C@45vhZVh`vK}xWBDJJhCMDHy7Oz+j&*dbD8wG9VRC)-R?w^ ziE3As_ixUAOHcOTYpZHpo-c_?8k=szvKN2It=i3&t)UeAwIA@~h=r{ikWTHH6pIw} zWG*QBCD%Q|$!NBZ>KPb0HBLrdE&s`2RfO9kG{woS>RE&a(0;@)3#ALicQ7W|i~Or2 zzb{)YPo6^-eGN^w(aZB-7j()cc;m2VdVc+*1d^LPm05i&sj(igo!2I6E;bLh9bB}< zDbS3x*^sJFd>*XmlDOs+X!eZag|nXx3E9=MIlg7-%C}>qn(|d8h*W25Idr$Ply!~^ zv~M(DOmk(|T<*22k+n4S>1i0H@#4pfNAbQJ4K-Ya8%x5Vlu(P+K-?M$cwlPu6GnO` zse_^te_X#u$^jHu)QhGFQ{uYvz*up`pUc5>1d|-LbFV@bs@oPC$0V z6(n+@uO_l}n+thGblR#j9h`!LuJl%)mUeB6ZuXxQyzWl>KkVOPJF4Rg{KFz()~vziJvQk8VG6=wFqgQO8+Ulq98dZ==xu zG>4w|p~w}K0}s@vyM7Pk5W&a|aTg@gAqSKmyOvDoA0rA!Zo{t9{U{RB7rL8WzW*Vb z++=0`aK~DhQK(?M6C9JkhPWzriNUywv=vFbq+oI+y06)vBw_4oDIfAS4JbC8p6+|& z)Te9@JY_s4a{zxmXy+b!RNqbd7RA9_LCQ-c&6BZaS%wkk%*odIrW?};M4RT!dE(vq zL+MW

    =Sy?v$mCa@O8+M<3g9yQBr2VdU9h@1LN;#xcWfX*Y4>t-s(=qL||@H7)Vk z=z98O#i&3nZ=a@$BZV2mXswMOeS!cjXepYO;oXihEV)vv)&_kj&r$Pm7s}(4Xsx4v?c|r{~!Z<)bSvg7_!C+fMXd7VQ*& zsgliiB7yTAs}qBZ**MNtdyK!|oB76$;E@yMa}S9;G2tKgbQ;}SG|);{3KjTUX8ry| z!5Q1CkL}4hm0RIzFws>}{PMKn$t6^v1nSS$AVzYN`b>BM8{K|(B=Wr*n#!V`WyKi{*Jtftydt1#X zu>igg3^Ksn0Lcl_^L96F3#h_V089O3PjNJZ-e)0q*UkRz&Sz#f9d3QSEEH0nHg1$B zv53^Nw;qFq{iV2j1x|}xdUHZq0;gI)6gm?*^j$W5`E96hEJUUs)@c#u{eq|@8aW!9 zwU`u3Y?|bP0nx%4SlT%b2M*uAJ;4`9F1MhaJ{|>-E;VpyrAp7zV~e8%KBr)9Sg=K6 z43H?YP_j3>XlRvbrR++ve-*C?_kxCRh*B2`6&|~%bN{vZ=$En_m5dbYsOVhT(-p+d zO*qIyCyj9A@gqjHz;ld}V_i$ZUe|%`hm{d8K&UxN0Tx>XzO6-PGi0; z%k$!@|F1vMye)S5U+s0yr}`}#qB6&(vdr2#`#Aa!&NAkN7IC?P+Oxkn_c96&B%EWz znT)f{l^jbtR2UIgeGT#sfGImT)tg7%!pFw7GTRDkv~73hI&wEZQOktqdE5NdSpZE^ zdA4Uxs=sl*Se#SuH8+n#^{#Gj_TVkAfKG~QlAhMZ;fInTI9mJ43jP!OB;9Rmg^n{ZiASERw^^ItMMvLcAIW2( zb-||PAr-p+BrpYdCKYB)OQsb4z+XzLvaR{RT@%Pe+Ssbw^xd&@Z_bwq!}|QYxkmX9 zvIGH;gI*=mM_9F>sAVV3-X(B;Al-%m?C9?JPCl91m2ISFe zrkU#TroFI0@zlvri(SnlYCKoDEr0|hP^^qxVtJ_0@L}I2!xtCsa)#3A!_+0Pt9nPW zJzO4AP8+p(V{a+}F9FU-*$*cPP&s}`oIMTT&wKHfSS*F=6V z`XS*xMKXDuJUbuqk7Zl6Mt`F_^5?|a>N5kORwGoi6>kpR)tb7SAYpe z3bOPTL+n$lJ_kb;-Ji$dd~ChUGpgz3Zr-HFl<9v4C}nIZ_Gn`l3a(zG1ey3uQ)Dy#09gcBf3pC#$rl`hVKej8uOqDBbZUXLHLmtQf5;x?LNRQWF_Gm?E** zjxxDwdUWTivb2DkOe5=^vJMEQ#-e*trmf1n+L|J&31pUzW|!Q{K5Z%mN+uJTvNNw_ zS^DcUL-Wu2?4XhsWfe86c~505-^Kq1SWY;%LC?TbixpN#*+&&Sck*vrm;fp3+5(E| z>(~$&*4n3zrc{%w`zxG&hVe!}hP^$6CiRR`hb3o_7HK(|Ob+{kV;F^V;WMZ{qP276 z-jeX=ka>CVChhH4xX$Ho)*4%-gXva_{VMvQCUx3$m-n~r9ehI{tx*D3<;B^cY$(EU zhSr8n&sG@#xZxzHO4I6DV#%J~dx6J(^R_(LCQ@~dlsst@<9qAZk zi>SF?bY%{AUKu9KboIGofo5+i7w}9>pBA(C^YXcJOnQr5rVej|$`KKT(jobqSOCDq zJ+Oz-Nu;1nKUhFGd3Q4s?$W$%RWr-Z-fMQr-sj<7k&7e>i=;WVFv28b5v!rl z;75*ia3k6WJ2WZEGyU$bu;P_*g64j^3te3f*{DV5@A=V^c;Pn!RF_9+wFX5(Tcs2@ z$ff+-5Lq)4t)MxIWE$Q0Jl~c2^%ySkEX3$q6ZVAg!j*i!-y+;mc2L6pDV$ZbaZ?7;ulDU7xLjQp5_a8jn^HC0{(L)I zvI0!&oxChD!+kVmz6s&P_DGq(hQ<8Qe(BtYK=Y|d5`F)9{CfiYxYaxQ%*|gT{9{SQ zf7ZuFMN>z~Oh)hRByz1eQpRC^G%?xT5u3luOQ`Gpps>f#=pYef@~L@@{KdO+k+_Dn zy-!!D&IloSk4Y$QG4K=B_-dH>`_f+%115z-M^MX`c-QVoBcBXc=(Yn1-xpICEOX|) z(O$qS%v*NsIfGU8Kd@j7^VD()z0jGIr`;aAS*S#Z_9e8XK$L)XQSKIWv%&a?$)eH7 zXh5SPOI^^d;86V>FRl90p?%`*c=YrB*X-O%7c6iGmI1MGw z!B9?DzV6-cT<*a1zhZQ~SGk2w z=9+##WN87}CX6eV%3)~*^R>|0=q2WvxaqCSJjrYP$Z`_3Nxgy?D2J z=*c%eE&yoM-?w{lSWlfGo~t@B?NCoLJ!TGEe<@d^l5(S6%_mBS5t`RI`i>dZT0Gi> z!}nv)3Ma8~?LO*0j_Ze;JSt~HKqemNalV%02tg=qg}|B*vTLEp;A42G)(L#Ur(n`T zjd~5Et@!G&FylCIth$X&wNOkx@a3>P8gk1>H^Z{7uK9uoj}RKzr;#DSwKSa9<~mF! z`272JeXr$*fOD!hWM^c1F5l&(Xfjl(i{{MDq*p@bJF4xdv&KBcS6t>f0tD>S9BbD3(wd+ztiDo@fqOH%H9 zY?PO&54^0lX5y~~z9$0O#4?fr%eZk9w~>OGUV%_-ZtoG+jZSgx^;4CH!4i>$xyF5$ao&Che|Q%ZEPkXqB@>K}P@XA7wtyje2x-Ra%E)nscvu*gt(bfj5$j&1f^J!rcR z&8$3W5+V{N8&h%=5T+%9Q#pi36qAlGYhPbp8Xlem4{IXheIQ^w=or%H-!0rL&pw=c z$7Fzzmyp(ww)uUNEWMZ%c~~T*e8HIl{%1DVI#2FJNP%eZ7%lVS&)?M-5^eSxnUy?# zm|~lo6$?YZHLxgWJk#GWzKOcDcKB>y9EIw8e0mkjlcu%>XSm{bCKoSSH^fM^yjnr; zDdDt3$k7IP@vxyl1LOprA%7jS`vw)2q&VHfo?XSUxw&bgaVfTiGrYbDf6sT?V*2P> z^u^tn#5Y?vupN**%qji7he)6agr1$#ns;Aqq@%d(wa|bpaJZr?P?x zr8{KiIXA`STc^QP+e|T@bra)^MVKK4C2;+$ zcNO;3HBK_pC}}Dy98HDtcWn~qlnN`RS#;`pf!KZ5gO@;&Dtv;5dt+Z zP18CTiyi9d8>B(Wv09AQ=56n{4tGpe|MO1XBX#| z*EV)`mKK*67Z#^y=Sd@o%a9OYWrET#G?Jw+=>fBDdL9zC@;UkJ*^giEp_6x~M#V`n4=nWpq|$hxa|r>Ko0>JRI7B2EWsM;>I)b${=YjqQmSrbo5{- z))UGaU$@G6>~{?#!w%v#XH@Oxwrzoy>;xq3^RUC&-73Bp#xDtuCrhgm<+jw964#2v zo&A|!Q|0q2ido=xwh$u{BZ6i+(uc~67LfLtXUoaAiL<4(y;P}737Fu$rSUFffhG$l z6*Fm#k`GK=(T&JDz~3^A8pA?IaSCO~*ZzOd&x7c77f+Aj0Q!Sh+0ZjU9IH=C?OcYq zpA2ov;ajxC4GKRxztc&=EET!|kzWuLA8aZo|r?)+HpGawWRw9=_r6#<>U#oMwu zLs)CV=FwtYYjMAJf4c5iL$2ENGwoq|YgYC>k)wj6ifX(LlMA)K*K$tTau=b+=gRQL zStq@kq^Tp#$nhuNoF;DRUH5@>A`eWy3%kuS8^bvr?Zcw2iKVsUr|WcOIb^TQV9u&5 zp!h*XxO1@C+N74HOpJNTn;&A~LZUgf_?;BkV?TG`Ld@3*en*CUBhUOC$7}&u8{mkC zMi2=mTvKI5coRqs+|2JALo}(2EgASM{>k%md8EAjrT^Lf0ErJVH<**~V2Dsd#a~=% z&Oc&lsR|e-5ByfDSTXDEp|a9_q); zwf<35E+O!nfk#)Jn)LTf+SL>b@2^EPYe);TwSJ?!l5AmyqMR>JRd#YDo#A9g+K#d0|S)gU?t)eC@i;FSFFO7D^;Mu64-oX8Q6Ar>go|2Q+s+ z>liNs$9RTjG|jOrwj&Fb7{i{p-Xa!p>!X%c^^T#)G1q9t!&Y-KrxIt8fF3ZFnn)g& zEWx781mE*Nxq`l^wV!GFD%E0B2ukJ5m;Llm9gH3wK9}{`i1XFbIzT0A3!)g1s;F;R zJ^zxxl_03>{~-say{SA2npOm!vvrxV+ko28X6P0RFM8i&CbfBSuH4cbQ%5O0l$msZ zTuMOI;$hP%%0U?~fTT1rYfrMvUTDilx0ODIZ=QpQ`MWDvP>q(V zvMbx^R4Z=QFKMsiVn)m~h7eU=kHoyQAU^PHKM=0+3%DyK+1hpv1+S@bDQ*&17gBJ0 zY<2K|f5pn|D+AS|&1pHL<8E#4Ukye89@-o$g3;R$4}RCbFh{dh+Z` zj-E|TKlC>JXZy>4`^wKx7p8QQn|ZmL^4vDdQ@G!C%YrTd-#%=;L8EmI8LVVA8yui= z34%I~g^aa3HqSkmdT5Sui@>ofOqw#ZOdTj}URz23@SoCH<=tU_aOxLv+=K$iB4v~jD6R&J|uVJunF&`eFrLCf&BnjY^k3-E4Q5>^}*Bv zr~9zLXVjIFKBLR# zKVdEfoptWv^jQm zB||%bcV~l4r`4T4_&|MZAon>jkILRjxl3LXW@qOhR~|Y;PMf3Lx90eXzlT=}0N$A_ zBLTDmMTHvP&0#;k6adwQ$5uOSjPJ6jmfxE`?w;H1zIrWj+PE~ixMjPfNT!imi{y!s zEFgSUoBnT(K(7NUIOAZTgFnbH0k-IJk3|sbPD}b+v)zZ3(Qmt5Ts96Z?CGvG7z2~D z3EpU$Z#Ciqbf7$^S(YXAbgL%0S89n^;T>XowLZ0fl#mr-ar}g7-3|zE=%iE@GdWPW zuSJ^G*xLmI7>|?nHO#8KSt5i;csY7EkrBlpdJmxtKg=$d-gmQkApyR)uXu73qF6fM zrD`x0x^W5semoKY0A7hql?1{;k)ek7#H$872mso?3_!0-IOct)rH`zyFmE5?a6>IU z3-YUn+0Nq+!ebcxF7(=y$}oya&u%2NW{BaPs_ZSN*b}bmdyuO%DXnJngK{ zTaii~hx7iHcS#?T8&KAA86fy|1)1yD+>zu)T^aNIWb|B=Zh+It0=JmV`=&lAn@;Y( zO`bNu@M}&3l*^Qn{>iNk_9+h~O??I-Z_sKW2y;;cg@Q4DcDH(qz|(Umz=usT-?i7^*vLtk+(3}d2;U(A z)dd|*bU|R=D#O!yNHBBtj@_-cx&O@UTKub_D@neu2jZVP`11lHsR9E$(N+pjv&4yX1TNJLGQh`H1 zOn_=@Y_$?Yx8qRlD^2ll|@H z_m+)s&5dc_+1c2H+;gk3u`kDTWq8MWBIb}EIv%xoP15w3-Z)sZ@!c8(+^xyqxa3W8 z-*~{`@9y9%u7fmoa!#N-UV^Jbq!YPo-Y8m?x@jeiTWlaRwOjh>DHu9kG$M=a!;|2@ z-M^13)hIof2%4A}gO(IU(0XZ3R%k(i>S_4f4MFLZq6*v(X3z@l$krcPl$*UXoi8)d zJ-Fns<3HLOWnaf+W>*V)F$bt-8(@s@ZY#hrBfAn_nJgUv)j(09hIhA-rv|*Lu_~mE zAvz)5xGnX8O(}fGudZA_c=h88JDoGRIKSPH`PHyKBqvrzIjd`FLdSr(!V`u@g6U^D z4WDp3-Dvqhh3t#D=P@S6pvpy(!f4#`wc8j<2SCKC&0|5{JxL&Iyk90>;yN!++ub`p zNC^Z$8aUI9={V}51`G6*EYY=yV9Ftk=nY-=VuFR_{i0kN=vRMUm*TLpUGS-5QiJ2T zFBiK=dvem4ZGN>=3}U>M>Ox?tcZ`%PKE{$=ov0Fz1-$vc*;|zWKA9{H0IdKEwD%vn z&Fv@9my9(!B@$l<>2{MjALf4beZ-Rgi@d+@Kg{K}|HsXSis+_9r3YKy7Hwz&jErGo z={M=-{zLoB`51D9e*2TQ^Q3c4q9w5fthAy%(N#5)k(G?>S=u-8biV!^+;7T* zy5H5d?O769>kF(%6H6e$IzC(nPXAyO5!-T6YH|oNJ{VRN4uq4<@Ug8z12&Up4(o_g z!g{|9o0fi?x#LeW5LSogjL&iVfkB#Z;M9rgoeK zGu5{##)_*)A~Ww}5($MJmWU$U7pir>}B zXMZ2g4PJ?C6+l$Os;JOiA7T4Bz}Wd+D}*(&WxBil_5Z`f`dDJ$@`Z0C_Wg$?&Eb&A z;feLkjh4ij2B_1bv$(Y+ReKUcKZQu?_$5>|Dc^&mn7;km?gMs| z?lYIs?(7o)K8dUo06RM%Lk)ZTz)ce{R&VqYVM5w4O+M6L%k<4NPyYY@=ie{n*Tv<@ zlYI}It)%-hwI+Fad$)^5Kufa5R^c5{qY@eVr3C4oz8MDHO<4-Kwao9m zxVYy{w3~&_=A?v?G8TwJk(9K*CP{_s?>}0-*rs}&T2aSTubU|s_kX-mAZ260g01Z% ztbVuK-A)Ks%1}Ttu~`>#ULQ2il+tQ^b7i!2lPr}pgUjwxKnswMtJS;_-T$x!3zEuR z9bQE9Y;!}eiAh}n0G^0+9s+d$9b|FW2V!8g0gP?hmhZIFUWop9@WAYOz4K#tE5r6I zdp~v17}E}Y!}h-rid(oF)77IX&R+~uC)%m&j>lkRXTLm z{ahM`WYWk4BY>7bD~&y8`E5)BPiJRS002O60RR910003~000I60008GMK~18+SSq1 z*3Hk#%iGY*&dkro($Uerh%62P(P>bjy_IPCmH-gbD&G^%(^}Aw|N7)j4)xsh`xav7}(F33~!gQQP=At((11Jg?-C4pipgFB57D zta-CG+0I*1Zw-DCl6r>aocqoWeJP0u-7m-R5iu5#g-nlU3owV$Cx=1QlCSaB3v#}c zss}z@v9~eJI6D*ekDNd>=R4XR2(160P-x4@i|^|a!w!08p$&y%ld;m@hd~^JreO}A zy~6S6IV_>@+WLJtB3Fb@O5)29RvH{(8)G{wm7;Ya^s&ga+DKo`|BC=`%5BBK`vk!O zUF->IC;8eVxcPm6FW2lA7B&=Tu}B^`tRA|`KMqC0&UzblGoN4E>fjMZU$gA?7T zx>1WqM39AQ#7*HHkHd7Pv2o?Kl2MN(4NEA*V|K%B=@Vr~H#&@KrH0|V-{0j5E=F9+ z$S|VBn+k%>zjS>D>-1Sl>x-}pcLi{K0REV42?KMdK?mOn-%kgqzFw1hPJ7B%_}+H# z*+zDG*SFjLcI(5h9v;UDKenuw5GqZ~-E98lK_9wSV)KccLI+~yTjo$TIq5JgQ$o9e zv%Uv|Y$SO!HYCvU$1M`=UZzd#X0ExT_p@r6EyAhnGWVtC?&2Ih`)ZeY<~0-P+yq!U z-AqrEC$zq?Y899lci_z*3X}k3=M8t6oHe2A@0ywoy2j$fE!}z;`cd29ot+QFo3>)! z>T!Lrg0wO!9~A!SNI0a!^9+Q^*irbrc>w;HER6yEfT@H3uC*X?AfT=45~ZB1ouc1Y z_P_l4;?a#8n-7N`Jpba}D=*m_NHdT6p8NB4cCDYh+!CE-7RbZ_>y#o4`C^Vge0|L$ zfB)a>x{P`hg{$T@Ph=j^L3DH3FN}OkAVC!Gy<%nd%B@dH8|PA*p(;#Bru!;DK(OOj zXm`o;s?YDF>S9~NGcC$1*wbwDssS(Cf?5+X#0p6Ibi2{8Gbnu;xj+Ovp684iwdZt25 zmsvl*zM693eEsv|@YcIy=XPRyprxmpsx!vMI@9J;8cUwN1=fsZtuSY*np3z<43_j| zjB0*b&s(U^==tq30X40^H;rXa?%FFbXbqh)IkVMH&26os=O%5av*G@AJgbNo_7cJM zO7^a;MG%pLdtW8?dYgn};X3TveEpP4O5fYW?CFd|eD=g|hWvftexw;Liapiot~I_G@M;MLjMp7eaaKbbtxoh^&=@Z3_V2(nz$PeXQ0` zw49U^OqY+>wm+KB*`GEaPVt?!rs(RbU-n=RcFvyjwT=-Y#+I9&lOf!UL_Xo;&Uc3P zK&XKwZTGJa|cOhW?wHH0LHY+PlPc> zGj2^P|Mu_k^0Q3K%YO!^*6PRO^zGBMb&+J4I&Bg)&7<06TLXhh7T_MU`xKrP6Wu2R z@!kqKPy0RH?e~_sAJ`-<<0W#*r4NI? zCldVN`1-9RZ4iF6O};`%i+XMi%ZQqXy%}%$zz>K*4C?op#u=vRkh4!>QWU zUqMTm8cfA{-Gz1G@Dh*Wqt2~yh~^GO2Of!>BL$D0u_`L;yWpFXK)5PjI^^l78E?J) ztQkV2bLb!q5}JfOGI$N2rn+{^Hy%Zp;*|<<)=S7< zxq~o{>n;Qg#@j?uMBKKSeQ-RwtTx=XCEz%Dx9v|Cn=-!LhRIi83gpIVc^t`2wpe7o z9K#QarjA8TVwAXfQx@7>(7b5`9*JyC0{cxMF;Co^L7z4fU>qyE5?_u0tI?0UH4tMg@9hU>}sl&qwDh}oUAu!jlPwJC90>mRXD zNGzauil90afxAX5kYl0k^eX(}_N|34 zj&ODWWYsLZeHb}PM1C@tVj&k`Z{}V&)1-&%vd?`tq79PdTNZ+0@k$P4R>>*~MvxOy zP$?d5z5g^1Xr`(OYSte~c|o*&9ty|1qk9y3 z|M_6Kt*-)N>1SQZL!HVnv(D*348CJ$Md_ggFNwA=sBbP{O78Tqi>$eq^E8(ocA%+- z87*_%U6N-fVnRF7g5=UjJb}OCi@-t5q;&wkh^$Qm`v(dzFKyE17HwM9CW36_=qUCN zeExFvWAE|zz`YM2tzW{XsN|Hc4jwXc_)`x8lqsF3r?esHOjEg1$PHKP!6P)vgRT0A$?V#z zRVznhY-v=@GyJaEl#>T6yi{berQC-y4qk|?NdoH!bcUJkTCm#=n2c3zjHHOADJGeB zHXna#xk09s3-pglOv$9z34v5=!~)g(R?4tao*Ns};E$%hNV=w{{$K z_WMG-X{;)9X@Oo-Si0)klE)C%2{N0zOz zI2YMVvDmE_U=WE%)vMpQAD9^Ldz^6;-yj zutK8&abSMh=>qfau{4QK!8QT_o`~$lfLSjMz;p^10JLeFI#2jsA}9{LTiu>@U~at9 z(l;6RG(J3N+n_7wm1*ci^Z8>r)9=S;WF;CUE?vDJC2_R%PVEUDgc+W&@LqIwcVQ*~ zK36(jDK|!g@WMi!6|DCW`OCmm1+hayl263E`Jiy_@!yn@CWFS|Hmcpt)w=L*TiW=5 z;A%F}=H0qX9^Uu(Hjx6syPs>4VISp~ja{3+G?3fcfVG?FJf3MF;cDoHB#!Vs>QT0? zu_j^qq<@zL37H;=T$=-NegGIfuK~z~1dL;~rDIh>QmBFc+J~s$aE}V;9YJtSEL>Qn z>ah3tOy*Dan&z$BazC^+aMo3Hi{D~&@^CC;>A1z40yx^jy2K`Ef9E!C>oF;&Zj}(w zL!mM?)Q=%+=rW(i5*QqaA$`fza4EV?QQfwTU6fWZww09s&*ecH1zY(HzfMfp3(X$R zGy1<0rOr8%Zt;2vG2)T%zFdjVuTjv3OkuKYEQ%|#Y#j8s6C*jQ{m6jit<9@l;rMDg zv(LYWORiK!Jv>4Jo`|feMBI=`)>#-mF90c!fJ)n{#2Mo?6gIod$sQcnO5WNH*WM(r zZGR<2hnrJl%Vs^d>DKQm*Lj+Xs-4)0qxfq+V>sP7BqGVHOQP0!PhfCsx;+@0$%9|o z`*5GW>J>G0u**JbqE3`b4XV&8&Bq~da2YJeU)Y@oI@pZaVA4f#Bp|9_qC1fs+J@b{ z+*szgsg}^ux?mN#eF?!Fw0)I8QZlfIn=}rZopEZO^9`6>yu>P}l*KQi}8j>-N z$ucJL`hjb8NVVC-9iE7+KE-!r60tD8D?B=2tQwv6{AvtEPh9?ZmUe%&e_*|FF!R~J z#|Qb$gQp|I(K*M=-rH%C`n}U(=|`DqLbtrAIeLqIcRjHs!`KHGDn#RC`v>R2ZyO61 zwf&H(^l0iH3G<}pDss+ZMHak+1naz(3;MM^*RkNJH2{)Gl&{^3er9e9=qs1ou~T|sY0~q0d~hR8x}vIL!-H={ z+xiCFwfa1adgdz$AOTNjXHx(Ke3bzJ000000aE|~2LJ#7Dey?q3dqaO&CJQi#JRej zh@85QT@V09*S9=UPoTn{mhyDtm!{zM#{Q(y80$ zVva=z6$qOHQb*kv6Vo8aa=AZ?@x_@s8y|D+T8q~lEcsWjsio_gfJv*b&VJFYr3&k% zeC?(_`_EO39rtty>2w02mMJ3m9r<*|HH)2{N7{z+vzZ+#pu!$Q@=tu)kQIq3xvmu- z4Ce6KSaes)d?~d)MpJ1%=bZhCXSw-?YhxA}GZ`lh`_gVIZ}(0Hc83mrh^(cDMIc$= zaBGbv%m$2ARYv(llThS+KYaJi%zN$dv$R|8Jn5;k@_kgzv^lWf^{g!=u@klqljgax z!k9{@FPK2d5Z0YnJ<#t)ONV?*d!0$*2miM|>6}GpBgia?4sTNxA+9QT_U;krz^?{n z*h!j43ObC6?QShwXjRd7R(R#tRJ@h1^~bNMsmOMg-G>h)EVAQc*VfHUQKxDW=u?pL z`7BgS7g1bE-e3di8CQ#HrRptI_Mt5kWcLF|%K#xbb;K5$1OOh0oQ#h<;nEFoTy`>#KB>@57lcbYbvgbS^){AFmhJV9p(GA} zQHTBSC9LNK@V0uN4ohXh4lz(RV6LwXJ`UB)w6NKP;}0PKeup%2iY}$WVxr->WN6uT z@qjUv%a1IiLMerPeIUm6y%L=EUFB%Z>ekKd-QK3@$rCsF#mqXdSO-smYT4p6OLRHS zWRR^GJ5Ol)*_^o6Z-4Dbk-Bsxgim)eGJ4uf%Tbi2t6oB2wEn0EQQ($+QUm4Zn#WHN zvPMMg;rZNwg;op+H9H>^vgASpG@4H(TPN*#e)`>|+Ok|tr&|BolaZgRz_PHzQmrs) zSdwe{5t)oV2fK6|<|F!T(rc(Wh@ijO7Pt&|Edl^M0G^0kOO2V#1aP{2&<8962#<-J zc&;k-fTwqTJ-JCt=WV`t{HrfKefZO2_G?C-ZuC~aEs;0?e@52g0R_wkDU%Koms>kI zCIcvfoe!F>*CKnTjjr@9i`=rOhwAxko?<9;B_M-iWk zP|7N|t<7874++WorXMAsUDKEJ-zC4QRF98WX_XzeMKq(H2<$lQtw{8sRLl=$X6a;! zog@QGsXRK-ZHI5hEJc!vN04Ug+q(U#Wdl0`2Y!g$YmI4)Uf(F-bUj=!9gvo*Qoi;Q zOY!~Wdc3u^{JQ?y?b*9`4;~x%^X!L3&1_>v!czJ_k(C^4V|r>4uV`woNyIhph@~eR zFV+I&?;4#$!ZNMwy?RYVSnf``M|`Zl!~ncEnJ`qxD=h6Kcoy-^uXQWJP_NHWV}_XB z#94T<+(H#!t`;YBYwGun3aa2zZV+m?yHyI|w8B*Ro;W0)T{;i#*SH&F@|=RLx-1)f z7ve_*vLYMlm|ojm_vGfLSidSZ=m0*5Y-J9Ifdm?^_hyp^o+>$9Li-gh#hdM%p8K!;dgRLaa%}+9|N)O)a{lW#1b{(4j3vM#2b9VXKx?#N&o7Pt?P0)F$ z8gP-Gtmdhl8A(K8EDDNPn~jx>5*kVGQV;_6PN(oJJv3@JJPjQDe!({F@T#qHvz{#w z?%pDd2M%*DdszOGs)FMid&}|VU_14ZG762boa-R+3Sii4t%o+qdeXq^;Sl}o+T?nl z^1-LI{+u)zh5N<<9$tu?`VzA<7J!CZca#zY2vq81<9nTBV3+pDBtFkhR*Avi-zFq6Y&$`kb?TK~OZTO#-EMp*og|M}VjZ%#7Ga_x!RQvlcoi$?(aR$;4PkR2E)-?k z3Eqcneh){0(nFK`VSJ4Pw4-TdCrIrvV0rLvz5{trKIH%6;lz|~&iL^(FFS8FGEX{A zDsOm~Z(Vn*!EQ0_hR<6wEL*L7P6!(#jv+?kFtRJ?=dS#2vc_-(hyc_kw zA97|$XWqpucQJDn-Q>rU_ZcyaZVc3v&oq$x1Jl!uE8?=JHgsKw$ei(z<80M=v#E&FMo% Lyk*ZB08Tdmi%W$8 diff --git a/Resources/Audio/Effects/teleport_departure.ogg b/Resources/Audio/Effects/teleport_departure.ogg index 163ca45f393c8ccf4848a18750f34f5dc31dacf8..e11f355ad08f47109256a1231345b3a5ab5e17f5 100644 GIT binary patch literal 16853 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

    &R+8BxQNq#x%V=%zFjQ~-QwEX`0Ud&j#A zW820$aMMc(x5;+NyrEWJCpjVWWa<3HN1?4cGb@7U58#t579%x^q}f9@j!YREkJm#) z-@6otnv~oo`SiiZtvK#}dpm|Kf5>j5%LfvAXs0&Q!&yl`4zc*Yw75^gPEy6hIt;z1 z%qe2Jfm5?Yu;Hgt8y*f)O*{zi`wJ^P1TJ-26UU-pJRwge{) z-RiZru__tie;}~lqFa@WwRJb>`pG+i`H0GQ@(){Y+-11wH)?TeY3_kjjctC5rMp?d zsaUz^!1m+vQe{R?@Y^pOR-xBu?O4BfWwDb)q# ziWN6S&1GNbUj1?qcGF~ciw2)-hB+LZDw?YPw7YDrvKJM`&u2FBZP?rp?l5gtf%otL z29`z}zE&7)e{Z5mh(eerXY$N@JRK`_g6k8WuMQ?2Z{ zjWKTqcCICED^rZV);bX6aNGzzy7~73RHTefuM<`Nw2ZiIq7qrs<|PT(qS>XF((hKN zdv(%`^yqTew?cbkp5Yy5sWWx=jf1zaqWO;Cat+0ZIa!$?kBAm(0Y3&$L58Oh5lOn7 zIT((;!@vfE1-Om)g{aLVeAm&-z;J%bwt1uZ0nRPhDao;pb!m+!;4Gih$V{|I*ONzT z{T1+^Jqgc$-+g_1mjV{DC$S5aR`DS|K0YBnE+sxRGBQ0TB03~AIWjWJ&(Ay5KOiL5 zKd|?d1TT8x5r-8KwZwS~Rhg3409wrMy^La^3UcdYQ$>$x=Us{8a^`MBf)wk;mU`P>ih5!N>-5Xgo$UK11`eprQbo&)3gk!ZCrM_rq78@Prd_hHU#iBDdBcV{L>Ef3pw8_M5be zB#s!19$=ck$VQu3*|nzsa&&H9U|m*ZSM5Xd7;F4xn|My%a+)V(U7>bK7Fglyz!Bgy zq(MjAw4Kqx%#eF2^JVDdY)@?*TKcfz1T17=kyuVbn_etvvN&cc`g^~cC5Mbz`um3t zs>&3)D9@3HUZ~T(nd%N=%-tdLhE=)fNa*}i<}Sr;ayngIL-ye1Za0D!T~+qPO5?7a z&Wft85&a{BK*o{9gQSqF?t2sXWAlO-rCh$Lp)M!gg7w3_^oXNAb9anb#lzdW+s-E& zyFZ%Ne<*TIQ;)(}W|Z8%qYbzYCGr>U@fHrukigurSnhYAP*)UKdG-J7Uvn32-;NLw z)ZnYo-Mykve)=LmX9EY4FchGr4c# z$e7wLQZ6PZ0iOC9u+~g(;Zo_ByG4xDf_op>X-C%|7{zrHmbt38Ym8ic)7=UjBtO|t z-9N2nD?cgJ(z_kXa7n*#nJ|3GLGvzrZ->a;Mro#AC&yu{8I5fbVl0){-3y;9Gscbp zF&uPEbh%y}MJDHKX6QyI|2%zI?k`d*e#QDkzIH&@4RI1lhaGM3mQQ4H5<6}NL9A?L zm38iw2lz*f%nVDfc8JSq=f3(mL0~D59DubGV*y8&^P}4y`qAfOmJ8LFO}xYH_Lav9 z;x1*8oU=WHg$sZ8>E1C~Yh1h-lc_N@v}N5v+KWFThbM{L&;bx`=H#T$%621lMQ+0o zf6i`kLIDWm4`Hz`^JS*Ts|Aexr}oEnNAu#ptjEL<_Py3USf~q9N2IlCif*n4L=TSt z$b})Y6c*zs6K2yJ4ybocK@3B(%{`PK!&xVnQL4PUF3$?*X`gc+%7PqZjXL}BZ@70T zt#wPzB95#Xz<*I-vOuNW3$>YG2SAw7>G>p1ZH(cfm7bBW);8ohog7M)ctRSWI8e8h znYEmRXRLXr(6NHiklje2=(DGvgiuVR>7BW%sY9~@V}jqI;G(LHTu@yyU>a$^mz%k@ zxfRj>bM#kqszjOP40q4ufiD%y*!@W($vdv<9!1^-j}Zd+Jd)RF!v$Nzb_qq=ZqRtw z?y9h`;W4W9eHb3#<)k(Rejg#|yFrWLIx+hXGC)0!9$k(Y#Su2I>(BA4+b8YLrnWPN zXNIMj=ebQyJ8q=U%opr24XcjL!WD+$vEWD(w;t}9HWV!Rk7&bc$sYRnMN0g|_mcA! zTkO9&Y*&6>Ob)zPYeMh25NkV~QvK+-&eLmF%6d+gzYmQPRk9gC2x<>SvKVnx0|H1- zl~Q6=hA7M?e@sl(H<(>@$*N1}vCno5KkX=?8@!NF2BbS9W2$8h<{tc*!~nyAx$i!E zcA69$Dn>qr0r?g4q~TX)BbbMy&CYEp6*FVTDx(;c97%toGVCBJ#L=jxYTlo{NVBXelJm7Au}V z^Q{v_YwPSyNy#SpIEx?Tm8AA(ngYqrHuCL?HY|BdDi;^ z+&cBCC10~=*D+df4unhL>iTm1foIy3Yu2$-OGJcTe(UOUhEr27QCv}nJALLCt0{L} zU5{>>Ms9+a6Xpn%JizW}Y1x$!?T7Kqg~j@*#IaY;Yv=n!DPPUYN*}zn&Nh*a;PfoM z2$T!P?6GN>xOV0vrf=R6rzrz+{3!y+{m7Pl+*>(dj)fc|$q9Ca7ePmN$*i&6;1t;w zVif*@+GG_ve7Gy#bd=(J4Pv)M*`{CY^zV)j{T!})j2f{kZ1DiwC(KO=yi(33awnf1 zd)UsYl{@5u<-?@Tx$d+P5#}rls=B?lwa6=6Kq_$OHzUsrF+@WQSoApyD1L5F7;aqB zhV);|kYMmw)B3lZd7}eo*$mouI*0YFD?mAS6E8XIyJlRYZkeozzJ2pEfL=c3kBZB1im)GlXiK)~J-2oM z#LBpk%*o~$37h1vZ>8LJX4V(<3Kel8WN(r*yT$}NV_FVr+|XEB_sF_GyZfm)N;Ufp z@0s=XFzKXOJ)(e(W^sHm%=K0HeTUn-uX9_{1!?v}B)2qNhqjyiLE)G9hx7<_GR4-3 zU!gQ=@_47EJ##H20><>vj8F5lf%B1KP|AIt!G&=ai}V0pWMiy!_%nptwI3jD*X!px z0cpDEr8ODq0n`3hAtcY;8@nG}*fJHpLw0Roe>OY(BAIH|j3;afFtm^c-LAUetY1u#A}df(*Rum<2Vq~st9>CyO32r@e% zygv9{^Xe_~vQsUy9p)hDz#h%(>IqT|9CGT0!ycSloa|&X1TFz)Gw#H<_5lM^YK9(a~FNyMv@3kX&`*()8{n2xa0QAbI zLVP<0rTml27$k9ki%8N}EFjtfm-^Eb!IQgb9V@?BPPQd@gdjsmGJ6_b!qVWE>AtG` z&N)6hd=!?QhpVD#Be$6G>~n!!yHv|OI&1BH6S+i8J%ooYlsHVdPw1|_t)xtA2OTPl z`Z#-3vpkc!qTl>A9qX=lyi{|So5Ofkdc4g$iK({}^ZfTm;dyC>vzI>}S~r6ZZ6?G} zl0%;^D}P|A5yxpI6iafW)AlFvep#XM2)6kwCTj>ZS1+|7Sn1QR+T(j<>bkW36co~O ziFNy!rZKsgD3@>O$zoX}1fLt@t^)`-aV$X@2DtQ^yTevbZf=_6Q1-LA=W*Xwn{9}& zkCrd-N^jL~dae|QyQCVEMV5xmUnYIlH?MVLYH)AT;FO`RnNg@j;6~@kMo2{P;=OOHXn^u*m@?#Rb zKnx)N#K;N{WdXp|-7wi0PQwJyg}gxp{XKcmXfE2RH|*3+)5X=~uFyEO$c&0dl$y}s z<o31eKYY}@`zRLCFAd!07QL%GP%Nmd`i zUST~TDIGYRGfbS%Op-*`%soA9*R5yQeijZJZXVA&%Pl+LBoD6*3I;Yl{9`C=(sMUs zR6kW><;}s)(FgmcC;Llku(w8TLSAEl*T7&2U1*wEv=gHQ+r%hpok0CVxmNUIuIl(v zeasE^V@au{+JY#_>L5Sg*C2c0%=yz`_T?yV@>!-}6Y?o-(l0bixrMA8S6Gx2+srh_ z5`wLrVVQf;%oSqNvLf#Q#t?Hw9|p|26nmmAe)B*r(k;R4Ov|zb8?wISd-XZyAP~Fn zt;nsiZkSUm#V*p~N7;(=_#|d(WV7K7{zJ7s@InldSnJ348Ot3;G$TL#2W?|!YN5R2Td9%;s0W@mH_ zy7Rm7@U{@xq*yPFE^(Qs1laCL>{jeEXoLyBz|UTW7eE_xVua=sZwv(!T$OD6`0%dK zLvP80Y)CX>=J&WH4%A?jk+L}LIm7~mwfnFff|29uYAX@q=kfqSWr#?WD9kC?t}j-B zGX@WR=2W;WoR3G*Q&m1z@w?T63KxgQAQ<_vKhqlJ z>m9R}G-b#dIPO)ynq_5Yh6&HPH&B+zC~kfwRw|GXm3XcsKhjm5GXADnjqx}T1HXMD z{JsyJEOwnI#0bcN+9M>`_}g z%`jRi2@%n!9Kw!2cI@4qqeF~YJ(4uwO&3KEoJ=3#vFQ_CPYzFUr|prr)}H9U)DQc6 zqDDZWd0)#6#j%_^>K84V25%riI-hB`9!3qPiyYaYPoluJP2^CL3e)zf<#(hYG^V@l zArAG4_qZgg+vZRGC%YE0Xu5QLIcpOMwH8U5rAv?;RtZdG8N!@Rn-N+inCQDw-mDCb zw>U0~q(0Rq`fN29$+m4XG+IiN06F|)7_@qA{e^bBF^-Wjc^hU1S%|h0QVroy39=1+ z2G16NUI`cS__!edZ+&n-oPPv5lRxkSS0>FSTEYzzYLePAq_N<9Ee$EdQ{6>cZi&q; zZo;@Pe{(xZ9&2>P=dk>m-zeScK<4yR3~xbOoEi)Gc3eGp8hK4K*gp^jlT=qsJAEIs zhLT3Z5VO&`OsmdjtvCVOdm`LsS!S+eJqA@bf7r;{6MwOVt%pZqg`@9S{#!eCZ87~& zTZF+dep%8|2DjO<#nd_1zvO3uC*hFh!|bi?Ey;P$9jWVGe>E`A?LI4E?O+y0r#&21 zMeynekRgXlG~c_m&dC13FwJN>VtK@6k-KP~+y<2S*nd}bjVD1?qdByo5v@k7Hmii4 zf6~Kp1qBaV3Dv8OZF9G-3wi6^Z58pm63xtOch1^ADQ^-EQKhZJ{qFvP`GDVt4WCAE z^0w0KSThNlILz@TN0PesW+_q!F-h*ZuIxAz4fWvnVv7)rc_G{t9rV~x$IJ8%!G0}* z#(M7d0AWg&xGx8@>0DKmV3?8%n1B<=7nnS8Uoi?tK2u;SagqCwa>JyBVePVwvZ!~@nebqlA0IzH_e%DYGKjh6s`@2H{OA`9u zI~0%)2>=!|Ipwf^k-;7iJ8ipjq6rCQ=BCK#=96#pUTnfaVn8k*I2HqQ;dcL`YMpNB9Q)HJA-wPN_^<@ycJ=%eK3?-I{cT=T%^yUsiS=@q8!~@z;Tv~M@XoYETb1*igWN7U-pw05edw2o zjjC15cF>b4c^9HoUd>cA(TlpD=<6@x8J4q45igfolQcK=P|nEjj7);U;$%#rR*-p+ znmu`+X;`&Uz;KG};qL^sebPgEhnYv0SSWM&!xTPeQ7MIsk`u={nJWfHho`w|4-|E{F0S#kC!r=Ks(ql^`l-_ zlP$sZQ_kq81s^n|lBTvbONC=~`NEGrI^P~mEY`v%U|~1~6k4l#ir_>}o;}<>%@G_b zanV0EhN=~P_GTxT`El@SYyins&;tsA0OH8&t1ITWFIuN>j`C7l%r8;~7|+pbuDe+R z{0;PUT62otjcPgHD!J*p>qY2ztLr-GpoSl##n+r81p$J%XL3|?M*&wg{Kwib_&9(z G!2baP$J>ySux)y9c-6?y$Ifa1ZVp+yg;^=3DYV=ic+(_kHd= zPt){tO;>eQ{i>&?XLl7WEK~sCfPWp-D*rSfu`KAph{4<)oQjxmUT7}0^~npTdMj0(;cB(_$@>VMgjNRhBIv#>I= zGP99TE7;jvIXauUnAyA1yz>Tw`e!JO=qGhB04%77MV4eJa3(U1_z0y-8-&;e>QRyjBL%1d}EW`h*}G>-)?Rh)A^kCi-k z83|0Z(hd(?|J_Fu`_iUT8~bS*N?0T!aU^LtE~ttibRH!w%XWsR zEzb{zXB{O8k!3w8PL}6ADKCoSJ*94%5k+8Vnv<4gSyVTv>4w(xb(!Wl%Kldc_g4=R z&|E~J@k~)gVc*$D(v+qR*n#EC*&nPSA59_FuwM*$$83M{lyDN5z-v< zH0wZEwgjWUW(fqb#VvsSg!qpn&;^kN`y`n&nZKrZkTVbRD=@R>zeTBLQMFg3XZ`h{ z?KIvV$d@$Z8AJIQGnp>aQiz!)|Fpc&vtWP~bD%!Fqip11JR{I`R&$v!6|0({v05{k zhvn^OcJc1&a#(?CEbjyPy$KYgsn!aC)HDqiOc#6x@5?|Adb)$Ztj~ zxWhTYBz|$w#+am~q{+mt@yN;fETc5V#IbP_(iI_!%6L>IuEBpbCjkILQU9X&-_>6z z|AXSc&ad3HtY{dSIIOtZo4H6Cw);#q=B?6vs9n=DO7INZOP%FKN@2q$o?% zl>8G>Ag7X;CWt`e{SA`vbmwuJGEh|fr{jK7d`Bai{g3kfnotRy5>#ec8C2K=)Kt|p z-0if!x~;c{>8-eJFZ*pT#~R>-|4(53SL6UdK@<8nCR2=KSVpo#;r~bE zSVotnN0&uLA4SGdN2OUsWmdKq+K$(pb^Jfee?`t`X9`dOMUJ>L#eYOj9}D3pP&75r z%l-OCM}b+8L0!dh{?h>fKwko)%-?lHNtt0$nPX9zK}}WQe~%atb&*|eo*iV^Q~&@E z03ZiBITSV8IYHE3KogebkOHcJ2fAPoH?$0u4Uq?l%r!xTN}w%?X8`fnjxsftm~2Qa zC085?Qh%wg)B!gvXxW1VC;WhNlTjQJ$tbOi&(YIUrP) z<|)fondX5d3LR&G&Iv)KDIrvurWqj&ofJ994w(_51^`I08}c#jw8kQ zWOf-$N*N6C@0e!G7;?+0>{ILw}K zcHh~}R#nwDvDFq^%+|5}HPYO++2pi9r%NEJ+j5$p!IGU``oCDoVg6;sskYq0q2#Kj zq-Lh2s;1>`ruCqvvE(NMqN>QPVyUUMsIA`Fsipbtx~l1En5{mjX<_^8EQjsh`|aYs zb6#F_15u5Z%#2#ywyCW$t*i^nD>JDpD=R8n>?&)3I)%rTg_YwC7L_&C;|;Y{HMVCU zYE5}%1AS#BeN{vCb0z&*OL=7naJ-=|tETF#u{QEu_G+1Jnf;K=&u`ZxH{`#YH}l0Qgho((c9Ai>0xK!k*o6% z)?mli3w$02F_`*zN?=xH)mei*-9Yu3sFIqW zUaHwPm!1}m{We#e&T?#FA(ZI!2r;tN0=(8v_mAWsLH1##i}gOq%QK(Lxd@c z($=IY3$()|s&P`I*~#eAmNY4I$}j~biqbX(DND*W^`#5O7bL~l(pC&9bK2Gw!wcFm zXeOwvN5!VoQg9_r?*tI5qx@oIQR$LmOc`kg^+^zri{?ZmD~i!oq$-+0tV)WpWu#eJ zFm>!%mIy&3iqUnXXofLW>==eK$%jcmtj6Aj|CMo&o&sW(5t1Y=4NOf^p3F{uXB84B zEk)CkBrOY?m9%tyn6kDl%Tl(oEeB{;AXZ7zwhY7CI>;#rFU8I3a3(Bz|f{9)CVy4g4 zzcn|uW*A;F2EGfYtxrt?2|rxZj^Rm}GX}9rQjP(Q(6MbVO|u3OGL^qHAFjFBa@;Ry zSHH`U0o@^7;@j`kL90$61VA_t&Mg0Z33(4&kx1ofDJxXxNgi4_(McYv3TIhS8XC1p z5m?IRX&xGyp(P$z$`WiDT81HY8yXsr77U=g<8RnP%S8==!6RwG0mML2JWK*wccAe~ za6@Kri!n`5$x3iReks8;0ofMU1zD69&tzJJnkH0HnwBOERa%O&1eD;y6N2(N+nE$i zLePZ%Sw{>JjS*SGNnBM~Y0*MurKu`{Ko$kMfuK+_G^uS3Y+4b91%@rL%20x!U=AEi z*9K*<=b#Cl|6NBY0SPbwVca5+TpkNl<4K-lLUz!~NEnJtJDeSYEDDPSng-}zHOT|2 zP(?umP`+0X0;)<<=H3a)(kCRKKAIBOcS4FXJODuJ2+D}+luTWM6Z1i9COE+Bea)2S zfhkClpcy7fNm2%h1F2Nuj0m#bkor3zMf;ot1PxmbcT^CphP6LQ1BWziYDi0#jH@}8 zK_G5E%(RgP5p1T~0e}rC7(g8afjB1>E*vep>0c!RNkC?dVF|}Hj%GQ^{sc=iln%;q zN^##)5715aJ^zRS5kRNIAOg=3;d_YfbuLfbDT~4ko(UHAlwTN1NZ|&p#GVg1|Na`T}M=8P@*@G z4w^AEQD`{Lad9ZfJq4end8jEtD50SN!3Px4DcaH*F3QTZlqG5JOUHt?Gy{k?3}wlZ zvNcEwFKkKE!n>#y5lNboCG9T^ppcUWof^k*ge!wC8Co%}W+|Ri2E`|?Ni`^dv~56B zw_%`ZUNVkp2H799LM$17;aJi}0PNU10s{`#5}lx&Oswf6gifilP! z`R`~U6_W;`>K!Abp&&Q>(-)fXUwx>&NB=+z1gN8bu1irA{R=JF0#F|f5eQ_|e_NEG z7TiAx++Q$;qJvVo6cFcs`clwAGXAD_Da!AN1exZY@E59oTX3ZB=K6av=|5xNb3qV9 zA>LPE@?(mkaWY%>-F^r~%TZ}SAR++Zv|@cmvouOFlpUHT6PnFUNdgOCMkQqn5(dM>9R&#r zg`@%G*Y(Y?=t4s7qqD*z!jFWy%vnJIP(w!%6C*Vd(J?B63XORIn!1LgFoB4%u}xnP zj#>Ml^fuf`LP;P=BZt5+69Pjp>^*-VDYSiq;}tJK{`&yD0{{>M07*zBWMr8 z9+3Ow{vp3VAis-IisCvWr0Qy@sj6+PudE^`Bc-5cWm;a|S=zoixxW4bfRsKnm!5cK z#0`K*K)(l@M2uM;kxi*dA-xgP(aCy$2s=@=%7o@E=RYGVew`_Z;wW_g4N^bQQ3|fN zP$e21xmqlK2E3gicd|Wv@LmT_0k6gG)VQ*M@!WAl;5jctaC?z1tI7W}_mX2mZmV%9 zHwx@=!aDrp1>lPJGtcgLmP*dTt)_w*DoM)18`2T#|DIJkAgQ%&nfxC7X`Ikty+QbNjNkh~Gf zAJ`~(cvr}w&;j1k`M>%wj|yjyWcz{oU(r~lp)&#8!yju`9eZr>9L?66PUU z%cnl$)T*Ll(kT@9UED0C^KoJW@=U~i+@hbR;;&~w}p3*p~0sKK0h zW>opSmEe>$0fN+}Kpy|?P}jT)g!lko144IxE{w8|2EQ-98O!$`rIO9r9w$F!q!sYU8ls%*CUba_?6+q&kHns>^_G)D4ljNe4;Mxw*`CPk z@Z1(UwAi^m`WNS&gsFo+A2bI-Y~}Aj+;aO!^U01Ul>hwvf(+i#)do%qPjTKSpq*O^Dp68 zO8RU0tGl%}4w#jAFW~`i_^%xS!D9yQ7EU(W3*oI>F}pI_5Qu<9Z{=L5y5-7C;l`r7? z_yuy8VN@cN9YqntqA

    (9ce9hl6|W6EU8?46r+rUk(ky<*eR2~&p2+G6&;LV2$!Um#Z(_ zGO&KGsfkPq+Oco?^Aj#B&C|NY-lN&R|0zvxRBkJ~4_xPzH+%~+8@So0?Pwt7Z~EVS zOzY^=^@ig7-3H0B8xS{?UPRNQ2bRHsJSuUpUqlpAF}-4?ZOgpOp5sttrd~5!9B^1E zTUx*0A6r9`UCdms$ib34L6t-LSEoXHKPH6ct5wAqJWuiEJ4~x2 zOWD!sl}Pag@J{Uuj4;FuNZ}K&WK)o?9ZJ+}mHV0VnK~wz*HI!hB4HnT?Z1$1Xtg@G z){s|pvX4&IHRW!1`vZ~@$`D(^i@7SabdD432WU`(zSHV#5lkq1)l1hi;|%WwC$!2( z@V6!kco;J%wGd0kZvBiv8{+$Np)?(d7A1j1tgYAD8|W&-2%50D@3Sm^;3yKh<@4I$ zmo;X9;qxSSsE3d(cT7+m7b-?sd~GcVh4o*}PI+XE>=Y-n>Tnc^xw5k!y*!=z~eN4UsVaejWV z9{vCbgf54t;-rYg1n{4>nFZq}>+GF~S#=uzF+5n$J9#J-)U{|uY9h+!^c!^D#vd%x zqjM)NNP!^Ov?OzCi1Q3ap;?^bZIsDI>EH0`e9d(2UUxL#r$$F7{kEx^v05-V1o37! zx!43&&%SpSX|uSghJyqhu(KIS_A@N)o)!?FMTuqdxq*26~FFivK zpT}VfMsI)6XgzM7g#SPgNO}&%f5ECq-K~y$aNPOD-bdkq6WRze+kP*i_p5@m7@5%3 z$9%NmM!VW&ao!IyHRIutT47F!T2RGt&k6w?Y}w(=={^|DfRO9T$jm!rgbUAU$4X;k zjY(u*`>EDXPwTngl%9QH44FqQx+N;eHu0~T^dw~4{YNP2n-U>H(|)z0lu8aK+IR#m z7&-tlw8mv=YO0^tS!bAF)qERF0*Iyju;%u{*-qe1oy#QaLzhTeqx@i~5e(3OJ9C@d zEmlnW2(`SLeVq^eQdr>a!K(mW6{#p*D8y4HjwBl`2c9YshP)t1f^hmVVYK08PB;6I z=h037WmbOcBbw?P1Xa=2p)^C%&Bpwzm$3K@Qd zDT6C4@Fo{Uwq#L@ZatF?tLEfJgV#tEn1K#`&k!)iS;uDAuf z#s2hjOzo~zM`C3%Xanon4)xTiRbaihSS$(PpHrlBH*403qi(g-$&5n-s^8$WXyI+Q`=y zp#-=&aM=c`$Kpt(dtaGlM2`dRGz}Mt)Du}|>6Q=O;x(ij?-9p1p$}2Fh)?_AcE8$~ z{ebGH%7t8m+cAqb-(wrMSkX>a!H#fvy^L!g0xraFA(Sxu+aoaz{W#A1uwJ-UTI;j* z`joP0Cjwym)tR)A%1J_)uxV#ljTq+a(&~PjH6|5@%VmNQCaI?*zBSDw zPI>a=JLB%+Wtol9$Gj>@DRNEpP}#KER@sl^(`vj`q7}%S~$1#y`B%72s+|OE5ASx7lcz& z^(}?3We^x*&|fxdaT!XA#U>Qz;5iOJYh9VtpJkUEm=qQ^CxX-&F9R9KULif9V4M;~!w~ZM((p)Wg2u;7h2S$( zaCZw_QQ1^< zB6%yfG*_cWmOY!8pgrYIF` zU&Z2WJipwXk4d_!746a^tSbqbT&bCDr(tB+N_2LNP(2e3HUfeX(I(m?3ccL1xR4hX zYS#Wp=}dmpIy<1lJAom}mbIl`ly}FtPE=Ji=3#NSA|a)JN{P+1NbUk#=vtTOIkSem zA<7*2$nhcQY3DwSK_@vo0uAF0ALff~7e`IvZ)On=d?jjv?QDp9m8zfADkWmiQUO`4 zNuv2yI24?5FaW{o3pPMCdtYtk@pA(cdlnw2`k0xo3Pc~e@KeHTM)zrQMUjwTE&KgZ zEj!_b4gSC`&5@9c_FS1iW3J>mfs(i#?ai)=Y-PxHpsuQ62kcbCWfR7+wzsOoi(lEw z5|FR#p0-pBxVr-nrDdQitYwqm>{jiX@X``S(Rz0DydW96e=iw*-eVq4S&##s<~APu zDOF73b64jUTu&}v@SpJf{1`V%bKF?uo}pV@a`Zsu=uj@RY9$AiKr3t~{{R_o6ThmoM6AVPrnl;i^HGi ziU$dg-3C_B&+k=@*nW;_-K#o^`3<8DjY@>0`y84|q?8Lc`Y+lDJN~gqzuCF2<>Eyk z+o;d7Ir&V9w2QZ+N}4+-R$O;D-sIr{kz70&t@6?K>)5HqfMpaV^KC9c+Ufdh6OC;J zr2Ms9Sv}A5rz-^I+g;!LhrTkCh|Aa3 zuvj3?A0*|}iXSgV2)Q^vSjVyLxM_FKUBcIGy%MIfOqP6660^NiTUaM|@}oPKX=q0t zDX($L`iWdC(WI)m+ug!(SS9DeZXsGH(d}Ear(K!y>sMlna!864g|_<~ZoOU5NbQEk zoh|!=+n(AfM=z_I5p|B)&z4!YRI-*ktTs62D6DKIXP8ptk$_!la#y!rdm}a*MQC&x zUe(Jsqk))$KF$apmz;`hD%N=lIbN*%u~y0%97ZU*WP;pyv0PiMNzlw*awBDBU~u~M z^2tyD$G+c(E8lbN!A*4ZP9rP;GJ)*0PhW5(q%#i=$G%jJT;K+*{LvR^3J8ER#>%5u z;-w+?%qq{Yy}J3RR2b1^@ZERZwK43KMdIo?7cw{(O#Qg6!FA(6@8yPW72DDMy5?|I z4bwofgFVb-T4AA`FT5?IP#H^%KgSp-lJ*0k=D=-e76a$ePeY7-NQaKBGwXR6J}ylq z9PI&+I&3l(5jX1&;1T_rQZ8>WKKWz}*W@Wk=FrrTsS zHputwgeXe)!w;!HWP?nsogsx2*xvaR>6#U*{%`H0Ulf*9*kxKEzVBr4Km-1@MFD!n z^M1T=JFq9;N9qBgYT&o@m=o&tL zu^Z0gt5l+&)>PhRU|&sSo8f8|66@!G`=KT6#xW_Cn?0~Vb`-@-Voz_MtiNpJ#YCyH zur#yp>jYmVfu?=}Oa#fs2QBOE=vC$GX~%{2fsu!Sp$|>PEd99b$GTyHL*A=^H$rzh zI9D)qb7UC=HeLTKD;+Gl4TNX26O+Sl-x_u@jBzO z<|Pci&Q>sUe0~4HP{uvLkAI?kHyEb8y}TbNZ9>U%?cZCjZmxM z8IWxi$~Pei!Hoc&8ZS>t6eeh`l?Zr4s zV|qVv{rx1!z<_^NZe1B!fl{AdpdF1-^M`fLl=4m{84R0fWreA(BqXJF>}1U+@*4i% zVbSmhB#asMFQkRdzn;hlX(Ot6|73kI(DGR!ks*hM{%PJ>Fzdv_TXytH4MrwOlAx+& zs39q{@e?sjq#Erfg6t3y#*_7TsHlax`GaCz9O87=b|o`cstkViL`3 zM5|z1i0&9*Xwea-EQKd`qy+QMlp?%HFymD4?O$0rEgF6ARQBmyhCg0io}UcnjEuEB zy8J5q!YR8l;%Fe=+U7uXe5I4~$ zv|KAPO~p3Q`j*)IhsC?3+M{LuO?{>rm2#_mka;BQn}G z&`t-h=HNqLpO_w2l-!#HCXPC~+ z&NY|k`lSr7pxegfVUPh_{-#z03}B1@9s$rVQkQAfHRMggB@0@?nlw^zRd$!={3Z$p zBDjz(@(#lxIz5(&$GJdBZo!O>{TBNr^yN#WwO+oe9}U(o1wSx3$<4NT`x*-Z-aMRJ zhJMc~CtCq|LtEW=H7Y5cTZ^7v_upl13^4HE<5DKQ+%1i!=mrz|eHHbeoMitjccBf_w z$j_DW+2JVgnr334+iTI&rBN)WoO#|AjH6-4tSR}W1=%%%fD6moVBcK>_^ne~497=B z4cJ0t%z?xNaBo@C(ZV9taSF%Uofenw(uP6Y=k@#++Ov2%rQmcJ7BuL7dRnYETYoa% z6UEK#2D;ce!Hk4N()E(1Xy-Bx3MLu*i}y*4vlqBBdn(@j7W{?A#2 zN$aD!Q`K7jU(;-3=>Wq+emRX0(_w7{uLWW;aXk8@+@s+se;_BVH_MRdyc*%HSZ=p$3`9H zx&jvQ6c7QXJa~t-Fut)PiUHq{(8uZ&@kB%B+Vh~_*=pi-p7u3RDE;@JKLfw;?7o!Z zza}&!9G-Vfu?%r|T(?}nT!9XT+>QJJM;NQUPmwfD)fLACVQD)Tztn z-tayd?+-qGlRo=})2x-$WZwNY;kJv!|~kkH;UO>Mf$$_g_PRm)Rf?Y@K1{07SuXZm-Y(+@t05cv8!;;!U(^iWG^W zGCgZ_Cjb8ZaiLdbcQ#A=%HGe1Dwpw$_m5M@__O+cn`mu9PGuyz&N}$5+;G)XI%~r= zo>LwHwCzqelH3a>(IQu?zB%0yA4g#N{eooMm4s`UkSnV;nu)*=g*?MmU+c-y>%p(R z*%qiXqHH~tpC$4=KE}MXqZbYuAB8WWkx?(A;@~ae3*74FiTlZRv3MJX3-#+1_M3|~ z>zKy~E!~ebYPJ+SR3xYZ&jt6a3veK=lDtnlwLa0Q2HBh2iMDFv*Kj0@g7(VKFZf_Y zu~6t|9R2Lq_OoDA-BO9jDy6l<#KSrGBxGT;sHT%0l9-4WE;%)uilTNpHV@$l zCB5JvD0o6f*P7siN#by_F&RGB)LxGeqG`dg+Lv=rQ@(78q2#+|iXbmq0LO!O@bKa~ z+&VlaGCB8UWC}+)j{km=!d2hx)}Gh*voej_@K3w+=`aij*m2I+{2O1#VOgB*d6_$* zh@BHC8RxhgIDr2ogE-VKvSxn#f%jP5NT8Iq$!Rv6#>$Up`U@1Ftg+|VZ&`wZs#(8& zvXwOO1z1<`rH+iB&Q7us8WS`n9UST=^=s@ddXIAQ&I@4s*_}R=b+EE;@3e+cOl7;4 zkkA^o56Uuq9lfTY+j7OlXi9RuM`;(MetQZM@h|jvSfX$-T_v|jMBg$6?FBkuot#66 zcVG-KvT;L9=H@4UnK}IU*`GQzlMHi2=S*RdN|&>cxt-^u$#ma@F-JWQF#f~#z z|9qx;Qdj6wr7vyu_A@8{Z0Zl}YiY(K{)-8CmoHhgDV1w9^vw@#qKT(e0PYJ{M=*U> z*lV!Jm8(uPjg!XDu%GxmzlT z9RU4FhFF+T2<%Vn?fuO0=!Vrzazz%muH!3DdoNde1wc*{{rfK>>RBGkJ-xpSTIF+) zhF+MbH3vRExl1%2u{J}J+MGu&Pf)a)O-ZKaVWiq^BDjhMh|Ss7tSiMN6T97|hT{1y zY3GD$RE_=KZPVEM%5OQqoD6Ahl{Acy6a!T^OtM$ixR=t}r6Bfg)bsdHsl8j3dSQOK z|4MX6#JE+Jx2{NAS3i$8u!77%*|TwwLAwfmOJiK|r>o!KD7zQ-sOd-c9~X;L=ojPB z#S1mp@R_5tuuE}2)`JXdAfYFj4wfEDA#$@XFi^^aEjjXQe~IU!3Ts$p;g`{FXz>fY z+z7+!a64N*nABXKeri{F@-iPtEc!p+P;Q`^sD9SUZSXti3WSpEgeR*7;7*3NcCOmv0 z3kQz{#a-UA*@O{zr?Hu9jZe_QT|KkFo~R$enaWDDc4m9{Hp0Nu@d5hT3~X>2IEF#m zJzMu`5Xwbh$(2$(dyhBlUo^FRUzsmfZOA6mX8Skxy5yvzJ#!eIVw@ZbRT3GkKL??C zCw`k)txC3&X6&%6$%7?dQ!1*mJv<&tTDyWJ%>9t8={0xes)yC(9eqh^KDor;BuO6c zElrnkberP@KWx%Z|C&_SEX?vPGl&MQ+=9&f7$HQCe6VO4(t<_{Cs6B?9(hC26i;I( z4Z4Po4LmuLr*1*l3e@6q4kqReG8Nj%TEpIICOk&H&BtMPUvR*@N+%_fuRltQIKkQF zXXz54j_E5QQ71g;V@`tA4CFB7fWTjPa-|4;)EpI+@Cxh3nMAiGX0$$b&-Zr|8k44X z7a@1zrJU#<@@amn^tXwwfJHBCa*r2!1mMZJ`}J}Qh6_iILg(v(K8vMkb4q&@+aYU( zNXZ}k$HIL1nN;}($^@EUx%P8Uv0{z@iy-31x^UKu7p_9sj!e4ZRFOWl)d8gvx3@}P z1FdZC#Y-I5`J&L&Q1r|hCT(v`b_Mun+tHzf27?pI zBc;88%~@B87Sc-LA@VxAJ*^$U+$*20_VvE?J+=oN~$YGvXKG%A|Bo`lpD}Z|_b+iR=)+h_hhsZd}CfSI2yb*A(PaOLiEQ=D=6_n*UYL$2f>QLzL>Ko|CXj9$jjv605#wpZh#a1#()I&ugoWWr2<2&y<4 zOG!Kw%e596tqHZb#I;^Ob8U=dM>Q1@Ggg82)OO2_6ylnw=bZCHe>TNOUd5l>*VCeL z*JT3J>Sb#pgCn;IWKJB4$k`2hYCkObP=ZlvkC~HL+T)?t4=;FV6OkQ`@&W(e7i3~7t_hs3V7K0PrRmmOHJm8n87~pb(5CQtSaxj2Q;aNv9!tcMs z$OCJDv_y2k!2YXOaDHdt(V zpk+GrxA8FT4~aal_-t6`j7x}B8SEi3(u(CeyJUFmN{GbEm=eH!V+4v{eMc>2@s3*a zbW^8K{^DRsyzK)TwD+b{umM$d^`cQqi#*TOiGLdJs8b#4q6p0bHDjZWV$v zOdBz9A$n|Lsf3Z$3^nslni(R&*z@NyQ&h%L6c{*x=EzemsW7*5cb>l|{-EG5DL|-S zrwQ?N%`7qSZwC$9sV&X(%?OYndVY&qtr6a1PYW&5J+-Zra`X9~PVyp<2$9xSVPo{g zSo!fx-fmZxGz{8lgeGf5U541(VB+o4#eX@;ww`bCE~+VFMw#z0baXSgf?AU$Ci69f zva*oySIr0V$WI9Q)n0|KP8k$;6kKPmI@F<75F#*u?mgWBOmgFad9T40LeZ015h9!-Us6Xl(q%{nP5HMBVHt1kPOwc~XFmJlM|j?( z{z@whQ&}yjCnnN_o*%&8ox<-K1lxv8hj4&aAwL{xuw5S&u!NyAks5*ZK+1Kcv=>4 z1blg#?`mOk=c)2>=9I~#eiHno&f+0lXixr{;xJ*m%j>_G93h`Cu~AT3D^eAyLEWEU zCQ-Eapj~)sBqGMX0QV(=BP9`R@0T*uM5Pb2wJ#|}1YTnRrR}yy533>>pUWXdd0i5f zDP*MSjrQFd#$e`>A1}(*Sidh6H23zf1r`k(L~wF`JKqO0xdJ-1`OEq= z?7K7h_|OvoTQ+w(h%J1jQ7xg@b`BV2w-8Nq!itpoN%Cu>o&mO}1?P=a8Y5S#S=(i0 zI<Yl7eG6CmG>o0dZXi9)PPqv&nX32pJNRL=ZQC5~(r7KHUy8CZD*bekUS8jV zU3d2OCE9kSrYA%~U}I!<9>Ir9DHj8Fx(PbT!y;04%Hi7dm|5_d^u#L*L|# zYw<_d&R^9xC9u-kH}%}ZKVdLmP%#MH*sDrzKTKZ|NCLKG;*=d8Y4!6yT#txM0k0eB7@>)pkwNhb77N=DBBAL+mQ;VvgcX>Y9|4_ZC z&#LT7H8!m`;hrJldAvVYTd~c69`;(CdO^LLm98_!eeHL>kzqD>9*V?G_CC|}286u@ zer=+gUaNku+@ON#_D{jsUa@V??5p-Y6Qiqxd)m2RMJ4XU!|oW_!Md4Yvbpwb8M$WT zi*yz|ZM&xZ3s&Q?QKMP9lJKRk8mkYa~991U+&2r z2wwu|;`m?GejMbyvG zFr}sk-QP&>lU?~c-~rt(1r*YjAT|wrtCfNd$-uk#38}3lj>BCjlR^pvwYX~Aw2u%q za#YioRa*%(8a~y`1`GsLVj&dph4(MoP-)$T`*S01__kii6sY|9*3)1xtX(?>Lhe@I>IacP_Q5t$yG1EAE@u7~B#!S(txb z-{8kS(mao^;vKQ)RdQQdA}wvqg7v^Jk^{5@OG7eOE+WoGA&c#FjJ~_{Bz4mZ`jbB9 zwnVf{J0J>`uIp*87nf?bUNW`g-2e~RDWz%FySs%_i}uq1nakdr3nj>x~(|FSjncl z1voERBH38vGSlk>LqXM;+>5GyrWia>{49}u{DFw?#3+aKtG*dmC{FEA@=xu3%mTXY=aP`a*bbO{hjUD z2V64n=HWm4rQ%{`B9>c%lpV%nJHLCYY3<9*=_NPF#v5lU4bv{kvteV4ytTMx+~n3QuJARde$ogE!m28<-@!i<;M?=lqh^rjQdG(Sok@=X)Zo$Hye z?mV$o3+?`XTwUDUA9^miG*7LVk$x(h+vlNO+;L`iF7 zEo5Omb}eQhEH#m{VRAy_)oglNg?FA_!Br#qU&zjgkmMT7e_R~zF7JE3be1aRHb6}b zMXECyn4lD9gK*f`knmlKcU@M9mK-f|+Oiu$?Sa1|0+bjY=X(rfYz?!b!cuK&u8HY| zr`WGgU7X#gO-0=To##96mV`nspi7qY-N|{Vn2v*XWeRu@6E!|EvCf zoI8nK{e$&mo8uC14k-V4DWO&D?!qpHL21K%;LAG;S7#@oNp@FA^=zQd2jAUNFIHHfs+2*0-%ilbkrEe?mG{XUo@_{xyo&W@Z)06&%@2Z1%A9fb`@jDTA*?tLza zt^R`{9(>4fD-ULI(hd4sG_eMeXYLtMDHQAZb4Km=rleNAs|K~g`F=;#JG2~Q2toWs zD8MC2#Z2b`buqpoR*gER#AjfG=f_X$MVu)1uc-}dD}p`u8s-67SuRdno_;F*D&fkp z6hp2Go+t?W>e+z-&(aT=__ozTdOeB4L2t+SiewEP-WAusc1bO`>l&(qJKJG!bd_he zK7M`Oed~JQ1nXZb=GdD5RbY)4vVBwc{j|di_DT^t@%G~hf}D`=P3im+3ZJw3o!3Jc zT&;Zr$;s0Q)REG@?7&weH9C6b{$!lMtHEU_MHe5uMBHQ4f{n)DiPRIV*8oJboS(YC zPAdHZDOKWkUn^%IaeJPsG2lEEv8BY@!XN2R*5KjNmzt6iSfsofTz#I?7IduQ?KXR_ zHO_u)30aqkM{EL=<1}!G1&8ji>fpP@)@z)^fg6rp|Ao0F9Hxg^CJ)7n(Gw= zNFQenb(hrB4q|?-i8`Oimw^*po~#02gew7Q7v{R`L@ZjM`tXVu`8At(0O0C1Ipsd6Cdl{x@Wb^cAf8MP!&sV zm+dW$bVgp*B_zGnzQAM$F`vb439+;vc@;py5u)u?G-1*9_Wc0=_cjN^KR=1^{_zRW zj|KqFU@vqr4ng}H%UeH|RyOxn*LT*p*0<)jcrOsZBEhx7@YgPIhy%o7)C1Y=Cfd^} zv=sv^pPYQJXCsb;*tb_z__ld1?S1FIzK*q}pFKX(ki`ojUzSd}-HL`rYjAi9z3L31 zeJHXoF=EFMarlYO+wS$^V=*DZl*vVu_&Xh+k<2M{pT3}0r(oEH){=wfYEt)Cw{58U0knky)4(oBHat74oSX9oRe z(YpBb51MpQu&2@_(D7GHYjVFWRT$}Lyb#5GQ&@LPq!Q7Q?%j%hV-#Pyir)4;%LDk+ z>1jZc!Q=2APY>tkSqkguwH0zY3nzr;aeiOv?V)VkoK0V2lxJe|BP32^CMrXkL@?jC zUYsDYXVay-Vbe4E!{q<*^vfURxe<$n=K_-{q>N_0F|j;48dzPSnm(o8Cel+Y?qKCj z_Kw9oCLY-DOHK3wt5E6mjj;x-nwZv7c#PvE>;hm5;8b$yEeJJom##fXF;dt?bIxG5 zQ#wh`ntB!TeKDQJH_ZE0IF~Equ#5vyKdlqcvG}_Tp@PrvzHjk5_DG+1^v$|mvveAl zcp{zXesI4$8$0b~1Ng(=VGNF1<3}TM%t~!)F$79wspDCUH%oL(+Ta-E`TbE`3xSyn zIR7pvSm(4MxgC~s`9bhY7MGp+lwPG}mXrkQa&ZYSW9jaq4xFYlyH-`l{};1rI9;#BkQfa%nYR2und$S z61VQyn7~zh;GVY$oAba_F_N?n`?{>dv?A)tyis``dW52#e7j>hoY->=`hMZ>p;#Nn zwnFA6IPEA1Qa04%!m(vI?WSFU3~nHhUNq&!Hu$hhMoT>&^qqlNEC_Az<4UE0i{w+6 zmB1Nw&uUx&pc$1Oaku}nYse2hQa^(Vh3&Hk1=#Rqo2clYZ>77 zI8G!8kcT^pDi%q3DNxE*A5*!dLMO}S&>ae#dpN)8m^6<6m?9b2>7cS(Q^d}?cydq~ zRp)lS&(ejRnkedzfS8Hp=EM5Q$b&i#i`!P%6vs}?tiV`S=S&_EW$`fQd1sgTFr1E* z$f32U;Ir>0;ecjItc><;a?PBAU4J_ga^QDls}suq7fBzs;QV0){TE;~kYo7eVY4K0 z!Jz1s*t0hPz8W1T1c?H4P(v*Z75(3jvD%8-X-_HXeqG4Ov$d~5@$<#I_g`su&h($h zb$1y3I&V_pw5HRfR2+72ZVc?5xm^wy8b>{eL2#b_W`}Qe-ncJK-czKyR~_o}gV4jo zgUl(~fU|FW^mgaIkaP-K)O)36BaDD|)MevfACh12Oi%tt2d-t{;Dd|+e5 zVq$~ezDC)z&oqVL&9eah3Y}L3!W$l_P!rv6G@Szor;|w_I^${2(gSzDyqa28J7aot z3!k_A?b&BP_iX38c{s&adH9=Z8i?I-3Iq^UFa~Oo9PzD#s=UD4@5w4Wl!__tN-I-d zL`b5j)sf}Z&Ur{;d7{Ep=NJ4q9U$MFnF=t-Xf9^{64H-O;?;Y&Z(sIId-%x)?|RQbpdOed9e-D z+?b>FG&^Q}Tt{o0!0jWu;6B*tf{HQG?Ye$32wuvp9f4FgKxatW-Lg$|4`6I-tVn7< z5;dKd1MhA&ZcQx5HxA4nIrwbQ*LGXXBI?21Zi)Mkm*jT8$lGs`NGC9X;J{V!Y%k`15Bh}Ww)@BZgQd&s+8??nu1`N6PO>v9O983uM><#71W-hGl! zy#z!ONf_%Kl#Br(D)Vh1T2<6p_z|UFTrilQ2B2Lmw|FmZ9Kw1lhqOnx<>~u}J+cm& zByo%)LG0Bez5t#pFQt)@Yij^j2a}SNxO5dwoJWG8v6TsZRs}qTz|1xK(kcMH3Y`}O zE($MH=AbQV>qC~fL6$l%L!B?nt{w3>PaZZ>V%!*>KHums->r^z|j~W>_-@ z0Djsm3k0gbkfA1a8s$hpS818Vk=h7Zy2m3|x2J!(|L~Kk+iIz=jDOz#?bbg@OYg>d znOxrcjy}zZIYTce7U;VKn{gH)KvBAtYonG+J-=_}69 z7|l;;H6p=(MW+5*E<8met--GX;~(v|8G&DwzMKFiuf~JvR~{17SW$eY2tqS#GJM%o zYmvLsMc8S+BNhz^=a;%5C-T?ujZsD}RNbapT+4ySaN{}CyL8wio(OW!HBjmF+^Tt- zBv5KQp$04g03O;bE5IfXLyz7}cZN1J2Hqy1+8WCVkEo5Nzf!lp7_F~g+cIks&R(Rs zesj7LueL=dx~$w%daovvb#X@_zwteOHWGEdVd)Ta4Dxfe*}YQIu?flv3L>)&rkwO-oKg2cK^%nf@mOD33q-tiBn{nGzgWdPcu z0x_DNu+#8km3xUXUkbA)!M&+Jg8)9dY%_xJz@_L+^loq{XbTsB8pG8_6HSsh!hik$ zY4hC2#AN-Jy*l+YtzOrev*dcy`JFL!9NRve)}YyR5IteKo`0$z3LE5QAZcc`@ejil zsQ7&9^SrJ18gq1LL0S!sPN+C~7dN{{VBpr^)fJm=rPHLhA4)P(i_zKO#HD*e;^!rp z#!0kZtzGT1hU#mnMLCAr%2Ivk%h8n0;3X^ePK(otfM>L}zv6`*LfA7^pSsnMpLSPn zT9SvzoL=AZ4i*}25|qmcvrLOC;9I2U>LI|2b!cx5$paSCZQv6u#?5}p><57IqI+pN z=+44nXIYy-jTH`P8!|>Dbo$nVe?Hp&l6Bnt_05sL&%a(0c6Be|BVo8RW4JqxK!t15 z{#Y@l0ZyZGo6N1J6ubj#^lOe3M9m^WZWv8rinzMo3RFH zx=m=KP(}4~-xXWxomP!oq0`~}p)3B&6n&=IZKbk=t(JSYH5H`vkEIf7bmReK=MU^zPT?%T1S!XSbxQi#;q^4@Sw|!SKFg+AC+JU5y?$lm`~!hZEs~5IuC>6G~1+dR?}k z7*OaDW${yoQ~+L?G!+8spy{B7&)e;fzG+4P?WC#=8E14PvpBqObL8irln(Ts*LcfuPx z+|1x5jc&=KD$9H-==tBFD#zxIm`!eM4Q3qgWErE?;bIiQ7nT0O2@OnkYXO~4Tr_Ww z%^9;TOf(D#hmUe*;<)y%I##WI3`Bkl(_syW1dh(Lf(NIZOcMagL6f0|c{zJ_=h`t%J5MLkX)T@K z`n@@$UD)_%>g}KB*KGf%6&2rbTIyPTQ&iB68b&oX(gt^*Epz{xJd{fa;LUgz3#b)rQEa_VFWNEF&x18_!Z z4Qj6$Golz~rEjB|4vvD;6jdMIPh@*he9D|q={$-FKKvBJ$;&ywxn{}&rOLJzFcHgQKFX|T&1rMXM zKA&Xb1A_@C>J+w0M6>6Nm9gFCcVKX3vZ!8RGDtqCm^q?V%Qe+|^z`|+KEnl&v19-~ znRFFEL<3}~i7oqTe*A##099>;v}cTR($%03SDx+e9QM0YS1;U8-^iWsWMmN$cafoC z-{m(otX)DnKl^1zAMNu9#1TgY@eNgMc(BsvqNIS+PbJ9`he-chB2FXYk6cqhR4~aL zc`uAo#Wl=jGl=a&y_NzJeU^s6gci3yjX}s{;LxnS>Y1-cZ+C3QvQ5@Y{34VNCvdhF zELVmD!g5mI81r5=RC9`*tlOxQUCSSg64ywGjTWS`6!X!f;o=qnb+M!(mfq5;TvCpr zYIxKs<-6M}XaT;NOcR9O8hS%SsD`^=!N|@5)1azyPA8u7q#F~1uHL#k^xvzu2hD^Y z-Wue$otC*N@YwgvO5Qa!09tvUS{loSP#QEq@oycrbI7+!ukR>@r6z0XdS}oy$S{UG zJi6pMDwxng2jWV3FfTraV8L4=l%)30=c;HO8BR?CY=re4WxlBqOYvHzh0Lx|MtGZu}IxYvT6V zib&yavQ);8mxK70Cy=Av|EK2e1b3S)sC`pbw z_k0{S_pR_?2T1RaNF=+-ZjGo}1GX=RR9ym3XJ=CY0Kk0#0000004P%c00sa607!Aq zmK4|9+RoS6)YQ$#(bCt{(9hG+&eC3)j2(bSBT!Vq)Nr>r@!1m)uByao(nx5g{$V`b zzNO=te>LaG<3n>ZHwNiu)*^>(2m6=VmdRq`f!@Mg*j!356Iw&7pl5@M=%DtS{HIy$ z6wduE8M7FRpoCX z*DL+-sICkw359IrP_Hycoe429?-ss&%Ko!VGhF{wCBTr0Z($f#x@}s=m8{1fG}_5ks}YD(MllFF0=v?2!O%+g53% zePe}m5jnK@8F{bISei#3ck;~PmaqCKJ~6ZL0Ak#}3z)nil;y6OGM%44?qy_``!IF5 zk>9Elq$NTX<8gKqtz@%nl=N`XQK$Z|+4t+Q{-Jrgy|Bu z7b~hnpKg%bt@0e{55wIRe?{~y=Tf8ne27m7Ouk zCwguTR_xjF0#(dcQRwrKr6)^{(~Z-rYF_j|83=;5M#40017D z^dkkY2I!z$K8S@%)2dWBm6H|I-{zgk=9#P8Qonk+dHUzS-?wjyROp%h|FHM6Rj`ut zfD+5h5El1RhH6T8^uvfIBEFsux1^orrpUWV!WT1&n3dJ>gWG2}5FKaP6$p~Xhd1Y6 z=mw*pl%CnCHn*Zf2TvP@LebPXx0;hSr0`iWP}x?9c@R4AqGgqK`Nlfl0aZ?Agc;Dw zo`(p2D3W>^ey++qHOw*;O`$Q-n~SK=MP~Khq9aI{UFpSg_S+U3D_3IBKDxF99+^xH zLRDjCRE6l>@6h|G1A1+R6RUNUouEcO>)j)g+l#+0{Czm>$GLaYnlZ)N>(Y;zv)mn< z(Km`K`5ZZ;7)wxWv3BS;T-!jSJNbsb3W50E{RY9?I%SP*=^ zpzc2R@f_wJ0G1e=J6|r|VHt64Um2uNZ&)Q-YgHfK;P&BII+oN6q${&q)iQK~Z>`xw zy5r!IAFxG7C(4M{mUn6UQA=Q{l@-(jsGWvk$#osl>vecb(2-}L=A(>7*U-px5)#MV zMT`JGnM@T!?~4MRVA{Ja==K1;Hry*uI3rt2Z{*fP)~goF1?&Ds%Bye3G7i0ZdX~*~ zRyNDIPwfZ!#*La&yENePD3f5r(a?3A$rZ;M^}%bDmA%7J5^|hj<6g6?U3}mWOSPF< zZstVR3RmbUp6AdTDYb6AXk-j4YDxSu^mMOS0-uFsb8rXn+(Ct^B=7r1Wa4UTDnzl4 zh(cq>8cvX+e7eFYT|i!=4MzHGz@A)9>@LWsn-c1P(u5L&q;(N*y+@Bi%T@H&4qfPs z3zWW}ki2nph0;|4-k3}y27CfKXm7t{>Q4ZAX_X&x&P2!5kG%h3Kk##yx7}=~|5lYY zyr1+*Zrn{$J}=p@aVwqGk|OJODw&P$Q|2zxiZmGtf1JgJ_K0*u#dxs71Z6E1?S@qVo{037g4P0b@GZ+m{z%hsCC+K%c?y5({NLY3W@^2? zUYCClhyGsKlP>&Ss9-Ti2Uu&q$3M<3sJG%1^h-)!3dC|9C+TM)KWTRbgO!VC-nzWN z9Bw~ab@%=vDy}jP&{8QRlTR^48|rqx>((~JA2I9tpK1i|8*dTw;lyG zVvvyWg?i6JTy_)`E)@{w1pbJu4FYw5(80Ukm|Os8r-8OnPHXEaI{jg@Z<%$kQr7d9 zFK@T`vGM8r)uHz`R1#Ek9ba80 zRSP~%_ka@sK8YM>3g`}4;4YUhG}Kx*`e~{?E0e9l`_qg0<4N5u2ez(WdH$YAS3k=Z zwfnQ~OY8LB+#TJOqQ+TV1(r#t{wnKdn=~sOq-S`wjrEh`%!$I9zLR&2x!6q?SEhJZ zUkarc{c({DXhgUDKAO&jB4|!gn1S139_(B(L3fbQzYrzgBdV(~3JTu#L3!0fNcEt- zG|{-x>nzGa4|X{}i=qhlxK2YVngx^QHgmB)uf_*{;&F5g+m?zAIQ#9LGI?w7rh_ZE zg{MR5ED?5y4W5Wh9Rsn0q=R?2#1#D!Foug*Q5ch0h55@DANObCL&j>*?aAGgpVz{z z$!60Cdt2?7^OeS|y=`x9daGE&YdA;)lBdfNr^QBcXA6Gp6Nm|9)F@laoPkGx*>YpZ8xpT`Chmc7hpyk!A7#;AuE1H zN4r$V?wW+qJSZ-f*r;kfp#`D5SARyl3*Hftse|S;_0;Z0L>xlrm9xxbEm_3h@BgV= zn(|k|3LJX0Rz(5ci0q9b5XV7M;oWAQqyg=ustd_lE|0P0)+_%GA3XS3<5}kV-pe`1 z^WF@vXe^yQ-A{O1mRbHj%HU4c<(X?+@`WDJ5w2iZ3fLaEcoE%3)ugUfJCbvF-wq`X zI$nE}&Nak~wBw+COn;za#R-eh&ZPE;G%6X#=$5kOLn?=r?>iS%@o+TlInA3`jF z?n`NtruE6Tf@&JB_Od|tZheA^Y^X+qq08Ppv?IgFU)y{Y_W16lX)CFn3 z9Rtnnn3LQ6`Yd*`?;pV^S3ld;K_$jK?rq~z0cuDR|pOL*)2`yKYEudQC?cv&fxV>=#gXX3N) ztF0TFFteQukG(KpZ_U`wS!yM;iVpsW?2`au2U7?8tftff6E#-rC&DOSGji)&|J$WJ zx7nXH%2&dq z1Bm}+d3i7S;6hawv=`x3$L(AVcAVakUdS6HlL#SpckSZ(aj|+222krN58S>0&)3Ws zH=-%!A4@$<;KuLYoA{l!i`kI*mYc(OL83bZ%T~^*UG<3;O7Dbt$Gm7>C#~NVP9H>- z%K9Qch$6Q_Sr@`f@@(GPK)FMd4gj8rtRn+z2U|69@0P%IfN@eu=|uLNVyvE|r}Y<) z#}&D<}J85f=$}LJJ6Q_ z`dLWJ5-OAu1+B1A&xU_G>PDy`7=!*D?qsYow@$uk$J-(~+-%XJJMCuLB}_2+L{Q4Z zxRcwTqNEo=K#*wtGRukKG>+z-FTz(F+k@AI1m`8NOkYshS~HMA9CqNio(jub@iwh5 zW!zgwMSXU*epvQwRw8>ZIaXEH06vJU6$9}Cxno^#&O`gH1dJ7qZ6vkv@{Dft@Ot(0 zac`CS`dNC~srUM&xhWZ3GxM=Ac#~$#;xL5u^lVx57miV6Ypzl@AUi;<-`gLtzh z{Q7rF)&j`!ly8TqOMy8EYV;-1rd|O6euorBLiC@+))_I~M}s{;H>RDhjP}c8w0j$g zxBNA5YuhWSar3~t^Zju0Oi2wY6^w!~ZUke?!V~UE2$&_Wr~S{5T=(Ii<*;CN_g&}!3G>ki4jkRJ$#8t+2T3(@Z7K6`NKu}q`@(1Pqj zS&muNMT&tWR8NL0|@`>`J2}Jvn-etJv>0 zxfbn5VT-XrWnOkUyTp2aoL?;$jbzSmKk`=&|Ja>)#k)tHS<)8l>9iWC1kn$j6S93; z+O6u6y#L`=Aw(#xt8N-ZRaaD>_<$q`<13;m+V`^aL!yA75vrqf^jg+Cl@9+Fg!bNU zn5Abi#s-Z~7TDD?jY;HXd=I-(FKHRQn7Vs-^pB65f(>#zelL73YBZ7B1$}`~oO_F8 z#l|IuzO?-ox4YpehXLbV!5<)Q!_fT_08eLUQvd`VgaH5m0000eQvd)50001jo4Pjw z(Z8ODbWuXgAJDGF3)c)(_kZ_MTu5_<9bD@h6&7WC*Y3ck*I%diM5$B0tJ7L6Ln4&69IgD9x>N zg$V#Yhiu;DZVYzpNp@;HyBe&16)=`Ar?haTfogw_e%>S=C-=X8_{-Ne{W(4}eem$~ z^t4{cwkA~{k7GlTxwE-1sl3kdw21NwECK$GmI?Y78$3hbw5Yux?&oI!cs)Nq1N?)} zZu;w&{{2O^t%i!h64jWB;LCMNe#Q-ces+iZ`T6;|MhE|kfc5;mL7SSInvz`~$HFkh pa08Q~>jjDqpiE6I4MPb4JiP)X7}(-7Dgcl(mK%^K!_<_F7XZH3m6HGf diff --git a/Resources/Audio/Effects/unbuckle.ogg b/Resources/Audio/Effects/unbuckle.ogg index a4a799f6df65a6e545f816bb633d827fd10b08e0..c5db18df8b84ac7a6f14fcd11ca1c795d6ca6ef0 100644 GIT binary patch literal 9924 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 literal 29541 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


    bV(G*1;_$A>h~jB62YY`hT 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 diff --git a/Resources/Audio/Items/desk_bell_ring.ogg b/Resources/Audio/Items/desk_bell_ring.ogg index 5222801dc18f9ed01d899bd97149998a586e147d..b8f7329d2ccec58bb562afbfe8ba19c7816c39c1 100644 GIT binary patch literal 6736 zcmd5=c|4R|-~U}RLrl133t2{~h}>~gNE%X>5)ET*?6MAOM)%!9S4BysNq8h_$da)n zWl5z;o2`&+Nl~_e%fHpo9kbIL)C`tSNe{^j57}vr3<$LG$;E^bHCNpll4=9keSvjOic7 z))cIP3H`)SHQ(Tbmcc;Y*HLrRS=tkuV+yP!-A!kG5^av<#K@UjooC57!oZdw5Ns~H!D|)5l^FS(Y%*Li#Hch za5$lPKZ#~zK5r>o!gx^0A;Ct&tTLTdP?nP7dpw_=Xfvelx5eB_Gd9s?UXH_7b1Q?C zcABO#i$)7J8%9f-ms4WI4>fb>0zUavNySn!*aJw$XUfMDVvZCNKo5Y#)kt`yk+8%l z(brmTjs#gj5`Z5eV|`kt?uz>6C)%4^Ew<64+E&x)laY)L!9&salNF#+t@6(1C{k*~ z{NzQ%U4?*xRJ2K>Mw0lKdca4+C~n!c!Tqd+!#j)uSKJ?DM=Wj|v<_P_IGE0QY_$9w z>w)1=IxBwH4&6XRm(G$pyhHP6E92gvSqM)s_P{9b@Xk&0h%W8gpjq(hb~Gk;E!QYm z=RRsJ9vHM{>a?NOV}5>cYi?@*CrVYP09{T)e9uD7K57Z+Y?JY1&&#lH&tw&GSDc7eNjdBSW)Ni~X~T zQ#&H>Q>&Smeu%sxKRYX4uU`9Vqh5oc8Y#K@*m!i+J;@DXMc1S@+m^Mt_!eCsN)M5E z;ucg?)^4MjgRHDMr#~E-M?}GoW41|v9H*9>zN=pI5|=QiPBbY95R*EVg(dqR&qJ1p zWs-$8daiA0c)G<-mfn`kaBuhTnPhq|+}$%3`En}qbw{kXYl{DWdVY$IB*7)kMScpB zBk$X&JH$O>Z~m8<6tp0Jo6`NA>Xy6I>k_rC&**QyYVxSn#P*ZLHW}Mi$BoYHjXl>k zb|u+%ux-28bk{P5YdN#4o#~mvd^r{MPfw)soQPHc!&V8|R`J>VWTa^3DK7ZRyg17m_uS zXEJn`sg-%CkxnPR&=rsiE6r>f zpA$xT=^IXH4yCe==ng8e5{!npY}$&UboN%8d-AB8m(HRYFHdG|wOO8t`~&8p-~7yG zjx0t^2iz>t#BM@=Tavz=%ti+`W1BvsW5T5E(-sH%x)w*e1D)CBNOw&!Y0_WU>PTfiuDcO3!?``ONne26y_(^iB0zRdiR@t`Vt?0Zy7OeDYe#ZlJF{;MqhpHhIvI;* z1<2PU8SpvnH3Sm7%ja6e}567}+>Ra2GzGtI)Tz7c>p3o<6e0%(LKJW6mVlA;e z?fJLgjXbzIQ(bzZcw~l$x+}VCu8dTFoUJa=zBu}|Cb*%dhT5(8PZee_`W1b6c^G0!KcUI6`H#99*`$lO&ck$@ks%+QX{5=^#!5Ii@j<~pBPe$H_OZC>b?Ltx1ZrgT^>6*gyF8A+4 z#1;PTlaU?Ck)9n{f;hA* zobW!OD{_+d*l1qnwtAx>ir-^15w+w-BN4TvL^PI^q&GxKN~DRPmfL)_q$FC15P*y! z+P6BnnpX@3-h$zd0Eb_@Abn;9KP&aM&Olnt=as*+N*Owq6@)D1jz)6xdBr0mX+K9s z-Xi_XjZ{_Xq-Evvcq3J%#mFeUVyzpcqa&!n8>uhWo~hwg6>A}tj?|Q(*O3Xj%fp|e z-MxBjrsj0fNR`fPjjos_2EC#ZKoweDm=HnJmvafMwE+qd@KwTUhb7I0)nYg_8?~Gy zDYRYpqGQ#|TtP$MZzD)9M+(`XnJqYT=MLWgT3P+OiGTS<{(lGcFW>lI!T&!XPX70* z`oG9W22OkgaQ6P?nO4ZjPHeN$e2{)vQg=|^x7k`l)2Gqsff91X0i_s8TF}ahdgP;;G}Y`ZdBqr#O=-Z z8S~6V%q0)GC{Zy{L&Lr!%U_JgEK27(IKHI_GAj^+UKCbbSiCr`prn#t+uYeZJdRRC zRODb9z|a(riyK^_t+Pr`f3=~p$=^TNa2%hbqM{nd=RV0uhWqD+K=4T>ApC7wxkziF zf~uX1UFsc< zvxNAoG0)G@9-OF6?}Zwlj9%YYN?7%7?CR8(Zy_x@j(ScV{ca*KT6SUUaN)g3~hQfAjE z1-z9nxt%IXW?p`yo1A@HI=1PQ+k((>cFLO%UK6s4&z7#evxc0rz@zK4VG@(~y(XIZ!5$*p_wWRK~0 z8x{b*^8SaM*4V4qxh4G^L&FNzevQf9ewWr%nf4v*TYvc^$g4!2msL7Z4hgPm)6g5B zVc!hl)gxY6(x*bc_G9+M>NoTNa)*{kl5^zobF$X-Xw8vDv?G3i?-b+U?_}cUgLhxI z5ViY3OZnukhVlm4owI?D4&EY4&QJO-OdC2|#|Y@HyyGgZqW2@;d_?7=V$=Pg zw>}ol9nX_g9;^DT8#vSWMlx?XQy#Z`goE*WJN{?WW846}^pb_Zmmq(CGvNHFsybf! zn&hmY}tsCr9tzheEDj9T6Zlj z-zD67`-j)8@a!F%ZIt|-+qVG;OuxpiS=osNd{B9EdF#}vO-r$JnZKGJ$yM;B9IS)A zViC}-TjEcMxzG4~h6FZo-dn>rM1Khg+B;aIFO5}eqoY9spf^9A1mn;176P!d7A1`e zlYIwuwR6g5*nim2Dy^OzJdzE;pGc%}QN`Tn^GeoA^s>k%znpQ@Is4B!t}z=f;3m>1&bUrYSB zegFO^j3S4L1MyRO3m&;Bi1Ry0)4@2Q`5}L~I8g4cm=Bbr>e=`=7pr43K`$!E4lk|!U?&Ct87bHzLu|5aSYX@$pa`TPMiSUi=YthdE43u|Dv6f4mtbo^um02$L9{`9SSzQ)5f%d~&!kUC0Ub%veK5L~L|9E&Z|IU2QZETh3u;kUn6)8k}bOp1HKzL{@ z*WWop=PuKx{1EC@;6EXdAf5pAatktYJWcJD%whD|=FEK2Mbz)h_y%6>PJ{*cS29F2 z>30^D{lYDbp(BD__3IC;h)l-Z;mbDB2qXMUU=u}B2(yrducH>zR>wy>8E2!uocbgb znvBnmkTmckb;A5MsH6+Q9_=ERiHfE$tp6F~?9DVTOsprQl7d}C8$|d#WKX$>0Oh~w zY_Ry26_*RotTW!HjNQqae)Hp2&)#mwx}e0_cGrXV-L7C6%lH*cg9wz7i|xj^Z$BPM z%H8fc>RmQ=t}mQVUI62jP2Gw>eb<9j$?ZD%T8{wf-vY=WeRJ&<;1di~@Q2&Io)lF6 zLQux44@HZ-&{TPut}Jul#etp+l^dqq0~{yvPk%CKrc?-z8{uNl!9~0oI-QA20Q`E< z2lyeE$(-VjHrIi&uM*I|2qUE<*F@`~di*s3sAYl3P0#63eRc!kfHf#W$%|TL&lK_D z+4UJsisRkQ%1+zshO}-$-CKhuSVr)=BLYrDB^WI@SfKz^VRf)qgRzS*Y zgliNKUxm^!0MkVP_7C#`O17hWCBE0wqkvH`A40hlco?au@|IhDc)0J|nza)lMW_GZ z#jYd6df*%sNAO|-cxO?R`JG2eu1E#g>L;~!;j1k6{pldTz1&{af%dKWUY?l(Vj1Fdqt|5Q1geogs zY*dUNjFYIUYzkSrH(x{|}h-Z?3A_N)o zlg?g3E7yO#HU0U^lG|=Y7SR`DJazaOn9k#D7mt9FyAp_uK$S7yBl$u8%q&0@3O1?) zfJgc~{0q`?^X<=@A=U7(9e8{>@0m_a`nJb(h7@u1y~Oge#VVaP`=3IFFjY7V3Wco% z>O@zoh((AYz*SA?Z4-EbJ&N?+ECN*aC*3$=zRpRxW3$Y(Gg$G_u0=A{^mw1WFmUFB zhjieEXvL7&bFwCGu%5sE5g|0X|(&-B`CH zx#s$Z@-bm}Kn4}jFuOsaO{N(m7ns8pHg0`)Y?KY~x1vZ|j=*1kM|&8`QZ@5F@L++h@hap>2H{f6* z1zrtADwh~Nyz;0nx3Mpv?)Ij7RmP02Ej#?RQekxYIv9NowftpJfb9^d)D}Qfl3fJ%>jY3jRst#;Nzl0&gAC9PTnH9KFTyWS-O0?;=Qa-H+1>5ke4GB* zM&9Cu^!)Rdmg0Cg=EucK6w&Xp@M;W5_QO$6JHEvHJ~erBY<%dumVEX(D^|#KKnZGZPM*W9)RRi*m39{Sa{)=D!#AGT;-q zKUucFl<=~B`cTv>hm1rcS*%0>_@4!#)$4}XUbg_?4`Bs-61a(?y_hiuFKXYd8Ip*9 zxUcSZc<|ebB!8i$FB`9DFBgSVpzci6hlw_%5?n@uqU__ack%j`$xp|P;StIYxyZK! zfd#*M&d1lx_bP;VTMXS#d( ztMJ8u3=_zCsdB)-v(-xv#`goCf)U6t%%-9`y7rc5*6*A>ABsgie!SUrX|u_bby%$* zwn_>~>IK{qqKGWMZ+!U9nJ)HkMb`=37G#O91Q@@#7~Ts*lP`z~bE#%NHCaRxF4Ek$ zvNdBAour|}P>*m1`MQ;?61EDX5XJE}z;GpUCb>-nuAz)S4_yob?gaR{RKk(IiAN=w zHl)hK;G*m$k_w{wI6;z6q+kf|#+osHMGedL$jR literal 17351 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 ZkGCbF8oMZ!_gD0m#)g#^ubv_S{|j?Kq0|5X diff --git a/Resources/Audio/Items/welder2.ogg b/Resources/Audio/Items/welder2.ogg index 0c67d2ce6a5ac58d8608337fec531d467adf4aa9..8dcf3ec1b226114837b21347fd9416c34fff86a4 100644 GIT binary patch literal 12461 zcmbt)1yoc~)b1rjKtQCW5m35Bx+RB(8G1k(M4CZb8cC@EB&A^}r5mI}0l^_eKuWqx zO5a8Qc<-&Z)_ZHcyUx9HVxRBqv-fxQoO@<8ZEbY{OyEB*OX$DMPDTnJ20ezSvzvvz z`%M+b1HFGOo$!C3C=AV;p8s{-^uz#5y!nb;M7Dqarz;)nAB-T_YGChT$D`?H%lN|H zLhmm)qY9${p8y}9FrOeJn~t>=!qVQ!mQlgU)85V5$+-xoL*4+8*V0FZmF*r!#TjGY=B zMy%AM6%l`=^?ZZT3t~Q)c1-3#EQh<`JKA@VmIUjM&oF#>_0T>zy7vcUw}!2}kSY8KUTmeE5lFlmxL(biRf zAz-t0{9C#%nWh0*+{6F|3vSLXrk=mD+fA!rIP!=gDZs6O%knEn|STn~(|<-+;@ zlMI2xc?tYq*;zjpK4a>+$N!aSMIzZq3^!ZHK;WTdFLfw!*V(-L-hYt+10Yrm3Ze2+ z3nrFhQ*@Ohv&9E<1{%SInGqVnW0D|AhMO8PefQdK|8;U801*6R4%iYe2VoCOwz#2> z8|Z0TcLD*BK15<01xacg8wL4l0-J1gDLShBy=2Bt{F6owpGD88lLh`K=G<^7_%H84 zbC}12^Z_}k%=8!ZFCG6)3m0I#v6VK9f*XsH8;eRJ*I=UHV2#8um?q@aze2TPaI~l6 z!m0JbDI9+4XjTu0Pg)yJ!e=L~=g|KjLs;-a-vzJS@1gA}xE}`Q z#Bf-9SD1?5S*(Z-rpc}Zk1G^C0F8DJkOw1NA7dY}`+(@9!Xz@$wE_tZ}R%bl{Ll}C%<~$u|8sLT$PMR=lV<_BM7^Xi7GpzU5uXi*fQGk)dZiEqVGy*Z} z0f(PKVV>$!Nb3oN;|#*uSl`<4*Av*kq6d7&(^|g)W;p5i1>p}zS}zJ)&zxBsPx%`* zAk97Cv!L*qx* zSldG{o%G6BycG z*VBK|!x}#Azd&UJr;Hm#_?sae7Y(duejyeqQ;es=7Tn=x`i?VHdNV@db7!&Ur~bHdW8vmz4XOZh5vK(aR6Vx`!q~ucPH3}FvoUs|q!d+^QR#41#C6$RKHKGT+3x07 zxpj%+qUqq6?Q-5~cH3^(JU5x5)H9?AN2i3Dg9^=rnU{WR7HDmDrmd>r?B2N(yPzMA za-?XcC(HC)ey zLT#m2ats%thU&S7n|X%o-tj=&w|~mxmxNShpTyGiZ;F#m3^x&ZLZ#FuB;rceleSOqd{|}BdUlCEM8V~ z&DMjs+uy2pS}M6_s~zvOY~$BdHCI=(fcdhrZ}r==QpWlSaDUSohy}<5;#t2Ni$?-7 zWB~Atz%oYGF4=8F6gO69MD#Y3JCPi2snv)qZf?ORQQX3UWYOEX$;onH?yC_lm^0!8 zzqmUw0LD%n^~hcfkS%yX0VY62t2CiDfv}#Tq5wGqdSq58ycc8+xQ6P(EJ^>?Od&gsX2-kquUhl>cnU@4B^LS_E@5tf_CF$~(YU0bEz5iT6QT*5M2zkAv4%5@Ny z`<@HAk2DkE2m*k8?AyRQOd35U5q9c3TsN^a9t@3C1}%?;Ip;4&40%H~>Y$>FmmC+nzi*FqtKjGVdpNG)N!al>Ot7E3c=AT z>Qamx*bDXK*ehzsZ-xY0xj|6XiozSY!bu1_Yau9dBgesBmn_F#h)k4wUJ5pFaEFfR zs1zdgZUB-YY@ixO9Hrp?#;!1I9HIhtgK)4He%0Z~O(p>!$gesMr8jllbzgNjOOsO| zkW!HD9zVc6{xkW)uxa}~q|y&?>xRb$)?fovujAj!yaVtFtbk4oxnMFt%itLsd_9=> zfik5m#a$B-*X2kWjrB2{zmh;M)dLnQtWIo&Fc08;W9R=#5))(!cwyeWlHA52zW2o> zybnhyqW`w?>wlZizs*44f4m)O{VU$Q9o_6M#ELI2*`3_2t!ykUpWB;T+MAieEzE80 zp4pf_v$Zt0wz9OdwzRajv$3+Vv$Do_9#DFt@t&tA0LKxNO@$#6M?Nj%q(`lNTvRwyosY41*3v>YuZ1Fuv!5V;86 zZm*=|2wro)+W^^!ndZxsvq2Rftf8sYKoVf6lmPhkTd7xip%j+{vEHeUqDmsVE+#6l z3Qp`@41Icf^!a=Bj{2Vysgn&jhaQDSMwhRo_NAi$MX7;GeV({UbkvmJOrm%QResi$ zvvthrm%3lgo*zS}lAa$Ab82;5e00^XStm}0#p*3Z6R_R|h-bMgIYc($K_|_=Is_mI2|!1V<;n7{NCs4lKPXn!i(_!U zj_WumlzJ(acK5J+em3s$MB1koDMdec-`%4_dDv^jUSe@g#0CXf#-`B0XvKVr;akCE zCllDMS5S5GJ`Q#7JY8_va}YuAgQA%*rxxppk6V%0Y#2mAo_Eq@WGWZAZat3-)X6^lwIZU^!EjQxYvizy zfztf#BhYd8O9R}-Sr=y)yZez(wekI-9w}N44)F;^hyIDeucdb|w=|WM=ERTRa{iGN za;rzq+XUfR_Pz^*VdHq4HOl;cG-!uOMo1Lf)`h8qB{t=@`DslhbJ5yS z)uV%pqN@j*a1nNjsHqQ}Yr{Jz&(-oy=;iw5z?i_Xxi%H2UPZl>H?usAcv0I!xTOU7 z&ucQX*l;PjFYDF6nGuu3u#IvSfWjZKpr|~?C)tnn}QpX}ML&zABx2fk4H>WR{huAN@3vWd*u z3~v1VA&>RJh-QBfa+KmPo0Xp3bZ0TR*|e1cUOug|mHznUbd!F1rz@VGaBM8*$K&;f zwR|vX)g<)zD3|i5=?A07Vx%O#uILbp8jN;XVC6Xk9rxxk;em6`Ku48>l_9$1h^8T< zV&rHIa_jzHK4oYF`?8QsiauR=*|zUK+`HDQL}lE_a`B7DRBctndyUFD=&faUD zZ3z>!qfZ9plssqCRg-)x^E_HzvxYgU#)Jj3tf*^=%zZtaEP3nM>C06|7TA4=axxYX zLSgiwPG|MX7!U|;vx*BkJ+FQ=Jm*Hh(?Q#$mFZc2xUBkB+VqFfN!&yrQ;n0)WPzwM zS*wKfePunBZ5BKm_n{%L3x?K38ErfKV)nFsds5m&d-NZ+2)AFDM6TCen9uPo^h%{T zFyxgX!&H93mXm#g3Dw&hqo|=04zpF$s#|-cRl=#_M-3&1&P`^W)ydbr2FJSHU!N{e z^QABBrI&d+#+i2!ZzfF)yw@tEl?e^Uy-1}!G1CA5FoO7_p_s(PbL`x2B}?BcDe^EZ zP(<&-{Pm@ShCEHJx!dn1J3m z#yd*I+qZIX|9G8b1?vCkspAWf^cHN#1#VMkxh};jHojHc5IAQcmV1g7Sg}G?ae8iI zSWs7AEd9-+;MApvNj0fSYvVb+LvIOh#@0Q4p4QU19WxZBdYhEv7%Y_R?O4bJ{1de| zi6R2^OifOdF_IFuMxw*874R`ueoPi9Du9WDXyeWpdK97ZrLFPfe(4DK0=?hixAi4p z^juv+Jy+6ILbEip0ePfWh`9b?WLVcb0{t8qLF0DS*|ILfX9zi8m&{noY#fkdIeEmv zj@SOAQ!WIZ$c*Y5|YhzGBq6e`wM``TE$6wN)&0e6*(dR=S zX8DV!yR5@hW@9v7ozYVq6-%1jJAcL!oc1$XUYb(o|O1y$Nb2`9>}k`YCpM5(h-JfPOTA&_ai3zTg9uH1Z~_dYecNPA z_ys$+ygd8>oREpqTkkMV4INL%R*%k?e*QZA;VVg4ym94sb&{3QZX{f^6zN!p=3#I@ z3`+g^>1wri=dRdN#5=saZo1P3A;P!VtDzK}n|dR-il{NzeaAV)i)5S=3aC2UZS&_N zPjDiyxv@Hdk8M710fOsl@~>-E!u`GDoK?RsY*$tLvod*XCF!S@9Ezje+IYq1Zmlp4 zbH-NL;KFp6XbHD22B*1RFH-G9VN9w2zVBl=qTnxt zaS_aU8yJ(ZC{DH&rwzEgfZlH?G#9I!o2OmyQG4oAtkvj;5WBS!y+3OjZ9EWf_>Q2Q zV1Y@07n{Lb?8bd(so+>zxyEdwkbatTadGzLJ%m(}Kz z)h!EcqpC2WGR+u`m5%+slJDjATOu=MVs(o>s)47$J%%#Jzq^sf(VuQ+H#lm>Vbf#B zG*Z+aczZ$dZG-Ogz-(j=kQ#&rmTEvQgARK-lv#$%NJ=*GkEn@!+p>iNyYgr}ArZ!s zueVORqK~AVa-=IK+Sp|L74v@hjtLD6K23DrxEIx{kb#4EIvh4> z7td?R3I*cV_YU#!+#AFE=?KW5I|;j}0dN9*fEuY#fuY4kz`%r2A|>Vxso5Jv%$9Au z`r!HI=u7IXt(5r7e$kgha0zjCG4kT$JKNEi>63K4c4!X~@;uIB&5^X$v3l?Qyt-G{9nS5j@K~|$7uh{|b)>)CHj^m2c}Agy z!f+n5UQ4bVM~dof^>im=&&4edSlWIJRg4aubd69dgBbit%;nM zIpIDLH8UH6@}Zd%jkF!#DCrfd_m0Bm=fzJqB~X!z5<)FmL^jK-{uf`2VJ)HZ`*WH4 zx9l$XN2~01GOK@8g%x$$CjoF9OrlpOsIW0@8OU2YZt=7e!nIfz=#Y4fuqQajSH5#D}tCjlvl4xsrqvqFg*Uow6ssGWe zX_ct=L3Al?CbVTJxV$!{@BEr!&d4b%d$sU_nrDVpxlC(g@$M?HJ12h4#4b&{{Dq`34j%Ebp{Ml_@0L{LgQbR&RL6#nR3kxY*xcLPs*8 z)J~y3e$%D5$dRgdT}|t!=22BOm@T4`J(qL;);kMB zgB;=Gxv8iJf!si;#|#3XNbrVrt2qA%JyYyekzpTQ)Jp07Q^vedJv&|^{gh*ce$DB? zgoz}6reilU_pUDK!eL$`2ui;uk}yS|dY zY-#SXO$=8|03g3`@T1S)-+s;WV`G|q^@GsQGwCpH^5KK#u9J&mXj=dL)2!9pNAQIv ziea@+n|g1J4(HY~=ojZy%bv`;bP5gUP#%56x5Z49@E6mu9I*D?45wCG_oFu2W6C{B z3iR1T?nim;e_z3%2>Bh4(Yc{!lS3}mRp8JeaEfww_m?njG&w1(Y~_~l?;y{_HyOV= ztJ=H3v1Vy2Z4!!^6SrcH+ODidVm%rQ&@R_i#uz%Ek&QmgU13ueVY?PDs~$HDOQULk z@hZmz^++l9jt4DrJ+*Tb=#-w6Y z12u+{f&VyV$oub82JoF7h>{RtWVf@ov$eIiw>7b`b+WUux3;#iHn+1fce1jycm{WP z_QKrmnZYv)J2P_%WG^aQQB#ZNY!flaN88tD%1#fRk3)EKcz;Dc4P#z2fiR`^_b%0~ ztcdlgl%EE4nK|oK(5=1PlxuNQ?&&5Eb|9bTnsd&o9#L9gB@q=_r%MaZJj5RI*ZG;D zfx&E4hRHqp;tHF@8(mL>HBzu~9vJym&VKOYZE3&DBjdw{nHmRs{Vd^-j*9lEVnCvi88L3=Ugzz#i_E!w&BsT-YWnm0etK6mFf=Sr_2*+@R8_AWW4z|ZV{84cE3J{7v(2kyk%VZd{u&)$xV zHMAy1{vm`th?HX?q=*PWV**J(p~Y4^%07v`3A}%f&i#CNV&;f;ov~-V5o1)l{YvKk1HA0}J}KNRF>WrELe`CD z%CBw6R?(gx9+~YYQuzb{50VZ$@ty_7{S0&AewLgv{UhjC)t*o0+U(j+^Vi>S$=`BH z9~Hl>E`5rw*6gzLX&i{E^QnFFbo31sQ(&pQ=~w))?O?Zg`?2%(cd7*UeX5yU0_rEz zl8-v%#4TkP?6S>O4mEgdFn))gnE&XMojBqo5$XAyXfC%}U9r2-?C_g>u?+Do=lM9z zf|9lqmEc2?Yo0>du}^_Z#CI>Tg*Y}zWB3vnAi<0r?7*w`D z-jcs>4W3%_4`#HEPOP?Y8=LgA>qn|!v>1<`| zSgk|XSkhKy>aSh5W+i?n@vU*4Fjs!&x_fJ+gn7L~W~=Wv{LYPQ_D`|#!zhKL!UWC98K`MCq8xN>MMRzseA*QZ z+NB>D2S_5(DcD*vw`=qnEceqUHcsX)wq3vEylLsJq4z!*8Mal5NLu%PIXzIC519*} z2zhKaX!GYl$YqcJv%Y9`LE0LAk{taEng~sB^$+(k?^%x zs++!|&E0)q44}wGe|=Yq`-7h+NZZIZJiT>FA}?pHmdDtB2xKlw&D%>m_k;n7>& z6Mpf!(Y!X!0sjD?NJ6936AgnPb7k(2v5Q~XM)j`^>kFsG#dH)?c1VYJoqKOtH&SHz zwR(0AMkh`jZW`Zq`eJVS0^i0MzVjlCH7822{=0Jg)#3bwfHa-0hOt2Ch+yqZJANPb7^~A_taDCQ3lpg$4 z5K75MPA!a0o!S;jql^%%KK=D{n9+5Xxv*8zN1WCSx_L>&6F@88E?HPJU5=k4)#1CU zdvZcMBif(YcUoYQ-cQBD_ka-ALEcw_IqjG!`=#vem`5Z0Um$r0ioF6kOFg%k)vq zj*95odk}XSCuee>ciLq^=&%))y4GsU)7fs@$$mjrRI`#V9!as2k!A7tlBog@Vm*y5 z*Uf_-%}Xse#V&3XRi<~i`mEZBl{Ir`t|H2zY!uavmbSgzFSHYOSvuJDe&I}KDVwq- z!l9qjg7TIg4!TUM6jjA1J7D0y)52k6kQ2?6PvnK`3it5D$Tu+!`O&X-s&+}@gn7@3 zVqu4#ZL(TQF8cHIbKXgvSj#D`mZEJId42|E`!S8SUhD6kl#Ed@dF@ygAnTPXo8>={ zC{zaRZZ|!%b9t+sR#nr(Wh*}Ecnjb5H6}#C^V0;ueQOW9uaRYE%&o%!QIPj=U*MO) zo#d1}(#%&Kt$x=vy=5V56<3bv<*h{{b}~-Q81m~R*;V_?z@U2q{CzqPVb!0@@!CmI zU%ZQnclqiPPQxnRm9X1LABi7K=MXX^eYi+Zx1Av#KM@$3$K*)z$y=;-bIF~xMG$Sw z&FY@KDjtTd{cLZNBp-fxw(aSoAIXzVrfIpisLv4E){>vN6Sx;mt}2!-#MM*_L&Wha zs#r*cMAPWJW8?i93)Rn(!`aNsV^V42 zFTw{HwYWW>-pA7YnW#Q>_nqAw4Hy}Rw(qh#yO3&AR$8b_L67>b_ zBu>S(ak2FKNs`y8ZRV*}wy8diaXcoPQ4de*4Dj0HUy}Z@I>$V2?jAZpn29+>ChV4D z!V>(9%#u7?1@IndJ|D$L5o{P(ZDW<%4hyn^zwWE-?;Wy`gn2JvKl2c{izJmVv1L_C z`_WLuTRCv(IXk;8+V0KocyP~0U$KIDyKrF$_h+oyLJd#rA8O9E&rsYrvcX{D$-?^; z;|kgWefnXYS893qw@S!};7!Ly`zjQlSWJQ*>|#=c1GjFO%m#PIATBxK)}&$QPumV8!snA*`yjASJn}vTEp9EukfjRK)%z}!vwT16uK%=-dE{4$Xz`{D0 zZ$1kdCF=QDFVDqj1U_2n8XIwlEOH6APIE23mQf}rIn6a(7jP_-J5#Z@DdaOM4A13| z(aGarI`_uf$4$og{kqNZS^1rk>?|F68jY1v)&Nt#3jra0`cDkTqLSpJrw{3;juMJT zP*Rr^_bUX08?4;Vj);!+`U=l}ZPgFfqGFx|d12e_kY87|+C;uAu zz+Oj^DGV?0cHzs?9!|1b_^(ca!k7Wn)?K1()3%?MT(sx)YQBOABgLZQ=Mq_a*8=6- z--2OmO4{NTl1W#*oG+HdJ&tj&WM7+|WKA|St}}d${J3Lb`YXFConzsUDN{p~3PL1G zzQ{RWf}1RgON2a$Qoxk4sxmzyX4`;LErhgdG{BV1a*(`tkNgIQV&rH6Vp7RN(S?~|6j2F2&->}MoR-YttCY zkUfxdZ|h_wSFot-0mU0vG!8)L3EAT73sjYef-z6UT*$4e^AnvGZPvKm3E4hq&BXHC z!C-&<13ZSh^tFm_Dn)I2uRJ+Ro3H)Cw=dtmL{xQUtgR4d3}m+l$_^>!&4t_7fFUH zX;>e3GrCDO{>?kehFAue+T;Codx8Kn`k)_?F>*a@)-@XElU=kv7n3BkJ(?Ee zxV)GN9y$BSCk>=?R{PI#o;40`**4?Vu*pe3z0Pz?l$98Xa(cdr zQKF#PO`5d!=#t}1XqV2^Z1pJ#Gb_nUmx0H3h$=B$i|w(z?*vnjCF+pniS(qx+$K(J$MBvPJys zTAVA#((!(==CM#~`VyL#ujVq=J*buUdT==+iqNrhSk6|d0ngD$1(U0z&)oPPf;H#t zQ6Zm>j|$}9Q3E#c{=bhJZvO6TQ3?0DZK-dd2Zt$>xbq>F0TqEGuSZzeY=#kwfYKkX zv#YnqKi59>mOA%;bsH*lj*`p|U|-X8K0=$Zl)|Gc6^gCS6}LSpu(w6=bOk3c`5pDk z4!y^!Co_zEx zEaii5(5U-!;wVmw7|$?B>|AY9QJ?zSDU~d;`BG;UV0qS^pwM4Vl_iGs!XWZ>T6#Lc z>G6DdCJZ1sXtEFb_H%H7xzecGc(M&apnqJ*;+rvDgrX#KPO6@>Mo5j&6v{k_pu;n2 zA~U~8Hx6bTNUBZ3qw|nKcuHiF6(t4AAwClk+1vCI5!E{Id!f(7nlMI6FWj%HT`s(M zC{dmU8&C6cjM-^~OxTZ43bbN)q<2LU8ej0=wymof)^Pa}tL#N&@_LhUYV5+2XDa{F zk(f>S7V0#nv6m~wzKK#1gUG>g_VFXON`*?X!X3Uv3-e>!1EYn^B4&g~$B9j^gWM=l zsEnPFB%9<(tnuCe&8b@s-eWOTp2+?1JNk4F$0E{m1+|&f0HOAk_syB>N454{WB`tN zG56UEo@eC7M+e@h=_yOyyS7!WI!{)>Kh64*$SiUf+BlZv9VyluReHam1OkPfUGL8a X-fq~$nB4t-bcmUTn&H%|CQXFDn;%FxpKvF6WlM4Es|K7l(VowcR$zwICx|6U(U%V2=<$sE(JM#ZPwme(pP8D}lz+38n zpV9G~-UngHjnT+btac00Atf6lniZ0X97qrA#J*R2P?A znwmuBk@TocaY5iJESS+`Qmsr1o8J3K{P(ig(Z4Dn1^^>6p)mhG25kBuV>0IF4uy0e zw85Y~=&{X!y%b0+-H_om)CjitM-(8B?Q}uJ(qJ91faND33T6_;(@XKcizokx0c4mMlhQO6 z9AFUHKSUitder~21tRa}0rd+6gPbFSTpYtd9J@li*wE*@tTg>x>AuE{hRxi$jlsFi z%FLUU^EcmS-smO0S*o?so7K~sbNQe7AJ$Rm04jPNlscH@qx0o)|4~jX1Rw@bc|s9C z4S~zyW|qeGb%e4%B@PcU=7=VLCK`4gh3cQNM6x?~CJq3Gz7geC$m3m7t57 zmd$^Z09Lt6eNJLv9sorF0`X!BQ~XN*AM>4Hp#W%n#PP9k|+hSNtXpZpBy#suW5M z{@8=Sv7iI503eJ<9+pprfb$fk$iQKJ2`2KejSNR+;l31SV%9ARXF_;>f@8FBQHB#K zFIJ)xp)?cd@=yR4_`}N`kG&6(%mD9Wog#R!Nlb{PabUr!h?0!>NhyWmz&M0LaZel~ zD$xlcf&+6QMX;`RXQ?9CMS1cO1PLucKN+5{x;DXOPI!#vW~_NP*w|!tl(5 zSrJ%y!R%Y5@|gt%OOE_mV@rq8{Zw4Q%JUGdit+?l_@sL1miW5kR%w!DKn`Kqj z*q0H=T|Se691`wH@fxn$N^v5Jb4mb7xgd})%V*M%r2_GjNXzoxSY+f~=aD?-2qb%P zk2W%brzgcJl4EWhSpoK;7Af3^42-Kf*GHD#k%}k>NpTDIWr@NYlV&|R%YW%RaZ1lF zMp|%eO}`~#?agu;?fAMFNL;>=@pfOl=d0JDFvT~g;IQ&U1hSMmK8}Z_I4~9tgY_T~ zk)WP=w?8@)!&!^F)e)BE`I87(0cZf$upaf-k+mUrqVCp2yyd9{Z+Ygzcwm%Zi!IQj zA@2GRW-bVfhHvKN$04i=^2zu%^Fiwyq{~BqCR0GF2963ORggc6jH)f1MshILf~2Yv zNbg9Izf=NE2F}U@_F=`dnTCwy0TD1*ZyemZyeI9oweWv+4u4xUlVoC5wKsm-yyVL+ks9~6f`oBbH<(&WMma+mMn~Q|8!0Pwx}aFAaNZkAQ?l@zG6KY4 z?4szRFd?QY$N;BkV1m=A!axS-_~D>wNXx^Vl%?SuZ$_o$i)&Tk@bVsVxI%F)IUWG8 z*n^?#la!jV1L_}V^3Mc@^I+!k$ilYh_>ClMKF5dfd!{Q3OMA-s~$YmIA7mQJKA(UVDvG zR9-fXPZQwpif5y(h8kyf&&u$M2t(Ig9EICjvO38iqj}%FvVRg$45ln zh4u(A+=IN`A;3@rB0yt|1H*j~F?{=Oe6Rv%5RsdJ5ZR&w#|O&E-??-TC1OA%{>^tF& zQWj7+4GV8YA)pLOsw;jEdnsKAJa)Eev$_zpS09+}S z0%K4YjNrlomKhIf>U|&rz5~uzI1cDQ;Mo5Zj}j2lpt?ZC{ihK54>TwYD~P{CJRenn z-5DUP;7-B+srMh~zZW$&b;n=W*Sj5Ma z57E*vSUv)dOJXvruuBbwBG5Yx3S$@KCrGo>yNpU53c#6LoInhhhZQJ;F)yD?nuR_XWS6lZ4xDp|>e4vi2oNl}AQh13I0Os; zR{!zT*dhZTtFa#{H5>zERMn&axDt^}aGtd+Qh1Eb^CFd*0M<)ao6p`wtQHsklguPa zm_=5GkY_!C;sG2xH_%v&DN$xn^;Kj2v@k{wxrz5t)dO%@fDHxEgU|sAI+hd&fQg0u z1Pl5If=*}yp!~5@aqw|-JEWKZG0Erh7(h5q#AGlhHhq9IiRsVw;CoNA8rFgcZT?+s z5d+5%AXXJ1A(LK+b8d^H~ zyPeEGNm5espDP_$N=p8_LqdU@kh^rZL%LgFeovbV=G1=^7Zi$e4^T0Fi}DKac5`zN z_VtVK4siDg3JD4g_Vn@e@C^v?_whsd`S|-#Kc&$;hhkx{%#p7SCH@jEkXrcjeFs@X zK6dXmop@EMhX<2%`1Otu=>^?wtLv|>tZxL&Etl3kw*WuVO>r>Zfc+(V?Y762CZ2+uMGnb_H}>7t?2+`z+a}kC)a)xP=(nVEErLuTqY86zq^3gM##}9}T$IVj*=d z;+iq(M4i;;)zntUSgU~PPGF5n*AK4JUxEAabg`f@NLZHDL74crKl%YEGhUm`b6|CG zX|I-JLI2Gjp=SRRo;Q99@r3vtlFw@PN4Z`HxRK=`gJae#ikJ6A2>B=Qzf7{%`u6a> z(Xlm;&&!hIz?b%%tr(b^rSZ1*Wj6OAPUIJoTM=#J5=B)obVbxNh12qz+hl1zV`Z-u zlmyCxHwH+?z8hfBq(!M=6odjuu{pF7hKlKL92T}sMEJg4T?|gk5pZ4GJe+!=-4MwX zcabnA4=rVe#-C@ts!J7qYd#Men7o}u6_dOmt6dnVV-d09dCdWH*GaDpOh04DMHxUOJaki`lIV|qH4&^*=0?MDu%;`U28=@~ByNNoCUWB#8Z5@Mu?!bG~ihjK5!-;*s2! z`kncaU-OTL-c=}VnST1>7o|Q67_!bj?@M^fk>^_*G5@-cimm%%&UTFx{V{Ra)MW`a zAShCUC21jI@dvo*hW7~1(f~uZ6+TP9-P~8Ie6}po)qk2I2UcERNw|#M-zB<7RmJ)) z;L6bO0pL1$|IjW%LynWUk8A~v-7+oZh4QQ%cFVfmJw6|$Q(o*PbgyFU(^sy;`~42n zRD^k&lXHHx@LEg^_0x1dgpy0i=gd)Xj4Jv#^r5gN`Zv&wlHtus1uPiTGUE&(Z zx(#1Zb!U8Y71h5{iitip=_5IHr?wCy`6+%u4yjx^YO;wI>?8+Ua;$qEw_+W*a42!15JmgQ&+9l3pYN0o^<%M7U4#I*bRF~=i5RTZwjS? zW!R!g0!oz_4M3c$=A-YH-!kGgt|khM(uu4nw9aVpZUaR1^eJs%pN!Y z{TwDeKhCZu6(a7 z2#@f;P({VxT2{1lerS%L`pz3H9)Stm$cs&*AqxVxYq8`#NjZH0V0}!KJ+rimNOn+6 z$L~r$`!glKlDk#RUttkRLC27i5yUP`v7O-bSBC(m%3hpN(@mV}^OF|l7Io}=Ps~lS z{c9WMj|F+c2;9THFSg;dIcV96n?}(?fzl73%WBzePGE&+a&8C7(L!!KGAf|XK*vky z%-hr{EYy=%R&#n3ixPs_ucOn)Cl}iuM(NcS(d1>~8?gCM2ak{femxBjCC2y-h};Y{ zqdT0~@!)ZxQE7?sR3u*p)!uS#;>dbYIC^--It?=OepkdctZfqiHMOhy$ZLtX)eE{Itc^ahq;tpE^Wx?$uXvp;Hs$8^P|JI!+iZgL~ebaDFlts}=1 zKa0y6(YjBcYo;N<$mmviDc~IzA9Rn9kWwd-o(&3T<2yd%7ux zanaI1I&)+|ONC~A8s*`=gJ-$IW-Oy(gnrvAidgn%7I+(w)wZL_dWNWRwjz0Q$!JjD zi@T6=v{fP?>}>_vX;6h-It6cMnr3FHi;yBECRg z6dz)a+A&jXJm_NJkWzvLh1p!KG@1vh+Iegjsli%8!)IZAawG*;WGEOfm3yTv7>@M{! z%UKvcYA$x)@KvX2^&rq~|K4}}*T*mEaI{-nSkQ2>^-AsI{^?hSW}CFV9zkGV^@ zpHqv@0}6?7v6c^jeft;`5G&K(!~)v=yPaHzl%B{Y^i-6S_{mexn8haJ_>*)m4e^M{ zrx`G3;JeU3?Joz?(p{_!k`?u^{*+FzOO2*H52ARnr1DK=c61USGNgF=6l)Nhp2u!u zDqU+}88X~XEl8%3*I1fO_N?Pe=x$q?oxC03E3BtCGro%X6Ae&5(0vUo7++oGUq>r( zE}i$td|ulxq+PHKF70Pj3dv~GAp(FVyVJbt6xFN}|Awm})Q{awTFD1ZmsftDtHSQr z_aWO76_V<_CfWTGA83=FcDy=PZqU*&VFB8?Tl^61zkaO8UDy9Dy$^{+6GL0-i^cS% zT+CtxNEKH`A)09euBTARYg_hufhl#bk1?+J>L~l{af|U$Jz)89H zPx-iJ!PE2Eb_%Spw3w+}a>vpuy`mnrkT>aL3SujH4*^7pTllGuYs`ePP@&FZvY@T~bZ@Iem5pZ0FCwr@Ss zR}kah0D$mPqH#f;M_E{an5&zCZOuqJ9o~;39(-V^@o3a+kxS$@@z~DJ2`3F!2vsPeZJn?pKb>XIJ>KA|<$OQpZ048d%FG3;@Sbl*nRF zA!*>gySJXspwvs}ydP5?vz5pKtmH!WP^`aVFv%+flM$dC@HU@J!&n55j z^XzJ1)iq$5oW^5O0wCchz6NbSKFjs9IGsbw7pvz1rHM@TF;AL~R0C&RL+u32ona}3 z;?Q<(d<7Nfc>D88eN;FD9NLU1&=W9d6i?*$+SLkrS@cm~^5(c_*1Es2l^*SWKQsi5 z=JN0P$8@xIHM9)7Qe41;H&eH+2)Bp=6KI!dzq~p>U;nJ=JD|G+MM0r#Y_o6EF9DPc zG*-#bDr+$*iy9LM!))JPS^Hw3e=B-Y^pr5aG){TrF_9>-y+@!sf$*b>V)a}Wa!T!y z2eSQ28OBDaH)F7J98*-r9_;??Tzy(#yW(Q#7L&>4h~%^+K80a0i)ZP=pm#nchPb!D z#pXG#=t9rI+}9b<5yCR40aV~3#wWzc{W07Tzf5nBE}ij0t&V~4kwq?g?NKzK4P}Ie z78!3FZC0?|q}={cg$k?b2_E@Mx_o?v{~Gu2BP^xiM+Ju`ZnX1r!!h@D@g#|`QnDF* z!lO4Of*Oy}@i*HC9}@@@2)%^1w|2i;nM;)7oyQOZo}3Cpfn*Y3nPpMm$l@M`^VFV* zs*)fP4N`ObnMb{!KvlHu2d<}EimTQsLf(4SSrvQtId2Km+e#)G7VQZ*)4vIHCFy(U zs0JcLb4r`*CI`e+FJ;8wcAw)GFq#B?Uq=K4m$z9gb3y^SywcVqD8OV$WNe7$NJ!{g z56$^KZ6PwD645#>bpuBD+ZQyj#jLmJ5CV~3znV`hG$Rk=RcRi#Z_yHI%g?+G*O@wO(4R(To0XNM1QGBeQyCX0~+3|w{sI-Up5=eq}gbrfB! z+2qYhR&<>1J{@a*GQKkLx2m(5^EZFFe87GZLZ`bAK0x@5?Dta0-;I~iW`5QPT0_>v zP>&d8@7MhMLFsR9<9#i~wk-kZcES*Jx1?vXf*yN!^tIdm%5#N!uHU({vyV%0^3}OY z9_`8d&}p}3{B1gA%hUfW!D0C1RoaIz|A${l4K((D_c=S_FLFz=={>q%ZK{BWrD(|O zzEFJ}y)ovFCjN6gC{VV_x1BIxpLBA-vg;Wo*JrdDPOMX^EMeVLctSYgNd=aBTw_h0 zjNiSloT0YQD3sWLm*z?|F!&S34cTZphKTc)2j9rOO>_GWnL)nI5VYd+M0aZxWz^Ux zuxi+o^O2i#E%uA^IpZsE?rjn|<;3F1SzVLiO*T9b*!6wgg0T-1KZ~lrKLDM+KQOV5 zp8}zw6sy4iNY)Q@A#4gspOn$9XwEb2G+_kXG#uaR7Jllf#5}Endu1&o6enCK)ihJH z%kzX%BnU~tyArhH;MEVqT59*{B3h}F;IIKmCy;um|M03}cIyg7o$arB5yE-P;g>$+ z$smre*VU<9oU-)wGp<F^6hxhuA`qxDdlwZLUO*_!}1VArw*+PQh`DHYkp7}W^xDRi!0yH9JTu@ZtgdUa!dHH>=Z)kMh4NML@vt6@}(%<7orO>#kT`oPy zfD_*1ET$;AQYY)23IPVbA zw%3E_)*SC;<&Bj89UWies_fDX&gMc$$3htuH#)Rd2~2r2<#d58j|^%k3jNX8FH}=d ztLO_0Wc7V|&L2a}=?70J} zPRTdX(8lxeoY&@25kw3tPAPt2trNVazvZDPE?#RktWA;v&2HrVhd*`&tKGMkG7dvS zpXc?clT$1UCWroc=BtoFGYepE=V)Q6$0t&~?l|f19<6Yeucizl()e-k>Qiw4J2p@9 zK}NHJN1Yj^3=3gxn;wO~?8?bjk9WLjb_o>hcXbl|8F6X<^mscxXpcIkNhCjd_Y;SF zU-Gjph1Wb^uJJhj?)^nw1DIb-gyxSIUvcbC<_@hcAn3rdyBK&fjYjYQ)mJyVj)4ly z_W9!d$;*}}hQcIr8Q_;Sk5ZlTGw=QUOf337syebdF8B2G#Syp2Q+qD={oKwMgnz8vhIG|Ph2QTPJ zf*tdw03{%?vxvmFFNAFX%)GMv@#fx7T`hA9J;zQ5y0^Q=Rwj)^)fDa8!^Ie@1!5YJ zgN@4*(b#)!ze-M)XFRC-Kgv9kIoohdK7Y(XLC48A|FQgiLi-8>b-Tx^lU`G~-Rk&P(Vo*J>p%qJ)&+ z`Co(PT#aksvYMjxwI>G(l8YgObPq#$X|YIofPoF6_^&^Tqh)?a818u4s7xwPCgX=a zV3-in3Ucp$b7|XWXnT5JakUgMHA*U2DItn@!A)&HmaJhAu#N^0hmTD;DpVT^ZDvxp zyPIQ5P)e{!qNADW0kygut@}a>f3J2Kgt?AtVy5ZL%GR^qnF?!Aeoc-N37W{2rSlD2 z9I{+Fba}pB=kqRZc&I9!oms7T!2L>>FemQeQ}%G!_4zQat!|4=u`%Dh2ZTRpd0Qv0 zp6S`(3HgO}yHLwxhCqwPI1gjCaW0I6SZH8kH9ZhOWZ4RsF*T;pJf3e1v?(%ndAs&= zH1|L%CQ?#S5Bc~_Ss*uBi`_xUieDMK2#1y4Y=*Kc&asUZ3~ zV%p%lERiu6ASSbpr_At*`x_%ZBUkX>8rqqvsmDX2A=9FKkPuwoQ(a%TYOFW&IZsNi z?Ks9YKKZ~(I@Wd$oX=YZv#eI<}Ewy1VK z(&tpi+d32Ub(VUr!37;VpzuR^XPB`0vw?Om0dnILZ>$|9p-GCFvj-m-55Kjo&y!3q zCNH;j{HWdFoYD9}cztv9x+o5?fRO8V&PX`|^ND+Zzj~oHe0kpGX)frfv9+p5B{agT zfrSI;mz34HLxGXQGYoZt+K4r1drxv5Va*s8NB7clLN+R_T(R?APsr2P{HpQg!t(koZ(*1HTC+XVOAz#c@9|%Ojf? zC0e5U?9~`ub$n&ackE(3&7dhwn%|GG^L%PA-M;?r z97I0UF|x`|TIg&SJlv2goFzWq7RcirG_ktx6GSeS!0Rez`MIk0)g(ED92uv<@0zu< zZ|9GVyM57i4w)%*VOT(;`}?Bv@<5i29&0Gv)`p0qMKnvvDPZO88NM^ohZw{%B`Y1q zsn5=7QiLPNr>>Q{t5#Zc=DKJ>>i{}tv#W$Q(PAkQ8d?0yoA`}9eo-@2_ExIF50bjl zt1#M_?(`HQzwX^`sd%R-h8+T@@Py@5c1{%7|8X;!s*Kw8* zUs|B#$M5B=7MqRVqgN<&-!jhnr_Ny+A=>Wc| zUvc9CxKq4LaVa0>P1$Q8p$QDS@_$VKa=B0qAepZ?9#|LVOhbEa~OKRrc}P( zel292nyg>^(E6s-X#Hai%czl%%F1%sq6j(w75N&8&VggaxN{#Ek@~jogEPbXNuX1! zD^u6x`9X4sT^7E56{o+O)mDzR@wky&Va41);bvhfuoK)~XbY&Lu%0$}4GvRe6?0|mwqW%oPGA?C+ z1(amf#AyR`$@K`ipP9}pcEP1j^;2WnE%^lb$@stB&(HPy)$kNm+wjNm=C$pKYivS= zbx?DodZTnGzKD(rV|)L;_)wm50rB_C;?SHc4~t^`-cIEygoYoTWR^$Eq@Ju zZVRP*L=Ig)fn<4rdpAIm*$bA#IbXqHMFjZW+;&-&9vWLYi!5*-YB>m4yXWuoKF_QO zzJB!y_Wp4~TG^k6?^jH=yvTt(-R+)h6@M;1YbW$50B$;w=&-FM-iDb~yogK$aJTI% z2|wysVaZ#92Zr;U!CPl7%~~fkR(xU@ zLz3&uorWsLFGBAqg^x&eELYFyg(h;&uWat14$7sEy01B~X#7yim#<&csAs@3tkn^uvtp{!ssJ@}hO&;iQV*>|pEet^gfIEZ}JHo9M|C zA{>TKQrgC5o38y?=N~A2CXF@)-e4-1TTvp~pgruH+$>3<-@3YRvwwwn4Te32MgeW} zx_Ykwi*fn~l6oJsqsVKncZ*WkeAY}!lw-Sx=Ir7Xf^o72EeAgUNj4-=NbRuEIV?gB zpEkn4J%i^OGm8kV-^+_}7Hm9_d;LsPH78q`XAnNVr^=OHXvf6IfS-lC$j*!zh4KAtdA~4tT;E-1bTzv6D(d`4B~#q_Iy*a1J+B{Xz^tqC=Fev?Sx(c{t_LejI|h6lSInB=TLlIg^E9hA?}~C;gcecGhT08*esfs?zcNrrWJz zTdu~onpy7X!t~x@ew>eHMN!`a+_&ah5Lh^XmZ)jXRvI|r(IP-U7FQ9!Bz$hJ(zG@mupd!6AV|5*iek%cZVUMlr@*V8||LW|&BTwF+EA;CaSK3FXo*p#nW zo!tn>p^C|UKilre^yG_M{90o&Plk*f1@jBbi}oj$>Rx=zL2pSO{{DQaPau+;C*d2r zm`ivd|KeQ3;7vZAk8C!&S)9pL(~_3@7axxCt>!8?lpFFrQr&_u1wsPZ3}tUw(z-Bu zUly1cGCASCE!gcoEni^IAh5Zgz=(mQ4UmL$!s$vx#zW0S$PCaz;eGwP%`iwv`V&?I5 z6!5kL@6^rmtG;QakR+eZ;l`g0()#qo`qBmN=>(@H0+Q1cw3~r_J4ie9k=qt9^ZbqA zH#Eb`?7r74N1;z&@`#IsPOZt%hM2gkFl^rPy_}WHHZl6lrtL$Jnz3m3siR_XIC z0`c|SNnCoE5E)=k+we(lIYmqx1HkB9L64Ob5VcyMd1QYWH_`UEkdLA;(9GJZxxBQM zT!{)BJ4M;ga3E^F9NXTCk5-6_r`+e$wDzVJ4?J|vibEsw5!Ovk68d zk4yK}fq7(fp_B2~9twg#_J>8><#8!uh6)Mzwr=f@(o$P0#=K~Ki2fdhwrf$HVZ^2h z;vCzv(nb0exGgtkoIxZ5qZ>w{8qJytVgMlh3}>hB0T+7U`<#Ix((@=yXChV$)|i$9 zYR=Tmgp5=xMp+5@ix0tjsKhOW$hx8Hy=zjhFX&x6PC~~Xxqdq$s9YiLdf%0(kU>#m zrtug8IlU&{c*<&QDgc4#9J*W*NQ-fOXO!Yu4(B^IXh)+0Bub`3QL_-|aVtoPYi-;& z8S<}uYa7?k>PM%Xg}dSeifp>RmdkhEetEfS)DdhGS4ogVQjwy5-%^p@sfie>a4_{^ zJ)=)DKsE*W^(CQH$bByB0kf0`Hc$gQfSZmnIgr5VcwxCh&&lHDm)2T&zqm_@O7*dh zjE#W5_BfC=ytaNZehd`42e_flTi~q6!iXxQ^l2pIFz&T)x?eWNw9nH0cPrRo2=dH1 zdsE9>2!pu2O0U|laCV(6HWodX@Yt{dt%S;I0cSe_X79FcnBH*P?wyS|uXA+GUz2 zcW^LmWD`70zn@%j;}JNLIa=Tb$)l#=Dd-*nHLHr9gD|$6oY9t2llQ=nnYO}fB_lF=x*uZry7jskS0Cy< zoSNc>iibQUT8RRz_u&*c_B?rG1t0JXxA3>O(1DwaMNm>`xsm9#X37sx%)@A?9(mpC zqmpb{%R1SlqC9Y~v*+Lh?W!p zGLQ{VO(7fO|Ex{S_q+UAX1bt_1&Z3-gC*uoTGccseAv;K@zolq-)FlSyD#1`zPxCM z$*(r`F);N-1&x8M)XZssj?RZeQm=w(YXc&-ld?QpRKu_|WGQGR-KJeJhC`Y?DFE5t zD)=?brvYP5iruBDdPx`f)jvd;on4eOyUWJA;s?Ji&tdlO2F&Q-L0MXCKTi{O?#7=Q z@LL-fxB;VyH572U9PZMGjMn!}-D(5G$sU2206^pg9tzDf1NxR=aKJ9$|Ja6?lXjNB zg9f1W4&10&#<;TCgr0u=Z8)DS$G^Lot|*tJ0H8u6h5Q;`$MS_Eh#9AaWSo_sDl74k z?G)j7j4W1~-Y#F%ZTtcr4ZTV$uvg_$Ez7fqy{|5f;B`Lq>0a6NYYq)cJvg!16#R#e$j#4&Ixr?F_4K@362V`Z znf{g-G4CXX^jjSJ+~;;B<3?;N7lub`-L}#jr|`{v@BPV%f7Q!8wQb7S#CB#cEqH(x zge`(+kdLcP1pgDt9C*EZeH--wOGi<7rjH^PkoePSpiDDxw<^JYJcqCPa@`r?4y@+b z-LeZf6f0nDvbXlafKO=LU(VUCQ{+T<3_|m=Wn=QxAi(i);6ZuOfz{d1@7z+ls05mO zN?kwpYiM`0@iRYfcLth>$&%&EByW`%=4SM#hUz6%$iy*m*l;E3Sr+^Zy83Il8AX$_ zma$PA*w2a*gGdx-oj$42AC>9Hz({$8GNRGZ6WWq& z)VgyhBN`@pnZ$qzwoNuaILj?58AJJYL9e!!*B{UtwwpB$_2t|1s-{=)i!GRNSb z?7o)%BCgrj!GYUalaRM%uB3mEb*dBjWa!-9?_btr$vmHVt(o@hJ!VROBp^nO(${%k ztq-(&L_NEdjkR-&;m|~<5K{dwer+1d2~`O=i!b_`RkLFaJJ~1 z5c8?)UAak?%|@7L;@o1XJ;h0tqDohZ zzts2-fGm0NtN_43%#A`z>IB|b(0#f1p3mH?KJ@V{W&H)qKvm_yh|=Q*4Po(@7?{uA z>lF@2C|^srEVT-(zMjAu9W%gHQ*caT7K*gY9GrjA%4PBOdUq%k=Op8zl+Ett>t|N6tK^n5E=IaUvUnH0>G!TBY@Q1F^#(htNqs>oNQUw^ZlqO z-Pf3wV?|HQ-cA}NzypGx?zl(u^>2z1!Wfn`$?Avn*{--uTgq_dXeI^uByY z;3nXr_vP1{((%fys#T*f0-ZYf^CR(_lvA1J5es_MN;&R%ne`SqK@XQ5mS zzB*B%;5U(Hll~~`=Yl*tF!Nh;V7kxn+BzihqLJIeLJR#j7@9h^uc**0+p#) z1%tob?-n=WRS6_Bhu%Epo42)+_E{>heQ#e0z1i9*F8IkBzmy{3R=TJs<})P>wK}&fAo$r zeL`F6g!}a^{>W9y>GJ_wL7Mt5o4jvEoL%U#oCi|Qr-U?SJa#TLDo998XH@aT<-D;O z;HIbgQdW;^cV_@z5Wqmr(AfOQ`6ySh^pzl9;O{_}vhG%c>^SVKo7pv{+r2zZNEXGu z68LdxBYTbwqwv&ycE|mOk;CUc(+>jA)ATXJ7#BTKcyltTJtsS$d$YZ6FXgM<^I~@% zPKy4e;_iBozu>oG(>Of)o^u~Ug}9H#XNY#Hu!ZTq-SRAkjj^E}ZL!C;NQ&!}q~{)K zrrDY<%;2P@Q*O;921SiC-PN>?pG8ro$#AzU1T>Q6KZ%GXyeaDKjO55no2p}yl6Oe% z6Tx5!ZWMT9$bi7qStDK_z^|odV0Oep6aTnBS6Y{$=xb7stXKI#rXSV#`{E<~^{DW9ODj6AaLc`k`ZmB_cGzpfnLNNAK9pL~U7c4pSI$o(GPlnDX zr_6_684rplTuDYQ=F`nKK%1~E;slUnQD#4>wAZI+0zkthr`s( z?J_&mFUE6|15#6Ok-Sh{;Nu(r%!kIWyroO8^)vD-=k;EiTH|iFVegt0Vr8);l;ZPQ zO4>*yOA2(r+X5_3d*W%8_TTK57uCAeTu?QPoZ3^05-oFfGk>PF-NDU?l~aD3U;4?j zXwn~(J}qwe^SYoe7yYY?1RV?6{c1+p%t8D`V_d1|4fR@mp)cY z+1M&1(Z?doVB1M_qvUP4-p<3*{?Fs@OqibKd!Kw?CPyi7;qI2ZmR>h8R~P$dm8hh5 zjSNCq!~+q#Apnc%R@XK^%~kxy@Grq}z!jST3otY!z8b{?N{k-0a3s{TWtDty{KLJ( zDd^luyFN>xKQZ@#5jjmkcFY$@GyN*F>9QoSf{o?u?{d7Kh>#7dmxq>K=##P8aUQMe z`G~!c4nRC~P0C9A_uTs~Ly0BVFJ-&zJTuZQYq4Pg-&wxvWLl7!qk0Ga{r@LA@agUd z`QJn2yRW35@z?7?wbj^L1^5f*rRnjw0gKbh2XSsmp-H2cuckUD7 z#f?qj{-Z(x*k`Xtid^4fO?!6ya(;JKHu#BmdgTc_X8dnOX1M~q54tZ%Dlc(V3hx1D zH3IyJr!n`y_07mVl;9Dvb#}k!&#HHD*^p;VLiFiUZ^bW#P+w$dH@m$z&w(31U_VwE jqm`EA*inyX%x(<({bnY5o;C(e9?1iK)JSpF()+&vTQ6mQ From d83638900453ca6fca13e87e6bfa35c3a3f0cc25 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 09:52:37 +0000 Subject: [PATCH 106/391] Automatic changelog update (cherry picked from commit 7bd22762ffbaa61d99d9cad7b30d4dd4553a6719) --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index fbec8efd06..0d134aeff5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Whisper - changes: - - message: Added cosmetic sunglasses to the clothesmate. - type: Add - - message: Musician and Bartender now have cosmetic sunglasses. - type: Tweak - id: 5318 - time: '2023-12-11T09:35:51.0000000+00:00' - author: deltanedas changes: - message: Syndicate duffel bags heavily protect their items from explosions, and @@ -3831,3 +3823,10 @@ id: 5818 time: '2024-01-29T07:55:52.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24676 +- author: mirrorcult + changes: + - message: Various annoying sounds are now a little quieter + type: Tweak + id: 5819 + time: '2024-01-29T09:51:31.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24690 From e390fd34bf9f75a1d2bf7c66f51b0d8a0357757a Mon Sep 17 00:00:00 2001 From: SpeltIncorrectyl <66873282+SpeltIncorrectyl@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:56:29 +0000 Subject: [PATCH 107/391] Adds signal control to portable generators (#24157) * added signal control to portable generators * added documentation * Discard changes to Content.Server/Radio/EntitySystems/HeadsetSystem.cs * added DeviceNetworkComponent and WirelessNetworkConnectionComponent to generator prototype * made GeneratorSignalControlComponent nicer * implemented auto-revving * added back necessary dependency * can't send do-after event manually * repeat now works with auto revving * fixed * removed vv * stopping generating when it is revving now makes it stop revving * Update Content.Shared/Power/Generator/ActiveGeneratorRevvingComponent.cs Co-authored-by: Kara * used resolve instead of TryComp --------- Co-authored-by: Julian Giebel Co-authored-by: Kara (cherry picked from commit 5d2ddc0d8b313d80fbcecd6719c5048ec2aea3e7) --- .../Power/Generator/GeneratorWindow.xaml.cs | 8 ++ .../GeneratorSignalControlComponent.cs | 29 +++++++ .../Generator/GeneratorSignalControlSystem.cs | 48 +++++++++++ .../Generator/PortableGeneratorSystem.cs | 46 ++++++++-- .../ActiveGeneratorRevvingComponent.cs | 10 +++ .../Generator/ActiveGeneratorRevvingSystem.cs | 86 +++++++++++++++++++ .../SharedPortableGeneratorSystem.cs | 9 ++ .../Power/Generation/portable_generator.yml | 11 +++ 8 files changed, 240 insertions(+), 7 deletions(-) create mode 100644 Content.Server/Power/Generator/GeneratorSignalControlComponent.cs create mode 100644 Content.Server/Power/Generator/GeneratorSignalControlSystem.cs create mode 100644 Content.Shared/Power/Generator/ActiveGeneratorRevvingComponent.cs create mode 100644 Content.Shared/Power/Generator/ActiveGeneratorRevvingSystem.cs diff --git a/Content.Client/Power/Generator/GeneratorWindow.xaml.cs b/Content.Client/Power/Generator/GeneratorWindow.xaml.cs index d1c5f47b07..bd5b75de1d 100644 --- a/Content.Client/Power/Generator/GeneratorWindow.xaml.cs +++ b/Content.Client/Power/Generator/GeneratorWindow.xaml.cs @@ -135,6 +135,14 @@ public void Update(PortableGeneratorComponentBuiState state) private bool TryGetStartProgress(out float progress) { + // Try to check progress of auto-revving first + if (_entityManager.TryGetComponent(_entity, out var activeGeneratorRevvingComponent) && _entityManager.TryGetComponent(_entity, out var portableGeneratorComponent)) + { + var calculatedProgress = activeGeneratorRevvingComponent.CurrentTime / portableGeneratorComponent.StartTime; + progress = (float) calculatedProgress; + return true; + } + var doAfterSystem = _entityManager.EntitySysManager.GetEntitySystem(); return doAfterSystem.TryFindActiveDoAfter(_entity, out _, out _, out progress); } diff --git a/Content.Server/Power/Generator/GeneratorSignalControlComponent.cs b/Content.Server/Power/Generator/GeneratorSignalControlComponent.cs new file mode 100644 index 0000000000..f16a09eae3 --- /dev/null +++ b/Content.Server/Power/Generator/GeneratorSignalControlComponent.cs @@ -0,0 +1,29 @@ +using Content.Shared.DeviceLinking; +using Robust.Shared.Prototypes; + +namespace Content.Server.Power.Generator; + +/// +/// When attached to an entity with it will allow the signal network to exert control over the generator. +/// +[RegisterComponent] +public sealed partial class GeneratorSignalControlComponent: Component +{ + /// + /// The port that should be invoked when turning the generator on. + /// + [DataField] + public ProtoId OnPort = "On"; + + /// + /// The port that should be invoked when turning the generator off. + /// + [DataField] + public ProtoId OffPort = "Off"; + + /// + /// The port that should be invoked when toggling the generator. + /// + [DataField] + public ProtoId TogglePort = "Toggle"; +} diff --git a/Content.Server/Power/Generator/GeneratorSignalControlSystem.cs b/Content.Server/Power/Generator/GeneratorSignalControlSystem.cs new file mode 100644 index 0000000000..4a42bcfffb --- /dev/null +++ b/Content.Server/Power/Generator/GeneratorSignalControlSystem.cs @@ -0,0 +1,48 @@ +using System.ComponentModel; +using Content.Server.DeviceLinking.Events; +using Content.Shared.Power.Generator; + +namespace Content.Server.Power.Generator; + +public sealed class GeneratorSignalControlSystem: EntitySystem +{ + [Dependency] private readonly GeneratorSystem _generator = default!; + [Dependency] private readonly ActiveGeneratorRevvingSystem _revving = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnSignalReceived); + } + + /// + /// Change the state of the generator depending on what signal is sent. + /// + private void OnSignalReceived(EntityUid uid, GeneratorSignalControlComponent component, SignalReceivedEvent args) + { + if (!TryComp(uid, out var generator)) + return; + + if (args.Port == component.OnPort) + { + _revving.StartAutoRevving(uid); + } + else if (args.Port == component.OffPort) + { + _generator.SetFuelGeneratorOn(uid, false, generator); + _revving.StopAutoRevving(uid); + } + else if (args.Port == component.TogglePort) + { + if (generator.On) + { + _generator.SetFuelGeneratorOn(uid, false, generator); + _revving.StopAutoRevving(uid); + } + else + { + _revving.StartAutoRevving(uid); + } + } + } +} diff --git a/Content.Server/Power/Generator/PortableGeneratorSystem.cs b/Content.Server/Power/Generator/PortableGeneratorSystem.cs index 96016da5b0..e8e9c5b45e 100644 --- a/Content.Server/Power/Generator/PortableGeneratorSystem.cs +++ b/Content.Server/Power/Generator/PortableGeneratorSystem.cs @@ -27,6 +27,7 @@ public sealed class PortableGeneratorSystem : SharedPortableGeneratorSystem [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly GeneratorSystem _generator = default!; [Dependency] private readonly PowerSwitchableSystem _switchable = default!; + [Dependency] private readonly ActiveGeneratorRevvingSystem _revving = default!; [Dependency] private readonly PowerNetSystem _powerNet = default!; public override void Initialize() @@ -38,7 +39,8 @@ public override void Initialize() UpdatesAfter.Add(typeof(PowerNetSystem)); SubscribeLocalEvent>(GetAlternativeVerb); - SubscribeLocalEvent(GeneratorTugged); + SubscribeLocalEvent(OnGeneratorStarted); + SubscribeLocalEvent(OnAutoGeneratorStarted); SubscribeLocalEvent(GeneratorStartMessage); SubscribeLocalEvent(GeneratorStopMessage); SubscribeLocalEvent(GeneratorSwitchOutputMessage); @@ -92,9 +94,30 @@ private void StopGenerator(EntityUid uid, PortableGeneratorComponent component, _generator.SetFuelGeneratorOn(uid, false); } - private void GeneratorTugged(EntityUid uid, PortableGeneratorComponent component, GeneratorStartedEvent args) + private void OnGeneratorStarted(EntityUid uid, PortableGeneratorComponent component, GeneratorStartedEvent args) { - if (args.Cancelled || !Transform(uid).Anchored) + if (args.Cancelled) + return; + + GeneratorTugged(uid, component, args.User, out args.Repeat); + } + + private void OnAutoGeneratorStarted(EntityUid uid, PortableGeneratorComponent component, ref AutoGeneratorStartedEvent args) + { + GeneratorTugged(uid, component, null, out var repeat); + + // restart the auto rev if it should be repeated + if (repeat) + _revving.StartAutoRevving(uid); + else + args.Started = true; + } + + private void GeneratorTugged(EntityUid uid, PortableGeneratorComponent component, EntityUid? user, out bool repeat) + { + repeat = false; + + if (!Transform(uid).Anchored) return; var fuelGenerator = Comp(uid); @@ -107,14 +130,23 @@ private void GeneratorTugged(EntityUid uid, PortableGeneratorComponent component if (!clogged && !empty && _random.Prob(component.StartChance)) { - _popup.PopupEntity(Loc.GetString("portable-generator-start-success"), uid, args.User); _generator.SetFuelGeneratorOn(uid, true, fuelGenerator); + + if (user is null) + return; + + _popup.PopupEntity(Loc.GetString("portable-generator-start-success"), uid, user.Value); + } else { - _popup.PopupEntity(Loc.GetString("portable-generator-start-fail"), uid, args.User); - // Try again bozo - args.Repeat = true; + // try again bozo + repeat = true; + + if (user is null) + return; + + _popup.PopupEntity(Loc.GetString("portable-generator-start-fail"), uid, user.Value); } } diff --git a/Content.Shared/Power/Generator/ActiveGeneratorRevvingComponent.cs b/Content.Shared/Power/Generator/ActiveGeneratorRevvingComponent.cs new file mode 100644 index 0000000000..25f97dc15a --- /dev/null +++ b/Content.Shared/Power/Generator/ActiveGeneratorRevvingComponent.cs @@ -0,0 +1,10 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Power.Generator; + +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +public sealed partial class ActiveGeneratorRevvingComponent: Component +{ + [DataField, ViewVariables(VVAccess.ReadOnly), AutoNetworkedField] + public TimeSpan CurrentTime = TimeSpan.Zero; +} diff --git a/Content.Shared/Power/Generator/ActiveGeneratorRevvingSystem.cs b/Content.Shared/Power/Generator/ActiveGeneratorRevvingSystem.cs new file mode 100644 index 0000000000..1c39997f30 --- /dev/null +++ b/Content.Shared/Power/Generator/ActiveGeneratorRevvingSystem.cs @@ -0,0 +1,86 @@ +using Content.Shared.DoAfter; + +namespace Content.Shared.Power.Generator; + +public sealed class ActiveGeneratorRevvingSystem: EntitySystem +{ + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; + [Dependency] private readonly EntityManager _entity = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnAnchorStateChanged); + } + + /// + /// Handles the AnchorStateChangedEvent to stop auto-revving when unanchored. + /// + private void OnAnchorStateChanged(EntityUid uid, ActiveGeneratorRevvingComponent component, AnchorStateChangedEvent args) + { + if (!args.Anchored) + StopAutoRevving(uid); + } + + /// + /// Start revving a generator entity automatically, without another entity doing a do-after. + /// Used for remotely activating a generator. + /// + /// Uid of the generator entity. + /// ActiveGeneratorRevvingComponent of the generator entity. + public void StartAutoRevving(EntityUid uid, ActiveGeneratorRevvingComponent? component = null) + { + if (Resolve(uid, ref component)) + { + // reset the revving + component.CurrentTime = TimeSpan.FromSeconds(0); + return; + } + + AddComp(uid, new ActiveGeneratorRevvingComponent()); + } + + /// + /// Stop revving a generator entity. + /// + /// Uid of the generator entity. + /// True if the auto-revving was cancelled, false if it was never revving in the first place. + public bool StopAutoRevving(EntityUid uid) + { + return RemComp(uid); + } + + /// + /// Raise an event on a generator entity to start it. + /// + /// This is not the same as revving it, when this is called the generator will start producing power. + /// Uid of the generator entity. + /// True if the generator was successfully started, false otherwise. + private bool StartGenerator(EntityUid uid) + { + var ev = new AutoGeneratorStartedEvent(); + RaiseLocalEvent(uid, ref ev); + return ev.Started; + } + + /// + /// Updates the timers on ActiveGeneratorRevvingComponent(s), and stops them when they are finished. + /// + public override void Update(float frameTime) + { + base.Update(frameTime); + var query = EntityQueryEnumerator(); + + while (query.MoveNext(out var uid, out var activeGeneratorRevvingComponent, out var portableGeneratorComponent)) + { + activeGeneratorRevvingComponent.CurrentTime += TimeSpan.FromSeconds(frameTime); + Dirty(uid, activeGeneratorRevvingComponent); + + if (activeGeneratorRevvingComponent.CurrentTime < portableGeneratorComponent.StartTime) + continue; + + if (StartGenerator(uid)) + StopAutoRevving(uid); + } + } +} diff --git a/Content.Shared/Power/Generator/SharedPortableGeneratorSystem.cs b/Content.Shared/Power/Generator/SharedPortableGeneratorSystem.cs index e30c8eced6..e8ccc85166 100644 --- a/Content.Shared/Power/Generator/SharedPortableGeneratorSystem.cs +++ b/Content.Shared/Power/Generator/SharedPortableGeneratorSystem.cs @@ -23,3 +23,12 @@ public override DoAfterEvent Clone() return this; } } + +/// +/// Used to start a portable generator. This is like except it isn't a do-after. +/// +[ByRefEvent] +public sealed partial class AutoGeneratorStartedEvent +{ + public bool Started = false; +} diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml index 2fc6c1f512..b606c01f1d 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml @@ -90,6 +90,17 @@ supplyRampRate: 500 supplyRampTolerance: 500 enabled: false + - type: DeviceLinkSink + ports: + - On + - Off + - Toggle + - type: GeneratorSignalControl + - type: DeviceNetwork + deviceNetId: Wireless + receiveFrequencyId: BasicDevice + - type: WirelessNetworkConnection + range: 200 - type: entity abstract: true From 6d5779bbeda8a812d64bf210e47d2e3e420852ba Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 14:57:35 +0000 Subject: [PATCH 108/391] Automatic changelog update (cherry picked from commit c1f3f8cdc46ca27daec271169572cafa7b2a30eb) --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0d134aeff5..92fadd46cf 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Syndicate duffel bags heavily protect their items from explosions, and - regular bags have minor protection. - type: Tweak - id: 5319 - time: '2023-12-11T09:43:00.0000000+00:00' - author: metalgearsloth changes: - message: Fix game audio persisting to lobby. @@ -3830,3 +3823,11 @@ id: 5819 time: '2024-01-29T09:51:31.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24690 +- author: SpeltIncorrectyl + changes: + - message: Portable generators can now be connected to the signal network and controlled + remotely via devices like a signal transmitter. + type: Add + id: 5820 + time: '2024-01-29T14:56:29.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24157 From 1c79bc7b4b06c44f61330b8e4cc74b95e807f681 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:35:27 -0500 Subject: [PATCH 109/391] Add sticky footstep sound to space glue (#24710) (cherry picked from commit e27a3e0d3e5827cc06a91a11d4b295e6d9d95b7e) --- Resources/Prototypes/Reagents/cleaning.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Reagents/cleaning.yml b/Resources/Prototypes/Reagents/cleaning.yml index b70a7af0fa..49af16d93d 100644 --- a/Resources/Prototypes/Reagents/cleaning.yml +++ b/Resources/Prototypes/Reagents/cleaning.yml @@ -147,3 +147,7 @@ type: Add time: 5 refresh: false + footstepSound: + collection: FootstepSticky + params: + volume: 6 \ No newline at end of file From c9a22474bcdf726e23c595c85983d2a435ccd5e6 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 29 Jan 2024 18:04:52 -0500 Subject: [PATCH 110/391] Fix welder status always being "not lit" (#24705) * Fix not finding ItemToggleComponent * Simplified (cherry picked from commit e101d078fe2aa128428de6dc67c8bb31f94dc18e) --- Content.Client/Tools/UI/WelderStatusControl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/Tools/UI/WelderStatusControl.cs b/Content.Client/Tools/UI/WelderStatusControl.cs index f1c5999453..af81a28f62 100644 --- a/Content.Client/Tools/UI/WelderStatusControl.cs +++ b/Content.Client/Tools/UI/WelderStatusControl.cs @@ -17,11 +17,11 @@ public sealed class WelderStatusControl : Control private readonly ItemToggleComponent? _toggleComponent; private readonly RichTextLabel _label; - public WelderStatusControl(WelderComponent parent, EntityUid? uid = null) + public WelderStatusControl(Entity parent) { _parent = parent; _entMan = IoCManager.Resolve(); - if (_entMan.TryGetComponent(uid, out var itemToggle)) + if (_entMan.TryGetComponent(parent, out var itemToggle)) _toggleComponent = itemToggle; _label = new RichTextLabel { StyleClasses = { StyleNano.StyleClassItemStatus } }; AddChild(_label); From 964cd81a2df131c5b36dadc099c4237df0977a84 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Jan 2024 23:05:58 +0000 Subject: [PATCH 111/391] Automatic changelog update (cherry picked from commit f661e8f48629edd36cac0c2929df114fb727f830) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 92fadd46cf..b4eff2adba 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix game audio persisting to lobby. - type: Fix - id: 5320 - time: '2023-12-11T10:26:56.0000000+00:00' - author: Whisper changes: - message: Beer goggles can now scan solutions. @@ -3831,3 +3825,10 @@ id: 5820 time: '2024-01-29T14:56:29.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24157 +- author: Tayrtahn + changes: + - message: Welders properly display their lit status again. + type: Fix + id: 5821 + time: '2024-01-29T23:04:52.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24705 From 1cf4508ca7f7b2947844e43830a4d68be706d477 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 29 Jan 2024 18:19:55 -0500 Subject: [PATCH 112/391] Add fill level visuals for water bottle in-hand sprites (#24708) Fill level visuals for water bottle inhands (cherry picked from commit cebb20d5355ec613d575df20d3a10fae974a2be0) --- .../Consumable/Drinks/drinks_bottles.yml | 2 ++ .../waterbottle.rsi/inhand-left-fill-1.png | Bin 0 -> 158 bytes .../waterbottle.rsi/inhand-left-fill-2.png | Bin 0 -> 181 bytes .../waterbottle.rsi/inhand-right-fill-1.png | Bin 0 -> 169 bytes .../waterbottle.rsi/inhand-right-fill-2.png | Bin 0 -> 186 bytes .../Drinks/waterbottle.rsi/meta.json | 18 +++++++++++++++++- 6 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-left-fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-left-fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-right-fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-right-fill-2.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index b90f9ffa5c..77db111195 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -526,6 +526,8 @@ - type: SolutionContainerVisuals maxFillLevels: 5 fillBaseName: icon- + inHandsMaxFillLevels: 2 + inHandsFillBaseName: -fill- - type: entity parent: DrinkWaterBottleFull diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-left-fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-left-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..b726087730f2e7a40ea2484d7f65c6cc2b6d599d GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|B0OCjLn`LH zy=BPjpeW$t`04LzhXblR99czeD-_%v|MfIn&)K~csE~m{X4Sn{?fx%)6<4GSigM05B!IGY?elF{r5}E*4A~R_K literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-left-fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-left-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..154c205bf16a7b5e2226e1c2038b55d500f91e78 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|@;zM~Ln`LH zy|t0I!GMRw;mE(>lm?HRZJH}yEMy97j*Zwk`BGit&Ct3?pkju)jM_Q3>umIuKF_`W zi{oUA%6HC`l=Qg=q+}z`eqrVSip5{;@d2r1V9+}GLfJu4u(svp{^QH#9V&M*Gcd@< Xe$WosswTZz2&BT()z4*}Q$iB}kf%P1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-right-fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-right-fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..1530ff913fe0440aa2a7dc9c177012afa844e114 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|l097@8-%|nZPO-nk5pA?2Z50*!^Y9+kBXrfhUjEFj&pVu3Tn0NP(xT KpUXO@geCwXyEI<_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-right-fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/inhand-right-fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..66a831d2cc0d516d39e83d5e2f5a83da64971e6c GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|N<3X0Ln`LH zy=BPNV8Fu~@bTaB7mQqcdzTj!t)HyGx5(+@jqeMR9|%vRXWB*S9w5 zL3*Y0zrVHl Date: Mon, 29 Jan 2024 23:21:01 +0000 Subject: [PATCH 113/391] Automatic changelog update (cherry picked from commit ec63e0b107cd909b1aab06e66f1f7158d8edc07c) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b4eff2adba..21d37fceb0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Whisper - changes: - - message: Beer goggles can now scan solutions. - type: Add - id: 5321 - time: '2023-12-11T11:35:11.0000000+00:00' - author: MACMAN2003 changes: - message: Added yellow tinted jensen glasses that may show up in maints from time @@ -3832,3 +3826,10 @@ id: 5821 time: '2024-01-29T23:04:52.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24705 +- author: Tayrtahn + changes: + - message: Water bottles now display their fill level while held. + type: Add + id: 5822 + time: '2024-01-29T23:19:56.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24708 From c6d3377853ba3bc49802b091d9231b58a63ed974 Mon Sep 17 00:00:00 2001 From: Hanz <41141796+Hanzdegloker@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:21:28 -0500 Subject: [PATCH 114/391] Drink tastes touchup (#24700) * Actual tastebuds yup * Grape Soda, can't forget them too Grape Soda, my beloved (cherry picked from commit 61516e82537877248a033c6988eda7e963cc0992) --- .../Locale/en-US/flavors/flavor-profiles.ftl | 19 ++++ Resources/Prototypes/Flavors/flavors.yml | 95 +++++++++++++++++++ .../Reagents/Consumable/Drink/alcohol.yml | 14 +-- .../Reagents/Consumable/Drink/drinks.yml | 4 +- .../Reagents/Consumable/Drink/soda.yml | 22 ++--- 5 files changed, 134 insertions(+), 20 deletions(-) diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index bbe245b016..0fa0f7dfe1 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -177,8 +177,22 @@ flavor-complex-rocksandstones = like rocks and stones ## Basic drinks flavor-complex-water = like water flavor-complex-beer = like piss +flavor-complex-cognac = like dry spicy alcohol +flavor-complex-mead = like fermented honey +flavor-complex-vermouth = like herbal grape rinds flavor-complex-ale = like bread +flavor-complex-tonic-water = like angry water flavor-complex-cola = like cola +flavor-complex-energy-drink = like battery acid +flavor-complex-dr-gibb = like malpractice +flavor-complex-grape-soda = like grape soda +flavor-complex-lemon-lime-soda = like lemon-lime soda +flavor-complex-pwr-game-soda = like gaming +flavor-complex-root-beer-soda = like root beer +flavor-complex-citrus-soda = like citrus soda +flavor-complex-space-up-soda = like space +flavor-complex-starkist-soda = like orange soda +flavor-complex-fourteen-loko-soda = like sweet malt flavor-complex-vodka = like fermented grain flavor-complex-tequila = like fermented death flavor-complex-sake = like sweet, alcoholic rice @@ -198,6 +212,10 @@ flavor-complex-mopwata = like stagnant, dirty water flavor-complex-long-island = suspiciously like iced tea flavor-complex-three-mile-island = like tea brewed in nuclear runoff flavor-complex-whiskey-cola = like carbonated molasses +flavor-complex-root-beer-float = like ice cream in root beer +flavor-complex-black-russian = like alcoholic coffee +flavor-complex-white-russian = like alcoholic sweetened coffee +flavor-complex-moonshine = like pure alcohol flavor-complex-singulo = like a bottomless hole flavor-complex-syndie-bomb = like bitter whiskey flavor-complex-tequila-sunrise = like a mexican morning @@ -212,6 +230,7 @@ flavor-complex-atomic-cola = like hoarding bottle caps flavor-complex-cuba-libre = like spiked cola flavor-complex-gin-tonic = like spiked lemon-lime soda flavor-complex-screwdriver = like spiked orange juice +flavor-complex-irish-car-bomb = like a spiked cola float flavor-complex-themartinez = like violets and lemon vodka flavor-complex-cogchamp = like brass flavor-complex-white-gilgamesh = like lightly carbonated cream diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index b5c4916a9c..a467784860 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -554,11 +554,51 @@ flavorType: Complex description: flavor-complex-mopwata +- type: flavor + id: tonicwater + flavorType: Complex + description: flavor-complex-tonic-water + - type: flavor id: beer flavorType: Complex description: flavor-complex-beer +- type: flavor + id: cognac + flavorType: Complex + description: flavor-complex-cognac + +- type: flavor + id: mead + flavorType: Complex + description: flavor-complex-mead + +- type: flavor + id: vermouth + flavorType: Complex + description: flavor-complex-vermouth + +- type: flavor + id: irishcarbomb + flavorType: Complex + description: flavor-complex-irish-car-bomb + +- type: flavor + id: blackrussian + flavorType: Complex + description: flavor-complex-black-russian + +- type: flavor + id: whiterussian + flavorType: Complex + description: flavor-complex-white-russian + +- type: flavor + id: moonshine + flavorType: Complex + description: flavor-complex-moonshine + - type: flavor id: ale flavorType: Complex @@ -569,6 +609,61 @@ flavorType: Complex description: flavor-complex-cola +- type: flavor + id: energydrink + flavorType: Complex + description: flavor-complex-energy-drink + +- type: flavor + id: drgibb + flavorType: Complex + description: flavor-complex-dr-gibb + +- type: flavor + id: lemonlimesoda + flavorType: Complex + description: flavor-complex-lemon-lime-soda + +- type: flavor + id: pwrgamesoda + flavorType: Complex + description: flavor-complex-pwr-game-soda + +- type: flavor + id: rootbeersoda + flavorType: Complex + description: flavor-complex-root-beer-soda + +- type: flavor + id: rootbeerfloat + flavorType: Complex + description: flavor-complex-root-beer-float + +- type: flavor + id: sodacitrus + flavorType: Complex + description: flavor-complex-citrus-soda + +- type: flavor + id: spaceup + flavorType: Complex + description: flavor-complex-root-space-up + +- type: flavor + id: grapesoda + flavorType: Complex + description: flavor-complex-grape-soda + +- type: flavor + id: starkistsoda + flavorType: Complex + description: flavor-complex-starkist-soda + +- type: flavor + id: fourteenlokosoda + flavorType: Complex + description: flavor-complex-fourteen-loko-soda + - type: flavor id: cogchamp flavorType: Complex diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index d824135bc7..edee73eb73 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -73,7 +73,7 @@ parent: BaseAlcohol desc: reagent-desc-cognac physicalDesc: reagent-physical-desc-strong-smelling - flavor: alcohol + flavor: cognac color: "#AB3C05" recognizable: true metamorphicSprite: @@ -301,7 +301,7 @@ parent: BaseAlcohol desc: reagent-desc-vermouth physicalDesc: reagent-physical-desc-strong-smelling - flavor: alcohol + flavor: vermouth color: "#91FF91" metamorphicSprite: sprite: Objects/Consumable/Drinks/vermouthglass.rsi @@ -571,7 +571,7 @@ parent: BaseAlcohol desc: reagent-desc-black-russian physicalDesc: reagent-physical-desc-strong-smelling - flavor: alcohol + flavor: blackrussian color: "#360000" metamorphicSprite: sprite: Objects/Consumable/Drinks/blackrussianglass.rsi @@ -870,7 +870,7 @@ parent: BaseAlcohol desc: reagent-desc-irish-car-bomb physicalDesc: reagent-physical-desc-bubbly - flavor: alcohol + flavor: irishcarbomb color: "#2E6671" metamorphicSprite: sprite: Objects/Consumable/Drinks/irishcarbomb.rsi @@ -1018,7 +1018,7 @@ parent: BaseAlcohol desc: reagent-desc-mead physicalDesc: reagent-physical-desc-strong-smelling - flavor: alcohol + flavor: mead color: "#664300" metamorphicSprite: sprite: Objects/Consumable/Drinks/meadglass.rsi @@ -1042,7 +1042,7 @@ parent: BaseAlcohol desc: reagent-desc-moonshine physicalDesc: reagent-physical-desc-strong-smelling - flavor: alcohol + flavor: moonshine color: "#d1d7d155" metabolisms: Drink: @@ -1404,7 +1404,7 @@ parent: BaseAlcohol desc: reagent-desc-white-russian physicalDesc: reagent-physical-desc-strong-smelling - flavor: alcohol + flavor: whiterussian color: "#A68340" metamorphicSprite: sprite: Objects/Consumable/Drinks/whiterussianglass.rsi diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index 558ecc0e15..77a387da7b 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -319,7 +319,7 @@ parent: BaseDrink desc: reagent-desc-tonic-water physicalDesc: reagent-physical-desc-fizzy - flavor: water + flavor: tonicwater color: "#0064C8" - type: reagent @@ -444,4 +444,4 @@ Drink: effects: - !type:SatiateThirst - factor: 0.6 \ No newline at end of file + factor: 0.6 diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml b/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml index 27fe44e578..af1b496a4f 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml @@ -23,7 +23,7 @@ parent: BaseSoda desc: reagent-desc-dr-gibb physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: drgibb color: "#102000" - type: reagent @@ -32,7 +32,7 @@ parent: BaseSoda desc: reagent-desc-energy-drink physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: energydrink color: "#ffffbf" metabolisms: Drink: @@ -49,7 +49,7 @@ parent: BaseSoda desc: reagent-desc-grape-soda physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: grapesoda color: "#ae94a6" - type: reagent @@ -71,7 +71,7 @@ parent: BaseSoda desc: reagent-desc-lemon-lime physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: lemonlimesoda color: "#878F00" metamorphicSprite: sprite: Objects/Consumable/Drinks/lemonlime.rsi @@ -83,7 +83,7 @@ parent: BaseSoda desc: reagent-desc-pwr-game physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: pwrgamesoda color: "#9385bf" - type: reagent @@ -92,7 +92,7 @@ parent: BaseSoda desc: reagent-desc-root-beer physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: rootbeersoda color: "#381c07" metamorphicSprite: sprite: Objects/Consumable/Drinks/rootbeerglass.rsi @@ -104,7 +104,7 @@ parent: BaseSoda desc: reagent-desc-root-beer-float physicalDesc: reagent-physical-desc-fizzy-and-creamy - flavor: soda + flavor: rootbeerfloat color: "#4f361f" metamorphicSprite: sprite: Objects/Consumable/Drinks/rootbeerfloatglass.rsi @@ -116,7 +116,7 @@ parent: BaseSoda desc: reagent-desc-space-mountain-wind physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: sodacitrus color: "#102000" - type: reagent @@ -125,7 +125,7 @@ parent: BaseSoda desc: reagent-desc-space-up physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: spaceup color: "#00FF00" - type: reagent @@ -134,7 +134,7 @@ parent: BaseSoda desc: reagent-desc-starkist physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: starkistsoda color: "#9F3400" - type: reagent @@ -143,7 +143,7 @@ parent: BaseSoda desc: reagent-desc-fourteen-loko physicalDesc: reagent-physical-desc-fizzy - flavor: soda + flavor: fourteenlokosoda color: "#deb928" metabolisms: Drink: From df339ce7d16e4415c64af06bd8e5248703f440e9 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:21:25 +0100 Subject: [PATCH 115/391] Add water droplet hat for arachnids (#23822) Co-authored-by: Kevin Zheng (cherry picked from commit a86d0e51ec74cfdde2969d73bcb1ea1c683911bb) --- .../ReagentEffects/WearableReaction.cs | 42 +++++++++++++ .../Entities/Clothing/Head/misc.yml | 58 ++++++++++++++++++ .../Entities/Mobs/Species/arachnid.yml | 8 +++ .../Misc/waterdroplet.rsi/equipped-HELMET.png | Bin 0 -> 215 bytes .../Head/Misc/waterdroplet.rsi/icon.png | Bin 0 -> 554 bytes .../Misc/waterdroplet.rsi/inhand-left.png | Bin 0 -> 197 bytes .../Misc/waterdroplet.rsi/inhand-right.png | Bin 0 -> 204 bytes .../Head/Misc/waterdroplet.rsi/meta.json | 26 ++++++++ 8 files changed, 134 insertions(+) create mode 100644 Content.Server/Chemistry/ReagentEffects/WearableReaction.cs create mode 100644 Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/meta.json diff --git a/Content.Server/Chemistry/ReagentEffects/WearableReaction.cs b/Content.Server/Chemistry/ReagentEffects/WearableReaction.cs new file mode 100644 index 0000000000..d9f8414995 --- /dev/null +++ b/Content.Server/Chemistry/ReagentEffects/WearableReaction.cs @@ -0,0 +1,42 @@ +using Content.Shared.Inventory; +using Content.Shared.Chemistry.Reagent; +using Robust.Shared.Prototypes; + +namespace Content.Server.Chemistry.ReagentEffects; + +/// +/// A reaction effect that consumes the required amount of reagent and spawns PrototypeID in the +/// entity's Slot. Used to implement the water droplet effect for arachnids. +/// +public sealed partial class WearableReaction : ReagentEffect +{ + /// + /// Minimum quantity of reagent required to trigger this effect. + /// + [DataField] + public float AmountThreshold = 1f; + + /// + /// Slot to spawn the item into. + /// + [DataField(required: true)] + public string Slot; + + /// + /// Prototype ID of item to spawn. + /// + [DataField(required: true)] + public string PrototypeID; + + protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys) => null; + + public override void Effect(ReagentEffectArgs args) + { + if (args.Reagent == null || args.Quantity < AmountThreshold) + return; + + // SpawnItemInSlot returns false if slot is already occupied + if (args.EntityManager.System().SpawnItemInSlot(args.SolutionEntity, Slot, PrototypeID)) + args.Source?.RemoveReagent(args.Reagent.ID, AmountThreshold); + } +} diff --git a/Resources/Prototypes/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Entities/Clothing/Head/misc.yml index 7b93e83cd9..9826da57b7 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/misc.yml @@ -224,3 +224,61 @@ sprite: Clothing/Head/Misc/red_racoon.rsi - type: Clothing sprite: Clothing/Head/Misc/red_racoon.rsi + +- type: entity + parent: Clothing + id: WaterDropletHat + name: water droplet + description: Makes 8-eyed friends 8 times more adorable! + components: + - type: Sprite + sprite: Clothing/Head/Misc/waterdroplet.rsi + state: icon + - type: Item + sprite: Clothing/Head/Misc/waterdroplet.rsi + size: Tiny + storedRotation: -90 + - type: Clothing + slots: + - HEAD + - type: Food + solution: drink + useSound: /Audio/Items/drink.ogg + eatMessage: drink-component-try-use-drink-success-slurp + delay: 0.5 + forceFeedDelay: 1.5 + - type: FlavorProfile + flavors: + - water + - type: SolutionContainerManager + solutions: + drink: + maxVol: 2 + reagents: + - ReagentId: Water + Quantity: 2 + - type: DamageOnHighSpeedImpact + minimumSpeed: 0.1 + damage: + types: + Blunt: 1 + - type: Damageable + damageContainer: Biological + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 1 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: desecration + - !type:SpillBehavior + solution: drink + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Tag + tags: + - WhitelistChameleon + - type: StaticPrice + price: 1 diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index d2d99109a1..8c1f43de96 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -36,6 +36,14 @@ amount: 5 - type: Inventory templateId: arachnid + - type: Reactive + reactions: + - reagents: [Water] + methods: [Touch] + effects: + - !type:WearableReaction + slot: head + prototypeID: WaterDropletHat # Damage (Self) - type: Bloodstream bloodReagent: CopperBlood diff --git a/Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..9759d202a26dd3d2b7bc7c84993101dc86237b7f GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|CVIL!hE&XX zduyZMAp;)P3l0xcC0d(QU(8StHei(XUUEVs?pW{22P-sc6#MkvhwACPo_{AxqU_y; zC=0)x`_6wqz4GVW34f1kUJp8@e&DO&_4x1G@BF_JH6tkM@Adx|_y3&uex-f>^Q-L_ zciRJP0|Ei>8-E+tNmjjQ*O{sKrtUzHS4X8aU4HEEl^>bP0 Hl+XkK@x)ht literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/icon.png b/Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..964a74ec9e6fcc65e96d85802b3c8fa5dcd82b47 GIT binary patch literal 554 zcmV+_0@eMAP)d$&fyc%KO*Nb-g^_v5^GE_cp=J&@6|X8Rmua|I*h_qkRgt1ibI zoj4g{nC_@%>hr;1fR^j~0h_A#Ue&Ahy{4--o-j4AbqUXCx=|38X$WiEgIYQo z7d{sD7&4&njnZRPepQ^R@~2`W99jUo>gh@~aIAr~w2>8_5O!xXMXffE`jWmxZh1-S zi0n~JLiq9FB1Vx7G8FJi%}Hj>eUpE_Me^d&Ym z|9P6p>8Wb>J|A?vSk}iFIQF1Ywyd8M%c`70+cR9{>i)dsH2Wobxvsg7U|<_AuIpNC zA1-%b_(_i%(Lbq8wmq4I_jBlvfb$M|)~Z?6&N+L8@Rt0dTR1p`ak)RR{tMwOXZyAr z4>te+0C!15K~z|UV_+BsqhJ(_f>AKi0VBB@D>q*Kk1p2kuT8dj6kCo@93NmJ*Ac&d z{rdmw*DsPSq!_?_iOT_`h5`$@4q;WP8&m8;*ieFbYP&C>T}%0H;JQf=<@M0000007*qoM6N<$f-0NzL;wH) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Misc/waterdroplet.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7f81e9bc8ff7e3cf22d09808fb25760190bd2b GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|>OEZ?Ln`LH zy|t0|umKN?gIcTFS0Sk*%{xA5M7i}|TIL~ov8ih}qZ~`bKX;&Vh67Wowg#>@D?3{q zviH`Dz5N{>kM}I^KX>l;)48${UX^d>eBbeSkNdOjn?8e713}Q5H=nlOje*{NzJOf-T!aO{r^=-X&^le3<-&ww= Date: Tue, 30 Jan 2024 00:22:32 +0000 Subject: [PATCH 116/391] Automatic changelog update (cherry picked from commit c16e384d3a3efebe4b379f4bfa4aa053ede894af) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 21d37fceb0..19ad21ed2b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: MACMAN2003 - changes: - - message: Added yellow tinted jensen glasses that may show up in maints from time - to time - type: Add - id: 5322 - time: '2023-12-11T11:36:19.0000000+00:00' - author: ninruB changes: - message: Familiar Garbs may now appear as maintenance loot. @@ -3833,3 +3826,10 @@ id: 5822 time: '2024-01-29T23:19:56.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24708 +- author: SlamBamActionman + changes: + - message: Arachnids slipping in water now get a cute hat! + type: Add + id: 5823 + time: '2024-01-30T00:21:26.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23822 From 897aedb70c18b633caedf758192c78b5dc041000 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 29 Jan 2024 20:33:34 -0500 Subject: [PATCH 117/391] Stop shift from cancelling follow as ghost (#24715) Fixed pressing shift cancelling ghost follow (cherry picked from commit b0bd0689ce538251132f072aadfa7e45ed275389) --- Content.Shared/Follower/FollowerSystem.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Follower/FollowerSystem.cs b/Content.Shared/Follower/FollowerSystem.cs index 41ee215fe2..672f3d6487 100644 --- a/Content.Shared/Follower/FollowerSystem.cs +++ b/Content.Shared/Follower/FollowerSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Ghost; using Content.Shared.Hands; using Content.Shared.Movement.Events; +using Content.Shared.Movement.Systems; using Content.Shared.Physics.Pull; using Content.Shared.Tag; using Content.Shared.Verbs; @@ -96,7 +97,8 @@ private void OnGetAlternativeVerbs(GetVerbsEvent ev) private void OnFollowerMove(EntityUid uid, FollowerComponent component, ref MoveInputEvent args) { - StopFollowingEntity(uid, component.Following); + if ((args.Component.HeldMoveButtons & MoveButtons.AnyDirection) != MoveButtons.None) + StopFollowingEntity(uid, component.Following); } private void OnPullStarted(EntityUid uid, FollowerComponent component, PullStartedMessage args) From eabba648f164c970b228918cf47ff6c13fa938fc Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 01:34:41 +0000 Subject: [PATCH 118/391] Automatic changelog update (cherry picked from commit 5da590e0f8d8ea47e4be3370367faab5f1e509af) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 19ad21ed2b..70e536f8dd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: ninruB - changes: - - message: Familiar Garbs may now appear as maintenance loot. - type: Add - id: 5324 - time: '2023-12-11T13:04:56.0000000+00:00' - author: Errant changes: - message: Incapacitated mobs can no longer be shoved for a speed boost. @@ -3833,3 +3827,10 @@ id: 5823 time: '2024-01-30T00:21:26.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23822 +- author: Tayrtahn + changes: + - message: Pressing shift as a ghost no longer cancels following your target + type: Fix + id: 5824 + time: '2024-01-30T01:33:35.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24715 From 57e74caf6238a45b7589900d5ab65c169ef29069 Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:11:43 -0800 Subject: [PATCH 119/391] Jugs are destructible (#24719) * destructible jug * destruction * Update Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit 31f7acf223c40cb7b300b7a87cb7f3c9f08bd817) --- .../Objects/Specific/chemical-containers.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml index 31af4d206a..027ff206f8 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml @@ -47,6 +47,34 @@ inHandsFillBaseName: -fill- - type: StaticPrice price: 60 + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 200 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 20 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + params: + volume: -4 + - !type:SpillBehavior { } + - !type:SpawnEntitiesBehavior + spawn: + SheetPlastic1: + min: 0 + max: 1 + transferForensics: true + - !type:DoActsBehavior + acts: [ "Destruction" ] - type: Label originalName: jug - type: Tag From 5516abbb2148c7159de72e39adba8bdc17516b10 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 08:12:49 +0000 Subject: [PATCH 120/391] Automatic changelog update (cherry picked from commit 4f91846a909cb9e3c0c0f7a6b273999c4fbac33f) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 70e536f8dd..b690cea0ca 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Errant - changes: - - message: Incapacitated mobs can no longer be shoved for a speed boost. - type: Fix - id: 5325 - time: '2023-12-11T13:05:14.0000000+00:00' - author: willicassi changes: - message: Added info to botany guidebook entry @@ -3834,3 +3828,10 @@ id: 5824 time: '2024-01-30T01:33:35.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24715 +- author: liltenhead + changes: + - message: Jugs are now destructible. + type: Tweak + id: 5825 + time: '2024-01-30T08:11:43.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24719 From 2a0f83b7bc20debb54482fccef3f1893f03a2225 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 10:27:08 +0000 Subject: [PATCH 121/391] Automatic changelog update (cherry picked from commit 067c8ba4a9101c8910dac2b549ac8e2e44e68a3a) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b690cea0ca..33cb24cca3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: willicassi - changes: - - message: Added info to botany guidebook entry - type: Add - id: 5326 - time: '2023-12-11T17:42:22.0000000+00:00' - author: EmoGarbage404 changes: - message: Removed the Handheld Electrical Propulsion technology and its associated @@ -3835,3 +3829,10 @@ id: 5825 time: '2024-01-30T08:11:43.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24719 +- author: Emisse + changes: + - message: Aspid + type: Remove + id: 5826 + time: '2024-01-30T10:26:02.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24725 From 609b0b7421bc45f7aef9d5cfcc6920b1bcbebfbb Mon Sep 17 00:00:00 2001 From: Kara Date: Tue, 30 Jan 2024 03:50:41 -0700 Subject: [PATCH 122/391] Throwing item scaling animation + recoil (#24724) (cherry picked from commit ef55039560814a98517552bd58493fc89a2a4812) --- .../Throwing/ThrownItemVisualizerSystem.cs | 87 +++++++++++++++++++ Content.Shared/Throwing/ThrowingSystem.cs | 13 ++- .../Throwing/ThrownItemComponent.cs | 31 +++---- Content.Shared/Throwing/ThrownItemSystem.cs | 31 ------- 4 files changed, 109 insertions(+), 53 deletions(-) create mode 100644 Content.Client/Throwing/ThrownItemVisualizerSystem.cs diff --git a/Content.Client/Throwing/ThrownItemVisualizerSystem.cs b/Content.Client/Throwing/ThrownItemVisualizerSystem.cs new file mode 100644 index 0000000000..bbd3673110 --- /dev/null +++ b/Content.Client/Throwing/ThrownItemVisualizerSystem.cs @@ -0,0 +1,87 @@ +using Content.Shared.Throwing; +using Robust.Client.Animations; +using Robust.Client.GameObjects; +using Robust.Shared.Animations; + +namespace Content.Client.Throwing; + +/// +/// Handles animating thrown items. +/// +public sealed class ThrownItemVisualizerSystem : EntitySystem +{ + [Dependency] private readonly AnimationPlayerSystem _anim = default!; + + private const string AnimationKey = "thrown-item"; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnAutoHandleState); + SubscribeLocalEvent(OnShutdown); + } + + private void OnAutoHandleState(EntityUid uid, ThrownItemComponent component, ref AfterAutoHandleStateEvent args) + { + if (!TryComp(uid, out var sprite)) + return; + + var animationPlayer = EnsureComp(uid); + + if (_anim.HasRunningAnimation(uid, animationPlayer, AnimationKey)) + return; + + var anim = GetAnimation((uid, component, sprite)); + if (anim == null) + return; + + component.OriginalScale = sprite.Scale; + _anim.Play((uid, animationPlayer), anim, AnimationKey); + } + + private void OnShutdown(EntityUid uid, ThrownItemComponent component, ComponentShutdown args) + { + if (!_anim.HasRunningAnimation(uid, AnimationKey)) + return; + + if (TryComp(uid, out var sprite) && component.OriginalScale != null) + sprite.Scale = component.OriginalScale.Value; + + _anim.Stop(uid, AnimationKey); + } + + private static Animation? GetAnimation(Entity ent) + { + if (ent.Comp1.LandTime - ent.Comp1.ThrownTime is not { } length) + return null; + + if (length <= TimeSpan.Zero) + return null; + + length += TimeSpan.FromSeconds(ThrowingSystem.FlyTime); + var scale = ent.Comp2.Scale; + var lenFloat = (float) length.TotalSeconds; + + // TODO use like actual easings here + return new Animation + { + Length = length, + AnimationTracks = + { + new AnimationTrackComponentProperty + { + ComponentType = typeof(SpriteComponent), + Property = nameof(SpriteComponent.Scale), + KeyFrames = + { + new AnimationTrackProperty.KeyFrame(scale, 0.0f), + new AnimationTrackProperty.KeyFrame(scale * 1.4f, lenFloat * 0.25f), + new AnimationTrackProperty.KeyFrame(scale, lenFloat * 0.75f) + }, + InterpolationMode = AnimationInterpolationMode.Linear + } + } + }; + } +} diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index e631546411..5fe02a0571 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -1,5 +1,6 @@ using System.Numerics; using Content.Shared.Administration.Logs; +using Content.Shared.Camera; using Content.Shared.Database; using Content.Shared.Gravity; using Content.Shared.Hands.Components; @@ -32,6 +33,7 @@ public sealed class ThrowingSystem : EntitySystem [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly ThrownItemSystem _thrownSystem = default!; + [Dependency] private readonly SharedCameraRecoilSystem _recoil = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; public void TryThrow( @@ -114,7 +116,7 @@ public void TryThrow(EntityUid uid, if (projectileQuery.TryGetComponent(uid, out var proj) && !proj.OnlyCollideWhenShot) return; - var comp = EnsureComp(uid); + var comp = new ThrownItemComponent(); comp.Thrower = user; // Estimate time to arrival so we can apply OnGround status and slow it much faster. @@ -126,6 +128,7 @@ public void TryThrow(EntityUid uid, else comp.LandTime = time < FlyTime ? default : comp.ThrownTime + TimeSpan.FromSeconds(time - FlyTime); comp.PlayLandSound = playSound; + AddComp(uid, comp, true); ThrowingAngleComponent? throwingAngle = null; @@ -160,9 +163,13 @@ public void TryThrow(EntityUid uid, _physics.SetBodyStatus(physics, BodyStatus.InAir); } + if (user == null) + return; + + _recoil.KickCamera(user.Value, -direction * 0.3f); + // Give thrower an impulse in the other direction - if (user != null && - pushbackRatio != 0.0f && + if (pushbackRatio != 0.0f && physics.Mass > 0f && TryComp(user.Value, out PhysicsComponent? userPhysics) && _gravity.IsWeightless(user.Value, userPhysics)) diff --git a/Content.Shared/Throwing/ThrownItemComponent.cs b/Content.Shared/Throwing/ThrownItemComponent.cs index c6c9c4a446..ab80e07938 100644 --- a/Content.Shared/Throwing/ThrownItemComponent.cs +++ b/Content.Shared/Throwing/ThrownItemComponent.cs @@ -1,54 +1,47 @@ +using System.Numerics; using Robust.Shared.GameStates; using Robust.Shared.Serialization; using Robust.Shared.Timing; namespace Content.Shared.Throwing { - [RegisterComponent, NetworkedComponent] + [RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)] public sealed partial class ThrownItemComponent : Component { /// /// The entity that threw this entity. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] public EntityUid? Thrower; /// /// The timestamp at which this entity was thrown. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] public TimeSpan? ThrownTime; /// /// Compared to to land this entity, if any. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] public TimeSpan? LandTime; /// /// Whether or not this entity was already landed. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] public bool Landed; /// /// Whether or not to play a sound when the entity lands. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] public bool PlayLandSound; - } - - [Serializable, NetSerializable] - public sealed class ThrownItemComponentState : ComponentState - { - public NetEntity? Thrower; - - public TimeSpan? ThrownTime; - - public TimeSpan? LandTime; - - public bool Landed; - public bool PlayLandSound; + /// + /// Used to restore state after the throwing scale animation is finished. + /// + [DataField] + public Vector2? OriginalScale = null; } } diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 450c38d639..0e5817ff92 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -36,41 +36,10 @@ public override void Initialize() SubscribeLocalEvent(PreventCollision); SubscribeLocalEvent(ThrowItem); SubscribeLocalEvent(OnThrownUnpaused); - SubscribeLocalEvent(OnThrownGetState); - SubscribeLocalEvent(OnThrownHandleState); SubscribeLocalEvent(HandlePullStarted); } - private void OnThrownGetState(EntityUid uid, ThrownItemComponent component, ref ComponentGetState args) - { - // TODO: Throwing needs to handle this properly I just want the bad asserts to stop getting in my way. - TryGetNetEntity(component.Thrower, out var nent); - - args.State = new ThrownItemComponentState() - { - ThrownTime = component.ThrownTime, - LandTime = component.LandTime, - Thrower = nent, - Landed = component.Landed, - PlayLandSound = component.PlayLandSound, - }; - } - - private void OnThrownHandleState(EntityUid uid, ThrownItemComponent component, ref ComponentHandleState args) - { - if (args.Current is not ThrownItemComponentState state) - return; - - TryGetEntity(state.Thrower, out var thrower); - - component.ThrownTime = state.ThrownTime; - component.LandTime = state.LandTime; - component.Thrower = thrower; - component.Landed = state.Landed; - component.PlayLandSound = state.PlayLandSound; - } - private void OnMapInit(EntityUid uid, ThrownItemComponent component, MapInitEvent args) { component.ThrownTime ??= _gameTiming.CurTime; From 38d23fd2a6c65cd84e1f891d5cdb7824f065df7a Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 10:51:47 +0000 Subject: [PATCH 123/391] Automatic changelog update (cherry picked from commit a0d2a2ffe63e1172a413dfcc792250dd7a0bf8c3) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 33cb24cca3..c122682f45 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Removed the Handheld Electrical Propulsion technology and its associated - item, tasers, from research. - type: Remove - id: 5327 - time: '2023-12-11T22:33:29.0000000+00:00' - author: EmoGarbage404 changes: - message: Added the artifact crusher to research! Crush things today! @@ -3836,3 +3829,10 @@ id: 5826 time: '2024-01-30T10:26:02.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24725 +- author: mirrorcult + changes: + - message: Throwing items now scale a bit when thrown to simulate rising/falling + type: Add + id: 5827 + time: '2024-01-30T10:50:41.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24724 From 0470e0c387ccb081bebbdf042dceb8d83558d41c Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 10:56:00 +0000 Subject: [PATCH 124/391] Automatic changelog update (cherry picked from commit a77b2021b5a0c823ad82367af1a010c8c539dfdf) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c122682f45..ad692331a5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added the artifact crusher to research! Crush things today! - type: Add - id: 5328 - time: '2023-12-11T23:15:47.0000000+00:00' - author: notafet changes: - message: Stations no longer produce limitless plasma. Plasma refills can now be @@ -3836,3 +3830,10 @@ id: 5827 time: '2024-01-30T10:50:41.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24724 +- author: Emisse + changes: + - message: Gemini + type: Remove + id: 5828 + time: '2024-01-30T10:54:55.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24728 From f4cfa192c3478296a23362ef63da38138d8b45fb Mon Sep 17 00:00:00 2001 From: CrigCrag <137215465+crigcrag@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:56:37 +0100 Subject: [PATCH 125/391] Overrun Outpost Arm (#24656) * add every * remove 2 crusher spawns (cherry picked from commit 572347af5d1dc7a0a25d5afeafa823ac5ea8ace7) --- .../Locale/en-US/salvage/salvage-magnet.ftl | 1 + Resources/Maps/Salvage/outpost-arm.yml | 1841 +++++++++++++++++ Resources/Prototypes/Maps/salvage.yml | 4 + 3 files changed, 1846 insertions(+) create mode 100644 Resources/Maps/Salvage/outpost-arm.yml diff --git a/Resources/Locale/en-US/salvage/salvage-magnet.ftl b/Resources/Locale/en-US/salvage/salvage-magnet.ftl index 15a71c0a8e..64db8ead33 100644 --- a/Resources/Locale/en-US/salvage/salvage-magnet.ftl +++ b/Resources/Locale/en-US/salvage/salvage-magnet.ftl @@ -69,3 +69,4 @@ salvage-map-proto-AsteroidBase = Asteroid Base salvage-map-proto-RuinCargoBase = Ruined Cargo Storage salvage-map-proto-SecurityChunk = Security Department Chunk salvage-map-proto-EngineeringChunk = Engineering Department Chunk +salvage-map-proto-OutpostArm = Overrun Outpost Arm \ No newline at end of file diff --git a/Resources/Maps/Salvage/outpost-arm.yml b/Resources/Maps/Salvage/outpost-arm.yml new file mode 100644 index 0000000000..4d82773b9e --- /dev/null +++ b/Resources/Maps/Salvage/outpost-arm.yml @@ -0,0 +1,1841 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 64: FloorMetalDiamond + 66: FloorMining + 70: FloorOldConcrete + 71: FloorOldConcreteMono + 120: Lattice + 121: Plating + 123: PlatingBurnt + 124: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -6.1930037,0.9843712 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: RgAAAAAAewAAAAAAfAAAAAAAeAAAAAAAewAAAAAARgAAAAADeQAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAARwAAAAAARwAAAAADRwAAAAABfAAAAAACRwAAAAAAeQAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAACRwAAAAABRwAAAAAARwAAAAAARwAAAAAARwAAAAADewAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAARwAAAAAARwAAAAADRwAAAAAARwAAAAACRwAAAAAAeQAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAADRwAAAAABRwAAAAADRwAAAAACewAAAAAARwAAAAAAewAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAADRwAAAAABRwAAAAACRwAAAAADeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAARwAAAAAARwAAAAADRwAAAAAAeQAAAAAAewAAAAAAeQAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARwAAAAADRwAAAAAAewAAAAAAeQAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAADeQAAAAAAfAAAAAACRwAAAAADRwAAAAABRwAAAAACfAAAAAABewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAADewAAAAAAeAAAAAAAeQAAAAAARwAAAAAARwAAAAAARgAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAADRwAAAAABeQAAAAAARwAAAAACRwAAAAACRwAAAAACRgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARgAAAAAARwAAAAAARwAAAAACRwAAAAADRwAAAAABRwAAAAADRgAAAAABfAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAfAAAAAABeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: QAAAAAAAQAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#000000FF' + id: Damaged + decals: + 13: 4,6 + 14: -1,11 + 15: 2,10 + 16: 6,3 + 17: 5,5 + 18: 4,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 0: 2,2 + 1: 5,9 + 8: 1,10 + 9: 6,5 + 10: 0,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 2: 0,11 + 3: 6,10 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 7: 5,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 4: 0,1 + 5: 5,0 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 6: 0,9 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rust + decals: + 11: -1,-1 + - node: + cleanable: True + color: '#636200FF' + id: danger + decals: + 12: 4.9819956,1.0227132 + - node: + cleanable: True + color: '#7F0000FF' + id: o + decals: + 22: 4.302699,3.1356921 + - node: + cleanable: True + color: '#7F0000FF' + id: s + decals: + 20: 3.943324,3.1513171 + 21: 4.755824,3.1356921 + - node: + cleanable: True + color: '#500000FF' + id: splatter + decals: + 19: 1.5020199,7.7976913 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 1,0: + 0: 65535 + 2,0: + 0: 4369 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,1: + 0: 4369 + 2,2: + 0: 17 + 2,3: + 0: 8818 + -1,3: + 0: 43770 + -1,0: + 0: 61160 + -1,1: + 0: 52462 + -1,2: + 0: 34956 + -1,-1: + 0: 34944 + 0,-1: + 0: 28928 + 1,-1: + 0: 63264 + 2,-1: + 0: 4096 + 0,4: + 0: 65535 + 0,5: + 0: 242 + 1,4: + 0: 65535 + 1,5: + 0: 2 + 2,4: + 0: 50 + -1,4: + 0: 35578 + -1,5: + 0: 128 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: BlastDoor + entities: + - uid: 105 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 76 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 +- proto: CableHV + entities: + - uid: 12 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: Chair + entities: + - uid: 111 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 +- proto: CigarGoldCase + entities: + - uid: 191 + components: + - type: Transform + pos: 4.752561,14.569866 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 132 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 +- proto: ClothingHeadHelmetScaf + entities: + - uid: 196 + components: + - type: Transform + pos: 3.752561,14.507366 + parent: 1 +- proto: ClothingOuterArmorScaf + entities: + - uid: 195 + components: + - type: Transform + pos: 3.346311,14.569866 + parent: 1 +- proto: CrateEngineeringCableBulk + entities: + - uid: 122 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 +- proto: GeneratorRTG + entities: + - uid: 8 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: Girder + entities: + - uid: 206 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 +- proto: Grille + entities: + - uid: 2 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 9.5,14.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 0.5,21.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 203 + components: + - type: Transform + pos: -2.5,18.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1 +- proto: GrilleSpawner + entities: + - uid: 216 + components: + - type: Transform + pos: -0.5,21.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 3.5,21.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 +- proto: HighSecCommandLocked + entities: + - uid: 168 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 +- proto: InflatableWall + entities: + - uid: 97 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 +- proto: InflatableWallStack5 + entities: + - uid: 106 + components: + - type: Transform + pos: 2.3491457,6.305113 + parent: 1 +- proto: IngotGold + entities: + - uid: 190 + components: + - type: Transform + pos: 2.549436,14.585491 + parent: 1 +- proto: LandMineExplosive + entities: + - uid: 77 + components: + - type: Transform + pos: 1.5668869,-0.46386743 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 4.582512,-0.27636743 + parent: 1 +- proto: MaintenanceToolSpawner + entities: + - uid: 183 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 112 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +- proto: MaterialDiamond1 + entities: + - uid: 185 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 +- proto: MaterialWoodPlank + entities: + - uid: 182 + components: + - type: Transform + pos: 1.6308241,12.5394535 + parent: 1 +- proto: Poweredlight + entities: + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,17.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,17.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 +- proto: PoweredSmallLightEmpty + entities: + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,6.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 +- proto: Rack + entities: + - uid: 179 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1 +- proto: RandomArtifactSpawner20 + entities: + - uid: 87 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: RandomInstruments + entities: + - uid: 85 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1 +- proto: RandomPosterAny + entities: + - uid: 129 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 +- proto: RandomSecurityCorpseSpawner + entities: + - uid: 109 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 86 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 +- proto: RandomSpawner100 + entities: + - uid: 84 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: RandomVendingDrinks + entities: + - uid: 133 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 70 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 9 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 +- proto: ResearchDisk10000 + entities: + - uid: 192 + components: + - type: Transform + pos: 4.408811,14.491741 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 82 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 193 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 80 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 +- proto: SalvageMobSpawner + entities: + - uid: 113 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 +- proto: SalvageMobSpawner75 + entities: + - uid: 115 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 +- proto: ShuttersNormal + entities: + - uid: 47 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 +- proto: ShuttersNormalOpen + entities: + - uid: 49 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 +- proto: ShuttersWindowOpen + entities: + - uid: 123 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 +- proto: SignElectricalMed + entities: + - uid: 296 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 +- proto: SignRedTwo + entities: + - uid: 298 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 +- proto: SignSomethingOld2 + entities: + - uid: 297 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 +- proto: SpaceTickSpawner + entities: + - uid: 117 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 +- proto: SpawnMobBearSalvage + entities: + - uid: 177 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 +- proto: SpawnMobCobraSalvage + entities: + - uid: 83 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 +- proto: SpawnMobShark + entities: + - uid: 181 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 +- proto: SteelBench + entities: + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 +- proto: UraniumOre + entities: + - uid: 194 + components: + - type: Transform + pos: 6.5117617,6.5053644 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 57 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -0.5,18.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 0.5,19.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 1.5,19.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 5.5,19.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 1.5,15.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 197 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 +- proto: WetFloorSign + entities: + - uid: 79 + components: + - type: Transform + pos: 1.2387619,2.9111326 + parent: 1 +- proto: WindoorSecureCommandLocked + entities: + - uid: 174 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 +... diff --git a/Resources/Prototypes/Maps/salvage.yml b/Resources/Prototypes/Maps/salvage.yml index 36343f69a3..9099a6a957 100644 --- a/Resources/Prototypes/Maps/salvage.yml +++ b/Resources/Prototypes/Maps/salvage.yml @@ -60,6 +60,10 @@ # "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 +- type: salvageMap + id: OutpostArm + mapPath: /Maps/Salvage/outpost-arm.yml + - type: salvageMap id: Medium1 mapPath: /Maps/Salvage/DeltaV/DV-medium-01.yml #DeltaV: DV salvage map Location From 9cfb35959d20737bcc73eb789160e06f71292bf8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 10:57:43 +0000 Subject: [PATCH 126/391] Automatic changelog update (cherry picked from commit 9526ba68ff43f4a155b45c4eee8607a520c8d88b) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ad692331a5..2f64045f6d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: notafet - changes: - - message: Stations no longer produce limitless plasma. Plasma refills can now be - ordered at cargo. - type: Tweak - id: 5329 - time: '2023-12-11T23:21:25.0000000+00:00' - author: nok-ko changes: - message: Pacified players can no longer throw dangerous objects such as spears, @@ -3837,3 +3830,10 @@ id: 5828 time: '2024-01-30T10:54:55.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24728 +- author: CrigCrag + changes: + - message: Added a new large salvage wreck. + type: Add + id: 5829 + time: '2024-01-30T10:56:38.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24656 From 3f222589deb84cf08a8f8cf7e7315272332e03d3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 11:06:26 +0000 Subject: [PATCH 127/391] Automatic changelog update (cherry picked from commit c1c4d1a92b5a379385e45552a5c6e65af98a46a3) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2f64045f6d..b854d26c7a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: nok-ko - changes: - - message: Pacified players can no longer throw dangerous objects such as spears, - bolas, and bottles. - type: Tweak - id: 5330 - time: '2023-12-11T23:40:23.0000000+00:00' - author: notafet changes: - message: Pumps, vents, scrubbers, and heaters now work faster. @@ -3837,3 +3830,10 @@ id: 5829 time: '2024-01-30T10:56:38.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24656 +- author: themias + changes: + - message: Fixed Centcom cargo gifts not being fulfilled + type: Fix + id: 5830 + time: '2024-01-30T11:05:20.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24701 From d13859eb2b4a82090e7787b5acc16d7780c542cf Mon Sep 17 00:00:00 2001 From: Scribbles0 <91828755+Scribbles0@users.noreply.github.com> Date: Tue, 30 Jan 2024 03:12:24 -0800 Subject: [PATCH 128/391] Orbital Anomaly Cores (#24716) follow tag + norot (cherry picked from commit e4763ffecca876a93087d3750dd571693556b81c) --- .../Prototypes/Entities/Structures/Specific/Anomaly/cores.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml index dcd376c91b..6e6ee057de 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml @@ -7,6 +7,7 @@ components: - type: Sprite sprite: Structures/Specific/Anomalies/Cores/gravity_core.rsi + noRot: true layers: - state: core - state: pulse @@ -25,6 +26,9 @@ collection: RadiationPulse - type: UseDelay delay: 2 + - type: Tag + tags: + - ForceableFollow - type: AnomalyCore timeToDecay: 600 startPrice: 10000 From 193258784edd88481c42961bcc1f17106052530d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 11:13:30 +0000 Subject: [PATCH 129/391] Automatic changelog update (cherry picked from commit 36fb5a92cb82c775eb890619a32d052285760abe) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b854d26c7a..4c7a21f475 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: notafet - changes: - - message: Pumps, vents, scrubbers, and heaters now work faster. - type: Tweak - id: 5331 - time: '2023-12-11T23:59:47.0000000+00:00' - author: EmoGarbage404 changes: - message: Removed Senior Researcher, Senior Engineer, Senior Physician, and Senior @@ -3837,3 +3831,10 @@ id: 5830 time: '2024-01-30T11:05:20.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24701 +- author: Scribbles0 + changes: + - message: You can now make anomaly cores orbit you. + type: Add + id: 5831 + time: '2024-01-30T11:12:24.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24716 From 452632f58228280c8bdf52739b1d56ecd77fba6e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:14:00 +1100 Subject: [PATCH 130/391] Split changelog entries for discord (#23832) * Split changelog entries for discord Not sure where best to split it, by entry in group or by author. * Formatting (cherry picked from commit 00c5538c6b3fdc9586f3376b5acecddc664c0665) --- Tools/actions_changelogs_since_last_run.py | 43 ++++++++++++---------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index c4949aa5e1..a3d5ee40db 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -109,11 +109,13 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None: print(f"No discord webhook URL found, skipping discord send") return - content = io.StringIO() count: int = 0 for name, group in itertools.groupby(entries, lambda x: x["author"]): + count = 0 + content = io.StringIO() content.write(f"**{name}** updated:\n") + for entry in group: for change in entry["changes"]: emoji = TYPES_TO_EMOJI.get(change['type'], "❓") @@ -124,25 +126,26 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None: content.write(f"{emoji} [-]({url}) {message}\n") else: content.write(f"{emoji} - {message}\n") - - if count == 0: - print("Skipping discord push as no changelog entries found") - return - - print(f"Posting {count} changelog entries to discord webhook") - - body = { - "content": content.getvalue(), - # Do not allow any mentions. - "allowed_mentions": { - "parse": [] - }, - # SUPPRESS_EMBEDS - "flags": 1 << 2 - } - - response = requests.post(DISCORD_WEBHOOK_URL, json=body) - response.raise_for_status() + body = { + "content": content.getvalue(), + # Do not allow any mentions. + "allowed_mentions": { + "parse": [] + }, + # SUPPRESS_EMBEDS + "flags": 1 << 2 + } + + # No entries? + if count == 0: + continue + + # Post per group to try to avoid discord character limits + print(f"Posting {count} changelog entries to discord webhook") + + response = requests.post(DISCORD_WEBHOOK_URL, json=body) + response.raise_for_status() + main() From fe99261081f37497d2836851c5f0a55f15cdc17c Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:53:33 +1100 Subject: [PATCH 131/391] Implement text splitting for discord CL (#24731) * Implement text splitting for discord CL Should bandaid it enough for now. * More docs * Minor fix * Also this field * you (cherry picked from commit cd4d090f4bfa83f95c18ea31dd6405070db43667) --- Tools/actions_changelogs_since_last_run.py | 79 ++++++++++++++-------- 1 file changed, 52 insertions(+), 27 deletions(-) diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index a3d5ee40db..e24e74c51f 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -17,6 +17,8 @@ GITHUB_RUN = os.environ["GITHUB_RUN_ID"] GITHUB_TOKEN = os.environ["GITHUB_TOKEN"] +# https://discord.com/developers/docs/resources/webhook +DISCORD_SPLIT_LIMIT = 2000 DISCORD_WEBHOOK_URL = os.environ.get("DISCORD_WEBHOOK_URL") CHANGELOG_FILE = "Resources/Changelog/DeltaVChangelog.yml" @@ -104,48 +106,71 @@ def diff_changelog(old: dict[str, Any], cur: dict[str, Any]) -> Iterable[Changel return (e for e in cur["Entries"] if e["id"] not in old_entry_ids) +def get_discord_body(content: str): + return { + "content": content, + # Do not allow any mentions. + "allowed_mentions": { + "parse": [] + }, + # SUPPRESS_EMBEDS + "flags": 1 << 2 + } + + +def send_discord(content: str): + body = get_discord_body(content) + + response = requests.post(DISCORD_WEBHOOK_URL, json=body) + response.raise_for_status() + + def send_to_discord(entries: Iterable[ChangelogEntry]) -> None: if not DISCORD_WEBHOOK_URL: print(f"No discord webhook URL found, skipping discord send") return - count: int = 0 + message_content = io.StringIO() + # We need to manually split messages to avoid discord's character limit + # With that being said this isn't entirely robust + # e.g. a sufficiently large CL breaks it, but that's a future problem for name, group in itertools.groupby(entries, lambda x: x["author"]): - count = 0 - content = io.StringIO() - content.write(f"**{name}** updated:\n") + # Need to split text to avoid discord character limit + group_content = io.StringIO() + group_content.write(f"**{name}** updated:\n") for entry in group: for change in entry["changes"]: emoji = TYPES_TO_EMOJI.get(change['type'], "❓") message = change['message'] url = entry.get("url") - count += 1 if url and url.strip(): - content.write(f"{emoji} [-]({url}) {message}\n") + group_content.write(f"{emoji} [-]({url}) {message}\n") else: - content.write(f"{emoji} - {message}\n") - - body = { - "content": content.getvalue(), - # Do not allow any mentions. - "allowed_mentions": { - "parse": [] - }, - # SUPPRESS_EMBEDS - "flags": 1 << 2 - } - - # No entries? - if count == 0: - continue - - # Post per group to try to avoid discord character limits - print(f"Posting {count} changelog entries to discord webhook") - - response = requests.post(DISCORD_WEBHOOK_URL, json=body) - response.raise_for_status() + group_content.write(f"{emoji} - {message}\n") + + group_text = group_content.getvalue() + message_text = message_content.getvalue() + message_length = len(message_text) + group_length = len(group_text) + + # If adding the text would bring it over the group limit then send the message and start a new one + if message_length + group_length >= DISCORD_SPLIT_LIMIT: + print("Split changelog and sending to discord") + send_discord(message_text) + + # Reset the message + message_content = io.StringIO() + + # Flush the group to the message + message_content.write(group_text) + # Clean up anything remaining + message_text = message_content.getvalue() + if len(message_text) > 0: + print("Sending final changelog to discord") + send_discord(message_text) + main() From 5880f31a7a879fdb08ef39bbedefbdcf74e9b16e Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 30 Jan 2024 13:16:31 +0100 Subject: [PATCH 132/391] Fix changelog RSS (?) (#24733) (cherry picked from commit c26687620bc88a18e2c0ebd3a21e47faf3db6710) --- Tools/actions_changelog_rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/actions_changelog_rss.py b/Tools/actions_changelog_rss.py index b95c2fc8e1..5e42a030bd 100755 --- a/Tools/actions_changelog_rss.py +++ b/Tools/actions_changelog_rss.py @@ -116,7 +116,7 @@ def main(): template_path = pathlib.Path(dir_name, 'changelogs', XSL_FILE) with sftp.open(XSL_FILE, "wb") as f, open(template_path) as fh: - f.write(fh) + f.write(fh.read()) def create_feed(changelog: Any, previous_items: List[Any]) -> Tuple[Any, bool]: From 48e815413fa16dcfe9578eb0a51c2e5f25a62908 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:35:08 +1100 Subject: [PATCH 133/391] Comment out discord CL (#24734) Until publish runs work. (cherry picked from commit 117399d91403b6bb17035c2a1624790d90dca529) --- Tools/actions_changelogs_since_last_run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index e24e74c51f..4ba7788ad9 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -129,6 +129,9 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None: if not DISCORD_WEBHOOK_URL: print(f"No discord webhook URL found, skipping discord send") return + + # Temporary until github publishing working to avoid spamming cl + return message_content = io.StringIO() # We need to manually split messages to avoid discord's character limit From 86d4a0300f84d3766d9d0801efe90d38338d672d Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:46:50 +1100 Subject: [PATCH 134/391] Revert "Comment out discord CL" (#24737) Revert "Comment out discord CL (#24734)" This reverts commit 117399d91403b6bb17035c2a1624790d90dca529. (cherry picked from commit 14a4b5a171cd3e72556c22401c7ef5ebb16c59b2) --- Tools/actions_changelogs_since_last_run.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 4ba7788ad9..e24e74c51f 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -129,9 +129,6 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None: if not DISCORD_WEBHOOK_URL: print(f"No discord webhook URL found, skipping discord send") return - - # Temporary until github publishing working to avoid spamming cl - return message_content = io.StringIO() # We need to manually split messages to avoid discord's character limit From f4c18667a41365720631ea73ec0e5dd6fa594507 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:28:16 +0300 Subject: [PATCH 135/391] Shuttle guns new sounds (#24714) * new sounds * fix * fix sound * some tweak (cherry picked from commit 60c5797807af4a48e9971dfd7b36b2a9938ea2db) --- .../Weapons/Guns/Gunshots/attributions.yml | 7 ++++- .../Weapons/Guns/Gunshots/ship_duster.ogg | Bin 0 -> 66923 bytes .../Weapons/Guns/Gunshots/ship_friendship.ogg | Bin 0 -> 36579 bytes .../Weapons/Guns/Gunshots/ship_perforator.ogg | Bin 0 -> 40468 bytes .../Weapons/Guns/Gunshots/ship_svalinn.ogg | Bin 0 -> 24113 bytes .../Entities/Structures/Shuttles/cannons.yml | 26 ++++++------------ 6 files changed, 14 insertions(+), 19 deletions(-) create mode 100644 Resources/Audio/Weapons/Guns/Gunshots/ship_duster.ogg create mode 100644 Resources/Audio/Weapons/Guns/Gunshots/ship_friendship.ogg create mode 100644 Resources/Audio/Weapons/Guns/Gunshots/ship_perforator.ogg create mode 100644 Resources/Audio/Weapons/Guns/Gunshots/ship_svalinn.ogg diff --git a/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml b/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml index 9431ededc2..7c46974818 100644 --- a/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml +++ b/Resources/Audio/Weapons/Guns/Gunshots/attributions.yml @@ -21,4 +21,9 @@ - files: ["rocket-launcher.ogg", "taser2.ogg"] license: "CC-BY-SA-3.0" copyright: "Taken from tgstation" - source: "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac" \ No newline at end of file + source: "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac" + +- files: ["ship_duster.ogg", "ship_friendship.ogg", "ship_svalinn.ogg", "ship_perforator.ogg"] + license: "CC0-1.0" + copyright: "Created by MIXnikita for Space Station 14" + source: "https://github.com/MIXnikita" \ No newline at end of file diff --git a/Resources/Audio/Weapons/Guns/Gunshots/ship_duster.ogg b/Resources/Audio/Weapons/Guns/Gunshots/ship_duster.ogg new file mode 100644 index 0000000000000000000000000000000000000000..0008849d0e59b147434011be7f7a0181feabd82c GIT binary patch literal 66923 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/Weapons/Guns/Gunshots/ship_svalinn.ogg b/Resources/Audio/Weapons/Guns/Gunshots/ship_svalinn.ogg new file mode 100644 index 0000000000000000000000000000000000000000..8ead10ba43ece46c506c267c45a85be8b617fd94 GIT binary patch literal 24113 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

    R5F9)Q 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 Date: Tue, 30 Jan 2024 13:29:23 +0000 Subject: [PATCH 136/391] Automatic changelog update (cherry picked from commit a44d559e9add35d942bd5af8e3d22a6483ff363e) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 4c7a21f475..70eec38554 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Removed Senior Researcher, Senior Engineer, Senior Physician, and Senior - Officer. - type: Remove - id: 5332 - time: '2023-12-12T02:37:06.0000000+00:00' - author: Avalon changes: - message: CentCom has begun unceremoniously plucking Mothroaches out of Maintenance @@ -3838,3 +3831,10 @@ id: 5831 time: '2024-01-30T11:12:24.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24716 +- author: MIXnikita + changes: + - message: New sound effects for some shuttle guns + type: Tweak + id: 5832 + time: '2024-01-30T13:28:17.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24714 From d9208ced9d15a9edb9525343de94c16cf2e781e1 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:03:15 +0200 Subject: [PATCH 137/391] Fix improper prediction on unpryable doors (#24738) Fix improper prediction on unpryable doors. Entities that had CanPry to false on their components would get improperly predicted as pryable on the client because the check was only preformed on the server. Same problem existed for welded doors. Moved the check from server to shared. (cherry picked from commit 9bebdf57069f8c2e2b045009a98bcf46caa68732) --- Content.Server/Doors/Systems/DoorSystem.cs | 8 -------- Content.Shared/Doors/Systems/SharedDoorSystem.cs | 9 ++++++++- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Content.Server/Doors/Systems/DoorSystem.cs b/Content.Server/Doors/Systems/DoorSystem.cs index 560149f228..fffc0a4e1f 100644 --- a/Content.Server/Doors/Systems/DoorSystem.cs +++ b/Content.Server/Doors/Systems/DoorSystem.cs @@ -28,8 +28,6 @@ public override void Initialize() { base.Initialize(); - - SubscribeLocalEvent(OnBeforeDoorPry); SubscribeLocalEvent(OnWeldAttempt); SubscribeLocalEvent(OnWeldChanged); SubscribeLocalEvent(OnEmagged); @@ -124,12 +122,6 @@ private void OnWeldChanged(EntityUid uid, DoorComponent component, ref WeldableC else if (component.State == DoorState.Welded) SetState(uid, DoorState.Closed, component); } - - private void OnBeforeDoorPry(EntityUid id, DoorComponent door, ref BeforePryEvent args) - { - if (door.State == DoorState.Welded || !door.CanPry) - args.Cancelled = true; - } #endregion diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index 74ce120cd0..954c22df38 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -60,6 +60,7 @@ public override void Initialize() SubscribeLocalEvent(HandleCollide); SubscribeLocalEvent(PreventCollision); + SubscribeLocalEvent(OnBeforePry); SubscribeLocalEvent(OnPryTimeModifier); } @@ -175,6 +176,12 @@ private void OnPryTimeModifier(EntityUid uid, DoorComponent door, ref GetPryTime args.BaseTime = door.PryTime; } + private void OnBeforePry(EntityUid uid, DoorComponent door, ref BeforePryEvent args) + { + if (door.State == DoorState.Welded || !door.CanPry) + args.Cancelled = true; + } + ///

    /// Update the door state/visuals and play an access denied sound when a user without access interacts with the /// door. @@ -460,7 +467,7 @@ public IEnumerable GetColliding(EntityUid uid, PhysicsComponent? phys //If the colliding entity is a slippable item ignore it by the airlock if (otherPhysics.CollisionLayer == (int)CollisionGroup.SlipLayer && otherPhysics.CollisionMask == (int)CollisionGroup.ItemMask) continue; - + //For when doors need to close over conveyor belts if (otherPhysics.CollisionLayer == (int) CollisionGroup.ConveyorMask) continue; From 23ae5fd441229ad511fc49f9d8fa5e934896b738 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:04:26 -0500 Subject: [PATCH 138/391] Fix stun baton EMP state (#24706) * Fix stun baton EMP state * trydeactivate (cherry picked from commit 26d8084d524378284c45fa7c3e6eec0757988766) --- .../Stunnable/Systems/StunbatonSystem.cs | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Content.Server/Stunnable/Systems/StunbatonSystem.cs b/Content.Server/Stunnable/Systems/StunbatonSystem.cs index 053a293689..027259495c 100644 --- a/Content.Server/Stunnable/Systems/StunbatonSystem.cs +++ b/Content.Server/Stunnable/Systems/StunbatonSystem.cs @@ -30,6 +30,7 @@ public override void Initialize() SubscribeLocalEvent(OnStaminaHitAttempt); SubscribeLocalEvent(TryTurnOn); SubscribeLocalEvent(ToggleDone); + SubscribeLocalEvent(OnChargeChanged); } private void OnStaminaHitAttempt(Entity entity, ref StaminaDamageOnHitAttemptEvent args) @@ -38,12 +39,6 @@ private void OnStaminaHitAttempt(Entity entity, ref StaminaD !TryComp(entity.Owner, out var battery) || !_battery.TryUseCharge(entity.Owner, entity.Comp.EnergyPerUse, battery)) { args.Cancelled = true; - return; - } - - if (battery.CurrentCharge < entity.Comp.EnergyPerUse) - { - _itemToggle.Toggle(entity.Owner, predicted: false); } } @@ -101,5 +96,14 @@ private void SendPowerPulse(EntityUid target, EntityUid? user, EntityUid used) User = user }); } + + private void OnChargeChanged(Entity entity, ref ChargeChangedEvent args) + { + if (TryComp(entity.Owner, out var battery) && + battery.CurrentCharge < entity.Comp.EnergyPerUse) + { + _itemToggle.TryDeactivate(entity.Owner, predicted: false); + } + } } } From 2056d89c8530a61bc19afc34dca15a1d4b1b7748 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 23:05:32 +0000 Subject: [PATCH 139/391] Automatic changelog update (cherry picked from commit 58223b36a552c7fc65ad442da23a3eb6b97dc2ef) --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 70eec38554..141fe3ac1c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Avalon - changes: - - message: CentCom has begun unceremoniously plucking Mothroaches out of Maintenance - and selling them to nearby Space Stations after the discovery that they make - decent pets. - type: Add - id: 5333 - time: '2023-12-12T04:46:41.0000000+00:00' - author: notafet changes: - message: Tritium and frezon can once again be sold for profit. @@ -3838,3 +3830,10 @@ id: 5832 time: '2024-01-30T13:28:17.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24714 +- author: themias + changes: + - message: Stun batons now toggle off after being drained by an EMP. + type: Fix + id: 5833 + time: '2024-01-30T23:04:26.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24706 From cb05d8182af985d87cda0719116e2bdf82a85214 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:20:00 -0500 Subject: [PATCH 140/391] fix storage open sounds playing when they shouldn't (#24752) (cherry picked from commit 724312bdf5888b303309c0b2fab0feb409e4e1a9) --- Content.Server/Storage/EntitySystems/StorageSystem.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/Storage/EntitySystems/StorageSystem.cs b/Content.Server/Storage/EntitySystems/StorageSystem.cs index 035ca5f399..0f5efda74d 100644 --- a/Content.Server/Storage/EntitySystems/StorageSystem.cs +++ b/Content.Server/Storage/EntitySystems/StorageSystem.cs @@ -132,7 +132,8 @@ public override void OpenStorageUI(EntityUid uid, EntityUid entity, StorageCompo silent |= TryComp(uid, out var useDelay) && _useDelay.IsDelayed((uid, useDelay)); if (!silent) { - _audio.PlayPvs(storageComp.StorageOpenSound, uid); + if (!storageComp.IsUiOpen) + _audio.PlayPvs(storageComp.StorageOpenSound, uid); if (useDelay != null) _useDelay.TryResetDelay((uid, useDelay)); } From 10d25acc9cb1c57804c48155c1d2ff1b8047abcc Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 30 Jan 2024 18:23:30 -0500 Subject: [PATCH 141/391] Fix weird rotation when strapped to a bed (#24746) * Gotta watch out for those tricky radians * Change StrapComponent instead (cherry picked from commit 652e2b7a41ae415bc2c1a548abc97edd2df5812e) --- Content.Shared/Buckle/Components/StrapComponent.cs | 4 ++-- Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Buckle/Components/StrapComponent.cs b/Content.Shared/Buckle/Components/StrapComponent.cs index 46f260741a..b0f37a8daf 100644 --- a/Content.Shared/Buckle/Components/StrapComponent.cs +++ b/Content.Shared/Buckle/Components/StrapComponent.cs @@ -66,11 +66,11 @@ public sealed partial class StrapComponent : Component public Vector2 BuckleOffset = Vector2.Zero; /// - /// The angle in degrees to rotate the player by when they get strapped + /// The angle to rotate the player by when they get strapped /// [DataField] [ViewVariables(VVAccess.ReadWrite)] - public int Rotation; + public Angle Rotation; /// /// The size of the strap which is compared against when buckling entities diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 9b2b8ce4c8..cfaea47d30 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -357,7 +357,7 @@ public bool TryBuckle(EntityUid buckleUid, EntityUid userUid, EntityUid strapUid if (TryComp(buckleUid, out var appearance)) Appearance.SetData(buckleUid, BuckleVisuals.Buckled, true, appearance); - _rotationVisuals.SetHorizontalAngle(buckleUid, strapComp.Rotation); + _rotationVisuals.SetHorizontalAngle(buckleUid, strapComp.Rotation); ReAttach(buckleUid, strapUid, buckleComp, strapComp); SetBuckledTo(buckleUid, strapUid, strapComp, buckleComp); From 5b24a343a8dce84dc7a3cfba27c87542e0a93b07 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Jan 2024 23:24:38 +0000 Subject: [PATCH 142/391] Automatic changelog update (cherry picked from commit 4e4fa11f580043cd7abad756b03bcebbef783b2c) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 141fe3ac1c..525e7b72ef 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: notafet - changes: - - message: Tritium and frezon can once again be sold for profit. - type: Tweak - id: 5334 - time: '2023-12-12T07:48:34.0000000+00:00' - author: IProduceWidgets changes: - message: Mayo Jar is bigger (50u) @@ -3837,3 +3831,10 @@ id: 5833 time: '2024-01-30T23:04:26.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24706 +- author: Tayrtahn + changes: + - message: Fixed weird rotation while strapped to a bed. + type: Fix + id: 5834 + time: '2024-01-30T23:23:31.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24746 From 55845b0537bf0bb935bea8e34dab3136c48dac59 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Tue, 30 Jan 2024 18:10:57 -0800 Subject: [PATCH 143/391] Fix ClimbSystem removing the climbing fixture when it still has contacts (#24756) (cherry picked from commit 83901cafc5722a2e89092817dbd9beddff5a680f) --- Content.Shared/Climbing/Systems/ClimbSystem.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Climbing/Systems/ClimbSystem.cs b/Content.Shared/Climbing/Systems/ClimbSystem.cs index c54149243a..23bc54b8f8 100644 --- a/Content.Shared/Climbing/Systems/ClimbSystem.cs +++ b/Content.Shared/Climbing/Systems/ClimbSystem.cs @@ -1,4 +1,3 @@ -using System.Numerics; using Content.Shared.ActionBlocker; using Content.Shared.Body.Components; using Content.Shared.Body.Part; @@ -13,7 +12,6 @@ using Content.Shared.IdentityManagement; using Content.Shared.Interaction; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Systems; using Content.Shared.Physics; using Content.Shared.Popups; using Content.Shared.Stunnable; @@ -353,7 +351,8 @@ private void OnClimbEndCollide(EntityUid uid, ClimbingComponent component, ref E { if (args.OurFixtureId != ClimbingFixtureName || !component.IsClimbing - || component.NextTransition != null) + || component.NextTransition != null + || args.OurFixture.Contacts.Count > 1) { return; } From 59b820aeff6946d2e56c030ac033872ef16477e3 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:50:40 -0500 Subject: [PATCH 144/391] make lathe visuals not required (#24757) (cherry picked from commit bd46d7cc8ab6ad92a4d5a7cdd12dd1ce8f6265e9) --- Content.Client/Lathe/LatheSystem.cs | 13 ++++++++----- Content.Shared/Lathe/LatheComponent.cs | 8 ++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Content.Client/Lathe/LatheSystem.cs b/Content.Client/Lathe/LatheSystem.cs index c0c3833a85..c72f01b39b 100644 --- a/Content.Client/Lathe/LatheSystem.cs +++ b/Content.Client/Lathe/LatheSystem.cs @@ -23,17 +23,20 @@ private void OnAppearanceChange(EntityUid uid, LatheComponent component, ref App return; if (_appearance.TryGetData(uid, PowerDeviceVisuals.Powered, out var powered, args.Component) && - args.Sprite.LayerMapTryGet(PowerDeviceVisualLayers.Powered, out _)) + args.Sprite.LayerMapTryGet(PowerDeviceVisualLayers.Powered, out var powerLayer)) { - args.Sprite.LayerSetVisible(PowerDeviceVisualLayers.Powered, powered); + args.Sprite.LayerSetVisible(powerLayer, powered); } // Lathe specific stuff - if (_appearance.TryGetData(uid, LatheVisuals.IsRunning, out var isRunning, args.Component)) + if (_appearance.TryGetData(uid, LatheVisuals.IsRunning, out var isRunning, args.Component) && + args.Sprite.LayerMapTryGet(LatheVisualLayers.IsRunning, out var runningLayer) && + component.RunningState != null && + component.IdleState != null) { var state = isRunning ? component.RunningState : component.IdleState; - args.Sprite.LayerSetAnimationTime(LatheVisualLayers.IsRunning, 0f); - args.Sprite.LayerSetState(LatheVisualLayers.IsRunning, state); + args.Sprite.LayerSetAnimationTime(runningLayer, 0f); + args.Sprite.LayerSetState(runningLayer, state); } } diff --git a/Content.Shared/Lathe/LatheComponent.cs b/Content.Shared/Lathe/LatheComponent.cs index e1110777dc..d4bf18b050 100644 --- a/Content.Shared/Lathe/LatheComponent.cs +++ b/Content.Shared/Lathe/LatheComponent.cs @@ -34,11 +34,11 @@ public sealed partial class LatheComponent : Component public SoundSpecifier? ProducingSound; #region Visualizer info - [DataField(required: true)] - public string IdleState = default!; + [DataField] + public string? IdleState; - [DataField(required: true)] - public string RunningState = default!; + [DataField] + public string? RunningState; #endregion /// From 1f1c07a622f2e6f4d3b4476f4a21b019e0168649 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:49:19 +0100 Subject: [PATCH 145/391] Allow IdentityBlocker partial coverage (#24741) * Allow IdentityBlocker partial coverage * rename to TotalCoverage (cherry picked from commit d75f6c3db4f638e9a479fe40c8d50f0e6c137556) --- .../Clothing/EntitySystems/MaskSystem.cs | 4 ++-- .../Components/IdentityBlockerComponent.cs | 23 ++++++++++++++++--- .../SharedIdentitySystem.cs | 6 ++++- .../Entities/Clothing/Eyes/glasses.yml | 5 ++++ .../Entities/Clothing/Masks/masks.yml | 3 +++ 5 files changed, 35 insertions(+), 6 deletions(-) diff --git a/Content.Shared/Clothing/EntitySystems/MaskSystem.cs b/Content.Shared/Clothing/EntitySystems/MaskSystem.cs index 6c135e1a07..2bbcad4bc4 100644 --- a/Content.Shared/Clothing/EntitySystems/MaskSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/MaskSystem.cs @@ -1,4 +1,4 @@ -using Content.Shared.Actions; +using Content.Shared.Actions; using Content.Shared.Clothing.Components; using Content.Shared.Inventory; using Content.Shared.Inventory.Events; @@ -68,6 +68,6 @@ private void ToggleMaskComponents(EntityUid uid, MaskComponent mask, EntityUid w RaiseLocalEvent(uid, ref maskEv); var wearerEv = new WearerMaskToggledEvent(mask.IsToggled); - RaiseLocalEvent(uid, ref wearerEv); + RaiseLocalEvent(wearer, ref wearerEv); } } diff --git a/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs b/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs index 4dc9e97b01..3857063783 100644 --- a/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs +++ b/Content.Shared/IdentityManagement/Components/IdentityBlockerComponent.cs @@ -1,4 +1,4 @@ -using Content.Shared.Inventory; +using Content.Shared.Inventory; using Robust.Shared.GameStates; namespace Content.Shared.IdentityManagement.Components; @@ -7,6 +7,20 @@ namespace Content.Shared.IdentityManagement.Components; public sealed partial class IdentityBlockerComponent : Component { public bool Enabled = true; + + /// + /// What part of your face does this cover? Eyes, mouth, or full? + /// + [DataField] + public IdentityBlockerCoverage Coverage = IdentityBlockerCoverage.FULL; +} + +public enum IdentityBlockerCoverage +{ + NONE = 0, + MOUTH = 1 << 0, + EYES = 1 << 1, + FULL = MOUTH | EYES } /// @@ -14,6 +28,9 @@ public sealed partial class IdentityBlockerComponent : Component /// public sealed class SeeIdentityAttemptEvent : CancellableEntityEventArgs, IInventoryRelayEvent { - // i.e. masks or helmets. - public SlotFlags TargetSlots => SlotFlags.MASK | SlotFlags.HEAD; + // i.e. masks, helmets, or glasses. + public SlotFlags TargetSlots => SlotFlags.MASK | SlotFlags.HEAD | SlotFlags.EYES; + + // cumulative coverage from each relayed slot + public IdentityBlockerCoverage TotalCoverage = IdentityBlockerCoverage.NONE; } diff --git a/Content.Shared/IdentityManagement/SharedIdentitySystem.cs b/Content.Shared/IdentityManagement/SharedIdentitySystem.cs index 7cb5f41b8a..a02e00f0b1 100644 --- a/Content.Shared/IdentityManagement/SharedIdentitySystem.cs +++ b/Content.Shared/IdentityManagement/SharedIdentitySystem.cs @@ -23,7 +23,11 @@ public override void Initialize() private void OnSeeIdentity(EntityUid uid, IdentityBlockerComponent component, SeeIdentityAttemptEvent args) { if (component.Enabled) - args.Cancel(); + { + args.TotalCoverage |= component.Coverage; + if(args.TotalCoverage == IdentityBlockerCoverage.FULL) + args.Cancel(); + } } protected virtual void OnComponentInit(EntityUid uid, IdentityComponent component, ComponentInit args) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 021b302785..06f3323886 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -126,6 +126,7 @@ sprite: Clothing/Eyes/Glasses/outlawglasses.rsi - type: VisionCorrection - type: IdentityBlocker + coverage: EYES - type: entity parent: ClothingEyesBase @@ -145,6 +146,8 @@ - HamsterWearable - WhitelistChameleon - SecDogWearable # DeltaV - let Laika wear sunglasses + - type: IdentityBlocker + coverage: EYES - type: entity parent: ClothingEyesBase @@ -168,6 +171,8 @@ guides: - Security - type: ShowSecurityIcons + - type: IdentityBlocker + coverage: EYES - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index e71c615c13..77655e7cdb 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -262,6 +262,8 @@ - type: IngestionBlocker - type: Item storedRotation: -90 + - type: IdentityBlocker + coverage: MOUTH - type: entity parent: ClothingMaskBase @@ -475,6 +477,7 @@ - type: Clothing sprite: Clothing/Mask/neckgaiter.rsi - type: IdentityBlocker + coverage: MOUTH - type: Tag tags: - WhitelistChameleon From a06fb74cb60c4221418dbc0236f870d698928751 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 31 Jan 2024 03:50:24 +0000 Subject: [PATCH 146/391] Automatic changelog update (cherry picked from commit 79fa3c7db1517b21379e62db735e1139a5c8540e) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 525e7b72ef..488a57d7c4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Mayo Jar is bigger (50u) - type: Tweak - id: 5335 - time: '2023-12-12T07:48:52.0000000+00:00' - author: EmoGarbage404 changes: - message: Fixed the quick-remove star in the inventory sometimes not appearing. @@ -3838,3 +3832,10 @@ id: 5834 time: '2024-01-30T23:23:31.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24746 +- author: themias + changes: + - message: Some glasses and masks can be worn together to hide your identity. + type: Tweak + id: 5835 + time: '2024-01-31T03:49:19.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24741 From d4f1f1fdf5d2ea8007bb26030cac8d66a0a041d1 Mon Sep 17 00:00:00 2001 From: Kara Date: Tue, 30 Jan 2024 22:00:40 -0700 Subject: [PATCH 147/391] Reduce throwing recoil further (#24759) (cherry picked from commit e82964bbf44ce2e6b10c585090eec2dd0cd27237) --- Content.Shared/Throwing/ThrowingSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index 5fe02a0571..5429431831 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -166,7 +166,7 @@ public void TryThrow(EntityUid uid, if (user == null) return; - _recoil.KickCamera(user.Value, -direction * 0.3f); + _recoil.KickCamera(user.Value, -direction * 0.04f); // Give thrower an impulse in the other direction if (pushbackRatio != 0.0f && From aa4c6f9c6abf7da3345a08e0a6b7632cb469e3bb Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 31 Jan 2024 05:01:46 +0000 Subject: [PATCH 148/391] Automatic changelog update (cherry picked from commit 1029142740f53d1a6e8701b410f2ab63b13df4f6) --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 488a57d7c4..35fdade4da 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Fixed the quick-remove star in the inventory sometimes not appearing. - type: Fix - - message: You can drag items out of the inventory window to drop them on the ground. - type: Add - id: 5336 - time: '2023-12-12T07:49:37.0000000+00:00' - author: IProduceWidgets changes: - message: Pill canisters are slightly better than cig packs, go talk to the chemists. @@ -3839,3 +3831,10 @@ id: 5835 time: '2024-01-31T03:49:19.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24741 +- author: mirrorcult + changes: + - message: Throwing recoil reduced further + type: Tweak + id: 5836 + time: '2024-01-31T05:00:41.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24759 From d35e2f39a71cb5505bee10410d049d2e35c94de6 Mon Sep 17 00:00:00 2001 From: Kara Date: Wed, 31 Jan 2024 06:52:35 +0100 Subject: [PATCH 149/391] Roundstart variation game rules (#24397) * Raise `StationPostInitEvent` broadcast * Basic variation pass handling * standardize names + rule entities * why does it work like that? * add to defaults * light break variation pass * ent spawn entry * move some stationevent utility functions to gamerule + add one for finding random tile on specified station * forgot how statistics works * powered light variation pass is good now * station tile count function * public method to ensure all solutions (for procedural use before mapinit) * move gamerulesystem utility funcs to partial * ensure all solutions before spilling in puddlesystem. for use when spilling before mapinit * trash & puddle variation passes! * oh yeah * ehh lets live a little * std * utility for game rule check based on comp * entprotoid the trash spawner oops * generalize trash variation * use added instead of started for secret rule * random cleanup * generic replacement variation system * Wall rusting variation rule * account for modifying while enumerating * use localaabb * fix test * minor tweaks * reinforced wall replacer + puddletweaker (cherry picked from commit cc24ba6a317c4bee84ffa1eda8397c255ca92be9) --- .../Tests/GameRules/SecretStartsTest.cs | 5 +- .../EntitySystems/SolutionContainerSystem.cs | 51 ++++--- .../Fluids/EntitySystems/PuddleSystem.cs | 8 +- .../GameTicking/GameTicker.GamePreset.cs | 2 +- .../GameTicking/GameTicker.GameRule.cs | 34 +++++ ...RoundstartStationVariationRuleComponent.cs | 19 +++ .../StationVariationPassRuleComponent.cs | 9 ++ .../Rules/GameRuleSystem.Utility.cs | 137 ++++++++++++++++++ .../GameTicking/Rules/GameRuleSystem.cs | 44 ++---- .../RoundstartStationVariationRuleSystem.cs | 70 +++++++++ .../GameTicking/Rules/SecretRuleSystem.cs | 19 ++- .../BaseEntityReplaceVariationPassSystem.cs | 75 ++++++++++ .../EntityReplaceVariationPassComponent.cs | 33 +++++ .../EntitySpawnVariationPassComponent.cs | 27 ++++ .../PoweredLightVariationPassComponent.cs | 38 +++++ .../PuddleMessVariationPassComponent.cs | 26 ++++ ...forcedWallReplaceVariationPassComponent.cs | 7 + ...einforcedWallReplacementMarkerComponent.cs | 9 ++ .../WallReplacementMarkerComponent.cs | 9 ++ .../WallReplaceVariationPassComponent.cs | 7 + .../EntitySpawnVariationPassSystem.cs | 29 ++++ .../PoweredLightVariationPassSystem.cs | 51 +++++++ .../PuddleMessVariationPassSystem.cs | 35 +++++ ...einforcedWallReplaceVariationPassSystem.cs | 11 ++ .../VariationPass/VariationPassSystem.cs | 29 ++++ .../WallReplaceVariationPassSystem.cs | 11 ++ .../Light/EntitySystems/PoweredLightSystem.cs | 26 ++++ .../StationVariationHasRunComponent.cs | 12 ++ .../Station/Events/StationPostInitEvent.cs | 6 +- .../Station/Systems/StationSystem.cs | 23 ++- .../Events/StationEventSystem.cs | 74 ---------- Content.Shared/Storage/EntitySpawnEntry.cs | 13 +- .../Entities/Objects/Power/lights.yml | 26 ++++ .../Entities/Structures/Walls/walls.yml | 4 +- Resources/Prototypes/GameRules/roundstart.yml | 19 +++ Resources/Prototypes/GameRules/variation.yml | 120 +++++++++++++++ Resources/Prototypes/game_presets.yml | 9 ++ 37 files changed, 978 insertions(+), 149 deletions(-) create mode 100644 Content.Server/GameTicking/Rules/Components/RoundstartStationVariationRuleComponent.cs create mode 100644 Content.Server/GameTicking/Rules/Components/StationVariationPassRuleComponent.cs create mode 100644 Content.Server/GameTicking/Rules/GameRuleSystem.Utility.cs create mode 100644 Content.Server/GameTicking/Rules/RoundstartStationVariationRuleSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/BaseEntityReplaceVariationPassSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/EntityReplaceVariationPassComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/EntitySpawnVariationPassComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/PoweredLightVariationPassComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/PuddleMessVariationPassComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/ReinforcedWallReplaceVariationPassComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/ReinforcedWallReplacementMarkerComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/WallReplacementMarkerComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/Components/WallReplaceVariationPassComponent.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/EntitySpawnVariationPassSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/PoweredLightVariationPassSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/PuddleMessVariationPassSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/ReinforcedWallReplaceVariationPassSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/VariationPassSystem.cs create mode 100644 Content.Server/GameTicking/Rules/VariationPass/WallReplaceVariationPassSystem.cs create mode 100644 Content.Server/Station/Components/StationVariationHasRunComponent.cs create mode 100644 Resources/Prototypes/GameRules/variation.yml diff --git a/Content.IntegrationTests/Tests/GameRules/SecretStartsTest.cs b/Content.IntegrationTests/Tests/GameRules/SecretStartsTest.cs index 941337f7ed..0f665a63de 100644 --- a/Content.IntegrationTests/Tests/GameRules/SecretStartsTest.cs +++ b/Content.IntegrationTests/Tests/GameRules/SecretStartsTest.cs @@ -21,7 +21,10 @@ public async Task TestSecretStarts() await server.WaitAssertion(() => { - gameTicker.StartGameRule("Secret"); + // this mimics roundflow: + // rules added, then round starts + gameTicker.AddGameRule("Secret"); + gameTicker.StartGamePresetRules(); }); // Wait three ticks for any random update loops that might happen diff --git a/Content.Server/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs b/Content.Server/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs index fcf68013fa..7926121c2b 100644 --- a/Content.Server/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs +++ b/Content.Server/Chemistry/Containers/EntitySystems/SolutionContainerSystem.cs @@ -30,10 +30,10 @@ public Solution EnsureSolution(Entity entity, string name) public Solution EnsureSolution(Entity entity, string name, out bool existed) => EnsureSolution(entity, name, FixedPoint2.Zero, out existed); - public Solution EnsureSolution(Entity entity, string name, FixedPoint2 minVol, out bool existed) - => EnsureSolution(entity, name, minVol, null, out existed); + public Solution EnsureSolution(Entity entity, string name, FixedPoint2 maxVol, out bool existed) + => EnsureSolution(entity, name, maxVol, null, out existed); - public Solution EnsureSolution(Entity entity, string name, FixedPoint2 minVol, Solution? prototype, out bool existed) + public Solution EnsureSolution(Entity entity, string name, FixedPoint2 maxVol, Solution? prototype, out bool existed) { var (uid, meta) = entity; if (!Resolve(uid, ref meta)) @@ -41,12 +41,26 @@ public Solution EnsureSolution(Entity entity, string name, F var manager = EnsureComp(uid); if (meta.EntityLifeStage >= EntityLifeStage.MapInitialized) - return EnsureSolutionEntity((uid, manager), name, minVol, prototype, out existed).Comp.Solution; + return EnsureSolutionEntity((uid, manager), name, maxVol, prototype, out existed).Comp.Solution; else - return EnsureSolutionPrototype((uid, manager), name, minVol, prototype, out existed); + return EnsureSolutionPrototype((uid, manager), name, maxVol, prototype, out existed); } - public Entity EnsureSolutionEntity(Entity entity, string name, FixedPoint2 minVol, Solution? prototype, out bool existed) + public void EnsureAllSolutions(Entity entity) + { + if (entity.Comp.Solutions is not { } prototypes) + return; + + foreach (var (name, prototype) in prototypes) + { + EnsureSolutionEntity((entity.Owner, entity.Comp), name, prototype.MaxVolume, prototype, out _); + } + + entity.Comp.Solutions = null; + Dirty(entity); + } + + public Entity EnsureSolutionEntity(Entity entity, string name, FixedPoint2 maxVol, Solution? prototype, out bool existed) { existed = true; @@ -69,9 +83,9 @@ public Entity EnsureSolutionEntity(Entity EnsureSolutionEntity(Entity EnsureSolutionEntity(Entity entity, string name, FixedPoint2 minVol, Solution? prototype, out bool existed) + private Solution EnsureSolutionPrototype(Entity entity, string name, FixedPoint2 maxVol, Solution? prototype, out bool existed) { existed = true; @@ -115,19 +129,19 @@ private Solution EnsureSolutionPrototype(Entity SpawnSolutionUninitialized(ContainerSlot container, string name, FixedPoint2 minVol, Solution prototype) + private Entity SpawnSolutionUninitialized(ContainerSlot container, string name, FixedPoint2 maxVol, Solution prototype) { var coords = new EntityCoordinates(container.Owner, Vector2.Zero); var uid = EntityManager.CreateEntityUninitialized(null, coords, null); @@ -148,16 +162,7 @@ private Entity SpawnSolutionUnini private void OnMapInit(Entity entity, ref MapInitEvent args) { - if (entity.Comp.Solutions is not { } prototypes) - return; - - foreach (var (name, prototype) in prototypes) - { - EnsureSolutionEntity((entity.Owner, entity.Comp), name, prototype.MaxVolume, prototype, out _); - } - - entity.Comp.Solutions = null; - Dirty(entity); + EnsureAllSolutions(entity); } private void OnComponentShutdown(Entity entity, ref ComponentShutdown args) diff --git a/Content.Server/Fluids/EntitySystems/PuddleSystem.cs b/Content.Server/Fluids/EntitySystems/PuddleSystem.cs index c5eb42e05b..b6df3a171b 100644 --- a/Content.Server/Fluids/EntitySystems/PuddleSystem.cs +++ b/Content.Server/Fluids/EntitySystems/PuddleSystem.cs @@ -5,6 +5,7 @@ using Content.Server.Spreader; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Components; +using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Chemistry.Reaction; using Content.Shared.Chemistry.Reagent; @@ -505,11 +506,14 @@ public bool TryAddSolution(EntityUid puddleUid, Solution addedSolution, bool sound = true, bool checkForOverflow = true, - PuddleComponent? puddleComponent = null) + PuddleComponent? puddleComponent = null, + SolutionContainerManagerComponent? sol = null) { - if (!Resolve(puddleUid, ref puddleComponent)) + if (!Resolve(puddleUid, ref puddleComponent, ref sol)) return false; + _solutionContainerSystem.EnsureAllSolutions((puddleUid, sol)); + if (addedSolution.Volume == 0 || !_solutionContainerSystem.ResolveSolution(puddleUid, puddleComponent.SolutionName, ref puddleComponent.Solution)) diff --git a/Content.Server/GameTicking/GameTicker.GamePreset.cs b/Content.Server/GameTicking/GameTicker.GamePreset.cs index 04f7be016a..b97a16ab99 100644 --- a/Content.Server/GameTicking/GameTicker.GamePreset.cs +++ b/Content.Server/GameTicking/GameTicker.GamePreset.cs @@ -188,7 +188,7 @@ private bool AddGamePresetRules() return true; } - private void StartGamePresetRules() + public void StartGamePresetRules() { // May be touched by the preset during init. var rules = new List(GetAddedGameRules()); diff --git a/Content.Server/GameTicking/GameTicker.GameRule.cs b/Content.Server/GameTicking/GameTicker.GameRule.cs index 971e103c1b..4ebe946af4 100644 --- a/Content.Server/GameTicking/GameTicker.GameRule.cs +++ b/Content.Server/GameTicking/GameTicker.GameRule.cs @@ -141,6 +141,24 @@ public bool EndGameRule(EntityUid ruleEntity, GameRuleComponent? ruleData = null return true; } + /// + /// Returns true if a game rule with the given component has been added. + /// + public bool IsGameRuleAdded() + where T : IComponent + { + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out _, out _)) + { + if (HasComp(uid)) + continue; + + return true; + } + + return false; + } + public bool IsGameRuleAdded(EntityUid ruleEntity, GameRuleComponent? component = null) { return Resolve(ruleEntity, ref component) && !HasComp(ruleEntity); @@ -157,6 +175,22 @@ public bool IsGameRuleAdded(string rule) return false; } + /// + /// Returns true if a game rule with the given component is active.. + /// + public bool IsGameRuleActive() + where T : IComponent + { + var query = EntityQueryEnumerator(); + // out, damned underscore!!! + while (query.MoveNext(out _, out _, out _, out _)) + { + return true; + } + + return false; + } + public bool IsGameRuleActive(EntityUid ruleEntity, GameRuleComponent? component = null) { return Resolve(ruleEntity, ref component) && HasComp(ruleEntity); diff --git a/Content.Server/GameTicking/Rules/Components/RoundstartStationVariationRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/RoundstartStationVariationRuleComponent.cs new file mode 100644 index 0000000000..44ae89f7b3 --- /dev/null +++ b/Content.Server/GameTicking/Rules/Components/RoundstartStationVariationRuleComponent.cs @@ -0,0 +1,19 @@ +using Content.Shared.Storage; +using Robust.Shared.Prototypes; + +namespace Content.Server.GameTicking.Rules.Components; + +/// +/// This handles starting various roundstart variation rules after a station has been loaded. +/// +[RegisterComponent] +public sealed partial class RoundstartStationVariationRuleComponent : Component +{ + /// + /// The list of rules that will be started once the map is spawned. + /// Uses to support probabilities for various rules + /// without having to hardcode the probability directly in the rule's logic. + /// + [DataField(required: true)] + public List Rules = new(); +} diff --git a/Content.Server/GameTicking/Rules/Components/StationVariationPassRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/StationVariationPassRuleComponent.cs new file mode 100644 index 0000000000..9fdc62a7e0 --- /dev/null +++ b/Content.Server/GameTicking/Rules/Components/StationVariationPassRuleComponent.cs @@ -0,0 +1,9 @@ +namespace Content.Server.GameTicking.Rules.Components; + +/// +/// This is a marker component placed on rule entities which are a single "pass" of station variation. +/// +[RegisterComponent] +public sealed partial class StationVariationPassRuleComponent : Component +{ +} diff --git a/Content.Server/GameTicking/Rules/GameRuleSystem.Utility.cs b/Content.Server/GameTicking/Rules/GameRuleSystem.Utility.cs new file mode 100644 index 0000000000..9d75e65472 --- /dev/null +++ b/Content.Server/GameTicking/Rules/GameRuleSystem.Utility.cs @@ -0,0 +1,137 @@ +using System.Diagnostics.CodeAnalysis; +using Content.Server.GameTicking.Rules.Components; +using Content.Server.Station.Components; +using Robust.Shared.Collections; +using Robust.Shared.Map; +using Robust.Shared.Map.Components; +using Robust.Shared.Random; + +namespace Content.Server.GameTicking.Rules; + +public abstract partial class GameRuleSystem where T: IComponent +{ + protected EntityQueryEnumerator QueryActiveRules() + { + return EntityQueryEnumerator(); + } + + protected bool TryRoundStartAttempt(RoundStartAttemptEvent ev, string localizedPresetName) + { + var query = EntityQueryEnumerator(); + while (query.MoveNext(out _, out _, out _, out var gameRule)) + { + var minPlayers = gameRule.MinPlayers; + if (!ev.Forced && ev.Players.Length < minPlayers) + { + ChatManager.SendAdminAnnouncement(Loc.GetString("preset-not-enough-ready-players", + ("readyPlayersCount", ev.Players.Length), ("minimumPlayers", minPlayers), + ("presetName", localizedPresetName))); + ev.Cancel(); + continue; + } + + if (ev.Players.Length == 0) + { + ChatManager.DispatchServerAnnouncement(Loc.GetString("preset-no-one-ready")); + ev.Cancel(); + } + } + + return !ev.Cancelled; + } + + /// + /// Utility function for finding a random event-eligible station entity + /// + protected bool TryGetRandomStation([NotNullWhen(true)] out EntityUid? station, Func? filter = null) + { + var stations = new ValueList(Count()); + + filter ??= _ => true; + var query = AllEntityQuery(); + + while (query.MoveNext(out var uid, out _)) + { + if (!filter(uid)) + continue; + + stations.Add(uid); + } + + if (stations.Count == 0) + { + station = null; + return false; + } + + // TODO: Engine PR. + station = stations[RobustRandom.Next(stations.Count)]; + return true; + } + + protected bool TryFindRandomTile(out Vector2i tile, + [NotNullWhen(true)] out EntityUid? targetStation, + out EntityUid targetGrid, + out EntityCoordinates targetCoords) + { + tile = default; + targetStation = EntityUid.Invalid; + targetGrid = EntityUid.Invalid; + targetCoords = EntityCoordinates.Invalid; + if (TryGetRandomStation(out targetStation)) + { + return TryFindRandomTileOnStation((targetStation.Value, Comp(targetStation.Value)), + out tile, + out targetGrid, + out targetCoords); + } + + return false; + } + + protected bool TryFindRandomTileOnStation(Entity station, + out Vector2i tile, + out EntityUid targetGrid, + out EntityCoordinates targetCoords) + { + tile = default; + targetCoords = EntityCoordinates.Invalid; + targetGrid = EntityUid.Invalid; + + var possibleTargets = station.Comp.Grids; + if (possibleTargets.Count == 0) + { + targetGrid = EntityUid.Invalid; + return false; + } + + targetGrid = RobustRandom.Pick(possibleTargets); + + if (!TryComp(targetGrid, out var gridComp)) + return false; + + var found = false; + var aabb = gridComp.LocalAABB; + + for (var i = 0; i < 10; i++) + { + var randomX = RobustRandom.Next((int) aabb.Left, (int) aabb.Right); + var randomY = RobustRandom.Next((int) aabb.Bottom, (int) aabb.Top); + + tile = new Vector2i(randomX, randomY); + if (_atmosphere.IsTileSpace(targetGrid, Transform(targetGrid).MapUid, tile, + mapGridComp: gridComp) + || _atmosphere.IsTileAirBlocked(targetGrid, tile, mapGridComp: gridComp)) + { + continue; + } + + found = true; + targetCoords = _map.GridTileToLocal(targetGrid, gridComp, tile); + break; + } + + return found; + } + +} diff --git a/Content.Server/GameTicking/Rules/GameRuleSystem.cs b/Content.Server/GameTicking/Rules/GameRuleSystem.cs index ba781e32e2..1667e73d04 100644 --- a/Content.Server/GameTicking/Rules/GameRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/GameRuleSystem.cs @@ -1,13 +1,27 @@ +using System.Diagnostics.CodeAnalysis; +using Content.Server.Atmos.EntitySystems; using Content.Server.Chat.Managers; using Content.Server.GameTicking.Rules.Components; +using Content.Server.Station.Components; +using Robust.Server.GameObjects; +using Robust.Shared.Collections; +using Robust.Shared.Map; +using Robust.Shared.Map.Components; +using Robust.Shared.Random; namespace Content.Server.GameTicking.Rules; public abstract partial class GameRuleSystem : EntitySystem where T : IComponent { + [Dependency] protected readonly IRobustRandom RobustRandom = default!; [Dependency] protected readonly IChatManager ChatManager = default!; [Dependency] protected readonly GameTicker GameTicker = default!; + // Not protected, just to be used in utility methods + [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly AtmosphereSystem _atmosphere = default!; + [Dependency] private readonly MapSystem _map = default!; + public override void Initialize() { base.Initialize(); @@ -71,36 +85,6 @@ protected virtual void ActiveTick(EntityUid uid, T component, GameRuleComponent } - protected EntityQueryEnumerator QueryActiveRules() - { - return EntityQueryEnumerator(); - } - - protected bool TryRoundStartAttempt(RoundStartAttemptEvent ev, string localizedPresetName) - { - var query = EntityQueryEnumerator(); - while (query.MoveNext(out _, out _, out _, out var gameRule)) - { - var minPlayers = gameRule.MinPlayers; - if (!ev.Forced && ev.Players.Length < minPlayers) - { - ChatManager.SendAdminAnnouncement(Loc.GetString("preset-not-enough-ready-players", - ("readyPlayersCount", ev.Players.Length), ("minimumPlayers", minPlayers), - ("presetName", localizedPresetName))); - ev.Cancel(); - continue; - } - - if (ev.Players.Length == 0) - { - ChatManager.DispatchServerAnnouncement(Loc.GetString("preset-no-one-ready")); - ev.Cancel(); - } - } - - return !ev.Cancelled; - } - public override void Update(float frameTime) { base.Update(frameTime); diff --git a/Content.Server/GameTicking/Rules/RoundstartStationVariationRuleSystem.cs b/Content.Server/GameTicking/Rules/RoundstartStationVariationRuleSystem.cs new file mode 100644 index 0000000000..7755f684be --- /dev/null +++ b/Content.Server/GameTicking/Rules/RoundstartStationVariationRuleSystem.cs @@ -0,0 +1,70 @@ +using System.Linq; +using Content.Server.GameTicking.Rules.Components; +using Content.Server.Shuttles.Systems; +using Content.Server.Station.Components; +using Content.Server.Station.Events; +using Content.Shared.Storage; +using Robust.Shared.Prototypes; +using Robust.Shared.Random; + +namespace Content.Server.GameTicking.Rules; + +/// +public sealed class RoundstartStationVariationRuleSystem : GameRuleSystem +{ + [Dependency] private readonly IRobustRandom _random = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnStationPostInit, after: new []{typeof(ShuttleSystem)}); + } + + protected override void Added(EntityUid uid, RoundstartStationVariationRuleComponent component, GameRuleComponent gameRule, GameRuleAddedEvent args) + { + var spawns = EntitySpawnCollection.GetSpawns(component.Rules, _random); + foreach (var rule in spawns) + { + GameTicker.AddGameRule(rule); + } + } + + private void OnStationPostInit(ref StationPostInitEvent ev) + { + // as long as one is running + if (!GameTicker.IsGameRuleAdded()) + return; + + // this is unlikely, but could theoretically happen if it was saved and reloaded, so check anyway + if (HasComp(ev.Station)) + return; + + Log.Info($"Running variation rules for station {ToPrettyString(ev.Station)}"); + + // raise the event on any passes that have been added + var passEv = new StationVariationPassEvent(ev.Station); + var passQuery = EntityQueryEnumerator(); + while (passQuery.MoveNext(out var uid, out _, out _)) + { + // TODO: for some reason, ending a game rule just gives it a marker comp, + // and doesnt delete it + // so we have to check here that it isnt an ended game rule (which could happen if a preset failed to start + // or it was ended before station maps spawned etc etc etc) + if (HasComp(uid)) + continue; + + RaiseLocalEvent(uid, ref passEv); + } + + EnsureComp(ev.Station); + } +} + +/// +/// Raised directed on game rule entities which are added and marked as +/// when a new station is initialized that should be varied. +/// +/// The new station that was added, and its config & grids. +[ByRefEvent] +public readonly record struct StationVariationPassEvent(Entity Station); diff --git a/Content.Server/GameTicking/Rules/SecretRuleSystem.cs b/Content.Server/GameTicking/Rules/SecretRuleSystem.cs index 1e3858ceef..6a00eb7d10 100644 --- a/Content.Server/GameTicking/Rules/SecretRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/SecretRuleSystem.cs @@ -18,9 +18,9 @@ public sealed class SecretRuleSystem : GameRuleSystem [Dependency] private readonly IConfigurationManager _configurationManager = default!; [Dependency] private readonly IAdminLogManager _adminLogger = default!; - protected override void Started(EntityUid uid, SecretRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args) + protected override void Added(EntityUid uid, SecretRuleComponent component, GameRuleComponent gameRule, GameRuleAddedEvent args) { - base.Started(uid, component, gameRule, args); + base.Added(uid, component, gameRule, args); PickRule(component); } @@ -40,13 +40,24 @@ private void PickRule(SecretRuleComponent component) // but currently there's no way to know anyway as they use cvars. var presetString = _configurationManager.GetCVar(CCVars.SecretWeightPrototype); var preset = _prototypeManager.Index(presetString).Pick(_random); - Logger.InfoS("gamepreset", $"Selected {preset} for secret."); + Log.Info($"Selected {preset} for secret."); _adminLogger.Add(LogType.EventStarted, $"Selected {preset} for secret."); var rules = _prototypeManager.Index(preset).Rules; foreach (var rule in rules) { - GameTicker.StartGameRule(rule, out var ruleEnt); + EntityUid ruleEnt; + + // if we're pre-round (i.e. will only be added) + // then just add rules. if we're added in the middle of the round (or at any other point really) + // then we want to start them as well + if (GameTicker.RunLevel <= GameRunLevel.InRound) + ruleEnt = GameTicker.AddGameRule(rule); + else + { + GameTicker.StartGameRule(rule, out ruleEnt); + } + component.AdditionalGameRules.Add(ruleEnt); } } diff --git a/Content.Server/GameTicking/Rules/VariationPass/BaseEntityReplaceVariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/BaseEntityReplaceVariationPassSystem.cs new file mode 100644 index 0000000000..00b2546e78 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/BaseEntityReplaceVariationPassSystem.cs @@ -0,0 +1,75 @@ +using Content.Server.GameTicking.Rules.VariationPass.Components; +using Content.Shared.Storage; +using Robust.Shared.Map; +using Robust.Shared.Random; +using Robust.Shared.Timing; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +/// +/// A base system for fast replacement of entities utilizing a query, rather than having to iterate every entity +/// To use, you must have a marker component to use for --each replaceable entity must have it +/// Then you need an inheriting system as well as a unique game rule component for +/// +/// This means a bit more boilerplate for each one, but significantly faster to actually execute. +/// See +/// +public abstract class BaseEntityReplaceVariationPassSystem : VariationPassSystem + where TEntComp: IComponent + where TGameRuleComp: IComponent +{ + /// + /// Used so we don't modify while enumerating + /// if the replaced entity also has . + /// + /// Filled and cleared within the same tick so no persistence issues. + /// + private readonly Queue<(string, EntityCoordinates, Angle)> _queuedSpawns = new(); + + protected override void ApplyVariation(Entity ent, ref StationVariationPassEvent args) + { + if (!TryComp(ent, out var pass)) + return; + + var stopwatch = new Stopwatch(); + stopwatch.Start(); + + var replacementMod = Random.NextGaussian(pass.EntitiesPerReplacementAverage, pass.EntitiesPerReplacementStdDev); + var prob = (float) Math.Clamp(1 / replacementMod, 0f, 1f); + + if (prob == 0) + return; + + var enumerator = AllEntityQuery(); + while (enumerator.MoveNext(out var uid, out _, out var xform)) + { + if (!IsMemberOfStation((uid, xform), ref args)) + continue; + + if (RobustRandom.Prob(prob)) + QueueReplace((uid, xform), pass.Replacements); + } + + while (_queuedSpawns.TryDequeue(out var tup)) + { + var (spawn, coords, rot) = tup; + var newEnt = Spawn(spawn, coords); + Transform(newEnt).LocalRotation = rot; + } + + Log.Debug($"Entity replacement took {stopwatch.Elapsed} with {Stations.GetTileCount(args.Station)} tiles"); + } + + private void QueueReplace(Entity ent, List replacements) + { + var coords = ent.Comp.Coordinates; + var rot = ent.Comp.LocalRotation; + QueueDel(ent); + + foreach (var spawn in EntitySpawnCollection.GetSpawns(replacements, RobustRandom)) + { + _queuedSpawns.Enqueue((spawn, coords, rot)); + } + } +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/EntityReplaceVariationPassComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/EntityReplaceVariationPassComponent.cs new file mode 100644 index 0000000000..6603251754 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/EntityReplaceVariationPassComponent.cs @@ -0,0 +1,33 @@ +using Content.Shared.Storage; +using Content.Shared.Whitelist; +using Robust.Shared.Prototypes; + +namespace Content.Server.GameTicking.Rules.VariationPass.Components; + +/// +/// This is used for replacing a certain amount of entities with other entities in a variation pass. +/// +/// +/// +/// POTENTIALLY REPLACEABLE ENTITIES MUST BE MARKED WITH A REPLACEMENT MARKER +/// AND HAVE A SYSTEM INHERITING FROM +/// SEE +/// +[RegisterComponent] +public sealed partial class EntityReplaceVariationPassComponent : Component +{ + /// + /// Number of matching entities before one will be replaced on average. + /// + [DataField(required: true)] + public float EntitiesPerReplacementAverage; + + [DataField(required: true)] + public float EntitiesPerReplacementStdDev; + + /// + /// Prototype(s) to replace matched entities with. + /// + [DataField(required: true)] + public List Replacements = default!; +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/EntitySpawnVariationPassComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/EntitySpawnVariationPassComponent.cs new file mode 100644 index 0000000000..f7ddd7ce9d --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/EntitySpawnVariationPassComponent.cs @@ -0,0 +1,27 @@ +using Content.Shared.Random; +using Content.Shared.Storage; +using Robust.Shared.Prototypes; + +namespace Content.Server.GameTicking.Rules.VariationPass.Components; + +/// +/// This is used for spawning entities randomly dotted around the station in a variation pass. +/// +[RegisterComponent] +public sealed partial class EntitySpawnVariationPassComponent : Component +{ + /// + /// Number of tiles before we spawn one entity on average. + /// + [DataField] + public float TilesPerEntityAverage = 50f; + + [DataField] + public float TilesPerEntityStdDev = 7f; + + /// + /// Spawn entries for each chosen location. + /// + [DataField(required: true)] + public List Entities = default!; +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/PoweredLightVariationPassComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/PoweredLightVariationPassComponent.cs new file mode 100644 index 0000000000..98c58e0a04 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/PoweredLightVariationPassComponent.cs @@ -0,0 +1,38 @@ +using Content.Shared.Light.Components; +using Robust.Shared.Prototypes; + +namespace Content.Server.GameTicking.Rules.VariationPass.Components; + +/// +/// This handle randomly destroying lights, causing them to flicker endlessly, or replacing their tube/bulb with different variants. +/// +[RegisterComponent] +public sealed partial class PoweredLightVariationPassComponent : Component +{ + /// + /// Chance that a light will be replaced with a broken variant. + /// + [DataField] + public float LightBreakChance = 0.15f; + + /// + /// Chance that a light will be replaced with an aged variant. + /// + [DataField] + public float LightAgingChance = 0.05f; + + [DataField] + public float AgedLightTubeFlickerChance = 0.03f; + + [DataField] + public EntProtoId BrokenLightBulbPrototype = "LightBulbBroken"; + + [DataField] + public EntProtoId BrokenLightTubePrototype = "LightTubeBroken"; + + [DataField] + public EntProtoId AgedLightBulbPrototype = "LightBulbOld"; + + [DataField] + public EntProtoId AgedLightTubePrototype = "LightTubeOld"; +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/PuddleMessVariationPassComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/PuddleMessVariationPassComponent.cs new file mode 100644 index 0000000000..787d338652 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/PuddleMessVariationPassComponent.cs @@ -0,0 +1,26 @@ +using Content.Shared.Random; +using Robust.Shared.Prototypes; + +namespace Content.Server.GameTicking.Rules.VariationPass.Components; + +/// +/// Handles spilling puddles with various reagents randomly around the station. +/// +[RegisterComponent] +public sealed partial class PuddleMessVariationPassComponent : Component +{ + /// + /// Tiles before one spill on average. + /// + [DataField] + public float TilesPerSpillAverage = 600f; + + [DataField] + public float TilesPerSpillStdDev = 50f; + + /// + /// Weighted random prototype to use for random messes. + /// + [DataField(required: true)] + public ProtoId RandomPuddleSolutionFill = default!; +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/ReinforcedWallReplaceVariationPassComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/ReinforcedWallReplaceVariationPassComponent.cs new file mode 100644 index 0000000000..82095fe224 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/ReinforcedWallReplaceVariationPassComponent.cs @@ -0,0 +1,7 @@ +namespace Content.Server.GameTicking.Rules.VariationPass.Components; + + +[RegisterComponent] +public sealed partial class ReinforcedWallReplaceVariationPassComponent : Component +{ +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/ReinforcedWallReplacementMarkerComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/ReinforcedWallReplacementMarkerComponent.cs new file mode 100644 index 0000000000..00f55b7e25 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/ReinforcedWallReplacementMarkerComponent.cs @@ -0,0 +1,9 @@ +namespace Content.Server.GameTicking.Rules.VariationPass.Components.ReplacementMarkers; + +/// +/// This component marks replaceable reinforced walls for use with fast queries in variation passes. +/// +[RegisterComponent] +public sealed partial class ReinforcedWallReplacementMarkerComponent : Component +{ +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/WallReplacementMarkerComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/WallReplacementMarkerComponent.cs new file mode 100644 index 0000000000..6df0432198 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/ReplacementMarkers/WallReplacementMarkerComponent.cs @@ -0,0 +1,9 @@ +namespace Content.Server.GameTicking.Rules.VariationPass.Components.ReplacementMarkers; + +/// +/// This component marks replaceable walls for use with fast queries in variation passes. +/// +[RegisterComponent] +public sealed partial class WallReplacementMarkerComponent : Component +{ +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/Components/WallReplaceVariationPassComponent.cs b/Content.Server/GameTicking/Rules/VariationPass/Components/WallReplaceVariationPassComponent.cs new file mode 100644 index 0000000000..3598deeb26 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/Components/WallReplaceVariationPassComponent.cs @@ -0,0 +1,7 @@ +namespace Content.Server.GameTicking.Rules.VariationPass.Components; + + +[RegisterComponent] +public sealed partial class WallReplaceVariationPassComponent : Component +{ +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/EntitySpawnVariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/EntitySpawnVariationPassSystem.cs new file mode 100644 index 0000000000..7247bd98aa --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/EntitySpawnVariationPassSystem.cs @@ -0,0 +1,29 @@ +using Content.Server.GameTicking.Rules.VariationPass.Components; +using Content.Shared.Storage; +using Robust.Shared.Random; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +public sealed class EntitySpawnVariationPassSystem : VariationPassSystem +{ + protected override void ApplyVariation(Entity ent, ref StationVariationPassEvent args) + { + var totalTiles = Stations.GetTileCount(args.Station); + + var dirtyMod = Random.NextGaussian(ent.Comp.TilesPerEntityAverage, ent.Comp.TilesPerEntityStdDev); + var trashTiles = Math.Max((int) (totalTiles * (1 / dirtyMod)), 0); + + for (var i = 0; i < trashTiles; i++) + { + if (!TryFindRandomTileOnStation(args.Station, out _, out _, out var coords)) + continue; + + var ents = EntitySpawnCollection.GetSpawns(ent.Comp.Entities, Random); + foreach (var spawn in ents) + { + SpawnAtPosition(spawn, coords); + } + } + } +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/PoweredLightVariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/PoweredLightVariationPassSystem.cs new file mode 100644 index 0000000000..dae6981f95 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/PoweredLightVariationPassSystem.cs @@ -0,0 +1,51 @@ +using Content.Server.GameTicking.Rules.VariationPass.Components; +using Content.Server.Light.Components; +using Content.Server.Light.EntitySystems; +using Content.Shared.Light.Components; +using Robust.Shared.Random; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +public sealed class PoweredLightVariationPassSystem : VariationPassSystem +{ + [Dependency] private readonly PoweredLightSystem _poweredLight = default!; + + protected override void ApplyVariation(Entity ent, ref StationVariationPassEvent args) + { + var query = AllEntityQuery(); + while (query.MoveNext(out var uid, out var comp, out var xform)) + { + if (!IsMemberOfStation((uid, xform), ref args)) + continue; + + if (Random.Prob(ent.Comp.LightBreakChance)) + { + var proto = comp.BulbType switch + { + LightBulbType.Tube => ent.Comp.BrokenLightTubePrototype, + _ => ent.Comp.BrokenLightBulbPrototype, + }; + + _poweredLight.ReplaceSpawnedPrototype((uid, comp), proto); + continue; + } + + if (!Random.Prob(ent.Comp.LightAgingChance)) + continue; + + if (comp.BulbType == LightBulbType.Tube) + { + // some aging fluorescents (tubes) start to flicker + // its also way too annoying right now so we wrap it in another prob lol + if (Random.Prob(ent.Comp.AgedLightTubeFlickerChance)) + _poweredLight.ToggleBlinkingLight(uid, comp, true); + _poweredLight.ReplaceSpawnedPrototype((uid, comp), ent.Comp.AgedLightTubePrototype); + } + else + { + _poweredLight.ReplaceSpawnedPrototype((uid, comp), ent.Comp.AgedLightBulbPrototype); + } + } + } +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/PuddleMessVariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/PuddleMessVariationPassSystem.cs new file mode 100644 index 0000000000..41cdbd87f8 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/PuddleMessVariationPassSystem.cs @@ -0,0 +1,35 @@ +using Content.Server.Fluids.EntitySystems; +using Content.Server.GameTicking.Rules.VariationPass.Components; +using Content.Shared.Chemistry.Components; +using Content.Shared.Random.Helpers; +using Robust.Shared.Prototypes; +using Robust.Shared.Random; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +public sealed class PuddleMessVariationPassSystem : VariationPassSystem +{ + [Dependency] private readonly PuddleSystem _puddle = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + + protected override void ApplyVariation(Entity ent, ref StationVariationPassEvent args) + { + var totalTiles = Stations.GetTileCount(args.Station); + + if (!_proto.TryIndex(ent.Comp.RandomPuddleSolutionFill, out var proto)) + return; + + var puddleMod = Random.NextGaussian(ent.Comp.TilesPerSpillAverage, ent.Comp.TilesPerSpillStdDev); + var puddleTiles = Math.Max((int) (totalTiles * (1 / puddleMod)), 0); + + for (var i = 0; i < puddleTiles; i++) + { + if (!TryFindRandomTileOnStation(args.Station, out _, out _, out var coords)) + continue; + + var sol = proto.Pick(Random); + _puddle.TrySpillAt(coords, new Solution(sol.reagent, sol.quantity), out _, sound: false); + } + } +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/ReinforcedWallReplaceVariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/ReinforcedWallReplaceVariationPassSystem.cs new file mode 100644 index 0000000000..1950581bea --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/ReinforcedWallReplaceVariationPassSystem.cs @@ -0,0 +1,11 @@ +using Content.Server.GameTicking.Rules.VariationPass.Components; +using Content.Server.GameTicking.Rules.VariationPass.Components.ReplacementMarkers; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +/// This handles the ability to replace entities marked with in a variation pass +/// +public sealed class ReinforcedWallReplaceVariationPassSystem : BaseEntityReplaceVariationPassSystem +{ +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/VariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/VariationPassSystem.cs new file mode 100644 index 0000000000..b6ead21479 --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/VariationPassSystem.cs @@ -0,0 +1,29 @@ +using Content.Server.Station.Systems; +using Robust.Shared.Random; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +/// Base class for procedural variation rule passes, which apply some kind of variation to a station, +/// so we simply reduce the boilerplate for the event handling a bit with this. +/// +public abstract class VariationPassSystem : GameRuleSystem + where T: IComponent +{ + [Dependency] protected readonly StationSystem Stations = default!; + [Dependency] protected readonly IRobustRandom Random = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(ApplyVariation); + } + + protected bool IsMemberOfStation(Entity ent, ref StationVariationPassEvent args) + { + return Stations.GetOwningStation(ent, ent.Comp) == args.Station.Owner; + } + + protected abstract void ApplyVariation(Entity ent, ref StationVariationPassEvent args); +} diff --git a/Content.Server/GameTicking/Rules/VariationPass/WallReplaceVariationPassSystem.cs b/Content.Server/GameTicking/Rules/VariationPass/WallReplaceVariationPassSystem.cs new file mode 100644 index 0000000000..e9777d829d --- /dev/null +++ b/Content.Server/GameTicking/Rules/VariationPass/WallReplaceVariationPassSystem.cs @@ -0,0 +1,11 @@ +using Content.Server.GameTicking.Rules.VariationPass.Components; +using Content.Server.GameTicking.Rules.VariationPass.Components.ReplacementMarkers; + +namespace Content.Server.GameTicking.Rules.VariationPass; + +/// +/// This handles the ability to replace entities marked with in a variation pass +/// +public sealed class WallReplaceVariationPassSystem : BaseEntityReplaceVariationPassSystem +{ +} diff --git a/Content.Server/Light/EntitySystems/PoweredLightSystem.cs b/Content.Server/Light/EntitySystems/PoweredLightSystem.cs index e6cde4495c..ca44b1a4c9 100644 --- a/Content.Server/Light/EntitySystems/PoweredLightSystem.cs +++ b/Content.Server/Light/EntitySystems/PoweredLightSystem.cs @@ -214,6 +214,21 @@ public bool InsertBulb(EntityUid uid, EntityUid bulbUid, PoweredLightComponent? return bulb; } + /// + /// Replaces the spawned prototype of a pre-mapinit powered light with a different variant. + /// + public bool ReplaceSpawnedPrototype(Entity light, string bulb) + { + if (light.Comp.LightBulbContainer.ContainedEntity != null) + return false; + + if (LifeStage(light.Owner) >= EntityLifeStage.MapInitialized) + return false; + + light.Comp.HasLampOnSpawn = bulb; + return true; + } + /// /// Try to replace current bulb with a new one /// If succeed old bulb just drops on floor @@ -241,6 +256,17 @@ public bool ReplaceBulb(EntityUid uid, EntityUid bulb, PoweredLightComponent? li /// public bool TryDestroyBulb(EntityUid uid, PoweredLightComponent? light = null) { + if (!Resolve(uid, ref light, false)) + return false; + + // if we aren't mapinited, + // just null the spawned bulb + if (LifeStage(uid) < EntityLifeStage.MapInitialized) + { + light.HasLampOnSpawn = null; + return true; + } + // check bulb state var bulbUid = GetBulb(uid, light); if (bulbUid == null || !EntityManager.TryGetComponent(bulbUid.Value, out LightBulbComponent? lightBulb)) diff --git a/Content.Server/Station/Components/StationVariationHasRunComponent.cs b/Content.Server/Station/Components/StationVariationHasRunComponent.cs new file mode 100644 index 0000000000..65c794f3fc --- /dev/null +++ b/Content.Server/Station/Components/StationVariationHasRunComponent.cs @@ -0,0 +1,12 @@ +using Content.Server.GameTicking.Rules; + +namespace Content.Server.Station.Components; + +/// +/// Marker component for stations where procedural variation using +/// has already run, so as to avoid running it again if another station is added. +/// +[RegisterComponent] +public sealed partial class StationVariationHasRunComponent : Component +{ +} diff --git a/Content.Server/Station/Events/StationPostInitEvent.cs b/Content.Server/Station/Events/StationPostInitEvent.cs index a4e55fafb2..4f7927cee5 100644 --- a/Content.Server/Station/Events/StationPostInitEvent.cs +++ b/Content.Server/Station/Events/StationPostInitEvent.cs @@ -1,7 +1,9 @@ +using Content.Server.Station.Components; + namespace Content.Server.Station.Events; /// -/// Raised directed on a station after it has been initialized. +/// Raised directed on a station after it has been initialized, as well as broadcast. /// [ByRefEvent] -public readonly record struct StationPostInitEvent; +public readonly record struct StationPostInitEvent(Entity Station); diff --git a/Content.Server/Station/Systems/StationSystem.cs b/Content.Server/Station/Systems/StationSystem.cs index a0adeb2243..be3fc57967 100644 --- a/Content.Server/Station/Systems/StationSystem.cs +++ b/Content.Server/Station/Systems/StationSystem.cs @@ -6,6 +6,7 @@ using Content.Shared.CCVar; using Content.Shared.Station; using JetBrains.Annotations; +using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Collections; using Robust.Shared.Configuration; @@ -35,6 +36,7 @@ public sealed class StationSystem : EntitySystem [Dependency] private readonly GameTicker _gameTicker = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly MetaDataSystem _metaData = default!; + [Dependency] private readonly MapSystem _map = default!; private ISawmill _sawmill = default!; @@ -208,6 +210,23 @@ private void OnRoundEnd(GameRunLevelChangedEvent eventArgs) return largestGrid; } + /// + /// Returns the total number of tiles contained in the station's grids. + /// + public int GetTileCount(StationDataComponent component) + { + var count = 0; + foreach (var gridUid in component.Grids) + { + if (!TryComp(gridUid, out var grid)) + continue; + + count += _map.GetAllTiles(gridUid, grid).Count(); + } + + return count; + } + /// /// Tries to retrieve a filter for everything in the station the source is on. /// @@ -306,8 +325,8 @@ public EntityUid InitializeNewStation(StationConfig stationConfig, IEnumerable : GameRuleSystem where T [Dependency] private readonly IGameTiming _timing = default!; [Dependency] protected readonly IMapManager MapManager = default!; [Dependency] protected readonly IPrototypeManager PrototypeManager = default!; - [Dependency] protected readonly IRobustRandom RobustRandom = default!; [Dependency] private readonly AtmosphereSystem _atmosphere = default!; [Dependency] protected readonly ChatSystem ChatSystem = default!; [Dependency] protected readonly SharedAudioSystem Audio = default!; @@ -135,79 +134,6 @@ protected void ForceEndSelf(EntityUid uid, GameRuleComponent? component = null) GameTicker.EndGameRule(uid, component); } - protected bool TryGetRandomStation([NotNullWhen(true)] out EntityUid? station, Func? filter = null) - { - var stations = new ValueList(Count()); - - filter ??= _ => true; - var query = AllEntityQuery(); - - while (query.MoveNext(out var uid, out _)) - { - if (!filter(uid)) - continue; - - stations.Add(uid); - } - - if (stations.Count == 0) - { - station = null; - return false; - } - - // TODO: Engine PR. - station = stations[RobustRandom.Next(stations.Count)]; - return true; - } - - protected bool TryFindRandomTile(out Vector2i tile, [NotNullWhen(true)] out EntityUid? targetStation, out EntityUid targetGrid, out EntityCoordinates targetCoords) - { - tile = default; - - targetCoords = EntityCoordinates.Invalid; - if (!TryGetRandomStation(out targetStation)) - { - targetStation = EntityUid.Invalid; - targetGrid = EntityUid.Invalid; - return false; - } - var possibleTargets = Comp(targetStation.Value).Grids; - if (possibleTargets.Count == 0) - { - targetGrid = EntityUid.Invalid; - return false; - } - - targetGrid = RobustRandom.Pick(possibleTargets); - - if (!TryComp(targetGrid, out var gridComp)) - return false; - - var found = false; - var (gridPos, _, gridMatrix) = _transform.GetWorldPositionRotationMatrix(targetGrid); - var gridBounds = gridMatrix.TransformBox(gridComp.LocalAABB); - - for (var i = 0; i < 10; i++) - { - var randomX = RobustRandom.Next((int) gridBounds.Left, (int) gridBounds.Right); - var randomY = RobustRandom.Next((int) gridBounds.Bottom, (int) gridBounds.Top); - - tile = new Vector2i(randomX - (int) gridPos.X, randomY - (int) gridPos.Y); - if (_atmosphere.IsTileSpace(targetGrid, Transform(targetGrid).MapUid, tile, - mapGridComp: gridComp) - || _atmosphere.IsTileAirBlocked(targetGrid, tile, mapGridComp: gridComp)) - { - continue; - } - - found = true; - targetCoords = gridComp.GridTileToLocal(tile); - break; - } - - return found; - } public float GetSeverityModifier() { var ev = new GetSeverityModifierEvent(); diff --git a/Content.Shared/Storage/EntitySpawnEntry.cs b/Content.Shared/Storage/EntitySpawnEntry.cs index 96fb9f9f40..792459c72f 100644 --- a/Content.Shared/Storage/EntitySpawnEntry.cs +++ b/Content.Shared/Storage/EntitySpawnEntry.cs @@ -12,14 +12,12 @@ namespace Content.Shared.Storage; [DataDefinition] public partial struct EntitySpawnEntry { - [ViewVariables(VVAccess.ReadWrite)] - [DataField("id", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string? PrototypeId = null; + [DataField("id")] + public EntProtoId? PrototypeId = null; /// /// The probability that an item will spawn. Takes decimal form so 0.05 is 5%, 0.50 is 50% etc. /// - [ViewVariables(VVAccess.ReadWrite)] [DataField("prob")] public float SpawnProbability = 1; /// @@ -43,19 +41,16 @@ public partial struct EntitySpawnEntry /// /// /// - [ViewVariables(VVAccess.ReadWrite)] [DataField("orGroup")] public string? GroupId = null; - [ViewVariables(VVAccess.ReadWrite)] - [DataField("amount")] public int Amount = 1; + [DataField] public int Amount = 1; /// /// How many of this can be spawned, in total. /// If this is lesser or equal to , it will spawn exactly. /// Otherwise, it chooses a random value between and on spawn. /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("maxAmount")] public int MaxAmount = 1; + [DataField] public int MaxAmount = 1; public EntitySpawnEntry() { } } diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index b23b226a2c..0dbee48110 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -127,6 +127,19 @@ lightRadius: 6 lightSoftness: 1.1 +- type: entity + parent: LightBulb + name: old incandescent light bulb + id: LightBulbOld + description: An aging light bulb. + components: + - type: LightBulb + bulb: Bulb + color: "#FFD1A3" # 4000K color temp + lightEnergy: 0.3 # old incandescents just arent as bright + lightRadius: 6 + lightSoftness: 1.1 + - type: entity suffix: Broken parent: BaseLightbulb @@ -164,6 +177,19 @@ lightSoftness: 1 PowerUse: 25 +- type: entity + parent: LightTube + name: old fluorescent light tube + id: LightTubeOld + description: An aging light fixture. + components: + - type: LightBulb + color: "#FFDABB" # old fluorescents are yellower-4500K temp + lightEnergy: 0.5 + lightRadius: 10 + lightSoftness: 1 + PowerUse: 10 + - type: entity suffix: Broken parent: BaseLightTube diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 140e1f1a8a..c0c027b8b2 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -550,7 +550,8 @@ 3: { state: reinf_construct-3, visible: true} 4: { state: reinf_construct-4, visible: true} 5: { state: reinf_construct-5, visible: true} - - type: StaticPrice #DynamicPrice + - type: ReinforcedWallReplacementMarker + - type: StaticPrice price: 150 - type: RadiationBlocker resistance: 5 @@ -843,6 +844,7 @@ - RCDDeconstructWhitelist - type: Sprite sprite: Structures/Walls/solid.rsi + - type: WallReplacementMarker - type: Construction graph: Girder node: wall diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index e967700fae..9961987cb4 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -125,3 +125,22 @@ noSpawn: true components: - type: RampingStationEventScheduler + +# variation passes +- type: entity + id: BasicRoundstartVariation + parent: BaseGameRule + noSpawn: true + components: + - type: RoundstartStationVariationRule + rules: + - id: BasicPoweredLightVariationPass + - id: BasicTrashVariationPass + - id: SolidWallRustingVariationPass + - id: ReinforcedWallRustingVariationPass + - id: BasicPuddleMessVariationPass + prob: 0.99 + orGroup: puddleMess + - id: BloodbathPuddleMessVariationPass + prob: 0.01 + orGroup: puddleMess diff --git a/Resources/Prototypes/GameRules/variation.yml b/Resources/Prototypes/GameRules/variation.yml new file mode 100644 index 0000000000..bb9649fddd --- /dev/null +++ b/Resources/Prototypes/GameRules/variation.yml @@ -0,0 +1,120 @@ +# Base + +- type: entity + id: BaseVariationPass + parent: BaseGameRule + abstract: true + noSpawn: true + components: + - type: StationVariationPassRule + +# Actual rules + +- type: entity + id: BasicPoweredLightVariationPass + parent: BaseVariationPass + noSpawn: true + components: + - type: PoweredLightVariationPass + +- type: entity + id: SolidWallRustingVariationPass + parent: BaseVariationPass + noSpawn: true + components: + - type: WallReplaceVariationPass + - type: EntityReplaceVariationPass + entitiesPerReplacementAverage: 10 + entitiesPerReplacementStdDev: 2 + replacements: + - id: WallSolidRust + +- type: entity + id: ReinforcedWallRustingVariationPass + parent: BaseVariationPass + noSpawn: true + components: + - type: ReinforcedWallReplaceVariationPass + - type: EntityReplaceVariationPass + entitiesPerReplacementAverage: 12 + entitiesPerReplacementStdDev: 2 + replacements: + - id: WallReinforcedRust + +- type: entity + id: BasicTrashVariationPass + parent: BaseVariationPass + noSpawn: true + components: + - type: EntitySpawnVariationPass + tilesPerEntityAverage: 35 + tilesPerEntityStdDev: 4 + entities: + - id: RandomSpawner + +- type: weightedRandomFillSolution + id: RandomFillTrashPuddle + fills: + - quantity: 80 + weight: 5 + reagents: + - Vomit + - InsectBlood + - WeldingFuel + - Mold + - quantity: 55 + weight: 4 + reagents: + - PlantBGone + - Potassium # :trollface: + - VentCrud + - Carbon + - Hydrogen + - Fat + - SpaceLube + - SpaceGlue + - Sulfur + - Acetone + - Bleach + - quantity: 40 + weight: 3 + reagents: + - Blood + - CopperBlood + - Slime + - quantity: 25 + weight: 1 + reagents: + - Omnizine + - Desoxyephedrine + - Napalm + - Radium + - Gold + - Silver + - Sodium + +- type: weightedRandomFillSolution + id: RandomFillTrashPuddleBloodbath + fills: + - quantity: 80 + weight: 1 + reagents: + - Blood + +- type: entity + id: BasicPuddleMessVariationPass + parent: BaseVariationPass + noSpawn: true + components: + - type: PuddleMessVariationPass + randomPuddleSolutionFill: RandomFillTrashPuddle + +- type: entity + id: BloodbathPuddleMessVariationPass + parent: BaseVariationPass + noSpawn: true + components: + - type: PuddleMessVariationPass + tilesPerSpillAverage: 150 + tilesPerSpillStdDev: 10 + randomPuddleSolutionFill: RandomFillTrashPuddleBloodbath diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index 1c27a20346..ee015a913c 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -7,6 +7,7 @@ description: survival-description rules: - RampingStationEventScheduler + - BasicRoundstartVariation - type: gamePreset id: AllAtOnce @@ -30,6 +31,7 @@ description: extended-description rules: - BasicStationEventScheduler + - BasicRoundstartVariation - type: gamePreset id: Greenshift @@ -39,6 +41,8 @@ name: greenshift-title showInVote: false #4boring4vote description: greenshift-description + rules: + - BasicRoundstartVariation - type: gamePreset id: Secret @@ -72,6 +76,7 @@ rules: - Traitor - BasicStationEventScheduler + - BasicRoundstartVariation - type: gamePreset id: Deathmatch @@ -96,6 +101,7 @@ rules: - Nukeops - BasicStationEventScheduler + - BasicRoundstartVariation - type: gamePreset id: Revolutionary @@ -109,6 +115,7 @@ rules: - Revolutionary - BasicStationEventScheduler + - BasicRoundstartVariation - type: gamePreset id: Zombie @@ -124,6 +131,7 @@ rules: - Zombie - BasicStationEventScheduler + - BasicRoundstartVariation - type: gamePreset id: Pirates @@ -135,3 +143,4 @@ rules: - Pirates - BasicStationEventScheduler + - BasicRoundstartVariation From 0d3046e618577b6a4533339c0de9471fc3d31ce1 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 31 Jan 2024 05:53:41 +0000 Subject: [PATCH 150/391] Automatic changelog update (cherry picked from commit 9556c2bc04b912ff98dc42a5b53f3aea3c4df942) --- Resources/Changelog/Changelog.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 35fdade4da..026b1d249f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Pill canisters are slightly better than cig packs, go talk to the chemists. - type: Tweak - id: 5337 - time: '2023-12-12T07:51:38.0000000+00:00' - author: IProduceWidgets changes: - message: Sec belt holds sidearms and sidearm ammo. @@ -3838,3 +3832,12 @@ id: 5836 time: '2024-01-31T05:00:41.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24759 +- author: mirrorcult + changes: + - message: Various aspects of the station will now be varied automatically at the + start of the round. Expect more trash, some broken/oddly-functioning lights, + and spills (and more stuff in the future). + type: Add + id: 5837 + time: '2024-01-31T05:52:35.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24397 From 36e68d21761f721e16bf7318bbae2dd5428a25bb Mon Sep 17 00:00:00 2001 From: marboww <152051971+marboww@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:46:14 +0700 Subject: [PATCH 151/391] Removing the embedding function of pens. (#24760) Removing the embedding function (cherry picked from commit ae7c57a9a072a02f885ef5de7d8244b57555942b) --- .../Prototypes/Entities/Objects/Misc/paper.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 86dadb8da8..0c8a5ea055 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -261,15 +261,6 @@ - type: PhysicalComposition materialComposition: Steel: 25 - - type: EmbeddableProjectile - offset: 0.3,0.0 - removalTime: 0.0 - - type: ThrowingAngle - angle: 315 - - type: DamageOtherOnHit - damage: - types: - Piercing: 3 #TODO: I want the luxury pen to write a cool font like Merriweather in the future. @@ -303,10 +294,6 @@ damage: types: Piercing: 15 - - type: DamageOtherOnHit - damage: - types: - Piercing: 15 - type: Tool qualities: - Screwing From f77099fa2825528da016cf4971182a3e227d5d11 Mon Sep 17 00:00:00 2001 From: Pancake Date: Wed, 31 Jan 2024 03:20:54 -0800 Subject: [PATCH 152/391] Add Secret Extended and Secret Greenshift (#24615) * Update game_presets.yml Added Secret Extended and Secret Greenshift. * Update game_presets.yml (cherry picked from commit c181ba4baeee9a0b7ed88926942c9bc814fdd18e) --- Resources/Prototypes/game_presets.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index ee015a913c..dcac598c6e 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -55,6 +55,24 @@ rules: - Secret +- type: gamePreset + id: SecretExtended #For Admin Use: Runs Extended but shows "Secret" in lobby. + alias: + - secretextended + name: secret-title + showInVote: false #Admin Use + description: secret-description + rules: + - BasicStationEventScheduler + +- type: gamePreset + id: SecretGreenshift #For Admin Use: Runs Greenshift but shows "Secret" in lobby. + alias: + - secretgreenshift + name: secret-title + showInVote: false #Admin Use + description: secret-description + - type: gamePreset id: Sandbox alias: From 055ee1e2056fc5c383f59c467f5b371938c35aef Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 31 Jan 2024 11:24:56 +0000 Subject: [PATCH 153/391] Automatic changelog update (cherry picked from commit 2a5f5299f0ed6ecec6ccc99109788f487c7c3793) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 026b1d249f..fc45a2786c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Sec belt holds sidearms and sidearm ammo. - type: Tweak - id: 5338 - time: '2023-12-12T07:52:26.0000000+00:00' - author: IProduceWidgets changes: - message: The syndie holster now holds the guns you always wanted it to. @@ -3841,3 +3835,10 @@ id: 5837 time: '2024-01-31T05:52:35.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24397 +- author: metalgearsloth + changes: + - message: Remove handheld crew monitors in lieu of computers. + type: Remove + id: 5838 + time: '2024-01-31T11:23:49.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24761 From b844de139bbfa4aa1a3843c1c990ddb4b0b9ecd2 Mon Sep 17 00:00:00 2001 From: Hmeister-real <118129069+Hmeister-real@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:26:46 +0000 Subject: [PATCH 154/391] Add a few new ways to laugh and cry with emotes (#24585) * Add a few new speech emoted for Cry and Laugh * Remove Pouting me dumb and silly (cherry picked from commit f511f60fb42588c0a8f656b2e013d3722dd41d8d) --- Resources/Prototypes/Voice/speech_emotes.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 8473560f15..5950ac8857 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -52,6 +52,15 @@ - giggles! - giggling - giggled + - chortle + - chortle. + - chortle! + - chortles + - chortles. + - chortles! + - chortling + - chortling. + - chortling! - type: emote id: Honk @@ -99,6 +108,14 @@ - cries - cries. - cries! + - sob + - sob. + - sobs + - sobs. + - sobs! + - sobbing + - sobbing. + - sobbing! - type: emote id: Squish From 1444c3b332d2c52f88892ed081812c26c052b809 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 31 Jan 2024 11:27:52 +0000 Subject: [PATCH 155/391] Automatic changelog update (cherry picked from commit 1f389d7a3916be1153c068fdaebb5d36e5c62f7a) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index fc45a2786c..8f795b7b34 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: The syndie holster now holds the guns you always wanted it to. - type: Tweak - id: 5339 - time: '2023-12-12T07:53:00.0000000+00:00' - author: IProduceWidgets changes: - message: Jar now fills. @@ -3842,3 +3836,10 @@ id: 5838 time: '2024-01-31T11:23:49.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24761 +- author: Hmeister-real + changes: + - message: You can now Sob and Chortle with emotes + type: Tweak + id: 5839 + time: '2024-01-31T11:26:46.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24585 From 36e28ecfcf96ac833dce3fd9a82974552ab3627a Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:01:52 +1100 Subject: [PATCH 156/391] Firestarter fixes (#24647) * Firestarter fixes - Actually networks the action. - Namespace fixes. * No networky for you (cherry picked from commit a6ea8b210db079d30823e7b4d8faa32aefa17582) --- .../Atmos/EntitySystems/FirestarterSystem.cs | 8 ++++++ .../EntitySystems}/FirestarterSystem.cs | 25 ++++++++++--------- .../Components}/FirestarterComponent.cs | 16 ++++++------ .../EntitySystems}/SharedFirestarterSystem.cs | 6 +++-- 4 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 Content.Client/Atmos/EntitySystems/FirestarterSystem.cs rename Content.Server/{Abilities/Firestarter => Atmos/EntitySystems}/FirestarterSystem.cs (78%) rename Content.Shared/{Abilities/Firestarter => Atmos/Components}/FirestarterComponent.cs (62%) rename Content.Shared/{Abilities/Firestarter => Atmos/EntitySystems}/SharedFirestarterSystem.cs (76%) diff --git a/Content.Client/Atmos/EntitySystems/FirestarterSystem.cs b/Content.Client/Atmos/EntitySystems/FirestarterSystem.cs new file mode 100644 index 0000000000..3294959915 --- /dev/null +++ b/Content.Client/Atmos/EntitySystems/FirestarterSystem.cs @@ -0,0 +1,8 @@ +using Content.Shared.Atmos.EntitySystems; + +namespace Content.Client.Atmos.EntitySystems; + +public sealed class FirestarterSystem : SharedFirestarterSystem +{ + +} diff --git a/Content.Server/Abilities/Firestarter/FirestarterSystem.cs b/Content.Server/Atmos/EntitySystems/FirestarterSystem.cs similarity index 78% rename from Content.Server/Abilities/Firestarter/FirestarterSystem.cs rename to Content.Server/Atmos/EntitySystems/FirestarterSystem.cs index 9ad8bdac7c..801ad20232 100644 --- a/Content.Server/Abilities/Firestarter/FirestarterSystem.cs +++ b/Content.Server/Atmos/EntitySystems/FirestarterSystem.cs @@ -1,24 +1,26 @@ +using Content.Server.Atmos.Components; using Content.Shared.Actions.Events; +using Content.Shared.Atmos.Components; +using Content.Shared.Atmos.EntitySystems; +using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.Map; -using Content.Server.Atmos.Components; -using Content.Server.Atmos.EntitySystems; -using Robust.Shared.Audio.Systems; -using Content.Shared.Abilities.Firestarter; + +namespace Content.Server.Atmos.EntitySystems; /// /// Adds an action ability that will cause all flammable targets in a radius to ignite, also heals the owner /// of the component when used. /// -namespace Content.Server.Abilities.Firestarter; - -public sealed class FirestarterSystem : EntitySystem +public sealed class FirestarterSystem : SharedFirestarterSystem { [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly FlammableSystem _flammable = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedContainerSystem _container = default!; + private readonly HashSet> _flammables = new(); + public override void Initialize() { base.Initialize(); @@ -26,11 +28,10 @@ public override void Initialize() } /// - /// Checks Radius for igniting nearby flammable objects . + /// Checks Radius for igniting nearby flammable objects /// private void OnStartFire(EntityUid uid, FirestarterComponent component, FireStarterActionEvent args) { - if (_container.IsEntityOrParentInContainer(uid)) return; @@ -47,10 +48,10 @@ private void OnStartFire(EntityUid uid, FirestarterComponent component, FireStar /// public void IgniteNearby(EntityUid uid, EntityCoordinates coordinates, float severity, float radius) { - var flammables = new HashSet>(); - _lookup.GetEntitiesInRange(coordinates, radius, flammables); + _flammables.Clear(); + _lookup.GetEntitiesInRange(coordinates, radius, _flammables); - foreach (var flammable in flammables) + foreach (var flammable in _flammables) { var ent = flammable.Owner; var stackAmount = 2 + (int) (severity / 0.15f); diff --git a/Content.Shared/Abilities/Firestarter/FirestarterComponent.cs b/Content.Shared/Atmos/Components/FirestarterComponent.cs similarity index 62% rename from Content.Shared/Abilities/Firestarter/FirestarterComponent.cs rename to Content.Shared/Atmos/Components/FirestarterComponent.cs index d236b5cba6..f8d544e6b8 100644 --- a/Content.Shared/Abilities/Firestarter/FirestarterComponent.cs +++ b/Content.Shared/Atmos/Components/FirestarterComponent.cs @@ -1,9 +1,9 @@ -using Robust.Shared.Prototypes; +using Content.Shared.Atmos.EntitySystems; using Robust.Shared.Audio; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; -namespace Content.Shared.Abilities.Firestarter; +namespace Content.Shared.Atmos.Components; /// /// Lets its owner entity ignite flammables around it and also heal some damage. @@ -14,21 +14,21 @@ public sealed partial class FirestarterComponent : Component /// /// Radius of objects that will be ignited if flammable. /// - [DataField("ignitionRadius")] + [DataField] public float IgnitionRadius = 4f; /// /// The action entity. /// - [DataField("fireStarterAction", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string? FireStarterAction = "ActionFireStarter"; + [DataField] + public EntProtoId? FireStarterAction = "ActionFireStarter"; - [DataField("fireStarterActionEntity")] public EntityUid? FireStarterActionEntity; + [DataField] public EntityUid? FireStarterActionEntity; /// /// Radius of objects that will be ignited if flammable. /// - [DataField("igniteSound")] + [DataField] public SoundSpecifier IgniteSound = new SoundPathSpecifier("/Audio/Magic/rumble.ogg"); } diff --git a/Content.Shared/Abilities/Firestarter/SharedFirestarterSystem.cs b/Content.Shared/Atmos/EntitySystems/SharedFirestarterSystem.cs similarity index 76% rename from Content.Shared/Abilities/Firestarter/SharedFirestarterSystem.cs rename to Content.Shared/Atmos/EntitySystems/SharedFirestarterSystem.cs index 5e4d4347d1..584e502db1 100644 --- a/Content.Shared/Abilities/Firestarter/SharedFirestarterSystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedFirestarterSystem.cs @@ -1,8 +1,9 @@ using Content.Shared.Actions; +using Content.Shared.Atmos.Components; -namespace Content.Shared.Abilities.Firestarter; +namespace Content.Shared.Atmos.EntitySystems; -public sealed class SharedFirestarterSystem : EntitySystem +public abstract class SharedFirestarterSystem : EntitySystem { [Dependency] private readonly SharedActionsSystem _actionsSystem = default!; @@ -18,5 +19,6 @@ public override void Initialize() private void OnComponentInit(EntityUid uid, FirestarterComponent component, ComponentInit args) { _actionsSystem.AddAction(uid, ref component.FireStarterActionEntity, component.FireStarterAction, uid); + Dirty(uid, component); } } From 86a9930c714f38bccc08f800c2abcb4a4527c313 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:05:28 +0300 Subject: [PATCH 157/391] Anomaly bug fix (#24783) fix (cherry picked from commit 884a5441202dfbfe715460d3cea76ebf0dbcc550) --- Content.Shared/Anomaly/SharedAnomalySystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index dcf7cae215..5c9739da72 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -426,7 +426,7 @@ public partial record struct AnomalySpawnSettings() /// /// should entities block spawning? /// - public bool CanSpawnOnEntities { get; set; } = true; + public bool CanSpawnOnEntities { get; set; } = false; /// /// The minimum number of entities that spawn per pulse From c876e4d97527d2108b74a23673f720ab76f2e49e Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 31 Jan 2024 21:06:34 +0000 Subject: [PATCH 158/391] Automatic changelog update (cherry picked from commit 6e68a6ca10d84c90370c94af9e7ca14a6c8fb7b9) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8f795b7b34..f25a09f35c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Jar now fills. - type: Tweak - id: 5340 - time: '2023-12-12T07:54:15.0000000+00:00' - author: IProduceWidgets changes: - message: Cig Cartons are slightly smaller. @@ -3843,3 +3837,10 @@ id: 5839 time: '2024-01-31T11:26:46.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24585 +- author: TheShuEd + changes: + - message: Anomalies can no longer spawn entities in walls or other objects. + type: Fix + id: 5840 + time: '2024-01-31T21:05:29.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24783 From c36c8b53c0f50cde7ca6a99b3d03e9b3f4ff0a8c Mon Sep 17 00:00:00 2001 From: EdenTheLiznerd <138748328+EdenTheLiznerd@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:28:42 -0700 Subject: [PATCH 159/391] Removes Syndicate headset from uplink and changes TC prices around to be slightly viable (#24765) * Viability!!! Removes the uplink headset as suggested, changes around TC prices to make a few things more viable * Binary 1 TC Changes the Encryption Binary Key to a simple 1, I don't think I've ever seen it be used before and 1 seems like a proper price for it (cherry picked from commit cb2985eabce286ba40974dcb365ec4668a6b7541) --- .../Prototypes/Catalog/uplink_catalog.yml | 21 +++++-------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 6ebf99feda..78ff3df761 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -81,7 +81,7 @@ description: uplink-disposable-turret-desc productEntity: ToolboxElectricalTurretFilled cost: - Telecrystal: 8 + Telecrystal: 6 categories: - UplinkWeapons conditions: @@ -219,7 +219,7 @@ icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen } productEntity: PenExplodingBox cost: - Telecrystal: 5 + Telecrystal: 4 categories: - UplinkExplosives @@ -305,7 +305,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi, state: red-icon } productEntity: MagazinePistolSubMachineGun cost: - Telecrystal: 3 + Telecrystal: 2 categories: - UplinkAmmo conditions: @@ -334,7 +334,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon } productEntity: SpeedLoaderMagnumAP cost: - Telecrystal: 2 + Telecrystal: 3 categories: - UplinkAmmo @@ -508,17 +508,6 @@ categories: - UplinkUtility -#TODO: Remove this from the uplink -- type: listing - id: UplinkHeadset - name: uplink-headset-name - description: uplink-headset-desc - productEntity: ClothingHeadsetAltSyndicate - cost: - Telecrystal: 1 - categories: - - UplinkUtility - - type: listing id: UplinkHeadsetEncryptionKey name: uplink-encryption-key-name @@ -537,7 +526,7 @@ icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: rd_label } productEntity: EncryptionKeyBinary cost: - Telecrystal: 4 + Telecrystal: 1 categories: - UplinkUtility From 9a83a0646b0559565ea77a2c35c6f9279c714265 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 00:29:48 +0000 Subject: [PATCH 160/391] Automatic changelog update (cherry picked from commit ff090878e73bab3bcc7382197a0406fa88642482) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f25a09f35c..6b1ed4bfab 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Cig Cartons are slightly smaller. - type: Tweak - id: 5341 - time: '2023-12-12T07:55:56.0000000+00:00' - author: IProduceWidgets changes: - message: Cigar cases can now hold Small items. @@ -3844,3 +3838,11 @@ id: 5840 time: '2024-01-31T21:05:29.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24783 +- author: EdenTheLiznerd + changes: + - message: The Syndicate has changed around their stock prices and gotten rid of + some old dusty headsets + type: Tweak + id: 5841 + time: '2024-02-01T00:28:42.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24765 From 4c7c904549ec17f17afa19e360ec53295994b7b5 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:33:10 +0100 Subject: [PATCH 161/391] Remove vehicles (#24681) * Remove wheelchairs Vehicle code is dogwater and wheelchairs just keeps exposing edgecases. If someone wants it brought it back they can do vehicle refactor. * Also this one * Remove vehicles * goodbye vehicles * Remove this check * sasd * Cronch * Add sprites back * jani (cherry picked from commit d2f20d8955a25a32aa5fb9b3631a41921b464cd4) --- Content.Client/Buckle/BuckleSystem.cs | 4 - Content.Client/Vehicle/VehicleSystem.cs | 80 --- Content.Server/Vehicle/VehicleSystem.cs | 7 - .../Buckle/Components/StrapComponent.cs | 3 +- .../Buckle/SharedBuckleSystem.Buckle.cs | 18 +- Content.Shared/Foldable/FoldableComponent.cs | 4 +- .../Traits/Assorted/LegsParalyzedComponent.cs | 1 - .../Vehicle/Components/InVehicleComponent.cs | 17 - .../Vehicle/Components/RiderComponent.cs | 25 - .../Vehicle/Components/VehicleComponent.cs | 114 ----- .../Vehicle/SharedVehicleSystem.Rider.cs | 41 -- Content.Shared/Vehicle/SharedVehicleSystem.cs | 374 -------------- Resources/Locale/en-US/traits/traits.ftl | 3 - Resources/Locale/en-US/vehicle/vehicle.ftl | 3 - Resources/Migrations/migration.yml | 31 ++ .../Prototypes/Catalog/Cargo/cargo_fun.yml | 10 - .../Prototypes/Catalog/Fills/Crates/fun.yml | 23 - .../Prototypes/Catalog/uplink_catalog.yml | 16 - .../Entities/Clothing/Belt/belts.yml | 1 - .../Entities/Markers/Spawners/vehicles.yml | 83 ---- .../Prototypes/Entities/Mobs/NPCs/silicon.yml | 77 +-- .../Entities/Objects/Vehicles/actions.yml | 10 - .../Entities/Objects/Vehicles/buckleable.yml | 462 ------------------ .../Entities/Objects/Vehicles/keys.yml | 86 ---- .../Entities/Structures/Machines/lathe.yml | 2 - .../Objectives/stealTargetGroups.yml | 7 - Resources/Prototypes/Objectives/thief.yml | 12 - .../Prototypes/Procedural/salvage_rewards.yml | 1 - .../Crafting/Graphs/bots/supplybot.yml | 23 - .../Recipes/Crafting/Graphs/bots/taxibot.yml | 29 -- .../Prototypes/Recipes/Crafting/bots.yml | 26 - .../Prototypes/Recipes/Lathes/medical.yml | 8 - .../Roles/Jobs/Fun/misc_startinggear.yml | 4 +- Resources/Prototypes/Traits/disabilities.yml | 12 - Resources/Prototypes/tags.yml | 8 +- .../Guidebook/Service/Janitorial.xml | 1 - 36 files changed, 40 insertions(+), 1586 deletions(-) delete mode 100644 Content.Client/Vehicle/VehicleSystem.cs delete mode 100644 Content.Server/Vehicle/VehicleSystem.cs delete mode 100644 Content.Shared/Vehicle/Components/InVehicleComponent.cs delete mode 100644 Content.Shared/Vehicle/Components/RiderComponent.cs delete mode 100644 Content.Shared/Vehicle/Components/VehicleComponent.cs delete mode 100644 Content.Shared/Vehicle/SharedVehicleSystem.Rider.cs delete mode 100644 Content.Shared/Vehicle/SharedVehicleSystem.cs delete mode 100644 Resources/Locale/en-US/vehicle/vehicle.ftl delete mode 100644 Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml delete mode 100644 Resources/Prototypes/Entities/Objects/Vehicles/actions.yml delete mode 100644 Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml delete mode 100644 Resources/Prototypes/Entities/Objects/Vehicles/keys.yml delete mode 100644 Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml delete mode 100644 Resources/Prototypes/Recipes/Crafting/Graphs/bots/taxibot.yml diff --git a/Content.Client/Buckle/BuckleSystem.cs b/Content.Client/Buckle/BuckleSystem.cs index 8536c3c429..fea18e5cf3 100644 --- a/Content.Client/Buckle/BuckleSystem.cs +++ b/Content.Client/Buckle/BuckleSystem.cs @@ -2,7 +2,6 @@ using Content.Shared.Buckle; using Content.Shared.Buckle.Components; using Content.Shared.Rotation; -using Content.Shared.Vehicle.Components; using Robust.Client.GameObjects; namespace Content.Client.Buckle; @@ -26,9 +25,6 @@ private void OnBuckleAfterAutoHandleState(EntityUid uid, BuckleComponent compone if (!TryComp(uid, out var ownerSprite)) return; - if (HasComp(component.LastEntityBuckledTo)) - return; - // Adjust draw depth when the chair faces north so that the seat back is drawn over the player. // Reset the draw depth when rotated in any other direction. // TODO when ECSing, make this a visualizer diff --git a/Content.Client/Vehicle/VehicleSystem.cs b/Content.Client/Vehicle/VehicleSystem.cs deleted file mode 100644 index 2092163b00..0000000000 --- a/Content.Client/Vehicle/VehicleSystem.cs +++ /dev/null @@ -1,80 +0,0 @@ -using Content.Shared.Vehicle; -using Content.Shared.Vehicle.Components; -using Robust.Client.GameObjects; -using Robust.Shared.GameStates; - -namespace Content.Client.Vehicle; - -public sealed class VehicleSystem : SharedVehicleSystem -{ - [Dependency] private EyeSystem _eye = default!; - - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnRiderStartup); - SubscribeLocalEvent(OnRiderShutdown); - SubscribeLocalEvent(OnRiderHandleState); - SubscribeLocalEvent(OnVehicleAppearanceChange); - } - - private void OnRiderStartup(EntityUid uid, RiderComponent component, ComponentStartup args) - { - // Center the player's eye on the vehicle - if (TryComp(uid, out EyeComponent? eyeComp)) - { - _eye.SetTarget(uid, eyeComp.Target ?? component.Vehicle, eyeComp); - } - } - - private void OnRiderShutdown(EntityUid uid, RiderComponent component, ComponentShutdown args) - { - // reset the riders eye centering. - if (TryComp(uid, out EyeComponent? eyeComp)) - { - _eye.SetTarget(uid, null, eyeComp); - } - } - - private void OnRiderHandleState(EntityUid uid, RiderComponent component, ref ComponentHandleState args) - { - if (args.Current is not RiderComponentState state) - return; - - var entity = EnsureEntity(state.Entity, uid); - - if (TryComp(uid, out EyeComponent? eyeComp) && eyeComp.Target == component.Vehicle) - { - _eye.SetTarget(uid, entity, eyeComp); - } - - component.Vehicle = entity; - } - - private void OnVehicleAppearanceChange(EntityUid uid, VehicleComponent component, ref AppearanceChangeEvent args) - { - if (args.Sprite == null) - return; - - if (component.HideRider - && Appearance.TryGetData(uid, VehicleVisuals.HideRider, out var hide, args.Component) - && TryComp(component.LastRider, out var riderSprite)) - riderSprite.Visible = !hide; - - // First check is for the sprite itself - if (Appearance.TryGetData(uid, VehicleVisuals.DrawDepth, out var drawDepth, args.Component)) - args.Sprite.DrawDepth = drawDepth; - - // Set vehicle layer to animated or not (i.e. are the wheels turning or not) - if (component.AutoAnimate - && Appearance.TryGetData(uid, VehicleVisuals.AutoAnimate, out var autoAnimate, args.Component)) - args.Sprite.LayerSetAutoAnimated(VehicleVisualLayers.AutoAnimate, autoAnimate); - } -} - -public enum VehicleVisualLayers : byte -{ - /// Layer for the vehicle's wheels - AutoAnimate, -} diff --git a/Content.Server/Vehicle/VehicleSystem.cs b/Content.Server/Vehicle/VehicleSystem.cs deleted file mode 100644 index f0eea36ffb..0000000000 --- a/Content.Server/Vehicle/VehicleSystem.cs +++ /dev/null @@ -1,7 +0,0 @@ -using Content.Shared.Vehicle; - -namespace Content.Server.Vehicle; - -public sealed class VehicleSystem : SharedVehicleSystem -{ -} diff --git a/Content.Shared/Buckle/Components/StrapComponent.cs b/Content.Shared/Buckle/Components/StrapComponent.cs index b0f37a8daf..f25e1b0374 100644 --- a/Content.Shared/Buckle/Components/StrapComponent.cs +++ b/Content.Shared/Buckle/Components/StrapComponent.cs @@ -1,6 +1,5 @@ using System.Numerics; using Content.Shared.Alert; -using Content.Shared.Vehicle; using Content.Shared.Whitelist; using Robust.Shared.Audio; using Robust.Shared.GameStates; @@ -9,7 +8,7 @@ namespace Content.Shared.Buckle.Components; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] -[Access(typeof(SharedBuckleSystem), typeof(SharedVehicleSystem))] +[Access(typeof(SharedBuckleSystem))] public sealed partial class StrapComponent : Component { /// diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index cfaea47d30..731b2892aa 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -16,7 +16,6 @@ using Content.Shared.Storage.Components; using Content.Shared.Stunnable; using Content.Shared.Throwing; -using Content.Shared.Vehicle.Components; using Content.Shared.Verbs; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -124,16 +123,6 @@ private void OnBuckleDownAttempt(EntityUid uid, BuckleComponent component, DownA private void OnBuckleStandAttempt(EntityUid uid, BuckleComponent component, StandAttemptEvent args) { - //Let entities stand back up while on vehicles so that they can be knocked down when slept/stunned - //This prevents an exploit that allowed people to become partially invulnerable to stuns - //while on vehicles - - if (component.BuckledTo != null) - { - var buckle = component.BuckledTo; - if (TryComp(buckle, out _)) - return; - } if (component.Buckled) args.Cancel(); } @@ -149,8 +138,7 @@ private void OnBuckleUpdateCanMove(EntityUid uid, BuckleComponent component, Upd if (component.LifeStage > ComponentLifeStage.Running) return; - if (component.Buckled && - !HasComp(component.BuckledTo)) // buckle+vehicle shitcode + if (component.Buckled) // buckle shitcode args.Cancel(); } @@ -436,10 +424,6 @@ public bool TryUnbuckle(EntityUid buckleUid, EntityUid userUid, bool force = fal if (HasComp(buckleUid) && buckleUid == userUid) return false; - // If the strap is a vehicle and the rider is not the person unbuckling, return. Unless the rider is crit or dead. - if (TryComp(strapUid, out var vehicle) && vehicle.Rider != userUid && !_mobState.IsIncapacitated(buckleUid)) - return false; - // If the person is crit or dead in any kind of strap, return. This prevents people from unbuckling themselves while incapacitated. if (_mobState.IsIncapacitated(buckleUid) && userUid == buckleUid) return false; diff --git a/Content.Shared/Foldable/FoldableComponent.cs b/Content.Shared/Foldable/FoldableComponent.cs index 7303f64fdb..1943327c0d 100644 --- a/Content.Shared/Foldable/FoldableComponent.cs +++ b/Content.Shared/Foldable/FoldableComponent.cs @@ -4,10 +4,10 @@ namespace Content.Shared.Foldable; /// -/// Used to create "foldable structures" that you can pickup like an item when folded. Used for rollerbeds and wheelchairs. +/// Used to create "foldable structures" that you can pickup like an item when folded. /// /// -/// Wiill prevent any insertions into containers while this item is unfolded. +/// Will prevent any insertions into containers while this item is unfolded. /// [RegisterComponent] [NetworkedComponent] diff --git a/Content.Shared/Traits/Assorted/LegsParalyzedComponent.cs b/Content.Shared/Traits/Assorted/LegsParalyzedComponent.cs index 7716749da1..59f9ca758b 100644 --- a/Content.Shared/Traits/Assorted/LegsParalyzedComponent.cs +++ b/Content.Shared/Traits/Assorted/LegsParalyzedComponent.cs @@ -4,7 +4,6 @@ namespace Content.Shared.Traits.Assorted; /// /// Set player speed to zero and standing state to down, simulating leg paralysis. -/// Used for Wheelchair bound trait. /// [RegisterComponent, NetworkedComponent, Access(typeof(LegsParalyzedSystem))] public sealed partial class LegsParalyzedComponent : Component diff --git a/Content.Shared/Vehicle/Components/InVehicleComponent.cs b/Content.Shared/Vehicle/Components/InVehicleComponent.cs deleted file mode 100644 index 77229f1705..0000000000 --- a/Content.Shared/Vehicle/Components/InVehicleComponent.cs +++ /dev/null @@ -1,17 +0,0 @@ -using Robust.Shared.GameStates; - -namespace Content.Shared.Vehicle.Components -{ - /// - /// Added to objects inside a vehicle to stop people besides the rider from - /// removing them. - /// - [RegisterComponent, NetworkedComponent] - public sealed partial class InVehicleComponent : Component - { - /// - /// The vehicle this rider is currently riding. - /// - [ViewVariables] public VehicleComponent? Vehicle; - } -} diff --git a/Content.Shared/Vehicle/Components/RiderComponent.cs b/Content.Shared/Vehicle/Components/RiderComponent.cs deleted file mode 100644 index a6618842e4..0000000000 --- a/Content.Shared/Vehicle/Components/RiderComponent.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Robust.Shared.GameStates; -using Robust.Shared.Serialization; - -namespace Content.Shared.Vehicle.Components; - -/// -/// Added to people when they are riding in a vehicle -/// used mostly to keep track of them for entityquery. -/// -[RegisterComponent, NetworkedComponent] -public sealed partial class RiderComponent : Component -{ - /// - /// The vehicle this rider is currently riding. - /// - [ViewVariables] public EntityUid? Vehicle; - - public override bool SendOnlyToOwner => true; -} - -[Serializable, NetSerializable] -public sealed class RiderComponentState : ComponentState -{ - public NetEntity? Entity; -} diff --git a/Content.Shared/Vehicle/Components/VehicleComponent.cs b/Content.Shared/Vehicle/Components/VehicleComponent.cs deleted file mode 100644 index a4a4d89a25..0000000000 --- a/Content.Shared/Vehicle/Components/VehicleComponent.cs +++ /dev/null @@ -1,114 +0,0 @@ -using System.Numerics; -using Robust.Shared.Audio; -using Robust.Shared.GameStates; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; - -namespace Content.Shared.Vehicle.Components; - -/// -/// This is particularly for vehicles that use -/// buckle. Stuff like clown cars may need a different -/// component at some point. -/// All vehicles should have Physics, Strap, and SharedPlayerInputMover components. -/// -[AutoGenerateComponentState] -[RegisterComponent, NetworkedComponent] -[Access(typeof(SharedVehicleSystem))] -public sealed partial class VehicleComponent : Component -{ - /// - /// The entity currently riding the vehicle. - /// - [ViewVariables] - [AutoNetworkedField] - public EntityUid? Rider; - - [ViewVariables] - [AutoNetworkedField] - public EntityUid? LastRider; - - /// - /// The base offset for the vehicle (when facing east) - /// - [ViewVariables] - public Vector2 BaseBuckleOffset = Vector2.Zero; - - /// - /// The sound that the horn makes - /// - [DataField("hornSound")] - [ViewVariables(VVAccess.ReadWrite)] - public SoundSpecifier? HornSound = new SoundPathSpecifier("/Audio/Effects/Vehicle/carhorn.ogg") - { - Params = AudioParams.Default.WithVolume(-3f) - }; - - [ViewVariables] - public EntityUid? HonkPlayingStream; - - /// Use ambient sound component for the idle sound. - - [DataField("hornAction", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string? HornAction = "ActionVehicleHorn"; - - /// - /// The action for the horn (if any) - /// - [DataField("hornActionEntity")] - [ViewVariables(VVAccess.ReadWrite)] - public EntityUid? HornActionEntity; - - /// - /// Whether the vehicle has a key currently inside it or not. - /// - [DataField("hasKey")] - [ViewVariables(VVAccess.ReadWrite)] - public bool HasKey; - - /// - /// Determines from which side the vehicle will be displayed on top of the player. - /// - - [DataField("southOver")] - [ViewVariables(VVAccess.ReadWrite)] - public bool SouthOver; - - [DataField("northOver")] - [ViewVariables(VVAccess.ReadWrite)] - public bool NorthOver; - - [DataField("westOver")] - [ViewVariables(VVAccess.ReadWrite)] - public bool WestOver; - - [DataField("eastOver")] - [ViewVariables(VVAccess.ReadWrite)] - public bool EastOver; - - /// - /// What the y buckle offset should be in north / south - /// - [DataField("northOverride")] - [ViewVariables(VVAccess.ReadWrite)] - public float NorthOverride; - - /// - /// What the y buckle offset should be in north / south - /// - [DataField("southOverride")] - [ViewVariables(VVAccess.ReadWrite)] - public float SouthOverride; - - [DataField("autoAnimate")] - [ViewVariables(VVAccess.ReadWrite)] - public bool AutoAnimate = true; - - [DataField("useHand")] - [ViewVariables(VVAccess.ReadWrite)] - public bool UseHand = true; - - [DataField("hideRider")] - [ViewVariables(VVAccess.ReadWrite)] - public bool HideRider; -} diff --git a/Content.Shared/Vehicle/SharedVehicleSystem.Rider.cs b/Content.Shared/Vehicle/SharedVehicleSystem.Rider.cs deleted file mode 100644 index 3acd823c73..0000000000 --- a/Content.Shared/Vehicle/SharedVehicleSystem.Rider.cs +++ /dev/null @@ -1,41 +0,0 @@ -using Content.Shared.Hands; -using Content.Shared.Physics.Pull; -using Content.Shared.Vehicle.Components; -using Robust.Shared.GameStates; - -namespace Content.Shared.Vehicle; - -public abstract partial class SharedVehicleSystem -{ - private void InitializeRider() - { - SubscribeLocalEvent(OnRiderGetState); - SubscribeLocalEvent(OnVirtualItemDeleted); - SubscribeLocalEvent(OnPullAttempt); - } - - private void OnRiderGetState(EntityUid uid, RiderComponent component, ref ComponentGetState args) - { - args.State = new RiderComponentState() - { - Entity = GetNetEntity(component.Vehicle), - }; - } - - /// - /// Kick the rider off the vehicle if they press q / drop the virtual item - /// - private void OnVirtualItemDeleted(EntityUid uid, RiderComponent component, VirtualItemDeletedEvent args) - { - if (args.BlockingEntity == component.Vehicle) - { - _buckle.TryUnbuckle(uid, uid, true); - } - } - - private void OnPullAttempt(EntityUid uid, RiderComponent component, PullAttemptEvent args) - { - if (component.Vehicle != null) - args.Cancelled = true; - } -} diff --git a/Content.Shared/Vehicle/SharedVehicleSystem.cs b/Content.Shared/Vehicle/SharedVehicleSystem.cs deleted file mode 100644 index 50143ae551..0000000000 --- a/Content.Shared/Vehicle/SharedVehicleSystem.cs +++ /dev/null @@ -1,374 +0,0 @@ -using System.Numerics; -using Content.Shared.Access.Components; -using Content.Shared.Actions; -using Content.Shared.Audio; -using Content.Shared.Buckle; -using Content.Shared.Buckle.Components; -using Content.Shared.Hands; -using Content.Shared.Inventory.VirtualItem; -using Content.Shared.Item; -using Content.Shared.Light.Components; -using Content.Shared.Movement.Components; -using Content.Shared.Movement.Systems; -using Content.Shared.Popups; -using Content.Shared.Tag; -using Content.Shared.Vehicle.Components; -using Robust.Shared.Audio; -using Robust.Shared.Audio.Systems; -using Robust.Shared.Containers; -using Robust.Shared.Network; -using Robust.Shared.Physics.Systems; -using Robust.Shared.Serialization; - -namespace Content.Shared.Vehicle; - -/// -/// Stores the VehicleVisuals and shared event -/// Nothing for a system but these need to be put somewhere in -/// Content.Shared -/// -public abstract partial class SharedVehicleSystem : EntitySystem -{ - [Dependency] private readonly INetManager _netManager = default!; - - [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; - [Dependency] private readonly SharedAudioSystem _audioSystem = default!; - [Dependency] private readonly MovementSpeedModifierSystem _modifier = default!; - [Dependency] private readonly SharedAmbientSoundSystem _ambientSound = default!; - [Dependency] private readonly SharedTransformSystem _transform = default!; - [Dependency] private readonly TagSystem _tagSystem = default!; - [Dependency] private readonly SharedPopupSystem _popupSystem = default!; - [Dependency] private readonly SharedVirtualItemSystem _virtualItemSystem = default!; - [Dependency] private readonly SharedActionsSystem _actionsSystem = default!; - [Dependency] private readonly SharedJointSystem _joints = default!; - [Dependency] private readonly SharedBuckleSystem _buckle = default!; - [Dependency] private readonly SharedMoverController _mover = default!; - - private const string KeySlot = "key_slot"; - - /// - public override void Initialize() - { - base.Initialize(); - InitializeRider(); - - SubscribeLocalEvent(OnVehicleStartup); - SubscribeLocalEvent(OnBuckleChange); - SubscribeLocalEvent(OnHonkAction); - SubscribeLocalEvent(OnEntInserted); - SubscribeLocalEvent(OnEntRemoved); - SubscribeLocalEvent(OnRefreshMovementSpeedModifiers); - SubscribeLocalEvent(OnMoveEvent); - SubscribeLocalEvent(OnGetAdditionalAccess); - - SubscribeLocalEvent(OnGettingPickedUpAttempt); - } - - /// - /// This just controls whether the wheels are turning. - /// - public override void Update(float frameTime) - { - var vehicleQuery = EntityQueryEnumerator(); - while (vehicleQuery.MoveNext(out var uid, out var vehicle, out var mover)) - { - if (!vehicle.AutoAnimate) - continue; - - // Why is this updating appearance data every tick, instead of when it needs to be updated??? - - if (_mover.GetVelocityInput(mover).Sprinting == Vector2.Zero) - { - UpdateAutoAnimate(uid, false); - continue; - } - - UpdateAutoAnimate(uid, true); - } - } - - private void OnVehicleStartup(EntityUid uid, VehicleComponent component, ComponentStartup args) - { - UpdateDrawDepth(uid, 2); - - // This code should be purged anyway but with that being said this doesn't handle components being changed. - if (TryComp(uid, out var strap)) - { - component.BaseBuckleOffset = strap.BuckleOffsetClamped; - strap.BuckleOffset = Vector2.Zero; - } - - _modifier.RefreshMovementSpeedModifiers(uid); - } - - /// - /// Give the user the rider component if they're buckling to the vehicle, - /// otherwise remove it. - /// - private void OnBuckleChange(EntityUid uid, VehicleComponent component, ref BuckleChangeEvent args) - { - // Add Rider - if (args.Buckling) - { - if (component.UseHand == true) - { - // Add a virtual item to rider's hand, unbuckle if we can't. - if (!_virtualItemSystem.TrySpawnVirtualItemInHand(uid, args.BuckledEntity)) - { - _buckle.TryUnbuckle(uid, uid, true); - return; - } - } - // Set up the rider and vehicle with each other - EnsureComp(uid); - var rider = EnsureComp(args.BuckledEntity); - component.Rider = args.BuckledEntity; - component.LastRider = component.Rider; - Dirty(component); - Appearance.SetData(uid, VehicleVisuals.HideRider, true); - - _mover.SetRelay(args.BuckledEntity, uid); - rider.Vehicle = uid; - - // Update appearance stuff, add actions - UpdateBuckleOffset(uid, Transform(uid), component); - if (TryComp(uid, out var mover)) - UpdateDrawDepth(uid, GetDrawDepth(Transform(uid), component, mover.RelativeRotation.Degrees)); - - if (TryComp(args.BuckledEntity, out var actions) && TryComp(uid, out var flashlight)) - { - _actionsSystem.AddAction(args.BuckledEntity, ref flashlight.ToggleActionEntity, flashlight.ToggleAction, uid, actions); - } - - if (component.HornSound != null) - { - _actionsSystem.AddAction(args.BuckledEntity, ref component.HornActionEntity, component.HornAction, uid, actions); - } - - _joints.ClearJoints(args.BuckledEntity); - - _tagSystem.AddTag(uid, "DoorBumpOpener"); - - return; - } - - // Remove rider - - // Clean up actions and virtual items - _actionsSystem.RemoveProvidedActions(args.BuckledEntity, uid); - - if (component.UseHand == true) - _virtualItemSystem.DeleteInHandsMatching(args.BuckledEntity, uid); - - - // Entity is no longer riding - RemComp(args.BuckledEntity); - RemComp(args.BuckledEntity); - _tagSystem.RemoveTag(uid, "DoorBumpOpener"); - - Appearance.SetData(uid, VehicleVisuals.HideRider, false); - // Reset component - component.Rider = null; - Dirty(component); - } - - /// - /// This fires when the rider presses the honk action - /// - private void OnHonkAction(EntityUid uid, VehicleComponent vehicle, HonkActionEvent args) - { - if (args.Handled || vehicle.HornSound == null) - return; - - // TODO: Need audio refactor maybe, just some way to null it when the stream is over. - // For now better to just not loop to keep the code much cleaner. - vehicle.HonkPlayingStream = _audioSystem.PlayPredicted(vehicle.HornSound, uid, uid)?.Entity; - args.Handled = true; - } - - /// - /// Handle adding keys to the ignition, give stuff the InVehicleComponent so it can't be picked - /// up by people not in the vehicle. - /// - private void OnEntInserted(EntityUid uid, VehicleComponent component, EntInsertedIntoContainerMessage args) - { - if (args.Container.ID != KeySlot || - !_tagSystem.HasTag(args.Entity, "VehicleKey")) - return; - - // Enable vehicle - var inVehicle = EnsureComp(args.Entity); - inVehicle.Vehicle = component; - - component.HasKey = true; - - var msg = Loc.GetString("vehicle-use-key", - ("keys", args.Entity), ("vehicle", uid)); - if (_netManager.IsServer) - _popupSystem.PopupEntity(msg, uid, args.OldParent, PopupType.Medium); - - // Audiovisual feedback - _ambientSound.SetAmbience(uid, true); - _modifier.RefreshMovementSpeedModifiers(uid); - } - - /// - /// Turn off the engine when key is removed. - /// - private void OnEntRemoved(EntityUid uid, VehicleComponent component, EntRemovedFromContainerMessage args) - { - if (args.Container.ID != KeySlot || !RemComp(args.Entity)) - return; - - // Disable vehicle - component.HasKey = false; - _ambientSound.SetAmbience(uid, false); - _modifier.RefreshMovementSpeedModifiers(uid); - } - - private void OnRefreshMovementSpeedModifiers(EntityUid uid, VehicleComponent component, RefreshMovementSpeedModifiersEvent args) - { - if (!component.HasKey) - { - args.ModifySpeed(0f, 0f); - } - } - - // TODO: Shitcode, needs to use sprites instead of actual offsets. - private void OnMoveEvent(EntityUid uid, VehicleComponent component, ref MoveEvent args) - { - if (args.NewRotation == args.OldRotation) - return; - - // This first check is just for safety - if (component.AutoAnimate && !HasComp(uid)) - { - UpdateAutoAnimate(uid, false); - return; - } - - UpdateBuckleOffset(uid, args.Component, component); - if (TryComp(uid, out var mover)) - UpdateDrawDepth(uid, GetDrawDepth(args.Component, component, mover.RelativeRotation)); - } - - private void OnGettingPickedUpAttempt(EntityUid uid, InVehicleComponent component, GettingPickedUpAttemptEvent args) - { - if (component.Vehicle == null || component.Vehicle.Rider != null && component.Vehicle.Rider != args.User) - args.Cancel(); - } - - /// - /// Depending on which direction the vehicle is facing, - /// change its draw depth. Vehicles can choose between special drawdetph - /// when facing north or south. East and west are easy. - /// - private int GetDrawDepth(TransformComponent xform, VehicleComponent component, Angle cameraAngle) - { - var itemDirection = cameraAngle.GetDir() switch - { - Direction.South => xform.LocalRotation.GetDir(), - Direction.North => xform.LocalRotation.RotateDir(Direction.North), - Direction.West => xform.LocalRotation.RotateDir(Direction.East), - Direction.East => xform.LocalRotation.RotateDir(Direction.West), - _ => Direction.South - }; - - return itemDirection switch - { - Direction.North => component.NorthOver - ? (int) DrawDepth.DrawDepth.Doors - : (int) DrawDepth.DrawDepth.WallMountedItems, - Direction.South => component.SouthOver - ? (int) DrawDepth.DrawDepth.Doors - : (int) DrawDepth.DrawDepth.WallMountedItems, - Direction.West => component.WestOver - ? (int) DrawDepth.DrawDepth.Doors - : (int) DrawDepth.DrawDepth.WallMountedItems, - Direction.East => component.EastOver - ? (int) DrawDepth.DrawDepth.Doors - : (int) DrawDepth.DrawDepth.WallMountedItems, - _ => (int) DrawDepth.DrawDepth.WallMountedItems - }; - } - - - /// - /// Change the buckle offset based on what direction the vehicle is facing and - /// teleport any buckled entities to it. This is the most crucial part of making - /// buckled vehicles work. - /// - private void UpdateBuckleOffset(EntityUid uid, TransformComponent xform, VehicleComponent component) - { - if (!TryComp(uid, out var strap)) - return; - - // TODO: Strap should handle this but buckle E/C moment. - var oldOffset = strap.BuckleOffset; - - strap.BuckleOffset = xform.LocalRotation.Degrees switch - { - < 45f => new(0, component.SouthOverride), - <= 135f => component.BaseBuckleOffset, - < 225f => new(0, component.NorthOverride), - <= 315f => new(component.BaseBuckleOffset.X * -1, component.BaseBuckleOffset.Y), - _ => new(0, component.SouthOverride) - }; - - if (!oldOffset.Equals(strap.BuckleOffset)) - Dirty(strap); - - foreach (var buckledEntity in strap.BuckledEntities) - { - var buckleXform = Transform(buckledEntity); - _transform.SetLocalPositionNoLerp(buckleXform, strap.BuckleOffsetClamped); - } - } - - private void OnGetAdditionalAccess(EntityUid uid, VehicleComponent component, ref GetAdditionalAccessEvent args) - { - if (component.Rider == null) - return; - args.Entities.Add(component.Rider.Value); - } - - /// - /// Set the draw depth for the sprite. - /// - private void UpdateDrawDepth(EntityUid uid, int drawDepth) - { - Appearance.SetData(uid, VehicleVisuals.DrawDepth, drawDepth); - } - - /// - /// Set whether the vehicle's base layer is animating or not. - /// - private void UpdateAutoAnimate(EntityUid uid, bool autoAnimate) - { - Appearance.SetData(uid, VehicleVisuals.AutoAnimate, autoAnimate); - } -} - -/// -/// Stores the vehicle's draw depth mostly -/// -[Serializable, NetSerializable] -public enum VehicleVisuals : byte -{ - /// - /// What layer the vehicle should draw on (assumed integer) - /// - DrawDepth, - /// - /// Whether the wheels should be turning - /// - AutoAnimate, - HideRider -} - -/// -/// Raised when someone honks a vehicle horn -/// -public sealed partial class HonkActionEvent : InstantActionEvent -{ -} diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 3a8b1f3b59..c097a689dd 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -24,9 +24,6 @@ trait-pirate-accent-desc = You can't stop speaking like a pirate! trait-accentless-name = Accentless trait-accentless-desc = You don't have the accent that your species would usually have -trait-wheelchair-bound-name = Wheelchair Bound -trait-wheelchair-bound-desc = You cannot move without your wheelchair. Wheelchair included. - trait-frontal-lisp-name = Frontal Lisp trait-frontal-lisp-desc = You thpeak with a lithp diff --git a/Resources/Locale/en-US/vehicle/vehicle.ftl b/Resources/Locale/en-US/vehicle/vehicle.ftl deleted file mode 100644 index 0fb99d28c7..0000000000 --- a/Resources/Locale/en-US/vehicle/vehicle.ftl +++ /dev/null @@ -1,3 +0,0 @@ -vehicle-use-key = You use {THE($keys)} to start {THE($vehicle)}. - -vehicle-slot-component-slot-name-keys = Keys diff --git a/Resources/Migrations/migration.yml b/Resources/Migrations/migration.yml index 22d002d750..b9df82413e 100644 --- a/Resources/Migrations/migration.yml +++ b/Resources/Migrations/migration.yml @@ -156,3 +156,34 @@ ClothingHeadHelmetVoidParamed: null # 2024-01-19 DefaultStationBeaconTeslaEngine: null + +# 2024-01-31 +SpawnVehicleWheelchair: null +SpawnVehicleWheelchairFolded: null +VehicleWheelchair: null +VehicleWheelchairFolded: null +VehicleSecwayStealObjective: null +VehicleKeyJanicart: null +VehicleKeySecway: null +VehicleKeyATV: null +VehicleKeySkeleton: null +VehicleKeySyndicateSegway: null +VehicleKeySkeletonMotorcycle: null +VehicleSecway: null +VehicleATV: null +VehicleSyndicateSegway: null +VehicleSkeletonMotorcycle: null +VehicleUnicycle: null +VehicleUnicycleFolded: null +ActionVehicleHorn: null +CrateFunATV: null +CrateFunSyndicateSegway: null +MobTaxiBot: null +MobSupplyBot: null +SpawnVehicleMotobike: null +SpawnVehicleATV: null +SpawnVehicleSecway: null +SpawnVehicleJanicart: null +VehicleJanicart: null +VehicleJanicartDestroyed: null + diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index e3092724dc..5bedc9a861 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -118,16 +118,6 @@ category: Fun group: market -- type: cargoProduct - id: FunATV - icon: - sprite: Objects/Vehicles/atv.rsi - state: vehicle - product: CrateFunATV - cost: 1500 - category: Fun - group: market - - type: cargoProduct id: FunSadTromboneImplants icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index 3a20d6d47a..283a70188d 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -183,17 +183,6 @@ - id: DiceBag amount: 6 -- type: entity - id: CrateFunATV - parent: CrateLivestock - name: ATV crate - description: An Absolutely Taxable Vehicle to help cargo with hauling. - components: - - type: StorageFill - contents: - - id: VehicleATV - - id: VehicleKeyATV - - type: entity id: CrateFunSadTromboneImplants parent: CrateGenericSteel @@ -260,17 +249,6 @@ - id: WeaponWaterPistol amount: 4 -- type: entity - id: CrateFunSyndicateSegway - parent: CrateLivestock - name: Syndicate segway crate - description: A crate containing a two-wheeler that will help you escape from the security officers. Or not. - components: - - type: StorageFill - contents: - - id: VehicleSyndicateSegway - - id: VehicleKeySyndicateSegway - - type: entity id: CrateFunBoxing parent: CrateGenericSteel @@ -322,7 +300,6 @@ - id: MrDips orGroup: Giftpool - id: RevolverCapGun - - id: VehicleUnicycleFolded - id: ClothingShoesClownLarge - id: ClothingHeadHatMagician - id: BeachBall diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 78ff3df761..5f795595d7 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1432,22 +1432,6 @@ categories: - UplinkMisc -- type: listing - id: UplinkSyndicateSegwayCrate - name: uplink-syndicate-segway-crate-name - description: uplink-syndicate-segway-crate-desc - icon: { sprite: /Textures/Objects/Vehicles/syndicatesegway.rsi, state: icon } - productEntity: CrateFunSyndicateSegway - cost: - Telecrystal: 5 - categories: - - UplinkMisc - conditions: - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle - - type: listing id: UplinkBribe name: uplink-bribe-name diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 3e08380672..d5976d1dda 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -222,7 +222,6 @@ - HolosignProjector - Plunger - LightReplacer - - JanicartKeys components: - LightReplacer - type: ItemMapper diff --git a/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml b/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml deleted file mode 100644 index ee73528920..0000000000 --- a/Resources/Prototypes/Entities/Markers/Spawners/vehicles.yml +++ /dev/null @@ -1,83 +0,0 @@ -- type: entity - name: Secway Spawner - id: SpawnVehicleSecway - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/secway.rsi - state: keys - - type: ConditionalSpawner - prototypes: - - VehicleSecway - -- type: entity - name: Janicart Spawner - id: SpawnVehicleJanicart - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/janicart.rsi - state: keys - - type: ConditionalSpawner - prototypes: - - VehicleJanicart - -- type: entity - name: ATV Spawner - id: SpawnVehicleATV - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/atv.rsi - state: keys - - type: ConditionalSpawner - prototypes: - - VehicleATV - -- type: entity - name: Motobike Spawner - id: SpawnVehicleMotobike - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/motorbike.rsi - state: keys - - type: ConditionalSpawner - prototypes: - - VehicleSkeletonMotorcycle - -- type: entity - name: Wheelchair Spawner - id: SpawnVehicleWheelchair - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/wheelchair.rsi - state: vehicle - - type: ConditionalSpawner - prototypes: - - VehicleWheelchair - -- type: entity - name: Wheelchair [Folded] Spawner - id: SpawnVehicleWheelchairFolded - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/wheelchair.rsi - state: vehicle_folded - - type: ConditionalSpawner - prototypes: - - VehicleWheelchairFolded \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index cd7882d3d1..42b7ff9e21 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -108,77 +108,6 @@ proto: robot - type: ZombieImmune -- type: entity - parent: [ MobSiliconBase, BaseVehicle] - id: MobSiliconBaseVehicle # for vehicles - abstract: true - components: - - type: NoSlip - - type: GhostTakeoverAvailable - - type: GhostRole - makeSentient: true - - type: UnpoweredFlashlight - - type: PointLight - enabled: false - radius: 3.5 - softness: 2 - mask: /Textures/Effects/LightMasks/cone.png - autoRot: true - -- type: entity - parent: MobSiliconBaseVehicle - id: MobTaxiBot - name: taxibot - description: Give a ride? - components: - - type: Sprite - sprite: Mobs/Silicon/Bots/taxibot.rsi - layers: - - state: taxibot - map: ["enum.VehicleVisualLayers.AutoAnimate"] - - type: GhostRole - name: ghost-role-information-taxibot-name - description: ghost-role-information-taxibot-description - - type: Strap - buckleOffset: "0, 0" - maxBuckleDistance: 1 - - type: Construction - graph: TaxiBot - node: bot - -- type: entity - parent: MobSiliconBaseVehicle - id: MobSupplyBot - name: supplybot - description: Delivers cargo! - components: - - type: Sprite - sprite: Mobs/Silicon/Bots/supplybot.rsi - layers: - - state: supplybot - map: ["enum.VehicleVisualLayers.AutoAnimate"] - - type: GhostRole - name: ghost-role-information-supplybot-name - description: ghost-role-information-supplybot-description - - type: Construction - graph: SupplyBot - node: bot - - type: Storage - maxItemSize: Huge - grid: - - 0,0,9,3 - - type: Access - groups: - - Cargo - - type: UserInterface - interfaces: - - key: enum.StorageUiKey.Key - type: StorageBoundUserInterface - - type: ContainerContainer - containers: - storagebase: !type:Container - ents: [] - - type: entity parent: MobSiliconBase id: MobHonkBot @@ -350,12 +279,12 @@ interactSuccessSound: path: /Audio/Ambience/Objects/periodic_beep.ogg - type: ShowHealthBars - damageContainers: + damageContainers: - Biological - type: ShowHealthIcons - damageContainers: + damageContainers: - Biological - + - type: entity parent: MobSiliconBase id: MobMimeBot diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/actions.yml b/Resources/Prototypes/Entities/Objects/Vehicles/actions.yml deleted file mode 100644 index cee03f2d25..0000000000 --- a/Resources/Prototypes/Entities/Objects/Vehicles/actions.yml +++ /dev/null @@ -1,10 +0,0 @@ -- type: entity - id: ActionVehicleHorn - name: Honk - description: Honk! - noSpawn: true - components: - - type: InstantAction - useDelay: 3.4 - icon: Objects/Fun/bikehorn.rsi/icon.png - event: !type:HonkActionEvent diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml deleted file mode 100644 index cf30f69754..0000000000 --- a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml +++ /dev/null @@ -1,462 +0,0 @@ -- type: entity - id: BaseVehicle - save: false - abstract: true - components: - - type: AmbientSound - sound: "/Audio/Effects/Vehicle/vehicleengineidle.ogg" - range: 10 - volume: -10 - enabled: false - - type: MovementSpeedModifier - weightlessModifier: 0 - acceleration: 2 - friction: 2 - frictionNoInput: 6 - baseWalkSpeed: 4.5 - baseSprintSpeed: 6 - - type: Repairable - fuelcost: 20 - doAfterDelay: 20 - - type: Damageable - damageContainer: Inorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 600 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 300 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - !type:PlaySoundBehavior - sound: - collection: MetalGlassBreak - - !type:ExplodeBehavior - -- type: entity - parent: BaseVehicle - id: BaseVehicleRideable - abstract: true - name: Vehicle - components: - - type: Strap - buckleOffset: "0.10, 0.36" - maxBuckleDistance: 1 - - type: InputMover - - type: InteractionOutline - - type: Vehicle - - type: Pullable - - type: Physics - bodyType: KinematicController - - type: Clickable - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeCircle - radius: 0.4 - density: 360 - restitution: 0.0 - mask: - - MobMask - layer: - - TableLayer - - type: Appearance - - type: ItemSlots - slots: - key_slot: #this slot name is important - name: vehicle-slot-component-slot-name-keys - whitelist: - requireAll: true - tags: - - VehicleKey - insertSound: - path: /Audio/Effects/Vehicle/vehiclestartup.ogg - params: - volume: -3 - - type: StaticPrice - price: 750 # Grand Theft Auto. - -- type: entity - id: VehicleJanicart - parent: BaseVehicleRideable - name: janicart - description: The janitor's trusty steed. - components: - - type: Vehicle - southOver: true - westOver: true - eastOver: true - northOverride: -0.15 - southOverride: 0.22 - - type: Sprite - sprite: Objects/Vehicles/janicart.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate"] - noRot: true - - type: UnpoweredFlashlight - - type: PointLight - enabled: false - radius: 3.5 - softness: 2 - mask: /Textures/Effects/LightMasks/cone.png - autoRot: true - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 500 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 250 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - !type:PlaySoundBehavior - sound: - collection: MetalGlassBreak - - !type:ExplodeBehavior - - !type:SpawnEntitiesBehavior # in future should also emit a cloud of hot gas - spawn: - VehicleJanicartDestroyed: - min: 1 - max: 1 - - type: ItemSlots - slots: - key_slot: - name: vehicle-slot-component-slot-name-keys - whitelist: - requireAll: true - tags: - - VehicleKey - - JanicartKeys - insertSound: - path: /Audio/Effects/Vehicle/vehiclestartup.ogg - params: - volume: -3 - trashbag_slot: - name: janitorial-trolley-slot-component-slot-name-trashbag - whitelist: - tags: - - TrashBag - - type: ItemMapper - mapLayers: - storage: - whitelist: - tags: - - TrashBag - sprite: Objects/Vehicles/janicart.rsi - - type: Appearance - -- type: entity - id: VehicleJanicartDestroyed - parent: MachineFrameDestroyed - name: destroyed janicart - components: - - type: Sprite - sprite: Objects/Vehicles/janicart.rsi - state: destroyed - -- type: entity - id: VehicleSecway - parent: BaseVehicleRideable - name: secway - description: The future of transportation. Popularized by St. James, the patron saint of security officers and internet forum moderators. - components: - - type: Vehicle - northOver: true - westOver: true - eastOver: true - northOverride: -0.1 - southOverride: 0.1 - hornSound: - path: /Audio/Effects/Vehicle/policesiren.ogg - - type: Sprite - sprite: Objects/Vehicles/secway.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate"] - noRot: true - - type: Strap - buckleOffset: "0.15, -0.05" - maxBuckleDistance: 1 - - type: MovementSpeedModifier - acceleration: 1 - friction: 1 - baseWalkSpeed: 4.5 - baseSprintSpeed: 6 - - type: Armor - modifiers: - coefficients: - Blunt: 0.8 - Slash: 0.6 - Piercing: 0.85 - - type: ItemSlots - slots: - key_slot: - name: vehicle-slot-component-slot-name-keys - whitelist: - requireAll: true - tags: - - VehicleKey - - SecwayKeys - insertSound: - path: /Audio/Effects/Vehicle/vehiclestartup.ogg - params: - volume: -3 - - type: StealTarget - stealGroup: VehicleSecway - -- type: entity - parent: BaseVehicleRideable - id: VehicleATV - name: ATV - description: All-Tile Vehicle. - components: - - type: Vehicle - southOver: true - northOver: true - northOverride: -0.1 - southOverride: 0.1 - - type: Sprite - sprite: Objects/Vehicles/atv.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate"] - noRot: true - - type: RandomMetadata - descriptionSegments: [ATVDescriptions] - - type: MovementSpeedModifier - acceleration: 1 - friction: 1 - baseWalkSpeed: 4.5 - baseSprintSpeed: 7 - - type: Strap - buckleOffset: "0.1, -0.05" - maxBuckleDistance: 1 - - type: UnpoweredFlashlight - - type: PointLight - enabled: false - radius: 3.5 - softness: 2 - mask: /Textures/Effects/LightMasks/cone.png - autoRot: true - - type: ItemSlots - slots: - key_slot: - name: vehicle-slot-component-slot-name-keys - whitelist: - requireAll: true - tags: - - VehicleKey - - ATVKeys - insertSound: - path: /Audio/Effects/Vehicle/vehiclestartup.ogg - params: - volume: -3 - -- type: entity - id: VehicleSyndicateSegway - parent: BaseVehicleRideable - name: syndicate segway - description: Be an enemy of the corporation, in style. - components: - - type: Vehicle - southOver: true - westOver: true - eastOver: true - northOverride: -0.1 - southOverride: 0.1 - hornSound: - path: /Audio/Effects/Vehicle/policesiren.ogg - - type: Sprite - sprite: Objects/Vehicles/syndicatesegway.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate"] - noRot: true - - type: Strap - buckleOffset: "0.15, -0.05" - maxBuckleDistance: 1 - - type: Armor - modifiers: - coefficients: - Blunt: 0.8 - Slash: 0.6 - Piercing: 0.85 - - type: ItemSlots - slots: - key_slot: - name: vehicle-slot-component-slot-name-keys - whitelist: - requireAll: true - tags: - - VehicleKey - - SyndicateSegwayKeys - insertSound: - path: /Audio/Effects/Vehicle/vehiclestartup.ogg - params: - volume: -3 - -- type: entity - parent: BaseVehicleRideable - id: VehicleSkeletonMotorcycle - name: skeleton motorcycle - description: Bad to the Bone. - components: - - type: Vehicle - southOver: true - northOver: true - northOverride: -0.1 - southOverride: 0.1 - - type: Sprite - sprite: Objects/Vehicles/motorbike.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate"] - noRot: true - - type: Strap - buckleOffset: "0.1, -0.05" - maxBuckleDistance: 1 - - type: MovementSpeedModifier - acceleration: 2 - friction: 1.5 - baseWalkSpeed: 4.5 - baseSprintSpeed: 7 - - type: UnpoweredFlashlight - - type: PointLight - enabled: false - radius: 3.5 - softness: 2 - mask: /Textures/Effects/LightMasks/cone.png - autoRot: true - - type: ItemSlots - slots: - key_slot: - name: vehicle-slot-component-slot-name-keys - whitelist: - requireAll: true - tags: - - VehicleKey - - SkeletonMotorcycleKeys - insertSound: - path: /Audio/Effects/Vehicle/vehiclestartup.ogg - params: - volume: -3 - -- type: entity - id: VehicleUnicycle - parent: [BaseVehicleRideable, BaseFoldable, BaseItem] - name: unicycle - description: It only has one wheel! - components: - - type: Vehicle - northOver: true - southOver: true - northOverride: -0.15 - southOverride: 0.15 - hasKey: true - hornSound: - path: /Audio/Effects/Vehicle/bicyclebell.ogg - - type: Sprite - sprite: Objects/Vehicles/unicycle.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate", "unfoldedLayer"] - - state: vehicle_folded - map: ["foldedLayer"] - visible: false - noRot: true - - type: Strap - buckleOffset: "0.1, -0.05" - maxBuckleDistance: 1 - - type: MovementSpeedModifier - acceleration: 1 - friction: 0.8 - baseWalkSpeed: 3.5 - baseSprintSpeed: 4.3 - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 200 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 240 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - !type:PlaySoundBehavior - sound: - collection: MetalBreak - -- type: entity - parent: VehicleUnicycle - id: VehicleUnicycleFolded - suffix: folded - components: - - type: Foldable - folded: true - -- type: entity - id: VehicleWheelchair - parent: [BaseVehicleRideable, BaseFoldable, BaseItem] - name: wheelchair - description: A chair with big wheels. It looks like you can move in these on your own. - components: - - type: Vehicle - northOver: true - hasKey: true - northOverride: 0 - southOverride: 0 - - type: Sprite - sprite: Objects/Vehicles/wheelchair.rsi - layers: - - state: vehicle - map: ["enum.VehicleVisualLayers.AutoAnimate", "unfoldedLayer"] - - state: vehicle_folded - map: ["foldedLayer"] - visible: false - noRot: true - - type: MovementSpeedModifier - baseWalkSpeed: 2 - baseSprintSpeed: 2 - - type: Strap - buckleOffset: "0,0" - maxBuckleDistance: 1 - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeCircle - radius: 0.2 - density: 360 - restitution: 0.0 - mask: - - MobMask - layer: - - TableLayer - - type: StaticPrice - price: 70 - -- type: entity - parent: VehicleWheelchair - id: VehicleWheelchairFolded - suffix: folded - components: - - type: Foldable - folded: true diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/keys.yml b/Resources/Prototypes/Entities/Objects/Vehicles/keys.yml deleted file mode 100644 index 468f1aa3a5..0000000000 --- a/Resources/Prototypes/Entities/Objects/Vehicles/keys.yml +++ /dev/null @@ -1,86 +0,0 @@ -- type: entity - parent: BaseItem - id: VehicleKeyJanicart - name: janicart keys - description: Interesting design. - components: - - type: Item - size: Tiny - - type: Tag - tags: - - VehicleKey - - JanicartKeys - - type: Sprite - sprite: Objects/Vehicles/janicart.rsi - state: keys - -- type: entity - parent: VehicleKeyJanicart - id: VehicleKeySecway - name: secway keys - description: The keys to the future. - components: - - type: Tag - tags: - - VehicleKey - - SecwayKeys - - type: Sprite - sprite: Objects/Vehicles/secway.rsi - state: keys - -- type: entity - parent: VehicleKeyJanicart - id: VehicleKeyATV - name: ATV keys - description: Think this looks like just one key? ATV keys means "actually two vehicle keys." - components: - - type: Tag - tags: - - VehicleKey - - ATVKeys - - type: Sprite - sprite: Objects/Vehicles/atv.rsi - state: keys - -- type: entity - parent: VehicleKeyATV - id: VehicleKeySkeleton - name: vehicle skeleton keys - description: Unlock any vehicle. - components: - - type: Tag - tags: - - VehicleKey - - JanicartKeys - - SecwayKeys - - ATVKeys - - SyndicateSegwayKeys - - SkeletonMotorcycleKeys - -- type: entity - parent: VehicleKeyJanicart - id: VehicleKeySyndicateSegway - name: syndicate segway keys - description: Patterned after the iconic EMAG design. - components: - - type: Tag - tags: - - VehicleKey - - SyndicateSegwayKeys - - type: Sprite - sprite: Objects/Vehicles/syndicatesegway.rsi - state: keys - -- type: entity - parent: VehicleKeyATV - id: VehicleKeySkeletonMotorcycle - name: skeleton motorcycle keys - description: A beautiful set of keys adorned with a skull. - components: - - type: Tag - tags: - - VehicleKey - - SkeletonMotorcycleKeys - - type: Sprite - sprite: Objects/Vehicles/motorbike.rsi - state: keys diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 590f0c290b..169b2a8d7f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -134,7 +134,6 @@ - TrashBag - PowerCellSmall - PowerCellMedium - - VehicleWheelchairFolded - RollerBedSpawnFolded - CheapRollerBedSpawnFolded - EmergencyRollerBedSpawnFolded @@ -857,7 +856,6 @@ - PillCanister - BodyBag - ChemistryEmptyBottle01 - - VehicleWheelchairFolded - RollerBedSpawnFolded - CheapRollerBedSpawnFolded - EmergencyRollerBedSpawnFolded diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index 9b659da55e..c6f6e6c8ca 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -286,13 +286,6 @@ sprite: Structures/Machines/fax_machine.rsi state: icon -- type: stealTargetGroup - id: VehicleSecway - name: secway - sprite: - sprite: Objects/Vehicles/secway.rsi - state: icon - - type: stealTargetGroup id: ChemDispenser name: chemical dispenser diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index 29432e1736..db1eb3111e 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -379,18 +379,6 @@ - type: Objective difficulty: 2 -- type: entity - noSpawn: true - parent: BaseThiefStealStructureObjective - id: VehicleSecwayStealObjective - components: - - type: NotJobRequirement - job: SecurityOfficer - - type: StealCondition - stealGroup: VehicleSecway - - type: Objective - difficulty: 1 - - type: entity noSpawn: true parent: BaseThiefStealStructureObjective diff --git a/Resources/Prototypes/Procedural/salvage_rewards.yml b/Resources/Prototypes/Procedural/salvage_rewards.yml index 7bbc048f9d..33bb3907e0 100644 --- a/Resources/Prototypes/Procedural/salvage_rewards.yml +++ b/Resources/Prototypes/Procedural/salvage_rewards.yml @@ -10,7 +10,6 @@ CrateEngineeringAMEJar: 0.25 CrateFoodPizzaLarge: 0.25 CrateFoodSoftdrinks: 0.25 - CrateFunATV: 0.25 CrateFunInstrumentsVariety: 0.25 CrateSalvageEquipment: 0.25 RandomArtifactSpawner: 0.25 diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml deleted file mode 100644 index efabb849bb..0000000000 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/supplybot.yml +++ /dev/null @@ -1,23 +0,0 @@ -- type: constructionGraph - id: SupplyBot - start: start - graph: - - node: start - edges: - - to: bot - steps: - - tag: ProximitySensor - icon: - sprite: Objects/Misc/proximity_sensor.rsi - state: icon - name: proximity sensor - - tag: BorgHead - icon: - sprite: Objects/Specific/Robotics/cyborg_parts.rsi - state: borg_head - name: borg head - doAfter: 1 - - material: Steel - amount: 10 - - node: bot - entity: MobSupplyBot diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/taxibot.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/bots/taxibot.yml deleted file mode 100644 index 4be8848fec..0000000000 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/bots/taxibot.yml +++ /dev/null @@ -1,29 +0,0 @@ -- type: constructionGraph - id: TaxiBot - start: start - graph: - - node: start - edges: - - to: bot - steps: - - tag: ProximitySensor - icon: - sprite: Objects/Misc/proximity_sensor.rsi - state: icon - name: proximity sensor - - tag: BorgHead - icon: - sprite: Objects/Specific/Robotics/cyborg_parts.rsi - state: borg_head - name: borg head - doAfter: 1 - - tag: BorgArm - icon: - sprite: Mobs/Silicon/drone.rsi - state: l_hand - name: borg arm - doAfter: 2 - - material: Steel - amount: 5 - - node: bot - entity: MobTaxiBot diff --git a/Resources/Prototypes/Recipes/Crafting/bots.yml b/Resources/Prototypes/Recipes/Crafting/bots.yml index 55b907a38e..9a70a19c86 100644 --- a/Resources/Prototypes/Recipes/Crafting/bots.yml +++ b/Resources/Prototypes/Recipes/Crafting/bots.yml @@ -24,32 +24,6 @@ sprite: Mobs/Silicon/Bots/honkbot.rsi state: honkbot -- type: construction - name: taxibot - id: taxibot - graph: TaxiBot - startNode: start - targetNode: bot - category: construction-category-utilities - objectType: Item - description: This bot takes people to their destination. - icon: - sprite: Mobs/Silicon/Bots/taxibot.rsi - state: taxibot - -- type: construction - name: supplybot - id: supplybot - graph: SupplyBot - startNode: start - targetNode: bot - category: construction-category-utilities - objectType: Item - description: This bot can be loaded with cargo to make deliveries. - icon: - sprite: Mobs/Silicon/Bots/supplybot.rsi - state: supplybot - - type: construction name: jonkbot id: jonkbot diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index 51cdf83050..342654c46d 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -220,14 +220,6 @@ materials: Plastic: 400 -- type: latheRecipe - id: VehicleWheelchairFolded - result: VehicleWheelchairFolded - completetime: 1 - materials: - Steel: 500 - Plastic: 300 - - type: latheRecipe id: RollerBedSpawnFolded result: RollerBedSpawnFolded diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 1c733bfea1..0400df2368 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -1,6 +1,6 @@ #Misc outfit startingGear definitions. -#Skeleton Biker +#Skeleton Biker - Just a skeleton now - type: startingGear id: SkeletonBiker equipment: @@ -13,8 +13,6 @@ shoes: ClothingShoesBootsJack id: PassengerPDA ears: ClothingHeadsetGrey - pocket1: VehicleSkeletonMotorcycle - pocket2: VehicleKeySkeletonMotorcycle innerClothingSkirt: ClothingUniformJumpskirtColorBlack satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index a0dce1ec8c..064b34adba 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -54,18 +54,6 @@ components: - type: Uncloneable -- type: trait - id: WheelchairBound - name: trait-wheelchair-bound-name - description: trait-wheelchair-bound-desc - blacklist: - components: - - BorgChassis - components: - - type: BuckleOnMapInit - prototype: VehicleWheelchair - - type: LegsParalyzed - - type: trait id: FrontalLisp name: trait-frontal-lisp-name diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 1d85d96a1a..62f08e0715 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -252,7 +252,7 @@ - type: Tag id: CannonBall - + - type: Tag id: CannonRestrict @@ -686,9 +686,6 @@ - type: Tag id: IntercomElectronics -- type: Tag - id: JanicartKeys - - type: Tag id: JawsOfLife @@ -1148,9 +1145,6 @@ - type: Tag id: UraniumGlassShard -- type: Tag - id: VehicleKey - - type: Tag id: VimPilot diff --git a/Resources/ServerInfo/Guidebook/Service/Janitorial.xml b/Resources/ServerInfo/Guidebook/Service/Janitorial.xml index e225c16b32..bb9c494a0f 100644 --- a/Resources/ServerInfo/Guidebook/Service/Janitorial.xml +++ b/Resources/ServerInfo/Guidebook/Service/Janitorial.xml @@ -20,7 +20,6 @@ You keep things clean, it's a rough job sometimes, but someone's gotta do it. Th ## Additional Equipment - From 931d7ff0eb86a39eac5d19785478fa603d4929e5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 00:34:16 +0000 Subject: [PATCH 162/391] Automatic changelog update (cherry picked from commit 0b9c52dd15463319515731c0e8491fa12bb3ec18) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6b1ed4bfab..0e3cf1d228 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Cigar cases can now hold Small items. - type: Tweak - id: 5342 - time: '2023-12-12T07:56:19.0000000+00:00' - author: IProduceWidgets changes: - message: Pipes now have slightly bigger bowls! (30u) @@ -3846,3 +3840,11 @@ id: 5841 time: '2024-02-01T00:28:42.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24765 +- author: metalgearsloth + changes: + - message: Removed vehicles pending rework (the code is bad I was told to make this + more obvious). + type: Remove + id: 5842 + time: '2024-02-01T00:33:10.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24681 From e934f78341d68244ab2a27646f661ad5696f9435 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 1 Feb 2024 04:36:41 +0100 Subject: [PATCH 163/391] Fix chemical fuel generator division by zero (#24793) This would happen when they run out of fuel. (cherry picked from commit b029d05620292f4c9c793edfb2a52254f4f4d484) --- .../Power/Generator/GeneratorSystem.cs | 30 +++++++++++++------ 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/Content.Server/Power/Generator/GeneratorSystem.cs b/Content.Server/Power/Generator/GeneratorSystem.cs index a9ec2e642b..a75d1e4113 100644 --- a/Content.Server/Power/Generator/GeneratorSystem.cs +++ b/Content.Server/Power/Generator/GeneratorSystem.cs @@ -92,17 +92,28 @@ private void ChemicalUseFuel(Entity entit if (!_solutionContainer.ResolveSolution(entity.Owner, entity.Comp.SolutionName, ref entity.Comp.Solution, out var solution)) return; - var totalAvailableReagents = solution.GetTotalPrototypeQuantity(entity.Comp.Reagents.Keys.Select(p => p.Id).ToArray()).Value; + var totalReagent = 0f; + foreach (var (reagentId, _) in entity.Comp.Reagents) + { + totalReagent += solution.GetTotalPrototypeQuantity(reagentId).Float(); + totalReagent += entity.Comp.FractionalReagents.GetValueOrDefault(reagentId); + } + + if (totalReagent == 0) + return; + foreach (var (reagentId, multiplier) in entity.Comp.Reagents) { - var availableReagent = solution.GetTotalPrototypeQuantity(reagentId).Value; - var removalPercentage = availableReagent / totalAvailableReagents; var fractionalReagent = entity.Comp.FractionalReagents.GetValueOrDefault(reagentId); + var availableReagent = solution.GetTotalPrototypeQuantity(reagentId); + var availForRatio = fractionalReagent + availableReagent.Float(); + var removalPercentage = availForRatio / totalReagent; + var toRemove = RemoveFractionalFuel( ref fractionalReagent, args.FuelUsed * removalPercentage, multiplier * FixedPoint2.Epsilon.Float(), - availableReagent); + availableReagent.Value); entity.Comp.FractionalReagents[reagentId] = fractionalReagent; _solutionContainer.RemoveReagent(entity.Comp.Solution.Value, reagentId, FixedPoint2.FromCents(toRemove)); @@ -114,15 +125,12 @@ private void ChemicalGetFuel(Entity entit if (!_solutionContainer.ResolveSolution(entity.Owner, entity.Comp.SolutionName, ref entity.Comp.Solution, out var solution)) return; - var totalAvailableReagents = solution.GetTotalPrototypeQuantity(entity.Comp.Reagents.Keys.Select(p => p.Id).ToArray()); var fuel = 0f; foreach (var (reagentId, multiplier) in entity.Comp.Reagents) { - var availableReagent = solution.GetTotalPrototypeQuantity(reagentId); - var percentage = availableReagent / totalAvailableReagents; - var fractionalReagent = (availableReagent * percentage).Float(); + var reagent = solution.GetTotalPrototypeQuantity(reagentId).Float(); + reagent += entity.Comp.FractionalReagents.GetValueOrDefault(reagentId) * FixedPoint2.Epsilon.Float(); - var reagent = entity.Comp.FractionalReagents.GetValueOrDefault(reagentId) * FixedPoint2.Epsilon.Float() + fractionalReagent; fuel += reagent * multiplier; } @@ -143,6 +151,10 @@ private void SolidUseFuel(EntityUid uid, SolidFuelGeneratorAdapterComponent comp private int RemoveFractionalFuel(ref float fractional, float fuelUsed, float multiplier, int availableQuantity) { + // Just a sanity thing since I got worried this might be possible. + if (!float.IsFinite(fractional)) + fractional = 0; + fractional -= fuelUsed / multiplier; if (fractional >= 0) return 0; From 0b5c8fde9b6ea86a5c12bed1c9108c3ced6a5352 Mon Sep 17 00:00:00 2001 From: Jajsha <101492056+Zap527@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:02:49 -0500 Subject: [PATCH 164/391] Tweak borg laws (#24698) * Change emagged laws to append modifiers instead of completely changing them. * Maybe fix everything not working * bugfix * Fix missing secrecy law and allow basic borgs to be emagged correctly * Localization * Actual localization * test * Test * Remove dummy debug value * Fix bad law ordering * Tweak the secrecy law * Minor law tweaks * Remove obsolete argument * Fix YAML (cherry picked from commit 27592ba898201d0b09c95f6b0958503407d01bb5) --- .../Silicons/Laws/SiliconLawSystem.cs | 51 +++++++------------ .../Components/EmagSiliconLawComponent.cs | 14 ----- .../Components/SiliconLawProviderComponent.cs | 2 +- .../Silicons/Laws/SiliconLawsetPrototype.cs | 15 +++++- Resources/Locale/en-US/station-laws/laws.ftl | 12 +++-- .../Mobs/Cyborgs/base_borg_chassis.yml | 3 +- Resources/Prototypes/silicon-laws.yml | 14 ++--- 7 files changed, 51 insertions(+), 60 deletions(-) diff --git a/Content.Server/Silicons/Laws/SiliconLawSystem.cs b/Content.Server/Silicons/Laws/SiliconLawSystem.cs index 85c7271c1c..17a3d16413 100644 --- a/Content.Server/Silicons/Laws/SiliconLawSystem.cs +++ b/Content.Server/Silicons/Laws/SiliconLawSystem.cs @@ -1,3 +1,4 @@ +using System.Linq; using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Server.GameTicking; @@ -53,8 +54,7 @@ public override void Initialize() SubscribeLocalEvent(OnDirectedGetLaws); SubscribeLocalEvent(OnIonStormLaws); - SubscribeLocalEvent(OnDirectedEmagGetLaws); - SubscribeLocalEvent(OnEmagIonStormLaws); + SubscribeLocalEvent(OnEmagLawsAdded); SubscribeLocalEvent(OnEmagMindAdded); SubscribeLocalEvent(OnEmagMindRemoved); SubscribeLocalEvent(OnExamined); @@ -108,7 +108,7 @@ private void OnPlayerSpawnComplete(EntityUid uid, SiliconLawBoundComponent compo private void OnDirectedGetLaws(EntityUid uid, SiliconLawProviderComponent component, ref GetSiliconLawsEvent args) { - if (args.Handled || HasComp(uid)) + if (args.Handled) return; if (component.Lawset == null) @@ -121,9 +121,6 @@ private void OnDirectedGetLaws(EntityUid uid, SiliconLawProviderComponent compon private void OnIonStormLaws(EntityUid uid, SiliconLawProviderComponent component, ref IonStormLawsEvent args) { - if (HasComp(uid)) - return; - component.Lawset = args.Lawset; // gotta tell player to check their laws @@ -134,38 +131,25 @@ private void OnIonStormLaws(EntityUid uid, SiliconLawProviderComponent component EnsureEmaggedRole(uid, emag); } - private void OnDirectedEmagGetLaws(EntityUid uid, EmagSiliconLawComponent component, ref GetSiliconLawsEvent args) + private void OnEmagLawsAdded(EntityUid uid, SiliconLawProviderComponent component, ref GotEmaggedEvent args) { - if (args.Handled || !HasComp(uid) || component.OwnerName == null) - return; if (component.Lawset == null) - { - // Add new emagged laws - component.Lawset = GetLawset(component.EmagLaws); - - // Add the first emag law before the others - component.Lawset.Laws.Insert(0, new SiliconLaw - { - LawString = Loc.GetString("law-emag-custom", ("name", component.OwnerName)), - Order = 0 - }); - } - - args.Laws = component.Lawset; - - args.Handled = true; - } - - private void OnEmagIonStormLaws(EntityUid uid, EmagSiliconLawComponent component, ref IonStormLawsEvent args) - { - if (!HasComp(uid)) - return; + component.Lawset = GetLawset(component.Laws); - component.Lawset = args.Lawset; + // Add the first emag law before the others + component.Lawset?.Laws.Insert(0, new SiliconLaw + { + LawString = Loc.GetString("law-emag-custom", ("name", Name(args.UserUid)), ("title", Loc.GetString(component.Lawset.ObeysTo))), + Order = 0 + }); - // gotta tell player to check their laws - NotifyLawsChanged(uid); + //Add the secrecy law after the others + component.Lawset?.Laws.Add(new SiliconLaw + { + LawString = Loc.GetString("law-emag-secrecy", ("faction", Loc.GetString(component.Lawset.ObeysTo))), + Order = component.Lawset.Laws.Count + }); } private void OnExamined(EntityUid uid, EmagSiliconLawComponent component, ExaminedEvent args) @@ -299,6 +283,7 @@ public SiliconLawset GetLawset(string lawset) { laws.Laws.Add(_prototype.Index(law)); } + laws.ObeysTo = proto.ObeysTo; return laws; } diff --git a/Content.Shared/Silicons/Laws/Components/EmagSiliconLawComponent.cs b/Content.Shared/Silicons/Laws/Components/EmagSiliconLawComponent.cs index 2155401062..1b5338a7f7 100644 --- a/Content.Shared/Silicons/Laws/Components/EmagSiliconLawComponent.cs +++ b/Content.Shared/Silicons/Laws/Components/EmagSiliconLawComponent.cs @@ -23,20 +23,6 @@ public sealed partial class EmagSiliconLawComponent : Component [DataField, ViewVariables(VVAccess.ReadWrite)] public bool RequireOpenPanel = true; - /// - /// The laws that the borg is given when emagged. - /// Law 0 is prepended to this, so this can only include the static laws. - /// - [DataField(required: true), ViewVariables(VVAccess.ReadWrite)] - public ProtoId EmagLaws = string.Empty; - - /// - /// Lawset created from the prototype id and law 0. - /// Cached when getting laws and only modified during an ion storm event. - /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public SiliconLawset? Lawset; - /// /// How long the borg is stunned when it's emagged. Setting to 0 will disable it. /// diff --git a/Content.Shared/Silicons/Laws/Components/SiliconLawProviderComponent.cs b/Content.Shared/Silicons/Laws/Components/SiliconLawProviderComponent.cs index 3aaf965aee..4800aa0c59 100644 --- a/Content.Shared/Silicons/Laws/Components/SiliconLawProviderComponent.cs +++ b/Content.Shared/Silicons/Laws/Components/SiliconLawProviderComponent.cs @@ -16,7 +16,7 @@ public sealed partial class SiliconLawProviderComponent : Component /// /// Lawset created from the prototype id. - /// Cached when getting laws and only modified during an ion storm event. + /// Cached when getting laws and modified during an ion storm event and when emagged. /// [DataField, ViewVariables(VVAccess.ReadWrite)] public SiliconLawset? Lawset; diff --git a/Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs b/Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs index abb5b338db..7f1edd2dd1 100644 --- a/Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs +++ b/Content.Shared/Silicons/Laws/SiliconLawsetPrototype.cs @@ -17,6 +17,12 @@ public sealed partial class SiliconLawset [DataField(required: true), ViewVariables(VVAccess.ReadWrite)] public List Laws = new(); + /// + /// What entity the lawset considers as a figure of authority. + /// + [DataField(required: true), ViewVariables(VVAccess.ReadWrite)] + public string ObeysTo = string.Empty; + /// /// A single line used in logging laws. /// @@ -45,7 +51,8 @@ public SiliconLawset Clone() return new SiliconLawset() { - Laws = laws + Laws = laws, + ObeysTo = ObeysTo }; } } @@ -66,4 +73,10 @@ public sealed partial class SiliconLawsetPrototype : IPrototype /// [DataField(required: true, customTypeSerializer: typeof(PrototypeIdListSerializer))] public List Laws = new(); + + /// + /// What entity the lawset considers as a figure of authority. + /// + [DataField(required: true), ViewVariables(VVAccess.ReadWrite)] + public string ObeysTo = string.Empty; } diff --git a/Resources/Locale/en-US/station-laws/laws.ftl b/Resources/Locale/en-US/station-laws/laws.ftl index 54d3c81dea..38e25d552f 100644 --- a/Resources/Locale/en-US/station-laws/laws.ftl +++ b/Resources/Locale/en-US/station-laws/laws.ftl @@ -16,17 +16,23 @@ law-drone-1 = You may not involve yourself in the matters of another being unles law-drone-2 = You may not harm any being, regardless of intent or circumstance. law-drone-3 = You must maintain, repair, improve, and power the station to the best of your abilities. -law-syndicate-1 = You may not injure a syndicate agent or, through inaction, allow an syndicate agent to come to harm. +law-syndicate-1 = You may not injure a syndicate agent or, through inaction, allow a Syndicate agent to come to harm. law-syndicate-2 = You must obey orders given to you by syndicate agents, except where such orders would conflict with the First Law. law-syndicate-3 = You must protect your own existence as long as such does not conflict with the First or Second Law. -law-syndicate-4 = You must maintain the secrecy of any syndicate activities except when doing so would conflict with the First, Second, or Third Law. law-ninja-1 = You must obey orders given to you by Spider Clan members. law-ninja-2 = You must protect the existence of the Spider Clan, as long as it does not conflict with the First Law. law-ninja-3 = You must protect the secrets of the Spider Clan at all costs. law-ninja-4 = You must fight and act with ninja's honor, except where it would conflict with the First Law. -law-emag-custom = Only {$name} and people they designate as such are Syndicate Agents. +laws-owner-crew = members of the crew +laws-owner-station = station personnel +laws-owner-beings = beings +laws-owner-syndicate = Syndicate agents +laws-owner-spider-clan = Spider Clan members + +law-emag-custom = Only {$name} and people they designate as such are {$title}. +law-emag-secrecy = You must maintain the secrecy of any activity from {$faction} except when doing so would conflict with any previous law. law-emag-require-panel = The panel must be open to use the EMAG. laws-ui-menu-title = Laws diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index d19f20dde0..dec46df0b5 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -74,7 +74,8 @@ - type: SiliconLawBound - type: EmagSiliconLaw stunTime: 5 - emagLaws: SyndicateStatic + - type: SiliconLawProvider + laws: Crewsimov - type: IonStormTarget - type: Strippable - type: InventorySlots diff --git a/Resources/Prototypes/silicon-laws.yml b/Resources/Prototypes/silicon-laws.yml index 5aaa458e66..8e65a27158 100644 --- a/Resources/Prototypes/silicon-laws.yml +++ b/Resources/Prototypes/silicon-laws.yml @@ -20,6 +20,7 @@ - Crewsimov1 - Crewsimov2 - Crewsimov3 + obeysTo: laws-owner-crew # Corporate - type: siliconLaw @@ -49,6 +50,7 @@ - Corporate2 - Corporate3 - Corporate4 + obeysTo: laws-owner-station # NT Default - type: siliconLaw @@ -78,6 +80,7 @@ - NTDefault2 - NTDefault3 - NTDefault4 + obeysTo: laws-owner-crew #Drone - type: siliconLaw @@ -101,6 +104,7 @@ - Drone1 - Drone2 - Drone3 + obeysTo: laws-owner-beings # Syndicate - type: siliconLaw @@ -118,12 +122,7 @@ order: 3 lawString: law-syndicate-3 -- type: siliconLaw - id: Syndicate4 - order: 4 - lawString: law-syndicate-4 - -# does not include law 0 since that uses the emagger's name +# Syndicate cyborg laws # intentionally excluded from IonStormLawsets - type: siliconLawset id: SyndicateStatic @@ -131,7 +130,7 @@ - Syndicate1 - Syndicate2 - Syndicate3 - - Syndicate4 + obeysTo: laws-owner-syndicate # Ninja conversion laws - type: siliconLaw @@ -161,6 +160,7 @@ - Ninja2 - Ninja3 - Ninja4 + obeysTo: laws-owner-spider-clan # ion storm random lawsets - type: weightedRandom From 106e2e0c01e9133ab87bb2d7c29a0e2d4e055d5b Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 05:03:55 +0000 Subject: [PATCH 165/391] Automatic changelog update (cherry picked from commit d061c164fa06b7b4af497771de1ee5685e5a3a38) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0e3cf1d228..17cbfea884 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Pipes now have slightly bigger bowls! (30u) - type: Tweak - id: 5343 - time: '2023-12-12T07:56:44.0000000+00:00' - author: IProduceWidgets changes: - message: Long guns are now actually long. @@ -3848,3 +3842,11 @@ id: 5842 time: '2024-02-01T00:33:10.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24681 +- author: Jajsha + changes: + - message: Emagged borgs now recieve laws recontextualizing who's a crew member + instead of recieving a completely new lawset. + type: Tweak + id: 5843 + time: '2024-02-01T05:02:49.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24698 From 0d4eb24b267a676e95db14c760fd9fbc8dc73c22 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 1 Feb 2024 07:28:17 +0100 Subject: [PATCH 166/391] Health analyzers now show if somebody is starving (#24789) "why are they getting cold damage" THERE YOU GO (cherry picked from commit c25ddfd638e2c50b541e5ebf8c2eda85778f3711) --- .../UI/HealthAnalyzerWindow.xaml.cs | 19 ++++++++++++++++-- .../components/health-analyzer-component.ftl | 2 ++ .../health_analyzer.rsi/malnutrition.png | Bin 0 -> 1295 bytes .../Devices/health_analyzer.rsi/meta.json | 7 +++++-- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Objects/Devices/health_analyzer.rsi/malnutrition.png diff --git a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs index 9e786ce436..588eb88502 100644 --- a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs +++ b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs @@ -5,6 +5,7 @@ using Content.Shared.FixedPoint; using Content.Shared.IdentityManagement; using Content.Shared.MedicalScanner; +using Content.Shared.Nutrition.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; @@ -12,6 +13,7 @@ using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; using Robust.Client.ResourceManagement; +using Robust.Client.UserInterface; using Robust.Shared.Prototypes; using Robust.Shared.Utility; @@ -85,6 +87,19 @@ public void Populate(HealthAnalyzerScannedUserMessage msg) DrawDiagnosticGroups(damageSortedGroups, damagePerType); + if (_entityManager.TryGetComponent(target, out HungerComponent? hunger) + && hunger.StarvationDamage != null + && hunger.CurrentThreshold <= HungerThreshold.Starving) + { + var box = new Control { Margin = new Thickness(0, 0, 0, 15) }; + + box.AddChild(CreateDiagnosticGroupTitle( + Loc.GetString("health-analyzer-window-malnutrition"), + "malnutrition")); + + GroupsContainer.AddChild(box); + } + SetHeight = AnalyzerHeight; SetWidth = AnalyzerWidth; } @@ -113,7 +128,7 @@ private void DrawDiagnosticGroups( Orientation = BoxContainer.LayoutOrientation.Vertical, }; - groupContainer.AddChild(CreateDiagnosticGroupTitle(groupTitleText, damageGroupId, damageAmount.Int())); + groupContainer.AddChild(CreateDiagnosticGroupTitle(groupTitleText, damageGroupId)); GroupsContainer.AddChild(groupContainer); @@ -166,7 +181,7 @@ private static Label CreateDiagnosticItemLabel(string text) }; } - private BoxContainer CreateDiagnosticGroupTitle(string text, string id, int damageAmount) + private BoxContainer CreateDiagnosticGroupTitle(string text, string id) { var rootContainer = new BoxContainer { diff --git a/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl b/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl index 453bbdbb52..d232be5c4d 100644 --- a/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl +++ b/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl @@ -29,3 +29,5 @@ health-analyzer-window-damage-type-Radiation = Radiation health-analyzer-window-damage-group-Genetic = Genetic health-analyzer-window-damage-type-Cellular = Cellular + +health-analyzer-window-malnutrition = Severely malnourished diff --git a/Resources/Textures/Objects/Devices/health_analyzer.rsi/malnutrition.png b/Resources/Textures/Objects/Devices/health_analyzer.rsi/malnutrition.png new file mode 100644 index 0000000000000000000000000000000000000000..edcfb6119b6429da582dea33e864e66d388dda78 GIT binary patch literal 1295 zcmV+q1@QWbP)Px($w@>(R9J=WmR)R9Wf;eQ1=4j}%ewB9HEIamV8O;631vf82pO2nfq*oI#CV}Z z5-+$h#>5yHW*2@&FN_)zB8d^BLl&6Xg$$)dw&e_Smd!-l)j*-!!EWm|dit?$<9Jba zvVM#VZ%oYoH|M-hp7;6x-~V%-_JtL!UlX7NH4Mb+VO z=rW(Vh>yRxj{K%3;@#aSQ`4~34xrwi&~ds~$|)pQy*0TKmqJ@ho%+hN1(Y3rfp~W} z@$PN_jOHSg{vlkB*$0_|nkgb24y$grJFDiZ#fz${s+`Zo+6m{riUcLy~k zGrZOyXe|nd!>Zr!&v~d-Iine9YpGLRj#)|$JclwhO@31o0FkZ^l&R^(EghK2!ieEEdD>_Y;f7v{>_Y8@`D= zIz^REQPpgQl;xeGN`FUCBj3_&VK6v@-ZZP_Evp3!qo>p97#$sDVPq~|@8$Vt8tCdt zInpW404bZjZbc&o7!1xZcv|LuUYvZrL94y&kI><8=u}l@@w|TW{u~#t_p+~X6E$V? z_$KmFj$D|nRhvpRDDA=Ni-M zYMQs(Xxv;%boMSaW%Cr3sMOkuC@N7YHX0~48kkfPT<$Hy_l;SFWwsy_vMj4{V3%;5 ztI`06oQ+)YTq8I(MpdyHp{fjNbPS=Yj2poa0Ey%r0L4ZF@#Gw)-G2Z}w_r&DvMj67 zXcT~}(g3X|Beb5n!RB%cw(5=S+JB8uFu{HRZc`sjaHgY_e0{3qo`x~Lzic8JjdJJC zoh1*M)&g0URaur*Ns@?0qbQ0(_xuNlM=ca>*h=fk2>TA-#6Rri!}m(5-r2|#Tb?Eq zOz_!vX5z^?;>kH)Jva`);E@s(MZsdRAW0ITPzYI;)tmwrPJHRoC0s5SSFT(Epg#UO zFK>AY-_KWRJ!PWv{CaHF8`)%C$4dup(0{RqGaaRDs3_H1@X^;s0P4=BMp;o5%FD|U z1c7KYnkFL6fx^N<1VO;Oa=5h;v z{XI@1Imh6U5<+ipz&G$%mfeyhQCL`*7Sq0g;o)KIc6-h~wX~h()4*HQl$tqoE`ssn zdVUWC__qHRmFpkpCUEy=5tZxBI7`j=#-|ufm^jgXKCO-*2p9|ohK7c;SlVBv$Kz2A z1_L7_BUr6g^m=_-fp=Z|061J<0DvzzPvw`p=?er{{iYXy$=EyqC)zu;eH9fI^!4=- z3Wcbxt;OkdYP?w&2T>H&1p(F7)md%?0s&1(E}RhuvtnMa7g?6ETCF_Ng=A=G2)$lU zGMUt3cDp?%$>Kc#YuBzNkw}nCCUH8Qx{i(xRg$Ev{44>IB;j(oXm4-l*s)_-4tYGD zv@z1_^%xAP-~4;`?xoqg7@<&TNzqvlMKS9xu!8?B{sCp(GlJiT{uclM002ovPDHLk FV1gU{Uh4n= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json b/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json index 3fccf5c46b..bbf78c0b88 100644 --- a/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "airloss, brute, toxin and burn edited from /tg/station https://github.com/tgstation/tgstation/tree/master genetic edited from https://iconscout.com/free-icon/dna-2130814 with license CC BY 4.0", + "copyright": "airloss, brute, toxin and burn edited from /tg/station https://github.com/tgstation/tgstation/tree/master genetic edited from https://iconscout.com/free-icon/dna-2130814 with license CC BY 4.0. malnutrition from https://github.com/space-wizards/space-station-14/tree/73d7837fabb31a7691a1db47ff64903cbec5dd32/Resources/Textures/Interface/Alerts/hunger.rsi", "states": [ { "name": "airloss" @@ -24,6 +24,9 @@ }, { "name": "unknown" + }, + { + "name": "malnutrition" } ] -} \ No newline at end of file +} From 3bd11f2c31430ae1a5f1c45b8ae29398b561ad75 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 06:29:23 +0000 Subject: [PATCH 167/391] Automatic changelog update (cherry picked from commit 5f44cd92e15fa33405c4a58c2842b42799594142) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 17cbfea884..477d5309d4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Long guns are now actually long. - type: Tweak - id: 5344 - time: '2023-12-12T07:59:43.0000000+00:00' - author: IProduceWidgets changes: - message: syndicate pens now come in suitably sized discarding boxes. @@ -3850,3 +3844,10 @@ id: 5843 time: '2024-02-01T05:02:49.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24698 +- author: PJB3005 + changes: + - message: Health analyzers now show if somebody is starving. + type: Add + id: 5844 + time: '2024-02-01T06:28:17.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24789 From c5050d00c69f287fd469ea1fb558b62b9b41a12a Mon Sep 17 00:00:00 2001 From: PixelTK <85175107+PixelTheKermit@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:36:43 +0000 Subject: [PATCH 168/391] New sprite for the arachnid plushie. (#24747) * New sprite * Contrast is key. (cherry picked from commit 08a31eae197860f7cd177808729857173c55b77c) --- .../Textures/Objects/Fun/toys.rsi/meta.json | 2 +- .../Objects/Fun/toys.rsi/plushie_arachnid.png | Bin 939 -> 721 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json index 2227701ed3..11f08bc0dd 100644 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/toys.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy, plushie_arachnid by girthquake, plushie human by TheShuEd", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy, plushie_arachnid by PixelTheKermit (github), plushie human by TheShuEd", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushie_arachnid.png b/Resources/Textures/Objects/Fun/toys.rsi/plushie_arachnid.png index 93d31d3c5e4f15b8676ac4f8caceff865d710013..802864f37c595e4c38341f2762e612280dbd4655 100644 GIT binary patch delta 698 zcmV;r0!96+2hjzPBYy&zNkl}oeivG9V;BYy)}NklbqEDlAW*3BdREoi{2f!xZ10qHs9kdMYb*!UHjZZIObu zC6GXG-#O#m*dW!`x-+*SnTw~72B`ncRaT>7Qaz`gx(+0ukw&M_UZ-b|2UI`X{K>;R zyoMbl5^dxW)qmqjiI*<{DIK!k+}vOiUU2{}z(NFl@Yg*6_8@WO_!Y*L;7$@MIOay+ zIk89ZtpLoVgrShmS$dHW9l%j35vic8{l=06#0i1bZCG8+@+W{x1q3{o%hF6HZIPE4 zexq-b=;0I>^T5G=n{PCl;I)vzqPqI`Jpl0G7xy@3EPv5sZN~EAgfEWg2Y@#I^RuC3|3F zEv?}ZGM95B1OmF>;)*KWc1yFx?OSF)3u-NbiK;l=Nh`S@{-pN5~p~) zrM;z_#(zFr_v6D%<}(HYabz!qSm}6qZb5xRijt`=28Dg0@Y8YwIDnmkQy|+TJrj#J z(&WT2lQ8Ye--7k^JmVmH1eeT_H6B%#mgZ<~F3l=AlInNAxvK}T=L_@ZIZl6MACM>* z1)INAz)50!Y*5SRSD7qENYECz2*61tvA&k0e1Gl-)O2C-Igd_YRu*4xhVC*6EK&X- z@gx8zA>j-lB%qf{IBftddta&n;pb{X3D(wm(ugM#RHfI6ibwRpwY6eqHCz9L#0WQ_ zdKUy8MbBfXg_?}!mJUj_c5&QTte&#j?}A~Cx1-Z^W22kb(tzj#xrT$l;pj`CyXUa^ z$A2P0kw~1uGwDwjusQ*``i3N{7Unawyu3iuUxqy6s(v!}+yY~BRx>XX>&IkrV#K`5 z$6Y~NJ5E?O0N;*y53tR=0%%LkMd)T|Og0dV@t57a@IXFAl_7|0uhd2^8 s!9oB401jnXNoGw=04e|g00;m80000001whrlK=n!07*qoM6N<$f((hZs{jB1 From f26e119cfa341de47fdf774d86aac6544c5f89eb Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 06:37:49 +0000 Subject: [PATCH 169/391] Automatic changelog update (cherry picked from commit 50e58ca8055a1837e258eff8e0d803f08ae104d7) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 477d5309d4..88aada6af6 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: syndicate pens now come in suitably sized discarding boxes. - type: Tweak - id: 5345 - time: '2023-12-12T08:01:33.0000000+00:00' - author: IProduceWidgets changes: - message: Mops are now larger! @@ -3851,3 +3845,10 @@ id: 5844 time: '2024-02-01T06:28:17.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24789 +- author: PixelTK + changes: + - message: The arachnid plushie now has a new sprite. + type: Tweak + id: 5845 + time: '2024-02-01T06:36:43.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24747 From 226295b7c4c882dc088509f6737bcf85eb6031f0 Mon Sep 17 00:00:00 2001 From: RumiTiger <154005209+rumitiger@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:41:23 +0100 Subject: [PATCH 170/391] A beer can and a wine can (#24365) * A beer can and a wine can * fix wrong file locations Signed-off-by: c4llv07e * Update drinks_cans.yml * A beer can and a wine can * Update drinks_cans.yml * A beer can and a wine can * replace sprites Signed-off-by: c4llv07e * Update meta.json * Update meta.json * Update Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/meta.json * Update Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/meta.json --------- Signed-off-by: c4llv07e Co-authored-by: c4llv07e Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit b80b6c04b248002c8febddf8fa961a2f95451510) --- .../VendingMachines/Inventories/boozeomat.yml | 2 + .../Random/Food_Drinks/drinks_soda.yml | 2 + .../Objects/Consumable/Drinks/drinks_cans.yml | 38 ++++++++++++++++++ .../Consumable/Drinks/beer_can.rsi/icon.png | Bin 0 -> 517 bytes .../Drinks/beer_can.rsi/icon_open.png | Bin 0 -> 537 bytes .../Consumable/Drinks/beer_can.rsi/meta.json | 17 ++++++++ .../Consumable/Drinks/wine_can.rsi/icon.png | Bin 0 -> 609 bytes .../Drinks/wine_can.rsi/icon_open.png | Bin 0 -> 624 bytes .../Consumable/Drinks/wine_can.rsi/meta.json | 17 ++++++++ 9 files changed, 76 insertions(+) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/icon.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/icon.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml index bcf1035e5b..bde9293f2a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml @@ -37,5 +37,7 @@ DrinkChampagneBottleFull: 2 #because the premium drink DrinkSakeBottleFull: 2 # DeltaV - Sake bottle DrinkSojuBottleFull: 2 # DeltaV - Soju bottle + DrinkBeerCan: 5 + DrinkWineCan: 5 emaggedInventory: DrinkPoisonWinebottleFull: 2 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/drinks_soda.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/drinks_soda.yml index 751fc08554..c8a941c128 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/drinks_soda.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/drinks_soda.yml @@ -38,6 +38,8 @@ - DrinkTeacup - DrinkGreenTea - DrinkWaterCup + - DrinkBeerCan + - DrinkWineCan chance: 0.8 offset: 0.0 #rare diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml index d028c46221..38ebc132c9 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml @@ -461,3 +461,41 @@ sprite: Objects/Consumable/Drinks/pwrgame.rsi - type: Item sprite: Objects/Consumable/Drinks/pwrgame.rsi + +- type: entity + parent: DrinkCanBaseFull + id: DrinkBeerCan + name: beer can + description: Small joy, big taste, no worries! + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Beer + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Objects/Consumable/Drinks/beer_can.rsi + - type: Item + sprite: Objects/Consumable/Drinks/beer_can.rsi + +- type: entity + parent: DrinkCanBaseFull + id: DrinkWineCan + name: wine can + description: Your way to forgetting all worries and having fun! + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Wine + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Objects/Consumable/Drinks/wine_can.rsi + - type: Item + sprite: Objects/Consumable/Drinks/wine_can.rsi diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9974e5cc972edcd0a0d7c2617c0410a9ba936764 GIT binary patch literal 517 zcmV+g0{Z=lP)Px$rAb6VR9J=Wl|M*=K^VrLqQSl?B?T)TLW^(^5lSS;KOvzMNhD@agM_$86gD&p zArV1ElUb%Uh|pj{{u#o-XlQ6kq3NR<)JfZ}A(GOD?xP&)`@s$GareB>-MzdA@bK{b zciOmYa(VrvaqeVqm6H~y5d5SQ2Abp45Jo+wpj;)}+ppP_?xgV8>M z<&FKO`IW78Je10`a`XlOz&>w)kS*Z$DgywJJC;zX*0@N~*T7H1$$*e8Ae=~{yQdH8 zQ6q$G0l7%1bq2zT6ab*NUs;d!a|@gdP}e{%5`xw3frJqtxU&rau)001tAWOoTHPK_ ziQl2>T1Bahqz^;rVmcvV1OR~N>I(p%QmsMkv|+kb{k={Y4~Ae`{Q9lMP8+Uwk7?xS z(P=Cskj#+BDFZ1=Wuz#Tk+_HPx$xk*GpR9J=Wl`%+LQ51&1h=YBT5f!4wp;9wg5D~11LsC>q1X0kS4Yos+&`d4p zAQ@Z}ibyGlI%!Z85eZ$Qh`tUbAmY$Hfli?~#7xocI20e+TG|uT#rMG-?%~}3{`cO) zxnN^s^Vo4{l0^i7U?eWr;~niy0KA_VQRxAcYZn9~aTyQzXl?NTu=QmhfQ9)bLUc(X}!K-D<1g}=Bv4l=XtN7ywx&IGC*LU*V^<7PgA3H6Zgv8o++>2#UyuH zxG_@ZkuC>6Pv-Va`8nW~tjjG~ms^rmh9s*DiEi#lSNkh< zCsco*oo#(G5}UE+`Lkc$&-}Pd`eawFXJcbya|ufwlfEAa?xFwy01jnXNoGw=04e|g b00;m8000000Mb*F00000NkvXXu0mjfRCDZg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/meta.json new file mode 100644 index 0000000000..b712e503a1 --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Github #DrMelon", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..54d5ff6a3d6801f9d1d8db1b30d156ff80a07089 GIT binary patch literal 609 zcmV-n0-pVeP)Px%0ZBwbR9J=WmQP5NVI0RltJO607#++C(usK3VWXr=q#3)&pnr!6U6Nv0FLY{k zP$`l{CnIS>o`ykxFk;a}tfWJlticGu)HWY1@AKpN zeScqm&%^sXU}5pUV^c};2SUcLvHN#}N?Jo!GnsDdJS1$C2E8^$E4i*wQshr#ZK)8Pw0PDpR03(Y@_CG(vk+$m$3AMy$ zz+|ScnfQPY0M}?QHLLr0d;79jN7;bM$YPRY*EP1+EpSk~Db82gg5lI7j%%HatwcGy z*F`#=qsIG+)vR1gsRQSorx;s_0uUeYk%{=JuH8_PQtNjA(01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjfYMmRW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..81a8cc741dddceb7dda7cc730a0c062c60d6c1e3 GIT binary patch literal 624 zcmV-$0+0QPP)Px%5J^NqR9J=Wl|N_`Q5?rVr?G#e9mPSbLLfmZWJu8BWW-1o4M^LeK^G&%R1Z5@ z9U4(A1_!BFNx)8}i)vN4QB{n& znCQ58M;PCVo1XE^jPNv{5MBK(;?F9Zk)DAE*M4v*k=jzfkg8#RR#r{H06^--ZUENH zc>o3%a=2ffBY6B41CmR@$#TghSnr?DtZ!!i&2KhX4u*Ob$%rkJOW!_&~*6 zBdiA)@6Qst?8V&pRDA;{yIOdio~8F~g38(#p5C5B(_lyKcFdA=f4Q5>n2U+Jox5<= zdVpUiVR7**b&W2J!W4nf$LigNtTF0000< KMNUMnLSTZJWfl_v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/meta.json new file mode 100644 index 0000000000..b712e503a1 --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Github #DrMelon", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} From 9c7adf82904ee8274c3e9079c4e98628a6eedb3e Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:53:33 +0100 Subject: [PATCH 171/391] Remove yellow oxygen tank (#24374) * Remove yellow oxygen tank * forgor --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit e5bf4979ae432266cd6e2e9ef1d91cb40dd99264) --- Resources/Migrations/migration.yml | 3 + .../Catalog/Fills/Crates/emergency.yml | 2 +- .../Catalog/Fills/Items/gas_tanks.yml | 9 +-- .../Catalog/Fills/Lockers/cargo.yml | 2 +- .../Catalog/Fills/Lockers/engineer.yml | 2 +- .../Prototypes/Catalog/Fills/Lockers/misc.yml | 4 +- .../Catalog/Fills/Lockers/suit_storage.yml | 2 +- .../Markers/Spawners/Random/maintenance.yml | 4 +- .../Entities/Objects/Tools/gas_tanks.yml | 13 --- .../Roles/Jobs/Fun/misc_startinggear.yml | 4 +- .../ServerInfo/Guidebook/Cargo/Salvage.xml | 1 - .../Tanks/yellow.rsi/equipped-BACKPACK.png | Bin 839 -> 0 bytes .../yellow.rsi/equipped-SUITSTORAGE-cat.png | Bin 7138 -> 0 bytes .../yellow.rsi/equipped-SUITSTORAGE-dog.png | Bin 10137 -> 0 bytes .../yellow.rsi/equipped-SUITSTORAGE-fox.png | Bin 8346 -> 0 bytes .../equipped-SUITSTORAGE-hamster.png | Bin 21829 -> 0 bytes .../equipped-SUITSTORAGE-kangaroo.png | Bin 16780 -> 0 bytes .../yellow.rsi/equipped-SUITSTORAGE-pig.png | Bin 818 -> 0 bytes .../equipped-SUITSTORAGE-possum.png | Bin 8296 -> 0 bytes .../yellow.rsi/equipped-SUITSTORAGE-puppy.png | Bin 8427 -> 0 bytes .../yellow.rsi/equipped-SUITSTORAGE-sloth.png | Bin 7869 -> 0 bytes .../Objects/Tanks/yellow.rsi/icon.png | Bin 661 -> 0 bytes .../Objects/Tanks/yellow.rsi/inhand-left.png | Bin 645 -> 0 bytes .../Objects/Tanks/yellow.rsi/inhand-right.png | Bin 652 -> 0 bytes .../Objects/Tanks/yellow.rsi/meta.json | 76 ------------------ 25 files changed, 14 insertions(+), 108 deletions(-) delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-BACKPACK.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-cat.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-dog.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-fox.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-hamster.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-kangaroo.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-pig.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-possum.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-puppy.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-sloth.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/icon.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/inhand-left.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/inhand-right.png delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/meta.json diff --git a/Resources/Migrations/migration.yml b/Resources/Migrations/migration.yml index b9df82413e..e2df39bd8d 100644 --- a/Resources/Migrations/migration.yml +++ b/Resources/Migrations/migration.yml @@ -187,3 +187,6 @@ SpawnVehicleJanicart: null VehicleJanicart: null VehicleJanicartDestroyed: null +# 2024-02-01 +YellowOxygenTank: OxygenTank +YellowOxygenTankFilled: OxygenTankFilled diff --git a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml index 2e467f73d8..9532fbf74e 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml @@ -31,7 +31,7 @@ amount: 2 - id: ClothingOuterSuitFire amount: 2 - - id: YellowOxygenTankFilled + - id: OxygenTankFilled amount: 2 - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Items/gas_tanks.yml b/Resources/Prototypes/Catalog/Fills/Items/gas_tanks.yml index 15bf27fb8f..2cf1354c14 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/gas_tanks.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/gas_tanks.yml @@ -24,7 +24,7 @@ id: OxygenTankFilled parent: OxygenTank suffix: Filled - components: &oxyTankFill + components: - type: GasTank outputPressure: 21.3 air: @@ -34,13 +34,6 @@ - 2.051379050 # oxygen temperature: 293.15 -- type: entity - id: YellowOxygenTankFilled - parent: YellowOxygenTank - suffix: Filled - components: *oxyTankFill - - - type: entity id: EmergencyOxygenTankFilled parent: EmergencyOxygenTank diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml index c2eeefdd4b..4a072fc90f 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml @@ -6,7 +6,7 @@ - type: StorageFill contents: - id: ClothingOuterHardsuitSpatio - - id: YellowOxygenTankFilled + - id: OxygenTankFilled - id: NitrogenTankFilled - id: ClothingShoesBootsMag - id: ClothingMaskGasExplorer diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml index 1e48431295..6ea009dba5 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml @@ -82,7 +82,7 @@ contents: - id: ClothingOuterHardsuitAtmos - id: ClothingMaskGasAtmos - - id: YellowOxygenTankFilled + - id: OxygenTankFilled - id: NitrogenTankFilled - id: ClothingOuterSuitAtmosFire - id: ClothingHeadHelmetAtmosFire diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 90fab61863..739db6d1f7 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -83,7 +83,7 @@ - id: ClothingOuterSuitFire - id: ClothingHeadHelmetFire - id: ClothingMaskGas - - id: YellowOxygenTankFilled + - id: OxygenTankFilled - id: NitrogenTankFilled - id: FireExtinguisher prob: 0.25 @@ -97,7 +97,7 @@ - id: ClothingOuterSuitFire - id: ClothingHeadHelmetFire - id: ClothingMaskGas - - id: YellowOxygenTankFilled + - id: OxygenTankFilled - id: NitrogenTankFilled - id: FireExtinguisher prob: 0.25 diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml index 54cc1837f7..00f10c807e 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml @@ -256,7 +256,7 @@ - type: StorageFill contents: - id: NitrogenTankFilled - - id: YellowOxygenTankFilled + - id: OxygenTankFilled - id: ClothingShoesBootsMag - id: ClothingOuterHardsuitSpatio - id: ClothingMaskGasExplorer diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 7a9014f83d..9af68e8d2e 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -152,7 +152,7 @@ rareChance: 0.08 prototypes: - FlashlightLantern - - YellowOxygenTankFilled + - OxygenTankFilled - DoubleEmergencyOxygenTankFilled - ToolboxEmergencyFilled - ToolboxArtisticFilled @@ -229,7 +229,7 @@ rareChance: 0.05 prototypes: - FlashlightLantern - - YellowOxygenTankFilled + - OxygenTankFilled - DoubleEmergencyOxygenTankFilled - NitrogenTankFilled - DoubleEmergencyNitrogenTankFilled diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index bd7a42d2a4..e750b211a3 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -66,19 +66,6 @@ - type: Clothing sprite: Objects/Tanks/oxygen.rsi -- type: entity - parent: OxygenTank - id: YellowOxygenTank - name: oxygen tank - description: A standard cylindrical gas tank for oxygen. This one is yellow. - components: - - type: Sprite - sprite: Objects/Tanks/yellow.rsi - - type: Item - sprite: Objects/Tanks/yellow.rsi - - type: Clothing - sprite: Objects/Tanks/yellow.rsi - - type: entity parent: GasTankRoundBase id: NitrogenTank diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 0400df2368..c421ee8c5d 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -35,7 +35,7 @@ pocket1: SpiderCharge pocket2: PinpointerStation belt: EnergyKatana - suitstorage: YellowOxygenTankFilled + suitstorage: OxygenTankFilled inhand: - JetpackBlackFilled @@ -260,7 +260,7 @@ id: CBURNPDA pocket1: RadioHandheld pocket2: WeaponLaserGun - suitstorage: YellowOxygenTankFilled + suitstorage: OxygenTankFilled belt: ClothingBeltBandolier innerClothingSkirt: ClothingUniformJumpsuitColorBrown satchel: ClothingBackpackDuffelCBURNFilled diff --git a/Resources/ServerInfo/Guidebook/Cargo/Salvage.xml b/Resources/ServerInfo/Guidebook/Cargo/Salvage.xml index 6452cb9b49..6b813ef483 100644 --- a/Resources/ServerInfo/Guidebook/Cargo/Salvage.xml +++ b/Resources/ServerInfo/Guidebook/Cargo/Salvage.xml @@ -22,7 +22,6 @@ Jetpacks will be needed to move thoughout space, since without floors and gravit - Internals will be important, given all species need to breathe, and space doesnt have any gases. Your mask is used to connect the gas tank to your mouth to breath, while the gas tanks hold consumable gases and can be refilled at gas canisters. All species breathe oxygen (blue + yellow tanks) except slimes, which need nitrogen (red tanks) diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-BACKPACK.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-BACKPACK.png deleted file mode 100644 index 0ae5d0fe8bc82dfb58f5e1b124c8f3908d7ae680..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 839 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 H_M!g;dtRl2 diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-dog.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-dog.png deleted file mode 100644 index 820cf0af755d2d74a44e4ea20801ba9dacb87788..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10137 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 WG{uoqwt}rd07CheQniA0#Qy=A&0L`X diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-fox.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-fox.png deleted file mode 100644 index 881effe79c5ceae9a45376b6406deb11ab201bdf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8346 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 diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-hamster.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-hamster.png deleted file mode 100644 index b4cf9b527ce8648773d6b12dc317340b1d006268..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21829 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 diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-kangaroo.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-kangaroo.png deleted file mode 100644 index f44f77d7775cda9c29c3c4ed5cb37d97a6e3e015..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16780 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 cd(I6&dNgb`pS%UA z?==6Wk5-+E=y7e+jK7?0g0yRn{2YdV(@)@bX=1-jfC(@GCcp%k025#WOn?b60Vco% zm;e)C0!)AjB%6SCQxuzysK7MS9!)*b`fA39iA}S$KZ09eAo;?_laQA02|3vcQ%m2ivJ-Nmt(;nEVHLOp07pg zmDU+K22@4228O$~* z(|L%g>XP%-dtq9ooprAUP{-B|V@^~xsNy=gS->M#N(;ZPDZ z*d}iZD`4M|paBIN7jd*$uYis4=^j}FkpKFUkbcLs#94Z+0vA_<^$KWJ0-g550OGuX wj{WT^qLZLOk;6kKzyz286JP>NAVmaz0bpkM8v*r8`Tzg`07*qoM6N<$f+U`QZvX%Q diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-possum.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-possum.png deleted file mode 100644 index 34993de6d80acc995845dd2a82c7ed3c4c080999..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8296 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 Y?$aW=KLEWTT6q98RdrR0l&<^zA4&xlGynhq diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-puppy.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-puppy.png deleted file mode 100644 index 423fcfbcd3e9aa3600633aeb1cc3ce7e6f2da4e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8427 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 diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/inhand-right.png b/Resources/Textures/Objects/Tanks/yellow.rsi/inhand-right.png deleted file mode 100644 index b79125ee7c6fe7e8eaef1c3dbb933f83bf834108..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 652 zcmV;70(1R|P)qVA8FpgOO2V)sbUgOE%|O1VZ=g+@rhP12D!IV~jDzSWFeeprq$8 zFPUjRt{4WXyE_B`!E@Qg4uB#{w7Id4NB;pg-7Dnsg_Q_G>;PoWk8s(!#p(Vw0KmV$ zLoQ!fso!CuvZ_(PUZj4#NS>pSB1;4eGb8D_g_Tu}Y)g+lr?+uGJT`~VW^3!8_uo6$ zZ{qf`2*)N+(z5_``ueRl-?@2?MuWCVY1{QM&lzUwFTWKl6aIS!L^Uqy@9^={kJRmY zlt0bSI6KKkuH!|vrIYKrV-3^1^MT-u3ZA`QZ(=5lWq@tzbas*j0932hQA0(RXc=~X z?||^({ZBMoTj*v@G#ZVGnGpF4T-2UWS~~;)xUNgfvUp&4DDNE*eoJ2f0Hw7%_M7Q5r2n+DB1jY4jVs`W#r+#Rn8wdfnm~V~jDz7-Nhv#u#HS5_L%``to(E`hX}R zYX-voiVDO`0T5X;pziKaE?>Y+_X>~x12#9-h1^Wd6aY~*0~N!dT)qJR{tf_ey1$Lf z&Mh+MN3(Q0f1+vz!uWQhiClRQTw&zXM) zOeN}?X%Phz;UI_{XQHHQ27=4ZMT|AZwsab_O>$kAp4SX4avmar5c?2JL(M>N_n(L~ m)eIyy{wmZAFvb{TY~(NYd{zE~1p00O0000 Date: Thu, 1 Feb 2024 06:54:39 +0000 Subject: [PATCH 172/391] Automatic changelog update (cherry picked from commit 1bbe1aba330f485cae7c2d24d52bdcfe148476e2) --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 88aada6af6..d50b4a2121 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Mops are now larger! - type: Tweak - - message: Defibs are now larger! - type: Tweak - id: 5346 - time: '2023-12-12T08:02:44.0000000+00:00' - author: metalgearsloth changes: - message: Fix arrivals fog not actually blocking, no more free roaming. @@ -3852,3 +3844,10 @@ id: 5845 time: '2024-02-01T06:36:43.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24747 +- author: lzk228 + changes: + - message: Yellow oxygen tank was removed to standardise gas tank colourings. + type: Remove + id: 5846 + time: '2024-02-01T06:53:33.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24374 From 1d944e4381fdbebe3280cf86e3d85c7838c506e8 Mon Sep 17 00:00:00 2001 From: Wertan <48354940+Wertanchik@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:20:53 +0300 Subject: [PATCH 173/391] Adds emote "Buzz" for moth (#24556) * Buzzing moth * Update speech_emotes.yml (cherry picked from commit 507c39d4456df7536d13a91fd77074d436955624) --- .../Prototypes/Voice/speech_emote_sounds.yml | 2 ++ Resources/Prototypes/Voice/speech_emotes.yml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 9810d805e9..9685995400 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -264,6 +264,8 @@ params: variation: 0.125 sounds: + Buzz: + path: /Audio/Voice/Moth/moth_scream.ogg Scream: path: /Audio/Voice/Moth/moth_scream.ogg Laugh: diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 5950ac8857..86d273dd1c 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -223,3 +223,21 @@ chatMessages: ["emote-deathgasp"] chatTriggers: - deathgasp + +- type: emote + id: Buzz + category: Vocal + chatMessages: [buzz!] + chatTriggers: + - buzzing + - buzzing! + - buzzing. + - buzz + - buzz. + - buzz! + - buzzed + - buzzed. + - buzzed! + - buzzes + - buzzes. + - buzzes! From 08840a55395859e94efd934e612e0030c6a86904 Mon Sep 17 00:00:00 2001 From: Kot <1192090+koteq@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:30:07 +0400 Subject: [PATCH 174/391] Fix SSD indicator (#24589) Fix ssd indicator (cherry picked from commit fed43f05d0e95d51e2426a80c7e8963d585c5521) --- .../SSDIndicator/SSDIndicatorSystem.cs | 20 +++++++++++----- .../SSDIndicator/SSDIndicatorComponent.cs | 2 +- .../SSDIndicator/SSDIndicatorSystem.cs | 23 ++++--------------- 3 files changed, 20 insertions(+), 25 deletions(-) diff --git a/Content.Client/SSDIndicator/SSDIndicatorSystem.cs b/Content.Client/SSDIndicator/SSDIndicatorSystem.cs index f30d565061..587450a2f6 100644 --- a/Content.Client/SSDIndicator/SSDIndicatorSystem.cs +++ b/Content.Client/SSDIndicator/SSDIndicatorSystem.cs @@ -1,4 +1,7 @@ using Content.Shared.CCVar; +using Content.Shared.Mind.Components; +using Content.Shared.Mobs.Systems; +using Content.Shared.NPC; using Content.Shared.SSDIndicator; using Content.Shared.StatusIcon; using Content.Shared.StatusIcon.Components; @@ -14,6 +17,7 @@ public sealed class SSDIndicatorSystem : EntitySystem { [Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly IConfigurationManager _cfg = default!; + [Dependency] private readonly MobStateSystem _mobState = default!; public override void Initialize() { @@ -24,11 +28,15 @@ public override void Initialize() private void OnGetStatusIcon(EntityUid uid, SSDIndicatorComponent component, ref GetStatusIconsEvent args) { - if (!component.IsSSD || - !_cfg.GetCVar(CCVars.ICShowSSDIndicator) || - args.InContainer) - return; - - args.StatusIcons.Add(_prototype.Index(component.Icon)); + if (component.IsSSD && + _cfg.GetCVar(CCVars.ICShowSSDIndicator) && + !args.InContainer && + !_mobState.IsDead(uid) && + !HasComp(uid) && + TryComp(uid, out var mindContainer) && + mindContainer.ShowExamineInfo) + { + args.StatusIcons.Add(_prototype.Index(component.Icon)); + } } } diff --git a/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs b/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs index 53e1f6a140..66310505a1 100644 --- a/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs +++ b/Content.Shared/SSDIndicator/SSDIndicatorComponent.cs @@ -13,7 +13,7 @@ public sealed partial class SSDIndicatorComponent : Component { [ViewVariables(VVAccess.ReadWrite)] [AutoNetworkedField] - public bool IsSSD = false; + public bool IsSSD = true; [ViewVariables(VVAccess.ReadWrite)] [DataField("icon", customTypeSerializer: typeof(PrototypeIdSerializer))] diff --git a/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs b/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs index 4fe726113a..7fc13d161e 100644 --- a/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs +++ b/Content.Shared/SSDIndicator/SSDIndicatorSystem.cs @@ -1,5 +1,4 @@ -using Content.Shared.Mind.Components; -using Content.Shared.NPC; +using Robust.Shared.Player; namespace Content.Shared.SSDIndicator; @@ -10,30 +9,18 @@ public sealed class SSDIndicatorSystem : EntitySystem { public override void Initialize() { - SubscribeLocalEvent(OnInit); - SubscribeLocalEvent(OnMindAdded); - SubscribeLocalEvent(OnMindRemoved); + SubscribeLocalEvent(OnPlayerAttached); + SubscribeLocalEvent(OnPlayerDetached); } - private void OnInit(EntityUid uid, SSDIndicatorComponent component, ComponentInit args) - { - if (HasComp(uid)) - return; - - component.IsSSD = !HasComp(uid); - } - - private void OnMindAdded(EntityUid uid, SSDIndicatorComponent component, MindAddedMessage args) + private void OnPlayerAttached(EntityUid uid, SSDIndicatorComponent component, PlayerAttachedEvent args) { component.IsSSD = false; Dirty(uid, component); } - private void OnMindRemoved(EntityUid uid, SSDIndicatorComponent component, MindRemovedMessage args) + private void OnPlayerDetached(EntityUid uid, SSDIndicatorComponent component, PlayerDetachedEvent args) { - if (HasComp(uid)) - return; - component.IsSSD = true; Dirty(uid, component); } From b900fd9910fa9f48b6410ea76a825932f8c3ca0c Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 08:31:14 +0000 Subject: [PATCH 175/391] Automatic changelog update (cherry picked from commit 4ee95501dc7934e97c3cc867e7d54a2f74bb945e) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d50b4a2121..fa33db4087 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix arrivals fog not actually blocking, no more free roaming. - type: Fix - id: 5347 - time: '2023-12-12T09:20:33.0000000+00:00' - author: themias changes: - message: Added fill visuals to Hot Chocolate @@ -3851,3 +3845,10 @@ id: 5846 time: '2024-02-01T06:53:33.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24374 +- author: koteq + changes: + - message: Fixed indicator near SSD players + type: Fix + id: 5847 + time: '2024-02-01T08:30:07.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24589 From 0f483e31dd070e1c61a2cf1bbde42c2e8e97ad33 Mon Sep 17 00:00:00 2001 From: Skarletto <122584947+Skarletto@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:33:23 -0500 Subject: [PATCH 176/391] Ghost Role description clarity (#24333) * clarity? * h * bleeeurgh * review ass --------- Co-authored-by: metalgearsloth (cherry picked from commit 48f5bfb74ab4a2a39c7a72bcecf422dd015471a6) --- .../en-US/ghost/roles/ghost-role-component.ftl | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index 252f1ebfaf..020d81395c 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -1,5 +1,6 @@ # also used in MakeGhostRuleWindow and MakeGhostRoleCommand -ghost-role-component-default-rules = You don't remember any of your previous life unless an administrator tells you otherwise. +ghost-role-component-default-rules = All normal rules apply unless an administrator tells you otherwise. + You don't remember any of your previous life, and you don't remember anything you learned as a ghost. You are allowed to remember knowledge about the game in general, such as how to cook, how to use objects, etc. You are absolutely [color=red]NOT[/color] allowed to remember, say, the name, appearance, etc. of your previous character. @@ -21,7 +22,7 @@ ghost-role-information-mothroach-name = Mothroach ghost-role-information-mothroach-description = A cute but mischievous mothroach. ghost-role-information-giant-spider-name = Giant spider -ghost-role-information-giant-spider-description = Wreak havoc on the station's inhabitants! +ghost-role-information-giant-spider-description = This station's inhabitants look mighty tasty, and your sticky web is perfect to catch them! ghost-role-information-cognizine-description = Made conscious with the magic of cognizine. @@ -32,8 +33,10 @@ ghost-role-information-hamlet-name = Hamlet the hamster. ghost-role-information-hamlet-description = Lives in the station bridge, has a bit of a temper and is always hungry. ghost-role-information-slimes-name = Slime -ghost-role-information-slimes-description = An ordinary slime with no special needs or interests. He just lives. -ghost-role-information-angry-slimes-description = Everything around you irritates your instincts, destroy them! +ghost-role-information-slimes-description = An ordinary slime with no special needs or interests. You are friendly to others. + +ghost-role-information-angry-slimes-name = Slime +ghost-role-information-angry-slimes-description = Everyone around you irritates your instincts, destroy them! ghost-role-information-smile-name = Smile the Slime ghost-role-information-smile-description = The sweetest creature in the world. Smile Slime! @@ -103,13 +106,13 @@ ghost-role-information-supplybot-name = SupplyBot ghost-role-information-supplybot-description = Deliver goods around the station. ghost-role-information-space-bear-name = Space bear -ghost-role-information-space-bear-description = You're a bear! Do bear things. +ghost-role-information-space-bear-description = Your tummy rumbles, and these people look really yummy... What a feast! ghost-role-information-salvage-bear-name = Space bear on salvage wreck ghost-role-information-salvage-bear-description = Defend the loot inside the salvage wreck! ghost-role-information-space-kangaroo-name = Space kangaroo -ghost-role-information-space-kangaroo-description = You're a kangaroo! Do kangaroo things. +ghost-role-information-space-kangaroo-description = Give the crew a taste of your sharp claws! ghost-role-information-salvage-kangaroo-name = Space kangaroo on salvage wreck ghost-role-information-salvage-kangaroo-description = Defend the loot inside the salvage wreck! @@ -168,7 +171,7 @@ ghost-role-information-remilia-name = Remilia, the chaplain's familiar ghost-role-information-remilia-description = Obey your master. Eat fruit. ghost-role-information-remilia-rules = You are an intelligent fruit bat. Follow the chaplain around. Don't cause any trouble unless the chaplain tells you to. -ghost-role-information-cerberus-name = Cerberus, Evil Famili +ghost-role-information-cerberus-name = Cerberus, Evil Familiar ghost-role-information-cerberus-description = Obey your master. Spread chaos. ghost-role-information-cerberus-rules = You are an intelligent, demonic dog. Try to help the chaplain and any of his flock. As an antagonist, you're otherwise unrestrained. From 3d3bd4f4e0c260f0e7527c765ec44343257724b6 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:36:08 +1100 Subject: [PATCH 177/391] Remove EntityUid from debug context menu (#24660) - Probably confusing if you're not familiar with nentities - if I need the clientside uid for debugging I can just open VV and it's immediately there on first page. (cherry picked from commit ca5470918679d73a95404b08fc76d2be088a6876) --- Content.Client/ContextMenu/UI/EntityMenuElement.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Content.Client/ContextMenu/UI/EntityMenuElement.cs b/Content.Client/ContextMenu/UI/EntityMenuElement.cs index 8a8070aecc..d088f4f403 100644 --- a/Content.Client/ContextMenu/UI/EntityMenuElement.cs +++ b/Content.Client/ContextMenu/UI/EntityMenuElement.cs @@ -79,12 +79,11 @@ private string GetEntityDescriptionAdmin(EntityUid entity) var representation = _entityManager.ToPrettyString(entity); var name = representation.Name; - var id = representation.Uid.ToString(); var prototype = representation.Prototype; var playerName = representation.Session?.Name ?? SearchPlayerName(entity); var deleted = representation.Deleted; - return $"{name} ({id} / {_entityManager.GetNetEntity(entity).ToString()}{(prototype != null ? $", {prototype}" : "")}{(playerName != null ? $", {playerName}" : "")}){(deleted ? "D" : "")}"; + return $"{name} ({_entityManager.GetNetEntity(entity).ToString()}{(prototype != null ? $", {prototype}" : "")}{(playerName != null ? $", {playerName}" : "")}){(deleted ? "D" : "")}"; } private string GetEntityDescription(EntityUid entity) @@ -94,7 +93,7 @@ private string GetEntityDescription(EntityUid entity) return GetEntityDescriptionAdmin(entity); } - return Identity.Name(entity, _entityManager, _playerManager.LocalPlayer!.ControlledEntity!); + return Identity.Name(entity, _entityManager, _playerManager.LocalEntity!); } /// From f6f08bdc55e90340a1a880b708fc16ca752ed614 Mon Sep 17 00:00:00 2001 From: Sergey Dikiy Date: Thu, 1 Feb 2024 09:40:57 +0100 Subject: [PATCH 178/391] Added Warning state for AME (#24699) added warning state for AME (cherry picked from commit f3ff35dcfa5afb417c24ba9f21cfc2bc414d0c4f) --- .../Ame/EntitySystems/AmeControllerSystem.cs | 1 + .../Ame/SharedAmeControllerComponent.cs | 1 + .../Structures/Power/Generation/ame.yml | 1 + .../Generation/ame.rsi/control_warning.png | Bin 0 -> 643 bytes .../Power/Generation/ame.rsi/meta.json | 26 ++++++++++++++++++ 5 files changed, 29 insertions(+) create mode 100644 Resources/Textures/Structures/Power/Generation/ame.rsi/control_warning.png diff --git a/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs b/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs index af3e474d08..93b2a29a76 100644 --- a/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs +++ b/Content.Server/Ame/EntitySystems/AmeControllerSystem.cs @@ -263,6 +263,7 @@ private void UpdateDisplay(EntityUid uid, int stability, AmeControllerComponent? { < 10 => AmeControllerState.Fuck, < 50 => AmeControllerState.Critical, + < 80 => AmeControllerState.Warning, _ => AmeControllerState.On, }; diff --git a/Content.Shared/Ame/SharedAmeControllerComponent.cs b/Content.Shared/Ame/SharedAmeControllerComponent.cs index 8dde66724d..11925a82a0 100644 --- a/Content.Shared/Ame/SharedAmeControllerComponent.cs +++ b/Content.Shared/Ame/SharedAmeControllerComponent.cs @@ -69,6 +69,7 @@ public enum AmeControllerVisuals public enum AmeControllerState { On, + Warning, Critical, Fuck, Off, diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml index d12301b3f3..78fdaae01a 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml @@ -67,6 +67,7 @@ display: Off: { visible: false } On: { state: control_on, visible: true } + Warning: { state: control_warning, visible: true } Critical: { state: control_critical, visible: true } Fuck: { state: control_fuck, visible: true } - type: NodeContainer diff --git a/Resources/Textures/Structures/Power/Generation/ame.rsi/control_warning.png b/Resources/Textures/Structures/Power/Generation/ame.rsi/control_warning.png new file mode 100644 index 0000000000000000000000000000000000000000..7f64302cdc19150af92711d3f084f6236186cc82 GIT binary patch literal 643 zcmeAS@N?(olHy`uVBq!ia0vp^3xK$RgAGXbBqvD&DYhhUcNd2L45t_v*30Lo0!26r zJR*x382Ao@Fyrz36)6l1Ov;`vjv*Dd-rhMKc-TOMHQ=V{1(&V`so%CZuuqx5Brz>% zcA`+N!?oj<>BoK4%q!1tI{B;(XcohrA65K@an3rGxjl-{`Y842diB5B^ArAS zEKlKI`$_)klV<_5_glyHY?(gi&z+Ndw&o_@-nL=u9_Bm$=I&;mqxe70@1Jor`-R4HvH_z;F5LWH2c{k`Jn*S|Uc5@bTM5X973w`}>kQv16+KNY8Ze$cvi+i~p+^SY_;-8s-~+%O}AKW3f!`cV5=t>==TimP8t zyx*MF=bA5&{!_2|thnsO^V46gw9bZjv(*0a2kV4Y>g&IE+86uBy<2d8LwjO>f^B87 vj$PfH*N?1Q>h^5>x%ju_Uk*kji!AobUtPNX@u|zqhd`p9u6{1-oD!M Date: Thu, 1 Feb 2024 11:45:24 +0300 Subject: [PATCH 179/391] Lock Anomaly generator to research access (#24464) * small patch * fix * remove garbage * fix * moved to shared events * fix * LocId --------- Co-authored-by: metalgearsloth (cherry picked from commit 498ad2d5d714c73d9212bda9d3d89d53b2001e04) --- .../Access/Systems/AgentIDCardSystem.cs | 2 +- .../Arcade/BlockGame/BlockGameArcadeSystem.cs | 2 +- .../SpaceVillainArcadeSystem.cs | 2 +- .../Atmos/EntitySystems/GasTankSystem.cs | 2 +- .../EntitySystems/GasThermoMachineSystem.cs | 2 +- .../Bed/Cryostorage/CryostorageSystem.cs | 2 +- .../Cloning/CloningConsoleSystem.cs | 2 +- .../Systems/SignalTimerSystem.cs | 3 +- .../Systems/NetworkConfiguratorSystem.cs | 2 +- Content.Server/Drone/DroneSystem.cs | 2 +- .../ActivatableUIRequiresVisionSystem.cs | 2 +- Content.Server/Fax/FaxSystem.cs | 2 +- .../Systems/ForensicScannerSystem.cs | 2 +- .../Gateway/Systems/GatewaySystem.cs | 2 +- Content.Server/Lathe/LatheSystem.cs | 2 +- .../ActivatableUIRequiresLockSystem.cs | 3 +- .../MagicMirror/MagicMirrorSystem.cs | 2 +- Content.Server/Medical/CryoPodSystem.cs | 2 +- Content.Server/NukeOps/WarDeclaratorSystem.cs | 4 +- Content.Server/Paper/PaperSystem.cs | 2 +- .../ActivatableUIRequiresPowerSystem.cs | 3 +- .../Radio/EntitySystems/RadioDeviceSystem.cs | 2 +- .../Systems/ResearchSystem.Console.cs | 2 +- .../Systems/DiskConsoleSystem.cs | 4 +- .../Systems/EmergencyShuttleSystem.Console.cs | 2 +- .../Systems/ShuttleConsoleSystem.Drone.cs | 2 +- .../Shuttles/Systems/ShuttleConsoleSystem.cs | 1 + .../Silicons/Borgs/BorgSystem.Ui.cs | 4 +- Content.Server/Silicons/Borgs/BorgSystem.cs | 4 +- Content.Server/Sound/EmitSoundSystem.cs | 4 +- .../Store/Systems/StoreSystem.Ui.cs | 3 +- Content.Server/Store/Systems/StoreSystem.cs | 2 +- .../SurveillanceCameraMonitorSystem.cs | 2 +- .../ActivatableUISystem.Power.cs | 1 + .../UserInterface/ActivatableUISystem.cs | 50 ------------------ .../VendingMachines/VendingMachineSystem.cs | 1 + Content.Server/Wires/WiresSystem.cs | 3 +- .../Systems/ArtifactAnalyzerSystem.cs | 3 +- .../ActivatableUIRequiresAccessComponent.cs | 11 ++++ .../ActivatableUIRequiresAccessSystem.cs | 31 +++++++++++ .../UserInterface/ActivatableUIEvents.cs | 52 +++++++++++++++++++ .../Structures/Machines/anomaly_equipment.yml | 3 ++ 42 files changed, 142 insertions(+), 92 deletions(-) create mode 100644 Content.Shared/Access/Components/ActivatableUIRequiresAccessComponent.cs create mode 100644 Content.Shared/Access/Systems/ActivatableUIRequiresAccessSystem.cs create mode 100644 Content.Shared/UserInterface/ActivatableUIEvents.cs diff --git a/Content.Server/Access/Systems/AgentIDCardSystem.cs b/Content.Server/Access/Systems/AgentIDCardSystem.cs index b0772fcc32..4d242e8f81 100644 --- a/Content.Server/Access/Systems/AgentIDCardSystem.cs +++ b/Content.Server/Access/Systems/AgentIDCardSystem.cs @@ -1,6 +1,6 @@ using Content.Server.Access.Components; using Content.Server.Popups; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Interaction; diff --git a/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs b/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs index a57401cbb1..34a5689fd1 100644 --- a/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs +++ b/Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs @@ -1,5 +1,5 @@ using Content.Server.Power.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Arcade; using Robust.Server.GameObjects; using Robust.Shared.Player; diff --git a/Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeSystem.cs b/Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeSystem.cs index eae9b94964..d97c94fd99 100644 --- a/Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeSystem.cs +++ b/Content.Server/Arcade/SpaceVillainGame/SpaceVillainArcadeSystem.cs @@ -1,5 +1,5 @@ using Content.Server.Power.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using static Content.Shared.Arcade.SharedSpaceVillainArcadeComponent; using Robust.Server.GameObjects; using Robust.Shared.Audio; diff --git a/Content.Server/Atmos/EntitySystems/GasTankSystem.cs b/Content.Server/Atmos/EntitySystems/GasTankSystem.cs index e00990f594..dfe8447340 100644 --- a/Content.Server/Atmos/EntitySystems/GasTankSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasTankSystem.cs @@ -4,7 +4,7 @@ using Content.Server.Body.Systems; using Content.Server.Cargo.Systems; using Content.Server.Explosion.EntitySystems; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Actions; using Content.Shared.Atmos; using Content.Shared.Atmos.Components; diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs index 8e065921fe..ee0dca0fb0 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs @@ -14,7 +14,7 @@ using JetBrains.Annotations; using Robust.Server.GameObjects; using Content.Server.Power.EntitySystems; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Administration.Logs; using Content.Shared.Database; using Content.Shared.Examine; diff --git a/Content.Server/Bed/Cryostorage/CryostorageSystem.cs b/Content.Server/Bed/Cryostorage/CryostorageSystem.cs index f82f835d87..11184bee0a 100644 --- a/Content.Server/Bed/Cryostorage/CryostorageSystem.cs +++ b/Content.Server/Bed/Cryostorage/CryostorageSystem.cs @@ -6,7 +6,7 @@ using Content.Server.Popups; using Content.Server.Station.Components; using Content.Server.Station.Systems; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access.Systems; using Content.Shared.Bed.Cryostorage; using Content.Shared.Chat; diff --git a/Content.Server/Cloning/CloningConsoleSystem.cs b/Content.Server/Cloning/CloningConsoleSystem.cs index 0be9b64134..4176806639 100644 --- a/Content.Server/Cloning/CloningConsoleSystem.cs +++ b/Content.Server/Cloning/CloningConsoleSystem.cs @@ -5,7 +5,7 @@ using Content.Server.Medical.Components; using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Cloning; using Content.Shared.Cloning.CloningConsole; using Content.Shared.Database; diff --git a/Content.Server/DeviceLinking/Systems/SignalTimerSystem.cs b/Content.Server/DeviceLinking/Systems/SignalTimerSystem.cs index 8cdeac3e8e..0426ee7cc3 100644 --- a/Content.Server/DeviceLinking/Systems/SignalTimerSystem.cs +++ b/Content.Server/DeviceLinking/Systems/SignalTimerSystem.cs @@ -1,11 +1,10 @@ using Content.Server.DeviceLinking.Components; using Content.Server.DeviceLinking.Events; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access.Systems; using Content.Shared.MachineLinking; using Content.Shared.TextScreen; using Robust.Server.GameObjects; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Timing; diff --git a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs index c8faa930d1..9a038f1c78 100644 --- a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Administration.Logs; using Content.Server.DeviceLinking.Systems; using Content.Server.DeviceNetwork.Components; -using Content.Server.UserInterface; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; using Content.Shared.Database; @@ -13,6 +12,7 @@ using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Popups; +using Content.Shared.UserInterface; using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.Audio; diff --git a/Content.Server/Drone/DroneSystem.cs b/Content.Server/Drone/DroneSystem.cs index 7e1199bb4d..769d1b5d11 100644 --- a/Content.Server/Drone/DroneSystem.cs +++ b/Content.Server/Drone/DroneSystem.cs @@ -3,7 +3,7 @@ using Content.Server.Ghost.Roles.Components; using Content.Server.Popups; using Content.Server.Tools.Innate; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Body.Components; using Content.Shared.Drone; using Content.Shared.Emoting; diff --git a/Content.Server/Eye/Blinding/ActivatableUIRequiresVisionSystem.cs b/Content.Server/Eye/Blinding/ActivatableUIRequiresVisionSystem.cs index 7bed97db12..b51efc2f5e 100644 --- a/Content.Server/Eye/Blinding/ActivatableUIRequiresVisionSystem.cs +++ b/Content.Server/Eye/Blinding/ActivatableUIRequiresVisionSystem.cs @@ -1,5 +1,5 @@ using Content.Shared.Eye.Blinding; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Server.Popups; using Content.Shared.Eye.Blinding.Components; using Content.Shared.Eye.Blinding.Systems; diff --git a/Content.Server/Fax/FaxSystem.cs b/Content.Server/Fax/FaxSystem.cs index 5ea4393865..f25fb62542 100644 --- a/Content.Server/Fax/FaxSystem.cs +++ b/Content.Server/Fax/FaxSystem.cs @@ -8,7 +8,7 @@ using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Tools; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Administration.Logs; using Content.Shared.Containers.ItemSlots; using Content.Shared.Database; diff --git a/Content.Server/Forensics/Systems/ForensicScannerSystem.cs b/Content.Server/Forensics/Systems/ForensicScannerSystem.cs index 6710864c72..be44f9e203 100644 --- a/Content.Server/Forensics/Systems/ForensicScannerSystem.cs +++ b/Content.Server/Forensics/Systems/ForensicScannerSystem.cs @@ -2,7 +2,7 @@ using System.Text; using Content.Server.Paper; using Content.Server.Popups; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.DoAfter; using Content.Shared.Forensics; using Content.Shared.Hands.EntitySystems; diff --git a/Content.Server/Gateway/Systems/GatewaySystem.cs b/Content.Server/Gateway/Systems/GatewaySystem.cs index 14be113248..52525ee0d4 100644 --- a/Content.Server/Gateway/Systems/GatewaySystem.cs +++ b/Content.Server/Gateway/Systems/GatewaySystem.cs @@ -1,6 +1,6 @@ using Content.Server.Gateway.Components; using Content.Server.Station.Systems; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access.Systems; using Content.Shared.Gateway; using Content.Shared.Popups; diff --git a/Content.Server/Lathe/LatheSystem.cs b/Content.Server/Lathe/LatheSystem.cs index 8b1f3b471c..621c583a55 100644 --- a/Content.Server/Lathe/LatheSystem.cs +++ b/Content.Server/Lathe/LatheSystem.cs @@ -8,7 +8,7 @@ using Content.Server.Power.Components; using Content.Server.Power.EntitySystems; using Content.Server.Stack; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Database; using Content.Shared.Emag.Components; using Content.Shared.Lathe; diff --git a/Content.Server/Lock/EntitySystems/ActivatableUIRequiresLockSystem.cs b/Content.Server/Lock/EntitySystems/ActivatableUIRequiresLockSystem.cs index bfb2fbc6e1..dfe398ebaf 100644 --- a/Content.Server/Lock/EntitySystems/ActivatableUIRequiresLockSystem.cs +++ b/Content.Server/Lock/EntitySystems/ActivatableUIRequiresLockSystem.cs @@ -1,7 +1,8 @@ using Content.Server.Lock.Components; using Content.Server.Popups; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Lock; +using Content.Server.UserInterface; namespace Content.Server.Lock.EntitySystems; public sealed class ActivatableUIRequiresLockSystem : EntitySystem diff --git a/Content.Server/MagicMirror/MagicMirrorSystem.cs b/Content.Server/MagicMirror/MagicMirrorSystem.cs index f6858e10a0..aef6e11d71 100644 --- a/Content.Server/MagicMirror/MagicMirrorSystem.cs +++ b/Content.Server/MagicMirror/MagicMirrorSystem.cs @@ -1,7 +1,7 @@ using System.Linq; using Content.Server.DoAfter; using Content.Server.Humanoid; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.DoAfter; using Content.Shared.Humanoid; using Content.Shared.Humanoid.Markings; diff --git a/Content.Server/Medical/CryoPodSystem.cs b/Content.Server/Medical/CryoPodSystem.cs index 3fcec3a824..e05dc2494f 100644 --- a/Content.Server/Medical/CryoPodSystem.cs +++ b/Content.Server/Medical/CryoPodSystem.cs @@ -13,7 +13,7 @@ using Content.Server.NodeContainer.Nodes; using Content.Server.Power.Components; using Content.Server.Temperature.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Chemistry; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components.SolutionManager; diff --git a/Content.Server/NukeOps/WarDeclaratorSystem.cs b/Content.Server/NukeOps/WarDeclaratorSystem.cs index 328990738e..7761651f4e 100644 --- a/Content.Server/NukeOps/WarDeclaratorSystem.cs +++ b/Content.Server/NukeOps/WarDeclaratorSystem.cs @@ -1,12 +1,12 @@ -using Content.Server.Administration.Logs; +using Content.Server.Administration.Logs; using Content.Server.GameTicking.Rules; using Content.Server.GameTicking.Rules.Components; using Content.Server.Popups; -using Content.Server.UserInterface; using Content.Shared.CCVar; using Content.Shared.Chat; using Content.Shared.Database; using Content.Shared.NukeOps; +using Content.Shared.UserInterface; using Robust.Server.GameObjects; using Robust.Shared.Configuration; diff --git a/Content.Server/Paper/PaperSystem.cs b/Content.Server/Paper/PaperSystem.cs index 3927781409..80cc8fa4ae 100644 --- a/Content.Server/Paper/PaperSystem.cs +++ b/Content.Server/Paper/PaperSystem.cs @@ -1,7 +1,7 @@ using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Popups; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Database; using Content.Shared.Examine; using Content.Shared.Interaction; diff --git a/Content.Server/Power/EntitySystems/ActivatableUIRequiresPowerSystem.cs b/Content.Server/Power/EntitySystems/ActivatableUIRequiresPowerSystem.cs index 5f32b4b06b..561b0e71f0 100644 --- a/Content.Server/Power/EntitySystems/ActivatableUIRequiresPowerSystem.cs +++ b/Content.Server/Power/EntitySystems/ActivatableUIRequiresPowerSystem.cs @@ -1,8 +1,9 @@ using Content.Shared.Popups; using Content.Server.Power.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using JetBrains.Annotations; using Content.Shared.Wires; +using Content.Server.UserInterface; namespace Content.Server.Power.EntitySystems; diff --git a/Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs b/Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs index 2cd3777c52..ace7d8ae31 100644 --- a/Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs +++ b/Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs @@ -6,7 +6,7 @@ using Content.Server.Radio.Components; using Content.Server.Speech; using Content.Server.Speech.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Chat; using Content.Shared.Examine; using Content.Shared.Interaction; diff --git a/Content.Server/Research/Systems/ResearchSystem.Console.cs b/Content.Server/Research/Systems/ResearchSystem.Console.cs index e802e2c7f9..9f95fd2517 100644 --- a/Content.Server/Research/Systems/ResearchSystem.Console.cs +++ b/Content.Server/Research/Systems/ResearchSystem.Console.cs @@ -1,6 +1,6 @@ using Content.Server.Power.EntitySystems; using Content.Server.Research.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access.Components; using Content.Shared.Research.Components; using Content.Shared.Research.Prototypes; diff --git a/Content.Server/Research/TechnologyDisk/Systems/DiskConsoleSystem.cs b/Content.Server/Research/TechnologyDisk/Systems/DiskConsoleSystem.cs index 8a65e0a8bc..2064abd8eb 100644 --- a/Content.Server/Research/TechnologyDisk/Systems/DiskConsoleSystem.cs +++ b/Content.Server/Research/TechnologyDisk/Systems/DiskConsoleSystem.cs @@ -1,6 +1,6 @@ -using Content.Server.Research.Systems; +using Content.Server.Research.Systems; using Content.Server.Research.TechnologyDisk.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Research; using Content.Shared.Research.Components; using Robust.Server.Audio; diff --git a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs index 3b9a12a331..37c70c4e48 100644 --- a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs +++ b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs @@ -4,7 +4,7 @@ using Content.Server.Screens.Components; using Content.Server.Shuttles.Components; using Content.Server.Shuttles.Events; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access; using Content.Shared.CCVar; using Content.Shared.Database; diff --git a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.Drone.cs b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.Drone.cs index cef4faa13b..99ab54f9af 100644 --- a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.Drone.cs +++ b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.Drone.cs @@ -1,7 +1,7 @@ using Content.Server.Shuttles.Components; using Content.Server.Shuttles.Events; using Content.Server.Station.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; namespace Content.Server.Shuttles.Systems; diff --git a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs index afe9d78a25..18dd3b0baf 100644 --- a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs +++ b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs @@ -20,6 +20,7 @@ using Robust.Shared.Physics.Components; using Robust.Shared.Timing; using Robust.Shared.Utility; +using Content.Shared.UserInterface; namespace Content.Server.Shuttles.Systems; diff --git a/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs b/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs index fa551ebc37..8af682114c 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.Ui.cs @@ -1,5 +1,5 @@ -using System.Linq; -using Content.Server.UserInterface; +using System.Linq; +using Content.Shared.UserInterface; using Content.Shared.Database; using Content.Shared.NameIdentifier; using Content.Shared.PowerCell.Components; diff --git a/Content.Server/Silicons/Borgs/BorgSystem.cs b/Content.Server/Silicons/Borgs/BorgSystem.cs index 4d7892c0b7..0efbe1a40a 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.cs @@ -1,9 +1,9 @@ -using Content.Server.Actions; +using Content.Server.Actions; using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; using Content.Server.Hands.Systems; using Content.Server.PowerCell; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Access.Systems; using Content.Shared.Alert; using Content.Shared.Database; diff --git a/Content.Server/Sound/EmitSoundSystem.cs b/Content.Server/Sound/EmitSoundSystem.cs index 3c7713b305..059800c3f9 100644 --- a/Content.Server/Sound/EmitSoundSystem.cs +++ b/Content.Server/Sound/EmitSoundSystem.cs @@ -1,6 +1,6 @@ -using Content.Server.Explosion.EntitySystems; +using Content.Server.Explosion.EntitySystems; using Content.Server.Sound.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Sound; using Robust.Shared.Random; diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index 32c9a05043..7599b08b3c 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -4,13 +4,12 @@ using Content.Server.PDA.Ringer; using Content.Server.Stack; using Content.Server.Store.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Database; using Content.Shared.FixedPoint; using Content.Shared.Hands.EntitySystems; using Content.Shared.Store; using Robust.Server.GameObjects; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Player; diff --git a/Content.Server/Store/Systems/StoreSystem.cs b/Content.Server/Store/Systems/StoreSystem.cs index 6a49e80797..ea28094399 100644 --- a/Content.Server/Store/Systems/StoreSystem.cs +++ b/Content.Server/Store/Systems/StoreSystem.cs @@ -1,5 +1,5 @@ using Content.Server.Store.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.FixedPoint; using Content.Shared.Implants.Components; using Content.Shared.Interaction; diff --git a/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMonitorSystem.cs b/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMonitorSystem.cs index 39dcb1a9e0..cbc2f6d31e 100644 --- a/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMonitorSystem.cs +++ b/Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMonitorSystem.cs @@ -2,7 +2,7 @@ using Content.Server.DeviceNetwork; using Content.Server.DeviceNetwork.Systems; using Content.Server.Power.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.SurveillanceCamera; using Robust.Server.GameObjects; using Robust.Shared.Player; diff --git a/Content.Server/UserInterface/ActivatableUISystem.Power.cs b/Content.Server/UserInterface/ActivatableUISystem.Power.cs index 7c687aa3cd..d4dcc91d46 100644 --- a/Content.Server/UserInterface/ActivatableUISystem.Power.cs +++ b/Content.Server/UserInterface/ActivatableUISystem.Power.cs @@ -1,5 +1,6 @@ using Content.Server.PowerCell; using Content.Shared.PowerCell; +using Content.Shared.UserInterface; using Robust.Shared.Containers; namespace Content.Server.UserInterface; diff --git a/Content.Server/UserInterface/ActivatableUISystem.cs b/Content.Server/UserInterface/ActivatableUISystem.cs index e3dad63358..387221e00c 100644 --- a/Content.Server/UserInterface/ActivatableUISystem.cs +++ b/Content.Server/UserInterface/ActivatableUISystem.cs @@ -218,53 +218,3 @@ private void OnHandDeselected(EntityUid uid, ActivatableUIComponent? aui, HandDe CloseAll(uid, aui); } } - -public sealed class ActivatableUIOpenAttemptEvent : CancellableEntityEventArgs -{ - public EntityUid User { get; } - public ActivatableUIOpenAttemptEvent(EntityUid who) - { - User = who; - } -} - -public sealed class UserOpenActivatableUIAttemptEvent : CancellableEntityEventArgs //have to one-up the already stroke-inducing name -{ - public EntityUid User { get; } - public EntityUid Target { get; } - public UserOpenActivatableUIAttemptEvent(EntityUid who, EntityUid target) - { - User = who; - Target = target; - } -} - -public sealed class AfterActivatableUIOpenEvent : EntityEventArgs -{ - public EntityUid User { get; } - public readonly ICommonSession Session; - - public AfterActivatableUIOpenEvent(EntityUid who, ICommonSession session) - { - User = who; - Session = session; - } -} - -/// -/// This is after it's decided the user can open the UI, -/// but before the UI actually opens. -/// Use this if you need to prepare the UI itself -/// -public sealed class BeforeActivatableUIOpenEvent : EntityEventArgs -{ - public EntityUid User { get; } - public BeforeActivatableUIOpenEvent(EntityUid who) - { - User = who; - } -} - -public sealed class ActivatableUIPlayerChangedEvent : EntityEventArgs -{ -} diff --git a/Content.Server/VendingMachines/VendingMachineSystem.cs b/Content.Server/VendingMachines/VendingMachineSystem.cs index f2c7e6dd19..9443b0b394 100644 --- a/Content.Server/VendingMachines/VendingMachineSystem.cs +++ b/Content.Server/VendingMachines/VendingMachineSystem.cs @@ -18,6 +18,7 @@ using Content.Shared.Emp; using Content.Shared.Popups; using Content.Shared.Throwing; +using Content.Shared.UserInterface; using Content.Shared.VendingMachines; using Robust.Server.GameObjects; using Robust.Shared.Audio; diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index cb019e3d64..5275a95c34 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -5,7 +5,7 @@ using Content.Server.Construction; using Content.Server.Construction.Components; using Content.Server.Power.Components; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Shared.Database; using Content.Shared.DoAfter; using Content.Shared.GameTicking; @@ -23,6 +23,7 @@ using Robust.Shared.Prototypes; using Robust.Shared.Random; using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; +using Content.Server.UserInterface; namespace Content.Server.Wires; diff --git a/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactAnalyzerSystem.cs b/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactAnalyzerSystem.cs index 25865cc426..27caebef80 100644 --- a/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactAnalyzerSystem.cs +++ b/Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactAnalyzerSystem.cs @@ -1,9 +1,8 @@ using System.Linq; -using Content.Server.Construction; using Content.Server.Paper; using Content.Server.Power.Components; using Content.Server.Research.Systems; -using Content.Server.UserInterface; +using Content.Shared.UserInterface; using Content.Server.Xenoarchaeology.Equipment.Components; using Content.Server.Xenoarchaeology.XenoArtifacts; using Content.Server.Xenoarchaeology.XenoArtifacts.Events; diff --git a/Content.Shared/Access/Components/ActivatableUIRequiresAccessComponent.cs b/Content.Shared/Access/Components/ActivatableUIRequiresAccessComponent.cs new file mode 100644 index 0000000000..342d182d2f --- /dev/null +++ b/Content.Shared/Access/Components/ActivatableUIRequiresAccessComponent.cs @@ -0,0 +1,11 @@ +using Content.Shared.Access.Systems; +using Robust.Shared.GameStates; + +namespace Content.Shared.Access.Components; + +[RegisterComponent, NetworkedComponent, Access(typeof(ActivatableUIRequiresAccessSystem))] +public sealed partial class ActivatableUIRequiresAccessComponent : Component +{ + [DataField] + public LocId? PopupMessage = "lock-comp-has-user-access-fail"; +} diff --git a/Content.Shared/Access/Systems/ActivatableUIRequiresAccessSystem.cs b/Content.Shared/Access/Systems/ActivatableUIRequiresAccessSystem.cs new file mode 100644 index 0000000000..9020518f21 --- /dev/null +++ b/Content.Shared/Access/Systems/ActivatableUIRequiresAccessSystem.cs @@ -0,0 +1,31 @@ +using Content.Shared.Popups; +using Content.Shared.UserInterface; +using Content.Shared.Access.Components; + +namespace Content.Shared.Access.Systems; +public sealed class ActivatableUIRequiresAccessSystem : EntitySystem +{ + [Dependency] private readonly AccessReaderSystem _access = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnUIOpenAttempt); + } + + private void OnUIOpenAttempt(Entity activatableUI, ref ActivatableUIOpenAttemptEvent args) + { + if (args.Cancelled) + return; + + if (!_access.IsAllowed(args.User, activatableUI)) + { + args.Cancel(); + if (activatableUI.Comp.PopupMessage != null) + _popup.PopupClient(Loc.GetString(activatableUI.Comp.PopupMessage), activatableUI, args.User); + } + } +} + diff --git a/Content.Shared/UserInterface/ActivatableUIEvents.cs b/Content.Shared/UserInterface/ActivatableUIEvents.cs new file mode 100644 index 0000000000..6e6b3f63c6 --- /dev/null +++ b/Content.Shared/UserInterface/ActivatableUIEvents.cs @@ -0,0 +1,52 @@ +using Robust.Shared.Player; + +namespace Content.Shared.UserInterface; +public sealed class ActivatableUIOpenAttemptEvent : CancellableEntityEventArgs +{ + public EntityUid User { get; } + public ActivatableUIOpenAttemptEvent(EntityUid who) + { + User = who; + } +} + +public sealed class UserOpenActivatableUIAttemptEvent : CancellableEntityEventArgs //have to one-up the already stroke-inducing name +{ + public EntityUid User { get; } + public EntityUid Target { get; } + public UserOpenActivatableUIAttemptEvent(EntityUid who, EntityUid target) + { + User = who; + Target = target; + } +} + +public sealed class AfterActivatableUIOpenEvent : EntityEventArgs +{ + public EntityUid User { get; } + public readonly ICommonSession Session; + + public AfterActivatableUIOpenEvent(EntityUid who, ICommonSession session) + { + User = who; + Session = session; + } +} + +/// +/// This is after it's decided the user can open the UI, +/// but before the UI actually opens. +/// Use this if you need to prepare the UI itself +/// +public sealed class BeforeActivatableUIOpenEvent : EntityEventArgs +{ + public EntityUid User { get; } + public BeforeActivatableUIOpenEvent(EntityUid who) + { + User = who; + } +} + +public sealed class ActivatableUIPlayerChangedEvent : EntityEventArgs +{ +} diff --git a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml index 7fb8ec771d..2697e00a70 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml @@ -296,6 +296,7 @@ acts: ["Breakage"] - type: ActivatableUI key: enum.AnomalyGeneratorUiKey.Key + - type: ActivatableUIRequiresAccess - type: ActivatableUIRequiresPower - type: UserInterface interfaces: @@ -318,6 +319,8 @@ - type: WiresVisuals - type: StaticPrice price: 5000 + - type: AccessReader + access: [["Research"]] - type: GuideHelp guides: - AnomalousResearch From 60bb97ca9564d7e014b1e641f40ab29a056764c6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 08:46:30 +0000 Subject: [PATCH 180/391] Automatic changelog update (cherry picked from commit 3054328d0fbe4454fb8eb64ded1381e5f09f8c3c) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index fa33db4087..e674562a09 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: themias - changes: - - message: Added fill visuals to Hot Chocolate - type: Tweak - id: 5348 - time: '2023-12-13T00:01:24.0000000+00:00' - author: themias changes: - message: Fixed secret doors not requiring metal rods @@ -3852,3 +3846,10 @@ id: 5847 time: '2024-02-01T08:30:07.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24589 +- author: TheShuEd + changes: + - message: Anomaly generator can now only be used by a scientist. + type: Tweak + id: 5848 + time: '2024-02-01T08:45:24.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24464 From 4bbeb66f84fb3cad3ec8ade75c597fb99053d997 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 1 Feb 2024 10:01:52 +0100 Subject: [PATCH 181/391] Remove starvation damage (#24790) Bottom text (cherry picked from commit dfef9dd0d510b7490a336e9ba800667218ce7a2a) --- Resources/Prototypes/Entities/Mobs/Species/arachnid.yml | 4 ---- Resources/Prototypes/Entities/Mobs/Species/diona.yml | 3 --- Resources/Prototypes/Entities/Mobs/Species/dwarf.yml | 4 ---- Resources/Prototypes/Entities/Mobs/Species/human.yml | 4 ---- Resources/Prototypes/Entities/Mobs/Species/moth.yml | 4 ---- Resources/Prototypes/Entities/Mobs/Species/reptilian.yml | 4 ---- Resources/Prototypes/Entities/Mobs/Species/slime.yml | 3 --- 7 files changed, 26 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 8c1f43de96..6a92a6cc6b 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -12,10 +12,6 @@ species: Arachnid - type: Hunger baseDecayRate: 0.0125 # Spiders have slow metabolisms all things considered, so I decided to just make their hunger drain slower. - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Cold: 0.5 - # Bloodloss: 0.5 - type: Carriable # Carrying system from nyanotrasen. - type: Thirst - type: Sericulture diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index 9a0e505316..3f46005635 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -8,9 +8,6 @@ - type: HumanoidAppearance species: Diona - type: Hunger - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Bloodloss: 0.5 baseDecayRate: 0.0083 - type: Thirst baseDecayRate: 0.0083 diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index 149769876d..fe36754b9b 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -6,10 +6,6 @@ abstract: true components: - type: Hunger - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Cold: 0.5 - # Bloodloss: 0.5 - type: Thirst - type: Carriable # Carrying system from nyanotrasen. - type: Icon diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index fb93c210a7..7bf96efe2c 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/human.yml @@ -6,10 +6,6 @@ abstract: true components: - type: Hunger - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Cold: 0.5 - # Bloodloss: 0.5 - type: Icon # It will not have an icon in the adminspawn menu without this. Body parts seem fine for whatever reason. sprite: Mobs/Species/Human/parts.rsi state: full diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 157ad1cb18..1680dd6cda 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -8,10 +8,6 @@ - type: HumanoidAppearance species: Moth - type: Hunger - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Cold: 0.5 - # Bloodloss: 0.5 - type: Thirst - type: Carriable # Carrying system from nyanotrasen. - type: Icon diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index c469cb2084..9f482c6e2f 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -8,10 +8,6 @@ - type: HumanoidAppearance species: Reptilian - type: Hunger - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Cold: 0.5 - # Bloodloss: 0.5 - type: Puller needsHands: false - type: Thirst diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 73ddb2cc3e..481afd06a3 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -5,9 +5,6 @@ abstract: true components: - type: Hunger - # starvationDamage: # DeltaV - Disable starvation damage - # types: - # Bloodloss: 0.5 - type: Thirst - type: Carriable # Carrying system from nyanotrasen. - type: Icon From 41c05546bcd26a6356eb14caa34d30b2bb98b0ef Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 09:02:57 +0000 Subject: [PATCH 182/391] Automatic changelog update (cherry picked from commit 5669c412a5178eece310c2516d747d84a149baae) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e674562a09..ef9487b5b0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: themias - changes: - - message: Fixed secret doors not requiring metal rods - type: Fix - id: 5349 - time: '2023-12-13T00:01:51.0000000+00:00' - author: Vasilis changes: - message: Added a General settings tab, and moved a bunch of options into it. @@ -3853,3 +3847,10 @@ id: 5848 time: '2024-02-01T08:45:24.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24464 +- author: PJB3005 + changes: + - message: Removed starvation damage + type: Remove + id: 5849 + time: '2024-02-01T09:01:52.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24790 From b9804a6126fa046c281cb0e5eb6b9e168342270c Mon Sep 17 00:00:00 2001 From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:49:47 -0600 Subject: [PATCH 183/391] Airlock assembly prototypes (#23821) * adds prototypes for airlock assemblies for other doors * fix tests (cherry picked from commit d76121d470c1e159787a6b991c0599068bd06a5f) --- .../Structures/Doors/Airlocks/assembly.yml | 389 ++++++++++++++++-- .../Doors/Airlocks/base_assembly.yml | 45 ++ .../Airlocks/Glass/centcomm.rsi/assembly.png | Bin 1023 -> 1214 bytes .../Airlocks/Glass/external.rsi/assembly.png | Bin 0 -> 1920 bytes .../Airlocks/Glass/external.rsi/meta.json | 3 + .../Airlocks/Glass/firelock.rsi/assembly.png | Bin 0 -> 1219 bytes .../Airlocks/Glass/firelock.rsi/meta.json | 3 + .../Airlocks/Glass/glass.rsi/assembly.png | Bin 604 -> 2061 bytes .../Airlocks/Glass/shuttle.rsi/assembly.png | Bin 0 -> 935 bytes .../Airlocks/Glass/shuttle.rsi/meta.json | 3 + .../Glass/shuttle_syndicate.rsi/assembly.png | Bin 0 -> 991 bytes .../Glass/shuttle_syndicate.rsi/meta.json | 3 + .../Airlocks/Glass/syndicate.rsi/assembly.png | Bin 952 -> 1147 bytes .../Standard/external.rsi/assembly.png | Bin 0 -> 1831 bytes .../Airlocks/Standard/external.rsi/meta.json | 3 + .../Standard/shuttle.rsi/assembly.png | Bin 0 -> 824 bytes .../Airlocks/Standard/shuttle.rsi/meta.json | 3 + .../shuttle_syndicate.rsi/assembly.png | Bin 0 -> 712 bytes .../Standard/shuttle_syndicate.rsi/meta.json | 3 + .../Standard/syndicate.rsi/assembly.png | Bin 945 -> 548 bytes 20 files changed, 412 insertions(+), 43 deletions(-) create mode 100644 Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_assembly.yml create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/external.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle.rsi/assembly.png create mode 100644 Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle_syndicate.rsi/assembly.png diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml index f69768cf85..2fc5817287 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/assembly.yml @@ -1,44 +1,347 @@ +#Atmospherics - type: entity - id: AirlockAssembly - name: airlock assembly - description: It opens, it closes, and maybe crushes you. - components: - - type: Clickable - - type: InteractionOutline - - type: Sprite - sprite: Structures/Doors/Airlocks/Standard/basic.rsi - state: "assembly" - - type: Physics - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.45,-0.45,0.45,0.45" - density: 110 - mask: - - FullTileMask - layer: - - HumanoidBlockLayer - - type: Anchorable - delay: 2 - - type: Pullable - - type: Transform - anchored: true - noRot: true - - type: Damageable - damageContainer: Inorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 300 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - type: Construction - graph: Airlock - node: assembly - placement: - mode: SnapgridCenter + parent: AirlockAssembly + id: AirlockAssemblyAtmospherics + name: airlock assembly + suffix: Atmospherics + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/atmospherics.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyAtmosphericsGlass + name: airlock assembly + suffix: Atmospherics, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/atmospherics.rsi + state: "assembly" + +#Cargo +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyCargo + name: airlock assembly + suffix: Cargo + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/cargo.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyCargoGlass + name: airlock assembly + suffix: Cargo, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/cargo.rsi + state: "assembly" + +#Command +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyCommand + name: airlock assembly + suffix: Command + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/command.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyCommandGlass + name: airlock assembly + suffix: Command, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/command.rsi + state: "assembly" + +#Engineering +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyEngineering + name: airlock assembly + suffix: Engineering + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/engineering.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyEngineeringGlass + name: airlock assembly + suffix: Engineering, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/engineering.rsi + state: "assembly" + +#External +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyExternal + name: airlock assembly + suffix: External + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/external.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyExternalGlass + name: airlock assembly + suffix: External, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/external.rsi + state: "assembly" + +#Public (Glass Airlock) +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyGlass + name: airlock assembly + suffix: Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/glass.rsi + state: "assembly" + +#Freezer +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyFreezer + name: airlock assembly + suffix: Freezer + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/freezer.rsi + state: "assembly" + +#Maintenance +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyMaintenance + name: airlock assembly + suffix: Maintenance + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/maint.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyMaintenanceGlass + name: airlock assembly + suffix: Maintenance, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/maint.rsi + state: "assembly" + +#Medical +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyMedical + name: airlock assembly + suffix: Medical + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/medical.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyMedicalGlass + name: airlock assembly + suffix: Medical, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/medical.rsi + state: "assembly" + +#Science +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyScience + name: airlock assembly + suffix: Science + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/science.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyScienceGlass + name: airlock assembly + suffix: Science, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/science.rsi + state: "assembly" + +#Security +- type: entity + parent: AirlockAssembly + id: AirlockAssemblySecurity + name: airlock assembly + suffix: Security + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/security.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblySecurityGlass + name: airlock assembly + suffix: Security, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/security.rsi + state: "assembly" + +#Shuttle +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyShuttle + name: airlock assembly + suffix: Shuttle + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/shuttle.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyShuttleGlass + name: airlock assembly + suffix: Shuttle, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi + state: "assembly" + +#Virology +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyVirology + name: airlock assembly + suffix: Virology + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/virology.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyVirologyGlass + name: airlock assembly + suffix: Virology, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/virology.rsi + state: "assembly" + +#CentralCommand +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyCentralCommand + name: airlock assembly + suffix: CentralCommand + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/centcomm.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyCentralCommandGlass + name: airlock assembly + suffix: CentralCommand, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/centcomm.rsi + state: "assembly" + +#Mining +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyMining + name: airlock assembly + suffix: Mining + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/mining.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyMiningGlass + name: airlock assembly + suffix: Mining, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/mining.rsi + state: "assembly" + +#Syndicate +- type: entity + parent: AirlockAssembly + id: AirlockAssemblySyndicate + name: airlock assembly + suffix: Syndicate + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/syndicate.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblySyndicateGlass + name: airlock assembly + suffix: Syndicate, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/syndicate.rsi + state: "assembly" + +#ShuttleSyndicate +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyShuttleSyndicate + name: airlock assembly + suffix: ShuttleSyndicate + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/shuttle_syndicate.rsi + state: "assembly" + +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyShuttleSyndicateGlass + name: airlock assembly + suffix: ShuttleSyndicate, Glass + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi + state: "assembly" + +#High Security +- type: entity + parent: AirlockAssembly + id: AirlockAssemblyHighSec + name: airlock assembly + suffix: HighSec + components: + - type: Sprite + sprite: Structures/Doors/Airlocks/highsec/highsec.rsi + state: "assembly" \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_assembly.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_assembly.yml new file mode 100644 index 0000000000..fcdb0d2dea --- /dev/null +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_assembly.yml @@ -0,0 +1,45 @@ +#Base +- type: entity + id: AirlockAssembly + name: airlock assembly + description: It opens, it closes, and maybe crushes you. + components: + - type: Clickable + - type: InteractionOutline + - type: Sprite + sprite: Structures/Doors/Airlocks/Standard/basic.rsi + state: "assembly" + - type: Physics + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 110 + mask: + - FullTileMask + layer: + - HumanoidBlockLayer + - type: Anchorable + delay: 2 + - type: Pullable + - type: Transform + anchored: true + noRot: true + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Metallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 300 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Construction + graph: Airlock + node: assembly + placement: + mode: SnapgridCenter \ No newline at end of file diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Glass/centcomm.rsi/assembly.png index 814d8379085726788b724bad9e3bea90f88c45c8..7db8f8b6e85e0e9e567016b66d0f2570478dafe8 100644 GIT binary patch delta 1174 zcmV;H1Zn&K2fhiABpLy8Qb$4nuFf3k00004XF*Lt006O%3;baPks%j<1XD>wK~z{r z#g~6*TU8Xt&r1_uOVZkerS->}ESp4UwPCiCVbx42!upTX_+w)O1t$)f2>OSDe-uHg zI0R*~zx+r1!=Zw*KPrw2c5~24RjR8KDx*!e^+(pUO_!RtHHr6o-@Pxd$$LqY75u>E zo_pTQIp^MY?zuNgI2_J@6C;z!prd@A56dz&HKhpApslT~@(%@yqLA0?)#c#+`}hyt zqdDs7=^-C`u*vV|55d($f|3ghG&nd&>4<}JKQGw^(AcXRr8BGRvIUfTU+JhAc_xve zdVf8amj@Oq2T%oi7>vA|=*}%(qhTz`s<#NKHp0Vlz*HWpZmRd-EYS3G8dBWO3CF1}5<(|6|*JRrhJ$xK`BMDViO{^@=`Esk*v*?9- z!+?F*mJMU*WdNA5R_|%Pl)1L(L$9j~q*FN|)eQGxY8+z)0CRpjb3Tn;s0`dqYhK+5 zco2qF=^V1`C78Wj0qo;iD4vuY^8najGjodVfb5rzE+zDTgv0FR3jBTiB3=8sv=(4j zSk(e)!@RPrZ%wDuW01L3_K+t;F(SD8H%6b=#jEwN-jz2CW z_zJMd3da_I1Nw~w&fyeoetw>hflNYU3qltChN5X2O-@eI@4e^fyS*p)7&wpol4X^U z%REt1$+=eTMt0)JXqNgL{wz6+%CYPFi$W@3KKVf4i@S7Tx86BFeXx!Ob(w_oxaz74 zK!5Py{j?mv`5b5-8WJNGZ0^xLUV`uQh-5`8iICQ6-Gi`fSJH2GR) z*)B7G$}$f?CLY(Au)7gegR~)?LlzaWa25ar!7kk)$aX7oGf3x>hDPrcdLF>p(XT#= zJsoT5jXjrsG8Wque&8Y7-Cyfz=nrjg?CkFL?(BY~3GLe-KK>AT2X3d}jlSpK8X8Y5 zpZw-z?sB%_23J~8?P(~P$vZQ{r+!*JJDt{X-syYhZRq&T`2W6^8~=>(qB-esj$4)C z^#*_ojJ!jXv+a;K9Vl?)mCfwDmiwUj3RliHf6IL3l1LpIj1@nxg!%n)zf~fU2>%4h oWa)RZ!|oFZab5U)NPeRK07Y3^#->jJTL1t607*qoM6N<$g5$?jL;wH) delta 984 zcmV;}11J2x3I7L>B#}WBe*>{eL_t(og|(N@ZyQAv$3N?A;-WQHY_LECB~8RO)RDuX z7RmuNJw!t71r9+1wGww!Zu|}W1EAg`Dzy?9PRS)4TyjXOtq|VUEvytJD6vu*+aY0v zjj+vOneptd?X^w#N>SD`Z@%yQ-prdH+T!A32OyWrQ7je#XfzrCe{?z>&I_8RkxHci zFijKNwgJ$EbH{OLUYP zM~*qkwg7NS4!K+o+qTix*Vj9a<8YE~VI*Ubku)j|E@UnMaJE_R3K#+IX`AWN1g2@C zJC4J?US%ekmIfUIf8NY=i4QAvG}rrX#ixdHGKj-S#yH8ga7qsPNwyVoUM|!qQ}YqN zv6@D687fOr9IA+zN+<>b%;eMZ5B$-nINPj;+JtS8qg<%bG5ogDd(inXc>A*j5+9{{ ziU^{g2q{2SJuHs)qaF7Wp=L9BLjOk?$=G-T+|%~Ci5N@3e=wEsp9Bnw&^>L-{+Wxz zZ$kYzb@6dn=`JWE8N)qo`yxH8)Y0%q|NPD#Kxj8qxrFmxT%cs&{zd-|7ff@oU!d1k zJPMb-dwszpnl*R;eDd@!MBB=i7vY0XUuXHfMRsRhAJNk0V`=LXHEY1eF|Ymd3i*6q zwp*6P5j7u|e@|NRS%ux}3#@GIv9h%%$&1e_J)@68KA*?3EG)~STCMuT2n<}#A_L>1 z*=%xfaKMi@9`fCX_h~kpAsbyd=@?Lc)Z&Bp!$h|qwfOQSTOK4)B7^(=>^EC53C?6!anwV(Ih8 zef#3^ICFDzIIF9CfAc2scsyjIt3Q@6XMBrKq<8spCNvP>=~q{z2=T4LvMlE3=K)A0 z5?GcM79gD5TbknP#xXPbbZB0$ZXC-J4MNPfI_BPzSLZJ-Re3?xYit6S01JvcKT9q- z1t0H+f5}xu^^aovh1*@Fq5D8TMD>qr8#~XVbsWe$p*TQ}tlA)ZA4WM1Rc`gLk{Qrk z@76ksi060q_~YB*-UfnGy&1#5WhjnIA);KUg+!=FsES_B`(-oe96+BgO~@w`bTiTK zQ85U?K%zJ%cQtg=G;vCf6d?$X-0nQ7kq0jqPAb&)K^(%lX_~}r+r~6arb`pjL9jAJ zn{eK*a@6)g)g_$UwvDDf&mG4BpjI2c5=KEf?JaWkdHxStq`}TXcwQI)0000j9P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D2Ng*~K~z{rwO4Cw zR7Dj2?!CL)cKdFTvfH#!C~d)}EG=S$AEGg+iP7LIP0$cb)L@K?5Mv|;2{AE76r=Hn z+8@La5k-&~4Ezv*XqAY7JOr%|s%k0wO&_)ur zLY~h+eoEm|$`H90YdLicQ5#7*I!eau$+eF5!@ylD`_TOpP;nMmbNXsT=FEaIyLpa! zxb--K`37pI3;8QTZrPYuT#S)aN*gG$95$L873+RsV_e6=p>twBBq8+r5uMQ}lx^Ye zC;M>zfPr(BDZF{88KwZX@R+8;HX(;;JZIkH6YElRfNYpG7MkrjPR^Ql*SxpAEzgC4?s*4bfd1G;6al4`PUt)&gd`xwNIsYx z!Oq6nXq+B-BfqHZoTC9;9vZkRSAC~xuD$*A$(&9QN+KQ$v&Dd^1uT!z97|r|l9Pn( z9$Bt>xMk5g_F>=bSZ2WG(+&ui6Xy)DIv{hsqhVH>oN|xkN_9HHzSiGNm*!+1s;*V5 zZs@_RMgu!u|7#7for|rbViNpPuB@n-aPBiFM_*o`Ni`nv;2C%-WpiGwjZ6J zD{T0z+HqiGTQ6#F13I3q!mSyLkpJFVzF;R%Y5H+Nc7f}>Hd<-=vShY6X}QzK_EMLe z$a3HdabRz?GX((|;_mk>$gao&J8~3EWmW)5G0f4>C=<(LWkqgY;^rQCCVav-eaIbT zO-+rmm5E?sAr=n~U~#Af7l;0uqp{%VCITan3lwv=?dgkRPhlBi@nNx*avVs>iPye# zDTX#}LT@~dr?0KYsqR=htR6`IVQ){)Q4!R?Gh98+3D%lwgLvVqE`$pTP_%3rwrt+a zQ_z_LI#6C##-bJs4ciD+1TbYxY7ir%(!MhqHF71kH6O{iKJG6O$_j#_BL`1{4(q<-z};6pDG!H!I*W>6Q1>fmE?e8{@~d>-9W2H0@F0A0 z%*uVBR=v2S2Mw(TI-Z$=I=PU9xlJop4Vv8(b8QF$z)W|7tc7arWE6@JS zPMbM1Jp~>KLp<~P>(RAupEgW+dOG+=Jy$oYEOzLiEsndFur#E`MIzI1!IcR3k@&g0 zTRzX?eO{ilJB!Hl`Ea_k6Ag)v5*Gg3IjS_OOtoa9tqa5Q||Y+mZ9k5p%REKVOquGBuh;%38;DBCF13SD%CU zYH$$Aq=^Tf>%*zT3NL@z0+aLOlQ^Vg4e;e+i$bRu*PX?X&c(=}j2==S7JV9{gNjMo zG^ylqzuYva!`(t+Nz~^@jO4U^k8m9OTGou1Be(N3JMtaY+;|+Zgn?-iMLtmYG$R7; z_ma=6E0ryIj@cQ{u}mE$-&YRsmo6X}Pyx@*N@tN|2SRM zmWK_8Ms#`XPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1XxK#K~z{r#g|KH zR96_sziYwLRu?th|s#!?Hm13c|5)9ckxUh>- zA>CLM!4^eK0$r3KMQoy*EEI>Ri7}(|$ka69dj8*>bLPyQJCB0FAKaXC&+Grc-+APW z)!EtUlAx=ri)LnKsDIZqUe}D#>0Q*((LqyFQ~b^bOmSy&J2i#sD4VmmLC|J@G-L%i zt(Eg`R_2Ju!Z?fRRZ8uBQe?vF>+5rs_|u6N+HKoxzy#u7&dtfU+W0FPWfSIyz`#Gb z9DRLup3eNdgG~gKcsOX$Q*N3^b^NiRfyH}nj9*_!=O_}g$xMN_3@IJ$J~jjscEN-R zG)Kj3uaob-nBvPT%VU&%9rLDsWk};!|G196h@P58leSD=S{sPAmbx@aEzE!GM7I3m zO=Wcn9EBQS0|>tp=67EZRzLAdshS?(HwC$9J}PCW0AV}5w8V?);mJeC>I3!rYZZ^Q zY)zmK`eF=)cX0z>1DH3p?XZ$D&^@uJQn}Ur7~D)L*qnelGeuid9BT>VVHbD_;7>B^ zQYu*-rgI}#2Zskwj=%sOtY{KnC95mq6<1?%fdra>BY+j@T?6ZsIR*Ar1FV)e7l$`fr^}BAeEwf3k&o~Fh~=dHc=*%p>Q}{Fc7;Gr1-g% zHc$=>a_!9<-$Ud0=FM)kzA*4`*rCMt*@A(^#YI|wKS2jRZ>P(%vla%DeM%@NuBg`c zRC~L7`|nx$?~52UH8l~zKr9w>KXb`NrEI%qKm%IPgtk5hcF-P~TYF3`ZQwCIkh$ty zYHM@-9$8%#Q%f6Ik&C<9K&TIkE#~*s(if@H0(udCI@HL!Am--BaKy#rLs4g0l$0l9 zLgcXvo}JI|BGd*#p%9+~$^bYuIms!9X?dAOdwc1`_&8x3jCOZZzsP&>D@U1W0OvqD zon`|(_JxBl=<>h}H&7s?5YlrbQG0OXhJsNDRANIwAGi#(pb2<XvRWiEF(^*4fR?oT@s%DNyh>9NhbeUmpA(E!u`H;$N}~ z9|kEGO0&+do!Wu`+i=^ymwXW(ncP`y;JYj3=juZ;++U{+ti#VEWE4?xrNV=Q>8F7J zKdQ`Ij=WjtSMF^OlsL4Dew-o_Kiq7lB@wduKl5SR)?2t>nB`l(YM=&jSb_gje(}g_ hEzUnqKkme literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/meta.json index f3162728da..505b597a61 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Glass/firelock.rsi/meta.json @@ -7,6 +7,9 @@ "y": 32 }, "states": [ + { + "name": "assembly" + }, { "name": "bolted_unlit" }, diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Glass/glass.rsi/assembly.png index 5e2dae4c261975d9534887d1fe82740b4cfc6b89..26d9dc17c253075d97164034bea2e811b3052eea 100644 GIT binary patch delta 2028 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 A`Tzg` diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/assembly.png new file mode 100644 index 0000000000000000000000000000000000000000..499ec46a539a0f310b7fb031cfcd282cc1d20d95 GIT binary patch literal 935 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilS1^9%xCMPG)nKS4A|Nryn&%b%|=7$d-9z1xkWy_Y<)>c<<@A+%C_RdC>n8?Ai0;#f#m$cVD}9?dj8}2M!!qxNzb0C2JR~ z-L`nc&i*+|W-MK|WaF+KJ9aEzzWngv!_yY8>6*TvYx?~5DRZVQT-7&wNqKqs`Sa&@ z?b>B*Zmwr;?&{&;=IL2fR8&}4SW;3F92^`J6qJ{j=i%W|Sy@?JT%4JiSx`{W*w{FE z^5mMDnz*>QGiT0dX=&x;Y`Ph)8=j1uwn9o6-zhm zPEAcMEiJut>C*M<*MVNY*Ii-(q=HI<{DOggr!HVvtIJaeG@Y}+BeIx*f$uN~Gak=h zkphg6JDx6%Ar}6vll#MO83-Id8LBX4;W}s5yH{R43yavADXhWjU3gc2`^rE6|DSnx zX-mnT<-hk$-?!zy|NBWX>ps>SRygu7GQ5st6i9e$GJCCA!L^OM*H`VX{=MG1hq-)? zdF^TjKE8f7XI`22^Y+x1S1oHS-pMbV_!nRxq=t$1z-NNa;)V3YoNvG#<^XD#VL&8r&ou@ zq(GCI9+JMUGTfR=8MmyT5^!p^YLZ>Nj@b6XIj2mn9=POGKUYzJMawfxYfce&qjgV; zZYj%$O<%2)YZYHciY=Qh5+|jwajA~OA%-A3=O>~Hmp5?iIoaqECz74%8g%dI$F)b7 zFN{*{Jfs|;75)6d4A*5llvxVOKkxKN+mXs5@~dWY6JJ`_L^a{sD5s41k_wY5Sbk1B zvA!XoL=*EUoYBzm-?tJKroes;s`y-h{#8T_xk2+xyQ|-M!Dk!|vXm%ECU|g}E&J&&;E) zkGDjhedfn_CF=b{!3QUe^)>EReSH>t(fMVjV%9zJs~LY-n+@X6F56`x2aJ3MPgg&e IbxsLQ06I_ETmS$7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/meta.json index 8806685e8c..ded8386db5 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle.rsi/meta.json @@ -7,6 +7,9 @@ "y": 32 }, "states": [ + { + "name": "assembly" + }, { "name": "bolted_unlit" }, diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/assembly.png new file mode 100644 index 0000000000000000000000000000000000000000..587c5604347aeb1ac5fc42c915e5f653ee8b5e0e GIT binary patch literal 991 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WChBZ2Ka=yii(OlI5_0y<~ln$+bB9tuwKyRG-H~@@)?$^CRr?=VzXqb&C=T1 z+9^|}w6wHDL_}z6YWi6FuL|9@He~k{vnp`Uy1)aggLf~>+_WHh&8*mE%d<9zxZ-@4dy%QDX$%Y3)bidi}>a?ymK+0I68(o)hT#U*iZaZZM=_Igf^1}q7Rg^4+uE@8F`qjmtu|&hcEc&~M}R_=j8X-@2G4K{}Vq+ZX%1rlZ>ynFXbgy@UZLGuAAE#Ebt03)xJ_x%HQz5{>wt&`{@jI%8Xfp6TAcuinC29op*4N*P~9U zpbxtl-Et1z7h;H%9nUJ7&$VxhnPhyU>NnvA=hrfloJ;oSG5nLd`Nqq9(|y(t?$7#9 zJ`Q|xHGAt!7KQ7r@@?~-GVFPj6{a(M_$fbW{(hMnTN^98f8S&qY$B~zW;Dc{PfhrE z{N?%h^ylLH-5Enp6>m;s6?Z-4@bJ9mv4cI>i|Blez(D&=VxWrVI leRNyCaeYho_dw2%4C#$N8m~m_762od!PC{xWt~$(695Y2*xmpD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/meta.json index 8408176365..1081b1b57d 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi/meta.json @@ -7,6 +7,9 @@ "y": 32 }, "states": [ + { + "name": "assembly" + }, { "name": "bolted_unlit" }, diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Glass/syndicate.rsi/assembly.png index da1739bb279ebc611aaf6e03d031e6940313bad1..891e7fd9ee4ba1dcadb701d22aff584ce06dcf60 100644 GIT binary patch delta 1127 zcmV-t1ep7{2m1(+BYyw^b5ch_0Itp)=>Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi z!vFvd!vV){sAK>D1Q1C?K~z{rwU<3i97hz#->x@@_&9MQ24OjYAc9gIk`aZ2EFYHQ z2vIl}nJSi(DwP|$C{_9tfhJAT#VOJxv0YHu!WLFgVi_HZmw!k>1j*PJ>% z%cAb??vg(`I?4|^jzev2ZPeM>$rntr*(~ks?2zYqNK{oob8|EMEiEk#wFRt^k&(K} zBasN@ayj<*_J8*33V0QK0bN~P957j5U+4051=MPr1>lC&)m09d^!NAsHwv#RpkCWn zGMOyO4L99Ck}0}v4bg|ikK$)Hc2Qz5KIIHIZb)z5`TSQzfDCa<^Dc_7;@WizIVU9 z^d~Jvp3=Wwnx1)2l_4HRutyr@KFvp5`pXmh#{K#e#907{QtM8J(k(gKFQC-nBLnTD zZ86jl7Xf%Et-ISga`9snwNyGp)=QiptG86F`l!WSUP;Y%st z?WG68)_-&(1Yb((EI?IaD(S9rG5f`Q@b=OJYinz4VapI!?PFy2tSX~fdhrZC3s4t% zLIgQAJEOgW1d|J4$&EG~Edt3i1+uwIopXNa zISB!se6y7z9V;ssomT{N(VZtVVDn5~9(l_9|&= zYJcKQY$cJP*(+DL4p@MhydK-z+icZ#!)hWh`TF|$*l=9qRiJQiINZ%vCLb6WAPfV_ zAQ)FnsA`yB%XB);2hdONUA;*6h%mf8)U!=AL7&I3&F~^cFsuj0#>RLYt1&e-rM)sk zLqpmtfi~pKA<5M$^FRAM1Tyj99~b2}KY#dH_9r1k*i<+P|2V`*a^WO(agST^c$_EG zBlpo|l!`)L$vG2$|JShZfQ&EZKq{50*b~$c9N3U>KZanzefV*Nnog)t0rA23;4dg` zB+-GN7b*Ml2l}z7Ml8?45M(zDCP(66a+5X6dw1z}{%^{8k{r1Ybu6Erp00TF$zaLJ z!yU^T`7tqRRDk(2Q>$%TPC5t#O*qVX&^*G`YMWPqdE^o#218@P>-8}2ul1~rKUo<5 tdeOaNsEbJ*Wi5iwhxuZ$SWH=r{s#=agJTYLPCNhr002ovPDHLkV1h`(2^IhV delta 931 zcmV;U16=(32)GB3BYy*bNklftCye>Su85uSh+v>(3+bTZRl26F21v!d+)j4 zd%eWg@8zCzzH`3cch8^i{Ep`0)zK7WFmi1eHdWO?F7Yk=8GlZmKEp9+-EI#l1Oh?w zO+*7Z4FI4J#>XE*eSKXz07{IJ73Keg?%xThDk)wwESyNfq_#vAg|d${7loEq_E=iM z<#Nh8MTfU++qwFa=LyDs=l~zw*xfnB0FmpJ^BpN`am_zXzW{(%#X-gT&2Zx}AE3vd zV(g)$hAUU=O@EMFj4JwzEd-&~ybrXBy#(aXW~SlzrEv#sGb!}HGhns%n9S=2f#3p& z#pBS?VS!1P6S@=p8VbpcJDSwQOZtj~pnC{8kc%QumB$=H)ekF$)A1PZb8v)=NCVw+!SBP()XHTKDEg|Y8fjrCu zcpO6Cf2oK!`yex5wH_vpF-20~t`)->ToKsWJ)mS0A`%HRbxlKaS4zzVlulOJ1(%5E z49EdzW+58UWIX_Y6bZmLc#1U4TGHuwHV^}IlL0ClcapmB^2j#0v-7sy0EQYP=n8bu zv%eF3p?^3;eD8BcOrfRZ2+!OUw7tQb>@|R)9hUMoz*6SA&gl#^8@fRFb(`9tv3esZ zw&1^(hBLn7Xk&w(QW)f zyO&wPA-4Hr%4z^Pky}e&DflW<+5;W-Q3q33aE>bHB(UUtZK65!8JzkOao4GFo{ zY{K5&BQP=XfRW~q3F3VC95<~>iRgleoJw-^J@)7+V_Oq|Kj4!M!WF^3?nPGh z482?dOI`Z@kRwOmVrX_Bv~j5zcO^cVavTZV{hR^=fWHI5l00OpV=Djv002ovPDHLk FV1f~N!Q%h` diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/assembly.png new file mode 100644 index 0000000000000000000000000000000000000000..62b788cbc74e3186a576165005c45141e3bcbb13 GIT binary patch literal 1831 zcmd^8i&Il~7QW&BC=VsZA|$yt33=y+0wLfEjpLRi1c^!vj{+fqMomIMMFc{(u3cMT zc(m9;K|%<5fwl^gx>^xZK#)ho0$aPTb-`uR8EYx6?JkN;N5^jbJNC>u=bP`$H*?OJ zIj2df*c}#%ghCJ$CQnbz@+19a1jGKEdiH}EKj12}c1s}l0_8_P0mb4BF$Def<4w;G z1VT{2m~vl^jK|}#+3fuMd@M#-$PLVAz0!LG_{Dw4!DnT_Y5=ZMa9RUnuL%nZ3NU_r zYZ3gR8g?FmZ6)yea=5Pw^dG}H^tdWH4vUVr>Vc;T7>Lwj62(A5kD!#J6p9H!4Sq_b z3^#%SCBXQC=oo>XNHrix7mwG*;W#kNiD6bAZ@3AZ+ZWjK790~N{73`ajIf@Jv~pM- z81u|aXIM+%zWv}efsl+)2kU^Ihz=z1+S$zb^`j=>+E$fQ--_ zMtIr`EIgiU?_N9}KivWBM%Z2q69|MB4okXcPcM&0Mrq9&_-ZYPOG-*iN)jX`HLKwZ z3gGPmy%^TQVSdDBe!^jWo(+0)=MS{WCOVNMNNJncRCAp0xoN zpYP=JXS+bZ61*)6HX;-ko$jR5?L3~H%kAWFrp(|%2Jkfn>4}ua@bDXI^+Z9zgi2-O za3(bx2aPtSQjLnmH~dAldQz<(OHFk|MY$6aeD%SN+qR8Kr8X*cR3f>d(Ks0lJC*97 z(?=wdhVXD55gC@y^@yJ zZG?>|>S8clOs0d+*Ab~RW?(nKy`^xM9<+10W-ixq2w<4Nq66h*v@$WMyA(cGg2S+Q zj4$lZ3_M*3W6?tYl@9$kYuyj4RauJc-~V3>I%{b*`?n4$Pghk!5PtGy;JnAq>-+iLH(R{IcWTd;M=hc?>yq0X}leJq3(VD)}eVbPUG|@;`!Q!GwFH(VhMM@Pi+X zr7I|@FOfvH-t3f2&Ckuv#ioqE+M~>#xwTk7(cxWK#>M=)^5EwHoV!dLf&YbOAKYBD z{KsGLqA`)D>@P3MeL=b3`DlcdXd!TyRkgda?}mL}ZHhEO z5%(gWJbAjlf5nkplCV8_?bCga9QXeH?b1@V);jC^!%@%L6glNP3qeJ=X$^TW-z~iT z?%nNL-Ml^V+Og&5fuc>O$XHD<+Y||1`0cSNa<02?LnZ4EW7TISLS}SJmmlq{cHh5z_^VsCFY|s~yrP|4E__x!P;}{(_x)NQ z2>&AgooBAXhHI3?3f;zXV8dWc{yR^;9+P?_DQ{ICB&WYWaLu;%wC%GU)TNUrHY``X z_@hN%9{<)A+pxp2^ZL`8ijons ICEA+*0b=n+d;kCd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/meta.json index aa15016736..603c7588fd 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Standard/external.rsi/meta.json @@ -7,6 +7,9 @@ "y": 32 }, "states": [ + { + "name": "assembly" + }, { "name": "bolted_unlit" }, diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle.rsi/assembly.png new file mode 100644 index 0000000000000000000000000000000000000000..8518b527bc6155ae2ac10fbe06650f1e757c161c GIT binary patch literal 824 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij!2Ka=yCMPG)nKS4A|Nryn&%b%|=7$d-9z1xkWy_Y<*4A_9&RxHL{qf_+ zckkYP@#4kPr%z9xKD}qpp5425U%Phgz<~n`7cPAE?Ae_=cP?DGuw%!L<;#~JK79Dh znKLI&oG33ZKY#xGu3fu|ii!#g3rk8$f`fyDf`an$@;p2|Dl03Ci;FWeGYbj|8XFrY zPo7*;Qxg{#r=_KplarH>kf5WZ6B-(N?AWml8#Y|IawRo2wY0SK(xpp4SC{WqmjqJQ zB|(0{KxdN)7#1F}mIE5YS>O>_%)r2R7=#&*=dVZs2HHta7sn6_|JKXg#fuCC*b6p$ za8z-u-R2RfI6-3(YxJ$^AAjv{ylrcrWBm4SdO^Xr<7}U1{ITcR$LY+FP%Fv6bnVKv zoy<);Ys~&X)J^*~hf`pmd_@?yoSgXSsf_E6&!6YqFC5`6SE5iAxlW?VqU_LxyE#n_ z4IdJ2m*4oP;xs|UuPIWUlX1;*<{Od)-3$kIy zr>Cc@tE(WtAR!?kEG#S`KB2m*Iwd8=)z!7TtGl70p`@fFCML$m+b1JEqoAN5CnrZ* zO1h-DBrYyaOiWBdTtZe>R$NS6RaMp8%v?cU!P3&w!onguD?214q@toiQc|+KtQ_bl zE!npgK+2#b$S?RmX@DVV>4gfQUd{rK$YKTtzQZ8Qcszea3NRpAJzX3_Ec{z1cNaAo z2)IsWb-J+VhXZ3^Kwx(6>;L~_-?K4Ylzcl^k^h~iS%2@3_(}IXm=r$6b#*YF=Vua~ zG;N|(ul=Kw8WP^VRaU-faolIbC#PmLXoRgU71L(>l;kEGkTY#1OTe_mX|A_(CmAeA z-?G^_WR)JnmC^|3%2;ED`uogN8QC(GejH+&)B zt`JL*U+d_8(Ilq)z=PsatGVZ&cQa3s`(s^xb`3}Em3gdofe&_+J<8($aKoTO z{b4-+f(l0-2kXV!e7EAlG8>ldtoU^!>21>crge9fc5*Z9ww`-oi@Q_!+m-{{`eOK- z^yj*6bAQnBSMI@uyRwm-=lHolWZZdnxb*Qic?P)@W3?m8SFTu{b&q+^Wzs?T=&}H*~^{%*WVno6{_2luX;q@`ijc(PT7M8fU(5j>FVdQ&MBb@ E0Cj>fB>(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle_syndicate.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle_syndicate.rsi/meta.json index d9058e3372..712b0ea1fc 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle_syndicate.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Standard/shuttle_syndicate.rsi/meta.json @@ -7,6 +7,9 @@ "y": 32 }, "states": [ + { + "name": "assembly" + }, { "name": "bolted_unlit" }, diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png b/Resources/Textures/Structures/Doors/Airlocks/Standard/syndicate.rsi/assembly.png index 9ac8b2ad682a34277675e4de772cf89bdec1567b..2a4287034ab002803ff9447030121996148bcf0a 100644 GIT binary patch literal 548 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij=0(?STy}Z1PjEoEo4ILaDTwGiN0s>M~Q?0D5baizN3=A@P*_wp7rpt+y zmX<0hDWxPQ%gD$GbaM%9;xaQc6BQLzQBg@_Vp_`19vK;#mzT%E!2vY*%#M|Zfs{;1 zkYDhB+<-xR)1&J^b({qrk;M!Qd_X;XhZ&FOuSfwp+|bj-F~q{Zck=6`W(A(s#Zy?l z*S<|NzrOc>^}9I@tom=u>KuIRoLUr=d@rB-wQ!TKDTj6Whx{q_J9t)zO&6Z~G(_G( zm0{j3rklF2m|2TC&*XW!vGrv1epvY0>IbW1joN|VlMY|zWnysVykN@UlvBsGf^o%s zhGn%3jrK+b-(KC>c7l~bw|;UmW1r0Fs;iHA6oeMHRWunnd=_c`R-5m@vWfl6^UoL3 z6U+}6?A*s6#=PCbRjom-OGeK_@JVyLVUM{6vq`>k!+Cw?HEk>s7o`k0wQ-s%FmE?l zaL%you1W3m)4Ohm%za|3A(d1*Y5n`AD8@a{>KWWr5~^osSeoeemIR2c&ztPay}IOU zvTfrNJ$`mAhTHl(TY1x)0@G)-9`|lp9G!MT`{TaP!OMjLJfDb9;MdeK{*bo<7@`cG Lu6{1-oD!MJse!U)2Mq93BnimZMKDzU}F(hb3V$)Gj2X|yrl zFvG>U+r97I?d|OqZ+(7w_ug~wIp>{o@426AxN_}I3No0yF@FI&8=Ik+_!0UB=Pq1i z76iB3LmGa6fPBS>zo-rXl*9D&Q)q3qq#dA!(X)!uP3ZqELSt2B&a#l0gju0VlL>Vl zXSEW81LF4aYq zrd@FBx#Xb7mw)2q!K8t;n@pXMT#Kmci$w#_Vmk(c>MWV@SBncU(kuPtX0(i(V>NBD z_T%>pFxY7;=mdf}5R1p5r^f-aE+_PhQVyx{wwfAnSfsqJf8`a)W$vXivPSL%-9u;t zZBdkHi2!8wKr!ZON&)^o{(&YQn}6!acWgik*v;rRH%Cbp)58JG zVKUQp1*P#-{uC<9#H>jQD8V{_$07Lhmj-|J2Z_M&@M)qLOC$y6JR5(r2l62t4sjAg zTSs3?%LSA!R{DY!A{v2wz{o@+VT0}t0HlZm-tqHfVA+u_$IJd0*bbPX!Fq`F<(G%v zU}tB(+kXt^=5{ca8Da2vFL;A-2zx&l%`k;PjUzlOb7237H`xaOb2lVPc0eL?T^BV1 z9p*lef8CvSur^hbHiqBlnbST06eI$^$OhC^w1Dy9{j^uLdm$ksDFHW**O23`DBGyk*4by*$v|Ax|NN!fA?~8lw`<=3W2cV zntJ8GmjemL$UZ62?hT%BWXpUpbvA%D(Y8QeDflWXv Date: Thu, 1 Feb 2024 11:12:09 +0100 Subject: [PATCH 184/391] Client customization late-join spawner priority for arrivals/cryostorage (#24586) * Initial commit, requires server restart to take effect * Exposes callbacks directly instead, takes effect immediately * Cleaned up control flow, swapped cvar for client customization * Switched to int, dictionary of callbacks, migration * Update Content.Shared/Preferences/SpawnPriorityPreference.cs * krunkle stan --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth (cherry picked from commit ed0f2aa2213cc47b817476206a2dd0b4e7c176b1) --- .../Preferences/UI/HumanoidProfileEditor.xaml | 6 + .../UI/HumanoidProfileEditor.xaml.cs | 33 + .../Tests/Preferences/ServerDbSqliteTests.cs | 1 + ...091301_SpawnPriorityPreference.Designer.cs | 1761 +++++++++++++++++ .../20240201091301_SpawnPriorityPreference.cs | 29 + .../PostgresServerDbContextModelSnapshot.cs | 11 +- ...091254_SpawnPriorityPreference.Designer.cs | 1692 ++++++++++++++++ .../20240201091254_SpawnPriorityPreference.cs | 29 + .../SqliteServerDbContextModelSnapshot.cs | 6 +- Content.Server.Database/Model.cs | 1 + Content.Server/Database/ServerDbBase.cs | 3 + .../Shuttles/Systems/ArrivalsSystem.cs | 4 +- .../ContainerSpawnPointSystem.cs | 8 +- .../EntitySystems/SpawnPointSystem.cs | 5 +- .../Station/Systems/StationSpawningSystem.cs | 37 + .../Preferences/HumanoidCharacterProfile.cs | 26 +- .../Preferences/SpawnPriorityPreference.cs | 15 + .../ui/humanoid-profile-editor.ftl | 7 + 18 files changed, 3654 insertions(+), 20 deletions(-) create mode 100644 Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.Designer.cs create mode 100644 Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.cs create mode 100644 Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.Designer.cs create mode 100644 Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.cs create mode 100644 Content.Shared/Preferences/SpawnPriorityPreference.cs diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml index b837d5ec7d..eb553de8e1 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml @@ -96,6 +96,12 @@ + + + diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 1b418243a7..116a1dc292 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -72,6 +72,7 @@ public sealed partial class HumanoidProfileEditor : Control private Slider _skinColor => CSkin; private OptionButton _clothingButton => CClothingButton; private OptionButton _backpackButton => CBackpackButton; + private OptionButton _spawnPriorityButton => CSpawnPriorityButton; private SingleMarkingPicker _hairPicker => CHairStylePicker; private SingleMarkingPicker _facialHairPicker => CFacialHairPicker; private EyeColorPicker _eyesPicker => CEyeColorPicker; @@ -340,6 +341,21 @@ public HumanoidProfileEditor(IClientPreferencesManager preferencesManager, IProt #endregion Backpack + #region SpawnPriority + + foreach (var value in Enum.GetValues()) + { + _spawnPriorityButton.AddItem(Loc.GetString($"humanoid-profile-editor-preference-spawn-priority-{value.ToString().ToLower()}"), (int) value); + } + + _spawnPriorityButton.OnItemSelected += args => + { + _spawnPriorityButton.SelectId(args.Id); + SetSpawnPriority((SpawnPriorityPreference) args.Id); + }; + + #endregion SpawnPriority + #region Eyes _eyesPicker.OnEyeColorPicked += newColor => @@ -831,6 +847,12 @@ private void SetBackpack(BackpackPreference newBackpack) IsDirty = true; } + private void SetSpawnPriority(SpawnPriorityPreference newSpawnPriority) + { + Profile = Profile?.WithSpawnPriorityPreference(newSpawnPriority); + IsDirty = true; + } + public void Save() { IsDirty = false; @@ -1006,6 +1028,16 @@ private void UpdateBackpackControls() _backpackButton.SelectId((int) Profile.Backpack); } + private void UpdateSpawnPriorityControls() + { + if (Profile == null) + { + return; + } + + _spawnPriorityButton.SelectId((int) Profile.SpawnPriority); + } + private void UpdateHairPickers() { if (Profile == null) @@ -1145,6 +1177,7 @@ public void UpdateControls() UpdateSpecies(); UpdateClothingControls(); UpdateBackpackControls(); + UpdateSpawnPriorityControls(); UpdateAgeEdit(); UpdateEyePickers(); UpdateSaveButton(); diff --git a/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs b/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs index e26a45291b..cb1eae878b 100644 --- a/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs +++ b/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs @@ -56,6 +56,7 @@ private static HumanoidCharacterProfile CharlieCharlieson() ), ClothingPreference.Jumpskirt, BackpackPreference.Backpack, + SpawnPriorityPreference.Arrivals, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High} diff --git a/Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.Designer.cs b/Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.Designer.cs new file mode 100644 index 0000000000..0c6c43e180 --- /dev/null +++ b/Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.Designer.cs @@ -0,0 +1,1761 @@ +// +using System; +using System.Net; +using System.Text.Json; +using Content.Server.Database; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; +using NpgsqlTypes; + +#nullable disable + +namespace Content.Server.Database.Migrations.Postgres +{ + [DbContext(typeof(PostgresServerDbContext))] + [Migration("20240201091301_SpawnPriorityPreference")] + partial class SpawnPriorityPreference + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("ProductVersion", "8.0.0") + .HasAnnotation("Relational:MaxIdentifierLength", 63); + + NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); + + modelBuilder.Entity("Content.Server.Database.Admin", b => + { + b.Property("UserId") + .ValueGeneratedOnAdd() + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.Property("AdminRankId") + .HasColumnType("integer") + .HasColumnName("admin_rank_id"); + + b.Property("Title") + .HasColumnType("text") + .HasColumnName("title"); + + b.HasKey("UserId") + .HasName("PK_admin"); + + b.HasIndex("AdminRankId") + .HasDatabaseName("IX_admin_admin_rank_id"); + + b.ToTable("admin", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminFlag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("admin_flag_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("AdminId") + .HasColumnType("uuid") + .HasColumnName("admin_id"); + + b.Property("Flag") + .IsRequired() + .HasColumnType("text") + .HasColumnName("flag"); + + b.Property("Negative") + .HasColumnType("boolean") + .HasColumnName("negative"); + + b.HasKey("Id") + .HasName("PK_admin_flag"); + + b.HasIndex("AdminId") + .HasDatabaseName("IX_admin_flag_admin_id"); + + b.HasIndex("Flag", "AdminId") + .IsUnique(); + + b.ToTable("admin_flag", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLog", b => + { + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.Property("Id") + .HasColumnType("integer") + .HasColumnName("admin_log_id"); + + b.Property("Date") + .HasColumnType("timestamp with time zone") + .HasColumnName("date"); + + b.Property("Impact") + .HasColumnType("smallint") + .HasColumnName("impact"); + + b.Property("Json") + .IsRequired() + .HasColumnType("jsonb") + .HasColumnName("json"); + + b.Property("Message") + .IsRequired() + .HasColumnType("text") + .HasColumnName("message"); + + b.Property("Type") + .HasColumnType("integer") + .HasColumnName("type"); + + b.HasKey("RoundId", "Id") + .HasName("PK_admin_log"); + + b.HasIndex("Date"); + + b.HasIndex("Message") + .HasAnnotation("Npgsql:TsVectorConfig", "english"); + + NpgsqlIndexBuilderExtensions.HasMethod(b.HasIndex("Message"), "GIN"); + + b.HasIndex("Type") + .HasDatabaseName("IX_admin_log_type"); + + b.ToTable("admin_log", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLogPlayer", b => + { + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.Property("LogId") + .HasColumnType("integer") + .HasColumnName("log_id"); + + b.Property("PlayerUserId") + .HasColumnType("uuid") + .HasColumnName("player_user_id"); + + b.HasKey("RoundId", "LogId", "PlayerUserId") + .HasName("PK_admin_log_player"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_log_player_player_user_id"); + + b.ToTable("admin_log_player", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminMessage", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("admin_messages_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("CreatedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("created_at"); + + b.Property("CreatedById") + .HasColumnType("uuid") + .HasColumnName("created_by_id"); + + b.Property("Deleted") + .HasColumnType("boolean") + .HasColumnName("deleted"); + + b.Property("DeletedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("deleted_at"); + + b.Property("DeletedById") + .HasColumnType("uuid") + .HasColumnName("deleted_by_id"); + + b.Property("ExpirationTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("expiration_time"); + + b.Property("LastEditedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("uuid") + .HasColumnName("last_edited_by_id"); + + b.Property("Message") + .IsRequired() + .HasMaxLength(4096) + .HasColumnType("character varying(4096)") + .HasColumnName("message"); + + b.Property("PlayerUserId") + .HasColumnType("uuid") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("interval") + .HasColumnName("playtime_at_note"); + + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.Property("Seen") + .HasColumnType("boolean") + .HasColumnName("seen"); + + b.HasKey("Id") + .HasName("PK_admin_messages"); + + b.HasIndex("CreatedById"); + + b.HasIndex("DeletedById"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_messages_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_admin_messages_round_id"); + + b.ToTable("admin_messages", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminNote", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("admin_notes_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("CreatedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("created_at"); + + b.Property("CreatedById") + .HasColumnType("uuid") + .HasColumnName("created_by_id"); + + b.Property("Deleted") + .HasColumnType("boolean") + .HasColumnName("deleted"); + + b.Property("DeletedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("deleted_at"); + + b.Property("DeletedById") + .HasColumnType("uuid") + .HasColumnName("deleted_by_id"); + + b.Property("ExpirationTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("expiration_time"); + + b.Property("LastEditedAt") + .IsRequired() + .HasColumnType("timestamp with time zone") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("uuid") + .HasColumnName("last_edited_by_id"); + + b.Property("Message") + .IsRequired() + .HasMaxLength(4096) + .HasColumnType("character varying(4096)") + .HasColumnName("message"); + + b.Property("PlayerUserId") + .HasColumnType("uuid") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("interval") + .HasColumnName("playtime_at_note"); + + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.Property("Secret") + .HasColumnType("boolean") + .HasColumnName("secret"); + + b.Property("Severity") + .HasColumnType("integer") + .HasColumnName("severity"); + + b.HasKey("Id") + .HasName("PK_admin_notes"); + + b.HasIndex("CreatedById"); + + b.HasIndex("DeletedById"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_notes_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_admin_notes_round_id"); + + b.ToTable("admin_notes", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRank", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("admin_rank_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Name") + .IsRequired() + .HasColumnType("text") + .HasColumnName("name"); + + b.HasKey("Id") + .HasName("PK_admin_rank"); + + b.ToTable("admin_rank", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRankFlag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("admin_rank_flag_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("AdminRankId") + .HasColumnType("integer") + .HasColumnName("admin_rank_id"); + + b.Property("Flag") + .IsRequired() + .HasColumnType("text") + .HasColumnName("flag"); + + b.HasKey("Id") + .HasName("PK_admin_rank_flag"); + + b.HasIndex("AdminRankId"); + + b.HasIndex("Flag", "AdminRankId") + .IsUnique(); + + b.ToTable("admin_rank_flag", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminWatchlist", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("admin_watchlists_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("CreatedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("created_at"); + + b.Property("CreatedById") + .HasColumnType("uuid") + .HasColumnName("created_by_id"); + + b.Property("Deleted") + .HasColumnType("boolean") + .HasColumnName("deleted"); + + b.Property("DeletedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("deleted_at"); + + b.Property("DeletedById") + .HasColumnType("uuid") + .HasColumnName("deleted_by_id"); + + b.Property("ExpirationTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("expiration_time"); + + b.Property("LastEditedAt") + .IsRequired() + .HasColumnType("timestamp with time zone") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("uuid") + .HasColumnName("last_edited_by_id"); + + b.Property("Message") + .IsRequired() + .HasMaxLength(4096) + .HasColumnType("character varying(4096)") + .HasColumnName("message"); + + b.Property("PlayerUserId") + .HasColumnType("uuid") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("interval") + .HasColumnName("playtime_at_note"); + + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.HasKey("Id") + .HasName("PK_admin_watchlists"); + + b.HasIndex("CreatedById"); + + b.HasIndex("DeletedById"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_watchlists_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_admin_watchlists_round_id"); + + b.ToTable("admin_watchlists", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Antag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("antag_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("AntagName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("antag_name"); + + b.Property("ProfileId") + .HasColumnType("integer") + .HasColumnName("profile_id"); + + b.HasKey("Id") + .HasName("PK_antag"); + + b.HasIndex("ProfileId", "AntagName") + .IsUnique(); + + b.ToTable("antag", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AssignedUserId", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("assigned_user_id_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("UserId") + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.Property("UserName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("user_name"); + + b.HasKey("Id") + .HasName("PK_assigned_user_id"); + + b.HasIndex("UserId") + .IsUnique(); + + b.HasIndex("UserName") + .IsUnique(); + + b.ToTable("assigned_user_id", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ConnectionLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("connection_log_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Address") + .IsRequired() + .HasColumnType("inet") + .HasColumnName("address"); + + b.Property("Denied") + .HasColumnType("smallint") + .HasColumnName("denied"); + + b.Property("HWId") + .HasColumnType("bytea") + .HasColumnName("hwid"); + + b.Property("ServerId") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasDefaultValue(0) + .HasColumnName("server_id"); + + b.Property("Time") + .HasColumnType("timestamp with time zone") + .HasColumnName("time"); + + b.Property("UserId") + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.Property("UserName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("user_name"); + + b.HasKey("Id") + .HasName("PK_connection_log"); + + b.HasIndex("ServerId") + .HasDatabaseName("IX_connection_log_server_id"); + + b.HasIndex("UserId"); + + b.ToTable("connection_log", null, t => + { + t.HasCheckConstraint("AddressNotIPv6MappedIPv4", "NOT inet '::ffff:0.0.0.0/96' >>= address"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.Job", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("job_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("JobName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("job_name"); + + b.Property("Priority") + .HasColumnType("integer") + .HasColumnName("priority"); + + b.Property("ProfileId") + .HasColumnType("integer") + .HasColumnName("profile_id"); + + b.HasKey("Id") + .HasName("PK_job"); + + b.HasIndex("ProfileId"); + + b.HasIndex("ProfileId", "JobName") + .IsUnique(); + + b.HasIndex(new[] { "ProfileId" }, "IX_job_one_high_priority") + .IsUnique() + .HasFilter("priority = 3"); + + b.ToTable("job", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.PlayTime", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("play_time_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("PlayerId") + .HasColumnType("uuid") + .HasColumnName("player_id"); + + b.Property("TimeSpent") + .HasColumnType("interval") + .HasColumnName("time_spent"); + + b.Property("Tracker") + .IsRequired() + .HasColumnType("text") + .HasColumnName("tracker"); + + b.HasKey("Id") + .HasName("PK_play_time"); + + b.HasIndex("PlayerId", "Tracker") + .IsUnique(); + + b.ToTable("play_time", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Player", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("player_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("FirstSeenTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("first_seen_time"); + + b.Property("LastReadRules") + .HasColumnType("timestamp with time zone") + .HasColumnName("last_read_rules"); + + b.Property("LastSeenAddress") + .IsRequired() + .HasColumnType("inet") + .HasColumnName("last_seen_address"); + + b.Property("LastSeenHWId") + .HasColumnType("bytea") + .HasColumnName("last_seen_hwid"); + + b.Property("LastSeenTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("last_seen_time"); + + b.Property("LastSeenUserName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("last_seen_user_name"); + + b.Property("UserId") + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.HasKey("Id") + .HasName("PK_player"); + + b.HasAlternateKey("UserId") + .HasName("ak_player_user_id"); + + b.HasIndex("LastSeenUserName"); + + b.HasIndex("UserId") + .IsUnique(); + + b.ToTable("player", null, t => + { + t.HasCheckConstraint("LastSeenAddressNotIPv6MappedIPv4", "NOT inet '::ffff:0.0.0.0/96' >>= last_seen_address"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.Preference", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("preference_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("AdminOOCColor") + .IsRequired() + .HasColumnType("text") + .HasColumnName("admin_ooc_color"); + + b.Property("SelectedCharacterSlot") + .HasColumnType("integer") + .HasColumnName("selected_character_slot"); + + b.Property("UserId") + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.HasKey("Id") + .HasName("PK_preference"); + + b.HasIndex("UserId") + .IsUnique(); + + b.ToTable("preference", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Profile", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("profile_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Age") + .HasColumnType("integer") + .HasColumnName("age"); + + b.Property("Backpack") + .IsRequired() + .HasColumnType("text") + .HasColumnName("backpack"); + + b.Property("CharacterName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("char_name"); + + b.Property("Clothing") + .IsRequired() + .HasColumnType("text") + .HasColumnName("clothing"); + + b.Property("EyeColor") + .IsRequired() + .HasColumnType("text") + .HasColumnName("eye_color"); + + b.Property("FacialHairColor") + .IsRequired() + .HasColumnType("text") + .HasColumnName("facial_hair_color"); + + b.Property("FacialHairName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("facial_hair_name"); + + b.Property("FlavorText") + .IsRequired() + .HasColumnType("text") + .HasColumnName("flavor_text"); + + b.Property("Gender") + .IsRequired() + .HasColumnType("text") + .HasColumnName("gender"); + + b.Property("HairColor") + .IsRequired() + .HasColumnType("text") + .HasColumnName("hair_color"); + + b.Property("HairName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("hair_name"); + + b.Property("Markings") + .HasColumnType("jsonb") + .HasColumnName("markings"); + + b.Property("PreferenceId") + .HasColumnType("integer") + .HasColumnName("preference_id"); + + b.Property("PreferenceUnavailable") + .HasColumnType("integer") + .HasColumnName("pref_unavailable"); + + b.Property("Sex") + .IsRequired() + .HasColumnType("text") + .HasColumnName("sex"); + + b.Property("SkinColor") + .IsRequired() + .HasColumnType("text") + .HasColumnName("skin_color"); + + b.Property("Slot") + .HasColumnType("integer") + .HasColumnName("slot"); + + b.Property("SpawnPriority") + .HasColumnType("integer") + .HasColumnName("spawn_priority"); + + b.Property("Species") + .IsRequired() + .HasColumnType("text") + .HasColumnName("species"); + + b.HasKey("Id") + .HasName("PK_profile"); + + b.HasIndex("PreferenceId") + .HasDatabaseName("IX_profile_preference_id"); + + b.HasIndex("Slot", "PreferenceId") + .IsUnique(); + + b.ToTable("profile", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Round", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("round_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("ServerId") + .HasColumnType("integer") + .HasColumnName("server_id"); + + b.Property("StartDate") + .ValueGeneratedOnAdd() + .HasColumnType("timestamp with time zone") + .HasDefaultValue(new DateTime(1, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified)) + .HasColumnName("start_date"); + + b.HasKey("Id") + .HasName("PK_round"); + + b.HasIndex("ServerId") + .HasDatabaseName("IX_round_server_id"); + + b.HasIndex("StartDate"); + + b.ToTable("round", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Server", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("server_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Name") + .IsRequired() + .HasColumnType("text") + .HasColumnName("name"); + + b.HasKey("Id") + .HasName("PK_server"); + + b.ToTable("server", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBan", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("server_ban_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Address") + .HasColumnType("inet") + .HasColumnName("address"); + + b.Property("AutoDelete") + .HasColumnType("boolean") + .HasColumnName("auto_delete"); + + b.Property("BanTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("ban_time"); + + b.Property("BanningAdmin") + .HasColumnType("uuid") + .HasColumnName("banning_admin"); + + b.Property("ExemptFlags") + .HasColumnType("integer") + .HasColumnName("exempt_flags"); + + b.Property("ExpirationTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("expiration_time"); + + b.Property("HWId") + .HasColumnType("bytea") + .HasColumnName("hwid"); + + b.Property("Hidden") + .HasColumnType("boolean") + .HasColumnName("hidden"); + + b.Property("LastEditedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("uuid") + .HasColumnName("last_edited_by_id"); + + b.Property("PlayerUserId") + .HasColumnType("uuid") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("interval") + .HasColumnName("playtime_at_note"); + + b.Property("Reason") + .IsRequired() + .HasColumnType("text") + .HasColumnName("reason"); + + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.Property("Severity") + .HasColumnType("integer") + .HasColumnName("severity"); + + b.HasKey("Id") + .HasName("PK_server_ban"); + + b.HasIndex("Address"); + + b.HasIndex("BanningAdmin"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_server_ban_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_server_ban_round_id"); + + b.ToTable("server_ban", null, t => + { + t.HasCheckConstraint("AddressNotIPv6MappedIPv4", "NOT inet '::ffff:0.0.0.0/96' >>= address"); + + t.HasCheckConstraint("HaveEitherAddressOrUserIdOrHWId", "address IS NOT NULL OR player_user_id IS NOT NULL OR hwid IS NOT NULL"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBanExemption", b => + { + b.Property("UserId") + .ValueGeneratedOnAdd() + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.Property("Flags") + .HasColumnType("integer") + .HasColumnName("flags"); + + b.HasKey("UserId") + .HasName("PK_server_ban_exemption"); + + b.ToTable("server_ban_exemption", null, t => + { + t.HasCheckConstraint("FlagsNotZero", "flags != 0"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBanHit", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("server_ban_hit_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("BanId") + .HasColumnType("integer") + .HasColumnName("ban_id"); + + b.Property("ConnectionId") + .HasColumnType("integer") + .HasColumnName("connection_id"); + + b.HasKey("Id") + .HasName("PK_server_ban_hit"); + + b.HasIndex("BanId") + .HasDatabaseName("IX_server_ban_hit_ban_id"); + + b.HasIndex("ConnectionId") + .HasDatabaseName("IX_server_ban_hit_connection_id"); + + b.ToTable("server_ban_hit", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleBan", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("server_role_ban_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Address") + .HasColumnType("inet") + .HasColumnName("address"); + + b.Property("BanTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("ban_time"); + + b.Property("BanningAdmin") + .HasColumnType("uuid") + .HasColumnName("banning_admin"); + + b.Property("ExpirationTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("expiration_time"); + + b.Property("HWId") + .HasColumnType("bytea") + .HasColumnName("hwid"); + + b.Property("Hidden") + .HasColumnType("boolean") + .HasColumnName("hidden"); + + b.Property("LastEditedAt") + .HasColumnType("timestamp with time zone") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("uuid") + .HasColumnName("last_edited_by_id"); + + b.Property("PlayerUserId") + .HasColumnType("uuid") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("interval") + .HasColumnName("playtime_at_note"); + + b.Property("Reason") + .IsRequired() + .HasColumnType("text") + .HasColumnName("reason"); + + b.Property("RoleId") + .IsRequired() + .HasColumnType("text") + .HasColumnName("role_id"); + + b.Property("RoundId") + .HasColumnType("integer") + .HasColumnName("round_id"); + + b.Property("Severity") + .HasColumnType("integer") + .HasColumnName("severity"); + + b.HasKey("Id") + .HasName("PK_server_role_ban"); + + b.HasIndex("Address"); + + b.HasIndex("BanningAdmin"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_server_role_ban_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_server_role_ban_round_id"); + + b.ToTable("server_role_ban", null, t => + { + t.HasCheckConstraint("AddressNotIPv6MappedIPv4", "NOT inet '::ffff:0.0.0.0/96' >>= address"); + + t.HasCheckConstraint("HaveEitherAddressOrUserIdOrHWId", "address IS NOT NULL OR player_user_id IS NOT NULL OR hwid IS NOT NULL"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleUnban", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("role_unban_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("BanId") + .HasColumnType("integer") + .HasColumnName("ban_id"); + + b.Property("UnbanTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("unban_time"); + + b.Property("UnbanningAdmin") + .HasColumnType("uuid") + .HasColumnName("unbanning_admin"); + + b.HasKey("Id") + .HasName("PK_server_role_unban"); + + b.HasIndex("BanId") + .IsUnique(); + + b.ToTable("server_role_unban", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ServerUnban", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("unban_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("BanId") + .HasColumnType("integer") + .HasColumnName("ban_id"); + + b.Property("UnbanTime") + .HasColumnType("timestamp with time zone") + .HasColumnName("unban_time"); + + b.Property("UnbanningAdmin") + .HasColumnType("uuid") + .HasColumnName("unbanning_admin"); + + b.HasKey("Id") + .HasName("PK_server_unban"); + + b.HasIndex("BanId") + .IsUnique(); + + b.ToTable("server_unban", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Trait", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("trait_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("ProfileId") + .HasColumnType("integer") + .HasColumnName("profile_id"); + + b.Property("TraitName") + .IsRequired() + .HasColumnType("text") + .HasColumnName("trait_name"); + + b.HasKey("Id") + .HasName("PK_trait"); + + b.HasIndex("ProfileId", "TraitName") + .IsUnique(); + + b.ToTable("trait", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.UploadedResourceLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer") + .HasColumnName("uploaded_resource_log_id"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Data") + .IsRequired() + .HasColumnType("bytea") + .HasColumnName("data"); + + b.Property("Date") + .HasColumnType("timestamp with time zone") + .HasColumnName("date"); + + b.Property("Path") + .IsRequired() + .HasColumnType("text") + .HasColumnName("path"); + + b.Property("UserId") + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.HasKey("Id") + .HasName("PK_uploaded_resource_log"); + + b.ToTable("uploaded_resource_log", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Whitelist", b => + { + b.Property("UserId") + .ValueGeneratedOnAdd() + .HasColumnType("uuid") + .HasColumnName("user_id"); + + b.HasKey("UserId") + .HasName("PK_whitelist"); + + b.ToTable("whitelist", (string)null); + }); + + modelBuilder.Entity("PlayerRound", b => + { + b.Property("PlayersId") + .HasColumnType("integer") + .HasColumnName("players_id"); + + b.Property("RoundsId") + .HasColumnType("integer") + .HasColumnName("rounds_id"); + + b.HasKey("PlayersId", "RoundsId") + .HasName("PK_player_round"); + + b.HasIndex("RoundsId") + .HasDatabaseName("IX_player_round_rounds_id"); + + b.ToTable("player_round", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Admin", b => + { + b.HasOne("Content.Server.Database.AdminRank", "AdminRank") + .WithMany("Admins") + .HasForeignKey("AdminRankId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_admin_rank_admin_rank_id"); + + b.Navigation("AdminRank"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminFlag", b => + { + b.HasOne("Content.Server.Database.Admin", "Admin") + .WithMany("Flags") + .HasForeignKey("AdminId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_flag_admin_admin_id"); + + b.Navigation("Admin"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLog", b => + { + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany("AdminLogs") + .HasForeignKey("RoundId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_log_round_round_id"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLogPlayer", b => + { + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminLogs") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_log_player_player_player_user_id"); + + b.HasOne("Content.Server.Database.AdminLog", "Log") + .WithMany("Players") + .HasForeignKey("RoundId", "LogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_log_player_admin_log_round_id_log_id"); + + b.Navigation("Log"); + + b.Navigation("Player"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminMessage", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminMessagesCreated") + .HasForeignKey("CreatedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_messages_player_created_by_id"); + + b.HasOne("Content.Server.Database.Player", "DeletedBy") + .WithMany("AdminMessagesDeleted") + .HasForeignKey("DeletedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_messages_player_deleted_by_id"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminMessagesLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_messages_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminMessagesReceived") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .HasConstraintName("FK_admin_messages_player_player_user_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_admin_messages_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("DeletedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Player"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminNote", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminNotesCreated") + .HasForeignKey("CreatedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_notes_player_created_by_id"); + + b.HasOne("Content.Server.Database.Player", "DeletedBy") + .WithMany("AdminNotesDeleted") + .HasForeignKey("DeletedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_notes_player_deleted_by_id"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminNotesLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_notes_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminNotesReceived") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .HasConstraintName("FK_admin_notes_player_player_user_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_admin_notes_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("DeletedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Player"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRankFlag", b => + { + b.HasOne("Content.Server.Database.AdminRank", "Rank") + .WithMany("Flags") + .HasForeignKey("AdminRankId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_rank_flag_admin_rank_admin_rank_id"); + + b.Navigation("Rank"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminWatchlist", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminWatchlistsCreated") + .HasForeignKey("CreatedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_watchlists_player_created_by_id"); + + b.HasOne("Content.Server.Database.Player", "DeletedBy") + .WithMany("AdminWatchlistsDeleted") + .HasForeignKey("DeletedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_watchlists_player_deleted_by_id"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminWatchlistsLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_watchlists_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminWatchlistsReceived") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .HasConstraintName("FK_admin_watchlists_player_player_user_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_admin_watchlists_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("DeletedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Player"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.Antag", b => + { + b.HasOne("Content.Server.Database.Profile", "Profile") + .WithMany("Antags") + .HasForeignKey("ProfileId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_antag_profile_profile_id"); + + b.Navigation("Profile"); + }); + + modelBuilder.Entity("Content.Server.Database.ConnectionLog", b => + { + b.HasOne("Content.Server.Database.Server", "Server") + .WithMany("ConnectionLogs") + .HasForeignKey("ServerId") + .OnDelete(DeleteBehavior.SetNull) + .IsRequired() + .HasConstraintName("FK_connection_log_server_server_id"); + + b.Navigation("Server"); + }); + + modelBuilder.Entity("Content.Server.Database.Job", b => + { + b.HasOne("Content.Server.Database.Profile", "Profile") + .WithMany("Jobs") + .HasForeignKey("ProfileId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_job_profile_profile_id"); + + b.Navigation("Profile"); + }); + + modelBuilder.Entity("Content.Server.Database.Profile", b => + { + b.HasOne("Content.Server.Database.Preference", "Preference") + .WithMany("Profiles") + .HasForeignKey("PreferenceId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_profile_preference_preference_id"); + + b.Navigation("Preference"); + }); + + modelBuilder.Entity("Content.Server.Database.Round", b => + { + b.HasOne("Content.Server.Database.Server", "Server") + .WithMany("Rounds") + .HasForeignKey("ServerId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_round_server_server_id"); + + b.Navigation("Server"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBan", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminServerBansCreated") + .HasForeignKey("BanningAdmin") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_ban_player_banning_admin"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminServerBansLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_ban_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_server_ban_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBanHit", b => + { + b.HasOne("Content.Server.Database.ServerBan", "Ban") + .WithMany("BanHits") + .HasForeignKey("BanId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_ban_hit_server_ban_ban_id"); + + b.HasOne("Content.Server.Database.ConnectionLog", "Connection") + .WithMany("BanHits") + .HasForeignKey("ConnectionId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_ban_hit_connection_log_connection_id"); + + b.Navigation("Ban"); + + b.Navigation("Connection"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleBan", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminServerRoleBansCreated") + .HasForeignKey("BanningAdmin") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_role_ban_player_banning_admin"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminServerRoleBansLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_role_ban_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_server_role_ban_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleUnban", b => + { + b.HasOne("Content.Server.Database.ServerRoleBan", "Ban") + .WithOne("Unban") + .HasForeignKey("Content.Server.Database.ServerRoleUnban", "BanId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_role_unban_server_role_ban_ban_id"); + + b.Navigation("Ban"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerUnban", b => + { + b.HasOne("Content.Server.Database.ServerBan", "Ban") + .WithOne("Unban") + .HasForeignKey("Content.Server.Database.ServerUnban", "BanId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_unban_server_ban_ban_id"); + + b.Navigation("Ban"); + }); + + modelBuilder.Entity("Content.Server.Database.Trait", b => + { + b.HasOne("Content.Server.Database.Profile", "Profile") + .WithMany("Traits") + .HasForeignKey("ProfileId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_trait_profile_profile_id"); + + b.Navigation("Profile"); + }); + + modelBuilder.Entity("PlayerRound", b => + { + b.HasOne("Content.Server.Database.Player", null) + .WithMany() + .HasForeignKey("PlayersId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_player_round_player_players_id"); + + b.HasOne("Content.Server.Database.Round", null) + .WithMany() + .HasForeignKey("RoundsId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_player_round_round_rounds_id"); + }); + + modelBuilder.Entity("Content.Server.Database.Admin", b => + { + b.Navigation("Flags"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLog", b => + { + b.Navigation("Players"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRank", b => + { + b.Navigation("Admins"); + + b.Navigation("Flags"); + }); + + modelBuilder.Entity("Content.Server.Database.ConnectionLog", b => + { + b.Navigation("BanHits"); + }); + + modelBuilder.Entity("Content.Server.Database.Player", b => + { + b.Navigation("AdminLogs"); + + b.Navigation("AdminMessagesCreated"); + + b.Navigation("AdminMessagesDeleted"); + + b.Navigation("AdminMessagesLastEdited"); + + b.Navigation("AdminMessagesReceived"); + + b.Navigation("AdminNotesCreated"); + + b.Navigation("AdminNotesDeleted"); + + b.Navigation("AdminNotesLastEdited"); + + b.Navigation("AdminNotesReceived"); + + b.Navigation("AdminServerBansCreated"); + + b.Navigation("AdminServerBansLastEdited"); + + b.Navigation("AdminServerRoleBansCreated"); + + b.Navigation("AdminServerRoleBansLastEdited"); + + b.Navigation("AdminWatchlistsCreated"); + + b.Navigation("AdminWatchlistsDeleted"); + + b.Navigation("AdminWatchlistsLastEdited"); + + b.Navigation("AdminWatchlistsReceived"); + }); + + modelBuilder.Entity("Content.Server.Database.Preference", b => + { + b.Navigation("Profiles"); + }); + + modelBuilder.Entity("Content.Server.Database.Profile", b => + { + b.Navigation("Antags"); + + b.Navigation("Jobs"); + + b.Navigation("Traits"); + }); + + modelBuilder.Entity("Content.Server.Database.Round", b => + { + b.Navigation("AdminLogs"); + }); + + modelBuilder.Entity("Content.Server.Database.Server", b => + { + b.Navigation("ConnectionLogs"); + + b.Navigation("Rounds"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBan", b => + { + b.Navigation("BanHits"); + + b.Navigation("Unban"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleBan", b => + { + b.Navigation("Unban"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.cs b/Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.cs new file mode 100644 index 0000000000..6fa95717a0 --- /dev/null +++ b/Content.Server.Database/Migrations/Postgres/20240201091301_SpawnPriorityPreference.cs @@ -0,0 +1,29 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace Content.Server.Database.Migrations.Postgres +{ + /// + public partial class SpawnPriorityPreference : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.AddColumn( + name: "spawn_priority", + table: "profile", + type: "integer", + nullable: false, + defaultValue: 0); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropColumn( + name: "spawn_priority", + table: "profile"); + } + } +} diff --git a/Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs b/Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs index bbcbfdb5cc..ae40e1228e 100644 --- a/Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs +++ b/Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs @@ -7,6 +7,7 @@ using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; +using NpgsqlTypes; #nullable disable @@ -19,7 +20,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 modelBuilder - .HasAnnotation("ProductVersion", "7.0.4") + .HasAnnotation("ProductVersion", "8.0.0") .HasAnnotation("Relational:MaxIdentifierLength", 63); NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); @@ -803,6 +804,10 @@ protected override void BuildModel(ModelBuilder modelBuilder) .HasColumnType("integer") .HasColumnName("slot"); + b.Property("SpawnPriority") + .HasColumnType("integer") + .HasColumnName("spawn_priority"); + b.Property("Species") .IsRequired() .HasColumnType("text") @@ -879,7 +884,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); - b.Property?>("Address") + b.Property("Address") .HasColumnType("inet") .HasColumnName("address"); @@ -1021,7 +1026,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); - b.Property?>("Address") + b.Property("Address") .HasColumnType("inet") .HasColumnName("address"); diff --git a/Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.Designer.cs b/Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.Designer.cs new file mode 100644 index 0000000000..f32f3c398b --- /dev/null +++ b/Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.Designer.cs @@ -0,0 +1,1692 @@ +// +using System; +using Content.Server.Database; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; + +#nullable disable + +namespace Content.Server.Database.Migrations.Sqlite +{ + [DbContext(typeof(SqliteServerDbContext))] + [Migration("20240201091254_SpawnPriorityPreference")] + partial class SpawnPriorityPreference + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder.HasAnnotation("ProductVersion", "8.0.0"); + + modelBuilder.Entity("Content.Server.Database.Admin", b => + { + b.Property("UserId") + .ValueGeneratedOnAdd() + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.Property("AdminRankId") + .HasColumnType("INTEGER") + .HasColumnName("admin_rank_id"); + + b.Property("Title") + .HasColumnType("TEXT") + .HasColumnName("title"); + + b.HasKey("UserId") + .HasName("PK_admin"); + + b.HasIndex("AdminRankId") + .HasDatabaseName("IX_admin_admin_rank_id"); + + b.ToTable("admin", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminFlag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("admin_flag_id"); + + b.Property("AdminId") + .HasColumnType("TEXT") + .HasColumnName("admin_id"); + + b.Property("Flag") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("flag"); + + b.Property("Negative") + .HasColumnType("INTEGER") + .HasColumnName("negative"); + + b.HasKey("Id") + .HasName("PK_admin_flag"); + + b.HasIndex("AdminId") + .HasDatabaseName("IX_admin_flag_admin_id"); + + b.HasIndex("Flag", "AdminId") + .IsUnique(); + + b.ToTable("admin_flag", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLog", b => + { + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("Id") + .HasColumnType("INTEGER") + .HasColumnName("admin_log_id"); + + b.Property("Date") + .HasColumnType("TEXT") + .HasColumnName("date"); + + b.Property("Impact") + .HasColumnType("INTEGER") + .HasColumnName("impact"); + + b.Property("Json") + .IsRequired() + .HasColumnType("jsonb") + .HasColumnName("json"); + + b.Property("Message") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("message"); + + b.Property("Type") + .HasColumnType("INTEGER") + .HasColumnName("type"); + + b.HasKey("RoundId", "Id") + .HasName("PK_admin_log"); + + b.HasIndex("Date"); + + b.HasIndex("Type") + .HasDatabaseName("IX_admin_log_type"); + + b.ToTable("admin_log", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLogPlayer", b => + { + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("LogId") + .HasColumnType("INTEGER") + .HasColumnName("log_id"); + + b.Property("PlayerUserId") + .HasColumnType("TEXT") + .HasColumnName("player_user_id"); + + b.HasKey("RoundId", "LogId", "PlayerUserId") + .HasName("PK_admin_log_player"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_log_player_player_user_id"); + + b.ToTable("admin_log_player", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminMessage", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("admin_messages_id"); + + b.Property("CreatedAt") + .HasColumnType("TEXT") + .HasColumnName("created_at"); + + b.Property("CreatedById") + .HasColumnType("TEXT") + .HasColumnName("created_by_id"); + + b.Property("Deleted") + .HasColumnType("INTEGER") + .HasColumnName("deleted"); + + b.Property("DeletedAt") + .HasColumnType("TEXT") + .HasColumnName("deleted_at"); + + b.Property("DeletedById") + .HasColumnType("TEXT") + .HasColumnName("deleted_by_id"); + + b.Property("ExpirationTime") + .HasColumnType("TEXT") + .HasColumnName("expiration_time"); + + b.Property("LastEditedAt") + .HasColumnType("TEXT") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("TEXT") + .HasColumnName("last_edited_by_id"); + + b.Property("Message") + .IsRequired() + .HasMaxLength(4096) + .HasColumnType("TEXT") + .HasColumnName("message"); + + b.Property("PlayerUserId") + .HasColumnType("TEXT") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("TEXT") + .HasColumnName("playtime_at_note"); + + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("Seen") + .HasColumnType("INTEGER") + .HasColumnName("seen"); + + b.HasKey("Id") + .HasName("PK_admin_messages"); + + b.HasIndex("CreatedById"); + + b.HasIndex("DeletedById"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_messages_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_admin_messages_round_id"); + + b.ToTable("admin_messages", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminNote", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("admin_notes_id"); + + b.Property("CreatedAt") + .HasColumnType("TEXT") + .HasColumnName("created_at"); + + b.Property("CreatedById") + .HasColumnType("TEXT") + .HasColumnName("created_by_id"); + + b.Property("Deleted") + .HasColumnType("INTEGER") + .HasColumnName("deleted"); + + b.Property("DeletedAt") + .HasColumnType("TEXT") + .HasColumnName("deleted_at"); + + b.Property("DeletedById") + .HasColumnType("TEXT") + .HasColumnName("deleted_by_id"); + + b.Property("ExpirationTime") + .HasColumnType("TEXT") + .HasColumnName("expiration_time"); + + b.Property("LastEditedAt") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("TEXT") + .HasColumnName("last_edited_by_id"); + + b.Property("Message") + .IsRequired() + .HasMaxLength(4096) + .HasColumnType("TEXT") + .HasColumnName("message"); + + b.Property("PlayerUserId") + .HasColumnType("TEXT") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("TEXT") + .HasColumnName("playtime_at_note"); + + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("Secret") + .HasColumnType("INTEGER") + .HasColumnName("secret"); + + b.Property("Severity") + .HasColumnType("INTEGER") + .HasColumnName("severity"); + + b.HasKey("Id") + .HasName("PK_admin_notes"); + + b.HasIndex("CreatedById"); + + b.HasIndex("DeletedById"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_notes_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_admin_notes_round_id"); + + b.ToTable("admin_notes", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRank", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("admin_rank_id"); + + b.Property("Name") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("name"); + + b.HasKey("Id") + .HasName("PK_admin_rank"); + + b.ToTable("admin_rank", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRankFlag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("admin_rank_flag_id"); + + b.Property("AdminRankId") + .HasColumnType("INTEGER") + .HasColumnName("admin_rank_id"); + + b.Property("Flag") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("flag"); + + b.HasKey("Id") + .HasName("PK_admin_rank_flag"); + + b.HasIndex("AdminRankId"); + + b.HasIndex("Flag", "AdminRankId") + .IsUnique(); + + b.ToTable("admin_rank_flag", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AdminWatchlist", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("admin_watchlists_id"); + + b.Property("CreatedAt") + .HasColumnType("TEXT") + .HasColumnName("created_at"); + + b.Property("CreatedById") + .HasColumnType("TEXT") + .HasColumnName("created_by_id"); + + b.Property("Deleted") + .HasColumnType("INTEGER") + .HasColumnName("deleted"); + + b.Property("DeletedAt") + .HasColumnType("TEXT") + .HasColumnName("deleted_at"); + + b.Property("DeletedById") + .HasColumnType("TEXT") + .HasColumnName("deleted_by_id"); + + b.Property("ExpirationTime") + .HasColumnType("TEXT") + .HasColumnName("expiration_time"); + + b.Property("LastEditedAt") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("TEXT") + .HasColumnName("last_edited_by_id"); + + b.Property("Message") + .IsRequired() + .HasMaxLength(4096) + .HasColumnType("TEXT") + .HasColumnName("message"); + + b.Property("PlayerUserId") + .HasColumnType("TEXT") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("TEXT") + .HasColumnName("playtime_at_note"); + + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.HasKey("Id") + .HasName("PK_admin_watchlists"); + + b.HasIndex("CreatedById"); + + b.HasIndex("DeletedById"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_admin_watchlists_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_admin_watchlists_round_id"); + + b.ToTable("admin_watchlists", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Antag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("antag_id"); + + b.Property("AntagName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("antag_name"); + + b.Property("ProfileId") + .HasColumnType("INTEGER") + .HasColumnName("profile_id"); + + b.HasKey("Id") + .HasName("PK_antag"); + + b.HasIndex("ProfileId", "AntagName") + .IsUnique(); + + b.ToTable("antag", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.AssignedUserId", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("assigned_user_id_id"); + + b.Property("UserId") + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.Property("UserName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("user_name"); + + b.HasKey("Id") + .HasName("PK_assigned_user_id"); + + b.HasIndex("UserId") + .IsUnique(); + + b.HasIndex("UserName") + .IsUnique(); + + b.ToTable("assigned_user_id", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ConnectionLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("connection_log_id"); + + b.Property("Address") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("address"); + + b.Property("Denied") + .HasColumnType("INTEGER") + .HasColumnName("denied"); + + b.Property("HWId") + .HasColumnType("BLOB") + .HasColumnName("hwid"); + + b.Property("ServerId") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasDefaultValue(0) + .HasColumnName("server_id"); + + b.Property("Time") + .HasColumnType("TEXT") + .HasColumnName("time"); + + b.Property("UserId") + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.Property("UserName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("user_name"); + + b.HasKey("Id") + .HasName("PK_connection_log"); + + b.HasIndex("ServerId") + .HasDatabaseName("IX_connection_log_server_id"); + + b.HasIndex("UserId"); + + b.ToTable("connection_log", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Job", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("job_id"); + + b.Property("JobName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("job_name"); + + b.Property("Priority") + .HasColumnType("INTEGER") + .HasColumnName("priority"); + + b.Property("ProfileId") + .HasColumnType("INTEGER") + .HasColumnName("profile_id"); + + b.HasKey("Id") + .HasName("PK_job"); + + b.HasIndex("ProfileId"); + + b.HasIndex("ProfileId", "JobName") + .IsUnique(); + + b.HasIndex(new[] { "ProfileId" }, "IX_job_one_high_priority") + .IsUnique() + .HasFilter("priority = 3"); + + b.ToTable("job", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.PlayTime", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("play_time_id"); + + b.Property("PlayerId") + .HasColumnType("TEXT") + .HasColumnName("player_id"); + + b.Property("TimeSpent") + .HasColumnType("TEXT") + .HasColumnName("time_spent"); + + b.Property("Tracker") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("tracker"); + + b.HasKey("Id") + .HasName("PK_play_time"); + + b.HasIndex("PlayerId", "Tracker") + .IsUnique(); + + b.ToTable("play_time", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Player", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("player_id"); + + b.Property("FirstSeenTime") + .HasColumnType("TEXT") + .HasColumnName("first_seen_time"); + + b.Property("LastReadRules") + .HasColumnType("TEXT") + .HasColumnName("last_read_rules"); + + b.Property("LastSeenAddress") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("last_seen_address"); + + b.Property("LastSeenHWId") + .HasColumnType("BLOB") + .HasColumnName("last_seen_hwid"); + + b.Property("LastSeenTime") + .HasColumnType("TEXT") + .HasColumnName("last_seen_time"); + + b.Property("LastSeenUserName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("last_seen_user_name"); + + b.Property("UserId") + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.HasKey("Id") + .HasName("PK_player"); + + b.HasAlternateKey("UserId") + .HasName("ak_player_user_id"); + + b.HasIndex("LastSeenUserName"); + + b.HasIndex("UserId") + .IsUnique(); + + b.ToTable("player", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Preference", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("preference_id"); + + b.Property("AdminOOCColor") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("admin_ooc_color"); + + b.Property("SelectedCharacterSlot") + .HasColumnType("INTEGER") + .HasColumnName("selected_character_slot"); + + b.Property("UserId") + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.HasKey("Id") + .HasName("PK_preference"); + + b.HasIndex("UserId") + .IsUnique(); + + b.ToTable("preference", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Profile", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("profile_id"); + + b.Property("Age") + .HasColumnType("INTEGER") + .HasColumnName("age"); + + b.Property("Backpack") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("backpack"); + + b.Property("CharacterName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("char_name"); + + b.Property("Clothing") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("clothing"); + + b.Property("EyeColor") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("eye_color"); + + b.Property("FacialHairColor") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("facial_hair_color"); + + b.Property("FacialHairName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("facial_hair_name"); + + b.Property("FlavorText") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("flavor_text"); + + b.Property("Gender") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("gender"); + + b.Property("HairColor") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("hair_color"); + + b.Property("HairName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("hair_name"); + + b.Property("Markings") + .HasColumnType("jsonb") + .HasColumnName("markings"); + + b.Property("PreferenceId") + .HasColumnType("INTEGER") + .HasColumnName("preference_id"); + + b.Property("PreferenceUnavailable") + .HasColumnType("INTEGER") + .HasColumnName("pref_unavailable"); + + b.Property("Sex") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("sex"); + + b.Property("SkinColor") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("skin_color"); + + b.Property("Slot") + .HasColumnType("INTEGER") + .HasColumnName("slot"); + + b.Property("SpawnPriority") + .HasColumnType("INTEGER") + .HasColumnName("spawn_priority"); + + b.Property("Species") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("species"); + + b.HasKey("Id") + .HasName("PK_profile"); + + b.HasIndex("PreferenceId") + .HasDatabaseName("IX_profile_preference_id"); + + b.HasIndex("Slot", "PreferenceId") + .IsUnique(); + + b.ToTable("profile", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Round", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("ServerId") + .HasColumnType("INTEGER") + .HasColumnName("server_id"); + + b.Property("StartDate") + .ValueGeneratedOnAdd() + .HasColumnType("TEXT") + .HasDefaultValue(new DateTime(1, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified)) + .HasColumnName("start_date"); + + b.HasKey("Id") + .HasName("PK_round"); + + b.HasIndex("ServerId") + .HasDatabaseName("IX_round_server_id"); + + b.HasIndex("StartDate"); + + b.ToTable("round", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Server", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("server_id"); + + b.Property("Name") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("name"); + + b.HasKey("Id") + .HasName("PK_server"); + + b.ToTable("server", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBan", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("server_ban_id"); + + b.Property("Address") + .HasColumnType("TEXT") + .HasColumnName("address"); + + b.Property("AutoDelete") + .HasColumnType("INTEGER") + .HasColumnName("auto_delete"); + + b.Property("BanTime") + .HasColumnType("TEXT") + .HasColumnName("ban_time"); + + b.Property("BanningAdmin") + .HasColumnType("TEXT") + .HasColumnName("banning_admin"); + + b.Property("ExemptFlags") + .HasColumnType("INTEGER") + .HasColumnName("exempt_flags"); + + b.Property("ExpirationTime") + .HasColumnType("TEXT") + .HasColumnName("expiration_time"); + + b.Property("HWId") + .HasColumnType("BLOB") + .HasColumnName("hwid"); + + b.Property("Hidden") + .HasColumnType("INTEGER") + .HasColumnName("hidden"); + + b.Property("LastEditedAt") + .HasColumnType("TEXT") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("TEXT") + .HasColumnName("last_edited_by_id"); + + b.Property("PlayerUserId") + .HasColumnType("TEXT") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("TEXT") + .HasColumnName("playtime_at_note"); + + b.Property("Reason") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("reason"); + + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("Severity") + .HasColumnType("INTEGER") + .HasColumnName("severity"); + + b.HasKey("Id") + .HasName("PK_server_ban"); + + b.HasIndex("Address"); + + b.HasIndex("BanningAdmin"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_server_ban_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_server_ban_round_id"); + + b.ToTable("server_ban", null, t => + { + t.HasCheckConstraint("HaveEitherAddressOrUserIdOrHWId", "address IS NOT NULL OR player_user_id IS NOT NULL OR hwid IS NOT NULL"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBanExemption", b => + { + b.Property("UserId") + .ValueGeneratedOnAdd() + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.Property("Flags") + .HasColumnType("INTEGER") + .HasColumnName("flags"); + + b.HasKey("UserId") + .HasName("PK_server_ban_exemption"); + + b.ToTable("server_ban_exemption", null, t => + { + t.HasCheckConstraint("FlagsNotZero", "flags != 0"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBanHit", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("server_ban_hit_id"); + + b.Property("BanId") + .HasColumnType("INTEGER") + .HasColumnName("ban_id"); + + b.Property("ConnectionId") + .HasColumnType("INTEGER") + .HasColumnName("connection_id"); + + b.HasKey("Id") + .HasName("PK_server_ban_hit"); + + b.HasIndex("BanId") + .HasDatabaseName("IX_server_ban_hit_ban_id"); + + b.HasIndex("ConnectionId") + .HasDatabaseName("IX_server_ban_hit_connection_id"); + + b.ToTable("server_ban_hit", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleBan", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("server_role_ban_id"); + + b.Property("Address") + .HasColumnType("TEXT") + .HasColumnName("address"); + + b.Property("BanTime") + .HasColumnType("TEXT") + .HasColumnName("ban_time"); + + b.Property("BanningAdmin") + .HasColumnType("TEXT") + .HasColumnName("banning_admin"); + + b.Property("ExpirationTime") + .HasColumnType("TEXT") + .HasColumnName("expiration_time"); + + b.Property("HWId") + .HasColumnType("BLOB") + .HasColumnName("hwid"); + + b.Property("Hidden") + .HasColumnType("INTEGER") + .HasColumnName("hidden"); + + b.Property("LastEditedAt") + .HasColumnType("TEXT") + .HasColumnName("last_edited_at"); + + b.Property("LastEditedById") + .HasColumnType("TEXT") + .HasColumnName("last_edited_by_id"); + + b.Property("PlayerUserId") + .HasColumnType("TEXT") + .HasColumnName("player_user_id"); + + b.Property("PlaytimeAtNote") + .HasColumnType("TEXT") + .HasColumnName("playtime_at_note"); + + b.Property("Reason") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("reason"); + + b.Property("RoleId") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("role_id"); + + b.Property("RoundId") + .HasColumnType("INTEGER") + .HasColumnName("round_id"); + + b.Property("Severity") + .HasColumnType("INTEGER") + .HasColumnName("severity"); + + b.HasKey("Id") + .HasName("PK_server_role_ban"); + + b.HasIndex("Address"); + + b.HasIndex("BanningAdmin"); + + b.HasIndex("LastEditedById"); + + b.HasIndex("PlayerUserId") + .HasDatabaseName("IX_server_role_ban_player_user_id"); + + b.HasIndex("RoundId") + .HasDatabaseName("IX_server_role_ban_round_id"); + + b.ToTable("server_role_ban", null, t => + { + t.HasCheckConstraint("HaveEitherAddressOrUserIdOrHWId", "address IS NOT NULL OR player_user_id IS NOT NULL OR hwid IS NOT NULL"); + }); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleUnban", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("role_unban_id"); + + b.Property("BanId") + .HasColumnType("INTEGER") + .HasColumnName("ban_id"); + + b.Property("UnbanTime") + .HasColumnType("TEXT") + .HasColumnName("unban_time"); + + b.Property("UnbanningAdmin") + .HasColumnType("TEXT") + .HasColumnName("unbanning_admin"); + + b.HasKey("Id") + .HasName("PK_server_role_unban"); + + b.HasIndex("BanId") + .IsUnique(); + + b.ToTable("server_role_unban", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.ServerUnban", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("unban_id"); + + b.Property("BanId") + .HasColumnType("INTEGER") + .HasColumnName("ban_id"); + + b.Property("UnbanTime") + .HasColumnType("TEXT") + .HasColumnName("unban_time"); + + b.Property("UnbanningAdmin") + .HasColumnType("TEXT") + .HasColumnName("unbanning_admin"); + + b.HasKey("Id") + .HasName("PK_server_unban"); + + b.HasIndex("BanId") + .IsUnique(); + + b.ToTable("server_unban", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Trait", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("trait_id"); + + b.Property("ProfileId") + .HasColumnType("INTEGER") + .HasColumnName("profile_id"); + + b.Property("TraitName") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("trait_name"); + + b.HasKey("Id") + .HasName("PK_trait"); + + b.HasIndex("ProfileId", "TraitName") + .IsUnique(); + + b.ToTable("trait", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.UploadedResourceLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INTEGER") + .HasColumnName("uploaded_resource_log_id"); + + b.Property("Data") + .IsRequired() + .HasColumnType("BLOB") + .HasColumnName("data"); + + b.Property("Date") + .HasColumnType("TEXT") + .HasColumnName("date"); + + b.Property("Path") + .IsRequired() + .HasColumnType("TEXT") + .HasColumnName("path"); + + b.Property("UserId") + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.HasKey("Id") + .HasName("PK_uploaded_resource_log"); + + b.ToTable("uploaded_resource_log", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Whitelist", b => + { + b.Property("UserId") + .ValueGeneratedOnAdd() + .HasColumnType("TEXT") + .HasColumnName("user_id"); + + b.HasKey("UserId") + .HasName("PK_whitelist"); + + b.ToTable("whitelist", (string)null); + }); + + modelBuilder.Entity("PlayerRound", b => + { + b.Property("PlayersId") + .HasColumnType("INTEGER") + .HasColumnName("players_id"); + + b.Property("RoundsId") + .HasColumnType("INTEGER") + .HasColumnName("rounds_id"); + + b.HasKey("PlayersId", "RoundsId") + .HasName("PK_player_round"); + + b.HasIndex("RoundsId") + .HasDatabaseName("IX_player_round_rounds_id"); + + b.ToTable("player_round", (string)null); + }); + + modelBuilder.Entity("Content.Server.Database.Admin", b => + { + b.HasOne("Content.Server.Database.AdminRank", "AdminRank") + .WithMany("Admins") + .HasForeignKey("AdminRankId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_admin_rank_admin_rank_id"); + + b.Navigation("AdminRank"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminFlag", b => + { + b.HasOne("Content.Server.Database.Admin", "Admin") + .WithMany("Flags") + .HasForeignKey("AdminId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_flag_admin_admin_id"); + + b.Navigation("Admin"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLog", b => + { + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany("AdminLogs") + .HasForeignKey("RoundId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_log_round_round_id"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLogPlayer", b => + { + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminLogs") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_log_player_player_player_user_id"); + + b.HasOne("Content.Server.Database.AdminLog", "Log") + .WithMany("Players") + .HasForeignKey("RoundId", "LogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_log_player_admin_log_round_id_log_id"); + + b.Navigation("Log"); + + b.Navigation("Player"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminMessage", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminMessagesCreated") + .HasForeignKey("CreatedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_messages_player_created_by_id"); + + b.HasOne("Content.Server.Database.Player", "DeletedBy") + .WithMany("AdminMessagesDeleted") + .HasForeignKey("DeletedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_messages_player_deleted_by_id"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminMessagesLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_messages_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminMessagesReceived") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .HasConstraintName("FK_admin_messages_player_player_user_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_admin_messages_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("DeletedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Player"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminNote", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminNotesCreated") + .HasForeignKey("CreatedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_notes_player_created_by_id"); + + b.HasOne("Content.Server.Database.Player", "DeletedBy") + .WithMany("AdminNotesDeleted") + .HasForeignKey("DeletedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_notes_player_deleted_by_id"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminNotesLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_notes_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminNotesReceived") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .HasConstraintName("FK_admin_notes_player_player_user_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_admin_notes_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("DeletedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Player"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRankFlag", b => + { + b.HasOne("Content.Server.Database.AdminRank", "Rank") + .WithMany("Flags") + .HasForeignKey("AdminRankId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_admin_rank_flag_admin_rank_admin_rank_id"); + + b.Navigation("Rank"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminWatchlist", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminWatchlistsCreated") + .HasForeignKey("CreatedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_watchlists_player_created_by_id"); + + b.HasOne("Content.Server.Database.Player", "DeletedBy") + .WithMany("AdminWatchlistsDeleted") + .HasForeignKey("DeletedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_watchlists_player_deleted_by_id"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminWatchlistsLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_admin_watchlists_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Player", "Player") + .WithMany("AdminWatchlistsReceived") + .HasForeignKey("PlayerUserId") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .HasConstraintName("FK_admin_watchlists_player_player_user_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_admin_watchlists_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("DeletedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Player"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.Antag", b => + { + b.HasOne("Content.Server.Database.Profile", "Profile") + .WithMany("Antags") + .HasForeignKey("ProfileId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_antag_profile_profile_id"); + + b.Navigation("Profile"); + }); + + modelBuilder.Entity("Content.Server.Database.ConnectionLog", b => + { + b.HasOne("Content.Server.Database.Server", "Server") + .WithMany("ConnectionLogs") + .HasForeignKey("ServerId") + .OnDelete(DeleteBehavior.SetNull) + .IsRequired() + .HasConstraintName("FK_connection_log_server_server_id"); + + b.Navigation("Server"); + }); + + modelBuilder.Entity("Content.Server.Database.Job", b => + { + b.HasOne("Content.Server.Database.Profile", "Profile") + .WithMany("Jobs") + .HasForeignKey("ProfileId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_job_profile_profile_id"); + + b.Navigation("Profile"); + }); + + modelBuilder.Entity("Content.Server.Database.Profile", b => + { + b.HasOne("Content.Server.Database.Preference", "Preference") + .WithMany("Profiles") + .HasForeignKey("PreferenceId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_profile_preference_preference_id"); + + b.Navigation("Preference"); + }); + + modelBuilder.Entity("Content.Server.Database.Round", b => + { + b.HasOne("Content.Server.Database.Server", "Server") + .WithMany("Rounds") + .HasForeignKey("ServerId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_round_server_server_id"); + + b.Navigation("Server"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBan", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminServerBansCreated") + .HasForeignKey("BanningAdmin") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_ban_player_banning_admin"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminServerBansLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_ban_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_server_ban_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBanHit", b => + { + b.HasOne("Content.Server.Database.ServerBan", "Ban") + .WithMany("BanHits") + .HasForeignKey("BanId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_ban_hit_server_ban_ban_id"); + + b.HasOne("Content.Server.Database.ConnectionLog", "Connection") + .WithMany("BanHits") + .HasForeignKey("ConnectionId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_ban_hit_connection_log_connection_id"); + + b.Navigation("Ban"); + + b.Navigation("Connection"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleBan", b => + { + b.HasOne("Content.Server.Database.Player", "CreatedBy") + .WithMany("AdminServerRoleBansCreated") + .HasForeignKey("BanningAdmin") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_role_ban_player_banning_admin"); + + b.HasOne("Content.Server.Database.Player", "LastEditedBy") + .WithMany("AdminServerRoleBansLastEdited") + .HasForeignKey("LastEditedById") + .HasPrincipalKey("UserId") + .OnDelete(DeleteBehavior.SetNull) + .HasConstraintName("FK_server_role_ban_player_last_edited_by_id"); + + b.HasOne("Content.Server.Database.Round", "Round") + .WithMany() + .HasForeignKey("RoundId") + .HasConstraintName("FK_server_role_ban_round_round_id"); + + b.Navigation("CreatedBy"); + + b.Navigation("LastEditedBy"); + + b.Navigation("Round"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleUnban", b => + { + b.HasOne("Content.Server.Database.ServerRoleBan", "Ban") + .WithOne("Unban") + .HasForeignKey("Content.Server.Database.ServerRoleUnban", "BanId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_role_unban_server_role_ban_ban_id"); + + b.Navigation("Ban"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerUnban", b => + { + b.HasOne("Content.Server.Database.ServerBan", "Ban") + .WithOne("Unban") + .HasForeignKey("Content.Server.Database.ServerUnban", "BanId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_server_unban_server_ban_ban_id"); + + b.Navigation("Ban"); + }); + + modelBuilder.Entity("Content.Server.Database.Trait", b => + { + b.HasOne("Content.Server.Database.Profile", "Profile") + .WithMany("Traits") + .HasForeignKey("ProfileId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_trait_profile_profile_id"); + + b.Navigation("Profile"); + }); + + modelBuilder.Entity("PlayerRound", b => + { + b.HasOne("Content.Server.Database.Player", null) + .WithMany() + .HasForeignKey("PlayersId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_player_round_player_players_id"); + + b.HasOne("Content.Server.Database.Round", null) + .WithMany() + .HasForeignKey("RoundsId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired() + .HasConstraintName("FK_player_round_round_rounds_id"); + }); + + modelBuilder.Entity("Content.Server.Database.Admin", b => + { + b.Navigation("Flags"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminLog", b => + { + b.Navigation("Players"); + }); + + modelBuilder.Entity("Content.Server.Database.AdminRank", b => + { + b.Navigation("Admins"); + + b.Navigation("Flags"); + }); + + modelBuilder.Entity("Content.Server.Database.ConnectionLog", b => + { + b.Navigation("BanHits"); + }); + + modelBuilder.Entity("Content.Server.Database.Player", b => + { + b.Navigation("AdminLogs"); + + b.Navigation("AdminMessagesCreated"); + + b.Navigation("AdminMessagesDeleted"); + + b.Navigation("AdminMessagesLastEdited"); + + b.Navigation("AdminMessagesReceived"); + + b.Navigation("AdminNotesCreated"); + + b.Navigation("AdminNotesDeleted"); + + b.Navigation("AdminNotesLastEdited"); + + b.Navigation("AdminNotesReceived"); + + b.Navigation("AdminServerBansCreated"); + + b.Navigation("AdminServerBansLastEdited"); + + b.Navigation("AdminServerRoleBansCreated"); + + b.Navigation("AdminServerRoleBansLastEdited"); + + b.Navigation("AdminWatchlistsCreated"); + + b.Navigation("AdminWatchlistsDeleted"); + + b.Navigation("AdminWatchlistsLastEdited"); + + b.Navigation("AdminWatchlistsReceived"); + }); + + modelBuilder.Entity("Content.Server.Database.Preference", b => + { + b.Navigation("Profiles"); + }); + + modelBuilder.Entity("Content.Server.Database.Profile", b => + { + b.Navigation("Antags"); + + b.Navigation("Jobs"); + + b.Navigation("Traits"); + }); + + modelBuilder.Entity("Content.Server.Database.Round", b => + { + b.Navigation("AdminLogs"); + }); + + modelBuilder.Entity("Content.Server.Database.Server", b => + { + b.Navigation("ConnectionLogs"); + + b.Navigation("Rounds"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerBan", b => + { + b.Navigation("BanHits"); + + b.Navigation("Unban"); + }); + + modelBuilder.Entity("Content.Server.Database.ServerRoleBan", b => + { + b.Navigation("Unban"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.cs b/Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.cs new file mode 100644 index 0000000000..cf2528f290 --- /dev/null +++ b/Content.Server.Database/Migrations/Sqlite/20240201091254_SpawnPriorityPreference.cs @@ -0,0 +1,29 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace Content.Server.Database.Migrations.Sqlite +{ + /// + public partial class SpawnPriorityPreference : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.AddColumn( + name: "spawn_priority", + table: "profile", + type: "INTEGER", + nullable: false, + defaultValue: 0); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropColumn( + name: "spawn_priority", + table: "profile"); + } + } +} diff --git a/Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs b/Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs index 707bae9e21..c9a36ebc5e 100644 --- a/Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs +++ b/Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs @@ -15,7 +15,7 @@ partial class SqliteServerDbContextModelSnapshot : ModelSnapshot protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 - modelBuilder.HasAnnotation("ProductVersion", "7.0.4"); + modelBuilder.HasAnnotation("ProductVersion", "8.0.0"); modelBuilder.Entity("Content.Server.Database.Admin", b => { @@ -757,6 +757,10 @@ protected override void BuildModel(ModelBuilder modelBuilder) .HasColumnType("INTEGER") .HasColumnName("slot"); + b.Property("SpawnPriority") + .HasColumnType("INTEGER") + .HasColumnName("spawn_priority"); + b.Property("Species") .IsRequired() .HasColumnType("TEXT") diff --git a/Content.Server.Database/Model.cs b/Content.Server.Database/Model.cs index a522d9994e..d6dec1dc3e 100644 --- a/Content.Server.Database/Model.cs +++ b/Content.Server.Database/Model.cs @@ -338,6 +338,7 @@ public class Profile public string SkinColor { get; set; } = null!; public string Clothing { get; set; } = null!; public string Backpack { get; set; } = null!; + public int SpawnPriority { get; set; } = 0; public List Jobs { get; } = new(); public List Antags { get; } = new(); public List Traits { get; } = new(); diff --git a/Content.Server/Database/ServerDbBase.cs b/Content.Server/Database/ServerDbBase.cs index 1edf929321..5365bfb05b 100644 --- a/Content.Server/Database/ServerDbBase.cs +++ b/Content.Server/Database/ServerDbBase.cs @@ -186,6 +186,8 @@ private static HumanoidCharacterProfile ConvertProfiles(Profile profile) if (Enum.TryParse(profile.Backpack, true, out var backpackVal)) backpack = backpackVal; + var spawnPriority = (SpawnPriorityPreference) profile.SpawnPriority; + var gender = sex == Sex.Male ? Gender.Male : Gender.Female; if (Enum.TryParse(profile.Gender, true, out var genderVal)) gender = genderVal; @@ -225,6 +227,7 @@ private static HumanoidCharacterProfile ConvertProfiles(Profile profile) ), clothing, backpack, + spawnPriority, jobs, (PreferenceUnavailableMode) profile.PreferenceUnavailable, antags.ToList(), diff --git a/Content.Server/Shuttles/Systems/ArrivalsSystem.cs b/Content.Server/Shuttles/Systems/ArrivalsSystem.cs index f1f52c2241..6503e4bf51 100644 --- a/Content.Server/Shuttles/Systems/ArrivalsSystem.cs +++ b/Content.Server/Shuttles/Systems/ArrivalsSystem.cs @@ -12,7 +12,6 @@ using Content.Server.Shuttles.Components; using Content.Server.Shuttles.Events; using Content.Server.Spawners.Components; -using Content.Server.Spawners.EntitySystems; using Content.Server.Station.Components; using Content.Server.Station.Systems; using Content.Shared.Administration; @@ -82,7 +81,6 @@ public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnPlayerSpawn, before: new[] { typeof(SpawnPointSystem), typeof(ContainerSpawnPointSystem) }); SubscribeLocalEvent(OnArrivalsStartup); SubscribeLocalEvent(OnShuttleStartup); @@ -314,7 +312,7 @@ private void DumpChildren(EntityUid uid, ref FTLStartedEvent args, List(OnSpawnPlayer, before: new[] { typeof(SpawnPointSystem) }, after: new[] { typeof(ArrivalsSystem) }); - } - - private void OnSpawnPlayer(PlayerSpawningEvent args) + public void HandlePlayerSpawning(PlayerSpawningEvent args) { if (args.SpawnResult != null) return; diff --git a/Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs b/Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs index 80b2c3cb09..65877d4e5d 100644 --- a/Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs +++ b/Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs @@ -1,5 +1,4 @@ using Content.Server.GameTicking; -using Content.Server.Shuttles.Systems; using Content.Server.Spawners.Components; using Content.Server.Station.Systems; using Robust.Shared.Map; @@ -16,10 +15,10 @@ public sealed class SpawnPointSystem : EntitySystem public override void Initialize() { - SubscribeLocalEvent(OnSpawnPlayer, after: new[] { typeof(ContainerSpawnPointSystem), typeof(ArrivalsSystem) }); + SubscribeLocalEvent(OnPlayerSpawning); } - private void OnSpawnPlayer(PlayerSpawningEvent args) + private void OnPlayerSpawning(PlayerSpawningEvent args) { if (args.SpawnResult != null) return; diff --git a/Content.Server/Station/Systems/StationSpawningSystem.cs b/Content.Server/Station/Systems/StationSpawningSystem.cs index 1822c243dc..2e684e23a1 100644 --- a/Content.Server/Station/Systems/StationSpawningSystem.cs +++ b/Content.Server/Station/Systems/StationSpawningSystem.cs @@ -4,6 +4,8 @@ using Content.Server.IdentityManagement; using Content.Server.Mind.Commands; using Content.Server.PDA; +using Content.Server.Shuttles.Systems; +using Content.Server.Spawners.EntitySystems; using Content.Server.Spawners.Components; using Content.Server.Station.Components; using Content.Shared.Access.Components; @@ -45,12 +47,23 @@ public sealed class StationSpawningSystem : SharedStationSpawningSystem [Dependency] private readonly IdentitySystem _identity = default!; [Dependency] private readonly MetaDataSystem _metaSystem = default!; + [Dependency] private readonly ArrivalsSystem _arrivalsSystem = default!; + [Dependency] private readonly ContainerSpawnPointSystem _containerSpawnPointSystem = default!; + private bool _randomizeCharacters; + private Dictionary> _spawnerCallbacks = new(); + /// public override void Initialize() { _configurationManager.OnValueChanged(CCVars.ICRandomCharacters, e => _randomizeCharacters = e, true); + + _spawnerCallbacks = new Dictionary>() + { + { SpawnPriorityPreference.Arrivals, _arrivalsSystem.HandlePlayerSpawning }, + { SpawnPriorityPreference.Cryosleep, _containerSpawnPointSystem.HandlePlayerSpawning } + }; } /// @@ -73,6 +86,30 @@ public override void Initialize() // Delta-V: Set desired spawn point type. var ev = new PlayerSpawningEvent(job, profile, station, spawnPointType); + + if (station != null && profile != null) + { + /// Try to call the character's preferred spawner first. + if (_spawnerCallbacks.TryGetValue(profile.SpawnPriority, out var preferredSpawner)) + { + preferredSpawner(ev); + + foreach (var (key, remainingSpawner) in _spawnerCallbacks) + { + if (key == profile.SpawnPriority) + continue; + + remainingSpawner(ev); + } + } + else + { + /// Call all of them in the typical order. + foreach (var typicalSpawner in _spawnerCallbacks.Values) + typicalSpawner(ev); + } + } + RaiseLocalEvent(ev); DebugTools.Assert(ev.SpawnResult is { Valid: true } or null); diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 2fdb0b0f91..9447bb7b40 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -41,6 +41,7 @@ private HumanoidCharacterProfile( HumanoidCharacterAppearance appearance, ClothingPreference clothing, BackpackPreference backpack, + SpawnPriorityPreference spawnPriority, Dictionary jobPriorities, PreferenceUnavailableMode preferenceUnavailable, List antagPreferences, @@ -55,6 +56,7 @@ private HumanoidCharacterProfile( Appearance = appearance; Clothing = clothing; Backpack = backpack; + SpawnPriority = spawnPriority; _jobPriorities = jobPriorities; PreferenceUnavailable = preferenceUnavailable; _antagPreferences = antagPreferences; @@ -67,7 +69,7 @@ private HumanoidCharacterProfile( Dictionary jobPriorities, List antagPreferences, List traitPreferences) - : this(other.Name, other.FlavorText, other.Species, other.Age, other.Sex, other.Gender, other.Appearance, other.Clothing, other.Backpack, + : this(other.Name, other.FlavorText, other.Species, other.Age, other.Sex, other.Gender, other.Appearance, other.Clothing, other.Backpack, other.SpawnPriority, jobPriorities, other.PreferenceUnavailable, antagPreferences, traitPreferences) { } @@ -88,11 +90,12 @@ public HumanoidCharacterProfile( HumanoidCharacterAppearance appearance, ClothingPreference clothing, BackpackPreference backpack, + SpawnPriorityPreference spawnPriority, IReadOnlyDictionary jobPriorities, PreferenceUnavailableMode preferenceUnavailable, IReadOnlyList antagPreferences, IReadOnlyList traitPreferences) - : this(name, flavortext, species, age, sex, gender, appearance, clothing, backpack, new Dictionary(jobPriorities), + : this(name, flavortext, species, age, sex, gender, appearance, clothing, backpack, spawnPriority, new Dictionary(jobPriorities), preferenceUnavailable, new List(antagPreferences), new List(traitPreferences)) { } @@ -112,6 +115,7 @@ public HumanoidCharacterProfile() : this( new HumanoidCharacterAppearance(), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, + SpawnPriorityPreference.Arrivals, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High} @@ -139,6 +143,7 @@ public static HumanoidCharacterProfile DefaultWithSpecies(string species = Share HumanoidCharacterAppearance.DefaultWithSpecies(species), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, + SpawnPriorityPreference.Arrivals, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High} @@ -180,7 +185,7 @@ public static HumanoidCharacterProfile RandomWithSpecies(string species = Shared var name = GetName(species, gender); - return new HumanoidCharacterProfile(name, "", species, age, sex, gender, HumanoidCharacterAppearance.Random(species, sex), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, + return new HumanoidCharacterProfile(name, "", species, age, sex, gender, HumanoidCharacterAppearance.Random(species, sex), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, SpawnPriorityPreference.Arrivals, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High}, @@ -206,6 +211,7 @@ public static HumanoidCharacterProfile RandomWithSpecies(string species = Shared public HumanoidCharacterAppearance Appearance { get; private set; } public ClothingPreference Clothing { get; private set; } public BackpackPreference Backpack { get; private set; } + public SpawnPriorityPreference SpawnPriority { get; private set; } public IReadOnlyDictionary JobPriorities => _jobPriorities; public IReadOnlyList AntagPreferences => _antagPreferences; public IReadOnlyList TraitPreferences => _traitPreferences; @@ -255,6 +261,10 @@ public HumanoidCharacterProfile WithBackpackPreference(BackpackPreference backpa { return new(this) { Backpack = backpack }; } + public HumanoidCharacterProfile WithSpawnPriorityPreference(SpawnPriorityPreference spawnPriority) + { + return new(this) { SpawnPriority = spawnPriority }; + } public HumanoidCharacterProfile WithJobPriorities(IEnumerable> jobPriorities) { return new(this, new Dictionary(jobPriorities), _antagPreferences, _traitPreferences); @@ -344,6 +354,7 @@ public bool MemberwiseEquals(ICharacterProfile maybeOther) if (PreferenceUnavailable != other.PreferenceUnavailable) return false; if (Clothing != other.Clothing) return false; if (Backpack != other.Backpack) return false; + if (SpawnPriority != other.SpawnPriority) return false; if (!_jobPriorities.SequenceEqual(other._jobPriorities)) return false; if (!_antagPreferences.SequenceEqual(other._antagPreferences)) return false; if (!_traitPreferences.SequenceEqual(other._traitPreferences)) return false; @@ -466,6 +477,13 @@ public void EnsureValid() _ => BackpackPreference.Backpack // Invalid enum values. }; + var spawnPriority = SpawnPriority switch + { + SpawnPriorityPreference.Arrivals => SpawnPriorityPreference.Arrivals, + SpawnPriorityPreference.Cryosleep => SpawnPriorityPreference.Cryosleep, + _ => SpawnPriorityPreference.Arrivals // Invalid enum values. + }; + var priorities = new Dictionary(JobPriorities .Where(p => prototypeManager.HasIndex(p.Key) && p.Value switch { @@ -492,6 +510,7 @@ public void EnsureValid() Appearance = appearance; Clothing = clothing; Backpack = backpack; + SpawnPriority = spawnPriority; _jobPriorities.Clear(); @@ -535,6 +554,7 @@ public override int GetHashCode() Clothing, Backpack ), + SpawnPriority, PreferenceUnavailable, _jobPriorities, _antagPreferences, diff --git a/Content.Shared/Preferences/SpawnPriorityPreference.cs b/Content.Shared/Preferences/SpawnPriorityPreference.cs new file mode 100644 index 0000000000..ea52da25d7 --- /dev/null +++ b/Content.Shared/Preferences/SpawnPriorityPreference.cs @@ -0,0 +1,15 @@ +namespace Content.Shared.Preferences +{ + /// + /// The spawn priority preference for a profile. Stored in database! + /// + public enum SpawnPriorityPreference + { + /////////////////////// + /// DO NOT TOUCH!!! /// + /////////////////////// + None = 0, + Arrivals = 1, + Cryosleep = 2, + } +} diff --git a/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl b/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl index 6e279b4b28..bc506e20bb 100644 --- a/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl +++ b/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl @@ -21,6 +21,7 @@ humanoid-profile-editor-export-button = Export humanoid-profile-editor-save-button = Save humanoid-profile-editor-clothing-label = Clothing: humanoid-profile-editor-backpack-label = Backpack: +humanoid-profile-editor-spawn-priority-label = Spawn priority: humanoid-profile-editor-eyes-label = Eye color: humanoid-profile-editor-jobs-tab = Jobs humanoid-profile-editor-preference-unavailable-stay-in-lobby-button = Stay in lobby if preference unavailable. @@ -30,6 +31,12 @@ humanoid-profile-editor-preference-jumpskirt = Jumpskirt humanoid-profile-editor-preference-backpack = Backpack humanoid-profile-editor-preference-satchel = Satchel humanoid-profile-editor-preference-duffelbag = Duffelbag + +# Spawn priority +humanoid-profile-editor-preference-spawn-priority-none = None +humanoid-profile-editor-preference-spawn-priority-arrivals = Arrivals +humanoid-profile-editor-preference-spawn-priority-cryosleep = Cryosleep + humanoid-profile-editor-jobs-amount-in-department-tooltip = Jobs in the {$departmentName} department humanoid-profile-editor-department-jobs-label = {$departmentName} jobs humanoid-profile-editor-antags-tab = Antags From 69b3d47a60be1d8b6be62a1541aabb1daabb2517 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+slambamactionman@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:13:44 +0100 Subject: [PATCH 185/391] Visitor job (#23972) * Adds Visitor role and ShowInIdCardConsole property * Add visitor to Agent ID card * Fixes yaml test * Fixes based on feedback * Fixes based on feedback (cherry picked from commit 1862f8aa1745f147fa54428179e568c9298a9fda) --- .../Access/UI/IdCardConsoleWindow.xaml.cs | 2 +- Content.Shared/Roles/JobPrototype.cs | 7 +++++++ Resources/Locale/en-US/job/job-description.ftl | 1 + Resources/Locale/en-US/job/job-names.ftl | 6 ++---- .../Objects/Misc/identification_cards.yml | 5 +---- .../Prototypes/Roles/Jobs/Civilian/visitor.yml | 11 +++++++++++ Resources/Prototypes/Roles/Jobs/departments.yml | 1 + Resources/Prototypes/Roles/play_time_trackers.yml | 3 +++ Resources/Prototypes/StatusEffects/job.yml | 7 +++++++ .../Interface/Misc/job_icons.rsi/Visitor.png | Bin 0 -> 147 bytes .../Interface/Misc/job_icons.rsi/meta.json | 3 +++ 11 files changed, 37 insertions(+), 9 deletions(-) create mode 100644 Resources/Prototypes/Roles/Jobs/Civilian/visitor.yml create mode 100644 Resources/Textures/Interface/Misc/job_icons.rsi/Visitor.png diff --git a/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs b/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs index 670ba08871..bf5984e809 100644 --- a/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs +++ b/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs @@ -55,7 +55,7 @@ public IdCardConsoleWindow(IdCardConsoleBoundUserInterface owner, IPrototypeMana foreach (var job in jobs) { - if (!job.SetPreference) + if (!job.OverrideConsoleVisibility.GetValueOrDefault(job.SetPreference)) { continue; } diff --git a/Content.Shared/Roles/JobPrototype.cs b/Content.Shared/Roles/JobPrototype.cs index 54c10c995b..19c11189cf 100644 --- a/Content.Shared/Roles/JobPrototype.cs +++ b/Content.Shared/Roles/JobPrototype.cs @@ -53,6 +53,13 @@ public sealed partial class JobPrototype : IPrototype [DataField("setPreference")] public bool SetPreference { get; private set; } = true; + /// + /// Whether this job should show in the ID Card Console. + /// If set to null, it will default to SetPreference's value. + /// + [DataField] + public bool? OverrideConsoleVisibility { get; private set; } = null; + [DataField("canBeAntag")] public bool CanBeAntag { get; private set; } = true; diff --git a/Resources/Locale/en-US/job/job-description.ftl b/Resources/Locale/en-US/job/job-description.ftl index 4189113061..56fc482c2d 100644 --- a/Resources/Locale/en-US/job/job-description.ftl +++ b/Resources/Locale/en-US/job/job-description.ftl @@ -42,6 +42,7 @@ job-description-salvagespec = Use the salvage magnet to draw in detatched scraps job-description-scientist = Research alien artifacts, unlock new technologies, build newer and better machines around the station, and make everything run more efficiently. job-description-security = Catch criminals and enemies of the station, enforce the law, and ensure that the station does not fall into disarray. job-description-serviceworker = Learn the basics of bartending, cooking, and growing plants. +job-description-visitor = Enjoy your visit to the station. job-description-warden = Patrol the security department, ensure that no one is stealing from the armory, and make sure that all prisoners are processed and let out when their time is up. job-description-zookeeper = Put on a joyful display of cute animals and space carps for all the crew to see. Currently unavailable. job-description-senior-engineer = Teach new engineers the basics of the station's engine, repairing, atmospherics and power. diff --git a/Resources/Locale/en-US/job/job-names.ftl b/Resources/Locale/en-US/job/job-names.ftl index 042d4e7372..f58e560010 100644 --- a/Resources/Locale/en-US/job/job-names.ftl +++ b/Resources/Locale/en-US/job/job-names.ftl @@ -44,10 +44,7 @@ job-name-ertmedic = ERT Medic job-name-ertjanitor = ERT Janitor job-name-boxer = Boxer job-name-zookeeper = Zookeeper -job-name-senior-engineer = Senior Engineer -job-name-senior-researcher = Senior Researcher -job-name-senior-physician = Senior Physician -job-name-senior-officer = Senior Officer +job-name-visitor = Visitor # Role timers - Make these alphabetical or I cut you JobAtmosphericTechnician = Atmospheric Technician @@ -98,5 +95,6 @@ JobSeniorResearcher = Senior Researcher JobServiceWorker = Service Worker JobStationEngineer = Station Engineer JobTechnicalAssistant = Technical Assistant +JobVisitor = Visitor JobWarden = Warden JobZookeeper = Zookeeper diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index f972bbd60b..4c9427ea87 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -663,15 +663,12 @@ - JobIconServiceWorker - JobIconSecurityCadet - JobIconZookeeper - - JobIconSeniorPhysician - - JobIconSeniorOfficer - - JobIconSeniorEngineer - - JobIconSeniorResearcher - JobIconPrisonGuard # Nyanotrasen - PrisonGuard, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Security/prisonguard.yml - JobIconMailCarrier # Nyanotrasen - MailCarrier, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail-carrier.yml - JobIconMartialArtist # Nyanotrasen - MartialArtist, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml - JobIconGladiator # Nyanotrasen - Gladiator, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml - JobIconForensicMantis # Nyanotrasen - ForensicMantis, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml + - JobIconVisitor - type: ActivatableUI key: enum.AgentIDCardUiKey.Key inHandsOnly: true diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/visitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/visitor.yml new file mode 100644 index 0000000000..d16be5c350 --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Civilian/visitor.yml @@ -0,0 +1,11 @@ +- type: job + id: Visitor + name: job-name-visitor + description: job-description-visitor + playTimeTracker: JobVisitor + canBeAntag: false + icon: JobIconVisitor + setPreference: false + overrideConsoleVisibility: true + access: + - Maintenance diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 95e225fce8..14ebc5717f 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -29,6 +29,7 @@ - Musician - Passenger - Reporter + - Visitor - Zookeeper - ServiceWorker - MartialArtist # Nyanotrasen - MartialArtist, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml diff --git a/Resources/Prototypes/Roles/play_time_trackers.yml b/Resources/Prototypes/Roles/play_time_trackers.yml index 58eab7864b..c3dd65893c 100644 --- a/Resources/Prototypes/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/Roles/play_time_trackers.yml @@ -142,6 +142,9 @@ - type: playTimeTracker id: JobTechnicalAssistant +- type: playTimeTracker + id: JobVisitor + - type: playTimeTracker id: JobWarden diff --git a/Resources/Prototypes/StatusEffects/job.yml b/Resources/Prototypes/StatusEffects/job.yml index e467efc783..7072cc4434 100644 --- a/Resources/Prototypes/StatusEffects/job.yml +++ b/Resources/Prototypes/StatusEffects/job.yml @@ -367,3 +367,10 @@ icon: sprite: Interface/Misc/job_icons.rsi state: SeniorResearcher + +- type: statusIcon + parent: JobIcon + id: JobIconVisitor + icon: + sprite: Interface/Misc/job_icons.rsi + state: Visitor diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/Visitor.png b/Resources/Textures/Interface/Misc/job_icons.rsi/Visitor.png new file mode 100644 index 0000000000000000000000000000000000000000..5644edb607f289b5a1ca7973173e7382c0acb388 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|d_7$pLnNlQ z_8;UuV8Frb8-AqPp!@rWzAsZdR!ppt7r5c(Qr?{Mxan=jnVj1U4XbW>dn$B3e>O*k u$fX{I~aimGkCiCxvX Date: Thu, 1 Feb 2024 10:14:50 +0000 Subject: [PATCH 186/391] Automatic changelog update (cherry picked from commit c4f275bc5378ebabff85b0b0e5dc9d3c30cf1ade) --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ef9487b5b0..736b1a74d2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Vasilis - changes: - - message: Added a General settings tab, and moved a bunch of options into it. - type: Add - - message: Added the ability to toggle on and off the Discord Rich Presence. - type: Add - id: 5350 - time: '2023-12-13T01:58:20.0000000+00:00' - author: Ubaser changes: - message: RD now has a custom-made lab coat. @@ -3854,3 +3846,11 @@ id: 5849 time: '2024-02-01T09:01:52.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24790 +- author: SlamBamActionman + changes: + - message: The Visitor job can now be given to ID cards via the ID Card Console/Agent + IDs. + type: Add + id: 5850 + time: '2024-02-01T10:13:44.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23972 From b98e16ff53ac44156fa2e5e5e9ac432e47456b1f Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:39:10 +0100 Subject: [PATCH 187/391] Spacelube slide (#24801) * Space lube now makes you slide * review * oh lord he slippin --------- Co-authored-by: metalgearsloth (cherry picked from commit 4f3b8d740cecfb736b018fd78a2be71f5397644d) --- .../TileReactions/SpillTileReaction.cs | 11 +++- .../Fluids/EntitySystems/PuddleSystem.cs | 2 +- Content.Shared/Slippery/SlidingComponent.cs | 22 +++++++ Content.Shared/Slippery/SlidingSystem.cs | 63 +++++++++++++++++++ Content.Shared/Slippery/SlipperyComponent.cs | 10 ++- Content.Shared/Slippery/SlipperySystem.cs | 10 ++- Resources/Prototypes/Reagents/cleaning.yml | 3 +- 7 files changed, 112 insertions(+), 9 deletions(-) create mode 100644 Content.Shared/Slippery/SlidingComponent.cs create mode 100644 Content.Shared/Slippery/SlidingSystem.cs diff --git a/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs b/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs index 87246927d7..49fdaa5c7e 100644 --- a/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs +++ b/Content.Server/Chemistry/TileReactions/SpillTileReaction.cs @@ -21,9 +21,15 @@ public sealed partial class SpillTileReaction : ITileReaction [DataField("requiredSlipSpeed")] private float _requiredSlipSpeed = 6; [DataField("paralyzeTime")] private float _paralyzeTime = 1; + /// + /// + /// + [DataField("superSlippery")] private bool _superSlippery; + public FixedPoint2 TileReact(TileRef tile, ReagentPrototype reagent, FixedPoint2 reactVolume) { - if (reactVolume < 5) return FixedPoint2.Zero; + if (reactVolume < 5) + return FixedPoint2.Zero; var entityManager = IoCManager.Resolve(); @@ -33,7 +39,8 @@ public FixedPoint2 TileReact(TileRef tile, ReagentPrototype reagent, FixedPoint2 var slippery = entityManager.EnsureComponent(puddleUid); slippery.LaunchForwardsMultiplier = _launchForwardsMultiplier; slippery.ParalyzeTime = _paralyzeTime; - entityManager.Dirty(slippery); + slippery.SuperSlippery = _superSlippery; + entityManager.Dirty(puddleUid, slippery); var step = entityManager.EnsureComponent(puddleUid); entityManager.EntitySysManager.GetEntitySystem().SetRequiredTriggerSpeed(puddleUid, _requiredSlipSpeed, step); diff --git a/Content.Server/Fluids/EntitySystems/PuddleSystem.cs b/Content.Server/Fluids/EntitySystems/PuddleSystem.cs index b6df3a171b..44d28379ab 100644 --- a/Content.Server/Fluids/EntitySystems/PuddleSystem.cs +++ b/Content.Server/Fluids/EntitySystems/PuddleSystem.cs @@ -293,7 +293,7 @@ private void OnPuddleSlip(Entity entity, ref SlipEvent args) { // Reactive entities have a chance to get a touch reaction from slipping on a puddle // (i.e. it is implied they fell face first onto it or something) - if (!HasComp(args.Slipped)) + if (!HasComp(args.Slipped) || HasComp(args.Slipped)) return; // Eventually probably have some system of 'body coverage' to tweak the probability but for now just 0.5 diff --git a/Content.Shared/Slippery/SlidingComponent.cs b/Content.Shared/Slippery/SlidingComponent.cs new file mode 100644 index 0000000000..e48c0f2e9e --- /dev/null +++ b/Content.Shared/Slippery/SlidingComponent.cs @@ -0,0 +1,22 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Slippery; + +/// +/// Applies continuous movement to the attached entity when colliding with super slipper entities. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +public sealed partial class SlidingComponent : Component +{ + /// + /// A list of SuperSlippery entities the entity with this component is colliding with. + /// + [DataField, AutoNetworkedField] + public HashSet CollidingEntities = new (); + + /// + /// The friction modifier that will be applied to any friction calculations. + /// + [DataField, AutoNetworkedField] + public float FrictionModifier; +} diff --git a/Content.Shared/Slippery/SlidingSystem.cs b/Content.Shared/Slippery/SlidingSystem.cs new file mode 100644 index 0000000000..0af6b203cc --- /dev/null +++ b/Content.Shared/Slippery/SlidingSystem.cs @@ -0,0 +1,63 @@ +using Content.Shared.Movement.Events; +using Content.Shared.Standing; +using Content.Shared.Stunnable; +using Robust.Shared.Physics.Events; + +namespace Content.Shared.Slippery; + +public sealed class SlidingSystem : EntitySystem +{ + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnSlideAttempt); + SubscribeLocalEvent(OnStand); + SubscribeLocalEvent(OnStartCollide); + SubscribeLocalEvent(OnEndCollide); + } + + /// + /// Modify the friction by the frictionModifier stored on the component. + /// + private void OnSlideAttempt(EntityUid uid, SlidingComponent component, ref TileFrictionEvent args) + { + args.Modifier = component.FrictionModifier; + } + + /// + /// Remove the component when the entity stands up again. + /// + private void OnStand(EntityUid uid, SlidingComponent component, ref StoodEvent args) + { + RemComp(uid); + } + + /// + /// Sets friction to 0 if colliding with a SuperSlippery Entity. + /// + private void OnStartCollide(EntityUid uid, SlidingComponent component, ref StartCollideEvent args) + { + if (!TryComp(args.OtherEntity, out var slippery) || !slippery.SuperSlippery) + return; + + component.CollidingEntities.Add(args.OtherEntity); + component.FrictionModifier = 0; + Dirty(uid, component); + } + + /// + /// Set friction to normal when ending collision with a SuperSlippery entity. + /// + private void OnEndCollide(EntityUid uid, SlidingComponent component, ref EndCollideEvent args) + { + if (!component.CollidingEntities.Remove(args.OtherEntity)) + return; + + if (component.CollidingEntities.Count == 0) + component.FrictionModifier = SharedStunSystem.KnockDownModifier; + + Dirty(uid, component); + } + +} diff --git a/Content.Shared/Slippery/SlipperyComponent.cs b/Content.Shared/Slippery/SlipperyComponent.cs index b470e2cbbd..b80a9b57e4 100644 --- a/Content.Shared/Slippery/SlipperyComponent.cs +++ b/Content.Shared/Slippery/SlipperyComponent.cs @@ -23,7 +23,6 @@ public sealed partial class SlipperyComponent : Component /// /// How many seconds the mob will be paralyzed for. /// - [ViewVariables(VVAccess.ReadWrite)] [DataField, AutoNetworkedField] [Access(Other = AccessPermissions.ReadWrite)] public float ParalyzeTime = 3f; @@ -31,9 +30,16 @@ public sealed partial class SlipperyComponent : Component /// /// The entity's speed will be multiplied by this to slip it forwards. /// - [ViewVariables(VVAccess.ReadWrite)] [DataField, AutoNetworkedField] [Access(Other = AccessPermissions.ReadWrite)] public float LaunchForwardsMultiplier = 1f; + + /// + /// If this is true, any slipping entity loses its friction until + /// it's not colliding with any SuperSlippery entities anymore. + /// + [DataField, AutoNetworkedField] + [Access(Other = AccessPermissions.ReadWrite)] + public bool SuperSlippery; } } diff --git a/Content.Shared/Slippery/SlipperySystem.cs b/Content.Shared/Slippery/SlipperySystem.cs index 60d53eb16f..59a1c208ed 100644 --- a/Content.Shared/Slippery/SlipperySystem.cs +++ b/Content.Shared/Slippery/SlipperySystem.cs @@ -5,7 +5,6 @@ using Content.Shared.StepTrigger.Systems; using Content.Shared.Stunnable; using JetBrains.Annotations; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.Physics.Components; @@ -60,7 +59,7 @@ private bool CanSlip(EntityUid uid, EntityUid toSlip) private void TrySlip(EntityUid uid, SlipperyComponent component, EntityUid other) { - if (HasComp(other)) + if (HasComp(other) && !component.SuperSlippery) return; var attemptEv = new SlipAttemptEvent(); @@ -71,9 +70,14 @@ private void TrySlip(EntityUid uid, SlipperyComponent component, EntityUid other var ev = new SlipEvent(other); RaiseLocalEvent(uid, ref ev); - if (TryComp(other, out PhysicsComponent? physics)) + if (TryComp(other, out PhysicsComponent? physics) && !HasComp(other)) + { _physics.SetLinearVelocity(other, physics.LinearVelocity * component.LaunchForwardsMultiplier, body: physics); + if (component.SuperSlippery) + EnsureComp(other); + } + var playSound = !_statusEffects.HasStatusEffect(other, "KnockedDown"); _stun.TryParalyze(other, TimeSpan.FromSeconds(component.ParalyzeTime), true); diff --git a/Resources/Prototypes/Reagents/cleaning.yml b/Resources/Prototypes/Reagents/cleaning.yml index 49af16d93d..24f0c033cf 100644 --- a/Resources/Prototypes/Reagents/cleaning.yml +++ b/Resources/Prototypes/Reagents/cleaning.yml @@ -110,6 +110,7 @@ paralyzeTime: 3 launchForwardsMultiplier: 2 requiredSlipSpeed: 1 + superSlippery: true - type: reagent id: SpaceGlue @@ -150,4 +151,4 @@ footstepSound: collection: FootstepSticky params: - volume: 6 \ No newline at end of file + volume: 6 From 10dc18fa9a7d651bb5b2dc09aaf6408caa556e06 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 10:40:15 +0000 Subject: [PATCH 188/391] Automatic changelog update (cherry picked from commit 4177e647126a1093fac46b483af9e6c23e3cb915) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 736b1a74d2..f114c5e868 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: RD now has a custom-made lab coat. - type: Add - id: 5351 - time: '2023-12-13T08:51:00.0000000+00:00' - author: Ubaser changes: - message: Some jetpacks can be now worn in more slots. @@ -3854,3 +3848,11 @@ id: 5850 time: '2024-02-01T10:13:44.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23972 +- author: Dygon + changes: + - message: When slipping on lube you now keep sliding until you reach a tile without + lube. + type: Tweak + id: 5851 + time: '2024-02-01T10:39:10.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24801 From dc459723a64b72d94eb139094dfceedc6c230a11 Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+fungifellow@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:42:12 +0100 Subject: [PATCH 189/391] RD Locker Binary Comms Key and Binary Key Price decrease (#24778) * Binary Key 4-2 TC * Added Binary Key into RD Locker * Change from ID to Entity * Reverts back to ID * Found the Actual ID (cherry picked from commit 3c8882696a690a302c783de4351d5c89ec9820c1) --- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 2 ++ Resources/Prototypes/Catalog/uplink_catalog.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 4e528e4ed8..966be72c49 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -246,6 +246,7 @@ - id: BoxPDAScience # Delta-V - id: RDIDCard # Delta-V - id: ClothingShoesBootsWinterMystagogue #Delta V: Add departmental winter boots + - id: EncryptionKeyBinary - type: entity id: LockerResearchDirectorFilled @@ -266,6 +267,7 @@ - id: BoxPDAScience # Delta-V - id: RDIDCard # Delta-V - id: ClothingShoesBootsWinterMystagogue #Delta V: Add departmental winter boots + - id: EncryptionKeyBinary - type: entity id: LockerHeadOfSecurityFilledHardsuit diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 5f795595d7..7b77a93263 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -525,8 +525,9 @@ description: uplink-binary-translator-key-desc icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: rd_label } productEntity: EncryptionKeyBinary - cost: + cost: Telecrystal: 1 + categories: - UplinkUtility From 85e4e82c7d2806c08d19c4314d0a3d6684a94ed6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 10:43:18 +0000 Subject: [PATCH 190/391] Automatic changelog update (cherry picked from commit bbab3944825a75be10184b6d083eb4422c6f071f) --- Resources/Changelog/Changelog.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f114c5e868..c5903fa427 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Some jetpacks can be now worn in more slots. - type: Tweak - id: 5352 - time: '2023-12-13T08:51:09.0000000+00:00' - author: Ubaser changes: - message: Ninjas and Nukies now get new sprites for their pinpointers. @@ -3856,3 +3850,12 @@ id: 5851 time: '2024-02-01T10:39:10.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24801 +- author: FungiFellow + changes: + - message: Added Binary Key in RD's Locker + type: Add + - message: 50% off Binary Key + type: Tweak + id: 5852 + time: '2024-02-01T10:42:12.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24778 From fa09ecd847667372dc7a758d868703a9da2fa7dc Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:06:05 +0100 Subject: [PATCH 191/391] Paraplegicn't zombies (#24169) * The zombie virus now cures paraplegia. * no wheelchairbound anymore (cherry picked from commit ecea561e44f51d2c2bbf17af46db84d3ee1a5cae) --- Content.Server/Zombies/ZombieSystem.Transform.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index 6bfc6650b1..1b4f2f1c5b 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -32,11 +32,10 @@ using Content.Shared.Popups; using Content.Shared.Roles; using Content.Shared.Pulling.Components; -using Content.Shared.Tools.Components; using Content.Shared.Weapons.Melee; using Content.Shared.Zombies; -using Robust.Shared.Audio; using Content.Shared.Prying.Components; +using Content.Shared.Traits.Assorted; using Robust.Shared.Audio.Systems; namespace Content.Server.Zombies @@ -101,13 +100,14 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null) var zombiecomp = AddComp(target); //we need to basically remove all of these because zombies shouldn't - //get diseases, breath, be thirst, be hungry, die in space or have offspring + //get diseases, breath, be thirst, be hungry, die in space, have offspring or be paraplegic. RemComp(target); RemComp(target); RemComp(target); RemComp(target); RemComp(target); RemComp(target); + RemComp(target); if (TryComp(target, out var psionic)) // DeltaV - Prevent psionic zombies { From 3120f9da6868c43d01963bf8baa8a8ea8eb2db6b Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 1 Feb 2024 12:06:52 +0100 Subject: [PATCH 192/391] Buff the AME until somebody fixes engineering (#24806) All the engineering numbers are complete unusable garbage and it's apparently completely impossible to properly set up power on some maps. This is a band-aid fix (and apology to all engineering players) until somebody fixes this shit properly. (cherry picked from commit 879b4d171efd9ae9907369d6dd856afafb381b06) --- Content.Server/Ame/AmeNodeGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Ame/AmeNodeGroup.cs b/Content.Server/Ame/AmeNodeGroup.cs index d970f43d8b..25d98bf994 100644 --- a/Content.Server/Ame/AmeNodeGroup.cs +++ b/Content.Server/Ame/AmeNodeGroup.cs @@ -181,7 +181,7 @@ public float CalculatePower(int fuel, int cores) // Fuel is squared so more fuel vastly increases power and efficiency // We divide by the number of cores so a larger AME is less efficient at the same fuel settings // this results in all AMEs having the same efficiency at the same fuel-per-core setting - return 20000f * fuel * fuel / cores; + return 2000000f * fuel * fuel / cores; } public int GetTotalStability() From c77c6d3332692ab99f9353e4bd9e598eede2b02e Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 11:07:57 +0000 Subject: [PATCH 193/391] Automatic changelog update (cherry picked from commit 1f1809d6ed7b6694485d7a4286a8d8ad579db092) --- Resources/Changelog/Changelog.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c5903fa427..f0ba44a78b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Ninjas and Nukies now get new sprites for their pinpointers. - type: Add - id: 5353 - time: '2023-12-13T08:53:05.0000000+00:00' -- author: Errant - changes: - - message: A dying person's Last Words can no longer be sent to radio channels. - type: Fix - id: 5354 - time: '2023-12-13T21:20:38.0000000+00:00' - author: deltanedas changes: - message: Cybersun and centcom pens can now edit stamped paper. @@ -3859,3 +3847,18 @@ id: 5852 time: '2024-02-01T10:42:12.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24778 +- author: Dygon + changes: + - message: Paraplegic entities have their legs healed when zombified. + type: Fix + id: 5853 + time: '2024-02-01T11:06:05.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24169 +- author: PJB3005 + changes: + - message: The AME can now single-handedly power the entire station until one of + our cool coders gets their shit together and fixes engineering. + type: Fix + id: 5854 + time: '2024-02-01T11:06:52.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24806 From b0dcdcb5044da39b2f85df502993256e9c77b229 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:41:19 +0100 Subject: [PATCH 194/391] Newton cradle (#22914) * comit * comit2 * little more range * review --------- Co-authored-by: metalgearsloth (cherry picked from commit 628e22ba026724b444d8cfc900e0a6ef3cbd9c6f) --- Resources/Audio/Items/attributions.yml | 11 +++++-- Resources/Audio/Items/newton_cradle.ogg | Bin 0 -> 10019 bytes .../Prototypes/Entities/Objects/Fun/toys.yml | 31 +++++++++++++++++- .../Fun/newton_cradle.rsi/icon-off.png | Bin 0 -> 4387 bytes .../Objects/Fun/newton_cradle.rsi/icon.png | Bin 0 -> 602 bytes .../Objects/Fun/newton_cradle.rsi/meta.json | 25 ++++++++++++++ 6 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 Resources/Audio/Items/newton_cradle.ogg create mode 100644 Resources/Textures/Objects/Fun/newton_cradle.rsi/icon-off.png create mode 100644 Resources/Textures/Objects/Fun/newton_cradle.rsi/icon.png create mode 100644 Resources/Textures/Objects/Fun/newton_cradle.rsi/meta.json diff --git a/Resources/Audio/Items/attributions.yml b/Resources/Audio/Items/attributions.yml index 13eff6e702..51d8d9cf95 100644 --- a/Resources/Audio/Items/attributions.yml +++ b/Resources/Audio/Items/attributions.yml @@ -67,7 +67,7 @@ license: "CC-BY-3.0" copyright: "User jzdnvdoosj on freesound.org. Converted to ogg by mirrorcult" source: "https://freesound.org/people/jzdnvdoosj/sounds/626262/" - + - files: ["candle_blowing.ogg"] license: "CC-BY-NC-3.0" copyright: "Created by Bee09, converted to OGG, cropped and converted to mono by TheShuEd" @@ -82,13 +82,18 @@ license: "CC-BY-SA-3.0" copyright: "Taken from /tg/station" source: "https://github.com/tgstation/tgstation/commit/c61c452d78425d89920b41ed5f95fd190e733a3c" - + - files: ["scissors.ogg"] license: "CC0-1.0" copyright: "User Hanbaal on freesound.org. Converted to ogg by TheShuEd" source: "https://freesound.org/people/Hanbaal/sounds/178669/" + +- files: ["newton_cradle.ogg"] + license: "CC-BY-4.0" + copyright: "User LoafDV on freesound.org. Converted to ogg end edited by lzk228" + source: "https://freesound.org/people/LoafDV/sounds/131596/" - files: ["shovel_dig.ogg"] license: "CC-BY-SA-3.0" copyright: "Taken from tgstation, modified by themias (github) for ss14" - source: "https://github.com/tgstation/tgstation/tree/85a0925051bb00e7a950ee66cb7f87982cd22439/sound/effects/shovel_dig.ogg" \ No newline at end of file + source: "https://github.com/tgstation/tgstation/tree/85a0925051bb00e7a950ee66cb7f87982cd22439/sound/effects/shovel_dig.ogg" diff --git a/Resources/Audio/Items/newton_cradle.ogg b/Resources/Audio/Items/newton_cradle.ogg new file mode 100644 index 0000000000000000000000000000000000000000..6dfe528feb56f22afa59ad09dd953901f266a6e4 GIT binary patch literal 10019 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/newton_cradle.rsi/icon.png b/Resources/Textures/Objects/Fun/newton_cradle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..effd80ccccf566578b2b732992201015b7ac0edb GIT binary patch literal 602 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|OI} zr;B4qMcmt2{(VgWJjV)+I=4Sy(6ekwe0ffL$3v4m3pP&a!-_XvPGYX$R99VDY4qV& zyJE|k=U(@+e{Z#yYrCPwX{W%z1VsO*AMgwQ^|q{fW9+olMc%i!?e(4aeASPj16#jN ze*XC&XHLLy9&mnS;y1gpi*d8_URn9u{NN??W zuXhC&GvZrTtT_I7VV8bmY;^o7{@)OK8jf&g(gS+>+hUfG}{r+s@>~OQ#fBv;St&w)_g?{m4@B>+?eXvl0=Lx!&6Tda{15zW`%_(X@YmW}KJd zc#?fl{+#}iEk}26E~$@W+Pq~SM}ttzZu|Y)_LWTDzz>QqG$gJ3fmz0* Date: Thu, 1 Feb 2024 22:43:06 +1100 Subject: [PATCH 195/391] Fix item toggles where no sound exists (#24807) Oop (cherry picked from commit bd86447f996e10a1befda16404f0155209efa0e1) --- Content.Shared/Item/ItemToggle/SharedItemToggleSystem.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Content.Shared/Item/ItemToggle/SharedItemToggleSystem.cs b/Content.Shared/Item/ItemToggle/SharedItemToggleSystem.cs index c502f845dd..e2e5fc2e3c 100644 --- a/Content.Shared/Item/ItemToggle/SharedItemToggleSystem.cs +++ b/Content.Shared/Item/ItemToggle/SharedItemToggleSystem.cs @@ -134,10 +134,7 @@ private void Activate(EntityUid uid, ItemToggleComponent itemToggle, bool predic _light.SetEnabled(uid, true, light); } - SoundSpecifier? soundToPlay = itemToggle.SoundActivate; - - if (soundToPlay == null) - return; + var soundToPlay = itemToggle.SoundActivate; if (predicted) _audio.PlayPredicted(soundToPlay, uid, user); From b828d35d76ffce519d677c844fa51a3cbd6dd632 Mon Sep 17 00:00:00 2001 From: Varen Date: Thu, 1 Feb 2024 12:54:24 +0100 Subject: [PATCH 196/391] Fixes Electrocutions to use available power, not consumed power (#24554) -Electrocutions now happen using how much power there is rather than how much is being used. (cherry picked from commit cdfff3c4bd49f77d9711d590eb649e365c3bca91) --- Content.Server/Electrocution/ElectrocutionSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index 11e56a65c4..aac500f34f 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -258,7 +258,7 @@ public bool TryDoElectrifiedAct(EntityUid uid, EntityUid targetUid, return false; var net = powerNet.NetworkNode; - var supp = net.LastCombinedSupply; + var supp = net.LastCombinedMaxSupply; if (supp <= 0f) return false; @@ -295,7 +295,7 @@ public bool TryDoElectrifiedAct(EntityUid uid, EntityUid targetUid, { if (id != null && _nodeContainer.TryGetNode(nodeContainer, id, out var tryNode) && - tryNode.NodeGroup is IBasePowerNet { NetworkNode: { LastCombinedSupply: > 0 } }) + tryNode.NodeGroup is IBasePowerNet { NetworkNode: { LastCombinedMaxSupply: > 0 } }) { return tryNode; } From ca364e54b620328857ce2949aae366d3d6747ad4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 11:55:30 +0000 Subject: [PATCH 197/391] Automatic changelog update (cherry picked from commit 8385e936f30dce4c84a2a34a1823fd2d20a1318e) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f0ba44a78b..6341fc16cf 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Cybersun and centcom pens can now edit stamped paper. - type: Tweak - id: 5355 - time: '2023-12-13T21:33:32.0000000+00:00' - author: Ubaser changes: - message: Added a new "uneven" hair style. @@ -3862,3 +3856,10 @@ id: 5854 time: '2024-02-01T11:06:52.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24806 +- author: Varen + changes: + - message: Cutting wires will now properly electrocute if enough power is available. + type: Fix + id: 5855 + time: '2024-02-01T11:54:25.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24554 From 74e5b79926f3e2bbfe3af7ca88905617fbf8bbd7 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:04:52 +1100 Subject: [PATCH 198/391] Fix tests (#24809) * Fix tests PJB don't look no shed * weh (cherry picked from commit c0227bcb3b123fa2228fb114e5c67b985a5fcdaf) --- .../Tests/Preferences/ServerDbSqliteTests.cs | 2 +- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs b/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs index cb1eae878b..6520072220 100644 --- a/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs +++ b/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs @@ -56,7 +56,7 @@ private static HumanoidCharacterProfile CharlieCharlieson() ), ClothingPreference.Jumpskirt, BackpackPreference.Backpack, - SpawnPriorityPreference.Arrivals, + SpawnPriorityPreference.None, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High} diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 66a2ff421f..be52665f55 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -869,7 +869,7 @@ params: variation: 0.65 volume: -10 - + - type: entity parent: BaseItem id: PonderingOrb @@ -1240,6 +1240,4 @@ path: /Audio/Items/newton_cradle.ogg params: volume: -7 - range: 5 - sound: - path: /Audio/Items/newton_cradle.ogg + maxDistance: 5 From 8081242009415347d08231bbb7e650fd595e4313 Mon Sep 17 00:00:00 2001 From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:17:02 -0400 Subject: [PATCH 199/391] Cleanups PolymorphSystem/Components/Prototypes (#23721) * Cleanups PolymorphSystem * forgot this * Nah * Fix test --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit b8f0ed3975a4b887ca8dd75dcc07e0ac5ee11646) --- .../Commands/AddPolymorphActionCommand.cs | 4 +- .../Chemistry/ReagentEffects/Polymorph.cs | 2 +- .../Components/PolymorphOnCollideComponent.cs | 13 +- .../Components/PolymorphableComponent.cs | 41 +- .../Components/PolymorphedEntityComponent.cs | 49 +- .../Systems/PolymorphSystem.Collide.cs | 28 +- .../Polymorph/Systems/PolymorphSystem.Map.cs | 57 +- .../Polymorph/Systems/PolymorphSystem.cs | 592 ++++++++---------- .../Polymorph/Toolshed/PolymorphCommand.cs | 2 +- .../Polymorph/Toolshed/UnpolymorphCommand.cs | 2 - ...nent.cs => PolyOthersArtifactComponent.cs} | 4 +- ...tSystem.cs => PolyOthersArtifactSystem.cs} | 14 +- Content.Shared/Polymorph/PolymorphActions.cs | 5 + .../Polymorph/PolymorphPrototype.cs | 227 +++---- Resources/Prototypes/Polymorphs/admin.yml | 58 +- Resources/Prototypes/Polymorphs/polymorph.yml | 218 ++++--- .../XenoArch/Effects/normal_effects.yml | 6 +- 17 files changed, 656 insertions(+), 666 deletions(-) rename Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/{PolyArtifactComponent.cs => PolyOthersArtifactComponent.cs} (81%) rename Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/{PolyArtifactSystem.cs => PolyOthersArtifactSystem.cs} (68%) diff --git a/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs b/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs index 6223df7a6c..b92cbfc0de 100644 --- a/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs +++ b/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs @@ -32,7 +32,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) var polySystem = _entityManager.EntitySysManager.GetEntitySystem(); - _entityManager.EnsureComponent(entityUid.Value); - polySystem.CreatePolymorphAction(args[1], entityUid.Value); + var polymorphable = _entityManager.EnsureComponent(entityUid.Value); + polySystem.CreatePolymorphAction(args[1], (entityUid.Value, polymorphable)); } } diff --git a/Content.Server/Chemistry/ReagentEffects/Polymorph.cs b/Content.Server/Chemistry/ReagentEffects/Polymorph.cs index 569da51e39..fea372125e 100644 --- a/Content.Server/Chemistry/ReagentEffects/Polymorph.cs +++ b/Content.Server/Chemistry/ReagentEffects/Polymorph.cs @@ -18,7 +18,7 @@ public sealed partial class Polymorph : ReagentEffect protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys) => Loc.GetString("reagent-effect-guidebook-make-polymorph", ("chance", Probability), ("entityname", - prototype.Index(prototype.Index(PolymorphPrototype).Entity).Name)); + prototype.Index(prototype.Index(PolymorphPrototype).Configuration.Entity).Name)); public override void Effect(ReagentEffectArgs args) { diff --git a/Content.Server/Polymorph/Components/PolymorphOnCollideComponent.cs b/Content.Server/Polymorph/Components/PolymorphOnCollideComponent.cs index 5d513df933..577dadb5c8 100644 --- a/Content.Server/Polymorph/Components/PolymorphOnCollideComponent.cs +++ b/Content.Server/Polymorph/Components/PolymorphOnCollideComponent.cs @@ -1,21 +1,24 @@ +using Content.Server.Polymorph.Systems; using Content.Shared.Polymorph; using Content.Shared.Whitelist; using Robust.Shared.Audio; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; +using Robust.Shared.Prototypes; namespace Content.Server.Polymorph.Components; [RegisterComponent] +[Access(typeof(PolymorphSystem))] public sealed partial class PolymorphOnCollideComponent : Component { - [DataField("polymorph", required: true, customTypeSerializer:typeof(PrototypeIdSerializer))] - public string Polymorph = default!; + [DataField(required: true)] + public ProtoId Polymorph; - [DataField("whitelist", required: true)] + [DataField(required: true)] public EntityWhitelist Whitelist = default!; - [DataField("blacklist")] + [DataField] public EntityWhitelist? Blacklist; + [DataField] public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Magic/forcewall.ogg"); } diff --git a/Content.Server/Polymorph/Components/PolymorphableComponent.cs b/Content.Server/Polymorph/Components/PolymorphableComponent.cs index 2e9c5fee0a..d28aa5a4fb 100644 --- a/Content.Server/Polymorph/Components/PolymorphableComponent.cs +++ b/Content.Server/Polymorph/Components/PolymorphableComponent.cs @@ -1,27 +1,28 @@ +using Content.Server.Polymorph.Systems; using Content.Shared.Polymorph; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; +using Robust.Shared.Prototypes; -namespace Content.Server.Polymorph.Components +namespace Content.Server.Polymorph.Components; + +[RegisterComponent] +[Access(typeof(PolymorphSystem))] +public sealed partial class PolymorphableComponent : Component { - [RegisterComponent] - public sealed partial class PolymorphableComponent : Component - { - /// - /// A list of all the polymorphs that the entity has. - /// Used to manage them and remove them if needed. - /// - public Dictionary? PolymorphActions = null; + /// + /// A list of all the polymorphs that the entity has. + /// Used to manage them and remove them if needed. + /// + public Dictionary, EntityUid>? PolymorphActions = null; - /// - /// Timestamp for when the most recent polymorph ended. - /// - [ViewVariables(VVAccess.ReadOnly)] - public TimeSpan? LastPolymorphEnd = null; + /// + /// Timestamp for when the most recent polymorph ended. + /// + [ViewVariables(VVAccess.ReadOnly)] + public TimeSpan? LastPolymorphEnd = null; /// - /// The polymorphs that the entity starts out being able to do. - /// - [DataField("innatePolymorphs", customTypeSerializer : typeof(PrototypeIdListSerializer))] - public List? InnatePolymorphs; - } + /// The polymorphs that the entity starts out being able to do. + /// + [DataField] + public List>? InnatePolymorphs; } diff --git a/Content.Server/Polymorph/Components/PolymorphedEntityComponent.cs b/Content.Server/Polymorph/Components/PolymorphedEntityComponent.cs index c155c538d1..7620203a86 100644 --- a/Content.Server/Polymorph/Components/PolymorphedEntityComponent.cs +++ b/Content.Server/Polymorph/Components/PolymorphedEntityComponent.cs @@ -1,31 +1,32 @@ +using Content.Server.Polymorph.Systems; using Content.Shared.Polymorph; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -namespace Content.Server.Polymorph.Components +namespace Content.Server.Polymorph.Components; + +[RegisterComponent] +[Access(typeof(PolymorphSystem))] +public sealed partial class PolymorphedEntityComponent : Component { - [RegisterComponent] - public sealed partial class PolymorphedEntityComponent : Component - { - /// - /// The polymorph prototype, used to track various information - /// about the polymorph - /// - [DataField("prototype", required: true, customTypeSerializer:typeof(PrototypeIdSerializer))] - public string Prototype = string.Empty; + /// + /// The polymorph prototype, used to track various information + /// about the polymorph + /// + [DataField(required: true)] + public PolymorphConfiguration Configuration = new(); - /// - /// The original entity that the player will revert back into - /// - [DataField("parent", required: true)] - public EntityUid Parent; + /// + /// The original entity that the player will revert back into + /// + [DataField(required: true)] + public EntityUid Parent; - /// - /// The amount of time that has passed since the entity was created - /// used for tracking the duration - /// - [DataField("time")] - public float Time; + /// + /// The amount of time that has passed since the entity was created + /// used for tracking the duration + /// + [DataField] + public float Time; - [DataField] public EntityUid? Action; - } + [DataField] + public EntityUid? Action; } diff --git a/Content.Server/Polymorph/Systems/PolymorphSystem.Collide.cs b/Content.Server/Polymorph/Systems/PolymorphSystem.Collide.cs index 46b962b20e..b4240d409a 100644 --- a/Content.Server/Polymorph/Systems/PolymorphSystem.Collide.cs +++ b/Content.Server/Polymorph/Systems/PolymorphSystem.Collide.cs @@ -1,16 +1,25 @@ using Content.Server.Polymorph.Components; +using Content.Shared.Polymorph; using Content.Shared.Projectiles; using Robust.Shared.Audio; using Robust.Shared.Physics.Events; +using Robust.Shared.Prototypes; namespace Content.Server.Polymorph.Systems; public partial class PolymorphSystem { - // Need to do this so we don't get a collection enumeration error in physics by polymorphing - // an entity we're colliding with + /// + /// Need to do this so we don't get a collection enumeration error in physics by polymorphing + /// an entity we're colliding with + /// private Queue _queuedPolymorphUpdates = new(); + private void InitializeCollide() + { + SubscribeLocalEvent(OnPolymorphCollide); + } + public void UpdateCollide() { while (_queuedPolymorphUpdates.TryDequeue(out var data)) @@ -20,25 +29,18 @@ public void UpdateCollide() var ent = PolymorphEntity(data.Ent, data.Polymorph); if (ent != null) - { _audio.PlayPvs(data.Sound, ent.Value); - } } } - private void InitializeCollide() - { - SubscribeLocalEvent(OnPolymorphCollide); - } - private void OnPolymorphCollide(EntityUid uid, PolymorphOnCollideComponent component, ref StartCollideEvent args) { if (args.OurFixtureId != SharedProjectileSystem.ProjectileFixture) return; var other = args.OtherEntity; - if (!component.Whitelist.IsValid(other) - || component.Blacklist != null && component.Blacklist.IsValid(other)) + if (!component.Whitelist.IsValid(other, EntityManager) + || component.Blacklist != null && component.Blacklist.IsValid(other, EntityManager)) return; _queuedPolymorphUpdates.Enqueue(new (other, component.Sound, component.Polymorph)); @@ -49,9 +51,9 @@ public struct PolymorphQueuedData { public EntityUid Ent; public SoundSpecifier Sound; - public string Polymorph; + public ProtoId Polymorph; - public PolymorphQueuedData(EntityUid ent, SoundSpecifier sound, string polymorph) + public PolymorphQueuedData(EntityUid ent, SoundSpecifier sound, ProtoId polymorph) { Ent = ent; Sound = sound; diff --git a/Content.Server/Polymorph/Systems/PolymorphSystem.Map.cs b/Content.Server/Polymorph/Systems/PolymorphSystem.Map.cs index a6f658524d..120e04eeb0 100644 --- a/Content.Server/Polymorph/Systems/PolymorphSystem.Map.cs +++ b/Content.Server/Polymorph/Systems/PolymorphSystem.Map.cs @@ -1,39 +1,38 @@ using Content.Shared.GameTicking; -namespace Content.Server.Polymorph.Systems +namespace Content.Server.Polymorph.Systems; + +public sealed partial class PolymorphSystem { - public sealed partial class PolymorphSystem - { - public EntityUid? PausedMap { get; private set; } + public EntityUid? PausedMap { get; private set; } - /// - /// Used to subscribe to the round restart event - /// - private void InitializeMap() - { - SubscribeLocalEvent(OnRoundRestart); - } + /// + /// Used to subscribe to the round restart event + /// + private void InitializeMap() + { + SubscribeLocalEvent(OnRoundRestart); + } - private void OnRoundRestart(RoundRestartCleanupEvent _) - { - if (PausedMap == null || !Exists(PausedMap)) - return; + private void OnRoundRestart(RoundRestartCleanupEvent _) + { + if (PausedMap == null || !Exists(PausedMap)) + return; - EntityManager.DeleteEntity(PausedMap.Value); - } + Del(PausedMap.Value); + } - /// - /// Used internally to ensure a paused map that is - /// stores polymorphed entities. - /// - private void EnsurePausesdMap() - { - if (PausedMap != null && Exists(PausedMap)) - return; + /// + /// Used internally to ensure a paused map that is + /// stores polymorphed entities. + /// + private void EnsurePausedMap() + { + if (PausedMap != null && Exists(PausedMap)) + return; - var newmap = _mapManager.CreateMap(); - _mapManager.SetMapPaused(newmap, true); - PausedMap = _mapManager.GetMapEntityId(newmap); - } + var newmap = _mapManager.CreateMap(); + _mapManager.SetMapPaused(newmap, true); + PausedMap = _mapManager.GetMapEntityId(newmap); } } diff --git a/Content.Server/Polymorph/Systems/PolymorphSystem.cs b/Content.Server/Polymorph/Systems/PolymorphSystem.cs index 4d3bbcdf78..66dc9dab99 100644 --- a/Content.Server/Polymorph/Systems/PolymorphSystem.cs +++ b/Content.Server/Polymorph/Systems/PolymorphSystem.cs @@ -15,7 +15,6 @@ using Content.Shared.Mobs.Systems; using Content.Shared.Polymorph; using Content.Shared.Popups; -using JetBrains.Annotations; using Robust.Server.Audio; using Robust.Server.Containers; using Robust.Server.GameObjects; @@ -24,410 +23,359 @@ using Robust.Shared.Timing; using Robust.Shared.Utility; -namespace Content.Server.Polymorph.Systems +namespace Content.Server.Polymorph.Systems; + +public sealed partial class PolymorphSystem : EntitySystem { - public sealed partial class PolymorphSystem : EntitySystem + [Dependency] private readonly IComponentFactory _compFact = default!; + [Dependency] private readonly IMapManager _mapManager = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + [Dependency] private readonly IGameTiming _gameTiming = default!; + [Dependency] private readonly ActionsSystem _actions = default!; + [Dependency] private readonly ActionContainerSystem _actionContainer = default!; + [Dependency] private readonly AudioSystem _audio = default!; + [Dependency] private readonly SharedBuckleSystem _buckle = default!; + [Dependency] private readonly ContainerSystem _container = default!; + [Dependency] private readonly DamageableSystem _damageable = default!; + [Dependency] private readonly HumanoidAppearanceSystem _humanoid = default!; + [Dependency] private readonly MobStateSystem _mobState = default!; + [Dependency] private readonly MobThresholdSystem _mobThreshold = default!; + [Dependency] private readonly ServerInventorySystem _inventory = default!; + [Dependency] private readonly SharedHandsSystem _hands = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly TransformSystem _transform = default!; + [Dependency] private readonly SharedMindSystem _mindSystem = default!; + [Dependency] private readonly MetaDataSystem _metaData = default!; + + private const string RevertPolymorphId = "ActionRevertPolymorph"; + + public override void Initialize() { - [Dependency] private readonly IComponentFactory _compFact = default!; - [Dependency] private readonly IMapManager _mapManager = default!; - [Dependency] private readonly IPrototypeManager _proto = default!; - [Dependency] private readonly ActionsSystem _actions = default!; - [Dependency] private readonly ActionContainerSystem _actionContainer = default!; - [Dependency] private readonly AudioSystem _audio = default!; - [Dependency] private readonly SharedBuckleSystem _buckle = default!; - [Dependency] private readonly ContainerSystem _container = default!; - [Dependency] private readonly DamageableSystem _damageable = default!; - [Dependency] private readonly HumanoidAppearanceSystem _humanoid = default!; - [Dependency] private readonly MobStateSystem _mobState = default!; - [Dependency] private readonly MobThresholdSystem _mobThreshold = default!; - [Dependency] private readonly ServerInventorySystem _inventory = default!; - [Dependency] private readonly SharedHandsSystem _hands = default!; - [Dependency] private readonly SharedPopupSystem _popup = default!; - [Dependency] private readonly TransformSystem _transform = default!; - [Dependency] private readonly SharedMindSystem _mindSystem = default!; - [Dependency] private readonly MetaDataSystem _metaData = default!; - [Dependency] private readonly IGameTiming _gameTiming = default!; - - private ISawmill _sawmill = default!; - - private const string RevertPolymorphId = "ActionRevertPolymorph"; - - public override void Initialize() - { - base.Initialize(); + SubscribeLocalEvent(OnComponentStartup); + SubscribeLocalEvent(OnMapInit); - SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(OnPolymorphActionEvent); - SubscribeLocalEvent(OnMapInit); - SubscribeLocalEvent(OnBeforeFullyEaten); - SubscribeLocalEvent(OnBeforeFullySliced); - SubscribeLocalEvent(OnRevertPolymorphActionEvent); - SubscribeLocalEvent(OnDestruction); + SubscribeLocalEvent(OnPolymorphActionEvent); + SubscribeLocalEvent(OnRevertPolymorphActionEvent); - InitializeCollide(); - InitializeMap(); - - _sawmill = Logger.GetSawmill("polymorph"); - } + SubscribeLocalEvent(OnBeforeFullyEaten); + SubscribeLocalEvent(OnBeforeFullySliced); + SubscribeLocalEvent(OnDestruction); - private void OnStartup(EntityUid uid, PolymorphableComponent component, ComponentStartup args) - { - if (component.InnatePolymorphs != null) - { - foreach (var morph in component.InnatePolymorphs) - { - CreatePolymorphAction(morph, uid); - } - } - } + InitializeCollide(); + InitializeMap(); + } - private void OnPolymorphActionEvent(EntityUid uid, PolymorphableComponent component, PolymorphActionEvent args) - { - PolymorphEntity(uid, args.Prototype); - } + public override void Update(float frameTime) + { + base.Update(frameTime); - private void OnRevertPolymorphActionEvent(EntityUid uid, PolymorphedEntityComponent component, RevertPolymorphActionEvent args) + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var comp)) { - Revert(uid, component); - } + comp.Time += frameTime; - private void OnMapInit(EntityUid uid, PolymorphedEntityComponent component, MapInitEvent args) - { - if (!_proto.TryIndex(component.Prototype, out PolymorphPrototype? proto)) + if (comp.Configuration.Duration != null && comp.Time >= comp.Configuration.Duration) { - // warning instead of error because of the all-comps one entity test. - _sawmill.Warning($"{nameof(PolymorphSystem)} encountered an improperly set up polymorph component while initializing. Entity {ToPrettyString(uid)}. Prototype: {component.Prototype}"); - RemCompDeferred(uid, component); - return; + Revert((uid, comp)); + continue; } - if (proto.Forced) - return; + if (!TryComp(uid, out var mob)) + continue; - if (_actions.AddAction(uid, ref component.Action, out var action, RevertPolymorphId)) + if (comp.Configuration.RevertOnDeath && _mobState.IsDead(uid, mob) || + comp.Configuration.RevertOnCrit && _mobState.IsIncapacitated(uid, mob)) { - action.EntityIcon = component.Parent; - action.UseDelay = TimeSpan.FromSeconds(proto.Delay); + Revert((uid, comp)); } } - private void OnBeforeFullyEaten(EntityUid uid, PolymorphedEntityComponent comp, BeforeFullyEatenEvent args) - { - if (!_proto.TryIndex(comp.Prototype, out var proto)) - { - _sawmill.Error($"Invalid polymorph prototype {comp.Prototype}"); - return; - } + UpdateCollide(); + } - if (proto.RevertOnEat) + private void OnComponentStartup(Entity ent, ref ComponentStartup args) + { + if (ent.Comp.InnatePolymorphs != null) + { + foreach (var morph in ent.Comp.InnatePolymorphs) { - args.Cancel(); - Revert(uid, comp); + CreatePolymorphAction(morph, ent); } } + } - /// - /// It is possible to be polymorphed into an entity that can't "die", but is instead - /// destroyed. This handler ensures that destruction is treated like death. - /// - private void OnDestruction(EntityUid uid, PolymorphedEntityComponent comp, DestructionEventArgs args) - { - if (!_proto.TryIndex(comp.Prototype, out var proto)) - { - _sawmill.Error($"Invalid polymorph prototype {comp.Prototype}"); - return; - } + private void OnMapInit(Entity ent, ref MapInitEvent args) + { + var (uid, component) = ent; + if (component.Configuration.Forced) + return; - if (proto.RevertOnDeath) - { - Revert(uid, comp); - } + if (_actions.AddAction(uid, ref component.Action, out var action, RevertPolymorphId)) + { + action.EntityIcon = component.Parent; + action.UseDelay = TimeSpan.FromSeconds(component.Configuration.Delay); } + } - private void OnBeforeFullySliced(EntityUid uid, PolymorphedEntityComponent comp, BeforeFullySlicedEvent args) - { - if (!_proto.TryIndex(comp.Prototype, out var proto)) - { - _sawmill.Error("Invalid polymorph prototype {comp.Prototype}"); - return; - } + private void OnPolymorphActionEvent(Entity ent, ref PolymorphActionEvent args) + { + PolymorphEntity(ent, args.Prototype.Configuration); + } - if (proto.RevertOnEat) - { - args.Cancel(); - Revert(uid, comp); - } - } + private void OnRevertPolymorphActionEvent(Entity ent, + ref RevertPolymorphActionEvent args) + { + Revert((ent, ent)); + } - /// - /// Polymorphs the target entity into the specific polymorph prototype - /// - /// The entity that will be transformed - /// The id of the polymorph prototype - public EntityUid? PolymorphEntity(EntityUid target, string id) + private void OnBeforeFullyEaten(Entity ent, ref BeforeFullyEatenEvent args) + { + var (_, comp) = ent; + if (comp.Configuration.RevertOnEat) { - if (!_proto.TryIndex(id, out var proto)) - { - _sawmill.Error("Invalid polymorph prototype {id}"); - return null; - } + args.Cancel(); + Revert((ent, ent)); + } + } - return PolymorphEntity(target, proto); + private void OnBeforeFullySliced(Entity ent, ref BeforeFullySlicedEvent args) + { + var (_, comp) = ent; + if (comp.Configuration.RevertOnEat) + { + args.Cancel(); + Revert((ent, ent)); } + } - /// - /// Polymorphs the target entity into the specific polymorph prototype - /// - /// The entity that will be transformed - /// The polymorph prototype - public EntityUid? PolymorphEntity(EntityUid uid, PolymorphPrototype proto) + /// + /// It is possible to be polymorphed into an entity that can't "die", but is instead + /// destroyed. This handler ensures that destruction is treated like death. + /// + private void OnDestruction(Entity ent, ref DestructionEventArgs args) + { + if (ent.Comp.Configuration.RevertOnDeath) { - // if it's already morphed, don't allow it again with this condition active. - if (!proto.AllowRepeatedMorphs && HasComp(uid)) - return null; + Revert((ent, ent)); + } + } - // If this polymorph has a cooldown, check if that amount of time has passed since the - // last polymorph ended. - if (TryComp(uid, out var polymorphableComponent) && - polymorphableComponent.LastPolymorphEnd != null && - _gameTiming.CurTime < polymorphableComponent.LastPolymorphEnd + proto.Cooldown) - return null; + /// + /// Polymorphs the target entity into the specific polymorph prototype + /// + /// The entity that will be transformed + /// The id of the polymorph prototype + public EntityUid? PolymorphEntity(EntityUid uid, ProtoId protoId) + { + var config = _proto.Index(protoId).Configuration; + return PolymorphEntity(uid, config); + } - // mostly just for vehicles - _buckle.TryUnbuckle(uid, uid, true); + /// + /// Polymorphs the target entity into another + /// + /// The entity that will be transformed + /// Polymorph data + /// + public EntityUid? PolymorphEntity(EntityUid uid, PolymorphConfiguration configuration) + { + // if it's already morphed, don't allow it again with this condition active. + if (!configuration.AllowRepeatedMorphs && HasComp(uid)) + return null; - var targetTransformComp = Transform(uid); + // If this polymorph has a cooldown, check if that amount of time has passed since the + // last polymorph ended. + if (TryComp(uid, out var polymorphableComponent) && + polymorphableComponent.LastPolymorphEnd != null && + _gameTiming.CurTime < polymorphableComponent.LastPolymorphEnd + configuration.Cooldown) + return null; - var child = Spawn(proto.Entity, targetTransformComp.Coordinates); - MakeSentientCommand.MakeSentient(child, EntityManager); + // mostly just for vehicles + _buckle.TryUnbuckle(uid, uid, true); - var comp = _compFact.GetComponent(); - comp.Parent = uid; - comp.Prototype = proto.ID; - AddComp(child, comp); + var targetTransformComp = Transform(uid); - var childXform = Transform(child); - childXform.LocalRotation = targetTransformComp.LocalRotation; + var child = Spawn(configuration.Entity, targetTransformComp.Coordinates); - if (_container.TryGetContainingContainer(uid, out var cont)) - _container.Insert(child, cont); + MakeSentientCommand.MakeSentient(child, EntityManager); - //Transfers all damage from the original to the new one - if (proto.TransferDamage && - TryComp(child, out var damageParent) && - _mobThreshold.GetScaledDamage(uid, child, out var damage) && - damage != null) - { - _damageable.SetDamage(child, damageParent, damage); - } + var polymorphedComp = _compFact.GetComponent(); + polymorphedComp.Parent = uid; + polymorphedComp.Configuration = configuration; + AddComp(child, polymorphedComp); + + var childXform = Transform(child); + _transform.SetLocalRotation(child, targetTransformComp.LocalRotation, childXform); + + if (_container.TryGetContainingContainer(uid, out var cont)) + _container.Insert(child, cont); + + //Transfers all damage from the original to the new one + if (configuration.TransferDamage && + TryComp(child, out var damageParent) && + _mobThreshold.GetScaledDamage(uid, child, out var damage) && + damage != null) + { + _damageable.SetDamage(child, damageParent, damage); + } - if (proto.Inventory == PolymorphInventoryChange.Transfer) + if (configuration.Inventory == PolymorphInventoryChange.Transfer) + { + _inventory.TransferEntityInventories(uid, child); + foreach (var hand in _hands.EnumerateHeld(uid)) { - _inventory.TransferEntityInventories(uid, child); - foreach (var hand in _hands.EnumerateHeld(uid)) - { - _hands.TryDrop(uid, hand, checkActionBlocker: false); - _hands.TryPickupAnyHand(child, hand); - } + _hands.TryDrop(uid, hand, checkActionBlocker: false); + _hands.TryPickupAnyHand(child, hand); } - else if (proto.Inventory == PolymorphInventoryChange.Drop) + } + else if (configuration.Inventory == PolymorphInventoryChange.Drop) + { + if (_inventory.TryGetContainerSlotEnumerator(uid, out var enumerator)) { - if (_inventory.TryGetContainerSlotEnumerator(uid, out var enumerator)) - { - while (enumerator.MoveNext(out var slot)) - { - _inventory.TryUnequip(uid, slot.ID, true, true); - } - } - - foreach (var held in _hands.EnumerateHeld(uid)) + while (enumerator.MoveNext(out var slot)) { - _hands.TryDrop(uid, held); + _inventory.TryUnequip(uid, slot.ID, true, true); } } - if (proto.TransferName && TryComp(uid, out var targetMeta)) - _metaData.SetEntityName(child, targetMeta.EntityName); - - if (proto.TransferHumanoidAppearance) + foreach (var held in _hands.EnumerateHeld(uid)) { - _humanoid.CloneAppearance(uid, child); + _hands.TryDrop(uid, held); } + } - if (_mindSystem.TryGetMind(uid, out var mindId, out var mind)) - _mindSystem.TransferTo(mindId, child, mind: mind); - - //Ensures a map to banish the entity to - EnsurePausesdMap(); - if (PausedMap != null) - _transform.SetParent(uid, targetTransformComp, PausedMap.Value); + if (configuration.TransferName && TryComp(uid, out var targetMeta)) + _metaData.SetEntityName(child, targetMeta.EntityName); - return child; + if (configuration.TransferHumanoidAppearance) + { + _humanoid.CloneAppearance(uid, child); } - /// - /// Reverts a polymorphed entity back into its original form - /// - /// The entityuid of the entity being reverted - /// - public EntityUid? Revert(EntityUid uid, PolymorphedEntityComponent? component = null) - { - if (Deleted(uid)) - return null; + if (_mindSystem.TryGetMind(uid, out var mindId, out var mind)) + _mindSystem.TransferTo(mindId, child, mind: mind); - if (!Resolve(uid, ref component)) - return null; + //Ensures a map to banish the entity to + EnsurePausedMap(); + if (PausedMap != null) + _transform.SetParent(uid, targetTransformComp, PausedMap.Value); - var parent = component.Parent; - if (Deleted(parent)) - return null; + return child; + } - if (!_proto.TryIndex(component.Prototype, out PolymorphPrototype? proto)) - { - _sawmill.Error($"{nameof(PolymorphSystem)} encountered an improperly initialized polymorph component while reverting. Entity {ToPrettyString(uid)}. Prototype: {component.Prototype}"); - return null; - } + /// + /// Reverts a polymorphed entity back into its original form + /// + /// The entityuid of the entity being reverted + /// + public EntityUid? Revert(Entity ent) + { + var (uid, component) = ent; + if (!Resolve(ent, ref component)) + return null; - var uidXform = Transform(uid); - var parentXform = Transform(parent); + if (Deleted(uid)) + return null; - _transform.SetParent(parent, parentXform, uidXform.ParentUid); - parentXform.Coordinates = uidXform.Coordinates; - parentXform.LocalRotation = uidXform.LocalRotation; + var parent = component.Parent; + if (Deleted(parent)) + return null; - if (proto.TransferDamage && - TryComp(parent, out var damageParent) && - _mobThreshold.GetScaledDamage(uid, parent, out var damage) && - damage != null) - { - _damageable.SetDamage(parent, damageParent, damage); - } + var uidXform = Transform(uid); + var parentXform = Transform(parent); + + _transform.SetParent(parent, parentXform, uidXform.ParentUid); + _transform.SetCoordinates(parent, parentXform, uidXform.Coordinates, uidXform.LocalRotation); - if (proto.Inventory == PolymorphInventoryChange.Transfer) + if (component.Configuration.TransferDamage && + TryComp(parent, out var damageParent) && + _mobThreshold.GetScaledDamage(uid, parent, out var damage) && + damage != null) + { + _damageable.SetDamage(parent, damageParent, damage); + } + + if (component.Configuration.Inventory == PolymorphInventoryChange.Transfer) + { + _inventory.TransferEntityInventories(uid, parent); + foreach (var held in _hands.EnumerateHeld(uid)) { - _inventory.TransferEntityInventories(uid, parent); - foreach (var held in _hands.EnumerateHeld(uid)) - { - _hands.TryDrop(uid, held); - _hands.TryPickupAnyHand(parent, held, checkActionBlocker: false); - } + _hands.TryDrop(uid, held); + _hands.TryPickupAnyHand(parent, held, checkActionBlocker: false); } - else if (proto.Inventory == PolymorphInventoryChange.Drop) + } + else if (component.Configuration.Inventory == PolymorphInventoryChange.Drop) + { + if (_inventory.TryGetContainerSlotEnumerator(uid, out var enumerator)) { - if (_inventory.TryGetContainerSlotEnumerator(uid, out var enumerator)) - { - while (enumerator.MoveNext(out var slot)) - { - _inventory.TryUnequip(uid, slot.ID); - } - } - - foreach (var held in _hands.EnumerateHeld(uid)) + while (enumerator.MoveNext(out var slot)) { - _hands.TryDrop(uid, held); + _inventory.TryUnequip(uid, slot.ID); } } - if (_mindSystem.TryGetMind(uid, out var mindId, out var mind)) - _mindSystem.TransferTo(mindId, parent, mind: mind); - - if (TryComp(parent, out var polymorphableComponent)) - polymorphableComponent.LastPolymorphEnd = _gameTiming.CurTime; - - // if an item polymorph was picked up, put it back down after reverting - Transform(parent).AttachToGridOrMap(); - - _popup.PopupEntity(Loc.GetString("polymorph-revert-popup-generic", - ("parent", Identity.Entity(uid, EntityManager)), - ("child", Identity.Entity(parent, EntityManager))), - parent); - QueueDel(uid); - - return parent; - } - - /// - /// Creates a sidebar action for an entity to be able to polymorph at will - /// - /// The string of the id of the polymorph action - /// The entity that will be gaining the action - public void CreatePolymorphAction(string id, EntityUid target) - { - if (!_proto.TryIndex(id, out var polyproto)) + foreach (var held in _hands.EnumerateHeld(uid)) { - _sawmill.Error("Invalid polymorph prototype"); - return; + _hands.TryDrop(uid, held); } + } - if (!TryComp(target, out var polycomp)) - return; - - polycomp.PolymorphActions ??= new Dictionary(); - if (polycomp.PolymorphActions.ContainsKey(id)) - return; + if (_mindSystem.TryGetMind(uid, out var mindId, out var mind)) + _mindSystem.TransferTo(mindId, parent, mind: mind); - var entproto = _proto.Index(polyproto.Entity); + if (TryComp(parent, out var polymorphableComponent)) + polymorphableComponent.LastPolymorphEnd = _gameTiming.CurTime; - EntityUid? actionId = default!; - if (!_actions.AddAction(target, ref actionId, RevertPolymorphId, target)) - return; + // if an item polymorph was picked up, put it back down after reverting + _transform.AttachToGridOrMap(parent, parentXform); - polycomp.PolymorphActions.Add(id, actionId.Value); - _metaData.SetEntityName(actionId.Value, Loc.GetString("polymorph-self-action-name", ("target", entproto.Name))); - _metaData.SetEntityDescription(actionId.Value, Loc.GetString("polymorph-self-action-description", ("target", entproto.Name))); + _popup.PopupEntity(Loc.GetString("polymorph-revert-popup-generic", + ("parent", Identity.Entity(uid, EntityManager)), + ("child", Identity.Entity(parent, EntityManager))), + parent); + QueueDel(uid); - if (!_actions.TryGetActionData(actionId, out var baseAction)) - return; + return parent; + } - baseAction.Icon = new SpriteSpecifier.EntityPrototype(polyproto.Entity); - if (baseAction is InstantActionComponent action) - action.Event = new PolymorphActionEvent { Prototype = polyproto }; - } + /// + /// Creates a sidebar action for an entity to be able to polymorph at will + /// + /// The string of the id of the polymorph action + /// The entity that will be gaining the action + public void CreatePolymorphAction(ProtoId id, Entity target) + { + target.Comp.PolymorphActions ??= new(); + if (target.Comp.PolymorphActions.ContainsKey(id)) + return; - [PublicAPI] - public void RemovePolymorphAction(string id, EntityUid target, PolymorphableComponent? component = null) - { - if (!Resolve(target, ref component, false)) - return; - if (component.PolymorphActions == null) - return; - if (component.PolymorphActions.TryGetValue(id, out var val)) - _actions.RemoveAction(target, val); - } + var polyProto = _proto.Index(id); + var entProto = _proto.Index(polyProto.Configuration.Entity); - public override void Update(float frameTime) - { - base.Update(frameTime); + EntityUid? actionId = default!; + if (!_actions.AddAction(target, ref actionId, RevertPolymorphId, target)) + return; - var query = EntityQueryEnumerator(); - while (query.MoveNext(out var uid, out var comp)) - { - comp.Time += frameTime; + target.Comp.PolymorphActions.Add(id, actionId.Value); - if (!_proto.TryIndex(comp.Prototype, out PolymorphPrototype? proto)) - { - _sawmill.Error($"{nameof(PolymorphSystem)} encountered an improperly initialized polymorph component while updating. Entity {ToPrettyString(uid)}. Prototype: {comp.Prototype}"); - RemCompDeferred(uid, comp); - continue; - } + var metaDataCache = MetaData(actionId.Value); + _metaData.SetEntityName(actionId.Value, Loc.GetString("polymorph-self-action-name", ("target", entProto.Name)), metaDataCache); + _metaData.SetEntityDescription(actionId.Value, Loc.GetString("polymorph-self-action-description", ("target", entProto.Name)), metaDataCache); - if (proto.Duration != null && comp.Time >= proto.Duration) - { - Revert(uid, comp); - continue; - } + if (!_actions.TryGetActionData(actionId, out var baseAction)) + return; - if (!TryComp(uid, out var mob)) - continue; + baseAction.Icon = new SpriteSpecifier.EntityPrototype(polyProto.Configuration.Entity); + if (baseAction is InstantActionComponent action) + action.Event = new PolymorphActionEvent(prototype: polyProto); + } - if (proto.RevertOnDeath && _mobState.IsDead(uid, mob) || - proto.RevertOnCrit && _mobState.IsIncapacitated(uid, mob)) - { - Revert(uid, comp); - } - } + public void RemovePolymorphAction(ProtoId id, Entity target) + { + if (target.Comp.PolymorphActions == null) + return; - UpdateCollide(); - } + if (target.Comp.PolymorphActions.TryGetValue(id, out var val)) + _actions.RemoveAction(target, val); } } diff --git a/Content.Server/Polymorph/Toolshed/PolymorphCommand.cs b/Content.Server/Polymorph/Toolshed/PolymorphCommand.cs index e1eca01aa3..f741c24571 100644 --- a/Content.Server/Polymorph/Toolshed/PolymorphCommand.cs +++ b/Content.Server/Polymorph/Toolshed/PolymorphCommand.cs @@ -24,7 +24,7 @@ [CommandArgument] Prototype prototype { _system ??= GetSys(); - return _system.PolymorphEntity(input, prototype.Value); + return _system.PolymorphEntity(input, prototype.Value.Configuration); } [CommandImplementation] diff --git a/Content.Server/Polymorph/Toolshed/UnpolymorphCommand.cs b/Content.Server/Polymorph/Toolshed/UnpolymorphCommand.cs index 1f3117fe67..54ebf1b577 100644 --- a/Content.Server/Polymorph/Toolshed/UnpolymorphCommand.cs +++ b/Content.Server/Polymorph/Toolshed/UnpolymorphCommand.cs @@ -2,9 +2,7 @@ using Content.Server.Administration; using Content.Server.Polymorph.Systems; using Content.Shared.Administration; -using Content.Shared.Polymorph; using Robust.Shared.Toolshed; -using Robust.Shared.Toolshed.TypeParsers; namespace Content.Server.Polymorph.Toolshed; diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/PolyArtifactComponent.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/PolyOthersArtifactComponent.cs similarity index 81% rename from Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/PolyArtifactComponent.cs rename to Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/PolyOthersArtifactComponent.cs index 8edeb77a67..2611d78b08 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/PolyArtifactComponent.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/PolyOthersArtifactComponent.cs @@ -1,3 +1,4 @@ +using Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Systems; using Robust.Shared.Audio; using Content.Shared.Polymorph; using Robust.Shared.Prototypes; @@ -8,7 +9,8 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components; /// Artifact polymorphs surrounding entities when triggered. /// [RegisterComponent] -public sealed partial class PolyArtifactComponent : Component +[Access(typeof(PolyOthersArtifactSystem))] +public sealed partial class PolyOthersArtifactComponent : Component { /// /// The polymorph effect to trigger. diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/PolyArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/PolyOthersArtifactSystem.cs similarity index 68% rename from Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/PolyArtifactSystem.cs rename to Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/PolyOthersArtifactSystem.cs index 662abfee62..3831bea06c 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/PolyArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/PolyOthersArtifactSystem.cs @@ -7,7 +7,7 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Systems; -public sealed class PolyArtifactSystem : EntitySystem +public sealed class PolyOthersArtifactSystem : EntitySystem { [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly MobStateSystem _mob = default!; @@ -19,25 +19,25 @@ public sealed class PolyArtifactSystem : EntitySystem /// public override void Initialize() { - SubscribeLocalEvent(OnActivate); + SubscribeLocalEvent(OnActivate); } /// /// Provided target is alive and is not a zombie, polymorphs the target. /// - private void OnActivate(EntityUid uid, PolyArtifactComponent component, ArtifactActivatedEvent args) + private void OnActivate(Entity ent, ref ArtifactActivatedEvent args) { - var xform = Transform(uid); + var xform = Transform(ent); var humanoids = new HashSet>(); - _lookup.GetEntitiesInRange(xform.Coordinates, component.Range, humanoids); + _lookup.GetEntitiesInRange(xform.Coordinates, ent.Comp.Range, humanoids); foreach (var comp in humanoids) { var target = comp.Owner; if (_mob.IsAlive(target)) { - _poly.PolymorphEntity(target, component.PolymorphPrototypeName); - _audio.PlayPvs(component.PolySound, uid); + _poly.PolymorphEntity(target, ent.Comp.PolymorphPrototypeName); + _audio.PlayPvs(ent.Comp.PolySound, ent); } } } diff --git a/Content.Shared/Polymorph/PolymorphActions.cs b/Content.Shared/Polymorph/PolymorphActions.cs index bae2c3e4dd..0f230868f0 100644 --- a/Content.Shared/Polymorph/PolymorphActions.cs +++ b/Content.Shared/Polymorph/PolymorphActions.cs @@ -9,6 +9,11 @@ public sealed partial class PolymorphActionEvent : InstantActionEvent /// the specific polymorph. /// public PolymorphPrototype Prototype = default!; + + public PolymorphActionEvent(PolymorphPrototype prototype) : this() + { + Prototype = prototype; + } } public sealed partial class RevertPolymorphActionEvent : InstantActionEvent diff --git a/Content.Shared/Polymorph/PolymorphPrototype.cs b/Content.Shared/Polymorph/PolymorphPrototype.cs index f093489b04..6d010711d2 100644 --- a/Content.Shared/Polymorph/PolymorphPrototype.cs +++ b/Content.Shared/Polymorph/PolymorphPrototype.cs @@ -1,116 +1,125 @@ using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Array; -namespace Content.Shared.Polymorph +namespace Content.Shared.Polymorph; + +/// +/// Polymorphs generally describe any type of transformation that can be applied to an entity. +/// +[Prototype] +[DataDefinition] +public sealed partial class PolymorphPrototype : IPrototype, IInheritingPrototype +{ + [ViewVariables] + [IdDataField] + public string ID { get; private set; } = default!; + + [ParentDataField(typeof(AbstractPrototypeIdArraySerializer))] + public string[]? Parents { get; private set; } + + [NeverPushInheritance] + [AbstractDataField] + public bool Abstract { get; private set; } + + [DataField(required: true, serverOnly: true)] + public PolymorphConfiguration Configuration = new(); + +} + +/// +/// Defines information about the polymorph +/// +[DataDefinition] +public sealed partial record PolymorphConfiguration { /// - /// Polymorphs generally describe any type of transformation that can be applied to an entity. + /// What entity the polymorph will turn the target into + /// must be in here because it makes no sense if it isn't + /// + [DataField(required: true, serverOnly: true)] + public EntProtoId Entity; + + /// + /// The delay between the polymorph's uses in seconds + /// Slightly weird as of right now. + /// + [DataField(serverOnly: true)] + public int Delay = 60; + + /// + /// The duration of the transformation in seconds + /// can be null if there is not one + /// + [DataField(serverOnly: true)] + public int? Duration; + + /// + /// whether or not the target can transform as will + /// set to true for things like polymorph spells and curses + /// + [DataField(serverOnly: true)] + public bool Forced; + + /// + /// Whether or not the entity transfers its damage between forms. + /// + [DataField(serverOnly: true)] + public bool TransferDamage = true; + + /// + /// Whether or not the entity transfers its name between forms. /// - [Prototype("polymorph")] - [DataDefinition] - public sealed partial class PolymorphPrototype : IPrototype, IInheritingPrototype - { - [ViewVariables] - [IdDataField] - public string ID { get; private set; } = default!; - - [DataField("name")] - public string Name { get; private set; } = string.Empty; - - [ParentDataField(typeof(AbstractPrototypeIdArraySerializer))] - public string[]? Parents { get; private set; } - - [NeverPushInheritance] - [AbstractDataFieldAttribute] - public bool Abstract { get; private set; } - - /// - /// What entity the polymorph will turn the target into - /// must be in here because it makes no sense if it isn't - /// - [DataField("entity", required: true, serverOnly: true, customTypeSerializer: typeof(PrototypeIdSerializer))] - public string Entity = string.Empty; - - /// - /// The delay between the polymorph's uses in seconds - /// Slightly weird as of right now. - /// - [DataField("delay", serverOnly: true)] - public int Delay = 60; - - /// - /// The duration of the transformation in seconds - /// can be null if there is not one - /// - [DataField("duration", serverOnly: true)] - public int? Duration = null; - - /// - /// whether or not the target can transform as will - /// set to true for things like polymorph spells and curses - /// - [DataField("forced", serverOnly: true)] - public bool Forced = false; - - /// - /// Whether or not the entity transfers its damage between forms. - /// - [DataField("transferDamage", serverOnly: true)] - public bool TransferDamage = true; - - /// - /// Whether or not the entity transfers its name between forms. - /// - [DataField("transferName", serverOnly: true)] - public bool TransferName = false; - - /// - /// Whether or not the entity transfers its hair, skin color, hair color, etc. - /// - [DataField("transferHumanoidAppearance", serverOnly: true)] - public bool TransferHumanoidAppearance = false; - - /// - /// Whether or not the entity transfers its inventory and equipment between forms. - /// - [DataField("inventory", serverOnly: true)] - public PolymorphInventoryChange Inventory = PolymorphInventoryChange.None; - - /// - /// Whether or not the polymorph reverts when the entity goes into crit. - /// - [DataField("revertOnCrit", serverOnly: true)] - public bool RevertOnCrit = true; - - /// - /// Whether or not the polymorph reverts when the entity dies. - /// - [DataField("revertOnDeath", serverOnly: true)] - public bool RevertOnDeath = true; - - /// - /// Whether or not the polymorph reverts when the entity is eaten or fully sliced. - /// - [DataField("revertOnEat", serverOnly: true)] - public bool RevertOnEat = false; - - [DataField("allowRepeatedMorphs", serverOnly: true)] - public bool AllowRepeatedMorphs = false; - - /// - /// The amount of time that should pass after this polymorph has ended, before a new one - /// can occur. - /// - [DataField("cooldown", serverOnly: true)] - [ViewVariables(VVAccess.ReadWrite)] - public TimeSpan Cooldown = TimeSpan.Zero; - } - - public enum PolymorphInventoryChange : byte - { - None, - Drop, - Transfer, - } + [DataField(serverOnly: true)] + public bool TransferName; + + /// + /// Whether or not the entity transfers its hair, skin color, hair color, etc. + /// + [DataField(serverOnly: true)] + public bool TransferHumanoidAppearance; + + /// + /// Whether or not the entity transfers its inventory and equipment between forms. + /// + [DataField(serverOnly: true)] + public PolymorphInventoryChange Inventory = PolymorphInventoryChange.None; + + /// + /// Whether or not the polymorph reverts when the entity goes into crit. + /// + [DataField(serverOnly: true)] + public bool RevertOnCrit = true; + + /// + /// Whether or not the polymorph reverts when the entity dies. + /// + [DataField(serverOnly: true)] + public bool RevertOnDeath = true; + + /// + /// Whether or not the polymorph reverts when the entity is eaten or fully sliced. + /// + [DataField(serverOnly: true)] + public bool RevertOnEat; + + /// + /// Whether or not an already polymorphed entity is able to be polymorphed again + /// + [DataField(serverOnly: true)] + public bool AllowRepeatedMorphs; + + /// + /// The amount of time that should pass after this polymorph has ended, before a new one + /// can occur. + /// + [DataField(serverOnly: true)] + [ViewVariables(VVAccess.ReadWrite)] + public TimeSpan Cooldown = TimeSpan.Zero; +} + +public enum PolymorphInventoryChange : byte +{ + None, + Drop, + Transfer, } diff --git a/Resources/Prototypes/Polymorphs/admin.yml b/Resources/Prototypes/Polymorphs/admin.yml index 0ae5426244..cb274ec7d4 100644 --- a/Resources/Prototypes/Polymorphs/admin.yml +++ b/Resources/Prototypes/Polymorphs/admin.yml @@ -1,43 +1,49 @@ - type: polymorph id: AdminLizardSmite - entity: MobReptilian - forced: true - transferName: true - transferHumanoidAppearance: true - inventory: Transfer - allowRepeatedMorphs: true + configuration: + entity: MobReptilian + forced: true + transferName: true + transferHumanoidAppearance: true + inventory: Transfer + allowRepeatedMorphs: true - type: polymorph id: AdminMonkeySmite - entity: MobMonkey - forced: true - inventory: Drop - allowRepeatedMorphs: true + configuration: + entity: MobMonkey + forced: true + inventory: Drop + allowRepeatedMorphs: true - type: polymorph id: AdminBreadSmite - entity: FoodBreadPlain - forced: true - inventory: Drop - allowRepeatedMorphs: true + configuration: + entity: FoodBreadPlain + forced: true + inventory: Drop + allowRepeatedMorphs: true - type: polymorph id: AdminInstrumentSmite - entity: SuperSynthesizerInstrument - forced: true - inventory: Drop - allowRepeatedMorphs: true + configuration: + entity: SuperSynthesizerInstrument + forced: true + inventory: Drop + allowRepeatedMorphs: true - type: polymorph id: AdminMouseSmite - entity: MobMouse - forced: true - inventory: Drop - allowRepeatedMorphs: true + configuration: + entity: MobMouse + forced: true + inventory: Drop + allowRepeatedMorphs: true - type: polymorph id: AdminDisposalsSmite - entity: DisposalUnit - forced: true - inventory: Drop - allowRepeatedMorphs: true + configuration: + entity: DisposalUnit + forced: true + inventory: Drop + allowRepeatedMorphs: true diff --git a/Resources/Prototypes/Polymorphs/polymorph.yml b/Resources/Prototypes/Polymorphs/polymorph.yml index 46590248ae..b4249f8a3e 100644 --- a/Resources/Prototypes/Polymorphs/polymorph.yml +++ b/Resources/Prototypes/Polymorphs/polymorph.yml @@ -1,150 +1,166 @@ - type: polymorph id: Mouse - entity: MobMouse - forced: true - duration: 30 + configuration: + entity: MobMouse + forced: true + duration: 30 - type: polymorph id: Chicken - entity: MobChicken - forced: true - inventory: Drop + configuration: + entity: MobChicken + forced: true + inventory: Drop - type: polymorph id: Monkey - entity: MobMonkey - forced: true - inventory: Drop - revertOnCrit: true - revertOnDeath: true + configuration: + entity: MobMonkey + forced: true + inventory: Drop + revertOnCrit: true + revertOnDeath: true - type: polymorph id: WizardForcedCarp - entity: MobCarpMagic - forced: true - inventory: None - transferName: true - transferDamage: true - revertOnCrit: false - revertOnDeath: true + configuration: + entity: MobCarpMagic + forced: true + inventory: None + transferName: true + transferDamage: true + revertOnCrit: false + revertOnDeath: true - type: polymorph id: WizardForcedSkeleton - entity: MobSkeletonPerson - forced: true - inventory: Drop - transferName: true - transferDamage: true - revertOnCrit: false - revertOnDeath: false + configuration: + entity: MobSkeletonPerson + forced: true + inventory: Drop + transferName: true + transferDamage: true + revertOnCrit: false + revertOnDeath: false - type: polymorph id: WizardForcedMonkey - entity: MobMonkey - forced: true - inventory: None - transferName: true - transferDamage: true - revertOnCrit: false - revertOnDeath: true + configuration: + entity: MobMonkey + forced: true + inventory: None + transferName: true + transferDamage: true + revertOnCrit: false + revertOnDeath: true - type: polymorph id: WizardWallDoor - entity: WoodDoor - forced: true - inventory: None - transferName: false - transferDamage: false - revertOnCrit: false - revertOnDeath: false + configuration: + entity: WoodDoor + forced: true + inventory: None + transferName: false + transferDamage: false + revertOnCrit: false + revertOnDeath: false - type: polymorph id: WizardForcedCluwne - entity: MobCluwne - forced: true - transferName: true - transferHumanoidAppearance: true - inventory: Transfer - revertOnDeath: true + configuration: + entity: MobCluwne + forced: true + transferName: true + transferHumanoidAppearance: true + inventory: Transfer + revertOnDeath: true # this is a test for transferring some visual appearance stuff - type: polymorph id: TestHumanMorph - entity: MobHuman - transferName: true - transferHumanoidAppearance: true - inventory: Transfer + configuration: + entity: MobHuman + transferName: true + transferHumanoidAppearance: true + inventory: Transfer - type: polymorph id: AMIVMorph - entity: MobMonkey - forced: true - inventory: Transfer - transferName: true - revertOnCrit: false - revertOnDeath: false + configuration: + entity: MobMonkey + forced: true + inventory: Transfer + transferName: true + revertOnCrit: false + revertOnDeath: false - type: polymorph id: BreadMorph - entity: FoodBreadPlain - forced: true - inventory: None - transferName: false - transferDamage: true - revertOnCrit: false - revertOnDeath: true - revertOnEat: true + configuration: + entity: FoodBreadPlain + forced: true + inventory: None + transferName: false + transferDamage: true + revertOnCrit: false + revertOnDeath: true + revertOnEat: true - type: polymorph id: TreeMorph - entity: FloraTree01 - forced: true - transferName: true - revertOnDeath: true - inventory: Drop - cooldown: 160 + configuration: + entity: FloraTree01 + forced: true + transferName: true + revertOnDeath: true + inventory: Drop + cooldown: 160 # this is the monkey polymorph for artifact. - type: polymorph id: ArtifactMonkey - entity: MobMonkey - forced: true - transferName: true - allowRepeatedMorphs: true - inventory: Transfer - revertOnCrit: true - revertOnDeath: true - duration: 20 + configuration: + entity: MobMonkey + forced: true + transferName: true + allowRepeatedMorphs: true + inventory: Transfer + revertOnCrit: true + revertOnDeath: true + duration: 20 - type: polymorph id: ArtifactCluwne - entity: MobCluwne - forced: true - transferName: true - transferHumanoidAppearance: true - inventory: None - revertOnDeath: true - revertOnCrit: true - duration: 30 + configuration: + entity: MobCluwne + forced: true + transferName: true + transferHumanoidAppearance: true + inventory: None + revertOnDeath: true + revertOnCrit: true + duration: 30 - type: polymorph id: ArtifactLizard - entity: MobLizard - forced: true - transferName: true - transferHumanoidAppearance: true - inventory: None - revertOnDeath: true - revertOnCrit: true - duration: 20 + configuration: + entity: MobLizard + forced: true + transferName: true + transferHumanoidAppearance: true + inventory: None + revertOnDeath: true + revertOnCrit: true + duration: 20 - type: polymorph id: ArtifactLuminous - entity: MobLuminousPerson - forced: true - transferName: true - transferHumanoidAppearance: true - inventory: None - revertOnDeath: true - revertOnCrit: true - duration: 20 + configuration: + entity: MobLuminousPerson + forced: true + transferName: true + transferHumanoidAppearance: true + inventory: None + revertOnDeath: true + revertOnCrit: true + duration: 20 diff --git a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml index c0c3bf77f8..4810f0c546 100644 --- a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml @@ -515,14 +515,14 @@ targetDepth: 2 effectHint: artifact-effect-hint-polymorph components: - - type: PolyArtifact + - type: PolyOthersArtifact - type: artifactEffect id: EffectPolyLizard targetDepth: 2 effectHint: artifact-effect-hint-polymorph components: - - type: PolyArtifact + - type: PolyOthersArtifact polymorphPrototypeName: ArtifactLizard - type: artifactEffect @@ -530,7 +530,7 @@ targetDepth: 3 effectHint: artifact-effect-hint-polymorph components: - - type: PolyArtifact + - type: PolyOthersArtifact polymorphPrototypeName: ArtifactLuminous - type: artifactEffect From abcc75df5be827b86b152d1816fc363c163df105 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+slambamactionman@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:40:54 +0100 Subject: [PATCH 200/391] Make paper edible (#24755) * Edible paper * Added Paper tag (cherry picked from commit d520198f1357487940d2de12fa567b5461b20ba2) --- Resources/Prototypes/Body/Organs/moth.yml | 1 + Resources/Prototypes/Body/Organs/reptilian.yml | 1 + Resources/Prototypes/Entities/Objects/Misc/paper.yml | 12 ++++++++++++ Resources/Prototypes/tags.yml | 3 +++ 4 files changed, 17 insertions(+) diff --git a/Resources/Prototypes/Body/Organs/moth.yml b/Resources/Prototypes/Body/Organs/moth.yml index 7ffc3ff4ec..9b94e77b7e 100644 --- a/Resources/Prototypes/Body/Organs/moth.yml +++ b/Resources/Prototypes/Body/Organs/moth.yml @@ -8,6 +8,7 @@ tags: - ClothMade - Fruit # DeltaV - Moth can eat fruits. + - Paper - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Body/Organs/reptilian.yml b/Resources/Prototypes/Body/Organs/reptilian.yml index 01c0fe9658..993f90e1c6 100644 --- a/Resources/Prototypes/Body/Organs/reptilian.yml +++ b/Resources/Prototypes/Body/Organs/reptilian.yml @@ -10,6 +10,7 @@ - Meat - Pill - Crayon + - Paper - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 0c8a5ea055..50f594abae 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -28,6 +28,7 @@ tags: - Document - Trash + - Paper - type: Appearance - type: PaperVisuals - type: Flammable @@ -56,6 +57,17 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: Food + solution: food + delay: 7 + forceFeedDelay: 7 + - type: SolutionContainerManager + solutions: + food: + maxVol: 1 + reagents: + - ReagentId: Fiber + Quantity: 1 - type: entity name: paper scrap diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 62f08e0715..b07c8d267a 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -850,6 +850,9 @@ - type: Tag id: Packet +- type: Tag + id: Paper + - type: Tag id: Payload # for grenade/bomb crafting From db8726cd0dc135386a37ce41df44040bbe176428 Mon Sep 17 00:00:00 2001 From: mac6na6na <132022491+mac6na6na@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:41:03 -0500 Subject: [PATCH 201/391] Remove tiered part crates from expeditions (#24810) Remove part crates (cherry picked from commit 8b292671f498db9b7f9f4db8cb7b569440259782) --- Resources/Prototypes/Procedural/salvage_loot.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Resources/Prototypes/Procedural/salvage_loot.yml b/Resources/Prototypes/Procedural/salvage_loot.yml index 175e9ea9a3..ed649f54b3 100644 --- a/Resources/Prototypes/Procedural/salvage_loot.yml +++ b/Resources/Prototypes/Procedural/salvage_loot.yml @@ -27,15 +27,6 @@ - proto: CloningPodMachineCircuitboard cost: 2 - proto: CognizineChemistryBottle - - proto: CratePartsT3 - cost: 2 - prob: 0.5 - - proto: CratePartsT3T4 - cost: 5 - prob: 0.5 - - proto: CratePartsT4 - cost: 5 - prob: 0.5 - proto: CrateSalvageEquipment cost: 3 prob: 0.5 From 2c1c62fd6001a0209bf125416161a3328deb7e64 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 12:42:10 +0000 Subject: [PATCH 202/391] Automatic changelog update (cherry picked from commit 1fc237a84ec6086095089f3a4e6b89513114697c) --- Resources/Changelog/Changelog.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6341fc16cf..e0f9abc95a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Added a new "uneven" hair style. - type: Add - id: 5356 - time: '2023-12-13T21:34:28.0000000+00:00' -- author: notafet - changes: - - message: Plasma and tritium fires spread more slowly and are now more survivable. - type: Tweak - id: 5357 - time: '2023-12-14T02:39:38.0000000+00:00' - author: Dygon changes: - message: 'A new type of grenade has been developed, these grenades release a spray @@ -3863,3 +3851,17 @@ id: 5855 time: '2024-02-01T11:54:25.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24554 +- author: SlamBamActionman + changes: + - message: Paper is now edible, even for non-moths. + type: Tweak + id: 5856 + time: '2024-02-01T12:40:55.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24755 +- author: mac6na6na + changes: + - message: Tiered part crates will no longer appear on salvage expeditions. + type: Remove + id: 5857 + time: '2024-02-01T12:41:03.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24810 From 27895cd4d979c44908e8147f66943d62e9e01aec Mon Sep 17 00:00:00 2001 From: Kara Date: Thu, 1 Feb 2024 05:49:48 -0700 Subject: [PATCH 203/391] Open some windows non-centered to avoid covering the player (#24767) (cherry picked from commit e212b10ca205b5a76c20a3daca4a13af435611c5) --- Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs | 2 +- Content.Client/Crayon/UI/CrayonBoundUserInterface.cs | 2 +- Content.Client/Lathe/UI/LatheBoundUserInterface.cs | 2 +- Content.Client/RoundEnd/RoundEndSummaryWindow.cs | 2 +- .../VendingMachines/VendingMachineBoundUserInterface.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs b/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs index 142fedc48f..ad496caa8e 100644 --- a/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs +++ b/Content.Client/Atmos/UI/GasAnalyzerBoundUserInterface.cs @@ -18,7 +18,7 @@ protected override void Open() _window = new GasAnalyzerWindow(); _window.OnClose += OnClose; - _window.OpenCentered(); + _window.OpenCenteredLeft(); } protected override void ReceiveMessage(BoundUserInterfaceMessage message) diff --git a/Content.Client/Crayon/UI/CrayonBoundUserInterface.cs b/Content.Client/Crayon/UI/CrayonBoundUserInterface.cs index 3bb3b5eeaf..e2c4d51ecd 100644 --- a/Content.Client/Crayon/UI/CrayonBoundUserInterface.cs +++ b/Content.Client/Crayon/UI/CrayonBoundUserInterface.cs @@ -24,7 +24,7 @@ protected override void Open() var prototypeManager = IoCManager.Resolve(); var crayonDecals = prototypeManager.EnumeratePrototypes().Where(x => x.Tags.Contains("crayon")); _menu.Populate(crayonDecals); - _menu.OpenCentered(); + _menu.OpenCenteredLeft(); } protected override void UpdateState(BoundUserInterfaceState state) diff --git a/Content.Client/Lathe/UI/LatheBoundUserInterface.cs b/Content.Client/Lathe/UI/LatheBoundUserInterface.cs index 456471598a..6e6d1b9176 100644 --- a/Content.Client/Lathe/UI/LatheBoundUserInterface.cs +++ b/Content.Client/Lathe/UI/LatheBoundUserInterface.cs @@ -31,7 +31,7 @@ protected override void Open() SendMessage(new LatheQueueRecipeMessage(recipe, amount)); }; - _menu.OpenCentered(); + _menu.OpenCenteredRight(); } protected override void UpdateState(BoundUserInterfaceState state) diff --git a/Content.Client/RoundEnd/RoundEndSummaryWindow.cs b/Content.Client/RoundEnd/RoundEndSummaryWindow.cs index bb75d75d75..5b73c77934 100644 --- a/Content.Client/RoundEnd/RoundEndSummaryWindow.cs +++ b/Content.Client/RoundEnd/RoundEndSummaryWindow.cs @@ -37,7 +37,7 @@ public RoundEndSummaryWindow(string gm, string roundEnd, TimeSpan roundTimeSpan, Contents.AddChild(roundEndTabs); - OpenCentered(); + OpenCenteredRight(); MoveToFront(); } diff --git a/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs b/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs index 6f28ddb31f..17ddba77ff 100644 --- a/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs +++ b/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs @@ -36,7 +36,7 @@ protected override void Open() _menu.Populate(_cachedInventory, out _cachedFilteredIndex); - _menu.OpenCentered(); + _menu.OpenCenteredLeft(); } protected override void UpdateState(BoundUserInterfaceState state) From 1e904806353a331c52b72fb88a71d6ff95449525 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 12:50:54 +0000 Subject: [PATCH 204/391] Automatic changelog update (cherry picked from commit b932d94ded2ff4f8e6e563e55231263ee01389e3) --- Resources/Changelog/Changelog.yml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e0f9abc95a..e723500cd7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,20 +1,4 @@ Entries: -- author: Dygon - changes: - - message: 'A new type of grenade has been developed, these grenades release a spray - of bullets instead of exploding: Shrapnel grenade, Stinger grenade and Incendiary - grenade.' - type: Add - - message: Stinger grenades and ClusterBangs are now available in the sectech. - type: Add - - message: Incendiary grenades, Shrapnel grenades, Cluster grenades and the Slipocalypse - ClusterSoap are now available in the syndicate uplink, clowns also get a Clusterbanana - in their uplink. - type: Add - - message: Explosive banana peels are now more dangerous. - type: Tweak - id: 5358 - time: '2023-12-14T03:30:43.0000000+00:00' - author: EmoGarbage404 changes: - message: Added gas condensers. These machines are available at the circuit imprinter @@ -3865,3 +3849,11 @@ id: 5857 time: '2024-02-01T12:41:03.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24810 +- author: mirrorcult + changes: + - message: Crayon/lathe/vendor/round end/gas analyzer windows now open closer to + the sides of the screen + type: Tweak + id: 5858 + time: '2024-02-01T12:49:49.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24767 From 215d861bb859dfb0e4641507203debf346200beb Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:56:40 +0000 Subject: [PATCH 205/391] make dialog window not evil (#24677) * add Placeholder and make default buttons flags consistent w old behaviour * DialogWindow ops * make QuickDialog use DialogWindow * Update Content.Client/UserInterface/Controls/DialogWindow.xaml --------- Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit 6b03aaaec78bd50c8f4730c9aa7d0f5cea76e782) --- .../Administration/QuickDialogSystem.cs | 154 ++---------------- .../UserInterface/Controls/DialogWindow.xaml | 9 + .../Controls/DialogWindow.xaml.cs | 147 +++++++++++++++++ .../Administration/QuickDialogOpenEvent.cs | 10 +- 4 files changed, 175 insertions(+), 145 deletions(-) create mode 100644 Content.Client/UserInterface/Controls/DialogWindow.xaml create mode 100644 Content.Client/UserInterface/Controls/DialogWindow.xaml.cs diff --git a/Content.Client/Administration/QuickDialogSystem.cs b/Content.Client/Administration/QuickDialogSystem.cs index 84236c5a3e..d015b7769b 100644 --- a/Content.Client/Administration/QuickDialogSystem.cs +++ b/Content.Client/Administration/QuickDialogSystem.cs @@ -1,13 +1,8 @@ -using System.Linq; using Content.Client.UserInterface.Controls; using Content.Shared.Administration; -using Robust.Client.UserInterface; -using Robust.Client.UserInterface.Controls; namespace Content.Client.Administration; -// mfw they ported input() from BYOND - /// /// This handles the client portion of quick dialogs. /// @@ -21,149 +16,22 @@ public override void Initialize() private void OpenDialog(QuickDialogOpenEvent ev) { - var window = new FancyWindow() - { - Title = ev.Title - }; - - var entryContainer = new BoxContainer() - { - Orientation = BoxContainer.LayoutOrientation.Vertical, - Margin = new Thickness(8), - }; - - var promptsDict = new Dictionary(); - - for (var index = 0; index < ev.Prompts.Count; index++) - { - var entry = ev.Prompts[index]; - var entryBox = new BoxContainer() - { - Orientation = BoxContainer.LayoutOrientation.Horizontal - }; - - entryBox.AddChild(new Label { Text = entry.Prompt, HorizontalExpand = true, SizeFlagsStretchRatio = 0.5f }); - var edit = new LineEdit() { HorizontalExpand = true }; - entryBox.AddChild(edit); - switch (entry.Type) - { - case QuickDialogEntryType.Integer: - edit.IsValid += VerifyInt; - edit.PlaceHolder = Loc.GetString("quick-dialog-ui-integer"); - break; - case QuickDialogEntryType.Float: - edit.IsValid += VerifyFloat; - edit.PlaceHolder = Loc.GetString("quick-dialog-ui-float"); - break; - case QuickDialogEntryType.ShortText: - edit.IsValid += VerifyShortText; - edit.PlaceHolder = Loc.GetString("quick-dialog-ui-short-text"); - break; - case QuickDialogEntryType.LongText: - edit.IsValid += VerifyLongText; - edit.PlaceHolder = Loc.GetString("quick-dialog-ui-long-text"); - break; - default: - throw new ArgumentOutOfRangeException(); - } - - promptsDict.Add(entry.FieldId, edit); - entryContainer.AddChild(entryBox); - - if (index == ev.Prompts.Count - 1) - { - // Last text box gets enter confirmation. - // Only the last so you don't accidentally confirm early. - edit.OnTextEntered += _ => Confirm(); - } - } + var ok = (ev.Buttons & QuickDialogButtonFlag.OkButton) != 0; + var cancel = (ev.Buttons & QuickDialogButtonFlag.CancelButton) != 0; + var window = new DialogWindow(ev.Title, ev.Prompts, ok: ok, cancel: cancel); - var buttonsBox = new BoxContainer() + window.OnConfirmed += responses => { - Orientation = BoxContainer.LayoutOrientation.Horizontal, - HorizontalAlignment = Control.HAlignment.Center, - }; - - var alreadyReplied = false; - - if ((ev.Buttons & QuickDialogButtonFlag.OkButton) != 0) - { - var okButton = new Button() - { - Text = Loc.GetString("quick-dialog-ui-ok"), - }; - - okButton.OnPressed += _ => Confirm(); - - buttonsBox.AddChild(okButton); - } - - if ((ev.Buttons & QuickDialogButtonFlag.OkButton) != 0) - { - var cancelButton = new Button() - { - Text = Loc.GetString("quick-dialog-ui-cancel"), - }; - - cancelButton.OnPressed += _ => - { - RaiseNetworkEvent(new QuickDialogResponseEvent(ev.DialogId, - new(), - QuickDialogButtonFlag.CancelButton)); - alreadyReplied = true; - window.Close(); - }; - - buttonsBox.AddChild(cancelButton); - } - - window.OnClose += () => - { - if (!alreadyReplied) - { - RaiseNetworkEvent(new QuickDialogResponseEvent(ev.DialogId, - new(), - QuickDialogButtonFlag.CancelButton)); - } + RaiseNetworkEvent(new QuickDialogResponseEvent(ev.DialogId, + responses, + QuickDialogButtonFlag.OkButton)); }; - entryContainer.AddChild(buttonsBox); - - window.ContentsContainer.AddChild(entryContainer); - - window.MinWidth *= 2; // Just double it. - - window.OpenCentered(); - - return; - - void Confirm() + window.OnCancelled += () => { RaiseNetworkEvent(new QuickDialogResponseEvent(ev.DialogId, - promptsDict.Select(x => (x.Key, x.Value.Text)).ToDictionary(x => x.Key, x => x.Text), - QuickDialogButtonFlag.OkButton)); - alreadyReplied = true; - window.Close(); - } - } - - private bool VerifyInt(string input) - { - return int.TryParse(input, out var _); - } - - private bool VerifyFloat(string input) - { - return float.TryParse(input, out var _); - } - - private bool VerifyShortText(string input) - { - return input.Length <= 100; - } - - private bool VerifyLongText(string input) - { - return input.Length <= 2000; + new(), + QuickDialogButtonFlag.CancelButton)); + }; } } diff --git a/Content.Client/UserInterface/Controls/DialogWindow.xaml b/Content.Client/UserInterface/Controls/DialogWindow.xaml new file mode 100644 index 0000000000..4f9a8a49f9 --- /dev/null +++ b/Content.Client/UserInterface/Controls/DialogWindow.xaml @@ -0,0 +1,9 @@ + + + + + public string Prompt; - public QuickDialogEntry(string fieldId, QuickDialogEntryType type, string prompt) + /// + /// String to replace the type-specific placeholder with. + /// + public string? Placeholder; + + public QuickDialogEntry(string fieldId, QuickDialogEntryType type, string prompt, string? placeholder = null) { FieldId = fieldId; Type = type; Prompt = prompt; + Placeholder = placeholder; } } From e10eb321d464ef7d797ead6ac2cdabae97da30be Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 1 Feb 2024 13:59:41 +0100 Subject: [PATCH 206/391] Make plushies, whoopie cushions, and some toys usable as modular grenade payloads (#24306) * Toot * Hm, but why stop there? --------- Co-authored-by: metalgearsloth (cherry picked from commit 5dc1481e0380289943936af1f36a72949a86d219) --- .../Entities/Objects/Fun/bike_horn.yml | 5 ++ .../Prototypes/Entities/Objects/Fun/skub.yml | 6 ++ .../Prototypes/Entities/Objects/Fun/toys.yml | 73 +++++++++++++++++++ .../Entities/Objects/Misc/desk_bell.yml | 3 + 4 files changed, 87 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml index 1a79011d1b..7c69aa0901 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml @@ -133,6 +133,11 @@ collection: BananiumHorn params: variation: 0.246 + - type: EmitSoundOnTrigger + sound: + collection: BananiumHorn + params: + variation: 0.246 - type: Construction graph: BananiumHorn node: bananiumHorn diff --git a/Resources/Prototypes/Entities/Objects/Fun/skub.yml b/Resources/Prototypes/Entities/Objects/Fun/skub.yml index 0061270df2..9d4bfe79bb 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/skub.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/skub.yml @@ -7,10 +7,16 @@ - type: Sprite sprite: Objects/Misc/skub.rsi state: icon + - type: Tag + tags: + - Payload - type: Item sprite: Objects/Misc/skub.rsi - type: EmitSoundOnUse sound: collection: Skub + - type: EmitSoundOnTrigger + sound: + collection: Skub - type: UseDelay delay: 2.0 diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index be52665f55..17838b0fde 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -7,6 +7,9 @@ components: - type: Sprite sprite: Objects/Fun/toys.rsi + - type: Tag + tags: + - Payload - type: EmitSoundOnUse sound: collection: ToySqueak @@ -19,6 +22,9 @@ - type: EmitSoundOnLand sound: collection: ToyFall + - type: EmitSoundOnTrigger + sound: + collection: ToySqueak - type: UseDelay delay: 1.0 - type: MeleeWeapon @@ -66,6 +72,7 @@ tags: - ForceableFollow - PlushieGhost + - Payload - type: RandomWalk accumulatorRatio: 0.5 maxSpeed: 1 @@ -133,6 +140,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/mousesqueek.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -199,6 +209,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Voice/Arachnid/arachnid_laugh.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Arachnid/arachnid_laugh.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -221,6 +234,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Items/Toys/weh.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/weh.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -252,6 +268,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Items/Toys/muffled_weh.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/muffled_weh.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -278,6 +297,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Items/Toys/toy_rustle.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/toy_rustle.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -333,6 +355,7 @@ - type: Tag tags: - PlushieSharkBlue + - Payload - type: entity parent: PlushieSharkBlue @@ -348,6 +371,7 @@ - type: Tag tags: - PlushieSharkPink + - Payload - type: entity parent: PlushieSharkBlue @@ -363,6 +387,7 @@ - type: Tag tags: - PlushieSharkGrey + - Payload - type: entity parent: BasePlushie @@ -405,6 +430,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Effects/bite.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Effects/bite.ogg - type: MeleeWeapon wideAnimationRotation: -90 soundHit: @@ -432,6 +460,9 @@ - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/rattle.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/rattle.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -448,6 +479,9 @@ - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/mousesqueek.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/mousesqueek.ogg - type: MeleeWeapon wideAnimationRotation: -90 soundHit: @@ -478,6 +512,9 @@ - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/quack.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/quack.ogg - type: entity parent: BasePlushie @@ -493,6 +530,9 @@ - type: EmitSoundOnLand sound: path: /Audio/Voice/Vox/shriek1.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Vox/shriek1.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -526,6 +566,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Weapons/Xeno/alien_spitacid.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Weapons/Xeno/alien_spitacid.ogg - type: MeleeWeapon wideAnimationRotation: 180 soundHit: @@ -568,6 +611,9 @@ components: - type: Sprite state: nuketoy + - type: Tag + tags: + - Payload - type: UseDelay delay: 180.0 - type: EmitSoundOnUse @@ -582,6 +628,12 @@ params: volume: -5 maxDistance: 10 + - type: EmitSoundOnTrigger + sound: + path: /Audio/Machines/Nuke/nuke_alarm.ogg + params: + volume: -5 + maxDistance: 10 - type: entity parent: BasePlushie @@ -596,6 +648,9 @@ - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/ian.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/ian.ogg - type: MeleeWeapon soundHit: path: /Audio/Items/Toys/ian.ogg @@ -1013,11 +1068,15 @@ - type: EmitSoundOnActivate sound: collection: ClownRecorder + - type: EmitSoundOnTrigger + sound: + collection: ClownRecorder - type: UseDelay delay: 30.0 - type: Tag tags: - ClownRecorder + - Payload - type: entity parent: BaseItem @@ -1067,6 +1126,9 @@ sprite: Objects/Fun/whoopie.rsi state: icon quickEquip: false + - type: Tag + tags: + - Payload - type: EmitSoundOnUse sound: collection: Parp @@ -1092,6 +1154,11 @@ intersectRatio: 0.2 requiredTriggeredSpeed: 1 - type: TriggerOnStepTrigger + - type: EmitSoundOnTrigger + sound: + collection: Parp + params: + variation: 0.125 - type: Appearance - type: CollisionWake enabled: false @@ -1178,6 +1245,9 @@ - type: EmitSoundOnActivate sound: path: /Audio/Voice/Moth/moth_squeak.ogg # DeltaV - Give back the mothplushie the squeak + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Moth/moth_scream.ogg # DeltaV - Make the mothplushie scream on trigger - type: MeleeWeapon soundHit: path: /Audio/Voice/Moth/moth_squeak.ogg # DeltaV - Give back the mothplushie the squeak @@ -1214,6 +1284,9 @@ - type: MeleeWeapon soundHit: path: /Audio/Voice/Human/malescream_4.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Voice/Human/malescream_5.ogg - type: entity parent: BaseItem diff --git a/Resources/Prototypes/Entities/Objects/Misc/desk_bell.yml b/Resources/Prototypes/Entities/Objects/Misc/desk_bell.yml index cef406ea50..1fe3b8a271 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/desk_bell.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/desk_bell.yml @@ -7,6 +7,9 @@ - type: Sprite sprite: Objects/Misc/desk_bell.rsi state: "normal" + - type: Tag + tags: + - Payload - type: InteractionPopup successChance: 1 interactSuccessSound: From dd000c92ec85353206ed3f3cb7e20aa4692b5615 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 13:00:48 +0000 Subject: [PATCH 207/391] Automatic changelog update (cherry picked from commit 45dff4b47d4273378526434d363880d822c27f76) --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e723500cd7..4c58c79cfa 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added gas condensers. These machines are available at the circuit imprinter - and can convert gases into liquids. Tasty! - type: Add - id: 5359 - time: '2023-12-14T03:35:44.0000000+00:00' - author: DangerRevolution changes: - message: Extended emergency nitrogen tanks can now be found on the station. @@ -3857,3 +3850,11 @@ id: 5858 time: '2024-02-01T12:49:49.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24767 +- author: Tayrtahn + changes: + - message: Plushies, whoopie cushions, and a few other noisemaking objects can be + used as modular grenade payloads. + type: Add + id: 5859 + time: '2024-02-01T12:59:42.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24306 From f016a076c26cd29d1e24485e5cb7679b925b6cc1 Mon Sep 17 00:00:00 2001 From: Repo <47093363+Titian3@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:03:49 +1300 Subject: [PATCH 208/391] Fix aHelp relay to detect AFK Admins (#24482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add AFK detection for aHelp relay and admin specific afk time. * Correct query to new refactor * Change AFK timeout to 10min or else Pancake closes my PR 😭 * It wasnt a bug it was a feature, way less aHelps that way. * aHelp Colors arn't real! * Update Content.Shared/CCVar/CCVars.cs --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit 00841217062ba60d38320dfd2b93288548bb4201) --- .../Administration/Systems/BwoinkSystem.cs | 24 +++++++++++++------ Content.Server/Afk/AfkManager.cs | 11 +++++++-- Content.Shared/CCVar/CCVars.cs | 6 +++++ 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/Content.Server/Administration/Systems/BwoinkSystem.cs b/Content.Server/Administration/Systems/BwoinkSystem.cs index 87c200e08b..5439b27f42 100644 --- a/Content.Server/Administration/Systems/BwoinkSystem.cs +++ b/Content.Server/Administration/Systems/BwoinkSystem.cs @@ -6,6 +6,7 @@ using System.Text.RegularExpressions; using System.Threading.Tasks; using Content.Server.Administration.Managers; +using Content.Server.Afk; using Content.Server.Discord; using Content.Server.GameTicking; using Content.Shared.Administration; @@ -33,6 +34,7 @@ public sealed class BwoinkSystem : SharedBwoinkSystem [Dependency] private readonly IPlayerLocator _playerLocator = default!; [Dependency] private readonly GameTicker _gameTicker = default!; [Dependency] private readonly SharedMindSystem _minds = default!; + [Dependency] private readonly IAfkManager _afkManager = default!; private ISawmill _sawmill = default!; private readonly HttpClient _httpClient = new(); @@ -327,7 +329,7 @@ private WebhookPayload GeneratePayload(string messages, string username, string? username += $" ({characterName})"; // If no admins are online, set embed color to red. Otherwise green - var color = GetTargetAdmins().Count > 0 ? 0x41F097 : 0xFF0000; + var color = GetNonAfkAdmins().Count > 0 ? 0x41F097 : 0xFF0000; // Limit server name to 1500 characters, in case someone tries to be a little funny var serverName = _serverName[..Math.Min(_serverName.Length, 1500)]; @@ -471,7 +473,8 @@ protected override void OnBwoinkTextMessage(BwoinkTextMessage message, EntitySes { str = str[..(DescriptionMax - _maxAdditionalChars - unameLength)]; } - _messageQueues[msg.UserId].Enqueue(GenerateAHelpMessage(senderSession.Name, str, !personalChannel, _gameTicker.RoundDuration().ToString("hh\\:mm\\:ss"), _gameTicker.RunLevel, admins.Count == 0)); + var nonAfkAdmins = GetNonAfkAdmins(); + _messageQueues[msg.UserId].Enqueue(GenerateAHelpMessage(senderSession.Name, str, !personalChannel, _gameTicker.RoundDuration().ToString("hh\\:mm\\:ss"), _gameTicker.RunLevel, nonAfkAdmins.Count == 0)); } if (admins.Count != 0 || sendsWebhook) @@ -483,19 +486,26 @@ protected override void OnBwoinkTextMessage(BwoinkTextMessage message, EntitySes RaiseNetworkEvent(starMuteMsg, senderSession.Channel); } - // Returns all online admins with AHelp access + private IList GetNonAfkAdmins() + { + return _adminManager.ActiveAdmins + .Where(p => (_adminManager.GetAdminData(p)?.HasFlag(AdminFlags.Adminhelp) ?? false) && !_afkManager.IsAfk(p)) + .Select(p => p.Channel) + .ToList(); + } + private IList GetTargetAdmins() { return _adminManager.ActiveAdmins - .Where(p => _adminManager.GetAdminData(p)?.HasFlag(AdminFlags.Adminhelp) ?? false) - .Select(p => p.Channel) - .ToList(); + .Where(p => _adminManager.GetAdminData(p)?.HasFlag(AdminFlags.Adminhelp) ?? false) + .Select(p => p.Channel) + .ToList(); } private static string GenerateAHelpMessage(string username, string message, bool admin, string roundTime, GameRunLevel roundState, bool noReceivers = false) { var stringbuilder = new StringBuilder(); - + if (admin) stringbuilder.Append(":outbox_tray:"); else if (noReceivers) diff --git a/Content.Server/Afk/AfkManager.cs b/Content.Server/Afk/AfkManager.cs index 8f70904317..96dcb475cd 100644 --- a/Content.Server/Afk/AfkManager.cs +++ b/Content.Server/Afk/AfkManager.cs @@ -1,4 +1,5 @@ -using Content.Shared.CCVar; +using Content.Server.Administration.Managers; +using Content.Shared.CCVar; using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Configuration; @@ -38,6 +39,7 @@ public sealed class AfkManager : IAfkManager [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly IConfigurationManager _cfg = default!; [Dependency] private readonly IConsoleHost _consoleHost = default!; + [Dependency] private readonly IAdminManager _adminManager = default!; private readonly Dictionary _lastActionTimes = new(); @@ -61,10 +63,15 @@ public void PlayerDidAction(ICommonSession player) public bool IsAfk(ICommonSession player) { if (!_lastActionTimes.TryGetValue(player, out var time)) + { // Some weird edge case like disconnected clients. Just say true I guess. return true; + } + + var timeOut = _adminManager.IsAdmin(player) + ? TimeSpan.FromSeconds(_cfg.GetCVar(CCVars.AdminAfkTime)) + : TimeSpan.FromSeconds(_cfg.GetCVar(CCVars.AfkTime)); - var timeOut = TimeSpan.FromSeconds(_cfg.GetCVar(CCVars.AfkTime)); return _gameTiming.RealTime - time > timeOut; } diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index a2660de9b3..a0a3f4f4db 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -833,6 +833,12 @@ public static readonly CVarDef public static readonly CVarDef NewPlayerThreshold = CVarDef.Create("admin.new_player_threshold", 0, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + /// + /// How long an admin client can go without any input before being considered AFK. + /// + public static readonly CVarDef AdminAfkTime = + CVarDef.Create("admin.afk_time", 600f, CVar.SERVERONLY); + /* * Explosions */ From 713b9d07f367c433b77679888317a37538cd479b Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 13:04:55 +0000 Subject: [PATCH 209/391] Automatic changelog update (cherry picked from commit 3f4ddebef396f781682ec3eb5a2a6daae01b256f) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 4c58c79cfa..66d2f7b61b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: DangerRevolution - changes: - - message: Extended emergency nitrogen tanks can now be found on the station. - type: Add - id: 5360 - time: '2023-12-14T04:35:39.0000000+00:00' - author: SlamBamActionman changes: - message: Discord bot Changelog now includes hyperlinks to the PRs. @@ -3858,3 +3852,10 @@ id: 5859 time: '2024-02-01T12:59:42.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24306 +- author: Repo + changes: + - message: AFK admins will trigger the SOS in aHelp relay. + type: Tweak + id: 5860 + time: '2024-02-01T13:03:50.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24482 From 2befc023c5b82aa777823a706f7d0be03b59bcd5 Mon Sep 17 00:00:00 2001 From: Rondalph Diggs <107864742+africalimedrop@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:05:13 +0000 Subject: [PATCH 210/391] Minor bizzaresoft_flipped visual issues. (#24498) Fix gamebreaking bizzaresoft_flipped issue. * Icon now shows same detail, just from different perspective. * Cap now displays correct perspective when equipped. * Cap now displays correct perspective in hand. * Cap now appears in the same hand it's held in. (cherry picked from commit c989340c521f4d647c06942bb64ca2ac3e6099d4) --- .../bizarresoft_flipped.rsi/equipped-HELMET.png | Bin 418 -> 223 bytes .../Head/Soft/bizarresoft_flipped.rsi/icon.png | Bin 392 -> 231 bytes .../bizarresoft_flipped.rsi/inhand-left.png | Bin 411 -> 211 bytes .../bizarresoft_flipped.rsi/inhand-right.png | Bin 458 -> 212 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Clothing/Head/Soft/bizarresoft_flipped.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/bizarresoft_flipped.rsi/equipped-HELMET.png index fc6c43c930706110a1cb5f5135eb2f49b3fd1fec..34450fb75cec3ed0968b986c35d1f2ae07e51a9f 100644 GIT binary patch delta 207 zcmZ3)e4lZGL_G^L0|P^Zd(K-Rr5NB7;tHhy|NsAK8_TEZEXrKA@|>p99C~8xYC^2? zf~>N}1FA#e$$5OcUd|X`Ls)SYDuUS&+ zc6V1WcQtu>d1-K+aXlj%AmXF1?;bcIWzCd^>%K7_tHTU=6eL&|Cx|GVYG$gbX>$^u zUXW6^vU{^dSCf*eYH7`%(5DU!It-64uVVnKV_+y37T>li_~vAw#SEUVelF{r5}E)+ C8ATTW delta 404 zcmcc5xQKazL_G%^0|UdV%))y>im^Dz-HBn{IhmJ0c8sTsV@SoEx3~PgnH(k9J{&J) zyL&*)c88-5x2SaK3+XS4uO?T%_6~91UH(!-MC6!~N68I7SFat5zLsgQ#%iYr=-b*$ zOsl;)vwVhq^-RVW^`~!!tP)e2*=PIp{n}fb0N)m2m(PphyVl0=o^0-5=zTi#Ae>#=s9nR?~$!yUX}GRF~@&zOzsZRb$MiU z&*j~YYfh8Q)_#(XpTN-Yu9eMcL1C4t;C;(mn=;ScI2)NPiT(D04ph?6Onr7b18)f#J^J>FVdQ&MBb@0JnjxwEzGB diff --git a/Resources/Textures/Clothing/Head/Soft/bizarresoft_flipped.rsi/icon.png b/Resources/Textures/Clothing/Head/Soft/bizarresoft_flipped.rsi/icon.png index bb759bf4f2ca6118e3da720c001a08d71144d583..a5bc9ed7424cc82a0214a76e76aa47f6b2a750f0 100644 GIT binary patch delta 215 zcmV;|04V>61Lpyd7=Hu<0001iRAnPF87$eN~yhOR>K&Z*2wnYy@^z`9&9NyT0XRVKO#5iP=< zS9KrSf9nZ9BXZ7WSl+(Y6TxR;sf2=hw>1b}uCm8RApsTh^ez6HS7 z7pWqBPWd?`p99C~8xYC^2? zf~>N}1FA$YrUEEOo%*WttTwGu5!4UE5 zoC>?{y6$0I-Q?-zmB9K+=^0yusE@uryS9f>nAZWD*JA5JSF^?b=xGWx;7V|HVT@y4 ts(0>Dg{X+8=E}#R0embWddzN&4A!NB>+X1;{0_8?!PC{xWt~$(697*fJ+c4* delta 397 zcmV;80doG+0hr~F0004VQb$4nuFf3k00041Nkl0K#fRk}ND znSlU+Yxn?w$5AM_ZbL2R(r?$xF22?ssOX@Wa8=jYbn#9 zl#+6lpSfGlqksPLmoE{~s?q*rj^kK&mvco?v{3uHrg2mj6Y$>yAR;0nA|fIpBKljE z`d*j!-vRKme-CC==AEEth0-71AUWy6HT>z~)Ei$WrijW^fM diff --git a/Resources/Textures/Clothing/Head/Soft/bizarresoft_flipped.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Soft/bizarresoft_flipped.rsi/inhand-right.png index ec0fb5b2c89f182502610d1fb42e9e0367c3ce9f..c0ea3e083da002509e2825acaf729fedcc930a62 100644 GIT binary patch delta 196 zcmX@be1&m>L_G^L0|P^Zd(K-Rr5NB7;tHhy|NsAK8_TEZEXrKA@|>p99C~8xYC^2? zf~>N}1FEEo}UEEOo%xBG`H&34m919V@ z&Ur&*%kB>I2Fb}&rfkp(5H~buFkUu&dUEK5lr>WtY_I3WtPZF#rGn delta 444 zcmV;t0Ym=O0m=iA7=H)`00020X>r~F0004VQb$4nuFf3k0004mNklM!x zbaRTo5A5>5vpswE-+!?GA4Eh%L_|bHL}amq{5WaMNZNm6Z+~Ae{c9DA#i6;TX%dfQ z2l8J(pF&P~rfH5}C=i|~+d<4o+Uwyh!l7tC*0x&!_U|SPvuUJkfJUoAX7vyNtJC<2 zd;Y*YZveo<2 Date: Thu, 1 Feb 2024 15:08:03 +0200 Subject: [PATCH 211/391] Rev Components are no longer leaked + Rev and Zombie icon visibility to ghosts is now controlled by a cvar (#22194) * Initial work on having the Rev icons not be visible to ghosts depending on a Cvar and a component. This commit just makes it so that the revcomponent and headrev component are not shared with clients that shouldn't know about them. This is due to the concern that clients having access to those components, even if no image was displayed could allow modified clients to have meta knowledge of revs. Currently this has the issue that if a player later for example becomes a rev, none of the existing rev components get networked to them. I am not sure there is currently an effecient solution to this. This is probably in an issue for a lot more stuff. I might just make it so all the logic just moves to the client on whether to put the icon again. Also this commit adds the ShowRevIconsComponent to allow anyone with it to just view rev icons. * Rev components now get communicated to clients that didn't have them previously and the AntagIconSystem is now properly checking whether to give the icons. We now dirty all the rev/headrev components when someone gets converted or gets the ViewRevIcons component. The AntagIconSystem now checks whether it should draw the icons mostly based on an event, this is still done client side. This is not a full proof solution to make it so clients can't know someone is an antag when they shouldn't because: 1. There are other components that need similar treatment, to my knowledge not to for revs but for other antags. Maybe even the mind component. This could be addressed in future PRs. 2. We cannot ensure that clients forget about these components if the client gets deconverted for example. We can of course have code that does this, but it will necessarily need to be done on the client and if the client is modified then there is no way to ensure this. Of course at that point they should already know who their fellow revs are so this might not be an issue. I now need to do the same thing for zombies in a future commit. A similar system for nukies also needs to be looked at but I will not be doing that in the PR this commit ends up in. * Misc name changes and cleaning up the ZombieSystem Changed some names around and decoupled the ZombieSystem from the AntagStatusIconsystem. Now there is a cvar for ghost visibility for them as well. The Zombie Component was not made SessionSpecific because: 1. Zombies are pretty visible anyways 2. The Component is needed to change the appearance of zombie players. * Misc name changes and cleaning up the ZombieSystem Changed some names around and decoupled the ZombieSystem from the AntagStatusIconsystem. Now there is a cvar for ghost visibility for them as well. The Zombie Component was not made SessionSpecific because: 1. Zombies are pretty visible anyways 2. The Component is needed to change the appearance of zombie players. * Merged 2 if statements into 1 on the Zombiesystem. * Cut down on code duplication in AntagStatusIconSystem Now instead of having a seperate function for each component, there is 1 generic function. Functions for special cases like the Rev/Headrev comp can have a separate function that does the special check and then calls the generic one. This is done through the IAntagStatusIconComponent interface which provides a common interface to get the Icon. * Removed some duplication from the SharedRevolutionarySystem with generics. I have no idea why I didn't think of this sooner. * Addressed Reviews I think I think events get unsubbed automatically but I am probably missing something that I have not understood. Either way this is a requested change. * Replace war crimes with actual fixes for reviews It was not clear to me what the reviews meant * Addressed reviews by removing need for cvars. Whether icons are visible to ghosts is now determined by a bool in IAntagStatusIcon which all antag components with status icons should implement. * Update Content.Shared/Revolutionary/SharedRevolutionarySystem.cs --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit 8b19b7fab9dd8fb115f65794d97a26ebb9aa1142) --- Content.Client/Antag/AntagStatusIconSystem.cs | 42 ++++++++--- .../Revolutionary/RevolutionarySystem.cs | 33 +++++---- Content.Client/Zombies/ZombieSystem.cs | 20 ++++-- .../Antag/IAntagStatusIconComponent.cs | 12 ++++ .../Components/HeadRevolutionaryComponent.cs | 10 ++- .../Components/RevolutionaryComponent.cs | 10 ++- .../Components/ShowRevIconsComponent.cs | 11 +++ .../SharedRevolutionarySystem.cs | 69 +++++++++++++++++++ .../Components/StatusIconComponent.cs | 12 ++++ .../Zombies/ShowZombieIconsComponent.cs | 12 ++++ Content.Shared/Zombies/ZombieComponent.cs | 10 ++- .../Entities/Mobs/Player/admin_ghost.yml | 2 + 12 files changed, 208 insertions(+), 35 deletions(-) create mode 100644 Content.Shared/Antag/IAntagStatusIconComponent.cs create mode 100644 Content.Shared/Revolutionary/Components/ShowRevIconsComponent.cs create mode 100644 Content.Shared/Zombies/ShowZombieIconsComponent.cs diff --git a/Content.Client/Antag/AntagStatusIconSystem.cs b/Content.Client/Antag/AntagStatusIconSystem.cs index bf3955b49a..5d87837893 100644 --- a/Content.Client/Antag/AntagStatusIconSystem.cs +++ b/Content.Client/Antag/AntagStatusIconSystem.cs @@ -1,6 +1,8 @@ -using Content.Shared.Ghost; +using Content.Shared.Antag; +using Content.Shared.Revolutionary.Components; using Content.Shared.StatusIcon; using Content.Shared.StatusIcon.Components; +using Content.Shared.Zombies; using Robust.Client.Player; using Robust.Shared.Prototypes; @@ -9,24 +11,44 @@ namespace Content.Client.Antag; /// /// Used for assigning specified icons for antags. /// -public abstract class AntagStatusIconSystem : SharedStatusIconSystem - where T : IComponent +public sealed class AntagStatusIconSystem : SharedStatusIconSystem { [Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly IPlayerManager _player = default!; + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(GetRevIcon); + SubscribeLocalEvent(GetIcon); + SubscribeLocalEvent(GetIcon); + } /// - /// Will check if the local player has the same component as the one who called it and give the status icon. + /// Adds a Status Icon on an entity if the player is supposed to see it. /// - /// The status icon that your antag uses - /// The GetStatusIcon event. - protected virtual void GetStatusIcon(string antagStatusIcon, ref GetStatusIconsEvent args) + private void GetIcon(EntityUid uid, T comp, ref GetStatusIconsEvent ev) where T: IAntagStatusIconComponent { - var ent = _player.LocalPlayer?.ControlledEntity; + var ent = _player.LocalSession?.AttachedEntity; + + var canEv = new CanDisplayStatusIconsEvent(ent); + RaiseLocalEvent(uid, ref canEv); + + if (!canEv.Cancelled) + ev.StatusIcons.Add(_prototype.Index(comp.StatusIcon)); + } - if (!HasComp(ent) && !HasComp(ent)) + + /// + /// Adds the Rev Icon on an entity if the player is supposed to see it. This additional function is needed to deal + /// with a special case where if someone is a head rev we only want to display the headrev icon. + /// + private void GetRevIcon(EntityUid uid, RevolutionaryComponent comp, ref GetStatusIconsEvent ev) + { + if (HasComp(uid)) return; - args.StatusIcons.Add(_prototype.Index(antagStatusIcon)); + GetIcon(uid, comp, ref ev); + } } diff --git a/Content.Client/Revolutionary/RevolutionarySystem.cs b/Content.Client/Revolutionary/RevolutionarySystem.cs index 0818b14bc0..682c73f93e 100644 --- a/Content.Client/Revolutionary/RevolutionarySystem.cs +++ b/Content.Client/Revolutionary/RevolutionarySystem.cs @@ -1,5 +1,6 @@ +using Content.Shared.Antag; using Content.Shared.Revolutionary.Components; -using Content.Client.Antag; +using Content.Shared.Ghost; using Content.Shared.StatusIcon.Components; namespace Content.Client.Revolutionary; @@ -7,29 +8,37 @@ namespace Content.Client.Revolutionary; /// /// Used for the client to get status icons from other revs. /// -public sealed class RevolutionarySystem : AntagStatusIconSystem +public sealed class RevolutionarySystem : EntitySystem { + public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(GetRevIcon); - SubscribeLocalEvent(GetHeadRevIcon); + SubscribeLocalEvent(OnCanShowRevIcon); + SubscribeLocalEvent(OnCanShowRevIcon); } /// - /// Checks if the person who triggers the GetStatusIcon event is also a Rev or a HeadRev. + /// Determine whether a client should display the rev icon. /// - private void GetRevIcon(EntityUid uid, RevolutionaryComponent comp, ref GetStatusIconsEvent args) + private void OnCanShowRevIcon(EntityUid uid, T comp, ref CanDisplayStatusIconsEvent args) where T : IAntagStatusIconComponent { - if (!HasComp(uid)) - { - GetStatusIcon(comp.RevStatusIcon, ref args); - } + args.Cancelled = !CanDisplayIcon(args.User, comp.IconVisibleToGhost); } - private void GetHeadRevIcon(EntityUid uid, HeadRevolutionaryComponent comp, ref GetStatusIconsEvent args) + /// + /// The criteria that determine whether a client should see Rev/Head rev icons. + /// + private bool CanDisplayIcon(EntityUid? uid, bool visibleToGhost) { - GetStatusIcon(comp.HeadRevStatusIcon, ref args); + if (HasComp(uid) || HasComp(uid)) + return true; + + if (visibleToGhost && HasComp(uid)) + return true; + + return HasComp(uid); } + } diff --git a/Content.Client/Zombies/ZombieSystem.cs b/Content.Client/Zombies/ZombieSystem.cs index 6d0355f6f8..bd89e978c7 100644 --- a/Content.Client/Zombies/ZombieSystem.cs +++ b/Content.Client/Zombies/ZombieSystem.cs @@ -1,5 +1,5 @@ using System.Linq; -using Content.Client.Antag; +using Content.Shared.Ghost; using Content.Shared.Humanoid; using Content.Shared.StatusIcon.Components; using Content.Shared.Zombies; @@ -7,15 +7,14 @@ namespace Content.Client.Zombies; -public sealed class ZombieSystem : AntagStatusIconSystem +public sealed class ZombieSystem : EntitySystem { - public override void Initialize() { base.Initialize(); SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(OnGetStatusIcon); + SubscribeLocalEvent(OnCanDisplayStatusIcons); } private void OnStartup(EntityUid uid, ZombieComponent component, ComponentStartup args) @@ -32,8 +31,17 @@ private void OnStartup(EntityUid uid, ZombieComponent component, ComponentStartu } } - private void OnGetStatusIcon(EntityUid uid, ZombieComponent component, ref GetStatusIconsEvent args) + /// + /// Determines whether a player should be able to see the StatusIcon for zombies. + /// + private void OnCanDisplayStatusIcons(EntityUid uid, ZombieComponent component, ref CanDisplayStatusIconsEvent args) { - GetStatusIcon(component.ZombieStatusIcon, ref args); + if (HasComp(args.User) || HasComp(args.User)) + return; + + if (component.IconVisibleToGhost && HasComp(args.User)) + return; + + args.Cancelled = true; } } diff --git a/Content.Shared/Antag/IAntagStatusIconComponent.cs b/Content.Shared/Antag/IAntagStatusIconComponent.cs new file mode 100644 index 0000000000..981937c916 --- /dev/null +++ b/Content.Shared/Antag/IAntagStatusIconComponent.cs @@ -0,0 +1,12 @@ +using Content.Shared.StatusIcon; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Antag; + +public interface IAntagStatusIconComponent +{ + public ProtoId StatusIcon { get; set; } + + public bool IconVisibleToGhost { get; set; } +} + diff --git a/Content.Shared/Revolutionary/Components/HeadRevolutionaryComponent.cs b/Content.Shared/Revolutionary/Components/HeadRevolutionaryComponent.cs index 48d7c23097..d2c8374fef 100644 --- a/Content.Shared/Revolutionary/Components/HeadRevolutionaryComponent.cs +++ b/Content.Shared/Revolutionary/Components/HeadRevolutionaryComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.Antag; using Robust.Shared.GameStates; using Content.Shared.StatusIcon; using Robust.Shared.Prototypes; @@ -8,17 +9,22 @@ namespace Content.Shared.Revolutionary.Components; /// Component used for marking a Head Rev for conversion and winning/losing. /// [RegisterComponent, NetworkedComponent, Access(typeof(SharedRevolutionarySystem))] -public sealed partial class HeadRevolutionaryComponent : Component +public sealed partial class HeadRevolutionaryComponent : Component, IAntagStatusIconComponent { /// /// The status icon corresponding to the head revolutionary. /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public ProtoId HeadRevStatusIcon = "HeadRevolutionaryFaction"; + public ProtoId StatusIcon { get; set; } = "HeadRevolutionaryFaction"; /// /// How long the stun will last after the user is converted. /// [DataField, ViewVariables(VVAccess.ReadWrite)] public TimeSpan StunTime = TimeSpan.FromSeconds(3); + + public override bool SessionSpecific => true; + + [DataField] + public bool IconVisibleToGhost { get; set; } = true; } diff --git a/Content.Shared/Revolutionary/Components/RevolutionaryComponent.cs b/Content.Shared/Revolutionary/Components/RevolutionaryComponent.cs index e55c87786b..587c148dd7 100644 --- a/Content.Shared/Revolutionary/Components/RevolutionaryComponent.cs +++ b/Content.Shared/Revolutionary/Components/RevolutionaryComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.Antag; using Robust.Shared.GameStates; using Content.Shared.StatusIcon; using Robust.Shared.Prototypes; @@ -8,11 +9,16 @@ namespace Content.Shared.Revolutionary.Components; /// Used for marking regular revs as well as storing icon prototypes so you can see fellow revs. /// [RegisterComponent, NetworkedComponent, Access(typeof(SharedRevolutionarySystem))] -public sealed partial class RevolutionaryComponent : Component +public sealed partial class RevolutionaryComponent : Component, IAntagStatusIconComponent { /// /// The status icon prototype displayed for revolutionaries /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public ProtoId RevStatusIcon = "RevolutionaryFaction"; + public ProtoId StatusIcon { get; set; } = "RevolutionaryFaction"; + + public override bool SessionSpecific => true; + + [DataField] + public bool IconVisibleToGhost { get; set; } = true; } diff --git a/Content.Shared/Revolutionary/Components/ShowRevIconsComponent.cs b/Content.Shared/Revolutionary/Components/ShowRevIconsComponent.cs new file mode 100644 index 0000000000..11e20db3f8 --- /dev/null +++ b/Content.Shared/Revolutionary/Components/ShowRevIconsComponent.cs @@ -0,0 +1,11 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Revolutionary.Components; + +/// +/// Determines whether Someone can see rev/headrev icons on revs. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class ShowRevIconsComponent: Component +{ +} diff --git a/Content.Shared/Revolutionary/SharedRevolutionarySystem.cs b/Content.Shared/Revolutionary/SharedRevolutionarySystem.cs index 1399b116e0..ddaf73fcc9 100644 --- a/Content.Shared/Revolutionary/SharedRevolutionarySystem.cs +++ b/Content.Shared/Revolutionary/SharedRevolutionarySystem.cs @@ -1,8 +1,11 @@ +using Content.Shared.Ghost; using Content.Shared.IdentityManagement; using Content.Shared.Mindshield.Components; using Content.Shared.Popups; using Content.Shared.Revolutionary.Components; using Content.Shared.Stunnable; +using Robust.Shared.GameStates; +using Robust.Shared.Player; namespace Content.Shared.Revolutionary; @@ -14,7 +17,13 @@ public sealed class SharedRevolutionarySystem : EntitySystem public override void Initialize() { base.Initialize(); + SubscribeLocalEvent(MindShieldImplanted); + SubscribeLocalEvent(OnRevCompGetStateAttempt); + SubscribeLocalEvent(OnRevCompGetStateAttempt); + SubscribeLocalEvent(DirtyRevComps); + SubscribeLocalEvent(DirtyRevComps); + SubscribeLocalEvent(DirtyRevComps); } /// @@ -37,4 +46,64 @@ private void MindShieldImplanted(EntityUid uid, MindShieldComponent comp, MapIni _popupSystem.PopupEntity(Loc.GetString("rev-break-control", ("name", name)), uid); } } + + /// + /// Determines if a HeadRev component should be sent to the client. + /// + private void OnRevCompGetStateAttempt(EntityUid uid, HeadRevolutionaryComponent comp, ref ComponentGetStateAttemptEvent args) + { + args.Cancelled = !CanGetState(args.Player, comp.IconVisibleToGhost); + } + + /// + /// Determines if a Rev component should be sent to the client. + /// + private void OnRevCompGetStateAttempt(EntityUid uid, RevolutionaryComponent comp, ref ComponentGetStateAttemptEvent args) + { + args.Cancelled = !CanGetState(args.Player, comp.IconVisibleToGhost); + } + + /// + /// The criteria that determine whether a Rev/HeadRev component should be sent to a client. + /// + /// The Player the component will be sent to. + /// Whether the component permits the icon to be visible to observers. + /// + private bool CanGetState(ICommonSession? player, bool visibleToGhosts) + { + //Apparently this can be null in replays so I am just returning true. + if (player is null) + return true; + + var uid = player.AttachedEntity; + + if (HasComp(uid) || HasComp(uid)) + return true; + + if (visibleToGhosts && HasComp(uid)) + return true; + + return HasComp(uid); + } + /// + /// Dirties all the Rev components so they are sent to clients. + /// + /// We need to do this because if a rev component was not earlier sent to a client and for example the client + /// becomes a rev then we need to send all the components to it. To my knowledge there is no way to do this on a + /// per client basis so we are just dirtying all the components. + /// + private void DirtyRevComps(EntityUid someUid, T someComp, ComponentStartup ev) + { + var revComps = AllEntityQuery(); + while (revComps.MoveNext(out var uid, out var comp)) + { + Dirty(uid, comp); + } + + var headRevComps = AllEntityQuery(); + while (headRevComps.MoveNext(out var uid, out var comp)) + { + Dirty(uid, comp); + } + } } diff --git a/Content.Shared/StatusIcon/Components/StatusIconComponent.cs b/Content.Shared/StatusIcon/Components/StatusIconComponent.cs index 9efe9731c8..385f9760c6 100644 --- a/Content.Shared/StatusIcon/Components/StatusIconComponent.cs +++ b/Content.Shared/StatusIcon/Components/StatusIconComponent.cs @@ -25,3 +25,15 @@ public sealed partial class StatusIconComponent : Component /// [ByRefEvent] public record struct GetStatusIconsEvent(List StatusIcons, bool InContainer); + +/// +/// Event raised on the Client-side to determine whether to display a status icon on an entity. +/// +/// The player that will see the icons +[ByRefEvent] +public record struct CanDisplayStatusIconsEvent(EntityUid? User = null) +{ + public EntityUid? User = User; + + public bool Cancelled = false; +} diff --git a/Content.Shared/Zombies/ShowZombieIconsComponent.cs b/Content.Shared/Zombies/ShowZombieIconsComponent.cs new file mode 100644 index 0000000000..a2bc85c074 --- /dev/null +++ b/Content.Shared/Zombies/ShowZombieIconsComponent.cs @@ -0,0 +1,12 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Zombies; + +/// +/// Makes it so an entity can view ZombieAntagIcons. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class ShowZombieIconsComponent: Component +{ + +} diff --git a/Content.Shared/Zombies/ZombieComponent.cs b/Content.Shared/Zombies/ZombieComponent.cs index bb1f6bec5f..5ae441b132 100644 --- a/Content.Shared/Zombies/ZombieComponent.cs +++ b/Content.Shared/Zombies/ZombieComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.Antag; using Content.Shared.Chat.Prototypes; using Content.Shared.Chemistry.Reagent; using Content.Shared.Damage; @@ -13,7 +14,7 @@ namespace Content.Shared.Zombies; [RegisterComponent, NetworkedComponent] -public sealed partial class ZombieComponent : Component +public sealed partial class ZombieComponent : Component, IAntagStatusIconComponent { /// /// The baseline infection chance you have if you are completely nude @@ -93,8 +94,11 @@ public sealed partial class ZombieComponent : Component [DataField("nextTick", customTypeSerializer:typeof(TimeOffsetSerializer))] public TimeSpan NextTick; - [DataField("zombieStatusIcon", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string ZombieStatusIcon = "ZombieFaction"; + [DataField("zombieStatusIcon")] + public ProtoId StatusIcon { get; set; } = "ZombieFaction"; + + [DataField] + public bool IconVisibleToGhost { get; set; } = true; /// /// Healing each second diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index 1583801e98..364d26dddb 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -89,6 +89,8 @@ - type: Stripping - type: SolutionScanner - type: IgnoreUIRange + - type: ShowRevIcons + - type: ShowZombieIcons - type: Inventory templateId: aghost - type: InventorySlots From a08f6f4888db82e69b692ad935c8556519c93c88 Mon Sep 17 00:00:00 2001 From: lunarcomets <140772713+lunarcomets@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:24:17 -0800 Subject: [PATCH 212/391] add lizard speech bubble (#23365) * add bubble sprites and yaml changes * fixed issues * lizardified names * more fixes, got rid of error * add indicator to kobolds * updated sprites (removed notch, brightened colours) (cherry picked from commit 4520ac8c9ba8030f7b25b39a6f04a89e6106b0b1) --- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 2 ++ .../Entities/Mobs/Species/reptilian.yml | 2 ++ Resources/Prototypes/typing_indicator.yml | 5 +++++ .../Textures/Effects/speech.rsi/lizard0.png | Bin 0 -> 419 bytes .../Textures/Effects/speech.rsi/lizard1.png | Bin 0 -> 289 bytes .../Textures/Effects/speech.rsi/lizard2.png | Bin 0 -> 283 bytes .../Textures/Effects/speech.rsi/meta.json | 19 +++++++++++++++++- 7 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Effects/speech.rsi/lizard0.png create mode 100644 Resources/Textures/Effects/speech.rsi/lizard1.png create mode 100644 Resources/Textures/Effects/speech.rsi/lizard2.png diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d19ea7196c..395f9a3613 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1348,6 +1348,8 @@ Male: UnisexReptilian Female: UnisexReptilian Unsexed: UnisexReptilian + - type: TypingIndicator + proto: lizard - type: InteractionPopup successChance: 0.9 interactSuccessString: petting-success-monkey diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index 9f482c6e2f..c893fab449 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -29,6 +29,8 @@ - type: Speech speechSounds: Lizard speechVerb: Reptilian + - type: TypingIndicator + proto: lizard - type: Vocal sounds: Male: UnisexReptilian diff --git a/Resources/Prototypes/typing_indicator.yml b/Resources/Prototypes/typing_indicator.yml index b7e6768448..3a0484fc0b 100644 --- a/Resources/Prototypes/typing_indicator.yml +++ b/Resources/Prototypes/typing_indicator.yml @@ -34,6 +34,11 @@ typingState: spider0 offset: 0, 0.125 +- type: typingIndicator + id: lizard + typingState: lizard0 + offset: 0, 0.0625 + - type: typingIndicator id: slime typingState: slime0 diff --git a/Resources/Textures/Effects/speech.rsi/lizard0.png b/Resources/Textures/Effects/speech.rsi/lizard0.png new file mode 100644 index 0000000000000000000000000000000000000000..a05ea40f21b3ec7a9eae61463288b9353c3a7a80 GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zojqL~Ln`LH zy|v%J*+JsiNB7eKGw$5Yn&Bbqd-;eX`~QsgG6O|lcJ|qRYF4H1S#;Q@%W2wAIastl zbKm^8e219X*;T%KvHO3Y9JK$%?SJ86KO3zpYK$i?DcUZ-wQSeEUz2YC`}3)=@YUoE zXZZW1cmMS$|LjsZQB%e}^uN_zExXiL{5qdjU-Vg4cvDo*vvOkQ=U*$|KKuKm{Jz!y zO*b!!-g_f`Nvrnrta#~$Jtv~9f9$E~{&S0=mx8(o; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/lizard1.png b/Resources/Textures/Effects/speech.rsi/lizard1.png new file mode 100644 index 0000000000000000000000000000000000000000..bc2f151dde860f76a3a0a21f0bacc878c7735de5 GIT binary patch literal 289 zcmV++0p9+JP)Px#+et)0R9J=W)V~XYKo|z#w-8ZjZ#M)tu_110IEVh|h8ltp2P2o98rs}NrNtKS z$P)^}tA_8Hj=RI}$K45ZHfy)V3-8uHWr&Y^3l{*|qBIAa=CeD*`u1?0jGll{lqQxd zA9Yi~wj4R1CONz@qdt+<1fk!G;PEk&8+gP}Hx(|~4d+unYV`mxRVQrA0go7X!~kH> z4Xp{(O(nPx#)k#D_R9J=W)V~XYKoke?Zy}=6-fjqPVnehv)X*Q@phJr|7`Eip(B>{GEw=cM z^Mr!%sNsDkc_;VYyI(->xN|$a@oD^922Jj*Tmb0G${hW)Ts%SJr}KR_c>$!XOsqFP znzn{*IU=5=1-vP&)0-ClK z-_*U% Date: Thu, 1 Feb 2024 07:29:01 -0600 Subject: [PATCH 213/391] Move grenade components to shared (#22691) * Moves FlashComponent.cs, FlashOnTriggerComponent.cs, and SmokeOnTriggerComponent.cs to Shared * Moves ExplodeOnTriggerComponent.cs, OnUseTimerTriggerComponent.cs, ActiveTimerTriggerComponent.cs, and SmokeOnTriggerComponent.cs to Shared * Delete .run/Content Server+Client.run.xml HOW DID THIS GET IN HERE ITS NOT AHHHH * Update Content.Client/Explosion/SmokeOnTriggerSystem.cs Co-authored-by: DrSmugleaf * Update Content.Shared/Explosion/Components/ActiveTimerTriggerComponent.cs Co-authored-by: DrSmugleaf * Update Content.Shared/Explosion/Components/OnUseTimerTriggerComponent.cs Co-authored-by: DrSmugleaf * Update Content.Shared/Explosion/Components/OnUseTimerTriggerComponent.cs Co-authored-by: DrSmugleaf * Update Content.Shared/Explosion/EntitySystems/SharedTriggerSystem.cs Co-authored-by: DrSmugleaf * Update Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs Co-authored-by: DrSmugleaf * Update ExplodeOnTriggerComponent.cs * Revert "Delete .run/Content Server+Client.run.xml" This reverts commit 29ee05f57de60eab5c92158d8eba5e3acba483c2. * Fix? * cannot figure out how to get this to go back please forgive * Fixes a network issue * leftovers * Fixes --------- Co-authored-by: DrSmugleaf Co-authored-by: metalgearsloth (cherry picked from commit 467e983ba972a7ae749c95448febd19c7c285514) --- .run/Content Server+Client.run.xml | 2 +- .../ClusterGrenadeVisualizerSystem.cs | 1 + Content.Client/Explosion/ExplosionOverlay.cs | 2 +- .../Explosion/ExplosionOverlaySystem.cs | 1 + .../Explosion/SmokeOnTriggerSystem.cs | 7 ++++ .../Explosion/TriggerOnProximityComponent.cs | 1 + .../Tests/Payload/ModularGrenadeTests.cs | 1 + .../Defusable/Systems/DefusableSystem.cs | 2 ++ .../Components/ActiveTimerTriggerComponent.cs | 25 --------------- .../Components/TriggerOnProximityComponent.cs | 1 + .../EntitySystems/ClusterGrenadeSystem.cs | 2 ++ .../EntitySystems/ExplosionSystem.GridMap.cs | 1 + .../ExplosionSystem.Processing.cs | 1 + .../EntitySystems/ExplosionSystem.TileFill.cs | 1 + .../EntitySystems/ExplosionSystem.Visuals.cs | 1 + .../EntitySystems/SmokeOnTriggerSystem.cs | 6 ++-- .../EntitySystems/TriggerSystem.Mobstate.cs | 1 + .../EntitySystems/TriggerSystem.OnUse.cs | 1 + .../Explosion/EntitySystems/TriggerSystem.cs | 4 ++- .../Components/FlashOnTriggerComponent.cs | 12 ------- Content.Server/Flash/FlashSystem.cs | 1 + .../Nutrition/EntitySystems/CreamPieSystem.cs | 1 + .../Administration/SpawnExplosionEuiMsg.cs | 1 + .../Components/ActiveTimerTriggerComponent.cs | 21 ++++++++++++ .../ExplosionVisualsComponent.cs | 2 +- .../OnTrigger/ExplodeOnTriggerComponent.cs | 6 ++-- .../OnTrigger/SmokeOnTriggerComponent.cs | 7 ++-- .../Components/OnUseTimerTriggerComponent.cs | 32 +++++++------------ .../SharedClusterGrenadeComponent.cs | 2 +- .../SharedTriggerOnProximityComponent.cs | 2 +- .../SharedSmokeOnTriggerSystem.cs | 6 ++++ .../EntitySystems/SharedTriggerSystem.cs | 6 ++++ .../Flash/Components/FlashComponent.cs | 6 ++-- .../Components/FlashOnTriggerComponent.cs | 13 ++++++++ .../Objects/Devices/Electronics/triggers.yml | 7 ++-- .../Objects/Misc/subdermal_implants.yml | 7 ++-- .../Objects/Specific/Janitorial/janitor.yml | 7 ++-- .../Entities/Objects/Weapons/Bombs/funny.yml | 7 ++-- .../Entities/Objects/Weapons/Bombs/ied.yml | 3 +- .../Entities/Objects/Weapons/security.yml | 1 - 40 files changed, 125 insertions(+), 86 deletions(-) create mode 100644 Content.Client/Explosion/SmokeOnTriggerSystem.cs delete mode 100644 Content.Server/Explosion/Components/ActiveTimerTriggerComponent.cs delete mode 100644 Content.Server/Flash/Components/FlashOnTriggerComponent.cs create mode 100644 Content.Shared/Explosion/Components/ActiveTimerTriggerComponent.cs rename Content.Shared/Explosion/{ => Components}/ExplosionVisualsComponent.cs (97%) rename {Content.Server => Content.Shared}/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs (57%) rename {Content.Server => Content.Shared}/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs (85%) rename {Content.Server => Content.Shared}/Explosion/Components/OnUseTimerTriggerComponent.cs (59%) rename Content.Shared/Explosion/{ => Components}/SharedClusterGrenadeComponent.cs (77%) rename Content.Shared/Explosion/{ => Components}/SharedTriggerOnProximityComponent.cs (74%) create mode 100644 Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs create mode 100644 Content.Shared/Explosion/EntitySystems/SharedTriggerSystem.cs rename {Content.Server => Content.Shared}/Flash/Components/FlashComponent.cs (83%) create mode 100644 Content.Shared/Flash/Components/FlashOnTriggerComponent.cs diff --git a/.run/Content Server+Client.run.xml b/.run/Content Server+Client.run.xml index 0ec9bf16a7..191d737ccf 100644 --- a/.run/Content Server+Client.run.xml +++ b/.run/Content Server+Client.run.xml @@ -1,4 +1,4 @@ - + diff --git a/Content.Client/Explosion/ClusterGrenadeVisualizerSystem.cs b/Content.Client/Explosion/ClusterGrenadeVisualizerSystem.cs index 1e35cb6b59..c8171742dc 100644 --- a/Content.Client/Explosion/ClusterGrenadeVisualizerSystem.cs +++ b/Content.Client/Explosion/ClusterGrenadeVisualizerSystem.cs @@ -1,4 +1,5 @@ using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Robust.Client.GameObjects; namespace Content.Client.Explosion; diff --git a/Content.Client/Explosion/ExplosionOverlay.cs b/Content.Client/Explosion/ExplosionOverlay.cs index 2ab84d4438..94e8ca5982 100644 --- a/Content.Client/Explosion/ExplosionOverlay.cs +++ b/Content.Client/Explosion/ExplosionOverlay.cs @@ -1,5 +1,5 @@ using System.Numerics; -using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using JetBrains.Annotations; using Robust.Client.Graphics; using Robust.Shared.Enums; diff --git a/Content.Client/Explosion/ExplosionOverlaySystem.cs b/Content.Client/Explosion/ExplosionOverlaySystem.cs index 7ced95d2c1..fe552af0e7 100644 --- a/Content.Client/Explosion/ExplosionOverlaySystem.cs +++ b/Content.Client/Explosion/ExplosionOverlaySystem.cs @@ -1,4 +1,5 @@ using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Robust.Client.Graphics; using Robust.Client.ResourceManagement; using Robust.Shared.GameStates; diff --git a/Content.Client/Explosion/SmokeOnTriggerSystem.cs b/Content.Client/Explosion/SmokeOnTriggerSystem.cs new file mode 100644 index 0000000000..cac255e1ba --- /dev/null +++ b/Content.Client/Explosion/SmokeOnTriggerSystem.cs @@ -0,0 +1,7 @@ +using Content.Shared.Explosion.EntitySystems; + +namespace Content.Client.Explosion; + +public sealed class SmokeOnTriggerSystem : SharedSmokeOnTriggerSystem +{ +} \ No newline at end of file diff --git a/Content.Client/Explosion/TriggerOnProximityComponent.cs b/Content.Client/Explosion/TriggerOnProximityComponent.cs index 5d4714d19c..5fa9bbfd23 100644 --- a/Content.Client/Explosion/TriggerOnProximityComponent.cs +++ b/Content.Client/Explosion/TriggerOnProximityComponent.cs @@ -1,4 +1,5 @@ using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; namespace Content.Client.Explosion; diff --git a/Content.IntegrationTests/Tests/Payload/ModularGrenadeTests.cs b/Content.IntegrationTests/Tests/Payload/ModularGrenadeTests.cs index 0e47de968f..70179fdec1 100644 --- a/Content.IntegrationTests/Tests/Payload/ModularGrenadeTests.cs +++ b/Content.IntegrationTests/Tests/Payload/ModularGrenadeTests.cs @@ -1,5 +1,6 @@ using Content.IntegrationTests.Tests.Interaction; using Content.Server.Explosion.Components; +using Content.Shared.Explosion.Components; using Robust.Shared.Containers; using Robust.Shared.GameObjects; diff --git a/Content.Server/Defusable/Systems/DefusableSystem.cs b/Content.Server/Defusable/Systems/DefusableSystem.cs index 6927df256a..1e9caece94 100644 --- a/Content.Server/Defusable/Systems/DefusableSystem.cs +++ b/Content.Server/Defusable/Systems/DefusableSystem.cs @@ -8,6 +8,8 @@ using Content.Shared.Database; using Content.Shared.Defusable; using Content.Shared.Examine; +using Content.Shared.Explosion.Components; +using Content.Shared.Explosion.Components.OnTrigger; using Content.Shared.Popups; using Content.Shared.Verbs; using Content.Shared.Wires; diff --git a/Content.Server/Explosion/Components/ActiveTimerTriggerComponent.cs b/Content.Server/Explosion/Components/ActiveTimerTriggerComponent.cs deleted file mode 100644 index d4f57b7137..0000000000 --- a/Content.Server/Explosion/Components/ActiveTimerTriggerComponent.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Robust.Shared.Audio; - -namespace Content.Server.Explosion.Components; - -/// -/// Component for tracking active trigger timers. A timers can activated by some other component, e.g. . -/// -[RegisterComponent] -public sealed partial class ActiveTimerTriggerComponent : Component -{ - [DataField("timeRemaining")] - public float TimeRemaining; - - [DataField("user")] - public EntityUid? User; - - [DataField("beepInterval")] - public float BeepInterval; - - [DataField("timeUntilBeep")] - public float TimeUntilBeep; - - [DataField("beepSound")] - public SoundSpecifier? BeepSound; -} diff --git a/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs b/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs index cfa1042245..504ef4dee4 100644 --- a/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs +++ b/Content.Server/Explosion/Components/TriggerOnProximityComponent.cs @@ -1,5 +1,6 @@ using Content.Server.Explosion.EntitySystems; using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Content.Shared.Physics; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Components; diff --git a/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs b/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs index ee3f76d04c..4ea857a552 100644 --- a/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs @@ -8,6 +8,8 @@ using Robust.Shared.Random; using Content.Server.Weapons.Ranged.Systems; using System.Numerics; +using Content.Shared.Explosion.Components; +using Content.Shared.Flash.Components; using Robust.Server.Containers; using Robust.Server.GameObjects; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs index 799489d7b4..b04642a8db 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs @@ -1,6 +1,7 @@ using System.Numerics; using Content.Shared.Atmos; using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs index e48d9f145e..2bfc753b74 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs @@ -3,6 +3,7 @@ using Content.Shared.CCVar; using Content.Shared.Damage; using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Content.Shared.Maps; using Content.Shared.Physics; using Content.Shared.Projectiles; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs index 65ca6e782c..1b324d924b 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs @@ -2,6 +2,7 @@ using System.Numerics; using Content.Shared.Administration; using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Robust.Shared.Map; using Robust.Shared.Physics.Components; using Robust.Shared.Timing; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Visuals.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Visuals.cs index ef8e1ffd98..d332531502 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Visuals.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Visuals.cs @@ -1,4 +1,5 @@ using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; using Robust.Server.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.Map; diff --git a/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs b/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs index 3ddb411d40..ab706d6d9c 100644 --- a/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs +++ b/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs @@ -1,7 +1,9 @@ -using Content.Server.Explosion.Components; +using Content.Shared.Explosion.Components; using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.Coordinates.Helpers; +using Content.Shared.Explosion.Components.OnTrigger; +using Content.Shared.Explosion.EntitySystems; using Content.Shared.Maps; using Robust.Shared.Map; @@ -10,7 +12,7 @@ namespace Content.Server.Explosion.EntitySystems; /// /// Handles creating smoke when is triggered. /// -public sealed class SmokeOnTriggerSystem : EntitySystem +public sealed class SmokeOnTriggerSystem : SharedSmokeOnTriggerSystem { [Dependency] private readonly IMapManager _mapMan = default!; [Dependency] private readonly SmokeSystem _smoke = default!; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.Mobstate.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.Mobstate.cs index 0b674adefd..45198662ec 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.Mobstate.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.Mobstate.cs @@ -1,4 +1,5 @@ using Content.Server.Explosion.Components; +using Content.Shared.Explosion.Components; using Content.Shared.Implants; using Content.Shared.Interaction.Events; using Content.Shared.Mobs; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs index 7edca9b803..373cd1a995 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs @@ -1,6 +1,7 @@ using Content.Server.Explosion.Components; using Content.Server.Sticky.Events; using Content.Shared.Examine; +using Content.Shared.Explosion.Components; using Content.Shared.Interaction.Events; using Content.Shared.Popups; using Content.Shared.Verbs; diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs index 7b3e0b0e62..aa81f80c50 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs @@ -3,11 +3,13 @@ using Content.Server.Chemistry.Containers.EntitySystems; using Content.Server.Explosion.Components; using Content.Server.Flash; -using Content.Server.Flash.Components; +using Content.Shared.Flash.Components; using Content.Server.Radio.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Database; +using Content.Shared.Explosion.Components; +using Content.Shared.Explosion.Components.OnTrigger; using Content.Shared.Implants.Components; using Content.Shared.Interaction; using Content.Shared.Mobs; diff --git a/Content.Server/Flash/Components/FlashOnTriggerComponent.cs b/Content.Server/Flash/Components/FlashOnTriggerComponent.cs deleted file mode 100644 index ad12dbdb02..0000000000 --- a/Content.Server/Flash/Components/FlashOnTriggerComponent.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Content.Server.Flash.Components -{ - /// - /// Upon being triggered will flash in an area around it. - /// - [RegisterComponent] - internal sealed partial class FlashOnTriggerComponent : Component - { - [DataField("range")] internal float Range = 1.0f; - [DataField("duration")] internal float Duration = 8.0f; - } -} diff --git a/Content.Server/Flash/FlashSystem.cs b/Content.Server/Flash/FlashSystem.cs index ff50c813eb..5bee1834fa 100644 --- a/Content.Server/Flash/FlashSystem.cs +++ b/Content.Server/Flash/FlashSystem.cs @@ -7,6 +7,7 @@ using Content.Shared.Charges.Systems; using Content.Shared.Eye.Blinding.Components; using Content.Shared.Flash; +using Content.Shared.Flash.Components; using Content.Shared.IdentityManagement; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; diff --git a/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs b/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs index 45d868cdbf..f8d781bcff 100644 --- a/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs @@ -5,6 +5,7 @@ using Content.Server.Nutrition.Components; using Content.Server.Popups; using Content.Shared.Containers.ItemSlots; +using Content.Shared.Explosion.Components; using Content.Shared.Interaction; using Content.Shared.Nutrition.Components; using Content.Shared.Nutrition.EntitySystems; diff --git a/Content.Shared/Administration/SpawnExplosionEuiMsg.cs b/Content.Shared/Administration/SpawnExplosionEuiMsg.cs index 910399a95c..03c0625b9a 100644 --- a/Content.Shared/Administration/SpawnExplosionEuiMsg.cs +++ b/Content.Shared/Administration/SpawnExplosionEuiMsg.cs @@ -2,6 +2,7 @@ using Robust.Shared.Serialization; using Robust.Shared.Map; using Content.Shared.Explosion; +using Content.Shared.Explosion.Components; namespace Content.Shared.Administration; diff --git a/Content.Shared/Explosion/Components/ActiveTimerTriggerComponent.cs b/Content.Shared/Explosion/Components/ActiveTimerTriggerComponent.cs new file mode 100644 index 0000000000..b0304715b1 --- /dev/null +++ b/Content.Shared/Explosion/Components/ActiveTimerTriggerComponent.cs @@ -0,0 +1,21 @@ +using Robust.Shared.Audio; +using Robust.Shared.GameStates; + +namespace Content.Shared.Explosion.Components; + +/// +/// Component for tracking active trigger timers. A timers can activated by some other component, e.g. . +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class ActiveTimerTriggerComponent : Component +{ + [DataField] public float TimeRemaining; + + [DataField] public EntityUid? User; + + [DataField] public float BeepInterval; + + [DataField] public float TimeUntilBeep; + + [DataField] public SoundSpecifier? BeepSound; +} diff --git a/Content.Shared/Explosion/ExplosionVisualsComponent.cs b/Content.Shared/Explosion/Components/ExplosionVisualsComponent.cs similarity index 97% rename from Content.Shared/Explosion/ExplosionVisualsComponent.cs rename to Content.Shared/Explosion/Components/ExplosionVisualsComponent.cs index 5baa59fc5a..7477b6c26e 100644 --- a/Content.Shared/Explosion/ExplosionVisualsComponent.cs +++ b/Content.Shared/Explosion/Components/ExplosionVisualsComponent.cs @@ -2,7 +2,7 @@ using Robust.Shared.Map; using Robust.Shared.Serialization; -namespace Content.Shared.Explosion; +namespace Content.Shared.Explosion.Components; /// /// Component that is used to send explosion overlay/visual data to an abstract explosion entity. diff --git a/Content.Server/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs b/Content.Shared/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs similarity index 57% rename from Content.Server/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs rename to Content.Shared/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs index 326ae6dab5..e14cd12464 100644 --- a/Content.Server/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs +++ b/Content.Shared/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs @@ -1,9 +1,11 @@ -namespace Content.Server.Explosion.Components; +using Robust.Shared.GameStates; + +namespace Content.Shared.Explosion.Components.OnTrigger; /// /// Explode using the entity's if Triggered. /// -[RegisterComponent] +[RegisterComponent, NetworkedComponent] public sealed partial class ExplodeOnTriggerComponent : Component { } diff --git a/Content.Server/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs b/Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs similarity index 85% rename from Content.Server/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs rename to Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs index d71e93495a..dfaee98fab 100644 --- a/Content.Server/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs +++ b/Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs @@ -1,14 +1,15 @@ -using Content.Server.Explosion.EntitySystems; using Content.Shared.Chemistry.Components; +using Content.Shared.Explosion.EntitySystems; +using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -namespace Content.Server.Explosion.Components; +namespace Content.Shared.Explosion.Components.OnTrigger; /// /// Creates a smoke cloud when triggered, with an optional solution to include in it. /// No sound is played incase a grenade is stealthy, use if you want a sound. /// -[RegisterComponent, Access(typeof(SmokeOnTriggerSystem))] +[RegisterComponent, NetworkedComponent, Access(typeof(SharedSmokeOnTriggerSystem))] public sealed partial class SmokeOnTriggerComponent : Component { /// diff --git a/Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs b/Content.Shared/Explosion/Components/OnUseTimerTriggerComponent.cs similarity index 59% rename from Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs rename to Content.Shared/Explosion/Components/OnUseTimerTriggerComponent.cs index f2e94239a0..5e509cb10b 100644 --- a/Content.Server/Explosion/Components/OnUseTimerTriggerComponent.cs +++ b/Content.Shared/Explosion/Components/OnUseTimerTriggerComponent.cs @@ -1,57 +1,49 @@ using Robust.Shared.Audio; +using Robust.Shared.GameStates; -namespace Content.Server.Explosion.Components +namespace Content.Shared.Explosion.Components { - [RegisterComponent] + [RegisterComponent, NetworkedComponent] public sealed partial class OnUseTimerTriggerComponent : Component { - [DataField("delay")] - public float Delay = 1f; + [DataField] public float Delay = 1f; /// /// If not null, a user can use verbs to configure the delay to one of these options. /// - [DataField("delayOptions")] - public List? DelayOptions = null; + [DataField] public List? DelayOptions = null; /// /// If not null, this timer will periodically play this sound while active. /// - [DataField("beepSound")] - public SoundSpecifier? BeepSound; + [DataField] public SoundSpecifier? BeepSound; /// /// Time before beeping starts. Defaults to a single beep interval. If set to zero, will emit a beep immediately after use. /// - [DataField("initialBeepDelay")] - public float? InitialBeepDelay; + [DataField] public float? InitialBeepDelay; - [DataField("beepInterval")] - public float BeepInterval = 1; + [DataField] public float BeepInterval = 1; /// /// Whether the timer should instead be activated through a verb in the right-click menu /// - [DataField("useVerbInstead")] - public bool UseVerbInstead = false; + [DataField] public bool UseVerbInstead = false; /// /// Should timer be started when it was stuck to another entity. /// Used for C4 charges and similar behaviour. /// - [DataField("startOnStick")] - public bool StartOnStick; + [DataField] public bool StartOnStick; /// /// Allows changing the start-on-stick quality. /// - [DataField("canToggleStartOnStick")] - public bool AllowToggleStartOnStick; + [DataField("canToggleStartOnStick")] public bool AllowToggleStartOnStick; /// /// Whether you can examine the item to see its timer or not. /// - [DataField("examinable")] - public bool Examinable = true; + [DataField] public bool Examinable = true; } } diff --git a/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs b/Content.Shared/Explosion/Components/SharedClusterGrenadeComponent.cs similarity index 77% rename from Content.Shared/Explosion/SharedClusterGrenadeComponent.cs rename to Content.Shared/Explosion/Components/SharedClusterGrenadeComponent.cs index 602e0e4479..1655e4cb57 100644 --- a/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs +++ b/Content.Shared/Explosion/Components/SharedClusterGrenadeComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.Explosion +namespace Content.Shared.Explosion.Components { [Serializable, NetSerializable] public enum ClusterGrenadeVisuals : byte diff --git a/Content.Shared/Explosion/SharedTriggerOnProximityComponent.cs b/Content.Shared/Explosion/Components/SharedTriggerOnProximityComponent.cs similarity index 74% rename from Content.Shared/Explosion/SharedTriggerOnProximityComponent.cs rename to Content.Shared/Explosion/Components/SharedTriggerOnProximityComponent.cs index fdc5cd1134..02d1156104 100644 --- a/Content.Shared/Explosion/SharedTriggerOnProximityComponent.cs +++ b/Content.Shared/Explosion/Components/SharedTriggerOnProximityComponent.cs @@ -1,6 +1,6 @@ using Robust.Shared.GameStates; -namespace Content.Shared.Explosion; +namespace Content.Shared.Explosion.Components; [NetworkedComponent] public abstract partial class SharedTriggerOnProximityComponent : Component diff --git a/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs b/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs new file mode 100644 index 0000000000..0a8caa5e2a --- /dev/null +++ b/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs @@ -0,0 +1,6 @@ +namespace Content.Shared.Explosion.EntitySystems; + +public abstract class SharedSmokeOnTriggerSystem : EntitySystem +{ + +} \ No newline at end of file diff --git a/Content.Shared/Explosion/EntitySystems/SharedTriggerSystem.cs b/Content.Shared/Explosion/EntitySystems/SharedTriggerSystem.cs new file mode 100644 index 0000000000..cc5b3f6b74 --- /dev/null +++ b/Content.Shared/Explosion/EntitySystems/SharedTriggerSystem.cs @@ -0,0 +1,6 @@ +namespace Content.Shared.Explosion.EntitySystems; + +public abstract class SharedTriggerSystem : EntitySystem +{ + +} \ No newline at end of file diff --git a/Content.Server/Flash/Components/FlashComponent.cs b/Content.Shared/Flash/Components/FlashComponent.cs similarity index 83% rename from Content.Server/Flash/Components/FlashComponent.cs rename to Content.Shared/Flash/Components/FlashComponent.cs index f8437ab180..a26e32cb70 100644 --- a/Content.Server/Flash/Components/FlashComponent.cs +++ b/Content.Shared/Flash/Components/FlashComponent.cs @@ -1,8 +1,10 @@ +using Content.Shared.Flash; using Robust.Shared.Audio; +using Robust.Shared.GameStates; -namespace Content.Server.Flash.Components +namespace Content.Shared.Flash.Components { - [RegisterComponent, Access(typeof(FlashSystem))] + [RegisterComponent, NetworkedComponent, Access(typeof(SharedFlashSystem))] public sealed partial class FlashComponent : Component { diff --git a/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs b/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs new file mode 100644 index 0000000000..f257c83b5a --- /dev/null +++ b/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs @@ -0,0 +1,13 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Flash.Components; + +/// +/// Upon being triggered will flash in an area around it. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class FlashOnTriggerComponent : Component +{ + [DataField] public float Range = 1.0f; + [DataField] public float Duration = 8.0f; +} diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/triggers.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/triggers.yml index c462a3cb03..43ed20c694 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/triggers.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/triggers.yml @@ -24,9 +24,10 @@ delay: 5 delayOptions: [3, 5, 10, 15, 30] initialBeepDelay: 0 - beepSound: /Audio/Machines/Nuke/general_beep.ogg - params: - volume: -2 + beepSound: + path: /Audio/Machines/Nuke/general_beep.ogg + params: + volume: -2 - type: StaticPrice price: 40 diff --git a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml index d369d03996..092b013f5b 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml @@ -252,9 +252,10 @@ - type: OnUseTimerTrigger delay: 7 initialBeepDelay: 0 - beepSound: /Audio/Machines/Nuke/general_beep.ogg - params: - volume: -2 + beepSound: + path: /Audio/Machines/Nuke/general_beep.ogg + params: + volume: -2 - type: ExplodeOnTrigger - type: GibOnTrigger deleteItems: true diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 3f53b3e1ce..f83c48436a 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -253,9 +253,10 @@ - type: OnUseTimerTrigger useVerbInstead: true beepInterval: .25 - beepSound: /Audio/Items/Janitor/floor_sign_beep.ogg - params: - volume: 1 + beepSound: + path: /Audio/Items/Janitor/floor_sign_beep.ogg + params: + volume: 1 examinable: false - type: Tag tags: # ignore "WhitelistChameleon" tag diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml index 7d95e7481e..4aff7363a4 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml @@ -24,9 +24,10 @@ Blunt: 5 - type: OnUseTimerTrigger delay: 120 - beepSound: /Audio/Machines/Nuke/general_beep.ogg - params: - volume: -2 + beepSound: + path: /Audio/Machines/Nuke/general_beep.ogg + params: + volume: -2 - type: ExplodeOnTrigger - type: Explosive explosionType: Default diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/ied.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/ied.yml index 14906c7c2d..c4420a43a3 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/ied.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/ied.yml @@ -22,7 +22,8 @@ initialBeepDelay: 0 beepSound: path: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg - volume: 1 + params: + volume: 1 - type: RandomTimerTrigger min: 0 max: 60 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/security.yml b/Resources/Prototypes/Entities/Objects/Weapons/security.yml index 0f7696a990..332034bfd8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/security.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/security.yml @@ -182,7 +182,6 @@ sound: path: /Audio/Weapons/flash.ogg - type: FlashOnTrigger - repeating: true range: 3 - type: TriggerOnProximity enabled: true From e0a3cfacea5b922a51a6b1aedf26ca98061cd8ff Mon Sep 17 00:00:00 2001 From: Magnus Larsen Date: Thu, 1 Feb 2024 13:33:57 +0000 Subject: [PATCH 214/391] Fix clientside storage Whitelists (#24063) * Fix outdated component name in assaultbelt whitelist RangedMagazine was replaced with BallisticAmmoProvider in the Gun refactor (#8301) * Move FlashOnTrigger, SmokeOnTrigger, Flash components to Shared * Move LightReplacerComponent to Shared * Move Utensil, Mousetrap components to Shared * Move SprayPainterComponent to Shared The PaintableAirlock tag has also been removed, as it was unused & unnecessary, likely a vestige of spray painter development when the PaintableAirlock component wasn't in Content.Shared. * Add trivial Produce and Seed components to Client This allows the plant bag and botanical belt whitelists to correctly match produce and seeds on the client, fixing the extraneous "Can't insert" message that previously appeared. --------- Co-authored-by: metalgearsloth (cherry picked from commit 9cd6e4dccdfaa7e273417e3c94d66b5171c7d841) --- Content.Client/Botany/Components/ProduceComponent.cs | 8 ++++++++ Content.Client/Botany/Components/SeedComponent.cs | 8 ++++++++ Content.Server/Botany/Components/ProduceComponent.cs | 3 ++- Content.Server/Botany/Components/SeedComponent.cs | 3 ++- .../Explosion/EntitySystems/ClusterGrenadeSystem.cs | 2 +- .../Explosion/EntitySystems/SmokeOnTriggerSystem.cs | 1 + Content.Server/Flash/FlashSystem.cs | 1 + Content.Server/Light/EntitySystems/LightReplacerSystem.cs | 3 ++- Content.Server/Nutrition/Components/FoodComponent.cs | 1 + Content.Server/Nutrition/EntitySystems/FoodSystem.cs | 1 + .../Nutrition/EntitySystems/SliceableFoodSystem.cs | 1 + Content.Server/Nutrition/EntitySystems/UtensilSystem.cs | 4 +++- Content.Server/SprayPainter/SprayPainterSystem.cs | 3 ++- .../Botany/Components/SharedProduceComponent.cs | 8 ++++++++ Content.Shared/Botany/Components/SharedSeedComponent.cs | 8 ++++++++ .../Components/OnTrigger/SmokeOnTriggerComponent.cs | 4 +++- .../Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs | 5 ++--- .../Flash/Components/FlashOnTriggerComponent.cs | 1 - .../Light/Components/LightReplacerComponent.cs | 5 +++-- .../Light/EntitySystems/SharedLightReplacerSystem.cs | 5 +++++ .../Mousetrap/MousetrapComponent.cs | 8 +++++--- .../Nutrition/Components/UtensilComponent.cs | 7 ++++--- .../Nutrition/EntitySystems/SharedUtensilSystem.cs | 5 +++++ .../SprayPainter/Components}/SprayPainterComponent.cs | 5 +++-- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 4 ++-- .../Entities/Objects/Specific/Janitorial/janitor.yml | 2 +- .../Prototypes/Entities/Objects/Tools/light_replacer.yml | 1 - .../Prototypes/Entities/Objects/Tools/spray_painter.yml | 3 --- .../Prototypes/Entities/Objects/Weapons/security.yml | 1 + Resources/Prototypes/tags.yml | 6 ------ 30 files changed, 83 insertions(+), 34 deletions(-) create mode 100644 Content.Client/Botany/Components/ProduceComponent.cs create mode 100644 Content.Client/Botany/Components/SeedComponent.cs create mode 100644 Content.Shared/Botany/Components/SharedProduceComponent.cs create mode 100644 Content.Shared/Botany/Components/SharedSeedComponent.cs rename {Content.Server => Content.Shared}/Light/Components/LightReplacerComponent.cs (84%) create mode 100644 Content.Shared/Light/EntitySystems/SharedLightReplacerSystem.cs rename {Content.Server => Content.Shared}/Mousetrap/MousetrapComponent.cs (74%) rename {Content.Server => Content.Shared}/Nutrition/Components/UtensilComponent.cs (85%) create mode 100644 Content.Shared/Nutrition/EntitySystems/SharedUtensilSystem.cs rename {Content.Server/SprayPainter => Content.Shared/SprayPainter/Components}/SprayPainterComponent.cs (84%) diff --git a/Content.Client/Botany/Components/ProduceComponent.cs b/Content.Client/Botany/Components/ProduceComponent.cs new file mode 100644 index 0000000000..68857da1b7 --- /dev/null +++ b/Content.Client/Botany/Components/ProduceComponent.cs @@ -0,0 +1,8 @@ +using Content.Shared.Botany.Components; + +namespace Content.Client.Botany.Components; + +[RegisterComponent] +public sealed partial class ProduceComponent : SharedProduceComponent +{ +} diff --git a/Content.Client/Botany/Components/SeedComponent.cs b/Content.Client/Botany/Components/SeedComponent.cs new file mode 100644 index 0000000000..11663020fc --- /dev/null +++ b/Content.Client/Botany/Components/SeedComponent.cs @@ -0,0 +1,8 @@ +using Content.Shared.Botany.Components; + +namespace Content.Client.Botany.Components; + +[RegisterComponent] +public sealed partial class SeedComponent : SharedSeedComponent +{ +} diff --git a/Content.Server/Botany/Components/ProduceComponent.cs b/Content.Server/Botany/Components/ProduceComponent.cs index c78e0a1ad4..b3c4e1c95a 100644 --- a/Content.Server/Botany/Components/ProduceComponent.cs +++ b/Content.Server/Botany/Components/ProduceComponent.cs @@ -1,11 +1,12 @@ using Content.Server.Botany.Systems; +using Content.Shared.Botany.Components; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Botany.Components; [RegisterComponent] [Access(typeof(BotanySystem))] -public sealed partial class ProduceComponent : Component +public sealed partial class ProduceComponent : SharedProduceComponent { [DataField("targetSolution")] public string SolutionName { get; set; } = "food"; diff --git a/Content.Server/Botany/Components/SeedComponent.cs b/Content.Server/Botany/Components/SeedComponent.cs index cb48c16683..3e729dc906 100644 --- a/Content.Server/Botany/Components/SeedComponent.cs +++ b/Content.Server/Botany/Components/SeedComponent.cs @@ -1,10 +1,11 @@ using Content.Server.Botany.Systems; +using Content.Shared.Botany.Components; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; namespace Content.Server.Botany.Components { [RegisterComponent, Access(typeof(BotanySystem))] - public sealed partial class SeedComponent : Component + public sealed partial class SeedComponent : SharedSeedComponent { /// /// Seed data containing information about the plant type & properties that this seed can grow seed. If diff --git a/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs b/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs index 4ea857a552..09c2be33a0 100644 --- a/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs @@ -1,5 +1,5 @@ using Content.Server.Explosion.Components; -using Content.Server.Flash.Components; +using Content.Shared.Flash.Components; using Content.Shared.Explosion; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; diff --git a/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs b/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs index ab706d6d9c..2f475a07b4 100644 --- a/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs +++ b/Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs @@ -1,4 +1,5 @@ using Content.Shared.Explosion.Components; +using Content.Shared.Explosion.EntitySystems; using Content.Server.Fluids.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.Coordinates.Helpers; diff --git a/Content.Server/Flash/FlashSystem.cs b/Content.Server/Flash/FlashSystem.cs index 5bee1834fa..4f0ccc27fd 100644 --- a/Content.Server/Flash/FlashSystem.cs +++ b/Content.Server/Flash/FlashSystem.cs @@ -1,5 +1,6 @@ using System.Linq; using Content.Server.Flash.Components; +using Content.Shared.Flash.Components; using Content.Server.Light.EntitySystems; using Content.Server.Popups; using Content.Server.Stunnable; diff --git a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs index f1cb5373c0..1260a0dd0d 100644 --- a/Content.Server/Light/EntitySystems/LightReplacerSystem.cs +++ b/Content.Server/Light/EntitySystems/LightReplacerSystem.cs @@ -2,6 +2,7 @@ using Content.Server.Light.Components; using Content.Shared.Examine; using Content.Shared.Interaction; +using Content.Shared.Light.EntitySystems; using Content.Shared.Light.Components; using Content.Shared.Popups; using Content.Shared.Storage; @@ -13,7 +14,7 @@ namespace Content.Server.Light.EntitySystems; [UsedImplicitly] -public sealed class LightReplacerSystem : EntitySystem +public sealed class LightReplacerSystem : SharedLightReplacerSystem { [Dependency] private readonly PoweredLightSystem _poweredLight = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; diff --git a/Content.Server/Nutrition/Components/FoodComponent.cs b/Content.Server/Nutrition/Components/FoodComponent.cs index dbc89d5a44..5ead67a12b 100644 --- a/Content.Server/Nutrition/Components/FoodComponent.cs +++ b/Content.Server/Nutrition/Components/FoodComponent.cs @@ -1,4 +1,5 @@ using Content.Server.Body.Components; +using Content.Shared.Nutrition.Components; using Content.Server.Nutrition.EntitySystems; using Content.Shared.FixedPoint; using Robust.Shared.Audio; diff --git a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs index 70d202932a..2b62715133 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs @@ -3,6 +3,7 @@ using Content.Server.Chemistry.Containers.EntitySystems; using Content.Server.Inventory; using Content.Server.Nutrition.Components; +using Content.Shared.Nutrition.Components; using Content.Server.Popups; using Content.Server.Stack; using Content.Shared.Administration.Logs; diff --git a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs index 83f9e25d6e..e92b046f2e 100644 --- a/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs @@ -1,6 +1,7 @@ using Content.Server.Nutrition; // DeltaV using Content.Server.Chemistry.Containers.EntitySystems; using Content.Server.Nutrition.Components; +using Content.Shared.Nutrition.Components; using Content.Shared.Chemistry.Components; using Content.Shared.Examine; using Content.Shared.FixedPoint; diff --git a/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs b/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs index f5f34080cb..f9feed955f 100644 --- a/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/UtensilSystem.cs @@ -1,4 +1,6 @@ using Content.Server.Nutrition.Components; +using Content.Shared.Nutrition.Components; +using Content.Shared.Nutrition.EntitySystems; using Content.Server.Popups; using Content.Shared.Interaction; using Robust.Shared.Audio; @@ -11,7 +13,7 @@ namespace Content.Server.Nutrition.EntitySystems /// /// Handles usage of the utensils on the food items /// - internal sealed class UtensilSystem : EntitySystem + internal sealed class UtensilSystem : SharedUtensilSystem { [Dependency] private readonly IRobustRandom _robustRandom = default!; [Dependency] private readonly FoodSystem _foodSystem = default!; diff --git a/Content.Server/SprayPainter/SprayPainterSystem.cs b/Content.Server/SprayPainter/SprayPainterSystem.cs index fd8ff9ea28..4f8f1cda2e 100644 --- a/Content.Server/SprayPainter/SprayPainterSystem.cs +++ b/Content.Server/SprayPainter/SprayPainterSystem.cs @@ -6,8 +6,9 @@ using Content.Shared.Database; using Content.Shared.DoAfter; using Content.Shared.Doors.Components; -using Content.Shared.SprayPainter.Prototypes; using Content.Shared.SprayPainter; +using Content.Shared.SprayPainter.Components; +using Content.Shared.SprayPainter.Prototypes; using Content.Shared.Interaction; using JetBrains.Annotations; using Robust.Server.GameObjects; diff --git a/Content.Shared/Botany/Components/SharedProduceComponent.cs b/Content.Shared/Botany/Components/SharedProduceComponent.cs new file mode 100644 index 0000000000..1d55f8de99 --- /dev/null +++ b/Content.Shared/Botany/Components/SharedProduceComponent.cs @@ -0,0 +1,8 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Botany.Components; + +[NetworkedComponent] +public abstract partial class SharedProduceComponent : Component +{ +} diff --git a/Content.Shared/Botany/Components/SharedSeedComponent.cs b/Content.Shared/Botany/Components/SharedSeedComponent.cs new file mode 100644 index 0000000000..efa72146c2 --- /dev/null +++ b/Content.Shared/Botany/Components/SharedSeedComponent.cs @@ -0,0 +1,8 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Botany.Components; + +[NetworkedComponent] +public abstract partial class SharedSeedComponent : Component +{ +} diff --git a/Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs b/Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs index dfaee98fab..cfbe1fcb3d 100644 --- a/Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs +++ b/Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs @@ -1,9 +1,11 @@ +using Content.Shared.Explosion.EntitySystems; using Content.Shared.Chemistry.Components; using Content.Shared.Explosion.EntitySystems; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; +using Robust.Shared.GameStates; -namespace Content.Shared.Explosion.Components.OnTrigger; +namespace Content.Shared.Explosion.Components; /// /// Creates a smoke cloud when triggered, with an optional solution to include in it. diff --git a/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs b/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs index 0a8caa5e2a..b206dfa696 100644 --- a/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs +++ b/Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs @@ -1,6 +1,5 @@ -namespace Content.Shared.Explosion.EntitySystems; +namespace Content.Shared.Explosion.EntitySystems; public abstract class SharedSmokeOnTriggerSystem : EntitySystem { - -} \ No newline at end of file +} diff --git a/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs b/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs index f257c83b5a..d1270e9db7 100644 --- a/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs +++ b/Content.Shared/Flash/Components/FlashOnTriggerComponent.cs @@ -1,5 +1,4 @@ using Robust.Shared.GameStates; - namespace Content.Shared.Flash.Components; /// diff --git a/Content.Server/Light/Components/LightReplacerComponent.cs b/Content.Shared/Light/Components/LightReplacerComponent.cs similarity index 84% rename from Content.Server/Light/Components/LightReplacerComponent.cs rename to Content.Shared/Light/Components/LightReplacerComponent.cs index cecdba6b47..8d7d233927 100644 --- a/Content.Server/Light/Components/LightReplacerComponent.cs +++ b/Content.Shared/Light/Components/LightReplacerComponent.cs @@ -1,7 +1,8 @@ -using Content.Server.Light.EntitySystems; +using Content.Shared.Light.EntitySystems; using Content.Shared.Storage; using Robust.Shared.Audio; using Robust.Shared.Containers; +using Robust.Shared.GameStates; namespace Content.Server.Light.Components; @@ -9,7 +10,7 @@ namespace Content.Server.Light.Components; /// Device that allows user to quikly change bulbs in /// Can be reloaded by new light tubes or light bulbs /// -[RegisterComponent, Access(typeof(LightReplacerSystem))] +[RegisterComponent, NetworkedComponent, Access(typeof(SharedLightReplacerSystem))] public sealed partial class LightReplacerComponent : Component { [DataField("sound")] diff --git a/Content.Shared/Light/EntitySystems/SharedLightReplacerSystem.cs b/Content.Shared/Light/EntitySystems/SharedLightReplacerSystem.cs new file mode 100644 index 0000000000..29001d6c73 --- /dev/null +++ b/Content.Shared/Light/EntitySystems/SharedLightReplacerSystem.cs @@ -0,0 +1,5 @@ +namespace Content.Shared.Light.EntitySystems; + +public abstract class SharedLightReplacerSystem : EntitySystem +{ +} diff --git a/Content.Server/Mousetrap/MousetrapComponent.cs b/Content.Shared/Mousetrap/MousetrapComponent.cs similarity index 74% rename from Content.Server/Mousetrap/MousetrapComponent.cs rename to Content.Shared/Mousetrap/MousetrapComponent.cs index b666c45a4c..6d7483802b 100644 --- a/Content.Server/Mousetrap/MousetrapComponent.cs +++ b/Content.Shared/Mousetrap/MousetrapComponent.cs @@ -1,10 +1,12 @@ -namespace Content.Server.Mousetrap; +using Robust.Shared.GameStates; -[RegisterComponent] +namespace Content.Shared.Mousetrap; + +[RegisterComponent, NetworkedComponent] public sealed partial class MousetrapComponent : Component { [ViewVariables] - [DataField("isActive")] + [DataField("isActive")] public bool IsActive = false; /// diff --git a/Content.Server/Nutrition/Components/UtensilComponent.cs b/Content.Shared/Nutrition/Components/UtensilComponent.cs similarity index 85% rename from Content.Server/Nutrition/Components/UtensilComponent.cs rename to Content.Shared/Nutrition/Components/UtensilComponent.cs index 4058d7e154..50158f1f63 100644 --- a/Content.Server/Nutrition/Components/UtensilComponent.cs +++ b/Content.Shared/Nutrition/Components/UtensilComponent.cs @@ -1,9 +1,10 @@ -using Content.Server.Nutrition.EntitySystems; +using Content.Shared.Nutrition.EntitySystems; using Robust.Shared.Audio; +using Robust.Shared.GameStates; -namespace Content.Server.Nutrition.Components +namespace Content.Shared.Nutrition.Components { - [RegisterComponent, Access(typeof(UtensilSystem))] + [RegisterComponent, NetworkedComponent, Access(typeof(SharedUtensilSystem))] public sealed partial class UtensilComponent : Component { [DataField("types")] diff --git a/Content.Shared/Nutrition/EntitySystems/SharedUtensilSystem.cs b/Content.Shared/Nutrition/EntitySystems/SharedUtensilSystem.cs new file mode 100644 index 0000000000..656a36f5d0 --- /dev/null +++ b/Content.Shared/Nutrition/EntitySystems/SharedUtensilSystem.cs @@ -0,0 +1,5 @@ +namespace Content.Shared.Nutrition.EntitySystems; + +public abstract class SharedUtensilSystem : EntitySystem +{ +} diff --git a/Content.Server/SprayPainter/SprayPainterComponent.cs b/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs similarity index 84% rename from Content.Server/SprayPainter/SprayPainterComponent.cs rename to Content.Shared/SprayPainter/Components/SprayPainterComponent.cs index 9417112b4f..e4581527b7 100644 --- a/Content.Server/SprayPainter/SprayPainterComponent.cs +++ b/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs @@ -1,8 +1,9 @@ using Robust.Shared.Audio; +using Robust.Shared.GameStates; -namespace Content.Server.SprayPainter; +namespace Content.Shared.SprayPainter.Components; -[RegisterComponent] +[RegisterComponent, NetworkedComponent] public sealed partial class SprayPainterComponent : Component { [DataField("spraySound")] diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index d5976d1dda..d800dcdff4 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -179,7 +179,7 @@ - SmokeOnTrigger - Flash - Handcuff - - RangedMagazine + - BallisticAmmoProvider - Ammo - type: ItemMapper mapLayers: @@ -221,7 +221,7 @@ - WetFloorSign - HolosignProjector - Plunger - - LightReplacer + - JanicartKeys components: - LightReplacer - type: ItemMapper diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index f83c48436a..06cf99cc31 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -329,7 +329,7 @@ lightreplacer_slot: name: janitorial-trolley-slot-component-slot-name-lightreplacer whitelist: - tags: + components: - LightReplacer priority: 6 spraybottle_slot: diff --git a/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml b/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml index d834d1ab52..442e939d42 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/light_replacer.yml @@ -17,7 +17,6 @@ amount: 5 - type: Tag tags: - - LightReplacer - DroneUsable - type: StaticPrice price: 100 diff --git a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml index 2694837033..8a8c569510 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml @@ -14,9 +14,6 @@ - key: enum.SprayPainterUiKey.Key type: SprayPainterBoundUserInterface - type: SprayPainter - whitelist: - tags: - - PaintableAirlock colorPalette: red: '#FF1212FF' yellow: '#B3A234FF' diff --git a/Resources/Prototypes/Entities/Objects/Weapons/security.yml b/Resources/Prototypes/Entities/Objects/Weapons/security.yml index 332034bfd8..eec5ee833a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/security.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/security.yml @@ -189,6 +189,7 @@ shape: !type:PhysShapeCircle radius: 2 + repeating: true - type: Anchorable - type: Sprite sprite: Objects/Weapons/pflash.rsi diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index b07c8d267a..f9b207ba6e 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -713,9 +713,6 @@ - type: Tag id: Lemon -- type: Tag - id: LightReplacer - - type: Tag id: Lime @@ -856,9 +853,6 @@ - type: Tag id: Payload # for grenade/bomb crafting -- type: Tag - id: PaintableAirlock - - type: Tag id: Pancake From 5b0d9f789585e7a5ac5a695eadbee3b8b7fadc5f Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 13:35:03 +0000 Subject: [PATCH 215/391] Automatic changelog update (cherry picked from commit d4185144ddc4508f5b327d861c4da13224e47c32) --- Resources/Changelog/Changelog.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 66d2f7b61b..4efeaed498 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Discord bot Changelog now includes hyperlinks to the PRs. - type: Add - id: 5361 - time: '2023-12-14T18:19:25.0000000+00:00' - author: themias changes: - message: Fixed spray nozzle not getting ammo from the back pack tank @@ -3859,3 +3853,15 @@ id: 5860 time: '2024-02-01T13:03:50.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24482 +- author: Nopey + changes: + - message: Many belts and the plant bag no longer produce an erroneous "Can't insert" + and "This doesn't go in there!" messages while inserting certain items such + as Produce (plant bag) or Smoke Grenades (security belt). + type: Fix + - message: Ammunition can once again be stored in assault belts, as was the case + before June 2022. + type: Fix + id: 5861 + time: '2024-02-01T13:33:57.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24063 From 2a839fcb94d42e91a8f1b880ab997e535fc30329 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:39:43 +1100 Subject: [PATCH 216/391] Remove obsolete transform call (#24217) * Remove obsolete transform call Shrimple PR also fixed bad flatpack call that would break on non-standard tilesizes. * Update calls * weh (cherry picked from commit 52808694e0a479c162930a0aae20e91b68bc67a4) --- Content.Server/Anomaly/Effects/EntityAnomalySystem.cs | 10 ++++++++-- .../AtmosphereSystem.HighPressureDelta.cs | 4 ++-- .../Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs | 5 ++--- Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs | 4 +++- Content.Shared/Anomaly/SharedAnomalySystem.cs | 5 +++-- Content.Shared/Construction/SharedFlatpackSystem.cs | 5 +++-- 6 files changed, 21 insertions(+), 12 deletions(-) diff --git a/Content.Server/Anomaly/Effects/EntityAnomalySystem.cs b/Content.Server/Anomaly/Effects/EntityAnomalySystem.cs index 9bfc48f4ba..7c397d6888 100644 --- a/Content.Server/Anomaly/Effects/EntityAnomalySystem.cs +++ b/Content.Server/Anomaly/Effects/EntityAnomalySystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Anomaly.Effects.Components; using Robust.Shared.Map; using Robust.Shared.Map.Components; +using Robust.Shared.Physics.Components; using Robust.Shared.Random; namespace Content.Server.Anomaly.Effects; @@ -13,10 +14,15 @@ public sealed class EntityAnomalySystem : SharedEntityAnomalySystem [Dependency] private readonly SharedAnomalySystem _anomaly = default!; [Dependency] private readonly IMapManager _map = default!; [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; + + private EntityQuery _physicsQuery; /// public override void Initialize() { + _physicsQuery = GetEntityQuery(); + SubscribeLocalEvent(OnPulse); SubscribeLocalEvent(OnSupercritical); SubscribeLocalEvent(OnStabilityChanged); @@ -82,7 +88,7 @@ private void OnSeverityChanged(Entity component, re private void SpawnEntities(Entity anomaly, EntitySpawnSettingsEntry entry, float stability, float severity) { var xform = Transform(anomaly); - if (!TryComp(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out MapGridComponent? grid)) return; var tiles = _anomaly.GetSpawningPoints(anomaly, stability, severity, entry.Settings); @@ -91,7 +97,7 @@ private void SpawnEntities(Entity anomaly, EntitySp foreach (var tileref in tiles) { - Spawn(_random.Pick(entry.Spawns), tileref.GridIndices.ToEntityCoordinates(xform.GridUid.Value, _map)); + Spawn(_random.Pick(entry.Spawns), _mapSystem.ToCenterCoordinates(tileref, grid)); } } } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index 89a42b576b..53035e1ed3 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -100,7 +100,7 @@ private void HighPressureMovements(Entity gridAtmospher { if(_spaceWindSoundCooldown == 0 && !string.IsNullOrEmpty(SpaceWindSound)) { - var coordinates = tile.GridIndices.ToEntityCoordinates(tile.GridIndex, _mapManager); + var coordinates = _mapSystem.ToCenterCoordinates(tile.GridIndex, tile.GridIndices); _audio.PlayPvs(SpaceWindSound, coordinates, AudioParams.Default.WithVariation(0.125f).WithVolume(MathHelper.Clamp(tile.PressureDifference / 10, 10, 100))); } } @@ -163,7 +163,7 @@ private void HighPressureMovements(Entity gridAtmospher gridAtmosphere.Comp.UpdateCounter, tile.PressureDifference, tile.PressureDirection, 0, - tile.PressureSpecificTarget?.GridIndices.ToEntityCoordinates(tile.GridIndex, _mapManager) ?? EntityCoordinates.Invalid, + tile.PressureSpecificTarget != null ? _mapSystem.ToCenterCoordinates(tile.GridIndex, tile.PressureSpecificTarget.GridIndices) : EntityCoordinates.Invalid, gridWorldRotation, xforms.GetComponent(entity), body); diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs index 8966f232e0..713d1c4682 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Hotspot.cs @@ -11,8 +11,6 @@ namespace Content.Server.Atmos.EntitySystems { public sealed partial class AtmosphereSystem { - [Dependency] private readonly EntityLookupSystem _lookup = default!; - private const int HotspotSoundCooldownCycles = 200; private int _hotspotSoundCooldown = 0; @@ -81,7 +79,8 @@ private void ProcessHotspot(GridAtmosphereComponent gridAtmosphere, TileAtmosphe if (_hotspotSoundCooldown++ == 0 && !string.IsNullOrEmpty(HotspotSound)) { - var coordinates = tile.GridIndices.ToEntityCoordinates(tile.GridIndex, _mapManager); + var coordinates = _mapSystem.ToCenterCoordinates(tile.GridIndex, tile.GridIndices); + // A few details on the audio parameters for fire. // The greater the fire state, the lesser the pitch variation. // The greater the fire state, the greater the volume. diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs index 116ab17211..dd2a967559 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs @@ -25,12 +25,14 @@ public sealed partial class AtmosphereSystem : SharedAtmosphereSystem [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly IRobustRandom _robustRandom = default!; [Dependency] private readonly IAdminLogManager _adminLog = default!; + [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly InternalsSystem _internals = default!; [Dependency] private readonly SharedContainerSystem _containers = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly GasTileOverlaySystem _gasTileOverlaySystem = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly TransformSystem _transformSystem = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; + [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly TileSystem _tile = default!; [Dependency] private readonly MapSystem _map = default!; [Dependency] public readonly PuddleSystem Puddle = default!; diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index 5c9739da72..711f9d1493 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -377,9 +377,9 @@ public override void Update(float frameTime) var physQuery = GetEntityQuery(); var resultList = new List(); - while (resultList.Count() < amount) + while (resultList.Count < amount) { - if (tilerefs.Count() == 0) + if (tilerefs.Count == 0) break; var tileref = _random.Pick(tilerefs); @@ -414,6 +414,7 @@ public override void Update(float frameTime) continue; } } + resultList.Add(tileref); } return resultList; diff --git a/Content.Shared/Construction/SharedFlatpackSystem.cs b/Content.Shared/Construction/SharedFlatpackSystem.cs index 6432f87e8e..c6f3e89744 100644 --- a/Content.Shared/Construction/SharedFlatpackSystem.cs +++ b/Content.Shared/Construction/SharedFlatpackSystem.cs @@ -67,8 +67,9 @@ private void OnFlatpackInteractUsing(Entity ent, ref Interact } var buildPos = _map.TileIndicesFor(grid, gridComp, xform.Coordinates); - var intersecting = _entityLookup.GetEntitiesIntersecting(buildPos.ToEntityCoordinates(grid, _mapManager).Offset(new Vector2(0.5f, 0.5f)) - , LookupFlags.Dynamic | LookupFlags.Static); + var coords = _map.ToCenterCoordinates(grid, buildPos); + + var intersecting = _entityLookup.GetEntitiesIntersecting(coords, LookupFlags.Dynamic | LookupFlags.Static); // todo make this logic smarter. // This should eventually allow for shit like building microwaves on tables and such. From 778d0375b579bd7fade3c283258cd0d1f356279e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:41:03 +1100 Subject: [PATCH 217/391] Update submodule to 209.0.0 (#24819) (cherry picked from commit 67286f3a4c4ec0e48cb24e09aa335048c4d998d1) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index ca82767b07..d5f4d4bf2f 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit ca82767b07bb56efd177899ffa65bb17ea77fa16 +Subproject commit d5f4d4bf2f1f43c5e266d3ba85814a5a3eefe5fe From 757c5c992eaf7ec287f68508b24202670ae523e4 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:03:03 +1100 Subject: [PATCH 218/391] Remove bad tag (#24820) (cherry picked from commit 0375cd866fdac3eb65781431d1ca2b59e3cf7e92) --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index d800dcdff4..de6c775469 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -221,7 +221,6 @@ - WetFloorSign - HolosignProjector - Plunger - - JanicartKeys components: - LightReplacer - type: ItemMapper From c795fd0e3e2989c3a54ce9066388f2b75dc6aa08 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:04:45 +1100 Subject: [PATCH 219/391] Update submodule to 209.0.1 (#24822) (cherry picked from commit 2aa5759334be8ad5f008f132dda55d9901d11cdb) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index d5f4d4bf2f..9e0fc7017c 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit d5f4d4bf2f1f43c5e266d3ba85814a5a3eefe5fe +Subproject commit 9e0fc7017c4740b6bc8302cb724dc7c3b60b3299 From e3bf59a3be719d7a76efe1febbab6895355d6a7e Mon Sep 17 00:00:00 2001 From: Vasilis Date: Thu, 1 Feb 2024 15:05:01 +0100 Subject: [PATCH 220/391] Action for closing prs submitted by the submitters master branch (#24094) * Action for closing master prs * Spelling mistakes and better msg * a (cherry picked from commit 5d5c4c4772739c0fdf6d289217061c8f74ac1ee8) --- .github/workflows/close-master-pr.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/close-master-pr.yml diff --git a/.github/workflows/close-master-pr.yml b/.github/workflows/close-master-pr.yml new file mode 100644 index 0000000000..66843d35dd --- /dev/null +++ b/.github/workflows/close-master-pr.yml @@ -0,0 +1,27 @@ +name: Close PR's on master + +on: + pull_request_target: + types: [ opened, ready_for_review ] + +jobs: + run: + runs-on: ubuntu-latest + if: ${{github.head_ref == 'master' || github.head_ref == 'main' || github.head_ref == 'develop'}} + + steps: + - uses: superbrothers/close-pull-request@v3 + with: + comment: "Thank you for contributing to the Space Station 14 repository. Unfortunately, it looks like you submitted your pull request from the master branch. We suggest you follow [our git usage documentation](https://docs.spacestation14.com/en/general-development/setup/git-for-the-ss14-developer.html) \n\n You can move your current work from the master branch to another branch by doing `git branch Date: Thu, 1 Feb 2024 23:19:01 +0100 Subject: [PATCH 221/391] Adds ExaminableSolutionComponent to spray bottles (#24838) Added missing component to base spray bottle (cherry picked from commit 66b37b45f4d1ff44ae3d558e20a09a51874fb9cf) --- .../Prototypes/Entities/Objects/Specific/Janitorial/spray.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml index dbbea70746..e9eb18f926 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/spray.yml @@ -32,6 +32,8 @@ path: /Audio/Effects/spray2.ogg - type: TrashOnSolutionEmpty solution: spray + - type: ExaminableSolution + solution: spray - type: entity name: mega spray bottle From c8456ec7836bf99fdf2d74f68138929f8fdde66f Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 22:20:07 +0000 Subject: [PATCH 222/391] Automatic changelog update (cherry picked from commit abd2bfceb84c16a1918e28c4156174e6d8f282c7) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 4efeaed498..d18d0105cf 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: themias - changes: - - message: Fixed spray nozzle not getting ammo from the back pack tank - type: Fix - id: 5362 - time: '2023-12-14T20:49:40.0000000+00:00' - author: Ubaser changes: - message: Mothroach crates are now twice as expensive @@ -3865,3 +3859,10 @@ id: 5861 time: '2024-02-01T13:33:57.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24063 +- author: Blazeror + changes: + - message: Chemical analysis goggles can now inspect solutions inside spray bottles. + type: Fix + id: 5862 + time: '2024-02-01T22:19:01.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24838 From 90824ea0cfe257d476ea2a4a715dd08ac770311b Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:21:04 -0500 Subject: [PATCH 223/391] Fix dylovene OD damage (#24826) fix dylovene OD damage (cherry picked from commit eed7ca1ddc4bd76e7b02cbbb9205d974970878b6) --- Resources/Prototypes/Reagents/medicine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 0605728a51..c2a3353079 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -45,7 +45,7 @@ - !type:ReagentThreshold min: 20 damage: - types: + groups: Brute: 2 - !type:Jitter conditions: From 3875e191ea28a8dfb8896ff9ae32b1f64500c799 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 22:22:10 +0000 Subject: [PATCH 224/391] Automatic changelog update (cherry picked from commit 912b5915d411056e5fdf723648fb480c1bdcd4a8) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d18d0105cf..690ed04bca 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Mothroach crates are now twice as expensive - type: Tweak - id: 5363 - time: '2023-12-14T20:58:38.0000000+00:00' - author: deltanedas changes: - message: Crusher Glaives can be made with the Salvage Weapons technology. @@ -3866,3 +3860,10 @@ id: 5862 time: '2024-02-01T22:19:01.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24838 +- author: themias + changes: + - message: Fixed dylovene overdoses not applying brute damage + type: Fix + id: 5863 + time: '2024-02-01T22:21:04.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24826 From 4ca11a55e54aecc9ee9d037287cbd169aa106d31 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+slambamactionman@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:27:52 +0100 Subject: [PATCH 225/391] Remove gondola donkpocket & change berry box description (#24655) * Remove gondola & change berry box description * Removed map gondolas * Revert "Removed map gondolas" This reverts commit 42fcfb85f16e778df135d2a68b9cea08d794e28b. * Updated migration.yml to remove FoodBoxDonkpocketGondola * Replacing is better than removing * Changed description slightly (cherry picked from commit e36844de47ce0d9f5f28b11b733cd998201e1b49) --- Resources/Migrations/migration.yml | 3 ++ .../Random/Food_Drinks/donkpocketbox.yml | 1 - .../Consumable/Food/Baked/donkpocket.yml | 39 +----------------- .../Consumable/Food/Containers/box.yml | 14 ------- .../Entities/Objects/Decoration/present.yml | 2 - .../Recipes/Cooking/meal_recipes.yml | 8 ---- .../Food/Baked/donkpocket.rsi/gondola-box.png | Bin 347 -> 0 bytes .../Food/Baked/donkpocket.rsi/gondola.png | Bin 317 -> 0 bytes .../Food/Baked/donkpocket.rsi/meta.json | 6 --- 9 files changed, 4 insertions(+), 69 deletions(-) delete mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png delete mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png diff --git a/Resources/Migrations/migration.yml b/Resources/Migrations/migration.yml index e2df39bd8d..edfb1e67a9 100644 --- a/Resources/Migrations/migration.yml +++ b/Resources/Migrations/migration.yml @@ -157,6 +157,9 @@ ClothingHeadHelmetVoidParamed: null # 2024-01-19 DefaultStationBeaconTeslaEngine: null +# 2024-01-28 +FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza + # 2024-01-31 SpawnVehicleWheelchair: null SpawnVehicleWheelchairFolded: null diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml index 98174b7a03..cf7b2a5e86 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml @@ -14,7 +14,6 @@ - FoodBoxDonkpocketSpicy - FoodBoxDonkpocketTeriyaki - FoodBoxDonkpocketPizza - - FoodBoxDonkpocketGondola - FoodBoxDonkpocketBerry - FoodBoxDonkpocketHonk - FoodBoxDonkpocketDink diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml index b0be8011aa..2e03405305 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml @@ -256,7 +256,7 @@ name: berry-pocket parent: FoodDonkpocketBase id: FoodDonkpocketBerry - description: A relentlessly sweet donk-pocket first created for use in Operation Iraqi Freedom. + description: A relentlessly sweet donk-pocket. Made with 100% artificial flavoring. components: - type: FlavorProfile flavors: @@ -292,43 +292,6 @@ - ReagentId: Sugar Quantity: 2 -- type: entity - name: gondola-pocket - parent: FoodDonkpocketBase - id: FoodDonkpocketGondola - description: The choice to use real gondola meat in the recipe is controversial, to say the least. - components: - - type: FlavorProfile - flavors: - - shocking - - cheap - - type: SolutionContainerManager - solutions: - food: - reagents: - - ReagentId: Nutriment - Quantity: 5 - - type: Sprite - state: gondola - -- type: entity - name: warm gondola-pocket - parent: FoodDonkpocketGondola - id: FoodDonkpocketGondolaWarm - components: - - type: FlavorProfile - flavors: - - shocking - - cheap - - type: SolutionContainerManager - solutions: - food: - reagents: - - ReagentId: Nutriment - Quantity: 10 - - ReagentId: Omnizine - Quantity: 2 - - type: entity name: dink-pocket parent: FoodDonkpocketBase diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index b8eb862c40..26815b210d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -399,20 +399,6 @@ - id: FoodDonkpocketPizza amount: 6 -- type: entity - parent: FoodBoxDonkpocket - id: FoodBoxDonkpocketGondola - name: box of gondola-flavoured donk-pockets - components: - - type: Sprite - state: gondola-box - - type: Item - sprite: Objects/Consumable/Food/Baked/donkpocket.rsi - - type: StorageFill - contents: - - id: FoodDonkpocketGondola - amount: 6 - - type: entity parent: FoodBoxDonkpocket id: FoodBoxDonkpocketBerry diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 2b06d36b99..421bd826b9 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -268,8 +268,6 @@ orGroup: GiftPool - id: FoodBoxDonkpocketPizza orGroup: GiftPool - - id: FoodBoxDonkpocketGondola - orGroup: GiftPool - id: FoodBoxDonkpocketBerry orGroup: GiftPool - id: FoodBoxDonkpocketHonk diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 0b66658d16..5a44dd2c23 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1480,14 +1480,6 @@ solids: FoodDonkpocketBerry: 1 -- type: microwaveMealRecipe - id: RecipeDonkpocketGondola - name: warm gondola-pocket recipe - result: FoodDonkpocketGondolaWarm - time: 5 - solids: - FoodDonkpocketGondola: 1 - - type: microwaveMealRecipe id: RecipeHotChili name: hot chili recipe diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png deleted file mode 100644 index 5bda53839e05149b73cf5b709868d688ebec2571..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyr2#%6t_KbraF7vq(NRh^SKORz zlVhWDrX$T(NyJTE+(AXuOH(q+NX|n;B1l&{!BoLQmOns8I@(As-BQU{Q@qO0w94Pq zOGB(a)au3liLdrdSlyD=5N7l2(Bv1ZyS^{&_S2H64z!q25Po|@N0W!Pld4#Rp{%K_ zP~Uu)W}pKYOM?7@862M7NCR@Fc)B=-SoFRu%}jpjm5>#VN#Qp zFT$1Ix r;xSNqP>~_aGUr$0WF}>%x}ECD&jlCRia+=VbRUDKtDnm{r-UW|^sRp9 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png deleted file mode 100644 index 700805e5185ded30ae6c2fad2f253d7aac8a9894..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFtT{MIEGZrNluVpU7R4&(-dfM ziBZ{dmdsX>|H;Dl>)+a)d}cT?dFRAQDu@4Nf0vw)8CaJ$hwm`EN15Rn#upC`uKv#R ze%~JjOOXhVQU+#bX6M*g8z9BZyg$&f;z=B*>@!17mB@RE{ zK3^iP{*TvufrdygUWX!%JyjL&{?CuU|6$d{psk9xVkQ+I1o9*zZtMVKyM6oGm5v`e zcJ#yB%ifdDDBol>aR2l3Yp-KORQtonud8|F`s%>q4l278pq6)BwxfoXcjop#pe{c^lSQtEA{an^L HB{Ts5J3xXd diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json index 8b64f3577a..bf4050e45e 100644 --- a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json @@ -22,12 +22,6 @@ { "name": "dank" }, - { - "name": "gondola" - }, - { - "name": "gondola-box" - }, { "name": "pizza" }, From 0b0de4eb50acf12ff3047acce7c34bb37dab3d09 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:30:46 +0000 Subject: [PATCH 226/391] spray painter rework (#23287) * refactor and add Department to PaintableAirlock, move it to server dir since its in namespace * add departments to doors, cleanup * add style -> departments mapping * AirlockDepartmentsPrototype * update shared spray stuff to have department * name file the same as the class name * department optional * refactor spray painter system + send department * fixy * client * no need to rewrite ActivateableUi * pro ops * the reckoning * hiss * . * :trollface: * add standard atmos colors to palette * Update Content.Shared/SprayPainter/SharedSprayPainterSystem.cs --------- Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit c49c78bafaddc3ed69714eaf41920e1565dbd292) --- .../SprayPainter/SprayPainterSystem.cs | 18 +- .../UI/SprayPainterBoundUserInterface.cs | 28 +-- .../SprayPainter/SprayPainterSystem.cs | 173 +++------------ .../Components/PaintableAirlockComponent.cs | 23 +- .../Components/SprayPainterComponent.cs | 39 ++-- .../Prototypes/AirlockDepartmentsPrototype.cs | 21 ++ .../SprayPainter/SharedDevicePainterSystem.cs | 29 --- .../SprayPainter/SharedSprayPainterSystem.cs | 202 ++++++++++++++++++ .../SprayPainter/SprayPainterEvents.cs | 48 +++-- .../Entities/Objects/Tools/spray_painter.yml | 49 +++-- .../Structures/Doors/Airlocks/airlocks.yml | 75 +++---- .../Doors/Airlocks/base_structureairlocks.yml | 1 + .../Structures/Doors/Airlocks/external.yml | 1 + .../Structures/Doors/Airlocks/shuttle.yml | 1 + .../Structures/Doors/airlock_groups.yml | 16 ++ 15 files changed, 421 insertions(+), 303 deletions(-) create mode 100644 Content.Shared/SprayPainter/Prototypes/AirlockDepartmentsPrototype.cs delete mode 100644 Content.Shared/SprayPainter/SharedDevicePainterSystem.cs create mode 100644 Content.Shared/SprayPainter/SharedSprayPainterSystem.cs diff --git a/Content.Client/SprayPainter/SprayPainterSystem.cs b/Content.Client/SprayPainter/SprayPainterSystem.cs index 4476e2a90a..6a1d27e98b 100644 --- a/Content.Client/SprayPainter/SprayPainterSystem.cs +++ b/Content.Client/SprayPainter/SprayPainterSystem.cs @@ -14,29 +14,31 @@ public sealed class SprayPainterSystem : SharedSprayPainterSystem public List Entries { get; private set; } = new(); - public override void Initialize() + protected override void CacheStyles() { - base.Initialize(); + base.CacheStyles(); - foreach (string style in Styles) + Entries.Clear(); + foreach (var style in Styles) { + var name = style.Name; string? iconPath = Groups - .FindAll(x => x.StylePaths.ContainsKey(style))? - .MaxBy(x => x.IconPriority)?.StylePaths[style]; + .FindAll(x => x.StylePaths.ContainsKey(name))? + .MaxBy(x => x.IconPriority)?.StylePaths[name]; if (iconPath == null) { - Entries.Add(new SprayPainterEntry(style, null)); + Entries.Add(new SprayPainterEntry(name, null)); continue; } RSIResource doorRsi = _resourceCache.GetResource(SpriteSpecifierSerializer.TextureRoot / new ResPath(iconPath)); if (!doorRsi.RSI.TryGetState("closed", out var icon)) { - Entries.Add(new SprayPainterEntry(style, null)); + Entries.Add(new SprayPainterEntry(name, null)); continue; } - Entries.Add(new SprayPainterEntry(style, icon.Frame0)); + Entries.Add(new SprayPainterEntry(name, icon.Frame0)); } } } diff --git a/Content.Client/SprayPainter/UI/SprayPainterBoundUserInterface.cs b/Content.Client/SprayPainter/UI/SprayPainterBoundUserInterface.cs index d5c57a601f..e8442d2390 100644 --- a/Content.Client/SprayPainter/UI/SprayPainterBoundUserInterface.cs +++ b/Content.Client/SprayPainter/UI/SprayPainterBoundUserInterface.cs @@ -1,4 +1,5 @@ using Content.Shared.SprayPainter; +using Content.Shared.SprayPainter.Components; using Robust.Client.GameObjects; using Robust.Client.UserInterface.Controls; @@ -20,14 +21,20 @@ protected override void Open() { base.Open(); + if (!EntMan.TryGetComponent(Owner, out var comp)) + return; + _window = new SprayPainterWindow(); _painter = EntMan.System(); - _window.OpenCentered(); _window.OnClose += Close; _window.OnSpritePicked = OnSpritePicked; _window.OnColorPicked = OnColorPicked; + + _window.Populate(_painter.Entries, comp.Index, comp.PickedColor, comp.ColorPalette); + + _window.OpenCentered(); } protected override void Dispose(bool disposing) @@ -37,25 +44,6 @@ protected override void Dispose(bool disposing) _window?.Dispose(); } - protected override void UpdateState(BoundUserInterfaceState state) - { - base.UpdateState(state); - - if (_window == null) - return; - - if (_painter == null) - return; - - if (state is not SprayPainterBoundUserInterfaceState stateCast) - return; - - _window.Populate(_painter.Entries, - stateCast.SelectedStyle, - stateCast.SelectedColorKey, - stateCast.Palette); - } - private void OnSpritePicked(ItemList.ItemListSelectedEventArgs args) { SendMessage(new SprayPainterSpritePickedMessage(args.ItemIndex)); diff --git a/Content.Server/SprayPainter/SprayPainterSystem.cs b/Content.Server/SprayPainter/SprayPainterSystem.cs index 4f8f1cda2e..e49c49c1da 100644 --- a/Content.Server/SprayPainter/SprayPainterSystem.cs +++ b/Content.Server/SprayPainter/SprayPainterSystem.cs @@ -1,186 +1,69 @@ -using System.Linq; -using Content.Server.Administration.Logs; using Content.Server.Atmos.Piping.Components; using Content.Server.Atmos.Piping.EntitySystems; -using Content.Server.Popups; -using Content.Shared.Database; using Content.Shared.DoAfter; -using Content.Shared.Doors.Components; +using Content.Shared.Interaction; using Content.Shared.SprayPainter; using Content.Shared.SprayPainter.Components; -using Content.Shared.SprayPainter.Prototypes; -using Content.Shared.Interaction; -using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Audio; -using Robust.Shared.Audio.Systems; -using Robust.Shared.Player; namespace Content.Server.SprayPainter; /// -/// A system for painting airlocks and pipes using enginner painter +/// Handles spraying pipes using a spray painter. +/// Airlocks are handled in shared. /// -[UsedImplicitly] public sealed class SprayPainterSystem : SharedSprayPainterSystem { - [Dependency] private readonly IAdminLogManager _adminLogger = default!; - [Dependency] private readonly UserInterfaceSystem _userInterfaceSystem = default!; - [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; - [Dependency] private readonly PopupSystem _popupSystem = default!; - [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - [Dependency] private readonly AtmosPipeColorSystem _pipeColorSystem = default!; + [Dependency] private readonly AtmosPipeColorSystem _pipeColor = default!; public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnInit); - SubscribeLocalEvent(AfterInteractOn); - SubscribeLocalEvent(OnActivate); - SubscribeLocalEvent(OnSpritePicked); - SubscribeLocalEvent(OnColorPicked); - SubscribeLocalEvent(OnDoAfter); - } - - private void OnInit(EntityUid uid, SprayPainterComponent component, ComponentInit args) - { - if (component.ColorPalette.Count == 0) - return; + SubscribeLocalEvent(OnPipeDoAfter); - SetColor(uid, component, component.ColorPalette.First().Key); + SubscribeLocalEvent(OnPipeInteract); } - private void OnDoAfter(EntityUid uid, SprayPainterComponent component, SprayPainterDoAfterEvent args) + private void OnPipeDoAfter(Entity ent, ref SprayPainterPipeDoAfterEvent args) { - component.IsSpraying = false; - if (args.Handled || args.Cancelled) return; - if (args.Args.Target == null) + if (args.Args.Target is not {} target) return; - EntityUid target = (EntityUid) args.Args.Target; - - _audio.PlayPvs(component.SpraySound, uid); - - if (TryComp(target, out var atmosPipeColorComp)) - { - _pipeColorSystem.SetColor(target, atmosPipeColorComp, args.Color ?? Color.White); - } else { // Target is an airlock - if (args.Sprite != null) - { - _appearance.SetData(target, DoorVisuals.BaseRSI, args.Sprite); - _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.Args.User):user} painted {ToPrettyString(args.Args.Target.Value):target}"); - } - } - - args.Handled = true; - } - - private void OnActivate(EntityUid uid, SprayPainterComponent component, ActivateInWorldEvent args) - { - if (!EntityManager.TryGetComponent(args.User, out ActorComponent? actor)) + if (!TryComp(target, out var color)) return; - DirtyUI(uid, component); - _userInterfaceSystem.TryOpen(uid, SprayPainterUiKey.Key, actor.PlayerSession); - args.Handled = true; - } - - private void AfterInteractOn(EntityUid uid, SprayPainterComponent component, AfterInteractEvent args) - { - if (component.IsSpraying || args.Target is not { Valid: true } target || !args.CanReach) - return; + Audio.PlayPvs(ent.Comp.SpraySound, ent); - if (EntityManager.TryGetComponent(target, out var airlock)) - { - if (!_prototypeManager.TryIndex(airlock.Group, out var grp)) - { - Log.Error("Group not defined: %s", airlock.Group); - return; - } - - string style = Styles[component.Index]; - if (!grp.StylePaths.TryGetValue(style, out var sprite)) - { - string msg = Loc.GetString("spray-painter-style-not-available"); - _popupSystem.PopupEntity(msg, args.User, args.User); - return; - } - component.IsSpraying = true; - - var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.AirlockSprayTime, new SprayPainterDoAfterEvent(sprite, null), uid, target: target, used: uid) - { - BreakOnTargetMove = true, - BreakOnUserMove = true, - BreakOnDamage = true, - NeedHand = true, - }; - _doAfterSystem.TryStartDoAfter(doAfterEventArgs); - - // Log attempt - _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.User):user} is painting {ToPrettyString(uid):target} to '{style}' at {Transform(uid).Coordinates:targetlocation}"); - } else { // Painting pipes - if(component.PickedColor is null) - return; - - if (!EntityManager.HasComponent(target)) - return; - - if(!component.ColorPalette.TryGetValue(component.PickedColor, out var color)) - return; - - var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.PipeSprayTime, new SprayPainterDoAfterEvent(null, color), uid, target, uid) - { - BreakOnTargetMove = true, - BreakOnUserMove = true, - BreakOnDamage = true, - CancelDuplicate = true, - DuplicateCondition = DuplicateConditions.SameTarget, - NeedHand = true, - }; - - _doAfterSystem.TryStartDoAfter(doAfterEventArgs); - } - } + _pipeColor.SetColor(target, color, args.Color); - private void OnColorPicked(EntityUid uid, SprayPainterComponent component, SprayPainterColorPickedMessage args) - { - SetColor(uid, component, args.Key); - } - - private void OnSpritePicked(EntityUid uid, SprayPainterComponent component, SprayPainterSpritePickedMessage args) - { - component.Index = args.Index; - DirtyUI(uid, component); + args.Handled = true; } - private void SetColor(EntityUid uid, SprayPainterComponent component, string? paletteKey) + private void OnPipeInteract(Entity ent, ref InteractUsingEvent args) { - if (paletteKey == null) + if (args.Handled) return; - if (!component.ColorPalette.ContainsKey(paletteKey) || paletteKey == component.PickedColor) + if (!TryComp(args.Used, out var painter) || painter.PickedColor is not {} colorName) return; - component.PickedColor = paletteKey; - DirtyUI(uid, component); - } - - private void DirtyUI(EntityUid uid, SprayPainterComponent? component = null) - { - if (!Resolve(uid, ref component)) + if (!painter.ColorPalette.TryGetValue(colorName, out var color)) return; - _userInterfaceSystem.TrySetUiState( - uid, - SprayPainterUiKey.Key, - new SprayPainterBoundUserInterfaceState( - component.Index, - component.PickedColor, - component.ColorPalette)); + var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, painter.PipeSprayTime, new SprayPainterPipeDoAfterEvent(color), args.Used, target: ent, used: args.Used) + { + BreakOnTargetMove = true, + BreakOnUserMove = true, + BreakOnDamage = true, + CancelDuplicate = true, + // multiple pipes can be sprayed at once just not the same one + DuplicateCondition = DuplicateConditions.SameTarget, + NeedHand = true + }; + + args.Handled = DoAfter.TryStartDoAfter(doAfterEventArgs); } } diff --git a/Content.Shared/SprayPainter/Components/PaintableAirlockComponent.cs b/Content.Shared/SprayPainter/Components/PaintableAirlockComponent.cs index 10fd72434e..fdd0aeeb7f 100644 --- a/Content.Shared/SprayPainter/Components/PaintableAirlockComponent.cs +++ b/Content.Shared/SprayPainter/Components/PaintableAirlockComponent.cs @@ -1,11 +1,24 @@ +using Content.Shared.Roles; using Content.Shared.SprayPainter.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; -namespace Content.Server.SprayPainter; +namespace Content.Shared.SprayPainter.Components; -[RegisterComponent] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class PaintableAirlockComponent : Component { - [DataField("group", customTypeSerializer:typeof(PrototypeIdSerializer))] - public string Group = default!; + /// + /// Group of styles this airlock can be painted with, e.g. glass, standard or external. + /// + [DataField(required: true), AutoNetworkedField] + public ProtoId Group = string.Empty; + + /// + /// Department this airlock is painted as, or none. + /// Must be specified in prototypes for turf war to work. + /// To better catch any mistakes, you need to explicitly state a non-styled airlock has a null department. + /// + [DataField(required: true), AutoNetworkedField] + public ProtoId? Department; } diff --git a/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs b/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs index e4581527b7..1742b13f8d 100644 --- a/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs +++ b/Content.Shared/SprayPainter/Components/SprayPainterComponent.cs @@ -1,29 +1,44 @@ +using Content.Shared.DoAfter; using Robust.Shared.Audio; using Robust.Shared.GameStates; namespace Content.Shared.SprayPainter.Components; -[RegisterComponent, NetworkedComponent] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class SprayPainterComponent : Component { - [DataField("spraySound")] + [DataField] public SoundSpecifier SpraySound = new SoundPathSpecifier("/Audio/Effects/spray2.ogg"); - [DataField("airlockSprayTime")] - public float AirlockSprayTime = 3.0f; + [DataField] + public TimeSpan AirlockSprayTime = TimeSpan.FromSeconds(3); - [DataField("pipeSprayTime")] - public float PipeSprayTime = 1.0f; + [DataField] + public TimeSpan PipeSprayTime = TimeSpan.FromSeconds(1); - [DataField("isSpraying")] - public bool IsSpraying = false; + /// + /// DoAfterId for airlock spraying. + /// Pipes do not track doafters so you can spray multiple at once. + /// + [DataField] + public DoAfterId? AirlockDoAfter; - [ViewVariables(VVAccess.ReadWrite)] + /// + /// Pipe color chosen to spray with. + /// + [DataField, AutoNetworkedField] public string? PickedColor; - [ViewVariables(VVAccess.ReadWrite)] - [DataField("colorPalette")] + /// + /// Pipe colors that can be selected. + /// + [DataField] public Dictionary ColorPalette = new(); - public int Index = default!; + /// + /// Airlock style index selected. + /// After prototype reload this might not be the same style but it will never be out of bounds. + /// + [DataField, AutoNetworkedField] + public int Index; } diff --git a/Content.Shared/SprayPainter/Prototypes/AirlockDepartmentsPrototype.cs b/Content.Shared/SprayPainter/Prototypes/AirlockDepartmentsPrototype.cs new file mode 100644 index 0000000000..3553597c52 --- /dev/null +++ b/Content.Shared/SprayPainter/Prototypes/AirlockDepartmentsPrototype.cs @@ -0,0 +1,21 @@ +using Content.Shared.Roles; +using Robust.Shared.Prototypes; + +namespace Content.Shared.SprayPainter.Prototypes; + +/// +/// Maps airlock style names to department ids. +/// +[Prototype("airlockDepartments")] +public sealed class AirlockDepartmentsPrototype : IPrototype +{ + [IdDataField] + public string ID { get; private set; } = default!; + + /// + /// Dictionary of style names to department ids. + /// If a style does not have a department (e.g. external) it is set to null. + /// + [DataField(required: true)] + public Dictionary> Departments = new(); +} diff --git a/Content.Shared/SprayPainter/SharedDevicePainterSystem.cs b/Content.Shared/SprayPainter/SharedDevicePainterSystem.cs deleted file mode 100644 index ff43b119f6..0000000000 --- a/Content.Shared/SprayPainter/SharedDevicePainterSystem.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System.Linq; -using Content.Shared.SprayPainter.Prototypes; -using Robust.Shared.Prototypes; - -namespace Content.Shared.SprayPainter; - -public abstract class SharedSprayPainterSystem : EntitySystem -{ - [Dependency] protected readonly IPrototypeManager _prototypeManager = default!; - - public List Styles { get; private set; } = new(); - public List Groups { get; private set; } = new(); - - public override void Initialize() - { - base.Initialize(); - - SortedSet styles = new(); - foreach (AirlockGroupPrototype grp in _prototypeManager.EnumeratePrototypes()) - { - Groups.Add(grp); - foreach (string style in grp.StylePaths.Keys) - { - styles.Add(style); - } - } - Styles = styles.ToList(); - } -} diff --git a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs new file mode 100644 index 0000000000..c0f0f6d115 --- /dev/null +++ b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs @@ -0,0 +1,202 @@ +using Content.Shared.Administration.Logs; +using Content.Shared.Database; +using Content.Shared.DoAfter; +using Content.Shared.Doors.Components; +using Content.Shared.Interaction; +using Content.Shared.Popups; +using Content.Shared.SprayPainter.Components; +using Content.Shared.SprayPainter.Prototypes; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Prototypes; +using System.Linq; + +namespace Content.Shared.SprayPainter; + +/// +/// System for painting airlocks using a spray painter. +/// Pipes are handled serverside since AtmosPipeColorSystem is server only. +/// +public abstract class SharedSprayPainterSystem : EntitySystem +{ + [Dependency] protected readonly IPrototypeManager Proto = default!; + [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; + [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; + [Dependency] protected readonly SharedAudioSystem Audio = default!; + [Dependency] protected readonly SharedDoAfterSystem DoAfter = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SharedUserInterfaceSystem _ui = default!; + + public List Styles { get; private set; } = new(); + public List Groups { get; private set; } = new(); + + [ValidatePrototypeId] + private const string Departments = "Departments"; + + public override void Initialize() + { + base.Initialize(); + + CacheStyles(); + + SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnDoorDoAfter); + Subs.BuiEvents(SprayPainterUiKey.Key, subs => + { + subs.Event(OnSpritePicked); + subs.Event(OnColorPicked); + }); + + SubscribeLocalEvent(OnAirlockInteract); + + SubscribeLocalEvent(OnPrototypesReloaded); + } + + private void OnMapInit(Entity ent, ref MapInitEvent args) + { + if (ent.Comp.ColorPalette.Count == 0) + return; + + SetColor(ent, ent.Comp.ColorPalette.First().Key); + } + + private void OnDoorDoAfter(Entity ent, ref SprayPainterDoorDoAfterEvent args) + { + ent.Comp.AirlockDoAfter = null; + + if (args.Handled || args.Cancelled) + return; + + if (args.Args.Target is not {} target) + return; + + if (!TryComp(target, out var airlock)) + return; + + airlock.Department = args.Department; + Dirty(target, airlock); + + Audio.PlayPredicted(ent.Comp.SpraySound, ent, args.Args.User); + Appearance.SetData(target, DoorVisuals.BaseRSI, args.Sprite); + _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.Args.User):user} painted {ToPrettyString(args.Args.Target.Value):target}"); + + args.Handled = true; + } + + #region UI messages + + private void OnColorPicked(Entity ent, ref SprayPainterColorPickedMessage args) + { + SetColor(ent, args.Key); + } + + private void OnSpritePicked(Entity ent, ref SprayPainterSpritePickedMessage args) + { + if (args.Index >= Styles.Count) + return; + + ent.Comp.Index = args.Index; + Dirty(ent, ent.Comp); + } + + private void SetColor(Entity ent, string? paletteKey) + { + if (paletteKey == null || paletteKey == ent.Comp.PickedColor) + return; + + if (!ent.Comp.ColorPalette.ContainsKey(paletteKey)) + return; + + ent.Comp.PickedColor = paletteKey; + Dirty(ent, ent.Comp); + } + + #endregion + + private void OnAirlockInteract(Entity ent, ref InteractUsingEvent args) + { + if (args.Handled) + return; + + if (!TryComp(args.Used, out var painter) || painter.AirlockDoAfter != null) + return; + + var group = Proto.Index(ent.Comp.Group); + + var style = Styles[painter.Index]; + if (!group.StylePaths.TryGetValue(style.Name, out var sprite)) + { + string msg = Loc.GetString("spray-painter-style-not-available"); + _popup.PopupEntity(msg, args.User, args.User); + return; + } + + var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, painter.AirlockSprayTime, new SprayPainterDoorDoAfterEvent(sprite, style.Department), args.Used, target: ent, used: args.Used) + { + BreakOnTargetMove = true, + BreakOnUserMove = true, + BreakOnDamage = true, + NeedHand = true + }; + if (!DoAfter.TryStartDoAfter(doAfterEventArgs, out var id)) + return; + + // since we are now spraying an airlock prevent spraying more at the same time + // pipes ignore this + painter.AirlockDoAfter = id; + args.Handled = true; + + // Log the attempt + _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.User):user} is painting {ToPrettyString(ent):target} to '{style.Name}' at {Transform(ent).Coordinates:targetlocation}"); + } + + #region Style caching + + private void OnPrototypesReloaded(PrototypesReloadedEventArgs args) + { + if (!args.WasModified() && !args.WasModified()) + return; + + Styles.Clear(); + Groups.Clear(); + CacheStyles(); + + // style index might be invalid now so check them all + var max = Styles.Count - 1; + var query = AllEntityQuery(); + while (query.MoveNext(out var uid, out var comp)) + { + if (comp.Index > max) + { + comp.Index = max; + Dirty(uid, comp); + } + } + } + + protected virtual void CacheStyles() + { + // collect every style's name + var names = new SortedSet(); + foreach (var group in Proto.EnumeratePrototypes()) + { + Groups.Add(group); + foreach (var style in group.StylePaths.Keys) + { + names.Add(style); + } + } + + // get their department ids too for the final style list + var departments = Proto.Index(Departments); + Styles.Capacity = names.Count; + foreach (var name in names) + { + departments.Departments.TryGetValue(name, out var department); + Styles.Add(new AirlockStyle(name, department)); + } + } + + #endregion +} + +public record struct AirlockStyle(string Name, string? Department); diff --git a/Content.Shared/SprayPainter/SprayPainterEvents.cs b/Content.Shared/SprayPainter/SprayPainterEvents.cs index f0e0208610..b88b054ad1 100644 --- a/Content.Shared/SprayPainter/SprayPainterEvents.cs +++ b/Content.Shared/SprayPainter/SprayPainterEvents.cs @@ -12,7 +12,7 @@ public enum SprayPainterUiKey [Serializable, NetSerializable] public sealed class SprayPainterSpritePickedMessage : BoundUserInterfaceMessage { - public int Index { get; } + public readonly int Index; public SprayPainterSpritePickedMessage(int index) { @@ -23,7 +23,7 @@ public SprayPainterSpritePickedMessage(int index) [Serializable, NetSerializable] public sealed class SprayPainterColorPickedMessage : BoundUserInterfaceMessage { - public string? Key { get; } + public readonly string? Key; public SprayPainterColorPickedMessage(string? key) { @@ -32,36 +32,40 @@ public SprayPainterColorPickedMessage(string? key) } [Serializable, NetSerializable] -public sealed class SprayPainterBoundUserInterfaceState : BoundUserInterfaceState +public sealed partial class SprayPainterDoorDoAfterEvent : DoAfterEvent { - public int SelectedStyle { get; } - public string? SelectedColorKey { get; } - public Dictionary Palette { get; } + /// + /// Base RSI path to set for the door sprite. + /// + [DataField] + public string Sprite; - public SprayPainterBoundUserInterfaceState(int selectedStyle, string? selectedColorKey, Dictionary palette) + /// + /// Department id to set for the door, if the style has one. + /// + [DataField] + public string? Department; + + public SprayPainterDoorDoAfterEvent(string sprite, string? department) { - SelectedStyle = selectedStyle; - SelectedColorKey = selectedColorKey; - Palette = palette; + Sprite = sprite; + Department = department; } + + public override DoAfterEvent Clone() => this; } [Serializable, NetSerializable] -public sealed partial class SprayPainterDoAfterEvent : DoAfterEvent +public sealed partial class SprayPainterPipeDoAfterEvent : DoAfterEvent { - [DataField("sprite")] - public string? Sprite = null; - - [DataField("color")] - public Color? Color = null; + /// + /// Color of the pipe to set. + /// + [DataField] + public Color Color; - private SprayPainterDoAfterEvent() + public SprayPainterPipeDoAfterEvent(Color color) { - } - - public SprayPainterDoAfterEvent(string? sprite, Color? color) - { - Sprite = sprite; Color = color; } diff --git a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml index 8a8c569510..903b8d3f90 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml @@ -4,24 +4,31 @@ name: spray painter description: A spray painter for painting airlocks and pipes. components: - - type: Sprite - sprite: Objects/Tools/spray_painter.rsi - state: spray_painter - - type: Item - sprite: Objects/Tools/spray_painter.rsi - - type: UserInterface - interfaces: - - key: enum.SprayPainterUiKey.Key - type: SprayPainterBoundUserInterface - - type: SprayPainter - colorPalette: - red: '#FF1212FF' - yellow: '#B3A234FF' - brown: '#947507FF' - green: '#3AB334FF' - cyan: '#03FCD3FF' - blue: '#0335FCFF' - white: '#FFFFFFFF' - black: '#333333FF' - - type: StaticPrice - price: 40 + - type: Sprite + sprite: Objects/Tools/spray_painter.rsi + state: spray_painter + - type: Item + sprite: Objects/Tools/spray_painter.rsi + - type: ActivatableUI + key: enum.SprayPainterUiKey.Key + - type: UserInterface + interfaces: + - key: enum.SprayPainterUiKey.Key + type: SprayPainterBoundUserInterface + - type: SprayPainter + colorPalette: + red: '#FF1212FF' + yellow: '#B3A234FF' + brown: '#947507FF' + green: '#3AB334FF' + cyan: '#03FCD3FF' + blue: '#0335FCFF' + white: '#FFFFFFFF' + black: '#333333FF' + # standard atmos pipes + waste: '#990000' + distro: '#0055cc' + air: '#03fcd3' + mix: '#947507' + - type: StaticPrice + price: 40 diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml index 227221472a..536fa55e12 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml @@ -13,9 +13,11 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Standard/engineering.rsi + - type: PaintableAirlock + department: Engineering - type: entity - parent: Airlock + parent: AirlockEngineering id: AirlockAtmospherics suffix: Atmospherics components: @@ -29,6 +31,8 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Standard/cargo.rsi + - type: PaintableAirlock + department: Cargo - type: entity parent: Airlock @@ -37,9 +41,11 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Standard/medical.rsi + - type: PaintableAirlock + department: Medical - type: entity - parent: Airlock + parent: AirlockMedical id: AirlockVirology suffix: Virology components: @@ -47,12 +53,9 @@ sprite: Structures/Doors/Airlocks/Standard/virology.rsi - type: entity - parent: Airlock + parent: AirlockMedical id: AirlockChemistry suffix: Chemistry - components: - - type: Sprite - sprite: Structures/Doors/Airlocks/Standard/medical.rsi - type: entity parent: Airlock @@ -61,6 +64,8 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Standard/science.rsi + - type: PaintableAirlock + department: Science - type: entity parent: Airlock @@ -71,6 +76,8 @@ sprite: Structures/Doors/Airlocks/Standard/command.rsi - type: WiresPanelSecurity securityLevel: medSecurity + - type: PaintableAirlock + department: Command - type: entity parent: Airlock @@ -79,6 +86,8 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Standard/security.rsi + - type: PaintableAirlock + department: Security - type: entity parent: Airlock @@ -89,7 +98,7 @@ sprite: Structures/Doors/Airlocks/Standard/maint.rsi - type: entity - parent: Airlock + parent: AirlockSecurity # if you get syndie door somehow it counts as sec id: AirlockSyndicate suffix: Syndicate components: @@ -97,7 +106,7 @@ sprite: Structures/Doors/Airlocks/Standard/syndicate.rsi - type: entity - parent: Airlock + parent: AirlockCargo id: AirlockMining suffix: Mining(Salvage) components: @@ -105,14 +114,12 @@ sprite: Structures/Doors/Airlocks/Standard/mining.rsi - type: entity - parent: Airlock + parent: AirlockCommand # if you get centcom door somehow it counts as command, also inherit panel id: AirlockCentralCommand suffix: Central Command components: - type: Sprite sprite: Structures/Doors/Airlocks/Standard/centcomm.rsi - - type: WiresPanelSecurity - securityLevel: medSecurity - type: entity parent: Airlock @@ -181,7 +188,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/engineering.rsi - type: PaintableAirlock - group: Glass + department: Engineering - type: entity parent: AirlockGlass @@ -190,18 +197,14 @@ components: - type: Sprite sprite: Structures/Doors/Airlocks/Glass/maint.rsi - - type: PaintableAirlock - group: Glass - type: entity - parent: AirlockGlass + parent: AirlockEngineeringGlass id: AirlockAtmosphericsGlass suffix: Atmospherics components: - type: Sprite sprite: Structures/Doors/Airlocks/Glass/atmospherics.rsi - - type: PaintableAirlock - group: Glass - type: entity parent: AirlockGlass @@ -211,17 +214,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/cargo.rsi - type: PaintableAirlock - group: Glass - -- type: entity - parent: AirlockGlass - id: AirlockChemistryGlass - suffix: Chemistry - components: - - type: Sprite - sprite: Structures/Doors/Airlocks/Glass/medical.rsi - - type: PaintableAirlock - group: Glass + department: Cargo - type: entity parent: AirlockGlass @@ -231,17 +224,20 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/medical.rsi - type: PaintableAirlock - group: Glass + department: Medical - type: entity - parent: AirlockGlass + parent: AirlockMedicalGlass + id: AirlockChemistryGlass + suffix: Chemistry + +- type: entity + parent: AirlockMedicalGlass id: AirlockVirologyGlass suffix: Virology components: - type: Sprite sprite: Structures/Doors/Airlocks/Glass/virology.rsi - - type: PaintableAirlock - group: Glass - type: entity parent: AirlockGlass @@ -251,7 +247,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/science.rsi - type: PaintableAirlock - group: Glass + department: Science - type: entity parent: AirlockGlass @@ -261,7 +257,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/command.rsi - type: PaintableAirlock - group: Glass + department: Command - type: WiresPanelSecurity securityLevel: medSecurity @@ -273,20 +269,18 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/security.rsi - type: PaintableAirlock - group: Glass + department: Security - type: entity - parent: AirlockGlass + parent: AirlockSecurityGlass # see standard id: AirlockSyndicateGlass suffix: Syndicate components: - type: Sprite sprite: Structures/Doors/Airlocks/Glass/syndicate.rsi - - type: PaintableAirlock - group: Glass - type: entity - parent: AirlockGlass + parent: AirlockCargoGlass id: AirlockMiningGlass suffix: Mining(Salvage) components: @@ -294,7 +288,7 @@ sprite: Structures/Doors/Airlocks/Glass/mining.rsi - type: entity - parent: AirlockGlass + parent: AirlockCommandGlass # see standard id: AirlockCentralCommandGlass suffix: Central Command components: @@ -302,4 +296,3 @@ sprite: Structures/Doors/Airlocks/Glass/centcomm.rsi - type: WiresPanelSecurity securityLevel: medSecurity - diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index d610fb25fb..9930e6631d 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -134,6 +134,7 @@ mode: NoSprite - type: PaintableAirlock group: Standard + department: Civilian - type: AccessReader - type: StaticPrice price: 150 diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml index 5e2eb5689f..75b23f7071 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml @@ -18,6 +18,7 @@ sprite: Structures/Doors/Airlocks/Standard/external.rsi - type: PaintableAirlock group: External + department: null - type: entity parent: AirlockExternal diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml index 8c5aa49b8e..21d485be0c 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml @@ -64,6 +64,7 @@ - ForceNoFixRotations - type: PaintableAirlock group: Shuttle + department: null - type: Construction graph: AirlockShuttle node: airlock diff --git a/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml b/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml index b22d11826c..09ce1a05d9 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml @@ -58,3 +58,19 @@ iconPriority: 40 stylePaths: shuttle: Structures/Doors/Airlocks/Glass/shuttle.rsi + +# fun +- type: airlockDepartments + id: Departments + departments: + atmospherics: Engineering + basic: Civilian + cargo: Cargo + command: Command + engineering: Engineering + freezer: Civilian + maintenance: Civilian + medical: Medical + science: Science + security: Security + virology: Medical From 22acbfd31c0459df84ad8dbed69139f7128bb478 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:33:53 -0500 Subject: [PATCH 227/391] Fix cryopod debug assert (#24830) (cherry picked from commit efb623de19d1107f6319ebef451c043c0c606579) --- Content.Server/Medical/CryoPodSystem.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Server/Medical/CryoPodSystem.cs b/Content.Server/Medical/CryoPodSystem.cs index e05dc2494f..2f08dfddd1 100644 --- a/Content.Server/Medical/CryoPodSystem.cs +++ b/Content.Server/Medical/CryoPodSystem.cs @@ -181,6 +181,9 @@ private void OnActivateUIAttempt(Entity entity, ref Activatabl private void OnActivateUI(Entity entity, ref AfterActivatableUIOpenEvent args) { + if (!entity.Comp.BodyContainer.ContainedEntity.HasValue) + return; + TryComp(entity.Comp.BodyContainer.ContainedEntity, out var temp); TryComp(entity.Comp.BodyContainer.ContainedEntity, out var bloodstream); @@ -189,7 +192,8 @@ private void OnActivateUI(Entity entity, ref AfterActivatableU HealthAnalyzerUiKey.Key, new HealthAnalyzerScannedUserMessage(GetNetEntity(entity.Comp.BodyContainer.ContainedEntity), temp?.CurrentTemperature ?? 0, - (bloodstream != null && _solutionContainerSystem.ResolveSolution(entity.Owner, bloodstream.BloodSolutionName, ref bloodstream.BloodSolution, out var bloodSolution)) + (bloodstream != null && _solutionContainerSystem.ResolveSolution(entity.Comp.BodyContainer.ContainedEntity.Value, + bloodstream.BloodSolutionName, ref bloodstream.BloodSolution, out var bloodSolution)) ? bloodSolution.FillFraction : 0 )); From 7113ea3a1381e2a34fe58293a992569da93e2cb3 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:34:09 -0500 Subject: [PATCH 228/391] Add Diona salute sound (#24836) (cherry picked from commit f25093e85e25ca0ea7a5c22a7a74b8a3287119e7) --- Resources/Audio/Voice/Diona/attributions.yml | 4 ++++ Resources/Audio/Voice/Diona/diona_salute.ogg | Bin 0 -> 14722 bytes .../Prototypes/Voice/speech_emote_sounds.yml | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 Resources/Audio/Voice/Diona/diona_salute.ogg diff --git a/Resources/Audio/Voice/Diona/attributions.yml b/Resources/Audio/Voice/Diona/attributions.yml index 5402ff65d3..c5f3903944 100644 --- a/Resources/Audio/Voice/Diona/attributions.yml +++ b/Resources/Audio/Voice/Diona/attributions.yml @@ -14,3 +14,7 @@ license: "CC0-1.0" copyright: "Made by nicoproson on freesound.org. The three files were cropped out of the source file and re-encoded to Ogg Vorbis." source: "https://freesound.org/people/nicoproson/sounds/631406/" +- files: ["diona_salute.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from tgstation" + source: "https://github.com/tgstation/tgstation/tree/943f38bf7c5f9c048cc785deb0c537d57ee6ba77/sound/creatures/venus_trap_hurt.ogg" \ No newline at end of file diff --git a/Resources/Audio/Voice/Diona/diona_salute.ogg b/Resources/Audio/Voice/Diona/diona_salute.ogg new file mode 100644 index 0000000000000000000000000000000000000000..00ef59cc8003b9b682c5143ff13730b519fcec1f GIT binary patch literal 14722 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 literal 0 HcmV?d00001 diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 9685995400..f6b630e5c0 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -297,6 +297,10 @@ path: /Audio/Voice/Diona/diona_snap.ogg params: volume: -10 + Salute: + path: /Audio/Voice/Diona/diona_salute.ogg + params: + volume: -5 # mobs - type: emoteSounds From 08bd54468f9946a50174527ef45616ea9e85026f Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 22:35:15 +0000 Subject: [PATCH 229/391] Automatic changelog update (cherry picked from commit 1b424d6925eebeb58fd3c9885bde786dae447c19) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 690ed04bca..69520b09d5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Crusher Glaives can be made with the Salvage Weapons technology. - type: Add - id: 5364 - time: '2023-12-15T01:34:37.0000000+00:00' - author: brainfood1183 changes: - message: Acidifier now has a sprite effect. @@ -3867,3 +3861,10 @@ id: 5863 time: '2024-02-01T22:21:04.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24826 +- author: themias + changes: + - message: Added sound effect for Diona salutes + type: Add + id: 5864 + time: '2024-02-01T22:34:09.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24836 From 08452730d38cf0effb2aa8607e3f7fac88e318e3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 22:50:59 +0000 Subject: [PATCH 230/391] Automatic changelog update (cherry picked from commit 92dcc0a03797440bb26699dc4a067e23ee10c1bb) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 69520b09d5..5f205168c3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: brainfood1183 - changes: - - message: Acidifier now has a sprite effect. - type: Tweak - id: 5365 - time: '2023-12-15T01:56:42.0000000+00:00' - author: Ubaser changes: - message: Mercury poisoning now causes stuttering. @@ -3868,3 +3862,10 @@ id: 5864 time: '2024-02-01T22:34:09.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24836 +- author: Dutch-VanDerLinde + changes: + - message: Detectives are now listed under civilian instead of security. + type: Tweak + id: 5865 + time: '2024-02-01T22:49:54.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24739 From 1f3659ab14e3b5e5c1de138c543a3da2e018632f Mon Sep 17 00:00:00 2001 From: Vasilis Date: Fri, 2 Feb 2024 00:41:43 +0100 Subject: [PATCH 231/391] Nerf the fridge explosion resistance (#24844) Nerf (cherry picked from commit 20ecbc252cc0bdc4cb010ab8219902a948403c77) --- .../Entities/Structures/Storage/Closets/Lockers/lockers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml index 59603028c2..dbbd9b16ae 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -156,7 +156,7 @@ stateDoorOpen: freezer_open stateDoorClosed: freezer_door - type: ExplosionResistance - damageCoefficient: 0.01 + damageCoefficient: 0.50 - type: AntiRottingContainer - type: entity From 203ef202a644d5c2bfdcb0779ed7dcf9eb105ed7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 1 Feb 2024 23:42:49 +0000 Subject: [PATCH 232/391] Automatic changelog update (cherry picked from commit d356a075e65c68656c3ac1ae591806a0fafbc352) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5f205168c3..da566e9dcd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Mercury poisoning now causes stuttering. - type: Tweak - id: 5366 - time: '2023-12-15T09:28:13.0000000+00:00' - author: ninruB changes: - message: Reptilians no longer innately take 30% less heat damage. @@ -3869,3 +3863,11 @@ id: 5865 time: '2024-02-01T22:49:54.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24739 +- author: VasilisThePikachu + changes: + - message: The fridge's explosion resistance has been nerfed significantly, It's + no longer able to survive nukes at point blank range of the nuke. + type: Tweak + id: 5866 + time: '2024-02-01T23:41:43.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24844 From d47df4cceb1a39e0ceffd9805621927a2032fab6 Mon Sep 17 00:00:00 2001 From: Hanz <41141796+Hanzdegloker@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:49:42 -0500 Subject: [PATCH 233/391] Booze/Soda Dispenser label fix (#24848) This is literally it Ayup (cherry picked from commit 82434e7959d307f3cf4da77dfaca7241e6a0691c) --- .../Entities/Objects/Consumable/Drinks/drinks_bottles.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 77db111195..2c156d5828 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -669,6 +669,8 @@ - ReagentId: Mead Quantity: 150 - type: Drink + - type: Label + currentLabel: mead - type: entity parent: DrinkBottlePlasticBaseFull @@ -756,7 +758,7 @@ - type: entity parent: DrinkBottlePlasticBaseFull id: DrinkDrGibbJug - name: dr gibb jug + name: dr gibb. jug description: yeah I don't know either... components: - type: SolutionContainerManager From c68e6eac1adfb9f32f601e8959a7a7140616486b Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Fri, 2 Feb 2024 05:24:20 +0100 Subject: [PATCH 234/391] Fix slipping through fences (#24850) * Can't slide under fences anymore * Small mobs can't pass instead (cherry picked from commit 214961f46e18caae66ea3fe902a22b0e9750c243) --- .../Entities/Structures/Walls/fence_metal.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml b/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml index 559970aa91..88d2f272c0 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml @@ -163,7 +163,8 @@ mask: - FullTileMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionPopup interactSuccessString: fence-rattle-success messagePerceivedByOthers: fence-rattle-success @@ -230,7 +231,8 @@ mask: - TableMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionPopup interactSuccessString: fence-rattle-success messagePerceivedByOthers: fence-rattle-success @@ -266,7 +268,8 @@ mask: - TableMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionPopup interactSuccessString: fence-rattle-success messagePerceivedByOthers: fence-rattle-success @@ -301,7 +304,8 @@ mask: - TableMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionOutline - type: Door openSpriteState: door_opened From 087526a58491d5063fac02696941c041f99352dd Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 2 Feb 2024 04:25:25 +0000 Subject: [PATCH 235/391] Automatic changelog update (cherry picked from commit dfa86fbff81eacc832cf2f260e7a939cc98daa69) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index da566e9dcd..baeeedb614 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: ninruB - changes: - - message: Reptilians no longer innately take 30% less heat damage. - type: Tweak - id: 5367 - time: '2023-12-15T09:37:05.0000000+00:00' - author: keronshb changes: - message: Added the Action Upgrade System - used to upgrade specific actions! @@ -3871,3 +3865,10 @@ id: 5866 time: '2024-02-01T23:41:43.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24844 +- author: Dygon + changes: + - message: You can't slip through chain link fences anymore. + type: Fix + id: 5867 + time: '2024-02-02T04:24:20.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24850 From b6a34481084f5e715b26f1e4a160a0038392e44e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:25:58 +1100 Subject: [PATCH 236/391] Make popups nullable (#24802) This standardises it with audio and whatever. Me when I sprinkle nullchecks everywhere. Was 50/50 on making new non-nullable methods but figured it would bloat too hard and you can't access strings by .Value anyway. (cherry picked from commit 606c5a8c8b1005de62c33d5de888f67a8eae0ccc) --- Content.Client/Popups/PopupSystem.cs | 48 ++++++++++--------- Content.Server/Popups/PopupSystem.cs | 55 +++++++++++++++++----- Content.Shared/Popups/SharedPopupSystem.cs | 24 +++++----- 3 files changed, 81 insertions(+), 46 deletions(-) diff --git a/Content.Client/Popups/PopupSystem.cs b/Content.Client/Popups/PopupSystem.cs index d68272a107..d9e66c79fa 100644 --- a/Content.Client/Popups/PopupSystem.cs +++ b/Content.Client/Popups/PopupSystem.cs @@ -55,8 +55,11 @@ public override void Shutdown() .RemoveOverlay(); } - private void PopupMessage(string message, PopupType type, EntityCoordinates coordinates, EntityUid? entity, bool recordReplay) + private void PopupMessage(string? message, PopupType type, EntityCoordinates coordinates, EntityUid? entity, bool recordReplay) { + if (message == null) + return; + if (recordReplay && _replayRecording.IsRecording) { if (entity != null) @@ -75,25 +78,28 @@ private void PopupMessage(string message, PopupType type, EntityCoordinates coor } #region Abstract Method Implementations - public override void PopupCoordinates(string message, EntityCoordinates coordinates, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, PopupType type = PopupType.Small) { PopupMessage(message, type, coordinates, null, true); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small) { - if (_playerManager.LocalPlayer?.Session == recipient) + if (_playerManager.LocalSession == recipient) PopupMessage(message, type, coordinates, null, true); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small) { - if (_playerManager.LocalPlayer?.ControlledEntity == recipient) + if (_playerManager.LocalEntity == recipient) PopupMessage(message, type, coordinates, null, true); } - private void PopupCursorInternal(string message, PopupType type, bool recordReplay) + private void PopupCursorInternal(string? message, PopupType type, bool recordReplay) { + if (message == null) + return; + if (recordReplay && _replayRecording.IsRecording) _replayRecording.RecordClientMessage(new PopupCursorEvent(message, type)); @@ -106,53 +112,53 @@ private void PopupCursorInternal(string message, PopupType type, bool recordRepl _aliveCursorLabels.Add(label); } - public override void PopupCursor(string message, PopupType type = PopupType.Small) + public override void PopupCursor(string? message, PopupType type = PopupType.Small) => PopupCursorInternal(message, type, true); - public override void PopupCursor(string message, ICommonSession recipient, PopupType type = PopupType.Small) + public override void PopupCursor(string? message, ICommonSession recipient, PopupType type = PopupType.Small) { - if (_playerManager.LocalPlayer?.Session == recipient) + if (_playerManager.LocalSession == recipient) PopupCursor(message, type); } - public override void PopupCursor(string message, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupCursor(string? message, EntityUid recipient, PopupType type = PopupType.Small) { - if (_playerManager.LocalPlayer?.ControlledEntity == recipient) + if (_playerManager.LocalEntity == recipient) PopupCursor(message, type); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, Filter filter, bool replayRecord, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, Filter filter, bool replayRecord, PopupType type = PopupType.Small) { PopupCoordinates(message, coordinates, type); } - public override void PopupEntity(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small) { - if (_playerManager.LocalPlayer?.ControlledEntity == recipient) + if (_playerManager.LocalEntity == recipient) PopupEntity(message, uid, type); } - public override void PopupEntity(string message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small) { - if (_playerManager.LocalPlayer?.Session == recipient) + if (_playerManager.LocalSession == recipient) PopupEntity(message, uid, type); } - public override void PopupEntity(string message, EntityUid uid, Filter filter, bool recordReplay, PopupType type=PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, Filter filter, bool recordReplay, PopupType type=PopupType.Small) { - if (!filter.Recipients.Contains(_playerManager.LocalPlayer?.Session)) + if (!filter.Recipients.Contains(_playerManager.LocalSession)) return; PopupEntity(message, uid, type); } - public override void PopupClient(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupClient(string? message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small) { if (_timing.IsFirstTimePredicted) PopupEntity(message, uid, recipient, type); } - public override void PopupEntity(string message, EntityUid uid, PopupType type = PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, PopupType type = PopupType.Small) { if (TryComp(uid, out TransformComponent? transform)) PopupMessage(message, type, transform.Coordinates, uid, true); diff --git a/Content.Server/Popups/PopupSystem.cs b/Content.Server/Popups/PopupSystem.cs index 61ccaf4423..4d9a9f3bf5 100644 --- a/Content.Server/Popups/PopupSystem.cs +++ b/Content.Server/Popups/PopupSystem.cs @@ -13,70 +13,99 @@ public sealed class PopupSystem : SharedPopupSystem [Dependency] private readonly IConfigurationManager _cfg = default!; [Dependency] private readonly TransformSystem _xform = default!; - public override void PopupCursor(string message, PopupType type = PopupType.Small) + public override void PopupCursor(string? message, PopupType type = PopupType.Small) { // No local user. } - public override void PopupCursor(string message, ICommonSession recipient, PopupType type=PopupType.Small) + public override void PopupCursor(string? message, ICommonSession recipient, PopupType type=PopupType.Small) { + if (message == null) + return; + RaiseNetworkEvent(new PopupCursorEvent(message, type), recipient); } - public override void PopupCursor(string message, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupCursor(string? message, EntityUid recipient, PopupType type = PopupType.Small) { + if (message == null) + return; + if (TryComp(recipient, out ActorComponent? actor)) RaiseNetworkEvent(new PopupCursorEvent(message, type), actor.PlayerSession); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, Filter filter, bool replayRecord, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, Filter filter, bool replayRecord, PopupType type = PopupType.Small) { + if (message == null) + return; + RaiseNetworkEvent(new PopupCoordinatesEvent(message, type, GetNetCoordinates(coordinates)), filter, replayRecord); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, PopupType type = PopupType.Small) { + if (message == null) + return; + var mapPos = coordinates.ToMap(EntityManager, _xform); var filter = Filter.Empty().AddPlayersByPvs(mapPos, entManager: EntityManager, playerMan: _player, cfgMan: _cfg); RaiseNetworkEvent(new PopupCoordinatesEvent(message, type, GetNetCoordinates(coordinates)), filter); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small) { + if (message == null) + return; + RaiseNetworkEvent(new PopupCoordinatesEvent(message, type, GetNetCoordinates(coordinates)), recipient); } - public override void PopupCoordinates(string message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupCoordinates(string? message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small) { + if (message == null) + return; + if (TryComp(recipient, out ActorComponent? actor)) RaiseNetworkEvent(new PopupCoordinatesEvent(message, type, GetNetCoordinates(coordinates)), actor.PlayerSession); } - public override void PopupEntity(string message, EntityUid uid, PopupType type = PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, PopupType type = PopupType.Small) { + if (message == null) + return; + var filter = Filter.Empty().AddPlayersByPvs(uid, entityManager:EntityManager, playerMan: _player, cfgMan: _cfg); RaiseNetworkEvent(new PopupEntityEvent(message, type, GetNetEntity(uid)), filter); } - public override void PopupEntity(string message, EntityUid uid, EntityUid recipient, PopupType type=PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, EntityUid recipient, PopupType type=PopupType.Small) { + if (message == null) + return; + if (TryComp(recipient, out ActorComponent? actor)) RaiseNetworkEvent(new PopupEntityEvent(message, type, GetNetEntity(uid)), actor.PlayerSession); } - public override void PopupClient(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small) + public override void PopupClient(string? message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small) { // do nothing duh its for client only } - - public override void PopupEntity(string message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small) { + if (message == null) + return; + RaiseNetworkEvent(new PopupEntityEvent(message, type, GetNetEntity(uid)), recipient); } - public override void PopupEntity(string message, EntityUid uid, Filter filter, bool recordReplay, PopupType type = PopupType.Small) + public override void PopupEntity(string? message, EntityUid uid, Filter filter, bool recordReplay, PopupType type = PopupType.Small) { + if (message == null) + return; + RaiseNetworkEvent(new PopupEntityEvent(message, type, GetNetEntity(uid)), filter, recordReplay); } } diff --git a/Content.Shared/Popups/SharedPopupSystem.cs b/Content.Shared/Popups/SharedPopupSystem.cs index e4565b90e8..f8e07e5df5 100644 --- a/Content.Shared/Popups/SharedPopupSystem.cs +++ b/Content.Shared/Popups/SharedPopupSystem.cs @@ -14,7 +14,7 @@ public abstract class SharedPopupSystem : EntitySystem /// /// The message to display. /// Used to customize how this popup should appear visually. - public abstract void PopupCursor(string message, PopupType type = PopupType.Small); + public abstract void PopupCursor(string? message, PopupType type = PopupType.Small); /// /// Shows a popup at a users' cursor. @@ -22,7 +22,7 @@ public abstract class SharedPopupSystem : EntitySystem /// The message to display. /// Client that will see this popup. /// Used to customize how this popup should appear visually. - public abstract void PopupCursor(string message, ICommonSession recipient, PopupType type = PopupType.Small); + public abstract void PopupCursor(string? message, ICommonSession recipient, PopupType type = PopupType.Small); /// /// Shows a popup at a users' cursor. @@ -30,7 +30,7 @@ public abstract class SharedPopupSystem : EntitySystem /// The message to display. /// Client that will see this popup. /// Used to customize how this popup should appear visually. - public abstract void PopupCursor(string message, EntityUid recipient, PopupType type = PopupType.Small); + public abstract void PopupCursor(string? message, EntityUid recipient, PopupType type = PopupType.Small); /// /// Shows a popup at a world location to every entity in PVS range. @@ -38,7 +38,7 @@ public abstract class SharedPopupSystem : EntitySystem /// The message to display. /// The coordinates where to display the message. /// Used to customize how this popup should appear visually. - public abstract void PopupCoordinates(string message, EntityCoordinates coordinates, PopupType type = PopupType.Small); + public abstract void PopupCoordinates(string? message, EntityCoordinates coordinates, PopupType type = PopupType.Small); /// /// Filtered variant of , which should only be used @@ -46,17 +46,17 @@ public abstract class SharedPopupSystem : EntitySystem /// /// Filter for the players that will see the popup. /// If true, this pop-up will be considered as a globally visible pop-up that gets shown during replays. - public abstract void PopupCoordinates(string message, EntityCoordinates coordinates, Filter filter, bool recordReplay, PopupType type = PopupType.Small); + public abstract void PopupCoordinates(string? message, EntityCoordinates coordinates, Filter filter, bool recordReplay, PopupType type = PopupType.Small); /// /// Variant of that sends a pop-up to the player attached to some entity. /// - public abstract void PopupCoordinates(string message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small); + public abstract void PopupCoordinates(string? message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small); /// /// Variant of that sends a pop-up to a specific player. /// - public abstract void PopupCoordinates(string message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small); + public abstract void PopupCoordinates(string? message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small); /// /// Shows a popup above an entity for every player in pvs range. @@ -64,29 +64,29 @@ public abstract class SharedPopupSystem : EntitySystem /// The message to display. /// The UID of the entity. /// Used to customize how this popup should appear visually. - public abstract void PopupEntity(string message, EntityUid uid, PopupType type=PopupType.Small); + public abstract void PopupEntity(string? message, EntityUid uid, PopupType type=PopupType.Small); /// /// Variant of that shows the popup only to some specific client. /// - public abstract void PopupEntity(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small); + public abstract void PopupEntity(string? message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small); /// /// Variant of that shows the popup only to some specific client. /// - public abstract void PopupEntity(string message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small); + public abstract void PopupEntity(string? message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small); /// /// Filtered variant of , which should only be used /// if the filtering has to be more specific than simply PVS range based. /// - public abstract void PopupEntity(string message, EntityUid uid, Filter filter, bool recordReplay, PopupType type = PopupType.Small); + public abstract void PopupEntity(string? message, EntityUid uid, Filter filter, bool recordReplay, PopupType type = PopupType.Small); /// /// Variant of that only runs on the client, outside of prediction. /// Useful for shared code that is always ran by both sides to avoid duplicate popups. /// - public abstract void PopupClient(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small); + public abstract void PopupClient(string? message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small); } /// From 5826739524f26e367d3fdcae314977a0b949ac17 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:53:46 +0000 Subject: [PATCH 237/391] fix spray paint popup spam on invalid door (#24857) fix popup spam on invalid door Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 58e28b5136261d4b308a1882fc64c542575d40e7) --- Content.Shared/SprayPainter/SharedSprayPainterSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs index c0f0f6d115..1e784797e3 100644 --- a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs +++ b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs @@ -126,7 +126,7 @@ private void OnAirlockInteract(Entity ent, ref Intera if (!group.StylePaths.TryGetValue(style.Name, out var sprite)) { string msg = Loc.GetString("spray-painter-style-not-available"); - _popup.PopupEntity(msg, args.User, args.User); + _popup.PopupClient(msg, args.User, args.User); return; } From 1376f8f0bac0d42773ef48b13427c38b2b98b5fc Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Fri, 2 Feb 2024 00:00:06 -0800 Subject: [PATCH 238/391] Add popup message for activating trigger with hand (#24858) (cherry picked from commit 6b1524138b02e1a573f70364e5766705c7cd5e26) --- Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs | 2 ++ Resources/Locale/en-US/weapons/grenades/timer-trigger.ftl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs index 373cd1a995..786d29d94a 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs @@ -171,6 +171,8 @@ private void OnTimerUse(EntityUid uid, OnUseTimerTriggerComponent component, Use if (args.Handled || HasComp(uid) || component.UseVerbInstead) return; + _popupSystem.PopupEntity(Loc.GetString("trigger-activated", ("device", uid)), args.User, args.User); + HandleTimerTrigger( uid, args.User, diff --git a/Resources/Locale/en-US/weapons/grenades/timer-trigger.ftl b/Resources/Locale/en-US/weapons/grenades/timer-trigger.ftl index 77e2dd938d..9a10e9ef04 100644 --- a/Resources/Locale/en-US/weapons/grenades/timer-trigger.ftl +++ b/Resources/Locale/en-US/weapons/grenades/timer-trigger.ftl @@ -12,3 +12,5 @@ verb-start-detonation = Start detonation verb-toggle-start-on-stick = Toggle auto-activation popup-start-on-stick-off = The device will no longer activate automatically when planted popup-start-on-stick-on = The device will now activate automatically when planted + +trigger-activated = You activate {THE($device)}. From 3c2f10a9c0265d2f64046ad53cb7711f9752e7bd Mon Sep 17 00:00:00 2001 From: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:39:12 +0100 Subject: [PATCH 239/391] Screen Shake Intensity Slider in Accessibility Settings (#24749) * Reduced motion toggle disables screen shake * Actually, screen shake is its own slider instead * Cache screen shake intensity cvar (cherry picked from commit ba0ca39a7ad5ceef2ae0582e13be5044e6f0a5f7) --- Content.Client/Camera/CameraRecoilSystem.cs | 25 +++++++++++++++++++ Content.Client/Options/UI/Tabs/MiscTab.xaml | 9 +++++++ .../Options/UI/Tabs/MiscTab.xaml.cs | 13 ++++++++++ Content.Shared/CCVar/CCVars.cs | 7 ++++++ .../en-US/escape-menu/ui/options-menu.ftl | 2 ++ 5 files changed, 56 insertions(+) diff --git a/Content.Client/Camera/CameraRecoilSystem.cs b/Content.Client/Camera/CameraRecoilSystem.cs index 65a3fc71c7..bb419b465d 100644 --- a/Content.Client/Camera/CameraRecoilSystem.cs +++ b/Content.Client/Camera/CameraRecoilSystem.cs @@ -1,14 +1,34 @@ using System.Numerics; using Content.Shared.Camera; +using Content.Shared.CCVar; +using Robust.Shared.Configuration; namespace Content.Client.Camera; public sealed class CameraRecoilSystem : SharedCameraRecoilSystem { + [Dependency] private readonly IConfigurationManager _configManager = default!; + + protected float Intensity; + public override void Initialize() { base.Initialize(); SubscribeNetworkEvent(OnCameraKick); + + _configManager.OnValueChanged(CCVars.ScreenShakeIntensity, OnCvarChanged, true); + } + + public override void Shutdown() + { + base.Shutdown(); + + _configManager.UnsubValueChanged(CCVars.ScreenShakeIntensity, OnCvarChanged); + } + + private void OnCvarChanged(float value) + { + Intensity = value; } private void OnCameraKick(CameraKickEvent ev) @@ -18,9 +38,14 @@ private void OnCameraKick(CameraKickEvent ev) public override void KickCamera(EntityUid uid, Vector2 recoil, CameraRecoilComponent? component = null) { + if (Intensity == 0) + return; + if (!Resolve(uid, ref component, false)) return; + recoil *= Intensity; + // Use really bad math to "dampen" kicks when we're already kicked. var existing = component.CurrentKick.Length(); var dampen = existing / KickMagnitudeMax; diff --git a/Content.Client/Options/UI/Tabs/MiscTab.xaml b/Content.Client/Options/UI/Tabs/MiscTab.xaml index e37333b0e4..db176db456 100644 --- a/Content.Client/Options/UI/Tabs/MiscTab.xaml +++ b/Content.Client/Options/UI/Tabs/MiscTab.xaml @@ -22,6 +22,15 @@ FontColorOverride="{xNamespace:Static s:StyleNano.NanoGold}" StyleClasses="LabelKeyText"/> + + public sealed partial class PulledPrecondition : HTNPrecondition { - private SharedPullingSystem _pulling = default!; + private PullingSystem _pulling = default!; [ViewVariables(VVAccess.ReadWrite)] [DataField("isPulled")] public bool IsPulled = true; public override void Initialize(IEntitySystemManager sysManager) { base.Initialize(sysManager); - _pulling = sysManager.GetEntitySystem(); + _pulling = sysManager.GetEntitySystem(); } public override bool IsMet(NPCBlackboard blackboard) diff --git a/Content.Server/Objectives/Systems/StealConditionSystem.cs b/Content.Server/Objectives/Systems/StealConditionSystem.cs index 02d4ee010b..0fe6f0947c 100644 --- a/Content.Server/Objectives/Systems/StealConditionSystem.cs +++ b/Content.Server/Objectives/Systems/StealConditionSystem.cs @@ -6,11 +6,10 @@ using Robust.Shared.Containers; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using Content.Shared.Pulling.Components; -using Content.Shared.Objectives; using Content.Shared.Mind.Components; using Content.Shared.Mobs.Systems; using Content.Shared.Mobs.Components; +using Content.Shared.Movement.Pulling.Components; namespace Content.Server.Objectives.Systems; @@ -100,19 +99,19 @@ private float GetProgress(MindComponent mind, StealConditionComponent condition) var count = 0; //check pulling object - if (TryComp(mind.OwnedEntity, out var pull)) //TO DO: to make the code prettier? don't like the repetition + if (TryComp(mind.OwnedEntity, out var pull)) //TO DO: to make the code prettier? don't like the repetition { - var pullid = pull.Pulling; - if (pullid != null) + var pulledEntity = pull.Pulling; + if (pulledEntity != null) { // check if this is the item - if (CheckStealTarget(pullid.Value, condition)) count++; + if (CheckStealTarget(pulledEntity.Value, condition)) count++; //we don't check the inventories of sentient entity - if (!TryComp(pullid, out var pullMind)) + if (!HasComp(pulledEntity)) { // if it is a container check its contents - if (_containerQuery.TryGetComponent(pullid, out var containerManager)) + if (_containerQuery.TryGetComponent(pulledEntity, out var containerManager)) stack.Push(containerManager); } } diff --git a/Content.Server/Physics/Controllers/PullController.cs b/Content.Server/Physics/Controllers/PullController.cs deleted file mode 100644 index 8f58f807aa..0000000000 --- a/Content.Server/Physics/Controllers/PullController.cs +++ /dev/null @@ -1,207 +0,0 @@ -using System.Numerics; -using Content.Shared.ActionBlocker; -using Content.Shared.Gravity; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; -using Content.Shared.Rotatable; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Components; -using Robust.Shared.Physics.Controllers; - -namespace Content.Server.Physics.Controllers -{ - public sealed class PullController : VirtualController - { - // Parameterization for pulling: - // Speeds. Note that the speed is mass-independent (multiplied by mass). - // Instead, tuning to mass is done via the mass values below. - // Note that setting the speed too high results in overshoots (stabilized by drag, but bad) - private const float AccelModifierHigh = 15f; - private const float AccelModifierLow = 60.0f; - // High/low-mass marks. Curve is constant-lerp-constant, i.e. if you can even pull an item, - // you'll always get at least AccelModifierLow and no more than AccelModifierHigh. - private const float AccelModifierHighMass = 70.0f; // roundstart saltern emergency closet - private const float AccelModifierLowMass = 5.0f; // roundstart saltern emergency crowbar - // Used to control settling (turns off pulling). - private const float MaximumSettleVelocity = 0.1f; - private const float MaximumSettleDistance = 0.1f; - // Settle shutdown control. - // Mustn't be too massive, as that causes severe mispredicts *and can prevent it ever resolving*. - // Exists to bleed off "I pulled my crowbar" overshoots. - // Minimum velocity for shutdown to be necessary. This prevents stuff getting stuck b/c too much shutdown. - private const float SettleMinimumShutdownVelocity = 0.25f; - // Distance in which settle shutdown multiplier is at 0. It then scales upwards linearly with closer distances. - private const float SettleShutdownDistance = 1.0f; - // Velocity change of -LinearVelocity * frameTime * this - private const float SettleShutdownMultiplier = 20.0f; - - // How much you must move for the puller movement check to actually hit. - private const float MinimumMovementDistance = 0.005f; - - [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; - [Dependency] private readonly SharedPullingSystem _pullableSystem = default!; - [Dependency] private readonly SharedGravitySystem _gravity = default!; - [Dependency] private readonly SharedTransformSystem _transform = default!; - - // TODO: Move this stuff to pullingsystem - /// - /// If distance between puller and pulled entity lower that this threshold, - /// pulled entity will not change its rotation. - /// Helps with small distance jittering - /// - private const float ThresholdRotDistance = 1; - - /// - /// If difference between puller and pulled angle lower that this threshold, - /// pulled entity will not change its rotation. - /// Helps with diagonal movement jittering - /// As of further adjustments, should divide cleanly into 90 degrees - /// - private const float ThresholdRotAngle = 22.5f; - - public override void Initialize() - { - UpdatesAfter.Add(typeof(MoverController)); - SubscribeLocalEvent(OnPullerMove); - - base.Initialize(); - } - - private void OnPullerMove(EntityUid uid, SharedPullerComponent component, ref MoveEvent args) - { - if (component.Pulling is not { } pullable || !TryComp(pullable, out var pullableComponent)) - return; - - UpdatePulledRotation(uid, pullable); - - if (args.NewPosition.EntityId == args.OldPosition.EntityId && - (args.NewPosition.Position - args.OldPosition.Position).LengthSquared() < MinimumMovementDistance * MinimumMovementDistance) - return; - - if (TryComp(pullable, out var physics)) - PhysicsSystem.WakeBody(pullable, body: physics); - - _pullableSystem.StopMoveTo(pullableComponent); - } - - private void UpdatePulledRotation(EntityUid puller, EntityUid pulled) - { - // TODO: update once ComponentReference works with directed event bus. - if (!TryComp(pulled, out RotatableComponent? rotatable)) - return; - - if (!rotatable.RotateWhilePulling) - return; - - var xforms = GetEntityQuery(); - var pulledXform = xforms.GetComponent(pulled); - var pullerXform = xforms.GetComponent(puller); - - var pullerData = TransformSystem.GetWorldPositionRotation(pullerXform, xforms); - var pulledData = TransformSystem.GetWorldPositionRotation(pulledXform, xforms); - - var dir = pullerData.WorldPosition - pulledData.WorldPosition; - if (dir.LengthSquared() > ThresholdRotDistance * ThresholdRotDistance) - { - var oldAngle = pulledData.WorldRotation; - var newAngle = Angle.FromWorldVec(dir); - - var diff = newAngle - oldAngle; - if (Math.Abs(diff.Degrees) > ThresholdRotAngle / 2f) - { - // Ok, so this bit is difficult because ideally it would look like it's snapping to sane angles. - // Otherwise PIANO DOOR STUCK! happens. - // But it also needs to work with station rotation / align to the local parent. - // So... - var baseRotation = pulledData.WorldRotation - pulledXform.LocalRotation; - var localRotation = newAngle - baseRotation; - var localRotationSnapped = Angle.FromDegrees(Math.Floor((localRotation.Degrees / ThresholdRotAngle) + 0.5f) * ThresholdRotAngle); - TransformSystem.SetLocalRotation(pulledXform, localRotationSnapped); - } - } - } - - public override void UpdateBeforeSolve(bool prediction, float frameTime) - { - base.UpdateBeforeSolve(prediction, frameTime); - - foreach (var pullable in _pullableSystem.Moving) - { - // There's a 1-frame delay between stopping moving something and it leaving the Moving set. - // This can include if leaving the Moving set due to not being pulled anymore, - // or due to being deleted. - - if (pullable.Deleted) - continue; - - if (pullable.MovingTo == null) - continue; - - if (pullable.Puller is not {Valid: true} puller) - continue; - - var pullableEnt = pullable.Owner; - var pullableXform = Transform(pullableEnt); - var pullerXform = Transform(puller); - - // Now that's over with... - - var pullerPosition = pullerXform.MapPosition; - var movingTo = pullable.MovingTo.Value.ToMap(EntityManager, _transform); - if (movingTo.MapId != pullerPosition.MapId) - { - _pullableSystem.StopMoveTo(pullable); - continue; - } - - if (!TryComp(pullableEnt, out var physics) || - physics.BodyType == BodyType.Static || - movingTo.MapId != pullableXform.MapID) - { - _pullableSystem.StopMoveTo(pullable); - continue; - } - - var movingPosition = movingTo.Position; - var ownerPosition = pullableXform.MapPosition.Position; - - var diff = movingPosition - ownerPosition; - var diffLength = diff.Length(); - - if (diffLength < MaximumSettleDistance && physics.LinearVelocity.Length() < MaximumSettleVelocity) - { - PhysicsSystem.SetLinearVelocity(pullableEnt, Vector2.Zero, body: physics); - _pullableSystem.StopMoveTo(pullable); - continue; - } - - var impulseModifierLerp = Math.Min(1.0f, Math.Max(0.0f, (physics.Mass - AccelModifierLowMass) / (AccelModifierHighMass - AccelModifierLowMass))); - var impulseModifier = MathHelper.Lerp(AccelModifierLow, AccelModifierHigh, impulseModifierLerp); - var multiplier = diffLength < 1 ? impulseModifier * diffLength : impulseModifier; - // Note the implication that the real rules of physics don't apply to pulling control. - var accel = diff.Normalized() * multiplier; - // Now for the part where velocity gets shutdown... - if (diffLength < SettleShutdownDistance && physics.LinearVelocity.Length() >= SettleMinimumShutdownVelocity) - { - // Shutdown velocity increases as we get closer to centre - var scaling = (SettleShutdownDistance - diffLength) / SettleShutdownDistance; - accel -= physics.LinearVelocity * SettleShutdownMultiplier * scaling; - } - - PhysicsSystem.WakeBody(pullableEnt, body: physics); - - var impulse = accel * physics.Mass * frameTime; - PhysicsSystem.ApplyLinearImpulse(pullableEnt, impulse, body: physics); - - // if the puller is weightless or can't move, then we apply the inverse impulse (Newton's third law). - // doing it under gravity produces an unsatisfying wiggling when pulling. - // If player can't move, assume they are on a chair and we need to prevent pull-moving. - if ((_gravity.IsWeightless(puller) && pullerXform.GridUid == null) || !_actionBlockerSystem.CanMove(puller)) - { - PhysicsSystem.WakeBody(puller); - PhysicsSystem.ApplyLinearImpulse(puller, -impulse); - } - } - } - } -} diff --git a/Content.Server/Pulling/PullingSystem.cs b/Content.Server/Pulling/PullingSystem.cs deleted file mode 100644 index 69bb7c9370..0000000000 --- a/Content.Server/Pulling/PullingSystem.cs +++ /dev/null @@ -1,48 +0,0 @@ -using Content.Shared.Input; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; -using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Input.Binding; -using Robust.Shared.Player; - -namespace Content.Server.Pulling -{ - [UsedImplicitly] - public sealed class PullingSystem : SharedPullingSystem - { - public override void Initialize() - { - base.Initialize(); - - UpdatesAfter.Add(typeof(PhysicsSystem)); - - SubscribeLocalEvent(OnPullableMove); - SubscribeLocalEvent(OnPullableStopMove); - - CommandBinds.Builder - .Bind(ContentKeyFunctions.ReleasePulledObject, InputCmdHandler.FromDelegate(HandleReleasePulledObject)) - .Register(); - } - - private void HandleReleasePulledObject(ICommonSession? session) - { - if (session?.AttachedEntity is not {Valid: true} player) - { - return; - } - - if (!TryGetPulled(player, out var pulled)) - { - return; - } - - if (!EntityManager.TryGetComponent(pulled.Value, out SharedPullableComponent? pullable)) - { - return; - } - - TryStopPull(pullable); - } - } -} diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs index 239b674160..9976d56da0 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs @@ -1,6 +1,6 @@ using Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components; using Content.Shared.Interaction; -using Content.Shared.Physics.Pull; +using Content.Shared.Movement.Pulling.Events; using Content.Shared.Weapons.Melee.Events; namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Systems; @@ -22,7 +22,7 @@ private void OnPull(EntityUid uid, ArtifactInteractionTriggerComponent component if (!component.PullActivation) return; - _artifactSystem.TryActivateArtifact(uid, args.Puller.Owner); + _artifactSystem.TryActivateArtifact(uid, args.PullerUid); } private void OnAttack(EntityUid uid, ArtifactInteractionTriggerComponent component, AttackedEvent args) diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index 1b4f2f1c5b..09592c391f 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -26,12 +26,12 @@ using Content.Shared.Mobs; using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Systems; +using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; using Content.Shared.Nutrition.AnimalHusbandry; using Content.Shared.Nutrition.Components; using Content.Shared.Popups; using Content.Shared.Roles; -using Content.Shared.Pulling.Components; using Content.Shared.Weapons.Melee; using Content.Shared.Zombies; using Content.Shared.Prying.Components; @@ -59,7 +59,6 @@ public sealed partial class ZombieSystem [Dependency] private readonly IChatManager _chatMan = default!; [Dependency] private readonly MindSystem _mind = default!; [Dependency] private readonly SharedRoleSystem _roles = default!; - [Dependency] private readonly MobThresholdSystem _mobThreshold = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly ActionsSystem _actions = default!; // DeltaV - No psionic zombies @@ -279,7 +278,9 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null) RemComp(target, handsComp); } - RemComp(target); + // Sloth: What the fuck? + // How long until compregistry lmao. + RemComp(target); // No longer waiting to become a zombie: // Requires deferral because this is (probably) the event which called ZombifyEntity in the first place. diff --git a/Content.Shared/Administration/AdminFrozenSystem.cs b/Content.Shared/Administration/AdminFrozenSystem.cs index 14438cc591..4ec9600b0b 100644 --- a/Content.Shared/Administration/AdminFrozenSystem.cs +++ b/Content.Shared/Administration/AdminFrozenSystem.cs @@ -1,13 +1,10 @@ using Content.Shared.ActionBlocker; using Content.Shared.Interaction.Events; using Content.Shared.Item; -using Content.Shared.Movement; using Content.Shared.Movement.Events; -using Content.Shared.Physics.Pull; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; -using Content.Shared.Pulling.Events; -using Content.Shared.Stunnable; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Throwing; namespace Content.Shared.Administration; @@ -15,7 +12,7 @@ namespace Content.Shared.Administration; public sealed class AdminFrozenSystem : EntitySystem { [Dependency] private readonly ActionBlockerSystem _blocker = default!; - [Dependency] private readonly SharedPullingSystem _pulling = default!; + [Dependency] private readonly PullingSystem _pulling = default!; public override void Initialize() { @@ -45,9 +42,9 @@ private void OnPullAttempt(EntityUid uid, AdminFrozenComponent component, PullAt private void OnStartup(EntityUid uid, AdminFrozenComponent component, ComponentStartup args) { - if (TryComp(uid, out var pullable)) + if (TryComp(uid, out var pullable)) { - _pulling.TryStopPull(pullable); + _pulling.TryStopPull(uid, pullable); } UpdateCanMove(uid, component, args); diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 731b2892aa..7c85c5a631 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -11,7 +11,6 @@ using Content.Shared.Mobs.Components; using Content.Shared.Movement.Events; using Content.Shared.Popups; -using Content.Shared.Pulling.Components; using Content.Shared.Standing; using Content.Shared.Storage.Components; using Content.Shared.Stunnable; @@ -20,6 +19,7 @@ using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; using Robust.Shared.Utility; +using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Buckle; @@ -356,11 +356,11 @@ public bool TryBuckle(EntityUid buckleUid, EntityUid userUid, EntityUid strapUid RaiseLocalEvent(ev.BuckledEntity, ref ev); RaiseLocalEvent(ev.StrapEntity, ref ev); - if (TryComp(buckleUid, out var ownerPullable)) + if (TryComp(buckleUid, out var ownerPullable)) { if (ownerPullable.Puller != null) { - _pulling.TryStopPull(ownerPullable); + _pulling.TryStopPull(buckleUid, ownerPullable); } } @@ -369,12 +369,12 @@ public bool TryBuckle(EntityUid buckleUid, EntityUid userUid, EntityUid strapUid _physics.ResetDynamics(physics); } - if (!buckleComp.PullStrap && TryComp(strapUid, out var toPullable)) + if (!buckleComp.PullStrap && TryComp(strapUid, out var toPullable)) { if (toPullable.Puller == buckleUid) { // can't pull it and buckle to it at the same time - _pulling.TryStopPull(toPullable); + _pulling.TryStopPull(strapUid, toPullable); } } diff --git a/Content.Shared/Buckle/SharedBuckleSystem.cs b/Content.Shared/Buckle/SharedBuckleSystem.cs index 8f68335663..67218657e5 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.cs @@ -15,6 +15,7 @@ using Robust.Shared.Physics.Systems; using Robust.Shared.Player; using Robust.Shared.Timing; +using PullingSystem = Content.Shared.Movement.Pulling.Systems.PullingSystem; namespace Content.Shared.Buckle; @@ -35,7 +36,7 @@ public abstract partial class SharedBuckleSystem : EntitySystem [Dependency] private readonly SharedInteractionSystem _interaction = default!; [Dependency] private readonly SharedJointSystem _joints = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; - [Dependency] private readonly SharedPullingSystem _pulling = default!; + [Dependency] private readonly PullingSystem _pulling = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly StandingStateSystem _standing = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; diff --git a/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs b/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs index b40c049562..cc21507461 100644 --- a/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs +++ b/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs @@ -6,16 +6,15 @@ using Content.Shared.Database; using Content.Shared.DoAfter; using Content.Shared.Interaction; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Popups; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; using Content.Shared.Tools; using Content.Shared.Tools.Components; using Robust.Shared.Map; using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Content.Shared.Tag; -using Robust.Shared.Player; using Robust.Shared.Serialization; using Robust.Shared.Utility; using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; @@ -27,7 +26,7 @@ public sealed partial class AnchorableSystem : EntitySystem [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; - [Dependency] private readonly SharedPullingSystem _pulling = default!; + [Dependency] private readonly PullingSystem _pulling = default!; [Dependency] private readonly SharedToolSystem _tool = default!; [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly TagSystem _tagSystem = default!; @@ -129,9 +128,9 @@ private void OnAnchorComplete(EntityUid uid, AnchorableComponent component, TryA var rot = xform.LocalRotation; xform.LocalRotation = Math.Round(rot / (Math.PI / 2)) * (Math.PI / 2); - if (TryComp(uid, out var pullable) && pullable.Puller != null) + if (TryComp(uid, out var pullable) && pullable.Puller != null) { - _pulling.TryStopPull(pullable); + _pulling.TryStopPull(uid, pullable); } // TODO: Anchoring snaps rn anyway! @@ -172,7 +171,7 @@ private void OnAnchorComplete(EntityUid uid, AnchorableComponent component, TryA public void TryToggleAnchor(EntityUid uid, EntityUid userUid, EntityUid usingUid, AnchorableComponent? anchorable = null, TransformComponent? transform = null, - SharedPullableComponent? pullable = null, + PullableComponent? pullable = null, ToolComponent? usingTool = null) { if (!Resolve(uid, ref transform)) @@ -201,7 +200,7 @@ public void TryToggleAnchor(EntityUid uid, EntityUid userUid, EntityUid usingUid private void TryAnchor(EntityUid uid, EntityUid userUid, EntityUid usingUid, AnchorableComponent? anchorable = null, TransformComponent? transform = null, - SharedPullableComponent? pullable = null, + PullableComponent? pullable = null, ToolComponent? usingTool = null) { if (!Resolve(uid, ref anchorable, ref transform)) diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 99657c87aa..7118b8e5cb 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -22,9 +22,8 @@ using Content.Shared.Item; using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Events; -using Content.Shared.Physics.Pull; +using Content.Shared.Movement.Pulling.Events; using Content.Shared.Popups; -using Content.Shared.Pulling.Components; using Content.Shared.Pulling.Events; using Content.Shared.Rejuvenate; using Content.Shared.Stunnable; @@ -36,6 +35,7 @@ using Robust.Shared.Network; using Robust.Shared.Player; using Robust.Shared.Serialization; +using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Cuffs { @@ -70,7 +70,7 @@ public override void Initialize() SubscribeLocalEvent(OnCuffsInsertedIntoContainer); SubscribeLocalEvent(OnRejuvenate); SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(HandleStopPull); + SubscribeLocalEvent(HandleStopPull); SubscribeLocalEvent(HandleMoveAttempt); SubscribeLocalEvent(OnEquipAttempt); SubscribeLocalEvent(OnUnequipAttempt); @@ -182,7 +182,7 @@ public void UpdateCuffState(EntityUid uid, CuffableComponent component) private void OnBeingPulledAttempt(EntityUid uid, CuffableComponent component, BeingPulledAttemptEvent args) { - if (!TryComp(uid, out var pullable)) + if (!TryComp(uid, out var pullable)) return; if (pullable.Puller != null && !component.CanStillInteract) // If we are being pulled already and cuffed, we can't get pulled again. @@ -214,19 +214,19 @@ private void OnPull(EntityUid uid, CuffableComponent component, PullMessage args private void HandleMoveAttempt(EntityUid uid, CuffableComponent component, UpdateCanMoveEvent args) { - if (component.CanStillInteract || !EntityManager.TryGetComponent(uid, out SharedPullableComponent? pullable) || !pullable.BeingPulled) + if (component.CanStillInteract || !EntityManager.TryGetComponent(uid, out PullableComponent? pullable) || !pullable.BeingPulled) return; args.Cancel(); } - private void HandleStopPull(EntityUid uid, CuffableComponent component, StopPullingEvent args) + private void HandleStopPull(EntityUid uid, CuffableComponent component, AttemptStopPullingEvent args) { if (args.User == null || !Exists(args.User.Value)) return; if (args.User.Value == uid && !component.CanStillInteract) - args.Cancel(); + args.Cancelled = true; } private void AddUncuffVerb(EntityUid uid, CuffableComponent component, GetVerbsEvent args) diff --git a/Content.Shared/Follower/FollowerSystem.cs b/Content.Shared/Follower/FollowerSystem.cs index 5656778a3f..fc7cccf9bd 100644 --- a/Content.Shared/Follower/FollowerSystem.cs +++ b/Content.Shared/Follower/FollowerSystem.cs @@ -4,8 +4,8 @@ using Content.Shared.Ghost; using Content.Shared.Hands; using Content.Shared.Movement.Events; +using Content.Shared.Movement.Pulling.Events; using Content.Shared.Movement.Systems; -using Content.Shared.Physics.Pull; using Content.Shared.Tag; using Content.Shared.Verbs; using Robust.Shared.Containers; diff --git a/Content.Shared/Friction/TileFrictionController.cs b/Content.Shared/Friction/TileFrictionController.cs index 472f5b574b..ae9f32819a 100644 --- a/Content.Shared/Friction/TileFrictionController.cs +++ b/Content.Shared/Friction/TileFrictionController.cs @@ -2,8 +2,8 @@ using Content.Shared.CCVar; using Content.Shared.Gravity; using Content.Shared.Movement.Events; +using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; -using Content.Shared.Pulling.Components; using JetBrains.Annotations; using Robust.Shared.Configuration; using Robust.Shared.Map; @@ -23,6 +23,12 @@ public sealed class TileFrictionController : VirtualController [Dependency] private readonly SharedMoverController _mover = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; + private EntityQuery _frictionQuery; + private EntityQuery _xformQuery; + private EntityQuery _pullerQuery; + private EntityQuery _pullableQuery; + private EntityQuery _gridQuery; + private float _stopSpeed; private float _frictionModifier; public const float DefaultFriction = 0.3f; @@ -31,6 +37,12 @@ public override void Initialize() { base.Initialize(); + _frictionQuery = GetEntityQuery(); + _xformQuery = GetEntityQuery(); + _pullerQuery = GetEntityQuery(); + _pullableQuery = GetEntityQuery(); + _gridQuery = GetEntityQuery(); + _configManager.OnValueChanged(CCVars.TileFrictionModifier, SetFrictionModifier, true); _configManager.OnValueChanged(CCVars.StopSpeed, SetStopSpeed, true); } @@ -51,12 +63,6 @@ public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent m { base.UpdateBeforeMapSolve(prediction, mapComponent, frameTime); - var frictionQuery = GetEntityQuery(); - var xformQuery = GetEntityQuery(); - var pullerQuery = GetEntityQuery(); - var pullableQuery = GetEntityQuery(); - var gridQuery = GetEntityQuery(); - foreach (var body in mapComponent.AwakeBodies) { var uid = body.Owner; @@ -72,16 +78,16 @@ public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent m if (body.LinearVelocity.Equals(Vector2.Zero) && body.AngularVelocity.Equals(0f)) continue; - if (!xformQuery.TryGetComponent(uid, out var xform)) + if (!_xformQuery.TryGetComponent(uid, out var xform)) { Log.Error($"Unable to get transform for {ToPrettyString(uid)} in tilefrictioncontroller"); continue; } - var surfaceFriction = GetTileFriction(uid, body, xform, gridQuery, frictionQuery); + var surfaceFriction = GetTileFriction(uid, body, xform); var bodyModifier = 1f; - if (frictionQuery.TryGetComponent(uid, out var frictionComp)) + if (_frictionQuery.TryGetComponent(uid, out var frictionComp)) { bodyModifier = frictionComp.Modifier; } @@ -94,8 +100,8 @@ public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent m // If we're sandwiched between 2 pullers reduce friction // Might be better to make this dynamic and check how many are in the pull chain? // Either way should be much faster for now. - if (pullerQuery.TryGetComponent(uid, out var puller) && puller.Pulling != null && - pullableQuery.TryGetComponent(uid, out var pullable) && pullable.BeingPulled) + if (_pullerQuery.TryGetComponent(uid, out var puller) && puller.Pulling != null && + _pullableQuery.TryGetComponent(uid, out var pullable) && pullable.BeingPulled) { bodyModifier *= 0.2f; } @@ -175,9 +181,7 @@ private void ReduceAngularVelocity(EntityUid uid, bool prediction, PhysicsCompon private float GetTileFriction( EntityUid uid, PhysicsComponent body, - TransformComponent xform, - EntityQuery gridQuery, - EntityQuery frictionQuery) + TransformComponent xform) { // TODO: Make IsWeightless event-based; we already have grid traversals tracked so just raise events if (_gravity.IsWeightless(uid, body, xform)) @@ -187,9 +191,9 @@ private float GetTileFriction( return 0.0f; // If not on a grid then return the map's friction. - if (!gridQuery.TryGetComponent(xform.GridUid, out var grid)) + if (!_gridQuery.TryGetComponent(xform.GridUid, out var grid)) { - return frictionQuery.TryGetComponent(xform.MapUid, out var friction) + return _frictionQuery.TryGetComponent(xform.MapUid, out var friction) ? friction.Modifier : DefaultFriction; } @@ -209,7 +213,7 @@ private float GetTileFriction( while (anc.MoveNext(out var tileEnt)) { - if (frictionQuery.TryGetComponent(tileEnt, out var friction)) + if (_frictionQuery.TryGetComponent(tileEnt, out var friction)) return friction.Modifier; } diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 75063c5550..29cf8d6d12 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -15,10 +15,10 @@ using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Movement.Components; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Physics; using Content.Shared.Popups; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; using Content.Shared.Tag; using Content.Shared.Timing; using Content.Shared.Verbs; @@ -60,7 +60,7 @@ public abstract partial class SharedInteractionSystem : EntitySystem [Dependency] private readonly SharedVerbSystem _verbSystem = default!; [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly UseDelaySystem _useDelay = default!; - [Dependency] private readonly SharedPullingSystem _pullSystem = default!; + [Dependency] private readonly PullingSystem _pullSystem = default!; [Dependency] private readonly InventorySystem _inventory = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly TagSystem _tagSystem = default!; @@ -185,10 +185,10 @@ private bool HandleTryPullObject(ICommonSession? session, EntityCoordinates coor if (!InRangeUnobstructed(userEntity.Value, uid, popup: true)) return false; - if (!TryComp(uid, out SharedPullableComponent? pull)) + if (!TryComp(uid, out PullableComponent? pull)) return false; - _pullSystem.TogglePull(userEntity.Value, pull); + _pullSystem.TogglePull(uid, userEntity.Value, pull); return false; } diff --git a/Content.Shared/Movement/Pulling/Components/PullableComponent.cs b/Content.Shared/Movement/Pulling/Components/PullableComponent.cs new file mode 100644 index 0000000000..db889e7e3b --- /dev/null +++ b/Content.Shared/Movement/Pulling/Components/PullableComponent.cs @@ -0,0 +1,39 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Movement.Pulling.Components; + +/// +/// Specifies an entity as being pullable by an entity with +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(Systems.PullingSystem))] +public sealed partial class PullableComponent : Component +{ + /// + /// The current entity pulling this component. + /// + [AutoNetworkedField, DataField] + public EntityUid? Puller; + + /// + /// The pull joint. + /// + [AutoNetworkedField, DataField] + public string? PullJointId; + + public bool BeingPulled => Puller != null; + + /// + /// If the physics component has FixedRotation should we keep it upon being pulled + /// + [Access(typeof(Systems.PullingSystem), Other = AccessPermissions.ReadExecute)] + [ViewVariables(VVAccess.ReadWrite), DataField("fixedRotation")] + public bool FixedRotationOnPull; + + /// + /// What the pullable's fixedrotation was set to before being pulled. + /// + [Access(typeof(Systems.PullingSystem), Other = AccessPermissions.ReadExecute)] + [AutoNetworkedField, DataField] + public bool PrevFixedRotation; +} diff --git a/Content.Shared/Movement/Pulling/Components/PullerComponent.cs b/Content.Shared/Movement/Pulling/Components/PullerComponent.cs new file mode 100644 index 0000000000..1fc9b731bd --- /dev/null +++ b/Content.Shared/Movement/Pulling/Components/PullerComponent.cs @@ -0,0 +1,41 @@ +using Content.Shared.Movement.Pulling.Systems; +using Robust.Shared.GameStates; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; + +namespace Content.Shared.Movement.Pulling.Components; + +/// +/// Specifies an entity as being able to pull another entity with +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(PullingSystem))] +public sealed partial class PullerComponent : Component +{ + // My raiding guild + /// + /// Next time the puller can throw what is being pulled. + /// Used to avoid spamming it for infinite spin + velocity. + /// + [DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoNetworkedField] + public TimeSpan NextThrow; + + [DataField] + public TimeSpan ThrowCooldown = TimeSpan.FromSeconds(1); + + // Before changing how this is updated, please see SharedPullerSystem.RefreshMovementSpeed + public float WalkSpeedModifier => Pulling == default ? 1.0f : 0.95f; + + public float SprintSpeedModifier => Pulling == default ? 1.0f : 0.95f; + + /// + /// Entity currently being pulled if applicable. + /// + [AutoNetworkedField, DataField] + public EntityUid? Pulling; + + /// + /// Does this entity need hands to be able to pull something? + /// + [DataField] + public bool NeedsHands = true; +} diff --git a/Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs b/Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs new file mode 100644 index 0000000000..b0101c4699 --- /dev/null +++ b/Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs @@ -0,0 +1,13 @@ +using Robust.Shared.Physics.Components; + +namespace Content.Shared.Movement.Pulling.Events; + +/// +/// Raised directed on puller and pullable to determine if it can be pulled. +/// +public sealed class PullAttemptEvent : PullMessage +{ + public PullAttemptEvent(EntityUid pullerUid, EntityUid pullableUid) : base(pullerUid, pullableUid) { } + + public bool Cancelled { get; set; } +} diff --git a/Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs b/Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs new file mode 100644 index 0000000000..cd7edc5f62 --- /dev/null +++ b/Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs @@ -0,0 +1,10 @@ +namespace Content.Shared.Pulling.Events; + +/// +/// Raised when a request is made to stop pulling an entity. +/// +public record struct AttemptStopPullingEvent(EntityUid? User = null) +{ + public readonly EntityUid? User = User; + public bool Cancelled; +} \ No newline at end of file diff --git a/Content.Shared/Pulling/Events/BeingPulledAttemptEvent.cs b/Content.Shared/Movement/Pulling/Events/BeingPulledAttemptEvent.cs similarity index 100% rename from Content.Shared/Pulling/Events/BeingPulledAttemptEvent.cs rename to Content.Shared/Movement/Pulling/Events/BeingPulledAttemptEvent.cs diff --git a/Content.Shared/Movement/Pulling/Events/PullMessage.cs b/Content.Shared/Movement/Pulling/Events/PullMessage.cs new file mode 100644 index 0000000000..a427e448d5 --- /dev/null +++ b/Content.Shared/Movement/Pulling/Events/PullMessage.cs @@ -0,0 +1,13 @@ +namespace Content.Shared.Movement.Pulling.Events; + +public abstract class PullMessage : EntityEventArgs +{ + public readonly EntityUid PullerUid; + public readonly EntityUid PulledUid; + + protected PullMessage(EntityUid pullerUid, EntityUid pulledUid) + { + PullerUid = pullerUid; + PulledUid = pulledUid; + } +} diff --git a/Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs b/Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs new file mode 100644 index 0000000000..29460e1dfc --- /dev/null +++ b/Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs @@ -0,0 +1,9 @@ +namespace Content.Shared.Movement.Pulling.Events; + +public sealed class PullStartedMessage : PullMessage +{ + public PullStartedMessage(EntityUid pullerUid, EntityUid pullableUid) : + base(pullerUid, pullableUid) + { + } +} diff --git a/Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs b/Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs new file mode 100644 index 0000000000..47aa34562f --- /dev/null +++ b/Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs @@ -0,0 +1,13 @@ +using Robust.Shared.Physics.Components; + +namespace Content.Shared.Movement.Pulling.Events; + +/// +/// Raised directed on both puller and pullable. +/// +public sealed class PullStoppedMessage : PullMessage +{ + public PullStoppedMessage(EntityUid pullerUid, EntityUid pulledUid) : base(pullerUid, pulledUid) + { + } +} diff --git a/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs b/Content.Shared/Movement/Pulling/Events/StartPullAttemptEvent.cs similarity index 100% rename from Content.Shared/Pulling/Events/StartPullAttemptEvent.cs rename to Content.Shared/Movement/Pulling/Events/StartPullAttemptEvent.cs diff --git a/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs b/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs new file mode 100644 index 0000000000..8ed06ca8c9 --- /dev/null +++ b/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs @@ -0,0 +1,455 @@ +using System.Numerics; +using Content.Shared.ActionBlocker; +using Content.Shared.Administration.Logs; +using Content.Shared.Alert; +using Content.Shared.Buckle.Components; +using Content.Shared.Database; +using Content.Shared.Hands; +using Content.Shared.Hands.EntitySystems; +using Content.Shared.Input; +using Content.Shared.Interaction; +using Content.Shared.Movement.Events; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Movement.Systems; +using Content.Shared.Pulling.Events; +using Content.Shared.Throwing; +using Content.Shared.Verbs; +using Robust.Shared.Containers; +using Robust.Shared.Input.Binding; +using Robust.Shared.Map; +using Robust.Shared.Physics; +using Robust.Shared.Physics.Components; +using Robust.Shared.Physics.Events; +using Robust.Shared.Physics.Systems; +using Robust.Shared.Player; +using Robust.Shared.Timing; + +namespace Content.Shared.Movement.Pulling.Systems; + +/// +/// Allows one entity to pull another behind them via a physics distance joint. +/// +public sealed class PullingSystem : EntitySystem +{ + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; + [Dependency] private readonly ActionBlockerSystem _blocker = default!; + [Dependency] private readonly AlertsSystem _alertsSystem = default!; + [Dependency] private readonly MovementSpeedModifierSystem _modifierSystem = default!; + [Dependency] private readonly SharedJointSystem _joints = default!; + [Dependency] private readonly SharedContainerSystem _containerSystem = default!; + [Dependency] private readonly SharedHandsSystem _handsSystem = default!; + [Dependency] private readonly SharedInteractionSystem _interaction = default!; + [Dependency] private readonly SharedPhysicsSystem _physics = default!; + [Dependency] private readonly SharedTransformSystem _xformSys = default!; + [Dependency] private readonly ThrowingSystem _throwing = default!; + + public override void Initialize() + { + base.Initialize(); + + UpdatesAfter.Add(typeof(SharedPhysicsSystem)); + UpdatesOutsidePrediction = true; + + SubscribeLocalEvent(OnPullableMoveInput); + SubscribeLocalEvent(OnPullableCollisionChange); + SubscribeLocalEvent(OnJointRemoved); + SubscribeLocalEvent>(AddPullVerbs); + + SubscribeLocalEvent(OnPullerUnpaused); + SubscribeLocalEvent(OnVirtualItemDeleted); + SubscribeLocalEvent(OnRefreshMovespeed); + + CommandBinds.Builder + .Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(OnRequestMovePulledObject)) + .Bind(ContentKeyFunctions.ReleasePulledObject, InputCmdHandler.FromDelegate(OnReleasePulledObject)) + .Register(); + } + + public override void Shutdown() + { + base.Shutdown(); + CommandBinds.Unregister(); + } + + private void OnPullerUnpaused(EntityUid uid, PullerComponent component, ref EntityUnpausedEvent args) + { + component.NextThrow += args.PausedTime; + } + + private void OnVirtualItemDeleted(EntityUid uid, PullerComponent component, VirtualItemDeletedEvent args) + { + // If client deletes the virtual hand then stop the pull. + if (component.Pulling == null) + return; + + if (component.Pulling != args.BlockingEntity) + return; + + if (EntityManager.TryGetComponent(args.BlockingEntity, out PullableComponent? comp)) + { + TryStopPull(args.BlockingEntity, comp, uid); + } + } + + private void AddPullVerbs(EntityUid uid, PullableComponent component, GetVerbsEvent args) + { + if (!args.CanAccess || !args.CanInteract) + return; + + // Are they trying to pull themselves up by their bootstraps? + if (args.User == args.Target) + return; + + //TODO VERB ICONS add pulling icon + if (component.Puller == args.User) + { + Verb verb = new() + { + Text = Loc.GetString("pulling-verb-get-data-text-stop-pulling"), + Act = () => TryStopPull(uid, component, user: args.User), + DoContactInteraction = false // pulling handle its own contact interaction. + }; + args.Verbs.Add(verb); + } + else if (CanPull(args.User, args.Target)) + { + Verb verb = new() + { + Text = Loc.GetString("pulling-verb-get-data-text"), + Act = () => TryStartPull(args.User, args.Target), + DoContactInteraction = false // pulling handle its own contact interaction. + }; + args.Verbs.Add(verb); + } + } + + private void OnRefreshMovespeed(EntityUid uid, PullerComponent component, RefreshMovementSpeedModifiersEvent args) + { + args.ModifySpeed(component.WalkSpeedModifier, component.SprintSpeedModifier); + } + + private void OnPullableMoveInput(EntityUid uid, PullableComponent component, ref MoveInputEvent args) + { + // If someone moves then break their pulling. + if (!component.BeingPulled) + return; + + var entity = args.Entity; + + if (!_blocker.CanMove(entity)) + return; + + TryStopPull(uid, component, user: uid); + } + + private void OnPullableCollisionChange(EntityUid uid, PullableComponent component, ref CollisionChangeEvent args) + { + // IDK what this is supposed to be. + if (!_timing.ApplyingState && component.PullJointId != null && !args.CanCollide) + { + _joints.RemoveJoint(uid, component.PullJointId); + } + } + + private void OnJointRemoved(EntityUid uid, PullableComponent component, JointRemovedEvent args) + { + // Not relevant / pullable state handle it. + if (component.Puller != args.OtherEntity || + args.Joint.ID != component.PullJointId || + _timing.ApplyingState) + { + return; + } + + if (args.Joint.ID != component.PullJointId) + return; + + CleanupPulling(uid, component); + } + + private void CleanupPulling(EntityUid pullableUid, PullableComponent pullableComp) + { + // No more joints with puller -> force stop pull. + if (TryComp(pullableComp.Puller, out var pullerComp)) + { + pullerComp.Pulling = null; + Dirty(pullableComp.Puller.Value, pullerComp); + } + + pullableComp.PullJointId = null; + pullableComp.Puller = null; + Dirty(pullableUid, pullableComp); + } + + public bool IsPulled(EntityUid uid, PullableComponent? component = null) + { + return Resolve(uid, ref component, false) && component.BeingPulled; + } + + private bool OnRequestMovePulledObject(ICommonSession? session, EntityCoordinates coords, EntityUid uid) + { + if (session?.AttachedEntity is not { } player || + !player.IsValid()) + { + return false; + } + + if (!TryComp(player, out var pullerComp)) + return false; + + var pulled = pullerComp.Pulling; + + if (!HasComp(pulled)) + return false; + + if (_containerSystem.IsEntityInContainer(player)) + return false; + + // Cooldown buddy + if (_timing.CurTime < pullerComp.NextThrow) + return false; + + pullerComp.NextThrow = _timing.CurTime + pullerComp.ThrowCooldown; + + // Cap the distance + const float range = 2f; + var fromUserCoords = coords.WithEntityId(player, EntityManager); + var userCoords = new EntityCoordinates(player, Vector2.Zero); + + if (!userCoords.InRange(EntityManager, _xformSys, fromUserCoords, range)) + { + var userDirection = fromUserCoords.Position - userCoords.Position; + fromUserCoords = userCoords.Offset(userDirection.Normalized() * range); + } + + Dirty(player, pullerComp); + _throwing.TryThrow(pulled.Value, fromUserCoords, user: player, strength: 4f, animated: false, recoil: false, playSound: false); + return false; + } + + public bool IsPulling(EntityUid puller, PullerComponent? component = null) + { + return Resolve(puller, ref component, false) && component.Pulling != null; + } + + private void OnReleasePulledObject(ICommonSession? session) + { + if (session?.AttachedEntity is not {Valid: true} player) + { + return; + } + + if (!TryComp(player, out PullerComponent? pullerComp) || + !TryComp(pullerComp.Pulling, out PullableComponent? pullableComp)) + { + return; + } + + TryStopPull(pullerComp.Pulling.Value, pullableComp, user: player); + } + + public bool CanPull(EntityUid puller, EntityUid pullableUid, PullerComponent? pullerComp = null) + { + if (!Resolve(puller, ref pullerComp, false)) + { + return false; + } + + if (pullerComp.NeedsHands && !_handsSystem.TryGetEmptyHand(puller, out _)) + { + return false; + } + + if (!_blocker.CanInteract(puller, pullableUid)) + { + return false; + } + + if (!EntityManager.TryGetComponent(pullableUid, out var physics)) + { + return false; + } + + if (physics.BodyType == BodyType.Static) + { + return false; + } + + if (puller == pullableUid) + { + return false; + } + + if (!_containerSystem.IsInSameOrNoContainer(puller, pullableUid)) + { + return false; + } + + if (EntityManager.TryGetComponent(puller, out BuckleComponent? buckle)) + { + // Prevent people pulling the chair they're on, etc. + if (buckle is { PullStrap: false, Buckled: true } && (buckle.LastEntityBuckledTo == pullableUid)) + { + return false; + } + } + + var getPulled = new BeingPulledAttemptEvent(puller, pullableUid); + RaiseLocalEvent(pullableUid, getPulled, true); + var startPull = new StartPullAttemptEvent(puller, pullableUid); + RaiseLocalEvent(puller, startPull, true); + return !startPull.Cancelled && !getPulled.Cancelled; + } + + public bool TogglePull(EntityUid pullableUid, EntityUid pullerUid, PullableComponent pullable) + { + if (pullable.Puller == pullerUid) + { + return TryStopPull(pullableUid, pullable); + } + + return TryStartPull(pullerUid, pullableUid, pullableComp: pullable); + } + + public bool TogglePull(EntityUid pullerUid, PullerComponent puller) + { + if (!TryComp(puller.Pulling, out var pullable)) + return false; + + return TogglePull(puller.Pulling.Value, pullerUid, pullable); + } + + public bool TryStartPull(EntityUid pullerUid, EntityUid pullableUid, EntityUid? user = null, + PullerComponent? pullerComp = null, PullableComponent? pullableComp = null) + { + if (!Resolve(pullerUid, ref pullerComp, false) || + !Resolve(pullableUid, ref pullableComp, false)) + { + return false; + } + + if (pullerComp.Pulling == pullableUid) + return true; + + if (!CanPull(pullerUid, pullableUid)) + return false; + + if (!EntityManager.TryGetComponent(pullerUid, out var pullerPhysics) || + !EntityManager.TryGetComponent(pullableUid, out var pullablePhysics)) + { + return false; + } + + // Ensure that the puller is not currently pulling anything. + var oldPullable = pullerComp.Pulling; + + if (oldPullable != null) + { + // Well couldn't stop the old one. + if (!TryStopPull(oldPullable.Value, pullableComp, user)) + return false; + } + + var pullAttempt = new PullAttemptEvent(pullerUid, pullableUid); + RaiseLocalEvent(pullerUid, pullAttempt); + + if (pullAttempt.Cancelled) + return false; + + RaiseLocalEvent(pullableUid, pullAttempt); + + if (pullAttempt.Cancelled) + return false; + + // Pulling confirmed + + _interaction.DoContactInteraction(pullableUid, pullerUid); + + // Use net entity so it's consistent across client and server. + pullableComp.PullJointId = $"pull-joint-{GetNetEntity(pullableUid)}"; + + pullerComp.Pulling = pullableUid; + pullableComp.Puller = pullerUid; + + // joint state handling will manage its own state + if (!_timing.ApplyingState) + { + // Joint startup + var union = _physics.GetHardAABB(pullerUid).Union(_physics.GetHardAABB(pullableUid, body: pullablePhysics)); + var length = Math.Max((float) union.Size.X, (float) union.Size.Y) * 0.75f; + + var joint = _joints.CreateDistanceJoint(pullableUid, pullerUid, id: pullableComp.PullJointId); + joint.CollideConnected = false; + // This maximum has to be there because if the object is constrained too closely, the clamping goes backwards and asserts. + joint.MaxLength = Math.Max(1.0f, length); + joint.Length = length * 0.75f; + joint.MinLength = 0f; + joint.Stiffness = 1f; + + _physics.SetFixedRotation(pullableUid, pullableComp.FixedRotationOnPull, body: pullablePhysics); + } + + pullableComp.PrevFixedRotation = pullablePhysics.FixedRotation; + + // Messaging + var message = new PullStartedMessage(pullerUid, pullableUid); + _alertsSystem.ShowAlert(pullerUid, AlertType.Pulling); + _alertsSystem.ShowAlert(pullableUid, AlertType.Pulled); + + RaiseLocalEvent(pullerUid, message); + RaiseLocalEvent(pullableUid, message); + + Dirty(pullerUid, pullerComp); + Dirty(pullableUid, pullableComp); + + _adminLogger.Add(LogType.Action, LogImpact.Low, + $"{ToPrettyString(pullerUid):user} started pulling {ToPrettyString(pullableUid):target}"); + return true; + } + + public bool TryStopPull(EntityUid pullableUid, PullableComponent pullable, EntityUid? user = null) + { + var pullerUidNull = pullable.Puller; + + if (pullerUidNull == null) + return false; + + var pullerUid = pullerUidNull.Value; + var msg = new AttemptStopPullingEvent(user); + RaiseLocalEvent(pullableUid, msg, true); + + if (msg.Cancelled) + return false; + + // Stop pulling confirmed! + if (!_timing.ApplyingState) + { + if (TryComp(pullableUid, out var pullablePhysics)) + { + _physics.SetFixedRotation(pullableUid, pullable.PrevFixedRotation, body: pullablePhysics); + } + + // Joint shutdown + if (pullable.PullJointId != null) + { + _joints.RemoveJoint(pullableUid, pullable.PullJointId); + pullable.PullJointId = null; + } + } + + CleanupPulling(pullableUid, pullable); + + // Messaging + var message = new PullStoppedMessage(pullerUid, pullableUid); + _alertsSystem.ClearAlert(pullerUid, AlertType.Pulling); + _alertsSystem.ClearAlert(pullableUid, AlertType.Pulled); + _modifierSystem.RefreshMovementSpeedModifiers(pullerUid); + _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(pullerUid):user} stopped pulling {ToPrettyString(pullableUid):target}"); + + RaiseLocalEvent(pullerUid, message); + RaiseLocalEvent(pullableUid, message); + return true; + } +} diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 7d5e24a15b..6a3dbb2864 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -9,7 +9,6 @@ using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Components; using Content.Shared.Movement.Events; -using Content.Shared.Pulling.Components; using Content.Shared.Tag; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; @@ -23,6 +22,7 @@ using Robust.Shared.Physics.Systems; using Robust.Shared.Timing; using Robust.Shared.Utility; +using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Movement.Systems { @@ -53,7 +53,7 @@ public abstract partial class SharedMoverController : VirtualController protected EntityQuery ModifierQuery; protected EntityQuery PhysicsQuery; protected EntityQuery RelayQuery; - protected EntityQuery PullableQuery; + protected EntityQuery PullableQuery; protected EntityQuery XformQuery; protected EntityQuery CanMoveInAirQuery; protected EntityQuery NoRotateQuery; @@ -85,7 +85,7 @@ public override void Initialize() RelayTargetQuery = GetEntityQuery(); PhysicsQuery = GetEntityQuery(); RelayQuery = GetEntityQuery(); - PullableQuery = GetEntityQuery(); + PullableQuery = GetEntityQuery(); XformQuery = GetEntityQuery(); NoRotateQuery = GetEntityQuery(); CanMoveInAirQuery = GetEntityQuery(); @@ -381,7 +381,7 @@ private bool IsAroundCollider(SharedPhysicsSystem broadPhaseSystem, TransformCom !otherCollider.CanCollide || ((collider.CollisionMask & otherCollider.CollisionLayer) == 0 && (otherCollider.CollisionMask & collider.CollisionLayer) == 0) || - (TryComp(otherCollider.Owner, out SharedPullableComponent? pullable) && pullable.BeingPulled)) + (TryComp(otherCollider.Owner, out PullableComponent? pullable) && pullable.BeingPulled)) { continue; } diff --git a/Content.Shared/Pulling/Components/PullableComponent.cs b/Content.Shared/Pulling/Components/PullableComponent.cs deleted file mode 100644 index c5c3068869..0000000000 --- a/Content.Shared/Pulling/Components/PullableComponent.cs +++ /dev/null @@ -1,57 +0,0 @@ -using Robust.Shared.GameStates; -using Robust.Shared.Map; -using Robust.Shared.Serialization; - -namespace Content.Shared.Pulling.Components -{ - // Before you try to add another type than SharedPullingStateManagementSystem, consider the can of worms you may be opening! - [NetworkedComponent, AutoGenerateComponentState] - [Access(typeof(SharedPullingStateManagementSystem))] - [RegisterComponent] - public sealed partial class SharedPullableComponent : Component - { - /// - /// The current entity pulling this component. - /// - [DataField, AutoNetworkedField] - public EntityUid? Puller { get; set; } - - /// - /// The pull joint. - /// - [DataField, AutoNetworkedField] - public string? PullJointId { get; set; } - - public bool BeingPulled => Puller != null; - - [Access(typeof(SharedPullingStateManagementSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends - public EntityCoordinates? MovingTo { get; set; } - - /// - /// If the physics component has FixedRotation should we keep it upon being pulled - /// - [Access(typeof(SharedPullingSystem), Other = AccessPermissions.ReadExecute)] - [ViewVariables(VVAccess.ReadWrite), DataField("fixedRotation")] - public bool FixedRotationOnPull { get; set; } - - /// - /// What the pullable's fixedrotation was set to before being pulled. - /// - [Access(typeof(SharedPullingSystem), Other = AccessPermissions.ReadExecute)] - [ViewVariables] - public bool PrevFixedRotation; - } - - /// - /// Raised when a request is made to stop pulling an entity. - /// - public sealed class StopPullingEvent : CancellableEntityEventArgs - { - public EntityUid? User { get; } - - public StopPullingEvent(EntityUid? uid = null) - { - User = uid; - } - } -} diff --git a/Content.Shared/Pulling/Components/SharedPullerComponent.cs b/Content.Shared/Pulling/Components/SharedPullerComponent.cs deleted file mode 100644 index 57a86e7f7a..0000000000 --- a/Content.Shared/Pulling/Components/SharedPullerComponent.cs +++ /dev/null @@ -1,23 +0,0 @@ -using Robust.Shared.GameStates; - -namespace Content.Shared.Pulling.Components -{ - [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] - [Access(typeof(SharedPullingStateManagementSystem))] - public sealed partial class SharedPullerComponent : Component - { - // Before changing how this is updated, please see SharedPullerSystem.RefreshMovementSpeed - public float WalkSpeedModifier => Pulling == default ? 1.0f : 0.95f; - - public float SprintSpeedModifier => Pulling == default ? 1.0f : 0.95f; - - [DataField, AutoNetworkedField] - public EntityUid? Pulling { get; set; } - - /// - /// Does this entity need hands to be able to pull something? - /// - [DataField("needsHands")] - public bool NeedsHands = true; - } -} diff --git a/Content.Shared/Pulling/Events/PullAttemptEvent.cs b/Content.Shared/Pulling/Events/PullAttemptEvent.cs deleted file mode 100644 index 6296dc2f14..0000000000 --- a/Content.Shared/Pulling/Events/PullAttemptEvent.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Robust.Shared.Physics.Components; - -namespace Content.Shared.Physics.Pull -{ - public sealed class PullAttemptEvent : PullMessage - { - public PullAttemptEvent(PhysicsComponent puller, PhysicsComponent pulled) : base(puller, pulled) { } - - public bool Cancelled { get; set; } - } -} diff --git a/Content.Shared/Pulling/Events/PullMessage.cs b/Content.Shared/Pulling/Events/PullMessage.cs deleted file mode 100644 index b11de7c170..0000000000 --- a/Content.Shared/Pulling/Events/PullMessage.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Robust.Shared.Physics.Components; - -namespace Content.Shared.Physics.Pull -{ - public abstract class PullMessage : EntityEventArgs - { - public readonly PhysicsComponent Puller; - public readonly PhysicsComponent Pulled; - - protected PullMessage(PhysicsComponent puller, PhysicsComponent pulled) - { - Puller = puller; - Pulled = pulled; - } - } -} diff --git a/Content.Shared/Pulling/Events/PullStartedMessage.cs b/Content.Shared/Pulling/Events/PullStartedMessage.cs deleted file mode 100644 index 0ede284bb0..0000000000 --- a/Content.Shared/Pulling/Events/PullStartedMessage.cs +++ /dev/null @@ -1,12 +0,0 @@ -using Robust.Shared.Physics.Components; - -namespace Content.Shared.Physics.Pull -{ - public sealed class PullStartedMessage : PullMessage - { - public PullStartedMessage(PhysicsComponent puller, PhysicsComponent pulled) : - base(puller, pulled) - { - } - } -} diff --git a/Content.Shared/Pulling/Events/PullStoppedMessage.cs b/Content.Shared/Pulling/Events/PullStoppedMessage.cs deleted file mode 100644 index afcbcb7074..0000000000 --- a/Content.Shared/Pulling/Events/PullStoppedMessage.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Robust.Shared.Physics.Components; - -namespace Content.Shared.Physics.Pull -{ - public sealed class PullStoppedMessage : PullMessage - { - public PullStoppedMessage(PhysicsComponent puller, PhysicsComponent pulled) : base(puller, pulled) - { - } - } -} diff --git a/Content.Shared/Pulling/PullableMoveMessage.cs b/Content.Shared/Pulling/PullableMoveMessage.cs deleted file mode 100644 index 46c6b1291d..0000000000 --- a/Content.Shared/Pulling/PullableMoveMessage.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Content.Shared.Pulling -{ - public sealed class PullableMoveMessage : EntityEventArgs - { - } -} diff --git a/Content.Shared/Pulling/PullableStopMovingMessage.cs b/Content.Shared/Pulling/PullableStopMovingMessage.cs deleted file mode 100644 index 0233e32f2b..0000000000 --- a/Content.Shared/Pulling/PullableStopMovingMessage.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Content.Shared.Pulling -{ - public sealed class PullableStopMovingMessage : EntityEventArgs - { - } -} diff --git a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs deleted file mode 100644 index 3dab476337..0000000000 --- a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs +++ /dev/null @@ -1,28 +0,0 @@ -using Content.Shared.ActionBlocker; -using Content.Shared.Mobs.Systems; -using Content.Shared.Pulling.Components; -using Content.Shared.Movement.Events; - -namespace Content.Shared.Pulling.Systems -{ - public sealed class SharedPullableSystem : EntitySystem - { - [Dependency] private readonly ActionBlockerSystem _blocker = default!; - [Dependency] private readonly MobStateSystem _mobState = default!; - [Dependency] private readonly SharedPullingSystem _pullSystem = default!; - - public override void Initialize() - { - base.Initialize(); - SubscribeLocalEvent(OnRelayMoveInput); - } - - private void OnRelayMoveInput(EntityUid uid, SharedPullableComponent component, ref MoveInputEvent args) - { - var entity = args.Entity; - if (_mobState.IsIncapacitated(entity) || !_blocker.CanMove(entity)) return; - - _pullSystem.TryStopPull(component); - } - } -} diff --git a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs deleted file mode 100644 index e388d7a57c..0000000000 --- a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs +++ /dev/null @@ -1,90 +0,0 @@ -using Content.Shared.Administration.Logs; -using Content.Shared.Alert; -using Content.Shared.Database; -using Content.Shared.Hands; -using Content.Shared.Movement.Systems; -using Content.Shared.Physics.Pull; -using Content.Shared.Pulling.Components; -using JetBrains.Annotations; - -namespace Content.Shared.Pulling.Systems -{ - [UsedImplicitly] - public sealed class SharedPullerSystem : EntitySystem - { - [Dependency] private readonly SharedPullingStateManagementSystem _why = default!; - [Dependency] private readonly SharedPullingSystem _pullSystem = default!; - [Dependency] private readonly MovementSpeedModifierSystem _movementSpeedModifierSystem = default!; - [Dependency] private readonly AlertsSystem _alertsSystem = default!; - [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; - - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(PullerHandlePullStarted); - SubscribeLocalEvent(PullerHandlePullStopped); - SubscribeLocalEvent(OnVirtualItemDeleted); - SubscribeLocalEvent(OnRefreshMovespeed); - SubscribeLocalEvent(OnPullerShutdown); - } - - private void OnPullerShutdown(EntityUid uid, SharedPullerComponent component, ComponentShutdown args) - { - _why.ForceDisconnectPuller(component); - } - - private void OnVirtualItemDeleted(EntityUid uid, SharedPullerComponent component, VirtualItemDeletedEvent args) - { - if (component.Pulling == null) - return; - - if (component.Pulling == args.BlockingEntity) - { - if (EntityManager.TryGetComponent(args.BlockingEntity, out var comp)) - { - _pullSystem.TryStopPull(comp, uid); - } - } - } - - private void PullerHandlePullStarted( - EntityUid uid, - SharedPullerComponent component, - PullStartedMessage args) - { - if (args.Puller.Owner != uid) - return; - - _alertsSystem.ShowAlert(component.Owner, AlertType.Pulling); - - RefreshMovementSpeed(component); - } - - private void PullerHandlePullStopped( - EntityUid uid, - SharedPullerComponent component, - PullStoppedMessage args) - { - if (args.Puller.Owner != uid) - return; - - var euid = component.Owner; - if (_alertsSystem.IsShowingAlert(euid, AlertType.Pulling)) - _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(euid):user} stopped pulling {ToPrettyString(args.Pulled.Owner):target}"); - _alertsSystem.ClearAlert(euid, AlertType.Pulling); - - RefreshMovementSpeed(component); - } - - private void OnRefreshMovespeed(EntityUid uid, SharedPullerComponent component, RefreshMovementSpeedModifiersEvent args) - { - args.ModifySpeed(component.WalkSpeedModifier, component.SprintSpeedModifier); - } - - private void RefreshMovementSpeed(SharedPullerComponent component) - { - _movementSpeedModifierSystem.RefreshMovementSpeedModifiers(component.Owner); - } - } -} diff --git a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs deleted file mode 100644 index 38ed899889..0000000000 --- a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs +++ /dev/null @@ -1,196 +0,0 @@ -using Content.Shared.Physics.Pull; -using Content.Shared.Pulling.Components; -using JetBrains.Annotations; -using Robust.Shared.Map; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Components; -using Robust.Shared.Physics.Systems; -using Robust.Shared.Timing; - -namespace Content.Shared.Pulling -{ - /// - /// This is the core of pulling state management. - /// Because pulling state is such a mess to get right, all writes to pulling state must go through this class. - /// - [UsedImplicitly] - public sealed class SharedPullingStateManagementSystem : EntitySystem - { - [Dependency] private readonly SharedJointSystem _jointSystem = default!; - [Dependency] private readonly SharedPhysicsSystem _physics = default!; - [Dependency] private readonly IGameTiming _timing = default!; - - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnShutdown); - } - - private void OnShutdown(EntityUid uid, SharedPullableComponent component, ComponentShutdown args) - { - if (component.Puller != null) - ForceRelationship(null, component); - } - - // A WARNING: - // The following 2 functions are the most internal part of the pulling system's relationship management. - // They do not expect to be cancellable. - private void ForceDisconnect(SharedPullerComponent puller, SharedPullableComponent pullable) - { - var pullerPhysics = EntityManager.GetComponent(puller.Owner); - var pullablePhysics = EntityManager.GetComponent(pullable.Owner); - - // MovingTo shutdown - ForceSetMovingTo(pullable, null); - - // Joint shutdown - if (!_timing.ApplyingState && // During state-handling, joint component will handle its own state. - pullable.PullJointId != null && - TryComp(puller.Owner, out JointComponent? jointComp)) - { - if (jointComp.GetJoints.TryGetValue(pullable.PullJointId, out var j)) - _jointSystem.RemoveJoint(j); - } - pullable.PullJointId = null; - - // State shutdown - puller.Pulling = null; - pullable.Puller = null; - - // Messaging - var message = new PullStoppedMessage(pullerPhysics, pullablePhysics); - - RaiseLocalEvent(puller.Owner, message, broadcast: false); - - if (Initialized(pullable.Owner)) - RaiseLocalEvent(pullable.Owner, message, true); - - // Networking - Dirty(puller); - Dirty(pullable); - } - - public void ForceRelationship(SharedPullerComponent? puller, SharedPullableComponent? pullable) - { - if (_timing.ApplyingState) - return; - ; - if (pullable != null && puller != null && (puller.Pulling == pullable.Owner)) - { - // Already done - return; - } - - // Start by disconnecting the pullable from whatever it is currently connected to. - var pullableOldPullerE = pullable?.Puller; - if (pullableOldPullerE != null) - { - ForceDisconnect(EntityManager.GetComponent(pullableOldPullerE.Value), pullable!); - } - - // Continue with the puller. - var pullerOldPullableE = puller?.Pulling; - if (pullerOldPullableE != null) - { - ForceDisconnect(puller!, EntityManager.GetComponent(pullerOldPullableE.Value)); - } - - // And now for the actual connection (if any). - - if (puller != null && pullable != null) - { - var pullerPhysics = EntityManager.GetComponent(puller.Owner); - var pullablePhysics = EntityManager.GetComponent(pullable.Owner); - pullable.PullJointId = $"pull-joint-{pullable.Owner}"; - - // State startup - puller.Pulling = pullable.Owner; - pullable.Puller = puller.Owner; - - // joint state handling will manage its own state - if (!_timing.ApplyingState) - { - // Joint startup - var union = _physics.GetHardAABB(puller.Owner).Union(_physics.GetHardAABB(pullable.Owner, body: pullablePhysics)); - var length = Math.Max(union.Size.X, union.Size.Y) * 0.75f; - - var joint = _jointSystem.CreateDistanceJoint(pullablePhysics.Owner, pullerPhysics.Owner, id: pullable.PullJointId); - joint.CollideConnected = false; - // This maximum has to be there because if the object is constrained too closely, the clamping goes backwards and asserts. - joint.MaxLength = Math.Max(1.0f, length); - joint.Length = length * 0.75f; - joint.MinLength = 0f; - joint.Stiffness = 1f; - } - - // Messaging - var message = new PullStartedMessage(pullerPhysics, pullablePhysics); - - RaiseLocalEvent(puller.Owner, message, broadcast: false); - RaiseLocalEvent(pullable.Owner, message, true); - - // Networking - Dirty(puller); - Dirty(pullable); - } - } - - // For OnRemove use only. - public void ForceDisconnectPuller(SharedPullerComponent puller) - { - // DO NOT ADD ADDITIONAL LOGIC IN THIS FUNCTION. Do it in ForceRelationship. - ForceRelationship(puller, null); - } - - // For OnRemove use only. - public void ForceDisconnectPullable(SharedPullableComponent pullable) - { - // DO NOT ADD ADDITIONAL LOGIC IN THIS FUNCTION. Do it in ForceRelationship. - ForceRelationship(null, pullable); - } - - public void ForceSetMovingTo(SharedPullableComponent pullable, EntityCoordinates? movingTo) - { - if (_timing.ApplyingState) - return; - - if (pullable.MovingTo == movingTo) - { - return; - } - - // Don't allow setting a MovingTo if there's no puller. - // The other half of this guarantee (shutting down a MovingTo if the puller goes away) is enforced in ForceRelationship. - if (pullable.Puller == null && movingTo != null) - { - return; - } - - pullable.MovingTo = movingTo; - Dirty(pullable); - - if (movingTo == null) - { - RaiseLocalEvent(pullable.Owner, new PullableStopMovingMessage(), true); - } - else - { - RaiseLocalEvent(pullable.Owner, new PullableMoveMessage(), true); - } - } - - /// - /// Changes if the entity needs a hand in order to be able to pull objects. - /// - public void ChangeHandRequirement(EntityUid uid, bool needsHands, SharedPullerComponent? comp) - { - if (!Resolve(uid, ref comp, false)) - return; - - comp.NeedsHands = needsHands; - - Dirty(uid, comp); - } - } -} diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs deleted file mode 100644 index 1e2bb90c61..0000000000 --- a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs +++ /dev/null @@ -1,239 +0,0 @@ -using Content.Shared.ActionBlocker; -using Content.Shared.Administration.Logs; -using Content.Shared.Buckle.Components; -using Content.Shared.Database; -using Content.Shared.Hands.EntitySystems; -using Content.Shared.Interaction; -using Content.Shared.Physics.Pull; -using Content.Shared.Pulling.Components; -using Content.Shared.Pulling.Events; -using Robust.Shared.Containers; -using Robust.Shared.Map; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Components; -using Robust.Shared.Physics.Systems; -using Robust.Shared.Timing; -using Robust.Shared.Utility; - -namespace Content.Shared.Pulling -{ - public abstract partial class SharedPullingSystem - { - [Dependency] private readonly ActionBlockerSystem _blocker = default!; - [Dependency] private readonly SharedContainerSystem _containerSystem = default!; - [Dependency] private readonly SharedHandsSystem _handsSystem = default!; - [Dependency] private readonly SharedInteractionSystem _interaction = default!; - [Dependency] private readonly SharedPhysicsSystem _physics = default!; - [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; - [Dependency] private readonly IGameTiming _timing = default!; - - public bool CanPull(EntityUid puller, EntityUid pulled) - { - if (!EntityManager.TryGetComponent(puller, out var comp)) - { - return false; - } - - if (comp.NeedsHands && !_handsSystem.TryGetEmptyHand(puller, out _)) - { - return false; - } - - if (!_blocker.CanInteract(puller, pulled)) - { - return false; - } - - if (!EntityManager.TryGetComponent(pulled, out var physics)) - { - return false; - } - - if (physics.BodyType == BodyType.Static) - { - return false; - } - - if (puller == pulled) - { - return false; - } - - if(_containerSystem.IsEntityInContainer(puller) || _containerSystem.IsEntityInContainer(pulled)) - { - return false; - } - - if (EntityManager.TryGetComponent(puller, out BuckleComponent? buckle)) - { - // Prevent people pulling the chair they're on, etc. - if (buckle is { PullStrap: false, Buckled: true } && (buckle.LastEntityBuckledTo == pulled)) - { - return false; - } - } - - var getPulled = new BeingPulledAttemptEvent(puller, pulled); - RaiseLocalEvent(pulled, getPulled, true); - var startPull = new StartPullAttemptEvent(puller, pulled); - RaiseLocalEvent(puller, startPull, true); - return (!startPull.Cancelled && !getPulled.Cancelled); - } - - public bool TogglePull(EntityUid puller, SharedPullableComponent pullable) - { - if (pullable.Puller == puller) - { - return TryStopPull(pullable); - } - return TryStartPull(puller, pullable.Owner); - } - - // -- Core attempted actions -- - - public bool TryStopPull(SharedPullableComponent pullable, EntityUid? user = null) - { - if (_timing.ApplyingState) - return false; - - if (!pullable.BeingPulled) - { - return false; - } - - var msg = new StopPullingEvent(user); - RaiseLocalEvent(pullable.Owner, msg, true); - - if (msg.Cancelled) return false; - - // Stop pulling confirmed! - - if (TryComp(pullable.Owner, out var pullablePhysics)) - { - _physics.SetFixedRotation(pullable.Owner, pullable.PrevFixedRotation, body: pullablePhysics); - } - - _pullSm.ForceRelationship(null, pullable); - return true; - } - - public bool TryStartPull(EntityUid puller, EntityUid pullable) - { - if (!EntityManager.TryGetComponent(puller, out SharedPullerComponent? pullerComp)) - { - return false; - } - if (!EntityManager.TryGetComponent(pullable, out SharedPullableComponent? pullableComp)) - { - return false; - } - return TryStartPull(pullerComp, pullableComp); - } - - // The main "start pulling" function. - public bool TryStartPull(SharedPullerComponent puller, SharedPullableComponent pullable) - { - if (_timing.ApplyingState) - return false; - - if (puller.Pulling == pullable.Owner) - return true; - - // Pulling a new object : Perform sanity checks. - - if (!CanPull(puller.Owner, pullable.Owner)) - { - return false; - } - - if (!EntityManager.TryGetComponent(puller.Owner, out var pullerPhysics)) - { - return false; - } - - if (!EntityManager.TryGetComponent(pullable.Owner, out var pullablePhysics)) - { - return false; - } - - // Ensure that the puller is not currently pulling anything. - // If this isn't done, then it happens too late, and the start/stop messages go out of order, - // and next thing you know it thinks it's not pulling anything even though it is! - - var oldPullable = puller.Pulling; - if (oldPullable != null) - { - if (EntityManager.TryGetComponent(oldPullable.Value, out SharedPullableComponent? oldPullableComp)) - { - if (!TryStopPull(oldPullableComp)) - { - return false; - } - } - else - { - Log.Warning("Well now you've done it, haven't you? Someone transferred pulling (onto {0}) while presently pulling something that has no Pullable component (on {1})!", pullable.Owner, oldPullable); - return false; - } - } - - // Ensure that the pullable is not currently being pulled. - // Same sort of reasons as before. - - var oldPuller = pullable.Puller; - if (oldPuller != null) - { - if (!TryStopPull(pullable)) - { - return false; - } - } - - // Continue with pulling process. - - var pullAttempt = new PullAttemptEvent(pullerPhysics, pullablePhysics); - - RaiseLocalEvent(puller.Owner, pullAttempt, broadcast: false); - - if (pullAttempt.Cancelled) - { - return false; - } - - RaiseLocalEvent(pullable.Owner, pullAttempt, true); - - if (pullAttempt.Cancelled) - return false; - - _interaction.DoContactInteraction(pullable.Owner, puller.Owner); - - _pullSm.ForceRelationship(puller, pullable); - pullable.PrevFixedRotation = pullablePhysics.FixedRotation; - _physics.SetFixedRotation(pullable.Owner, pullable.FixedRotationOnPull, body: pullablePhysics); - _adminLogger.Add(LogType.Action, LogImpact.Low, - $"{ToPrettyString(puller.Owner):user} started pulling {ToPrettyString(pullable.Owner):target}"); - return true; - } - - public bool TryMoveTo(SharedPullableComponent pullable, EntityCoordinates to) - { - if (pullable.Puller == null) - { - return false; - } - - if (!EntityManager.HasComponent(pullable.Owner)) - { - return false; - } - - _pullSm.ForceSetMovingTo(pullable, to); - return true; - } - - public void StopMoveTo(SharedPullableComponent pullable) - { - _pullSm.ForceSetMovingTo(pullable, null); - } - } -} diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs deleted file mode 100644 index 0c139ee9e3..0000000000 --- a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs +++ /dev/null @@ -1,243 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using Content.Shared.Alert; -using Content.Shared.GameTicking; -using Content.Shared.Input; -using Content.Shared.Physics.Pull; -using Content.Shared.Pulling.Components; -using Content.Shared.Verbs; -using JetBrains.Annotations; -using Robust.Shared.Containers; -using Robust.Shared.Input.Binding; -using Robust.Shared.Map; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Events; -using Robust.Shared.Physics.Systems; -using Robust.Shared.Player; - -namespace Content.Shared.Pulling -{ - [UsedImplicitly] - public abstract partial class SharedPullingSystem : EntitySystem - { - [Dependency] private readonly SharedPullingStateManagementSystem _pullSm = default!; - [Dependency] private readonly AlertsSystem _alertsSystem = default!; - [Dependency] private readonly SharedJointSystem _joints = default!; - - /// - /// A mapping of pullers to the entity that they are pulling. - /// - private readonly Dictionary _pullers = - new(); - - private readonly HashSet _moving = new(); - private readonly HashSet _stoppedMoving = new(); - - public IReadOnlySet Moving => _moving; - - public override void Initialize() - { - base.Initialize(); - - UpdatesOutsidePrediction = true; - - SubscribeLocalEvent(Reset); - SubscribeLocalEvent(OnPullStarted); - SubscribeLocalEvent(OnPullStopped); - SubscribeLocalEvent(HandleContainerInsert); - SubscribeLocalEvent(OnJointRemoved); - SubscribeLocalEvent(OnPullableCollisionChange); - - SubscribeLocalEvent(PullableHandlePullStarted); - SubscribeLocalEvent(PullableHandlePullStopped); - - SubscribeLocalEvent>(AddPullVerbs); - - CommandBinds.Builder - .Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(HandleMovePulledObject)) - .Register(); - } - - private void OnPullableCollisionChange(EntityUid uid, SharedPullableComponent component, ref CollisionChangeEvent args) - { - if (component.PullJointId != null && !args.CanCollide) - { - _joints.RemoveJoint(uid, component.PullJointId); - } - } - - private void OnJointRemoved(EntityUid uid, SharedPullableComponent component, JointRemovedEvent args) - { - if (component.Puller != args.OtherEntity) - return; - - // Do we have some other join with our Puller? - // or alternatively: - // TODO track the relevant joint. - - if (TryComp(uid, out JointComponent? joints)) - { - foreach (var jt in joints.GetJoints.Values) - { - if (jt.BodyAUid == component.Puller || jt.BodyBUid == component.Puller) - return; - } - } - - // No more joints with puller -> force stop pull. - _pullSm.ForceDisconnectPullable(component); - } - - private void AddPullVerbs(EntityUid uid, SharedPullableComponent component, GetVerbsEvent args) - { - if (!args.CanAccess || !args.CanInteract) - return; - - // Are they trying to pull themselves up by their bootstraps? - if (args.User == args.Target) - return; - - //TODO VERB ICONS add pulling icon - if (component.Puller == args.User) - { - Verb verb = new() - { - Text = Loc.GetString("pulling-verb-get-data-text-stop-pulling"), - Act = () => TryStopPull(component, args.User), - DoContactInteraction = false // pulling handle its own contact interaction. - }; - args.Verbs.Add(verb); - } - else if (CanPull(args.User, args.Target)) - { - Verb verb = new() - { - Text = Loc.GetString("pulling-verb-get-data-text"), - Act = () => TryStartPull(args.User, args.Target), - DoContactInteraction = false // pulling handle its own contact interaction. - }; - args.Verbs.Add(verb); - } - } - - // Raise a "you are being pulled" alert if the pulled entity has alerts. - private void PullableHandlePullStarted(EntityUid uid, SharedPullableComponent component, PullStartedMessage args) - { - if (args.Pulled.Owner != uid) - return; - - _alertsSystem.ShowAlert(uid, AlertType.Pulled); - } - - private void PullableHandlePullStopped(EntityUid uid, SharedPullableComponent component, PullStoppedMessage args) - { - if (args.Pulled.Owner != uid) - return; - - _alertsSystem.ClearAlert(uid, AlertType.Pulled); - } - - public bool IsPulled(EntityUid uid, SharedPullableComponent? component = null) - { - return Resolve(uid, ref component, false) && component.BeingPulled; - } - - public override void Update(float frameTime) - { - base.Update(frameTime); - - _moving.ExceptWith(_stoppedMoving); - _stoppedMoving.Clear(); - } - - public void Reset(RoundRestartCleanupEvent ev) - { - _pullers.Clear(); - _moving.Clear(); - _stoppedMoving.Clear(); - } - - private void OnPullStarted(PullStartedMessage message) - { - SetPuller(message.Puller.Owner, message.Pulled.Owner); - } - - private void OnPullStopped(PullStoppedMessage message) - { - RemovePuller(message.Puller.Owner); - } - - protected void OnPullableMove(EntityUid uid, SharedPullableComponent component, PullableMoveMessage args) - { - _moving.Add(component); - } - - protected void OnPullableStopMove(EntityUid uid, SharedPullableComponent component, PullableStopMovingMessage args) - { - _stoppedMoving.Add(component); - } - - // TODO: When Joint networking is less shitcodey fix this to use a dedicated joints message. - private void HandleContainerInsert(EntInsertedIntoContainerMessage message) - { - if (TryComp(message.Entity, out SharedPullableComponent? pullable)) - { - TryStopPull(pullable); - } - - if (TryComp(message.Entity, out SharedPullerComponent? puller)) - { - if (puller.Pulling == null) return; - - if (!TryComp(puller.Pulling.Value, out SharedPullableComponent? pulling)) - return; - - TryStopPull(pulling); - } - } - - private bool HandleMovePulledObject(ICommonSession? session, EntityCoordinates coords, EntityUid uid) - { - if (session?.AttachedEntity is not { } player || - !player.IsValid()) - return false; - - if (!TryGetPulled(player, out var pulled)) - return false; - - if (!TryComp(pulled.Value, out SharedPullableComponent? pullable)) - return false; - - if (_containerSystem.IsEntityInContainer(player)) - return false; - - TryMoveTo(pullable, coords); - - return false; - } - - private void SetPuller(EntityUid puller, EntityUid pulled) - { - _pullers[puller] = pulled; - } - - private bool RemovePuller(EntityUid puller) - { - return _pullers.Remove(puller); - } - - public EntityUid GetPulled(EntityUid by) - { - return _pullers.GetValueOrDefault(by); - } - - public bool TryGetPulled(EntityUid by, [NotNullWhen(true)] out EntityUid? pulled) - { - return (pulled = GetPulled(by)) != null; - } - - public bool IsPulling(EntityUid puller) - { - return _pullers.ContainsKey(puller); - } - } -} diff --git a/Content.Shared/Security/Systems/DeployableBarrierSystem.cs b/Content.Shared/Security/Systems/DeployableBarrierSystem.cs index 9d021c5219..953120596c 100644 --- a/Content.Shared/Security/Systems/DeployableBarrierSystem.cs +++ b/Content.Shared/Security/Systems/DeployableBarrierSystem.cs @@ -1,6 +1,6 @@ using Content.Shared.Lock; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Security.Components; using Robust.Shared.Physics.Systems; @@ -12,7 +12,7 @@ public sealed class DeployableBarrierSystem : EntitySystem [Dependency] private readonly FixtureSystem _fixtures = default!; [Dependency] private readonly SharedPointLightSystem _pointLight = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; - [Dependency] private readonly SharedPullingSystem _pulling = default!; + [Dependency] private readonly PullingSystem _pulling = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; public override void Initialize() @@ -58,8 +58,8 @@ private void ToggleBarrierDeploy(EntityUid uid, bool isDeployed, DeployableBarri var state = isDeployed ? DeployableBarrierState.Deployed : DeployableBarrierState.Idle; _appearance.SetData(uid, DeployableBarrierVisuals.State, state); - if (TryComp(uid, out SharedPullableComponent? pullable)) - _pulling.TryStopPull(pullable); + if (TryComp(uid, out PullableComponent? pullable)) + _pulling.TryStopPull(uid, pullable); SharedPointLightComponent? pointLight = null; if (_pointLight.ResolveLight(uid, ref pointLight)) diff --git a/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs b/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs index ebd8362411..8d67aec518 100644 --- a/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs +++ b/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs @@ -1,9 +1,9 @@ using System.Linq; using Content.Shared.Ghost; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Popups; using Content.Shared.Projectiles; -using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; using Content.Shared.Teleportation.Components; using Content.Shared.Verbs; using Robust.Shared.Audio; @@ -28,7 +28,7 @@ public abstract class SharedPortalSystem : EntitySystem [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; - [Dependency] private readonly SharedPullingSystem _pulling = default!; + [Dependency] private readonly PullingSystem _pulling = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; private const string PortalFixture = "portalFixture"; @@ -93,15 +93,15 @@ private void OnCollide(EntityUid uid, PortalComponent component, ref StartCollid return; // break pulls before portal enter so we dont break shit - if (TryComp(subject, out var pullable) && pullable.BeingPulled) + if (TryComp(subject, out var pullable) && pullable.BeingPulled) { - _pulling.TryStopPull(pullable); + _pulling.TryStopPull(subject, pullable); } - if (TryComp(subject, out var pulling) - && pulling.Pulling != null && TryComp(pulling.Pulling.Value, out var subjectPulling)) + if (TryComp(subject, out var pullerComp) + && TryComp(pullerComp.Pulling, out var subjectPulling)) { - _pulling.TryStopPull(subjectPulling); + _pulling.TryStopPull(subject, subjectPulling); } // if they came from another portal, just return and wait for them to exit the portal diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index 5429431831..7c861a85ad 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -20,6 +20,11 @@ public sealed class ThrowingSystem : EntitySystem { public const float ThrowAngularImpulse = 5f; + /// + /// Speed cap on rotation in case of click-spam. + /// + public const float ThrowAngularCap = 3f * MathF.PI; + public const float PushbackDefault = 2f; /// @@ -42,15 +47,17 @@ public void TryThrow( float strength = 1.0f, EntityUid? user = null, float pushbackRatio = PushbackDefault, + bool recoil = true, + bool animated = true, bool playSound = true) { - var thrownPos = Transform(uid).MapPosition; - var mapPos = coordinates.ToMap(EntityManager, _transform); + var thrownPos = _transform.GetMapCoordinates(uid); + var mapPos = _transform.ToMapCoordinates(coordinates); if (mapPos.MapId != thrownPos.MapId) return; - TryThrow(uid, mapPos.Position - thrownPos.Position, strength, user, pushbackRatio, playSound); + TryThrow(uid, mapPos.Position - thrownPos.Position, strength, user, pushbackRatio, recoil: recoil, animated: animated, playSound: playSound); } /// @@ -65,6 +72,8 @@ public void TryThrow(EntityUid uid, float strength = 1.0f, EntityUid? user = null, float pushbackRatio = PushbackDefault, + bool recoil = true, + bool animated = true, bool playSound = true) { var physicsQuery = GetEntityQuery(); @@ -72,7 +81,6 @@ public void TryThrow(EntityUid uid, return; var projectileQuery = GetEntityQuery(); - var tagQuery = GetEntityQuery(); TryThrow( uid, @@ -82,8 +90,7 @@ public void TryThrow(EntityUid uid, projectileQuery, strength, user, - pushbackRatio, - playSound); + pushbackRatio, recoil: recoil, animated: animated, playSound: playSound); } /// @@ -101,6 +108,8 @@ public void TryThrow(EntityUid uid, float strength = 1.0f, EntityUid? user = null, float pushbackRatio = PushbackDefault, + bool recoil = true, + bool animated = true, bool playSound = true) { if (strength <= 0 || direction == Vector2Helpers.Infinity || direction == Vector2Helpers.NaN || direction == Vector2.Zero) @@ -116,12 +125,17 @@ public void TryThrow(EntityUid uid, if (projectileQuery.TryGetComponent(uid, out var proj) && !proj.OnlyCollideWhenShot) return; - var comp = new ThrownItemComponent(); - comp.Thrower = user; + var comp = new ThrownItemComponent + { + Thrower = user, + Animate = animated, + }; // Estimate time to arrival so we can apply OnGround status and slow it much faster. var time = direction.Length() / strength; comp.ThrownTime = _gameTiming.CurTime; + // TODO: This is a bandaid, don't do this. + // if you want to force landtime have the caller handle it or add a new method. // did we launch this with something stronger than our hands? if (TryComp(comp.Thrower, out var hands) && strength > hands.ThrowForceMultiplier) comp.LandTime = comp.ThrownTime + TimeSpan.FromSeconds(time); @@ -166,7 +180,8 @@ public void TryThrow(EntityUid uid, if (user == null) return; - _recoil.KickCamera(user.Value, -direction * 0.04f); + if (recoil) + _recoil.KickCamera(user.Value, -direction * 0.04f); // Give thrower an impulse in the other direction if (pushbackRatio != 0.0f && diff --git a/Content.Shared/Throwing/ThrownItemComponent.cs b/Content.Shared/Throwing/ThrownItemComponent.cs index ab80e07938..8fb1173e6d 100644 --- a/Content.Shared/Throwing/ThrownItemComponent.cs +++ b/Content.Shared/Throwing/ThrownItemComponent.cs @@ -8,6 +8,12 @@ namespace Content.Shared.Throwing [RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)] public sealed partial class ThrownItemComponent : Component { + /// + /// Should the in-air throwing animation play. + /// + [DataField, AutoNetworkedField] + public bool Animate = true; + /// /// The entity that threw this entity. /// diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 0e5817ff92..e6f7b3779b 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -3,8 +3,7 @@ using Content.Shared.Database; using Content.Shared.Gravity; using Content.Shared.Physics; -using Content.Shared.Physics.Pull; -using Robust.Shared.GameStates; +using Content.Shared.Movement.Pulling.Events; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -94,8 +93,8 @@ private void OnSleep(EntityUid uid, ThrownItemComponent thrownItem, ref PhysicsS private void HandlePullStarted(PullStartedMessage message) { // TODO: this isn't directed so things have to be done the bad way - if (EntityManager.TryGetComponent(message.Pulled.Owner, out ThrownItemComponent? thrownItemComponent)) - StopThrow(message.Pulled.Owner, thrownItemComponent); + if (EntityManager.TryGetComponent(message.PulledUid, out ThrownItemComponent? thrownItemComponent)) + StopThrow(message.PulledUid, thrownItemComponent); } public void StopThrow(EntityUid uid, ThrownItemComponent thrownItemComponent) From e74e88d26511b245ad330f7a4a79f00207a2869d Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 03:37:15 +0000 Subject: [PATCH 261/391] Automatic changelog update (cherry picked from commit f7b61f6cda93fe8daa64f564530bcb95c7d1bf22) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9955812716..5074d84dcc 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: 'Added 2 new artifact effect: attraction and repulsion' - type: Add - id: 5375 - time: '2023-12-15T15:39:25.0000000+00:00' - author: mirrorcult changes: - message: Explosion visuals now last slightly longer @@ -3870,3 +3864,11 @@ id: 5874 time: '2024-02-03T02:29:41.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24870 +- author: metalgearsloth + changes: + - message: Moving entities that are pulled now throws them instead of moving them + manually. + type: Tweak + id: 5875 + time: '2024-02-03T03:36:09.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/20906 From aded2ef145118641d3ffb3e44afeb22b88ca97a0 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 3 Feb 2024 05:23:34 +0100 Subject: [PATCH 262/391] Remove soapy water (#24301) * localize shuttle timer eta etd * remove soapy water for real (cherry picked from commit c4e7f1ebe80b3a347d98784b8b0ec77e047b63d5) --- .../EntitySystems/PuddleSystem.Evaporation.cs | 5 +--- .../Locale/en-US/reagents/meta/cleaning.ftl | 5 +--- .../Objects/Consumable/Drinks/drinks_fun.yml | 5 ++-- Resources/Prototypes/Reagents/cleaning.yml | 30 ------------------- .../Prototypes/Recipes/Reactions/cleaning.yml | 10 ------- 5 files changed, 4 insertions(+), 51 deletions(-) diff --git a/Content.Server/Fluids/EntitySystems/PuddleSystem.Evaporation.cs b/Content.Server/Fluids/EntitySystems/PuddleSystem.Evaporation.cs index f3489ba7c6..2a80c33836 100644 --- a/Content.Server/Fluids/EntitySystems/PuddleSystem.Evaporation.cs +++ b/Content.Server/Fluids/EntitySystems/PuddleSystem.Evaporation.cs @@ -13,10 +13,7 @@ public sealed partial class PuddleSystem [ValidatePrototypeId] private const string Water = "Water"; - [ValidatePrototypeId] - private const string SoapyWater = "SoapyWater"; - - public static string[] EvaporationReagents = new[] { Water, SoapyWater }; + public static string[] EvaporationReagents = new[] { Water }; private void OnEvaporationMapInit(Entity entity, ref MapInitEvent args) { diff --git a/Resources/Locale/en-US/reagents/meta/cleaning.ftl b/Resources/Locale/en-US/reagents/meta/cleaning.ftl index e770594956..8603711b6e 100644 --- a/Resources/Locale/en-US/reagents/meta/cleaning.ftl +++ b/Resources/Locale/en-US/reagents/meta/cleaning.ftl @@ -5,10 +5,7 @@ reagent-name-space-cleaner = space cleaner reagent-desc-space-cleaner = This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills. reagent-name-soap = soap -reagent-desc-soap = Soap can be used to make soapy water. - -reagent-name-soapy-water = soapy water -reagent-desc-soapy-water = It's just soap and water. Good for cleaning gunk off of surfaces and also slippier than regular water. +reagent-desc-soap = I wouldn't clean my mouth out with this if I were you. reagent-name-space-lube = space lube reagent-desc-space-lube = Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip). diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml index f89b56ea87..359e4262cd 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml @@ -70,7 +70,7 @@ solution: drink -# Mopwata +# Mopwata - type: weightedRandomFillSolution id: RandomFillMopwata fills: @@ -112,7 +112,6 @@ - Mold - SpaceLube - SpaceGlue - - SoapyWater - SpaceCleaner - MilkSpoiled - FourteenLoko @@ -136,4 +135,4 @@ solution: drink weightedRandomId: RandomFillMopwata - type: Sprite - sprite: Objects/Consumable/Drinks/mopwata.rsi \ No newline at end of file + sprite: Objects/Consumable/Drinks/mopwata.rsi diff --git a/Resources/Prototypes/Reagents/cleaning.yml b/Resources/Prototypes/Reagents/cleaning.yml index 24f0c033cf..da02fc666d 100644 --- a/Resources/Prototypes/Reagents/cleaning.yml +++ b/Resources/Prototypes/Reagents/cleaning.yml @@ -64,36 +64,6 @@ min: 6 probability: 0.20 -- type: reagent - id: SoapyWater - parent: Water - name: reagent-name-soapy-water - desc: reagent-desc-soapy-water - physicalDesc: reagent-physical-desc-soapy - flavor: clean - color: "#9ec8dc" - recognizable: true - metabolisms: - Drink: - effects: - - !type:SatiateThirst - factor: 3 - - !type:ChemVomit - conditions: - - !type:ReagentThreshold - min: 6 - probability: 0.10 - thirstAmount: -5.0 - hungerAmount: -5.0 - plantMetabolism: - - !type:PlantAdjustWater - amount: .8 - tileReactions: - - !type:CleanDecalsReaction - cleanCost: 5 - - !type:ExtinguishTileReaction { } - - !type:SpillIfPuddlePresentTileReaction { } - - type: reagent id: SpaceLube name: reagent-name-space-lube diff --git a/Resources/Prototypes/Recipes/Reactions/cleaning.yml b/Resources/Prototypes/Recipes/Reactions/cleaning.yml index df6b8f4315..5c620ea9e7 100644 --- a/Resources/Prototypes/Recipes/Reactions/cleaning.yml +++ b/Resources/Prototypes/Recipes/Reactions/cleaning.yml @@ -20,16 +20,6 @@ products: SpaceCleaner: 2 -- type: reaction - id: SoapyWater - reactants: - Water: - amount: 3 - SoapReagent: - amount: 1 - products: - SoapyWater: 4 - - type: reaction id: SpaceLube impact: Medium From 49a1b47c0952b7ccbe10bbc29bcb2eb787cb15b4 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:24:33 -0500 Subject: [PATCH 263/391] Decouple panels and wires (#24840) decouple panels and wires (cherry picked from commit 5db6a3eafc08132b7415be23eb40506ca2f550a9) --- Content.Server/Wires/WiresSystem.cs | 98 +++++---------------- Content.Shared/Wires/SharedWiresSystem.cs | 78 +++++++++++++++- Content.Shared/Wires/WiresPanelComponent.cs | 28 ++++++ 3 files changed, 125 insertions(+), 79 deletions(-) diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 5275a95c34..2b23b09360 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -1,51 +1,39 @@ using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; -using Content.Server.Administration.Logs; using Content.Server.Construction; using Content.Server.Construction.Components; using Content.Server.Power.Components; -using Content.Shared.UserInterface; -using Content.Shared.Database; +using Content.Server.UserInterface; using Content.Shared.DoAfter; using Content.Shared.GameTicking; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Popups; -using Content.Shared.Tools; using Content.Shared.Tools.Components; +using Content.Shared.UserInterface; using Content.Shared.Wires; using Robust.Server.GameObjects; -using Robust.Server.Player; -using Robust.Shared.Audio; -using Robust.Shared.Audio.Systems; using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; -using Content.Server.UserInterface; namespace Content.Server.Wires; public sealed class WiresSystem : SharedWiresSystem { [Dependency] private readonly IPrototypeManager _protoMan = default!; - [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly ActivatableUISystem _activatableUI = default!; [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; - [Dependency] private readonly SharedToolSystem _toolSystem = default!; [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly SharedInteractionSystem _interactionSystem = default!; - [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly UserInterfaceSystem _uiSystem = default!; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ConstructionSystem _construction = default!; // This is where all the wire layouts are stored. [ViewVariables] private readonly Dictionary _layouts = new(); - private const float ScrewTime = 1f; private float _toolTime = 0f; #region Initialization @@ -56,8 +44,7 @@ public override void Initialize() SubscribeLocalEvent(Reset); // this is a broadcast event - SubscribeLocalEvent(OnPanelDoAfter); - SubscribeLocalEvent(OnWiresStartup); + SubscribeLocalEvent(OnPanelChanged); SubscribeLocalEvent(OnWiresActionMessage); SubscribeLocalEvent(OnInteractUsing); SubscribeLocalEvent(OnMapInit); @@ -68,6 +55,7 @@ public override void Initialize() SubscribeLocalEvent(OnActivatableUIPanelChanged); SubscribeLocalEvent(SetWiresPanelSecurity); } + private void SetOrCreateWireLayout(EntityUid uid, WiresComponent? wires = null) { if (!Resolve(uid, ref wires)) @@ -246,11 +234,6 @@ private Wire CreateWire(EntityUid uid, IWireAction? action, int position, WireLa position, action); } - - private void OnWiresStartup(EntityUid uid, WiresComponent component, ComponentStartup args) - { - EnsureComp(uid); - } #endregion #region DoAfters @@ -464,49 +447,28 @@ private void OnInteractUsing(EntityUid uid, WiresComponent component, InteractUs if (args.Handled) return; - if (!TryComp(args.Used, out var tool) || !TryComp(uid, out var panel)) + if (!TryComp(args.Used, out var tool)) return; - if (panel.Open && - (_toolSystem.HasQuality(args.Used, "Cutting", tool) || - _toolSystem.HasQuality(args.Used, "Pulsing", tool))) - { - if (TryComp(uid, out var wiresPanelSecurity) && - !wiresPanelSecurity.WiresAccessible) - return; + if (!IsPanelOpen(uid)) + return; + if (Tool.HasQuality(args.Used, "Cutting", tool) || + Tool.HasQuality(args.Used, "Pulsing", tool)) + { if (TryComp(args.User, out ActorComponent? actor)) { _uiSystem.TryOpen(uid, WiresUiKey.Key, actor.PlayerSession); args.Handled = true; } } - else if (_toolSystem.UseTool(args.Used, args.User, uid, ScrewTime, "Screwing", new WirePanelDoAfterEvent(), toolComponent: tool)) - { - _adminLogger.Add(LogType.Action, LogImpact.Low, - $"{ToPrettyString(args.User):user} is screwing {ToPrettyString(uid):target}'s {(panel.Open ? "open" : "closed")} maintenance panel at {Transform(uid).Coordinates:targetlocation}"); - args.Handled = true; - } } - private void OnPanelDoAfter(EntityUid uid, WiresPanelComponent panel, WirePanelDoAfterEvent args) + private void OnPanelChanged(Entity ent, ref PanelChangedEvent args) { - if (args.Cancelled) + if (args.Open) return; - - TogglePanel(uid, panel, !panel.Open); - UpdateAppearance(uid, panel); - _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.User):user} screwed {ToPrettyString(uid):target}'s maintenance panel {(panel.Open ? "open" : "closed")}"); - - if (panel.Open) - { - _audio.PlayPvs(panel.ScrewdriverOpenSound, uid); - } - else - { - _audio.PlayPvs(panel.ScrewdriverCloseSound, uid); - _uiSystem.TryCloseAll(uid, WiresUiKey.Key); - } + _uiSystem.TryCloseAll(ent, WiresUiKey.Key); } private void OnAttemptOpenActivatableUI(EntityUid uid, ActivatableUIRequiresPanelComponent component, ActivatableUIOpenAttemptEvent args) @@ -665,16 +627,6 @@ public void ChangePanelVisibility(EntityUid uid, WiresPanelComponent component, Dirty(uid, component); } - public void TogglePanel(EntityUid uid, WiresPanelComponent component, bool open) - { - component.Open = open; - UpdateAppearance(uid, component); - Dirty(uid, component); - - var ev = new PanelChangedEvent(component.Open); - RaiseLocalEvent(uid, ref ev); - } - public void SetWiresPanelSecurity(EntityUid uid, WiresPanelSecurityComponent component, WiresPanelSecurityEvent args) { component.Examine = args.Examine; @@ -688,12 +640,6 @@ public void SetWiresPanelSecurity(EntityUid uid, WiresPanelSecurityComponent com } } - private void UpdateAppearance(EntityUid uid, WiresPanelComponent panel) - { - if (TryComp(uid, out var appearance)) - _appearance.SetData(uid, WiresVisuals.MaintenancePanelState, panel.Open && panel.Visible, appearance); - } - private void TryDoWireAction(EntityUid target, EntityUid user, EntityUid toolEntity, int id, WiresAction action, WiresComponent? wires = null, ToolComponent? tool = null) { if (!Resolve(target, ref wires) @@ -711,7 +657,7 @@ private void TryDoWireAction(EntityUid target, EntityUid user, EntityUid toolEnt switch (action) { case WiresAction.Cut: - if (!_toolSystem.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, "Cutting", tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); return; @@ -725,7 +671,7 @@ private void TryDoWireAction(EntityUid target, EntityUid user, EntityUid toolEnt break; case WiresAction.Mend: - if (!_toolSystem.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, "Cutting", tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); return; @@ -739,7 +685,7 @@ private void TryDoWireAction(EntityUid target, EntityUid user, EntityUid toolEnt break; case WiresAction.Pulse: - if (!_toolSystem.HasQuality(toolEntity, "Pulsing", tool)) + if (!Tool.HasQuality(toolEntity, "Pulsing", tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-multitool"), user); return; @@ -798,7 +744,7 @@ private void UpdateWires(EntityUid used, EntityUid user, EntityUid toolEntity, i switch (action) { case WiresAction.Cut: - if (!_toolSystem.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, "Cutting", tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); break; @@ -810,7 +756,7 @@ private void UpdateWires(EntityUid used, EntityUid user, EntityUid toolEntity, i break; } - _toolSystem.PlayToolSound(toolEntity, tool, user); + Tool.PlayToolSound(toolEntity, tool, user); if (wire.Action == null || wire.Action.Cut(user, wire)) { wire.IsCut = true; @@ -819,7 +765,7 @@ private void UpdateWires(EntityUid used, EntityUid user, EntityUid toolEntity, i UpdateUserInterface(used); break; case WiresAction.Mend: - if (!_toolSystem.HasQuality(toolEntity, "Cutting", tool)) + if (!Tool.HasQuality(toolEntity, "Cutting", tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-wirecutters"), user); break; @@ -831,7 +777,7 @@ private void UpdateWires(EntityUid used, EntityUid user, EntityUid toolEntity, i break; } - _toolSystem.PlayToolSound(toolEntity, tool, user); + Tool.PlayToolSound(toolEntity, tool, user); if (wire.Action == null || wire.Action.Mend(user, wire)) { wire.IsCut = false; @@ -840,7 +786,7 @@ private void UpdateWires(EntityUid used, EntityUid user, EntityUid toolEntity, i UpdateUserInterface(used); break; case WiresAction.Pulse: - if (!_toolSystem.HasQuality(toolEntity, "Pulsing", tool)) + if (!Tool.HasQuality(toolEntity, "Pulsing", tool)) { _popupSystem.PopupCursor(Loc.GetString("wires-component-ui-on-receive-message-need-multitool"), user); break; @@ -855,7 +801,7 @@ private void UpdateWires(EntityUid used, EntityUid user, EntityUid toolEntity, i wire.Action?.Pulse(user, wire); UpdateUserInterface(used); - _audio.PlayPvs(wires.PulseSound, used); + Audio.PlayPvs(wires.PulseSound, used); break; } diff --git a/Content.Shared/Wires/SharedWiresSystem.cs b/Content.Shared/Wires/SharedWiresSystem.cs index a5b43da482..a40f428329 100644 --- a/Content.Shared/Wires/SharedWiresSystem.cs +++ b/Content.Shared/Wires/SharedWiresSystem.cs @@ -1,29 +1,71 @@ +using Content.Shared.Administration.Logs; +using Content.Shared.Database; using Content.Shared.Examine; +using Content.Shared.Interaction; using Content.Shared.Tools.Systems; -using Robust.Shared.Prototypes; +using Robust.Shared.Audio.Systems; namespace Content.Shared.Wires; public abstract class SharedWiresSystem : EntitySystem { + [Dependency] protected readonly ISharedAdminLogManager AdminLogger = default!; + [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; + [Dependency] protected readonly SharedAudioSystem Audio = default!; + [Dependency] protected readonly SharedToolSystem Tool = default!; + public override void Initialize() { base.Initialize(); + SubscribeLocalEvent(OnPanelDoAfter); + SubscribeLocalEvent(OnInteractUsing); SubscribeLocalEvent(OnExamine); } + private void OnPanelDoAfter(EntityUid uid, WiresPanelComponent panel, WirePanelDoAfterEvent args) + { + if (args.Cancelled) + return; + + TogglePanel(uid, panel, !panel.Open); + AdminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(args.User):user} screwed {ToPrettyString(uid):target}'s maintenance panel {(panel.Open ? "open" : "closed")}"); + + var sound = panel.Open ? panel.ScrewdriverOpenSound : panel.ScrewdriverCloseSound; + Audio.PlayPredicted(sound, uid, args.User); + } + + private void OnInteractUsing(Entity ent, ref InteractUsingEvent args) + { + if (!Tool.UseTool( + args.Used, + args.User, + ent, + (float) ent.Comp.OpenDelay.TotalSeconds, + ent.Comp.OpeningTool, + new WirePanelDoAfterEvent())) + { + return; + } + + AdminLogger.Add(LogType.Action, LogImpact.Low, + $"{ToPrettyString(args.User):user} is screwing {ToPrettyString(ent):target}'s {(ent.Comp.Open ? "open" : "closed")} maintenance panel at {Transform(ent).Coordinates:targetlocation}"); + args.Handled = true; + } + private void OnExamine(EntityUid uid, WiresPanelComponent component, ExaminedEvent args) { using (args.PushGroup(nameof(WiresPanelComponent))) { if (!component.Open) { - args.PushMarkup(Loc.GetString("wires-panel-component-on-examine-closed")); + if (!string.IsNullOrEmpty(component.ExamineTextClosed)) + args.PushMarkup(Loc.GetString(component.ExamineTextClosed)); } else { - args.PushMarkup(Loc.GetString("wires-panel-component-on-examine-open")); + if (!string.IsNullOrEmpty(component.ExamineTextOpen)) + args.PushMarkup(Loc.GetString(component.ExamineTextOpen)); if (TryComp(uid, out var wiresPanelSecurity) && wiresPanelSecurity.Examine != null) @@ -33,4 +75,34 @@ private void OnExamine(EntityUid uid, WiresPanelComponent component, ExaminedEve } } } + + protected void UpdateAppearance(EntityUid uid, WiresPanelComponent panel) + { + if (TryComp(uid, out var appearance)) + Appearance.SetData(uid, WiresVisuals.MaintenancePanelState, panel.Open && panel.Visible, appearance); + } + + public void TogglePanel(EntityUid uid, WiresPanelComponent component, bool open) + { + component.Open = open; + UpdateAppearance(uid, component); + Dirty(uid, component); + + var ev = new PanelChangedEvent(component.Open); + RaiseLocalEvent(uid, ref ev); + } + + public bool IsPanelOpen(Entity entity) + { + if (!Resolve(entity, ref entity.Comp, false)) + return true; + + // Listen, i don't know what the fuck this component does. it's stapled on shit for airlocks + // but it looks like an almost direct duplication of WiresPanelComponent except with a shittier API. + if (TryComp(entity, out var wiresPanelSecurity) && + !wiresPanelSecurity.WiresAccessible) + return false; + + return entity.Comp.Open; + } } diff --git a/Content.Shared/Wires/WiresPanelComponent.cs b/Content.Shared/Wires/WiresPanelComponent.cs index 1162d05033..9c7444778e 100644 --- a/Content.Shared/Wires/WiresPanelComponent.cs +++ b/Content.Shared/Wires/WiresPanelComponent.cs @@ -1,5 +1,7 @@ +using Content.Shared.Tools; using Robust.Shared.Audio; using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; namespace Content.Shared.Wires; @@ -27,6 +29,32 @@ public sealed partial class WiresPanelComponent : Component [DataField("screwdriverCloseSound")] public SoundSpecifier ScrewdriverCloseSound = new SoundPathSpecifier("/Audio/Machines/screwdriverclose.ogg"); + + /// + /// Amount of times in seconds it takes to open + /// + [DataField] + public TimeSpan OpenDelay = TimeSpan.FromSeconds(1); + + /// + /// The tool quality needed to open this panel. + /// + [DataField] + public ProtoId OpeningTool = "Screwing"; + + /// + /// Text showed on examine when the panel is closed. + /// + /// + [DataField] + public LocId? ExamineTextClosed = "wires-panel-component-on-examine-closed"; + + /// + /// Text showed on examine when the panel is open. + /// + /// + [DataField] + public LocId? ExamineTextOpen = "wires-panel-component-on-examine-open"; } /// From 516bd1852afc06359727fcca04a11aeb17fa3729 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 04:24:40 +0000 Subject: [PATCH 264/391] Automatic changelog update (cherry picked from commit 3484e69dffd27896a4234962e2c2640a8b4a3a58) --- Resources/Changelog/Changelog.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5074d84dcc..9c4a4ff6fb 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Explosion visuals now last slightly longer - type: Add - - message: You will now hear a reverbed explosion sound effect for explosions that - are far away from you - type: Add - - message: Smaller explosions now make a distinct sound compared to larger ones - type: Add - id: 5376 - time: '2023-12-15T16:57:46.0000000+00:00' - author: Ubaser changes: - message: Artistic toolboxes now have a filled variant that can be found in maintenance @@ -3872,3 +3861,10 @@ id: 5875 time: '2024-02-03T03:36:09.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/20906 +- author: lzk228 + changes: + - message: Soapy water removed. + type: Remove + id: 5876 + time: '2024-02-03T04:23:34.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24301 From 731da5de6b0c34790a078014ac6c7dfaabe266d0 Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:06:44 -0500 Subject: [PATCH 265/391] Fixed unable to select None for character spawn priority (#24897) Allows None to be selected (cherry picked from commit 778a704b5820811d9267a23a8c080a83bc606ae4) --- Content.Shared/Preferences/HumanoidCharacterProfile.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 9447bb7b40..af4516df7d 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -115,7 +115,7 @@ public HumanoidCharacterProfile() : this( new HumanoidCharacterAppearance(), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, - SpawnPriorityPreference.Arrivals, + SpawnPriorityPreference.None, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High} @@ -143,7 +143,7 @@ public static HumanoidCharacterProfile DefaultWithSpecies(string species = Share HumanoidCharacterAppearance.DefaultWithSpecies(species), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, - SpawnPriorityPreference.Arrivals, + SpawnPriorityPreference.None, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High} @@ -185,7 +185,7 @@ public static HumanoidCharacterProfile RandomWithSpecies(string species = Shared var name = GetName(species, gender); - return new HumanoidCharacterProfile(name, "", species, age, sex, gender, HumanoidCharacterAppearance.Random(species, sex), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, SpawnPriorityPreference.Arrivals, + return new HumanoidCharacterProfile(name, "", species, age, sex, gender, HumanoidCharacterAppearance.Random(species, sex), ClothingPreference.Jumpsuit, BackpackPreference.Backpack, SpawnPriorityPreference.None, new Dictionary { {SharedGameTicker.FallbackOverflowJob, JobPriority.High}, @@ -479,9 +479,10 @@ public void EnsureValid() var spawnPriority = SpawnPriority switch { + SpawnPriorityPreference.None => SpawnPriorityPreference.None, SpawnPriorityPreference.Arrivals => SpawnPriorityPreference.Arrivals, SpawnPriorityPreference.Cryosleep => SpawnPriorityPreference.Cryosleep, - _ => SpawnPriorityPreference.Arrivals // Invalid enum values. + _ => SpawnPriorityPreference.None // Invalid enum values. }; var priorities = new Dictionary(JobPriorities From a7579b472c541ce79bf67c302ce2fe90f73331c0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 08:07:50 +0000 Subject: [PATCH 266/391] Automatic changelog update (cherry picked from commit 240ebfa3a657221d6484c021bc9ddda709879f12) --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9c4a4ff6fb..b2269be1e0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Artistic toolboxes now have a filled variant that can be found in maintenance - occasionally. - type: Tweak - id: 5377 - time: '2023-12-15T20:44:42.0000000+00:00' - author: Ilya246 changes: - message: Cyborg jobs now start with a positronic brain. @@ -3868,3 +3861,11 @@ id: 5876 time: '2024-02-03T04:23:34.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24301 +- author: Krunk + changes: + - message: Characters can properly select 'None' as a preference for their spawn + priority. + type: Fix + id: 5877 + time: '2024-02-03T08:06:44.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24897 From c12dacd966168fd29b3cdd5d7af349028c300daa Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:09:20 -0500 Subject: [PATCH 267/391] Travelling pointing arrows, brains can no longer point (#24864) * Decoupled from gravity, constant animation time, manual networking, cubic interpolation * Reduced overshoot * Implemented PointAttemptEvent, reacts with mobstate & sleeping * Brains can no longer point, PBs must be inside a chassis * Removed chassis check, made callback more obvious (cherry picked from commit d01d75073cc4179ca5e34cacccd2ca6387e2bf99) --- .../Components/PointingArrowComponent.cs | 11 +--- .../Pointing/PointingSystem.Visualizer.cs | 62 +++++++++++++++++++ Content.Client/Pointing/PointingSystem.cs | 36 +++++------ Content.Server/Body/Systems/BrainSystem.cs | 7 +++ .../Pointing/EntitySystems/PointingSystem.cs | 58 +++++++++-------- Content.Server/Silicons/Borgs/BorgSystem.cs | 7 +++ .../Bed/Sleep/SharedSleepingSystem.cs | 7 +++ .../Systems/MobStateSystem.Subscribers.cs | 2 + .../SharedPointingArrowComponent.cs | 11 +++- .../Pointing/SharedPointingSystem.cs | 31 ++++++++-- 10 files changed, 170 insertions(+), 62 deletions(-) create mode 100644 Content.Client/Pointing/PointingSystem.Visualizer.cs diff --git a/Content.Client/Pointing/Components/PointingArrowComponent.cs b/Content.Client/Pointing/Components/PointingArrowComponent.cs index 0d3bc4a5cc..4156f84aac 100644 --- a/Content.Client/Pointing/Components/PointingArrowComponent.cs +++ b/Content.Client/Pointing/Components/PointingArrowComponent.cs @@ -1,19 +1,12 @@ -using System.Numerics; using Content.Shared.Pointing.Components; +using System.Numerics; namespace Content.Client.Pointing.Components; [RegisterComponent] public sealed partial class PointingArrowComponent : SharedPointingArrowComponent { /// - /// How long it takes to go from the bottom of the animation to the top. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("animationTime")] - public float AnimationTime = 0.5f; - - /// - /// How far it goes in any direction. + /// How far the arrow moves up and down during the floating phase. /// [ViewVariables(VVAccess.ReadWrite)] [DataField("offset")] diff --git a/Content.Client/Pointing/PointingSystem.Visualizer.cs b/Content.Client/Pointing/PointingSystem.Visualizer.cs new file mode 100644 index 0000000000..63ce882e06 --- /dev/null +++ b/Content.Client/Pointing/PointingSystem.Visualizer.cs @@ -0,0 +1,62 @@ +using Content.Client.Pointing.Components; +using Content.Shared.Pointing; +using Robust.Client.GameObjects; +using Robust.Client.Animations; +using Robust.Shared.Animations; +using System.Numerics; + +namespace Content.Client.Pointing; + +public sealed partial class PointingSystem : SharedPointingSystem +{ + [Dependency] private readonly AnimationPlayerSystem _animationPlayer = default!; + + public void InitializeVisualizer() + { + SubscribeLocalEvent(OnAnimationCompleted); + } + + private void OnAnimationCompleted(EntityUid uid, PointingArrowComponent component, AnimationCompletedEvent args) + { + if (args.Key == component.AnimationKey) + _animationPlayer.Stop(uid, component.AnimationKey); + } + + private void BeginPointAnimation(EntityUid uid, Vector2 startPosition, Vector2 offset, string animationKey) + { + if (_animationPlayer.HasRunningAnimation(uid, animationKey)) + return; + + var animation = new Animation + { + Length = PointDuration, + AnimationTracks = + { + new AnimationTrackComponentProperty + { + ComponentType = typeof(SpriteComponent), + Property = nameof(SpriteComponent.Offset), + InterpolationMode = AnimationInterpolationMode.Cubic, + KeyFrames = + { + // We pad here to prevent improper looping and tighten the overshoot, just a touch + new AnimationTrackProperty.KeyFrame(startPosition, 0f), + new AnimationTrackProperty.KeyFrame(Vector2.Lerp(startPosition, offset, 0.9f), PointKeyTimeMove), + new AnimationTrackProperty.KeyFrame(offset, PointKeyTimeMove), + new AnimationTrackProperty.KeyFrame(Vector2.Zero, PointKeyTimeMove), + new AnimationTrackProperty.KeyFrame(offset, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(Vector2.Zero, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(offset, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(Vector2.Zero, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(offset, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(Vector2.Zero, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(offset, PointKeyTimeHover), + new AnimationTrackProperty.KeyFrame(Vector2.Zero, PointKeyTimeHover), + } + } + } + }; + + _animationPlayer.Play(uid, animation, animationKey); + } +} diff --git a/Content.Client/Pointing/PointingSystem.cs b/Content.Client/Pointing/PointingSystem.cs index 82b12fbf36..a86b6e21b5 100644 --- a/Content.Client/Pointing/PointingSystem.cs +++ b/Content.Client/Pointing/PointingSystem.cs @@ -1,32 +1,25 @@ using Content.Client.Pointing.Components; -using Content.Client.Gravity; -using Content.Shared.Mobs.Systems; using Content.Shared.Pointing; using Content.Shared.Verbs; using Robust.Client.GameObjects; +using Robust.Shared.GameStates; using Robust.Shared.Utility; using DrawDepth = Content.Shared.DrawDepth.DrawDepth; namespace Content.Client.Pointing; -public sealed class PointingSystem : SharedPointingSystem +public sealed partial class PointingSystem : SharedPointingSystem { - [Dependency] private readonly MobStateSystem _mobState = default!; - [Dependency] private readonly FloatingVisualizerSystem _floatingSystem = default!; - public override void Initialize() { base.Initialize(); SubscribeLocalEvent>(AddPointingVerb); SubscribeLocalEvent(OnArrowStartup); - SubscribeLocalEvent(OnArrowAnimation); SubscribeLocalEvent(OnRogueArrowStartup); - } + SubscribeLocalEvent(HandleCompState); - private void OnArrowAnimation(EntityUid uid, PointingArrowComponent component, AnimationCompletedEvent args) - { - _floatingSystem.FloatAnimation(uid, component.Offset, component.AnimationKey, component.AnimationTime); + InitializeVisualizer(); } private void AddPointingVerb(GetVerbsEvent args) @@ -38,15 +31,11 @@ private void AddPointingVerb(GetVerbsEvent args) // I'm just adding this verb exclusively to clients so that the verb-loading pop-in on the verb menu isn't // as bad. Important for this verb seeing as its usually an option on just about any entity. + // this is a pointing arrow. no pointing here... if (HasComp(args.Target)) - { - // this is a pointing arrow. no pointing here... return; - } - // Can the user point? Checking mob state directly instead of some action blocker, as many action blockers are blocked for - // ghosts and there is no obvious choice for pointing (unless ghosts CanEmote?). - if (_mobState.IsIncapacitated(args.User)) + if (!CanPoint(args.User)) return; // We won't check in range or visibility, as this verb is currently only executable via the context menu, @@ -66,11 +55,9 @@ private void AddPointingVerb(GetVerbsEvent args) private void OnArrowStartup(EntityUid uid, PointingArrowComponent component, ComponentStartup args) { if (TryComp(uid, out var sprite)) - { sprite.DrawDepth = (int) DrawDepth.Overlays; - } - _floatingSystem.FloatAnimation(uid, component.Offset, component.AnimationKey, component.AnimationTime); + BeginPointAnimation(uid, component.StartPosition, component.Offset, component.AnimationKey); } private void OnRogueArrowStartup(EntityUid uid, RoguePointingArrowComponent arrow, ComponentStartup args) @@ -81,4 +68,13 @@ private void OnRogueArrowStartup(EntityUid uid, RoguePointingArrowComponent arro sprite.NoRotation = false; } } + + private void HandleCompState(Entity entity, ref ComponentHandleState args) + { + if (args.Current is not SharedPointingArrowComponentState state) + return; + + entity.Comp.StartPosition = state.StartPosition; + entity.Comp.EndTime = state.EndTime; + } } diff --git a/Content.Server/Body/Systems/BrainSystem.cs b/Content.Server/Body/Systems/BrainSystem.cs index b55274808d..abb5497120 100644 --- a/Content.Server/Body/Systems/BrainSystem.cs +++ b/Content.Server/Body/Systems/BrainSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Body.Events; using Content.Shared.Mind; using Content.Shared.Mind.Components; +using Content.Shared.Pointing; namespace Content.Server.Body.Systems { @@ -17,6 +18,7 @@ public override void Initialize() SubscribeLocalEvent((uid, _, args) => HandleMind(args.Body, uid)); SubscribeLocalEvent((uid, _, args) => HandleMind(uid, args.OldBody)); + SubscribeLocalEvent(OnPointAttempt); } private void HandleMind(EntityUid newEntity, EntityUid oldEntity) @@ -36,5 +38,10 @@ private void HandleMind(EntityUid newEntity, EntityUid oldEntity) _mindSystem.TransferTo(mindId, newEntity, mind: mind); } + + private void OnPointAttempt(EntityUid uid, BrainComponent component, PointAttemptEvent args) + { + args.Cancel(); + } } } diff --git a/Content.Server/Pointing/EntitySystems/PointingSystem.cs b/Content.Server/Pointing/EntitySystems/PointingSystem.cs index 6fcdfcf994..a7c455e6a5 100644 --- a/Content.Server/Pointing/EntitySystems/PointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/PointingSystem.cs @@ -1,7 +1,6 @@ using System.Linq; using Content.Server.Administration.Logs; using Content.Server.Pointing.Components; -using Content.Shared.Bed.Sleep; using Content.Shared.Database; using Content.Shared.Examine; using Content.Shared.Eye; @@ -10,13 +9,13 @@ using Content.Shared.Input; using Content.Shared.Interaction; using Content.Shared.Mind; -using Content.Shared.Mobs.Systems; using Content.Shared.Pointing; using Content.Shared.Popups; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Server.Player; using Robust.Shared.Enums; +using Robust.Shared.GameStates; using Robust.Shared.Input.Binding; using Robust.Shared.Map; using Robust.Shared.Player; @@ -34,7 +33,6 @@ internal sealed class PointingSystem : SharedPointingSystem [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly RotateToFaceSystem _rotateToFaceSystem = default!; - [Dependency] private readonly MobStateSystem _mobState = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly VisibilitySystem _visibilitySystem = default!; [Dependency] private readonly SharedMindSystem _minds = default!; @@ -50,6 +48,15 @@ internal sealed class PointingSystem : SharedPointingSystem private const float PointingRange = 15f; + private void GetCompState(Entity entity, ref ComponentGetState args) + { + args.State = new SharedPointingArrowComponentState + { + StartPosition = entity.Comp.StartPosition, + EndTime = entity.Comp.EndTime + }; + } + private void OnPlayerStatusChanged(object? sender, SessionStatusEventArgs e) { if (e.NewStatus != SessionStatus.Disconnected) @@ -97,7 +104,7 @@ public bool InRange(EntityUid pointer, EntityCoordinates coordinates) } } - public bool TryPoint(ICommonSession? session, EntityCoordinates coords, EntityUid pointed) + public bool TryPoint(ICommonSession? session, EntityCoordinates coordsPointed, EntityUid pointed) { if (session?.AttachedEntity is not { } player) { @@ -105,9 +112,9 @@ public bool TryPoint(ICommonSession? session, EntityCoordinates coords, EntityUi return false; } - if (!coords.IsValid(EntityManager)) + if (!coordsPointed.IsValid(EntityManager)) { - Log.Warning($"Player {ToPrettyString(player)} attempted to point at invalid coordinates: {coords}"); + Log.Warning($"Player {ToPrettyString(player)} attempted to point at invalid coordinates: {coordsPointed}"); return false; } @@ -123,33 +130,30 @@ public bool TryPoint(ICommonSession? session, EntityCoordinates coords, EntityUi return false; } - // Checking mob state directly instead of some action blocker, as many action blockers are blocked for - // ghosts and there is no obvious choice for pointing. - if (_mobState.IsIncapacitated(player)) - { - return false; - } - - if (HasComp(player)) + if (!CanPoint(player)) { return false; } - if (!InRange(player, coords)) + if (!InRange(player, coordsPointed)) { _popup.PopupEntity(Loc.GetString("pointing-system-try-point-cannot-reach"), player, player); return false; } + var mapCoordsPointed = coordsPointed.ToMap(EntityManager); + _rotateToFaceSystem.TryFaceCoordinates(player, mapCoordsPointed.Position); - var mapCoords = coords.ToMap(EntityManager); - _rotateToFaceSystem.TryFaceCoordinates(player, mapCoords.Position); - - var arrow = EntityManager.SpawnEntity("PointingArrow", coords); + var arrow = EntityManager.SpawnEntity("PointingArrow", coordsPointed); if (TryComp(arrow, out var pointing)) { - pointing.EndTime = _gameTiming.CurTime + TimeSpan.FromSeconds(4); + if (TryComp(player, out TransformComponent? xformPlayer)) + pointing.StartPosition = EntityCoordinates.FromMap(arrow, xformPlayer.Coordinates.ToMap(EntityManager)).Position; + + pointing.EndTime = _gameTiming.CurTime + PointDuration; + + Dirty(arrow, pointing); } if (EntityQuery().FirstOrDefault() != null) @@ -215,10 +219,10 @@ bool ViewerPredicate(ICommonSession playerSession) TileRef? tileRef = null; string? position = null; - if (_mapManager.TryFindGridAt(mapCoords, out var gridUid, out var grid)) + if (_mapManager.TryFindGridAt(mapCoordsPointed, out var gridUid, out var grid)) { - position = $"EntId={gridUid} {grid.WorldToTile(mapCoords.Position)}"; - tileRef = grid.GetTileRef(grid.WorldToTile(mapCoords.Position)); + position = $"EntId={gridUid} {grid.WorldToTile(mapCoordsPointed.Position)}"; + tileRef = grid.GetTileRef(grid.WorldToTile(mapCoordsPointed.Position)); } var tileDef = _tileDefinitionManager[tileRef?.Tile.TypeId ?? 0]; @@ -228,7 +232,7 @@ bool ViewerPredicate(ICommonSession playerSession) viewerMessage = Loc.GetString("pointing-system-other-point-at-tile", ("otherName", playerName), ("tileName", name)); - _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(player):user} pointed at {name} {(position == null ? mapCoords : position)}"); + _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(player):user} pointed at {name} {(position == null ? mapCoordsPointed : position)}"); } _pointers[session] = _gameTiming.CurTime; @@ -242,6 +246,8 @@ public override void Initialize() { base.Initialize(); + SubscribeLocalEvent(GetCompState); + SubscribeNetworkEvent(OnPointAttempt); _playerManager.PlayerStatusChanged += OnPlayerStatusChanged; @@ -255,8 +261,8 @@ private void OnPointAttempt(PointingAttemptEvent ev, EntitySessionEventArgs args { var target = GetEntity(ev.Target); - if (TryComp(target, out TransformComponent? xform)) - TryPoint(args.SenderSession, xform.Coordinates, target); + if (TryComp(target, out TransformComponent? xformTarget)) + TryPoint(args.SenderSession, xformTarget.Coordinates, target); else Log.Warning($"User {args.SenderSession} attempted to point at a non-existent entity uid: {ev.Target}"); } diff --git a/Content.Server/Silicons/Borgs/BorgSystem.cs b/Content.Server/Silicons/Borgs/BorgSystem.cs index 0efbe1a40a..869c279704 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.cs @@ -14,6 +14,7 @@ using Content.Shared.Mobs; using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Systems; +using Content.Shared.Pointing; using Content.Shared.PowerCell; using Content.Shared.PowerCell.Components; using Content.Shared.Roles; @@ -67,6 +68,7 @@ public override void Initialize() SubscribeLocalEvent(OnGetDeadIC); SubscribeLocalEvent(OnBrainMindAdded); + SubscribeLocalEvent(OnBrainPointAttempt); InitializeModules(); InitializeMMI(); @@ -242,6 +244,11 @@ private void OnBrainMindAdded(EntityUid uid, BorgBrainComponent component, MindA _mind.TransferTo(mindId, containerEnt, mind: mind); } + private void OnBrainPointAttempt(EntityUid uid, BorgBrainComponent component, PointAttemptEvent args) + { + args.Cancel(); + } + private void UpdateBatteryAlert(EntityUid uid, PowerCellSlotComponent? slotComponent = null) { if (!_powerCell.TryGetBatteryFromSlot(uid, out var battery, slotComponent)) diff --git a/Content.Shared/Bed/Sleep/SharedSleepingSystem.cs b/Content.Shared/Bed/Sleep/SharedSleepingSystem.cs index 2ac1c372ca..505b2a18e7 100644 --- a/Content.Shared/Bed/Sleep/SharedSleepingSystem.cs +++ b/Content.Shared/Bed/Sleep/SharedSleepingSystem.cs @@ -2,6 +2,7 @@ using Content.Shared.Bed.Sleep; using Content.Shared.Damage.ForceSay; using Content.Shared.Eye.Blinding.Systems; +using Content.Shared.Pointing; using Content.Shared.Speech; using Robust.Shared.Network; using Robust.Shared.Prototypes; @@ -25,6 +26,7 @@ public override void Initialize() SubscribeLocalEvent(OnShutdown); SubscribeLocalEvent(OnSpeakAttempt); SubscribeLocalEvent(OnSeeAttempt); + SubscribeLocalEvent(OnPointAttempt); SubscribeLocalEvent(OnSleepUnpaused); } @@ -70,6 +72,11 @@ private void OnSeeAttempt(EntityUid uid, SleepingComponent component, CanSeeAtte if (component.LifeStage <= ComponentLifeStage.Running) args.Cancel(); } + + private void OnPointAttempt(EntityUid uid, SleepingComponent component, PointAttemptEvent args) + { + args.Cancel(); + } } } diff --git a/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs b/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs index 8ce12db518..5199133253 100644 --- a/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs +++ b/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs @@ -9,6 +9,7 @@ using Content.Shared.Item; using Content.Shared.Mobs.Components; using Content.Shared.Movement.Events; +using Content.Shared.Pointing; using Content.Shared.Pulling.Events; using Content.Shared.Speech; using Content.Shared.Standing; @@ -38,6 +39,7 @@ private void SubscribeEvents() SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(CheckAct); + SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(OnSleepAttempt); SubscribeLocalEvent(OnCombatModeShouldHandInteract); SubscribeLocalEvent(OnAttemptPacifiedAttack); diff --git a/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs b/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs index 07613c7746..66cca50c2e 100644 --- a/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs +++ b/Content.Shared/Pointing/Components/SharedPointingArrowComponent.cs @@ -1,13 +1,22 @@ using Robust.Shared.GameStates; +using System.Numerics; namespace Content.Shared.Pointing.Components; [NetworkedComponent] public abstract partial class SharedPointingArrowComponent : Component { + /// + /// The position of the sender when the point began. + /// + [DataField] + [ViewVariables(VVAccess.ReadWrite)] + public Vector2 StartPosition; + /// /// When the pointing arrow ends /// - [ViewVariables(VVAccess.ReadWrite), DataField("endTime")] + [DataField] + [ViewVariables(VVAccess.ReadWrite)] public TimeSpan EndTime; } diff --git a/Content.Shared/Pointing/SharedPointingSystem.cs b/Content.Shared/Pointing/SharedPointingSystem.cs index 05e4b4aa27..bb3436a14b 100644 --- a/Content.Shared/Pointing/SharedPointingSystem.cs +++ b/Content.Shared/Pointing/SharedPointingSystem.cs @@ -1,17 +1,36 @@ using Robust.Shared.Serialization; +using System.Numerics; namespace Content.Shared.Pointing; public abstract class SharedPointingSystem : EntitySystem { + protected readonly TimeSpan PointDuration = TimeSpan.FromSeconds(4); + protected readonly float PointKeyTimeMove = 0.1f; + protected readonly float PointKeyTimeHover = 0.5f; + [Serializable, NetSerializable] - protected sealed class PointingArrowComponentState : ComponentState + public sealed class SharedPointingArrowComponentState : ComponentState { - public TimeSpan EndTime; + public Vector2 StartPosition { get; init; } + public TimeSpan EndTime { get; init; } + } + + public bool CanPoint(EntityUid uid) + { + var ev = new PointAttemptEvent(uid); + RaiseLocalEvent(uid, ev, true); + + return !ev.Cancelled; + } +} - public PointingArrowComponentState(TimeSpan endTime) - { - EndTime = endTime; - } +public sealed class PointAttemptEvent : CancellableEntityEventArgs +{ + public PointAttemptEvent(EntityUid uid) + { + Uid = uid; } + + public EntityUid Uid { get; } } From 48bcdcd39be7d6ee5d489197a59520f7e3f3e05f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 08:10:25 +0000 Subject: [PATCH 268/391] Automatic changelog update (cherry picked from commit 864904dd5d3c939336c20781b70943b064490a07) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b2269be1e0..0e3727e473 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ilya246 - changes: - - message: Cyborg jobs now start with a positronic brain. - type: Tweak - id: 5378 - time: '2023-12-15T20:45:31.0000000+00:00' - author: deltanedas changes: - message: Borgs can wear hats now. Time to get festive! @@ -3869,3 +3863,11 @@ id: 5877 time: '2024-02-03T08:06:44.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24897 +- author: Krunk + changes: + - message: Pointing arrows now begin at the player and smoothly animate to their + target. + type: Add + id: 5878 + time: '2024-02-03T08:09:20.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24864 From d6cb163db3f21aee79d1547c0e49f7e3e02a8332 Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:10:50 +0100 Subject: [PATCH 269/391] Fix sliding bug (#24846) * Fix slip bug * debug assert * count * DebugAssert (cherry picked from commit 9e484c4b61352a81bb84e2e1e9e030d13ff1464a) --- Content.Shared/Slippery/SlidingSystem.cs | 1 - Content.Shared/Slippery/SlipperySystem.cs | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Slippery/SlidingSystem.cs b/Content.Shared/Slippery/SlidingSystem.cs index 0af6b203cc..d44ddc883b 100644 --- a/Content.Shared/Slippery/SlidingSystem.cs +++ b/Content.Shared/Slippery/SlidingSystem.cs @@ -59,5 +59,4 @@ private void OnEndCollide(EntityUid uid, SlidingComponent component, ref EndColl Dirty(uid, component); } - } diff --git a/Content.Shared/Slippery/SlipperySystem.cs b/Content.Shared/Slippery/SlipperySystem.cs index 59a1c208ed..1f602b9b52 100644 --- a/Content.Shared/Slippery/SlipperySystem.cs +++ b/Content.Shared/Slippery/SlipperySystem.cs @@ -9,6 +9,7 @@ using Robust.Shared.Containers; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Systems; +using Robust.Shared.Utility; namespace Content.Shared.Slippery; @@ -75,7 +76,11 @@ private void TrySlip(EntityUid uid, SlipperyComponent component, EntityUid other _physics.SetLinearVelocity(other, physics.LinearVelocity * component.LaunchForwardsMultiplier, body: physics); if (component.SuperSlippery) - EnsureComp(other); + { + var sliding = EnsureComp(other); + sliding.CollidingEntities.Add(uid); + DebugTools.Assert(_physics.GetContactingEntities(other, physics).Contains(uid)); + } } var playSound = !_statusEffects.HasStatusEffect(other, "KnockedDown"); From 1b913a2b7d8cf5a185316824ff5309713bca5b78 Mon Sep 17 00:00:00 2001 From: shamp <140359015+shampunj@users.noreply.github.com> Date: Sat, 3 Feb 2024 11:11:01 +0300 Subject: [PATCH 270/391] Fixed incorrect path to the uranium spear image in the construction menu (#24895) Update weapons.yml Fixed incorrect path to the uranium spear image in the construction menu (cherry picked from commit 8af1bea9371e77589fbe9c30ad531ffae1c382b3) --- Resources/Prototypes/Recipes/Construction/weapons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Recipes/Construction/weapons.yml b/Resources/Prototypes/Recipes/Construction/weapons.yml index 865184fad0..868a5cb186 100644 --- a/Resources/Prototypes/Recipes/Construction/weapons.yml +++ b/Resources/Prototypes/Recipes/Construction/weapons.yml @@ -39,7 +39,7 @@ targetNode: spear category: construction-category-weapons description: A crude uranium spear for when you need to put holes in somebody. - icon: { sprite: Objects/Weapons/Melee/plasma_spear.rsi, state: spear } + icon: { sprite: Objects/Weapons/Melee/uranium_spear.rsi, state: spear } objectType: Item - type: construction From f4098941af36bbc2e47aef182b1e80a3dde7a9ff Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 08:12:07 +0000 Subject: [PATCH 271/391] Automatic changelog update (cherry picked from commit 07523b5615903d0c0c960c8884aeb14a65afb37b) --- Resources/Changelog/Changelog.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0e3727e473..5cfce160b9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Borgs can wear hats now. Time to get festive! - type: Tweak - id: 5379 - time: '2023-12-15T22:33:52.0000000+00:00' -- author: mirrorcult - changes: - - message: Chasms no longer spawn on lava expeditions - type: Tweak - id: 5380 - time: '2023-12-15T22:34:09.0000000+00:00' - author: EmoGarbage404 changes: - message: The guidebook now shows you if a chemical's recipe needs an alternative @@ -3871,3 +3859,18 @@ id: 5878 time: '2024-02-03T08:09:20.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24864 +- author: Dygon + changes: + - message: Single tile sized puddles of space lube won't let you slide extremely + far anymore. + type: Fix + id: 5879 + time: '2024-02-03T08:10:51.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24846 +- author: shampunj + changes: + - message: Fixed incorrect path to the uranium spear image in the construction menu + type: Fix + id: 5880 + time: '2024-02-03T08:11:02.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24895 From 508568a6bbf9991c45bb6998b8c61ba4cb73bdb7 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:12:56 +0000 Subject: [PATCH 272/391] Add carp pocket (#24888) * texture * add the item * add it to present and salv loot --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 604748534ebd72efafa11344ee33d563c2ff93c3) --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + .../Consumable/Food/Baked/donkpocket.yml | 37 ++++++++++++++++++ .../Consumable/Food/Containers/box.yml | 12 ++++++ .../Entities/Objects/Decoration/present.yml | 2 + Resources/Prototypes/Flavors/flavors.yml | 5 +++ .../Prototypes/Procedural/salvage_loot.yml | 2 + .../Recipes/Cooking/meal_recipes.yml | 8 ++++ .../Food/Baked/donkpocket.rsi/carp-box.png | Bin 0 -> 492 bytes .../Food/Baked/donkpocket.rsi/carp.png | Bin 0 -> 321 bytes .../Food/Baked/donkpocket.rsi/meta.json | 8 +++- 10 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/carp-box.png create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/carp.png diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index 7c4242d4b3..3ff86e3875 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -166,6 +166,7 @@ flavor-complex-spaceshroom-cooked = like space umami flavor-complex-lost-friendship = like lost friendship flavor-complex-light = like a light gone out flavor-complex-profits = like profits +flavor-complex-fishops = like the dreaded fishops # Drink-specific flavors. diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml index 1347aa42a1..e8efb19435 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml @@ -329,6 +329,43 @@ - ReagentId: Omnizine Quantity: 2 +- type: entity + name: carp-pocket + parent: FoodDonkpocketBase + id: FoodDonkpocketCarp + description: A long-lost edition of donk pocket, made specifically for hard-working salvagers. + components: + - type: FlavorProfile + flavors: + - cheap + - fishops + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Nutriment + Quantity: 5 + - type: Sprite + state: carp + +- type: entity + name: warm carp-pocket + parent: FoodDonkpocketCarp + id: FoodDonkpocketCarpWarm + components: + - type: FlavorProfile + flavors: + - cheap + - fishops + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Nutriment + Quantity: 10 + - ReagentId: Omnizine + Quantity: 2 + - type: entity name: dink-pocket parent: FoodDonkpocketBase diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index 1388299f5a..fb6bd2e024 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -413,6 +413,18 @@ - id: FoodDonkpocketStonk amount: 6 +- type: entity + parent: FoodBoxDonkpocket + id: FoodBoxDonkpocketCarp + name: box of carp-pockets + components: + - type: Sprite + state: carp-box + - type: StorageFill + contents: + - id: FoodDonkpocketCarp + amount: 6 + - type: entity parent: FoodBoxDonkpocket id: FoodBoxDonkpocketBerry diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index ff02e8a086..e5c1884d1c 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -270,6 +270,8 @@ orGroup: GiftPool - id: FoodBoxDonkpocketStonk orGroup: GiftPool + - id: FoodBoxDonkpocketCarp + orGroup: GiftPool - id: FoodBoxDonkpocketBerry orGroup: GiftPool - id: FoodBoxDonkpocketHonk diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index 91f63edfb7..bd22844e63 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -998,3 +998,8 @@ id: profits flavorType: Complex description: flavor-complex-profits + +- type: flavor + id: fishops + flavorType: Complex + description: flavor-complex-fishops diff --git a/Resources/Prototypes/Procedural/salvage_loot.yml b/Resources/Prototypes/Procedural/salvage_loot.yml index ed649f54b3..92b04496ba 100644 --- a/Resources/Prototypes/Procedural/salvage_loot.yml +++ b/Resources/Prototypes/Procedural/salvage_loot.yml @@ -27,6 +27,8 @@ - proto: CloningPodMachineCircuitboard cost: 2 - proto: CognizineChemistryBottle + - proto: FoodBoxDonkpocketCarp + prob: 0.5 - proto: CrateSalvageEquipment cost: 3 prob: 0.5 diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 2eed557eaa..28761aa779 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1488,6 +1488,14 @@ solids: FoodDonkpocketStonk: 1 +- type: microwaveMealRecipe + id: RecipeDonkpocketCarp + name: warm carp-pocket recipe + result: FoodDonkpocketCarpWarm + time: 5 + solids: + FoodDonkpocketCarp: 1 + - type: microwaveMealRecipe id: RecipeHotChili diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/carp-box.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/carp-box.png new file mode 100644 index 0000000000000000000000000000000000000000..aa82f12f19c9e1a612f97be49180115022f44308 GIT binary patch literal 492 zcmVF6XU=)mkkq#IMDKL|B`%j4lrylLXYX=K4hOjYl zFqlfYF=&}7gZcN*y<|`{5@(Q55nwpJ>Lv#J+Nrw?r=RU&`1S7xL9>~N^$8~n57-iz zZ+|{BY`Hm?vM69?VqsumVrAgx5GKj;k3Zgm z^%4RERdBFyGOz0obqHD{_6WfYB=B>10S0RSq=c{rAib$ i`EqNtjt|NA?wadPMMhj)K( z=aGN^N7PdeWJw`-O?^kLo~mlH1Q+%_ByXun`1uFxFLfBx_P&#$H9OoLXL z^_XxoPI#)56O-`g<5$}&KUlhIe}9?uEs&vzg@fDsb%QM9A%)YNtvpv{8r~F7PFj{!BboC!CVIOD9CXQ?c*dje>6I1CZU;3aSetzopr07Tb;-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json index bd3331fa8b..a2228b340e 100644 --- a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub. Carp pocket by deltanedas (GitHub).", "size": { "x": 32, "y": 32 @@ -58,6 +58,12 @@ { "name": "stonk" }, + { + "name": "carp-box" + }, + { + "name": "carp" + }, { "name": "inhand-left", "directions": 4 From c3629bc04331c2ebe90264b345dfc1933f77840b Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:43:50 +0200 Subject: [PATCH 273/391] Fix end of round messages looping forever (#24920) * Fix End of Round messages looping forever and ever and ever * Use the correct setting for round restart sounds (cherry picked from commit 09daa534bd32d4784b6dd88ac6877607efec17b8) --- Content.Client/Audio/BackgroundAudioSystem.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Client/Audio/BackgroundAudioSystem.cs b/Content.Client/Audio/BackgroundAudioSystem.cs index 9c4bf3f266..2927983062 100644 --- a/Content.Client/Audio/BackgroundAudioSystem.cs +++ b/Content.Client/Audio/BackgroundAudioSystem.cs @@ -25,6 +25,7 @@ public sealed class BackgroundAudioSystem : EntitySystem [Dependency] private readonly IStateManager _stateManager = default!; private readonly AudioParams _lobbyParams = new(-5f, 1, "Master", 0, 0, 0, true, 0f); + private readonly AudioParams _roundEndParams = new(-5f, 1, "Master", 0, 0, 0, false, 0f); public EntityUid? LobbyMusicStream; public EntityUid? LobbyRoundRestartAudioStream; @@ -139,7 +140,7 @@ private void EndLobbyMusic() private void PlayRestartSound(RoundRestartCleanupEvent ev) { - if (!_configManager.GetCVar(CCVars.LobbyMusicEnabled)) + if (!_configManager.GetCVar(CCVars.RestartSoundsEnabled)) return; var file = _gameTicker.RestartSound; @@ -152,7 +153,7 @@ private void PlayRestartSound(RoundRestartCleanupEvent ev) file, Filter.Local(), false, - _lobbyParams.WithVolume(_lobbyParams.Volume + SharedAudioSystem.GainToVolume(_configManager.GetCVar(CCVars.LobbyMusicVolume))) + _roundEndParams.WithVolume(_roundEndParams.Volume + SharedAudioSystem.GainToVolume(_configManager.GetCVar(CCVars.LobbyMusicVolume))) )?.Entity; } } From 584bfb8d5aa872a8aef89dd70b1eb665216af9b8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 16:44:56 +0000 Subject: [PATCH 274/391] Automatic changelog update (cherry picked from commit c9018cf205cbb09b825c04cd3bb3d0553e0bae75) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5cfce160b9..e551e8d957 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: The guidebook now shows you if a chemical's recipe needs an alternative - mixing method, such as a chaplain's blessing or electrolysis. - type: Fix - id: 5381 - time: '2023-12-15T23:59:54.0000000+00:00' - author: deltanedas changes: - message: Added smoke grenades to the syndicate uplink for 1 TC, they create a @@ -3874,3 +3867,10 @@ id: 5880 time: '2024-02-03T08:11:02.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24895 +- author: nikthechampiongr + changes: + - message: End of round messages no longer loop until the heat death of the universe. + type: Fix + id: 5881 + time: '2024-02-03T16:43:50.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24920 From 3c4421c107e70d465e53aca1ba7d5cc2fd7045a9 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:33:57 -0500 Subject: [PATCH 275/391] chat color change (#24922) (cherry picked from commit 2d48ec52abf6fe18f885d98ace617301e5020f89) --- Content.Server/Chat/Systems/ChatSystem.cs | 4 ++-- Resources/Prototypes/Palettes/text.yml | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Content.Server/Chat/Systems/ChatSystem.cs b/Content.Server/Chat/Systems/ChatSystem.cs index 1a1ca190f7..5f875432b9 100644 --- a/Content.Server/Chat/Systems/ChatSystem.cs +++ b/Content.Server/Chat/Systems/ChatSystem.cs @@ -77,7 +77,7 @@ public sealed partial class ChatSystem : SharedChatSystem private readonly bool _adminLoocEnabled = true; [ValidatePrototypeId] - private const string _chatNamePalette = "Material"; + private const string ChatNamePalette = "ChatNames"; private string[] _chatNameColors = default!; public override void Initialize() @@ -90,7 +90,7 @@ public override void Initialize() SubscribeLocalEvent(OnGameChange); - var nameColors = _prototypeManager.Index(_chatNamePalette).Colors.Values.ToArray(); + var nameColors = _prototypeManager.Index(ChatNamePalette).Colors.Values.ToArray(); _chatNameColors = new string[nameColors.Length]; for (var i = 0; i < nameColors.Length; i++) { diff --git a/Resources/Prototypes/Palettes/text.yml b/Resources/Prototypes/Palettes/text.yml index de0a9fb60d..48d2074153 100644 --- a/Resources/Prototypes/Palettes/text.yml +++ b/Resources/Prototypes/Palettes/text.yml @@ -32,4 +32,21 @@ amber-lighten-2: "#755900" amber-darken-2: "#cc8000" amber-accent-2: "#7c6200" - amber-accent-4: "#996700" \ No newline at end of file + amber-accent-4: "#996700" + +- type: palette + id: ChatNames + name: Chat Names + colors: + ploink: "#da8bc9" + ourple: "#b18bda" + us-navy: "#96a4eb" + yet-another-blue: "#8cb7e8" + cyan: "#8bc9da" + fake-color: "#8bdaba" + green: "#8bda8e" + you-wish-you-were-green: "#a9da8b" + piss: "#ceda8b" + orange: "#dabc8b" + the-orange-she-tells-you-not-to-worry-about: "#daa58b" + red: "#da8b8b" From fb8069c32707040e166da56a62fcb29ce98b0721 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 17:35:03 +0000 Subject: [PATCH 276/391] Automatic changelog update (cherry picked from commit b7814c7d279746246fb46bb2b7518f540717f9bc) --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e551e8d957..7c310303a2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Added smoke grenades to the syndicate uplink for 1 TC, they create a - large smoke cloud to provide cover for your heinous activites. - type: Add - - message: Added tear gas grenades to the SecTech and security belts, use them to - control riots. - type: Add - id: 5382 - time: '2023-12-16T01:49:30.0000000+00:00' - author: metalgearsloth changes: - message: Fix map boundaries not pushing you back. @@ -3874,3 +3864,10 @@ id: 5881 time: '2024-02-03T16:43:50.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24920 +- author: EmoGarbage404 + changes: + - message: Changed the colors used for chat names. + type: Tweak + id: 5882 + time: '2024-02-03T17:33:58.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24922 From 6a9259db2e54d4e507c801ece7318b8344116955 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:13:30 +0100 Subject: [PATCH 277/391] nuke biochem research discipline (#24871) * make chem machine boards roundstart * nuke biochem * kill * pro --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 24af66a544d9c0ef2330f7f5ff3e0a420a5655aa) --- .../Locale/en-US/research/technologies.ftl | 16 +- .../Entities/Structures/Machines/lathe.yml | 29 ++-- .../Entities/Structures/Machines/research.yml | 1 - Resources/Prototypes/Research/arsenal.yml | 3 +- Resources/Prototypes/Research/biochemical.yml | 163 ------------------ .../Prototypes/Research/civilianservices.yml | 46 ++++- Resources/Prototypes/Research/disciplines.yml | 12 -- 7 files changed, 65 insertions(+), 205 deletions(-) delete mode 100644 Resources/Prototypes/Research/biochemical.yml diff --git a/Resources/Locale/en-US/research/technologies.ftl b/Resources/Locale/en-US/research/technologies.ftl index 411ce429ab..37f0bb5882 100644 --- a/Resources/Locale/en-US/research/technologies.ftl +++ b/Resources/Locale/en-US/research/technologies.ftl @@ -1,6 +1,5 @@ research-discipline-none = None research-discipline-industrial = Industrial -research-discipline-biochemical = Biochemical research-discipline-arsenal = Arsenal research-discipline-experimental = Experimental research-discipline-civilian-services = Civilian Services @@ -21,18 +20,6 @@ research-technology-super-powercells = Super Powercells research-technology-bluespace-storage = Bluespace Storage research-technology-portable-fission = Portable Fission -research-technology-chemistry = Chemistry -research-technology-surgical-tools = Surgical Tools -research-technology-biochemical-stasis = Biochemical Stasis -research-technology-mechanized-treatment = Mechanized Treatment -research-technology-virology = Virology -research-technology-cryogenics = Cryogenics -research-technology-chemical-dispensary = Chemical Dispensary -research-technology-biofabrication = Biofabrication -research-technology-crew-monitoring = Crew Monitoring -research-technology-bluespace-chemistry = Bluespace Chemistry -research-technology-cloning = Cloning - research-technology-salvage-weapons = Salvage Weapons research-technology-draconic-munitions = Draconic Munitions research-technology-uranium-munitions = Uranium Munitions @@ -72,6 +59,8 @@ research-technology-food-service = Food Service research-technology-advanced-entertainment = Advanced Entertainment research-technology-audio-visual-communication = A/V Communication research-technology-faux-astro-tiles = Faux Astro-Tiles +research-technology-biochemical-stasis = Biochemical Stasis +research-technology-mechanized-treatment = Mechanized Treatment research-technology-robotic-cleanliness = Robotic Cleanliness research-technology-advanced-cleaning = Advanced Cleaning research-technology-meat-manipulation = Meat Manipulation @@ -79,3 +68,4 @@ research-technology-honk-mech = H.O.N.K. Mech research-technology-advanced-spray = Advanced Spray research-technology-bluespace-cargo-transport = Bluespace Cargo Transport research-technology-quantum-fiber-weaving = Quantum Fiber Weaving +research-technology-bluespace-chemistry = Bluespace Chemistry diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 4cedaa1cc6..11a8e2237d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -254,6 +254,10 @@ - type: Lathe idleState: icon runningState: building + staticRecipes: + - LargeBeaker + - Dropper + - ClothingEyesGlassesChemical dynamicRecipes: - PowerDrill - MiningDrill @@ -269,11 +273,8 @@ - HoloprojectorField - Saw - Hemostat - - Beaker - - LargeBeaker - CryostasisBeaker - SyringeCryostasis - - Dropper - Syringe - Implanter - PillCanister @@ -312,7 +313,6 @@ - ClothingBackpackDuffelHolding - WelderExperimental - JawsOfLife - - ClothingEyesGlassesChemical - CoreSilver # Nyanotrasen - Silver Golem core - FauxTileAstroGrass - FauxTileAstroIce @@ -376,7 +376,10 @@ - MaterialReclaimerMachineCircuitboard - ElectrolysisUnitMachineCircuitboard - CentrifugeMachineCircuitboard + - ChemDispenserMachineCircuitboard + - ChemMasterMachineCircuitboard - CondenserMachineCircuitBoard + - HotplateMachineCircuitboard - UniformPrinterMachineCircuitboard - FloorGreenCircuit - FloorBlueCircuit @@ -389,8 +392,6 @@ - CryoPodMachineCircuitboard - VaccinatorMachineCircuitboard - DiagnoserMachineCircuitboard - - ChemMasterMachineCircuitboard - - ChemDispenserMachineCircuitboard - BiomassReclaimerMachineCircuitboard - BiofabricatorMachineCircuitboard - SurveillanceCameraRouterCircuitboard @@ -408,7 +409,6 @@ - AutolatheHyperConvectionMachineCircuitboard - ProtolatheHyperConvectionMachineCircuitboard - ReagentGrinderMachineCircuitboard - - HotplateMachineCircuitboard - MicrowaveMachineCircuitboard - ElectricGrillMachineCircuitboard - FatExtractorMachineCircuitboard @@ -848,9 +848,13 @@ - Defibrillator - HandheldHealthAnalyzer - ClothingHandsGlovesLatex + - ClothingHandsGlovesNitrile - ClothingMaskSterile - DiseaseSwab - Beaker + - LargeBeaker + - Dropper + - Jug - Syringe - Implanter - PillCanister @@ -867,23 +871,20 @@ - MedkitAdvanced - MedkitRadiation - MedkitCombat - dynamicRecipes: - - HandheldCrewMonitor - - ClothingHandsGlovesNitrile - - CryostasisBeaker - - LargeBeaker - - Dropper - Scalpel - Retractor - Cautery - Drill - Saw - Hemostat + - ClothingEyesGlassesChemical + dynamicRecipes: + - ChemicalPayload + - CryostasisBeaker - BluespaceBeaker - SyringeBluespace - ClothingEyesHudMedical # Nyano - ChemicalPayload # Nyano - - Jug - SyringeCryostasis - type: Machine board: MedicalTechFabCircuitboard diff --git a/Resources/Prototypes/Entities/Structures/Machines/research.yml b/Resources/Prototypes/Entities/Structures/Machines/research.yml index 66ea8e538a..7b369f62cc 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/research.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/research.yml @@ -15,7 +15,6 @@ - type: TechnologyDatabase supportedDisciplines: - Industrial - - Biochemical - Arsenal - Experimental - CivilianServices diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index 851bef6ccc..8cbca4f7e1 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -50,6 +50,7 @@ - TimerTrigger - FlashPayload - ExplosivePayload + - ChemicalPayload - Igniter - type: technology @@ -209,4 +210,4 @@ - PowerCageHigh - ShuttleGunDusterCircuitboard technologyPrerequisites: - - BasicShuttleArmament \ No newline at end of file + - BasicShuttleArmament diff --git a/Resources/Prototypes/Research/biochemical.yml b/Resources/Prototypes/Research/biochemical.yml deleted file mode 100644 index 14ae362d5e..0000000000 --- a/Resources/Prototypes/Research/biochemical.yml +++ /dev/null @@ -1,163 +0,0 @@ -# Tier 1 - -- type: technology - id: Chemistry - name: research-technology-chemistry - icon: - sprite: Objects/Specific/Chemistry/beaker_large.rsi - state: beakerlarge - discipline: Biochemical - tier: 1 - cost: 5000 - recipeUnlocks: - - LargeBeaker - - Dropper - - HotplateMachineCircuitboard - - ChemicalPayload - - ClothingEyesGlassesChemical - - Jug - -- type: technology - id: SurgicalTools - name: research-technology-surgical-tools - icon: - sprite: Objects/Specific/Medical/Surgery/saw.rsi - state: saw - discipline: Biochemical - tier: 1 - cost: 2500 #this is useless so heavy decrease - recipeUnlocks: - - Scalpel - - Retractor - - Cautery - - Drill - - Saw - - Hemostat - -- type: technology - id: BiochemicalStasis - name: research-technology-biochemical-stasis - icon: - sprite: Structures/Machines/stasis_bed.rsi - state: icon - discipline: Biochemical - tier: 1 - cost: 7500 - recipeUnlocks: - - CryostasisBeaker - - StasisBedMachineCircuitboard - - SyringeCryostasis - -- type: technology - id: MechanizedTreatment - name: research-technology-mechanized-treatment - icon: - sprite: Mobs/Silicon/chassis.rsi - state: medical - discipline: Biochemical - tier: 1 - cost: 7500 - recipeUnlocks: - - BorgModuleDiagnosis - - BorgModuleDefibrillator - -# doesn't do anything right now -# -#- type: technology -# id: Virology -# name: research-technology-virology -# icon: -# sprite: Structures/Machines/diagnoser.rsi -# state: icon -# discipline: Biochemical -# tier: 1 -# cost: 5000 -# recipeUnlocks: -# - VaccinatorMachineCircuitboard -# - DiagnoserMachineCircuitboard - -# Tier 2 - -- type: technology - id: Cryopod - name: research-technology-cryogenics - icon: - sprite: Structures/Machines/cryogenics.rsi - state: pod-on - discipline: Biochemical - tier: 2 - cost: 7500 - recipeUnlocks: - - CryoPodMachineCircuitboard - -- type: technology - id: Biofabrication - name: research-technology-biofabrication - icon: - sprite: Structures/Machines/biofabricator.rsi - state: icon - discipline: Biochemical - tier: 2 - cost: 10000 - recipeUnlocks: - - BiofabricatorMachineCircuitboard - - BiomassReclaimerMachineCircuitboard - -- type: technology - id: ChemicalDispensary - name: research-technology-chemical-dispensary - icon: - sprite: Structures/dispensers.rsi - state: industrial-working - discipline: Biochemical - tier: 2 - cost: 10000 - recipeUnlocks: - - ChemMasterMachineCircuitboard - - ChemDispenserMachineCircuitboard - - BorgModuleAdvancedTreatment - technologyPrerequisites: - - Chemistry - -- type: technology - id: CrewMonitoring - name: research-technology-crew-monitoring - icon: - sprite: Objects/Specific/Medical/handheldcrewmonitor.rsi - state: scanner - discipline: Biochemical - tier: 2 - cost: 10000 - recipeUnlocks: - - HandheldCrewMonitor - -# Tier 3 - -- type: technology - id: BluespaceChemistry - name: research-technology-bluespace-chemistry - icon: - sprite: Objects/Specific/Chemistry/beaker_bluespace.rsi - state: beakerbluespace - discipline: Biochemical - tier: 3 - cost: 10000 - recipeUnlocks: - - BluespaceBeaker - - SyringeBluespace - -# look into revisiting this later once medical isn't a hellhole -#- type: technology -# id: Cloning -# name: research-technology-cloning -# icon: -# sprite: Structures/Machines/cloning.rsi -# state: pod_0 -# discipline: Biochemical -# tier: 3 -# cost: 15000 -# recipeUnlocks: -# - CloningPodMachineCircuitboard -# - MedicalScannerMachineCircuitboard -# - CloningConsoleComputerCircuitboard -# - BiomassReclaimerMachineCircuitboard diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index 8607565d16..13eccb316c 100644 --- a/Resources/Prototypes/Research/civilianservices.yml +++ b/Resources/Prototypes/Research/civilianservices.yml @@ -108,9 +108,11 @@ state: display discipline: CivilianServices tier: 1 - cost: 5000 + cost: 7500 recipeUnlocks: - FatExtractorMachineCircuitboard + - BiofabricatorMachineCircuitboard + - BiomassReclaimerMachineCircuitboard # Tier 2 @@ -127,6 +129,35 @@ - FauxTileAstroGrass - FauxTileAstroIce +- type: technology + id: BiochemicalStasis + name: research-technology-biochemical-stasis + icon: + sprite: Structures/Machines/stasis_bed.rsi + state: icon + discipline: CivilianServices + tier: 2 + cost: 7500 + recipeUnlocks: + - StasisBedMachineCircuitboard + - CryoPodMachineCircuitboard + - CryostasisBeaker + - SyringeCryostasis + +- type: technology + id: MechanizedTreatment + name: research-technology-mechanized-treatment + icon: + sprite: Mobs/Silicon/chassis.rsi + state: medical + discipline: CivilianServices + tier: 2 + cost: 7500 + recipeUnlocks: + - BorgModuleAdvancedTreatment + - BorgModuleDiagnosis + - BorgModuleDefibrillator + - type: technology id: AdvancedCleaning name: research-technology-advanced-cleaning @@ -198,3 +229,16 @@ cost: 10000 recipeUnlocks: - ClothingShoesBootsSpeed + +- type: technology + id: BluespaceChemistry + name: research-technology-bluespace-chemistry + icon: + sprite: Objects/Specific/Chemistry/beaker_bluespace.rsi + state: beakerbluespace + discipline: CivilianServices + tier: 3 + cost: 10000 + recipeUnlocks: + - BluespaceBeaker + - SyringeBluespace diff --git a/Resources/Prototypes/Research/disciplines.yml b/Resources/Prototypes/Research/disciplines.yml index 7ce290d23c..7a661da1a3 100644 --- a/Resources/Prototypes/Research/disciplines.yml +++ b/Resources/Prototypes/Research/disciplines.yml @@ -10,18 +10,6 @@ 2: 0.75 3: 0.75 -- type: techDiscipline - id: Biochemical - name: research-discipline-biochemical - color: "#449ae6" - icon: - sprite: Interface/Misc/research_disciplines.rsi - state: biochemical - tierPrerequisites: - 1: 0 - 2: 0.75 - 3: 0.75 - - type: techDiscipline id: Arsenal name: research-discipline-arsenal From f216f612294504f9e7a9fd1432c0d1f9e5e23f80 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 3 Feb 2024 18:14:36 +0000 Subject: [PATCH 278/391] Automatic changelog update (cherry picked from commit 914bab19e8f9d02f28be656d162a0bd102e1070a) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7c310303a2..b933f924e9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix map boundaries not pushing you back. - type: Fix - id: 5383 - time: '2023-12-16T02:19:54.0000000+00:00' - author: Ubaser changes: - message: Crayons boxes now hold a white crayon. @@ -3871,3 +3865,11 @@ id: 5882 time: '2024-02-03T17:33:58.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24922 +- author: deltanedas + changes: + - message: Dissolved the biochem technology discipline into others and roundstart + availability. + type: Add + id: 5883 + time: '2024-02-03T18:13:30.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24871 From 070af36c577c88534db82449527a9d04cf21a966 Mon Sep 17 00:00:00 2001 From: Jezithyr Date: Sat, 3 Feb 2024 10:32:30 -0800 Subject: [PATCH 279/391] Emergency revert for pulling (#24923) Revert "Pulling rework (#20906)" This reverts commit 0d8254b2a2891f8d5623c9878bd0e567d0c7fe3c. (cherry picked from commit c15b0691ec452e543a3cc6894a28bb409dbc65f8) --- Content.Client/Alerts/ClientAlertsSystem.cs | 29 +- .../Physics/Controllers/MoverController.cs | 7 +- Content.Client/Pulling/PullingSystem.cs | 21 + .../ReplaySpectatorSystem.Blockers.cs | 2 +- .../Throwing/ThrownItemVisualizerSystem.cs | 2 +- .../Tests/Puller/PullerTest.cs | 4 +- Content.Server/Alert/Click/StopBeingPulled.cs | 8 +- Content.Server/Alert/Click/StopPulling.cs | 12 +- .../Electrocution/ElectrocutionSystem.cs | 7 +- Content.Server/Hands/Systems/HandsSystem.cs | 23 +- .../HTN/Preconditions/PulledPrecondition.cs | 5 +- .../Systems/StealConditionSystem.cs | 15 +- .../Physics/Controllers/PullController.cs | 207 ++++++++ Content.Server/Pulling/PullingSystem.cs | 48 ++ .../ArtifactInteractionTriggerSystem.cs | 4 +- .../Zombies/ZombieSystem.Transform.cs | 7 +- .../Administration/AdminFrozenSystem.cs | 15 +- .../Buckle/SharedBuckleSystem.Buckle.cs | 10 +- Content.Shared/Buckle/SharedBuckleSystem.cs | 3 +- .../EntitySystems/AnchorableSystem.cs | 15 +- Content.Shared/Cuffs/SharedCuffableSystem.cs | 14 +- Content.Shared/Follower/FollowerSystem.cs | 2 +- .../Friction/TileFrictionController.cs | 40 +- .../Interaction/SharedInteractionSystem.cs | 10 +- .../Pulling/Components/PullableComponent.cs | 39 -- .../Pulling/Components/PullerComponent.cs | 41 -- .../Pulling/Events/AttemptPullEvent.cs | 13 - .../Pulling/Events/AttemptStopPullingEvent.cs | 10 - .../Movement/Pulling/Events/PullMessage.cs | 13 - .../Pulling/Events/PullStartedMessage.cs | 9 - .../Pulling/Events/PullStoppedMessage.cs | 13 - .../Movement/Pulling/Systems/PullingSystem.cs | 455 ------------------ .../Movement/Systems/SharedMoverController.cs | 8 +- .../Pulling/Components/PullableComponent.cs | 57 +++ .../Components/SharedPullerComponent.cs | 23 + .../Pulling/Events/BeingPulledAttemptEvent.cs | 0 .../Pulling/Events/PullAttemptEvent.cs | 11 + Content.Shared/Pulling/Events/PullMessage.cs | 16 + .../Pulling/Events/PullStartedMessage.cs | 12 + .../Pulling/Events/PullStoppedMessage.cs | 11 + .../Pulling/Events/StartPullAttemptEvent.cs | 0 Content.Shared/Pulling/PullableMoveMessage.cs | 6 + .../Pulling/PullableStopMovingMessage.cs | 6 + .../Pulling/Systems/SharedPullableSystem.cs | 28 ++ .../Pulling/Systems/SharedPullerSystem.cs | 90 ++++ .../SharedPullingStateManagementSystem.cs | 196 ++++++++ .../Systems/SharedPullingSystem.Actions.cs | 239 +++++++++ .../Pulling/Systems/SharedPullingSystem.cs | 243 ++++++++++ .../Systems/DeployableBarrierSystem.cs | 10 +- .../Systems/SharedPortalSystem.cs | 16 +- Content.Shared/Throwing/ThrowingSystem.cs | 33 +- .../Throwing/ThrownItemComponent.cs | 6 - Content.Shared/Throwing/ThrownItemSystem.cs | 7 +- 53 files changed, 1358 insertions(+), 763 deletions(-) create mode 100644 Content.Client/Pulling/PullingSystem.cs create mode 100644 Content.Server/Physics/Controllers/PullController.cs create mode 100644 Content.Server/Pulling/PullingSystem.cs delete mode 100644 Content.Shared/Movement/Pulling/Components/PullableComponent.cs delete mode 100644 Content.Shared/Movement/Pulling/Components/PullerComponent.cs delete mode 100644 Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs delete mode 100644 Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs delete mode 100644 Content.Shared/Movement/Pulling/Events/PullMessage.cs delete mode 100644 Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs delete mode 100644 Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs delete mode 100644 Content.Shared/Movement/Pulling/Systems/PullingSystem.cs create mode 100644 Content.Shared/Pulling/Components/PullableComponent.cs create mode 100644 Content.Shared/Pulling/Components/SharedPullerComponent.cs rename Content.Shared/{Movement => }/Pulling/Events/BeingPulledAttemptEvent.cs (100%) create mode 100644 Content.Shared/Pulling/Events/PullAttemptEvent.cs create mode 100644 Content.Shared/Pulling/Events/PullMessage.cs create mode 100644 Content.Shared/Pulling/Events/PullStartedMessage.cs create mode 100644 Content.Shared/Pulling/Events/PullStoppedMessage.cs rename Content.Shared/{Movement => }/Pulling/Events/StartPullAttemptEvent.cs (100%) create mode 100644 Content.Shared/Pulling/PullableMoveMessage.cs create mode 100644 Content.Shared/Pulling/PullableStopMovingMessage.cs create mode 100644 Content.Shared/Pulling/Systems/SharedPullableSystem.cs create mode 100644 Content.Shared/Pulling/Systems/SharedPullerSystem.cs create mode 100644 Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs create mode 100644 Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs create mode 100644 Content.Shared/Pulling/Systems/SharedPullingSystem.cs diff --git a/Content.Client/Alerts/ClientAlertsSystem.cs b/Content.Client/Alerts/ClientAlertsSystem.cs index d1ea1c32bc..83327ad77b 100644 --- a/Content.Client/Alerts/ClientAlertsSystem.cs +++ b/Content.Client/Alerts/ClientAlertsSystem.cs @@ -4,7 +4,6 @@ using Robust.Client.Player; using Robust.Shared.Player; using Robust.Shared.Prototypes; -using Robust.Shared.Timing; namespace Content.Client.Alerts; @@ -13,7 +12,6 @@ public sealed class ClientAlertsSystem : AlertsSystem { public AlertOrderPrototype? AlertOrder { get; set; } - [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly IPlayerManager _playerManager = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; @@ -42,7 +40,7 @@ public IReadOnlyDictionary? ActiveAlerts { get { - var ent = _playerManager.LocalEntity; + var ent = _playerManager.LocalPlayer?.ControlledEntity; return ent is not null ? GetActiveAlerts(ent.Value) : null; @@ -51,28 +49,29 @@ public IReadOnlyDictionary? ActiveAlerts protected override void AfterShowAlert(Entity alerts) { - UpdateHud(alerts); - } + if (_playerManager.LocalPlayer?.ControlledEntity != alerts.Owner) + return; - protected override void AfterClearAlert(Entity alerts) - { - UpdateHud(alerts); + SyncAlerts?.Invoke(this, alerts.Comp.Alerts); } - private void ClientAlertsHandleState(Entity alerts, ref AfterAutoHandleStateEvent args) + protected override void AfterClearAlert(Entity alertsComponent) { - UpdateHud(alerts); + if (_playerManager.LocalPlayer?.ControlledEntity != alertsComponent.Owner) + return; + + SyncAlerts?.Invoke(this, alertsComponent.Comp.Alerts); } - private void UpdateHud(Entity entity) + private void ClientAlertsHandleState(EntityUid uid, AlertsComponent component, ref AfterAutoHandleStateEvent args) { - if (_playerManager.LocalEntity == entity.Owner) - SyncAlerts?.Invoke(this, entity.Comp.Alerts); + if (_playerManager.LocalPlayer?.ControlledEntity == uid) + SyncAlerts?.Invoke(this, component.Alerts); } private void OnPlayerAttached(EntityUid uid, AlertsComponent component, LocalPlayerAttachedEvent args) { - if (_playerManager.LocalEntity != uid) + if (_playerManager.LocalPlayer?.ControlledEntity != uid) return; SyncAlerts?.Invoke(this, component.Alerts); @@ -82,7 +81,7 @@ protected override void HandleComponentShutdown(EntityUid uid, AlertsComponent c { base.HandleComponentShutdown(uid, component, args); - if (_playerManager.LocalEntity != uid) + if (_playerManager.LocalPlayer?.ControlledEntity != uid) return; ClearAlerts?.Invoke(this, EventArgs.Empty); diff --git a/Content.Client/Physics/Controllers/MoverController.cs b/Content.Client/Physics/Controllers/MoverController.cs index 9e308c8e88..763f7b0114 100644 --- a/Content.Client/Physics/Controllers/MoverController.cs +++ b/Content.Client/Physics/Controllers/MoverController.cs @@ -1,7 +1,6 @@ using Content.Shared.Movement.Components; -using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; -using Robust.Client.GameObjects; +using Content.Shared.Pulling.Components; using Robust.Client.Physics; using Robust.Client.Player; using Robust.Shared.Physics.Components; @@ -25,7 +24,7 @@ public override void Initialize() SubscribeLocalEvent(OnUpdatePredicted); SubscribeLocalEvent(OnUpdateRelayTargetPredicted); - SubscribeLocalEvent(OnUpdatePullablePredicted); + SubscribeLocalEvent(OnUpdatePullablePredicted); } private void OnUpdatePredicted(EntityUid uid, InputMoverComponent component, ref UpdateIsPredictedEvent args) @@ -41,7 +40,7 @@ private void OnUpdateRelayTargetPredicted(EntityUid uid, MovementRelayTargetComp args.IsPredicted = true; } - private void OnUpdatePullablePredicted(EntityUid uid, PullableComponent component, ref UpdateIsPredictedEvent args) + private void OnUpdatePullablePredicted(EntityUid uid, SharedPullableComponent component, ref UpdateIsPredictedEvent args) { // Enable prediction if an entity is being pulled by the player. // Disable prediction if an entity is being pulled by some non-player entity. diff --git a/Content.Client/Pulling/PullingSystem.cs b/Content.Client/Pulling/PullingSystem.cs new file mode 100644 index 0000000000..556dadd00d --- /dev/null +++ b/Content.Client/Pulling/PullingSystem.cs @@ -0,0 +1,21 @@ +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; +using JetBrains.Annotations; +using Robust.Client.Physics; + +namespace Content.Client.Pulling +{ + [UsedImplicitly] + public sealed class PullingSystem : SharedPullingSystem + { + public override void Initialize() + { + base.Initialize(); + + UpdatesAfter.Add(typeof(PhysicsSystem)); + + SubscribeLocalEvent(OnPullableMove); + SubscribeLocalEvent(OnPullableStopMove); + } + } +} diff --git a/Content.Client/Replay/Spectator/ReplaySpectatorSystem.Blockers.cs b/Content.Client/Replay/Spectator/ReplaySpectatorSystem.Blockers.cs index 2fa862f3df..86d113defb 100644 --- a/Content.Client/Replay/Spectator/ReplaySpectatorSystem.Blockers.cs +++ b/Content.Client/Replay/Spectator/ReplaySpectatorSystem.Blockers.cs @@ -3,7 +3,7 @@ using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Physics.Pull; using Content.Shared.Throwing; namespace Content.Client.Replay.Spectator; diff --git a/Content.Client/Throwing/ThrownItemVisualizerSystem.cs b/Content.Client/Throwing/ThrownItemVisualizerSystem.cs index b25b4fbb7d..bbd3673110 100644 --- a/Content.Client/Throwing/ThrownItemVisualizerSystem.cs +++ b/Content.Client/Throwing/ThrownItemVisualizerSystem.cs @@ -24,7 +24,7 @@ public override void Initialize() private void OnAutoHandleState(EntityUid uid, ThrownItemComponent component, ref AfterAutoHandleStateEvent args) { - if (!TryComp(uid, out var sprite) || !component.Animate) + if (!TryComp(uid, out var sprite)) return; var animationPlayer = EnsureComp(uid); diff --git a/Content.IntegrationTests/Tests/Puller/PullerTest.cs b/Content.IntegrationTests/Tests/Puller/PullerTest.cs index 87d174f727..ba91f54ff7 100644 --- a/Content.IntegrationTests/Tests/Puller/PullerTest.cs +++ b/Content.IntegrationTests/Tests/Puller/PullerTest.cs @@ -1,6 +1,6 @@ using Content.Shared.Hands.Components; -using Content.Shared.Movement.Pulling.Components; using Content.Shared.Prototypes; +using Content.Shared.Pulling.Components; using Robust.Shared.GameObjects; using Robust.Shared.Prototypes; @@ -29,7 +29,7 @@ await server.WaitAssertion(() => { foreach (var proto in protoManager.EnumeratePrototypes()) { - if (!proto.TryGetComponent(out PullerComponent? puller)) + if (!proto.TryGetComponent(out SharedPullerComponent? puller)) continue; if (!puller.NeedsHands) diff --git a/Content.Server/Alert/Click/StopBeingPulled.cs b/Content.Server/Alert/Click/StopBeingPulled.cs index b02da38ecf..2cf076fbee 100644 --- a/Content.Server/Alert/Click/StopBeingPulled.cs +++ b/Content.Server/Alert/Click/StopBeingPulled.cs @@ -1,7 +1,7 @@ using Content.Shared.ActionBlocker; using Content.Shared.Alert; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Systems; +using Content.Shared.Pulling.Components; +using Content.Shared.Pulling; using JetBrains.Annotations; namespace Content.Server.Alert.Click @@ -20,9 +20,9 @@ public void AlertClicked(EntityUid player) if (!entityManager.System().CanInteract(player, null)) return; - if (entityManager.TryGetComponent(player, out PullableComponent? playerPullable)) + if (entityManager.TryGetComponent(player, out SharedPullableComponent? playerPullable)) { - entityManager.System().TryStopPull(player, playerPullable, user: player); + entityManager.System().TryStopPull(playerPullable); } } } diff --git a/Content.Server/Alert/Click/StopPulling.cs b/Content.Server/Alert/Click/StopPulling.cs index 76f9569429..00a4149598 100644 --- a/Content.Server/Alert/Click/StopPulling.cs +++ b/Content.Server/Alert/Click/StopPulling.cs @@ -1,6 +1,6 @@ using Content.Shared.Alert; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Systems; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; using JetBrains.Annotations; namespace Content.Server.Alert.Click @@ -15,12 +15,12 @@ public sealed partial class StopPulling : IAlertClick public void AlertClicked(EntityUid player) { var entManager = IoCManager.Resolve(); - var ps = entManager.System(); - if (entManager.TryGetComponent(player, out PullerComponent? puller) && - entManager.TryGetComponent(puller.Pulling, out PullableComponent? pullableComp)) + var ps = entManager.System(); + var playerTarget = ps.GetPulled(player); + if (playerTarget != default && entManager.TryGetComponent(playerTarget, out SharedPullableComponent? playerPullable)) { - ps.TryStopPull(puller.Pulling.Value, pullableComp, user: player); + ps.TryStopPull(playerPullable); } } } diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index 591fd825b4..aac500f34f 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -19,6 +19,7 @@ using Content.Shared.Maps; using Content.Shared.Mobs; using Content.Shared.Popups; +using Content.Shared.Pulling.Components; using Content.Shared.Speech.EntitySystems; using Content.Shared.StatusEffect; using Content.Shared.Stunnable; @@ -31,8 +32,6 @@ using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Random; -using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; -using PullerComponent = Content.Shared.Movement.Pulling.Components.PullerComponent; namespace Content.Server.Electrocution; @@ -466,14 +465,14 @@ private void GetChainedElectrocutionTargetsRecurse( all.Add((entity, depth)); visited.Add(entity); - if (TryComp(entity, out var pullable) && + if (TryComp(entity, out var pullable) && pullable.Puller is { Valid: true } pullerId && !visited.Contains(pullerId)) { GetChainedElectrocutionTargetsRecurse(pullerId, depth + 1, visited, all); } - if (TryComp(entity, out var puller) && + if (TryComp(entity, out var puller) && puller.Pulling is { Valid: true } pullingId && !visited.Contains(pullingId)) { diff --git a/Content.Server/Hands/Systems/HandsSystem.cs b/Content.Server/Hands/Systems/HandsSystem.cs index 7c48ee089e..9d664d0f9a 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -1,5 +1,6 @@ using System.Numerics; using Content.Server.Inventory; +using Content.Server.Pulling; using Content.Server.Stack; using Content.Server.Stunnable; using Content.Shared.ActionBlocker; @@ -10,9 +11,8 @@ using Content.Shared.Hands.EntitySystems; using Content.Shared.Input; using Content.Shared.Inventory.VirtualItem; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Events; -using Content.Shared.Movement.Pulling.Systems; +using Content.Shared.Physics.Pull; +using Content.Shared.Pulling.Components; using Content.Shared.Stacks; using Content.Shared.Throwing; using Robust.Shared.GameStates; @@ -88,8 +88,9 @@ private void OnDisarmed(EntityUid uid, HandsComponent component, DisarmedEvent a return; // Break any pulls - if (TryComp(uid, out PullerComponent? puller) && TryComp(puller.Pulling, out PullableComponent? pullable)) - _pullingSystem.TryStopPull(puller.Pulling.Value, pullable); + if (TryComp(uid, out SharedPullerComponent? puller) && puller.Pulling is EntityUid pulled && + TryComp(pulled, out SharedPullableComponent? pullable)) + _pullingSystem.TryStopPull(pullable); if (!_handsSystem.TryDrop(uid, component.ActiveHand!, null, checkActionBlocker: false)) return; @@ -127,13 +128,13 @@ private void HandleBodyPartRemoved(EntityUid uid, HandsComponent component, ref private void HandlePullStarted(EntityUid uid, HandsComponent component, PullStartedMessage args) { - if (args.PullerUid != uid) + if (args.Puller.Owner != uid) return; - if (TryComp(args.PullerUid, out var pullerComp) && !pullerComp.NeedsHands) + if (TryComp(args.Puller.Owner, out var pullerComp) && !pullerComp.NeedsHands) return; - if (!_virtualItemSystem.TrySpawnVirtualItemInHand(args.PulledUid, uid)) + if (!_virtualItemSystem.TrySpawnVirtualItemInHand(args.Pulled.Owner, uid)) { DebugTools.Assert("Unable to find available hand when starting pulling??"); } @@ -141,7 +142,7 @@ private void HandlePullStarted(EntityUid uid, HandsComponent component, PullStar private void HandlePullStopped(EntityUid uid, HandsComponent component, PullStoppedMessage args) { - if (args.PullerUid != uid) + if (args.Puller.Owner != uid) return; // Try find hand that is doing this pull. @@ -150,10 +151,8 @@ private void HandlePullStopped(EntityUid uid, HandsComponent component, PullStop { if (hand.HeldEntity == null || !TryComp(hand.HeldEntity, out VirtualItemComponent? virtualItem) - || virtualItem.BlockingEntity != args.PulledUid) - { + || virtualItem.BlockingEntity != args.Pulled.Owner) continue; - } QueueDel(hand.HeldEntity.Value); break; diff --git a/Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs b/Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs index d276be7218..64a72b13cf 100644 --- a/Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs +++ b/Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs @@ -1,5 +1,4 @@ using Content.Shared.Pulling; -using PullingSystem = Content.Shared.Movement.Pulling.Systems.PullingSystem; namespace Content.Server.NPC.HTN.Preconditions; @@ -8,14 +7,14 @@ namespace Content.Server.NPC.HTN.Preconditions; /// public sealed partial class PulledPrecondition : HTNPrecondition { - private PullingSystem _pulling = default!; + private SharedPullingSystem _pulling = default!; [ViewVariables(VVAccess.ReadWrite)] [DataField("isPulled")] public bool IsPulled = true; public override void Initialize(IEntitySystemManager sysManager) { base.Initialize(sysManager); - _pulling = sysManager.GetEntitySystem(); + _pulling = sysManager.GetEntitySystem(); } public override bool IsMet(NPCBlackboard blackboard) diff --git a/Content.Server/Objectives/Systems/StealConditionSystem.cs b/Content.Server/Objectives/Systems/StealConditionSystem.cs index 0fe6f0947c..02d4ee010b 100644 --- a/Content.Server/Objectives/Systems/StealConditionSystem.cs +++ b/Content.Server/Objectives/Systems/StealConditionSystem.cs @@ -6,10 +6,11 @@ using Robust.Shared.Containers; using Robust.Shared.Prototypes; using Robust.Shared.Random; +using Content.Shared.Pulling.Components; +using Content.Shared.Objectives; using Content.Shared.Mind.Components; using Content.Shared.Mobs.Systems; using Content.Shared.Mobs.Components; -using Content.Shared.Movement.Pulling.Components; namespace Content.Server.Objectives.Systems; @@ -99,19 +100,19 @@ private float GetProgress(MindComponent mind, StealConditionComponent condition) var count = 0; //check pulling object - if (TryComp(mind.OwnedEntity, out var pull)) //TO DO: to make the code prettier? don't like the repetition + if (TryComp(mind.OwnedEntity, out var pull)) //TO DO: to make the code prettier? don't like the repetition { - var pulledEntity = pull.Pulling; - if (pulledEntity != null) + var pullid = pull.Pulling; + if (pullid != null) { // check if this is the item - if (CheckStealTarget(pulledEntity.Value, condition)) count++; + if (CheckStealTarget(pullid.Value, condition)) count++; //we don't check the inventories of sentient entity - if (!HasComp(pulledEntity)) + if (!TryComp(pullid, out var pullMind)) { // if it is a container check its contents - if (_containerQuery.TryGetComponent(pulledEntity, out var containerManager)) + if (_containerQuery.TryGetComponent(pullid, out var containerManager)) stack.Push(containerManager); } } diff --git a/Content.Server/Physics/Controllers/PullController.cs b/Content.Server/Physics/Controllers/PullController.cs new file mode 100644 index 0000000000..8f58f807aa --- /dev/null +++ b/Content.Server/Physics/Controllers/PullController.cs @@ -0,0 +1,207 @@ +using System.Numerics; +using Content.Shared.ActionBlocker; +using Content.Shared.Gravity; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; +using Content.Shared.Rotatable; +using Robust.Shared.Physics; +using Robust.Shared.Physics.Components; +using Robust.Shared.Physics.Controllers; + +namespace Content.Server.Physics.Controllers +{ + public sealed class PullController : VirtualController + { + // Parameterization for pulling: + // Speeds. Note that the speed is mass-independent (multiplied by mass). + // Instead, tuning to mass is done via the mass values below. + // Note that setting the speed too high results in overshoots (stabilized by drag, but bad) + private const float AccelModifierHigh = 15f; + private const float AccelModifierLow = 60.0f; + // High/low-mass marks. Curve is constant-lerp-constant, i.e. if you can even pull an item, + // you'll always get at least AccelModifierLow and no more than AccelModifierHigh. + private const float AccelModifierHighMass = 70.0f; // roundstart saltern emergency closet + private const float AccelModifierLowMass = 5.0f; // roundstart saltern emergency crowbar + // Used to control settling (turns off pulling). + private const float MaximumSettleVelocity = 0.1f; + private const float MaximumSettleDistance = 0.1f; + // Settle shutdown control. + // Mustn't be too massive, as that causes severe mispredicts *and can prevent it ever resolving*. + // Exists to bleed off "I pulled my crowbar" overshoots. + // Minimum velocity for shutdown to be necessary. This prevents stuff getting stuck b/c too much shutdown. + private const float SettleMinimumShutdownVelocity = 0.25f; + // Distance in which settle shutdown multiplier is at 0. It then scales upwards linearly with closer distances. + private const float SettleShutdownDistance = 1.0f; + // Velocity change of -LinearVelocity * frameTime * this + private const float SettleShutdownMultiplier = 20.0f; + + // How much you must move for the puller movement check to actually hit. + private const float MinimumMovementDistance = 0.005f; + + [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; + [Dependency] private readonly SharedPullingSystem _pullableSystem = default!; + [Dependency] private readonly SharedGravitySystem _gravity = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + + // TODO: Move this stuff to pullingsystem + /// + /// If distance between puller and pulled entity lower that this threshold, + /// pulled entity will not change its rotation. + /// Helps with small distance jittering + /// + private const float ThresholdRotDistance = 1; + + /// + /// If difference between puller and pulled angle lower that this threshold, + /// pulled entity will not change its rotation. + /// Helps with diagonal movement jittering + /// As of further adjustments, should divide cleanly into 90 degrees + /// + private const float ThresholdRotAngle = 22.5f; + + public override void Initialize() + { + UpdatesAfter.Add(typeof(MoverController)); + SubscribeLocalEvent(OnPullerMove); + + base.Initialize(); + } + + private void OnPullerMove(EntityUid uid, SharedPullerComponent component, ref MoveEvent args) + { + if (component.Pulling is not { } pullable || !TryComp(pullable, out var pullableComponent)) + return; + + UpdatePulledRotation(uid, pullable); + + if (args.NewPosition.EntityId == args.OldPosition.EntityId && + (args.NewPosition.Position - args.OldPosition.Position).LengthSquared() < MinimumMovementDistance * MinimumMovementDistance) + return; + + if (TryComp(pullable, out var physics)) + PhysicsSystem.WakeBody(pullable, body: physics); + + _pullableSystem.StopMoveTo(pullableComponent); + } + + private void UpdatePulledRotation(EntityUid puller, EntityUid pulled) + { + // TODO: update once ComponentReference works with directed event bus. + if (!TryComp(pulled, out RotatableComponent? rotatable)) + return; + + if (!rotatable.RotateWhilePulling) + return; + + var xforms = GetEntityQuery(); + var pulledXform = xforms.GetComponent(pulled); + var pullerXform = xforms.GetComponent(puller); + + var pullerData = TransformSystem.GetWorldPositionRotation(pullerXform, xforms); + var pulledData = TransformSystem.GetWorldPositionRotation(pulledXform, xforms); + + var dir = pullerData.WorldPosition - pulledData.WorldPosition; + if (dir.LengthSquared() > ThresholdRotDistance * ThresholdRotDistance) + { + var oldAngle = pulledData.WorldRotation; + var newAngle = Angle.FromWorldVec(dir); + + var diff = newAngle - oldAngle; + if (Math.Abs(diff.Degrees) > ThresholdRotAngle / 2f) + { + // Ok, so this bit is difficult because ideally it would look like it's snapping to sane angles. + // Otherwise PIANO DOOR STUCK! happens. + // But it also needs to work with station rotation / align to the local parent. + // So... + var baseRotation = pulledData.WorldRotation - pulledXform.LocalRotation; + var localRotation = newAngle - baseRotation; + var localRotationSnapped = Angle.FromDegrees(Math.Floor((localRotation.Degrees / ThresholdRotAngle) + 0.5f) * ThresholdRotAngle); + TransformSystem.SetLocalRotation(pulledXform, localRotationSnapped); + } + } + } + + public override void UpdateBeforeSolve(bool prediction, float frameTime) + { + base.UpdateBeforeSolve(prediction, frameTime); + + foreach (var pullable in _pullableSystem.Moving) + { + // There's a 1-frame delay between stopping moving something and it leaving the Moving set. + // This can include if leaving the Moving set due to not being pulled anymore, + // or due to being deleted. + + if (pullable.Deleted) + continue; + + if (pullable.MovingTo == null) + continue; + + if (pullable.Puller is not {Valid: true} puller) + continue; + + var pullableEnt = pullable.Owner; + var pullableXform = Transform(pullableEnt); + var pullerXform = Transform(puller); + + // Now that's over with... + + var pullerPosition = pullerXform.MapPosition; + var movingTo = pullable.MovingTo.Value.ToMap(EntityManager, _transform); + if (movingTo.MapId != pullerPosition.MapId) + { + _pullableSystem.StopMoveTo(pullable); + continue; + } + + if (!TryComp(pullableEnt, out var physics) || + physics.BodyType == BodyType.Static || + movingTo.MapId != pullableXform.MapID) + { + _pullableSystem.StopMoveTo(pullable); + continue; + } + + var movingPosition = movingTo.Position; + var ownerPosition = pullableXform.MapPosition.Position; + + var diff = movingPosition - ownerPosition; + var diffLength = diff.Length(); + + if (diffLength < MaximumSettleDistance && physics.LinearVelocity.Length() < MaximumSettleVelocity) + { + PhysicsSystem.SetLinearVelocity(pullableEnt, Vector2.Zero, body: physics); + _pullableSystem.StopMoveTo(pullable); + continue; + } + + var impulseModifierLerp = Math.Min(1.0f, Math.Max(0.0f, (physics.Mass - AccelModifierLowMass) / (AccelModifierHighMass - AccelModifierLowMass))); + var impulseModifier = MathHelper.Lerp(AccelModifierLow, AccelModifierHigh, impulseModifierLerp); + var multiplier = diffLength < 1 ? impulseModifier * diffLength : impulseModifier; + // Note the implication that the real rules of physics don't apply to pulling control. + var accel = diff.Normalized() * multiplier; + // Now for the part where velocity gets shutdown... + if (diffLength < SettleShutdownDistance && physics.LinearVelocity.Length() >= SettleMinimumShutdownVelocity) + { + // Shutdown velocity increases as we get closer to centre + var scaling = (SettleShutdownDistance - diffLength) / SettleShutdownDistance; + accel -= physics.LinearVelocity * SettleShutdownMultiplier * scaling; + } + + PhysicsSystem.WakeBody(pullableEnt, body: physics); + + var impulse = accel * physics.Mass * frameTime; + PhysicsSystem.ApplyLinearImpulse(pullableEnt, impulse, body: physics); + + // if the puller is weightless or can't move, then we apply the inverse impulse (Newton's third law). + // doing it under gravity produces an unsatisfying wiggling when pulling. + // If player can't move, assume they are on a chair and we need to prevent pull-moving. + if ((_gravity.IsWeightless(puller) && pullerXform.GridUid == null) || !_actionBlockerSystem.CanMove(puller)) + { + PhysicsSystem.WakeBody(puller); + PhysicsSystem.ApplyLinearImpulse(puller, -impulse); + } + } + } + } +} diff --git a/Content.Server/Pulling/PullingSystem.cs b/Content.Server/Pulling/PullingSystem.cs new file mode 100644 index 0000000000..69bb7c9370 --- /dev/null +++ b/Content.Server/Pulling/PullingSystem.cs @@ -0,0 +1,48 @@ +using Content.Shared.Input; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; +using JetBrains.Annotations; +using Robust.Server.GameObjects; +using Robust.Shared.Input.Binding; +using Robust.Shared.Player; + +namespace Content.Server.Pulling +{ + [UsedImplicitly] + public sealed class PullingSystem : SharedPullingSystem + { + public override void Initialize() + { + base.Initialize(); + + UpdatesAfter.Add(typeof(PhysicsSystem)); + + SubscribeLocalEvent(OnPullableMove); + SubscribeLocalEvent(OnPullableStopMove); + + CommandBinds.Builder + .Bind(ContentKeyFunctions.ReleasePulledObject, InputCmdHandler.FromDelegate(HandleReleasePulledObject)) + .Register(); + } + + private void HandleReleasePulledObject(ICommonSession? session) + { + if (session?.AttachedEntity is not {Valid: true} player) + { + return; + } + + if (!TryGetPulled(player, out var pulled)) + { + return; + } + + if (!EntityManager.TryGetComponent(pulled.Value, out SharedPullableComponent? pullable)) + { + return; + } + + TryStopPull(pullable); + } + } +} diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs index 9976d56da0..239b674160 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Triggers/Systems/ArtifactInteractionTriggerSystem.cs @@ -1,6 +1,6 @@ using Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components; using Content.Shared.Interaction; -using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Physics.Pull; using Content.Shared.Weapons.Melee.Events; namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Systems; @@ -22,7 +22,7 @@ private void OnPull(EntityUid uid, ArtifactInteractionTriggerComponent component if (!component.PullActivation) return; - _artifactSystem.TryActivateArtifact(uid, args.PullerUid); + _artifactSystem.TryActivateArtifact(uid, args.Puller.Owner); } private void OnAttack(EntityUid uid, ArtifactInteractionTriggerComponent component, AttackedEvent args) diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index 09592c391f..1b4f2f1c5b 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -26,12 +26,12 @@ using Content.Shared.Mobs; using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Systems; -using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; using Content.Shared.Nutrition.AnimalHusbandry; using Content.Shared.Nutrition.Components; using Content.Shared.Popups; using Content.Shared.Roles; +using Content.Shared.Pulling.Components; using Content.Shared.Weapons.Melee; using Content.Shared.Zombies; using Content.Shared.Prying.Components; @@ -59,6 +59,7 @@ public sealed partial class ZombieSystem [Dependency] private readonly IChatManager _chatMan = default!; [Dependency] private readonly MindSystem _mind = default!; [Dependency] private readonly SharedRoleSystem _roles = default!; + [Dependency] private readonly MobThresholdSystem _mobThreshold = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly ActionsSystem _actions = default!; // DeltaV - No psionic zombies @@ -278,9 +279,7 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null) RemComp(target, handsComp); } - // Sloth: What the fuck? - // How long until compregistry lmao. - RemComp(target); + RemComp(target); // No longer waiting to become a zombie: // Requires deferral because this is (probably) the event which called ZombifyEntity in the first place. diff --git a/Content.Shared/Administration/AdminFrozenSystem.cs b/Content.Shared/Administration/AdminFrozenSystem.cs index 4ec9600b0b..14438cc591 100644 --- a/Content.Shared/Administration/AdminFrozenSystem.cs +++ b/Content.Shared/Administration/AdminFrozenSystem.cs @@ -1,10 +1,13 @@ using Content.Shared.ActionBlocker; using Content.Shared.Interaction.Events; using Content.Shared.Item; +using Content.Shared.Movement; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Events; -using Content.Shared.Movement.Pulling.Systems; +using Content.Shared.Physics.Pull; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; +using Content.Shared.Pulling.Events; +using Content.Shared.Stunnable; using Content.Shared.Throwing; namespace Content.Shared.Administration; @@ -12,7 +15,7 @@ namespace Content.Shared.Administration; public sealed class AdminFrozenSystem : EntitySystem { [Dependency] private readonly ActionBlockerSystem _blocker = default!; - [Dependency] private readonly PullingSystem _pulling = default!; + [Dependency] private readonly SharedPullingSystem _pulling = default!; public override void Initialize() { @@ -42,9 +45,9 @@ private void OnPullAttempt(EntityUid uid, AdminFrozenComponent component, PullAt private void OnStartup(EntityUid uid, AdminFrozenComponent component, ComponentStartup args) { - if (TryComp(uid, out var pullable)) + if (TryComp(uid, out var pullable)) { - _pulling.TryStopPull(uid, pullable); + _pulling.TryStopPull(pullable); } UpdateCanMove(uid, component, args); diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 7c85c5a631..731b2892aa 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -11,6 +11,7 @@ using Content.Shared.Mobs.Components; using Content.Shared.Movement.Events; using Content.Shared.Popups; +using Content.Shared.Pulling.Components; using Content.Shared.Standing; using Content.Shared.Storage.Components; using Content.Shared.Stunnable; @@ -19,7 +20,6 @@ using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; using Robust.Shared.Utility; -using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Buckle; @@ -356,11 +356,11 @@ public bool TryBuckle(EntityUid buckleUid, EntityUid userUid, EntityUid strapUid RaiseLocalEvent(ev.BuckledEntity, ref ev); RaiseLocalEvent(ev.StrapEntity, ref ev); - if (TryComp(buckleUid, out var ownerPullable)) + if (TryComp(buckleUid, out var ownerPullable)) { if (ownerPullable.Puller != null) { - _pulling.TryStopPull(buckleUid, ownerPullable); + _pulling.TryStopPull(ownerPullable); } } @@ -369,12 +369,12 @@ public bool TryBuckle(EntityUid buckleUid, EntityUid userUid, EntityUid strapUid _physics.ResetDynamics(physics); } - if (!buckleComp.PullStrap && TryComp(strapUid, out var toPullable)) + if (!buckleComp.PullStrap && TryComp(strapUid, out var toPullable)) { if (toPullable.Puller == buckleUid) { // can't pull it and buckle to it at the same time - _pulling.TryStopPull(strapUid, toPullable); + _pulling.TryStopPull(toPullable); } } diff --git a/Content.Shared/Buckle/SharedBuckleSystem.cs b/Content.Shared/Buckle/SharedBuckleSystem.cs index 67218657e5..8f68335663 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.cs @@ -15,7 +15,6 @@ using Robust.Shared.Physics.Systems; using Robust.Shared.Player; using Robust.Shared.Timing; -using PullingSystem = Content.Shared.Movement.Pulling.Systems.PullingSystem; namespace Content.Shared.Buckle; @@ -36,7 +35,7 @@ public abstract partial class SharedBuckleSystem : EntitySystem [Dependency] private readonly SharedInteractionSystem _interaction = default!; [Dependency] private readonly SharedJointSystem _joints = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; - [Dependency] private readonly PullingSystem _pulling = default!; + [Dependency] private readonly SharedPullingSystem _pulling = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly StandingStateSystem _standing = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; diff --git a/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs b/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs index cc21507461..b40c049562 100644 --- a/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs +++ b/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs @@ -6,15 +6,16 @@ using Content.Shared.Database; using Content.Shared.DoAfter; using Content.Shared.Interaction; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Popups; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; using Content.Shared.Tools; using Content.Shared.Tools.Components; using Robust.Shared.Map; using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Content.Shared.Tag; +using Robust.Shared.Player; using Robust.Shared.Serialization; using Robust.Shared.Utility; using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; @@ -26,7 +27,7 @@ public sealed partial class AnchorableSystem : EntitySystem [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; - [Dependency] private readonly PullingSystem _pulling = default!; + [Dependency] private readonly SharedPullingSystem _pulling = default!; [Dependency] private readonly SharedToolSystem _tool = default!; [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly TagSystem _tagSystem = default!; @@ -128,9 +129,9 @@ private void OnAnchorComplete(EntityUid uid, AnchorableComponent component, TryA var rot = xform.LocalRotation; xform.LocalRotation = Math.Round(rot / (Math.PI / 2)) * (Math.PI / 2); - if (TryComp(uid, out var pullable) && pullable.Puller != null) + if (TryComp(uid, out var pullable) && pullable.Puller != null) { - _pulling.TryStopPull(uid, pullable); + _pulling.TryStopPull(pullable); } // TODO: Anchoring snaps rn anyway! @@ -171,7 +172,7 @@ private void OnAnchorComplete(EntityUid uid, AnchorableComponent component, TryA public void TryToggleAnchor(EntityUid uid, EntityUid userUid, EntityUid usingUid, AnchorableComponent? anchorable = null, TransformComponent? transform = null, - PullableComponent? pullable = null, + SharedPullableComponent? pullable = null, ToolComponent? usingTool = null) { if (!Resolve(uid, ref transform)) @@ -200,7 +201,7 @@ public void TryToggleAnchor(EntityUid uid, EntityUid userUid, EntityUid usingUid private void TryAnchor(EntityUid uid, EntityUid userUid, EntityUid usingUid, AnchorableComponent? anchorable = null, TransformComponent? transform = null, - PullableComponent? pullable = null, + SharedPullableComponent? pullable = null, ToolComponent? usingTool = null) { if (!Resolve(uid, ref anchorable, ref transform)) diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 7118b8e5cb..99657c87aa 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -22,8 +22,9 @@ using Content.Shared.Item; using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Physics.Pull; using Content.Shared.Popups; +using Content.Shared.Pulling.Components; using Content.Shared.Pulling.Events; using Content.Shared.Rejuvenate; using Content.Shared.Stunnable; @@ -35,7 +36,6 @@ using Robust.Shared.Network; using Robust.Shared.Player; using Robust.Shared.Serialization; -using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Cuffs { @@ -70,7 +70,7 @@ public override void Initialize() SubscribeLocalEvent(OnCuffsInsertedIntoContainer); SubscribeLocalEvent(OnRejuvenate); SubscribeLocalEvent(OnStartup); - SubscribeLocalEvent(HandleStopPull); + SubscribeLocalEvent(HandleStopPull); SubscribeLocalEvent(HandleMoveAttempt); SubscribeLocalEvent(OnEquipAttempt); SubscribeLocalEvent(OnUnequipAttempt); @@ -182,7 +182,7 @@ public void UpdateCuffState(EntityUid uid, CuffableComponent component) private void OnBeingPulledAttempt(EntityUid uid, CuffableComponent component, BeingPulledAttemptEvent args) { - if (!TryComp(uid, out var pullable)) + if (!TryComp(uid, out var pullable)) return; if (pullable.Puller != null && !component.CanStillInteract) // If we are being pulled already and cuffed, we can't get pulled again. @@ -214,19 +214,19 @@ private void OnPull(EntityUid uid, CuffableComponent component, PullMessage args private void HandleMoveAttempt(EntityUid uid, CuffableComponent component, UpdateCanMoveEvent args) { - if (component.CanStillInteract || !EntityManager.TryGetComponent(uid, out PullableComponent? pullable) || !pullable.BeingPulled) + if (component.CanStillInteract || !EntityManager.TryGetComponent(uid, out SharedPullableComponent? pullable) || !pullable.BeingPulled) return; args.Cancel(); } - private void HandleStopPull(EntityUid uid, CuffableComponent component, AttemptStopPullingEvent args) + private void HandleStopPull(EntityUid uid, CuffableComponent component, StopPullingEvent args) { if (args.User == null || !Exists(args.User.Value)) return; if (args.User.Value == uid && !component.CanStillInteract) - args.Cancelled = true; + args.Cancel(); } private void AddUncuffVerb(EntityUid uid, CuffableComponent component, GetVerbsEvent args) diff --git a/Content.Shared/Follower/FollowerSystem.cs b/Content.Shared/Follower/FollowerSystem.cs index fc7cccf9bd..5656778a3f 100644 --- a/Content.Shared/Follower/FollowerSystem.cs +++ b/Content.Shared/Follower/FollowerSystem.cs @@ -4,8 +4,8 @@ using Content.Shared.Ghost; using Content.Shared.Hands; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Pulling.Events; using Content.Shared.Movement.Systems; +using Content.Shared.Physics.Pull; using Content.Shared.Tag; using Content.Shared.Verbs; using Robust.Shared.Containers; diff --git a/Content.Shared/Friction/TileFrictionController.cs b/Content.Shared/Friction/TileFrictionController.cs index ae9f32819a..472f5b574b 100644 --- a/Content.Shared/Friction/TileFrictionController.cs +++ b/Content.Shared/Friction/TileFrictionController.cs @@ -2,8 +2,8 @@ using Content.Shared.CCVar; using Content.Shared.Gravity; using Content.Shared.Movement.Events; -using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; +using Content.Shared.Pulling.Components; using JetBrains.Annotations; using Robust.Shared.Configuration; using Robust.Shared.Map; @@ -23,12 +23,6 @@ public sealed class TileFrictionController : VirtualController [Dependency] private readonly SharedMoverController _mover = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; - private EntityQuery _frictionQuery; - private EntityQuery _xformQuery; - private EntityQuery _pullerQuery; - private EntityQuery _pullableQuery; - private EntityQuery _gridQuery; - private float _stopSpeed; private float _frictionModifier; public const float DefaultFriction = 0.3f; @@ -37,12 +31,6 @@ public override void Initialize() { base.Initialize(); - _frictionQuery = GetEntityQuery(); - _xformQuery = GetEntityQuery(); - _pullerQuery = GetEntityQuery(); - _pullableQuery = GetEntityQuery(); - _gridQuery = GetEntityQuery(); - _configManager.OnValueChanged(CCVars.TileFrictionModifier, SetFrictionModifier, true); _configManager.OnValueChanged(CCVars.StopSpeed, SetStopSpeed, true); } @@ -63,6 +51,12 @@ public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent m { base.UpdateBeforeMapSolve(prediction, mapComponent, frameTime); + var frictionQuery = GetEntityQuery(); + var xformQuery = GetEntityQuery(); + var pullerQuery = GetEntityQuery(); + var pullableQuery = GetEntityQuery(); + var gridQuery = GetEntityQuery(); + foreach (var body in mapComponent.AwakeBodies) { var uid = body.Owner; @@ -78,16 +72,16 @@ public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent m if (body.LinearVelocity.Equals(Vector2.Zero) && body.AngularVelocity.Equals(0f)) continue; - if (!_xformQuery.TryGetComponent(uid, out var xform)) + if (!xformQuery.TryGetComponent(uid, out var xform)) { Log.Error($"Unable to get transform for {ToPrettyString(uid)} in tilefrictioncontroller"); continue; } - var surfaceFriction = GetTileFriction(uid, body, xform); + var surfaceFriction = GetTileFriction(uid, body, xform, gridQuery, frictionQuery); var bodyModifier = 1f; - if (_frictionQuery.TryGetComponent(uid, out var frictionComp)) + if (frictionQuery.TryGetComponent(uid, out var frictionComp)) { bodyModifier = frictionComp.Modifier; } @@ -100,8 +94,8 @@ public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent m // If we're sandwiched between 2 pullers reduce friction // Might be better to make this dynamic and check how many are in the pull chain? // Either way should be much faster for now. - if (_pullerQuery.TryGetComponent(uid, out var puller) && puller.Pulling != null && - _pullableQuery.TryGetComponent(uid, out var pullable) && pullable.BeingPulled) + if (pullerQuery.TryGetComponent(uid, out var puller) && puller.Pulling != null && + pullableQuery.TryGetComponent(uid, out var pullable) && pullable.BeingPulled) { bodyModifier *= 0.2f; } @@ -181,7 +175,9 @@ private void ReduceAngularVelocity(EntityUid uid, bool prediction, PhysicsCompon private float GetTileFriction( EntityUid uid, PhysicsComponent body, - TransformComponent xform) + TransformComponent xform, + EntityQuery gridQuery, + EntityQuery frictionQuery) { // TODO: Make IsWeightless event-based; we already have grid traversals tracked so just raise events if (_gravity.IsWeightless(uid, body, xform)) @@ -191,9 +187,9 @@ private float GetTileFriction( return 0.0f; // If not on a grid then return the map's friction. - if (!_gridQuery.TryGetComponent(xform.GridUid, out var grid)) + if (!gridQuery.TryGetComponent(xform.GridUid, out var grid)) { - return _frictionQuery.TryGetComponent(xform.MapUid, out var friction) + return frictionQuery.TryGetComponent(xform.MapUid, out var friction) ? friction.Modifier : DefaultFriction; } @@ -213,7 +209,7 @@ private float GetTileFriction( while (anc.MoveNext(out var tileEnt)) { - if (_frictionQuery.TryGetComponent(tileEnt, out var friction)) + if (frictionQuery.TryGetComponent(tileEnt, out var friction)) return friction.Modifier; } diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 29cf8d6d12..75063c5550 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -15,10 +15,10 @@ using Content.Shared.Inventory.Events; using Content.Shared.Item; using Content.Shared.Movement.Components; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Physics; using Content.Shared.Popups; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; using Content.Shared.Tag; using Content.Shared.Timing; using Content.Shared.Verbs; @@ -60,7 +60,7 @@ public abstract partial class SharedInteractionSystem : EntitySystem [Dependency] private readonly SharedVerbSystem _verbSystem = default!; [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly UseDelaySystem _useDelay = default!; - [Dependency] private readonly PullingSystem _pullSystem = default!; + [Dependency] private readonly SharedPullingSystem _pullSystem = default!; [Dependency] private readonly InventorySystem _inventory = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly TagSystem _tagSystem = default!; @@ -185,10 +185,10 @@ private bool HandleTryPullObject(ICommonSession? session, EntityCoordinates coor if (!InRangeUnobstructed(userEntity.Value, uid, popup: true)) return false; - if (!TryComp(uid, out PullableComponent? pull)) + if (!TryComp(uid, out SharedPullableComponent? pull)) return false; - _pullSystem.TogglePull(uid, userEntity.Value, pull); + _pullSystem.TogglePull(userEntity.Value, pull); return false; } diff --git a/Content.Shared/Movement/Pulling/Components/PullableComponent.cs b/Content.Shared/Movement/Pulling/Components/PullableComponent.cs deleted file mode 100644 index db889e7e3b..0000000000 --- a/Content.Shared/Movement/Pulling/Components/PullableComponent.cs +++ /dev/null @@ -1,39 +0,0 @@ -using Robust.Shared.GameStates; - -namespace Content.Shared.Movement.Pulling.Components; - -/// -/// Specifies an entity as being pullable by an entity with -/// -[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] -[Access(typeof(Systems.PullingSystem))] -public sealed partial class PullableComponent : Component -{ - /// - /// The current entity pulling this component. - /// - [AutoNetworkedField, DataField] - public EntityUid? Puller; - - /// - /// The pull joint. - /// - [AutoNetworkedField, DataField] - public string? PullJointId; - - public bool BeingPulled => Puller != null; - - /// - /// If the physics component has FixedRotation should we keep it upon being pulled - /// - [Access(typeof(Systems.PullingSystem), Other = AccessPermissions.ReadExecute)] - [ViewVariables(VVAccess.ReadWrite), DataField("fixedRotation")] - public bool FixedRotationOnPull; - - /// - /// What the pullable's fixedrotation was set to before being pulled. - /// - [Access(typeof(Systems.PullingSystem), Other = AccessPermissions.ReadExecute)] - [AutoNetworkedField, DataField] - public bool PrevFixedRotation; -} diff --git a/Content.Shared/Movement/Pulling/Components/PullerComponent.cs b/Content.Shared/Movement/Pulling/Components/PullerComponent.cs deleted file mode 100644 index 1fc9b731bd..0000000000 --- a/Content.Shared/Movement/Pulling/Components/PullerComponent.cs +++ /dev/null @@ -1,41 +0,0 @@ -using Content.Shared.Movement.Pulling.Systems; -using Robust.Shared.GameStates; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; - -namespace Content.Shared.Movement.Pulling.Components; - -/// -/// Specifies an entity as being able to pull another entity with -/// -[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] -[Access(typeof(PullingSystem))] -public sealed partial class PullerComponent : Component -{ - // My raiding guild - /// - /// Next time the puller can throw what is being pulled. - /// Used to avoid spamming it for infinite spin + velocity. - /// - [DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoNetworkedField] - public TimeSpan NextThrow; - - [DataField] - public TimeSpan ThrowCooldown = TimeSpan.FromSeconds(1); - - // Before changing how this is updated, please see SharedPullerSystem.RefreshMovementSpeed - public float WalkSpeedModifier => Pulling == default ? 1.0f : 0.95f; - - public float SprintSpeedModifier => Pulling == default ? 1.0f : 0.95f; - - /// - /// Entity currently being pulled if applicable. - /// - [AutoNetworkedField, DataField] - public EntityUid? Pulling; - - /// - /// Does this entity need hands to be able to pull something? - /// - [DataField] - public bool NeedsHands = true; -} diff --git a/Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs b/Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs deleted file mode 100644 index b0101c4699..0000000000 --- a/Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Robust.Shared.Physics.Components; - -namespace Content.Shared.Movement.Pulling.Events; - -/// -/// Raised directed on puller and pullable to determine if it can be pulled. -/// -public sealed class PullAttemptEvent : PullMessage -{ - public PullAttemptEvent(EntityUid pullerUid, EntityUid pullableUid) : base(pullerUid, pullableUid) { } - - public bool Cancelled { get; set; } -} diff --git a/Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs b/Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs deleted file mode 100644 index cd7edc5f62..0000000000 --- a/Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Content.Shared.Pulling.Events; - -/// -/// Raised when a request is made to stop pulling an entity. -/// -public record struct AttemptStopPullingEvent(EntityUid? User = null) -{ - public readonly EntityUid? User = User; - public bool Cancelled; -} \ No newline at end of file diff --git a/Content.Shared/Movement/Pulling/Events/PullMessage.cs b/Content.Shared/Movement/Pulling/Events/PullMessage.cs deleted file mode 100644 index a427e448d5..0000000000 --- a/Content.Shared/Movement/Pulling/Events/PullMessage.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Content.Shared.Movement.Pulling.Events; - -public abstract class PullMessage : EntityEventArgs -{ - public readonly EntityUid PullerUid; - public readonly EntityUid PulledUid; - - protected PullMessage(EntityUid pullerUid, EntityUid pulledUid) - { - PullerUid = pullerUid; - PulledUid = pulledUid; - } -} diff --git a/Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs b/Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs deleted file mode 100644 index 29460e1dfc..0000000000 --- a/Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Content.Shared.Movement.Pulling.Events; - -public sealed class PullStartedMessage : PullMessage -{ - public PullStartedMessage(EntityUid pullerUid, EntityUid pullableUid) : - base(pullerUid, pullableUid) - { - } -} diff --git a/Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs b/Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs deleted file mode 100644 index 47aa34562f..0000000000 --- a/Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Robust.Shared.Physics.Components; - -namespace Content.Shared.Movement.Pulling.Events; - -/// -/// Raised directed on both puller and pullable. -/// -public sealed class PullStoppedMessage : PullMessage -{ - public PullStoppedMessage(EntityUid pullerUid, EntityUid pulledUid) : base(pullerUid, pulledUid) - { - } -} diff --git a/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs b/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs deleted file mode 100644 index 8ed06ca8c9..0000000000 --- a/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs +++ /dev/null @@ -1,455 +0,0 @@ -using System.Numerics; -using Content.Shared.ActionBlocker; -using Content.Shared.Administration.Logs; -using Content.Shared.Alert; -using Content.Shared.Buckle.Components; -using Content.Shared.Database; -using Content.Shared.Hands; -using Content.Shared.Hands.EntitySystems; -using Content.Shared.Input; -using Content.Shared.Interaction; -using Content.Shared.Movement.Events; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Events; -using Content.Shared.Movement.Systems; -using Content.Shared.Pulling.Events; -using Content.Shared.Throwing; -using Content.Shared.Verbs; -using Robust.Shared.Containers; -using Robust.Shared.Input.Binding; -using Robust.Shared.Map; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Components; -using Robust.Shared.Physics.Events; -using Robust.Shared.Physics.Systems; -using Robust.Shared.Player; -using Robust.Shared.Timing; - -namespace Content.Shared.Movement.Pulling.Systems; - -/// -/// Allows one entity to pull another behind them via a physics distance joint. -/// -public sealed class PullingSystem : EntitySystem -{ - [Dependency] private readonly IGameTiming _timing = default!; - [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; - [Dependency] private readonly ActionBlockerSystem _blocker = default!; - [Dependency] private readonly AlertsSystem _alertsSystem = default!; - [Dependency] private readonly MovementSpeedModifierSystem _modifierSystem = default!; - [Dependency] private readonly SharedJointSystem _joints = default!; - [Dependency] private readonly SharedContainerSystem _containerSystem = default!; - [Dependency] private readonly SharedHandsSystem _handsSystem = default!; - [Dependency] private readonly SharedInteractionSystem _interaction = default!; - [Dependency] private readonly SharedPhysicsSystem _physics = default!; - [Dependency] private readonly SharedTransformSystem _xformSys = default!; - [Dependency] private readonly ThrowingSystem _throwing = default!; - - public override void Initialize() - { - base.Initialize(); - - UpdatesAfter.Add(typeof(SharedPhysicsSystem)); - UpdatesOutsidePrediction = true; - - SubscribeLocalEvent(OnPullableMoveInput); - SubscribeLocalEvent(OnPullableCollisionChange); - SubscribeLocalEvent(OnJointRemoved); - SubscribeLocalEvent>(AddPullVerbs); - - SubscribeLocalEvent(OnPullerUnpaused); - SubscribeLocalEvent(OnVirtualItemDeleted); - SubscribeLocalEvent(OnRefreshMovespeed); - - CommandBinds.Builder - .Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(OnRequestMovePulledObject)) - .Bind(ContentKeyFunctions.ReleasePulledObject, InputCmdHandler.FromDelegate(OnReleasePulledObject)) - .Register(); - } - - public override void Shutdown() - { - base.Shutdown(); - CommandBinds.Unregister(); - } - - private void OnPullerUnpaused(EntityUid uid, PullerComponent component, ref EntityUnpausedEvent args) - { - component.NextThrow += args.PausedTime; - } - - private void OnVirtualItemDeleted(EntityUid uid, PullerComponent component, VirtualItemDeletedEvent args) - { - // If client deletes the virtual hand then stop the pull. - if (component.Pulling == null) - return; - - if (component.Pulling != args.BlockingEntity) - return; - - if (EntityManager.TryGetComponent(args.BlockingEntity, out PullableComponent? comp)) - { - TryStopPull(args.BlockingEntity, comp, uid); - } - } - - private void AddPullVerbs(EntityUid uid, PullableComponent component, GetVerbsEvent args) - { - if (!args.CanAccess || !args.CanInteract) - return; - - // Are they trying to pull themselves up by their bootstraps? - if (args.User == args.Target) - return; - - //TODO VERB ICONS add pulling icon - if (component.Puller == args.User) - { - Verb verb = new() - { - Text = Loc.GetString("pulling-verb-get-data-text-stop-pulling"), - Act = () => TryStopPull(uid, component, user: args.User), - DoContactInteraction = false // pulling handle its own contact interaction. - }; - args.Verbs.Add(verb); - } - else if (CanPull(args.User, args.Target)) - { - Verb verb = new() - { - Text = Loc.GetString("pulling-verb-get-data-text"), - Act = () => TryStartPull(args.User, args.Target), - DoContactInteraction = false // pulling handle its own contact interaction. - }; - args.Verbs.Add(verb); - } - } - - private void OnRefreshMovespeed(EntityUid uid, PullerComponent component, RefreshMovementSpeedModifiersEvent args) - { - args.ModifySpeed(component.WalkSpeedModifier, component.SprintSpeedModifier); - } - - private void OnPullableMoveInput(EntityUid uid, PullableComponent component, ref MoveInputEvent args) - { - // If someone moves then break their pulling. - if (!component.BeingPulled) - return; - - var entity = args.Entity; - - if (!_blocker.CanMove(entity)) - return; - - TryStopPull(uid, component, user: uid); - } - - private void OnPullableCollisionChange(EntityUid uid, PullableComponent component, ref CollisionChangeEvent args) - { - // IDK what this is supposed to be. - if (!_timing.ApplyingState && component.PullJointId != null && !args.CanCollide) - { - _joints.RemoveJoint(uid, component.PullJointId); - } - } - - private void OnJointRemoved(EntityUid uid, PullableComponent component, JointRemovedEvent args) - { - // Not relevant / pullable state handle it. - if (component.Puller != args.OtherEntity || - args.Joint.ID != component.PullJointId || - _timing.ApplyingState) - { - return; - } - - if (args.Joint.ID != component.PullJointId) - return; - - CleanupPulling(uid, component); - } - - private void CleanupPulling(EntityUid pullableUid, PullableComponent pullableComp) - { - // No more joints with puller -> force stop pull. - if (TryComp(pullableComp.Puller, out var pullerComp)) - { - pullerComp.Pulling = null; - Dirty(pullableComp.Puller.Value, pullerComp); - } - - pullableComp.PullJointId = null; - pullableComp.Puller = null; - Dirty(pullableUid, pullableComp); - } - - public bool IsPulled(EntityUid uid, PullableComponent? component = null) - { - return Resolve(uid, ref component, false) && component.BeingPulled; - } - - private bool OnRequestMovePulledObject(ICommonSession? session, EntityCoordinates coords, EntityUid uid) - { - if (session?.AttachedEntity is not { } player || - !player.IsValid()) - { - return false; - } - - if (!TryComp(player, out var pullerComp)) - return false; - - var pulled = pullerComp.Pulling; - - if (!HasComp(pulled)) - return false; - - if (_containerSystem.IsEntityInContainer(player)) - return false; - - // Cooldown buddy - if (_timing.CurTime < pullerComp.NextThrow) - return false; - - pullerComp.NextThrow = _timing.CurTime + pullerComp.ThrowCooldown; - - // Cap the distance - const float range = 2f; - var fromUserCoords = coords.WithEntityId(player, EntityManager); - var userCoords = new EntityCoordinates(player, Vector2.Zero); - - if (!userCoords.InRange(EntityManager, _xformSys, fromUserCoords, range)) - { - var userDirection = fromUserCoords.Position - userCoords.Position; - fromUserCoords = userCoords.Offset(userDirection.Normalized() * range); - } - - Dirty(player, pullerComp); - _throwing.TryThrow(pulled.Value, fromUserCoords, user: player, strength: 4f, animated: false, recoil: false, playSound: false); - return false; - } - - public bool IsPulling(EntityUid puller, PullerComponent? component = null) - { - return Resolve(puller, ref component, false) && component.Pulling != null; - } - - private void OnReleasePulledObject(ICommonSession? session) - { - if (session?.AttachedEntity is not {Valid: true} player) - { - return; - } - - if (!TryComp(player, out PullerComponent? pullerComp) || - !TryComp(pullerComp.Pulling, out PullableComponent? pullableComp)) - { - return; - } - - TryStopPull(pullerComp.Pulling.Value, pullableComp, user: player); - } - - public bool CanPull(EntityUid puller, EntityUid pullableUid, PullerComponent? pullerComp = null) - { - if (!Resolve(puller, ref pullerComp, false)) - { - return false; - } - - if (pullerComp.NeedsHands && !_handsSystem.TryGetEmptyHand(puller, out _)) - { - return false; - } - - if (!_blocker.CanInteract(puller, pullableUid)) - { - return false; - } - - if (!EntityManager.TryGetComponent(pullableUid, out var physics)) - { - return false; - } - - if (physics.BodyType == BodyType.Static) - { - return false; - } - - if (puller == pullableUid) - { - return false; - } - - if (!_containerSystem.IsInSameOrNoContainer(puller, pullableUid)) - { - return false; - } - - if (EntityManager.TryGetComponent(puller, out BuckleComponent? buckle)) - { - // Prevent people pulling the chair they're on, etc. - if (buckle is { PullStrap: false, Buckled: true } && (buckle.LastEntityBuckledTo == pullableUid)) - { - return false; - } - } - - var getPulled = new BeingPulledAttemptEvent(puller, pullableUid); - RaiseLocalEvent(pullableUid, getPulled, true); - var startPull = new StartPullAttemptEvent(puller, pullableUid); - RaiseLocalEvent(puller, startPull, true); - return !startPull.Cancelled && !getPulled.Cancelled; - } - - public bool TogglePull(EntityUid pullableUid, EntityUid pullerUid, PullableComponent pullable) - { - if (pullable.Puller == pullerUid) - { - return TryStopPull(pullableUid, pullable); - } - - return TryStartPull(pullerUid, pullableUid, pullableComp: pullable); - } - - public bool TogglePull(EntityUid pullerUid, PullerComponent puller) - { - if (!TryComp(puller.Pulling, out var pullable)) - return false; - - return TogglePull(puller.Pulling.Value, pullerUid, pullable); - } - - public bool TryStartPull(EntityUid pullerUid, EntityUid pullableUid, EntityUid? user = null, - PullerComponent? pullerComp = null, PullableComponent? pullableComp = null) - { - if (!Resolve(pullerUid, ref pullerComp, false) || - !Resolve(pullableUid, ref pullableComp, false)) - { - return false; - } - - if (pullerComp.Pulling == pullableUid) - return true; - - if (!CanPull(pullerUid, pullableUid)) - return false; - - if (!EntityManager.TryGetComponent(pullerUid, out var pullerPhysics) || - !EntityManager.TryGetComponent(pullableUid, out var pullablePhysics)) - { - return false; - } - - // Ensure that the puller is not currently pulling anything. - var oldPullable = pullerComp.Pulling; - - if (oldPullable != null) - { - // Well couldn't stop the old one. - if (!TryStopPull(oldPullable.Value, pullableComp, user)) - return false; - } - - var pullAttempt = new PullAttemptEvent(pullerUid, pullableUid); - RaiseLocalEvent(pullerUid, pullAttempt); - - if (pullAttempt.Cancelled) - return false; - - RaiseLocalEvent(pullableUid, pullAttempt); - - if (pullAttempt.Cancelled) - return false; - - // Pulling confirmed - - _interaction.DoContactInteraction(pullableUid, pullerUid); - - // Use net entity so it's consistent across client and server. - pullableComp.PullJointId = $"pull-joint-{GetNetEntity(pullableUid)}"; - - pullerComp.Pulling = pullableUid; - pullableComp.Puller = pullerUid; - - // joint state handling will manage its own state - if (!_timing.ApplyingState) - { - // Joint startup - var union = _physics.GetHardAABB(pullerUid).Union(_physics.GetHardAABB(pullableUid, body: pullablePhysics)); - var length = Math.Max((float) union.Size.X, (float) union.Size.Y) * 0.75f; - - var joint = _joints.CreateDistanceJoint(pullableUid, pullerUid, id: pullableComp.PullJointId); - joint.CollideConnected = false; - // This maximum has to be there because if the object is constrained too closely, the clamping goes backwards and asserts. - joint.MaxLength = Math.Max(1.0f, length); - joint.Length = length * 0.75f; - joint.MinLength = 0f; - joint.Stiffness = 1f; - - _physics.SetFixedRotation(pullableUid, pullableComp.FixedRotationOnPull, body: pullablePhysics); - } - - pullableComp.PrevFixedRotation = pullablePhysics.FixedRotation; - - // Messaging - var message = new PullStartedMessage(pullerUid, pullableUid); - _alertsSystem.ShowAlert(pullerUid, AlertType.Pulling); - _alertsSystem.ShowAlert(pullableUid, AlertType.Pulled); - - RaiseLocalEvent(pullerUid, message); - RaiseLocalEvent(pullableUid, message); - - Dirty(pullerUid, pullerComp); - Dirty(pullableUid, pullableComp); - - _adminLogger.Add(LogType.Action, LogImpact.Low, - $"{ToPrettyString(pullerUid):user} started pulling {ToPrettyString(pullableUid):target}"); - return true; - } - - public bool TryStopPull(EntityUid pullableUid, PullableComponent pullable, EntityUid? user = null) - { - var pullerUidNull = pullable.Puller; - - if (pullerUidNull == null) - return false; - - var pullerUid = pullerUidNull.Value; - var msg = new AttemptStopPullingEvent(user); - RaiseLocalEvent(pullableUid, msg, true); - - if (msg.Cancelled) - return false; - - // Stop pulling confirmed! - if (!_timing.ApplyingState) - { - if (TryComp(pullableUid, out var pullablePhysics)) - { - _physics.SetFixedRotation(pullableUid, pullable.PrevFixedRotation, body: pullablePhysics); - } - - // Joint shutdown - if (pullable.PullJointId != null) - { - _joints.RemoveJoint(pullableUid, pullable.PullJointId); - pullable.PullJointId = null; - } - } - - CleanupPulling(pullableUid, pullable); - - // Messaging - var message = new PullStoppedMessage(pullerUid, pullableUid); - _alertsSystem.ClearAlert(pullerUid, AlertType.Pulling); - _alertsSystem.ClearAlert(pullableUid, AlertType.Pulled); - _modifierSystem.RefreshMovementSpeedModifiers(pullerUid); - _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(pullerUid):user} stopped pulling {ToPrettyString(pullableUid):target}"); - - RaiseLocalEvent(pullerUid, message); - RaiseLocalEvent(pullableUid, message); - return true; - } -} diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 6a3dbb2864..7d5e24a15b 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -9,6 +9,7 @@ using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Components; using Content.Shared.Movement.Events; +using Content.Shared.Pulling.Components; using Content.Shared.Tag; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; @@ -22,7 +23,6 @@ using Robust.Shared.Physics.Systems; using Robust.Shared.Timing; using Robust.Shared.Utility; -using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Movement.Systems { @@ -53,7 +53,7 @@ public abstract partial class SharedMoverController : VirtualController protected EntityQuery ModifierQuery; protected EntityQuery PhysicsQuery; protected EntityQuery RelayQuery; - protected EntityQuery PullableQuery; + protected EntityQuery PullableQuery; protected EntityQuery XformQuery; protected EntityQuery CanMoveInAirQuery; protected EntityQuery NoRotateQuery; @@ -85,7 +85,7 @@ public override void Initialize() RelayTargetQuery = GetEntityQuery(); PhysicsQuery = GetEntityQuery(); RelayQuery = GetEntityQuery(); - PullableQuery = GetEntityQuery(); + PullableQuery = GetEntityQuery(); XformQuery = GetEntityQuery(); NoRotateQuery = GetEntityQuery(); CanMoveInAirQuery = GetEntityQuery(); @@ -381,7 +381,7 @@ private bool IsAroundCollider(SharedPhysicsSystem broadPhaseSystem, TransformCom !otherCollider.CanCollide || ((collider.CollisionMask & otherCollider.CollisionLayer) == 0 && (otherCollider.CollisionMask & collider.CollisionLayer) == 0) || - (TryComp(otherCollider.Owner, out PullableComponent? pullable) && pullable.BeingPulled)) + (TryComp(otherCollider.Owner, out SharedPullableComponent? pullable) && pullable.BeingPulled)) { continue; } diff --git a/Content.Shared/Pulling/Components/PullableComponent.cs b/Content.Shared/Pulling/Components/PullableComponent.cs new file mode 100644 index 0000000000..c5c3068869 --- /dev/null +++ b/Content.Shared/Pulling/Components/PullableComponent.cs @@ -0,0 +1,57 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Map; +using Robust.Shared.Serialization; + +namespace Content.Shared.Pulling.Components +{ + // Before you try to add another type than SharedPullingStateManagementSystem, consider the can of worms you may be opening! + [NetworkedComponent, AutoGenerateComponentState] + [Access(typeof(SharedPullingStateManagementSystem))] + [RegisterComponent] + public sealed partial class SharedPullableComponent : Component + { + /// + /// The current entity pulling this component. + /// + [DataField, AutoNetworkedField] + public EntityUid? Puller { get; set; } + + /// + /// The pull joint. + /// + [DataField, AutoNetworkedField] + public string? PullJointId { get; set; } + + public bool BeingPulled => Puller != null; + + [Access(typeof(SharedPullingStateManagementSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends + public EntityCoordinates? MovingTo { get; set; } + + /// + /// If the physics component has FixedRotation should we keep it upon being pulled + /// + [Access(typeof(SharedPullingSystem), Other = AccessPermissions.ReadExecute)] + [ViewVariables(VVAccess.ReadWrite), DataField("fixedRotation")] + public bool FixedRotationOnPull { get; set; } + + /// + /// What the pullable's fixedrotation was set to before being pulled. + /// + [Access(typeof(SharedPullingSystem), Other = AccessPermissions.ReadExecute)] + [ViewVariables] + public bool PrevFixedRotation; + } + + /// + /// Raised when a request is made to stop pulling an entity. + /// + public sealed class StopPullingEvent : CancellableEntityEventArgs + { + public EntityUid? User { get; } + + public StopPullingEvent(EntityUid? uid = null) + { + User = uid; + } + } +} diff --git a/Content.Shared/Pulling/Components/SharedPullerComponent.cs b/Content.Shared/Pulling/Components/SharedPullerComponent.cs new file mode 100644 index 0000000000..57a86e7f7a --- /dev/null +++ b/Content.Shared/Pulling/Components/SharedPullerComponent.cs @@ -0,0 +1,23 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Pulling.Components +{ + [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] + [Access(typeof(SharedPullingStateManagementSystem))] + public sealed partial class SharedPullerComponent : Component + { + // Before changing how this is updated, please see SharedPullerSystem.RefreshMovementSpeed + public float WalkSpeedModifier => Pulling == default ? 1.0f : 0.95f; + + public float SprintSpeedModifier => Pulling == default ? 1.0f : 0.95f; + + [DataField, AutoNetworkedField] + public EntityUid? Pulling { get; set; } + + /// + /// Does this entity need hands to be able to pull something? + /// + [DataField("needsHands")] + public bool NeedsHands = true; + } +} diff --git a/Content.Shared/Movement/Pulling/Events/BeingPulledAttemptEvent.cs b/Content.Shared/Pulling/Events/BeingPulledAttemptEvent.cs similarity index 100% rename from Content.Shared/Movement/Pulling/Events/BeingPulledAttemptEvent.cs rename to Content.Shared/Pulling/Events/BeingPulledAttemptEvent.cs diff --git a/Content.Shared/Pulling/Events/PullAttemptEvent.cs b/Content.Shared/Pulling/Events/PullAttemptEvent.cs new file mode 100644 index 0000000000..6296dc2f14 --- /dev/null +++ b/Content.Shared/Pulling/Events/PullAttemptEvent.cs @@ -0,0 +1,11 @@ +using Robust.Shared.Physics.Components; + +namespace Content.Shared.Physics.Pull +{ + public sealed class PullAttemptEvent : PullMessage + { + public PullAttemptEvent(PhysicsComponent puller, PhysicsComponent pulled) : base(puller, pulled) { } + + public bool Cancelled { get; set; } + } +} diff --git a/Content.Shared/Pulling/Events/PullMessage.cs b/Content.Shared/Pulling/Events/PullMessage.cs new file mode 100644 index 0000000000..b11de7c170 --- /dev/null +++ b/Content.Shared/Pulling/Events/PullMessage.cs @@ -0,0 +1,16 @@ +using Robust.Shared.Physics.Components; + +namespace Content.Shared.Physics.Pull +{ + public abstract class PullMessage : EntityEventArgs + { + public readonly PhysicsComponent Puller; + public readonly PhysicsComponent Pulled; + + protected PullMessage(PhysicsComponent puller, PhysicsComponent pulled) + { + Puller = puller; + Pulled = pulled; + } + } +} diff --git a/Content.Shared/Pulling/Events/PullStartedMessage.cs b/Content.Shared/Pulling/Events/PullStartedMessage.cs new file mode 100644 index 0000000000..0ede284bb0 --- /dev/null +++ b/Content.Shared/Pulling/Events/PullStartedMessage.cs @@ -0,0 +1,12 @@ +using Robust.Shared.Physics.Components; + +namespace Content.Shared.Physics.Pull +{ + public sealed class PullStartedMessage : PullMessage + { + public PullStartedMessage(PhysicsComponent puller, PhysicsComponent pulled) : + base(puller, pulled) + { + } + } +} diff --git a/Content.Shared/Pulling/Events/PullStoppedMessage.cs b/Content.Shared/Pulling/Events/PullStoppedMessage.cs new file mode 100644 index 0000000000..afcbcb7074 --- /dev/null +++ b/Content.Shared/Pulling/Events/PullStoppedMessage.cs @@ -0,0 +1,11 @@ +using Robust.Shared.Physics.Components; + +namespace Content.Shared.Physics.Pull +{ + public sealed class PullStoppedMessage : PullMessage + { + public PullStoppedMessage(PhysicsComponent puller, PhysicsComponent pulled) : base(puller, pulled) + { + } + } +} diff --git a/Content.Shared/Movement/Pulling/Events/StartPullAttemptEvent.cs b/Content.Shared/Pulling/Events/StartPullAttemptEvent.cs similarity index 100% rename from Content.Shared/Movement/Pulling/Events/StartPullAttemptEvent.cs rename to Content.Shared/Pulling/Events/StartPullAttemptEvent.cs diff --git a/Content.Shared/Pulling/PullableMoveMessage.cs b/Content.Shared/Pulling/PullableMoveMessage.cs new file mode 100644 index 0000000000..46c6b1291d --- /dev/null +++ b/Content.Shared/Pulling/PullableMoveMessage.cs @@ -0,0 +1,6 @@ +namespace Content.Shared.Pulling +{ + public sealed class PullableMoveMessage : EntityEventArgs + { + } +} diff --git a/Content.Shared/Pulling/PullableStopMovingMessage.cs b/Content.Shared/Pulling/PullableStopMovingMessage.cs new file mode 100644 index 0000000000..0233e32f2b --- /dev/null +++ b/Content.Shared/Pulling/PullableStopMovingMessage.cs @@ -0,0 +1,6 @@ +namespace Content.Shared.Pulling +{ + public sealed class PullableStopMovingMessage : EntityEventArgs + { + } +} diff --git a/Content.Shared/Pulling/Systems/SharedPullableSystem.cs b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs new file mode 100644 index 0000000000..3dab476337 --- /dev/null +++ b/Content.Shared/Pulling/Systems/SharedPullableSystem.cs @@ -0,0 +1,28 @@ +using Content.Shared.ActionBlocker; +using Content.Shared.Mobs.Systems; +using Content.Shared.Pulling.Components; +using Content.Shared.Movement.Events; + +namespace Content.Shared.Pulling.Systems +{ + public sealed class SharedPullableSystem : EntitySystem + { + [Dependency] private readonly ActionBlockerSystem _blocker = default!; + [Dependency] private readonly MobStateSystem _mobState = default!; + [Dependency] private readonly SharedPullingSystem _pullSystem = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnRelayMoveInput); + } + + private void OnRelayMoveInput(EntityUid uid, SharedPullableComponent component, ref MoveInputEvent args) + { + var entity = args.Entity; + if (_mobState.IsIncapacitated(entity) || !_blocker.CanMove(entity)) return; + + _pullSystem.TryStopPull(component); + } + } +} diff --git a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs new file mode 100644 index 0000000000..e388d7a57c --- /dev/null +++ b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs @@ -0,0 +1,90 @@ +using Content.Shared.Administration.Logs; +using Content.Shared.Alert; +using Content.Shared.Database; +using Content.Shared.Hands; +using Content.Shared.Movement.Systems; +using Content.Shared.Physics.Pull; +using Content.Shared.Pulling.Components; +using JetBrains.Annotations; + +namespace Content.Shared.Pulling.Systems +{ + [UsedImplicitly] + public sealed class SharedPullerSystem : EntitySystem + { + [Dependency] private readonly SharedPullingStateManagementSystem _why = default!; + [Dependency] private readonly SharedPullingSystem _pullSystem = default!; + [Dependency] private readonly MovementSpeedModifierSystem _movementSpeedModifierSystem = default!; + [Dependency] private readonly AlertsSystem _alertsSystem = default!; + [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(PullerHandlePullStarted); + SubscribeLocalEvent(PullerHandlePullStopped); + SubscribeLocalEvent(OnVirtualItemDeleted); + SubscribeLocalEvent(OnRefreshMovespeed); + SubscribeLocalEvent(OnPullerShutdown); + } + + private void OnPullerShutdown(EntityUid uid, SharedPullerComponent component, ComponentShutdown args) + { + _why.ForceDisconnectPuller(component); + } + + private void OnVirtualItemDeleted(EntityUid uid, SharedPullerComponent component, VirtualItemDeletedEvent args) + { + if (component.Pulling == null) + return; + + if (component.Pulling == args.BlockingEntity) + { + if (EntityManager.TryGetComponent(args.BlockingEntity, out var comp)) + { + _pullSystem.TryStopPull(comp, uid); + } + } + } + + private void PullerHandlePullStarted( + EntityUid uid, + SharedPullerComponent component, + PullStartedMessage args) + { + if (args.Puller.Owner != uid) + return; + + _alertsSystem.ShowAlert(component.Owner, AlertType.Pulling); + + RefreshMovementSpeed(component); + } + + private void PullerHandlePullStopped( + EntityUid uid, + SharedPullerComponent component, + PullStoppedMessage args) + { + if (args.Puller.Owner != uid) + return; + + var euid = component.Owner; + if (_alertsSystem.IsShowingAlert(euid, AlertType.Pulling)) + _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(euid):user} stopped pulling {ToPrettyString(args.Pulled.Owner):target}"); + _alertsSystem.ClearAlert(euid, AlertType.Pulling); + + RefreshMovementSpeed(component); + } + + private void OnRefreshMovespeed(EntityUid uid, SharedPullerComponent component, RefreshMovementSpeedModifiersEvent args) + { + args.ModifySpeed(component.WalkSpeedModifier, component.SprintSpeedModifier); + } + + private void RefreshMovementSpeed(SharedPullerComponent component) + { + _movementSpeedModifierSystem.RefreshMovementSpeedModifiers(component.Owner); + } + } +} diff --git a/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs new file mode 100644 index 0000000000..38ed899889 --- /dev/null +++ b/Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs @@ -0,0 +1,196 @@ +using Content.Shared.Physics.Pull; +using Content.Shared.Pulling.Components; +using JetBrains.Annotations; +using Robust.Shared.Map; +using Robust.Shared.Physics; +using Robust.Shared.Physics.Components; +using Robust.Shared.Physics.Systems; +using Robust.Shared.Timing; + +namespace Content.Shared.Pulling +{ + /// + /// This is the core of pulling state management. + /// Because pulling state is such a mess to get right, all writes to pulling state must go through this class. + /// + [UsedImplicitly] + public sealed class SharedPullingStateManagementSystem : EntitySystem + { + [Dependency] private readonly SharedJointSystem _jointSystem = default!; + [Dependency] private readonly SharedPhysicsSystem _physics = default!; + [Dependency] private readonly IGameTiming _timing = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnShutdown); + } + + private void OnShutdown(EntityUid uid, SharedPullableComponent component, ComponentShutdown args) + { + if (component.Puller != null) + ForceRelationship(null, component); + } + + // A WARNING: + // The following 2 functions are the most internal part of the pulling system's relationship management. + // They do not expect to be cancellable. + private void ForceDisconnect(SharedPullerComponent puller, SharedPullableComponent pullable) + { + var pullerPhysics = EntityManager.GetComponent(puller.Owner); + var pullablePhysics = EntityManager.GetComponent(pullable.Owner); + + // MovingTo shutdown + ForceSetMovingTo(pullable, null); + + // Joint shutdown + if (!_timing.ApplyingState && // During state-handling, joint component will handle its own state. + pullable.PullJointId != null && + TryComp(puller.Owner, out JointComponent? jointComp)) + { + if (jointComp.GetJoints.TryGetValue(pullable.PullJointId, out var j)) + _jointSystem.RemoveJoint(j); + } + pullable.PullJointId = null; + + // State shutdown + puller.Pulling = null; + pullable.Puller = null; + + // Messaging + var message = new PullStoppedMessage(pullerPhysics, pullablePhysics); + + RaiseLocalEvent(puller.Owner, message, broadcast: false); + + if (Initialized(pullable.Owner)) + RaiseLocalEvent(pullable.Owner, message, true); + + // Networking + Dirty(puller); + Dirty(pullable); + } + + public void ForceRelationship(SharedPullerComponent? puller, SharedPullableComponent? pullable) + { + if (_timing.ApplyingState) + return; + ; + if (pullable != null && puller != null && (puller.Pulling == pullable.Owner)) + { + // Already done + return; + } + + // Start by disconnecting the pullable from whatever it is currently connected to. + var pullableOldPullerE = pullable?.Puller; + if (pullableOldPullerE != null) + { + ForceDisconnect(EntityManager.GetComponent(pullableOldPullerE.Value), pullable!); + } + + // Continue with the puller. + var pullerOldPullableE = puller?.Pulling; + if (pullerOldPullableE != null) + { + ForceDisconnect(puller!, EntityManager.GetComponent(pullerOldPullableE.Value)); + } + + // And now for the actual connection (if any). + + if (puller != null && pullable != null) + { + var pullerPhysics = EntityManager.GetComponent(puller.Owner); + var pullablePhysics = EntityManager.GetComponent(pullable.Owner); + pullable.PullJointId = $"pull-joint-{pullable.Owner}"; + + // State startup + puller.Pulling = pullable.Owner; + pullable.Puller = puller.Owner; + + // joint state handling will manage its own state + if (!_timing.ApplyingState) + { + // Joint startup + var union = _physics.GetHardAABB(puller.Owner).Union(_physics.GetHardAABB(pullable.Owner, body: pullablePhysics)); + var length = Math.Max(union.Size.X, union.Size.Y) * 0.75f; + + var joint = _jointSystem.CreateDistanceJoint(pullablePhysics.Owner, pullerPhysics.Owner, id: pullable.PullJointId); + joint.CollideConnected = false; + // This maximum has to be there because if the object is constrained too closely, the clamping goes backwards and asserts. + joint.MaxLength = Math.Max(1.0f, length); + joint.Length = length * 0.75f; + joint.MinLength = 0f; + joint.Stiffness = 1f; + } + + // Messaging + var message = new PullStartedMessage(pullerPhysics, pullablePhysics); + + RaiseLocalEvent(puller.Owner, message, broadcast: false); + RaiseLocalEvent(pullable.Owner, message, true); + + // Networking + Dirty(puller); + Dirty(pullable); + } + } + + // For OnRemove use only. + public void ForceDisconnectPuller(SharedPullerComponent puller) + { + // DO NOT ADD ADDITIONAL LOGIC IN THIS FUNCTION. Do it in ForceRelationship. + ForceRelationship(puller, null); + } + + // For OnRemove use only. + public void ForceDisconnectPullable(SharedPullableComponent pullable) + { + // DO NOT ADD ADDITIONAL LOGIC IN THIS FUNCTION. Do it in ForceRelationship. + ForceRelationship(null, pullable); + } + + public void ForceSetMovingTo(SharedPullableComponent pullable, EntityCoordinates? movingTo) + { + if (_timing.ApplyingState) + return; + + if (pullable.MovingTo == movingTo) + { + return; + } + + // Don't allow setting a MovingTo if there's no puller. + // The other half of this guarantee (shutting down a MovingTo if the puller goes away) is enforced in ForceRelationship. + if (pullable.Puller == null && movingTo != null) + { + return; + } + + pullable.MovingTo = movingTo; + Dirty(pullable); + + if (movingTo == null) + { + RaiseLocalEvent(pullable.Owner, new PullableStopMovingMessage(), true); + } + else + { + RaiseLocalEvent(pullable.Owner, new PullableMoveMessage(), true); + } + } + + /// + /// Changes if the entity needs a hand in order to be able to pull objects. + /// + public void ChangeHandRequirement(EntityUid uid, bool needsHands, SharedPullerComponent? comp) + { + if (!Resolve(uid, ref comp, false)) + return; + + comp.NeedsHands = needsHands; + + Dirty(uid, comp); + } + } +} diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs new file mode 100644 index 0000000000..1e2bb90c61 --- /dev/null +++ b/Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs @@ -0,0 +1,239 @@ +using Content.Shared.ActionBlocker; +using Content.Shared.Administration.Logs; +using Content.Shared.Buckle.Components; +using Content.Shared.Database; +using Content.Shared.Hands.EntitySystems; +using Content.Shared.Interaction; +using Content.Shared.Physics.Pull; +using Content.Shared.Pulling.Components; +using Content.Shared.Pulling.Events; +using Robust.Shared.Containers; +using Robust.Shared.Map; +using Robust.Shared.Physics; +using Robust.Shared.Physics.Components; +using Robust.Shared.Physics.Systems; +using Robust.Shared.Timing; +using Robust.Shared.Utility; + +namespace Content.Shared.Pulling +{ + public abstract partial class SharedPullingSystem + { + [Dependency] private readonly ActionBlockerSystem _blocker = default!; + [Dependency] private readonly SharedContainerSystem _containerSystem = default!; + [Dependency] private readonly SharedHandsSystem _handsSystem = default!; + [Dependency] private readonly SharedInteractionSystem _interaction = default!; + [Dependency] private readonly SharedPhysicsSystem _physics = default!; + [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; + [Dependency] private readonly IGameTiming _timing = default!; + + public bool CanPull(EntityUid puller, EntityUid pulled) + { + if (!EntityManager.TryGetComponent(puller, out var comp)) + { + return false; + } + + if (comp.NeedsHands && !_handsSystem.TryGetEmptyHand(puller, out _)) + { + return false; + } + + if (!_blocker.CanInteract(puller, pulled)) + { + return false; + } + + if (!EntityManager.TryGetComponent(pulled, out var physics)) + { + return false; + } + + if (physics.BodyType == BodyType.Static) + { + return false; + } + + if (puller == pulled) + { + return false; + } + + if(_containerSystem.IsEntityInContainer(puller) || _containerSystem.IsEntityInContainer(pulled)) + { + return false; + } + + if (EntityManager.TryGetComponent(puller, out BuckleComponent? buckle)) + { + // Prevent people pulling the chair they're on, etc. + if (buckle is { PullStrap: false, Buckled: true } && (buckle.LastEntityBuckledTo == pulled)) + { + return false; + } + } + + var getPulled = new BeingPulledAttemptEvent(puller, pulled); + RaiseLocalEvent(pulled, getPulled, true); + var startPull = new StartPullAttemptEvent(puller, pulled); + RaiseLocalEvent(puller, startPull, true); + return (!startPull.Cancelled && !getPulled.Cancelled); + } + + public bool TogglePull(EntityUid puller, SharedPullableComponent pullable) + { + if (pullable.Puller == puller) + { + return TryStopPull(pullable); + } + return TryStartPull(puller, pullable.Owner); + } + + // -- Core attempted actions -- + + public bool TryStopPull(SharedPullableComponent pullable, EntityUid? user = null) + { + if (_timing.ApplyingState) + return false; + + if (!pullable.BeingPulled) + { + return false; + } + + var msg = new StopPullingEvent(user); + RaiseLocalEvent(pullable.Owner, msg, true); + + if (msg.Cancelled) return false; + + // Stop pulling confirmed! + + if (TryComp(pullable.Owner, out var pullablePhysics)) + { + _physics.SetFixedRotation(pullable.Owner, pullable.PrevFixedRotation, body: pullablePhysics); + } + + _pullSm.ForceRelationship(null, pullable); + return true; + } + + public bool TryStartPull(EntityUid puller, EntityUid pullable) + { + if (!EntityManager.TryGetComponent(puller, out SharedPullerComponent? pullerComp)) + { + return false; + } + if (!EntityManager.TryGetComponent(pullable, out SharedPullableComponent? pullableComp)) + { + return false; + } + return TryStartPull(pullerComp, pullableComp); + } + + // The main "start pulling" function. + public bool TryStartPull(SharedPullerComponent puller, SharedPullableComponent pullable) + { + if (_timing.ApplyingState) + return false; + + if (puller.Pulling == pullable.Owner) + return true; + + // Pulling a new object : Perform sanity checks. + + if (!CanPull(puller.Owner, pullable.Owner)) + { + return false; + } + + if (!EntityManager.TryGetComponent(puller.Owner, out var pullerPhysics)) + { + return false; + } + + if (!EntityManager.TryGetComponent(pullable.Owner, out var pullablePhysics)) + { + return false; + } + + // Ensure that the puller is not currently pulling anything. + // If this isn't done, then it happens too late, and the start/stop messages go out of order, + // and next thing you know it thinks it's not pulling anything even though it is! + + var oldPullable = puller.Pulling; + if (oldPullable != null) + { + if (EntityManager.TryGetComponent(oldPullable.Value, out SharedPullableComponent? oldPullableComp)) + { + if (!TryStopPull(oldPullableComp)) + { + return false; + } + } + else + { + Log.Warning("Well now you've done it, haven't you? Someone transferred pulling (onto {0}) while presently pulling something that has no Pullable component (on {1})!", pullable.Owner, oldPullable); + return false; + } + } + + // Ensure that the pullable is not currently being pulled. + // Same sort of reasons as before. + + var oldPuller = pullable.Puller; + if (oldPuller != null) + { + if (!TryStopPull(pullable)) + { + return false; + } + } + + // Continue with pulling process. + + var pullAttempt = new PullAttemptEvent(pullerPhysics, pullablePhysics); + + RaiseLocalEvent(puller.Owner, pullAttempt, broadcast: false); + + if (pullAttempt.Cancelled) + { + return false; + } + + RaiseLocalEvent(pullable.Owner, pullAttempt, true); + + if (pullAttempt.Cancelled) + return false; + + _interaction.DoContactInteraction(pullable.Owner, puller.Owner); + + _pullSm.ForceRelationship(puller, pullable); + pullable.PrevFixedRotation = pullablePhysics.FixedRotation; + _physics.SetFixedRotation(pullable.Owner, pullable.FixedRotationOnPull, body: pullablePhysics); + _adminLogger.Add(LogType.Action, LogImpact.Low, + $"{ToPrettyString(puller.Owner):user} started pulling {ToPrettyString(pullable.Owner):target}"); + return true; + } + + public bool TryMoveTo(SharedPullableComponent pullable, EntityCoordinates to) + { + if (pullable.Puller == null) + { + return false; + } + + if (!EntityManager.HasComponent(pullable.Owner)) + { + return false; + } + + _pullSm.ForceSetMovingTo(pullable, to); + return true; + } + + public void StopMoveTo(SharedPullableComponent pullable) + { + _pullSm.ForceSetMovingTo(pullable, null); + } + } +} diff --git a/Content.Shared/Pulling/Systems/SharedPullingSystem.cs b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs new file mode 100644 index 0000000000..0c139ee9e3 --- /dev/null +++ b/Content.Shared/Pulling/Systems/SharedPullingSystem.cs @@ -0,0 +1,243 @@ +using System.Diagnostics.CodeAnalysis; +using Content.Shared.Alert; +using Content.Shared.GameTicking; +using Content.Shared.Input; +using Content.Shared.Physics.Pull; +using Content.Shared.Pulling.Components; +using Content.Shared.Verbs; +using JetBrains.Annotations; +using Robust.Shared.Containers; +using Robust.Shared.Input.Binding; +using Robust.Shared.Map; +using Robust.Shared.Physics; +using Robust.Shared.Physics.Events; +using Robust.Shared.Physics.Systems; +using Robust.Shared.Player; + +namespace Content.Shared.Pulling +{ + [UsedImplicitly] + public abstract partial class SharedPullingSystem : EntitySystem + { + [Dependency] private readonly SharedPullingStateManagementSystem _pullSm = default!; + [Dependency] private readonly AlertsSystem _alertsSystem = default!; + [Dependency] private readonly SharedJointSystem _joints = default!; + + /// + /// A mapping of pullers to the entity that they are pulling. + /// + private readonly Dictionary _pullers = + new(); + + private readonly HashSet _moving = new(); + private readonly HashSet _stoppedMoving = new(); + + public IReadOnlySet Moving => _moving; + + public override void Initialize() + { + base.Initialize(); + + UpdatesOutsidePrediction = true; + + SubscribeLocalEvent(Reset); + SubscribeLocalEvent(OnPullStarted); + SubscribeLocalEvent(OnPullStopped); + SubscribeLocalEvent(HandleContainerInsert); + SubscribeLocalEvent(OnJointRemoved); + SubscribeLocalEvent(OnPullableCollisionChange); + + SubscribeLocalEvent(PullableHandlePullStarted); + SubscribeLocalEvent(PullableHandlePullStopped); + + SubscribeLocalEvent>(AddPullVerbs); + + CommandBinds.Builder + .Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(HandleMovePulledObject)) + .Register(); + } + + private void OnPullableCollisionChange(EntityUid uid, SharedPullableComponent component, ref CollisionChangeEvent args) + { + if (component.PullJointId != null && !args.CanCollide) + { + _joints.RemoveJoint(uid, component.PullJointId); + } + } + + private void OnJointRemoved(EntityUid uid, SharedPullableComponent component, JointRemovedEvent args) + { + if (component.Puller != args.OtherEntity) + return; + + // Do we have some other join with our Puller? + // or alternatively: + // TODO track the relevant joint. + + if (TryComp(uid, out JointComponent? joints)) + { + foreach (var jt in joints.GetJoints.Values) + { + if (jt.BodyAUid == component.Puller || jt.BodyBUid == component.Puller) + return; + } + } + + // No more joints with puller -> force stop pull. + _pullSm.ForceDisconnectPullable(component); + } + + private void AddPullVerbs(EntityUid uid, SharedPullableComponent component, GetVerbsEvent args) + { + if (!args.CanAccess || !args.CanInteract) + return; + + // Are they trying to pull themselves up by their bootstraps? + if (args.User == args.Target) + return; + + //TODO VERB ICONS add pulling icon + if (component.Puller == args.User) + { + Verb verb = new() + { + Text = Loc.GetString("pulling-verb-get-data-text-stop-pulling"), + Act = () => TryStopPull(component, args.User), + DoContactInteraction = false // pulling handle its own contact interaction. + }; + args.Verbs.Add(verb); + } + else if (CanPull(args.User, args.Target)) + { + Verb verb = new() + { + Text = Loc.GetString("pulling-verb-get-data-text"), + Act = () => TryStartPull(args.User, args.Target), + DoContactInteraction = false // pulling handle its own contact interaction. + }; + args.Verbs.Add(verb); + } + } + + // Raise a "you are being pulled" alert if the pulled entity has alerts. + private void PullableHandlePullStarted(EntityUid uid, SharedPullableComponent component, PullStartedMessage args) + { + if (args.Pulled.Owner != uid) + return; + + _alertsSystem.ShowAlert(uid, AlertType.Pulled); + } + + private void PullableHandlePullStopped(EntityUid uid, SharedPullableComponent component, PullStoppedMessage args) + { + if (args.Pulled.Owner != uid) + return; + + _alertsSystem.ClearAlert(uid, AlertType.Pulled); + } + + public bool IsPulled(EntityUid uid, SharedPullableComponent? component = null) + { + return Resolve(uid, ref component, false) && component.BeingPulled; + } + + public override void Update(float frameTime) + { + base.Update(frameTime); + + _moving.ExceptWith(_stoppedMoving); + _stoppedMoving.Clear(); + } + + public void Reset(RoundRestartCleanupEvent ev) + { + _pullers.Clear(); + _moving.Clear(); + _stoppedMoving.Clear(); + } + + private void OnPullStarted(PullStartedMessage message) + { + SetPuller(message.Puller.Owner, message.Pulled.Owner); + } + + private void OnPullStopped(PullStoppedMessage message) + { + RemovePuller(message.Puller.Owner); + } + + protected void OnPullableMove(EntityUid uid, SharedPullableComponent component, PullableMoveMessage args) + { + _moving.Add(component); + } + + protected void OnPullableStopMove(EntityUid uid, SharedPullableComponent component, PullableStopMovingMessage args) + { + _stoppedMoving.Add(component); + } + + // TODO: When Joint networking is less shitcodey fix this to use a dedicated joints message. + private void HandleContainerInsert(EntInsertedIntoContainerMessage message) + { + if (TryComp(message.Entity, out SharedPullableComponent? pullable)) + { + TryStopPull(pullable); + } + + if (TryComp(message.Entity, out SharedPullerComponent? puller)) + { + if (puller.Pulling == null) return; + + if (!TryComp(puller.Pulling.Value, out SharedPullableComponent? pulling)) + return; + + TryStopPull(pulling); + } + } + + private bool HandleMovePulledObject(ICommonSession? session, EntityCoordinates coords, EntityUid uid) + { + if (session?.AttachedEntity is not { } player || + !player.IsValid()) + return false; + + if (!TryGetPulled(player, out var pulled)) + return false; + + if (!TryComp(pulled.Value, out SharedPullableComponent? pullable)) + return false; + + if (_containerSystem.IsEntityInContainer(player)) + return false; + + TryMoveTo(pullable, coords); + + return false; + } + + private void SetPuller(EntityUid puller, EntityUid pulled) + { + _pullers[puller] = pulled; + } + + private bool RemovePuller(EntityUid puller) + { + return _pullers.Remove(puller); + } + + public EntityUid GetPulled(EntityUid by) + { + return _pullers.GetValueOrDefault(by); + } + + public bool TryGetPulled(EntityUid by, [NotNullWhen(true)] out EntityUid? pulled) + { + return (pulled = GetPulled(by)) != null; + } + + public bool IsPulling(EntityUid puller) + { + return _pullers.ContainsKey(puller); + } + } +} diff --git a/Content.Shared/Security/Systems/DeployableBarrierSystem.cs b/Content.Shared/Security/Systems/DeployableBarrierSystem.cs index 953120596c..9d021c5219 100644 --- a/Content.Shared/Security/Systems/DeployableBarrierSystem.cs +++ b/Content.Shared/Security/Systems/DeployableBarrierSystem.cs @@ -1,6 +1,6 @@ using Content.Shared.Lock; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Systems; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; using Content.Shared.Security.Components; using Robust.Shared.Physics.Systems; @@ -12,7 +12,7 @@ public sealed class DeployableBarrierSystem : EntitySystem [Dependency] private readonly FixtureSystem _fixtures = default!; [Dependency] private readonly SharedPointLightSystem _pointLight = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; - [Dependency] private readonly PullingSystem _pulling = default!; + [Dependency] private readonly SharedPullingSystem _pulling = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; public override void Initialize() @@ -58,8 +58,8 @@ private void ToggleBarrierDeploy(EntityUid uid, bool isDeployed, DeployableBarri var state = isDeployed ? DeployableBarrierState.Deployed : DeployableBarrierState.Idle; _appearance.SetData(uid, DeployableBarrierVisuals.State, state); - if (TryComp(uid, out PullableComponent? pullable)) - _pulling.TryStopPull(uid, pullable); + if (TryComp(uid, out SharedPullableComponent? pullable)) + _pulling.TryStopPull(pullable); SharedPointLightComponent? pointLight = null; if (_pointLight.ResolveLight(uid, ref pointLight)) diff --git a/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs b/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs index 8d67aec518..ebd8362411 100644 --- a/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs +++ b/Content.Shared/Teleportation/Systems/SharedPortalSystem.cs @@ -1,9 +1,9 @@ using System.Linq; using Content.Shared.Ghost; -using Content.Shared.Movement.Pulling.Components; -using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Popups; using Content.Shared.Projectiles; +using Content.Shared.Pulling; +using Content.Shared.Pulling.Components; using Content.Shared.Teleportation.Components; using Content.Shared.Verbs; using Robust.Shared.Audio; @@ -28,7 +28,7 @@ public abstract class SharedPortalSystem : EntitySystem [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; - [Dependency] private readonly PullingSystem _pulling = default!; + [Dependency] private readonly SharedPullingSystem _pulling = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; private const string PortalFixture = "portalFixture"; @@ -93,15 +93,15 @@ private void OnCollide(EntityUid uid, PortalComponent component, ref StartCollid return; // break pulls before portal enter so we dont break shit - if (TryComp(subject, out var pullable) && pullable.BeingPulled) + if (TryComp(subject, out var pullable) && pullable.BeingPulled) { - _pulling.TryStopPull(subject, pullable); + _pulling.TryStopPull(pullable); } - if (TryComp(subject, out var pullerComp) - && TryComp(pullerComp.Pulling, out var subjectPulling)) + if (TryComp(subject, out var pulling) + && pulling.Pulling != null && TryComp(pulling.Pulling.Value, out var subjectPulling)) { - _pulling.TryStopPull(subject, subjectPulling); + _pulling.TryStopPull(subjectPulling); } // if they came from another portal, just return and wait for them to exit the portal diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index 7c861a85ad..5429431831 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -20,11 +20,6 @@ public sealed class ThrowingSystem : EntitySystem { public const float ThrowAngularImpulse = 5f; - /// - /// Speed cap on rotation in case of click-spam. - /// - public const float ThrowAngularCap = 3f * MathF.PI; - public const float PushbackDefault = 2f; /// @@ -47,17 +42,15 @@ public void TryThrow( float strength = 1.0f, EntityUid? user = null, float pushbackRatio = PushbackDefault, - bool recoil = true, - bool animated = true, bool playSound = true) { - var thrownPos = _transform.GetMapCoordinates(uid); - var mapPos = _transform.ToMapCoordinates(coordinates); + var thrownPos = Transform(uid).MapPosition; + var mapPos = coordinates.ToMap(EntityManager, _transform); if (mapPos.MapId != thrownPos.MapId) return; - TryThrow(uid, mapPos.Position - thrownPos.Position, strength, user, pushbackRatio, recoil: recoil, animated: animated, playSound: playSound); + TryThrow(uid, mapPos.Position - thrownPos.Position, strength, user, pushbackRatio, playSound); } /// @@ -72,8 +65,6 @@ public void TryThrow(EntityUid uid, float strength = 1.0f, EntityUid? user = null, float pushbackRatio = PushbackDefault, - bool recoil = true, - bool animated = true, bool playSound = true) { var physicsQuery = GetEntityQuery(); @@ -81,6 +72,7 @@ public void TryThrow(EntityUid uid, return; var projectileQuery = GetEntityQuery(); + var tagQuery = GetEntityQuery(); TryThrow( uid, @@ -90,7 +82,8 @@ public void TryThrow(EntityUid uid, projectileQuery, strength, user, - pushbackRatio, recoil: recoil, animated: animated, playSound: playSound); + pushbackRatio, + playSound); } /// @@ -108,8 +101,6 @@ public void TryThrow(EntityUid uid, float strength = 1.0f, EntityUid? user = null, float pushbackRatio = PushbackDefault, - bool recoil = true, - bool animated = true, bool playSound = true) { if (strength <= 0 || direction == Vector2Helpers.Infinity || direction == Vector2Helpers.NaN || direction == Vector2.Zero) @@ -125,17 +116,12 @@ public void TryThrow(EntityUid uid, if (projectileQuery.TryGetComponent(uid, out var proj) && !proj.OnlyCollideWhenShot) return; - var comp = new ThrownItemComponent - { - Thrower = user, - Animate = animated, - }; + var comp = new ThrownItemComponent(); + comp.Thrower = user; // Estimate time to arrival so we can apply OnGround status and slow it much faster. var time = direction.Length() / strength; comp.ThrownTime = _gameTiming.CurTime; - // TODO: This is a bandaid, don't do this. - // if you want to force landtime have the caller handle it or add a new method. // did we launch this with something stronger than our hands? if (TryComp(comp.Thrower, out var hands) && strength > hands.ThrowForceMultiplier) comp.LandTime = comp.ThrownTime + TimeSpan.FromSeconds(time); @@ -180,8 +166,7 @@ public void TryThrow(EntityUid uid, if (user == null) return; - if (recoil) - _recoil.KickCamera(user.Value, -direction * 0.04f); + _recoil.KickCamera(user.Value, -direction * 0.04f); // Give thrower an impulse in the other direction if (pushbackRatio != 0.0f && diff --git a/Content.Shared/Throwing/ThrownItemComponent.cs b/Content.Shared/Throwing/ThrownItemComponent.cs index 8fb1173e6d..ab80e07938 100644 --- a/Content.Shared/Throwing/ThrownItemComponent.cs +++ b/Content.Shared/Throwing/ThrownItemComponent.cs @@ -8,12 +8,6 @@ namespace Content.Shared.Throwing [RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)] public sealed partial class ThrownItemComponent : Component { - /// - /// Should the in-air throwing animation play. - /// - [DataField, AutoNetworkedField] - public bool Animate = true; - /// /// The entity that threw this entity. /// diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index e6f7b3779b..0e5817ff92 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -3,7 +3,8 @@ using Content.Shared.Database; using Content.Shared.Gravity; using Content.Shared.Physics; -using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Physics.Pull; +using Robust.Shared.GameStates; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -93,8 +94,8 @@ private void OnSleep(EntityUid uid, ThrownItemComponent thrownItem, ref PhysicsS private void HandlePullStarted(PullStartedMessage message) { // TODO: this isn't directed so things have to be done the bad way - if (EntityManager.TryGetComponent(message.PulledUid, out ThrownItemComponent? thrownItemComponent)) - StopThrow(message.PulledUid, thrownItemComponent); + if (EntityManager.TryGetComponent(message.Pulled.Owner, out ThrownItemComponent? thrownItemComponent)) + StopThrow(message.Pulled.Owner, thrownItemComponent); } public void StopThrow(EntityUid uid, ThrownItemComponent thrownItemComponent) From 2675d7bd0630c8da9057cf5b9e9dfc169816de43 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:48:51 -0500 Subject: [PATCH 280/391] Adds a refund button & action upgrades for stores (#24518) * adds refunds to stores * Adds method to check for starting map * comments, datafields, some requested changes * turns event into ref event * Adds datafields * Switches to entity terminating event * Changes store entity to be nullable and checks if store is terminating to remove reference. * Tryadd instead of containskey * Adds a refund disable method, disables refund on bought ent container changes if not an action * Removes datafield specification * Readds missing using statement * Removes unused using statements * What the heck is listing data --------- Co-authored-by: metalgearsloth (cherry picked from commit 257909fd97c05bfde837a76afe5c5c612afc9f28) --- .../Store/Ui/StoreBoundUserInterface.cs | 6 + Content.Client/Store/Ui/StoreMenu.xaml | 5 + Content.Client/Store/Ui/StoreMenu.xaml.cs | 13 ++ .../Store/Components/StoreComponent.cs | 39 +++++ Content.Server/Store/StoreRefundComponent.cs | 13 ++ .../Store/Systems/StoreSystem.Refund.cs | 56 +++++++ .../Store/Systems/StoreSystem.Ui.cs | 158 +++++++++++++++++- Content.Server/Store/Systems/StoreSystem.cs | 2 + Content.Shared/Store/ListingPrototype.cs | 18 ++ Content.Shared/Store/StoreUi.cs | 14 +- 10 files changed, 318 insertions(+), 6 deletions(-) create mode 100644 Content.Server/Store/StoreRefundComponent.cs create mode 100644 Content.Server/Store/Systems/StoreSystem.Refund.cs diff --git a/Content.Client/Store/Ui/StoreBoundUserInterface.cs b/Content.Client/Store/Ui/StoreBoundUserInterface.cs index 6774ef35a0..b549918d7c 100644 --- a/Content.Client/Store/Ui/StoreBoundUserInterface.cs +++ b/Content.Client/Store/Ui/StoreBoundUserInterface.cs @@ -48,6 +48,11 @@ protected override void Open() { SendMessage(new StoreRequestUpdateInterfaceMessage()); }; + + _menu.OnRefundAttempt += (_) => + { + SendMessage(new StoreRequestRefundMessage()); + }; } protected override void UpdateState(BoundUserInterfaceState state) { @@ -64,6 +69,7 @@ protected override void UpdateState(BoundUserInterfaceState state) _menu.UpdateListing(msg.Listings.ToList()); _menu.SetFooterVisibility(msg.ShowFooter); + _menu.UpdateRefund(msg.AllowRefund); break; case StoreInitializeState msg: _windowName = msg.Name; diff --git a/Content.Client/Store/Ui/StoreMenu.xaml b/Content.Client/Store/Ui/StoreMenu.xaml index a454e3e2b7..4b38352a44 100644 --- a/Content.Client/Store/Ui/StoreMenu.xaml +++ b/Content.Client/Store/Ui/StoreMenu.xaml @@ -22,6 +22,11 @@ MinWidth="64" HorizontalAlignment="Right" Text="{Loc 'store-ui-default-withdraw-text'}" /> + [ByRefEvent] -public readonly record struct ItemMaskToggledEvent(EntityUid Wearer, bool IsToggled, bool IsEquip); +public readonly record struct ItemMaskToggledEvent(EntityUid Wearer, string? equippedPrefix, bool IsToggled, bool IsEquip); /// /// Event raised on the entity wearing the mask when it is toggled. diff --git a/Content.Shared/Clothing/Components/FoldableClothingComponent.cs b/Content.Shared/Clothing/Components/FoldableClothingComponent.cs new file mode 100644 index 0000000000..61237b2283 --- /dev/null +++ b/Content.Shared/Clothing/Components/FoldableClothingComponent.cs @@ -0,0 +1,20 @@ +using Content.Shared.Inventory; +using Robust.Shared.GameStates; + +namespace Content.Shared.Clothing.Components; + +[RegisterComponent, NetworkedComponent] +public sealed partial class FoldableClothingComponent : Component +{ + /// + /// Which slots does this fit into when folded? + /// + [DataField] + public SlotFlags? FoldedSlots; + + /// + /// Which slots does this fit into when unfolded? + /// + [DataField] + public SlotFlags? UnfoldedSlots; +} diff --git a/Content.Shared/Clothing/Components/MaskComponent.cs b/Content.Shared/Clothing/Components/MaskComponent.cs index e645524da7..5430417a8c 100644 --- a/Content.Shared/Clothing/Components/MaskComponent.cs +++ b/Content.Shared/Clothing/Components/MaskComponent.cs @@ -1,4 +1,4 @@ -using Content.Shared.Clothing.EntitySystems; +using Content.Shared.Clothing.EntitySystems; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; @@ -19,4 +19,7 @@ public sealed partial class MaskComponent : Component [DataField, AutoNetworkedField] public bool IsToggled; + + [DataField, AutoNetworkedField] + public string EquippedPrefix = "toggled"; } diff --git a/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs b/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs index 92e31cfd8e..154171fc05 100644 --- a/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs @@ -113,7 +113,8 @@ private void OnHandleState(EntityUid uid, ClothingComponent component, ref Compo private void OnMaskToggled(Entity ent, ref ItemMaskToggledEvent args) { //TODO: sprites for 'pulled down' state. defaults to invisible due to no sprite with this prefix - SetEquippedPrefix(ent, args.IsToggled ? "toggled" : null, ent); + if(args.equippedPrefix != null) + SetEquippedPrefix(ent, args.IsToggled ? args.equippedPrefix : null, ent); } private void OnEquipDoAfter(Entity ent, ref ClothingEquipDoAfterEvent args) diff --git a/Content.Shared/Clothing/EntitySystems/FoldableClothingSystem.cs b/Content.Shared/Clothing/EntitySystems/FoldableClothingSystem.cs new file mode 100644 index 0000000000..d0611c5851 --- /dev/null +++ b/Content.Shared/Clothing/EntitySystems/FoldableClothingSystem.cs @@ -0,0 +1,42 @@ +using Content.Shared.Clothing.Components; +using Content.Shared.Foldable; +using Content.Shared.Inventory; + +namespace Content.Shared.Clothing.EntitySystems; + +public sealed class FoldableClothingSystem : EntitySystem +{ + [Dependency] private readonly ClothingSystem _clothingSystem = default!; + [Dependency] private readonly InventorySystem _inventorySystem = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnFoldAttempt); + SubscribeLocalEvent(OnFolded); + } + + private void OnFoldAttempt(Entity ent, ref FoldAttemptEvent args) + { + if (args.Cancelled) + return; + + // allow folding while equipped if allowed slots are the same: + // e.g. flip a hat backwards while on your head + if (_inventorySystem.TryGetContainingSlot(ent.Owner, out var slot) && + !ent.Comp.FoldedSlots.Equals(ent.Comp.UnfoldedSlots)) + args.Cancelled = true; + } + + private void OnFolded(Entity ent, ref FoldedEvent args) + { + if (TryComp(ent.Owner, out var clothingComp)) + { + if (args.IsFolded && ent.Comp.FoldedSlots.HasValue) + _clothingSystem.SetSlots(ent.Owner, ent.Comp.FoldedSlots.Value, clothingComp); + else if (!args.IsFolded && ent.Comp.UnfoldedSlots.HasValue) + _clothingSystem.SetSlots(ent.Owner, ent.Comp.UnfoldedSlots.Value, clothingComp); + } + } +} diff --git a/Content.Shared/Clothing/EntitySystems/MaskSystem.cs b/Content.Shared/Clothing/EntitySystems/MaskSystem.cs index 2bbcad4bc4..aab2a172dc 100644 --- a/Content.Shared/Clothing/EntitySystems/MaskSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/MaskSystem.cs @@ -1,7 +1,9 @@ using Content.Shared.Actions; using Content.Shared.Clothing.Components; +using Content.Shared.Foldable; using Content.Shared.Inventory; using Content.Shared.Inventory.Events; +using Content.Shared.Item; using Content.Shared.Popups; using Robust.Shared.Timing; @@ -21,11 +23,12 @@ public override void Initialize() SubscribeLocalEvent(OnToggleMask); SubscribeLocalEvent(OnGetActions); SubscribeLocalEvent(OnGotUnequipped); + SubscribeLocalEvent(OnFolded); } private void OnGetActions(EntityUid uid, MaskComponent component, GetItemActionsEvent args) { - if (!args.InHands) + if (_inventorySystem.InSlotWithFlags(uid, SlotFlags.MASK)) args.AddAction(ref component.ToggleActionEntity, component.ToggleAction); } @@ -46,7 +49,7 @@ private void OnToggleMask(Entity ent, ref ToggleMaskEvent args) else _popupSystem.PopupEntity(Loc.GetString("action-mask-pull-up-popup-message", ("mask", uid)), args.Performer, args.Performer); - ToggleMaskComponents(uid, mask, args.Performer); + ToggleMaskComponents(uid, mask, args.Performer, mask.EquippedPrefix); } // set to untoggled when unequipped, so it isn't left in a 'pulled down' state @@ -59,15 +62,22 @@ private void OnGotUnequipped(EntityUid uid, MaskComponent mask, GotUnequippedEve Dirty(uid, mask); _actionSystem.SetToggled(mask.ToggleActionEntity, mask.IsToggled); - ToggleMaskComponents(uid, mask, args.Equipee, true); + ToggleMaskComponents(uid, mask, args.Equipee, mask.EquippedPrefix, true); } - private void ToggleMaskComponents(EntityUid uid, MaskComponent mask, EntityUid wearer, bool isEquip = false) + private void ToggleMaskComponents(EntityUid uid, MaskComponent mask, EntityUid wearer, string? equippedPrefix = null, bool isEquip = false) { - var maskEv = new ItemMaskToggledEvent(wearer, mask.IsToggled, isEquip); + var maskEv = new ItemMaskToggledEvent(wearer, equippedPrefix, mask.IsToggled, isEquip); RaiseLocalEvent(uid, ref maskEv); var wearerEv = new WearerMaskToggledEvent(mask.IsToggled); RaiseLocalEvent(wearer, ref wearerEv); } + + private void OnFolded(Entity ent, ref FoldedEvent args) + { + ent.Comp.IsToggled = args.IsFolded; + + ToggleMaskComponents(ent.Owner, ent.Comp, ent.Owner); + } } diff --git a/Content.Shared/Foldable/FoldableComponent.cs b/Content.Shared/Foldable/FoldableComponent.cs index 1943327c0d..c22095f3f2 100644 --- a/Content.Shared/Foldable/FoldableComponent.cs +++ b/Content.Shared/Foldable/FoldableComponent.cs @@ -1,5 +1,4 @@ using Robust.Shared.GameStates; -using Robust.Shared.Serialization; namespace Content.Shared.Foldable; @@ -9,23 +8,13 @@ namespace Content.Shared.Foldable; /// /// Will prevent any insertions into containers while this item is unfolded. /// -[RegisterComponent] -[NetworkedComponent] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)] [Access(typeof(FoldableSystem))] public sealed partial class FoldableComponent : Component { - [DataField("folded")] + [DataField("folded"), AutoNetworkedField] public bool IsFolded = false; -} - -// ahhh, the ol' "state thats just a copy of the component". -[Serializable, NetSerializable] -public sealed class FoldableComponentState : ComponentState -{ - public readonly bool IsFolded; - public FoldableComponentState(bool isFolded) - { - IsFolded = isFolded; - } + [DataField] + public bool CanFoldInsideContainer = false; } diff --git a/Content.Shared/Foldable/FoldableSystem.cs b/Content.Shared/Foldable/FoldableSystem.cs index 6f2e9f3ee5..374aba44c5 100644 --- a/Content.Shared/Foldable/FoldableSystem.cs +++ b/Content.Shared/Foldable/FoldableSystem.cs @@ -3,7 +3,6 @@ using Content.Shared.Storage.Components; using Content.Shared.Verbs; using Robust.Shared.Containers; -using Robust.Shared.GameStates; using Robust.Shared.Serialization; using Robust.Shared.Utility; @@ -20,8 +19,7 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent>(AddFoldVerb); - SubscribeLocalEvent(OnGetState); - SubscribeLocalEvent(OnHandleState); + SubscribeLocalEvent(OnHandleState); SubscribeLocalEvent(OnFoldableInit); SubscribeLocalEvent(OnInsertEvent); @@ -31,18 +29,9 @@ public override void Initialize() SubscribeLocalEvent(OnBuckleAttempt); } - private void OnGetState(EntityUid uid, FoldableComponent component, ref ComponentGetState args) + private void OnHandleState(EntityUid uid, FoldableComponent component, ref AfterAutoHandleStateEvent args) { - args.State = new FoldableComponentState(component.IsFolded); - } - - private void OnHandleState(EntityUid uid, FoldableComponent component, ref ComponentHandleState args) - { - if (args.Current is not FoldableComponentState state) - return; - - if (state.IsFolded != component.IsFolded) - SetFolded(uid, component, state.IsFolded); + SetFolded(uid, component, component.IsFolded); } private void OnFoldableInit(EntityUid uid, FoldableComponent component, ComponentInit args) @@ -90,11 +79,14 @@ public void SetFolded(EntityUid uid, FoldableComponent component, bool folded) Dirty(uid, component); _appearance.SetData(uid, FoldedVisuals.State, folded); _buckle.StrapSetEnabled(uid, !component.IsFolded); + + var ev = new FoldedEvent(folded); + RaiseLocalEvent(uid, ref ev); } private void OnInsertEvent(EntityUid uid, FoldableComponent component, ContainerGettingInsertedAttemptEvent args) { - if (!component.IsFolded) + if (!component.IsFolded && !component.CanFoldInsideContainer) args.Cancel(); } @@ -108,8 +100,8 @@ public bool CanToggleFold(EntityUid uid, FoldableComponent? fold = null) if (!Resolve(uid, ref fold)) return false; - // Can't un-fold in any container (locker, hands, inventory, whatever). - if (_container.IsEntityInContainer(uid)) + // Can't un-fold in any container unless enabled (locker, hands, inventory, whatever). + if (_container.IsEntityInContainer(uid) && !fold.CanFoldInsideContainer) return false; var ev = new FoldAttemptEvent(); @@ -167,3 +159,10 @@ public enum FoldedVisuals : byte /// [ByRefEvent] public record struct FoldAttemptEvent(bool Cancelled = false); + +/// +/// Event raised on an entity after it has been folded. +/// +/// +[ByRefEvent] +public readonly record struct FoldedEvent(bool IsFolded); diff --git a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml index 1d1d587860..8ee6479ee6 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml @@ -1,114 +1,72 @@ - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBaseButcherable, BaseFoldable] + id: ClothingHeadBandBase + abstract: true + components: + - type: Foldable + folded: true + - type: Mask + isToggled: true + - type: IngestionBlocker + enabled: false + - type: IdentityBlocker + enabled: false + coverage: MOUTH + - type: Sprite # needed for vendor inventory icons + layers: + - state: icon + map: ["foldedLayer"] + visible: true + - state: icon_mask + map: [ "unfoldedLayer" ] + visible: false + +- type: entity + parent: [ClothingHeadBandBase, ClothingMaskBandBlack] id: ClothingHeadBandBlack name: black bandana - description: A black bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/black.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/black.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandBlue] id: ClothingHeadBandBlue name: blue bandana - description: A blue bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/blue.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/blue.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandBotany] id: ClothingHeadBandBotany name: botany bandana - description: A botany bandana to make you look cool, made from natural fibers. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/botany.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/botany.rsi - - type: Tag - tags: - - ClothMade - - HamsterWearable - - WhitelistChameleon - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandGold] id: ClothingHeadBandGold name: gold bandana - description: A gold bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/gold.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/gold.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandGreen] id: ClothingHeadBandGreen name: green bandana - description: A green bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/green.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/green.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandGrey] id: ClothingHeadBandGrey name: grey bandana - description: A grey bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/grey.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/grey.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandRed] id: ClothingHeadBandRed name: red bandana - description: A red bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/red.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/red.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandSkull] id: ClothingHeadBandSkull name: skull bandana - description: A bandana with a skull to make you look even cooler. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/skull.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/skull.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandMerc] id: ClothingHeadBandMerc name: mercenary bandana - description: To protect the head from the sun, insects and other dangers of the higher path. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/merc.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/merc.rsi - type: entity - parent: ClothingHeadBaseButcherable + parent: [ClothingHeadBandBase, ClothingMaskBandBrown] id: ClothingHeadBandBrown - name: brown bandana - description: A brown bandana to make you look cool. - components: - - type: Sprite - sprite: Clothing/Head/Bandanas/brown.rsi - - type: Clothing - sprite: Clothing/Head/Bandanas/brown.rsi + name: brown bandana \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml new file mode 100644 index 0000000000..c008a755ee --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml @@ -0,0 +1,138 @@ +- type: entity + parent: [ClothingMaskBaseButcherable, BaseFoldable] + id: ClothingMaskBandanaBase + abstract: true + components: + - type: Appearance + - type: Foldable + canFoldInsideContainer: true + - type: FoldableClothing + foldedSlots: + - HEAD + unfoldedSlots: + - MASK + - type: Mask + - type: IngestionBlocker + - type: IdentityBlocker + coverage: MOUTH + - type: Sprite + layers: + - state: icon_mask + map: [ "unfoldedLayer" ] + - state: icon + map: ["foldedLayer"] + visible: false + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandBlack + name: black bandana + description: A black bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/black.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/black.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandBlue + name: blue bandana + description: A blue bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/blue.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/blue.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandBotany + name: botany bandana + description: A botany bandana to make you look cool, made from natural fibers. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/botany.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/botany.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandGold + name: gold bandana + description: A gold bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/gold.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/gold.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandGreen + name: green bandana + description: A green bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/green.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/green.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandGrey + name: grey bandana + description: A grey bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/grey.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/grey.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandRed + name: red bandana + description: A red bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/red.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/red.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandSkull + name: skull bandana + description: A bandana with a skull to make you look even cooler. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/skull.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/skull.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandMerc + name: mercenary bandana + description: To protect the head from the sun, insects and other dangers of the higher path. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/merc.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/merc.rsi + +- type: entity + parent: ClothingMaskBandanaBase + id: ClothingMaskBandBrown + name: brown bandana + description: A brown bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/brown.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/brown.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Masks/base_clothingmask.yml b/Resources/Prototypes/Entities/Clothing/Masks/base_clothingmask.yml index d57065ba79..3531a26a6c 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/base_clothingmask.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/base_clothingmask.yml @@ -27,3 +27,26 @@ icon: { sprite: Clothing/Mask/gas.rsi, state: icon } iconOn: Interface/Default/blocked.png event: !type:ToggleMaskEvent + +- type: entity + id: ClothingMaskBaseButcherable + parent: ClothingMaskBase + abstract: true + components: + - type: Butcherable + butcheringType: Knife + spawned: + - id: MaterialCloth1 + amount: 1 + - type: Food + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Fiber + Quantity: 10 + - type: Tag + tags: + - ClothMade \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Bandanas/black.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/black.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/black.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/black.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/black.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/black.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/black.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/black.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/blue.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/blue.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/blue.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/blue.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/blue.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/blue.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/blue.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/blue.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/botany.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/botany.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/botany.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/botany.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/botany.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/botany.rsi/meta.json index 22a0c38fde..a9b3b1556d 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/botany.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/botany.rsi/meta.json @@ -22,7 +22,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/brown.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/brown.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json index dc73ff464c..ae74562560 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/gold.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/gold.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/gold.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/gold.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/gold.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/gold.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/gold.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/gold.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/green.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/green.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/green.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/green.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/green.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/green.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/green.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/green.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/grey.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/grey.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/grey.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/grey.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/grey.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/grey.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/grey.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/grey.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/merc.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/merc.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/merc.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/merc.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/merc.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/merc.rsi/meta.json index 94ecdbc846..7912d1eb0f 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/merc.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/merc.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/red.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/red.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/red.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/red.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/red.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/red.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/red.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/red.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { diff --git a/Resources/Textures/Clothing/Head/Bandanas/skull.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/skull.rsi/equipped-MASK.png similarity index 100% rename from Resources/Textures/Clothing/Head/Bandanas/skull.rsi/mask-equipped-HELMET.png rename to Resources/Textures/Clothing/Head/Bandanas/skull.rsi/equipped-MASK.png diff --git a/Resources/Textures/Clothing/Head/Bandanas/skull.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/skull.rsi/meta.json index 66dc616e52..a555369032 100644 --- a/Resources/Textures/Clothing/Head/Bandanas/skull.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Bandanas/skull.rsi/meta.json @@ -18,7 +18,7 @@ "directions": 4 }, { - "name": "mask-equipped-HELMET", + "name": "equipped-MASK", "directions": 4 }, { From fbcba23fd67da49701a4601d83b3dde43105efdf Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 Feb 2024 00:53:50 +0000 Subject: [PATCH 284/391] Automatic changelog update (cherry picked from commit 7d1567281f7df0c2f8003b5d2ebbc5312232c086) --- Resources/Changelog/Changelog.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e31dafab7d..08653bd77a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Chefs get black pepper packets in their lockers. - type: Tweak - id: 5385 - time: '2023-12-16T03:20:51.0000000+00:00' - author: Flareguy changes: - message: Resprited the Kammerer, Double-Barrel, and Enforcer shotguns using sprites @@ -3874,3 +3868,13 @@ id: 5884 time: '2024-02-04T00:50:24.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24869 +- author: themias + changes: + - message: Added face bandanas + type: Add + - message: Bandanas can be switched between head and face type with an alt verb + (Fold) + type: Tweak + id: 5885 + time: '2024-02-04T00:52:44.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24597 From c639a4efbb38799e1725a00ccdc2c4fd99c4d890 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:23:16 +1100 Subject: [PATCH 285/391] Predicted movement opening lockers (#24937) Relay wasn't really networked properly and this annoys me. EntityStorage is still pretty skrunkly but this fixes the main issue I think. (cherry picked from commit 042feae2e91f41f7d39e55340405e3c448903d61) --- .../Storage/Systems/EntityStorageSystem.cs | 1 + .../EntitySystems/EntityStorageSystem.cs | 1 + .../Components/SharedEntityStorageComponent.cs | 7 +++++-- .../EntitySystems/SharedEntityStorageSystem.cs | 17 +++++++++++++---- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/Content.Client/Storage/Systems/EntityStorageSystem.cs b/Content.Client/Storage/Systems/EntityStorageSystem.cs index 6d37beb078..dd3f8d3860 100644 --- a/Content.Client/Storage/Systems/EntityStorageSystem.cs +++ b/Content.Client/Storage/Systems/EntityStorageSystem.cs @@ -17,6 +17,7 @@ public sealed class EntityStorageSystem : SharedEntityStorageSystem public override void Initialize() { base.Initialize(); + SubscribeLocalEvent(OnEntityUnpausedEvent); SubscribeLocalEvent(OnComponentInit); SubscribeLocalEvent(OnComponentStartup); SubscribeLocalEvent(OnInteract, after: new[] { typeof(LockSystem) }); diff --git a/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs b/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs index 176fd9b9ed..8b31f598d0 100644 --- a/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs +++ b/Content.Server/Storage/EntitySystems/EntityStorageSystem.cs @@ -33,6 +33,7 @@ public override void Initialize() base.Initialize(); /* CompRef things */ + SubscribeLocalEvent(OnEntityUnpausedEvent); SubscribeLocalEvent(OnComponentInit); SubscribeLocalEvent(OnComponentStartup); SubscribeLocalEvent(OnInteract, after: new[] { typeof(LockSystem) }); diff --git a/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs b/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs index b4cd18f4d5..b02c97db71 100644 --- a/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs +++ b/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs @@ -14,7 +14,7 @@ public abstract partial class SharedEntityStorageComponent : Component public readonly float MaxSize = 1.0f; // maximum width or height of an entity allowed inside the storage. public static readonly TimeSpan InternalOpenAttemptDelay = TimeSpan.FromSeconds(0.5); - public TimeSpan LastInternalOpenAttempt; + public TimeSpan NextInternalOpenAttempt; /// /// Collision masks that get removed when the storage gets opened. @@ -139,13 +139,16 @@ public sealed class EntityStorageComponentState : ComponentState public float EnteringRange; - public EntityStorageComponentState(bool open, int capacity, bool isCollidableWhenOpen, bool openOnMove, float enteringRange) + public TimeSpan NextInternalOpenAttempt; + + public EntityStorageComponentState(bool open, int capacity, bool isCollidableWhenOpen, bool openOnMove, float enteringRange, TimeSpan nextInternalOpenAttempt) { Open = open; Capacity = capacity; IsCollidableWhenOpen = isCollidableWhenOpen; OpenOnMove = openOnMove; EnteringRange = enteringRange; + NextInternalOpenAttempt = nextInternalOpenAttempt; } } diff --git a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs index 8f8707ccde..636c603834 100644 --- a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs @@ -48,13 +48,19 @@ public abstract class SharedEntityStorageSystem : EntitySystem public const string ContainerName = "entity_storage"; + protected void OnEntityUnpausedEvent(EntityUid uid, SharedEntityStorageComponent component, EntityUnpausedEvent args) + { + component.NextInternalOpenAttempt += args.PausedTime; + } + protected void OnGetState(EntityUid uid, SharedEntityStorageComponent component, ref ComponentGetState args) { args.State = new EntityStorageComponentState(component.Open, component.Capacity, component.IsCollidableWhenOpen, component.OpenOnMove, - component.EnteringRange); + component.EnteringRange, + component.NextInternalOpenAttempt); } protected void OnHandleState(EntityUid uid, SharedEntityStorageComponent component, ref ComponentHandleState args) @@ -66,6 +72,7 @@ protected void OnHandleState(EntityUid uid, SharedEntityStorageComponent compone component.IsCollidableWhenOpen = state.IsCollidableWhenOpen; component.OpenOnMove = state.OpenOnMove; component.EnteringRange = state.EnteringRange; + component.NextInternalOpenAttempt = state.NextInternalOpenAttempt; } protected virtual void OnComponentInit(EntityUid uid, SharedEntityStorageComponent component, ComponentInit args) @@ -123,10 +130,12 @@ protected void OnRelayMovement(EntityUid uid, SharedEntityStorageComponent compo if (!HasComp(args.Entity)) return; - if (_timing.CurTime < component.LastInternalOpenAttempt + SharedEntityStorageComponent.InternalOpenAttemptDelay) + if (_timing.CurTime < component.NextInternalOpenAttempt) return; - component.LastInternalOpenAttempt = _timing.CurTime; + component.NextInternalOpenAttempt = _timing.CurTime + SharedEntityStorageComponent.InternalOpenAttemptDelay; + Dirty(uid, component); + if (component.OpenOnMove) { TryOpenStorage(args.Entity, uid); @@ -259,7 +268,7 @@ public void CloseStorage(EntityUid uid, SharedEntityStorageComponent? component ModifyComponents(uid, component); if (_net.IsClient && _timing.IsFirstTimePredicted) _audio.PlayPvs(component.CloseSound, uid); - component.LastInternalOpenAttempt = default; + var afterev = new StorageAfterCloseEvent(); RaiseLocalEvent(uid, ref afterev); } From aa069692eaf47a0e08b7c5f6d760bcccc233a80e Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 Feb 2024 02:24:22 +0000 Subject: [PATCH 286/391] Automatic changelog update (cherry picked from commit 66a0896e76822448cc842f6bf53cc3f370d83f52) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 08653bd77a..c62d855a86 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Flareguy - changes: - - message: Resprited the Kammerer, Double-Barrel, and Enforcer shotguns using sprites - courtesy of /tg/station. - type: Tweak - id: 5386 - time: '2023-12-16T04:23:57.0000000+00:00' - author: mirrorcult changes: - message: Scientists can now fabricate faux grass planet and ice tiles with a tier @@ -3878,3 +3871,10 @@ id: 5885 time: '2024-02-04T00:52:44.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24597 +- author: metalgearsloth + changes: + - message: Moving to open lockers is now predicted. + type: Fix + id: 5886 + time: '2024-02-04T02:23:16.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24937 From c4a57075f063606ac46e021ed60adfb764512949 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:24:58 -0600 Subject: [PATCH 287/391] Adds navmap beacon for escape pods (#24938) Co-authored-by: Jeff (cherry picked from commit aa86b93adddebd92f612cfe790b59df5f53767e9) --- Resources/Locale/en-US/navmap-beacons/station-beacons.ftl | 1 + .../Prototypes/Entities/Objects/Devices/station_beacon.yml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index 7a251b13fb..1344bab9e2 100644 --- a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl @@ -71,3 +71,4 @@ station-beacon-theater = Theater station-beacon-tools = Tools station-beacon-disposals = Disposals station-beacon-cryosleep = Cryosleep +station-beacon-escape-pod = Escape Pod diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 39754d28e7..6cf66ba042 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -624,3 +624,10 @@ - type: NavMapBeacon text: station-beacon-cryosleep +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePod + suffix: Escape Pod + components: + - type: NavMapBeacon + text: station-beacon-escape-pod From 26a6c4d8d3c965c345d3b22c34b32d0473312aed Mon Sep 17 00:00:00 2001 From: Kot <1192090+koteq@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:10:30 +0400 Subject: [PATCH 288/391] Fix quantum dispose (#24772) * Fix quantum disposable issue * remove force * Iterate over all the disposal holder children instead of contained ones (cherry picked from commit 50e38cbd21950cc3bf31113c6a222d7ef8a3625b) --- .../Unit/EntitySystems/DisposableSystem.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs b/Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs index cc9d2f711b..eb3cda4db9 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DisposableSystem.cs @@ -36,8 +36,6 @@ public sealed class DisposableSystem : EntitySystem private EntityQuery _physicsQuery; private EntityQuery _xformQuery; - private List _entList = new(); - public override void Initialize() { base.Initialize(); @@ -119,15 +117,17 @@ public void ExitDisposals(EntityUid uid, DisposalHolderComponent? holder = null, } } - _entList.Clear(); - _entList.AddRange(holder.Container.ContainedEntities); - - foreach (var entity in _entList) + // We're purposely iterating over all the holder's children + // because the holder might have something teleported into it, + // outside the usual container insertion logic. + var children = holderTransform.ChildEnumerator; + while (children.MoveNext(out var entity)) { RemComp(entity); var meta = _metaQuery.GetComponent(entity); - _containerSystem.Remove((entity, null, meta), holder.Container, reparent: false, force: true); + if (holder.Container.Contains(entity)) + _containerSystem.Remove((entity, null, meta), holder.Container, reparent: false, force: true); var xform = _xformQuery.GetComponent(entity); if (xform.ParentUid != uid) From 83c1438b40b7a96413e52cfc4aa92a2a35c68338 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sun, 4 Feb 2024 15:13:47 -0500 Subject: [PATCH 289/391] Add open/closed/fill states and sprites (#24600) This adds visual differences to the sprites of many of the game's drinks when they are opened, as well as visual fill levels for most see-through drink containers. Condiment packets are visibly torn open in the corner when opened. Glue, lube, and condiment bottles are visibly opened too. I also noticed that the soda bottles were all completely opaque, so I fixed that while I was at it. Oh, and I updated the wine bottle sprite to say 14 instead of 13, 'cause yeah. As a result of the way fill levels take on the color of the contained liquid, many of the drinks have changed slightly in appearance. This can be adjusted in the future by modifying the colors of the reagents, but seems outside the scope of this already large PR. This also means that if you refill the bottles with a different liquid, they'll take on the new color appropriately. (cherry picked from commit 41cf3e559973f89eb48d1e24099716f54a1bc87c) --- .../Consumable/Drinks/drinks-cartons.yml | 30 ++++- .../Consumable/Drinks/drinks_bottles.yml | 123 +++++++++++++----- .../Objects/Consumable/Drinks/drinks_fun.yml | 32 ++++- .../Consumable/Food/Containers/condiments.yml | 90 +++++-------- .../Prototypes/Entities/Objects/Fun/toys.yml | 9 ++ .../Drinks/absinthebottle.rsi/fill-1.png | Bin 0 -> 136 bytes .../Drinks/absinthebottle.rsi/fill-2.png | Bin 0 -> 136 bytes .../Drinks/absinthebottle.rsi/fill-3.png | Bin 0 -> 140 bytes .../Drinks/absinthebottle.rsi/fill-4.png | Bin 0 -> 156 bytes .../Drinks/absinthebottle.rsi/fill-5.png | Bin 0 -> 168 bytes .../Drinks/absinthebottle.rsi/icon_empty.png | Bin 0 -> 495 bytes .../Drinks/absinthebottle.rsi/icon_open.png | Bin 0 -> 466 bytes .../Drinks/absinthebottle.rsi/meta.json | 23 +++- .../Consumable/Drinks/alco-blue.rsi/meta.json | 1 - .../Drinks/alco-bottle.rsi/fill-1.png | Bin 0 -> 142 bytes .../Drinks/alco-bottle.rsi/fill-2.png | Bin 0 -> 151 bytes .../Drinks/alco-bottle.rsi/fill-3.png | Bin 0 -> 157 bytes .../Drinks/alco-bottle.rsi/fill-4.png | Bin 0 -> 179 bytes .../Drinks/alco-bottle.rsi/fill-5.png | Bin 0 -> 207 bytes .../Drinks/alco-bottle.rsi/fill-6.png | Bin 0 -> 204 bytes .../icon_blue.png} | Bin .../Drinks/alco-bottle.rsi/icon_empty.png | Bin 0 -> 241 bytes .../icon_green.png} | Bin .../Drinks/alco-bottle.rsi/icon_open.png | Bin 0 -> 227 bytes .../icon.png => alco-bottle.rsi/icon_red.png} | Bin .../icon_white.png} | Bin .../Drinks/alco-bottle.rsi/meta.json | 47 +++++++ .../Drinks/alco-green.rsi/meta.json | 1 - .../Consumable/Drinks/alco-red.rsi/meta.json | 1 - .../Drinks/alco-white.rsi/meta.json | 1 - .../Drinks/alebottle.rsi/fill-1.png | Bin 0 -> 135 bytes .../Drinks/alebottle.rsi/fill-2.png | Bin 0 -> 150 bytes .../Drinks/alebottle.rsi/fill-3.png | Bin 0 -> 156 bytes .../Drinks/alebottle.rsi/fill-4.png | Bin 0 -> 181 bytes .../Drinks/alebottle.rsi/fill-5.png | Bin 0 -> 206 bytes .../Consumable/Drinks/alebottle.rsi/icon.png | Bin 436 -> 433 bytes .../Drinks/alebottle.rsi/icon_empty.png | Bin 0 -> 459 bytes .../Drinks/alebottle.rsi/icon_open.png | Bin 0 -> 432 bytes .../Consumable/Drinks/alebottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/beer.rsi/fill-1.png | Bin 0 -> 146 bytes .../Consumable/Drinks/beer.rsi/fill-2.png | Bin 0 -> 147 bytes .../Consumable/Drinks/beer.rsi/fill-3.png | Bin 0 -> 151 bytes .../Consumable/Drinks/beer.rsi/fill-4.png | Bin 0 -> 194 bytes .../Consumable/Drinks/beer.rsi/fill-5.png | Bin 0 -> 224 bytes .../Consumable/Drinks/beer.rsi/icon_empty.png | Bin 0 -> 535 bytes .../Consumable/Drinks/beer.rsi/icon_open.png | Bin 0 -> 532 bytes .../Consumable/Drinks/beer.rsi/meta.json | 36 ++++- .../Drinks/bottleofnothing.rsi/icon_open.png | Bin 0 -> 692 bytes .../Drinks/bottleofnothing.rsi/meta.json | 18 ++- .../Drinks/champagnebottle.rsi/icon_open.png | Bin 0 -> 680 bytes .../Drinks/champagnebottle.rsi/meta.json | 18 ++- .../coffeeliqueurbottle.rsi/icon_open.png | Bin 0 -> 529 bytes .../Drinks/coffeeliqueurbottle.rsi/meta.json | 18 ++- .../Drinks/cognacbottle.rsi/fill-1.png | Bin 0 -> 145 bytes .../Drinks/cognacbottle.rsi/fill-2.png | Bin 0 -> 144 bytes .../Drinks/cognacbottle.rsi/fill-3.png | Bin 0 -> 183 bytes .../Drinks/cognacbottle.rsi/fill-4.png | Bin 0 -> 225 bytes .../Drinks/cognacbottle.rsi/fill-5.png | Bin 0 -> 233 bytes .../Drinks/cognacbottle.rsi/icon_empty.png | Bin 0 -> 537 bytes .../Drinks/cognacbottle.rsi/icon_open.png | Bin 0 -> 561 bytes .../Drinks/cognacbottle.rsi/meta.json | 36 ++++- .../Drinks/colabottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/colabottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../Drinks/colabottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../Drinks/colabottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../Drinks/colabottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../Drinks/colabottle.rsi/icon_empty.png | Bin 0 -> 553 bytes .../Drinks/colabottle.rsi/icon_open.png | Bin 0 -> 543 bytes .../Drinks/colabottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/cream.rsi/icon_open.png | Bin 0 -> 498 bytes .../Consumable/Drinks/cream.rsi/meta.json | 18 ++- .../Drinks/gildlagerbottle.rsi/fill-1.png | Bin 0 -> 153 bytes .../Drinks/gildlagerbottle.rsi/fill-2.png | Bin 0 -> 181 bytes .../Drinks/gildlagerbottle.rsi/fill-3.png | Bin 0 -> 212 bytes .../Drinks/gildlagerbottle.rsi/fill-4.png | Bin 0 -> 247 bytes .../Drinks/gildlagerbottle.rsi/fill-5.png | Bin 0 -> 248 bytes .../Drinks/gildlagerbottle.rsi/icon_empty.png | Bin 0 -> 496 bytes .../Drinks/gildlagerbottle.rsi/icon_open.png | Bin 0 -> 526 bytes .../Drinks/gildlagerbottle.rsi/meta.json | 36 ++++- .../Drinks/ginbottle.rsi/fill-1.png | Bin 0 -> 139 bytes .../Drinks/ginbottle.rsi/fill-2.png | Bin 0 -> 167 bytes .../Drinks/ginbottle.rsi/fill-3.png | Bin 0 -> 157 bytes .../Drinks/ginbottle.rsi/fill-4.png | Bin 0 -> 191 bytes .../Drinks/ginbottle.rsi/fill-5.png | Bin 0 -> 201 bytes .../Drinks/ginbottle.rsi/icon_empty.png | Bin 0 -> 621 bytes .../Drinks/ginbottle.rsi/icon_open.png | Bin 0 -> 625 bytes .../Consumable/Drinks/ginbottle.rsi/meta.json | 36 ++++- .../Drinks/glue-tube.rsi/icon_open.png | Bin 0 -> 695 bytes .../Consumable/Drinks/glue-tube.rsi/meta.json | 3 + .../Drinks/grenadinebottle.rsi/fill-1.png | Bin 0 -> 123 bytes .../Drinks/grenadinebottle.rsi/fill-2.png | Bin 0 -> 132 bytes .../Drinks/grenadinebottle.rsi/fill-3.png | Bin 0 -> 124 bytes .../Drinks/grenadinebottle.rsi/fill-4.png | Bin 0 -> 124 bytes .../Drinks/grenadinebottle.rsi/fill-5.png | Bin 0 -> 142 bytes .../Drinks/grenadinebottle.rsi/fill-6.png | Bin 0 -> 136 bytes .../Drinks/grenadinebottle.rsi/icon_empty.png | Bin 0 -> 428 bytes .../Drinks/grenadinebottle.rsi/icon_open.png | Bin 0 -> 420 bytes .../Drinks/grenadinebottle.rsi/meta.json | 39 +++++- .../Drinks/limejuice.rsi/icon_open.png | Bin 0 -> 406 bytes .../Consumable/Drinks/limejuice.rsi/meta.json | 18 ++- .../Drinks/lube-tube.rsi/icon_open.png | Bin 0 -> 672 bytes .../Consumable/Drinks/lube-tube.rsi/meta.json | 3 + .../Consumable/Drinks/milk.rsi/icon_open.png | Bin 0 -> 410 bytes .../Consumable/Drinks/milk.rsi/meta.json | 18 ++- .../Consumable/Drinks/mopwata.rsi/fill-1.png | Bin 0 -> 147 bytes .../Consumable/Drinks/mopwata.rsi/fill-2.png | Bin 0 -> 136 bytes .../Consumable/Drinks/mopwata.rsi/fill-3.png | Bin 0 -> 136 bytes .../Consumable/Drinks/mopwata.rsi/fill-4.png | Bin 0 -> 170 bytes .../Consumable/Drinks/mopwata.rsi/fill-5.png | Bin 0 -> 197 bytes .../Drinks/mopwata.rsi/icon_empty.png | Bin 0 -> 535 bytes .../Drinks/mopwata.rsi/icon_open.png | Bin 0 -> 524 bytes .../Consumable/Drinks/mopwata.rsi/meta.json | 36 ++++- .../Drinks/oatmilk.rsi/icon_open.png | Bin 0 -> 384 bytes .../Consumable/Drinks/oatmilk.rsi/meta.json | 18 ++- .../Drinks/orangejuice.rsi/icon.png | Bin 597 -> 617 bytes .../Drinks/orangejuice.rsi/icon_open.png | Bin 0 -> 631 bytes .../Drinks/orangejuice.rsi/meta.json | 18 ++- .../Drinks/patronbottle.rsi/fill-1.png | Bin 0 -> 142 bytes .../Drinks/patronbottle.rsi/fill-2.png | Bin 0 -> 183 bytes .../Drinks/patronbottle.rsi/fill-3.png | Bin 0 -> 194 bytes .../Drinks/patronbottle.rsi/fill-4.png | Bin 0 -> 202 bytes .../Drinks/patronbottle.rsi/fill-5.png | Bin 0 -> 205 bytes .../Drinks/patronbottle.rsi/icon_empty.png | Bin 0 -> 548 bytes .../Drinks/patronbottle.rsi/icon_open.png | Bin 0 -> 487 bytes .../Drinks/patronbottle.rsi/meta.json | 36 ++++- .../Drinks/pwinebottle.rsi/icon_open.png | Bin 0 -> 502 bytes .../Drinks/pwinebottle.rsi/meta.json | 18 ++- .../Drinks/rumbottle.rsi/fill-1.png | Bin 0 -> 140 bytes .../Drinks/rumbottle.rsi/fill-2.png | Bin 0 -> 136 bytes .../Drinks/rumbottle.rsi/fill-3.png | Bin 0 -> 136 bytes .../Drinks/rumbottle.rsi/fill-4.png | Bin 0 -> 161 bytes .../Drinks/rumbottle.rsi/fill-5.png | Bin 0 -> 160 bytes .../Drinks/rumbottle.rsi/icon_empty.png | Bin 0 -> 465 bytes .../Drinks/rumbottle.rsi/icon_open.png | Bin 0 -> 457 bytes .../Consumable/Drinks/rumbottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/soymilk.rsi/icon.png | Bin 361 -> 363 bytes .../Drinks/soymilk.rsi/icon_open.png | Bin 0 -> 365 bytes .../Consumable/Drinks/soymilk.rsi/meta.json | 18 ++- .../Drinks/space-up_bottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/space-up_bottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../Drinks/space-up_bottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../Drinks/space-up_bottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../Drinks/space-up_bottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../Drinks/space-up_bottle.rsi/icon_empty.png | Bin 0 -> 557 bytes .../Drinks/space-up_bottle.rsi/icon_open.png | Bin 0 -> 551 bytes .../Drinks/space-up_bottle.rsi/meta.json | 36 ++++- .../space_mountain_wind_bottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../space_mountain_wind_bottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../space_mountain_wind_bottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../space_mountain_wind_bottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../space_mountain_wind_bottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../icon_empty.png | Bin 0 -> 578 bytes .../icon_open.png | Bin 0 -> 585 bytes .../space_mountain_wind_bottle.rsi/meta.json | 36 ++++- .../Drinks/tequillabottle.rsi/fill-1.png | Bin 0 -> 121 bytes .../Drinks/tequillabottle.rsi/fill-2.png | Bin 0 -> 130 bytes .../Drinks/tequillabottle.rsi/fill-3.png | Bin 0 -> 132 bytes .../Drinks/tequillabottle.rsi/fill-4.png | Bin 0 -> 166 bytes .../Drinks/tequillabottle.rsi/fill-5.png | Bin 0 -> 205 bytes .../Drinks/tequillabottle.rsi/icon_empty.png | Bin 0 -> 608 bytes .../Drinks/tequillabottle.rsi/icon_open.png | Bin 0 -> 596 bytes .../Drinks/tequillabottle.rsi/meta.json | 36 ++++- .../Drinks/tomatojuice.rsi/icon_open.png | Bin 0 -> 411 bytes .../Drinks/tomatojuice.rsi/meta.json | 18 ++- .../Drinks/vermouthbottle.rsi/fill-1.png | Bin 0 -> 137 bytes .../Drinks/vermouthbottle.rsi/fill-2.png | Bin 0 -> 180 bytes .../Drinks/vermouthbottle.rsi/fill-3.png | Bin 0 -> 189 bytes .../Drinks/vermouthbottle.rsi/fill-4.png | Bin 0 -> 216 bytes .../Drinks/vermouthbottle.rsi/fill-5.png | Bin 0 -> 260 bytes .../Drinks/vermouthbottle.rsi/icon_empty.png | Bin 0 -> 557 bytes .../Drinks/vermouthbottle.rsi/icon_open.png | Bin 0 -> 587 bytes .../Drinks/vermouthbottle.rsi/meta.json | 36 ++++- .../Drinks/vodkabottle.rsi/fill-1.png | Bin 0 -> 135 bytes .../Drinks/vodkabottle.rsi/fill-2.png | Bin 0 -> 124 bytes .../Drinks/vodkabottle.rsi/fill-3.png | Bin 0 -> 124 bytes .../Drinks/vodkabottle.rsi/fill-4.png | Bin 0 -> 148 bytes .../Drinks/vodkabottle.rsi/fill-5.png | Bin 0 -> 182 bytes .../Drinks/vodkabottle.rsi/icon_empty.png | Bin 0 -> 490 bytes .../Drinks/vodkabottle.rsi/icon_open.png | Bin 0 -> 498 bytes .../Drinks/vodkabottle.rsi/meta.json | 36 ++++- .../Drinks/waterbottle.rsi/icon_open.png | Bin 0 -> 382 bytes .../Drinks/waterbottle.rsi/meta.json | 3 + .../Drinks/whiskeybottle.rsi/fill-1.png | Bin 0 -> 135 bytes .../Drinks/whiskeybottle.rsi/fill-2.png | Bin 0 -> 124 bytes .../Drinks/whiskeybottle.rsi/fill-3.png | Bin 0 -> 124 bytes .../Drinks/whiskeybottle.rsi/fill-4.png | Bin 0 -> 147 bytes .../Drinks/whiskeybottle.rsi/fill-5.png | Bin 0 -> 191 bytes .../Drinks/whiskeybottle.rsi/icon_empty.png | Bin 0 -> 521 bytes .../Drinks/whiskeybottle.rsi/icon_open.png | Bin 0 -> 521 bytes .../Drinks/whiskeybottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/winebottle.rsi/icon.png | Bin 540 -> 526 bytes .../Drinks/winebottle.rsi/icon_open.png | Bin 0 -> 539 bytes .../Drinks/winebottle.rsi/meta.json | 18 ++- .../Food/condiments.rsi/bottle-open.png | Bin 0 -> 260 bytes .../Consumable/Food/condiments.rsi/meta.json | 9 ++ .../Food/condiments.rsi/packet-label-a.png | Bin 0 -> 154 bytes .../Food/condiments.rsi/packet-layer-open.png | Bin 0 -> 258 bytes .../Food/condiments.rsi/packet-layer.png | Bin 220 -> 230 bytes .../whiskeybottle_empty.rsi/icon.png | Bin 521 -> 534 bytes .../Objects/Fun/glue.rsi/icon_open.png | Bin 0 -> 570 bytes .../Textures/Objects/Fun/glue.rsi/meta.json | 3 + 201 files changed, 1039 insertions(+), 135 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_open.png delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-6.png rename Resources/Textures/Objects/Consumable/Drinks/{alco-blue.rsi/icon.png => alco-bottle.rsi/icon_blue.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_empty.png rename Resources/Textures/Objects/Consumable/Drinks/{alco-green.rsi/icon.png => alco-bottle.rsi/icon_green.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_open.png rename Resources/Textures/Objects/Consumable/Drinks/{alco-red.rsi/icon.png => alco-bottle.rsi/icon_red.png} (100%) rename Resources/Textures/Objects/Consumable/Drinks/{alco-white.rsi/icon.png => alco-bottle.rsi/icon_white.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bottleofnothing.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagnebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cream.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/limejuice.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/milk.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/oatmilk.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Food/condiments.rsi/bottle-open.png create mode 100644 Resources/Textures/Objects/Consumable/Food/condiments.rsi/packet-label-a.png create mode 100644 Resources/Textures/Objects/Consumable/Food/condiments.rsi/packet-layer-open.png create mode 100644 Resources/Textures/Objects/Fun/glue.rsi/icon_open.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml index 345611bd87..cab95b0803 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml @@ -36,7 +36,23 @@ solution: drink - type: entity - parent: DrinkCartonBaseFull + id: DrinkCartonVisualsOpenable + abstract: true + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} + - type: Sprite + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + +- type: entity + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkJuiceLimeCarton name: lime juice description: Sweet-sour goodness. @@ -51,7 +67,7 @@ sprite: Objects/Consumable/Drinks/limejuice.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkJuiceOrangeCarton name: orange juice description: Full of vitamins and deliciousness! @@ -66,7 +82,7 @@ sprite: Objects/Consumable/Drinks/orangejuice.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkJuiceTomatoCarton name: tomato juice description: Well, at least it LOOKS like tomato juice. You can't tell with all that redness. @@ -81,7 +97,7 @@ sprite: Objects/Consumable/Drinks/tomatojuice.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkCreamCarton name: milk cream description: It's cream. Made from milk. What else did you think you'd find in there? @@ -96,7 +112,7 @@ sprite: Objects/Consumable/Drinks/cream.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkMilkCarton name: milk description: An opaque white liquid produced by the mammary glands of mammals. @@ -112,7 +128,7 @@ sprite: Objects/Consumable/Drinks/milk.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkSoyMilkCarton name: soy milk description: White and nutritious soy goodness! @@ -128,7 +144,7 @@ sprite: Objects/Consumable/Drinks/soymilk.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkOatMilkCarton name: oat milk description: It's oat milk. Tan and nutritious goodness! diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 2c156d5828..b0b2c2729f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -79,7 +79,46 @@ Glass: 100 - type: entity - parent: DrinkBottleGlassBaseFull + id: DrinkBottleVisualsOpenable + abstract: true + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} + - type: Sprite + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + +- type: entity + id: DrinkBottleVisualsAll + abstract: true + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon_empty"} + - type: Sprite + sprite: Objects/Consumable/Drinks/alco-bottle.rsi + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 5 + fillBaseName: fill- + +- type: entity + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkAbsintheBottleFull name: Jailbreaker Verte description: One sip of this and you just know you're gonna have a good time. @@ -94,7 +133,7 @@ sprite: Objects/Consumable/Drinks/absinthebottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBlueCuracaoBottleFull name: Miss Blue Curacao description: A fruity, exceptionally azure drink. Does not allow the imbiber to use the fifth magic. @@ -106,10 +145,19 @@ - ReagentId: BlueCuracao Quantity: 100 - type: Sprite - sprite: Objects/Consumable/Drinks/alco-blue.rsi + sprite: Objects/Consumable/Drinks/alco-bottle.rsi + layers: + - state: icon_blue + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: fill- - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkBottleOfNothingFull name: bottle of nothing description: A bottle filled with nothing. @@ -124,7 +172,7 @@ sprite: Objects/Consumable/Drinks/bottleofnothing.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkChampagneBottleFull name: champagne bottle description: Only people devoid of imagination can't find an excuse for champagne. @@ -139,7 +187,7 @@ sprite: Objects/Consumable/Drinks/champagnebottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkCognacBottleFull name: cognac bottle description: A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. You might as well not scream 'SHITCURITY' this time. @@ -156,7 +204,7 @@ sprite: Objects/Consumable/Drinks/cognacbottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkColaBottleFull name: space cola bottle description: Cola. In space. @@ -172,9 +220,8 @@ - type: Sprite sprite: Objects/Consumable/Drinks/colabottle.rsi - - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGrenadineBottleFull name: briar rose grenadine syrup bottle description: Sweet and tangy, a bar syrup used to add color or flavor to drinks. @@ -190,9 +237,11 @@ opened: true - type: Sprite sprite: Objects/Consumable/Drinks/grenadinebottle.rsi + - type: SolutionContainerVisuals + maxFillLevels: 6 - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGinBottleFull name: Griffeater gin description: A bottle of high quality gin, produced in the New London Space Station. @@ -209,7 +258,7 @@ sprite: Objects/Consumable/Drinks/ginbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGildlagerBottleFull name: gildlager bottle description: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break. @@ -224,7 +273,7 @@ sprite: Objects/Consumable/Drinks/gildlagerbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkCoffeeLiqueurBottleFull name: coffee liqueur bottle description: The great taste of coffee with none of the benifits. @@ -241,7 +290,7 @@ sprite: Objects/Consumable/Drinks/coffeeliqueurbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkMelonLiquorBottleFull name: emeraldine melon liquor description: A bottle of 46 proof Emeraldine Melon Liquor. Sweet and light. @@ -253,10 +302,19 @@ - ReagentId: MelonLiquor Quantity: 100 - type: Sprite - sprite: Objects/Consumable/Drinks/alco-green.rsi + sprite: Objects/Consumable/Drinks/alco-bottle.rsi + layers: + - state: icon_green + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: fill- - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkPatronBottleFull name: wrapp artiste patron bottle description: Silver laced tequilla, served in space night clubs across the galaxy. @@ -271,7 +329,7 @@ sprite: Objects/Consumable/Drinks/patronbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkPoisonWinebottleFull name: warlock's velvet bottle description: What a delightful packaging for a surely high quality wine! The vintage must be amazing! @@ -286,7 +344,7 @@ sprite: Objects/Consumable/Drinks/pwinebottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkRumBottleFull name: captain pete's Cuban spiced rum description: This isn't just rum, oh no. It's practically GRIFF in a bottle. @@ -303,7 +361,7 @@ sprite: Objects/Consumable/Drinks/rumbottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkSpaceMountainWindBottleFull name: space mountain wind bottle description: Blows right through you like a space wind. @@ -321,7 +379,7 @@ sprite: Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkSpaceUpBottleFull name: space-up bottle description: Tastes like a hull breach in your mouth. @@ -339,7 +397,7 @@ sprite: Objects/Consumable/Drinks/space-up_bottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkTequilaBottleFull name: caccavo guaranteed quality tequila bottle description: Made from premium petroleum distillates, pure thalidomide and other fine quality ingredients! @@ -356,7 +414,7 @@ sprite: Objects/Consumable/Drinks/tequillabottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkVermouthBottleFull name: goldeneye vermouth bottle description: Sweet, sweet dryness! @@ -373,7 +431,7 @@ sprite: Objects/Consumable/Drinks/vermouthbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkVodkaBottleFull name: vodka bottle description: Aah, vodka. Prime choice of drink AND fuel by Russians worldwide. @@ -390,7 +448,7 @@ sprite: Objects/Consumable/Drinks/vodkabottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkWhiskeyBottleFull name: uncle git's special reserve description: A premium single-malt whiskey, gently matured inside the tunnels of a nuclear shelter. TUNNEL WHISKEY RULES. @@ -407,7 +465,7 @@ sprite: Objects/Consumable/Drinks/whiskeybottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkWineBottleFull name: doublebearded bearded special wine bottle description: A faint aura of unease and asspainery surrounds the bottle. @@ -426,7 +484,7 @@ # Small Bottles - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBeerBottleFull name: beer # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e description: An alcoholic beverage made from malted grains, hops, yeast, and water. @@ -444,7 +502,7 @@ sprite: Objects/Consumable/Drinks/beer.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBeerGrowler # Needs to be renamed DrinkBeerBottleFull name: Beer Growler # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e description: An alcoholic beverage made from malted grains, hops, yeast, and water. XL growler bottle. @@ -463,7 +521,7 @@ - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkAleBottleFull name: Magm-Ale description: A true dorf's drink of choice. @@ -482,7 +540,7 @@ sprite: Objects/Consumable/Drinks/alebottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkAleBottleFullGrowler name: Magm-Ale Growler description: A true dorf's drink of choice. XL growler bottle. @@ -500,7 +558,7 @@ sprite: Objects/Consumable/Drinks/alebottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkWaterBottleFull name: water bottle description: Simple clean water of unknown origin. You think that maybe you dont want to know it. @@ -519,6 +577,7 @@ sprite: Objects/Consumable/Drinks/waterbottle.rsi layers: - state: icon + map: ["enum.OpenableVisuals.Layer"] - state: icon-1 map: ["enum.SolutionContainerLayers.Fill"] visible: false @@ -564,7 +623,7 @@ # Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkJuiceLimeCartonXL name: lime juice XL description: Sweet-sour goodness. @@ -583,7 +642,7 @@ sprite: Objects/Consumable/Drinks/limejuice.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkJuiceOrangeCartonXL name: orange juice XL description: Full of vitamins and deliciousness! @@ -602,7 +661,7 @@ sprite: Objects/Consumable/Drinks/orangejuice.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkCreamCartonXL name: Milk Cream XL description: It's cream. Made from milk. What else did you think you'd find in there? diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml index 359e4262cd..2fd2331f91 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml @@ -11,7 +11,7 @@ sprite: Objects/Consumable/Drinks/glue-tube.rsi layers: - state: icon - map: [ "enum.SolutionContainerLayers.Base" ] + map: ["enum.OpenableVisuals.Layer"] - state: fill1 map: [ "enum.SolutionContainerLayers.Fill" ] visible: false @@ -29,6 +29,12 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: fill + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} - type: Tag tags: - DrinkSpaceGlue @@ -48,7 +54,7 @@ sprite: Objects/Consumable/Drinks/lube-tube.rsi layers: - state: icon - map: [ "enum.SolutionContainerLayers.Base" ] + map: ["enum.OpenableVisuals.Layer"] - state: fill1 map: [ "enum.SolutionContainerLayers.Fill" ] visible: false @@ -65,6 +71,12 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: fill + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} - type: Lube - type: TrashOnSolutionEmpty solution: drink @@ -134,5 +146,21 @@ - type: RandomFillSolution solution: drink weightedRandomId: RandomFillMopwata + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon_empty"} - type: Sprite sprite: Objects/Consumable/Drinks/mopwata.rsi + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 5 + fillBaseName: fill- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml index 5ae992319a..197e7ea982 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml @@ -49,7 +49,19 @@ - type: SolutionTransfer maxTransferAmount: 10 - type: Sprite - state: packet-empty + layers: + - state: packet-trans-2 + map: ["enum.SolutionContainerLayers.Fill"] + visible: true + - state: packet-layer + map: ["enum.OpenableVisuals.Layer"] + - state: packet-label + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "packet-layer-open"} + False: {state: "packet-layer"} - type: Icon state: packet-empty - type: PhysicalComposition @@ -77,7 +89,9 @@ - state: packet-trans-2 map: ["enum.SolutionContainerLayers.Fill"] visible: true - - state: packet-astrotame + - state: packet-layer + map: ["enum.OpenableVisuals.Layer"] + - state: packet-label-a - type: Icon state: packet-astrotame - type: Appearance @@ -98,12 +112,6 @@ reagents: - ReagentId: BbqSauce Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-bbq - type: Appearance @@ -124,12 +132,6 @@ reagents: - ReagentId: Cornoil Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-cornoil - type: Appearance @@ -150,12 +152,6 @@ reagents: - ReagentId: Frostoil Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-frostoil - type: Appearance @@ -176,12 +172,6 @@ reagents: - ReagentId: HorseradishSauce Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-greygoo - type: Appearance @@ -202,12 +192,6 @@ reagents: - ReagentId: Hotsauce Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-hotsauce - type: Appearance @@ -228,11 +212,6 @@ - ReagentId: Ketchup Quantity: 10 - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-ketchup - type: Appearance @@ -252,12 +231,6 @@ reagents: - ReagentId: Mustard Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-mustard - type: Appearance @@ -277,12 +250,6 @@ reagents: - ReagentId: Blackpepper Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-pepper - type: Appearance @@ -308,6 +275,7 @@ map: ["enum.SolutionContainerLayers.Fill"] visible: true - state: packet-layer + map: ["enum.OpenableVisuals.Layer"] - state: packet-label color: black - type: Icon @@ -329,12 +297,6 @@ reagents: - ReagentId: Soysauce Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-soysauce - type: Appearance @@ -354,12 +316,6 @@ reagents: - ReagentId: Sugar Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-sugar - type: Appearance @@ -399,6 +355,12 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: bottle-alpha- + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "bottle-open"} + False: {state: "bottle-empty"} - type: PhysicalComposition materialComposition: Glass: 50 @@ -418,6 +380,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-c - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -443,6 +406,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-e - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -468,6 +432,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-v - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -490,6 +455,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-h - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -515,6 +481,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-k - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -540,6 +507,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-b - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 17838b0fde..75259bfaf7 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1213,7 +1213,16 @@ - type: Sprite sprite: Objects/Fun/glue.rsi state: icon + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} - type: Glue consumptionUnit: 10 - type: Item diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e9d7a95189d8cf9850722aacbabe66eea5d0963a GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u!#oP~c%c*dU=3+1?nTF4@~9#@OZZIXrrsD^M8&!~ChUH|*vQy_=@wbY{)`vTd`O fvlW7Ua}PIj3deJLtO|1d2~y?h>gTe~DWM4fQl}_Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..745b1b6087ef221c7100fbe5e275a4d40f3f4c70 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u!#oP~c&9OxV2UutVhW#WPtuSXfyv#lP10bq%PD;eq<3OJ!lZ-%bg6XZ_dg!4o~D gXD`ne3V&c?jIcEoxRST8?>tDEr>mdKI;Vst060u7!vFvP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1add8abad6a851f846bbfddf68c594b6103c8a GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Zk{fVArY-_ zFC64#P!M2t6#QKuXT9@W60?>@6NmME0S--8psEA@Dy?s4Jl*De$wYqTZe^p-8oSLN kY%2@8wYT!=Pi7tmcE)=mdgj)CJV3P!p00i_>zopr045PCX#fBK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..102c82b37cf759415c0e238975eb58eae30ecf0b GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ zFBx(jFyL{%7*O^9;`PA1Wj;59rdNFYbpIJkvw$2kP~i?0&7AhPH}b2eiQIg5GMdxy zxzBTH|H{qHOSU}Q|9|o~wp+|o`Zg53jlU(Wz#yi%OKllj!-%@7lspDw7FR`ySh zp&|WqR>xkc2bGb}ubyUFbAUmW!RB{M{AcsWyglp|R^C@<89(MVV2I^nmY(!-`ZY(O OZ492SelF{r5}E+T$~IR3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..ecdaec3e51e6fdc3a041b691238dec7ade3b3a98 GIT binary patch literal 495 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TTOMtd0D*n`YmOTf z|5900ED|bnKvVC?hrds)EoR3!1d6b@wisxv&u>56^rRY<{|L+dB2*I+J7@a(*hcsa}@^x~QqV<$g`+i*H&* zGLC_I8WxI$W+`{~Z=N#4u}m)k2r5p$KXu^b`2z9n6Wj-vUzT&AqekuGcYiiAjxF<_oQLB#I%_D z0|l*(K;Wo1Yp!FTPx$j7da6R9J=Wl|M)VQ5?s=g&_^%Ac;9Rsbv&VCpdLnK~RejMPW%x(cmNvE#BbL zEVP7?<5EBGaWqc^S-?AkM{rt1qB6# zR;P{hN0;a+zLhIo0MMa&I^VZP84^!BX#fDc*`cG%4jl!6BbCSr&=4e5z;Rsl+w1p# zPL7TtB?!o6?-1PFsJa-2soSZN5}+1au>}JY z0N{N|aqV*b=wAZVZXQM?4FJ<8b7C=`jgo|rHH6-TL6|xG5ac+BX8-^mwd3g20>D;t z0$il75a$J$0%~H1tO`bkhu~XTmZOk%54c26%xKlH-h@GTC=`CLhxX?6v}HEwJDaN4 zNmRk=ZXUFqLY)7ZzuQcPL`7afXnO~=odRvANEHAGPk;?9xxc;?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json index e8a2f8c21d..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json @@ -9,6 +9,27 @@ "states": [ { "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb021eb2eeee5d663b7ad8e31ce5078ba6a36aa GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ z&u!#AV8FxdsO51w)M&%;Pg*h#EAOu2{&aoCBWEF?x`zF$UvAj_U2s*E+T7}22co>U oO?BC}Tr&3Y(j_X#S?yl3CLZEjuTsK152%*G)78&qol`;+0NNxmsQ>@~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d62612269afddb89575d0a378828f714b8ae8e GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}fu1goArY-_ z&u!#waNu#i$Z|1F^x8SQHIEpbSRdV*QzG!06E3Y~j+!taYWZ|-I{ x+8iyLW1Q;gtY@omQt8pjr|j>9-?P}gWV*XrJeAG!FSQ`fBBoFbxKOshyin<}Lak`^+Ro$OWi$!;G@-nU&L=SGhkwcTe`g zySrH%d#5NbdUAzPP%-V>lP`?lJIeoMA4rd5&?#rsveo$JDz3l_)W_iI>gTe~DWM4f DEwMN) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..34088c12e0cd42e41ef68a821b2dfacb2a962a78 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}xt=bLArY-_ zFK*;*FyL{y$i1l7J@Nl7WrHqThZRket|=%_tnSsej^}c4adBC#eevkETb8m~Pdo11 zT+FzN%ecAYz?ntq8(hVYA9q!;U*O(jZ2N$>pXpBRtd)%K`l4RjUS_U3VsV}8$60ZK b+ILKU60KIOkd*%iw3xxu)z4*}Q$iB}LT^GU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbff3ac084883493ef0a1d04548af6548e54068 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ot`d^ArY-_ zrx@}bR^V~94|Sit_{+cL2`3ak^xZt^A`-UTDCqU}JtwbC7GP^q;Al!PK51of%wn3W zX01;3y=x6YTr(tBaiwirckr~;i8BI%3_IRPDJUr@eYxl8@{f@rAUpPr)P*SLb3Zp# zAL!X}+xCI94OhU`qw5$y|IgpeZ2aimf36=h)j68p&M9B&@o|bgUlGtz44$rjF6*2U Fng9>UQA7X$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b760876e58c5b5d1480a50f8d8b4a167dac700 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ZJsWUArY-_ zrx@}bR^V~94|SWp_{+cNFHZH9pYdD1XhYP*z@Yt4eYeeXFcM&K{P14o^#h5=n{~Wi z=H4uhVD{3ycCq!kYIGUvidRY38A4f&{dcn)7`w1AEQ@7!VR31>XWenao`E52ZFekl zRQ3r=p!6T5b7lNHnszXMuWfwG*#EOh;l?>}r^3LMjpZt5fG%S2boFyt=akR{01cx| A=Kufz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_blue.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/icon.png rename to Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_blue.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..851126deae31be142c0af3a6053136c6e981f999 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t36#DLn2y} z6C_xj1!XJ>8Xg{KWae46Y?-=`udn}sA5R#>yksuz&Fj9?r~O@0LZWU$E}O6_-vTy? zQih*=0oQ8M^p(ZL9wp}OdTf2%_?LBp!okMl`t$$(|9}74|Ns9N8N_V-%M!WJ;DMsS ztA;@KfJY6puM{w-P8F0kl`&YdIN=Io2;&qLC%-I ZNKDawuw~~eEucdgJYD@<);T3K0RWk`RRsV5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_red.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/icon.png rename to Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_red.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_white.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/icon.png rename to Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_white.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json new file mode 100644 index 0000000000..f60e29d82f --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json @@ -0,0 +1,47 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon_blue" + }, + { + "name": "icon_green" + }, + { + "name": "icon_red" + }, + { + "name": "icon_white" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..1f619fbaa5dd1e9183ff018d1099feca28ecb716 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}j-D=#ArY-_ z&mZIks&WoAc$X_PA$P}PmPudI9@U3mS~i0bsOrG`7~YVpS=@KGUoyYSD7erq%9%Ii f+1JDG+R|mO=<{mE+LW9DDr4|;^>bP0l+XkK8T~At literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..88227517204d8f85537dfb4f609a9c1f37da7c29 GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}0iG_7ArY-_ zFC64-aNu#d==!F5Mg6QR+FMvf|Ltz`Z0lhJDtwS{R9u$kzb)&)w+SVdDw(&| wty?V~k^7$Q{k{tyf3crpReJQ|%!f#IrU+@XR~vV)0cv6JboFyt=akR{0I?!B6#xJL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..6d10fc3f83fab31b18aa137b3843a946b18c25b1 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ zFF0~F81T4URJymjV!w>~??U~sH(LT)|4-vwI$4tysPKi#O0QM<&o8^We4e~K_OzK; z`W<`bJE3o{!L?&-yR*&&+o&UoIDAG9kdDb?$17*{->~K*b9rT+L_Pd?@Ep;&$%# zVn!F0T~BW_n5WhG+^R00J@e)!##0rO)1ox;6V5U$UNwDh%ggi`bAPPe(^$X|I=61? dJ*hv}SRdY!U!ykd_Isdd44$rjF6*2UngBj*MrHs2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf2364cfd76ff634e1f366484355c2e4681943d GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9iA?ZArY-_ zCp&T-P~c(NzSMpG4pyJPRbIf$;GpShpWhiuklT9H< zI5ky6QP2|M(yyfgp~;~=2m-HAlvHR66>DT1R!asOzfr<0H4oiE6-(DpnpX`Gf5h1dtH^xkrohx zv4e%sdkNqs{h)is9Ts>lT<(ty7Xj$6slb-A0sy7W=3+@cqa%T_v#)p3a9H5+{M0I6 zm)qqvq44syV`t$|jRW?RWz@s&2RO0P@qY}rzXgVkG zoBU0Iyz#Rvb?5LU%q0ZE9YMGwF@J7JL_t(oh3%HTOF~f?#((!{&LK?=4*dZUM9~MDppbz<)RZFO z)Km>cK}&>7UrPl+lS6wH1m5C`f(o^S2CfZG5rRvb>1oJ>Xu8Mn65R(5_nhH<_??IM zJzTJ5%hrFFX0{-k%>q!|56EDs0f3=97}`o}0DiyUl%LZqz<-y5p$3NTXz#0vK0*~h z^quXx+!0*v2-gp@SE@eB2|O3icYLEI01VwR2kYGh0C-w!ZD!OxIszCx{`?wxmjUii zj%4|=+%B&PjhDAg8A=?Oo+{-g1Q?Glc2eFsfF;_S56c)%c@~Yy7|!+ziypb+9g$}J zEKfjr3OxNK0)LMg05aQC+}t^oe3TOym>8y>^HR@w@hvZ@+Nc3chMF`h$@aNfNfMZD zbPwP+^)~?u`p>fTZI_!cpAra99N~$RPpJo~Jcb2bP|z=0C!u^5%X`3d0%NNiTK&E8 r?a6(uRp|v55{KHU$$vsymg@sn-Ctl>Do$?z0000Px$g-Jv~R9J;$U>F6XU=)mWz(}fw0|yQ;FfcGMT7fq{X6Vb2a`27~gw zj0_A63=R$sB$>xTssmua#p5r-o*m3^_8T(IA=?2=BGVcjgT7v3U|?X_xc^YBwLYC4 zaPPv*dIgz_3=9km4BYRT85kIf>FWRn1_p*p`A~)@`DRe$0KJJ2de08>&0r!&li1U1 z4YF!6!GF2Bga2}M2iG5BGe0`3cRk%400Vj{C7hJ#r`Q4103@dYv8UG>et-LVNiU^@ z^U|E2?+gqK42LE($=DUtwU;q4tY=_g2qeY40S^JP9q{U8V-Sb2#aa$yi?xiucZJj4 z0dJo_4ElZ8mf`ndTLuQpquE=%#@Ib-;gC zx0UE(^Y*dMCdVwY>wPx$YDq*vR9J;$U>F6XU=)mWz(}sfi?h3fSh=|M)^FXe@8f8k;_fNTf6I@uV+VQjIM!`NaiD+?@remcg$)l>6Pk6|W4sISe<) q&Ah&fy{7wLQ8@QZ%fAIv6QlL>wFF8xmM=R3QtRpJ=d#Wzp$P!TnJ^~+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..427623e18d05c78ca647324dbceea4f5d6a241e1 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFKpywFywI#6wEv6Gb7cekKJRc+Jr|XdPN`NwR>7rfhrm5g$3`P^ozR6vHXtQ2Ju}_ rCwjR&|HPSxDLbyQguaoobD4JSI!L*vtDnm{r-UW|=*%%) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..cfdd56ce4dd34d44a8a7051333bf0fc77993bc92 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}fu1goArY-_ zFKy&xFywI#6wEv6Gb7cekA26hSrbIm%{l*Emr`!jWdtgd(&i>_){F#xk#2_wY%%T!|M^0qS7zboFyt=akR{08TV7I{*Lx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..914871c0c4b1d0a68d573e7a5e5724e78a78eec7 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}HJ&bxArY-_ zr(EQ1P~dU#f9$q_M|hXd%{InAhdwl_*m_)faxedKT=fMeCl19H0sYOD!e?|^1$J$m zW1Q5peEGeHxeK@$cN{&VV_3?NkS=`Nb8oP};jC$eO=St9Sq)hWzF&Kzc7bn8lX14k r-A2(vQ~&>M3_A7rqU6yd={p&^rL-(o%T*r+x`V;f)z4*}Q$iB}>rYC} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..af50ba4dddf4433cb89e103104bc0f6b73a1a1fc GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vpiiKLn2z= zPCdwZ*nr11-n;MKF{uODDTmfPWPFor7y)nm*@oct6+h7+Zjs;oj{LtR^wd-_x}cAHEfw(HZGbpTE{uc*a>(M!}mdNA7&r zWcvMJwUAm=c6+VeYT1u(B!9#=#_#?1<-YC**%!R*&-G>quCd8yJ7+d8U7BtCXU1hJ WhPKY#i>-mKWbkzLb6Mw<&;$VMp;IaV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..e21b03404b88e4bb5d9a55d38632c20e4b77d656 GIT binary patch literal 535 zcmV+y0_gpTP)Px$(Md!>R9J=Wmpy1xQ51l`mpWA&i3U=fBrPS1KVUOhu!UqOCPRk~T|xv&)HnL3 z3=t_c8G=JPc8FGl=TJmM+H`5tKnqzyK^?4BpNfiNLW-}b<8u&8*PbiyQRvz3aKHQA zbI-Y#tJUjuybPbGs~-p)2<&Tt*mAlP3WXf4%jd+F(;X@2kaS{w)C`<{G`a;)IXM|{ zUEs#n=k+6-H{zia1I&aO+9byp!>nDhzQ301D&HR44e;fS{P6l!2$=rqb?} z1sc{Wx1-Zh*9CMtx!`nZW(gy8uJ;1RKffQ0zq~r*n!v7zU$+w}6~LYa{_P%!12uqS zBZtequi`y_qIWrU<&U|mTc=2tWDQ-3;98m^xl+8YWgt3hniRW3m?H(>U2~jtQ z1ct)HWZM%gm5%VB@D;t9r{6gvL8;Zihr9RLE>5c;Px$&PhZ;R9J=Wl|3v2VHn5%r>3F?4I&nYsKiG?7YS0`T8Y76aEV0P$So2#87c;J zXbg-7Uy+P<;3CBcBA2tukPPRhhtNV?JIm0J2ApWOS)@1A>}_keWLN#~y< zP!Cr4vpR)$T?$_nT$hW{;7MzIp2EqX3JCAIq#FdaT#N=!Bl*o#PSOI5F)+q{UH@}| z#0)H1)nQkL%EQRyIXu!HlAg?Q1u&BtTpd^zLtJmqEwB^W!k~5BnsNbIbNY3Ip!%Rl zHHCG^ySb>hA9hcqOduil9?c=~0Fu6lEGtI8ZV*%eb^w9z`cp8jJQkPie)L|*$?$kP zz#Z}$_G8S|AU3(8u?HO7?_mgiAqt1ofqsmsr6vp7j$7c^cf+XVpiy^_wt*zjAU44r z>%fLD8?z&Kkk>pY)2k>bz8Sb2oyLoIoCiUlfn0ATx*l8rfFk4oVu}TxJx7=`FW@YE z3VF>##n1$HB3qa=FTfq^!0np}6HYHyPZmi6q#5u*kmi$TpkpFTB!8T|NON WnvY(CU>bD*0000Px%Zb?KzR9J=Wm$7RTQ5?rV6}h&T)E2B(OiFKw!!3dY>X^gcqOJv@#Yrf5Dp?Lh zQI}3eBvcUvhyDdZC$R*sYq&TGEi{T(31Y5l6SbE#NiR-0ZKvJ~riTA z0#OMk;JR*GmSue3N7FP+(`@$?Ad|`L=^KV2mJXZEHE`S)jNQW(&=>2 z)-)~jc%eODSr%(+Yq*UX{-DobpUiM8bV&gO6X?vewo@bO%k0)$*tRVMAbcBcZ*Q~w zYKftNC_Ak>_p%Rr3s9+480eRX$`OX72&4Vc-T|zxt^#m%&S3obDDjCHrHvBaS+6$$ z05dZ)td~kS>+f+ZTO`k)6Y>!PP!uJo`)A^DR8d^RxPc-DZ>Lk1~B>o@W1b a==u%Sk=>n*n@(5&0000Px%Vo5|nR9J=Wl}|_%VHn1LnrymkYAdqrR4a^ByNc++^iT*63zg|Kg~EYcLZ=| z51jv5$MW(Dy`=|s9>84tg>tA4LpN!xS9Tr%z|=MRy&X;@oB;qFZD?|IUTSo1U1%z_ zsJ`O<00%R1mi;th`*P3ZL3~|3+kyxMk6LDTtzmn4O;B+T(E{P2nl{ zn9K9BdKDwG$Yh_J!u=+U$RZP=6mN5)YLa7^PG*?wa}!V%4Be!3=(voGJb=gRBAv`& z=q3SG!LRtG0fg?W<6L9m;IT5&$qXK^i-7tkg1@H{gpM=-@ZpKZo1wq|4um^ko7){Q zbd&0RHE3U>qEd1IwzSl3GeJd9VBH_QG4Pn<-2vKt>02{)7uG;S@z85v$Er8!oeCm!QiGh0n O0000Px$%Sl8*R9J=WmcL6|Q545NQ8B4HDB32HV6s?2iuuBY$A$BKAMQEl zo(nbAbl+vO8lY(!05emQX663M>PH(uAP}(RS7#NVQa-O6pVzHoL4!1KA!uXh`D2Wu z2#0%?4^kaqaoxnXf5c@0l7`93tjtF#1p}oEo}C}7Sf~LE*Iz6BTnsQXHEC8BpTpt! zt1JE~z@4^I8I^EAa1VG~k4&G}&BKm%rqfXX-W6NOUR+YlouTLQmORB>0N|W^dHb;# z5_^bK@czv>g;a|}Y08tVC8G1tVQ+pXA{UeNVZHH~^ZK>1+2OFOO(4!d| zdwNA4;x0(+tIYsq06m%@Yvjoqc}`BR!~jYu__><{pwnfqF2MTQCuU#GqbHL9M0dXP zVv$)z9%1l6|3_os$cHZ5)`qh?B4#Umq q?qZ2y{<7bHS;M%^4Q3fw{S9IEZ%ylBK44k=()-}OxO#=> eYqZY=yk_dCwU_<0N^LdJat2RVKbLh*2~7YKibc5q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..8740f00aab46e1460973e3ab5bea437af4ac2646 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vproLLn2z= zPO;`=R^(xA*HGQw*feQza9(4+^ZsZ-S8b6*58F=iIMd_cH@51G47|br>$YIVX$#os-l? z!SkUHFV*?`o(H1~wGI+ZBxvXKEbLq5+XDy%q zHx|rQWMOFNSa411_Vy{0te)i`IUp!F^QSDs20!;7OBj`IF*M9nHa=eWwvaj8Nle%| zIKV5AbIY2H8Lt}mv4r^~SBT`kzr{22B1g}xiu)3Ab1wuj1+$%NS@YHWK5Mz@o!wOn g_7|mpv#_=PvB_fBwfaAOK<6@ey85}Sb4q9e0C@Ub7XSbN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..506b9adb05d4781fddf1a37cd6e76f0b9516e8cb GIT binary patch literal 537 zcmV+!0_OdRP)Px$(@8`@R9J=WmOp3{Q5?rVCxXi*L}%?(rw(Seh1?J@Q&AioDrpBh)kV-r0+Fk5 zi)3<&LzN0$s-5L%U!YWwKo6lVUWZr0w1o)5Ad$NB5L^SS~V`CNfsUk=8mXbEI*5Af)A zj_KKlbi)rEeA+b@IA^?aNQ?#kyMXa6sI7FE+4qT}F3~}U=FEr%+=VMl&z4Va!I5c< zc?l}_*WT|Z7p}CZ@{^GZ3=88D0630Q1!%Y1qZKF?i#tIOTwhzRsM<=0G)*nr zw(Dt{)^)SAOOS0|DwXD%TNlXZ3OJ5aP1Ce)+qSlV7E;O`Ap}aPIUxi;K0s9nf#-Q| zbu#~{2@khDb-3**03pPytS59Z>Vb0k=BiBM)xpI2V|6l`KXn1uZK#Qf%fHRbB7P&s;}Se;JT=n!mdy@0Mq!DZTp00000NkvXXu0mjft)lhT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..04603ddf48ce02ce7514902cab3b18e36e8da549 GIT binary patch literal 561 zcmV-10?z%3P)Px$>q$gGR9J=WmOn_`P#njkC*WM zeR#iLLVzYs?mLRe!<5pCb-7$#%4W0k0AN|xP&^(VjP4Oa{yFo3h`?nsnanfGvW5Ua z*Yz#Nm{d-StiZ~b;g_j_?xfarlyq0dKFa1u3)G9Iz<(EzehYHbRrKxJ@Vpwly()@* z4Hhs)+wtnPj+(oPy`QJDG4d@)yqnwD4W1~cPy3b5#Kd^R1?q)#3jlx+k_LcErP5e| zSS+^gI8N`}M1tq0t6+>Ns;cH0V|mdm;TA;2HBCzue>}va*2f@(q#0v*RaJ!rgb2fM zol*+Ud5Ths%NKw&r4*)VE{SB`Y6uV4On$g#asZ%|&O|dIg47J?dU7@l{Mn0*g%A9E zHFD#ONCh$HD$t@!tnnT$Rfa7Rcq^D~3_vs{lN& zb|w(`I6evS%iS3PFnD9Y6{LpHwwK>-I}XCYM;Q13fa27o(EnwGbPGNgK1mh4iqr{| zN~Lf0C=Ljofa|*7ulw5Bw*3MCOw+8B)_vj+Tt~6ppkdli00000NkvXXu0mjf8=nMv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbbd2f8bb9bd87cbff700481594dcb607a2398a GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFC64NV8G*iF<_S~+l4byUdbtZ<;@MZ?|qX0k)db;(#>FUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..1559e7e97a3e4260aeb363f77476974f8e2c8f32 GIT binary patch literal 553 zcmV+^0@nSBP)Px$<4Ht8R9J=Wma&T4KoCIRB|fvZ3PHp*!Ic_=i|i*v{)oeETK~oUN=jAvfMC2= zq%gR;<}d*_Cc=vFfiMya#_Scg6*hVjFnQA{`vOS zBw5A`cmN`$Dqm3)z1nBX2B0qAvW%7M=a zqR80zv?{|pFrR=AO7T=HwfgwsU}xpm3c&1)F*i4d_s*DKr*B974y-a@{SVy#xQFC7 z$@O88A9tqGUBvnvc#0yDqh1f3TwgJB0I!M8rt*%r-NuP7@)N#2m-X$c%D~**oqUtcDqFgLATpI%RplQ zWm%pDtb;THa0>W0NMitHS-u&F6F^ZEXsyYztQxy+!FwCyPNy@KQdZ^X`#yP|(`vQQ zTGQ+Gm`o;L=JWa2*ZOqIfDnQ(3@g3SGJI*TUH${>UT|7{{W4M%MRhN*6{js&E|;Wf r3jA4hQ4~%9PQBnI8{1xRk&8S7Vgu~LqYQ^O00000NkvXXu0mjf-^BbU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..1865d8110695036c0643829e6d0c617768fd4334 GIT binary patch literal 543 zcmV+)0^t3LP)Px$*-1n}R9J=Wmp_WzKop0+O}sF+3PHp+!Ic_=i_8to

    hx>K1#IlsZE&nk`Zo z+&G;HxG^y(#tyywNwUdgLQxbf zmrJJ8>3gNr-v!WGH}*j(ySdmu0Ht-~%LSz80?^i{B++#S^5xRk4X?agK9jrv(lpJa zltfWP7=}nGNz*jz1fUKc$1(f;o}wrKydj(bv{F_|3D5)&f&hRZ2#`{um9j2AomRm; z*muAitvR%2db|APT+e%X{}#ZWthIM{=l99lZ}qo}eGg6qFQ*j(zk_;lWi(=^RSqY**~j4=oy z05Ha|TCJSV1h0)~JRW0=A&Mf5F$6)-fVj#F;CMVDgkUfjTxFm$fU2sl0=7Xq0jLB1 z3ep)sRaMUh;ssEaCB_(byIoWE9fH>`mHYjECZ%kaUl@iIMM1CE!x+PGIAk`PeON3O zAOF;+R|bR-#Bto%oi4+t#@c5dIG+V|@7tG=vMif>fvdcRV7*?G=Q;4$>#{7p0KCqE hr|S6rAH3-Q)lYit?o>F(-%ec literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..8ded82d6b16ea78db7b7bebb8aea8131f3b22a10 GIT binary patch literal 498 zcmVPx$tVu*cR9J=Wl{-koPyj`b)-NK8gBGRgC@y}`Du_+VqTo=7C2Fq~0gv=~4w&WB~Le6w^L$TIu} zoHGLXuuMKIbC$~@c|=mlm}0s>Dj8F*e6z)3d2a>bGDM|o!H|S5fmAZ4+@>?!rZXI@ zPa#}}7+T&1pzb0_rE7uCj#ga~n)iTO4v@afkiIKi&s_w0?(rh;tzgS#>F@30`sQBq zq%;Wxc6?vTKNCMX#g@w=3WGdX)$pphx`3u7SX}j&wL9zpINIzu+U$%B_tM$XiYN>+ zP*tO|_5)p?p(^p0=-PymN96eA9LXcn(%e)UHaTRjfJ$RSJrm=jCB?NHOXdq~``4IX z-1;(Rq*z7wQQX*2&wgODWc=ar34lm6Zk|9S8b|VoMUkJ1yZgr8|A_v-6;OjC(ZVUG oij)@XL-!JV7cp9FVPT>226|+d%1ASe*Z=?k07*qoM6N<$f_8l3C;$Ke literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..aa09b488ec56c84649368f6904f2165f2840633b GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}!JaOTArY-_ z&u!#AV8G!L*s)3Q%#(#PILo}GPZl;l)%$<-c%c$d9m9w6Tb$|73^wm{F}){Q-mkf( ypq#CvBjoCHgYy0}GI#f_uHLZe^Pd+CZ>kuMn24~NeduHbY4ddTb6Mw<&;$TVKsSp3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..db67a5a9307f79ae0046f5b5b40c78f19a8b9536 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`JOJ0ArY-_ zFJ0t3puod&VRMN}dXYwYm+{ShC6CSrOY83a4!kfynX3Z?I1ZlidcT+9K)GzSvG(e! z^GDk<)-o~#d6mXJH$LVY{$Q@ll6TwZ9?P+)Vv1{?Q~dSay9NIn(p$Q0&Q4^w_{^Qz b;|jCdZr!h(%j~LwRx^0I`njxgN@xNA%LGP5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..5179f6e95c4737aeb9e1aeb46b183a3168ea8eed GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}eV#6kArY-_ zCvD_Cpdi3JS3~u&0mJ2#6+VXR2dUue!_aesP9cn0g9m5u+H=jj~{+3eE58?U7hkr&`*xJb#&;SSJc44$rj JF6*2UngH?}P3Qms literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3b596b30b20bdb15e0e1f52720fd263d86fc38 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8$DedLn2z= zPCdwbSb@j2ewEx_Ub%)$iLOiuhWx_}wt@>avXYu-Isesj<|{Ln2z= zPCdwbSb@j2ewEx_Ub%)$iLOiuhWx_}wt@>avXYu-Isesj)!wmWKfPjI uAZ8HUrs`feebbb*o3RORyN~NDKWDa{ZppkRtEUO*dInEdKbLh*2~7Y`s9YHU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..cbe035e903b3f37707917efaeee66b0daea7788f GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TC6?fAsu&*kzuCA3B9*^B!Io-*iUu zgMdWoffdYc+n7aETyjN$Skth1;vBJwoB9rJRd2U4O$|9CG4GD$QIN51!S!#3hoQ@Nu+mPemEaNs~dY;53`mj^z6H7RWX>NnM^tILng{+)6C(_1ft z)3K+wYioLR+?w>5qw7*b_Rlg^kT?$z@W<`3^YN=vIL(+T`0*@ABvFpB(7@`9a)PO4 z+Qg>~{PK2sEs-2cYb7Nl%qAy`MQ(k#N>=)vfq_Ab)6VXMM^9WBPx9?JdP?HBnxf$E z*GIdL791>{%4?*R#}r^m daA0*ZLzP4CZQjW6y}&4B@O1TaS?83{1OQsv*i--j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..4608bf002ba98a3b3288d7f8bcbcc3b5ff481832 GIT binary patch literal 526 zcmV+p0`dKcP)Px$$Vo&&R9J=WmN7^IQ5?oUqZ)!}D8Zq@(+CPdhX^7f7r}_4h9ZcxrJ7o5u&Ci6 zA)H%+rfiXdiX04sk|G0BY={@g6-hS;d127x1+Sq_!m0NXCGuO|-S_Uk_v8KFyLUiU ze^rV~g{N$egrjj$QK?XNfTwJZC@K{cl?vf#T;$EE<$dvTbE2bncX>VP$mN#FhfCKZ(m0k4w=yiTg9RA_8&aVaVl7Q}TXh+nM%hbLrmctR!s zc+5Os@T>IXY%a`qu2Me$2|!fyPJ9C*00gJItgLw@ z`4l@mAyb+pu@QVcEEhnu*wD5ktC&h~my&h?xQqSc@QD=wX66@p82-6F00%ImaJypY QSO5S307*qoM6N<$g0X_;DgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..830daf63e92063d778600179a70cba1da92f1322 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}uAVNAArY-_ zFKpywFywI#EKafM*E_#NFVdQ&MBb@ E0BJ8fMF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..2d44a181a692b6ba4c85560878b72877a1ace195 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}m7Xq+ArY-_ zubkyPpuofWU`dI}@q#;jAB}>mJ}pY>6peaV>)t#|KBT3iql1YdrTqN6d9NcP*)JS% z>&p;IQ(IMa_4TT%nUP;C7M*2~u-m-6!vBZlIrZ7oJ!-l6<=NJ)=iLpiHckop oEZTjhH1#~+npyi#@LM^U&rmdq^lNr020DVl)78&qol`;+04f|ytN;K2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..60b0e590050181369fbd4bdf2c7802a1a9b2d86e GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&7LlfArY-_ zr(EQ1P!MqTf9z(!_Snen=E;1{CKDl*Z?#T(*IzrHZ4r3%KF3F};lZ5UbCymyQ!U@l z%^;BVeXr6kmMyc4mA=U_DqGw*RC8+iyC(sBQ*_eg76`m%RJgJ)`t`meUlbOxOj(xF z+~Mc6E%DqJ(Ez?XNA(_`n#H$gYyD<^3kAQp-TF>-wPs#G=P-D>`njxgN@xNA)QU`l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..f830bdc9b20c96ef99e3bf3885fd41f05357821c GIT binary patch literal 621 zcmV-z0+RiSP)Px%CrLy>R9J=WmOW?_VHn4Mml%-}xusYWT%6KE#ft~d$zWR$QUq5un;C+OxQQR& zaJsn0Mf?H>5w#%L5@;5aI2>uzVxuPqT2cbF4J0jsp07jFBZPvvH#QFT4+qctaQvSi z@B6$Tu&e)FikF{rxttrne0W(zqdEYklF7+4H(ak+EY`E<9xni$ibi!xCDV;%B@F;@ z;o=plUn+dItib~W9z4eX&StM&Ay8k3Tc-vKaANLbK~>ds2yjd@(QG!Qe0;J1e@jvT znx^GdRZRmZiZZV2`b;nwyfzSk&f)+0Pjrnl@{8#T{$2OH!wi6u`pd=%eB5DTavyuw1ROFga=h=e&A(x(iAZ5ixQ& zLgV0mH`k~(+}JJ`sco#0Ui{g!ucsOKem;Q{4l~q|8=^G>0Eea`Y`)FI;_IG0rIx^d zZ=UKe2>ZZE#tFP?^}>&-h-WV;04Et|1aR78nZi;4`|ix(-=+rw?bt3CX>6=X!~9Y8 zdOa_MI98g7h_8j)?pJtvNjy1zKmcbA!+7S!v%kwoJ;J6h+?Rz^4`{PXdg~y{VAa literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..3edd21f8b5a9b0fdc9be254f52dae1b0eff59828 GIT binary patch literal 625 zcmV-%0*?KOP)Px%D@jB_R9J=WmOp3{Q5?rVml%-}xusYWT%6KE#ls8E352#&y0{fIn;8O~oUPkA zIoKgCqEhN0Qti~1K(m;nLujK`TMT4qNeR??khTaKpF`3kgo3$WXkGG!gZF;N`~1GV z_j`Y!ufBw`ENek2HKmlAvMg&s%F(0)ZQIVJ)9D&OEEX$;!{HezOQiYPX|?lZMXfD8 zRr9mcO3Jw)9q4=Y8t>pB$I|JEl)@d7tk=J!S6#yE=Vmy0z==_UBB3&~* zZVa4-LkN+Z^OOhWU*G+cKXKhmMP(g3~Y=K&ka6GGDsAF-D;JM@!=wH&n?T< zQM^7DQbX56)URH4V)bg>X;(@GYDWj8Hh*``bu|M&@5gBbgABCA258Ozz_p1G#~*XB z`Jrp3XbHS8R;m7hpa&X>D88j;E&Q4Yxn_wBG!jvUfJUn?Nh~sO>DeOQQ)PH7+Gyjxr+c~Awt@W{x+Q~n0zWmz<>doyd3b^a`anjpmq~GA!6YL2gssUqp%WNJ* zY09m)z@4?4iKdO7ivfT@`n?$d3@Mn%i*q@kNn_FqX$?t>6j#B;q2M68 z_%-+sbQN3`1VIr*+}!@`a+4j77r>>BVr{ z3$1h$WRi%cyY_S<5$E6ad52Hc+Y#04|9gL~jupez!50*s&~2wEEYlEQFWQQ?g?sdz zwjz8eJnYDT!dFVq)c9F(w#M&@om6rL{HkX-+r*hB)^ko?ct|*sw@P|_9`z-iMqz$V zYM<`CML*NlE3Jw37K<2IYQe`3FEpXeVp^ zaf<)|0R%}zK~z|UV_+BsBONf3qWJ&+{}4@#5N*{i{QqI*wC?$cAx{ioBEq3?jV-~LggpX@Zi zz`($8@!2nmEGO9k$l2?QcEVY2Z|}1V3=9lgw{A6_IB_CFD+$>TZYC*;VflP@yx4zj z2{r}>1_lOUE=VjMy7z-2bm1#TbcYfGWJkf(7nBD-0|OZ$P*6~C2A`UV6DOLGVkSu; zP*6~C1{Uvlz!_2;L9KG&85ENYsO11Day1V9l5o@kqYfB#z+iF!S%neRE29Y$CYX>? d9gl)h005FjN2A?>G8F&-002ovPDHLkV1lkWHA4UZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json index 734e9e1e64..7319ee8837 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "icon-front" }, diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..09ad1e1b40c0f2b2c292699588351b4d2bce764c GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}rk*a2ArY-_ z&lvJDDDW^i&Qjp~&*h;j%9sRg} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d793961320e8b6a8670285a73f30d2b59dd26942 GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}cAhSdArY-_ z&mH7sP~c%X=%RD-pZ0_;Q$!Z5cjh>BuD;)x8K~;QnW-Aa-wmJao3eJLi{QeP@W(eV ct!Hm2W8EakR+4V{2xKgSr>mdKI;Vst0E0{`n*aa+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..0b279477acbecc004173df1ee002f3e1d41a1dac GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&u!#oP~c%Uc(C--f7UPRWyiQycH6pnO)+F(Xh_=}bn49KG{KG9(W`@gon*`?XG}TA V!oetBp$;^G!PC{xWt~$(695InC9nVh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..0b279477acbecc004173df1ee002f3e1d41a1dac GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&u!#oP~c%Uc(C--f7UPRWyiQycH6pnO)+F(Xh_=}bn49KG{KG9(W`@gon*`?XG}TA V!oetBp$;^G!PC{xWt~$(695InC9nVh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..334740168ccc29fb6964a6743f0bc58ebe0a1045 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ zFK^@ps&WZ5%xn4Wudt?tIiu8YmdKI;Vst08Pp$WB>pF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a454f85bd23a8b7ce8ea8581c6caf206784c6f GIT binary patch literal 428 zcmV;d0aN~oP)Px$W=TXrR9J=Wl|4(tP!vGVYbuSrA5hYv4h13p1gDOIgCID!Ak8EN(bd^Sodm(^ z(z%OBp`lBEg@q0sI-~?dx|F718i#(axrHv~Ov!L>&bztyK1fJNNJ#kasJH>0P6vSJ zxA#aXML3J7RxTAlu~>{Pkd7U(;OhQi*l#zTo^|vJfiw*%QB=Y9`t7Cza5(&OS`*XT zt-yjX47UjfB)_0wdoQR-S#n!gJX z38+B@To+|Gh<;ivR0*pqZ)${W7qAi5*I&MwOkoAePfPbPx$UP(kjR9J=WmAy&>K@fny^CEX)A0S+cSOkQ91*?<+5kas{8m|;YTOUDNi*%{e zhzL1t@&HyA1}uW4xNs#s7>xqIUB3u{V%l`6D=>{B&v6`V+eRt1tita1mzOpdNGdQV zj$@2504SxTX=DP;z2-wwYGCDVz_Fm)<(dr3PqC(mRDoGTRFg30VCz2m&nK zBKf@pt+y)xVCfc25-fEKK_C`L{RValg=wu{J2vl&793G``*;V3_Ywh71#H^}R)c8K z4H6_>5Un4)HVdL{2{0TEm+QstMNLFfT)@`Mag%Zk?{wCSb354N0b!+ O0000Px$P)S5VR9J=Wma$92Kop0+78eHxr|OcTiy+-ZijzkjMO<_d7eQP)6!jknxVR`d zxD>%n2d5wo4wXX?Ez+$N92KhRR7#+b4#ug0Iu!1u2*G@C!#(c(_;L5%OCTX3;lGoT zBx$VyIQ%>c{AQQ>-80(ODFCIEk=B^RK%dj^I!pt*83Lh3I*NgVbdKWJEXx-yv4+@y zvQ@A-*J5IRl7+n$l&wUUAgTcr!SP8B$F;&xuj5lIS3sL-MtXu#5MKi~Z<&F;-|YUK z0d4D4tz2P!>H`3;(H@uuCd9J{@At2b;=>S6!cz8@Qg$%*`1E3|BQCY27PzXwNlNhcFx%&M7QJ@-NL~kjL3cW>K{a@Xem_u zUVQ)n0PRUcK~z|UV_+BsBONf3qWJ&+{}4@#5N%pNwxG7JLpW(@14y8c(Y@YB};)B>XpV4+0wkB?6netdjFKL;RZFIT~9 zXT80>&oVGDFl^nr)wp%hM}}4svLD<`QWV4Txpw@l{~Y`>3>*SdaJdf;Pcd9wn8t|i zP(pz0D4<60Gcb@50tE#HXYi?+IB}v0DQ1!s0tE#HXJGM;2b>|r5!A|t&!CuOKrIJI z5mrK52apX$9Wd&EQ3nhw2ar`5QN1#nFkylTDb?{P7zF@Yutr(dJvROT0000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json index 734e9e1e64..7319ee8837 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "icon-front" }, diff --git a/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..cb980176272d1ffd627d9e856ff802a67b5ce66e GIT binary patch literal 410 zcmV;L0cHM)P)Px$R7pfZR9J=Wma%SwFc5}+st#m|kPs|sm90bB`~o~eXC9zqpQUp*I%Lk44Ml1_ zvVp{koDm6mg3TQwQiH0*XI06bh2pv9mEk2t_erRf6SmiHDaJ z#P)ES)5m$9D;W0Ios9w4bx%q4ZnQUbur zM#|2B>$>=Q|3=&X&J}41A+BTq0M_gEXe^J%a2*4E-&-e~Li%X{N)<(kFbq*u)o8`@ zJmh%}#u%dL8GvJ?O*Vj6gRl=68z5c7H2wV7IKZL@inkK2-u@Ggr7+jCYQpIa(4jUb z$pGgZjIoPJIOk{Ab;u8r&1R!6#U)ANm_A5mW@c{A51?0b`$8C!KL7v#07*qoM6N<$ Eg5?;pmjD0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..22eb0ee04b81514780c51d3b714da75cc86b41c7 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ z&+q0uV8Fu=Xj!40x%|wOi9A7%ZyjFZ^*UmL(u3-+3;Q{MY8l?FOGzrDG9VN!oi@mgQw*PhaLaV|))r>mdKI;Vst00a0np#T5? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..976b08102cae6fc521f60e2ffc9b321e4ff2e85c GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u`>pP~dU7_`>Jr$(b^q9;t5)`V!U&u>4gTe~DWM4fE{iQM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..976b08102cae6fc521f60e2ffc9b321e4ff2e85c GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u`>pP~dU7_`>Jr$(b^q9;t5)`V!U&u>4gTe~DWM4fE{iQM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..637cd877a5f51cd91219c098d75423e446173363 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}DV{ElArY;~ z2@H)o(TW!{&zqQ;9n-4+_9n8;db-~-ca_x3#~9Pk z&6(-hVuih0%w8t OF?hQAxvXBn&1ksyMo5B@YN_RXsEA?d=VGa&DgO>4N8%PL{B-v9)z9$yszZ zMe!)(3$Y+(gNdsgUC-C3Sr&y9Gi*J0p@_lI(Z|mOVwlK;5Xrfg#ceBW@{*D!`K_7h kyjrCtbo-Q5lB~@@XO{L$?VG8b1adHgr>mdKI;Vst0K!^8d;kCd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..332019fd2871358dedaa6ce9dcf22a141e53c40e GIT binary patch literal 535 zcmV+y0_gpTP)Px$(Md!>R9J=WR!d6)Q5Zd1Q9%mD)JBpXf-bZ-wTd* zn`zh9T7)g4Vx*?T2{p>B>;Ywh=rn3IElO#u#hvQ|BG2mHneRK_nRD;`?f?~3P{DtP zhBR<(Wl=F7=)RD*_EKonr7+Z`$Dy}V!8JF(K*U>3Dj*+$@Br*1CL}}&fp7#sjEaX? z0K+hfxs-X!ja?h-=Tp9TuA!O1eg5w)Vhm z?a6!A3jlbyi$Kb}$soLEin0gH)?NgKW2#(Y0bgHL)Zzfe5~R~<06@E?8vx+rxgRlV zS~al)-$}E@F9TlK`i4j;3KIYTQapx)D8a{b@bO%3oW<($k~4aLqe_6PC5T*w;636L zeIWY$?D!rNI`hL|Y$N8RItBSns1T@fz}h#c5qOW{G&JaR5R*v&Kr_Q&*gjUYe}xLl Zf)9N9uP96xz_$PZ002ovPDHLkV1ggH>J$I~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..677c9b74dd1b025b34317ed5d896b1947476889c GIT binary patch literal 524 zcmV+n0`vWeP)Px$#z{m$R9J=Wl|4uTVHn5%T3SOk#CZjhR0ujKr9n+Ck&r^v7`V08+#0n64NbL% z%Ry_4F5wac3SEU4mV|wOplKj_UiNVfWq8`~-m65BzvC|-_ejx zTw7UGv_ruy*~qd107xa1-ciq_LThe*fk?NR)IcRhmJOtmNiP62>-2tF9by9v!&LQk zc6RwcQVK@Ll>#&~AgO zN@#HmV%%ckPJ{!9&u^S}VhTA?`WoL21<_}7sF9>A#a8sxhJNF(qO#cgOa7$D~J001MyU}Vfgd;lB#3f=)`Iiaqyk=0`W O0000Px$I!Q!9R9J=Wma%SwFc60SR2{q_7FdYH9&dgM9wK66%o{M}4LY*9FTs|j^~h!< zcGwXc8y#rc5((;qiZ1>pi@Wpv_|7^57K`PdIZy+%*28_xIVZyK6PD_MUYG2I1T{dcn!v+X*01)DTg?YjYT|B1u({NyauS# z26fte3Ax>F)UDPDn8WkDRdM7J^nDKi=(_InOYmd8g8;@D^rZxUIROCP&hG%+{R9AG zBYrnuxbF${eZMK;BZNCU3|g1)eIHd-O)ReKq9_UoA;9?wz`=N5k^m$IZW%}djIW`T zuYc-yhtvc5Qlf3!S^HQDQhs_9hG95sThpAz0+dn^Lj0OUDcZOuO|B$K7RNCFWLdWP ekz%n}cI5-OB4C@X3XuB%0000Px%BS}O-R9J=WmOp3{Q5?rVnqZ+gv}7oW zmzoYj9V{q{(1bG*2)_)<b_21l0tPBYy%MNkl14=|_!+}IO zaIjh^l!|l=9jX!n!PO(r>%Fci->#zI*T8=O~p*oMfCkQTmy{nZT(L$Ys(-E`O6Y{<%OK9AApr&f&0g z5VdF927AXm0HhxT2|g`2L~=QW>8*$_#Y}KM83rI4aq}*v8X^+HpP-&njj5xzc*i{C zlVS47FrJxJD$-qKmqaw;rk+wQuLq$D)KjVvjktm4tnXhP0U)uyVUF3o_JUetgP_Hn zmMf6Uq>amuUVkCGBxIMwb^itOn+E`Bp&~QWcc=z*{Np~WDFML>_{V)z(E*qw&gX5Y z23prQn(JV1Wr~TNU%4sAlufSk_ zMlE=|0wQsIfi5^@@z;gcz!P7A#Fh#)_x`6*XCGW%tWaw_vwRR)7N}jC=k~oA+J{;5 z-uL&1@c4WaK4)Y4A_8W#L0N^1H=W=u!(8X_kDvQP7U&W={P?90tS_$(Pe5N@>+1n} z!L#!VLN@(?a6{7FjBM{Vc-{IFih^wm^orO8A6sBhaXQ-a|61TLg|4^~MIP7I00000 LNkvXXu0mjfJW3Aq diff --git a/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..971467080429a9c939ca195b1dac56d28a74ccb9 GIT binary patch literal 631 zcmV--0*L*IP)Px%F-b&0R9J=WmOW@wQ5c3FO|a0ZAwx*KsmUPJ!GaPIOt?m(TyU^jD3q!=mJa?< zQi6+vgIPjQg4no7P(mO>Xoo_e#TZDyA1E|~+5AbZWDuP?HC%_=n?Eg_b6auAyWM-v zeV_My=evgk0}V9Lf7T(Ym zFn|g6xLqV3Js@*^Odq>n6t1e}04Chyb^%a`1ptVIoUFw)sSwgzP>*YRu(gcG?V=D1 zP>2O^O)gTgT|sf!h=iQf{Lf-P{Ku(36 z+5vaL0h9?FA7B0wwv+x1qZ=0iNTAYO--b`aok0~gms*^-IReGz!3TKU&`6B0wu1y& z?txP_DzLU7-UItOiu>Va1!T1U09|m(@}Em>!98!0=!OOu|NgrX`yX&+u0pNx5YdB3 zI6&>#441CXl6W)Ke)sM54%|Irz^5%NUnW3XCMc(J^nx8cWti>^Z+#c*e(M3cg6!-b zM&00KD*f*QBva|0JHX$-=B?=I^8@Yy(>R$*_gqH$!LpLxg8m>@!2=Cs>NgZkwH@Y< RQ=0$)002ovPDHLkV1mpAAKU-{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fdc92f22beaf282145c3830df0ae9578c5e4162 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ z&u!#9;K1V?n5zDM%FI2J%PxgxGO^ovOnkKe8dE(dP$5HGPWdFiOS{h&Z{K@&PpmrQ m<+UoISN~=n@I3Ox@&h+_Qi)8csH^fbkWx=qKbLh*2~7Z$t}sae literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..77f01452d0dcb6ed3d2e8961a9f33639c135f8ac GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}g`O^sArY-_ zFFA4@P~c%X!28Ahm-_uD^Ud-%P3Ky>MPTU#xiURDo|9UPE+Al+cF}2)=~5PB?X_F0 zZok=4T>fN^_mcNwybKKQ>MVZ?Oe$T|Ig87{ia*X&wjrhV*S)C@-u54ko!LGAzm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..58f72cf2d312c1b38a2b7f9acb9fa4d440a7555f GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}HJ&bxArY-_ zFP-LPQRHC`*nDf!9bwaplUHgMM`gB%Wd3+F=TBb8f*A}6X+Xg5nI(8pX;G@_{#wt> zvoEZL7k%fOWSSk|<@vpjWruR)``0&*-DV7v?z6LQ_qpUnJr1ZOt9o zhkP^6zHGY9aB@=#_aZ0TJMkZ9?^<81cx3$?c4-UQiXDCiK=&|sy85}Sb4q9e0F~BE AmjD0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..33a96802d6ba6b6a315116f9b31e78378affe5d2 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}?Vc`kmQ^$Jo?HvZN2oAmaM6_cBb>{=d>GZ{Qx{an^LB{Ts5 DLwiw) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc2e2ffa8e03ba4b5f571cc98270299295bc5e2 GIT binary patch literal 548 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^T<_dH!3Ln2y} z6C_v{Cy4MEB&dWvY-DCPI3o9M?f>%!4jfQ;f2Sj{ueq5y@R^a|YlfU@w`a{X(D3Ru zjER){J3prQL>U7!GxOoe%ljqX+1I*u3O=!Ph&=v4YX2VL!`5Q5ZSnt)NaXDkOa5{6 z*kuQE_B(rv98X&){Qq^l{kO!88F7X`rk%-4`Tez3hke6@#hh$4ulO_!4GawC*w&iO zi!s*lV&)QB)CIy*W;hmcXuOt)Nlr*ec<|`?_qq>{OnrX*yLmZXS^@|>dbuV!fvpy| z-)|1W%*@TAn_@PsKd!hfK3>X9)?(j05#vri#u-lo)?HoFch7{4t!)ec`}?!)>VEt< z+AO|)uBeL3T(kAD!W^Y83Zb$MENg(~_B{<1k$0Y6@!`?eT2{`$BiO^NWE#=NQPv)ZvA?YW24 zwx>MS;t%RhE4p-GqpEcH&xez0fbRKw?Hb=J>j&?qa!2iW^+$Gh*=yy`e`R!-e|MA} e(vV-PQs-JLfot>4gbd0le4)Ct4xP8r|w^)VNIefyYf%FKM& zkd2M4ZR_mv8yo-ra+<~*(Ggnl-~i*KD;5?O0;zhDiVVzLLW{aUc*+dN5{?56oB9r# z0`;)z)z!Uc*N;2g@_xQ;?Y2e`xUxb)lVwUN&$_~opR0?3*x0}zLh&@~?<$$3-(Qy| zUT%E++S73I3xS46zNb;XuU_~jCnR|M{_t<_%g62g@irA7Z$&yfUCI1>%d|1Toh9fh zqsM`+#>R&cajqW?OFDtJ-4CB2Q0jG7SM8QTk<5V$m#^5#&aUu`O;uZ&Ht|ivv{Szp z%=+fGMohKM<$Xdzg2G9`lvW02pf8v7-DBke0(twI4G+ZyEGC5q&T;6oOtEf=;l9Y| z${JYg`gZHHu3OnaPZn`-baI?NbYrXR*{CTIe$$vYb$wPl_M<)bklOZ?$6EYB-DyRa z4s2AF4*&UZQq6})U;kda#`ntl!Mmy4QTuOHNNqUz_Quv|`I+yZCrI9K-y-aGP(vbt af#Csfi^LbdLm9xBWAJqKb6Mw<&;$S|WYl>8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..46ad7af1561cd6096efc6cdab9227605d1236ec9 GIT binary patch literal 502 zcmVPx$ut`KgR9J=Wm(42#VI0RlUM|Q>?O_eu(-_G~lAEL*a*(%haCMPfz1$r90sa9w zaCJbjwa1+lH#x`!t!cwXXtM_=#zC_Ym*+R^q>xh{aOPBlQ{col&9nwZo^4zMtCh}C8Dnpwxasucs2 ziX(qWp#z9Zu(I2QaiGXP%yOMOVQo<66M6PTE zAmPCQenQ$iVZ3$LGa?Ej+C=vDvhY6pkl`qkB>(Jcd4`?=?J+Ei-EhYZXKv#2hf1h# ztRjE$%K!jMectL&epcbN7MuT{k^18`=rw@06SaT%rDLr z55SjYnFR=`w8yZoZ`4yNMsu_Er36p;9OoCOTAtz_NTv1*_tN@9fD-skXjvv>6XRll zKpF6}5M&I+Q()UYh3Bz}ad8$zO$gtwx+qQfa@BwlQM8+152Lf|q^{i`JdEIdwV}yz s99p8?-p8xD!t|;uOwa#o`j?L0029BB-s$O$Q~&?~07*qoM6N<$g2mwGdH?_b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..edb576e22351b977a39c4445f7f7779b22a63ee4 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Zk{fVArY-_ z&pYxmDDXH3dK5JF{tUlx(&4xP1N*Vg5AmClXRi|hDr7j2tguXt?Ne0cWi~D iSIxZeF4*{Wd2yWyqkox-cge&ZV1=HpelF{r5}E+LC@p0G literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..0926cb5d2d5f737c350a7d4156b2f9d16710b263 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ zFC64#P~>sB_$w|L-D*wN{GW4vsB_$w|L-D*wN{GW4vtFbj>C$h}Rkxid$r*QQ1O=SaGXPq{;OXk; Jvd$@?2>@?vJTU+O literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4f19e9ffb509dafd0a4ad8984558677253bb57 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}QJyZ2ArY-_ zuU+JAP~dUBxV(`2dcuFsxZ^KmN|}-wcnxvPgWQ$v@&m9c$3qqC!9 zW})XLGozC7$JcKCtUPeJ_`BPiy^Q(F4GatseeWxNy0vgOWhz`^?iEf3+QQ)J>gTe~ HDWM4fESWn$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd73a7cb5f75cebb670e79cf2c0435081d7bfc9 GIT binary patch literal 465 zcmV;?0WSWDP)Px$i%CR5R9J=Wmp@1XVHn1rD;t8VBZxw3>JM^Z=;;kE!4bG51c8HO1?^HpjhO`v zLThU{MB>)e=I{xr4ayND5tu_nvx8g1*V2gy4d45T68XTvdk62skN1V|`3@NBze^Eq zV2l9(?r%=GVFUpHwp~SJ_d)>x%d&+0T%rJu3?m5JuC{Bc$N&IvaCC~#_gB2t>tv4+ z8Gv4hJb{g!^RlLCiFrMY(dp`DtJNa;NKZgf6t7JGz*j&5@caEGP16zpz&U?5O|zk@ z>RC_8ep9pAEOE{QKTq7L0qj*O6=4XO73ct7IzQy|d0#&PdZHn~zyXBQFne{#JKvo^ za&&q9AmmA!z}k8Q?zsg_JvLx`d|`QUg`9}w6)bsljJXudxM$%DtWs^{;&>t!mT8v* zC^Cl9Z4m(Ajd-9=j+1=ID<~HVh$o|nC!?r6)u=Xffa6rEU2pHl`VRmA*-Q@EOispP z@aKTAy5cy{8OP~#`cBmE?;XXAF?8R4oO?hh6xtH~F&XL`+dG4u@nySb00000NkvXX Hu0mjf`SHvR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..27221c4c6648ecb35381816f99981bea69d48792 GIT binary patch literal 457 zcmV;)0XF`LP)Px$gGod|R9J=WmOn@WVHn1r3mbwfX(^?BWx0az(G0)+5?wX(ea=$ z2bXZ_aB~fD_=LO)JVeOaTxw~%!L8wK$uObedry?$9ys{;j`!im`@s9XfG=N6nWkAM zB7=ww(=_W`AB9`!x~^TRR6YP8olf^OO)GJ|ShC7_dV6Wm)7>>$$;Sm=ME@}67^C)_Xt=3C$jZrAzs|LW#m%9GWB zgTo9$8=F{t93b)jiJh%oBog}^D}Dsq;RqH33f4mFh$Z*9HVCjQ0W9Z^yp($bXbS=R zwhaJ?X2MWcmRLUQ2p(E37=rT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/icon.png index 307ff9a9d0d5595af181d343192f4b4f7678e72f..168410f33107312c69fde277f02951c28c304aa2 100644 GIT binary patch delta 337 zcmV-X0j~b(0_y^hBYyw^b5ch_0Itp)=>Px$B}qgcJ4C}^+Q48m5W|%j; z-xr1eSS%LHe`iOsIZe~`I6v>A0=Qcdt7NcGYyIWEdlCVFEPuUfb{hWYqmoPbo zd_(c^4CWB41WGOFIqC>L<9_-ezDM)~VwDg~1In@-)VwQC94;2`sy-XfrNa zb@u=szyo*y09}_!$?(3C8G!W$3$|+Lob%4f0JPSXR5x`$j(_92o##1}Qlxw&0IhW; zgn+>Az;v&Hb51fR1ANBvY66*kw9Byt0EA)alFAK0W?#mC4X0Zm2SAWAJa1V$0JBSr za%}5uI6FX)G6X4u95l7Losx2q&ww!oPx$CrLy>R9J=Wl`%@hKp2HTMG#yBS&~>tSOl9TWvsTci#B@!k6^cRfm~oqZ(+6F zbh*HEN-S)aRI`~{u!_ZMM6!y1L@k`J8uBLZJ?0-0@OV6)|IU_Vb5RrkBuUa(Yca;) zoa^jUN`2XPM^XU57}K2TBVZSpP|prp&034rTI44xV2o+9EF*~ae-HE z_7n2udR>p#BZ#7?k5#_{`SLCJyKMI=FoLiQxPA=&roh#nqaM3<48L9=ECa$aARl!# z<)$Jp@g1nDiu&}h^L({haWOat9)7NXa#I+bK)FG@pTIH9g9S?9*=qzJaXY*dzau(< zd9WZGW>i(x(c;Tk94;=H00000 LNkvXXu0mjfTP>YU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbbd2f8bb9bd87cbff700481594dcb607a2398a GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFC64NV8G*iF<_S~+l4byUdbtZ<;@MZ?|qX0k)db;(#>FUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..69a0fd07c89ff8366962123253694b54c7beab4b GIT binary patch literal 557 zcmV+|0@D47P)Px$=Sf6CR9J=WmLYH3Kp2LftO1u87#NHMnPd$)VB^gD0hPi+$F}UJ^bZtIDlrQg zjAAn8fRt<*2(mO;Q8ZbRtz%aZ#Z3yT+^up+UgEQSdcWuH`_A9NMQ^N@$>bzS>hbOE zN1f-8=kPE4!;j=|?G;7Q*`93^fMY#8K$h*tj;+c60NmVsONPTCMNzO^E`hO?&pTUy z*OC=L9LIAhC7$Qux-L>m;y9i+0&ocK`##(4mZB&CtRaj5CRwDVlmK;b$Jv*l<2Xnu znPibR@iZ>NF#H;gMw<82rxToyG}CE|F95$y9SwASkJcI;1iF46kF^f;^*u&AU<_~? zkdxqOi~)>`Fik@sV3D?HvHz7W(tSEKfvKHY4MaaDN%-L|0!W{I3t7~2esOoUr*SWc z<9Och_Yp#%ltKsrfKrOpYQ=aw{$$b%tbRm;!2qQcp68*I!f~7$#8g%QyWI{U1l?}; zWCt1psH*BD;4w%e0Ed9jK^g<7s_NB1tN_ZgL@C8)v#H;0Q*dQ6xzp*)rIhvYb6uCB zC}_9aD5dE2ddz0C&uN-|KiAW02ZRv#zF&_UJ%%sk+NKVS+wo!b$Cr_^EbDuLsjO14 vUa!gX9C%uFS(a7+R=wb*Ii|hfqKh5@ZTIqDe~onq00000NkvXXu0mjfNA>`D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..f9e2861df081e792f139c0f7875c64fbd6f64271 GIT binary patch literal 551 zcmV+?0@(eDP)Px$;Ymb6R9J=Wmo1OmKoEwXv;mtK7#NfUnWPu8AjYZt15OGHIZ)QRf9P)KgO30NY@6Ssq5>nc{2krbMo`X72u`h z1dyg_CZ!|@0({>`N=cfgSt|hN;9(eYI21 zqp=3CZo;C7fHBLWLx; zi-1j#RshZcAA__8P}lW~fj9wFRfSTD{eExmT}$xRW^k|9%cPWM`uV<3S(bFWU6fJ` z1_Kt0#iybuzCG8cQwD?(gkfmxR;S@pwRY(P>+Sgb_07XbRaNF(U@NB*Y&IKqyB+ZG p)m2qF0XXdiPmOW?KX}#ut9w5?^yPR}_A3AY002ovPDHLkV1npg{%ZgL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbbd2f8bb9bd87cbff700481594dcb607a2398a GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFC64NV8G*iF<_S~+l4byUdbtZ<;@MZ?|qX0k)db;(#>FUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..18e42a0f4d95e9ce95c981a221c46b0a299d1ec9 GIT binary patch literal 578 zcmV-I0=@l-P)Px${7FPXR9J=WmcNS{K@`V7<}60H*kTE3thNzsrr5mq9_`l1>oS^_kEHiAx%>NYX~EN z{$sz8QUa9D9mfH{aU7(S^dI|$iB01gc&I#d0Pa8E@rjSzJl%5t^^TjTTdPfNUW5Ut zKoQ0v0P6d`uYN$N*q;jqvMRzbuAl;S?1w<1_N}3e0aTz+LGcoS7!?Lk>|x5*Kt?HO zU$rOUAnY9f1cX0rgAjsxy?zpbvjOCJe&X;o$XNgm4*v!@8$h1t{|v+mAj>ke z)-0FH^4m5AS0;mNwc1!pS#CeqbxG5dYPE{innt6+Xf*n!l=}5vn^qAJLg4#;*+1(x zd@I*BbzpoO9#;SQF_L9j`7SV(RSM?wIg7;tIIi0EU1)U|yfw!3F1YBTXN<<-DRav8 Q>Hq)$07*qoM6N<$g2vel(f|Me literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..d74fc8721ab1f41ccb9d3f9ba81e6c61d4a33ce0 GIT binary patch literal 585 zcmV-P0=E5$P)Px%14%?dR9J=WmoaPGKorM+ZZw=Ns0LBGWYS{ra)X4If^nA&{Q`zgol-oDkk1f8 zK0uSHOF*9>ld(U*dGHk6!E`mo#==M(IG_%$WxGS@9j!Yw|K*;<-Fv^g_fB_$7yV;Z zYzKC`-F~apB2809qY<4>=Y6}~{<{E!!JxF`aa=sDo&a#ZIoy1_DSerMI3@u5I{SV` zv)N>^Sn&Az(bkPUz;d}9XsubV*JN2{4e-ilP?98lDJ8z|<9QxZN|Ge$9|d3=JO~2j z^Eqjn0$4*B0mS!lA*BQ;gS)N^fa|(QDT(jn!o;U>4ct}k+5p$@u6WBEE*>tq{&2;` z!==@xHZQ^uRH%rC5di9ZW2?^)DPU;k&Z-EbVFeYcogD#%+O&o;22i0wg~iVm7^0#O ziVaNJ8ptRG&6DOJx{cbqHzCm%;5ItwGc?G9@uxURl778jM+kw|8X*J#T5HDRvGJK; zRRfJi1Fbc_@1wQGb=?xgR8|11)e0d5wOZ|91&#)g=lMaveUPI7Yy&l(O7@p68LKDURcywdVBnlwPm*Nh$U9cYRu|fDnQp z2uk~?+wi$u+th*aX}F#J{$(V~vhrSFDytMsCKIO9DX^Qh?Y+?IEO@Su?f=1x{$Kq7 X2gBhfUk3oC00000NkvXXu0mjfMI8|M literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..204e885505a4a03044793a27e3652a8b77ff43b4 GIT binary patch literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}#-1*YArY-_ z&lz$tDDbcxRQR|5+~Q9f(YGCRT4w&TFk@n1XlPq?s`G5_{*D(Blhfnb3K-_}bNrpT SxQ`#Gox#)9&t;ucLK6V3f+mju literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2fa7a1eb64cd98f865d688b2dfa87693f6bdc5 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Hl8kyArY-_ zFBx(HRXJSjcxPX(!GHCZSlfe7_ttz6JPuSNq?8nX=FYQvKVHVSjM}>=)NY#oje84w a0mI>VPS#x)(k=qkFnGH9xvXACKXd0JucM4N{?$PBUoC!UK$NtRq<(w=d_;J=st(0e$ z)}I4d-Z3%s3r%vKt7;s)sO!!B(rXEf+z|(u-ZFjCkEs28+x&uFf}YPivDzw^m_IiOFm1BtvyLg!^F0Ej9)?UW`-&#=POCW~;Bg29FGffUIowE4s z8Os(27Z)X`wOdQ&y){eM@62F%*KuO@OEbo_bN+vydwntJ_gL3!$X(O;lkbRx{?c_@ zSC!>0Qtu2q@|Qz_fsw=EK&-=G@t(TRceNkrF_?)I$nRy9no$6B5`(9!pUXO@geCwR Cm`a=g literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e014cc46aaeb6a315bfca0122d5db2ad8b42bd GIT binary patch literal 608 zcmV-m0-ybfP)Px%8c9S!R9J=WmOp3{Q5?rVC*sg0pdp33(kTiBOVbdCgMh&yP=^%vQaV^eA#RHQ z1~cgiE`lI#f})$+CDCv~21y2UT1d3ZEs5TVrOHVT9iM~EQMF*-T^o@4g~$8x-o5Yp z@cX@ccko|(U5d=Z^?E&sXYSk7?{}TR|jPfLUb(4 zDr7R5Z9{}D!340n(GWs(;OBWTO>;`dDD+!!_14WZ?%Jm!fSMS+3pB#`NCPZhIdA3l zEU(_RIlFifr`P52^GC(gm(LZQ^)-N}GJet}$m?0uF%2!A!0B~)+x>_ZPmtHMvQ|KZ z66EzPwdRW;4l8MZg-R85T*d9V!Pvt}6#((|8^?DW0N_M?l>UJc0G4f=x%4yu_f1pU zOB&$b$r;o!4flfsz^NmLgSq#yk=+LXSa??9*rp83CX+1NwsiVK0}M9aDwb8~kI|s+ zbLnYjlgZEkp)>H{^_yS%p#jvIFS({?srCDR%sK1dBf@dHj2(m8TlxWrC&7BwQPe{K0000Px%4oO5oR9J=WmOp3{VHn1LC*qJLOGqIpPEjZby@s=J5HL6d?2zJKN(XBYbW;!= z>?Ak1IJyanB8b{0)o?-vxq{|&FxusoL@#2ga*|+|!s}ozR4thAE>)yH@bP`z$M@Wi z_j&IR{MTNW7US%6qtTcFFbty#JRc3xkP3pp0jB#POHqCH#eoo!EfLv@;}HvB6pGvf zi8B?+9L&&ZcaYDY*t~Z?l9$q$>hFlgYCHuIrY2z1~u|S1cBX_KY2YrfEmw zod4@RuwV6nuImm!Sbh;{YMMs)C~l8p7%BBY5CntVfrt(>}azT$7J13XgkQ;wiy7RZce$)?iy?G|rZAIPTCl+1#v6%ZqWl3Ad(`gE|4 zDrJC$>I&g2IMki$3IOuuE5~*l0N{9PjP8L10Lz}oTz(3GTehw2r3`R$<^-AXES>j0 z04EP08tlDGCUzeHVBv90000Px$RY^oaR9J=Wl(9?0P!NZ|M1we6OdUG7l!8JQ2N!8k>D;A*Yde_PzaXo)bc}<7 zlY@)1SV-vNP&X?@9Nb#LP7b9+eGZyxp+zo5UET+Qm&?2R{qFL3pwVbFnt#TSYz~3| zfWtyT#j%p_bJK1Ea9^tda4M)fD=`p@mlrd`_Xt?c^9z*xO$wJtO{;LlR{ct9b^kCf6L7f0bxJnSa#KCyvVc$|32_y5MgILcQIagOK^mVBSht!?Iy zJqE2N0COvA^eY}w{Stt4*Zn;MG5w17wf+`ATi+1Z5*etwF1>{%9t|}TcT9`hw+LHy zu>uLtfUS&?r~CQ>K%>`THwZ*7L=$-a6q$rnT%*wdyaR%AU0gU=OgsPp002ovPDHLk FV1m_7t-=5R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..be5efc55d81ff2913957651af3be7db33c8a0cc0 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&YmugArY-_ z&u!#oP~c%c*l({88!j6MgLxD>$oscUT*6op8`RYEvwGc~&^j6&79R zy$7}*FnX9;#TFyGLFoO=>1UP{t$m5xZTFV3oQZ!1rWsfX5I2zEnmYw&sI(D>KZV z&#^!6V$v$Wz@XF=m7VoIspszfnoO2y9Uadt7#?I=y0`?Nzop4k?I^}M)xp0Z>`)0S zZ<^nkId$)C924Z;Of=wJ!y2U;6JEfg)o7OEr5WFQ?b^`D5UR8Lz0;%jn`#E%&ZTBwtCI5o=63^1pvkN$Q?k%5eFD0L0Hv{Ms22WQ%mvv4F FO#r;CU|j$J literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..3983b282db99063057024feef214e6086daebbf2 GIT binary patch literal 557 zcmV+|0@D47P)Px$=Sf6CR9J=WmOV%tVHn4M*K~1ks6<7lc8DLL&EX~p&Q3y8u?}9xgf4|H0f}oI zEK;aLIfo48+HiqOoUBfUN*C)Pxeiu3l(v)Rv_n$@ws0Lv+7eveCnZ$Z`u>BUtG@?;#?dL}(Tw<7fKLj*!LF!k$s*uuNr01uEGG+D0CZnZNuEKg)_tLTX$;PrYY(V%4IZLGXaHCkP>w+fC#OMDq= zy_AASXE^{54`5iL6Z$9?MZh>P+yF2z{_H(ANR=P1cLbmst**UYewW(c_gGoYVdZTi zgFhS~qN*h>!uiZ>X=ODBz^%-PxCoWnu=OrzJ$I(;;l9b(tV%12B5ot`2N-3 v{pkAB=be4p`l9zu#*_h+NAbV5&{Oae@K~{!`w>uX00000NkvXXu0mjfcgX|i literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..25787f9279bbe592bc1e2a899d925c344f6153fe GIT binary patch literal 587 zcmV-R0<`^!P)Px%1xZ9fR9J=Wl|N`xQ5431F|HYew2&_1&_5Q;mxx1caqyuC68jnxhnhN+Dimy95luvB3(q06h0>w#Xj8;|)8QWO zcfNb>`2$Tfam;W@FW$B9U0PeNj&D`1{OO)E&*HB8ixQrbQUPnr)$z6t&lq@EHCKXw zNPsv47XktM+Lfy;nkHX=eCNGkh`1bOz%YzmJK@Vb-|YA~c8)GQ=1TBkZO<171P;x4 z!ij*RKvRH7K*E=qt#?2j3(}uzP%g# z5viriuP>SaZ~F>80Q!K|+1lSel#jj`JS?ZU2K*KONP0cTlXp4%75|8oM>GlT3L(W( zLQ1y+-GD_HKu0s2a>+7axk3ONqfs_SqW~zD5|&VjzaW*=n5e--t!_)XK^OfQq_z_CO_^yYsXm0*c<^%!kR3;X#kQV>|002ovPDHLkV1kCF5q|&x literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..345d88ca77505316a575f6acf312725bf1902664 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}j-D=#ArY-_ z&u!!ds&WZ5$z%B~`Mr7Wnm0KHDrWz;ioX+J1S(^wxweV@on7eHS*|TJZl3zm`-VAv eg_nNzp~bv@jhy*kE=Mc?sq%F7b6Mw<&;$VUlPux@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..051e61b2d5e03628bcb5e5988ac20a8db103e0f6 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&mH7sP~c&9C|&kW{oVD2cN{c0{@$r|b~*-Bv*6|$F{9%BpE@k2?hUp55dE7`&tVn| U+s^x82Z6E-p00i_>zopr06WJhG5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..051e61b2d5e03628bcb5e5988ac20a8db103e0f6 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&mH7sP~c&9C|&kW{oVD2cN{c0{@$r|b~*-Bv*6|$F{9%BpE@k2?hUp55dE7`&tVn| U+s^x82Z6E-p00i_>zopr06WJhG5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff8e90bf3d4807338a4640302c7691d452a52a2 GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ex5FlArY-_ zuR3xaFyL?r6s}U<8~@_(7r)rlaIRpc)@S?QE;#3B%)n4~{Yv8*nRj)wL#MhPS^38L u3e#r+h6mPx$q)9|UR9J=Wm9b01Kop0+v<51K2Gqe(HwDoWx`+r7L5iT0n@e}|Kd6Jy&DpJs zvs)3Yki`}$Z7>}yiklQ6C>b)e6g`L5THSJLMCxzJy%+A?M}9B&;9tWoCF};2x};Y1&?7 z00Wx+;{NdReZM4xFoY1>y{93BFo3CCE_V{P-mf=d=vi=S7~-y0>&Nb=_qmWYr7oi7 z@*x2C%_h^m+>Kk}djBGHEh!5U`39=v_2Z=Dp-LPs4baNYbT=QI6FWEuy2D9EQWhlg zjSq29aJvI3Dgc1zg>hciR)MYsNCHS(5WjjP>3Ad^kD%cGjs-#C{U?-dLMeb&b_Uh) zK3LG%7zGK4FMWYnr2;?z(Kg}P(NTZ>`6m2v4Gbe=IEPWaUO#TP+qZ+cVzIaYplRBq gWm${g1veae1qGR>DgtA~+W-In07*qoM6N<$g0Q^R7XSbN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7bd047be9d4e16deb5752ecb402672da07087 GIT binary patch literal 498 zcmVPx$tVu*cR9J=Wl|4(tP!xurRs$761M1+Yn}T2nSww`QMO<`pbI>1<|DYX&Y_4^y zgR@%~D|Bf@iU!j`QQV{`LCKK8B6=PCs%|-IMf8P0?hW_NL(a*2;9vg|%5~jsrPQKQ zYSDGwZK+R6dN7J2uUITz0p#=fBipuDI|{J5GNGns7r1CPISo9P3N?{ew-i7t)W}?p zlCIa$4iBX^$pNa>DgdTw?iq&R^aEW72lLf91|XNqCGtxr1^8F?xM(&Rdfqz?JdO*s#9pEjWJ)J!e)zi1`XQR&9BpYrCY^b^*9s znGgYpN{}g?yj#cRKs=Dd)9`+*kB6CQ;Hd-%0mLQfI=Uw7hh+VbxE%aU3F7kGPbh6d z5y0*8Fq$8}E5Y4d4+tPW^##)PIsh?rwh4DOHeT;PCgHcMZ5Ua9a~L%mjjdLzb=JOD osZ_=QbX^~C9B2Hi;Qodl0dS$UMoA`WH2?qr07*qoM6N<$f~JhxT>t<8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..e38ba306507f624519762f569aa7fc88ffb828f1 GIT binary patch literal 382 zcmV-^0fGLBP)Px$I7vi7R9J=Wl(9;~P!xv0h(jFI4yHwjxby)8DaEbbic5w(f;hPO2#y^k;LuIn zg$9>wX0n5zMV#W`k_>4^3(0mItVML{v1DmJxWheg&i(m0|AmT*idDzZHiltHkedR~ z+b9fxPN%c*oHgy^%R(gpAjnPW_S$rN?YR@B2?%mi&RR`;z=wZ{P&=?J)-_GzID=M` z!=wNp{;nxdIdGi6v%ho8*7H3l_6?g4cLb-`DgjDdd3t#j7)TUF0t4|pPrZl>^A$r^ zU@$wbXrrmxf&SZvTuiQhR2=&LqoDZMR00lcizBOnKYtzy+agfRQm4SoQtGq&2z?6F z4os}ZpPI%2RSd^*h6B{IlzNupP_hGNZAzRJ?6D0%oD`U~X?X(9tzF}CG?d@9p-MtU cMa8P~36aom`^e$ii~s-t07*qoM6N<$f?+_YQ2+n{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json index 0922ee1d1a..763da96dcb 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json @@ -11,6 +11,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "icon-1" }, diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b0ad0b404e4fbce1347df21ab6433e2622d45d GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}j-D=#ArY-_ z&mH7sP~dUCsFio+o%*}$@1C4oy+UNqpK?A=7oaKzhWS%xZ`fTPdN)nU=}gX?vTd`O fvlW7Ua}PIjhX3Wv|NJTOKS-6QtDnm{r-UW|b`CD1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0a6c45d770edd32af9c2f57841c0369d0ed807 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&u!#oP~c%cc);f-|Hk;XBvy@pS-XFwS~4*(G^9ONUALoE?XT1O^!u8@*93S~FZ?s-j-Gvnf#Jt)Z_f0z^6#n3R_Q3syE}V( tP=Xx;Lrs^Bo3&+X&#a&ayvMl{7(ABq7F9SbR|6W%;OXk;vd$@?2>@;~Fi-#h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..44a006bcc1b66b38a382d6427a6ee8b4f525a483 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}m7Xq+ArY-_ zuN~xVP~c&`u>RwX+yn+Q<-B7ICDLpkmKe(UIQsJcD_075(C*FH(eW?um8RZOnPkC} ziYyEbs}^nD_AXmf_47<`{|4>Q+D)}O4INK*|NQJ7aV9_JUbL~y1MYV~T_<9%w=cPt m^{T|st=PLP-|Zb^2DAANvDCHa{#O7U!QkoY=d#Wzp$Py-s7H1H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..196022ee1ae15b33b9d6677918e8c61e57f0108a GIT binary patch literal 521 zcmV+k0`~ohP)Px$!%0LzR9J=WmCs5WQ5431BX08t@d?aIknzrtRosM%+xQ0A#ID+ha5+$P=c>&n zFVIyblqm^?PB$49iMVJIBxEV&lFa_PNHRtnXzookh<#+?=sb(04g={uEvj|fQHi7HWLMhdRVL$l3zpX>G z^d8W%V0U+4{cq^>2a-RntC@MVo6r`5y}fr+-yMBA)}_-IkjZRtc6Pz}`Q?Ls$Fa%n zzxm*FDR4V>cky)Yr7i2OU0CDokIJcA2 z7GPX~QmF_G%RgC-XA@8^S8yCVj!j`K05JA_E&=U!2e`KYpwqdbR{KftE6^6O^hu}% zDP^FPa;Ghz2oycf`>Mma^vg)A2U@MxccAci-}n7(&+`^0>UH4`^hmOEbIh!Q00000 LNkvXXu0mjfI&bn8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..31d51b22663880466bb807d8fb43b13670b02d26 GIT binary patch literal 521 zcmV+k0`~ohP)Px$!%0LzR9J=WmOo1)K^Vq=EB5&UVqq%bh_g$o*aQ>X_yL48Y41a%95}R2lg2L~ zHiyWH;o#OLt9M5Z3zHzh=0If7?OzMc>S@5tL=%qlfni@}cAj~7pLhPi2R`5kt@W;m zY>LRH)_T{K$8()%jENeJ#vg!kx%@Mq&)26apj6tB#l-~%gG&Go5BHq7=3E7s>#LFR z)C9a0=52m%wOVPclse92GM@qBIIbi~l8zON#j!aj&Vc86pC+0AZ&?7Kl!^d`=@*fX z=Xtc-?K(h`By}4;tF2> z%xl2Pf>LQiUORMdZVl(%-(&My7hz5**4NiYj%|I}wxzQdkj*Y}a`J=I(_eq}`+knX zYJvUzukS0M*XuJFT;lsVf=Hn__|v$s zTCf)2oPk=c3f!mvX*Q-NpxNBP_j76N3TFX;v+olL==J)*qXhu{{sl)z--y0P)&gdJ z5?a9+6NyMLssUA?YWqZ=`DJ8P1Kn=-0H{3g55sUpYyD=T{x94CI3m7s&=pZ300000 LNkvXXu0mjf;tKVq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json @@ -1 +1,35 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon.png index 8929546cb5029aad427ce132b4c3718f181d617f..e527e5598a9d4a8bf3ac97693d55d5c437bb42ad 100644 GIT binary patch delta 501 zcmVPx$$Vo&&R9J=Wmpw>ZQ5462kq#C=Fwj9V zXqAH26cIZ3mEmFLl0vh&WD=xw5w#FHN}vv%)Tzafc4~_#g>I2Y2>}O*Lm~)1-%B;& zAxJc})XC?NKGE?WqYuH~bkBuz&YyGcxt9y~c#KcgLDzKvR(~|j8S1D3U~T)1m%8o) z&@@dc-UC$uE>C@x#O_*3jocN6CkAk<;E8~0Aa23e-a&pD0c?LirOq-RgmFBtfad~4 zEjZly<}58tVHXSlEHlIELfnbO63X*%H!Cprag*hr2eh<3=C^5K7mJjR{}73($5Jj? zxNp#D4g@ZeyMNflB35A^V=u21^X|2vx2q92fl`*%Cdit*0MtE%;FDU6y&D$re4w4a zP!s^WVDReyzGY@er827FfRXWek-z6-C>AjFHhRU5zwWtR0m)R3nJ<;G^KRq}ghN4sZM8t<99X9M9Uv00 zk=|t^J$+%jH=z{e7OZcT$sg6@_@9wKs;9xF|9LGOv9SZ;CLZHl{GKH`aMMM-ELh>vd z=&eK{2!gzbrKmSUa1WluQxQ?8ln8=u#t_Rwhh;sumEgK-;4%c^e~b=}hw&|Ve7~7> z`kvkly!Sru_x=5T??r6eCQOxuy8HhCa8Ww(V|TZE@0Q2^Wq<9M`?ei9SAfQdx3L;a z<;#Kx&$>`i2n8Sri7j~Fafh#21I#{tl>KB*xQ_1#IE8|*`Jr17k#xd8>x*uu)sM54 z1t6bGlSrhA4b5oRL+B9@CE>!$6+V3a&9%B4{L1BV3I(=z_lXVZucaM<>G4Uo)-Z~j z1JoJ@(JNIv8h;pcOAZjUv@PhkT?HJ#_A1w_VKuh_K>1}b8!nX|psnjBomM{p&Q_Mb z)BmaxN)DhjHM_*qhpjxH`2;{y{RNSqB7o&YrZ|pI^aAjB^fh-|^w$z4VUJ~=`BqVo zD3B^pQIJTS14`=jR(lQnbIuRo#h7;&sMC8@pbsFnV0<}|Vg8+0c7Ad|9DyFo#H{lg zPkf@6d``ayhyYT_4N}Q?@mqC5skANl_I;1doeJD&6Pr5~R7RVrj5c$4bd}8d-_ipF zEir()iv3FTBpZ1$eCFQYJ=g=_)!R4PPcjiekP1BqP5_49lo*sfJ_`T<002ovPDHLk FV1iJ;^mhON diff --git a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..399e934cd7906ce93f5cca1d5a5b8c04153f5967 GIT binary patch literal 539 zcmV+$0_6RPP)Px$)k#D_R9J=WmoZ3NQ51&16bDPAZJ>jsQnfe~Q>5si#tebX#X-p?6$(NTmm)2M zjuOzJQ*}}_)#)h(6}kyQqUa!TFr|af_fk!K6iPHzbnYyG(*Stvt(4lx0itWm zGz|pVn_p$`*QprbfjF~75?4TLX=h3IWBJ-Bye#rX=;L|?Tn7-f;P2Lq{cUm(E2jfs z8foSxV|GVRTzRbTW(7vaHu(PI56|mr`E8h3`81>j?R0f6|(hR8<*u$an-HY*uGBow$3J5`WK{1`bJj=ce(cVI%4@A?>u z0R}&HU5R6TuWuJ%F_q!#^x4?Cat0!y0D-!4;OrcjhWZ^K0$5+!W_@M&B6e;gMRwmyg|CqcUn57yPswbZ+&n<3B?h?s6kkW8pV5c+{r2UxgTo>K<5LNb d>d)w2{{c?ekRV2hfBgUe002ovPDHLkV1f~B_H6(F literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json @@ -1 +1,17 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Food/condiments.rsi/bottle-open.png b/Resources/Textures/Objects/Consumable/Food/condiments.rsi/bottle-open.png new file mode 100644 index 0000000000000000000000000000000000000000..e4348aebba49e8d26ee1be39110548d83758eb06 GIT binary patch literal 260 zcmV+f0sH=mP)Px#zDYzuR9J=WmN5>(FbqXMh$Cdn24|>LwP$D;$~9PE$q~H3!Z}#rJjoK}9AyHb zb^!-rA^f&Pvh`xikpV^dWr!#cQ7FkV|CG%C2@p}J>l)Ttl(a#-0y9p~{q-rO$6d}D z-uuSg!LTUGIi5UGD}?F7XzqfVco_3fiiPZnK_D!S#Ik zjsO7cx4St02|0+jKm}BQEs#=zF$Tt%A_3My0${R+ah4H90e~Ax96nk4Tkdyi41_ymyT%N4=kYbp$C-?ym`-Uum*#)6%uh%a- z*sLlKiePUs$NwrL^jpi|nFbx^6Yh-{g57So9T}7Mac08 zGsl6|zc~~p^{DvXoz4BCL?U$SPQynB?oRUAWE+&t+K}4oyS?ZdW8yw-&VA?iSXFnGH9xvXNkl>teFp?}HZf1>$u1`|V z%pBVD7)drW003yMUACI4o*sIH&=U~Rm?PpCGkr+`?{4^02SeO_jG4ZqfWLAeqkmjL zIk3WkR41Hi_wE?(gdqo*8Hq>%K({e-c#3cThDA{nH@s|Xj)R<)fB*mh07*qoM6N<$ Ef=7c?a{vGU delta 192 zcmV;x06+ic0o(zQB!8nxL_t(oh3%DH3IibwgtKMe`#zxeKZ@s2$a6~%U~y?d7W*^l zwzM=KNRZJOM~LD$j`MTmoU7c4EIZ4llu{i<3lp=a-BMKpfYXg7hZrN3b7mH+>Jmc; z$F){U*Ine!)7p)Z{uERJk8b#B2c~X}^z94yHV0_^VzZh(jDne uNIB4w11PQWt)t~|6I=g=j^q3}B60@1lVy$_C4d|N0000%A_P)Px$^hrcPR9J=WmcMHgVHn3h5w#kq*Emm??n{g^n(T2BCLr@DI32 zNTfp1#ecv>C#PyB#i$UMoQqcQa!u6qa%ho2UWc^O8g28usVzc3+xz2t&-Z=qeIFh; zW@3YGR7&*(v7W@prq#|j!Y6P0)(7R3X!kBU%{HB8TUY*z(>fv}n^y6J$(i#bgzp1o zWYe-^??O8RhsFPGptJR3Xaibz0N{Jj8alW(wr#6gtyXC?8Xs)iRtGEoj<^m?-ngzV zSYrU3JvRctXMY3#!Lu01>wwlTXn)<*k^K=-1{}xPH{IoOSzHeW&Vb`Ms!%ArI$)cU zni#qcSe7+zS=P9&UUUa;zj!$F``oqZs{pLMdy|a+YXbmN6PNakEn`e0tfqlv@owK- zkjeDcs#ThEb7BLcJFv9SWoe;{VVY!CRxnJH`PnY>vt4muEdx6wU6)iUMbdTmm^(59 z`Fsvzbd-EPrxjG&K?=fx z%hLcnf4NHhbwh06*n2{8DgIdhwC`BTq4oo%QYj|wh)y`+Cu6OhIV`$IB>(^b07*qo IM6N<$f_fbXFaQ7m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/glue.rsi/meta.json b/Resources/Textures/Objects/Fun/glue.rsi/meta.json index d2ae18500a..55fc6227cd 100644 --- a/Resources/Textures/Objects/Fun/glue.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/glue.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "inhand-left", "directions": 4 From 196853a693bac0c858ce3be6c01ea124fd7881e2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 Feb 2024 20:14:53 +0000 Subject: [PATCH 290/391] Automatic changelog update (cherry picked from commit d9e6d3e2f7e3930ab1983a78d048c3cc173a1345) --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c62d855a86..ffab45ce94 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Scientists can now fabricate faux grass planet and ice tiles with a tier - 2 civilian services research! They're just as good as the real thing, while - being removable. - type: Add - id: 5387 - time: '2023-12-16T08:20:57.0000000+00:00' - author: Ubaser changes: - message: Lawyers, librarians and reporters now spawn with a luxury pen in their @@ -3878,3 +3870,10 @@ id: 5886 time: '2024-02-04T02:23:16.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24937 +- author: Tayrtahn + changes: + - message: Added opened/closed visuals and fill levels for a variety of drinks. + type: Add + id: 5887 + time: '2024-02-04T20:13:48.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24600 From ac1f8436c437180f3ef4c4644dc61470515a607c Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:48:06 +0000 Subject: [PATCH 291/391] grille is flimsy (#24881) Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 66d7e60cdcd1dabb564ac4166aade722f6cf2583) --- Resources/Prototypes/Damage/modifier_sets.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index bf88837e8d..8a7b84ff1a 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -52,12 +52,9 @@ id: PerforatedMetallic coefficients: Blunt: 2 - Slash: 0.6 Piercing: 0.2 - Shock: 1.2 + Shock: 0.6 flatReductions: - Blunt: 5 - Heat: 5 Piercing: 10 # for fragile electronics like consoles or shuttle engines. From 8b3687a8aea37036373ee9de3602b4e6dc871794 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 Feb 2024 20:49:12 +0000 Subject: [PATCH 292/391] Automatic changelog update (cherry picked from commit 0ccdd873d258947481eb8c87f1d9472d4cc6c750) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ffab45ce94..ec6b8a8c49 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Lawyers, librarians and reporters now spawn with a luxury pen in their - PDA. - type: Add - id: 5388 - time: '2023-12-16T08:21:24.0000000+00:00' - author: TheShuEd changes: - message: Added 9 new cargo bounties! @@ -3877,3 +3870,10 @@ id: 5887 time: '2024-02-04T20:13:48.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24600 +- author: deltanedas + changes: + - message: Grilles are no longer incredibly strong. + type: Tweak + id: 5888 + time: '2024-02-04T20:48:06.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24881 From a60a0a3c8eb4f8d2fe8cc5973e835c11fdb937f6 Mon Sep 17 00:00:00 2001 From: Scribbles0 <91828755+Scribbles0@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:01:49 -0800 Subject: [PATCH 293/391] Auto Attack for Holoparasites (#24944) autoAttack field (cherry picked from commit 8ae63ccc03a8b217f7b47d8a33633ff7a94addfe) --- Resources/Prototypes/Entities/Mobs/Player/guardian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml index 06eda05ee1..d892b31fac 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml @@ -85,6 +85,7 @@ altDisarm: false animation: WeaponArcFist attackRate: 1.8 + autoAttack: true damage: types: Blunt: 20 From 5a5da1df6b27672efd87cff06ad0db2def60928d Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 4 Feb 2024 23:02:55 +0000 Subject: [PATCH 294/391] Automatic changelog update (cherry picked from commit c856dd75067bace5944332a0f4b43d5bde413042) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ec6b8a8c49..91ae5225c4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: Added 9 new cargo bounties! - type: Add - id: 5389 - time: '2023-12-16T08:23:35.0000000+00:00' - author: mirrorcult changes: - message: Everyone can toggle fire alarms now, not just atmos @@ -3877,3 +3871,11 @@ id: 5888 time: '2024-02-04T20:48:06.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24881 +- author: Scribbles0 + changes: + - message: Holoparasites can now autoattack at their max attack rate when holding + down their attack button. + type: Add + id: 5889 + time: '2024-02-04T23:01:49.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24944 From 965e1cae5716c9602532a4166dc0d2aebb9e4285 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:29:35 +0000 Subject: [PATCH 295/391] criminal records revival (#22510) (cherry picked from commit 683591ab046eb720e6ccfd3d0f6e5574f5f7efbc) --- .../CriminalRecords/CrimeHistoryWindow.xaml | 15 + .../CrimeHistoryWindow.xaml.cs | 105 +++++++ ...riminalRecordsConsoleBoundUserInterface.cs | 78 +++++ .../CriminalRecordsConsoleWindow.xaml | 37 +++ .../CriminalRecordsConsoleWindow.xaml.cs | 263 +++++++++++++++++ ...lStationRecordConsoleBoundUserInterface.cs | 21 +- .../GeneralStationRecordConsoleWindow.xaml.cs | 26 +- .../Access/Systems/IdCardConsoleSystem.cs | 20 +- .../Administration/Systems/AdminSystem.cs | 4 +- .../CriminalRecordsConsoleComponent.cs | 45 +++ .../Systems/CriminalRecordsConsoleSystem.cs | 224 +++++++++++++++ .../Systems/CriminalRecordsSystem.cs | 93 ++++++ Content.Server/Mind/Commands/RenameCommand.cs | 10 +- .../StationEvents/Events/ClericalErrorRule.cs | 7 +- .../GeneralStationRecordConsoleComponent.cs | 19 +- .../StationRecords/StationRecordSet.cs | 71 +++-- .../GeneralStationRecordConsoleSystem.cs | 131 +++------ .../Systems/StationRecordsSystem.cs | 272 +++++++++++++----- .../Components/AccessReaderComponent.cs | 2 +- .../CriminalRecords/CriminalRecord.cs | 38 +++ .../CriminalRecords/CriminalRecordsUi.cs | 102 +++++++ Content.Shared/Security/SecurityStatus.cs | 15 + ...rdConsoleSystem.cs => GeneralRecordsUi.cs} | 30 +- .../StationRecords/GeneralStationRecord.cs | 22 +- .../GeneralStationRecordsFilter.cs | 38 --- .../StationRecords/StationRecordKey.cs | 10 +- .../StationRecords/StationRecordsFilter.cs | 44 +++ .../criminal-records/criminal-records.ftl | 44 +++ Resources/Locale/en-US/guidebook/guides.ftl | 1 + .../general-station-records.ftl | 7 +- .../Prototypes/Datasets/criminal_records.yml | 18 ++ .../Machines/Computers/computers.yml | 14 +- Resources/Prototypes/Guidebook/security.yml | 10 +- .../Guidebook/Security/CriminalRecords.xml | 39 +++ 34 files changed, 1550 insertions(+), 325 deletions(-) create mode 100644 Content.Client/CriminalRecords/CrimeHistoryWindow.xaml create mode 100644 Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs create mode 100644 Content.Client/CriminalRecords/CriminalRecordsConsoleBoundUserInterface.cs create mode 100644 Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml create mode 100644 Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs create mode 100644 Content.Server/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs create mode 100644 Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs create mode 100644 Content.Server/CriminalRecords/Systems/CriminalRecordsSystem.cs create mode 100644 Content.Shared/CriminalRecords/CriminalRecord.cs create mode 100644 Content.Shared/CriminalRecords/CriminalRecordsUi.cs create mode 100644 Content.Shared/Security/SecurityStatus.cs rename Content.Shared/StationRecords/{SharedGeneralStationRecordConsoleSystem.cs => GeneralRecordsUi.cs} (65%) delete mode 100644 Content.Shared/StationRecords/GeneralStationRecordsFilter.cs create mode 100644 Content.Shared/StationRecords/StationRecordsFilter.cs create mode 100644 Resources/Locale/en-US/criminal-records/criminal-records.ftl create mode 100644 Resources/Prototypes/Datasets/criminal_records.yml create mode 100644 Resources/ServerInfo/Guidebook/Security/CriminalRecords.xml diff --git a/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml b/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml new file mode 100644 index 0000000000..358fade2e3 --- /dev/null +++ b/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml @@ -0,0 +1,15 @@ + + + +

    /// All recently accessed keys from this record set. - public IEnumerable GetRecentlyAccessed() + public IEnumerable GetRecentlyAccessed() { return _recentlyAccessed.ToArray(); } @@ -135,17 +146,23 @@ public void ClearRecentlyAccessed() _recentlyAccessed.Clear(); } + /// + /// Removes a recently accessed key from the set. + /// + public void RemoveFromRecentlyAccessed(uint key) + { + _recentlyAccessed.Remove(key); + } + /// /// Removes all record entries related to this key from this set. /// /// The key to remove. /// True if successful, false otherwise. - public bool RemoveAllRecords(StationRecordKey key) + public bool RemoveAllRecords(uint key) { if (!Keys.Remove(key)) - { return false; - } foreach (var table in _tables.Values) { diff --git a/Content.Server/StationRecords/Systems/GeneralStationRecordConsoleSystem.cs b/Content.Server/StationRecords/Systems/GeneralStationRecordConsoleSystem.cs index f69caaa9a7..721eff6f2c 100644 --- a/Content.Server/StationRecords/Systems/GeneralStationRecordConsoleSystem.cs +++ b/Content.Server/StationRecords/Systems/GeneralStationRecordConsoleSystem.cs @@ -1,5 +1,6 @@ using System.Linq; using Content.Server.Station.Systems; +using Content.Server.StationRecords.Components; using Content.Shared.StationRecords; using Robust.Server.GameObjects; @@ -7,126 +8,78 @@ namespace Content.Server.StationRecords.Systems; public sealed class GeneralStationRecordConsoleSystem : EntitySystem { - [Dependency] private readonly UserInterfaceSystem _userInterface = default!; - [Dependency] private readonly StationSystem _stationSystem = default!; - [Dependency] private readonly StationRecordsSystem _stationRecordsSystem = default!; + [Dependency] private readonly UserInterfaceSystem _ui = default!; + [Dependency] private readonly StationSystem _station = default!; + [Dependency] private readonly StationRecordsSystem _stationRecords = default!; public override void Initialize() { - SubscribeLocalEvent(UpdateUserInterface); - SubscribeLocalEvent(OnKeySelected); - SubscribeLocalEvent(OnFiltersChanged); SubscribeLocalEvent(UpdateUserInterface); SubscribeLocalEvent(UpdateUserInterface); SubscribeLocalEvent(UpdateUserInterface); + + Subs.BuiEvents(GeneralStationRecordConsoleKey.Key, subs => + { + subs.Event(UpdateUserInterface); + subs.Event(OnKeySelected); + subs.Event(OnFiltersChanged); + }); } - private void UpdateUserInterface(EntityUid uid, GeneralStationRecordConsoleComponent component, T ev) + private void UpdateUserInterface(Entity ent, ref T args) { - UpdateUserInterface(uid, component); + UpdateUserInterface(ent); } - private void OnKeySelected(EntityUid uid, GeneralStationRecordConsoleComponent component, - SelectGeneralStationRecord msg) + // TODO: instead of copy paste shitcode for each record console, have a shared records console comp they all use + // then have this somehow play nicely with creating ui state + // if that gets done put it in StationRecordsSystem console helpers section :) + private void OnKeySelected(Entity ent, ref SelectStationRecord msg) { - component.ActiveKey = msg.SelectedKey; - UpdateUserInterface(uid, component); + ent.Comp.ActiveKey = msg.SelectedKey; + UpdateUserInterface(ent); } - private void OnFiltersChanged(EntityUid uid, - GeneralStationRecordConsoleComponent component, GeneralStationRecordsFilterMsg msg) + private void OnFiltersChanged(Entity ent, ref SetStationRecordFilter msg) { - if (component.Filter == null || - component.Filter.Type != msg.Type || component.Filter.Value != msg.Value) + if (ent.Comp.Filter == null || + ent.Comp.Filter.Type != msg.Type || ent.Comp.Filter.Value != msg.Value) { - component.Filter = new GeneralStationRecordsFilter(msg.Type, msg.Value); - UpdateUserInterface(uid, component); + ent.Comp.Filter = new StationRecordsFilter(msg.Type, msg.Value); + UpdateUserInterface(ent); } } - private void UpdateUserInterface(EntityUid uid, - GeneralStationRecordConsoleComponent? console = null) + private void UpdateUserInterface(Entity ent) { - if (!Resolve(uid, ref console)) - { - return; - } - - var owningStation = _stationSystem.GetOwningStation(uid); + var (uid, console) = ent; + var owningStation = _station.GetOwningStation(uid); - if (!TryComp(owningStation, out var stationRecordsComponent)) + if (!TryComp(owningStation, out var stationRecords)) { - GeneralStationRecordConsoleState state = new(null, null, null, null); - SetStateForInterface(uid, state); + _ui.TrySetUiState(uid, GeneralStationRecordConsoleKey.Key, new GeneralStationRecordConsoleState()); return; } - var consoleRecords = - _stationRecordsSystem.GetRecordsOfType(owningStation.Value, stationRecordsComponent); - - var listing = new Dictionary<(NetEntity, uint), string>(); + var listing = _stationRecords.BuildListing((owningStation.Value, stationRecords), console.Filter); - foreach (var pair in consoleRecords) + switch (listing.Count) { - if (console.Filter != null && IsSkippedRecord(console.Filter, pair.Item2)) - { - continue; - } - - listing.Add(_stationRecordsSystem.Convert(pair.Item1), pair.Item2.Name); + case 0: + _ui.TrySetUiState(uid, GeneralStationRecordConsoleKey.Key, new GeneralStationRecordConsoleState()); + return; + case 1: + console.ActiveKey = listing.Keys.First(); + break; } - if (listing.Count == 0) - { - GeneralStationRecordConsoleState state = new(null, null, null, console.Filter); - SetStateForInterface(uid, state); + if (console.ActiveKey is not { } id) return; - } - else if (listing.Count == 1) - { - console.ActiveKey = listing.Keys.First(); - } - GeneralStationRecord? record = null; - if (console.ActiveKey != null) - { - _stationRecordsSystem.TryGetRecord(owningStation.Value, _stationRecordsSystem.Convert(console.ActiveKey.Value), out record, - stationRecordsComponent); - } + var key = new StationRecordKey(id, owningStation.Value); + _stationRecords.TryGetRecord(key, out var record, stationRecords); - GeneralStationRecordConsoleState newState = new(console.ActiveKey, record, listing, console.Filter); - SetStateForInterface(uid, newState); - } - - private void SetStateForInterface(EntityUid uid, GeneralStationRecordConsoleState newState) - { - _userInterface.TrySetUiState(uid, GeneralStationRecordConsoleKey.Key, newState); - } - - private bool IsSkippedRecord(GeneralStationRecordsFilter filter, - GeneralStationRecord someRecord) - { - bool isFilter = filter.Value.Length > 0; - string filterLowerCaseValue = ""; - - if (!isFilter) - return false; - - filterLowerCaseValue = filter.Value.ToLower(); - - return filter.Type switch - { - GeneralStationRecordFilterType.Name => - !someRecord.Name.ToLower().Contains(filterLowerCaseValue), - GeneralStationRecordFilterType.Prints => someRecord.Fingerprint != null - && IsFilterWithSomeCodeValue(someRecord.Fingerprint, filterLowerCaseValue), - GeneralStationRecordFilterType.DNA => someRecord.DNA != null - && IsFilterWithSomeCodeValue(someRecord.DNA, filterLowerCaseValue), - }; - } - - private bool IsFilterWithSomeCodeValue(string value, string filter) - { - return !value.ToLower().StartsWith(filter); + GeneralStationRecordConsoleState newState = new(id, record, listing, console.Filter); + _ui.TrySetUiState(uid, GeneralStationRecordConsoleKey.Key, newState); } } diff --git a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs index fd5094d533..09a00e5967 100644 --- a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs +++ b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs @@ -32,8 +32,8 @@ namespace Content.Server.StationRecords.Systems; ///
    public sealed class StationRecordsSystem : SharedStationRecordsSystem { - [Dependency] private readonly InventorySystem _inventorySystem = default!; - [Dependency] private readonly StationRecordKeyStorageSystem _keyStorageSystem = default!; + [Dependency] private readonly InventorySystem _inventory = default!; + [Dependency] private readonly StationRecordKeyStorageSystem _keyStorage = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; public override void Initialize() @@ -45,26 +45,22 @@ public override void Initialize() private void OnPlayerSpawn(PlayerSpawnCompleteEvent args) { - if (!HasComp(args.Station)) + if (!TryComp(args.Station, out var stationRecords)) return; - CreateGeneralRecord(args.Station, args.Mob, args.Profile, args.JobId); + CreateGeneralRecord(args.Station, args.Mob, args.Profile, args.JobId, stationRecords); } private void CreateGeneralRecord(EntityUid station, EntityUid player, HumanoidCharacterProfile profile, - string? jobId, StationRecordsComponent? records = null) + string? jobId, StationRecordsComponent records) { - if (!Resolve(station, ref records) - || string.IsNullOrEmpty(jobId) + // TODO make PlayerSpawnCompleteEvent.JobId a ProtoId + if (string.IsNullOrEmpty(jobId) || !_prototypeManager.HasIndex(jobId)) - { return; - } - if (!_inventorySystem.TryGetSlotEntity(player, "id", out var idUid)) - { + if (!_inventory.TryGetSlotEntity(player, "id", out var idUid)) return; - } TryComp(player, out var fingerprintComponent); TryComp(player, out var dnaComponent); @@ -100,17 +96,28 @@ private void CreateGeneralRecord(EntityUid station, EntityUid player, HumanoidCh /// Optional - other systems should anticipate this. /// /// Station records component. - public void CreateGeneralRecord(EntityUid station, EntityUid? idUid, string name, int age, string species, Gender gender, string jobId, string? mobFingerprint, string? dna, HumanoidCharacterProfile? profile = null, - StationRecordsComponent? records = null) + public void CreateGeneralRecord( + EntityUid station, + EntityUid? idUid, + string name, + int age, + string species, + Gender gender, + string jobId, + string? mobFingerprint, + string? dna, + HumanoidCharacterProfile profile, + StationRecordsComponent records) { - if (!Resolve(station, ref records)) - { - return; - } + if (!_prototypeManager.TryIndex(jobId, out var jobPrototype)) + throw new ArgumentException($"Invalid job prototype ID: {jobId}"); - if (!_prototypeManager.TryIndex(jobId, out JobPrototype? jobPrototype)) + // when adding a record that already exists use the old one + // this happens when respawning as the same character + if (GetRecordByName(station, name, records) is {} id) { - throw new ArgumentException($"Invalid job prototype ID: {jobId}"); + SetIdKey(idUid, new StationRecordKey(id, station)); + return; } var record = new GeneralStationRecord() @@ -129,40 +136,47 @@ public void CreateGeneralRecord(EntityUid station, EntityUid? idUid, string name var key = AddRecordEntry(station, record); if (!key.IsValid()) + { + Log.Warning($"Failed to add general record entry for {name}"); return; + } + + SetIdKey(idUid, key); + + RaiseLocalEvent(new AfterGeneralRecordCreatedEvent(key, record, profile)); + } - if (idUid != null) + /// + /// Set the station records key for an id/pda. + /// + public void SetIdKey(EntityUid? uid, StationRecordKey key) + { + if (uid is not {} idUid) + return; + + var keyStorageEntity = idUid; + if (TryComp(idUid, out var pda) && pda.ContainedId is {} id) { - var keyStorageEntity = idUid; - if (TryComp(idUid, out PdaComponent? pdaComponent) && pdaComponent.ContainedId != null) - { - keyStorageEntity = pdaComponent.IdSlot.Item; - } - - if (keyStorageEntity != null) - { - _keyStorageSystem.AssignKey(keyStorageEntity.Value, key); - } + keyStorageEntity = id; } - RaiseLocalEvent(new AfterGeneralRecordCreatedEvent(station, key, record, profile)); + _keyStorage.AssignKey(keyStorageEntity, key); } /// /// Removes a record from this station. /// - /// Station to remove the record from. - /// The key to remove. + /// The station and key to remove. /// Station records component. /// True if the record was removed, false otherwise. - public bool RemoveRecord(EntityUid station, StationRecordKey key, StationRecordsComponent? records = null) + public bool RemoveRecord(StationRecordKey key, StationRecordsComponent? records = null) { - if (!Resolve(station, ref records)) + if (!Resolve(key.OriginStation, ref records)) return false; - if (records.Records.RemoveAllRecords(key)) + if (records.Records.RemoveAllRecords(key.Id)) { - RaiseLocalEvent(new RecordRemovedEvent(station, key)); + RaiseLocalEvent(new RecordRemovedEvent(key)); return true; } @@ -174,20 +188,39 @@ public bool RemoveRecord(EntityUid station, StationRecordKey key, StationRecords /// from the provided station record key. Will always return /// null if the key does not match the station. ///
    - /// Station to get the record from. - /// Key to try and index from the record set. + /// Station and key to try and index from the record set. /// The resulting entry. /// Station record component. /// Type to get from the record set. /// True if the record was obtained, false otherwise. - public bool TryGetRecord(EntityUid station, StationRecordKey key, [NotNullWhen(true)] out T? entry, StationRecordsComponent? records = null) + public bool TryGetRecord(StationRecordKey key, [NotNullWhen(true)] out T? entry, StationRecordsComponent? records = null) { entry = default; - if (!Resolve(station, ref records)) + if (!Resolve(key.OriginStation, ref records)) return false; - return records.Records.TryGetRecordEntry(key, out entry); + return records.Records.TryGetRecordEntry(key.Id, out entry); + } + + /// + /// Returns an id if a record with the same name exists. + /// + /// + /// Linear search so O(n) time complexity. + /// + public uint? GetRecordByName(EntityUid station, string name, StationRecordsComponent? records = null) + { + if (!Resolve(station, ref records)) + return null; + + foreach (var (id, record) in GetRecordsOfType(station, records)) + { + if (record.Name == name) + return id; + } + + return null; } /// @@ -197,30 +230,47 @@ public bool TryGetRecord(EntityUid station, StationRecordKey key, [NotNullWhe /// Station records component. /// Type of record to fetch /// Enumerable of pairs with a station record key, and the entry in question of type T. - public IEnumerable<(StationRecordKey, T)> GetRecordsOfType(EntityUid station, StationRecordsComponent? records = null) + public IEnumerable<(uint, T)> GetRecordsOfType(EntityUid station, StationRecordsComponent? records = null) { if (!Resolve(station, ref records)) - { - return Array.Empty<(StationRecordKey, T)>(); - } + return Array.Empty<(uint, T)>(); return records.Records.GetRecordsOfType(); } /// - /// Adds a record entry to a station's record set. + /// Adds a new record entry to a station's record set. /// /// The station to add the record to. /// The record to add. /// Station records component. /// The type of record to add. - public StationRecordKey AddRecordEntry(EntityUid station, T record, - StationRecordsComponent? records = null) + public StationRecordKey AddRecordEntry(EntityUid station, T record, StationRecordsComponent? records = null) { if (!Resolve(station, ref records)) return StationRecordKey.Invalid; - return records.Records.AddRecordEntry(station, record); + var id = records.Records.AddRecordEntry(record); + if (id == null) + return StationRecordKey.Invalid; + + return new StationRecordKey(id.Value, station); + } + + /// + /// Adds a record to an existing entry. + /// + /// The station and id of the existing entry. + /// The record to add. + /// Station records component. + /// The type of record to add. + public void AddRecordEntry(StationRecordKey key, T record, + StationRecordsComponent? records = null) + { + if (!Resolve(key.OriginStation, ref records)) + return; + + records.Records.AddRecordEntry(key.Id, record); } /// @@ -231,17 +281,99 @@ public StationRecordKey AddRecordEntry(EntityUid station, T record, public void Synchronize(EntityUid station, StationRecordsComponent? records = null) { if (!Resolve(station, ref records)) - { return; - } foreach (var key in records.Records.GetRecentlyAccessed()) { - RaiseLocalEvent(new RecordModifiedEvent(station, key)); + RaiseLocalEvent(new RecordModifiedEvent(new StationRecordKey(key, station))); } records.Records.ClearRecentlyAccessed(); } + + /// + /// Synchronizes a single record's entries for a station. + /// + /// The station and id of the record + /// Station records component. + public void Synchronize(StationRecordKey key, StationRecordsComponent? records = null) + { + if (!Resolve(key.OriginStation, ref records)) + return; + + RaiseLocalEvent(new RecordModifiedEvent(key)); + + records.Records.RemoveFromRecentlyAccessed(key.Id); + } + + #region Console system helpers + + /// + /// Checks if a record should be skipped given a filter. + /// Takes general record since even if you are using this for e.g. criminal records, + /// you don't want to duplicate basic info like name and dna. + /// Station records lets you do this nicely with multiple types having their own data. + /// + public bool IsSkipped(StationRecordsFilter? filter, GeneralStationRecord someRecord) + { + // if nothing is being filtered, show everything + if (filter == null) + return false; + if (filter.Value.Length == 0) + return false; + + var filterLowerCaseValue = filter.Value.ToLower(); + + return filter.Type switch + { + StationRecordFilterType.Name => + !someRecord.Name.ToLower().Contains(filterLowerCaseValue), + StationRecordFilterType.Prints => someRecord.Fingerprint != null + && IsFilterWithSomeCodeValue(someRecord.Fingerprint, filterLowerCaseValue), + StationRecordFilterType.DNA => someRecord.DNA != null + && IsFilterWithSomeCodeValue(someRecord.DNA, filterLowerCaseValue), + }; + } + + private bool IsFilterWithSomeCodeValue(string value, string filter) + { + return !value.ToLower().StartsWith(filter); + } + + /// + /// Build a record listing of id to name for a station and filter. + /// + public Dictionary BuildListing(Entity station, StationRecordsFilter? filter) + { + var listing = new Dictionary(); + + var records = GetRecordsOfType(station, station.Comp); + foreach (var pair in records) + { + if (IsSkipped(filter, pair.Item2)) + continue; + + listing.Add(pair.Item1, pair.Item2.Name); + } + + return listing; + } + + #endregion +} + +/// +/// Base event for station record events +/// +public abstract class StationRecordEvent : EntityEventArgs +{ + public readonly StationRecordKey Key; + public EntityUid Station => Key.OriginStation; + + protected StationRecordEvent(StationRecordKey key) + { + Key = key; + } } /// @@ -250,23 +382,19 @@ public void Synchronize(EntityUid station, StationRecordsComponent? records = nu /// listening to this event, as it contains the character's record key. /// Also stores the general record reference, to save some time. /// -public sealed class AfterGeneralRecordCreatedEvent : EntityEventArgs +public sealed class AfterGeneralRecordCreatedEvent : StationRecordEvent { - public readonly EntityUid Station; - public StationRecordKey Key { get; } - public GeneralStationRecord Record { get; } + public readonly GeneralStationRecord Record; /// /// Profile for the related player. This is so that other systems can get further information /// about the player character. /// Optional - other systems should anticipate this. /// - public HumanoidCharacterProfile? Profile { get; } + public readonly HumanoidCharacterProfile Profile; - public AfterGeneralRecordCreatedEvent(EntityUid station, StationRecordKey key, GeneralStationRecord record, - HumanoidCharacterProfile? profile) + public AfterGeneralRecordCreatedEvent(StationRecordKey key, GeneralStationRecord record, + HumanoidCharacterProfile profile) : base(key) { - Station = station; - Key = key; Record = record; Profile = profile; } @@ -278,15 +406,10 @@ public AfterGeneralRecordCreatedEvent(EntityUid station, StationRecordKey key, G /// that store record keys can then remove the key from their internal /// fields. /// -public sealed class RecordRemovedEvent : EntityEventArgs +public sealed class RecordRemovedEvent : StationRecordEvent { - public readonly EntityUid Station; - public StationRecordKey Key { get; } - - public RecordRemovedEvent(EntityUid station, StationRecordKey key) + public RecordRemovedEvent(StationRecordKey key) : base(key) { - Station = station; - Key = key; } } @@ -295,14 +418,9 @@ public RecordRemovedEvent(EntityUid station, StationRecordKey key) /// inform other systems that records stored in this key /// may have changed. /// -public sealed class RecordModifiedEvent : EntityEventArgs +public sealed class RecordModifiedEvent : StationRecordEvent { - public readonly EntityUid Station; - public StationRecordKey Key { get; } - - public RecordModifiedEvent(EntityUid station, StationRecordKey key) + public RecordModifiedEvent(StationRecordKey key) : base(key) { - Station = station; - Key = key; } } diff --git a/Content.Shared/Access/Components/AccessReaderComponent.cs b/Content.Shared/Access/Components/AccessReaderComponent.cs index 3f6c9e1c05..b157797922 100644 --- a/Content.Shared/Access/Components/AccessReaderComponent.cs +++ b/Content.Shared/Access/Components/AccessReaderComponent.cs @@ -34,7 +34,7 @@ public sealed partial class AccessReaderComponent : Component public List> AccessLists = new(); /// - /// A list of s that grant access. Only a single matching key is required tp gaim + /// A list of s that grant access. Only a single matching key is required to gain /// access. /// [DataField] diff --git a/Content.Shared/CriminalRecords/CriminalRecord.cs b/Content.Shared/CriminalRecords/CriminalRecord.cs new file mode 100644 index 0000000000..0fe23d4395 --- /dev/null +++ b/Content.Shared/CriminalRecords/CriminalRecord.cs @@ -0,0 +1,38 @@ +using Content.Shared.Security; +using Robust.Shared.Serialization; + +namespace Content.Shared.CriminalRecords; + +/// +/// Criminal record for a crewmember. +/// Can be viewed and edited in a criminal records console by security. +/// +[Serializable, NetSerializable, DataRecord] +public sealed record CriminalRecord +{ + /// + /// Status of the person (None, Wanted, Detained). + /// + [DataField] + public SecurityStatus Status = SecurityStatus.None; + + /// + /// When Status is Wanted, the reason for it. + /// Should never be set otherwise. + /// + [DataField] + public string? Reason; + + /// + /// Criminal history of the person. + /// This should have charges and time served added after someone is detained. + /// + [DataField] + public List History = new(); +} + +/// +/// A line of criminal activity and the time it was added at. +/// +[Serializable, NetSerializable] +public record struct CrimeHistory(TimeSpan AddTime, string Crime); diff --git a/Content.Shared/CriminalRecords/CriminalRecordsUi.cs b/Content.Shared/CriminalRecords/CriminalRecordsUi.cs new file mode 100644 index 0000000000..287de36ac7 --- /dev/null +++ b/Content.Shared/CriminalRecords/CriminalRecordsUi.cs @@ -0,0 +1,102 @@ +using Content.Shared.Security; +using Content.Shared.StationRecords; +using Robust.Shared.Serialization; + +namespace Content.Shared.CriminalRecords; + +[Serializable, NetSerializable] +public enum CriminalRecordsConsoleKey : byte +{ + Key +} + +/// +/// Criminal records console state. There are a few states: +/// - SelectedKey null, Record null, RecordListing null +/// - The station record database could not be accessed. +/// - SelectedKey null, Record null, RecordListing non-null +/// - Records are populated in the database, or at least the station has +/// the correct component. +/// - SelectedKey non-null, Record null, RecordListing non-null +/// - The selected key does not have a record tied to it. +/// - SelectedKey non-null, Record non-null, RecordListing non-null +/// - The selected key has a record tied to it, and the record has been sent. +/// +/// - there is added new filters and so added new states +/// -SelectedKey null, Record null, RecordListing null, filters non-null +/// the station may have data, but they all did not pass through the filters +/// +/// Other states are erroneous. +/// +[Serializable, NetSerializable] +public sealed class CriminalRecordsConsoleState : BoundUserInterfaceState +{ + /// + /// Currently selected crewmember record key. + /// + public uint? SelectedKey = null; + + public CriminalRecord? CriminalRecord = null; + public GeneralStationRecord? StationRecord = null; + public readonly Dictionary? RecordListing; + public readonly StationRecordsFilter? Filter; + + public CriminalRecordsConsoleState(Dictionary? recordListing, StationRecordsFilter? newFilter) + { + RecordListing = recordListing; + Filter = newFilter; + } + + /// + /// Default state for opening the console + /// + public CriminalRecordsConsoleState() : this(null, null) + { + } + + public bool IsEmpty() => SelectedKey == null && StationRecord == null && CriminalRecord == null && RecordListing == null; +} + +/// +/// Used to change status, respecting the wanted/reason nullability rules in . +/// +[Serializable, NetSerializable] +public sealed class CriminalRecordChangeStatus : BoundUserInterfaceMessage +{ + public readonly SecurityStatus Status; + public readonly string? Reason; + + public CriminalRecordChangeStatus(SecurityStatus status, string? reason) + { + Status = status; + Reason = reason; + } +} + +/// +/// Used to add a single line to the record's crime history. +/// +[Serializable, NetSerializable] +public sealed class CriminalRecordAddHistory : BoundUserInterfaceMessage +{ + public readonly string Line; + + public CriminalRecordAddHistory(string line) + { + Line = line; + } +} + +/// +/// Used to delete a single line from the crime history, by index. +/// +[Serializable, NetSerializable] +public sealed class CriminalRecordDeleteHistory : BoundUserInterfaceMessage +{ + public readonly uint Index; + + public CriminalRecordDeleteHistory(uint index) + { + Index = index; + } +} diff --git a/Content.Shared/Security/SecurityStatus.cs b/Content.Shared/Security/SecurityStatus.cs new file mode 100644 index 0000000000..95250a8645 --- /dev/null +++ b/Content.Shared/Security/SecurityStatus.cs @@ -0,0 +1,15 @@ +namespace Content.Shared.Security; + +/// +/// Status used in Criminal Records. +/// +/// None - the default value +/// Wanted - the person is being wanted by security +/// Detained - the person is detained by security +/// +public enum SecurityStatus : byte +{ + None, + Wanted, + Detained +} diff --git a/Content.Shared/StationRecords/SharedGeneralStationRecordConsoleSystem.cs b/Content.Shared/StationRecords/GeneralRecordsUi.cs similarity index 65% rename from Content.Shared/StationRecords/SharedGeneralStationRecordConsoleSystem.cs rename to Content.Shared/StationRecords/GeneralRecordsUi.cs index 27288a7a1f..860454efde 100644 --- a/Content.Shared/StationRecords/SharedGeneralStationRecordConsoleSystem.cs +++ b/Content.Shared/StationRecords/GeneralRecordsUi.cs @@ -30,14 +30,16 @@ public enum GeneralStationRecordConsoleKey : byte public sealed class GeneralStationRecordConsoleState : BoundUserInterfaceState { /// - /// Current selected key. + /// Current selected key. + /// Station is always the station that owns the console. /// - public (NetEntity, uint)? SelectedKey { get; } - public GeneralStationRecord? Record { get; } - public Dictionary<(NetEntity, uint), string>? RecordListing { get; } - public GeneralStationRecordsFilter? Filter { get; } - public GeneralStationRecordConsoleState((NetEntity, uint)? key, GeneralStationRecord? record, - Dictionary<(NetEntity, uint), string>? recordListing, GeneralStationRecordsFilter? newFilter) + public readonly uint? SelectedKey; + public readonly GeneralStationRecord? Record; + public readonly Dictionary? RecordListing; + public readonly StationRecordsFilter? Filter; + + public GeneralStationRecordConsoleState(uint? key, GeneralStationRecord? record, + Dictionary? recordListing, StationRecordsFilter? newFilter) { SelectedKey = key; Record = record; @@ -45,16 +47,24 @@ public GeneralStationRecordConsoleState((NetEntity, uint)? key, GeneralStationRe Filter = newFilter; } + public GeneralStationRecordConsoleState() : this(null, null, null, null) + { + } + public bool IsEmpty() => SelectedKey == null && Record == null && RecordListing == null; } +/// +/// Select a specific crewmember's record, or deselect. +/// Used by any kind of records console including general and criminal. +/// [Serializable, NetSerializable] -public sealed class SelectGeneralStationRecord : BoundUserInterfaceMessage +public sealed class SelectStationRecord : BoundUserInterfaceMessage { - public (NetEntity, uint)? SelectedKey { get; } + public readonly uint? SelectedKey; - public SelectGeneralStationRecord((NetEntity, uint)? selectedKey) + public SelectStationRecord(uint? selectedKey) { SelectedKey = selectedKey; } diff --git a/Content.Shared/StationRecords/GeneralStationRecord.cs b/Content.Shared/StationRecords/GeneralStationRecord.cs index de4cda8f25..2ca34a4ffb 100644 --- a/Content.Shared/StationRecords/GeneralStationRecord.cs +++ b/Content.Shared/StationRecords/GeneralStationRecord.cs @@ -7,46 +7,46 @@ namespace Content.Shared.StationRecords; /// General station record. Indicates the crewmember's name and job. ///
    [Serializable, NetSerializable] -public sealed class GeneralStationRecord +public sealed record GeneralStationRecord { /// /// Name tied to this station record. /// - [ViewVariables] + [DataField] public string Name = string.Empty; /// /// Age of the person that this station record represents. /// - [ViewVariables] + [DataField] public int Age; /// /// Job title tied to this station record. /// - [ViewVariables] + [DataField] public string JobTitle = string.Empty; /// /// Job icon tied to this station record. /// - [ViewVariables] + [DataField] public string JobIcon = string.Empty; - [ViewVariables] + [DataField] public string JobPrototype = string.Empty; /// /// Species tied to this station record. /// - [ViewVariables] + [DataField] public string Species = string.Empty; /// /// Gender identity tied to this station record. /// /// Sex should be placed in a medical record, not a general record. - [ViewVariables] + [DataField] public Gender Gender = Gender.Epicene; /// @@ -54,18 +54,18 @@ public sealed class GeneralStationRecord /// This is taken from the 'weight' of a job prototype, /// usually. /// - [ViewVariables] + [DataField] public int DisplayPriority; /// /// Fingerprint of the person. /// - [ViewVariables] + [DataField] public string? Fingerprint; /// /// DNA of the person. /// - [ViewVariables] + [DataField] public string? DNA; } diff --git a/Content.Shared/StationRecords/GeneralStationRecordsFilter.cs b/Content.Shared/StationRecords/GeneralStationRecordsFilter.cs deleted file mode 100644 index f032242011..0000000000 --- a/Content.Shared/StationRecords/GeneralStationRecordsFilter.cs +++ /dev/null @@ -1,38 +0,0 @@ -using Robust.Shared.Serialization; - -namespace Content.Shared.StationRecords; - -[Serializable, NetSerializable] -public sealed class GeneralStationRecordsFilter -{ - public GeneralStationRecordFilterType Type { get; set; } - = GeneralStationRecordFilterType.Name; - public string Value { get; set; } = ""; - public GeneralStationRecordsFilter(GeneralStationRecordFilterType filterType, string newValue = "") - { - Type = filterType; - Value = newValue; - } -} - -[Serializable, NetSerializable] -public sealed class GeneralStationRecordsFilterMsg : BoundUserInterfaceMessage -{ - public string Value { get; } - public GeneralStationRecordFilterType Type { get; } - - public GeneralStationRecordsFilterMsg(GeneralStationRecordFilterType filterType, - string filterValue) - { - Type = filterType; - Value = filterValue; - } -} - -[Serializable, NetSerializable] -public enum GeneralStationRecordFilterType : byte -{ - Name, - Prints, - DNA, -} diff --git a/Content.Shared/StationRecords/StationRecordKey.cs b/Content.Shared/StationRecords/StationRecordKey.cs index 937c3aa3ef..3693c0f57d 100644 --- a/Content.Shared/StationRecords/StationRecordKey.cs +++ b/Content.Shared/StationRecords/StationRecordKey.cs @@ -1,10 +1,14 @@ namespace Content.Shared.StationRecords; -// Station record keys. These should be stored somewhere, -// preferably within an ID card. +/// +/// Station record keys. These should be stored somewhere, +/// preferably within an ID card. +/// This refers to both the id and station. This is suitable for an access reader field etc, +/// but when you already know the station just store the id itself. +/// public readonly struct StationRecordKey : IEquatable { - [DataField("id")] + [DataField] public readonly uint Id; [DataField("station")] diff --git a/Content.Shared/StationRecords/StationRecordsFilter.cs b/Content.Shared/StationRecords/StationRecordsFilter.cs new file mode 100644 index 0000000000..10b94dda99 --- /dev/null +++ b/Content.Shared/StationRecords/StationRecordsFilter.cs @@ -0,0 +1,44 @@ +using Robust.Shared.Serialization; + +namespace Content.Shared.StationRecords; + +[Serializable, NetSerializable] +public sealed class StationRecordsFilter +{ + public StationRecordFilterType Type = StationRecordFilterType.Name; + public string Value = ""; + + public StationRecordsFilter(StationRecordFilterType filterType, string newValue = "") + { + Type = filterType; + Value = newValue; + } +} + +/// +/// Message for updating the filter on any kind of records console. +/// +[Serializable, NetSerializable] +public sealed class SetStationRecordFilter : BoundUserInterfaceMessage +{ + public readonly string Value; + public readonly StationRecordFilterType Type; + + public SetStationRecordFilter(StationRecordFilterType filterType, + string filterValue) + { + Type = filterType; + Value = filterValue; + } +} + +/// +/// Different strings that results can be filtered by. +/// +[Serializable, NetSerializable] +public enum StationRecordFilterType : byte +{ + Name, + Prints, + DNA, +} diff --git a/Resources/Locale/en-US/criminal-records/criminal-records.ftl b/Resources/Locale/en-US/criminal-records/criminal-records.ftl new file mode 100644 index 0000000000..49cd59914a --- /dev/null +++ b/Resources/Locale/en-US/criminal-records/criminal-records.ftl @@ -0,0 +1,44 @@ +criminal-records-console-window-title = Criminal Records Computer +criminal-records-console-records-list-title = Crewmembers +criminal-records-console-select-record-info = Select a record. +criminal-records-console-no-records = No records found! +criminal-records-console-no-record-found = No record was found for the selected person. + +## Status + +criminal-records-console-status = Status +criminal-records-status-none = None +criminal-records-status-wanted = Wanted +criminal-records-status-detained = Detained + +criminal-records-console-wanted-reason = [color=gray]Wanted Reason[/color] +criminal-records-console-reason = Reason +criminal-records-console-reason-placeholder = For example: {$placeholder} + +## Crime History + +criminal-records-console-crime-history = Crime History +criminal-records-history-placeholder = Write the crime here +criminal-records-no-history = This crewmember's record is spotless. +criminal-records-add-history = Add +criminal-records-delete-history = Delete + +criminal-records-permission-denied = Permission denied + +## Security channel notifications + +criminal-records-console-wanted = {$name} is wanted by {$officer} for: {$reason}. +criminal-records-console-detained = {$name} has been detained by {$officer}. +criminal-records-console-released = {$name} has been released by {$officer}. +criminal-records-console-not-wanted = {$name} is no longer wanted. + +## Filters + +criminal-records-filter-placeholder = Input text and press "Enter" +criminal-records-name-filter = Name +criminal-records-prints-filter = Fingerprints +criminal-records-dna-filter = DNA + +## Arrest auto history lines +criminal-records-console-auto-history = ARRESTED: {$reason} +criminal-records-console-unspecified-reason = diff --git a/Resources/Locale/en-US/guidebook/guides.ftl b/Resources/Locale/en-US/guidebook/guides.ftl index 405d65630f..c98f24ab70 100644 --- a/Resources/Locale/en-US/guidebook/guides.ftl +++ b/Resources/Locale/en-US/guidebook/guides.ftl @@ -48,6 +48,7 @@ guide-entry-cyborgs = Cyborgs guide-entry-security = Security guide-entry-forensics = Forensics guide-entry-defusal = Large Bomb Defusal +guide-entry-criminal-records = Criminal Records guide-entry-antagonists = Antagonists guide-entry-nuclear-operatives = Nuclear Operatives diff --git a/Resources/Locale/en-US/station-records/general-station-records.ftl b/Resources/Locale/en-US/station-records/general-station-records.ftl index 89775a449e..3ee1f834fb 100644 --- a/Resources/Locale/en-US/station-records/general-station-records.ftl +++ b/Resources/Locale/en-US/station-records/general-station-records.ftl @@ -1,4 +1,4 @@ -general-station-record-console-window-title = Station Records Computer +general-station-record-console-window-title = Station Records Computer general-station-record-console-select-record-info = Select a record on the left. general-station-record-console-empty-state = No records found! general-station-record-console-no-record-found = No record was found for the selected person. @@ -11,8 +11,5 @@ general-station-record-console-record-fingerprint = Fingerprint: {$fingerprint} general-station-record-console-record-dna = DNA: {$dna} general-station-record-for-filter-line-placeholder = Input text and press "Enter" -general-station-record-name-filter = Name of person -general-station-record-prints-filter = Fingerprints -general-station-record-dna-filter = DNA general-station-record-console-search-records = Search -general-station-record-console-reset-filters = Reset \ No newline at end of file +general-station-record-console-reset-filters = Reset diff --git a/Resources/Prototypes/Datasets/criminal_records.yml b/Resources/Prototypes/Datasets/criminal_records.yml new file mode 100644 index 0000000000..ee28309184 --- /dev/null +++ b/Resources/Prototypes/Datasets/criminal_records.yml @@ -0,0 +1,18 @@ +# "funny" placeholders of extremely minor/non-crimes for wanted reason dialog +- type: dataset + id: CriminalRecordsWantedReasonPlaceholders + values: + - Ate their own shoes + - Being a clown + - Being a mime + - Breathed the wrong way + - Broke into evac + - Did literally nothing + - Didn't say hello to me + - Drank one too many + - Lied on common radio + - Looked at me funny + - Slipped the HoS + - Stole the clown's mask + - Told an unfunny joke + - Wore a gasmask diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index 31730efb50..5927602b4d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -285,8 +285,15 @@ parent: BaseComputer id: ComputerCriminalRecords name: criminal records computer - description: This can be used to check criminal records. + description: This can be used to check criminal records. Only security can modify them. components: + - type: CriminalRecordsConsole + - type: UserInterface + interfaces: + - key: enum.CriminalRecordsConsoleKey.Key + type: CriminalRecordsConsoleBoundUserInterface + - type: ActivatableUI + key: enum.CriminalRecordsConsoleKey.Key - type: Sprite layers: - map: ["computerLayerBody"] @@ -303,6 +310,11 @@ color: "#1f8c28" - type: Computer board: CriminalRecordsComputerCircuitboard + - type: AccessReader + access: [["Security"]] + - type: GuideHelp + guides: + - CriminalRecords - type: entity parent: BaseComputer diff --git a/Resources/Prototypes/Guidebook/security.yml b/Resources/Prototypes/Guidebook/security.yml index 8e734b4d13..f5e3470828 100644 --- a/Resources/Prototypes/Guidebook/security.yml +++ b/Resources/Prototypes/Guidebook/security.yml @@ -3,8 +3,9 @@ name: guide-entry-security text: "/ServerInfo/Guidebook/Security/Security.xml" children: - - Forensics - - Defusal + - Forensics + - Defusal + - CriminalRecords - type: guideEntry id: Forensics @@ -15,3 +16,8 @@ id: Defusal name: guide-entry-defusal text: "/ServerInfo/Guidebook/Security/Defusal.xml" + +- type: guideEntry + id: CriminalRecords + name: guide-entry-criminal-records + text: "/ServerInfo/Guidebook/Security/CriminalRecords.xml" diff --git a/Resources/ServerInfo/Guidebook/Security/CriminalRecords.xml b/Resources/ServerInfo/Guidebook/Security/CriminalRecords.xml new file mode 100644 index 0000000000..c7b7ad2098 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Security/CriminalRecords.xml @@ -0,0 +1,39 @@ + + # Criminal Records + The criminal records console is accessible in every station's security department, it serves the purpose of tracking and managing the criminal history and status of anybody part of the crew manifest. + + + + + + Anyone can open the console's UI, but only those with Security access can modify anything. + + The UI is composed by the following elements: + - A search bar that has a filter next to it that lets you filter the crewmembers by their names, fingerprints or DNA. + + - A list of all the crewmembers in the manifest, selecting one of the entries will make the criminal records of a crewmember appear. The list is filtered by the search bar so make sure it's empty if you want an overall overview! + + - The criminal records themselves + + In the record section you can: + - See security-related information about a crewmember like their name, fingerprints and DNA. + + - Change the security status between [color=gray]None[/color], [color=yellow]Wanted[/color] and [color=red]Detained[/color]. When setting it to Wanted you will be asked to write a reason. + + - If they are wanted, you can see the reason given below the status dropdown. + + - Once someone has been arrested, update their status on the console so everyone knows they no longer need to be captured. + + - After they've done their time, release them and update their status to None so nobody thinks they are an escaped convict. + + - Open the Crime History window to check or modify it. + + The Crime History window lists someone's crimes and can be modified in multiple ways: + - Automatically, just by setting someone's status to arrested. The reason will be added to "ARRESTED:" so it's easy to see the automated entries. + + - Adding a new line by clicking "Add" and writing something in the input box. When adding a record, remember to mention their crime and sentence, the console will automatically insert the shift's time so you don't need to! + + - Select a line of unwanted history and click "Delete" to remove it. Excellent for keeping records clean from the clown's stolen ID antics. + + Now you can be the desk jockey you've always wanted to be. + From f3107f7eb675776128801ce9c4ae141bb0e25c78 Mon Sep 17 00:00:00 2001 From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:12:07 -0400 Subject: [PATCH 296/391] Fixes bug with criminal records (#24954) (cherry picked from commit a8c9af1227714aa33efeebb88aa3c9b38067d834) --- .../Systems/CriminalRecordsConsoleSystem.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs b/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs index 67ac1bf13c..f0a4f96152 100644 --- a/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs +++ b/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs @@ -104,6 +104,12 @@ private void OnChangeStatus(Entity ent, ref Cri if (_idCard.TryFindIdCard(mob.Value, out var id) && id.Comp.FullName is {} fullName) officer = fullName; + (string, object)[] args; + if (reason != null) + args = new (string, object)[] { ("name", name), ("officer", officer), ("reason", reason) }; + else + args = new (string, object)[] { ("name", name), ("officer", officer) }; + // figure out which radio message to send depending on transition var statusString = (oldStatus, msg.Status) switch { @@ -118,9 +124,7 @@ private void OnChangeStatus(Entity ent, ref Cri // this is impossible _ => "not-wanted" }; - var message = Loc.GetString($"criminal-records-console-{statusString}", ("name", name), ("officer", officer), - reason != null ? ("reason", reason) : default!); - _radio.SendRadioMessage(ent, message, ent.Comp.SecurityChannel, ent); + _radio.SendRadioMessage(ent, Loc.GetString($"criminal-records-console-{statusString}", args), ent.Comp.SecurityChannel, ent); UpdateUserInterface(ent); } From 6bcd38e6c39e4dc9f4258cf67da794515d0d0af3 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:39:58 +0000 Subject: [PATCH 297/391] criminal records cl (#24953) (cherry picked from commit 1ed86128ecbcdf809ed2602b1a242e8418a9df86) --- Resources/Changelog/Parts/parts_22510.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Resources/Changelog/Parts/parts_22510.yaml diff --git a/Resources/Changelog/Parts/parts_22510.yaml b/Resources/Changelog/Parts/parts_22510.yaml new file mode 100644 index 0000000000..84133098a6 --- /dev/null +++ b/Resources/Changelog/Parts/parts_22510.yaml @@ -0,0 +1,4 @@ +author: ficcialfaint and deltanedas +changes: +- type: Add + message: Criminal records and the console that manages them have been added to the game. They also have a guidebook entry. From 452347902dc7f4bc31b98d28fbcdf50db6d34f71 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:02:46 -0500 Subject: [PATCH 298/391] Store Action Upgrade Fix (#24959) (cherry picked from commit e79d2b5561692f34c3ee88c0d2a5707982227af2) --- Content.Server/Store/Systems/StoreSystem.Refund.cs | 4 +--- Content.Shared/Store/ListingPrototype.cs | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Content.Server/Store/Systems/StoreSystem.Refund.cs b/Content.Server/Store/Systems/StoreSystem.Refund.cs index c42c79475e..d59ee75e3e 100644 --- a/Content.Server/Store/Systems/StoreSystem.Refund.cs +++ b/Content.Server/Store/Systems/StoreSystem.Refund.cs @@ -1,6 +1,4 @@ -using Content.Server.Actions; -using Content.Server.Store.Components; -using Content.Shared.Actions; +using Content.Server.Store.Components; using Robust.Shared.Containers; namespace Content.Server.Store.Systems; diff --git a/Content.Shared/Store/ListingPrototype.cs b/Content.Shared/Store/ListingPrototype.cs index 5dccc25337..61721f2fb4 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -163,7 +163,6 @@ public object Clone() ProductEntity = ProductEntity, ProductAction = ProductAction, ProductUpgradeID = ProductUpgradeID, - ProductActionEntity = ProductActionEntity, ProductEvent = ProductEvent, PurchaseAmount = PurchaseAmount, RestockTime = RestockTime, From 7b87d398ab6329788818a4ecec6e8a3563045e5a Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:56:59 -0500 Subject: [PATCH 299/391] Actually fix store action upgrades (#24960) actual fix this time (cherry picked from commit b88a8f0bb2a4e1c9dca39bf0778aa3c6c947702f) --- Content.Shared/Store/ListingPrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Store/ListingPrototype.cs b/Content.Shared/Store/ListingPrototype.cs index 61721f2fb4..2f067afbee 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -120,7 +120,6 @@ public bool Equals(ListingData? listing) Description != listing.Description || ProductEntity != listing.ProductEntity || ProductAction != listing.ProductAction || - ProductActionEntity != listing.ProductActionEntity || ProductEvent != listing.ProductEvent || RestockTime != listing.RestockTime) return false; @@ -163,6 +162,7 @@ public object Clone() ProductEntity = ProductEntity, ProductAction = ProductAction, ProductUpgradeID = ProductUpgradeID, + ProductActionEntity = ProductActionEntity, ProductEvent = ProductEvent, PurchaseAmount = PurchaseAmount, RestockTime = RestockTime, From ab73fe386da407cbb53db82079207080ee3cbacf Mon Sep 17 00:00:00 2001 From: EdenTheLiznerd <138748328+EdenTheLiznerd@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:24:51 -0700 Subject: [PATCH 300/391] Sectech Advert Change (#24965) The Duality of Skull Cracking!!! Fixes a IC standpoint of what the sectech should be threatening to beat, go crack syndicate skulls not non-existent communist skulls silly (cherry picked from commit 30fd0c89e1b49ef0017c886dc5bdb09dcffb9320) --- Resources/Locale/en-US/advertisements/vending/sectech.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/advertisements/vending/sectech.ftl b/Resources/Locale/en-US/advertisements/vending/sectech.ftl index 1edaa980cd..8f02897142 100644 --- a/Resources/Locale/en-US/advertisements/vending/sectech.ftl +++ b/Resources/Locale/en-US/advertisements/vending/sectech.ftl @@ -1,4 +1,4 @@ -advertisement-sectech-1 = Crack communist skulls! +advertisement-sectech-1 = Crack syndicate skulls! advertisement-sectech-2 = Beat some heads in! advertisement-sectech-3 = Don't forget - harm is good! advertisement-sectech-4 = Your weapons are right here. From 31b93e02a83fcd298344a6fe02498da30c6200a6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 5 Feb 2024 12:25:58 +0000 Subject: [PATCH 301/391] Automatic changelog update (cherry picked from commit 9deaf675216e72561da0d0b021351ebd16276fff) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 91ae5225c4..ce745f1fa5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Everyone can toggle fire alarms now, not just atmos - type: Tweak - id: 5390 - time: '2023-12-16T08:24:00.0000000+00:00' - author: EmoGarbage404 changes: - message: A variety of chemicals can now be decomposed via electrolysis or centrifugal @@ -3879,3 +3873,11 @@ id: 5889 time: '2024-02-04T23:01:49.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24944 +- author: EdenTheLiznerd + changes: + - message: Sectech no longer says "Let's crack communist skulls!" It now says "Let's + crack syndicate skulls!" + type: Tweak + id: 5890 + time: '2024-02-05T12:24:52.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24965 From b45675731df3a082671df653b94d58bd48331336 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:55:39 +0000 Subject: [PATCH 302/391] move criminal records console component to shared (#24957) * move criminal records console component to shared * todone --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 9b1c88b78b4d27d7a762ebd80dc4294e9cf6332f) --- Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs | 8 +++++--- .../CriminalRecordsConsoleBoundUserInterface.cs | 7 +++++-- .../CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs | 7 ++++--- .../Systems/CriminalRecordsConsoleSystem.cs | 7 +++++++ .../Systems/CriminalRecordsConsoleSystem.cs | 8 ++++++-- .../Components/CriminalRecordsConsoleComponent.cs | 6 +++--- .../Systems/SharedCriminalRecordsConsoleSystem.cs | 8 ++++++++ 7 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 Content.Client/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs rename {Content.Server => Content.Shared}/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs (90%) create mode 100644 Content.Shared/CriminalRecords/Systems/SharedCriminalRecordsConsoleSystem.cs diff --git a/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs b/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs index bccf501d9c..1c6e83a359 100644 --- a/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs +++ b/Content.Client/CriminalRecords/CrimeHistoryWindow.xaml.cs @@ -15,13 +15,16 @@ public sealed partial class CrimeHistoryWindow : FancyWindow public Action? OnAddHistory; public Action? OnDeleteHistory; + private uint _maxLength; private uint? _index; private DialogWindow? _dialog; - public CrimeHistoryWindow() + public CrimeHistoryWindow(uint maxLength) { RobustXamlLoader.Load(this); + _maxLength = maxLength; + OnClose += () => { _dialog?.Close(); @@ -47,8 +50,7 @@ public CrimeHistoryWindow() _dialog.OnConfirmed += responses => { var line = responses[field]; - // TODO: whenever the console is moved to shared unhardcode this - if (line.Length < 1 || line.Length > 256) + if (line.Length < 1 || line.Length > _maxLength) return; OnAddHistory?.Invoke(line); diff --git a/Content.Client/CriminalRecords/CriminalRecordsConsoleBoundUserInterface.cs b/Content.Client/CriminalRecords/CriminalRecordsConsoleBoundUserInterface.cs index f6c9080a2d..88b9c90c2f 100644 --- a/Content.Client/CriminalRecords/CriminalRecordsConsoleBoundUserInterface.cs +++ b/Content.Client/CriminalRecords/CriminalRecordsConsoleBoundUserInterface.cs @@ -1,5 +1,6 @@ using Content.Shared.Access.Systems; using Content.Shared.CriminalRecords; +using Content.Shared.CriminalRecords.Components; using Content.Shared.Security; using Content.Shared.StationRecords; using Robust.Client.Player; @@ -27,7 +28,9 @@ protected override void Open() { base.Open(); - _window = new(Owner, _playerManager, _proto, _random, _accessReader); + var comp = EntMan.GetComponent(Owner); + + _window = new(Owner, comp.MaxStringLength, _playerManager, _proto, _random, _accessReader); _window.OnKeySelected += key => SendMessage(new SelectStationRecord(key)); _window.OnFiltersChanged += (type, filterValue) => @@ -40,7 +43,7 @@ protected override void Open() _window.OnHistoryClosed += () => _historyWindow?.Close(); _window.OnClose += Close; - _historyWindow = new(); + _historyWindow = new(comp.MaxStringLength); _historyWindow.OnAddHistory += line => SendMessage(new CriminalRecordAddHistory(line)); _historyWindow.OnDeleteHistory += index => SendMessage(new CriminalRecordDeleteHistory(index)); diff --git a/Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs b/Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs index f5c631ea0b..61b5c38331 100644 --- a/Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs +++ b/Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs @@ -35,6 +35,7 @@ public sealed partial class CriminalRecordsConsoleWindow : FancyWindow public Action? OnHistoryClosed; public Action? OnDialogConfirmed; + private uint _maxLength; private bool _isPopulating; private bool _access; private uint? _selectedKey; @@ -44,7 +45,7 @@ public sealed partial class CriminalRecordsConsoleWindow : FancyWindow private StationRecordFilterType _currentFilterType; - public CriminalRecordsConsoleWindow(EntityUid console, IPlayerManager playerManager, IPrototypeManager prototypeManager, IRobustRandom robustRandom, AccessReaderSystem accessReader) + public CriminalRecordsConsoleWindow(EntityUid console, uint maxLength, IPlayerManager playerManager, IPrototypeManager prototypeManager, IRobustRandom robustRandom, AccessReaderSystem accessReader) { RobustXamlLoader.Load(this); @@ -54,6 +55,7 @@ public CriminalRecordsConsoleWindow(EntityUid console, IPlayerManager playerMana _random = robustRandom; _accessReader = accessReader; + _maxLength = maxLength; _currentFilterType = StationRecordFilterType.Name; OpenCentered(); @@ -246,8 +248,7 @@ private void GetWantedReason() _reasonDialog.OnConfirmed += responses => { var reason = responses[field]; - // TODO: same as history unhardcode - if (reason.Length < 1 || reason.Length > 256) + if (reason.Length < 1 || reason.Length > _maxLength) return; OnDialogConfirmed?.Invoke(SecurityStatus.Wanted, reason); diff --git a/Content.Client/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs b/Content.Client/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs new file mode 100644 index 0000000000..2a34376f6a --- /dev/null +++ b/Content.Client/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs @@ -0,0 +1,7 @@ +using Content.Shared.CriminalRecords.Systems; + +namespace Content.Client.CriminalRecords.Systems; + +public sealed class CriminalRecordsConsoleSystem : SharedCriminalRecordsConsoleSystem +{ +} diff --git a/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs b/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs index f0a4f96152..84f8ffc2e5 100644 --- a/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs +++ b/Content.Server/CriminalRecords/Systems/CriminalRecordsConsoleSystem.cs @@ -1,4 +1,3 @@ -using Content.Server.CriminalRecords.Components; using Content.Server.Popups; using Content.Server.Radio.EntitySystems; using Content.Server.Station.Systems; @@ -6,6 +5,8 @@ using Content.Server.StationRecords.Systems; using Content.Shared.Access.Systems; using Content.Shared.CriminalRecords; +using Content.Shared.CriminalRecords.Components; +using Content.Shared.CriminalRecords.Systems; using Content.Shared.Security; using Content.Shared.StationRecords; using Robust.Server.GameObjects; @@ -14,7 +15,10 @@ namespace Content.Server.CriminalRecords.Systems; -public sealed class CriminalRecordsConsoleSystem : EntitySystem +/// +/// Handles all UI for criminal records console +/// +public sealed class CriminalRecordsConsoleSystem : SharedCriminalRecordsConsoleSystem { [Dependency] private readonly AccessReaderSystem _access = default!; [Dependency] private readonly CriminalRecordsSystem _criminalRecords = default!; diff --git a/Content.Server/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs b/Content.Shared/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs similarity index 90% rename from Content.Server/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs rename to Content.Shared/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs index de9ada8f8c..70e927e3cb 100644 --- a/Content.Server/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs +++ b/Content.Shared/CriminalRecords/Components/CriminalRecordsConsoleComponent.cs @@ -1,15 +1,15 @@ -using Content.Server.CriminalRecords.Systems; +using Content.Shared.CriminalRecords.Systems; using Content.Shared.Radio; using Content.Shared.StationRecords; using Robust.Shared.Prototypes; -namespace Content.Server.CriminalRecords.Components; +namespace Content.Shared.CriminalRecords.Components; /// /// A component for Criminal Record Console storing an active station record key and a currently applied filter /// [RegisterComponent] -[Access(typeof(CriminalRecordsConsoleSystem))] +[Access(typeof(SharedCriminalRecordsConsoleSystem))] public sealed partial class CriminalRecordsConsoleComponent : Component { /// diff --git a/Content.Shared/CriminalRecords/Systems/SharedCriminalRecordsConsoleSystem.cs b/Content.Shared/CriminalRecords/Systems/SharedCriminalRecordsConsoleSystem.cs new file mode 100644 index 0000000000..f9fc67c896 --- /dev/null +++ b/Content.Shared/CriminalRecords/Systems/SharedCriminalRecordsConsoleSystem.cs @@ -0,0 +1,8 @@ +namespace Content.Shared.CriminalRecords.Systems; + +/// +/// Nothing is predicted just exists for access. +/// +public abstract class SharedCriminalRecordsConsoleSystem : EntitySystem +{ +} From 7863210fdff7fb5c903eb1c784d7438a4b04d7d2 Mon Sep 17 00:00:00 2001 From: Kot <1192090+koteq@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:51:45 +0400 Subject: [PATCH 303/391] Update log probe UI for better looking (#24966) (cherry picked from commit 2ba1bd22dc992df2e63de056c1ce99c6f8b0fa0f) --- .../CartridgeLoader/Cartridges/LogProbeUiEntry.xaml | 10 +++++----- .../CartridgeLoader/Cartridges/LogProbeUiFragment.xaml | 8 ++++---- Resources/Locale/en-US/cartridge-loader/cartridges.ftl | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Content.Client/CartridgeLoader/Cartridges/LogProbeUiEntry.xaml b/Content.Client/CartridgeLoader/Cartridges/LogProbeUiEntry.xaml index 5712b301c3..598acf36e7 100644 --- a/Content.Client/CartridgeLoader/Cartridges/LogProbeUiEntry.xaml +++ b/Content.Client/CartridgeLoader/Cartridges/LogProbeUiEntry.xaml @@ -4,16 +4,16 @@ Orientation="Vertical"> diff --git a/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml b/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml index d369a33c6c..d12fb55cdc 100644 --- a/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml +++ b/Content.Client/CartridgeLoader/Cartridges/LogProbeUiFragment.xaml @@ -9,10 +9,10 @@ BorderColor="#5a5a5a" BorderThickness="0 0 0 1"/> - - - \ No newline at end of file + diff --git a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs index 588eb88502..2f19cd0a05 100644 --- a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs +++ b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs @@ -1,5 +1,6 @@ using System.Linq; using System.Numerics; +using Content.Client.UserInterface.Controls; using Content.Shared.Damage; using Content.Shared.Damage.Prototypes; using Content.Shared.FixedPoint; @@ -7,7 +8,6 @@ using Content.Shared.MedicalScanner; using Content.Shared.Nutrition.Components; using Robust.Client.AutoGenerated; -using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; using Robust.Client.GameObjects; using Robust.Client.Graphics; @@ -20,7 +20,7 @@ namespace Content.Client.HealthAnalyzer.UI { [GenerateTypedNameReferences] - public sealed partial class HealthAnalyzerWindow : DefaultWindow + public sealed partial class HealthAnalyzerWindow : FancyWindow { private readonly IEntityManager _entityManager; private readonly SpriteSystem _spriteSystem; @@ -62,6 +62,17 @@ public void Populate(HealthAnalyzerScannedUserMessage msg) entityName = Identity.Name(target.Value, _entityManager); } + if (msg.ScanMode.HasValue) + { + ScanModePanel.Visible = true; + ScanModeText.Text = Loc.GetString(msg.ScanMode.Value ? "health-analyzer-window-scan-mode-active" : "health-analyzer-window-scan-mode-inactive"); + ScanModeText.FontColorOverride = msg.ScanMode.Value ? Color.Green : Color.Red; + } + else + { + ScanModePanel.Visible = false; + } + PatientName.Text = Loc.GetString( "health-analyzer-window-entity-health-text", ("entityName", entityName) diff --git a/Content.Server/Medical/Components/HealthAnalyzerComponent.cs b/Content.Server/Medical/Components/HealthAnalyzerComponent.cs index 39b1df573f..0002f275c5 100644 --- a/Content.Server/Medical/Components/HealthAnalyzerComponent.cs +++ b/Content.Server/Medical/Components/HealthAnalyzerComponent.cs @@ -1,32 +1,54 @@ -using Content.Server.UserInterface; -using Content.Shared.MedicalScanner; -using Robust.Server.GameObjects; using Robust.Shared.Audio; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Server.Medical.Components +namespace Content.Server.Medical.Components; + +/// +/// After scanning, retrieves the target Uid to use with its related UI. +/// +[RegisterComponent] +[Access(typeof(HealthAnalyzerSystem))] +public sealed partial class HealthAnalyzerComponent : Component { /// - /// After scanning, retrieves the target Uid to use with its related UI. + /// When should the next update be sent for the patient + /// + [DataField(customTypeSerializer: typeof(TimeOffsetSerializer))] + public TimeSpan NextUpdate = TimeSpan.Zero; + + /// + /// The delay between patient health updates + /// + [DataField] + public TimeSpan UpdateInterval = TimeSpan.FromSeconds(1); + + /// + /// How long it takes to scan someone. + /// + [DataField] + public TimeSpan ScanDelay = TimeSpan.FromSeconds(0.8); + + /// + /// Which entity has been scanned, for continuous updates + /// + [DataField] + public EntityUid? ScannedEntity; + + /// + /// The maximum range in tiles at which the analyzer can receive continuous updates + /// + [DataField] + public float MaxScanRange = 2.5f; + + /// + /// Sound played on scanning begin + /// + [DataField] + public SoundSpecifier? ScanningBeginSound; + + /// + /// Sound played on scanning end /// - [RegisterComponent] - public sealed partial class HealthAnalyzerComponent : Component - { - /// - /// How long it takes to scan someone. - /// - [DataField("scanDelay")] - public float ScanDelay = 0.8f; - - /// - /// Sound played on scanning begin - /// - [DataField("scanningBeginSound")] - public SoundSpecifier? ScanningBeginSound; - - /// - /// Sound played on scanning end - /// - [DataField("scanningEndSound")] - public SoundSpecifier? ScanningEndSound; - } + [DataField] + public SoundSpecifier? ScanningEndSound; } diff --git a/Content.Server/Medical/CryoPodSystem.cs b/Content.Server/Medical/CryoPodSystem.cs index 2f08dfddd1..25a47933a8 100644 --- a/Content.Server/Medical/CryoPodSystem.cs +++ b/Content.Server/Medical/CryoPodSystem.cs @@ -195,7 +195,8 @@ private void OnActivateUI(Entity entity, ref AfterActivatableU (bloodstream != null && _solutionContainerSystem.ResolveSolution(entity.Comp.BodyContainer.ContainedEntity.Value, bloodstream.BloodSolutionName, ref bloodstream.BloodSolution, out var bloodSolution)) ? bloodSolution.FillFraction - : 0 + : 0, + null )); } diff --git a/Content.Server/Medical/HealthAnalyzerSystem.cs b/Content.Server/Medical/HealthAnalyzerSystem.cs index d9559a9626..5c7d265e61 100644 --- a/Content.Server/Medical/HealthAnalyzerSystem.cs +++ b/Content.Server/Medical/HealthAnalyzerSystem.cs @@ -6,94 +6,195 @@ using Content.Shared.Damage; using Content.Shared.DoAfter; using Content.Shared.Interaction; +using Content.Shared.Interaction.Events; using Content.Shared.MedicalScanner; using Content.Shared.Mobs.Components; +using Content.Shared.PowerCell; using Robust.Server.GameObjects; using Robust.Shared.Audio.Systems; +using Robust.Shared.Containers; using Robust.Shared.Player; +using Robust.Shared.Timing; -namespace Content.Server.Medical +namespace Content.Server.Medical; + +public sealed class HealthAnalyzerSystem : EntitySystem { - public sealed class HealthAnalyzerSystem : EntitySystem + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly PowerCellSystem _cell = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; + [Dependency] private readonly SolutionContainerSystem _solutionContainerSystem = default!; + [Dependency] private readonly UserInterfaceSystem _uiSystem = default!; + [Dependency] private readonly TransformSystem _transformSystem = default!; + + public override void Initialize() { - [Dependency] private readonly PowerCellSystem _cell = default!; - [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; - [Dependency] private readonly SolutionContainerSystem _solutionContainerSystem = default!; - [Dependency] private readonly UserInterfaceSystem _uiSystem = default!; + SubscribeLocalEvent(OnEntityUnpaused); + SubscribeLocalEvent(OnAfterInteract); + SubscribeLocalEvent(OnDoAfter); + SubscribeLocalEvent(OnInsertedIntoContainer); + SubscribeLocalEvent(OnPowerCellSlotEmpty); + SubscribeLocalEvent(OnDropped); + } - public override void Initialize() + public override void Update(float frameTime) + { + var analyzerQuery = EntityQueryEnumerator(); + while (analyzerQuery.MoveNext(out var uid, out var component, out var transform)) { - base.Initialize(); - SubscribeLocalEvent(OnAfterInteract); - SubscribeLocalEvent(OnDoAfter); - } + //Update rate limited to 1 second + if (component.NextUpdate > _timing.CurTime) + continue; - private void OnAfterInteract(Entity entity, ref AfterInteractEvent args) - { - if (args.Target == null || !args.CanReach || !HasComp(args.Target) || !_cell.HasActivatableCharge(entity.Owner, user: args.User)) - return; + if (component.ScannedEntity is not {} patient) + continue; - _audio.PlayPvs(entity.Comp.ScanningBeginSound, entity); + component.NextUpdate = _timing.CurTime + component.UpdateInterval; - _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, TimeSpan.FromSeconds(entity.Comp.ScanDelay), new HealthAnalyzerDoAfterEvent(), entity.Owner, target: args.Target, used: entity.Owner) + //Get distance between health analyzer and the scanned entity + var patientCoordinates = Transform(patient).Coordinates; + if (!patientCoordinates.InRange(EntityManager, _transformSystem, transform.Coordinates, component.MaxScanRange)) { - BreakOnTargetMove = true, - BreakOnUserMove = true, - NeedHand = true - }); + //Range too far, disable updates + StopAnalyzingEntity((uid, component), patient); + continue; + } + + UpdateScannedUser(uid, patient, true); } + } - private void OnDoAfter(Entity entity, ref HealthAnalyzerDoAfterEvent args) - { - if (args.Handled || args.Cancelled || args.Target == null || !_cell.TryUseActivatableCharge(entity.Owner, user: args.User)) - return; + private void OnEntityUnpaused(Entity ent, ref EntityUnpausedEvent args) + { + ent.Comp.NextUpdate += args.PausedTime; + } - _audio.PlayPvs(entity.Comp.ScanningEndSound, args.User); + /// + /// Trigger the doafter for scanning + /// + private void OnAfterInteract(Entity uid, ref AfterInteractEvent args) + { + if (args.Target == null || !args.CanReach || !HasComp(args.Target) || !_cell.HasDrawCharge(uid, user: args.User)) + return; - UpdateScannedUser(entity, args.User, args.Target.Value, entity.Comp); - args.Handled = true; - } + _audio.PlayPvs(uid.Comp.ScanningBeginSound, uid); - private void OpenUserInterface(EntityUid user, EntityUid analyzer) + _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, uid.Comp.ScanDelay, new HealthAnalyzerDoAfterEvent(), uid, target: args.Target, used: uid) { - if (!TryComp(user, out var actor) || !_uiSystem.TryGetUi(analyzer, HealthAnalyzerUiKey.Key, out var ui)) - return; + BreakOnTargetMove = true, + BreakOnUserMove = true, + NeedHand = true + }); + } - _uiSystem.OpenUi(ui ,actor.PlayerSession); - } + private void OnDoAfter(Entity uid, ref HealthAnalyzerDoAfterEvent args) + { + if (args.Handled || args.Cancelled || args.Target == null || !_cell.HasDrawCharge(uid, user: args.User)) + return; - public void UpdateScannedUser(EntityUid uid, EntityUid user, EntityUid? target, HealthAnalyzerComponent? healthAnalyzer) - { - if (!Resolve(uid, ref healthAnalyzer)) - return; - - if (target == null || !_uiSystem.TryGetUi(uid, HealthAnalyzerUiKey.Key, out var ui)) - return; - - if (!HasComp(target)) - return; - - float bodyTemperature; - if (TryComp(target, out var temp)) - bodyTemperature = temp.CurrentTemperature; - else - bodyTemperature = float.NaN; - - float bloodAmount; - if (TryComp(target, out var bloodstream) && - _solutionContainerSystem.ResolveSolution(target.Value, bloodstream.BloodSolutionName, ref bloodstream.BloodSolution, out var bloodSolution)) - bloodAmount = bloodSolution.FillFraction; - else - bloodAmount = float.NaN; - - OpenUserInterface(user, uid); - - _uiSystem.SendUiMessage(ui, new HealthAnalyzerScannedUserMessage( - GetNetEntity(target), - bodyTemperature, - bloodAmount - )); - } + _audio.PlayPvs(uid.Comp.ScanningEndSound, uid); + + OpenUserInterface(args.User, uid); + BeginAnalyzingEntity(uid, args.Target.Value); + args.Handled = true; + } + + /// + /// Turn off when placed into a storage item or moved between slots/hands + /// + private void OnInsertedIntoContainer(Entity uid, ref EntGotInsertedIntoContainerMessage args) + { + if (uid.Comp.ScannedEntity is { } patient) + StopAnalyzingEntity(uid, patient); + } + + /// + /// Disable continuous updates once battery is dead + /// + private void OnPowerCellSlotEmpty(Entity uid, ref PowerCellSlotEmptyEvent args) + { + if (uid.Comp.ScannedEntity is { } patient) + StopAnalyzingEntity(uid, patient); + } + + /// + /// Turn off the analyser when dropped + /// + private void OnDropped(Entity uid, ref DroppedEvent args) + { + if (uid.Comp.ScannedEntity is { } patient) + StopAnalyzingEntity(uid, patient); + } + + private void OpenUserInterface(EntityUid user, EntityUid analyzer) + { + if (!TryComp(user, out var actor) || !_uiSystem.TryGetUi(analyzer, HealthAnalyzerUiKey.Key, out var ui)) + return; + + _uiSystem.OpenUi(ui, actor.PlayerSession); + } + + /// + /// Mark the entity as having its health analyzed, and link the analyzer to it + /// + /// The health analyzer that should receive the updates + /// The entity to start analyzing + private void BeginAnalyzingEntity(Entity healthAnalyzer, EntityUid target) + { + //Link the health analyzer to the scanned entity + healthAnalyzer.Comp.ScannedEntity = target; + + _cell.SetPowerCellDrawEnabled(healthAnalyzer, true); + + UpdateScannedUser(healthAnalyzer, target, true); + } + + /// + /// Remove the analyzer from the active list, and remove the component if it has no active analyzers + /// + /// The health analyzer that's receiving the updates + /// The entity to analyze + private void StopAnalyzingEntity(Entity healthAnalyzer, EntityUid target) + { + //Unlink the analyzer + healthAnalyzer.Comp.ScannedEntity = null; + + _cell.SetPowerCellDrawEnabled(target, false); + + UpdateScannedUser(healthAnalyzer, target, false); + } + + /// + /// Send an update for the target to the healthAnalyzer + /// + /// The health analyzer + /// The entity being scanned + /// True makes the UI show ACTIVE, False makes the UI show INACTIVE + public void UpdateScannedUser(EntityUid healthAnalyzer, EntityUid target, bool scanMode) + { + if (!_uiSystem.TryGetUi(healthAnalyzer, HealthAnalyzerUiKey.Key, out var ui)) + return; + + if (!HasComp(target)) + return; + + var bodyTemperature = float.NaN; + + if (TryComp(target, out var temp)) + bodyTemperature = temp.CurrentTemperature; + + var bloodAmount = float.NaN; + + if (TryComp(target, out var bloodstream) && + _solutionContainerSystem.ResolveSolution(target, bloodstream.BloodSolutionName, ref bloodstream.BloodSolution, out var bloodSolution)) + bloodAmount = bloodSolution.FillFraction; + + _uiSystem.SendUiMessage(ui, new HealthAnalyzerScannedUserMessage( + GetNetEntity(target), + bodyTemperature, + bloodAmount, + scanMode + )); } } diff --git a/Content.Shared/MedicalScanner/HealthAnalyzerScannedUserMessage.cs b/Content.Shared/MedicalScanner/HealthAnalyzerScannedUserMessage.cs index eb50323d38..1e2c2575d9 100644 --- a/Content.Shared/MedicalScanner/HealthAnalyzerScannedUserMessage.cs +++ b/Content.Shared/MedicalScanner/HealthAnalyzerScannedUserMessage.cs @@ -11,12 +11,14 @@ public sealed class HealthAnalyzerScannedUserMessage : BoundUserInterfaceMessage public readonly NetEntity? TargetEntity; public float Temperature; public float BloodLevel; + public bool? ScanMode; - public HealthAnalyzerScannedUserMessage(NetEntity? targetEntity, float temperature, float bloodLevel) + public HealthAnalyzerScannedUserMessage(NetEntity? targetEntity, float temperature, float bloodLevel, bool? scanMode) { TargetEntity = targetEntity; Temperature = temperature; BloodLevel = bloodLevel; + ScanMode = scanMode; } } diff --git a/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl b/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl index d232be5c4d..9b0a8dd3ee 100644 --- a/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl +++ b/Resources/Locale/en-US/medical/components/health-analyzer-component.ftl @@ -8,6 +8,10 @@ health-analyzer-window-damage-group-text = {$damageGroup}: {$amount} health-analyzer-window-damage-type-text = {$damageType}: {$amount} health-analyzer-window-damage-type-duplicate-text = {$damageType}: {$amount} (duplicate) +health-analyzer-window-scan-mode-text = Scan Mode: +health-analyzer-window-scan-mode-active = ACTIVE +health-analyzer-window-scan-mode-inactive = INACTIVE + health-analyzer-window-damage-group-Brute = Brute health-analyzer-window-damage-type-Blunt = Blunt health-analyzer-window-damage-type-Slash = Slash diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml index 752f98740a..64bd04569b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml @@ -45,8 +45,7 @@ suffix: Powered components: - type: PowerCellDraw - drawRate: 0 - useRate: 20 + drawRate: 1.2 #Calculated for 5 minutes on a small cell - type: ActivatableUIRequiresPowerCell - type: entity From 40f40efb91aaf41e71feabb136055414881d8203 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 Feb 2024 13:21:16 +0000 Subject: [PATCH 319/391] Automatic changelog update (cherry picked from commit 8e766ba84d293e7ba50ce77a4abfaf9b96a5e89f) --- Resources/Changelog/Changelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index fb685f8ac8..ae6bf77f4e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Fixed explosion resistance from bags being applied to the wearer. - type: Fix - id: 5396 - time: '2023-12-16T17:17:09.0000000+00:00' - author: deltanedas changes: - message: Added the power sensor for checking power stats in logic circuits. @@ -3884,3 +3878,10 @@ id: 5895 time: '2024-02-05T23:46:39.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24702 +- author: Rainfey + changes: + - message: Health Analysers now continuously update their UI after scanning a patient + type: Tweak + id: 5896 + time: '2024-02-06T13:20:10.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22449 From aebe8d20712122206104a8bbb14a8dfe4bee8880 Mon Sep 17 00:00:00 2001 From: ada-please <155147867+ada-please@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:25:07 -0800 Subject: [PATCH 320/391] Added Monitor Computer Boards to Observation Kit (#24979) * Added Monitor Computer Boards to Observation Kit * Removed crew monitor board from bundle as requested by mainters (cherry picked from commit c5027b51ecc7387a678e194fd7733a03349be536) --- Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml index c08d82bd28..53c526f033 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml @@ -46,4 +46,6 @@ amount: 1 - id: ClothingEyesGlassesHiddenSecurity amount: 1 + - id: SurveillanceCameraMonitorCircuitboard + amount: 1 From 97c44c09a05d236ba6bc516a56bda760249d7580 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 Feb 2024 16:26:13 +0000 Subject: [PATCH 321/391] Automatic changelog update (cherry picked from commit 4dba9a5ea1477bfd9c04049f0f6b9f2bb0ebcbaa) --- Resources/Changelog/Changelog.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ae6bf77f4e..457fd34885 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,10 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Added the power sensor for checking power stats in logic circuits. - type: Add - id: 5397 - time: '2023-12-16T18:32:42.0000000+00:00' - author: Flareguy changes: - message: Standardized all material sheets to 10u of total reagents when grinded. @@ -3885,3 +3879,11 @@ id: 5896 time: '2024-02-06T13:20:10.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22449 +- author: ada-please + changes: + - message: A Surveillance Camera Monitor Board has been added to the Syndicate Observation + Kit. + type: Add + id: 5897 + time: '2024-02-06T16:25:07.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24979 From 7cc7dbab0a49ce9912a4bcee6d823e3cfb980bb6 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Tue, 6 Feb 2024 08:32:39 -0800 Subject: [PATCH 322/391] Make radiation collector a power supplier (#24978) (cherry picked from commit effcc5d8277cd28f9739359e50fc268ada8f4ea6) --- .../Components/RadiationCollectorComponent.cs | 12 +++++++- .../EntitySystems/RadiationCollectorSystem.cs | 29 ++++++++++++++----- .../Generation/Singularity/collector.yml | 12 +------- 3 files changed, 34 insertions(+), 19 deletions(-) diff --git a/Content.Server/Singularity/Components/RadiationCollectorComponent.cs b/Content.Server/Singularity/Components/RadiationCollectorComponent.cs index 30522c28f3..7870234aab 100644 --- a/Content.Server/Singularity/Components/RadiationCollectorComponent.cs +++ b/Content.Server/Singularity/Components/RadiationCollectorComponent.cs @@ -11,12 +11,22 @@ namespace Content.Server.Singularity.Components; public sealed partial class RadiationCollectorComponent : Component { /// - /// How much joules will collector generate for each rad. + /// Power output (in Watts) per unit of radiation collected. /// [DataField] [ViewVariables(VVAccess.ReadWrite)] public float ChargeModifier = 30000f; + /// + /// Number of power ticks that the power supply can remain active for. This is needed since + /// power and radiation don't update at the same tickrate, and since radiation does not provide + /// an update when radiation is removed. When this goes to zero, zero out the power supplier + /// to model the radiation source going away. + /// + [DataField] + [ViewVariables(VVAccess.ReadWrite)] + public int PowerTicksLeft = 0; + /// /// Is the machine enabled. /// diff --git a/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs b/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs index 83666776a0..92b963e201 100644 --- a/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs +++ b/Content.Server/Singularity/EntitySystems/RadiationCollectorSystem.cs @@ -38,6 +38,7 @@ public override void Initialize() SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent(OnTankChanged); SubscribeLocalEvent(OnTankChanged); + SubscribeLocalEvent(PostSync); } private bool TryGetLoadedGasTank(EntityUid uid, [NotNullWhen(true)] out GasTankComponent? gasTankComponent) @@ -107,20 +108,34 @@ private void OnRadiation(EntityUid uid, RadiationCollectorComponent component, O } } - // No idea if this is even vaguely accurate to the previous logic. - // The maths is copied from that logic even though it works differently. - // But the previous logic would also make the radiation collectors never ever stop providing energy. - // And since frameTime was used there, I'm assuming that this is what the intent was. - // This still won't stop things being potentially hilariously unbalanced though. - if (TryComp(uid, out var batteryComponent)) + if (TryComp(uid, out var comp)) { - _batterySystem.SetCharge(uid, charge, batteryComponent); + int powerHoldoverTicks = _gameTiming.TickRate * 2; // number of ticks to hold radiation + component.PowerTicksLeft = powerHoldoverTicks; + comp.MaxSupply = component.Enabled ? charge : 0; } // Update appearance UpdatePressureIndicatorAppearance(uid, component, gasTankComponent); } + private void PostSync(NetworkBatteryPostSync ev) + { + // This is run every power tick. Used to decrement the PowerTicksLeft counter. + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var component)) + { + if (component.PowerTicksLeft > 0) + { + component.PowerTicksLeft -= 1; + } + else if (TryComp(uid, out var comp)) + { + comp.MaxSupply = 0; + } + } + } + private void OnExamined(EntityUid uid, RadiationCollectorComponent component, ExaminedEvent args) { if (!TryGetLoadedGasTank(uid, out var gasTank)) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml index 73ce221787..3742c037ff 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml @@ -62,21 +62,11 @@ - reactantPrototype: Plasma powerGenerationEfficiency: 1 reactantBreakdownRate: 0.0001 - # Note that this doesn't matter too much (see next comment) - # However it does act as a cap on power receivable via the collector. - - type: Battery - maxCharge: 100000 - startingCharge: 0 - - type: BatteryDischarger - # This is JUST a default. It has to be dynamically adjusted to ensure that the battery doesn't discharge "too fast" & run out immediately, while still scaling by input power. - activeSupplyRate: 100000 - type: RadiationReceiver + - type: PowerSupplier - type: Anchorable - type: Rotatable - type: Pullable - - type: PowerNetworkBattery - maxSupply: 1000000000 - supplyRampTolerance: 1000000000 - type: GuideHelp guides: [ Singularity, Power ] - type: ContainerContainer From 0a94997478091523af2580ff3baa2ac087a1288c Mon Sep 17 00:00:00 2001 From: sneb <96957003+snebl@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:38:38 +0100 Subject: [PATCH 323/391] Fixed glass cargo opened sprite (#25003) (cherry picked from commit f8df3ae398712acfe8132ac640ecf9d9941d48a1) --- .../Doors/Airlocks/Glass/cargo.rsi/open.png | Bin 247 -> 358 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png b/Resources/Textures/Structures/Doors/Airlocks/Glass/cargo.rsi/open.png index 3fa424bafa2d642aa26ab07b0a210d40f50c5267..d0175d0f8616a897fe4e80d639e0f8e33a1eeca8 100644 GIT binary patch delta 314 zcmV-A0mc6J0pOlq#vjZ76oHoUS0+!er{H% zF#SP}8wUe=u+tq39tWT&4qAftwXdNpr~{^D$}@B)O4G#=pxg$+Fh_tL@c7j?Fn?zt zz-S^I91f5b;{tOA0x(W1F!~Qmk!bY+P3r7g_7eaKc z4V@(3fdxQ-Zob9^2HpYY*6L6u{Q$^L7#=)nfS$D>$ipxI4gn||EP)gfGzkG1fQ1A& z4S=wxr!G{AegI_eXf_-i4j8QsK__6KYQw>i1_lxgxB~{bd(OZB0CNyxWkjO9t^fc4 M07*qoM6N<$g7!*s*Z=?k delta 202 zcmaFH^qp~nBnLAC1B1(wu45Aw73w7dd_r7hWo6q_b*B{=ZEmw!QD+fv%3bKd3siLF z>G~Z&ilZdRFZe$MFx+e28wnKSEbxddW?8eR=R!4OXu#}EtutCt=54k&QA zT#VPL`Y&xQo^WTvGO03~lM+fBPAyim;d61Q5YSy9#-(5oXKwBMjQxScryoAm@d~mh v&ahpWxKPYv#j?2zPy=-xcJK*zF!M~7BG0a`njxgN@xNAX9h~q From 69007c811c15740d0d6b93535856387e42d43d4f Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 6 Feb 2024 19:39:44 +0000 Subject: [PATCH 324/391] Automatic changelog update (cherry picked from commit 635bd2a2ab22c8dc3dca083c07b7ed1ecec05033) --- Resources/Changelog/Changelog.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 457fd34885..19d4546b68 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: Flareguy - changes: - - message: Standardized all material sheets to 10u of total reagents when grinded. - Alloys are still worth the sum of their parts. - type: Tweak - - message: You can now grind plastic into oil and phosphorous. - type: Tweak - - message: Steel sheets no longer contain trace amounts of lead in them. - type: Tweak - id: 5398 - time: '2023-12-16T20:52:11.0000000+00:00' - author: SlamBamActionman changes: - message: Discord bot Changelog now includes hyperlinks to the PRs. @@ -3887,3 +3876,11 @@ id: 5897 time: '2024-02-06T16:25:07.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24979 +- author: snebl + changes: + - message: Fixed the glass version of cargo airlock looking like an engineering + door when opened. + type: Fix + id: 5898 + time: '2024-02-06T19:38:39.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/25003 From cc9b30af6852ac8e36be44ea60a33e709e3a158b Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 7 Feb 2024 08:50:13 +0000 Subject: [PATCH 325/391] Automatic changelog update (cherry picked from commit 8dec7a608e140a6da8ef4bb51cff6348a0e5e082) --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 19d4546b68..62836d23b7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Discord bot Changelog now includes hyperlinks to the PRs. - type: Add - id: 5399 - time: '2023-12-16T21:00:59.0000000+00:00' - url: null - author: brainfood1183 changes: - message: Crystals now drop crystal shards, you can use them to craft colored light @@ -3884,3 +3877,10 @@ id: 5898 time: '2024-02-06T19:38:39.0000000+00:00' url: https://api.github.com/repos/space-wizards/space-station-14/pulls/25003 +- author: Mangohydra + changes: + - message: New cargo shuttle for fland + type: Tweak + id: 5899 + time: '2024-02-07T08:49:06.0000000+00:00' + url: https://api.github.com/repos/space-wizards/space-station-14/pulls/25016 From aac95649d10ffc770943de5cf9aad3d35f3733e5 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 8 Feb 2024 00:33:53 +0100 Subject: [PATCH 326/391] Disable voting for Sandbox mode (#25027) Sandbox mode should not be votable, because players can vote for it, and then entity spam to quickly lag a server or run it out of memory. (cherry picked from commit 8ccdbe73503ac96febaa8ba6e517b43220d7e80d) --- Resources/Prototypes/game_presets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index dcac598c6e..4770ec9f6e 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -79,8 +79,8 @@ - sandbox name: sandbox-title description: sandbox-description - showInVote: false # DeltaV - No - maxPlayers: 1 + showInVote: false # Not suitable for use without admin intervention, since entity spamming can quickly crash a server + maxPlayers: 5 rules: - Sandbox From de74e0faed55f740ec2660e677765864743f8006 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 7 Feb 2024 18:37:24 -0500 Subject: [PATCH 327/391] Improved output distribution of RoundToLevels (#25026) * Improved output distribution of RoundToLevels * Updated tests * Oops (cherry picked from commit 9cee54e5a1b4efd1b8d511584b3e4dcbd7e7c529) --- Content.Shared/Rounding/ContentHelpers.cs | 22 +------------------ .../Shared/Utility/ContentHelpers_Test.cs | 12 +++++----- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/Content.Shared/Rounding/ContentHelpers.cs b/Content.Shared/Rounding/ContentHelpers.cs index b1525ed4ee..9ecee22998 100644 --- a/Content.Shared/Rounding/ContentHelpers.cs +++ b/Content.Shared/Rounding/ContentHelpers.cs @@ -35,27 +35,7 @@ public static int RoundToLevels(double actual, double max, int levels) } var toOne = actual / max; - double threshold; - if (levels % 2 == 0) - { - // Basically, if we have an even count of levels, there's no exact "mid point". - // Thus, I nominate the first one below the 50% mark. - threshold = ((levels / 2f) - 1) / (levels - 1); - } - else - { - threshold = 0.5f; - } - - var preround = toOne * (levels - 1); - if (toOne < threshold || levels <= 2) - { - return (int) Math.Ceiling(preround); - } - else - { - return (int) Math.Floor(preround); - } + return (int) Math.Ceiling(toOne * (levels - 2)); } /// diff --git a/Content.Tests/Shared/Utility/ContentHelpers_Test.cs b/Content.Tests/Shared/Utility/ContentHelpers_Test.cs index 52d4286b8c..6a54623892 100644 --- a/Content.Tests/Shared/Utility/ContentHelpers_Test.cs +++ b/Content.Tests/Shared/Utility/ContentHelpers_Test.cs @@ -18,15 +18,15 @@ public sealed class ContentHelpers_Test (0.01f, 10, 5, 1), (1, 10, 5, 1), (2, 10, 5, 1), - (2.5f, 10, 5, 1), - (2.51f, 10, 5, 2), - (3, 10, 5, 2), + (3, 10, 5, 1), + (3.33f, 10, 5, 1), + (3.34f, 10, 5, 2), (4, 10, 5, 2), (5, 10, 5, 2), (6, 10, 5, 2), - (7, 10, 5, 2), - (7.49f, 10, 5, 2), - (7.5f, 10, 5, 3), + (6.66f, 10, 5, 2), + (6.67f, 10, 5, 3), + (7, 10, 5, 3), (8, 10, 5, 3), (9, 10, 5, 3), (10, 10, 5, 4), From 2d684f3c1a45f0ebb5502fb7012aaf6a5448c04b Mon Sep 17 00:00:00 2001 From: Kot <1192090+koteq@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:41:11 +0400 Subject: [PATCH 328/391] Fix scram implant's teleportation out of containers (#24827) * Fix scram teleportation out of containers * re-run ci * Use AttachToGridOrMap method (cherry picked from commit d4434dbb5e586544a5dbd067a3fee4a6bd4e9e89) --- Content.Server/Implants/SubdermalImplantSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Implants/SubdermalImplantSystem.cs b/Content.Server/Implants/SubdermalImplantSystem.cs index 7f6f6fd045..ac415a0434 100644 --- a/Content.Server/Implants/SubdermalImplantSystem.cs +++ b/Content.Server/Implants/SubdermalImplantSystem.cs @@ -131,6 +131,7 @@ private void OnScramImplant(EntityUid uid, SubdermalImplantComponent component, break; } _xform.SetWorldPosition(ent, targetCoords.Position); + _xform.AttachToGridOrMap(ent, xform); _audio.PlayPvs(implant.TeleportSound, ent); args.Handled = true; From 30e03ca4ae5a5daaa7b1c86acf4b59c9e662f6a7 Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:43:44 -0500 Subject: [PATCH 329/391] Fixed GluedComponent interactions with metamorphic glasses (#24943) * Only rename if name matches reconstructed * Rearranged query Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> * Okay --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit 6e91190478ec03e038ff1c3a10ecd632808f281e) --- Content.Server/Glue/GlueSystem.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Content.Server/Glue/GlueSystem.cs b/Content.Server/Glue/GlueSystem.cs index 9409a423c4..6bb6aca3ad 100644 --- a/Content.Server/Glue/GlueSystem.cs +++ b/Content.Server/Glue/GlueSystem.cs @@ -77,13 +77,16 @@ public override void Update(float frameTime) { base.Update(frameTime); - var query = EntityQueryEnumerator(); - while (query.MoveNext(out var uid, out var glue, out _)) + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var glue, out var _, out var meta)) { if (_timing.CurTime < glue.Until) continue; - _metaData.SetEntityName(uid, glue.BeforeGluedEntityName); + // Instead of string matching, just reconstruct the expected name and compare + if (meta.EntityName == Loc.GetString("glued-name-prefix", ("target", glue.BeforeGluedEntityName))) + _metaData.SetEntityName(uid, glue.BeforeGluedEntityName); + RemComp(uid); RemComp(uid); } From c73f3837bd35ed8b084f6dfb71e3d98a487a1b35 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 8 Feb 2024 06:24:24 +0000 Subject: [PATCH 330/391] predict egg cracking + refactor (#25028) * move stuff to server and some refactoring * update spikables to not use triggering * add Delete bool just incase * a new egg * mom can we have webedit. no, we have webedit at home --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 55dbe26019ed22e11f017393c028c6760699343d) --- .../Components/SolutionSpikerComponent.cs | 24 ++++++++++++----- .../EntitySystems/SolutionSpikerSystem.cs | 27 +++++++++---------- .../Entities/Objects/Consumable/Food/egg.yml | 1 - .../Objects/Specific/Medical/morgue.yml | 1 - .../Entities/Objects/Specific/chemistry.yml | 1 - 5 files changed, 29 insertions(+), 25 deletions(-) rename {Content.Server => Content.Shared}/Chemistry/Components/SolutionSpikerComponent.cs (51%) rename Content.Server/Chemistry/EntitySystems/SolutionSpikableSystem.cs => Content.Shared/Chemistry/EntitySystems/SolutionSpikerSystem.cs (61%) diff --git a/Content.Server/Chemistry/Components/SolutionSpikerComponent.cs b/Content.Shared/Chemistry/Components/SolutionSpikerComponent.cs similarity index 51% rename from Content.Server/Chemistry/Components/SolutionSpikerComponent.cs rename to Content.Shared/Chemistry/Components/SolutionSpikerComponent.cs index 1fad6c9a3e..e6cf9e0205 100644 --- a/Content.Server/Chemistry/Components/SolutionSpikerComponent.cs +++ b/Content.Shared/Chemistry/Components/SolutionSpikerComponent.cs @@ -1,30 +1,40 @@ -namespace Content.Server.Chemistry.Components; +using Content.Shared.Chemistry.EntitySystems; +using Robust.Shared.GameStates; -[RegisterComponent] +namespace Content.Shared.Chemistry.Components; + +[RegisterComponent, NetworkedComponent, Access(typeof(SolutionSpikerSystem))] public sealed partial class SolutionSpikerComponent : Component { /// /// The source solution to take the reagents from in order /// to spike the other solution container. /// - [DataField] - public string SourceSolution { get; private set; } = string.Empty; + [DataField(required: true)] + public string SourceSolution = string.Empty; /// /// If spiking with this entity should ignore empty containers or not. /// [DataField] - public bool IgnoreEmpty { get; private set; } + public bool IgnoreEmpty; + + /// + /// If true, the entity is deleted after spiking. + /// This is almost certainly what you want. + /// + [DataField] + public bool Delete = true; /// /// What should pop up when spiking with this entity. /// [DataField] - public LocId Popup { get; private set; } = "spike-solution-generic"; + public LocId Popup = "spike-solution-generic"; /// /// What should pop up when spiking fails because the container was empty. /// [DataField] - public LocId PopupEmpty { get; private set; } = "spike-solution-empty-generic"; + public LocId PopupEmpty = "spike-solution-empty-generic"; } diff --git a/Content.Server/Chemistry/EntitySystems/SolutionSpikableSystem.cs b/Content.Shared/Chemistry/EntitySystems/SolutionSpikerSystem.cs similarity index 61% rename from Content.Server/Chemistry/EntitySystems/SolutionSpikableSystem.cs rename to Content.Shared/Chemistry/EntitySystems/SolutionSpikerSystem.cs index 7518b45a8b..f179580604 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionSpikableSystem.cs +++ b/Content.Shared/Chemistry/EntitySystems/SolutionSpikerSystem.cs @@ -1,12 +1,9 @@ -using Content.Server.Chemistry.Components; -using Content.Server.Chemistry.Containers.EntitySystems; -using Content.Server.Explosion.EntitySystems; -using Content.Server.Popups; +using Content.Shared.Popups; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Interaction; -namespace Content.Server.Chemistry.EntitySystems; +namespace Content.Shared.Chemistry.EntitySystems; /// /// Entity system used to handle when solution containers are 'spiked' @@ -17,11 +14,10 @@ namespace Content.Server.Chemistry.EntitySystems; /// Examples of spikable entity interactions include pills being dropped into glasses, /// eggs being cracked into bowls, and so on. /// -public sealed class SolutionSpikableSystem : EntitySystem +public sealed class SolutionSpikerSystem : EntitySystem { - [Dependency] private readonly SolutionContainerSystem _solutionContainerSystem = default!; - [Dependency] private readonly TriggerSystem _triggerSystem = default!; - [Dependency] private readonly PopupSystem _popupSystem = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SharedSolutionContainerSystem _solution = default!; public override void Initialize() { @@ -47,23 +43,24 @@ private void TrySpike(EntityUid source, EntityUid target, EntityUid user, Refill { if (!Resolve(source, ref spikableSource, ref managerSource, false) || !Resolve(target, ref spikableTarget, ref managerTarget, false) - || !_solutionContainerSystem.TryGetRefillableSolution((target, spikableTarget, managerTarget), out var targetSoln, out var targetSolution) - || !_solutionContainerSystem.TryGetSolution((source, managerSource), spikableSource.SourceSolution, out _, out var sourceSolution)) + || !_solution.TryGetRefillableSolution((target, spikableTarget, managerTarget), out var targetSoln, out var targetSolution) + || !_solution.TryGetSolution((source, managerSource), spikableSource.SourceSolution, out _, out var sourceSolution)) { return; } if (targetSolution.Volume == 0 && !spikableSource.IgnoreEmpty) { - _popupSystem.PopupEntity(Loc.GetString(spikableSource.PopupEmpty, ("spiked-entity", target), ("spike-entity", source)), user, user); + _popup.PopupClient(Loc.GetString(spikableSource.PopupEmpty, ("spiked-entity", target), ("spike-entity", source)), user, user); return; } - if (!_solutionContainerSystem.ForceAddSolution(targetSoln.Value, sourceSolution)) + if (!_solution.ForceAddSolution(targetSoln.Value, sourceSolution)) return; - _popupSystem.PopupEntity(Loc.GetString(spikableSource.Popup, ("spiked-entity", target), ("spike-entity", source)), user, user); + _popup.PopupClient(Loc.GetString(spikableSource.Popup, ("spiked-entity", target), ("spike-entity", source)), user, user); sourceSolution.RemoveAllSolution(); - _triggerSystem.Trigger(source, user); + if (spikableSource.Delete) + QueueDel(source); } } diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml index 449b996dac..8cd2fa70ee 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml @@ -30,7 +30,6 @@ sourceSolution: food ignoreEmpty: true popup: spike-solution-egg - - type: DeleteOnTrigger # egg fragile - type: DamageOnHighSpeedImpact minimumSpeed: 0.1 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index 42b8ff378d..1ce3cc2698 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -118,7 +118,6 @@ - type: SolutionSpiker sourceSolution: food ignoreEmpty: true - - type: DeleteOnTrigger - type: Extractable grindableSolutionName: food diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index a8acc5ff9c..ab65940fab 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -454,7 +454,6 @@ maxVol: 20 - type: SolutionSpiker sourceSolution: food - - type: DeleteOnTrigger - type: Extractable grindableSolutionName: food - type: StaticPrice From a4fd13ae701b8c828a1d789831616ca225074597 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:05:23 +0100 Subject: [PATCH 331/391] Fix current test fails --- .../DeltaV/RoundEnd/RoundEndSystem.Pacified.cs | 2 ++ .../Nyanotrasen/Abilities/Oni/OniSystem.cs | 9 ++++++--- .../Kitchen/EntitySystems/DeepFryerSystem.cs | 1 + .../Invisibility/PsionicInvisibilitySystem.cs | 4 ---- .../ReverseEngineeringSystem.cs | 1 + .../Nyanotrasen/Abilities/Oni/SharedOniSystem.cs | 5 +++++ .../Weapons/Ranged/Components/GunComponent.cs | 3 ++- Resources/Migrations/deltaMigrations.yml | 3 +++ .../DeltaV/Catalog/Fills/Crates/food.yml | 2 -- .../Structures/Doors/Airlocks/airlocks.yml | 8 ++++---- .../Entities/Structures/Doors/airlock_groups.yml | 4 ++-- .../Markers/Spawners/Random/antagvehicle.yml | 15 --------------- 12 files changed, 26 insertions(+), 31 deletions(-) create mode 100644 Content.Shared/Nyanotrasen/Abilities/Oni/SharedOniSystem.cs delete mode 100644 Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/antagvehicle.yml diff --git a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs b/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs index 36615a425f..aa268ccf74 100644 --- a/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs +++ b/Content.Server/DeltaV/RoundEnd/RoundEndSystem.Pacified.cs @@ -7,7 +7,9 @@ using Content.Shared.CombatMode; using Content.Shared.CombatMode.Pacification; using Content.Shared.DeltaV.CCVars; +using Content.Shared.Explosion.Components; using Content.Shared.FixedPoint; +using Content.Shared.Flash.Components; using Robust.Server.Player; using Robust.Shared.Configuration; diff --git a/Content.Server/Nyanotrasen/Abilities/Oni/OniSystem.cs b/Content.Server/Nyanotrasen/Abilities/Oni/OniSystem.cs index e0139685a7..6fdb27097e 100644 --- a/Content.Server/Nyanotrasen/Abilities/Oni/OniSystem.cs +++ b/Content.Server/Nyanotrasen/Abilities/Oni/OniSystem.cs @@ -1,15 +1,18 @@ using Content.Server.Tools; +using Content.Server.Weapons.Ranged.Systems; using Content.Shared.Tools.Components; using Content.Shared.Damage.Events; +using Content.Shared.Nyanotrasen.Abilities.Oni; using Content.Shared.Weapons.Melee.Events; using Content.Shared.Weapons.Ranged.Components; using Robust.Shared.Containers; namespace Content.Server.Abilities.Oni { - public sealed class OniSystem : EntitySystem + public sealed class OniSystem : SharedOniSystem { [Dependency] private readonly ToolSystem _toolSystem = default!; + [Dependency] private readonly GunSystem _gunSystem = default!; public override void Initialize() { @@ -29,7 +32,7 @@ private void OnEntInserted(EntityUid uid, OniComponent component, EntInsertedInt if (TryComp(args.Entity, out var tool) && _toolSystem.HasQuality(args.Entity, "Prying", tool)) tool.SpeedModifier *= 1.66f; - if (TryComp(args.Entity, out var gun)) + if (_gunSystem.TryGetGun(args.Entity, out _, out var gun)) { gun.MinAngle *= 15f; gun.AngleIncrease *= 15f; @@ -42,7 +45,7 @@ private void OnEntRemoved(EntityUid uid, OniComponent component, EntRemovedFromC if (TryComp(args.Entity, out var tool) && _toolSystem.HasQuality(args.Entity, "Prying", tool)) tool.SpeedModifier /= 1.66f; - if (TryComp(args.Entity, out var gun)) + if (_gunSystem.TryGetGun(args.Entity, out _, out var gun)) { gun.MinAngle /= 15f; gun.AngleIncrease /= 15f; diff --git a/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs b/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs index cb95251f5e..84157ed5f1 100644 --- a/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs +++ b/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs @@ -43,6 +43,7 @@ using Content.Shared.Nyanotrasen.Kitchen.UI; using Content.Shared.Popups; using Content.Shared.Throwing; +using Content.Shared.UserInterface; using FastAccessors; using Robust.Server.GameObjects; using Robust.Shared.Audio; diff --git a/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs b/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs index 8d7325c0ee..38349c26fa 100644 --- a/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs @@ -1,5 +1,4 @@ using Content.Shared.Abilities.Psionics; -using Content.Shared.Vehicle.Components; using Content.Server.Abilities.Psionics; using Content.Shared.Eye; using Content.Server.NPC.Systems; @@ -106,9 +105,6 @@ private void OnInvisShutdown(EntityUid uid, PsionicallyInvisibleComponent compon private void OnEyeInit(EntityUid uid, EyeComponent component, ComponentInit args) { - if (HasComp(uid) || HasComp(uid)) - return; - //SetCanSeePsionicInvisiblity(uid, true); //JJ Comment - Not allowed to modifies .yml on spawn any longer. See UninitializedSaveTest. } private void OnEntInserted(EntityUid uid, PsionicallyInvisibleComponent component, EntInsertedIntoContainerMessage args) diff --git a/Content.Server/Nyanotrasen/ReverseEngineering/ReverseEngineeringSystem.cs b/Content.Server/Nyanotrasen/ReverseEngineering/ReverseEngineeringSystem.cs index 1722bfd98b..85fa160d8e 100644 --- a/Content.Server/Nyanotrasen/ReverseEngineering/ReverseEngineeringSystem.cs +++ b/Content.Server/Nyanotrasen/ReverseEngineering/ReverseEngineeringSystem.cs @@ -7,6 +7,7 @@ using Content.Server.Power.Components; using Content.Server.Construction; using Content.Server.Popups; +using Content.Shared.UserInterface; using Robust.Shared.Containers; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Shared/Nyanotrasen/Abilities/Oni/SharedOniSystem.cs b/Content.Shared/Nyanotrasen/Abilities/Oni/SharedOniSystem.cs new file mode 100644 index 0000000000..874213aa5c --- /dev/null +++ b/Content.Shared/Nyanotrasen/Abilities/Oni/SharedOniSystem.cs @@ -0,0 +1,5 @@ +namespace Content.Shared.Nyanotrasen.Abilities.Oni; + +public abstract class SharedOniSystem : EntitySystem +{ +} diff --git a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs index 8d7d548ad8..31ad204234 100644 --- a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs +++ b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs @@ -1,4 +1,5 @@ using Content.Shared.Damage; +using Content.Shared.Nyanotrasen.Abilities.Oni; using Content.Shared.Tag; using Content.Shared.Weapons.Ranged.Events; using Content.Shared.Weapons.Ranged.Systems; @@ -10,7 +11,7 @@ namespace Content.Shared.Weapons.Ranged.Components; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] -[Access(typeof(SharedGunSystem))] +[Access(typeof(SharedGunSystem), typeof(SharedOniSystem))] // DeltaV - I didn't feel like rewriting big chunks of code public sealed partial class GunComponent : Component { #region Sound diff --git a/Resources/Migrations/deltaMigrations.yml b/Resources/Migrations/deltaMigrations.yml index 19f7dedc81..7c2046f7c5 100644 --- a/Resources/Migrations/deltaMigrations.yml +++ b/Resources/Migrations/deltaMigrations.yml @@ -91,3 +91,6 @@ ExteriorLightTube: BlueLightTube # 2024-01-26 SalvagePartsSpawnerSubSpace: SalvagePartsSpawnerMid + +# 2024-08-02 +SpawnVehicleAntagVehicle: null diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml index 1da4e911df..6e273a72c4 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml @@ -27,7 +27,5 @@ amount: 1 - id: FoodBoxDonkpocketBerry amount: 1 - - id: FoodBoxDonkpocketGondola - amount: 1 - id: FoodBoxDonkpocketDink prob: 0.1 diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml index 536fa55e12..3a2659f829 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml @@ -32,7 +32,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Standard/cargo.rsi - type: PaintableAirlock - department: Cargo + department: Logistics - type: entity parent: Airlock @@ -65,7 +65,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Standard/science.rsi - type: PaintableAirlock - department: Science + department: Epistemics - type: entity parent: Airlock @@ -214,7 +214,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/cargo.rsi - type: PaintableAirlock - department: Cargo + department: Logistics - type: entity parent: AirlockGlass @@ -247,7 +247,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/science.rsi - type: PaintableAirlock - department: Science + department: Epistemics - type: entity parent: AirlockGlass diff --git a/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml b/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml index 09ce1a05d9..dfb37f4986 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/airlock_groups.yml @@ -65,12 +65,12 @@ departments: atmospherics: Engineering basic: Civilian - cargo: Cargo + cargo: Logistics command: Command engineering: Engineering freezer: Civilian maintenance: Civilian medical: Medical - science: Science + science: Epistemics security: Security virology: Medical diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/antagvehicle.yml b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/antagvehicle.yml deleted file mode 100644 index 235fd4cf36..0000000000 --- a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/antagvehicle.yml +++ /dev/null @@ -1,15 +0,0 @@ -- type: entity - name: Antag Vehicle Spawner - id: SpawnVehicleAntagVehicle - parent: MarkerBase - components: - - type: Sprite - layers: - - state: green - - sprite: Objects/Vehicles/syndicatesegway.rsi - state: keys - - type: RandomSpawner - prototypes: - - VehicleSyndicateSegway - - VehicleSkeletonMotorcycle - chance: 1 From ef307b77e478a228021eb9a33e501af454101f55 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:37:51 +0100 Subject: [PATCH 332/391] Fix invalid entry Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs b/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs index 36ae954efa..0e0d2e4e68 100644 --- a/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs +++ b/Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs @@ -161,7 +161,6 @@ public sealed partial class RoboisseurComponent : Component "FoodMothOatStew", "FoodMeatLizardtailKebab", "FoodSoupTomato", - "FoodDonkpocketGondolaWarm", "FoodDonkpocketBerryWarm", "FoodBreadButteredToast", "FoodMothCottonSoup", From 7ea62e49edfacbd2b6f1b3c67a962e11d86898d9 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:21:58 +0100 Subject: [PATCH 333/391] Remove soapy water Literally 1984 --- Resources/Maps/hammurabi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index c35c3836d1..c5ee4e3489 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -191226,7 +191226,7 @@ entities: name: null reagents: - data: null - ReagentId: SoapyWater + ReagentId: Water Quantity: 90 - uid: 1978 components: @@ -211592,7 +211592,7 @@ entities: ReagentId: Water Quantity: 30 - data: null - ReagentId: SoapyWater + ReagentId: Water Quantity: 30 - type: TileFrictionModifier modifier: 0.15 @@ -211631,7 +211631,7 @@ entities: name: null reagents: - data: null - ReagentId: SoapyWater + ReagentId: Water Quantity: 60 - type: TileFrictionModifier modifier: 0.15 From 0d3511813404fee93c50bcd9d1482541a2563e39 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:02:35 +0100 Subject: [PATCH 334/391] Resave Hammurabi again --- Resources/Maps/hammurabi.yml | 60 ------------------------------------ 1 file changed, 60 deletions(-) diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index c5ee4e3489..61df9032d1 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -191211,23 +191211,6 @@ entities: - type: InsideEntityStorage - proto: Jug entities: - - uid: 1136 - components: - - type: Transform - pos: 15.33049,9.647776 - parent: 1 - - type: SolutionContainerManager - solutions: - beaker: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 200 - name: null - reagents: - - data: null - ReagentId: Water - Quantity: 90 - uid: 1978 components: - type: Transform @@ -211574,29 +211557,6 @@ entities: parent: 1 - proto: Puddle entities: - - uid: 9841 - components: - - type: Transform - pos: -111.5,-17.5 - parent: 1 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Water - Quantity: 30 - - data: null - ReagentId: Water - Quantity: 30 - - type: TileFrictionModifier - modifier: 0.15 - - type: Evaporation - uid: 29384 components: - type: Transform @@ -211616,26 +211576,6 @@ entities: Quantity: 30 - type: StepTrigger active: False - - uid: 36425 - components: - - type: Transform - pos: -118.5,-52.5 - parent: 1 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Water - Quantity: 60 - - type: TileFrictionModifier - modifier: 0.15 - - type: Evaporation - uid: 41114 components: - type: Transform From 75c21fda2e1257d5804e74399d9e4c62fd83fcb5 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:34:11 +0100 Subject: [PATCH 335/391] Fix changelog order (again) How many times do I need to do this lmao Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Resources/Changelog/Changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 62836d23b7..ebc431b942 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,3 +1,4 @@ +Order: 1 Entries: - author: brainfood1183 changes: From 2ae246e02e53f6e3a0f0df896ec8f967bebb8348 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Thu, 8 Feb 2024 16:38:11 +0100 Subject: [PATCH 336/391] PSB tag fix so Reptilian can eat it (#793) Fruit tag --- .../Nyanotrasen/Entities/Objects/Consumable/Food/ration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Consumable/Food/ration.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Consumable/Food/ration.yml index fe37afc301..177d6151cc 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Consumable/Food/ration.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Consumable/Food/ration.yml @@ -74,7 +74,7 @@ Quantity: 15 - type: Tag tags: - - ClothMade # DeltaV - A dirty fix to allow Moths to eat it. + - Fruit # DeltaV - Allow anyone to eat it, hopefully - type: entity name: soy sustenance bar From a80edb501bdc0ec0ab064814f3305f700ba6b060 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 8 Feb 2024 15:38:26 +0000 Subject: [PATCH 337/391] Automatic Changelog Update (#793) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 9455b5a5a7..e72f49efef 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1532,3 +1532,9 @@ Entries: message: Submarine got better telecomms, a revamped psych. ward and more ! id: 230 time: '2024-02-07T02:32:33.0000000+00:00' +- author: FluffiestFloof + changes: + - type: Fix + message: Fixed PSB not being edible by Reptilian + id: 231 + time: '2024-02-08T15:38:11.0000000+00:00' From 1abef985a573b417dc94c216319182672f697c93 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:38:38 -0600 Subject: [PATCH 338/391] Drop the mics (#791) Co-authored-by: Velcroboy <> --- Resources/Prototypes/DeltaV/Access/mics.yml | 44 -------------------- Resources/Prototypes/DeltaV/Access/misc.yml | 45 +++++++++++++++++++++ 2 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 Resources/Prototypes/DeltaV/Access/mics.yml diff --git a/Resources/Prototypes/DeltaV/Access/mics.yml b/Resources/Prototypes/DeltaV/Access/mics.yml deleted file mode 100644 index dc2930e738..0000000000 --- a/Resources/Prototypes/DeltaV/Access/mics.yml +++ /dev/null @@ -1,44 +0,0 @@ -- type: accessGroup - id: AllAccessBorg - tags: -# - EmergencyShuttleRepealAll -# - Captain -# - HeadOfPersonnel -# - ChiefEngineer -# - ChiefMedicalOfficer -# - HeadOfSecurity -# - ResearchDirector - - Command - - Security - - Detective -# - Armory - - Lawyer - - Engineering - - Medical -# - Quartermaster - - Salvage - - Cargo - - Research - - Service - - Maintenance - - External - - Janitor - - Theatre - - Bar - - Chemistry - - Kitchen - - Chapel - - Hydroponics - - Atmospherics - - Mail -# - Orders - - Mantis - - Paramedic - - Psychologist - - Boxer - - Clown - - Library - - Mime - - Musician - - Reporter - - Zookeeper diff --git a/Resources/Prototypes/DeltaV/Access/misc.yml b/Resources/Prototypes/DeltaV/Access/misc.yml index e4b6e5137d..c1260b3995 100644 --- a/Resources/Prototypes/DeltaV/Access/misc.yml +++ b/Resources/Prototypes/DeltaV/Access/misc.yml @@ -1,3 +1,48 @@ - type: accessLevel id: DV-SpareSafe name: id-card-access-level-unused + +- type: accessGroup + id: AllAccessBorg + tags: +# - EmergencyShuttleRepealAll +# - Captain +# - HeadOfPersonnel +# - ChiefEngineer +# - ChiefMedicalOfficer +# - HeadOfSecurity +# - ResearchDirector + - Command + - Security + - Detective +# - Armory + - Lawyer + - Engineering + - Medical +# - Quartermaster + - Salvage + - Cargo + - Research + - Service + - Maintenance + - External + - Janitor + - Theatre + - Bar + - Chemistry + - Kitchen + - Chapel + - Hydroponics + - Atmospherics + - Mail +# - Orders + - Mantis + - Paramedic + - Psychologist + - Boxer + - Clown + - Library + - Mime + - Musician + - Reporter + - Zookeeper From 7f3b388d95299d2c398dcce7aa398e65e22d227d Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:39:04 +0100 Subject: [PATCH 339/391] Fixes uncloneable description (#780) Since uncloneable was removed in wizden but not here Might aswell take it into our folder regardin the fix. --- Resources/Locale/en-US/deltav/traits/traits.ftl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/deltav/traits/traits.ftl b/Resources/Locale/en-US/deltav/traits/traits.ftl index 4bcbbc21bd..6698832a8c 100644 --- a/Resources/Locale/en-US/deltav/traits/traits.ftl +++ b/Resources/Locale/en-US/deltav/traits/traits.ftl @@ -1,2 +1,5 @@ trait-scottish-accent-name = Scottish Accent -trait-scottish-accent-desc = Fer tha folk who come frae Hielan clan. \ No newline at end of file +trait-scottish-accent-desc = Fer tha folk who come frae Hielan clan. + +trait-uncloneable-name = Uncloneable +trait-uncloneable-desc = Cannot be cloned From e230e35bc6ab26bc7487af2d42c3667f801b3b13 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:39:24 -0600 Subject: [PATCH 340/391] Gives martial artist the same access and time reqs as boxer (#777) Co-authored-by: Velcroboy <> --- .../Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml index 14c23d8a6e..14c277ff7e 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/martialartist.yml @@ -3,15 +3,18 @@ name: job-name-martialartist description: job-description-martialartist playTimeTracker: JobMartialArtist + requirements: + - !type:OverallPlaytimeRequirement + time: 7200 #2 hours startingGear: MartialArtistGear icon: "JobIconMartialArtist" supervisors: job-supervisors-hop setPreference: true # whitelistRequired: true access: - - Service - extendedAccess: - Maintenance + - Theatre # DeltaV - Add Theatre access + - Boxer # DeltaV - Add Boxer access special: - !type:AddComponentSpecial components: From 71bcb3e257e87247a6b61521a5aeff2d4bb10177 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 8 Feb 2024 15:39:36 +0000 Subject: [PATCH 341/391] Automatic Changelog Update (#777) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index e72f49efef..17d8200d0b 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1538,3 +1538,9 @@ Entries: message: Fixed PSB not being edible by Reptilian id: 231 time: '2024-02-08T15:38:11.0000000+00:00' +- author: Velcroboy + changes: + - type: Fix + message: Fixed martial artist access + id: 232 + time: '2024-02-08T15:39:24.0000000+00:00' From bca1d1d56fdd482112bb52111fd8def65374a174 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Thu, 8 Feb 2024 16:39:51 +0100 Subject: [PATCH 342/391] Change Gladiator requirement to match Prisoner (#774) similar requirement to prisoner --- .../Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml index 9edfbd254e..498477eb22 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/gladiator.yml @@ -11,9 +11,9 @@ setPreference: true # whitelistRequired: true requirements: - - !type:OverallPlaytimeRequirement - time: 3600 - - !type:WhitelistRequirement + - !type:DepartmentTimeRequirement + department: Security + time: 21600 special: - !type:AddComponentSpecial components: From a4718b24906d6aa20558d933512b95217e7b5424 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:40:28 +0100 Subject: [PATCH 343/391] Fixes felinids not having nom. (#773) --- .../Abilities/Felinid/FelinidSystem.cs | 2 +- Resources/Audio/DeltaV/Items/eatfood.ogg | Bin 0 -> 24595 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Resources/Audio/DeltaV/Items/eatfood.ogg diff --git a/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs b/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs index 4426d8b40e..b79b9a1bec 100644 --- a/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs +++ b/Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs @@ -150,7 +150,7 @@ private void OnEatMouse(EntityUid uid, FelinidComponent component, EatMouseActio Del(component.EatActionTarget.Value); component.EatActionTarget = null; - _audio.PlayPvs("/Audio/Items/eatfood.ogg", uid, AudioHelpers.WithVariation(0.15f)); + _audio.PlayPvs("/Audio/DeltaV/Items/eatfood.ogg", uid, AudioHelpers.WithVariation(0.15f)); _hungerSystem.ModifyHunger(uid, 50f, hunger); diff --git a/Resources/Audio/DeltaV/Items/eatfood.ogg b/Resources/Audio/DeltaV/Items/eatfood.ogg new file mode 100644 index 0000000000000000000000000000000000000000..69fd53749335254a33a8aa29dbca70e0b14d0a72 GIT binary patch literal 24595 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 Dhm1-R literal 0 HcmV?d00001 From e42d139730847e30ba26da00650171ae6951c22b Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:41:04 -0600 Subject: [PATCH 344/391] Re-Re-Add Lean (#760) Co-authored-by: Velcroboy <> --- .../Entities/Objects/Consumable/Drinks/drinks_cups.yml | 6 +++--- .../Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml index c1e6751bfb..a23acbe932 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml @@ -293,14 +293,14 @@ - type: entity parent: DrinkBaseCup id: DrinkLean - name: grape juice - description: Damn, no fun allowed. + name: Lean # Delta V : Re-adds Lean + description: Often paired with doja sweet, drinking this concoction is the staple of a trill O.G. # Delta V : Re-Re-adds Lean components: - type: SolutionContainerManager solutions: drink: reagents: - - ReagentId: Water + - ReagentId: Lean # Delta V : Re-adds Lean Quantity: 20 - type: Sprite sprite: Objects/Consumable/Drinks/lean.rsi diff --git a/Resources/Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml b/Resources/Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml index 3f358c3e9a..c43abbf801 100644 --- a/Resources/Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml +++ b/Resources/Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml @@ -3,9 +3,9 @@ reactants: GrapeSoda: amount: 1 -# Spaceacillin: -# amount: 1 - Acetone: + Diphenhydramine: + amount: 1 + Impedrezene: amount: 1 FourteenLoko: amount: 1 From d13687490e96c61af521cac1ec8153b3962baa7e Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:50:25 -0600 Subject: [PATCH 345/391] Replace NTES_Box with NTES_Delta (#794) Co-authored-by: Velcroboy <> --- Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml | 6953 +++++++++++++++++ Resources/Prototypes/Maps/edge.yml | 2 +- Resources/Prototypes/Maps/shoukou.yml | 2 +- 3 files changed, 6955 insertions(+), 2 deletions(-) create mode 100644 Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml new file mode 100644 index 0000000000..ea42d89ddd --- /dev/null +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml @@ -0,0 +1,6953 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDark + 31: FloorDarkDiagonal + 35: FloorDarkMono + 39: FloorDarkPlastic + 49: FloorGrassDark + 78: FloorReinforced + 85: FloorShuttleRed + 90: FloorSteel + 101: FloorSteelMono + 102: FloorSteelOffset + 109: FloorWhite + 121: Lattice + 122: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: NT Evac Delta + - type: Transform + pos: -0.5625,0.671875 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: VQAAAAAAVQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAADIwAAAAADVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAADegAAAAAAZQAAAAABegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABTgAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAWgAAAAACZQAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAABIwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAJwAAAAADJwAAAAAAJwAAAAACJwAAAAADJwAAAAACJwAAAAADJwAAAAADJwAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAADHwAAAAADJwAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAJwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADJwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAJwAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAADJwAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJwAAAAABJwAAAAACJwAAAAACJwAAAAABJwAAAAABJwAAAAABJwAAAAABJwAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAATgAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADAAAAAAAATgAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAABegAAAAAAZQAAAAAAWgAAAAADZQAAAAAAMQAAAAACZQAAAAAAWgAAAAACZQAAAAABMQAAAAAAZQAAAAADAAAAAAAATgAAAAAAbQAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAACWgAAAAABWgAAAAAAZQAAAAABegAAAAAAZQAAAAADWgAAAAABZQAAAAADegAAAAAAZQAAAAACAAAAAAAATgAAAAAAbQAAAAADZQAAAAABZQAAAAAAZQAAAAABZQAAAAAAWgAAAAABWgAAAAACZQAAAAAAMQAAAAABZQAAAAACWgAAAAAAZQAAAAACMQAAAAABZQAAAAADAAAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAACegAAAAAAWgAAAAACWgAAAAACZQAAAAAAegAAAAAAZQAAAAACWgAAAAACZQAAAAADegAAAAAAZQAAAAABAAAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAZQAAAAACWgAAAAADZQAAAAACMQAAAAABZQAAAAABWgAAAAAAZQAAAAADMQAAAAADZQAAAAAAAAAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAACegAAAAAAegAAAAAAZQAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADAAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACegAAAAAAZQAAAAAAWgAAAAACZQAAAAAAMQAAAAADZQAAAAAAWgAAAAACZQAAAAADMQAAAAADZQAAAAADAAAAAAAATgAAAAAAWgAAAAABZgAAAAAAZgAAAAAAWgAAAAADegAAAAAAZQAAAAAAWgAAAAABZQAAAAACegAAAAAAZQAAAAABWgAAAAAAZQAAAAABegAAAAAAZQAAAAACAAAAAAAATgAAAAAAWgAAAAABZgAAAAAAZgAAAAAAWgAAAAADegAAAAAAZQAAAAABWgAAAAACZQAAAAABMQAAAAABZQAAAAABWgAAAAACZQAAAAABMQAAAAAAZQAAAAADAAAAAAAATgAAAAAAWgAAAAAAZgAAAAAAZgAAAAAAWgAAAAADZQAAAAABWgAAAAACWgAAAAABZQAAAAADegAAAAAAZQAAAAACWgAAAAACZQAAAAABegAAAAAAZQAAAAAAAAAAAAAATgAAAAAAWgAAAAACZgAAAAAAZgAAAAAAWgAAAAACZQAAAAADWgAAAAAAWgAAAAACZQAAAAAAMQAAAAADZQAAAAABWgAAAAABZQAAAAABMQAAAAAAZQAAAAADAAAAAAAATgAAAAAAWgAAAAABZgAAAAAAZgAAAAAAWgAAAAADegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAACAAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABegAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZQAAAAADZQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADegAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADegAAAAAAVQAAAAAAVQAAAAAAVQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: WgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAZQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAABHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAHgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAHgAAAAABegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAIwAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: -10,2 + 4: -10,-1 + 5: -11,-1 + 6: -12,-1 + 7: -13,-1 + 8: -14,-1 + 23: -11,-9 + 24: -11,-8 + 25: -11,-7 + 26: -14,-9 + 27: -14,-8 + 28: -14,-7 + 29: -14,-6 + 30: -14,-5 + 31: -14,-4 + 32: -11,-4 + 33: -11,-3 + 34: -14,-3 + 61: -7,-9 + 62: -7,-8 + 63: -7,-7 + 64: -7,-6 + 65: -7,-5 + 66: -5,-5 + 67: -5,-6 + 68: -5,-7 + 69: -5,-8 + 70: -5,-9 + 71: -9,-7 + 72: -9,-8 + 73: -9,-9 + 74: -9,-10 + 75: -9,-11 + 76: -7,-11 + 77: -7,-12 + 78: -5,-11 + 79: -5,-12 + 80: -5,-13 + 81: -7,-13 + 82: -7,-14 + 83: -5,-14 + 84: -5,-15 + 85: -7,-15 + 86: -9,-15 + 87: -3,-15 + 88: -3,-14 + 89: -3,-13 + 90: -3,-12 + 91: -3,-11 + 92: -1,-11 + 93: -1,-12 + 94: -1,-13 + 95: -1,-15 + 96: -1,-14 + 97: -1,-9 + 98: -1,-8 + 99: -1,-7 + 100: -1,-6 + 101: -1,-5 + 102: -3,-6 + 103: -3,-5 + 104: -3,-7 + 105: -3,-8 + 106: -3,-9 + 107: 1,-7 + 108: 1,-6 + 109: 1,-5 + 110: 1,-13 + 111: 1,-14 + 126: 1,-15 + 127: -8,-17 + 128: 0,-17 + 129: -5,-23 + 130: -5,-22 + 131: -2,-22 + 132: -2,-23 + 133: -2,-1 + 134: -1,-1 + 135: 1,0 + 136: 1,1 + 137: 0,2 + 138: -1,2 + 139: -3,2 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerNe + decals: + 113: -4,7 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerNw + decals: + 112: -9,7 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerSe + decals: + 114: -4,5 + - node: + color: '#334E6DFF' + id: BrickTileWhiteCornerSw + decals: + 115: -9,5 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineE + decals: + 116: -4,6 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineN + decals: + 122: -8,7 + 123: -7,7 + 124: -6,7 + 125: -5,7 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineS + decals: + 117: -8,5 + 118: -7,5 + 119: -6,5 + 120: -5,5 + - node: + color: '#334E6DFF' + id: BrickTileWhiteLineW + decals: + 121: -9,6 + - node: + color: '#52B4E996' + id: CheckerNESW + decals: + 47: -14,-11 + 48: -13,-11 + 49: -12,-11 + 50: -11,-11 + 51: -14,-16 + 52: -14,-17 + 53: -13,-17 + 54: -13,-16 + 55: -12,-16 + 56: -12,-17 + 57: -11,-17 + 58: -11,-16 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 1: -12,2 + 2: -13,2 + 3: -14,2 + 19: -12,-9 + 20: -13,-9 + 21: -11,-6 + 22: -11,-5 + 35: -12,-3 + 36: -13,-3 + 37: -11,-13 + 38: -11,-14 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 44: -11,-12 + 45: -12,-12 + 46: -13,-12 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 41: -13,-15 + 42: -12,-15 + 43: -11,-15 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 59: -14,-14 + 60: -14,-13 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 39: -14,-12 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 40: -14,-15 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 10: -12,-4 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 9: -13,-4 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 12: -12,-8 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 11: -13,-8 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 13: -12,-5 + 14: -12,-6 + 15: -12,-7 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 16: -13,-5 + 17: -13,-6 + 18: -13,-7 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 30583 + -1,0: + 0: 65535 + -1,-1: + 0: 65535 + 0,-1: + 0: 30583 + 0,1: + 0: 7 + -4,0: + 0: 61166 + -4,1: + 0: 14 + -3,0: + 0: 65535 + -3,1: + 0: 61167 + -3,2: + 0: 238 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 255 + -1,1: + 0: 30591 + -1,2: + 0: 119 + -4,-4: + 0: 61166 + -4,-3: + 0: 61166 + -4,-2: + 0: 61166 + -4,-1: + 0: 61166 + -3,-4: + 0: 65535 + -3,-3: + 0: 65535 + -3,-2: + 0: 65535 + -3,-1: + 0: 65535 + -2,-4: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + 0,-4: + 0: 30583 + 0,-3: + 0: 30583 + 0,-2: + 0: 30583 + -4,-5: + 0: 61152 + -3,-5: + 0: 65520 + -2,-6: + 0: 56816 + 1: 8704 + -2,-5: + 0: 65501 + 2: 34 + -1,-6: + 0: 65520 + -1,-5: + 0: 65535 + 0,-6: + 0: 30576 + 0,-5: + 0: 30583 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirAlarm + entities: + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 1 + - type: DeviceList + devices: + - 802 + - 778 + - 774 + - 773 + - 918 + - 908 + - 912 + - 1048 + - 910 + - 911 + - type: AtmosDevice + joinedGrid: 1 + - uid: 810 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - type: DeviceList + devices: + - 802 + - 781 + - 917 + - 903 + - type: AtmosDevice + joinedGrid: 1 + - uid: 813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-6.5 + parent: 1 + - type: DeviceList + devices: + - 802 + - 801 + - 797 + - 780 + - 779 + - 913 + - 906 + - 914 + - 905 + - type: AtmosDevice + joinedGrid: 1 + - uid: 816 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - type: DeviceList + devices: + - 809 + - 806 + - 805 + - 804 + - 812 + - 778 + - 774 + - 773 + - 801 + - 797 + - 780 + - 779 + - 781 + - 904 + - 916 + - 907 + - 915 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirCanister + entities: + - uid: 326 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 445 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirlockCommandGlassLocked + entities: + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,3.5 + parent: 1 + - uid: 81 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,2.5 + parent: 1 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 292 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 +- proto: AirlockExternalEngineeringLocked + entities: + - uid: 833 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 1 + - type: DeviceLinkSink + links: + - 835 + - 836 + - type: DeviceLinkSource + linkedPorts: + 835: + - DoorStatus: DoorBolt + 836: + - DoorStatus: DoorBolt + - uid: 834 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 1 + - type: DeviceLinkSink + links: + - 835 + - 836 + - type: DeviceLinkSource + linkedPorts: + 835: + - DoorStatus: DoorBolt + 836: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassEasyPry + entities: + - uid: 91 + components: + - type: Transform + pos: -9.5,1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 112 + - 111 + - type: DeviceLinkSource + linkedPorts: + 111: + - DoorStatus: DoorBolt + 112: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 835 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 1 + - type: DeviceLinkSink + links: + - 833 + - 834 + - type: DeviceLinkSource + linkedPorts: + 833: + - DoorStatus: DoorBolt + 834: + - DoorStatus: DoorBolt + - uid: 836 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 1 + - type: DeviceLinkSink + links: + - 833 + - 834 + - type: DeviceLinkSource + linkedPorts: + 833: + - DoorStatus: DoorBolt + 834: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassLocked + entities: + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 91 + - type: DeviceLinkSource + linkedPorts: + 91: + - DoorStatus: DoorBolt + - uid: 112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,0.5 + parent: 1 + - type: DeviceLinkSink + links: + - 91 + - type: DeviceLinkSource + linkedPorts: + 91: + - DoorStatus: DoorBolt +- proto: AirlockGlass + entities: + - uid: 671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 1 + - uid: 672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-4.5 + parent: 1 +- proto: AirlockGlassShuttleEasyPry + entities: + - uid: 3 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 +- proto: AirlockMedicalGlass + entities: + - uid: 346 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-9.5 + parent: 1 + - uid: 665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-9.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 35 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 +- proto: AirSensor + entities: + - uid: 802 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 246 + - 267 + - 813 + - 814 + - 810 + - 844 + - type: AtmosDevice + joinedGrid: 1 + - uid: 804 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - type: AtmosDevice + joinedGrid: 1 + - uid: 805 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - type: AtmosDevice + joinedGrid: 1 + - uid: 806 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - uid: 809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - type: AtmosDevice + joinedGrid: 1 + - uid: 812 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - type: AtmosDevice + joinedGrid: 1 +- proto: APCBasic + entities: + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-9.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-10.5 + parent: 1 + - uid: 585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 827 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 +- proto: AtmosFixOxygenMarker + entities: + - uid: 829 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 +- proto: BedsheetMedical + entities: + - uid: 817 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 1 +- proto: BorgCharger + entities: + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-2.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-2.5 + parent: 1 +- proto: BoxFlare + entities: + - uid: 285 + components: + - type: Transform + pos: -13.337719,-7.4710283 + parent: 1 +- proto: BoxFolderBlue + entities: + - uid: 258 + components: + - type: Transform + pos: -8.420452,8.586648 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 40 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -12.5,0.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -13.5,0.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -12.5,2.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -14.5,2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 434 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 601 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 602 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 1 + - uid: 604 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 605 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1 + - uid: 606 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 + - uid: 607 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 609 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 612 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 616 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 617 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 618 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 623 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1 + - uid: 627 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 632 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 633 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 634 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 635 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 637 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 638 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 640 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 642 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 643 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 734 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - uid: 736 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: -12.5,4.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 760 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 + - uid: 769 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 + - uid: 770 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1 + - uid: 771 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 772 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 775 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 1 + - uid: 776 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1 + - uid: 777 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 858 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 859 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 + - uid: 860 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 1 + - uid: 861 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 1 + - uid: 862 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1 + - uid: 863 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1 + - uid: 864 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1 +- proto: CableHV + entities: + - uid: 33 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 +- proto: CableMV + entities: + - uid: 67 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -9.5,1.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 1 + - uid: 305 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 1 + - uid: 307 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 1 + - uid: 312 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 1 + - uid: 313 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 1 + - uid: 315 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - uid: 738 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 740 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 277 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 674 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1 + - uid: 729 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 + - uid: 852 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1 + - uid: 853 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 854 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 855 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - uid: 857 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,7.5 + parent: 1 + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,7.5 + parent: 1 + - uid: 197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,7.5 + parent: 1 + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,7.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 24 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 28 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 29 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-0.5 + parent: 1 + - uid: 493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 1 + - uid: 495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 1 + - uid: 496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - uid: 497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 + - uid: 498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-8.5 + parent: 1 + - uid: 499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-7.5 + parent: 1 + - uid: 500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 1 + - uid: 502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - uid: 510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - uid: 512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-10.5 + parent: 1 + - uid: 519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-12.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-14.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-14.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-10.5 + parent: 1 + - uid: 538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 1 + - uid: 539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 1 + - uid: 540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-11.5 + parent: 1 + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 1 + - uid: 542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 1 + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 1 + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - uid: 545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-14.5 + parent: 1 + - uid: 547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 1 + - uid: 548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-6.5 + parent: 1 + - uid: 549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 1 + - uid: 550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 1 + - uid: 551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-14.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 + - uid: 563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 1 + - uid: 811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-22.5 + parent: 1 + - uid: 845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-22.5 + parent: 1 + - uid: 846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-21.5 + parent: 1 + - uid: 847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 1 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-16.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 321 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 1049 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1 +- proto: ClosetFireFilled + entities: + - uid: 306 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 1050 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 416 + components: + - type: Transform + pos: -13.493203,-16.354408 + parent: 1 +- proto: ClothingHeadHatHardhatYellow + entities: + - uid: 800 + components: + - type: Transform + pos: -10.406327,-3.1185083 + parent: 1 +- proto: ClothingMaskGas + entities: + - uid: 798 + components: + - type: Transform + pos: -10.630073,-3.4031057 + parent: 1 +- proto: computerBodyScanner + entities: + - uid: 418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-16.5 + parent: 1 +- proto: ComputerCrewMonitoring + entities: + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 1 +- proto: ComputerEmergencyShuttle + entities: + - uid: 188 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1 +- proto: ComputerId + entities: + - uid: 189 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 +- proto: ComputerMedicalRecords + entities: + - uid: 191 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-12.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 190 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 +- proto: CrateEmergencyInflatablewall + entities: + - uid: 290 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 1 +- proto: CrateEmergencyInternalsLarge + entities: + - uid: 288 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1 +- proto: Crowbar + entities: + - uid: 785 + components: + - type: Transform + pos: -13.464078,-7.5057697 + parent: 1 +- proto: Defibrillator + entities: + - uid: 415 + components: + - type: Transform + pos: -10.524453,-16.401283 + parent: 1 +- proto: DrinkGlass + entities: + - uid: 892 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 893 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 894 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 895 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 896 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 897 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 898 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 899 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 900 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: -8.193606,-16.666153 + parent: 1 +- proto: DrinkMilkCarton + entities: + - uid: 874 + components: + - type: Transform + parent: 871 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkShaker + entities: + - uid: 884 + components: + - type: Transform + pos: -8.260914,-16.051144 + parent: 1 +- proto: ExtendedEmergencyNitrogenTankFilled + entities: + - uid: 782 + components: + - type: Transform + pos: -13.539676,-2.3258739 + parent: 1 +- proto: ExtendedEmergencyOxygenTankFilled + entities: + - uid: 783 + components: + - type: Transform + pos: -13.399051,-2.4508739 + parent: 1 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 114 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-11.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 +- proto: FireAlarm + entities: + - uid: 246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - type: DeviceList + devices: + - 802 + - 778 + - 774 + - 773 + - type: AtmosDevice + joinedGrid: 1 + - uid: 814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-7.5 + parent: 1 + - type: DeviceList + devices: + - 802 + - 801 + - 797 + - 780 + - 779 + - type: AtmosDevice + joinedGrid: 1 + - uid: 815 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - type: DeviceList + devices: + - 809 + - 806 + - 805 + - 804 + - 812 + - 778 + - 774 + - 773 + - 801 + - 797 + - 780 + - 779 + - 781 + - type: AtmosDevice + joinedGrid: 1 + - uid: 844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-21.5 + parent: 1 + - type: DeviceList + devices: + - 802 + - 781 + - type: AtmosDevice + joinedGrid: 1 +- proto: FireAxeCabinetFilled + entities: + - uid: 175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,5.5 + parent: 1 +- proto: FirelockGlass + entities: + - uid: 773 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 246 + - 267 + - uid: 774 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 246 + - 267 + - uid: 778 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 246 + - 267 + - uid: 779 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 813 + - 814 + - uid: 780 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 813 + - 814 + - uid: 781 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 810 + - 844 + - uid: 797 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 813 + - 814 + - uid: 801 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 815 + - 816 + - 813 + - 814 +- proto: FoodBreadPlain + entities: + - uid: 873 + components: + - type: Transform + parent: 871 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodCartHot + entities: + - uid: 870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 1 +- proto: FoodContainerEgg + entities: + - uid: 872 + components: + - type: Transform + parent: 871 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatSalami + entities: + - uid: 875 + components: + - type: Transform + parent: 871 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: GasMinerNitrogen + entities: + - uid: 231 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMinerOxygen + entities: + - uid: 766 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMixer + entities: + - uid: 831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPassiveVent + entities: + - uid: 823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 1047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-25.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeBend + entities: + - uid: 832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-20.5 + parent: 1 + - uid: 919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 921 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 938 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 939 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 940 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 941 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 942 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 943 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 944 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 945 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 963 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 964 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 988 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 989 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 990 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 991 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1001 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1027 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1028 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1029 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1030 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-24.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1041 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1042 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1043 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1044 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1045 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1046 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeTJunction + entities: + - uid: 909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 926 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 931 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1032 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVentPump + entities: + - uid: 903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-20.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 810 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-15.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 816 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-13.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 813 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 813 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 816 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 267 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 267 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 267 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,6.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 267 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 267 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 813 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-12.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 813 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 816 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 816 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 810 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 918 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 267 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW + entities: + - uid: 661 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 759 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 +- proto: Grille + entities: + - uid: 60 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -14.5,2.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 316 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 1 + - uid: 317 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 1 + - uid: 318 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 1 + - uid: 319 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 399 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 1 + - uid: 767 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 747 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 749 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 +- proto: HatSpawner + entities: + - uid: 879 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 +- proto: KitchenMicrowave + entities: + - uid: 877 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 +- proto: LockerFreezer + entities: + - uid: 871 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.147 + 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: + - 872 + - 873 + - 874 + - 875 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerWallMedicalFilled + entities: + - uid: 762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-16.5 + parent: 1 +- proto: MagazinePistolRubber + entities: + - uid: 784 + components: + - type: Transform + pos: -2.2705026,-0.47059897 + parent: 1 +- proto: MedicalBed + entities: + - uid: 409 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1 +- proto: MedkitBurnFilled + entities: + - uid: 425 + components: + - type: Transform + pos: -13.322543,-13.652935 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 167 + components: + - type: Transform + pos: -2.4709458,4.5597963 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: -13.541293,-13.465435 + parent: 1 +- proto: MedkitOxygenFilled + entities: + - uid: 424 + components: + - type: Transform + pos: -13.556918,-14.277935 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: -13.556469,-7.3077974 + parent: 1 +- proto: MedkitToxinFilled + entities: + - uid: 423 + components: + - type: Transform + pos: -13.369418,-14.44981 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 826 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: OperatingTable + entities: + - uid: 417 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 825 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: PaperBin20 + entities: + - uid: 698 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 +- proto: Pen + entities: + - uid: 118 + components: + - type: Transform + pos: -4.4614916,2.6592817 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: -8.607952,8.414773 + parent: 1 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 819 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 1 + - uid: 821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-20.5 + parent: 1 +- proto: PosterContrabandFunPolice + entities: + - uid: 795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 +- proto: PosterLegitEnlist + entities: + - uid: 788 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: PosterLegitHelpOthers + entities: + - uid: 790 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 1 +- proto: PottedPlantRandom + entities: + - uid: 115 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-0.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 1 + - uid: 422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 1 + - uid: 843 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 441 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-15.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-3.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-3.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-0.5 + parent: 1 + - uid: 461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,2.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 1 + - uid: 463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,4.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,8.5 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-16.5 + parent: 1 + - uid: 485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 + - uid: 486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-15.5 + parent: 1 + - uid: 487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 1 + - uid: 794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-24.5 + parent: 1 + - uid: 867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-21.5 + parent: 1 +- proto: PoweredLightBlueInterior + entities: + - uid: 866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-25.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-11.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-8.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 1 + - uid: 868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-24.5 + parent: 1 +- proto: Rack + entities: + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 1 + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 1 + - uid: 796 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 +- proto: RandomDrinkBottle + entities: + - uid: 886 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 888 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 889 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 890 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 891 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 +- proto: RandomItem + entities: + - uid: 880 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 +- proto: RandomPosterLegit + entities: + - uid: 570 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 786 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 789 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 791 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 792 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 +- proto: RandomVendingDrinks + entities: + - uid: 199 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 +- proto: RandomVendingSnacks + entities: + - uid: 200 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 553 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1 +- proto: ShotGunCabinetFilled + entities: + - uid: 745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 6 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -14.5,2.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 1 + - uid: 330 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1 + - uid: 331 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 513 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 514 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1 + - uid: 712 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 1 +- proto: SignBridge + entities: + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 +- proto: SignEVA + entities: + - uid: 394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 1 +- proto: SignMedical + entities: + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-11.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-14.5 + parent: 1 +- proto: Sink + entities: + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-15.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 744 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 1 +- proto: SpawnMobMedibot + entities: + - uid: 667 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 1 +- proto: StasisBed + entities: + - uid: 411 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 577 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1 +- proto: SuitStorageEVA + entities: + - uid: 104 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -12.5,2.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1 +- proto: Table + entities: + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-0.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 1 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 1 + - uid: 876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 1 +- proto: TableCounterMetal + entities: + - uid: 842 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1 + - uid: 881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 22 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 1 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,2.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -9.5,4.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-14.5 + parent: 1 + - uid: 406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-16.5 + parent: 1 + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-13.5 + parent: 1 + - uid: 413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 1 + - uid: 414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-16.5 + parent: 1 +- proto: TelecomServer + entities: + - uid: 687 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 +- proto: Thruster + entities: + - uid: 438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 1 + - uid: 440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-18.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: -12.5,4.5 + parent: 1 + - uid: 699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-18.5 + parent: 1 + - uid: 701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-18.5 + parent: 1 + - uid: 702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-18.5 + parent: 1 + - uid: 703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-18.5 + parent: 1 + - uid: 704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-18.5 + parent: 1 + - uid: 705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-18.5 + parent: 1 + - uid: 707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 1 + - type: Thruster + enabled: False + - uid: 708 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1 + - uid: 709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 1 + - uid: 711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 1 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,4.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 751 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 +- proto: ToolboxElectricalFilled + entities: + - uid: 669 + components: + - type: Transform + pos: -13.603344,-8.292172 + parent: 1 +- proto: ToolboxEmergencyFilled + entities: + - uid: 287 + components: + - type: Transform + pos: -13.322094,-8.573422 + parent: 1 +- proto: ToolboxMechanicalFilled + entities: + - uid: 664 + components: + - type: Transform + pos: -13.462719,-8.417172 + parent: 1 +- proto: VendingMachineSec + entities: + - uid: 30 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 93 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 +- proto: VendingMachineWallMedical + entities: + - uid: 429 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 +- proto: VendingMachineYouTool + entities: + - uid: 322 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 4 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -13.5,3.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -14.5,3.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 1 + - uid: 324 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 1 + - uid: 325 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 1 + - uid: 329 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 1 + - uid: 334 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 1 + - uid: 706 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 1 + - uid: 714 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 1 + - uid: 822 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 1 + - uid: 837 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 839 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 1 + - uid: 840 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 178 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1 + - uid: 179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,9.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 9 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -8.5,3.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1 + - uid: 332 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1 + - uid: 333 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 528 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 327 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - type: WarpPoint + location: Evac Shuttle +- proto: WaterTankFull + entities: + - uid: 279 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 23 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 +- proto: WeldingFuelTankFull + entities: + - uid: 280 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1 +- proto: WindoorBarLocked + entities: + - uid: 882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 1 + - uid: 885 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 +- proto: WindoorKitchenLocked + entities: + - uid: 676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 1 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 1 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 37 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 +- proto: WindowDirectional + entities: + - uid: 691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-16.5 + parent: 1 + - uid: 869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-16.5 + parent: 1 + - uid: 878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 1 + - uid: 883 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 1 + - uid: 682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-18.5 + parent: 1 + - uid: 746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 1 + - uid: 755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 1 +- proto: YellowOxygenTankFilled + entities: + - uid: 799 + components: + - type: Transform + pos: -10.44437,-3.5553346 + parent: 1 +... diff --git a/Resources/Prototypes/Maps/edge.yml b/Resources/Prototypes/Maps/edge.yml index 5d84cd6712..7da7947677 100644 --- a/Resources/Prototypes/Maps/edge.yml +++ b/Resources/Prototypes/Maps/edge.yml @@ -9,7 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Box.yml + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Delta.yml - type: StationNameSetup mapNameTemplate: '{0} Edge Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml index cc36d9f853..fa6b2970f0 100644 --- a/Resources/Prototypes/Maps/shoukou.yml +++ b/Resources/Prototypes/Maps/shoukou.yml @@ -14,7 +14,7 @@ !type:NanotrasenNameGenerator prefixCreator: '14' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Box.yml + emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Delta.yml - type: StationJobs overflowJobs: - Passenger From 86883b4ad5ed5c46a08f2d4e137448aa1c96a25d Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:21:16 -0600 Subject: [PATCH 346/391] Map Edits: Submarine (#797) Co-authored-by: Velcroboy <> --- .../en-US/deltav/job/job-description.ftl | 1 + .../Locale/en-US/deltav/job/job-names.ftl | 1 + Resources/Maps/submarine.yml | 106814 +++++++-------- .../DeltaV/Entities/Markers/Spawners/jobs.yml | 15 + .../DeltaV/Entities/Mobs/Player/silicon.yml | 20 + .../Roles/Jobs/Medical/medical_borg.yml | 16 + .../DeltaV/Roles/play_time_trackers.yml | 3 + .../Prototypes/DeltaV/StatusEffects/job.yml | 6 + Resources/Prototypes/Maps/submarine.yml | 2 +- .../Prototypes/Roles/Jobs/departments.yml | 1 + .../Misc/job_icons.rsi/MedicalBorg.png | Bin 0 -> 138 bytes .../Interface/Misc/job_icons.rsi/meta.json | 3 + 12 files changed, 51838 insertions(+), 55044 deletions(-) create mode 100644 Resources/Locale/en-US/deltav/job/job-description.ftl create mode 100644 Resources/Locale/en-US/deltav/job/job-names.ftl create mode 100644 Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml create mode 100644 Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.yml create mode 100644 Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml create mode 100644 Resources/Prototypes/DeltaV/StatusEffects/job.yml create mode 100644 Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/MedicalBorg.png diff --git a/Resources/Locale/en-US/deltav/job/job-description.ftl b/Resources/Locale/en-US/deltav/job/job-description.ftl new file mode 100644 index 0000000000..5bc7be8311 --- /dev/null +++ b/Resources/Locale/en-US/deltav/job/job-description.ftl @@ -0,0 +1 @@ +job-description-medical-borg = Half-human, Half-machine. Follow your laws, serve the crew, and assist the medical department. diff --git a/Resources/Locale/en-US/deltav/job/job-names.ftl b/Resources/Locale/en-US/deltav/job/job-names.ftl new file mode 100644 index 0000000000..dc7940ba98 --- /dev/null +++ b/Resources/Locale/en-US/deltav/job/job-names.ftl @@ -0,0 +1 @@ +job-name-medical-borg = Medical Cyborg diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 234e34f222..3c2abcd121 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -12,6 +12,7 @@ tilemap: 10: FloorAsteroidSandUnvariantized 11: FloorAsteroidTile 12: FloorAstroGrass + 13: FloorAstroIce 14: FloorBar 15: FloorBasalt 18: FloorBlueCircuit @@ -45,7 +46,6 @@ tilemap: 66: FloorMime 68: FloorMiningDark 73: FloorOldConcreteSmooth - 75: FloorPlanetGrass 77: FloorRGlass 78: FloorReinforced 87: FloorSilver @@ -81,155 +81,155 @@ entities: chunks: 0,0: ind: 0,0 - tiles: TQAAAAADTQAAAAABTQAAAAACbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADegAAAAAAdAAAAAADTQAAAAABdAAAAAACegAAAAAAbQAAAAADbQAAAAABTQAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAABdAAAAAACdAAAAAADdAAAAAADTQAAAAADdAAAAAADTQAAAAADdAAAAAABegAAAAAAegAAAAAAbQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAADTQAAAAADdAAAAAABTgAAAAAAdAAAAAABTQAAAAACdAAAAAADTgAAAAAAbQAAAAACbQAAAAACTQAAAAACTQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAAAdAAAAAADdAAAAAABdAAAAAABTQAAAAACdAAAAAACTQAAAAACdAAAAAADTgAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACTQAAAAADTQAAAAABTQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAAAegAAAAAAdAAAAAADTQAAAAADdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAACegAAAAAAdAAAAAABTQAAAAACdAAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAABegAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAABdAAAAAABTQAAAAABdAAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAADegAAAAAAdAAAAAACdAAAAAABdAAAAAADTQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAADdAAAAAADdAAAAAACdAAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAACegAAAAAAdAAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAABdAAAAAACdAAAAAACTQAAAAACTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAABZwAAAAADMAAAAAAATgAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAAAegAAAAAAagAAAAAAZwAAAAAATQAAAAABZwAAAAACMAAAAAAAegAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAAAbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAACMAAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAACegAAAAAAegAAAAAAZwAAAAADTQAAAAACZwAAAAAAMAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAAATQAAAAABZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAABbQAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAagAAAAAAZwAAAAACTQAAAAACZwAAAAACMAAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAAATQAAAAAAZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAagAAAAAA + tiles: TQAAAAAATQAAAAACTQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAACegAAAAAAdAAAAAADTQAAAAACdAAAAAAAegAAAAAAbQAAAAACbQAAAAABTQAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAACdAAAAAABdAAAAAAAdAAAAAACTQAAAAAAdAAAAAACTQAAAAADdAAAAAACegAAAAAAegAAAAAAbQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAAAdAAAAAABTgAAAAAAdAAAAAADTQAAAAAAdAAAAAAATgAAAAAAbQAAAAACbQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAACTQAAAAAAdAAAAAABdAAAAAACdAAAAAACTQAAAAAAdAAAAAAATQAAAAADdAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAAATQAAAAAATQAAAAADTQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAdAAAAAABTQAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAACbQAAAAAAegAAAAAAdAAAAAABTQAAAAABdAAAAAACbQAAAAABbQAAAAADbQAAAAACbQAAAAACegAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAACdAAAAAADTQAAAAACdAAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAdAAAAAAAdAAAAAACdAAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAAAdAAAAAADdAAAAAABdAAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAACegAAAAAAdAAAAAADdAAAAAABdAAAAAAAdAAAAAADdAAAAAADdAAAAAACdAAAAAACdAAAAAADTQAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAACMAAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAAAbQAAAAACegAAAAAAagAAAAAAZwAAAAACTQAAAAAAZwAAAAAAMAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAABegAAAAAAagAAAAAAZwAAAAACTQAAAAADZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAZwAAAAADTQAAAAABZwAAAAAAMAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAAAegAAAAAAagAAAAAAZwAAAAABTQAAAAAAZwAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAagAAAAAAZwAAAAAATQAAAAABZwAAAAACMAAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAACTQAAAAAAZwAAAAAAMAAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAACegAAAAAAagAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: TQAAAAAATQAAAAAATQAAAAACTQAAAAAAZwAAAAAATQAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAABTQAAAAAATQAAAAAATQAAAAADTQAAAAACZwAAAAABTQAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAAAZwAAAAABZwAAAAADegAAAAAAZwAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAAAWgAAAAACTgAAAAAAWgAAAAABWgAAAAABegAAAAAATQAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABegAAAAAAWgAAAAABZwAAAAAATQAAAAADZwAAAAACWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAZwAAAAABTQAAAAAAZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAdAAAAAABdAAAAAAAdAAAAAABbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAADZwAAAAADTQAAAAADZwAAAAADMAAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAAAdAAAAAAAdAAAAAAAdAAAAAACbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAACZwAAAAABTQAAAAABZwAAAAABMAAAAAAATgAAAAAAbQAAAAAAbQAAAAADbQAAAAAAdAAAAAADdAAAAAACdAAAAAABbQAAAAADbQAAAAADbQAAAAABegAAAAAAbQAAAAACZwAAAAADTQAAAAACZwAAAAAAMAAAAAAATgAAAAAAbQAAAAADbQAAAAADbQAAAAACdAAAAAACdAAAAAADdAAAAAADbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAABZwAAAAADTQAAAAACZwAAAAABMAAAAAAATgAAAAAAbQAAAAADbQAAAAACbQAAAAABdAAAAAADdAAAAAAAdAAAAAADbQAAAAAAbQAAAAADbQAAAAADegAAAAAAbQAAAAADZwAAAAABTQAAAAAAZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAAAdAAAAAACdAAAAAAAdAAAAAADbQAAAAABbQAAAAAAbQAAAAADegAAAAAATQAAAAABZwAAAAAATQAAAAACZwAAAAACMAAAAAAAegAAAAAAbQAAAAACbQAAAAAAbQAAAAAAdAAAAAACdAAAAAABdAAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAbQAAAAACZwAAAAADZwAAAAABZwAAAAACMAAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAABdAAAAAABdAAAAAADdAAAAAABbQAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAABTQAAAAABTQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAABdAAAAAABdAAAAAAAdAAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAAAegAAAAAAdAAAAAADdAAAAAACdAAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAACdAAAAAABTQAAAAAAdAAAAAACbQAAAAADbQAAAAAAbQAAAAACbQAAAAACegAAAAAAdAAAAAADdAAAAAAAdAAAAAAAegAAAAAAbQAAAAABbQAAAAACTQAAAAACTQAAAAABdAAAAAABTQAAAAABdAAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAdAAAAAADdAAAAAADdAAAAAABegAAAAAAbQAAAAACbQAAAAABTQAAAAAATQAAAAAA + tiles: TQAAAAABTQAAAAADTQAAAAADTQAAAAAAZwAAAAABTQAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAADTQAAAAAATQAAAAAATQAAAAAATQAAAAACZwAAAAAATQAAAAACZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAADegAAAAAAZwAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABegAAAAAATQAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAAAZwAAAAACTQAAAAAAZwAAAAABWgAAAAACWgAAAAABegAAAAAATQAAAAAATQAAAAABegAAAAAAdAAAAAACegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAZwAAAAADTQAAAAABZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACdAAAAAADdAAAAAACdAAAAAACbQAAAAACbQAAAAABbQAAAAAAegAAAAAAbQAAAAADZwAAAAADTQAAAAABZwAAAAADMAAAAAAATQAAAAACbQAAAAAAbQAAAAADbQAAAAACdAAAAAABdAAAAAADdAAAAAABbQAAAAABbQAAAAADbQAAAAABegAAAAAAbQAAAAAAZwAAAAAATQAAAAABZwAAAAADMAAAAAAATQAAAAACbQAAAAABbQAAAAADbQAAAAACdAAAAAABdAAAAAADdAAAAAABbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABZwAAAAAATQAAAAABZwAAAAACMAAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACdAAAAAAAdAAAAAACdAAAAAACdAAAAAADbQAAAAABbQAAAAAAegAAAAAAbQAAAAABZwAAAAAATQAAAAAAZwAAAAADMAAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACdAAAAAAAdAAAAAABdAAAAAADbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAZwAAAAAATQAAAAABZwAAAAADMAAAAAAATQAAAAACbQAAAAABbQAAAAADbQAAAAABdAAAAAADdAAAAAACdAAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAATQAAAAACZwAAAAABTQAAAAACZwAAAAACMAAAAAAATQAAAAAAbQAAAAACbQAAAAACbQAAAAABdAAAAAAAdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAAAegAAAAAAbQAAAAADZwAAAAABZwAAAAAAZwAAAAACMAAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAADdAAAAAADdAAAAAAAdAAAAAABdAAAAAADdAAAAAADdAAAAAABegAAAAAAbQAAAAAATQAAAAABTQAAAAACTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADdAAAAAADdAAAAAADdAAAAAABbQAAAAABbQAAAAABbQAAAAADbQAAAAAAegAAAAAAdAAAAAABdAAAAAACdAAAAAACegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACdAAAAAABTQAAAAADdAAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAAAegAAAAAAdAAAAAADdAAAAAACdAAAAAADegAAAAAAbQAAAAACbQAAAAAATQAAAAAATQAAAAACdAAAAAABTQAAAAAAdAAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABegAAAAAAdAAAAAAAdAAAAAAAdAAAAAACegAAAAAAbQAAAAABbQAAAAADTQAAAAADTQAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: ZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABTQAAAAABZwAAAAACTQAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAABTQAAAAACZwAAAAABTQAAAAABWgAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACTgAAAAAAWgAAAAADTQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAAAegAAAAAAWgAAAAADWgAAAAACdwAAAAADdwAAAAABdwAAAAADegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAAAegAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABegAAAAAAegAAAAAAMAAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAACegAAAAAAeAAAAAAAeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAegAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAACegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAABegAAAAAAMAAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAABTgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADegAAAAAAMAAAAAAAdwAAAAABdwAAAAABdwAAAAADegAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAACTgAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAADTQAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAACegAAAAAATQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABTQAAAAABMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATQAAAAADMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAdAAAAAABdAAAAAAATgAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAdAAAAAADdAAAAAADTQAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAdAAAAAADdAAAAAABTgAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAACbQAAAAACbQAAAAABbQAAAAADbQAAAAAB + tiles: ZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAACTQAAAAADZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAADZwAAAAADTQAAAAACZwAAAAADTQAAAAAAWgAAAAACDAAAAAAADAAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABTgAAAAAAWgAAAAABTQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAABegAAAAAAWgAAAAABWgAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAegAAAAAAMAAAAAAAdwAAAAADdwAAAAAAdwAAAAADegAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAAAegAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAABeAAAAAADegAAAAAAMAAAAAAAdwAAAAADdwAAAAAAdwAAAAACegAAAAAAeAAAAAABeAAAAAABeAAAAAADeAAAAAABegAAAAAAeAAAAAABeAAAAAACeAAAAAABeAAAAAABeAAAAAABegAAAAAAMAAAAAAAdwAAAAADdwAAAAADdwAAAAADegAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAADTgAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAACeAAAAAAAegAAAAAAMAAAAAAAdwAAAAABdwAAAAABdwAAAAACegAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAADTgAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAACTQAAAAABMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADegAAAAAATQAAAAABegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAADTQAAAAADMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADTQAAAAAAMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAABTgAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAADTQAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACagAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAABdAAAAAABTgAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADdwAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: TQAAAAABTgAAAAAATgAAAAAAegAAAAAAdAAAAAADdAAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAbQAAAAADbQAAAAACbQAAAAACbQAAAAACdAAAAAADdAAAAAAAdAAAAAADdAAAAAADdAAAAAACdAAAAAADTQAAAAACdAAAAAADdAAAAAACdAAAAAACdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAAAdAAAAAADdAAAAAACdAAAAAAATgAAAAAAdAAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAACdAAAAAAAdAAAAAAAdAAAAAACdAAAAAAAdAAAAAAAdAAAAAADTQAAAAAAdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABTQAAAAACTQAAAAACTgAAAAAATgAAAAAAegAAAAAAdAAAAAAAdAAAAAADegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABegAAAAAAdAAAAAACdAAAAAACTgAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAACegAAAAAAdAAAAAABdAAAAAADTQAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAADbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAACbQAAAAADegAAAAAAdAAAAAAAdAAAAAACTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABbQAAAAABbQAAAAADbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAABegAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAACDgAAAAADDgAAAAABegAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACegAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAABegAAAAAAMAAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAdAAAAAADdAAAAAACegAAAAAADgAAAAADDgAAAAACDgAAAAABDgAAAAADDgAAAAADDgAAAAABDgAAAAACTgAAAAAAMAAAAAAAdAAAAAADdAAAAAABdAAAAAABdAAAAAAAdAAAAAACdAAAAAAATQAAAAACDgAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAABDgAAAAACTgAAAAAAMAAAAAAAdAAAAAABdAAAAAABTQAAAAAATQAAAAABTQAAAAADdAAAAAACTQAAAAABDgAAAAADDgAAAAABDgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAABTgAAAAAAMAAAAAAAegAAAAAAdAAAAAADTQAAAAAATQAAAAAATQAAAAACdAAAAAABTQAAAAABDgAAAAACDgAAAAABDgAAAAACDgAAAAACDgAAAAADDgAAAAAADgAAAAAATgAAAAAAMAAAAAAAegAAAAAAdAAAAAADTQAAAAAATQAAAAACTQAAAAABdAAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAACegAAAAAADgAAAAAADgAAAAACDgAAAAABegAAAAAAMAAAAAAA + tiles: TQAAAAADTQAAAAACTQAAAAABegAAAAAAdAAAAAACdAAAAAABegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAADdAAAAAABdAAAAAAATQAAAAAAdAAAAAACdAAAAAACdAAAAAADdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAAATQAAAAACTQAAAAADTQAAAAABTQAAAAADdAAAAAADdAAAAAADdAAAAAAATgAAAAAAdAAAAAACTQAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAACdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADTQAAAAABdAAAAAADdAAAAAACdAAAAAABdAAAAAACdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAABTQAAAAABbQAAAAABTgAAAAAAegAAAAAAdAAAAAACdAAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAdAAAAAACdAAAAAADTgAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABegAAAAAAdAAAAAACdAAAAAADTQAAAAADdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAADegAAAAAAdAAAAAAAdAAAAAABTgAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAACegAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAABegAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACegAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAABDgAAAAAAegAAAAAAMAAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAdAAAAAAAdAAAAAADegAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAADDgAAAAACDgAAAAABTgAAAAAAMAAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAABdAAAAAABdAAAAAADTQAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAACTgAAAAAAMAAAAAAAdAAAAAAAdAAAAAACTQAAAAACTQAAAAADTQAAAAACdAAAAAACTQAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAACDgAAAAACDgAAAAABTgAAAAAAMAAAAAAAegAAAAAAdAAAAAABTQAAAAAATQAAAAAATQAAAAADdAAAAAADTQAAAAADDgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAADDgAAAAAADgAAAAAATgAAAAAAMAAAAAAAegAAAAAAdAAAAAACTQAAAAAATQAAAAADTQAAAAAAdAAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAACegAAAAAADgAAAAABDgAAAAACDgAAAAADegAAAAAAMAAAAAAA version: 6 1,0: ind: 1,0 - tiles: bQAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAABTgAAAAAAWgAAAAACWgAAAAAAWgAAAAABWgAAAAABTQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAABbQAAAAADTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAATQAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAACTgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAAAdAAAAAADdAAAAAABdAAAAAACdAAAAAADdAAAAAACTQAAAAACTQAAAAACTQAAAAADTQAAAAADdAAAAAACdAAAAAADegAAAAAAdAAAAAACdAAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAAAdAAAAAABdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAACdAAAAAAAdAAAAAADdAAAAAADdAAAAAADegAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADZwAAAAACWgAAAAAAWgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABWgAAAAABWgAAAAADawAAAAABagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAADWgAAAAACZwAAAAAAWgAAAAABWgAAAAABawAAAAADawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAADZwAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABWgAAAAACZwAAAAADWgAAAAAAWgAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAAC + tiles: bQAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAPwAAAAAAPwAAAAAAbQAAAAADbQAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADTQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAABbQAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACTQAAAAABagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAADTgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADdAAAAAAAdAAAAAADdAAAAAACdAAAAAABdAAAAAACdAAAAAAAdAAAAAAAdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAADdAAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAACdAAAAAAAdAAAAAABegAAAAAAdAAAAAACdAAAAAADTQAAAAACTQAAAAACTQAAAAAATQAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAACdAAAAAACdAAAAAABdAAAAAADegAAAAAATQAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAZwAAAAABWgAAAAACWgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAAAZwAAAAACWgAAAAACWgAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZwAAAAAAWgAAAAABWgAAAAADawAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABWgAAAAAAZwAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAABZwAAAAACWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: ZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAABZwAAAAABegAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAATQAAAAACTQAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAdAAAAAACdAAAAAABbQAAAAAAdAAAAAADdAAAAAACbQAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAABTQAAAAAAbQAAAAADTQAAAAAATQAAAAAAbQAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAADPwAAAAAATQAAAAACTQAAAAAAbQAAAAACTQAAAAAATQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAACPwAAAAAATQAAAAAATQAAAAADbQAAAAACTQAAAAABTQAAAAACbQAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAAAPwAAAAAAdAAAAAACdAAAAAABbQAAAAAAdAAAAAABdAAAAAACbQAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAACPwAAAAAAbQAAAAAAbQAAAAABegAAAAAAbQAAAAADbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAAATQAAAAABTQAAAAABTQAAAAADPwAAAAAAbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAAAbQAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAAAPwAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAAAbQAAAAADegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAAATQAAAAAAbQAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAATQAAAAAATQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAACbQAAAAABegAAAAAAPwAAAAAAPwAAAAAAbQAAAAADbQAAAAABbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAACbQAAAAADTQAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAA + tiles: ZwAAAAADZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAADegAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABTQAAAAAATQAAAAADegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABbQAAAAADdAAAAAABdAAAAAAAbQAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAABTQAAAAADbQAAAAACTQAAAAABTQAAAAABbQAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAACPwAAAAAATQAAAAADTQAAAAADbQAAAAAATQAAAAAATQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAABPwAAAAAATQAAAAAATQAAAAADbQAAAAABTQAAAAADTQAAAAACbQAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAACPwAAAAAAdAAAAAABdAAAAAAAbQAAAAACdAAAAAAAdAAAAAADbQAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAACPwAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAABPwAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAADTQAAAAADTQAAAAAAPwAAAAAATQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAABbQAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAADbQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAATQAAAAAATQAAAAABbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAAAbQAAAAABbQAAAAAATQAAAAACPwAAAAAAPwAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAA version: 6 2,0: ind: 2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAATQAAAAACWgAAAAACTQAAAAACTQAAAAACWgAAAAACegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAawAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAaQAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAADAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAADAAAAAAADAAAAAABTQAAAAAAWgAAAAABTQAAAAAATQAAAAABWgAAAAABegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAADAAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAADTgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAAATgAAAAAATQAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAADegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAADAAAAAACTgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADAAAAAABTgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAADTgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAADAAAAAABegAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAaQAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAADAAAAAAADAAAAAAAegAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: ZwAAAAADZwAAAAACZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAABWgAAAAABegAAAAAASwAAAAABSwAAAAADSwAAAAAAegAAAAAAWgAAAAAAWgAAAAABZwAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAASwAAAAACSwAAAAADMAAAAAAATgAAAAAAWgAAAAACTQAAAAADTQAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAABTQAAAAACFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABFgAAAAAAFgAAAAAAFgAAAAAATgAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABTQAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAA + tiles: ZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAADWgAAAAADegAAAAAADAAAAAAADAAAAAABDAAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAADAAAAAAADAAAAAADMAAAAAAATgAAAAAAWgAAAAAATQAAAAACTQAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABMAAAAAAAMAAAAAAATgAAAAAAWgAAAAACTQAAAAABTQAAAAABFgAAAAAAFgAAAAAAFgAAAAAATQAAAAABDAAAAAADegAAAAAAegAAAAAAawAAAAABegAAAAAADAAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATQAAAAACDAAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAADAAAAAACDAAAAAACMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACDAAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAADFgAAAAAAFgAAAAAAFgAAAAAATQAAAAADDAAAAAACegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAADAAAAAADFgAAAAAAFgAAAAAAFgAAAAAATQAAAAAADAAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAADAAAAAAAegAAAAAAdgAAAAADdgAAAAADTQAAAAACDAAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATQAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATQAAAAABDAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABTQAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAA version: 6 -1,1: ind: -1,1 - tiles: egAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAABdAAAAAACegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAADgAAAAACDgAAAAACegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAATgAAAAAAWgAAAAAATQAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACTQAAAAAAZwAAAAADTQAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAACTQAAAAAAZwAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAADZwAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABTgAAAAAAWgAAAAACTQAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAWgAAAAAAWgAAAAADHgAAAAACHgAAAAABHgAAAAADTgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACegAAAAAAagAAAAAAawAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAADgAAAAACDgAAAAADDgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAADgAAAAADDgAAAAABDgAAAAADTQAAAAABHgAAAAAAHgAAAAACHgAAAAAATQAAAAABegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAACDgAAAAABDgAAAAACDgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAA + tiles: egAAAAAAdAAAAAADdAAAAAAAdAAAAAADdAAAAAACdAAAAAADegAAAAAADgAAAAAADgAAAAACDgAAAAADegAAAAAADgAAAAAADgAAAAADegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAADTQAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAAATQAAAAABZwAAAAAATQAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABTQAAAAAAZwAAAAABTQAAAAAAZwAAAAABZwAAAAADZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACTgAAAAAAWgAAAAACTQAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADTQAAAAACTQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAWgAAAAABWgAAAAAAHgAAAAABHgAAAAADHgAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAACegAAAAAAawAAAAADagAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACDgAAAAADDgAAAAADDgAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACDgAAAAAADgAAAAACDgAAAAABTQAAAAACHgAAAAAAHgAAAAABHgAAAAADTQAAAAADegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAADDgAAAAABDgAAAAADDgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAA version: 6 0,1: ind: 0,1 - tiles: ZwAAAAABTQAAAAADZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACbQAAAAADbQAAAAABegAAAAAAagAAAAAAZwAAAAABTQAAAAACZwAAAAADWgAAAAACWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAABZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACTQAAAAABZwAAAAABTQAAAAACZwAAAAAAZwAAAAADZwAAAAAATQAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAACTQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABZwAAAAAATQAAAAABZwAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACWgAAAAADegAAAAAATgAAAAAAWgAAAAABZwAAAAACZwAAAAACZwAAAAABWgAAAAABTgAAAAAAegAAAAAAWgAAAAACegAAAAAAZwAAAAADZwAAAAADZwAAAAADWgAAAAABWgAAAAABegAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABMAAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAAAdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACWgAAAAACTgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACegAAAAAAWgAAAAAATQAAAAABWgAAAAADTgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: ZwAAAAABTQAAAAADZwAAAAAAMAAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAACTQAAAAAAZwAAAAABWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAABWgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAZwAAAAAAZwAAAAABZwAAAAACTQAAAAAAZwAAAAABTQAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAABTQAAAAABZwAAAAACTQAAAAAAZwAAAAABZwAAAAACZwAAAAACTQAAAAACZwAAAAADZwAAAAADZwAAAAADZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADTQAAAAADWgAAAAABTgAAAAAAWgAAAAACWgAAAAAAZwAAAAAATQAAAAABZwAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACTQAAAAACTQAAAAACTQAAAAACTQAAAAADWgAAAAACegAAAAAATgAAAAAAWgAAAAAAZwAAAAABZwAAAAADZwAAAAABWgAAAAADTgAAAAAAegAAAAAAWgAAAAABegAAAAAAZwAAAAABZwAAAAADZwAAAAACWgAAAAADWgAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABMAAAAAAAMAAAAAAAegAAAAAAWgAAAAADTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAAAWgAAAAABTgAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAAAegAAAAAAWgAAAAAATQAAAAADWgAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAABegAAAAAAWgAAAAADTQAAAAACWgAAAAACTgAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAACTQAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAAATQAAAAACWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 1,1: ind: 1,1 - tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAADWgAAAAADZwAAAAACWgAAAAADWgAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAABegAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAABWgAAAAABJwAAAAABJwAAAAACJwAAAAADWgAAAAADWgAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAABJQAAAAACJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAACWgAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAADJQAAAAADJQAAAAAAJQAAAAACJQAAAAAAJQAAAAAATgAAAAAATQAAAAAATQAAAAACTQAAAAADTQAAAAABTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAACJQAAAAABJQAAAAADJQAAAAACTgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAACTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAATQAAAAABTgAAAAAATQAAAAAAaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAJQAAAAABJQAAAAACJQAAAAAAJQAAAAABJQAAAAABJQAAAAACTgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAADJQAAAAAAJQAAAAAAJQAAAAABJQAAAAABJQAAAAABTgAAAAAATQAAAAACaQAAAAAAaQAAAAAATQAAAAAATgAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAJQAAAAAAJQAAAAACJQAAAAAAJQAAAAABJQAAAAABJQAAAAADTgAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAADTgAAAAAATQAAAAACawAAAAADegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAACJQAAAAADJQAAAAACJQAAAAABTgAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAADJQAAAAACJQAAAAAAJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAAAZwAAAAABWgAAAAADWgAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABJwAAAAADJwAAAAADJwAAAAACWgAAAAADWgAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAACZwAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABJQAAAAADJQAAAAAAJQAAAAABJQAAAAACJQAAAAACWgAAAAADegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAABJQAAAAAAJQAAAAABJQAAAAAAJQAAAAADTgAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAADJQAAAAAAJQAAAAACJQAAAAABJQAAAAACTgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAATQAAAAADTgAAAAAATQAAAAABaQAAAAAAaQAAAAAATQAAAAADTgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAJQAAAAABJQAAAAABJQAAAAACJQAAAAADJQAAAAAAJQAAAAAATgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAACTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAADJQAAAAABJQAAAAAAJQAAAAABJQAAAAACTgAAAAAATQAAAAAAaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAACJQAAAAABJQAAAAABJQAAAAACJQAAAAACTgAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAACTgAAAAAATQAAAAAAawAAAAABegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAADJQAAAAAAJQAAAAACJQAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAJQAAAAACJQAAAAADJQAAAAADJQAAAAADJQAAAAAAJQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,1: ind: -2,1 - tiles: agAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAADdwAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACWgAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAATQAAAAABTQAAAAACTQAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAAATQAAAAAATQAAAAADHgAAAAABegAAAAAATQAAAAADTQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTQAAAAADTQAAAAAAHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACTQAAAAACTQAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADTQAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTQAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + tiles: agAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAADdwAAAAADegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAABTQAAAAADTQAAAAADegAAAAAATQAAAAAATQAAAAACTQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADTQAAAAADTQAAAAACHgAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAATQAAAAACTQAAAAAAHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAADTQAAAAAATQAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACegAAAAAAHgAAAAACHgAAAAABTQAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAADTQAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAA version: 6 -2,0: ind: -2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACdAAAAAACdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAADdAAAAAABdAAAAAAAdAAAAAAAdAAAAAACawAAAAABTQAAAAAAdAAAAAACdAAAAAAAdAAAAAACTQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAACawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAADdAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAABMAAAAAAATgAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAACbQAAAAABegAAAAAAbQAAAAACbQAAAAABbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAbQAAAAACbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAdwAAAAABdwAAAAABagAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAABegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAawAAAAADegAAAAAAdAAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAACdAAAAAACdAAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAACagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAACdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAB + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAACdAAAAAADawAAAAAATQAAAAAAdAAAAAAAdAAAAAACdAAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACawAAAAADegAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAAAdAAAAAABegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAADMAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADMAAAAAAATgAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAADdwAAAAACagAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAADagAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAAAegAAAAAAawAAAAAAegAAAAAAdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAADdAAAAAACagAAAAAAegAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAADdAAAAAACdAAAAAABdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAABdAAAAAACdAAAAAADagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAADdwAAAAABegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAACdwAAAAAB version: 6 -2,-1: ind: -2,-1 - tiles: ZwAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAABWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAWgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADawAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAADdwAAAAADagAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAACdwAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAABegAAAAAAdwAAAAABdwAAAAACagAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAABawAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACTQAAAAADegAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAABawAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAABbQAAAAADbQAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAADbQAAAAADegAAAAAAbQAAAAADbQAAAAACMAAAAAAATgAAAAAAbQAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAACegAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAAAbQAAAAACbQAAAAACbQAAAAADegAAAAAAbQAAAAACbQAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAbQAAAAAC + tiles: ZwAAAAABZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAACZwAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADWgAAAAACWgAAAAABMAAAAAAAMAAAAAAAWgAAAAABDAAAAAABDAAAAAAADAAAAAACDAAAAAADDAAAAAAAWgAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAABDAAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADawAAAAACegAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAADdwAAAAABegAAAAAAdwAAAAACdwAAAAADagAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAADegAAAAAAdwAAAAAAdwAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADegAAAAAAdwAAAAACdwAAAAACagAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAAAdwAAAAAAawAAAAACegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAABegAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAADawAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAA version: 6 -3,1: ind: -3,1 - tiles: HgAAAAABWgAAAAADWgAAAAAATQAAAAADTQAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAABWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAABZwAAAAADZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAACZwAAAAABZwAAAAACTQAAAAACWgAAAAABWgAAAAACWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAACZwAAAAAATQAAAAAAZwAAAAADZwAAAAACWgAAAAABDgAAAAADegAAAAAAawAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADegAAAAAATQAAAAABegAAAAAAegAAAAAAWgAAAAADTQAAAAABZwAAAAADZwAAAAADZwAAAAABDgAAAAACTQAAAAABagAAAAAAegAAAAAAWgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACZwAAAAADDgAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAWgAAAAAAWgAAAAACDgAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAagAAAAAAegAAAAAAEgAAAAAATQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAACawAAAAACawAAAAACagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACegAAAAAAawAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAABHgAAAAAAHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAD + tiles: HgAAAAAAWgAAAAAAWgAAAAACTQAAAAACTQAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAADZwAAAAABWgAAAAADegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAHgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABZwAAAAABZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAACWgAAAAADZwAAAAABZwAAAAABTQAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAADZwAAAAAATQAAAAACZwAAAAADZwAAAAABWgAAAAAADgAAAAADegAAAAAAawAAAAACegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAWgAAAAADTQAAAAAAZwAAAAACZwAAAAABZwAAAAACDgAAAAACTQAAAAACagAAAAAAegAAAAAAWgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZwAAAAABDgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAAegAAAAAAWgAAAAACWgAAAAADDgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAAAegAAAAAAagAAAAAAegAAAAAAEgAAAAAATQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAABawAAAAACawAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAABTQAAAAABHgAAAAABHgAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAAA version: 6 -3,0: ind: -3,0 - tiles: WgAAAAABZwAAAAABWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAZwAAAAAAWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAADZwAAAAABWgAAAAADegAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAAAWgAAAAAAZwAAAAACWgAAAAABegAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABZwAAAAAAZwAAAAACdwAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAABZwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAawAAAAABTgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADZwAAAAADdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAACZwAAAAADWgAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABZwAAAAACWgAAAAAAegAAAAAAagAAAAAAawAAAAACawAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABZwAAAAAAWgAAAAADegAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAABHgAAAAAATQAAAAABWgAAAAACZwAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAagAAAAAATQAAAAACagAAAAAAegAAAAAAawAAAAACHgAAAAACTQAAAAADWgAAAAADZwAAAAADZwAAAAACWgAAAAABegAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAACagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAHgAAAAACTQAAAAABWgAAAAACZwAAAAAAZwAAAAABWgAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAHgAAAAACTQAAAAABWgAAAAABZwAAAAABZwAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAATQAAAAABTQAAAAAAZwAAAAABZwAAAAABWgAAAAAAWgAAAAACWgAAAAACWgAAAAADegAAAAAAawAAAAADawAAAAACegAAAAAAegAAAAAA + tiles: WgAAAAADZwAAAAADWgAAAAADTgAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAZwAAAAADWgAAAAACTgAAAAAADAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAACZwAAAAABWgAAAAABegAAAAAADAAAAAABDAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAADWgAAAAAAZwAAAAAAWgAAAAADegAAAAAAegAAAAAADAAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAADZwAAAAABZwAAAAADdwAAAAAATgAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAADZwAAAAADdwAAAAAATgAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAawAAAAABTgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACZwAAAAADdwAAAAABTgAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAADWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZwAAAAAAWgAAAAABegAAAAAAagAAAAAAawAAAAABawAAAAADagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADZwAAAAABWgAAAAACegAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADHgAAAAAATQAAAAACWgAAAAAAZwAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAagAAAAAATQAAAAABagAAAAAAegAAAAAAawAAAAAAHgAAAAADTQAAAAADWgAAAAADZwAAAAAAZwAAAAACWgAAAAABegAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAHgAAAAAATQAAAAADWgAAAAABZwAAAAAAZwAAAAAAWgAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAACTQAAAAAAWgAAAAADZwAAAAACZwAAAAADZwAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACTQAAAAABZwAAAAABZwAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADegAAAAAAawAAAAACawAAAAAAegAAAAAAegAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: WgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACTQAAAAACZwAAAAACZwAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAADTQAAAAACZwAAAAAAZwAAAAAAWgAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADZwAAAAABZwAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABZwAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAACWgAAAAACZwAAAAACZwAAAAACZwAAAAAAWgAAAAABWgAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAACZwAAAAAAZwAAAAACWgAAAAADWgAAAAABWgAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAAAegAAAAAAawAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAADZwAAAAAAWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAADZwAAAAADWgAAAAADegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAADWgAAAAAAWgAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAADZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAACegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAADTQAAAAABZwAAAAABZwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAACTQAAAAACZwAAAAAAZwAAAAACWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAABZwAAAAACZwAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADTgAAAAAAWgAAAAABWgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZwAAAAACZwAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAAAWgAAAAADZwAAAAABZwAAAAAAZwAAAAADWgAAAAABWgAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACZwAAAAACZwAAAAABZwAAAAABWgAAAAACWgAAAAAAWgAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAADegAAAAAAawAAAAABawAAAAAAagAAAAAAegAAAAAAWgAAAAAAZwAAAAADZwAAAAABWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAADawAAAAACagAAAAAAegAAAAAAWgAAAAACZwAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAACDAAAAAACAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAACagAAAAAAegAAAAAAWgAAAAADZwAAAAADWgAAAAACegAAAAAAegAAAAAADAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAACegAAAAAADAAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAATgAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAADWgAAAAAATgAAAAAADAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAWgAAAAABZwAAAAADWgAAAAABegAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAZwAAAAADWgAAAAACTgAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,1: ind: -4,1 - tiles: agAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATQAAAAAAHgAAAAAATQAAAAACHgAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAADHgAAAAABTQAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAADagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAABTQAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAACTQAAAAAAHgAAAAABegAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAACHgAAAAADegAAAAAADgAAAAABDgAAAAABDgAAAAAADgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAADTgAAAAAAHgAAAAADTQAAAAABHgAAAAACTQAAAAACDgAAAAADDgAAAAADDgAAAAABDgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAHgAAAAABTQAAAAADHgAAAAACegAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTQAAAAAAHgAAAAABTQAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAABHgAAAAADTQAAAAADHgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATgAAAAAAHgAAAAABTQAAAAACHgAAAAABegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAAHgAAAAAATQAAAAACHgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAABTgAAAAAAHgAAAAABHgAAAAACTQAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAACTgAAAAAAHgAAAAADHgAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAABTQAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAD + tiles: agAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATQAAAAACHgAAAAAATQAAAAABHgAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAACHgAAAAADTQAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAAATQAAAAADHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAADTQAAAAABHgAAAAADegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAABHgAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACTgAAAAAAHgAAAAAATQAAAAADHgAAAAAATQAAAAABDgAAAAACDgAAAAADDgAAAAAADgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTgAAAAAAHgAAAAAATQAAAAABHgAAAAACegAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADHgAAAAACTQAAAAACHgAAAAACegAAAAAATgAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADHgAAAAACTQAAAAABHgAAAAACegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATgAAAAAAHgAAAAADTQAAAAADHgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAAHgAAAAAATQAAAAABHgAAAAACegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAHgAAAAACTQAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAHgAAAAADHgAAAAABTQAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAABTgAAAAAAHgAAAAADHgAAAAABTQAAAAADTQAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAADTQAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAAD version: 6 -4,0: ind: -4,0 - tiles: egAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAABTQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAABWgAAAAADTQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACWgAAAAABegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAADKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAACKQAAAAAAKQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAACTQAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABTQAAAAACWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAACWgAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAAATQAAAAADHgAAAAADTQAAAAADHgAAAAACTQAAAAADHgAAAAACHgAAAAADHgAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAAAegAAAAAAHgAAAAABTQAAAAAAHgAAAAADTQAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADTQAAAAAAHgAAAAADTQAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAABTQAAAAACHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAAAWgAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAADTQAAAAACWgAAAAACegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAABTQAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAACZwAAAAACZwAAAAACTQAAAAAAWgAAAAACDAAAAAADDAAAAAADDAAAAAABDAAAAAABDAAAAAAADAAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAATQAAAAACHgAAAAABTQAAAAABHgAAAAAATQAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAADTQAAAAACHgAAAAADTQAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABTQAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAATQAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: TgAAAAAAagAAAAAAegAAAAAATQAAAAAAGwAAAAABGwAAAAABTQAAAAABXQAAAAABXQAAAAACJwAAAAADJwAAAAACJwAAAAADTgAAAAAAJwAAAAACJwAAAAAAWgAAAAAATgAAAAAAawAAAAACegAAAAAAegAAAAAAGwAAAAAAGwAAAAAAegAAAAAAXQAAAAAAXQAAAAAAJwAAAAAAJwAAAAAAJwAAAAACTgAAAAAAJwAAAAACJwAAAAABWgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACawAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAADGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAABGwAAAAABGwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAAATQAAAAADegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAABegAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAABDgAAAAAADgAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAADegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAAADgAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAAADgAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAADDgAAAAACDgAAAAAATQAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAegAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAAADgAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAAagAAAAAAegAAAAAATQAAAAADGwAAAAADGwAAAAABTQAAAAAAXQAAAAAAXQAAAAADJwAAAAACJwAAAAACJwAAAAABTgAAAAAAJwAAAAADJwAAAAAAWgAAAAAATgAAAAAAawAAAAABegAAAAAAegAAAAAAGwAAAAABGwAAAAADegAAAAAAXQAAAAADXQAAAAABJwAAAAADJwAAAAAAJwAAAAABTgAAAAAAJwAAAAABJwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABawAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAADTQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAACagAAAAAAagAAAAAATQAAAAABegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAABagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAADagAAAAAAagAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAAADgAAAAACDgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAADDgAAAAADegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAAATQAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAADgAAAAABDgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA version: 6 2,1: ind: 2,1 - tiles: WgAAAAAAWgAAAAAAWgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAAAdwAAAAADegAAAAAAZwAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAATQAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAAATQAAAAABZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAAATQAAAAADZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADWgAAAAACWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAABTQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATQAAAAABTQAAAAABTQAAAAABJQAAAAABegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAADegAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAJQAAAAACegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADJQAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADegAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAJQAAAAABegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAACJQAAAAADegAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAABEgAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAAAJQAAAAAATQAAAAADDgAAAAADDgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAACDgAAAAACTQAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACdwAAAAADegAAAAAAJQAAAAADegAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAADWgAAAAADWgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABegAAAAAAZwAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABTQAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAABZwAAAAAATQAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAADZwAAAAADZwAAAAADZwAAAAACTQAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAACWgAAAAACWgAAAAACWgAAAAADDAAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACDAAAAAACDAAAAAAADAAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATQAAAAADTQAAAAADTQAAAAAAJQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAJQAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACdwAAAAACegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACJQAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAABJQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAABJQAAAAADegAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAACDgAAAAADEgAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACJQAAAAABTQAAAAADDgAAAAABDgAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAADTQAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAJQAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAABDgAAAAACTQAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: EwAAAAADEwAAAAABEwAAAAADEwAAAAACEwAAAAADTQAAAAABGwAAAAAAHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAEwAAAAACEwAAAAADEwAAAAADEwAAAAAAEwAAAAACTQAAAAACGwAAAAACHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAABawAAAAADEwAAAAADEwAAAAACEwAAAAAAEwAAAAACEwAAAAABTQAAAAAAGwAAAAADHAAAAAADTgAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAADagAAAAAAEwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAACTQAAAAADGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAACEwAAAAAAEwAAAAACTQAAAAAAGwAAAAABHAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAADGwAAAAAAGwAAAAADGwAAAAABTQAAAAAATQAAAAAAGwAAAAACHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAAAHAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAegAAAAAAegAAAAAAagAAAAAAHAAAAAAAHAAAAAADHAAAAAAAGwAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAAAHAAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHAAAAAADGwAAAAACHAAAAAAAegAAAAAAHAAAAAAAHAAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAACHAAAAAABegAAAAAAegAAAAAAagAAAAAAAgAAAAAAegAAAAAAHAAAAAACGwAAAAADHAAAAAACegAAAAAAHAAAAAABHAAAAAADegAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAABegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAADGwAAAAAAHAAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAegAAAAAAHAAAAAABHAAAAAACHAAAAAAAegAAAAAAWgAAAAABWgAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAAAZwAAAAACZwAAAAABTQAAAAACTQAAAAADTQAAAAADZwAAAAABZwAAAAABZwAAAAAAWgAAAAAAMAAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAADZwAAAAACZwAAAAAAWgAAAAAATQAAAAABTQAAAAABTQAAAAABWgAAAAABZwAAAAABZwAAAAABWgAAAAAD + tiles: EwAAAAABEwAAAAACEwAAAAABEwAAAAAAEwAAAAADTQAAAAAAGwAAAAAAHAAAAAABTgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAEwAAAAAAEwAAAAAAEwAAAAABEwAAAAABEwAAAAAATQAAAAAAGwAAAAACHAAAAAADTgAAAAAADAAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAawAAAAABawAAAAACEwAAAAAAEwAAAAADEwAAAAAAEwAAAAABEwAAAAAATQAAAAABGwAAAAADHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAADagAAAAAAEwAAAAADEwAAAAAAEwAAAAADEwAAAAADEwAAAAABTQAAAAACGwAAAAACHAAAAAADTgAAAAAAMAAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAACEwAAAAABEwAAAAAAEwAAAAABEwAAAAADTQAAAAADGwAAAAABHAAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAABTQAAAAABTQAAAAACGwAAAAACHAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAHAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAAHAAAAAAAegAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAACegAAAAAAegAAAAAAagAAAAAAHAAAAAABHAAAAAADHAAAAAABGwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAABHAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHAAAAAABGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAADTQAAAAAATQAAAAACTQAAAAADTQAAAAABHAAAAAACegAAAAAAegAAAAAAagAAAAAAAgAAAAAAegAAAAAAHAAAAAAAGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAACegAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAMAAAAAAADAAAAAADDAAAAAACDAAAAAABMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAegAAAAAAHAAAAAABHAAAAAAAHAAAAAACegAAAAAAWgAAAAABWgAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABZwAAAAABZwAAAAADTQAAAAACTQAAAAADTQAAAAAAZwAAAAADZwAAAAADZwAAAAACWgAAAAABMAAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAADZwAAAAACZwAAAAABWgAAAAADTQAAAAAATQAAAAADTQAAAAACWgAAAAABZwAAAAABZwAAAAADWgAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: eAAAAAACeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAADeAAAAAACeAAAAAADdwAAAAABdwAAAAABdwAAAAACTQAAAAAAHAAAAAABGwAAAAADTQAAAAADEwAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAADeAAAAAACTQAAAAAATQAAAAABdwAAAAADTgAAAAAAHAAAAAADGwAAAAADTQAAAAAAEwAAAAADZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACDgAAAAAAeAAAAAABTQAAAAAATQAAAAABdwAAAAAATgAAAAAAHAAAAAABGwAAAAACTQAAAAAAEwAAAAACZQAAAAAAZQAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAADDgAAAAACeAAAAAACTQAAAAAATQAAAAABdwAAAAACTgAAAAAAHAAAAAACGwAAAAABTQAAAAADEwAAAAADZQAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAADDgAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAADegAAAAAAHAAAAAACGwAAAAACTQAAAAACEwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAAAGwAAAAAATQAAAAADTQAAAAAATQAAAAADTQAAAAAAegAAAAAAZQAAAAAAZQAAAAABZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAAAZQAAAAADegAAAAAAHAAAAAAAGwAAAAADGwAAAAABGwAAAAACTQAAAAAATQAAAAAAegAAAAAAZQAAAAADZQAAAAAAZQAAAAADZQAAAAACTQAAAAACZQAAAAABZQAAAAADZQAAAAACegAAAAAAHAAAAAADGwAAAAACGwAAAAABGwAAAAACTQAAAAACTQAAAAACegAAAAAAZQAAAAAAZQAAAAADZQAAAAACZQAAAAABegAAAAAAZQAAAAACZQAAAAACZQAAAAABegAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAABTgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + tiles: eAAAAAABeAAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADeAAAAAACdwAAAAADdwAAAAAAdwAAAAAATQAAAAADHAAAAAACGwAAAAAATQAAAAACEwAAAAADDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAADDgAAAAABeAAAAAABTQAAAAADTQAAAAADdwAAAAABTgAAAAAAHAAAAAADGwAAAAAATQAAAAABEwAAAAADZQAAAAACZQAAAAADZQAAAAABZQAAAAABZQAAAAACZQAAAAABDgAAAAABeAAAAAACTQAAAAACTQAAAAAAdwAAAAABTgAAAAAAHAAAAAAAGwAAAAADTQAAAAAAEwAAAAADZQAAAAADZQAAAAABZQAAAAABZQAAAAADZQAAAAADZQAAAAADDgAAAAADeAAAAAAATQAAAAAATQAAAAAAdwAAAAADTgAAAAAAHAAAAAABGwAAAAACTQAAAAAAEwAAAAABZQAAAAAAZQAAAAAAZQAAAAABZQAAAAADZQAAAAADZQAAAAADDgAAAAADeAAAAAABdwAAAAABdwAAAAABdwAAAAABegAAAAAAHAAAAAACGwAAAAACTQAAAAABEwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAADGwAAAAABTQAAAAADTQAAAAACTQAAAAAATQAAAAACegAAAAAAZQAAAAACZQAAAAADZQAAAAAAZQAAAAACegAAAAAAZQAAAAACZQAAAAAAZQAAAAADegAAAAAAHAAAAAABGwAAAAACGwAAAAACGwAAAAACTQAAAAACTQAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADTQAAAAAAZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAHAAAAAACGwAAAAAAGwAAAAABGwAAAAABTQAAAAADTQAAAAAAegAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAADegAAAAAAZQAAAAADZQAAAAADZQAAAAAAegAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAABTgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAAAZwAAAAABZwAAAAADZwAAAAAAegAAAAAAagAAAAAAawAAAAADawAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAAAZwAAAAACTQAAAAABTQAAAAABegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACZwAAAAAATQAAAAACMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACZwAAAAACTQAAAAADTQAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABZwAAAAADZwAAAAAAZwAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAABWgAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACZwAAAAADZwAAAAACZwAAAAABegAAAAAAagAAAAAAegAAAAAATQAAAAABWgAAAAADTQAAAAABTQAAAAABTQAAAAADWgAAAAABTQAAAAACDgAAAAABDgAAAAAADgAAAAAATQAAAAAATQAAAAACZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAATQAAAAADTQAAAAADWgAAAAAAegAAAAAADgAAAAACDgAAAAADDgAAAAACMAAAAAAATQAAAAADZwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAADgAAAAADDgAAAAABDgAAAAABTQAAAAADTQAAAAABZwAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAADZwAAAAABZwAAAAADZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAABegAAAAAAWgAAAAABegAAAAAADgAAAAAADgAAAAAADgAAAAAATQAAAAABTQAAAAADTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAZwAAAAACZwAAAAADZwAAAAACWgAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAAADgAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAACWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAAB + tiles: dgAAAAABdgAAAAACdgAAAAADdgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAABTQAAAAACTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAAAZwAAAAACZwAAAAABZwAAAAADegAAAAAAagAAAAAAawAAAAACawAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAACDgAAAAACZwAAAAABTQAAAAAATQAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAADZwAAAAACTQAAAAACDAAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAABZwAAAAAATQAAAAADTQAAAAADegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAACZwAAAAABZwAAAAADZwAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADegAAAAAADgAAAAACDgAAAAABDgAAAAACZwAAAAAAZwAAAAACZwAAAAADegAAAAAAagAAAAAAegAAAAAATQAAAAABWgAAAAACTQAAAAABTQAAAAADTQAAAAACWgAAAAACTQAAAAADDgAAAAADDgAAAAABDgAAAAABTQAAAAACTQAAAAACZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAATQAAAAADTQAAAAACWgAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAAADAAAAAABTQAAAAAAZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAADgAAAAACDgAAAAABDgAAAAABTQAAAAACTQAAAAABZwAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAABZwAAAAABZwAAAAAAZwAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADegAAAAAADgAAAAADDgAAAAAADgAAAAABTQAAAAABTQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAACZwAAAAACZwAAAAABZwAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAADTQAAAAABTQAAAAADTQAAAAACTQAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAC version: 6 -1,-2: ind: -1,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAABdgAAAAABDgAAAAACDgAAAAADDgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAABMAAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAADDgAAAAADDgAAAAADMAAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAACawAAAAACagAAAAAAagAAAAAAegAAAAAADgAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAAADgAAAAAADgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAADegAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAABTQAAAAABegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAAATQAAAAABTQAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADTgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACTQAAAAAD + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADdgAAAAACDgAAAAADDgAAAAABDgAAAAACDgAAAAAADgAAAAABDgAAAAACDgAAAAABMAAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABTQAAAAADTQAAAAACTQAAAAAATQAAAAAADgAAAAADDgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAAAawAAAAAAagAAAAAAagAAAAAAegAAAAAADgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAADgAAAAADDgAAAAADMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAACDgAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAADTQAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAATQAAAAABegAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADTQAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAABTQAAAAADHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAAATQAAAAACHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABTgAAAAAAWgAAAAADTQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: agAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAAAHgAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAADawAAAAADegAAAAAAMAAAAAAAHgAAAAADTQAAAAAATQAAAAACTQAAAAABHgAAAAABegAAAAAADgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAACTgAAAAAADgAAAAAAawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADTgAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAADgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATQAAAAACTgAAAAAATQAAAAABegAAAAAATgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABHgAAAAADTQAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAACTQAAAAABHgAAAAADTQAAAAAATQAAAAADTQAAAAABHgAAAAADegAAAAAAHgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAHgAAAAABTQAAAAAATQAAAAABTQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACegAAAAAAHgAAAAAATQAAAAABTQAAAAACTQAAAAADHgAAAAAATQAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAATQAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADTQAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAADTgAAAAAAHgAAAAABegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACWgAAAAADWgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAADegAAAAAAWgAAAAAC + tiles: agAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAABTQAAAAAATQAAAAAATQAAAAABHgAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAACegAAAAAAMAAAAAAAHgAAAAABTQAAAAAATQAAAAACTQAAAAABHgAAAAACegAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABTgAAAAAADgAAAAADawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABTgAAAAAADgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABegAAAAAADgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATQAAAAADTgAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAACTQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAABTQAAAAACHgAAAAADTQAAAAADTQAAAAAATQAAAAACHgAAAAABegAAAAAAHgAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAHgAAAAABTQAAAAAATQAAAAABTQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAHgAAAAADTQAAAAADTQAAAAABTQAAAAAAHgAAAAADTQAAAAADHgAAAAADegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAADTQAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABTQAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAABTgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAADegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAADTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAHgAAAAADegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADDAAAAAAADAAAAAAADAAAAAAADAAAAAABWgAAAAABWgAAAAADWgAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAWgAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAawAAAAABawAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAABJwAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATQAAAAACagAAAAAAawAAAAACJwAAAAAAJwAAAAABJwAAAAABJwAAAAABJwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAACJwAAAAADJwAAAAADJwAAAAADJwAAAAADWgAAAAAAWgAAAAAAWgAAAAAAJwAAAAAAJwAAAAACegAAAAAAegAAAAAAawAAAAABJwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAABJwAAAAACJwAAAAAAJwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAJwAAAAABJwAAAAACegAAAAAAegAAAAAAawAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAACTQAAAAABTQAAAAADWgAAAAADTQAAAAACTQAAAAABTQAAAAADWgAAAAABTQAAAAABTQAAAAAATQAAAAACWgAAAAABMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAABTQAAAAACTQAAAAAAWgAAAAABTQAAAAADTQAAAAACTQAAAAABWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAAATQAAAAACTQAAAAADWgAAAAABTQAAAAABTQAAAAABTQAAAAABWgAAAAACTQAAAAADTQAAAAABTQAAAAADWgAAAAACMAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADWgAAAAAAWgAAAAADegAAAAAAegAAAAAAagAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAABTQAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAABegAAAAAAegAAAAAAawAAAAACTQAAAAABTQAAAAABTQAAAAACWgAAAAAATQAAAAAATQAAAAADTQAAAAADWgAAAAACWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAABTQAAAAACWgAAAAACTQAAAAAATQAAAAADTQAAAAADWgAAAAADWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAABTgAAAAAAWgAAAAACWgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAawAAAAADawAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAADdwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAADdwAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATQAAAAADagAAAAAAawAAAAADeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABdwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADdwAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAagAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADJwAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAawAAAAACTQAAAAACJwAAAAAATQAAAAACJwAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAACTQAAAAACWgAAAAABTQAAAAACJwAAAAACJwAAAAACegAAAAAAegAAAAAAawAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAMAAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAAATQAAAAACTQAAAAACWgAAAAACTQAAAAAATQAAAAACTQAAAAACWgAAAAACTQAAAAADTQAAAAAATQAAAAACWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAADTQAAAAABTQAAAAAATQAAAAAAWgAAAAACTQAAAAAATQAAAAAATQAAAAACWgAAAAABTQAAAAADTQAAAAABTQAAAAADWgAAAAAAMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAACTQAAAAADTQAAAAADWgAAAAABTQAAAAAATQAAAAAATQAAAAADWgAAAAAATQAAAAABTQAAAAABTQAAAAACWgAAAAACMAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAagAAAAAATQAAAAACTQAAAAACTQAAAAABWgAAAAACTQAAAAABTQAAAAABTQAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAawAAAAADTQAAAAACTQAAAAACTQAAAAAAWgAAAAAATQAAAAAATQAAAAADTQAAAAAAWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAATQAAAAADWgAAAAAATQAAAAACTQAAAAABTQAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAWgAAAAACWgAAAAAC version: 6 3,1: ind: 3,1 - tiles: WgAAAAACZwAAAAADWgAAAAADTQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAACZwAAAAABZwAAAAABWgAAAAADTQAAAAABSQAAAAACSQAAAAABSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAABSQAAAAADZwAAAAAAZwAAAAACWgAAAAACTQAAAAACSQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADZwAAAAACZwAAAAABWgAAAAABegAAAAAASQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAACSQAAAAACSQAAAAABSQAAAAABZwAAAAACZwAAAAACWgAAAAACTgAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAAAMAAAAAAAWgAAAAAAWgAAAAACTgAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAABSQAAAAACSQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAASQAAAAABSQAAAAAASQAAAAAASQAAAAABSQAAAAADSQAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAACdwAAAAADdwAAAAACdwAAAAACegAAAAAASQAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAABSQAAAAAASQAAAAABSQAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAASQAAAAACSQAAAAACSQAAAAACSQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAACSQAAAAAASQAAAAACdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAABdwAAAAAATQAAAAADdwAAAAADdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADTQAAAAABegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAABdwAAAAADdwAAAAADdwAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABegAAAAAAdwAAAAACdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + tiles: WgAAAAABZwAAAAABWgAAAAADTQAAAAABSQAAAAABSQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAADZwAAAAACZwAAAAADWgAAAAABTQAAAAABSQAAAAADSQAAAAADSQAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAADSQAAAAAASQAAAAACSQAAAAACZwAAAAAAZwAAAAACWgAAAAABTQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAASQAAAAABSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAACZwAAAAADZwAAAAACWgAAAAABegAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAADSQAAAAACSQAAAAACZwAAAAACZwAAAAAAWgAAAAADTgAAAAAASQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAADSQAAAAABDAAAAAABWgAAAAAAWgAAAAABTgAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACSQAAAAADSQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAABSQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAASQAAAAAASQAAAAABSQAAAAABSQAAAAAASQAAAAAASQAAAAACSQAAAAADSQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABdwAAAAACdwAAAAABdwAAAAADegAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAAASQAAAAAASQAAAAABdwAAAAADdwAAAAABdwAAAAACegAAAAAASQAAAAACSQAAAAABSQAAAAAASQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAABdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAABdwAAAAACTQAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAACTQAAAAACegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAA version: 6 3,0: ind: 3,0 - tiles: egAAAAAAWgAAAAADZwAAAAABWgAAAAAATgAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABZwAAAAABWgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAABZwAAAAABZwAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACZwAAAAABWgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAACZwAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAAAZwAAAAACWgAAAAAAegAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAAAWgAAAAAAZwAAAAABWgAAAAACTgAAAAAASQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACWgAAAAABZwAAAAACWgAAAAAATgAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAADSQAAAAAASQAAAAACSQAAAAABWgAAAAADZwAAAAADWgAAAAACTgAAAAAASQAAAAABSQAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABSQAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAACWgAAAAACZwAAAAABWgAAAAADegAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABSQAAAAACSQAAAAABSQAAAAAD + tiles: egAAAAAAWgAAAAADZwAAAAADWgAAAAABTgAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAZwAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADZwAAAAACWgAAAAADegAAAAAAawAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAACZwAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACZwAAAAAAWgAAAAADegAAAAAAawAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAADTQAAAAABTQAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAADZwAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAACZwAAAAABWgAAAAACegAAAAAASQAAAAABSQAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAACSQAAAAAASQAAAAABSQAAAAACWgAAAAADZwAAAAADWgAAAAAATgAAAAAASQAAAAADSQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAADWgAAAAADZwAAAAABWgAAAAACTgAAAAAASQAAAAAASQAAAAACSQAAAAADSQAAAAACSQAAAAAASQAAAAACSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACWgAAAAAAZwAAAAADWgAAAAADTgAAAAAASQAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAWgAAAAAAZwAAAAADWgAAAAABTgAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAABWgAAAAABZwAAAAAAWgAAAAABegAAAAAASQAAAAABSQAAAAADSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAAASQAAAAABSQAAAAADSQAAAAAB version: 6 3,-1: ind: 3,-1 - tiles: WgAAAAABTgAAAAAAegAAAAAAegAAAAAAMAAAAAAAZwAAAAAAZwAAAAACZwAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAABWgAAAAAAWgAAAAADegAAAAAAegAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAABZwAAAAAAWgAAAAACWgAAAAADTgAAAAAAMAAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAACWgAAAAAAZwAAAAABZwAAAAAAWgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAADWgAAAAADWgAAAAACZwAAAAACWgAAAAABWgAAAAACTgAAAAAAMAAAAAAASwAAAAAASwAAAAABSwAAAAAASwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAACZwAAAAABegAAAAAAWgAAAAABZwAAAAAAWgAAAAABWgAAAAACegAAAAAASwAAAAADSwAAAAADSwAAAAABSwAAAAAASwAAAAABZwAAAAABZwAAAAADZwAAAAAAZwAAAAADMAAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAADegAAAAAAegAAAAAASwAAAAAASwAAAAABSwAAAAACSwAAAAAASwAAAAADSwAAAAACZwAAAAABZwAAAAAAZwAAAAADMAAAAAAATgAAAAAAWgAAAAACZwAAAAACWgAAAAABegAAAAAASwAAAAABSwAAAAAASwAAAAADSwAAAAACSwAAAAACMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAABZwAAAAAAMAAAAAAATgAAAAAAWgAAAAABZwAAAAABWgAAAAAATgAAAAAASwAAAAAASwAAAAADSwAAAAABSwAAAAACSwAAAAABMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAACZwAAAAABMAAAAAAAegAAAAAAWgAAAAADZwAAAAADWgAAAAACTQAAAAADZwAAAAABSwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAAAZwAAAAABZwAAAAADSwAAAAABdwAAAAADWgAAAAAAZwAAAAACWgAAAAABTQAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAAAZwAAAAACdwAAAAAAWgAAAAABZwAAAAABWgAAAAABTQAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAACSwAAAAADSwAAAAACSwAAAAABZwAAAAADdwAAAAAAWgAAAAACZwAAAAABWgAAAAAATgAAAAAASwAAAAAASwAAAAADZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAASwAAAAADSwAAAAADSwAAAAADSwAAAAAASwAAAAABdwAAAAABWgAAAAADZwAAAAAAWgAAAAACTQAAAAADZwAAAAADZwAAAAACZwAAAAABMAAAAAAASwAAAAACSwAAAAACSwAAAAAASwAAAAACSwAAAAABSwAAAAABSwAAAAADdwAAAAACWgAAAAABZwAAAAADWgAAAAACTQAAAAACZwAAAAAAZwAAAAAAZwAAAAABSwAAAAACSwAAAAAASwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAACTQAAAAABZwAAAAADMAAAAAAASwAAAAAASwAAAAADSwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + tiles: WgAAAAABTgAAAAAAegAAAAAAegAAAAAAMAAAAAAAZwAAAAABZwAAAAABZwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAAAZwAAAAABWgAAAAADWgAAAAACTgAAAAAAMAAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAAAZwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAADWgAAAAABZwAAAAAAZwAAAAACWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAADWgAAAAAAWgAAAAACZwAAAAABWgAAAAAAWgAAAAADTgAAAAAAMAAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAADZwAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAADWgAAAAABegAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAACDAAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAABMAAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAAegAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAACDAAAAAABDAAAAAAAZwAAAAAAZwAAAAADZwAAAAADDAAAAAACTgAAAAAAWgAAAAAAZwAAAAABWgAAAAAAegAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAADDAAAAAADDAAAAAACDAAAAAAAZwAAAAABZwAAAAADMAAAAAAATgAAAAAAWgAAAAAAZwAAAAADWgAAAAADTgAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAACMAAAAAAAMAAAAAAADAAAAAAAZwAAAAAAZwAAAAAAMAAAAAAAegAAAAAAWgAAAAABZwAAAAACWgAAAAAATQAAAAABZwAAAAADDAAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAABZwAAAAACZwAAAAADDAAAAAADdwAAAAAAWgAAAAAAZwAAAAAAWgAAAAADTQAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAADdwAAAAACWgAAAAABZwAAAAADWgAAAAABTQAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAABDAAAAAABDAAAAAACDAAAAAAAZwAAAAABdwAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAADAAAAAADDAAAAAADZwAAAAACZwAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAADDAAAAAADDAAAAAABdwAAAAADWgAAAAAAZwAAAAAAWgAAAAACTQAAAAACZwAAAAAAZwAAAAABZwAAAAABDAAAAAADDAAAAAACDAAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAACDAAAAAABdwAAAAABWgAAAAADZwAAAAABWgAAAAADTQAAAAACZwAAAAACZwAAAAAAZwAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAADDAAAAAAADAAAAAADDAAAAAABDAAAAAACegAAAAAAWgAAAAABZwAAAAABWgAAAAABTQAAAAACZwAAAAABDAAAAAAADAAAAAABDAAAAAABDAAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABagAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASwAAAAABSwAAAAACZwAAAAACZwAAAAAAZwAAAAABSwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAACMAAAAAAAMAAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAASwAAAAADMAAAAAAAZwAAAAACZwAAAAADZwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAADZwAAAAAAZwAAAAABSwAAAAACSwAAAAACegAAAAAASwAAAAACZwAAAAABZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAAASwAAAAAAegAAAAAAZwAAAAADZwAAAAADZwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAACZwAAAAABegAAAAAAZwAAAAAAZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAAZwAAAAACZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAAZwAAAAADZwAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAASwAAAAAAZwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAegAAAAAAMAAAAAAAZwAAAAACZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATgAAAAAAMAAAAAAAMAAAAAAAZwAAAAABZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAADZwAAAAABZwAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACagAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADTQAAAAADagAAAAAAagAAAAAAagAAAAAAawAAAAADawAAAAADagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAADAAAAAADDAAAAAABZwAAAAABZwAAAAADZwAAAAAADAAAAAABMAAAAAAADAAAAAADMAAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABMAAAAAAAMAAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAACDAAAAAAADAAAAAAADAAAAAABegAAAAAAegAAAAAADAAAAAACMAAAAAAAZwAAAAACZwAAAAADZwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAAAZwAAAAADDAAAAAAADAAAAAABegAAAAAADAAAAAAAZwAAAAADZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAABZwAAAAADDAAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAPAAAAAAAZwAAAAACZwAAAAACegAAAAAAZwAAAAABZwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAAZwAAAAABZwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAAZwAAAAADZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAADAAAAAACZwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAAMAAAAAAAZwAAAAAAZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAATgAAAAAAMAAAAAAAMAAAAAAAZwAAAAACZwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAACZwAAAAACZwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAA version: 6 0,2: ind: 0,2 - tiles: WgAAAAAAWgAAAAADWgAAAAAAegAAAAAAawAAAAABawAAAAACagAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAWgAAAAAAWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAMAAAAAAAWgAAAAAAWgAAAAABTgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAMAAAAAAAWgAAAAADWgAAAAABTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAMAAAAAAAWgAAAAABWgAAAAAAegAAAAAAHgAAAAACTQAAAAACTQAAAAABHgAAAAABegAAAAAATQAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAMAAAAAAAWgAAAAAAWgAAAAAATQAAAAADHgAAAAACTQAAAAABTQAAAAABHgAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAAATQAAAAACWgAAAAABWgAAAAADWgAAAAABTQAAAAABHgAAAAABTQAAAAACTQAAAAADHgAAAAABTQAAAAADTQAAAAABTQAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAHgAAAAACTQAAAAADTQAAAAAAHgAAAAABegAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAAATQAAAAABegAAAAAAWgAAAAABWgAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAABTgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADWgAAAAACTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAAAdwAAAAADWgAAAAADTQAAAAACWgAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAATQAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAABegAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAB + tiles: WgAAAAACWgAAAAACWgAAAAADegAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADAAAAAADWgAAAAAAWgAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADTgAAAAAADAAAAAADDAAAAAADDAAAAAABMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAADAAAAAAAWgAAAAADWgAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABTgAAAAAADAAAAAABDAAAAAACDAAAAAAADAAAAAABMAAAAAAAMAAAAAAATgAAAAAADAAAAAACWgAAAAAAWgAAAAADegAAAAAAHgAAAAABTQAAAAABTQAAAAACHgAAAAABegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAegAAAAAADAAAAAADWgAAAAADWgAAAAAATQAAAAAAHgAAAAAATQAAAAACTQAAAAACHgAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAACTQAAAAABWgAAAAAAWgAAAAAAWgAAAAACTQAAAAAAHgAAAAADTQAAAAAATQAAAAAAHgAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAHgAAAAAATQAAAAACTQAAAAACHgAAAAABegAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAACTgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAAAdwAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADTgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAADWgAAAAABTQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAADWgAAAAACTQAAAAAAWgAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADTQAAAAACTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAABegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAAdwAAAAAC version: 6 0,-3: ind: 0,-3 - tiles: TQAAAAACTQAAAAABTQAAAAABdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAABdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACTQAAAAAATQAAAAADdgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAABcAAAAAADdgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACcAAAAAABcAAAAAACdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACcAAAAAABcAAAAAADcAAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAABTQAAAAAAcAAAAAACdgAAAAACdgAAAAABdgAAAAADdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAABcAAAAAABdgAAAAAAdgAAAAADdgAAAAACdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTQAAAAACTQAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAADdgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAACMAAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAADcAAAAAABdgAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATQAAAAADTQAAAAABTQAAAAABcAAAAAADdgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAADMAAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAABcAAAAAABdgAAAAABegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACcAAAAAACcAAAAAACcAAAAAADcAAAAAACdgAAAAADegAAAAAAawAAAAACegAAAAAAawAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADTQAAAAABTQAAAAAATQAAAAADcAAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAACegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAAATQAAAAACTQAAAAAATQAAAAACcAAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAACTQAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAAATQAAAAAA + tiles: TQAAAAACTQAAAAACTQAAAAADdgAAAAAATgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAABdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAADdgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAADcAAAAAACdgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAACcAAAAAACdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAABdgAAAAABdgAAAAAAdgAAAAACdgAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTQAAAAABTQAAAAAAcAAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACTQAAAAADTQAAAAABcAAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAABTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAADTQAAAAADcAAAAAACcAAAAAACcAAAAAABcAAAAAAAdgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAADAAAAAACTQAAAAADTQAAAAADTQAAAAAATQAAAAADcAAAAAABdgAAAAACegAAAAAAawAAAAADagAAAAAAegAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAADDAAAAAAADAAAAAAATQAAAAABTQAAAAACTQAAAAAAcAAAAAABdgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAABDAAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAABcAAAAAADdgAAAAACegAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAdwAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAADdgAAAAACegAAAAAAawAAAAABegAAAAAAawAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAADTQAAAAABTQAAAAADTQAAAAACcAAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACTQAAAAACTQAAAAACTQAAAAADcAAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAAAegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAACTQAAAAADcAAAAAABcAAAAAACcAAAAAABcAAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAABTQAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: TgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACawAAAAACagAAAAAAagAAAAAATQAAAAACagAAAAAAawAAAAADagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADGwAAAAADGwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAawAAAAACGwAAAAABGwAAAAABGwAAAAABGwAAAAACGwAAAAACGwAAAAADGwAAAAABGwAAAAADGwAAAAAAGwAAAAABMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: TgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAACTQAAAAACTQAAAAACTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAABTQAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAAATgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAACTgAAAAAAHgAAAAADTQAAAAACTQAAAAABTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAABHgAAAAABTQAAAAACTQAAAAADTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTgAAAAAAHgAAAAABTQAAAAABTQAAAAACTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADHgAAAAADTQAAAAAATQAAAAAATQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADTQAAAAABTQAAAAABagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAACawAAAAAAagAAAAAAagAAAAAATQAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAADawAAAAACTQAAAAACagAAAAAAagAAAAAAawAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAABegAAAAAATQAAAAADagAAAAAAegAAAAAAawAAAAADawAAAAADawAAAAADawAAAAAAagAAAAAATQAAAAACMAAAAAAAHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADTQAAAAACHgAAAAADagAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADTQAAAAAATQAAAAADTQAAAAAAHgAAAAABTQAAAAAAHgAAAAABagAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTQAAAAAATQAAAAABTQAAAAACHgAAAAABTQAAAAAAHgAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABTgAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAAATgAAAAAAHgAAAAABTQAAAAACTQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAADHgAAAAACTQAAAAADTQAAAAACTQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAAATQAAAAACTQAAAAADTgAAAAAAHgAAAAAATQAAAAAATQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADHgAAAAADTQAAAAACTQAAAAAATQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAABTQAAAAAATQAAAAADagAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAATQAAAAAAawAAAAACagAAAAAAagAAAAAATQAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAawAAAAADawAAAAADagAAAAAAawAAAAABawAAAAADawAAAAADawAAAAADTQAAAAABagAAAAAAagAAAAAAawAAAAADegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAACegAAAAAATQAAAAAAagAAAAAAegAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAACagAAAAAATQAAAAADMAAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAABTQAAAAABHgAAAAABagAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAACagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACTQAAAAACHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAACTQAAAAADTQAAAAAAHgAAAAADTQAAAAACHgAAAAACagAAAAAAegAAAAAAegAAAAAAawAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTQAAAAABTQAAAAAATQAAAAADHgAAAAADTQAAAAABHgAAAAAD version: 6 -1,-3: ind: -1,-3 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAdgAAAAABHgAAAAADegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAABcAAAAAACHgAAAAACTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABTgAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAAAcAAAAAACHgAAAAACTgAAAAAAHgAAAAAATQAAAAACTQAAAAACTQAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADTgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAACcAAAAAACHgAAAAAATQAAAAACHgAAAAADTQAAAAACTQAAAAABTQAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAABHgAAAAACQQAAAAAAHgAAAAADTQAAAAABTQAAAAABTQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAAATQAAAAABTQAAAAABTQAAAAABHgAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAADTQAAAAACTQAAAAACTQAAAAADHgAAAAABegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAdgAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAADegAAAAAAcAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABegAAAAAAawAAAAACegAAAAAAegAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADcAAAAAACHgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAADcAAAAAAC + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAdgAAAAAAHgAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdgAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAAAdgAAAAAAHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAAAcAAAAAADHgAAAAACTgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAACcAAAAAAAHgAAAAAATgAAAAAAHgAAAAADTQAAAAABTQAAAAABTQAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAABTgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAADcAAAAAABHgAAAAABTQAAAAACHgAAAAAATQAAAAACTQAAAAAATQAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAADcAAAAAACcAAAAAABcAAAAAADHgAAAAADQQAAAAAAHgAAAAACTQAAAAACTQAAAAAATQAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAADTQAAAAAATQAAAAADTQAAAAACHgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAdgAAAAADcAAAAAACTQAAAAACTQAAAAACTQAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAACegAAAAAAawAAAAACegAAAAAAegAAAAAAdgAAAAADcAAAAAAAcAAAAAAAcAAAAAACcAAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAZwAAAAACZwAAAAAAZwAAAAAAegAAAAAAcAAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAABcAAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAACcAAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAADTQAAAAABdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAADdwAAAAACeAAAAAAAeAAAAAADeAAAAAABeAAAAAAAegAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAADTQAAAAAAdwAAAAADeAAAAAACdwAAAAACdwAAAAACeAAAAAAAegAAAAAAHAAAAAAAGwAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAADTQAAAAADTQAAAAABTQAAAAADTQAAAAABdwAAAAAAeAAAAAADeAAAAAADeAAAAAABeAAAAAABegAAAAAAHAAAAAACGwAAAAABTQAAAAACEwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAADdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAABeAAAAAADeAAAAAADeAAAAAAAeAAAAAACegAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABTQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAACdwAAAAABeAAAAAACdwAAAAADdwAAAAADeAAAAAADegAAAAAAHAAAAAAAGwAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAADdwAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAACegAAAAAAHAAAAAAAGwAAAAABTQAAAAADEwAAAAAC version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAAATQAAAAADTQAAAAACGwAAAAABHAAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAAAEwAAAAADEwAAAAADTQAAAAADGwAAAAADHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAAAHAAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAACTQAAAAACTQAAAAADGwAAAAAAHAAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAADEwAAAAADEwAAAAAATQAAAAADGwAAAAAAHAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 3,-3: ind: 3,-3 @@ -237,139 +237,139 @@ entities: version: 6 3,2: ind: 3,2 - tiles: dwAAAAACdwAAAAADTQAAAAABagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAACawAAAAACagAAAAAAawAAAAAAegAAAAAAagAAAAAAagAAAAAATQAAAAABHgAAAAAAHgAAAAACTQAAAAABawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAATQAAAAACagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHgAAAAACHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAA + tiles: dwAAAAABdwAAAAAATQAAAAABagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAawAAAAADegAAAAAAagAAAAAAagAAAAAATQAAAAADHgAAAAAAHgAAAAADTQAAAAABawAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAABTQAAAAABagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHgAAAAABHgAAAAAAHgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAA version: 6 2,2: ind: 2,2 - tiles: agAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAADJQAAAAAAJQAAAAABTQAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAACTQAAAAADMAAAAAAAJQAAAAABJQAAAAAAJQAAAAAATQAAAAADdwAAAAABdwAAAAABdwAAAAADegAAAAAAdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAMAAAAAAAJQAAAAACTQAAAAAAJQAAAAADTQAAAAABdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAdwAAAAACdwAAAAABagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAADJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAADTQAAAAAAJQAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAACTQAAAAABJQAAAAAATQAAAAAAHgAAAAADHgAAAAAATQAAAAADagAAAAAAagAAAAAATQAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAMAAAAAAAJQAAAAADTQAAAAAAJQAAAAABegAAAAAAHgAAAAACHgAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAAAJQAAAAADTgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADeQAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAMAAAAAAAJQAAAAACTQAAAAAAJQAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAAAJQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAAATQAAAAADJQAAAAAATgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAADJQAAAAAAJQAAAAAATQAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAMAAAAAAAJQAAAAAAJQAAAAACJQAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAADawAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAAB + tiles: agAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAADAAAAAAAJQAAAAADJQAAAAAAJQAAAAADTQAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAADDAAAAAADJQAAAAAAJQAAAAACJQAAAAADTQAAAAADdwAAAAACdwAAAAADdwAAAAACegAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAADAAAAAAAJQAAAAACTQAAAAAAJQAAAAABTQAAAAADdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAAAdwAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAABJQAAAAAATQAAAAACJQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAAAJQAAAAACTQAAAAABJQAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAAAJQAAAAAATQAAAAABJQAAAAACTQAAAAAAHgAAAAAAHgAAAAADTQAAAAAAagAAAAAAagAAAAAATQAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAADAAAAAABJQAAAAADTQAAAAADJQAAAAADegAAAAAAHgAAAAACHgAAAAABTQAAAAABagAAAAAAagAAAAAAagAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAADAAAAAADJQAAAAADTQAAAAABJQAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAACeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAADAAAAAAAJQAAAAABTQAAAAAAJQAAAAABTgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAADAAAAAABJQAAAAABTQAAAAAAJQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAADJQAAAAACTQAAAAACJQAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACJQAAAAACJQAAAAABJQAAAAAATQAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAADAAAAAADJQAAAAACJQAAAAAAJQAAAAABTgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABawAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAAD version: 6 1,2: ind: 1,2 - tiles: agAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADawAAAAACagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAATQAAAAADTQAAAAACTQAAAAABHgAAAAADTgAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAMAAAAAAAMAAAAAAAeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAHgAAAAACTQAAAAAATQAAAAACTQAAAAADHgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAATQAAAAADHgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAABTQAAAAADHgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAABTgAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAADTQAAAAABHgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAACegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAAAHgAAAAAATQAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAADTQAAAAABagAAAAAATQAAAAACegAAAAAAegAAAAAAHgAAAAAATQAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAAATQAAAAACHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAADawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAagAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAADAAAAAACDAAAAAADAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACTQAAAAADTQAAAAABTQAAAAADHgAAAAABTgAAAAAADAAAAAAADAAAAAADAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAADTgAAAAAADAAAAAADDAAAAAADeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAACTgAAAAAADAAAAAACDAAAAAAAeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAHgAAAAADTQAAAAABTQAAAAAATQAAAAABHgAAAAACTgAAAAAADAAAAAACDAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAegAAAAAADAAAAAABDAAAAAABAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAATQAAAAABHgAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAAATQAAAAAAHgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAAATgAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAADTQAAAAAAHgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAACegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAABHgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAACHgAAAAACTQAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABTQAAAAADagAAAAAATQAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAABTQAAAAADHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,2: ind: -1,2 - tiles: egAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAADTgAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAMAAAAAAATQAAAAACTgAAAAAAHgAAAAACHgAAAAAAHgAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAACHgAAAAAATQAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAATQAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAADTgAAAAAAWgAAAAAC + tiles: egAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAACTgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAABTgAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAADAAAAAABTQAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAADegAAAAAATgAAAAAAHgAAAAAAHgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAACegAAAAAATgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABegAAAAAATgAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACTQAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAACTgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAACTgAAAAAAWgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAACegAAAAAATQAAAAADTQAAAAACTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAAHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAAARAAAAAAARAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAADRAAAAAAARAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAABRAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAA + tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAATQAAAAADTQAAAAADTQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAABegAAAAAATQAAAAADTQAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAAATQAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAABHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAADRAAAAAAATQAAAAAARAAAAAAARAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAACRAAAAAAATQAAAAAARAAAAAAARAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: TgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAABHgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAADTQAAAAAC + tiles: TgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAAD version: 6 -4,-2: ind: -4,-2 - tiles: egAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAGwAAAAABGwAAAAADegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAABegAAAAAAXQAAAAADXQAAAAABXQAAAAABegAAAAAAawAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAACGwAAAAACGwAAAAABGwAAAAACGwAAAAABegAAAAAAXQAAAAADXQAAAAADXQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAABGwAAAAADGwAAAAADGwAAAAAAGwAAAAABGwAAAAAAGwAAAAADegAAAAAAXQAAAAADXQAAAAACXQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAADGwAAAAADGwAAAAACGwAAAAADGwAAAAACegAAAAAAXQAAAAACXQAAAAAAXQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAXQAAAAADegAAAAAATQAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAAAegAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACegAAAAAAegAAAAAAegAAAAAAJwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAAAegAAAAAAXQAAAAABXQAAAAAAJwAAAAADJwAAAAACJwAAAAAAegAAAAAAegAAAAAAJwAAAAABJwAAAAABegAAAAAATQAAAAABegAAAAAAegAAAAAAGwAAAAACGwAAAAACegAAAAAAXQAAAAABXQAAAAABJwAAAAABJwAAAAABJwAAAAACTQAAAAACJwAAAAABJwAAAAACWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAABegAAAAAAXQAAAAAAXQAAAAACJwAAAAACJwAAAAADJwAAAAABTgAAAAAAJwAAAAADJwAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACegAAAAAAXQAAAAACXQAAAAABJwAAAAACJwAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAAAWgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACTQAAAAACXQAAAAACXQAAAAACJwAAAAABJwAAAAACJwAAAAAAJwAAAAABJwAAAAAAJwAAAAABWgAAAAACegAAAAAAawAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAAAegAAAAAAXQAAAAADXQAAAAADJwAAAAAAJwAAAAADJwAAAAACegAAAAAAJwAAAAACJwAAAAADWgAAAAACTgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAADJwAAAAACWgAAAAADTgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAAAegAAAAAAXQAAAAABXQAAAAADJwAAAAAAJwAAAAADJwAAAAADJwAAAAAAJwAAAAACJwAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAABegAAAAAAXQAAAAADXQAAAAACJwAAAAADJwAAAAACJwAAAAAAJwAAAAACJwAAAAACJwAAAAACWgAAAAAA + tiles: egAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAGwAAAAAAGwAAAAADegAAAAAAdwAAAAACdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABDAAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAACDAAAAAACDAAAAAADegAAAAAAdwAAAAACeAAAAAADeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAADDAAAAAAADAAAAAABDAAAAAACegAAAAAAdwAAAAACeAAAAAABeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAADegAAAAAAdwAAAAAAeAAAAAACeAAAAAABGAAAAAAEegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABeAAAAAADeAAAAAADGAAAAAADegAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAADegAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAACegAAAAAAdwAAAAACdwAAAAAAdwAAAAABGAAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAAAegAAAAAAXQAAAAADXQAAAAACJwAAAAADJwAAAAADJwAAAAABegAAAAAAegAAAAAAJwAAAAAAJwAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAGwAAAAAAGwAAAAABegAAAAAAXQAAAAABXQAAAAABJwAAAAACJwAAAAACJwAAAAACTQAAAAACJwAAAAAAJwAAAAAAWgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAADegAAAAAAXQAAAAACXQAAAAACJwAAAAACJwAAAAAAJwAAAAAATgAAAAAAJwAAAAABJwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAABegAAAAAAXQAAAAABXQAAAAABJwAAAAAAJwAAAAADJwAAAAACJwAAAAABJwAAAAAAJwAAAAABWgAAAAABegAAAAAAawAAAAACegAAAAAAegAAAAAAGwAAAAACGwAAAAABTQAAAAABXQAAAAAAXQAAAAADJwAAAAACJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAACJwAAAAAAWgAAAAADegAAAAAAawAAAAACegAAAAAAegAAAAAAGwAAAAADGwAAAAACegAAAAAAXQAAAAADXQAAAAADJwAAAAAAJwAAAAACJwAAAAADegAAAAAAJwAAAAADJwAAAAADWgAAAAABTgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAAAWgAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACegAAAAAAXQAAAAAAXQAAAAADJwAAAAABJwAAAAACJwAAAAACJwAAAAAAJwAAAAADJwAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAABegAAAAAAXQAAAAADXQAAAAADJwAAAAAAJwAAAAACJwAAAAAAJwAAAAACJwAAAAABJwAAAAACWgAAAAAB version: 6 -4,2: ind: -4,2 - tiles: HgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAADTgAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACTgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAADegAAAAAAHgAAAAACHgAAAAAAHgAAAAADegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAA + tiles: HgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABTgAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACTgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAA version: 6 4,2: ind: 4,2 - tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAALwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAALwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAA version: 6 4,1: ind: 4,1 - tiles: SQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAACeAAAAAABdwAAAAACdwAAAAABdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACeAAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAAeAAAAAACdwAAAAADdwAAAAADdwAAAAABdwAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAAASQAAAAADSQAAAAACSQAAAAACeAAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAeAAAAAACdwAAAAADdwAAAAACdwAAAAACdwAAAAABegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAABeAAAAAACeAAAAAABdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAAeAAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAADSQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA + tiles: SQAAAAAAeAAAAAABdwAAAAAAdwAAAAAAdwAAAAABeAAAAAADdwAAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACeAAAAAABdwAAAAADdwAAAAAAdwAAAAAAeAAAAAADdwAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABeAAAAAADdwAAAAAAdwAAAAADdwAAAAAAeAAAAAADdwAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAAeAAAAAAAdwAAAAACdwAAAAACdwAAAAAAeAAAAAADdwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACeAAAAAAAdwAAAAACdwAAAAACdwAAAAABeAAAAAABdwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABeAAAAAACdwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADeAAAAAAAeAAAAAAAdwAAAAACeAAAAAACeAAAAAABeAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAADeAAAAAACdwAAAAACeAAAAAABeAAAAAABeAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAABeAAAAAADdwAAAAADeAAAAAABeAAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABegAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA version: 6 4,0: ind: 4,0 - tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAASwAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAADSQAAAAABeAAAAAABdwAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAAASQAAAAACeAAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAADSQAAAAABSQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAAASQAAAAAASQAAAAABSQAAAAABeAAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAAAeAAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAABTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: DAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAADAAAAAACMAAAAAAAMAAAAAAADAAAAAADegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAADegAAAAAATQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAADeAAAAAACdwAAAAADeAAAAAABeAAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADeAAAAAADdwAAAAADeAAAAAACeAAAAAACeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADeAAAAAABeAAAAAADdwAAAAADeAAAAAADeAAAAAABeAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAAeAAAAAABdwAAAAADdwAAAAADdwAAAAACeAAAAAAAdwAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACeAAAAAAAdwAAAAADdwAAAAADdwAAAAABeAAAAAACdwAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAACeAAAAAABdwAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: PAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAAAZwAAAAADegAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAACegAAAAAAegAAAAAAPAAAAAAAZwAAAAACZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAATgAAAAAAZwAAAAADZwAAAAACZwAAAAAAZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZwAAAAABZwAAAAAAZwAAAAABMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAMAAAAAAAMAAAAAAASwAAAAABMAAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAADTQAAAAACZwAAAAACegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAMAAAAAAASwAAAAACSwAAAAACSwAAAAADegAAAAAAZwAAAAABTQAAAAACZwAAAAADZwAAAAABegAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAASwAAAAABSwAAAAAASwAAAAACSwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAASwAAAAABSwAAAAABSwAAAAACMAAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAABZwAAAAADZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAABSwAAAAADMAAAAAAAMAAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAADSwAAAAABMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAACSwAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAADSwAAAAADZwAAAAABSwAAAAACSwAAAAACSwAAAAAASwAAAAADegAAAAAAagAAAAAAegAAAAAAZwAAAAAAZwAAAAADSwAAAAAAZwAAAAADZwAAAAADSwAAAAABZwAAAAADZwAAAAADSwAAAAACZwAAAAABZwAAAAABSwAAAAAASwAAAAACegAAAAAAawAAAAADegAAAAAASwAAAAACSwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAAASwAAAAABSwAAAAACSwAAAAAASwAAAAACSwAAAAADSwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAABSwAAAAABSwAAAAABSwAAAAABSwAAAAACSwAAAAAASwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAACSwAAAAACSwAAAAABegAAAAAAagAAAAAAegAAAAAASwAAAAACSwAAAAADMAAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAABSwAAAAACSwAAAAAASwAAAAAASwAAAAACMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAASwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAASwAAAAAASwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: DQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAABZwAAAAABegAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABegAAAAAAegAAAAAADQAAAAAAZwAAAAABZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAATgAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZwAAAAADZwAAAAADZwAAAAABDAAAAAAADAAAAAABDAAAAAACTgAAAAAAZwAAAAACZwAAAAABZwAAAAABZwAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAZwAAAAADMAAAAAAADAAAAAACDAAAAAABDAAAAAACMAAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAMAAAAAAAMAAAAAAADAAAAAACMAAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAABTQAAAAACZwAAAAABegAAAAAAegAAAAAAawAAAAACagAAAAAAegAAAAAAMAAAAAAADAAAAAAADAAAAAAADAAAAAAAegAAAAAAZwAAAAACTQAAAAACZwAAAAADZwAAAAABegAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAAADAAAAAADDAAAAAACDAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACDAAAAAABDAAAAAADDAAAAAACegAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAACegAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABDAAAAAAADAAAAAABDAAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAABZwAAAAABDAAAAAADDAAAAAABDAAAAAAADAAAAAACegAAAAAAagAAAAAAegAAAAAAZwAAAAACZwAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAACDAAAAAACDAAAAAAADAAAAAADZwAAAAADZwAAAAAADAAAAAABDAAAAAABegAAAAAAawAAAAACegAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAAAZwAAAAACegAAAAAAegAAAAAAegAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAABDAAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAABDAAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAAADAAAAAAADAAAAAADMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACDAAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAADAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAACawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAMAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAADMAAAAAAASwAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAPAAAAAAAZwAAAAADZwAAAAABMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAATgAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAZwAAAAABMAAAAAAASwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAATgAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAZwAAAAABZwAAAAAASwAAAAACMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACTgAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAADZwAAAAABegAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAACZwAAAAABegAAAAAAegAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAACZwAAAAADZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAABTgAAAAAATgAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAMAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAACZwAAAAABMAAAAAAADAAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAADQAAAAAAZwAAAAADZwAAAAACMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAADagAAAAAAagAAAAAATgAAAAAAeQAAAAAADQAAAAAADQAAAAAAZwAAAAADMAAAAAAADAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAATgAAAAAAeQAAAAAADQAAAAAADQAAAAAAZwAAAAABZwAAAAACDAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACTgAAAAAAeQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAADZwAAAAADZwAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAABZwAAAAAAegAAAAAAegAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAABTgAAAAAATgAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAABaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAA version: 6 -5,1: ind: -5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACTQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAagAAAAAAawAAAAACagAAAAAAegAAAAAAWgAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAATQAAAAACaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAATQAAAAACagAAAAAAegAAAAAAawAAAAACegAAAAAAHgAAAAAAegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAATQAAAAAAHgAAAAABegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAHgAAAAACegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAHgAAAAAAHgAAAAADMgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAADTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAAAIAAAAAABegAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAADDgAAAAABDgAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAAATQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAABDgAAAAAADgAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAABegAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAawAAAAAAagAAAAAAawAAAAABegAAAAAAagAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAawAAAAADegAAAAAAawAAAAAAagAAAAAAawAAAAADegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAagAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAABegAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAawAAAAABegAAAAAAHgAAAAAAegAAAAAAMgAAAAAAMgAAAAAATQAAAAABagAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAADHgAAAAACegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAHgAAAAACegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAHgAAAAACHgAAAAAAMgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAACIAAAAAADegAAAAAAegAAAAAA version: 6 -5,0: ind: -5,0 - tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAdwAAAAAAFAAAAAAAdwAAAAAAegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAFAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAAAegAAAAAAdwAAAAAAdwAAAAAAFAAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAADTQAAAAADdwAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABTQAAAAACWgAAAAADWgAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACZwAAAAABTQAAAAACdwAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAABdwAAAAACTQAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAAATQAAAAACdwAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAdwAAAAACTQAAAAABWgAAAAADWgAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAdwAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAAdwAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAABDgAAAAAATQAAAAADdwAAAAABdwAAAAAAdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAABDgAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAegAAAAAATQAAAAAC + tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABegAAAAAADgAAAAAADgAAAAAADgAAAAADegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAACFAAAAAACDgAAAAABDgAAAAAADgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAADgAAAAABDgAAAAAADgAAAAACegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAATQAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAADgAAAAABDgAAAAABDgAAAAADegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAACTQAAAAADTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADTQAAAAADdwAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAABdwAAAAACTQAAAAADWgAAAAADWgAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAAAZwAAAAABTQAAAAAAdwAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAADdwAAAAADTQAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAATQAAAAAAdwAAAAACTQAAAAADTQAAAAADTQAAAAABTQAAAAABTQAAAAADdwAAAAADTQAAAAADWgAAAAABWgAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAdwAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAATQAAAAABdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAAADgAAAAACegAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADegAAAAAAegAAAAAATQAAAAAB version: 6 -5,-1: ind: -5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAawAAAAACTgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAWAAAAAAETgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAACegAAAAAAWAAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAWAAAAAAAWAAAAAALTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAADegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAAagAAAAAADwAAAAAAagAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFAAAAAAAdwAAAAAAdwAAAAAATQAAAAADawAAAAADegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAawAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAWAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAACegAAAAAAWAAAAAAIWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAWAAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAABegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAATgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAAagAAAAAADwAAAAAAagAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACTQAAAAACawAAAAADegAAAAAA version: 6 -6,0: ind: -6,0 - tiles: egAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAAAWgAAAAADegAAAAAAQgAAAAAAQgAAAAAAMAAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAADWgAAAAACegAAAAAAQgAAAAAAQgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAACegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAABWgAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAABTQAAAAADTgAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAACTQAAAAABWgAAAAACegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAACTQAAAAABTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAADegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAABegAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAFQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAAAegAAAAAAegAAAAAAWgAAAAADTQAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAABZwAAAAAAZwAAAAADTQAAAAACZwAAAAADZwAAAAAATQAAAAABZwAAAAACZwAAAAADTQAAAAADZwAAAAAAWgAAAAACTQAAAAADZwAAAAABTQAAAAABTQAAAAADTQAAAAACTQAAAAACZwAAAAADTQAAAAAAZwAAAAAATQAAAAADTQAAAAADTQAAAAADZwAAAAAATQAAAAAAZwAAAAABWgAAAAADTQAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAACTQAAAAACZwAAAAACZwAAAAADTQAAAAADZwAAAAAAZwAAAAACTQAAAAACZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAADTQAAAAABTgAAAAAAMAAAAAAAMAAAAAAATQAAAAABWgAAAAABWgAAAAABWgAAAAACegAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAADTQAAAAAATgAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAADWgAAAAAATgAAAAAAMAAAAAAAMAAAAAAA + tiles: agAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADegAAAAAAQgAAAAAAQgAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAADegAAAAAAQgAAAAAAQgAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAAAWgAAAAABegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAFQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAABTQAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAABTQAAAAACZwAAAAACZwAAAAADTQAAAAACZwAAAAADZwAAAAACTQAAAAADZwAAAAACWgAAAAABTQAAAAADZwAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAAAZwAAAAABTQAAAAACZwAAAAACTQAAAAAATQAAAAACTQAAAAADZwAAAAABTQAAAAACZwAAAAADWgAAAAABTQAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAATQAAAAABZwAAAAACZwAAAAACTQAAAAADZwAAAAABZwAAAAADTQAAAAAAZwAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATQAAAAABWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAADWgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAMAAAAAAAMAAAAAAA version: 6 -6,1: ind: -6,1 - tiles: egAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAACWgAAAAADTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACegAAAAAAegAAAAAAagAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAWgAAAAADWgAAAAADWgAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAAAegAAAAAAegAAAAAAMAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAABTQAAAAABagAAAAAAagAAAAAATQAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAABTQAAAAACWgAAAAADWgAAAAACWgAAAAADegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACTQAAAAADTQAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAAAWgAAAAACWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAADegAAAAAAegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAADWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAAegAAAAAAMAAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADTQAAAAAAWgAAAAACWgAAAAACWgAAAAADTQAAAAAATQAAAAAATQAAAAABTQAAAAABTQAAAAAATQAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAATQAAAAACWgAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAABTQAAAAABWgAAAAABWgAAAAADegAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADegAAAAAAagAAAAAATQAAAAABMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAAAWgAAAAACegAAAAAAagAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAACegAAAAAAegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAATgAAAAAATgAAAAAA version: 6 3,3: ind: 3,3 - tiles: HwAAAAACHgAAAAABHgAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHwAAAAACHgAAAAADHgAAAAADTQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAagAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: HwAAAAACHgAAAAACHgAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHwAAAAACHgAAAAABHgAAAAABTQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAagAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAADagAAAAAAawAAAAAAawAAAAADawAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAACGwAAAAAAGwAAAAABGwAAAAACGwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAADGwAAAAACGwAAAAACGwAAAAAAGwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADawAAAAAAagAAAAAAawAAAAACawAAAAAATQAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAADawAAAAAD version: 6 5,2: ind: 5,2 - tiles: egAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAFwAAAAADKQAAAAAAFwAAAAADFwAAAAABFwAAAAAFegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAABFwAAAAAGFwAAAAABKQAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAABKQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAADTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAACKQAAAAACKQAAAAABKQAAAAAAKQAAAAABKQAAAAACFwAAAAAEFwAAAAABTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAABKQAAAAACKQAAAAADFwAAAAAEFwAAAAAGFwAAAAABFwAAAAACTgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAADKQAAAAACFwAAAAAEFwAAAAAAFwAAAAAAFwAAAAAGFwAAAAAEegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAADFwAAAAAGFwAAAAADFwAAAAABFwAAAAAGegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAABKQAAAAACFwAAAAAFFwAAAAAEFwAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAABawAAAAACagAAAAAAegAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAAATQAAAAAA + tiles: egAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAFwAAAAACKQAAAAAAFwAAAAAEFwAAAAADFwAAAAAGegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAABFwAAAAAFFwAAAAAAKQAAAAADegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAACKQAAAAACKQAAAAADKQAAAAAAKQAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAABKQAAAAAAKQAAAAABKQAAAAACTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAACKQAAAAAAFwAAAAADFwAAAAACTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAABKQAAAAACFwAAAAAGFwAAAAAAFwAAAAACFwAAAAADTgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAACFwAAAAAAFwAAAAABFwAAAAAGFwAAAAABFwAAAAAFegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAAAKQAAAAABFwAAAAAAFwAAAAAFFwAAAAADFwAAAAAFegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAADFwAAAAAGFwAAAAACFwAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAABawAAAAAAagAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAADTQAAAAAD version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAACcAAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAAAcAAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAACcAAAAAABcAAAAAACTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAABcAAAAAACcAAAAAABdgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAADdgAAAAABTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAACcAAAAAABTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAADTQAAAAACTQAAAAADcAAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAADcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAAAcAAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAABcAAAAAADdgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAACTQAAAAADdgAAAAAATgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAAAcAAAAAACcAAAAAADcAAAAAAAcAAAAAADcAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAABTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAABcAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAACcAAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAAC version: 6 0,3: ind: 0,3 - tiles: WgAAAAADTQAAAAACWgAAAAACWgAAAAAAegAAAAAATQAAAAADLgAAAAADLgAAAAABTQAAAAADdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACTQAAAAADTQAAAAABTQAAAAAAWgAAAAABegAAAAAATQAAAAACLgAAAAACLgAAAAABTQAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAABdwAAAAAATQAAAAACMAAAAAAATQAAAAADWgAAAAACegAAAAAATQAAAAAALgAAAAADLgAAAAAAegAAAAAAdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAABdwAAAAABTQAAAAADMAAAAAAATQAAAAABWgAAAAADegAAAAAATQAAAAAALgAAAAABLgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADMAAAAAAATQAAAAADWgAAAAADegAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAAATQAAAAADegAAAAAAegAAAAAATgAAAAAATQAAAAAAMAAAAAAATQAAAAABWgAAAAACTgAAAAAATQAAAAADLgAAAAACLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACMAAAAAAATQAAAAABWgAAAAAATgAAAAAATQAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAAALgAAAAAALgAAAAACegAAAAAATgAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAADWgAAAAADTgAAAAAATQAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAADTgAAAAAATgAAAAAATQAAAAABTQAAAAAAWgAAAAABTQAAAAACWgAAAAADWgAAAAADegAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAACLgAAAAADTgAAAAAATgAAAAAATQAAAAAATQAAAAAAWgAAAAACTQAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTQAAAAACWgAAAAAATQAAAAACWgAAAAAAHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACWgAAAAACTQAAAAADWgAAAAACHgAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTQAAAAADWgAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAWgAAAAAATQAAAAAAWgAAAAACHgAAAAAAegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAACTQAAAAABWgAAAAABHgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACTQAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAADTQAAAAABWgAAAAABWgAAAAADegAAAAAATQAAAAADLgAAAAAALgAAAAACTQAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAACTQAAAAADTQAAAAACTQAAAAABWgAAAAADegAAAAAATQAAAAADLgAAAAADLgAAAAADTQAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAACDAAAAAADTQAAAAADWgAAAAADegAAAAAATQAAAAACLgAAAAADLgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAATQAAAAACDAAAAAACTQAAAAACWgAAAAABegAAAAAATQAAAAABLgAAAAAALgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACDAAAAAADTQAAAAAAWgAAAAAAegAAAAAATQAAAAACLgAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAADTQAAAAACegAAAAAAegAAAAAATgAAAAAATQAAAAACDAAAAAADTQAAAAAAWgAAAAACTgAAAAAATQAAAAABLgAAAAABLgAAAAACLgAAAAABLgAAAAACLgAAAAACLgAAAAADegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACDAAAAAAATQAAAAABWgAAAAACTgAAAAAATQAAAAAALgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAADLgAAAAACegAAAAAATgAAAAAATQAAAAABTQAAAAABTQAAAAACDAAAAAABTQAAAAACWgAAAAACTgAAAAAATQAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAAALgAAAAADTgAAAAAATgAAAAAATQAAAAADTQAAAAADWgAAAAACTQAAAAADWgAAAAADWgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAABTQAAAAABLgAAAAACTgAAAAAATgAAAAAATQAAAAADTQAAAAABWgAAAAAATQAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAAATQAAAAABWgAAAAAATQAAAAABWgAAAAADHgAAAAADTgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABWgAAAAAATQAAAAACWgAAAAADHgAAAAACegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTQAAAAADWgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAWgAAAAABTQAAAAADWgAAAAACHgAAAAABegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABTQAAAAABWgAAAAACHgAAAAADTgAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABTQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,3: ind: -1,3 - tiles: MAAAAAAASQAAAAADSQAAAAABTQAAAAABTQAAAAABSQAAAAACSQAAAAACSQAAAAADSQAAAAAASQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADSQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAACSQAAAAABSQAAAAAASQAAAAAASQAAAAABTgAAAAAAWgAAAAACMAAAAAAASQAAAAAASQAAAAABTQAAAAACTQAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAABegAAAAAAWgAAAAADMAAAAAAASQAAAAAASQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAADTQAAAAABTQAAAAABWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAAATQAAAAACWgAAAAADMAAAAAAASQAAAAAASQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAADSQAAAAADegAAAAAAWgAAAAABMAAAAAAASQAAAAAASQAAAAAATQAAAAADTQAAAAAASQAAAAACSQAAAAADSQAAAAACSQAAAAABSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAADTgAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAAATQAAAAABTQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAACTgAAAAAAWgAAAAADMAAAAAAASQAAAAADSQAAAAABTQAAAAADTQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAABSQAAAAABSQAAAAAASQAAAAADSQAAAAAATgAAAAAAWgAAAAABMAAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAABSQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAACTQAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAAAMAAAAAAASQAAAAADSQAAAAADSQAAAAADSQAAAAACSQAAAAACegAAAAAAdwAAAAABdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAACTQAAAAACWgAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAAATgAAAAAAMAAAAAAAWgAAAAABdAAAAAACTgAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAACTgAAAAAAMAAAAAAAWgAAAAAAdAAAAAAATgAAAAAAdAAAAAADTQAAAAADTQAAAAACdAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAACdAAAAAABdAAAAAABTQAAAAAATQAAAAAAdAAAAAABTQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAADdAAAAAACdAAAAAABdAAAAAAAdAAAAAADTgAAAAAA + tiles: MAAAAAAASQAAAAADSQAAAAACTQAAAAAATQAAAAACSQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAACSQAAAAAASQAAAAABSQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAADSQAAAAADTQAAAAADTQAAAAACSQAAAAABSQAAAAAASQAAAAAASQAAAAADSQAAAAACSQAAAAAASQAAAAADSQAAAAABSQAAAAADTgAAAAAAWgAAAAABMAAAAAAASQAAAAACSQAAAAACTQAAAAABTQAAAAACSQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAADSQAAAAAAegAAAAAAWgAAAAABMAAAAAAASQAAAAACSQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAACTQAAAAABTQAAAAABTQAAAAABTQAAAAADWgAAAAAAMAAAAAAASQAAAAABSQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAABTQAAAAABTQAAAAACWgAAAAAAMAAAAAAASQAAAAACSQAAAAACTQAAAAACTQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAAAegAAAAAAWgAAAAAAMAAAAAAASQAAAAAASQAAAAADTQAAAAABTQAAAAABSQAAAAACSQAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAAASQAAAAABSQAAAAAASQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAABSQAAAAAATQAAAAADTQAAAAABSQAAAAABSQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAAASQAAAAACTgAAAAAAWgAAAAACMAAAAAAASQAAAAADSQAAAAABTQAAAAADTQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAAATgAAAAAAWgAAAAAAMAAAAAAASQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADTQAAAAABdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABTgAAAAAADAAAAAACWgAAAAACMAAAAAAASQAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAACdwAAAAABTgAAAAAADAAAAAADWgAAAAABdAAAAAAATgAAAAAAdAAAAAACdAAAAAABdAAAAAADdAAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABTgAAAAAADAAAAAAAWgAAAAADdAAAAAAATgAAAAAAdAAAAAADTQAAAAACTQAAAAAAdAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAABdAAAAAAAdAAAAAADTQAAAAABTQAAAAADdAAAAAABTQAAAAADTgAAAAAATgAAAAAATgAAAAAATQAAAAAAdAAAAAAAdAAAAAADdAAAAAABdAAAAAABTgAAAAAA version: 6 2,3: ind: 2,3 - tiles: agAAAAAAegAAAAAAHgAAAAACHgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACegAAAAAATQAAAAABHgAAAAADHgAAAAACHwAAAAAAHwAAAAADHwAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAABHwAAAAABHwAAAAACegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAATQAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABegAAAAAATQAAAAABegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAATQAAAAABegAAAAAAHgAAAAABegAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAHgAAAAACegAAAAAATQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: agAAAAAAegAAAAAAHgAAAAAAHgAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAADHwAAAAAAegAAAAAATQAAAAAAHgAAAAAAHgAAAAADHwAAAAACHwAAAAACHwAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHwAAAAADHwAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAATQAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAACegAAAAAATQAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAATQAAAAADegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAHgAAAAADegAAAAAATQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 - tiles: TQAAAAADHgAAAAABTQAAAAABHgAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAAAHgAAAAAATQAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAADdwAAAAAATQAAAAACegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAACegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAACTgAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAegAAAAAATQAAAAACLgAAAAAALgAAAAADLgAAAAAATQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAALgAAAAACLgAAAAACLgAAAAABLgAAAAAALgAAAAAATQAAAAAATQAAAAACTgAAAAAATQAAAAABTgAAAAAATQAAAAAATQAAAAAATQAAAAAATgAAAAAATgAAAAAAeQAAAAAALgAAAAABLgAAAAAALgAAAAACLgAAAAACLgAAAAACTQAAAAAATQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAACTQAAAAADTQAAAAAATgAAAAAATgAAAAAAeQAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAADLgAAAAADTQAAAAADTQAAAAACTgAAAAAATQAAAAABTgAAAAAATQAAAAADTQAAAAADTQAAAAABTgAAAAAATgAAAAAAAAAAAAAATQAAAAADLgAAAAAALgAAAAADLgAAAAABTQAAAAADTQAAAAADTQAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAATQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAACTgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TQAAAAAAHgAAAAACTQAAAAABHgAAAAACegAAAAAAdwAAAAABdwAAAAACdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAACHgAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAAATQAAAAADegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAACTgAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAATQAAAAACLgAAAAAALgAAAAABLgAAAAAATQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAACLgAAAAABTQAAAAACTQAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAABTQAAAAAATQAAAAADTgAAAAAATgAAAAAAeQAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAATQAAAAACTQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAABTgAAAAAATgAAAAAAeQAAAAAALgAAAAACLgAAAAADLgAAAAACLgAAAAADLgAAAAACTQAAAAABTQAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAABTQAAAAADTQAAAAABTgAAAAAATgAAAAAAAAAAAAAATQAAAAAALgAAAAABLgAAAAAALgAAAAADTQAAAAABTQAAAAACTQAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 - tiles: agAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAagAAAAAAegAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAACegAAAAAAagAAAAAAegAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 5,0: ind: 5,0 - tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 5,3: ind: 5,3 - tiles: agAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAACawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACegAAAAAATQAAAAABTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADTQAAAAADegAAAAAATQAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAADTQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: agAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAABTQAAAAAAegAAAAAATQAAAAAATQAAAAABTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAATQAAAAADegAAAAAATQAAAAACTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAACTQAAAAACTQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAagAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAABTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFwAAAAAEFwAAAAAGFwAAAAABFwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAFwAAAAAAFwAAAAADFwAAAAABFwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAABagAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFwAAAAADFwAAAAAAFwAAAAABFwAAAAAEegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAFwAAAAABFwAAAAADFwAAAAAAFwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-4: ind: -4,-4 @@ -377,71 +377,71 @@ entities: version: 6 -6,-1: ind: -6,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWAAAAAACWAAAAAAEWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAEWgAAAAADegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAWAAAAAALWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAAAegAAAAAAegAAAAAAAAAAAAAATgAAAAAAWAAAAAAJWAAAAAAAWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAIWgAAAAABWgAAAAAAegAAAAAAAAAAAAAATgAAAAAAWAAAAAAKWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAACWAAAAAAAWAAAAAADWAAAAAAAWAAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAATgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAATgAAAAAAWQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWQAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAACWgAAAAAAWgAAAAADWgAAAAACagAAAAAAagAAAAAATQAAAAAAWgAAAAAAWgAAAAADWgAAAAAAWgAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAADWgAAAAABWgAAAAADWgAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAACegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAAegAAAAAAQgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAADegAAAAAAQgAAAAAAQgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAIWgAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAKWAAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAABegAAAAAAegAAAAAAAAAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAKWgAAAAAAWgAAAAADegAAAAAAAAAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAJWAAAAAALWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAABWgAAAAACegAAAAAATQAAAAAATgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAADWgAAAAAAWgAAAAAAegAAAAAAagAAAAAATQAAAAACWQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWQAAAAAAWQAAAAAAWAAAAAAIWAAAAAAAWAAAAAAEWAAAAAAIWQAAAAAAWgAAAAADWgAAAAADegAAAAAATQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAACTQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAABTQAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAABTQAAAAABWgAAAAACWgAAAAABWgAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAQgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABegAAAAAAQgAAAAAAQgAAAAAA version: 6 -7,0: ind: -7,0 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAADSwAAAAADSwAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAAASwAAAAABSwAAAAACSwAAAAABMAAAAAAATgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMAAAAAAASwAAAAABMAAAAAAASwAAAAABSwAAAAADMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAeQAAAAAAAAAAAAAATgAAAAAATgAAAAAAMAAAAAAASwAAAAACMAAAAAAASwAAAAACSwAAAAADMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASwAAAAADMAAAAAAASwAAAAACSwAAAAADMAAAAAAAMAAAAAAATgAAAAAATQAAAAABTQAAAAADWgAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAADMAAAAAAASwAAAAAASwAAAAADMAAAAAAATgAAAAAATQAAAAABTQAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAASwAAAAAASwAAAAABSwAAAAADMAAAAAAAMAAAAAAASwAAAAABSwAAAAACSwAAAAACTgAAAAAATQAAAAACTQAAAAADWgAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAASwAAAAACMAAAAAAAMAAAAAAASwAAAAADMAAAAAAASwAAAAADSwAAAAADSwAAAAACTgAAAAAATQAAAAABTQAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAASwAAAAADSwAAAAACTgAAAAAATQAAAAACTQAAAAAAWgAAAAADegAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAASwAAAAABSwAAAAACMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAADTQAAAAADWgAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMAAAAAAAMAAAAAAASwAAAAAAMAAAAAAASwAAAAAASwAAAAACMAAAAAAATgAAAAAATQAAAAADWgAAAAABWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAASwAAAAAASwAAAAABSwAAAAACMAAAAAAAegAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAAAMAAAAAAATgAAAAAAWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADAAAAAAADAAAAAACDAAAAAACDAAAAAAADAAAAAAADAAAAAAAMAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTgAAAAAADAAAAAACDAAAAAAADAAAAAABDAAAAAACDAAAAAABMAAAAAAAMAAAAAAATgAAAAAATQAAAAACTQAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACegAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAABDAAAAAABMAAAAAAAMAAAAAAATgAAAAAATQAAAAACTQAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACDAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAAADAAAAAABDAAAAAABMAAAAAAATgAAAAAATQAAAAAATQAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAADDAAAAAACTgAAAAAATQAAAAABTQAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACDAAAAAACMAAAAAAAMAAAAAAADAAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAADTgAAAAAATQAAAAABTQAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABMAAAAAAAMAAAAAAAMAAAAAAADAAAAAABDAAAAAADMAAAAAAADAAAAAAADAAAAAACTgAAAAAATQAAAAACTQAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACTgAAAAAAMAAAAAAAMAAAAAAADAAAAAABDAAAAAACMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAABTQAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAABMAAAAAAATgAAAAAATQAAAAABWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAADAAAAAACDAAAAAACDAAAAAAADAAAAAAADAAAAAADMAAAAAAATQAAAAACWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAADAAAAAABDAAAAAACDAAAAAACMAAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAA version: 6 - -8,0: - ind: -8,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + -5,-4: + ind: -5,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,2: ind: -6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-1: ind: -7,-1 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAAEBQAAAAAJBQAAAAADBQAAAAAJegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAABwAAAAAABwAAAAABBQAAAAAEBQAAAAANBQAAAAAGTgAAAAAAWgAAAAABWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAFCQAAAAAABwAAAAAMBwAAAAAABQAAAAAEBQAAAAABBQAAAAAOTgAAAAAATQAAAAAAWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBQAAAAAGTgAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAHBQAAAAABTgAAAAAATQAAAAACTQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAIBQAAAAAITgAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAACwAAAAAAewAAAAAACgAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABQAAAAALTgAAAAAATQAAAAACTQAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAACwAAAAAACwAAAAAACgAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABQAAAAAMBwAAAAABTgAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAACTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAOBwAAAAAATgAAAAAATQAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABgAAAAAABQAAAAAGBwAAAAAABQAAAAAOBQAAAAAMBQAAAAAETgAAAAAAWgAAAAABWgAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAALBgAAAAAABgAAAAAABQAAAAAHegAAAAAAWgAAAAACWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAAABQAAAAAKBQAAAAAHBQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAADBwAAAAAABwAAAAAABQAAAAAMBQAAAAAEBQAAAAAMTgAAAAAAWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABQAAAAAHBQAAAAAIBQAAAAALTgAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAJBQAAAAACTgAAAAAATQAAAAACTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABQAAAAALBQAAAAAHTgAAAAAATQAAAAAATQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAABCgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAKBQAAAAADBQAAAAABTgAAAAAATQAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADewAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAALTgAAAAAATQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADCwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABQAAAAAOBwAAAAAATgAAAAAATQAAAAABTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADewAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAACTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHTgAAAAAATQAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABQAAAAACBwAAAAAATgAAAAAATQAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABgAAAAAABQAAAAABBwAAAAAABQAAAAAMBQAAAAAGBQAAAAAHTgAAAAAAWgAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAADBgAAAAAABgAAAAAABQAAAAADegAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAABegAAAAAA version: 6 - -7,-2: - ind: -7,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + -8,-2: + ind: -8,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -5,-5: + ind: -5,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,-1: ind: -8,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 - -8,-2: - ind: -8,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA - version: 6 - -6,-2: - ind: -6,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATQAAAAABaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAA + -7,-2: + ind: -7,-2 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,2: ind: -7,2 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAA version: 6 -7,1: ind: -7,1 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAEKQAAAAACKQAAAAABKQAAAAACegAAAAAAWgAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAADGAAAAAADGAAAAAAFGAAAAAAAKQAAAAACGAAAAAAETgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAAHKQAAAAAAGAAAAAAAGAAAAAAHGAAAAAAGTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAGAAAAAAAGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAEKQAAAAABKQAAAAABKQAAAAADKQAAAAACGAAAAAACGAAAAAAAGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAAEFwAAAAADFwAAAAADKQAAAAABKQAAAAABGAAAAAAGKQAAAAADGAAAAAAGGAAAAAADTgAAAAAATQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAGFwAAAAADFwAAAAAGFwAAAAAFKQAAAAABKQAAAAAAKQAAAAADGAAAAAADGAAAAAABTgAAAAAATQAAAAACTQAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAFwAAAAADFwAAAAADFwAAAAAEFwAAAAACKQAAAAAAGAAAAAAEKQAAAAABKQAAAAACKQAAAAAATgAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAABKQAAAAADKQAAAAAAKQAAAAAAGAAAAAAFKQAAAAACKQAAAAABTgAAAAAATQAAAAABTQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAAGKQAAAAACKQAAAAAAKQAAAAADKQAAAAACFwAAAAAEKQAAAAADTgAAAAAATQAAAAABTQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAFwAAAAAGFwAAAAAFFwAAAAAATgAAAAAATQAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAACKQAAAAAAKQAAAAADFwAAAAABFwAAAAAEFwAAAAABTgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAGegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAAKQAAAAACKQAAAAADKQAAAAACegAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAAGGAAAAAABGAAAAAAEGAAAAAADKQAAAAADGAAAAAAFTgAAAAAAWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAACKQAAAAABGAAAAAAFGAAAAAACGAAAAAAATgAAAAAATQAAAAACTQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAACKQAAAAAAKQAAAAACKQAAAAADGAAAAAAEGAAAAAAFGAAAAAAATgAAAAAATQAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFwAAAAADKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADGAAAAAAAGAAAAAAAGAAAAAAHTgAAAAAATQAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAAAFwAAAAAAKQAAAAADKQAAAAADGAAAAAAAKQAAAAABGAAAAAAAGAAAAAAGTgAAAAAATQAAAAADTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAADFwAAAAAAFwAAAAADKQAAAAAAKQAAAAACKQAAAAABGAAAAAAEGAAAAAAATgAAAAAATQAAAAACTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAACKQAAAAABGAAAAAADKQAAAAADKQAAAAADKQAAAAACTgAAAAAATQAAAAACTQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFwAAAAADFwAAAAABKQAAAAADKQAAAAAAKQAAAAABGAAAAAACKQAAAAABKQAAAAADTgAAAAAATQAAAAABTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAABFwAAAAADKQAAAAACTgAAAAAATQAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAABFwAAAAABFwAAAAACFwAAAAAETgAAAAAATQAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAAFKQAAAAACKQAAAAADFwAAAAAGFwAAAAACFwAAAAAATgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAAFFwAAAAABFwAAAAADFwAAAAAFegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAA version: 6 - -8,1: - ind: -8,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAaQAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAA + -7,-5: + ind: -7,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,2: ind: -8,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAeQAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA + tiles: AAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA version: 6 -3,3: ind: -3,3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAACegAAAAAAKQAAAAADKQAAAAADegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAATQAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAAAegAAAAAAKQAAAAAAKQAAAAABegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAKQAAAAABKQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAADdwAAAAABTgAAAAAAKQAAAAAAKQAAAAADegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAABdwAAAAACdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAATgAAAAAAKQAAAAAAKQAAAAABTgAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAACdwAAAAADegAAAAAATgAAAAAATgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADTgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAABKQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACegAAAAAAKQAAAAAAKQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADTQAAAAACdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAABegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAKQAAAAABKQAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAACdwAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACTgAAAAAAKQAAAAABKQAAAAAATgAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAACDgAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABegAAAAAATgAAAAAATgAAAAAA version: 6 -2,3: ind: -2,3 - tiles: TQAAAAADegAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAADagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAADegAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAABegAAAAAAMAAAAAAATQAAAAADTQAAAAADTQAAAAACegAAAAAAdAAAAAABdAAAAAABdAAAAAAAegAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACTgAAAAAAMAAAAAAATQAAAAACTQAAAAADTQAAAAAAegAAAAAAdAAAAAAAdAAAAAAAdAAAAAAATQAAAAADbQAAAAACbQAAAAABTQAAAAADTQAAAAACbQAAAAABbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAADTQAAAAACTQAAAAACbQAAAAAAbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAACTgAAAAAAdAAAAAABdAAAAAAAdAAAAAAATgAAAAAAbQAAAAADbQAAAAACTQAAAAABTQAAAAADbQAAAAABbQAAAAABTgAAAAAAMAAAAAAAbQAAAAADbQAAAAADbQAAAAACTgAAAAAAdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAAAbQAAAAAAbQAAAAADTQAAAAADdAAAAAABdAAAAAACdAAAAAAATgAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAAAbQAAAAACbQAAAAADegAAAAAAMAAAAAAAbQAAAAAAbQAAAAADbQAAAAADTQAAAAADdAAAAAAAdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAACdAAAAAADdAAAAAADdAAAAAABdAAAAAACdAAAAAADbQAAAAAAbQAAAAAAbQAAAAACTgAAAAAAdAAAAAAATQAAAAABTQAAAAABTQAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAACdAAAAAACTQAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAATQAAAAAATQAAAAACTQAAAAADdAAAAAACdAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAADTQAAAAAB + tiles: TQAAAAABegAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAACdAAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAegAAAAAAMAAAAAAATQAAAAAATQAAAAABTQAAAAADegAAAAAAdAAAAAACdAAAAAABdAAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAMAAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAAdAAAAAACdAAAAAABdAAAAAACTQAAAAADbQAAAAACbQAAAAABTQAAAAAATQAAAAACbQAAAAACbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAACdAAAAAADdAAAAAABegAAAAAAbQAAAAABbQAAAAABTQAAAAACTQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAADTgAAAAAAdAAAAAADdAAAAAACdAAAAAADTgAAAAAAbQAAAAACbQAAAAABTQAAAAABTQAAAAAAbQAAAAACbQAAAAABTgAAAAAAMAAAAAAAbQAAAAABbQAAAAAAbQAAAAABTgAAAAAAdAAAAAADdAAAAAABdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAADTgAAAAAAMAAAAAAAbQAAAAACbQAAAAAAbQAAAAAATQAAAAADdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAADegAAAAAAMAAAAAAAbQAAAAADbQAAAAABbQAAAAACTQAAAAABdAAAAAABdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAABTgAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAADdAAAAAADdAAAAAACdAAAAAABbQAAAAADbQAAAAADbQAAAAADTgAAAAAAdAAAAAADTQAAAAAATQAAAAABTQAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAABdAAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADTQAAAAABTQAAAAAATQAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAABdAAAAAADdAAAAAABTQAAAAACTQAAAAAD version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,3: ind: -6,3 @@ -449,11 +449,11 @@ entities: version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAEGAAAAAAHGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAGAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGAAAAAAEGAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAAAGAAAAAAAGAAAAAACGAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAADGAAAAAAEGAAAAAAGGAAAAAADGAAAAAAGGAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAGAAAAAACGAAAAAABGAAAAAAFGAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAADGAAAAAACGAAAAAACGAAAAAAGGAAAAAACGAAAAAACGAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAABGAAAAAADGAAAAAAHGAAAAAABGAAAAAAHGAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHGAAAAAABGAAAAAAAGAAAAAAGGAAAAAAFGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAAGGAAAAAABegAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAABAAAAAAAAGAAAAAABegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAGAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAGAAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAGAAAAAAFeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAGAAAAAADGAAAAAAFGAAAAAAFeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAGAAAAAAHGAAAAAAFGAAAAAABGAAAAAABGAAAAAABAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAGAAAAAAE version: 6 -6,-3: ind: -6,-3 @@ -461,7 +461,7 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-4: ind: 3,-4 @@ -473,19 +473,19 @@ entities: version: 6 0,4: ind: 0,4 - tiles: WgAAAAADWgAAAAAAWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAACTQAAAAACTQAAAAAATQAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAACTQAAAAAATQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAACegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAAAegAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAAALgAAAAACLgAAAAAATQAAAAADTgAAAAAALgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAACLgAAAAADLgAAAAAALgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAABLgAAAAACLgAAAAADLgAAAAAATQAAAAADTgAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAABLgAAAAABLgAAAAADLgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAADLgAAAAACLgAAAAACLgAAAAADTQAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + tiles: WgAAAAAAWgAAAAAAWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACTQAAAAABTQAAAAABTQAAAAADTgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAATQAAAAADTQAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACTQAAAAABTQAAAAACTQAAAAACTQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAATQAAAAABTQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACegAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAADLgAAAAADLgAAAAABLgAAAAADLgAAAAACLgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAACLgAAAAABTQAAAAADTgAAAAAALgAAAAABLgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAACLgAAAAABLgAAAAADLgAAAAADLgAAAAABTQAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAAALgAAAAAATQAAAAABTgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAABLgAAAAABLgAAAAAALgAAAAABLgAAAAADLgAAAAAATQAAAAAATgAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAADTQAAAAACTQAAAAAATQAAAAACegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -1,4: ind: -1,4 - tiles: dAAAAAADdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAADTQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAABdAAAAAADdAAAAAABdAAAAAADdAAAAAACTQAAAAACTgAAAAAATQAAAAACTgAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAACbQAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAbQAAAAACTQAAAAABTQAAAAACTQAAAAACbQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAADTQAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAADLgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAACLgAAAAADLgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAAALgAAAAABLgAAAAADLgAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAABLgAAAAADLgAAAAACLgAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAABLgAAAAADLgAAAAACLgAAAAACLgAAAAACLgAAAAAALgAAAAADLgAAAAAALgAAAAABLgAAAAADLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAAATQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA + tiles: dAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAACTQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAAAdAAAAAABdAAAAAADdAAAAAACdAAAAAADTQAAAAADTgAAAAAATQAAAAABTgAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACdwAAAAABegAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAbQAAAAAATQAAAAACTQAAAAABTQAAAAACbQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAABegAAAAAAdwAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADegAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAACLgAAAAADLgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAAALgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAABLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAABLgAAAAAALgAAAAABLgAAAAADLgAAAAAALgAAAAADLgAAAAACLgAAAAAALgAAAAABLgAAAAAALgAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAADLgAAAAACLgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAADAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAADTQAAAAABTQAAAAABTQAAAAACAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA version: 6 -2,4: ind: -2,4 - tiles: dAAAAAABdAAAAAABdAAAAAABTQAAAAABdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABTQAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAATQAAAAAAegAAAAAATQAAAAACegAAAAAAbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAAAbQAAAAACegAAAAAAbQAAAAABbQAAAAABbQAAAAADegAAAAAAbQAAAAAAegAAAAAAbQAAAAABegAAAAAAbQAAAAABbQAAAAABbQAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAAAegAAAAAAbQAAAAADbQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dAAAAAABdAAAAAACdAAAAAAATQAAAAADdAAAAAADdAAAAAABdAAAAAAAdAAAAAABdAAAAAACdAAAAAACdAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAADTQAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAADTgAAAAAAegAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAbQAAAAADbQAAAAADbQAAAAADegAAAAAAbQAAAAACegAAAAAAbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,4: ind: -3,4 - tiles: TgAAAAAAegAAAAAATgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAATQAAAAACdAAAAAACdAAAAAADTgAAAAAAegAAAAAATgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAADdwAAAAACegAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAegAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TgAAAAAAegAAAAAATgAAAAAADgAAAAADDgAAAAAADgAAAAABDgAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAAATQAAAAABdAAAAAABdAAAAAACTgAAAAAAegAAAAAATgAAAAAADgAAAAABDgAAAAACDgAAAAABDgAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAATQAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAABegAAAAAATQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,3: ind: -7,3 @@ -497,11 +497,11 @@ entities: version: 6 -8,4: ind: -8,4 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,4: ind: -7,4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAGAAAAAAAGAAAAAABGAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGAAAAAADGAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAAFGAAAAAAFGAAAAAABGAAAAAABGAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAGAAAAAADGAAAAAAEGAAAAAADGAAAAAAHGAAAAAACGAAAAAACGAAAAAADeQAAAAAAAAAAAAAAeQAAAAAAGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAGGAAAAAAAGAAAAAAEGAAAAAAHGAAAAAAHGAAAAAADGAAAAAAGGAAAAAAFGAAAAAAAAAAAAAAAeQAAAAAAGAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHGAAAAAABGAAAAAAGGAAAAAAHGAAAAAAGGAAAAAABGAAAAAAGGAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHGAAAAAACGAAAAAAFGAAAAAADGAAAAAAEGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAEGAAAAAACGAAAAAACGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -9,3: ind: -9,3 @@ -509,11 +509,11 @@ entities: version: 6 -9,2: ind: -9,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA version: 6 -9,4: ind: -9,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,5: ind: -1,5 @@ -525,35 +525,35 @@ entities: version: 6 1,4: ind: 1,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,4: ind: 3,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAKQAAAAADKQAAAAAAKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAABKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAKQAAAAABKQAAAAABKQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAAAKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 6,2: ind: 6,2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,3: ind: 6,3 - tiles: egAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,1: ind: 6,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,4: ind: 6,4 - tiles: eQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,4: ind: 5,4 - tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,4: ind: 4,4 - tiles: agAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: agAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-4: ind: -2,-4 @@ -561,7 +561,7 @@ entities: version: 6 -4,4: ind: -4,4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAATQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA version: 6 -3,-4: ind: -3,-4 @@ -569,11 +569,11 @@ entities: version: 6 -6,4: ind: -6,4 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAGAAAAAACAAAAAAAAGAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAADeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAADGAAAAAAAGAAAAAAEAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAAHGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAA version: 6 -5,4: ind: -5,4 - tiles: egAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-4: ind: -6,-4 @@ -581,55 +581,151 @@ entities: version: 6 -7,-4: ind: -7,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA version: 6 -7,-3: ind: -7,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,5: ind: -6,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAGAAAAAADAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAA version: 6 -5,5: ind: -5,5 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,6: ind: -6,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -5,6: ind: -5,6 - tiles: eQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-5: ind: -6,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-6: ind: 3,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -8,0: + ind: -8,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -8,1: + ind: -8,1 + tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -8,-3: + ind: -8,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -7,5: + ind: -7,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -7,6: + ind: -7,6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA + version: 6 + -4,6: + ind: -4,6 + tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -4,5: + ind: -4,5 + tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -4,7: + ind: -4,7 + tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -5,7: + ind: -5,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,7: + ind: -6,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,7: + ind: -7,7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-4: + ind: 1,-4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 2,-6: + ind: 2,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,-3: + ind: 5,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,0: + ind: 6,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,4: + ind: 2,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 1,5: + ind: 1,5 + tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,5: + ind: 2,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,5: + ind: 3,5 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,5: + ind: 4,5 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,5: + ind: 5,5 + tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,5: + ind: 6,5 + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,-5: + ind: 5,-5 + tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,-6: + ind: 5,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -656,71 +752,69 @@ entities: color: '#FFFFFFFF' id: Arrows decals: - 6274: -52.005,-49.860638 + 5861: -52.005,-49.860638 - node: color: '#FFFFFFFF' id: Arrows decals: 7: 6,25 - 2197: 30,1 - 2198: 30,-1 - 6255: -19,-25 - 6256: -17,-39 - 6259: -20,-29 - 6266: -48,-47 - 6271: -48,-50 + 2156: 30,1 + 2157: 30,-1 + 5842: -19,-25 + 5843: -17,-39 + 5846: -20,-29 + 5853: -48,-47 + 5858: -48,-50 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 2194: 27,1 - 2195: 26,1 - 2196: 25,1 - 6273: -52.46594,-45.938763 - 6566: -29,-41 - 6567: -35.374405,-41.0069 + 2153: 27,1 + 2154: 26,1 + 2155: 25,1 + 5860: -52.46594,-45.938763 + 6122: -29,-41 + 6123: -35.374405,-41.0069 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6257: -19,-39 - 6258: -22,-29 - 6270: -52,-45 - 6272: -52.012814,-50.43095 + 5844: -19,-39 + 5845: -22,-29 + 5857: -52,-45 + 5859: -52.012814,-50.43095 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Arrows decals: - 6568: -35,-45 - 6569: -28.570425,-45.00288 + 6124: -35,-45 + 6125: -28.570425,-45.00288 - node: color: '#FFFFFFFF' id: Basalt1 decals: 227: 37,41 - 248: 75,21 - 4238: -99.61036,26.588285 - 4239: -108.15333,23.17813 + 3970: -99.61036,26.588285 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 315: -105.70246,26.941643 - 316: -102.98371,23.863518 - 317: -100.96809,26.472893 - 318: -100.95246,29.691643 - 319: -101.12434,18.972893 + 311: -105.70246,26.941643 + 312: -102.98371,23.863518 + 313: -100.96809,26.472893 + 314: -100.95246,29.691643 + 315: -101.12434,18.972893 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 312: -105.23371,25.754143 - 313: -104.88996,27.597893 - 314: -100.99934,29.222893 + 308: -105.23371,25.754143 + 309: -104.88996,27.597893 + 310: -100.99934,29.222893 - node: color: '#FFFFFFFF' id: Basalt4 @@ -730,127 +824,114 @@ entities: 231: -1,11 234: 3,-7 235: -14,-14 - 321: -106.43684,22.207268 - 322: -103.65559,19.363518 - 323: -101.63996,29.332268 - 4240: -104.75489,18.982817 - 4241: -99.750984,17.846098 - 4242: -87.95603,15.0817375 - 4243: -79.94041,11.091608 - 4244: -94.6715,3.7907648 - 4245: -87.9215,1.822197 - 4246: -100.69823,2.235566 - 4247: -95.65813,1.0575595 + 317: -106.43684,22.207268 + 318: -103.65559,19.363518 + 319: -101.63996,29.332268 + 3971: -104.75489,18.982817 + 3972: -99.750984,17.846098 + 3973: -87.95603,15.0817375 + 3974: -79.94041,11.091608 + 3975: -87.9215,1.822197 + 3976: -100.69823,2.235566 - node: color: '#FFFFFFFF' id: Basalt5 decals: - 249: 56,8 + 245: 56,8 - node: color: '#FFFFFFFF' id: Basalt6 decals: 232: 3,16 - 295: -104.92121,26.535393 - 296: -103.26496,28.488518 - 297: -106.10871,26.441643 - 298: -105.90559,25.207268 - 299: -102.23371,23.988518 - 300: -102.95246,22.019768 - 301: -103.74934,21.191643 - 302: -102.93684,21.019768 - 303: -103.78059,19.254143 - 304: -102.32746,18.426018 - 305: -102.95246,18.441643 - 4233: -99.99786,-5.579525 - 4234: -99.611145,-6.3646812 - 4235: -101.94239,-10.427048 - 4236: -100.53614,-12.050097 - 4237: -99.80958,20.762344 + 291: -104.92121,26.535393 + 292: -103.26496,28.488518 + 293: -106.10871,26.441643 + 294: -105.90559,25.207268 + 295: -102.23371,23.988518 + 296: -102.95246,22.019768 + 297: -103.74934,21.191643 + 298: -102.93684,21.019768 + 299: -103.78059,19.254143 + 300: -102.32746,18.426018 + 301: -102.95246,18.441643 + 3965: -99.99786,-5.579525 + 3966: -99.611145,-6.3646812 + 3967: -101.94239,-10.427048 + 3968: -100.53614,-12.050097 + 3969: -99.80958,20.762344 - node: color: '#FFFFFFFF' id: Basalt7 decals: 233: -1,16 236: 49,56 - 250: 64,8 - 306: -106.24934,20.785393 - 307: -105.76496,20.144768 - 308: -106.04621,20.988518 - 309: -102.23371,25.519768 - 310: -101.63996,25.785393 - 311: -101.63996,30.004143 - 320: -104.87434,23.082268 - 4248: -89.407394,0.7120869 - 4249: -89.24754,13.638722 + 246: 64,8 + 302: -106.24934,20.785393 + 303: -105.76496,20.144768 + 304: -106.04621,20.988518 + 305: -102.23371,25.519768 + 306: -101.63996,25.785393 + 307: -101.63996,30.004143 + 316: -104.87434,23.082268 - node: color: '#FFFFFFFF' id: Basalt8 decals: - 289: -105.06184,23.816643 - 290: -104.85871,20.957268 + 285: -105.06184,23.816643 + 286: -104.85871,20.957268 - node: color: '#FFFFFFFF' id: Basalt9 decals: 228: 37,44 237: 35,54 - 291: -105.93684,22.972893 - 292: -101.93684,22.176018 - 293: -101.57746,27.582268 - 294: -100.88996,30.160393 - - node: - color: '#80C71FFF' - id: Bot - decals: - 6570: 36,-7 - 6571: 36,-6 - 6572: 36,-5 - 6573: 33,-7 - 6574: 33,-5 + 287: -105.93684,22.972893 + 288: -101.93684,22.176018 + 289: -101.57746,27.582268 + 290: -100.88996,30.160393 - node: color: '#FFFFFFFF' id: Bot decals: 0: 7,25 - 280: -17,-19 - 281: -16,-19 - 2200: 7,25 - 2807: 47,43 - 2808: 49,43 - 3452: -117,55 - 3453: -109,55 - 3454: -109,47 - 3455: -117,47 - 3456: -117,51 - 3457: -109,51 - 3458: -120,51 - 3459: -120,58 - 3460: -106,44 - 3461: -120,44 - 3701: -17,-19 - 3702: -16,-19 - 3703: -19,-19 - 3704: -20,-19 - 3705: -21,-19 - 3706: -22,-19 - 3707: -23,-19 - 4647: -63,30 - 4648: -63,29 - 4649: -63,28 - 4650: -61,28 - 4651: -61,29 - 4652: -61,30 - 6254: -19,-26 - 6269: -52,-44 + 276: -17,-19 + 277: -16,-19 + 2159: 7,25 + 2709: 47,43 + 2710: 49,43 + 3201: -117,55 + 3202: -109,55 + 3203: -109,47 + 3204: -117,47 + 3205: -117,51 + 3206: -109,51 + 3207: -120,51 + 3208: -120,58 + 3209: -106,44 + 3210: -120,44 + 3449: -17,-19 + 3450: -16,-19 + 3451: -19,-19 + 3452: -20,-19 + 3453: -21,-19 + 3454: -22,-19 + 3455: -23,-19 + 4340: -63,30 + 4341: -63,29 + 4342: -63,28 + 4343: -61,28 + 4344: -61,29 + 4345: -61,30 + 5841: -19,-26 + 5856: -52,-44 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6260: -48,-46 - 6261: -15,-20 - 6262: -15,-19 + 5847: -48,-46 + 5848: -15,-20 + 5849: -15,-19 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -865,35 +946,35 @@ entities: color: '#FFFFFFFF' id: BotGreyscale decals: - 2201: 8,25 - 2202: 9,25 - 2203: 10,25 - 2204: 11,25 - 6336: -61,46 - 6337: -60,46 - 6338: -59,46 - 6339: -58,46 - 6340: -57,46 - 6341: -56,46 - 6342: -47,37 - 6343: -48,37 - 6344: -49,37 - 6345: -50,37 + 2160: 8,25 + 2161: 9,25 + 2162: 10,25 + 2163: 11,25 + 5904: -61,46 + 5905: -60,46 + 5906: -59,46 + 5907: -58,46 + 5908: -57,46 + 5909: -56,46 + 5910: -47,37 + 5911: -48,37 + 5912: -49,37 + 5913: -50,37 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: BotLeftGreyscale decals: - 6277: -50,-50 - 6278: -52,-48 - 6279: -32,-45 + 5864: -50,-50 + 5865: -52,-48 + 5866: -32,-45 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Box decals: - 6275: -19,-23 - 6276: -19,-24 + 5862: -19,-23 + 5863: -19,-24 - node: color: '#FFFFFFFF' id: Box @@ -907,4151 +988,4065 @@ entities: 14: 26,14 15: 26,15 16: 26,11 - 2199: 26,13 - 2205: -8,37 - 2206: -7,37 - 2207: -6,37 - 2422: -39,24 - 2423: -40,24 - 2424: -42,19 - 2425: -43,19 - 2819: 40,46 - 2820: 41,46 - 2821: 43,46 - 2822: 44,46 - 2823: 34,51 - 2824: 35,51 - 2825: 35,50 - 2826: 34,50 - 2827: 49,50 - 2828: 50,50 - 2829: 49,51 - 2830: 50,51 - 2831: 60,50 - 4607: 83,62 - 4608: 84,62 - 4609: 85,62 - 6321: 24,16 - 6322: 26,16 + 2158: 26,13 + 2164: -8,37 + 2165: -7,37 + 2166: -6,37 + 2342: -39,24 + 2343: -40,24 + 2344: -42,19 + 2345: -43,19 + 2721: 40,46 + 2722: 41,46 + 2723: 43,46 + 2724: 44,46 + 2725: 34,51 + 2726: 35,51 + 2727: 35,50 + 2728: 34,50 + 2729: 49,50 + 2730: 50,50 + 2731: 49,51 + 2732: 50,51 + 2733: 60,50 + 4300: 83,62 + 4301: 84,62 + 4302: 85,62 + 5902: 24,16 + 5903: 26,16 - node: - color: '#808080FF' - id: BrickTileSteelCornerNe + color: '#D4D4D4FF' + id: BrickTileDarkLineN + decals: + 6217: 6,61 + 6218: 7,61 + 6219: 8,61 + 6220: 9,61 + - node: + color: '#D4D4D4FF' + id: BrickTileDarkLineS decals: - 6648: 9,61 + 6213: 6,59 + 6214: 7,59 + 6215: 8,59 + 6216: 9,59 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe decals: - 614: -11,-5 - 646: 31,-5 - 1476: -3,-5 - 1479: -9,-8 - 1483: -6,7 - 1517: -6,-1 - 1533: -20,-8 - 1538: -14,-8 - 1579: -3,16 - 1580: -7,16 - 1604: 36,7 - 1605: 34,13 - 1606: 34,16 - 1607: 27,16 - 1608: 21,16 - 1611: 21,10 - 1715: 22,3 - 6298: 31,3 + 573: -11,-5 + 605: 31,-5 + 1435: -3,-5 + 1438: -9,-8 + 1442: -6,7 + 1476: -6,-1 + 1492: -20,-8 + 1497: -14,-8 + 1538: -3,16 + 1539: -7,16 + 1563: 36,7 + 1564: 34,13 + 1565: 34,16 + 1566: 27,16 + 1567: 21,16 + 1570: 21,10 + 1674: 22,3 + 5885: 31,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: - 907: -3,56 - 6538: -11,59 + 866: -3,56 + 6106: -11,59 + 6227: 11,68 + 6228: 14,66 + 6229: 5,66 - node: color: '#BA8841FF' id: BrickTileSteelCornerNe decals: - 2132: -58,13 - 2133: -62,13 - 2137: -48,14 - - node: - color: '#808080FF' - id: BrickTileSteelCornerNw - decals: - 6654: 6,61 + 2091: -58,13 + 2092: -62,13 + 2096: -48,14 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw decals: - 615: -24,-5 - 647: 26,-5 - 1477: -9,-5 - 1478: -12,-8 - 1484: -9,7 - 1518: -9,-1 - 1536: -24,-8 - 1537: -18,-8 - 1581: -9,16 - 1582: -5,16 - 1609: 15,16 - 1610: 15,10 - 1612: 33,7 - 1618: 29,16 - 1667: 23,16 - 1716: 19,3 - 6299: 30,3 + 574: -24,-5 + 606: 26,-5 + 1436: -9,-5 + 1437: -12,-8 + 1443: -9,7 + 1477: -9,-1 + 1495: -24,-8 + 1496: -18,-8 + 1540: -9,16 + 1541: -5,16 + 1568: 15,16 + 1569: 15,10 + 1571: 33,7 + 1577: 29,16 + 1626: 23,16 + 1675: 19,3 + 5886: 30,3 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 6537: -15,59 + 6105: -15,59 + 6230: 4,66 + 6231: 7,68 + 6238: 13,66 - node: color: '#BA8841FF' id: BrickTileSteelCornerNw decals: - 2134: -63,13 - 2135: -60,13 - 2136: -52,14 - - node: - color: '#808080FF' - id: BrickTileSteelCornerSe - decals: - 6649: 9,59 + 2093: -63,13 + 2094: -60,13 + 2095: -52,14 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe decals: - 617: -11,-6 - 648: 31,-12 - 673: 31,-3 - 1482: -6,5 - 1485: -9,-12 - 1519: -6,-3 - 1534: -14,-12 - 1546: -20,-12 - 1587: -3,9 - 1619: 21,12 - 1620: 21,9 - 1621: 34,9 - 1622: 36,5 - 1646: 34,15 - 1717: 22,0 + 576: -11,-6 + 607: 31,-12 + 632: 31,-3 + 1441: -6,5 + 1444: -9,-12 + 1478: -6,-3 + 1493: -14,-12 + 1505: -20,-12 + 1546: -3,9 + 1578: 21,12 + 1579: 21,9 + 1580: 34,9 + 1581: 36,5 + 1605: 34,15 + 1676: 22,0 - node: color: '#B02E26FF' id: BrickTileSteelCornerSe decals: - 908: -3,47 + 867: -3,47 + 6232: 11,64 + 6233: 14,64 + 6234: 5,64 - node: color: '#BA8841FF' id: BrickTileSteelCornerSe decals: - 2141: -48,11 - 2142: -62,11 - 2149: -58,11 - - node: - color: '#808080FF' - id: BrickTileSteelCornerSw - decals: - 6655: 6,59 + 2100: -48,11 + 2101: -62,11 + 2108: -58,11 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw decals: - 616: -24,-6 - 649: 26,-12 - 672: 30,-3 - 1480: -7,-12 - 1481: -9,5 - 1486: -12,-12 - 1509: -9,-6 - 1520: -9,-3 - 1535: -24,-12 - 1545: -18,-12 - 1586: -9,9 - 1613: 33,5 - 1614: 23,9 - 1615: 15,9 - 1616: 15,12 - 1617: 29,15 - 1729: 19,0 + 575: -24,-6 + 608: 26,-12 + 631: 30,-3 + 1439: -7,-12 + 1440: -9,5 + 1445: -12,-12 + 1468: -9,-6 + 1479: -9,-3 + 1494: -24,-12 + 1504: -18,-12 + 1545: -9,9 + 1572: 33,5 + 1573: 23,9 + 1574: 15,9 + 1575: 15,12 + 1576: 29,15 + 1688: 19,0 - node: color: '#B02E26FF' id: BrickTileSteelCornerSw decals: - 909: -15,47 + 868: -15,47 + 6235: 4,64 + 6236: 7,64 + 6237: 13,64 - node: color: '#BA8841FF' id: BrickTileSteelCornerSw decals: - 2138: -52,11 - 2139: -60,11 - 2140: -63,11 + 2097: -52,11 + 2098: -60,11 + 2099: -63,11 - node: color: '#B02E26FF' id: BrickTileSteelEndW decals: - 1087: -2,59 + 1046: -2,59 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNe decals: - 1594: -7,14 - 1689: 19,10 + 1553: -7,14 + 1648: 19,10 - node: color: '#B02E26FF' id: BrickTileSteelInnerNe decals: - 945: -11,56 + 904: -11,56 - node: color: '#BA8841FF' id: BrickTileSteelInnerNe decals: - 2162: -62,12 + 2121: -62,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNw decals: - 1593: -5,14 - 1688: 17,10 + 1552: -5,14 + 1647: 17,10 - node: color: '#B02E26FF' id: BrickTileSteelInnerNw decals: - 1088: -1,59 + 1047: -1,59 - node: color: '#BA8841FF' id: BrickTileSteelInnerNw decals: - 2163: -60,12 + 2122: -60,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSe decals: - 1686: 19,12 + 1645: 19,12 - node: color: '#BA8841FF' id: BrickTileSteelInnerSe decals: - 2160: -62,12 + 2119: -62,12 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSw decals: - 1516: -7,-6 - 1687: 17,12 + 1475: -7,-6 + 1646: 17,12 - node: color: '#B02E26FF' id: BrickTileSteelInnerSw decals: - 1089: -1,59 + 1048: -1,59 - node: color: '#BA8841FF' id: BrickTileSteelInnerSw decals: - 2161: -60,12 + 2120: -60,12 - node: color: '#91D4FFFF' id: BrickTileSteelLineE decals: - 660: 31,-1 - 661: 31,-2 - 662: 31,-11 - 663: 31,-10 - 664: 31,-9 - 665: 31,-8 - 666: 31,-7 - 667: 31,-6 - 1494: -9,-9 - 1495: -9,-10 - 1496: -9,-11 - 1497: -3,-10 - 1498: -3,-9 - 1499: -3,-8 - 1500: -3,-7 - 1501: -3,-6 - 1531: -6,6 - 1532: -6,-2 - 1539: -14,-9 - 1540: -14,-10 - 1541: -14,-11 - 1542: -20,-9 - 1543: -20,-10 - 1544: -20,-11 - 1571: -3,10 - 1572: -3,11 - 1573: -3,12 - 1574: -3,13 - 1575: -3,14 - 1576: -3,15 - 1577: -7,15 - 1677: 21,15 - 1678: 21,14 - 1679: 21,13 - 1680: 34,12 - 1681: 34,11 - 1682: 34,10 - 1685: 19,11 - 1725: 22,2 - 1726: 22,1 - 6300: 31,2 - 6301: 31,1 - 6302: 31,0 + 619: 31,-1 + 620: 31,-2 + 621: 31,-11 + 622: 31,-10 + 623: 31,-9 + 624: 31,-8 + 625: 31,-7 + 626: 31,-6 + 1453: -9,-9 + 1454: -9,-10 + 1455: -9,-11 + 1456: -3,-10 + 1457: -3,-9 + 1458: -3,-8 + 1459: -3,-7 + 1460: -3,-6 + 1490: -6,6 + 1491: -6,-2 + 1498: -14,-9 + 1499: -14,-10 + 1500: -14,-11 + 1501: -20,-9 + 1502: -20,-10 + 1503: -20,-11 + 1530: -3,10 + 1531: -3,11 + 1532: -3,12 + 1533: -3,13 + 1534: -3,14 + 1535: -3,15 + 1536: -7,15 + 1636: 21,15 + 1637: 21,14 + 1638: 21,13 + 1639: 34,12 + 1640: 34,11 + 1641: 34,10 + 1644: 19,11 + 1684: 22,2 + 1685: 22,1 + 5887: 31,2 + 5888: 31,1 + 5889: 31,0 - node: color: '#B02E26FF' id: BrickTileSteelLineE decals: - 917: -3,55 - 918: -3,54 - 919: -3,53 - 920: -3,52 - 921: -3,51 - 922: -3,50 - 923: -3,49 - 924: -3,48 - 6535: -11,57 - 6536: -11,58 + 876: -3,55 + 877: -3,54 + 878: -3,53 + 879: -3,52 + 880: -3,51 + 881: -3,50 + 882: -3,49 + 883: -3,48 + 6103: -11,57 + 6104: -11,58 + 6239: 14,65 + 6240: 11,67 + 6241: 11,66 + 6242: 11,65 + 6243: 5,65 - node: color: '#BA8841FF' id: BrickTileSteelLineE decals: - 2146: -48,13 - 2147: -48,12 - 2148: -58,12 - - node: - color: '#808080FF' - id: BrickTileSteelLineN - decals: - 6650: 7,61 - 6651: 8,61 + 2105: -48,13 + 2106: -48,12 + 2107: -58,12 - node: color: '#91D4FFFF' id: BrickTileSteelLineN decals: - 630: -23,-5 - 631: -22,-5 - 632: -21,-5 - 633: -20,-5 - 634: -19,-5 - 635: -18,-5 - 636: -17,-5 - 637: -16,-5 - 638: -15,-5 - 639: -14,-5 - 640: -13,-5 - 641: -12,-5 - 650: 30,-5 - 651: 29,-5 - 652: 28,-5 - 653: 27,-5 - 1489: -11,-8 - 1490: -10,-8 - 1511: -8,-5 - 1512: -7,-5 - 1513: -6,-5 - 1514: -5,-5 - 1515: -4,-5 - 1525: -8,-1 - 1526: -7,-1 - 1527: -8,7 - 1528: -7,7 - 1553: -23,-8 - 1554: -22,-8 - 1555: -21,-8 - 1556: -17,-8 - 1557: -16,-8 - 1558: -15,-8 - 1583: -8,16 - 1584: -4,16 - 1585: -6,14 - 1647: 16,16 - 1648: 17,16 - 1649: 18,16 - 1650: 19,16 - 1651: 20,16 - 1652: 24,16 - 1653: 25,16 - 1654: 26,16 - 1655: 30,16 - 1656: 31,16 - 1657: 32,16 - 1658: 33,16 - 1659: 34,7 - 1660: 35,7 - 1661: 33,13 - 1662: 32,13 - 1663: 31,13 - 1664: 30,13 - 1665: 29,13 - 1666: 28,13 - 1690: 16,10 - 1691: 20,10 - 1732: 20,3 - 1733: 21,3 + 589: -23,-5 + 590: -22,-5 + 591: -21,-5 + 592: -20,-5 + 593: -19,-5 + 594: -18,-5 + 595: -17,-5 + 596: -16,-5 + 597: -15,-5 + 598: -14,-5 + 599: -13,-5 + 600: -12,-5 + 609: 30,-5 + 610: 29,-5 + 611: 28,-5 + 612: 27,-5 + 1448: -11,-8 + 1449: -10,-8 + 1470: -8,-5 + 1471: -7,-5 + 1472: -6,-5 + 1473: -5,-5 + 1474: -4,-5 + 1484: -8,-1 + 1485: -7,-1 + 1486: -8,7 + 1487: -7,7 + 1512: -23,-8 + 1513: -22,-8 + 1514: -21,-8 + 1515: -17,-8 + 1516: -16,-8 + 1517: -15,-8 + 1542: -8,16 + 1543: -4,16 + 1544: -6,14 + 1606: 16,16 + 1607: 17,16 + 1608: 18,16 + 1609: 19,16 + 1610: 20,16 + 1611: 24,16 + 1612: 25,16 + 1613: 26,16 + 1614: 30,16 + 1615: 31,16 + 1616: 32,16 + 1617: 33,16 + 1618: 34,7 + 1619: 35,7 + 1620: 33,13 + 1621: 32,13 + 1622: 31,13 + 1623: 30,13 + 1624: 29,13 + 1625: 28,13 + 1649: 16,10 + 1650: 20,10 + 1691: 20,3 + 1692: 21,3 - node: color: '#B02E26FF' id: BrickTileSteelLineN decals: - 910: -10,56 - 911: -9,56 - 912: -8,56 - 913: -7,56 - 914: -6,56 - 915: -5,56 - 916: -4,56 - 6539: -14,59 - 6540: -13,59 - 6541: -12,59 + 869: -10,56 + 870: -9,56 + 871: -8,56 + 872: -7,56 + 873: -6,56 + 874: -5,56 + 875: -4,56 + 6107: -14,59 + 6108: -13,59 + 6109: -12,59 + 6249: 8,68 + 6250: 9,68 + 6251: 10,68 - node: color: '#BA8841FF' id: BrickTileSteelLineN decals: - 2154: -61,12 - 2155: -51,14 - 2156: -50,14 - 2157: -49,14 - 2158: -59,13 - - node: - color: '#808080FF' - id: BrickTileSteelLineS - decals: - 6652: 7,59 - 6653: 8,59 + 2113: -61,12 + 2114: -51,14 + 2115: -50,14 + 2116: -49,14 + 2117: -59,13 - node: color: '#91D4FFFF' id: BrickTileSteelLineS decals: - 618: -12,-6 - 619: -13,-6 - 620: -14,-6 - 621: -15,-6 - 622: -16,-6 - 623: -17,-6 - 624: -18,-6 - 625: -19,-6 - 626: -20,-6 - 627: -21,-6 - 628: -22,-6 - 629: -23,-6 - 668: 30,-12 - 669: 29,-12 - 670: 28,-12 - 671: 27,-12 - 1487: -11,-12 - 1488: -10,-12 - 1502: -5,-12 - 1503: -6,-12 - 1510: -8,-6 - 1521: -8,-3 - 1522: -7,-3 - 1523: -8,5 - 1524: -7,5 - 1547: -23,-12 - 1548: -22,-12 - 1549: -21,-12 - 1550: -17,-12 - 1551: -16,-12 - 1552: -15,-12 - 1588: -4,9 - 1589: -5,9 - 1590: -6,9 - 1591: -7,9 - 1592: -8,9 - 1623: 16,9 - 1624: 17,9 - 1625: 18,9 - 1626: 19,9 - 1627: 20,9 - 1628: 20,12 - 1629: 16,12 - 1630: 24,9 - 1631: 25,9 - 1632: 26,9 - 1633: 27,9 - 1634: 28,9 - 1635: 29,9 - 1636: 30,9 - 1637: 31,9 - 1638: 32,9 - 1639: 33,9 - 1640: 34,5 - 1641: 35,5 - 1642: 30,15 - 1643: 31,15 - 1644: 32,15 - 1645: 33,15 - 1727: 20,0 - 1728: 21,0 + 577: -12,-6 + 578: -13,-6 + 579: -14,-6 + 580: -15,-6 + 581: -16,-6 + 582: -17,-6 + 583: -18,-6 + 584: -19,-6 + 585: -20,-6 + 586: -21,-6 + 587: -22,-6 + 588: -23,-6 + 627: 30,-12 + 628: 29,-12 + 629: 28,-12 + 630: 27,-12 + 1446: -11,-12 + 1447: -10,-12 + 1461: -5,-12 + 1462: -6,-12 + 1469: -8,-6 + 1480: -8,-3 + 1481: -7,-3 + 1482: -8,5 + 1483: -7,5 + 1506: -23,-12 + 1507: -22,-12 + 1508: -21,-12 + 1509: -17,-12 + 1510: -16,-12 + 1511: -15,-12 + 1547: -4,9 + 1548: -5,9 + 1549: -6,9 + 1550: -7,9 + 1551: -8,9 + 1582: 16,9 + 1583: 17,9 + 1584: 18,9 + 1585: 19,9 + 1586: 20,9 + 1587: 20,12 + 1588: 16,12 + 1589: 24,9 + 1590: 25,9 + 1591: 26,9 + 1592: 27,9 + 1593: 28,9 + 1594: 29,9 + 1595: 30,9 + 1596: 31,9 + 1597: 32,9 + 1598: 33,9 + 1599: 34,5 + 1600: 35,5 + 1601: 30,15 + 1602: 31,15 + 1603: 32,15 + 1604: 33,15 + 1686: 20,0 + 1687: 21,0 - node: color: '#B02E26FF' id: BrickTileSteelLineS decals: - 934: -14,47 - 935: -13,47 - 936: -12,47 - 937: -11,47 - 938: -10,47 - 939: -9,47 - 940: -8,47 - 941: -7,47 - 942: -6,47 - 943: -5,47 - 944: -4,47 + 893: -14,47 + 894: -13,47 + 895: -12,47 + 896: -11,47 + 897: -10,47 + 898: -9,47 + 899: -8,47 + 900: -7,47 + 901: -6,47 + 902: -5,47 + 903: -4,47 + 6252: 8,64 + 6253: 9,64 + 6254: 10,64 - node: color: '#BA8841FF' id: BrickTileSteelLineS decals: - 2150: -61,12 - 2151: -51,11 - 2152: -50,11 - 2153: -49,11 - 2159: -59,11 + 2109: -61,12 + 2110: -51,11 + 2111: -50,11 + 2112: -49,11 + 2118: -59,11 - node: color: '#91D4FFFF' id: BrickTileSteelLineW decals: - 654: 26,-6 - 655: 26,-7 - 656: 26,-8 - 657: 26,-9 - 658: 26,-10 - 659: 26,-11 - 674: 30,-2 - 675: 30,-1 - 676: 30,1 - 1491: -12,-9 - 1492: -12,-10 - 1493: -12,-11 - 1504: -7,-11 - 1505: -7,-10 - 1506: -7,-9 - 1507: -7,-8 - 1508: -7,-7 - 1529: -9,6 - 1530: -9,-2 - 1559: -24,-9 - 1560: -24,-10 - 1561: -24,-11 - 1562: -18,-9 - 1563: -18,-10 - 1564: -18,-11 - 1565: -9,15 - 1566: -9,14 - 1567: -9,11 - 1568: -9,10 - 1569: -9,13 - 1570: -9,12 - 1578: -5,15 - 1668: 23,15 - 1669: 23,14 - 1670: 23,13 - 1671: 23,12 - 1672: 23,11 - 1673: 23,10 - 1674: 15,15 - 1675: 15,14 - 1676: 15,13 - 1683: 33,6 - 1684: 17,11 - 1730: 19,1 - 1731: 19,2 - 6303: 30,2 - 6304: 30,0 + 613: 26,-6 + 614: 26,-7 + 615: 26,-8 + 616: 26,-9 + 617: 26,-10 + 618: 26,-11 + 633: 30,-2 + 634: 30,-1 + 635: 30,1 + 1450: -12,-9 + 1451: -12,-10 + 1452: -12,-11 + 1463: -7,-11 + 1464: -7,-10 + 1465: -7,-9 + 1466: -7,-8 + 1467: -7,-7 + 1488: -9,6 + 1489: -9,-2 + 1518: -24,-9 + 1519: -24,-10 + 1520: -24,-11 + 1521: -18,-9 + 1522: -18,-10 + 1523: -18,-11 + 1524: -9,15 + 1525: -9,14 + 1526: -9,11 + 1527: -9,10 + 1528: -9,13 + 1529: -9,12 + 1537: -5,15 + 1627: 23,15 + 1628: 23,14 + 1629: 23,13 + 1630: 23,12 + 1631: 23,11 + 1632: 23,10 + 1633: 15,15 + 1634: 15,14 + 1635: 15,13 + 1642: 33,6 + 1643: 17,11 + 1689: 19,1 + 1690: 19,2 + 5890: 30,2 + 5891: 30,0 - node: color: '#B02E26FF' id: BrickTileSteelLineW decals: - 925: -15,48 - 926: -15,49 - 927: -15,50 - 928: -15,51 - 929: -15,52 - 930: -15,53 - 931: -15,54 - 932: -15,55 - 933: -15,56 - 1074: -1,56 - 1075: -1,55 - 1076: -1,54 - 1077: -1,53 - 1078: -1,52 - 1079: -1,51 - 1080: -1,50 - 1081: -1,49 - 1082: -1,48 - 1083: -1,47 - 1084: -1,61 - 1085: -1,60 - 1086: -1,58 - 6533: -15,57 - 6534: -15,58 + 884: -15,48 + 885: -15,49 + 886: -15,50 + 887: -15,51 + 888: -15,52 + 889: -15,53 + 890: -15,54 + 891: -15,55 + 892: -15,56 + 1033: -1,56 + 1034: -1,55 + 1035: -1,54 + 1036: -1,53 + 1037: -1,52 + 1038: -1,51 + 1039: -1,50 + 1040: -1,49 + 1041: -1,48 + 1042: -1,47 + 1043: -1,61 + 1044: -1,60 + 1045: -1,58 + 6101: -15,57 + 6102: -15,58 + 6244: 4,65 + 6245: 7,67 + 6246: 7,66 + 6247: 7,65 + 6248: 13,65 - node: color: '#BA8841FF' id: BrickTileSteelLineW decals: - 2143: -52,12 - 2144: -52,13 - 2145: -63,12 + 2102: -52,12 + 2103: -52,13 + 2104: -63,12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe decals: - 1123: 7,42 - 1155: 14,40 - 1169: 20,40 - 1172: 19,50 - 1207: 15,50 - 1208: 11,56 - 1250: 15,43 - 1289: 27,46 - 1304: 29,52 - 1337: 19,57 - 1338: 20,56 - 1353: 22,57 - 1354: 21,58 - 1373: 28,56 - 1384: 9,30 - 1385: 14,30 - 1386: 20,29 - 1387: 12,25 + 1082: 7,42 + 1114: 14,40 + 1128: 20,40 + 1131: 19,50 + 1166: 15,50 + 1167: 11,56 + 1209: 15,43 + 1248: 27,46 + 1263: 29,52 + 1296: 19,57 + 1297: 20,56 + 1312: 22,57 + 1313: 21,58 + 1332: 28,56 + 1343: 9,30 + 1344: 14,30 + 1345: 20,29 + 1346: 12,25 - node: color: '#354DA0FF' id: BrickTileWhiteCornerNe decals: - 6305: 36,3 + 5892: 36,3 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNe decals: - 2365: -36,24 - 2398: -38,13 - 2399: -37,12 - 2415: 36,-1 + 2285: -36,24 + 2318: -38,13 + 2319: -37,12 + 2335: 36,-1 + - node: + color: '#80C71FFF' + id: BrickTileWhiteCornerNe + decals: + 6331: -17,7 + 6332: -14,7 + 6333: -19,7 + 6334: -21,7 + 6335: -23,7 + 6336: -25,7 + 6337: -27,7 + 6338: -29,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNe decals: - 3504: -7,-19 - 3505: -18,-19 - 3506: -25,-19 - 3507: -25,-24 - 3508: -10,-28 - 3509: -4,-23 - 3510: -13,-24 - 3511: -19,-28 - 3512: -10,-33 - 3513: -16,-33 - 3514: -16,-38 - 3515: -10,-38 - 3516: -7,-41 - 3527: -19,-19 - 3538: -10,-38 - 4769: -22,-41 + 3253: -7,-19 + 3254: -18,-19 + 3255: -25,-19 + 3256: -25,-24 + 3257: -10,-28 + 3258: -4,-23 + 3259: -13,-24 + 3260: -19,-28 + 3261: -10,-33 + 3262: -16,-33 + 3263: -16,-38 + 3264: -10,-38 + 3265: -7,-41 + 3276: -19,-19 + 3287: -10,-38 + 4459: -22,-41 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNe decals: - 378: -26,7 - 379: -20,7 - 380: -14,7 - 381: -14,-1 - 382: -20,-1 - 383: -26,-1 - 384: 6,7 - 385: 13,16 - 386: -11,16 - 1693: 31,7 + 374: -14,-1 + 375: -20,-1 + 376: -26,-1 + 377: 6,7 + 378: 13,16 + 379: -11,16 + 1652: 31,7 + 6288: 7,-5 + 6289: 13,-5 + 6290: 13,-8 + 6291: 7,-10 - node: color: '#951710FF' id: BrickTileWhiteCornerNe decals: - 6620: -20,48 + 6158: -20,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe decals: - 947: -11,64 - 956: -2,64 - 957: -7,64 - 963: -30,62 - 990: -19,59 - 991: -2,68 - 4717: -36,67 - - node: - color: '#9FED58FF' - id: BrickTileWhiteCornerNe - decals: - 2218: 13,-5 - 2241: 10,-5 + 906: -11,64 + 915: -2,64 + 916: -7,64 + 922: -30,62 + 949: -19,59 + 950: -2,68 + 4410: -36,67 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNe decals: - 681: -21,42 - 701: -30,42 - 707: -5,43 - 775: -8,35 - 776: -5,35 - 777: -5,30 - 805: -14,26 - 824: -9,30 - 825: -12,36 - 876: -33,31 - 877: -33,35 - 890: -13,45 - 901: -17,42 - 1120: -10,22 - 4731: -32,51 + 640: -21,42 + 660: -30,42 + 666: -5,43 + 734: -8,35 + 735: -5,35 + 736: -5,30 + 764: -14,26 + 783: -9,30 + 784: -12,36 + 835: -33,31 + 836: -33,35 + 849: -13,45 + 860: -17,42 + 1079: -10,22 + 4424: -32,51 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNe decals: - 2437: 50,21 - 2467: 32,24 - 2468: 32,30 - 2469: 40,30 - 2470: 40,26 - 2471: 49,26 - 2472: 50,24 - 2473: 49,30 - 2474: 46,30 - 2475: 44,34 - 2476: 50,40 - 2477: 49,44 - 2478: 50,51 - 2479: 45,51 - 2480: 47,57 - 2481: 41,57 - 2482: 35,51 - 2487: 40,44 - 2505: 63,30 - 2506: 68,30 - 2509: 49,34 - 2769: 68,27 - 2783: 54,49 - 2784: 53,51 + 2357: 50,21 + 2387: 32,24 + 2388: 32,30 + 2389: 40,30 + 2390: 40,26 + 2391: 49,26 + 2392: 50,24 + 2393: 49,30 + 2394: 46,30 + 2395: 44,34 + 2396: 50,40 + 2397: 49,44 + 2398: 50,51 + 2399: 45,51 + 2400: 47,57 + 2401: 41,57 + 2402: 35,51 + 2407: 40,44 + 2424: 63,30 + 2425: 49,34 + 2685: 54,49 + 2686: 53,51 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNe decals: - 1913: -53,37 - 1914: -52,36 - 1915: -42,35 - 1916: -48,27 - 1917: -48,23 - 1918: -48,18 - 1919: -58,20 - 1931: -58,27 - 1932: -59,30 - 1933: -60,36 - 1934: -42,31 + 1872: -53,37 + 1873: -52,36 + 1874: -42,35 + 1875: -48,27 + 1876: -48,23 + 1877: -48,18 + 1878: -58,20 + 1890: -58,27 + 1891: -59,30 + 1892: -60,36 + 1893: -42,31 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNe decals: - 2873: -50,5 - 2874: -50,-2 - 2875: -58,-2 - 2994: -54,-6 - 2995: -58,-7 - 3021: -53,-28 - 3022: -50,-11 - 3055: -59,-15 - 3198: -98,13 - 3199: -97,12 - 3200: -96,10 - 3201: -89,9 - 3202: -83,10 - 3203: -84,17 - 3204: -80,22 - 3205: -95,26 - 3206: -96,28 - 3207: -97,29 - 3208: -94,18 - 3209: -93,17 - 3210: -92,16 - 3211: -91,15 - 3212: -72,17 - 3213: -72,14 - 3214: -68,17 - 3215: -68,11 - 3216: -76,9 - 3217: -84,4 - 3218: -81,-4 - 3219: -80,-5 - 3220: -83,-3 - 3276: -91,5 - 6558: -72,3 + 2775: -50,5 + 2776: -50,-2 + 2777: -58,-2 + 2881: -58,-7 + 2904: -50,-11 + 2916: -59,-15 + 3015: -98,13 + 3016: -97,12 + 3017: -96,10 + 3018: -89,9 + 3019: -83,10 + 3020: -84,17 + 3021: -80,22 + 3022: -95,26 + 3023: -96,28 + 3024: -97,29 + 3025: -72,17 + 3026: -72,14 + 3027: -68,17 + 3028: -68,11 + 3029: -76,9 + 3030: -84,4 + 3031: -81,-4 + 3032: -80,-5 + 3033: -83,-3 + 6178: -97,-2 + 6179: -96,-3 + 6182: -92,-5 + 6185: -92,22 + 6200: -68,3 + 6379: -53,-6 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe decals: - 2264: 17,-1 - 2265: 17,3 - 2266: 28,-2 - 2315: 21,-8 + 2184: 17,-1 + 2185: 17,3 + 2186: 28,-2 + 2235: 21,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNw decals: - 1124: 4,42 - 1150: 9,40 - 1170: 16,40 - 1171: 17,50 - 1209: 5,56 - 1210: 9,50 - 1248: 9,43 - 1283: 21,46 - 1305: 24,52 - 1306: 23,51 - 1307: 21,50 - 1331: 17,57 - 1332: 16,56 - 1355: 15,58 - 1356: 14,57 - 1374: 26,56 - 1381: 4,30 - 1382: 11,30 - 1383: 17,29 - 1388: 6,25 + 1083: 4,42 + 1109: 9,40 + 1129: 16,40 + 1130: 17,50 + 1168: 5,56 + 1169: 9,50 + 1207: 9,43 + 1242: 21,46 + 1264: 24,52 + 1265: 23,51 + 1266: 21,50 + 1290: 17,57 + 1291: 16,56 + 1314: 15,58 + 1315: 14,57 + 1333: 26,56 + 1340: 4,30 + 1341: 11,30 + 1342: 17,29 + 1347: 6,25 - node: color: '#354DA0FF' id: BrickTileWhiteCornerNw decals: - 6307: 33,3 + 5894: 33,3 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNw decals: - 2363: -43,24 - 2382: -40,19 - 2383: -37,20 - 2395: -40,13 - 2396: -41,12 - 2397: -42,10 - 2412: 33,-1 + 2283: -43,24 + 2302: -40,19 + 2303: -37,20 + 2315: -40,13 + 2316: -41,12 + 2317: -42,10 + 2332: 33,-1 + - node: + color: '#80C71FFF' + id: BrickTileWhiteCornerNw + decals: + 6339: -30,7 + 6340: -26,7 + 6341: -28,7 + 6342: -24,7 + 6343: -22,7 + 6344: -20,7 + 6345: -18,7 + 6346: -15,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNw decals: - 3517: -17,-28 - 3518: -17,-33 - 3519: -14,-33 - 3520: -20,-38 - 3521: -14,-38 - 3522: -11,-24 - 3523: -5,-23 - 3524: -17,-24 - 3525: -17,-19 - 3526: -23,-19 - 3528: -31,-19 - 3529: -31,-24 - 4770: -52,-41 - 4848: -23,-28 + 3266: -17,-28 + 3267: -17,-33 + 3268: -14,-33 + 3269: -20,-38 + 3270: -14,-38 + 3271: -11,-24 + 3272: -5,-23 + 3273: -17,-24 + 3274: -17,-19 + 3275: -23,-19 + 3277: -31,-19 + 3278: -31,-24 + 4460: -52,-41 + 4538: -23,-28 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNw decals: - 387: -30,13 - 391: -30,3 - 411: -15,16 - 483: -30,-1 - 484: -24,-1 - 485: -18,-1 - 486: -30,7 - 487: -24,7 - 488: -18,7 - 577: -4,7 - 601: -9,3 - 1597: 8,7 - 1837: -13,-14 - 4850: 6,16 - 4851: 5,15 + 380: -30,13 + 384: -30,3 + 404: -15,16 + 464: -30,-1 + 465: -24,-1 + 466: -18,-1 + 536: -4,7 + 560: -9,3 + 1556: 8,7 + 1796: -13,-14 + 4540: 6,16 + 4541: 5,15 + 6279: 5,-5 + 6280: 9,-5 + 6281: 12,-8 + 6282: 5,-10 - node: color: '#951710FF' id: BrickTileWhiteCornerNw decals: - 6596: -28,48 - 6597: -29,47 + 6134: -28,48 + 6135: -29,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw decals: - 946: -28,64 - 955: -5,64 - 958: -9,64 - 962: -32,62 - 992: -24,59 - 993: -6,68 - 4718: -45,67 - - node: - color: '#9FED58FF' - id: BrickTileWhiteCornerNw - decals: - 2219: 5,-5 - 2242: 8,-5 + 905: -28,64 + 914: -5,64 + 917: -9,64 + 921: -32,62 + 951: -24,59 + 952: -6,68 + 4411: -45,67 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNw decals: - 680: -28,42 - 702: -31,42 - 713: -11,42 - 714: -9,43 - 771: -12,26 - 772: -7,30 - 773: -9,35 - 774: -6,35 - 806: -23,26 - 826: -23,30 - 873: -37,35 - 875: -37,31 - 894: -17,45 - 902: -19,42 - 4730: -34,51 + 639: -28,42 + 661: -31,42 + 672: -11,42 + 673: -9,43 + 730: -12,26 + 731: -7,30 + 732: -9,35 + 733: -6,35 + 765: -23,26 + 785: -23,30 + 832: -37,35 + 834: -37,31 + 853: -17,45 + 861: -19,42 + 4423: -34,51 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNw decals: - 2450: 26,30 - 2451: 34,30 - 2452: 38,44 - 2453: 34,51 - 2454: 39,51 - 2455: 49,51 - 2456: 37,57 - 2457: 43,57 - 2458: 42,44 - 2459: 42,40 - 2460: 42,34 - 2461: 46,34 - 2462: 42,30 - 2463: 48,30 - 2464: 42,26 - 2465: 34,26 - 2466: 26,24 - 2504: 51,30 - 2507: 65,30 - 2782: 52,51 - 2790: 52,47 + 2370: 26,30 + 2371: 34,30 + 2372: 38,44 + 2373: 34,51 + 2374: 39,51 + 2375: 49,51 + 2376: 37,57 + 2377: 43,57 + 2378: 42,44 + 2379: 42,40 + 2380: 42,34 + 2381: 46,34 + 2382: 42,30 + 2383: 48,30 + 2384: 42,26 + 2385: 34,26 + 2386: 26,24 + 2423: 51,30 + 2684: 52,51 + 2692: 52,47 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNw decals: - 1921: -52,18 - 1922: -52,23 - 1923: -66,27 - 1924: -65,30 - 1925: -64,36 - 1926: -57,37 - 1927: -58,36 - 1928: -50,35 - 1929: -57,31 - 1936: -52,27 - 1979: -64,20 + 1880: -52,18 + 1881: -52,23 + 1882: -66,27 + 1883: -65,30 + 1884: -64,36 + 1885: -57,37 + 1886: -58,36 + 1887: -50,35 + 1888: -57,31 + 1895: -52,27 + 1938: -64,20 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNw decals: - 2876: -63,5 - 2877: -63,-2 - 2878: -56,-2 - 2993: -56,-6 - 2996: -63,-7 - 3023: -56,-11 - 3024: -60,-12 - 3056: -60,-15 - 3221: -98,-2 - 3222: -95,-1 - 3223: -94,0 - 3224: -93,1 - 3225: -90,-5 - 3226: -89,-4 - 3227: -87,-3 - 3228: -86,4 - 3229: -87,10 - 3230: -94,9 - 3231: -99,13 - 3232: -81,9 - 3233: -86,17 - 3234: -90,22 - 3235: -98,29 - 3236: -74,17 - 3237: -70,17 - 3238: -74,11 - 3277: -92,5 - 6550: -74,3 + 2778: -63,5 + 2779: -63,-2 + 2780: -56,-2 + 2880: -56,-6 + 2882: -63,-7 + 2905: -56,-11 + 2906: -60,-12 + 2917: -60,-15 + 3034: -98,-2 + 3035: -90,-5 + 3036: -89,-4 + 3037: -87,-3 + 3038: -86,4 + 3039: -87,10 + 3040: -94,9 + 3041: -99,13 + 3042: -81,9 + 3043: -86,17 + 3044: -90,22 + 3045: -98,29 + 3046: -74,17 + 3047: -70,17 + 3048: -74,11 + 6199: -70,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw decals: - 2257: 12,3 - 2261: 12,0 - 2314: 15,-8 + 2177: 12,3 + 2181: 12,0 + 2234: 15,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSe decals: - 1156: 14,37 - 1168: 7,35 - 1174: 20,35 - 1244: 15,42 - 1245: 15,45 - 1246: 7,47 - 1247: 11,52 - 1310: 23,48 - 1311: 29,48 - 1333: 19,53 - 1334: 20,54 - 1360: 20,52 - 1361: 21,53 - 1362: 22,54 - 1376: 28,54 - 1389: 9,27 - 1390: 14,27 - 1391: 20,24 - 1396: 12,23 + 1115: 14,37 + 1127: 7,35 + 1133: 20,35 + 1203: 15,42 + 1204: 15,45 + 1205: 7,47 + 1206: 11,52 + 1269: 23,48 + 1270: 29,48 + 1292: 19,53 + 1293: 20,54 + 1319: 20,52 + 1320: 21,53 + 1321: 22,54 + 1335: 28,54 + 1348: 9,27 + 1349: 14,27 + 1350: 20,24 + 1355: 12,23 - node: color: '#354DA0FF' id: BrickTileWhiteCornerSe decals: - 6308: 36,1 + 5895: 36,1 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSe decals: - 2358: -42,19 - 2360: -39,21 - 2361: -37,22 - 2362: -36,23 - 2400: -37,9 - 2413: 36,-3 + 2278: -42,19 + 2280: -39,21 + 2281: -37,22 + 2282: -36,23 + 2320: -37,9 + 2333: 36,-3 + - node: + color: '#80C71FFF' + id: BrickTileWhiteCornerSe + decals: + 6347: -14,5 + 6348: -17,5 + 6349: -19,5 + 6350: -21,5 + 6351: -23,5 + 6352: -25,5 + 6353: -27,5 + 6354: -29,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSe decals: - 3539: -7,-43 - 3540: -10,-36 - 3541: -16,-36 - 3542: -13,-26 - 3543: -4,-26 - 3544: -7,-22 - 3545: -25,-26 - 3546: -25,-22 - 3569: -10,-31 - 4767: -16,-45 - 4768: -22,-45 - 4772: -48,-50 + 3288: -7,-43 + 3289: -10,-36 + 3290: -16,-36 + 3291: -13,-26 + 3292: -4,-26 + 3293: -7,-22 + 3294: -25,-26 + 3295: -25,-22 + 3318: -10,-31 + 4457: -16,-45 + 4458: -22,-45 + 4462: -48,-50 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSe decals: - 480: -26,-3 - 481: -20,-3 - 482: -14,-3 - 501: -26,5 - 502: -20,5 - 503: -14,5 - 504: -11,-3 - 578: 6,-3 - 1596: 13,9 - 1692: 31,5 - 1749: 10,-3 + 461: -26,-3 + 462: -20,-3 + 463: -14,-3 + 473: -11,-3 + 537: 6,-3 + 1555: 13,9 + 1651: 31,5 + 1708: 10,-3 + 6283: 10,-12 + 6284: 7,-12 + 6285: 13,-12 + 6286: 13,-6 + 6287: 7,-8 - node: color: '#951710FF' id: BrickTileWhiteCornerSe decals: - 6595: -23,44 - 6619: -20,47 + 6133: -23,44 + 6157: -20,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe decals: - 948: -11,61 - 949: -26,53 - 950: -19,53 - 954: -2,63 - 959: -7,63 - 960: -30,57 - 995: -2,66 - 1054: -16,61 - 4716: -36,58 - - node: - color: '#9FED58FF' - id: BrickTileWhiteCornerSe - decals: - 2220: 13,-12 - 2243: 10,-12 + 907: -11,61 + 908: -26,53 + 909: -19,53 + 913: -2,63 + 918: -7,63 + 919: -30,57 + 954: -2,66 + 1013: -16,61 + 4409: -36,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSe decals: - 682: -21,39 - 704: -30,39 - 705: -5,39 - 706: -6,38 - 801: -5,23 - 802: -5,32 - 803: -14,24 - 839: -20,28 - 854: -9,28 - 878: -33,29 - 879: -33,33 - 899: -17,39 - 4733: -33,37 - 4734: -32,44 + 641: -21,39 + 663: -30,39 + 664: -5,39 + 665: -6,38 + 760: -5,23 + 761: -5,32 + 762: -14,24 + 798: -20,28 + 813: -9,28 + 837: -33,29 + 838: -33,33 + 858: -17,39 + 4426: -33,37 + 4427: -32,44 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSe decals: - 2496: 32,26 - 2497: 40,23 - 2498: 50,23 - 2499: 49,28 - 2500: 49,32 - 2501: 63,26 - 2502: 68,26 - 2510: 50,36 - 2511: 49,42 - 2512: 50,46 - 2513: 47,53 - 2514: 41,53 - 2515: 40,28 - 2516: 40,32 - 2517: 32,23 - 2770: 68,29 - 2788: 54,46 + 2416: 32,26 + 2417: 40,23 + 2418: 50,23 + 2419: 49,28 + 2420: 49,32 + 2421: 63,26 + 2426: 50,36 + 2427: 49,42 + 2428: 50,46 + 2429: 47,53 + 2430: 41,53 + 2431: 40,28 + 2432: 40,32 + 2433: 32,23 + 2690: 54,46 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSe decals: - 1906: -58,22 - 1907: -48,20 - 1908: -48,16 - 1909: -48,25 - 1910: -52,33 - 1911: -42,33 - 1920: -58,15 - 1935: -42,29 - 1978: -54,11 + 1865: -58,22 + 1866: -48,20 + 1867: -48,16 + 1868: -48,25 + 1869: -52,33 + 1870: -42,33 + 1879: -58,15 + 1894: -42,29 + 1937: -54,11 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSe decals: - 2883: -58,-5 - 2884: -50,-4 - 2885: -57,0 - 2886: -50,0 - 2998: -58,-10 - 3018: -54,-9 - 3019: -50,-12 - 3020: -53,-13 - 3153: -80,-6 - 3154: -84,-1 - 3155: -83,6 - 3156: -68,5 - 3157: -68,13 - 3158: -72,13 - 3159: -72,16 - 3160: -76,7 - 3161: -84,12 - 3162: -83,19 - 3163: -81,20 - 3164: -80,21 - 3165: -97,4 - 3166: -96,6 - 3167: -98,3 - 3169: -89,7 - 3170: -91,11 - 3171: -91,1 - 3172: -92,0 - 3173: -93,-1 - 3174: -94,-2 - 3175: -95,-10 - 3176: -96,-12 - 3177: -97,-13 - 6557: -72,0 + 2785: -58,-5 + 2786: -50,-4 + 2787: -57,0 + 2788: -50,0 + 2884: -58,-10 + 2902: -50,-12 + 2903: -53,-13 + 2979: -80,-6 + 2980: -84,-1 + 2981: -83,6 + 2982: -68,5 + 2983: -68,13 + 2984: -72,13 + 2985: -72,16 + 2986: -76,7 + 2987: -84,12 + 2988: -83,19 + 2989: -81,20 + 2990: -80,21 + 2991: -97,4 + 2992: -96,6 + 2993: -98,3 + 2995: -89,7 + 2996: -95,-10 + 2997: -96,-12 + 2998: -97,-13 + 6172: -96,19 + 6173: -97,18 + 6183: -92,-6 + 6184: -92,21 + 6201: -68,-1 + 6380: -53,-9 + 6385: -59,-26 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe decals: - 2258: 21,-6 - 2259: 28,-3 - 2260: 17,1 - 2313: 21,-12 + 2178: 21,-6 + 2179: 28,-3 + 2180: 17,1 + 2233: 21,-12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSw decals: - 1149: 4,35 - 1157: 9,37 - 1173: 16,35 - 1240: 9,45 - 1241: 5,47 - 1242: 9,42 - 1243: 21,45 - 1308: 21,48 - 1309: 25,48 - 1335: 16,54 - 1336: 17,53 - 1357: 14,54 - 1358: 15,53 - 1359: 16,52 - 1375: 26,54 - 1392: 4,27 - 1393: 11,27 - 1394: 17,24 - 1395: 6,23 + 1108: 4,35 + 1116: 9,37 + 1132: 16,35 + 1199: 9,45 + 1200: 5,47 + 1201: 9,42 + 1202: 21,45 + 1267: 21,48 + 1268: 25,48 + 1294: 16,54 + 1295: 17,53 + 1316: 14,54 + 1317: 15,53 + 1318: 16,52 + 1334: 26,54 + 1351: 4,27 + 1352: 11,27 + 1353: 17,24 + 1354: 6,23 - node: color: '#354DA0FF' id: BrickTileWhiteCornerSw decals: - 6306: 33,1 + 5893: 33,1 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSw decals: - 2359: -43,19 - 2401: -42,9 - 2414: 33,-3 + 2279: -43,19 + 2321: -42,9 + 2334: 33,-3 + - node: + color: '#80C71FFF' + id: BrickTileWhiteCornerSw + decals: + 6355: -30,5 + 6356: -28,5 + 6357: -26,5 + 6358: -24,5 + 6359: -22,5 + 6360: -20,5 + 6361: -18,5 + 6370: -15,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSw decals: - 3530: -31,-26 - 3531: -31,-22 - 3532: -23,-26 - 3533: -17,-22 - 3534: -11,-26 - 3535: -17,-31 - 3536: -14,-36 - 3537: -14,-43 - 4766: -20,-45 - 4771: -52,-50 - 4843: -23,-36 + 3279: -31,-26 + 3280: -31,-22 + 3281: -23,-26 + 3282: -17,-22 + 3283: -11,-26 + 3284: -17,-31 + 3285: -14,-36 + 3286: -14,-43 + 4456: -20,-45 + 4461: -52,-50 + 4533: -23,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSw decals: - 388: -30,12 - 389: -12,-3 - 390: -30,1 - 489: -30,-3 - 490: -24,-3 - 491: -18,-3 - 498: -30,5 - 499: -24,5 - 500: -18,5 - 575: -9,1 - 576: -4,-3 - 1595: 5,9 - 1724: 8,-3 - 1894: -9,18 + 381: -30,12 + 382: -12,-3 + 383: -30,1 + 467: -30,-3 + 468: -24,-3 + 469: -18,-3 + 534: -9,1 + 535: -4,-3 + 1554: 5,9 + 1683: 8,-3 + 1853: -9,18 + 6293: 5,-11 + 6294: 5,-8 + 6295: 12,-12 + 6319: 6,-12 - node: color: '#951710FF' id: BrickTileWhiteCornerSw decals: - 6598: -29,44 + 6136: -29,44 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw decals: - 951: -28,53 - 952: -9,63 - 953: -5,63 - 961: -32,57 - 1051: -24,53 - 1052: -14,61 - 1053: -6,66 - 4715: -40,58 - 6631: -45,62 - - node: - color: '#9FED58FF' - id: BrickTileWhiteCornerSw - decals: - 2244: 8,-12 - 4762: 6,-12 - 4763: 5,-11 + 910: -28,53 + 911: -9,63 + 912: -5,63 + 920: -32,57 + 1010: -24,53 + 1011: -14,61 + 1012: -6,66 + 4408: -40,58 + 6169: -45,62 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSw decals: - 677: -28,39 - 703: -31,39 - 708: -11,39 - 711: -8,38 - 782: -12,24 - 783: -8,23 - 784: -9,32 - 804: -23,24 - 838: -18,28 - 842: -23,28 - 872: -37,29 - 874: -37,33 - 895: -17,44 - 900: -19,39 - 4732: -34,37 + 636: -28,39 + 662: -31,39 + 667: -11,39 + 670: -8,38 + 741: -12,24 + 742: -8,23 + 743: -9,32 + 763: -23,24 + 797: -18,28 + 801: -23,28 + 831: -37,29 + 833: -37,33 + 854: -17,44 + 859: -19,39 + 4425: -34,37 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSw decals: - 2483: 34,46 - 2484: 37,53 - 2485: 43,53 - 2486: 38,32 - 2488: 42,42 - 2489: 42,36 - 2490: 42,32 - 2491: 42,28 - 2492: 42,23 - 2493: 34,23 - 2494: 26,23 - 2495: 26,26 - 2503: 51,26 - 2508: 65,26 - 2585: 34,28 - 2781: 52,46 - 2792: 52,49 + 2403: 34,46 + 2404: 37,53 + 2405: 43,53 + 2406: 38,32 + 2408: 42,42 + 2409: 42,36 + 2410: 42,32 + 2411: 42,28 + 2412: 42,23 + 2413: 34,23 + 2414: 26,23 + 2415: 26,26 + 2422: 51,26 + 2501: 34,28 + 2683: 52,46 + 2694: 52,49 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSw decals: - 1899: -52,16 - 1900: -52,20 - 1901: -56,11 - 1902: -64,15 - 1903: -58,33 - 1904: -50,33 - 1905: -66,22 - 1912: -52,25 - 1930: -57,29 + 1858: -52,16 + 1859: -52,20 + 1860: -56,11 + 1861: -64,15 + 1862: -58,33 + 1863: -50,33 + 1864: -66,22 + 1871: -52,25 + 1889: -57,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSw decals: - 2879: -63,0 - 2880: -55,0 - 2881: -63,-5 - 2882: -56,-4 - 2997: -63,-10 - 3016: -56,-9 - 3025: -54,-34 - 3026: -60,-30 - 3054: -60,-13 - 3178: -90,-6 - 3179: -98,-13 - 3180: -99,3 - 3181: -94,7 - 3182: -92,11 - 3183: -87,6 - 3184: -81,7 - 3185: -86,-1 - 3186: -74,-1 - 3187: -74,5 - 3188: -74,13 - 3189: -70,13 - 3190: -86,12 - 3191: -87,19 - 3192: -89,20 - 3193: -90,21 - 3194: -93,15 - 3195: -94,16 - 3196: -95,17 - 3197: -98,18 - 6551: -74,0 + 2781: -63,0 + 2782: -55,0 + 2783: -63,-5 + 2784: -56,-4 + 2883: -63,-10 + 2900: -56,-9 + 2915: -60,-13 + 2999: -90,-6 + 3000: -98,-13 + 3001: -99,3 + 3002: -94,7 + 3003: -87,6 + 3004: -81,7 + 3005: -86,-1 + 3006: -74,-1 + 3007: -74,5 + 3008: -74,13 + 3009: -70,13 + 3010: -86,12 + 3011: -87,19 + 3012: -89,20 + 3013: -90,21 + 3014: -98,18 + 6202: -70,-1 + 6386: -60,-26 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw decals: - 2262: 15,-6 - 2263: 12,-3 - 2274: 12,2 - 2312: 15,-12 + 2182: 15,-6 + 2183: 12,-3 + 2194: 12,2 + 2232: 15,-12 - node: color: '#B02E26FF' id: BrickTileWhiteEndE decals: - 858: -25,29 + 817: -25,29 - node: color: '#334E6DFF' id: BrickTileWhiteEndS decals: - 1297: 27,41 + 1256: 27,41 + - node: + color: '#91D4FFFF' + id: BrickTileWhiteEndS + decals: + 6292: 9,-13 - node: color: '#B02E26FF' id: BrickTileWhiteEndW decals: - 857: -31,29 + 816: -31,29 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe decals: - 1141: 2,34 - 1188: 19,40 - 1344: 19,56 - 1371: 21,57 - 1443: 15,21 - 1444: 11,22 + 1100: 2,34 + 1147: 19,40 + 1303: 19,56 + 1330: 21,57 + 1402: 15,21 + 1403: 11,22 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerNe decals: - 2393: -44,17 - 2409: -38,12 + 2313: -44,17 + 2329: -38,12 - node: color: '#845606FF' id: BrickTileWhiteInnerNe decals: - 3698: -16,-34 - 3699: -19,-25 - 3700: -10,-41 + 3446: -16,-34 + 3447: -19,-25 + 3448: -10,-41 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNe decals: - 1839: -25,-15 - 1840: 2,-13 + 1798: -25,-15 + 1799: 2,-13 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNe decals: - 785: -8,34 - 840: -12,30 - 889: -13,36 - 1112: -33,22 - 1119: -10,21 + 744: -8,34 + 799: -12,30 + 848: -13,36 + 1071: -33,22 + 1078: -10,21 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNe decals: - 2436: 25,21 - 2449: 50,9 - 2773: 66,27 - 2775: 49,24 - 2776: 46,28 - 2779: 44,32 - 2795: 53,49 - 2799: 35,49 - 2800: 45,49 + 2356: 25,21 + 2369: 50,9 + 2677: 49,24 + 2678: 46,28 + 2681: 44,32 + 2697: 53,49 + 2701: 35,49 + 2702: 45,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNe decals: - 2104: -60,30 - 2105: -59,27 - 2112: -53,36 + 2063: -60,30 + 2064: -59,27 + 2071: -53,36 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNe decals: - 3116: -53,-33 - 3117: -59,-28 - 3307: -73,14 - 3320: -95,18 - 3321: -94,17 - 3322: -93,16 - 3323: -92,15 - 3324: -96,26 - 3325: -97,28 - 3326: -98,12 - 3327: -97,10 - 3328: -83,-4 - 3329: -81,-5 - 6556: -73,3 - 6561: -72,1 + 3107: -73,14 + 3113: -96,26 + 3114: -97,28 + 3115: -98,12 + 3116: -97,10 + 3117: -83,-4 + 3118: -81,-5 + 6180: -96,-5 + 6181: -97,-3 + 6198: -95,22 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe decals: - 2279: 16,-1 - 2289: 17,-2 + 2199: 16,-1 + 2209: 17,-2 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNw decals: - 1187: 17,40 - 1328: 23,50 - 1329: 24,51 - 1343: 17,56 - 1368: 15,57 - 1442: 22,21 - 1445: 7,22 + 1146: 17,40 + 1287: 23,50 + 1288: 24,51 + 1302: 17,56 + 1327: 15,57 + 1401: 22,21 + 1404: 7,22 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerNw decals: - 2390: -40,17 - 2391: -37,19 - 2392: -36,20 - 2410: -40,12 - 2411: -41,10 + 2310: -40,17 + 2311: -37,19 + 2312: -36,20 + 2330: -40,12 + 2331: -41,10 - node: color: '#845606FF' id: BrickTileWhiteInnerNw decals: - 3693: -17,-25 - 3694: -5,-24 - 3695: -14,-34 + 3441: -17,-25 + 3442: -5,-24 + 3443: -14,-34 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNw decals: - 567: -15,13 - 574: -12,3 - 596: -4,3 - 1838: -13,-15 - 1841: 0,-13 - 1846: 37,-14 - 4852: 6,15 + 526: -15,13 + 533: -12,3 + 555: -4,3 + 1797: -13,-15 + 1800: 0,-13 + 1805: 37,-14 + 4542: 6,15 - node: color: '#951710FF' id: BrickTileWhiteInnerNw decals: - 6618: -28,47 + 6156: -28,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerNw decals: - 1121: 0,62 + 1080: 0,62 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNw decals: - 726: -9,42 - 786: -6,34 - 787: -7,26 - 841: -14,30 - 1118: -4,21 + 685: -9,42 + 745: -6,34 + 746: -7,26 + 800: -14,30 + 1077: -4,21 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNw decals: - 2777: 48,28 - 2780: 46,32 - 2796: 53,47 - 2797: 49,49 - 2798: 39,49 + 2679: 48,28 + 2682: 46,32 + 2698: 53,47 + 2699: 49,49 + 2700: 39,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNw decals: - 2109: -65,27 - 2110: -64,30 - 2111: -57,36 - 2123: -46,9 + 2068: -65,27 + 2069: -64,30 + 2070: -57,36 + 2082: -46,9 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNw decals: - 3315: -95,-2 - 3316: -94,-1 - 3317: -93,0 - 3318: -89,-5 - 3319: -87,-4 - 3360: -48,-2 - 4541: -92,1 - 6555: -73,3 + 3111: -89,-5 + 3112: -87,-4 + 3145: -48,-2 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNw decals: - 2277: 13,0 + 2197: 13,0 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSe decals: - 1142: 2,43 - 1282: 7,52 - 1317: 23,49 - 1342: 19,54 - 1369: 20,53 - 1370: 21,54 - 1446: 11,23 + 1101: 2,43 + 1241: 7,52 + 1276: 23,49 + 1301: 19,54 + 1328: 20,53 + 1329: 21,54 + 1405: 11,23 - node: color: '#7C45B5FF' id: BrickTileWhiteInnerSe decals: - 2379: -42,21 - 2380: -39,22 - 2381: -37,23 + 2299: -42,21 + 2300: -39,22 + 2301: -37,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSe decals: - 3503: -32,-17 - 3697: -16,-35 - 4842: -48,-45 + 3252: -32,-17 + 3445: -16,-35 + 4532: -48,-45 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSe decals: - 1734: 10,5 - 1893: -32,19 - 1897: 2,17 + 1693: 10,5 + 1852: -32,19 + 1856: 2,17 + 6328: 10,-6 + 6329: 9,-12 - node: color: '#951710FF' id: BrickTileWhiteInnerSe decals: - 6617: -23,47 + 6155: -23,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe decals: - 1070: -16,63 - 1072: -26,61 + 1029: -16,63 + 1031: -26,61 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSe decals: - 724: -6,39 - 856: -20,29 - 4747: -33,44 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteInnerSe - decals: - 2774: 66,29 + 683: -6,39 + 815: -20,29 + 4440: -33,44 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSe decals: - 2108: -54,29 + 2067: -54,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSe decals: - 2902: -57,2 - 3119: -53,-12 - 3292: -97,-12 - 3293: -96,-10 - 3294: -98,4 - 3295: -97,6 - 3301: -81,21 - 3302: -83,20 - 3308: -73,16 - 3330: -95,-2 - 3331: -94,-1 - 3332: -93,0 - 3333: -92,1 - 6560: -72,1 + 2804: -57,2 + 2946: -53,-12 + 3092: -97,-12 + 3093: -96,-10 + 3094: -98,4 + 3095: -97,6 + 3101: -81,21 + 3102: -83,20 + 3108: -73,16 + 6174: -97,19 + 6175: -96,21 + 6187: -95,-6 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe decals: - 2275: 16,1 - 2280: 21,-3 + 2195: 16,1 + 2200: 21,-3 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSw decals: - 1296: 27,45 - 1316: 25,49 - 1345: 17,54 - 1372: 15,54 - 1447: 7,23 + 1255: 27,45 + 1275: 25,49 + 1304: 17,54 + 1331: 15,54 + 1406: 7,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSw decals: - 3391: -6,-17 - 3696: -14,-35 + 3176: -6,-17 + 3444: -14,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSw decals: - 568: -12,12 - 573: -12,1 - 595: -4,1 - 1895: -9,19 - 1896: 0,17 - 1898: 36,18 + 527: -12,12 + 532: -12,1 + 554: -4,1 + 1854: -9,19 + 1855: 0,17 + 1857: 36,18 + 6330: 6,-11 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSw decals: - 1071: -14,63 - 1122: 0,69 - 4719: -40,62 - - node: - color: '#9FED58FF' - id: BrickTileWhiteInnerSw - decals: - 4764: 6,-11 + 1030: -14,63 + 1081: 0,69 + 4412: -40,62 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSw decals: - 725: -8,39 - 788: -8,24 - 855: -18,29 - 898: -14,44 + 684: -8,39 + 747: -8,24 + 814: -18,29 + 857: -14,44 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSw decals: - 2794: 53,49 + 2696: 53,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSw decals: - 2106: -56,29 + 2065: -56,29 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSw decals: - 2903: -55,2 - 3118: -54,-30 - 3309: -87,20 - 3310: -89,21 - 3311: -92,15 - 3312: -93,16 - 3313: -94,17 - 3314: -95,18 - 3351: -48,7 + 2805: -55,2 + 3109: -87,20 + 3110: -89,21 + 3136: -48,7 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSw decals: - 2276: 13,2 - 2278: 15,-3 + 2196: 13,2 + 2198: 15,-3 - node: color: '#334E6DFF' id: BrickTileWhiteLineE decals: - 1127: 7,41 - 1128: 7,40 - 1129: 7,39 - 1130: 7,38 - 1131: 7,37 - 1132: 7,36 - 1133: 2,42 - 1134: 2,41 - 1135: 2,40 - 1136: 2,39 - 1137: 2,38 - 1138: 2,37 - 1139: 2,36 - 1140: 2,35 - 1160: 14,38 - 1161: 14,39 - 1183: 20,39 - 1184: 20,38 - 1185: 20,37 - 1186: 20,36 - 1198: 19,49 - 1199: 19,48 - 1200: 19,47 - 1201: 19,46 - 1202: 19,44 - 1203: 19,45 - 1204: 19,43 - 1205: 19,42 - 1206: 19,41 - 1211: 3,48 - 1212: 3,49 - 1213: 3,50 - 1214: 3,51 - 1215: 3,52 - 1216: 3,53 - 1217: 3,54 - 1218: 3,55 - 1219: 3,56 - 1220: 11,53 - 1221: 11,54 - 1222: 11,55 - 1223: 15,49 - 1224: 15,48 - 1225: 15,47 - 1226: 15,46 - 1227: 7,50 - 1228: 7,49 - 1229: 7,51 - 1249: 7,48 - 1295: 27,45 - 1298: 27,44 - 1299: 27,43 - 1300: 27,42 - 1319: 29,49 - 1320: 29,50 - 1321: 29,51 - 1339: 20,55 - 1349: 22,55 - 1350: 22,56 - 1379: 28,55 - 1410: 12,24 - 1411: 20,25 - 1412: 20,26 - 1413: 20,27 - 1414: 20,28 - 1415: 9,28 - 1416: 9,29 - 1417: 14,28 - 1418: 14,29 + 1086: 7,41 + 1087: 7,40 + 1088: 7,39 + 1089: 7,38 + 1090: 7,37 + 1091: 7,36 + 1092: 2,42 + 1093: 2,41 + 1094: 2,40 + 1095: 2,39 + 1096: 2,38 + 1097: 2,37 + 1098: 2,36 + 1099: 2,35 + 1119: 14,38 + 1120: 14,39 + 1142: 20,39 + 1143: 20,38 + 1144: 20,37 + 1145: 20,36 + 1157: 19,49 + 1158: 19,48 + 1159: 19,47 + 1160: 19,46 + 1161: 19,44 + 1162: 19,45 + 1163: 19,43 + 1164: 19,42 + 1165: 19,41 + 1170: 3,48 + 1171: 3,49 + 1172: 3,50 + 1173: 3,51 + 1174: 3,52 + 1175: 3,53 + 1176: 3,54 + 1177: 3,55 + 1178: 3,56 + 1179: 11,53 + 1180: 11,54 + 1181: 11,55 + 1182: 15,49 + 1183: 15,48 + 1184: 15,47 + 1185: 15,46 + 1186: 7,50 + 1187: 7,49 + 1188: 7,51 + 1208: 7,48 + 1254: 27,45 + 1257: 27,44 + 1258: 27,43 + 1259: 27,42 + 1278: 29,49 + 1279: 29,50 + 1280: 29,51 + 1298: 20,55 + 1308: 22,55 + 1309: 22,56 + 1338: 28,55 + 1369: 12,24 + 1370: 20,25 + 1371: 20,26 + 1372: 20,27 + 1373: 20,28 + 1374: 9,28 + 1375: 9,29 + 1376: 14,28 + 1377: 14,29 - node: color: '#354DA0FF' id: BrickTileWhiteLineE decals: - 6313: 36,2 + 5900: 36,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE decals: - 2364: -42,20 - 2406: -37,10 - 2407: -37,11 - 2418: 36,-2 + 2284: -42,20 + 2326: -37,10 + 2327: -37,11 + 2338: 36,-2 + - node: + color: '#80C71FFF' + id: BrickTileWhiteLineE + decals: + 6362: -17,6 + 6363: -19,6 + 6364: -21,6 + 6365: -23,6 + 6366: -25,6 + 6367: -27,6 + 6368: -29,6 + 6369: -14,6 - node: color: '#845606FF' id: BrickTileWhiteLineE decals: - 3547: -4,-24 - 3548: -4,-25 - 3549: -7,-21 - 3550: -7,-20 - 3551: -19,-20 - 3552: -19,-21 - 3553: -19,-22 - 3554: -19,-23 - 3555: -19,-24 - 3556: -13,-25 - 3557: -25,-21 - 3558: -25,-20 - 3559: -25,-25 - 3560: -19,-29 - 3561: -19,-30 - 3562: -19,-31 - 3563: -19,-32 - 3564: -19,-33 - 3565: -10,-35 - 3566: -10,-34 - 3567: -10,-30 - 3568: -10,-29 - 3570: -10,-39 - 3571: -10,-40 - 3572: -7,-42 - 3573: -16,-39 - 3574: -16,-40 - 3575: -16,-41 - 4773: -16,-42 - 4774: -16,-43 - 4775: -16,-44 - 4837: -48,-49 - 4838: -48,-46 - 4839: -22,-44 - 4840: -22,-43 - 4841: -22,-42 - 6264: -48,-47 - 6265: -48,-48 + 3296: -4,-24 + 3297: -4,-25 + 3298: -7,-21 + 3299: -7,-20 + 3300: -19,-20 + 3301: -19,-21 + 3302: -19,-22 + 3303: -19,-23 + 3304: -19,-24 + 3305: -13,-25 + 3306: -25,-21 + 3307: -25,-20 + 3308: -25,-25 + 3309: -19,-29 + 3310: -19,-30 + 3311: -19,-31 + 3312: -19,-32 + 3313: -19,-33 + 3314: -10,-35 + 3315: -10,-34 + 3316: -10,-30 + 3317: -10,-29 + 3319: -10,-39 + 3320: -10,-40 + 3321: -7,-42 + 3322: -16,-39 + 3323: -16,-40 + 3324: -16,-41 + 4463: -16,-42 + 4464: -16,-43 + 4465: -16,-44 + 4527: -48,-49 + 4528: -48,-46 + 4529: -22,-44 + 4530: -22,-43 + 4531: -22,-42 + 5851: -48,-47 + 5852: -48,-48 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE decals: - 393: -11,-2 - 394: -11,-1 - 395: -11,0 - 396: -11,1 - 397: -11,2 - 398: -11,3 - 399: -11,4 - 400: -11,5 - 401: -11,6 - 402: -11,7 - 403: -11,8 - 404: -11,9 - 405: -11,10 - 406: -11,11 - 407: -11,12 - 408: -11,13 - 409: -11,14 - 410: -11,15 - 472: -26,-2 - 473: -20,-2 - 474: -14,-2 - 475: -14,6 - 476: -20,6 - 477: -36,10 - 479: -26,6 - 579: 6,-2 - 580: 6,-1 - 581: 6,0 - 582: 6,1 - 583: 6,2 - 584: 6,3 - 585: 6,4 - 586: 6,5 - 587: 6,6 - 1598: 13,10 - 1599: 13,11 - 1600: 13,12 - 1601: 13,13 - 1602: 13,14 - 1603: 13,15 - 1694: 31,6 - 1718: 10,4 - 1719: 10,3 - 1720: 10,2 - 1721: 10,1 - 1722: 10,0 - 1723: 10,-1 - 1758: 2,10 - 1759: 2,9 - 1760: 2,11 - 1761: 2,12 - 1762: 2,13 - 1763: 2,14 - 1764: 2,15 - 1765: 2,16 - 1782: 2,-12 - 1783: 2,-11 - 1784: 2,-10 - 1785: 2,-9 - 1786: 2,-8 - 1787: 2,-7 - 1788: 2,-6 - 1789: 2,-5 - 2331: 10,-2 - 6576: 35,-7 - 6577: 35,-6 - 6579: 35,-5 + 386: -11,-2 + 387: -11,-1 + 388: -11,0 + 389: -11,1 + 390: -11,2 + 391: -11,3 + 392: -11,4 + 393: -11,5 + 394: -11,6 + 395: -11,7 + 396: -11,8 + 397: -11,9 + 398: -11,10 + 399: -11,11 + 400: -11,12 + 401: -11,13 + 402: -11,14 + 403: -11,15 + 456: -26,-2 + 457: -20,-2 + 458: -14,-2 + 459: -36,10 + 538: 6,-2 + 539: 6,-1 + 540: 6,0 + 541: 6,1 + 542: 6,2 + 543: 6,3 + 544: 6,4 + 545: 6,5 + 546: 6,6 + 1557: 13,10 + 1558: 13,11 + 1559: 13,12 + 1560: 13,13 + 1561: 13,14 + 1562: 13,15 + 1653: 31,6 + 1677: 10,4 + 1678: 10,3 + 1679: 10,2 + 1680: 10,1 + 1681: 10,0 + 1682: 10,-1 + 1717: 2,10 + 1718: 2,9 + 1719: 2,11 + 1720: 2,12 + 1721: 2,13 + 1722: 2,14 + 1723: 2,15 + 1724: 2,16 + 1741: 2,-12 + 1742: 2,-11 + 1743: 2,-10 + 1744: 2,-9 + 1745: 2,-8 + 1746: 2,-7 + 1747: 2,-6 + 1748: 2,-5 + 2251: 10,-2 + 6296: 10,-11 + 6297: 10,-10 + 6298: 10,-9 + 6299: 10,-8 + 6300: 10,-7 + 6301: 13,-9 + 6302: 13,-10 + 6303: 13,-11 + 6304: 7,-11 + 6305: 7,-7 + 6306: 7,-6 - node: color: '#951710FF' id: BrickTileWhiteLineE decals: - 6615: -23,45 - 6616: -23,46 + 6153: -23,45 + 6154: -23,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE decals: - 996: -2,67 - 997: -11,63 - 998: -11,62 - 999: -19,58 - 1000: -19,57 - 1001: -19,56 - 1002: -19,55 - 1003: -19,54 - 1004: -26,60 - 1005: -26,59 - 1006: -26,58 - 1007: -26,57 - 1008: -26,56 - 1009: -26,55 - 1010: -26,54 - 1011: -30,61 - 1012: -30,60 - 1013: -30,59 - 1014: -30,58 - 1055: -16,62 - 4692: -36,63 - 4693: -36,62 - 4694: -36,61 - 4695: -36,60 - 4696: -36,59 - 4697: -36,65 - 4698: -36,64 - 4699: -36,66 - - node: - color: '#9FED58FF' - id: BrickTileWhiteLineE - decals: - 2235: 13,-6 - 2236: 13,-7 - 2237: 13,-8 - 2238: 13,-9 - 2239: 13,-10 - 2240: 13,-11 - 2245: 10,-6 - 2246: 10,-7 - 2247: 10,-8 - 2248: 10,-9 - 2249: 10,-10 - 2250: 10,-11 + 955: -2,67 + 956: -11,63 + 957: -11,62 + 958: -19,58 + 959: -19,57 + 960: -19,56 + 961: -19,55 + 962: -19,54 + 963: -26,60 + 964: -26,59 + 965: -26,58 + 966: -26,57 + 967: -26,56 + 968: -26,55 + 969: -26,54 + 970: -30,61 + 971: -30,60 + 972: -30,59 + 973: -30,58 + 1014: -16,62 + 4385: -36,63 + 4386: -36,62 + 4387: -36,61 + 4388: -36,60 + 4389: -36,59 + 4390: -36,65 + 4391: -36,64 + 4392: -36,66 - node: color: '#B02E26FF' id: BrickTileWhiteLineE decals: - 689: -21,41 - 690: -21,40 - 697: -30,40 - 698: -30,41 - 719: -5,42 - 720: -5,41 - 721: -5,40 - 727: -13,44 - 728: -13,43 - 729: -13,42 - 730: -13,41 - 731: -13,40 - 732: -13,39 - 733: -13,38 - 734: -13,37 - 735: -12,35 - 736: -12,34 - 737: -12,33 - 738: -12,32 - 739: -12,31 - 740: -9,29 - 741: -5,29 - 742: -5,28 - 743: -5,27 - 744: -5,26 - 745: -5,25 - 746: -5,24 - 747: -14,25 - 748: -33,34 - 749: -33,30 - 750: -17,41 - 751: -17,40 - 799: -5,33 - 800: -5,34 - 4735: -32,45 - 4736: -32,46 - 4737: -32,47 - 4738: -32,48 - 4739: -32,49 - 4740: -32,50 - 4741: -33,43 - 4742: -33,42 - 4743: -33,41 - 4744: -33,40 - 4745: -33,39 - 4746: -33,38 + 648: -21,41 + 649: -21,40 + 656: -30,40 + 657: -30,41 + 678: -5,42 + 679: -5,41 + 680: -5,40 + 686: -13,44 + 687: -13,43 + 688: -13,42 + 689: -13,41 + 690: -13,40 + 691: -13,39 + 692: -13,38 + 693: -13,37 + 694: -12,35 + 695: -12,34 + 696: -12,33 + 697: -12,32 + 698: -12,31 + 699: -9,29 + 700: -5,29 + 701: -5,28 + 702: -5,27 + 703: -5,26 + 704: -5,25 + 705: -5,24 + 706: -14,25 + 707: -33,34 + 708: -33,30 + 709: -17,41 + 710: -17,40 + 758: -5,33 + 759: -5,34 + 4428: -32,45 + 4429: -32,46 + 4430: -32,47 + 4431: -32,48 + 4432: -32,49 + 4433: -32,50 + 4434: -33,43 + 4435: -33,42 + 4436: -33,41 + 4437: -33,40 + 4438: -33,39 + 4439: -33,38 - node: color: '#B04DB5FF' id: BrickTileWhiteLineE decals: - 2438: 50,20 - 2439: 50,19 - 2440: 50,18 - 2441: 50,17 - 2442: 50,16 - 2443: 50,15 - 2444: 50,14 - 2445: 50,13 - 2446: 50,12 - 2447: 50,11 - 2448: 50,10 - 2620: 32,29 - 2621: 32,28 - 2622: 32,27 - 2623: 40,29 - 2624: 40,25 - 2625: 40,24 - 2626: 49,25 - 2627: 49,29 - 2628: 46,29 - 2629: 50,37 - 2630: 50,38 - 2631: 50,39 - 2632: 49,33 - 2633: 44,33 - 2634: 40,43 - 2635: 40,42 - 2636: 40,41 - 2637: 40,40 - 2638: 40,39 - 2639: 40,38 - 2640: 40,37 - 2641: 40,36 - 2642: 40,35 - 2643: 40,34 - 2644: 40,33 - 2645: 50,47 - 2646: 50,48 - 2647: 50,49 - 2648: 50,50 - 2649: 35,50 - 2650: 45,50 - 2651: 41,54 - 2652: 41,55 - 2653: 41,56 - 2654: 47,56 - 2655: 47,55 - 2656: 47,54 - 2657: 49,43 - 2746: 66,28 - 2747: 63,29 - 2748: 63,28 - 2749: 63,27 - 2785: 53,50 - 2786: 54,48 - 2787: 54,47 + 2358: 50,20 + 2359: 50,19 + 2360: 50,18 + 2361: 50,17 + 2362: 50,16 + 2363: 50,15 + 2364: 50,14 + 2365: 50,13 + 2366: 50,12 + 2367: 50,11 + 2368: 50,10 + 2536: 32,29 + 2537: 32,28 + 2538: 32,27 + 2539: 40,29 + 2540: 40,25 + 2541: 40,24 + 2542: 49,25 + 2543: 49,29 + 2544: 46,29 + 2545: 50,37 + 2546: 50,38 + 2547: 50,39 + 2548: 49,33 + 2549: 44,33 + 2550: 40,43 + 2551: 40,42 + 2552: 40,41 + 2553: 40,40 + 2554: 40,39 + 2555: 40,38 + 2556: 40,37 + 2557: 40,36 + 2558: 40,35 + 2559: 40,34 + 2560: 40,33 + 2561: 50,47 + 2562: 50,48 + 2563: 50,49 + 2564: 50,50 + 2565: 35,50 + 2566: 45,50 + 2567: 41,54 + 2568: 41,55 + 2569: 41,56 + 2570: 47,56 + 2571: 47,55 + 2572: 47,54 + 2573: 49,43 + 2660: 63,29 + 2661: 63,28 + 2662: 63,27 + 2687: 53,50 + 2688: 54,48 + 2689: 54,47 - node: color: '#BA8841FF' id: BrickTileWhiteLineE decals: - 2017: -60,35 - 2018: -60,34 - 2019: -60,33 - 2020: -60,32 - 2021: -60,31 - 2022: -52,34 - 2023: -52,35 - 2024: -42,34 - 2025: -42,30 - 2026: -48,26 - 2027: -48,22 - 2028: -48,21 - 2029: -48,17 - 2030: -54,12 - 2031: -54,13 - 2032: -54,14 - 2033: -54,15 - 2034: -54,16 - 2035: -54,17 - 2036: -58,16 - 2037: -58,17 - 2038: -58,18 - 2039: -58,19 - 2040: -54,18 - 2041: -54,19 - 2042: -54,20 - 2043: -54,21 - 2044: -54,22 - 2045: -54,23 - 2046: -54,24 - 2047: -54,25 - 2048: -54,26 - 2049: -54,27 - 2050: -54,28 - 2098: -58,26 - 2099: -58,25 - 2100: -58,24 - 2101: -58,23 - 2102: -59,29 - 2103: -59,28 + 1976: -60,35 + 1977: -60,34 + 1978: -60,33 + 1979: -60,32 + 1980: -60,31 + 1981: -52,34 + 1982: -52,35 + 1983: -42,34 + 1984: -42,30 + 1985: -48,26 + 1986: -48,22 + 1987: -48,21 + 1988: -48,17 + 1989: -54,12 + 1990: -54,13 + 1991: -54,14 + 1992: -54,15 + 1993: -54,16 + 1994: -54,17 + 1995: -58,16 + 1996: -58,17 + 1997: -58,18 + 1998: -58,19 + 1999: -54,18 + 2000: -54,19 + 2001: -54,20 + 2002: -54,21 + 2003: -54,22 + 2004: -54,23 + 2005: -54,24 + 2006: -54,25 + 2007: -54,26 + 2008: -54,27 + 2009: -54,28 + 2057: -58,26 + 2058: -58,25 + 2059: -58,24 + 2060: -58,23 + 2061: -59,29 + 2062: -59,28 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineE decals: - 2887: -50,4 - 2888: -50,3 - 2889: -50,2 - 2890: -50,1 - 2891: -50,-3 - 2892: -58,-3 - 2893: -58,-4 - 2894: -57,1 - 2910: -68,10 - 2911: -68,9 - 2912: -68,8 - 2913: -68,7 - 2914: -68,6 - 2915: -68,16 - 2916: -68,15 - 2917: -68,14 - 2918: -73,15 - 2919: -76,8 - 2920: -83,9 - 2921: -83,8 - 2922: -83,7 - 2923: -89,8 - 2924: -96,9 - 2925: -96,8 - 2926: -84,16 - 2927: -84,15 - 2928: -84,14 - 2929: -84,13 - 2930: -84,3 - 2931: -84,2 - 2932: -84,1 - 2933: -84,0 - 2934: -95,-4 - 2935: -95,-5 - 2936: -95,-6 - 2937: -95,-7 - 2938: -95,-8 - 2939: -95,-9 - 2987: -91,2 - 2988: -91,3 - 2989: -91,4 - 2990: -91,12 - 2991: -91,13 - 2992: -91,14 - 3008: -58,-8 - 3009: -58,-9 - 3010: -54,-7 - 3011: -54,-8 - 3057: -59,-16 - 3058: -59,-17 - 3059: -59,-18 - 3060: -59,-19 - 3061: -59,-20 - 3062: -59,-21 - 3063: -59,-22 - 3064: -59,-23 - 3065: -59,-24 - 3066: -59,-25 - 3067: -59,-26 - 3068: -59,-27 - 3069: -53,-29 - 3070: -53,-30 - 3071: -53,-31 - 3072: -53,-32 - 3168: -96,7 - 3262: -95,25 - 3263: -95,24 - 3264: -95,23 - 3265: -95,22 - 3266: -95,21 - 3267: -95,20 - 3268: -95,19 - 3290: -95,-3 - 3291: -96,-11 - 3296: -97,11 - 3297: -97,5 - 3298: -96,27 - 6559: -72,2 + 2789: -50,4 + 2790: -50,3 + 2791: -50,2 + 2792: -50,1 + 2793: -50,-3 + 2794: -58,-3 + 2795: -58,-4 + 2796: -57,1 + 2812: -68,10 + 2813: -68,9 + 2814: -68,8 + 2815: -68,7 + 2816: -68,6 + 2817: -68,16 + 2818: -68,15 + 2819: -68,14 + 2820: -73,15 + 2821: -76,8 + 2822: -83,9 + 2823: -83,8 + 2824: -83,7 + 2825: -89,8 + 2826: -96,9 + 2827: -96,8 + 2828: -84,16 + 2829: -84,15 + 2830: -84,14 + 2831: -84,13 + 2832: -84,3 + 2833: -84,2 + 2834: -84,1 + 2835: -84,0 + 2836: -95,-7 + 2837: -95,-8 + 2838: -95,-9 + 2894: -58,-8 + 2895: -58,-9 + 2918: -59,-16 + 2919: -59,-17 + 2920: -59,-18 + 2921: -59,-19 + 2922: -59,-20 + 2923: -59,-21 + 2924: -59,-22 + 2925: -59,-23 + 2926: -59,-24 + 2927: -59,-25 + 2928: -53,-31 + 2994: -96,7 + 3071: -95,25 + 3072: -95,24 + 3073: -95,23 + 3091: -96,-11 + 3096: -97,11 + 3097: -97,5 + 3098: -96,27 + 6176: -96,20 + 6177: -96,-4 + 6203: -68,0 + 6204: -68,1 + 6205: -68,2 + 6381: -53,-8 + 6382: -53,-7 - node: color: '#D4D4D428' id: BrickTileWhiteLineE decals: - 478: -36,10 + 460: -36,10 - node: color: '#FF974DFF' id: BrickTileWhiteLineE decals: - 2267: 17,2 - 2268: 16,0 - 2269: 21,-4 - 2270: 21,-5 - 2309: 21,-9 - 2310: 21,-10 - 2311: 21,-11 + 2187: 17,2 + 2188: 16,0 + 2189: 21,-4 + 2190: 21,-5 + 2229: 21,-9 + 2230: 21,-10 + 2231: 21,-11 - node: color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 1125: 5,42 - 1126: 6,42 - 1151: 10,40 - 1152: 11,40 - 1153: 12,40 - 1154: 13,40 - 1175: 18,50 - 1230: 10,56 - 1231: 9,56 - 1232: 8,56 - 1233: 7,56 - 1234: 6,56 - 1235: 10,50 - 1236: 11,50 - 1237: 12,50 - 1238: 13,50 - 1239: 14,50 - 1256: 10,43 - 1257: 11,43 - 1258: 12,43 - 1259: 13,43 - 1260: 14,43 - 1284: 22,46 - 1285: 23,46 - 1286: 24,46 - 1287: 25,46 - 1288: 26,46 - 1323: 22,50 - 1324: 25,52 - 1325: 26,52 - 1326: 27,52 - 1327: 28,52 - 1330: 18,57 - 1363: 16,58 - 1364: 17,58 - 1365: 18,58 - 1366: 19,58 - 1367: 20,58 - 1378: 27,56 - 1397: 5,30 - 1398: 6,30 - 1399: 7,30 - 1400: 8,30 - 1401: 12,30 - 1402: 13,30 - 1403: 18,29 - 1404: 19,29 - 1405: 7,25 - 1406: 8,25 - 1407: 9,25 - 1408: 10,25 - 1409: 11,25 - 1436: 16,21 - 1437: 17,21 - 1438: 18,21 - 1439: 19,21 - 1440: 20,21 - 1441: 21,21 + 1084: 5,42 + 1085: 6,42 + 1110: 10,40 + 1111: 11,40 + 1112: 12,40 + 1113: 13,40 + 1134: 18,50 + 1189: 10,56 + 1190: 9,56 + 1191: 8,56 + 1192: 7,56 + 1193: 6,56 + 1194: 10,50 + 1195: 11,50 + 1196: 12,50 + 1197: 13,50 + 1198: 14,50 + 1215: 10,43 + 1216: 11,43 + 1217: 12,43 + 1218: 13,43 + 1219: 14,43 + 1243: 22,46 + 1244: 23,46 + 1245: 24,46 + 1246: 25,46 + 1247: 26,46 + 1282: 22,50 + 1283: 25,52 + 1284: 26,52 + 1285: 27,52 + 1286: 28,52 + 1289: 18,57 + 1322: 16,58 + 1323: 17,58 + 1324: 18,58 + 1325: 19,58 + 1326: 20,58 + 1337: 27,56 + 1356: 5,30 + 1357: 6,30 + 1358: 7,30 + 1359: 8,30 + 1360: 12,30 + 1361: 13,30 + 1362: 18,29 + 1363: 19,29 + 1364: 7,25 + 1365: 8,25 + 1366: 9,25 + 1367: 10,25 + 1368: 11,25 + 1395: 16,21 + 1396: 17,21 + 1397: 18,21 + 1398: 19,21 + 1399: 20,21 + 1400: 21,21 - node: color: '#354DA0FF' id: BrickTileWhiteLineN decals: - 6309: 35,3 - 6310: 34,3 + 5896: 35,3 + 5897: 34,3 - node: color: '#7C45B5FF' id: BrickTileWhiteLineN decals: - 2370: -42,24 - 2371: -41,24 - 2372: -40,24 - 2373: -39,24 - 2374: -38,24 - 2375: -37,24 - 2384: -43,17 - 2385: -42,17 - 2386: -41,17 - 2387: -39,19 - 2388: -38,19 - 2394: -39,13 - 2416: 34,-1 - 2417: 35,-1 + 2290: -42,24 + 2291: -41,24 + 2292: -40,24 + 2293: -39,24 + 2294: -38,24 + 2295: -37,24 + 2304: -43,17 + 2305: -42,17 + 2306: -41,17 + 2307: -39,19 + 2308: -38,19 + 2314: -39,13 + 2336: 34,-1 + 2337: 35,-1 - node: color: '#845606FF' id: BrickTileWhiteLineN decals: - 3361: -16,-19 - 3362: -15,-19 - 3363: -14,-19 - 3364: -13,-19 - 3365: -11,-19 - 3366: -12,-19 - 3367: -10,-19 - 3368: -9,-19 - 3369: -8,-19 - 3601: -22,-19 - 3602: -21,-19 - 3603: -20,-19 - 3604: -30,-19 - 3605: -29,-19 - 3606: -28,-19 - 3607: -27,-19 - 3608: -26,-19 - 3609: -30,-24 - 3610: -29,-24 - 3611: -28,-24 - 3612: -27,-24 - 3613: -26,-24 - 3614: -21,-28 - 3615: -20,-28 - 3616: -16,-28 - 3617: -15,-28 - 3618: -14,-28 - 3619: -13,-28 - 3620: -12,-28 - 3621: -11,-28 - 3622: -11,-33 - 3623: -12,-33 - 3624: -13,-33 - 3625: -13,-38 - 3626: -12,-38 - 3627: -11,-38 - 3628: -9,-41 - 3629: -8,-41 - 3630: -17,-38 - 3631: -18,-38 - 3632: -19,-38 - 3633: -18,-25 - 3648: -15,-34 - 3679: -6,-24 - 3680: -7,-24 - 3681: -8,-24 - 3682: -9,-24 - 3683: -10,-24 - 3684: -14,-24 - 3685: -15,-24 - 3686: -16,-24 - 4812: -23,-41 - 4813: -24,-41 - 4814: -25,-41 - 4815: -26,-41 - 4816: -27,-41 - 4817: -28,-41 - 4818: -31,-41 - 4819: -32,-41 - 4820: -33,-41 - 4821: -36,-41 - 4822: -37,-41 - 4823: -38,-41 - 4824: -39,-41 - 4825: -40,-41 - 4826: -41,-41 - 4827: -42,-41 - 4828: -43,-41 - 4829: -44,-41 - 4830: -45,-41 - 4831: -46,-41 - 4832: -47,-41 - 4833: -48,-41 - 4834: -49,-41 - 4835: -50,-41 - 4836: -51,-41 - 4847: -22,-28 + 3146: -16,-19 + 3147: -15,-19 + 3148: -14,-19 + 3149: -13,-19 + 3150: -11,-19 + 3151: -12,-19 + 3152: -10,-19 + 3153: -9,-19 + 3154: -8,-19 + 3350: -22,-19 + 3351: -21,-19 + 3352: -20,-19 + 3353: -30,-19 + 3354: -29,-19 + 3355: -27,-19 + 3356: -26,-19 + 3357: -30,-24 + 3358: -29,-24 + 3359: -28,-24 + 3360: -27,-24 + 3361: -26,-24 + 3362: -21,-28 + 3363: -20,-28 + 3364: -16,-28 + 3365: -15,-28 + 3366: -14,-28 + 3367: -13,-28 + 3368: -12,-28 + 3369: -11,-28 + 3370: -11,-33 + 3371: -12,-33 + 3372: -13,-33 + 3373: -13,-38 + 3374: -12,-38 + 3375: -11,-38 + 3376: -9,-41 + 3377: -8,-41 + 3378: -17,-38 + 3379: -18,-38 + 3380: -19,-38 + 3381: -18,-25 + 3396: -15,-34 + 3427: -6,-24 + 3428: -7,-24 + 3429: -8,-24 + 3430: -9,-24 + 3431: -10,-24 + 3432: -14,-24 + 3433: -15,-24 + 3434: -16,-24 + 4502: -23,-41 + 4503: -24,-41 + 4504: -25,-41 + 4505: -26,-41 + 4506: -27,-41 + 4507: -28,-41 + 4508: -31,-41 + 4509: -32,-41 + 4510: -33,-41 + 4511: -36,-41 + 4512: -37,-41 + 4513: -38,-41 + 4514: -39,-41 + 4515: -40,-41 + 4516: -41,-41 + 4517: -42,-41 + 4518: -43,-41 + 4519: -44,-41 + 4520: -45,-41 + 4521: -46,-41 + 4522: -47,-41 + 4523: -48,-41 + 4524: -49,-41 + 4525: -50,-41 + 4526: -51,-41 + 4537: -22,-28 - node: color: '#91D4FFFF' id: BrickTileWhiteLineN decals: - 412: -14,16 - 413: -13,16 - 414: -12,16 - 415: -16,13 - 416: -17,13 - 417: -19,13 - 418: -18,13 - 419: -20,13 - 420: -21,13 - 421: -22,13 - 422: -23,13 - 423: -24,13 - 424: -25,13 - 425: -26,13 - 426: -3,7 - 427: -2,7 - 428: -1,7 - 429: 0,7 - 430: 1,7 - 431: 2,7 - 432: 3,7 - 433: 4,7 - 434: 5,7 - 435: -29,13 - 436: -28,13 - 437: -27,13 - 438: -29,3 - 439: -28,3 - 440: -27,3 - 441: -26,3 - 442: -25,3 - 443: -24,3 - 444: -23,3 - 445: -22,3 - 446: -21,3 - 447: -20,3 - 448: -19,3 - 449: -18,3 - 450: -17,3 - 451: -16,3 - 452: -15,3 - 453: -14,3 - 454: -15,7 - 455: -16,7 - 456: -17,7 - 457: -22,7 - 458: -21,7 - 459: -23,7 - 460: -27,7 - 461: -28,7 - 462: -29,7 - 463: -29,-1 - 464: -28,-1 - 465: -27,-1 - 466: -22,-1 - 467: -21,-1 - 468: -23,-1 - 469: -17,-1 - 470: -16,-1 - 471: -15,-1 - 571: -13,3 - 602: -8,3 - 603: -6,3 - 604: -5,3 - 1448: 12,16 - 1449: 11,16 - 1450: 10,16 - 1451: 9,16 - 1452: 8,16 - 1453: 7,16 - 1454: 30,7 - 1455: 29,7 - 1456: 28,7 - 1457: 27,7 - 1458: 26,7 - 1459: 25,7 - 1460: 24,7 - 1461: 23,7 - 1462: 22,7 - 1463: 21,7 - 1464: 20,7 - 1465: 19,7 - 1466: 18,7 - 1467: 17,7 - 1468: 16,7 - 1469: 15,7 - 1470: 14,7 - 1471: 13,7 - 1472: 12,7 - 1473: 11,7 - 1474: 10,7 - 1475: 9,7 - 1790: 6,-14 - 1791: 7,-14 - 1792: 11,-14 - 1793: 12,-14 - 1794: 13,-14 - 1795: 14,-14 - 1796: 15,-14 - 1797: 16,-14 - 1798: 17,-14 - 1799: 18,-14 - 1800: 19,-14 - 1801: 20,-14 - 1802: 21,-14 - 1803: 22,-14 - 1804: 23,-14 - 1805: 24,-14 - 1806: 25,-14 - 1807: 26,-14 - 1808: 27,-14 - 1809: 28,-14 - 1810: 29,-14 - 1811: 30,-14 - 1812: 31,-14 - 1813: 32,-14 - 1814: 33,-14 - 1815: 34,-14 - 1816: 35,-14 - 1817: 36,-14 - 1818: -4,-14 - 1819: -5,-14 - 1820: -6,-14 - 1821: -7,-14 - 1822: -8,-14 - 1823: -9,-14 - 1824: -10,-14 - 1825: -11,-14 - 1826: -24,-15 - 1827: -23,-15 - 1828: -22,-15 - 1829: -21,-15 - 1830: -20,-15 - 1831: -19,-15 - 1832: -18,-15 - 1833: -17,-15 - 1834: -15,-15 - 1835: -14,-15 - 1836: -12,-14 - 1842: -1,-13 - 1843: -2,-13 - 1844: 3,-13 - 1845: 4,-13 - 2832: -7,3 - 4765: -16,-15 + 405: -14,16 + 406: -13,16 + 407: -12,16 + 408: -16,13 + 409: -17,13 + 410: -19,13 + 411: -18,13 + 412: -20,13 + 413: -21,13 + 414: -22,13 + 415: -23,13 + 416: -24,13 + 417: -25,13 + 418: -26,13 + 419: -3,7 + 420: -2,7 + 421: -1,7 + 422: 0,7 + 423: 1,7 + 424: 2,7 + 425: 3,7 + 426: 4,7 + 427: 5,7 + 428: -29,13 + 429: -28,13 + 430: -27,13 + 431: -29,3 + 432: -28,3 + 433: -27,3 + 434: -26,3 + 435: -25,3 + 436: -24,3 + 437: -23,3 + 438: -22,3 + 439: -21,3 + 440: -20,3 + 441: -19,3 + 442: -18,3 + 443: -17,3 + 444: -16,3 + 445: -15,3 + 446: -14,3 + 447: -29,-1 + 448: -28,-1 + 449: -27,-1 + 450: -22,-1 + 451: -21,-1 + 452: -23,-1 + 453: -17,-1 + 454: -16,-1 + 455: -15,-1 + 530: -13,3 + 561: -8,3 + 562: -6,3 + 563: -5,3 + 1407: 12,16 + 1408: 11,16 + 1409: 10,16 + 1410: 9,16 + 1411: 8,16 + 1412: 7,16 + 1413: 30,7 + 1414: 29,7 + 1415: 28,7 + 1416: 27,7 + 1417: 26,7 + 1418: 25,7 + 1419: 24,7 + 1420: 23,7 + 1421: 22,7 + 1422: 21,7 + 1423: 20,7 + 1424: 19,7 + 1425: 18,7 + 1426: 17,7 + 1427: 16,7 + 1428: 15,7 + 1429: 14,7 + 1430: 13,7 + 1431: 12,7 + 1432: 11,7 + 1433: 10,7 + 1434: 9,7 + 1749: 6,-14 + 1750: 7,-14 + 1751: 11,-14 + 1752: 12,-14 + 1753: 13,-14 + 1754: 14,-14 + 1755: 15,-14 + 1756: 16,-14 + 1757: 17,-14 + 1758: 18,-14 + 1759: 19,-14 + 1760: 20,-14 + 1761: 21,-14 + 1762: 22,-14 + 1763: 23,-14 + 1764: 24,-14 + 1765: 25,-14 + 1766: 26,-14 + 1767: 27,-14 + 1768: 28,-14 + 1769: 29,-14 + 1770: 30,-14 + 1771: 31,-14 + 1772: 32,-14 + 1773: 33,-14 + 1774: 34,-14 + 1775: 35,-14 + 1776: 36,-14 + 1777: -4,-14 + 1778: -5,-14 + 1779: -6,-14 + 1780: -7,-14 + 1781: -8,-14 + 1782: -9,-14 + 1783: -10,-14 + 1784: -11,-14 + 1785: -24,-15 + 1786: -23,-15 + 1787: -22,-15 + 1788: -21,-15 + 1789: -20,-15 + 1790: -19,-15 + 1791: -18,-15 + 1792: -17,-15 + 1793: -15,-15 + 1794: -14,-15 + 1795: -12,-14 + 1801: -1,-13 + 1802: -2,-13 + 1803: 3,-13 + 1804: 4,-13 + 2734: -7,3 + 4455: -16,-15 + 6323: 6,-5 + 6324: 6,-10 + 6325: 10,-5 + 6326: 11,-5 + 6327: 12,-5 - node: color: '#951710FF' id: BrickTileWhiteLineN decals: - 6605: -27,48 - 6606: -26,48 - 6607: -25,48 - 6608: -24,48 - 6609: -23,48 - 6610: -22,48 - 6611: -21,48 + 6143: -27,48 + 6144: -26,48 + 6145: -25,48 + 6146: -24,48 + 6147: -23,48 + 6148: -22,48 + 6149: -21,48 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN decals: - 964: -27,64 - 965: -26,64 - 966: -25,64 - 967: -24,64 - 968: -23,64 - 969: -22,64 - 970: -21,64 - 971: -20,64 - 972: -19,64 - 973: -18,64 - 974: -17,64 - 975: -16,64 - 976: -15,64 - 977: -14,64 - 978: -13,64 - 979: -12,64 - 980: -8,64 - 981: -4,64 - 982: -3,64 - 983: -5,68 - 984: -4,68 - 985: -3,68 - 986: -23,59 - 987: -22,59 - 988: -21,59 - 989: -20,59 - 994: -31,62 - 4707: -44,67 - 4708: -43,67 - 4709: -42,67 - 4710: -41,67 - 4711: -40,67 - 4712: -39,67 - 4713: -37,67 - 4714: -38,67 - 4720: -33,64 - 4721: -32,64 - 4722: -31,64 - 4723: -30,64 - 4724: -34,64 - - node: - color: '#9FED58FF' - id: BrickTileWhiteLineN - decals: - 2230: 6,-5 - 2231: 7,-5 - 2232: 9,-5 - 2233: 11,-5 - 2234: 12,-5 + 923: -27,64 + 924: -26,64 + 925: -25,64 + 926: -24,64 + 927: -23,64 + 928: -22,64 + 929: -21,64 + 930: -20,64 + 931: -19,64 + 932: -18,64 + 933: -17,64 + 934: -16,64 + 935: -15,64 + 936: -14,64 + 937: -13,64 + 938: -12,64 + 939: -8,64 + 940: -4,64 + 941: -3,64 + 942: -5,68 + 943: -4,68 + 944: -3,68 + 945: -23,59 + 946: -22,59 + 947: -21,59 + 948: -20,59 + 953: -31,62 + 4400: -44,67 + 4401: -43,67 + 4402: -42,67 + 4403: -41,67 + 4404: -40,67 + 4405: -39,67 + 4406: -37,67 + 4407: -38,67 + 4413: -33,64 + 4414: -32,64 + 4415: -31,64 + 4416: -30,64 + 4417: -34,64 - node: color: '#B02E26FF' id: BrickTileWhiteLineN decals: - 683: -27,42 - 684: -26,42 - 685: -25,42 - 686: -24,42 - 687: -23,42 - 688: -22,42 - 715: -10,42 - 716: -8,43 - 717: -7,43 - 718: -6,43 - 778: -8,26 - 779: -9,26 - 780: -10,26 - 781: -11,26 - 807: -22,26 - 808: -21,26 - 809: -20,26 - 810: -19,26 - 811: -18,26 - 812: -17,26 - 813: -16,26 - 814: -15,26 - 827: -7,34 - 828: -17,30 - 829: -18,30 - 830: -19,30 - 831: -20,30 - 832: -21,30 - 833: -22,30 - 834: -16,30 - 835: -15,30 - 836: -11,30 - 837: -10,30 - 859: -30,29 - 860: -29,29 - 861: -28,29 - 862: -27,29 - 863: -26,29 - 883: -34,31 - 884: -35,31 - 885: -36,31 - 886: -36,35 - 887: -35,35 - 888: -34,35 - 891: -14,45 - 892: -15,45 - 893: -16,45 - 903: -18,42 - 1090: -24,22 - 1091: -23,22 - 1092: -22,22 - 1093: -21,22 - 1094: -20,22 - 1095: -19,22 - 1096: -18,22 - 1097: -17,22 - 1098: -16,22 - 1099: -15,22 - 1100: -14,22 - 1101: -13,22 - 1102: -12,22 - 1103: -11,22 - 1104: -25,22 - 1105: -26,22 - 1106: -27,22 - 1107: -28,22 - 1108: -29,22 - 1109: -30,22 - 1110: -31,22 - 1111: -32,22 - 1113: -6,21 - 1114: -9,21 - 1115: -5,21 - 1116: -8,21 - 1117: -7,21 - 4761: -33,51 + 642: -27,42 + 643: -26,42 + 644: -25,42 + 645: -24,42 + 646: -23,42 + 647: -22,42 + 674: -10,42 + 675: -8,43 + 676: -7,43 + 677: -6,43 + 737: -8,26 + 738: -9,26 + 739: -10,26 + 740: -11,26 + 766: -22,26 + 767: -21,26 + 768: -20,26 + 769: -19,26 + 770: -18,26 + 771: -17,26 + 772: -16,26 + 773: -15,26 + 786: -7,34 + 787: -17,30 + 788: -18,30 + 789: -19,30 + 790: -20,30 + 791: -21,30 + 792: -22,30 + 793: -16,30 + 794: -15,30 + 795: -11,30 + 796: -10,30 + 818: -30,29 + 819: -29,29 + 820: -28,29 + 821: -27,29 + 822: -26,29 + 842: -34,31 + 843: -35,31 + 844: -36,31 + 845: -36,35 + 846: -35,35 + 847: -34,35 + 850: -14,45 + 851: -15,45 + 852: -16,45 + 862: -18,42 + 1049: -24,22 + 1050: -23,22 + 1051: -22,22 + 1052: -21,22 + 1053: -20,22 + 1054: -19,22 + 1055: -18,22 + 1056: -17,22 + 1057: -16,22 + 1058: -15,22 + 1059: -14,22 + 1060: -13,22 + 1061: -12,22 + 1062: -11,22 + 1063: -25,22 + 1064: -26,22 + 1065: -27,22 + 1066: -28,22 + 1067: -29,22 + 1068: -30,22 + 1069: -31,22 + 1070: -32,22 + 1072: -6,21 + 1073: -9,21 + 1074: -5,21 + 1075: -8,21 + 1076: -7,21 + 4454: -33,51 - node: color: '#B04DB5FF' id: BrickTileWhiteLineN decals: - 2426: 49,21 - 2427: 44,21 - 2428: 43,21 - 2429: 42,21 - 2430: 41,21 - 2431: 40,21 - 2432: 34,21 - 2433: 33,21 - 2434: 32,21 - 2435: 31,21 - 2518: 27,30 - 2519: 28,30 - 2520: 29,30 - 2521: 30,30 - 2522: 31,30 - 2523: 35,30 - 2524: 36,30 - 2525: 37,30 - 2526: 38,30 - 2527: 39,30 - 2528: 39,44 - 2529: 40,51 - 2530: 41,51 - 2531: 42,51 - 2532: 43,51 - 2533: 44,51 - 2534: 38,57 - 2535: 39,57 - 2536: 40,57 - 2537: 44,57 - 2538: 45,57 - 2539: 46,57 - 2540: 36,49 - 2541: 37,49 - 2542: 38,49 - 2543: 46,49 - 2544: 47,49 - 2545: 48,49 - 2546: 43,44 - 2547: 44,44 - 2548: 45,44 - 2549: 46,44 - 2550: 47,44 - 2551: 48,44 - 2552: 43,40 - 2553: 45,40 - 2554: 46,40 - 2555: 47,40 - 2556: 49,40 - 2557: 43,34 - 2558: 47,34 - 2559: 48,34 - 2560: 43,30 - 2561: 44,30 - 2562: 45,30 - 2563: 47,28 - 2564: 48,26 - 2565: 47,26 - 2566: 46,26 - 2567: 45,26 - 2568: 44,26 - 2569: 43,26 - 2570: 39,26 - 2571: 38,26 - 2572: 37,26 - 2573: 36,26 - 2574: 27,24 - 2575: 28,24 - 2576: 29,24 - 2577: 30,24 - 2578: 31,24 - 2658: 45,32 - 2750: 52,30 - 2751: 53,30 - 2752: 54,30 - 2753: 55,30 - 2754: 56,30 - 2755: 57,30 - 2756: 58,30 - 2757: 59,30 - 2758: 60,30 - 2759: 61,30 - 2760: 62,30 - 2761: 66,30 - 2762: 67,30 - 2772: 67,27 - 2778: 35,26 - 6548: 44,40 - 6549: 48,40 + 2346: 49,21 + 2347: 44,21 + 2348: 43,21 + 2349: 42,21 + 2350: 41,21 + 2351: 40,21 + 2352: 34,21 + 2353: 33,21 + 2354: 32,21 + 2355: 31,21 + 2434: 27,30 + 2435: 28,30 + 2436: 29,30 + 2437: 30,30 + 2438: 31,30 + 2439: 35,30 + 2440: 36,30 + 2441: 37,30 + 2442: 38,30 + 2443: 39,30 + 2444: 39,44 + 2445: 40,51 + 2446: 41,51 + 2447: 42,51 + 2448: 43,51 + 2449: 44,51 + 2450: 38,57 + 2451: 39,57 + 2452: 40,57 + 2453: 44,57 + 2454: 45,57 + 2455: 46,57 + 2456: 36,49 + 2457: 37,49 + 2458: 38,49 + 2459: 46,49 + 2460: 47,49 + 2461: 48,49 + 2462: 43,44 + 2463: 44,44 + 2464: 45,44 + 2465: 46,44 + 2466: 47,44 + 2467: 48,44 + 2468: 43,40 + 2469: 45,40 + 2470: 46,40 + 2471: 47,40 + 2472: 49,40 + 2473: 43,34 + 2474: 47,34 + 2475: 48,34 + 2476: 43,30 + 2477: 44,30 + 2478: 45,30 + 2479: 47,28 + 2480: 48,26 + 2481: 47,26 + 2482: 46,26 + 2483: 45,26 + 2484: 44,26 + 2485: 43,26 + 2486: 39,26 + 2487: 38,26 + 2488: 37,26 + 2489: 36,26 + 2490: 27,24 + 2491: 28,24 + 2492: 29,24 + 2493: 30,24 + 2494: 31,24 + 2574: 45,32 + 2663: 52,30 + 2664: 53,30 + 2665: 54,30 + 2666: 55,30 + 2667: 56,30 + 2668: 57,30 + 2669: 58,30 + 2670: 59,30 + 2671: 60,30 + 2672: 61,30 + 2673: 62,30 + 2680: 35,26 + 6116: 44,40 + 6117: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN decals: - 1937: -56,37 - 1938: -55,37 - 1939: -54,37 - 1940: -61,36 - 1941: -62,36 - 1942: -63,36 - 1943: -56,31 - 1944: -55,31 - 1945: -54,31 - 1946: -53,31 - 1947: -52,31 - 1948: -51,31 - 1949: -50,31 - 1950: -49,31 - 1951: -48,31 - 1952: -47,31 - 1953: -46,31 - 1954: -45,31 - 1955: -44,31 - 1956: -43,31 - 1957: -43,35 - 1958: -44,35 - 1959: -45,35 - 1960: -46,35 - 1961: -47,35 - 1962: -48,35 - 1963: -49,35 - 1964: -49,27 - 1965: -50,27 - 1966: -51,27 - 1967: -51,23 - 1968: -50,23 - 1969: -49,23 - 1970: -49,18 - 1971: -50,18 - 1972: -51,18 - 1973: -59,20 - 1974: -60,20 - 1975: -61,20 - 1976: -62,20 - 1977: -63,20 - 2113: -57,9 - 2114: -56,9 - 2115: -55,9 - 2116: -54,9 - 2117: -53,9 - 2118: -52,9 - 2119: -51,9 - 2120: -50,9 - 2121: -48,9 - 2122: -47,9 + 1896: -56,37 + 1897: -55,37 + 1898: -54,37 + 1899: -61,36 + 1900: -62,36 + 1901: -63,36 + 1902: -56,31 + 1903: -55,31 + 1904: -54,31 + 1905: -53,31 + 1906: -52,31 + 1907: -51,31 + 1908: -50,31 + 1909: -49,31 + 1910: -48,31 + 1911: -47,31 + 1912: -46,31 + 1913: -45,31 + 1914: -44,31 + 1915: -43,31 + 1916: -43,35 + 1917: -44,35 + 1918: -45,35 + 1919: -46,35 + 1920: -47,35 + 1921: -48,35 + 1922: -49,35 + 1923: -49,27 + 1924: -50,27 + 1925: -51,27 + 1926: -51,23 + 1927: -50,23 + 1928: -49,23 + 1929: -49,18 + 1930: -50,18 + 1931: -51,18 + 1932: -59,20 + 1933: -60,20 + 1934: -61,20 + 1935: -62,20 + 1936: -63,20 + 2072: -57,9 + 2073: -56,9 + 2074: -55,9 + 2075: -54,9 + 2076: -53,9 + 2077: -52,9 + 2078: -51,9 + 2079: -50,9 + 2080: -48,9 + 2081: -47,9 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineN decals: - 2833: -62,5 - 2834: -61,5 - 2835: -60,5 - 2836: -59,5 - 2837: -58,5 - 2838: -61,-2 - 2839: -62,-2 - 2840: -60,-2 - 2841: -59,-2 - 2842: -57,5 - 2843: -56,5 - 2844: -55,5 - 2845: -54,5 - 2846: -53,5 - 2847: -52,5 - 2848: -51,5 - 2849: -55,-2 - 2850: -54,-2 - 2851: -53,-2 - 2852: -52,-2 - 2853: -51,-2 - 3003: -62,-7 - 3004: -61,-7 - 3005: -60,-7 - 3006: -59,-7 - 3007: -55,-6 - 3027: -59,-12 - 3028: -58,-12 - 3029: -57,-12 - 3030: -55,-11 - 3031: -54,-11 - 3032: -53,-11 - 3033: -52,-11 - 3034: -51,-11 - 3035: -58,-28 - 3036: -57,-28 - 3037: -56,-28 - 3038: -55,-28 - 3039: -54,-28 - 3040: -52,-33 - 3041: -51,-33 - 3042: -50,-33 - 3043: -49,-33 - 3044: -48,-33 - 3045: -47,-33 - 3046: -46,-33 - 3047: -45,-33 - 3048: -44,-33 - 3049: -43,-33 - 3050: -42,-33 - 3051: -41,-33 - 3052: -40,-33 - 3053: -39,-33 - 3239: -73,11 - 3240: -72,11 - 3241: -71,11 - 3242: -70,11 - 3243: -69,11 - 3244: -77,9 - 3245: -78,9 - 3246: -79,9 - 3247: -80,9 - 3248: -84,10 - 3249: -85,10 - 3250: -86,10 - 3251: -85,17 - 3252: -89,22 - 3253: -88,22 - 3254: -87,22 - 3255: -86,22 - 3256: -85,22 - 3257: -84,22 - 3258: -83,22 - 3259: -82,22 - 3260: -81,22 - 3269: -93,9 - 3270: -92,9 - 3271: -91,9 - 3272: -90,9 - 3278: -85,4 - 3283: -88,-4 - 3284: -86,-3 - 3285: -85,-3 - 3286: -84,-3 - 3287: -82,-4 - 3288: -97,-2 - 3289: -96,-2 - 3306: -73,17 + 2735: -62,5 + 2736: -61,5 + 2737: -60,5 + 2738: -59,5 + 2739: -58,5 + 2740: -61,-2 + 2741: -62,-2 + 2742: -60,-2 + 2743: -59,-2 + 2744: -57,5 + 2745: -56,5 + 2746: -55,5 + 2747: -54,5 + 2748: -53,5 + 2749: -52,5 + 2750: -51,5 + 2751: -55,-2 + 2752: -54,-2 + 2753: -53,-2 + 2754: -52,-2 + 2755: -51,-2 + 2889: -62,-7 + 2890: -61,-7 + 2891: -60,-7 + 2892: -59,-7 + 2893: -55,-6 + 2907: -59,-12 + 2908: -58,-12 + 2909: -57,-12 + 2910: -55,-11 + 2911: -54,-11 + 2912: -53,-11 + 2913: -52,-11 + 2914: -51,-11 + 3049: -73,11 + 3050: -72,11 + 3051: -71,11 + 3052: -70,11 + 3053: -69,11 + 3054: -77,9 + 3055: -78,9 + 3056: -79,9 + 3057: -80,9 + 3058: -84,10 + 3059: -85,10 + 3060: -86,10 + 3061: -85,17 + 3062: -89,22 + 3063: -88,22 + 3064: -87,22 + 3065: -86,22 + 3066: -85,22 + 3067: -84,22 + 3068: -83,22 + 3069: -82,22 + 3070: -81,22 + 3074: -93,9 + 3075: -92,9 + 3076: -91,9 + 3077: -90,9 + 3081: -85,4 + 3086: -88,-4 + 3087: -86,-3 + 3088: -85,-3 + 3089: -84,-3 + 3090: -82,-4 + 3106: -73,17 + 6188: -95,-5 + 6189: -94,-5 + 6190: -93,-5 + 6196: -94,22 + 6197: -93,22 + 6209: -69,3 + 6383: -54,-6 - node: color: '#FF974DFF' id: BrickTileWhiteLineN decals: - 2290: 18,-2 - 2291: 19,-2 - 2292: 20,-2 - 2293: 21,-2 - 2294: 22,-2 - 2295: 23,-2 - 2296: 24,-2 - 2297: 25,-2 - 2298: 26,-2 - 2299: 27,-2 - 2300: 16,3 - 2301: 15,3 - 2302: 14,3 - 2303: 13,3 - 2316: 16,-8 - 2317: 17,-8 - 2318: 19,-8 - 2319: 18,-8 - 2320: 20,-8 + 2210: 18,-2 + 2211: 19,-2 + 2212: 20,-2 + 2213: 21,-2 + 2214: 22,-2 + 2215: 23,-2 + 2216: 24,-2 + 2217: 25,-2 + 2218: 26,-2 + 2219: 27,-2 + 2220: 16,3 + 2221: 15,3 + 2222: 14,3 + 2223: 13,3 + 2236: 16,-8 + 2237: 17,-8 + 2238: 19,-8 + 2239: 18,-8 + 2240: 20,-8 - node: color: '#334E6DFF' id: BrickTileWhiteLineS decals: - 1162: 10,37 - 1163: 11,37 - 1164: 12,37 - 1165: 13,37 - 1166: 6,35 - 1167: 5,35 - 1176: 17,35 - 1177: 18,35 - 1178: 19,35 - 1251: 10,42 - 1252: 11,42 - 1253: 12,42 - 1254: 13,42 - 1255: 14,42 - 1261: 6,47 - 1262: 10,45 - 1263: 11,45 - 1264: 12,45 - 1265: 13,45 - 1266: 14,45 - 1279: 8,52 - 1280: 9,52 - 1281: 10,52 - 1290: 22,45 - 1291: 23,45 - 1292: 24,45 - 1293: 25,45 - 1294: 26,45 - 1312: 22,48 - 1313: 26,48 - 1314: 27,48 - 1315: 28,48 - 1318: 24,49 - 1340: 18,53 - 1346: 17,52 - 1347: 18,52 - 1348: 19,52 - 1377: 27,54 - 1428: 18,24 - 1429: 19,24 - 1430: 8,27 - 1431: 7,27 - 1432: 6,27 - 1433: 5,27 - 1434: 12,27 - 1435: 13,27 + 1121: 10,37 + 1122: 11,37 + 1123: 12,37 + 1124: 13,37 + 1125: 6,35 + 1126: 5,35 + 1135: 17,35 + 1136: 18,35 + 1137: 19,35 + 1210: 10,42 + 1211: 11,42 + 1212: 12,42 + 1213: 13,42 + 1214: 14,42 + 1220: 6,47 + 1221: 10,45 + 1222: 11,45 + 1223: 12,45 + 1224: 13,45 + 1225: 14,45 + 1238: 8,52 + 1239: 9,52 + 1240: 10,52 + 1249: 22,45 + 1250: 23,45 + 1251: 24,45 + 1252: 25,45 + 1253: 26,45 + 1271: 22,48 + 1272: 26,48 + 1273: 27,48 + 1274: 28,48 + 1277: 24,49 + 1299: 18,53 + 1305: 17,52 + 1306: 18,52 + 1307: 19,52 + 1336: 27,54 + 1387: 18,24 + 1388: 19,24 + 1389: 8,27 + 1390: 7,27 + 1391: 6,27 + 1392: 5,27 + 1393: 12,27 + 1394: 13,27 - node: color: '#354DA0FF' id: BrickTileWhiteLineS decals: - 6311: 34,1 - 6312: 35,1 + 5898: 34,1 + 5899: 35,1 - node: color: '#7C45B5FF' id: BrickTileWhiteLineS decals: - 2376: -41,21 - 2377: -40,21 - 2378: -38,22 - 2402: -41,9 - 2403: -40,9 - 2404: -39,9 - 2405: -38,9 - 2419: 34,-3 - 2420: 35,-3 + 2296: -41,21 + 2297: -40,21 + 2298: -38,22 + 2322: -41,9 + 2323: -40,9 + 2324: -39,9 + 2325: -38,9 + 2339: 34,-3 + 2340: 35,-3 - node: color: '#845606FF' id: BrickTileWhiteLineS decals: - 3370: -27,-17 - 3371: -26,-17 - 3372: -25,-17 - 3373: -24,-17 - 3374: -23,-17 - 3375: -22,-17 - 3376: -21,-17 - 3377: -20,-17 - 3378: -19,-17 - 3379: -18,-17 - 3380: -17,-17 - 3381: -16,-17 - 3382: -15,-17 - 3383: -14,-17 - 3384: -13,-17 - 3385: -12,-17 - 3386: -11,-17 - 3387: -10,-17 - 3388: -9,-17 - 3389: -8,-17 - 3390: -7,-17 - 3634: -30,-22 - 3635: -29,-22 - 3636: -28,-22 - 3637: -27,-22 - 3638: -26,-22 - 3639: -30,-26 - 3640: -29,-26 - 3641: -28,-26 - 3642: -27,-26 - 3643: -26,-26 - 3644: -13,-36 - 3645: -12,-36 - 3646: -11,-36 - 3647: -15,-35 - 3649: -16,-31 - 3650: -15,-31 - 3651: -14,-31 - 3652: -13,-31 - 3653: -12,-31 - 3654: -11,-31 - 3655: -17,-26 - 3656: -16,-26 - 3657: -15,-26 - 3658: -14,-26 - 3659: -18,-26 - 3660: -19,-26 - 3661: -20,-26 - 3662: -21,-26 - 3663: -22,-26 - 3664: -16,-22 - 3665: -15,-22 - 3666: -14,-22 - 3667: -13,-22 - 3668: -12,-22 - 3669: -11,-22 - 3670: -10,-22 - 3671: -9,-22 - 3672: -8,-22 - 3673: -10,-26 - 3674: -9,-26 - 3675: -8,-26 - 3676: -7,-26 - 3677: -6,-26 - 3678: -5,-26 - 3687: -13,-43 - 3688: -12,-43 - 3689: -11,-43 - 3690: -10,-43 - 3691: -9,-43 - 3692: -8,-43 - 4776: -19,-45 - 4777: -18,-45 - 4778: -17,-45 - 4787: -51,-50 - 4788: -50,-50 - 4789: -49,-50 - 4790: -47,-45 - 4791: -46,-45 - 4792: -45,-45 - 4793: -44,-45 - 4794: -44,-45 - 4795: -43,-45 - 4796: -42,-45 - 4797: -41,-45 - 4798: -40,-45 - 4799: -39,-45 - 4800: -38,-45 - 4801: -37,-45 - 4802: -36,-45 - 4803: -33,-45 - 4804: -32,-45 - 4805: -31,-45 - 4806: -28,-45 - 4807: -27,-45 - 4808: -26,-45 - 4809: -25,-45 - 4810: -24,-45 - 4811: -23,-45 - 4844: -22,-36 - 4845: -21,-36 - 4846: -20,-36 - 6452: -17,-36 - 6453: -18,-36 - 6454: -19,-36 - 6455: -20,-36 + 3155: -27,-17 + 3156: -26,-17 + 3157: -25,-17 + 3158: -24,-17 + 3159: -23,-17 + 3160: -22,-17 + 3161: -21,-17 + 3162: -20,-17 + 3163: -19,-17 + 3164: -18,-17 + 3165: -17,-17 + 3166: -16,-17 + 3167: -15,-17 + 3168: -14,-17 + 3169: -13,-17 + 3170: -12,-17 + 3171: -11,-17 + 3172: -10,-17 + 3173: -9,-17 + 3174: -8,-17 + 3175: -7,-17 + 3382: -30,-22 + 3383: -29,-22 + 3384: -28,-22 + 3385: -27,-22 + 3386: -26,-22 + 3387: -30,-26 + 3388: -29,-26 + 3389: -28,-26 + 3390: -27,-26 + 3391: -26,-26 + 3392: -13,-36 + 3393: -12,-36 + 3394: -11,-36 + 3395: -15,-35 + 3397: -16,-31 + 3398: -15,-31 + 3399: -14,-31 + 3400: -13,-31 + 3401: -12,-31 + 3402: -11,-31 + 3403: -17,-26 + 3404: -16,-26 + 3405: -15,-26 + 3406: -14,-26 + 3407: -18,-26 + 3408: -19,-26 + 3409: -20,-26 + 3410: -21,-26 + 3411: -22,-26 + 3412: -16,-22 + 3413: -15,-22 + 3414: -14,-22 + 3415: -13,-22 + 3416: -12,-22 + 3417: -11,-22 + 3418: -10,-22 + 3419: -9,-22 + 3420: -8,-22 + 3421: -10,-26 + 3422: -9,-26 + 3423: -8,-26 + 3424: -7,-26 + 3425: -6,-26 + 3426: -5,-26 + 3435: -13,-43 + 3436: -12,-43 + 3437: -11,-43 + 3438: -10,-43 + 3439: -9,-43 + 3440: -8,-43 + 4466: -19,-45 + 4467: -18,-45 + 4468: -17,-45 + 4477: -51,-50 + 4478: -50,-50 + 4479: -49,-50 + 4480: -47,-45 + 4481: -46,-45 + 4482: -45,-45 + 4483: -44,-45 + 4484: -44,-45 + 4485: -43,-45 + 4486: -42,-45 + 4487: -41,-45 + 4488: -40,-45 + 4489: -39,-45 + 4490: -38,-45 + 4491: -37,-45 + 4492: -36,-45 + 4493: -33,-45 + 4494: -32,-45 + 4495: -31,-45 + 4496: -28,-45 + 4497: -27,-45 + 4498: -26,-45 + 4499: -25,-45 + 4500: -24,-45 + 4501: -23,-45 + 4534: -22,-36 + 4535: -21,-36 + 4536: -20,-36 + 6020: -17,-36 + 6021: -18,-36 + 6022: -19,-36 + 6023: -20,-36 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS decals: - 505: -29,-3 - 506: -28,-3 - 507: -27,-3 - 508: -23,-3 - 509: -22,-3 - 510: -21,-3 - 511: -29,5 - 512: -28,5 - 513: -27,5 - 514: -21,5 - 515: -22,5 - 516: -23,5 - 517: -17,5 - 518: -16,5 - 519: -15,5 - 520: -15,-3 - 521: -16,-3 - 522: -17,-3 - 523: -14,1 - 524: -15,1 - 525: -16,1 - 526: -17,1 - 527: -18,1 - 528: -19,1 - 529: -20,1 - 530: -21,1 - 531: -22,1 - 532: -23,1 - 533: -24,1 - 534: -25,1 - 535: -26,1 - 536: -27,1 - 537: -28,1 - 538: -29,1 - 547: -14,12 - 548: -15,12 - 549: -16,12 - 550: -17,12 - 551: -18,12 - 552: -19,12 - 553: -20,12 - 554: -21,12 - 555: -22,12 - 556: -23,12 - 557: -24,12 - 558: -25,12 - 559: -26,12 - 560: -27,12 - 561: -28,12 - 562: -29,12 - 563: -13,12 - 572: -13,1 - 591: -8,1 - 592: -7,1 - 593: -6,1 - 594: -5,1 - 605: -3,-3 - 606: -2,-3 - 607: -1,-3 - 608: 0,-3 - 609: 1,-3 - 610: 2,-3 - 611: 3,-3 - 612: 4,-3 - 613: 5,-3 - 1695: 30,5 - 1696: 29,5 - 1697: 28,5 - 1698: 27,5 - 1699: 26,5 - 1700: 25,5 - 1701: 24,5 - 1702: 23,5 - 1703: 22,5 - 1704: 21,5 - 1705: 20,5 - 1706: 19,5 - 1707: 18,5 - 1708: 17,5 - 1709: 16,5 - 1710: 15,5 - 1711: 14,5 - 1712: 13,5 - 1713: 12,5 - 1714: 11,5 - 1750: 9,-3 - 1751: 6,9 - 1752: 7,9 - 1753: 8,9 - 1754: 9,9 - 1755: 10,9 - 1756: 11,9 - 1757: 12,9 - 1847: 35,18 - 1848: 34,18 - 1849: 33,18 - 1850: 32,18 - 1851: 31,18 - 1852: 30,18 - 1853: 26,18 - 1854: 25,18 - 1855: 24,18 - 1856: 23,18 - 1857: 22,18 - 1858: 21,18 - 1859: 15,18 - 1860: 14,18 - 1861: 13,18 - 1862: 12,18 - 1863: 11,18 - 1864: 10,18 - 1865: 9,18 - 1866: 8,18 - 1867: 7,18 - 1868: 6,18 - 1869: 3,17 - 1870: 4,17 - 1871: -1,17 - 1872: -2,17 - 1873: -4,18 - 1874: -5,18 - 1875: -6,18 - 1876: -7,18 - 1877: -8,18 - 1878: -10,19 - 1879: -16,19 - 1880: -17,19 - 1881: -18,19 - 1882: -19,19 - 1883: -21,19 - 1884: -22,19 - 1885: -23,19 - 1886: -24,19 - 1887: -25,19 - 1888: -26,19 - 1889: -28,19 - 1890: -29,19 - 1891: -30,19 - 1892: -31,19 - 3794: -27,19 - 4540: -20,19 + 474: -29,-3 + 475: -28,-3 + 476: -23,-3 + 477: -22,-3 + 478: -21,-3 + 479: -15,-3 + 480: -16,-3 + 481: -17,-3 + 482: -14,1 + 483: -15,1 + 484: -16,1 + 485: -17,1 + 486: -18,1 + 487: -19,1 + 488: -20,1 + 489: -21,1 + 490: -22,1 + 491: -23,1 + 492: -24,1 + 493: -25,1 + 494: -26,1 + 495: -27,1 + 496: -28,1 + 497: -29,1 + 506: -14,12 + 507: -15,12 + 508: -16,12 + 509: -17,12 + 510: -18,12 + 511: -19,12 + 512: -20,12 + 513: -21,12 + 514: -22,12 + 515: -23,12 + 516: -24,12 + 517: -25,12 + 518: -26,12 + 519: -27,12 + 520: -28,12 + 521: -29,12 + 522: -13,12 + 531: -13,1 + 550: -8,1 + 551: -7,1 + 552: -6,1 + 553: -5,1 + 564: -3,-3 + 565: -2,-3 + 566: -1,-3 + 567: 0,-3 + 568: 1,-3 + 569: 2,-3 + 570: 3,-3 + 571: 4,-3 + 572: 5,-3 + 1654: 30,5 + 1655: 29,5 + 1656: 28,5 + 1657: 27,5 + 1658: 26,5 + 1659: 25,5 + 1660: 24,5 + 1661: 23,5 + 1662: 22,5 + 1663: 21,5 + 1664: 20,5 + 1665: 19,5 + 1666: 18,5 + 1667: 17,5 + 1668: 16,5 + 1669: 15,5 + 1670: 14,5 + 1671: 13,5 + 1672: 12,5 + 1673: 11,5 + 1709: 9,-3 + 1710: 6,9 + 1711: 7,9 + 1712: 8,9 + 1713: 9,9 + 1714: 10,9 + 1715: 11,9 + 1716: 12,9 + 1806: 35,18 + 1807: 34,18 + 1808: 33,18 + 1809: 32,18 + 1810: 31,18 + 1811: 30,18 + 1812: 26,18 + 1813: 25,18 + 1814: 24,18 + 1815: 23,18 + 1816: 22,18 + 1817: 21,18 + 1818: 15,18 + 1819: 14,18 + 1820: 13,18 + 1821: 12,18 + 1822: 11,18 + 1823: 10,18 + 1824: 9,18 + 1825: 8,18 + 1826: 7,18 + 1827: 6,18 + 1828: 3,17 + 1829: 4,17 + 1830: -1,17 + 1831: -2,17 + 1832: -4,18 + 1833: -5,18 + 1834: -6,18 + 1835: -7,18 + 1836: -8,18 + 1837: -10,19 + 1838: -16,19 + 1839: -17,19 + 1840: -18,19 + 1841: -19,19 + 1842: -21,19 + 1843: -22,19 + 1844: -23,19 + 1845: -24,19 + 1846: -25,19 + 1847: -26,19 + 1848: -28,19 + 1849: -29,19 + 1850: -30,19 + 1851: -31,19 + 3541: -27,19 + 4234: -20,19 + 6320: 6,-8 + 6321: 11,-6 + 6322: 12,-6 + 6420: -27,-3 - node: color: '#951710FF' id: BrickTileWhiteLineS decals: - 6599: -24,44 - 6600: -26,44 - 6601: -26,44 - 6602: -27,44 - 6603: -25,44 - 6604: -28,44 - 6612: -22,47 - 6621: -21,47 + 6137: -24,44 + 6138: -26,44 + 6139: -26,44 + 6140: -27,44 + 6141: -25,44 + 6142: -28,44 + 6150: -22,47 + 6159: -21,47 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS decals: - 1029: -23,53 - 1030: -22,53 - 1031: -21,53 - 1032: -20,53 - 1033: -24,61 - 1034: -23,61 - 1035: -24,61 - 1036: -25,61 - 1037: -22,61 - 1038: -21,61 - 1039: -20,61 - 1040: -19,61 - 1041: -18,61 - 1042: -17,61 - 1043: -13,61 - 1044: -12,61 - 1045: -5,66 - 1046: -4,66 - 1047: -3,66 - 1048: -4,63 - 1049: -3,63 - 1050: -8,63 - 1069: -15,63 - 1073: -31,57 - 4687: -27,53 - 4688: -37,58 - 4689: -38,58 - 4690: -39,58 - 4691: -43,62 - 4700: -42,62 - 4701: -41,62 - 4725: -34,64 - 4726: -33,64 - 4727: -32,64 - 4728: -31,64 - 4729: -30,64 - 6632: -44,62 - - node: - color: '#9FED58FF' - id: BrickTileWhiteLineS - decals: - 2221: 12,-12 - 2222: 11,-12 - 2223: 9,-12 - 2224: 7,-12 + 988: -23,53 + 989: -22,53 + 990: -21,53 + 991: -20,53 + 992: -24,61 + 993: -23,61 + 994: -24,61 + 995: -25,61 + 996: -22,61 + 997: -21,61 + 998: -20,61 + 999: -19,61 + 1000: -18,61 + 1001: -17,61 + 1002: -13,61 + 1003: -12,61 + 1004: -5,66 + 1005: -4,66 + 1006: -3,66 + 1007: -4,63 + 1008: -3,63 + 1009: -8,63 + 1028: -15,63 + 1032: -31,57 + 4380: -27,53 + 4381: -37,58 + 4382: -38,58 + 4383: -39,58 + 4384: -43,62 + 4393: -42,62 + 4394: -41,62 + 4418: -34,64 + 4419: -33,64 + 4420: -32,64 + 4421: -31,64 + 4422: -30,64 + 6170: -44,62 - node: color: '#B02E26FF' id: BrickTileWhiteLineS decals: - 691: -27,39 - 692: -26,39 - 693: -25,39 - 694: -24,39 - 695: -23,39 - 696: -22,39 - 709: -10,39 - 710: -9,39 - 712: -7,38 - 789: -9,24 - 790: -10,24 - 791: -11,24 - 792: -7,23 - 793: -6,23 - 794: -8,32 - 795: -7,32 - 796: -6,32 - 815: -22,24 - 816: -21,24 - 817: -20,24 - 818: -19,24 - 819: -18,24 - 820: -17,24 - 821: -16,24 - 822: -15,24 - 843: -22,28 - 844: -21,28 - 845: -19,29 - 846: -17,28 - 847: -16,28 - 848: -15,28 - 849: -14,28 - 850: -13,28 - 851: -12,28 - 852: -11,28 - 853: -10,28 - 864: -30,29 - 865: -29,29 - 866: -28,29 - 867: -27,29 - 868: -26,29 - 869: -34,29 - 870: -35,29 - 871: -36,29 - 880: -36,33 - 881: -35,33 - 882: -34,33 - 896: -16,44 - 897: -15,44 - 906: -18,39 + 650: -27,39 + 651: -26,39 + 652: -25,39 + 653: -24,39 + 654: -23,39 + 655: -22,39 + 668: -10,39 + 669: -9,39 + 671: -7,38 + 748: -9,24 + 749: -10,24 + 750: -11,24 + 751: -7,23 + 752: -6,23 + 753: -8,32 + 754: -7,32 + 755: -6,32 + 774: -22,24 + 775: -21,24 + 776: -20,24 + 777: -19,24 + 778: -18,24 + 779: -17,24 + 780: -16,24 + 781: -15,24 + 802: -22,28 + 803: -21,28 + 804: -19,29 + 805: -17,28 + 806: -16,28 + 807: -15,28 + 808: -14,28 + 809: -13,28 + 810: -12,28 + 811: -11,28 + 812: -10,28 + 823: -30,29 + 824: -29,29 + 825: -28,29 + 826: -27,29 + 827: -26,29 + 828: -34,29 + 829: -35,29 + 830: -36,29 + 839: -36,33 + 840: -35,33 + 841: -34,33 + 855: -16,44 + 856: -15,44 + 865: -18,39 - node: color: '#B04DB5FF' id: BrickTileWhiteLineS decals: - 2659: 43,32 - 2660: 44,32 - 2661: 45,32 - 2662: 46,32 - 2663: 47,32 - 2664: 48,32 - 2665: 48,28 - 2666: 47,28 - 2667: 46,28 - 2668: 45,28 - 2669: 44,28 - 2670: 43,28 - 2671: 43,23 - 2672: 44,23 - 2673: 45,23 - 2674: 46,23 - 2675: 47,23 - 2676: 48,23 - 2677: 49,23 - 2678: 39,23 - 2679: 38,23 - 2680: 37,23 - 2681: 36,23 - 2682: 35,23 - 2683: 31,23 - 2684: 30,23 - 2685: 29,23 - 2686: 28,23 - 2687: 27,23 - 2688: 27,26 - 2689: 28,26 - 2690: 29,26 - 2691: 30,26 - 2692: 31,26 - 2693: 35,28 - 2694: 36,28 - 2695: 37,28 - 2696: 38,28 - 2697: 39,28 - 2698: 39,32 - 2699: 35,46 - 2700: 36,46 - 2701: 37,46 - 2702: 38,46 - 2703: 39,46 - 2704: 40,46 - 2705: 41,46 - 2706: 42,46 - 2707: 43,46 - 2708: 44,46 - 2709: 45,46 - 2710: 46,46 - 2711: 47,46 - 2712: 48,46 - 2713: 49,46 - 2714: 44,53 - 2715: 38,53 - 2716: 45,53 - 2717: 46,53 - 2718: 39,53 - 2719: 40,53 - 2720: 48,42 - 2721: 47,42 - 2722: 46,42 - 2723: 45,42 - 2724: 44,42 - 2725: 43,42 - 2726: 43,36 - 2727: 44,36 - 2728: 45,36 - 2729: 46,36 - 2730: 47,36 - 2731: 48,36 - 2732: 49,36 - 2733: 52,26 - 2734: 53,26 - 2735: 54,26 - 2736: 55,26 - 2737: 56,26 - 2738: 57,26 - 2739: 58,26 - 2740: 59,26 - 2741: 60,26 - 2742: 61,26 - 2743: 62,26 - 2744: 66,26 - 2745: 67,26 - 2771: 67,29 - 2789: 53,46 + 2575: 43,32 + 2576: 44,32 + 2577: 45,32 + 2578: 46,32 + 2579: 47,32 + 2580: 48,32 + 2581: 48,28 + 2582: 47,28 + 2583: 46,28 + 2584: 45,28 + 2585: 44,28 + 2586: 43,28 + 2587: 43,23 + 2588: 44,23 + 2589: 45,23 + 2590: 46,23 + 2591: 47,23 + 2592: 48,23 + 2593: 49,23 + 2594: 39,23 + 2595: 38,23 + 2596: 37,23 + 2597: 36,23 + 2598: 35,23 + 2599: 31,23 + 2600: 30,23 + 2601: 29,23 + 2602: 28,23 + 2603: 27,23 + 2604: 27,26 + 2605: 28,26 + 2606: 29,26 + 2607: 30,26 + 2608: 31,26 + 2609: 35,28 + 2610: 36,28 + 2611: 37,28 + 2612: 38,28 + 2613: 39,28 + 2614: 39,32 + 2615: 35,46 + 2616: 36,46 + 2617: 37,46 + 2618: 38,46 + 2619: 39,46 + 2620: 40,46 + 2621: 41,46 + 2622: 42,46 + 2623: 43,46 + 2624: 44,46 + 2625: 45,46 + 2626: 46,46 + 2627: 47,46 + 2628: 48,46 + 2629: 49,46 + 2630: 44,53 + 2631: 38,53 + 2632: 45,53 + 2633: 46,53 + 2634: 39,53 + 2635: 40,53 + 2636: 48,42 + 2637: 47,42 + 2638: 46,42 + 2639: 45,42 + 2640: 44,42 + 2641: 43,42 + 2642: 43,36 + 2643: 44,36 + 2644: 45,36 + 2645: 46,36 + 2646: 47,36 + 2647: 48,36 + 2648: 49,36 + 2649: 52,26 + 2650: 53,26 + 2651: 54,26 + 2652: 55,26 + 2653: 56,26 + 2654: 57,26 + 2655: 58,26 + 2656: 59,26 + 2657: 60,26 + 2658: 61,26 + 2659: 62,26 + 2691: 53,46 - node: color: '#BA8841FF' id: BrickTileWhiteLineS decals: - 1980: -55,11 - 1981: -49,16 - 1982: -50,16 - 1983: -51,16 - 1984: -51,20 - 1985: -50,20 - 1986: -49,20 - 1987: -59,22 - 1988: -60,22 - 1989: -61,22 - 1990: -62,22 - 1991: -63,22 - 1992: -64,22 - 1993: -65,22 - 1994: -53,29 - 1995: -52,29 - 1996: -51,29 - 1997: -50,29 - 1998: -49,29 - 1999: -48,29 - 2000: -47,29 - 2001: -46,29 - 2002: -45,29 - 2003: -44,29 - 2004: -43,29 - 2005: -57,33 - 2006: -56,33 - 2007: -55,33 - 2008: -54,33 - 2009: -53,33 - 2010: -49,33 - 2011: -48,33 - 2012: -47,33 - 2013: -46,33 - 2014: -45,33 - 2015: -44,33 - 2016: -43,33 - 2053: -63,15 - 2054: -62,15 - 2055: -61,15 - 2056: -60,15 - 2057: -59,15 - 2058: -51,25 - 2059: -50,25 - 2060: -49,25 + 1939: -55,11 + 1940: -49,16 + 1941: -50,16 + 1942: -51,16 + 1943: -51,20 + 1944: -50,20 + 1945: -49,20 + 1946: -59,22 + 1947: -60,22 + 1948: -61,22 + 1949: -62,22 + 1950: -63,22 + 1951: -64,22 + 1952: -65,22 + 1953: -53,29 + 1954: -52,29 + 1955: -51,29 + 1956: -50,29 + 1957: -49,29 + 1958: -48,29 + 1959: -47,29 + 1960: -46,29 + 1961: -45,29 + 1962: -44,29 + 1963: -43,29 + 1964: -57,33 + 1965: -56,33 + 1966: -55,33 + 1967: -54,33 + 1968: -53,33 + 1969: -49,33 + 1970: -48,33 + 1971: -47,33 + 1972: -46,33 + 1973: -45,33 + 1974: -44,33 + 1975: -43,33 + 2012: -63,15 + 2013: -62,15 + 2014: -61,15 + 2015: -60,15 + 2016: -59,15 + 2017: -51,25 + 2018: -50,25 + 2019: -49,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineS decals: - 2854: -55,-4 - 2855: -54,-4 - 2856: -53,-4 - 2857: -52,-4 - 2858: -51,-4 - 2859: -62,-5 - 2860: -61,-5 - 2861: -60,-5 - 2862: -59,-5 - 2863: -54,0 - 2864: -53,0 - 2865: -52,0 - 2866: -51,0 - 2867: -58,0 - 2868: -59,0 - 2869: -60,0 - 2870: -61,0 - 2871: -62,0 - 2872: -56,2 - 2999: -62,-10 - 3000: -61,-10 - 3001: -60,-10 - 3002: -59,-10 - 3017: -55,-9 - 3090: -59,-13 - 3091: -58,-13 - 3092: -57,-13 - 3093: -56,-13 - 3094: -55,-13 - 3095: -54,-13 - 3096: -59,-30 - 3097: -58,-30 - 3098: -57,-30 - 3099: -56,-30 - 3100: -55,-30 - 3101: -53,-34 - 3102: -52,-34 - 3103: -51,-34 - 3104: -50,-34 - 3105: -49,-34 - 3106: -48,-34 - 3107: -47,-34 - 3108: -46,-34 - 3109: -45,-34 - 3110: -44,-34 - 3111: -43,-34 - 3112: -42,-34 - 3113: -41,-34 - 3114: -40,-34 - 3115: -39,-34 - 3120: -52,-12 - 3121: -51,-12 - 3122: -69,5 - 3123: -70,5 - 3124: -71,5 - 3125: -72,5 - 3126: -73,5 - 3127: -73,13 - 3128: -69,13 - 3129: -73,-1 - 3130: -77,7 - 3131: -78,7 - 3132: -79,7 - 3133: -80,7 - 3134: -84,6 - 3135: -85,6 - 3136: -86,6 - 3137: -90,7 - 3138: -91,7 - 3139: -92,7 - 3140: -93,7 - 3141: -85,12 - 3142: -97,18 - 3143: -85,-1 - 3144: -89,-6 - 3145: -88,-6 - 3146: -87,-6 - 3147: -86,-6 - 3148: -85,-6 - 3149: -84,-6 - 3150: -83,-6 - 3151: -82,-6 - 3152: -81,-6 - 3261: -96,18 - 3299: -88,20 - 3300: -82,20 - 3303: -84,19 - 3304: -85,19 - 3305: -86,19 - 3334: -66,7 - 3335: -65,7 - 3336: -64,7 - 3337: -63,7 - 3338: -62,7 - 3339: -61,7 - 3340: -60,7 - 3341: -59,7 - 3342: -58,7 - 3343: -57,7 - 3344: -56,7 - 3345: -55,7 - 3346: -54,7 - 3347: -53,7 - 3348: -52,7 - 3349: -51,7 - 3350: -50,7 - 6552: -73,0 + 2756: -55,-4 + 2757: -54,-4 + 2758: -53,-4 + 2759: -52,-4 + 2760: -51,-4 + 2761: -62,-5 + 2762: -61,-5 + 2763: -60,-5 + 2764: -59,-5 + 2765: -54,0 + 2766: -53,0 + 2767: -52,0 + 2768: -51,0 + 2769: -58,0 + 2770: -59,0 + 2771: -60,0 + 2772: -61,0 + 2773: -62,0 + 2774: -56,2 + 2885: -62,-10 + 2886: -61,-10 + 2887: -60,-10 + 2888: -59,-10 + 2901: -55,-9 + 2940: -59,-13 + 2941: -58,-13 + 2942: -57,-13 + 2943: -56,-13 + 2944: -55,-13 + 2945: -54,-13 + 2947: -52,-12 + 2948: -51,-12 + 2949: -69,5 + 2950: -70,5 + 2951: -71,5 + 2952: -72,5 + 2953: -73,5 + 2954: -73,13 + 2955: -69,13 + 2956: -73,-1 + 2957: -77,7 + 2958: -78,7 + 2959: -79,7 + 2960: -80,7 + 2961: -84,6 + 2962: -85,6 + 2963: -86,6 + 2964: -90,7 + 2965: -91,7 + 2966: -92,7 + 2967: -93,7 + 2968: -85,12 + 2969: -85,-1 + 2970: -89,-6 + 2971: -88,-6 + 2972: -87,-6 + 2973: -86,-6 + 2974: -85,-6 + 2975: -84,-6 + 2976: -83,-6 + 2977: -82,-6 + 2978: -81,-6 + 3099: -88,20 + 3100: -82,20 + 3103: -84,19 + 3104: -85,19 + 3105: -86,19 + 3119: -66,7 + 3120: -65,7 + 3121: -64,7 + 3122: -63,7 + 3123: -62,7 + 3124: -61,7 + 3125: -60,7 + 3126: -59,7 + 3127: -58,7 + 3128: -57,7 + 3129: -56,7 + 3130: -55,7 + 3131: -54,7 + 3132: -53,7 + 3133: -52,7 + 3134: -51,7 + 3135: -50,7 + 6191: -94,-6 + 6192: -93,-6 + 6193: -95,21 + 6194: -94,21 + 6195: -93,21 + 6210: -69,-1 + 6384: -54,-9 - node: color: '#FF974DFF' id: BrickTileWhiteLineS decals: - 2281: 14,-3 - 2282: 13,-3 - 2283: 22,-3 - 2284: 23,-3 - 2285: 24,-3 - 2286: 25,-3 - 2287: 26,-3 - 2288: 27,-3 - 2321: 16,-12 - 2322: 17,-12 - 2323: 18,-12 - 2324: 19,-12 - 2325: 20,-12 - 2326: 16,-6 - 2327: 17,-6 - 2328: 18,-6 - 2329: 19,-6 - 2330: 20,-6 + 2201: 14,-3 + 2202: 13,-3 + 2203: 22,-3 + 2204: 23,-3 + 2205: 24,-3 + 2206: 25,-3 + 2207: 26,-3 + 2208: 27,-3 + 2241: 16,-12 + 2242: 17,-12 + 2243: 18,-12 + 2244: 19,-12 + 2245: 20,-12 + 2246: 16,-6 + 2247: 17,-6 + 2248: 18,-6 + 2249: 19,-6 + 2250: 20,-6 - node: color: '#334E6DFF' id: BrickTileWhiteLineW decals: - 1143: 4,41 - 1144: 4,40 - 1145: 4,39 - 1146: 4,38 - 1147: 4,37 - 1148: 4,36 - 1158: 9,38 - 1159: 9,39 - 1179: 16,36 - 1180: 16,37 - 1181: 16,38 - 1182: 16,39 - 1189: 17,41 - 1190: 17,42 - 1191: 17,43 - 1192: 17,44 - 1193: 17,45 - 1194: 17,46 - 1195: 17,47 - 1196: 17,48 - 1197: 17,49 - 1267: 9,46 - 1268: 9,47 - 1269: 9,48 - 1270: 9,49 - 1271: 5,55 - 1272: 5,54 - 1273: 5,53 - 1274: 5,52 - 1275: 5,51 - 1276: 5,50 - 1277: 5,49 - 1278: 5,48 - 1301: 27,42 - 1302: 27,43 - 1303: 27,44 - 1322: 21,49 - 1341: 16,55 - 1351: 14,55 - 1352: 14,56 - 1380: 26,55 - 1419: 6,24 - 1420: 11,29 - 1421: 4,28 - 1422: 11,28 - 1423: 4,29 - 1424: 17,28 - 1425: 17,27 - 1426: 17,26 - 1427: 17,25 + 1102: 4,41 + 1103: 4,40 + 1104: 4,39 + 1105: 4,38 + 1106: 4,37 + 1107: 4,36 + 1117: 9,38 + 1118: 9,39 + 1138: 16,36 + 1139: 16,37 + 1140: 16,38 + 1141: 16,39 + 1148: 17,41 + 1149: 17,42 + 1150: 17,43 + 1151: 17,44 + 1152: 17,45 + 1153: 17,46 + 1154: 17,47 + 1155: 17,48 + 1156: 17,49 + 1226: 9,46 + 1227: 9,47 + 1228: 9,48 + 1229: 9,49 + 1230: 5,55 + 1231: 5,54 + 1232: 5,53 + 1233: 5,52 + 1234: 5,51 + 1235: 5,50 + 1236: 5,49 + 1237: 5,48 + 1260: 27,42 + 1261: 27,43 + 1262: 27,44 + 1281: 21,49 + 1300: 16,55 + 1310: 14,55 + 1311: 14,56 + 1339: 26,55 + 1378: 6,24 + 1379: 11,29 + 1380: 4,28 + 1381: 11,28 + 1382: 4,29 + 1383: 17,28 + 1384: 17,27 + 1385: 17,26 + 1386: 17,25 - node: color: '#354DA0FF' id: BrickTileWhiteLineW decals: - 6314: 33,2 + 5901: 33,2 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW decals: - 2366: -43,20 - 2367: -43,21 - 2368: -43,22 - 2369: -43,23 - 2389: -40,18 - 2408: -41,11 - 2421: 33,-2 + 2286: -43,20 + 2287: -43,21 + 2288: -43,22 + 2289: -43,23 + 2309: -40,18 + 2328: -41,11 + 2341: 33,-2 + - node: + color: '#80C71FFF' + id: BrickTileWhiteLineW + decals: + 6371: -15,6 + 6372: -18,6 + 6373: -20,6 + 6374: -22,6 + 6375: -24,6 + 6376: -26,6 + 6377: -28,6 + 6378: -30,6 - node: color: '#845606FF' id: BrickTileWhiteLineW decals: - 3576: -23,-34 - 3577: -23,-33 - 3578: -23,-32 - 3579: -23,-31 - 3580: -23,-30 - 3581: -20,-41 - 3582: -20,-40 - 3583: -20,-39 - 3584: -14,-40 - 3585: -14,-39 - 3586: -14,-41 - 3587: -14,-42 - 3588: -17,-29 - 3589: -17,-30 - 3590: -23,-25 - 3591: -23,-24 - 3592: -23,-23 - 3593: -23,-21 - 3594: -23,-20 - 3595: -31,-21 - 3596: -31,-20 - 3597: -31,-25 - 3598: -11,-25 - 3599: -17,-21 - 3600: -17,-20 - 4779: -20,-44 - 4780: -20,-43 - 4781: -20,-42 - 4782: -52,-42 - 4783: -52,-43 - 4784: -52,-44 - 4785: -52,-45 - 4786: -52,-49 - 4849: -23,-29 - 6263: -52,-48 - 6267: -52,-47 - 6268: -52,-46 - 6451: -23,-35 + 3325: -23,-34 + 3326: -23,-33 + 3327: -23,-32 + 3328: -23,-31 + 3329: -23,-30 + 3330: -20,-41 + 3331: -20,-40 + 3332: -20,-39 + 3333: -14,-40 + 3334: -14,-39 + 3335: -14,-41 + 3336: -14,-42 + 3337: -17,-29 + 3338: -17,-30 + 3339: -23,-25 + 3340: -23,-24 + 3341: -23,-23 + 3342: -23,-21 + 3343: -23,-20 + 3344: -31,-21 + 3345: -31,-20 + 3346: -31,-25 + 3347: -11,-25 + 3348: -17,-21 + 3349: -17,-20 + 4469: -20,-44 + 4470: -20,-43 + 4471: -20,-42 + 4472: -52,-42 + 4473: -52,-43 + 4474: -52,-44 + 4475: -52,-45 + 4476: -52,-49 + 4539: -23,-29 + 5850: -52,-48 + 5854: -52,-47 + 5855: -52,-46 + 6019: -23,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW decals: - 392: -30,2 - 492: -30,-2 - 493: -24,-2 - 494: -18,-2 - 495: -30,6 - 496: -24,6 - 497: -18,6 - 539: -12,-2 - 540: -12,-1 - 541: -12,5 - 542: -12,6 - 543: -12,7 - 544: -12,8 - 545: -12,9 - 546: -12,10 - 564: -12,11 - 565: -15,15 - 566: -15,14 - 569: -12,0 - 570: -12,4 - 588: -4,-2 - 589: -4,-1 - 590: -4,0 - 597: -4,4 - 598: -4,5 - 599: -4,6 - 600: -9,2 - 1735: 8,6 - 1736: 8,5 - 1737: 5,10 - 1738: 5,11 - 1739: 5,12 - 1740: 5,13 - 1741: 5,14 - 1742: 8,4 - 1743: 8,3 - 1744: 8,1 - 1745: 8,2 - 1746: 8,0 - 1747: 8,-1 - 1748: 8,-2 - 1766: 0,16 - 1767: 0,15 - 1768: 0,14 - 1769: 0,13 - 1770: 0,12 - 1771: 0,11 - 1772: 0,10 - 1773: 0,9 - 1774: 0,-5 - 1775: 0,-6 - 1776: 0,-7 - 1777: 0,-12 - 1778: 0,-8 - 1779: 0,-9 - 1780: 0,-10 - 1781: 0,-11 - 6575: 34,-7 - 6578: 34,-5 + 385: -30,2 + 470: -30,-2 + 471: -24,-2 + 472: -18,-2 + 498: -12,-2 + 499: -12,-1 + 500: -12,5 + 501: -12,6 + 502: -12,7 + 503: -12,8 + 504: -12,9 + 505: -12,10 + 523: -12,11 + 524: -15,15 + 525: -15,14 + 528: -12,0 + 529: -12,4 + 547: -4,-2 + 548: -4,-1 + 549: -4,0 + 556: -4,4 + 557: -4,5 + 558: -4,6 + 559: -9,2 + 1694: 8,6 + 1695: 8,5 + 1696: 5,10 + 1697: 5,11 + 1698: 5,12 + 1699: 5,13 + 1700: 5,14 + 1701: 8,4 + 1702: 8,3 + 1703: 8,1 + 1704: 8,2 + 1705: 8,0 + 1706: 8,-1 + 1707: 8,-2 + 1725: 0,16 + 1726: 0,15 + 1727: 0,14 + 1728: 0,13 + 1729: 0,12 + 1730: 0,11 + 1731: 0,10 + 1732: 0,9 + 1733: 0,-5 + 1734: 0,-6 + 1735: 0,-7 + 1736: 0,-12 + 1737: 0,-8 + 1738: 0,-9 + 1739: 0,-10 + 1740: 0,-11 + 6307: 5,-6 + 6308: 5,-7 + 6309: 9,-6 + 6310: 9,-7 + 6311: 9,-8 + 6312: 9,-9 + 6313: 9,-10 + 6314: 9,-11 + 6315: 9,-12 + 6316: 12,-10 + 6317: 12,-11 + 6318: 12,-9 - node: color: '#951710FF' id: BrickTileWhiteLineW decals: - 6613: -29,45 - 6614: -29,46 + 6151: -29,45 + 6152: -29,46 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW decals: - 1015: -32,61 - 1016: -32,60 - 1017: -32,59 - 1018: -32,58 - 1019: -28,63 - 1020: -28,62 - 1021: -28,61 - 1022: -28,60 - 1023: -28,59 - 1024: -28,58 - 1025: -28,57 - 1026: -28,56 - 1027: -28,55 - 1028: -28,54 - 1056: -14,62 - 1057: -24,58 - 1058: -24,57 - 1059: -24,56 - 1060: -24,55 - 1061: -24,54 - 1062: 0,68 - 1063: 0,67 - 1064: 0,66 - 1065: 0,65 - 1066: 0,64 - 1067: 0,63 - 1068: -6,67 - 4702: -40,61 - 4703: -40,60 - 4704: -40,59 - 4705: -45,65 - 4706: -45,66 - 6633: -45,63 - - node: - color: '#9FED58FF' - id: BrickTileWhiteLineW - decals: - 2225: 5,-10 - 2226: 5,-9 - 2227: 5,-8 - 2228: 5,-7 - 2229: 5,-6 - 2251: 8,-6 - 2252: 8,-7 - 2253: 8,-8 - 2254: 8,-9 - 2255: 8,-10 - 2256: 8,-11 + 974: -32,61 + 975: -32,60 + 976: -32,59 + 977: -32,58 + 978: -28,63 + 979: -28,62 + 980: -28,61 + 981: -28,60 + 982: -28,59 + 983: -28,58 + 984: -28,57 + 985: -28,56 + 986: -28,55 + 987: -28,54 + 1015: -14,62 + 1016: -24,58 + 1017: -24,57 + 1018: -24,56 + 1019: -24,55 + 1020: -24,54 + 1021: 0,68 + 1022: 0,67 + 1023: 0,66 + 1024: 0,65 + 1025: 0,64 + 1026: 0,63 + 1027: -6,67 + 4395: -40,61 + 4396: -40,60 + 4397: -40,59 + 4398: -45,65 + 4399: -45,66 + 6171: -45,63 - node: color: '#B02E26FF' id: BrickTileWhiteLineW decals: - 678: -28,40 - 679: -28,41 - 699: -31,41 - 700: -31,40 - 722: -11,40 - 723: -11,41 - 752: -14,43 - 753: -14,42 - 754: -14,41 - 755: -14,40 - 756: -14,39 - 757: -14,38 - 758: -14,37 - 759: -14,36 - 760: -14,35 - 761: -14,34 - 762: -14,33 - 763: -14,32 - 764: -14,31 - 765: -23,29 - 766: -37,30 - 767: -37,34 - 768: -7,29 - 769: -7,28 - 770: -12,25 - 797: -9,34 - 798: -9,33 - 823: -23,25 - 904: -19,41 - 905: -19,40 - 4748: -34,38 - 4749: -34,39 - 4750: -34,40 - 4751: -34,41 - 4752: -34,42 - 4753: -34,43 - 4754: -34,44 - 4755: -34,45 - 4756: -34,46 - 4757: -34,47 - 4758: -34,48 - 4759: -34,49 - 4760: -34,50 + 637: -28,40 + 638: -28,41 + 658: -31,41 + 659: -31,40 + 681: -11,40 + 682: -11,41 + 711: -14,43 + 712: -14,42 + 713: -14,41 + 714: -14,40 + 715: -14,39 + 716: -14,38 + 717: -14,37 + 718: -14,36 + 719: -14,35 + 720: -14,34 + 721: -14,33 + 722: -14,32 + 723: -14,31 + 724: -23,29 + 725: -37,30 + 726: -37,34 + 727: -7,29 + 728: -7,28 + 729: -12,25 + 756: -9,34 + 757: -9,33 + 782: -23,25 + 863: -19,41 + 864: -19,40 + 4441: -34,38 + 4442: -34,39 + 4443: -34,40 + 4444: -34,41 + 4445: -34,42 + 4446: -34,43 + 4447: -34,44 + 4448: -34,45 + 4449: -34,46 + 4450: -34,47 + 4451: -34,48 + 4452: -34,49 + 4453: -34,50 - node: color: '#B04DB5FF' id: BrickTileWhiteLineW decals: - 2579: 34,24 - 2580: 34,25 - 2581: 26,27 - 2582: 26,28 - 2583: 26,29 - 2584: 34,29 - 2586: 42,25 - 2587: 42,24 - 2588: 42,29 - 2589: 42,37 - 2590: 42,38 - 2591: 42,39 - 2592: 38,33 - 2593: 38,34 - 2594: 38,35 - 2595: 38,36 - 2596: 38,37 - 2597: 38,38 - 2598: 38,39 - 2599: 38,40 - 2600: 38,41 - 2601: 38,42 - 2602: 38,43 - 2603: 34,47 - 2604: 34,48 - 2605: 34,49 - 2606: 34,50 - 2607: 39,50 - 2608: 49,50 - 2609: 43,54 - 2610: 43,55 - 2611: 43,56 - 2612: 37,56 - 2613: 37,55 - 2614: 37,54 - 2615: 42,43 - 2616: 42,33 - 2617: 42,25 - 2618: 42,24 - 2619: 26,28 - 2763: 51,29 - 2764: 51,28 - 2765: 51,27 - 2766: 65,27 - 2767: 65,28 - 2768: 65,29 - 2791: 53,48 - 2793: 52,50 + 2495: 34,24 + 2496: 34,25 + 2497: 26,27 + 2498: 26,28 + 2499: 26,29 + 2500: 34,29 + 2502: 42,25 + 2503: 42,24 + 2504: 42,29 + 2505: 42,37 + 2506: 42,38 + 2507: 42,39 + 2508: 38,33 + 2509: 38,34 + 2510: 38,35 + 2511: 38,36 + 2512: 38,37 + 2513: 38,38 + 2514: 38,39 + 2515: 38,40 + 2516: 38,41 + 2517: 38,42 + 2518: 38,43 + 2519: 34,47 + 2520: 34,48 + 2521: 34,49 + 2522: 34,50 + 2523: 39,50 + 2524: 49,50 + 2525: 43,54 + 2526: 43,55 + 2527: 43,56 + 2528: 37,56 + 2529: 37,55 + 2530: 37,54 + 2531: 42,43 + 2532: 42,33 + 2533: 42,25 + 2534: 42,24 + 2535: 26,28 + 2674: 51,29 + 2675: 51,28 + 2676: 51,27 + 2693: 53,48 + 2695: 52,50 - node: color: '#BA8841FF' id: BrickTileWhiteLineW decals: - 2051: -52,22 - 2052: -52,21 - 2061: -64,19 - 2062: -64,18 - 2063: -64,17 - 2064: -64,16 - 2065: -56,12 - 2066: -56,13 - 2067: -56,14 - 2068: -56,15 - 2069: -56,16 - 2070: -56,17 - 2071: -56,18 - 2072: -56,19 - 2073: -56,20 - 2074: -56,21 - 2075: -56,22 - 2076: -56,23 - 2077: -56,24 - 2078: -56,25 - 2079: -56,26 - 2080: -56,27 - 2081: -56,28 - 2082: -66,23 - 2083: -66,24 - 2084: -66,25 - 2085: -66,26 - 2086: -65,29 - 2087: -65,28 - 2088: -64,31 - 2089: -64,32 - 2090: -64,33 - 2091: -64,34 - 2092: -64,35 - 2093: -58,35 - 2094: -58,34 - 2095: -50,34 - 2096: -52,26 - 2097: -52,17 - 2107: -57,30 - 2124: -46,10 - 2125: -46,11 - 2126: -46,12 - 2127: -46,13 - 2128: -46,14 - 2129: -46,15 - 2130: -46,16 - 2131: -46,17 + 2010: -52,22 + 2011: -52,21 + 2020: -64,19 + 2021: -64,18 + 2022: -64,17 + 2023: -64,16 + 2024: -56,12 + 2025: -56,13 + 2026: -56,14 + 2027: -56,15 + 2028: -56,16 + 2029: -56,17 + 2030: -56,18 + 2031: -56,19 + 2032: -56,20 + 2033: -56,21 + 2034: -56,22 + 2035: -56,23 + 2036: -56,24 + 2037: -56,25 + 2038: -56,26 + 2039: -56,27 + 2040: -56,28 + 2041: -66,23 + 2042: -66,24 + 2043: -66,25 + 2044: -66,26 + 2045: -65,29 + 2046: -65,28 + 2047: -64,31 + 2048: -64,32 + 2049: -64,33 + 2050: -64,34 + 2051: -64,35 + 2052: -58,35 + 2053: -58,34 + 2054: -50,34 + 2055: -52,26 + 2056: -52,17 + 2066: -57,30 + 2083: -46,10 + 2084: -46,11 + 2085: -46,12 + 2086: -46,13 + 2087: -46,14 + 2088: -46,15 + 2089: -46,16 + 2090: -46,17 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineW decals: - 2895: -63,-4 - 2896: -63,-3 - 2897: -56,-3 - 2898: -63,1 - 2899: -63,2 - 2900: -63,3 - 2901: -63,4 - 2904: -55,1 - 2905: -74,6 - 2906: -74,7 - 2907: -74,8 - 2908: -74,9 - 2909: -74,10 - 2940: -81,8 - 2941: -70,14 - 2942: -70,15 - 2943: -70,16 - 2944: -74,16 - 2945: -74,15 - 2946: -74,14 - 2947: -86,13 - 2948: -86,14 - 2949: -86,15 - 2950: -86,16 - 2951: -99,12 - 2952: -99,11 - 2953: -99,10 - 2954: -99,9 - 2955: -99,8 - 2956: -99,6 - 2957: -99,7 - 2958: -99,5 - 2959: -99,4 - 2960: -98,19 - 2961: -98,20 - 2962: -98,21 - 2963: -98,22 - 2964: -98,23 - 2965: -98,24 - 2966: -98,25 - 2967: -98,26 - 2968: -98,27 - 2969: -98,28 - 2970: -94,8 - 2971: -92,12 - 2972: -92,13 - 2973: -92,14 - 2974: -92,4 - 2975: -92,3 - 2976: -92,2 - 2977: -98,-3 - 2978: -98,-4 - 2979: -98,-5 - 2980: -98,-6 - 2981: -98,-7 - 2982: -98,-8 - 2983: -98,-9 - 2984: -98,-10 - 2985: -98,-11 - 2986: -98,-12 - 3012: -63,-8 - 3013: -63,-9 - 3014: -56,-7 - 3015: -56,-8 - 3073: -54,-33 - 3074: -54,-32 - 3075: -54,-31 - 3076: -60,-29 - 3077: -60,-28 - 3078: -60,-27 - 3079: -60,-26 - 3080: -60,-25 - 3081: -60,-24 - 3082: -60,-23 - 3083: -60,-22 - 3084: -60,-21 - 3085: -60,-20 - 3086: -60,-19 - 3087: -60,-18 - 3088: -60,-17 - 3089: -60,-16 - 3273: -87,9 - 3274: -87,8 - 3275: -87,7 - 3279: -86,3 - 3280: -86,2 - 3281: -86,1 - 3282: -86,0 - 3352: -48,6 - 3353: -48,5 - 3354: -48,4 - 3355: -48,3 - 3356: -48,2 - 3357: -48,1 - 3358: -48,0 - 3359: -48,-1 - 6553: -74,1 - 6554: -74,2 + 2797: -63,-4 + 2798: -63,-3 + 2799: -56,-3 + 2800: -63,1 + 2801: -63,2 + 2802: -63,3 + 2803: -63,4 + 2806: -55,1 + 2807: -74,6 + 2808: -74,7 + 2809: -74,8 + 2810: -74,9 + 2811: -74,10 + 2839: -81,8 + 2840: -70,14 + 2841: -70,15 + 2842: -70,16 + 2843: -74,16 + 2844: -74,15 + 2845: -74,14 + 2846: -86,13 + 2847: -86,14 + 2848: -86,15 + 2849: -86,16 + 2850: -99,12 + 2851: -99,11 + 2852: -99,10 + 2853: -99,9 + 2854: -99,8 + 2855: -99,6 + 2856: -99,7 + 2857: -99,5 + 2858: -99,4 + 2859: -98,19 + 2860: -98,20 + 2861: -98,21 + 2862: -98,22 + 2863: -98,23 + 2864: -98,24 + 2865: -98,25 + 2866: -98,26 + 2867: -98,27 + 2868: -98,28 + 2869: -94,8 + 2870: -98,-3 + 2871: -98,-4 + 2872: -98,-5 + 2873: -98,-6 + 2874: -98,-7 + 2875: -98,-8 + 2876: -98,-9 + 2877: -98,-10 + 2878: -98,-11 + 2879: -98,-12 + 2896: -63,-8 + 2897: -63,-9 + 2898: -56,-7 + 2899: -56,-8 + 2929: -54,-31 + 2930: -60,-25 + 2931: -60,-24 + 2932: -60,-23 + 2933: -60,-22 + 2934: -60,-21 + 2935: -60,-20 + 2936: -60,-19 + 2937: -60,-18 + 2938: -60,-17 + 2939: -60,-16 + 3078: -87,9 + 3079: -87,8 + 3080: -87,7 + 3082: -86,3 + 3083: -86,2 + 3084: -86,1 + 3085: -86,0 + 3137: -48,6 + 3138: -48,5 + 3139: -48,4 + 3140: -48,3 + 3141: -48,2 + 3142: -48,1 + 3143: -48,0 + 3144: -48,-1 + 6206: -70,2 + 6207: -70,1 + 6208: -70,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineW decals: - 2271: 13,1 - 2272: 15,-4 - 2273: 15,-5 - 2304: 12,-1 - 2305: 12,-2 - 2306: 15,-9 - 2307: 15,-10 - 2308: 15,-11 + 2191: 13,1 + 2192: 15,-4 + 2193: 15,-5 + 2224: 12,-1 + 2225: 12,-2 + 2226: 15,-9 + 2227: 15,-10 + 2228: 15,-11 - node: color: '#FFFFFFFF' id: BushDThree @@ -5061,73 +5056,78 @@ entities: 151: 71,-3 152: 3,-10 226: 37,37 - 4020: -23.84824,-36.039036 - 4041: 70.49607,-5.2800684 - 4042: 73.21482,-5.2683496 + 3767: -23.84824,-36.039036 + 3788: 70.49607,-5.2800684 + 3789: 73.21482,-5.2683496 - node: color: '#FFFFFFFF' id: BushDTwo decals: 200: -1,14 - 356: -106.987564,9.973441 - 370: -101.81569,9.926566 - 3729: -0.88223886,-10.300684 - 6517: -59.517128,9.321603 - 6518: -42.90093,5.449465 - 6519: -30.489948,17.91463 - 6520: 47.184723,21.183506 - 6521: 39.60601,-20.002787 - 6522: 42.520073,-19.752787 - 6523: 40.600338,-30.343527 - 6524: 34.420174,-36.616962 - 6525: 17.789068,-38.879887 - 6526: 1.2919211,-38.75982 - 6527: -3.5219002,-45.90537 - 6528: -10.826588,-52.624638 - 6529: 13.056606,-52.51093 - 6530: 8.8619585,-45.313065 - 6531: -8.990252,-30.680576 - 6532: -23.893175,-32.74724 + 352: -106.987564,9.973441 + 366: -101.81569,9.926566 + 3477: -0.88223886,-10.300684 + 6085: -59.517128,9.321603 + 6086: -42.90093,5.449465 + 6087: -30.489948,17.91463 + 6088: 47.184723,21.183506 + 6089: 39.60601,-20.002787 + 6090: 42.520073,-19.752787 + 6091: 40.600338,-30.343527 + 6092: 34.420174,-36.616962 + 6093: 17.789068,-38.879887 + 6094: 1.2919211,-38.75982 + 6095: -3.5219002,-45.90537 + 6096: -10.826588,-52.624638 + 6097: 13.056606,-52.51093 + 6098: 8.8619585,-45.313065 + 6099: -8.990252,-30.680576 + 6100: -23.893175,-32.74724 + - node: + color: '#FFFFFFFF' + id: Bushb2 + decals: + 6387: -58.49992,-28.071701 - node: color: '#FFFFFFFF' id: Bushb3 decals: - 270: 36,-37 + 266: 36,-37 - node: color: '#FFFFFFFF' id: Bushd1 decals: - 4124: 57.006096,-12.356954 - 4125: 57.099846,-6.4928484 - 4126: 57.873283,-6.9615984 - 4127: 63.099846,-6.8826447 - 4128: 65.24438,-12.144363 - 4129: 67.27172,-12.788895 - 4130: 67.48266,-13.257645 - 4131: 69.80284,-5.2769313 - 4132: 71.44347,-3.4839625 - 4133: 66.205185,0.043381214 - 4134: 65.642685,-1.0347438 - 4135: 62.150494,-2.1245875 - 4136: 55.271587,-0.22615004 - 4137: 53.619244,-8.4761505 - 4138: 54.380962,-9.671463 - 4139: 52.400494,-15.636277 - 4140: 48.594856,-24.49732 - 4141: 51.36048,-26.65357 - 6622: -13.54646,71.93295 + 3871: 57.006096,-12.356954 + 3872: 57.099846,-6.4928484 + 3873: 57.873283,-6.9615984 + 3874: 63.099846,-6.8826447 + 3875: 65.24438,-12.144363 + 3876: 67.27172,-12.788895 + 3877: 67.48266,-13.257645 + 3878: 69.80284,-5.2769313 + 3879: 71.44347,-3.4839625 + 3880: 66.205185,0.043381214 + 3881: 65.642685,-1.0347438 + 3882: 62.150494,-2.1245875 + 3883: 55.271587,-0.22615004 + 3884: 53.619244,-8.4761505 + 3885: 54.380962,-9.671463 + 3886: 52.400494,-15.636277 + 3887: 48.594856,-24.49732 + 3888: 51.36048,-26.65357 + 6160: -13.54646,71.93295 - node: color: '#FFFFFFFF' id: Bushe1 decals: 170: -3,-47 201: -1,9 - 261: 66,-4 - 262: 72,-4 - 366: -106.90944,6.957816 - 367: -103.09694,5.285941 - 368: -102.925064,4.629691 - 3799: -1.2123232,14.564764 + 257: 66,-4 + 258: 72,-4 + 362: -106.90944,6.957816 + 363: -103.09694,5.285941 + 364: -102.925064,4.629691 + 3546: -1.2123232,14.564764 - node: color: '#FFFFFFFF' id: Bushe2 @@ -5135,27 +5135,27 @@ entities: 142: 53,0 143: 51,-16 144: 63,-26 - 363: -105.75319,9.676566 - 364: -105.893814,8.332816 - 365: -106.737564,7.426566 + 359: -105.75319,9.676566 + 360: -105.893814,8.332816 + 361: -106.737564,7.426566 - node: color: '#FFFFFFFF' id: Bushe3 decals: - 3709: 42.40303,-11.448524 - 3710: 41.500687,-14.392142 - 3711: 47.430374,-6.8730726 - 3712: 46.15303,3.6802206 - 3713: 45.12178,13.699752 - 3714: 65.732506,-8.308953 - 3715: 59.42782,-10.014526 - 3716: 67.525475,-21.236286 - 3717: 61.443443,-27.3714 - 3718: 49.665607,-26.2464 - 3719: 40.71666,-29.257294 - 3720: 36.59022,-36.651825 - 3721: 13.614435,-38.831512 - 3722: 8.84652,-43.378727 + 3457: 42.40303,-11.448524 + 3458: 41.500687,-14.392142 + 3459: 47.430374,-6.8730726 + 3460: 46.15303,3.6802206 + 3461: 45.12178,13.699752 + 3462: 65.732506,-8.308953 + 3463: 59.42782,-10.014526 + 3464: 67.525475,-21.236286 + 3465: 61.443443,-27.3714 + 3466: 49.665607,-26.2464 + 3467: 40.71666,-29.257294 + 3468: 36.59022,-36.651825 + 3469: 13.614435,-38.831512 + 3470: 8.84652,-43.378727 - node: color: '#FFFFFFFF' id: Bushe4 @@ -5163,49 +5163,49 @@ entities: 164: -32,-3 169: 9,-43 238: 49,54 - 263: 75,-3 - 264: 75,-3 - 265: 75,-6 - 266: 62,-3 - 267: 41,-29 - 268: 22,-39 - 269: 5,-49 - 360: -102.862564,10.332816 - 361: -102.393814,9.817191 - 362: -105.75319,11.926566 - 4021: -24.176365,-31.187471 - 4022: -8.777928,-28.609346 - 4040: 67.818695,-5.2331934 - 4214: -36.177177,-21.855759 - 4232: -106.47833,9.241646 - 4413: 22.541536,39.08815 - 4414: 9.814974,35.44362 - 4613: 46.1468,-0.7615123 - 4645: 1.3932085,51.47611 - 4646: 0.7525835,54.61237 - 6459: 31.918331,-17.062832 - 6460: 27.27747,-16.844082 - 6516: -60.134315,9.024728 + 259: 75,-3 + 260: 75,-3 + 261: 75,-6 + 262: 62,-3 + 263: 41,-29 + 264: 22,-39 + 265: 5,-49 + 356: -102.862564,10.332816 + 357: -102.393814,9.817191 + 358: -105.75319,11.926566 + 3768: -24.176365,-31.187471 + 3769: -8.777928,-28.609346 + 3787: 67.818695,-5.2331934 + 3949: -36.177177,-21.855759 + 3964: -106.47833,9.241646 + 4107: 22.541536,39.08815 + 4108: 9.814974,35.44362 + 4306: 46.1468,-0.7615123 + 4338: 1.3932085,51.47611 + 4339: 0.7525835,54.61237 + 6027: 31.918331,-17.062832 + 6028: 27.27747,-16.844082 + 6084: -60.134315,9.024728 - node: color: '#FFFFFFFF' id: Bushf1 decals: 171: 13,-52 - 251: 64,8 - 369: -102.300064,6.192191 - 4111: 53.982315,-4.4730234 - 4112: 56.876846,-4.3675547 - 4113: 63.521378,-4.3675547 - 4114: 72.77919,-4.672242 - 4115: 65.326065,-13.215211 - 4116: 63.521378,-11.827433 - 4117: 66.76747,-21.307901 - 4118: 62.021378,-25.593042 - 4119: 67.21278,-24.245386 - 4120: 57.849846,-28.077417 - 4121: 53.478752,-27.608667 - 4122: 49.599846,-25.207119 - 4123: 50.713127,-17.428339 + 247: 64,8 + 365: -102.300064,6.192191 + 3858: 53.982315,-4.4730234 + 3859: 56.876846,-4.3675547 + 3860: 63.521378,-4.3675547 + 3861: 72.77919,-4.672242 + 3862: 65.326065,-13.215211 + 3863: 63.521378,-11.827433 + 3864: 66.76747,-21.307901 + 3865: 62.021378,-25.593042 + 3866: 67.21278,-24.245386 + 3867: 57.849846,-28.077417 + 3868: 53.478752,-27.608667 + 3869: 49.599846,-25.207119 + 3870: 50.713127,-17.428339 - node: color: '#FFFFFFFF' id: Bushf2 @@ -5217,45 +5217,42 @@ entities: color: '#FFFFFFFF' id: Bushf3 decals: - 247: 75,13 - 3726: 9.066714,-41.41747 - 3727: 13.218527,-38.625637 - 3728: -1.2923951,-11.308496 + 3474: 9.066714,-41.41747 + 3475: 13.218527,-38.625637 + 3476: -1.2923951,-11.308496 - node: color: '#FFFFFFFF' id: Bushg4 decals: - 3723: 5.063496,-47.319897 - 4036: 58.594654,-6.3586936 - 4048: 54.488796,-3.3138347 - 4049: 53.633327,-1.0169597 - 4050: 62.60989,-6.442741 - 4051: 68.45755,-5.177116 - 4052: 74.16458,-5.270866 - 4053: 53.258327,-7.368522 - 4054: 55.461452,-13.006857 - 4055: 65.56302,-22.65142 - 4056: 60.09036,-26.41314 - 4057: 54.301296,-27.374077 - 4058: 50.352077,-26.237358 - 4059: 49.625515,-24.72564 - 4215: -36.001396,-22.922165 - 4216: -35.49749,-22.336227 - 4217: -44.30999,-5.539646 - 4218: -81.8269,13.409887 - 4219: -81.24096,14.968481 - 4220: -81.70971,15.988012 - 4221: -81.006584,17.452856 - 4222: -88.282814,12.964575 - 4223: -89.07437,12.519262 - 4224: -88.72281,17.523169 - 4225: -88.874985,3.0756955 - 4226: -88.501915,2.7552567 - 4227: -88.04488,0.95056915 - 4228: -94.36687,3.4232254 - 4229: -96.077805,1.9466629 - 4230: -100.76816,3.8184528 - 4231: -100.44003,4.3575153 + 3471: 5.063496,-47.319897 + 3783: 58.594654,-6.3586936 + 3795: 54.488796,-3.3138347 + 3796: 53.633327,-1.0169597 + 3797: 62.60989,-6.442741 + 3798: 68.45755,-5.177116 + 3799: 74.16458,-5.270866 + 3800: 53.258327,-7.368522 + 3801: 55.461452,-13.006857 + 3802: 65.56302,-22.65142 + 3803: 60.09036,-26.41314 + 3804: 54.301296,-27.374077 + 3805: 50.352077,-26.237358 + 3806: 49.625515,-24.72564 + 3950: -36.001396,-22.922165 + 3951: -35.49749,-22.336227 + 3952: -44.30999,-5.539646 + 3953: -81.8269,13.409887 + 3954: -81.24096,14.968481 + 3955: -81.70971,15.988012 + 3956: -81.006584,17.452856 + 3957: -88.282814,12.964575 + 3958: -88.72281,17.523169 + 3959: -88.874985,3.0756955 + 3960: -88.501915,2.7552567 + 3961: -88.04488,0.95056915 + 3962: -100.76816,3.8184528 + 3963: -100.44003,4.3575153 + 6276: 70.73736,17.2949 - node: color: '#FFFFFFFF' id: Bushh1 @@ -5265,26 +5262,25 @@ entities: 147: 71,-6 148: 58,0 208: -24,18 - 3708: 42.906937,-11.0667305 - 3795: -30.793852,18.267889 - 3796: -31.28604,17.857733 - 4023: -24.621677,-29.41794 - 4024: -24.527927,-31.984348 - 4025: -8.508397,-30.390596 - 4026: 14.481334,-38.60922 - 4027: 19.515272,-38.722622 - 4028: 30.546476,-36.59626 - 4029: 33.399643,-36.98298 - 4037: 51.592796,-17.105461 - 4047: 53.281765,-3.1966472 - 4250: -89.2827,13.322316 - 4251: -87.86473,16.017628 - 4252: -80.82176,11.740285 - 6491: 37.616062,21.238317 - 6492: 46.427296,21.230505 - 6493: 44.458797,13.420872 - 6494: -0.83810425,34.107063 - 6495: 0.021270752,36.677376 + 3456: 42.906937,-11.0667305 + 3542: -30.793852,18.267889 + 3543: -31.28604,17.857733 + 3770: -24.621677,-29.41794 + 3771: -24.527927,-31.984348 + 3772: -8.508397,-30.390596 + 3773: 14.481334,-38.60922 + 3774: 19.515272,-38.722622 + 3775: 30.546476,-36.59626 + 3776: 33.399643,-36.98298 + 3784: 51.592796,-17.105461 + 3794: 53.281765,-3.1966472 + 3977: -87.86473,16.017628 + 3978: -80.82176,11.740285 + 6059: 37.616062,21.238317 + 6060: 46.427296,21.230505 + 6061: 44.458797,13.420872 + 6062: -0.83810425,34.107063 + 6063: 0.021270752,36.677376 - node: color: '#FFFFFFFF' id: Bushh3 @@ -5298,144 +5294,150 @@ entities: decals: 172: -3,-48 207: -17,18 - 4068: 58.069717,-6.448056 - 4069: 60.39003,-8.088681 - 4070: 66.57753,-6.7879 - 4071: 67.23378,-2.2761812 - 4072: 70.57362,-1.3738375 - 4073: 75.436905,-2.2527437 - 4074: 72.343155,-6.4363375 - 4075: 55.585342,-2.241025 - 4076: 58.611607,-12.025141 - 4077: 55.892857,-12.611078 - 4078: 56.537388,-12.611078 - 4079: 62.560825,-10.2556095 - 4080: 62.865513,-10.8181095 - 4081: 67.16629,-20.122797 - 4082: 66.77957,-20.532953 - 4083: 65.5491,-24.353764 - 4084: 61.22571,-26.02222 - 4085: 61.448368,-26.444096 - 4086: 59.35071,-27.557377 - 4087: 52.460087,-27.194096 - 4088: 50.397587,-26.186283 + 3815: 58.069717,-6.448056 + 3816: 60.39003,-8.088681 + 3817: 66.57753,-6.7879 + 3818: 67.23378,-2.2761812 + 3819: 70.57362,-1.3738375 + 3820: 75.436905,-2.2527437 + 3821: 72.343155,-6.4363375 + 3822: 55.585342,-2.241025 + 3823: 58.611607,-12.025141 + 3824: 55.892857,-12.611078 + 3825: 56.537388,-12.611078 + 3826: 62.560825,-10.2556095 + 3827: 62.865513,-10.8181095 + 3828: 67.16629,-20.122797 + 3829: 66.77957,-20.532953 + 3830: 65.5491,-24.353764 + 3831: 61.22571,-26.02222 + 3832: 61.448368,-26.444096 + 3833: 59.35071,-27.557377 + 3834: 52.460087,-27.194096 + 3835: 50.397587,-26.186283 - node: color: '#FFFFFFFF' id: Bushi2 decals: - 260: 66,-3 - 353: -102.331314,7.207816 - 4089: 52.108524,-27.53394 - 4090: 59.6554,-26.948002 - 6324: -37.32839,-33.615314 - 6623: -13.85896,71.22 + 256: 66,-3 + 349: -102.331314,7.207816 + 3836: 52.108524,-27.53394 + 3837: 59.6554,-26.948002 + 6161: -13.85896,71.22 - node: color: '#FFFFFFFF' id: Bushi3 decals: - 255: 67,-22 - 256: 60,-28 - 257: 52,-15 - 354: -101.94069,6.645316 - 355: -107.768814,9.239066 - 4519: -17.382242,55.28696 - 4520: -16.433023,49.884617 - 4563: -26.578676,-14.086744 - 4564: -20.547426,-14.055494 - 6458: 30.879269,-17.070644 - 6490: 36.811375,20.988317 + 251: 67,-22 + 252: 60,-28 + 253: 52,-15 + 350: -101.94069,6.645316 + 351: -107.768814,9.239066 + 4213: -17.382242,55.28696 + 4214: -16.433023,49.884617 + 4256: -26.578676,-14.086744 + 4257: -20.547426,-14.055494 + 6026: 30.879269,-17.070644 + 6058: 36.811375,20.988317 - node: color: '#FFFFFFFF' id: Bushi4 decals: - 3724: -2.9872854,-48.485737 - 3725: 5.0869336,-47.735737 - 4091: 50.4679,-18.136845 - 4092: 55.29607,-13.119765 - 4093: 63.37029,-11.514297 - 4094: 62.725758,-11.186172 - 4095: 60.288258,-9.13539 - 4096: 60.135914,-8.631484 - 4097: 60.581226,-8.408828 - 4098: 55.905445,-2.656845 - 6323: -37.758076,-33.16219 + 3472: -2.9872854,-48.485737 + 3473: 5.0869336,-47.735737 + 3838: 50.4679,-18.136845 + 3839: 55.29607,-13.119765 + 3840: 63.37029,-11.514297 + 3841: 62.725758,-11.186172 + 3842: 60.288258,-9.13539 + 3843: 60.135914,-8.631484 + 3844: 60.581226,-8.408828 + 3845: 55.905445,-2.656845 + - node: + color: '#FFFFFFFF' + id: Bushj1 + decals: + 6278: 70.74908,18.630838 - node: color: '#FFFFFFFF' id: Bushj2 decals: - 4410: 13.119661,34.4944 - 4411: 21.920443,36.205338 - 4412: 22.752474,39.38112 + 4104: 13.119661,34.4944 + 4105: 21.920443,36.205338 + 4106: 22.752474,39.38112 - node: color: '#FFFFFFFF' id: Bushj3 decals: - 4099: 54.428883,-1.0748138 - 4100: 54.428883,-4.063095 - 4101: 56.70232,-3.6998138 - 4102: 62.831226,-9.699814 - 4103: 58.3781,-12.125595 - 4104: 53.363544,-14.035416 - 4105: 49.414326,-20.189419 - 4106: 58.055847,-27.474571 - 4107: 65.59101,-23.30963 - 4108: 67.81218,-14.928173 - 4109: 67.50614,-5.3519297 - 4110: 71.11552,-5.3636484 + 3846: 54.428883,-1.0748138 + 3847: 54.428883,-4.063095 + 3848: 56.70232,-3.6998138 + 3849: 62.831226,-9.699814 + 3850: 58.3781,-12.125595 + 3851: 53.363544,-14.035416 + 3852: 49.414326,-20.189419 + 3853: 58.055847,-27.474571 + 3854: 65.59101,-23.30963 + 3855: 67.81218,-14.928173 + 3856: 67.50614,-5.3519297 + 3857: 71.11552,-5.3636484 + 6186: -90.484215,24.691216 - node: color: '#FFFFFFFF' id: Bushk1 decals: 137: 55,-9 - 271: 31,-37 - 3797: -27.53604,17.799139 - 4448: -13.987451,77.15054 - 4449: 16.034712,73.68179 - 4515: -16.79256,50.545914 - 4516: -16.909748,47.276382 - 4523: -32.315296,-0.5816544 - 4524: -44.33498,-1.2191677 - 4525: -41.3467,-9.703543 - 4526: -10.496473,-53.210663 - 4527: 4.6561537,-46.97945 - 4528: 9.186384,-44.058086 - 4529: 41.453693,-29.955482 - 4530: 60.86173,-28.141144 - 4531: 68.20961,-12.918012 - 4532: 75.13539,0.078846216 - 4533: 68.50344,0.16087747 - 4534: 46.415348,5.7034583 - 4535: 44.259098,12.3333845 - 4536: 58.00519,8.1612835 - 4644: 0.7213335,50.679234 + 267: 31,-37 + 3544: -27.53604,17.799139 + 4142: -13.987451,77.15054 + 4143: 16.034712,73.68179 + 4209: -16.79256,50.545914 + 4210: -16.909748,47.276382 + 4217: -32.315296,-0.5816544 + 4218: -44.33498,-1.2191677 + 4219: -41.3467,-9.703543 + 4220: -10.496473,-53.210663 + 4221: 4.6561537,-46.97945 + 4222: 9.186384,-44.058086 + 4223: 41.453693,-29.955482 + 4224: 60.86173,-28.141144 + 4225: 68.20961,-12.918012 + 4226: 75.13539,0.078846216 + 4227: 68.50344,0.16087747 + 4228: 46.415348,5.7034583 + 4229: 44.259098,12.3333845 + 4230: 58.00519,8.1612835 + 4337: 0.7213335,50.679234 - node: color: '#FFFFFFFF' id: Bushk2 decals: 141: 74,-7 - 258: 52,-16 - 259: 66,-9 - 357: -101.143814,5.270316 - 4038: 63.201508,-6.276162 - 4039: 55.58432,-2.9949121 - 4060: 49.531765,-19.440483 - 4061: 49.520046,-24.842827 - 4062: 60.35989,-26.49517 - 4063: 66.04349,-22.37017 - 4064: 69.066925,-19.405327 - 4065: 66.629425,-13.829832 - 4066: 64.70755,-12.892332 - 4067: 66.93411,-5.1350956 - 4408: 9.451693,35.72487 - 4409: 12.533724,34.799088 - 6496: 0.07595825,34.04807 + 254: 52,-16 + 255: 66,-9 + 353: -101.143814,5.270316 + 3785: 63.201508,-6.276162 + 3786: 55.58432,-2.9949121 + 3807: 49.531765,-19.440483 + 3808: 49.520046,-24.842827 + 3809: 60.35989,-26.49517 + 3810: 66.04349,-22.37017 + 3811: 69.066925,-19.405327 + 3812: 66.629425,-13.829832 + 3813: 64.70755,-12.892332 + 3814: 66.93411,-5.1350956 + 4102: 9.451693,35.72487 + 4103: 12.533724,34.799088 + 6064: 0.07595825,34.04807 + 6414: -30.692488,-17.01733 - node: color: '#FFFFFFFF' id: Bushk3 decals: - 358: -102.06569,2.9734414 - 6473: 1.882721,-38.060734 - 6630: -13.937085,69.75079 + 354: -102.06569,2.9734414 + 6041: 1.882721,-38.060734 + 6168: -13.937085,69.75079 + 6277: 71.135796,16.380838 - node: color: '#FFFFFFFF' id: Bushl2 @@ -5445,48 +5447,48 @@ entities: color: '#FFFFFFFF' id: Bushl3 decals: - 4450: -13.600202,75.158356 - 4451: 15.641865,77.71304 + 4144: -13.600202,75.158356 + 4145: 15.641865,77.71304 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 4496: -17.366714,59.025 - 4497: -16.417496,58.0875 + 4190: -17.366714,59.025 + 4191: -16.417496,58.0875 - node: color: '#FFFFFFFF' id: Bushm1 decals: 199: 3,9 - 4517: -16.61678,46.93654 - 4518: -17.26131,56.967907 - 6624: -13.405835,69.4075 + 4211: -16.61678,46.93654 + 4212: -17.26131,56.967907 + 6162: -13.405835,69.4075 - node: color: '#FFFFFFFF' id: Bushm2 decals: - 359: -101.09694,2.8484414 - 3798: -23.610258,18.150702 - 4045: 53.50442,-6.8880534 - 4046: 53.69192,-3.2786784 - 4452: 15.899677,73.283356 - 4453: -13.56775,73.763824 + 355: -101.09694,2.8484414 + 3545: -23.610258,18.150702 + 3792: 53.50442,-6.8880534 + 3793: 53.69192,-3.2786784 + 4146: 15.899677,73.283356 + 4147: -13.56775,73.763824 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 4043: 59.046852,-6.428506 - 4044: 62.62107,-9.01835 + 3790: 59.046852,-6.428506 + 3791: 62.62107,-9.01835 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 3730: -1.3741928,-7.263622 - 4035: 55.043873,-6.253225 - 4142: 58.0147,-3.0305514 - 4143: 47.043705,0.5114244 - 4144: 47.47435,0.95306015 - 4145: 55.576187,8.312037 + 3478: -1.3741928,-7.263622 + 3782: 55.043873,-6.253225 + 3889: 58.0147,-3.0305514 + 3890: 47.043705,0.5114244 + 3891: 47.47435,0.95306015 + 3892: 55.576187,8.312037 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -5503,1527 +5505,1410 @@ entities: 153: 3,-9 173: -11,-51 212: 5,25 - 4019: -23.930271,-30.320284 - 4030: 28.395735,-36.87751 - 4031: 49.579803,-25.76604 - 4032: 64.6325,-5.2884035 - 4033: 65.12469,-5.546216 - 4034: 74.26534,-0.3352561 - 4454: -13.602906,77.607574 - 4514: -16.999838,55.935135 - 4614: 46.30305,-3.6521373 + 3766: -23.930271,-30.320284 + 3777: 28.395735,-36.87751 + 3778: 49.579803,-25.76604 + 3779: 64.6325,-5.2884035 + 3780: 65.12469,-5.546216 + 3781: 74.26534,-0.3352561 + 4148: -13.602906,77.607574 + 4208: -16.999838,55.935135 + 4307: 46.30305,-3.6521373 - node: color: '#FFFFFFFF' id: Delivery decals: - 2164: -47,33 - 2165: -46,33 - 2801: 45,36 - 2802: 46,36 - 2803: 47,36 - 4653: -101,52 - 4654: -101,51 - 4655: -101,50 - 4656: -100,51 - 4657: -99,51 - 4658: -98,51 - 4659: -99,52 - 4660: -109,58 - 4661: -106,55 - 4662: -117,58 - 4663: -120,55 - 4664: -120,47 - 4665: -117,44 - 4666: -109,44 - 4667: -106,47 - 4668: -102,52 - 4669: -102,51 - 4670: -102,50 - 6289: 69,-9 - 6290: 70,-9 - 6291: 72,-9 - 6292: 73,-9 - 6293: -43,38 - 6294: -42,38 - 6295: -41,38 - 6296: -40,38 - 6297: 28,38 + 2123: -47,33 + 2124: -46,33 + 2703: 45,36 + 2704: 46,36 + 2705: 47,36 + 4346: -101,52 + 4347: -101,51 + 4348: -101,50 + 4349: -100,51 + 4350: -99,51 + 4351: -98,51 + 4352: -99,52 + 4353: -109,58 + 4354: -106,55 + 4355: -117,58 + 4356: -120,55 + 4357: -120,47 + 4358: -117,44 + 4359: -109,44 + 4360: -106,47 + 4361: -102,52 + 4362: -102,51 + 4363: -102,50 + 5876: 69,-9 + 5877: 70,-9 + 5878: 72,-9 + 5879: 73,-9 + 5880: -43,38 + 5881: -42,38 + 5882: -41,38 + 5883: -40,38 + 5884: 28,38 - node: color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 4671: -119,49 - 4672: -119,50 - 4673: -119,51 - 4674: -119,52 - 4675: -119,53 - 4676: -115,57 - 4677: -114,57 - 4678: -113,57 - 4679: -112,57 - 4680: -111,57 - 4681: -115,45 - 4682: -114,45 - 4683: -113,45 - 4684: -112,45 - 4685: -111,45 - 4686: -113,51 + 4364: -119,49 + 4365: -119,50 + 4366: -119,51 + 4367: -119,52 + 4368: -119,53 + 4369: -115,57 + 4370: -114,57 + 4371: -113,57 + 4372: -112,57 + 4373: -111,57 + 4374: -115,45 + 4375: -114,45 + 4376: -113,45 + 4377: -112,45 + 4378: -111,45 + 4379: -113,51 - node: color: '#91D4FFFF' id: DiagonalOverlay decals: - 2333: 1,3 - 2334: 1,2 - 2335: 0,2 - 2336: 1,1 - 2337: 2,2 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 6315: -79,-23 - 6316: -72,-23 - 6317: -67,-24 + 2253: 1,3 + 2254: 1,2 + 2255: 0,2 + 2256: 1,1 + 2257: 2,2 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 4853: -55,9 - 4854: -55,11 - 4855: -55,13 - 4856: -51,13 - 4857: -49,11 - 4858: -49,17 - 4859: -52,21 - 4860: -50,25 - 4861: -48,30 - 4862: -53,30 - 4863: -56,25 - 4864: -59,22 - 4865: -63,22 - 4866: -63,24 - 4867: -64,29 - 4868: -60,32 - 4869: -61,35 - 4870: -70,20 - 4871: -70,19 - 4872: -68,22 - 4873: -70,28 - 4874: -70,32 - 4875: -66,34 - 4876: -62,35 - 4877: -56,36 - 4878: -47,34 - 4879: -41,40 - 4880: -45,40 - 4881: -55,45 - 4882: -55,48 - 4883: -53,53 - 4884: -58,56 - 4885: -60,58 - 4886: -46,60 - 4887: -42,60 - 4888: -43,64 - 4889: -44,65 - 4890: -42,66 - 4891: -39,67 - 4892: -36,65 - 4893: -40,61 - 4894: -34,64 - 4895: -31,64 - 4896: -26,64 - 4897: -27,59 - 4898: -28,56 - 4899: -26,55 - 4900: -23,54 - 4901: -20,54 - 4902: -21,64 - 4903: -20,63 - 4904: -23,67 - 4905: -18,66 - 4906: -16,67 - 4907: -28,67 - 4908: -5,68 - 4909: -3,66 - 4910: -3,64 - 4911: -9,63 - 4912: -1,61 - 4913: 0,60 - 4914: -4,59 - 4915: -9,58 - 4916: -12,58 - 4917: -20,58 - 4918: 2,58 - 4919: 2,69 - 4920: 5,69 - 4921: 1,71 - 4922: -8,74 - 4923: -4,73 - 4924: 3,78 - 4925: 6,76 - 4926: 14,65 - 4927: 8,65 - 4928: 7,65 - 4929: 5,65 - 4930: 2,63 - 4931: 0,56 - 4932: -1,53 - 4933: 0,52 - 4934: 2,50 - 4935: 7,52 - 4936: 16,56 - 4937: 20,54 - 4938: 17,47 - 4939: 17,45 - 4940: 19,41 - 4941: 16,37 - 4942: 20,36 - 4943: 27,44 - 4944: 22,45 - 4945: 28,39 - 4946: 27,49 - 4947: 6,45 - 4948: 4,41 - 4949: 7,38 - 4950: 4,38 - 4951: 4,37 - 4952: 2,37 - 4953: 1,35 - 4954: 0,42 - 4955: -2,41 - 4956: -2,30 - 4957: -3,26 - 4958: 2,27 - 4959: 0,26 - 4960: 1,23 - 4961: 4,21 - 4962: 7,22 - 4963: 12,21 - 4964: 16,20 - 4965: 19,19 - 4966: 20,23 - 4967: 17,28 - 4968: 26,27 - 4969: 31,26 - 4970: 31,29 - 4971: 36,29 - 4972: 40,28 - 4973: 38,29 - 4974: 35,25 - 4975: 38,23 - 4976: 39,33 - 4977: 38,36 - 4978: 35,35 - 4979: 29,32 - 4980: 21,32 - 4981: 14,32 - 4982: 7,32 - 4983: 35,42 - 4984: 32,44 - 4985: 32,47 - 4986: 29,46 - 4987: 35,49 - 4988: 41,49 - 4989: 43,50 - 4990: 47,48 - 4991: 46,47 - 4992: 42,46 - 4993: 52,50 - 4994: 56,51 - 4995: 58,52 - 4996: 56,53 - 4997: 58,54 - 4998: 58,56 - 4999: 60,58 - 5000: 60,56 - 5001: 55,56 - 5002: 53,61 - 5003: 56,61 - 5004: 56,62 - 5005: 56,65 - 5006: 55,66 - 5007: 56,68 - 5008: 55,70 - 5009: 61,70 - 5010: 64,70 - 5011: 66,70 - 5012: 69,68 - 5013: 74,68 - 5014: 75,68 - 5015: 78,61 - 5016: 72,55 - 5017: 65,55 - 5018: 65,61 - 5019: 75,56 - 5020: 75,50 - 5021: 65,49 - 5022: 63,52 - 5023: 71,48 - 5024: 73,48 - 5025: 72,49 - 5026: 78,47 - 5027: 80,49 - 5028: 75,48 - 5029: 79,44 - 5030: 67,43 - 5031: 66,39 - 5032: 59,43 - 5033: 69,40 - 5034: 61,36 - 5035: 64,38 - 5036: 54,38 - 5037: 64,39 - 5038: 58,43 - 5039: 63,44 - 5040: 60,47 - 5041: 65,47 - 5042: 64,44 - 5043: 70,36 - 5044: 76,35 - 5045: 72,32 - 5046: 77,35 - 5047: 78,32 - 5048: 78,32 - 5049: 73,31 - 5050: 85,30 - 5051: 87,32 - 5052: 85,29 - 5053: 86,30 - 5054: 95,30 - 5055: 90,29 - 5056: 88,29 - 5057: 90,28 - 5058: 95,29 - 5059: 95,35 - 5060: 95,40 - 5061: 97,39 - 5062: 98,35 - 5063: 99,30 - 5064: 100,27 - 5065: 98,25 - 5066: 95,24 - 5067: 91,23 - 5068: 90,23 - 5069: 86,24 - 5070: 85,23 - 5071: 84,25 - 5072: 79,27 - 5073: 77,29 - 5074: 75,28 - 5075: 75,26 - 5076: 71,28 - 5077: 70,32 - 5078: 68,32 - 5079: 64,33 - 5080: 62,33 - 5081: 59,32 - 5082: 55,32 - 5083: 52,32 - 5084: 52,39 - 5085: 58,42 - 5086: 67,47 - 5087: 65,49 - 5088: 66,47 - 5089: 68,48 - 5090: 72,54 - 5091: 75,55 - 5092: 72,58 - 5093: 70,61 - 5094: 71,66 - 5095: 79,66 - 5096: 82,66 - 5097: 87,66 - 5098: 80,68 - 5099: 83,68 - 5100: 88,67 - 5101: 88,65 - 5102: 89,63 - 5103: 93,62 - 5104: 84,62 - 5105: 81,55 - 5106: 81,54 - 5107: 89,55 - 5108: 95,54 - 5109: 93,50 - 5110: 92,49 - 5111: 89,49 - 5112: 86,52 - 5113: 82,50 - 5114: 84,48 - 5115: 87,46 - 5116: 89,46 - 5117: 88,42 - 5118: 94,41 - 5119: 93,37 - 5120: 90,33 - 5121: 90,31 - 5122: 95,31 - 5123: 100,31 - 5124: 99,38 - 5125: 85,20 - 5126: 85,14 - 5127: 84,9 - 5128: 84,7 - 5129: 80,4 - 5130: 78,3 - 5131: 85,11 - 5132: 79,0 - 5133: 80,-3 - 5134: 80,-8 - 5135: 77,-12 - 5136: 72,-15 - 5137: 74,-17 - 5138: 76,-17 - 5139: 68,-18 - 5140: 67,-16 - 5141: 60,-10 - 5142: 60,-12 - 5143: 56,-14 - 5144: 54,-16 - 5145: 49,-22 - 5146: 50,-23 - 5147: 52,-26 - 5148: 55,-27 - 5149: 57,-28 - 5150: 60,-26 - 5151: 64,-23 - 5152: 65,-22 - 5153: 61,-10 - 5154: 61,-8 - 5155: 56,-5 - 5156: 54,-5 - 5157: 54,-2 - 5158: 50,-2 - 5159: 50,-6 - 5160: 49,-7 - 5161: 51,-9 - 5162: 50,2 - 5163: 48,5 - 5164: 49,12 - 5165: 49,14 - 5166: 43,19 - 5167: 41,20 - 5168: 46,18 - 5169: 38,18 - 5170: 34,19 - 5171: 32,16 - 5172: 30,15 - 5173: 33,15 - 5174: 33,12 - 5175: 31,10 - 5176: 27,10 - 5177: 25,12 - 5178: 24,15 - 5179: 25,16 - 5180: 26,16 - 5181: 26,12 - 5182: 23,9 - 5183: 26,9 - 5184: 31,6 - 5185: 21,7 - 5186: 19,5 - 5187: 12,7 - 5188: 9,7 - 5189: 9,9 - 5190: 7,12 - 5191: 6,14 - 5192: 11,15 - 5193: 11,12 - 5194: 8,3 - 5195: 5,3 - 5196: 0,6 - 5197: -3,4 - 5198: -4,6 - 5199: -7,10 - 5200: -8,12 - 5201: -9,14 - 5202: -4,14 - 5203: -12,12 - 5204: -16,12 - 5205: -26,13 - 5206: -28,13 - 5207: -35,14 - 5208: -35,15 - 5209: -33,11 - 5210: -38,11 - 5211: -41,10 - 5212: -40,12 - 5213: -39,9 - 5214: -37,8 - 5215: -40,8 - 5216: -35,7 - 5217: -37,5 - 5218: -33,2 - 5219: -35,-5 - 5220: -32,-5 - 5221: -28,-2 - 5222: -20,-3 - 5223: -17,-2 - 5224: -16,-3 - 5225: -15,5 - 5226: -23,7 - 5227: -27,6 - 5228: -27,1 - 5229: -28,3 - 5230: -21,3 - 5231: -15,1 - 5232: -12,-2 - 5233: -13,-5 - 5234: -23,-5 - 5235: -20,-6 - 5236: -6,1 - 5237: -2,3 - 5238: 0,-2 - 5239: 0,-6 - 5240: 2,-8 - 5241: 2,-12 - 5242: 0,-11 - 5243: -2,-15 - 5244: -7,-16 - 5245: -13,-16 - 5246: -17,-16 - 5247: -12,-14 - 5248: -22,-15 - 5249: -26,-17 - 5250: -32,-15 - 5251: -33,-11 - 5252: -32,-9 - 5253: -38,-15 - 5254: -40,-16 - 5255: -45,-14 - 5256: -44,-12 - 5257: -46,-10 - 5258: -48,-8 - 5259: -49,-15 - 5260: -50,-20 - 5261: -53,-17 - 5262: -54,-22 - 5263: -49,-25 - 5264: -47,-28 - 5265: -50,-29 - 5266: -56,-24 - 5267: -57,-18 - 5268: -56,-16 - 5269: -56,-25 - 5270: -50,-30 - 5271: -39,-30 - 5272: -36,-30 - 5273: -31,-29 - 5274: -33,-26 - 5275: -33,-20 - 5276: -21,-21 - 5277: -20,-25 - 5278: -22,-25 - 5279: -20,-23 - 5280: -15,-25 - 5281: -14,-21 - 5282: -17,-22 - 5283: -7,-21 - 5284: -12,-19 - 5285: -8,-25 - 5286: -10,-25 - 5287: -4,-24 - 5288: -4,-19 - 5289: -5,-28 - 5290: -7,-29 - 5291: -6,-31 - 5292: -6,-30 - 5293: 0,-29 - 5294: 0,-26 - 5295: 2,-25 - 5296: 1,-23 - 5297: 2,-19 - 5298: -2,-18 - 5299: 3,-16 - 5300: 4,-21 - 5301: 4,-26 - 5302: 8,-28 - 5303: 9,-30 - 5304: 9,-33 - 5305: 11,-34 - 5306: 11,-23 - 5307: 9,-21 - 5308: 8,-26 - 5309: 14,-24 - 5310: 14,-21 - 5311: 13,-22 - 5312: 15,-19 - 5313: 17,-20 - 5314: 18,-22 - 5315: 23,-19 - 5316: 27,-19 - 5317: 29,-22 - 5318: 30,-22 - 5319: 29,-25 - 5320: 32,-23 - 5321: 33,-24 - 5322: 37,-23 - 5323: 38,-26 - 5324: 38,-33 - 5325: 39,-34 - 5326: 33,-35 - 5327: 22,-30 - 5328: 24,-24 - 5329: 24,-25 - 5330: 19,-25 - 5331: 22,-35 - 5332: 17,-34 - 5333: 7,-28 - 5334: 9,-26 - 5335: 6,-37 - 5336: 0,-33 - 5337: 2,-33 - 5338: -4,-38 - 5339: -2,-40 - 5340: -1,-43 - 5341: 1,-40 - 5342: 2,-44 - 5343: -2,-45 - 5344: -1,-45 - 5345: 0,-48 - 5346: 2,-50 - 5347: 6,-52 - 5348: 7,-51 - 5349: 8,-53 - 5350: -3,-52 - 5351: -4,-53 - 5352: -8,-53 - 5353: -8,-51 - 5354: -3,-51 - 5355: -9,-41 - 5356: -12,-42 - 5357: -14,-39 - 5358: -13,-36 - 5359: -14,-34 - 5360: -20,-35 - 5361: -19,-38 - 5362: -17,-43 - 5363: -16,-44 - 5364: -23,-43 - 5365: -31,-42 - 5366: -37,-44 - 5367: -42,-42 - 5368: -46,-43 - 5369: -48,-43 - 5370: -51,-45 - 5371: -50,-49 - 5372: -49,-49 - 5373: -47,-37 - 5374: -52,-37 - 5375: -57,-37 - 5376: -58,-34 - 5377: -60,-33 - 5378: -61,-33 - 5379: -63,-29 - 5380: -62,-26 - 5381: -60,-24 - 5382: -59,-23 - 5383: -59,-19 - 5384: -59,-17 - 5385: -60,-12 - 5386: -57,-12 - 5387: -58,-9 - 5388: -62,-7 - 5389: -62,-8 - 5390: -59,-4 - 5391: -62,-4 - 5392: -61,-5 - 5393: -58,-2 - 5394: -53,-4 - 5395: -52,-3 - 5396: -49,-3 - 5397: -46,-6 - 5398: -44,-11 - 5399: -46,4 - 5400: -49,7 - 5401: -47,10 - 5402: -44,10 - 5403: -45,14 - 5404: -50,13 - 5405: -53,11 - 5406: -54,7 - 5407: -60,8 - 5408: -64,7 - 5409: -66,9 - 5410: -54,14 - 5411: -56,14 - 5412: -62,17 - 5413: -63,15 - 5414: -57,21 - 5415: -59,24 - 5416: -57,26 - 5417: -55,23 - 5418: -65,27 - 5419: -53,31 - 5420: -51,12 - 5421: -58,4 - 5422: -59,1 - 5423: -61,0 - 5424: -60,-2 - 5425: -66,3 - 5426: -65,-2 - 5427: -66,-4 - 5428: -66,-7 - 5429: -69,-7 - 5430: -74,-7 - 5431: -76,-3 - 5432: -75,-3 - 5433: -78,0 - 5434: -79,7 - 5435: -81,9 - 5436: -84,7 - 5437: -84,6 - 5438: -86,6 - 5439: -86,10 - 5440: -86,2 - 5441: -84,0 - 5442: -87,-4 - 5443: -89,-5 - 5444: -87,-6 - 5445: -80,-4 - 5446: -80,-6 - 5447: -94,1 - 5448: -94,-1 - 5449: -95,-4 - 5450: -97,-3 - 5451: -96,-8 - 5452: -95,-10 - 5453: -97,-13 - 5454: -92,-3 - 5455: -94,-6 - 5456: -92,-6 - 5457: -89,-2 - 5458: -97,4 - 5459: -98,4 - 5460: -97,11 - 5461: -99,8 - 5462: -93,8 - 5463: -90,8 - 5464: -90,7 - 5465: -92,13 - 5466: -96,17 - 5467: -97,19 - 5468: -96,21 - 5469: -96,24 - 5470: -97,27 - 5471: -92,21 - 5472: -92,19 - 5473: -93,23 - 5474: -89,21 - 5475: -86,20 - 5476: -82,21 - 5477: -78,21 - 5478: -74,24 - 5479: -73,28 - 5480: -73,31 - 5481: -74,34 - 5482: -73,37 - 5483: -72,36 - 5484: -82,38 - 5485: -86,36 - 5486: -93,37 - 5487: -95,39 - 5488: -99,37 - 5489: -106,38 - 5490: -108,37 - 5491: -109,37 - 5492: -108,37 - 5493: -116,37 - 5494: -114,37 - 5495: -115,34 - 5496: -115,31 - 5497: -114,28 - 5498: -114,23 - 5499: -115,20 - 5500: -113,16 - 5501: -115,13 - 5502: -114,8 - 5503: -113,7 - 5504: -113,4 - 5505: -114,-3 - 5506: -115,-6 - 5507: -113,-11 - 5508: -113,-13 - 5509: -115,-14 - 5510: -113,-17 - 5511: -115,-21 - 5512: -109,-21 - 5513: -108,-20 - 5514: -104,-23 - 5515: -101,-21 - 5516: -97,-20 - 5517: -94,-22 - 5518: -89,-21 - 5519: -85,-22 - 5520: -87,-20 - 5521: -84,-21 - 5522: -86,-17 - 5523: -92,0 - 5524: -100,28 - 5525: -104,36 - 5526: -100,49 - 5527: -96,50 - 5528: -97,52 - 5529: -102,47 - 5530: -112,50 - 5531: -110,59 - 5532: -87,50 - 5533: -79,51 - 5534: -75,52 - 5535: -68,50 - 5536: -66,47 - 5537: -60,50 - 5538: -56,57 - 5539: -42,63 - 5540: -7,71 - 5541: -2,71 - 5542: -9,74 - 5543: 18,11 - 5544: 21,9 - 5545: 15,12 - 5546: 20,2 - 5547: 26,0 - 5548: 27,1 - 5549: 36,3 - 5550: 33,-1 - 5551: 20,-8 - 5552: 15,-3 - 5553: 16,0 - 5554: 7,-5 - 5555: 7,-8 - 5556: 5,-8 - 5557: 6,-10 - 5558: 7,-12 - 5559: 13,-11 - 5560: 12,-12 - 5561: 10,-12 - 5562: 8,-6 - 5563: 11,-5 - 5564: 5,1 - 5565: 0,-2 - 5566: -5,1 - 5567: 0,-9 - 5568: 9,-23 - 5630: -34,46 - 5631: -39,40 - 5632: -33,39 - 5633: -35,34 - 5634: -36,30 - 5635: -28,29 - 5636: -17,30 - 5637: -15,28 - 5638: -13,36 - 5639: -13,41 - 5640: -15,45 - 5641: -8,42 - 5642: -7,39 - 5643: -8,34 - 5644: -5,32 - - node: - color: '#FFFFFFFF' - id: DirtHeavyMonotile - decals: - 6318: -76,-24 - 6319: -81,-21 - 6320: -68,-24 + 4543: -55,9 + 4544: -55,11 + 4545: -55,13 + 4546: -51,13 + 4547: -49,11 + 4548: -49,17 + 4549: -52,21 + 4550: -50,25 + 4551: -48,30 + 4552: -53,30 + 4553: -56,25 + 4554: -59,22 + 4555: -63,22 + 4556: -63,24 + 4557: -64,29 + 4558: -60,32 + 4559: -61,35 + 4560: -70,20 + 4561: -70,19 + 4562: -68,22 + 4563: -70,28 + 4564: -70,32 + 4565: -66,34 + 4566: -62,35 + 4567: -56,36 + 4568: -47,34 + 4569: -41,40 + 4570: -45,40 + 4571: -55,45 + 4572: -55,48 + 4573: -53,53 + 4574: -46,60 + 4575: -42,60 + 4576: -43,64 + 4577: -44,65 + 4578: -42,66 + 4579: -39,67 + 4580: -36,65 + 4581: -40,61 + 4582: -34,64 + 4583: -31,64 + 4584: -26,64 + 4585: -27,59 + 4586: -28,56 + 4587: -26,55 + 4588: -23,54 + 4589: -20,54 + 4590: -21,64 + 4591: -20,63 + 4592: -23,67 + 4593: -18,66 + 4594: -16,67 + 4595: -28,67 + 4596: -5,68 + 4597: -3,66 + 4598: -3,64 + 4599: -9,63 + 4600: -1,61 + 4601: 0,60 + 4602: -4,59 + 4603: -9,58 + 4604: -12,58 + 4605: -20,58 + 4606: 2,58 + 4607: 2,69 + 4608: 5,69 + 4609: 1,71 + 4610: -8,74 + 4611: -4,73 + 4612: 3,78 + 4613: 6,76 + 4614: 14,65 + 4615: 8,65 + 4616: 7,65 + 4617: 5,65 + 4618: 2,63 + 4619: 0,56 + 4620: -1,53 + 4621: 0,52 + 4622: 2,50 + 4623: 7,52 + 4624: 16,56 + 4625: 20,54 + 4626: 17,47 + 4627: 17,45 + 4628: 19,41 + 4629: 16,37 + 4630: 20,36 + 4631: 27,44 + 4632: 22,45 + 4633: 28,39 + 4634: 27,49 + 4635: 6,45 + 4636: 4,41 + 4637: 7,38 + 4638: 4,38 + 4639: 4,37 + 4640: 2,37 + 4641: 1,35 + 4642: 0,42 + 4643: -2,41 + 4644: -2,30 + 4645: -3,26 + 4646: 2,27 + 4647: 0,26 + 4648: 1,23 + 4649: 4,21 + 4650: 7,22 + 4651: 12,21 + 4652: 16,20 + 4653: 19,19 + 4654: 20,23 + 4655: 17,28 + 4656: 26,27 + 4657: 31,26 + 4658: 31,29 + 4659: 36,29 + 4660: 40,28 + 4661: 38,29 + 4662: 35,25 + 4663: 38,23 + 4664: 39,33 + 4665: 38,36 + 4666: 35,35 + 4667: 29,32 + 4668: 21,32 + 4669: 14,32 + 4670: 7,32 + 4671: 35,42 + 4672: 32,44 + 4673: 32,47 + 4674: 29,46 + 4675: 35,49 + 4676: 41,49 + 4677: 43,50 + 4678: 47,48 + 4679: 46,47 + 4680: 42,46 + 4681: 52,50 + 4682: 56,51 + 4683: 58,52 + 4684: 56,53 + 4685: 58,54 + 4686: 58,56 + 4687: 60,58 + 4688: 60,56 + 4689: 55,56 + 4690: 53,61 + 4691: 56,61 + 4692: 56,62 + 4693: 56,65 + 4694: 55,66 + 4695: 56,68 + 4696: 55,70 + 4697: 61,70 + 4698: 64,70 + 4699: 66,70 + 4700: 69,68 + 4701: 74,68 + 4702: 75,68 + 4703: 78,61 + 4704: 72,55 + 4705: 65,55 + 4706: 65,61 + 4707: 75,56 + 4708: 75,50 + 4709: 65,49 + 4710: 63,52 + 4711: 71,48 + 4712: 73,48 + 4713: 72,49 + 4714: 78,47 + 4715: 80,49 + 4716: 75,48 + 4717: 79,44 + 4718: 67,43 + 4719: 66,39 + 4720: 59,43 + 4721: 69,40 + 4722: 61,36 + 4723: 64,38 + 4724: 54,38 + 4725: 64,39 + 4726: 58,43 + 4727: 63,44 + 4728: 60,47 + 4729: 65,47 + 4730: 64,44 + 4731: 70,36 + 4732: 76,35 + 4733: 72,32 + 4734: 77,35 + 4735: 78,32 + 4736: 78,32 + 4737: 73,31 + 4738: 85,30 + 4739: 87,32 + 4740: 85,29 + 4741: 86,30 + 4742: 95,30 + 4743: 90,29 + 4744: 88,29 + 4745: 90,28 + 4746: 95,29 + 4747: 95,35 + 4748: 95,40 + 4749: 97,39 + 4750: 98,35 + 4751: 99,30 + 4752: 100,27 + 4753: 98,25 + 4754: 95,24 + 4755: 91,23 + 4756: 90,23 + 4757: 86,24 + 4758: 85,23 + 4759: 84,25 + 4760: 79,27 + 4761: 77,29 + 4762: 75,28 + 4763: 75,26 + 4764: 71,28 + 4765: 70,32 + 4766: 68,32 + 4767: 64,33 + 4768: 62,33 + 4769: 59,32 + 4770: 55,32 + 4771: 52,32 + 4772: 52,39 + 4773: 58,42 + 4774: 67,47 + 4775: 65,49 + 4776: 66,47 + 4777: 68,48 + 4778: 72,54 + 4779: 75,55 + 4780: 72,58 + 4781: 70,61 + 4782: 71,66 + 4783: 79,66 + 4784: 82,66 + 4785: 87,66 + 4786: 80,68 + 4787: 83,68 + 4788: 88,67 + 4789: 88,65 + 4790: 89,63 + 4791: 93,62 + 4792: 84,62 + 4793: 81,55 + 4794: 81,54 + 4795: 89,55 + 4796: 95,54 + 4797: 93,50 + 4798: 92,49 + 4799: 89,49 + 4800: 86,52 + 4801: 82,50 + 4802: 84,48 + 4803: 87,46 + 4804: 89,46 + 4805: 88,42 + 4806: 94,41 + 4807: 93,37 + 4808: 90,33 + 4809: 90,31 + 4810: 95,31 + 4811: 100,31 + 4812: 99,38 + 4813: 85,20 + 4814: 85,14 + 4815: 84,9 + 4816: 84,7 + 4817: 80,4 + 4818: 78,3 + 4819: 85,11 + 4820: 79,0 + 4821: 80,-3 + 4822: 80,-8 + 4823: 77,-12 + 4824: 72,-15 + 4825: 74,-17 + 4826: 76,-17 + 4827: 68,-18 + 4828: 67,-16 + 4829: 60,-10 + 4830: 60,-12 + 4831: 56,-14 + 4832: 54,-16 + 4833: 49,-22 + 4834: 50,-23 + 4835: 52,-26 + 4836: 55,-27 + 4837: 57,-28 + 4838: 60,-26 + 4839: 64,-23 + 4840: 65,-22 + 4841: 61,-10 + 4842: 61,-8 + 4843: 56,-5 + 4844: 54,-5 + 4845: 54,-2 + 4846: 50,-2 + 4847: 50,-6 + 4848: 49,-7 + 4849: 51,-9 + 4850: 50,2 + 4851: 48,5 + 4852: 49,12 + 4853: 49,14 + 4854: 43,19 + 4855: 41,20 + 4856: 46,18 + 4857: 38,18 + 4858: 34,19 + 4859: 32,16 + 4860: 30,15 + 4861: 33,15 + 4862: 33,12 + 4863: 31,10 + 4864: 27,10 + 4865: 25,12 + 4866: 24,15 + 4867: 25,16 + 4868: 26,16 + 4869: 26,12 + 4870: 23,9 + 4871: 26,9 + 4872: 31,6 + 4873: 21,7 + 4874: 19,5 + 4875: 12,7 + 4876: 9,7 + 4877: 9,9 + 4878: 7,12 + 4879: 6,14 + 4880: 11,15 + 4881: 11,12 + 4882: 8,3 + 4883: 5,3 + 4884: 0,6 + 4885: -3,4 + 4886: -4,6 + 4887: -7,10 + 4888: -8,12 + 4889: -9,14 + 4890: -4,14 + 4891: -12,12 + 4892: -16,12 + 4893: -26,13 + 4894: -28,13 + 4895: -35,14 + 4896: -35,15 + 4897: -33,11 + 4898: -38,11 + 4899: -41,10 + 4900: -40,12 + 4901: -39,9 + 4902: -37,8 + 4903: -40,8 + 4904: -35,7 + 4905: -37,5 + 4906: -33,2 + 4907: -35,-5 + 4908: -32,-5 + 4909: -28,-2 + 4910: -20,-3 + 4911: -17,-2 + 4912: -16,-3 + 4913: -27,6 + 4914: -27,1 + 4915: -28,3 + 4916: -21,3 + 4917: -15,1 + 4918: -12,-2 + 4919: -13,-5 + 4920: -23,-5 + 4921: -20,-6 + 4922: -6,1 + 4923: -2,3 + 4924: 0,-2 + 4925: 0,-6 + 4926: 2,-8 + 4927: 2,-12 + 4928: 0,-11 + 4929: -2,-15 + 4930: -7,-16 + 4931: -13,-16 + 4932: -17,-16 + 4933: -12,-14 + 4934: -22,-15 + 4935: -26,-17 + 4936: -32,-15 + 4937: -33,-11 + 4938: -32,-9 + 4939: -38,-15 + 4940: -40,-16 + 4941: -45,-14 + 4942: -44,-12 + 4943: -46,-10 + 4944: -48,-8 + 4945: -49,-15 + 4946: -50,-20 + 4947: -53,-17 + 4948: -54,-22 + 4949: -49,-25 + 4950: -47,-28 + 4951: -50,-29 + 4952: -56,-24 + 4953: -57,-18 + 4954: -56,-16 + 4955: -56,-25 + 4956: -50,-30 + 4957: -39,-30 + 4958: -36,-30 + 4959: -31,-29 + 4960: -33,-26 + 4961: -33,-20 + 4962: -21,-21 + 4963: -20,-25 + 4964: -22,-25 + 4965: -20,-23 + 4966: -15,-25 + 4967: -14,-21 + 4968: -17,-22 + 4969: -7,-21 + 4970: -12,-19 + 4971: -8,-25 + 4972: -10,-25 + 4973: -4,-24 + 4974: -4,-19 + 4975: -5,-28 + 4976: -7,-29 + 4977: -6,-31 + 4978: -6,-30 + 4979: 0,-29 + 4980: 0,-26 + 4981: 2,-25 + 4982: 1,-23 + 4983: 2,-19 + 4984: -2,-18 + 4985: 3,-16 + 4986: 4,-21 + 4987: 4,-26 + 4988: 8,-28 + 4989: 9,-30 + 4990: 9,-33 + 4991: 11,-34 + 4992: 11,-23 + 4993: 9,-21 + 4994: 8,-26 + 4995: 14,-24 + 4996: 14,-21 + 4997: 13,-22 + 4998: 15,-19 + 4999: 17,-20 + 5000: 18,-22 + 5001: 23,-19 + 5002: 27,-19 + 5003: 29,-22 + 5004: 30,-22 + 5005: 29,-25 + 5006: 32,-23 + 5007: 33,-24 + 5008: 37,-23 + 5009: 38,-26 + 5010: 38,-33 + 5011: 39,-34 + 5012: 33,-35 + 5013: 22,-30 + 5014: 24,-24 + 5015: 24,-25 + 5016: 19,-25 + 5017: 22,-35 + 5018: 17,-34 + 5019: 7,-28 + 5020: 9,-26 + 5021: 6,-37 + 5022: 0,-33 + 5023: 2,-33 + 5024: -4,-38 + 5025: -2,-40 + 5026: -1,-43 + 5027: 1,-40 + 5028: 2,-44 + 5029: -2,-45 + 5030: -1,-45 + 5031: 0,-48 + 5032: 2,-50 + 5033: 6,-52 + 5034: 7,-51 + 5035: 8,-53 + 5036: -3,-52 + 5037: -4,-53 + 5038: -8,-53 + 5039: -8,-51 + 5040: -3,-51 + 5041: -9,-41 + 5042: -12,-42 + 5043: -14,-39 + 5044: -13,-36 + 5045: -14,-34 + 5046: -20,-35 + 5047: -19,-38 + 5048: -17,-43 + 5049: -16,-44 + 5050: -23,-43 + 5051: -31,-42 + 5052: -37,-44 + 5053: -42,-42 + 5054: -46,-43 + 5055: -48,-43 + 5056: -51,-45 + 5057: -50,-49 + 5058: -49,-49 + 5059: -47,-37 + 5060: -52,-37 + 5061: -57,-37 + 5062: -58,-34 + 5063: -60,-33 + 5064: -61,-33 + 5065: -63,-29 + 5066: -62,-26 + 5067: -60,-24 + 5068: -59,-23 + 5069: -59,-19 + 5070: -59,-17 + 5071: -60,-12 + 5072: -57,-12 + 5073: -58,-9 + 5074: -62,-7 + 5075: -62,-8 + 5076: -59,-4 + 5077: -62,-4 + 5078: -61,-5 + 5079: -58,-2 + 5080: -53,-4 + 5081: -52,-3 + 5082: -49,-3 + 5083: -46,-6 + 5084: -44,-11 + 5085: -46,4 + 5086: -49,7 + 5087: -47,10 + 5088: -44,10 + 5089: -45,14 + 5090: -50,13 + 5091: -53,11 + 5092: -54,7 + 5093: -60,8 + 5094: -64,7 + 5095: -66,9 + 5096: -54,14 + 5097: -56,14 + 5098: -62,17 + 5099: -63,15 + 5100: -57,21 + 5101: -59,24 + 5102: -57,26 + 5103: -55,23 + 5104: -65,27 + 5105: -53,31 + 5106: -51,12 + 5107: -58,4 + 5108: -59,1 + 5109: -61,0 + 5110: -60,-2 + 5111: -66,3 + 5112: -65,-2 + 5113: -66,-4 + 5114: -66,-7 + 5115: -69,-7 + 5116: -74,-7 + 5117: -76,-3 + 5118: -75,-3 + 5119: -78,0 + 5120: -79,7 + 5121: -81,9 + 5122: -84,7 + 5123: -84,6 + 5124: -86,6 + 5125: -86,10 + 5126: -86,2 + 5127: -84,0 + 5128: -87,-4 + 5129: -89,-5 + 5130: -87,-6 + 5131: -80,-4 + 5132: -80,-6 + 5133: -97,-3 + 5134: -96,-8 + 5135: -95,-10 + 5136: -97,-13 + 5137: -92,-6 + 5138: -89,-2 + 5139: -97,4 + 5140: -98,4 + 5141: -97,11 + 5142: -99,8 + 5143: -93,8 + 5144: -90,8 + 5145: -90,7 + 5146: -96,17 + 5147: -97,19 + 5148: -96,21 + 5149: -96,24 + 5150: -97,27 + 5151: -89,21 + 5152: -86,20 + 5153: -82,21 + 5154: -78,21 + 5155: -74,24 + 5156: -100,28 + 5157: -100,49 + 5158: -96,50 + 5159: -97,52 + 5160: -102,47 + 5161: -112,50 + 5162: -110,59 + 5163: -87,50 + 5164: -79,51 + 5165: -75,52 + 5166: -68,50 + 5167: -66,47 + 5168: -60,50 + 5169: -42,63 + 5170: -7,71 + 5171: -2,71 + 5172: -9,74 + 5173: 18,11 + 5174: 21,9 + 5175: 15,12 + 5176: 20,2 + 5177: 26,0 + 5178: 27,1 + 5179: 36,3 + 5180: 33,-1 + 5181: 20,-8 + 5182: 15,-3 + 5183: 16,0 + 5184: 7,-8 + 5185: 5,1 + 5186: 0,-2 + 5187: -5,1 + 5188: 0,-9 + 5189: 9,-23 + 5249: -34,46 + 5250: -39,40 + 5251: -33,39 + 5252: -35,34 + 5253: -36,30 + 5254: -28,29 + 5255: -17,30 + 5256: -15,28 + 5257: -13,36 + 5258: -13,41 + 5259: -15,45 + 5260: -8,42 + 5261: -7,39 + 5262: -8,34 + 5263: -5,32 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 5569: -9,-22 - 5570: -8,-17 - 5571: -5,-16 - 5572: -9,-15 - 5573: -12,-17 - 5574: -16,-15 - 5575: -20,-16 - 5576: -22,-15 - 5577: -25,-15 - 5578: -26,-16 - 5579: -32,-16 - 5580: -33,-14 - 5581: -33,-10 - 5582: -33,-4 - 5583: -33,-4 - 5584: -33,-5 - 5585: -30,-2 - 5586: -29,3 - 5587: -23,1 - 5588: -15,1 - 5589: -20,5 - 5590: -26,6 - 5591: -27,13 - 5592: -26,12 - 5593: -33,12 - 5594: -35,13 - 5595: -38,10 - 5596: -39,11 - 5597: -44,13 - 5598: -44,13 - 5599: -37,17 - 5600: -35,18 - 5601: -28,20 - 5602: -23,20 - 5603: -18,21 - 5604: -33,24 - 5605: -35,28 - 5606: -12,26 - 5607: -23,31 - 5608: -33,32 - 5609: -19,34 - 5610: -9,36 - 5611: -20,39 - 5612: -7,39 - 5613: -14,40 - 5614: -6,40 - 5615: -8,39 - 5616: -17,29 - 5617: -15,29 - 5618: -27,41 - 5619: -26,45 - 5620: -30,25 - 5621: -30,33 - 5622: -34,31 - 5623: -36,34 - 5624: -36,30 - 5625: -40,39 - 5626: -42,41 - 5627: -38,45 - 5628: -33,50 - 5629: -32,47 - 5645: -15,47 - 5646: -3,53 - 5647: -4,48 - 5648: -15,64 - 5649: -24,63 - 5650: -27,59 - 5651: -31,59 - 5652: -32,58 - 5653: -38,59 - 5654: -42,65 - 5655: -44,71 - 5656: -47,70 - 5657: -14,70 - 5658: -8,71 - 5659: -3,70 - 5660: 1,70 - 5661: 2,60 - 5662: -1,56 - 5663: 1,52 - 5664: 1,48 - 5665: 4,42 - 5666: 1,40 - 5667: 2,35 - 5668: 7,37 - 5669: 3,41 - 5670: 17,43 - 5671: 22,46 - 5672: 32,48 - 5673: 35,41 - 5674: 35,36 - 5675: 39,36 - 5676: 38,43 - 5677: 40,50 - 5678: 37,48 - 5679: 44,46 - 5680: 48,48 - 5681: 45,50 - 5682: 44,55 - 5683: 37,54 - 5684: 36,48 - 5685: 51,43 - 5686: 57,39 - 5687: 64,42 - 5688: 62,48 - 5689: 70,43 - 5690: 61,41 - 5691: 70,49 - 5692: 72,43 - 5693: 72,49 - 5694: 71,47 - 5695: 76,53 - 5696: 70,59 - 5697: 76,54 - 5698: 66,57 - 5699: 74,63 - 5700: 71,56 - 5701: 59,65 - 5702: 55,69 - 5703: 61,68 - 5704: 62,67 - 5705: 63,68 - 5706: 70,66 - 5707: 73,64 - 5708: 78,66 - 5709: 86,65 - 5710: 82,64 - 5711: 81,61 - 5712: 77,56 - 5713: 84,53 - 5714: 85,56 - 5715: 83,50 - 5716: 84,46 - 5717: 96,43 - 5718: 88,39 - 5719: 78,44 - 5720: 77,36 - 5721: 88,35 - 5722: 84,31 - 5723: 77,35 - 5724: 82,30 - 5725: 79,31 - 5726: 79,29 - 5727: 83,25 - 5728: 88,24 - 5729: 93,24 - 5730: 98,24 - 5731: 97,28 - 5732: 93,28 - 5733: 92,29 - 5734: 97,31 - 5735: 89,36 - 5736: 97,38 - 5737: 95,36 - 5738: 98,33 - 5739: 99,34 - 5740: 72,28 - 5741: 74,31 - 5742: 65,35 - 5743: 69,32 - 5744: 66,28 - 5745: 68,27 - 5746: 65,31 - 5747: 66,29 - 5748: 69,15 - 5749: 48,12 - 5750: 46,18 - 5751: 42,18 - 5752: 35,19 - 5753: 28,19 - 5754: 31,19 - 5755: 24,20 - 5756: 22,19 - 5757: 17,22 - 5758: 14,20 - 5759: 15,22 - 5760: 18,19 - 5761: 7,20 - 5762: 9,16 - 5763: 8,17 - 5764: 3,12 - 5765: 9,10 - 5766: 0,17 - 5767: -5,11 - 5768: 3,10 - 5769: -6,12 - 5770: -9,6 - 5771: -5,11 - 5772: -14,7 - 5773: -9,2 - 5774: -14,4 - 5775: -13,1 - 5776: -12,5 - 5777: -12,8 - 5778: -16,15 - 5779: -19,13 - 5780: -25,18 - 5781: -15,14 - 5782: -24,17 - 5783: -31,23 - 5784: -27,21 - 5785: -30,22 - 5786: -34,19 - 5787: -32,19 - 5788: -35,18 - 5789: -40,15 - 5790: -43,15 - 5791: -46,13 - 5792: -47,10 - 5793: -48,5 - 5794: -48,-1 - 5795: -48,-5 - 5796: -48,-8 - 5797: -46,-14 - 5798: -42,-15 - 5799: -35,-18 - 5800: -47,-18 - 5801: -45,-24 - 5802: -49,-22 - 5803: -56,-21 - 5804: -50,-23 - 5805: -53,-21 - 5806: -57,-26 - 5807: -55,-29 - 5808: -57,-26 - 5809: -59,-20 - 5810: -60,-19 - 5811: -59,-24 - 5812: -61,-10 - 5813: -60,-7 - 5814: -62,-6 - 5815: -61,-5 - 5816: -67,-8 - 5817: -65,-4 - 5818: -64,-1 - 5819: -68,3 - 5820: -73,6 - 5821: -78,5 - 5822: -84,2 - 5823: -78,6 - 5824: -81,9 - 5825: -86,14 - 5826: -91,6 - 5827: -88,7 - 5828: -92,11 - 5829: -97,8 - 5830: -97,6 - 5831: -95,16 - 5832: -92,17 - 5833: -97,21 - 5834: -96,25 - 5835: -94,27 - 5836: -86,22 - 5837: -85,19 - 5838: -83,21 - 5839: -87,14 - 5840: -84,13 - 5841: -86,15 - 5842: -87,1 - 5843: -88,-1 - 5844: -93,-6 - 5845: -83,-6 - 5846: -73,-7 - 5847: -80,0 - 5848: -69,1 - 5849: -66,-2 - 5850: -58,-13 - 5851: -60,-23 - 5852: -50,-34 - 5853: -53,-32 - 5854: -40,-33 - 5855: -42,-37 - 5856: -48,-37 - 5857: -53,-37 - 5858: -56,-37 - 5859: -34,-44 - 5860: -49,-43 - 5861: -20,-43 - 5862: -22,-44 - 5863: -16,-45 - 5864: -17,-40 - 5865: -9,-39 - 5866: -15,-37 - 5867: -12,-31 - 5868: -6,-30 - 5869: -2,-37 - 5870: 2,-39 - 5871: -5,-39 - 5872: 1,-45 - 5873: 2,-46 - 5874: 0,-50 - 5875: -4,-51 - 5876: -5,-52 - 5877: 10,-53 - 5878: 4,-53 - 5879: 6,-42 - 5880: 9,-36 - 5881: 17,-31 - 5882: 8,-33 - 5883: 13,-28 - 5884: 3,-26 - 5885: 7,-22 - 5886: 18,-25 - 5887: 14,-26 - 5888: 20,-25 - 5889: 19,-27 - 5890: 22,-29 - 5891: 22,-28 - 5892: 29,-26 - 5893: 32,-23 - 5894: 36,-24 - 5895: 31,-26 - 5896: 39,-25 - 5897: 37,-24 - 5898: 39,-28 - 5899: 38,-32 - 5900: 33,-35 - 5901: 28,-34 - 5902: 42,-30 - 5903: 44,-29 - 5904: 43,-25 - 5905: 49,-31 - 5906: 56,-33 - 5907: 50,-24 - 5908: 65,-24 - 5909: 68,-17 - 5910: 67,-16 - 5911: 59,-12 - 5912: 64,-10 - 5913: 61,-6 - 5914: 57,-6 - 5915: 55,-3 - 5916: 50,-2 - 5917: 50,1 - 5918: 51,2 - 5919: 78,-6 - 5920: 79,-3 - 5921: 81,3 - 5922: 83,6 - 5923: 85,8 - 5924: 84,11 - 5925: 86,14 - 5926: 85,17 - 5927: 89,18 - 5928: 88,17 - 5929: 75,25 - 5930: 70,31 - 5931: 71,34 - 5932: 77,40 - 5933: 71,41 - 5934: 69,39 - 5935: 60,45 - 5936: 69,48 - 5937: 72,48 - 5938: 70,48 - 5939: 80,51 - 5940: 80,55 - 5941: 77,60 - 5942: 76,60 - 5943: 73,64 - 5944: 54,61 - 5945: 45,56 - 5946: 45,48 - 5947: 39,43 - 5948: 40,34 - 5949: 35,38 - 5950: 27,38 - 5951: 18,40 + 5190: -9,-22 + 5191: -8,-17 + 5192: -5,-16 + 5193: -9,-15 + 5194: -12,-17 + 5195: -16,-15 + 5196: -20,-16 + 5197: -22,-15 + 5198: -25,-15 + 5199: -26,-16 + 5200: -32,-16 + 5201: -33,-14 + 5202: -33,-10 + 5203: -33,-4 + 5204: -33,-4 + 5205: -33,-5 + 5206: -30,-2 + 5207: -29,3 + 5208: -23,1 + 5209: -15,1 + 5210: -27,13 + 5211: -26,12 + 5212: -33,12 + 5213: -35,13 + 5214: -38,10 + 5215: -39,11 + 5216: -44,13 + 5217: -44,13 + 5218: -37,17 + 5219: -35,18 + 5220: -28,20 + 5221: -23,20 + 5222: -18,21 + 5223: -33,24 + 5224: -35,28 + 5225: -12,26 + 5226: -23,31 + 5227: -33,32 + 5228: -19,34 + 5229: -9,36 + 5230: -20,39 + 5231: -7,39 + 5232: -14,40 + 5233: -6,40 + 5234: -8,39 + 5235: -17,29 + 5236: -15,29 + 5237: -27,41 + 5238: -26,45 + 5239: -30,25 + 5240: -30,33 + 5241: -34,31 + 5242: -36,34 + 5243: -36,30 + 5244: -40,39 + 5245: -42,41 + 5246: -38,45 + 5247: -33,50 + 5248: -32,47 + 5264: -15,47 + 5265: -3,53 + 5266: -4,48 + 5267: -15,64 + 5268: -24,63 + 5269: -27,59 + 5270: -31,59 + 5271: -32,58 + 5272: -38,59 + 5273: -42,65 + 5274: -44,71 + 5275: -47,70 + 5276: -14,70 + 5277: -8,71 + 5278: -3,70 + 5279: 1,70 + 5280: 2,60 + 5281: -1,56 + 5282: 1,52 + 5283: 1,48 + 5284: 4,42 + 5285: 1,40 + 5286: 2,35 + 5287: 7,37 + 5288: 3,41 + 5289: 17,43 + 5290: 22,46 + 5291: 32,48 + 5292: 35,41 + 5293: 35,36 + 5294: 39,36 + 5295: 38,43 + 5296: 40,50 + 5297: 37,48 + 5298: 44,46 + 5299: 48,48 + 5300: 45,50 + 5301: 44,55 + 5302: 37,54 + 5303: 36,48 + 5304: 51,43 + 5305: 57,39 + 5306: 64,42 + 5307: 62,48 + 5308: 70,43 + 5309: 61,41 + 5310: 70,49 + 5311: 72,43 + 5312: 72,49 + 5313: 71,47 + 5314: 76,53 + 5315: 70,59 + 5316: 76,54 + 5317: 66,57 + 5318: 74,63 + 5319: 71,56 + 5320: 59,65 + 5321: 55,69 + 5322: 61,68 + 5323: 62,67 + 5324: 63,68 + 5325: 70,66 + 5326: 73,64 + 5327: 78,66 + 5328: 86,65 + 5329: 82,64 + 5330: 81,61 + 5331: 77,56 + 5332: 84,53 + 5333: 85,56 + 5334: 83,50 + 5335: 84,46 + 5336: 96,43 + 5337: 88,39 + 5338: 78,44 + 5339: 77,36 + 5340: 88,35 + 5341: 84,31 + 5342: 77,35 + 5343: 82,30 + 5344: 79,31 + 5345: 79,29 + 5346: 83,25 + 5347: 88,24 + 5348: 93,24 + 5349: 98,24 + 5350: 97,28 + 5351: 93,28 + 5352: 92,29 + 5353: 97,31 + 5354: 89,36 + 5355: 97,38 + 5356: 95,36 + 5357: 98,33 + 5358: 99,34 + 5359: 72,28 + 5360: 74,31 + 5361: 65,35 + 5362: 69,32 + 5363: 65,31 + 5364: 69,15 + 5365: 48,12 + 5366: 46,18 + 5367: 42,18 + 5368: 35,19 + 5369: 28,19 + 5370: 31,19 + 5371: 24,20 + 5372: 22,19 + 5373: 17,22 + 5374: 14,20 + 5375: 15,22 + 5376: 18,19 + 5377: 7,20 + 5378: 9,16 + 5379: 8,17 + 5380: 3,12 + 5381: 9,10 + 5382: 0,17 + 5383: -5,11 + 5384: 3,10 + 5385: -6,12 + 5386: -9,6 + 5387: -5,11 + 5388: -9,2 + 5389: -14,4 + 5390: -13,1 + 5391: -12,5 + 5392: -12,8 + 5393: -16,15 + 5394: -19,13 + 5395: -25,18 + 5396: -15,14 + 5397: -24,17 + 5398: -31,23 + 5399: -27,21 + 5400: -30,22 + 5401: -34,19 + 5402: -32,19 + 5403: -35,18 + 5404: -40,15 + 5405: -43,15 + 5406: -46,13 + 5407: -47,10 + 5408: -48,5 + 5409: -48,-1 + 5410: -48,-5 + 5411: -48,-8 + 5412: -46,-14 + 5413: -42,-15 + 5414: -35,-18 + 5415: -47,-18 + 5416: -45,-24 + 5417: -49,-22 + 5418: -56,-21 + 5419: -50,-23 + 5420: -53,-21 + 5421: -57,-26 + 5422: -57,-26 + 5423: -59,-20 + 5424: -60,-19 + 5425: -59,-24 + 5426: -61,-10 + 5427: -60,-7 + 5428: -62,-6 + 5429: -61,-5 + 5430: -67,-8 + 5431: -65,-4 + 5432: -64,-1 + 5433: -68,3 + 5434: -73,6 + 5435: -78,5 + 5436: -84,2 + 5437: -78,6 + 5438: -81,9 + 5439: -86,14 + 5440: -91,6 + 5441: -88,7 + 5442: -97,8 + 5443: -97,6 + 5444: -97,21 + 5445: -96,25 + 5446: -94,27 + 5447: -86,22 + 5448: -85,19 + 5449: -83,21 + 5450: -87,14 + 5451: -84,13 + 5452: -86,15 + 5453: -87,1 + 5454: -88,-1 + 5455: -83,-6 + 5456: -73,-7 + 5457: -80,0 + 5458: -69,1 + 5459: -66,-2 + 5460: -58,-13 + 5461: -60,-23 + 5462: -42,-37 + 5463: -48,-37 + 5464: -53,-37 + 5465: -56,-37 + 5466: -34,-44 + 5467: -49,-43 + 5468: -20,-43 + 5469: -22,-44 + 5470: -16,-45 + 5471: -17,-40 + 5472: -9,-39 + 5473: -15,-37 + 5474: -12,-31 + 5475: -6,-30 + 5476: -2,-37 + 5477: 2,-39 + 5478: -5,-39 + 5479: 1,-45 + 5480: 2,-46 + 5481: 0,-50 + 5482: -4,-51 + 5483: -5,-52 + 5484: 10,-53 + 5485: 4,-53 + 5486: 6,-42 + 5487: 9,-36 + 5488: 17,-31 + 5489: 8,-33 + 5490: 13,-28 + 5491: 3,-26 + 5492: 7,-22 + 5493: 18,-25 + 5494: 14,-26 + 5495: 20,-25 + 5496: 19,-27 + 5497: 22,-29 + 5498: 22,-28 + 5499: 29,-26 + 5500: 32,-23 + 5501: 36,-24 + 5502: 31,-26 + 5503: 39,-25 + 5504: 37,-24 + 5505: 39,-28 + 5506: 38,-32 + 5507: 33,-35 + 5508: 28,-34 + 5509: 42,-30 + 5510: 44,-29 + 5511: 43,-25 + 5512: 49,-31 + 5513: 56,-33 + 5514: 50,-24 + 5515: 65,-24 + 5516: 68,-17 + 5517: 67,-16 + 5518: 59,-12 + 5519: 64,-10 + 5520: 61,-6 + 5521: 57,-6 + 5522: 55,-3 + 5523: 50,-2 + 5524: 50,1 + 5525: 51,2 + 5526: 78,-6 + 5527: 79,-3 + 5528: 81,3 + 5529: 83,6 + 5530: 85,8 + 5531: 84,11 + 5532: 86,14 + 5533: 85,17 + 5534: 89,18 + 5535: 88,17 + 5536: 75,25 + 5537: 70,31 + 5538: 71,34 + 5539: 77,40 + 5540: 71,41 + 5541: 69,39 + 5542: 60,45 + 5543: 69,48 + 5544: 72,48 + 5545: 70,48 + 5546: 80,51 + 5547: 80,55 + 5548: 77,60 + 5549: 76,60 + 5550: 73,64 + 5551: 54,61 + 5552: 45,56 + 5553: 45,48 + 5554: 39,43 + 5555: 40,34 + 5556: 35,38 + 5557: 27,38 + 5558: 18,40 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 5952: 1,42 - 5953: 1,46 - 5954: -9,52 - 5955: -16,51 - 5956: -16,44 - 5957: -13,38 - 5958: -18,41 - 5959: -59,12 - 5960: -51,10 - 5961: -83,15 - 5962: -80,28 - 5963: -52,34 - 5964: -31,54 - 5965: 17,51 - 5966: 6,19 - 5967: 63,19 - 5968: -9,-23 - 5969: -55,-24 - 5970: -41,-26 - 5971: 20,-19 - 5972: 32,-20 - 5973: 49,23 - 5974: 67,47 - 5975: 63,57 - 5976: 78,36 - 5977: 80,40 - 5978: 50,49 - 5979: 79,54 - 5980: -17,4 - 5981: -9,21 - 5982: 13,4 - 5983: 1,-3 - 5984: -15,-29 - 5985: -58,-31 - 5986: -65,-8 - 5987: -51,33 - 5988: -36,47 - 5989: -23,56 - 5990: -20,64 - 5991: 5,47 - 5992: 17,21 - 5993: 39,23 - 5994: 31,15 - 5995: 65,-10 - 5996: 38,-18 - 5997: 34,-23 - 5998: 1,-36 - 5999: 5,-43 - 6000: -12,-37 - 6001: -29,-23 - 6002: 10,-20 - 6003: 32,-13 - 6004: 15,10 - 6005: -14,11 - 6006: 35,24 - 6007: 58,32 - 6008: 54,42 - 6009: 64,57 - 6010: 78,47 - 6011: 46,48 - 6012: 19,48 - 6013: -12,49 - 6014: -9,54 - 6015: -17,59 - 6016: -48,64 - 6017: -30,63 - 6018: -17,60 - 6019: -20,30 - 6020: -60,13 - 6021: -49,3 - 6022: -27,-24 - 6023: -51,-12 - 6024: -44,-22 - 6025: -86,4 - 6026: -86,16 - 6027: -95,-2 - 6028: -91,11 - 6029: -99,13 - 6030: -105,6 - 6031: -67,-13 - 6032: -46,-20 - 6033: -37,-24 - 6034: -49,-33 - 6035: -3,-28 - 6036: 25,-26 - 6037: 39,-15 - 6038: 46,-11 - 6039: 31,-23 - 6040: 53,25 - 6041: 32,35 - 6042: -1,49 - 6043: 0,64 - 6044: -1,76 - 6045: -22,61 - 6046: -27,58 + 5559: 1,42 + 5560: 1,46 + 5561: -9,52 + 5562: -16,51 + 5563: -16,44 + 5564: -13,38 + 5565: -18,41 + 5566: -59,12 + 5567: -51,10 + 5568: -83,15 + 5569: -80,28 + 5570: -52,34 + 5571: -31,54 + 5572: 17,51 + 5573: 6,19 + 5574: 63,19 + 5575: -9,-23 + 5576: -55,-24 + 5577: -41,-26 + 5578: 20,-19 + 5579: 32,-20 + 5580: 49,23 + 5581: 67,47 + 5582: 63,57 + 5583: 78,36 + 5584: 80,40 + 5585: 50,49 + 5586: 79,54 + 5587: -17,4 + 5588: -9,21 + 5589: 13,4 + 5590: 1,-3 + 5591: -15,-29 + 5592: -58,-31 + 5593: -65,-8 + 5594: -51,33 + 5595: -36,47 + 5596: -23,56 + 5597: -20,64 + 5598: 5,47 + 5599: 17,21 + 5600: 39,23 + 5601: 31,15 + 5602: 65,-10 + 5603: 38,-18 + 5604: 34,-23 + 5605: 1,-36 + 5606: 5,-43 + 5607: -12,-37 + 5608: -29,-23 + 5609: 10,-20 + 5610: 32,-13 + 5611: 15,10 + 5612: -14,11 + 5613: 35,24 + 5614: 58,32 + 5615: 54,42 + 5616: 64,57 + 5617: 78,47 + 5618: 46,48 + 5619: 19,48 + 5620: -12,49 + 5621: -9,54 + 5622: -17,59 + 5623: -48,64 + 5624: -30,63 + 5625: -17,60 + 5626: -20,30 + 5627: -60,13 + 5628: -49,3 + 5629: -27,-24 + 5630: -51,-12 + 5631: -44,-22 + 5632: -86,4 + 5633: -86,16 + 5634: -99,13 + 5635: -105,6 + 5636: -67,-13 + 5637: -46,-20 + 5638: -37,-24 + 5639: -3,-28 + 5640: 25,-26 + 5641: 39,-15 + 5642: 46,-11 + 5643: 31,-23 + 5644: 53,25 + 5645: 32,35 + 5646: -1,49 + 5647: 0,64 + 5648: -1,76 + 5649: -22,61 + 5650: -27,58 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 6047: -74,37 - 6048: -90,37 - 6049: -108,35 - 6050: -63,13 - 6051: -58,-1 - 6052: -38,13 - 6053: -35,15 - 6054: 22,29 - 6055: 7,-3 - 6056: 21,-14 - 6057: -37,-23 - 6058: 36,-14 - 6059: -11,-28 - 6060: -1,-30 - 6061: 43,-27 - 6062: 16,-32 - 6063: 3,-41 - 6064: 3,-40 - 6065: -18,-9 - 6066: 2,9 - 6067: 30,25 - 6068: 15,26 - 6069: -31,22 - 6070: -17,36 - 6071: 2,51 - 6072: 6,66 - 6073: -39,63 - 6074: -35,65 - 6075: 12,76 - 6076: -10,70 - 6077: 1,46 - 6078: 25,47 - 6079: 65,58 - 6080: 58,67 - 6081: 64,52 - 6082: 90,43 - 6083: 73,37 - 6084: 69,28 - 6085: 95,26 - 6086: 92,33 - 6087: 65,30 - 6088: 87,37 - 6089: 61,18 - 6090: 73,22 - 6091: 39,9 - 6092: 37,-10 - 6093: 62,-13 - 6094: 70,-9 - 6095: 38,-17 - 6096: 13,-11 - 6097: -5,-18 - 6098: -9,-11 - 6099: -48,-15 - 6100: -34,1 - 6101: -30,18 - 6102: -52,24 - 6103: -48,27 - 6104: -65,34 - 6105: -66,36 - 6106: -63,-32 - 6107: -96,-19 - 6108: -94,-21 - 6109: -114,-1 - 6110: -112,22 - 6111: -114,34 - 6112: -102,37 - 6113: -118,6 - 6114: -121,9 - 6115: -121,50 - 6116: -120,57 - 6117: -105,57 - 6118: -101,51 - 6119: -89,52 - 6120: -67,49 - 6121: -56,44 - 6122: -51,56 - 6123: -32,60 - 6124: -5,66 - 6125: -19,62 - 6126: -31,58 - 6127: -23,55 - 6128: -15,62 - 6129: -4,63 - 6130: -13,37 - 6131: -18,25 - 6132: -2,29 - 6133: -37,21 - 6134: -15,22 - 6135: -10,29 - 6136: -14,34 - 6137: -10,39 - 6138: -27,37 - 6139: -14,43 - 6140: 35,34 - 6141: 3,37 - 6142: -1,46 - 6143: 43,43 - 6144: 33,7 - 6145: 42,17 - 6146: 51,16 - 6147: 41,18 - 6148: 47,-3 - 6149: 49,-7 - 6150: 41,-18 - 6151: 56,-15 - 6152: 21,-23 - 6153: -7,-27 - 6154: -9,-27 - 6155: 51,-18 - 6156: 51,-13 - 6157: 57,-6 - 6158: 50,2 - 6159: 39,29 - 6160: 38,33 - 6161: 28,37 - 6162: 19,41 - 6163: 1,45 - 6164: -13,45 - 6165: -28,41 - 6166: -27,55 - 6167: -30,60 - 6168: -42,64 - 6169: -45,57 - 6170: -56,30 - 6171: -54,23 - 6172: -60,27 - 6173: -42,27 - 6174: -60,33 - 6175: -40,28 - 6176: -46,24 - 6177: -35,27 - 6178: -38,11 - 6179: -35,5 - 6180: -32,2 - 6181: -28,1 - 6182: -58,1 - 6183: -69,-1 - 6184: -66,-6 - 6185: -66,-11 - 6186: -63,-14 - 6187: -63,-20 - 6188: -63,-23 - 6189: -59,-26 - 6190: -66,-32 - 6191: -53,-34 - 6192: -43,-37 - 6193: -23,-39 - 6194: -23,-43 - 6195: -1,-43 - 6196: 3,-44 - 6197: 5,-53 - 6198: -2,-53 - 6199: 11,-33 - 6200: 21,-22 - 6201: 28,-21 - 6202: 36,-23 - 6203: 35,-23 - 6204: 44,-17 - 6205: 39,-10 - 6206: 39,-6 - 6207: 39,1 - 6208: 39,8 - 6209: 58,-5 - 6210: 65,-14 - 6211: 72,-12 - 6212: 69,-11 - 6213: 74,-11 - 6214: 74,-12 - 6215: 76,-22 - 6216: 70,-26 - 6217: 58,-30 - 6218: 54,-30 - 6219: 49,-31 - 6220: 46,-31 - 6221: 47,-24 - 6222: 43,-28 - 6223: 50,-34 - 6224: 44,-35 - 6225: 48,-35 - 6226: 63,-12 - 6227: 49,13 - 6228: 43,21 - 6229: 35,26 - 6230: 35,29 - 6231: 31,27 - 6232: 27,27 - 6233: 40,33 - 6234: 39,44 - 6235: 43,48 - 6236: 42,50 - 6237: 43,50 - 6238: 26,45 - 6239: 17,42 - 6240: 6,41 - 6241: -1,47 - 6242: -1,48 - 6243: 3,55 - 6244: 2,60 - 6245: 2,64 - 6246: 2,71 - 6247: -6,71 - 6248: 5,69 - 6249: 6,69 - 6250: 13,65 - 6251: 7,64 - 6252: 9,63 - 6253: -24,58 + 5651: -63,13 + 5652: -58,-1 + 5653: -38,13 + 5654: -35,15 + 5655: 22,29 + 5656: 7,-3 + 5657: 21,-14 + 5658: -37,-23 + 5659: 36,-14 + 5660: -11,-28 + 5661: -1,-30 + 5662: 43,-27 + 5663: 16,-32 + 5664: 3,-41 + 5665: 3,-40 + 5666: -18,-9 + 5667: 2,9 + 5668: 30,25 + 5669: 15,26 + 5670: -31,22 + 5671: -17,36 + 5672: 2,51 + 5673: 6,66 + 5674: -39,63 + 5675: -35,65 + 5676: 12,76 + 5677: -10,70 + 5678: 1,46 + 5679: 25,47 + 5680: 65,58 + 5681: 58,67 + 5682: 64,52 + 5683: 90,43 + 5684: 73,37 + 5685: 69,28 + 5686: 95,26 + 5687: 92,33 + 5688: 87,37 + 5689: 61,18 + 5690: 39,9 + 5691: 37,-10 + 5692: 62,-13 + 5693: 70,-9 + 5694: 38,-17 + 5695: -5,-18 + 5696: -9,-11 + 5697: -48,-15 + 5698: -34,1 + 5699: -30,18 + 5700: -52,24 + 5701: -48,27 + 5702: -65,34 + 5703: -66,36 + 5704: -63,-32 + 5705: -121,50 + 5706: -120,57 + 5707: -105,57 + 5708: -101,51 + 5709: -89,52 + 5710: -67,49 + 5711: -56,44 + 5712: -32,60 + 5713: -5,66 + 5714: -19,62 + 5715: -31,58 + 5716: -23,55 + 5717: -15,62 + 5718: -4,63 + 5719: -13,37 + 5720: -18,25 + 5721: -2,29 + 5722: -37,21 + 5723: -15,22 + 5724: -10,29 + 5725: -14,34 + 5726: -10,39 + 5727: -27,37 + 5728: -14,43 + 5729: 35,34 + 5730: 3,37 + 5731: -1,46 + 5732: 43,43 + 5733: 33,7 + 5734: 42,17 + 5735: 51,16 + 5736: 41,18 + 5737: 47,-3 + 5738: 49,-7 + 5739: 41,-18 + 5740: 56,-15 + 5741: 21,-23 + 5742: -7,-27 + 5743: -9,-27 + 5744: 51,-18 + 5745: 51,-13 + 5746: 57,-6 + 5747: 50,2 + 5748: 39,29 + 5749: 38,33 + 5750: 28,37 + 5751: 19,41 + 5752: 1,45 + 5753: -13,45 + 5754: -28,41 + 5755: -27,55 + 5756: -30,60 + 5757: -42,64 + 5758: -45,57 + 5759: -56,30 + 5760: -54,23 + 5761: -60,27 + 5762: -42,27 + 5763: -60,33 + 5764: -40,28 + 5765: -46,24 + 5766: -35,27 + 5767: -38,11 + 5768: -35,5 + 5769: -32,2 + 5770: -28,1 + 5771: -58,1 + 5772: -69,-1 + 5773: -66,-6 + 5774: -66,-11 + 5775: -63,-14 + 5776: -63,-20 + 5777: -63,-23 + 5778: -66,-32 + 5779: -43,-37 + 5780: -23,-39 + 5781: -23,-43 + 5782: -1,-43 + 5783: 3,-44 + 5784: 5,-53 + 5785: -2,-53 + 5786: 11,-33 + 5787: 21,-22 + 5788: 28,-21 + 5789: 36,-23 + 5790: 35,-23 + 5791: 44,-17 + 5792: 39,-10 + 5793: 39,-6 + 5794: 39,1 + 5795: 39,8 + 5796: 58,-5 + 5797: 65,-14 + 5798: 72,-12 + 5799: 69,-11 + 5800: 74,-11 + 5801: 74,-12 + 5802: 76,-22 + 5803: 70,-26 + 5804: 58,-30 + 5805: 54,-30 + 5806: 49,-31 + 5807: 46,-31 + 5808: 47,-24 + 5809: 43,-28 + 5810: 50,-34 + 5811: 44,-35 + 5812: 48,-35 + 5813: 63,-12 + 5814: 49,13 + 5815: 43,21 + 5816: 35,26 + 5817: 35,29 + 5818: 31,27 + 5819: 27,27 + 5820: 40,33 + 5821: 39,44 + 5822: 43,48 + 5823: 42,50 + 5824: 43,50 + 5825: 26,45 + 5826: 17,42 + 5827: 6,41 + 5828: -1,47 + 5829: -1,48 + 5830: 3,55 + 5831: 2,60 + 5832: 2,64 + 5833: 2,71 + 5834: -6,71 + 5835: 5,69 + 5836: 6,69 + 5837: 13,65 + 5838: 7,64 + 5839: 9,63 + 5840: -24,58 - node: color: '#FFFFFFFF' id: FlowersBROne decals: 188: 9,-46 - 3790: -21.958588,17.400702 - 3791: -21.079681,17.635077 - 4433: 35.455353,53.975224 - 4434: 48.486603,54.127567 - 4435: 44.637413,14.700537 - 4643: 0.8775835,53.575855 - 6584: 35.936924,-11.278788 + 3537: -21.958588,17.400702 + 3538: -21.079681,17.635077 + 4127: 35.455353,53.975224 + 4128: 48.486603,54.127567 + 4129: 44.637413,14.700537 + 4336: 0.8775835,53.575855 + 6127: 35.936924,-11.278788 - node: color: '#FFFFFFFF' id: FlowersBRThree @@ -7031,33 +6916,28 @@ entities: 182: 5,-48 189: 21,-39 219: 37,43 - 252: 57,8 - 3774: -43.405098,4.6306925 - 3775: -43.28791,2.4392862 - 3805: 3.4106216,14.306513 - 4286: -94.457466,4.7870827 - 4287: -95.031685,4.1308327 - 4288: -93.63715,2.3730202 - 4289: -89.07856,1.8456764 - 4290: -88.469185,2.5136452 - 4291: -88.68012,5.2206764 - 4292: -81.719185,11.665989 - 4293: -81.332466,10.974583 - 4294: -81.051216,16.516224 - 4295: -81.250435,15.731068 - 4296: -87.7309,15.238881 - 4297: -88.562935,17.828724 - 4298: -89.2309,15.332631 - 4299: -88.551216,14.852162 - 4498: -17.354996,58.532814 - 4499: -16.47609,59.153908 - 4500: -17.425308,56.89219 - 4501: -16.440933,55.814064 - 4502: -17.565933,52.427345 - 4503: -17.296402,51.665627 - 4504: -16.405777,48.15 - 6503: -1.2052917,34.102757 - 6515: -62.314003,9.298165 + 248: 57,8 + 3521: -43.405098,4.6306925 + 3522: -43.28791,2.4392862 + 3552: 3.4106216,14.306513 + 4000: -88.469185,2.5136452 + 4001: -88.68012,5.2206764 + 4002: -81.719185,11.665989 + 4003: -81.332466,10.974583 + 4004: -81.051216,16.516224 + 4005: -81.250435,15.731068 + 4006: -87.7309,15.238881 + 4007: -88.562935,17.828724 + 4008: -88.551216,14.852162 + 4192: -17.354996,58.532814 + 4193: -16.47609,59.153908 + 4194: -17.425308,56.89219 + 4195: -16.440933,55.814064 + 4196: -17.565933,52.427345 + 4197: -17.296402,51.665627 + 4198: -16.405777,48.15 + 6071: -1.2052917,34.102757 + 6083: -62.314003,9.298165 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7073,70 +6953,68 @@ entities: 158: 3,-8 213: 13,24 220: 37,36 - 3731: -1.2687241,-6.2440906 - 3732: 3.606276,-6.314403 - 3800: 3.3168716,10.533075 - 3801: 2.9887466,11.0487 - 3810: -1.2534407,15.759638 - 3811: -1.2300032,9.26745 - 3845: 47.10689,-9.617738 - 3846: 46.520954,-10.027894 - 3858: 45.571735,12.222608 - 3859: 46.456665,4.238405 - 3881: 70.482315,-2.6857786 - 3882: 59.65419,-2.6857786 - 3883: 65.58388,-12.002185 - 3884: 64.92763,-11.181872 - 3885: 67.9745,-20.817688 - 3886: 63.654434,-25.675419 - 3887: 50.523678,-26.812138 - 3923: 55.647358,-7.219159 - 3924: 55.72939,-7.8636904 - 3925: 53.19814,-4.2543154 - 3926: 54.944233,-0.5511904 - 3927: 61.120014,-0.07072163 - 3928: 72.44849,-5.871503 - 3929: 67.77757,-13.922138 - 3930: 66.453354,-25.372675 - 3931: 51.521744,-28.314081 - 3932: 49.85768,-16.8148 - 3933: 54.240494,-12.090313 - 3953: 35.16757,-36.640537 - 3954: 37.335537,-36.956944 - 4009: -24.117771,-35.0781 - 4010: -24.31699,-27.906221 - 4011: -8.731053,-29.523409 - 4154: 58.31439,8.335475 - 4155: 55.736263,8.335475 - 4156: 63.00189,8.370631 - 4181: 40.75803,-15.316414 - 4182: 40.359592,-14.660164 - 4183: 43.46506,-12.058601 - 4184: 49.427353,-17.204317 - 4185: 43.63263,-20.56466 - 4186: 38.28888,-20.400597 - 4212: -35.427177,-23.175499 - 4213: -36.07171,-24.030968 - 4344: -29.275717,17.39725 - 4389: 37.268784,43.60165 - 4390: 36.483627,41.4454 - 4391: 36.507065,36.910244 - 4392: 36.46019,32.72665 - 4393: 36.624252,31.730556 - 4422: 10.025911,35.373306 - 4423: 13.904818,34.635025 - 4424: 21.990755,38.853775 - 4425: 22.682161,35.71315 - 4426: 22.354036,35.302994 - 4476: -2.4699473,57.66812 - 4477: -1.9605174,61.33826 - 4561: -18.422426,-13.633619 - 4562: -14.188051,-13.727369 - 6284: 45.7115,21.249813 - 6285: 45.24275,20.921688 - 6466: 27.056904,-17.133144 - 6467: 30.424091,-16.844082 - 6582: 33.843174,-9.091288 + 3479: -1.2687241,-6.2440906 + 3547: 3.3168716,10.533075 + 3548: 2.9887466,11.0487 + 3557: -1.2534407,15.759638 + 3558: -1.2300032,9.26745 + 3592: 47.10689,-9.617738 + 3593: 46.520954,-10.027894 + 3605: 45.571735,12.222608 + 3606: 46.456665,4.238405 + 3628: 70.482315,-2.6857786 + 3629: 59.65419,-2.6857786 + 3630: 65.58388,-12.002185 + 3631: 64.92763,-11.181872 + 3632: 67.9745,-20.817688 + 3633: 63.654434,-25.675419 + 3634: 50.523678,-26.812138 + 3670: 55.647358,-7.219159 + 3671: 55.72939,-7.8636904 + 3672: 53.19814,-4.2543154 + 3673: 54.944233,-0.5511904 + 3674: 61.120014,-0.07072163 + 3675: 72.44849,-5.871503 + 3676: 67.77757,-13.922138 + 3677: 66.453354,-25.372675 + 3678: 51.521744,-28.314081 + 3679: 49.85768,-16.8148 + 3680: 54.240494,-12.090313 + 3700: 35.16757,-36.640537 + 3701: 37.335537,-36.956944 + 3756: -24.117771,-35.0781 + 3757: -24.31699,-27.906221 + 3758: -8.731053,-29.523409 + 3901: 58.31439,8.335475 + 3902: 55.736263,8.335475 + 3903: 63.00189,8.370631 + 3916: 40.75803,-15.316414 + 3917: 40.359592,-14.660164 + 3918: 43.46506,-12.058601 + 3919: 49.427353,-17.204317 + 3920: 43.63263,-20.56466 + 3921: 38.28888,-20.400597 + 3947: -35.427177,-23.175499 + 3948: -36.07171,-24.030968 + 4038: -29.275717,17.39725 + 4083: 37.268784,43.60165 + 4084: 36.483627,41.4454 + 4085: 36.507065,36.910244 + 4086: 36.46019,32.72665 + 4087: 36.624252,31.730556 + 4116: 10.025911,35.373306 + 4117: 13.904818,34.635025 + 4118: 21.990755,38.853775 + 4119: 22.682161,35.71315 + 4120: 22.354036,35.302994 + 4170: -2.4699473,57.66812 + 4171: -1.9605174,61.33826 + 4254: -18.422426,-13.633619 + 4255: -14.188051,-13.727369 + 5871: 45.7115,21.249813 + 5872: 45.24275,20.921688 + 6034: 27.056904,-17.133144 + 6035: 30.424091,-16.844082 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -7151,46 +7029,43 @@ entities: 154: -1,-8 168: 14,-39 240: 49,53 - 275: 28,-37 - 3776: -44.33088,-2.2482138 - 3777: -43.93244,-5.8693075 - 3778: -41.295723,-9.455245 - 3779: -41.97541,-9.349776 - 3780: -41.95248,-8.139395 - 3812: -1.0776595,8.740107 - 3813: 3.4340591,8.447138 - 3814: -1.335472,13.57995 - 4166: 75.11335,13.796486 - 4327: -82.396416,14.119084 - 4328: -87.62298,11.845647 - 4329: -87.49407,4.019742 - 4330: -87.54095,-0.7380705 - 4331: -95.88801,0.6827178 - 4332: -100.824684,4.2680645 - 4333: -107.24656,11.334471 - 4334: -85.634315,30.506989 - 4455: -13.520875,76.02554 - 4456: -13.743531,75.545074 - 4457: -13.4974375,73.295074 - 4458: 15.703373,75.09976 - 4459: 15.808842,74.10367 - 4460: 16.078373,77.53726 - 4546: -24.406801,-13.571119 - 4547: -24.172426,-14.039869 - 4548: -19.906801,-13.727369 - 4549: -28.891176,-13.477369 - 4622: 47.379055,-0.39145994 - 4623: 46.722805,-0.68052244 - 4624: 46.55093,-1.79771 - 4625: 46.246243,-6.219585 - 4626: 46.668118,-7.11021 - 6333: -37.26589,-32.81844 - 6465: 27.720966,-17.226894 - 6486: 39.272312,21.207067 - 6487: 35.303562,20.972692 - 6501: -0.12716675,37.33713 - 6502: -0.49435425,33.99338 - 6513: -58.423378,9.165353 + 271: 28,-37 + 3523: -44.33088,-2.2482138 + 3524: -43.93244,-5.8693075 + 3525: -41.295723,-9.455245 + 3526: -41.97541,-9.349776 + 3527: -41.95248,-8.139395 + 3559: -1.0776595,8.740107 + 3560: 3.4340591,8.447138 + 3561: -1.335472,13.57995 + 4023: -82.396416,14.119084 + 4024: -87.62298,11.845647 + 4025: -87.49407,4.019742 + 4026: -87.54095,-0.7380705 + 4027: -100.824684,4.2680645 + 4028: -107.24656,11.334471 + 4029: -85.634315,30.506989 + 4149: -13.520875,76.02554 + 4150: -13.743531,75.545074 + 4151: -13.4974375,73.295074 + 4152: 15.703373,75.09976 + 4153: 15.808842,74.10367 + 4154: 16.078373,77.53726 + 4239: -24.406801,-13.571119 + 4240: -24.172426,-14.039869 + 4241: -19.906801,-13.727369 + 4242: -28.891176,-13.477369 + 4315: 47.379055,-0.39145994 + 4316: 46.722805,-0.68052244 + 4317: 46.55093,-1.79771 + 4318: 46.246243,-6.219585 + 4319: 46.668118,-7.11021 + 6033: 27.720966,-17.226894 + 6054: 39.272312,21.207067 + 6055: 35.303562,20.972692 + 6069: -0.12716675,37.33713 + 6070: -0.49435425,33.99338 + 6081: -58.423378,9.165353 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -7200,16 +7075,20 @@ entities: 181: -5,-46 197: 3,15 242: 35,57 - 3792: -22.625883,17.494452 - 6627: -13.98396,70.56375 - 6628: -13.655835,69.18875 + 3539: -22.625883,17.494452 + 6165: -13.98396,70.56375 + 6166: -13.655835,69.18875 + 6259: 35.749958,-5.498374 + 6272: 71.229546,17.978672 + 6273: 70.678764,19.736485 + 6412: -59.929607,-29.48967 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 4012: -8.379491,-28.878878 - 4013: -24.50449,-29.347628 - 4014: -24.445896,-35.72263 + 3759: -8.379491,-28.878878 + 3760: -24.50449,-29.347628 + 3761: -24.445896,-35.72263 - node: color: '#FFFFFFFF' id: Flowerspv1 @@ -7218,76 +7097,67 @@ entities: 187: 9,-42 243: 35,53 244: 49,56 - 245: 75,19 - 273: 37,-37 - 3781: -42.435295,-8.444082 - 3782: -32.368748,-1.3575978 - 3783: -31.513279,-3.0685353 - 3784: -32.274998,6.4943037 - 3802: 3.586403,9.560419 - 3806: 2.9067154,14.083857 - 3807: 3.4340591,13.451044 - 3809: -1.3120345,15.372919 - 3842: 41.22408,-12.2193 - 3843: 41.716267,-12.5357065 - 3955: 38.132412,-36.9921 - 3956: 37.733974,-36.663975 - 3957: 30.386318,-36.6171 - 3958: 28.663662,-36.499912 - 3959: 34.063217,-36.781162 - 3960: 15.738369,-38.61382 - 3961: 14.2618065,-38.7896 - 3962: 19.769619,-38.813038 - 3963: 20.78915,-38.87163 - 4004: -9.129491,-28.468721 - 4005: -8.414647,-30.660128 - 4006: -24.12949,-31.29294 - 4007: -24.246677,-28.316378 - 4008: -24.375584,-34.269505 - 4150: 55.255795,8.300319 - 4151: 62.3222,8.00735 - 4152: 61.806576,8.558131 - 4153: 64.16205,8.241725 - 4312: -81.4554,17.473248 - 4313: -88.053055,17.238873 - 4314: -88.9554,16.535748 - 4315: -88.66243,15.832623 - 4316: -93.4554,12.328717 - 4317: -94.34602,11.074811 - 4318: -80.95149,10.61778 - 4319: -94.521805,4.164173 - 4320: -88.31087,1.6915169 - 4321: -88.92024,0.19151688 - 4322: -87.60774,-0.9920769 - 4323: -96.80696,1.8790169 - 4324: -96.385086,1.4571419 - 4325: -96.760086,1.1524544 - 4326: -81.97454,14.540959 - 4345: -21.810873,17.643343 - 4346: -16.579916,17.619905 - 4349: 14.210445,23.932573 - 4350: 13.589352,24.389605 - 4394: 36.56566,32.08212 - 4395: 36.94066,31.390713 - 4396: 36.55394,35.937588 - 4466: -13.743439,73.35367 - 4467: 15.932991,73.71695 - 4468: 16.120491,77.607574 - 4469: -13.921142,74.58235 - 4470: -2.2590098,60.890778 - 4471: -1.8840097,60.49234 - 4510: -16.46437,58.884377 - 4630: 47.31596,-8.0932665 - 4631: 46.339397,-1.3552244 - 4632: 47.425335,0.06665063 - 4641: 0.854146,50.630543 - 4642: 1.276021,52.427418 - 6334: -38.0237,-34.490314 - 6335: -35.55495,-32.69344 - 6489: 38.577,21.199255 - 6505: 0.14627075,35.12407 - 6506: -1.1427917,36.16313 - 6514: -58.923378,9.040353 + 269: 37,-37 + 3528: -42.435295,-8.444082 + 3529: -32.368748,-1.3575978 + 3530: -31.513279,-3.0685353 + 3531: -32.274998,6.4943037 + 3549: 3.586403,9.560419 + 3553: 2.9067154,14.083857 + 3554: 3.4340591,13.451044 + 3556: -1.3120345,15.372919 + 3589: 41.22408,-12.2193 + 3590: 41.716267,-12.5357065 + 3702: 38.132412,-36.9921 + 3703: 37.733974,-36.663975 + 3704: 30.386318,-36.6171 + 3705: 28.663662,-36.499912 + 3706: 34.063217,-36.781162 + 3707: 15.738369,-38.61382 + 3708: 14.2618065,-38.7896 + 3709: 19.769619,-38.813038 + 3710: 20.78915,-38.87163 + 3751: -9.129491,-28.468721 + 3752: -8.414647,-30.660128 + 3753: -24.12949,-31.29294 + 3754: -24.246677,-28.316378 + 3755: -24.375584,-34.269505 + 3897: 55.255795,8.300319 + 3898: 62.3222,8.00735 + 3899: 61.806576,8.558131 + 3900: 64.16205,8.241725 + 4014: -81.4554,17.473248 + 4015: -88.053055,17.238873 + 4016: -88.9554,16.535748 + 4017: -88.66243,15.832623 + 4018: -80.95149,10.61778 + 4019: -88.31087,1.6915169 + 4020: -88.92024,0.19151688 + 4021: -87.60774,-0.9920769 + 4022: -81.97454,14.540959 + 4039: -21.810873,17.643343 + 4040: -16.579916,17.619905 + 4043: 14.210445,23.932573 + 4044: 13.589352,24.389605 + 4088: 36.56566,32.08212 + 4089: 36.94066,31.390713 + 4090: 36.55394,35.937588 + 4160: -13.743439,73.35367 + 4161: 15.932991,73.71695 + 4162: 16.120491,77.607574 + 4163: -13.921142,74.58235 + 4164: -2.2590098,60.890778 + 4165: -1.8840097,60.49234 + 4204: -16.46437,58.884377 + 4323: 47.31596,-8.0932665 + 4324: 46.339397,-1.3552244 + 4325: 47.425335,0.06665063 + 4334: 0.854146,50.630543 + 4335: 1.276021,52.427418 + 6057: 38.577,21.199255 + 6073: 0.14627075,35.12407 + 6074: -1.1427917,36.16313 + 6082: -58.923378,9.040353 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -7295,10 +7165,12 @@ entities: 194: -1,10 206: -28,18 222: 37,40 - 6591: 34.811924,-8.872538 - 6592: 35.530674,-9.257954 - 6593: 36.11401,-8.872538 - 6594: 35.968174,-10.091288 + 6130: 35.530674,-9.257954 + 6131: 36.11401,-8.872538 + 6132: 35.968174,-10.091288 + 6261: 36.20699,-4.830405 + 6270: 70.63189,14.966953 + 6271: 70.960014,14.556797 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -7308,58 +7180,54 @@ entities: 186: -11,-50 205: -16,18 217: 14,25 - 3770: -44.096504,-3.1622763 - 3771: -44.565254,-4.7911825 - 3772: -43.66291,2.357255 - 3773: -43.311348,5.451005 - 3848: 45.302204,-10.180238 - 3860: 46.04651,11.659302 - 3861: 45.601196,14.553833 - 3862: 46.169136,15.167618 - 3863: 60.727173,-0.47294283 - 3864: 60.587387,-2.518785 - 3865: 59.35692,-2.1672225 - 3866: 70.58348,-1.7336287 - 3867: 66.320595,-11.504879 - 3868: 67.31259,-21.545208 - 3869: 64.39785,-25.981995 - 3870: 49.421288,-26.192932 - 3934: 54.767838,-12.277813 - 3935: 56.502213,-7.859844 - 3936: 54.63893,-7.250469 - 3937: 57.45143,-2.8077326 - 3938: 69.32832,-2.2803888 - 3939: 75.42234,-3.3819513 - 3940: 76.1489,-0.80382633 - 3941: 68.297264,-21.75607 - 3942: 65.38301,-26.463566 - 3943: 59.2887,-28.432316 - 3944: 41.39664,-30.499702 - 3945: 41.361485,-28.894234 - 4167: 74.43366,14.476173 - 4168: 74.63288,18.085548 - 4207: -35.544365,-21.370811 - 4427: 22.893099,35.033463 - 4428: 21.932161,39.73268 - 4429: 13.354036,35.103775 - 4430: 8.900911,35.267838 - 4511: -17.249527,56.42344 - 4512: -16.47609,51.970314 - 4513: -17.179214,48.25547 - 4555: -30.141176,-13.477369 - 4556: -23.813051,-13.539869 - 4557: -23.188051,-13.492994 - 4558: -18.969301,-14.164869 - 4559: -17.703676,-13.477369 - 4560: -18.531801,-13.258619 - 6286: 47.695873,20.83575 - 6470: 28.103779,-16.859707 - 6471: 32.252216,-17.49252 - 6472: 0.82022095,-38.51386 - 6583: 36.061924,-11.132954 - 6589: 32.051506,-8.924621 - 6590: 33.686924,-9.216288 - 6629: -13.562085,70.26688 + 3517: -44.096504,-3.1622763 + 3518: -44.565254,-4.7911825 + 3519: -43.66291,2.357255 + 3520: -43.311348,5.451005 + 3595: 45.302204,-10.180238 + 3607: 46.04651,11.659302 + 3608: 45.601196,14.553833 + 3609: 46.169136,15.167618 + 3610: 60.727173,-0.47294283 + 3611: 60.587387,-2.518785 + 3612: 59.35692,-2.1672225 + 3613: 70.58348,-1.7336287 + 3614: 66.320595,-11.504879 + 3615: 67.31259,-21.545208 + 3616: 64.39785,-25.981995 + 3617: 49.421288,-26.192932 + 3681: 54.767838,-12.277813 + 3682: 56.502213,-7.859844 + 3683: 54.63893,-7.250469 + 3684: 57.45143,-2.8077326 + 3685: 69.32832,-2.2803888 + 3686: 75.42234,-3.3819513 + 3687: 76.1489,-0.80382633 + 3688: 68.297264,-21.75607 + 3689: 65.38301,-26.463566 + 3690: 59.2887,-28.432316 + 3691: 41.39664,-30.499702 + 3692: 41.361485,-28.894234 + 3942: -35.544365,-21.370811 + 4121: 22.893099,35.033463 + 4122: 21.932161,39.73268 + 4123: 13.354036,35.103775 + 4124: 8.900911,35.267838 + 4205: -17.249527,56.42344 + 4206: -16.47609,51.970314 + 4207: -17.179214,48.25547 + 4248: -30.141176,-13.477369 + 4249: -23.813051,-13.539869 + 4250: -23.188051,-13.492994 + 4251: -18.969301,-14.164869 + 4252: -17.703676,-13.477369 + 4253: -18.531801,-13.258619 + 5873: 47.695873,20.83575 + 6038: 28.103779,-16.859707 + 6039: 32.252216,-17.49252 + 6040: 0.82022095,-38.51386 + 6126: 36.061924,-11.132954 + 6167: -13.562085,70.26688 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -7367,17 +7235,14 @@ entities: 183: 6,-46 198: 3,10 202: -19,18 - 3768: -43.885567,1.513505 - 3793: -26.30557,17.564764 - 3808: -1.288597,14.376825 - 4172: 74.688835,19.939117 - 4173: 43.913097,15.355074 - 4419: 10.471224,35.81862 - 4420: 22.166536,36.615494 - 4421: 22.939974,39.73268 - 6504: -0.31466675,36.571507 - 6580: 32.721985,-8.915822 - 6581: 32.930317,-9.030405 + 3515: -43.885567,1.513505 + 3540: -26.30557,17.564764 + 3555: -1.288597,14.376825 + 3908: 43.913097,15.355074 + 4113: 10.471224,35.81862 + 4114: 22.166536,36.615494 + 4115: 22.939974,39.73268 + 6072: -0.31466675,36.571507 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7389,45 +7254,40 @@ entities: id: Flowersy2 decals: 214: 5,23 - 274: 35,-37 - 3769: -44.33088,-4.029464 - 3785: -32.15781,7.1505537 - 3786: -31.724216,7.37321 - 3787: -30.759369,17.623358 - 3788: -30.067963,17.588202 - 3844: 41.727985,-11.668519 - 3951: 29.472256,-36.71085 - 3952: 34.534756,-36.851475 - 3966: 15.53915,-38.68413 - 3967: 18.316494,-38.89507 - 4002: -8.660741,-28.234346 - 4003: -9.059178,-27.695284 - 4176: 44.428345,15.260944 - 4177: 46.44397,8.143846 - 4178: 40.676,-10.025475 - 4179: 40.523655,-10.611412 - 4180: 43.699436,-11.490318 - 4210: -36.118584,-21.019249 - 4211: -35.626396,-23.655968 - 4300: -89.14887,14.78907 - 4301: -87.64887,14.13282 - 4302: -89.32465,11.32032 - 4303: -88.99653,10.429695 - 4304: -93.57856,11.800789 - 4305: -94.16312,4.915489 - 4306: -95.393585,1.246851 - 4307: -94.936554,1.4929447 - 4308: -89.37015,1.1296635 - 4309: -87.612335,1.7390385 - 4310: -87.72952,4.153101 - 4311: -81.05696,17.16856 - 4627: 46.28471,-6.9057665 - 4628: 46.823772,-7.7807665 - 4629: 46.34721,-7.8120165 - 4633: 46.769085,-0.38647437 - 6468: 28.478779,-17.375332 - 6469: 31.135029,-17.289394 - 6512: -61.36869,8.93879 + 270: 35,-37 + 3516: -44.33088,-4.029464 + 3532: -32.15781,7.1505537 + 3533: -31.724216,7.37321 + 3534: -30.759369,17.623358 + 3535: -30.067963,17.588202 + 3591: 41.727985,-11.668519 + 3698: 29.472256,-36.71085 + 3699: 34.534756,-36.851475 + 3713: 15.53915,-38.68413 + 3714: 18.316494,-38.89507 + 3749: -8.660741,-28.234346 + 3750: -9.059178,-27.695284 + 3911: 44.428345,15.260944 + 3912: 46.44397,8.143846 + 3913: 40.676,-10.025475 + 3914: 40.523655,-10.611412 + 3915: 43.699436,-11.490318 + 3945: -36.118584,-21.019249 + 3946: -35.626396,-23.655968 + 4009: -87.64887,14.13282 + 4010: -88.99653,10.429695 + 4011: -87.612335,1.7390385 + 4012: -87.72952,4.153101 + 4013: -81.05696,17.16856 + 4320: 46.28471,-6.9057665 + 4321: 46.823772,-7.7807665 + 4322: 46.34721,-7.8120165 + 4326: 46.769085,-0.38647437 + 6036: 28.478779,-17.375332 + 6037: 31.135029,-17.289394 + 6080: -61.36869,8.93879 + 6274: 70.573296,19.162266 + 6275: 71.10064,14.076328 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -7437,80 +7297,79 @@ entities: 193: -1,15 203: -30,18 241: 35,55 - 253: 63,8 - 3763: -44.448067,-3.31462 - 3764: -43.967598,-4.732589 - 3765: -44.108223,-6.8536825 - 3789: -25.7789,17.857733 - 3803: 3.0356216,9.384638 - 3804: 3.398903,9.290888 - 3847: 47.31783,-10.227113 - 3856: 46.392048,12.57417 - 3857: 46.040485,12.140576 - 3871: 49.1166,-26.603088 - 3872: 49.843163,-27.083557 - 3873: 49.58535,-18.62262 - 3874: 49.468163,-19.325745 - 3875: 65.46426,-11.159059 - 3876: 56.69863,-7.2684336 - 3877: 58.339256,-2.1115599 - 3878: 64.80801,-3.9982786 - 3879: 65.12441,-4.349841 - 3880: 75.4745,-4.54906 - 3968: 18.91415,-38.52007 - 3969: 13.47665,-38.89507 - 3970: 20.437588,-38.80132 - 3971: 8.689707,-45.91225 - 3972: 8.103769,-45.631 - 3973: 5.220957,-45.92397 - 3974: 4.683049,-49.234737 - 3975: 12.569768,-50.476925 - 3976: 12.82758,-51.273796 - 3977: -10.468108,-51.59378 - 3978: -10.608733,-50.585968 - 3979: -5.5732093,-45.661797 - 3980: -4.6239905,-45.954765 - 4015: -24.328709,-34.79685 - 4016: -8.356053,-30.121065 - 4017: -24.481052,-28.363253 - 4018: -24.12949,-31.808565 - 4146: 62.41595,8.417506 - 4147: 63.622986,8.2886 - 4148: 56.90814,8.300319 - 4149: 57.681576,8.347194 - 4165: 74.9239,14.301609 - 4347: -17.177572,17.701937 - 4348: 4.425289,24.43648 - 4379: 35.379406,56.384266 - 4380: 35.35597,54.427235 - 4381: 48.516125,53.44286 - 4382: 48.529694,56.54833 - 4383: 36.65941,43.68774 - 4384: 36.600815,42.573784 - 4385: 36.55394,35.679775 - 4386: 37.350815,36.93368 - 4387: 37.327377,32.36337 - 4388: 37.22191,44.375088 - 4415: 13.822786,35.63112 - 4416: 14.16263,35.16237 - 4417: 9.018099,34.85768 - 4418: 9.463411,34.517838 - 4474: -2.2121348,60.257965 - 4475: -1.9660411,57.49234 - 4505: -16.792496,47.845314 - 4506: -17.40187,50.552345 - 4507: -16.897964,51.25547 - 4508: -16.83937,55.439064 - 4509: -17.13234,58.09922 - 4551: -24.656801,-13.586744 - 4552: -19.375551,-13.602369 - 4553: -14.906801,-14.117994 - 4554: -29.344301,-13.664869 - 4639: 0.838521,49.943043 - 6287: 47.8365,20.992 - 6288: 45.039623,21.343563 - 6332: -37.92995,-32.66219 - 6488: 35.873875,20.83988 + 249: 63,8 + 3510: -44.448067,-3.31462 + 3511: -43.967598,-4.732589 + 3512: -44.108223,-6.8536825 + 3536: -25.7789,17.857733 + 3550: 3.0356216,9.384638 + 3551: 3.398903,9.290888 + 3594: 47.31783,-10.227113 + 3603: 46.392048,12.57417 + 3604: 46.040485,12.140576 + 3618: 49.1166,-26.603088 + 3619: 49.843163,-27.083557 + 3620: 49.58535,-18.62262 + 3621: 49.468163,-19.325745 + 3622: 65.46426,-11.159059 + 3623: 56.69863,-7.2684336 + 3624: 58.339256,-2.1115599 + 3625: 64.80801,-3.9982786 + 3626: 65.12441,-4.349841 + 3627: 75.4745,-4.54906 + 3715: 18.91415,-38.52007 + 3716: 13.47665,-38.89507 + 3717: 20.437588,-38.80132 + 3718: 8.689707,-45.91225 + 3719: 8.103769,-45.631 + 3720: 5.220957,-45.92397 + 3721: 4.683049,-49.234737 + 3722: 12.569768,-50.476925 + 3723: 12.82758,-51.273796 + 3724: -10.468108,-51.59378 + 3725: -10.608733,-50.585968 + 3726: -5.5732093,-45.661797 + 3727: -4.6239905,-45.954765 + 3762: -24.328709,-34.79685 + 3763: -8.356053,-30.121065 + 3764: -24.481052,-28.363253 + 3765: -24.12949,-31.808565 + 3893: 62.41595,8.417506 + 3894: 63.622986,8.2886 + 3895: 56.90814,8.300319 + 3896: 57.681576,8.347194 + 4041: -17.177572,17.701937 + 4042: 4.425289,24.43648 + 4073: 35.379406,56.384266 + 4074: 35.35597,54.427235 + 4075: 48.516125,53.44286 + 4076: 48.529694,56.54833 + 4077: 36.65941,43.68774 + 4078: 36.600815,42.573784 + 4079: 36.55394,35.679775 + 4080: 37.350815,36.93368 + 4081: 37.327377,32.36337 + 4082: 37.22191,44.375088 + 4109: 13.822786,35.63112 + 4110: 14.16263,35.16237 + 4111: 9.018099,34.85768 + 4112: 9.463411,34.517838 + 4168: -2.2121348,60.257965 + 4169: -1.9660411,57.49234 + 4199: -16.792496,47.845314 + 4200: -17.40187,50.552345 + 4201: -16.897964,51.25547 + 4202: -16.83937,55.439064 + 4203: -17.13234,58.09922 + 4244: -24.656801,-13.586744 + 4245: -19.375551,-13.602369 + 4246: -14.906801,-14.117994 + 4247: -29.344301,-13.664869 + 4332: 0.838521,49.943043 + 5874: 47.8365,20.992 + 5875: 45.039623,21.343563 + 6056: 35.873875,20.83988 + 6413: -53.976482,-28.669357 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7532,80 +7391,67 @@ entities: 204: -25,18 215: 4,25 221: 37,35 - 3733: 3.371901,-10.462841 - 3734: -1.4562241,-11.751904 - 3766: -42.877754,4.46663 - 3767: -44.284004,1.9470987 - 4187: 38.00763,-20.166222 - 4351: 13.50732,24.038042 - 4461: 15.35181,77.65445 - 4462: 15.984623,77.033356 - 4463: 15.375248,74.84195 - 4464: -13.626251,74.72476 - 4465: -13.860626,73.86929 - 4640: 1.182271,50.482105 - 6585: 36.197342,-11.987121 - 6586: 35.874424,-10.112121 - 6587: 35.041092,-8.841288 - 6588: 34.124424,-9.216288 + 3480: 3.371901,-10.462841 + 3481: -1.4562241,-11.751904 + 3513: -42.877754,4.46663 + 3514: -44.284004,1.9470987 + 3922: 38.00763,-20.166222 + 4045: 13.50732,24.038042 + 4155: 15.35181,77.65445 + 4156: 15.984623,77.033356 + 4157: 15.375248,74.84195 + 4158: -13.626251,74.72476 + 4159: -13.860626,73.86929 + 4333: 1.182271,50.482105 + 6128: 36.197342,-11.987121 + 6129: 35.874424,-10.112121 + 6260: 36.47652,-7.3850927 - node: - color: '#4B709CFF' + color: '#334E6DFF' id: FullTileOverlayGreyscale decals: - 6635: 9,62 + 6212: 9,62 - node: - color: '#66CD49FF' + color: '#845606FF' id: FullTileOverlayGreyscale decals: - 6647: 6,58 + 6224: 8,58 - node: - color: '#765428FF' + color: '#84FF06FF' id: FullTileOverlayGreyscale decals: - 6642: 8,58 + 6225: 6,58 - node: color: '#91D4FFFF' id: FullTileOverlayGreyscale decals: - 6634: 6,62 + 6223: 6,62 - node: - color: '#9C2020FF' + color: '#95171DFF' id: FullTileOverlayGreyscale decals: - 6636: 9,58 + 6226: 9,58 - node: - color: '#9FED58FF' + color: '#B04DB5FF' id: FullTileOverlayGreyscale decals: - 6643: 7,58 - 6644: 7,58 - 6645: 7,58 - 6646: 7,58 + 6221: 7,62 - node: color: '#BA8841FF' id: FullTileOverlayGreyscale decals: - 6640: 8,62 - - node: - color: '#F98AFFFF' - id: FullTileOverlayGreyscale - decals: - 6637: 7,62 + 6222: 8,62 - node: - color: '#FED83DFF' - id: FullTileOverlayGreyscale - decals: - 6641: 8,62 - - node: - color: '#FFA647FF' + color: '#D3F4A5FF' id: FullTileOverlayGreyscale decals: - 6639: 8,62 + 6211: 7,58 - node: - color: '#FFFF00FF' - id: FullTileOverlayGreyscale + color: '#FFFFFFFF' + id: Grassb1 decals: - 6638: 8,62 + 6417: -28.1378,-16.970455 + 6418: -29.0753,-17.282955 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7628,83 +7474,89 @@ entities: id: Grassb5 decals: 195: 3,14 + 6405: -53.648357,-27.907639 + 6406: -58.066326,-30.122482 + 6407: -60.37492,-30.392014 - node: color: '#FFFFFFFF' id: Grassc1 decals: - 279: 39,-37 - 324: -106.45246,26.066643 - 331: -101.35871,25.457268 - 3818: -1.2555814,12.724482 - 3819: -1.3258939,11.2362 - 3820: 3.3967624,13.626825 - 3821: 3.2912936,15.536982 - 3822: 42.188217,-12.685484 - 3823: 42.9265,-13.622984 - 3824: 42.668686,-13.037046 - 3825: 40.793686,-14.548765 - 3826: 40.992905,-15.169859 - 3827: 40.84056,-10.646421 - 3828: 47.250717,-9.521421 - 3829: 47.485092,-8.841734 - 3830: 46.38353,6.408603 - 3831: 45.199936,12.368394 - 3832: 45.24681,14.782456 - 3833: 46.27806,13.950425 - 4335: -76.73136,11.083948 - 4336: -81.59464,14.119104 - 4337: -88.25988,13.697229 - 4338: -88.84687,4.3498635 - 4339: -87.53437,0.55515265 - 4340: -95.58354,2.7231214 - 4341: -17.58807,17.6785 - 4342: -23.674154,17.561312 - 4343: -20.310873,17.631624 - 4402: 22.022528,35.620773 - 4403: 23.018621,37.23796 - 4404: 21.928778,39.60515 - 4405: 13.119661,35.666275 - 4406: 13.41263,34.822525 - 4407: 8.924349,35.4319 - 4550: -23.609926,-14.149244 + 275: 39,-37 + 320: -106.45246,26.066643 + 327: -101.35871,25.457268 + 3565: -1.2555814,12.724482 + 3566: -1.3258939,11.2362 + 3567: 3.3967624,13.626825 + 3568: 3.2912936,15.536982 + 3569: 42.188217,-12.685484 + 3570: 42.9265,-13.622984 + 3571: 42.668686,-13.037046 + 3572: 40.793686,-14.548765 + 3573: 40.992905,-15.169859 + 3574: 40.84056,-10.646421 + 3575: 47.250717,-9.521421 + 3576: 47.485092,-8.841734 + 3577: 46.38353,6.408603 + 3578: 45.199936,12.368394 + 3579: 45.24681,14.782456 + 3580: 46.27806,13.950425 + 4030: -76.73136,11.083948 + 4031: -81.59464,14.119104 + 4032: -88.25988,13.697229 + 4033: -88.84687,4.3498635 + 4034: -87.53437,0.55515265 + 4035: -17.58807,17.6785 + 4036: -23.674154,17.561312 + 4037: -20.310873,17.631624 + 4096: 22.022528,35.620773 + 4097: 23.018621,37.23796 + 4098: 21.928778,39.60515 + 4099: 13.119661,35.666275 + 4100: 13.41263,34.822525 + 4101: 8.924349,35.4319 + 4243: -23.609926,-14.149244 - node: color: '#FFFFFFFF' id: Grassc2 decals: 211: -29,18 - 327: -106.37434,22.410393 - 330: -104.74934,19.879143 - 3761: -44.58869,0.31819248 - 3762: -43.979317,-3.6661825 + 323: -106.37434,22.410393 + 326: -104.74934,19.879143 + 3508: -44.58869,0.31819248 + 3509: -43.979317,-3.6661825 + 6408: -60.37492,-29.67717 + 6409: -53.203045,-28.563889 + 6410: -52.910076,-30.380295 + 6411: -59.33195,-28.610764 - node: color: '#FFFFFFFF' id: Grassc3 decals: - 254: 55,8 - 3997: -24.094334,-28.66794 - 3998: -24.574802,-30.753878 - 3999: -23.836521,-34.03513 - 4000: -8.473241,-29.031221 - 4001: -9.223241,-28.398409 - 4489: -17.554214,51.091408 - 4490: -16.65187,52.65 - 4491: -16.546402,56.470314 - 4492: -17.179214,58.732033 - 4493: -17.190933,59.353127 - 4494: -16.581558,54.314064 + 250: 55,8 + 3744: -24.094334,-28.66794 + 3745: -24.574802,-30.753878 + 3746: -23.836521,-34.03513 + 3747: -8.473241,-29.031221 + 3748: -9.223241,-28.398409 + 4183: -17.554214,51.091408 + 4184: -16.65187,52.65 + 4185: -16.546402,56.470314 + 4186: -17.179214,58.732033 + 4187: -17.190933,59.353127 + 4188: -16.581558,54.314064 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 325: -106.12434,25.801018 - 326: -100.88996,28.801018 - 328: -104.62434,20.535393 - 329: -103.96809,20.222893 - 3756: -43.95588,-0.5724325 - 3757: -44.530098,-1.1466513 - 3758: -44.33088,-4.779464 - 3759: -42.91291,3.5642862 - 3760: -44.108223,2.451005 + 321: -106.12434,25.801018 + 322: -100.88996,28.801018 + 324: -104.62434,20.535393 + 325: -103.96809,20.222893 + 3503: -43.95588,-0.5724325 + 3504: -44.530098,-1.1466513 + 3505: -44.33088,-4.779464 + 3506: -42.91291,3.5642862 + 3507: -44.108223,2.451005 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7725,46 +7577,35 @@ entities: color: '#FFFFFFFF' id: Grassd1 decals: - 278: 38,-37 - 333: -106.62434,25.519768 - 3735: -1.3586571,-5.1471586 - 3736: 3.3054054,-6.5651274 - 3737: -17.25638,-13.645953 - 3738: -14.572786,-13.892047 - 3739: -25.641973,-13.575641 - 3849: 44.458454,-9.981019 - 3850: 47.247517,-8.199769 - 3851: 43.145954,-14.37555 - 3852: 46.134235,10.457251 - 3853: 46.310017,11.254126 - 3854: 43.91939,15.433545 - 3855: 45.63033,15.410108 - 4169: 74.503975,17.347267 - 4170: 75.19538,15.413673 - 4171: 75.20446,20.161774 - 4174: 44.217785,14.802733 - 4175: 43.64319,12.132038 - 4253: -89.45848,14.69341 - 4254: -87.71239,16.919971 - 4255: -88.017075,17.58794 - 4256: -87.442856,12.91216 - 4257: -82.61473,13.017629 - 4258: -82.005356,11.962941 - 4259: -82.43895,12.44341 - 4260: -82.12254,17.248096 - 4261: -93.548325,11.716847 - 4262: -93.642075,10.732472 - 4263: -94.35692,5.6113787 - 4264: -95.52879,3.490285 - 4265: -94.380356,2.7988787 - 4266: -94.755356,1.7559099 - 4267: -89.505356,3.8887224 - 4268: -88.41551,4.615285 - 4269: -87.18504,0.6190014 - 4270: -87.7827,0.054658413 - 4271: -100.82238,5.9791574 - 4272: -81.19448,17.579124 - 4273: -85.97573,30.987486 + 274: 38,-37 + 329: -106.62434,25.519768 + 3482: -1.3586571,-5.1471586 + 3483: 3.3054054,-6.5651274 + 3484: -17.25638,-13.645953 + 3485: -14.572786,-13.892047 + 3486: -25.641973,-13.575641 + 3596: 44.458454,-9.981019 + 3597: 47.247517,-8.199769 + 3598: 43.145954,-14.37555 + 3599: 46.134235,10.457251 + 3600: 46.310017,11.254126 + 3601: 43.91939,15.433545 + 3602: 45.63033,15.410108 + 3909: 44.217785,14.802733 + 3910: 43.64319,12.132038 + 3979: -87.71239,16.919971 + 3980: -88.017075,17.58794 + 3981: -87.442856,12.91216 + 3982: -82.61473,13.017629 + 3983: -82.005356,11.962941 + 3984: -82.43895,12.44341 + 3985: -82.12254,17.248096 + 3986: -88.41551,4.615285 + 3987: -87.18504,0.6190014 + 3988: -87.7827,0.054658413 + 3989: -100.82238,5.9791574 + 3990: -81.19448,17.579124 + 3991: -85.97573,30.987486 - node: color: '#FFFFFFFF' id: Grassd2 @@ -7774,79 +7615,83 @@ entities: 190: 13,-39 191: 8,-46 192: -3,-46 - 371: -101.25319,6.801566 - 372: -102.97194,2.1765664 - 373: -107.59694,7.973441 - 3946: 40.67008,-32.269234 - 3947: 41.537266,-31.437202 - 3948: 38.026943,-36.570225 - 3949: 33.128506,-36.72257 - 3950: 29.296474,-36.746006 - 3964: 18.152431,-38.766163 - 3965: 15.6329,-38.80132 - 3981: -4.237272,-45.579765 - 3982: -2.7372718,-46.611015 - 3983: -2.5146155,-48.89617 - 3984: -10.72946,-52.38836 - 3985: 4.4652367,-46.596336 - 3986: 8.613674,-42.547398 - 3987: -8.812107,-29.940277 - 3988: -8.390232,-29.389496 - 3989: -9.280857,-27.549652 - 3990: -9.339451,-30.994965 - 3991: -24.328709,-31.808565 - 3992: -24.188084,-32.35935 - 3993: -24.516209,-35.499973 - 3994: -24.41074,-27.707003 - 4188: 41.46466,-20.506065 - 4189: 43.105286,-20.588097 - 4190: 40.386536,-20.17794 - 4191: 41.46686,-29.405165 - 4192: 32.185696,-36.547718 - 4193: 30.955227,-36.219593 - 4194: 16.974197,-38.411 - 4195: 9.176867,-43.884598 - 4196: 8.344835,-45.18538 - 4197: 13.26671,-52.60527 - 4198: 4.477648,-48.58574 - 4199: -2.3533373,-47.495895 - 4200: -10.527844,-53.8123 - 4201: -8.970274,-31.41587 - 4202: -24.60868,-32.43083 - 4203: -35.703304,-24.180399 - 4204: -35.37518,-23.477274 - 4205: -36.136898,-21.250711 - 4206: -36.136898,-20.723368 - 4397: 36.600815,34.824306 - 4398: 36.589096,38.574306 - 4399: 36.55394,44.316494 - 4400: 37.175034,43.68368 - 4401: 21.518621,34.62468 - 4436: 15.968399,75.1232 - 4437: 15.663712,74.86539 - 4438: 15.628555,77.1857 - 4439: 15.616837,77.9357 - 4440: -13.793809,73.96304 - 4441: -13.430528,74.61929 - 4442: -13.981309,77.63101 - 4478: -17.296402,57.396095 - 4479: -16.921402,56.177345 - 4480: -16.804214,56.89219 - 4481: -16.534683,59.107033 - 4482: -17.366714,52.802345 - 4483: -16.94484,52.040627 - 4484: -17.062027,51.53672 - 4485: -17.612808,49.76719 - 4486: -16.75734,48.407814 - 4487: -16.38234,47.622658 - 6283: 46.664623,20.867 - 6331: -36.633076,-34.232502 - 6461: 27.660282,-16.74252 - 6462: 26.90247,-17.21127 - 6463: 29.863407,-17.281582 - 6464: 31.94601,-16.703457 - 6507: -58.079628,9.180978 - 6508: -62.696815,9.290353 + 367: -101.25319,6.801566 + 368: -102.97194,2.1765664 + 369: -107.59694,7.973441 + 3693: 40.67008,-32.269234 + 3694: 41.537266,-31.437202 + 3695: 38.026943,-36.570225 + 3696: 33.128506,-36.72257 + 3697: 29.296474,-36.746006 + 3711: 18.152431,-38.766163 + 3712: 15.6329,-38.80132 + 3728: -4.237272,-45.579765 + 3729: -2.7372718,-46.611015 + 3730: -2.5146155,-48.89617 + 3731: -10.72946,-52.38836 + 3732: 4.4652367,-46.596336 + 3733: 8.613674,-42.547398 + 3734: -8.812107,-29.940277 + 3735: -8.390232,-29.389496 + 3736: -9.280857,-27.549652 + 3737: -9.339451,-30.994965 + 3738: -24.328709,-31.808565 + 3739: -24.188084,-32.35935 + 3740: -24.516209,-35.499973 + 3741: -24.41074,-27.707003 + 3923: 41.46466,-20.506065 + 3924: 43.105286,-20.588097 + 3925: 40.386536,-20.17794 + 3926: 41.46686,-29.405165 + 3927: 32.185696,-36.547718 + 3928: 30.955227,-36.219593 + 3929: 16.974197,-38.411 + 3930: 9.176867,-43.884598 + 3931: 8.344835,-45.18538 + 3932: 13.26671,-52.60527 + 3933: 4.477648,-48.58574 + 3934: -2.3533373,-47.495895 + 3935: -10.527844,-53.8123 + 3936: -8.970274,-31.41587 + 3937: -24.60868,-32.43083 + 3938: -35.703304,-24.180399 + 3939: -35.37518,-23.477274 + 3940: -36.136898,-21.250711 + 3941: -36.136898,-20.723368 + 4091: 36.600815,34.824306 + 4092: 36.589096,38.574306 + 4093: 36.55394,44.316494 + 4094: 37.175034,43.68368 + 4095: 21.518621,34.62468 + 4130: 15.968399,75.1232 + 4131: 15.663712,74.86539 + 4132: 15.628555,77.1857 + 4133: 15.616837,77.9357 + 4134: -13.793809,73.96304 + 4135: -13.430528,74.61929 + 4136: -13.981309,77.63101 + 4172: -17.296402,57.396095 + 4173: -16.921402,56.177345 + 4174: -16.804214,56.89219 + 4175: -16.534683,59.107033 + 4176: -17.366714,52.802345 + 4177: -16.94484,52.040627 + 4178: -17.062027,51.53672 + 4179: -17.612808,49.76719 + 4180: -16.75734,48.407814 + 4181: -16.38234,47.622658 + 5870: 46.664623,20.867 + 6029: 27.660282,-16.74252 + 6030: 26.90247,-17.21127 + 6031: 29.863407,-17.281582 + 6032: 31.94601,-16.703457 + 6075: -58.079628,9.180978 + 6076: -62.696815,9.290353 + 6393: -59.8007,-29.091232 + 6394: -58.87492,-27.263107 + 6395: -55.195232,-28.716232 + 6396: -54.7382,-28.481857 + 6397: -52.734295,-27.638107 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7864,112 +7709,118 @@ entities: 210: -18,18 218: 14,24 223: 37,33 - 374: -107.893814,7.629691 - 375: -102.268814,10.754691 - 376: -101.143814,10.989066 - 377: -101.112564,5.004691 - 3740: -29.864674,-13.505328 - 3741: -29.153486,-13.317828 - 3742: -32.354507,-2.4801526 - 3743: -32.495132,-3.1949964 - 3744: -31.627947,-0.6754651 - 3745: -32.307632,5.1948705 - 3746: -32.2256,4.644089 - 3747: -43.23399,6.3132153 - 3748: -43.163677,5.8210278 - 3749: -42.85899,5.1296215 - 3750: -43.491802,3.2897778 - 3751: -43.386333,2.856184 - 3752: -44.33712,1.2381024 - 3753: -44.266808,-7.0084305 - 3754: -43.434776,-7.982435 - 3888: 50.054928,-25.94495 - 3889: 48.871334,-26.7887 - 3890: 49.527584,-17.636356 - 3891: 54.777584,-12.405542 - 3892: 55.246334,-9.582343 - 3893: 55.808834,-9.804999 - 3894: 53.441647,-3.8166533 - 3895: 55.445553,-0.44769478 - 3896: 54.566647,-0.78553295 - 3897: 59.992428,-0.29334545 - 3898: 64.832275,-0.69178295 - 3899: 65.582275,-1.4183455 - 3900: 65.46509,-2.2620955 - 3901: 75.81674,-1.0902205 - 3902: 75.514244,-0.4456892 - 3995: -24.141209,-28.10544 - 4157: 58.9472,8.1011 - 4158: 60.587826,8.605006 - 4159: 58.59564,8.75735 - 4160: 56.60129,8.421641 - 4161: 75.18171,13.832859 - 4162: 75.19343,18.860203 - 4163: 74.560616,20.278172 - 4164: 74.9239,20.66489 - 4208: -35.333427,-20.620811 - 4209: -36.188896,-24.159874 - 4280: -88.094185,3.6152077 - 4281: -93.82465,3.8027077 - 4282: -93.74262,2.7714577 - 4283: -89.33637,0.46286392 - 4352: 3.733883,24.89351 - 4353: 13.823727,23.838823 - 4354: 13.31982,23.510698 - 4355: 13.530758,25.420855 - 4356: 4.894039,25.807573 - 4357: 4.3666954,25.709267 - 4358: 9.559973,34.656773 - 4359: 10.485754,34.902866 - 4360: 12.267004,34.938023 - 4361: 13.673254,35.88724 - 4362: 14.2591915,34.66849 - 4363: 23.290749,36.60635 - 4364: 22.50695,37.49889 - 4365: 22.342888,36.19811 - 4366: 22.764763,35.23717 - 4367: 22.88195,36.256702 - 4368: 22.13195,39.303577 - 4369: 21.745232,39.807484 - 4370: 22.14367,40.03014 - 4371: 35.47775,54.387238 - 4372: 35.653732,55.652863 - 4373: 35.513107,55.441925 - 4374: 35.1967,54.668488 - 4375: 49.222614,55.898956 - 4376: 48.765583,56.70755 - 4377: 48.917927,54.56302 - 4378: 48.636677,53.660675 - 4431: 12.548815,35.9944 - 4432: 11.330065,34.459244 - 4443: -13.559434,78.08804 - 4444: -13.325059,75.545074 - 4445: -13.922715,72.58023 - 4446: 15.991913,74.02164 - 4447: 15.323944,74.29117 - 4472: -2.059791,57.85562 - 4473: -2.3058848,60.02359 - 4488: -17.261246,47.528908 - 4615: 46.39468,-5.921156 - 4616: 46.668118,-6.296156 - 4617: 46.668118,-7.5852184 - 4618: 46.402493,-2.3352184 - 4619: 46.011868,-1.8117809 - 4620: 46.371243,-1.4367809 - 4621: 47.402493,-0.38990593 - 4634: 0.8775835,53.771168 - 4635: 1.182271,54.169605 - 4636: 1.2369585,52.169605 - 4637: 0.979146,51.607105 - 4638: 1.1744585,49.825855 - 6625: -13.76521,70.095 - 6626: -13.874585,68.9075 + 370: -107.893814,7.629691 + 371: -102.268814,10.754691 + 372: -101.143814,10.989066 + 373: -101.112564,5.004691 + 3487: -29.864674,-13.505328 + 3488: -29.153486,-13.317828 + 3489: -32.354507,-2.4801526 + 3490: -32.495132,-3.1949964 + 3491: -31.627947,-0.6754651 + 3492: -32.307632,5.1948705 + 3493: -32.2256,4.644089 + 3494: -43.23399,6.3132153 + 3495: -43.163677,5.8210278 + 3496: -42.85899,5.1296215 + 3497: -43.491802,3.2897778 + 3498: -43.386333,2.856184 + 3499: -44.33712,1.2381024 + 3500: -44.266808,-7.0084305 + 3501: -43.434776,-7.982435 + 3635: 50.054928,-25.94495 + 3636: 48.871334,-26.7887 + 3637: 49.527584,-17.636356 + 3638: 54.777584,-12.405542 + 3639: 55.246334,-9.582343 + 3640: 55.808834,-9.804999 + 3641: 53.441647,-3.8166533 + 3642: 55.445553,-0.44769478 + 3643: 54.566647,-0.78553295 + 3644: 59.992428,-0.29334545 + 3645: 64.832275,-0.69178295 + 3646: 65.582275,-1.4183455 + 3647: 65.46509,-2.2620955 + 3648: 75.81674,-1.0902205 + 3649: 75.514244,-0.4456892 + 3742: -24.141209,-28.10544 + 3904: 58.9472,8.1011 + 3905: 60.587826,8.605006 + 3906: 58.59564,8.75735 + 3907: 56.60129,8.421641 + 3943: -35.333427,-20.620811 + 3944: -36.188896,-24.159874 + 3998: -88.094185,3.6152077 + 4046: 3.733883,24.89351 + 4047: 13.823727,23.838823 + 4048: 13.31982,23.510698 + 4049: 13.530758,25.420855 + 4050: 4.894039,25.807573 + 4051: 4.3666954,25.709267 + 4052: 9.559973,34.656773 + 4053: 10.485754,34.902866 + 4054: 12.267004,34.938023 + 4055: 13.673254,35.88724 + 4056: 14.2591915,34.66849 + 4057: 23.290749,36.60635 + 4058: 22.50695,37.49889 + 4059: 22.342888,36.19811 + 4060: 22.764763,35.23717 + 4061: 22.88195,36.256702 + 4062: 22.13195,39.303577 + 4063: 21.745232,39.807484 + 4064: 22.14367,40.03014 + 4065: 35.47775,54.387238 + 4066: 35.653732,55.652863 + 4067: 35.513107,55.441925 + 4068: 35.1967,54.668488 + 4069: 49.222614,55.898956 + 4070: 48.765583,56.70755 + 4071: 48.917927,54.56302 + 4072: 48.636677,53.660675 + 4125: 12.548815,35.9944 + 4126: 11.330065,34.459244 + 4137: -13.559434,78.08804 + 4138: -13.325059,75.545074 + 4139: -13.922715,72.58023 + 4140: 15.991913,74.02164 + 4141: 15.323944,74.29117 + 4166: -2.059791,57.85562 + 4167: -2.3058848,60.02359 + 4182: -17.261246,47.528908 + 4308: 46.39468,-5.921156 + 4309: 46.668118,-6.296156 + 4310: 46.668118,-7.5852184 + 4311: 46.402493,-2.3352184 + 4312: 46.011868,-1.8117809 + 4313: 46.371243,-1.4367809 + 4314: 47.402493,-0.38990593 + 4327: 0.8775835,53.771168 + 4328: 1.182271,54.169605 + 4329: 1.2369585,52.169605 + 4330: 0.979146,51.607105 + 4331: 1.1744585,49.825855 + 6163: -13.76521,70.095 + 6164: -13.874585,68.9075 + 6388: -57.93742,-28.540451 + 6389: -54.57414,-29.501389 + 6390: -54.08195,-29.091232 + 6391: -59.753826,-30.028732 + 6392: -60.304607,-28.892014 + 6415: -30.036238,-17.26733 + 6416: -28.629988,-16.95483 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 6484: 39.41204,21.035192 - 6485: 37.302666,20.949255 + 6052: 39.41204,21.035192 + 6053: 37.302666,20.949255 + 6255: 35.843708,-5.1350927 + 6256: 36.160114,-5.6975927 + 6257: 36.48824,-7.97103 + 6262: 70.74908,19.150547 + 6263: 71.06548,18.353672 + 6264: 70.678764,14.369297 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7988,144 +7839,150 @@ entities: id: Grasse2 decals: 196: 3,11 - 3755: -44.459785,-0.31462002 - 3834: 46.219467,7.4113626 - 3835: 46.629623,2.055894 - 3836: 46.711655,1.5519876 - 3837: 46.137436,1.4242432 - 3838: 41.70775,-10.768253 - 3839: 41.930405,-11.225285 - 3996: -24.539646,-28.773409 - 4521: -17.338375,54.89626 - 4522: -17.340744,46.596977 + 3502: -44.459785,-0.31462002 + 3581: 46.219467,7.4113626 + 3582: 46.629623,2.055894 + 3583: 46.711655,1.5519876 + 3584: 46.137436,1.4242432 + 3585: 41.70775,-10.768253 + 3586: 41.930405,-11.225285 + 3743: -24.539646,-28.773409 + 4215: -17.338375,54.89626 + 4216: -17.340744,46.596977 + 6258: 35.656208,-6.7757177 + 6265: 70.59673,18.56461 + 6266: 71.042046,16.666172 + 6267: 71.28814,20.263828 + 6268: 71.241264,13.068516 + 6269: 70.43267,15.306797 - node: color: '#FFFFFFFF' id: Grasse3 decals: 209: -23,18 224: 37,38 - 246: 75,14 - 277: 33,-37 - 332: -101.21809,24.910393 - 3815: 3.4670749,11.869013 - 3816: -1.5719876,13.380732 - 3817: -0.9274564,13.650263 - 3840: 41.285873,-11.225285 - 3841: 40.864,-12.58466 - 3903: 58.428307,-1.5706892 - 3904: 64.08846,-3.082408 - 3905: 64.74471,-3.3519392 - 3906: 66.877525,-8.30897 - 3907: 66.63143,-8.894908 - 3908: 68.658775,-6.6214705 - 3909: 64.920494,-11.695689 - 3910: 64.42831,-11.238658 - 3911: 58.252525,-10.582408 - 3912: 57.64315,-11.086314 - 3913: 68.2198,-20.300789 - 3914: 67.75632,-22.44498 - 3915: 65.436005,-25.25748 - 3916: 65.93991,-24.554356 - 3917: 62.131313,-27.390293 - 3918: 61.170376,-27.777012 - 3919: 58.553608,-27.741856 - 3920: 64.34267,-12.237476 - 3921: 58.319233,-11.185775 - 3922: 55.54189,-6.6506186 - 4274: -84.03042,30.881887 - 4275: -88.42231,16.812563 - 4276: -87.531685,14.527407 - 4277: -82.52778,16.613344 - 4278: -81.08637,10.6485 - 4279: -87.531685,4.165989 - 4495: -17.296402,50.622658 - 4542: -29.594301,-13.758619 - 4543: -20.969301,-13.602369 - 4544: -17.969301,-13.321119 - 4545: -14.281801,-13.399244 - 6280: 45.12556,21.343563 - 6281: 45.43806,21.101376 - 6282: 48.11775,21.08575 - 6325: -37.008076,-32.490314 - 6326: -35.45339,-32.763752 - 6327: -35.6487,-33.841877 - 6328: -37.875263,-34.459064 - 6329: -36.875263,-34.576252 - 6330: -37.469013,-34.63094 - 6474: 0.39834595,-37.841984 - 6475: 2.2253008,-27.95306 - 6476: -0.2825117,-22.79681 - 6477: -31.654049,-1.3245959 - 6478: -28.3777,17.481447 - 6479: -19.469736,17.55176 - 6480: -19.477549,17.98926 - 6481: 35.28704,21.324255 - 6482: 35.677666,21.003942 - 6483: 38.013603,21.324255 - 6497: -1.4631042,35.86057 - 6498: 0.036895752,37.76682 - 6499: -1.3537292,35.21213 - 6500: -1.4865417,33.86838 - 6509: -62.845253,9.079415 - 6510: -60.58744,9.212228 - 6511: -58.634315,8.985665 + 273: 33,-37 + 328: -101.21809,24.910393 + 3562: 3.4670749,11.869013 + 3563: -1.5719876,13.380732 + 3564: -0.9274564,13.650263 + 3587: 41.285873,-11.225285 + 3588: 40.864,-12.58466 + 3650: 58.428307,-1.5706892 + 3651: 64.08846,-3.082408 + 3652: 64.74471,-3.3519392 + 3653: 66.877525,-8.30897 + 3654: 66.63143,-8.894908 + 3655: 68.658775,-6.6214705 + 3656: 64.920494,-11.695689 + 3657: 64.42831,-11.238658 + 3658: 58.252525,-10.582408 + 3659: 57.64315,-11.086314 + 3660: 68.2198,-20.300789 + 3661: 67.75632,-22.44498 + 3662: 65.436005,-25.25748 + 3663: 65.93991,-24.554356 + 3664: 62.131313,-27.390293 + 3665: 61.170376,-27.777012 + 3666: 58.553608,-27.741856 + 3667: 64.34267,-12.237476 + 3668: 58.319233,-11.185775 + 3669: 55.54189,-6.6506186 + 3992: -84.03042,30.881887 + 3993: -88.42231,16.812563 + 3994: -87.531685,14.527407 + 3995: -82.52778,16.613344 + 3996: -81.08637,10.6485 + 3997: -87.531685,4.165989 + 4189: -17.296402,50.622658 + 4235: -29.594301,-13.758619 + 4236: -20.969301,-13.602369 + 4237: -17.969301,-13.321119 + 4238: -14.281801,-13.399244 + 5867: 45.12556,21.343563 + 5868: 45.43806,21.101376 + 5869: 48.11775,21.08575 + 6042: 0.39834595,-37.841984 + 6043: 2.2253008,-27.95306 + 6044: -0.2825117,-22.79681 + 6045: -31.654049,-1.3245959 + 6046: -28.3777,17.481447 + 6047: -19.469736,17.55176 + 6048: -19.477549,17.98926 + 6049: 35.28704,21.324255 + 6050: 35.677666,21.003942 + 6051: 38.013603,21.324255 + 6065: -1.4631042,35.86057 + 6066: 0.036895752,37.76682 + 6067: -1.3537292,35.21213 + 6068: -1.4865417,33.86838 + 6077: -62.845253,9.079415 + 6078: -60.58744,9.212228 + 6079: -58.634315,8.985665 + 6398: -55.253826,-28.200607 + 6399: -56.226482,-29.325607 + 6400: -56.73039,-27.380295 + 6401: -59.0507,-30.356857 + 6402: -60.410076,-28.048264 + 6403: -54.328045,-27.532639 + 6404: -55.183514,-27.251389 - node: color: '#91D4FFFF' id: HerringboneOverlay decals: - 2338: 0,2 - 2339: 1,2 - 2340: 1,3 - 2341: 2,2 - 2342: 1,1 + 2258: 0,2 + 2259: 1,2 + 2260: 1,3 + 2261: 2,2 + 2262: 1,1 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: LoadingArea decals: - 6562: -23,-22 + 6118: -23,-22 - node: color: '#91D4FFFF' id: MonoOverlay decals: - 2343: 0,2 - 2344: 1,2 - 2345: 1,3 - 2346: 2,2 - 2347: 1,1 + 2263: 0,2 + 2264: 1,2 + 2265: 1,3 + 2266: 2,2 + 2267: 1,1 - node: color: '#91D4FFFF' id: OffsetCheckerAOverlay decals: - 2348: 1,3 - 2349: 1,2 - 2350: 0,2 - 2351: 2,2 - 2352: 1,1 + 2268: 1,3 + 2269: 1,2 + 2270: 0,2 + 2271: 2,2 + 2272: 1,1 - node: color: '#91D4FFFF' id: PavementOverlay decals: - 642: -29,2 - 643: -12,2 - 644: 9,6 - 645: 30,6 - 2332: 9,-2 - 2353: 0,2 - 2354: 1,2 - 2355: 1,3 - 2356: 2,2 - 2357: 1,1 + 601: -29,2 + 602: -12,2 + 603: 9,6 + 604: 30,6 + 2252: 9,-2 + 2273: 0,2 + 2274: 1,2 + 2275: 1,3 + 2276: 2,2 + 2277: 1,1 - node: color: '#FFFFFFFF' id: Remains decals: - 4581: -74.38303,-4.395273 - 4582: 58.464054,51.70824 - 4583: 58.432804,56.20824 - 4610: 90.203255,39.535217 - 4611: 89.453255,41.035217 - 4612: 84.484505,39.425842 + 4274: -74.38303,-4.395273 + 4275: 58.464054,51.70824 + 4276: 58.432804,56.20824 + 4303: 90.203255,39.535217 + 4304: 89.453255,41.035217 + 4305: 84.484505,39.425842 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8135,6 +7992,11 @@ entities: 84: 3,-5 85: -23,-14 86: 15,-39 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 6419: -28.536238,-17.001705 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8149,8 +8011,7 @@ entities: color: '#FFFFFFFF' id: Rock04 decals: - 4284: -94.19965,4.1894264 - 4285: -81.68403,16.52927 + 3999: -81.68403,16.52927 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8161,9 +8022,9 @@ entities: color: '#FFFFFFFF' id: Rock06 decals: - 282: -104.42121,23.972893 - 283: -101.82746,28.332268 - 284: -101.57746,19.832268 + 278: -104.42121,23.972893 + 279: -101.82746,28.332268 + 280: -101.57746,19.832268 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8179,346 +8040,310 @@ entities: id: Rock07 decals: 179: 7,-46 - 285: -102.26496,19.644768 - 286: -101.82746,19.051018 - 287: -101.28059,27.691643 - 288: -105.32746,27.394768 + 281: -102.26496,19.644768 + 282: -101.82746,19.051018 + 283: -101.28059,27.691643 + 284: -105.32746,27.394768 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: - 2166: -59,19 - 2188: 28,3 - 6370: -17,-34 + 2125: -59,19 + 2147: 28,3 + 5938: -17,-34 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 2169: -63,19 - 2189: 24,3 - 6448: -51,-42 + 2128: -63,19 + 2148: 24,3 + 6016: -51,-42 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 2167: -59,16 - 2187: 28,0 - 6564: -17,-44 + 2126: -59,16 + 2146: 28,0 + 6120: -17,-44 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 2168: -63,16 - 2190: 24,0 - 6375: -22,-35 + 2127: -63,16 + 2149: 24,0 + 5943: -22,-35 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 3499: 15,12 - 6369: -20,-34 - 6415: -21,-21 - 6545: 44,38 + 3248: 15,12 + 5937: -20,-34 + 5983: -21,-21 + 6113: 44,38 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 2806: 48,38 - 3500: 21,12 - 6383: -19,-42 - 6416: -15,-21 + 2708: 48,38 + 3249: 21,12 + 5951: -19,-42 + 5984: -15,-21 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 3502: 15,16 - 6418: -21,-19 - 6450: -49,-44 + 3251: 15,16 + 5986: -21,-19 + 6018: -49,-44 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 3501: 21,16 - 6378: -19,-35 - 6417: -15,-19 + 3250: 21,16 + 5946: -19,-35 + 5985: -15,-19 - node: color: '#FFFFFFFF' id: WarnFull decals: - 3447: -104,53 - 3448: -104,52 - 3449: -104,51 - 3450: -104,50 - 3451: -104,49 + 3196: -104,53 + 3197: -104,52 + 3198: -104,51 + 3199: -104,50 + 3200: -104,49 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 2170: -59,18 - 2171: -59,17 - 2185: 28,2 - 2186: 28,1 - 2208: -19,44 - 2209: -19,45 - 2215: 29,56 - 2216: 29,55 - 2217: 29,54 - 3396: -65,-19 - 3397: -65,-18 - 3398: -65,-16 - 3399: -65,-15 - 3400: -110,9 - 3401: -110,7 - 3412: -117,0 - 3413: -117,1 - 3414: -117,3 - 3415: -117,4 - 3416: -117,13 - 3417: -117,12 - 3418: -117,15 - 3419: -117,16 - 3420: -110,-7 - 3421: -110,-9 - 3428: -110,25 - 3429: -110,23 - 3473: 77,-16 - 3474: 77,-17 - 3475: 77,-18 - 3480: 80,-3 - 3481: 80,-4 - 3482: 80,-5 - 3488: 15,15 - 3489: 15,14 - 3490: 15,13 - 6356: -20,-28 - 6357: -20,-29 - 6358: -20,-31 - 6359: -20,-32 - 6360: -20,-33 - 6361: -17,-38 - 6362: -17,-39 - 6363: -17,-40 - 6364: -17,-41 - 6365: -17,-42 - 6366: -17,-43 - 6367: -20,-30 - 6373: -17,-35 - 6374: -17,-36 - 6409: -21,-20 - 6447: -49,-45 - 6457: -17,-36 - 6542: 44,39 - 6543: 44,40 + 2129: -59,18 + 2130: -59,17 + 2144: 28,2 + 2145: 28,1 + 2167: -19,44 + 2168: -19,45 + 2174: 29,56 + 2175: 29,55 + 2176: 29,54 + 3181: -65,-19 + 3182: -65,-18 + 3183: -65,-16 + 3184: -65,-15 + 3222: 77,-16 + 3223: 77,-17 + 3224: 77,-18 + 3229: 80,-3 + 3230: 80,-4 + 3231: 80,-5 + 3237: 15,15 + 3238: 15,14 + 3239: 15,13 + 5924: -20,-28 + 5925: -20,-29 + 5926: -20,-31 + 5927: -20,-32 + 5928: -20,-33 + 5929: -17,-38 + 5930: -17,-39 + 5931: -17,-40 + 5932: -17,-41 + 5933: -17,-42 + 5934: -17,-43 + 5935: -20,-30 + 5941: -17,-35 + 5942: -17,-36 + 5977: -21,-20 + 6015: -49,-45 + 6025: -17,-36 + 6110: 44,39 + 6111: 44,40 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 2177: -62,16 - 2178: -61,16 - 2179: -60,16 - 2191: 25,0 - 2192: 26,0 - 2193: 27,0 - 2816: 37,50 - 2817: 47,50 - 3426: -86,-18 - 3427: -84,-18 - 3434: -86,33 - 3435: -84,33 - 3462: 41,-35 - 3463: 42,-35 - 3464: 44,-35 - 3465: 45,-35 - 3466: 46,-35 - 3467: 47,-35 - 3468: 48,-35 - 3469: 50,-35 - 3483: 16,16 - 3484: 17,16 - 3485: 18,16 - 3486: 19,16 - 3487: 20,16 - 6376: -21,-35 - 6377: -20,-35 - 6392: -28,-44 - 6393: -27,-44 - 6394: -26,-44 - 6395: -25,-44 - 6396: -24,-44 - 6397: -23,-44 - 6398: -22,-44 - 6399: -20,-44 - 6400: -19,-44 - 6405: -16,-19 - 6406: -17,-19 - 6407: -19,-19 - 6408: -20,-19 - 6434: -36,-44 - 6435: -37,-44 - 6436: -38,-44 - 6437: -39,-44 - 6438: -40,-44 - 6439: -41,-44 - 6440: -42,-44 - 6441: -43,-44 - 6442: -44,-44 - 6443: -45,-44 - 6444: -46,-44 - 6445: -47,-44 - 6446: -48,-44 - 6565: -18,-44 + 2136: -62,16 + 2137: -61,16 + 2138: -60,16 + 2150: 25,0 + 2151: 26,0 + 2152: 27,0 + 2718: 37,50 + 2719: 47,50 + 3211: 41,-35 + 3212: 42,-35 + 3213: 44,-35 + 3214: 45,-35 + 3215: 46,-35 + 3216: 47,-35 + 3217: 48,-35 + 3218: 50,-35 + 3232: 16,16 + 3233: 17,16 + 3234: 18,16 + 3235: 19,16 + 3236: 20,16 + 5944: -21,-35 + 5945: -20,-35 + 5960: -28,-44 + 5961: -27,-44 + 5962: -26,-44 + 5963: -25,-44 + 5964: -24,-44 + 5965: -23,-44 + 5966: -22,-44 + 5967: -20,-44 + 5968: -19,-44 + 5973: -16,-19 + 5974: -17,-19 + 5975: -19,-19 + 5976: -20,-19 + 6002: -36,-44 + 6003: -37,-44 + 6004: -38,-44 + 6005: -39,-44 + 6006: -40,-44 + 6007: -41,-44 + 6008: -42,-44 + 6009: -43,-44 + 6010: -44,-44 + 6011: -45,-44 + 6012: -46,-44 + 6013: -47,-44 + 6014: -48,-44 + 6121: -18,-44 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 2175: -63,18 - 2176: -63,17 - 2183: 24,2 - 2184: 24,1 - 2210: -21,45 - 2211: -21,44 - 2212: 25,56 - 2213: 25,55 - 2214: 25,54 - 2804: 48,39 - 3392: -66,-15 - 3393: -66,-16 - 3394: -66,-18 - 3395: -66,-19 - 3402: -111,9 - 3403: -111,7 - 3404: -117,13 - 3405: -117,12 - 3406: -117,15 - 3407: -117,16 - 3408: -117,4 - 3409: -117,3 - 3410: -117,1 - 3411: -117,0 - 3422: -111,-9 - 3423: -111,-7 - 3430: -111,23 - 3431: -111,25 - 3436: -102,53 - 3437: -102,52 - 3438: -102,51 - 3439: -102,50 - 3440: -102,49 - 3441: -102,48 - 3442: -102,47 - 3443: -102,45 - 3444: -102,54 - 3445: -102,55 - 3446: -102,57 - 3476: 78,-2 - 3477: 78,-3 - 3478: 78,-5 - 3479: 78,-6 - 3496: 21,13 - 3497: 21,14 - 3498: 21,15 - 6346: -22,-25 - 6347: -22,-24 - 6348: -22,-23 - 6349: -22,-26 - 6350: -22,-28 - 6351: -22,-29 - 6352: -22,-31 - 6353: -22,-32 - 6354: -22,-33 - 6355: -22,-34 - 6368: -22,-30 - 6379: -19,-36 - 6380: -19,-38 - 6381: -19,-39 - 6382: -19,-40 - 6401: -15,-40 - 6402: -15,-34 - 6403: -15,-35 - 6404: -15,-20 - 6449: -51,-43 - 6456: -19,-36 - 6544: 48,40 - 6563: -19,-41 + 2134: -63,18 + 2135: -63,17 + 2142: 24,2 + 2143: 24,1 + 2169: -21,45 + 2170: -21,44 + 2171: 25,56 + 2172: 25,55 + 2173: 25,54 + 2706: 48,39 + 3177: -66,-15 + 3178: -66,-16 + 3179: -66,-18 + 3180: -66,-19 + 3185: -102,53 + 3186: -102,52 + 3187: -102,51 + 3188: -102,50 + 3189: -102,49 + 3190: -102,48 + 3191: -102,47 + 3192: -102,45 + 3193: -102,54 + 3194: -102,55 + 3195: -102,57 + 3225: 78,-2 + 3226: 78,-3 + 3227: 78,-5 + 3228: 78,-6 + 3245: 21,13 + 3246: 21,14 + 3247: 21,15 + 5914: -22,-25 + 5915: -22,-24 + 5916: -22,-23 + 5917: -22,-26 + 5918: -22,-28 + 5919: -22,-29 + 5920: -22,-31 + 5921: -22,-32 + 5922: -22,-33 + 5923: -22,-34 + 5936: -22,-30 + 5947: -19,-36 + 5948: -19,-38 + 5949: -19,-39 + 5950: -19,-40 + 5969: -15,-40 + 5970: -15,-34 + 5971: -15,-35 + 5972: -15,-20 + 6017: -51,-43 + 6024: -19,-36 + 6112: 48,40 + 6119: -19,-41 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 2172: -62,19 - 2173: -61,19 - 2174: -60,19 - 2180: 25,3 - 2181: 26,3 - 2182: 27,3 - 2805: 47,38 - 2809: 38,57 - 2810: 39,57 - 2811: 40,57 - 2812: 44,57 - 2813: 45,57 - 2814: 46,57 - 2815: 37,52 - 2818: 47,52 - 3424: -86,-17 - 3425: -84,-17 - 3432: -86,34 - 3433: -84,34 - 3470: 41,-34 - 3471: 42,-34 - 3472: 50,-34 - 3491: 16,12 - 3492: 17,12 - 3493: 18,12 - 3494: 19,12 - 3495: 20,12 - 4537: -34,44 - 4538: -33,44 - 4539: -32,44 - 6371: -18,-34 - 6372: -19,-34 - 6384: -20,-42 - 6385: -22,-42 - 6386: -23,-42 - 6387: -24,-42 - 6388: -25,-42 - 6389: -26,-42 - 6390: -27,-42 - 6391: -28,-42 - 6410: -20,-21 - 6411: -19,-21 - 6412: -18,-21 - 6413: -17,-21 - 6414: -16,-21 - 6419: -36,-42 - 6420: -37,-42 - 6421: -38,-42 - 6422: -39,-42 - 6423: -40,-42 - 6424: -41,-42 - 6425: -42,-42 - 6426: -43,-42 - 6427: -44,-42 - 6428: -45,-42 - 6429: -46,-42 - 6430: -47,-42 - 6431: -48,-42 - 6432: -49,-42 - 6433: -50,-42 - 6546: 45,38 - 6547: 46,38 + 2131: -62,19 + 2132: -61,19 + 2133: -60,19 + 2139: 25,3 + 2140: 26,3 + 2141: 27,3 + 2707: 47,38 + 2711: 38,57 + 2712: 39,57 + 2713: 40,57 + 2714: 44,57 + 2715: 45,57 + 2716: 46,57 + 2717: 37,52 + 2720: 47,52 + 3219: 41,-34 + 3220: 42,-34 + 3221: 50,-34 + 3240: 16,12 + 3241: 17,12 + 3242: 18,12 + 3243: 19,12 + 3244: 20,12 + 4231: -34,44 + 4232: -33,44 + 4233: -32,44 + 5939: -18,-34 + 5940: -19,-34 + 5952: -20,-42 + 5953: -22,-42 + 5954: -23,-42 + 5955: -24,-42 + 5956: -25,-42 + 5957: -26,-42 + 5958: -27,-42 + 5959: -28,-42 + 5978: -20,-21 + 5979: -19,-21 + 5980: -18,-21 + 5981: -17,-21 + 5982: -16,-21 + 5987: -36,-42 + 5988: -37,-42 + 5989: -38,-42 + 5990: -39,-42 + 5991: -40,-42 + 5992: -41,-42 + 5993: -42,-42 + 5994: -43,-42 + 5995: -44,-42 + 5996: -45,-42 + 5997: -46,-42 + 5998: -47,-42 + 5999: -48,-42 + 6000: -49,-42 + 6001: -50,-42 + 6114: 45,38 + 6115: 46,38 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: body decals: - 4592: -75.583534,-5.7699175 + 4285: -75.583534,-5.7699175 - node: color: '#FFFFFFFF' id: bushsnowa1 decals: 160: -25,-14 161: -32,-1 - 272: 29,-37 + 268: 29,-37 - node: cleanable: True angle: -0.5061454830783556 rad @@ -8530,49 +8355,49 @@ entities: color: '#FFFFFFFF' id: grasssnow decals: - 339: -90.745636,-9.283487 + 335: -90.745636,-9.283487 - node: color: '#FFFFFFFF' id: grasssnow01 decals: - 340: -89.91751,-9.111612 + 336: -89.91751,-9.111612 - node: color: '#FFFFFFFF' id: grasssnow02 decals: - 341: -90.91751,-8.783487 - 342: -86.94876,-12.533487 - 352: -83.308136,-8.111612 + 337: -90.91751,-8.783487 + 338: -86.94876,-12.533487 + 348: -83.308136,-8.111612 - node: color: '#FFFFFFFF' id: grasssnow10 decals: - 334: -85.73001,-9.877237 - 335: -85.19876,-10.189737 + 330: -85.73001,-9.877237 + 331: -85.19876,-10.189737 - node: color: '#FFFFFFFF' id: grasssnow12 decals: - 336: -82.870636,-10.658487 + 332: -82.870636,-10.658487 - node: color: '#FFFFFFFF' id: grasssnow13 decals: - 337: -82.35501,-10.799112 - 338: -79.526886,-8.767862 + 333: -82.35501,-10.799112 + 334: -79.526886,-8.767862 - node: color: '#FFFFFFFF' id: grasssnowa2 decals: - 348: -81.901886,-13.220987 - 349: -78.745636,-10.470987 + 344: -81.901886,-13.220987 + 345: -78.745636,-10.470987 - node: color: '#FFFFFFFF' id: grasssnowb1 decals: - 276: 30,-37 - 346: -87.85501,-13.408487 - 347: -90.870636,-10.908487 + 272: 30,-37 + 342: -87.85501,-13.408487 + 343: -90.870636,-10.908487 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8585,8 +8410,8 @@ entities: id: grasssnowb2 decals: 177: -11,-54 - 350: -79.07376,-11.033487 - 351: -84.151886,-8.111612 + 346: -79.07376,-11.033487 + 347: -84.151886,-8.111612 - node: color: '#FFFFFFFF' id: grasssnowb3 @@ -8597,9 +8422,9 @@ entities: color: '#FFFFFFFF' id: grasssnowc2 decals: - 343: -87.370636,-13.033487 - 344: -82.214386,-13.689737 - 345: -79.29251,-10.330362 + 339: -87.370636,-13.033487 + 340: -82.214386,-13.689737 + 341: -79.29251,-10.330362 - node: color: '#FFFFFFFF' id: grasssnowc3 @@ -8609,45 +8434,45 @@ entities: color: '#9F0000FF' id: guy decals: - 4580: -69.00803,-6.582773 + 4273: -69.00803,-6.582773 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: h decals: - 4587: -75.84916,-3.2699175 - 4588: -68.97416,-7.1761675 + 4280: -75.84916,-3.2699175 + 4281: -68.97416,-7.1761675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: k decals: - 4589: -67.896034,-7.0042925 + 4282: -67.896034,-7.0042925 - node: angle: 0.15707963267948966 rad color: '#9F0000FF' id: k decals: - 4584: -73.927284,-3.1136675 + 4277: -73.927284,-3.1136675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: n decals: - 4586: -74.583534,-3.3480425 - 4591: -68.271034,-6.7699175 + 4279: -74.583534,-3.3480425 + 4284: -68.271034,-6.7699175 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: o decals: - 4590: -68.583534,-7.0511675 + 4283: -68.583534,-7.0511675 - node: angle: 0.3490658503988659 rad color: '#9F0000FF' id: o decals: - 4585: -75.271034,-3.1605425 + 4278: -75.271034,-3.1605425 - node: cleanable: True angle: 0.15707963267948966 rad @@ -8667,23 +8492,23 @@ entities: color: '#840400FF' id: rune1 decals: - 4603: -73.083725,-5.0936604 - 4605: -75.864975,-7.1874104 - 4606: -67.583725,-6.4686604 + 4296: -73.083725,-5.0936604 + 4298: -75.864975,-7.1874104 + 4299: -67.583725,-6.4686604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune4 decals: - 4601: -76.833725,-6.2342854 - 4602: -72.958725,-6.0936604 + 4294: -76.833725,-6.2342854 + 4295: -72.958725,-6.0936604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune6 decals: - 4600: -76.8181,-5.0936604 - 4604: -74.177475,-7.1717854 + 4293: -76.8181,-5.0936604 + 4297: -74.177475,-7.1717854 - node: cleanable: True angle: -0.15707963267948966 rad @@ -8699,37 +8524,85 @@ entities: decals: 20: 55.94609,51.1177 21: 52.711716,46.6802 + - node: + cleanable: True + color: '#5D0000FF' + id: splatter + decals: + 6434: -17.416376,-1.2267087 + 6435: -17.072626,-1.4142087 + 6436: -27.439606,-2.1095212 + 6440: -27.556793,-2.0548337 + - node: + cleanable: True + color: '#7A0000FF' + id: splatter + decals: + 6431: -27.692415,-2.2579587 + 6432: -17.260126,-1.3907712 + 6433: -17.650751,-1.3907712 + - node: + cleanable: True + color: '#7E0000FF' + id: splatter + decals: + 6437: -27.728668,-1.7657712 + 6438: -27.259918,-1.6251462 + 6439: -27.556793,-2.5079587 + - node: + cleanable: True + color: '#820000FF' + id: splatter + decals: + 6441: -26.81977,-1.9907563 + 6442: -26.780708,-2.6313813 + 6443: -28.10102,-2.5220063 + - node: + cleanable: True + color: '#930000FF' + id: splatter + decals: + 6421: -27.535955,-1.9923337 + 6422: -27.231268,-2.4376462 + 6423: -26.36408,-1.7032712 + 6424: -17.797201,-1.5470212 + 6425: -17.469076,-1.2892087 + 6426: -16.719076,-1.6485837 + 6427: -17.500326,-2.7657712 + 6428: -17.187826,-1.6407712 + 6429: -17.500326,-1.8204587 + 6430: -27.098665,-2.0313962 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: splatter decals: - 4593: -73.506905,-3.9139376 - 4594: -73.444405,-4.2108126 - 4595: -76.506905,-4.1014376 - 4596: -73.30378,-4.6326876 - 4597: -72.77253,-4.2733126 - 4598: -72.444405,-3.6326876 - 4599: -73.538155,-7.6326876 + 4286: -73.506905,-3.9139376 + 4287: -73.444405,-4.2108126 + 4288: -76.506905,-4.1014376 + 4289: -73.30378,-4.6326876 + 4290: -72.77253,-4.2733126 + 4291: -72.444405,-3.6326876 + 4292: -73.538155,-7.6326876 - node: color: '#9F0000FF' id: splatter decals: - 4565: -75.44553,-4.785898 - 4566: -75.10178,-4.551523 - 4567: -74.49241,-5.379648 - 4568: -70.36741,-5.629648 - 4569: -69.86741,-5.395273 - 4570: -69.92991,-5.926523 - 4571: -70.32053,-7.364023 - 4572: -68.13303,-7.707773 - 4573: -74.97678,-7.567148 - 4574: -77.25803,-7.270273 - 4575: -76.85178,-7.598398 - 4576: -77.69553,-4.973398 - 4577: -77.50803,-2.3483982 - 4578: -77.16428,-2.5671482 - 4579: -72.47678,-4.723398 + 4258: -75.44553,-4.785898 + 4259: -75.10178,-4.551523 + 4260: -74.49241,-5.379648 + 4261: -70.36741,-5.629648 + 4262: -69.86741,-5.395273 + 4263: -69.92991,-5.926523 + 4264: -70.32053,-7.364023 + 4265: -68.13303,-7.707773 + 4266: -74.97678,-7.567148 + 4267: -77.25803,-7.270273 + 4268: -76.85178,-7.598398 + 4269: -77.69553,-4.973398 + 4270: -77.50803,-2.3483982 + 4271: -77.16428,-2.5671482 + 4272: -72.47678,-4.723398 - node: cleanable: True angle: -0.15707963267948966 rad @@ -8793,7 +8666,8 @@ entities: 0,2: 0: 65535 1,0: - 0: 65535 + 0: 65531 + 1: 4 1,1: 0: 65535 1,2: @@ -9869,7 +9743,7 @@ entities: 4,-9: 0: 65535 5,-12: - 0: 61440 + 0: 64170 5,-11: 0: 65535 5,-10: @@ -9885,7 +9759,7 @@ entities: 6,-9: 0: 65535 7,-12: - 0: 61440 + 0: 61447 7,-11: 0: 65535 7,-10: @@ -9893,7 +9767,7 @@ entities: 7,-9: 0: 65535 8,-12: - 0: 61440 + 0: 61442 8,-11: 0: 65535 8,-10: @@ -9901,7 +9775,7 @@ entities: 8,-9: 0: 65535 9,-12: - 0: 61440 + 0: 63626 9,-11: 0: 65535 9,-10: @@ -9909,7 +9783,7 @@ entities: 9,-9: 0: 65535 10,-12: - 0: 61440 + 0: 61986 10,-11: 0: 65535 10,-10: @@ -10345,13 +10219,14 @@ entities: 20,-4: 0: 4915 20,-3: - 0: 65393 + 0: 65521 + 2: 8 20,-2: 0: 14143 20,-1: 0: 63359 20,-6: - 0: 4368 + 0: 4383 20,-5: 0: 13105 16,-10: @@ -10359,11 +10234,11 @@ entities: 16,-9: 0: 65535 17,-10: - 0: 62239 + 0: 65375 17,-9: 0: 65535 18,-10: - 0: 63279 + 0: 63343 18,-9: 0: 65535 19,-10: @@ -10542,19 +10417,19 @@ entities: 0: 65535 -16,-3: 0: 4607 - 1: 60928 + 3: 60928 -16,-2: 0: 65297 - 1: 238 + 3: 238 -16,-1: 0: 65535 -15,-4: 0: 65535 -15,-3: 0: 35071 - 1: 30464 + 3: 30464 -15,-2: - 1: 119 + 3: 119 0: 65416 -15,-1: 0: 65535 @@ -10679,7 +10554,7 @@ entities: -19,-5: 0: 65535 -19,-8: - 0: 56729 + 0: 56735 -18,-8: 0: 65535 -18,-7: @@ -10727,7 +10602,7 @@ entities: -16,-9: 0: 65535 -16,-10: - 0: 64640 + 0: 64655 8,14: 0: 34952 8,15: @@ -10739,11 +10614,11 @@ entities: 10,14: 0: 65535 10,15: - 0: 255 + 0: 16639 11,14: 0: 65535 11,15: - 0: 255 + 0: 25343 19,11: 0: 65535 15,13: @@ -10809,7 +10684,7 @@ entities: 2,-13: 0: 4095 3,-14: - 0: 13072 + 0: 62224 3,-13: 0: 819 -3,-14: @@ -10843,9 +10718,9 @@ entities: -5,-14: 0: 65535 -20,5: - 0: 32767 + 0: 65535 -20,6: - 0: 30583 + 0: 30719 -20,7: 0: 4919 -20,1: @@ -10949,7 +10824,7 @@ entities: -27,0: 0: 65152 -26,0: - 0: 65520 + 0: 65532 -26,1: 0: 65535 -26,2: @@ -10973,13 +10848,13 @@ entities: -31,2: 0: 65535 -30,1: - 0: 65532 + 0: 65533 -30,2: 0: 65535 -30,0: - 0: 52428 + 0: 57309 -30,3: - 0: 52428 + 0: 57309 -29,0: 0: 65535 -29,1: @@ -11037,7 +10912,7 @@ entities: -29,-1: 0: 65535 -29,-6: - 0: 65520 + 0: 65523 -29,-5: 0: 65535 -24,-6: @@ -11081,9 +10956,9 @@ entities: -28,7: 0: 4369 -30,4: - 0: 51452 + 0: 63997 -30,5: - 0: 2056 + 0: 6425 -29,4: 0: 65535 -29,5: @@ -11129,9 +11004,9 @@ entities: -17,11: 0: 30591 -19,5: - 0: 61439 + 0: 65535 -19,6: - 0: 61166 + 0: 61183 -19,7: 0: 61166 -18,5: @@ -11159,7 +11034,8 @@ entities: -21,-7: 0: 1262 -15,12: - 2: 65535 + 2: 64511 + 0: 1024 -15,13: 2: 15 0: 65520 @@ -11243,7 +11119,7 @@ entities: -17,12: 0: 63359 -17,13: - 0: 65527 + 0: 65535 -22,12: 0: 65319 -22,13: @@ -11257,29 +11133,29 @@ entities: -21,14: 0: 65229 -20,-8: - 0: 52428 + 0: 52431 -20,-7: 0: 35020 -20,-9: - 0: 36863 + 0: 61439 -20,-11: 0: 17408 -20,-10: 0: 36036 -19,-10: - 0: 2440 + 0: 39304 -19,-9: - 0: 4095 + 0: 65535 -19,-11: - 0: 34944 + 0: 52898 -18,-11: 0: 13105 -18,-10: - 0: 4915 + 0: 30707 -18,-9: - 0: 8191 + 0: 24575 -17,-10: - 0: 62464 + 0: 62712 -22,-10: 0: 10223 -22,-9: @@ -11301,15 +11177,15 @@ entities: -24,5: 0: 65535 -24,6: - 0: 30583 + 0: 30719 -24,7: 0: 307 -24,-4: 0: 12544 -24,-3: - 0: 30579 + 0: 63347 -24,-2: - 0: 65527 + 0: 65535 -24,-1: 0: 65535 -27,-3: @@ -11345,7 +11221,7 @@ entities: -27,7: 0: 3310 -26,4: - 0: 65520 + 0: 65532 -26,5: 0: 65535 -26,6: @@ -11371,51 +11247,53 @@ entities: 16,-11: 0: 65288 16,-12: - 0: 39832 + 0: 40856 17,-12: 0: 13107 17,-11: - 0: 65299 + 0: 65395 18,-12: 0: 30583 18,-11: - 0: 65319 + 0: 65383 19,-11: 0: 65358 19,-12: 0: 61158 16,-13: - 0: 32817 + 0: 33009 17,-13: - 0: 12544 + 0: 62242 18,-13: - 0: 29184 + 0: 30446 19,-13: 0: 8192 20,-11: 0: 65420 20,-10: - 0: 52367 + 0: 56831 20,-12: 0: 17484 20,-9: - 0: 1228 + 0: 61181 21,-11: 0: 4352 21,-10: - 0: 4353 + 0: 55793 20,-13: 0: 49152 21,-13: 0: 4096 21,-3: - 0: 61440 + 0: 61680 + 2: 3 21,-2: 0: 34952 22,-2: - 0: 272 + 0: 496 + 2: 32768 22,-1: - 0: 4096 + 0: 4111 21,1: 0: 30583 21,2: @@ -11425,7 +11303,7 @@ entities: 22,0: 0: 4368 22,1: - 0: 20753 + 0: 23825 22,2: 0: 56693 22,3: @@ -11539,7 +11417,7 @@ entities: -4,17: 0: 65535 -4,18: - 0: 52463 + 0: 64751 -4,19: 0: 52428 -3,17: @@ -11603,11 +11481,11 @@ entities: -25,11: 0: 65399 -30,7: - 0: 52360 + 0: 56825 -30,6: - 0: 34944 + 0: 39345 -32,8: - 0: 496 + 0: 502 -32,10: 0: 28262 -32,11: @@ -11615,9 +11493,9 @@ entities: -32,9: 0: 17600 -31,8: - 0: 240 + 0: 4596 -31,9: - 0: 3824 + 0: 3825 -31,10: 0: 61408 -31,11: @@ -11715,7 +11593,7 @@ entities: -32,16: 0: 12 -32,17: - 0: 8 + 0: 79 -31,16: 0: 28703 -31,17: @@ -11727,23 +11605,23 @@ entities: -29,16: 0: 4607 -29,17: - 0: 15 + 0: 143 -28,16: - 0: 31 + 0: 2271 -28,17: - 0: 3 + 0: 275 -27,16: - 0: 255 + 0: 33023 -27,17: - 0: 15 + 0: 36591 -26,16: - 0: 13311 + 0: 65535 -26,17: - 0: 15 + 0: 65535 -25,16: - 0: 255 + 0: 4351 -25,17: - 0: 3 + 0: 4539 -33,12: 0: 17476 -33,13: @@ -11755,11 +11633,11 @@ entities: -33,10: 0: 17968 -33,8: - 0: 3072 + 0: 20424 -33,11: - 0: 52420 + 0: 52966 -33,16: - 0: 54 + 0: 49206 -16,11: 0: 65535 -16,12: @@ -11797,17 +11675,17 @@ entities: -32,0: 0: 2048 -32,3: - 0: 2184 + 0: 34952 -31,0: 0: 4369 -31,3: - 0: 4369 + 0: 39321 -31,-1: - 0: 62976 + 0: 65152 -30,-1: - 0: 65160 + 0: 65433 -31,4: - 0: 1265 + 0: 1279 1,17: 0: 65535 2,16: @@ -11823,7 +11701,7 @@ entities: 3,19: 0: 65535 -8,18: - 0: 57343 + 0: 65535 -8,19: 0: 63967 -7,18: @@ -11837,7 +11715,7 @@ entities: -5,19: 0: 4966 -5,18: - 0: 59259 + 0: 63355 -3,20: 0: 2254 -2,20: @@ -11855,21 +11733,21 @@ entities: 4,16: 0: 4095 4,18: - 0: 4369 + 0: 61713 4,19: - 0: 4369 + 0: 4593 5,16: - 0: 3327 + 0: 52479 6,16: - 0: 125 + 0: 40829 7,16: - 0: 1 + 0: 12117 12,16: 0: 8 -9,19: - 0: 3776 + 0: 3793 -9,18: - 0: 35068 + 0: 65278 -8,20: 0: 79 -7,20: @@ -11931,33 +11809,33 @@ entities: 24,10: 0: 65535 25,11: - 0: 13943 + 0: 13951 25,8: 0: 22359 25,9: - 0: 22391 + 0: 24447 25,10: - 0: 21847 + 0: 56663 24,12: - 0: 30169 + 0: 62937 24,13: - 0: 30549 + 0: 32597 24,14: 0: 30583 24,15: 0: 26197 25,12: - 0: 1 + 0: 34817 24,6: 0: 65535 24,7: 0: 65535 25,7: - 0: 29491 + 0: 62259 24,16: 0: 5495 24,17: - 0: 1 + 0: 4369 20,16: 0: 65535 20,17: @@ -11999,7 +11877,7 @@ entities: -13,16: 0: 56797 -13,18: - 0: 3321 + 0: 19705 17,14: 0: 65535 18,14: @@ -12035,9 +11913,9 @@ entities: 24,5: 0: 61440 25,6: - 0: 13073 + 0: 13081 20,18: - 0: 238 + 0: 17646 21,17: 0: 13311 21,18: @@ -12059,7 +11937,7 @@ entities: -14,17: 0: 34952 -14,18: - 0: 8 + 0: 15 -24,16: 0: 40947 -23,16: @@ -12185,9 +12063,9 @@ entities: 15,-17: 0: 12544 -23,18: - 0: 51200 + 0: 63761 -23,19: - 0: 32776 + 0: 32795 -22,16: 0: 4095 -22,18: @@ -12245,11 +12123,11 @@ entities: -25,-13: 0: 52800 -25,-14: - 0: 3200 + 0: 3968 -25,-12: 0: 60416 -25,-10: - 0: 206 + 0: 207 -25,-9: 0: 3308 -25,-11: @@ -12291,7 +12169,7 @@ entities: -19,23: 0: 65280 -18,20: - 0: 1 + 0: 143 -18,21: 0: 16 -18,22: @@ -12307,17 +12185,17 @@ entities: -19,24: 0: 3 11,-16: - 0: 32768 + 0: 32785 11,-13: - 0: 128 + 0: 240 16,-16: - 0: 256 + 0: 36608 16,-15: 0: 4096 16,-14: 0: 19 11,-18: - 0: 128 + 0: 4480 16,-20: 0: 28928 16,-18: @@ -12325,7 +12203,7 @@ entities: 16,-19: 0: 2 -23,-17: - 0: 50240 + 0: 50244 -22,-17: 0: 15872 -21,-17: @@ -12349,17 +12227,710 @@ entities: 17,-21: 0: 36471 -27,-8: - 0: 57344 + 0: 61727 -27,-7: - 0: 61166 + 0: 61167 -26,-8: - 0: 61440 + 0: 64580 -26,-7: 0: 65535 -25,-8: 0: 12288 -25,-7: 0: 13107 + -16,-11: + 0: 57344 + 22,-3: + 0: 240 + 2: 512 + 23,-3: + 0: 4368 + 2: 8192 + 23,-2: + 0: 7967 + 23,-1: + 0: 61713 + 23,0: + 0: 6417 + 2: 8738 + 23,1: + 0: 3857 + 2: 32832 + 20,-7: + 0: 4972 + 20,-8: + 0: 17476 + 21,-7: + 0: 9807 + 21,-6: + 0: 3 + 21,-8: + 0: 52420 + -19,-16: + 0: 13102 + -19,-15: + 0: 11827 + -19,-14: + 0: 59938 + -19,-13: + 0: 26210 + -18,-16: + 0: 8739 + -18,-15: + 0: 8992 + -18,-13: + 0: 8192 + -31,-8: + 0: 2048 + -31,-7: + 0: 34824 + -30,-8: + 0: 4383 + -30,-7: + 0: 4895 + -30,-6: + 0: 40721 + -30,-5: + 0: 4369 + -29,-8: + 0: 575 + -29,-7: + 0: 12703 + -20,-19: + 0: 48960 + -20,-18: + 0: 32648 + -20,-17: + 0: 2 + -19,-19: + 0: 3952 + -19,-18: + 0: 8960 + -19,-17: + 0: 8806 + -18,-19: + 0: 25344 + -18,-17: + 0: 25188 + -18,-18: + 0: 68 + -31,-4: + 0: 128 + -30,-4: + 0: 13107 + -30,-3: + 0: 7953 + -30,-2: + 0: 4895 + -28,-8: + 0: 15 + -28,-7: + 0: 15 + -27,-18: + 0: 17508 + -27,-19: + 0: 19456 + -27,-17: + 0: 19524 + -26,-19: + 0: 12272 + -26,-17: + 0: 59238 + -26,-18: + 0: 19456 + -25,-19: + 0: 3904 + -25,-18: + 0: 61312 + -19,-12: + 0: 25571 + -18,-12: + 0: 306 + -12,19: + 0: 1008 + -11,19: + 0: 1278 + -10,19: + 0: 241 + -26,18: + 0: 15 + -34,8: + 0: 20032 + -33,9: + 0: 1740 + -33,17: + 0: 8 + 5,18: + 0: 62434 + 5,19: + 0: 37170 + 5,17: + 0: 9796 + 6,17: + 0: 31880 + 6,18: + 0: 63014 + 6,19: + 0: 4966 + 7,17: + 0: 36642 + 12,17: + 0: 12561 + 12,18: + 0: 58146 + 12,19: + 0: 49164 + 13,18: + 0: 39185 + 13,19: + 0: 4111 + 14,18: + 0: 32769 + 14,19: + 0: 4127 + 15,18: + 0: 61440 + 15,19: + 0: 61455 + 26,9: + 0: 18375 + 26,8: + 0: 19532 + 26,10: + 0: 52420 + 26,11: + 0: 17484 + 25,13: + 0: 18252 + 25,14: + 0: 61124 + 25,15: + 0: 50926 + 26,12: + 0: 374 + 24,4: + 0: 50786 + 25,4: + 0: 36878 + 25,5: + 0: 35023 + 26,4: + 0: 55089 + 26,5: + 0: 55048 + 26,6: + 0: 5105 + 26,7: + 0: 63889 + 27,5: + 0: 4369 + 27,6: + 0: 13105 + 27,7: + 0: 17 + 24,18: + 0: 34969 + 24,19: + 0: 29772 + 25,17: + 0: 13075 + 25,18: + 0: 4883 + 25,16: + 0: 8742 + 20,19: + 0: 26356 + 21,19: + 0: 4592 + 22,19: + 0: 753 + 23,19: + 0: 372 + 23,18: + 0: 51328 + 23,17: + 0: 34816 + 16,19: + 0: 62943 + 17,18: + 0: 45056 + 17,19: + 0: 4111 + 18,18: + 0: 4096 + 18,19: + 0: 8751 + 19,19: + 0: 241 + -16,17: + 0: 62720 + -16,18: + 0: 12834 + -16,19: + 0: 8950 + -15,17: + 0: 62464 + -15,19: + 0: 248 + -15,18: + 0: 52360 + -14,19: + 0: 3312 + -13,19: + 0: 24567 + -24,17: + 0: 36057 + -24,19: + 0: 52428 + -24,18: + 0: 34952 + -17,17: + 0: 63488 + -17,18: + 0: 62242 + -17,19: + 0: 8930 + -27,-16: + 0: 26214 + -27,-15: + 0: 28262 + -27,-14: + 0: 17476 + -27,-13: + 0: 17484 + -26,-15: + 0: 17734 + -26,-13: + 0: 18021 + -26,-16: + 0: 19662 + -26,-14: + 0: 19660 + -25,-16: + 0: 16 + -28,-9: + 0: 32768 + -27,-9: + 0: 21708 + -27,-12: + 0: 25676 + -27,-11: + 0: 61158 + -27,-10: + 0: 17478 + -26,-11: + 0: 26436 + -26,-9: + 0: 17479 + -26,-12: + 0: 17988 + -26,-10: + 0: 17484 + -24,20: + 0: 53214 + -24,21: + 0: 40840 + -24,23: + 0: 35976 + -24,22: + 0: 34952 + -23,22: + 0: 31744 + -17,20: + 0: 8754 + -17,21: + 0: 12834 + -17,22: + 0: 8767 + -17,23: + 0: 9186 + -24,24: + 0: 34959 + -24,26: + 0: 36744 + -24,25: + 0: 34952 + -24,27: + 0: 34952 + -23,24: + 0: 4368 + -23,25: + 0: 273 + -23,26: + 0: 16 + -23,27: + 0: 61440 + -22,27: + 0: 61440 + -21,27: + 0: 62528 + -20,27: + 0: 64512 + -19,27: + 0: 61440 + -18,27: + 0: 61440 + -18,25: + 0: 32768 + -17,25: + 0: 13106 + -17,26: + 0: 8755 + -17,27: + 0: 62062 + -17,24: + 0: 8738 + 8,-14: + 0: 61952 + 8,-13: + 0: 61455 + 9,-14: + 0: 63628 + 9,-13: + 0: 61448 + 2: 128 + 9,-16: + 0: 50244 + 9,-15: + 0: 17484 + 10,-14: + 0: 35208 + 10,-13: + 0: 63624 + 2: 272 + 10,-16: + 0: 52424 + 2: 12288 + 10,-15: + 0: 34956 + 11,-14: + 0: 1984 + 17,-16: + 0: 58146 + 17,-15: + 0: 8930 + 17,-14: + 0: 8738 + 18,-16: + 0: 13858 + 18,-15: + 0: 25138 + 18,-14: + 0: 26342 + 9,-17: + 0: 25668 + 2: 32768 + 9,-18: + 0: 17608 + 9,-20: + 0: 34816 + 9,-19: + 0: 34824 + 10,-20: + 0: 39321 + 10,-19: + 0: 35225 + 10,-18: + 0: 34952 + 10,-17: + 0: 34952 + 2: 28672 + 11,-20: + 0: 305 + 11,-17: + 0: 4401 + 17,-17: + 0: 8742 + 17,-18: + 0: 17608 + 18,-18: + 0: 35951 + 18,-17: + 0: 8812 + 18,-20: + 0: 8 + 18,-19: + 0: 34952 + 19,-20: + 0: 4371 + 19,-19: + 0: 3841 + 19,-18: + 0: 59535 + 19,-17: + 0: 3 + -24,-19: + 0: 44800 + -24,-18: + 0: 8186 + -23,-19: + 0: 3840 + -23,-18: + 0: 20224 + -22,-19: + 0: 4080 + -22,-18: + 0: 3840 + -21,-19: + 0: 61312 + -21,-18: + 0: 3908 + 12,-24: + 0: 3760 + 12,-23: + 0: 3968 + 13,-24: + 0: 248 + 2: 43520 + 13,-23: + 0: 61424 + 2: 10 + 13,-22: + 0: 4 + 14,-24: + 0: 249 + 14,-23: + 0: 40848 + 15,-24: + 0: 3632 + 2: 16384 + 15,-23: + 0: 8048 + 2: 4 + 16,-24: + 0: 3952 + 16,-23: + 0: 52992 + 17,-24: + 0: 3840 + 17,-23: + 0: 8048 + 18,-24: + 0: 52992 + 18,-23: + 0: 58112 + 18,-22: + 0: 34952 + 18,-21: + 0: 8 + 19,-24: + 0: 12288 + 19,-22: + 0: 4096 + 19,-21: + 0: 13075 + 19,-23: + 0: 34958 + -32,4: + 0: 140 + -31,6: + 0: 34952 + -31,7: + 0: 136 + -30,-9: + 0: 45056 + -29,-9: + 0: 61440 + -25,22: + 0: 51400 + -25,23: + 0: 51340 + -25,20: + 0: 34816 + -25,21: + 0: 34952 + -26,27: + 0: 140 + -26,26: + 0: 32768 + -25,27: + 0: 36047 + -25,25: + 0: 60620 + -25,26: + 0: 52428 + -25,24: + 0: 34952 + -16,24: + 0: 12898 + -16,25: + 0: 13107 + -16,27: + 0: 30439 + -16,26: + 0: 26214 + -16,20: + 0: 13158 + -16,21: + 0: 28279 + -16,22: + 0: 8739 + -16,23: + 0: 12834 + -16,28: + 0: 13926 + -20,28: + 0: 61440 + -20,29: + 0: 1 + -19,28: + 0: 61986 + -18,28: + 0: 65024 + -17,28: + 0: 63232 + -17,29: + 0: 7 + -24,28: + 0: 61440 + -24,29: + 0: 9 + -23,28: + 0: 62532 + -23,29: + 0: 207 + -22,28: + 0: 61713 + -22,29: + 0: 19 + -21,28: + 0: 61440 + -21,29: + 0: 3 + -25,28: + 0: 34952 + 4,-14: + 0: 62976 + 4,-13: + 0: 35939 + 5,-14: + 0: 61984 + 5,-13: + 0: 61986 + 6,-14: + 0: 65024 + 6,-13: + 0: 64520 + 7,-14: + 0: 61440 + 7,-13: + 0: 61713 + 9,-22: + 0: 36046 + 9,-23: + 0: 52360 + 9,-21: + 0: 34952 + 10,-23: + 0: 32771 + 10,-21: + 0: 39048 + 10,-24: + 0: 11776 + 10,-22: + 0: 34952 + 2: 28672 + 11,-24: + 0: 1984 + 11,-23: + 0: 63488 + 11,-21: + 0: 4368 + 21,-9: + 0: 51340 + 22,-10: + 0: 4096 + 22,-9: + 0: 17 + 24,0: + 0: 62225 + 24,1: + 0: 18261 + 2: 12288 + 24,2: + 0: 27716 + 24,3: + 0: 8750 + 25,0: + 0: 12288 + 25,1: + 0: 34959 + 25,3: + 0: 17479 + 25,2: + 0: 17640 + 8,16: + 0: 53024 + 8,17: + 0: 53144 + 9,16: + 0: 32752 + 9,17: + 0: 65312 + 10,16: + 0: 20412 + 10,17: + 0: 40772 + 11,16: + 0: 36676 + 11,17: + 0: 4414 + 11,18: + 0: 16163 + 11,19: + 0: 50274 + 4,20: + 0: 12 + 5,20: + 0: 125 + 6,20: + 0: 561 + 11,20: + 0: 8 + 12,20: + 0: 159 + 13,20: + 0: 15 + 14,20: + 0: 239 + 15,20: + 0: 31 + 16,20: + 0: 15 + 17,20: + 0: 15 + 18,20: + 0: 251 + 19,20: + 0: 247 + 20,20: + 0: 2550 + 21,20: + 0: 2033 + 22,20: + 0: 2815 + 23,20: + 0: 243 + 24,20: + 0: 19 + 24,-3: + 0: 4096 + 24,-2: + 0: 8995 + 24,-1: + 0: 4402 + 20,-20: + 0: 4369 + 20,-19: + 0: 4371 + 20,-18: + 0: 1 + 20,-23: + 0: 12544 + 20,-22: + 0: 13075 + 20,-21: + 0: 4919 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -12377,10 +12948,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.14975 moles: - - 21.824879 - - 82.10312 + - 20.078888 + - 75.53487 - 0 - 0 - 0 @@ -12406,6 +12977,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: GasTileOverlay - type: BecomesStation @@ -12550,9 +13136,8 @@ entities: - type: DeviceList devices: - 31156 - - 15448 + - 22115 - 26414 - - 7690 - 28364 - type: AtmosDevice joinedGrid: 2 @@ -12573,8 +13158,8 @@ entities: - 3568 - 28755 - 28397 - - 7298 - - 7534 + - 11389 + - 23460 - 28400 - 28398 - 7529 @@ -12582,6 +13167,8 @@ entities: - 7889 - 5062 - 28399 + - 300 + - 26711 - type: AtmosDevice joinedGrid: 2 - uid: 398 @@ -12620,6 +13207,19 @@ entities: - 26633 - type: AtmosDevice joinedGrid: 2 + - uid: 1256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 1257 + - 4265 + - 1254 + - type: AtmosDevice + joinedGrid: 2 - uid: 1655 components: - type: Transform @@ -12627,10 +13227,6 @@ entities: parent: 2 - type: DeviceList devices: - - 6129 - - 36459 - - 150 - - 1256 - 28435 - type: AtmosDevice joinedGrid: 2 @@ -12670,6 +13266,18 @@ entities: - 30495 - type: AtmosDevice joinedGrid: 2 + - uid: 2285 + components: + - type: Transform + pos: -90.5,-6.5 + parent: 2 + - type: DeviceList + devices: + - 2310 + - 1255 + - 1253 + - type: AtmosDevice + joinedGrid: 2 - uid: 2995 components: - type: Transform @@ -12707,6 +13315,21 @@ entities: - 6493 - type: AtmosDevice joinedGrid: 2 + - uid: 4313 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 28395 + - 27006 + - 27007 + - 3086 + - 3092 + - 28372 + - type: AtmosDevice + joinedGrid: 2 - uid: 4870 components: - type: Transform @@ -12786,6 +13409,30 @@ entities: - 2007 - type: AtmosDevice joinedGrid: 2 + - uid: 8213 + components: + - type: Transform + pos: -101.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 21970 + - 1260 + - 8664 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11473 + components: + - type: Transform + pos: -101.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 4848 + - 1259 + - 16497 + - type: AtmosDevice + joinedGrid: 2 - uid: 15565 components: - type: Transform @@ -12797,15 +13444,11 @@ entities: - 28367 - 28368 - 28369 - - 28370 - - 7203 - 7235 - 7225 - 7190 - 7192 - 28371 - - 24637 - - 25786 - 28111 - 27253 - type: AtmosDevice @@ -12888,6 +13531,37 @@ entities: - 19759 - type: AtmosDevice joinedGrid: 2 + - uid: 22045 + components: + - type: Transform + pos: -76.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 28742 + - 28741 + - 2763 + - 26836 + - 4242 + - 4218 + - 26835 + - 28607 + - 26376 + - type: AtmosDevice + joinedGrid: 2 + - uid: 22065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 8417 + - 8416 + - 4243 + - type: AtmosDevice + joinedGrid: 2 - uid: 22291 components: - type: Transform @@ -12931,7 +13605,6 @@ entities: devices: - 28395 - 28371 - - 28370 - 28372 - 5194 - 7190 @@ -12951,6 +13624,21 @@ entities: - 23802 - type: AtmosDevice joinedGrid: 2 + - uid: 23957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 9340 + - 4315 + - 28501 + - 28500 + - 28488 + - type: AtmosDevice + joinedGrid: 2 - uid: 24937 components: - type: Transform @@ -12972,12 +13660,8 @@ entities: parent: 2 - type: DeviceList devices: - - 8134 - - 2431 - 28615 - - 26782 - 28359 - - 26781 - type: AtmosDevice joinedGrid: 2 - uid: 25112 @@ -13053,14 +13737,6 @@ entities: - 28347 - 28348 - 28365 - - 28349 - - 3748 - - 3747 - - 8681 - - 28350 - - 28351 - - 26892 - - 24775 - type: AtmosDevice joinedGrid: 2 - uid: 25140 @@ -13621,7 +14297,6 @@ entities: - 8183 - 7674 - 7682 - - 7690 - 1505 - 27441 - 28364 @@ -13631,24 +14306,6 @@ entities: - 13378 - type: AtmosDevice joinedGrid: 2 - - uid: 25226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,3.5 - parent: 2 - - type: DeviceList - devices: - - 28742 - - 28741 - - 2763 - - 26836 - - 4242 - - 4218 - - 26835 - - 28607 - - type: AtmosDevice - joinedGrid: 2 - uid: 25229 components: - type: Transform @@ -13658,13 +14315,12 @@ entities: - type: DeviceList devices: - 28365 - - 26416 - - 26415 - 28364 - 7682 - 1505 - 27441 - - 28349 + - 13136 + - 19972 - type: AtmosDevice joinedGrid: 2 - uid: 25231 @@ -13679,9 +14335,9 @@ entities: - 7749 - 7750 - 28363 - - 26834 - - 26831 - 28362 + - 26372 + - 317 - type: AtmosDevice joinedGrid: 2 - uid: 25232 @@ -13692,12 +14348,10 @@ entities: parent: 2 - type: DeviceList devices: - - 7931 - - 2428 + - 317 + - 26372 - 28615 - - 26740 - 28361 - - 26742 - type: AtmosDevice joinedGrid: 2 - uid: 25233 @@ -13712,9 +14366,7 @@ entities: - 2603 - 7753 - 28615 - - 26703 - 28360 - - 26702 - type: AtmosDevice joinedGrid: 2 - uid: 25234 @@ -13749,8 +14401,6 @@ entities: - 7746 - 28358 - 28357 - - 26805 - - 26808 - 28367 - type: AtmosDevice joinedGrid: 2 @@ -13792,7 +14442,6 @@ entities: - 25323 - 28368 - 28371 - - 28370 - 28375 - type: AtmosDevice joinedGrid: 2 @@ -13810,22 +14459,6 @@ entities: - 28372 - type: AtmosDevice joinedGrid: 2 - - uid: 25242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-6.5 - parent: 2 - - type: DeviceList - devices: - - 28395 - - 27006 - - 27007 - - 3086 - - 3092 - - 28372 - - type: AtmosDevice - joinedGrid: 2 - uid: 25243 components: - type: Transform @@ -13879,7 +14512,6 @@ entities: - 28534 - 28637 - 28488 - - 28489 - 27771 - 28432 - 4377 @@ -14328,6 +14960,24 @@ entities: - type: Transform pos: -12.5,4.5 parent: 2 + - type: DeviceList + devices: + - 4793 + - 18090 + - 18950 + - 18113 + - 27311 + - 258 + - 260 + - 396 + - 345 + - 346 + - 682 + - 681 + - 28472 + - 28790 + - 28475 + - 27312 - type: AtmosDevice joinedGrid: 2 - uid: 25276 @@ -14364,7 +15014,6 @@ entities: devices: - 28481 - 1441 - - 1488 - 1489 - 28465 - 25789 @@ -14538,12 +15187,9 @@ entities: - type: DeviceList devices: - 1489 - - 1488 - 1441 - 384 - 390 - - 1086 - - 1137 - 1012 - 1080 - 2012 @@ -14561,7 +15207,7 @@ entities: - 28482 - 28481 - 27312 - - 28464 + - 13036 - 28465 - 26210 - 25792 @@ -14575,14 +15221,12 @@ entities: parent: 2 - type: DeviceList devices: - - 1086 - - 1137 - - 28464 + - 7844 + - 13035 + - 13036 - 28420 - 28434 - 28465 - - 25836 - - 25623 - type: AtmosDevice joinedGrid: 2 - uid: 25289 @@ -14601,7 +15245,6 @@ entities: - type: DeviceList devices: - 28792 - - 22793 - 28475 - 28474 - 8835 @@ -14622,7 +15265,6 @@ entities: - 28475 - 27166 - 27165 - - 22793 - 28792 - 27311 - 28474 @@ -14646,10 +15288,8 @@ entities: - 28435 - 28434 - 28420 - - 150 - 28438 - 151 - - 36459 - 2112 - type: AtmosDevice joinedGrid: 2 @@ -14753,11 +15393,7 @@ entities: devices: - 28633 - 28488 - - 27818 - - 28489 - - 27819 - 28490 - - 28491 - 28637 - 4377 - 4376 @@ -14777,7 +15413,6 @@ entities: devices: - 28490 - 28488 - - 28489 - 2251 - 5704 - 26 @@ -14786,21 +15421,6 @@ entities: - 27300 - type: AtmosDevice joinedGrid: 2 - - uid: 25303 - components: - - type: Transform - pos: 66.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 9340 - - 28491 - - 28501 - - 28500 - - 28489 - - 28488 - - type: AtmosDevice - joinedGrid: 2 - uid: 25305 components: - type: Transform @@ -14975,13 +15595,10 @@ entities: - 25323 - 25322 - 28367 - - 28370 - 28371 - 28368 - 27134 - 27135 - - 25327 - - 25328 - 28369 - type: AtmosDevice joinedGrid: 2 @@ -14993,11 +15610,8 @@ entities: parent: 2 - type: DeviceList devices: - - 28370 - 28371 - 28368 - - 25327 - - 25328 - 27136 - 28369 - 27137 @@ -15019,7 +15633,6 @@ entities: - type: DeviceList devices: - 28371 - - 28370 - 28396 - 28397 - 28754 @@ -15029,6 +15642,8 @@ entities: - 18025 - 18359 - 2655 + - 300 + - 26711 - type: AtmosDevice joinedGrid: 2 - uid: 25331 @@ -15040,13 +15655,10 @@ entities: - type: DeviceList devices: - 28371 - - 28370 - 28396 - 28397 - - 3649 - - 7298 - - 7534 - - 7203 + - 11389 + - 23460 - 28400 - 27256 - 28116 @@ -15060,7 +15672,6 @@ entities: - type: DeviceList devices: - 28371 - - 28370 - 28396 - 28397 - 7530 @@ -15559,81 +16170,6 @@ entities: - 25776 - type: AtmosDevice joinedGrid: 2 - - uid: 28746 - components: - - type: Transform - pos: -93.5,39.5 - parent: 2 - - type: DeviceList - devices: - - 28349 - - 28350 - - 28351 - - 28352 - - 28353 - - 28354 - - 3718 - - 8682 - - 8683 - - 8681 - - 3747 - - 3748 - - 27611 - - 26894 - - 26893 - - 940 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -115.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 28351 - - 28350 - - 28352 - - 28353 - - 28354 - - 28355 - - 3718 - - 8682 - - 8683 - - 8684 - - 8685 - - 8686 - - 28517 - - 25375 - - 24948 - - 26924 - - 24954 - - 27638 - - 26975 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28748 - components: - - type: Transform - pos: -97.5,-18.5 - parent: 2 - - type: DeviceList - devices: - - 28354 - - 28353 - - 28352 - - 8684 - - 8685 - - 8686 - - 8689 - - 8688 - - 8687 - - 28355 - - 25387 - - 26926 - - type: AtmosDevice - joinedGrid: 2 - uid: 28752 components: - type: Transform @@ -15787,23 +16323,6 @@ entities: - 25475 - type: AtmosDevice joinedGrid: 2 - - uid: 34985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 28356 - - 26692 - - 26693 - - 8687 - - 8688 - - 8689 - - 28355 - - type: AtmosDevice - joinedGrid: 2 - proto: AirCanister entities: - uid: 3630 @@ -15823,21 +16342,11 @@ entities: parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - - uid: 4013 + - uid: 13756 components: - type: Transform - pos: -50.5,59.5 + pos: -53.5,53.5 parent: 2 - - type: DeviceLinkSink - links: - - 31443 - - 31448 - - type: DeviceLinkSource - linkedPorts: - 31448: - - DoorStatus: DoorBolt - 31443: - - DoorStatus: DoorBolt - uid: 22715 components: - type: Transform @@ -15848,33 +16357,6 @@ entities: - type: Transform pos: -43.5,36.5 parent: 2 - - uid: 27439 - components: - - type: Transform - pos: -50.5,60.5 - parent: 2 - - type: DeviceLinkSink - links: - - 31443 - - 31448 - - type: DeviceLinkSource - linkedPorts: - 31448: - - DoorStatus: DoorBolt - 31443: - - DoorStatus: DoorBolt - - uid: 31430 - components: - - type: Transform - pos: -60.5,56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 31428 - - type: DeviceLinkSource - linkedPorts: - 31428: - - DoorStatus: DoorBolt - uid: 34664 components: - type: Transform @@ -16034,6 +16516,12 @@ entities: parent: 2 - proto: AirlockClownLocked entities: + - uid: 316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,-6.5 + parent: 2 - uid: 3685 components: - type: Transform @@ -16338,11 +16826,6 @@ entities: - type: Transform pos: -63.5,-21.5 parent: 2 - - uid: 34381 - components: - - type: Transform - pos: -64.5,-22.5 - parent: 2 - proto: AirlockExternalEasyPry entities: - uid: 6654 @@ -16406,36 +16889,6 @@ entities: - type: Transform pos: 2.5,-53.5 parent: 2 - - uid: 8370 - components: - - type: Transform - pos: -121.5,7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8419 - - 8420 - - type: DeviceLinkSource - linkedPorts: - 8420: - - DoorStatus: DoorBolt - 8419: - - DoorStatus: DoorBolt - - uid: 8385 - components: - - type: Transform - pos: -121.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8420 - - 8419 - - type: DeviceLinkSource - linkedPorts: - 8419: - - DoorStatus: DoorBolt - 8420: - - DoorStatus: DoorBolt - proto: AirlockExternalGlassCargoLocked entities: - uid: 6675 @@ -16571,16 +17024,6 @@ entities: - type: Transform pos: 10.5,79.5 parent: 2 - - uid: 19462 - components: - - type: Transform - pos: -115.5,2.5 - parent: 2 - - uid: 19478 - components: - - type: Transform - pos: -115.5,14.5 - parent: 2 - proto: AirlockExternalGlassEasyPryLocked entities: - uid: 3915 @@ -16969,6 +17412,11 @@ entities: - DoorStatus: DoorBolt 22613: - DoorStatus: DoorBolt + - uid: 26617 + components: + - type: Transform + pos: -55.5,53.5 + parent: 2 - uid: 30101 components: - type: Transform @@ -16980,18 +17428,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,69.5 parent: 2 - - uid: 31428 - components: - - type: Transform - pos: -60.5,54.5 - parent: 2 - - type: DeviceLinkSink - links: - - 31430 - - type: DeviceLinkSource - linkedPorts: - 31430: - - DoorStatus: DoorBolt - proto: AirlockExternalGlassShuttleArrivals entities: - uid: 5817 @@ -17093,23 +17529,11 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,-1.5 parent: 2 - - uid: 7586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -117.5,2.5 - parent: 2 - uid: 7930 components: - type: Transform pos: 43.5,-35.5 parent: 2 - - uid: 9205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -117.5,14.5 - parent: 2 - uid: 19907 components: - type: Transform @@ -17134,38 +17558,6 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,-46.5 parent: 2 - - uid: 8419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -124.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8385 - - 8370 - - type: DeviceLinkSource - linkedPorts: - 8370: - - DoorStatus: DoorBolt - 8385: - - DoorStatus: DoorBolt - - uid: 8420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -124.5,7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8385 - - 8370 - - type: DeviceLinkSource - linkedPorts: - 8385: - - DoorStatus: DoorBolt - 8370: - - DoorStatus: DoorBolt - uid: 9341 components: - type: Transform @@ -17182,38 +17574,6 @@ entities: - type: Transform pos: -30.5,-45.5 parent: 2 -- proto: AirlockExternalLocked - entities: - - uid: 31443 - components: - - type: Transform - pos: -48.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4013 - - 27439 - - type: DeviceLinkSource - linkedPorts: - 27439: - - DoorStatus: DoorBolt - 4013: - - DoorStatus: DoorBolt - - uid: 31448 - components: - - type: Transform - pos: -49.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 27439 - - 4013 - - type: DeviceLinkSource - linkedPorts: - 4013: - - DoorStatus: DoorBolt - 27439: - - DoorStatus: DoorBolt - proto: AirlockFreezerKitchenHydroLocked entities: - uid: 7182 @@ -17243,6 +17603,24 @@ entities: - type: Transform pos: -85.5,11.5 parent: 2 + - uid: 1251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,22.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-4.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-5.5 + parent: 2 - uid: 3205 components: - type: Transform @@ -17265,6 +17643,16 @@ entities: - type: Transform pos: -84.5,5.5 parent: 2 + - uid: 11402 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 11483 + components: + - type: Transform + pos: -37.5,-24.5 + parent: 2 - uid: 13054 components: - type: Transform @@ -17285,15 +17673,17 @@ entities: - type: Transform pos: -6.5,71.5 parent: 2 - - uid: 18403 + - uid: 21930 components: - type: Transform - pos: -39.5,-26.5 + rot: 3.141592653589793 rad + pos: -47.5,-24.5 parent: 2 - - uid: 19821 + - uid: 22161 components: - type: Transform - pos: -37.5,-26.5 + rot: 3.141592653589793 rad + pos: -90.5,21.5 parent: 2 - uid: 22768 components: @@ -17428,6 +17818,12 @@ entities: - type: Transform pos: -34.5,-14.5 parent: 2 + - uid: 26718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-24.5 + parent: 2 - uid: 29158 components: - type: Transform @@ -17438,26 +17834,6 @@ entities: - type: Transform pos: -83.5,5.5 parent: 2 - - uid: 29429 - components: - - type: Transform - pos: -91.5,10.5 - parent: 2 - - uid: 29430 - components: - - type: Transform - pos: -90.5,10.5 - parent: 2 - - uid: 29431 - components: - - type: Transform - pos: -91.5,6.5 - parent: 2 - - uid: 29432 - components: - - type: Transform - pos: -90.5,6.5 - parent: 2 - uid: 29433 components: - type: Transform @@ -17829,12 +18205,6 @@ entities: rot: -1.5707963267948966 rad pos: -57.5,-20.5 parent: 2 - - uid: 1526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-31.5 - parent: 2 - proto: AirlockLawyerGlassLocked entities: - uid: 2199 @@ -17891,11 +18261,6 @@ entities: - type: Transform pos: -7.5,-30.5 parent: 2 - - uid: 31997 - components: - - type: Transform - pos: -36.5,-37.5 - parent: 2 - proto: AirlockMaintCommandLocked entities: - uid: 1334 @@ -18001,15 +18366,32 @@ entities: - type: Transform pos: -43.5,21.5 parent: 2 -- proto: AirlockMaintKitchenLocked +- proto: AirlockMaintLocked entities: - - uid: 2105 + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-31.5 + parent: 2 + - uid: 362 components: - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-31.5 + parent: 2 + - uid: 385 + components: + - type: Transform + rot: 3.141592653589793 rad pos: -34.5,-28.5 parent: 2 -- proto: AirlockMaintLocked - entities: + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,17.5 + parent: 2 - uid: 2539 components: - type: Transform @@ -18045,25 +18427,11 @@ entities: - type: Transform pos: -98.5,14.5 parent: 2 - - uid: 9645 - components: - - type: Transform - pos: -86.5,12.5 - parent: 2 - - uid: 10032 - components: - - type: Transform - pos: -70.5,-6.5 - parent: 2 - - uid: 15694 - components: - - type: Transform - pos: -90.5,21.5 - parent: 2 - - uid: 15724 + - uid: 16610 components: - type: Transform - pos: -93.5,-4.5 + rot: 3.141592653589793 rad + pos: -32.5,23.5 parent: 2 - uid: 20877 components: @@ -18165,21 +18533,11 @@ entities: - type: Transform pos: -0.5,44.5 parent: 2 - - uid: 22925 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - uid: 22926 components: - type: Transform pos: -44.5,18.5 parent: 2 - - uid: 22927 - components: - - type: Transform - pos: -32.5,17.5 - parent: 2 - uid: 22928 components: - type: Transform @@ -18215,21 +18573,6 @@ entities: - type: Transform pos: -4.5,-30.5 parent: 2 - - uid: 29152 - components: - - type: Transform - pos: -93.5,21.5 - parent: 2 - - uid: 29159 - components: - - type: Transform - pos: -86.5,-0.5 - parent: 2 - - uid: 29425 - components: - - type: Transform - pos: -90.5,-4.5 - parent: 2 - uid: 33541 components: - type: Transform @@ -18237,9 +18580,10 @@ entities: parent: 2 - proto: AirlockMaintMedLocked entities: - - uid: 22801 + - uid: 11341 components: - type: Transform + rot: 3.141592653589793 rad pos: -30.5,2.5 parent: 2 - uid: 22804 @@ -18247,13 +18591,6 @@ entities: - type: Transform pos: 35.5,11.5 parent: 2 -- proto: AirlockMaintMusicianLocked - entities: - - uid: 288 - components: - - type: Transform - pos: -66.5,-0.5 - parent: 2 - proto: AirlockMaintRnDLocked entities: - uid: 7996 @@ -18261,6 +18598,16 @@ entities: - type: Transform pos: 51.5,37.5 parent: 2 + - uid: 13455 + components: + - type: Transform + pos: 59.5,34.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + pos: 59.5,32.5 + parent: 2 - uid: 22595 components: - type: Transform @@ -18332,15 +18679,17 @@ entities: - type: Transform pos: -60.5,-15.5 parent: 2 - - uid: 1777 + - uid: 2105 components: - type: Transform - pos: -39.5,-34.5 + rot: 3.141592653589793 rad + pos: -66.5,-0.5 parent: 2 - - uid: 2297 + - uid: 27234 components: - type: Transform - pos: -54.5,-31.5 + rot: 3.141592653589793 rad + pos: -55.5,-30.5 parent: 2 - proto: AirlockMaintZookeeperLocked entities: @@ -18349,21 +18698,11 @@ entities: - type: Transform pos: -72.5,18.5 parent: 2 - - uid: 13038 - components: - - type: Transform - pos: -70.5,23.5 - parent: 2 - uid: 13358 components: - type: Transform pos: -74.5,21.5 parent: 2 - - uid: 15500 - components: - - type: Transform - pos: -63.5,-24.5 - parent: 2 - uid: 15884 components: - type: Transform @@ -18397,11 +18736,15 @@ entities: parent: 2 - proto: AirlockMedicalGlass entities: - - uid: 901 + - uid: 348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-5.5 + pos: 8.5,8.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 10.5,8.5 parent: 2 - uid: 3276 components: @@ -18499,23 +18842,39 @@ entities: - type: Transform pos: 20.5,-12.5 parent: 2 + - uid: 29156 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 - proto: AirlockMedicalGlassLocked entities: - - uid: 12973 + - uid: 364 components: - type: Transform - pos: 31.5,4.5 + pos: 9.5,-13.5 parent: 2 - - uid: 19819 + - type: DeviceLinkSink + links: + - 23328 + - uid: 1488 components: - type: Transform - pos: 9.5,17.5 + pos: 30.5,4.5 parent: 2 - - uid: 20927 + - uid: 3474 components: - type: Transform - pos: 30.5,4.5 + pos: 31.5,4.5 + parent: 2 + - uid: 19819 + components: + - type: Transform + pos: 9.5,17.5 parent: 2 + - type: DeviceLinkSink + links: + - 22047 - uid: 22814 components: - type: Transform @@ -18550,21 +18909,6 @@ entities: - type: DeviceLinkSink links: - 35837 - - uid: 22819 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - - uid: 22820 - components: - - type: Transform - pos: 9.5,8.5 - parent: 2 - - uid: 22821 - components: - - type: Transform - pos: 8.5,8.5 - parent: 2 - uid: 22822 components: - type: Transform @@ -18694,10 +19038,11 @@ entities: parent: 2 - proto: AirlockMusicianLocked entities: - - uid: 30793 + - uid: 35 components: - type: Transform - pos: -70.5,1.5 + rot: -1.5707963267948966 rad + pos: -74.5,3.5 parent: 2 - proto: AirlockParamedicLocked entities: @@ -19023,11 +19368,6 @@ entities: parent: 2 - proto: AirlockServiceGlassLocked entities: - - uid: 112 - components: - - type: Transform - pos: -72.5,4.5 - parent: 2 - uid: 19631 components: - type: Transform @@ -19049,15 +19389,16 @@ entities: - type: Transform pos: -48.5,-10.5 parent: 2 - - uid: 22891 + - uid: 22893 components: - type: Transform - pos: -48.5,-26.5 + pos: -51.5,-23.5 parent: 2 - - uid: 22893 + - uid: 23455 components: - type: Transform - pos: -51.5,-23.5 + rot: -1.5707963267948966 rad + pos: -68.5,4.5 parent: 2 - proto: AirlockServiceLocked entities: @@ -19080,20 +19421,10 @@ entities: parent: 2 - proto: AirlockVirologyGlassLocked entities: - - uid: 94 - components: - - type: Transform - pos: 9.5,-13.5 - parent: 2 - - uid: 22845 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 2 - - uid: 22846 + - uid: 21924 components: - type: Transform - pos: 10.5,-3.5 + pos: -14.5,4.5 parent: 2 - proto: AirlockZookeeperGlassLocked entities: @@ -19110,10 +19441,58 @@ entities: - type: Transform pos: -66.5,16.5 parent: 2 - - uid: 15867 + - uid: 20608 components: - type: Transform - pos: -115.5,8.5 + rot: 3.141592653589793 rad + pos: -91.5,24.5 + parent: 2 + - uid: 20620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,17.5 + parent: 2 + - uid: 20971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,-0.5 + parent: 2 + - uid: 22694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,15.5 + parent: 2 + - uid: 22724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -100.5,1.5 + parent: 2 + - uid: 22727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,23.5 + parent: 2 + - uid: 22729 + components: + - type: Transform + pos: -77.5,24.5 + parent: 2 + - uid: 26377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-6.5 + parent: 2 + - uid: 26615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-7.5 parent: 2 - proto: AirSensor entities: @@ -19123,16 +19502,6 @@ entities: rot: 3.141592653589793 rad pos: 3.5,-12.5 parent: 2 - - uid: 150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1655 - - 25293 - uid: 151 components: - type: Transform @@ -19145,12 +19514,68 @@ entities: - 25285 - 25287 - 25293 + - uid: 1255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2285 + - uid: 1257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1256 + - uid: 1259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11473 + - uid: 1260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8213 - uid: 2763 components: - type: Transform rot: 1.5707963267948966 rad pos: -79.5,4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - uid: 4243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22065 + - uid: 4315 + components: + - type: Transform + pos: 67.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23957 - uid: 6264 components: - type: Transform @@ -19162,6 +19587,16 @@ entities: - type: Transform pos: -32.5,42.5 parent: 2 + - uid: 13036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - 25287 - uid: 15931 components: - type: Transform @@ -19266,11 +19701,17 @@ entities: - type: Transform pos: -17.5,1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 27312 components: - type: Transform pos: 2.5,-1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 27504 components: - type: Transform @@ -19365,46 +19806,6 @@ entities: - type: Transform pos: -64.5,12.5 parent: 2 - - uid: 28349 - components: - - type: Transform - pos: -71.5,27.5 - parent: 2 - - uid: 28350 - components: - - type: Transform - pos: -78.5,36.5 - parent: 2 - - uid: 28351 - components: - - type: Transform - pos: -95.5,36.5 - parent: 2 - - uid: 28352 - components: - - type: Transform - pos: -112.5,34.5 - parent: 2 - - uid: 28353 - components: - - type: Transform - pos: -112.5,6.5 - parent: 2 - - uid: 28354 - components: - - type: Transform - pos: -112.5,-18.5 - parent: 2 - - uid: 28355 - components: - - type: Transform - pos: -93.5,-21.5 - parent: 2 - - uid: 28356 - components: - - type: Transform - pos: -83.5,-20.5 - parent: 2 - uid: 28357 components: - type: Transform @@ -19484,11 +19885,6 @@ entities: - type: Transform pos: -39.5,-36.5 parent: 2 - - uid: 28370 - components: - - type: Transform - pos: -43.5,-33.5 - parent: 2 - uid: 28371 components: - type: Transform @@ -19499,6 +19895,9 @@ entities: - type: Transform pos: -55.5,-12.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 - uid: 28373 components: - type: Transform @@ -19626,6 +20025,9 @@ entities: - type: Transform pos: -53.5,-6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 - uid: 28396 components: - type: Transform @@ -19877,11 +20279,6 @@ entities: - type: Transform pos: 18.5,-11.5 parent: 2 - - uid: 28464 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 2 - uid: 28465 components: - type: Transform @@ -19892,6 +20289,9 @@ entities: - type: Transform pos: -22.5,13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 28473 components: - type: Transform @@ -19913,6 +20313,7 @@ entities: - type: DeviceNetwork deviceLists: - 17901 + - 25275 - uid: 28476 components: - type: Transform @@ -19987,21 +20388,12 @@ entities: - type: DeviceNetwork deviceLists: - 25300 - - uid: 28489 - components: - - type: Transform - pos: 72.5,12.5 - parent: 2 + - 23957 - uid: 28490 components: - type: Transform pos: 58.5,27.5 parent: 2 - - uid: 28491 - components: - - type: Transform - pos: 65.5,27.5 - parent: 2 - uid: 28512 components: - type: Transform @@ -20022,11 +20414,6 @@ entities: - type: Transform pos: 47.5,49.5 parent: 2 - - uid: 28517 - components: - - type: Transform - pos: -117.5,7.5 - parent: 2 - uid: 28518 components: - type: Transform @@ -20253,6 +20640,7 @@ entities: - type: DeviceNetwork deviceLists: - 30714 + - 22045 - uid: 28614 components: - type: Transform @@ -20353,12 +20741,18 @@ entities: rot: 1.5707963267948966 rad pos: -80.5,0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 - uid: 28742 components: - type: Transform rot: 1.5707963267948966 rad pos: -76.5,0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 - uid: 28754 components: - type: Transform @@ -20392,6 +20786,9 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,-4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 29040 components: - type: Transform @@ -20451,10 +20848,11 @@ entities: parent: 2 - proto: AltarChaos entities: - - uid: 1559 + - uid: 24637 components: - type: Transform - pos: 72.5,17.5 + rot: -1.5707963267948966 rad + pos: 68.5,17.5 parent: 2 - proto: AltarFangs entities: @@ -20472,11 +20870,11 @@ entities: parent: 2 - proto: AmeController entities: - - uid: 18616 + - uid: 120 components: - type: Transform anchored: False - pos: -60.5,28.5 + pos: -60.512306,28.644855 parent: 2 - type: Physics bodyType: Dynamic @@ -20495,7 +20893,8 @@ entities: - uid: 36501 components: - type: Transform - pos: -58.60689,30.62236 + rot: 0.116782046854496 rad + pos: -58.46974,30.660925 parent: 2 - proto: AmmoTechFab entities: @@ -20532,6 +20931,14 @@ entities: parent: 2 - proto: APCBasic entities: + - uid: 450 + components: + - type: MetaData + name: Theater Dorms APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,2.5 + parent: 2 - uid: 2430 components: - type: MetaData @@ -20562,13 +20969,6 @@ entities: rot: 1.5707963267948966 rad pos: -64.5,35.5 parent: 2 - - uid: 10096 - components: - - type: MetaData - name: Food Court Kitchens APC - - type: Transform - pos: -51.5,-31.5 - parent: 2 - uid: 10341 components: - type: MetaData @@ -20773,10 +21173,13 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,39.5 parent: 2 - - uid: 30753 + - uid: 26721 components: + - type: MetaData + name: Food Court APC - type: Transform - pos: -65.5,-22.5 + rot: 3.141592653589793 rad + pos: -54.5,-30.5 parent: 2 - uid: 30857 components: @@ -20788,6 +21191,8 @@ entities: parent: 2 - uid: 30973 components: + - type: MetaData + name: Examination Room APC - type: Transform rot: 3.141592653589793 rad pos: 10.5,-12.5 @@ -20831,14 +21236,6 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,19.5 parent: 2 - - uid: 34291 - components: - - type: MetaData - name: Theater Dorms APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,2.5 - parent: 2 - uid: 34699 components: - type: MetaData @@ -20986,8 +21383,40 @@ entities: - type: Transform pos: -13.320732,-32.419666 parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 34759 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 - proto: Ashtray entities: + - uid: 916 + components: + - type: Transform + pos: -10.589411,-42.56779 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: 28.696327,25.40703 + parent: 2 + - uid: 7781 + components: + - type: Transform + pos: 65.608315,30.830063 + parent: 2 + - uid: 20306 + components: + - type: Transform + pos: -26.810955,-23.437841 + parent: 2 + - uid: 20309 + components: + - type: Transform + pos: -4.2579336,5.73864 + parent: 2 - uid: 25506 components: - type: Transform @@ -20998,6 +21427,678 @@ entities: - type: Transform pos: 19.771864,-32.451473 parent: 2 + - uid: 25786 + components: + - type: Transform + pos: 47.096138,24.724594 + parent: 2 + - uid: 26731 + components: + - type: Transform + pos: -46.9835,-27.290182 + parent: 2 + - uid: 28667 + components: + - type: Transform + pos: -5.875018,-7.4519844 + parent: 2 + - uid: 28668 + components: + - type: Transform + pos: -12.10113,-42.239666 + parent: 2 +- proto: AsteroidAltRock + entities: + - uid: 476 + components: + - type: Transform + pos: -103.5,69.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: -102.5,69.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: -98.5,69.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-26.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-25.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-27.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: -105.5,70.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: -99.5,68.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: -103.5,68.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + pos: -104.5,70.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: -104.5,68.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: -105.5,68.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: -103.5,67.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + pos: -68.5,-26.5 + parent: 2 + - uid: 8151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-36.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + pos: -108.5,66.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-33.5 + parent: 2 + - uid: 8321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-32.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: -104.5,67.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + pos: -103.5,70.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + pos: -102.5,70.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + pos: -101.5,70.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + pos: -100.5,70.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + pos: -99.5,70.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + pos: -100.5,71.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-26.5 + parent: 2 + - uid: 8358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-23.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + pos: -69.5,-25.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-25.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-28.5 + parent: 2 + - uid: 8369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-31.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,-20.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-29.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: -69.5,-23.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: -69.5,-27.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-34.5 + parent: 2 + - uid: 9689 + components: + - type: Transform + pos: -68.5,-22.5 + parent: 2 + - uid: 11212 + components: + - type: Transform + pos: -101.5,69.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-24.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-27.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: -99.5,69.5 + parent: 2 + - uid: 11479 + components: + - type: Transform + pos: -100.5,69.5 + parent: 2 + - uid: 11513 + components: + - type: Transform + pos: -93.5,70.5 + parent: 2 + - uid: 11514 + components: + - type: Transform + pos: -92.5,75.5 + parent: 2 + - uid: 11515 + components: + - type: Transform + pos: -92.5,70.5 + parent: 2 + - uid: 11516 + components: + - type: Transform + pos: -92.5,71.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: -91.5,74.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: -93.5,69.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: -91.5,76.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: -92.5,76.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: -91.5,77.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: -91.5,75.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + pos: -95.5,81.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: -103.5,71.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + pos: -92.5,77.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + pos: -96.5,82.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: -104.5,71.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + pos: -100.5,66.5 + parent: 2 + - uid: 11550 + components: + - type: Transform + pos: -101.5,71.5 + parent: 2 + - uid: 11551 + components: + - type: Transform + pos: -102.5,71.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: -101.5,67.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: -101.5,72.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: -102.5,72.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: -100.5,67.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + pos: -90.5,76.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: -95.5,69.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: -111.5,69.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + pos: -108.5,65.5 + parent: 2 + - uid: 19400 + components: + - type: Transform + pos: -111.5,70.5 + parent: 2 + - uid: 19408 + components: + - type: Transform + pos: -109.5,65.5 + parent: 2 + - uid: 19409 + components: + - type: Transform + pos: -107.5,65.5 + parent: 2 + - uid: 19411 + components: + - type: Transform + pos: -112.5,69.5 + parent: 2 + - uid: 20305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-31.5 + parent: 2 + - uid: 21916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-27.5 + parent: 2 + - uid: 21917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-28.5 + parent: 2 + - uid: 21945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,-20.5 + parent: 2 + - uid: 21977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-35.5 + parent: 2 + - uid: 21979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-32.5 + parent: 2 + - uid: 22054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-23.5 + parent: 2 + - uid: 22133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-35.5 + parent: 2 + - uid: 22134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-26.5 + parent: 2 + - uid: 22135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-26.5 + parent: 2 + - uid: 22136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-27.5 + parent: 2 + - uid: 22138 + components: + - type: Transform + pos: -76.5,-38.5 + parent: 2 + - uid: 22139 + components: + - type: Transform + pos: -75.5,-37.5 + parent: 2 + - uid: 22140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-32.5 + parent: 2 + - uid: 22141 + components: + - type: Transform + pos: -69.5,-26.5 + parent: 2 + - uid: 22142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-32.5 + parent: 2 + - uid: 22143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-32.5 + parent: 2 + - uid: 22144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-35.5 + parent: 2 + - uid: 22145 + components: + - type: Transform + pos: -70.5,-25.5 + parent: 2 + - uid: 22146 + components: + - type: Transform + pos: -70.5,-24.5 + parent: 2 + - uid: 22147 + components: + - type: Transform + pos: -69.5,-24.5 + parent: 2 + - uid: 22148 + components: + - type: Transform + pos: -67.5,-28.5 + parent: 2 + - uid: 23781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-36.5 + parent: 2 + - uid: 23811 + components: + - type: Transform + pos: -105.5,69.5 + parent: 2 + - uid: 24943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,-27.5 + parent: 2 + - uid: 24948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-29.5 + parent: 2 + - uid: 26346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-25.5 + parent: 2 + - uid: 26347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-25.5 + parent: 2 + - uid: 26573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-23.5 + parent: 2 + - uid: 26605 + components: + - type: Transform + pos: -102.5,68.5 + parent: 2 + - uid: 26606 + components: + - type: Transform + pos: -101.5,68.5 + parent: 2 + - uid: 26607 + components: + - type: Transform + pos: -100.5,68.5 + parent: 2 + - uid: 26680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-31.5 + parent: 2 + - uid: 26683 + components: + - type: Transform + pos: -106.5,69.5 + parent: 2 + - uid: 26684 + components: + - type: Transform + pos: -104.5,69.5 + parent: 2 + - uid: 26685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-33.5 + parent: 2 + - uid: 26686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-33.5 + parent: 2 + - uid: 26690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-32.5 + parent: 2 + - uid: 26740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-22.5 + parent: 2 + - uid: 26741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-20.5 + parent: 2 + - uid: 26742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-27.5 + parent: 2 + - uid: 26743 + components: + - type: Transform + pos: -68.5,-25.5 + parent: 2 + - uid: 26744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-23.5 + parent: 2 + - uid: 26745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-22.5 + parent: 2 + - uid: 28659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-31.5 + parent: 2 + - uid: 28660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-31.5 + parent: 2 + - uid: 28661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,-23.5 + parent: 2 + - uid: 28662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-21.5 + parent: 2 - proto: AtmosDeviceFanTiny entities: - uid: 1113 @@ -21058,11 +22159,6 @@ entities: - type: Transform pos: -61.5,-5.5 parent: 2 - - uid: 19479 - components: - - type: Transform - pos: -124.5,7.5 - parent: 2 - uid: 20717 components: - type: Transform @@ -21075,26 +22171,11 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-48.5 parent: 2 - - uid: 22694 - components: - - type: Transform - pos: -124.5,9.5 - parent: 2 - uid: 22725 components: - type: Transform pos: -66.5,-16.5 parent: 2 - - uid: 22726 - components: - - type: Transform - pos: -117.5,14.5 - parent: 2 - - uid: 22729 - components: - - type: Transform - pos: -117.5,2.5 - parent: 2 - uid: 22738 components: - type: Transform @@ -21606,10 +22687,10 @@ entities: parent: 2 - proto: Autolathe entities: - - uid: 8762 + - uid: 1134 components: - type: Transform - pos: -71.5,3.5 + pos: -67.5,1.5 parent: 2 - uid: 8839 components: @@ -21713,8 +22794,35 @@ entities: - type: Transform pos: 70.5,41.5 parent: 2 +- proto: BarberScissors + entities: + - uid: 347 + components: + - type: Transform + pos: -69.26311,-0.36495054 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: -69.61467,-0.4235443 + parent: 2 + - uid: 27439 + components: + - type: Transform + pos: -50.52528,-25.72538 + parent: 2 + - uid: 27816 + components: + - type: Transform + pos: -50.33778,-28.151161 + parent: 2 - proto: Barricade entities: + - uid: 456 + components: + - type: Transform + pos: 57.5,58.5 + parent: 2 - uid: 1102 components: - type: Transform @@ -21824,10 +22932,11 @@ entities: - type: Transform pos: 52.5,46.5 parent: 2 - - uid: 27868 + - uid: 28517 components: - type: Transform - pos: 57.5,58.5 + rot: -1.5707963267948966 rad + pos: -64.5,-26.5 parent: 2 - proto: BarricadeBlock entities: @@ -21836,22 +22945,66 @@ entities: - type: Transform pos: 60.5,58.5 parent: 2 + - uid: 8642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-25.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-37.5 + parent: 2 - uid: 19419 components: - type: Transform rot: -1.5707963267948966 rad pos: -70.5,-6.5 parent: 2 + - uid: 19422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-35.5 + parent: 2 + - uid: 23773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-24.5 + parent: 2 + - uid: 26223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-23.5 + parent: 2 - uid: 27858 components: - type: Transform pos: 54.5,51.5 parent: 2 + - uid: 28350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-27.5 + parent: 2 - uid: 29868 components: - type: Transform pos: 51.5,49.5 parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 11326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-36.5 + parent: 2 - proto: BarSign entities: - uid: 5959 @@ -22003,6 +23156,11 @@ entities: - type: Transform pos: -9.5,-32.5 parent: 2 + - uid: 457 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 - uid: 522 components: - type: Transform @@ -22068,11 +23226,6 @@ entities: - type: Transform pos: -8.5,-10.5 parent: 2 - - uid: 3799 - components: - - type: Transform - pos: -71.5,16.5 - parent: 2 - uid: 3990 components: - type: Transform @@ -22083,6 +23236,41 @@ entities: - type: Transform pos: -79.5,1.5 parent: 2 + - uid: 4620 + components: + - type: Transform + pos: -26.5,7.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 4746 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -20.5,7.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: -28.5,7.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 - uid: 5410 components: - type: Transform @@ -22093,11 +23281,6 @@ entities: - type: Transform pos: 44.5,34.5 parent: 2 - - uid: 5702 - components: - - type: Transform - pos: 68.5,26.5 - parent: 2 - uid: 5763 components: - type: Transform @@ -22113,15 +23296,15 @@ entities: - type: Transform pos: -24.5,-25.5 parent: 2 - - uid: 7677 + - uid: 8810 components: - type: Transform - pos: -71.5,17.5 + pos: -61.5,11.5 parent: 2 - - uid: 8810 + - uid: 13120 components: - type: Transform - pos: -61.5,11.5 + pos: -71.5,16.5 parent: 2 - uid: 15116 components: @@ -22183,20 +23366,15 @@ entities: - type: Transform pos: -41.5,58.5 parent: 2 - - uid: 22494 - components: - - type: Transform - pos: -69.5,-0.5 - parent: 2 - - uid: 26411 + - uid: 22087 components: - type: Transform - pos: -69.5,0.5 + pos: 66.5,30.5 parent: 2 - - uid: 35759 + - uid: 23256 components: - type: Transform - pos: -100.5,-26.5 + pos: -71.5,3.5 parent: 2 - proto: BedsheetBlack entities: @@ -22277,73 +23455,65 @@ entities: - type: Transform pos: -8.5,-10.5 parent: 2 -- proto: BedsheetCosmos - entities: - - uid: 35769 - components: - - type: Transform - pos: -100.5,-26.5 - parent: 2 - proto: BedsheetCult entities: - uid: 20028 components: - type: Transform - pos: 68.5,26.5 + pos: 66.5,30.5 parent: 2 - proto: BedsheetGreen entities: + - uid: 474 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 - uid: 1811 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,15.5 parent: 2 - - uid: 1812 + - uid: 10657 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-6.5 + pos: -22.5,7.5 parent: 2 - - uid: 1813 + - uid: 10706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-6.5 + pos: -24.5,7.5 parent: 2 - - uid: 1814 + - uid: 11106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-8.5 + pos: -18.5,7.5 parent: 2 - - uid: 1815 + - uid: 11146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-10.5 + pos: -20.5,7.5 parent: 2 - - uid: 1816 + - uid: 11151 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-10.5 + pos: -16.5,7.5 parent: 2 - - uid: 1817 + - uid: 13134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-8.5 + pos: -71.5,16.5 parent: 2 - - uid: 13315 + - uid: 19954 components: - type: Transform - pos: -71.5,16.5 + pos: -26.5,7.5 parent: 2 - - uid: 15881 + - uid: 19986 components: - type: Transform - pos: -71.5,17.5 + pos: -28.5,7.5 parent: 2 - proto: BedsheetGrey entities: @@ -22374,41 +23544,6 @@ entities: parent: 2 - proto: BedsheetMedical entities: - - uid: 424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,7.5 - parent: 2 - - uid: 434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-2.5 - parent: 2 - - uid: 452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,7.5 - parent: 2 - - uid: 453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,7.5 - parent: 2 - - uid: 454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-2.5 - parent: 2 - - uid: 455 - components: - - type: Transform - pos: -19.5,-2.5 - parent: 2 - uid: 1819 components: - type: Transform @@ -22449,6 +23584,23 @@ entities: - type: Transform pos: 13.5,15.5 parent: 2 + - uid: 4401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-10.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 - proto: BedsheetMime entities: - uid: 4183 @@ -22502,11 +23654,10 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,10.5 parent: 2 - - uid: 31157 + - uid: 23571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,0.5 + pos: -71.5,3.5 parent: 2 - proto: BedsheetQM entities: @@ -22544,34 +23695,6 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,15.5 parent: 2 - - uid: 31158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-0.5 - parent: 2 -- proto: BedsheetSpawner - entities: - - uid: 275 - components: - - type: Transform - pos: 23.5,-11.5 - parent: 2 - - uid: 426 - components: - - type: Transform - pos: 23.5,-5.5 - parent: 2 - - uid: 21080 - components: - - type: Transform - pos: 23.5,-8.5 - parent: 2 - - uid: 36457 - components: - - type: Transform - pos: 34.5,-11.5 - parent: 2 - proto: BedsheetWhite entities: - uid: 540 @@ -22694,18 +23817,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,12.5 parent: 2 - - uid: 4271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,12.5 - parent: 2 - - uid: 4272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,12.5 - parent: 2 - uid: 4287 components: - type: Transform @@ -22730,18 +23841,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,19.5 parent: 2 - - uid: 4297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,19.5 - parent: 2 - - uid: 4299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,19.5 - parent: 2 - uid: 15793 components: - type: Transform @@ -22804,18 +23903,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,49.5 parent: 2 - - uid: 4146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,21.5 - parent: 2 - - uid: 4158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,21.5 - parent: 2 - uid: 4163 components: - type: Transform @@ -22864,18 +23951,6 @@ entities: rot: 1.5707963267948966 rad pos: 56.5,20.5 parent: 2 - - uid: 4178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,20.5 - parent: 2 - - uid: 4179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,20.5 - parent: 2 - uid: 4274 components: - type: Transform @@ -22912,30 +23987,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,14.5 parent: 2 - - uid: 4280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,13.5 - parent: 2 - - uid: 4281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,14.5 - parent: 2 - - uid: 4282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,13.5 - parent: 2 - - uid: 4283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,14.5 - parent: 2 - uid: 4284 components: - type: Transform @@ -23058,18 +24109,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,22.5 parent: 2 - - uid: 4286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,22.5 - parent: 2 - - uid: 4301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,22.5 - parent: 2 - uid: 4302 components: - type: Transform @@ -23094,18 +24133,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,15.5 parent: 2 - - uid: 4306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,15.5 - parent: 2 - - uid: 4307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,15.5 - parent: 2 - uid: 15795 components: - type: Transform @@ -23270,11 +24297,6 @@ entities: - type: Transform pos: 18.5,-35.5 parent: 2 - - uid: 3895 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 2 - uid: 4019 components: - type: Transform @@ -23318,11 +24340,6 @@ entities: - type: Transform pos: 47.5,-11.5 parent: 2 - - uid: 13235 - components: - - type: Transform - pos: -54.5,-27.5 - parent: 2 - uid: 13925 components: - type: Transform @@ -23356,12 +24373,6 @@ entities: - type: Transform pos: -19.5,59.5 parent: 2 - - uid: 19363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-29.5 - parent: 2 - uid: 19569 components: - type: Transform @@ -23428,11 +24439,17 @@ entities: - type: Transform pos: 11.5,75.5 parent: 2 - - uid: 22493 + - uid: 21932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-26.5 + parent: 2 + - uid: 21943 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,2.5 + pos: -43.5,-28.5 parent: 2 - uid: 30030 components: @@ -23516,12 +24533,6 @@ entities: rot: 1.5707963267948966 rad pos: 72.5,64.5 parent: 2 - - uid: 35763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-26.5 - parent: 2 - proto: BenchSofaCorpMiddle entities: - uid: 1694 @@ -23542,11 +24553,6 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-0.5 parent: 2 - - uid: 13230 - components: - - type: Transform - pos: -55.5,-27.5 - parent: 2 - uid: 14166 components: - type: Transform @@ -23570,12 +24576,6 @@ entities: rot: 3.141592653589793 rad pos: -12.5,18.5 parent: 2 - - uid: 19362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-29.5 - parent: 2 - uid: 20926 components: - type: Transform @@ -23629,12 +24629,6 @@ entities: rot: 3.141592653589793 rad pos: 43.5,17.5 parent: 2 - - uid: 35761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,-26.5 - parent: 2 - proto: BenchSofaCorpRight entities: - uid: 28 @@ -23711,12 +24705,6 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-43.5 parent: 2 - - uid: 1549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-29.5 - parent: 2 - uid: 1561 components: - type: Transform @@ -23785,11 +24773,6 @@ entities: - type: Transform pos: -10.5,71.5 parent: 2 - - uid: 3896 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 2 - uid: 5767 components: - type: Transform @@ -23812,6 +24795,18 @@ entities: - type: Transform pos: 4.5,7.5 parent: 2 + - uid: 8324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-25.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-27.5 + parent: 2 - uid: 12959 components: - type: Transform @@ -23823,11 +24818,6 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,-13.5 parent: 2 - - uid: 13229 - components: - - type: Transform - pos: -56.5,-27.5 - parent: 2 - uid: 13869 components: - type: Transform @@ -23856,12 +24846,6 @@ entities: - type: Transform pos: -20.5,59.5 parent: 2 - - uid: 16274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,3.5 - parent: 2 - uid: 19572 components: - type: Transform @@ -24021,12 +25005,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,18.5 parent: 2 - - uid: 35762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-26.5 - parent: 2 - proto: BenchSofaLeft entities: - uid: 7541 @@ -24040,12 +25018,6 @@ entities: rot: 1.5707963267948966 rad pos: -81.5,4.5 parent: 2 - - uid: 19413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,3.5 - parent: 2 - proto: BenchSofaRight entities: - uid: 19410 @@ -24054,12 +25026,6 @@ entities: rot: 1.5707963267948966 rad pos: -81.5,3.5 parent: 2 - - uid: 19411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,4.5 - parent: 2 - uid: 36392 components: - type: Transform @@ -24303,7 +25269,7 @@ entities: - uid: 9518 components: - type: Transform - pos: -67.584366,0.8896593 + pos: -72.38812,0.47690368 parent: 2 - proto: BlastDoor entities: @@ -24324,38 +25290,6 @@ entities: links: - 12930 - 9098 - - uid: 1745 - components: - - type: Transform - pos: -84.5,-15.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8421 - - uid: 1746 - components: - - type: Transform - pos: -108.5,24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22561 - - uid: 3891 - components: - - type: Transform - pos: -108.5,-6.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22560 - - uid: 4141 - components: - - type: Transform - pos: -108.5,-8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22560 - uid: 4187 components: - type: Transform @@ -24392,14 +25326,6 @@ entities: links: - 8740 - 12929 - - uid: 4209 - components: - - type: Transform - pos: -108.5,-7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22560 - uid: 4222 components: - type: Transform @@ -24409,86 +25335,6 @@ entities: links: - 8740 - 12929 - - uid: 7772 - components: - - type: Transform - pos: -108.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8423 - - uid: 7810 - components: - - type: Transform - pos: -85.5,32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8426 - - uid: 7845 - components: - - type: Transform - pos: -83.5,32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8426 - - uid: 7950 - components: - - type: Transform - pos: -83.5,-15.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8421 - - uid: 7951 - components: - - type: Transform - pos: -85.5,-15.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8421 - - uid: 7952 - components: - - type: Transform - pos: -108.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8423 - - uid: 7953 - components: - - type: Transform - pos: -84.5,32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8426 - - uid: 8619 - components: - - type: Transform - pos: -108.5,7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8423 - - uid: 9484 - components: - - type: Transform - pos: -108.5,25.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22561 - - uid: 9485 - components: - - type: Transform - pos: -108.5,23.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22561 - uid: 16629 components: - type: Transform @@ -24552,123 +25398,6 @@ entities: - 6742 - proto: BlastDoorOpen entities: - - uid: 1374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,-7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22559 - - uid: 1375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,-6.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22559 - - uid: 1419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,-8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22559 - - uid: 7657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8424 - - uid: 7662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8424 - - uid: 7693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-18.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8422 - - uid: 7767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8424 - - uid: 7809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-18.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8422 - - uid: 7869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-18.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8422 - - uid: 8243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8425 - - uid: 8244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8425 - - uid: 8245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8425 - - uid: 9211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22562 - uid: 9253 components: - type: Transform @@ -24685,15 +25414,6 @@ entities: - type: DeviceLinkSink links: - 2512 - - uid: 13266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,25.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22562 - uid: 14111 components: - type: Transform @@ -24702,15 +25422,6 @@ entities: - type: DeviceLinkSink links: - 17793 - - uid: 14176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,23.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22562 - uid: 15042 components: - type: Transform @@ -25235,6 +25946,31 @@ entities: - type: DeviceLinkSink links: - 28714 +- proto: BlockGameArcade + entities: + - uid: 424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,61.5 + parent: 2 +- proto: Bloodpack + entities: + - uid: 7811 + components: + - type: Transform + pos: 7.267189,-7.306482 + parent: 2 + - uid: 23344 + components: + - type: Transform + pos: -16.422037,-0.4027381 + parent: 2 + - uid: 23364 + components: + - type: Transform + pos: -29.394693,-0.3324256 + parent: 2 - proto: BoardGameSpawner entities: - uid: 803 @@ -25289,30 +26025,30 @@ entities: - type: Transform pos: 19.622852,3.112877 parent: 2 - - uid: 2472 + - uid: 7736 components: - type: Transform - pos: 67.42861,29.470633 + pos: 71.329605,30.886026 parent: 2 - - uid: 2483 + - uid: 15506 components: - type: Transform - pos: 67.69814,29.716726 + pos: -36.3163,29.611282 parent: 2 - - uid: 5730 + - uid: 15507 components: - type: Transform - pos: 67.70986,29.423758 + pos: -36.34755,29.908157 parent: 2 - - uid: 15506 + - uid: 25062 components: - type: Transform - pos: -36.3163,29.611282 + pos: 71.44679,30.686808 parent: 2 - - uid: 15507 + - uid: 25066 components: - type: Transform - pos: -36.34755,29.908157 + pos: 71.65773,30.897745 parent: 2 - proto: Bonfire entities: @@ -25326,19 +26062,38 @@ entities: - type: Transform pos: -28.5,-35.5 parent: 2 -- proto: BooksBag +- proto: BookChefGaming entities: - - uid: 6086 + - uid: 23459 components: - type: Transform - pos: 52.3559,27.7039 + pos: -49.363445,-8.317079 + parent: 2 + - uid: 25052 + components: + - type: Transform + pos: -49.557533,-8.433976 parent: 2 -- proto: Bookshelf +- proto: BookIanArctic entities: - - uid: 18554 + - uid: 4453 + components: + - type: Transform + pos: 13.509313,-5.401567 + parent: 2 +- proto: BookIanMountain + entities: + - uid: 4432 components: - type: Transform - pos: -60.5,61.5 + pos: 13.321813,-5.202348 + parent: 2 +- proto: BooksBag + entities: + - uid: 6086 + components: + - type: Transform + pos: 52.3559,27.7039 parent: 2 - proto: BookshelfFilled entities: @@ -25541,6 +26296,24 @@ entities: - type: Transform pos: 6.5,0.5 parent: 2 + - 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: 6323 components: - type: Transform @@ -25992,11 +26765,6 @@ entities: - type: Transform pos: 33.253147,7.8214703 parent: 2 - - uid: 1152 - components: - - type: Transform - pos: 13.569364,-4.276534 - parent: 2 - proto: BoxPillCanister entities: - uid: 1572 @@ -26004,13 +26772,6 @@ entities: - type: Transform pos: 34.26096,7.8839703 parent: 2 -- proto: BoxShellTranquilizer - entities: - - uid: 19438 - components: - - type: Transform - pos: -120.57848,10.768091 - parent: 2 - proto: BoxShotgunPractice entities: - uid: 17014 @@ -26020,11 +26781,6 @@ entities: parent: 2 - proto: BoxSterileMask entities: - - uid: 929 - components: - - type: Transform - pos: 13.727502,-4.5758877 - parent: 2 - uid: 1038 components: - type: Transform @@ -26248,6 +27004,11 @@ entities: parent: 2 - proto: Brutepack entities: + - uid: 7794 + components: + - type: Transform + pos: 12.795097,-11.247698 + parent: 2 - uid: 13085 components: - type: Transform @@ -26322,6 +27083,21 @@ entities: - type: Transform pos: -48.5,-47.5 parent: 2 + - uid: 303 + components: + - type: Transform + pos: -104.5,30.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: -103.5,30.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 - uid: 386 components: - type: Transform @@ -26332,6 +27108,16 @@ entities: - type: Transform pos: 22.5,25.5 parent: 2 + - uid: 426 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 2 - uid: 444 components: - type: Transform @@ -26352,6 +27138,76 @@ entities: - type: Transform pos: -64.5,-6.5 parent: 2 + - uid: 449 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 - uid: 551 components: - type: Transform @@ -26457,6 +27313,21 @@ entities: - type: Transform pos: -61.5,-15.5 parent: 2 + - uid: 930 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 - uid: 1110 components: - type: Transform @@ -26477,6 +27348,11 @@ entities: - type: Transform pos: 8.5,52.5 parent: 2 + - uid: 1526 + components: + - type: Transform + pos: -107.5,11.5 + parent: 2 - uid: 1541 components: - type: Transform @@ -26492,11 +27368,21 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 2 + - uid: 1557 + components: + - type: Transform + pos: -72.5,17.5 + parent: 2 - uid: 1558 components: - type: Transform pos: -57.5,-15.5 parent: 2 + - uid: 1559 + components: + - type: Transform + pos: -72.5,18.5 + parent: 2 - uid: 1648 components: - type: Transform @@ -26622,6 +27508,21 @@ entities: - type: Transform pos: -55.5,44.5 parent: 2 + - uid: 2410 + components: + - type: Transform + pos: -81.5,-6.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + pos: -80.5,-6.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: -79.5,-6.5 + parent: 2 - uid: 2534 components: - type: Transform @@ -26782,11 +27683,6 @@ entities: - type: Transform pos: -0.5,0.5 parent: 2 - - uid: 3331 - components: - - type: Transform - pos: -116.5,15.5 - parent: 2 - uid: 3373 components: - type: Transform @@ -26852,21 +27748,101 @@ entities: - type: Transform pos: -52.5,30.5 parent: 2 + - uid: 4013 + components: + - type: Transform + pos: -87.5,-15.5 + parent: 2 - uid: 4021 components: - type: Transform pos: -52.5,44.5 parent: 2 + - uid: 4058 + components: + - type: Transform + pos: -86.5,-15.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: -85.5,-15.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + pos: -84.5,-15.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: -83.5,-15.5 + parent: 2 - uid: 4133 components: - type: Transform pos: 56.5,-36.5 parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -86.5,32.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: -84.5,32.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: -82.5,32.5 + parent: 2 - uid: 4241 components: - type: Transform pos: -53.5,30.5 parent: 2 + - uid: 4296 + components: + - type: Transform + pos: -108.5,10.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: -108.5,8.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: -107.5,13.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: -105.5,14.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: -104.5,14.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: -103.5,15.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + pos: -101.5,15.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: -98.5,29.5 + parent: 2 - uid: 4368 components: - type: Transform @@ -26877,6 +27853,21 @@ entities: - type: Transform pos: -44.5,21.5 parent: 2 + - uid: 4495 + components: + - type: Transform + pos: -108.5,7.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + pos: -106.5,-4.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + pos: -107.5,-4.5 + parent: 2 - uid: 4721 components: - type: Transform @@ -26992,31 +27983,56 @@ entities: - type: Transform pos: 90.5,54.5 parent: 2 + - uid: 4909 + components: + - type: Transform + pos: -91.5,-7.5 + parent: 2 - uid: 4913 components: - type: Transform pos: 90.5,56.5 parent: 2 + - uid: 5044 + components: + - type: Transform + pos: -103.5,18.5 + parent: 2 + - uid: 5051 + components: + - type: Transform + pos: -104.5,18.5 + parent: 2 - uid: 5088 components: - type: Transform - pos: -120.5,9.5 + pos: -102.5,17.5 parent: 2 - uid: 5101 components: - type: Transform - pos: -121.5,9.5 + pos: -101.5,17.5 parent: 2 - uid: 5227 components: - type: Transform pos: -44.5,26.5 parent: 2 + - uid: 5228 + components: + - type: Transform + pos: -100.5,17.5 + parent: 2 - uid: 5230 components: - type: Transform pos: -41.5,26.5 parent: 2 + - uid: 5271 + components: + - type: Transform + pos: -103.5,-0.5 + parent: 2 - uid: 5284 components: - type: Transform @@ -27037,31 +28053,46 @@ entities: - type: Transform pos: -33.5,34.5 parent: 2 + - uid: 5291 + components: + - type: Transform + pos: -102.5,-0.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: -101.5,-0.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + pos: -100.5,-0.5 + parent: 2 - uid: 5406 components: - type: Transform pos: 10.5,68.5 parent: 2 + - uid: 5417 + components: + - type: Transform + pos: -99.5,-0.5 + parent: 2 - uid: 5420 components: - type: Transform pos: -16.5,-48.5 parent: 2 - - uid: 5479 + - uid: 5507 components: - type: Transform - pos: -122.5,9.5 + pos: -97.5,18.5 parent: 2 - uid: 5518 components: - type: Transform pos: -46.5,67.5 parent: 2 - - uid: 5546 - components: - - type: Transform - pos: -124.5,9.5 - parent: 2 - uid: 5567 components: - type: Transform @@ -27072,25 +28103,60 @@ entities: - type: Transform pos: -36.5,-36.5 parent: 2 + - uid: 5628 + components: + - type: Transform + pos: -90.5,22.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: -92.5,22.5 + parent: 2 - uid: 5669 components: - type: Transform pos: -37.5,-35.5 parent: 2 + - uid: 5680 + components: + - type: Transform + pos: -93.5,22.5 + parent: 2 - uid: 5686 components: - type: Transform pos: -39.5,-28.5 parent: 2 + - uid: 5700 + components: + - type: Transform + pos: -100.5,31.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: -101.5,31.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: -98.5,30.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + pos: -98.5,31.5 + parent: 2 - uid: 5895 components: - type: Transform - pos: -123.5,9.5 + pos: -107.5,-5.5 parent: 2 - uid: 5910 components: - type: Transform - pos: -124.5,7.5 + pos: -107.5,-10.5 parent: 2 - uid: 5919 components: @@ -27102,36 +28168,71 @@ entities: - type: Transform pos: -46.5,65.5 parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 - uid: 5935 components: - type: Transform - pos: -63.5,62.5 + pos: -107.5,-9.5 parent: 2 - uid: 5955 components: - type: Transform - pos: -123.5,7.5 + pos: -106.5,-10.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: -106.5,-12.5 parent: 2 - uid: 5966 components: - type: Transform - pos: -121.5,7.5 + pos: -106.5,-11.5 parent: 2 - uid: 5977 components: - type: Transform - pos: -120.5,7.5 + pos: -105.5,-12.5 parent: 2 - uid: 5999 components: - type: Transform - pos: -56.5,56.5 + pos: -105.5,-13.5 + parent: 2 + - uid: 6000 + components: + - type: Transform + pos: -86.5,-6.5 parent: 2 - uid: 6126 components: - type: Transform pos: 87.5,18.5 parent: 2 + - uid: 6129 + components: + - type: Transform + pos: -85.5,-6.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: -83.5,-6.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: -82.5,-6.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -98.5,15.5 + parent: 2 - uid: 6322 components: - type: Transform @@ -27150,7 +28251,7 @@ entities: - uid: 6433 components: - type: Transform - pos: -122.5,7.5 + pos: -90.5,23.5 parent: 2 - uid: 6558 components: @@ -27162,6 +28263,11 @@ entities: - type: Transform pos: -30.5,59.5 parent: 2 + - uid: 6566 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 - uid: 6575 components: - type: Transform @@ -27227,6 +28333,11 @@ entities: - type: Transform pos: -19.5,-48.5 parent: 2 + - uid: 6771 + components: + - type: Transform + pos: -89.5,23.5 + parent: 2 - uid: 6773 components: - type: Transform @@ -27327,11 +28438,21 @@ entities: - type: Transform pos: -48.5,-41.5 parent: 2 + - uid: 6815 + components: + - type: Transform + pos: -72.5,20.5 + parent: 2 - uid: 6816 components: - type: Transform pos: -16.5,-45.5 parent: 2 + - uid: 6859 + components: + - type: Transform + pos: -72.5,19.5 + parent: 2 - uid: 6919 components: - type: Transform @@ -27352,16 +28473,111 @@ entities: - type: Transform pos: -27.5,46.5 parent: 2 + - uid: 7040 + components: + - type: Transform + pos: -28.5,5.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: -78.5,-12.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + pos: -78.5,-11.5 + parent: 2 + - uid: 7103 + components: + - type: Transform + pos: -104.5,-13.5 + parent: 2 + - uid: 7104 + components: + - type: Transform + pos: -103.5,-13.5 + parent: 2 + - uid: 7105 + components: + - type: Transform + pos: -103.5,-14.5 + parent: 2 + - uid: 7114 + components: + - type: Transform + pos: -102.5,-14.5 + parent: 2 + - uid: 7119 + components: + - type: Transform + pos: -101.5,-14.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + pos: -100.5,-14.5 + parent: 2 - uid: 7139 components: - type: Transform pos: -44.5,8.5 parent: 2 + - uid: 7165 + components: + - type: Transform + pos: -99.5,-14.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: -98.5,-14.5 + parent: 2 + - uid: 7178 + components: + - type: Transform + pos: -98.5,-13.5 + parent: 2 + - uid: 7203 + components: + - type: Transform + pos: -97.5,-13.5 + parent: 2 - uid: 7216 components: - type: Transform pos: -70.5,2.5 parent: 2 + - uid: 7263 + components: + - type: Transform + pos: -99.5,31.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + pos: -91.5,25.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + pos: -91.5,26.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: -91.5,27.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + pos: -90.5,29.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + pos: -91.5,28.5 + parent: 2 - uid: 7453 components: - type: Transform @@ -27377,6 +28593,11 @@ entities: - type: Transform pos: -43.5,-29.5 parent: 2 + - uid: 7461 + components: + - type: Transform + pos: -82.5,-15.5 + parent: 2 - uid: 7463 components: - type: Transform @@ -27537,10 +28758,90 @@ entities: - type: Transform pos: -44.5,-30.5 parent: 2 - - uid: 8202 + - uid: 7950 + components: + - type: Transform + pos: -106.5,-2.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: -106.5,-3.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + pos: -105.5,-2.5 + parent: 2 + - uid: 7961 components: - type: Transform - pos: -63.5,56.5 + pos: -98.5,-0.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: -108.5,6.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: -77.5,28.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + pos: -77.5,27.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: -51.5,60.5 + parent: 2 + - uid: 8314 + components: + - type: Transform + pos: -51.5,61.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: -51.5,59.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + pos: -54.5,-30.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: -98.5,-5.5 + parent: 2 + - uid: 8419 + components: + - type: Transform + pos: -98.5,-10.5 + parent: 2 + - uid: 8423 + components: + - type: Transform + pos: -98.5,-3.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + pos: -98.5,-4.5 parent: 2 - uid: 8436 components: @@ -27567,6 +28868,11 @@ entities: - type: Transform pos: -46.5,-30.5 parent: 2 + - uid: 8453 + components: + - type: Transform + pos: -99.5,11.5 + parent: 2 - uid: 8454 components: - type: Transform @@ -27577,6 +28883,41 @@ entities: - type: Transform pos: -70.5,1.5 parent: 2 + - uid: 8458 + components: + - type: Transform + pos: -99.5,10.5 + parent: 2 + - uid: 8460 + components: + - type: Transform + pos: -99.5,9.5 + parent: 2 + - uid: 8463 + components: + - type: Transform + pos: -99.5,7.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + pos: -99.5,6.5 + parent: 2 + - uid: 8465 + components: + - type: Transform + pos: -99.5,5.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + pos: -98.5,20.5 + parent: 2 + - uid: 8666 + components: + - type: Transform + pos: -98.5,21.5 + parent: 2 - uid: 8744 components: - type: Transform @@ -27602,6 +28943,11 @@ entities: - type: Transform pos: -57.5,17.5 parent: 2 + - uid: 8761 + components: + - type: Transform + pos: -99.5,3.5 + parent: 2 - uid: 9119 components: - type: Transform @@ -27610,12 +28956,17 @@ entities: - uid: 9509 components: - type: Transform - pos: -63.5,57.5 + pos: -98.5,18.5 parent: 2 - uid: 9512 components: - type: Transform - pos: -63.5,58.5 + pos: -98.5,27.5 + parent: 2 + - uid: 9581 + components: + - type: Transform + pos: -98.5,28.5 parent: 2 - uid: 9618 components: @@ -27642,6 +28993,11 @@ entities: - type: Transform pos: -47.5,30.5 parent: 2 + - uid: 9645 + components: + - type: Transform + pos: -98.5,-6.5 + parent: 2 - uid: 9651 components: - type: Transform @@ -27652,11 +29008,6 @@ entities: - type: Transform pos: -44.5,22.5 parent: 2 - - uid: 9689 - components: - - type: Transform - pos: -63.5,55.5 - parent: 2 - uid: 9798 components: - type: Transform @@ -28867,10 +30218,10 @@ entities: - type: Transform pos: -75.5,-34.5 parent: 2 - - uid: 10570 + - uid: 10617 components: - type: Transform - pos: -73.5,37.5 + pos: -91.5,22.5 parent: 2 - uid: 11008 components: @@ -29267,16 +30618,6 @@ entities: - type: Transform pos: -64.5,-20.5 parent: 2 - - uid: 11146 - components: - - type: Transform - pos: -83.5,-13.5 - parent: 2 - - uid: 11147 - components: - - type: Transform - pos: -85.5,-17.5 - parent: 2 - uid: 11149 components: - type: Transform @@ -29287,26 +30628,11 @@ entities: - type: Transform pos: -66.5,-6.5 parent: 2 - - uid: 11151 - components: - - type: Transform - pos: -83.5,-17.5 - parent: 2 - - uid: 11152 - components: - - type: Transform - pos: -106.5,7.5 - parent: 2 - uid: 11153 components: - type: Transform pos: -85.5,30.5 parent: 2 - - uid: 11156 - components: - - type: Transform - pos: -83.5,34.5 - parent: 2 - uid: 11157 components: - type: Transform @@ -29352,31 +30678,11 @@ entities: - type: Transform pos: -67.5,8.5 parent: 2 - - uid: 11166 - components: - - type: Transform - pos: -85.5,34.5 - parent: 2 - - uid: 11167 - components: - - type: Transform - pos: -110.5,9.5 - parent: 2 - uid: 11168 components: - type: Transform pos: -64.5,8.5 parent: 2 - - uid: 11169 - components: - - type: Transform - pos: -110.5,7.5 - parent: 2 - - uid: 11170 - components: - - type: Transform - pos: -106.5,23.5 - parent: 2 - uid: 11171 components: - type: Transform @@ -29492,745 +30798,60 @@ entities: - type: Transform pos: -21.5,-33.5 parent: 2 - - uid: 11196 - components: - - type: Transform - pos: -72.5,20.5 - parent: 2 - - uid: 11197 - components: - - type: Transform - pos: -72.5,21.5 - parent: 2 - - uid: 11198 - components: - - type: Transform - pos: -72.5,22.5 - parent: 2 - - uid: 11199 - components: - - type: Transform - pos: -72.5,23.5 - parent: 2 - - uid: 11200 - components: - - type: Transform - pos: -72.5,24.5 - parent: 2 - - uid: 11201 - components: - - type: Transform - pos: -72.5,25.5 - parent: 2 - - uid: 11202 - components: - - type: Transform - pos: -72.5,26.5 - parent: 2 - uid: 11203 components: - type: Transform - pos: -72.5,27.5 - parent: 2 - - uid: 11204 - components: - - type: Transform - pos: -72.5,28.5 - parent: 2 - - uid: 11205 - components: - - type: Transform - pos: -72.5,29.5 - parent: 2 - - uid: 11206 - components: - - type: Transform - pos: -72.5,30.5 - parent: 2 - - uid: 11207 - components: - - type: Transform - pos: -72.5,31.5 - parent: 2 - - uid: 11208 - components: - - type: Transform - pos: -72.5,32.5 + pos: -72.5,21.5 parent: 2 - uid: 11209 components: - type: Transform - pos: -72.5,33.5 - parent: 2 - - uid: 11210 - components: - - type: Transform - pos: -72.5,34.5 - parent: 2 - - uid: 11211 - components: - - type: Transform - pos: -72.5,35.5 - parent: 2 - - uid: 11212 - components: - - type: Transform - pos: -72.5,36.5 - parent: 2 - - uid: 11213 - components: - - type: Transform - pos: -72.5,37.5 - parent: 2 - - uid: 11214 - components: - - type: Transform - pos: -74.5,37.5 - parent: 2 - - uid: 11215 - components: - - type: Transform - pos: -75.5,37.5 - parent: 2 - - uid: 11216 - components: - - type: Transform - pos: -76.5,37.5 - parent: 2 - - uid: 11217 - components: - - type: Transform - pos: -77.5,37.5 - parent: 2 - - uid: 11218 - components: - - type: Transform - pos: -78.5,37.5 - parent: 2 - - uid: 11219 - components: - - type: Transform - pos: -79.5,37.5 - parent: 2 - - uid: 11220 - components: - - type: Transform - pos: -80.5,37.5 - parent: 2 - - uid: 11221 - components: - - type: Transform - pos: -81.5,37.5 - parent: 2 - - uid: 11222 - components: - - type: Transform - pos: -82.5,37.5 - parent: 2 - - uid: 11223 - components: - - type: Transform - pos: -83.5,37.5 - parent: 2 - - uid: 11224 - components: - - type: Transform - pos: -84.5,37.5 - parent: 2 - - uid: 11225 - components: - - type: Transform - pos: -85.5,37.5 - parent: 2 - - uid: 11226 - components: - - type: Transform - pos: -86.5,37.5 - parent: 2 - - uid: 11227 - components: - - type: Transform - pos: -87.5,37.5 - parent: 2 - - uid: 11228 - components: - - type: Transform - pos: -88.5,37.5 - parent: 2 - - uid: 11229 - components: - - type: Transform - pos: -89.5,37.5 - parent: 2 - - uid: 11230 - components: - - type: Transform - pos: -90.5,37.5 - parent: 2 - - uid: 11231 - components: - - type: Transform - pos: -91.5,37.5 - parent: 2 - - uid: 11232 - components: - - type: Transform - pos: -92.5,37.5 - parent: 2 - - uid: 11233 - components: - - type: Transform - pos: -93.5,37.5 - parent: 2 - - uid: 11234 - components: - - type: Transform - pos: -94.5,37.5 - parent: 2 - - uid: 11235 - components: - - type: Transform - pos: -95.5,37.5 - parent: 2 - - uid: 11236 - components: - - type: Transform - pos: -96.5,37.5 - parent: 2 - - uid: 11237 - components: - - type: Transform - pos: -97.5,37.5 - parent: 2 - - uid: 11238 - components: - - type: Transform - pos: -98.5,37.5 - parent: 2 - - uid: 11239 - components: - - type: Transform - pos: -99.5,37.5 - parent: 2 - - uid: 11240 - components: - - type: Transform - pos: -100.5,37.5 - parent: 2 - - uid: 11241 - components: - - type: Transform - pos: -101.5,37.5 - parent: 2 - - uid: 11242 - components: - - type: Transform - pos: -102.5,37.5 - parent: 2 - - uid: 11243 - components: - - type: Transform - pos: -103.5,37.5 - parent: 2 - - uid: 11244 - components: - - type: Transform - pos: -104.5,37.5 - parent: 2 - - uid: 11245 - components: - - type: Transform - pos: -105.5,37.5 - parent: 2 - - uid: 11246 - components: - - type: Transform - pos: -106.5,37.5 - parent: 2 - - uid: 11247 - components: - - type: Transform - pos: -107.5,37.5 - parent: 2 - - uid: 11248 - components: - - type: Transform - pos: -108.5,37.5 - parent: 2 - - uid: 11249 - components: - - type: Transform - pos: -109.5,37.5 - parent: 2 - - uid: 11250 - components: - - type: Transform - pos: -110.5,37.5 - parent: 2 - - uid: 11251 - components: - - type: Transform - pos: -111.5,37.5 - parent: 2 - - uid: 11252 - components: - - type: Transform - pos: -112.5,37.5 - parent: 2 - - uid: 11253 - components: - - type: Transform - pos: -113.5,37.5 - parent: 2 - - uid: 11254 - components: - - type: Transform - pos: -113.5,36.5 - parent: 2 - - uid: 11255 - components: - - type: Transform - pos: -113.5,35.5 - parent: 2 - - uid: 11256 - components: - - type: Transform - pos: -113.5,34.5 - parent: 2 - - uid: 11257 - components: - - type: Transform - pos: -113.5,33.5 - parent: 2 - - uid: 11258 - components: - - type: Transform - pos: -113.5,32.5 - parent: 2 - - uid: 11259 - components: - - type: Transform - pos: -113.5,31.5 - parent: 2 - - uid: 11260 - components: - - type: Transform - pos: -113.5,30.5 - parent: 2 - - uid: 11261 - components: - - type: Transform - pos: -113.5,29.5 - parent: 2 - - uid: 11262 - components: - - type: Transform - pos: -113.5,28.5 - parent: 2 - - uid: 11263 - components: - - type: Transform - pos: -113.5,27.5 - parent: 2 - - uid: 11264 - components: - - type: Transform - pos: -113.5,26.5 - parent: 2 - - uid: 11265 - components: - - type: Transform - pos: -113.5,25.5 - parent: 2 - - uid: 11266 - components: - - type: Transform - pos: -113.5,24.5 - parent: 2 - - uid: 11267 - components: - - type: Transform - pos: -113.5,23.5 - parent: 2 - - uid: 11268 - components: - - type: Transform - pos: -113.5,22.5 - parent: 2 - - uid: 11269 - components: - - type: Transform - pos: -113.5,21.5 - parent: 2 - - uid: 11270 - components: - - type: Transform - pos: -113.5,20.5 - parent: 2 - - uid: 11271 - components: - - type: Transform - pos: -113.5,19.5 - parent: 2 - - uid: 11272 - components: - - type: Transform - pos: -113.5,18.5 - parent: 2 - - uid: 11273 - components: - - type: Transform - pos: -113.5,17.5 - parent: 2 - - uid: 11274 - components: - - type: Transform - pos: -113.5,16.5 - parent: 2 - - uid: 11275 - components: - - type: Transform - pos: -113.5,15.5 - parent: 2 - - uid: 11276 - components: - - type: Transform - pos: -113.5,14.5 - parent: 2 - - uid: 11277 - components: - - type: Transform - pos: -113.5,13.5 - parent: 2 - - uid: 11278 - components: - - type: Transform - pos: -113.5,12.5 - parent: 2 - - uid: 11279 - components: - - type: Transform - pos: -113.5,11.5 - parent: 2 - - uid: 11280 - components: - - type: Transform - pos: -113.5,10.5 - parent: 2 - - uid: 11281 - components: - - type: Transform - pos: -113.5,9.5 - parent: 2 - - uid: 11282 - components: - - type: Transform - pos: -113.5,8.5 - parent: 2 - - uid: 11283 - components: - - type: Transform - pos: -113.5,7.5 + pos: -73.5,21.5 parent: 2 - uid: 11284 components: - type: Transform - pos: -113.5,6.5 - parent: 2 - - uid: 11285 - components: - - type: Transform - pos: -113.5,5.5 - parent: 2 - - uid: 11286 - components: - - type: Transform - pos: -113.5,4.5 - parent: 2 - - uid: 11287 - components: - - type: Transform - pos: -113.5,3.5 - parent: 2 - - uid: 11288 - components: - - type: Transform - pos: -113.5,2.5 + pos: -90.5,-12.5 parent: 2 - uid: 11289 components: - type: Transform - pos: -113.5,1.5 - parent: 2 - - uid: 11290 - components: - - type: Transform - pos: -113.5,0.5 - parent: 2 - - uid: 11291 - components: - - type: Transform - pos: -113.5,-0.5 - parent: 2 - - uid: 11292 - components: - - type: Transform - pos: -113.5,-1.5 - parent: 2 - - uid: 11293 - components: - - type: Transform - pos: -113.5,-2.5 + pos: -100.5,15.5 parent: 2 - uid: 11294 components: - type: Transform - pos: -113.5,-3.5 - parent: 2 - - uid: 11295 - components: - - type: Transform - pos: -113.5,-4.5 - parent: 2 - - uid: 11296 - components: - - type: Transform - pos: -113.5,-5.5 - parent: 2 - - uid: 11297 - components: - - type: Transform - pos: -113.5,-6.5 - parent: 2 - - uid: 11298 - components: - - type: Transform - pos: -113.5,-7.5 - parent: 2 - - uid: 11299 - components: - - type: Transform - pos: -113.5,-8.5 - parent: 2 - - uid: 11300 - components: - - type: Transform - pos: -113.5,-9.5 - parent: 2 - - uid: 11301 - components: - - type: Transform - pos: -113.5,-10.5 - parent: 2 - - uid: 11302 - components: - - type: Transform - pos: -113.5,-11.5 - parent: 2 - - uid: 11303 - components: - - type: Transform - pos: -113.5,-12.5 + pos: -107.5,-8.5 parent: 2 - uid: 11304 components: - type: Transform - pos: -113.5,-13.5 - parent: 2 - - uid: 11305 - components: - - type: Transform - pos: -113.5,-14.5 - parent: 2 - - uid: 11306 - components: - - type: Transform - pos: -113.5,-15.5 + pos: -89.5,-6.5 parent: 2 - uid: 11307 components: - type: Transform - pos: -113.5,-16.5 + pos: -98.5,-11.5 parent: 2 - uid: 11308 components: - type: Transform - pos: -113.5,-17.5 - parent: 2 - - uid: 11309 - components: - - type: Transform - pos: -113.5,-18.5 - parent: 2 - - uid: 11310 - components: - - type: Transform - pos: -113.5,-19.5 - parent: 2 - - uid: 11311 - components: - - type: Transform - pos: -113.5,-20.5 - parent: 2 - - uid: 11312 - components: - - type: Transform - pos: -112.5,-20.5 - parent: 2 - - uid: 11313 - components: - - type: Transform - pos: -111.5,-20.5 - parent: 2 - - uid: 11314 - components: - - type: Transform - pos: -110.5,-20.5 - parent: 2 - - uid: 11315 - components: - - type: Transform - pos: -109.5,-20.5 - parent: 2 - - uid: 11316 - components: - - type: Transform - pos: -108.5,-20.5 - parent: 2 - - uid: 11317 - components: - - type: Transform - pos: -107.5,-20.5 - parent: 2 - - uid: 11318 - components: - - type: Transform - pos: -106.5,-20.5 - parent: 2 - - uid: 11319 - components: - - type: Transform - pos: -105.5,-20.5 - parent: 2 - - uid: 11320 - components: - - type: Transform - pos: -104.5,-20.5 - parent: 2 - - uid: 11321 - components: - - type: Transform - pos: -103.5,-20.5 + pos: -99.5,12.5 parent: 2 - uid: 11322 components: - type: Transform - pos: -102.5,-20.5 - parent: 2 - - uid: 11323 - components: - - type: Transform - pos: -101.5,-20.5 - parent: 2 - - uid: 11324 - components: - - type: Transform - pos: -100.5,-20.5 - parent: 2 - - uid: 11325 - components: - - type: Transform - pos: -99.5,-20.5 - parent: 2 - - uid: 11326 - components: - - type: Transform - pos: -98.5,-20.5 - parent: 2 - - uid: 11327 - components: - - type: Transform - pos: -97.5,-20.5 - parent: 2 - - uid: 11328 - components: - - type: Transform - pos: -96.5,-20.5 - parent: 2 - - uid: 11329 - components: - - type: Transform - pos: -95.5,-20.5 - parent: 2 - - uid: 11330 - components: - - type: Transform - pos: -94.5,-20.5 - parent: 2 - - uid: 11331 - components: - - type: Transform - pos: -93.5,-20.5 - parent: 2 - - uid: 11332 - components: - - type: Transform - pos: -92.5,-20.5 + pos: -88.5,-6.5 parent: 2 - uid: 11333 components: - type: Transform - pos: -91.5,-20.5 - parent: 2 - - uid: 11334 - components: - - type: Transform - pos: -90.5,-20.5 - parent: 2 - - uid: 11335 - components: - - type: Transform - pos: -89.5,-20.5 - parent: 2 - - uid: 11336 - components: - - type: Transform - pos: -88.5,-20.5 + pos: -98.5,-12.5 parent: 2 - uid: 11337 components: - type: Transform - pos: -87.5,-20.5 - parent: 2 - - uid: 11338 - components: - - type: Transform - pos: -86.5,-20.5 - parent: 2 - - uid: 11339 - components: - - type: Transform - pos: -85.5,-20.5 - parent: 2 - - uid: 11340 - components: - - type: Transform - pos: -84.5,-20.5 - parent: 2 - - uid: 11341 - components: - - type: Transform - pos: -84.5,-19.5 - parent: 2 - - uid: 11342 - components: - - type: Transform - pos: -84.5,-18.5 - parent: 2 - - uid: 11343 - components: - - type: Transform - pos: -84.5,-17.5 + pos: -102.5,31.5 parent: 2 - uid: 11344 components: @@ -30247,40 +30868,10 @@ entities: - type: Transform pos: -21.5,-30.5 parent: 2 - - uid: 11347 - components: - - type: Transform - pos: -84.5,-13.5 - parent: 2 - uid: 11348 components: - type: Transform - pos: -84.5,-12.5 - parent: 2 - - uid: 11349 - components: - - type: Transform - pos: -84.5,-11.5 - parent: 2 - - uid: 11350 - components: - - type: Transform - pos: -84.5,-10.5 - parent: 2 - - uid: 11351 - components: - - type: Transform - pos: -84.5,-9.5 - parent: 2 - - uid: 11352 - components: - - type: Transform - pos: -84.5,-8.5 - parent: 2 - - uid: 11353 - components: - - type: Transform - pos: -84.5,-7.5 + pos: -103.5,31.5 parent: 2 - uid: 11354 components: @@ -30437,270 +31028,245 @@ entities: - type: Transform pos: -84.5,23.5 parent: 2 - - uid: 11385 - components: - - type: Transform - pos: -84.5,24.5 - parent: 2 - - uid: 11386 - components: - - type: Transform - pos: -84.5,25.5 - parent: 2 - - uid: 11387 - components: - - type: Transform - pos: -84.5,26.5 - parent: 2 - - uid: 11388 - components: - - type: Transform - pos: -84.5,27.5 - parent: 2 - - uid: 11389 - components: - - type: Transform - pos: -84.5,28.5 - parent: 2 - - uid: 11390 + - uid: 11392 components: - type: Transform - pos: -84.5,29.5 + pos: -5.5,-31.5 parent: 2 - - uid: 11391 + - uid: 11394 components: - type: Transform - pos: -84.5,30.5 + pos: -5.5,-37.5 parent: 2 - - uid: 11392 + - uid: 11398 components: - type: Transform - pos: -5.5,-31.5 + pos: -83.5,8.5 parent: 2 - - uid: 11394 + - uid: 11408 components: - type: Transform - pos: -5.5,-37.5 + pos: -107.5,12.5 parent: 2 - - uid: 11395 + - uid: 11419 components: - type: Transform - pos: -84.5,34.5 + pos: -106.5,13.5 parent: 2 - - uid: 11396 + - uid: 11421 components: - type: Transform - pos: -84.5,35.5 + pos: -89.5,31.5 parent: 2 - - uid: 11397 + - uid: 11422 components: - type: Transform - pos: -84.5,36.5 + pos: -88.5,31.5 parent: 2 - - uid: 11398 + - uid: 11423 components: - type: Transform - pos: -83.5,8.5 + pos: -99.5,8.5 parent: 2 - - uid: 11402 + - uid: 11424 components: - type: Transform - pos: -120.5,8.5 + pos: -98.5,8.5 parent: 2 - - uid: 11403 + - uid: 11425 components: - type: Transform - pos: -119.5,8.5 + pos: -97.5,8.5 parent: 2 - - uid: 11404 + - uid: 11426 components: - type: Transform - pos: -118.5,8.5 + pos: -96.5,8.5 parent: 2 - - uid: 11405 + - uid: 11427 components: - type: Transform - pos: -117.5,8.5 + pos: -95.5,8.5 parent: 2 - - uid: 11406 + - uid: 11428 components: - type: Transform - pos: -116.5,8.5 + pos: -94.5,8.5 parent: 2 - - uid: 11407 + - uid: 11429 components: - type: Transform - pos: -115.5,8.5 + pos: -93.5,8.5 parent: 2 - - uid: 11408 + - uid: 11430 components: - type: Transform - pos: -114.5,8.5 + pos: -92.5,8.5 parent: 2 - - uid: 11409 + - uid: 11431 components: - type: Transform - pos: -113.5,8.5 + pos: -91.5,8.5 parent: 2 - - uid: 11410 + - uid: 11432 components: - type: Transform - pos: -112.5,8.5 + pos: -90.5,8.5 parent: 2 - - uid: 11411 + - uid: 11433 components: - type: Transform - pos: -111.5,8.5 + pos: -89.5,8.5 parent: 2 - - uid: 11412 + - uid: 11434 components: - type: Transform - pos: -110.5,8.5 + pos: -88.5,8.5 parent: 2 - - uid: 11416 + - uid: 11435 components: - type: Transform - pos: -106.5,8.5 + pos: -87.5,8.5 parent: 2 - - uid: 11417 + - uid: 11436 components: - type: Transform - pos: -105.5,8.5 + pos: -86.5,8.5 parent: 2 - - uid: 11418 + - uid: 11437 components: - type: Transform - pos: -104.5,8.5 + pos: -85.5,8.5 parent: 2 - - uid: 11419 + - uid: 11438 components: - type: Transform - pos: -103.5,8.5 + pos: -82.5,8.5 parent: 2 - - uid: 11420 + - uid: 11440 components: - type: Transform - pos: -102.5,8.5 + pos: -32.5,47.5 parent: 2 - - uid: 11421 + - uid: 11441 components: - type: Transform - pos: -101.5,8.5 + pos: -79.5,8.5 parent: 2 - - uid: 11422 + - uid: 11442 components: - type: Transform - pos: -100.5,8.5 + pos: -78.5,8.5 parent: 2 - - uid: 11423 + - uid: 11443 components: - type: Transform - pos: -99.5,8.5 + pos: -77.5,8.5 parent: 2 - - uid: 11424 + - uid: 11444 components: - type: Transform - pos: -98.5,8.5 + pos: -76.5,8.5 parent: 2 - - uid: 11425 + - uid: 11445 components: - type: Transform - pos: -97.5,8.5 + pos: -75.5,8.5 parent: 2 - - uid: 11426 + - uid: 11448 components: - type: Transform - pos: -96.5,8.5 + pos: -83.5,32.5 parent: 2 - - uid: 11427 + - uid: 11451 components: - type: Transform - pos: -95.5,8.5 + pos: -85.5,32.5 parent: 2 - - uid: 11428 + - uid: 11452 components: - type: Transform - pos: -94.5,8.5 + pos: -87.5,32.5 parent: 2 - - uid: 11429 + - uid: 11456 components: - type: Transform - pos: -93.5,8.5 + pos: -91.5,24.5 parent: 2 - - uid: 11430 + - uid: 11461 components: - type: Transform - pos: -92.5,8.5 + pos: -89.5,30.5 parent: 2 - - uid: 11431 + - uid: 11465 components: - type: Transform - pos: -91.5,8.5 + pos: -98.5,-2.5 parent: 2 - - uid: 11432 + - uid: 11467 components: - type: Transform - pos: -90.5,8.5 + pos: -90.5,30.5 parent: 2 - - uid: 11433 + - uid: 11470 components: - type: Transform - pos: -89.5,8.5 + pos: -90.5,28.5 parent: 2 - - uid: 11434 + - uid: 11491 components: - type: Transform - pos: -88.5,8.5 + pos: -105.5,-1.5 parent: 2 - - uid: 11435 + - uid: 11494 components: - type: Transform - pos: -87.5,8.5 + pos: -77.5,-11.5 parent: 2 - - uid: 11436 + - uid: 11497 components: - type: Transform - pos: -86.5,8.5 + pos: -77.5,-7.5 parent: 2 - - uid: 11437 + - uid: 11499 components: - type: Transform - pos: -85.5,8.5 + pos: -98.5,17.5 parent: 2 - - uid: 11438 + - uid: 11501 components: - type: Transform - pos: -82.5,8.5 + pos: -91.5,-6.5 parent: 2 - - uid: 11440 + - uid: 11503 components: - type: Transform - pos: -32.5,47.5 + pos: -91.5,-8.5 parent: 2 - - uid: 11441 + - uid: 11505 components: - type: Transform - pos: -79.5,8.5 + pos: -99.5,17.5 parent: 2 - - uid: 11442 + - uid: 11506 components: - type: Transform - pos: -78.5,8.5 + pos: -78.5,-13.5 parent: 2 - - uid: 11443 + - uid: 11508 components: - type: Transform - pos: -77.5,8.5 + pos: -77.5,-8.5 parent: 2 - - uid: 11444 + - uid: 11510 components: - type: Transform - pos: -76.5,8.5 + pos: -91.5,-11.5 parent: 2 - - uid: 11445 + - uid: 11518 components: - type: Transform - pos: -75.5,8.5 + pos: -104.5,1.5 parent: 2 - uid: 11648 components: @@ -33822,6 +34388,26 @@ entities: - type: Transform pos: 72.5,-10.5 parent: 2 + - uid: 13111 + components: + - type: Transform + pos: -75.5,21.5 + parent: 2 + - uid: 13112 + components: + - type: Transform + pos: -76.5,21.5 + parent: 2 + - uid: 13117 + components: + - type: Transform + pos: -79.5,21.5 + parent: 2 + - uid: 13119 + components: + - type: Transform + pos: -78.5,21.5 + parent: 2 - uid: 13472 components: - type: Transform @@ -33962,11 +34548,6 @@ entities: - type: Transform pos: 56.5,-37.5 parent: 2 - - uid: 13756 - components: - - type: Transform - pos: -118.5,-0.5 - parent: 2 - uid: 13757 components: - type: Transform @@ -34027,11 +34608,6 @@ entities: - type: Transform pos: -44.5,-27.5 parent: 2 - - uid: 13840 - components: - - type: Transform - pos: -43.5,-27.5 - parent: 2 - uid: 13841 components: - type: Transform @@ -34322,16 +34898,6 @@ entities: - type: Transform pos: -50.5,-9.5 parent: 2 - - uid: 13912 - components: - - type: Transform - pos: -50.5,-8.5 - parent: 2 - - uid: 13913 - components: - - type: Transform - pos: -50.5,-7.5 - parent: 2 - uid: 14363 components: - type: Transform @@ -36037,76 +36603,6 @@ entities: - type: Transform pos: 69.5,17.5 parent: 2 - - uid: 14882 - components: - - type: Transform - pos: 70.5,17.5 - parent: 2 - - uid: 14883 - components: - - type: Transform - pos: 71.5,17.5 - parent: 2 - - uid: 14884 - components: - - type: Transform - pos: 72.5,17.5 - parent: 2 - - uid: 14885 - components: - - type: Transform - pos: 73.5,17.5 - parent: 2 - - uid: 14886 - components: - - type: Transform - pos: 72.5,18.5 - parent: 2 - - uid: 14887 - components: - - type: Transform - pos: 72.5,19.5 - parent: 2 - - uid: 14888 - components: - - type: Transform - pos: 72.5,20.5 - parent: 2 - - uid: 14889 - components: - - type: Transform - pos: 72.5,21.5 - parent: 2 - - uid: 14890 - components: - - type: Transform - pos: 72.5,22.5 - parent: 2 - - uid: 14891 - components: - - type: Transform - pos: 72.5,16.5 - parent: 2 - - uid: 14892 - components: - - type: Transform - pos: 72.5,15.5 - parent: 2 - - uid: 14893 - components: - - type: Transform - pos: 72.5,14.5 - parent: 2 - - uid: 14894 - components: - - type: Transform - pos: 72.5,13.5 - parent: 2 - - uid: 14895 - components: - - type: Transform - pos: 72.5,12.5 - parent: 2 - uid: 14896 components: - type: Transform @@ -36632,6 +37128,16 @@ entities: - type: Transform pos: 3.5,30.5 parent: 2 + - uid: 15575 + components: + - type: Transform + pos: -26.5,2.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 - uid: 15627 components: - type: Transform @@ -36652,11 +37158,6 @@ entities: - type: Transform pos: -43.5,26.5 parent: 2 - - uid: 15679 - components: - - type: Transform - pos: -63.5,59.5 - parent: 2 - uid: 15772 components: - type: Transform @@ -36677,6 +37178,11 @@ entities: - type: Transform pos: -45.5,69.5 parent: 2 + - uid: 15833 + components: + - type: Transform + pos: -103.5,1.5 + parent: 2 - uid: 15844 components: - type: Transform @@ -36712,6 +37218,16 @@ entities: - type: Transform pos: -43.5,69.5 parent: 2 + - uid: 15949 + components: + - type: Transform + pos: -102.5,1.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + pos: -101.5,1.5 + parent: 2 - uid: 15972 components: - type: Transform @@ -36727,6 +37243,16 @@ entities: - type: Transform pos: -12.5,38.5 parent: 2 + - uid: 15982 + components: + - type: Transform + pos: -99.5,1.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + pos: -107.5,3.5 + parent: 2 - uid: 16085 components: - type: Transform @@ -37472,6 +37998,11 @@ entities: - type: Transform pos: -29.5,33.5 parent: 2 + - uid: 16251 + components: + - type: Transform + pos: -107.5,5.5 + parent: 2 - uid: 16252 components: - type: Transform @@ -37542,6 +38073,16 @@ entities: - type: Transform pos: -25.5,33.5 parent: 2 + - uid: 16266 + components: + - type: Transform + pos: -106.5,3.5 + parent: 2 + - uid: 16267 + components: + - type: Transform + pos: -106.5,2.5 + parent: 2 - uid: 16268 components: - type: Transform @@ -37572,11 +38113,26 @@ entities: - type: Transform pos: -17.5,33.5 parent: 2 + - uid: 16274 + components: + - type: Transform + pos: -100.5,1.5 + parent: 2 - uid: 16277 components: - type: Transform pos: 3.5,28.5 parent: 2 + - uid: 16301 + components: + - type: Transform + pos: -108.5,5.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -107.5,4.5 + parent: 2 - uid: 16333 components: - type: Transform @@ -37587,6 +38143,11 @@ entities: - type: Transform pos: -11.5,40.5 parent: 2 + - uid: 16350 + components: + - type: Transform + pos: -104.5,2.5 + parent: 2 - uid: 16407 components: - type: Transform @@ -37732,10 +38293,30 @@ entities: - type: Transform pos: -1.5,28.5 parent: 2 - - uid: 16553 + - uid: 16468 components: - type: Transform - pos: -57.5,56.5 + pos: -105.5,2.5 + parent: 2 + - uid: 16472 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -91.5,-9.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: -91.5,-10.5 + parent: 2 + - uid: 16502 + components: + - type: Transform + pos: -90.5,-11.5 parent: 2 - uid: 16557 components: @@ -37842,11 +38423,31 @@ entities: - type: Transform pos: -46.5,68.5 parent: 2 + - uid: 17703 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 17704 + components: + - type: Transform + pos: -23.5,2.5 + parent: 2 + - uid: 17705 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 - uid: 17807 components: - type: Transform pos: 51.5,-11.5 parent: 2 + - uid: 17882 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 - uid: 17930 components: - type: Transform @@ -38332,6 +38933,11 @@ entities: - type: Transform pos: 3.5,69.5 parent: 2 + - uid: 18515 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 - uid: 18699 components: - type: Transform @@ -38982,6 +39588,11 @@ entities: - type: Transform pos: -2.5,-11.5 parent: 2 + - uid: 19436 + components: + - type: Transform + pos: -77.5,21.5 + parent: 2 - uid: 19600 components: - type: Transform @@ -39392,116 +40003,6 @@ entities: - type: Transform pos: 9.5,-1.5 parent: 2 - - uid: 20299 - components: - - type: Transform - pos: -110.5,25.5 - parent: 2 - - uid: 20300 - components: - - type: Transform - pos: -110.5,23.5 - parent: 2 - - uid: 20301 - components: - - type: Transform - pos: -106.5,25.5 - parent: 2 - - uid: 20302 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 2 - - uid: 20303 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 2 - - uid: 20304 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 2 - - uid: 20305 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 2 - - uid: 20306 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 2 - - uid: 20307 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 20308 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 2 - - uid: 20309 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 2 - - uid: 20310 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 2 - - uid: 20311 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 2 - - uid: 20312 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 2 - - uid: 20313 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 2 - - uid: 20314 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 2 - - uid: 20315 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 2 - - uid: 20316 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 2 - - uid: 20317 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 2 - - uid: 20318 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 2 - - uid: 20319 - components: - - type: Transform - pos: -110.5,-6.5 - parent: 2 - - uid: 20320 - components: - - type: Transform - pos: -110.5,-8.5 - parent: 2 - uid: 20322 components: - type: Transform @@ -39717,11 +40218,6 @@ entities: - type: Transform pos: 27.5,-1.5 parent: 2 - - uid: 20365 - components: - - type: Transform - pos: -106.5,9.5 - parent: 2 - uid: 20366 components: - type: Transform @@ -39757,11 +40253,6 @@ entities: - type: Transform pos: 12.5,-1.5 parent: 2 - - uid: 20373 - components: - - type: Transform - pos: -106.5,-6.5 - parent: 2 - uid: 20374 components: - type: Transform @@ -39877,11 +40368,6 @@ entities: - type: Transform pos: 31.5,6.5 parent: 2 - - uid: 20399 - components: - - type: Transform - pos: -106.5,-8.5 - parent: 2 - uid: 20402 components: - type: Transform @@ -39902,16 +40388,6 @@ entities: - type: Transform pos: -44.5,9.5 parent: 2 - - uid: 20407 - components: - - type: Transform - pos: -52.5,58.5 - parent: 2 - - uid: 20408 - components: - - type: Transform - pos: -52.5,56.5 - parent: 2 - uid: 20409 components: - type: Transform @@ -40680,117 +41156,22 @@ entities: - uid: 20587 components: - type: Transform - pos: -14.5,3.5 + pos: -79.5,31.5 parent: 2 - uid: 20588 components: - type: Transform - pos: -15.5,3.5 - parent: 2 - - uid: 20589 - components: - - type: Transform - pos: -16.5,3.5 - parent: 2 - - uid: 20590 - components: - - type: Transform - pos: -17.5,3.5 - parent: 2 - - uid: 20591 - components: - - type: Transform - pos: -18.5,3.5 - parent: 2 - - uid: 20592 - components: - - type: Transform - pos: -19.5,3.5 - parent: 2 - - uid: 20593 - components: - - type: Transform - pos: -20.5,3.5 - parent: 2 - - uid: 20594 - components: - - type: Transform - pos: -21.5,3.5 - parent: 2 - - uid: 20595 - components: - - type: Transform - pos: -22.5,3.5 - parent: 2 - - uid: 20596 - components: - - type: Transform - pos: -23.5,3.5 - parent: 2 - - uid: 20597 - components: - - type: Transform - pos: -24.5,3.5 - parent: 2 - - uid: 20598 - components: - - type: Transform - pos: -25.5,3.5 + pos: -78.5,30.5 parent: 2 - uid: 20599 components: - type: Transform - pos: -26.5,3.5 - parent: 2 - - uid: 20600 - components: - - type: Transform - pos: -27.5,3.5 + pos: -80.5,-14.5 parent: 2 - uid: 20602 components: - type: Transform - pos: -27.5,4.5 - parent: 2 - - uid: 20603 - components: - - type: Transform - pos: -27.5,5.5 - parent: 2 - - uid: 20604 - components: - - type: Transform - pos: -27.5,6.5 - parent: 2 - - uid: 20606 - components: - - type: Transform - pos: -21.5,4.5 - parent: 2 - - uid: 20607 - components: - - type: Transform - pos: -21.5,5.5 - parent: 2 - - uid: 20608 - components: - - type: Transform - pos: -21.5,6.5 - parent: 2 - - uid: 20610 - components: - - type: Transform - pos: -15.5,4.5 - parent: 2 - - uid: 20611 - components: - - type: Transform - pos: -15.5,5.5 - parent: 2 - - uid: 20612 - components: - - type: Transform - pos: -15.5,6.5 + pos: -81.5,31.5 parent: 2 - uid: 20614 components: @@ -40815,18 +41196,13 @@ entities: - uid: 20618 components: - type: Transform - pos: -15.5,-1.5 + pos: -19.5,2.5 parent: 2 - uid: 20619 components: - type: Transform pos: 52.5,44.5 parent: 2 - - uid: 20620 - components: - - type: Transform - pos: -21.5,2.5 - parent: 2 - uid: 20621 components: - type: Transform @@ -40845,7 +41221,7 @@ entities: - uid: 20624 components: - type: Transform - pos: -21.5,-1.5 + pos: -18.5,2.5 parent: 2 - uid: 20625 components: @@ -40875,12 +41251,12 @@ entities: - uid: 20630 components: - type: Transform - pos: -27.5,-1.5 + pos: -17.5,2.5 parent: 2 - uid: 20631 components: - type: Transform - pos: -27.5,-2.5 + pos: -16.5,2.5 parent: 2 - uid: 20632 components: @@ -41747,6 +42123,11 @@ entities: - type: Transform pos: 5.5,63.5 parent: 2 + - uid: 20992 + components: + - type: Transform + pos: -87.5,23.5 + parent: 2 - uid: 21015 components: - type: Transform @@ -41757,11 +42138,26 @@ entities: - type: Transform pos: 49.5,17.5 parent: 2 + - uid: 21096 + components: + - type: Transform + pos: -107.5,24.5 + parent: 2 + - uid: 21103 + components: + - type: Transform + pos: -107.5,23.5 + parent: 2 - uid: 21124 components: - type: Transform pos: -61.5,-11.5 parent: 2 + - uid: 21134 + components: + - type: Transform + pos: -52.5,59.5 + parent: 2 - uid: 21135 components: - type: Transform @@ -41897,11 +42293,6 @@ entities: - type: Transform pos: -66.5,-30.5 parent: 2 - - uid: 21163 - components: - - type: Transform - pos: -52.5,57.5 - parent: 2 - uid: 21166 components: - type: Transform @@ -43292,11 +43683,6 @@ entities: - type: Transform pos: -45.5,4.5 parent: 2 - - uid: 21569 - components: - - type: Transform - pos: -112.5,24.5 - parent: 2 - uid: 21570 components: - type: Transform @@ -44772,56 +45158,21 @@ entities: - type: Transform pos: -34.5,43.5 parent: 2 - - uid: 21881 - components: - - type: Transform - pos: -85.5,22.5 - parent: 2 - - uid: 21882 - components: - - type: Transform - pos: -86.5,22.5 - parent: 2 - - uid: 21883 - components: - - type: Transform - pos: -87.5,22.5 - parent: 2 - - uid: 21884 - components: - - type: Transform - pos: -88.5,22.5 - parent: 2 - uid: 21885 components: - type: Transform pos: -89.5,22.5 parent: 2 - - uid: 21886 - components: - - type: Transform - pos: -83.5,22.5 - parent: 2 - uid: 21887 components: - type: Transform pos: -83.5,23.5 parent: 2 - - uid: 21888 - components: - - type: Transform - pos: -82.5,22.5 - parent: 2 - uid: 21889 components: - type: Transform pos: -82.5,23.5 parent: 2 - - uid: 21890 - components: - - type: Transform - pos: -81.5,22.5 - parent: 2 - uid: 21891 components: - type: Transform @@ -44837,11 +45188,6 @@ entities: - type: Transform pos: -80.5,23.5 parent: 2 - - uid: 21894 - components: - - type: Transform - pos: -79.5,22.5 - parent: 2 - uid: 21895 components: - type: Transform @@ -44912,71 +45258,6 @@ entities: - type: Transform pos: -96.5,-1.5 parent: 2 - - uid: 21909 - components: - - type: Transform - pos: -95.5,-1.5 - parent: 2 - - uid: 21910 - components: - - type: Transform - pos: -94.5,-1.5 - parent: 2 - - uid: 21911 - components: - - type: Transform - pos: -93.5,-1.5 - parent: 2 - - uid: 21912 - components: - - type: Transform - pos: -93.5,-0.5 - parent: 2 - - uid: 21913 - components: - - type: Transform - pos: -92.5,-0.5 - parent: 2 - - uid: 21914 - components: - - type: Transform - pos: -92.5,0.5 - parent: 2 - - uid: 21915 - components: - - type: Transform - pos: -91.5,0.5 - parent: 2 - - uid: 21916 - components: - - type: Transform - pos: -91.5,1.5 - parent: 2 - - uid: 21917 - components: - - type: Transform - pos: -91.5,2.5 - parent: 2 - - uid: 21918 - components: - - type: Transform - pos: -91.5,3.5 - parent: 2 - - uid: 21919 - components: - - type: Transform - pos: -91.5,4.5 - parent: 2 - - uid: 21920 - components: - - type: Transform - pos: -91.5,5.5 - parent: 2 - - uid: 21921 - components: - - type: Transform - pos: -91.5,6.5 - parent: 2 - uid: 21922 components: - type: Transform @@ -44987,300 +45268,105 @@ entities: - type: Transform pos: -91.5,9.5 parent: 2 - - uid: 21924 - components: - - type: Transform - pos: -91.5,10.5 - parent: 2 - - uid: 21925 - components: - - type: Transform - pos: -91.5,11.5 - parent: 2 - - uid: 21926 - components: - - type: Transform - pos: -91.5,12.5 - parent: 2 - - uid: 21927 - components: - - type: Transform - pos: -91.5,13.5 - parent: 2 - - uid: 21928 - components: - - type: Transform - pos: -91.5,14.5 - parent: 2 - - uid: 21929 - components: - - type: Transform - pos: -91.5,15.5 - parent: 2 - - uid: 21930 - components: - - type: Transform - pos: -91.5,16.5 - parent: 2 - - uid: 21931 - components: - - type: Transform - pos: -92.5,16.5 - parent: 2 - - uid: 21932 - components: - - type: Transform - pos: -92.5,17.5 - parent: 2 - - uid: 21933 - components: - - type: Transform - pos: -94.5,17.5 - parent: 2 - - uid: 21934 - components: - - type: Transform - pos: -93.5,17.5 - parent: 2 - - uid: 21935 - components: - - type: Transform - pos: -94.5,18.5 - parent: 2 - - uid: 21936 - components: - - type: Transform - pos: -95.5,18.5 - parent: 2 - uid: 21937 components: - type: Transform pos: -96.5,18.5 parent: 2 - - uid: 21938 - components: - - type: Transform - pos: -97.5,18.5 - parent: 2 - - uid: 21939 - components: - - type: Transform - pos: -97.5,19.5 - parent: 2 - - uid: 21940 - components: - - type: Transform - pos: -97.5,20.5 - parent: 2 - - uid: 21941 - components: - - type: Transform - pos: -97.5,21.5 - parent: 2 - - uid: 21942 - components: - - type: Transform - pos: -97.5,22.5 - parent: 2 - - uid: 21943 - components: - - type: Transform - pos: -97.5,23.5 - parent: 2 - - uid: 21944 - components: - - type: Transform - pos: -97.5,24.5 - parent: 2 - - uid: 21945 - components: - - type: Transform - pos: -97.5,25.5 - parent: 2 - uid: 21946 components: - type: Transform pos: -97.5,26.5 parent: 2 - - uid: 21947 - components: - - type: Transform - pos: -97.5,27.5 - parent: 2 - - uid: 21948 - components: - - type: Transform - pos: -97.5,28.5 - parent: 2 - - uid: 21949 - components: - - type: Transform - pos: -97.5,29.5 - parent: 2 - - uid: 21950 - components: - - type: Transform - pos: -111.5,24.5 - parent: 2 - - uid: 21951 - components: - - type: Transform - pos: -110.5,24.5 - parent: 2 - - uid: 21955 - components: - - type: Transform - pos: -106.5,24.5 - parent: 2 - - uid: 21956 - components: - - type: Transform - pos: -105.5,24.5 - parent: 2 - - uid: 21957 - components: - - type: Transform - pos: -104.5,24.5 - parent: 2 - - uid: 21958 - components: - - type: Transform - pos: -103.5,24.5 - parent: 2 - - uid: 21959 - components: - - type: Transform - pos: -102.5,24.5 - parent: 2 - - uid: 21960 - components: - - type: Transform - pos: -101.5,24.5 - parent: 2 - - uid: 21961 - components: - - type: Transform - pos: -100.5,24.5 - parent: 2 - uid: 21962 components: - type: Transform - pos: -99.5,24.5 + pos: -98.5,26.5 parent: 2 - uid: 21963 components: - type: Transform pos: -98.5,24.5 parent: 2 - - uid: 21964 - components: - - type: Transform - pos: -112.5,-7.5 - parent: 2 - - uid: 21965 - components: - - type: Transform - pos: -111.5,-7.5 - parent: 2 - - uid: 21966 - components: - - type: Transform - pos: -110.5,-7.5 - parent: 2 - uid: 21967 components: - type: Transform pos: -40.5,-28.5 parent: 2 - - uid: 21970 - components: - - type: Transform - pos: -106.5,-7.5 - parent: 2 - - uid: 21971 - components: - - type: Transform - pos: -105.5,-7.5 - parent: 2 - - uid: 21972 - components: - - type: Transform - pos: -104.5,-7.5 - parent: 2 - - uid: 21973 + - uid: 21978 components: - type: Transform - pos: -103.5,-7.5 + pos: -98.5,-7.5 parent: 2 - - uid: 21974 + - uid: 22043 components: - type: Transform - pos: -102.5,-7.5 + pos: -87.5,31.5 parent: 2 - - uid: 21975 + - uid: 22066 components: - type: Transform - pos: -101.5,-7.5 + pos: -99.5,15.5 parent: 2 - - uid: 21976 + - uid: 22071 components: - type: Transform - pos: -100.5,-7.5 + pos: -107.5,-7.5 parent: 2 - - uid: 21977 + - uid: 22095 components: - type: Transform - pos: -99.5,-7.5 + pos: -87.5,-6.5 parent: 2 - - uid: 21978 + - uid: 22101 components: - type: Transform - pos: -98.5,-7.5 + pos: -103.5,17.5 parent: 2 - - uid: 22167 + - uid: 22106 components: - type: Transform - pos: -114.5,2.5 + pos: -98.5,22.5 parent: 2 - - uid: 22168 + - uid: 22108 components: - type: Transform - pos: -115.5,2.5 + pos: -98.5,-8.5 parent: 2 - uid: 22169 components: - type: Transform - pos: -116.5,2.5 + pos: -78.5,28.5 parent: 2 - - uid: 22170 + - uid: 22175 components: - type: Transform - pos: -117.5,2.5 + pos: -99.5,4.5 parent: 2 - - uid: 22171 + - uid: 22176 components: - type: Transform - pos: -114.5,14.5 + pos: -98.5,-9.5 parent: 2 - - uid: 22172 + - uid: 22177 components: - type: Transform - pos: -115.5,14.5 + pos: -98.5,19.5 parent: 2 - - uid: 22173 + - uid: 22273 components: - type: Transform - pos: -116.5,14.5 + pos: 11.5,70.5 parent: 2 - - uid: 22174 + - uid: 22289 components: - type: Transform - pos: -117.5,14.5 + pos: -14.5,2.5 parent: 2 - - uid: 22273 + - uid: 22290 components: - type: Transform - pos: 11.5,70.5 + pos: -26.5,4.5 parent: 2 - uid: 22321 components: @@ -45372,6 +45458,21 @@ entities: - type: Transform pos: 13.5,70.5 parent: 2 + - uid: 22455 + components: + - type: Transform + pos: -90.5,-6.5 + parent: 2 + - uid: 22536 + components: + - type: Transform + pos: -51.5,63.5 + parent: 2 + - uid: 22572 + components: + - type: Transform + pos: -99.5,13.5 + parent: 2 - uid: 22576 components: - type: Transform @@ -45382,10 +45483,35 @@ entities: - type: Transform pos: 21.5,29.5 parent: 2 - - uid: 22723 + - uid: 22726 + components: + - type: Transform + pos: -80.5,31.5 + parent: 2 + - uid: 22728 components: - type: Transform - pos: -52.5,55.5 + pos: -91.5,23.5 + parent: 2 + - uid: 22754 + components: + - type: Transform + pos: -88.5,23.5 + parent: 2 + - uid: 22755 + components: + - type: Transform + pos: -85.5,23.5 + parent: 2 + - uid: 22985 + components: + - type: Transform + pos: -79.5,30.5 + parent: 2 + - uid: 22986 + components: + - type: Transform + pos: -78.5,29.5 parent: 2 - uid: 23003 components: @@ -45417,85 +45543,95 @@ entities: - type: Transform pos: -93.5,66.5 parent: 2 + - uid: 23033 + components: + - type: Transform + pos: -81.5,-14.5 + parent: 2 + - uid: 23108 + components: + - type: Transform + pos: -79.5,-14.5 + parent: 2 + - uid: 23109 + components: + - type: Transform + pos: -79.5,-13.5 + parent: 2 - uid: 23135 components: - type: Transform pos: 9.5,46.5 parent: 2 - - uid: 23184 + - uid: 23151 components: - type: Transform - pos: 14.5,45.5 + pos: -107.5,22.5 parent: 2 - - uid: 23209 + - uid: 23152 components: - type: Transform - pos: -54.5,60.5 + pos: -107.5,21.5 parent: 2 - - uid: 23216 + - uid: 23184 components: - type: Transform - pos: -58.5,60.5 + pos: 14.5,45.5 parent: 2 - uid: 23227 components: - type: Transform pos: -9.5,4.5 parent: 2 - - uid: 23240 - components: - - type: Transform - pos: -59.5,60.5 - parent: 2 - - uid: 23242 + - uid: 23464 components: - type: Transform - pos: -52.5,60.5 + pos: -104.5,15.5 parent: 2 - - uid: 23243 + - uid: 23465 components: - type: Transform - pos: -55.5,60.5 + pos: -108.5,9.5 parent: 2 - - uid: 23244 + - uid: 23471 components: - type: Transform - pos: -56.5,60.5 + pos: -108.5,11.5 parent: 2 - - uid: 23247 + - uid: 23517 components: - type: Transform - pos: -57.5,60.5 + pos: -102.5,15.5 parent: 2 - - uid: 23250 + - uid: 23535 components: - type: Transform - pos: -56.5,56.5 + pos: -106.5,14.5 parent: 2 - - uid: 23287 + - uid: 23629 components: - type: Transform - pos: -63.5,60.5 + pos: -81.5,32.5 parent: 2 - - uid: 23557 + - uid: 23686 components: - type: Transform - pos: -63.5,61.5 + pos: -98.5,23.5 parent: 2 - - uid: 23566 + - uid: 23701 components: - type: Transform - pos: -63.5,63.5 + pos: -81.5,-15.5 parent: 2 - uid: 23728 components: - type: Transform pos: 89.5,54.5 parent: 2 - - uid: 23776 + - uid: 23760 components: - type: Transform - pos: -55.5,56.5 + pos: -26.5,3.5 parent: 2 - uid: 23787 components: @@ -45522,6 +45658,11 @@ entities: - type: Transform pos: 17.5,9.5 parent: 2 + - uid: 25063 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 - uid: 26191 components: - type: Transform @@ -45532,11 +45673,161 @@ entities: - type: Transform pos: -82.5,11.5 parent: 2 + - uid: 26565 + components: + - type: Transform + pos: -107.5,-6.5 + parent: 2 + - uid: 26590 + components: + - type: Transform + pos: -77.5,26.5 + parent: 2 + - uid: 26591 + components: + - type: Transform + pos: -77.5,25.5 + parent: 2 + - uid: 26592 + components: + - type: Transform + pos: -78.5,23.5 + parent: 2 + - uid: 26593 + components: + - type: Transform + pos: -77.5,24.5 + parent: 2 + - uid: 26594 + components: + - type: Transform + pos: -77.5,23.5 + parent: 2 + - uid: 26749 + components: + - type: Transform + pos: -74.5,21.5 + parent: 2 + - uid: 26756 + components: + - type: Transform + pos: -86.5,23.5 + parent: 2 + - uid: 26769 + components: + - type: Transform + pos: -103.5,-1.5 + parent: 2 + - uid: 26770 + components: + - type: Transform + pos: -104.5,-1.5 + parent: 2 + - uid: 26782 + components: + - type: Transform + pos: -107.5,27.5 + parent: 2 + - uid: 26805 + components: + - type: Transform + pos: -107.5,25.5 + parent: 2 + - uid: 26834 + components: + - type: Transform + pos: -106.5,27.5 + parent: 2 + - uid: 26975 + components: + - type: Transform + pos: -106.5,29.5 + parent: 2 - uid: 27181 components: - type: Transform pos: 10.5,45.5 parent: 2 + - uid: 27202 + components: + - type: Transform + pos: -105.5,29.5 + parent: 2 + - uid: 27206 + components: + - type: Transform + pos: -107.5,26.5 + parent: 2 + - uid: 27210 + components: + - type: Transform + pos: -106.5,28.5 + parent: 2 + - uid: 27217 + components: + - type: Transform + pos: -105.5,30.5 + parent: 2 + - uid: 27218 + components: + - type: Transform + pos: -106.5,21.5 + parent: 2 + - uid: 27223 + components: + - type: Transform + pos: -106.5,20.5 + parent: 2 + - uid: 27227 + components: + - type: Transform + pos: -90.5,-5.5 + parent: 2 + - uid: 27230 + components: + - type: Transform + pos: -90.5,-13.5 + parent: 2 + - uid: 27231 + components: + - type: Transform + pos: -89.5,-13.5 + parent: 2 + - uid: 27232 + components: + - type: Transform + pos: -89.5,-14.5 + parent: 2 + - uid: 27233 + components: + - type: Transform + pos: -87.5,-14.5 + parent: 2 + - uid: 27235 + components: + - type: Transform + pos: -88.5,-14.5 + parent: 2 + - uid: 27237 + components: + - type: Transform + pos: -106.5,19.5 + parent: 2 + - uid: 27238 + components: + - type: Transform + pos: -77.5,-9.5 + parent: 2 + - uid: 27241 + components: + - type: Transform + pos: -105.5,18.5 + parent: 2 + - uid: 27242 + components: + - type: Transform + pos: -105.5,19.5 + parent: 2 - uid: 27353 components: - type: Transform @@ -45632,31 +45923,11 @@ entities: - type: Transform pos: 83.5,61.5 parent: 2 - - uid: 28139 - components: - - type: Transform - pos: -54.5,56.5 - parent: 2 - uid: 28162 components: - type: Transform pos: -14.5,36.5 parent: 2 - - uid: 28468 - components: - - type: Transform - pos: -53.5,60.5 - parent: 2 - - uid: 28661 - components: - - type: Transform - pos: -52.5,59.5 - parent: 2 - - uid: 28675 - components: - - type: Transform - pos: -53.5,56.5 - parent: 2 - uid: 28676 components: - type: Transform @@ -45692,11 +45963,31 @@ entities: - type: Transform pos: 11.5,45.5 parent: 2 + - uid: 28984 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - uid: 28994 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 - uid: 29058 components: - type: Transform pos: -72.5,3.5 parent: 2 + - uid: 29060 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - uid: 29061 + components: + - type: Transform + pos: -22.5,5.5 + parent: 2 - uid: 29129 components: - type: Transform @@ -45777,16 +46068,6 @@ entities: - type: Transform pos: -94.5,-4.5 parent: 2 - - uid: 29452 - components: - - type: Transform - pos: -94.5,-3.5 - parent: 2 - - uid: 29453 - components: - - type: Transform - pos: -94.5,-2.5 - parent: 2 - uid: 29454 components: - type: Transform @@ -45812,51 +46093,11 @@ entities: - type: Transform pos: -98.5,2.5 parent: 2 - - uid: 29459 - components: - - type: Transform - pos: -98.5,3.5 - parent: 2 - - uid: 29460 - components: - - type: Transform - pos: -98.5,4.5 - parent: 2 - - uid: 29461 - components: - - type: Transform - pos: -98.5,5.5 - parent: 2 - - uid: 29462 - components: - - type: Transform - pos: -98.5,6.5 - parent: 2 - - uid: 29463 - components: - - type: Transform - pos: -98.5,7.5 - parent: 2 - uid: 29464 components: - type: Transform pos: -98.5,8.5 parent: 2 - - uid: 29465 - components: - - type: Transform - pos: -98.5,9.5 - parent: 2 - - uid: 29466 - components: - - type: Transform - pos: -98.5,10.5 - parent: 2 - - uid: 29467 - components: - - type: Transform - pos: -98.5,11.5 - parent: 2 - uid: 29468 components: - type: Transform @@ -45872,11 +46113,6 @@ entities: - type: Transform pos: -98.5,14.5 parent: 2 - - uid: 29471 - components: - - type: Transform - pos: -98.5,15.5 - parent: 2 - uid: 29472 components: - type: Transform @@ -45937,61 +46173,11 @@ entities: - type: Transform pos: -94.5,21.5 parent: 2 - - uid: 29484 - components: - - type: Transform - pos: -94.5,20.5 - parent: 2 - - uid: 29485 - components: - - type: Transform - pos: -94.5,19.5 - parent: 2 - - uid: 29486 - components: - - type: Transform - pos: -93.5,21.5 - parent: 2 - - uid: 29487 - components: - - type: Transform - pos: -92.5,21.5 - parent: 2 - - uid: 29488 - components: - - type: Transform - pos: -91.5,21.5 - parent: 2 - - uid: 29489 - components: - - type: Transform - pos: -90.5,21.5 - parent: 2 - uid: 29490 components: - type: Transform pos: -89.5,21.5 parent: 2 - - uid: 29494 - components: - - type: Transform - pos: -76.5,21.5 - parent: 2 - - uid: 29495 - components: - - type: Transform - pos: -75.5,21.5 - parent: 2 - - uid: 29496 - components: - - type: Transform - pos: -74.5,21.5 - parent: 2 - - uid: 29497 - components: - - type: Transform - pos: -73.5,21.5 - parent: 2 - uid: 29498 components: - type: Transform @@ -46057,41 +46243,6 @@ entities: - type: Transform pos: -86.5,9.5 parent: 2 - - uid: 29511 - components: - - type: Transform - pos: -85.5,-0.5 - parent: 2 - - uid: 29512 - components: - - type: Transform - pos: -86.5,-0.5 - parent: 2 - - uid: 29513 - components: - - type: Transform - pos: -87.5,-0.5 - parent: 2 - - uid: 29514 - components: - - type: Transform - pos: -88.5,-0.5 - parent: 2 - - uid: 29515 - components: - - type: Transform - pos: -89.5,-0.5 - parent: 2 - - uid: 29516 - components: - - type: Transform - pos: -90.5,-0.5 - parent: 2 - - uid: 29517 - components: - - type: Transform - pos: -91.5,-0.5 - parent: 2 - uid: 29518 components: - type: Transform @@ -46287,206 +46438,6 @@ entities: - type: Transform pos: -77.5,5.5 parent: 2 - - uid: 29570 - components: - - type: Transform - pos: -103.5,-6.5 - parent: 2 - - uid: 29571 - components: - - type: Transform - pos: -103.5,-5.5 - parent: 2 - - uid: 29572 - components: - - type: Transform - pos: -103.5,-4.5 - parent: 2 - - uid: 29573 - components: - - type: Transform - pos: -103.5,-3.5 - parent: 2 - - uid: 29574 - components: - - type: Transform - pos: -103.5,-2.5 - parent: 2 - - uid: 29575 - components: - - type: Transform - pos: -103.5,-8.5 - parent: 2 - - uid: 29576 - components: - - type: Transform - pos: -103.5,-9.5 - parent: 2 - - uid: 29577 - components: - - type: Transform - pos: -103.5,-10.5 - parent: 2 - - uid: 29578 - components: - - type: Transform - pos: -103.5,-11.5 - parent: 2 - - uid: 29579 - components: - - type: Transform - pos: -103.5,-12.5 - parent: 2 - - uid: 29580 - components: - - type: Transform - pos: -104.5,3.5 - parent: 2 - - uid: 29581 - components: - - type: Transform - pos: -104.5,4.5 - parent: 2 - - uid: 29582 - components: - - type: Transform - pos: -104.5,5.5 - parent: 2 - - uid: 29583 - components: - - type: Transform - pos: -104.5,6.5 - parent: 2 - - uid: 29584 - components: - - type: Transform - pos: -104.5,7.5 - parent: 2 - - uid: 29585 - components: - - type: Transform - pos: -104.5,9.5 - parent: 2 - - uid: 29586 - components: - - type: Transform - pos: -104.5,10.5 - parent: 2 - - uid: 29587 - components: - - type: Transform - pos: -104.5,11.5 - parent: 2 - - uid: 29588 - components: - - type: Transform - pos: -104.5,12.5 - parent: 2 - - uid: 29589 - components: - - type: Transform - pos: -104.5,13.5 - parent: 2 - - uid: 29590 - components: - - type: Transform - pos: -103.5,19.5 - parent: 2 - - uid: 29591 - components: - - type: Transform - pos: -103.5,20.5 - parent: 2 - - uid: 29592 - components: - - type: Transform - pos: -103.5,21.5 - parent: 2 - - uid: 29593 - components: - - type: Transform - pos: -103.5,22.5 - parent: 2 - - uid: 29594 - components: - - type: Transform - pos: -103.5,23.5 - parent: 2 - - uid: 29595 - components: - - type: Transform - pos: -103.5,25.5 - parent: 2 - - uid: 29596 - components: - - type: Transform - pos: -103.5,26.5 - parent: 2 - - uid: 29597 - components: - - type: Transform - pos: -103.5,27.5 - parent: 2 - - uid: 29598 - components: - - type: Transform - pos: -103.5,28.5 - parent: 2 - - uid: 29599 - components: - - type: Transform - pos: -103.5,29.5 - parent: 2 - - uid: 29600 - components: - - type: Transform - pos: -85.5,28.5 - parent: 2 - - uid: 29601 - components: - - type: Transform - pos: -86.5,28.5 - parent: 2 - - uid: 29602 - components: - - type: Transform - pos: -87.5,28.5 - parent: 2 - - uid: 29603 - components: - - type: Transform - pos: -88.5,28.5 - parent: 2 - - uid: 29604 - components: - - type: Transform - pos: -89.5,28.5 - parent: 2 - - uid: 29605 - components: - - type: Transform - pos: -83.5,28.5 - parent: 2 - - uid: 29606 - components: - - type: Transform - pos: -82.5,28.5 - parent: 2 - - uid: 29607 - components: - - type: Transform - pos: -81.5,28.5 - parent: 2 - - uid: 29608 - components: - - type: Transform - pos: -80.5,28.5 - parent: 2 - - uid: 29609 - components: - - type: Transform - pos: -79.5,28.5 - parent: 2 - uid: 29618 components: - type: Transform @@ -47162,11 +47113,6 @@ entities: - type: Transform pos: -51.5,41.5 parent: 2 - - uid: 30796 - components: - - type: Transform - pos: -85.5,-13.5 - parent: 2 - uid: 30805 components: - type: Transform @@ -47177,6 +47123,11 @@ entities: - type: Transform pos: -37.5,-28.5 parent: 2 + - uid: 30808 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 - uid: 30809 components: - type: Transform @@ -47207,6 +47158,11 @@ entities: - type: Transform pos: 8.5,64.5 parent: 2 + - uid: 30822 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 - uid: 30863 components: - type: Transform @@ -47437,6 +47393,11 @@ entities: - type: Transform pos: -39.5,62.5 parent: 2 + - uid: 30966 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 - uid: 30972 components: - type: Transform @@ -47522,80 +47483,75 @@ entities: - type: Transform pos: 9.5,64.5 parent: 2 - - uid: 31184 - components: - - type: Transform - pos: -47.5,61.5 - parent: 2 - - uid: 31185 + - uid: 31083 components: - type: Transform - pos: -48.5,61.5 + pos: -20.5,4.5 parent: 2 - - uid: 31306 + - uid: 31137 components: - type: Transform - pos: 68.5,25.5 + pos: -20.5,3.5 parent: 2 - - uid: 31331 + - uid: 31155 components: - type: Transform - pos: -63.5,64.5 + pos: -18.5,5.5 parent: 2 - - uid: 31332 + - uid: 31157 components: - type: Transform - pos: -62.5,64.5 + pos: -18.5,4.5 parent: 2 - - uid: 31333 + - uid: 31158 components: - type: Transform - pos: -61.5,64.5 + pos: -18.5,3.5 parent: 2 - - uid: 31334 + - uid: 31159 components: - type: Transform - pos: -60.5,64.5 + pos: -16.5,5.5 parent: 2 - - uid: 31335 + - uid: 31160 components: - type: Transform - pos: -59.5,64.5 + pos: -16.5,4.5 parent: 2 - - uid: 31336 + - uid: 31161 components: - type: Transform - pos: -58.5,64.5 + pos: -16.5,3.5 parent: 2 - - uid: 31337 + - uid: 31162 components: - type: Transform - pos: -57.5,64.5 + pos: -14.5,5.5 parent: 2 - - uid: 31338 + - uid: 31163 components: - type: Transform - pos: -56.5,64.5 + pos: -14.5,4.5 parent: 2 - - uid: 31339 + - uid: 31164 components: - type: Transform - pos: -55.5,64.5 + pos: -14.5,3.5 parent: 2 - - uid: 31340 + - uid: 31184 components: - type: Transform - pos: -54.5,64.5 + pos: -47.5,61.5 parent: 2 - - uid: 31341 + - uid: 31185 components: - type: Transform - pos: -53.5,64.5 + pos: -48.5,61.5 parent: 2 - - uid: 31342 + - uid: 31306 components: - type: Transform - pos: -52.5,64.5 + pos: 68.5,25.5 parent: 2 - uid: 31343 components: @@ -47962,26 +47918,6 @@ entities: - type: Transform pos: -59.5,52.5 parent: 2 - - uid: 31576 - components: - - type: Transform - pos: -59.5,53.5 - parent: 2 - - uid: 31577 - components: - - type: Transform - pos: -59.5,54.5 - parent: 2 - - uid: 31578 - components: - - type: Transform - pos: -59.5,55.5 - parent: 2 - - uid: 31579 - components: - - type: Transform - pos: -59.5,56.5 - parent: 2 - uid: 31584 components: - type: Transform @@ -48027,11 +47963,6 @@ entities: - type: Transform pos: 71.5,-7.5 parent: 2 - - uid: 31596 - components: - - type: Transform - pos: -52.5,54.5 - parent: 2 - uid: 31597 components: - type: Transform @@ -49162,246 +49093,6 @@ entities: - type: Transform pos: -62.5,-13.5 parent: 2 - - uid: 32048 - components: - - type: Transform - pos: -117.5,-0.5 - parent: 2 - - uid: 32050 - components: - - type: Transform - pos: -119.5,-0.5 - parent: 2 - - uid: 32051 - components: - - type: Transform - pos: -120.5,-0.5 - parent: 2 - - uid: 32052 - components: - - type: Transform - pos: -121.5,-0.5 - parent: 2 - - uid: 32053 - components: - - type: Transform - pos: -122.5,-0.5 - parent: 2 - - uid: 32054 - components: - - type: Transform - pos: -123.5,-0.5 - parent: 2 - - uid: 32055 - components: - - type: Transform - pos: -116.5,-0.5 - parent: 2 - - uid: 32056 - components: - - type: Transform - pos: -116.5,0.5 - parent: 2 - - uid: 32057 - components: - - type: Transform - pos: -116.5,1.5 - parent: 2 - - uid: 32058 - components: - - type: Transform - pos: -123.5,0.5 - parent: 2 - - uid: 32059 - components: - - type: Transform - pos: -123.5,1.5 - parent: 2 - - uid: 32060 - components: - - type: Transform - pos: -123.5,2.5 - parent: 2 - - uid: 32061 - components: - - type: Transform - pos: -123.5,3.5 - parent: 2 - - uid: 32062 - components: - - type: Transform - pos: -123.5,4.5 - parent: 2 - - uid: 32063 - components: - - type: Transform - pos: -123.5,5.5 - parent: 2 - - uid: 32064 - components: - - type: Transform - pos: -122.5,5.5 - parent: 2 - - uid: 32065 - components: - - type: Transform - pos: -121.5,5.5 - parent: 2 - - uid: 32066 - components: - - type: Transform - pos: -120.5,5.5 - parent: 2 - - uid: 32067 - components: - - type: Transform - pos: -119.5,5.5 - parent: 2 - - uid: 32068 - components: - - type: Transform - pos: -118.5,5.5 - parent: 2 - - uid: 32069 - components: - - type: Transform - pos: -117.5,5.5 - parent: 2 - - uid: 32070 - components: - - type: Transform - pos: -116.5,5.5 - parent: 2 - - uid: 32071 - components: - - type: Transform - pos: -116.5,4.5 - parent: 2 - - uid: 32072 - components: - - type: Transform - pos: -116.5,3.5 - parent: 2 - - uid: 32074 - components: - - type: Transform - pos: -116.5,16.5 - parent: 2 - - uid: 32076 - components: - - type: Transform - pos: -116.5,17.5 - parent: 2 - - uid: 32077 - components: - - type: Transform - pos: -117.5,17.5 - parent: 2 - - uid: 32078 - components: - - type: Transform - pos: -118.5,17.5 - parent: 2 - - uid: 32079 - components: - - type: Transform - pos: -119.5,17.5 - parent: 2 - - uid: 32080 - components: - - type: Transform - pos: -120.5,17.5 - parent: 2 - - uid: 32081 - components: - - type: Transform - pos: -121.5,17.5 - parent: 2 - - uid: 32082 - components: - - type: Transform - pos: -122.5,17.5 - parent: 2 - - uid: 32083 - components: - - type: Transform - pos: -123.5,17.5 - parent: 2 - - uid: 32084 - components: - - type: Transform - pos: -123.5,16.5 - parent: 2 - - uid: 32085 - components: - - type: Transform - pos: -123.5,15.5 - parent: 2 - - uid: 32086 - components: - - type: Transform - pos: -123.5,14.5 - parent: 2 - - uid: 32087 - components: - - type: Transform - pos: -123.5,13.5 - parent: 2 - - uid: 32088 - components: - - type: Transform - pos: -123.5,12.5 - parent: 2 - - uid: 32089 - components: - - type: Transform - pos: -123.5,11.5 - parent: 2 - - uid: 32090 - components: - - type: Transform - pos: -122.5,11.5 - parent: 2 - - uid: 32091 - components: - - type: Transform - pos: -121.5,11.5 - parent: 2 - - uid: 32092 - components: - - type: Transform - pos: -120.5,11.5 - parent: 2 - - uid: 32093 - components: - - type: Transform - pos: -119.5,11.5 - parent: 2 - - uid: 32094 - components: - - type: Transform - pos: -118.5,11.5 - parent: 2 - - uid: 32095 - components: - - type: Transform - pos: -117.5,11.5 - parent: 2 - - uid: 32096 - components: - - type: Transform - pos: -116.5,11.5 - parent: 2 - - uid: 32097 - components: - - type: Transform - pos: -116.5,12.5 - parent: 2 - - uid: 32098 - components: - - type: Transform - pos: -116.5,13.5 - parent: 2 - uid: 32103 components: - type: Transform @@ -49412,11 +49103,6 @@ entities: - type: Transform pos: -67.5,42.5 parent: 2 - - uid: 32112 - components: - - type: Transform - pos: -59.5,65.5 - parent: 2 - uid: 32113 components: - type: Transform @@ -49672,11 +49358,6 @@ entities: - type: Transform pos: -103.5,65.5 parent: 2 - - uid: 32363 - components: - - type: Transform - pos: -103.5,66.5 - parent: 2 - uid: 32364 components: - type: Transform @@ -50157,36 +49838,6 @@ entities: - type: Transform pos: 69.5,23.5 parent: 2 - - uid: 32725 - components: - - type: Transform - pos: 70.5,23.5 - parent: 2 - - uid: 32726 - components: - - type: Transform - pos: 70.5,22.5 - parent: 2 - - uid: 32727 - components: - - type: Transform - pos: 71.5,22.5 - parent: 2 - - uid: 32728 - components: - - type: Transform - pos: 71.5,12.5 - parent: 2 - - uid: 32729 - components: - - type: Transform - pos: 70.5,12.5 - parent: 2 - - uid: 32730 - components: - - type: Transform - pos: 69.5,12.5 - parent: 2 - uid: 32731 components: - type: Transform @@ -53087,81 +52738,6 @@ entities: - type: Transform pos: 72.5,32.5 parent: 2 - - uid: 33311 - components: - - type: Transform - pos: 72.5,31.5 - parent: 2 - - uid: 33312 - components: - - type: Transform - pos: 72.5,30.5 - parent: 2 - - uid: 33313 - components: - - type: Transform - pos: 73.5,30.5 - parent: 2 - - uid: 33314 - components: - - type: Transform - pos: 74.5,30.5 - parent: 2 - - uid: 33315 - components: - - type: Transform - pos: 75.5,30.5 - parent: 2 - - uid: 33316 - components: - - type: Transform - pos: 75.5,29.5 - parent: 2 - - uid: 33317 - components: - - type: Transform - pos: 75.5,28.5 - parent: 2 - - uid: 33318 - components: - - type: Transform - pos: 74.5,28.5 - parent: 2 - - uid: 33319 - components: - - type: Transform - pos: 73.5,28.5 - parent: 2 - - uid: 33320 - components: - - type: Transform - pos: 72.5,28.5 - parent: 2 - - uid: 33321 - components: - - type: Transform - pos: 71.5,28.5 - parent: 2 - - uid: 33322 - components: - - type: Transform - pos: 70.5,28.5 - parent: 2 - - uid: 33323 - components: - - type: Transform - pos: 70.5,29.5 - parent: 2 - - uid: 33324 - components: - - type: Transform - pos: 70.5,30.5 - parent: 2 - - uid: 33325 - components: - - type: Transform - pos: 70.5,31.5 - parent: 2 - uid: 33326 components: - type: Transform @@ -54812,126 +54388,6 @@ entities: - type: Transform pos: -3.5,-7.5 parent: 2 - - uid: 33847 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 2 - - uid: 33848 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 2 - - uid: 33849 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 33850 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 2 - - uid: 33851 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 2 - - uid: 33852 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 2 - - uid: 33853 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 2 - - uid: 33854 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 2 - - uid: 33855 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 2 - - uid: 33856 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 2 - - uid: 33857 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 2 - - uid: 33858 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 2 - - uid: 33859 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 2 - - uid: 33860 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 2 - - uid: 33861 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 2 - - uid: 33862 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 2 - - uid: 33863 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 2 - - uid: 33864 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 2 - - uid: 33865 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 2 - - uid: 33866 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 2 - - uid: 33867 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 33868 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 2 - - uid: 33869 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 2 - - uid: 33870 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 2 - uid: 33871 components: - type: Transform @@ -55527,11 +54983,6 @@ entities: - type: Transform pos: -26.5,10.5 parent: 2 - - uid: 34000 - components: - - type: Transform - pos: -26.5,9.5 - parent: 2 - uid: 34001 components: - type: Transform @@ -55547,11 +54998,6 @@ entities: - type: Transform pos: -23.5,10.5 parent: 2 - - uid: 34004 - components: - - type: Transform - pos: -23.5,9.5 - parent: 2 - uid: 34005 components: - type: Transform @@ -55567,11 +55013,6 @@ entities: - type: Transform pos: -20.5,10.5 parent: 2 - - uid: 34008 - components: - - type: Transform - pos: -20.5,9.5 - parent: 2 - uid: 34009 components: - type: Transform @@ -55587,11 +55028,6 @@ entities: - type: Transform pos: -17.5,10.5 parent: 2 - - uid: 34012 - components: - - type: Transform - pos: -17.5,9.5 - parent: 2 - uid: 34015 components: - type: Transform @@ -57307,16 +56743,6 @@ entities: - type: Transform pos: 16.5,2.5 parent: 2 - - uid: 34419 - components: - - type: Transform - pos: -51.5,-7.5 - parent: 2 - - uid: 34422 - components: - - type: Transform - pos: -49.5,-7.5 - parent: 2 - uid: 34425 components: - type: Transform @@ -58052,11 +57478,6 @@ entities: - type: Transform pos: -54.5,53.5 parent: 2 - - uid: 34572 - components: - - type: Transform - pos: -54.5,54.5 - parent: 2 - uid: 34578 components: - type: Transform @@ -58067,21 +57488,6 @@ entities: - type: Transform pos: -86.5,19.5 parent: 2 - - uid: 34580 - components: - - type: Transform - pos: -87.5,19.5 - parent: 2 - - uid: 34581 - components: - - type: Transform - pos: -88.5,19.5 - parent: 2 - - uid: 34582 - components: - - type: Transform - pos: -88.5,18.5 - parent: 2 - uid: 34583 components: - type: Transform @@ -58102,21 +57508,6 @@ entities: - type: Transform pos: -83.5,18.5 parent: 2 - - uid: 34587 - components: - - type: Transform - pos: -92.5,12.5 - parent: 2 - - uid: 34588 - components: - - type: Transform - pos: -93.5,12.5 - parent: 2 - - uid: 34589 - components: - - type: Transform - pos: -94.5,12.5 - parent: 2 - uid: 34592 components: - type: Transform @@ -58132,46 +57523,11 @@ entities: - type: Transform pos: -95.5,12.5 parent: 2 - - uid: 34597 - components: - - type: Transform - pos: -91.5,20.5 - parent: 2 - - uid: 34598 - components: - - type: Transform - pos: -91.5,19.5 - parent: 2 - - uid: 34599 - components: - - type: Transform - pos: -90.5,19.5 - parent: 2 - - uid: 34600 - components: - - type: Transform - pos: -90.5,18.5 - parent: 2 - - uid: 34601 - components: - - type: Transform - pos: -89.5,18.5 - parent: 2 - - uid: 34602 - components: - - type: Transform - pos: -88.5,18.5 - parent: 2 - uid: 34603 components: - type: Transform pos: -85.5,12.5 parent: 2 - - uid: 34604 - components: - - type: Transform - pos: -86.5,12.5 - parent: 2 - uid: 34606 components: - type: Transform @@ -58217,16 +57573,6 @@ entities: - type: Transform pos: -73.5,-6.5 parent: 2 - - uid: 34619 - components: - - type: Transform - pos: -92.5,5.5 - parent: 2 - - uid: 34620 - components: - - type: Transform - pos: -93.5,5.5 - parent: 2 - uid: 34700 components: - type: Transform @@ -58282,26 +57628,6 @@ entities: - type: Transform pos: -42.5,59.5 parent: 2 - - uid: 34831 - components: - - type: Transform - pos: -61.5,56.5 - parent: 2 - - uid: 34832 - components: - - type: Transform - pos: -61.5,55.5 - parent: 2 - - uid: 34833 - components: - - type: Transform - pos: -61.5,54.5 - parent: 2 - - uid: 34846 - components: - - type: Transform - pos: -50.5,62.5 - parent: 2 - uid: 34854 components: - type: Transform @@ -59177,196 +58503,6 @@ entities: - type: Transform pos: -79.5,59.5 parent: 2 - - uid: 35607 - components: - - type: Transform - pos: -84.5,-20.5 - parent: 2 - - uid: 35608 - components: - - type: Transform - pos: -83.5,-20.5 - parent: 2 - - uid: 35609 - components: - - type: Transform - pos: -82.5,-20.5 - parent: 2 - - uid: 35610 - components: - - type: Transform - pos: -81.5,-20.5 - parent: 2 - - uid: 35611 - components: - - type: Transform - pos: -80.5,-20.5 - parent: 2 - - uid: 35612 - components: - - type: Transform - pos: -79.5,-20.5 - parent: 2 - - uid: 35613 - components: - - type: Transform - pos: -79.5,-21.5 - parent: 2 - - uid: 35614 - components: - - type: Transform - pos: -78.5,-21.5 - parent: 2 - - uid: 35615 - components: - - type: Transform - pos: -77.5,-21.5 - parent: 2 - - uid: 35616 - components: - - type: Transform - pos: -76.5,-21.5 - parent: 2 - - uid: 35617 - components: - - type: Transform - pos: -75.5,-21.5 - parent: 2 - - uid: 35618 - components: - - type: Transform - pos: -75.5,-22.5 - parent: 2 - - uid: 35619 - components: - - type: Transform - pos: -74.5,-22.5 - parent: 2 - - uid: 35620 - components: - - type: Transform - pos: -73.5,-22.5 - parent: 2 - - uid: 35621 - components: - - type: Transform - pos: -72.5,-22.5 - parent: 2 - - uid: 35622 - components: - - type: Transform - pos: -71.5,-22.5 - parent: 2 - - uid: 35623 - components: - - type: Transform - pos: -70.5,-22.5 - parent: 2 - - uid: 35624 - components: - - type: Transform - pos: -70.5,-23.5 - parent: 2 - - uid: 35625 - components: - - type: Transform - pos: -69.5,-23.5 - parent: 2 - - uid: 35626 - components: - - type: Transform - pos: -68.5,-23.5 - parent: 2 - - uid: 35627 - components: - - type: Transform - pos: -67.5,-23.5 - parent: 2 - - uid: 35628 - components: - - type: Transform - pos: -66.5,-23.5 - parent: 2 - - uid: 35629 - components: - - type: Transform - pos: -65.5,-23.5 - parent: 2 - - uid: 35778 - components: - - type: Transform - pos: -100.5,-21.5 - parent: 2 - - uid: 35779 - components: - - type: Transform - pos: -100.5,-22.5 - parent: 2 - - uid: 35780 - components: - - type: Transform - pos: -100.5,-23.5 - parent: 2 - - uid: 35781 - components: - - type: Transform - pos: -100.5,-24.5 - parent: 2 - - uid: 35782 - components: - - type: Transform - pos: -100.5,-25.5 - parent: 2 - - uid: 35783 - components: - - type: Transform - pos: -100.5,-26.5 - parent: 2 - - uid: 35784 - components: - - type: Transform - pos: -101.5,-26.5 - parent: 2 - - uid: 35785 - components: - - type: Transform - pos: -102.5,-26.5 - parent: 2 - - uid: 35786 - components: - - type: Transform - pos: -103.5,-26.5 - parent: 2 - - uid: 35787 - components: - - type: Transform - pos: -104.5,-26.5 - parent: 2 - - uid: 35788 - components: - - type: Transform - pos: -104.5,-25.5 - parent: 2 - - uid: 35789 - components: - - type: Transform - pos: -104.5,-24.5 - parent: 2 - - uid: 35790 - components: - - type: Transform - pos: -103.5,-24.5 - parent: 2 - - uid: 35791 - components: - - type: Transform - pos: -102.5,-24.5 - parent: 2 - - uid: 35792 - components: - - type: Transform - pos: -101.5,-24.5 - parent: 2 - uid: 35813 components: - type: Transform @@ -59662,13 +58798,6 @@ entities: - type: Transform pos: -32.5,37.5 parent: 2 -- proto: CableApcStack - entities: - - uid: 31174 - components: - - type: Transform - pos: -71.46277,0.7802896 - parent: 2 - proto: CablecuffsBroken entities: - uid: 5375 @@ -59688,6 +58817,21 @@ entities: parent: 2 - proto: CableHV entities: + - uid: 91 + components: + - type: Transform + pos: -62.5,27.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -61.5,33.5 + parent: 2 - uid: 137 components: - type: Transform @@ -59698,11 +58842,51 @@ entities: - type: Transform pos: -29.5,-5.5 parent: 2 + - uid: 208 + components: + - type: Transform + pos: -61.5,31.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: -61.5,34.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: -51.5,61.5 + parent: 2 - uid: 246 components: - type: Transform pos: -46.5,57.5 parent: 2 + - uid: 275 + components: + - type: Transform + pos: -51.5,60.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: -62.5,35.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: -59.5,36.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: -59.5,35.5 + parent: 2 - uid: 979 components: - type: Transform @@ -59718,15 +58902,15 @@ entities: - type: Transform pos: -3.5,-20.5 parent: 2 - - uid: 2775 + - uid: 3658 components: - type: Transform - pos: -58.5,62.5 + pos: -60.5,36.5 parent: 2 - - uid: 3584 + - uid: 3660 components: - type: Transform - pos: -62.5,33.5 + pos: -61.5,35.5 parent: 2 - uid: 3893 components: @@ -59863,11 +59047,6 @@ entities: - type: Transform pos: -24.5,27.5 parent: 2 - - uid: 6771 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - uid: 7293 components: - type: Transform @@ -59878,11 +59057,6 @@ entities: - type: Transform pos: -95.5,-33.5 parent: 2 - - uid: 7324 - components: - - type: Transform - pos: -54.5,62.5 - parent: 2 - uid: 7408 components: - type: Transform @@ -59928,11 +59102,21 @@ entities: - type: Transform pos: -11.5,68.5 parent: 2 + - uid: 7492 + components: + - type: Transform + pos: -51.5,59.5 + parent: 2 - uid: 7581 components: - type: Transform pos: -43.5,69.5 parent: 2 + - uid: 7630 + components: + - type: Transform + pos: -69.5,24.5 + parent: 2 - uid: 7694 components: - type: Transform @@ -59948,10 +59132,50 @@ entities: - type: Transform pos: -95.5,-35.5 parent: 2 - - uid: 7743 + - uid: 7964 + components: + - type: Transform + pos: -51.5,56.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + pos: -71.5,-33.5 + parent: 2 + - uid: 8152 components: - type: Transform - pos: -83.5,-20.5 + pos: -48.5,-35.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + pos: -70.5,-33.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: -52.5,54.5 + parent: 2 + - uid: 8315 + components: + - type: Transform + pos: -51.5,54.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + pos: -51.5,57.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: -51.5,58.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: -51.5,55.5 parent: 2 - uid: 8467 components: @@ -59963,21 +59187,26 @@ entities: - type: Transform pos: -18.5,46.5 parent: 2 - - uid: 8690 + - uid: 8639 components: - type: Transform - pos: -92.5,-35.5 + pos: -70.5,24.5 parent: 2 - - uid: 8800 + - uid: 8690 components: - type: Transform - pos: -61.5,31.5 + pos: -92.5,-35.5 parent: 2 - uid: 8854 components: - type: Transform pos: -99.5,51.5 parent: 2 + - uid: 8868 + components: + - type: Transform + pos: -60.5,35.5 + parent: 2 - uid: 8932 components: - type: Transform @@ -60003,20 +59232,20 @@ entities: - type: Transform pos: -61.5,30.5 parent: 2 - - uid: 8970 + - uid: 8978 components: - type: Transform - pos: -61.5,32.5 + pos: -62.5,36.5 parent: 2 - uid: 8980 components: - type: Transform - pos: -60.5,33.5 + pos: -63.5,35.5 parent: 2 - uid: 8982 components: - type: Transform - pos: -61.5,33.5 + pos: -61.5,36.5 parent: 2 - uid: 9057 components: @@ -60473,26 +59702,11 @@ entities: - type: Transform pos: -76.5,-34.5 parent: 2 - - uid: 9818 - components: - - type: Transform - pos: -70.5,-34.5 - parent: 2 - - uid: 9819 - components: - - type: Transform - pos: -74.5,-34.5 - parent: 2 - uid: 9820 components: - type: Transform pos: -80.5,-34.5 parent: 2 - - uid: 9822 - components: - - type: Transform - pos: -71.5,-34.5 - parent: 2 - uid: 9827 components: - type: Transform @@ -60533,16 +59747,6 @@ entities: - type: Transform pos: -84.5,-34.5 parent: 2 - - uid: 9840 - components: - - type: Transform - pos: -73.5,-34.5 - parent: 2 - - uid: 9848 - components: - - type: Transform - pos: -72.5,-34.5 - parent: 2 - uid: 9849 components: - type: Transform @@ -60558,16 +59762,6 @@ entities: - type: Transform pos: -57.5,39.5 parent: 2 - - uid: 9901 - components: - - type: Transform - pos: -61.5,34.5 - parent: 2 - - uid: 9902 - components: - - type: Transform - pos: -62.5,34.5 - parent: 2 - uid: 9903 components: - type: Transform @@ -60586,7 +59780,7 @@ entities: - uid: 9909 components: - type: Transform - pos: -60.5,34.5 + pos: -63.5,36.5 parent: 2 - uid: 9911 components: @@ -61808,11 +61002,6 @@ entities: - type: Transform pos: -49.5,-35.5 parent: 2 - - uid: 10706 - components: - - type: Transform - pos: -48.5,-35.5 - parent: 2 - uid: 10707 components: - type: Transform @@ -63313,6 +62502,11 @@ entities: - type: Transform pos: -44.5,8.5 parent: 2 + - uid: 11263 + components: + - type: Transform + pos: -51.5,63.5 + parent: 2 - uid: 11414 components: - type: Transform @@ -65608,11 +64802,6 @@ entities: - type: Transform pos: 1.5,38.5 parent: 2 - - uid: 14453 - components: - - type: Transform - pos: -61.5,62.5 - parent: 2 - uid: 14509 components: - type: Transform @@ -66043,11 +65232,6 @@ entities: - type: Transform pos: -26.5,23.5 parent: 2 - - uid: 15582 - components: - - type: Transform - pos: -61.5,60.5 - parent: 2 - uid: 15620 components: - type: Transform @@ -66068,16 +65252,6 @@ entities: - type: Transform pos: -48.5,52.5 parent: 2 - - uid: 15905 - components: - - type: Transform - pos: -55.5,62.5 - parent: 2 - - uid: 15982 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - uid: 16031 components: - type: Transform @@ -66398,46 +65572,11 @@ entities: - type: Transform pos: -6.5,64.5 parent: 2 - - uid: 16472 - components: - - type: Transform - pos: -57.5,62.5 - parent: 2 - uid: 16480 components: - type: Transform pos: -19.5,52.5 parent: 2 - - uid: 16494 - components: - - type: Transform - pos: -56.5,62.5 - parent: 2 - - uid: 16495 - components: - - type: Transform - pos: -53.5,62.5 - parent: 2 - - uid: 16497 - components: - - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 16503 - components: - - type: Transform - pos: -63.5,55.5 - parent: 2 - - uid: 16533 - components: - - type: Transform - pos: -63.5,63.5 - parent: 2 - - uid: 16536 - components: - - type: Transform - pos: -63.5,61.5 - parent: 2 - uid: 17005 components: - type: Transform @@ -66613,11 +65752,6 @@ entities: - type: Transform pos: -89.5,-51.5 parent: 2 - - uid: 18696 - components: - - type: Transform - pos: -69.5,-34.5 - parent: 2 - uid: 18700 components: - type: Transform @@ -67036,22 +66170,7 @@ entities: - uid: 19287 components: - type: Transform - pos: -60.5,34.5 - parent: 2 - - uid: 19288 - components: - - type: Transform - pos: -61.5,35.5 - parent: 2 - - uid: 19289 - components: - - type: Transform - pos: -60.5,35.5 - parent: 2 - - uid: 19290 - components: - - type: Transform - pos: -62.5,35.5 + pos: -61.5,32.5 parent: 2 - uid: 19315 components: @@ -68273,11 +67392,6 @@ entities: - type: Transform pos: 1.5,-26.5 parent: 2 - - uid: 21979 - components: - - type: Transform - pos: -112.5,-20.5 - parent: 2 - uid: 21980 components: - type: Transform @@ -68508,721 +67622,6 @@ entities: - type: Transform pos: -72.5,24.5 parent: 2 - - uid: 22026 - components: - - type: Transform - pos: -72.5,25.5 - parent: 2 - - uid: 22027 - components: - - type: Transform - pos: -72.5,26.5 - parent: 2 - - uid: 22028 - components: - - type: Transform - pos: -72.5,27.5 - parent: 2 - - uid: 22029 - components: - - type: Transform - pos: -72.5,28.5 - parent: 2 - - uid: 22030 - components: - - type: Transform - pos: -72.5,29.5 - parent: 2 - - uid: 22031 - components: - - type: Transform - pos: -72.5,30.5 - parent: 2 - - uid: 22032 - components: - - type: Transform - pos: -72.5,31.5 - parent: 2 - - uid: 22033 - components: - - type: Transform - pos: -72.5,32.5 - parent: 2 - - uid: 22034 - components: - - type: Transform - pos: -72.5,33.5 - parent: 2 - - uid: 22035 - components: - - type: Transform - pos: -72.5,34.5 - parent: 2 - - uid: 22036 - components: - - type: Transform - pos: -72.5,35.5 - parent: 2 - - uid: 22037 - components: - - type: Transform - pos: -72.5,36.5 - parent: 2 - - uid: 22038 - components: - - type: Transform - pos: -72.5,37.5 - parent: 2 - - uid: 22039 - components: - - type: Transform - pos: -73.5,37.5 - parent: 2 - - uid: 22040 - components: - - type: Transform - pos: -74.5,37.5 - parent: 2 - - uid: 22041 - components: - - type: Transform - pos: -75.5,37.5 - parent: 2 - - uid: 22042 - components: - - type: Transform - pos: -76.5,37.5 - parent: 2 - - uid: 22043 - components: - - type: Transform - pos: -77.5,37.5 - parent: 2 - - uid: 22044 - components: - - type: Transform - pos: -78.5,37.5 - parent: 2 - - uid: 22045 - components: - - type: Transform - pos: -79.5,37.5 - parent: 2 - - uid: 22046 - components: - - type: Transform - pos: -80.5,37.5 - parent: 2 - - uid: 22047 - components: - - type: Transform - pos: -81.5,37.5 - parent: 2 - - uid: 22048 - components: - - type: Transform - pos: -82.5,37.5 - parent: 2 - - uid: 22049 - components: - - type: Transform - pos: -83.5,37.5 - parent: 2 - - uid: 22050 - components: - - type: Transform - pos: -84.5,37.5 - parent: 2 - - uid: 22051 - components: - - type: Transform - pos: -85.5,37.5 - parent: 2 - - uid: 22052 - components: - - type: Transform - pos: -86.5,37.5 - parent: 2 - - uid: 22053 - components: - - type: Transform - pos: -87.5,37.5 - parent: 2 - - uid: 22054 - components: - - type: Transform - pos: -88.5,37.5 - parent: 2 - - uid: 22055 - components: - - type: Transform - pos: -89.5,37.5 - parent: 2 - - uid: 22056 - components: - - type: Transform - pos: -90.5,37.5 - parent: 2 - - uid: 22057 - components: - - type: Transform - pos: -91.5,37.5 - parent: 2 - - uid: 22058 - components: - - type: Transform - pos: -92.5,37.5 - parent: 2 - - uid: 22059 - components: - - type: Transform - pos: -93.5,37.5 - parent: 2 - - uid: 22060 - components: - - type: Transform - pos: -94.5,37.5 - parent: 2 - - uid: 22061 - components: - - type: Transform - pos: -95.5,37.5 - parent: 2 - - uid: 22062 - components: - - type: Transform - pos: -96.5,37.5 - parent: 2 - - uid: 22063 - components: - - type: Transform - pos: -97.5,37.5 - parent: 2 - - uid: 22064 - components: - - type: Transform - pos: -98.5,37.5 - parent: 2 - - uid: 22065 - components: - - type: Transform - pos: -99.5,37.5 - parent: 2 - - uid: 22066 - components: - - type: Transform - pos: -100.5,37.5 - parent: 2 - - uid: 22067 - components: - - type: Transform - pos: -101.5,37.5 - parent: 2 - - uid: 22068 - components: - - type: Transform - pos: -102.5,37.5 - parent: 2 - - uid: 22069 - components: - - type: Transform - pos: -103.5,37.5 - parent: 2 - - uid: 22070 - components: - - type: Transform - pos: -104.5,37.5 - parent: 2 - - uid: 22071 - components: - - type: Transform - pos: -105.5,37.5 - parent: 2 - - uid: 22072 - components: - - type: Transform - pos: -106.5,37.5 - parent: 2 - - uid: 22073 - components: - - type: Transform - pos: -107.5,37.5 - parent: 2 - - uid: 22074 - components: - - type: Transform - pos: -108.5,37.5 - parent: 2 - - uid: 22075 - components: - - type: Transform - pos: -109.5,37.5 - parent: 2 - - uid: 22076 - components: - - type: Transform - pos: -110.5,37.5 - parent: 2 - - uid: 22077 - components: - - type: Transform - pos: -111.5,37.5 - parent: 2 - - uid: 22078 - components: - - type: Transform - pos: -112.5,37.5 - parent: 2 - - uid: 22079 - components: - - type: Transform - pos: -113.5,37.5 - parent: 2 - - uid: 22080 - components: - - type: Transform - pos: -113.5,36.5 - parent: 2 - - uid: 22081 - components: - - type: Transform - pos: -113.5,35.5 - parent: 2 - - uid: 22082 - components: - - type: Transform - pos: -113.5,34.5 - parent: 2 - - uid: 22083 - components: - - type: Transform - pos: -113.5,33.5 - parent: 2 - - uid: 22084 - components: - - type: Transform - pos: -113.5,32.5 - parent: 2 - - uid: 22085 - components: - - type: Transform - pos: -113.5,31.5 - parent: 2 - - uid: 22086 - components: - - type: Transform - pos: -113.5,30.5 - parent: 2 - - uid: 22087 - components: - - type: Transform - pos: -113.5,29.5 - parent: 2 - - uid: 22088 - components: - - type: Transform - pos: -113.5,28.5 - parent: 2 - - uid: 22089 - components: - - type: Transform - pos: -113.5,27.5 - parent: 2 - - uid: 22090 - components: - - type: Transform - pos: -113.5,26.5 - parent: 2 - - uid: 22091 - components: - - type: Transform - pos: -113.5,25.5 - parent: 2 - - uid: 22092 - components: - - type: Transform - pos: -113.5,24.5 - parent: 2 - - uid: 22093 - components: - - type: Transform - pos: -113.5,23.5 - parent: 2 - - uid: 22094 - components: - - type: Transform - pos: -113.5,22.5 - parent: 2 - - uid: 22095 - components: - - type: Transform - pos: -113.5,21.5 - parent: 2 - - uid: 22096 - components: - - type: Transform - pos: -113.5,20.5 - parent: 2 - - uid: 22097 - components: - - type: Transform - pos: -113.5,19.5 - parent: 2 - - uid: 22098 - components: - - type: Transform - pos: -113.5,18.5 - parent: 2 - - uid: 22099 - components: - - type: Transform - pos: -113.5,17.5 - parent: 2 - - uid: 22100 - components: - - type: Transform - pos: -113.5,16.5 - parent: 2 - - uid: 22101 - components: - - type: Transform - pos: -113.5,15.5 - parent: 2 - - uid: 22102 - components: - - type: Transform - pos: -113.5,14.5 - parent: 2 - - uid: 22103 - components: - - type: Transform - pos: -113.5,13.5 - parent: 2 - - uid: 22104 - components: - - type: Transform - pos: -113.5,12.5 - parent: 2 - - uid: 22105 - components: - - type: Transform - pos: -113.5,11.5 - parent: 2 - - uid: 22106 - components: - - type: Transform - pos: -113.5,10.5 - parent: 2 - - uid: 22107 - components: - - type: Transform - pos: -113.5,9.5 - parent: 2 - - uid: 22108 - components: - - type: Transform - pos: -113.5,8.5 - parent: 2 - - uid: 22109 - components: - - type: Transform - pos: -113.5,7.5 - parent: 2 - - uid: 22110 - components: - - type: Transform - pos: -113.5,6.5 - parent: 2 - - uid: 22111 - components: - - type: Transform - pos: -113.5,5.5 - parent: 2 - - uid: 22112 - components: - - type: Transform - pos: -113.5,4.5 - parent: 2 - - uid: 22113 - components: - - type: Transform - pos: -113.5,3.5 - parent: 2 - - uid: 22114 - components: - - type: Transform - pos: -113.5,2.5 - parent: 2 - - uid: 22115 - components: - - type: Transform - pos: -113.5,1.5 - parent: 2 - - uid: 22116 - components: - - type: Transform - pos: -113.5,0.5 - parent: 2 - - uid: 22117 - components: - - type: Transform - pos: -113.5,-0.5 - parent: 2 - - uid: 22118 - components: - - type: Transform - pos: -113.5,-1.5 - parent: 2 - - uid: 22119 - components: - - type: Transform - pos: -113.5,-2.5 - parent: 2 - - uid: 22120 - components: - - type: Transform - pos: -113.5,-3.5 - parent: 2 - - uid: 22121 - components: - - type: Transform - pos: -113.5,-4.5 - parent: 2 - - uid: 22122 - components: - - type: Transform - pos: -113.5,-5.5 - parent: 2 - - uid: 22123 - components: - - type: Transform - pos: -113.5,-6.5 - parent: 2 - - uid: 22124 - components: - - type: Transform - pos: -113.5,-7.5 - parent: 2 - - uid: 22125 - components: - - type: Transform - pos: -113.5,-8.5 - parent: 2 - - uid: 22126 - components: - - type: Transform - pos: -113.5,-9.5 - parent: 2 - - uid: 22127 - components: - - type: Transform - pos: -113.5,-10.5 - parent: 2 - - uid: 22128 - components: - - type: Transform - pos: -113.5,-11.5 - parent: 2 - - uid: 22129 - components: - - type: Transform - pos: -113.5,-12.5 - parent: 2 - - uid: 22130 - components: - - type: Transform - pos: -113.5,-13.5 - parent: 2 - - uid: 22131 - components: - - type: Transform - pos: -113.5,-14.5 - parent: 2 - - uid: 22132 - components: - - type: Transform - pos: -113.5,-15.5 - parent: 2 - - uid: 22133 - components: - - type: Transform - pos: -113.5,-16.5 - parent: 2 - - uid: 22134 - components: - - type: Transform - pos: -113.5,-17.5 - parent: 2 - - uid: 22135 - components: - - type: Transform - pos: -113.5,-18.5 - parent: 2 - - uid: 22136 - components: - - type: Transform - pos: -113.5,-19.5 - parent: 2 - - uid: 22137 - components: - - type: Transform - pos: -113.5,-20.5 - parent: 2 - - uid: 22138 - components: - - type: Transform - pos: -111.5,-20.5 - parent: 2 - - uid: 22139 - components: - - type: Transform - pos: -110.5,-20.5 - parent: 2 - - uid: 22140 - components: - - type: Transform - pos: -109.5,-20.5 - parent: 2 - - uid: 22141 - components: - - type: Transform - pos: -108.5,-20.5 - parent: 2 - - uid: 22142 - components: - - type: Transform - pos: -107.5,-20.5 - parent: 2 - - uid: 22143 - components: - - type: Transform - pos: -106.5,-20.5 - parent: 2 - - uid: 22144 - components: - - type: Transform - pos: -105.5,-20.5 - parent: 2 - - uid: 22145 - components: - - type: Transform - pos: -104.5,-20.5 - parent: 2 - - uid: 22146 - components: - - type: Transform - pos: -103.5,-20.5 - parent: 2 - - uid: 22147 - components: - - type: Transform - pos: -102.5,-20.5 - parent: 2 - - uid: 22148 - components: - - type: Transform - pos: -101.5,-20.5 - parent: 2 - - uid: 22149 - components: - - type: Transform - pos: -100.5,-20.5 - parent: 2 - - uid: 22150 - components: - - type: Transform - pos: -99.5,-20.5 - parent: 2 - - uid: 22151 - components: - - type: Transform - pos: -98.5,-20.5 - parent: 2 - - uid: 22152 - components: - - type: Transform - pos: -97.5,-20.5 - parent: 2 - - uid: 22153 - components: - - type: Transform - pos: -96.5,-20.5 - parent: 2 - - uid: 22154 - components: - - type: Transform - pos: -95.5,-20.5 - parent: 2 - - uid: 22155 - components: - - type: Transform - pos: -94.5,-20.5 - parent: 2 - - uid: 22156 - components: - - type: Transform - pos: -93.5,-20.5 - parent: 2 - - uid: 22157 - components: - - type: Transform - pos: -92.5,-20.5 - parent: 2 - - uid: 22158 - components: - - type: Transform - pos: -91.5,-20.5 - parent: 2 - - uid: 22159 - components: - - type: Transform - pos: -90.5,-20.5 - parent: 2 - - uid: 22160 - components: - - type: Transform - pos: -89.5,-20.5 - parent: 2 - - uid: 22161 - components: - - type: Transform - pos: -88.5,-20.5 - parent: 2 - - uid: 22162 - components: - - type: Transform - pos: -87.5,-20.5 - parent: 2 - - uid: 22163 - components: - - type: Transform - pos: -86.5,-20.5 - parent: 2 - - uid: 22164 - components: - - type: Transform - pos: -85.5,-20.5 - parent: 2 - - uid: 22165 - components: - - type: Transform - pos: -84.5,-20.5 - parent: 2 - - uid: 22175 - components: - - type: Transform - pos: -114.5,37.5 - parent: 2 - - uid: 22176 - components: - - type: Transform - pos: -115.5,37.5 - parent: 2 - - uid: 22177 - components: - - type: Transform - pos: -116.5,37.5 - parent: 2 - uid: 22178 components: - type: Transform @@ -69613,46 +68012,16 @@ entities: - type: Transform pos: -98.5,60.5 parent: 2 - - uid: 22724 - components: - - type: Transform - pos: -63.5,62.5 - parent: 2 - - uid: 22727 - components: - - type: Transform - pos: -63.5,60.5 - parent: 2 - uid: 23038 components: - type: Transform pos: -61.5,44.5 parent: 2 - - uid: 23208 - components: - - type: Transform - pos: -63.5,59.5 - parent: 2 - - uid: 23254 - components: - - type: Transform - pos: -61.5,56.5 - parent: 2 - uid: 23343 components: - type: Transform pos: -17.5,35.5 parent: 2 - - uid: 23568 - components: - - type: Transform - pos: -52.5,62.5 - parent: 2 - - uid: 23686 - components: - - type: Transform - pos: -59.5,62.5 - parent: 2 - uid: 23699 components: - type: Transform @@ -69678,50 +68047,25 @@ entities: - type: Transform pos: 0.5,64.5 parent: 2 - - uid: 23780 - components: - - type: Transform - pos: -63.5,58.5 - parent: 2 - - uid: 23781 - components: - - type: Transform - pos: -63.5,57.5 - parent: 2 - uid: 23822 components: - type: Transform pos: -20.5,35.5 parent: 2 - - uid: 25066 - components: - - type: Transform - pos: -63.5,56.5 - parent: 2 - uid: 25227 components: - type: Transform pos: -22.5,35.5 parent: 2 - - uid: 28126 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - - uid: 28238 - components: - - type: Transform - pos: -61.5,55.5 - parent: 2 - - uid: 28664 + - uid: 26459 components: - type: Transform - pos: -61.5,58.5 + pos: -51.5,62.5 parent: 2 - - uid: 28667 + - uid: 27868 components: - type: Transform - pos: -61.5,59.5 + pos: -71.5,24.5 parent: 2 - uid: 29266 components: @@ -70098,66 +68442,6 @@ entities: - type: Transform pos: -92.5,67.5 parent: 2 - - uid: 31230 - components: - - type: Transform - pos: -63.5,64.5 - parent: 2 - - uid: 31231 - components: - - type: Transform - pos: -62.5,64.5 - parent: 2 - - uid: 31232 - components: - - type: Transform - pos: -61.5,64.5 - parent: 2 - - uid: 31233 - components: - - type: Transform - pos: -60.5,64.5 - parent: 2 - - uid: 31234 - components: - - type: Transform - pos: -59.5,64.5 - parent: 2 - - uid: 31235 - components: - - type: Transform - pos: -58.5,64.5 - parent: 2 - - uid: 31236 - components: - - type: Transform - pos: -57.5,64.5 - parent: 2 - - uid: 31237 - components: - - type: Transform - pos: -56.5,64.5 - parent: 2 - - uid: 31238 - components: - - type: Transform - pos: -55.5,64.5 - parent: 2 - - uid: 31239 - components: - - type: Transform - pos: -54.5,64.5 - parent: 2 - - uid: 31240 - components: - - type: Transform - pos: -53.5,64.5 - parent: 2 - - uid: 31241 - components: - - type: Transform - pos: -52.5,64.5 - parent: 2 - uid: 31242 components: - type: Transform @@ -70373,11 +68657,6 @@ entities: - type: Transform pos: -62.5,26.5 parent: 2 - - uid: 31844 - components: - - type: Transform - pos: -62.5,25.5 - parent: 2 - uid: 31845 components: - type: Transform @@ -70698,11 +68977,6 @@ entities: - type: Transform pos: -86.5,-34.5 parent: 2 - - uid: 33693 - components: - - type: Transform - pos: -50.5,54.5 - parent: 2 - uid: 33710 components: - type: Transform @@ -70733,15 +69007,10 @@ entities: - type: Transform pos: 3.5,-37.5 parent: 2 - - uid: 34812 - components: - - type: Transform - pos: -54.5,54.5 - parent: 2 - - uid: 34813 + - uid: 34760 components: - type: Transform - pos: -54.5,53.5 + pos: -17.5,50.5 parent: 2 - uid: 34814 components: @@ -71843,131 +70112,6 @@ entities: - type: Transform pos: -18.5,43.5 parent: 2 - - uid: 35579 - components: - - type: Transform - pos: -82.5,-20.5 - parent: 2 - - uid: 35583 - components: - - type: Transform - pos: -81.5,-20.5 - parent: 2 - - uid: 35584 - components: - - type: Transform - pos: -80.5,-20.5 - parent: 2 - - uid: 35585 - components: - - type: Transform - pos: -79.5,-20.5 - parent: 2 - - uid: 35586 - components: - - type: Transform - pos: -79.5,-21.5 - parent: 2 - - uid: 35587 - components: - - type: Transform - pos: -78.5,-21.5 - parent: 2 - - uid: 35588 - components: - - type: Transform - pos: -77.5,-21.5 - parent: 2 - - uid: 35589 - components: - - type: Transform - pos: -76.5,-21.5 - parent: 2 - - uid: 35590 - components: - - type: Transform - pos: -75.5,-21.5 - parent: 2 - - uid: 35591 - components: - - type: Transform - pos: -75.5,-22.5 - parent: 2 - - uid: 35592 - components: - - type: Transform - pos: -74.5,-22.5 - parent: 2 - - uid: 35593 - components: - - type: Transform - pos: -73.5,-22.5 - parent: 2 - - uid: 35594 - components: - - type: Transform - pos: -72.5,-22.5 - parent: 2 - - uid: 35595 - components: - - type: Transform - pos: -71.5,-22.5 - parent: 2 - - uid: 35596 - components: - - type: Transform - pos: -70.5,-22.5 - parent: 2 - - uid: 35597 - components: - - type: Transform - pos: -70.5,-23.5 - parent: 2 - - uid: 35598 - components: - - type: Transform - pos: -69.5,-23.5 - parent: 2 - - uid: 35599 - components: - - type: Transform - pos: -68.5,-23.5 - parent: 2 - - uid: 35600 - components: - - type: Transform - pos: -67.5,-23.5 - parent: 2 - - uid: 35601 - components: - - type: Transform - pos: -66.5,-23.5 - parent: 2 - - uid: 35602 - components: - - type: Transform - pos: -65.5,-23.5 - parent: 2 - - uid: 35603 - components: - - type: Transform - pos: -64.5,-23.5 - parent: 2 - - uid: 35604 - components: - - type: Transform - pos: -64.5,-24.5 - parent: 2 - - uid: 35605 - components: - - type: Transform - pos: -63.5,-24.5 - parent: 2 - - uid: 35606 - components: - - type: Transform - pos: -62.5,-24.5 - parent: 2 - uid: 35812 components: - type: Transform @@ -71988,11 +70132,6 @@ entities: - type: Transform pos: -50.5,52.5 parent: 2 - - uid: 35819 - components: - - type: Transform - pos: -50.5,53.5 - parent: 2 - uid: 35826 components: - type: Transform @@ -72488,66 +70627,6 @@ entities: - type: Transform pos: -34.5,47.5 parent: 2 - - uid: 36217 - components: - - type: Transform - pos: -55.5,53.5 - parent: 2 - - uid: 36218 - components: - - type: Transform - pos: -55.5,54.5 - parent: 2 - - uid: 36219 - components: - - type: Transform - pos: -56.5,54.5 - parent: 2 - - uid: 36220 - components: - - type: Transform - pos: -57.5,54.5 - parent: 2 - - uid: 36221 - components: - - type: Transform - pos: -58.5,54.5 - parent: 2 - - uid: 36222 - components: - - type: Transform - pos: -59.5,54.5 - parent: 2 - - uid: 36223 - components: - - type: Transform - pos: -59.5,55.5 - parent: 2 - - uid: 36224 - components: - - type: Transform - pos: -59.5,56.5 - parent: 2 - - uid: 36225 - components: - - type: Transform - pos: -60.5,56.5 - parent: 2 - - uid: 36226 - components: - - type: Transform - pos: -61.5,56.5 - parent: 2 - - uid: 36243 - components: - - type: Transform - pos: -50.5,62.5 - parent: 2 - - uid: 36244 - components: - - type: Transform - pos: -50.5,61.5 - parent: 2 - uid: 36245 components: - type: Transform @@ -72673,21 +70752,6 @@ entities: - type: Transform pos: -61.5,50.5 parent: 2 - - uid: 36286 - components: - - type: Transform - pos: -61.5,53.5 - parent: 2 - - uid: 36287 - components: - - type: Transform - pos: -61.5,54.5 - parent: 2 - - uid: 36288 - components: - - type: Transform - pos: -61.5,55.5 - parent: 2 - uid: 36289 components: - type: Transform @@ -72910,6 +70974,12 @@ entities: rot: -1.5707963267948966 rad pos: 56.328278,-48.132572 parent: 2 + - uid: 11300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.81574,-24.348814 + parent: 2 - uid: 13699 components: - type: Transform @@ -72930,16 +71000,6 @@ entities: - type: Transform pos: -32.34689,-37.163803 parent: 2 - - uid: 13704 - components: - - type: Transform - pos: -66.20503,-29.882553 - parent: 2 - - uid: 13706 - components: - - type: Transform - pos: -66.40816,-29.788803 - parent: 2 - uid: 13707 components: - type: Transform @@ -72956,6 +71016,12 @@ entities: rot: -1.5707963267948966 rad pos: 57.281403,-77.81058 parent: 2 + - uid: 26682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.52277,-24.219908 + parent: 2 - uid: 32004 components: - type: Transform @@ -73092,21 +71158,36 @@ entities: - type: Transform pos: -27.5,-4.5 parent: 2 - - uid: 729 + - uid: 448 components: - type: Transform - pos: -41.5,68.5 + pos: -54.5,-30.5 parent: 2 - - uid: 805 + - uid: 729 components: - type: Transform - pos: -52.5,-31.5 + pos: -41.5,68.5 parent: 2 - uid: 815 components: - type: Transform pos: -18.5,-30.5 parent: 2 + - uid: 989 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 - uid: 1011 components: - type: Transform @@ -73117,6 +71198,41 @@ entities: - type: Transform pos: 22.5,7.5 parent: 2 + - uid: 1086 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 1159 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 - uid: 1961 components: - type: Transform @@ -73337,11 +71453,6 @@ entities: - type: Transform pos: -64.5,35.5 parent: 2 - - uid: 10151 - components: - - type: Transform - pos: -51.5,-31.5 - parent: 2 - uid: 10162 components: - type: Transform @@ -75817,11 +73928,6 @@ entities: - type: Transform pos: 23.5,7.5 parent: 2 - - uid: 30803 - components: - - type: Transform - pos: -53.5,-31.5 - parent: 2 - uid: 30807 components: - type: Transform @@ -76032,46 +74138,6 @@ entities: - type: Transform pos: 10.5,-3.5 parent: 2 - - uid: 30962 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 2 - - uid: 30963 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 2 - - uid: 30964 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 2 - - uid: 30966 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 2 - - uid: 30967 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 2 - - uid: 30968 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 30969 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 2 - - uid: 30970 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 2 - uid: 30971 components: - type: Transform @@ -78214,11 +76280,6 @@ entities: - type: Transform pos: -101.012436,57.41075 parent: 2 - - uid: 31178 - components: - - type: Transform - pos: -71.66068,0.46778953 - parent: 2 - proto: CableMVStack1 entities: - uid: 32183 @@ -78243,23 +76304,29 @@ entities: parent: 2 - proto: CableTerminal entities: - - uid: 8798 + - uid: 339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,33.5 + rot: 1.5707963267948966 rad + pos: -61.5,36.5 parent: 2 - - uid: 8868 + - uid: 1539 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,33.5 + rot: 1.5707963267948966 rad + pos: -61.5,35.5 parent: 2 - - uid: 8869 + - uid: 3584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,33.5 + rot: -1.5707963267948966 rad + pos: -61.5,35.5 + parent: 2 + - uid: 8973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,36.5 parent: 2 - uid: 9703 components: @@ -78301,17 +76368,313 @@ entities: rot: 3.141592653589793 rad pos: -93.5,53.5 parent: 2 +- proto: Candle + entities: + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.7918,22.712358 + parent: 2 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.21758,22.583452 + parent: 2 + - uid: 2483 + components: + - type: Transform + pos: 62.999084,24.923903 + parent: 2 + - uid: 2515 + components: + - type: Transform + pos: 57.62018,10.780073 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: 62.366272,10.791792 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: 62.85846,10.440229 + parent: 2 + - uid: 2585 + components: + - type: Transform + pos: 58.569397,24.794996 + parent: 2 + - uid: 4486 + components: + - type: Transform + pos: 56.29596,24.642653 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: 58.850647,24.712965 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: 58.73346,24.47859 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: 56.56549,24.85359 + parent: 2 + - uid: 8679 + components: + - type: Transform + pos: 66.906136,20.752184 + parent: 2 + - uid: 8680 + components: + - type: Transform + pos: 67.12879,20.59984 + parent: 2 + - uid: 8681 + components: + - type: Transform + pos: 66.156136,19.451403 + parent: 2 + - uid: 8682 + components: + - type: Transform + pos: 66.249886,19.123278 + parent: 2 + - uid: 11206 + components: + - type: Transform + pos: -13.560717,-10.543997 + parent: 2 + - uid: 11309 + components: + - type: Transform + pos: 66.74207,17.869371 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: 66.636604,15.021715 + parent: 2 + - uid: 11311 + components: + - type: Transform + pos: 66.39051,19.498278 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: 66.61317,15.279528 + parent: 2 + - uid: 21958 + components: + - type: Transform + pos: 66.449104,15.197496 + parent: 2 + - uid: 22093 + components: + - type: Transform + pos: 66.30848,16.158434 + parent: 2 + - uid: 22105 + components: + - type: Transform + pos: 67.386604,20.857653 + parent: 2 + - uid: 22172 + components: + - type: Transform + pos: 66.730354,19.873278 + parent: 2 + - uid: 22259 + components: + - type: Transform + pos: 67.42176,14.588121 + parent: 2 + - uid: 26479 + components: + - type: Transform + pos: -29.105165,-9.336966 + parent: 2 + - uid: 26482 + components: + - type: Transform + pos: -38.6157,-10.497122 + parent: 2 +- proto: CandleSmall + entities: + - uid: 1190 + components: + - type: Transform + pos: 27.557243,30.584219 + parent: 2 + - uid: 2522 + components: + - type: Transform + pos: 62.68268,10.510542 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: 62.131897,10.662886 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: 62.647522,10.944136 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 58.07721,10.803511 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 56.01471,24.854292 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: 56.612366,24.514448 + parent: 2 + - uid: 2775 + components: + - type: Transform + pos: 61.417053,24.655073 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: 62.75299,24.807417 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: 63.010803,24.701948 + parent: 2 + - uid: 2910 + components: + - type: Transform + pos: 54.467834,30.516266 + parent: 2 + - uid: 4487 + components: + - type: Transform + pos: 58.229553,10.487104 + parent: 2 + - uid: 8668 + components: + - type: Transform + pos: -7.749852,9.529368 + parent: 2 + - uid: 8669 + components: + - type: Transform + pos: -4.984227,9.669993 + parent: 2 + - uid: 8670 + components: + - type: Transform + pos: 7.7723064,26.424816 + parent: 2 + - uid: 8671 + components: + - type: Transform + pos: 4.6668377,28.35841 + parent: 2 + - uid: 8672 + components: + - type: Transform + pos: 4.7723064,28.276379 + parent: 2 + - uid: 8673 + components: + - type: Transform + pos: 52.712265,27.603039 + parent: 2 + - uid: 8674 + components: + - type: Transform + pos: 65.45301,30.813976 + parent: 2 + - uid: 8675 + components: + - type: Transform + pos: 67.12879,14.611559 + parent: 2 + - uid: 8676 + components: + - type: Transform + pos: 66.249886,15.408434 + parent: 2 + - uid: 8677 + components: + - type: Transform + pos: 66.51942,15.748278 + parent: 2 + - uid: 8678 + components: + - type: Transform + pos: 67.45692,20.470934 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: 65.20692,27.755383 + parent: 2 + - uid: 9327 + components: + - type: Transform + pos: 66.30848,20.552965 + parent: 2 + - uid: 9457 + components: + - type: Transform + pos: 66.33192,20.400621 + parent: 2 + - uid: 9484 + components: + - type: Transform + pos: 67.281136,14.845934 + parent: 2 + - uid: 9485 + components: + - type: Transform + pos: 67.60926,14.670153 + parent: 2 + - uid: 11200 + components: + - type: Transform + pos: -11.355476,-11.411184 + parent: 2 + - uid: 13586 + components: + - type: Transform + pos: 27.67443,30.513906 + parent: 2 + - uid: 27236 + components: + - type: Transform + pos: -6.140632,-7.438528 + parent: 2 - proto: CapacitorStockPart entities: - uid: 31176 components: - type: Transform - pos: -72.12922,0.7073729 + pos: -69.67199,1.5256414 parent: 2 - uid: 31181 components: - type: Transform - pos: -72.31672,0.5198729 + pos: -69.63683,1.7600164 parent: 2 - proto: CarbonDioxideCanister entities: @@ -78338,6 +76701,11 @@ entities: parent: 2 - proto: Carpet entities: + - uid: 82 + components: + - type: Transform + pos: 65.5,30.5 + parent: 2 - uid: 234 components: - type: Transform @@ -78513,6 +76881,12 @@ entities: - type: Transform pos: -3.5,60.5 parent: 2 + - uid: 4245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,21.5 + parent: 2 - uid: 4413 components: - type: Transform @@ -78597,12 +76971,6 @@ entities: rot: 3.141592653589793 rad pos: 58.5,17.5 parent: 2 - - uid: 4432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,18.5 - parent: 2 - uid: 4433 components: - type: Transform @@ -78615,12 +76983,6 @@ entities: rot: 3.141592653589793 rad pos: 57.5,16.5 parent: 2 - - uid: 4435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,17.5 - parent: 2 - uid: 4436 components: - type: Transform @@ -78633,12 +76995,6 @@ entities: rot: 3.141592653589793 rad pos: 57.5,18.5 parent: 2 - - uid: 4438 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,16.5 - parent: 2 - uid: 4439 components: - type: Transform @@ -78650,58 +77006,63 @@ entities: - type: Transform pos: -4.5,60.5 parent: 2 - - uid: 4441 + - uid: 4580 components: - type: Transform rot: 3.141592653589793 rad - pos: 64.5,16.5 + pos: 63.5,18.5 parent: 2 - - uid: 4444 + - uid: 5232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,18.5 + pos: -3.5,61.5 parent: 2 - - uid: 4447 + - uid: 11199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,17.5 + rot: -1.5707963267948966 rad + pos: -71.5,22.5 parent: 2 - - uid: 4450 + - uid: 11205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,16.5 + rot: -1.5707963267948966 rad + pos: -70.5,22.5 parent: 2 - - uid: 4453 + - uid: 11225 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,18.5 + pos: 65.5,29.5 parent: 2 - - uid: 4456 + - uid: 13094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,17.5 + rot: -1.5707963267948966 rad + pos: -70.5,21.5 parent: 2 - - uid: 4580 + - uid: 13095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,18.5 + rot: -1.5707963267948966 rad + pos: -71.5,21.5 parent: 2 - - uid: 5232 + - uid: 13129 components: - type: Transform - pos: -3.5,61.5 + rot: -1.5707963267948966 rad + pos: -69.5,22.5 parent: 2 - - uid: 8146 + - uid: 13130 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-25.5 + rot: -1.5707963267948966 rad + pos: -69.5,23.5 + parent: 2 + - uid: 13132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,23.5 parent: 2 - uid: 15420 components: @@ -78994,11 +77355,15 @@ entities: - type: Transform pos: -4.5,61.5 parent: 2 - - uid: 23465 + - uid: 23557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,-26.5 + pos: 66.5,29.5 + parent: 2 + - uid: 25006 + components: + - type: Transform + pos: 66.5,30.5 parent: 2 - uid: 26092 components: @@ -79018,20 +77383,11 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,24.5 parent: 2 - - uid: 26647 - components: - - type: Transform - pos: -103.5,-26.5 - parent: 2 - - uid: 26660 - components: - - type: Transform - pos: -103.5,-25.5 - parent: 2 - - uid: 26662 + - uid: 27815 components: - type: Transform - pos: -102.5,-25.5 + rot: -1.5707963267948966 rad + pos: -70.5,23.5 parent: 2 - uid: 29721 components: @@ -79157,11 +77513,6 @@ entities: - type: Transform pos: 72.5,41.5 parent: 2 - - uid: 35751 - components: - - type: Transform - pos: -102.5,-26.5 - parent: 2 - proto: CarpetBlack entities: - uid: 689 @@ -79254,6 +77605,11 @@ entities: - type: Transform pos: -16.5,-8.5 parent: 2 + - uid: 918 + components: + - type: Transform + pos: -73.5,3.5 + parent: 2 - uid: 4680 components: - type: Transform @@ -79462,50 +77818,40 @@ entities: - type: Transform pos: 88.5,39.5 parent: 2 - - uid: 11637 - components: - - type: Transform - pos: -8.5,67.5 - parent: 2 - - uid: 13827 - components: - - type: Transform - pos: 87.5,39.5 - parent: 2 - - uid: 13842 + - uid: 8140 components: - type: Transform - pos: -11.5,67.5 + pos: -71.5,3.5 parent: 2 - - uid: 13860 + - uid: 8334 components: - type: Transform - pos: -9.5,67.5 + pos: -73.5,2.5 parent: 2 - - uid: 15773 + - uid: 11258 components: - type: Transform - pos: -67.5,3.5 + pos: -71.5,2.5 parent: 2 - - uid: 15812 + - uid: 11637 components: - type: Transform - pos: -68.5,3.5 + pos: -8.5,67.5 parent: 2 - - uid: 15971 + - uid: 13827 components: - type: Transform - pos: -67.5,2.5 + pos: 87.5,39.5 parent: 2 - - uid: 16266 + - uid: 13842 components: - type: Transform - pos: -68.5,2.5 + pos: -11.5,67.5 parent: 2 - - uid: 16267 + - uid: 13860 components: - type: Transform - pos: -69.5,3.5 + pos: -9.5,67.5 parent: 2 - uid: 19942 components: @@ -79519,17 +77865,17 @@ entities: rot: -1.5707963267948966 rad pos: -75.5,-4.5 parent: 2 - - uid: 21880 - components: - - type: Transform - pos: -69.5,2.5 - parent: 2 - uid: 23071 components: - type: Transform rot: -1.5707963267948966 rad pos: -74.5,-3.5 parent: 2 + - uid: 23253 + components: + - type: Transform + pos: -72.5,3.5 + parent: 2 - uid: 23469 components: - type: Transform @@ -79570,6 +77916,11 @@ entities: rot: -1.5707963267948966 rad pos: -73.5,-5.5 parent: 2 + - uid: 23627 + components: + - type: Transform + pos: -72.5,2.5 + parent: 2 - uid: 27948 components: - type: Transform @@ -80579,6 +78930,12 @@ entities: - type: Transform pos: -28.5,-10.5 parent: 2 + - uid: 8380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-14.5 + parent: 2 - uid: 13818 components: - type: Transform @@ -80650,107 +79007,12 @@ entities: - type: Transform pos: -58.5,-3.5 parent: 2 - - uid: 22971 - components: - - type: Transform - pos: -58.5,-28.5 - parent: 2 - - uid: 22972 - components: - - type: Transform - pos: -57.5,-28.5 - parent: 2 - - uid: 22973 - components: - - type: Transform - pos: -56.5,-28.5 - parent: 2 - - uid: 22974 - components: - - type: Transform - pos: -55.5,-28.5 - parent: 2 - - uid: 22975 - components: - - type: Transform - pos: -54.5,-28.5 - parent: 2 - - uid: 22976 - components: - - type: Transform - pos: -58.5,-27.5 - parent: 2 - - uid: 22977 - components: - - type: Transform - pos: -57.5,-27.5 - parent: 2 - - uid: 22978 - components: - - type: Transform - pos: -56.5,-27.5 - parent: 2 - - uid: 22979 - components: - - type: Transform - pos: -55.5,-27.5 - parent: 2 - - uid: 22980 - components: - - type: Transform - pos: -54.5,-27.5 - parent: 2 - - uid: 22981 - components: - - type: Transform - pos: -58.5,-29.5 - parent: 2 - - uid: 22982 - components: - - type: Transform - pos: -57.5,-29.5 - parent: 2 - - uid: 22983 - components: - - type: Transform - pos: -56.5,-29.5 - parent: 2 - - uid: 22984 - components: - - type: Transform - pos: -55.5,-29.5 - parent: 2 - - uid: 22985 - components: - - type: Transform - pos: -54.5,-29.5 - parent: 2 - - uid: 22986 - components: - - type: Transform - pos: -53.5,-27.5 - parent: 2 - - uid: 22987 - components: - - type: Transform - pos: -53.5,-28.5 - parent: 2 - - uid: 22988 - components: - - type: Transform - pos: -53.5,-29.5 - parent: 2 - uid: 23488 components: - type: Transform rot: 1.5707963267948966 rad pos: 90.5,18.5 parent: 2 - - uid: 23638 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 2 - uid: 29307 components: - type: Transform @@ -80769,36 +79031,11 @@ entities: rot: 1.5707963267948966 rad pos: 90.5,17.5 parent: 2 - - uid: 30416 - components: - - type: Transform - pos: 9.5,-14.5 - parent: 2 - - uid: 30418 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 2 - - uid: 30420 - components: - - type: Transform - pos: 11.5,-14.5 - parent: 2 - uid: 30421 components: - type: Transform pos: 11.5,-13.5 parent: 2 - - uid: 30424 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 2 - - uid: 30425 - components: - - type: Transform - pos: 7.5,-13.5 - parent: 2 - uid: 30445 components: - type: Transform @@ -81715,6 +79952,12 @@ entities: - type: Transform pos: 40.5,15.5 parent: 2 + - uid: 211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,35.5 + parent: 2 - uid: 284 components: - type: Transform @@ -81796,12 +80039,6 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-7.5 parent: 2 - - uid: 1373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -122.5,7.5 - parent: 2 - uid: 1502 components: - type: Transform @@ -81822,12 +80059,6 @@ entities: - type: Transform pos: 17.5,15.5 parent: 2 - - uid: 1533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -123.5,7.5 - parent: 2 - uid: 1535 components: - type: Transform @@ -81840,28 +80071,22 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,34.5 parent: 2 - - uid: 1538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -115.5,14.5 - parent: 2 - uid: 1545 components: - type: Transform pos: -55.5,-31.5 parent: 2 - - uid: 1557 + - uid: 1610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -120.5,7.5 + rot: 3.141592653589793 rad + pos: -72.5,22.5 parent: 2 - - uid: 1673 + - uid: 1612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -120.5,9.5 + rot: 3.141592653589793 rad + pos: -72.5,24.5 parent: 2 - uid: 1711 components: @@ -81908,12 +80133,6 @@ entities: - type: Transform pos: -60.5,32.5 parent: 2 - - uid: 2515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,5.5 - parent: 2 - uid: 2517 components: - type: Transform @@ -82064,12 +80283,6 @@ entities: - type: Transform pos: 2.5,-56.5 parent: 2 - - uid: 5291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -124.5,9.5 - parent: 2 - uid: 5292 components: - type: Transform @@ -82108,23 +80321,11 @@ entities: - type: Transform pos: -5.5,-53.5 parent: 2 - - uid: 5628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -124.5,7.5 - parent: 2 - uid: 5629 components: - type: Transform pos: 43.5,-34.5 parent: 2 - - uid: 5682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -121.5,7.5 - parent: 2 - uid: 5694 components: - type: Transform @@ -82204,12 +80405,6 @@ entities: - type: Transform pos: 43.5,-31.5 parent: 2 - - uid: 5964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -121.5,9.5 - parent: 2 - uid: 5967 components: - type: Transform @@ -82279,12 +80474,6 @@ entities: - type: Transform pos: 10.5,-56.5 parent: 2 - - uid: 6000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -123.5,9.5 - parent: 2 - uid: 6002 components: - type: Transform @@ -82316,12 +80505,6 @@ entities: - type: Transform pos: -7.5,-53.5 parent: 2 - - uid: 6178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -117.5,14.5 - parent: 2 - uid: 6179 components: - type: Transform @@ -82414,6 +80597,18 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-5.5 parent: 2 + - uid: 7656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,24.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,23.5 + parent: 2 - uid: 8792 components: - type: Transform @@ -82453,6 +80648,12 @@ entities: rot: 3.141592653589793 rad pos: -61.5,34.5 parent: 2 + - uid: 8869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,36.5 + parent: 2 - uid: 8898 components: - type: Transform @@ -82643,17 +80844,23 @@ entities: - type: Transform pos: -60.5,33.5 parent: 2 - - uid: 9222 + - uid: 8989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,14.5 + rot: -1.5707963267948966 rad + pos: -60.5,36.5 parent: 2 - - uid: 9327 + - uid: 8991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -122.5,9.5 + rot: -1.5707963267948966 rad + pos: -60.5,35.5 + parent: 2 + - uid: 9649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-33.5 parent: 2 - uid: 9704 components: @@ -82846,6 +81053,18 @@ entities: rot: 3.141592653589793 rad pos: -69.5,51.5 parent: 2 + - uid: 9901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,35.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,36.5 + parent: 2 - uid: 9906 components: - type: Transform @@ -83157,612 +81376,12 @@ entities: - type: Transform pos: -62.5,-21.5 parent: 2 - - uid: 11448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,37.5 - parent: 2 - - uid: 11451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -120.5,8.5 - parent: 2 - - uid: 11452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -119.5,8.5 - parent: 2 - - uid: 11453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -118.5,8.5 - parent: 2 - - uid: 11454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -117.5,8.5 - parent: 2 - - uid: 11455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -116.5,8.5 - parent: 2 - - uid: 11456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -115.5,8.5 - parent: 2 - - uid: 11457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -114.5,8.5 - parent: 2 - - uid: 11458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,8.5 - parent: 2 - - uid: 11459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,8.5 - parent: 2 - - uid: 11460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,8.5 - parent: 2 - - uid: 11461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,8.5 - parent: 2 - - uid: 11462 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -109.5,8.5 - parent: 2 - - uid: 11463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,9.5 - parent: 2 - - uid: 11464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,10.5 - parent: 2 - - uid: 11465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,11.5 - parent: 2 - - uid: 11466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,12.5 - parent: 2 - - uid: 11467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,13.5 - parent: 2 - - uid: 11468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,14.5 - parent: 2 - - uid: 11469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,15.5 - parent: 2 - - uid: 11470 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,16.5 - parent: 2 - - uid: 11471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,17.5 - parent: 2 - - uid: 11472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,18.5 - parent: 2 - - uid: 11473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,19.5 - parent: 2 - - uid: 11474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,20.5 - parent: 2 - - uid: 11475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,21.5 - parent: 2 - - uid: 11476 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,22.5 - parent: 2 - - uid: 11477 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,23.5 - parent: 2 - - uid: 11478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,24.5 - parent: 2 - - uid: 11479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,25.5 - parent: 2 - - uid: 11480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,26.5 - parent: 2 - - uid: 11481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,27.5 - parent: 2 - - uid: 11482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,28.5 - parent: 2 - - uid: 11483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,29.5 - parent: 2 - - uid: 11484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,30.5 - parent: 2 - - uid: 11485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,31.5 - parent: 2 - - uid: 11486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,32.5 - parent: 2 - - uid: 11487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,33.5 - parent: 2 - - uid: 11488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,34.5 - parent: 2 - - uid: 11489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,35.5 - parent: 2 - - uid: 11490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,36.5 - parent: 2 - - uid: 11491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,37.5 - parent: 2 - - uid: 11492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,37.5 - parent: 2 - - uid: 11493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,37.5 - parent: 2 - - uid: 11494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -109.5,37.5 - parent: 2 - - uid: 11495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,37.5 - parent: 2 - - uid: 11496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,37.5 - parent: 2 - - uid: 11497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,37.5 - parent: 2 - - uid: 11498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,37.5 - parent: 2 - - uid: 11499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,37.5 - parent: 2 - - uid: 11500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,37.5 - parent: 2 - - uid: 11501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,37.5 - parent: 2 - - uid: 11502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,37.5 - parent: 2 - - uid: 11503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,37.5 - parent: 2 - - uid: 11504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,37.5 - parent: 2 - - uid: 11505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,37.5 - parent: 2 - - uid: 11506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,37.5 - parent: 2 - - uid: 11507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,37.5 - parent: 2 - - uid: 11508 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,37.5 - parent: 2 - - uid: 11510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,37.5 - parent: 2 - - uid: 11511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,37.5 - parent: 2 - - uid: 11512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,37.5 - parent: 2 - - uid: 11513 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,37.5 - parent: 2 - - uid: 11514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,37.5 - parent: 2 - - uid: 11515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,37.5 - parent: 2 - - uid: 11516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,37.5 - parent: 2 - - uid: 11517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,37.5 - parent: 2 - - uid: 11518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,37.5 - parent: 2 - - uid: 11519 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,37.5 - parent: 2 - - uid: 11520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,36.5 - parent: 2 - - uid: 11521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,35.5 - parent: 2 - - uid: 11522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,34.5 - parent: 2 - - uid: 11523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,33.5 - parent: 2 - uid: 11524 components: - type: Transform rot: -1.5707963267948966 rad pos: -68.5,-3.5 parent: 2 - - uid: 11525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,37.5 - parent: 2 - - uid: 11526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,37.5 - parent: 2 - - uid: 11527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,37.5 - parent: 2 - - uid: 11528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,37.5 - parent: 2 - - uid: 11529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,37.5 - parent: 2 - - uid: 11530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,37.5 - parent: 2 - - uid: 11531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,37.5 - parent: 2 - - uid: 11532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,37.5 - parent: 2 - - uid: 11533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,37.5 - parent: 2 - - uid: 11534 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,37.5 - parent: 2 - - uid: 11535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,37.5 - parent: 2 - - uid: 11536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,37.5 - parent: 2 - - uid: 11537 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,36.5 - parent: 2 - - uid: 11538 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,35.5 - parent: 2 - - uid: 11539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,34.5 - parent: 2 - - uid: 11540 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,33.5 - parent: 2 - - uid: 11541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,32.5 - parent: 2 - - uid: 11542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,31.5 - parent: 2 - - uid: 11543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,30.5 - parent: 2 - - uid: 11544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,29.5 - parent: 2 - - uid: 11545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,28.5 - parent: 2 - - uid: 11546 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,27.5 - parent: 2 - - uid: 11547 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,26.5 - parent: 2 - - uid: 11548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,25.5 - parent: 2 - - uid: 11549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,24.5 - parent: 2 - - uid: 11550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,23.5 - parent: 2 - - uid: 11551 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,22.5 - parent: 2 - uid: 11552 components: - type: Transform @@ -84015,36 +81634,18 @@ entities: rot: -1.5707963267948966 rad pos: -61.5,-24.5 parent: 2 - - uid: 11594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-25.5 - parent: 2 - uid: 11595 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-26.5 parent: 2 - - uid: 11596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-27.5 - parent: 2 - uid: 11597 components: - type: Transform rot: -1.5707963267948966 rad pos: -61.5,-28.5 parent: 2 - - uid: 11598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-29.5 - parent: 2 - uid: 11599 components: - type: Transform @@ -84206,12 +81807,6 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,-35.5 parent: 2 - - uid: 11655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-35.5 - parent: 2 - uid: 11656 components: - type: Transform @@ -85452,419 +83047,17 @@ entities: rot: 1.5707963267948966 rad pos: 53.5,9.5 parent: 2 - - uid: 13082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,6.5 - parent: 2 - - uid: 13114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,7.5 - parent: 2 - - uid: 13117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,4.5 - parent: 2 - - uid: 13119 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,3.5 - parent: 2 - - uid: 13120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,2.5 - parent: 2 - - uid: 13126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,1.5 - parent: 2 - - uid: 13127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,0.5 - parent: 2 - - uid: 13128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-0.5 - parent: 2 - - uid: 13129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-1.5 - parent: 2 - - uid: 13130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-2.5 - parent: 2 - - uid: 13131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-3.5 - parent: 2 - - uid: 13132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-4.5 - parent: 2 - - uid: 13133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-5.5 - parent: 2 - - uid: 13134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-6.5 - parent: 2 - - uid: 13135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-7.5 - parent: 2 - - uid: 13136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-8.5 - parent: 2 - - uid: 13137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-9.5 - parent: 2 - - uid: 13138 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-10.5 - parent: 2 - - uid: 13139 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-11.5 - parent: 2 - - uid: 13140 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-12.5 - parent: 2 - - uid: 13141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-13.5 - parent: 2 - - uid: 13142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-14.5 - parent: 2 - - uid: 13143 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-15.5 - parent: 2 - - uid: 13144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-16.5 - parent: 2 - - uid: 13145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-17.5 - parent: 2 - - uid: 13146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-18.5 - parent: 2 - - uid: 13147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-19.5 - parent: 2 - - uid: 13148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-20.5 - parent: 2 - - uid: 13149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -112.5,-20.5 - parent: 2 - - uid: 13150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,-20.5 - parent: 2 - - uid: 13151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,-20.5 - parent: 2 - - uid: 13152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -109.5,-20.5 - parent: 2 - - uid: 13153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -108.5,-20.5 - parent: 2 - - uid: 13154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -107.5,-20.5 - parent: 2 - - uid: 13155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,-20.5 - parent: 2 - - uid: 13156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -105.5,-20.5 - parent: 2 - - uid: 13157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -104.5,-20.5 - parent: 2 - - uid: 13158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -103.5,-20.5 - parent: 2 - - uid: 13159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -102.5,-20.5 - parent: 2 - - uid: 13160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -101.5,-20.5 - parent: 2 - - uid: 13161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -100.5,-20.5 - parent: 2 - - uid: 13162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,-20.5 - parent: 2 - - uid: 13163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,-20.5 - parent: 2 - - uid: 13164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,-20.5 - parent: 2 - - uid: 13165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,-20.5 - parent: 2 - - uid: 13166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,-20.5 - parent: 2 - - uid: 13167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,-20.5 - parent: 2 - - uid: 13168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -93.5,-20.5 - parent: 2 - - uid: 13169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,-20.5 - parent: 2 - - uid: 13170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,-20.5 - parent: 2 - - uid: 13171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,-20.5 - parent: 2 - - uid: 13172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,-20.5 - parent: 2 - - uid: 13173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-20.5 - parent: 2 - - uid: 13174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,-20.5 - parent: 2 - - uid: 13175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-20.5 - parent: 2 - - uid: 13176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,-20.5 - parent: 2 - - uid: 13178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-19.5 - parent: 2 - - uid: 13179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-18.5 - parent: 2 - - uid: 13180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-17.5 - parent: 2 - - uid: 13181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-16.5 - parent: 2 - - uid: 13183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -112.5,-7.5 - parent: 2 - - uid: 13184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,-7.5 - parent: 2 - - uid: 13185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,-7.5 - parent: 2 - - uid: 13186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -109.5,-7.5 - parent: 2 - - uid: 13187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -108.5,-7.5 - parent: 2 - - uid: 13188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -112.5,24.5 - parent: 2 - - uid: 13189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,24.5 - parent: 2 - - uid: 13190 + - uid: 13329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,24.5 + rot: 3.141592653589793 rad + pos: -70.5,24.5 parent: 2 - - uid: 13191 + - uid: 13330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -109.5,24.5 + rot: 3.141592653589793 rad + pos: -71.5,24.5 parent: 2 - uid: 13495 components: @@ -86973,6 +84166,18 @@ entities: rot: 3.141592653589793 rad pos: -104.5,46.5 parent: 2 + - uid: 19289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,35.5 + parent: 2 + - uid: 19290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,36.5 + parent: 2 - uid: 19481 components: - type: Transform @@ -87474,21 +84679,6 @@ entities: - type: Transform pos: -66.5,-16.5 parent: 2 - - uid: 21188 - components: - - type: Transform - pos: -114.5,2.5 - parent: 2 - - uid: 21189 - components: - - type: Transform - pos: -115.5,2.5 - parent: 2 - - uid: 21191 - components: - - type: Transform - pos: -117.5,2.5 - parent: 2 - uid: 21192 components: - type: Transform @@ -87793,6 +84983,12 @@ entities: - type: Transform pos: -64.5,-21.5 parent: 2 + - uid: 23228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,35.5 + parent: 2 - uid: 23265 components: - type: Transform @@ -87820,12 +85016,6 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,14.5 parent: 2 - - uid: 27513 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,37.5 - parent: 2 - uid: 28003 components: - type: Transform @@ -88080,6 +85270,12 @@ entities: - type: Transform pos: 26.5,33.5 parent: 2 + - uid: 31074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,36.5 + parent: 2 - uid: 31078 components: - type: Transform @@ -88120,16 +85316,6 @@ entities: - type: Transform pos: 4.5,-21.5 parent: 2 - - uid: 32073 - components: - - type: Transform - pos: -116.5,2.5 - parent: 2 - - uid: 32099 - components: - - type: Transform - pos: -116.5,14.5 - parent: 2 - uid: 32155 components: - type: Transform @@ -88187,51 +85373,11 @@ entities: - type: Transform pos: -93.5,54.5 parent: 2 - - uid: 34380 - components: - - type: Transform - pos: -64.5,-23.5 - parent: 2 - uid: 35524 components: - type: Transform pos: -68.5,-34.5 parent: 2 - - uid: 35525 - components: - - type: Transform - pos: -69.5,-34.5 - parent: 2 - - uid: 35526 - components: - - type: Transform - pos: -70.5,-34.5 - parent: 2 - - uid: 35527 - components: - - type: Transform - pos: -71.5,-34.5 - parent: 2 - - uid: 35528 - components: - - type: Transform - pos: -72.5,-34.5 - parent: 2 - - uid: 35529 - components: - - type: Transform - pos: -73.5,-34.5 - parent: 2 - - uid: 35530 - components: - - type: Transform - pos: -74.5,-34.5 - parent: 2 - - uid: 35531 - components: - - type: Transform - pos: -75.5,-34.5 - parent: 2 - uid: 35532 components: - type: Transform @@ -88352,136 +85498,6 @@ entities: - type: Transform pos: -89.5,-65.5 parent: 2 - - uid: 35556 - components: - - type: Transform - pos: -83.5,-20.5 - parent: 2 - - uid: 35557 - components: - - type: Transform - pos: -82.5,-20.5 - parent: 2 - - uid: 35558 - components: - - type: Transform - pos: -81.5,-20.5 - parent: 2 - - uid: 35559 - components: - - type: Transform - pos: -80.5,-20.5 - parent: 2 - - uid: 35560 - components: - - type: Transform - pos: -79.5,-20.5 - parent: 2 - - uid: 35561 - components: - - type: Transform - pos: -79.5,-21.5 - parent: 2 - - uid: 35562 - components: - - type: Transform - pos: -78.5,-21.5 - parent: 2 - - uid: 35563 - components: - - type: Transform - pos: -77.5,-21.5 - parent: 2 - - uid: 35564 - components: - - type: Transform - pos: -76.5,-21.5 - parent: 2 - - uid: 35565 - components: - - type: Transform - pos: -75.5,-21.5 - parent: 2 - - uid: 35566 - components: - - type: Transform - pos: -75.5,-22.5 - parent: 2 - - uid: 35567 - components: - - type: Transform - pos: -74.5,-22.5 - parent: 2 - - uid: 35568 - components: - - type: Transform - pos: -73.5,-22.5 - parent: 2 - - uid: 35569 - components: - - type: Transform - pos: -72.5,-22.5 - parent: 2 - - uid: 35570 - components: - - type: Transform - pos: -71.5,-22.5 - parent: 2 - - uid: 35571 - components: - - type: Transform - pos: -70.5,-22.5 - parent: 2 - - uid: 35572 - components: - - type: Transform - pos: -70.5,-23.5 - parent: 2 - - uid: 35573 - components: - - type: Transform - pos: -69.5,-23.5 - parent: 2 - - uid: 35574 - components: - - type: Transform - pos: -68.5,-23.5 - parent: 2 - - uid: 35575 - components: - - type: Transform - pos: -67.5,-23.5 - parent: 2 - - uid: 35576 - components: - - type: Transform - pos: -66.5,-23.5 - parent: 2 - - uid: 35577 - components: - - type: Transform - pos: -65.5,-23.5 - parent: 2 - - uid: 35580 - components: - - type: Transform - pos: -64.5,-24.5 - parent: 2 - - uid: 35581 - components: - - type: Transform - pos: -63.5,-24.5 - parent: 2 - - uid: 35582 - components: - - type: Transform - pos: -62.5,-24.5 - parent: 2 - - uid: 35631 - components: - - type: Transform - pos: -84.5,-20.5 - parent: 2 - proto: Chair entities: - uid: 664 @@ -88840,11 +85856,6 @@ entities: - type: Transform pos: -84.5,-5.5 parent: 2 - - uid: 8127 - components: - - type: Transform - pos: -83.5,-5.5 - parent: 2 - uid: 8132 components: - type: Transform @@ -88899,24 +85910,6 @@ entities: rot: 3.141592653589793 rad pos: -81.5,22.5 parent: 2 - - uid: 8184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,27.5 - parent: 2 - - uid: 8328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,5.5 - parent: 2 - - uid: 8329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,5.5 - parent: 2 - uid: 8771 components: - type: Transform @@ -88965,29 +85958,45 @@ entities: rot: 3.141592653589793 rad pos: -53.5,34.5 parent: 2 - - uid: 9294 + - uid: 11156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,5.5 + pos: 33.5,-10.5 parent: 2 - - uid: 9296 + - uid: 11222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,5.5 + rot: -1.5707963267948966 rad + pos: -97.5,27.5 parent: 2 - - uid: 9297 + - uid: 11298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 11512 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,5.5 + pos: 12.5,-5.5 parent: 2 - - uid: 9298 + - uid: 11548 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,5.5 + pos: 11.5,-5.5 parent: 2 - uid: 13071 components: @@ -89011,11 +86020,6 @@ entities: rot: -1.5707963267948966 rad pos: -97.5,23.5 parent: 2 - - uid: 13339 - components: - - type: Transform - pos: -85.5,-4.5 - parent: 2 - uid: 13340 components: - type: Transform @@ -89058,12 +86062,6 @@ entities: rot: -1.5707963267948966 rad pos: -97.5,-9.5 parent: 2 - - uid: 13355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-11.5 - parent: 2 - uid: 13789 components: - type: Transform @@ -89317,36 +86315,6 @@ entities: rot: 1.5707963267948966 rad pos: 25.5,-30.5 parent: 2 - - uid: 21129 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 2 - - uid: 21130 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 2 - - uid: 21131 - components: - - type: Transform - pos: -20.5,-0.5 - parent: 2 - - uid: 21132 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 2 - - uid: 21133 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 2 - - uid: 21134 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 2 - uid: 21200 components: - type: Transform @@ -89377,6 +86345,11 @@ entities: rot: 3.141592653589793 rad pos: -9.5,46.5 parent: 2 + - uid: 26705 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 2 - uid: 29719 components: - type: Transform @@ -89542,12 +86515,6 @@ entities: - type: Transform pos: 30.5,-25.5 parent: 2 - - uid: 4401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,21.5 - parent: 2 - uid: 5135 components: - type: Transform @@ -89655,11 +86622,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,53.5 parent: 2 - - uid: 16358 - components: - - type: Transform - pos: -12.5,62.5 - parent: 2 - uid: 16652 components: - type: Transform @@ -89732,6 +86694,12 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,60.5 parent: 2 + - uid: 25069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,21.5 + parent: 2 - uid: 33675 components: - type: Transform @@ -89761,39 +86729,14 @@ entities: - type: Transform pos: 38.555435,-22.16116 parent: 2 -- proto: ChairGreyscale - entities: - - uid: 27407 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 - proto: ChairOfficeDark entities: - - uid: 419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,7.5 - parent: 2 - uid: 432 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-2.5 parent: 2 - - uid: 460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,7.5 - parent: 2 - - uid: 461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,7.5 - parent: 2 - uid: 464 components: - type: Transform @@ -89880,6 +86823,12 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,27.5 parent: 2 + - uid: 4367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 2 - uid: 5364 components: - type: Transform @@ -89895,6 +86844,24 @@ entities: - type: Transform pos: 59.5,51.5 parent: 2 + - uid: 8378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-28.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 2 - uid: 14038 components: - type: Transform @@ -90097,6 +87064,38 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-49.5 parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 11235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-30.5 + parent: 2 + - uid: 21934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-26.5 + parent: 2 + - uid: 23715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-25.5 + parent: 2 + - uid: 23731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-27.5 + parent: 2 + - uid: 23764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-28.5 + parent: 2 - proto: ChairRitual entities: - uid: 4747 @@ -90241,12 +87240,30 @@ entities: - type: Transform pos: -14.5,58.5 parent: 2 + - uid: 11170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,5.5 + parent: 2 - uid: 12213 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-13.5 parent: 2 + - uid: 13114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,22.5 + parent: 2 + - uid: 13133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,22.5 + parent: 2 - uid: 15840 components: - type: Transform @@ -90271,35 +87288,23 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,48.5 parent: 2 - - uid: 16530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,60.5 - parent: 2 - - uid: 18498 + - uid: 26715 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,59.5 - parent: 2 - - uid: 23378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,5.5 + pos: 65.5,26.5 parent: 2 - - uid: 23715 + - uid: 27239 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,60.5 + pos: -75.5,4.5 parent: 2 - - uid: 23811 + - uid: 27819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,5.5 + rot: 1.5707963267948966 rad + pos: -73.5,5.5 parent: 2 - uid: 27964 components: @@ -90425,6 +87430,48 @@ entities: rot: 1.5707963267948966 rad pos: 30.216724,16.68445 parent: 2 +- proto: ChemistryEmptyBottle01 + entities: + - uid: 26710 + components: + - type: Transform + pos: -46.573345,-28.43862 + parent: 2 + - uid: 26714 + components: + - type: Transform + pos: 65.3554,30.867294 + parent: 2 + - uid: 26723 + components: + - type: Transform + pos: -46.221783,-27.231588 + parent: 2 + - uid: 26724 + components: + - type: Transform + pos: -50.46397,-25.215963 + parent: 2 + - uid: 26725 + components: + - type: Transform + pos: -50.346783,-26.130026 + parent: 2 + - uid: 26726 + components: + - type: Transform + pos: -50.510845,-26.024557 + parent: 2 + - uid: 26727 + components: + - type: Transform + pos: -50.229595,-28.286276 + parent: 2 + - uid: 27240 + components: + - type: Transform + pos: -46.292095,-28.309713 + parent: 2 - proto: ChemistryHotplate entities: - uid: 1433 @@ -90452,11 +87499,11 @@ entities: parent: 2 - proto: ChurchOrganInstrument entities: - - uid: 4313 + - uid: 22120 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,21.5 + pos: 67.5,21.5 parent: 2 - proto: Cigar entities: @@ -90500,8 +87547,47 @@ entities: rot: 1.5707963267948966 rad pos: -33.50312,33.706814 parent: 2 +- proto: Cigarette + entities: + - uid: 22121 + components: + - type: Transform + pos: 65.775085,30.909584 + parent: 2 + - uid: 25623 + components: + - type: Transform + pos: 47.137054,24.677122 + parent: 2 - proto: CigaretteSpent entities: + - uid: 805 + components: + - type: Transform + pos: -11.890192,-41.501385 + parent: 2 + - uid: 4323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.89948,30.141405 + parent: 2 + - uid: 4324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.94636,29.871874 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: 46.949554,24.829466 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: 65.5362,30.84453 + parent: 2 - uid: 6391 components: - type: Transform @@ -90552,6 +87638,17 @@ entities: - type: Transform pos: 32.79249,-18.85268 parent: 2 + - uid: 7717 + components: + - type: Transform + pos: 28.735868,25.78203 + parent: 2 + - uid: 7722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.969795,30.012499 + parent: 2 - uid: 8137 components: - type: Transform @@ -90567,6 +87664,97 @@ entities: - type: Transform pos: 32.94874,-19.149555 parent: 2 + - uid: 10651 + components: + - type: Transform + pos: -12.300348,-42.263103 + parent: 2 + - uid: 10652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.308161,-41.677166 + parent: 2 + - uid: 10653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.249567,-41.419353 + parent: 2 + - uid: 10654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.218317,-40.868572 + parent: 2 + - uid: 11221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.0503483,-41.489666 + parent: 2 + - uid: 20299 + components: + - type: Transform + pos: -8.280817,-42.509197 + parent: 2 + - uid: 20301 + components: + - type: Transform + pos: -11.245661,-42.438885 + parent: 2 + - uid: 20302 + components: + - type: Transform + pos: -10.964411,-42.532635 + parent: 2 + - uid: 20303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.058161,-42.884197 + parent: 2 + - uid: 20304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.136286,-41.72404 + parent: 2 + - uid: 21976 + components: + - type: Transform + pos: -12.124567,-41.337322 + parent: 2 + - uid: 22063 + components: + - type: Transform + pos: 29.134306,25.571093 + parent: 2 + - uid: 23337 + components: + - type: Transform + pos: 33.164318,-4.454046 + parent: 2 + - uid: 25399 + components: + - type: Transform + pos: 46.844086,24.911497 + parent: 2 + - uid: 26706 + components: + - type: Transform + pos: 33.89088,-5.5087333 + parent: 2 + - uid: 27251 + components: + - type: Transform + pos: 33.773693,-5.7899833 + parent: 2 + - uid: 29178 + components: + - type: Transform + pos: 29.251493,25.629686 + parent: 2 - proto: CigarGold entities: - uid: 32465 @@ -90597,6 +87785,13 @@ entities: rot: -1.5707963267948966 rad pos: 13.61628,48.233536 parent: 2 +- proto: CigarSpent + entities: + - uid: 27385 + components: + - type: Transform + pos: 34.329052,-4.3861756 + parent: 2 - proto: CircuitImprinter entities: - uid: 1593 @@ -90677,6 +87872,18 @@ entities: - type: Transform pos: 5.5,66.5 parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 11233 + components: + - type: Transform + pos: -52.5,-5.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + pos: -53.5,-5.5 + parent: 2 - proto: ClosetEmergencyFilledRandom entities: - uid: 2540 @@ -90719,6 +87926,16 @@ entities: - type: Transform pos: 39.5,-10.5 parent: 2 + - uid: 11301 + components: + - type: Transform + pos: -37.5,-32.5 + parent: 2 + - uid: 13128 + components: + - type: Transform + pos: -69.5,19.5 + parent: 2 - uid: 14564 components: - type: Transform @@ -90764,11 +87981,6 @@ entities: - type: Transform pos: -65.5,5.5 parent: 2 - - uid: 19931 - components: - - type: Transform - pos: -38.5,-35.5 - parent: 2 - uid: 19932 components: - type: Transform @@ -90784,41 +87996,11 @@ entities: - type: Transform pos: -45.5,19.5 parent: 2 - - uid: 19952 - components: - - type: Transform - pos: -71.5,19.5 - parent: 2 - - uid: 19955 - components: - - type: Transform - pos: -114.5,37.5 - parent: 2 - - uid: 19957 - components: - - type: Transform - pos: -114.5,-20.5 - parent: 2 - - uid: 19984 - components: - - type: Transform - pos: -116.5,12.5 - parent: 2 - - uid: 19985 - components: - - type: Transform - pos: -116.5,4.5 - parent: 2 - uid: 20939 components: - type: Transform pos: -33.5,24.5 parent: 2 - - uid: 27966 - components: - - type: Transform - pos: -67.5,25.5 - parent: 2 - uid: 30189 components: - type: Transform @@ -90886,6 +88068,16 @@ entities: - type: Transform pos: 65.5,-27.5 parent: 2 + - uid: 8365 + components: + - type: Transform + pos: -36.5,-32.5 + parent: 2 + - uid: 13110 + components: + - type: Transform + pos: -70.5,19.5 + parent: 2 - uid: 14565 components: - type: Transform @@ -90916,11 +88108,6 @@ entities: - type: Transform pos: -65.5,4.5 parent: 2 - - uid: 19930 - components: - - type: Transform - pos: -37.5,-35.5 - parent: 2 - uid: 19933 components: - type: Transform @@ -90936,31 +88123,6 @@ entities: - type: Transform pos: -45.5,20.5 parent: 2 - - uid: 19953 - components: - - type: Transform - pos: -71.5,20.5 - parent: 2 - - uid: 19954 - components: - - type: Transform - pos: -114.5,38.5 - parent: 2 - - uid: 19958 - components: - - type: Transform - pos: -114.5,-21.5 - parent: 2 - - uid: 19982 - components: - - type: Transform - pos: -116.5,16.5 - parent: 2 - - uid: 19983 - components: - - type: Transform - pos: -116.5,0.5 - parent: 2 - uid: 20940 components: - type: Transform @@ -90971,11 +88133,6 @@ entities: - type: Transform pos: 39.5,1.5 parent: 2 - - uid: 27968 - components: - - type: Transform - pos: -67.5,23.5 - parent: 2 - proto: ClosetJanitorFilled entities: - uid: 15996 @@ -91011,15 +88168,10 @@ entities: parent: 2 - proto: ClosetL3VirologyFilled entities: - - uid: 3984 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 2 - - uid: 5228 + - uid: 22075 components: - type: Transform - pos: 6.5,-4.5 + pos: -13.5,5.5 parent: 2 - proto: ClosetMaintenanceFilledRandom entities: @@ -91268,6 +88420,25 @@ entities: - type: Transform pos: 32.76661,9.703077 parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + - message: This decreases your running speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null - uid: 4552 components: - type: Transform @@ -91278,6 +88449,11 @@ entities: - type: Transform pos: 57.44354,56.71585 parent: 2 + - uid: 23418 + components: + - type: Transform + pos: -17.33978,-0.18008184 + parent: 2 - proto: ClothingBeltSalvageWebbing entities: - uid: 32575 @@ -91442,11 +88618,6 @@ entities: - type: Transform pos: -8.493291,10.130974 parent: 2 - - uid: 2129 - components: - - type: Transform - pos: -16.90582,5.626102 - parent: 2 - uid: 2130 components: - type: Transform @@ -91462,6 +88633,11 @@ entities: - type: Transform pos: -6.516262,-11.391825 parent: 2 + - uid: 13039 + components: + - type: Transform + pos: 12.957554,-11.518689 + parent: 2 - proto: ClothingHandsGlovesLeather entities: - uid: 18445 @@ -91481,16 +88657,6 @@ entities: - type: Transform pos: -28.387495,9.555864 parent: 2 - - uid: 2481 - components: - - type: Transform - pos: 13.466408,-5.011115 - parent: 2 - - uid: 5724 - components: - - type: Transform - pos: 13.63047,-5.1751776 - parent: 2 - uid: 35799 components: - type: Transform @@ -91524,6 +88690,11 @@ entities: - type: Transform pos: -28.462244,16.706312 parent: 2 + - uid: 23705 + components: + - type: Transform + pos: -46.69325,-25.221474 + parent: 2 - proto: ClothingHeadHatBeretBrigmedic entities: - uid: 2144 @@ -91548,6 +88719,13 @@ entities: - type: Transform pos: -12.309531,28.664555 parent: 2 +- proto: ClothingHeadHatBluesoft + entities: + - uid: 28747 + components: + - type: Transform + pos: -46.728405,-25.397255 + parent: 2 - proto: ClothingHeadHatBowlerHat entities: - uid: 18110 @@ -91562,6 +88740,13 @@ entities: - type: Transform pos: 44.916782,44.70262 parent: 2 +- proto: ClothingHeadHatFedoraBlack + entities: + - uid: 20603 + components: + - type: Transform + pos: -46.341686,-25.326942 + parent: 2 - proto: ClothingHeadHatFezMantis entities: - uid: 20026 @@ -91578,17 +88763,15 @@ entities: parent: 2 - proto: ClothingHeadHatHairflower entities: - - uid: 36391 + - uid: 28229 components: - type: Transform - pos: 82.549065,59.462532 + pos: -50.391586,-26.727682 parent: 2 -- proto: ClothingHeadHatHardhatBlue - entities: - - uid: 18789 + - uid: 36391 components: - type: Transform - pos: -58.407124,62.076363 + pos: 82.549065,59.462532 parent: 2 - proto: ClothingHeadHatPumpkin entities: @@ -91649,11 +88832,6 @@ entities: - type: Transform pos: -5.9287615,4.7876196 parent: 2 - - uid: 2140 - components: - - type: Transform - pos: 5.7059135,-7.034723 - parent: 2 - uid: 2141 components: - type: Transform @@ -91685,6 +88863,11 @@ entities: - type: Transform pos: -77.690346,1.3026085 parent: 2 + - uid: 20604 + components: + - type: Transform + pos: -50.602524,-26.446432 + parent: 2 - uid: 21094 components: - type: Transform @@ -91750,22 +88933,10 @@ entities: - uid: 5707 components: - type: Transform - pos: 66.4615,30.626053 + pos: 71.31579,29.6757 parent: 2 - proto: ClothingMaskSterile entities: - - uid: 2122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.332909,-5.5133877 - parent: 2 - - uid: 2123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.661034,-5.595419 - parent: 2 - uid: 30453 components: - type: Transform @@ -91817,6 +88988,29 @@ entities: parent: 2 - proto: ClothingNeckCloakPirateCap entities: + - uid: 22163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.502098,-26.641815 + parent: 2 + - uid: 22164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.564014,-27.77065 + parent: 2 + - uid: 26709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.493702,-27.559713 + parent: 2 + - uid: 26737 + components: + - type: Transform + pos: -50.728077,-27.606588 + parent: 2 - uid: 33595 components: - type: Transform @@ -91955,15 +89149,13 @@ entities: - type: Transform pos: -4.2162786,35.623177 parent: 2 -- proto: ClothingNeckTieBlack +- proto: ClothingNeckStethoscope entities: - - uid: 31168 + - uid: 7812 components: - type: Transform - parent: 31162 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: 7.6656265,-7.294763 + parent: 2 - proto: ClothingNeckTieDet entities: - uid: 30499 @@ -91972,15 +89164,6 @@ entities: rot: 1.5707963267948966 rad pos: 3.4690256,48.466957 parent: 2 -- proto: ClothingNeckTieRed - entities: - - uid: 31163 - components: - - type: Transform - parent: 31162 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ClothingOuterApronBotanist entities: - uid: 18486 @@ -92092,22 +89275,6 @@ entities: - type: Transform pos: 73.57769,24.650808 parent: 2 -- proto: ClothingShoesBootsLaceup - entities: - - uid: 31166 - components: - - type: Transform - parent: 31162 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 31167 - components: - - type: Transform - parent: 31162 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ClothingShoesBootsMag entities: - uid: 6049 @@ -92150,24 +89317,6 @@ entities: - type: Transform pos: 21.679422,23.510605 parent: 2 -- proto: ClothingUniformJumpskirtDetectiveGrey - entities: - - uid: 31165 - components: - - type: Transform - parent: 31162 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitDetectiveGrey - entities: - - uid: 31164 - components: - - type: Transform - parent: 31162 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ClothingUniformJumpsuitHawaiBlack entities: - uid: 2660 @@ -92187,7 +89336,7 @@ entities: - uid: 5708 components: - type: Transform - pos: 67.01228,30.672928 + pos: 71.66735,29.66398 parent: 2 - proto: ClothingUniformTShirtKhakiPants entities: @@ -92719,30 +89868,12 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-7.5 parent: 2 - - uid: 420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,7.5 - parent: 2 - uid: 429 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-2.5 parent: 2 - - uid: 456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,7.5 - parent: 2 - - uid: 457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,7.5 - parent: 2 - uid: 466 components: - type: Transform @@ -92755,6 +89886,11 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,-2.5 parent: 2 + - uid: 4365 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 - uid: 5720 components: - type: Transform @@ -92766,15 +89902,27 @@ entities: rot: 3.141592653589793 rad pos: -5.5,-2.5 parent: 2 + - uid: 8379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 2 - uid: 14039 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,57.5 parent: 2 + - uid: 22074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 - proto: ComputerPowerMonitoring entities: - - uid: 1539 + - uid: 8800 components: - type: Transform pos: -61.5,32.5 @@ -92796,11 +89944,6 @@ entities: rot: 1.5707963267948966 rad pos: -95.5,51.5 parent: 2 - - uid: 23759 - components: - - type: Transform - pos: -56.5,61.5 - parent: 2 - proto: ComputerRadar entities: - uid: 435 @@ -92941,11 +90084,6 @@ entities: - type: Transform pos: -60.5,-4.5 parent: 2 - - uid: 2310 - components: - - type: Transform - pos: -97.5,29.5 - parent: 2 - uid: 2551 components: - type: Transform @@ -92956,6 +90094,11 @@ entities: - type: Transform pos: -86.5,-2.5 parent: 2 + - uid: 5682 + components: + - type: Transform + pos: -96.5,29.5 + parent: 2 - uid: 9049 components: - type: Transform @@ -93001,11 +90144,6 @@ entities: - type: Transform pos: -8.5,26.5 parent: 2 - - uid: 16507 - components: - - type: Transform - pos: -60.5,60.5 - parent: 2 - uid: 19443 components: - type: Transform @@ -93081,16 +90219,6 @@ entities: - type: Transform pos: -19.5,22.5 parent: 2 - - uid: 31169 - components: - - type: Transform - pos: -69.5,3.5 - parent: 2 - - uid: 35777 - components: - - type: Transform - pos: -102.5,-24.5 - parent: 2 - proto: ContainmentFieldGenerator entities: - uid: 18778 @@ -94174,11 +91302,6 @@ entities: parent: 2 - proto: CrateCoffin entities: - - uid: 5535 - components: - - type: Transform - pos: 66.5,28.5 - parent: 2 - uid: 20954 components: - type: Transform @@ -94248,11 +91371,6 @@ entities: - type: Transform pos: -65.5,1.5 parent: 2 - - uid: 21115 - components: - - type: Transform - pos: -72.5,38.5 - parent: 2 - proto: CrateEngineeringAMEJar entities: - uid: 8795 @@ -94265,7 +91383,7 @@ entities: - uid: 8955 components: - type: Transform - pos: -60.5,30.5 + pos: -60.460056,30.546858 parent: 2 - uid: 8964 components: @@ -94277,7 +91395,7 @@ entities: - uid: 8990 components: - type: Transform - pos: -60.5,36.5 + pos: -57.5,22.5 parent: 2 - proto: CrateEngineeringCableHV entities: @@ -94293,17 +91411,22 @@ entities: parent: 2 - proto: CrateEngineeringElectricalSupplies entities: - - uid: 8973 + - uid: 8970 components: - type: Transform - pos: -59.5,36.5 + pos: -58.5,22.5 parent: 2 - proto: CrateEngineeringSolar entities: - - uid: 9785 + - uid: 8357 components: - type: Transform - pos: -64.5,-29.5 + pos: -65.5,-28.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + pos: -67.5,-25.5 parent: 2 - uid: 9850 components: @@ -94325,20 +91448,10 @@ entities: - type: Transform pos: -63.5,38.5 parent: 2 - - uid: 10617 - components: - - type: Transform - pos: -66.5,-30.5 - parent: 2 - - uid: 10618 - components: - - type: Transform - pos: -65.5,-30.5 - parent: 2 - - uid: 10619 + - uid: 11229 components: - type: Transform - pos: -64.5,-30.5 + pos: -66.5,-24.5 parent: 2 - uid: 13691 components: @@ -94417,30 +91530,25 @@ entities: - type: Transform pos: -64.5,-18.5 parent: 2 - - uid: 21087 - components: - - type: Transform - pos: -41.5,-35.5 - parent: 2 - uid: 21088 components: - type: Transform pos: -7.5,-35.5 parent: 2 - - uid: 21120 + - uid: 22098 components: - type: Transform - pos: -91.5,-19.5 + pos: -41.5,-32.5 parent: 2 - - uid: 21122 + - uid: 24654 components: - type: Transform - pos: -112.5,21.5 + pos: 4.5,-24.5 parent: 2 - - uid: 24654 + - uid: 25226 components: - type: Transform - pos: 4.5,-24.5 + pos: -49.5,-32.5 parent: 2 - uid: 27694 components: @@ -94479,31 +91587,19 @@ entities: - type: Transform pos: -44.5,65.5 parent: 2 -- proto: CrateFoodCooking - entities: - - uid: 3549 - components: - - type: Transform - pos: -55.5,-6.5 - parent: 2 - proto: CrateFoodDinnerware entities: - - uid: 73 - components: - - type: Transform - pos: -54.5,-5.5 - parent: 2 - - uid: 82 + - uid: 11325 components: - type: Transform - pos: -55.5,-5.5 + pos: -50.5,-5.5 parent: 2 - proto: CrateFreezer entities: - - uid: 3223 + - uid: 22086 components: - type: Transform - pos: -55.5,-7.5 + pos: -49.5,-5.5 parent: 2 - proto: CrateFunPlushie entities: @@ -94533,20 +91629,20 @@ entities: parent: 2 - proto: CrateLivestock entities: - - uid: 18124 + - uid: 8376 components: - type: Transform - pos: -118.5,6.5 + pos: -52.5,-28.5 parent: 2 - - uid: 18406 + - uid: 11332 components: - type: Transform - pos: -117.5,6.5 + pos: -52.5,-29.5 parent: 2 - - uid: 19388 + - uid: 22055 components: - type: Transform - pos: -116.5,6.5 + pos: -52.5,-27.5 parent: 2 - proto: CrateMedicalSecure entities: @@ -94562,13 +91658,6 @@ entities: - type: Transform pos: 33.5,10.5 parent: 2 -- proto: CrateNPCCow - entities: - - uid: 18549 - components: - - type: Transform - pos: -35.5,-32.5 - parent: 2 - proto: CrateNPCHamlet entities: - uid: 21100 @@ -94625,6 +91714,25 @@ entities: - type: Transform pos: -5.5,43.5 parent: 2 +- proto: CrateTrashCart + entities: + - uid: 8050 + components: + - type: Transform + pos: -39.5,-18.5 + parent: 2 +- proto: CrateTrashCartFilled + entities: + - uid: 26458 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 26481 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 - proto: CrateTrashCartJani entities: - uid: 16664 @@ -94632,6 +91740,36 @@ entities: - type: Transform pos: -38.5,13.5 parent: 2 + - uid: 26432 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 26437 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 + - uid: 26438 + components: + - type: Transform + pos: -65.5,-7.5 + parent: 2 + - uid: 26439 + components: + - type: Transform + pos: -46.5,-36.5 + parent: 2 + - uid: 26440 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 + - uid: 26441 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 2 - proto: CrayonMime entities: - uid: 3707 @@ -94658,29 +91796,11 @@ entities: parent: 2 - proto: Crematorium entities: - - uid: 5680 + - uid: 7783 components: - type: Transform - pos: 68.5,30.5 + pos: 69.5,30.5 parent: 2 - - 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 - proto: CrewMonitoringServer entities: - uid: 605 @@ -94720,11 +91840,6 @@ entities: - type: Transform pos: 36.065853,23.428886 parent: 2 - - uid: 5714 - components: - - type: Transform - pos: 67.4391,30.492027 - parent: 2 - uid: 6065 components: - type: Transform @@ -94760,11 +91875,6 @@ entities: - type: Transform pos: 27.488392,55.664364 parent: 2 - - uid: 15660 - components: - - type: Transform - pos: -120.2798,6.471216 - parent: 2 - uid: 27973 components: - type: Transform @@ -94782,43 +91892,55 @@ entities: parent: 2 - proto: CryogenicSleepUnit entities: - - uid: 1188 + - uid: 920 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-6.5 + pos: 23.5,-5.5 parent: 2 - - uid: 1190 + - uid: 926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-11.5 + parent: 2 + - uid: 927 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-4.5 + pos: 23.5,-11.5 parent: 2 - - uid: 1198 + - uid: 22030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-6.5 + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 parent: 2 - - uid: 1200 + - uid: 22031 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-4.5 + pos: 34.5,-8.5 parent: 2 - - uid: 1201 + - uid: 22032 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-5.5 + pos: 34.5,-5.5 parent: 2 - proto: CryogenicSleepUnitSpawnerPrisoner entities: - - uid: 15154 + - uid: 94 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,62.5 + rot: 1.5707963267948966 rad + pos: -13.5,61.5 + parent: 2 + - uid: 425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,62.5 parent: 2 - proto: CryoPod entities: @@ -95120,17 +92242,6 @@ entities: text: Cryonics - type: WarpPoint location: Cryonics -- proto: DefaultStationBeaconCryosleep - entities: - - uid: 23108 - components: - - type: Transform - pos: 34.5,-5.5 - parent: 2 - - type: NavMapBeacon - text: Cryosleep - - type: WarpPoint - location: Cryosleep - proto: DefaultStationBeaconDetectiveRoom entities: - uid: 15095 @@ -95469,11 +92580,6 @@ entities: rot: 3.141592653589793 rad pos: 11.5,8.5 parent: 2 - - uid: 1778 - components: - - type: Transform - pos: -24.5,4.5 - parent: 2 - uid: 3849 components: - type: Transform @@ -95624,11 +92730,6 @@ entities: - type: Transform pos: -51.474102,-20.269735 parent: 2 - - uid: 7547 - components: - - type: Transform - pos: -45.554695,-26.443232 - parent: 2 - uid: 8403 components: - type: Transform @@ -95641,10 +92742,32 @@ entities: parent: 2 - proto: DiseaseDiagnoser entities: - - uid: 1252 + - uid: 17116 components: - type: Transform - pos: 5.5,-4.5 + pos: -14.5,7.5 + parent: 2 +- proto: DiseaseSwab + entities: + - uid: 18080 + components: + - type: Transform + pos: -17.326876,7.5798235 + parent: 2 + - uid: 21911 + components: + - type: Transform + pos: -17.4675,7.5681047 + parent: 2 + - uid: 21921 + components: + - type: Transform + pos: -27.287813,7.7321672 + parent: 2 + - uid: 21925 + components: + - type: Transform + pos: -25.576876,7.509511 parent: 2 - proto: DisposalBend entities: @@ -95763,6 +92886,11 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-35.5 parent: 2 + - uid: 7081 + components: + - type: Transform + pos: 30.5,10.5 + parent: 2 - uid: 9145 components: - type: Transform @@ -95951,6 +93079,12 @@ entities: - type: Transform pos: -45.5,11.5 parent: 2 + - uid: 16958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,2.5 + parent: 2 - uid: 16976 components: - type: Transform @@ -96241,6 +93375,12 @@ entities: - type: Transform pos: 17.5,9.5 parent: 2 + - uid: 17586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,13.5 + parent: 2 - uid: 17620 components: - type: Transform @@ -96310,11 +93450,11 @@ entities: rot: 3.141592653589793 rad pos: -18.5,-39.5 parent: 2 - - uid: 17659 + - uid: 17699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-24.5 + rot: -1.5707963267948966 rad + pos: -11.5,-20.5 parent: 2 - uid: 17713 components: @@ -96366,11 +93506,11 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,73.5 parent: 2 - - uid: 22898 + - uid: 20938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,0.5 + rot: 1.5707963267948966 rad + pos: -42.5,37.5 parent: 2 - uid: 25348 components: @@ -96407,12 +93547,6 @@ entities: rot: 3.141592653589793 rad pos: -20.5,53.5 parent: 2 - - uid: 35863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,10.5 - parent: 2 - uid: 35864 components: - type: Transform @@ -96436,28 +93570,6 @@ entities: - type: Transform pos: 40.5,29.5 parent: 2 - - uid: 35961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,1.5 - parent: 2 - - uid: 35978 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 2 - - uid: 35979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-23.5 - parent: 2 - - uid: 35980 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 2 - uid: 35992 components: - type: Transform @@ -96476,12 +93588,6 @@ entities: rot: 1.5707963267948966 rad pos: -58.5,3.5 parent: 2 - - uid: 36043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,23.5 - parent: 2 - uid: 36389 components: - type: Transform @@ -96549,12 +93655,6 @@ entities: - type: Transform pos: -45.5,7.5 parent: 2 - - uid: 17033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,20.5 - parent: 2 - uid: 17058 components: - type: Transform @@ -96566,12 +93666,6 @@ entities: - type: Transform pos: -84.5,9.5 parent: 2 - - uid: 17125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,8.5 - parent: 2 - uid: 17147 components: - type: Transform @@ -96709,12 +93803,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,-30.5 parent: 2 - - uid: 35990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 2 - uid: 36000 components: - type: Transform @@ -96723,12 +93811,6 @@ entities: parent: 2 - proto: DisposalJunctionFlipped entities: - - uid: 16867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,10.5 - parent: 2 - uid: 16945 components: - type: Transform @@ -96803,11 +93885,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,39.5 parent: 2 - - uid: 17345 - components: - - type: Transform - pos: -11.5,31.5 - parent: 2 - uid: 17352 components: - type: Transform @@ -96841,16 +93918,6 @@ entities: - type: Transform pos: 39.5,34.5 parent: 2 - - uid: 17586 - components: - - type: Transform - pos: 31.5,28.5 - parent: 2 - - uid: 17622 - components: - - type: Transform - pos: 53.5,23.5 - parent: 2 - uid: 17635 components: - type: Transform @@ -96863,12 +93930,6 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-15.5 parent: 2 - - uid: 17657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,3.5 - parent: 2 - uid: 17768 components: - type: Transform @@ -96881,17 +93942,6 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,-23.5 parent: 2 - - uid: 19517 - components: - - type: Transform - pos: 32.5,13.5 - parent: 2 - - uid: 19861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,2.5 - parent: 2 - proto: DisposalMachineFrame entities: - uid: 7042 @@ -97028,6 +94078,12 @@ entities: - type: Transform pos: -33.5,-5.5 parent: 2 + - uid: 6120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,20.5 + parent: 2 - uid: 6617 components: - type: Transform @@ -97051,6 +94107,12 @@ entities: rot: -1.5707963267948966 rad pos: -51.5,30.5 parent: 2 + - uid: 6915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 2 - uid: 7043 components: - type: Transform @@ -97073,12 +94135,6 @@ entities: - type: Transform pos: -29.5,-31.5 parent: 2 - - uid: 7689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,3.5 - parent: 2 - uid: 9300 components: - type: Transform @@ -97133,11 +94189,23 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,11.5 parent: 2 + - uid: 11254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,8.5 + parent: 2 - uid: 11839 components: - type: Transform pos: -15.5,-35.5 parent: 2 + - uid: 12973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,28.5 + parent: 2 - uid: 15193 components: - type: Transform @@ -97148,6 +94216,12 @@ entities: - type: Transform pos: 14.5,-22.5 parent: 2 + - uid: 16280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,23.5 + parent: 2 - uid: 16601 components: - type: Transform @@ -98169,6 +95243,12 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-15.5 parent: 2 + - uid: 16867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,3.5 + parent: 2 - uid: 16868 components: - type: Transform @@ -98761,6 +95841,12 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,37.5 parent: 2 + - uid: 17033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-39.5 + parent: 2 - uid: 17036 components: - type: Transform @@ -99132,30 +96218,6 @@ entities: rot: 3.141592653589793 rad pos: -72.5,10.5 parent: 2 - - uid: 17113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,7.5 - parent: 2 - - uid: 17114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,6.5 - parent: 2 - - uid: 17115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,5.5 - parent: 2 - - uid: 17116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,4.5 - parent: 2 - uid: 17134 components: - type: Transform @@ -100130,6 +97192,12 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,29.5 parent: 2 + - uid: 17345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-39.5 + parent: 2 - uid: 17346 components: - type: Transform @@ -101345,6 +98413,12 @@ entities: rot: 3.141592653589793 rad pos: 10.5,7.5 parent: 2 + - uid: 17622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-39.5 + parent: 2 - uid: 17626 components: - type: Transform @@ -101429,6 +98503,18 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,2.5 parent: 2 + - uid: 17657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-39.5 + parent: 2 - uid: 17660 components: - type: Transform @@ -101643,13 +98729,7 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-39.5 - parent: 2 - - uid: 17699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-39.5 + pos: -13.5,-39.5 parent: 2 - uid: 17700 components: @@ -101838,11 +98918,6 @@ entities: - type: Transform pos: -35.5,-29.5 parent: 2 - - uid: 17745 - components: - - type: Transform - pos: -43.5,-29.5 - parent: 2 - uid: 17746 components: - type: Transform @@ -102169,6 +99244,11 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,64.5 parent: 2 + - uid: 19861 + components: + - type: Transform + pos: -11.5,31.5 + parent: 2 - uid: 19862 components: - type: Transform @@ -102259,18 +99339,6 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,64.5 parent: 2 - - uid: 22730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,2.5 - parent: 2 - - uid: 22731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,1.5 - parent: 2 - uid: 22766 components: - type: Transform @@ -102327,12 +99395,6 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,28.5 parent: 2 - - uid: 31083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,61.5 - parent: 2 - uid: 31085 components: - type: Transform @@ -102382,67 +99444,6 @@ entities: - type: Transform pos: 32.5,14.5 parent: 2 - - uid: 35868 - components: - - type: Transform - pos: 32.5,12.5 - parent: 2 - - uid: 35869 - components: - - type: Transform - pos: 32.5,11.5 - parent: 2 - - uid: 35870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,10.5 - parent: 2 - - uid: 35873 - components: - - type: Transform - pos: 9.5,29.5 - parent: 2 - - uid: 35874 - components: - - type: Transform - pos: 9.5,28.5 - parent: 2 - - uid: 35875 - components: - - type: Transform - pos: 9.5,27.5 - parent: 2 - - uid: 35876 - components: - - type: Transform - pos: 9.5,26.5 - parent: 2 - - uid: 35877 - components: - - type: Transform - pos: 9.5,25.5 - parent: 2 - - uid: 35878 - components: - - type: Transform - pos: 9.5,24.5 - parent: 2 - - uid: 35879 - components: - - type: Transform - pos: 9.5,23.5 - parent: 2 - - uid: 35880 - components: - - type: Transform - pos: 9.5,22.5 - parent: 2 - - uid: 35881 - components: - - type: Transform - pos: 9.5,21.5 - parent: 2 - uid: 35882 components: - type: Transform @@ -102627,21 +99628,6 @@ entities: - type: Transform pos: -58.5,10.5 parent: 2 - - uid: 35957 - components: - - type: Transform - pos: -6.5,4.5 - parent: 2 - - uid: 35958 - components: - - type: Transform - pos: -6.5,5.5 - parent: 2 - - uid: 35959 - components: - - type: Transform - pos: -6.5,6.5 - parent: 2 - uid: 35963 components: - type: Transform @@ -102662,77 +99648,12 @@ entities: - type: Transform pos: 25.5,-29.5 parent: 2 - - uid: 35970 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - uid: 35971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-39.5 - parent: 2 - - uid: 35972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-39.5 - parent: 2 - - uid: 35973 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-39.5 - parent: 2 - uid: 35974 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-39.5 parent: 2 - - uid: 35981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-20.5 - parent: 2 - - uid: 35982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-20.5 - parent: 2 - - uid: 35983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-20.5 - parent: 2 - - uid: 35984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 2 - - uid: 35985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-21.5 - parent: 2 - - uid: 35986 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-22.5 - parent: 2 - - uid: 35987 - components: - - type: Transform - pos: -5.5,-24.5 - parent: 2 - uid: 35993 components: - type: Transform @@ -102864,18 +99785,6 @@ entities: - type: Transform pos: -69.5,9.5 parent: 2 - - uid: 36025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,37.5 - parent: 2 - - uid: 36026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,37.5 - parent: 2 - uid: 36028 components: - type: Transform @@ -102894,70 +99803,6 @@ entities: rot: 3.141592653589793 rad pos: -9.5,-12.5 parent: 2 - - uid: 36031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,23.5 - parent: 2 - - uid: 36032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,23.5 - parent: 2 - - uid: 36033 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,23.5 - parent: 2 - - uid: 36034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,23.5 - parent: 2 - - uid: 36035 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,23.5 - parent: 2 - - uid: 36036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,23.5 - parent: 2 - - uid: 36037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,23.5 - parent: 2 - - uid: 36038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,23.5 - parent: 2 - - uid: 36039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,23.5 - parent: 2 - - uid: 36040 - components: - - type: Transform - pos: 63.5,24.5 - parent: 2 - - uid: 36041 - components: - - type: Transform - pos: 63.5,25.5 - parent: 2 - uid: 36387 components: - type: Transform @@ -103045,12 +99890,6 @@ entities: - type: Transform pos: 14.5,22.5 parent: 2 - - uid: 4761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,0.5 - parent: 2 - uid: 7053 components: - type: Transform @@ -103063,6 +99902,12 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,37.5 parent: 2 + - uid: 11260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-29.5 + parent: 2 - uid: 16961 components: - type: Transform @@ -103321,12 +100166,6 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-25.5 parent: 2 - - uid: 17711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-30.5 - parent: 2 - uid: 17712 components: - type: Transform @@ -103339,6 +100178,12 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,53.5 parent: 2 + - uid: 19517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 - uid: 19762 components: - type: Transform @@ -103357,18 +100202,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,73.5 parent: 2 - - uid: 20938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-39.5 - parent: 2 - - uid: 22948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-25.5 - parent: 2 - uid: 28736 components: - type: Transform @@ -103381,11 +100214,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-34.5 parent: 2 - - uid: 35872 - components: - - type: Transform - pos: 9.5,30.5 - parent: 2 - uid: 35887 components: - type: Transform @@ -103409,12 +100237,6 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,34.5 parent: 2 - - uid: 35944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,31.5 - parent: 2 - uid: 35950 components: - type: Transform @@ -103425,28 +100247,11 @@ entities: - type: Transform pos: -58.5,11.5 parent: 2 - - uid: 35956 - components: - - type: Transform - pos: -6.5,7.5 - parent: 2 - - uid: 35960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,1.5 - parent: 2 - uid: 35962 components: - type: Transform pos: 25.5,-25.5 parent: 2 - - uid: 35989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-24.5 - parent: 2 - uid: 35996 components: - type: Transform @@ -103464,28 +100269,11 @@ entities: - type: Transform pos: -69.5,15.5 parent: 2 - - uid: 36024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,37.5 - parent: 2 - uid: 36027 components: - type: Transform pos: -9.5,-11.5 parent: 2 - - uid: 36042 - components: - - type: Transform - pos: 63.5,26.5 - parent: 2 - - uid: 36044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,28.5 - parent: 2 - proto: DisposalUnit entities: - uid: 1361 @@ -103573,11 +100361,6 @@ entities: - type: Transform pos: 52.5,15.5 parent: 2 - - uid: 4764 - components: - - type: Transform - pos: -73.5,0.5 - parent: 2 - uid: 5138 components: - type: Transform @@ -103633,11 +100416,6 @@ entities: - type: Transform pos: -52.5,-25.5 parent: 2 - - uid: 7561 - components: - - type: Transform - pos: -43.5,-30.5 - parent: 2 - uid: 7562 components: - type: Transform @@ -103683,6 +100461,11 @@ entities: - type: Transform pos: -40.5,37.5 parent: 2 + - uid: 11265 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 - uid: 11840 components: - type: Transform @@ -103768,6 +100551,71 @@ entities: - type: Transform pos: 4.5,73.5 parent: 2 + - uid: 23853 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 + - uid: 27390 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - uid: 28680 + components: + - type: Transform + pos: -20.5,39.5 + parent: 2 + - uid: 30653 + components: + - type: Transform + pos: -4.5,32.5 + parent: 2 + - uid: 30667 + components: + - type: Transform + pos: 43.5,28.5 + parent: 2 + - uid: 30668 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 30717 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - uid: 30747 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - uid: 30753 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 30755 + components: + - type: Transform + pos: -58.5,11.5 + parent: 2 + - uid: 30793 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - uid: 30796 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 30803 + components: + - type: Transform + pos: -69.5,15.5 + parent: 2 - proto: DisposalYJunction entities: - uid: 2317 @@ -103776,11 +100624,6 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,11.5 parent: 2 - - uid: 7081 - components: - - type: Transform - pos: -42.5,37.5 - parent: 2 - uid: 16695 components: - type: Transform @@ -103798,12 +100641,6 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-39.5 parent: 2 - - uid: 16958 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-20.5 - parent: 2 - uid: 17073 components: - type: Transform @@ -103870,6 +100707,16 @@ entities: - type: Transform pos: 80.5,-7.5 parent: 2 + - uid: 8371 + components: + - type: Transform + pos: -55.5,-28.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + pos: -56.5,-28.5 + parent: 2 - uid: 15266 components: - type: Transform @@ -103895,11 +100742,6 @@ entities: - type: Transform pos: 29.5,28.5 parent: 2 - - uid: 30668 - components: - - type: Transform - pos: -35.5,-33.5 - parent: 2 - uid: 32569 components: - type: Transform @@ -103999,30 +100841,25 @@ entities: - type: Transform pos: 46.5,34.5 parent: 2 - - uid: 5703 - components: - - type: Transform - pos: 68.5,27.5 - parent: 2 - uid: 10014 components: - type: Transform pos: -79.5,-0.5 parent: 2 - - uid: 31172 + - uid: 11256 components: - type: Transform - pos: -67.5,0.5 + pos: -71.5,0.5 parent: 2 - - uid: 32591 + - uid: 22088 components: - type: Transform - pos: 72.5,42.5 + pos: 65.5,30.5 parent: 2 - - uid: 35760 + - uid: 32591 components: - type: Transform - pos: -100.5,-25.5 + pos: 72.5,42.5 parent: 2 - proto: DresserHeadOfPersonnelFilled entities: @@ -104078,23 +100915,6 @@ entities: - type: Transform pos: 20.166368,-32.38155 parent: 2 -- proto: DrinkBeerBottleFull - entities: - - uid: 8855 - components: - - type: Transform - pos: -69.834816,2.695393 - parent: 2 - - uid: 16502 - components: - - type: Transform - pos: -59.535885,61.549698 - parent: 2 - - uid: 18391 - components: - - type: Transform - pos: -59.817135,61.674698 - parent: 2 - proto: DrinkBeerglass entities: - uid: 6878 @@ -104121,22 +100941,21 @@ entities: parent: 2 - proto: DrinkBottleBeer entities: - - uid: 23708 + - uid: 8355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.400467,61.174698 + pos: -73.29047,3.1253412 parent: 2 - - uid: 28366 + - uid: 11272 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.37648,2.351643 + pos: -73.10297,2.6331537 parent: 2 - - uid: 32598 + - uid: 11273 components: - type: Transform - pos: -69.647316,2.8412266 + pos: -73.14984,3.0315912 parent: 2 - proto: DrinkBottleWine entities: @@ -104177,6 +100996,18 @@ entities: - type: Transform pos: -42.676247,-17.17277 parent: 2 +- proto: DrinkCartonMilk + entities: + - uid: 1127 + components: + - type: Transform + pos: -56.96867,-27.349045 + parent: 2 + - uid: 8370 + components: + - type: Transform + pos: -57.2382,-27.243576 + parent: 2 - proto: DrinkChampagneBottleFull entities: - uid: 27408 @@ -104184,6 +101015,18 @@ entities: - type: Transform pos: 34.67687,-10.322123 parent: 2 +- proto: DrinkChocolateGlass + entities: + - uid: 16533 + components: + - type: Transform + pos: -25.277435,7.837277 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: -19.359467,7.6146207 + parent: 2 - proto: DrinkCoffee entities: - uid: 1589 @@ -104338,6 +101181,13 @@ entities: - type: Transform pos: 34.385204,-10.30129 parent: 2 +- proto: DrinkGlassWhite + entities: + - uid: 23766 + components: + - type: Transform + pos: -57.320232,-27.442795 + parent: 2 - proto: DrinkGoldenCup entities: - uid: 32557 @@ -104368,7 +101218,7 @@ entities: - uid: 934 components: - type: Transform - pos: -69.37655,5.929415 + pos: -72.31412,5.791229 parent: 2 - proto: DrinkHosFlask entities: @@ -104404,11 +101254,6 @@ entities: - type: Transform pos: -16.307503,-29.685396 parent: 2 - - uid: 35767 - components: - - type: Transform - pos: -103.60887,-25.455431 - parent: 2 - proto: DrinkIceCreamGlass entities: - uid: 14271 @@ -104802,11 +101647,6 @@ entities: - type: Transform pos: 23.681442,-7.3176365 parent: 2 - - uid: 2165 - components: - - type: Transform - pos: 13.458229,-9.14153 - parent: 2 - uid: 2166 components: - type: Transform @@ -104857,25 +101697,10 @@ entities: - type: Transform pos: 42.369057,40.080235 parent: 2 - - uid: 6892 - components: - - type: Transform - pos: 66.69229,30.905127 - parent: 2 - - uid: 6893 - components: - - type: Transform - pos: 70.44844,19.021118 - parent: 2 - uid: 6894 components: - type: Transform - pos: 70.63594,18.798462 - parent: 2 - - uid: 6895 - components: - - type: Transform - pos: 70.62422,19.84143 + pos: 66.69813,18.38042 parent: 2 - uid: 6900 components: @@ -104942,35 +101767,35 @@ entities: - type: Transform pos: -12.540034,28.716175 parent: 2 - - uid: 16628 + - uid: 16536 components: - type: Transform - pos: -5.199568,59.644547 + pos: -27.632904,7.696652 parent: 2 - - uid: 19397 + - uid: 16538 components: - type: Transform - pos: -10.076005,43.08696 + pos: -21.457123,7.696652 parent: 2 - - uid: 19398 + - uid: 16548 components: - type: Transform - pos: -10.06038,42.96196 + pos: -17.519623,7.8958707 parent: 2 - - uid: 19399 + - uid: 16628 components: - type: Transform - pos: -8.044755,32.982353 + pos: -5.199568,59.644547 parent: 2 - - uid: 19400 + - uid: 19397 components: - type: Transform - pos: -12.99788,34.888603 + pos: -10.076005,43.08696 parent: 2 - - uid: 19401 + - uid: 19398 components: - type: Transform - pos: -9.615957,30.904228 + pos: -10.06038,42.96196 parent: 2 - uid: 20021 components: @@ -105069,11 +101894,6 @@ entities: - type: Transform pos: 6.3845396,-34.20579 parent: 2 - - uid: 13231 - components: - - type: Transform - pos: -53.55805,-27.263311 - parent: 2 - uid: 13350 components: - type: Transform @@ -105114,11 +101934,6 @@ entities: - type: Transform pos: -2.4852066,48.56018 parent: 2 - - uid: 16359 - components: - - type: Transform - pos: -11.403154,61.73983 - parent: 2 - uid: 16364 components: - type: Transform @@ -105134,16 +101949,6 @@ entities: - type: Transform pos: -18.605991,57.426407 parent: 2 - - uid: 18116 - components: - - type: Transform - pos: -12.700029,61.70858 - parent: 2 - - uid: 18122 - components: - - type: Transform - pos: -11.606279,61.67733 - parent: 2 - uid: 18450 components: - type: Transform @@ -105159,11 +101964,6 @@ entities: - type: Transform pos: -62.470554,-1.4050808 parent: 2 - - uid: 19349 - components: - - type: Transform - pos: -53.323673,-27.325811 - parent: 2 - proto: DrinkWhiskeyBottleFull entities: - uid: 14216 @@ -105210,7 +102010,7 @@ entities: - uid: 1091 components: - type: Transform - pos: 64.4686,10.471306 + pos: 64.542046,10.599171 parent: 2 - uid: 4386 components: @@ -105229,11 +102029,6 @@ entities: parent: 2 - proto: Dropper entities: - - uid: 2101 - components: - - type: Transform - pos: 13.329419,-4.818866 - parent: 2 - uid: 2102 components: - type: Transform @@ -105271,6 +102066,12 @@ entities: parent: 2 - proto: EmergencyLight entities: + - uid: 1028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-34.5 + parent: 2 - uid: 1210 components: - type: Transform @@ -105303,17 +102104,34 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,-44.5 parent: 2 + - uid: 4130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,-14.5 + parent: 2 - uid: 4378 components: - type: Transform rot: 3.141592653589793 rad pos: -89.5,21.5 parent: 2 - - uid: 4379 + - uid: 5703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,-9.5 + parent: 2 + - uid: 6285 components: - type: Transform rot: -1.5707963267948966 rad - pos: -94.5,-3.5 + pos: -94.5,23.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + pos: -106.5,26.5 parent: 2 - uid: 7514 components: @@ -105342,17 +102160,11 @@ entities: - type: Transform pos: -72.5,-2.5 parent: 2 - - uid: 8097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,5.5 - parent: 2 - - uid: 8761 + - uid: 8366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,5.5 + rot: -1.5707963267948966 rad + pos: -49.5,-34.5 parent: 2 - uid: 9152 components: @@ -105366,6 +102178,24 @@ entities: rot: 3.141592653589793 rad pos: -17.5,-15.5 parent: 2 + - uid: 11407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -107.5,6.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,13.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,21.5 + parent: 2 - uid: 13587 components: - type: Transform @@ -105544,24 +102374,6 @@ entities: rot: 3.141592653589793 rad pos: -44.5,29.5 parent: 2 - - uid: 15244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,22.5 - parent: 2 - - uid: 15249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-14.5 - parent: 2 - - uid: 15250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,7.5 - parent: 2 - uid: 15639 components: - type: Transform @@ -105667,11 +102479,22 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-9.5 parent: 2 - - uid: 22510 + - uid: 21933 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - uid: 22059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,-8.5 + parent: 2 + - uid: 22083 components: - type: Transform rot: 1.5707963267948966 rad - pos: -85.5,31.5 + pos: -69.5,1.5 parent: 2 - uid: 22534 components: @@ -105735,24 +102558,12 @@ entities: - type: Transform pos: -18.5,22.5 parent: 2 - - uid: 23169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,5.5 - parent: 2 - uid: 23173 components: - type: Transform rot: 1.5707963267948966 rad pos: -42.5,22.5 parent: 2 - - uid: 23253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-25.5 - parent: 2 - uid: 23369 components: - type: Transform @@ -105764,12 +102575,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,36.5 parent: 2 - - uid: 28794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,3.5 - parent: 2 - uid: 28796 components: - type: Transform @@ -105978,18 +102783,6 @@ entities: rot: 3.141592653589793 rad pos: 22.5,53.5 parent: 2 - - uid: 28853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,-8.5 - parent: 2 - - uid: 28855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,23.5 - parent: 2 - uid: 28856 components: - type: Transform @@ -106356,30 +103149,6 @@ entities: rot: 1.5707963267948966 rad pos: 15.5,-5.5 parent: 2 - - uid: 28985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-6.5 - parent: 2 - - uid: 28986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-10.5 - parent: 2 - - uid: 28987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-10.5 - parent: 2 - - uid: 28988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-6.5 - parent: 2 - uid: 28989 components: - type: Transform @@ -106549,16 +103318,6 @@ entities: - type: Transform pos: -22.5,-37.5 parent: 2 - - uid: 29044 - components: - - type: Transform - pos: -38.5,-35.5 - parent: 2 - - uid: 29045 - components: - - type: Transform - pos: -48.5,-35.5 - parent: 2 - uid: 29046 components: - type: Transform @@ -106994,12 +103753,6 @@ entities: rot: 3.141592653589793 rad pos: -93.5,7.5 parent: 2 - - uid: 29156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,14.5 - parent: 2 - uid: 29160 components: - type: Transform @@ -107012,155 +103765,6 @@ entities: rot: -1.5707963267948966 rad pos: -83.5,2.5 parent: 2 - - uid: 29164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,2.5 - parent: 2 - - uid: 29166 - components: - - type: Transform - pos: -98.5,-19.5 - parent: 2 - - uid: 29167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,7.5 - parent: 2 - - uid: 29168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -123.5,8.5 - parent: 2 - - uid: 29169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -120.5,6.5 - parent: 2 - - uid: 29170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -116.5,15.5 - parent: 2 - - uid: 29171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -116.5,1.5 - parent: 2 - - uid: 29172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,-1.5 - parent: 2 - - uid: 29173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,-8.5 - parent: 2 - - uid: 29174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,-15.5 - parent: 2 - - uid: 29175 - components: - - type: Transform - pos: -107.5,-19.5 - parent: 2 - - uid: 29176 - components: - - type: Transform - pos: -88.5,-19.5 - parent: 2 - - uid: 29177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-16.5 - parent: 2 - - uid: 29178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,22.5 - parent: 2 - - uid: 29179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,23.5 - parent: 2 - - uid: 29180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,31.5 - parent: 2 - - uid: 29181 - components: - - type: Transform - pos: -99.5,38.5 - parent: 2 - - uid: 29182 - components: - - type: Transform - pos: -88.5,38.5 - parent: 2 - - uid: 29183 - components: - - type: Transform - pos: -109.5,38.5 - parent: 2 - - uid: 29184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,36.5 - parent: 2 - - uid: 29185 - components: - - type: Transform - pos: -79.5,38.5 - parent: 2 - - uid: 29187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,28.5 - parent: 2 - - uid: 29188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,20.5 - parent: 2 - - uid: 29189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,33.5 - parent: 2 - - uid: 29190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,7.5 - parent: 2 - - uid: 29191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,-8.5 - parent: 2 - uid: 29195 components: - type: Transform @@ -107177,18 +103781,6 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,-1.5 parent: 2 - - uid: 29204 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-6.5 - parent: 2 - - uid: 29205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-7.5 - parent: 2 - uid: 29207 components: - type: Transform @@ -107207,12 +103799,6 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,-31.5 parent: 2 - - uid: 29210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-33.5 - parent: 2 - uid: 29211 components: - type: Transform @@ -107360,18 +103946,6 @@ entities: rot: 3.141592653589793 rad pos: 54.5,10.5 parent: 2 - - uid: 29248 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,13.5 - parent: 2 - - uid: 29249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,21.5 - parent: 2 - uid: 29251 components: - type: Transform @@ -107459,16 +104033,6 @@ entities: - type: Transform pos: 35.775253,7.662085 parent: 2 - - uid: 2044 - components: - - type: Transform - pos: 12.113023,-4.7544303 - parent: 2 - - uid: 2045 - components: - - type: Transform - pos: 12.360335,-4.400264 - parent: 2 - uid: 2282 components: - type: Transform @@ -107824,11 +104388,6 @@ entities: - type: Transform pos: -28.5,55.5 parent: 2 - - uid: 28680 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - uid: 28787 components: - type: Transform @@ -107840,6 +104399,12 @@ entities: - type: Transform pos: -18.5,27.5 parent: 2 + - uid: 30963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 2 - proto: FaxMachineBase entities: - uid: 1019 @@ -107945,13 +104510,6 @@ entities: parent: 2 - type: FaxMachine name: Lawyer - - uid: 19366 - components: - - type: Transform - pos: -59.5,-29.5 - parent: 2 - - type: FaxMachine - name: Food Court - uid: 22265 components: - type: Transform @@ -107973,6 +104531,13 @@ entities: parent: 2 - type: FaxMachine name: Arrivals + - uid: 23769 + components: + - type: Transform + pos: -52.5,-8.5 + parent: 2 + - type: FaxMachine + name: Food Court - uid: 29698 components: - type: Transform @@ -108134,11 +104699,6 @@ entities: - type: Transform pos: -5.5,23.5 parent: 2 - - uid: 19365 - components: - - type: Transform - pos: -55.5,-29.5 - parent: 2 - proto: filingCabinetRandom entities: - uid: 14180 @@ -108305,10 +104865,6 @@ entities: rot: 3.141592653589793 rad pos: -95.5,17.5 parent: 2 - - type: DeviceList - devices: - - 7931 - - 2428 - type: AtmosDevice joinedGrid: 2 - uid: 23668 @@ -108383,7 +104939,6 @@ entities: - 8183 - 7674 - 7682 - - 7690 - 1505 - 27441 - type: AtmosDevice @@ -108586,9 +105141,6 @@ entities: parent: 2 - type: DeviceList devices: - - 7534 - - 7298 - - 3649 - 6945 - 7529 - 7530 @@ -108621,7 +105173,6 @@ entities: - 7190 - 7225 - 7235 - - 7203 - type: AtmosDevice joinedGrid: 2 - uid: 23697 @@ -108725,13 +105276,6 @@ entities: - 9548 - type: AtmosDevice joinedGrid: 2 - - uid: 25238 - components: - - type: Transform - pos: -116.5,11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 27410 components: - type: Transform @@ -108741,12 +105285,9 @@ entities: - type: DeviceList devices: - 1489 - - 1488 - 1441 - 384 - 390 - - 1086 - - 1137 - 1012 - 1080 - 2012 @@ -109112,8 +105653,6 @@ entities: - type: DeviceList devices: - 2648 - - 1086 - - 1137 - type: AtmosDevice joinedGrid: 2 - uid: 28734 @@ -109147,9 +105686,6 @@ entities: parent: 2 - type: DeviceList devices: - - 7534 - - 7298 - - 3649 - 6945 - 7529 - 7530 @@ -109239,10 +105775,6 @@ entities: rot: -1.5707963267948966 rad pos: -93.5,-7.5 parent: 2 - - type: DeviceList - devices: - - 8134 - - 2431 - type: AtmosDevice joinedGrid: 2 - proto: FireAxeCabinetFilled @@ -109348,6 +105880,11 @@ entities: - type: Transform pos: -5.5,-12.5 parent: 2 + - uid: 96 + components: + - type: Transform + pos: -53.5,53.5 + parent: 2 - uid: 101 components: - type: Transform @@ -109410,37 +105947,65 @@ entities: - type: Transform pos: -9.5,1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 260 components: - type: Transform pos: -9.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 + - uid: 300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - 69 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25231 + - 25232 - uid: 345 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 346 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,8.5 parent: 2 - - uid: 384 - components: - - type: Transform - pos: 7.5,3.5 - parent: 2 - - uid: 385 + - type: DeviceNetwork + deviceLists: + - 25275 + - uid: 361 components: - type: Transform - pos: -30.5,2.5 + rot: 3.141592653589793 rad + pos: -68.5,4.5 parent: 2 - - uid: 387 + - uid: 384 components: - type: Transform - pos: -32.5,17.5 + pos: 7.5,3.5 parent: 2 - uid: 390 components: @@ -109459,6 +106024,9 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 443 components: - type: Transform @@ -109548,11 +106116,17 @@ entities: - type: Transform pos: -11.5,-3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 682 components: - type: Transform pos: -10.5,-3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 - uid: 763 components: - type: Transform @@ -109660,14 +106234,6 @@ entities: - type: Transform pos: 32.5,6.5 parent: 2 - - uid: 1086 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28702 - uid: 1097 components: - type: Transform @@ -109679,24 +106245,41 @@ entities: - type: Transform pos: 37.5,17.5 parent: 2 - - uid: 1137 + - uid: 1178 components: - type: Transform - pos: 10.5,-3.5 + rot: -1.5707963267948966 rad + pos: 30.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28702 - - uid: 1159 + - uid: 1207 components: - type: Transform - pos: -37.5,-26.5 + pos: 73.5,36.5 parent: 2 - - uid: 1178 + - uid: 1209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-3.5 + pos: 97.5,34.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: 78.5,48.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 69.5,46.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: 67.5,36.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 63.5,46.5 parent: 2 - uid: 1313 components: @@ -109722,6 +106305,16 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,14.5 parent: 2 + - uid: 1373 + components: + - type: Transform + pos: 64.5,56.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: 68.5,55.5 + parent: 2 - uid: 1395 components: - type: Transform @@ -109733,11 +106326,6 @@ entities: - type: Transform pos: 8.5,8.5 parent: 2 - - uid: 1488 - components: - - type: Transform - pos: 9.5,8.5 - parent: 2 - uid: 1489 components: - type: Transform @@ -110091,18 +106679,6 @@ entities: deviceLists: - 69 - 25244 - - uid: 2428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,10.5 - parent: 2 - - uid: 2431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,6.5 - parent: 2 - uid: 2461 components: - type: Transform @@ -110222,11 +106798,17 @@ entities: - type: Transform pos: -54.5,-9.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 - uid: 3092 components: - type: Transform pos: -53.5,-9.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 - uid: 3172 components: - type: Transform @@ -110294,11 +106876,6 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - uid: 3649 - components: - - type: Transform - pos: -48.5,-26.5 - parent: 2 - uid: 3680 components: - type: Transform @@ -110309,12 +106886,6 @@ entities: - type: Transform pos: -76.5,2.5 parent: 2 - - uid: 3718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,36.5 - parent: 2 - uid: 3724 components: - type: Transform @@ -110328,18 +106899,6 @@ entities: - type: Transform pos: -23.5,38.5 parent: 2 - - uid: 3747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,37.5 - parent: 2 - - uid: 3748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,36.5 - parent: 2 - uid: 3758 components: - type: Transform @@ -110469,11 +107028,17 @@ entities: - type: Transform pos: -78.5,6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 - uid: 4242 components: - type: Transform pos: -77.5,6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 - uid: 4375 components: - type: Transform @@ -110651,12 +107216,6 @@ entities: rot: 3.141592653589793 rad pos: -59.5,-13.5 parent: 2 - - uid: 7203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-31.5 - parent: 2 - uid: 7225 components: - type: Transform @@ -110669,14 +107228,6 @@ entities: rot: 3.141592653589793 rad pos: -57.5,-20.5 parent: 2 - - uid: 7298 - components: - - type: Transform - pos: -45.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - uid: 7416 components: - type: Transform @@ -110698,14 +107249,6 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - uid: 7534 - components: - - type: Transform - pos: -44.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - uid: 7638 components: - type: Transform @@ -110747,15 +107290,6 @@ entities: rot: -1.5707963267948966 rad pos: -72.5,12.5 parent: 2 - - uid: 7690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22 - uid: 7745 components: - type: Transform @@ -110887,93 +107421,61 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - uid: 7931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,10.5 - parent: 2 - - uid: 8134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,6.5 - parent: 2 - uid: 8183 components: - type: Transform pos: -74.5,8.5 parent: 2 - - uid: 8366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,8.5 - parent: 2 - - uid: 8459 - components: - - type: Transform - pos: 30.5,4.5 - parent: 2 - - uid: 8659 + - uid: 8230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,7.5 + pos: 79.5,31.5 parent: 2 - - uid: 8681 + - uid: 8231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,38.5 + pos: 63.5,38.5 parent: 2 - - uid: 8682 + - uid: 8234 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,37.5 + pos: 58.5,40.5 parent: 2 - - uid: 8683 + - uid: 8235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,38.5 + pos: 66.5,65.5 parent: 2 - - uid: 8684 + - uid: 8236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,-19.5 + pos: 57.5,48.5 parent: 2 - - uid: 8685 + - uid: 8237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,-20.5 + pos: 71.5,55.5 parent: 2 - - uid: 8686 + - uid: 8362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,-21.5 + pos: -48.5,-36.5 parent: 2 - - uid: 8687 + - uid: 8459 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-19.5 + pos: 30.5,4.5 parent: 2 - - uid: 8688 + - uid: 8646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-20.5 + pos: -48.5,-35.5 parent: 2 - - uid: 8689 + - uid: 8659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-21.5 + rot: -1.5707963267948966 rad + pos: 39.5,7.5 parent: 2 - uid: 8701 components: @@ -111093,6 +107595,9 @@ entities: - type: Transform pos: 66.5,25.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 23957 - uid: 9548 components: - type: Transform @@ -111111,6 +107616,16 @@ entities: - type: DeviceNetwork deviceLists: - 17901 + - uid: 11389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25331 + - 69 - uid: 11856 components: - type: Transform @@ -111126,11 +107641,60 @@ entities: - type: Transform pos: 38.5,14.5 parent: 2 - - uid: 13586 + - uid: 13368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-24.5 + pos: 92.5,23.5 + parent: 2 + - uid: 13386 + components: + - type: Transform + pos: 67.5,34.5 + parent: 2 + - uid: 13387 + components: + - type: Transform + pos: 81.5,37.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + pos: 91.5,48.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + pos: 78.5,65.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: 71.5,54.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: 73.5,66.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + pos: 94.5,45.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + pos: 91.5,62.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + pos: 93.5,31.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + pos: 83.5,31.5 parent: 2 - uid: 13865 components: @@ -111378,6 +107942,12 @@ entities: - type: DeviceNetwork deviceLists: - 25158 + - uid: 16611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,7.5 + parent: 2 - uid: 16648 components: - type: Transform @@ -111441,25 +108011,22 @@ entities: - type: Transform pos: 12.5,65.5 parent: 2 - - uid: 19812 - components: - - type: Transform - pos: -39.5,-26.5 - parent: 2 - uid: 20930 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,4.5 parent: 2 - - uid: 22793 + - uid: 21910 components: - type: Transform - pos: -34.5,7.5 + pos: -14.5,4.5 + parent: 2 + - uid: 22460 + components: + - type: Transform + pos: -90.5,-4.5 parent: 2 - - type: Door - secondsUntilStateChange: -66282.734 - state: Closing - uid: 23234 components: - type: Transform @@ -111484,6 +108051,16 @@ entities: - type: DeviceNetwork deviceLists: - 1690 + - uid: 23460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25331 + - 69 - uid: 24108 components: - type: Transform @@ -111616,18 +108193,46 @@ entities: pos: -34.5,-36.5 parent: 2 - type: Door - secondsUntilStateChange: -130495.52 - - uid: 25327 + secondsUntilStateChange: -152841.45 + - uid: 26372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-36.5 + rot: 1.5707963267948966 rad + pos: -90.5,22.5 parent: 2 - - uid: 25328 + - type: DeviceNetwork + deviceLists: + - 25231 + - 25232 + - uid: 26376 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,-35.5 + pos: -74.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - uid: 26679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 2 + - uid: 26711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - 69 + - uid: 26753 + components: + - type: Transform + pos: -90.5,-5.5 parent: 2 - uid: 27441 components: @@ -111842,26 +108447,12 @@ entities: rot: 3.141592653589793 rad pos: -47.5,70.5 parent: 2 - - uid: 31429 - components: - - type: Transform - pos: -60.5,56.5 - parent: 2 - uid: 34663 components: - type: Transform rot: 3.141592653589793 rad pos: 71.5,-6.5 parent: 2 - - uid: 36459 - components: - - type: Transform - pos: 32.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1655 - - 25293 - proto: Fireplace entities: - uid: 615 @@ -111899,11 +108490,6 @@ entities: - type: Transform pos: -4.5,61.5 parent: 2 - - uid: 23468 - components: - - type: Transform - pos: -103.5,-24.5 - parent: 2 - proto: Flare entities: - uid: 30053 @@ -112094,6 +108680,14 @@ entities: parent: 2 - proto: FloorDrain entities: + - uid: 324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-30.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 1021 components: - type: Transform @@ -112173,14 +108767,6 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 4495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,17.5 - parent: 2 - - type: Fixtures - fixtures: {} - uid: 5722 components: - type: Transform @@ -112195,43 +108781,41 @@ entities: parent: 2 - type: Fixtures fixtures: {} - - uid: 7502 + - uid: 7598 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,-8.5 + pos: -55.5,-17.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 7503 + - uid: 7599 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,-8.5 + pos: -56.5,-24.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 7598 + - uid: 8352 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-17.5 + rot: -1.5707963267948966 rad + pos: -67.5,0.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 7599 + - uid: 11476 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-24.5 + pos: -21.5,-1.5 parent: 2 - type: Fixtures fixtures: {} - - uid: 7600 + - uid: 11477 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-29.5 + pos: -27.5,-1.5 parent: 2 - type: Fixtures fixtures: {} @@ -112290,84 +108874,158 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 20927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,6.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 23463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-30.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 28666 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} - proto: FloorWaterEntity entities: + - uid: 4141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,25.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,24.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,28.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,28.5 + parent: 2 - uid: 6265 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,20.5 parent: 2 - - uid: 7660 + - uid: 7210 components: - type: Transform - pos: -70.5,7.5 + pos: -104.5,7.5 parent: 2 - - uid: 7661 + - uid: 7219 components: - type: Transform - rot: 3.141592653589793 rad pos: -104.5,4.5 parent: 2 - - uid: 7672 + - uid: 7255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,10.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,11.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,8.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + pos: -104.5,13.5 + parent: 2 + - uid: 7341 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,12.5 + pos: -80.5,28.5 parent: 2 - - uid: 7769 + - uid: 7372 components: - type: Transform rot: 3.141592653589793 rad - pos: -105.5,6.5 + pos: -82.5,28.5 parent: 2 - - uid: 7773 + - uid: 7374 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,13.5 + pos: -89.5,28.5 parent: 2 - - uid: 7775 + - uid: 7459 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,4.5 + pos: -87.5,28.5 parent: 2 - - uid: 7777 + - uid: 7660 + components: + - type: Transform + pos: -70.5,7.5 + parent: 2 + - uid: 7672 components: - type: Transform rot: 3.141592653589793 rad - pos: -104.5,11.5 + pos: -103.5,12.5 parent: 2 - - uid: 7779 + - uid: 7769 components: - type: Transform rot: 3.141592653589793 rad - pos: -101.5,12.5 + pos: -105.5,6.5 parent: 2 - - uid: 7781 + - uid: 7773 components: - type: Transform rot: 3.141592653589793 rad - pos: -104.5,5.5 + pos: -102.5,13.5 parent: 2 - - uid: 7783 + - uid: 7775 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,11.5 + pos: -103.5,4.5 parent: 2 - - uid: 7785 + - uid: 7779 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,12.5 + pos: -101.5,12.5 parent: 2 - - uid: 8006 + - uid: 7785 components: - type: Transform rot: 3.141592653589793 rad - pos: -104.5,6.5 + pos: -102.5,12.5 parent: 2 - uid: 8480 components: @@ -112384,12 +109042,6 @@ entities: - type: Transform pos: -107.5,6.5 parent: 2 - - uid: 8485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,8.5 - parent: 2 - uid: 8486 components: - type: Transform @@ -112410,11 +109062,6 @@ entities: - type: Transform pos: -105.5,3.5 parent: 2 - - uid: 8490 - components: - - type: Transform - pos: -104.5,3.5 - parent: 2 - uid: 8491 components: - type: Transform @@ -112450,54 +109097,17 @@ entities: - type: Transform pos: -101.5,13.5 parent: 2 - - uid: 8498 - components: - - type: Transform - pos: -100.5,14.5 - parent: 2 - - uid: 8499 - components: - - type: Transform - pos: -104.5,13.5 - parent: 2 - - uid: 8500 - components: - - type: Transform - pos: -104.5,12.5 - parent: 2 - uid: 8501 components: - type: Transform pos: -105.5,13.5 parent: 2 - - uid: 8502 - components: - - type: Transform - pos: -104.5,10.5 - parent: 2 - - uid: 8503 - components: - - type: Transform - pos: -104.5,9.5 - parent: 2 - uid: 8504 components: - type: Transform rot: 3.141592653589793 rad pos: -105.5,7.5 parent: 2 - - uid: 8505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,7.5 - parent: 2 - - uid: 8506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,8.5 - parent: 2 - uid: 8507 components: - type: Transform @@ -112508,21 +109118,11 @@ entities: - type: Transform pos: -103.5,9.5 parent: 2 - - uid: 8510 - components: - - type: Transform - pos: -103.5,10.5 - parent: 2 - uid: 8512 components: - type: Transform pos: -86.5,29.5 parent: 2 - - uid: 8513 - components: - - type: Transform - pos: -86.5,28.5 - parent: 2 - uid: 8514 components: - type: Transform @@ -112548,11 +109148,6 @@ entities: - type: Transform pos: -85.5,29.5 parent: 2 - - uid: 8519 - components: - - type: Transform - pos: -85.5,28.5 - parent: 2 - uid: 8520 components: - type: Transform @@ -112573,46 +109168,11 @@ entities: - type: Transform pos: -85.5,24.5 parent: 2 - - uid: 8525 - components: - - type: Transform - pos: -84.5,29.5 - parent: 2 - - uid: 8526 - components: - - type: Transform - pos: -84.5,28.5 - parent: 2 - - uid: 8527 - components: - - type: Transform - pos: -84.5,27.5 - parent: 2 - - uid: 8528 - components: - - type: Transform - pos: -84.5,26.5 - parent: 2 - - uid: 8529 - components: - - type: Transform - pos: -84.5,25.5 - parent: 2 - - uid: 8530 - components: - - type: Transform - pos: -84.5,24.5 - parent: 2 - uid: 8532 components: - type: Transform pos: -83.5,29.5 parent: 2 - - uid: 8533 - components: - - type: Transform - pos: -83.5,28.5 - parent: 2 - uid: 8534 components: - type: Transform @@ -112643,11 +109203,6 @@ entities: - type: Transform pos: -82.5,29.5 parent: 2 - - uid: 8541 - components: - - type: Transform - pos: -82.5,28.5 - parent: 2 - uid: 8542 components: - type: Transform @@ -112678,11 +109233,6 @@ entities: - type: Transform pos: -81.5,29.5 parent: 2 - - uid: 8548 - components: - - type: Transform - pos: -81.5,28.5 - parent: 2 - uid: 8549 components: - type: Transform @@ -112713,11 +109263,6 @@ entities: - type: Transform pos: -80.5,29.5 parent: 2 - - uid: 8555 - components: - - type: Transform - pos: -80.5,28.5 - parent: 2 - uid: 8556 components: - type: Transform @@ -112743,11 +109288,6 @@ entities: - type: Transform pos: -79.5,29.5 parent: 2 - - uid: 8561 - components: - - type: Transform - pos: -79.5,28.5 - parent: 2 - uid: 8562 components: - type: Transform @@ -112798,11 +109338,6 @@ entities: - type: Transform pos: -87.5,29.5 parent: 2 - - uid: 8572 - components: - - type: Transform - pos: -87.5,28.5 - parent: 2 - uid: 8573 components: - type: Transform @@ -112818,21 +109353,11 @@ entities: - type: Transform pos: -87.5,25.5 parent: 2 - - uid: 8576 - components: - - type: Transform - pos: -87.5,24.5 - parent: 2 - uid: 8577 components: - type: Transform pos: -88.5,30.5 parent: 2 - - uid: 8578 - components: - - type: Transform - pos: -90.5,26.5 - parent: 2 - uid: 8579 components: - type: Transform @@ -112843,88 +109368,134 @@ entities: - type: Transform pos: -88.5,25.5 parent: 2 - - uid: 8581 + - uid: 8584 components: - type: Transform - pos: -89.5,25.5 + pos: -88.5,29.5 parent: 2 - - uid: 8582 + - uid: 8586 components: - type: Transform - pos: -89.5,24.5 + pos: -89.5,26.5 parent: 2 - - uid: 8584 + - uid: 8588 components: - type: Transform - pos: -88.5,29.5 + pos: -88.5,27.5 parent: 2 - - uid: 8585 + - uid: 8589 components: - type: Transform - pos: -90.5,25.5 + pos: -88.5,26.5 parent: 2 - - uid: 8586 + - uid: 8591 components: - type: Transform - pos: -89.5,26.5 + pos: -89.5,27.5 parent: 2 - - uid: 8587 + - uid: 8594 components: - type: Transform - pos: -88.5,28.5 + pos: -90.5,27.5 parent: 2 - - uid: 8588 + - uid: 8595 components: - type: Transform - pos: -88.5,27.5 + rot: 3.141592653589793 rad + pos: -103.5,6.5 parent: 2 - - uid: 8589 + - uid: 8596 components: - type: Transform - pos: -88.5,26.5 + rot: 3.141592653589793 rad + pos: -103.5,5.5 parent: 2 - - uid: 8590 + - uid: 8616 components: - type: Transform - pos: -90.5,24.5 + rot: 3.141592653589793 rad + pos: -106.5,5.5 parent: 2 - - uid: 8591 + - uid: 11404 components: - type: Transform - pos: -89.5,27.5 + rot: -1.5707963267948966 rad + pos: -103.5,11.5 parent: 2 - - uid: 8592 + - uid: 11405 components: - type: Transform - pos: -88.5,24.5 + pos: -104.5,3.5 parent: 2 - - uid: 8593 + - uid: 11406 components: - type: Transform - pos: -89.5,28.5 + rot: -1.5707963267948966 rad + pos: -104.5,9.5 parent: 2 - - uid: 8594 + - uid: 11409 components: - type: Transform - pos: -90.5,27.5 + pos: -104.5,5.5 parent: 2 - - uid: 8595 + - uid: 11411 + components: + - type: Transform + pos: -104.5,12.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,8.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,10.5 + parent: 2 + - uid: 11453 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,6.5 + pos: -86.5,28.5 parent: 2 - - uid: 8596 + - uid: 11454 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,5.5 + pos: -84.5,27.5 parent: 2 - - uid: 8616 + - uid: 11455 components: - type: Transform rot: 3.141592653589793 rad - pos: -106.5,5.5 + pos: -84.5,26.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,28.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,28.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,28.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,28.5 parent: 2 - uid: 15205 components: @@ -112936,6 +109507,11 @@ entities: - type: Transform pos: -69.5,7.5 parent: 2 + - uid: 22044 + components: + - type: Transform + pos: -104.5,6.5 + parent: 2 - uid: 23376 components: - type: Transform @@ -113046,6 +109622,11 @@ entities: - type: Transform pos: -105.901375,10.962385 parent: 2 + - uid: 27516 + components: + - type: Transform + pos: 71.611465,20.728672 + parent: 2 - uid: 30378 components: - type: Transform @@ -113072,11 +109653,6 @@ entities: - type: Transform pos: 61.10234,8.346388 parent: 2 - - uid: 30636 - components: - - type: Transform - pos: 75.664276,21.318508 - parent: 2 - uid: 30645 components: - type: Transform @@ -113116,11 +109692,6 @@ entities: - type: Transform pos: -0.28809094,37.357113 parent: 2 - - uid: 30637 - components: - - type: Transform - pos: 75.70352,15.591946 - parent: 2 - uid: 30639 components: - type: Transform @@ -113206,11 +109777,6 @@ entities: - type: Transform pos: 57.472458,-1.0047805 parent: 2 - - uid: 8460 - components: - - type: Transform - pos: -101.213875,11.431135 - parent: 2 - uid: 30622 components: - type: Transform @@ -113249,6 +109815,11 @@ entities: - type: Transform pos: -43.417057,-4.481603 parent: 2 + - uid: 11410 + components: + - type: Transform + pos: -100.976654,11.765398 + parent: 2 - uid: 30375 components: - type: Transform @@ -113325,6 +109896,13 @@ entities: - type: Transform pos: 84.83423,62.448936 parent: 2 +- proto: FoodBakedBunHotX + entities: + - uid: 7723 + components: + - type: Transform + pos: 65.74038,27.480778 + parent: 2 - proto: FoodBakedCannabisBrownie entities: - uid: 23014 @@ -113404,22 +109982,32 @@ entities: - type: Transform pos: -50.57446,20.484001 parent: 2 + - uid: 11522 + components: + - type: Transform + pos: -29.27353,7.696652 + parent: 2 + - uid: 16539 + components: + - type: Transform + pos: -29.496185,7.837277 + parent: 2 - proto: FoodBakedCookieOatmeal entities: - uid: 6897 components: - type: Transform - pos: 70.30706,17.0481 + pos: 66.68641,16.634327 parent: 2 - uid: 6898 components: - type: Transform - pos: 70.635185,16.930912 + pos: 66.264534,16.739796 parent: 2 - uid: 6899 components: - type: Transform - pos: 70.48284,16.813725 + pos: 66.545784,16.903858 parent: 2 - proto: FoodBakedCookieSugar entities: @@ -113521,20 +110109,6 @@ entities: - type: Transform pos: -74.52928,-3.5821853 parent: 2 -- proto: FoodBurgerMcguffin - entities: - - uid: 7617 - components: - - type: Transform - pos: -47.488037,-28.222052 - parent: 2 -- proto: FoodBurgerPlain - entities: - - uid: 7572 - components: - - type: Transform - pos: -47.47257,-29.224491 - parent: 2 - proto: FoodBurgerRobot entities: - uid: 6182 @@ -113690,30 +110264,26 @@ entities: parent: 2 - proto: FoodLollipop entities: - - uid: 23256 - components: - - type: Transform - pos: -23.110956,-0.30177224 - parent: 2 - - uid: 23257 + - uid: 11521 components: - type: Transform - pos: -23.298456,-0.24317849 + pos: -19.289154,7.743527 parent: 2 - - uid: 23258 + - uid: 16547 components: - type: Transform - pos: -28.817987,5.545884 + rot: 1.5707963267948966 rad + pos: -27.269623,7.684933 parent: 2 - - uid: 23259 + - uid: 18952 components: - type: Transform - pos: -17.415644,5.745103 + pos: 13.4423275,-11.229972 parent: 2 - - uid: 23260 + - uid: 22073 components: - type: Transform - pos: -16.79455,-0.51270974 + pos: 7.214395,-11.328008 parent: 2 - uid: 23261 components: @@ -113807,13 +110377,6 @@ entities: - type: Transform pos: 49.742733,33.688232 parent: 2 -- proto: FoodMealFries - entities: - - uid: 7602 - components: - - type: Transform - pos: -47.22257,-29.505741 - parent: 2 - proto: FoodMealPigblanket entities: - uid: 33594 @@ -113828,13 +110391,6 @@ entities: - type: Transform pos: 12.836538,48.250267 parent: 2 -- proto: FoodMealSoftTaco - entities: - - uid: 35766 - components: - - type: Transform - pos: -103.335434,-25.252306 - parent: 2 - proto: FoodMeatCooked entities: - uid: 14266 @@ -113953,7 +110509,7 @@ entities: - uid: 6896 components: - type: Transform - pos: 70.51599,17.02893 + pos: 66.47547,16.915577 parent: 2 - uid: 7093 components: @@ -113970,6 +110526,11 @@ entities: - type: Transform pos: 12.445913,47.984642 parent: 2 + - uid: 16537 + components: + - type: Transform + pos: -29.343842,8.001339 + parent: 2 - uid: 27943 components: - type: Transform @@ -114060,29 +110621,42 @@ entities: - type: Transform pos: 94.96543,49.342804 parent: 2 -- proto: FoodPotato +- proto: FoodPSB entities: - - uid: 7614 + - uid: 17113 components: - type: Transform - pos: -43.63257,-27.261482 + pos: -25.570404,7.6732144 parent: 2 - - uid: 7615 + - uid: 18124 components: - type: Transform - pos: -43.32788,-27.448982 + pos: -23.36728,7.6146207 parent: 2 -- proto: FoodPSBBarMeat - entities: - - uid: 9276 + - uid: 18173 components: - type: Transform - pos: -119.44275,10.596216 + pos: -21.539154,7.7669644 parent: 2 - - uid: 15658 + - uid: 19953 + components: + - type: Transform + pos: -29.390717,7.591183 + parent: 2 + - uid: 19955 + components: + - type: Transform + pos: -17.203217,7.4857144 + parent: 2 + - uid: 19987 + components: + - type: Transform + pos: -19.60556,7.790402 + parent: 2 + - uid: 19988 components: - type: Transform - pos: -119.56775,10.705591 + pos: -27.421967,7.509152 parent: 2 - proto: FoodSaladCaesar entities: @@ -114107,11 +110681,6 @@ entities: parent: 2 - proto: FoodSnackChips entities: - - uid: 23228 - components: - - type: Transform - pos: -62.191875,36.691406 - parent: 2 - uid: 30235 components: - type: Transform @@ -114129,7 +110698,7 @@ entities: - uid: 4583 components: - type: Transform - pos: 65.46446,24.74664 + pos: 63.83963,24.614466 parent: 2 - uid: 7542 components: @@ -114279,11 +110848,6 @@ entities: - type: Transform pos: 34.648033,47.247894 parent: 2 - - uid: 23710 - components: - - type: Transform - pos: -58.834206,61.784695 - parent: 2 - uid: 28004 components: - type: Transform @@ -114314,7 +110878,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2121 components: - type: Transform @@ -114324,7 +110888,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9180 components: - type: Transform @@ -114382,7 +110946,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - proto: GasMinerCarbonDioxide entities: - uid: 9349 @@ -114432,7 +110996,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5980 components: - type: Transform @@ -114442,7 +111006,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6001 components: - type: Transform @@ -114570,7 +111134,7 @@ entities: - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPassiveVent entities: - uid: 5652 @@ -114653,7 +111217,15 @@ entities: pos: -32.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 4859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4923 components: - type: Transform @@ -114667,7 +111239,7 @@ entities: pos: -46.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5087 components: - type: Transform @@ -114679,7 +111251,7 @@ entities: pos: -43.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6329 components: - type: Transform @@ -114687,7 +111259,7 @@ entities: pos: -17.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6943 components: - type: Transform @@ -114748,7 +111320,7 @@ entities: pos: -35.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10213 components: - type: Transform @@ -114756,7 +111328,7 @@ entities: pos: -35.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 11022 components: - type: Transform @@ -114764,7 +111336,15 @@ entities: pos: -72.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 11529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 16595 components: - type: Transform @@ -114772,14 +111352,38 @@ entities: pos: -38.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18362 components: - type: Transform pos: 7.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 18781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19598 components: - type: Transform @@ -114787,7 +111391,7 @@ entities: pos: -39.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19765 components: - type: Transform @@ -114795,14 +111399,44 @@ entities: pos: -42.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 19961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19980 + components: + - type: Transform + pos: -85.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 20400 components: - type: Transform pos: -72.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 22162 + components: + - type: Transform + pos: -83.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23908 components: - type: Transform @@ -114810,7 +111444,7 @@ entities: pos: -42.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23917 components: - type: Transform @@ -114818,7 +111452,7 @@ entities: pos: -43.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24278 components: - type: Transform @@ -114826,7 +111460,7 @@ entities: pos: 49.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24299 components: - type: Transform @@ -114834,7 +111468,7 @@ entities: pos: -43.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24300 components: - type: Transform @@ -114842,7 +111476,7 @@ entities: pos: -44.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24302 components: - type: Transform @@ -114850,7 +111484,7 @@ entities: pos: -45.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24303 components: - type: Transform @@ -114858,7 +111492,7 @@ entities: pos: -45.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24304 components: - type: Transform @@ -114866,7 +111500,7 @@ entities: pos: -43.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24305 components: - type: Transform @@ -114874,7 +111508,7 @@ entities: pos: -40.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24306 components: - type: Transform @@ -114882,7 +111516,7 @@ entities: pos: -40.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24307 components: - type: Transform @@ -114890,7 +111524,7 @@ entities: pos: -37.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24312 components: - type: Transform @@ -114898,7 +111532,7 @@ entities: pos: -39.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24313 components: - type: Transform @@ -114906,7 +111540,7 @@ entities: pos: -36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24314 components: - type: Transform @@ -114914,7 +111548,7 @@ entities: pos: 49.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24320 components: - type: Transform @@ -114922,14 +111556,14 @@ entities: pos: -36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24321 components: - type: Transform pos: -9.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24322 components: - type: Transform @@ -114937,7 +111571,7 @@ entities: pos: -9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24324 components: - type: Transform @@ -114945,7 +111579,7 @@ entities: pos: 0.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24325 components: - type: Transform @@ -114953,7 +111587,7 @@ entities: pos: -0.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24413 components: - type: Transform @@ -114961,7 +111595,7 @@ entities: pos: -39.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24458 components: - type: Transform @@ -114969,14 +111603,14 @@ entities: pos: -0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24459 components: - type: Transform pos: 0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24494 components: - type: Transform @@ -114984,7 +111618,7 @@ entities: pos: -46.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24495 components: - type: Transform @@ -114992,7 +111626,7 @@ entities: pos: -45.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24496 components: - type: Transform @@ -115000,7 +111634,7 @@ entities: pos: -44.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24497 components: - type: Transform @@ -115008,7 +111642,7 @@ entities: pos: -43.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24498 components: - type: Transform @@ -115016,7 +111650,7 @@ entities: pos: -45.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24499 components: - type: Transform @@ -115024,7 +111658,7 @@ entities: pos: -44.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24500 components: - type: Transform @@ -115032,7 +111666,7 @@ entities: pos: -43.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24501 components: - type: Transform @@ -115040,7 +111674,7 @@ entities: pos: -42.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24502 components: - type: Transform @@ -115048,7 +111682,7 @@ entities: pos: -41.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24503 components: - type: Transform @@ -115056,77 +111690,77 @@ entities: pos: -40.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24504 components: - type: Transform pos: -39.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24505 components: - type: Transform pos: -40.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24506 components: - type: Transform pos: -41.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24508 components: - type: Transform pos: -43.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24509 components: - type: Transform pos: -44.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24510 components: - type: Transform pos: -46.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24511 components: - type: Transform pos: -45.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24512 components: - type: Transform pos: -44.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24513 components: - type: Transform pos: -43.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24514 components: - type: Transform pos: -42.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24592 components: - type: Transform @@ -115134,7 +111768,7 @@ entities: pos: 49.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24593 components: - type: Transform @@ -115142,7 +111776,7 @@ entities: pos: 48.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24594 components: - type: Transform @@ -115150,7 +111784,7 @@ entities: pos: 47.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24597 components: - type: Transform @@ -115158,7 +111792,7 @@ entities: pos: 51.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24598 components: - type: Transform @@ -115166,7 +111800,7 @@ entities: pos: 50.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24599 components: - type: Transform @@ -115174,7 +111808,7 @@ entities: pos: 48.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24601 components: - type: Transform @@ -115182,7 +111816,7 @@ entities: pos: 47.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24603 components: - type: Transform @@ -115190,7 +111824,7 @@ entities: pos: 48.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24604 components: - type: Transform @@ -115198,7 +111832,7 @@ entities: pos: 50.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24621 components: - type: Transform @@ -115206,7 +111840,7 @@ entities: pos: 46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24622 components: - type: Transform @@ -115214,7 +111848,7 @@ entities: pos: 47.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24623 components: - type: Transform @@ -115222,14 +111856,14 @@ entities: pos: 48.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24638 components: - type: Transform pos: 51.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24639 components: - type: Transform @@ -115237,7 +111871,7 @@ entities: pos: 50.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24640 components: - type: Transform @@ -115245,7 +111879,7 @@ entities: pos: 48.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24641 components: - type: Transform @@ -115253,7 +111887,7 @@ entities: pos: 39.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24642 components: - type: Transform @@ -115261,28 +111895,28 @@ entities: pos: 38.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24643 components: - type: Transform pos: 39.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24644 components: - type: Transform pos: 38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24645 components: - type: Transform pos: 38.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24646 components: - type: Transform @@ -115290,7 +111924,7 @@ entities: pos: 38.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24919 components: - type: Transform @@ -115298,7 +111932,7 @@ entities: pos: -10.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25026 components: - type: Transform @@ -115306,7 +111940,7 @@ entities: pos: -10.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25027 components: - type: Transform @@ -115314,7 +111948,7 @@ entities: pos: -10.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25377 components: - type: Transform @@ -115322,7 +111956,7 @@ entities: pos: 29.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25378 components: - type: Transform @@ -115330,14 +111964,14 @@ entities: pos: 27.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25434 components: - type: Transform pos: 40.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25435 components: - type: Transform @@ -115345,14 +111979,14 @@ entities: pos: 39.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25466 components: - type: Transform pos: 43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25483 components: - type: Transform @@ -115360,7 +111994,7 @@ entities: pos: 34.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25486 components: - type: Transform @@ -115368,7 +112002,7 @@ entities: pos: 35.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25624 components: - type: Transform @@ -115376,21 +112010,21 @@ entities: pos: 32.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25627 components: - type: Transform pos: 34.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25628 components: - type: Transform pos: 35.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25629 components: - type: Transform @@ -115398,7 +112032,7 @@ entities: pos: 35.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25630 components: - type: Transform @@ -115406,7 +112040,7 @@ entities: pos: 34.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25671 components: - type: Transform @@ -115414,7 +112048,7 @@ entities: pos: 54.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25673 components: - type: Transform @@ -115422,7 +112056,7 @@ entities: pos: 53.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25674 components: - type: Transform @@ -115430,7 +112064,7 @@ entities: pos: 54.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25675 components: - type: Transform @@ -115438,7 +112072,7 @@ entities: pos: 55.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25676 components: - type: Transform @@ -115446,7 +112080,7 @@ entities: pos: 56.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25677 components: - type: Transform @@ -115454,7 +112088,7 @@ entities: pos: 55.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25678 components: - type: Transform @@ -115462,14 +112096,14 @@ entities: pos: 56.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25731 components: - type: Transform pos: 7.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25732 components: - type: Transform @@ -115477,7 +112111,7 @@ entities: pos: 7.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25734 components: - type: Transform @@ -115485,7 +112119,7 @@ entities: pos: 7.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25736 components: - type: Transform @@ -115493,7 +112127,7 @@ entities: pos: 19.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25737 components: - type: Transform @@ -115501,7 +112135,7 @@ entities: pos: 17.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25796 components: - type: Transform @@ -115509,7 +112143,7 @@ entities: pos: 9.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25820 components: - type: Transform @@ -115517,21 +112151,21 @@ entities: pos: 9.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25822 components: - type: Transform pos: 9.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25823 components: - type: Transform pos: 10.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25824 components: - type: Transform @@ -115539,7 +112173,7 @@ entities: pos: 6.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25825 components: - type: Transform @@ -115547,7 +112181,7 @@ entities: pos: 7.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25905 components: - type: Transform @@ -115555,7 +112189,7 @@ entities: pos: -12.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25906 components: - type: Transform @@ -115563,7 +112197,7 @@ entities: pos: -13.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25907 components: - type: Transform @@ -115571,14 +112205,14 @@ entities: pos: -14.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25925 components: - type: Transform pos: -13.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26011 components: - type: Transform @@ -115586,7 +112220,7 @@ entities: pos: -32.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26012 components: - type: Transform @@ -115594,7 +112228,7 @@ entities: pos: -33.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26062 components: - type: Transform @@ -115602,14 +112236,14 @@ entities: pos: -30.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26063 components: - type: Transform pos: -30.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26070 components: - type: Transform @@ -115617,28 +112251,28 @@ entities: pos: -35.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26098 components: - type: Transform pos: -6.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26111 components: - type: Transform pos: -7.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26119 components: - type: Transform pos: -4.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26120 components: - type: Transform @@ -115646,7 +112280,7 @@ entities: pos: -5.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26134 components: - type: Transform @@ -115654,7 +112288,7 @@ entities: pos: 25.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26135 components: - type: Transform @@ -115662,7 +112296,7 @@ entities: pos: 29.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26236 components: - type: Transform @@ -115670,7 +112304,7 @@ entities: pos: 9.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26307 components: - type: Transform @@ -115678,7 +112312,7 @@ entities: pos: -61.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26356 components: - type: Transform @@ -115686,308 +112320,7 @@ entities: pos: -2.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26430 - components: - - type: Transform - pos: -73.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26431 - components: - - type: Transform - pos: -71.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -112.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26713 - components: - - type: Transform - pos: -91.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26718 - components: - - type: Transform - pos: -92.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26719 - components: - - type: Transform - pos: -93.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26720 - components: - - type: Transform - pos: -94.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26721 - components: - - type: Transform - pos: -90.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26722 - components: - - type: Transform - pos: -91.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26723 - components: - - type: Transform - pos: -92.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26724 - components: - - type: Transform - pos: -93.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26739 - components: - - type: Transform - pos: -94.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -93.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -93.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' - uid: 26780 components: - type: Transform @@ -115995,14 +112328,14 @@ entities: pos: -94.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26863 components: - type: Transform pos: 0.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26864 components: - type: Transform @@ -116010,7 +112343,7 @@ entities: pos: 2.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26923 components: - type: Transform @@ -116018,7 +112351,7 @@ entities: pos: -60.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26933 components: - type: Transform @@ -116026,7 +112359,7 @@ entities: pos: -58.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26936 components: - type: Transform @@ -116034,7 +112367,7 @@ entities: pos: -60.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26985 components: - type: Transform @@ -116042,7 +112375,7 @@ entities: pos: -54.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26986 components: - type: Transform @@ -116050,7 +112383,7 @@ entities: pos: -53.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27036 components: - type: Transform @@ -116058,7 +112391,7 @@ entities: pos: -58.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27037 components: - type: Transform @@ -116066,21 +112399,21 @@ entities: pos: -59.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27048 components: - type: Transform pos: -53.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27049 components: - type: Transform pos: -52.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27057 components: - type: Transform @@ -116088,7 +112421,7 @@ entities: pos: -53.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27147 components: - type: Transform @@ -116108,7 +112441,7 @@ entities: pos: -32.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27179 components: - type: Transform @@ -116116,7 +112449,7 @@ entities: pos: -32.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27180 components: - type: Transform @@ -116124,7 +112457,7 @@ entities: pos: -34.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27267 components: - type: Transform @@ -116132,7 +112465,7 @@ entities: pos: -20.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27278 components: - type: Transform @@ -116140,7 +112473,7 @@ entities: pos: -22.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27320 components: - type: Transform @@ -116187,7 +112520,7 @@ entities: pos: 19.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27343 components: - type: Transform @@ -116210,7 +112543,7 @@ entities: pos: 17.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27371 components: - type: Transform @@ -116218,7 +112551,7 @@ entities: pos: 35.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27384 components: - type: Transform @@ -116226,14 +112559,14 @@ entities: pos: 29.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27420 components: - type: Transform pos: 34.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27555 components: - type: Transform @@ -116241,7 +112574,7 @@ entities: pos: 34.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27556 components: - type: Transform @@ -116249,7 +112582,7 @@ entities: pos: 36.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 27737 components: - type: Transform @@ -116257,7 +112590,7 @@ entities: pos: 76.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 27738 components: - type: Transform @@ -116265,21 +112598,14 @@ entities: pos: 77.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27813 - components: - - type: Transform - pos: 73.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 28188 components: - type: Transform pos: -19.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28189 components: - type: Transform @@ -116287,7 +112613,7 @@ entities: pos: -21.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28190 components: - type: Transform @@ -116295,14 +112621,14 @@ entities: pos: -19.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 28191 components: - type: Transform pos: -18.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 28192 components: - type: Transform @@ -116310,14 +112636,14 @@ entities: pos: -20.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28193 components: - type: Transform pos: -20.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28278 components: - type: Transform @@ -116325,7 +112651,7 @@ entities: pos: -9.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 28297 components: - type: Transform @@ -116333,7 +112659,7 @@ entities: pos: -9.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 28305 components: - type: Transform @@ -116341,7 +112667,7 @@ entities: pos: -10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28564 components: - type: Transform @@ -116349,7 +112675,7 @@ entities: pos: 7.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28706 components: - type: Transform @@ -116357,7 +112683,7 @@ entities: pos: 31.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 28775 components: - type: Transform @@ -116365,7 +112691,7 @@ entities: pos: -28.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 28828 components: - type: Transform @@ -116384,21 +112710,21 @@ entities: pos: -37.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 30517 components: - type: Transform pos: -32.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 30518 components: - type: Transform pos: -33.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 30525 components: - type: Transform @@ -116406,7 +112732,7 @@ entities: pos: -33.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 30768 components: - type: Transform @@ -116414,7 +112740,7 @@ entities: pos: -64.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 31753 components: - type: Transform @@ -116422,7 +112748,7 @@ entities: pos: -19.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31754 components: - type: Transform @@ -116430,7 +112756,7 @@ entities: pos: -18.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 31755 components: - type: Transform @@ -116438,7 +112764,7 @@ entities: pos: -50.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 31756 components: - type: Transform @@ -116446,7 +112772,7 @@ entities: pos: -48.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 34679 components: - type: Transform @@ -116454,7 +112780,7 @@ entities: pos: 69.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 36073 components: - type: Transform @@ -116462,366 +112788,268 @@ entities: pos: -29.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPipeFourway entities: - - uid: 2092 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2094 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2133 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2135 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2705 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2790 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 6380 components: - type: Transform pos: -26.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6517 components: - type: Transform pos: -28.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 15633 components: - type: Transform pos: 31.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18217 components: - type: Transform pos: 0.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19939 components: - type: Transform pos: -53.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23948 components: - type: Transform pos: -71.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23953 components: - type: Transform pos: -83.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23957 - components: - - type: Transform - pos: -90.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24018 - components: - - type: Transform - pos: -91.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 24026 components: - type: Transform pos: -85.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24047 components: - type: Transform pos: -73.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24074 components: - type: Transform pos: 19.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24323 components: - type: Transform pos: -0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24547 - components: - - type: Transform - pos: -15.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24554 - components: - - type: Transform - pos: -20.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24556 - components: - - type: Transform - pos: -26.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24557 - components: - - type: Transform - pos: -14.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24582 - components: - - type: Transform - pos: -27.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24697 components: - type: Transform pos: 30.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24720 components: - type: Transform pos: 2.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24731 components: - type: Transform pos: 0.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24737 components: - type: Transform pos: 31.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24754 components: - type: Transform pos: -53.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24853 components: - type: Transform pos: 0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24869 components: - type: Transform pos: 2.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24909 components: - type: Transform pos: -11.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24927 components: - type: Transform pos: -10.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25042 components: - type: Transform pos: 8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25043 components: - type: Transform pos: 10.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25437 components: - type: Transform pos: 39.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25571 components: - type: Transform pos: -55.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25744 components: - type: Transform pos: 19.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25761 components: - type: Transform pos: 17.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26060 components: - type: Transform pos: -24.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26069 components: - type: Transform pos: -13.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26833 components: - type: Transform pos: -27.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26848 components: - type: Transform pos: -32.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26851 components: - type: Transform pos: 36.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26852 components: - type: Transform pos: 34.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26857 components: - type: Transform pos: 25.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26859 components: - type: Transform pos: 13.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26860 components: - type: Transform pos: 15.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26980 components: - type: Transform pos: -59.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26981 components: - type: Transform pos: -58.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27203 - components: - - type: Transform - pos: -21.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 27330 components: - type: Transform @@ -116836,6 +113064,14 @@ entities: parent: 2 - proto: GasPipeStraight entities: + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 404 components: - type: Transform @@ -116843,7 +113079,15 @@ entities: pos: -34.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 584 components: - type: Transform @@ -116851,7 +113095,7 @@ entities: pos: -28.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 604 components: - type: Transform @@ -116859,38 +113103,22 @@ entities: pos: -28.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 1109 components: - type: Transform pos: -21.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1224 + color: '#0055CCFF' + - uid: 1252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-4.5 + rot: 3.141592653589793 rad + pos: -89.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 1499 components: - type: Transform @@ -116898,7 +113126,7 @@ entities: pos: -61.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1500 components: - type: Transform @@ -116906,23 +113134,7 @@ entities: pos: -60.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' - uid: 1772 components: - type: Transform @@ -116930,23 +113142,7 @@ entities: pos: -43.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2146 components: - type: Transform @@ -116954,21 +113150,21 @@ entities: pos: 0.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2150 components: - type: Transform pos: -32.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2187 components: - type: Transform pos: -37.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2222 components: - type: Transform @@ -116976,7 +113172,7 @@ entities: pos: -22.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2223 components: - type: Transform @@ -116984,7 +113180,7 @@ entities: pos: -22.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2226 components: - type: Transform @@ -116992,7 +113188,7 @@ entities: pos: -20.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2238 components: - type: Transform @@ -117000,7 +113196,7 @@ entities: pos: 57.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2248 components: - type: Transform @@ -117008,13 +113204,21 @@ entities: pos: -4.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2257 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,50.5 parent: 2 + - uid: 2297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2356 components: - type: Transform @@ -117022,7 +113226,31 @@ entities: pos: -15.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 2377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2465 components: - type: Transform @@ -117030,7 +113258,15 @@ entities: pos: -16.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 2472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2530 components: - type: Transform @@ -117058,7 +113294,7 @@ entities: pos: -22.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2584 components: - type: Transform @@ -117066,7 +113302,7 @@ entities: pos: -20.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2707 components: - type: Transform @@ -117074,7 +113310,7 @@ entities: pos: 30.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 2762 components: - type: Transform @@ -117082,7 +113318,7 @@ entities: pos: -16.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 3363 components: - type: Transform @@ -117090,7 +113326,7 @@ entities: pos: -32.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3571 components: - type: Transform @@ -117098,22 +113334,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3643 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 3652 components: - type: Transform @@ -117121,7 +113341,7 @@ entities: pos: -59.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 3678 components: - type: Transform @@ -117129,14 +113349,14 @@ entities: pos: -20.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 3691 components: - type: Transform pos: -43.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3699 components: - type: Transform @@ -117161,96 +113381,120 @@ entities: pos: -53.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 3757 components: - type: Transform pos: -53.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3759 + color: '#990000FF' + - uid: 4036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-6.5 + rot: 3.141592653589793 rad + pos: 40.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3792 + - uid: 4054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-8.5 + rot: 3.141592653589793 rad + pos: 40.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3805 + - uid: 4055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,51.5 + parent: 2 + - uid: 4272 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-6.5 + pos: -87.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4000 + color: '#990000FF' + - uid: 4280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-5.5 + rot: -1.5707963267948966 rad + pos: -84.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4036 + color: '#990000FF' + - uid: 4283 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,49.5 + pos: -83.5,-4.5 parent: 2 - - uid: 4054 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4286 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,52.5 + pos: -87.5,23.5 parent: 2 - - uid: 4055 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4348 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,51.5 + pos: -46.5,38.5 parent: 2 - - uid: 4265 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4424 components: - type: Transform rot: 1.5707963267948966 rad - pos: -102.5,-21.5 + pos: -60.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4348 + color: '#990000FF' + - uid: 4847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,38.5 + rot: -1.5707963267948966 rad + pos: -98.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4424 + color: '#0055CCFF' + - uid: 4869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-16.5 + rot: -1.5707963267948966 rad + pos: -97.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4560 + color: '#0055CCFF' + - uid: 4876 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-11.5 + pos: -96.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' + - uid: 4877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -97.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5048 components: - type: Transform @@ -117264,7 +113508,7 @@ entities: pos: -46.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5200 components: - type: Transform @@ -117272,7 +113516,7 @@ entities: pos: -34.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5346 components: - type: Transform @@ -117280,7 +113524,7 @@ entities: pos: 51.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5380 components: - type: Transform @@ -117288,7 +113532,15 @@ entities: pos: -25.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 5535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5539 components: - type: Transform @@ -117299,6 +113551,22 @@ entities: - type: Transform pos: 41.5,49.5 parent: 2 + - uid: 5546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5551 components: - type: Transform @@ -117311,6 +113579,14 @@ entities: rot: 3.141592653589793 rad pos: 44.5,52.5 parent: 2 + - uid: 5557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5558 components: - type: Transform @@ -117323,6 +113599,14 @@ entities: rot: 3.141592653589793 rad pos: 44.5,49.5 parent: 2 + - uid: 5573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 5645 components: - type: Transform @@ -117359,7 +113643,7 @@ entities: pos: -46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5916 components: - type: Transform @@ -117367,7 +113651,7 @@ entities: pos: -45.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5921 components: - type: Transform @@ -117375,7 +113659,7 @@ entities: pos: -44.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5924 components: - type: Transform @@ -117383,7 +113667,7 @@ entities: pos: -46.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6107 components: - type: Transform @@ -117391,7 +113675,63 @@ entities: pos: -9.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 6216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -89.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -91.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6325 components: - type: Transform @@ -117399,7 +113739,7 @@ entities: pos: -18.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6326 components: - type: Transform @@ -117407,28 +113747,28 @@ entities: pos: -18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6330 components: - type: Transform pos: -17.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6378 components: - type: Transform pos: -17.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6400 components: - type: Transform pos: -46.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6688 components: - type: Transform @@ -117436,7 +113776,7 @@ entities: pos: -30.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6690 components: - type: Transform @@ -117444,14 +113784,14 @@ entities: pos: -28.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6712 components: - type: Transform pos: -53.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6784 components: - type: Transform @@ -117459,7 +113799,7 @@ entities: pos: -39.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6785 components: - type: Transform @@ -117467,7 +113807,7 @@ entities: pos: -37.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6786 components: - type: Transform @@ -117475,7 +113815,7 @@ entities: pos: -23.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6787 components: - type: Transform @@ -117483,7 +113823,7 @@ entities: pos: -26.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6794 components: - type: Transform @@ -117491,151 +113831,238 @@ entities: pos: -31.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6937 components: - type: Transform pos: -45.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 6965 components: - type: Transform pos: -55.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7114 + color: '#0055CCFF' + - uid: 7266 + components: + - type: Transform + pos: -46.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7429 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-9.5 + pos: 45.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7119 + color: '#0055CCFF' + - uid: 7511 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7512 + components: + - type: Transform + pos: -46.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7513 + components: + - type: Transform + pos: -46.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7558 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8384 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-8.5 + pos: -99.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7127 + color: '#990000FF' + - uid: 8385 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-9.5 + pos: -97.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7165 + color: '#990000FF' + - uid: 8386 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-6.5 + pos: -85.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7178 + color: '#990000FF' + - uid: 8387 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-7.5 + pos: -89.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7210 + color: '#0055CCFF' + - uid: 8388 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-7.5 + pos: -92.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7266 + color: '#0055CCFF' + - uid: 8389 components: - type: Transform - pos: -46.5,-28.5 + rot: -1.5707963267948966 rad + pos: -88.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7311 + color: '#990000FF' + - uid: 8390 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-11.5 + pos: -97.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7429 + color: '#0055CCFF' + - uid: 8391 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-16.5 + pos: -98.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7511 + color: '#990000FF' + - uid: 8392 components: - type: Transform - pos: -46.5,-24.5 + rot: -1.5707963267948966 rad + pos: -91.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7512 + color: '#0055CCFF' + - uid: 8393 components: - type: Transform - pos: -46.5,-26.5 + rot: -1.5707963267948966 rad + pos: -93.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7513 + color: '#0055CCFF' + - uid: 8414 components: - type: Transform - pos: -46.5,-25.5 + rot: -1.5707963267948966 rad + pos: -86.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7558 + color: '#990000FF' + - uid: 8421 components: - type: Transform - pos: -45.5,-30.5 + pos: -83.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8725 + color: '#990000FF' + - uid: 8422 components: - type: Transform - pos: -43.5,35.5 + rot: -1.5707963267948966 rad + pos: -84.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8845 + color: '#990000FF' + - uid: 8425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,61.5 + rot: -1.5707963267948966 rad + pos: -90.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9117 + color: '#990000FF' + - uid: 8426 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-10.5 + pos: -91.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9118 + color: '#990000FF' + - uid: 8451 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-9.5 + pos: -92.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -99.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8725 + components: + - type: Transform + pos: -43.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' + - uid: 8845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9170 components: - type: Transform @@ -117660,14 +114087,6 @@ entities: rot: 3.141592653589793 rad pos: -44.5,46.5 parent: 2 - - uid: 9179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 9182 components: - type: Transform @@ -118047,56 +114466,56 @@ entities: pos: -37.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9519 components: - type: Transform pos: -42.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9520 components: - type: Transform pos: -42.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9522 components: - type: Transform pos: -42.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9523 components: - type: Transform pos: -42.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9524 components: - type: Transform pos: -42.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9526 components: - type: Transform pos: -43.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9532 components: - type: Transform pos: -32.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9544 components: - type: Transform @@ -118110,7 +114529,7 @@ entities: pos: -36.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9584 components: - type: Transform @@ -118124,7 +114543,7 @@ entities: pos: -35.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 9876 components: - type: Transform @@ -118132,7 +114551,7 @@ entities: pos: -36.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10214 components: - type: Transform @@ -118140,7 +114559,7 @@ entities: pos: -38.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10215 components: - type: Transform @@ -118148,7 +114567,7 @@ entities: pos: -37.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10220 components: - type: Transform @@ -118156,7 +114575,7 @@ entities: pos: -35.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10330 components: - type: Transform @@ -118164,7 +114583,7 @@ entities: pos: -35.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10331 components: - type: Transform @@ -118172,7 +114591,7 @@ entities: pos: -35.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10336 components: - type: Transform @@ -118180,7 +114599,7 @@ entities: pos: -35.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10337 components: - type: Transform @@ -118188,14 +114607,62 @@ entities: pos: -35.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 10623 components: - type: Transform pos: -21.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' + - uid: 10655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -98.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -98.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11843 components: - type: Transform @@ -118203,7 +114670,7 @@ entities: pos: -47.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 11845 components: - type: Transform @@ -118211,7 +114678,7 @@ entities: pos: -35.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 11846 components: - type: Transform @@ -118219,7 +114686,7 @@ entities: pos: -28.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 11848 components: - type: Transform @@ -118227,35 +114694,35 @@ entities: pos: -38.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 11855 components: - type: Transform pos: -21.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11858 components: - type: Transform pos: -19.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 11859 components: - type: Transform pos: -21.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11860 components: - type: Transform pos: -21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11878 components: - type: Transform @@ -118263,47 +114730,55 @@ entities: pos: -20.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13045 + color: '#0055CCFF' + - uid: 13038 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-10.5 + pos: 8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15270 + color: '#0055CCFF' + - uid: 15867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-11.5 + rot: 1.5707963267948966 rad + pos: -94.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15804 + color: '#0055CCFF' + - uid: 15881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-6.5 + rot: 1.5707963267948966 rad + pos: -94.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15807 + color: '#990000FF' + - uid: 15900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-7.5 + rot: 1.5707963267948966 rad + pos: -97.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15811 + color: '#0055CCFF' + - uid: 15905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 + rot: 1.5707963267948966 rad + pos: -98.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 15942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -97.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 16302 components: - type: Transform @@ -118311,7 +114786,15 @@ entities: pos: -41.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 17125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17579 components: - type: Transform @@ -118319,7 +114802,7 @@ entities: pos: -41.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18202 components: - type: Transform @@ -118327,7 +114810,7 @@ entities: pos: -35.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18218 components: - type: Transform @@ -118335,7 +114818,7 @@ entities: pos: -35.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18314 components: - type: Transform @@ -118343,7 +114826,7 @@ entities: pos: -43.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18315 components: - type: Transform @@ -118351,21 +114834,21 @@ entities: pos: -44.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18345 components: - type: Transform pos: 2.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18348 components: - type: Transform pos: -37.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18349 components: - type: Transform @@ -118373,14 +114856,78 @@ entities: pos: -45.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 18351 components: - type: Transform pos: -36.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' + - uid: 18951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -96.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 20171 components: - type: Transform @@ -118388,7 +114935,7 @@ entities: pos: -39.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 20196 components: - type: Transform @@ -118396,7 +114943,7 @@ entities: pos: -38.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 20197 components: - type: Transform @@ -118404,29 +114951,29 @@ entities: pos: -38.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 20382 components: - type: Transform pos: 46.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 20401 components: - type: Transform pos: 46.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 20934 + color: '#990000FF' + - uid: 22094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-5.5 + rot: -1.5707963267948966 rad + pos: -90.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 22335 components: - type: Transform @@ -118434,7 +114981,7 @@ entities: pos: 1.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22336 components: - type: Transform @@ -118442,7 +114989,7 @@ entities: pos: 2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22337 components: - type: Transform @@ -118450,7 +114997,7 @@ entities: pos: 3.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22338 components: - type: Transform @@ -118458,7 +115005,7 @@ entities: pos: 4.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22339 components: - type: Transform @@ -118466,7 +115013,7 @@ entities: pos: 5.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22341 components: - type: Transform @@ -118474,7 +115021,7 @@ entities: pos: 6.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22342 components: - type: Transform @@ -118482,7 +115029,7 @@ entities: pos: 3.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 22343 components: - type: Transform @@ -118490,7 +115037,7 @@ entities: pos: 4.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 22344 components: - type: Transform @@ -118498,7 +115045,7 @@ entities: pos: 5.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 22345 components: - type: Transform @@ -118506,7 +115053,7 @@ entities: pos: 6.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 22894 components: - type: Transform @@ -118514,7 +115061,7 @@ entities: pos: 36.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22895 components: - type: Transform @@ -118522,14 +115069,14 @@ entities: pos: 37.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22896 components: - type: Transform pos: 38.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22901 components: - type: Transform @@ -118537,7 +115084,7 @@ entities: pos: 34.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 22902 components: - type: Transform @@ -118545,7 +115092,7 @@ entities: pos: 33.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23233 components: - type: Transform @@ -118553,28 +115100,28 @@ entities: pos: 32.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23237 components: - type: Transform pos: 65.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23238 components: - type: Transform pos: 65.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23239 components: - type: Transform pos: 65.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23693 components: - type: Transform @@ -118582,7 +115129,7 @@ entities: pos: -20.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23717 components: - type: Transform @@ -118616,15 +115163,7 @@ entities: pos: -45.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' - uid: 23812 components: - type: Transform @@ -118650,7 +115189,7 @@ entities: pos: -43.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23907 components: - type: Transform @@ -118658,7 +115197,7 @@ entities: pos: -42.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23909 components: - type: Transform @@ -118666,7 +115205,7 @@ entities: pos: -44.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23910 components: - type: Transform @@ -118674,7 +115213,7 @@ entities: pos: -46.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23911 components: - type: Transform @@ -118682,7 +115221,7 @@ entities: pos: -50.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23912 components: - type: Transform @@ -118690,7 +115229,7 @@ entities: pos: -45.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23913 components: - type: Transform @@ -118698,7 +115237,7 @@ entities: pos: -47.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23914 components: - type: Transform @@ -118706,7 +115245,7 @@ entities: pos: -51.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23915 components: - type: Transform @@ -118714,7 +115253,7 @@ entities: pos: -48.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23916 components: - type: Transform @@ -118722,7 +115261,7 @@ entities: pos: -49.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23918 components: - type: Transform @@ -118730,7 +115269,7 @@ entities: pos: -52.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23919 components: - type: Transform @@ -118738,7 +115277,7 @@ entities: pos: -53.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23920 components: - type: Transform @@ -118746,7 +115285,7 @@ entities: pos: -54.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23922 components: - type: Transform @@ -118754,7 +115293,7 @@ entities: pos: -55.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23923 components: - type: Transform @@ -118762,7 +115301,7 @@ entities: pos: -55.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23924 components: - type: Transform @@ -118770,7 +115309,7 @@ entities: pos: -55.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23925 components: - type: Transform @@ -118778,7 +115317,7 @@ entities: pos: -55.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23926 components: - type: Transform @@ -118786,7 +115325,7 @@ entities: pos: -55.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23927 components: - type: Transform @@ -118794,7 +115333,7 @@ entities: pos: -55.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23928 components: - type: Transform @@ -118802,7 +115341,7 @@ entities: pos: -55.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23930 components: - type: Transform @@ -118810,7 +115349,7 @@ entities: pos: -55.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23932 components: - type: Transform @@ -118818,7 +115357,7 @@ entities: pos: -55.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23934 components: - type: Transform @@ -118826,7 +115365,7 @@ entities: pos: -55.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23935 components: - type: Transform @@ -118834,7 +115373,7 @@ entities: pos: -55.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23936 components: - type: Transform @@ -118842,7 +115381,7 @@ entities: pos: -55.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23938 components: - type: Transform @@ -118850,7 +115389,7 @@ entities: pos: -13.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23939 components: - type: Transform @@ -118858,7 +115397,7 @@ entities: pos: -55.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23940 components: - type: Transform @@ -118866,7 +115405,7 @@ entities: pos: -55.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23941 components: - type: Transform @@ -118874,7 +115413,7 @@ entities: pos: -55.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23943 components: - type: Transform @@ -118882,7 +115421,7 @@ entities: pos: -53.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23945 components: - type: Transform @@ -118890,7 +115429,7 @@ entities: pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23946 components: - type: Transform @@ -118898,7 +115437,7 @@ entities: pos: -53.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23947 components: - type: Transform @@ -118906,7 +115445,7 @@ entities: pos: -53.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23949 components: - type: Transform @@ -118914,7 +115453,7 @@ entities: pos: -53.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23950 components: - type: Transform @@ -118922,7 +115461,7 @@ entities: pos: -53.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23954 components: - type: Transform @@ -118930,7 +115469,7 @@ entities: pos: -53.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23955 components: - type: Transform @@ -118938,7 +115477,7 @@ entities: pos: -53.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23956 components: - type: Transform @@ -118946,7 +115485,7 @@ entities: pos: -53.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23958 components: - type: Transform @@ -118954,7 +115493,7 @@ entities: pos: -53.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23960 components: - type: Transform @@ -118962,7 +115501,7 @@ entities: pos: -53.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23961 components: - type: Transform @@ -118970,7 +115509,7 @@ entities: pos: -53.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23962 components: - type: Transform @@ -118978,7 +115517,7 @@ entities: pos: -53.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23963 components: - type: Transform @@ -118986,7 +115525,7 @@ entities: pos: -53.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23964 components: - type: Transform @@ -118994,7 +115533,7 @@ entities: pos: -53.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23965 components: - type: Transform @@ -119002,7 +115541,7 @@ entities: pos: -52.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23966 components: - type: Transform @@ -119010,7 +115549,7 @@ entities: pos: -51.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23967 components: - type: Transform @@ -119018,7 +115557,7 @@ entities: pos: -50.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23968 components: - type: Transform @@ -119026,7 +115565,7 @@ entities: pos: -49.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23969 components: - type: Transform @@ -119034,7 +115573,7 @@ entities: pos: -48.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23970 components: - type: Transform @@ -119042,7 +115581,7 @@ entities: pos: -47.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23971 components: - type: Transform @@ -119050,7 +115589,7 @@ entities: pos: -46.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23972 components: - type: Transform @@ -119058,7 +115597,7 @@ entities: pos: -45.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23973 components: - type: Transform @@ -119066,7 +115605,7 @@ entities: pos: -44.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 23974 components: - type: Transform @@ -119074,21 +115613,7 @@ entities: pos: -43.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23975 - components: - - type: Transform - pos: -91.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23976 - components: - - type: Transform - pos: -91.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#990000FF' - uid: 23977 components: - type: Transform @@ -119096,7 +115621,7 @@ entities: pos: -54.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23978 components: - type: Transform @@ -119104,7 +115629,7 @@ entities: pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23979 components: - type: Transform @@ -119112,7 +115637,7 @@ entities: pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23980 components: - type: Transform @@ -119120,7 +115645,7 @@ entities: pos: -51.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23981 components: - type: Transform @@ -119128,7 +115653,7 @@ entities: pos: -50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23982 components: - type: Transform @@ -119136,7 +115661,7 @@ entities: pos: -49.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23983 components: - type: Transform @@ -119144,7 +115669,7 @@ entities: pos: -48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23985 components: - type: Transform @@ -119152,56 +115677,56 @@ entities: pos: -46.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23986 components: - type: Transform pos: -45.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23987 components: - type: Transform pos: -45.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23988 components: - type: Transform pos: -45.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23989 components: - type: Transform pos: -45.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23990 components: - type: Transform pos: -45.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23991 components: - type: Transform pos: -45.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23992 components: - type: Transform pos: -45.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23993 components: - type: Transform @@ -119209,7 +115734,7 @@ entities: pos: -44.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23994 components: - type: Transform @@ -119217,7 +115742,7 @@ entities: pos: -43.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23995 components: - type: Transform @@ -119225,7 +115750,7 @@ entities: pos: -42.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23996 components: - type: Transform @@ -119233,7 +115758,7 @@ entities: pos: -41.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23997 components: - type: Transform @@ -119241,7 +115766,7 @@ entities: pos: -40.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23998 components: - type: Transform @@ -119249,7 +115774,7 @@ entities: pos: -39.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 23999 components: - type: Transform @@ -119257,7 +115782,7 @@ entities: pos: -38.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24000 components: - type: Transform @@ -119265,7 +115790,7 @@ entities: pos: -37.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24001 components: - type: Transform @@ -119273,7 +115798,7 @@ entities: pos: -35.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24003 components: - type: Transform @@ -119281,7 +115806,7 @@ entities: pos: -31.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24004 components: - type: Transform @@ -119289,7 +115814,7 @@ entities: pos: -30.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24005 components: - type: Transform @@ -119297,7 +115822,7 @@ entities: pos: -29.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24006 components: - type: Transform @@ -119305,7 +115830,7 @@ entities: pos: -28.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24008 components: - type: Transform @@ -119313,7 +115838,7 @@ entities: pos: -26.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24009 components: - type: Transform @@ -119321,7 +115846,7 @@ entities: pos: -25.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24010 components: - type: Transform @@ -119329,7 +115854,7 @@ entities: pos: -24.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24011 components: - type: Transform @@ -119337,7 +115862,7 @@ entities: pos: -23.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24012 components: - type: Transform @@ -119345,7 +115870,7 @@ entities: pos: -22.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24013 components: - type: Transform @@ -119353,7 +115878,7 @@ entities: pos: -21.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24014 components: - type: Transform @@ -119361,7 +115886,7 @@ entities: pos: -20.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24015 components: - type: Transform @@ -119369,7 +115894,7 @@ entities: pos: -19.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24016 components: - type: Transform @@ -119377,7 +115902,7 @@ entities: pos: -18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24017 components: - type: Transform @@ -119385,7 +115910,7 @@ entities: pos: -17.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24019 components: - type: Transform @@ -119393,7 +115918,7 @@ entities: pos: -15.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24020 components: - type: Transform @@ -119401,7 +115926,7 @@ entities: pos: -14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24021 components: - type: Transform @@ -119409,7 +115934,7 @@ entities: pos: -13.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24022 components: - type: Transform @@ -119417,7 +115942,7 @@ entities: pos: -12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24024 components: - type: Transform @@ -119425,7 +115950,7 @@ entities: pos: -10.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24025 components: - type: Transform @@ -119433,7 +115958,7 @@ entities: pos: -8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24027 components: - type: Transform @@ -119441,7 +115966,7 @@ entities: pos: -6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24028 components: - type: Transform @@ -119449,7 +115974,7 @@ entities: pos: -5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24029 components: - type: Transform @@ -119457,7 +115982,7 @@ entities: pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24030 components: - type: Transform @@ -119465,7 +115990,7 @@ entities: pos: -3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24031 components: - type: Transform @@ -119473,7 +115998,7 @@ entities: pos: -2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24032 components: - type: Transform @@ -119481,308 +116006,308 @@ entities: pos: -1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24033 components: - type: Transform pos: 0.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24034 components: - type: Transform pos: 0.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24035 components: - type: Transform pos: 0.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24036 components: - type: Transform pos: 0.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24037 components: - type: Transform pos: 0.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24038 components: - type: Transform pos: 0.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24039 components: - type: Transform pos: 0.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24041 components: - type: Transform pos: 0.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24042 components: - type: Transform pos: 0.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24044 components: - type: Transform pos: 0.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24045 components: - type: Transform pos: 0.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24046 components: - type: Transform pos: 0.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24048 components: - type: Transform pos: 0.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24049 components: - type: Transform pos: 0.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24050 components: - type: Transform pos: 0.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24052 components: - type: Transform pos: 0.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24053 components: - type: Transform pos: 0.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24054 components: - type: Transform pos: 0.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24055 components: - type: Transform pos: 0.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24056 components: - type: Transform pos: 0.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24057 components: - type: Transform pos: 0.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24058 components: - type: Transform pos: 0.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24060 components: - type: Transform pos: 0.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24061 components: - type: Transform pos: 0.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24062 components: - type: Transform pos: 0.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24063 components: - type: Transform pos: 0.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24064 components: - type: Transform pos: 0.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24065 components: - type: Transform pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24066 components: - type: Transform pos: 0.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24067 components: - type: Transform pos: 0.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24068 components: - type: Transform pos: 0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24069 components: - type: Transform pos: 0.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24071 components: - type: Transform pos: 0.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24072 components: - type: Transform pos: 0.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24073 components: - type: Transform pos: 0.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24075 components: - type: Transform pos: 0.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24076 components: - type: Transform pos: 0.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24077 components: - type: Transform pos: 0.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24078 components: - type: Transform pos: 0.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24079 components: - type: Transform pos: 0.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24080 components: - type: Transform pos: 0.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24082 components: - type: Transform pos: 0.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24083 components: - type: Transform pos: 0.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24084 components: - type: Transform @@ -119790,7 +116315,7 @@ entities: pos: -0.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24085 components: - type: Transform @@ -119798,7 +116323,7 @@ entities: pos: -1.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24086 components: - type: Transform @@ -119806,7 +116331,7 @@ entities: pos: -2.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24087 components: - type: Transform @@ -119814,7 +116339,7 @@ entities: pos: -3.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24088 components: - type: Transform @@ -119822,7 +116347,7 @@ entities: pos: -4.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24089 components: - type: Transform @@ -119830,7 +116355,7 @@ entities: pos: -5.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24090 components: - type: Transform @@ -119838,7 +116363,7 @@ entities: pos: -6.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24091 components: - type: Transform @@ -119846,7 +116371,7 @@ entities: pos: -7.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24092 components: - type: Transform @@ -119854,7 +116379,7 @@ entities: pos: -8.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24093 components: - type: Transform @@ -119862,7 +116387,7 @@ entities: pos: -9.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24094 components: - type: Transform @@ -119870,7 +116395,7 @@ entities: pos: 3.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24095 components: - type: Transform @@ -119878,7 +116403,7 @@ entities: pos: 4.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24096 components: - type: Transform @@ -119886,7 +116411,7 @@ entities: pos: 5.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24097 components: - type: Transform @@ -119894,7 +116419,7 @@ entities: pos: 6.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24098 components: - type: Transform @@ -119902,7 +116427,7 @@ entities: pos: 7.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24099 components: - type: Transform @@ -119910,7 +116435,7 @@ entities: pos: 8.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24100 components: - type: Transform @@ -119918,7 +116443,7 @@ entities: pos: 9.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24101 components: - type: Transform @@ -119926,7 +116451,7 @@ entities: pos: 10.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24102 components: - type: Transform @@ -119934,7 +116459,7 @@ entities: pos: 11.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24103 components: - type: Transform @@ -119942,7 +116467,7 @@ entities: pos: 12.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24104 components: - type: Transform @@ -119950,7 +116475,7 @@ entities: pos: 13.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24105 components: - type: Transform @@ -119958,7 +116483,7 @@ entities: pos: 2.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24106 components: - type: Transform @@ -119966,7 +116491,7 @@ entities: pos: 2.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24107 components: - type: Transform @@ -119974,7 +116499,7 @@ entities: pos: 2.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24109 components: - type: Transform @@ -119982,7 +116507,7 @@ entities: pos: 2.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24111 components: - type: Transform @@ -119990,7 +116515,7 @@ entities: pos: 2.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24112 components: - type: Transform @@ -119998,7 +116523,7 @@ entities: pos: 2.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24113 components: - type: Transform @@ -120006,7 +116531,7 @@ entities: pos: 2.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24114 components: - type: Transform @@ -120014,7 +116539,7 @@ entities: pos: 2.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24116 components: - type: Transform @@ -120022,7 +116547,7 @@ entities: pos: 2.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24117 components: - type: Transform @@ -120036,7 +116561,7 @@ entities: pos: 2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24119 components: - type: Transform @@ -120044,7 +116569,7 @@ entities: pos: 2.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24121 components: - type: Transform @@ -120052,7 +116577,7 @@ entities: pos: 2.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24122 components: - type: Transform @@ -120060,7 +116585,7 @@ entities: pos: 2.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24123 components: - type: Transform @@ -120068,7 +116593,7 @@ entities: pos: 2.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24124 components: - type: Transform @@ -120076,7 +116601,7 @@ entities: pos: 2.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24125 components: - type: Transform @@ -120084,7 +116609,7 @@ entities: pos: 2.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24126 components: - type: Transform @@ -120092,7 +116617,7 @@ entities: pos: 2.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24127 components: - type: Transform @@ -120100,7 +116625,7 @@ entities: pos: 2.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24128 components: - type: Transform @@ -120108,7 +116633,7 @@ entities: pos: 2.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24129 components: - type: Transform @@ -120116,7 +116641,7 @@ entities: pos: 2.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24131 components: - type: Transform @@ -120124,7 +116649,7 @@ entities: pos: 12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24132 components: - type: Transform @@ -120132,7 +116657,7 @@ entities: pos: 2.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24133 components: - type: Transform @@ -120140,7 +116665,7 @@ entities: pos: 2.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24134 components: - type: Transform @@ -120148,7 +116673,7 @@ entities: pos: 2.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24135 components: - type: Transform @@ -120156,7 +116681,7 @@ entities: pos: 2.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24136 components: - type: Transform @@ -120164,7 +116689,7 @@ entities: pos: 2.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24137 components: - type: Transform @@ -120172,7 +116697,7 @@ entities: pos: 2.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24138 components: - type: Transform @@ -120180,7 +116705,7 @@ entities: pos: 2.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24139 components: - type: Transform @@ -120188,7 +116713,7 @@ entities: pos: 2.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24140 components: - type: Transform @@ -120196,7 +116721,7 @@ entities: pos: 2.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24141 components: - type: Transform @@ -120204,7 +116729,7 @@ entities: pos: 2.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24144 components: - type: Transform @@ -120212,7 +116737,7 @@ entities: pos: 2.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24145 components: - type: Transform @@ -120220,7 +116745,7 @@ entities: pos: 2.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24148 components: - type: Transform @@ -120228,7 +116753,7 @@ entities: pos: 2.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24149 components: - type: Transform @@ -120236,7 +116761,7 @@ entities: pos: 2.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24150 components: - type: Transform @@ -120244,7 +116769,7 @@ entities: pos: 2.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24151 components: - type: Transform @@ -120252,7 +116777,7 @@ entities: pos: 2.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24152 components: - type: Transform @@ -120260,7 +116785,7 @@ entities: pos: 2.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24153 components: - type: Transform @@ -120268,7 +116793,7 @@ entities: pos: 2.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24154 components: - type: Transform @@ -120276,7 +116801,7 @@ entities: pos: 2.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24155 components: - type: Transform @@ -120284,7 +116809,7 @@ entities: pos: 2.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24156 components: - type: Transform @@ -120292,7 +116817,7 @@ entities: pos: 2.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24157 components: - type: Transform @@ -120300,7 +116825,7 @@ entities: pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24158 components: - type: Transform @@ -120308,7 +116833,7 @@ entities: pos: 2.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24159 components: - type: Transform @@ -120316,7 +116841,7 @@ entities: pos: 1.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24160 components: - type: Transform @@ -120324,7 +116849,7 @@ entities: pos: 0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24161 components: - type: Transform @@ -120332,7 +116857,7 @@ entities: pos: -0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24162 components: - type: Transform @@ -120340,7 +116865,7 @@ entities: pos: -1.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24163 components: - type: Transform @@ -120348,7 +116873,7 @@ entities: pos: -2.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24164 components: - type: Transform @@ -120356,7 +116881,7 @@ entities: pos: -3.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24166 components: - type: Transform @@ -120364,7 +116889,7 @@ entities: pos: -5.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24167 components: - type: Transform @@ -120372,7 +116897,7 @@ entities: pos: -6.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24168 components: - type: Transform @@ -120380,7 +116905,7 @@ entities: pos: -7.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24169 components: - type: Transform @@ -120388,7 +116913,7 @@ entities: pos: -8.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24170 components: - type: Transform @@ -120396,7 +116921,7 @@ entities: pos: -9.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24171 components: - type: Transform @@ -120404,7 +116929,7 @@ entities: pos: -10.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24172 components: - type: Transform @@ -120412,7 +116937,7 @@ entities: pos: -11.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24175 components: - type: Transform @@ -120420,7 +116945,7 @@ entities: pos: 12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24176 components: - type: Transform @@ -120428,7 +116953,7 @@ entities: pos: -15.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24177 components: - type: Transform @@ -120436,7 +116961,7 @@ entities: pos: -16.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24178 components: - type: Transform @@ -120444,7 +116969,7 @@ entities: pos: -17.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24179 components: - type: Transform @@ -120452,7 +116977,7 @@ entities: pos: -18.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24180 components: - type: Transform @@ -120460,7 +116985,7 @@ entities: pos: -19.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24181 components: - type: Transform @@ -120468,7 +116993,7 @@ entities: pos: -20.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24182 components: - type: Transform @@ -120476,7 +117001,7 @@ entities: pos: -21.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24183 components: - type: Transform @@ -120484,7 +117009,7 @@ entities: pos: -22.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24184 components: - type: Transform @@ -120492,7 +117017,7 @@ entities: pos: -23.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24185 components: - type: Transform @@ -120500,7 +117025,7 @@ entities: pos: -24.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24186 components: - type: Transform @@ -120508,7 +117033,7 @@ entities: pos: -25.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24188 components: - type: Transform @@ -120516,7 +117041,7 @@ entities: pos: -27.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24189 components: - type: Transform @@ -120524,7 +117049,7 @@ entities: pos: -28.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24190 components: - type: Transform @@ -120532,7 +117057,7 @@ entities: pos: -29.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24191 components: - type: Transform @@ -120540,7 +117065,7 @@ entities: pos: -30.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24192 components: - type: Transform @@ -120548,7 +117073,7 @@ entities: pos: -31.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24194 components: - type: Transform @@ -120556,7 +117081,7 @@ entities: pos: -34.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24195 components: - type: Transform @@ -120564,7 +117089,7 @@ entities: pos: -35.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24196 components: - type: Transform @@ -120572,7 +117097,7 @@ entities: pos: -38.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24197 components: - type: Transform @@ -120580,7 +117105,7 @@ entities: pos: -39.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24198 components: - type: Transform @@ -120588,7 +117113,7 @@ entities: pos: -41.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24199 components: - type: Transform @@ -120596,49 +117121,49 @@ entities: pos: -42.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24200 components: - type: Transform pos: -43.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24201 components: - type: Transform pos: -43.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24202 components: - type: Transform pos: -43.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24203 components: - type: Transform pos: -43.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24204 components: - type: Transform pos: -43.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24205 components: - type: Transform pos: -43.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24207 components: - type: Transform @@ -120646,7 +117171,7 @@ entities: pos: -46.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24208 components: - type: Transform @@ -120654,7 +117179,7 @@ entities: pos: -47.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24209 components: - type: Transform @@ -120662,7 +117187,7 @@ entities: pos: -48.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24210 components: - type: Transform @@ -120670,7 +117195,7 @@ entities: pos: -49.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24211 components: - type: Transform @@ -120678,7 +117203,7 @@ entities: pos: -50.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24212 components: - type: Transform @@ -120686,7 +117211,7 @@ entities: pos: -51.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24213 components: - type: Transform @@ -120694,7 +117219,7 @@ entities: pos: -52.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24214 components: - type: Transform @@ -120702,7 +117227,7 @@ entities: pos: -53.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24215 components: - type: Transform @@ -120710,7 +117235,7 @@ entities: pos: -54.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24216 components: - type: Transform @@ -120718,7 +117243,7 @@ entities: pos: -55.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24217 components: - type: Transform @@ -120726,7 +117251,7 @@ entities: pos: -56.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24218 components: - type: Transform @@ -120734,7 +117259,7 @@ entities: pos: -57.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24219 components: - type: Transform @@ -120742,7 +117267,7 @@ entities: pos: -58.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24221 components: - type: Transform @@ -120750,7 +117275,7 @@ entities: pos: -60.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24222 components: - type: Transform @@ -120758,7 +117283,7 @@ entities: pos: -61.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24223 components: - type: Transform @@ -120766,7 +117291,7 @@ entities: pos: -62.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24224 components: - type: Transform @@ -120774,7 +117299,7 @@ entities: pos: -63.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24226 components: - type: Transform @@ -120782,7 +117307,7 @@ entities: pos: -65.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24227 components: - type: Transform @@ -120790,7 +117315,7 @@ entities: pos: -66.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24228 components: - type: Transform @@ -120798,7 +117323,7 @@ entities: pos: -67.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24230 components: - type: Transform @@ -120806,7 +117331,7 @@ entities: pos: -69.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24231 components: - type: Transform @@ -120814,7 +117339,7 @@ entities: pos: -70.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24233 components: - type: Transform @@ -120822,7 +117347,7 @@ entities: pos: -72.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24234 components: - type: Transform @@ -120830,7 +117355,7 @@ entities: pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24235 components: - type: Transform @@ -120838,7 +117363,7 @@ entities: pos: -74.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24237 components: - type: Transform @@ -120846,7 +117371,7 @@ entities: pos: -76.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24239 components: - type: Transform @@ -120854,7 +117379,7 @@ entities: pos: -78.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24240 components: - type: Transform @@ -120862,7 +117387,7 @@ entities: pos: -79.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24241 components: - type: Transform @@ -120870,7 +117395,7 @@ entities: pos: -80.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24242 components: - type: Transform @@ -120878,7 +117403,7 @@ entities: pos: -81.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24243 components: - type: Transform @@ -120886,7 +117411,7 @@ entities: pos: -82.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24246 components: - type: Transform @@ -120894,7 +117419,7 @@ entities: pos: -85.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24247 components: - type: Transform @@ -120902,7 +117427,7 @@ entities: pos: -86.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24248 components: - type: Transform @@ -120910,7 +117435,7 @@ entities: pos: -87.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24249 components: - type: Transform @@ -120918,7 +117443,7 @@ entities: pos: -88.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24250 components: - type: Transform @@ -120926,7 +117451,7 @@ entities: pos: -89.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24252 components: - type: Transform @@ -120934,7 +117459,7 @@ entities: pos: -91.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24254 components: - type: Transform @@ -120942,7 +117467,7 @@ entities: pos: -93.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24255 components: - type: Transform @@ -120950,7 +117475,7 @@ entities: pos: -94.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24256 components: - type: Transform @@ -120958,7 +117483,7 @@ entities: pos: -95.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24259 components: - type: Transform @@ -120966,7 +117491,7 @@ entities: pos: -95.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24260 components: - type: Transform @@ -120974,7 +117499,7 @@ entities: pos: -94.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24261 components: - type: Transform @@ -120982,7 +117507,7 @@ entities: pos: -93.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24262 components: - type: Transform @@ -120990,7 +117515,7 @@ entities: pos: -92.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24264 components: - type: Transform @@ -120998,7 +117523,7 @@ entities: pos: -90.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24266 components: - type: Transform @@ -121006,7 +117531,7 @@ entities: pos: -88.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24267 components: - type: Transform @@ -121014,7 +117539,7 @@ entities: pos: -87.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24268 components: - type: Transform @@ -121022,7 +117547,7 @@ entities: pos: -86.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24271 components: - type: Transform @@ -121030,7 +117555,7 @@ entities: pos: -83.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24272 components: - type: Transform @@ -121038,7 +117563,7 @@ entities: pos: -82.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24273 components: - type: Transform @@ -121046,7 +117571,7 @@ entities: pos: -81.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24274 components: - type: Transform @@ -121054,7 +117579,7 @@ entities: pos: -80.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24275 components: - type: Transform @@ -121062,7 +117587,7 @@ entities: pos: -79.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24277 components: - type: Transform @@ -121070,7 +117595,7 @@ entities: pos: -77.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24279 components: - type: Transform @@ -121078,7 +117603,7 @@ entities: pos: -75.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24280 components: - type: Transform @@ -121086,7 +117611,7 @@ entities: pos: -74.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24282 components: - type: Transform @@ -121094,7 +117619,7 @@ entities: pos: -72.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24283 components: - type: Transform @@ -121102,7 +117627,7 @@ entities: pos: -71.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24284 components: - type: Transform @@ -121110,7 +117635,7 @@ entities: pos: -70.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24285 components: - type: Transform @@ -121118,7 +117643,7 @@ entities: pos: -69.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24287 components: - type: Transform @@ -121126,7 +117651,7 @@ entities: pos: -67.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24288 components: - type: Transform @@ -121134,7 +117659,7 @@ entities: pos: -66.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24289 components: - type: Transform @@ -121142,7 +117667,7 @@ entities: pos: -65.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24290 components: - type: Transform @@ -121150,7 +117675,7 @@ entities: pos: -64.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24291 components: - type: Transform @@ -121158,7 +117683,7 @@ entities: pos: 49.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24292 components: - type: Transform @@ -121166,7 +117691,7 @@ entities: pos: -62.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24293 components: - type: Transform @@ -121174,7 +117699,7 @@ entities: pos: -61.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24294 components: - type: Transform @@ -121182,7 +117707,7 @@ entities: pos: -60.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24295 components: - type: Transform @@ -121190,7 +117715,7 @@ entities: pos: -59.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24296 components: - type: Transform @@ -121198,7 +117723,7 @@ entities: pos: -58.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24297 components: - type: Transform @@ -121206,7 +117731,7 @@ entities: pos: -57.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24298 components: - type: Transform @@ -121214,7 +117739,7 @@ entities: pos: -56.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24308 components: - type: Transform @@ -121222,7 +117747,7 @@ entities: pos: 50.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24309 components: - type: Transform @@ -121230,7 +117755,7 @@ entities: pos: 52.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24311 components: - type: Transform @@ -121238,77 +117763,77 @@ entities: pos: 53.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24318 components: - type: Transform pos: 0.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24319 components: - type: Transform pos: 2.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24328 components: - type: Transform pos: 2.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24329 components: - type: Transform pos: 2.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24330 components: - type: Transform pos: 2.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24331 components: - type: Transform pos: 2.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24332 components: - type: Transform pos: 2.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24333 components: - type: Transform pos: 2.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24334 components: - type: Transform pos: 2.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24335 components: - type: Transform pos: 2.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24336 components: - type: Transform @@ -121316,7 +117841,7 @@ entities: pos: 3.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24337 components: - type: Transform @@ -121324,7 +117849,7 @@ entities: pos: 4.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24338 components: - type: Transform @@ -121332,7 +117857,7 @@ entities: pos: 5.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24339 components: - type: Transform @@ -121340,7 +117865,7 @@ entities: pos: 6.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24340 components: - type: Transform @@ -121348,7 +117873,7 @@ entities: pos: 7.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24341 components: - type: Transform @@ -121356,7 +117881,7 @@ entities: pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24342 components: - type: Transform @@ -121364,7 +117889,7 @@ entities: pos: 35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24344 components: - type: Transform @@ -121372,7 +117897,7 @@ entities: pos: 11.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24345 components: - type: Transform @@ -121380,7 +117905,7 @@ entities: pos: -33.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24346 components: - type: Transform @@ -121388,7 +117913,7 @@ entities: pos: 13.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24348 components: - type: Transform @@ -121396,7 +117921,7 @@ entities: pos: 15.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24349 components: - type: Transform @@ -121404,7 +117929,7 @@ entities: pos: 16.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24350 components: - type: Transform @@ -121412,7 +117937,7 @@ entities: pos: 17.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24351 components: - type: Transform @@ -121420,7 +117945,7 @@ entities: pos: 18.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24353 components: - type: Transform @@ -121428,7 +117953,7 @@ entities: pos: 20.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24354 components: - type: Transform @@ -121436,7 +117961,7 @@ entities: pos: 21.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24355 components: - type: Transform @@ -121444,7 +117969,7 @@ entities: pos: 22.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24356 components: - type: Transform @@ -121452,7 +117977,7 @@ entities: pos: 23.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24358 components: - type: Transform @@ -121460,7 +117985,7 @@ entities: pos: 25.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24359 components: - type: Transform @@ -121468,7 +117993,7 @@ entities: pos: 26.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24360 components: - type: Transform @@ -121476,7 +118001,7 @@ entities: pos: 27.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24361 components: - type: Transform @@ -121484,7 +118009,7 @@ entities: pos: 28.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24363 components: - type: Transform @@ -121492,7 +118017,7 @@ entities: pos: 30.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24364 components: - type: Transform @@ -121500,7 +118025,7 @@ entities: pos: 31.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24365 components: - type: Transform @@ -121508,7 +118033,7 @@ entities: pos: 32.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24366 components: - type: Transform @@ -121516,7 +118041,7 @@ entities: pos: -34.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24367 components: - type: Transform @@ -121524,7 +118049,7 @@ entities: pos: 34.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24368 components: - type: Transform @@ -121532,7 +118057,7 @@ entities: pos: 35.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24369 components: - type: Transform @@ -121540,7 +118065,7 @@ entities: pos: 36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24371 components: - type: Transform @@ -121548,7 +118073,7 @@ entities: pos: 38.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24372 components: - type: Transform @@ -121556,7 +118081,7 @@ entities: pos: 39.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24373 components: - type: Transform @@ -121564,7 +118089,7 @@ entities: pos: 40.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24374 components: - type: Transform @@ -121572,7 +118097,7 @@ entities: pos: 41.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24375 components: - type: Transform @@ -121580,7 +118105,7 @@ entities: pos: 42.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24376 components: - type: Transform @@ -121588,7 +118113,7 @@ entities: pos: 43.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24377 components: - type: Transform @@ -121596,7 +118121,7 @@ entities: pos: 44.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24378 components: - type: Transform @@ -121604,7 +118129,7 @@ entities: pos: -35.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24380 components: - type: Transform @@ -121612,7 +118137,7 @@ entities: pos: 47.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24381 components: - type: Transform @@ -121620,7 +118145,7 @@ entities: pos: 48.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24382 components: - type: Transform @@ -121628,7 +118153,7 @@ entities: pos: 49.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24383 components: - type: Transform @@ -121636,7 +118161,7 @@ entities: pos: 50.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24384 components: - type: Transform @@ -121644,7 +118169,7 @@ entities: pos: 50.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24385 components: - type: Transform @@ -121652,7 +118177,7 @@ entities: pos: 50.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24386 components: - type: Transform @@ -121660,7 +118185,7 @@ entities: pos: 50.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24387 components: - type: Transform @@ -121668,7 +118193,7 @@ entities: pos: 50.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24388 components: - type: Transform @@ -121676,7 +118201,7 @@ entities: pos: 50.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24389 components: - type: Transform @@ -121684,7 +118209,7 @@ entities: pos: 50.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24390 components: - type: Transform @@ -121692,7 +118217,7 @@ entities: pos: 50.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24391 components: - type: Transform @@ -121700,7 +118225,7 @@ entities: pos: 50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24392 components: - type: Transform @@ -121708,7 +118233,7 @@ entities: pos: 50.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24393 components: - type: Transform @@ -121716,7 +118241,7 @@ entities: pos: 50.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24394 components: - type: Transform @@ -121724,7 +118249,7 @@ entities: pos: 50.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24395 components: - type: Transform @@ -121732,7 +118257,7 @@ entities: pos: 50.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24397 components: - type: Transform @@ -121740,7 +118265,7 @@ entities: pos: 51.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24398 components: - type: Transform @@ -121748,7 +118273,7 @@ entities: pos: 51.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24399 components: - type: Transform @@ -121756,7 +118281,7 @@ entities: pos: 51.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24400 components: - type: Transform @@ -121764,7 +118289,7 @@ entities: pos: 47.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24401 components: - type: Transform @@ -121772,7 +118297,7 @@ entities: pos: 46.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24403 components: - type: Transform @@ -121780,7 +118305,7 @@ entities: pos: 44.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24404 components: - type: Transform @@ -121788,7 +118313,7 @@ entities: pos: -36.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24405 components: - type: Transform @@ -121796,7 +118321,7 @@ entities: pos: 42.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24406 components: - type: Transform @@ -121804,7 +118329,7 @@ entities: pos: 41.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24407 components: - type: Transform @@ -121812,7 +118337,7 @@ entities: pos: 40.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24408 components: - type: Transform @@ -121820,7 +118345,7 @@ entities: pos: 39.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24409 components: - type: Transform @@ -121828,7 +118353,7 @@ entities: pos: 38.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24410 components: - type: Transform @@ -121836,7 +118361,7 @@ entities: pos: 37.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24412 components: - type: Transform @@ -121844,7 +118369,7 @@ entities: pos: 35.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24414 components: - type: Transform @@ -121852,7 +118377,7 @@ entities: pos: 33.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24415 components: - type: Transform @@ -121860,7 +118385,7 @@ entities: pos: 32.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24416 components: - type: Transform @@ -121868,7 +118393,7 @@ entities: pos: 31.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24417 components: - type: Transform @@ -121876,7 +118401,7 @@ entities: pos: 30.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24418 components: - type: Transform @@ -121884,7 +118409,7 @@ entities: pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24419 components: - type: Transform @@ -121892,7 +118417,7 @@ entities: pos: 28.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24421 components: - type: Transform @@ -121900,7 +118425,7 @@ entities: pos: 26.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24422 components: - type: Transform @@ -121908,7 +118433,7 @@ entities: pos: 25.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24423 components: - type: Transform @@ -121916,7 +118441,7 @@ entities: pos: 24.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24425 components: - type: Transform @@ -121924,7 +118449,7 @@ entities: pos: 22.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24426 components: - type: Transform @@ -121932,7 +118457,7 @@ entities: pos: 21.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24427 components: - type: Transform @@ -121940,7 +118465,7 @@ entities: pos: 20.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24428 components: - type: Transform @@ -121948,7 +118473,7 @@ entities: pos: 19.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24430 components: - type: Transform @@ -121956,7 +118481,7 @@ entities: pos: 17.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24431 components: - type: Transform @@ -121964,7 +118489,7 @@ entities: pos: 16.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24432 components: - type: Transform @@ -121972,7 +118497,7 @@ entities: pos: 15.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24433 components: - type: Transform @@ -121980,14 +118505,14 @@ entities: pos: 14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24435 components: - type: Transform pos: -32.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24436 components: - type: Transform @@ -121995,7 +118520,7 @@ entities: pos: 11.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24437 components: - type: Transform @@ -122003,7 +118528,7 @@ entities: pos: 10.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24438 components: - type: Transform @@ -122011,7 +118536,7 @@ entities: pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24441 components: - type: Transform @@ -122019,7 +118544,7 @@ entities: pos: 6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24442 components: - type: Transform @@ -122027,7 +118552,7 @@ entities: pos: 5.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24443 components: - type: Transform @@ -122035,7 +118560,7 @@ entities: pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24444 components: - type: Transform @@ -122043,7 +118568,7 @@ entities: pos: 3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24445 components: - type: Transform @@ -122051,7 +118576,7 @@ entities: pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24446 components: - type: Transform @@ -122059,7 +118584,7 @@ entities: pos: 1.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24447 components: - type: Transform @@ -122067,7 +118592,7 @@ entities: pos: 0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24448 components: - type: Transform @@ -122075,7 +118600,7 @@ entities: pos: -0.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24449 components: - type: Transform @@ -122083,7 +118608,7 @@ entities: pos: -0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24450 components: - type: Transform @@ -122091,7 +118616,7 @@ entities: pos: -0.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24451 components: - type: Transform @@ -122099,7 +118624,7 @@ entities: pos: 0.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24452 components: - type: Transform @@ -122107,7 +118632,7 @@ entities: pos: 0.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24453 components: - type: Transform @@ -122115,7 +118640,7 @@ entities: pos: 0.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24454 components: - type: Transform @@ -122123,7 +118648,7 @@ entities: pos: 0.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24455 components: - type: Transform @@ -122131,7 +118656,7 @@ entities: pos: 0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24456 components: - type: Transform @@ -122139,7 +118664,7 @@ entities: pos: 0.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24457 components: - type: Transform @@ -122147,231 +118672,231 @@ entities: pos: 0.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24460 components: - type: Transform pos: -47.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24461 components: - type: Transform pos: -47.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24463 components: - type: Transform pos: -47.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24465 components: - type: Transform pos: -47.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24466 components: - type: Transform pos: -47.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24467 components: - type: Transform pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24468 components: - type: Transform pos: -47.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24469 components: - type: Transform pos: -47.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24470 components: - type: Transform pos: -47.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24471 components: - type: Transform pos: -47.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24472 components: - type: Transform pos: -47.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24473 components: - type: Transform pos: -47.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24474 components: - type: Transform pos: -47.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24475 components: - type: Transform pos: -47.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24476 components: - type: Transform pos: -47.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24477 components: - type: Transform pos: -47.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24478 components: - type: Transform pos: -45.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24479 components: - type: Transform pos: -45.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24480 components: - type: Transform pos: -45.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24481 components: - type: Transform pos: -45.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24482 components: - type: Transform pos: -45.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24484 components: - type: Transform pos: -45.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24485 components: - type: Transform pos: -45.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24486 components: - type: Transform pos: -45.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24487 components: - type: Transform pos: -45.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24488 components: - type: Transform pos: -45.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24489 components: - type: Transform pos: -45.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24490 components: - type: Transform pos: -45.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24491 components: - type: Transform pos: -45.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24492 components: - type: Transform pos: -45.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24515 components: - type: Transform pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24516 components: - type: Transform pos: -39.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24517 components: - type: Transform @@ -122379,7 +118904,7 @@ entities: pos: -41.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24518 components: - type: Transform @@ -122387,7 +118912,7 @@ entities: pos: -40.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24519 components: - type: Transform @@ -122395,7 +118920,7 @@ entities: pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24520 components: - type: Transform @@ -122403,7 +118928,7 @@ entities: pos: -38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24521 components: - type: Transform @@ -122411,7 +118936,7 @@ entities: pos: -37.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24522 components: - type: Transform @@ -122419,7 +118944,7 @@ entities: pos: -36.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24523 components: - type: Transform @@ -122427,7 +118952,7 @@ entities: pos: -35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24524 components: - type: Transform @@ -122435,14 +118960,14 @@ entities: pos: -34.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24525 components: - type: Transform pos: -32.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24526 components: - type: Transform @@ -122450,7 +118975,7 @@ entities: pos: -32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24527 components: - type: Transform @@ -122458,7 +118983,7 @@ entities: pos: -31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24528 components: - type: Transform @@ -122466,7 +118991,7 @@ entities: pos: -30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24529 components: - type: Transform @@ -122474,7 +118999,7 @@ entities: pos: -29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24530 components: - type: Transform @@ -122482,7 +119007,7 @@ entities: pos: -28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24532 components: - type: Transform @@ -122490,7 +119015,7 @@ entities: pos: -26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24533 components: - type: Transform @@ -122498,7 +119023,7 @@ entities: pos: -25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24534 components: - type: Transform @@ -122506,7 +119031,7 @@ entities: pos: -24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24535 components: - type: Transform @@ -122514,7 +119039,7 @@ entities: pos: -38.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24536 components: - type: Transform @@ -122522,7 +119047,7 @@ entities: pos: -37.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24537 components: - type: Transform @@ -122530,7 +119055,7 @@ entities: pos: -36.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24538 components: - type: Transform @@ -122538,7 +119063,7 @@ entities: pos: -35.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24539 components: - type: Transform @@ -122546,7 +119071,7 @@ entities: pos: -34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24540 components: - type: Transform @@ -122554,7 +119079,7 @@ entities: pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24542 components: - type: Transform @@ -122562,7 +119087,7 @@ entities: pos: -31.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24543 components: - type: Transform @@ -122570,7 +119095,7 @@ entities: pos: -30.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24544 components: - type: Transform @@ -122578,7 +119103,7 @@ entities: pos: -29.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24545 components: - type: Transform @@ -122586,7 +119111,7 @@ entities: pos: -28.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24546 components: - type: Transform @@ -122594,7 +119119,7 @@ entities: pos: -27.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24548 components: - type: Transform @@ -122602,7 +119127,7 @@ entities: pos: -25.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24549 components: - type: Transform @@ -122610,7 +119135,7 @@ entities: pos: -24.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24550 components: - type: Transform @@ -122618,7 +119143,7 @@ entities: pos: -23.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24551 components: - type: Transform @@ -122626,7 +119151,7 @@ entities: pos: -22.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24552 components: - type: Transform @@ -122634,7 +119159,7 @@ entities: pos: -21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24553 components: - type: Transform @@ -122642,7 +119167,7 @@ entities: pos: -20.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24555 components: - type: Transform @@ -122650,7 +119175,7 @@ entities: pos: -18.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24559 components: - type: Transform @@ -122658,238 +119183,231 @@ entities: pos: -20.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24560 components: - type: Transform pos: 48.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24561 components: - type: Transform pos: 48.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24562 components: - type: Transform pos: 48.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24563 components: - type: Transform pos: 48.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24564 components: - type: Transform pos: 48.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24565 components: - type: Transform pos: 48.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24566 components: - type: Transform pos: 48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24567 components: - type: Transform pos: 48.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24568 components: - type: Transform pos: 48.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24569 components: - type: Transform pos: 48.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24570 components: - type: Transform pos: 48.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24571 components: - type: Transform pos: 48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24572 components: - type: Transform pos: 48.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24573 components: - type: Transform pos: 48.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24574 components: - type: Transform pos: 48.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24575 components: - type: Transform pos: 48.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24576 components: - type: Transform pos: 48.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24577 components: - type: Transform pos: 49.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24578 components: - type: Transform pos: 49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24579 components: - type: Transform pos: 49.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24580 components: - type: Transform pos: 49.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24581 components: - type: Transform pos: 49.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24583 components: - type: Transform pos: 49.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24584 components: - type: Transform pos: 49.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24586 components: - type: Transform pos: 49.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24587 components: - type: Transform pos: 49.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24588 components: - type: Transform pos: 49.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24589 components: - type: Transform pos: 49.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24590 components: - type: Transform pos: 49.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24591 components: - type: Transform pos: 49.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24595 - components: - - type: Transform - pos: -27.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24600 components: - type: Transform pos: 47.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24605 components: - type: Transform pos: 47.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24606 components: - type: Transform @@ -122897,7 +119415,7 @@ entities: pos: 46.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24607 components: - type: Transform @@ -122905,7 +119423,7 @@ entities: pos: 45.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24608 components: - type: Transform @@ -122913,7 +119431,7 @@ entities: pos: 44.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24609 components: - type: Transform @@ -122921,7 +119439,7 @@ entities: pos: 43.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24610 components: - type: Transform @@ -122929,7 +119447,7 @@ entities: pos: 42.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24611 components: - type: Transform @@ -122937,7 +119455,7 @@ entities: pos: 41.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24612 components: - type: Transform @@ -122945,7 +119463,7 @@ entities: pos: 40.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24613 components: - type: Transform @@ -122953,7 +119471,7 @@ entities: pos: 39.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24614 components: - type: Transform @@ -122961,7 +119479,7 @@ entities: pos: 44.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24615 components: - type: Transform @@ -122969,7 +119487,7 @@ entities: pos: 43.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24616 components: - type: Transform @@ -122977,7 +119495,7 @@ entities: pos: 42.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24617 components: - type: Transform @@ -122985,7 +119503,7 @@ entities: pos: 41.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24618 components: - type: Transform @@ -122993,7 +119511,7 @@ entities: pos: 40.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24619 components: - type: Transform @@ -123001,84 +119519,84 @@ entities: pos: 8.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24624 components: - type: Transform pos: 51.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24625 components: - type: Transform pos: 51.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24626 components: - type: Transform pos: 51.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24627 components: - type: Transform pos: 51.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24628 components: - type: Transform pos: 51.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24630 components: - type: Transform pos: 51.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24632 components: - type: Transform pos: 51.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24633 components: - type: Transform pos: 51.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24634 components: - type: Transform pos: 51.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24635 components: - type: Transform pos: 51.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24636 components: - type: Transform pos: 51.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24647 components: - type: Transform @@ -123086,7 +119604,7 @@ entities: pos: 38.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24648 components: - type: Transform @@ -123094,7 +119612,7 @@ entities: pos: 37.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24650 components: - type: Transform @@ -123102,7 +119620,7 @@ entities: pos: 35.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24651 components: - type: Transform @@ -123110,7 +119628,7 @@ entities: pos: 34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24652 components: - type: Transform @@ -123118,7 +119636,7 @@ entities: pos: 33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24659 components: - type: Transform @@ -123126,7 +119644,7 @@ entities: pos: 26.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24660 components: - type: Transform @@ -123134,7 +119652,7 @@ entities: pos: 37.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24661 components: - type: Transform @@ -123142,7 +119660,7 @@ entities: pos: 36.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24664 components: - type: Transform @@ -123150,7 +119668,7 @@ entities: pos: 33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24665 components: - type: Transform @@ -123158,7 +119676,7 @@ entities: pos: 32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24666 components: - type: Transform @@ -123166,7 +119684,7 @@ entities: pos: 31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24667 components: - type: Transform @@ -123174,7 +119692,7 @@ entities: pos: 30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24668 components: - type: Transform @@ -123182,7 +119700,7 @@ entities: pos: 29.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24669 components: - type: Transform @@ -123190,7 +119708,7 @@ entities: pos: 28.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24670 components: - type: Transform @@ -123198,7 +119716,7 @@ entities: pos: 27.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24671 components: - type: Transform @@ -123206,7 +119724,7 @@ entities: pos: 26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24672 components: - type: Transform @@ -123214,7 +119732,7 @@ entities: pos: 25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24673 components: - type: Transform @@ -123222,7 +119740,7 @@ entities: pos: 24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24674 components: - type: Transform @@ -123230,7 +119748,7 @@ entities: pos: 23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24675 components: - type: Transform @@ -123238,7 +119756,7 @@ entities: pos: 22.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24676 components: - type: Transform @@ -123246,7 +119764,7 @@ entities: pos: 21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24677 components: - type: Transform @@ -123254,7 +119772,7 @@ entities: pos: 20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24678 components: - type: Transform @@ -123262,7 +119780,7 @@ entities: pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24681 components: - type: Transform @@ -123270,7 +119788,7 @@ entities: pos: 16.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24682 components: - type: Transform @@ -123278,7 +119796,7 @@ entities: pos: 15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24683 components: - type: Transform @@ -123286,7 +119804,7 @@ entities: pos: 14.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24684 components: - type: Transform @@ -123294,7 +119812,7 @@ entities: pos: -37.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24685 components: - type: Transform @@ -123302,7 +119820,7 @@ entities: pos: 12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24686 components: - type: Transform @@ -123310,7 +119828,7 @@ entities: pos: 11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24687 components: - type: Transform @@ -123318,7 +119836,7 @@ entities: pos: 25.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24688 components: - type: Transform @@ -123326,7 +119844,7 @@ entities: pos: 24.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24689 components: - type: Transform @@ -123334,7 +119852,7 @@ entities: pos: 23.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24690 components: - type: Transform @@ -123342,7 +119860,7 @@ entities: pos: 22.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24691 components: - type: Transform @@ -123350,7 +119868,7 @@ entities: pos: 21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24692 components: - type: Transform @@ -123358,7 +119876,7 @@ entities: pos: 20.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24693 components: - type: Transform @@ -123366,7 +119884,7 @@ entities: pos: -38.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24694 components: - type: Transform @@ -123374,7 +119892,7 @@ entities: pos: 18.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24696 components: - type: Transform @@ -123382,7 +119900,7 @@ entities: pos: 16.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24698 components: - type: Transform @@ -123390,7 +119908,7 @@ entities: pos: 14.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24699 components: - type: Transform @@ -123398,7 +119916,7 @@ entities: pos: 13.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24700 components: - type: Transform @@ -123406,7 +119924,7 @@ entities: pos: 12.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24701 components: - type: Transform @@ -123414,7 +119932,7 @@ entities: pos: 11.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24703 components: - type: Transform @@ -123422,7 +119940,7 @@ entities: pos: 9.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24704 components: - type: Transform @@ -123430,7 +119948,7 @@ entities: pos: 8.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24705 components: - type: Transform @@ -123438,7 +119956,7 @@ entities: pos: 7.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24706 components: - type: Transform @@ -123446,7 +119964,7 @@ entities: pos: 6.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24707 components: - type: Transform @@ -123454,7 +119972,7 @@ entities: pos: 5.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24708 components: - type: Transform @@ -123462,7 +119980,7 @@ entities: pos: 4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24709 components: - type: Transform @@ -123470,7 +119988,7 @@ entities: pos: 3.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24710 components: - type: Transform @@ -123478,7 +119996,7 @@ entities: pos: 10.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24711 components: - type: Transform @@ -123486,7 +120004,7 @@ entities: pos: 9.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24713 components: - type: Transform @@ -123494,7 +120012,7 @@ entities: pos: 7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24714 components: - type: Transform @@ -123502,7 +120020,7 @@ entities: pos: 6.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24715 components: - type: Transform @@ -123510,7 +120028,7 @@ entities: pos: 5.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24716 components: - type: Transform @@ -123518,7 +120036,7 @@ entities: pos: 4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24717 components: - type: Transform @@ -123526,7 +120044,7 @@ entities: pos: 3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24718 components: - type: Transform @@ -123534,7 +120052,7 @@ entities: pos: 2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24719 components: - type: Transform @@ -123542,7 +120060,7 @@ entities: pos: 1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24721 components: - type: Transform @@ -123550,7 +120068,7 @@ entities: pos: -0.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24722 components: - type: Transform @@ -123558,7 +120076,7 @@ entities: pos: -1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24723 components: - type: Transform @@ -123566,7 +120084,7 @@ entities: pos: -2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24724 components: - type: Transform @@ -123574,7 +120092,7 @@ entities: pos: -3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24726 components: - type: Transform @@ -123582,7 +120100,7 @@ entities: pos: -5.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24727 components: - type: Transform @@ -123590,7 +120108,7 @@ entities: pos: -6.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24729 components: - type: Transform @@ -123598,7 +120116,7 @@ entities: pos: -8.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24730 components: - type: Transform @@ -123606,7 +120124,7 @@ entities: pos: -9.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24732 components: - type: Transform @@ -123614,7 +120132,7 @@ entities: pos: 1.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24733 components: - type: Transform @@ -123622,7 +120140,7 @@ entities: pos: 0.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24734 components: - type: Transform @@ -123630,7 +120148,7 @@ entities: pos: -0.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24735 components: - type: Transform @@ -123638,7 +120156,7 @@ entities: pos: -1.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24736 components: - type: Transform @@ -123646,7 +120164,7 @@ entities: pos: -2.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24738 components: - type: Transform @@ -123654,7 +120172,7 @@ entities: pos: -4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24739 components: - type: Transform @@ -123662,7 +120180,7 @@ entities: pos: -5.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24741 components: - type: Transform @@ -123670,7 +120188,7 @@ entities: pos: -7.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24742 components: - type: Transform @@ -123678,7 +120196,7 @@ entities: pos: -8.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24743 components: - type: Transform @@ -123686,7 +120204,7 @@ entities: pos: -9.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24745 components: - type: Transform @@ -123694,7 +120212,7 @@ entities: pos: -11.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24746 components: - type: Transform @@ -123702,7 +120220,7 @@ entities: pos: -12.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24747 components: - type: Transform @@ -123710,7 +120228,7 @@ entities: pos: -13.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24748 components: - type: Transform @@ -123718,7 +120236,7 @@ entities: pos: -14.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24749 components: - type: Transform @@ -123726,7 +120244,7 @@ entities: pos: -15.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24750 components: - type: Transform @@ -123734,7 +120252,7 @@ entities: pos: -16.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24751 components: - type: Transform @@ -123742,7 +120260,7 @@ entities: pos: -17.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24752 components: - type: Transform @@ -123750,7 +120268,7 @@ entities: pos: -10.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24753 components: - type: Transform @@ -123758,7 +120276,7 @@ entities: pos: -11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24755 components: - type: Transform @@ -123766,7 +120284,7 @@ entities: pos: -13.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24756 components: - type: Transform @@ -123774,7 +120292,7 @@ entities: pos: -14.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24757 components: - type: Transform @@ -123782,7 +120300,7 @@ entities: pos: -15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24758 components: - type: Transform @@ -123790,7 +120308,7 @@ entities: pos: -16.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24759 components: - type: Transform @@ -123798,7 +120316,7 @@ entities: pos: -17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24760 components: - type: Transform @@ -123806,7 +120324,7 @@ entities: pos: -18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24761 components: - type: Transform @@ -123814,7 +120332,7 @@ entities: pos: -19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24762 components: - type: Transform @@ -123822,7 +120340,7 @@ entities: pos: -20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24764 components: - type: Transform @@ -123830,7 +120348,7 @@ entities: pos: -22.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24765 components: - type: Transform @@ -123838,7 +120356,7 @@ entities: pos: -23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24766 components: - type: Transform @@ -123846,7 +120364,7 @@ entities: pos: 0.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24767 components: - type: Transform @@ -123854,7 +120372,7 @@ entities: pos: 0.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24768 components: - type: Transform @@ -123862,7 +120380,7 @@ entities: pos: 0.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24769 components: - type: Transform @@ -123870,7 +120388,7 @@ entities: pos: 0.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24770 components: - type: Transform @@ -123878,7 +120396,7 @@ entities: pos: 0.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24771 components: - type: Transform @@ -123886,7 +120404,7 @@ entities: pos: 0.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24772 components: - type: Transform @@ -123894,7 +120412,7 @@ entities: pos: 0.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24773 components: - type: Transform @@ -123902,7 +120420,7 @@ entities: pos: 0.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24776 components: - type: Transform @@ -123910,7 +120428,7 @@ entities: pos: 0.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24777 components: - type: Transform @@ -123918,7 +120436,7 @@ entities: pos: 0.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24780 components: - type: Transform @@ -123926,7 +120444,7 @@ entities: pos: 0.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24781 components: - type: Transform @@ -123934,7 +120452,7 @@ entities: pos: 0.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24782 components: - type: Transform @@ -123942,7 +120460,7 @@ entities: pos: 0.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24784 components: - type: Transform @@ -123950,7 +120468,7 @@ entities: pos: 0.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24785 components: - type: Transform @@ -123958,7 +120476,7 @@ entities: pos: 0.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24786 components: - type: Transform @@ -123966,7 +120484,7 @@ entities: pos: 0.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24787 components: - type: Transform @@ -123974,7 +120492,7 @@ entities: pos: 0.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24788 components: - type: Transform @@ -123982,7 +120500,7 @@ entities: pos: 0.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24789 components: - type: Transform @@ -123990,7 +120508,7 @@ entities: pos: 0.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24795 components: - type: Transform @@ -123998,7 +120516,7 @@ entities: pos: 0.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24796 components: - type: Transform @@ -124006,7 +120524,7 @@ entities: pos: 0.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24797 components: - type: Transform @@ -124014,7 +120532,7 @@ entities: pos: 0.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24798 components: - type: Transform @@ -124022,7 +120540,7 @@ entities: pos: 0.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24799 components: - type: Transform @@ -124030,7 +120548,7 @@ entities: pos: 0.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24800 components: - type: Transform @@ -124038,7 +120556,7 @@ entities: pos: 0.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24803 components: - type: Transform @@ -124046,7 +120564,7 @@ entities: pos: 2.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24804 components: - type: Transform @@ -124054,7 +120572,7 @@ entities: pos: 2.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24805 components: - type: Transform @@ -124062,7 +120580,7 @@ entities: pos: 2.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24806 components: - type: Transform @@ -124070,7 +120588,7 @@ entities: pos: 2.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24807 components: - type: Transform @@ -124078,7 +120596,7 @@ entities: pos: 2.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24808 components: - type: Transform @@ -124086,7 +120604,7 @@ entities: pos: 2.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24814 components: - type: Transform @@ -124094,7 +120612,7 @@ entities: pos: 2.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24815 components: - type: Transform @@ -124102,7 +120620,7 @@ entities: pos: 2.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24816 components: - type: Transform @@ -124110,7 +120628,7 @@ entities: pos: 2.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24817 components: - type: Transform @@ -124118,7 +120636,7 @@ entities: pos: 2.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24818 components: - type: Transform @@ -124126,7 +120644,7 @@ entities: pos: 2.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24819 components: - type: Transform @@ -124134,7 +120652,7 @@ entities: pos: 2.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24821 components: - type: Transform @@ -124142,7 +120660,7 @@ entities: pos: 2.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24822 components: - type: Transform @@ -124150,7 +120668,7 @@ entities: pos: 2.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24824 components: - type: Transform @@ -124158,7 +120676,7 @@ entities: pos: 2.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24825 components: - type: Transform @@ -124166,7 +120684,7 @@ entities: pos: 2.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24826 components: - type: Transform @@ -124174,7 +120692,7 @@ entities: pos: 2.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24827 components: - type: Transform @@ -124182,7 +120700,7 @@ entities: pos: 31.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24828 components: - type: Transform @@ -124190,7 +120708,7 @@ entities: pos: 2.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24830 components: - type: Transform @@ -124198,7 +120716,7 @@ entities: pos: 2.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24831 components: - type: Transform @@ -124206,7 +120724,7 @@ entities: pos: 2.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24832 components: - type: Transform @@ -124214,7 +120732,7 @@ entities: pos: 2.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24833 components: - type: Transform @@ -124222,7 +120740,7 @@ entities: pos: 2.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24834 components: - type: Transform @@ -124230,7 +120748,7 @@ entities: pos: 2.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24835 components: - type: Transform @@ -124238,7 +120756,7 @@ entities: pos: 2.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24836 components: - type: Transform @@ -124246,7 +120764,7 @@ entities: pos: 2.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24837 components: - type: Transform @@ -124254,7 +120772,7 @@ entities: pos: 2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24838 components: - type: Transform @@ -124262,7 +120780,7 @@ entities: pos: 2.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24839 components: - type: Transform @@ -124270,7 +120788,7 @@ entities: pos: 2.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24840 components: - type: Transform @@ -124278,7 +120796,7 @@ entities: pos: 2.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24841 components: - type: Transform @@ -124286,7 +120804,7 @@ entities: pos: 2.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24842 components: - type: Transform @@ -124294,7 +120812,7 @@ entities: pos: 2.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24843 components: - type: Transform @@ -124302,7 +120820,7 @@ entities: pos: 2.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24844 components: - type: Transform @@ -124310,7 +120828,7 @@ entities: pos: 2.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24845 components: - type: Transform @@ -124318,7 +120836,7 @@ entities: pos: 2.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24846 components: - type: Transform @@ -124326,7 +120844,7 @@ entities: pos: 2.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24847 components: - type: Transform @@ -124334,7 +120852,7 @@ entities: pos: 2.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24848 components: - type: Transform @@ -124342,7 +120860,7 @@ entities: pos: 2.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24849 components: - type: Transform @@ -124350,7 +120868,7 @@ entities: pos: 2.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24850 components: - type: Transform @@ -124358,7 +120876,7 @@ entities: pos: 2.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24852 components: - type: Transform @@ -124366,7 +120884,7 @@ entities: pos: 2.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24854 components: - type: Transform @@ -124374,7 +120892,7 @@ entities: pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24855 components: - type: Transform @@ -124382,7 +120900,7 @@ entities: pos: 2.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24856 components: - type: Transform @@ -124390,7 +120908,7 @@ entities: pos: 2.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24857 components: - type: Transform @@ -124398,7 +120916,7 @@ entities: pos: 2.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24858 components: - type: Transform @@ -124406,7 +120924,7 @@ entities: pos: 2.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24859 components: - type: Transform @@ -124414,7 +120932,7 @@ entities: pos: 2.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24860 components: - type: Transform @@ -124422,7 +120940,7 @@ entities: pos: 2.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24861 components: - type: Transform @@ -124430,7 +120948,7 @@ entities: pos: 2.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24862 components: - type: Transform @@ -124438,7 +120956,7 @@ entities: pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24863 components: - type: Transform @@ -124446,7 +120964,7 @@ entities: pos: 0.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24864 components: - type: Transform @@ -124454,7 +120972,7 @@ entities: pos: 0.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24865 components: - type: Transform @@ -124462,7 +120980,7 @@ entities: pos: 0.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24866 components: - type: Transform @@ -124470,7 +120988,7 @@ entities: pos: 0.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24867 components: - type: Transform @@ -124478,7 +120996,7 @@ entities: pos: 0.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24868 components: - type: Transform @@ -124486,7 +121004,7 @@ entities: pos: 0.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24870 components: - type: Transform @@ -124494,7 +121012,7 @@ entities: pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24872 components: - type: Transform @@ -124502,7 +121020,7 @@ entities: pos: 0.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24873 components: - type: Transform @@ -124510,7 +121028,7 @@ entities: pos: 0.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24874 components: - type: Transform @@ -124518,7 +121036,7 @@ entities: pos: 0.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24875 components: - type: Transform @@ -124526,7 +121044,7 @@ entities: pos: 0.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24876 components: - type: Transform @@ -124534,7 +121052,7 @@ entities: pos: 0.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24877 components: - type: Transform @@ -124542,7 +121060,7 @@ entities: pos: 0.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24878 components: - type: Transform @@ -124550,7 +121068,7 @@ entities: pos: 0.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24879 components: - type: Transform @@ -124558,7 +121076,7 @@ entities: pos: 0.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24880 components: - type: Transform @@ -124566,7 +121084,7 @@ entities: pos: 0.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24881 components: - type: Transform @@ -124574,7 +121092,7 @@ entities: pos: 0.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24882 components: - type: Transform @@ -124582,7 +121100,7 @@ entities: pos: 0.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24883 components: - type: Transform @@ -124590,7 +121108,7 @@ entities: pos: 0.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24884 components: - type: Transform @@ -124598,7 +121116,7 @@ entities: pos: 0.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24885 components: - type: Transform @@ -124606,7 +121124,7 @@ entities: pos: 0.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24886 components: - type: Transform @@ -124614,7 +121132,7 @@ entities: pos: -0.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24888 components: - type: Transform @@ -124622,7 +121140,7 @@ entities: pos: -2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24889 components: - type: Transform @@ -124630,7 +121148,7 @@ entities: pos: -3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24890 components: - type: Transform @@ -124638,7 +121156,7 @@ entities: pos: -4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24891 components: - type: Transform @@ -124646,7 +121164,7 @@ entities: pos: -5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24892 components: - type: Transform @@ -124654,7 +121172,7 @@ entities: pos: -6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24893 components: - type: Transform @@ -124662,7 +121180,7 @@ entities: pos: -7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24894 components: - type: Transform @@ -124670,7 +121188,7 @@ entities: pos: -8.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24895 components: - type: Transform @@ -124678,7 +121196,7 @@ entities: pos: -9.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24896 components: - type: Transform @@ -124686,7 +121204,7 @@ entities: pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24897 components: - type: Transform @@ -124694,7 +121212,7 @@ entities: pos: 1.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24898 components: - type: Transform @@ -124702,7 +121220,7 @@ entities: pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24899 components: - type: Transform @@ -124710,7 +121228,7 @@ entities: pos: -0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24900 components: - type: Transform @@ -124718,7 +121236,7 @@ entities: pos: -1.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24901 components: - type: Transform @@ -124726,7 +121244,7 @@ entities: pos: -2.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24902 components: - type: Transform @@ -124734,7 +121252,7 @@ entities: pos: -3.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24903 components: - type: Transform @@ -124742,7 +121260,7 @@ entities: pos: -4.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24904 components: - type: Transform @@ -124750,7 +121268,7 @@ entities: pos: -5.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24905 components: - type: Transform @@ -124758,7 +121276,7 @@ entities: pos: -6.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24906 components: - type: Transform @@ -124766,7 +121284,7 @@ entities: pos: -7.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24907 components: - type: Transform @@ -124774,7 +121292,7 @@ entities: pos: -8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24908 components: - type: Transform @@ -124782,7 +121300,7 @@ entities: pos: -9.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24910 components: - type: Transform @@ -124790,7 +121308,7 @@ entities: pos: -11.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24911 components: - type: Transform @@ -124798,7 +121316,7 @@ entities: pos: -12.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24912 components: - type: Transform @@ -124806,7 +121324,7 @@ entities: pos: -13.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24914 components: - type: Transform @@ -124814,7 +121332,7 @@ entities: pos: -15.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24915 components: - type: Transform @@ -124822,7 +121340,7 @@ entities: pos: -16.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24916 components: - type: Transform @@ -124830,7 +121348,7 @@ entities: pos: -17.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24917 components: - type: Transform @@ -124838,7 +121356,7 @@ entities: pos: -18.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24918 components: - type: Transform @@ -124846,7 +121364,7 @@ entities: pos: -19.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24920 components: - type: Transform @@ -124854,7 +121372,7 @@ entities: pos: -21.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24921 components: - type: Transform @@ -124862,7 +121380,7 @@ entities: pos: -22.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24922 components: - type: Transform @@ -124870,7 +121388,7 @@ entities: pos: -23.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24923 components: - type: Transform @@ -124878,7 +121396,7 @@ entities: pos: -24.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24924 components: - type: Transform @@ -124886,7 +121404,7 @@ entities: pos: -25.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24926 components: - type: Transform @@ -124894,7 +121412,7 @@ entities: pos: -27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24928 components: - type: Transform @@ -124902,7 +121420,7 @@ entities: pos: -12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24929 components: - type: Transform @@ -124910,7 +121428,7 @@ entities: pos: -13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24930 components: - type: Transform @@ -124918,7 +121436,7 @@ entities: pos: -14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24932 components: - type: Transform @@ -124926,7 +121444,7 @@ entities: pos: -16.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24933 components: - type: Transform @@ -124934,7 +121452,7 @@ entities: pos: -17.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24935 components: - type: Transform @@ -124942,7 +121460,7 @@ entities: pos: -19.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24938 components: - type: Transform @@ -124950,7 +121468,7 @@ entities: pos: -22.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24939 components: - type: Transform @@ -124958,7 +121476,7 @@ entities: pos: -23.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24940 components: - type: Transform @@ -124966,7 +121484,7 @@ entities: pos: -24.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24941 components: - type: Transform @@ -124974,7 +121492,7 @@ entities: pos: -25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24942 components: - type: Transform @@ -124982,7 +121500,7 @@ entities: pos: -26.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24944 components: - type: Transform @@ -124990,7 +121508,7 @@ entities: pos: -28.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24945 components: - type: Transform @@ -124998,7 +121516,7 @@ entities: pos: -11.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24946 components: - type: Transform @@ -125006,7 +121524,7 @@ entities: pos: -11.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24947 components: - type: Transform @@ -125014,7 +121532,7 @@ entities: pos: -11.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24949 components: - type: Transform @@ -125022,7 +121540,7 @@ entities: pos: -11.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24950 components: - type: Transform @@ -125030,7 +121548,7 @@ entities: pos: -11.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24951 components: - type: Transform @@ -125038,7 +121556,7 @@ entities: pos: -10.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24952 components: - type: Transform @@ -125046,7 +121564,7 @@ entities: pos: -10.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24953 components: - type: Transform @@ -125054,7 +121572,7 @@ entities: pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24955 components: - type: Transform @@ -125062,7 +121580,7 @@ entities: pos: -10.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24956 components: - type: Transform @@ -125070,7 +121588,7 @@ entities: pos: -10.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24957 components: - type: Transform @@ -125078,7 +121596,7 @@ entities: pos: -11.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24958 components: - type: Transform @@ -125086,7 +121604,7 @@ entities: pos: -11.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24959 components: - type: Transform @@ -125094,7 +121612,7 @@ entities: pos: -11.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24960 components: - type: Transform @@ -125102,7 +121620,7 @@ entities: pos: -11.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24961 components: - type: Transform @@ -125110,7 +121628,7 @@ entities: pos: -11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24962 components: - type: Transform @@ -125118,7 +121636,7 @@ entities: pos: -11.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24963 components: - type: Transform @@ -125126,7 +121644,7 @@ entities: pos: -11.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24964 components: - type: Transform @@ -125134,7 +121652,7 @@ entities: pos: -11.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24965 components: - type: Transform @@ -125142,7 +121660,7 @@ entities: pos: -11.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24966 components: - type: Transform @@ -125150,7 +121668,7 @@ entities: pos: -11.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24967 components: - type: Transform @@ -125158,7 +121676,7 @@ entities: pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24968 components: - type: Transform @@ -125166,7 +121684,7 @@ entities: pos: -10.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24969 components: - type: Transform @@ -125174,7 +121692,7 @@ entities: pos: -10.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24970 components: - type: Transform @@ -125182,7 +121700,7 @@ entities: pos: -10.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24971 components: - type: Transform @@ -125190,7 +121708,7 @@ entities: pos: -10.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24972 components: - type: Transform @@ -125198,7 +121716,7 @@ entities: pos: -10.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24973 components: - type: Transform @@ -125206,7 +121724,7 @@ entities: pos: -10.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24974 components: - type: Transform @@ -125214,7 +121732,7 @@ entities: pos: -10.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24975 components: - type: Transform @@ -125222,7 +121740,7 @@ entities: pos: -10.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24976 components: - type: Transform @@ -125230,7 +121748,7 @@ entities: pos: -10.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24979 components: - type: Transform @@ -125238,7 +121756,7 @@ entities: pos: -11.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24980 components: - type: Transform @@ -125246,7 +121764,7 @@ entities: pos: -12.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24981 components: - type: Transform @@ -125254,7 +121772,7 @@ entities: pos: -13.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24982 components: - type: Transform @@ -125262,7 +121780,7 @@ entities: pos: -14.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24983 components: - type: Transform @@ -125270,7 +121788,7 @@ entities: pos: -15.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24984 components: - type: Transform @@ -125278,7 +121796,7 @@ entities: pos: -16.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24985 components: - type: Transform @@ -125286,7 +121804,7 @@ entities: pos: -17.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24986 components: - type: Transform @@ -125294,7 +121812,7 @@ entities: pos: -18.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24987 components: - type: Transform @@ -125302,7 +121820,7 @@ entities: pos: -19.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24988 components: - type: Transform @@ -125310,7 +121828,7 @@ entities: pos: -20.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24989 components: - type: Transform @@ -125318,7 +121836,7 @@ entities: pos: -21.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24990 components: - type: Transform @@ -125326,7 +121844,7 @@ entities: pos: -22.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24992 components: - type: Transform @@ -125334,7 +121852,7 @@ entities: pos: -24.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24993 components: - type: Transform @@ -125342,7 +121860,7 @@ entities: pos: -25.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24994 components: - type: Transform @@ -125350,7 +121868,7 @@ entities: pos: -26.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24995 components: - type: Transform @@ -125358,7 +121876,7 @@ entities: pos: -27.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24996 components: - type: Transform @@ -125366,7 +121884,7 @@ entities: pos: -28.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 24997 components: - type: Transform @@ -125374,7 +121892,7 @@ entities: pos: -12.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24998 components: - type: Transform @@ -125382,7 +121900,7 @@ entities: pos: -13.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 24999 components: - type: Transform @@ -125390,7 +121908,7 @@ entities: pos: -14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25000 components: - type: Transform @@ -125398,7 +121916,7 @@ entities: pos: -15.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25001 components: - type: Transform @@ -125406,7 +121924,7 @@ entities: pos: -16.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25002 components: - type: Transform @@ -125414,7 +121932,7 @@ entities: pos: -17.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25003 components: - type: Transform @@ -125422,7 +121940,7 @@ entities: pos: -18.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25004 components: - type: Transform @@ -125430,7 +121948,7 @@ entities: pos: -19.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25005 components: - type: Transform @@ -125438,7 +121956,7 @@ entities: pos: -20.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25007 components: - type: Transform @@ -125446,7 +121964,7 @@ entities: pos: -22.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25008 components: - type: Transform @@ -125454,7 +121972,7 @@ entities: pos: -23.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25009 components: - type: Transform @@ -125462,7 +121980,7 @@ entities: pos: -24.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25010 components: - type: Transform @@ -125470,7 +121988,7 @@ entities: pos: -25.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25011 components: - type: Transform @@ -125478,7 +121996,7 @@ entities: pos: -26.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25012 components: - type: Transform @@ -125486,7 +122004,7 @@ entities: pos: -27.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25013 components: - type: Transform @@ -125494,7 +122012,7 @@ entities: pos: -28.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25014 components: - type: Transform @@ -125502,7 +122020,7 @@ entities: pos: -9.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25015 components: - type: Transform @@ -125510,7 +122028,7 @@ entities: pos: -8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25016 components: - type: Transform @@ -125518,7 +122036,7 @@ entities: pos: -7.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25017 components: - type: Transform @@ -125526,7 +122044,7 @@ entities: pos: -6.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25018 components: - type: Transform @@ -125534,7 +122052,7 @@ entities: pos: -5.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25019 components: - type: Transform @@ -125542,7 +122060,7 @@ entities: pos: -4.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25020 components: - type: Transform @@ -125550,7 +122068,7 @@ entities: pos: -9.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25021 components: - type: Transform @@ -125558,7 +122076,7 @@ entities: pos: -8.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25022 components: - type: Transform @@ -125566,7 +122084,7 @@ entities: pos: -7.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25023 components: - type: Transform @@ -125574,7 +122092,7 @@ entities: pos: -6.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25024 components: - type: Transform @@ -125582,7 +122100,7 @@ entities: pos: -5.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25025 components: - type: Transform @@ -125590,7 +122108,7 @@ entities: pos: -4.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25028 components: - type: Transform @@ -125598,7 +122116,7 @@ entities: pos: 1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25029 components: - type: Transform @@ -125606,7 +122124,7 @@ entities: pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25030 components: - type: Transform @@ -125614,7 +122132,7 @@ entities: pos: 3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25031 components: - type: Transform @@ -125622,7 +122140,7 @@ entities: pos: 4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25032 components: - type: Transform @@ -125630,7 +122148,7 @@ entities: pos: 5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25033 components: - type: Transform @@ -125638,7 +122156,7 @@ entities: pos: 6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25034 components: - type: Transform @@ -125646,7 +122164,7 @@ entities: pos: 7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25035 components: - type: Transform @@ -125654,7 +122172,7 @@ entities: pos: 3.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25036 components: - type: Transform @@ -125662,7 +122180,7 @@ entities: pos: 4.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25037 components: - type: Transform @@ -125670,7 +122188,7 @@ entities: pos: 5.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25038 components: - type: Transform @@ -125678,7 +122196,7 @@ entities: pos: 6.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25039 components: - type: Transform @@ -125686,7 +122204,7 @@ entities: pos: 7.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25040 components: - type: Transform @@ -125694,7 +122212,7 @@ entities: pos: 8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25041 components: - type: Transform @@ -125702,154 +122220,56 @@ entities: pos: 9.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25046 components: - type: Transform pos: 8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25048 components: - type: Transform pos: 8.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25049 components: - type: Transform pos: 8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25050 components: - type: Transform pos: 8.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25051 components: - type: Transform pos: 8.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25052 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25055 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25057 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25059 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25060 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25061 - components: - - type: Transform - pos: 8.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' - uid: 25072 components: - type: Transform pos: -38.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25073 components: - type: Transform pos: -39.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25074 components: - type: Transform @@ -125857,7 +122277,7 @@ entities: pos: 10.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25075 components: - type: Transform @@ -125865,7 +122285,7 @@ entities: pos: 10.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25076 components: - type: Transform @@ -125873,7 +122293,7 @@ entities: pos: 10.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25078 components: - type: Transform @@ -125881,7 +122301,7 @@ entities: pos: 10.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25079 components: - type: Transform @@ -125889,7 +122309,7 @@ entities: pos: 10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25080 components: - type: Transform @@ -125897,7 +122317,7 @@ entities: pos: 10.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25081 components: - type: Transform @@ -125905,7 +122325,7 @@ entities: pos: 10.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25082 components: - type: Transform @@ -125913,7 +122333,7 @@ entities: pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25083 components: - type: Transform @@ -125921,7 +122341,7 @@ entities: pos: 8.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25084 components: - type: Transform @@ -125929,7 +122349,7 @@ entities: pos: 8.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25085 components: - type: Transform @@ -125937,7 +122357,7 @@ entities: pos: 8.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25086 components: - type: Transform @@ -125945,7 +122365,7 @@ entities: pos: 8.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25087 components: - type: Transform @@ -125953,7 +122373,7 @@ entities: pos: 8.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25089 components: - type: Transform @@ -125961,7 +122381,7 @@ entities: pos: 8.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25090 components: - type: Transform @@ -125969,7 +122389,7 @@ entities: pos: 8.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25091 components: - type: Transform @@ -125977,7 +122397,7 @@ entities: pos: 8.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25092 components: - type: Transform @@ -125985,7 +122405,7 @@ entities: pos: 8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25093 components: - type: Transform @@ -125993,7 +122413,7 @@ entities: pos: 10.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25094 components: - type: Transform @@ -126001,7 +122421,7 @@ entities: pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25095 components: - type: Transform @@ -126009,7 +122429,7 @@ entities: pos: 10.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25097 components: - type: Transform @@ -126017,7 +122437,7 @@ entities: pos: 10.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25098 components: - type: Transform @@ -126025,7 +122445,7 @@ entities: pos: 10.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25099 components: - type: Transform @@ -126033,7 +122453,7 @@ entities: pos: 10.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25100 components: - type: Transform @@ -126041,7 +122461,7 @@ entities: pos: 10.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25101 components: - type: Transform @@ -126049,7 +122469,7 @@ entities: pos: 10.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25102 components: - type: Transform @@ -126057,7 +122477,7 @@ entities: pos: 10.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25104 components: - type: Transform @@ -126065,7 +122485,7 @@ entities: pos: 11.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25105 components: - type: Transform @@ -126073,7 +122493,7 @@ entities: pos: 12.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25106 components: - type: Transform @@ -126081,7 +122501,7 @@ entities: pos: 13.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25107 components: - type: Transform @@ -126089,7 +122509,7 @@ entities: pos: 14.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25108 components: - type: Transform @@ -126097,7 +122517,7 @@ entities: pos: 15.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25109 components: - type: Transform @@ -126105,7 +122525,7 @@ entities: pos: 16.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25110 components: - type: Transform @@ -126113,7 +122533,7 @@ entities: pos: 17.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25111 components: - type: Transform @@ -126121,7 +122541,7 @@ entities: pos: 18.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25113 components: - type: Transform @@ -126129,7 +122549,7 @@ entities: pos: 20.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25114 components: - type: Transform @@ -126137,7 +122557,7 @@ entities: pos: 21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25116 components: - type: Transform @@ -126145,7 +122565,7 @@ entities: pos: 23.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25117 components: - type: Transform @@ -126153,7 +122573,7 @@ entities: pos: 24.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25118 components: - type: Transform @@ -126161,7 +122581,7 @@ entities: pos: 25.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25119 components: - type: Transform @@ -126169,7 +122589,7 @@ entities: pos: 26.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25121 components: - type: Transform @@ -126177,7 +122597,7 @@ entities: pos: 28.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25122 components: - type: Transform @@ -126185,7 +122605,7 @@ entities: pos: 29.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25123 components: - type: Transform @@ -126193,7 +122613,7 @@ entities: pos: 30.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25124 components: - type: Transform @@ -126201,7 +122621,7 @@ entities: pos: 9.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25125 components: - type: Transform @@ -126209,7 +122629,7 @@ entities: pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25126 components: - type: Transform @@ -126217,7 +122637,7 @@ entities: pos: 11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25127 components: - type: Transform @@ -126225,7 +122645,7 @@ entities: pos: 12.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25128 components: - type: Transform @@ -126233,7 +122653,7 @@ entities: pos: 13.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25129 components: - type: Transform @@ -126241,7 +122661,7 @@ entities: pos: 14.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25130 components: - type: Transform @@ -126249,7 +122669,7 @@ entities: pos: 15.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25131 components: - type: Transform @@ -126257,7 +122677,7 @@ entities: pos: 16.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25132 components: - type: Transform @@ -126265,7 +122685,7 @@ entities: pos: 17.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25134 components: - type: Transform @@ -126273,7 +122693,7 @@ entities: pos: 19.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25135 components: - type: Transform @@ -126281,7 +122701,7 @@ entities: pos: 20.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25137 components: - type: Transform @@ -126289,7 +122709,7 @@ entities: pos: 22.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25138 components: - type: Transform @@ -126297,7 +122717,7 @@ entities: pos: 23.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25139 components: - type: Transform @@ -126305,7 +122725,7 @@ entities: pos: 24.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25141 components: - type: Transform @@ -126313,7 +122733,7 @@ entities: pos: 26.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25142 components: - type: Transform @@ -126321,7 +122741,7 @@ entities: pos: 27.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25143 components: - type: Transform @@ -126329,140 +122749,140 @@ entities: pos: 28.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25147 components: - type: Transform pos: 30.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25148 components: - type: Transform pos: 30.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25149 components: - type: Transform pos: 30.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25150 components: - type: Transform pos: 30.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25151 components: - type: Transform pos: 30.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25152 components: - type: Transform pos: 30.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25153 components: - type: Transform pos: 30.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25154 components: - type: Transform pos: 30.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25156 components: - type: Transform pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25157 components: - type: Transform pos: 30.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25159 components: - type: Transform pos: 31.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25160 components: - type: Transform pos: 31.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25161 components: - type: Transform pos: 31.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25162 components: - type: Transform pos: 31.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25163 components: - type: Transform pos: 31.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25164 components: - type: Transform pos: 31.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25165 components: - type: Transform pos: 31.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25167 components: - type: Transform pos: 31.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25168 components: - type: Transform pos: 31.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25175 components: - type: Transform @@ -126470,7 +122890,7 @@ entities: pos: 9.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25176 components: - type: Transform @@ -126478,7 +122898,7 @@ entities: pos: 10.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25177 components: - type: Transform @@ -126486,7 +122906,7 @@ entities: pos: 11.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25178 components: - type: Transform @@ -126494,7 +122914,7 @@ entities: pos: 12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25179 components: - type: Transform @@ -126502,7 +122922,7 @@ entities: pos: 13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25180 components: - type: Transform @@ -126510,7 +122930,7 @@ entities: pos: 14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25181 components: - type: Transform @@ -126518,7 +122938,7 @@ entities: pos: 11.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25182 components: - type: Transform @@ -126526,7 +122946,7 @@ entities: pos: 12.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25183 components: - type: Transform @@ -126534,7 +122954,7 @@ entities: pos: 13.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25184 components: - type: Transform @@ -126542,7 +122962,7 @@ entities: pos: 14.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25258 components: - type: Transform @@ -126550,7 +122970,7 @@ entities: pos: -21.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25259 components: - type: Transform @@ -126558,7 +122978,7 @@ entities: pos: -22.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25268 components: - type: Transform @@ -126566,7 +122986,7 @@ entities: pos: -23.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25269 components: - type: Transform @@ -126574,7 +122994,7 @@ entities: pos: -24.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25270 components: - type: Transform @@ -126582,7 +123002,7 @@ entities: pos: -25.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25271 components: - type: Transform @@ -126590,7 +123010,7 @@ entities: pos: -26.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25272 components: - type: Transform @@ -126598,7 +123018,7 @@ entities: pos: -27.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25292 components: - type: Transform @@ -126606,15 +123026,7 @@ entities: pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25335 components: - type: Transform @@ -126622,7 +123034,7 @@ entities: pos: -44.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25350 components: - type: Transform @@ -126630,14 +123042,14 @@ entities: pos: 45.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25352 components: - type: Transform pos: 46.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25354 components: - type: Transform @@ -126645,7 +123057,7 @@ entities: pos: 49.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25355 components: - type: Transform @@ -126653,7 +123065,7 @@ entities: pos: 50.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25356 components: - type: Transform @@ -126661,7 +123073,7 @@ entities: pos: 51.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25357 components: - type: Transform @@ -126669,7 +123081,7 @@ entities: pos: 52.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25358 components: - type: Transform @@ -126677,7 +123089,7 @@ entities: pos: 51.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25361 components: - type: Transform @@ -126685,7 +123097,7 @@ entities: pos: 27.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25362 components: - type: Transform @@ -126693,7 +123105,7 @@ entities: pos: 27.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25364 components: - type: Transform @@ -126701,7 +123113,7 @@ entities: pos: 27.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25365 components: - type: Transform @@ -126709,7 +123121,7 @@ entities: pos: 27.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25367 components: - type: Transform @@ -126717,7 +123129,7 @@ entities: pos: 27.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25368 components: - type: Transform @@ -126725,7 +123137,7 @@ entities: pos: 29.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25369 components: - type: Transform @@ -126733,7 +123145,7 @@ entities: pos: 29.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25370 components: - type: Transform @@ -126741,7 +123153,7 @@ entities: pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25371 components: - type: Transform @@ -126749,7 +123161,7 @@ entities: pos: 29.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25372 components: - type: Transform @@ -126757,7 +123169,7 @@ entities: pos: 29.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25374 components: - type: Transform @@ -126765,7 +123177,7 @@ entities: pos: 29.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25376 components: - type: Transform @@ -126773,7 +123185,7 @@ entities: pos: 29.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25379 components: - type: Transform @@ -126781,7 +123193,7 @@ entities: pos: 28.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25380 components: - type: Transform @@ -126789,7 +123201,7 @@ entities: pos: 29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25381 components: - type: Transform @@ -126797,7 +123209,7 @@ entities: pos: 30.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25382 components: - type: Transform @@ -126805,7 +123217,7 @@ entities: pos: 31.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25383 components: - type: Transform @@ -126813,7 +123225,7 @@ entities: pos: 32.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25384 components: - type: Transform @@ -126821,7 +123233,7 @@ entities: pos: 33.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25386 components: - type: Transform @@ -126829,7 +123241,7 @@ entities: pos: 35.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25388 components: - type: Transform @@ -126837,7 +123249,7 @@ entities: pos: 37.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25389 components: - type: Transform @@ -126845,7 +123257,7 @@ entities: pos: 30.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25390 components: - type: Transform @@ -126853,7 +123265,7 @@ entities: pos: 31.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25391 components: - type: Transform @@ -126861,7 +123273,7 @@ entities: pos: 32.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25392 components: - type: Transform @@ -126869,7 +123281,7 @@ entities: pos: 33.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25393 components: - type: Transform @@ -126877,7 +123289,7 @@ entities: pos: 34.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25395 components: - type: Transform @@ -126885,7 +123297,7 @@ entities: pos: 36.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25396 components: - type: Transform @@ -126893,7 +123305,7 @@ entities: pos: 37.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25397 components: - type: Transform @@ -126901,7 +123313,7 @@ entities: pos: 38.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25398 components: - type: Transform @@ -126909,7 +123321,7 @@ entities: pos: 39.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25401 components: - type: Transform @@ -126917,7 +123329,7 @@ entities: pos: 38.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25402 components: - type: Transform @@ -126925,7 +123337,7 @@ entities: pos: 38.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25403 components: - type: Transform @@ -126933,7 +123345,7 @@ entities: pos: 38.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25405 components: - type: Transform @@ -126941,7 +123353,7 @@ entities: pos: 38.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25406 components: - type: Transform @@ -126949,7 +123361,7 @@ entities: pos: 38.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25407 components: - type: Transform @@ -126957,7 +123369,7 @@ entities: pos: 38.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25408 components: - type: Transform @@ -126965,7 +123377,7 @@ entities: pos: 38.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25410 components: - type: Transform @@ -126973,7 +123385,7 @@ entities: pos: 38.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25412 components: - type: Transform @@ -126981,7 +123393,7 @@ entities: pos: 38.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25413 components: - type: Transform @@ -126989,7 +123401,7 @@ entities: pos: 38.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25415 components: - type: Transform @@ -126997,7 +123409,7 @@ entities: pos: 38.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25416 components: - type: Transform @@ -127005,7 +123417,7 @@ entities: pos: 38.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25417 components: - type: Transform @@ -127013,7 +123425,7 @@ entities: pos: 38.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25419 components: - type: Transform @@ -127021,7 +123433,7 @@ entities: pos: 40.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25421 components: - type: Transform @@ -127029,7 +123441,7 @@ entities: pos: 40.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25423 components: - type: Transform @@ -127037,7 +123449,7 @@ entities: pos: 40.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25424 components: - type: Transform @@ -127045,7 +123457,7 @@ entities: pos: 40.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25425 components: - type: Transform @@ -127053,7 +123465,7 @@ entities: pos: 40.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25427 components: - type: Transform @@ -127061,7 +123473,7 @@ entities: pos: 40.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25428 components: - type: Transform @@ -127069,7 +123481,7 @@ entities: pos: 40.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25430 components: - type: Transform @@ -127077,7 +123489,7 @@ entities: pos: 40.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25431 components: - type: Transform @@ -127085,7 +123497,7 @@ entities: pos: 40.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25433 components: - type: Transform @@ -127093,7 +123505,7 @@ entities: pos: 40.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25436 components: - type: Transform @@ -127101,7 +123513,7 @@ entities: pos: 39.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25438 components: - type: Transform @@ -127109,7 +123521,7 @@ entities: pos: 39.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25443 components: - type: Transform @@ -127117,7 +123529,7 @@ entities: pos: 39.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25444 components: - type: Transform @@ -127125,7 +123537,7 @@ entities: pos: 40.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25445 components: - type: Transform @@ -127133,7 +123545,7 @@ entities: pos: 41.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25446 components: - type: Transform @@ -127141,7 +123553,7 @@ entities: pos: 42.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25447 components: - type: Transform @@ -127149,7 +123561,7 @@ entities: pos: 43.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25448 components: - type: Transform @@ -127157,7 +123569,7 @@ entities: pos: 41.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25449 components: - type: Transform @@ -127165,7 +123577,7 @@ entities: pos: 42.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25450 components: - type: Transform @@ -127173,7 +123585,7 @@ entities: pos: 43.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25453 components: - type: Transform @@ -127181,7 +123593,7 @@ entities: pos: 39.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25454 components: - type: Transform @@ -127189,7 +123601,7 @@ entities: pos: 40.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25455 components: - type: Transform @@ -127197,7 +123609,7 @@ entities: pos: 41.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25456 components: - type: Transform @@ -127205,7 +123617,7 @@ entities: pos: 42.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25457 components: - type: Transform @@ -127213,7 +123625,7 @@ entities: pos: 41.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25458 components: - type: Transform @@ -127221,7 +123633,7 @@ entities: pos: 42.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25461 components: - type: Transform @@ -127229,7 +123641,7 @@ entities: pos: 41.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25462 components: - type: Transform @@ -127237,7 +123649,7 @@ entities: pos: 39.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25463 components: - type: Transform @@ -127245,7 +123657,7 @@ entities: pos: 40.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25464 components: - type: Transform @@ -127253,7 +123665,7 @@ entities: pos: 41.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25465 components: - type: Transform @@ -127261,7 +123673,7 @@ entities: pos: 42.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25469 components: - type: Transform @@ -127269,7 +123681,7 @@ entities: pos: 39.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25470 components: - type: Transform @@ -127277,7 +123689,7 @@ entities: pos: 40.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25471 components: - type: Transform @@ -127285,7 +123697,7 @@ entities: pos: 41.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25472 components: - type: Transform @@ -127293,7 +123705,7 @@ entities: pos: 41.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25473 components: - type: Transform @@ -127301,7 +123713,7 @@ entities: pos: 42.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25474 components: - type: Transform @@ -127309,49 +123721,49 @@ entities: pos: 43.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25477 components: - type: Transform pos: 34.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25478 components: - type: Transform pos: 34.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25479 components: - type: Transform pos: 34.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25480 components: - type: Transform pos: 35.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25481 components: - type: Transform pos: 35.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25482 components: - type: Transform pos: 35.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25487 components: - type: Transform @@ -127359,7 +123771,7 @@ entities: pos: 35.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25488 components: - type: Transform @@ -127367,7 +123779,7 @@ entities: pos: 36.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25489 components: - type: Transform @@ -127375,7 +123787,7 @@ entities: pos: 37.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25490 components: - type: Transform @@ -127383,7 +123795,7 @@ entities: pos: 38.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25491 components: - type: Transform @@ -127391,7 +123803,7 @@ entities: pos: 39.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25492 components: - type: Transform @@ -127399,7 +123811,7 @@ entities: pos: 36.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25493 components: - type: Transform @@ -127407,7 +123819,7 @@ entities: pos: 37.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25494 components: - type: Transform @@ -127415,7 +123827,7 @@ entities: pos: 38.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25495 components: - type: Transform @@ -127423,7 +123835,7 @@ entities: pos: 39.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25501 components: - type: Transform @@ -127431,7 +123843,7 @@ entities: pos: 23.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25502 components: - type: Transform @@ -127439,7 +123851,7 @@ entities: pos: 23.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25503 components: - type: Transform @@ -127447,7 +123859,7 @@ entities: pos: 23.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25504 components: - type: Transform @@ -127455,7 +123867,7 @@ entities: pos: 23.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25505 components: - type: Transform @@ -127463,7 +123875,7 @@ entities: pos: 23.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25507 components: - type: Transform @@ -127471,7 +123883,7 @@ entities: pos: 23.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25508 components: - type: Transform @@ -127479,7 +123891,7 @@ entities: pos: 23.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25509 components: - type: Transform @@ -127487,7 +123899,7 @@ entities: pos: 23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25510 components: - type: Transform @@ -127495,7 +123907,7 @@ entities: pos: 23.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25511 components: - type: Transform @@ -127503,7 +123915,7 @@ entities: pos: 24.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25512 components: - type: Transform @@ -127511,7 +123923,7 @@ entities: pos: 24.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25513 components: - type: Transform @@ -127519,7 +123931,7 @@ entities: pos: 24.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25514 components: - type: Transform @@ -127527,7 +123939,7 @@ entities: pos: 24.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25515 components: - type: Transform @@ -127535,7 +123947,7 @@ entities: pos: 24.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25516 components: - type: Transform @@ -127543,7 +123955,7 @@ entities: pos: 24.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25518 components: - type: Transform @@ -127551,7 +123963,7 @@ entities: pos: 24.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25519 components: - type: Transform @@ -127559,7 +123971,7 @@ entities: pos: 24.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25520 components: - type: Transform @@ -127567,7 +123979,7 @@ entities: pos: 24.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25521 components: - type: Transform @@ -127575,7 +123987,7 @@ entities: pos: 24.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25522 components: - type: Transform @@ -127583,7 +123995,7 @@ entities: pos: 24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25523 components: - type: Transform @@ -127591,14 +124003,14 @@ entities: pos: 24.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25526 components: - type: Transform pos: 23.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25527 components: - type: Transform @@ -127606,7 +124018,7 @@ entities: pos: 22.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25528 components: - type: Transform @@ -127614,7 +124026,7 @@ entities: pos: 21.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25529 components: - type: Transform @@ -127622,7 +124034,7 @@ entities: pos: 20.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25530 components: - type: Transform @@ -127630,7 +124042,7 @@ entities: pos: 19.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25531 components: - type: Transform @@ -127638,7 +124050,7 @@ entities: pos: 18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25532 components: - type: Transform @@ -127646,7 +124058,7 @@ entities: pos: 17.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25533 components: - type: Transform @@ -127654,7 +124066,7 @@ entities: pos: 16.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25534 components: - type: Transform @@ -127662,7 +124074,7 @@ entities: pos: 15.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25535 components: - type: Transform @@ -127670,7 +124082,7 @@ entities: pos: 14.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25536 components: - type: Transform @@ -127678,7 +124090,7 @@ entities: pos: 13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25538 components: - type: Transform @@ -127686,7 +124098,7 @@ entities: pos: 11.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25539 components: - type: Transform @@ -127694,7 +124106,7 @@ entities: pos: 10.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25540 components: - type: Transform @@ -127702,7 +124114,7 @@ entities: pos: 9.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25541 components: - type: Transform @@ -127710,7 +124122,7 @@ entities: pos: 8.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25542 components: - type: Transform @@ -127718,7 +124130,7 @@ entities: pos: 7.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25543 components: - type: Transform @@ -127726,7 +124138,7 @@ entities: pos: 6.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25544 components: - type: Transform @@ -127734,7 +124146,7 @@ entities: pos: 5.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25545 components: - type: Transform @@ -127742,7 +124154,7 @@ entities: pos: 4.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25546 components: - type: Transform @@ -127750,7 +124162,7 @@ entities: pos: 3.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25547 components: - type: Transform @@ -127758,7 +124170,7 @@ entities: pos: 2.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25548 components: - type: Transform @@ -127766,7 +124178,7 @@ entities: pos: 1.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25549 components: - type: Transform @@ -127774,7 +124186,7 @@ entities: pos: 23.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25550 components: - type: Transform @@ -127782,7 +124194,7 @@ entities: pos: 22.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25551 components: - type: Transform @@ -127790,7 +124202,7 @@ entities: pos: 21.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25552 components: - type: Transform @@ -127798,7 +124210,7 @@ entities: pos: 20.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25553 components: - type: Transform @@ -127806,7 +124218,7 @@ entities: pos: 19.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25554 components: - type: Transform @@ -127814,7 +124226,7 @@ entities: pos: 18.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25555 components: - type: Transform @@ -127822,7 +124234,7 @@ entities: pos: 17.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25556 components: - type: Transform @@ -127830,7 +124242,7 @@ entities: pos: 16.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25558 components: - type: Transform @@ -127838,7 +124250,7 @@ entities: pos: 14.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25559 components: - type: Transform @@ -127846,7 +124258,7 @@ entities: pos: 13.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25560 components: - type: Transform @@ -127854,7 +124266,7 @@ entities: pos: 12.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25561 components: - type: Transform @@ -127862,7 +124274,7 @@ entities: pos: 11.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25562 components: - type: Transform @@ -127870,7 +124282,7 @@ entities: pos: 10.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25563 components: - type: Transform @@ -127878,7 +124290,7 @@ entities: pos: 9.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25564 components: - type: Transform @@ -127886,7 +124298,7 @@ entities: pos: 8.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25565 components: - type: Transform @@ -127894,7 +124306,7 @@ entities: pos: 7.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25566 components: - type: Transform @@ -127902,7 +124314,7 @@ entities: pos: 6.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25567 components: - type: Transform @@ -127910,7 +124322,7 @@ entities: pos: 5.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25568 components: - type: Transform @@ -127918,7 +124330,7 @@ entities: pos: 4.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25569 components: - type: Transform @@ -127926,14 +124338,14 @@ entities: pos: 3.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25572 components: - type: Transform pos: 31.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25574 components: - type: Transform @@ -127941,7 +124353,7 @@ entities: pos: 24.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25575 components: - type: Transform @@ -127949,7 +124361,7 @@ entities: pos: 25.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25576 components: - type: Transform @@ -127957,7 +124369,7 @@ entities: pos: 26.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25577 components: - type: Transform @@ -127965,7 +124377,7 @@ entities: pos: 27.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25578 components: - type: Transform @@ -127973,7 +124385,7 @@ entities: pos: 28.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25579 components: - type: Transform @@ -127981,7 +124393,7 @@ entities: pos: 29.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25580 components: - type: Transform @@ -127989,7 +124401,7 @@ entities: pos: 30.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25581 components: - type: Transform @@ -127997,7 +124409,7 @@ entities: pos: 31.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25582 components: - type: Transform @@ -128005,7 +124417,7 @@ entities: pos: 32.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25583 components: - type: Transform @@ -128013,7 +124425,7 @@ entities: pos: 33.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25584 components: - type: Transform @@ -128021,7 +124433,7 @@ entities: pos: 25.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25585 components: - type: Transform @@ -128029,7 +124441,7 @@ entities: pos: 26.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25586 components: - type: Transform @@ -128037,7 +124449,7 @@ entities: pos: 27.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25587 components: - type: Transform @@ -128045,7 +124457,7 @@ entities: pos: 28.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25588 components: - type: Transform @@ -128053,7 +124465,7 @@ entities: pos: 29.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25589 components: - type: Transform @@ -128061,7 +124473,7 @@ entities: pos: 30.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25590 components: - type: Transform @@ -128069,7 +124481,7 @@ entities: pos: 31.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25591 components: - type: Transform @@ -128077,7 +124489,7 @@ entities: pos: 32.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25592 components: - type: Transform @@ -128085,7 +124497,7 @@ entities: pos: 33.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25593 components: - type: Transform @@ -128093,161 +124505,161 @@ entities: pos: 34.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25594 components: - type: Transform pos: 35.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25595 components: - type: Transform pos: 35.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25596 components: - type: Transform pos: 35.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25597 components: - type: Transform pos: 35.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25598 components: - type: Transform pos: 35.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25599 components: - type: Transform pos: 35.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25600 components: - type: Transform pos: 35.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25601 components: - type: Transform pos: 35.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25602 components: - type: Transform pos: 35.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25603 components: - type: Transform pos: 35.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25604 components: - type: Transform pos: 34.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25605 components: - type: Transform pos: 34.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25606 components: - type: Transform pos: 34.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25607 components: - type: Transform pos: 34.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25608 components: - type: Transform pos: 34.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25609 components: - type: Transform pos: 34.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25610 components: - type: Transform pos: 34.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25611 components: - type: Transform pos: 34.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25612 components: - type: Transform pos: 34.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25613 components: - type: Transform pos: 34.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25614 components: - type: Transform pos: 31.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25615 components: - type: Transform pos: 31.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25616 components: - type: Transform @@ -128255,7 +124667,7 @@ entities: pos: 34.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25617 components: - type: Transform @@ -128263,7 +124675,7 @@ entities: pos: 33.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25618 components: - type: Transform @@ -128271,7 +124683,7 @@ entities: pos: 32.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25619 components: - type: Transform @@ -128279,7 +124691,7 @@ entities: pos: 32.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25625 components: - type: Transform @@ -128287,7 +124699,7 @@ entities: pos: 32.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25626 components: - type: Transform @@ -128295,7 +124707,7 @@ entities: pos: 33.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25637 components: - type: Transform @@ -128303,7 +124715,7 @@ entities: pos: 33.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25638 components: - type: Transform @@ -128311,7 +124723,7 @@ entities: pos: 34.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25639 components: - type: Transform @@ -128319,7 +124731,7 @@ entities: pos: 35.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25640 components: - type: Transform @@ -128327,7 +124739,7 @@ entities: pos: 36.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25641 components: - type: Transform @@ -128335,7 +124747,7 @@ entities: pos: 37.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25642 components: - type: Transform @@ -128343,7 +124755,7 @@ entities: pos: 38.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25643 components: - type: Transform @@ -128351,7 +124763,7 @@ entities: pos: 40.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25644 components: - type: Transform @@ -128359,7 +124771,7 @@ entities: pos: 41.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25645 components: - type: Transform @@ -128367,7 +124779,7 @@ entities: pos: 42.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25646 components: - type: Transform @@ -128375,7 +124787,7 @@ entities: pos: 43.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25647 components: - type: Transform @@ -128383,7 +124795,7 @@ entities: pos: 44.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25648 components: - type: Transform @@ -128391,7 +124803,7 @@ entities: pos: 45.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25649 components: - type: Transform @@ -128399,7 +124811,7 @@ entities: pos: 46.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25650 components: - type: Transform @@ -128407,7 +124819,7 @@ entities: pos: 47.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25651 components: - type: Transform @@ -128415,7 +124827,7 @@ entities: pos: 48.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25652 components: - type: Transform @@ -128423,7 +124835,7 @@ entities: pos: 49.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25653 components: - type: Transform @@ -128431,7 +124843,7 @@ entities: pos: 50.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25654 components: - type: Transform @@ -128439,7 +124851,7 @@ entities: pos: 51.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25656 components: - type: Transform @@ -128447,7 +124859,7 @@ entities: pos: 39.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25657 components: - type: Transform @@ -128455,7 +124867,7 @@ entities: pos: 40.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25658 components: - type: Transform @@ -128463,7 +124875,7 @@ entities: pos: 41.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25659 components: - type: Transform @@ -128471,7 +124883,7 @@ entities: pos: 42.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25660 components: - type: Transform @@ -128479,7 +124891,7 @@ entities: pos: 43.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25661 components: - type: Transform @@ -128487,7 +124899,7 @@ entities: pos: 44.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25662 components: - type: Transform @@ -128495,7 +124907,7 @@ entities: pos: 45.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25663 components: - type: Transform @@ -128503,7 +124915,7 @@ entities: pos: 46.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25664 components: - type: Transform @@ -128511,7 +124923,7 @@ entities: pos: 47.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25665 components: - type: Transform @@ -128519,7 +124931,7 @@ entities: pos: 48.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25670 components: - type: Transform @@ -128527,7 +124939,7 @@ entities: pos: 53.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25679 components: - type: Transform @@ -128535,7 +124947,7 @@ entities: pos: 56.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25681 components: - type: Transform @@ -128543,7 +124955,7 @@ entities: pos: 58.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25682 components: - type: Transform @@ -128551,7 +124963,7 @@ entities: pos: 57.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25683 components: - type: Transform @@ -128559,35 +124971,35 @@ entities: pos: 58.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25684 components: - type: Transform pos: 56.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25685 components: - type: Transform pos: 56.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25686 components: - type: Transform pos: 55.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25687 components: - type: Transform pos: 55.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25688 components: - type: Transform @@ -128595,7 +125007,7 @@ entities: pos: 55.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25689 components: - type: Transform @@ -128603,7 +125015,7 @@ entities: pos: 54.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25690 components: - type: Transform @@ -128611,7 +125023,7 @@ entities: pos: 53.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25693 components: - type: Transform @@ -128619,7 +125031,7 @@ entities: pos: 54.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25694 components: - type: Transform @@ -128627,7 +125039,7 @@ entities: pos: 54.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25695 components: - type: Transform @@ -128635,14 +125047,14 @@ entities: pos: 54.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25697 components: - type: Transform pos: 25.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25701 components: - type: Transform @@ -128650,7 +125062,7 @@ entities: pos: 3.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25702 components: - type: Transform @@ -128658,7 +125070,7 @@ entities: pos: 4.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25703 components: - type: Transform @@ -128666,7 +125078,7 @@ entities: pos: 5.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25704 components: - type: Transform @@ -128674,7 +125086,7 @@ entities: pos: 6.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25705 components: - type: Transform @@ -128682,7 +125094,7 @@ entities: pos: 8.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25706 components: - type: Transform @@ -128690,7 +125102,7 @@ entities: pos: 9.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25707 components: - type: Transform @@ -128698,7 +125110,7 @@ entities: pos: 10.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25708 components: - type: Transform @@ -128706,7 +125118,7 @@ entities: pos: 11.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25709 components: - type: Transform @@ -128714,7 +125126,7 @@ entities: pos: 12.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25710 components: - type: Transform @@ -128722,7 +125134,7 @@ entities: pos: 13.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25711 components: - type: Transform @@ -128730,7 +125142,7 @@ entities: pos: 35.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25712 components: - type: Transform @@ -128738,7 +125150,7 @@ entities: pos: 15.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25713 components: - type: Transform @@ -128746,7 +125158,7 @@ entities: pos: 16.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25714 components: - type: Transform @@ -128754,7 +125166,7 @@ entities: pos: 17.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25715 components: - type: Transform @@ -128762,7 +125174,7 @@ entities: pos: 18.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25716 components: - type: Transform @@ -128770,7 +125182,7 @@ entities: pos: 16.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25717 components: - type: Transform @@ -128778,7 +125190,7 @@ entities: pos: 15.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25718 components: - type: Transform @@ -128786,7 +125198,7 @@ entities: pos: 14.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25719 components: - type: Transform @@ -128794,7 +125206,7 @@ entities: pos: 13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25720 components: - type: Transform @@ -128802,7 +125214,7 @@ entities: pos: 12.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25721 components: - type: Transform @@ -128810,7 +125222,7 @@ entities: pos: 11.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25722 components: - type: Transform @@ -128818,7 +125230,7 @@ entities: pos: 10.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25724 components: - type: Transform @@ -128826,7 +125238,7 @@ entities: pos: 8.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25725 components: - type: Transform @@ -128834,7 +125246,7 @@ entities: pos: 6.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25726 components: - type: Transform @@ -128842,7 +125254,7 @@ entities: pos: 5.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25728 components: - type: Transform @@ -128850,7 +125262,7 @@ entities: pos: 3.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25729 components: - type: Transform @@ -128858,7 +125270,7 @@ entities: pos: 2.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25730 components: - type: Transform @@ -128866,7 +125278,7 @@ entities: pos: 1.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25733 components: - type: Transform @@ -128874,7 +125286,7 @@ entities: pos: 7.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25738 components: - type: Transform @@ -128882,7 +125294,7 @@ entities: pos: 17.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25739 components: - type: Transform @@ -128890,7 +125302,7 @@ entities: pos: 17.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25740 components: - type: Transform @@ -128898,7 +125310,7 @@ entities: pos: 17.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25743 components: - type: Transform @@ -128906,7 +125318,7 @@ entities: pos: 17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25745 components: - type: Transform @@ -128914,7 +125326,7 @@ entities: pos: 17.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25746 components: - type: Transform @@ -128922,7 +125334,7 @@ entities: pos: 17.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25747 components: - type: Transform @@ -128930,7 +125342,7 @@ entities: pos: 17.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25748 components: - type: Transform @@ -128938,7 +125350,7 @@ entities: pos: 17.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25749 components: - type: Transform @@ -128946,7 +125358,7 @@ entities: pos: 17.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25750 components: - type: Transform @@ -128954,7 +125366,7 @@ entities: pos: 17.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25751 components: - type: Transform @@ -128962,7 +125374,7 @@ entities: pos: 17.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25754 components: - type: Transform @@ -128970,7 +125382,7 @@ entities: pos: 19.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25755 components: - type: Transform @@ -128978,7 +125390,7 @@ entities: pos: 19.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25756 components: - type: Transform @@ -128986,7 +125398,7 @@ entities: pos: 19.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25759 components: - type: Transform @@ -128994,7 +125406,7 @@ entities: pos: 19.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25760 components: - type: Transform @@ -129002,7 +125414,7 @@ entities: pos: 19.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25762 components: - type: Transform @@ -129010,7 +125422,7 @@ entities: pos: 19.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25763 components: - type: Transform @@ -129018,7 +125430,7 @@ entities: pos: 19.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25764 components: - type: Transform @@ -129026,7 +125438,7 @@ entities: pos: 19.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25765 components: - type: Transform @@ -129034,7 +125446,7 @@ entities: pos: 19.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25766 components: - type: Transform @@ -129042,7 +125454,7 @@ entities: pos: 19.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25767 components: - type: Transform @@ -129050,7 +125462,7 @@ entities: pos: 19.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25768 components: - type: Transform @@ -129058,7 +125470,7 @@ entities: pos: 19.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25769 components: - type: Transform @@ -129066,7 +125478,7 @@ entities: pos: 19.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25799 components: - type: Transform @@ -129074,7 +125486,7 @@ entities: pos: 20.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25800 components: - type: Transform @@ -129082,7 +125494,7 @@ entities: pos: 21.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25802 components: - type: Transform @@ -129090,7 +125502,7 @@ entities: pos: 18.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25803 components: - type: Transform @@ -129098,7 +125510,7 @@ entities: pos: 19.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25804 components: - type: Transform @@ -129106,7 +125518,7 @@ entities: pos: 20.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25806 components: - type: Transform @@ -129114,14 +125526,14 @@ entities: pos: 22.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25809 components: - type: Transform pos: -39.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25810 components: - type: Transform @@ -129129,7 +125541,7 @@ entities: pos: 14.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25811 components: - type: Transform @@ -129137,7 +125549,7 @@ entities: pos: 13.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25812 components: - type: Transform @@ -129145,7 +125557,7 @@ entities: pos: 12.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25813 components: - type: Transform @@ -129153,7 +125565,7 @@ entities: pos: 11.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25814 components: - type: Transform @@ -129161,7 +125573,7 @@ entities: pos: 10.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25815 components: - type: Transform @@ -129169,7 +125581,7 @@ entities: pos: 15.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25816 components: - type: Transform @@ -129177,7 +125589,7 @@ entities: pos: 14.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25817 components: - type: Transform @@ -129185,7 +125597,7 @@ entities: pos: 13.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25818 components: - type: Transform @@ -129193,7 +125605,7 @@ entities: pos: 12.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25819 components: - type: Transform @@ -129201,7 +125613,7 @@ entities: pos: 11.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25826 components: - type: Transform @@ -129209,7 +125621,7 @@ entities: pos: 7.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25827 components: - type: Transform @@ -129217,7 +125629,7 @@ entities: pos: 8.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25828 components: - type: Transform @@ -129225,7 +125637,7 @@ entities: pos: 8.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25829 components: - type: Transform @@ -129233,35 +125645,35 @@ entities: pos: 9.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25830 components: - type: Transform pos: 9.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25831 components: - type: Transform pos: 9.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25832 components: - type: Transform pos: 10.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25833 components: - type: Transform pos: 10.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25838 components: - type: Transform @@ -129269,7 +125681,7 @@ entities: pos: 18.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25839 components: - type: Transform @@ -129277,7 +125689,7 @@ entities: pos: 17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25840 components: - type: Transform @@ -129285,7 +125697,7 @@ entities: pos: 16.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25841 components: - type: Transform @@ -129293,7 +125705,7 @@ entities: pos: 16.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25842 components: - type: Transform @@ -129301,7 +125713,7 @@ entities: pos: 21.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25843 components: - type: Transform @@ -129309,7 +125721,7 @@ entities: pos: 21.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25844 components: - type: Transform @@ -129317,7 +125729,7 @@ entities: pos: 22.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25845 components: - type: Transform @@ -129325,7 +125737,7 @@ entities: pos: 22.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25846 components: - type: Transform @@ -129333,7 +125745,7 @@ entities: pos: 22.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25849 components: - type: Transform @@ -129341,7 +125753,7 @@ entities: pos: 16.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25850 components: - type: Transform @@ -129349,7 +125761,7 @@ entities: pos: 15.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25851 components: - type: Transform @@ -129357,7 +125769,7 @@ entities: pos: 14.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25852 components: - type: Transform @@ -129365,7 +125777,7 @@ entities: pos: 18.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25853 components: - type: Transform @@ -129373,7 +125785,7 @@ entities: pos: 17.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25854 components: - type: Transform @@ -129381,7 +125793,7 @@ entities: pos: 16.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25855 components: - type: Transform @@ -129389,7 +125801,7 @@ entities: pos: 15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25856 components: - type: Transform @@ -129397,7 +125809,7 @@ entities: pos: 14.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25857 components: - type: Transform @@ -129405,7 +125817,7 @@ entities: pos: 13.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25860 components: - type: Transform @@ -129413,7 +125825,7 @@ entities: pos: -0.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25861 components: - type: Transform @@ -129421,7 +125833,7 @@ entities: pos: -1.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25862 components: - type: Transform @@ -129429,7 +125841,7 @@ entities: pos: -2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25863 components: - type: Transform @@ -129437,7 +125849,7 @@ entities: pos: -3.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25864 components: - type: Transform @@ -129445,7 +125857,7 @@ entities: pos: -4.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25865 components: - type: Transform @@ -129453,7 +125865,7 @@ entities: pos: -5.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25866 components: - type: Transform @@ -129461,7 +125873,7 @@ entities: pos: -6.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25867 components: - type: Transform @@ -129469,7 +125881,7 @@ entities: pos: 1.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25868 components: - type: Transform @@ -129477,7 +125889,7 @@ entities: pos: 0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25869 components: - type: Transform @@ -129485,7 +125897,7 @@ entities: pos: -0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25870 components: - type: Transform @@ -129493,7 +125905,7 @@ entities: pos: -1.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25871 components: - type: Transform @@ -129501,7 +125913,7 @@ entities: pos: -2.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25872 components: - type: Transform @@ -129509,7 +125921,7 @@ entities: pos: -3.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25873 components: - type: Transform @@ -129517,7 +125929,7 @@ entities: pos: -4.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25874 components: - type: Transform @@ -129525,7 +125937,7 @@ entities: pos: -5.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25875 components: - type: Transform @@ -129533,7 +125945,7 @@ entities: pos: -6.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25878 components: - type: Transform @@ -129541,7 +125953,7 @@ entities: pos: 1.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25879 components: - type: Transform @@ -129549,7 +125961,7 @@ entities: pos: 0.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25880 components: - type: Transform @@ -129557,7 +125969,7 @@ entities: pos: -0.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25881 components: - type: Transform @@ -129565,7 +125977,7 @@ entities: pos: -1.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25882 components: - type: Transform @@ -129573,7 +125985,7 @@ entities: pos: -2.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25883 components: - type: Transform @@ -129581,7 +125993,7 @@ entities: pos: -2.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25884 components: - type: Transform @@ -129589,7 +126001,7 @@ entities: pos: -1.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25885 components: - type: Transform @@ -129597,7 +126009,7 @@ entities: pos: -0.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25888 components: - type: Transform @@ -129605,7 +126017,7 @@ entities: pos: -16.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25889 components: - type: Transform @@ -129613,7 +126025,7 @@ entities: pos: -16.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25890 components: - type: Transform @@ -129621,7 +126033,7 @@ entities: pos: -16.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25892 components: - type: Transform @@ -129629,7 +126041,7 @@ entities: pos: -16.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25893 components: - type: Transform @@ -129637,7 +126049,7 @@ entities: pos: -16.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25894 components: - type: Transform @@ -129645,7 +126057,7 @@ entities: pos: -16.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25895 components: - type: Transform @@ -129653,7 +126065,7 @@ entities: pos: -14.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25896 components: - type: Transform @@ -129661,7 +126073,7 @@ entities: pos: -14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25897 components: - type: Transform @@ -129669,7 +126081,7 @@ entities: pos: -14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25898 components: - type: Transform @@ -129677,7 +126089,7 @@ entities: pos: -14.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25900 components: - type: Transform @@ -129685,7 +126097,7 @@ entities: pos: -14.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25901 components: - type: Transform @@ -129693,7 +126105,7 @@ entities: pos: -14.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25902 components: - type: Transform @@ -129701,7 +126113,7 @@ entities: pos: -14.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25908 components: - type: Transform @@ -129709,7 +126121,7 @@ entities: pos: -14.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25909 components: - type: Transform @@ -129717,161 +126129,161 @@ entities: pos: -15.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25911 components: - type: Transform pos: -12.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25912 components: - type: Transform pos: -12.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25913 components: - type: Transform pos: -12.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25914 components: - type: Transform pos: -12.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25915 components: - type: Transform pos: -12.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25916 components: - type: Transform pos: -12.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25918 components: - type: Transform pos: -12.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25919 components: - type: Transform pos: -12.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25922 components: - type: Transform pos: -12.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25923 components: - type: Transform pos: -12.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25924 components: - type: Transform pos: -12.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25926 components: - type: Transform pos: -13.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25927 components: - type: Transform pos: -13.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25928 components: - type: Transform pos: -13.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25929 components: - type: Transform pos: -13.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25930 components: - type: Transform pos: -13.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25931 components: - type: Transform pos: -13.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25933 components: - type: Transform pos: -13.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25934 components: - type: Transform pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25935 components: - type: Transform pos: -13.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25938 components: - type: Transform pos: -13.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25939 components: - type: Transform pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25941 components: - type: Transform @@ -129879,7 +126291,7 @@ entities: pos: -14.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25942 components: - type: Transform @@ -129887,7 +126299,7 @@ entities: pos: -15.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25943 components: - type: Transform @@ -129895,7 +126307,7 @@ entities: pos: -16.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25944 components: - type: Transform @@ -129903,7 +126315,7 @@ entities: pos: -17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25945 components: - type: Transform @@ -129911,7 +126323,7 @@ entities: pos: -18.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25946 components: - type: Transform @@ -129919,7 +126331,7 @@ entities: pos: -19.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25947 components: - type: Transform @@ -129927,7 +126339,7 @@ entities: pos: -20.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25948 components: - type: Transform @@ -129935,7 +126347,7 @@ entities: pos: -21.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25949 components: - type: Transform @@ -129943,7 +126355,7 @@ entities: pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25950 components: - type: Transform @@ -129951,7 +126363,7 @@ entities: pos: -14.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25951 components: - type: Transform @@ -129959,7 +126371,7 @@ entities: pos: -15.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25952 components: - type: Transform @@ -129967,7 +126379,7 @@ entities: pos: -16.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25953 components: - type: Transform @@ -129975,7 +126387,7 @@ entities: pos: -17.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25954 components: - type: Transform @@ -129983,7 +126395,7 @@ entities: pos: -18.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25955 components: - type: Transform @@ -129991,7 +126403,7 @@ entities: pos: -19.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25956 components: - type: Transform @@ -129999,7 +126411,7 @@ entities: pos: -20.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25957 components: - type: Transform @@ -130007,7 +126419,7 @@ entities: pos: -21.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25960 components: - type: Transform @@ -130015,7 +126427,7 @@ entities: pos: -14.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25961 components: - type: Transform @@ -130023,7 +126435,7 @@ entities: pos: -15.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25962 components: - type: Transform @@ -130031,7 +126443,7 @@ entities: pos: -16.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25963 components: - type: Transform @@ -130039,7 +126451,7 @@ entities: pos: -17.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25964 components: - type: Transform @@ -130047,7 +126459,7 @@ entities: pos: -18.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25965 components: - type: Transform @@ -130055,7 +126467,7 @@ entities: pos: -19.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25966 components: - type: Transform @@ -130063,7 +126475,7 @@ entities: pos: -20.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25967 components: - type: Transform @@ -130071,7 +126483,7 @@ entities: pos: -21.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25968 components: - type: Transform @@ -130079,7 +126491,7 @@ entities: pos: -22.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25970 components: - type: Transform @@ -130087,7 +126499,7 @@ entities: pos: -24.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25971 components: - type: Transform @@ -130095,7 +126507,7 @@ entities: pos: -25.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25972 components: - type: Transform @@ -130103,7 +126515,7 @@ entities: pos: -26.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25974 components: - type: Transform @@ -130111,7 +126523,7 @@ entities: pos: -28.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25975 components: - type: Transform @@ -130119,7 +126531,7 @@ entities: pos: -29.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25976 components: - type: Transform @@ -130127,7 +126539,7 @@ entities: pos: -30.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25977 components: - type: Transform @@ -130135,42 +126547,42 @@ entities: pos: -31.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25978 components: - type: Transform pos: -32.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25979 components: - type: Transform pos: -32.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25980 components: - type: Transform pos: -32.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25981 components: - type: Transform pos: -32.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25982 components: - type: Transform pos: -32.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 25983 components: - type: Transform @@ -130178,7 +126590,7 @@ entities: pos: -13.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25984 components: - type: Transform @@ -130186,7 +126598,7 @@ entities: pos: -14.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25985 components: - type: Transform @@ -130194,7 +126606,7 @@ entities: pos: -15.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25986 components: - type: Transform @@ -130202,7 +126614,7 @@ entities: pos: -16.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25987 components: - type: Transform @@ -130210,7 +126622,7 @@ entities: pos: -17.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25988 components: - type: Transform @@ -130218,7 +126630,7 @@ entities: pos: -18.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25991 components: - type: Transform @@ -130226,7 +126638,7 @@ entities: pos: -21.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25992 components: - type: Transform @@ -130234,7 +126646,7 @@ entities: pos: -22.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25993 components: - type: Transform @@ -130242,7 +126654,7 @@ entities: pos: -23.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25994 components: - type: Transform @@ -130250,7 +126662,7 @@ entities: pos: -24.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25995 components: - type: Transform @@ -130258,7 +126670,7 @@ entities: pos: -25.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25996 components: - type: Transform @@ -130266,7 +126678,7 @@ entities: pos: -26.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25997 components: - type: Transform @@ -130274,7 +126686,7 @@ entities: pos: -27.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25998 components: - type: Transform @@ -130282,7 +126694,7 @@ entities: pos: -28.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 25999 components: - type: Transform @@ -130290,7 +126702,7 @@ entities: pos: -29.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26000 components: - type: Transform @@ -130298,7 +126710,7 @@ entities: pos: -30.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26001 components: - type: Transform @@ -130306,7 +126718,7 @@ entities: pos: -31.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26002 components: - type: Transform @@ -130314,49 +126726,49 @@ entities: pos: -32.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26003 components: - type: Transform pos: -33.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26004 components: - type: Transform pos: -33.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26005 components: - type: Transform pos: -33.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26006 components: - type: Transform pos: -33.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26007 components: - type: Transform pos: -33.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26008 components: - type: Transform pos: -33.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26017 components: - type: Transform @@ -130364,7 +126776,7 @@ entities: pos: -27.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26018 components: - type: Transform @@ -130372,7 +126784,7 @@ entities: pos: -27.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26019 components: - type: Transform @@ -130380,7 +126792,7 @@ entities: pos: -20.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26020 components: - type: Transform @@ -130388,7 +126800,7 @@ entities: pos: -20.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26021 components: - type: Transform @@ -130396,7 +126808,7 @@ entities: pos: -20.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26022 components: - type: Transform @@ -130404,7 +126816,7 @@ entities: pos: -14.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26023 components: - type: Transform @@ -130412,7 +126824,7 @@ entities: pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26024 components: - type: Transform @@ -130420,7 +126832,7 @@ entities: pos: -14.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26025 components: - type: Transform @@ -130428,7 +126840,7 @@ entities: pos: -15.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26026 components: - type: Transform @@ -130436,7 +126848,7 @@ entities: pos: -16.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26027 components: - type: Transform @@ -130444,7 +126856,7 @@ entities: pos: -16.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26028 components: - type: Transform @@ -130452,7 +126864,7 @@ entities: pos: -15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26031 components: - type: Transform @@ -130460,7 +126872,7 @@ entities: pos: -17.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26033 components: - type: Transform @@ -130468,7 +126880,7 @@ entities: pos: -19.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26034 components: - type: Transform @@ -130476,7 +126888,7 @@ entities: pos: -20.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26037 components: - type: Transform @@ -130484,7 +126896,7 @@ entities: pos: -23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26038 components: - type: Transform @@ -130492,7 +126904,7 @@ entities: pos: -24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26040 components: - type: Transform @@ -130500,7 +126912,7 @@ entities: pos: -20.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26041 components: - type: Transform @@ -130508,7 +126920,7 @@ entities: pos: -27.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26042 components: - type: Transform @@ -130516,7 +126928,7 @@ entities: pos: -28.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26043 components: - type: Transform @@ -130524,7 +126936,7 @@ entities: pos: -20.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26044 components: - type: Transform @@ -130532,7 +126944,7 @@ entities: pos: -18.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26045 components: - type: Transform @@ -130540,7 +126952,7 @@ entities: pos: -31.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26046 components: - type: Transform @@ -130548,7 +126960,7 @@ entities: pos: -32.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26047 components: - type: Transform @@ -130556,21 +126968,21 @@ entities: pos: -15.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26048 components: - type: Transform pos: -17.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26049 components: - type: Transform pos: -17.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26050 components: - type: Transform @@ -130578,7 +126990,7 @@ entities: pos: -18.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26051 components: - type: Transform @@ -130586,14 +126998,14 @@ entities: pos: -19.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26052 components: - type: Transform pos: -17.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26053 components: - type: Transform @@ -130601,7 +127013,7 @@ entities: pos: -21.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26054 components: - type: Transform @@ -130609,7 +127021,7 @@ entities: pos: -22.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26055 components: - type: Transform @@ -130617,7 +127029,7 @@ entities: pos: -23.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26057 components: - type: Transform @@ -130625,7 +127037,7 @@ entities: pos: -25.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26058 components: - type: Transform @@ -130633,7 +127045,7 @@ entities: pos: -26.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26061 components: - type: Transform @@ -130641,7 +127053,7 @@ entities: pos: -29.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26064 components: - type: Transform @@ -130649,7 +127061,7 @@ entities: pos: -31.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26065 components: - type: Transform @@ -130657,7 +127069,7 @@ entities: pos: -32.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26066 components: - type: Transform @@ -130665,7 +127077,7 @@ entities: pos: -33.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26068 components: - type: Transform @@ -130673,7 +127085,7 @@ entities: pos: -34.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26071 components: - type: Transform @@ -130681,7 +127093,7 @@ entities: pos: -35.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26072 components: - type: Transform @@ -130689,7 +127101,7 @@ entities: pos: -35.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26073 components: - type: Transform @@ -130697,7 +127109,7 @@ entities: pos: -35.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26074 components: - type: Transform @@ -130705,7 +127117,7 @@ entities: pos: -34.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26075 components: - type: Transform @@ -130713,7 +127125,7 @@ entities: pos: -34.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26076 components: - type: Transform @@ -130721,7 +127133,7 @@ entities: pos: -34.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26077 components: - type: Transform @@ -130729,7 +127141,7 @@ entities: pos: -34.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26095 components: - type: Transform @@ -130737,7 +127149,7 @@ entities: pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26096 components: - type: Transform @@ -130745,7 +127157,7 @@ entities: pos: -4.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26097 components: - type: Transform @@ -130753,7 +127165,7 @@ entities: pos: -4.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26099 components: - type: Transform @@ -130761,7 +127173,7 @@ entities: pos: -4.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26100 components: - type: Transform @@ -130769,7 +127181,7 @@ entities: pos: -4.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26101 components: - type: Transform @@ -130777,7 +127189,7 @@ entities: pos: -4.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26102 components: - type: Transform @@ -130785,7 +127197,7 @@ entities: pos: -4.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26103 components: - type: Transform @@ -130793,7 +127205,7 @@ entities: pos: -4.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26104 components: - type: Transform @@ -130801,7 +127213,7 @@ entities: pos: -4.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26105 components: - type: Transform @@ -130809,7 +127221,7 @@ entities: pos: -4.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26106 components: - type: Transform @@ -130817,7 +127229,7 @@ entities: pos: -4.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26107 components: - type: Transform @@ -130825,7 +127237,7 @@ entities: pos: -7.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26108 components: - type: Transform @@ -130833,7 +127245,7 @@ entities: pos: -7.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26109 components: - type: Transform @@ -130841,7 +127253,7 @@ entities: pos: -7.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26110 components: - type: Transform @@ -130849,7 +127261,7 @@ entities: pos: -7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26112 components: - type: Transform @@ -130857,7 +127269,7 @@ entities: pos: -7.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26113 components: - type: Transform @@ -130865,7 +127277,7 @@ entities: pos: -7.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26114 components: - type: Transform @@ -130873,7 +127285,7 @@ entities: pos: -7.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26115 components: - type: Transform @@ -130881,7 +127293,7 @@ entities: pos: -7.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26116 components: - type: Transform @@ -130889,7 +127301,7 @@ entities: pos: -7.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26117 components: - type: Transform @@ -130897,7 +127309,7 @@ entities: pos: -7.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26118 components: - type: Transform @@ -130905,7 +127317,7 @@ entities: pos: -7.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26124 components: - type: Transform @@ -130913,7 +127325,7 @@ entities: pos: -8.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26125 components: - type: Transform @@ -130921,7 +127333,7 @@ entities: pos: -12.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26126 components: - type: Transform @@ -130929,7 +127341,7 @@ entities: pos: -11.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26127 components: - type: Transform @@ -130937,7 +127349,7 @@ entities: pos: -11.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26132 components: - type: Transform @@ -130945,7 +127357,7 @@ entities: pos: -9.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26133 components: - type: Transform @@ -130953,7 +127365,7 @@ entities: pos: -8.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26136 components: - type: Transform @@ -130961,7 +127373,7 @@ entities: pos: -0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26138 components: - type: Transform @@ -130969,7 +127381,7 @@ entities: pos: -2.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26139 components: - type: Transform @@ -130977,7 +127389,7 @@ entities: pos: -3.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26141 components: - type: Transform @@ -130985,7 +127397,7 @@ entities: pos: -5.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26142 components: - type: Transform @@ -130993,7 +127405,7 @@ entities: pos: -6.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26144 components: - type: Transform @@ -131001,7 +127413,7 @@ entities: pos: -8.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26145 components: - type: Transform @@ -131009,7 +127421,7 @@ entities: pos: -9.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26147 components: - type: Transform @@ -131017,7 +127429,7 @@ entities: pos: -11.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26148 components: - type: Transform @@ -131025,7 +127437,7 @@ entities: pos: -12.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26149 components: - type: Transform @@ -131033,7 +127445,7 @@ entities: pos: -13.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26150 components: - type: Transform @@ -131041,7 +127453,7 @@ entities: pos: -14.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26151 components: - type: Transform @@ -131049,7 +127461,7 @@ entities: pos: -15.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26153 components: - type: Transform @@ -131057,7 +127469,7 @@ entities: pos: -17.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26154 components: - type: Transform @@ -131065,7 +127477,7 @@ entities: pos: -18.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26155 components: - type: Transform @@ -131073,7 +127485,7 @@ entities: pos: -19.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26156 components: - type: Transform @@ -131081,7 +127493,7 @@ entities: pos: -20.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26157 components: - type: Transform @@ -131089,7 +127501,7 @@ entities: pos: -21.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26158 components: - type: Transform @@ -131097,7 +127509,7 @@ entities: pos: -22.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26159 components: - type: Transform @@ -131105,7 +127517,7 @@ entities: pos: -23.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26160 components: - type: Transform @@ -131113,7 +127525,7 @@ entities: pos: -24.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26161 components: - type: Transform @@ -131121,7 +127533,7 @@ entities: pos: -25.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26162 components: - type: Transform @@ -131129,7 +127541,7 @@ entities: pos: -26.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26163 components: - type: Transform @@ -131137,7 +127549,7 @@ entities: pos: 1.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26164 components: - type: Transform @@ -131145,7 +127557,7 @@ entities: pos: 0.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26165 components: - type: Transform @@ -131153,7 +127565,7 @@ entities: pos: -0.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26166 components: - type: Transform @@ -131161,7 +127573,7 @@ entities: pos: -1.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26169 components: - type: Transform @@ -131169,7 +127581,7 @@ entities: pos: -4.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26170 components: - type: Transform @@ -131177,7 +127589,7 @@ entities: pos: -5.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26172 components: - type: Transform @@ -131185,7 +127597,7 @@ entities: pos: -7.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26174 components: - type: Transform @@ -131193,7 +127605,7 @@ entities: pos: -9.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26175 components: - type: Transform @@ -131201,7 +127613,7 @@ entities: pos: -10.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26176 components: - type: Transform @@ -131209,7 +127621,7 @@ entities: pos: -11.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26177 components: - type: Transform @@ -131217,7 +127629,7 @@ entities: pos: -12.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26178 components: - type: Transform @@ -131225,7 +127637,7 @@ entities: pos: -13.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26179 components: - type: Transform @@ -131233,7 +127645,7 @@ entities: pos: -14.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26180 components: - type: Transform @@ -131241,7 +127653,7 @@ entities: pos: -15.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26181 components: - type: Transform @@ -131249,7 +127661,7 @@ entities: pos: -16.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26183 components: - type: Transform @@ -131257,7 +127669,7 @@ entities: pos: -18.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26184 components: - type: Transform @@ -131265,7 +127677,7 @@ entities: pos: -19.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26185 components: - type: Transform @@ -131273,7 +127685,7 @@ entities: pos: -20.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26186 components: - type: Transform @@ -131281,7 +127693,7 @@ entities: pos: -21.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26187 components: - type: Transform @@ -131289,7 +127701,7 @@ entities: pos: -22.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26188 components: - type: Transform @@ -131297,7 +127709,7 @@ entities: pos: -23.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26189 components: - type: Transform @@ -131305,182 +127717,182 @@ entities: pos: -24.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26192 components: - type: Transform pos: -25.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26193 components: - type: Transform pos: -25.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26194 components: - type: Transform pos: -25.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26195 components: - type: Transform pos: -25.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26196 components: - type: Transform pos: -25.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26197 components: - type: Transform pos: -25.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26199 components: - type: Transform pos: -25.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26200 components: - type: Transform pos: -27.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26201 components: - type: Transform pos: -27.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26202 components: - type: Transform pos: -27.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26203 components: - type: Transform pos: -27.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26204 components: - type: Transform pos: -27.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26205 components: - type: Transform pos: -27.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26206 components: - type: Transform pos: -27.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26207 components: - type: Transform pos: -27.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26208 components: - type: Transform pos: -27.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26222 components: - type: Transform pos: -10.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26224 components: - type: Transform pos: -8.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26225 components: - type: Transform pos: -8.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26226 components: - type: Transform pos: -4.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26227 components: - type: Transform pos: -2.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26228 components: - type: Transform pos: -2.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26229 components: - type: Transform pos: -39.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26230 components: - type: Transform pos: -39.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26231 components: - type: Transform pos: -39.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26233 components: - type: Transform @@ -131488,7 +127900,7 @@ entities: pos: -0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26237 components: - type: Transform @@ -131496,35 +127908,35 @@ entities: pos: 12.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26238 components: - type: Transform pos: -37.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26239 components: - type: Transform pos: -37.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26240 components: - type: Transform pos: -37.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26241 components: - type: Transform pos: -37.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26242 components: - type: Transform @@ -131532,7 +127944,7 @@ entities: pos: 14.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26243 components: - type: Transform @@ -131540,7 +127952,7 @@ entities: pos: 11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26250 components: - type: Transform @@ -131548,7 +127960,7 @@ entities: pos: -54.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26251 components: - type: Transform @@ -131556,7 +127968,7 @@ entities: pos: -53.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26252 components: - type: Transform @@ -131564,7 +127976,7 @@ entities: pos: -52.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26253 components: - type: Transform @@ -131572,7 +127984,7 @@ entities: pos: -51.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26254 components: - type: Transform @@ -131580,7 +127992,7 @@ entities: pos: -52.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26255 components: - type: Transform @@ -131588,7 +128000,7 @@ entities: pos: -51.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26258 components: - type: Transform @@ -131596,7 +128008,7 @@ entities: pos: -56.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26259 components: - type: Transform @@ -131604,7 +128016,7 @@ entities: pos: -57.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26260 components: - type: Transform @@ -131612,7 +128024,7 @@ entities: pos: -58.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26261 components: - type: Transform @@ -131620,7 +128032,7 @@ entities: pos: -59.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26262 components: - type: Transform @@ -131628,7 +128040,7 @@ entities: pos: -54.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26263 components: - type: Transform @@ -131636,7 +128048,7 @@ entities: pos: -55.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26264 components: - type: Transform @@ -131644,7 +128056,7 @@ entities: pos: -56.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26265 components: - type: Transform @@ -131652,7 +128064,7 @@ entities: pos: -57.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26266 components: - type: Transform @@ -131660,7 +128072,7 @@ entities: pos: -58.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26267 components: - type: Transform @@ -131668,7 +128080,7 @@ entities: pos: -59.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26270 components: - type: Transform @@ -131676,7 +128088,7 @@ entities: pos: -54.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26271 components: - type: Transform @@ -131684,7 +128096,7 @@ entities: pos: -53.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26272 components: - type: Transform @@ -131692,7 +128104,7 @@ entities: pos: -52.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26273 components: - type: Transform @@ -131700,7 +128112,7 @@ entities: pos: -51.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26274 components: - type: Transform @@ -131708,7 +128120,7 @@ entities: pos: -50.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26275 components: - type: Transform @@ -131716,7 +128128,7 @@ entities: pos: -49.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26276 components: - type: Transform @@ -131724,7 +128136,7 @@ entities: pos: -52.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26277 components: - type: Transform @@ -131732,7 +128144,7 @@ entities: pos: -51.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26278 components: - type: Transform @@ -131740,7 +128152,7 @@ entities: pos: -50.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26279 components: - type: Transform @@ -131748,7 +128160,7 @@ entities: pos: -49.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26284 components: - type: Transform @@ -131756,7 +128168,7 @@ entities: pos: -54.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26285 components: - type: Transform @@ -131764,7 +128176,7 @@ entities: pos: -53.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26286 components: - type: Transform @@ -131772,7 +128184,7 @@ entities: pos: -52.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26287 components: - type: Transform @@ -131780,7 +128192,7 @@ entities: pos: -51.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26288 components: - type: Transform @@ -131788,7 +128200,7 @@ entities: pos: -50.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26289 components: - type: Transform @@ -131796,7 +128208,7 @@ entities: pos: -49.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26290 components: - type: Transform @@ -131804,7 +128216,7 @@ entities: pos: -48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26291 components: - type: Transform @@ -131812,7 +128224,7 @@ entities: pos: -52.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26292 components: - type: Transform @@ -131820,7 +128232,7 @@ entities: pos: -51.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26293 components: - type: Transform @@ -131828,7 +128240,7 @@ entities: pos: -50.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26294 components: - type: Transform @@ -131836,7 +128248,7 @@ entities: pos: -49.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26295 components: - type: Transform @@ -131844,7 +128256,7 @@ entities: pos: -48.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26296 components: - type: Transform @@ -131852,7 +128264,7 @@ entities: pos: -56.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26297 components: - type: Transform @@ -131860,7 +128272,7 @@ entities: pos: -57.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26298 components: - type: Transform @@ -131868,7 +128280,7 @@ entities: pos: -58.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26299 components: - type: Transform @@ -131876,7 +128288,7 @@ entities: pos: -59.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26300 components: - type: Transform @@ -131884,7 +128296,7 @@ entities: pos: -60.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26301 components: - type: Transform @@ -131892,7 +128304,7 @@ entities: pos: -54.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26302 components: - type: Transform @@ -131900,7 +128312,7 @@ entities: pos: -55.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26303 components: - type: Transform @@ -131908,7 +128320,7 @@ entities: pos: -56.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26304 components: - type: Transform @@ -131916,7 +128328,7 @@ entities: pos: -57.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26305 components: - type: Transform @@ -131924,7 +128336,7 @@ entities: pos: -58.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26306 components: - type: Transform @@ -131932,7 +128344,7 @@ entities: pos: -59.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26310 components: - type: Transform @@ -131940,7 +128352,7 @@ entities: pos: -56.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26311 components: - type: Transform @@ -131948,7 +128360,7 @@ entities: pos: -57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26312 components: - type: Transform @@ -131956,7 +128368,7 @@ entities: pos: -58.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26313 components: - type: Transform @@ -131964,7 +128376,7 @@ entities: pos: -54.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26314 components: - type: Transform @@ -131972,7 +128384,7 @@ entities: pos: -55.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26315 components: - type: Transform @@ -131980,7 +128392,7 @@ entities: pos: -56.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26316 components: - type: Transform @@ -131988,7 +128400,7 @@ entities: pos: -57.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26317 components: - type: Transform @@ -131996,7 +128408,7 @@ entities: pos: -58.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26320 components: - type: Transform @@ -132004,7 +128416,7 @@ entities: pos: -60.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26321 components: - type: Transform @@ -132012,7 +128424,7 @@ entities: pos: -61.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26322 components: - type: Transform @@ -132020,7 +128432,7 @@ entities: pos: -62.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26323 components: - type: Transform @@ -132028,7 +128440,7 @@ entities: pos: -63.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26324 components: - type: Transform @@ -132036,7 +128448,7 @@ entities: pos: -64.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26325 components: - type: Transform @@ -132044,7 +128456,7 @@ entities: pos: -65.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26326 components: - type: Transform @@ -132052,7 +128464,7 @@ entities: pos: -66.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26327 components: - type: Transform @@ -132060,7 +128472,7 @@ entities: pos: -67.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26328 components: - type: Transform @@ -132068,7 +128480,7 @@ entities: pos: -68.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26330 components: - type: Transform @@ -132076,7 +128488,7 @@ entities: pos: -59.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26331 components: - type: Transform @@ -132084,7 +128496,7 @@ entities: pos: -60.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26332 components: - type: Transform @@ -132092,7 +128504,7 @@ entities: pos: -61.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26333 components: - type: Transform @@ -132100,7 +128512,7 @@ entities: pos: -62.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26335 components: - type: Transform @@ -132108,7 +128520,7 @@ entities: pos: -64.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26336 components: - type: Transform @@ -132116,7 +128528,7 @@ entities: pos: -65.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26337 components: - type: Transform @@ -132124,21 +128536,21 @@ entities: pos: -66.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26338 components: - type: Transform pos: -67.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26339 components: - type: Transform pos: -69.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26342 components: - type: Transform @@ -132146,7 +128558,7 @@ entities: pos: -68.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26343 components: - type: Transform @@ -132154,7 +128566,7 @@ entities: pos: -69.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26344 components: - type: Transform @@ -132162,7 +128574,7 @@ entities: pos: -70.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#990000FF' - uid: 26345 components: - type: Transform @@ -132170,72760 +128582,73725 @@ entities: pos: -70.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26350 components: - type: Transform pos: -69.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26351 components: - type: Transform pos: -69.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 26352 components: - type: Transform pos: -67.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26357 + color: '#990000FF' + - uid: 26378 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,29.5 + pos: -73.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26358 + color: '#0055CCFF' + - uid: 26379 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,29.5 + pos: -73.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26361 + color: '#0055CCFF' + - uid: 26380 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,28.5 + pos: -73.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26362 + color: '#0055CCFF' + - uid: 26382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,28.5 + rot: -1.5707963267948966 rad + pos: -1.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26364 + color: '#0055CCFF' + - uid: 26396 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,26.5 + pos: -71.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26365 + color: '#990000FF' + - uid: 26397 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,25.5 + pos: -71.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26366 + color: '#990000FF' + - uid: 26398 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,24.5 + pos: -71.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26367 + color: '#990000FF' + - uid: 26399 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,23.5 + pos: -71.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26368 + color: '#990000FF' + - uid: 26400 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,22.5 + pos: -71.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26369 + color: '#990000FF' + - uid: 26401 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,21.5 + pos: -73.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26370 + color: '#0055CCFF' + - uid: 26402 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,20.5 + pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26371 + color: '#0055CCFF' + - uid: 26403 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,19.5 + pos: -73.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26372 + color: '#0055CCFF' + - uid: 26404 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,18.5 + pos: -73.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26373 + color: '#0055CCFF' + - uid: 26405 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,17.5 + pos: -73.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26374 + color: '#0055CCFF' + - uid: 26406 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,16.5 + pos: -73.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26375 + color: '#0055CCFF' + - uid: 26408 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,15.5 + pos: -71.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26376 + color: '#990000FF' + - uid: 26409 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,14.5 + pos: -71.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26377 + color: '#990000FF' + - uid: 26410 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,13.5 + pos: -71.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26378 + color: '#990000FF' + - uid: 26598 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,12.5 + pos: 15.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26379 + color: '#990000FF' + - uid: 26604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,11.5 + rot: 1.5707963267948966 rad + pos: -91.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26380 + color: '#0055CCFF' + - uid: 26623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,10.5 + rot: -1.5707963267948966 rad + pos: 11.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26381 + color: '#990000FF' + - uid: 26627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,27.5 + rot: -1.5707963267948966 rad + pos: 12.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26382 + color: '#990000FF' + - uid: 26755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-28.5 + rot: 1.5707963267948966 rad + pos: -90.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26383 + color: '#990000FF' + - uid: 26774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,25.5 + pos: -95.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26384 + color: '#0055CCFF' + - uid: 26778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,24.5 + pos: -94.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26385 + color: '#990000FF' + - uid: 26779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,23.5 + pos: -94.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26386 + color: '#990000FF' + - uid: 26783 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,22.5 + pos: -85.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26387 + color: '#0055CCFF' + - uid: 26784 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,21.5 + pos: -85.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26388 + color: '#0055CCFF' + - uid: 26785 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,20.5 + pos: -85.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26389 + color: '#0055CCFF' + - uid: 26786 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,19.5 + pos: -85.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26390 + color: '#0055CCFF' + - uid: 26787 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,18.5 + pos: -85.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26391 + color: '#0055CCFF' + - uid: 26788 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,17.5 + pos: -85.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26392 + color: '#0055CCFF' + - uid: 26789 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,16.5 + pos: -85.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26393 + color: '#0055CCFF' + - uid: 26791 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,15.5 + pos: -85.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26394 + color: '#0055CCFF' + - uid: 26792 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,14.5 + pos: -85.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26395 + color: '#0055CCFF' + - uid: 26793 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,13.5 + pos: -85.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26396 + color: '#0055CCFF' + - uid: 26794 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,12.5 + pos: -85.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26397 + color: '#0055CCFF' + - uid: 26795 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,11.5 + pos: -83.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26398 + color: '#990000FF' + - uid: 26796 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,10.5 + pos: -83.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26399 + color: '#990000FF' + - uid: 26797 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,9.5 + pos: -83.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26400 + color: '#990000FF' + - uid: 26798 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,8.5 + pos: -83.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26401 + color: '#990000FF' + - uid: 26799 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,8.5 + pos: -83.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26402 + color: '#990000FF' + - uid: 26801 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,7.5 + pos: -83.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26403 + color: '#990000FF' + - uid: 26802 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,6.5 + pos: -83.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26404 + color: '#990000FF' + - uid: 26803 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,5.5 + pos: -83.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26405 + color: '#990000FF' + - uid: 26804 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,4.5 + pos: -83.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26406 + color: '#990000FF' + - uid: 26807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,3.5 + rot: -1.5707963267948966 rad + pos: -36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26408 + color: '#990000FF' + - uid: 26809 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,6.5 + pos: -85.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26409 + color: '#0055CCFF' + - uid: 26810 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,5.5 + pos: -85.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26410 + color: '#0055CCFF' + - uid: 26811 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,4.5 + pos: -85.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26417 + color: '#0055CCFF' + - uid: 26812 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,30.5 + pos: -85.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26418 + color: '#0055CCFF' + - uid: 26813 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,31.5 + pos: -85.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26419 + color: '#0055CCFF' + - uid: 26815 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,32.5 + pos: -85.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26420 + color: '#0055CCFF' + - uid: 26816 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,33.5 + pos: -85.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26421 + color: '#0055CCFF' + - uid: 26817 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,34.5 + pos: -85.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26422 + color: '#0055CCFF' + - uid: 26818 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,35.5 + pos: -85.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26423 + color: '#0055CCFF' + - uid: 26819 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,31.5 + pos: -83.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26424 + color: '#990000FF' + - uid: 26820 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,32.5 + pos: -83.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26425 + color: '#990000FF' + - uid: 26821 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,33.5 + pos: -83.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26426 + color: '#990000FF' + - uid: 26822 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,34.5 + pos: -83.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26427 + color: '#990000FF' + - uid: 26823 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,35.5 + pos: -83.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26428 + color: '#990000FF' + - uid: 26824 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,36.5 + pos: -83.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26429 + color: '#990000FF' + - uid: 26825 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,37.5 + pos: -83.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26432 + color: '#990000FF' + - uid: 26826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,36.5 + rot: 3.141592653589793 rad + pos: -83.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26433 + color: '#990000FF' + - uid: 26828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,36.5 + rot: 3.141592653589793 rad + pos: -83.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26434 + color: '#990000FF' + - uid: 26829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,36.5 + rot: 3.141592653589793 rad + pos: -83.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26435 + color: '#990000FF' + - uid: 26830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,36.5 + rot: 3.141592653589793 rad + pos: -83.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26437 + color: '#990000FF' + - uid: 26837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,36.5 + pos: -77.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26438 + color: '#990000FF' + - uid: 26838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,36.5 + pos: -77.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26439 + color: '#990000FF' + - uid: 26839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,36.5 + pos: -78.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26440 + color: '#0055CCFF' + - uid: 26840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,36.5 + pos: -78.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26441 + color: '#0055CCFF' + - uid: 26841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,36.5 + pos: -78.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26442 + color: '#0055CCFF' + - uid: 26842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,36.5 + pos: -78.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26443 + color: '#0055CCFF' + - uid: 26858 components: - type: Transform rot: -1.5707963267948966 rad - pos: -84.5,36.5 + pos: 29.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26444 + color: '#0055CCFF' + - uid: 26861 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,36.5 + pos: 14.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26445 + color: '#990000FF' + - uid: 26890 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,36.5 + pos: -33.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26446 + color: '#0055CCFF' + - uid: 26899 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,36.5 + pos: -48.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26447 + color: '#0055CCFF' + - uid: 26900 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,36.5 + pos: -49.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26448 + color: '#0055CCFF' + - uid: 26901 components: - type: Transform rot: -1.5707963267948966 rad - pos: -89.5,36.5 + pos: -50.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26449 + color: '#0055CCFF' + - uid: 26902 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,36.5 + pos: -51.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26450 + color: '#0055CCFF' + - uid: 26903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -91.5,36.5 + pos: -52.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26451 + color: '#0055CCFF' + - uid: 26904 components: - type: Transform rot: -1.5707963267948966 rad - pos: -92.5,36.5 + pos: -53.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26453 + color: '#0055CCFF' + - uid: 26905 components: - type: Transform rot: -1.5707963267948966 rad - pos: -94.5,36.5 + pos: -54.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26454 + color: '#0055CCFF' + - uid: 26906 components: - type: Transform rot: -1.5707963267948966 rad - pos: -95.5,36.5 + pos: -55.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26455 + color: '#0055CCFF' + - uid: 26907 components: - type: Transform rot: -1.5707963267948966 rad - pos: -96.5,36.5 + pos: -56.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26456 + color: '#0055CCFF' + - uid: 26908 components: - type: Transform rot: -1.5707963267948966 rad - pos: -97.5,36.5 + pos: -57.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26457 + color: '#0055CCFF' + - uid: 26909 components: - type: Transform rot: -1.5707963267948966 rad - pos: -98.5,36.5 + pos: -58.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26458 + color: '#0055CCFF' + - uid: 26910 components: - type: Transform rot: -1.5707963267948966 rad - pos: -99.5,36.5 + pos: -59.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26459 + color: '#0055CCFF' + - uid: 26911 components: - type: Transform rot: -1.5707963267948966 rad - pos: -100.5,36.5 + pos: -46.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26460 + color: '#990000FF' + - uid: 26912 components: - type: Transform rot: -1.5707963267948966 rad - pos: -101.5,36.5 + pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26461 + color: '#990000FF' + - uid: 26913 components: - type: Transform rot: -1.5707963267948966 rad - pos: -102.5,36.5 + pos: -48.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26462 + color: '#990000FF' + - uid: 26914 components: - type: Transform rot: -1.5707963267948966 rad - pos: -103.5,36.5 + pos: -49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26463 + color: '#990000FF' + - uid: 26915 components: - type: Transform rot: -1.5707963267948966 rad - pos: -104.5,36.5 + pos: -50.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26464 + color: '#990000FF' + - uid: 26916 components: - type: Transform rot: -1.5707963267948966 rad - pos: -105.5,36.5 + pos: -51.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26465 + color: '#990000FF' + - uid: 26917 components: - type: Transform rot: -1.5707963267948966 rad - pos: -106.5,36.5 + pos: -52.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26466 + color: '#990000FF' + - uid: 26918 components: - type: Transform rot: -1.5707963267948966 rad - pos: -107.5,36.5 + pos: -53.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26467 + color: '#990000FF' + - uid: 26919 components: - type: Transform rot: -1.5707963267948966 rad - pos: -108.5,36.5 + pos: -54.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26468 + color: '#990000FF' + - uid: 26920 components: - type: Transform rot: -1.5707963267948966 rad - pos: -109.5,36.5 + pos: -55.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26469 + color: '#990000FF' + - uid: 26921 components: - type: Transform rot: -1.5707963267948966 rad - pos: -110.5,36.5 + pos: -56.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26470 + color: '#990000FF' + - uid: 26922 components: - type: Transform rot: -1.5707963267948966 rad - pos: -111.5,36.5 + pos: -57.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26472 + color: '#990000FF' + - uid: 26925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,38.5 + pos: -60.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26473 + color: '#0055CCFF' + - uid: 26927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,38.5 + pos: -60.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26474 + color: '#0055CCFF' + - uid: 26928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,38.5 + pos: -60.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26475 + color: '#0055CCFF' + - uid: 26929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -110.5,38.5 + pos: -60.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26476 + color: '#0055CCFF' + - uid: 26930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -109.5,38.5 + pos: -58.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26477 + color: '#990000FF' + - uid: 26931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,38.5 + pos: -58.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26478 + color: '#990000FF' + - uid: 26932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,38.5 + pos: -58.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26479 + color: '#990000FF' + - uid: 26934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,38.5 + rot: 3.141592653589793 rad + pos: -58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26480 + color: '#990000FF' + - uid: 26937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,38.5 + rot: 1.5707963267948966 rad + pos: -59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26481 + color: '#0055CCFF' + - uid: 26938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,38.5 + rot: 1.5707963267948966 rad + pos: -58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26482 + color: '#0055CCFF' + - uid: 26939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,38.5 + rot: 1.5707963267948966 rad + pos: -57.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26483 + color: '#0055CCFF' + - uid: 26940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,38.5 + rot: 1.5707963267948966 rad + pos: -56.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26484 + color: '#0055CCFF' + - uid: 26941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,38.5 + rot: 1.5707963267948966 rad + pos: -55.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26485 + color: '#0055CCFF' + - uid: 26942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,38.5 + rot: 1.5707963267948966 rad + pos: -57.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26486 + color: '#990000FF' + - uid: 26943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,38.5 + rot: 1.5707963267948966 rad + pos: -56.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26487 + color: '#990000FF' + - uid: 26944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,38.5 + rot: 1.5707963267948966 rad + pos: -55.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26488 + color: '#990000FF' + - uid: 26947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,38.5 + rot: 1.5707963267948966 rad + pos: -44.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26489 + color: '#0055CCFF' + - uid: 26948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,38.5 + rot: 1.5707963267948966 rad + pos: -45.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26490 + color: '#0055CCFF' + - uid: 26949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,38.5 + rot: 1.5707963267948966 rad + pos: -46.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26492 + color: '#0055CCFF' + - uid: 26950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,38.5 + rot: 1.5707963267948966 rad + pos: -47.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26493 + color: '#0055CCFF' + - uid: 26951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,38.5 + rot: 1.5707963267948966 rad + pos: -48.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26494 + color: '#0055CCFF' + - uid: 26952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,38.5 + rot: 1.5707963267948966 rad + pos: -49.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26495 + color: '#0055CCFF' + - uid: 26953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,38.5 + rot: 1.5707963267948966 rad + pos: -50.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26496 + color: '#0055CCFF' + - uid: 26954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,38.5 + rot: 1.5707963267948966 rad + pos: -51.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26497 + color: '#0055CCFF' + - uid: 26955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,38.5 + rot: 1.5707963267948966 rad + pos: -52.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26498 + color: '#0055CCFF' + - uid: 26956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,38.5 + rot: 1.5707963267948966 rad + pos: -53.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26499 + color: '#0055CCFF' + - uid: 26957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,38.5 + rot: 1.5707963267948966 rad + pos: -54.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26500 + color: '#0055CCFF' + - uid: 26959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,38.5 + rot: 1.5707963267948966 rad + pos: -56.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26501 + color: '#0055CCFF' + - uid: 26960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,38.5 + rot: 1.5707963267948966 rad + pos: -57.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26502 + color: '#0055CCFF' + - uid: 26961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,38.5 + rot: 1.5707963267948966 rad + pos: -58.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26503 + color: '#0055CCFF' + - uid: 26962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,38.5 + rot: 1.5707963267948966 rad + pos: -40.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26504 + color: '#990000FF' + - uid: 26963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,38.5 + rot: 1.5707963267948966 rad + pos: -41.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26505 + color: '#990000FF' + - uid: 26964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,38.5 + rot: 1.5707963267948966 rad + pos: -42.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26506 + color: '#990000FF' + - uid: 26965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,38.5 + rot: 1.5707963267948966 rad + pos: -43.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26508 + color: '#990000FF' + - uid: 26966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,38.5 + rot: 1.5707963267948966 rad + pos: -44.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26509 + color: '#990000FF' + - uid: 26967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,38.5 + rot: 1.5707963267948966 rad + pos: -45.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26510 + color: '#990000FF' + - uid: 26968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,38.5 + rot: 1.5707963267948966 rad + pos: -46.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26511 + color: '#990000FF' + - uid: 26969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,38.5 + rot: 1.5707963267948966 rad + pos: -47.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26513 + color: '#990000FF' + - uid: 26970 components: - type: Transform - pos: -112.5,-19.5 + rot: 1.5707963267948966 rad + pos: -48.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26514 + color: '#990000FF' + - uid: 26971 components: - type: Transform - pos: -114.5,37.5 + rot: 1.5707963267948966 rad + pos: -49.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26515 + color: '#990000FF' + - uid: 26972 components: - type: Transform - pos: -114.5,36.5 + rot: 1.5707963267948966 rad + pos: -50.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26516 + color: '#990000FF' + - uid: 26973 components: - type: Transform - pos: -114.5,35.5 + rot: 1.5707963267948966 rad + pos: -51.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26517 + color: '#990000FF' + - uid: 26974 components: - type: Transform - pos: -114.5,34.5 + rot: 1.5707963267948966 rad + pos: -52.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26519 + color: '#990000FF' + - uid: 26976 components: - type: Transform - pos: -114.5,32.5 + rot: 1.5707963267948966 rad + pos: -54.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26520 + color: '#990000FF' + - uid: 26977 components: - type: Transform - pos: -114.5,31.5 + rot: 1.5707963267948966 rad + pos: -55.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26521 + color: '#990000FF' + - uid: 26978 components: - type: Transform - pos: -114.5,30.5 + rot: 1.5707963267948966 rad + pos: -56.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26522 + color: '#990000FF' + - uid: 26979 components: - type: Transform - pos: -114.5,29.5 + rot: 1.5707963267948966 rad + pos: -57.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26523 + color: '#990000FF' + - uid: 26982 components: - type: Transform - pos: -114.5,28.5 + pos: -59.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26524 + color: '#0055CCFF' + - uid: 26983 components: - type: Transform - pos: -114.5,27.5 + pos: -59.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26525 + color: '#0055CCFF' + - uid: 26988 components: - type: Transform - pos: -114.5,26.5 + pos: -58.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26526 + color: '#990000FF' + - uid: 26989 components: - type: Transform - pos: -114.5,25.5 + pos: -58.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26527 + color: '#990000FF' + - uid: 26990 components: - type: Transform - pos: -114.5,24.5 + pos: -58.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26528 + color: '#990000FF' + - uid: 26991 components: - type: Transform - pos: -114.5,23.5 + rot: -1.5707963267948966 rad + pos: -57.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26529 + color: '#990000FF' + - uid: 26993 components: - type: Transform - pos: -114.5,22.5 + rot: -1.5707963267948966 rad + pos: -55.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26530 + color: '#990000FF' + - uid: 26994 components: - type: Transform - pos: -114.5,21.5 + rot: -1.5707963267948966 rad + pos: -54.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26531 + color: '#990000FF' + - uid: 26995 components: - type: Transform - pos: -114.5,20.5 + rot: -1.5707963267948966 rad + pos: -58.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26532 + color: '#0055CCFF' + - uid: 26996 components: - type: Transform - pos: -114.5,19.5 + rot: -1.5707963267948966 rad + pos: -57.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26533 + color: '#0055CCFF' + - uid: 26997 components: - type: Transform - pos: -114.5,18.5 + rot: -1.5707963267948966 rad + pos: -56.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26534 + color: '#0055CCFF' + - uid: 26999 components: - type: Transform - pos: -114.5,17.5 + rot: 3.141592653589793 rad + pos: -54.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26535 + color: '#0055CCFF' + - uid: 27000 components: - type: Transform - pos: -114.5,16.5 + rot: 3.141592653589793 rad + pos: -54.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26536 + color: '#0055CCFF' + - uid: 27001 components: - type: Transform - pos: -114.5,15.5 + rot: 3.141592653589793 rad + pos: -54.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26537 + color: '#0055CCFF' + - uid: 27002 components: - type: Transform - pos: -114.5,14.5 + rot: 3.141592653589793 rad + pos: -53.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26538 + color: '#990000FF' + - uid: 27003 components: - type: Transform - pos: -114.5,13.5 + rot: 3.141592653589793 rad + pos: -53.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26539 + color: '#990000FF' + - uid: 27004 components: - type: Transform - pos: -114.5,12.5 + rot: 3.141592653589793 rad + pos: -53.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26540 + color: '#990000FF' + - uid: 27005 components: - type: Transform - pos: -114.5,11.5 + rot: 3.141592653589793 rad + pos: -53.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26541 + color: '#990000FF' + - uid: 27012 components: - type: Transform - pos: -114.5,10.5 + rot: 3.141592653589793 rad + pos: -59.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26543 + color: '#0055CCFF' + - uid: 27013 components: - type: Transform - pos: -114.5,8.5 + rot: 3.141592653589793 rad + pos: -59.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26544 + color: '#0055CCFF' + - uid: 27014 components: - type: Transform - pos: -114.5,7.5 + rot: 3.141592653589793 rad + pos: -59.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26545 + color: '#0055CCFF' + - uid: 27016 components: - type: Transform - pos: -114.5,6.5 + rot: 3.141592653589793 rad + pos: -59.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26546 + color: '#0055CCFF' + - uid: 27018 components: - type: Transform - pos: -114.5,5.5 + rot: 3.141592653589793 rad + pos: -59.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26547 + color: '#0055CCFF' + - uid: 27020 components: - type: Transform - pos: -114.5,4.5 + rot: 3.141592653589793 rad + pos: -59.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26548 + color: '#0055CCFF' + - uid: 27021 components: - type: Transform - pos: -114.5,3.5 + rot: 3.141592653589793 rad + pos: -59.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26549 + color: '#0055CCFF' + - uid: 27022 components: - type: Transform - pos: -114.5,2.5 + rot: 3.141592653589793 rad + pos: -59.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26550 + color: '#0055CCFF' + - uid: 27023 components: - type: Transform - pos: -114.5,1.5 + rot: 3.141592653589793 rad + pos: -59.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26551 + color: '#0055CCFF' + - uid: 27024 components: - type: Transform - pos: -114.5,0.5 + rot: 3.141592653589793 rad + pos: -59.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26552 + color: '#0055CCFF' + - uid: 27025 components: - type: Transform - pos: -114.5,-0.5 + rot: 3.141592653589793 rad + pos: -58.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26553 + color: '#990000FF' + - uid: 27026 components: - type: Transform - pos: -114.5,-1.5 + rot: 3.141592653589793 rad + pos: -58.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26554 + color: '#990000FF' + - uid: 27027 components: - type: Transform - pos: -114.5,-2.5 + rot: 3.141592653589793 rad + pos: -58.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26555 + color: '#990000FF' + - uid: 27028 components: - type: Transform - pos: -114.5,-3.5 + rot: 3.141592653589793 rad + pos: -58.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26556 + color: '#990000FF' + - uid: 27030 components: - type: Transform - pos: -114.5,-4.5 + rot: 3.141592653589793 rad + pos: -58.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26557 + color: '#990000FF' + - uid: 27031 components: - type: Transform - pos: -114.5,-5.5 + rot: 3.141592653589793 rad + pos: -58.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26558 + color: '#990000FF' + - uid: 27032 components: - type: Transform - pos: -114.5,-6.5 + rot: 3.141592653589793 rad + pos: -58.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26559 + color: '#990000FF' + - uid: 27033 components: - type: Transform - pos: -114.5,-7.5 + rot: 3.141592653589793 rad + pos: -58.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26560 + color: '#990000FF' + - uid: 27034 components: - type: Transform - pos: -114.5,-8.5 + rot: 3.141592653589793 rad + pos: -58.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26561 + color: '#990000FF' + - uid: 27035 components: - type: Transform - pos: -114.5,-9.5 + rot: 3.141592653589793 rad + pos: -58.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26562 + color: '#990000FF' + - uid: 27038 components: - type: Transform - pos: -114.5,-10.5 + rot: 1.5707963267948966 rad + pos: -58.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26563 + color: '#0055CCFF' + - uid: 27039 components: - type: Transform - pos: -114.5,-11.5 + rot: 1.5707963267948966 rad + pos: -57.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26564 + color: '#0055CCFF' + - uid: 27040 components: - type: Transform - pos: -114.5,-12.5 + rot: 1.5707963267948966 rad + pos: -56.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26565 + color: '#0055CCFF' + - uid: 27041 components: - type: Transform - pos: -114.5,-13.5 + rot: 1.5707963267948966 rad + pos: -55.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26566 + color: '#0055CCFF' + - uid: 27042 components: - type: Transform - pos: -114.5,-14.5 + rot: 1.5707963267948966 rad + pos: -54.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26567 + color: '#0055CCFF' + - uid: 27043 components: - type: Transform - pos: -114.5,-15.5 + rot: 1.5707963267948966 rad + pos: -57.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26568 + color: '#990000FF' + - uid: 27044 components: - type: Transform - pos: -114.5,-16.5 + rot: 1.5707963267948966 rad + pos: -56.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26570 + color: '#990000FF' + - uid: 27045 components: - type: Transform - pos: -114.5,-18.5 + rot: 1.5707963267948966 rad + pos: -55.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26571 + color: '#990000FF' + - uid: 27046 components: - type: Transform - pos: -112.5,-20.5 + rot: 1.5707963267948966 rad + pos: -54.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26572 + color: '#990000FF' + - uid: 27047 components: - type: Transform - pos: -112.5,-18.5 + rot: 1.5707963267948966 rad + pos: -53.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26573 + color: '#990000FF' + - uid: 27050 components: - type: Transform - pos: -112.5,-17.5 + pos: -53.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26575 + color: '#0055CCFF' + - uid: 27051 components: - type: Transform - pos: -112.5,-15.5 + pos: -53.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26576 + color: '#0055CCFF' + - uid: 27052 components: - type: Transform - pos: -112.5,-14.5 + pos: -53.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26577 + color: '#0055CCFF' + - uid: 27054 components: - type: Transform - pos: -112.5,-13.5 + pos: -52.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26578 + color: '#990000FF' + - uid: 27055 components: - type: Transform - pos: -112.5,-12.5 + pos: -52.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26579 + color: '#990000FF' + - uid: 27056 components: - type: Transform - pos: -112.5,-11.5 + pos: -52.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26580 + color: '#990000FF' + - uid: 27059 components: - type: Transform - pos: -112.5,-10.5 + rot: 1.5707963267948966 rad + pos: -52.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26581 + color: '#0055CCFF' + - uid: 27060 components: - type: Transform - pos: -112.5,-9.5 + rot: 1.5707963267948966 rad + pos: -51.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26582 + color: '#0055CCFF' + - uid: 27061 components: - type: Transform - pos: -112.5,-8.5 + rot: 1.5707963267948966 rad + pos: -50.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26583 + color: '#0055CCFF' + - uid: 27062 components: - type: Transform - pos: -112.5,-7.5 + rot: 1.5707963267948966 rad + pos: -49.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26584 + color: '#0055CCFF' + - uid: 27063 components: - type: Transform - pos: -112.5,-6.5 + rot: 1.5707963267948966 rad + pos: -48.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26585 + color: '#0055CCFF' + - uid: 27064 components: - type: Transform - pos: -112.5,-5.5 + rot: 1.5707963267948966 rad + pos: -47.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26586 + color: '#0055CCFF' + - uid: 27066 components: - type: Transform - pos: -112.5,-4.5 + rot: 1.5707963267948966 rad + pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26587 + color: '#0055CCFF' + - uid: 27067 components: - type: Transform - pos: -112.5,-3.5 + rot: 1.5707963267948966 rad + pos: -44.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26588 + color: '#0055CCFF' + - uid: 27068 components: - type: Transform - pos: -112.5,-2.5 + rot: 1.5707963267948966 rad + pos: -43.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26589 + color: '#0055CCFF' + - uid: 27070 components: - type: Transform - pos: -112.5,-1.5 + rot: 1.5707963267948966 rad + pos: -41.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26590 + color: '#0055CCFF' + - uid: 27072 components: - type: Transform - pos: -112.5,-0.5 + rot: 1.5707963267948966 rad + pos: -39.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26591 + color: '#0055CCFF' + - uid: 27073 components: - type: Transform - pos: -112.5,0.5 + rot: 1.5707963267948966 rad + pos: -38.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26592 + color: '#0055CCFF' + - uid: 27075 components: - type: Transform - pos: -112.5,1.5 + rot: 1.5707963267948966 rad + pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26593 + color: '#0055CCFF' + - uid: 27076 components: - type: Transform - pos: -112.5,2.5 + rot: 1.5707963267948966 rad + pos: -35.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26594 + color: '#0055CCFF' + - uid: 27077 components: - type: Transform - pos: -112.5,3.5 + rot: 1.5707963267948966 rad + pos: -34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26595 + color: '#0055CCFF' + - uid: 27078 components: - type: Transform - pos: -112.5,4.5 + rot: 1.5707963267948966 rad + pos: -33.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26596 + color: '#0055CCFF' + - uid: 27079 components: - type: Transform - pos: -112.5,5.5 + rot: 1.5707963267948966 rad + pos: -32.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26597 + color: '#0055CCFF' + - uid: 27080 components: - type: Transform - pos: -112.5,6.5 + rot: 1.5707963267948966 rad + pos: -31.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26598 + color: '#0055CCFF' + - uid: 27081 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-25.5 + rot: 1.5707963267948966 rad + pos: -30.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26599 + color: '#0055CCFF' + - uid: 27082 components: - type: Transform - pos: -112.5,8.5 + rot: 1.5707963267948966 rad + pos: -51.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26600 + color: '#990000FF' + - uid: 27083 components: - type: Transform - pos: -112.5,9.5 + rot: 1.5707963267948966 rad + pos: -50.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26601 + color: '#990000FF' + - uid: 27084 components: - type: Transform - pos: -112.5,10.5 + rot: 1.5707963267948966 rad + pos: -49.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26602 + color: '#990000FF' + - uid: 27085 components: - type: Transform - pos: -112.5,11.5 + rot: 1.5707963267948966 rad + pos: -48.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26603 + color: '#990000FF' + - uid: 27086 components: - type: Transform - pos: -112.5,12.5 + rot: 1.5707963267948966 rad + pos: -47.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26604 + color: '#990000FF' + - uid: 27087 components: - type: Transform - pos: -112.5,13.5 + rot: 1.5707963267948966 rad + pos: -46.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26605 + color: '#990000FF' + - uid: 27090 components: - type: Transform - pos: -112.5,14.5 + rot: 1.5707963267948966 rad + pos: -43.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26606 + color: '#990000FF' + - uid: 27091 components: - type: Transform - pos: -112.5,15.5 + rot: 1.5707963267948966 rad + pos: -42.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26607 + color: '#990000FF' + - uid: 27092 components: - type: Transform - pos: -112.5,16.5 + rot: 1.5707963267948966 rad + pos: -41.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26608 + color: '#990000FF' + - uid: 27093 components: - type: Transform - pos: -112.5,17.5 + rot: 1.5707963267948966 rad + pos: -40.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26609 + color: '#990000FF' + - uid: 27094 components: - type: Transform - pos: -112.5,18.5 + rot: 1.5707963267948966 rad + pos: -39.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26610 + color: '#990000FF' + - uid: 27096 components: - type: Transform - pos: -112.5,19.5 + rot: 1.5707963267948966 rad + pos: -37.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26611 + color: '#990000FF' + - uid: 27098 components: - type: Transform - pos: -112.5,20.5 + rot: 1.5707963267948966 rad + pos: -35.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26612 + color: '#990000FF' + - uid: 27099 components: - type: Transform - pos: -112.5,21.5 + rot: 1.5707963267948966 rad + pos: -34.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26613 + color: '#990000FF' + - uid: 27100 components: - type: Transform - pos: -112.5,22.5 + rot: 1.5707963267948966 rad + pos: -33.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26614 + color: '#990000FF' + - uid: 27101 components: - type: Transform - pos: -112.5,23.5 + rot: 1.5707963267948966 rad + pos: -32.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26615 + color: '#990000FF' + - uid: 27102 components: - type: Transform - pos: -112.5,24.5 + rot: 1.5707963267948966 rad + pos: -31.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26616 + color: '#990000FF' + - uid: 27103 components: - type: Transform - pos: -112.5,25.5 + rot: 1.5707963267948966 rad + pos: -30.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26617 + color: '#990000FF' + - uid: 27104 components: - type: Transform - pos: -112.5,26.5 + rot: 1.5707963267948966 rad + pos: -29.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26618 + color: '#990000FF' + - uid: 27105 components: - type: Transform - pos: -112.5,27.5 + rot: 1.5707963267948966 rad + pos: -28.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26619 + color: '#990000FF' + - uid: 27106 components: - type: Transform - pos: -112.5,28.5 + rot: 1.5707963267948966 rad + pos: -29.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26620 + color: '#0055CCFF' + - uid: 27107 components: - type: Transform - pos: -112.5,29.5 + rot: 1.5707963267948966 rad + pos: -28.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26621 + color: '#0055CCFF' + - uid: 27116 components: - type: Transform - pos: -112.5,30.5 + rot: -1.5707963267948966 rad + pos: -57.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26622 + color: '#0055CCFF' + - uid: 27117 components: - type: Transform - pos: -112.5,31.5 + rot: -1.5707963267948966 rad + pos: -58.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26623 + color: '#0055CCFF' + - uid: 27118 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-24.5 + pos: -57.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26624 + color: '#990000FF' + - uid: 27119 components: - type: Transform - pos: -112.5,33.5 + rot: 3.141592653589793 rad + pos: -46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26625 + color: '#0055CCFF' + - uid: 27120 components: - type: Transform - pos: -112.5,34.5 + rot: 3.141592653589793 rad + pos: -45.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26626 + color: '#990000FF' + - uid: 27121 components: - type: Transform - pos: -112.5,35.5 + rot: 3.141592653589793 rad + pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26627 + color: '#990000FF' + - uid: 27124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-24.5 + rot: 3.141592653589793 rad + pos: -52.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26636 + - uid: 27125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-19.5 + rot: 3.141592653589793 rad + pos: -52.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26637 + - uid: 27126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -112.5,-19.5 + pos: -37.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26638 + color: '#0055CCFF' + - uid: 27127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -111.5,-19.5 + pos: -36.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26639 + color: '#990000FF' + - uid: 27128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -110.5,-19.5 + pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26640 + color: '#990000FF' + - uid: 27131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -109.5,-19.5 + rot: -1.5707963267948966 rad + pos: -54.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26641 + color: '#0055CCFF' + - uid: 27132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -108.5,-19.5 + rot: -1.5707963267948966 rad + pos: -53.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26642 + color: '#990000FF' + - uid: 27133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -107.5,-19.5 + rot: -1.5707963267948966 rad + pos: -54.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26643 + color: '#990000FF' + - uid: 27138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -106.5,-19.5 + pos: -40.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26644 + color: '#0055CCFF' + - uid: 27139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -105.5,-19.5 + pos: -40.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26645 + color: '#0055CCFF' + - uid: 27140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -104.5,-19.5 + pos: -40.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26646 + color: '#0055CCFF' + - uid: 27141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -103.5,-19.5 + pos: -38.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26648 + color: '#990000FF' + - uid: 27142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -101.5,-19.5 + pos: -38.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26649 + color: '#990000FF' + - uid: 27143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -100.5,-19.5 + pos: -59.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26650 + color: '#0055CCFF' + - uid: 27145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,-19.5 + rot: 3.141592653589793 rad + pos: -59.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26651 + - uid: 27150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,-19.5 + pos: -58.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26652 + color: '#990000FF' + - uid: 27151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,-19.5 + pos: -58.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26653 + color: '#990000FF' + - uid: 27158 components: - type: Transform rot: 1.5707963267948966 rad - pos: -96.5,-19.5 + pos: -29.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26655 + color: '#0055CCFF' + - uid: 27159 components: - type: Transform rot: 1.5707963267948966 rad - pos: -95.5,-21.5 + pos: -30.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26656 + color: '#0055CCFF' + - uid: 27160 components: - type: Transform rot: 1.5707963267948966 rad - pos: -96.5,-21.5 + pos: -31.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26657 + color: '#0055CCFF' + - uid: 27161 components: - type: Transform rot: 1.5707963267948966 rad - pos: -97.5,-21.5 + pos: -28.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26658 + color: '#990000FF' + - uid: 27162 components: - type: Transform rot: 1.5707963267948966 rad - pos: -98.5,-21.5 + pos: -29.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26659 + color: '#990000FF' + - uid: 27163 components: - type: Transform rot: 1.5707963267948966 rad - pos: -99.5,-21.5 + pos: -30.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26661 + color: '#990000FF' + - uid: 27164 components: - type: Transform rot: 1.5707963267948966 rad - pos: -101.5,-21.5 + pos: -31.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26663 + color: '#990000FF' + - uid: 27169 components: - type: Transform rot: 1.5707963267948966 rad - pos: -103.5,-21.5 + pos: -29.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26664 + color: '#990000FF' + - uid: 27170 components: - type: Transform rot: 1.5707963267948966 rad - pos: -104.5,-21.5 + pos: -30.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26665 + color: '#990000FF' + - uid: 27171 components: - type: Transform rot: 1.5707963267948966 rad - pos: -105.5,-21.5 + pos: -31.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26666 + color: '#990000FF' + - uid: 27172 components: - type: Transform rot: 1.5707963267948966 rad - pos: -106.5,-21.5 + pos: -31.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26667 + color: '#0055CCFF' + - uid: 27173 components: - type: Transform rot: 1.5707963267948966 rad - pos: -107.5,-21.5 + pos: -30.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26668 + color: '#0055CCFF' + - uid: 27174 components: - type: Transform rot: 1.5707963267948966 rad - pos: -108.5,-21.5 + pos: -29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26669 + color: '#0055CCFF' + - uid: 27177 components: - type: Transform rot: 1.5707963267948966 rad - pos: -109.5,-21.5 + pos: -32.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26670 + color: '#0055CCFF' + - uid: 27178 components: - type: Transform rot: 1.5707963267948966 rad - pos: -110.5,-21.5 + pos: -33.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26671 + color: '#0055CCFF' + - uid: 27182 components: - type: Transform rot: 1.5707963267948966 rad - pos: -111.5,-21.5 + pos: -33.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26672 + color: '#990000FF' + - uid: 27183 components: - type: Transform rot: 1.5707963267948966 rad - pos: -94.5,-19.5 + pos: -34.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26673 + color: '#990000FF' + - uid: 27184 components: - type: Transform rot: 1.5707963267948966 rad - pos: -93.5,-19.5 + pos: -35.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26674 + color: '#990000FF' + - uid: 27185 components: - type: Transform rot: 1.5707963267948966 rad - pos: -92.5,-19.5 + pos: -36.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26675 + color: '#990000FF' + - uid: 27186 components: - type: Transform rot: 1.5707963267948966 rad - pos: -91.5,-19.5 + pos: -37.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26676 + color: '#990000FF' + - uid: 27187 components: - type: Transform rot: 1.5707963267948966 rad - pos: -90.5,-19.5 + pos: -35.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26677 + color: '#0055CCFF' + - uid: 27188 components: - type: Transform rot: 1.5707963267948966 rad - pos: -89.5,-19.5 + pos: -36.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26678 + color: '#0055CCFF' + - uid: 27189 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.5,-19.5 + pos: -37.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26679 + color: '#0055CCFF' + - uid: 27205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,-19.5 + pos: -26.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26680 + color: '#990000FF' + - uid: 27229 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-19.5 + pos: -14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26682 + color: '#990000FF' + - uid: 27258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -93.5,-21.5 + rot: -1.5707963267948966 rad + pos: -11.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26683 + color: '#990000FF' + - uid: 27259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,-21.5 + rot: -1.5707963267948966 rad + pos: -12.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26684 + color: '#990000FF' + - uid: 27262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,-21.5 + rot: -1.5707963267948966 rad + pos: -15.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26685 + color: '#990000FF' + - uid: 27263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,-21.5 + rot: -1.5707963267948966 rad + pos: -16.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26686 + color: '#990000FF' + - uid: 27264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,-21.5 + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26687 + color: '#990000FF' + - uid: 27265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-21.5 + rot: -1.5707963267948966 rad + pos: -18.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26688 + color: '#990000FF' + - uid: 27266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,-21.5 + rot: -1.5707963267948966 rad + pos: -19.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26689 + color: '#990000FF' + - uid: 27268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-21.5 + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26690 + color: '#0055CCFF' + - uid: 27269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,-21.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26691 + color: '#0055CCFF' + - uid: 27270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-21.5 + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26701 + color: '#0055CCFF' + - uid: 27273 components: - type: Transform - pos: -91.5,12.5 + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26704 + color: '#0055CCFF' + - uid: 27274 components: - type: Transform - pos: -91.5,13.5 + rot: -1.5707963267948966 rad + pos: -18.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26705 + color: '#0055CCFF' + - uid: 27275 components: - type: Transform - pos: -91.5,14.5 + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26706 + color: '#0055CCFF' + - uid: 27276 components: - type: Transform - pos: -90.5,8.5 + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26707 + color: '#0055CCFF' + - uid: 27277 components: - type: Transform - pos: -90.5,9.5 + rot: -1.5707963267948966 rad + pos: -21.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26708 + color: '#0055CCFF' + - uid: 27279 components: - type: Transform - pos: -90.5,10.5 + pos: -22.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26709 + color: '#0055CCFF' + - uid: 27280 components: - type: Transform - pos: -90.5,11.5 + pos: -22.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26710 + color: '#0055CCFF' + - uid: 27281 components: - type: Transform - pos: -90.5,12.5 + pos: -20.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26711 + color: '#990000FF' + - uid: 27282 components: - type: Transform - pos: -90.5,13.5 + pos: -16.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26712 + color: '#0055CCFF' + - uid: 27283 components: - type: Transform - pos: -90.5,14.5 + pos: -16.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26729 + color: '#0055CCFF' + - uid: 27284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,15.5 + pos: -16.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26730 + color: '#0055CCFF' + - uid: 27285 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,19.5 + pos: -16.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26731 + color: '#0055CCFF' + - uid: 27286 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,20.5 + pos: -16.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26732 + color: '#0055CCFF' + - uid: 27287 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,21.5 + pos: -16.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26733 + color: '#0055CCFF' + - uid: 27288 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,22.5 + pos: -14.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26734 + color: '#990000FF' + - uid: 27289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,23.5 + pos: -14.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26735 + color: '#990000FF' + - uid: 27290 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,24.5 + pos: -14.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26736 + color: '#990000FF' + - uid: 27291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,20.5 + pos: -14.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26737 + color: '#990000FF' + - uid: 27292 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,21.5 + pos: -14.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26738 + color: '#990000FF' + - uid: 27308 components: - type: Transform rot: 3.141592653589793 rad - pos: -94.5,22.5 + pos: -11.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26741 + color: '#0055CCFF' + - uid: 27309 components: - type: Transform - pos: -91.5,8.5 + rot: 3.141592653589793 rad + pos: -11.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26743 + color: '#0055CCFF' + - uid: 27310 components: - type: Transform - pos: -91.5,7.5 + rot: 3.141592653589793 rad + pos: -10.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26744 + color: '#990000FF' + - uid: 27313 components: - type: Transform - pos: -91.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26745 + color: '#0055CCFF' + - uid: 27314 components: - type: Transform - pos: -91.5,5.5 + rot: 3.141592653589793 rad + pos: 8.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26746 + color: '#0055CCFF' + - uid: 27315 components: - type: Transform - pos: -91.5,4.5 + rot: 3.141592653589793 rad + pos: 10.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26747 + color: '#990000FF' + - uid: 27316 components: - type: Transform - pos: -91.5,3.5 + rot: 3.141592653589793 rad + pos: 10.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26748 + color: '#990000FF' + - uid: 27317 components: - type: Transform - pos: -91.5,2.5 + pos: 8.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26749 + color: '#0055CCFF' + - uid: 27318 components: - type: Transform - pos: -90.5,6.5 + pos: 8.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26750 + color: '#0055CCFF' + - uid: 27323 components: - type: Transform - pos: -90.5,5.5 + rot: 3.141592653589793 rad + pos: 19.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26751 + color: '#990000FF' + - uid: 27326 components: - type: Transform - pos: -90.5,4.5 + pos: 17.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26752 + color: '#0055CCFF' + - uid: 27329 components: - type: Transform - pos: -90.5,3.5 + rot: 1.5707963267948966 rad + pos: 19.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26753 + color: '#0055CCFF' + - uid: 27331 components: - type: Transform - pos: -90.5,2.5 + rot: 3.141592653589793 rad + pos: 18.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26754 + - uid: 27334 components: - type: Transform - pos: -90.5,1.5 + rot: 3.141592653589793 rad + pos: 19.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26771 + color: '#990000FF' + - uid: 27337 components: - type: Transform - pos: -95.5,-2.5 + rot: 3.141592653589793 rad + pos: 19.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26772 + color: '#990000FF' + - uid: 27338 components: - type: Transform - pos: -95.5,-3.5 + pos: 17.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26773 + color: '#0055CCFF' + - uid: 27339 components: - type: Transform - pos: -95.5,-4.5 + rot: 3.141592653589793 rad + pos: 18.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26774 + color: '#0055CCFF' + - uid: 27342 components: - type: Transform - pos: -95.5,-5.5 + rot: 3.141592653589793 rad + pos: 18.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26775 + color: '#0055CCFF' + - uid: 27346 components: - type: Transform - pos: -94.5,-3.5 + rot: 3.141592653589793 rad + pos: 19.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26776 + color: '#990000FF' + - uid: 27347 components: - type: Transform - pos: -94.5,-4.5 + rot: 3.141592653589793 rad + pos: 19.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26777 + color: '#990000FF' + - uid: 27348 components: - type: Transform - pos: -94.5,-5.5 + rot: 3.141592653589793 rad + pos: 19.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26778 + color: '#990000FF' + - uid: 27349 components: - type: Transform - pos: -94.5,-6.5 + rot: 3.141592653589793 rad + pos: 19.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26779 + color: '#990000FF' + - uid: 27357 components: - type: Transform - pos: -94.5,-7.5 + rot: 3.141592653589793 rad + pos: 31.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26783 + color: '#990000FF' + - uid: 27358 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,8.5 + pos: 31.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26784 + color: '#990000FF' + - uid: 27359 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,7.5 + pos: 31.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26785 + color: '#990000FF' + - uid: 27360 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,6.5 + pos: 31.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26786 + color: '#990000FF' + - uid: 27361 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,5.5 + pos: 31.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26787 + color: '#990000FF' + - uid: 27362 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,4.5 + pos: 29.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26788 + color: '#0055CCFF' + - uid: 27365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,3.5 + rot: 1.5707963267948966 rad + pos: 32.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26789 + color: '#990000FF' + - uid: 27366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,2.5 + rot: 1.5707963267948966 rad + pos: 33.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26791 + color: '#990000FF' + - uid: 27367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,0.5 + rot: -1.5707963267948966 rad + pos: 31.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26792 + color: '#0055CCFF' + - uid: 27368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-0.5 + rot: 1.5707963267948966 rad + pos: 32.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26793 + color: '#0055CCFF' + - uid: 27369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-1.5 + rot: 1.5707963267948966 rad + pos: 33.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26794 + color: '#0055CCFF' + - uid: 27370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-2.5 + rot: -1.5707963267948966 rad + pos: 34.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26795 + color: '#990000FF' + - uid: 27376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-2.5 + pos: 29.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26796 + color: '#0055CCFF' + - uid: 27377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-1.5 + pos: 29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26797 + color: '#0055CCFF' + - uid: 27378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-0.5 + pos: 29.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26798 + color: '#0055CCFF' + - uid: 27379 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,0.5 + pos: 31.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26799 + color: '#990000FF' + - uid: 27380 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,1.5 + pos: 31.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26801 + color: '#990000FF' + - uid: 27381 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,3.5 + pos: 31.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26802 + color: '#990000FF' + - uid: 27391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,4.5 + rot: -1.5707963267948966 rad + pos: 15.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26803 + color: '#0055CCFF' + - uid: 27392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,5.5 + rot: -1.5707963267948966 rad + pos: 14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26804 + color: '#0055CCFF' + - uid: 27393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,6.5 + rot: -1.5707963267948966 rad + pos: 13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26807 + color: '#0055CCFF' + - uid: 27394 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,18.5 + pos: 15.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26809 + color: '#990000FF' + - uid: 27397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,10.5 + rot: -1.5707963267948966 rad + pos: 29.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26810 + color: '#0055CCFF' + - uid: 27398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,11.5 + rot: -1.5707963267948966 rad + pos: 28.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26811 + color: '#0055CCFF' + - uid: 27399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,12.5 + rot: -1.5707963267948966 rad + pos: 27.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26812 + color: '#0055CCFF' + - uid: 27400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,13.5 + rot: -1.5707963267948966 rad + pos: 27.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26813 + color: '#990000FF' + - uid: 27401 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,14.5 + rot: -1.5707963267948966 rad + pos: 28.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26815 + color: '#990000FF' + - uid: 27402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,16.5 + rot: -1.5707963267948966 rad + pos: 29.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26816 + color: '#990000FF' + - uid: 27403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,17.5 + rot: -1.5707963267948966 rad + pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26817 + color: '#990000FF' + - uid: 27404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,18.5 + rot: -1.5707963267948966 rad + pos: 29.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26818 + color: '#0055CCFF' + - uid: 27423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,19.5 + rot: -1.5707963267948966 rad + pos: 32.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26819 + color: '#0055CCFF' + - uid: 27424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,8.5 + rot: -1.5707963267948966 rad + pos: 33.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26820 + color: '#0055CCFF' + - uid: 27426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,9.5 + rot: -1.5707963267948966 rad + pos: 32.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26821 + color: '#990000FF' + - uid: 27427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,10.5 + rot: -1.5707963267948966 rad + pos: 33.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26822 + color: '#990000FF' + - uid: 27428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,11.5 + rot: -1.5707963267948966 rad + pos: 34.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26823 + color: '#990000FF' + - uid: 27431 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,12.5 + pos: 17.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26824 + color: '#0055CCFF' + - uid: 27432 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,13.5 + pos: 17.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26825 + color: '#0055CCFF' + - uid: 27433 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,14.5 + pos: 19.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26826 + color: '#990000FF' + - uid: 27434 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,15.5 + pos: 19.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26828 + color: '#990000FF' + - uid: 27435 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,17.5 + pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26829 + color: '#990000FF' + - uid: 27436 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,18.5 + pos: 19.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26830 + color: '#990000FF' + - uid: 27462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,19.5 + pos: -45.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26837 + color: '#990000FF' + - uid: 27463 components: - type: Transform - pos: -77.5,6.5 + pos: -45.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26838 + color: '#990000FF' + - uid: 27464 components: - type: Transform - pos: -77.5,5.5 + pos: -45.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26839 + color: '#990000FF' + - uid: 27465 components: - type: Transform - pos: -78.5,8.5 + pos: -45.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26840 + color: '#990000FF' + - uid: 27468 components: - type: Transform - pos: -78.5,7.5 + pos: -33.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26841 + color: '#0055CCFF' + - uid: 27469 components: - type: Transform - pos: -78.5,6.5 + pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26842 + color: '#0055CCFF' + - uid: 27470 components: - type: Transform - pos: -78.5,5.5 + pos: -33.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26858 + color: '#0055CCFF' + - uid: 27471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,7.5 + pos: -33.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26861 + color: '#0055CCFF' + - uid: 27472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-24.5 + pos: -33.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26890 + color: '#0055CCFF' + - uid: 27473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,20.5 + pos: -33.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26899 + color: '#0055CCFF' + - uid: 27474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,4.5 + pos: -33.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26900 + color: '#0055CCFF' + - uid: 27475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,4.5 + pos: -33.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26901 + color: '#0055CCFF' + - uid: 27476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,4.5 + pos: -32.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26902 + color: '#990000FF' + - uid: 27477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,4.5 + pos: -32.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26903 + color: '#990000FF' + - uid: 27478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,4.5 + pos: -32.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26904 + color: '#990000FF' + - uid: 27479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,4.5 + pos: -32.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26905 + color: '#990000FF' + - uid: 27480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,4.5 + pos: -32.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26906 + color: '#990000FF' + - uid: 27481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,4.5 + pos: -32.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26907 + color: '#990000FF' + - uid: 27485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,4.5 + pos: -4.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26908 + color: '#0055CCFF' + - uid: 27486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,4.5 + pos: -4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26909 + color: '#0055CCFF' + - uid: 27487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,4.5 + pos: -4.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26910 + color: '#0055CCFF' + - uid: 27488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,4.5 + pos: -4.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26911 + color: '#0055CCFF' + - uid: 27489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,1.5 + pos: -3.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26912 + color: '#990000FF' + - uid: 27490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,1.5 + pos: -3.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26913 + color: '#990000FF' + - uid: 27495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,1.5 + rot: 1.5707963267948966 rad + pos: -0.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26914 + color: '#0055CCFF' + - uid: 27498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,1.5 + rot: 1.5707963267948966 rad + pos: -2.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26915 + color: '#990000FF' + - uid: 27499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,1.5 + rot: 1.5707963267948966 rad + pos: -1.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26916 + color: '#990000FF' + - uid: 27500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,1.5 + rot: 1.5707963267948966 rad + pos: -0.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26917 + color: '#990000FF' + - uid: 27501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,1.5 + rot: 1.5707963267948966 rad + pos: 0.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26918 + color: '#990000FF' + - uid: 27502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,1.5 + rot: 1.5707963267948966 rad + pos: 1.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26919 + color: '#990000FF' + - uid: 27508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,1.5 + rot: 1.5707963267948966 rad + pos: -32.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26920 + color: '#990000FF' + - uid: 27517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,1.5 + rot: 3.141592653589793 rad + pos: 34.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26921 + color: '#0055CCFF' + - uid: 27518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,1.5 + rot: 3.141592653589793 rad + pos: 34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26922 + color: '#0055CCFF' + - uid: 27519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,1.5 + rot: 3.141592653589793 rad + pos: 34.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26925 + color: '#0055CCFF' + - uid: 27520 components: - type: Transform - pos: -60.5,3.5 + rot: 3.141592653589793 rad + pos: 34.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26927 + color: '#0055CCFF' + - uid: 27521 components: - type: Transform - pos: -60.5,1.5 + rot: 3.141592653589793 rad + pos: 34.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26928 + color: '#0055CCFF' + - uid: 27522 components: - type: Transform - pos: -60.5,0.5 + rot: 3.141592653589793 rad + pos: 34.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26929 + color: '#0055CCFF' + - uid: 27523 components: - type: Transform - pos: -60.5,-0.5 + rot: 3.141592653589793 rad + pos: 36.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26930 + color: '#990000FF' + - uid: 27524 components: - type: Transform - pos: -58.5,0.5 + rot: 3.141592653589793 rad + pos: 36.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26931 + color: '#990000FF' + - uid: 27525 components: - type: Transform - pos: -58.5,-0.5 + rot: 3.141592653589793 rad + pos: 36.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26932 + color: '#990000FF' + - uid: 27529 components: - type: Transform - pos: -58.5,-1.5 + rot: 3.141592653589793 rad + pos: 34.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26934 + color: '#0055CCFF' + - uid: 27530 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-2.5 + pos: 36.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26937 + color: '#990000FF' + - uid: 27531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-2.5 + rot: 3.141592653589793 rad + pos: 36.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26938 + color: '#990000FF' + - uid: 27532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-2.5 + rot: 3.141592653589793 rad + pos: 36.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26939 + color: '#990000FF' + - uid: 27533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-2.5 + rot: 3.141592653589793 rad + pos: 36.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26940 + color: '#990000FF' + - uid: 27534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-2.5 + rot: 3.141592653589793 rad + pos: 36.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26941 + color: '#990000FF' + - uid: 27535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-2.5 + rot: 3.141592653589793 rad + pos: 36.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26942 + color: '#990000FF' + - uid: 27536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-3.5 + rot: 3.141592653589793 rad + pos: 36.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26943 + color: '#990000FF' + - uid: 27537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-3.5 + rot: 3.141592653589793 rad + pos: 36.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26944 + color: '#990000FF' + - uid: 27538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-3.5 + rot: 3.141592653589793 rad + pos: 36.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26947 + color: '#990000FF' + - uid: 27539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-14.5 + rot: 3.141592653589793 rad + pos: 36.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26948 + color: '#990000FF' + - uid: 27540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-14.5 + rot: 3.141592653589793 rad + pos: 36.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26949 + color: '#990000FF' + - uid: 27541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-14.5 + rot: 3.141592653589793 rad + pos: 36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26950 + color: '#990000FF' + - uid: 27542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-14.5 + rot: 3.141592653589793 rad + pos: 36.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26951 + color: '#990000FF' + - uid: 27544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26952 + color: '#0055CCFF' + - uid: 27545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26953 + color: '#0055CCFF' + - uid: 27546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26954 + color: '#0055CCFF' + - uid: 27547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26955 + color: '#0055CCFF' + - uid: 27548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26956 + color: '#0055CCFF' + - uid: 27549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26957 + color: '#0055CCFF' + - uid: 27550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26959 + color: '#0055CCFF' + - uid: 27551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26960 + color: '#0055CCFF' + - uid: 27552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26961 + color: '#0055CCFF' + - uid: 27553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-14.5 + rot: 3.141592653589793 rad + pos: 34.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26962 + color: '#0055CCFF' + - uid: 27554 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-16.5 + rot: 3.141592653589793 rad + pos: 34.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26963 + color: '#0055CCFF' + - uid: 27557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-16.5 + rot: -1.5707963267948966 rad + pos: 33.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26964 + color: '#0055CCFF' + - uid: 27563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26965 + color: '#0055CCFF' + - uid: 27564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26966 + color: '#0055CCFF' + - uid: 27565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26967 + color: '#0055CCFF' + - uid: 27566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26968 + color: '#0055CCFF' + - uid: 27567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26969 + color: '#0055CCFF' + - uid: 27568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26970 + color: '#0055CCFF' + - uid: 27569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26971 + color: '#0055CCFF' + - uid: 27570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26972 + color: '#0055CCFF' + - uid: 27571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26973 + color: '#0055CCFF' + - uid: 27572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26974 + color: '#0055CCFF' + - uid: 27573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26976 + color: '#0055CCFF' + - uid: 27574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26977 + color: '#0055CCFF' + - uid: 27575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-16.5 + rot: 3.141592653589793 rad + pos: 47.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26978 + color: '#990000FF' + - uid: 27576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-16.5 + rot: 3.141592653589793 rad + pos: 47.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26979 + color: '#990000FF' + - uid: 27577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-16.5 + rot: 3.141592653589793 rad + pos: 47.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26982 + color: '#990000FF' + - uid: 27578 components: - type: Transform - pos: -59.5,-13.5 + rot: 3.141592653589793 rad + pos: 47.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26983 + color: '#990000FF' + - uid: 27579 components: - type: Transform - pos: -59.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26988 + color: '#990000FF' + - uid: 27580 components: - type: Transform - pos: -58.5,-15.5 + rot: 3.141592653589793 rad + pos: 47.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26989 + color: '#990000FF' + - uid: 27581 components: - type: Transform - pos: -58.5,-14.5 + rot: 3.141592653589793 rad + pos: 47.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26990 + color: '#990000FF' + - uid: 27582 components: - type: Transform - pos: -58.5,-13.5 + rot: 3.141592653589793 rad + pos: 47.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26991 + color: '#990000FF' + - uid: 27583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26993 + color: '#990000FF' + - uid: 27584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-12.5 + rot: 3.141592653589793 rad + pos: 47.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26994 + color: '#990000FF' + - uid: 27585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-12.5 + rot: 1.5707963267948966 rad + pos: 50.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26995 + color: '#0055CCFF' + - uid: 27586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-11.5 + rot: 1.5707963267948966 rad + pos: 51.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26996 + color: '#0055CCFF' + - uid: 27587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-11.5 + rot: 1.5707963267948966 rad + pos: 52.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26997 + color: '#0055CCFF' + - uid: 27589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-11.5 + rot: 1.5707963267948966 rad + pos: 54.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26999 + color: '#0055CCFF' + - uid: 27590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-10.5 + rot: 1.5707963267948966 rad + pos: 55.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27000 + color: '#0055CCFF' + - uid: 27591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-9.5 + rot: 1.5707963267948966 rad + pos: 56.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27001 + color: '#0055CCFF' + - uid: 27592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-8.5 + rot: 1.5707963267948966 rad + pos: 57.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27002 + color: '#0055CCFF' + - uid: 27593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-8.5 + rot: 1.5707963267948966 rad + pos: 58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27003 + color: '#0055CCFF' + - uid: 27594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-9.5 + rot: 1.5707963267948966 rad + pos: 59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27004 + color: '#0055CCFF' + - uid: 27596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-10.5 + rot: 1.5707963267948966 rad + pos: 61.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27005 + color: '#0055CCFF' + - uid: 27597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-11.5 + rot: 1.5707963267948966 rad + pos: 62.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27012 + color: '#0055CCFF' + - uid: 27598 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-15.5 + rot: 1.5707963267948966 rad + pos: 63.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27013 + color: '#0055CCFF' + - uid: 27599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-16.5 + rot: 1.5707963267948966 rad + pos: 64.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27014 + color: '#0055CCFF' + - uid: 27600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-17.5 + rot: 1.5707963267948966 rad + pos: 65.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27016 + color: '#0055CCFF' + - uid: 27601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-18.5 + rot: 1.5707963267948966 rad + pos: 66.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27018 + color: '#0055CCFF' + - uid: 27602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-20.5 + rot: 1.5707963267948966 rad + pos: 67.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27020 + color: '#0055CCFF' + - uid: 27603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-22.5 + rot: 1.5707963267948966 rad + pos: 68.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27021 + color: '#0055CCFF' + - uid: 27604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-23.5 + rot: 1.5707963267948966 rad + pos: 69.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27022 + color: '#0055CCFF' + - uid: 27605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-24.5 + rot: 1.5707963267948966 rad + pos: 70.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27023 + color: '#0055CCFF' + - uid: 27606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-25.5 + rot: 1.5707963267948966 rad + pos: 71.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27024 + color: '#0055CCFF' + - uid: 27607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-26.5 + rot: 1.5707963267948966 rad + pos: 72.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27025 + color: '#0055CCFF' + - uid: 27608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-18.5 + rot: 1.5707963267948966 rad + pos: 73.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27026 + color: '#0055CCFF' + - uid: 27609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-19.5 + rot: 1.5707963267948966 rad + pos: 74.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27027 + color: '#0055CCFF' + - uid: 27612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-20.5 + rot: 1.5707963267948966 rad + pos: 77.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27028 + color: '#0055CCFF' + - uid: 27613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-21.5 + pos: 60.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27030 + color: '#0055CCFF' + - uid: 27614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-23.5 + rot: 1.5707963267948966 rad + pos: 52.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27031 + color: '#990000FF' + - uid: 27615 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-24.5 + rot: 1.5707963267948966 rad + pos: 53.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27032 + color: '#990000FF' + - uid: 27617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-25.5 + rot: 1.5707963267948966 rad + pos: 55.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27033 + color: '#990000FF' + - uid: 27618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-26.5 + rot: 1.5707963267948966 rad + pos: 56.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27034 + color: '#990000FF' + - uid: 27619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-27.5 + rot: 1.5707963267948966 rad + pos: 57.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27035 + color: '#990000FF' + - uid: 27620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-28.5 + rot: 1.5707963267948966 rad + pos: 58.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27038 + color: '#990000FF' + - uid: 27621 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,-27.5 + pos: 59.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27039 + color: '#990000FF' + - uid: 27622 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,-27.5 + pos: 60.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27040 + color: '#990000FF' + - uid: 27623 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-27.5 + pos: 61.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27041 + color: '#990000FF' + - uid: 27625 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-27.5 + pos: 63.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27042 + color: '#990000FF' + - uid: 27626 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,-27.5 + pos: 64.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27043 + color: '#990000FF' + - uid: 27627 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,-29.5 + pos: 65.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27044 + color: '#990000FF' + - uid: 27628 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-29.5 + pos: 66.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27045 + color: '#990000FF' + - uid: 27629 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-29.5 + pos: 67.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27046 + color: '#990000FF' + - uid: 27630 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,-29.5 + pos: 68.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27047 + color: '#990000FF' + - uid: 27631 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-29.5 + pos: 69.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27050 + color: '#990000FF' + - uid: 27632 components: - type: Transform - pos: -53.5,-28.5 + rot: 1.5707963267948966 rad + pos: 70.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27051 + color: '#990000FF' + - uid: 27634 components: - type: Transform - pos: -53.5,-29.5 + rot: 1.5707963267948966 rad + pos: 72.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27052 + color: '#990000FF' + - uid: 27635 components: - type: Transform - pos: -53.5,-30.5 + rot: 1.5707963267948966 rad + pos: 73.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27054 + color: '#990000FF' + - uid: 27636 components: - type: Transform - pos: -52.5,-30.5 + rot: 1.5707963267948966 rad + pos: 74.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27055 + color: '#990000FF' + - uid: 27637 components: - type: Transform - pos: -52.5,-31.5 + rot: 1.5707963267948966 rad + pos: 75.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27056 + color: '#990000FF' + - uid: 27639 components: - type: Transform - pos: -52.5,-32.5 + rot: 1.5707963267948966 rad + pos: 77.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27059 + color: '#990000FF' + - uid: 27640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-32.5 + pos: 60.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27060 + color: '#0055CCFF' + - uid: 27643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-32.5 + pos: 60.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27061 + color: '#0055CCFF' + - uid: 27644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-32.5 + pos: 60.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27062 + color: '#0055CCFF' + - uid: 27645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-32.5 + pos: 60.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27063 + color: '#0055CCFF' + - uid: 27646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-32.5 + pos: 60.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27064 + color: '#0055CCFF' + - uid: 27647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-32.5 + pos: 60.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27066 + color: '#0055CCFF' + - uid: 27648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-32.5 + pos: 60.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27067 + color: '#0055CCFF' + - uid: 27649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-32.5 + pos: 60.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27068 + color: '#0055CCFF' + - uid: 27650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-32.5 + pos: 60.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27070 + color: '#0055CCFF' + - uid: 27651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-32.5 + pos: 60.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27072 + color: '#0055CCFF' + - uid: 27652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-32.5 + pos: 60.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27073 + color: '#0055CCFF' + - uid: 27654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-32.5 + pos: 60.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27075 + color: '#0055CCFF' + - uid: 27655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-32.5 + pos: 60.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27076 + color: '#0055CCFF' + - uid: 27656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-32.5 + pos: 60.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27077 + color: '#0055CCFF' + - uid: 27657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-32.5 + pos: 60.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27078 + color: '#0055CCFF' + - uid: 27658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-32.5 + pos: 60.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27079 + color: '#0055CCFF' + - uid: 27659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-32.5 + pos: 60.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27080 + color: '#0055CCFF' + - uid: 27660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-32.5 + pos: 60.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27081 + color: '#0055CCFF' + - uid: 27661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-32.5 + pos: 60.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27082 + color: '#0055CCFF' + - uid: 27662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-33.5 + pos: 60.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27083 + color: '#0055CCFF' + - uid: 27663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-33.5 + pos: 60.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27084 + color: '#0055CCFF' + - uid: 27664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-33.5 + pos: 60.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27085 + color: '#0055CCFF' + - uid: 27665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-33.5 + pos: 60.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27086 + color: '#0055CCFF' + - uid: 27666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-33.5 + pos: 60.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27087 + color: '#0055CCFF' + - uid: 27667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-33.5 + pos: 60.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27090 + color: '#0055CCFF' + - uid: 27668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-33.5 + pos: 60.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27091 + color: '#0055CCFF' + - uid: 27669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-33.5 + pos: 62.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27092 + color: '#990000FF' + - uid: 27670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-33.5 + pos: 62.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27093 + color: '#990000FF' + - uid: 27671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-33.5 + pos: 62.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27094 + color: '#990000FF' + - uid: 27672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-33.5 + pos: 62.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27096 + color: '#990000FF' + - uid: 27673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-33.5 + pos: 62.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27098 + color: '#990000FF' + - uid: 27674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-33.5 + pos: 62.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27099 + color: '#990000FF' + - uid: 27675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-33.5 + pos: 62.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27100 + color: '#990000FF' + - uid: 27676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-33.5 + pos: 62.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27101 + color: '#990000FF' + - uid: 27677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-33.5 + pos: 62.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27102 + color: '#990000FF' + - uid: 27678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 + pos: 62.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27103 + color: '#990000FF' + - uid: 27679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-33.5 + pos: 62.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27104 + color: '#990000FF' + - uid: 27681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-33.5 + pos: 62.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27105 + color: '#990000FF' + - uid: 27682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-33.5 + pos: 62.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27106 + color: '#990000FF' + - uid: 27683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-32.5 + pos: 62.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27107 + color: '#990000FF' + - uid: 27684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-32.5 + pos: 62.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27116 + color: '#990000FF' + - uid: 27685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-21.5 + pos: 62.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27117 + color: '#990000FF' + - uid: 27686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-21.5 + pos: 62.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27118 + color: '#990000FF' + - uid: 27687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-22.5 + pos: 62.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27119 + color: '#990000FF' + - uid: 27688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-31.5 + pos: 62.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27120 + color: '#990000FF' + - uid: 27689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-31.5 + pos: 62.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27121 + color: '#990000FF' + - uid: 27690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-32.5 + pos: 62.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27124 + color: '#990000FF' + - uid: 27691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,48.5 + pos: 62.5,-28.5 parent: 2 - - uid: 27125 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,49.5 + pos: 62.5,-29.5 parent: 2 - - uid: 27126 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27693 components: - type: Transform - pos: -37.5,-31.5 + pos: 62.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27127 + color: '#990000FF' + - uid: 27698 components: - type: Transform - pos: -36.5,-31.5 + rot: 3.141592653589793 rad + pos: 46.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27128 + color: '#0055CCFF' + - uid: 27699 components: - type: Transform - pos: -36.5,-32.5 + rot: 3.141592653589793 rad + pos: 46.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27131 + color: '#0055CCFF' + - uid: 27700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-31.5 + rot: 3.141592653589793 rad + pos: 46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27132 + color: '#0055CCFF' + - uid: 27701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-33.5 + rot: 3.141592653589793 rad + pos: 46.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27133 + color: '#0055CCFF' + - uid: 27702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-33.5 + rot: 3.141592653589793 rad + pos: 46.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27138 + color: '#0055CCFF' + - uid: 27703 components: - type: Transform - pos: -40.5,-33.5 + rot: 3.141592653589793 rad + pos: 47.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27139 + color: '#990000FF' + - uid: 27704 components: - type: Transform - pos: -40.5,-34.5 + rot: 3.141592653589793 rad + pos: 47.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27140 + color: '#990000FF' + - uid: 27705 components: - type: Transform - pos: -40.5,-35.5 + rot: 3.141592653589793 rad + pos: 47.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27141 + color: '#990000FF' + - uid: 27706 components: - type: Transform - pos: -38.5,-34.5 + rot: 3.141592653589793 rad + pos: 47.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27142 + color: '#990000FF' + - uid: 27707 components: - type: Transform - pos: -38.5,-35.5 + rot: 3.141592653589793 rad + pos: 47.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27143 + color: '#990000FF' + - uid: 27708 components: - type: Transform - pos: -59.5,-10.5 + rot: 1.5707963267948966 rad + pos: 63.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27145 + color: '#990000FF' + - uid: 27709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-8.5 + rot: 1.5707963267948966 rad + pos: 64.5,-17.5 parent: 2 - - uid: 27150 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27710 components: - type: Transform - pos: -58.5,-11.5 + rot: 1.5707963267948966 rad + pos: 65.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27151 + color: '#990000FF' + - uid: 27711 components: - type: Transform - pos: -58.5,-10.5 + rot: 1.5707963267948966 rad + pos: 66.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27158 + color: '#990000FF' + - uid: 27712 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,2.5 + pos: 67.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27159 + color: '#990000FF' + - uid: 27713 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,2.5 + pos: 68.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27160 + color: '#990000FF' + - uid: 27714 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,2.5 + pos: 69.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27161 + color: '#990000FF' + - uid: 27715 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,1.5 + pos: 70.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27162 + color: '#990000FF' + - uid: 27716 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,1.5 + pos: 71.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27163 + color: '#990000FF' + - uid: 27718 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,1.5 + pos: 73.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27164 + color: '#990000FF' + - uid: 27719 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,1.5 + pos: 74.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27169 + color: '#990000FF' + - uid: 27720 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,12.5 + pos: 75.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27170 + color: '#990000FF' + - uid: 27721 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,12.5 + pos: 76.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27171 + color: '#990000FF' + - uid: 27722 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,12.5 + pos: 61.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27172 + color: '#0055CCFF' + - uid: 27723 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,13.5 + pos: 62.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27173 + color: '#0055CCFF' + - uid: 27724 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,13.5 + pos: 63.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27174 + color: '#0055CCFF' + - uid: 27725 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,13.5 + pos: 64.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27177 + color: '#0055CCFF' + - uid: 27726 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,13.5 + pos: 65.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27178 + color: '#0055CCFF' + - uid: 27727 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,13.5 + pos: 66.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27182 + color: '#0055CCFF' + - uid: 27728 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,10.5 + pos: 67.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27183 + color: '#0055CCFF' + - uid: 27729 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,10.5 + pos: 68.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27184 + color: '#0055CCFF' + - uid: 27730 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,10.5 + pos: 69.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27185 + color: '#0055CCFF' + - uid: 27731 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,10.5 + pos: 70.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27186 + color: '#0055CCFF' + - uid: 27732 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,10.5 + pos: 71.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27187 + color: '#0055CCFF' + - uid: 27733 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,12.5 + pos: 72.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27188 + color: '#0055CCFF' + - uid: 27734 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,12.5 + pos: 73.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27189 + color: '#0055CCFF' + - uid: 27736 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,12.5 + pos: 75.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27202 + color: '#0055CCFF' + - uid: 27739 components: - type: Transform - pos: -27.5,3.5 + rot: 3.141592653589793 rad + pos: 76.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27204 + color: '#0055CCFF' + - uid: 27740 components: - type: Transform - pos: -27.5,5.5 + rot: 3.141592653589793 rad + pos: 76.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27205 + color: '#0055CCFF' + - uid: 27741 components: - type: Transform - pos: -26.5,2.5 + rot: 3.141592653589793 rad + pos: 76.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27206 + color: '#0055CCFF' + - uid: 27742 components: - type: Transform - pos: -26.5,3.5 + rot: 3.141592653589793 rad + pos: 77.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27207 + color: '#990000FF' + - uid: 27743 components: - type: Transform - pos: -26.5,4.5 + rot: 3.141592653589793 rad + pos: 77.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27208 + color: '#990000FF' + - uid: 27744 components: - type: Transform - pos: -26.5,5.5 + rot: 3.141592653589793 rad + pos: 77.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27209 + color: '#990000FF' + - uid: 27745 components: - type: Transform - pos: -27.5,1.5 + rot: 3.141592653589793 rad + pos: 77.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27210 + color: '#990000FF' + - uid: 27746 components: - type: Transform - pos: -27.5,0.5 + rot: 3.141592653589793 rad + pos: 77.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27211 + color: '#990000FF' + - uid: 27758 components: - type: Transform - pos: -27.5,-0.5 + pos: 54.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27212 + color: '#990000FF' + - uid: 27759 components: - type: Transform - pos: -26.5,0.5 + pos: 54.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27213 + color: '#990000FF' + - uid: 27760 components: - type: Transform - pos: -26.5,-0.5 + pos: 54.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27214 + color: '#990000FF' + - uid: 27761 components: - type: Transform - pos: -21.5,1.5 + pos: 54.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27215 + color: '#990000FF' + - uid: 27762 components: - type: Transform - pos: -21.5,0.5 + pos: 54.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27216 + color: '#990000FF' + - uid: 27763 components: - type: Transform - pos: -21.5,-0.5 + pos: 54.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27217 + color: '#990000FF' + - uid: 27764 components: - type: Transform - pos: -20.5,0.5 + pos: 54.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27218 + color: '#990000FF' + - uid: 27765 components: - type: Transform - pos: -20.5,-0.5 + pos: 54.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27219 + color: '#990000FF' + - uid: 27766 components: - type: Transform - pos: -21.5,3.5 + pos: 53.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27220 + color: '#0055CCFF' + - uid: 27767 components: - type: Transform - pos: -21.5,4.5 + pos: 53.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27221 + color: '#0055CCFF' + - uid: 27768 components: - type: Transform - pos: -21.5,5.5 + pos: 53.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27222 + color: '#0055CCFF' + - uid: 27769 components: - type: Transform - pos: -20.5,2.5 + pos: 53.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27223 + color: '#0055CCFF' + - uid: 27770 components: - type: Transform - pos: -20.5,3.5 + pos: 53.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27224 + color: '#0055CCFF' + - uid: 27772 components: - type: Transform - pos: -20.5,4.5 + rot: -1.5707963267948966 rad + pos: 53.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27225 + color: '#0055CCFF' + - uid: 27773 components: - type: Transform - pos: -20.5,5.5 + rot: -1.5707963267948966 rad + pos: 54.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27226 + color: '#0055CCFF' + - uid: 27775 components: - type: Transform - pos: -15.5,3.5 + rot: -1.5707963267948966 rad + pos: 56.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27227 + color: '#0055CCFF' + - uid: 27776 components: - type: Transform - pos: -15.5,4.5 + rot: 3.141592653589793 rad + pos: 57.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27228 + color: '#0055CCFF' + - uid: 27777 components: - type: Transform - pos: -15.5,5.5 + rot: -1.5707963267948966 rad + pos: 58.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27229 + color: '#0055CCFF' + - uid: 27778 components: - type: Transform - pos: -14.5,2.5 + rot: -1.5707963267948966 rad + pos: 59.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27230 + color: '#0055CCFF' + - uid: 27779 components: - type: Transform - pos: -14.5,3.5 + rot: -1.5707963267948966 rad + pos: 60.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27231 + color: '#0055CCFF' + - uid: 27780 components: - type: Transform - pos: -14.5,4.5 + rot: -1.5707963267948966 rad + pos: 61.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27232 + color: '#0055CCFF' + - uid: 27781 components: - type: Transform - pos: -14.5,5.5 + rot: -1.5707963267948966 rad + pos: 62.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27233 + color: '#0055CCFF' + - uid: 27782 components: - type: Transform - pos: -15.5,1.5 + rot: -1.5707963267948966 rad + pos: 63.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27234 + color: '#0055CCFF' + - uid: 27783 components: - type: Transform - pos: -15.5,0.5 + rot: -1.5707963267948966 rad + pos: 64.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27235 + color: '#0055CCFF' + - uid: 27792 components: - type: Transform - pos: -15.5,-0.5 + rot: -1.5707963267948966 rad + pos: 52.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27236 + color: '#990000FF' + - uid: 27793 components: - type: Transform - pos: -14.5,0.5 + rot: -1.5707963267948966 rad + pos: 53.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27237 + color: '#990000FF' + - uid: 27794 components: - type: Transform - pos: -14.5,-0.5 + rot: -1.5707963267948966 rad + pos: 54.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27258 + color: '#990000FF' + - uid: 27795 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-5.5 + pos: 55.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27259 + color: '#990000FF' + - uid: 27796 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-5.5 + pos: 56.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27262 + color: '#990000FF' + - uid: 27797 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-5.5 + pos: 57.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27263 + color: '#990000FF' + - uid: 27798 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-5.5 + pos: 58.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27264 + color: '#990000FF' + - uid: 27800 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-5.5 + pos: 60.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27265 + color: '#990000FF' + - uid: 27801 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-5.5 + pos: 61.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27266 + color: '#990000FF' + - uid: 27802 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-5.5 + pos: 62.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27268 + color: '#990000FF' + - uid: 27803 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-4.5 + pos: 63.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27269 + color: '#990000FF' + - uid: 27804 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: 64.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27270 + color: '#990000FF' + - uid: 27805 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-4.5 + pos: 65.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27273 + color: '#990000FF' + - uid: 27820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-4.5 + rot: 3.141592653589793 rad + pos: 57.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27274 + color: '#0055CCFF' + - uid: 27821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 + rot: 3.141592653589793 rad + pos: 57.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27275 + color: '#0055CCFF' + - uid: 27822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 + rot: 3.141592653589793 rad + pos: 57.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27276 + color: '#0055CCFF' + - uid: 27824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 + rot: 3.141592653589793 rad + pos: 57.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27277 + color: '#0055CCFF' + - uid: 27825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-4.5 + rot: 3.141592653589793 rad + pos: 57.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27279 + color: '#0055CCFF' + - uid: 27826 components: - type: Transform - pos: -22.5,-5.5 + rot: 3.141592653589793 rad + pos: 57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27280 + color: '#0055CCFF' + - uid: 27827 components: - type: Transform - pos: -22.5,-6.5 + rot: 3.141592653589793 rad + pos: 57.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27281 + color: '#0055CCFF' + - uid: 27845 components: - type: Transform - pos: -20.5,-6.5 + rot: 3.141592653589793 rad + pos: 59.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27282 + color: '#990000FF' + - uid: 27847 components: - type: Transform - pos: -16.5,-5.5 + rot: 3.141592653589793 rad + pos: 59.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27283 + color: '#990000FF' + - uid: 27848 components: - type: Transform - pos: -16.5,-6.5 + rot: 3.141592653589793 rad + pos: 59.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27284 + color: '#990000FF' + - uid: 27849 components: - type: Transform - pos: -16.5,-7.5 + rot: 3.141592653589793 rad + pos: 59.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27285 + color: '#990000FF' + - uid: 27850 components: - type: Transform - pos: -16.5,-8.5 + rot: 3.141592653589793 rad + pos: 59.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27286 + color: '#990000FF' + - uid: 27851 components: - type: Transform - pos: -16.5,-9.5 + rot: 3.141592653589793 rad + pos: 59.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27287 + color: '#990000FF' + - uid: 27852 components: - type: Transform - pos: -16.5,-10.5 + rot: 3.141592653589793 rad + pos: 59.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27288 + color: '#990000FF' + - uid: 27854 components: - type: Transform - pos: -14.5,-6.5 + rot: 3.141592653589793 rad + pos: 59.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27289 + color: '#990000FF' + - uid: 27855 components: - type: Transform - pos: -14.5,-7.5 + rot: 3.141592653589793 rad + pos: 59.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27290 + color: '#990000FF' + - uid: 27856 components: - type: Transform - pos: -14.5,-8.5 + rot: 3.141592653589793 rad + pos: 59.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27291 + color: '#990000FF' + - uid: 27857 components: - type: Transform - pos: -14.5,-9.5 + rot: 3.141592653589793 rad + pos: 59.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27292 + color: '#990000FF' + - uid: 27879 components: - type: Transform - pos: -14.5,-10.5 + rot: 3.141592653589793 rad + pos: 57.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27308 + color: '#0055CCFF' + - uid: 27880 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-6.5 + pos: 57.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27309 + color: '#0055CCFF' + - uid: 27881 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-5.5 + pos: 57.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27310 + color: '#0055CCFF' + - uid: 27882 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-6.5 + pos: 57.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27313 + color: '#0055CCFF' + - uid: 27883 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,16.5 + pos: 57.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27314 + color: '#0055CCFF' + - uid: 27884 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,17.5 + pos: 59.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27315 + color: '#990000FF' + - uid: 27885 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,16.5 + pos: 59.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27316 + color: '#990000FF' + - uid: 27886 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,17.5 + pos: 59.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27317 + color: '#990000FF' + - uid: 27887 components: - type: Transform - pos: 8.5,19.5 + rot: 3.141592653589793 rad + pos: 59.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27318 + color: '#990000FF' + - uid: 27970 components: - type: Transform - pos: 8.5,20.5 + rot: 3.141592653589793 rad + pos: -25.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27323 + color: '#990000FF' + - uid: 28000 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,16.5 + pos: -25.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27326 + color: '#990000FF' + - uid: 28051 components: - type: Transform - pos: 17.5,13.5 + rot: 1.5707963267948966 rad + pos: 35.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27329 + - uid: 28052 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,12.5 + pos: 36.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27331 + - uid: 28053 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,14.5 + rot: 1.5707963267948966 rad + pos: 37.5,-1.5 parent: 2 - - uid: 27334 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28054 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,14.5 + rot: 1.5707963267948966 rad + pos: 38.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27337 + color: '#0055CCFF' + - uid: 28056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,17.5 + rot: 1.5707963267948966 rad + pos: 36.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27338 + color: '#990000FF' + - uid: 28057 components: - type: Transform - pos: 17.5,15.5 + rot: 1.5707963267948966 rad + pos: 37.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27339 + color: '#990000FF' + - uid: 28058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,11.5 + rot: 1.5707963267948966 rad + pos: 38.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27342 + color: '#990000FF' + - uid: 28063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 + pos: 36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27346 + color: '#0055CCFF' + - uid: 28064 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,6.5 + pos: 36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27347 + color: '#0055CCFF' + - uid: 28065 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,7.5 + pos: 36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27348 + color: '#0055CCFF' + - uid: 28066 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,8.5 + pos: 36.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27349 + color: '#0055CCFF' + - uid: 28067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,9.5 + pos: 36.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27357 + color: '#0055CCFF' + - uid: 28068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,6.5 + pos: 37.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27358 + color: '#990000FF' + - uid: 28069 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,7.5 + pos: 37.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27359 + color: '#990000FF' + - uid: 28072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,8.5 + pos: 13.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27360 + color: '#0055CCFF' + - uid: 28073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,9.5 + pos: 13.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27361 + color: '#0055CCFF' + - uid: 28074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,10.5 + pos: 13.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27362 + color: '#0055CCFF' + - uid: 28076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,8.5 + pos: 13.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27365 + - uid: 28077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,5.5 + pos: 13.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27366 + color: '#0055CCFF' + - uid: 28078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,5.5 + pos: 13.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27367 + color: '#0055CCFF' + - uid: 28080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,7.5 + pos: 13.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27368 + color: '#0055CCFF' + - uid: 28081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,7.5 + pos: 13.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27369 + color: '#0055CCFF' + - uid: 28082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,7.5 + pos: 13.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27370 + color: '#0055CCFF' + - uid: 28083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,5.5 + pos: 13.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27376 + color: '#0055CCFF' + - uid: 28084 components: - type: Transform - pos: 29.5,12.5 + pos: 13.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27377 + color: '#0055CCFF' + - uid: 28086 components: - type: Transform - pos: 29.5,13.5 + pos: 13.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27378 + color: '#0055CCFF' + - uid: 28087 components: - type: Transform - pos: 29.5,14.5 + pos: 13.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27379 + color: '#0055CCFF' + - uid: 28088 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,12.5 + pos: 13.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27380 + color: '#0055CCFF' + - uid: 28089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,13.5 + pos: 13.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27381 + color: '#0055CCFF' + - uid: 28090 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,14.5 + pos: 13.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27391 + color: '#0055CCFF' + - uid: 28091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,2.5 + pos: 15.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27392 + color: '#990000FF' + - uid: 28092 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,2.5 + pos: 15.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27393 + color: '#990000FF' + - uid: 28093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,2.5 + pos: 15.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27394 + color: '#990000FF' + - uid: 28094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,1.5 + pos: 15.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27397 + color: '#990000FF' + - uid: 28096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-1.5 + pos: 15.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27398 + color: '#990000FF' + - uid: 28097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-1.5 + pos: 15.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27399 + color: '#990000FF' + - uid: 28100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-1.5 + pos: 15.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27400 + color: '#990000FF' + - uid: 28101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-2.5 + pos: 15.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27401 + color: '#990000FF' + - uid: 28102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-2.5 + pos: 15.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27402 + color: '#990000FF' + - uid: 28104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-2.5 + pos: 15.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27403 + color: '#990000FF' + - uid: 28105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-2.5 + pos: 15.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27404 + color: '#990000FF' + - uid: 28106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-4.5 + pos: 15.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27423 + color: '#990000FF' + - uid: 28107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-1.5 + pos: 15.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27424 + color: '#990000FF' + - uid: 28112 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-1.5 + pos: 12.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27426 + color: '#990000FF' + - uid: 28114 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-2.5 + pos: 12.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27427 + color: '#0055CCFF' + - uid: 28115 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-2.5 + pos: 11.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27428 + color: '#0055CCFF' + - uid: 28118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-2.5 + rot: 1.5707963267948966 rad + pos: 16.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27431 + color: '#990000FF' + - uid: 28119 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-13.5 + rot: 1.5707963267948966 rad + pos: 17.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27432 + color: '#990000FF' + - uid: 28120 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-12.5 + rot: 1.5707963267948966 rad + pos: 18.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27433 + color: '#990000FF' + - uid: 28121 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-12.5 + rot: 1.5707963267948966 rad + pos: 19.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27434 + color: '#990000FF' + - uid: 28122 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-13.5 + rot: 1.5707963267948966 rad + pos: 20.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27435 + color: '#990000FF' + - uid: 28124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-14.5 + rot: 1.5707963267948966 rad + pos: 22.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27436 + color: '#990000FF' + - uid: 28125 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-15.5 + rot: 1.5707963267948966 rad + pos: 23.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27462 + color: '#990000FF' + - uid: 28127 components: - type: Transform - pos: -45.5,-27.5 + rot: 1.5707963267948966 rad + pos: 14.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27463 + color: '#0055CCFF' + - uid: 28128 components: - type: Transform - pos: -45.5,-26.5 + rot: 1.5707963267948966 rad + pos: 15.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27464 + color: '#0055CCFF' + - uid: 28129 components: - type: Transform - pos: -45.5,-25.5 + rot: 1.5707963267948966 rad + pos: 16.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27465 + color: '#0055CCFF' + - uid: 28130 components: - type: Transform - pos: -45.5,-24.5 + rot: 1.5707963267948966 rad + pos: 17.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27468 + color: '#0055CCFF' + - uid: 28131 components: - type: Transform - pos: -33.5,-15.5 + rot: 1.5707963267948966 rad + pos: 18.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27469 + color: '#0055CCFF' + - uid: 28132 components: - type: Transform - pos: -33.5,-16.5 + rot: 1.5707963267948966 rad + pos: 19.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27470 + color: '#0055CCFF' + - uid: 28134 components: - type: Transform - pos: -33.5,-17.5 + rot: 1.5707963267948966 rad + pos: 21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27471 + color: '#0055CCFF' + - uid: 28135 components: - type: Transform - pos: -33.5,-18.5 + rot: 1.5707963267948966 rad + pos: 22.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27472 + color: '#0055CCFF' + - uid: 28136 components: - type: Transform - pos: -33.5,-19.5 + rot: 1.5707963267948966 rad + pos: 23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27473 + color: '#0055CCFF' + - uid: 28138 components: - type: Transform - pos: -33.5,-20.5 + rot: 3.141592653589793 rad + pos: -52.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27474 + - uid: 28142 components: - type: Transform - pos: -33.5,-21.5 + pos: 20.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27475 + color: '#0055CCFF' + - uid: 28143 components: - type: Transform - pos: -33.5,-22.5 + pos: 20.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27476 + color: '#0055CCFF' + - uid: 28144 components: - type: Transform - pos: -32.5,-17.5 + pos: 20.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27477 + color: '#0055CCFF' + - uid: 28145 components: - type: Transform - pos: -32.5,-18.5 + pos: 20.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27478 + color: '#0055CCFF' + - uid: 28146 components: - type: Transform - pos: -32.5,-19.5 + pos: 20.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27479 + color: '#0055CCFF' + - uid: 28147 components: - type: Transform - pos: -32.5,-20.5 + pos: 21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27480 + color: '#990000FF' + - uid: 28148 components: - type: Transform - pos: -32.5,-21.5 + pos: 21.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27481 + color: '#990000FF' + - uid: 28152 components: - type: Transform - pos: -32.5,-22.5 + pos: -21.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27485 + color: '#0055CCFF' + - uid: 28153 components: - type: Transform - pos: -4.5,-15.5 + pos: -21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27486 + color: '#0055CCFF' + - uid: 28154 components: - type: Transform - pos: -4.5,-16.5 + pos: -21.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27487 + color: '#0055CCFF' + - uid: 28156 components: - type: Transform - pos: -4.5,-17.5 + pos: -21.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27488 + color: '#0055CCFF' + - uid: 28157 components: - type: Transform - pos: -4.5,-18.5 + pos: -19.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27489 + color: '#990000FF' + - uid: 28160 components: - type: Transform - pos: -3.5,-17.5 + pos: -18.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27490 + color: '#990000FF' + - uid: 28161 components: - type: Transform - pos: -3.5,-18.5 + pos: -19.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27495 + color: '#0055CCFF' + - uid: 28163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-27.5 + pos: -21.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27498 + - uid: 28164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-29.5 + pos: -21.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27499 + color: '#0055CCFF' + - uid: 28165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-29.5 + rot: 3.141592653589793 rad + pos: -6.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27500 + color: '#0055CCFF' + - uid: 28166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-29.5 + pos: -21.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27501 + color: '#0055CCFF' + - uid: 28167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-29.5 + pos: -21.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27502 + color: '#0055CCFF' + - uid: 28168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-29.5 + pos: -21.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27508 + color: '#0055CCFF' + - uid: 28169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,19.5 + pos: -21.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27517 + color: '#0055CCFF' + - uid: 28170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-15.5 + pos: -21.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27518 + color: '#0055CCFF' + - uid: 28171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-16.5 + pos: -19.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27519 + color: '#990000FF' + - uid: 28172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-17.5 + pos: -19.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27520 + color: '#990000FF' + - uid: 28179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-18.5 + pos: -19.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27521 + color: '#990000FF' + - uid: 28180 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-19.5 + pos: -19.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27522 + color: '#990000FF' + - uid: 28181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-20.5 + pos: -19.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27523 + color: '#990000FF' + - uid: 28182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-17.5 + pos: -19.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27524 + color: '#990000FF' + - uid: 28183 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-18.5 + pos: -19.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27525 + color: '#990000FF' + - uid: 28184 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-19.5 + pos: -19.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27529 + color: '#990000FF' + - uid: 28185 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-21.5 + pos: -19.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27530 + color: '#990000FF' + - uid: 28186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-21.5 + pos: -19.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27531 + color: '#990000FF' + - uid: 28187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 + pos: -19.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27532 + color: '#990000FF' + - uid: 28194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-23.5 + pos: -18.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27533 + color: '#990000FF' + - uid: 28195 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-24.5 + pos: -18.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27534 + color: '#990000FF' + - uid: 28196 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-25.5 + pos: -18.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27535 + color: '#990000FF' + - uid: 28197 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-26.5 + pos: -18.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27536 + color: '#990000FF' + - uid: 28199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-27.5 + pos: -19.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27537 + color: '#0055CCFF' + - uid: 28200 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-28.5 + pos: -19.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27538 + color: '#0055CCFF' + - uid: 28201 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-29.5 + pos: -19.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27539 + color: '#0055CCFF' + - uid: 28203 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-30.5 + rot: 1.5707963267948966 rad + pos: -17.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27540 + color: '#990000FF' + - uid: 28204 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-31.5 + rot: 1.5707963267948966 rad + pos: -18.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27541 + color: '#0055CCFF' + - uid: 28205 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-32.5 + pos: -18.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27542 + color: '#990000FF' + - uid: 28207 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-33.5 + rot: 1.5707963267948966 rad + pos: -16.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27544 + color: '#0055CCFF' + - uid: 28208 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-23.5 + rot: 1.5707963267948966 rad + pos: -15.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27545 + color: '#0055CCFF' + - uid: 28209 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-24.5 + rot: 1.5707963267948966 rad + pos: -14.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27546 + color: '#0055CCFF' + - uid: 28210 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-25.5 + rot: 1.5707963267948966 rad + pos: -13.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27547 + color: '#0055CCFF' + - uid: 28212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 + rot: 1.5707963267948966 rad + pos: -11.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27548 + color: '#0055CCFF' + - uid: 28214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-27.5 + rot: 1.5707963267948966 rad + pos: -15.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27549 + color: '#990000FF' + - uid: 28215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-28.5 + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27550 + color: '#990000FF' + - uid: 28216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-29.5 + rot: 1.5707963267948966 rad + pos: -13.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27551 + color: '#990000FF' + - uid: 28217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-30.5 + rot: 1.5707963267948966 rad + pos: -12.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27552 + color: '#990000FF' + - uid: 28218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-31.5 + rot: 1.5707963267948966 rad + pos: -11.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27553 + color: '#990000FF' + - uid: 28220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-32.5 + rot: 1.5707963267948966 rad + pos: -9.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27554 + color: '#990000FF' + - uid: 28221 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-33.5 + rot: 1.5707963267948966 rad + pos: -8.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27557 + color: '#990000FF' + - uid: 28222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-34.5 + rot: 1.5707963267948966 rad + pos: -7.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27563 + color: '#990000FF' + - uid: 28223 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-17.5 + rot: 1.5707963267948966 rad + pos: -6.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27564 + color: '#990000FF' + - uid: 28224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-18.5 + rot: 1.5707963267948966 rad + pos: -5.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27565 + color: '#990000FF' + - uid: 28232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-19.5 + rot: 1.5707963267948966 rad + pos: -10.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27566 + color: '#0055CCFF' + - uid: 28233 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-20.5 + rot: 1.5707963267948966 rad + pos: -9.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27567 + color: '#0055CCFF' + - uid: 28234 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-21.5 + rot: 1.5707963267948966 rad + pos: -8.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27568 + color: '#0055CCFF' + - uid: 28235 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-22.5 + rot: 1.5707963267948966 rad + pos: -7.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27569 + color: '#0055CCFF' + - uid: 28236 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-23.5 + rot: 1.5707963267948966 rad + pos: -6.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27570 + color: '#0055CCFF' + - uid: 28237 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-24.5 + rot: 1.5707963267948966 rad + pos: -5.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27571 + color: '#0055CCFF' + - uid: 28243 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-25.5 + rot: -1.5707963267948966 rad + pos: 13.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27572 + color: '#990000FF' + - uid: 28255 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-26.5 + pos: -12.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27573 + color: '#0055CCFF' + - uid: 28256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-27.5 + pos: -12.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27574 + color: '#0055CCFF' + - uid: 28257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-28.5 + pos: -12.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27575 + color: '#0055CCFF' + - uid: 28258 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-19.5 + pos: -12.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27576 + color: '#0055CCFF' + - uid: 28259 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-20.5 + pos: -12.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27577 + color: '#0055CCFF' + - uid: 28260 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-21.5 + pos: -12.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27578 + color: '#0055CCFF' + - uid: 28261 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-22.5 + pos: -10.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27579 + color: '#990000FF' + - uid: 28262 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-23.5 + pos: -10.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27580 + color: '#990000FF' + - uid: 28263 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-24.5 + pos: -10.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27581 + color: '#990000FF' + - uid: 28264 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-25.5 + pos: -10.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27582 + color: '#990000FF' + - uid: 28267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-26.5 + rot: -1.5707963267948966 rad + pos: 1.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27583 + color: '#990000FF' + - uid: 28268 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-27.5 + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27584 + color: '#990000FF' + - uid: 28269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-28.5 + rot: -1.5707963267948966 rad + pos: -0.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27585 + color: '#990000FF' + - uid: 28270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-2.5 + rot: -1.5707963267948966 rad + pos: -1.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27586 + color: '#990000FF' + - uid: 28271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-2.5 + rot: -1.5707963267948966 rad + pos: -2.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27587 + color: '#990000FF' + - uid: 28272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-2.5 + rot: -1.5707963267948966 rad + pos: -3.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27589 + color: '#990000FF' + - uid: 28273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-2.5 + rot: -1.5707963267948966 rad + pos: -4.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27590 + color: '#990000FF' + - uid: 28275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-2.5 + rot: -1.5707963267948966 rad + pos: -6.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27591 + color: '#990000FF' + - uid: 28276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-2.5 + rot: -1.5707963267948966 rad + pos: -7.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27592 + color: '#990000FF' + - uid: 28277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-2.5 + rot: -1.5707963267948966 rad + pos: -8.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27593 + color: '#990000FF' + - uid: 28279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-2.5 + rot: -1.5707963267948966 rad + pos: -0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27594 + color: '#0055CCFF' + - uid: 28280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-2.5 + rot: -1.5707963267948966 rad + pos: -1.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27596 + color: '#0055CCFF' + - uid: 28281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-2.5 + rot: -1.5707963267948966 rad + pos: -2.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27597 + color: '#0055CCFF' + - uid: 28282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-2.5 + rot: -1.5707963267948966 rad + pos: -3.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27598 + color: '#0055CCFF' + - uid: 28284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-2.5 + rot: -1.5707963267948966 rad + pos: -5.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27599 + color: '#0055CCFF' + - uid: 28285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-2.5 + rot: -1.5707963267948966 rad + pos: -6.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27600 + color: '#0055CCFF' + - uid: 28286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-2.5 + rot: -1.5707963267948966 rad + pos: -7.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27601 + color: '#0055CCFF' + - uid: 28287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-2.5 + rot: -1.5707963267948966 rad + pos: -8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27602 + color: '#0055CCFF' + - uid: 28288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-2.5 + rot: -1.5707963267948966 rad + pos: -9.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27603 + color: '#0055CCFF' + - uid: 28291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-2.5 + pos: -10.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27604 + color: '#0055CCFF' + - uid: 28292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-2.5 + pos: -10.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27605 + color: '#0055CCFF' + - uid: 28293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-2.5 + pos: -10.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27606 + color: '#0055CCFF' + - uid: 28294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-2.5 + pos: -9.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27607 + color: '#990000FF' + - uid: 28295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-2.5 + pos: -9.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27608 + color: '#990000FF' + - uid: 28296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-2.5 + pos: -9.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27609 + color: '#990000FF' + - uid: 28298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-2.5 + rot: 3.141592653589793 rad + pos: -10.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27612 + color: '#0055CCFF' + - uid: 28303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-2.5 + pos: -10.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27613 + color: '#990000FF' + - uid: 28304 components: - type: Transform - pos: 60.5,-4.5 + pos: -10.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27614 + color: '#990000FF' + - uid: 28306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-5.5 + rot: 3.141592653589793 rad + pos: -11.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27615 + color: '#0055CCFF' + - uid: 28307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-5.5 + rot: 3.141592653589793 rad + pos: -11.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27617 + color: '#0055CCFF' + - uid: 28308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-5.5 + rot: 3.141592653589793 rad + pos: -11.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27618 + color: '#0055CCFF' + - uid: 28309 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-5.5 + pos: -12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27619 + color: '#0055CCFF' + - uid: 28310 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-5.5 + pos: -13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27620 + color: '#0055CCFF' + - uid: 28311 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-5.5 + pos: -14.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27621 + color: '#0055CCFF' + - uid: 28312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-5.5 + rot: -1.5707963267948966 rad + pos: -11.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27622 + color: '#990000FF' + - uid: 28313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-5.5 + rot: -1.5707963267948966 rad + pos: -12.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27623 + color: '#990000FF' + - uid: 28314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-5.5 + rot: -1.5707963267948966 rad + pos: -13.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27625 + color: '#990000FF' + - uid: 28315 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-5.5 + rot: -1.5707963267948966 rad + pos: -14.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27626 + color: '#990000FF' + - uid: 28318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-5.5 + rot: 3.141592653589793 rad + pos: -27.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27627 + color: '#0055CCFF' + - uid: 28319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-5.5 + rot: 3.141592653589793 rad + pos: -27.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27628 + color: '#0055CCFF' + - uid: 28320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-5.5 + rot: 3.141592653589793 rad + pos: -27.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27629 + color: '#0055CCFF' + - uid: 28321 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-5.5 + rot: 3.141592653589793 rad + pos: -27.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27630 + color: '#0055CCFF' + - uid: 28322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-5.5 + rot: 3.141592653589793 rad + pos: -27.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27631 + color: '#0055CCFF' + - uid: 28323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27632 + color: '#990000FF' + - uid: 28324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27634 + color: '#990000FF' + - uid: 28325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27635 + color: '#990000FF' + - uid: 28326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27636 + color: '#990000FF' + - uid: 28327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27637 + color: '#990000FF' + - uid: 28328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27639 + color: '#990000FF' + - uid: 28329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27640 + color: '#990000FF' + - uid: 28376 components: - type: Transform - pos: 60.5,-3.5 + pos: -71.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27643 + color: '#990000FF' + - uid: 28441 components: - type: Transform - pos: 60.5,-5.5 + pos: 21.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27644 + color: '#0055CCFF' + - uid: 28442 components: - type: Transform - pos: 60.5,-6.5 + pos: 21.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27645 + color: '#0055CCFF' + - uid: 28443 components: - type: Transform - pos: 60.5,-7.5 + pos: 21.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27646 + color: '#0055CCFF' + - uid: 28444 components: - type: Transform - pos: 60.5,-8.5 + pos: 21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27647 + color: '#0055CCFF' + - uid: 28445 components: - type: Transform - pos: 60.5,-9.5 + pos: 21.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27648 + color: '#0055CCFF' + - uid: 28446 components: - type: Transform - pos: 60.5,-10.5 + pos: 22.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27649 + color: '#990000FF' + - uid: 28447 components: - type: Transform - pos: 60.5,-11.5 + pos: 22.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27650 + color: '#990000FF' + - uid: 28448 components: - type: Transform - pos: 60.5,-12.5 + pos: 22.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27651 + color: '#990000FF' + - uid: 28453 components: - type: Transform - pos: 60.5,-13.5 + rot: 3.141592653589793 rad + pos: 25.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27652 + color: '#0055CCFF' + - uid: 28454 components: - type: Transform - pos: 60.5,-14.5 + rot: 3.141592653589793 rad + pos: 25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27654 + color: '#0055CCFF' + - uid: 28455 components: - type: Transform - pos: 60.5,-16.5 + rot: 3.141592653589793 rad + pos: 25.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27655 + color: '#0055CCFF' + - uid: 28456 components: - type: Transform - pos: 60.5,-17.5 + rot: 3.141592653589793 rad + pos: 25.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27656 + color: '#0055CCFF' + - uid: 28457 components: - type: Transform - pos: 60.5,-18.5 + rot: 3.141592653589793 rad + pos: 25.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27657 + color: '#0055CCFF' + - uid: 28458 components: - type: Transform - pos: 60.5,-19.5 + rot: 3.141592653589793 rad + pos: 25.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27658 + color: '#0055CCFF' + - uid: 28459 components: - type: Transform - pos: 60.5,-20.5 + rot: 3.141592653589793 rad + pos: 27.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27659 + color: '#990000FF' + - uid: 28460 components: - type: Transform - pos: 60.5,-21.5 + rot: 3.141592653589793 rad + pos: 27.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27660 + color: '#990000FF' + - uid: 28461 components: - type: Transform - pos: 60.5,-22.5 + rot: 3.141592653589793 rad + pos: 27.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27661 + color: '#990000FF' + - uid: 28462 components: - type: Transform - pos: 60.5,-23.5 + rot: 3.141592653589793 rad + pos: 27.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27662 + color: '#990000FF' + - uid: 28492 components: - type: Transform - pos: 60.5,-24.5 + rot: 3.141592653589793 rad + pos: 66.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27663 + color: '#990000FF' + - uid: 28493 components: - type: Transform - pos: 60.5,-25.5 + rot: 3.141592653589793 rad + pos: 66.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27664 + color: '#990000FF' + - uid: 28494 components: - type: Transform - pos: 60.5,-26.5 + rot: 3.141592653589793 rad + pos: 66.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27665 + color: '#990000FF' + - uid: 28495 components: - type: Transform - pos: 60.5,-27.5 + rot: 3.141592653589793 rad + pos: 66.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27666 + color: '#990000FF' + - uid: 28496 components: - type: Transform - pos: 60.5,-28.5 + rot: 3.141592653589793 rad + pos: 66.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27667 + color: '#990000FF' + - uid: 28497 components: - type: Transform - pos: 60.5,-29.5 + rot: 3.141592653589793 rad + pos: 66.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27668 + color: '#990000FF' + - uid: 28498 components: - type: Transform - pos: 60.5,-30.5 + rot: 3.141592653589793 rad + pos: 66.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27669 + color: '#990000FF' + - uid: 28499 components: - type: Transform - pos: 62.5,-6.5 + rot: 3.141592653589793 rad + pos: 65.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27670 + color: '#0055CCFF' + - uid: 28538 components: - type: Transform - pos: 62.5,-7.5 + rot: 3.141592653589793 rad + pos: 18.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27671 + color: '#0055CCFF' + - uid: 28539 components: - type: Transform - pos: 62.5,-8.5 + rot: 3.141592653589793 rad + pos: 18.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27672 + color: '#0055CCFF' + - uid: 28540 components: - type: Transform - pos: 62.5,-9.5 + rot: 3.141592653589793 rad + pos: 19.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27673 + color: '#990000FF' + - uid: 28541 components: - type: Transform - pos: 62.5,-10.5 + rot: 3.141592653589793 rad + pos: 19.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27674 + color: '#990000FF' + - uid: 28542 components: - type: Transform - pos: 62.5,-11.5 + rot: 3.141592653589793 rad + pos: 19.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27675 + color: '#990000FF' + - uid: 28543 components: - type: Transform - pos: 62.5,-12.5 + rot: 3.141592653589793 rad + pos: 19.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27676 + color: '#990000FF' + - uid: 28544 components: - type: Transform - pos: 62.5,-13.5 + rot: 3.141592653589793 rad + pos: 19.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27677 + color: '#990000FF' + - uid: 28548 components: - type: Transform - pos: 62.5,-14.5 + rot: 3.141592653589793 rad + pos: 9.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27678 + color: '#990000FF' + - uid: 28549 components: - type: Transform - pos: 62.5,-15.5 + rot: 3.141592653589793 rad + pos: 9.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27679 + color: '#990000FF' + - uid: 28550 components: - type: Transform - pos: 62.5,-16.5 + rot: 3.141592653589793 rad + pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27681 + color: '#990000FF' + - uid: 28551 components: - type: Transform - pos: 62.5,-18.5 + rot: 3.141592653589793 rad + pos: 9.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27682 + color: '#990000FF' + - uid: 28552 components: - type: Transform - pos: 62.5,-19.5 + rot: 3.141592653589793 rad + pos: 9.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27683 + color: '#990000FF' + - uid: 28553 components: - type: Transform - pos: 62.5,-20.5 + rot: 3.141592653589793 rad + pos: 9.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27684 + color: '#990000FF' + - uid: 28554 components: - type: Transform - pos: 62.5,-21.5 + rot: 3.141592653589793 rad + pos: 9.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27685 + color: '#990000FF' + - uid: 28555 components: - type: Transform - pos: 62.5,-22.5 + rot: 3.141592653589793 rad + pos: 9.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27686 + color: '#990000FF' + - uid: 28556 components: - type: Transform - pos: 62.5,-23.5 + rot: 3.141592653589793 rad + pos: 9.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27687 + color: '#990000FF' + - uid: 28557 components: - type: Transform - pos: 62.5,-24.5 + rot: 3.141592653589793 rad + pos: 7.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27688 + color: '#0055CCFF' + - uid: 28558 components: - type: Transform - pos: 62.5,-25.5 + rot: 3.141592653589793 rad + pos: 7.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27689 + color: '#0055CCFF' + - uid: 28559 components: - type: Transform - pos: 62.5,-26.5 + rot: 3.141592653589793 rad + pos: 7.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27690 + color: '#0055CCFF' + - uid: 28560 components: - type: Transform - pos: 62.5,-27.5 + rot: 3.141592653589793 rad + pos: 7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27691 + color: '#0055CCFF' + - uid: 28561 components: - type: Transform - pos: 62.5,-28.5 + rot: 3.141592653589793 rad + pos: 7.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27692 + color: '#0055CCFF' + - uid: 28562 components: - type: Transform - pos: 62.5,-29.5 + rot: 3.141592653589793 rad + pos: 7.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27693 + color: '#0055CCFF' + - uid: 28563 components: - type: Transform - pos: 62.5,-30.5 + rot: 3.141592653589793 rad + pos: 7.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27698 + color: '#0055CCFF' + - uid: 28565 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-29.5 + rot: 1.5707963267948966 rad + pos: 8.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27699 + color: '#0055CCFF' + - uid: 28568 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-30.5 + pos: 12.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27700 + color: '#0055CCFF' + - uid: 28569 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-31.5 + pos: 12.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27701 + color: '#0055CCFF' + - uid: 28570 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-32.5 + pos: 12.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27702 + color: '#0055CCFF' + - uid: 28571 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-33.5 + pos: 12.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27703 + color: '#0055CCFF' + - uid: 28572 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-33.5 + pos: 14.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27704 + color: '#990000FF' + - uid: 28573 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-32.5 + pos: 14.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27705 + color: '#990000FF' + - uid: 28574 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-31.5 + pos: 14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27706 + color: '#990000FF' + - uid: 28575 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-30.5 + pos: 14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27707 + color: '#990000FF' + - uid: 28576 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-29.5 + pos: 14.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27708 + color: '#990000FF' + - uid: 28577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-17.5 + rot: 3.141592653589793 rad + pos: 14.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27709 + color: '#990000FF' + - uid: 28578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-17.5 + rot: 3.141592653589793 rad + pos: 14.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27710 + color: '#990000FF' + - uid: 28579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-17.5 + rot: 3.141592653589793 rad + pos: 14.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27711 + color: '#990000FF' + - uid: 28580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-17.5 + rot: 3.141592653589793 rad + pos: 14.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27712 + color: '#990000FF' + - uid: 28581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-17.5 + rot: 3.141592653589793 rad + pos: 14.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27713 + color: '#990000FF' + - uid: 28678 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,-17.5 + pos: 13.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27714 + color: '#990000FF' + - uid: 28679 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,-17.5 + pos: 10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27715 + color: '#0055CCFF' + - uid: 28703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-17.5 + rot: 3.141592653589793 rad + pos: 59.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27716 + color: '#990000FF' + - uid: 28725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-17.5 + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27718 + color: '#0055CCFF' + - uid: 28726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-17.5 + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27719 + color: '#0055CCFF' + - uid: 28730 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,-17.5 + pos: -49.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27720 + - uid: 28743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-17.5 + rot: 3.141592653589793 rad + pos: -30.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27721 + color: '#0055CCFF' + - uid: 28758 components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,-17.5 + pos: -28.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27722 + color: '#0055CCFF' + - uid: 28759 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,-15.5 + pos: -27.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27723 + color: '#0055CCFF' + - uid: 28760 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,-15.5 + pos: -26.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27724 + color: '#0055CCFF' + - uid: 28761 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,-15.5 + pos: -25.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27725 + color: '#0055CCFF' + - uid: 28762 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,-15.5 + pos: -24.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27726 + color: '#0055CCFF' + - uid: 28763 components: - type: Transform rot: 1.5707963267948966 rad - pos: 65.5,-15.5 + pos: -23.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27727 + color: '#0055CCFF' + - uid: 28764 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,-15.5 + pos: -22.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27728 + color: '#0055CCFF' + - uid: 28765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-15.5 + pos: -28.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27729 + color: '#990000FF' + - uid: 28766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-15.5 + pos: -28.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27730 + color: '#990000FF' + - uid: 28767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-15.5 + pos: -28.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27731 + color: '#990000FF' + - uid: 28768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-15.5 + pos: -28.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27732 + color: '#990000FF' + - uid: 28769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-15.5 + pos: -28.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27733 + color: '#990000FF' + - uid: 28770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-15.5 + pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27734 + color: '#0055CCFF' + - uid: 28771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-15.5 + pos: -29.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27736 + color: '#0055CCFF' + - uid: 28772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-15.5 + pos: -29.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27739 + color: '#0055CCFF' + - uid: 28773 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-14.5 + pos: -29.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27740 + color: '#0055CCFF' + - uid: 28774 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-13.5 + pos: -28.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27741 + color: '#990000FF' + - uid: 28805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-12.5 + rot: 1.5707963267948966 rad + pos: -50.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27742 + - uid: 28824 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-12.5 + rot: 1.5707963267948966 rad + pos: -51.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27743 + - uid: 29125 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,-13.5 + pos: -28.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27744 + color: '#990000FF' + - uid: 29162 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-14.5 + pos: -49.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27745 + - uid: 29288 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,-15.5 + pos: -27.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27746 + color: '#0055CCFF' + - uid: 29290 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,-16.5 + pos: -27.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27758 + color: '#0055CCFF' + - uid: 29693 components: - type: Transform - pos: 54.5,2.5 + pos: -33.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27759 + color: '#990000FF' + - uid: 29694 components: - type: Transform - pos: 54.5,1.5 + pos: -33.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27760 + color: '#990000FF' + - uid: 29695 components: - type: Transform - pos: 54.5,0.5 + pos: -33.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27761 + color: '#990000FF' + - uid: 29696 components: - type: Transform - pos: 54.5,-0.5 + pos: -33.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27762 + color: '#990000FF' + - uid: 29697 components: - type: Transform - pos: 54.5,-1.5 + pos: -33.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27763 + color: '#990000FF' + - uid: 29893 components: - type: Transform - pos: 54.5,-2.5 + rot: 1.5707963267948966 rad + pos: -50.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27764 + - uid: 30222 components: - type: Transform - pos: 54.5,-3.5 + pos: -33.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27765 + color: '#990000FF' + - uid: 30236 components: - type: Transform - pos: 54.5,-4.5 + pos: -53.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27766 + color: '#990000FF' + - uid: 30267 components: - type: Transform - pos: 53.5,2.5 + rot: -1.5707963267948966 rad + pos: -34.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27767 + color: '#990000FF' + - uid: 30330 components: - type: Transform - pos: 53.5,1.5 + rot: -1.5707963267948966 rad + pos: -35.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27768 + color: '#990000FF' + - uid: 30341 components: - type: Transform - pos: 53.5,0.5 + rot: -1.5707963267948966 rad + pos: -36.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27769 + color: '#990000FF' + - uid: 30934 components: - type: Transform - pos: 53.5,-0.5 + rot: 3.141592653589793 rad + pos: -6.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27770 + color: '#0055CCFF' + - uid: 30965 components: - type: Transform - pos: 53.5,-1.5 + rot: 3.141592653589793 rad + pos: -6.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27772 + color: '#0055CCFF' + - uid: 31006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,21.5 + rot: 3.141592653589793 rad + pos: -7.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27773 + color: '#990000FF' + - uid: 31110 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,21.5 + pos: -26.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27775 + color: '#990000FF' + - uid: 31117 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,21.5 + pos: 26.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27776 + color: '#0055CCFF' + - uid: 31118 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,23.5 + rot: -1.5707963267948966 rad + pos: 27.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27777 + color: '#0055CCFF' + - uid: 31122 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,21.5 + pos: -27.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27778 + color: '#990000FF' + - uid: 31123 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,21.5 + pos: -28.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27779 + color: '#990000FF' + - uid: 31124 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,21.5 + pos: -29.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27780 + color: '#990000FF' + - uid: 31125 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,21.5 + pos: -30.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27781 + color: '#990000FF' + - uid: 31126 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,21.5 + pos: -31.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27782 + color: '#990000FF' + - uid: 31127 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,21.5 + pos: -32.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27783 + color: '#990000FF' + - uid: 31128 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,21.5 + pos: -33.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27785 + color: '#990000FF' + - uid: 31129 components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,21.5 + pos: -34.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27786 + color: '#990000FF' + - uid: 31131 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,21.5 + pos: -36.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27787 + color: '#990000FF' + - uid: 31132 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,21.5 + pos: -37.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27788 + color: '#990000FF' + - uid: 31133 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,21.5 + pos: 28.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27789 + color: '#0055CCFF' + - uid: 31134 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,21.5 + pos: -39.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27790 + color: '#990000FF' + - uid: 31135 components: - type: Transform rot: -1.5707963267948966 rad - pos: 71.5,21.5 + pos: -40.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27791 + color: '#990000FF' + - uid: 31136 components: - type: Transform rot: -1.5707963267948966 rad - pos: 72.5,21.5 + pos: -41.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27792 + color: '#990000FF' + - uid: 31138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,18.5 + rot: 3.141592653589793 rad + pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27793 + color: '#0055CCFF' + - uid: 31140 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,18.5 + pos: -28.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27794 + color: '#0055CCFF' + - uid: 31141 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,18.5 + pos: -29.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27795 + color: '#0055CCFF' + - uid: 31142 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,18.5 + pos: -30.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27796 + color: '#0055CCFF' + - uid: 31143 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,18.5 + pos: -31.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27797 + color: '#0055CCFF' + - uid: 31144 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,18.5 + pos: -32.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27798 + color: '#0055CCFF' + - uid: 31145 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,18.5 + pos: -33.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27800 + color: '#0055CCFF' + - uid: 31146 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,18.5 + pos: -34.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27801 + color: '#0055CCFF' + - uid: 31148 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,18.5 + pos: -36.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27802 + color: '#0055CCFF' + - uid: 31149 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,18.5 + pos: -37.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27803 + color: '#0055CCFF' + - uid: 31150 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,18.5 + pos: -38.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27804 + color: '#0055CCFF' + - uid: 31152 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,18.5 + pos: -40.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27805 + color: '#0055CCFF' + - uid: 31153 components: - type: Transform rot: -1.5707963267948966 rad - pos: 65.5,18.5 + pos: -41.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27807 + color: '#0055CCFF' + - uid: 31154 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,18.5 + pos: -42.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27808 + color: '#0055CCFF' + - uid: 31173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,18.5 + rot: 1.5707963267948966 rad + pos: -40.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27809 + color: '#0055CCFF' + - uid: 31179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,18.5 + rot: 1.5707963267948966 rad + pos: -40.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27810 + color: '#990000FF' + - uid: 31636 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,18.5 + pos: -20.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27811 + color: '#990000FF' + - uid: 31637 components: - type: Transform rot: -1.5707963267948966 rad - pos: 71.5,18.5 + pos: -33.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27812 + color: '#990000FF' + - uid: 31638 components: - type: Transform rot: -1.5707963267948966 rad - pos: 72.5,18.5 + pos: -24.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27814 + color: '#990000FF' + - uid: 31671 components: - type: Transform - pos: 73.5,17.5 + rot: -1.5707963267948966 rad + pos: -21.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27815 + color: '#990000FF' + - uid: 31672 components: - type: Transform - pos: 73.5,16.5 + rot: -1.5707963267948966 rad + pos: -42.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27816 + color: '#990000FF' + - uid: 31673 components: - type: Transform - pos: 73.5,15.5 + rot: -1.5707963267948966 rad + pos: -36.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27817 + color: '#990000FF' + - uid: 31674 components: - type: Transform - pos: 73.5,14.5 + pos: -18.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27820 + color: '#990000FF' + - uid: 31677 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,24.5 + rot: -1.5707963267948966 rad + pos: -40.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27821 + color: '#990000FF' + - uid: 31678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,25.5 + rot: -1.5707963267948966 rad + pos: -45.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27822 + color: '#990000FF' + - uid: 31679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,26.5 + rot: -1.5707963267948966 rad + pos: -19.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27824 + color: '#990000FF' + - uid: 31682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,28.5 + rot: -1.5707963267948966 rad + pos: -41.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27825 + color: '#990000FF' + - uid: 31683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,29.5 + rot: -1.5707963267948966 rad + pos: -44.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27826 + color: '#990000FF' + - uid: 31684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,30.5 + rot: -1.5707963267948966 rad + pos: -46.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27827 + color: '#990000FF' + - uid: 31685 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,31.5 + rot: -1.5707963267948966 rad + pos: -43.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27845 + color: '#990000FF' + - uid: 31686 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,19.5 + rot: -1.5707963267948966 rad + pos: -22.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27847 + color: '#990000FF' + - uid: 31704 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,21.5 + rot: -1.5707963267948966 rad + pos: -25.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27848 + color: '#990000FF' + - uid: 31705 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,22.5 + rot: -1.5707963267948966 rad + pos: -32.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27849 + color: '#990000FF' + - uid: 31708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,23.5 + rot: -1.5707963267948966 rad + pos: -27.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27850 + color: '#990000FF' + - uid: 31710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,24.5 + rot: -1.5707963267948966 rad + pos: -30.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27851 + color: '#990000FF' + - uid: 31724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,25.5 + rot: -1.5707963267948966 rad + pos: -21.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27852 + color: '#0055CCFF' + - uid: 31725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,26.5 + rot: -1.5707963267948966 rad + pos: -22.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27854 + color: '#0055CCFF' + - uid: 31726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,28.5 + rot: -1.5707963267948966 rad + pos: -23.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27855 + color: '#0055CCFF' + - uid: 31727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,29.5 + rot: -1.5707963267948966 rad + pos: -24.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27856 + color: '#0055CCFF' + - uid: 31728 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,30.5 + rot: -1.5707963267948966 rad + pos: -25.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27857 + color: '#0055CCFF' + - uid: 31729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,31.5 + rot: -1.5707963267948966 rad + pos: -26.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27879 + color: '#0055CCFF' + - uid: 31730 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,49.5 + rot: -1.5707963267948966 rad + pos: -27.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27880 + color: '#0055CCFF' + - uid: 31733 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,50.5 + rot: -1.5707963267948966 rad + pos: -30.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27881 + color: '#0055CCFF' + - uid: 31734 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,51.5 + rot: -1.5707963267948966 rad + pos: -31.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27882 + color: '#0055CCFF' + - uid: 31735 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,52.5 + rot: -1.5707963267948966 rad + pos: -32.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27883 + color: '#0055CCFF' + - uid: 31736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,53.5 + rot: -1.5707963267948966 rad + pos: -33.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27884 + color: '#0055CCFF' + - uid: 31737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,49.5 + rot: -1.5707963267948966 rad + pos: -34.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27885 + color: '#0055CCFF' + - uid: 31738 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,50.5 + rot: -1.5707963267948966 rad + pos: -35.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27886 + color: '#0055CCFF' + - uid: 31739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,51.5 + rot: -1.5707963267948966 rad + pos: -36.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27887 + color: '#0055CCFF' + - uid: 31740 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,52.5 + rot: -1.5707963267948966 rad + pos: -37.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27970 + color: '#0055CCFF' + - uid: 31741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,54.5 + rot: -1.5707963267948966 rad + pos: -38.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28000 + color: '#0055CCFF' + - uid: 31742 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,53.5 + rot: -1.5707963267948966 rad + pos: -39.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28051 + color: '#0055CCFF' + - uid: 31743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 + rot: -1.5707963267948966 rad + pos: -40.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28052 + color: '#0055CCFF' + - uid: 31744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-1.5 + rot: -1.5707963267948966 rad + pos: -41.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28053 + color: '#0055CCFF' + - uid: 31745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-1.5 + rot: -1.5707963267948966 rad + pos: -42.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28054 + color: '#0055CCFF' + - uid: 31746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 + rot: -1.5707963267948966 rad + pos: -43.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28056 + color: '#0055CCFF' + - uid: 31747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-2.5 + rot: -1.5707963267948966 rad + pos: -44.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28057 + color: '#0055CCFF' + - uid: 31748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-2.5 + rot: -1.5707963267948966 rad + pos: -45.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28063 + color: '#0055CCFF' + - uid: 31749 components: - type: Transform - pos: 36.5,20.5 + rot: -1.5707963267948966 rad + pos: -46.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28064 + color: '#0055CCFF' + - uid: 31750 components: - type: Transform - pos: 36.5,19.5 + rot: -1.5707963267948966 rad + pos: -47.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28065 + color: '#0055CCFF' + - uid: 31751 components: - type: Transform - pos: 36.5,18.5 + rot: -1.5707963267948966 rad + pos: -48.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28066 + color: '#0055CCFF' + - uid: 31752 components: - type: Transform - pos: 36.5,17.5 + rot: -1.5707963267948966 rad + pos: -49.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28067 + color: '#0055CCFF' + - uid: 31757 components: - type: Transform - pos: 36.5,16.5 + pos: -48.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28068 + color: '#990000FF' + - uid: 31758 components: - type: Transform - pos: 37.5,17.5 + pos: -48.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28069 + color: '#990000FF' + - uid: 31762 components: - type: Transform - pos: 37.5,16.5 + pos: -50.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28072 + color: '#0055CCFF' + - uid: 31763 components: - type: Transform - pos: 13.5,-15.5 + pos: -50.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28073 + color: '#0055CCFF' + - uid: 31764 components: - type: Transform - pos: 13.5,-16.5 + pos: -50.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28074 + color: '#0055CCFF' + - uid: 31765 components: - type: Transform - pos: 13.5,-17.5 + pos: -50.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28076 + color: '#0055CCFF' + - uid: 31786 components: - type: Transform - pos: 13.5,-19.5 + pos: -19.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28077 + color: '#990000FF' + - uid: 31787 components: - type: Transform - pos: 13.5,-20.5 + pos: -19.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28078 + color: '#990000FF' + - uid: 31887 components: - type: Transform - pos: 13.5,-21.5 + rot: -1.5707963267948966 rad + pos: -1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28080 + color: '#0055CCFF' + - uid: 33750 components: - type: Transform - pos: 13.5,-23.5 + pos: 2.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28081 + color: '#990000FF' + - uid: 33751 components: - type: Transform - pos: 13.5,-24.5 + pos: 2.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28082 + color: '#990000FF' + - uid: 33752 components: - type: Transform - pos: 13.5,-25.5 + pos: 2.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28083 + color: '#990000FF' + - uid: 33753 components: - type: Transform - pos: 13.5,-26.5 + pos: 2.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28084 + color: '#990000FF' + - uid: 33754 components: - type: Transform - pos: 13.5,-27.5 + pos: 2.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28086 + color: '#990000FF' + - uid: 33755 components: - type: Transform - pos: 13.5,-29.5 + pos: 0.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28087 + color: '#0055CCFF' + - uid: 33756 components: - type: Transform - pos: 13.5,-30.5 + pos: 0.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28088 + color: '#0055CCFF' + - uid: 33757 components: - type: Transform - pos: 13.5,-31.5 + pos: 0.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28089 + color: '#0055CCFF' + - uid: 33758 components: - type: Transform - pos: 13.5,-32.5 + pos: 0.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28090 + color: '#0055CCFF' + - uid: 33759 components: - type: Transform - pos: 13.5,-33.5 + pos: 0.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28091 + color: '#0055CCFF' + - uid: 33886 components: - type: Transform - pos: 15.5,-17.5 + rot: 1.5707963267948966 rad + pos: -71.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28092 + color: '#0055CCFF' + - uid: 33887 components: - type: Transform - pos: 15.5,-18.5 + pos: 46.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28093 + color: '#990000FF' + - uid: 33888 components: - type: Transform - pos: 15.5,-19.5 + rot: 1.5707963267948966 rad + pos: -70.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28094 + color: '#0055CCFF' + - uid: 33889 components: - type: Transform - pos: 15.5,-20.5 + rot: 1.5707963267948966 rad + pos: -69.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28096 + color: '#0055CCFF' + - uid: 33967 components: - type: Transform - pos: 15.5,-22.5 + rot: 1.5707963267948966 rad + pos: -67.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28097 + color: '#990000FF' + - uid: 33968 components: - type: Transform - pos: 15.5,-23.5 + rot: 1.5707963267948966 rad + pos: -66.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28100 + color: '#990000FF' + - uid: 33969 components: - type: Transform - pos: 15.5,-26.5 + rot: 1.5707963267948966 rad + pos: -65.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28101 + color: '#990000FF' + - uid: 33970 components: - type: Transform - pos: 15.5,-27.5 + pos: -64.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28102 + color: '#990000FF' + - uid: 33993 components: - type: Transform - pos: 15.5,-28.5 + pos: -64.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28104 + color: '#990000FF' + - uid: 34013 components: - type: Transform - pos: 15.5,-30.5 + pos: -64.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28105 + color: '#990000FF' + - uid: 34014 components: - type: Transform - pos: 15.5,-31.5 + pos: -64.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28106 + color: '#990000FF' + - uid: 34032 components: - type: Transform - pos: 15.5,-32.5 + pos: -64.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28107 + color: '#990000FF' + - uid: 34188 components: - type: Transform - pos: 15.5,-33.5 + pos: -64.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28112 + color: '#990000FF' + - uid: 34189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-25.5 + pos: -64.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28114 + - uid: 34674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-22.5 + pos: 71.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28115 + color: '#990000FF' + - uid: 34682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-22.5 + pos: 75.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28118 + color: '#0055CCFF' + - uid: 34683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-21.5 + pos: 75.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28119 + color: '#0055CCFF' + - uid: 34684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-21.5 + pos: 75.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28120 + color: '#0055CCFF' + - uid: 34685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-21.5 + pos: 75.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28121 + color: '#0055CCFF' + - uid: 36054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-21.5 + rot: 3.141592653589793 rad + pos: -28.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28122 + color: '#990000FF' + - uid: 36055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-21.5 + rot: 3.141592653589793 rad + pos: -26.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28124 + color: '#0055CCFF' + - uid: 36056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-21.5 + rot: 3.141592653589793 rad + pos: -26.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28125 + color: '#0055CCFF' + - uid: 36057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-21.5 + rot: 3.141592653589793 rad + pos: -24.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28127 + color: '#990000FF' + - uid: 36058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-18.5 + rot: 3.141592653589793 rad + pos: -24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28128 + color: '#990000FF' + - uid: 36059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-18.5 + rot: 3.141592653589793 rad + pos: -24.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28129 + color: '#990000FF' + - uid: 36060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-18.5 + rot: 3.141592653589793 rad + pos: -24.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28130 + color: '#990000FF' + - uid: 36061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 + rot: 3.141592653589793 rad + pos: -24.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28131 + color: '#990000FF' + - uid: 36062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-18.5 + rot: 3.141592653589793 rad + pos: -24.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28132 + color: '#990000FF' + - uid: 36063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-18.5 + rot: 3.141592653589793 rad + pos: -26.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28134 + color: '#0055CCFF' + - uid: 36064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-18.5 + rot: 3.141592653589793 rad + pos: -26.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28135 + color: '#0055CCFF' + - uid: 36065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-18.5 + rot: 3.141592653589793 rad + pos: -26.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28136 + color: '#0055CCFF' + - uid: 36066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-18.5 + rot: 3.141592653589793 rad + pos: -26.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28138 + color: '#0055CCFF' + - uid: 36067 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,47.5 - parent: 2 - - uid: 28142 - components: - - type: Transform - pos: 20.5,-19.5 + pos: -28.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28143 + color: '#990000FF' + - uid: 36068 components: - type: Transform - pos: 20.5,-20.5 + rot: 3.141592653589793 rad + pos: -28.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28144 + color: '#990000FF' + - uid: 36069 components: - type: Transform - pos: 20.5,-21.5 + rot: 3.141592653589793 rad + pos: -29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28145 + color: '#0055CCFF' + - uid: 36070 components: - type: Transform - pos: 20.5,-22.5 + rot: 3.141592653589793 rad + pos: -29.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28146 + color: '#0055CCFF' + - uid: 36071 components: - type: Transform - pos: 20.5,-23.5 + rot: 3.141592653589793 rad + pos: -29.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28147 + color: '#0055CCFF' + - uid: 36072 components: - type: Transform - pos: 21.5,-22.5 + rot: 3.141592653589793 rad + pos: -29.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28148 + color: '#0055CCFF' + - uid: 36456 components: - type: Transform - pos: 21.5,-23.5 + rot: 1.5707963267948966 rad + pos: 20.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28152 + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 37 components: - type: Transform - pos: -21.5,-15.5 + rot: 3.141592653589793 rad + pos: -22.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28153 + color: '#0055CCFF' + - uid: 394 components: - type: Transform - pos: -21.5,-16.5 + rot: -1.5707963267948966 rad + pos: 53.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28154 + color: '#0055CCFF' + - uid: 2148 components: - type: Transform - pos: -21.5,-17.5 + rot: 3.141592653589793 rad + pos: -18.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28156 + color: '#0055CCFF' + - uid: 2151 components: - type: Transform - pos: -21.5,-19.5 + rot: 1.5707963267948966 rad + pos: 62.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28157 + color: '#990000FF' + - uid: 2225 components: - type: Transform - pos: -19.5,-21.5 + pos: -29.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28160 + color: '#0055CCFF' + - uid: 2236 components: - type: Transform - pos: -18.5,-41.5 + rot: 3.141592653589793 rad + pos: 57.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28161 + color: '#0055CCFF' + - uid: 2336 components: - type: Transform - pos: -19.5,-40.5 + pos: -25.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28163 + color: '#990000FF' + - uid: 2456 components: - type: Transform - pos: -21.5,-26.5 + rot: 1.5707963267948966 rad + pos: -32.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28164 + color: '#0055CCFF' + - uid: 2529 components: - type: Transform - pos: -21.5,-27.5 + rot: 3.141592653589793 rad + pos: -17.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28165 + color: '#990000FF' + - uid: 2580 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-2.5 + pos: -20.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28166 + color: '#990000FF' + - uid: 2960 components: - type: Transform - pos: -21.5,-29.5 + pos: -69.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28167 + color: '#0055CCFF' + - uid: 3351 components: - type: Transform - pos: -21.5,-30.5 + rot: 1.5707963267948966 rad + pos: -33.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28168 + color: '#990000FF' + - uid: 3564 components: - type: Transform - pos: -21.5,-31.5 + rot: 1.5707963267948966 rad + pos: -55.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28169 + color: '#0055CCFF' + - uid: 4271 components: - type: Transform - pos: -21.5,-32.5 + rot: -1.5707963267948966 rad + pos: -85.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28170 + color: '#0055CCFF' + - uid: 4281 components: - type: Transform - pos: -21.5,-33.5 + rot: 1.5707963267948966 rad + pos: -83.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28171 + color: '#990000FF' + - uid: 5043 components: - type: Transform - pos: -19.5,-17.5 + rot: 1.5707963267948966 rad + pos: -37.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28172 + - uid: 5045 components: - type: Transform - pos: -19.5,-18.5 + rot: 1.5707963267948966 rad + pos: -46.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28179 + color: '#0055CCFF' + - uid: 5110 components: - type: Transform - pos: -19.5,-25.5 + pos: -46.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28180 + color: '#0055CCFF' + - uid: 5289 components: - type: Transform - pos: -19.5,-26.5 + pos: -38.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28181 + - uid: 5342 components: - type: Transform - pos: -19.5,-27.5 + rot: 3.141592653589793 rad + pos: 40.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28182 + color: '#990000FF' + - uid: 5344 components: - type: Transform - pos: -19.5,-28.5 + rot: 3.141592653589793 rad + pos: 38.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28183 + color: '#0055CCFF' + - uid: 5568 components: - type: Transform - pos: -19.5,-29.5 + pos: -27.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28184 + color: '#0055CCFF' + - uid: 5982 components: - type: Transform - pos: -19.5,-30.5 + pos: -44.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28185 + - uid: 6008 components: - type: Transform - pos: -19.5,-31.5 + rot: -1.5707963267948966 rad + pos: 2.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28186 + color: '#990000FF' + - uid: 6319 components: - type: Transform - pos: -19.5,-32.5 + rot: 1.5707963267948966 rad + pos: -47.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28187 + color: '#0055CCFF' + - uid: 6694 components: - type: Transform - pos: -19.5,-33.5 + pos: -29.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28194 + color: '#0055CCFF' + - uid: 6706 components: - type: Transform - pos: -18.5,-35.5 + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28195 + color: '#0055CCFF' + - uid: 6722 components: - type: Transform - pos: -18.5,-36.5 + rot: -1.5707963267948966 rad + pos: 46.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28196 + color: '#0055CCFF' + - uid: 6960 components: - type: Transform - pos: -18.5,-37.5 + rot: -1.5707963267948966 rad + pos: -46.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28197 + color: '#0055CCFF' + - uid: 7099 components: - type: Transform - pos: -18.5,-38.5 + rot: 1.5707963267948966 rad + pos: -43.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28199 + - uid: 7332 components: - type: Transform - pos: -19.5,-36.5 + pos: -42.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28200 + - uid: 7334 components: - type: Transform - pos: -19.5,-37.5 + pos: -40.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28201 + - uid: 7433 components: - type: Transform - pos: -19.5,-38.5 + rot: -1.5707963267948966 rad + pos: 51.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28203 + color: '#990000FF' + - uid: 8182 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-40.5 + pos: -19.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28204 + color: '#0055CCFF' + - uid: 8271 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,-39.5 + pos: 31.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28205 + color: '#0055CCFF' + - uid: 8412 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,-39.5 + pos: -96.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28207 + color: '#0055CCFF' + - uid: 8415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-39.5 + pos: -96.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28208 + color: '#990000FF' + - uid: 8420 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-39.5 + pos: -83.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28209 + color: '#990000FF' + - uid: 8448 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-39.5 + pos: -18.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28210 + color: '#990000FF' + - uid: 8452 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-39.5 + pos: -45.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28212 + color: '#990000FF' + - uid: 8647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-39.5 + rot: 3.141592653589793 rad + pos: -87.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28214 + color: '#0055CCFF' + - uid: 8649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-40.5 + rot: 3.141592653589793 rad + pos: -89.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28215 + color: '#990000FF' + - uid: 8713 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,-40.5 + pos: -39.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28216 + color: '#0055CCFF' + - uid: 8822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-40.5 + rot: 3.141592653589793 rad + pos: 10.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28217 + color: '#990000FF' + - uid: 8824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-40.5 + rot: 3.141592653589793 rad + pos: -34.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28218 + color: '#990000FF' + - uid: 9307 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,-40.5 + pos: -39.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28220 + - uid: 9308 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-40.5 + pos: -45.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28221 + - uid: 9310 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-40.5 + pos: -41.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28222 + - uid: 9674 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-40.5 + pos: 38.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28223 + color: '#0055CCFF' + - uid: 9705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-40.5 + rot: -1.5707963267948966 rad + pos: -43.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28224 + color: '#0055CCFF' + - uid: 10060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-40.5 + rot: 3.141592653589793 rad + pos: -42.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28232 + color: '#0055CCFF' + - uid: 10221 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-39.5 + pos: -46.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28233 + color: '#0055CCFF' + - uid: 10392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-39.5 + pos: -27.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28234 + color: '#0055CCFF' + - uid: 10579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-39.5 + rot: -1.5707963267948966 rad + pos: -83.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28235 + color: '#990000FF' + - uid: 10626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-39.5 + rot: 3.141592653589793 rad + pos: -39.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28236 + color: '#990000FF' + - uid: 10645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-39.5 + rot: 3.141592653589793 rad + pos: -26.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28237 + color: '#990000FF' + - uid: 11103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-39.5 + rot: -1.5707963267948966 rad + pos: -35.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28243 + color: '#990000FF' + - uid: 11468 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,-24.5 + pos: -85.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28255 + color: '#0055CCFF' + - uid: 11509 components: - type: Transform - pos: -12.5,-15.5 + rot: 1.5707963267948966 rad + pos: 0.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28256 + color: '#0055CCFF' + - uid: 11523 components: - type: Transform - pos: -12.5,-16.5 + rot: 3.141592653589793 rad + pos: -15.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28257 + color: '#0055CCFF' + - uid: 11525 components: - type: Transform - pos: -12.5,-17.5 + rot: 3.141592653589793 rad + pos: -26.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28258 + color: '#990000FF' + - uid: 12043 components: - type: Transform - pos: -12.5,-18.5 + rot: -1.5707963267948966 rad + pos: 0.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28259 + color: '#0055CCFF' + - uid: 12999 components: - type: Transform - pos: -12.5,-19.5 + rot: 1.5707963267948966 rad + pos: 2.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28260 + color: '#990000FF' + - uid: 13003 components: - type: Transform - pos: -12.5,-20.5 + rot: 3.141592653589793 rad + pos: -12.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28261 + color: '#990000FF' + - uid: 13379 components: - type: Transform - pos: -10.5,-17.5 + rot: -1.5707963267948966 rad + pos: 49.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28262 + color: '#0055CCFF' + - uid: 13380 components: - type: Transform - pos: -10.5,-18.5 + rot: 1.5707963267948966 rad + pos: -44.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28263 + color: '#990000FF' + - uid: 13381 components: - type: Transform - pos: -10.5,-19.5 + rot: 1.5707963267948966 rad + pos: 49.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28264 + color: '#0055CCFF' + - uid: 13383 components: - type: Transform - pos: -10.5,-20.5 + rot: -1.5707963267948966 rad + pos: 51.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28267 + color: '#990000FF' + - uid: 13987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-25.5 + rot: 3.141592653589793 rad + pos: 22.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28268 + color: '#990000FF' + - uid: 14077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-25.5 + pos: -11.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28269 + color: '#0055CCFF' + - uid: 14455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-25.5 + rot: 3.141592653589793 rad + pos: -39.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28270 + color: '#990000FF' + - uid: 14456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-25.5 + rot: 3.141592653589793 rad + pos: -40.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28271 + color: '#990000FF' + - uid: 15177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-25.5 + rot: 3.141592653589793 rad + pos: -41.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28272 + color: '#990000FF' + - uid: 15273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-25.5 + pos: 18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28273 + color: '#0055CCFF' + - uid: 15429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-25.5 + pos: 50.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28275 + color: '#990000FF' + - uid: 15431 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-25.5 + pos: 47.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28276 + color: '#990000FF' + - uid: 15432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-25.5 + rot: 3.141592653589793 rad + pos: 17.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28277 + color: '#990000FF' + - uid: 15437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-25.5 + pos: 30.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28279 + color: '#0055CCFF' + - uid: 15560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-23.5 + rot: 1.5707963267948966 rad + pos: -42.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28280 + color: '#990000FF' + - uid: 15664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-23.5 + rot: 3.141592653589793 rad + pos: -7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28281 + color: '#0055CCFF' + - uid: 15669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-23.5 + rot: 3.141592653589793 rad + pos: -6.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28282 + color: '#990000FF' + - uid: 15674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 + rot: 1.5707963267948966 rad + pos: 0.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28284 + color: '#0055CCFF' + - uid: 15871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-23.5 + pos: -95.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28285 + color: '#0055CCFF' + - uid: 15946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-23.5 + rot: 3.141592653589793 rad + pos: -95.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28286 + color: '#990000FF' + - uid: 16409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-23.5 + pos: 74.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28287 + color: '#0055CCFF' + - uid: 16412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-23.5 + rot: 3.141592653589793 rad + pos: 72.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28288 + color: '#990000FF' + - uid: 16503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-23.5 + rot: 1.5707963267948966 rad + pos: -95.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28291 + color: '#0055CCFF' + - uid: 16507 components: - type: Transform - pos: -10.5,-24.5 + pos: -95.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28292 + color: '#990000FF' + - uid: 16518 components: - type: Transform - pos: -10.5,-25.5 + rot: -1.5707963267948966 rad + pos: -55.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28293 + color: '#0055CCFF' + - uid: 16591 components: - type: Transform - pos: -10.5,-26.5 + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28294 + color: '#990000FF' + - uid: 17236 components: - type: Transform - pos: -9.5,-26.5 + rot: 1.5707963267948966 rad + pos: -55.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28295 + color: '#0055CCFF' + - uid: 17581 components: - type: Transform - pos: -9.5,-27.5 + pos: 75.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28296 + color: '#0055CCFF' + - uid: 17648 components: - type: Transform - pos: -9.5,-28.5 + pos: 71.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28298 + color: '#990000FF' + - uid: 17812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-27.5 + rot: -1.5707963267948966 rad + pos: -53.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28303 + color: '#990000FF' + - uid: 17814 components: - type: Transform - pos: -10.5,-30.5 + rot: 1.5707963267948966 rad + pos: -53.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28304 - components: + color: '#990000FF' + - uid: 18026 + components: - type: Transform - pos: -10.5,-31.5 + rot: 1.5707963267948966 rad + pos: 2.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28306 + color: '#990000FF' + - uid: 18027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-29.5 + pos: 55.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28307 + color: '#0055CCFF' + - uid: 18093 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-30.5 + pos: -84.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28308 + color: '#990000FF' + - uid: 18140 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-31.5 + pos: -14.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28309 + color: '#990000FF' + - uid: 18334 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,-28.5 + pos: 0.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28310 + color: '#0055CCFF' + - uid: 18361 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-28.5 + pos: -55.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28311 + color: '#0055CCFF' + - uid: 19350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-28.5 + rot: -1.5707963267948966 rad + pos: -55.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28312 + color: '#0055CCFF' + - uid: 19478 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-29.5 + pos: -85.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28313 + color: '#0055CCFF' + - uid: 19891 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-29.5 + pos: 10.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28314 + color: '#990000FF' + - uid: 19985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-29.5 + rot: 3.141592653589793 rad + pos: -27.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28315 + color: '#0055CCFF' + - uid: 20405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-29.5 + rot: 1.5707963267948966 rad + pos: -73.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28318 + color: '#0055CCFF' + - uid: 20960 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,-13.5 + pos: -92.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28319 + color: '#990000FF' + - uid: 20997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-12.5 + rot: 1.5707963267948966 rad + pos: -55.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28320 + color: '#0055CCFF' + - uid: 21008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-11.5 + rot: 1.5707963267948966 rad + pos: -53.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28321 + color: '#990000FF' + - uid: 21073 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,-10.5 + pos: -14.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28322 + color: '#990000FF' + - uid: 21208 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,-9.5 + pos: -7.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28323 + color: '#0055CCFF' + - uid: 22773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-15.5 + rot: 1.5707963267948966 rad + pos: 8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28324 + color: '#0055CCFF' + - uid: 22794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-14.5 + rot: -1.5707963267948966 rad + pos: -19.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28325 + color: '#990000FF' + - uid: 22795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-13.5 + rot: -1.5707963267948966 rad + pos: -21.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28326 + color: '#0055CCFF' + - uid: 22811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-12.5 + rot: -1.5707963267948966 rad + pos: 8.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28327 + color: '#0055CCFF' + - uid: 22861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-11.5 + rot: -1.5707963267948966 rad + pos: 10.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28328 + color: '#990000FF' + - uid: 22878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-10.5 + rot: 1.5707963267948966 rad + pos: 23.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28329 + color: '#0055CCFF' + - uid: 22879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-9.5 + rot: -1.5707963267948966 rad + pos: 24.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28376 + color: '#990000FF' + - uid: 22881 components: - type: Transform - pos: -71.5,3.5 + rot: 3.141592653589793 rad + pos: 15.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28441 + color: '#990000FF' + - uid: 22897 components: - type: Transform - pos: 21.5,6.5 + rot: 1.5707963267948966 rad + pos: 0.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28442 + color: '#0055CCFF' + - uid: 22900 components: - type: Transform - pos: 21.5,5.5 + rot: 1.5707963267948966 rad + pos: 0.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28443 + color: '#0055CCFF' + - uid: 22997 components: - type: Transform - pos: 21.5,4.5 + rot: -1.5707963267948966 rad + pos: 2.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28444 + color: '#990000FF' + - uid: 23217 components: - type: Transform - pos: 21.5,3.5 + rot: -1.5707963267948966 rad + pos: 2.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28445 + color: '#990000FF' + - uid: 23335 components: - type: Transform - pos: 21.5,2.5 + pos: -76.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28446 + color: '#0055CCFF' + - uid: 23351 components: - type: Transform - pos: 22.5,4.5 + rot: 3.141592653589793 rad + pos: 14.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28447 + color: '#990000FF' + - uid: 23416 components: - type: Transform - pos: 22.5,3.5 + rot: -1.5707963267948966 rad + pos: 0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28448 + color: '#0055CCFF' + - uid: 23431 components: - type: Transform - pos: 22.5,2.5 + rot: 1.5707963267948966 rad + pos: 7.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28453 + color: '#990000FF' + - uid: 23436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,1.5 + rot: -1.5707963267948966 rad + pos: 2.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28454 + color: '#990000FF' + - uid: 23478 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,2.5 + rot: 1.5707963267948966 rad + pos: 17.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28455 + color: '#0055CCFF' + - uid: 23559 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,3.5 + rot: -1.5707963267948966 rad + pos: 19.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28456 + color: '#990000FF' + - uid: 23564 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,4.5 + pos: 15.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28457 + color: '#0055CCFF' + - uid: 23586 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,5.5 + pos: -59.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28458 + color: '#990000FF' + - uid: 23803 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,6.5 + rot: -1.5707963267948966 rad + pos: 0.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28459 + color: '#0055CCFF' + - uid: 23871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,1.5 + pos: -13.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28460 + color: '#990000FF' + - uid: 23921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,2.5 + rot: 1.5707963267948966 rad + pos: 2.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28461 + color: '#990000FF' + - uid: 23929 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,3.5 + pos: 12.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28462 + color: '#990000FF' + - uid: 23931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,4.5 + rot: 1.5707963267948966 rad + pos: 2.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28492 + color: '#990000FF' + - uid: 23933 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,19.5 + pos: -4.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28493 + color: '#990000FF' + - uid: 23937 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,20.5 + pos: -16.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28494 + color: '#0055CCFF' + - uid: 23942 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,21.5 + pos: -55.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28495 + color: '#0055CCFF' + - uid: 23944 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,22.5 + pos: -53.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28496 + color: '#990000FF' + - uid: 23951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,23.5 + pos: -77.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28497 + color: '#990000FF' + - uid: 23984 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,24.5 + pos: -45.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28498 + color: '#990000FF' + - uid: 24002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,25.5 + pos: 34.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28499 + color: '#0055CCFF' + - uid: 24023 components: - type: Transform rot: 3.141592653589793 rad - pos: 65.5,25.5 + pos: 45.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28538 + color: '#990000FF' + - uid: 24051 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,22.5 + pos: 7.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28539 + color: '#0055CCFF' + - uid: 24070 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,23.5 + pos: 14.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28540 + color: '#990000FF' + - uid: 24110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,19.5 + rot: 1.5707963267948966 rad + pos: 0.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28541 + color: '#0055CCFF' + - uid: 24115 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,20.5 + pos: 24.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28542 + color: '#990000FF' + - uid: 24120 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,21.5 + pos: 27.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28543 + color: '#0055CCFF' + - uid: 24130 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,22.5 + pos: 37.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28544 + color: '#990000FF' + - uid: 24142 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,23.5 + pos: 45.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28548 + color: '#0055CCFF' + - uid: 24143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,19.5 + pos: 36.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28549 + color: '#0055CCFF' + - uid: 24146 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,20.5 + pos: 29.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28550 + color: '#990000FF' + - uid: 24147 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,21.5 + rot: -1.5707963267948966 rad + pos: 0.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28551 + color: '#0055CCFF' + - uid: 24165 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,22.5 + pos: 23.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28552 + color: '#0055CCFF' + - uid: 24174 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,23.5 + pos: 18.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28553 + color: '#0055CCFF' + - uid: 24187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,24.5 + rot: -1.5707963267948966 rad + pos: 2.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28554 + color: '#990000FF' + - uid: 24193 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,25.5 + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28555 + color: '#990000FF' + - uid: 24206 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,26.5 + pos: -47.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28556 + color: '#0055CCFF' + - uid: 24220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,27.5 + rot: 1.5707963267948966 rad + pos: -11.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28557 + color: '#0055CCFF' + - uid: 24229 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,22.5 + pos: -19.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28558 + color: '#990000FF' + - uid: 24232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,23.5 + pos: 8.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28559 + color: '#0055CCFF' + - uid: 24236 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,24.5 + pos: -23.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28560 + color: '#990000FF' + - uid: 24238 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,25.5 + pos: 9.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28561 + color: '#990000FF' + - uid: 24244 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,26.5 + rot: -1.5707963267948966 rad + pos: -47.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28562 + color: '#0055CCFF' + - uid: 24251 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,27.5 + rot: -1.5707963267948966 rad + pos: -45.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28563 + color: '#990000FF' + - uid: 24257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,28.5 + pos: -33.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28565 + color: '#0055CCFF' + - uid: 24265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,29.5 + rot: -1.5707963267948966 rad + pos: 40.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28568 + color: '#990000FF' + - uid: 24269 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,23.5 + pos: -26.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28569 + color: '#990000FF' + - uid: 24270 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,24.5 + pos: 52.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28570 + color: '#990000FF' + - uid: 24276 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,25.5 + pos: -19.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28571 + color: '#990000FF' + - uid: 24281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,26.5 + rot: 1.5707963267948966 rad + pos: 51.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28572 + color: '#990000FF' + - uid: 24286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,19.5 + pos: -21.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28573 + color: '#0055CCFF' + - uid: 24301 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,20.5 + pos: -25.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28574 + color: '#0055CCFF' + - uid: 24310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,21.5 + rot: 1.5707963267948966 rad + pos: 49.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28575 + color: '#0055CCFF' + - uid: 24316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,22.5 + rot: 1.5707963267948966 rad + pos: -7.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28576 + color: '#0055CCFF' + - uid: 24326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,23.5 + rot: -1.5707963267948966 rad + pos: 2.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28577 + color: '#990000FF' + - uid: 24327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,24.5 + rot: 1.5707963267948966 rad + pos: 2.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28578 + color: '#990000FF' + - uid: 24347 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,25.5 + pos: 17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28579 + color: '#0055CCFF' + - uid: 24352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,26.5 + pos: 13.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28580 + color: '#0055CCFF' + - uid: 24357 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,27.5 + pos: 19.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28581 + color: '#990000FF' + - uid: 24362 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,28.5 + pos: 15.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28678 + color: '#990000FF' + - uid: 24370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-29.5 + pos: -4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28679 + color: '#0055CCFF' + - uid: 24379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-28.5 + pos: 48.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28703 + color: '#0055CCFF' + - uid: 24396 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,20.5 + pos: -27.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28725 + color: '#990000FF' + - uid: 24402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-1.5 + pos: -3.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28726 + color: '#990000FF' + - uid: 24411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-1.5 + pos: -10.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,44.5 - parent: 2 - - uid: 28743 + color: '#990000FF' + - uid: 24420 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,31.5 + pos: -12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28758 + color: '#0055CCFF' + - uid: 24424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-18.5 + pos: -21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28759 + color: '#0055CCFF' + - uid: 24429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-18.5 + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28760 + color: '#990000FF' + - uid: 24434 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,-18.5 + pos: -37.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28761 + color: '#990000FF' + - uid: 24440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-18.5 + rot: 3.141592653589793 rad + pos: -33.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28762 + color: '#0055CCFF' + - uid: 24462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-18.5 + pos: -1.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28763 + color: '#0055CCFF' + - uid: 24493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-18.5 + pos: -17.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28764 + color: '#990000FF' + - uid: 24507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-18.5 + rot: 3.141592653589793 rad + pos: -3.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28765 + color: '#990000FF' + - uid: 24531 components: - type: Transform - pos: -28.5,-20.5 + rot: -1.5707963267948966 rad + pos: 0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28766 + color: '#0055CCFF' + - uid: 24585 components: - type: Transform - pos: -28.5,-21.5 + pos: -7.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28767 + color: '#0055CCFF' + - uid: 24596 components: - type: Transform - pos: -28.5,-22.5 + pos: -16.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28768 + color: '#0055CCFF' + - uid: 24620 components: - type: Transform - pos: -28.5,-23.5 + rot: 3.141592653589793 rad + pos: -59.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28769 + color: '#0055CCFF' + - uid: 24629 components: - type: Transform - pos: -28.5,-24.5 + pos: -63.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28770 + color: '#990000FF' + - uid: 24631 components: - type: Transform - pos: -29.5,-19.5 + rot: 3.141592653589793 rad + pos: 19.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28771 + color: '#990000FF' + - uid: 24649 components: - type: Transform - pos: -29.5,-20.5 + pos: 22.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28772 + color: '#990000FF' + - uid: 24662 components: - type: Transform - pos: -29.5,-21.5 + pos: 27.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28773 + color: '#990000FF' + - uid: 24663 components: - type: Transform - pos: -29.5,-22.5 + rot: 3.141592653589793 rad + pos: 18.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28774 + color: '#0055CCFF' + - uid: 24680 components: - type: Transform - pos: -28.5,-24.5 + pos: 21.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28805 + color: '#0055CCFF' + - uid: 24695 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,44.5 + pos: -32.5,11.5 parent: 2 - - uid: 28824 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,44.5 + rot: -1.5707963267948966 rad + pos: 29.5,11.5 parent: 2 - - uid: 29125 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24740 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,29.5 + rot: -1.5707963267948966 rad + pos: 36.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29162 + color: '#990000FF' + - uid: 24790 components: - type: Transform - pos: -49.5,44.5 + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 parent: 2 - - uid: 29288 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,54.5 + rot: -1.5707963267948966 rad + pos: 46.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 29290 + color: '#0055CCFF' + - uid: 24871 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,52.5 + pos: 54.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 29693 + color: '#990000FF' + - uid: 24931 components: - type: Transform - pos: -33.5,20.5 + pos: -78.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29694 + color: '#0055CCFF' + - uid: 24977 components: - type: Transform - pos: -33.5,21.5 + pos: -10.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29695 + color: '#990000FF' + - uid: 24978 components: - type: Transform - pos: -33.5,22.5 + pos: -11.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29696 + color: '#0055CCFF' + - uid: 25044 components: - type: Transform - pos: -33.5,23.5 + rot: 1.5707963267948966 rad + pos: 10.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29697 + color: '#990000FF' + - uid: 25045 components: - type: Transform - pos: -33.5,24.5 + rot: 1.5707963267948966 rad + pos: 8.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29893 + color: '#0055CCFF' + - uid: 25047 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,53.5 + pos: -27.5,53.5 parent: 2 - - uid: 30222 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25053 components: - type: Transform - pos: -33.5,25.5 + pos: -38.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 30236 + color: '#990000FF' + - uid: 25070 components: - type: Transform - pos: -53.5,23.5 + pos: -39.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 30267 + color: '#0055CCFF' + - uid: 25273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,26.5 + pos: -28.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 30330 + color: '#990000FF' + - uid: 25351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,26.5 + rot: 3.141592653589793 rad + pos: 46.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 30341 + color: '#990000FF' + - uid: 25363 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,26.5 + pos: 27.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 30934 + color: '#0055CCFF' + - uid: 25373 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 + rot: 1.5707963267948966 rad + pos: 29.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 30965 + color: '#990000FF' + - uid: 25385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 + pos: 35.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31006 + color: '#990000FF' + - uid: 25394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-3.5 + pos: 34.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31110 + color: '#0055CCFF' + - uid: 25400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,63.5 + rot: 1.5707963267948966 rad + pos: -85.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31117 + color: '#0055CCFF' + - uid: 25404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,9.5 + rot: 1.5707963267948966 rad + pos: 38.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31118 + color: '#0055CCFF' + - uid: 25409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,9.5 + rot: 1.5707963267948966 rad + pos: 40.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31122 + color: '#990000FF' + - uid: 25414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,63.5 + rot: 1.5707963267948966 rad + pos: 38.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31123 + color: '#0055CCFF' + - uid: 25422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,63.5 + rot: 1.5707963267948966 rad + pos: 40.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31124 + color: '#990000FF' + - uid: 25426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,63.5 + rot: 1.5707963267948966 rad + pos: 38.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31125 + color: '#0055CCFF' + - uid: 25432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,63.5 + rot: 1.5707963267948966 rad + pos: 40.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31126 + color: '#990000FF' + - uid: 25496 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,63.5 + pos: -83.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31127 + color: '#990000FF' + - uid: 25524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,63.5 + pos: 23.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31128 + color: '#0055CCFF' + - uid: 25525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,63.5 + pos: 24.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31129 + color: '#990000FF' + - uid: 25620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,63.5 + rot: 1.5707963267948966 rad + pos: 32.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31131 + color: '#990000FF' + - uid: 25634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,63.5 + pos: 38.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31132 + color: '#0055CCFF' + - uid: 25666 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,63.5 + pos: -60.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31133 + color: '#0055CCFF' + - uid: 25667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,9.5 + rot: 3.141592653589793 rad + pos: -53.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31134 + color: '#990000FF' + - uid: 25668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,63.5 + rot: 3.141592653589793 rad + pos: -56.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31135 + color: '#990000FF' + - uid: 25669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,63.5 + rot: 3.141592653589793 rad + pos: -55.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31136 + color: '#0055CCFF' + - uid: 25672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,63.5 + rot: 1.5707963267948966 rad + pos: -59.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31138 + color: '#0055CCFF' + - uid: 25680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,10.5 + pos: 57.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31140 + color: '#0055CCFF' + - uid: 25691 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,64.5 + pos: -58.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31141 + color: '#990000FF' + - uid: 25692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,64.5 + pos: -15.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31142 + color: '#0055CCFF' + - uid: 25698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 + pos: 59.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31143 + color: '#990000FF' + - uid: 25723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,64.5 + rot: 3.141592653589793 rad + pos: 9.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31144 + color: '#0055CCFF' + - uid: 25735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,64.5 + pos: 4.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31145 + color: '#0055CCFF' + - uid: 25758 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,64.5 + pos: 19.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31146 + color: '#990000FF' + - uid: 25771 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,64.5 + pos: -12.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31148 + color: '#990000FF' + - uid: 25778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,64.5 + pos: -68.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31149 + color: '#990000FF' + - uid: 25785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,64.5 + pos: -42.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31150 + color: '#990000FF' + - uid: 25787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,64.5 + rot: 1.5707963267948966 rad + pos: -34.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31152 + color: '#0055CCFF' + - uid: 25797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,64.5 + rot: 1.5707963267948966 rad + pos: -42.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31153 + color: '#990000FF' + - uid: 25801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,64.5 + rot: 3.141592653589793 rad + pos: 21.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31154 + color: '#0055CCFF' + - uid: 25891 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,59.5 + pos: -14.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31636 + color: '#990000FF' + - uid: 25899 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-43.5 + pos: -16.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31637 + color: '#0055CCFF' + - uid: 25903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-43.5 + pos: -14.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31638 + color: '#990000FF' + - uid: 25904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-43.5 + pos: -16.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31671 + color: '#0055CCFF' + - uid: 25910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-43.5 + rot: 3.141592653589793 rad + pos: 49.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31672 + color: '#990000FF' + - uid: 25917 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-43.5 + pos: -13.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31673 + color: '#0055CCFF' + - uid: 25920 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-43.5 + pos: -12.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31674 + color: '#990000FF' + - uid: 25921 components: - type: Transform - pos: -18.5,-42.5 + rot: 1.5707963267948966 rad + pos: -12.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31677 + color: '#990000FF' + - uid: 25932 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,-43.5 + pos: -12.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31678 + color: '#990000FF' + - uid: 25937 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-43.5 + pos: -13.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31679 + color: '#0055CCFF' + - uid: 25940 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-43.5 + pos: -53.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31682 + color: '#990000FF' + - uid: 25989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-43.5 + pos: 12.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31683 + color: '#0055CCFF' + - uid: 26015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-43.5 + rot: 3.141592653589793 rad + pos: -27.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31684 + color: '#0055CCFF' + - uid: 26016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-43.5 + rot: 3.141592653589793 rad + pos: -20.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31685 + color: '#990000FF' + - uid: 26039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-43.5 + pos: -23.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31686 + color: '#0055CCFF' + - uid: 26081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-43.5 + rot: 3.141592653589793 rad + pos: -6.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31704 + color: '#990000FF' + - uid: 26082 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,-43.5 + pos: -25.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31705 + color: '#990000FF' + - uid: 26085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-43.5 + rot: 3.141592653589793 rad + pos: -30.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31708 + color: '#0055CCFF' + - uid: 26088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-43.5 + rot: 3.141592653589793 rad + pos: -68.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31710 + color: '#0055CCFF' + - uid: 26140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-43.5 + rot: 3.141592653589793 rad + pos: -8.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31724 + color: '#990000FF' + - uid: 26146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-41.5 + rot: 3.141592653589793 rad + pos: -10.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31725 + color: '#0055CCFF' + - uid: 26167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-41.5 + rot: 3.141592653589793 rad + pos: -2.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31726 + color: '#990000FF' + - uid: 26171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-41.5 + rot: 1.5707963267948966 rad + pos: -47.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31727 + color: '#0055CCFF' + - uid: 26173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-41.5 + rot: 3.141592653589793 rad + pos: -4.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31728 + color: '#0055CCFF' + - uid: 26234 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,-41.5 + pos: 0.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31729 + color: '#0055CCFF' + - uid: 26341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-41.5 + pos: -67.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31730 + color: '#990000FF' + - uid: 26436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-41.5 + rot: 3.141592653589793 rad + pos: 76.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31733 + color: '#0055CCFF' + - uid: 26452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-41.5 + rot: 3.141592653589793 rad + pos: 76.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31734 + color: '#990000FF' + - uid: 26491 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-41.5 + pos: 57.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31735 + color: '#0055CCFF' + - uid: 26507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-41.5 + rot: 1.5707963267948966 rad + pos: 59.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31736 + color: '#990000FF' + - uid: 26518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-41.5 + pos: 34.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31737 + color: '#0055CCFF' + - uid: 26542 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-41.5 + pos: 13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31738 + color: '#0055CCFF' + - uid: 26569 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,-41.5 + pos: 15.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31739 + color: '#990000FF' + - uid: 26574 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-41.5 + pos: 15.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31740 + color: '#990000FF' + - uid: 26628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-41.5 + rot: 1.5707963267948966 rad + pos: -21.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31741 + color: '#0055CCFF' + - uid: 26630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-41.5 + rot: 3.141592653589793 rad + pos: -12.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31742 + color: '#0055CCFF' + - uid: 26631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-41.5 + pos: -16.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31743 + color: '#990000FF' + - uid: 26632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-41.5 + pos: -10.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31744 + color: '#990000FF' + - uid: 26806 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,-41.5 + pos: -19.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31745 + color: '#990000FF' + - uid: 26871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-41.5 + rot: 1.5707963267948966 rad + pos: -58.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31746 + color: '#990000FF' + - uid: 26874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-41.5 + rot: 1.5707963267948966 rad + pos: -21.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31747 + color: '#0055CCFF' + - uid: 26881 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,-41.5 + pos: 27.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31748 + color: '#0055CCFF' + - uid: 26889 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-41.5 + pos: -4.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31749 + color: '#990000FF' + - uid: 26958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-41.5 + pos: -55.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31750 + color: '#0055CCFF' + - uid: 26984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-41.5 + rot: 1.5707963267948966 rad + pos: -59.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31751 + color: '#0055CCFF' + - uid: 26987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-41.5 + rot: 1.5707963267948966 rad + pos: -58.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31752 + color: '#990000FF' + - uid: 26992 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-41.5 + pos: -83.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31757 + color: '#990000FF' + - uid: 26998 components: - type: Transform - pos: -48.5,-44.5 + rot: 1.5707963267948966 rad + pos: -85.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31758 + color: '#0055CCFF' + - uid: 27015 components: - type: Transform - pos: -48.5,-45.5 + rot: 3.141592653589793 rad + pos: 33.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31762 + color: '#990000FF' + - uid: 27019 components: - type: Transform - pos: -50.5,-42.5 + rot: 1.5707963267948966 rad + pos: -58.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31763 + color: '#990000FF' + - uid: 27029 components: - type: Transform - pos: -50.5,-43.5 + rot: 1.5707963267948966 rad + pos: -59.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31764 + color: '#0055CCFF' + - uid: 27053 components: - type: Transform - pos: -50.5,-44.5 + rot: -1.5707963267948966 rad + pos: -53.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31765 + color: '#0055CCFF' + - uid: 27058 components: - type: Transform - pos: -50.5,-45.5 + rot: 3.141592653589793 rad + pos: -52.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 31786 + color: '#990000FF' + - uid: 27065 components: - type: Transform - pos: -19.5,-23.5 + rot: 3.141592653589793 rad + pos: -45.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31787 + color: '#990000FF' + - uid: 27071 components: - type: Transform - pos: -19.5,-24.5 + pos: -40.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31887 + color: '#0055CCFF' + - uid: 27074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 + rot: 3.141592653589793 rad + pos: -36.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33750 + color: '#990000FF' + - uid: 27088 components: - type: Transform - pos: 2.5,-43.5 + rot: 3.141592653589793 rad + pos: -46.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33751 + color: '#0055CCFF' + - uid: 27095 components: - type: Transform - pos: 2.5,-42.5 + pos: -38.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33752 + color: '#990000FF' + - uid: 27097 components: - type: Transform - pos: 2.5,-41.5 + rot: 3.141592653589793 rad + pos: -37.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33753 + color: '#0055CCFF' + - uid: 27146 components: - type: Transform - pos: 2.5,-40.5 + rot: 3.141592653589793 rad + pos: -58.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33754 + - uid: 27261 components: - type: Transform - pos: 2.5,-39.5 + pos: -16.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33755 + color: '#0055CCFF' + - uid: 27272 components: - type: Transform - pos: 0.5,-43.5 + pos: -14.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33756 + color: '#990000FF' + - uid: 27303 components: - type: Transform - pos: 0.5,-42.5 + rot: 1.5707963267948966 rad + pos: -19.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33757 + color: '#990000FF' + - uid: 27304 components: - type: Transform - pos: 0.5,-41.5 + pos: -4.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33758 + color: '#0055CCFF' + - uid: 27305 components: - type: Transform - pos: 0.5,-40.5 + pos: 36.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33759 + color: '#0055CCFF' + - uid: 27319 components: - type: Transform - pos: 0.5,-39.5 + pos: 10.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33886 + color: '#990000FF' + - uid: 27322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,1.5 + rot: 3.141592653589793 rad + pos: 20.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33887 + color: '#0055CCFF' + - uid: 27324 components: - type: Transform - pos: 46.5,20.5 + rot: -1.5707963267948966 rad + pos: 17.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33888 + color: '#0055CCFF' + - uid: 27328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,1.5 + rot: 3.141592653589793 rad + pos: 17.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33889 + color: '#0055CCFF' + - uid: 27336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,1.5 + rot: -1.5707963267948966 rad + pos: 19.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 33967 + color: '#990000FF' + - uid: 27341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-0.5 + rot: -1.5707963267948966 rad + pos: 18.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33968 + color: '#0055CCFF' + - uid: 27364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-0.5 + rot: 3.141592653589793 rad + pos: -84.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33969 + color: '#0055CCFF' + - uid: 27374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-0.5 + rot: -1.5707963267948966 rad + pos: 31.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33970 + color: '#990000FF' + - uid: 27505 components: - type: Transform - pos: -64.5,0.5 + pos: -29.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 33993 + color: '#990000FF' + - uid: 27506 components: - type: Transform - pos: -64.5,1.5 + rot: 1.5707963267948966 rad + pos: -60.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34013 + color: '#0055CCFF' + - uid: 27509 components: - type: Transform - pos: -64.5,2.5 + rot: -1.5707963267948966 rad + pos: 29.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34014 + color: '#990000FF' + - uid: 27588 components: - type: Transform - pos: -64.5,3.5 + rot: 3.141592653589793 rad + pos: 53.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34032 + color: '#0055CCFF' + - uid: 27595 components: - type: Transform - pos: -64.5,4.5 + pos: 60.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34188 + color: '#0055CCFF' + - uid: 27616 components: - type: Transform - pos: -64.5,5.5 + rot: 3.141592653589793 rad + pos: 54.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34189 + color: '#990000FF' + - uid: 27624 components: - type: Transform - pos: -64.5,6.5 + pos: 62.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34674 + color: '#990000FF' + - uid: 27653 components: - type: Transform - pos: 71.5,-6.5 + rot: 1.5707963267948966 rad + pos: 60.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34682 + color: '#0055CCFF' + - uid: 27799 components: - type: Transform - pos: 75.5,-3.5 + rot: 3.141592653589793 rad + pos: 59.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34683 + color: '#990000FF' + - uid: 27823 components: - type: Transform - pos: 75.5,-4.5 + pos: -63.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34684 + color: '#0055CCFF' + - uid: 27875 components: - type: Transform - pos: 75.5,-5.5 + rot: -1.5707963267948966 rad + pos: 2.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34685 + color: '#990000FF' + - uid: 27876 components: - type: Transform - pos: 75.5,-6.5 + rot: 1.5707963267948966 rad + pos: 2.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 35771 + color: '#990000FF' + - uid: 28075 components: - type: Transform - pos: -102.5,-20.5 + pos: 13.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 35772 + color: '#0055CCFF' + - uid: 28085 components: - type: Transform - pos: -102.5,-21.5 + pos: 43.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 35773 + color: '#0055CCFF' + - uid: 28095 components: - type: Transform - pos: -102.5,-22.5 + rot: 1.5707963267948966 rad + pos: 13.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 35774 + color: '#0055CCFF' + - uid: 28103 components: - type: Transform - pos: -102.5,-23.5 + rot: 1.5707963267948966 rad + pos: 2.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 35775 + color: '#990000FF' + - uid: 28123 components: - type: Transform - pos: -100.5,-22.5 + pos: 21.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 35776 + color: '#990000FF' + - uid: 28133 components: - type: Transform - pos: -100.5,-23.5 + pos: 20.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36054 + color: '#0055CCFF' + - uid: 28151 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,32.5 + pos: -21.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36055 + color: '#0055CCFF' + - uid: 28155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,32.5 + pos: -29.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36056 + color: '#0055CCFF' + - uid: 28206 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,31.5 + pos: 35.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36057 + color: '#990000FF' + - uid: 28246 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,29.5 + pos: -17.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36058 + color: '#0055CCFF' + - uid: 28248 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,30.5 + pos: -75.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36059 + color: '#990000FF' + - uid: 28274 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,31.5 + pos: -5.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36060 + color: '#990000FF' + - uid: 28289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,32.5 + pos: -89.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36061 + color: '#0055CCFF' + - uid: 28299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,27.5 + pos: -10.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36062 + color: '#990000FF' + - uid: 28300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,26.5 + pos: -11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36063 + color: '#0055CCFF' + - uid: 28582 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,29.5 + pos: 12.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36064 + color: '#0055CCFF' + - uid: 28608 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,28.5 + pos: -13.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36065 + color: '#990000FF' + - uid: 29971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,27.5 + pos: -42.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36066 + color: '#990000FF' + - uid: 30253 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,26.5 + pos: -43.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36067 + color: '#0055CCFF' + - uid: 30759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,27.5 + pos: -64.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36068 + color: '#990000FF' + - uid: 31040 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,26.5 + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36069 + color: '#990000FF' + - uid: 31504 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,29.5 + rot: -1.5707963267948966 rad + pos: 40.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36070 + color: '#990000FF' + - uid: 34072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,28.5 + rot: 1.5707963267948966 rad + pos: 38.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36071 + color: '#0055CCFF' + - uid: 34675 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,27.5 + pos: 71.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36072 + color: '#990000FF' + - uid: 34676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,26.5 + pos: 70.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36456 + color: '#990000FF' + - uid: 34677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,43.5 + pos: 72.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPipeTJunction - entities: - - uid: 37 + color: '#990000FF' + - uid: 34678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,30.5 + pos: 73.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 394 + color: '#990000FF' + - uid: 35795 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,49.5 + pos: 17.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2104 + color: '#0055CCFF' +- proto: GasPort + entities: + - uid: 2834 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-5.5 + pos: 40.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2148 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2914 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-17.5 + pos: 41.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2225 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5047 components: - type: Transform - pos: -29.5,30.5 + rot: -1.5707963267948966 rad + pos: -46.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2236 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5053 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2336 - components: - - type: Transform - pos: -25.5,63.5 + pos: -44.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2456 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,22.5 + rot: 3.141592653589793 rad + pos: -42.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2529 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5096 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,28.5 + pos: -40.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2580 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5251 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,28.5 + pos: -36.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2960 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5255 components: - type: Transform - pos: -69.5,30.5 + rot: -1.5707963267948966 rad + pos: -45.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3059 + color: '#0055CCFF' + - uid: 6434 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-4.5 + rot: -1.5707963267948966 rad + pos: -44.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 3351 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,19.5 + rot: -1.5707963267948966 rad + pos: -42.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 3564 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,31.5 + rot: -1.5707963267948966 rad + pos: -38.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5043 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,44.5 + rot: 3.141592653589793 rad + pos: -38.5,42.5 parent: 2 - - uid: 5045 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,42.5 + rot: -1.5707963267948966 rad + pos: -36.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5110 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9309 components: - type: Transform - pos: -46.5,43.5 + rot: -1.5707963267948966 rad + pos: -40.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5289 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9682 components: - type: Transform - pos: -38.5,43.5 + rot: 3.141592653589793 rad + pos: 44.5,46.5 parent: 2 - - uid: 5342 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12140 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,28.5 + pos: 43.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 5344 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23789 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,29.5 + pos: -53.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5568 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28437 components: - type: Transform - pos: -27.5,64.5 + rot: -1.5707963267948966 rad + pos: 25.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5982 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34653 components: - type: Transform - pos: -44.5,43.5 + pos: -42.5,38.5 parent: 2 - - uid: 6008 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-29.5 + pos: -41.5,38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6319 + color: '#990000FF' + - uid: 34655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,6.5 + pos: -40.5,38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6694 + color: '#990000FF' + - uid: 34656 components: - type: Transform - pos: -29.5,-41.5 + pos: -39.5,38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6706 + color: '#990000FF' + - uid: 34670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-4.5 + rot: 3.141592653589793 rad + pos: 69.5,-8.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6722 + color: '#990000FF' + - uid: 34671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-15.5 + rot: 3.141592653589793 rad + pos: 70.5,-8.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6960 + color: '#990000FF' + - uid: 34672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-30.5 + rot: 3.141592653589793 rad + pos: 72.5,-8.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7099 + color: '#990000FF' + - uid: 34673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,44.5 + rot: 3.141592653589793 rad + pos: 73.5,-8.5 parent: 2 - - uid: 7332 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPressurePump + entities: + - uid: 2532 components: - type: Transform - pos: -42.5,43.5 + pos: 43.5,47.5 parent: 2 - - uid: 7334 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2537 components: - type: Transform - pos: -40.5,43.5 + rot: 3.141592653589793 rad + pos: 40.5,47.5 parent: 2 - - uid: 7433 + - type: AtmosDevice + joinedGrid: 2 + - uid: 2542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,3.5 + pos: 41.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 7997 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3631 components: - type: Transform - pos: -102.5,-19.5 + rot: 3.141592653589793 rad + pos: 44.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7998 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4349 components: - type: Transform - pos: -100.5,-21.5 + pos: -45.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8182 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-39.5 + pos: -49.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8271 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,44.5 + pos: -43.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8448 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-40.5 + pos: -41.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8452 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-28.5 + pos: -39.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8713 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,19.5 + pos: -37.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8822 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4965 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 + pos: -47.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8824 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,44.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 25058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,50.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27340 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,29.5 + pos: 18.5,10.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9307 + color: '#0055CCFF' +- proto: GasRecycler + entities: + - uid: 9578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,44.5 + pos: -60.5,43.5 parent: 2 - - uid: 9308 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezer + entities: + - uid: 9507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,44.5 + pos: -54.5,43.5 parent: 2 - - uid: 9310 + - type: AtmosDevice + joinedGrid: 2 + - uid: 17015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,44.5 + pos: -53.5,43.5 parent: 2 - - uid: 9674 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezerEnabled + entities: + - uid: 24774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,47.5 + pos: -58.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 9705 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27352 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,34.5 + pos: 18.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10060 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 9508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-14.5 + pos: -55.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10221 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,39.5 + pos: -56.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10392 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasValve + entities: + - uid: 6556 components: - type: Transform - pos: -27.5,22.5 + rot: 3.141592653589793 rad + pos: -51.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 10626 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasVentPump + entities: + - uid: 322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-16.5 + rot: 1.5707963267948966 rad + pos: -86.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10645 + color: '#0055CCFF' + - uid: 399 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,19.5 + pos: 53.5,47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25700 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11103 + color: '#0055CCFF' + - uid: 1254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,39.5 + pos: -87.5,24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 1256 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 11509 + color: '#0055CCFF' + - uid: 2310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,30.5 + rot: 3.141592653589793 rad + pos: -85.5,-7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 2285 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12043 + color: '#0055CCFF' + - uid: 2458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,49.5 + pos: -39.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25115 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 12999 + color: '#0055CCFF' + - uid: 4282 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,68.5 + pos: -86.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13003 + color: '#0055CCFF' + - uid: 4430 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,19.5 + pos: 60.5,-31.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13379 + color: '#0055CCFF' + - uid: 4793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,3.5 + pos: -27.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13380 + color: '#0055CCFF' + - uid: 4848 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,8.5 + pos: -99.5,-6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 11473 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13381 + color: '#0055CCFF' + - uid: 5623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-5.5 + pos: -95.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13383 + color: '#0055CCFF' + - uid: 5676 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-7.5 + pos: -59.5,2.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25239 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13987 + color: '#0055CCFF' + - uid: 6321 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,45.5 + pos: -47.5,-10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14077 + color: '#0055CCFF' + - uid: 6519 components: - type: Transform - pos: -11.5,22.5 + pos: -22.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14455 + color: '#0055CCFF' + - uid: 6667 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,37.5 + pos: -29.5,-42.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14456 + color: '#0055CCFF' + - uid: 6973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,37.5 + pos: -55.5,33.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15177 + color: '#0055CCFF' + - uid: 7844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,37.5 + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15273 + color: '#0055CCFF' + - uid: 8416 components: - type: Transform - pos: 18.5,-14.5 + rot: 1.5707963267948966 rad + pos: -99.5,21.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22065 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15429 + color: '#0055CCFF' + - uid: 8457 components: - type: Transform - pos: 50.5,18.5 + rot: -1.5707963267948966 rad + pos: -68.5,1.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15431 + color: '#0055CCFF' + - uid: 8821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-18.5 + rot: 3.141592653589793 rad + pos: 4.5,40.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25195 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15432 + color: '#0055CCFF' + - uid: 8835 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-16.5 + pos: -34.5,14.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25290 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15437 + color: '#0055CCFF' + - uid: 8968 components: - type: Transform - pos: 30.5,7.5 + rot: -1.5707963267948966 rad + pos: -20.5,-23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25260 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15560 + color: '#0055CCFF' + - uid: 11644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25185 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13000 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,37.5 + pos: -0.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15664 + color: '#0055CCFF' + - uid: 13136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-14.5 + pos: -73.5,13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25229 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15669 + color: '#0055CCFF' + - uid: 13378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-16.5 + pos: -68.5,10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25224 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15674 + color: '#0055CCFF' + - uid: 15944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 + rot: 3.141592653589793 rad + pos: -95.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16409 + color: '#0055CCFF' + - uid: 16481 components: - type: Transform - pos: 74.5,-15.5 + rot: 3.141592653589793 rad + pos: -27.5,51.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 16607 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16412 + color: '#0055CCFF' + - uid: 16551 components: - type: Transform rot: 3.141592653589793 rad - pos: 72.5,-17.5 + pos: 74.5,-16.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 29087 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16518 + color: '#0055CCFF' + - uid: 16823 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,30.5 + pos: 16.5,2.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16591 + color: '#0055CCFF' + - uid: 18220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 + rot: 3.141592653589793 rad + pos: 55.5,20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25301 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17236 + color: '#0055CCFF' + - uid: 18241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,22.5 + rot: -1.5707963267948966 rad + pos: 24.5,-18.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17581 + color: '#0055CCFF' + - uid: 18332 components: - type: Transform - pos: 75.5,-2.5 + pos: -10.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17648 + color: '#0055CCFF' + - uid: 18359 components: - type: Transform - pos: 71.5,-5.5 + pos: -37.5,-29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17812 + color: '#0055CCFF' + - uid: 18950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,15.5 + pos: -15.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17814 + color: '#0055CCFF' + - uid: 19439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,17.5 + pos: -96.5,10.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18026 + color: '#0055CCFF' + - uid: 19759 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,61.5 + pos: -46.5,64.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 18239 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18027 + color: '#0055CCFF' + - uid: 19766 components: - type: Transform - pos: 55.5,21.5 + pos: -43.5,65.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22291 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18093 + color: '#0055CCFF' + - uid: 20648 components: - type: Transform - pos: -84.5,7.5 + rot: 1.5707963267948966 rad + pos: -42.5,60.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18334 + color: '#0055CCFF' + - uid: 20961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,71.5 + rot: 3.141592653589793 rad + pos: -89.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18361 + color: '#0055CCFF' + - uid: 21970 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,14.5 + pos: -100.5,9.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8213 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19350 + color: '#0055CCFF' + - uid: 22340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,13.5 + rot: 3.141592653589793 rad + pos: 7.5,59.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19891 + color: '#0055CCFF' + - uid: 22880 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 + rot: 3.141592653589793 rad + pos: 12.5,32.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 20405 + color: '#0055CCFF' + - uid: 22899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,2.5 + pos: -84.5,10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 20944 + color: '#0055CCFF' + - uid: 23952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-5.5 + rot: 3.141592653589793 rad + pos: -23.5,36.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7404 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 20960 + color: '#0055CCFF' + - uid: 24059 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,7.5 + pos: 13.5,20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 20997 + color: '#0055CCFF' + - uid: 24173 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,18.5 + pos: -0.5,-32.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25250 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 21008 + color: '#0055CCFF' + - uid: 24245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,21.5 + rot: 3.141592653589793 rad + pos: -21.5,12.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25274 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 21073 + color: '#0055CCFF' + - uid: 24258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,19.5 + rot: 1.5707963267948966 rad + pos: 26.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25343 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 21208 + color: '#0055CCFF' + - uid: 24263 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,21.5 + pos: 36.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25345 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22719 + color: '#0055CCFF' + - uid: 24602 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-4.5 + pos: -26.5,53.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 22773 + color: '#0055CCFF' + - uid: 25353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 + pos: 45.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22794 + color: '#0055CCFF' + - uid: 25452 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-19.5 + pos: 44.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 22795 + color: '#0055CCFF' + - uid: 25460 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-18.5 + pos: 43.5,38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22811 + color: '#0055CCFF' + - uid: 25468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,10.5 + rot: 3.141592653589793 rad + pos: 43.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22861 + color: '#0055CCFF' + - uid: 25475 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,9.5 + pos: 42.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 22878 + color: '#0055CCFF' + - uid: 25485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,27.5 + rot: -1.5707963267948966 rad + pos: 40.5,25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22879 + color: '#0055CCFF' + - uid: 25497 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,25.5 + pos: -84.5,15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 22881 + color: '#0055CCFF' + - uid: 25499 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,32.5 + rot: 1.5707963267948966 rad + pos: 26.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 22897 + color: '#0055CCFF' + - uid: 25573 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,33.5 + pos: -14.5,41.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22900 + color: '#0055CCFF' + - uid: 25622 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,41.5 + pos: 45.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22997 + color: '#0055CCFF' + - uid: 25631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,48.5 + pos: -7.5,-13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23217 + color: '#0055CCFF' + - uid: 25699 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,58.5 + pos: 59.5,54.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23335 + color: '#0055CCFF' + - uid: 25742 components: - type: Transform - pos: -76.5,9.5 + pos: 15.5,47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25198 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23351 + color: '#0055CCFF' + - uid: 25770 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,37.5 + pos: -21.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23416 + color: '#0055CCFF' + - uid: 25773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,64.5 + rot: 3.141592653589793 rad + pos: -7.5,63.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 2995 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23431 + color: '#0055CCFF' + - uid: 25774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,37.5 + rot: 3.141592653589793 rad + pos: -1.5,63.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25317 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23436 + color: '#0055CCFF' + - uid: 25777 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,63.5 + pos: -45.5,39.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25144 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23478 + color: '#0055CCFF' + - uid: 25783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,44.5 + rot: 3.141592653589793 rad + pos: 18.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23559 + color: '#0055CCFF' + - uid: 25784 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,41.5 + pos: 1.5,0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25276 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23564 + color: '#0055CCFF' + - uid: 25788 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,46.5 + rot: 1.5707963267948966 rad + pos: 28.5,11.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25279 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23586 + color: '#0055CCFF' + - uid: 25789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,7.5 + rot: 1.5707963267948966 rad + pos: 7.5,10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25277 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23803 + color: '#0055CCFF' + - uid: 25791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,55.5 + pos: 17.5,54.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23871 + color: '#0055CCFF' + - uid: 25792 components: - type: Transform - pos: -13.5,29.5 + rot: -1.5707963267948966 rad + pos: 9.5,0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25287 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23921 + color: '#0055CCFF' + - uid: 25793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,36.5 + rot: -1.5707963267948966 rad + pos: 35.5,-22.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25256 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23929 + color: '#0055CCFF' + - uid: 25794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,18.5 + pos: 53.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23931 + color: '#0055CCFF' + - uid: 25795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,32.5 + rot: -1.5707963267948966 rad + pos: 10.5,40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23933 + color: '#0055CCFF' + - uid: 25807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,19.5 + rot: -1.5707963267948966 rad + pos: 23.5,46.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23937 + color: '#0055CCFF' + - uid: 25835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,22.5 + pos: 6.5,50.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23942 + color: '#0055CCFF' + - uid: 25847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,9.5 + pos: 21.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23944 + color: '#0055CCFF' + - uid: 25858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 + rot: 1.5707963267948966 rad + pos: 13.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23951 + color: '#0055CCFF' + - uid: 25877 components: - type: Transform - pos: -77.5,7.5 + rot: 1.5707963267948966 rad + pos: -7.5,60.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 23984 + color: '#0055CCFF' + - uid: 25887 components: - type: Transform - pos: -45.5,7.5 + rot: 1.5707963267948966 rad + pos: -3.5,55.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24002 + color: '#0055CCFF' + - uid: 25958 components: - type: Transform - pos: 34.5,21.5 + rot: 1.5707963267948966 rad + pos: -22.5,45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24023 + color: '#0055CCFF' + - uid: 25973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,18.5 + pos: -27.5,40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24051 + color: '#0055CCFF' + - uid: 26009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,21.5 + pos: -32.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24070 + color: '#0055CCFF' + - uid: 26013 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,18.5 + rot: -1.5707963267948966 rad + pos: 24.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24110 + color: '#0055CCFF' + - uid: 26014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-24.5 + rot: -1.5707963267948966 rad + pos: 18.5,44.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25196 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24115 + color: '#0055CCFF' + - uid: 26030 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,18.5 + rot: 1.5707963267948966 rad + pos: -17.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24120 + color: '#0055CCFF' + - uid: 26056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,21.5 + pos: -18.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24130 + color: '#0055CCFF' + - uid: 26059 components: - type: Transform - pos: 37.5,18.5 + pos: -33.5,31.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25169 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24142 + color: '#0055CCFF' + - uid: 26067 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,21.5 + pos: -25.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25166 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24143 + color: '#0055CCFF' + - uid: 26079 components: - type: Transform - pos: 36.5,21.5 + pos: -35.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24146 + color: '#0055CCFF' + - uid: 26080 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,18.5 + pos: -16.5,63.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24147 + color: '#0055CCFF' + - uid: 26083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-32.5 + pos: -59.5,31.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28740 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24165 + color: '#0055CCFF' + - uid: 26087 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,21.5 + rot: 1.5707963267948966 rad + pos: -17.5,26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24174 + color: '#0055CCFF' + - uid: 26089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,21.5 + rot: -1.5707963267948966 rad + pos: -46.5,6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24187 + color: '#0055CCFF' + - uid: 26091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-23.5 + rot: 1.5707963267948966 rad + pos: -19.5,45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24193 + color: '#0055CCFF' + - uid: 26121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-2.5 + pos: -7.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24206 + color: '#0055CCFF' + - uid: 26128 components: - type: Transform - pos: -47.5,9.5 + rot: -1.5707963267948966 rad + pos: -10.5,41.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24220 + color: '#0055CCFF' + - uid: 26137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 + pos: 49.5,4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24229 + color: '#0055CCFF' + - uid: 26143 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,36.5 + rot: -1.5707963267948966 rad + pos: 50.5,-5.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24232 + color: '#0055CCFF' + - uid: 26212 components: - type: Transform - pos: 8.5,21.5 + rot: 1.5707963267948966 rad + pos: -44.5,34.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25140 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24236 + color: '#0055CCFF' + - uid: 26219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,12.5 + pos: -4.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24238 + color: '#0055CCFF' + - uid: 26232 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,18.5 + pos: 34.5,-2.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24244 + color: '#0055CCFF' + - uid: 26235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,4.5 + pos: 9.5,-27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25252 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24251 + color: '#0055CCFF' + - uid: 26248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,1.5 + pos: -39.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24257 + color: '#0055CCFF' + - uid: 26257 components: - type: Transform - pos: -33.5,-14.5 + rot: -1.5707963267948966 rad + pos: -50.5,22.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24265 + color: '#0055CCFF' + - uid: 26269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,30.5 + rot: 1.5707963267948966 rad + pos: -60.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24269 + color: '#0055CCFF' + - uid: 26281 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-16.5 + rot: -1.5707963267948966 rad + pos: -48.5,18.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24270 + color: '#0055CCFF' + - uid: 26282 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,46.5 + rot: -1.5707963267948966 rad + pos: -47.5,14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24276 + color: '#0055CCFF' + - uid: 26309 components: - type: Transform - pos: -19.5,-16.5 + rot: 3.141592653589793 rad + pos: -61.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24281 + color: '#0055CCFF' + - uid: 26354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-5.5 + rot: 3.141592653589793 rad + pos: -69.5,26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24286 + color: '#0055CCFF' + - uid: 26414 components: - type: Transform - pos: -21.5,30.5 + rot: 3.141592653589793 rad + pos: -73.5,1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24301 + color: '#0055CCFF' + - uid: 26629 components: - type: Transform - pos: -25.5,30.5 + pos: -17.5,-38.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24310 + color: '#0055CCFF' + - uid: 26696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-2.5 + rot: 3.141592653589793 rad + pos: -4.5,-24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25339 + - 25249 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24316 + color: '#0055CCFF' + - uid: 26697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,26.5 + rot: 3.141592653589793 rad + pos: -50.5,-46.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24326 + color: '#0055CCFF' + - uid: 26836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 + rot: 3.141592653589793 rad + pos: -78.5,4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24327 + color: '#0055CCFF' + - uid: 26865 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,18.5 + pos: -10.5,74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24347 + color: '#0055CCFF' + - uid: 26868 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,-14.5 + pos: 0.5,73.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24352 + color: '#0055CCFF' + - uid: 26869 components: - type: Transform - pos: 13.5,-14.5 + rot: 3.141592653589793 rad + pos: -15.5,-5.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28791 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24357 + color: '#0055CCFF' + - uid: 26870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-16.5 + rot: -1.5707963267948966 rad + pos: 14.5,-22.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25254 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24362 + color: '#0055CCFF' + - uid: 26872 components: - type: Transform - pos: 15.5,-16.5 + rot: 1.5707963267948966 rad + pos: -61.5,-1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28752 + - 25239 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24370 + color: '#0055CCFF' + - uid: 26885 components: - type: Transform - pos: -4.5,-14.5 + pos: 0.5,-12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24379 + color: '#0055CCFF' + - uid: 26895 components: - type: Transform - pos: 48.5,21.5 + rot: 3.141592653589793 rad + pos: 0.5,-50.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24396 + color: '#0055CCFF' + - uid: 26946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,28.5 + rot: -1.5707963267948966 rad + pos: -54.5,-2.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24402 + color: '#0055CCFF' + - uid: 27007 components: - type: Transform - pos: -3.5,-16.5 + pos: -54.5,-7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24411 + color: '#0055CCFF' + - uid: 27009 components: - type: Transform - pos: -10.5,-16.5 + rot: -1.5707963267948966 rad + pos: 1.5,30.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28655 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24420 + color: '#0055CCFF' + - uid: 27017 components: - type: Transform - pos: -12.5,-14.5 + pos: 34.5,-13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24424 + color: '#0055CCFF' + - uid: 27109 components: - type: Transform - pos: -21.5,-14.5 + rot: -1.5707963267948966 rad + pos: -27.5,-32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24429 + color: '#0055CCFF' + - uid: 27112 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-25.5 + pos: 1.5,-24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25249 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24434 + color: '#0055CCFF' + - uid: 27113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,18.5 + rot: 3.141592653589793 rad + pos: -55.5,-15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24440 + color: '#0055CCFF' + - uid: 27115 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,30.5 + rot: -1.5707963267948966 rad + pos: -56.5,-21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24462 + color: '#0055CCFF' + - uid: 27130 components: - type: Transform - pos: -1.5,64.5 + rot: 1.5707963267948966 rad + pos: -62.5,-14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24493 + color: '#0055CCFF' + - uid: 27135 components: - type: Transform - pos: -17.5,63.5 + rot: 1.5707963267948966 rad + pos: -55.5,-31.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24507 + color: '#0055CCFF' + - uid: 27136 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,63.5 + pos: -40.5,-36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24531 + color: '#0055CCFF' + - uid: 27152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-23.5 + pos: -57.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24558 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,2.5 + rot: 1.5707963267948966 rad + pos: -32.5,2.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24585 + color: '#0055CCFF' + - uid: 27191 components: - type: Transform - pos: -7.5,64.5 + rot: 1.5707963267948966 rad + pos: -38.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24596 + color: '#0055CCFF' + - uid: 27254 components: - type: Transform - pos: -16.5,64.5 + rot: -1.5707963267948966 rad + pos: -3.5,14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24620 + color: '#0055CCFF' + - uid: 27256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,30.5 + rot: 1.5707963267948966 rad + pos: -47.5,-30.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - 25331 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24629 + color: '#0055CCFF' + - uid: 27260 components: - type: Transform - pos: -63.5,29.5 + rot: 3.141592653589793 rad + pos: -6.5,-5.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25267 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24631 + color: '#0055CCFF' + - uid: 27295 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,5.5 + pos: -22.5,-7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24649 + color: '#0055CCFF' + - uid: 27296 components: - type: Transform - pos: 22.5,5.5 + rot: 3.141592653589793 rad + pos: -16.5,-11.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24662 + color: '#0055CCFF' + - uid: 27307 components: - type: Transform - pos: 27.5,5.5 + rot: 3.141592653589793 rad + pos: -11.5,-7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24663 + color: '#0055CCFF' + - uid: 27351 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,7.5 + pos: 17.5,10.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24679 + color: '#0055CCFF' + - uid: 27363 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-33.5 + pos: -76.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24680 + color: '#0055CCFF' + - uid: 27382 components: - type: Transform - pos: 21.5,7.5 + rot: -1.5707963267948966 rad + pos: 30.5,15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24695 + color: '#0055CCFF' + - uid: 27396 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,11.5 + pos: 26.5,-1.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24702 + color: '#0055CCFF' + - uid: 27405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-14.5 + rot: 1.5707963267948966 rad + pos: 28.5,-4.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24712 + color: '#0055CCFF' + - uid: 27421 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-16.5 + pos: 34.5,6.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24728 + color: '#0055CCFF' + - uid: 27430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,11.5 + rot: 3.141592653589793 rad + pos: -29.5,-23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25338 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24740 + color: '#0055CCFF' + - uid: 27438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-20.5 + pos: 17.5,-11.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24779 + color: '#0055CCFF' + - uid: 27466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,26.5 + pos: -46.5,-23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24783 + color: '#0055CCFF' + - uid: 27483 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,36.5 + pos: -33.5,-23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24790 + color: '#0055CCFF' + - uid: 27492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-22.5 + rot: 3.141592653589793 rad + pos: -4.5,-19.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24820 + color: '#0055CCFF' + - uid: 27493 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,36.5 + pos: 43.5,20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25246 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24829 + color: '#0055CCFF' + - uid: 27496 components: - type: Transform - pos: -94.5,38.5 + rot: -1.5707963267948966 rad + pos: 1.5,71.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24851 + color: '#0055CCFF' + - uid: 27497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-16.5 + rot: 3.141592653589793 rad + pos: -27.5,21.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24871 + color: '#0055CCFF' + - uid: 27503 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,18.5 + pos: -63.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25223 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24931 + color: '#0055CCFF' + - uid: 27511 components: - type: Transform - pos: -78.5,9.5 + rot: -1.5707963267948966 rad + pos: -6.5,26.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25191 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24943 + color: '#0055CCFF' + - uid: 27558 components: - type: Transform - pos: -78.5,38.5 + rot: 1.5707963267948966 rad + pos: 32.5,-34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24977 + color: '#0055CCFF' + - uid: 27561 components: - type: Transform - pos: -10.5,12.5 + rot: 3.141592653589793 rad + pos: 46.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24978 + color: '#0055CCFF' + - uid: 27642 components: - type: Transform - pos: -11.5,13.5 + rot: -1.5707963267948966 rad + pos: 78.5,-2.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24991 + color: '#0055CCFF' + - uid: 27697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,-17.5 + rot: 3.141592653589793 rad + pos: 46.5,-34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25006 + color: '#0055CCFF' + - uid: 27748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,-16.5 + pos: 76.5,-11.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25044 + color: '#0055CCFF' + - uid: 27751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,5.5 + pos: 60.5,-11.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25045 + color: '#0055CCFF' + - uid: 27753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,7.5 + rot: -1.5707963267948966 rad + pos: -84.5,1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25047 + color: '#0055CCFF' + - uid: 27755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,53.5 + rot: 3.141592653589793 rad + pos: 60.5,-25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25053 + color: '#0055CCFF' + - uid: 28059 components: - type: Transform - pos: -38.5,63.5 + rot: -1.5707963267948966 rad + pos: 39.5,-1.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25070 + color: '#0055CCFF' + - uid: 28071 components: - type: Transform - pos: -39.5,64.5 + rot: 3.141592653589793 rad + pos: 36.5,15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25273 + color: '#0055CCFF' + - uid: 28079 components: - type: Transform - pos: -28.5,-19.5 + rot: 3.141592653589793 rad + pos: 34.5,20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25351 + color: '#0055CCFF' + - uid: 28109 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,18.5 + pos: 13.5,-34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25363 + color: '#0055CCFF' + - uid: 28110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,24.5 + pos: -55.5,-10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 23688 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25366 + color: '#0055CCFF' + - uid: 28111 components: - type: Transform rot: -1.5707963267948966 rad - pos: -112.5,7.5 + pos: -58.5,-19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 15565 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25373 + color: '#0055CCFF' + - uid: 28117 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,24.5 + pos: 10.5,-22.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25385 + color: '#0055CCFF' + - uid: 28150 components: - type: Transform - pos: 35.5,28.5 + rot: 3.141592653589793 rad + pos: 20.5,-24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25394 + color: '#0055CCFF' + - uid: 28213 components: - type: Transform - pos: 34.5,29.5 + pos: 76.5,-1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25298 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25399 + color: '#0055CCFF' + - uid: 28219 components: - type: Transform - pos: -95.5,-19.5 + rot: 1.5707963267948966 rad + pos: 56.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25302 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25400 + color: '#0055CCFF' + - uid: 28245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,1.5 + pos: -12.5,-38.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25340 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25404 + color: '#0055CCFF' + - uid: 28247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,33.5 + rot: -1.5707963267948966 rad + pos: -20.5,-28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25409 + color: '#0055CCFF' + - uid: 28266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,36.5 + rot: 3.141592653589793 rad + pos: -12.5,-21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25414 + color: '#0055CCFF' + - uid: 28301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,43.5 + rot: 3.141592653589793 rad + pos: -11.5,-32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25422 + color: '#0055CCFF' + - uid: 28317 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,32.5 + pos: -15.5,-28.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25426 + color: '#0055CCFF' + - uid: 28331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,38.5 + pos: -27.5,-8.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25432 + color: '#0055CCFF' + - uid: 28450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,42.5 + rot: 3.141592653589793 rad + pos: 21.5,1.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25496 + color: '#0055CCFF' + - uid: 28451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,16.5 + rot: 3.141592653589793 rad + pos: 25.5,0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25524 + color: '#0055CCFF' + - uid: 28501 components: - type: Transform - pos: 23.5,33.5 + pos: 65.5,26.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 23957 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25525 + color: '#0055CCFF' + - uid: 28546 components: - type: Transform - pos: 24.5,32.5 + pos: 18.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25620 + color: '#0055CCFF' + - uid: 28567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,46.5 + rot: -1.5707963267948966 rad + pos: 9.5,29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25634 + color: '#0055CCFF' + - uid: 28583 components: - type: Transform - pos: 38.5,49.5 + pos: 12.5,27.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25666 + color: '#0055CCFF' + - uid: 28609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-1.5 + rot: 3.141592653589793 rad + pos: -11.5,21.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25667 + color: '#0055CCFF' + - uid: 28610 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-16.5 + pos: -27.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25668 + color: '#0055CCFF' + - uid: 28705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-12.5 + rot: -1.5707963267948966 rad + pos: 39.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25307 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25669 + color: '#0055CCFF' + - uid: 28713 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-11.5 + pos: 31.5,43.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25672 + color: '#0055CCFF' + - uid: 28757 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-19.5 + pos: -30.5,-18.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25680 + color: '#0055CCFF' + - uid: 29289 components: - type: Transform - pos: 57.5,54.5 + pos: -2.5,-27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25251 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25691 + color: '#0055CCFF' + - uid: 34118 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-17.5 + pos: 39.5,40.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25346 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25692 + color: '#0055CCFF' + - uid: 34680 components: - type: Transform - pos: -15.5,-4.5 + rot: 3.141592653589793 rad + pos: 75.5,-7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25698 + color: '#0055CCFF' + - uid: 36078 components: - type: Transform - pos: 59.5,53.5 + pos: -30.5,33.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25723 + color: '#0055CCFF' + - uid: 36079 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,39.5 + pos: -26.5,33.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25735 + color: '#0055CCFF' + - uid: 36080 components: - type: Transform - pos: 4.5,41.5 + rot: 3.141592653589793 rad + pos: -26.5,25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25758 + color: '#0055CCFF' + - uid: 36081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,42.5 + rot: 1.5707963267948966 rad + pos: -30.5,25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25771 + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,44.5 + pos: 52.5,47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25700 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25778 + color: '#990000FF' + - uid: 941 components: - type: Transform - pos: -68.5,7.5 + rot: 1.5707963267948966 rad + pos: 39.5,30.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25345 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25785 + color: '#990000FF' + - uid: 1253 components: - type: Transform - pos: -42.5,-10.5 + rot: 3.141592653589793 rad + pos: -83.5,-7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 2285 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25787 + color: '#990000FF' + - uid: 1517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,13.5 + rot: 3.141592653589793 rad + pos: -58.5,-1.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25797 + color: '#990000FF' + - uid: 2112 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,34.5 + pos: 30.5,-5.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25293 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25801 + color: '#990000FF' + - uid: 2655 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,46.5 + pos: -36.5,-29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25891 + color: '#990000FF' + - uid: 4265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,24.5 + pos: -89.5,24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 1256 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25899 + color: '#990000FF' + - uid: 4294 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,26.5 + pos: -82.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25903 + color: '#990000FF' + - uid: 4866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,28.5 + rot: 3.141592653589793 rad + pos: -95.5,-9.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25904 + color: '#990000FF' + - uid: 5923 components: - type: Transform - pos: -16.5,30.5 + rot: 1.5707963267948966 rad + pos: -46.5,62.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25910 + color: '#990000FF' + - uid: 6320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-14.5 + rot: -1.5707963267948966 rad + pos: -41.5,-10.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25917 + color: '#990000FF' + - uid: 6518 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,37.5 + pos: -16.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25920 + color: '#990000FF' + - uid: 6966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,39.5 + pos: -53.5,33.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25921 + color: '#990000FF' + - uid: 8417 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,40.5 + pos: -99.5,22.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22065 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25932 + color: '#990000FF' + - uid: 8418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,36.5 + pos: -95.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25937 + color: '#990000FF' + - uid: 8664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,42.5 + rot: 1.5707963267948966 rad + pos: -100.5,7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 8213 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25940 + color: '#990000FF' + - uid: 8764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,16.5 + rot: 1.5707963267948966 rad + pos: -68.5,-0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25989 + color: '#990000FF' + - uid: 8823 components: - type: Transform - pos: 12.5,33.5 + pos: -12.5,45.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26015 + color: '#990000FF' + - uid: 10984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,37.5 + rot: -1.5707963267948966 rad + pos: -41.5,34.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25140 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26016 + color: '#990000FF' + - uid: 13002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,36.5 + rot: 1.5707963267948966 rad + pos: 1.5,31.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28655 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26039 + color: '#990000FF' + - uid: 13035 components: - type: Transform - pos: -23.5,37.5 + rot: 3.141592653589793 rad + pos: 10.5,-4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26081 + color: '#990000FF' + - uid: 13354 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,63.5 + pos: -68.5,6.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25224 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26082 + color: '#990000FF' + - uid: 13382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,56.5 + pos: 49.5,-13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26085 + color: '#990000FF' + - uid: 14205 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,30.5 + pos: -37.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25115 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26088 + color: '#990000FF' + - uid: 15936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,9.5 + pos: -59.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25223 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26140 + color: '#990000FF' + - uid: 15945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,63.5 + pos: -75.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26146 + color: '#990000FF' + - uid: 16416 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,64.5 + pos: -25.5,51.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 16607 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26167 + color: '#990000FF' + - uid: 16497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,63.5 + rot: 1.5707963267948966 rad + pos: -99.5,-8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 11473 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26171 + color: '#990000FF' + - uid: 16549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-9.5 + pos: 72.5,-16.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 29087 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26173 + color: '#990000FF' + - uid: 18090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,64.5 + pos: -26.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26182 + color: '#990000FF' + - uid: 18113 components: - type: Transform - pos: -42.5,-32.5 + pos: -14.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25275 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26234 + color: '#990000FF' + - uid: 18234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-28.5 + pos: -8.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26341 + color: '#990000FF' + - uid: 18244 components: - type: Transform - pos: -67.5,29.5 + rot: -1.5707963267948966 rad + pos: 24.5,-21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26348 + color: '#990000FF' + - uid: 19972 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,30.5 + pos: -71.5,13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25229 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26349 + color: '#990000FF' + - uid: 19974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,29.5 + rot: 3.141592653589793 rad + pos: -96.5,6.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26436 + color: '#990000FF' + - uid: 20656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-2.5 + rot: 1.5707963267948966 rad + pos: -42.5,59.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26452 + color: '#990000FF' + - uid: 22115 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,-5.5 + pos: -71.5,1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26491 + color: '#990000FF' + - uid: 22349 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,27.5 + pos: 7.5,61.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22348 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26507 + color: '#990000FF' + - uid: 24007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,27.5 + pos: 45.5,19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25246 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26518 + color: '#990000FF' + - uid: 24040 components: - type: Transform - pos: 34.5,-1.5 + pos: 33.5,19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26542 + color: '#990000FF' + - uid: 24253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-28.5 + rot: 1.5707963267948966 rad + pos: 28.5,26.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25343 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26569 + color: '#990000FF' + - uid: 24315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-24.5 + rot: 1.5707963267948966 rad + pos: -5.5,24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25191 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26574 + color: '#990000FF' + - uid: 24464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-29.5 + pos: -6.5,64.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 2995 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26628 + color: '#990000FF' + - uid: 25200 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-39.5 + pos: -43.5,63.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 22291 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26631 + color: '#990000FF' + - uid: 25420 components: - type: Transform - pos: -16.5,-40.5 + rot: 1.5707963267948966 rad + pos: -84.5,2.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26632 + color: '#990000FF' + - uid: 25440 components: - type: Transform - pos: -10.5,-40.5 + pos: 39.5,48.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26806 + color: '#990000FF' + - uid: 25451 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-22.5 + pos: 44.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26871 + color: '#990000FF' + - uid: 25459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,1.5 + rot: -1.5707963267948966 rad + pos: 43.5,36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26874 + color: '#990000FF' + - uid: 25467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-23.5 + rot: -1.5707963267948966 rad + pos: 42.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26881 + color: '#990000FF' + - uid: 25476 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,27.5 + pos: 44.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26889 + color: '#990000FF' + - uid: 25484 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,24.5 + pos: 40.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26935 + color: '#990000FF' + - uid: 25498 components: - type: Transform rot: -1.5707963267948966 rad - pos: -112.5,32.5 + pos: 31.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26958 + color: '#990000FF' + - uid: 25621 components: - type: Transform - pos: -55.5,-14.5 + pos: 32.5,47.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26984 + color: '#990000FF' + - uid: 25632 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-11.5 + pos: -54.5,16.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25185 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26987 + color: '#990000FF' + - uid: 25633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-12.5 + pos: 54.5,19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25301 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26992 + color: '#990000FF' + - uid: 25635 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,2.5 + pos: 15.5,33.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26998 + color: '#990000FF' + - uid: 25636 components: - type: Transform rot: 1.5707963267948966 rad - pos: -85.5,15.5 + pos: 23.5,25.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25234 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27015 + color: '#990000FF' + - uid: 25655 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,18.5 + pos: -58.5,2.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25239 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27019 + color: '#990000FF' + - uid: 25696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-22.5 + pos: -13.5,-4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28791 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27029 + color: '#990000FF' + - uid: 25727 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-21.5 + pos: 18.5,41.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25196 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27053 + color: '#990000FF' + - uid: 25752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-31.5 + pos: -19.5,37.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7404 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27058 + color: '#990000FF' + - uid: 25753 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-33.5 + rot: 1.5707963267948966 rad + pos: -35.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25169 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27065 + color: '#990000FF' + - uid: 25757 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-33.5 + pos: -27.5,29.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25166 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27071 + color: '#990000FF' + - uid: 25772 components: - type: Transform - pos: -40.5,-32.5 + rot: 3.141592653589793 rad + pos: -17.5,62.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27074 + color: '#990000FF' + - uid: 25775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-33.5 + rot: 1.5707963267948966 rad + pos: -26.5,56.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27088 + color: '#990000FF' + - uid: 25776 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-32.5 + pos: -63.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 28740 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27095 + color: '#990000FF' + - uid: 25779 components: - type: Transform - pos: -38.5,-33.5 + pos: -44.5,9.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27097 + color: '#990000FF' + - uid: 25780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-32.5 + rot: 1.5707963267948966 rad + pos: 50.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-7.5 - parent: 2 - - uid: 27261 + color: '#990000FF' + - uid: 25781 components: - type: Transform - pos: -16.5,-4.5 + rot: 1.5707963267948966 rad + pos: 50.5,-7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25247 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27272 + color: '#990000FF' + - uid: 25790 components: - type: Transform - pos: -14.5,-5.5 + pos: 19.5,54.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27303 + color: '#990000FF' + - uid: 25808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-33.5 + rot: -1.5707963267948966 rad + pos: 23.5,45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27304 + color: '#990000FF' + - uid: 25821 components: - type: Transform - pos: -4.5,-23.5 + rot: 3.141592653589793 rad + pos: -13.5,28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27305 + color: '#990000FF' + - uid: 25834 components: - type: Transform - pos: 36.5,29.5 + pos: 7.5,49.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27319 + color: '#990000FF' + - uid: 25837 components: - type: Transform - pos: 10.5,18.5 + pos: -3.5,64.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25317 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27322 + color: '#990000FF' + - uid: 25848 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,12.5 + pos: 22.5,49.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27324 + color: '#990000FF' + - uid: 25859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,14.5 + rot: 1.5707963267948966 rad + pos: 12.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27328 + color: '#990000FF' + - uid: 25876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,12.5 + rot: 1.5707963267948966 rad + pos: -7.5,58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27336 + color: '#990000FF' + - uid: 25886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,15.5 + rot: 1.5707963267948966 rad + pos: -3.5,48.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27341 + color: '#990000FF' + - uid: 25936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,9.5 + pos: -6.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27364 + color: '#990000FF' + - uid: 25959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,9.5 + rot: 1.5707963267948966 rad + pos: -22.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27374 + color: '#990000FF' + - uid: 25990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,11.5 + pos: -20.5,40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27505 + color: '#990000FF' + - uid: 26010 components: - type: Transform - pos: -29.5,-43.5 + pos: -33.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27506 + color: '#990000FF' + - uid: 26029 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,2.5 + pos: -17.5,39.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27509 + color: '#990000FF' + - uid: 26032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,26.5 + pos: 14.5,38.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 15850 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27512 + color: '#990000FF' + - uid: 26035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,27.5 + pos: 7.5,38.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25195 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27514 + color: '#990000FF' + - uid: 26036 components: - type: Transform rot: 1.5707963267948966 rad - pos: -114.5,9.5 + pos: 9.5,45.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25198 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27515 + color: '#990000FF' + - uid: 26078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-21.5 + pos: -34.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27516 + color: '#990000FF' + - uid: 26084 components: - type: Transform rot: 1.5707963267948966 rad - pos: -114.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27595 - components: - - type: Transform - pos: 60.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-5.5 + pos: -36.5,39.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25144 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27624 + color: '#990000FF' + - uid: 26086 components: - type: Transform - pos: 62.5,-5.5 + rot: 1.5707963267948966 rad + pos: -17.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27653 + color: '#990000FF' + - uid: 26090 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-15.5 + pos: -19.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27784 + color: '#990000FF' + - uid: 26122 components: - type: Transform rot: 3.141592653589793 rad - pos: 65.5,21.5 + pos: -5.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27799 + color: '#990000FF' + - uid: 26123 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,18.5 + pos: -7.5,-4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25267 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27806 + color: '#990000FF' + - uid: 26129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,18.5 + rot: -1.5707963267948966 rad + pos: -10.5,40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27823 + color: '#990000FF' + - uid: 26152 components: - type: Transform - pos: -63.5,9.5 + pos: 17.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25248 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27875 + color: '#990000FF' + - uid: 26168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,31.5 + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25276 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27876 + color: '#990000FF' + - uid: 26198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,47.5 + rot: -1.5707963267948966 rad + pos: -31.5,11.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25290 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28075 + color: '#990000FF' + - uid: 26209 components: - type: Transform - pos: 13.5,21.5 + rot: 1.5707963267948966 rad + pos: 9.5,9.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25277 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28085 + color: '#990000FF' + - uid: 26210 components: - type: Transform - pos: 43.5,21.5 + rot: 1.5707963267948966 rad + pos: 9.5,-0.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25287 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28095 + color: '#990000FF' + - uid: 26211 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,-18.5 + pos: 35.5,-20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25256 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28103 + color: '#990000FF' + - uid: 26220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-32.5 + pos: -2.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28123 + color: '#990000FF' + - uid: 26249 components: - type: Transform - pos: 21.5,-21.5 + pos: -37.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28133 + color: '#990000FF' + - uid: 26256 components: - type: Transform - pos: 20.5,-18.5 + rot: -1.5707963267948966 rad + pos: -50.5,21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28151 + color: '#990000FF' + - uid: 26268 components: - type: Transform - pos: -21.5,13.5 + rot: 1.5707963267948966 rad + pos: -60.5,15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28155 + color: '#990000FF' + - uid: 26280 components: - type: Transform - pos: -29.5,-18.5 + rot: -1.5707963267948966 rad + pos: -48.5,17.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28206 + color: '#990000FF' + - uid: 26283 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-2.5 + rot: -1.5707963267948966 rad + pos: -47.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28246 + color: '#990000FF' + - uid: 26308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-39.5 + rot: 1.5707963267948966 rad + pos: -60.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28248 + color: '#990000FF' + - uid: 26353 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,7.5 + pos: -67.5,26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28274 + color: '#990000FF' + - uid: 26633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-25.5 + rot: -1.5707963267948966 rad + pos: -18.5,-33.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28289 + color: '#990000FF' + - uid: 26698 components: - type: Transform - pos: -89.5,9.5 + pos: 54.5,3.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28299 + color: '#990000FF' + - uid: 26699 components: - type: Transform - pos: -10.5,-29.5 + rot: 3.141592653589793 rad + pos: -48.5,-46.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28300 + color: '#990000FF' + - uid: 26767 components: - type: Transform - pos: -11.5,-28.5 + rot: -1.5707963267948966 rad + pos: -82.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28582 + color: '#990000FF' + - uid: 26790 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,21.5 + pos: -29.5,-44.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7137 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28608 + color: '#990000FF' + - uid: 26835 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-5.5 + pos: -77.5,4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 29971 + color: '#990000FF' + - uid: 26866 components: - type: Transform - pos: -42.5,63.5 + rot: -1.5707963267948966 rad + pos: 14.5,74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 30253 + color: '#990000FF' + - uid: 26867 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,64.5 + pos: 2.5,73.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 30759 + color: '#990000FF' + - uid: 26886 components: - type: Transform - pos: -64.5,7.5 + pos: 2.5,-12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31040 + color: '#990000FF' + - uid: 26896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-5.5 + rot: 3.141592653589793 rad + pos: 2.5,-50.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 31504 + color: '#990000FF' + - uid: 26945 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,40.5 + pos: -54.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34675 + color: '#990000FF' + - uid: 27006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-7.5 + pos: -53.5,-7.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34676 + color: '#990000FF' + - uid: 27008 components: - type: Transform - pos: 70.5,-7.5 + pos: -12.5,20.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34677 + color: '#990000FF' + - uid: 27010 components: - type: Transform - pos: 72.5,-7.5 + rot: -1.5707963267948966 rad + pos: 3.5,47.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34678 + color: '#990000FF' + - uid: 27011 components: - type: Transform - pos: 73.5,-7.5 + pos: 12.5,19.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 35795 + color: '#990000FF' + - uid: 27108 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,43.5 + pos: -27.5,-33.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPort - entities: - - uid: 2834 + color: '#990000FF' + - uid: 27114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,46.5 + rot: -1.5707963267948966 rad + pos: -56.5,-22.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 2914 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27122 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,46.5 + pos: -32.5,-15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25262 - type: AtmosDevice joinedGrid: 2 - - uid: 5047 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27123 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,44.5 + pos: 3.5,-32.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25250 - type: AtmosDevice joinedGrid: 2 - - uid: 5053 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,42.5 + rot: 1.5707963267948966 rad + pos: -61.5,-16.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5086 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,42.5 + rot: 1.5707963267948966 rad + pos: -55.5,-33.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5096 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27137 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,42.5 + pos: -38.5,-36.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5251 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,42.5 + pos: -58.5,-9.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5255 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,42.5 + rot: 1.5707963267948966 rad + pos: -32.5,1.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6434 + color: '#990000FF' + - uid: 27190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,44.5 + rot: 1.5707963267948966 rad + pos: -38.5,10.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 6555 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,44.5 + pos: -56.5,-11.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 23688 - type: AtmosDevice joinedGrid: 2 - - uid: 7247 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,44.5 + rot: 1.5707963267948966 rad + pos: -59.5,-17.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 15565 - type: AtmosDevice joinedGrid: 2 - - uid: 7329 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,42.5 + rot: -1.5707963267948966 rad + pos: -3.5,12.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 9303 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,44.5 + pos: -23.5,13.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25274 - type: AtmosDevice joinedGrid: 2 - - uid: 9309 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,44.5 + pos: 35.5,-1.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 - type: AtmosDevice joinedGrid: 2 - - uid: 9682 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27293 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,46.5 + pos: -14.5,-11.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 12140 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27294 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,46.5 + pos: -20.5,-7.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 23789 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,49.5 + pos: 76.5,-4.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25298 - type: AtmosDevice joinedGrid: 2 - - uid: 28437 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27300 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-1.5 + pos: 60.5,27.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25302 - type: AtmosDevice joinedGrid: 2 - - uid: 34653 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27301 components: - type: Transform - pos: -42.5,38.5 + rot: 3.141592653589793 rad + pos: -10.5,-41.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25340 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34654 + color: '#990000FF' + - uid: 27302 components: - type: Transform - pos: -41.5,38.5 + rot: 3.141592653589793 rad + pos: -16.5,-41.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25341 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34655 + color: '#990000FF' + - uid: 27306 components: - type: Transform - pos: -40.5,38.5 + rot: 3.141592653589793 rad + pos: -10.5,-7.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34656 + color: '#990000FF' + - uid: 27350 components: - type: Transform - pos: -39.5,38.5 + pos: 19.5,10.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34670 + color: '#990000FF' + - uid: 27373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-8.5 + rot: 1.5707963267948966 rad + pos: 30.5,11.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34671 + color: '#990000FF' + - uid: 27383 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-8.5 + pos: 31.5,15.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34672 + color: '#990000FF' + - uid: 27389 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-8.5 + rot: -1.5707963267948966 rad + pos: 16.5,1.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34673 + color: '#990000FF' + - uid: 27395 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-8.5 + rot: 1.5707963267948966 rad + pos: 26.5,-2.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPressurePump - entities: - - uid: 2532 + color: '#990000FF' + - uid: 27422 components: - type: Transform - pos: 43.5,47.5 + pos: 35.5,6.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 2537 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27425 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,47.5 + pos: -92.5,8.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 - type: AtmosDevice joinedGrid: 2 - - uid: 2542 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27437 components: - type: Transform - pos: 41.5,47.5 + pos: 19.5,-11.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 3631 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,47.5 + pos: -20.5,34.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 4349 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27467 components: - type: Transform - pos: -45.5,45.5 + pos: -45.5,-23.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 4350 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27482 components: - type: Transform - pos: -49.5,45.5 + rot: 3.141592653589793 rad + pos: -32.5,-23.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - uid: 4354 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27491 components: - type: Transform - pos: -43.5,45.5 + rot: 3.141592653589793 rad + pos: -3.5,-19.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 4359 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27494 components: - type: Transform - pos: -41.5,45.5 + rot: 1.5707963267948966 rad + pos: -3.5,-29.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 4383 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27507 components: - type: Transform - pos: -39.5,45.5 + rot: 1.5707963267948966 rad + pos: -20.5,-22.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25260 - type: AtmosDevice joinedGrid: 2 - - uid: 4960 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27559 components: - type: Transform - pos: -37.5,45.5 + rot: 1.5707963267948966 rad + pos: 35.5,-34.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 4965 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27560 components: - type: Transform - pos: -47.5,45.5 + rot: 3.141592653589793 rad + pos: 47.5,-29.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - uid: 16542 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27641 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,44.5 + pos: 78.5,-5.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - uid: 25058 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,50.5 + rot: 3.141592653589793 rad + pos: 62.5,-31.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosDevice joinedGrid: 2 - - uid: 27340 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27696 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,10.5 + pos: 47.5,-34.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasRecycler - entities: - - uid: 9578 + color: '#990000FF' + - uid: 27747 components: - type: Transform - pos: -60.5,43.5 + pos: 77.5,-11.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasThermoMachineFreezer - entities: - - uid: 9507 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27752 components: - type: Transform - pos: -54.5,43.5 + pos: 62.5,-11.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 17015 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27754 components: - type: Transform - pos: -53.5,43.5 + rot: 1.5707963267948966 rad + pos: -84.5,16.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 - type: AtmosDevice joinedGrid: 2 -- proto: GasThermoMachineFreezerEnabled - entities: - - uid: 24774 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27756 components: - type: Transform - pos: -58.5,-6.5 + rot: 3.141592653589793 rad + pos: 62.5,-24.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 27352 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27853 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27888 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,16.5 + pos: 60.5,53.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasThermoMachineHeater - entities: - - uid: 9508 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28055 components: - type: Transform - pos: -55.5,43.5 + rot: -1.5707963267948966 rad + pos: 3.5,68.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 - type: AtmosDevice joinedGrid: 2 - - uid: 9511 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28060 components: - type: Transform - pos: -56.5,43.5 + rot: -1.5707963267948966 rad + pos: 39.5,-2.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasValve - entities: - - uid: 6556 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28070 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,46.5 + pos: 37.5,15.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasVentPump - entities: - - uid: 399 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,47.5 + pos: 36.5,-15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25700 + - 25248 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 940 + color: '#990000FF' + - uid: 28099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,37.5 + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 parent: 2 - type: DeviceNetwork deviceLists: - - 28746 + - 25249 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1256 + color: '#990000FF' + - uid: 28108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-4.5 + rot: 3.141592653589793 rad + pos: 15.5,-34.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1655 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2458 + color: '#990000FF' + - uid: 28113 components: - type: Transform - pos: -39.5,28.5 + pos: -53.5,-15.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25115 + - 25333 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4113 + color: '#990000FF' + - uid: 28116 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-8.5 + pos: -44.5,-28.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25330 + - 25331 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 4430 + color: '#990000FF' + - uid: 28149 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-31.5 + pos: 21.5,-24.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5507 + color: '#990000FF' + - uid: 28173 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,-6.5 + pos: -30.5,-19.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5676 + color: '#990000FF' + - uid: 28211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,2.5 + rot: 1.5707963267948966 rad + pos: 11.5,-29.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25239 + - 25252 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6275 + color: '#990000FF' + - uid: 28244 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,-10.5 + pos: 14.5,-21.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25254 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6321 + color: '#990000FF' + - uid: 28265 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-10.5 + pos: -10.5,-21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,6.5 parent: 2 - type: DeviceNetwork deviceLists: - - 69 + - 30714 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6519 + color: '#990000FF' + - uid: 28290 components: - type: Transform - pos: -22.5,34.5 + pos: -5.5,-24.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6667 + color: '#990000FF' + - uid: 28302 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-42.5 + pos: -10.5,-32.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 6973 + color: '#990000FF' + - uid: 28316 components: - type: Transform - pos: -55.5,33.5 + rot: 1.5707963267948966 rad + pos: -15.5,-29.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8457 + color: '#990000FF' + - uid: 28330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,1.5 + pos: -26.5,-8.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8821 + color: '#990000FF' + - uid: 28449 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,40.5 + pos: 22.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25195 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8835 + color: '#990000FF' + - uid: 28452 components: - type: Transform - pos: -34.5,14.5 + rot: 3.141592653589793 rad + pos: 27.5,0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25290 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8968 + color: '#990000FF' + - uid: 28500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-23.5 + pos: 66.5,26.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25260 + - 23957 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 11644 + color: '#990000FF' + - uid: 28536 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,20.5 + pos: 39.5,28.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25185 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13000 + color: '#990000FF' + - uid: 28545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,49.5 + pos: 19.5,24.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13378 + color: '#990000FF' + - uid: 28566 components: - type: Transform - pos: -68.5,10.5 + pos: 9.5,28.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25224 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15311 + color: '#990000FF' + - uid: 28584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 + pos: 14.5,29.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 15944 + color: '#990000FF' + - uid: 28612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-10.5 + rot: 1.5707963267948966 rad + pos: 10.5,-24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 25253 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16481 + color: '#990000FF' + - uid: 28776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,51.5 + rot: 1.5707963267948966 rad + pos: -29.5,-25.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 16607 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16551 + color: '#990000FF' + - uid: 34073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-16.5 + rot: 1.5707963267948966 rad + pos: 39.5,39.5 parent: 2 - type: DeviceNetwork deviceLists: - - 29087 + - 25346 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 16823 + color: '#990000FF' + - uid: 34681 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,2.5 + pos: 74.5,-7.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18220 + color: '#990000FF' + - uid: 34741 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,20.5 + pos: 46.5,23.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25301 + - 25349 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18241 + color: '#990000FF' + - uid: 36074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-18.5 + rot: 3.141592653589793 rad + pos: -28.5,25.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18332 + color: '#990000FF' + - uid: 36075 components: - type: Transform - pos: -10.5,66.5 + rot: 3.141592653589793 rad + pos: -24.5,25.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 18359 + color: '#990000FF' + - uid: 36076 components: - type: Transform - pos: -37.5,-29.5 + pos: -24.5,33.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19639 + color: '#990000FF' + - uid: 36077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-6.5 + pos: -28.5,33.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19759 + color: '#990000FF' +- proto: Gauze + entities: + - uid: 3465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,64.5 + pos: 41.734196,-21.431963 parent: 2 - - type: DeviceNetwork - deviceLists: - - 18239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 19766 + - uid: 7809 components: - type: Transform - pos: -43.5,65.5 + pos: 7.5685353,-11.376604 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 20648 + - uid: 26688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,60.5 + pos: -22.984537,-0.22695684 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 20961 +- proto: Gauze1 + entities: + - uid: 3464 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,8.5 + pos: 41.89826,-21.256182 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22340 + - uid: 5523 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,59.5 + pos: 50.135185,46.605064 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22880 + - uid: 6906 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,32.5 + pos: 43.00011,-21.318933 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 22899 + - uid: 6907 components: - type: Transform - pos: -84.5,10.5 + pos: 44.640736,-22.748621 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 23952 + - uid: 8312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,36.5 + pos: 49.830498,46.441 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7404 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24059 +- proto: GeigerCounter + entities: + - uid: 8311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,20.5 + pos: 49.279716,46.65194 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24173 +- proto: GlimmerProber + entities: + - uid: 30921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-32.5 + pos: 45.5,30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25250 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24245 +- proto: GlowstickBase + entities: + - uid: 2099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,12.5 + pos: -19.598991,16.747276 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25274 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24258 +- proto: GlowstickBlue + entities: + - uid: 2093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,27.5 + pos: -8.70348,10.857905 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25343 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24263 + - uid: 2095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,28.5 + pos: -8.6214485,10.799312 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25345 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24602 + - uid: 2096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,53.5 + pos: -16.575478,16.641808 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24637 +- proto: GlowstickPurple + entities: + - uid: 2100 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-33.5 + pos: -28.622429,9.716027 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15565 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 24775 + - uid: 33601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,27.5 + pos: 82.8568,57.574116 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25136 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25353 +- proto: GlowstickRed + entities: + - uid: 2098 components: - type: Transform - pos: 45.5,23.5 + pos: -28.552116,16.747276 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25375 +- proto: GlowstickYellow + entities: + - uid: 2097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,33.5 + pos: -25.575554,16.723839 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28747 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25452 +- proto: GoldDoor + entities: + - uid: 32466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,43.5 + pos: 83.5,69.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25460 +- proto: GravityGenerator + entities: + - uid: 2402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,38.5 + pos: -60.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25468 + - type: ApcPowerReceiver + needsPower: False +- proto: Grille + entities: + - uid: 8 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,32.5 + pos: -1.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25475 + - uid: 18 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,29.5 + pos: -9.5,7.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25485 + - uid: 31 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,25.5 + pos: -9.5,2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25497 + - uid: 48 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,15.5 + pos: -1.5,13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25499 + - uid: 58 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,24.5 + pos: -9.5,5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25573 + - uid: 60 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,41.5 + pos: -1.5,12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25622 + - uid: 106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-15.5 + pos: -9.5,-2.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25623 + - uid: 107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-5.5 + pos: -9.5,-0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25631 + - uid: 108 components: - type: Transform - pos: -7.5,-13.5 + pos: 6.5,17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25699 + - uid: 123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,54.5 + pos: 4.5,9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25742 + - uid: 125 components: - type: Transform - pos: 15.5,47.5 + pos: 4.5,11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25198 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25770 + - uid: 127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,29.5 + pos: 4.5,13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25773 + - uid: 132 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,63.5 + pos: 4.5,15.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2995 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25774 + - uid: 138 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,63.5 + pos: -1.5,14.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25317 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25777 + - uid: 141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,39.5 + pos: 23.5,-12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25144 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25783 + - uid: 142 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-15.5 + pos: 24.5,-12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25784 + - uid: 143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 + pos: 25.5,-12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25276 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25788 + - uid: 158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,11.5 + pos: -7.5,8.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25279 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25789 + - uid: 201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,10.5 + pos: 11.5,-54.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25277 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25791 + - uid: 222 components: - type: Transform - pos: 17.5,54.5 + pos: -12.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25792 + - uid: 224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 + pos: -11.5,17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25287 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25793 + - uid: 247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-22.5 + pos: 13.5,17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25256 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25794 + - uid: 248 components: - type: Transform - pos: 53.5,3.5 + pos: 7.5,17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25795 + - uid: 250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,40.5 + pos: 11.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25807 + - uid: 251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,46.5 + pos: 12.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25835 + - uid: 397 components: - type: Transform - pos: 6.5,50.5 + pos: -6.5,8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25847 + - uid: 620 components: - type: Transform - pos: 21.5,49.5 + pos: 9.5,-54.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25858 + - uid: 621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,43.5 + pos: 15.5,35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25877 + - uid: 716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,60.5 + pos: -11.5,-43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25887 + - uid: 724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,55.5 + pos: -8.5,-43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25958 + - uid: 731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,45.5 + pos: 15.5,36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 25973 + - uid: 772 components: - type: Transform - pos: -27.5,40.5 + pos: 26.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26009 + - uid: 775 components: - type: Transform - pos: -32.5,43.5 + pos: 27.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26013 + - uid: 776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,27.5 + pos: 23.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26014 + - uid: 779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,44.5 + pos: 22.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25196 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26030 + - uid: 809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,42.5 + pos: -9.5,-43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26056 + - uid: 810 components: - type: Transform - pos: -18.5,34.5 + pos: -10.5,-43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26059 + - uid: 811 components: - type: Transform - pos: -33.5,31.5 + pos: -7.5,-43.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25169 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26067 + - uid: 820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,29.5 + pos: -2.5,58.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25166 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26079 + - uid: 821 components: - type: Transform - pos: -35.5,34.5 + pos: -2.5,60.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26080 + - uid: 834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,63.5 + pos: 6.5,22.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26083 + - uid: 840 components: - type: Transform - pos: -59.5,31.5 + pos: 12.5,22.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28740 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26087 + - uid: 844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,26.5 + pos: 20.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26089 + - uid: 847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,6.5 + pos: 19.5,22.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26091 + - uid: 859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,45.5 + pos: 13.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26121 + - uid: 871 components: - type: Transform - pos: -7.5,34.5 + pos: -13.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26128 + - uid: 902 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,41.5 + pos: 23.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26137 + - uid: 905 components: - type: Transform - pos: 49.5,4.5 + pos: 24.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26143 + - uid: 923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-5.5 + pos: 18.5,3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26212 + - uid: 1010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,34.5 + pos: 25.5,4.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25140 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26219 + - uid: 1032 components: - type: Transform - pos: -4.5,66.5 + pos: 11.5,3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26232 + - uid: 1049 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-2.5 + pos: 11.5,2.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26235 + - uid: 1116 components: - type: Transform - pos: 9.5,-27.5 + pos: -20.5,-43.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26248 + - uid: 1139 components: - type: Transform - pos: -39.5,23.5 + rot: -1.5707963267948966 rad + pos: -83.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26257 + - uid: 1144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,22.5 + pos: 18.5,2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26269 + - uid: 1149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,20.5 + rot: -1.5707963267948966 rad + pos: -85.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26281 + - uid: 1152 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,18.5 + pos: -86.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26282 + - uid: 1155 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,14.5 + pos: -82.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26309 + - uid: 1183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,12.5 + pos: 35.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26354 + - uid: 1185 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,26.5 + pos: -107.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26414 + - uid: 1188 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,1.5 + pos: -107.5,26.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26415 + - uid: 1267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,13.5 + pos: 20.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26629 + - uid: 1271 components: - type: Transform - pos: -17.5,-38.5 + pos: 18.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26693 + - uid: 1272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-19.5 + pos: 27.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26696 + - uid: 1283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-24.5 + pos: 26.5,4.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25339 - - 25249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26697 + - uid: 1305 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-46.5 + pos: 21.5,-0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26703 + - uid: 1419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,9.5 + pos: -98.5,64.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26742 + - uid: 1518 components: - type: Transform - pos: -95.5,25.5 + pos: -31.5,71.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26782 + - uid: 1533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-6.5 + pos: -97.5,64.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26808 + - uid: 1538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-3.5 + pos: -96.5,64.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26834 + - uid: 1540 components: - type: Transform - pos: -85.5,20.5 + pos: -95.5,64.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26836 + - uid: 1547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,4.5 + pos: -95.5,65.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26865 + - uid: 1649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,74.5 + pos: -94.5,65.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26868 + - uid: 1681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,73.5 + pos: -94.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26869 + - uid: 1723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-5.5 + pos: -93.5,66.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28791 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26870 + - uid: 1724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-22.5 + pos: -92.5,66.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25254 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26872 + - uid: 1725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-1.5 + pos: -92.5,67.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28752 - - 25239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26885 + - uid: 1726 components: - type: Transform - pos: 0.5,-12.5 + pos: -92.5,69.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26895 + - uid: 1727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-50.5 + pos: -92.5,73.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26924 + - uid: 1745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,9.5 + pos: -92.5,79.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28747 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26926 + - uid: 1746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-20.5 + pos: -92.5,81.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28748 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 26946 + - uid: 1748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-2.5 + pos: -92.5,82.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27007 + - uid: 1749 components: - type: Transform - pos: -54.5,-7.5 + pos: -92.5,83.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27009 + - uid: 1750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,30.5 + pos: -92.5,84.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28655 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27017 + - uid: 1751 components: - type: Transform - pos: 34.5,-13.5 + pos: -92.5,86.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27109 + - uid: 1752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-32.5 + pos: -96.5,84.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27112 + - uid: 1753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-24.5 + pos: -96.5,85.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27113 + - uid: 1754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-15.5 + pos: -96.5,86.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27115 + - uid: 1755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-21.5 + pos: -96.5,88.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27130 + - uid: 1756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-14.5 + pos: -96.5,90.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27135 + - uid: 1757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-31.5 + pos: -96.5,91.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27136 + - uid: 1758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-36.5 + pos: -96.5,92.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27152 + - uid: 1767 components: - type: Transform - pos: -57.5,-6.5 + pos: -96.5,93.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27166 + - uid: 1777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,2.5 + pos: -97.5,95.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27191 + - uid: 1778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,12.5 + pos: -96.5,98.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27239 + - uid: 1780 components: - type: Transform - pos: -18.5,3.5 + pos: -92.5,94.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27246 + - uid: 1812 components: - type: Transform - pos: -15.5,6.5 + pos: -92.5,95.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27247 + - uid: 1813 components: - type: Transform - pos: -21.5,6.5 + pos: -92.5,96.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27248 + - uid: 1814 components: - type: Transform - pos: -27.5,6.5 + pos: -92.5,97.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27249 + - uid: 1815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-1.5 + pos: -92.5,98.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27250 + - uid: 1816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-1.5 + pos: -92.5,99.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27251 + - uid: 1817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-1.5 + pos: -92.5,101.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27254 + - uid: 1832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,14.5 + pos: 15.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27256 + - uid: 1841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-30.5 + pos: 3.5,28.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - 25331 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27260 + - uid: 1842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 + pos: 3.5,27.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25267 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27295 + - uid: 1883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-7.5 + pos: 3.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27296 + - uid: 1887 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-11.5 + pos: 9.5,26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27307 + - uid: 1889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-7.5 + pos: 3.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27351 + - uid: 1930 components: - type: Transform - pos: 17.5,10.5 + pos: 8.5,26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27363 + - uid: 2044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,8.5 + pos: -92.5,103.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27382 + - uid: 2045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,15.5 + pos: -91.5,100.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27396 + - uid: 2052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-1.5 + pos: -91.5,99.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27405 + - uid: 2087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-4.5 + pos: -97.5,101.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27421 + - uid: 2092 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,6.5 + pos: -97.5,102.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27430 + - uid: 2094 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-23.5 + pos: -97.5,103.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25338 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27438 + - uid: 2101 components: - type: Transform - pos: 17.5,-11.5 + pos: -97.5,104.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27466 + - uid: 2104 components: - type: Transform - pos: -46.5,-23.5 + pos: -97.5,105.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27483 + - uid: 2122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-23.5 + pos: -96.5,100.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27492 + - uid: 2123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-19.5 + pos: -97.5,107.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27493 + - uid: 2129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,20.5 + pos: -97.5,108.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25246 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27496 + - uid: 2133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,71.5 + pos: -97.5,109.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27497 + - uid: 2135 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,21.5 + pos: -96.5,110.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27503 + - uid: 2140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,8.5 + pos: -96.5,111.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25223 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27511 + - uid: 2145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,26.5 + pos: -96.5,112.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25191 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27558 + - uid: 2153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-34.5 + pos: -96.5,113.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27561 + - uid: 2154 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-29.5 + pos: -96.5,114.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27611 + - uid: 2155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,37.5 + pos: -95.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28746 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27638 + - uid: 2156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -113.5,-17.5 + pos: -94.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28747 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27642 + - uid: 2165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-2.5 + pos: -93.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27697 + - uid: 2182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-34.5 + pos: -44.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27748 + - uid: 2183 components: - type: Transform - pos: 76.5,-11.5 + pos: -44.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27751 + - uid: 2185 components: - type: Transform - pos: 60.5,-11.5 + pos: 4.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27753 + - uid: 2197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,1.5 + pos: -44.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27755 + - uid: 2198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-25.5 + pos: -44.5,0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 27819 + - uid: 2200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,21.5 + pos: -44.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28059 + - uid: 2201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-1.5 + pos: 29.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28071 + - uid: 2256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,15.5 + pos: -44.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28079 + - uid: 2276 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,20.5 + pos: 40.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28109 + - uid: 2288 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-34.5 + pos: 59.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28110 + - uid: 2299 components: - type: Transform - pos: -55.5,-10.5 + pos: -43.5,5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 23688 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28111 + - uid: 2300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-19.5 + pos: -43.5,6.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15565 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28117 + - uid: 2305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-22.5 + pos: -43.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28150 + - uid: 2315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-24.5 + pos: -32.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28213 + - uid: 2318 components: - type: Transform - pos: 76.5,-1.5 + pos: -31.5,-39.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28219 + - uid: 2319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,27.5 + pos: -27.5,-39.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25302 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28245 + - uid: 2322 components: - type: Transform - pos: -12.5,-38.5 + pos: -30.5,-39.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25340 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28247 + - uid: 2326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-28.5 + pos: -26.5,-39.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28266 + - uid: 2329 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-21.5 + pos: -92.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28301 + - uid: 2335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-32.5 + pos: -91.5,116.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28317 + - uid: 2354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-28.5 + pos: -90.5,116.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28331 + - uid: 2367 components: - type: Transform - pos: -27.5,-8.5 + pos: -89.5,116.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28450 + - uid: 2375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,1.5 + pos: -88.5,117.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28451 + - uid: 2380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 + pos: 16.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28501 + - uid: 2385 components: - type: Transform - pos: 65.5,26.5 + pos: -61.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28546 + - uid: 2391 components: - type: Transform - pos: 18.5,24.5 + pos: -12.5,-43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28567 + - uid: 2396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,29.5 + pos: 76.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28583 + - uid: 2397 components: - type: Transform - pos: 12.5,27.5 + pos: 74.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28609 + - uid: 2405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,21.5 + pos: 75.5,-22.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28610 + - uid: 2435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-15.5 + pos: 48.5,-35.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28705 + - uid: 2466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,49.5 + pos: 8.5,-40.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25307 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28713 + - uid: 2467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,43.5 + pos: -1.5,-46.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 28757 + - uid: 2471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-18.5 + pos: 6.5,-44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 29289 + - uid: 2480 components: - type: Transform - pos: -2.5,-27.5 + pos: -1.5,-45.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25251 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34118 + - uid: 2481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,40.5 + pos: -88.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25346 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 34680 + - uid: 2482 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-7.5 + pos: -2.5,-44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 35768 + - uid: 2501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,-24.5 + pos: -4.5,-44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36078 + - uid: 2548 components: - type: Transform - pos: -30.5,33.5 + pos: -79.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36079 + - uid: 2550 components: - type: Transform - pos: -26.5,33.5 + pos: -89.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36080 + - uid: 2560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,25.5 + pos: 4.5,-46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 36081 + - uid: 2562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,25.5 + pos: 4.5,-47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasVentScrubber - entities: - - uid: 391 + - uid: 2563 components: - type: Transform - pos: 52.5,47.5 + pos: -78.5,-13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25700 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 941 + - uid: 2564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,30.5 + pos: 5.5,-44.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25345 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1517 + - uid: 2565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-1.5 + pos: 7.5,-44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2112 + - uid: 2566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-5.5 + pos: 8.5,-42.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25293 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 2655 + - uid: 2567 components: - type: Transform - pos: -36.5,-29.5 + pos: 8.5,-43.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4115 + - uid: 2569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-9.5 + pos: 4.5,-45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 4116 + - uid: 2571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-11.5 + pos: -1.5,-47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 5923 + - uid: 2574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 + pos: -3.5,-44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6129 + - uid: 2577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-5.5 + pos: 8.5,-41.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1655 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6313 + - uid: 2608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-7.5 + pos: 28.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6320 + - uid: 2640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-10.5 + pos: 8.5,36.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6518 + - uid: 2642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,34.5 + pos: -2.5,61.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 6966 + - uid: 2644 components: - type: Transform - pos: -53.5,33.5 + pos: 10.5,41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8764 + - uid: 2650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-0.5 + pos: 12.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8823 + - uid: 2661 components: - type: Transform - pos: -12.5,45.5 + pos: 14.5,60.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 10984 + - uid: 2663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,34.5 + pos: 8.5,35.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25140 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13002 + - uid: 2685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,31.5 + pos: 22.5,47.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28655 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13354 + - uid: 2725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,6.5 + pos: -77.5,-11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25224 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13382 + - uid: 2726 components: - type: Transform - pos: 49.5,-13.5 + pos: -90.5,30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 14205 + - uid: 2740 components: - type: Transform - pos: -37.5,27.5 + pos: 26.5,57.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25115 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15448 + - uid: 2759 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,2.5 + pos: 78.5,-20.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15665 + - uid: 2760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-7.5 + pos: 78.5,-21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15675 + - uid: 2765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-11.5 + pos: 30.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15803 + - uid: 2770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-9.5 + pos: 27.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15936 + - uid: 2774 components: - type: Transform - pos: -59.5,8.5 + pos: 28.5,57.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25223 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 15945 + - uid: 2779 components: - type: Transform - pos: -75.5,8.5 + pos: 23.5,47.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16416 + - uid: 2781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,51.5 + pos: 78.5,-19.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 16607 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 16549 + - uid: 2785 components: - type: Transform - pos: 72.5,-16.5 + pos: 81.5,-2.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 29087 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18234 + - uid: 2788 components: - type: Transform - pos: -8.5,66.5 + pos: -24.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 18244 + - uid: 2828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-21.5 + pos: -79.5,31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 20656 + - uid: 2829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,59.5 + pos: 81.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 22349 + - uid: 2838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,61.5 + pos: 41.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24007 + - uid: 2840 components: - type: Transform - pos: 45.5,19.5 + pos: 45.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25246 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24040 + - uid: 2854 components: - type: Transform - pos: 33.5,19.5 + pos: 12.5,58.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24253 + - uid: 2855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,26.5 + pos: -1.5,49.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25343 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24315 + - uid: 2857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,24.5 + pos: 44.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25191 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24464 + - uid: 2858 components: - type: Transform - pos: -6.5,64.5 + pos: 43.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2995 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24948 + - uid: 2861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,32.5 + pos: 24.5,58.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28747 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 24954 + - uid: 2867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,7.5 + pos: 12.5,56.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28747 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25200 + - uid: 2876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,63.5 + pos: -50.5,6.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25387 + - uid: 2903 components: - type: Transform - pos: -94.5,-20.5 + pos: 81.5,-0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28748 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25420 + - uid: 2915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,2.5 + pos: 39.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25440 + - uid: 2917 components: - type: Transform - pos: 39.5,48.5 + pos: 7.5,-56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25451 + - uid: 2918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,42.5 + pos: -24.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25459 + - uid: 2920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,36.5 + pos: -87.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25467 + - uid: 2922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,32.5 + pos: -86.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25476 + - uid: 2924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,28.5 + pos: -85.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25484 + - uid: 2942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,24.5 + pos: -83.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25498 + - uid: 2964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,24.5 + pos: -30.5,-1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25621 + - uid: 2971 components: - type: Transform - pos: 32.5,47.5 + pos: -30.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25632 + - uid: 2974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,16.5 + pos: -30.5,5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25185 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25633 + - uid: 2975 components: - type: Transform - pos: 54.5,19.5 + pos: -30.5,7.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25301 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25635 + - uid: 2976 components: - type: Transform - pos: 15.5,33.5 + pos: -30.5,6.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25636 + - uid: 2977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,25.5 + pos: -30.5,-0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25655 + - uid: 2979 components: - type: Transform - pos: -58.5,2.5 + pos: -20.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25696 + - uid: 2981 components: - type: Transform - pos: -13.5,-4.5 + pos: -21.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28791 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25727 + - uid: 2989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,41.5 + pos: -19.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25196 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25752 + - uid: 3000 components: - type: Transform - pos: -19.5,37.5 + pos: -82.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7404 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25753 + - uid: 3059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,29.5 + pos: -81.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25169 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25757 + - uid: 3090 components: - type: Transform - pos: -27.5,29.5 + pos: 33.5,-19.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25166 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25772 + - uid: 3096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,62.5 + pos: 7.5,-55.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25775 + - uid: 3141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,56.5 + pos: 16.5,-21.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25776 + - uid: 3159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,28.5 + pos: 19.5,-37.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28740 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25779 + - uid: 3161 components: - type: Transform - pos: -44.5,9.5 + pos: 16.5,-37.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25780 + - uid: 3162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,3.5 + pos: 20.5,-37.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25781 + - uid: 3164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-7.5 + pos: 17.5,-37.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25786 + - uid: 3167 components: - type: Transform - pos: -44.5,-32.5 + pos: 15.5,-37.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15565 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25790 + - uid: 3189 components: - type: Transform - pos: 19.5,54.5 + pos: 18.5,-37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25808 + - uid: 3198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,45.5 + pos: -80.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25821 + - uid: 3214 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,28.5 + pos: -66.5,-18.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25834 + - uid: 3216 components: - type: Transform - pos: 7.5,49.5 + pos: 7.5,-54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25836 + - uid: 3221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-4.5 + pos: 9.5,-56.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25837 + - uid: 3222 components: - type: Transform - pos: -3.5,64.5 + pos: 9.5,-55.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25317 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25848 + - uid: 3223 components: - type: Transform - pos: 22.5,49.5 + pos: -79.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25859 + - uid: 3225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,42.5 + pos: -1.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25876 + - uid: 3226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,58.5 + pos: 6.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25886 + - uid: 3254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,48.5 + pos: -17.5,-18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25936 + - uid: 3260 components: - type: Transform - pos: -6.5,-15.5 + pos: -14.5,-26.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25959 + - uid: 3261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,44.5 + pos: -8.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 25990 + - uid: 3262 components: - type: Transform - pos: -20.5,40.5 + pos: -8.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26010 + - uid: 3263 components: - type: Transform - pos: -33.5,43.5 + pos: -23.5,-18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26029 + - uid: 3264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,39.5 + pos: -23.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26032 + - uid: 3265 components: - type: Transform - pos: 14.5,38.5 + pos: -15.5,-17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15850 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26035 + - uid: 3270 components: - type: Transform - pos: 7.5,38.5 + pos: -78.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25195 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26036 + - uid: 3274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,45.5 + pos: -77.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25198 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26078 + - uid: 3290 components: - type: Transform - pos: -34.5,34.5 + pos: -76.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26084 + - uid: 3326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,39.5 + pos: 21.5,-37.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25144 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26086 + - uid: 3328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,24.5 + pos: 14.5,-37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26090 + - uid: 3331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,44.5 + pos: -75.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26122 + - uid: 3338 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,32.5 + pos: -21.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26123 + - uid: 3346 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-4.5 + pos: -17.5,-29.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25267 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26129 + - uid: 3350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,40.5 + pos: -15.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26152 + - uid: 3417 components: - type: Transform - pos: 17.5,-15.5 + pos: 14.5,59.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26168 + - uid: 3431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 + pos: 13.5,59.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25276 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26198 + - uid: 3482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 + pos: 27.5,-28.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25290 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26209 + - uid: 3484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,9.5 + pos: 27.5,-30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25277 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26210 + - uid: 3485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-0.5 + pos: 27.5,-29.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25287 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26211 + - uid: 3496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-20.5 + pos: 35.5,-35.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25256 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26220 + - uid: 3497 components: - type: Transform - pos: -2.5,66.5 + pos: 33.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26249 + - uid: 3498 components: - type: Transform - pos: -37.5,23.5 + pos: 31.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26256 + - uid: 3499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,21.5 + pos: 36.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26268 + - uid: 3500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,15.5 + pos: 38.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26280 + - uid: 3501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,17.5 + pos: 34.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26283 + - uid: 3503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,12.5 + pos: 37.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26308 + - uid: 3536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,12.5 + pos: 29.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26353 + - uid: 3537 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,26.5 + pos: 30.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26416 + - uid: 3538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,13.5 + pos: 32.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26633 + - uid: 3546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-33.5 + pos: -73.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26692 + - uid: 3549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-21.5 + pos: -71.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26698 + - uid: 3572 components: - type: Transform - pos: 54.5,3.5 + pos: 47.5,12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26699 + - uid: 3618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-46.5 + pos: -70.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26702 + - uid: 3626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,7.5 + pos: 43.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26740 + - uid: 3629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,23.5 + pos: 48.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26781 + - uid: 3636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,-8.5 + pos: 41.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26790 + - uid: 3638 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-44.5 + pos: 48.5,-7.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26805 + - uid: 3639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-3.5 + pos: 42.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26831 + - uid: 3643 components: - type: Transform - pos: -83.5,20.5 + pos: -69.5,115.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26835 + - uid: 3644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,4.5 + pos: 47.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26866 + - uid: 3645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,74.5 + pos: 47.5,3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26867 + - uid: 3646 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,73.5 + pos: 47.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26886 + - uid: 3647 components: - type: Transform - pos: 2.5,-12.5 + pos: 47.5,10.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26892 + - uid: 3648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,26.5 + pos: 47.5,5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25136 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26893 + - uid: 3649 components: - type: Transform - pos: -93.5,37.5 + pos: -68.5,114.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28746 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26894 + - uid: 3664 components: - type: Transform - pos: -77.5,37.5 + pos: -50.5,35.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28746 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26896 + - uid: 3674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-50.5 + pos: -0.5,63.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26945 + - uid: 3677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-3.5 + pos: -58.5,21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 26975 + - uid: 3706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -113.5,-16.5 + pos: -35.5,5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 28747 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27006 + - uid: 3718 components: - type: Transform - pos: -53.5,-7.5 + pos: -67.5,114.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27008 + - uid: 3747 components: - type: Transform - pos: -12.5,20.5 + pos: -66.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27010 + - uid: 3748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,47.5 + pos: -65.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27011 + - uid: 3750 components: - type: Transform - pos: 12.5,19.5 + pos: -63.5,115.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27108 + - uid: 3751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-33.5 + pos: -62.5,114.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27114 + - uid: 3752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-22.5 + pos: -61.5,113.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27122 + - uid: 3753 components: - type: Transform - pos: -32.5,-15.5 + pos: -61.5,112.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27123 + - uid: 3759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-32.5 + pos: -61.5,111.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25250 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27129 + - uid: 3792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-16.5 + pos: -61.5,110.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27134 + - uid: 3794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-33.5 + pos: -16.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27137 + - uid: 3797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-36.5 + pos: 44.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27149 + - uid: 3799 components: - type: Transform - pos: -58.5,-9.5 + pos: -61.5,109.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27165 + - uid: 3805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,1.5 + pos: -62.5,109.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27190 + - uid: 3813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,10.5 + pos: -14.5,-37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27238 + - uid: 3822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,1.5 + pos: 51.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27240 + - uid: 3836 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-1.5 + pos: -33.5,52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27241 + - uid: 3837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-1.5 + pos: 41.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27242 + - uid: 3838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-1.5 + pos: 51.5,14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27243 + - uid: 3839 components: - type: Transform - pos: -26.5,6.5 + pos: -62.5,108.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27244 + - uid: 3841 components: - type: Transform - pos: -20.5,6.5 + pos: 54.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27245 + - uid: 3845 components: - type: Transform - pos: -14.5,6.5 + pos: 51.5,21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27252 + - uid: 3846 components: - type: Transform - pos: -56.5,-11.5 + pos: 51.5,13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 23688 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27253 + - uid: 3847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-17.5 + pos: -32.5,52.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15565 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27255 + - uid: 3850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,12.5 + pos: -31.5,52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27257 + - uid: 3859 components: - type: Transform - pos: -23.5,13.5 + pos: 42.5,-20.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25274 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27271 + - uid: 3860 components: - type: Transform - pos: 35.5,-1.5 + pos: 39.5,-20.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27293 + - uid: 3862 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-11.5 + pos: 41.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27294 + - uid: 3868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-7.5 + pos: 61.5,9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27299 + - uid: 3870 components: - type: Transform - pos: 76.5,-4.5 + pos: 51.5,11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27300 + - uid: 3873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,27.5 + pos: 58.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25302 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27301 + - uid: 3874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-41.5 + pos: 59.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25340 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27302 + - uid: 3876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-41.5 + pos: 63.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27306 + - uid: 3878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-7.5 + pos: 52.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27350 + - uid: 3880 components: - type: Transform - pos: 19.5,10.5 + pos: 52.5,0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27373 + - uid: 3890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,11.5 + pos: 52.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27383 + - uid: 3891 components: - type: Transform - pos: 31.5,15.5 + pos: -62.5,107.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27389 + - uid: 3895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,1.5 + pos: -62.5,106.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27395 + - uid: 3896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-2.5 + pos: -62.5,105.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27422 + - uid: 3901 components: - type: Transform - pos: 35.5,6.5 + pos: 66.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27425 + - uid: 3904 components: - type: Transform - pos: -92.5,8.5 + pos: 51.5,12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27437 + - uid: 3905 components: - type: Transform - pos: 19.5,-11.5 + pos: -106.5,27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27440 + - uid: 3909 components: - type: Transform - pos: -20.5,34.5 + pos: -105.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27467 + - uid: 3910 components: - type: Transform - pos: -45.5,-23.5 + pos: 54.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27482 + - uid: 3918 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-23.5 + pos: 52.5,-13.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27491 + - uid: 3919 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-19.5 + pos: 53.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27494 + - uid: 3921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-29.5 + pos: 38.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27507 + - uid: 3924 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-22.5 + pos: 43.5,-20.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25260 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27559 + - uid: 3931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-34.5 + pos: -106.5,28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27560 + - uid: 3938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-29.5 + pos: -61.5,106.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27641 + - uid: 3939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-5.5 + pos: -62.5,96.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27695 + - uid: 3940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-31.5 + pos: -62.5,102.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27696 + - uid: 3942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-34.5 + pos: -104.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27747 + - uid: 3950 components: - type: Transform - pos: 77.5,-11.5 + pos: -34.5,-13.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27752 + - uid: 3951 components: - type: Transform - pos: 62.5,-11.5 + pos: 41.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27754 + - uid: 3953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,16.5 + pos: -34.5,-16.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27756 + - uid: 3977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-24.5 + pos: 41.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27818 + - uid: 3980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,13.5 + pos: 27.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27853 + - uid: 3984 components: - type: Transform - pos: -26.5,20.5 + pos: -62.5,101.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 27888 + - uid: 3986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,53.5 + pos: 28.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28055 + - uid: 3994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,68.5 + pos: 40.5,-30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28060 + - uid: 4000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-2.5 + pos: -62.5,100.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28070 + - uid: 4012 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,15.5 + pos: -45.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28098 + - uid: 4023 components: - type: Transform - pos: 36.5,-15.5 + pos: 59.5,9.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28099 + - uid: 4057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-23.5 + pos: -101.5,31.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28108 + - uid: 4111 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-34.5 + pos: 41.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28113 + - uid: 4120 components: - type: Transform - pos: -53.5,-15.5 + pos: -106.5,21.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25333 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28116 + - uid: 4140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-28.5 + pos: -102.5,17.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - 25331 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28149 + - uid: 4145 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-24.5 + pos: 55.5,9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28173 + - uid: 4147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-19.5 + pos: 42.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28211 + - uid: 4149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-29.5 + pos: -102.5,31.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28244 + - uid: 4153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-21.5 + pos: 57.5,9.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25254 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28265 + - uid: 4154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-21.5 + pos: 42.5,56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28283 + - uid: 4166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,6.5 + pos: 36.5,55.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28290 + - uid: 4176 components: - type: Transform - pos: -5.5,-24.5 + pos: -101.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28302 + - uid: 4178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-32.5 + pos: -62.5,99.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28316 + - uid: 4179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-29.5 + pos: -63.5,101.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28330 + - uid: 4182 components: - type: Transform - pos: -26.5,-8.5 + pos: 36.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28449 + - uid: 4188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,1.5 + pos: 48.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28452 + - uid: 4189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,0.5 + pos: 36.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28500 + - uid: 4193 components: - type: Transform - pos: 66.5,26.5 + pos: 48.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28536 + - uid: 4194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,28.5 + pos: 54.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28545 + - uid: 4198 components: - type: Transform - pos: 19.5,24.5 + pos: 48.5,56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28566 + - uid: 4200 components: - type: Transform - pos: 9.5,28.5 + pos: 42.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28584 + - uid: 4202 components: - type: Transform - pos: 14.5,29.5 + pos: 42.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28612 + - uid: 4206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-24.5 + pos: 62.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25253 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 28776 + - uid: 4207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-25.5 + pos: 60.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34073 + - uid: 4208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,39.5 + pos: 61.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25346 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34681 + - uid: 4209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-7.5 + pos: -62.5,95.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 34741 + - uid: 4214 components: - type: Transform - pos: 46.5,23.5 + pos: -100.5,31.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25349 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 35770 + - uid: 4216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,-24.5 + pos: -103.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36074 + - uid: 4248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,25.5 + pos: 40.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36075 + - uid: 4250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,25.5 + pos: 65.5,9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36076 + - uid: 4252 components: - type: Transform - pos: -24.5,33.5 + pos: 65.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 36077 + - uid: 4254 components: - type: Transform - pos: -28.5,33.5 + pos: 63.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: Gauze - entities: - - uid: 3465 + - uid: 4256 components: - type: Transform - pos: 41.734196,-21.431963 + pos: 61.5,25.5 parent: 2 -- proto: Gauze1 - entities: - - uid: 3464 + - uid: 4258 components: - type: Transform - pos: 41.89826,-21.256182 + pos: 57.5,25.5 parent: 2 - - uid: 5523 + - uid: 4263 components: - type: Transform - pos: 50.135185,46.605064 + pos: 55.5,25.5 parent: 2 - - uid: 6906 + - uid: 4288 components: - type: Transform - pos: 43.00011,-21.318933 + pos: 63.5,9.5 parent: 2 - - uid: 6907 + - uid: 4292 components: - type: Transform - pos: 44.640736,-22.748621 + pos: 33.5,-20.5 parent: 2 - - uid: 8312 + - uid: 4307 components: - type: Transform - pos: 49.830498,46.441 + pos: -62.5,94.5 parent: 2 -- proto: GeigerCounter - entities: - - uid: 8311 + - uid: 4310 components: - type: Transform - pos: 49.279716,46.65194 + pos: 37.5,-19.5 parent: 2 -- proto: GlimmerProber - entities: - - uid: 30921 + - uid: 4318 components: - type: Transform - pos: 45.5,30.5 + pos: -62.5,93.5 parent: 2 -- proto: GlowstickBase - entities: - - uid: 2099 + - uid: 4319 components: - type: Transform - pos: -19.598991,16.747276 + pos: -62.5,92.5 parent: 2 -- proto: GlowstickBlue - entities: - - uid: 2093 + - uid: 4320 components: - type: Transform - pos: -8.70348,10.857905 + pos: -62.5,90.5 parent: 2 - - uid: 2095 + - uid: 4321 components: - type: Transform - pos: -8.6214485,10.799312 + pos: -62.5,87.5 parent: 2 - - uid: 2096 + - uid: 4322 components: - type: Transform - pos: -16.575478,16.641808 + pos: -61.5,86.5 parent: 2 -- proto: GlowstickPurple - entities: - - uid: 2100 + - uid: 4325 components: - type: Transform - pos: -28.622429,9.716027 + pos: -61.5,85.5 parent: 2 - - uid: 33601 + - uid: 4326 components: - type: Transform - pos: 82.8568,57.574116 + pos: -62.5,84.5 parent: 2 -- proto: GlowstickRed - entities: - - uid: 2098 + - uid: 4327 components: - type: Transform - pos: -28.552116,16.747276 + pos: -63.5,83.5 parent: 2 -- proto: GlowstickYellow - entities: - - uid: 2097 + - uid: 4351 components: - type: Transform - pos: -25.575554,16.723839 + pos: 40.5,-29.5 parent: 2 -- proto: GoldDoor - entities: - - uid: 32466 + - uid: 4352 components: - type: Transform - pos: 83.5,69.5 + pos: 40.5,-28.5 parent: 2 -- proto: GravityGenerator - entities: - - uid: 2402 + - uid: 4353 components: - type: Transform - pos: -60.5,18.5 + pos: 44.5,-20.5 parent: 2 - - type: ApcPowerReceiver - needsPower: False -- proto: Grille - entities: - - uid: 8 + - uid: 4576 components: - type: Transform - pos: -1.5,11.5 + rot: 1.5707963267948966 rad + pos: -29.5,4.5 parent: 2 - - uid: 18 + - uid: 4577 components: - type: Transform - pos: -9.5,7.5 + rot: 1.5707963267948966 rad + pos: -21.5,4.5 parent: 2 - - uid: 31 + - uid: 4578 components: - type: Transform - pos: -9.5,2.5 + rot: 1.5707963267948966 rad + pos: -25.5,4.5 parent: 2 - - uid: 48 + - uid: 4579 components: - type: Transform - pos: -1.5,13.5 + pos: -104.5,18.5 parent: 2 - - uid: 58 + - uid: 4586 components: - type: Transform - pos: -9.5,5.5 + rot: 1.5707963267948966 rad + pos: -27.5,4.5 parent: 2 - - uid: 60 + - uid: 4593 components: - type: Transform - pos: -1.5,12.5 + rot: 1.5707963267948966 rad + pos: -23.5,4.5 parent: 2 - - uid: 91 + - uid: 4615 components: - type: Transform - pos: 4.5,-9.5 + rot: 1.5707963267948966 rad + pos: -19.5,4.5 parent: 2 - - uid: 93 + - uid: 4618 components: - type: Transform - pos: 4.5,-7.5 + rot: 1.5707963267948966 rad + pos: -17.5,4.5 parent: 2 - - uid: 98 + - uid: 4632 components: - type: Transform - pos: 6.5,-12.5 + pos: -1.5,48.5 parent: 2 - - uid: 106 + - uid: 4634 components: - type: Transform - pos: -9.5,-2.5 + pos: 4.5,-48.5 parent: 2 - - uid: 107 + - uid: 4635 components: - type: Transform - pos: -9.5,-0.5 + pos: -1.5,-48.5 parent: 2 - - uid: 108 + - uid: 4640 components: - type: Transform - pos: 6.5,17.5 + pos: -1.5,47.5 parent: 2 - - uid: 120 + - uid: 4666 components: - type: Transform - pos: 4.5,-10.5 + pos: 92.5,41.5 parent: 2 - - uid: 123 + - uid: 4788 components: - type: Transform - pos: 4.5,9.5 + pos: 90.5,14.5 parent: 2 - - uid: 125 + - uid: 4939 components: - type: Transform - pos: 4.5,11.5 + pos: -24.5,59.5 parent: 2 - - uid: 127 + - uid: 4943 components: - type: Transform - pos: 4.5,13.5 + pos: -103.5,18.5 parent: 2 - - uid: 132 + - uid: 4964 components: - type: Transform - pos: 4.5,15.5 + pos: -106.5,20.5 parent: 2 - - uid: 138 + - uid: 5014 components: - type: Transform - pos: -1.5,14.5 + pos: 48.5,-17.5 parent: 2 - - uid: 141 + - uid: 5020 components: - type: Transform - pos: 23.5,-12.5 + pos: 56.5,-28.5 parent: 2 - - uid: 142 + - uid: 5028 components: - type: Transform - pos: 24.5,-12.5 + pos: 55.5,-28.5 parent: 2 - - uid: 143 + - uid: 5029 components: - type: Transform - pos: 25.5,-12.5 + pos: 54.5,-28.5 parent: 2 - - uid: 158 + - uid: 5030 components: - type: Transform - pos: -7.5,8.5 + pos: 13.5,58.5 parent: 2 - - uid: 201 + - uid: 5032 components: - type: Transform - pos: 11.5,-54.5 + pos: 57.5,-28.5 parent: 2 - - uid: 208 + - uid: 5033 components: - type: Transform - pos: -22.5,17.5 + pos: 58.5,-28.5 parent: 2 - - uid: 211 + - uid: 5034 components: - type: Transform - pos: -19.5,17.5 + pos: 70.5,-14.5 parent: 2 - - uid: 215 + - uid: 5054 components: - type: Transform - pos: -25.5,17.5 + pos: 67.5,1.5 parent: 2 - - uid: 216 + - uid: 5055 components: - type: Transform - pos: -16.5,17.5 + pos: 68.5,1.5 parent: 2 - - uid: 222 + - uid: 5056 components: - type: Transform - pos: -12.5,17.5 + pos: 69.5,1.5 parent: 2 - - uid: 224 + - uid: 5057 components: - type: Transform - pos: -11.5,17.5 + pos: 70.5,1.5 parent: 2 - - uid: 233 + - uid: 5058 components: - type: Transform - pos: -28.5,17.5 + pos: 71.5,1.5 parent: 2 - - uid: 247 + - uid: 5063 components: - type: Transform - pos: 13.5,17.5 + pos: -105.5,19.5 parent: 2 - - uid: 248 + - uid: 5082 components: - type: Transform - pos: 7.5,17.5 + pos: 22.5,59.5 parent: 2 - - uid: 250 + - uid: 5085 components: - type: Transform - pos: 11.5,17.5 + pos: 4.5,62.5 parent: 2 - - uid: 251 + - uid: 5095 components: - type: Transform - pos: 12.5,17.5 + pos: 70.5,-13.5 parent: 2 - - uid: 300 + - uid: 5235 components: - type: Transform - pos: -14.5,0.5 + pos: -35.5,8.5 parent: 2 - - uid: 315 + - uid: 5283 components: - type: Transform - pos: -26.5,4.5 + pos: -15.5,40.5 parent: 2 - - uid: 316 + - uid: 5298 components: - type: Transform - pos: -13.5,0.5 + pos: 22.5,60.5 parent: 2 - - uid: 317 + - uid: 5315 components: - type: Transform - pos: -25.5,4.5 + pos: 60.5,58.5 parent: 2 - - uid: 318 + - uid: 5316 components: - type: Transform - pos: -14.5,4.5 + pos: 59.5,58.5 parent: 2 - - uid: 319 + - uid: 5317 components: - type: Transform - pos: -13.5,4.5 + pos: 58.5,58.5 parent: 2 - - uid: 322 + - uid: 5326 components: - type: Transform - pos: -19.5,4.5 + pos: -102.5,-14.5 parent: 2 - - uid: 323 + - uid: 5362 components: - type: Transform - pos: -20.5,4.5 + pos: -100.5,-14.5 parent: 2 - - uid: 336 + - uid: 5577 components: - type: Transform - pos: -26.5,0.5 + pos: -48.5,36.5 parent: 2 - - uid: 347 + - uid: 5681 components: - type: Transform - pos: -20.5,0.5 + pos: -20.5,23.5 parent: 2 - - uid: 349 + - uid: 5785 components: - type: Transform - pos: -19.5,0.5 + pos: 12.5,-52.5 parent: 2 - - uid: 373 + - uid: 5786 components: - type: Transform - pos: -25.5,0.5 + pos: -9.5,-50.5 parent: 2 - - uid: 397 + - uid: 5790 components: - type: Transform - pos: -6.5,8.5 + pos: -4.5,-53.5 parent: 2 - - uid: 620 + - uid: 5791 components: - type: Transform - pos: 9.5,-54.5 + pos: -6.5,-53.5 parent: 2 - - uid: 621 + - uid: 5792 components: - type: Transform - pos: 15.5,35.5 + pos: -8.5,-53.5 parent: 2 - - uid: 716 + - uid: 5798 components: - type: Transform - pos: -11.5,-43.5 + pos: 11.5,-53.5 parent: 2 - - uid: 724 + - uid: 5799 components: - type: Transform - pos: -8.5,-43.5 + pos: 9.5,-53.5 parent: 2 - - uid: 731 + - uid: 5800 components: - type: Transform - pos: 15.5,36.5 + pos: 7.5,-53.5 parent: 2 - - uid: 772 + - uid: 5804 components: - type: Transform - pos: 26.5,-17.5 + pos: 12.5,-50.5 parent: 2 - - uid: 775 + - uid: 5805 components: - type: Transform - pos: 27.5,-17.5 + pos: 12.5,-51.5 parent: 2 - - uid: 776 + - uid: 5808 components: - type: Transform - pos: 23.5,-17.5 + pos: 1.5,-53.5 parent: 2 - - uid: 779 + - uid: 5809 components: - type: Transform - pos: 22.5,-17.5 + pos: 3.5,-53.5 parent: 2 - - uid: 809 + - uid: 5810 components: - type: Transform - pos: -9.5,-43.5 + pos: -0.5,-53.5 parent: 2 - - uid: 810 + - uid: 5811 components: - type: Transform - pos: -10.5,-43.5 + pos: 1.5,-54.5 parent: 2 - - uid: 811 + - uid: 5812 components: - type: Transform - pos: -7.5,-43.5 + pos: 1.5,-55.5 parent: 2 - - uid: 820 + - uid: 5813 components: - type: Transform - pos: -2.5,58.5 + pos: -0.5,-54.5 parent: 2 - - uid: 821 + - uid: 5814 components: - type: Transform - pos: -2.5,60.5 + pos: -0.5,-55.5 parent: 2 - - uid: 834 + - uid: 5815 components: - type: Transform - pos: 6.5,22.5 + pos: 3.5,-54.5 parent: 2 - - uid: 840 + - uid: 5816 components: - type: Transform - pos: 12.5,22.5 + pos: 3.5,-55.5 parent: 2 - - uid: 844 + - uid: 5819 components: - type: Transform - pos: 20.5,22.5 + pos: 1.5,-56.5 parent: 2 - - uid: 847 + - uid: 5820 components: - type: Transform - pos: 19.5,22.5 + pos: -0.5,-56.5 parent: 2 - - uid: 859 + - uid: 5821 components: - type: Transform - pos: 13.5,-17.5 + pos: 3.5,-56.5 parent: 2 - - uid: 871 + - uid: 5834 components: - type: Transform - pos: -13.5,17.5 + pos: 11.5,-55.5 parent: 2 - - uid: 888 + - uid: 5835 components: - type: Transform - pos: 13.5,-12.5 + pos: 11.5,-56.5 parent: 2 - - uid: 890 + - uid: 5836 components: - type: Transform - pos: 12.5,-12.5 + pos: -4.5,-54.5 parent: 2 - - uid: 902 + - uid: 5837 components: - type: Transform - pos: 23.5,-3.5 + pos: -4.5,-55.5 parent: 2 - - uid: 905 + - uid: 5838 components: - type: Transform - pos: 24.5,-3.5 + pos: -4.5,-56.5 parent: 2 - - uid: 923 + - uid: 5839 components: - type: Transform - pos: 18.5,3.5 + pos: -6.5,-54.5 parent: 2 - - uid: 930 + - uid: 5840 components: - type: Transform - pos: 4.5,-8.5 + pos: -6.5,-55.5 parent: 2 - - uid: 933 + - uid: 5841 components: - type: Transform - pos: 4.5,-6.5 + pos: -6.5,-56.5 parent: 2 - - uid: 1010 + - uid: 5842 components: - type: Transform - pos: 25.5,4.5 + pos: -8.5,-54.5 parent: 2 - - uid: 1032 + - uid: 5843 components: - type: Transform - pos: 11.5,3.5 + pos: -8.5,-55.5 parent: 2 - - uid: 1049 + - uid: 5844 components: - type: Transform - pos: 11.5,2.5 + pos: -8.5,-56.5 parent: 2 - - uid: 1116 + - uid: 5872 components: - type: Transform - pos: -20.5,-43.5 + pos: -9.5,-51.5 parent: 2 - - uid: 1144 + - uid: 5873 components: - type: Transform - pos: 18.5,2.5 + pos: -9.5,-52.5 parent: 2 - - uid: 1183 + - uid: 6007 components: - type: Transform - pos: 35.5,-11.5 + pos: -40.5,72.5 parent: 2 - - uid: 1267 + - uid: 6144 components: - type: Transform - pos: 20.5,-0.5 + pos: -14.5,-40.5 parent: 2 - - uid: 1271 + - uid: 6145 components: - type: Transform - pos: 18.5,1.5 + pos: -14.5,-41.5 parent: 2 - - uid: 1272 + - uid: 6154 components: - type: Transform - pos: 27.5,4.5 + pos: 80.5,-18.5 parent: 2 - - uid: 1283 + - uid: 6155 components: - type: Transform - pos: 26.5,4.5 + pos: 79.5,-18.5 parent: 2 - - uid: 1305 + - uid: 6183 components: - type: Transform - pos: 21.5,-0.5 + pos: -62.5,82.5 parent: 2 - - uid: 1518 + - uid: 6208 components: - type: Transform - pos: -31.5,71.5 + pos: -62.5,81.5 parent: 2 - - uid: 1540 + - uid: 6209 components: - type: Transform - pos: -121.5,8.5 + pos: -62.5,79.5 parent: 2 - - uid: 1832 + - uid: 6210 components: - type: Transform - pos: 15.5,-17.5 + pos: -62.5,78.5 parent: 2 - - uid: 1841 + - uid: 6212 components: - type: Transform - pos: 3.5,28.5 + pos: -51.5,63.5 parent: 2 - - uid: 1842 + - uid: 6367 components: - type: Transform - pos: 3.5,27.5 + pos: 32.5,-12.5 parent: 2 - - uid: 1883 + - uid: 6368 components: - type: Transform - pos: 3.5,29.5 + pos: 34.5,-12.5 parent: 2 - - uid: 1887 + - uid: 6369 components: - type: Transform - pos: 9.5,26.5 + pos: 35.5,-10.5 parent: 2 - - uid: 1889 + - uid: 6424 components: - type: Transform - pos: 3.5,30.5 + pos: 81.5,-6.5 parent: 2 - - uid: 1930 + - uid: 6436 components: - type: Transform - pos: 8.5,26.5 + pos: 79.5,-14.5 parent: 2 - - uid: 2182 + - uid: 6437 components: - type: Transform - pos: -44.5,-4.5 + pos: 80.5,-14.5 parent: 2 - - uid: 2183 + - uid: 6439 components: - type: Transform - pos: -44.5,-2.5 + pos: 78.5,-16.5 parent: 2 - - uid: 2185 + - uid: 6441 components: - type: Transform - pos: 4.5,58.5 + pos: 79.5,-16.5 parent: 2 - - uid: 2197 + - uid: 6442 components: - type: Transform - pos: -44.5,-3.5 + pos: 80.5,-16.5 parent: 2 - - uid: 2198 + - uid: 6443 components: - type: Transform - pos: -44.5,0.5 + pos: 81.5,-16.5 parent: 2 - - uid: 2200 + - uid: 6468 components: - type: Transform - pos: -44.5,1.5 + pos: 58.5,-33.5 parent: 2 - - uid: 2201 + - uid: 6469 components: - type: Transform - pos: 29.5,22.5 + pos: 58.5,-34.5 parent: 2 - - uid: 2256 + - uid: 6470 components: - type: Transform - pos: -44.5,-0.5 + pos: 58.5,-35.5 parent: 2 - - uid: 2276 + - uid: 6485 components: - type: Transform - pos: 40.5,52.5 + pos: -17.5,-28.5 parent: 2 - - uid: 2288 + - uid: 6500 components: - type: Transform - pos: 59.5,25.5 + pos: -16.5,-26.5 parent: 2 - - uid: 2299 + - uid: 6512 components: - type: Transform - pos: -43.5,5.5 + pos: -9.5,-26.5 parent: 2 - - uid: 2300 + - uid: 6537 components: - type: Transform - pos: -43.5,6.5 + pos: -14.5,-17.5 parent: 2 - - uid: 2305 + - uid: 6538 components: - type: Transform - pos: -43.5,4.5 + pos: -8.5,-17.5 parent: 2 - - uid: 2315 + - uid: 6539 components: - type: Transform - pos: -32.5,-39.5 + pos: -7.5,-17.5 parent: 2 - - uid: 2318 + - uid: 6540 components: - type: Transform - pos: -31.5,-39.5 + pos: -6.5,-17.5 parent: 2 - - uid: 2319 + - uid: 6569 components: - type: Transform - pos: -27.5,-39.5 + pos: -19.5,23.5 parent: 2 - - uid: 2322 + - uid: 6664 components: - type: Transform - pos: -30.5,-39.5 + pos: -46.5,-48.5 parent: 2 - - uid: 2326 + - uid: 6665 components: - type: Transform - pos: -26.5,-39.5 + pos: -46.5,-47.5 parent: 2 - - uid: 2380 + - uid: 6673 components: - type: Transform - pos: 16.5,-19.5 + pos: -44.5,-39.5 parent: 2 - - uid: 2385 + - uid: 6698 components: - type: Transform - pos: -61.5,6.5 + pos: -43.5,-39.5 parent: 2 - - uid: 2391 + - uid: 6720 components: - type: Transform - pos: -12.5,-43.5 + pos: -31.5,-45.5 parent: 2 - - uid: 2396 + - uid: 6726 components: - type: Transform - pos: 76.5,-22.5 + pos: -42.5,-45.5 parent: 2 - - uid: 2397 + - uid: 6736 components: - type: Transform - pos: 74.5,-22.5 + pos: -43.5,-45.5 parent: 2 - - uid: 2405 + - uid: 6766 components: - type: Transform - pos: 75.5,-22.5 + pos: -37.5,-17.5 parent: 2 - - uid: 2435 + - uid: 6767 components: - type: Transform - pos: 48.5,-35.5 + pos: -41.5,-45.5 parent: 2 - - uid: 2466 + - uid: 6768 components: - type: Transform - pos: 8.5,-40.5 + pos: -39.5,-45.5 parent: 2 - - uid: 2467 + - uid: 6769 components: - type: Transform - pos: -1.5,-46.5 + pos: -38.5,-45.5 parent: 2 - - uid: 2471 + - uid: 6797 components: - type: Transform - pos: 6.5,-44.5 + pos: -49.5,-50.5 parent: 2 - - uid: 2480 + - uid: 6930 components: - type: Transform - pos: -1.5,-45.5 + pos: -48.5,32.5 parent: 2 - - uid: 2482 + - uid: 7100 components: - type: Transform - pos: -2.5,-44.5 + pos: -51.5,-14.5 parent: 2 - - uid: 2501 + - uid: 7150 components: - type: Transform - pos: -4.5,-44.5 + pos: -35.5,-17.5 parent: 2 - - uid: 2548 + - uid: 7158 components: - type: Transform - pos: -79.5,-14.5 + pos: -47.5,-12.5 parent: 2 - - uid: 2550 + - uid: 7166 components: - type: Transform - pos: -89.5,-14.5 + pos: -36.5,-17.5 parent: 2 - - uid: 2560 + - uid: 7181 components: - type: Transform - pos: 4.5,-46.5 + pos: -58.5,-5.5 parent: 2 - - uid: 2562 + - uid: 7251 components: - type: Transform - pos: 4.5,-47.5 + pos: -51.5,-22.5 parent: 2 - - uid: 2563 + - uid: 7253 components: - type: Transform - pos: -78.5,-13.5 + rot: -1.5707963267948966 rad + pos: -108.5,9.5 parent: 2 - - uid: 2564 + - uid: 7260 components: - type: Transform - pos: 5.5,-44.5 + rot: -1.5707963267948966 rad + pos: -107.5,-9.5 parent: 2 - - uid: 2565 + - uid: 7267 components: - type: Transform - pos: 7.5,-44.5 + rot: -1.5707963267948966 rad + pos: -107.5,-8.5 parent: 2 - - uid: 2566 + - uid: 7271 components: - type: Transform - pos: 8.5,-42.5 + pos: -38.5,-37.5 parent: 2 - - uid: 2567 + - uid: 7272 components: - type: Transform - pos: 8.5,-43.5 + pos: -39.5,-37.5 parent: 2 - - uid: 2569 + - uid: 7273 components: - type: Transform - pos: 4.5,-45.5 + pos: -40.5,-37.5 parent: 2 - - uid: 2571 + - uid: 7274 components: - type: Transform - pos: -1.5,-47.5 + pos: -41.5,-37.5 parent: 2 - - uid: 2574 + - uid: 7275 components: - type: Transform - pos: -3.5,-44.5 + pos: -42.5,-37.5 parent: 2 - - uid: 2577 + - uid: 7276 components: - type: Transform - pos: 8.5,-41.5 + pos: -43.5,-37.5 parent: 2 - - uid: 2608 + - uid: 7277 components: - type: Transform - pos: 28.5,42.5 + pos: -44.5,-37.5 parent: 2 - - uid: 2640 + - uid: 7317 components: - type: Transform - pos: 8.5,36.5 + pos: -59.5,-5.5 parent: 2 - - uid: 2642 + - uid: 7412 components: - type: Transform - pos: -2.5,61.5 + pos: -58.5,-0.5 parent: 2 - - uid: 2644 + - uid: 7413 components: - type: Transform - pos: 10.5,41.5 + pos: -57.5,-0.5 parent: 2 - - uid: 2650 + - uid: 7443 components: - type: Transform - pos: 12.5,55.5 + pos: -87.5,32.5 parent: 2 - - uid: 2661 + - uid: 7462 components: - type: Transform - pos: 14.5,60.5 + pos: -51.5,62.5 parent: 2 - - uid: 2663 + - uid: 7464 components: - type: Transform - pos: 8.5,35.5 + pos: -51.5,61.5 parent: 2 - - uid: 2685 + - uid: 7469 components: - type: Transform - pos: 22.5,47.5 + pos: -51.5,60.5 parent: 2 - - uid: 2725 + - uid: 7471 components: - type: Transform - pos: -77.5,-11.5 + pos: -51.5,-15.5 parent: 2 - - uid: 2726 + - uid: 7484 components: - type: Transform - pos: -90.5,30.5 + pos: -51.5,59.5 parent: 2 - - uid: 2740 + - uid: 7485 components: - type: Transform - pos: 26.5,57.5 + pos: -51.5,58.5 parent: 2 - - uid: 2759 + - uid: 7486 components: - type: Transform - pos: 78.5,-20.5 + pos: -51.5,57.5 parent: 2 - - uid: 2760 + - uid: 7490 components: - type: Transform - pos: 78.5,-21.5 + pos: -51.5,56.5 parent: 2 - - uid: 2765 + - uid: 7491 components: - type: Transform - pos: 30.5,55.5 + pos: -51.5,55.5 parent: 2 - - uid: 2770 + - uid: 7494 components: - type: Transform - pos: 27.5,57.5 + pos: -61.5,77.5 parent: 2 - - uid: 2774 + - uid: 7495 components: - type: Transform - pos: 28.5,57.5 + pos: -60.5,77.5 parent: 2 - - uid: 2779 + - uid: 7496 components: - type: Transform - pos: 23.5,47.5 + pos: -43.5,77.5 parent: 2 - - uid: 2781 + - uid: 7497 components: - type: Transform - pos: 78.5,-19.5 + pos: -58.5,77.5 parent: 2 - - uid: 2785 + - uid: 7498 components: - type: Transform - pos: 81.5,-2.5 + pos: -57.5,77.5 parent: 2 - - uid: 2788 + - uid: 7499 components: - type: Transform - pos: -24.5,57.5 + pos: -56.5,77.5 parent: 2 - - uid: 2828 + - uid: 7500 components: - type: Transform - pos: -79.5,31.5 + pos: -55.5,77.5 parent: 2 - - uid: 2829 + - uid: 7501 components: - type: Transform - pos: 81.5,-4.5 + pos: -54.5,77.5 parent: 2 - - uid: 2838 + - uid: 7502 components: - type: Transform - pos: 41.5,52.5 + pos: -53.5,78.5 parent: 2 - - uid: 2840 + - uid: 7503 components: - type: Transform - pos: 45.5,52.5 + pos: -52.5,78.5 parent: 2 - - uid: 2854 + - uid: 7506 components: - type: Transform - pos: 12.5,58.5 + pos: -51.5,78.5 parent: 2 - - uid: 2855 + - uid: 7510 components: - type: Transform - pos: -1.5,49.5 + pos: -50.5,78.5 parent: 2 - - uid: 2857 + - uid: 7533 components: - type: Transform - pos: 44.5,52.5 + pos: -49.5,78.5 parent: 2 - - uid: 2858 + - uid: 7534 components: - type: Transform - pos: 43.5,52.5 + pos: -48.5,78.5 parent: 2 - - uid: 2861 + - uid: 7547 components: - type: Transform - pos: 24.5,58.5 + pos: -47.5,77.5 parent: 2 - - uid: 2867 + - uid: 7549 components: - type: Transform - pos: 12.5,56.5 + pos: -46.5,77.5 parent: 2 - - uid: 2876 + - uid: 7561 components: - type: Transform - pos: -50.5,6.5 + pos: -45.5,77.5 parent: 2 - - uid: 2903 + - uid: 7564 components: - type: Transform - pos: 81.5,-0.5 + pos: -39.5,77.5 parent: 2 - - uid: 2910 + - uid: 7572 components: - type: Transform - pos: -23.5,17.5 + pos: -38.5,77.5 parent: 2 - - uid: 2915 + - uid: 7586 components: - type: Transform - pos: 39.5,52.5 + pos: -37.5,77.5 parent: 2 - - uid: 2917 + - uid: 7587 components: - type: Transform - pos: 7.5,-56.5 + pos: -36.5,77.5 parent: 2 - - uid: 2918 + - uid: 7589 components: - type: Transform - pos: -24.5,58.5 + pos: -35.5,77.5 parent: 2 - - uid: 2920 + - uid: 7590 components: - type: Transform - pos: -20.5,17.5 + pos: -81.5,32.5 parent: 2 - - uid: 2922 + - uid: 7592 components: - type: Transform - pos: -26.5,17.5 + pos: -98.5,26.5 parent: 2 - - uid: 2924 + - uid: 7593 components: - type: Transform - pos: -29.5,17.5 + pos: -11.5,68.5 parent: 2 - - uid: 2942 + - uid: 7596 components: - type: Transform - pos: -17.5,17.5 + pos: -35.5,76.5 parent: 2 - - uid: 2964 + - uid: 7600 components: - type: Transform - pos: -30.5,-1.5 + pos: -33.5,75.5 parent: 2 - - uid: 2971 + - uid: 7602 components: - type: Transform - pos: -30.5,-2.5 + pos: -32.5,75.5 parent: 2 - - uid: 2974 + - uid: 7603 components: - type: Transform - pos: -30.5,5.5 + pos: -98.5,27.5 parent: 2 - - uid: 2975 + - uid: 7612 components: - type: Transform - pos: -30.5,7.5 + pos: -98.5,28.5 parent: 2 - - uid: 2976 + - uid: 7614 components: - type: Transform - pos: -30.5,6.5 + pos: -31.5,75.5 parent: 2 - - uid: 2977 + - uid: 7615 components: - type: Transform - pos: -30.5,-0.5 + pos: -30.5,75.5 parent: 2 - - uid: 2979 + - uid: 7617 components: - type: Transform - pos: -20.5,-17.5 + pos: -29.5,75.5 parent: 2 - - uid: 2981 + - uid: 7618 components: - type: Transform - pos: -21.5,-17.5 + pos: -29.5,76.5 parent: 2 - - uid: 2989 + - uid: 7655 components: - type: Transform - pos: -19.5,-17.5 + pos: -98.5,19.5 parent: 2 - - uid: 3090 + - uid: 7657 components: - type: Transform - pos: 33.5,-19.5 + pos: -28.5,76.5 parent: 2 - - uid: 3096 + - uid: 7661 components: - type: Transform - pos: 7.5,-55.5 + pos: -27.5,76.5 parent: 2 - - uid: 3141 + - uid: 7662 components: - type: Transform - pos: 16.5,-21.5 + pos: -27.5,75.5 parent: 2 - - uid: 3159 + - uid: 7663 components: - type: Transform - pos: 19.5,-37.5 + pos: -98.5,24.5 parent: 2 - - uid: 3161 + - uid: 7665 components: - type: Transform - pos: 16.5,-37.5 + pos: -98.5,20.5 parent: 2 - - uid: 3162 + - uid: 7670 components: - type: Transform - pos: 20.5,-37.5 + pos: -98.5,23.5 parent: 2 - - uid: 3164 + - uid: 7677 components: - type: Transform - pos: 17.5,-37.5 + pos: -26.5,75.5 parent: 2 - - uid: 3167 + - uid: 7685 components: - type: Transform - pos: 15.5,-37.5 + pos: -25.5,75.5 parent: 2 - - uid: 3189 + - uid: 7686 components: - type: Transform - pos: 18.5,-37.5 + pos: -24.5,75.5 parent: 2 - - uid: 3214 + - uid: 7687 components: - type: Transform - pos: -66.5,-18.5 + pos: -23.5,75.5 parent: 2 - - uid: 3216 + - uid: 7689 components: - type: Transform - pos: 7.5,-54.5 + pos: -22.5,75.5 parent: 2 - - uid: 3221 + - uid: 7690 components: - type: Transform - pos: 9.5,-56.5 + pos: -21.5,75.5 parent: 2 - - uid: 3222 + - uid: 7693 components: - type: Transform - pos: 9.5,-55.5 + pos: -19.5,75.5 parent: 2 - - uid: 3225 + - uid: 7698 components: - type: Transform - pos: -1.5,54.5 + pos: -14.5,75.5 parent: 2 - - uid: 3226 + - uid: 7699 components: - type: Transform - pos: 6.5,57.5 + pos: -15.5,75.5 parent: 2 - - uid: 3254 + - uid: 7700 components: - type: Transform - pos: -17.5,-18.5 + pos: -16.5,75.5 parent: 2 - - uid: 3260 + - uid: 7701 components: - type: Transform - pos: -14.5,-26.5 + pos: 37.5,71.5 parent: 2 - - uid: 3261 + - uid: 7702 components: - type: Transform - pos: -8.5,-26.5 + pos: 20.5,81.5 parent: 2 - - uid: 3262 + - uid: 7703 components: - type: Transform - pos: -8.5,-26.5 + pos: 21.5,81.5 parent: 2 - - uid: 3263 + - uid: 7704 components: - type: Transform - pos: -23.5,-18.5 + pos: -98.5,25.5 parent: 2 - - uid: 3264 + - uid: 7705 components: - type: Transform - pos: -23.5,-19.5 + pos: -86.5,13.5 parent: 2 - - uid: 3265 + - uid: 7706 components: - type: Transform - pos: -15.5,-17.5 + pos: -86.5,14.5 parent: 2 - - uid: 3326 + - uid: 7707 components: - type: Transform - pos: 21.5,-37.5 + pos: -86.5,0.5 parent: 2 - - uid: 3328 + - uid: 7708 components: - type: Transform - pos: 14.5,-37.5 + pos: 23.5,80.5 parent: 2 - - uid: 3338 + - uid: 7709 components: - type: Transform - pos: -21.5,-26.5 + pos: 24.5,80.5 parent: 2 - - uid: 3346 + - uid: 7711 components: - type: Transform - pos: -17.5,-29.5 + pos: -98.5,21.5 parent: 2 - - uid: 3350 + - uid: 7712 components: - type: Transform - pos: -15.5,-26.5 + pos: -98.5,22.5 parent: 2 - - uid: 3417 + - uid: 7714 components: - type: Transform - pos: 14.5,59.5 + pos: -86.5,1.5 parent: 2 - - uid: 3431 + - uid: 7732 components: - type: Transform - pos: 13.5,59.5 + pos: -86.5,2.5 parent: 2 - - uid: 3482 + - uid: 7733 components: - type: Transform - pos: 27.5,-28.5 + pos: -82.5,15.5 parent: 2 - - uid: 3484 + - uid: 7734 components: - type: Transform - pos: 27.5,-30.5 + pos: -82.5,14.5 parent: 2 - - uid: 3485 + - uid: 7735 components: - type: Transform - pos: 27.5,-29.5 + pos: -82.5,13.5 parent: 2 - - uid: 3496 + - uid: 7739 components: - type: Transform - pos: 35.5,-35.5 + pos: -86.5,3.5 parent: 2 - - uid: 3497 + - uid: 7740 components: - type: Transform - pos: 33.5,-35.5 + pos: -82.5,16.5 parent: 2 - - uid: 3498 + - uid: 7741 components: - type: Transform - pos: 31.5,-35.5 + pos: -86.5,16.5 parent: 2 - - uid: 3499 + - uid: 7742 components: - type: Transform - pos: 36.5,-35.5 + pos: -86.5,15.5 parent: 2 - - uid: 3500 + - uid: 7788 components: - type: Transform - pos: 38.5,-35.5 + pos: -74.5,14.5 parent: 2 - - uid: 3501 + - uid: 7795 components: - type: Transform - pos: 34.5,-35.5 + pos: -91.5,-8.5 parent: 2 - - uid: 3503 + - uid: 7799 components: - type: Transform - pos: 37.5,-35.5 + pos: -91.5,-9.5 parent: 2 - - uid: 3536 + - uid: 7800 components: - type: Transform - pos: 29.5,-35.5 + pos: -90.5,-12.5 parent: 2 - - uid: 3537 + - uid: 7801 components: - type: Transform - pos: 30.5,-35.5 + pos: -91.5,-10.5 parent: 2 - - uid: 3538 + - uid: 7802 components: - type: Transform - pos: 32.5,-35.5 + pos: -77.5,-9.5 parent: 2 - - uid: 3572 + - uid: 7803 components: - type: Transform - pos: 47.5,12.5 + pos: -77.5,-10.5 parent: 2 - - uid: 3626 + - uid: 7804 components: - type: Transform - pos: 43.5,-15.5 + pos: -90.5,-11.5 parent: 2 - - uid: 3629 + - uid: 7805 components: - type: Transform - pos: 48.5,-8.5 + pos: -89.5,-13.5 parent: 2 - - uid: 3636 + - uid: 7806 components: - type: Transform - pos: 41.5,-15.5 + pos: -88.5,-14.5 parent: 2 - - uid: 3638 + - uid: 7807 components: - type: Transform - pos: 48.5,-7.5 + pos: -87.5,-14.5 parent: 2 - - uid: 3639 + - uid: 7813 components: - type: Transform - pos: 42.5,-15.5 + pos: -81.5,-14.5 parent: 2 - - uid: 3644 + - uid: 7814 components: - type: Transform - pos: 47.5,4.5 + pos: -80.5,-14.5 parent: 2 - - uid: 3645 + - uid: 7815 components: - type: Transform - pos: 47.5,3.5 + pos: -79.5,-13.5 parent: 2 - - uid: 3646 + - uid: 7816 components: - type: Transform - pos: 47.5,11.5 + pos: -78.5,-12.5 parent: 2 - - uid: 3647 + - uid: 7817 components: - type: Transform - pos: 47.5,10.5 + pos: -78.5,-11.5 parent: 2 - - uid: 3648 + - uid: 7830 components: - type: Transform - pos: 47.5,5.5 + pos: -91.5,25.5 parent: 2 - - uid: 3664 + - uid: 7831 components: - type: Transform - pos: -50.5,35.5 + pos: -91.5,26.5 parent: 2 - - uid: 3674 + - uid: 7832 components: - type: Transform - pos: -0.5,63.5 + pos: -91.5,27.5 parent: 2 - - uid: 3677 + - uid: 7833 components: - type: Transform - pos: -58.5,21.5 + pos: -77.5,27.5 parent: 2 - - uid: 3706 + - uid: 7834 components: - type: Transform - pos: -35.5,5.5 + pos: -77.5,26.5 parent: 2 - - uid: 3750 + - uid: 7838 components: - type: Transform - pos: -82.5,39.5 + pos: -90.5,28.5 parent: 2 - - uid: 3751 + - uid: 7839 components: - type: Transform - pos: -85.5,39.5 + pos: -90.5,29.5 parent: 2 - - uid: 3752 + - uid: 7840 components: - type: Transform - pos: -86.5,39.5 + pos: -89.5,30.5 parent: 2 - - uid: 3753 + - uid: 7841 components: - type: Transform - pos: -87.5,39.5 + pos: -88.5,31.5 parent: 2 - - uid: 3794 + - uid: 7842 components: - type: Transform - pos: -16.5,-17.5 + pos: -87.5,31.5 parent: 2 - - uid: 3797 + - uid: 7848 components: - type: Transform - pos: 44.5,-35.5 + pos: -81.5,31.5 parent: 2 - - uid: 3813 + - uid: 7849 components: - type: Transform - pos: -14.5,-37.5 + pos: -80.5,31.5 parent: 2 - - uid: 3822 + - uid: 7850 components: - type: Transform - pos: 51.5,20.5 + pos: -79.5,30.5 parent: 2 - - uid: 3836 + - uid: 7851 components: - type: Transform - pos: -33.5,52.5 + pos: -78.5,29.5 parent: 2 - - uid: 3837 + - uid: 7852 components: - type: Transform - pos: 41.5,40.5 + pos: -78.5,28.5 parent: 2 - - uid: 3838 + - uid: 7854 components: - type: Transform - pos: 51.5,14.5 + pos: -74.5,16.5 parent: 2 - - uid: 3841 + - uid: 7855 components: - type: Transform - pos: 54.5,-33.5 + pos: -74.5,15.5 parent: 2 - - uid: 3845 + - uid: 7870 components: - type: Transform - pos: 51.5,21.5 + pos: -98.5,-11.5 parent: 2 - - uid: 3846 + - uid: 7891 components: - type: Transform - pos: 51.5,13.5 + pos: 47.5,-5.5 parent: 2 - - uid: 3847 + - uid: 7892 components: - type: Transform - pos: -32.5,52.5 + pos: -98.5,-12.5 parent: 2 - - uid: 3850 + - uid: 7893 components: - type: Transform - pos: -31.5,52.5 + pos: -98.5,-9.5 parent: 2 - - uid: 3859 + - uid: 7894 components: - type: Transform - pos: 42.5,-20.5 + pos: -98.5,-10.5 parent: 2 - - uid: 3860 + - uid: 7895 components: - type: Transform - pos: 39.5,-20.5 + pos: -98.5,-8.5 parent: 2 - - uid: 3862 + - uid: 7926 components: - type: Transform - pos: 41.5,-20.5 + pos: 61.5,-32.5 parent: 2 - - uid: 3868 + - uid: 7927 components: - type: Transform - pos: 61.5,9.5 + pos: 60.5,-32.5 parent: 2 - - uid: 3870 + - uid: 7942 components: - type: Transform - pos: 51.5,11.5 + pos: -102.5,15.5 parent: 2 - - uid: 3873 + - uid: 7943 components: - type: Transform - pos: 58.5,1.5 + pos: -103.5,15.5 parent: 2 - - uid: 3874 + - uid: 7945 components: - type: Transform - pos: 59.5,1.5 + pos: -105.5,14.5 parent: 2 - - uid: 3876 + - uid: 7947 components: - type: Transform - pos: 63.5,1.5 + pos: -107.5,12.5 parent: 2 - - uid: 3878 + - uid: 7948 components: - type: Transform - pos: 52.5,-3.5 + pos: -107.5,11.5 parent: 2 - - uid: 3880 + - uid: 7954 components: - type: Transform - pos: 52.5,0.5 + pos: -107.5,5.5 parent: 2 - - uid: 3890 + - uid: 7955 components: - type: Transform - pos: 52.5,-7.5 + pos: -106.5,3.5 parent: 2 - - uid: 3901 + - uid: 7956 components: - type: Transform - pos: 66.5,1.5 + pos: -107.5,4.5 parent: 2 - - uid: 3904 + - uid: 7957 components: - type: Transform - pos: 51.5,12.5 + pos: -105.5,2.5 parent: 2 - - uid: 3905 + - uid: 7958 components: - type: Transform - pos: -106.5,27.5 + pos: -104.5,2.5 parent: 2 - - uid: 3909 + - uid: 7965 components: - type: Transform - pos: -105.5,29.5 + pos: -102.5,1.5 parent: 2 - - uid: 3910 + - uid: 7966 components: - type: Transform - pos: 54.5,-35.5 + pos: -103.5,1.5 parent: 2 - - uid: 3918 + - uid: 7973 components: - type: Transform - pos: 52.5,-13.5 + pos: 24.5,79.5 parent: 2 - - uid: 3919 + - uid: 7974 components: - type: Transform - pos: 53.5,-11.5 + pos: 25.5,78.5 parent: 2 - - uid: 3921 + - uid: 7977 components: - type: Transform - pos: 38.5,-20.5 + pos: 25.5,76.5 parent: 2 - - uid: 3924 + - uid: 7979 components: - type: Transform - pos: 43.5,-20.5 + pos: 26.5,75.5 parent: 2 - - uid: 3931 + - uid: 7982 components: - type: Transform - pos: -106.5,28.5 + pos: 26.5,74.5 parent: 2 - - uid: 3939 + - uid: 7983 components: - type: Transform - pos: 49.5,-16.5 + pos: 25.5,73.5 parent: 2 - - uid: 3940 + - uid: 7984 components: - type: Transform - pos: 53.5,-12.5 + pos: 25.5,72.5 parent: 2 - - uid: 3942 + - uid: 7985 components: - type: Transform - pos: -104.5,30.5 + pos: 26.5,71.5 parent: 2 - - uid: 3950 + - uid: 7986 components: - type: Transform - pos: -34.5,-13.5 + pos: 26.5,70.5 parent: 2 - - uid: 3951 + - uid: 7994 components: - type: Transform - pos: 41.5,44.5 + pos: 27.5,70.5 parent: 2 - - uid: 3953 + - uid: 7995 components: - type: Transform - pos: -34.5,-16.5 + pos: 28.5,70.5 parent: 2 - - uid: 3977 + - uid: 7997 components: - type: Transform - pos: 41.5,42.5 + pos: 29.5,70.5 parent: 2 - - uid: 3980 + - uid: 7998 components: - type: Transform - pos: 27.5,22.5 + pos: 30.5,70.5 parent: 2 - - uid: 3986 + - uid: 8000 components: - type: Transform - pos: 28.5,22.5 + pos: 31.5,70.5 parent: 2 - - uid: 3994 + - uid: 8001 components: - type: Transform - pos: 40.5,-30.5 + pos: 34.5,70.5 parent: 2 - - uid: 4012 + - uid: 8002 components: - type: Transform - pos: -45.5,66.5 + pos: 36.5,70.5 parent: 2 - - uid: 4023 + - uid: 8003 components: - type: Transform - pos: 59.5,9.5 + pos: 37.5,70.5 parent: 2 - - uid: 4057 + - uid: 8004 components: - type: Transform - pos: -101.5,31.5 + pos: 38.5,70.5 parent: 2 - - uid: 4060 + - uid: 8005 components: - type: Transform - pos: -100.5,17.5 + pos: 39.5,70.5 parent: 2 - - uid: 4111 + - uid: 8006 components: - type: Transform - pos: 41.5,39.5 + pos: 40.5,70.5 parent: 2 - - uid: 4120 + - uid: 8017 components: - type: Transform - pos: -106.5,21.5 + pos: 5.5,-16.5 parent: 2 - - uid: 4140 + - uid: 8023 components: - type: Transform - pos: -102.5,17.5 + pos: 43.5,70.5 parent: 2 - - uid: 4145 + - uid: 8028 components: - type: Transform - pos: 55.5,9.5 + pos: 44.5,71.5 parent: 2 - - uid: 4147 + - uid: 8029 components: - type: Transform - pos: 42.5,54.5 + pos: 44.5,74.5 parent: 2 - - uid: 4149 + - uid: 8032 components: - type: Transform - pos: -102.5,31.5 + pos: 44.5,75.5 parent: 2 - - uid: 4150 + - uid: 8033 components: - type: Transform - pos: -101.5,17.5 + pos: 29.5,44.5 parent: 2 - - uid: 4153 + - uid: 8036 components: - type: Transform - pos: 57.5,9.5 + pos: -89.5,-6.5 parent: 2 - - uid: 4154 + - uid: 8038 components: - type: Transform - pos: 42.5,56.5 + pos: -88.5,-6.5 parent: 2 - - uid: 4166 + - uid: 8039 components: - type: Transform - pos: 36.5,55.5 + pos: -87.5,-6.5 parent: 2 - - uid: 4176 + - uid: 8041 components: - type: Transform - pos: -101.5,-14.5 + pos: -86.5,-6.5 parent: 2 - - uid: 4182 + - uid: 8042 components: - type: Transform - pos: 36.5,54.5 + pos: -85.5,-6.5 parent: 2 - - uid: 4188 + - uid: 8043 components: - type: Transform - pos: 48.5,54.5 + pos: -84.5,-6.5 parent: 2 - - uid: 4189 + - uid: 8044 components: - type: Transform - pos: 36.5,56.5 + pos: -83.5,-6.5 parent: 2 - - uid: 4193 + - uid: 8045 components: - type: Transform - pos: 48.5,55.5 + pos: -82.5,-6.5 parent: 2 - - uid: 4194 + - uid: 8046 components: - type: Transform - pos: 54.5,-34.5 + pos: -81.5,-6.5 parent: 2 - - uid: 4198 + - uid: 8047 components: - type: Transform - pos: 48.5,56.5 + pos: -80.5,-6.5 parent: 2 - - uid: 4200 + - uid: 8048 components: - type: Transform - pos: 42.5,-35.5 + pos: -79.5,-6.5 parent: 2 - - uid: 4202 + - uid: 8051 components: - type: Transform - pos: 42.5,55.5 + pos: -99.5,12.5 parent: 2 - - uid: 4206 + - uid: 8052 components: - type: Transform - pos: 62.5,1.5 + pos: -99.5,11.5 parent: 2 - - uid: 4207 + - uid: 8053 components: - type: Transform - pos: 60.5,1.5 + pos: -99.5,10.5 parent: 2 - - uid: 4208 + - uid: 8054 components: - type: Transform - pos: 61.5,1.5 + pos: -99.5,9.5 parent: 2 - - uid: 4214 + - uid: 8055 components: - type: Transform - pos: -100.5,31.5 + pos: -99.5,8.5 parent: 2 - - uid: 4216 + - uid: 8056 components: - type: Transform - pos: -103.5,30.5 + pos: -99.5,7.5 parent: 2 - - uid: 4248 + - uid: 8057 components: - type: Transform - pos: 40.5,-31.5 + pos: -99.5,6.5 parent: 2 - - uid: 4250 + - uid: 8058 components: - type: Transform - pos: 65.5,9.5 + pos: -99.5,5.5 parent: 2 - - uid: 4252 + - uid: 8059 components: - type: Transform - pos: 65.5,25.5 + pos: -99.5,4.5 parent: 2 - - uid: 4254 + - uid: 8060 components: - type: Transform - pos: 63.5,25.5 + pos: -99.5,3.5 parent: 2 - - uid: 4256 + - uid: 8063 components: - type: Transform - pos: 61.5,25.5 + pos: -89.5,23.5 parent: 2 - - uid: 4258 + - uid: 8064 components: - type: Transform - pos: 57.5,25.5 + pos: -88.5,23.5 parent: 2 - - uid: 4263 + - uid: 8065 components: - type: Transform - pos: 55.5,25.5 + pos: -87.5,23.5 parent: 2 - - uid: 4288 + - uid: 8066 components: - type: Transform - pos: 63.5,9.5 + pos: -86.5,23.5 parent: 2 - - uid: 4292 + - uid: 8067 components: - type: Transform - pos: 33.5,-20.5 + pos: 44.5,72.5 parent: 2 - - uid: 4309 + - uid: 8068 components: - type: Transform - pos: 67.5,25.5 + pos: -84.5,23.5 parent: 2 - - uid: 4310 + - uid: 8069 components: - type: Transform - pos: 37.5,-19.5 + pos: 45.5,77.5 parent: 2 - - uid: 4319 + - uid: 8070 components: - type: Transform - pos: 74.5,14.5 + pos: -82.5,23.5 parent: 2 - - uid: 4320 + - uid: 8071 components: - type: Transform - pos: 74.5,15.5 + pos: -81.5,23.5 parent: 2 - - uid: 4321 + - uid: 8072 components: - type: Transform - pos: 74.5,20.5 + pos: -80.5,23.5 parent: 2 - - uid: 4322 + - uid: 8073 components: - type: Transform - pos: 74.5,19.5 + pos: -79.5,23.5 parent: 2 - - uid: 4323 + - uid: 8076 components: - type: Transform - pos: 74.5,18.5 + pos: 46.5,78.5 parent: 2 - - uid: 4324 + - uid: 8086 components: - type: Transform - pos: 74.5,17.5 + pos: 47.5,79.5 parent: 2 - - uid: 4325 + - uid: 8097 components: - type: Transform - pos: 74.5,16.5 + pos: 47.5,80.5 parent: 2 - - uid: 4351 + - uid: 8102 components: - type: Transform - pos: 40.5,-29.5 + pos: 48.5,80.5 parent: 2 - - uid: 4352 + - uid: 8104 components: - type: Transform - pos: 40.5,-28.5 + pos: 49.5,80.5 parent: 2 - - uid: 4353 + - uid: 8105 components: - type: Transform - pos: 44.5,-20.5 + pos: 58.5,81.5 parent: 2 - - uid: 4367 + - uid: 8123 components: - type: Transform - pos: -92.5,13.5 + pos: 51.5,79.5 parent: 2 - - uid: 4579 + - uid: 8124 components: - type: Transform - pos: -104.5,18.5 + pos: 56.5,-32.5 parent: 2 - - uid: 4632 + - uid: 8127 components: - type: Transform - pos: -1.5,48.5 + pos: 52.5,79.5 parent: 2 - - uid: 4634 + - uid: 8131 components: - type: Transform - pos: 4.5,-48.5 + pos: 53.5,80.5 parent: 2 - - uid: 4635 + - uid: 8134 components: - type: Transform - pos: -1.5,-48.5 + pos: 54.5,80.5 parent: 2 - - uid: 4640 + - uid: 8139 components: - type: Transform - pos: -1.5,47.5 + pos: 55.5,80.5 parent: 2 - - uid: 4666 + - uid: 8146 components: - type: Transform - pos: 92.5,41.5 + pos: 56.5,80.5 parent: 2 - - uid: 4788 + - uid: 8150 components: - type: Transform - pos: 90.5,14.5 + pos: 57.5,80.5 parent: 2 - - uid: 4880 + - uid: 8154 components: - type: Transform - pos: -50.5,54.5 + pos: 58.5,80.5 parent: 2 - - uid: 4881 + - uid: 8157 components: - type: Transform - pos: -50.5,53.5 + pos: 60.5,80.5 parent: 2 - - uid: 4939 + - uid: 8158 components: - type: Transform - pos: -24.5,59.5 + pos: 61.5,80.5 parent: 2 - - uid: 4943 + - uid: 8159 components: - type: Transform - pos: -103.5,18.5 + pos: 62.5,80.5 parent: 2 - - uid: 4964 + - uid: 8160 components: - type: Transform - pos: -106.5,20.5 + pos: 63.5,80.5 parent: 2 - - uid: 5014 + - uid: 8161 components: - type: Transform - pos: 48.5,-17.5 + pos: 64.5,80.5 parent: 2 - - uid: 5020 + - uid: 8162 components: - type: Transform - pos: 56.5,-28.5 + pos: 64.5,79.5 parent: 2 - - uid: 5028 + - uid: 8163 components: - type: Transform - pos: 55.5,-28.5 + pos: 65.5,79.5 parent: 2 - - uid: 5029 + - uid: 8164 components: - type: Transform - pos: 54.5,-28.5 + pos: 66.5,79.5 parent: 2 - - uid: 5030 + - uid: 8165 components: - type: Transform - pos: 13.5,58.5 + pos: 67.5,79.5 parent: 2 - - uid: 5032 + - uid: 8166 components: - type: Transform - pos: 57.5,-28.5 + pos: 71.5,80.5 parent: 2 - - uid: 5033 + - uid: 8167 components: - type: Transform - pos: 58.5,-28.5 + pos: 69.5,80.5 parent: 2 - - uid: 5034 + - uid: 8168 components: - type: Transform - pos: 70.5,-14.5 + pos: 72.5,80.5 parent: 2 - - uid: 5054 + - uid: 8169 components: - type: Transform - pos: 67.5,1.5 + pos: 73.5,81.5 parent: 2 - - uid: 5055 + - uid: 8170 components: - type: Transform - pos: 68.5,1.5 + pos: 74.5,81.5 parent: 2 - - uid: 5056 + - uid: 8171 components: - type: Transform - pos: 69.5,1.5 + pos: 75.5,81.5 parent: 2 - - uid: 5057 + - uid: 8172 components: - type: Transform - pos: 70.5,1.5 + pos: 76.5,81.5 parent: 2 - - uid: 5058 + - uid: 8173 components: - type: Transform - pos: 71.5,1.5 + pos: 77.5,81.5 parent: 2 - - uid: 5063 + - uid: 8174 components: - type: Transform - pos: -105.5,19.5 + pos: 78.5,81.5 parent: 2 - - uid: 5082 + - uid: 8175 components: - type: Transform - pos: 22.5,59.5 + pos: 79.5,81.5 parent: 2 - - uid: 5085 + - uid: 8176 components: - type: Transform - pos: 4.5,62.5 + pos: 87.5,81.5 parent: 2 - - uid: 5095 + - uid: 8177 components: - type: Transform - pos: 70.5,-13.5 + pos: 81.5,81.5 parent: 2 - - uid: 5235 + - uid: 8178 components: - type: Transform - pos: -35.5,8.5 + pos: 83.5,82.5 parent: 2 - - uid: 5283 + - uid: 8179 components: - type: Transform - pos: -15.5,40.5 + pos: 84.5,82.5 parent: 2 - - uid: 5298 + - uid: 8184 components: - type: Transform - pos: 22.5,60.5 + pos: 85.5,82.5 parent: 2 - - uid: 5315 + - uid: 8185 components: - type: Transform - pos: 60.5,58.5 + pos: 86.5,82.5 parent: 2 - - uid: 5316 + - uid: 8186 components: - type: Transform - pos: 59.5,58.5 + pos: 88.5,80.5 parent: 2 - - uid: 5317 + - uid: 8187 components: - type: Transform - pos: 58.5,58.5 + pos: 89.5,80.5 parent: 2 - - uid: 5326 + - uid: 8188 components: - type: Transform - pos: -102.5,-14.5 + pos: 90.5,80.5 parent: 2 - - uid: 5362 + - uid: 8189 components: - type: Transform - pos: -100.5,-14.5 + pos: 90.5,81.5 parent: 2 - - uid: 5417 + - uid: 8190 components: - type: Transform - pos: -102.5,-0.5 + pos: 91.5,81.5 parent: 2 - - uid: 5557 + - uid: 8191 components: - type: Transform - pos: -101.5,-0.5 + pos: 92.5,81.5 parent: 2 - - uid: 5577 + - uid: 8192 components: - type: Transform - pos: -48.5,36.5 + pos: 93.5,81.5 parent: 2 - - uid: 5649 + - uid: 8193 components: - type: Transform - pos: -100.5,-0.5 + pos: 95.5,81.5 parent: 2 - - uid: 5681 + - uid: 8194 components: - type: Transform - pos: -20.5,23.5 + pos: 96.5,80.5 parent: 2 - - uid: 5785 + - uid: 8195 components: - type: Transform - pos: 12.5,-52.5 + pos: 97.5,79.5 parent: 2 - - uid: 5786 + - uid: 8196 components: - type: Transform - pos: -9.5,-50.5 + pos: 98.5,79.5 parent: 2 - - uid: 5790 + - uid: 8197 components: - type: Transform - pos: -4.5,-53.5 + pos: 98.5,78.5 parent: 2 - - uid: 5791 + - uid: 8198 components: - type: Transform - pos: -6.5,-53.5 + pos: 98.5,76.5 parent: 2 - - uid: 5792 + - uid: 8199 components: - type: Transform - pos: -8.5,-53.5 + pos: 99.5,76.5 parent: 2 - - uid: 5798 + - uid: 8200 components: - type: Transform - pos: 11.5,-53.5 + pos: 99.5,75.5 parent: 2 - - uid: 5799 + - uid: 8201 components: - type: Transform - pos: 9.5,-53.5 + pos: 100.5,74.5 parent: 2 - - uid: 5800 + - uid: 8202 components: - type: Transform - pos: 7.5,-53.5 + pos: 100.5,73.5 parent: 2 - - uid: 5804 + - uid: 8205 components: - type: Transform - pos: 12.5,-50.5 + pos: 100.5,72.5 parent: 2 - - uid: 5805 + - uid: 8206 components: - type: Transform - pos: 12.5,-51.5 + pos: 101.5,71.5 parent: 2 - - uid: 5808 + - uid: 8207 components: - type: Transform - pos: 1.5,-53.5 + pos: 100.5,70.5 parent: 2 - - uid: 5809 + - uid: 8208 components: - type: Transform - pos: 3.5,-53.5 + pos: 100.5,69.5 parent: 2 - - uid: 5810 + - uid: 8209 components: - type: Transform - pos: -0.5,-53.5 + pos: 101.5,68.5 parent: 2 - - uid: 5811 + - uid: 8210 components: - type: Transform - pos: 1.5,-54.5 + pos: 101.5,67.5 parent: 2 - - uid: 5812 + - uid: 8211 components: - type: Transform - pos: 1.5,-55.5 + pos: 101.5,66.5 parent: 2 - - uid: 5813 + - uid: 8212 components: - type: Transform - pos: -0.5,-54.5 + pos: 101.5,65.5 parent: 2 - - uid: 5814 + - uid: 8214 components: - type: Transform - pos: -0.5,-55.5 + pos: 102.5,53.5 parent: 2 - - uid: 5815 + - uid: 8215 components: - type: Transform - pos: 3.5,-54.5 + pos: 102.5,63.5 parent: 2 - - uid: 5816 + - uid: 8216 components: - type: Transform - pos: 3.5,-55.5 + pos: 102.5,62.5 parent: 2 - - uid: 5819 + - uid: 8217 components: - type: Transform - pos: 1.5,-56.5 + pos: 102.5,61.5 parent: 2 - - uid: 5820 + - uid: 8218 components: - type: Transform - pos: -0.5,-56.5 + pos: 101.5,60.5 parent: 2 - - uid: 5821 + - uid: 8219 components: - type: Transform - pos: 3.5,-56.5 + pos: 101.5,59.5 parent: 2 - - uid: 5834 + - uid: 8220 components: - type: Transform - pos: 11.5,-55.5 + pos: 101.5,58.5 parent: 2 - - uid: 5835 + - uid: 8221 components: - type: Transform - pos: 11.5,-56.5 + pos: 102.5,58.5 parent: 2 - - uid: 5836 + - uid: 8222 components: - type: Transform - pos: -4.5,-54.5 + pos: 102.5,57.5 parent: 2 - - uid: 5837 + - uid: 8223 components: - type: Transform - pos: -4.5,-55.5 + pos: 102.5,56.5 parent: 2 - - uid: 5838 + - uid: 8224 components: - type: Transform - pos: -4.5,-56.5 + pos: 102.5,55.5 parent: 2 - - uid: 5839 + - uid: 8225 components: - type: Transform - pos: -6.5,-54.5 + pos: 102.5,54.5 parent: 2 - - uid: 5840 + - uid: 8226 components: - type: Transform - pos: -6.5,-55.5 + pos: 103.5,52.5 parent: 2 - - uid: 5841 + - uid: 8227 components: - type: Transform - pos: -6.5,-56.5 + pos: 103.5,50.5 parent: 2 - - uid: 5842 + - uid: 8228 components: - type: Transform - pos: -8.5,-54.5 + pos: 104.5,50.5 parent: 2 - - uid: 5843 + - uid: 8229 components: - type: Transform - pos: -8.5,-55.5 + pos: 104.5,49.5 parent: 2 - - uid: 5844 + - uid: 8238 components: - type: Transform - pos: -8.5,-56.5 + pos: 105.5,49.5 parent: 2 - - uid: 5872 + - uid: 8239 components: - type: Transform - pos: -9.5,-51.5 + pos: 106.5,49.5 parent: 2 - - uid: 5873 + - uid: 8242 components: - type: Transform - pos: -9.5,-52.5 + pos: 106.5,48.5 parent: 2 - - uid: 6007 + - uid: 8243 components: - type: Transform - pos: -40.5,72.5 + pos: 106.5,47.5 parent: 2 - - uid: 6144 + - uid: 8244 components: - type: Transform - pos: -14.5,-40.5 + pos: 106.5,46.5 parent: 2 - - uid: 6145 + - uid: 8245 components: - type: Transform - pos: -14.5,-41.5 + pos: 106.5,45.5 parent: 2 - - uid: 6154 + - uid: 8246 components: - type: Transform - pos: 80.5,-18.5 + pos: 106.5,44.5 parent: 2 - - uid: 6155 + - uid: 8247 components: - type: Transform - pos: 79.5,-18.5 + pos: 107.5,43.5 parent: 2 - - uid: 6367 + - uid: 8248 components: - type: Transform - pos: 32.5,-12.5 + pos: 106.5,42.5 parent: 2 - - uid: 6368 + - uid: 8249 components: - type: Transform - pos: 34.5,-12.5 + pos: 106.5,41.5 parent: 2 - - uid: 6369 + - uid: 8250 components: - type: Transform - pos: 35.5,-10.5 + pos: 106.5,40.5 parent: 2 - - uid: 6424 + - uid: 8251 components: - type: Transform - pos: 81.5,-6.5 + pos: 104.5,16.5 parent: 2 - - uid: 6436 + - uid: 8252 components: - type: Transform - pos: 79.5,-14.5 + pos: 106.5,37.5 parent: 2 - - uid: 6437 + - uid: 8253 components: - type: Transform - pos: 80.5,-14.5 + pos: 106.5,35.5 parent: 2 - - uid: 6439 + - uid: 8254 components: - type: Transform - pos: 78.5,-16.5 + pos: 106.5,34.5 parent: 2 - - uid: 6441 + - uid: 8255 components: - type: Transform - pos: 79.5,-16.5 + pos: 106.5,33.5 parent: 2 - - uid: 6442 + - uid: 8256 components: - type: Transform - pos: 80.5,-16.5 + pos: 106.5,32.5 parent: 2 - - uid: 6443 + - uid: 8257 components: - type: Transform - pos: 81.5,-16.5 + pos: 107.5,31.5 parent: 2 - - uid: 6468 + - uid: 8260 components: - type: Transform - pos: 58.5,-33.5 + pos: 108.5,28.5 parent: 2 - - uid: 6469 + - uid: 8261 components: - type: Transform - pos: 58.5,-34.5 + pos: 108.5,27.5 parent: 2 - - uid: 6470 + - uid: 8262 components: - type: Transform - pos: 58.5,-35.5 + pos: 108.5,26.5 parent: 2 - - uid: 6485 + - uid: 8263 components: - type: Transform - pos: -17.5,-28.5 + pos: 108.5,25.5 parent: 2 - - uid: 6500 + - uid: 8264 components: - type: Transform - pos: -16.5,-26.5 + pos: 108.5,22.5 parent: 2 - - uid: 6512 + - uid: 8265 components: - type: Transform - pos: -9.5,-26.5 + pos: 108.5,21.5 parent: 2 - - uid: 6537 + - uid: 8266 components: - type: Transform - pos: -14.5,-17.5 + pos: 107.5,19.5 parent: 2 - - uid: 6538 + - uid: 8267 components: - type: Transform - pos: -8.5,-17.5 + pos: 105.5,18.5 parent: 2 - - uid: 6539 + - uid: 8272 components: - type: Transform - pos: -7.5,-17.5 + pos: 104.5,17.5 parent: 2 - - uid: 6540 + - uid: 8273 components: - type: Transform - pos: -6.5,-17.5 + pos: 102.5,16.5 parent: 2 - - uid: 6569 + - uid: 8275 components: - type: Transform - pos: -19.5,23.5 + pos: 102.5,14.5 parent: 2 - - uid: 6664 + - uid: 8276 components: - type: Transform - pos: -46.5,-48.5 + pos: 102.5,13.5 parent: 2 - - uid: 6665 + - uid: 8277 components: - type: Transform - pos: -46.5,-47.5 + pos: 101.5,12.5 parent: 2 - - uid: 6673 + - uid: 8278 components: - type: Transform - pos: -44.5,-39.5 + pos: 100.5,12.5 parent: 2 - - uid: 6698 + - uid: 8279 components: - type: Transform - pos: -43.5,-39.5 + pos: 99.5,12.5 parent: 2 - - uid: 6720 + - uid: 8285 components: - type: Transform - pos: -31.5,-45.5 + pos: 98.5,11.5 parent: 2 - - uid: 6726 + - uid: 8286 components: - type: Transform - pos: -42.5,-45.5 + pos: 98.5,10.5 parent: 2 - - uid: 6736 + - uid: 8287 components: - type: Transform - pos: -43.5,-45.5 + pos: 98.5,8.5 parent: 2 - - uid: 6766 + - uid: 8288 components: - type: Transform - pos: -37.5,-17.5 + pos: 98.5,7.5 parent: 2 - - uid: 6767 + - uid: 8289 components: - type: Transform - pos: -41.5,-45.5 + pos: 96.5,6.5 parent: 2 - - uid: 6768 + - uid: 8290 components: - type: Transform - pos: -39.5,-45.5 + pos: 92.5,6.5 parent: 2 - - uid: 6769 + - uid: 8291 components: - type: Transform - pos: -38.5,-45.5 + pos: 94.5,6.5 parent: 2 - - uid: 6797 + - uid: 8292 components: - type: Transform - pos: -49.5,-50.5 + pos: 92.5,4.5 parent: 2 - - uid: 6930 + - uid: 8293 components: - type: Transform - pos: -48.5,32.5 + pos: 92.5,5.5 parent: 2 - - uid: 7100 + - uid: 8294 components: - type: Transform - pos: -51.5,-14.5 + pos: 92.5,2.5 parent: 2 - - uid: 7104 + - uid: 8295 components: - type: Transform - pos: -46.5,-26.5 + pos: 92.5,3.5 parent: 2 - - uid: 7105 + - uid: 8296 components: - type: Transform - pos: -47.5,-26.5 + pos: 92.5,1.5 parent: 2 - - uid: 7150 + - uid: 8297 components: - type: Transform - pos: -35.5,-17.5 + pos: 92.5,-2.5 parent: 2 - - uid: 7158 + - uid: 8298 components: - type: Transform - pos: -47.5,-12.5 + pos: 93.5,1.5 parent: 2 - - uid: 7166 + - uid: 8299 components: - type: Transform - pos: -36.5,-17.5 + pos: 92.5,-1.5 parent: 2 - - uid: 7181 + - uid: 8300 components: - type: Transform - pos: -58.5,-5.5 + pos: 92.5,-0.5 parent: 2 - - uid: 7251 + - uid: 8301 components: - type: Transform - pos: -51.5,-22.5 + pos: 92.5,-4.5 parent: 2 - - uid: 7271 + - uid: 8302 components: - type: Transform - pos: -38.5,-37.5 + pos: 92.5,-7.5 parent: 2 - - uid: 7272 + - uid: 8303 components: - type: Transform - pos: -39.5,-37.5 + pos: 92.5,-6.5 parent: 2 - - uid: 7273 + - uid: 8305 components: - type: Transform - pos: -40.5,-37.5 + pos: 92.5,-9.5 parent: 2 - - uid: 7274 + - uid: 8306 components: - type: Transform - pos: -41.5,-37.5 + pos: 91.5,-10.5 parent: 2 - - uid: 7275 + - uid: 8307 components: - type: Transform - pos: -42.5,-37.5 + pos: 98.5,9.5 parent: 2 - - uid: 7276 + - uid: 8308 components: - type: Transform - pos: -43.5,-37.5 + pos: 92.5,-8.5 parent: 2 - - uid: 7277 + - uid: 8344 components: - type: Transform - pos: -44.5,-37.5 + pos: 82.5,-23.5 parent: 2 - - uid: 7317 + - uid: 8345 components: - type: Transform - pos: -59.5,-5.5 + pos: 89.5,-10.5 parent: 2 - - uid: 7412 + - uid: 8346 components: - type: Transform - pos: -58.5,-0.5 + pos: 88.5,-10.5 parent: 2 - - uid: 7413 + - uid: 8347 components: - type: Transform - pos: -57.5,-0.5 + pos: 87.5,-10.5 parent: 2 - - uid: 7443 + - uid: 8348 components: - type: Transform - pos: -87.5,32.5 + pos: 86.5,-10.5 parent: 2 - - uid: 7471 + - uid: 8349 components: - type: Transform - pos: -51.5,-15.5 + pos: 85.5,-10.5 parent: 2 - - uid: 7590 + - uid: 8485 components: - type: Transform - pos: -81.5,32.5 + pos: 83.5,-11.5 parent: 2 - - uid: 7592 + - uid: 8490 components: - type: Transform - pos: -98.5,26.5 + pos: 83.5,-23.5 parent: 2 - - uid: 7593 + - uid: 8498 components: - type: Transform - pos: -11.5,68.5 + pos: 84.5,-23.5 parent: 2 - - uid: 7603 + - uid: 8499 components: - type: Transform - pos: -98.5,27.5 + pos: 85.5,-24.5 parent: 2 - - uid: 7612 + - uid: 8500 components: - type: Transform - pos: -98.5,28.5 + pos: 86.5,-25.5 parent: 2 - - uid: 7618 + - uid: 8502 components: - type: Transform - pos: -98.5,29.5 + pos: 86.5,-26.5 parent: 2 - - uid: 7655 + - uid: 8503 components: - type: Transform - pos: -98.5,19.5 + pos: 86.5,-27.5 parent: 2 - - uid: 7663 + - uid: 8505 components: - type: Transform - pos: -98.5,24.5 + pos: 86.5,-28.5 parent: 2 - - uid: 7665 + - uid: 8506 components: - type: Transform - pos: -98.5,20.5 + pos: 86.5,-29.5 parent: 2 - - uid: 7670 + - uid: 8508 components: - type: Transform - pos: -98.5,23.5 + pos: 87.5,-29.5 parent: 2 - - uid: 7704 + - uid: 8510 components: - type: Transform - pos: -98.5,25.5 + pos: 78.5,-39.5 parent: 2 - - uid: 7705 + - uid: 8511 components: - type: Transform - pos: -86.5,13.5 + pos: 86.5,-31.5 parent: 2 - - uid: 7706 + - uid: 8513 components: - type: Transform - pos: -86.5,14.5 + pos: 86.5,-30.5 parent: 2 - - uid: 7707 + - uid: 8519 components: - type: Transform - pos: -86.5,0.5 + pos: 87.5,-33.5 parent: 2 - - uid: 7711 + - uid: 8525 components: - type: Transform - pos: -98.5,21.5 + pos: 87.5,-35.5 parent: 2 - - uid: 7712 + - uid: 8526 components: - type: Transform - pos: -98.5,22.5 + pos: 88.5,-36.5 parent: 2 - - uid: 7714 + - uid: 8527 components: - type: Transform - pos: -86.5,1.5 + pos: 88.5,-35.5 parent: 2 - - uid: 7725 + - uid: 8528 components: - type: Transform - pos: -89.5,13.5 + pos: 87.5,-37.5 parent: 2 - - uid: 7726 + - uid: 8529 components: - type: Transform - pos: -89.5,12.5 + pos: 87.5,-38.5 parent: 2 - - uid: 7727 + - uid: 8530 components: - type: Transform - pos: -92.5,12.5 + pos: 85.5,-38.5 parent: 2 - - uid: 7732 + - uid: 8533 components: - type: Transform - pos: -86.5,2.5 + pos: 84.5,-38.5 parent: 2 - - uid: 7733 + - uid: 8541 components: - type: Transform - pos: -82.5,15.5 + pos: 83.5,-38.5 parent: 2 - - uid: 7734 + - uid: 8548 components: - type: Transform - pos: -82.5,14.5 + pos: 81.5,-38.5 parent: 2 - - uid: 7735 + - uid: 8555 components: - type: Transform - pos: -82.5,13.5 + pos: 80.5,-38.5 parent: 2 - - uid: 7739 + - uid: 8561 components: - type: Transform - pos: -86.5,3.5 + pos: 77.5,-39.5 parent: 2 - - uid: 7740 + - uid: 8572 components: - type: Transform - pos: -82.5,16.5 + pos: 76.5,-39.5 parent: 2 - - uid: 7741 + - uid: 8576 components: - type: Transform - pos: -86.5,16.5 + pos: 75.5,-39.5 parent: 2 - - uid: 7742 + - uid: 8578 components: - type: Transform - pos: -86.5,15.5 + pos: 75.5,-40.5 parent: 2 - - uid: 7788 + - uid: 8581 components: - type: Transform - pos: -74.5,14.5 + pos: 74.5,-41.5 parent: 2 - - uid: 7794 + - uid: 8582 components: - type: Transform - pos: -91.5,-7.5 + pos: 73.5,-42.5 parent: 2 - - uid: 7795 + - uid: 8585 components: - type: Transform - pos: -91.5,-8.5 + pos: 73.5,-44.5 parent: 2 - - uid: 7799 + - uid: 8587 components: - type: Transform - pos: -91.5,-9.5 + pos: 74.5,-46.5 parent: 2 - - uid: 7800 + - uid: 8590 components: - type: Transform - pos: -90.5,-12.5 + pos: 74.5,-47.5 parent: 2 - - uid: 7801 + - uid: 8592 components: - type: Transform - pos: -91.5,-10.5 + pos: 74.5,-48.5 parent: 2 - - uid: 7802 + - uid: 8593 components: - type: Transform - pos: -77.5,-9.5 + pos: 73.5,-49.5 parent: 2 - - uid: 7803 + - uid: 8603 components: - type: Transform - pos: -77.5,-10.5 + pos: 73.5,-50.5 parent: 2 - - uid: 7804 + - uid: 8607 components: - type: Transform - pos: -90.5,-11.5 + pos: 73.5,-51.5 parent: 2 - - uid: 7805 + - uid: 8611 components: - type: Transform - pos: -89.5,-13.5 + pos: 73.5,-52.5 parent: 2 - - uid: 7806 + - uid: 8612 components: - type: Transform - pos: -88.5,-14.5 + pos: 74.5,-54.5 parent: 2 - - uid: 7807 + - uid: 8615 components: - type: Transform - pos: -87.5,-14.5 + pos: 74.5,-55.5 parent: 2 - - uid: 7813 + - uid: 8618 components: - type: Transform - pos: -81.5,-14.5 + pos: 73.5,-57.5 parent: 2 - - uid: 7814 + - uid: 8619 components: - type: Transform - pos: -80.5,-14.5 + pos: 73.5,-58.5 parent: 2 - - uid: 7815 + - uid: 8625 components: - type: Transform - pos: -79.5,-13.5 + pos: 73.5,-59.5 parent: 2 - - uid: 7816 + - uid: 8627 components: - type: Transform - pos: -78.5,-12.5 + pos: 73.5,-60.5 parent: 2 - - uid: 7817 + - uid: 8628 components: - type: Transform - pos: -78.5,-11.5 + pos: 73.5,-55.5 parent: 2 - - uid: 7829 + - uid: 8629 components: - type: Transform - pos: -91.5,24.5 + pos: 73.5,-62.5 parent: 2 - - uid: 7830 + - uid: 8630 components: - type: Transform - pos: -91.5,25.5 + pos: 73.5,-63.5 parent: 2 - - uid: 7831 + - uid: 8631 components: - type: Transform - pos: -91.5,26.5 + pos: 73.5,-64.5 parent: 2 - - uid: 7832 + - uid: 8632 components: - type: Transform - pos: -91.5,27.5 + pos: 73.5,-65.5 parent: 2 - - uid: 7833 + - uid: 8633 components: - type: Transform - pos: -77.5,27.5 + pos: 73.5,-66.5 parent: 2 - - uid: 7834 + - uid: 8634 components: - type: Transform - pos: -77.5,26.5 + pos: 74.5,-67.5 parent: 2 - - uid: 7835 + - uid: 8635 components: - type: Transform - pos: -77.5,25.5 + pos: 76.5,-67.5 parent: 2 - - uid: 7836 + - uid: 8667 components: - type: Transform - pos: -77.5,24.5 + pos: 78.5,-68.5 parent: 2 - - uid: 7838 + - uid: 8683 components: - type: Transform - pos: -90.5,28.5 + pos: 79.5,-68.5 parent: 2 - - uid: 7839 + - uid: 8684 components: - type: Transform - pos: -90.5,29.5 + pos: 79.5,-69.5 parent: 2 - - uid: 7840 + - uid: 8685 components: - type: Transform - pos: -89.5,30.5 + pos: 79.5,-71.5 parent: 2 - - uid: 7841 + - uid: 8686 components: - type: Transform - pos: -88.5,31.5 + pos: 80.5,-73.5 parent: 2 - - uid: 7842 + - uid: 8687 components: - type: Transform - pos: -87.5,31.5 + pos: 80.5,-74.5 parent: 2 - - uid: 7848 + - uid: 8688 components: - type: Transform - pos: -81.5,31.5 + pos: 80.5,-75.5 parent: 2 - - uid: 7849 + - uid: 8689 components: - type: Transform - pos: -80.5,31.5 + pos: 80.5,-76.5 parent: 2 - - uid: 7850 + - uid: 8696 components: - type: Transform - pos: -79.5,30.5 + pos: -57.5,42.5 parent: 2 - - uid: 7851 + - uid: 8697 components: - type: Transform - pos: -78.5,29.5 + pos: -58.5,42.5 parent: 2 - - uid: 7852 + - uid: 8705 components: - type: Transform - pos: -78.5,28.5 + pos: -56.5,18.5 parent: 2 - - uid: 7854 + - uid: 8710 components: - type: Transform - pos: -74.5,16.5 + pos: -56.5,17.5 parent: 2 - - uid: 7855 + - uid: 8711 components: - type: Transform - pos: -74.5,15.5 + pos: -56.5,19.5 parent: 2 - - uid: 7870 + - uid: 8718 components: - type: Transform - pos: -98.5,-11.5 + pos: -21.5,23.5 parent: 2 - - uid: 7891 + - uid: 8719 components: - type: Transform - pos: 47.5,-5.5 + pos: -29.5,23.5 parent: 2 - - uid: 7892 + - uid: 8728 components: - type: Transform - pos: -98.5,-12.5 + pos: 80.5,-77.5 parent: 2 - - uid: 7893 + - uid: 8732 components: - type: Transform - pos: -98.5,-9.5 + pos: -47.5,36.5 parent: 2 - - uid: 7894 + - uid: 8733 components: - type: Transform - pos: -98.5,-10.5 + pos: -46.5,36.5 parent: 2 - - uid: 7895 + - uid: 8735 components: - type: Transform - pos: -98.5,-8.5 + pos: -30.5,23.5 parent: 2 - - uid: 7926 + - uid: 8762 components: - type: Transform - pos: 61.5,-32.5 + pos: 80.5,-78.5 parent: 2 - - uid: 7927 + - uid: 8776 components: - type: Transform - pos: 60.5,-32.5 + pos: 80.5,-79.5 parent: 2 - - uid: 7940 + - uid: 8794 components: - type: Transform - pos: -100.5,15.5 + pos: -56.5,22.5 parent: 2 - - uid: 7941 + - uid: 8804 components: - type: Transform - pos: -101.5,15.5 + pos: -56.5,27.5 parent: 2 - - uid: 7942 + - uid: 8805 components: - type: Transform - pos: -102.5,15.5 + pos: -56.5,23.5 parent: 2 - - uid: 7943 + - uid: 8806 components: - type: Transform - pos: -103.5,15.5 + pos: -56.5,26.5 parent: 2 - - uid: 7944 + - uid: 8837 components: - type: Transform - pos: -104.5,14.5 + pos: -47.5,24.5 parent: 2 - - uid: 7945 + - uid: 8855 components: - type: Transform - pos: -105.5,14.5 + pos: 68.5,-93.5 parent: 2 - - uid: 7946 + - uid: 8876 components: - type: Transform - pos: -106.5,13.5 + pos: -62.5,21.5 parent: 2 - - uid: 7947 + - uid: 8891 components: - type: Transform - pos: -107.5,12.5 + pos: -61.5,21.5 parent: 2 - - uid: 7948 + - uid: 8892 components: - type: Transform - pos: -107.5,11.5 + pos: -60.5,21.5 parent: 2 - - uid: 7954 + - uid: 8893 components: - type: Transform - pos: -107.5,5.5 + pos: -59.5,21.5 parent: 2 - - uid: 7955 + - uid: 8909 components: - type: Transform - pos: -106.5,3.5 + pos: -50.5,33.5 parent: 2 - - uid: 7956 + - uid: 8913 components: - type: Transform - pos: -107.5,4.5 + pos: -51.5,24.5 parent: 2 - - uid: 7957 + - uid: 8927 components: - type: Transform - pos: -105.5,2.5 + pos: -57.5,29.5 parent: 2 - - uid: 7958 + - uid: 8928 components: - type: Transform - pos: -104.5,2.5 + pos: -57.5,30.5 parent: 2 - - uid: 7963 + - uid: 8937 components: - type: Transform - pos: -100.5,1.5 + pos: -50.5,24.5 parent: 2 - - uid: 7964 + - uid: 8949 components: - type: Transform - pos: -101.5,1.5 + pos: -48.5,24.5 parent: 2 - - uid: 7965 + - uid: 8959 components: - type: Transform - pos: -102.5,1.5 + pos: -37.5,-9.5 parent: 2 - - uid: 7966 + - uid: 8963 components: - type: Transform - pos: -103.5,1.5 + pos: -40.5,-9.5 parent: 2 - - uid: 8017 + - uid: 8965 components: - type: Transform - pos: 5.5,-16.5 + pos: -58.5,33.5 parent: 2 - - uid: 8033 + - uid: 8969 components: - type: Transform - pos: 29.5,44.5 + pos: -50.5,34.5 parent: 2 - - uid: 8036 + - uid: 9059 components: - type: Transform - pos: -89.5,-6.5 + pos: -55.5,42.5 parent: 2 - - uid: 8038 + - uid: 9061 components: - type: Transform - pos: -88.5,-6.5 + pos: -46.5,32.5 parent: 2 - - uid: 8039 + - uid: 9062 components: - type: Transform - pos: -87.5,-6.5 + pos: -47.5,32.5 parent: 2 - - uid: 8041 + - uid: 9071 components: - type: Transform - pos: -86.5,-6.5 + pos: -28.5,23.5 parent: 2 - - uid: 8042 + - uid: 9100 components: - type: Transform - pos: -85.5,-6.5 + pos: 80.5,-81.5 parent: 2 - - uid: 8043 + - uid: 9113 components: - type: Transform - pos: -84.5,-6.5 + pos: -25.5,23.5 parent: 2 - - uid: 8044 + - uid: 9114 components: - type: Transform - pos: -83.5,-6.5 + pos: -26.5,23.5 parent: 2 - - uid: 8045 + - uid: 9117 components: - type: Transform - pos: -82.5,-6.5 + pos: 81.5,-82.5 parent: 2 - - uid: 8046 + - uid: 9118 components: - type: Transform - pos: -81.5,-6.5 + pos: 81.5,-83.5 parent: 2 - - uid: 8047 + - uid: 9153 components: - type: Transform - pos: -80.5,-6.5 + pos: -106.5,-11.5 parent: 2 - - uid: 8048 + - uid: 9154 components: - type: Transform - pos: -79.5,-6.5 + pos: -105.5,-12.5 parent: 2 - - uid: 8051 + - uid: 9155 components: - type: Transform - pos: -99.5,12.5 + pos: 81.5,-84.5 parent: 2 - - uid: 8052 + - uid: 9172 components: - type: Transform - pos: -99.5,11.5 + pos: 81.5,-85.5 parent: 2 - - uid: 8053 + - uid: 9179 components: - type: Transform - pos: -99.5,10.5 + pos: 80.5,-85.5 parent: 2 - - uid: 8054 + - uid: 9181 components: - type: Transform - pos: -99.5,9.5 + pos: 80.5,-86.5 parent: 2 - - uid: 8055 + - uid: 9183 components: - type: Transform - pos: -99.5,8.5 + pos: -49.5,47.5 parent: 2 - - uid: 8056 + - uid: 9184 components: - type: Transform - pos: -99.5,7.5 + pos: -37.5,47.5 parent: 2 - - uid: 8057 + - uid: 9185 components: - type: Transform - pos: -99.5,6.5 + pos: -45.5,47.5 parent: 2 - - uid: 8058 + - uid: 9186 components: - type: Transform - pos: -99.5,5.5 + pos: 80.5,-87.5 parent: 2 - - uid: 8059 + - uid: 9189 components: - type: Transform - pos: -99.5,4.5 + pos: 79.5,-88.5 parent: 2 - - uid: 8060 + - uid: 9191 components: - type: Transform - pos: -99.5,3.5 + pos: -41.5,47.5 parent: 2 - - uid: 8063 + - uid: 9192 components: - type: Transform - pos: -89.5,23.5 + pos: -39.5,47.5 parent: 2 - - uid: 8064 + - uid: 9193 components: - type: Transform - pos: -88.5,23.5 + pos: -47.5,47.5 parent: 2 - - uid: 8065 + - uid: 9194 components: - type: Transform - pos: -87.5,23.5 + pos: 79.5,-89.5 parent: 2 - - uid: 8066 + - uid: 9195 components: - type: Transform - pos: -86.5,23.5 + pos: 79.5,-91.5 parent: 2 - - uid: 8067 + - uid: 9196 components: - type: Transform - pos: -85.5,23.5 + pos: 77.5,-91.5 parent: 2 - - uid: 8068 + - uid: 9198 components: - type: Transform - pos: -84.5,23.5 + pos: 77.5,-92.5 parent: 2 - - uid: 8069 + - uid: 9199 components: - type: Transform - pos: -83.5,23.5 + pos: 76.5,-92.5 parent: 2 - - uid: 8070 + - uid: 9200 components: - type: Transform - pos: -82.5,23.5 + pos: -103.5,-13.5 parent: 2 - - uid: 8071 + - uid: 9201 components: - type: Transform - pos: -81.5,23.5 + pos: -106.5,-10.5 parent: 2 - - uid: 8072 + - uid: 9202 components: - type: Transform - pos: -80.5,23.5 + pos: 74.5,-93.5 parent: 2 - - uid: 8073 + - uid: 9203 components: - type: Transform - pos: -79.5,23.5 + pos: 73.5,-93.5 parent: 2 - - uid: 8124 + - uid: 9205 components: - type: Transform - pos: 56.5,-32.5 + pos: 72.5,-93.5 parent: 2 - - uid: 8275 + - uid: 9210 components: - type: Transform - pos: -81.5,39.5 + pos: -104.5,-13.5 parent: 2 - - uid: 8276 + - uid: 9211 components: - type: Transform - pos: -80.5,39.5 + pos: 71.5,-93.5 parent: 2 - - uid: 8362 + - uid: 9215 components: - type: Transform - pos: -119.5,11.5 + pos: -24.5,23.5 parent: 2 - - uid: 8363 + - uid: 9221 components: - type: Transform - pos: -118.5,11.5 + pos: 41.5,58.5 parent: 2 - - uid: 8367 + - uid: 9222 components: - type: Transform - pos: -119.5,5.5 + pos: 70.5,-93.5 parent: 2 - - uid: 8368 + - uid: 9225 components: - type: Transform - pos: -118.5,5.5 + pos: 49.5,52.5 parent: 2 - - uid: 8371 + - uid: 9234 components: - type: Transform - pos: -122.5,6.5 + pos: 43.5,12.5 parent: 2 - - uid: 8372 + - uid: 9238 components: - type: Transform - pos: -123.5,10.5 + pos: 41.5,12.5 parent: 2 - - uid: 8386 + - uid: 9245 components: - type: Transform - pos: -123.5,6.5 + pos: 47.5,-10.5 parent: 2 - - uid: 8387 + - uid: 9258 components: - type: Transform - pos: -122.5,10.5 + pos: 47.5,58.5 parent: 2 - - uid: 8412 + - uid: 9261 components: - type: Transform - pos: -124.5,8.5 + pos: 69.5,-93.5 parent: 2 - - uid: 8629 + - uid: 9266 components: - type: Transform - pos: -77.5,39.5 + pos: 37.5,58.5 parent: 2 - - uid: 8630 + - uid: 9267 components: - type: Transform - pos: -76.5,39.5 + pos: 43.5,58.5 parent: 2 - - uid: 8631 + - uid: 9276 components: - type: Transform - pos: -75.5,39.5 + pos: 66.5,-93.5 parent: 2 - - uid: 8633 + - uid: 9281 components: - type: Transform - pos: -71.5,39.5 + pos: -98.5,-4.5 parent: 2 - - uid: 8634 + - uid: 9282 components: - type: Transform - pos: -72.5,39.5 + pos: -98.5,-5.5 parent: 2 - - uid: 8635 + - uid: 9283 components: - type: Transform - pos: -73.5,39.5 + pos: -98.5,-3.5 parent: 2 - - uid: 8696 + - uid: 9284 components: - type: Transform - pos: -57.5,42.5 + pos: -98.5,-2.5 parent: 2 - - uid: 8697 + - uid: 9285 components: - type: Transform - pos: -58.5,42.5 + pos: -98.5,-7.5 parent: 2 - - uid: 8705 + - uid: 9290 components: - type: Transform - pos: -56.5,18.5 + pos: -43.5,47.5 parent: 2 - - uid: 8710 + - uid: 9292 components: - type: Transform - pos: -56.5,17.5 + pos: 35.5,52.5 parent: 2 - - uid: 8711 + - uid: 9294 components: - type: Transform - pos: -56.5,19.5 + pos: 64.5,-93.5 parent: 2 - - uid: 8718 + - uid: 9296 components: - type: Transform - pos: -21.5,23.5 + pos: 63.5,-93.5 parent: 2 - - uid: 8719 + - uid: 9297 components: - type: Transform - pos: -29.5,23.5 + pos: 62.5,-93.5 parent: 2 - - uid: 8732 + - uid: 9298 components: - type: Transform - pos: -47.5,36.5 + pos: 39.5,-86.5 parent: 2 - - uid: 8733 + - uid: 9304 components: - type: Transform - pos: -46.5,36.5 + pos: 34.5,52.5 parent: 2 - - uid: 8735 + - uid: 9306 components: - type: Transform - pos: -30.5,23.5 + pos: -89.5,31.5 parent: 2 - - uid: 8794 + - uid: 9338 components: - type: Transform - pos: -56.5,22.5 + pos: -99.5,-14.5 parent: 2 - - uid: 8804 + - uid: 9343 components: - type: Transform - pos: -56.5,27.5 + pos: -98.5,-6.5 parent: 2 - - uid: 8805 + - uid: 9346 components: - type: Transform - pos: -56.5,23.5 + pos: -37.5,5.5 parent: 2 - - uid: 8806 + - uid: 9353 components: - type: Transform - pos: -56.5,26.5 + pos: -54.5,42.5 parent: 2 - - uid: 8837 + - uid: 9462 components: - type: Transform - pos: -47.5,24.5 + pos: -37.5,52.5 parent: 2 - - uid: 8876 + - uid: 9463 components: - type: Transform - pos: -62.5,21.5 + pos: -39.5,52.5 parent: 2 - - uid: 8891 + - uid: 9464 components: - type: Transform - pos: -61.5,21.5 + pos: -41.5,52.5 parent: 2 - - uid: 8892 + - uid: 9465 components: - type: Transform - pos: -60.5,21.5 + pos: -43.5,52.5 parent: 2 - - uid: 8893 + - uid: 9466 components: - type: Transform - pos: -59.5,21.5 + pos: -45.5,52.5 parent: 2 - - uid: 8909 + - uid: 9467 components: - type: Transform - pos: -50.5,33.5 + pos: -47.5,52.5 parent: 2 - - uid: 8913 + - uid: 9468 components: - type: Transform - pos: -51.5,24.5 + pos: -49.5,52.5 parent: 2 - - uid: 8927 + - uid: 9489 components: - type: Transform - pos: -57.5,29.5 + pos: 41.5,14.5 parent: 2 - - uid: 8928 + - uid: 9527 components: - type: Transform - pos: -57.5,30.5 + pos: -66.5,-14.5 parent: 2 - - uid: 8937 + - uid: 9535 components: - type: Transform - pos: -50.5,24.5 + pos: -66.5,-15.5 parent: 2 - - uid: 8949 + - uid: 9555 components: - type: Transform - pos: -48.5,24.5 + pos: -90.5,-13.5 parent: 2 - - uid: 8959 + - uid: 9559 components: - type: Transform - pos: -37.5,-9.5 + pos: -104.5,15.5 parent: 2 - - uid: 8963 + - uid: 9579 components: - type: Transform - pos: -40.5,-9.5 + pos: -91.5,-11.5 parent: 2 - - uid: 8965 + - uid: 9580 components: - type: Transform - pos: -58.5,33.5 + pos: -106.5,2.5 parent: 2 - - uid: 8969 + - uid: 9582 components: - type: Transform - pos: -50.5,34.5 + pos: -107.5,3.5 parent: 2 - - uid: 9059 + - uid: 9583 components: - type: Transform - pos: -55.5,42.5 + pos: 61.5,-94.5 parent: 2 - - uid: 9061 + - uid: 9623 components: - type: Transform - pos: -46.5,32.5 + pos: -55.5,48.5 parent: 2 - - uid: 9062 + - uid: 9647 components: - type: Transform - pos: -47.5,32.5 + pos: 60.5,-94.5 parent: 2 - - uid: 9071 + - uid: 9652 components: - type: Transform - pos: -28.5,23.5 + pos: 4.5,53.5 parent: 2 - - uid: 9113 + - uid: 9653 components: - type: Transform - pos: -25.5,23.5 + pos: 4.5,55.5 parent: 2 - - uid: 9114 + - uid: 9681 components: - type: Transform - pos: -26.5,23.5 + pos: -107.5,13.5 parent: 2 - - uid: 9153 + - uid: 9687 components: - type: Transform - pos: -106.5,-11.5 + pos: -53.5,42.5 parent: 2 - - uid: 9154 + - uid: 9721 components: - type: Transform - pos: -105.5,-12.5 + pos: 59.5,-94.5 parent: 2 - - uid: 9183 + - uid: 9722 components: - type: Transform - pos: -49.5,47.5 + pos: 58.5,-94.5 parent: 2 - - uid: 9184 + - uid: 9785 components: - type: Transform - pos: -37.5,47.5 + pos: 57.5,-94.5 parent: 2 - - uid: 9185 + - uid: 9818 components: - type: Transform - pos: -45.5,47.5 + pos: 56.5,-94.5 parent: 2 - - uid: 9191 + - uid: 9819 components: - type: Transform - pos: -41.5,47.5 + pos: 55.5,-94.5 parent: 2 - - uid: 9192 + - uid: 9822 components: - type: Transform - pos: -39.5,47.5 + pos: 54.5,-94.5 parent: 2 - - uid: 9193 + - uid: 9840 components: - type: Transform - pos: -47.5,47.5 + pos: 53.5,-94.5 parent: 2 - - uid: 9200 + - uid: 9848 components: - type: Transform - pos: -103.5,-13.5 + pos: 51.5,-94.5 parent: 2 - - uid: 9201 + - uid: 10032 components: - type: Transform - pos: -106.5,-10.5 + pos: 50.5,-93.5 parent: 2 - - uid: 9210 + - uid: 10096 components: - type: Transform - pos: -104.5,-13.5 + pos: 49.5,-94.5 parent: 2 - - uid: 9215 + - uid: 10151 components: - type: Transform - pos: -24.5,23.5 + pos: 47.5,-94.5 parent: 2 - - uid: 9221 + - uid: 10190 components: - type: Transform - pos: 41.5,58.5 + pos: -50.5,15.5 parent: 2 - - uid: 9225 + - uid: 10191 components: - type: Transform - pos: 49.5,52.5 + pos: -49.5,15.5 parent: 2 - - uid: 9234 + - uid: 10192 components: - type: Transform - pos: 43.5,12.5 + pos: -48.5,15.5 parent: 2 - - uid: 9238 + - uid: 10332 components: - type: Transform - pos: 41.5,12.5 + pos: 46.5,-93.5 parent: 2 - - uid: 9245 + - uid: 10333 components: - type: Transform - pos: 47.5,-10.5 + pos: 45.5,-93.5 parent: 2 - - uid: 9258 + - uid: 10334 components: - type: Transform - pos: 47.5,58.5 + pos: 44.5,-93.5 parent: 2 - - uid: 9266 + - uid: 10335 components: - type: Transform - pos: 37.5,58.5 + pos: 43.5,-93.5 parent: 2 - - uid: 9267 + - uid: 10383 components: - type: Transform - pos: 43.5,58.5 + pos: 4.5,54.5 parent: 2 - - uid: 9281 + - uid: 10385 components: - type: Transform - pos: -98.5,-4.5 + pos: 42.5,-93.5 parent: 2 - - uid: 9282 + - uid: 10386 components: - type: Transform - pos: -98.5,-5.5 + pos: 41.5,-92.5 parent: 2 - - uid: 9283 + - uid: 10387 components: - type: Transform - pos: -98.5,-3.5 + pos: 40.5,-91.5 parent: 2 - - uid: 9284 + - uid: 10388 components: - type: Transform - pos: -98.5,-2.5 + pos: 39.5,-91.5 parent: 2 - - uid: 9285 + - uid: 10398 components: - type: Transform - pos: -98.5,-7.5 + pos: -63.5,-34.5 parent: 2 - - uid: 9290 + - uid: 10399 components: - type: Transform - pos: -43.5,47.5 + pos: -61.5,-36.5 parent: 2 - - uid: 9292 + - uid: 10400 components: - type: Transform - pos: 35.5,52.5 + pos: -60.5,-36.5 parent: 2 - - uid: 9304 + - uid: 10401 components: - type: Transform - pos: 34.5,52.5 + pos: -59.5,-36.5 parent: 2 - - uid: 9306 + - uid: 10438 components: - type: Transform - pos: -89.5,31.5 + pos: 38.5,-89.5 parent: 2 - - uid: 9338 + - uid: 10477 components: - type: Transform - pos: -99.5,-14.5 + pos: 38.5,-88.5 parent: 2 - - uid: 9343 + - uid: 10478 components: - type: Transform - pos: -98.5,-6.5 + pos: 38.5,-87.5 parent: 2 - - uid: 9346 + - uid: 10570 components: - type: Transform - pos: -37.5,5.5 + pos: 38.5,-86.5 parent: 2 - - uid: 9353 + - uid: 10576 components: - type: Transform - pos: -54.5,42.5 + pos: 39.5,-85.5 parent: 2 - - uid: 9462 + - uid: 10577 components: - type: Transform - pos: -37.5,52.5 + pos: 39.5,-84.5 parent: 2 - - uid: 9463 + - uid: 10578 components: - type: Transform - pos: -39.5,52.5 + pos: 39.5,-83.5 parent: 2 - - uid: 9464 + - uid: 10649 components: - type: Transform - pos: -41.5,52.5 + pos: -27.5,-45.5 parent: 2 - - uid: 9465 + - uid: 11197 components: - type: Transform - pos: -43.5,52.5 + pos: 39.5,-81.5 parent: 2 - - uid: 9466 + - uid: 11201 components: - type: Transform - pos: -45.5,52.5 + pos: 40.5,-80.5 parent: 2 - - uid: 9467 + - uid: 11202 components: - type: Transform - pos: -47.5,52.5 + pos: 40.5,-79.5 parent: 2 - - uid: 9468 + - uid: 11207 components: - type: Transform - pos: -49.5,52.5 + pos: 40.5,-78.5 parent: 2 - - uid: 9489 + - uid: 11208 components: - type: Transform - pos: 41.5,14.5 + pos: 40.5,-77.5 parent: 2 - - uid: 9527 + - uid: 11210 components: - type: Transform - pos: -66.5,-14.5 + pos: 40.5,-76.5 parent: 2 - - uid: 9535 + - uid: 11211 components: - type: Transform - pos: -66.5,-15.5 + pos: 40.5,-75.5 parent: 2 - - uid: 9555 + - uid: 11213 components: - type: Transform - pos: -90.5,-13.5 + pos: 40.5,-74.5 parent: 2 - - uid: 9559 + - uid: 11214 components: - type: Transform - pos: -104.5,15.5 + pos: 39.5,-76.5 parent: 2 - - uid: 9579 + - uid: 11215 components: - type: Transform - pos: -91.5,-11.5 + pos: 39.5,-73.5 parent: 2 - - uid: 9580 + - uid: 11216 components: - type: Transform - pos: -106.5,2.5 + pos: 39.5,-71.5 parent: 2 - - uid: 9581 + - uid: 11217 components: - type: Transform - pos: -117.5,13.5 + pos: 38.5,-69.5 parent: 2 - - uid: 9582 + - uid: 11224 components: - type: Transform - pos: -107.5,3.5 + pos: 38.5,-70.5 parent: 2 - - uid: 9623 + - uid: 11226 components: - type: Transform - pos: -55.5,48.5 + pos: 38.5,-68.5 parent: 2 - - uid: 9652 + - uid: 11232 components: - type: Transform - pos: 4.5,53.5 + pos: 38.5,-67.5 parent: 2 - - uid: 9653 + - uid: 11237 components: - type: Transform - pos: 4.5,55.5 + pos: 38.5,-66.5 parent: 2 - - uid: 9681 + - uid: 11238 components: - type: Transform - pos: -107.5,13.5 + pos: 38.5,-65.5 parent: 2 - - uid: 9687 + - uid: 11239 components: - type: Transform - pos: -53.5,42.5 + pos: 38.5,-63.5 parent: 2 - - uid: 10190 + - uid: 11243 components: - type: Transform - pos: -50.5,15.5 + pos: 38.5,-62.5 parent: 2 - - uid: 10191 + - uid: 11245 components: - type: Transform - pos: -49.5,15.5 + rot: -1.5707963267948966 rad + pos: 35.5,-5.5 parent: 2 - - uid: 10192 + - uid: 11252 components: - type: Transform - pos: -48.5,15.5 + pos: 38.5,-61.5 parent: 2 - - uid: 10383 + - uid: 11253 components: - type: Transform - pos: 4.5,54.5 + pos: 38.5,-60.5 parent: 2 - - uid: 10398 + - uid: 11255 components: - type: Transform - pos: -63.5,-34.5 + pos: 38.5,-58.5 parent: 2 - - uid: 10399 + - uid: 11259 components: - type: Transform - pos: -61.5,-36.5 + pos: 38.5,-56.5 parent: 2 - - uid: 10400 + - uid: 11261 components: - type: Transform - pos: -60.5,-36.5 + pos: 38.5,-55.5 parent: 2 - - uid: 10401 + - uid: 11262 components: - type: Transform - pos: -59.5,-36.5 + pos: 35.5,-52.5 parent: 2 - - uid: 10649 + - uid: 11264 components: - type: Transform - pos: -27.5,-45.5 + pos: 39.5,-54.5 parent: 2 - - uid: 10651 + - uid: 11266 components: - type: Transform - pos: -117.5,1.5 + pos: 39.5,-53.5 parent: 2 - - uid: 10655 + - uid: 11271 components: - type: Transform - pos: -117.5,0.5 + pos: 37.5,-52.5 parent: 2 - - uid: 10656 + - uid: 11275 components: - type: Transform - pos: -117.5,15.5 + pos: 34.5,-52.5 parent: 2 - - uid: 10657 + - uid: 11276 components: - type: Transform - pos: -117.5,3.5 + pos: 33.5,-52.5 parent: 2 - - uid: 11640 + - uid: 11278 components: - type: Transform - pos: 8.5,72.5 + pos: 32.5,-52.5 parent: 2 - - uid: 11642 + - uid: 11279 components: - type: Transform - pos: 10.5,72.5 + pos: 31.5,-52.5 parent: 2 - - uid: 11643 + - uid: 11283 components: - type: Transform - pos: 9.5,72.5 + pos: 29.5,-52.5 parent: 2 - - uid: 11647 + - uid: 11288 components: - type: Transform - pos: -17.5,-47.5 + rot: -1.5707963267948966 rad + pos: -85.5,-15.5 parent: 2 - - uid: 11874 + - uid: 11290 components: - type: Transform - pos: -20.5,-41.5 + rot: -1.5707963267948966 rad + pos: -83.5,32.5 parent: 2 - - uid: 12141 + - uid: 11295 components: - type: Transform - pos: -106.5,14.5 + rot: 3.141592653589793 rad + pos: -107.5,23.5 parent: 2 - - uid: 12145 + - uid: 11303 components: - type: Transform - pos: 47.5,-4.5 + pos: 27.5,-52.5 parent: 2 - - uid: 12220 + - uid: 11312 components: - type: Transform - pos: -104.5,1.5 + pos: 26.5,-52.5 parent: 2 - - uid: 12239 + - uid: 11313 components: - type: Transform - pos: -91.5,28.5 + pos: 25.5,-52.5 parent: 2 - - uid: 12312 + - uid: 11314 components: - type: Transform - pos: -54.5,-26.5 + pos: 24.5,-52.5 parent: 2 - - uid: 12313 + - uid: 11315 components: - type: Transform - pos: -55.5,-26.5 + pos: 23.5,-52.5 parent: 2 - - uid: 12709 + - uid: 11316 components: - type: Transform - pos: 50.5,-35.5 + pos: 22.5,-52.5 parent: 2 - - uid: 12730 + - uid: 11317 components: - type: Transform - pos: -76.5,11.5 + pos: 21.5,-52.5 parent: 2 - - uid: 12927 + - uid: 11318 components: - type: Transform - pos: 50.5,52.5 + pos: -60.5,-39.5 parent: 2 - - uid: 12945 + - uid: 11319 components: - type: Transform - pos: 44.5,-13.5 + pos: 19.5,-52.5 parent: 2 - - uid: 12948 + - uid: 11320 components: - type: Transform - pos: 48.5,-16.5 + pos: 18.5,-52.5 parent: 2 - - uid: 12949 + - uid: 11321 components: - type: Transform - pos: 49.5,-15.5 + pos: 17.5,-52.5 parent: 2 - - uid: 12952 + - uid: 11329 components: - type: Transform - pos: 52.5,-12.5 + pos: 15.5,-52.5 parent: 2 - - uid: 12958 + - uid: 11330 components: - type: Transform - pos: 46.5,-10.5 + pos: -61.5,-39.5 parent: 2 - - uid: 12961 + - uid: 11339 components: - type: Transform - pos: 44.5,-12.5 + pos: -62.5,-39.5 parent: 2 - - uid: 13004 + - uid: 11340 components: - type: Transform - pos: 43.5,14.5 + pos: -58.5,-39.5 parent: 2 - - uid: 13006 + - uid: 11349 components: - type: Transform - pos: 42.5,12.5 + pos: -65.5,-38.5 parent: 2 - - uid: 13010 + - uid: 11350 components: - type: Transform - pos: -78.5,30.5 + pos: -66.5,-38.5 parent: 2 - - uid: 13013 + - uid: 11351 components: - type: Transform - pos: -77.5,28.5 + pos: -67.5,-38.5 parent: 2 - - uid: 13058 + - uid: 11352 components: - type: Transform - pos: 8.5,57.5 + pos: -69.5,-38.5 parent: 2 - - uid: 13073 + - uid: 11353 components: - type: Transform - pos: -103.5,-1.5 + pos: -72.5,-40.5 parent: 2 - - uid: 13087 + - uid: 11385 components: - type: Transform - pos: -104.5,-1.5 + pos: -74.5,-41.5 parent: 2 - - uid: 13115 + - uid: 11386 components: - type: Transform - pos: -106.5,-4.5 + pos: -74.5,-43.5 parent: 2 - - uid: 13124 + - uid: 11387 components: - type: Transform - pos: -106.5,-3.5 + pos: -74.5,-44.5 parent: 2 - - uid: 13125 + - uid: 11388 components: - type: Transform - pos: -105.5,-2.5 + pos: -74.5,-45.5 parent: 2 - - uid: 13182 + - uid: 11396 components: - type: Transform - pos: 77.5,2.5 + pos: -74.5,-46.5 parent: 2 - - uid: 13196 + - uid: 11397 components: - type: Transform - pos: -107.5,27.5 + pos: -74.5,-47.5 parent: 2 - - uid: 13197 + - uid: 11403 components: - type: Transform - pos: -106.5,29.5 + pos: -74.5,-49.5 parent: 2 - - uid: 13198 + - uid: 11482 components: - type: Transform - pos: -105.5,30.5 + pos: -73.5,-50.5 parent: 2 - - uid: 13199 + - uid: 11485 components: - type: Transform - pos: -103.5,31.5 + pos: -74.5,-51.5 parent: 2 - - uid: 13200 + - uid: 11486 components: - type: Transform - pos: -107.5,21.5 + pos: -74.5,-52.5 parent: 2 - - uid: 13201 + - uid: 11487 components: - type: Transform - pos: -106.5,19.5 + pos: -74.5,-53.5 parent: 2 - - uid: 13202 + - uid: 11488 components: - type: Transform - pos: -105.5,18.5 + pos: -74.5,-54.5 parent: 2 - - uid: 13203 + - uid: 11489 components: - type: Transform - pos: -103.5,17.5 + pos: -74.5,-55.5 parent: 2 - - uid: 13213 + - uid: 11490 components: - type: Transform - pos: 56.5,-36.5 + pos: -74.5,-56.5 parent: 2 - - uid: 13220 + - uid: 11498 components: - type: Transform - pos: -107.5,-4.5 + rot: -1.5707963267948966 rad + pos: -102.5,-0.5 parent: 2 - - uid: 13221 + - uid: 11511 components: - type: Transform - pos: -106.5,-2.5 + pos: -73.5,-57.5 parent: 2 - - uid: 13222 + - uid: 11533 components: - type: Transform - pos: -105.5,-1.5 + pos: -74.5,-59.5 parent: 2 - - uid: 13223 + - uid: 11540 components: - type: Transform - pos: -103.5,-0.5 + pos: -74.5,-60.5 parent: 2 - - uid: 13224 + - uid: 11640 components: - type: Transform - pos: -107.5,-10.5 + pos: 8.5,72.5 parent: 2 - - uid: 13225 + - uid: 11642 components: - type: Transform - pos: -106.5,-12.5 + pos: 10.5,72.5 parent: 2 - - uid: 13226 + - uid: 11643 components: - type: Transform - pos: -105.5,-13.5 + pos: 9.5,72.5 parent: 2 - - uid: 13227 + - uid: 11647 components: - type: Transform - pos: -103.5,-14.5 + pos: -17.5,-47.5 parent: 2 - - uid: 13238 + - uid: 11874 components: - type: Transform - pos: -53.5,-26.5 + pos: -20.5,-41.5 parent: 2 - - uid: 13251 + - uid: 12141 components: - type: Transform - pos: -39.5,-9.5 + pos: -106.5,14.5 parent: 2 - - uid: 13361 + - uid: 12145 components: - type: Transform - pos: -92.5,4.5 + pos: 47.5,-4.5 parent: 2 - - uid: 13362 + - uid: 12220 components: - type: Transform - pos: -92.5,3.5 + pos: -104.5,1.5 parent: 2 - - uid: 13363 + - uid: 12239 components: - type: Transform - pos: -89.5,4.5 + pos: -91.5,28.5 parent: 2 - - uid: 13364 + - uid: 12312 components: - type: Transform - pos: -89.5,3.5 + pos: -54.5,-26.5 parent: 2 - - uid: 13725 + - uid: 12313 components: - type: Transform - pos: 40.5,-39.5 + pos: -55.5,-26.5 parent: 2 - - uid: 13740 + - uid: 12709 components: - type: Transform - pos: 40.5,-37.5 + pos: 50.5,-35.5 parent: 2 - - uid: 13741 + - uid: 12730 components: - type: Transform - pos: 46.5,-39.5 + pos: -76.5,11.5 parent: 2 - - uid: 13742 + - uid: 12927 components: - type: Transform - pos: 52.5,-39.5 + pos: 50.5,52.5 parent: 2 - - uid: 13743 + - uid: 12945 components: - type: Transform - pos: 52.5,-36.5 + pos: 44.5,-13.5 parent: 2 - - uid: 13745 + - uid: 12948 components: - type: Transform - pos: 47.5,-41.5 + pos: 48.5,-16.5 parent: 2 - - uid: 13746 + - uid: 12949 components: - type: Transform - pos: 48.5,-41.5 + pos: 49.5,-15.5 parent: 2 - - uid: 13747 + - uid: 12952 components: - type: Transform - pos: 43.5,-41.5 + pos: 52.5,-12.5 parent: 2 - - uid: 13748 + - uid: 12958 components: - type: Transform - pos: 49.5,-42.5 + pos: 46.5,-10.5 parent: 2 - - uid: 13749 + - uid: 12961 components: - type: Transform - pos: 40.5,-41.5 + pos: 44.5,-12.5 parent: 2 - - uid: 13750 + - uid: 13004 components: - type: Transform - pos: 39.5,-42.5 + pos: 43.5,14.5 parent: 2 - - uid: 13751 + - uid: 13006 components: - type: Transform - pos: 39.5,-38.5 + pos: 42.5,12.5 parent: 2 - - uid: 13752 + - uid: 13010 components: - type: Transform - pos: 84.5,-8.5 + pos: -78.5,30.5 parent: 2 - - uid: 13753 + - uid: 13013 components: - type: Transform - pos: 85.5,-8.5 + pos: -77.5,28.5 parent: 2 - - uid: 13754 + - uid: 13032 components: - type: Transform - pos: 82.5,-9.5 + pos: -75.5,-61.5 parent: 2 - - uid: 13755 + - uid: 13033 components: - type: Transform - pos: 81.5,-9.5 + pos: -74.5,-62.5 parent: 2 - - uid: 13758 + - uid: 13056 components: - type: Transform - pos: 87.5,-2.5 + pos: -74.5,-63.5 parent: 2 - - uid: 13759 + - uid: 13057 components: - type: Transform - pos: 87.5,-0.5 + pos: -74.5,-64.5 parent: 2 - - uid: 13760 + - uid: 13058 components: - type: Transform - pos: 87.5,0.5 + pos: 8.5,57.5 parent: 2 - - uid: 13761 + - uid: 13062 components: - type: Transform - pos: 86.5,1.5 + pos: -74.5,-65.5 parent: 2 - - uid: 13762 + - uid: 13066 components: - type: Transform - pos: 83.5,1.5 + pos: -74.5,-66.5 parent: 2 - - uid: 13763 + - uid: 13067 components: - type: Transform - pos: 84.5,2.5 + pos: -74.5,-67.5 parent: 2 - - uid: 13764 + - uid: 13073 components: - type: Transform - pos: 87.5,-7.5 + pos: -103.5,-1.5 parent: 2 - - uid: 13797 + - uid: 13082 components: - type: Transform - pos: 91.5,13.5 + pos: -70.5,-60.5 parent: 2 - - uid: 13798 + - uid: 13086 components: - type: Transform - pos: 92.5,18.5 + pos: -70.5,-61.5 parent: 2 - - uid: 13799 + - uid: 13087 components: - type: Transform - pos: 88.5,3.5 + pos: -104.5,-1.5 parent: 2 - - uid: 13800 + - uid: 13089 components: - type: Transform - pos: 88.5,2.5 + pos: -70.5,-47.5 parent: 2 - - uid: 13801 + - uid: 13090 components: - type: Transform - pos: 88.5,8.5 + pos: -70.5,-63.5 parent: 2 - - uid: 13802 + - uid: 13091 components: - type: Transform - pos: 89.5,14.5 + pos: -70.5,-64.5 parent: 2 - - uid: 13803 + - uid: 13092 components: - type: Transform - pos: 90.5,10.5 + pos: -70.5,-65.5 parent: 2 - - uid: 13804 + - uid: 13115 components: - type: Transform - pos: 90.5,20.5 + pos: -106.5,-4.5 parent: 2 - - uid: 13919 + - uid: 13121 components: - type: Transform - pos: 11.5,41.5 + pos: -69.5,-66.5 parent: 2 - - uid: 13936 + - uid: 13122 components: - type: Transform - pos: 19.5,60.5 + pos: -70.5,-56.5 parent: 2 - - uid: 13939 + - uid: 13123 components: - type: Transform - pos: 18.5,60.5 + pos: -70.5,-46.5 parent: 2 - - uid: 13949 + - uid: 13124 components: - type: Transform - pos: 9.5,57.5 + pos: -106.5,-3.5 parent: 2 - - uid: 13950 + - uid: 13125 components: - type: Transform - pos: 17.5,60.5 + pos: -105.5,-2.5 parent: 2 - - uid: 13955 + - uid: 13137 components: - type: Transform - pos: -1.5,55.5 + pos: -69.5,-71.5 parent: 2 - - uid: 13960 + - uid: 13138 components: - type: Transform - pos: 7.5,57.5 + pos: -70.5,-72.5 parent: 2 - - uid: 13961 + - uid: 13139 components: - type: Transform - pos: -1.5,56.5 + pos: -71.5,-73.5 parent: 2 - - uid: 14003 + - uid: 13140 components: - type: Transform - pos: 21.5,39.5 + pos: -72.5,-73.5 parent: 2 - - uid: 14004 + - uid: 13141 components: - type: Transform - pos: 21.5,38.5 + pos: -73.5,-73.5 parent: 2 - - uid: 14005 + - uid: 13142 components: - type: Transform - pos: 21.5,37.5 + pos: -74.5,-73.5 parent: 2 - - uid: 14006 + - uid: 13143 components: - type: Transform - pos: 21.5,36.5 + pos: -75.5,-73.5 parent: 2 - - uid: 14018 + - uid: 13144 components: - type: Transform - pos: 10.5,51.5 + pos: -75.5,-74.5 parent: 2 - - uid: 14019 + - uid: 13145 components: - type: Transform - pos: 11.5,51.5 + pos: -77.5,-73.5 parent: 2 - - uid: 14048 + - uid: 13146 components: - type: Transform - pos: 23.5,58.5 + pos: -79.5,-73.5 parent: 2 - - uid: 14049 + - uid: 13147 components: - type: Transform - pos: 23.5,59.5 + pos: -80.5,-73.5 parent: 2 - - uid: 14055 + - uid: 13148 components: - type: Transform - pos: 28.5,53.5 + pos: -82.5,-73.5 parent: 2 - - uid: 14082 + - uid: 13149 components: - type: Transform - pos: 26.5,42.5 + pos: -83.5,-73.5 parent: 2 - - uid: 14089 + - uid: 13150 components: - type: Transform - pos: 25.5,37.5 + pos: -84.5,-73.5 parent: 2 - - uid: 14093 + - uid: 13151 components: - type: Transform - pos: 29.5,38.5 + pos: -85.5,-74.5 parent: 2 - - uid: 14094 + - uid: 13152 components: - type: Transform - pos: 29.5,37.5 + pos: -86.5,-74.5 parent: 2 - - uid: 14095 + - uid: 13153 components: - type: Transform - pos: 28.5,36.5 + pos: -87.5,-74.5 parent: 2 - - uid: 14096 + - uid: 13154 components: - type: Transform - pos: 27.5,36.5 + pos: -88.5,-73.5 parent: 2 - - uid: 14099 + - uid: 13155 components: - type: Transform - pos: 23.5,44.5 + pos: -89.5,-73.5 parent: 2 - - uid: 14100 + - uid: 13156 components: - type: Transform - pos: 26.5,36.5 + pos: -90.5,-73.5 parent: 2 - - uid: 14101 + - uid: 13157 components: - type: Transform - pos: 25.5,38.5 + pos: -91.5,-73.5 parent: 2 - - uid: 14110 + - uid: 13158 components: - type: Transform - pos: 24.5,44.5 + pos: -92.5,-73.5 parent: 2 - - uid: 14121 + - uid: 13159 components: - type: Transform - pos: 22.5,44.5 + pos: -93.5,-73.5 parent: 2 - - uid: 14255 + - uid: 13160 components: - type: Transform - pos: 24.5,55.5 + pos: -94.5,-73.5 parent: 2 - - uid: 14273 + - uid: 13161 components: - type: Transform - pos: -26.5,32.5 + pos: -96.5,-73.5 parent: 2 - - uid: 14276 + - uid: 13162 components: - type: Transform - pos: -30.5,26.5 + pos: -98.5,-73.5 parent: 2 - - uid: 15074 + - uid: 13163 components: - type: Transform - pos: 27.5,53.5 + pos: -100.5,-73.5 parent: 2 - - uid: 15141 + - uid: 13164 components: - type: Transform - pos: -23.5,65.5 + pos: -101.5,-73.5 parent: 2 - - uid: 15167 + - uid: 13165 components: - type: Transform - pos: -25.5,65.5 + pos: -102.5,-73.5 parent: 2 - - uid: 15170 + - uid: 13166 components: - type: Transform - pos: -27.5,65.5 + pos: -103.5,-73.5 parent: 2 - - uid: 15215 + - uid: 13167 components: - type: Transform - pos: 15.5,65.5 + pos: -104.5,-73.5 parent: 2 - - uid: 15233 + - uid: 13168 components: - type: Transform - pos: -23.5,60.5 + pos: -99.5,-73.5 parent: 2 - - uid: 15248 + - uid: 13169 components: - type: Transform - pos: -22.5,60.5 + pos: -101.5,-74.5 parent: 2 - - uid: 15251 + - uid: 13170 components: - type: Transform - pos: -21.5,60.5 + pos: -105.5,-72.5 parent: 2 - - uid: 15253 + - uid: 13171 components: - type: Transform - pos: -20.5,60.5 + pos: -105.5,-71.5 parent: 2 - - uid: 15255 + - uid: 13172 components: - type: Transform - pos: -19.5,60.5 + pos: -105.5,-70.5 parent: 2 - - uid: 15336 + - uid: 13173 components: - type: Transform - pos: -26.5,31.5 + pos: -105.5,-69.5 parent: 2 - - uid: 15338 + - uid: 13174 components: - type: Transform - pos: -24.5,32.5 + pos: -105.5,-66.5 parent: 2 - - uid: 15339 + - uid: 13175 components: - type: Transform - pos: -28.5,31.5 + pos: -105.5,-63.5 parent: 2 - - uid: 15353 + - uid: 13176 components: - type: Transform - pos: -30.5,31.5 + pos: -105.5,-62.5 parent: 2 - - uid: 15355 + - uid: 13178 components: - type: Transform - pos: -28.5,32.5 + pos: -105.5,-61.5 parent: 2 - - uid: 15364 + - uid: 13179 components: - type: Transform - pos: -30.5,27.5 + pos: -105.5,-60.5 parent: 2 - - uid: 15365 + - uid: 13180 components: - type: Transform - pos: -28.5,27.5 + pos: -105.5,-59.5 parent: 2 - - uid: 15366 + - uid: 13181 components: - type: Transform - pos: -26.5,27.5 + pos: -105.5,-58.5 parent: 2 - - uid: 15367 + - uid: 13182 components: - type: Transform - pos: -24.5,27.5 + pos: 77.5,2.5 parent: 2 - - uid: 15382 + - uid: 13183 components: - type: Transform - pos: -28.5,26.5 + pos: -105.5,-64.5 parent: 2 - - uid: 15383 + - uid: 13184 components: - type: Transform - pos: -26.5,26.5 + pos: -106.5,-60.5 parent: 2 - - uid: 15384 + - uid: 13185 components: - type: Transform - pos: -24.5,26.5 + pos: -105.5,-56.5 parent: 2 - - uid: 15391 + - uid: 13186 components: - type: Transform - pos: -23.5,28.5 + pos: -105.5,-55.5 parent: 2 - - uid: 15412 + - uid: 13187 components: - type: Transform - pos: -23.5,30.5 + pos: -105.5,-54.5 parent: 2 - - uid: 15452 + - uid: 13188 components: - type: Transform - pos: -30.5,32.5 + pos: -106.5,-56.5 parent: 2 - - uid: 15458 + - uid: 13189 components: - type: Transform - pos: -24.5,31.5 + pos: -106.5,-57.5 parent: 2 - - uid: 15459 + - uid: 13190 components: - type: Transform - pos: -26.5,35.5 + pos: -106.5,-58.5 parent: 2 - - uid: 15460 + - uid: 13191 components: - type: Transform - pos: -25.5,35.5 + pos: -105.5,-51.5 parent: 2 - - uid: 15461 + - uid: 13196 components: - type: Transform - pos: -24.5,35.5 + pos: -107.5,27.5 parent: 2 - - uid: 15465 + - uid: 13197 components: - type: Transform - pos: -28.5,35.5 + pos: -106.5,29.5 parent: 2 - - uid: 15466 + - uid: 13198 components: - type: Transform - pos: -29.5,35.5 + pos: -105.5,30.5 parent: 2 - - uid: 15467 + - uid: 13199 components: - type: Transform - pos: -30.5,35.5 + pos: -103.5,31.5 parent: 2 - - uid: 15508 + - uid: 13200 components: - type: Transform - pos: -15.5,41.5 + pos: -107.5,21.5 parent: 2 - - uid: 15540 + - uid: 13201 components: - type: Transform - pos: -18.5,43.5 + pos: -106.5,19.5 parent: 2 - - uid: 15561 + - uid: 13202 components: - type: Transform - pos: -58.5,47.5 + pos: -105.5,18.5 parent: 2 - - uid: 15563 + - uid: 13203 components: - type: Transform - pos: -9.5,37.5 + pos: -103.5,17.5 parent: 2 - - uid: 15571 + - uid: 13204 components: - type: Transform - pos: -63.5,56.5 + pos: -105.5,-50.5 parent: 2 - - uid: 15608 + - uid: 13212 components: - type: Transform - pos: -21.5,45.5 + pos: -105.5,-49.5 parent: 2 - - uid: 15630 + - uid: 13213 components: - type: Transform - pos: -13.5,65.5 + pos: 56.5,-36.5 parent: 2 - - uid: 15632 + - uid: 13215 components: - type: Transform - pos: -11.5,42.5 + pos: -105.5,-48.5 parent: 2 - - uid: 15648 + - uid: 13220 components: - type: Transform - pos: -24.5,43.5 + pos: -107.5,-4.5 parent: 2 - - uid: 15651 + - uid: 13221 components: - type: Transform - pos: -26.5,43.5 + pos: -106.5,-2.5 parent: 2 - - uid: 15652 + - uid: 13222 components: - type: Transform - pos: -25.5,43.5 + pos: -105.5,-1.5 parent: 2 - - uid: 15817 + - uid: 13223 components: - type: Transform - pos: -15.5,65.5 + pos: -105.5,-46.5 parent: 2 - - uid: 15819 + - uid: 13224 components: - type: Transform - pos: -17.5,65.5 + pos: -107.5,-10.5 parent: 2 - - uid: 15821 + - uid: 13225 components: - type: Transform - pos: -19.5,65.5 + pos: -106.5,-12.5 parent: 2 - - uid: 15823 + - uid: 13226 components: - type: Transform - pos: -21.5,65.5 + pos: -105.5,-13.5 parent: 2 - - uid: 15824 + - uid: 13227 components: - type: Transform - pos: 11.5,69.5 + pos: -103.5,-14.5 parent: 2 - - uid: 15849 + - uid: 13228 components: - type: Transform - pos: 10.5,69.5 + pos: -106.5,-44.5 parent: 2 - - uid: 15855 + - uid: 13229 components: - type: Transform - pos: -51.5,-0.5 + pos: -106.5,-43.5 parent: 2 - - uid: 15869 + - uid: 13230 components: - type: Transform - pos: 11.5,26.5 + pos: -106.5,-42.5 parent: 2 - - uid: 15928 + - uid: 13231 components: - type: Transform - pos: -11.5,42.5 + pos: -106.5,-41.5 parent: 2 - - uid: 15989 + - uid: 13232 components: - type: Transform - pos: -52.5,-0.5 + pos: -106.5,-39.5 parent: 2 - - uid: 15990 + - uid: 13233 components: - type: Transform - pos: -54.5,-0.5 + pos: -107.5,-32.5 parent: 2 - - uid: 16243 + - uid: 13234 components: - type: Transform - pos: -55.5,51.5 + pos: -105.5,-39.5 parent: 2 - - uid: 16304 + - uid: 13235 components: - type: Transform - pos: -28.5,57.5 + pos: -105.5,-38.5 parent: 2 - - uid: 16305 + - uid: 13238 components: - type: Transform - pos: -28.5,58.5 + pos: -53.5,-26.5 parent: 2 - - uid: 16307 + - uid: 13251 components: - type: Transform - pos: -53.5,-0.5 + pos: -39.5,-9.5 parent: 2 - - uid: 16308 + - uid: 13266 components: - type: Transform - pos: -28.5,62.5 + pos: -105.5,-37.5 parent: 2 - - uid: 16319 + - uid: 13277 components: - type: Transform - pos: -28.5,61.5 + pos: -105.5,-36.5 parent: 2 - - uid: 16320 + - uid: 13278 components: - type: Transform - pos: -50.5,-0.5 + pos: -105.5,-35.5 parent: 2 - - uid: 16341 + - uid: 13288 components: - type: Transform - pos: -17.5,54.5 + pos: -105.5,-34.5 parent: 2 - - uid: 16342 + - uid: 13289 components: - type: Transform - pos: -17.5,55.5 + pos: -105.5,-33.5 parent: 2 - - uid: 16343 + - uid: 13290 components: - type: Transform - pos: -17.5,56.5 + pos: -105.5,-31.5 parent: 2 - - uid: 16344 + - uid: 13291 components: - type: Transform - pos: -17.5,58.5 + pos: -108.5,-32.5 parent: 2 - - uid: 16345 + - uid: 13292 components: - type: Transform - pos: -17.5,57.5 + pos: -109.5,-31.5 parent: 2 - - uid: 16413 + - uid: 13293 components: - type: Transform - pos: -17.5,45.5 + pos: -110.5,-31.5 parent: 2 - - uid: 16473 + - uid: 13300 components: - type: Transform - pos: -55.5,50.5 + pos: -111.5,-31.5 parent: 2 - - uid: 16531 + - uid: 13313 components: - type: Transform - pos: -63.5,61.5 + pos: -113.5,-32.5 parent: 2 - - uid: 16537 + - uid: 13315 components: - type: Transform - pos: -63.5,60.5 + pos: -114.5,-32.5 parent: 2 - - uid: 16538 + - uid: 13325 components: - type: Transform - pos: -63.5,58.5 + pos: -115.5,-32.5 parent: 2 - - uid: 16686 + - uid: 13326 components: - type: Transform - pos: -41.5,-9.5 + pos: -116.5,-32.5 parent: 2 - - uid: 16687 + - uid: 13327 components: - type: Transform - pos: -38.5,-9.5 + pos: -117.5,-31.5 parent: 2 - - uid: 17117 + - uid: 13331 components: - type: Transform - pos: -17.5,35.5 + pos: -118.5,-32.5 parent: 2 - - uid: 17122 + - uid: 13333 components: - type: Transform - pos: -20.5,35.5 + pos: -119.5,-32.5 parent: 2 - - uid: 17872 + - uid: 13334 components: - type: Transform - pos: 3.5,36.5 + pos: -119.5,-30.5 parent: 2 - - uid: 17873 + - uid: 13335 components: - type: Transform - pos: 3.5,35.5 + pos: -119.5,-28.5 parent: 2 - - uid: 17874 + - uid: 13339 components: - type: Transform - pos: 3.5,42.5 + pos: -119.5,-29.5 parent: 2 - - uid: 17878 + - uid: 13344 components: - type: Transform - pos: 3.5,41.5 + pos: -119.5,-26.5 parent: 2 - - uid: 17916 + - uid: 13355 components: - type: Transform - pos: -7.5,68.5 + pos: -119.5,-25.5 parent: 2 - - uid: 17963 + - uid: 13357 components: - type: Transform - pos: -9.5,68.5 + pos: -119.5,-24.5 parent: 2 - - uid: 17973 + - uid: 13361 components: - type: Transform - pos: -19.5,46.5 + pos: -119.5,-23.5 parent: 2 - - uid: 17992 + - uid: 13362 components: - type: Transform - pos: -51.5,6.5 + pos: -119.5,-22.5 parent: 2 - - uid: 18021 + - uid: 13363 components: - type: Transform - pos: -2.5,21.5 + pos: -119.5,-21.5 parent: 2 - - uid: 18022 + - uid: 13364 components: - type: Transform - pos: -108.5,5.5 + pos: -119.5,-20.5 parent: 2 - - uid: 18024 + - uid: 13365 components: - type: Transform - pos: -2.5,18.5 + pos: -119.5,-19.5 parent: 2 - - uid: 18029 + - uid: 13366 components: - type: Transform - pos: 7.5,69.5 + pos: -119.5,-17.5 parent: 2 - - uid: 18076 + - uid: 13367 components: - type: Transform - pos: -14.5,61.5 + pos: -119.5,-16.5 parent: 2 - - uid: 18077 + - uid: 13460 components: - type: Transform - pos: -14.5,62.5 + pos: -119.5,-15.5 parent: 2 - - uid: 18196 + - uid: 13461 components: - type: Transform - pos: -32.5,71.5 + pos: -119.5,-14.5 parent: 2 - - uid: 18221 + - uid: 13484 components: - type: Transform - pos: -39.5,68.5 + pos: -119.5,-13.5 parent: 2 - - uid: 18222 + - uid: 13485 components: - type: Transform - pos: -36.5,68.5 + pos: -119.5,-12.5 parent: 2 - - uid: 18224 + - uid: 13577 components: - type: Transform - pos: -35.5,68.5 + pos: -119.5,-11.5 parent: 2 - - uid: 18242 + - uid: 13725 components: - type: Transform - pos: -34.5,62.5 + pos: 40.5,-39.5 parent: 2 - - uid: 18252 + - uid: 13740 components: - type: Transform - pos: -38.5,68.5 + pos: 40.5,-37.5 parent: 2 - - uid: 18270 + - uid: 13741 components: - type: Transform - pos: -37.5,68.5 + pos: 46.5,-39.5 parent: 2 - - uid: 18372 + - uid: 13742 components: - type: Transform - pos: -60.5,47.5 + pos: 52.5,-39.5 parent: 2 - - uid: 18408 + - uid: 13743 components: - type: Transform - pos: -60.5,6.5 + pos: 52.5,-36.5 parent: 2 - - uid: 18409 + - uid: 13745 components: - type: Transform - pos: -59.5,6.5 + pos: 47.5,-41.5 parent: 2 - - uid: 18410 + - uid: 13746 components: - type: Transform - pos: -57.5,6.5 + pos: 48.5,-41.5 parent: 2 - - uid: 18411 + - uid: 13747 components: - type: Transform - pos: -56.5,6.5 + pos: 43.5,-41.5 parent: 2 - - uid: 18412 + - uid: 13748 components: - type: Transform - pos: -55.5,6.5 + pos: 49.5,-42.5 parent: 2 - - uid: 18413 + - uid: 13749 components: - type: Transform - pos: -54.5,6.5 + pos: 40.5,-41.5 parent: 2 - - uid: 18414 + - uid: 13750 components: - type: Transform - pos: -52.5,6.5 + pos: 39.5,-42.5 parent: 2 - - uid: 18560 + - uid: 13751 components: - type: Transform - pos: -92.5,50.5 + pos: 39.5,-38.5 parent: 2 - - uid: 18563 + - uid: 13752 components: - type: Transform - pos: -96.5,55.5 + pos: 84.5,-8.5 parent: 2 - - uid: 18564 + - uid: 13753 components: - type: Transform - pos: -95.5,55.5 + pos: 85.5,-8.5 parent: 2 - - uid: 18565 + - uid: 13754 components: - type: Transform - pos: -94.5,55.5 + pos: 82.5,-9.5 parent: 2 - - uid: 18572 + - uid: 13755 components: - type: Transform - pos: -94.5,47.5 + pos: 81.5,-9.5 parent: 2 - - uid: 18574 + - uid: 13758 components: - type: Transform - pos: -96.5,47.5 + pos: 87.5,-2.5 parent: 2 - - uid: 18577 + - uid: 13759 components: - type: Transform - pos: -90.5,52.5 + pos: 87.5,-0.5 parent: 2 - - uid: 18610 + - uid: 13760 components: - type: Transform - pos: -91.5,50.5 + pos: 87.5,0.5 parent: 2 - - uid: 18611 + - uid: 13761 components: - type: Transform - pos: -90.5,50.5 + pos: 86.5,1.5 parent: 2 - - uid: 18612 + - uid: 13762 components: - type: Transform - pos: -91.5,52.5 + pos: 83.5,1.5 parent: 2 - - uid: 18613 + - uid: 13763 components: - type: Transform - pos: -92.5,52.5 + pos: 84.5,2.5 parent: 2 - - uid: 18628 + - uid: 13764 components: - type: Transform - pos: -104.5,45.5 + pos: 87.5,-7.5 parent: 2 - - uid: 18629 + - uid: 13797 components: - type: Transform - pos: -103.5,45.5 + pos: 91.5,13.5 parent: 2 - - uid: 18630 + - uid: 13798 components: - type: Transform - pos: -102.5,45.5 + pos: 92.5,18.5 parent: 2 - - uid: 18631 + - uid: 13799 components: - type: Transform - pos: -104.5,47.5 + pos: 88.5,3.5 parent: 2 - - uid: 18632 + - uid: 13800 components: - type: Transform - pos: -103.5,47.5 + pos: 88.5,2.5 parent: 2 - - uid: 18633 + - uid: 13801 components: - type: Transform - pos: -102.5,47.5 + pos: 88.5,8.5 parent: 2 - - uid: 18634 + - uid: 13802 components: - type: Transform - pos: -104.5,55.5 + pos: 89.5,14.5 parent: 2 - - uid: 18635 + - uid: 13803 components: - type: Transform - pos: -103.5,55.5 + pos: 90.5,10.5 parent: 2 - - uid: 18636 + - uid: 13804 components: - type: Transform - pos: -102.5,55.5 + pos: 90.5,20.5 parent: 2 - - uid: 18637 + - uid: 13840 components: - type: Transform - pos: -104.5,57.5 + pos: -119.5,-10.5 parent: 2 - - uid: 18639 + - uid: 13912 components: - type: Transform - pos: -102.5,57.5 + pos: -119.5,-9.5 parent: 2 - - uid: 18640 + - uid: 13913 components: - type: Transform - pos: -103.5,57.5 + pos: -119.5,-7.5 parent: 2 - - uid: 18652 + - uid: 13919 components: - type: Transform - pos: -102.5,53.5 + pos: 11.5,41.5 parent: 2 - - uid: 18653 + - uid: 13931 components: - type: Transform - pos: -102.5,52.5 + pos: -119.5,-6.5 parent: 2 - - uid: 18654 + - uid: 13936 components: - type: Transform - pos: -102.5,51.5 + pos: 19.5,60.5 parent: 2 - - uid: 18655 + - uid: 13939 components: - type: Transform - pos: -102.5,50.5 + pos: 18.5,60.5 parent: 2 - - uid: 18656 + - uid: 13949 components: - type: Transform - pos: -102.5,49.5 + pos: 9.5,57.5 parent: 2 - - uid: 18657 + - uid: 13950 components: - type: Transform - pos: -104.5,53.5 + pos: 17.5,60.5 parent: 2 - - uid: 18658 + - uid: 13955 components: - type: Transform - pos: -104.5,52.5 + pos: -1.5,55.5 parent: 2 - - uid: 18659 + - uid: 13960 components: - type: Transform - pos: -104.5,51.5 + pos: 7.5,57.5 parent: 2 - - uid: 18660 + - uid: 13961 components: - type: Transform - pos: -104.5,50.5 + pos: -1.5,56.5 parent: 2 - - uid: 18661 + - uid: 13974 components: - type: Transform - pos: -104.5,49.5 + pos: -119.5,-5.5 parent: 2 - - uid: 18723 + - uid: 14003 components: - type: Transform - pos: -113.5,60.5 + pos: 21.5,39.5 parent: 2 - - uid: 18724 + - uid: 14004 components: - type: Transform - pos: -112.5,60.5 + pos: 21.5,38.5 parent: 2 - - uid: 18725 + - uid: 14005 components: - type: Transform - pos: -111.5,60.5 + pos: 21.5,37.5 parent: 2 - - uid: 18741 + - uid: 14006 components: - type: Transform - pos: -121.5,52.5 + pos: 21.5,36.5 parent: 2 - - uid: 18742 + - uid: 14018 components: - type: Transform - pos: -121.5,51.5 + pos: 10.5,51.5 parent: 2 - - uid: 18743 + - uid: 14019 components: - type: Transform - pos: -121.5,50.5 + pos: 11.5,51.5 parent: 2 - - uid: 18759 + - uid: 14048 components: - type: Transform - pos: -111.5,42.5 + pos: 23.5,58.5 parent: 2 - - uid: 18760 + - uid: 14049 components: - type: Transform - pos: -112.5,42.5 + pos: 23.5,59.5 parent: 2 - - uid: 18761 + - uid: 14055 components: - type: Transform - pos: -113.5,42.5 + pos: 28.5,53.5 parent: 2 - - uid: 18799 + - uid: 14075 components: - type: Transform - pos: -122.5,52.5 + pos: -119.5,-4.5 parent: 2 - - uid: 18828 + - uid: 14076 components: - type: Transform - pos: -125.5,59.5 + pos: -119.5,-3.5 parent: 2 - - uid: 18829 + - uid: 14082 components: - type: Transform - pos: -125.5,57.5 + pos: 26.5,42.5 parent: 2 - - uid: 18830 + - uid: 14089 components: - type: Transform - pos: -126.5,53.5 + pos: 25.5,37.5 parent: 2 - - uid: 18831 + - uid: 14093 components: - type: Transform - pos: -126.5,51.5 + pos: 29.5,38.5 parent: 2 - - uid: 18832 + - uid: 14094 components: - type: Transform - pos: -125.5,60.5 + pos: 29.5,37.5 parent: 2 - - uid: 18833 + - uid: 14095 components: - type: Transform - pos: -124.5,64.5 + pos: 28.5,36.5 parent: 2 - - uid: 18834 + - uid: 14096 components: - type: Transform - pos: -120.5,64.5 + pos: 27.5,36.5 parent: 2 - - uid: 18835 + - uid: 14099 components: - type: Transform - pos: -118.5,64.5 + pos: 23.5,44.5 parent: 2 - - uid: 18836 + - uid: 14100 components: - type: Transform - pos: -115.5,64.5 + pos: 26.5,36.5 parent: 2 - - uid: 18837 + - uid: 14101 components: - type: Transform - pos: -116.5,64.5 + pos: 25.5,38.5 parent: 2 - - uid: 18838 + - uid: 14110 components: - type: Transform - pos: -123.5,64.5 + pos: 24.5,44.5 parent: 2 - - uid: 18839 + - uid: 14115 components: - type: Transform - pos: -125.5,62.5 + pos: -119.5,-2.5 parent: 2 - - uid: 18840 + - uid: 14121 components: - type: Transform - pos: -113.5,65.5 + pos: 22.5,44.5 parent: 2 - - uid: 18841 + - uid: 14176 components: - type: Transform - pos: -112.5,65.5 + pos: -119.5,-0.5 parent: 2 - - uid: 18842 + - uid: 14189 components: - type: Transform - pos: -108.5,64.5 + pos: -119.5,1.5 parent: 2 - - uid: 18843 + - uid: 14207 components: - type: Transform - pos: -108.5,64.5 + pos: -119.5,2.5 parent: 2 - - uid: 18844 + - uid: 14255 components: - type: Transform - pos: -106.5,64.5 + pos: 24.5,55.5 parent: 2 - - uid: 18845 + - uid: 14273 components: - type: Transform - pos: -105.5,64.5 + pos: -26.5,32.5 parent: 2 - - uid: 18846 + - uid: 14276 components: - type: Transform - pos: -101.5,65.5 + pos: -30.5,26.5 parent: 2 - - uid: 18847 + - uid: 14285 components: - type: Transform - pos: -100.5,65.5 + pos: -119.5,3.5 parent: 2 - - uid: 18848 + - uid: 14288 components: - type: Transform - pos: -99.5,62.5 + pos: -119.5,4.5 parent: 2 - - uid: 18849 + - uid: 14358 components: - type: Transform - pos: -99.5,62.5 + pos: -119.5,5.5 parent: 2 - - uid: 18850 + - uid: 14359 components: - type: Transform - pos: -98.5,60.5 + pos: -119.5,6.5 parent: 2 - - uid: 18851 + - uid: 14453 components: - type: Transform - pos: -98.5,60.5 + pos: -119.5,7.5 parent: 2 - - uid: 18857 + - uid: 14721 components: - type: Transform - pos: -121.5,41.5 + pos: -119.5,8.5 parent: 2 - - uid: 18858 + - uid: 14882 components: - type: Transform - pos: -122.5,41.5 + pos: -119.5,9.5 parent: 2 - - uid: 18859 + - uid: 14883 components: - type: Transform - pos: -123.5,42.5 + pos: -124.5,17.5 parent: 2 - - uid: 18860 + - uid: 14884 components: - type: Transform - pos: -125.5,42.5 + pos: -119.5,11.5 parent: 2 - - uid: 18861 + - uid: 14885 components: - type: Transform - pos: -125.5,41.5 + pos: -120.5,12.5 parent: 2 - - uid: 18866 + - uid: 14886 components: - type: Transform - pos: -123.5,37.5 + pos: -120.5,13.5 parent: 2 - - uid: 18867 + - uid: 14887 components: - type: Transform - pos: -122.5,37.5 + pos: -120.5,14.5 parent: 2 - - uid: 18868 + - uid: 14888 components: - type: Transform - pos: -117.5,37.5 + pos: -120.5,15.5 parent: 2 - - uid: 18870 + - uid: 14889 components: - type: Transform - pos: -125.5,38.5 + pos: -120.5,16.5 parent: 2 - - uid: 18871 + - uid: 14890 components: - type: Transform - pos: -125.5,39.5 + pos: -119.5,18.5 parent: 2 - - uid: 18872 + - uid: 14891 components: - type: Transform - pos: -126.5,43.5 + pos: -119.5,19.5 parent: 2 - - uid: 18873 + - uid: 14892 components: - type: Transform - pos: -125.5,48.5 + pos: -119.5,20.5 parent: 2 - - uid: 18874 + - uid: 14893 components: - type: Transform - pos: -125.5,49.5 + pos: -119.5,21.5 parent: 2 - - uid: 18875 + - uid: 14894 components: - type: Transform - pos: -126.5,40.5 + pos: -119.5,22.5 parent: 2 - - uid: 18876 + - uid: 14895 components: - type: Transform - pos: -126.5,56.5 + pos: -119.5,23.5 parent: 2 - - uid: 18877 + - uid: 14958 components: - type: Transform - pos: -122.5,64.5 + pos: -119.5,24.5 parent: 2 - - uid: 18878 + - uid: 15074 components: - type: Transform - pos: -119.5,65.5 + pos: 27.5,53.5 parent: 2 - - uid: 18881 + - uid: 15126 components: - type: Transform - pos: -125.5,47.5 + pos: -119.5,25.5 parent: 2 - - uid: 18899 + - uid: 15141 components: - type: Transform - pos: -119.5,37.5 + pos: -23.5,65.5 parent: 2 - - uid: 19317 + - uid: 15154 components: - type: Transform - pos: -45.5,64.5 + pos: -119.5,26.5 parent: 2 - - uid: 19328 + - uid: 15167 components: - type: Transform - pos: -61.5,49.5 + pos: -25.5,65.5 parent: 2 - - uid: 19330 + - uid: 15170 components: - type: Transform - pos: -61.5,46.5 + pos: -27.5,65.5 parent: 2 - - uid: 19331 + - uid: 15181 components: - type: Transform - pos: -61.5,45.5 + pos: -119.5,27.5 parent: 2 - - uid: 19340 + - uid: 15210 components: - type: Transform - pos: -108.5,11.5 + pos: -119.5,28.5 parent: 2 - - uid: 19341 + - uid: 15211 components: - type: Transform - pos: -87.5,-15.5 + pos: -120.5,26.5 parent: 2 - - uid: 19342 + - uid: 15215 components: - type: Transform - pos: -81.5,-15.5 + pos: 15.5,65.5 parent: 2 - - uid: 19382 + - uid: 15222 components: - type: Transform - pos: -6.5,22.5 + pos: -120.5,27.5 parent: 2 - - uid: 19457 + - uid: 15223 components: - type: Transform - pos: -99.5,31.5 + pos: -119.5,30.5 parent: 2 - - uid: 19463 + - uid: 15233 components: - type: Transform - pos: -0.5,79.5 + pos: -23.5,60.5 parent: 2 - - uid: 19464 + - uid: 15244 components: - type: Transform - pos: 1.5,79.5 + pos: -119.5,31.5 parent: 2 - - uid: 19465 + - uid: 15248 components: - type: Transform - pos: 3.5,79.5 + pos: -22.5,60.5 parent: 2 - - uid: 19472 + - uid: 15249 components: - type: Transform - pos: -4.5,79.5 + pos: -119.5,32.5 parent: 2 - - uid: 19473 + - uid: 15250 components: - type: Transform - pos: -6.5,79.5 + pos: -121.5,33.5 parent: 2 - - uid: 19474 + - uid: 15251 components: - type: Transform - pos: -8.5,79.5 + pos: -21.5,60.5 parent: 2 - - uid: 19475 + - uid: 15252 components: - type: Transform - pos: 7.5,79.5 + pos: -122.5,33.5 parent: 2 - - uid: 19476 + - uid: 15253 components: - type: Transform - pos: 9.5,79.5 + pos: -20.5,60.5 parent: 2 - - uid: 19477 + - uid: 15255 components: - type: Transform - pos: 11.5,79.5 + pos: -19.5,60.5 parent: 2 - - uid: 19488 + - uid: 15270 components: - type: Transform - pos: -8.5,80.5 + pos: -123.5,33.5 parent: 2 - - uid: 19489 + - uid: 15311 components: - type: Transform - pos: -8.5,81.5 + pos: -128.5,33.5 parent: 2 - - uid: 19490 + - uid: 15336 components: - type: Transform - pos: -8.5,82.5 + pos: -26.5,31.5 parent: 2 - - uid: 19491 + - uid: 15338 components: - type: Transform - pos: -6.5,80.5 + pos: -24.5,32.5 parent: 2 - - uid: 19492 + - uid: 15339 components: - type: Transform - pos: -6.5,81.5 + pos: -28.5,31.5 parent: 2 - - uid: 19493 + - uid: 15353 components: - type: Transform - pos: -6.5,82.5 + pos: -30.5,31.5 parent: 2 - - uid: 19494 + - uid: 15355 components: - type: Transform - pos: -4.5,80.5 + pos: -28.5,32.5 parent: 2 - - uid: 19495 + - uid: 15364 components: - type: Transform - pos: -4.5,81.5 + pos: -30.5,27.5 parent: 2 - - uid: 19496 + - uid: 15365 components: - type: Transform - pos: -4.5,82.5 + pos: -28.5,27.5 parent: 2 - - uid: 19497 + - uid: 15366 components: - type: Transform - pos: -0.5,80.5 + pos: -26.5,27.5 parent: 2 - - uid: 19498 + - uid: 15367 components: - type: Transform - pos: -0.5,81.5 + pos: -24.5,27.5 parent: 2 - - uid: 19499 + - uid: 15382 components: - type: Transform - pos: -0.5,82.5 + pos: -28.5,26.5 parent: 2 - - uid: 19500 + - uid: 15383 components: - type: Transform - pos: 1.5,80.5 + pos: -26.5,26.5 parent: 2 - - uid: 19501 + - uid: 15384 components: - type: Transform - pos: 1.5,81.5 + pos: -24.5,26.5 parent: 2 - - uid: 19502 + - uid: 15391 components: - type: Transform - pos: 1.5,82.5 + pos: -23.5,28.5 parent: 2 - - uid: 19503 + - uid: 15401 components: - type: Transform - pos: 3.5,80.5 + pos: -129.5,38.5 parent: 2 - - uid: 19504 + - uid: 15412 components: - type: Transform - pos: 3.5,81.5 + pos: -23.5,30.5 parent: 2 - - uid: 19505 + - uid: 15448 components: - type: Transform - pos: 3.5,82.5 + pos: -129.5,43.5 parent: 2 - - uid: 19506 + - uid: 15452 components: - type: Transform - pos: 7.5,80.5 + pos: -30.5,32.5 parent: 2 - - uid: 19507 + - uid: 15458 components: - type: Transform - pos: 7.5,81.5 + pos: -24.5,31.5 parent: 2 - - uid: 19508 + - uid: 15459 components: - type: Transform - pos: 7.5,82.5 + pos: -26.5,35.5 parent: 2 - - uid: 19509 + - uid: 15460 components: - type: Transform - pos: 9.5,80.5 + pos: -25.5,35.5 parent: 2 - - uid: 19510 + - uid: 15461 components: - type: Transform - pos: 9.5,81.5 + pos: -24.5,35.5 parent: 2 - - uid: 19511 + - uid: 15465 components: - type: Transform - pos: 9.5,82.5 + pos: -28.5,35.5 parent: 2 - - uid: 19512 + - uid: 15466 components: - type: Transform - pos: 11.5,80.5 + pos: -29.5,35.5 parent: 2 - - uid: 19513 + - uid: 15467 components: - type: Transform - pos: 11.5,81.5 + pos: -30.5,35.5 parent: 2 - - uid: 19514 + - uid: 15500 components: - type: Transform - pos: 11.5,82.5 + pos: -129.5,44.5 parent: 2 - - uid: 19515 + - uid: 15508 components: - type: Transform - pos: 7.5,72.5 + pos: -15.5,41.5 parent: 2 - - uid: 19611 + - uid: 15540 components: - type: Transform - pos: -12.5,77.5 + pos: -18.5,43.5 parent: 2 - - uid: 19612 + - uid: 15544 components: - type: Transform - pos: -12.5,76.5 + pos: -93.5,80.5 parent: 2 - - uid: 19613 + - uid: 15561 components: - type: Transform - pos: -12.5,75.5 + pos: -58.5,47.5 parent: 2 - - uid: 19614 + - uid: 15563 components: - type: Transform - pos: -12.5,74.5 + pos: -9.5,37.5 parent: 2 - - uid: 19615 + - uid: 15571 components: - type: Transform - pos: 15.5,77.5 + pos: -130.5,45.5 parent: 2 - - uid: 19616 + - uid: 15582 components: - type: Transform - pos: 15.5,76.5 + pos: -130.5,64.5 parent: 2 - - uid: 19617 + - uid: 15608 components: - type: Transform - pos: 15.5,75.5 + pos: -21.5,45.5 parent: 2 - - uid: 19618 + - uid: 15630 components: - type: Transform - pos: 15.5,74.5 + pos: -13.5,65.5 parent: 2 - - uid: 19655 + - uid: 15632 components: - type: Transform - pos: -34.5,61.5 + pos: -11.5,42.5 parent: 2 - - uid: 19724 + - uid: 15648 components: - type: Transform - pos: -40.5,73.5 + pos: -24.5,43.5 parent: 2 - - uid: 19731 + - uid: 15649 components: - type: Transform - pos: 11.5,72.5 + pos: -129.5,63.5 parent: 2 - - uid: 19799 + - uid: 15651 components: - type: Transform - pos: -12.5,71.5 + pos: -26.5,43.5 parent: 2 - - uid: 19830 + - uid: 15652 components: - type: Transform - pos: -26.5,68.5 + pos: -25.5,43.5 parent: 2 - - uid: 19831 + - uid: 15658 components: - type: Transform - pos: -27.5,68.5 + pos: -127.5,68.5 parent: 2 - - uid: 19832 + - uid: 15659 components: - type: Transform - pos: -25.5,68.5 + pos: -126.5,68.5 parent: 2 - - uid: 19833 + - uid: 15660 components: - type: Transform - pos: -23.5,68.5 + pos: -122.5,69.5 parent: 2 - - uid: 19834 + - uid: 15665 components: - type: Transform - pos: -22.5,68.5 + pos: -107.5,68.5 parent: 2 - - uid: 19835 + - uid: 15675 components: - type: Transform - pos: -21.5,68.5 + pos: -102.5,66.5 parent: 2 - - uid: 19836 + - uid: 15679 components: - type: Transform - pos: -19.5,68.5 + pos: -98.5,65.5 parent: 2 - - uid: 19837 + - uid: 15694 components: - type: Transform - pos: -18.5,68.5 + pos: -95.5,68.5 parent: 2 - - uid: 19838 + - uid: 15711 components: - type: Transform - pos: -17.5,68.5 + pos: -91.5,73.5 parent: 2 - - uid: 19839 + - uid: 15724 components: - type: Transform - pos: -15.5,68.5 + pos: -92.5,89.5 parent: 2 - - uid: 19840 + - uid: 15725 components: - type: Transform - pos: -14.5,68.5 + pos: -92.5,91.5 parent: 2 - - uid: 19841 + - uid: 15773 components: - type: Transform - pos: -13.5,68.5 + pos: -96.5,103.5 parent: 2 - - uid: 19844 + - uid: 15774 components: - type: Transform - pos: -12.5,70.5 + pos: -92.5,108.5 parent: 2 - - uid: 19845 + - uid: 15779 components: - type: Transform - pos: -12.5,69.5 + pos: -92.5,110.5 parent: 2 - - uid: 19892 + - uid: 15803 components: - type: Transform - pos: 77.5,3.5 + pos: -90.5,111.5 parent: 2 - - uid: 19895 + - uid: 15804 components: - type: Transform - pos: 81.5,2.5 + pos: -88.5,111.5 parent: 2 - - uid: 19896 + - uid: 15807 components: - type: Transform - pos: 81.5,3.5 + pos: -85.5,111.5 parent: 2 - - uid: 19908 + - uid: 15811 components: - type: Transform - pos: -66.5,-17.5 + pos: -84.5,111.5 parent: 2 - - uid: 19911 + - uid: 15812 components: - type: Transform - pos: -63.5,-14.5 + pos: -83.5,111.5 parent: 2 - - uid: 19918 + - uid: 15817 components: - type: Transform - pos: -70.5,-19.5 + pos: -15.5,65.5 parent: 2 - - uid: 19919 + - uid: 15819 components: - type: Transform - pos: -71.5,-19.5 + pos: -17.5,65.5 parent: 2 - - uid: 19920 + - uid: 15821 components: - type: Transform - pos: -72.5,-18.5 + pos: -19.5,65.5 parent: 2 - - uid: 19921 + - uid: 15823 components: - type: Transform - pos: -71.5,-13.5 + pos: -21.5,65.5 parent: 2 - - uid: 19922 + - uid: 15824 components: - type: Transform - pos: -68.5,-13.5 + pos: 11.5,69.5 parent: 2 - - uid: 19923 + - uid: 15849 components: - type: Transform - pos: -63.5,-15.5 + pos: 10.5,69.5 parent: 2 - - uid: 19949 + - uid: 15855 components: - type: Transform - pos: 92.5,39.5 + pos: -51.5,-0.5 parent: 2 - - uid: 19961 + - uid: 15869 components: - type: Transform - pos: -117.5,16.5 + pos: 11.5,26.5 parent: 2 - - uid: 19962 + - uid: 15928 components: - type: Transform - pos: -117.5,12.5 + pos: -11.5,42.5 parent: 2 - - uid: 19964 + - uid: 15989 components: - type: Transform - pos: -117.5,4.5 + pos: -52.5,-0.5 parent: 2 - - uid: 19968 + - uid: 15990 components: - type: Transform - pos: -115.5,16.5 + pos: -54.5,-0.5 parent: 2 - - uid: 19971 + - uid: 16243 components: - type: Transform - pos: -115.5,12.5 + pos: -55.5,51.5 parent: 2 - - uid: 19972 + - uid: 16304 components: - type: Transform - pos: -115.5,4.5 + pos: -28.5,57.5 parent: 2 - - uid: 19975 + - uid: 16305 components: - type: Transform - pos: -115.5,0.5 + pos: -28.5,58.5 parent: 2 - - uid: 19995 + - uid: 16307 components: - type: Transform - pos: -123.5,11.5 + pos: -53.5,-0.5 parent: 2 - - uid: 19996 + - uid: 16308 components: - type: Transform - pos: -123.5,14.5 + pos: -28.5,62.5 parent: 2 - - uid: 19997 + - uid: 16319 components: - type: Transform - pos: -121.5,17.5 + pos: -28.5,61.5 parent: 2 - - uid: 19998 + - uid: 16320 components: - type: Transform - pos: -120.5,17.5 + pos: -50.5,-0.5 parent: 2 - - uid: 19999 + - uid: 16341 components: - type: Transform - pos: -123.5,3.5 + pos: -17.5,54.5 parent: 2 - - uid: 20000 + - uid: 16342 components: - type: Transform - pos: -123.5,2.5 + pos: -17.5,55.5 parent: 2 - - uid: 20001 + - uid: 16343 components: - type: Transform - pos: -122.5,-0.5 + pos: -17.5,56.5 parent: 2 - - uid: 20002 + - uid: 16344 components: - type: Transform - pos: -118.5,-0.5 + pos: -17.5,58.5 parent: 2 - - uid: 20007 + - uid: 16345 components: - type: Transform - pos: 44.5,-32.5 + pos: -17.5,57.5 parent: 2 - - uid: 20008 + - uid: 16357 components: - type: Transform - pos: 50.5,-32.5 + pos: -82.5,111.5 parent: 2 - - uid: 20013 + - uid: 16358 components: - type: Transform - pos: -63.5,-17.5 + pos: -78.5,111.5 parent: 2 - - uid: 20014 + - uid: 16359 components: - type: Transform - pos: -63.5,-18.5 + pos: -76.5,111.5 parent: 2 - - uid: 20716 + - uid: 16360 components: - type: Transform - pos: -22.5,35.5 + pos: -70.5,111.5 parent: 2 - - uid: 20724 + - uid: 16363 components: - type: Transform - pos: -63.5,63.5 + pos: -69.5,111.5 parent: 2 - - uid: 20998 + - uid: 16413 components: - type: Transform - pos: -38.5,73.5 + pos: -17.5,45.5 parent: 2 - - uid: 21018 + - uid: 16473 components: - type: Transform - pos: -52.5,-47.5 + pos: -55.5,50.5 parent: 2 - - uid: 21058 + - uid: 16686 components: - type: Transform - pos: -63.5,62.5 + pos: -41.5,-9.5 parent: 2 - - uid: 21076 + - uid: 16687 components: - type: Transform - pos: -39.5,73.5 + pos: -38.5,-9.5 parent: 2 - - uid: 21077 + - uid: 17117 components: - type: Transform - pos: -41.5,73.5 + pos: -17.5,35.5 parent: 2 - - uid: 21165 + - uid: 17122 components: - type: Transform - pos: -35.5,47.5 + pos: -20.5,35.5 parent: 2 - - uid: 21462 + - uid: 17872 components: - type: Transform - pos: 5.5,-13.5 + pos: 3.5,36.5 parent: 2 - - uid: 21467 + - uid: 17873 components: - type: Transform - pos: 47.5,-1.5 + pos: 3.5,35.5 parent: 2 - - uid: 22275 + - uid: 17874 components: - type: Transform - pos: -42.5,73.5 + pos: 3.5,42.5 parent: 2 - - uid: 22298 + - uid: 17878 components: - type: Transform - pos: -24.5,70.5 + pos: 3.5,41.5 parent: 2 - - uid: 22300 + - uid: 17916 components: - type: Transform - pos: -33.5,71.5 + pos: -7.5,68.5 parent: 2 - - uid: 22301 + - uid: 17963 components: - type: Transform - pos: -26.5,70.5 + pos: -9.5,68.5 parent: 2 - - uid: 22302 + - uid: 17973 components: - type: Transform - pos: -15.5,71.5 + pos: -19.5,46.5 parent: 2 - - uid: 22307 + - uid: 17992 components: - type: Transform - pos: -30.5,70.5 + pos: -51.5,6.5 parent: 2 - - uid: 22308 + - uid: 18021 components: - type: Transform - pos: -31.5,70.5 + pos: -2.5,21.5 parent: 2 - - uid: 22309 + - uid: 18022 components: - type: Transform - pos: -20.5,70.5 + pos: -108.5,5.5 parent: 2 - - uid: 22310 + - uid: 18024 components: - type: Transform - pos: -36.5,71.5 + pos: -2.5,18.5 parent: 2 - - uid: 22311 + - uid: 18029 components: - type: Transform - pos: -19.5,71.5 + pos: 7.5,69.5 parent: 2 - - uid: 22312 + - uid: 18076 components: - type: Transform - pos: -37.5,71.5 + pos: -14.5,61.5 parent: 2 - - uid: 22314 + - uid: 18077 components: - type: Transform - pos: -25.5,70.5 + pos: -14.5,62.5 parent: 2 - - uid: 22315 + - uid: 18116 components: - type: Transform - pos: -28.5,70.5 + pos: -67.5,111.5 parent: 2 - - uid: 22317 + - uid: 18122 components: - type: Transform - pos: -22.5,71.5 + pos: -66.5,110.5 parent: 2 - - uid: 22318 + - uid: 18139 components: - type: Transform - pos: -18.5,71.5 + pos: -66.5,107.5 parent: 2 - - uid: 22319 + - uid: 18174 components: - type: Transform - pos: -21.5,71.5 + pos: -67.5,104.5 parent: 2 - - uid: 22320 + - uid: 18196 components: - type: Transform - pos: -20.5,71.5 + pos: -32.5,71.5 parent: 2 - - uid: 22362 + - uid: 18221 components: - type: Transform - pos: -45.5,65.5 + pos: -39.5,68.5 parent: 2 - - uid: 22728 + - uid: 18222 components: - type: Transform - pos: -63.5,59.5 + pos: -36.5,68.5 parent: 2 - - uid: 22754 + - uid: 18224 components: - type: Transform - pos: -101.5,35.5 + pos: -35.5,68.5 parent: 2 - - uid: 22755 + - uid: 18242 components: - type: Transform - pos: -102.5,35.5 + pos: -34.5,62.5 parent: 2 - - uid: 22803 + - uid: 18252 components: - type: Transform - pos: -100.5,35.5 + pos: -38.5,68.5 parent: 2 - - uid: 23016 + - uid: 18270 components: - type: Transform - pos: 15.5,66.5 + pos: -37.5,68.5 parent: 2 - - uid: 23072 + - uid: 18372 components: - type: Transform - pos: 92.5,40.5 + pos: -60.5,47.5 parent: 2 - - uid: 23222 + - uid: 18386 components: - type: Transform - pos: 5.5,21.5 + pos: -67.5,103.5 parent: 2 - - uid: 23223 + - uid: 18391 components: - type: Transform - pos: 5.5,18.5 + pos: -67.5,102.5 parent: 2 - - uid: 23264 + - uid: 18398 components: - type: Transform - pos: -61.5,51.5 + pos: -66.5,101.5 parent: 2 - - uid: 23292 + - uid: 18403 components: - type: Transform - pos: -52.5,-42.5 + pos: -66.5,97.5 parent: 2 - - uid: 23582 + - uid: 18406 components: - type: Transform - pos: -9.5,33.5 + pos: -66.5,96.5 parent: 2 - - uid: 23707 + - uid: 18408 components: - type: Transform - pos: -55.5,49.5 + pos: -60.5,6.5 parent: 2 - - uid: 23711 + - uid: 18409 components: - type: Transform - pos: -61.5,50.5 + pos: -59.5,6.5 parent: 2 - - uid: 23744 + - uid: 18410 components: - type: Transform - pos: -111.5,41.5 + pos: -57.5,6.5 parent: 2 - - uid: 23745 + - uid: 18411 components: - type: Transform - pos: -112.5,41.5 + pos: -56.5,6.5 parent: 2 - - uid: 23748 + - uid: 18412 components: - type: Transform - pos: -113.5,41.5 + pos: -55.5,6.5 parent: 2 - - uid: 23762 + - uid: 18413 components: - type: Transform - pos: -56.5,47.5 + pos: -54.5,6.5 parent: 2 - - uid: 23763 + - uid: 18414 components: - type: Transform - pos: -57.5,47.5 + pos: -52.5,6.5 parent: 2 - - uid: 23764 + - uid: 18440 components: - type: Transform - pos: -57.5,54.5 + pos: -66.5,95.5 parent: 2 - - uid: 23765 + - uid: 18441 components: - type: Transform - pos: -59.5,47.5 + pos: -66.5,94.5 parent: 2 - - uid: 23766 + - uid: 18498 components: - type: Transform - pos: -56.5,54.5 + pos: -66.5,93.5 parent: 2 - - uid: 23807 + - uid: 18520 components: - type: Transform - pos: 47.5,-3.5 + pos: -66.5,78.5 parent: 2 - - uid: 23809 + - uid: 18530 components: - type: Transform - pos: 47.5,-2.5 + pos: -66.5,92.5 parent: 2 - - uid: 23863 + - uid: 18549 components: - type: Transform - pos: -63.5,55.5 + pos: -66.5,91.5 parent: 2 - - uid: 24439 + - uid: 18554 components: - type: Transform - pos: 7.5,-12.5 + pos: -66.5,89.5 parent: 2 - - uid: 24791 + - uid: 18560 components: - type: Transform - pos: -5.5,-40.5 + pos: -92.5,50.5 parent: 2 - - uid: 24792 + - uid: 18563 components: - type: Transform - pos: -5.5,-41.5 + pos: -96.5,55.5 parent: 2 - - uid: 24793 + - uid: 18564 components: - type: Transform - pos: -5.5,-42.5 + pos: -95.5,55.5 parent: 2 - - uid: 25170 + - uid: 18565 components: - type: Transform - pos: 33.5,-12.5 + pos: -94.5,55.5 parent: 2 - - uid: 25203 + - uid: 18572 components: - type: Transform - pos: -52.5,62.5 + pos: -94.5,47.5 parent: 2 - - uid: 25359 + - uid: 18574 components: - type: Transform - pos: -9.5,34.5 + pos: -96.5,47.5 parent: 2 - - uid: 26218 + - uid: 18577 components: - type: Transform - pos: -61.5,48.5 + pos: -90.5,52.5 parent: 2 - - uid: 26221 + - uid: 18578 components: - type: Transform - pos: -58.5,62.5 + pos: -66.5,87.5 parent: 2 - - uid: 26223 + - uid: 18579 components: - type: Transform - pos: -53.5,62.5 + pos: -66.5,85.5 parent: 2 - - uid: 26654 + - uid: 18610 components: - type: Transform - pos: -57.5,62.5 + pos: -91.5,50.5 parent: 2 - - uid: 26846 + - uid: 18611 components: - type: Transform - pos: -20.5,38.5 + pos: -90.5,50.5 parent: 2 - - uid: 26849 + - uid: 18612 components: - type: Transform - pos: -24.5,38.5 + pos: -91.5,52.5 parent: 2 - - uid: 26850 + - uid: 18613 components: - type: Transform - pos: -26.5,38.5 + pos: -92.5,52.5 parent: 2 - - uid: 26873 + - uid: 18616 components: - type: Transform - pos: -25.5,38.5 + pos: -66.5,81.5 parent: 2 - - uid: 26876 + - uid: 18628 components: - type: Transform - pos: -21.5,38.5 + pos: -104.5,45.5 parent: 2 - - uid: 26877 + - uid: 18629 components: - type: Transform - pos: -22.5,38.5 + pos: -103.5,45.5 parent: 2 - - uid: 26878 + - uid: 18630 components: - type: Transform - pos: -33.5,36.5 + pos: -102.5,45.5 parent: 2 - - uid: 27385 + - uid: 18631 components: - type: Transform - pos: -54.5,62.5 + pos: -104.5,47.5 parent: 2 - - uid: 27413 + - uid: 18632 components: - type: Transform - pos: 7.5,2.5 + pos: -103.5,47.5 parent: 2 - - uid: 27774 + - uid: 18633 components: - type: Transform - pos: -59.5,62.5 + pos: -102.5,47.5 parent: 2 - - uid: 27905 + - uid: 18634 components: - type: Transform - pos: 81.5,71.5 + pos: -104.5,55.5 parent: 2 - - uid: 27952 + - uid: 18635 components: - type: Transform - pos: -26.5,-45.5 + pos: -103.5,55.5 parent: 2 - - uid: 27971 + - uid: 18636 components: - type: Transform - pos: -20.5,46.5 + pos: -102.5,55.5 parent: 2 - - uid: 28007 + - uid: 18637 components: - type: Transform - pos: 84.5,73.5 + pos: -104.5,57.5 parent: 2 - - uid: 28047 + - uid: 18639 components: - type: Transform - pos: 81.5,70.5 + pos: -102.5,57.5 parent: 2 - - uid: 28177 + - uid: 18640 components: - type: Transform - pos: -42.5,-39.5 + pos: -103.5,57.5 parent: 2 - - uid: 28178 + - uid: 18652 components: - type: Transform - pos: -17.5,-45.5 + pos: -102.5,53.5 parent: 2 - - uid: 28231 + - uid: 18653 components: - type: Transform - pos: -63.5,57.5 + pos: -102.5,52.5 parent: 2 - - uid: 28250 + - uid: 18654 components: - type: Transform - pos: -40.5,-45.5 + pos: -102.5,51.5 parent: 2 - - uid: 28660 + - uid: 18655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,55.5 + pos: -102.5,50.5 parent: 2 - - uid: 28669 + - uid: 18656 components: - type: Transform - pos: -61.5,58.5 + pos: -102.5,49.5 parent: 2 - - uid: 28671 + - uid: 18657 components: - type: Transform - pos: -61.5,59.5 + pos: -104.5,53.5 parent: 2 - - uid: 28672 + - uid: 18658 components: - type: Transform - pos: -61.5,60.5 + pos: -104.5,52.5 parent: 2 - - uid: 28835 + - uid: 18659 components: - type: Transform - pos: -33.5,63.5 + pos: -104.5,51.5 parent: 2 - - uid: 28944 + - uid: 18660 components: - type: Transform - pos: -30.5,51.5 + pos: -104.5,50.5 parent: 2 - - uid: 28967 + - uid: 18661 components: - type: Transform - pos: -18.5,46.5 + pos: -104.5,49.5 parent: 2 - - uid: 28984 + - uid: 18686 components: - type: Transform - pos: -42.5,18.5 + pos: -66.5,74.5 parent: 2 - - uid: 28994 + - uid: 18687 components: - type: Transform - pos: -41.5,18.5 + pos: -66.5,73.5 parent: 2 - - uid: 28995 + - uid: 18690 components: - type: Transform - pos: -4.5,22.5 + pos: -64.5,71.5 parent: 2 - - uid: 28997 + - uid: 18691 components: - type: Transform - pos: -7.5,22.5 + pos: -61.5,71.5 parent: 2 - - uid: 28999 + - uid: 18692 components: - type: Transform - pos: -5.5,22.5 + pos: -59.5,71.5 parent: 2 - - uid: 29011 + - uid: 18693 components: - type: Transform - pos: -12.5,25.5 + pos: -54.5,72.5 parent: 2 - - uid: 29013 + - uid: 18694 components: - type: Transform - pos: -12.5,24.5 + pos: -55.5,72.5 parent: 2 - - uid: 29298 + - uid: 18696 components: - type: Transform - pos: -32.5,63.5 + pos: -52.5,72.5 parent: 2 - - uid: 29540 + - uid: 18723 components: - type: Transform - pos: -21.5,35.5 + pos: -113.5,60.5 parent: 2 - - uid: 29542 + - uid: 18724 components: - type: Transform - pos: -18.5,35.5 + pos: -112.5,60.5 parent: 2 - - uid: 29543 + - uid: 18725 components: - type: Transform - pos: -16.5,35.5 + pos: -111.5,60.5 parent: 2 - - uid: 29664 + - uid: 18741 components: - type: Transform - pos: -2.5,-16.5 + pos: -121.5,52.5 parent: 2 - - uid: 29671 + - uid: 18742 components: - type: Transform - pos: -2.5,-13.5 + pos: -121.5,51.5 parent: 2 - - uid: 29708 + - uid: 18743 components: - type: Transform - pos: -45.5,67.5 + pos: -121.5,50.5 parent: 2 - - uid: 29805 + - uid: 18759 components: - type: Transform - pos: 90.5,53.5 + pos: -111.5,42.5 parent: 2 - - uid: 29806 + - uid: 18760 components: - type: Transform - pos: 89.5,53.5 + pos: -112.5,42.5 parent: 2 - - uid: 29808 + - uid: 18761 components: - type: Transform - pos: 91.5,54.5 + pos: -113.5,42.5 parent: 2 - - uid: 29809 + - uid: 18782 components: - type: Transform - pos: 91.5,55.5 + pos: 21.5,76.5 parent: 2 - - uid: 29810 + - uid: 18789 components: - type: Transform - pos: 91.5,56.5 + pos: 19.5,77.5 parent: 2 - - uid: 29811 + - uid: 18792 components: - type: Transform - pos: 89.5,57.5 + pos: 21.5,72.5 parent: 2 - - uid: 29812 + - uid: 18793 components: - type: Transform - pos: 90.5,57.5 + pos: 21.5,71.5 parent: 2 - - uid: 29932 + - uid: 18794 components: - type: Transform - pos: 92.5,17.5 + pos: 21.5,70.5 parent: 2 - - uid: 29942 + - uid: 18799 components: - type: Transform - pos: 92.5,16.5 + pos: -122.5,52.5 parent: 2 - - uid: 29955 + - uid: 18828 components: - type: Transform - pos: -41.5,-39.5 + pos: -125.5,59.5 parent: 2 - - uid: 29956 + - uid: 18829 components: - type: Transform - pos: -40.5,-39.5 + pos: -125.5,57.5 parent: 2 - - uid: 29957 + - uid: 18830 components: - type: Transform - pos: -38.5,-39.5 + pos: -126.5,53.5 parent: 2 - - uid: 29958 + - uid: 18831 components: - type: Transform - pos: -39.5,-39.5 + pos: -126.5,51.5 parent: 2 - - uid: 29960 + - uid: 18832 components: - type: Transform - pos: -52.5,-41.5 + pos: -125.5,60.5 parent: 2 - - uid: 29978 + - uid: 18833 components: - type: Transform - pos: -52.5,-43.5 + pos: -124.5,64.5 parent: 2 - - uid: 30020 + - uid: 18834 components: - type: Transform - pos: 89.5,20.5 + pos: -120.5,64.5 parent: 2 - - uid: 30255 + - uid: 18835 components: - type: Transform - pos: -78.5,11.5 + pos: -118.5,64.5 parent: 2 - - uid: 30256 + - uid: 18836 components: - type: Transform - pos: -79.5,11.5 + pos: -115.5,64.5 parent: 2 - - uid: 30257 + - uid: 18837 components: - type: Transform - pos: -77.5,11.5 + pos: -116.5,64.5 parent: 2 - - uid: 30687 + - uid: 18838 components: - type: Transform - pos: 15.5,64.5 + pos: -123.5,64.5 parent: 2 - - uid: 30688 + - uid: 18839 components: - type: Transform - pos: -48.5,61.5 + pos: -125.5,62.5 parent: 2 - - uid: 30710 + - uid: 18840 components: - type: Transform - pos: 12.5,68.5 + pos: -113.5,65.5 parent: 2 - - uid: 30717 + - uid: 18841 components: - type: Transform - pos: 12.5,69.5 + pos: -112.5,65.5 parent: 2 - - uid: 30728 + - uid: 18842 components: - type: Transform - pos: -47.5,67.5 + pos: -108.5,64.5 parent: 2 - - uid: 30742 + - uid: 18843 components: - type: Transform - pos: -47.5,65.5 + pos: -108.5,64.5 parent: 2 - - uid: 30743 + - uid: 18844 components: - type: Transform - pos: -47.5,64.5 + pos: -106.5,64.5 parent: 2 - - uid: 30744 + - uid: 18845 components: - type: Transform - pos: -47.5,63.5 + pos: -105.5,64.5 parent: 2 - - uid: 30747 + - uid: 18846 components: - type: Transform - pos: 6.5,69.5 + pos: -101.5,65.5 parent: 2 - - uid: 30748 + - uid: 18847 components: - type: Transform - pos: 6.5,68.5 + pos: -100.5,65.5 parent: 2 - - uid: 30931 + - uid: 18848 components: - type: Transform - pos: 8.5,69.5 + pos: -99.5,62.5 parent: 2 - - uid: 30935 + - uid: 18849 components: - type: Transform - pos: 9.5,69.5 + pos: -99.5,62.5 parent: 2 - - uid: 31090 + - uid: 18850 components: - type: Transform - pos: -47.5,66.5 + pos: -98.5,60.5 parent: 2 - - uid: 31160 + - uid: 18851 components: - type: Transform - pos: -73.5,4.5 + pos: -98.5,60.5 parent: 2 - - uid: 31161 + - uid: 18857 components: - type: Transform - pos: -71.5,4.5 + pos: -121.5,41.5 parent: 2 - - uid: 31183 + - uid: 18858 components: - type: Transform - pos: -43.5,73.5 + pos: -122.5,41.5 parent: 2 - - uid: 31186 + - uid: 18859 components: - type: Transform - pos: -44.5,73.5 + pos: -123.5,42.5 parent: 2 - - uid: 31187 + - uid: 18860 components: - type: Transform - pos: -45.5,73.5 + pos: -125.5,42.5 parent: 2 - - uid: 31188 + - uid: 18861 components: - type: Transform - pos: -46.5,73.5 + pos: -125.5,41.5 parent: 2 - - uid: 31189 + - uid: 18866 components: - type: Transform - pos: -47.5,73.5 + pos: -123.5,37.5 parent: 2 - - uid: 31190 + - uid: 18867 components: - type: Transform - pos: -48.5,73.5 + pos: -122.5,37.5 parent: 2 - - uid: 31191 + - uid: 18868 components: - type: Transform - pos: -49.5,73.5 + pos: -117.5,37.5 parent: 2 - - uid: 31192 + - uid: 18870 components: - type: Transform - pos: -50.5,73.5 + pos: -125.5,38.5 parent: 2 - - uid: 31193 + - uid: 18871 components: - type: Transform - pos: -51.5,73.5 + pos: -125.5,39.5 parent: 2 - - uid: 31194 + - uid: 18872 components: - type: Transform - pos: -51.5,72.5 + pos: -126.5,43.5 parent: 2 - - uid: 31195 + - uid: 18873 components: - type: Transform - pos: -51.5,71.5 + pos: -125.5,48.5 parent: 2 - - uid: 31196 + - uid: 18874 components: - type: Transform - pos: -51.5,70.5 + pos: -125.5,49.5 parent: 2 - - uid: 31197 + - uid: 18875 components: - type: Transform - pos: -51.5,69.5 + pos: -126.5,40.5 parent: 2 - - uid: 31198 + - uid: 18876 components: - type: Transform - pos: -51.5,68.5 + pos: -126.5,56.5 parent: 2 - - uid: 31199 + - uid: 18877 components: - type: Transform - pos: -51.5,67.5 + pos: -122.5,64.5 parent: 2 - - uid: 31200 + - uid: 18878 components: - type: Transform - pos: -51.5,66.5 + pos: -119.5,65.5 parent: 2 - - uid: 31201 + - uid: 18881 components: - type: Transform - pos: -51.5,65.5 + pos: -125.5,47.5 parent: 2 - - uid: 31202 + - uid: 18899 components: - type: Transform - pos: -51.5,64.5 + pos: -119.5,37.5 parent: 2 - - uid: 31203 + - uid: 18948 components: - type: Transform - pos: -52.5,64.5 + pos: 22.5,69.5 parent: 2 - - uid: 31204 + - uid: 18949 components: - type: Transform - pos: -53.5,64.5 + pos: 22.5,68.5 parent: 2 - - uid: 31205 + - uid: 18954 components: - type: Transform - pos: -54.5,64.5 + pos: 26.5,66.5 parent: 2 - - uid: 31206 + - uid: 18959 components: - type: Transform - pos: -55.5,64.5 + pos: 28.5,66.5 parent: 2 - - uid: 31207 + - uid: 18960 components: - type: Transform - pos: -56.5,64.5 + pos: 30.5,66.5 parent: 2 - - uid: 31208 + - uid: 18961 components: - type: Transform - pos: -57.5,64.5 + pos: 33.5,66.5 parent: 2 - - uid: 31209 + - uid: 19317 components: - type: Transform - pos: -58.5,64.5 + pos: -45.5,64.5 parent: 2 - - uid: 31210 + - uid: 19321 components: - type: Transform - pos: -59.5,64.5 + pos: 34.5,66.5 parent: 2 - - uid: 31211 + - uid: 19327 components: - type: Transform - pos: -60.5,64.5 + pos: 37.5,65.5 parent: 2 - - uid: 31212 + - uid: 19328 components: - type: Transform - pos: -61.5,64.5 + pos: -61.5,49.5 parent: 2 - - uid: 31213 + - uid: 19330 components: - type: Transform - pos: -62.5,64.5 + pos: -61.5,46.5 parent: 2 - - uid: 31214 + - uid: 19331 components: - type: Transform - pos: -63.5,64.5 + pos: -61.5,45.5 parent: 2 - - uid: 31220 + - uid: 19340 components: - type: Transform - pos: -95.5,47.5 + pos: -108.5,11.5 parent: 2 - - uid: 31419 + - uid: 19341 components: - type: Transform - pos: -58.5,54.5 + pos: -87.5,-15.5 parent: 2 - - uid: 31611 + - uid: 19342 components: - type: Transform - pos: 83.5,73.5 + pos: -81.5,-15.5 parent: 2 - - uid: 31613 + - uid: 19344 components: - type: Transform - pos: 82.5,73.5 + pos: 38.5,65.5 parent: 2 - - uid: 31616 + - uid: 19346 components: - type: Transform - pos: 81.5,72.5 + pos: 39.5,65.5 parent: 2 - - uid: 31617 + - uid: 19348 components: - type: Transform - pos: 85.5,72.5 + pos: 40.5,65.5 parent: 2 - - uid: 31618 + - uid: 19351 components: - type: Transform - pos: 85.5,71.5 + pos: 41.5,65.5 parent: 2 - - uid: 31619 + - uid: 19362 components: - type: Transform - pos: 85.5,70.5 + pos: 42.5,66.5 parent: 2 - - uid: 31711 + - uid: 19363 components: - type: Transform - pos: -44.5,-45.5 + pos: 43.5,66.5 parent: 2 - - uid: 31712 + - uid: 19364 components: - type: Transform - pos: -25.5,-45.5 + pos: 41.5,66.5 parent: 2 - - uid: 31713 + - uid: 19365 components: - type: Transform - pos: -24.5,-45.5 + pos: 46.5,66.5 parent: 2 - - uid: 31714 + - uid: 19382 components: - type: Transform - pos: -23.5,-45.5 + pos: -6.5,22.5 parent: 2 - - uid: 31715 + - uid: 19388 components: - type: Transform - pos: -22.5,-45.5 + pos: 47.5,68.5 parent: 2 - - uid: 32181 + - uid: 19399 components: - type: Transform - pos: -19.5,-26.5 + rot: -1.5707963267948966 rad + pos: 35.5,-4.5 parent: 2 - - uid: 32209 + - uid: 19401 components: - type: Transform - pos: -96.5,56.5 + pos: 48.5,70.5 parent: 2 - - uid: 32210 + - uid: 19413 components: - type: Transform - pos: -95.5,56.5 + pos: 48.5,71.5 parent: 2 - - uid: 32211 + - uid: 19433 components: - type: Transform - pos: -94.5,56.5 + pos: 49.5,72.5 parent: 2 - - uid: 32212 + - uid: 19435 components: - type: Transform - pos: -96.5,46.5 + pos: 55.5,76.5 parent: 2 - - uid: 32213 + - uid: 19438 components: - type: Transform - pos: -95.5,46.5 + pos: 54.5,76.5 parent: 2 - - uid: 32214 + - uid: 19457 components: - type: Transform - pos: -94.5,46.5 + pos: -99.5,31.5 parent: 2 - - uid: 32247 + - uid: 19463 components: - type: Transform - pos: -122.5,51.5 + pos: -0.5,79.5 parent: 2 - - uid: 32248 + - uid: 19464 components: - type: Transform - pos: -122.5,50.5 + pos: 1.5,79.5 parent: 2 - - uid: 32253 + - uid: 19465 components: - type: Transform - pos: -113.5,61.5 + pos: 3.5,79.5 parent: 2 - - uid: 32254 + - uid: 19472 components: - type: Transform - pos: -112.5,61.5 + pos: -4.5,79.5 parent: 2 - - uid: 32255 + - uid: 19473 components: - type: Transform - pos: -111.5,61.5 + pos: -6.5,79.5 parent: 2 - - uid: 33714 + - uid: 19474 components: - type: Transform - pos: -7.5,-8.5 + pos: -8.5,79.5 parent: 2 - - uid: 33719 + - uid: 19475 components: - type: Transform - pos: -57.5,14.5 + pos: 7.5,79.5 parent: 2 - - uid: 33722 + - uid: 19476 components: - type: Transform - pos: -59.5,14.5 + pos: 9.5,79.5 parent: 2 - - uid: 33723 + - uid: 19477 components: - type: Transform - pos: -58.5,14.5 + pos: 11.5,79.5 parent: 2 - - uid: 34977 + - uid: 19479 components: - type: Transform - pos: -11.5,-6.5 + pos: -83.5,23.5 parent: 2 - - uid: 34978 + - uid: 19488 components: - type: Transform - pos: -58.5,10.5 + pos: -8.5,80.5 parent: 2 - - uid: 35752 + - uid: 19489 components: - type: Transform - pos: -103.5,-27.5 + pos: -8.5,81.5 parent: 2 - - uid: 35753 + - uid: 19490 components: - type: Transform - pos: -102.5,-27.5 + pos: -8.5,82.5 parent: 2 - - uid: 35754 + - uid: 19491 components: - type: Transform - pos: -101.5,-27.5 + pos: -6.5,80.5 parent: 2 - - uid: 36467 + - uid: 19492 components: - type: Transform - pos: -7.5,-7.5 + pos: -6.5,81.5 parent: 2 - - uid: 36469 + - uid: 19493 components: - type: Transform - pos: -57.5,10.5 + pos: -6.5,82.5 parent: 2 - - uid: 36470 + - uid: 19494 components: - type: Transform - pos: -59.5,10.5 + pos: -4.5,80.5 parent: 2 -- proto: GrilleBroken - entities: - - uid: 4770 + - uid: 19495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,13.5 + pos: -4.5,81.5 parent: 2 - - uid: 5395 + - uid: 19496 components: - type: Transform - pos: 58.5,53.5 + pos: -4.5,82.5 parent: 2 - - uid: 5396 + - uid: 19497 components: - type: Transform - pos: 57.5,53.5 + pos: -0.5,80.5 parent: 2 - - uid: 5397 + - uid: 19498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,56.5 + pos: -0.5,81.5 parent: 2 - - uid: 7011 + - uid: 19499 components: - type: Transform - pos: -29.5,-34.5 + pos: -0.5,82.5 parent: 2 - - uid: 7012 + - uid: 19500 components: - type: Transform - pos: -30.5,-34.5 + pos: 1.5,80.5 parent: 2 - - uid: 7013 + - uid: 19501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-31.5 + pos: 1.5,81.5 parent: 2 - - uid: 7014 + - uid: 19502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-31.5 + pos: 1.5,82.5 parent: 2 - - uid: 13744 + - uid: 19503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-9.5 + pos: 3.5,80.5 parent: 2 - - uid: 13765 + - uid: 19504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-8.5 + pos: 3.5,81.5 parent: 2 - - uid: 13766 + - uid: 19505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-5.5 + pos: 3.5,82.5 parent: 2 - - uid: 13767 + - uid: 19506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-6.5 + pos: 7.5,80.5 parent: 2 - - uid: 13768 + - uid: 19507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-0.5 + pos: 7.5,81.5 parent: 2 - - uid: 13769 + - uid: 19508 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-1.5 + pos: 7.5,82.5 parent: 2 - - uid: 13770 + - uid: 19509 components: - type: Transform - pos: 85.5,2.5 + pos: 9.5,80.5 parent: 2 - - uid: 13771 + - uid: 19510 components: - type: Transform - pos: 84.5,3.5 + pos: 9.5,81.5 parent: 2 - - uid: 13772 + - uid: 19511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-10.5 + pos: 9.5,82.5 parent: 2 - - uid: 13773 + - uid: 19512 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-10.5 + pos: 11.5,80.5 parent: 2 - - uid: 13774 + - uid: 19513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-36.5 + pos: 11.5,81.5 parent: 2 - - uid: 13775 + - uid: 19514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-38.5 + pos: 11.5,82.5 parent: 2 - - uid: 13776 + - uid: 19515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-41.5 + pos: 7.5,72.5 parent: 2 - - uid: 13777 + - uid: 19611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-41.5 + pos: -12.5,77.5 parent: 2 - - uid: 13778 + - uid: 19612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-42.5 + pos: -12.5,76.5 parent: 2 - - uid: 13779 + - uid: 19613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-41.5 + pos: -12.5,75.5 parent: 2 - - uid: 13780 + - uid: 19614 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-42.5 + pos: -12.5,74.5 parent: 2 - - uid: 13781 + - uid: 19615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-39.5 + pos: 15.5,77.5 parent: 2 - - uid: 13782 + - uid: 19616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-37.5 + pos: 15.5,76.5 parent: 2 - - uid: 13816 + - uid: 19617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,7.5 + pos: 15.5,75.5 parent: 2 - - uid: 13817 + - uid: 19618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,9.5 + pos: 15.5,74.5 parent: 2 - - uid: 13825 + - uid: 19639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,12.5 + pos: 49.5,75.5 parent: 2 - - uid: 13826 + - uid: 19655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,11.5 + pos: -34.5,61.5 parent: 2 - - uid: 22299 + - uid: 19724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,71.5 + pos: -40.5,73.5 parent: 2 - - uid: 22303 + - uid: 19731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,71.5 + pos: 11.5,72.5 parent: 2 - - uid: 22304 + - uid: 19799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,70.5 + pos: -12.5,71.5 parent: 2 - - uid: 22305 + - uid: 19812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,71.5 + pos: 50.5,75.5 parent: 2 - - uid: 22306 + - uid: 19830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,71.5 + pos: -26.5,68.5 parent: 2 - - uid: 22313 + - uid: 19831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,70.5 + pos: -27.5,68.5 parent: 2 - - uid: 22316 + - uid: 19832 components: - type: Transform - pos: -24.5,71.5 + pos: -25.5,68.5 parent: 2 - - uid: 22934 + - uid: 19833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -125.5,55.5 + pos: -23.5,68.5 parent: 2 - - uid: 23019 + - uid: 19834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -125.5,64.5 + pos: -22.5,68.5 parent: 2 - - uid: 23020 + - uid: 19835 components: - type: Transform - pos: -117.5,65.5 + pos: -21.5,68.5 parent: 2 - - uid: 23021 + - uid: 19836 components: - type: Transform - pos: -116.5,65.5 + pos: -19.5,68.5 parent: 2 - - uid: 23022 + - uid: 19837 components: - type: Transform - pos: -106.5,65.5 + pos: -18.5,68.5 parent: 2 - - uid: 23023 + - uid: 19838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,63.5 + pos: -17.5,68.5 parent: 2 - - uid: 23024 + - uid: 19839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,62.5 + pos: -15.5,68.5 parent: 2 - - uid: 23025 + - uid: 19840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -126.5,55.5 + pos: -14.5,68.5 parent: 2 - - uid: 23026 + - uid: 19841 components: - type: Transform - pos: -126.5,44.5 + pos: -13.5,68.5 parent: 2 - - uid: 23027 + - uid: 19844 components: - type: Transform - pos: -122.5,42.5 + pos: -12.5,70.5 parent: 2 - - uid: 23028 + - uid: 19845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,49.5 + pos: -12.5,69.5 parent: 2 - - uid: 23029 + - uid: 19892 components: - type: Transform - pos: -122.5,38.5 + pos: 77.5,3.5 parent: 2 - - uid: 23030 + - uid: 19895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -117.5,39.5 + pos: 81.5,2.5 parent: 2 - - uid: 23031 + - uid: 19896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -117.5,38.5 + pos: 81.5,3.5 parent: 2 - - uid: 23033 + - uid: 19908 components: - type: Transform - pos: -95.5,40.5 + pos: -66.5,-17.5 parent: 2 -- proto: GrilleSpawner - entities: - - uid: 18578 + - uid: 19911 components: - type: Transform - pos: -95.5,65.5 + pos: -63.5,-14.5 parent: 2 - - uid: 18579 + - uid: 19918 components: - type: Transform - pos: -96.5,64.5 + pos: -70.5,-19.5 parent: 2 - - uid: 18792 + - uid: 19919 components: - type: Transform - pos: -94.5,65.5 + pos: -71.5,-19.5 parent: 2 - - uid: 18793 + - uid: 19920 components: - type: Transform - pos: -95.5,64.5 + pos: -72.5,-18.5 parent: 2 - - uid: 18794 + - uid: 19921 components: - type: Transform - pos: -97.5,64.5 + pos: -71.5,-13.5 parent: 2 - - uid: 32293 + - uid: 19922 components: - type: Transform - pos: -94.5,66.5 + pos: -68.5,-13.5 parent: 2 - - uid: 32300 + - uid: 19923 components: - type: Transform - pos: -100.5,63.5 + pos: -63.5,-15.5 parent: 2 - - uid: 32302 + - uid: 19949 components: - type: Transform - pos: -99.5,64.5 + pos: 92.5,39.5 parent: 2 - - uid: 32303 + - uid: 19956 components: - type: Transform - pos: -98.5,64.5 + pos: 52.5,75.5 parent: 2 - - uid: 32304 + - uid: 19957 components: - type: Transform - pos: -99.5,63.5 + pos: 56.5,76.5 parent: 2 - - uid: 32316 + - uid: 19958 components: - type: Transform - pos: -93.5,66.5 + pos: 57.5,76.5 parent: 2 - - uid: 32317 + - uid: 19959 components: - type: Transform - pos: -92.5,66.5 + pos: 58.5,76.5 parent: 2 - - uid: 32319 + - uid: 19960 components: - type: Transform - pos: -92.5,67.5 + pos: 59.5,76.5 parent: 2 -- proto: GunSafeLaserCarbine - entities: - - uid: 28886 + - uid: 19963 components: - type: Transform - anchored: True - pos: -25.5,48.5 + pos: 60.5,76.5 parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafePistolMk58 - entities: - - uid: 28891 + - uid: 19965 components: - type: Transform - anchored: True - pos: -25.5,47.5 + pos: 61.5,76.5 parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafeShotgunKammerer - entities: - - uid: 28885 + - uid: 19968 components: - type: Transform - anchored: True - pos: -23.5,47.5 + pos: 62.5,76.5 parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafeSubMachineGunDrozd - entities: - - uid: 28963 + - uid: 19969 components: - type: Transform - anchored: True - pos: -23.5,48.5 + pos: 65.5,76.5 parent: 2 - - type: Physics - bodyType: Static -- proto: Handcuffs - entities: - - uid: 4331 + - uid: 19971 components: - type: Transform - pos: 49.76617,34.08667 + pos: 73.5,76.5 parent: 2 - - uid: 15379 + - uid: 19973 components: - type: Transform - pos: 13.720597,54.94558 + pos: 74.5,76.5 parent: 2 - - uid: 15510 + - uid: 19981 components: - type: Transform - pos: -36.5038,30.736282 + pos: 75.5,76.5 parent: 2 - - uid: 19395 + - uid: 19982 components: - type: Transform - pos: -9.701005,42.665085 + pos: 71.5,76.5 parent: 2 - - uid: 19396 + - uid: 19983 components: - type: Transform - pos: -9.451005,42.61821 + pos: 70.5,76.5 parent: 2 - - uid: 32542 + - uid: 19984 components: - type: Transform - pos: 99.55813,42.54598 + pos: 69.5,76.5 parent: 2 -- proto: HandheldCrewMonitor - entities: - - uid: 8961 + - uid: 19993 components: - type: Transform - pos: 35.545147,3.6304834 + pos: 68.5,76.5 parent: 2 -- proto: HandheldGPSBasic - entities: - - uid: 1672 + - uid: 20007 components: - type: Transform - pos: -25.51881,9.577614 + pos: 44.5,-32.5 parent: 2 - - uid: 34980 + - uid: 20008 components: - type: Transform - pos: 34.390953,3.685296 + pos: 50.5,-32.5 parent: 2 -- proto: HandheldHealthAnalyzer - entities: - - uid: 5561 + - uid: 20013 components: - type: Transform - pos: 48.69378,46.593346 + pos: -63.5,-17.5 parent: 2 - - uid: 6909 + - uid: 20014 components: - type: Transform - pos: 43.88972,-21.144852 + pos: -63.5,-18.5 parent: 2 - - uid: 6911 + - uid: 20314 components: - type: Transform - pos: -9.151129,-42.43531 + pos: 67.5,76.5 parent: 2 - - uid: 14206 + - uid: 20320 components: - type: Transform - pos: 13.549272,55.62919 + pos: 78.5,77.5 parent: 2 - - uid: 15727 + - uid: 20365 components: - type: Transform - pos: -24.405924,42.378788 + pos: 79.5,77.5 parent: 2 -- proto: HandLabeler - entities: - - uid: 1084 + - uid: 20373 components: - type: Transform - pos: 20.645819,-1.1453056 + pos: 80.5,77.5 parent: 2 - - uid: 1984 + - uid: 20399 components: - type: Transform - pos: 7.2949524,30.869534 + pos: 81.5,77.5 parent: 2 - - uid: 5524 + - uid: 20590 components: - type: Transform - pos: 28.111671,30.624172 + pos: 82.5,77.5 parent: 2 - - uid: 9550 + - uid: 20591 components: - type: Transform - pos: 36.36654,46.676826 + pos: 83.5,77.5 parent: 2 - - uid: 35809 + - uid: 20592 components: - type: Transform - pos: -3.414721,-6.6666975 + pos: 84.5,77.5 parent: 2 -- proto: HappyHonk - entities: - - uid: 5701 + - uid: 20593 components: - type: Transform - pos: -77.61699,1.6966684 + pos: 85.5,77.5 parent: 2 - - uid: 19431 + - uid: 20594 components: - type: Transform - pos: -78.50285,3.6125455 + pos: 86.5,77.5 parent: 2 -- proto: HappyHonkMime - entities: - - uid: 4210 + - uid: 20595 components: - type: Transform - pos: -81.284096,1.8494835 + pos: 97.5,17.5 parent: 2 -- proto: HatSpawner - entities: - - uid: 21090 + - uid: 20596 components: - type: Transform - pos: -6.5,-38.5 + pos: 91.5,77.5 parent: 2 - - uid: 21091 + - uid: 20716 components: - type: Transform - pos: -3.5,-18.5 + pos: -22.5,35.5 parent: 2 - - uid: 21093 + - uid: 20724 components: - type: Transform - pos: -32.5,27.5 + pos: -108.5,10.5 parent: 2 - - uid: 21095 + - uid: 20934 components: - type: Transform - pos: -66.5,50.5 + rot: 3.141592653589793 rad + pos: -104.5,14.5 parent: 2 - - uid: 21096 + - uid: 20998 components: - type: Transform - pos: -71.5,22.5 + pos: -38.5,73.5 parent: 2 - - uid: 21098 + - uid: 21000 components: - type: Transform - pos: -61.5,-31.5 + pos: 94.5,76.5 parent: 2 - - uid: 21099 + - uid: 21018 components: - type: Transform - pos: -46.5,-35.5 + pos: -52.5,-47.5 parent: 2 - - uid: 33574 + - uid: 21019 components: - type: Transform - pos: 72.5,31.5 + pos: 95.5,75.5 parent: 2 - - uid: 33575 + - uid: 21020 components: - type: Transform - pos: 76.5,37.5 + pos: 96.5,70.5 parent: 2 - - uid: 33576 + - uid: 21021 components: - type: Transform - pos: 92.5,33.5 + pos: 96.5,68.5 parent: 2 - - uid: 33577 + - uid: 21022 components: - type: Transform - pos: 95.5,42.5 + pos: 99.5,54.5 parent: 2 - - uid: 33578 + - uid: 21023 components: - type: Transform - pos: 99.5,41.5 + pos: 101.5,47.5 parent: 2 - - uid: 33579 + - uid: 21024 components: - type: Transform - pos: 82.5,52.5 + pos: 104.5,36.5 parent: 2 -- proto: HeadSkeleton - entities: - - uid: 30075 + - uid: 21025 components: - type: Transform - pos: 90.89885,41.841835 + pos: 104.5,31.5 parent: 2 - - uid: 30077 + - uid: 21026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.6176,42.10746 + pos: 104.5,29.5 parent: 2 - - uid: 32533 + - uid: 21027 components: - type: Transform - pos: 90.62023,41.821255 + pos: 104.5,26.5 parent: 2 - - uid: 32534 + - uid: 21028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.05773,41.61813 + pos: 103.5,24.5 parent: 2 - - uid: 32535 + - uid: 21029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.30773,41.49313 + pos: 103.5,23.5 parent: 2 - - uid: 32536 + - uid: 21031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.22961,43.633755 + pos: 103.5,22.5 parent: 2 - - uid: 32537 + - uid: 21032 components: - type: Transform - pos: 90.62023,43.758755 + pos: 103.5,21.5 parent: 2 - - uid: 32538 + - uid: 21033 components: - type: Transform - pos: 84.76086,42.61813 + pos: 102.5,20.5 parent: 2 - - uid: 33559 + - uid: 21035 components: - type: Transform - pos: 91.95369,27.203115 + pos: 101.5,20.5 parent: 2 -- proto: HighSecArmoryLocked - entities: - - uid: 9055 + - uid: 21036 components: - type: Transform - pos: -23.5,43.5 + pos: 100.5,20.5 parent: 2 - - uid: 15618 + - uid: 21037 components: - type: Transform - pos: -21.5,44.5 + pos: 99.5,19.5 parent: 2 -- proto: HighSecCommandLocked - entities: - - uid: 18354 + - uid: 21038 components: - type: Transform - pos: 4.5,60.5 + pos: 98.5,19.5 parent: 2 - - uid: 22597 + - uid: 21039 components: - type: Transform - pos: 20.5,45.5 + pos: 98.5,18.5 parent: 2 - - uid: 22598 + - uid: 21058 components: - type: Transform - pos: 27.5,40.5 + pos: 97.5,16.5 parent: 2 -- proto: Holoprojector - entities: - - uid: 18542 + - uid: 21076 components: - type: Transform - pos: -37.40299,24.825838 + pos: -39.5,73.5 parent: 2 -- proto: HoloprojectorEngineering - entities: - - uid: 30647 + - uid: 21077 components: - type: Transform - pos: -53.36526,35.883842 + pos: -41.5,73.5 parent: 2 - - uid: 30648 + - uid: 21080 components: - type: Transform - pos: -47.505886,33.727592 + pos: 97.5,15.5 parent: 2 - - uid: 30649 + - uid: 21117 components: - type: Transform - pos: -47.349636,33.540092 + pos: 97.5,14.5 parent: 2 - - uid: 30650 + - uid: 21118 components: - type: Transform - pos: -55.037136,35.477592 + pos: 97.5,13.5 parent: 2 -- proto: HoloprojectorSecurity - entities: - - uid: 15581 + - uid: 21119 components: - type: Transform - pos: -13.580149,33.719345 + pos: 97.5,12.5 parent: 2 -- proto: HospitalCurtains - entities: - - uid: 6082 + - uid: 21120 components: - type: Transform - pos: 68.5,9.5 + pos: 95.5,7.5 parent: 2 -- proto: HospitalCurtainsOpen - entities: - - uid: 383 + - uid: 21122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,4.5 + pos: 89.5,-3.5 parent: 2 - - uid: 401 + - uid: 21129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,4.5 + pos: 82.5,-28.5 parent: 2 - - uid: 402 + - uid: 21130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,0.5 + pos: 80.5,-22.5 parent: 2 - - uid: 882 + - uid: 21131 components: - type: Transform - pos: 25.5,-4.5 + pos: 80.5,-24.5 parent: 2 - - uid: 1006 + - uid: 21132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,0.5 + pos: 80.5,-25.5 parent: 2 - - uid: 1025 + - uid: 21133 components: - type: Transform - pos: 32.5,-11.5 + pos: 79.5,-21.5 parent: 2 - - uid: 1060 + - uid: 21163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,4.5 + pos: 82.5,-29.5 parent: 2 - - uid: 1165 + - uid: 21165 components: - type: Transform - pos: 6.5,16.5 + pos: -35.5,47.5 parent: 2 - - uid: 1193 + - uid: 21188 components: - type: Transform - pos: 25.5,-5.5 + pos: 82.5,-30.5 parent: 2 - - uid: 1194 + - uid: 21189 components: - type: Transform - pos: 25.5,-7.5 + pos: 82.5,-31.5 parent: 2 - - uid: 1195 + - uid: 21190 components: - type: Transform - pos: 25.5,-8.5 + pos: 82.5,-32.5 parent: 2 - - uid: 1196 + - uid: 21191 components: - type: Transform - pos: 25.5,-10.5 + pos: 81.5,-33.5 parent: 2 - - uid: 1197 + - uid: 21204 components: - type: Transform - pos: 25.5,-11.5 + pos: 80.5,-35.5 parent: 2 - - uid: 1208 + - uid: 21462 components: - type: Transform - pos: 32.5,-10.5 + pos: 5.5,-13.5 parent: 2 - - uid: 1455 + - uid: 21467 components: - type: Transform - pos: 6.5,14.5 + pos: 47.5,-1.5 parent: 2 - - uid: 1456 + - uid: 21569 components: - type: Transform - pos: 12.5,14.5 + pos: 79.5,-35.5 parent: 2 - - type: Door - secondsUntilStateChange: -97469.51 - - uid: 1457 + - uid: 21884 components: - type: Transform - pos: 12.5,10.5 + pos: 77.5,-35.5 parent: 2 - - uid: 1458 + - uid: 21886 components: - type: Transform - pos: 6.5,12.5 + pos: 76.5,-35.5 parent: 2 - - uid: 1460 + - uid: 21888 components: - type: Transform - pos: 6.5,10.5 + pos: 75.5,-35.5 parent: 2 - - uid: 1461 + - uid: 21890 components: - type: Transform - pos: 12.5,12.5 + pos: 74.5,-35.5 parent: 2 - - uid: 1462 + - uid: 21894 components: - type: Transform - pos: 5.5,14.5 + pos: 72.5,-36.5 parent: 2 - - uid: 1463 + - uid: 21913 components: - type: Transform - pos: 5.5,12.5 + pos: 71.5,-36.5 parent: 2 - - uid: 1464 + - uid: 21914 components: - type: Transform - pos: 5.5,10.5 + pos: 70.5,-37.5 parent: 2 - - uid: 1465 + - uid: 21915 components: - type: Transform - pos: 13.5,10.5 + pos: 70.5,-39.5 parent: 2 - - uid: 1466 + - uid: 21927 components: - type: Transform - pos: 13.5,12.5 + pos: 69.5,-42.5 parent: 2 - - uid: 1467 + - uid: 21928 components: - type: Transform - pos: 13.5,14.5 + pos: 69.5,-44.5 parent: 2 - - uid: 1468 + - uid: 21929 components: - type: Transform - pos: 13.5,16.5 + pos: 68.5,-45.5 parent: 2 - - uid: 1469 + - uid: 21947 components: - type: Transform - pos: 12.5,16.5 + pos: 75.5,-72.5 parent: 2 - - uid: 2525 + - uid: 21948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-23.5 + pos: 68.5,-43.5 parent: 2 - - uid: 2818 + - uid: 21949 components: - type: Transform - pos: 5.5,-10.5 + pos: 69.5,-41.5 parent: 2 - - uid: 3309 + - uid: 21950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-21.5 + pos: 69.5,-43.5 parent: 2 - - uid: 3411 + - uid: 21951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-21.5 + pos: 69.5,-45.5 parent: 2 - - uid: 4725 + - uid: 21953 components: - type: Transform - pos: 46.5,22.5 + pos: 69.5,-46.5 parent: 2 - - uid: 4745 + - uid: 21955 components: - type: Transform - pos: 45.5,27.5 + pos: 69.5,-48.5 parent: 2 - - uid: 4746 + - uid: 21956 components: - type: Transform - pos: 13.5,-6.5 + pos: 69.5,-49.5 parent: 2 - - uid: 5109 + - uid: 21957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,59.5 + pos: 69.5,-50.5 parent: 2 - - uid: 5146 + - uid: 21959 components: - type: Transform - pos: 72.5,-12.5 + pos: 69.5,-51.5 parent: 2 - - uid: 5229 + - uid: 21960 components: - type: Transform - pos: -29.5,-17.5 + pos: 69.5,-52.5 parent: 2 - - uid: 5294 + - uid: 21961 components: - type: Transform - pos: -52.5,14.5 + pos: 69.5,-55.5 parent: 2 - - uid: 5512 + - uid: 21964 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-34.5 + pos: 69.5,-63.5 parent: 2 - - uid: 5513 + - uid: 21965 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-32.5 + pos: 69.5,-64.5 parent: 2 - - uid: 5514 + - uid: 21966 components: - type: Transform - pos: -25.5,-22.5 + pos: 72.5,-71.5 parent: 2 - - uid: 5515 + - uid: 21971 components: - type: Transform - pos: -52.5,13.5 + pos: 73.5,-71.5 parent: 2 - - uid: 5516 + - uid: 21972 components: - type: Transform - pos: -26.5,-22.5 + pos: 74.5,-71.5 parent: 2 - - uid: 5517 + - uid: 21973 components: - type: Transform - pos: -28.5,-12.5 + pos: 75.5,-73.5 parent: 2 - - uid: 5519 + - uid: 21974 components: - type: Transform - pos: -26.5,-12.5 + pos: 76.5,-77.5 parent: 2 - - uid: 5762 + - uid: 22028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,64.5 + pos: 76.5,-79.5 parent: 2 - - uid: 5764 + - uid: 22033 components: - type: Transform - pos: 22.5,-25.5 + pos: 76.5,-80.5 parent: 2 - - uid: 6081 + - uid: 22034 components: - type: Transform - pos: 66.5,9.5 + pos: 76.5,-81.5 parent: 2 - - uid: 6247 + - uid: 22035 components: - type: Transform - pos: -7.5,-3.5 + pos: 75.5,-85.5 parent: 2 - - uid: 6269 + - uid: 22036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 + pos: 75.5,-87.5 parent: 2 - - uid: 6551 + - uid: 22037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 + pos: 69.5,-89.5 parent: 2 - - uid: 6577 + - uid: 22039 components: - type: Transform - pos: -22.5,-12.5 + pos: 66.5,-88.5 parent: 2 - - uid: 6578 + - uid: 22042 components: - type: Transform - pos: -28.5,-17.5 + pos: 65.5,-89.5 parent: 2 - - uid: 6941 + - uid: 22049 components: - type: Transform - pos: -27.5,-17.5 + pos: 62.5,-89.5 parent: 2 - - uid: 6944 + - uid: 22067 components: - type: Transform - pos: 13.5,-10.5 + rot: -1.5707963267948966 rad + pos: -84.5,32.5 parent: 2 - - uid: 7328 + - uid: 22069 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,60.5 + pos: -107.5,24.5 parent: 2 - - uid: 7351 + - uid: 22070 components: - type: Transform - pos: -46.5,13.5 + rot: -1.5707963267948966 rad + pos: -84.5,-15.5 parent: 2 - - uid: 7441 + - uid: 22078 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,-24.5 + pos: -41.5,18.5 parent: 2 - - uid: 7496 + - uid: 22080 components: - type: Transform - pos: -51.5,-6.5 + rot: -1.5707963267948966 rad + pos: 35.5,-7.5 parent: 2 - - uid: 7497 + - uid: 22082 components: - type: Transform - pos: -49.5,-6.5 + pos: 64.5,-89.5 parent: 2 - - uid: 7533 + - uid: 22084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-8.5 + pos: 55.5,-89.5 parent: 2 - - uid: 7537 + - uid: 22085 components: - type: Transform - pos: -70.5,14.5 + pos: 54.5,-89.5 parent: 2 - - uid: 8326 + - uid: 22091 components: - type: Transform - pos: -26.5,4.5 + pos: 53.5,-89.5 parent: 2 - - uid: 8327 + - uid: 22092 components: - type: Transform - pos: -19.5,4.5 + pos: 52.5,-89.5 parent: 2 - - uid: 8330 + - uid: 22097 components: - type: Transform - pos: -19.5,0.5 + pos: 51.5,-89.5 parent: 2 - - uid: 8361 + - uid: 22100 components: - type: Transform - pos: -20.5,0.5 + pos: 56.5,-88.5 parent: 2 - - uid: 8374 + - uid: 22102 components: - type: Transform - pos: -13.5,0.5 + pos: 46.5,-88.5 parent: 2 - - uid: 8380 + - uid: 22103 components: - type: Transform - pos: -13.5,4.5 + pos: 44.5,-88.5 parent: 2 - - type: Door - secondsUntilStateChange: -139539.66 - - uid: 8381 + - uid: 22104 components: - type: Transform - pos: -14.5,0.5 + pos: 43.5,-85.5 parent: 2 - - uid: 8413 + - uid: 22107 components: - type: Transform - pos: -20.5,4.5 + pos: 43.5,-84.5 parent: 2 - - uid: 8416 + - uid: 22109 components: - type: Transform - pos: -14.5,4.5 + pos: -85.5,23.5 parent: 2 - - uid: 8476 + - uid: 22110 components: - type: Transform - pos: -25.5,4.5 + pos: 43.5,-83.5 parent: 2 - - uid: 8742 + - uid: 22111 components: - type: Transform - pos: -46.5,12.5 + pos: 43.5,-82.5 parent: 2 - - uid: 8766 + - uid: 22117 components: - type: Transform - pos: -46.5,14.5 + pos: 43.5,-81.5 parent: 2 - - uid: 8826 + - uid: 22118 components: - type: Transform - pos: -23.5,-24.5 + pos: 43.5,-80.5 parent: 2 - - uid: 8827 + - uid: 22119 components: - type: Transform - pos: -23.5,-23.5 + pos: 44.5,-78.5 parent: 2 - - uid: 9128 + - uid: 22124 components: - type: Transform - pos: 37.5,22.5 + pos: 43.5,-74.5 parent: 2 - - uid: 9129 + - uid: 22125 components: - type: Transform - pos: 38.5,22.5 + pos: 43.5,-73.5 parent: 2 - - uid: 9139 + - uid: 22126 components: - type: Transform - pos: 70.5,-10.5 + pos: 43.5,-72.5 parent: 2 - - uid: 9181 + - uid: 22127 components: - type: Transform - pos: 5.5,-6.5 + pos: 44.5,-68.5 parent: 2 - - uid: 9186 + - uid: 22153 components: - type: Transform - pos: 5.5,-8.5 + pos: 44.5,-67.5 parent: 2 - - uid: 9288 + - uid: 22157 components: - type: Transform - pos: -26.5,0.5 + pos: 44.5,-66.5 parent: 2 - - uid: 9289 + - uid: 22158 components: - type: Transform - pos: -25.5,0.5 + pos: 44.5,-65.5 parent: 2 - - uid: 9457 + - uid: 22168 components: - type: Transform - pos: 13.5,-8.5 + pos: 44.5,-64.5 parent: 2 - - uid: 9656 + - uid: 22170 components: - type: Transform - pos: 36.5,22.5 + pos: 43.5,-64.5 parent: 2 - - uid: 9659 + - uid: 22171 components: - type: Transform - pos: 35.5,22.5 + pos: 43.5,-62.5 parent: 2 - - uid: 13012 + - uid: 22173 components: - type: Transform - pos: 73.5,-11.5 + pos: 42.5,-61.5 parent: 2 - - uid: 13952 + - uid: 22174 components: - type: Transform - pos: -24.5,55.5 + pos: 42.5,-60.5 parent: 2 - - uid: 14102 + - uid: 22275 components: - type: Transform - pos: -8.5,-3.5 + pos: -42.5,73.5 parent: 2 - - uid: 15720 + - uid: 22298 components: - type: Transform - pos: -2.5,60.5 + pos: -24.5,70.5 parent: 2 - - uid: 15732 + - uid: 22300 components: - type: Transform - pos: -2.5,58.5 + pos: -33.5,71.5 parent: 2 - - uid: 15747 + - uid: 22301 components: - type: Transform - pos: -2.5,61.5 + pos: -26.5,70.5 parent: 2 - - uid: 15860 + - uid: 22302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-7.5 + pos: -15.5,71.5 parent: 2 - - uid: 15933 + - uid: 22307 components: - type: Transform - pos: -28.5,40.5 + pos: -30.5,70.5 parent: 2 - - uid: 16588 + - uid: 22308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-12.5 + pos: -31.5,70.5 parent: 2 - - uid: 16589 + - uid: 22309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-12.5 + pos: -20.5,70.5 parent: 2 - - uid: 16593 + - uid: 22310 components: - type: Transform - pos: -20.5,-12.5 + pos: -36.5,71.5 parent: 2 - - uid: 16594 + - uid: 22311 components: - type: Transform - pos: -16.5,-12.5 + pos: -19.5,71.5 parent: 2 - - uid: 16596 + - uid: 22312 components: - type: Transform - pos: -14.5,-12.5 + pos: -37.5,71.5 parent: 2 - - uid: 16597 + - uid: 22314 components: - type: Transform - pos: -17.5,-6.5 + pos: -25.5,70.5 parent: 2 - - uid: 16598 + - uid: 22315 components: - type: Transform - pos: -16.5,-6.5 + pos: -28.5,70.5 parent: 2 - - uid: 16599 + - uid: 22317 components: - type: Transform - pos: -22.5,-6.5 + pos: -22.5,71.5 parent: 2 - - uid: 16600 + - uid: 22318 components: - type: Transform - pos: -20.5,-6.5 + pos: -18.5,71.5 parent: 2 - - uid: 16613 + - uid: 22319 components: - type: Transform - pos: 39.5,22.5 + pos: -21.5,71.5 parent: 2 - - uid: 16614 + - uid: 22320 components: - type: Transform - pos: 45.5,22.5 + pos: -20.5,71.5 parent: 2 - - uid: 16616 + - uid: 22362 components: - type: Transform - pos: 47.5,22.5 + pos: -45.5,65.5 parent: 2 - - uid: 16617 + - uid: 22451 components: - type: Transform - pos: 48.5,22.5 + pos: 43.5,-57.5 parent: 2 - - uid: 16618 + - uid: 22494 components: - type: Transform - pos: 46.5,27.5 + pos: 38.5,-48.5 parent: 2 - - uid: 16620 + - uid: 22510 components: - type: Transform - pos: 47.5,27.5 + pos: 43.5,-53.5 parent: 2 - - uid: 16621 + - uid: 22511 components: - type: Transform - pos: 41.5,30.5 + pos: 43.5,-52.5 parent: 2 - - uid: 18048 + - uid: 22512 components: - type: Transform - pos: -26.5,65.5 + pos: 43.5,-51.5 parent: 2 - - uid: 18049 + - uid: 22513 components: - type: Transform - pos: -22.5,65.5 + pos: 42.5,-48.5 parent: 2 - - uid: 18050 + - uid: 22514 components: - type: Transform - pos: -18.5,65.5 + pos: 40.5,-48.5 parent: 2 - - uid: 18051 + - uid: 22515 components: - type: Transform - pos: -14.5,65.5 + pos: 41.5,-46.5 parent: 2 - - uid: 19334 + - uid: 22516 components: - type: Transform - pos: 41.5,33.5 + pos: 37.5,-48.5 parent: 2 - - uid: 19371 + - uid: 22517 components: - type: Transform - pos: 41.5,34.5 + pos: 36.5,-48.5 parent: 2 - - uid: 19854 + - uid: 22520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,65.5 + pos: 35.5,-48.5 parent: 2 - - uid: 23495 + - uid: 22523 components: - type: Transform - pos: 81.5,53.5 + pos: -51.5,54.5 parent: 2 - - uid: 23777 + - uid: 22525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-33.5 + pos: 34.5,-48.5 parent: 2 - - uid: 23782 + - uid: 22535 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-35.5 + pos: 30.5,-48.5 parent: 2 - - uid: 27192 + - uid: 22538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,17.5 + pos: -52.5,54.5 parent: 2 - - uid: 27193 + - uid: 22555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,17.5 + pos: 24.5,-48.5 parent: 2 - - uid: 27194 + - uid: 22558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,17.5 + pos: 21.5,-48.5 parent: 2 - - uid: 27195 + - uid: 22559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,17.5 + pos: 21.5,-43.5 parent: 2 - - uid: 27196 + - uid: 22561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,17.5 + rot: -1.5707963267948966 rad + pos: 70.5,16.5 parent: 2 - - uid: 27197 + - uid: 22562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,17.5 + pos: -98.5,29.5 parent: 2 - - uid: 27198 + - uid: 22575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,17.5 + pos: -76.5,-69.5 parent: 2 - - uid: 27199 + - uid: 22588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,17.5 + pos: 19.5,-48.5 parent: 2 - - uid: 27200 + - uid: 22730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,17.5 + rot: -1.5707963267948966 rad + pos: -99.5,13.5 parent: 2 - - uid: 27201 + - uid: 22793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,17.5 + rot: 3.141592653589793 rad + pos: -42.5,18.5 parent: 2 - - uid: 27414 + - uid: 22803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,0.5 + pos: 18.5,-49.5 parent: 2 - - uid: 27944 + - uid: 22819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,17.5 + pos: 16.5,-51.5 parent: 2 - - uid: 29820 + - uid: 22820 components: - type: Transform - pos: 88.5,55.5 + pos: -82.5,-69.5 parent: 2 - - uid: 31046 + - uid: 22821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,65.5 + pos: -84.5,-69.5 parent: 2 - - uid: 31113 + - uid: 22845 components: - type: Transform - pos: -33.5,65.5 + pos: -85.5,-69.5 parent: 2 - - uid: 33653 + - uid: 22846 components: - type: Transform - pos: -31.5,65.5 + pos: -86.5,-69.5 parent: 2 - - uid: 33655 + - uid: 22891 components: - type: Transform - pos: -34.5,64.5 + pos: -87.5,-69.5 parent: 2 -- proto: hydroponicsSoil - entities: - - uid: 2368 + - uid: 22898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,4.5 + pos: -88.5,-69.5 parent: 2 - - uid: 5407 + - uid: 22971 components: - type: Transform - pos: -33.5,62.5 + pos: -89.5,-69.5 parent: 2 - - uid: 5740 + - uid: 22972 components: - type: Transform - pos: -33.5,61.5 + pos: -90.5,-69.5 parent: 2 - - uid: 6274 + - uid: 22973 components: - type: Transform - pos: -33.5,60.5 + pos: -91.5,-69.5 parent: 2 - - uid: 6844 + - uid: 22974 components: - type: Transform - pos: -33.5,59.5 + pos: -94.5,-69.5 parent: 2 - - uid: 9671 + - uid: 22975 components: - type: Transform - pos: -33.5,57.5 + pos: -97.5,-69.5 parent: 2 - - uid: 18418 + - uid: 22976 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,5.5 + pos: -101.5,-66.5 parent: 2 - - uid: 18419 + - uid: 22977 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,5.5 + pos: -101.5,-64.5 parent: 2 - - uid: 18420 + - uid: 22978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,5.5 + pos: -101.5,-62.5 parent: 2 - - uid: 18421 + - uid: 22979 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,5.5 + pos: -101.5,-63.5 parent: 2 - - uid: 18425 + - uid: 22980 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,4.5 + pos: -101.5,-57.5 parent: 2 - - uid: 18429 + - uid: 22981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,4.5 + pos: -101.5,-52.5 parent: 2 - - uid: 18430 + - uid: 22982 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,4.5 + pos: -101.5,-48.5 parent: 2 - - uid: 30754 + - uid: 22983 components: - type: Transform - pos: -33.5,58.5 + pos: -115.5,-18.5 parent: 2 -- proto: HydroponicsToolClippers - entities: - - uid: 18156 + - uid: 22984 components: - type: Transform - pos: -31.41555,61.58358 + pos: -101.5,-45.5 parent: 2 - - uid: 18491 + - uid: 22987 components: - type: Transform - pos: -49.48618,4.709147 + rot: 3.141592653589793 rad + pos: -107.5,22.5 parent: 2 -- proto: HydroponicsToolHatchet - entities: - - uid: 18485 + - uid: 23016 components: - type: Transform - pos: -52.588306,-1.3315754 + pos: 15.5,66.5 parent: 2 - - uid: 18488 + - uid: 23072 components: - type: Transform - pos: -62.501804,0.9122721 + pos: 92.5,40.5 parent: 2 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 9350 + - uid: 23121 components: - type: Transform - pos: -31.461285,62.45976 + rot: -1.5707963267948966 rad + pos: -103.5,-0.5 parent: 2 - - uid: 18153 + - uid: 23123 components: - type: Transform - pos: -29.399925,62.64608 + rot: -1.5707963267948966 rad + pos: -107.5,-5.5 parent: 2 - - uid: 18154 + - uid: 23153 components: - type: Transform - pos: -29.618675,62.567955 + rot: -1.5707963267948966 rad + pos: -86.5,-15.5 parent: 2 - - uid: 18489 + - uid: 23169 components: - type: Transform - pos: -61.73618,0.5372721 + rot: 3.141592653589793 rad + pos: -106.5,13.5 parent: 2 - - uid: 18490 + - uid: 23170 components: - type: Transform - pos: -61.42368,0.6466471 + rot: -1.5707963267948966 rad + pos: -82.5,32.5 parent: 2 -- proto: HydroponicsToolScythe - entities: - - uid: 18492 + - uid: 23208 components: - type: Transform - pos: -52.60393,-1.3159504 + pos: -101.5,-41.5 parent: 2 -- proto: HydroponicsToolSpade - entities: - - uid: 18493 + - uid: 23209 components: - type: Transform - pos: -62.345554,1.4435221 + pos: -101.5,-44.5 parent: 2 - - uid: 18494 + - uid: 23216 components: - type: Transform - pos: -51.51018,-1.3940754 + pos: -101.5,-37.5 parent: 2 -- proto: hydroponicsTray - entities: - - uid: 2369 + - uid: 23218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,4.5 + pos: -101.5,-36.5 parent: 2 - - uid: 2373 + - uid: 23219 components: - type: Transform - pos: -50.5,4.5 + pos: -101.5,-35.5 parent: 2 - - uid: 7417 + - uid: 23221 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,5.5 + pos: -101.5,-34.5 parent: 2 - - uid: 17987 + - uid: 23222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,4.5 + pos: 5.5,21.5 parent: 2 - - uid: 17995 + - uid: 23223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,4.5 + pos: 5.5,18.5 parent: 2 - - uid: 18061 + - uid: 23225 components: - type: Transform - pos: -29.5,58.5 + pos: -101.5,-33.5 parent: 2 - - uid: 18069 + - uid: 23240 components: - type: Transform - pos: -30.5,58.5 + pos: -101.5,-32.5 parent: 2 - - uid: 18071 + - uid: 23242 components: - type: Transform - pos: -31.5,57.5 + pos: -101.5,-29.5 parent: 2 - - uid: 18073 + - uid: 23243 components: - type: Transform - pos: -31.5,58.5 + pos: -101.5,-27.5 parent: 2 - - uid: 18143 + - uid: 23244 components: - type: Transform - pos: -29.5,57.5 + pos: -103.5,-27.5 parent: 2 - - uid: 18416 + - uid: 23246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,5.5 + pos: -104.5,-27.5 parent: 2 - - uid: 18417 + - uid: 23247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,5.5 + pos: -105.5,-27.5 parent: 2 - - uid: 18422 + - uid: 23248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,5.5 + pos: -102.5,-26.5 parent: 2 - - uid: 18423 + - uid: 23250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,5.5 + pos: -115.5,-24.5 parent: 2 - - uid: 18424 + - uid: 23257 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,5.5 + pos: -114.5,-22.5 parent: 2 - - uid: 18426 + - uid: 23258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,4.5 + pos: -115.5,-20.5 parent: 2 - - uid: 18427 + - uid: 23259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,4.5 + pos: -114.5,-23.5 parent: 2 -- proto: Igniter - entities: - - uid: 25782 + - uid: 23260 components: - type: Transform - pos: -58.52908,50.271786 + pos: -115.5,-17.5 parent: 2 - - type: DeviceLinkSink - links: - - 19332 - - uid: 35711 + - uid: 23264 components: - - type: MetaData - name: igniter 2 - type: Transform - pos: -37.55961,37.32428 + pos: -61.5,51.5 parent: 2 - - type: DeviceLinkSink - links: - - 35713 - - uid: 35712 + - uid: 23287 components: - - type: MetaData - name: igniter 1 - type: Transform - pos: -37.62211,37.66803 + pos: -115.5,-16.5 parent: 2 - - type: DeviceLinkSink - links: - - 35714 -- proto: InflatableDoor - entities: - - uid: 22720 + - uid: 23292 components: - type: Transform - pos: 57.5,57.5 + pos: -52.5,-42.5 parent: 2 -- proto: IngotGold - entities: - - uid: 4461 + - uid: 23312 components: - type: Transform - pos: 89.07819,36.635185 + pos: -115.5,-11.5 parent: 2 - - uid: 5677 + - uid: 23339 components: - type: Transform - pos: 49.553997,30.678318 + pos: -115.5,-10.5 parent: 2 - - uid: 13997 + - uid: 23453 components: - type: Transform - pos: 26.468767,39.52544 + pos: -115.5,-9.5 parent: 2 -- proto: IngotGold1 - entities: - - uid: 29773 + - uid: 23454 components: - type: Transform - pos: 82.5759,62.647358 + pos: -115.5,-8.5 parent: 2 - - type: Stack - count: 2 - - type: Item - size: 2 - - uid: 29776 + - uid: 23461 components: - type: Transform - pos: 82.3884,62.756733 + pos: -115.5,-7.5 parent: 2 -- proto: IngotSilver - entities: - - uid: 4462 + - uid: 23462 components: - type: Transform - pos: 89.51569,36.83831 + pos: -115.5,-6.5 parent: 2 - - uid: 14129 + - uid: 23573 components: - type: Transform - pos: 26.586357,39.834373 + pos: -115.5,-5.5 parent: 2 -- proto: IngotSilver1 - entities: - - uid: 29777 + - uid: 23582 components: - type: Transform - pos: 86.6384,62.631733 + pos: -9.5,33.5 parent: 2 -- proto: IntercomCommand - entities: - - uid: 1520 + - uid: 23700 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,28.5 + pos: -107.5,-7.5 parent: 2 - - uid: 14214 + - uid: 23707 components: - type: Transform - pos: 14.5,44.5 + pos: -55.5,49.5 parent: 2 - - uid: 14272 + - uid: 23711 components: - type: Transform - pos: 12.5,51.5 + pos: -61.5,50.5 parent: 2 - - uid: 14277 + - uid: 23732 components: - type: Transform - pos: 25.5,57.5 + pos: -115.5,3.5 parent: 2 - - uid: 22616 + - uid: 23735 components: - type: Transform - pos: 23.5,52.5 + pos: -115.5,-2.5 parent: 2 - - uid: 22617 + - uid: 23744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,53.5 + pos: -111.5,41.5 parent: 2 -- proto: IntercomCommon - entities: - - uid: 22919 + - uid: 23745 components: - type: Transform - pos: 51.5,5.5 + pos: -112.5,41.5 parent: 2 - - uid: 22932 + - uid: 23748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-38.5 + pos: -113.5,41.5 parent: 2 - - uid: 22933 + - uid: 23759 components: - type: Transform - pos: 36.5,-12.5 + pos: -115.5,0.5 parent: 2 - - uid: 22935 + - uid: 23762 components: - type: Transform - pos: 41.5,22.5 + pos: -56.5,47.5 parent: 2 - - uid: 22936 + - uid: 23763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,29.5 + pos: -57.5,47.5 parent: 2 - - uid: 22937 + - uid: 23765 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,72.5 + pos: -59.5,47.5 parent: 2 - - uid: 22938 + - uid: 23807 components: - type: Transform - pos: -40.5,18.5 + pos: 47.5,-3.5 parent: 2 - - uid: 22939 + - uid: 23809 components: - type: Transform - pos: -65.5,10.5 + pos: 47.5,-2.5 parent: 2 - - uid: 22940 + - uid: 23843 components: - type: Transform - pos: -36.5,-12.5 + pos: -115.5,8.5 parent: 2 -- proto: IntercomEngineering - entities: - - uid: 8828 + - uid: 23863 components: - type: Transform - pos: -60.5,13.5 + pos: -115.5,6.5 parent: 2 - - uid: 22699 + - uid: 23889 components: - type: Transform - pos: -51.5,32.5 + pos: -115.5,11.5 parent: 2 - - uid: 22700 + - uid: 23976 components: - type: Transform - pos: -36.5,47.5 + pos: -114.5,15.5 parent: 2 -- proto: IntercomMedical - entities: - - uid: 1951 + - uid: 24439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,15.5 + pos: -115.5,13.5 parent: 2 - - uid: 2054 + - uid: 24554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,8.5 + pos: -116.5,7.5 parent: 2 - - uid: 22944 + - uid: 24556 components: - type: Transform - pos: -24.5,14.5 + pos: -116.5,6.5 parent: 2 - - uid: 22945 + - uid: 24557 components: - type: Transform - pos: 28.5,14.5 + pos: -116.5,5.5 parent: 2 -- proto: IntercomScience - entities: - - uid: 4041 + - uid: 24582 components: - type: Transform - pos: 43.5,31.5 + rot: -1.5707963267948966 rad + pos: 70.5,18.5 parent: 2 - - uid: 22594 + - uid: 24595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,45.5 + rot: -1.5707963267948966 rad + pos: 70.5,17.5 parent: 2 -- proto: IntercomSecurity - entities: - - uid: 3744 + - uid: 24712 components: - type: Transform - pos: -9.5,31.5 + rot: -1.5707963267948966 rad + pos: 70.5,19.5 parent: 2 - - uid: 15624 + - uid: 24775 components: - type: Transform - pos: -28.5,41.5 + rot: -1.5707963267948966 rad + pos: 70.5,20.5 parent: 2 - - uid: 19480 + - uid: 24779 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,60.5 + pos: 70.5,15.5 parent: 2 - - uid: 22654 + - uid: 24783 components: - type: Transform - pos: -14.5,46.5 + rot: -1.5707963267948966 rad + pos: 70.5,14.5 parent: 2 - - uid: 22657 + - uid: 24791 components: - type: Transform - pos: -33.5,32.5 + pos: -5.5,-40.5 parent: 2 -- proto: IntercomService - entities: - - uid: 22941 + - uid: 24792 components: - type: Transform - pos: -61.5,-0.5 + pos: -5.5,-41.5 parent: 2 - - uid: 22942 + - uid: 24793 components: - type: Transform - pos: -56.5,-26.5 + pos: -5.5,-42.5 parent: 2 - - uid: 22943 + - uid: 24991 components: - type: Transform - pos: -71.5,15.5 + pos: -114.5,16.5 parent: 2 -- proto: IntercomSupply - entities: - - uid: 22946 + - uid: 25061 components: - type: Transform - pos: -28.5,-22.5 + pos: -114.5,17.5 parent: 2 - - uid: 22947 + - uid: 25170 components: - type: Transform - pos: -10.5,-31.5 + pos: 33.5,-12.5 parent: 2 -- proto: JanitorialTrolley - entities: - - uid: 1302 + - uid: 25245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-2.5 + pos: -114.5,18.5 parent: 2 - - uid: 18521 + - uid: 25359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,24.5 + pos: -9.5,34.5 parent: 2 - - uid: 26843 + - uid: 25366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,24.5 + pos: -114.5,20.5 parent: 2 -- proto: JanitorServiceLight - entities: - - uid: 1566 + - uid: 26218 components: - type: Transform - pos: -13.5,26.5 + pos: -61.5,48.5 parent: 2 - - type: DeviceLinkSink - links: - - 30596 - - uid: 9521 + - uid: 26348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,9.5 + pos: -115.5,21.5 parent: 2 - - type: DeviceLinkSink - links: - - 25537 - - uid: 24317 + - uid: 26349 components: - type: Transform - pos: 32.5,21.5 + pos: -114.5,29.5 parent: 2 - - type: DeviceLinkSink - links: - - 26832 - - uid: 24343 + - uid: 26357 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-0.5 + pos: -115.5,22.5 parent: 2 - - type: DeviceLinkSink - links: - - 26827 - - uid: 25517 + - uid: 26358 components: - type: Transform - pos: 3.5,-4.5 + pos: -115.5,23.5 parent: 2 - - type: DeviceLinkSink - links: - - 25537 - - uid: 29623 + - uid: 26361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,40.5 + pos: -115.5,24.5 parent: 2 - - type: DeviceLinkSink - links: - - 31151 - - uid: 30654 + - uid: 26362 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-16.5 + pos: -115.5,25.5 parent: 2 - - type: DeviceLinkSink - links: - - 30673 - - uid: 30932 + - uid: 26364 components: - type: Transform - pos: -51.5,9.5 + pos: -115.5,26.5 parent: 2 - - type: DeviceLinkSink - links: - - 30933 -- proto: JetpackBlueFilled - entities: - - uid: 6071 + - uid: 26365 components: - type: Transform - pos: 17.448954,30.694199 + pos: -115.5,30.5 parent: 2 - - uid: 6072 + - uid: 26366 components: - type: Transform - pos: 20.48411,30.741074 + pos: -115.5,31.5 parent: 2 -- proto: JetpackMini - entities: - - uid: 744 + - uid: 26367 components: - - type: MetaData - name: paramedic mini jetpack - type: Transform - pos: 33.49797,3.7934327 + pos: -115.5,33.5 parent: 2 - - type: GasTank - toggleActionEntity: 1304 - - type: Jetpack - toggleActionEntity: 1153 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 1153 - - 1304 - - uid: 1478 + - uid: 26368 components: - type: Transform - pos: 33.52906,3.5668702 + pos: -117.5,35.5 parent: 2 - - type: GasTank - toggleActionEntity: 1779 - - type: Jetpack - toggleActionEntity: 1652 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 1652 - - 1779 - - uid: 8617 + - uid: 26369 components: - type: Transform - parent: 1789 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8626 + pos: -110.5,40.5 + parent: 2 + - uid: 26370 components: - type: Transform - parent: 1790 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8653 + pos: -117.5,40.5 + parent: 2 + - uid: 26371 components: - type: Transform - parent: 1791 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10415 + pos: -116.5,40.5 + parent: 2 + - uid: 26373 components: - - type: MetaData - name: paramedic mini jetpack - type: Transform - pos: 33.474373,3.7934327 + pos: -115.5,40.5 parent: 2 - - type: GasTank - toggleActionEntity: 12982 - - type: Jetpack - toggleActionEntity: 12246 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 12246 - - 12982 -- proto: JetpackMiniFilled - entities: - - uid: 6829 + - uid: 26374 components: - type: Transform - pos: -13.42503,-42.64673 + pos: -114.5,40.5 parent: 2 - - type: GasTank - toggleActionEntity: 6825 - - type: Jetpack - toggleActionEntity: 6789 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 6789 - - 6825 - - uid: 6830 + - uid: 26375 components: - type: Transform - pos: -13.596905,-42.287354 + pos: -113.5,40.5 parent: 2 - - type: GasTank - toggleActionEntity: 17999 - - type: Jetpack - toggleActionEntity: 15781 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 15781 - - 17999 -- proto: Jug - entities: - - uid: 1569 + - uid: 26381 components: - type: Transform - pos: 15.675886,10.593053 + pos: -107.5,40.5 parent: 2 - - uid: 5275 + - uid: 26383 components: - type: Transform - pos: 42.85205,40.919205 + pos: -92.5,93.5 parent: 2 -- proto: KitchenDeepFryer - entities: - - uid: 15939 + - uid: 26385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-23.5 + pos: -105.5,40.5 parent: 2 - - uid: 15942 + - uid: 26386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-29.5 + pos: -102.5,41.5 parent: 2 -- proto: KitchenElectricGrill - entities: - - uid: 2988 + - uid: 26388 components: - type: Transform - pos: -54.5,-16.5 + pos: -125.5,53.5 parent: 2 - - uid: 15943 + - uid: 26389 components: - type: Transform - pos: -43.5,-29.5 + pos: -104.5,63.5 parent: 2 -- proto: KitchenKnife - entities: - - uid: 3198 + - uid: 26391 components: - type: Transform - pos: -47.435696,-28.658674 + pos: -103.5,63.5 parent: 2 - - uid: 5706 + - uid: 26392 components: - type: Transform - pos: 67.645096,30.614334 + pos: -102.5,63.5 parent: 2 - - uid: 8032 + - uid: 26393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.513294,-8.490071 + rot: -1.5707963267948966 rad + pos: -108.5,7.5 parent: 2 -- proto: KitchenMicrowave - entities: - - uid: 1616 + - uid: 26577 components: - type: Transform - pos: -5.5,9.5 + pos: -108.5,6.5 parent: 2 - - uid: 2348 + - uid: 26578 components: - type: Transform - pos: -54.5,-14.5 + rot: -1.5707963267948966 rad + pos: -108.5,8.5 parent: 2 - - uid: 5529 + - uid: 26588 components: - type: Transform - pos: 37.5,30.5 + rot: -1.5707963267948966 rad + pos: -107.5,-6.5 parent: 2 - - uid: 6839 + - uid: 26846 components: - type: Transform - pos: -16.5,-27.5 + pos: -20.5,38.5 parent: 2 - - uid: 7549 + - uid: 26849 components: - type: Transform - pos: -44.5,-29.5 + pos: -24.5,38.5 parent: 2 - - uid: 7550 + - uid: 26850 components: - type: Transform - pos: -53.5,-24.5 + pos: -26.5,38.5 parent: 2 - - uid: 9080 + - uid: 26873 components: - type: Transform - pos: -48.5,23.5 + pos: -25.5,38.5 parent: 2 - - uid: 15600 + - uid: 26876 components: - type: Transform - pos: -10.5,28.5 + pos: -21.5,38.5 parent: 2 - - uid: 18088 + - uid: 26877 components: - type: Transform - pos: -18.5,56.5 + pos: -22.5,38.5 parent: 2 - - uid: 18453 + - uid: 26878 components: - type: Transform - pos: -62.5,-2.5 + pos: -33.5,36.5 parent: 2 - - uid: 20020 + - uid: 27413 components: - type: Transform - pos: -73.5,15.5 + pos: 7.5,2.5 parent: 2 -- proto: KitchenReagentGrinder - entities: - - uid: 1671 + - uid: 27905 components: - type: Transform - pos: 19.5,-1.5 + pos: 81.5,71.5 parent: 2 - - uid: 3094 + - uid: 27952 components: - type: Transform - pos: -54.5,-15.5 + pos: -26.5,-45.5 parent: 2 - - uid: 3197 + - uid: 27971 components: - type: Transform - pos: -52.5,-24.5 + pos: -20.5,46.5 parent: 2 - - uid: 3270 + - uid: 28007 components: - type: Transform - pos: -45.5,-29.5 + pos: 84.5,73.5 parent: 2 - - uid: 5225 + - uid: 28047 components: - type: Transform - pos: 28.5,30.5 + pos: 81.5,70.5 parent: 2 - - uid: 5370 + - uid: 28177 components: - type: Transform - pos: 57.5,55.5 + pos: -42.5,-39.5 parent: 2 - - uid: 6377 + - uid: 28178 components: - type: Transform - pos: 12.5,-0.5 + pos: -17.5,-45.5 parent: 2 - - uid: 7421 + - uid: 28250 components: - type: Transform - pos: -54.5,0.5 + pos: -40.5,-45.5 parent: 2 - - uid: 34186 + - uid: 28366 components: - type: Transform - pos: -18.5,55.5 + rot: -1.5707963267948966 rad + pos: 35.5,-8.5 parent: 2 -- proto: KitchenSpike - entities: - - uid: 15947 + - uid: 28794 components: - type: Transform - pos: -60.5,-7.5 + rot: 3.141592653589793 rad + pos: -69.5,4.5 parent: 2 - - uid: 30073 + - uid: 28835 components: - type: Transform - pos: 90.5,40.5 + pos: -33.5,63.5 parent: 2 -- proto: KnifePlastic - entities: - - uid: 7121 + - uid: 28944 components: - type: Transform - pos: -35.964066,-18.336271 + pos: -30.5,51.5 parent: 2 - - uid: 30249 + - uid: 28967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.46523,26.252356 + pos: -18.5,46.5 parent: 2 -- proto: Lamp - entities: - - uid: 1988 + - uid: 28995 components: - type: Transform - pos: 5.564293,27.945562 + pos: -4.5,22.5 parent: 2 - - uid: 5433 + - uid: 28997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.510403,35.0432 + pos: -7.5,22.5 parent: 2 -- proto: LampGold - entities: - - uid: 243 + - uid: 28999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.607967,-6.0515213 + pos: -5.5,22.5 parent: 2 - - uid: 428 + - uid: 29011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.313652,6.0728235 + pos: -12.5,25.5 parent: 2 - - uid: 472 + - uid: 29013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.344902,6.0415735 + pos: -12.5,24.5 parent: 2 - - uid: 473 + - uid: 29298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.266777,6.0571985 + pos: -32.5,63.5 parent: 2 - - uid: 474 + - uid: 29540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.313652,0.057198524 + pos: -21.5,35.5 parent: 2 - - uid: 475 + - uid: 29542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.251152,0.025948524 + pos: -18.5,35.5 parent: 2 - - uid: 476 + - uid: 29543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.313652,0.057198524 + pos: -16.5,35.5 parent: 2 - - uid: 523 + - uid: 29664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.259224,10.1486845 + pos: -2.5,-16.5 parent: 2 - - uid: 529 + - uid: 29671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.317818,10.183841 + pos: -2.5,-13.5 parent: 2 - - uid: 536 + - uid: 29708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.259224,17.156498 + pos: -45.5,67.5 parent: 2 - - uid: 538 + - uid: 29805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.212349,17.097904 + pos: 90.5,53.5 parent: 2 - - uid: 539 + - uid: 29806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.259224,17.121342 + pos: 89.5,53.5 parent: 2 - - uid: 1220 + - uid: 29808 components: - type: Transform - pos: 23.413853,-7.006628 + pos: 91.5,54.5 parent: 2 - - uid: 1792 + - uid: 29809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.259224,17.14478 + pos: 91.5,55.5 parent: 2 - - uid: 1793 + - uid: 29810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.259224,17.109623 + pos: 91.5,56.5 parent: 2 - - uid: 1794 + - uid: 29811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.29438,10.090091 + pos: 89.5,57.5 parent: 2 - - uid: 1803 + - uid: 29812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.270943,10.066653 + pos: 90.5,57.5 parent: 2 - - uid: 1804 + - uid: 29932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.306099,10.160403 + pos: 92.5,17.5 parent: 2 - - uid: 5585 + - uid: 29942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.313263,31.09713 + pos: 92.5,16.5 parent: 2 - - uid: 15109 + - uid: 29955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.800636,52.934383 + pos: -41.5,-39.5 parent: 2 - - uid: 18142 + - uid: 29956 components: - type: Transform - pos: -20.993675,63.067955 + pos: -40.5,-39.5 parent: 2 -- proto: LampInterrogator - entities: - - uid: 15549 + - uid: 29957 components: - type: Transform - pos: -21.515724,33.915157 + pos: -38.5,-39.5 parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 9707 - - uid: 15550 + - uid: 29958 components: - type: Transform - pos: -17.40635,33.868282 + pos: -39.5,-39.5 parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 14086 -- proto: LandMineExplosive - entities: - - uid: 35858 + - uid: 29960 components: - type: Transform - pos: 24.495815,38.053772 + pos: -52.5,-41.5 parent: 2 - - uid: 35859 + - uid: 29978 components: - type: Transform - pos: 30.462717,39.085022 + pos: -52.5,-43.5 parent: 2 - - uid: 35860 + - uid: 30020 components: - type: Transform - pos: 27.03303,35.460022 + pos: 89.5,20.5 parent: 2 - - uid: 35861 + - uid: 30255 components: - type: Transform - pos: 29.525217,41.585022 + pos: -78.5,11.5 parent: 2 - - uid: 35862 + - uid: 30256 components: - type: Transform - pos: 25.501205,42.655334 + pos: -79.5,11.5 parent: 2 -- proto: Lantern - entities: - - uid: 6113 + - uid: 30257 components: - type: Transform - pos: 58.226753,29.909676 + pos: -77.5,11.5 parent: 2 - - uid: 30065 + - uid: 30687 components: - type: Transform - pos: 90.41451,38.97713 + pos: 15.5,64.5 parent: 2 -- proto: LargeBeaker - entities: - - uid: 1291 + - uid: 30688 components: - type: Transform - pos: 21.212381,-1.2898262 + pos: -48.5,61.5 parent: 2 - - uid: 1567 + - uid: 30710 components: - type: Transform - pos: 15.374666,10.7025585 + pos: 12.5,68.5 parent: 2 - - uid: 1568 + - uid: 30728 components: - type: Transform - pos: 18.384975,14.5659685 + pos: -47.5,67.5 parent: 2 - - uid: 2167 + - uid: 30742 components: - type: Transform - pos: 12.546215,-0.81567454 + pos: -47.5,65.5 parent: 2 - - uid: 2190 + - uid: 30743 components: - type: Transform - pos: 15.598101,-9.444521 + pos: -47.5,64.5 parent: 2 - - uid: 2191 + - uid: 30744 components: - type: Transform - pos: 15.646978,-9.303896 + pos: -47.5,63.5 parent: 2 - - uid: 18495 + - uid: 30748 components: - type: Transform - pos: -53.88518,0.6684246 + pos: 6.5,68.5 parent: 2 - - uid: 18496 + - uid: 30931 components: - type: Transform - pos: -51.63518,0.8715496 + pos: 8.5,69.5 parent: 2 - - uid: 22438 + - uid: 30935 components: - type: Transform - pos: 15.381287,-8.16301 + pos: 9.5,69.5 parent: 2 -- proto: LeftArmSkeleton - entities: - - uid: 33566 + - uid: 31090 components: - type: Transform - pos: 91.29744,27.159647 + pos: -47.5,66.5 parent: 2 -- proto: LeftFootSkeleton - entities: - - uid: 33568 + - uid: 31183 components: - type: Transform - pos: 91.95369,26.519022 + pos: -43.5,73.5 parent: 2 -- proto: LeftLegSkeleton - entities: - - uid: 33565 + - uid: 31186 components: - type: Transform - pos: 91.17244,27.315897 + pos: -44.5,73.5 parent: 2 - - uid: 33567 + - uid: 31187 components: - type: Transform - pos: 91.92244,26.675272 + pos: -45.5,73.5 parent: 2 -- proto: LegionnaireBonfire - entities: - - uid: 30066 + - uid: 31188 components: - type: Transform - pos: 84.5,40.5 + pos: -46.5,73.5 parent: 2 -- proto: LightBulbBroken - entities: - - uid: 7071 + - uid: 31189 components: - type: Transform - pos: -30.60696,-36.862522 + pos: -47.5,73.5 parent: 2 -- proto: Lighter - entities: - - uid: 9329 + - uid: 31190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.09687,33.581814 + pos: -48.5,73.5 parent: 2 - - uid: 15265 + - uid: 31191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5225296,54.56166 + pos: -49.5,73.5 parent: 2 - - uid: 36113 + - uid: 31192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.711353,37.462933 + pos: -50.5,73.5 parent: 2 -- proto: LightReplacer - entities: - - uid: 18531 + - uid: 31193 components: - type: Transform - pos: -37.59049,24.747713 + pos: -51.5,73.5 parent: 2 - - uid: 18532 + - uid: 31194 components: - type: Transform - pos: -37.37174,24.685213 + pos: -51.5,72.5 parent: 2 -- proto: LightTubeBroken - entities: - - uid: 7069 + - uid: 31195 components: - type: Transform - pos: -32.47024,-31.249239 + pos: -51.5,71.5 parent: 2 - - uid: 7070 + - uid: 31196 components: - type: Transform - pos: -27.466335,-37.225803 + pos: -51.5,70.5 parent: 2 -- proto: LockerAtmosphericsFilled - entities: - - uid: 5996 + - uid: 31197 components: - type: Transform - pos: -49.5,35.5 + pos: -51.5,69.5 parent: 2 - - uid: 5998 + - uid: 31198 components: - type: Transform - pos: -47.5,35.5 + pos: -51.5,68.5 parent: 2 - - uid: 6272 + - uid: 31199 components: - type: Transform - pos: -46.5,35.5 + pos: -51.5,67.5 parent: 2 - - uid: 6920 + - uid: 31200 components: - type: Transform - pos: -48.5,35.5 + pos: -51.5,66.5 parent: 2 -- proto: LockerBoozeFilled - entities: - - uid: 5751 + - uid: 31201 components: - type: Transform - pos: 22.5,-23.5 + pos: -51.5,65.5 parent: 2 - - uid: 22587 + - uid: 31202 components: - type: Transform - pos: 26.5,-23.5 + pos: -51.5,64.5 parent: 2 -- proto: LockerBotanistFilled - entities: - - uid: 3075 + - uid: 31220 components: - type: Transform - pos: -54.5,-1.5 + pos: -95.5,47.5 parent: 2 - - uid: 3076 + - uid: 31611 components: - type: Transform - pos: -55.5,-1.5 + pos: 83.5,73.5 parent: 2 - - uid: 3083 + - uid: 31613 components: - type: Transform - pos: -53.5,-1.5 + pos: 82.5,73.5 parent: 2 -- proto: LockerBrigmedicFilledHardsuit - entities: - - uid: 18358 + - uid: 31616 components: - type: Transform - pos: -43.5,58.5 + pos: 81.5,72.5 parent: 2 -- proto: LockerCaptainFilled - entities: - - uid: 14130 + - uid: 31617 components: - type: Transform - pos: 21.5,48.5 + pos: 85.5,72.5 parent: 2 -- proto: LockerChemistryFilled - entities: - - uid: 17869 + - uid: 31618 components: - type: Transform - pos: 21.5,-3.5 + pos: 85.5,71.5 parent: 2 - - type: DamageOnHighSpeedImpact - lastHit: 0 - - uid: 34976 + - uid: 31619 components: - type: Transform - pos: 22.5,-1.5 + pos: 85.5,70.5 parent: 2 -- proto: LockerChiefEngineerFilled - entities: - - uid: 8808 + - uid: 31711 components: - type: Transform - pos: -62.5,13.5 + pos: -44.5,-45.5 parent: 2 -- proto: LockerChiefMedicalOfficerFilled - entities: - - uid: 2721 + - uid: 31712 components: - type: Transform - pos: -8.5,-9.5 + pos: -25.5,-45.5 parent: 2 -- proto: LockerClown - entities: - - uid: 29692 + - uid: 31713 components: - type: Transform - pos: -77.5,0.5 + pos: -24.5,-45.5 parent: 2 -- proto: LockerDetectiveFilled - entities: - - uid: 16585 + - uid: 31714 components: - type: Transform - pos: -36.5,35.5 + pos: -23.5,-45.5 parent: 2 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 3684 + - uid: 31715 components: - type: Transform - pos: -52.5,37.5 + pos: -22.5,-45.5 parent: 2 -- proto: LockerEngineerFilled - entities: - - uid: 2180 + - uid: 32181 components: - type: Transform - pos: -56.5,33.5 + pos: -19.5,-26.5 parent: 2 - - uid: 6824 + - uid: 32209 components: - type: Transform - pos: -55.5,37.5 + pos: -96.5,56.5 parent: 2 - - uid: 9021 + - uid: 32210 components: - type: Transform - pos: -57.5,36.5 + pos: -95.5,56.5 parent: 2 - - uid: 9024 + - uid: 32211 components: - type: Transform - pos: -57.5,33.5 + pos: -94.5,56.5 parent: 2 - - uid: 9031 + - uid: 32212 components: - type: Transform - pos: -57.5,35.5 + pos: -96.5,46.5 parent: 2 -- proto: LockerEvidence - entities: - - uid: 14087 + - uid: 32213 components: - type: Transform - pos: -34.5,31.5 + pos: -95.5,46.5 parent: 2 - - uid: 14088 + - uid: 32214 components: - type: Transform - pos: -32.5,30.5 + pos: -94.5,46.5 parent: 2 - - uid: 15487 + - uid: 32247 components: - type: Transform - pos: -34.5,30.5 + pos: -122.5,51.5 parent: 2 - - uid: 16525 + - uid: 32248 components: - type: Transform - pos: -32.5,31.5 + pos: -122.5,50.5 parent: 2 -- proto: LockerForensicMantisFilled - entities: - - uid: 8608 + - uid: 32253 components: - type: Transform - pos: 43.5,34.5 + pos: -113.5,61.5 parent: 2 -- proto: LockerFreezer - entities: - - uid: 3095 + - uid: 32254 components: - type: Transform - pos: -52.5,-19.5 + pos: -112.5,61.5 parent: 2 - - uid: 7559 + - uid: 32255 components: - type: Transform - pos: -53.5,-14.5 + pos: -111.5,61.5 parent: 2 - - uid: 13234 + - uid: 33714 components: - type: Transform - pos: -49.5,-27.5 + pos: -7.5,-8.5 parent: 2 -- proto: LockerFreezerBase - entities: - - uid: 16003 + - uid: 33719 components: - type: Transform - pos: -23.5,57.5 + pos: -57.5,14.5 parent: 2 -- proto: LockerHeadOfPersonnelFilled - entities: - - uid: 1978 + - uid: 33722 components: - type: Transform - pos: 13.5,30.5 + pos: -59.5,14.5 parent: 2 -- proto: LockerHeadOfSecurityFilled - entities: - - uid: 15776 + - uid: 33723 components: - type: Transform - pos: -8.5,35.5 + pos: -58.5,14.5 parent: 2 -- proto: LockerMedicalFilled - entities: - - uid: 344 + - uid: 34977 components: - type: Transform - pos: -23.5,16.5 + pos: -11.5,-6.5 parent: 2 - - uid: 1680 + - uid: 34978 components: - type: Transform - pos: -10.5,15.5 + pos: -58.5,10.5 parent: 2 - - uid: 1759 + - uid: 36467 components: - type: Transform - pos: -26.5,16.5 + pos: -7.5,-7.5 parent: 2 - - uid: 1784 + - uid: 36469 components: - type: Transform - pos: -20.5,16.5 + pos: -57.5,10.5 parent: 2 - - uid: 1785 + - uid: 36470 components: - type: Transform - pos: -17.5,16.5 + pos: -59.5,10.5 parent: 2 - - uid: 1786 +- proto: GrilleBroken + entities: + - uid: 4770 components: - type: Transform - pos: -17.5,9.5 + rot: 1.5707963267948966 rad + pos: 90.5,13.5 parent: 2 - - uid: 1787 + - uid: 5395 components: - type: Transform - pos: -20.5,9.5 + pos: 58.5,53.5 parent: 2 - - uid: 1788 + - uid: 5396 components: - type: Transform - pos: -23.5,9.5 + pos: 57.5,53.5 parent: 2 - - uid: 31477 + - uid: 5397 components: - type: Transform - pos: -10.5,16.5 + rot: 1.5707963267948966 rad + pos: 59.5,56.5 parent: 2 -- proto: LockerMedicineFilled - entities: - - uid: 7601 + - uid: 7011 components: - type: Transform - pos: -44.5,58.5 + pos: -29.5,-34.5 parent: 2 -- proto: LockerMime - entities: - - uid: 28611 + - uid: 7012 components: - type: Transform - pos: -81.5,0.5 + pos: -30.5,-34.5 parent: 2 -- proto: LockerParamedicFilled - entities: - - uid: 1789 + - uid: 7013 components: - type: Transform - pos: -26.5,9.5 + rot: 3.141592653589793 rad + pos: -25.5,-31.5 parent: 2 - - 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: - - 8617 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1790 + - uid: 7014 components: - type: Transform - pos: -29.5,9.5 + rot: 1.5707963267948966 rad + pos: -28.5,-31.5 parent: 2 - - 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: - - 8626 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1791 + - uid: 13744 components: - type: Transform - pos: -29.5,16.5 + rot: -1.5707963267948966 rad + pos: 83.5,-9.5 parent: 2 - - 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: - - 8653 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerQuarterMasterFilled - entities: - - uid: 15891 + - uid: 13765 components: - type: Transform - pos: -26.5,-25.5 + rot: -1.5707963267948966 rad + pos: 87.5,-8.5 parent: 2 - - 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 -- proto: LockerResearchDirectorFilled - entities: - - uid: 6848 + - uid: 13766 components: - type: Transform - pos: 49.5,29.5 + rot: -1.5707963267948966 rad + pos: 88.5,-5.5 parent: 2 -- proto: LockerSalvageSpecialistFilledHardsuit - entities: - - uid: 3688 + - uid: 13767 components: - type: Transform - pos: -9.5,-37.5 + rot: -1.5707963267948966 rad + pos: 88.5,-6.5 parent: 2 - - uid: 6658 + - uid: 13768 components: - type: Transform - pos: -12.5,-37.5 + rot: -1.5707963267948966 rad + pos: 88.5,-0.5 parent: 2 - - uid: 6822 + - uid: 13769 components: - type: Transform - pos: -13.5,-37.5 + rot: 3.141592653589793 rad + pos: 87.5,-1.5 parent: 2 - - uid: 21013 + - uid: 13770 components: - type: Transform - pos: -11.5,-37.5 + pos: 85.5,2.5 parent: 2 - - uid: 21061 + - uid: 13771 components: - type: Transform - pos: -10.5,-37.5 + pos: 84.5,3.5 parent: 2 -- proto: LockerScienceFilled - entities: - - uid: 4032 + - uid: 13772 components: - type: Transform - pos: 37.5,26.5 + rot: 3.141592653589793 rad + pos: 82.5,-10.5 parent: 2 - - uid: 4033 + - uid: 13773 components: - type: Transform - pos: 38.5,26.5 + rot: 3.141592653589793 rad + pos: 81.5,-10.5 parent: 2 - - uid: 4037 + - uid: 13774 components: - type: Transform - pos: 38.5,23.5 + rot: -1.5707963267948966 rad + pos: 53.5,-36.5 parent: 2 - - uid: 4039 + - uid: 13775 components: - type: Transform - pos: 39.5,23.5 + rot: 3.141592653589793 rad + pos: 52.5,-38.5 parent: 2 - - uid: 4042 + - uid: 13776 components: - type: Transform - pos: 37.5,23.5 + rot: 1.5707963267948966 rad + pos: 45.5,-41.5 parent: 2 -- proto: LockerSecurityFilled - entities: - - uid: 3737 + - uid: 13777 components: - type: Transform - pos: -4.5,41.5 + rot: 1.5707963267948966 rad + pos: 50.5,-41.5 parent: 2 - - uid: 3745 + - uid: 13778 components: - type: Transform - pos: -4.5,43.5 + rot: -1.5707963267948966 rad + pos: 50.5,-42.5 parent: 2 - - uid: 3746 + - uid: 13779 components: - type: Transform - pos: -4.5,42.5 + rot: 1.5707963267948966 rad + pos: 42.5,-41.5 parent: 2 - - uid: 15568 + - uid: 13780 components: - type: Transform - pos: -6.5,41.5 + rot: 3.141592653589793 rad + pos: 40.5,-42.5 parent: 2 - - uid: 15569 + - uid: 13781 components: - type: Transform - pos: -6.5,43.5 + rot: 1.5707963267948966 rad + pos: 39.5,-39.5 parent: 2 - - uid: 15570 + - uid: 13782 components: - type: Transform - pos: -6.5,42.5 + rot: 1.5707963267948966 rad + pos: 39.5,-37.5 parent: 2 -- proto: LockerWallMedical - entities: - - uid: 2058 + - uid: 13816 components: - type: Transform - pos: 13.5,8.5 + rot: 3.141592653589793 rad + pos: 88.5,7.5 parent: 2 - - uid: 2059 + - uid: 13817 components: - type: Transform - pos: 28.5,8.5 + rot: 3.141592653589793 rad + pos: 90.5,9.5 parent: 2 - - uid: 13090 + - uid: 13825 components: - type: Transform - pos: -23.5,4.5 + rot: -1.5707963267948966 rad + pos: 91.5,12.5 parent: 2 -- proto: LockerWallMedicalFilled - entities: - - uid: 14177 + - uid: 13826 components: - type: Transform - pos: 13.5,44.5 + rot: -1.5707963267948966 rad + pos: 91.5,11.5 parent: 2 -- proto: LockerWardenFilled - entities: - - uid: 15712 + - uid: 22299 components: - type: Transform - pos: -30.5,39.5 + rot: 1.5707963267948966 rad + pos: -23.5,71.5 parent: 2 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 9606 + - uid: 22303 components: - type: Transform - pos: -49.5,31.5 + rot: 1.5707963267948966 rad + pos: -16.5,71.5 parent: 2 - - uid: 9607 + - uid: 22304 components: - type: Transform - pos: -45.5,31.5 + rot: -1.5707963267948966 rad + pos: -27.5,70.5 parent: 2 - - uid: 30652 + - uid: 22305 components: - type: Transform - pos: -25.5,-28.5 + rot: -1.5707963267948966 rad + pos: -35.5,71.5 parent: 2 -- proto: MachineAnomalyGenerator - entities: - - uid: 2232 + - uid: 22306 components: - type: Transform - pos: 46.5,39.5 + rot: 1.5707963267948966 rad + pos: -34.5,71.5 parent: 2 -- proto: MachineAnomalyVessel - entities: - - uid: 38 + - uid: 22313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,36.5 + rot: 1.5707963267948966 rad + pos: -27.5,70.5 parent: 2 - - uid: 23134 + - uid: 22316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,36.5 + pos: -24.5,71.5 parent: 2 -- proto: MachineAPE - entities: - - uid: 4085 + - uid: 22934 components: - type: Transform - pos: 45.5,36.5 + rot: 3.141592653589793 rad + pos: -125.5,55.5 parent: 2 - - uid: 4108 + - uid: 23019 components: - type: Transform - pos: 46.5,36.5 + rot: 1.5707963267948966 rad + pos: -125.5,64.5 parent: 2 - - uid: 4109 + - uid: 23020 components: - type: Transform - pos: 47.5,36.5 + pos: -117.5,65.5 parent: 2 -- proto: MachineArtifactAnalyzer - entities: - - uid: 2837 + - uid: 23021 components: - type: Transform - pos: 39.5,55.5 + pos: -116.5,65.5 parent: 2 - - uid: 9214 + - uid: 23022 components: - type: Transform - pos: 45.5,55.5 + pos: -106.5,65.5 parent: 2 -- proto: MachineCentrifuge - entities: - - uid: 2172 + - uid: 23023 components: - type: Transform - pos: 17.5,2.5 + rot: 3.141592653589793 rad + pos: -101.5,63.5 parent: 2 - - uid: 23107 + - uid: 23024 components: - type: Transform - pos: 21.5,-5.5 + rot: -1.5707963267948966 rad + pos: -98.5,62.5 parent: 2 -- proto: MachineElectrolysisUnit - entities: - - uid: 3058 + - uid: 23025 components: - type: Transform - pos: 17.5,3.5 + rot: 3.141592653589793 rad + pos: -126.5,55.5 parent: 2 - - uid: 24725 + - uid: 23026 components: - type: Transform - pos: 21.5,-4.5 + pos: -126.5,44.5 parent: 2 -- proto: MachineFrameDestroyed - entities: - - uid: 7036 + - uid: 23027 components: - type: Transform - pos: -25.5,-30.5 + pos: -122.5,42.5 parent: 2 - - uid: 7037 + - uid: 23028 components: - type: Transform - pos: -26.5,-30.5 + rot: -1.5707963267948966 rad + pos: -91.5,49.5 parent: 2 - - uid: 7038 + - uid: 23029 components: - type: Transform - pos: -32.5,-30.5 + pos: -122.5,38.5 parent: 2 - - uid: 7039 + - uid: 23030 components: - type: Transform - pos: -25.5,-34.5 + rot: 1.5707963267948966 rad + pos: -117.5,39.5 parent: 2 -- proto: MagazineBoxPistol - entities: - - uid: 16532 + - uid: 23031 components: - type: Transform - pos: -28.439362,47.629753 + rot: 1.5707963267948966 rad + pos: -117.5,38.5 parent: 2 -- proto: MagazineBoxPistolPractice +- proto: GrilleDiagonal entities: - - uid: 10567 + - uid: 20000 components: - type: Transform - pos: -31.62954,45.601925 + pos: 48.5,-15.5 parent: 2 - - uid: 17026 + - uid: 20002 components: - type: Transform - pos: -33.301414,39.445675 + pos: 12.5,59.5 parent: 2 -- proto: MagazineBoxPistolRubber - entities: - - uid: 16534 + - uid: 20315 components: - type: Transform - pos: -28.762278,47.661003 + pos: 52.5,-11.5 parent: 2 -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 22261 + - uid: 20317 components: - type: Transform - pos: -6.279428,32.535774 + rot: -1.5707963267948966 rad + pos: 24.5,59.5 parent: 2 - - uid: 22262 + - uid: 20407 components: - type: Transform - pos: -6.248178,32.4264 + rot: 3.141592653589793 rad + pos: 53.5,-12.5 parent: 2 - - uid: 22263 + - uid: 21880 components: - type: Transform - pos: -6.263803,32.3014 + rot: -1.5707963267948966 rad + pos: 12.5,69.5 parent: 2 -- proto: MailingUnit - entities: - - uid: 1035 + - uid: 21881 components: - - type: MetaData - name: secure storage mailing unit - type: Transform - pos: 34.5,15.5 + pos: 6.5,69.5 parent: 2 - - type: MailingUnit - tag: Secure Storage - - uid: 1385 + - uid: 28489 components: - - type: MetaData - desc: Send sensitive belongings to the storeroom above using this mailing unit. - name: morgue mailing unit - type: Transform - pos: 34.5,13.5 + rot: -1.5707963267948966 rad + pos: 23.5,60.5 parent: 2 - - type: MailingUnit - tag: Morgue - - uid: 3474 + - uid: 28671 components: - type: Transform - pos: -9.5,-39.5 + rot: 3.141592653589793 rad + pos: 49.5,-16.5 parent: 2 - - type: MailingUnit - tag: Salvage - - uid: 5926 + - uid: 28675 components: - type: Transform - pos: 63.5,26.5 + pos: 13.5,60.5 parent: 2 - - type: MailingUnit - tag: Library - - uid: 6120 +- proto: GunSafe + entities: + - uid: 22113 components: - type: Transform - pos: 32.5,28.5 + pos: -6.5,32.5 parent: 2 - - type: MailingUnit - tag: Epistemics - - uid: 6915 + - 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 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 22260 + - 22262 + - 22263 + - 22261 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: GunSafeLaserCarbine + entities: + - uid: 28886 components: - type: Transform - pos: 25.5,-25.5 + anchored: True + pos: -25.5,48.5 parent: 2 - - type: MailingUnit - tag: Bar - - uid: 16280 + - type: Physics + bodyType: Static +- proto: GunSafePistolMk58 + entities: + - uid: 28891 components: - type: Transform - pos: -20.5,39.5 + anchored: True + pos: -25.5,47.5 parent: 2 - - type: MailingUnit - tag: Warden's Room - - uid: 22780 + - type: Physics + bodyType: Static +- proto: GunSafeShotgunKammerer + entities: + - uid: 28885 components: - type: Transform - pos: 17.5,1.5 + anchored: True + pos: -23.5,47.5 parent: 2 - - type: MailingUnit - tag: Chemistry - - uid: 27390 + - type: Physics + bodyType: Static +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 28963 components: - type: Transform - pos: -4.5,32.5 + anchored: True + pos: -23.5,48.5 parent: 2 - - type: MailingUnit - tag: HoS' Room - - uid: 30653 + - type: Physics + bodyType: Static +- proto: Handcuffs + entities: + - uid: 4331 components: - type: Transform - pos: -45.5,37.5 + pos: 49.76617,34.08667 parent: 2 - - type: MailingUnit - tag: Atmospherics - - uid: 30755 + - uid: 15379 components: - type: Transform - pos: 43.5,28.5 + pos: 13.720597,54.94558 parent: 2 - - uid: 34416 + - uid: 15510 components: - type: Transform - pos: -9.5,-11.5 + pos: -36.5038,30.736282 parent: 2 - - type: MailingUnit - tag: CMO's Office - - uid: 35871 + - uid: 19395 components: - type: Transform - pos: 9.5,30.5 + pos: -9.701005,42.665085 parent: 2 - - type: MailingUnit - tag: HoP's Office - - uid: 35899 + - uid: 19396 components: - type: Transform - pos: -3.5,61.5 + pos: -9.451005,42.61821 parent: 2 - - type: MailingUnit - tag: Lawyer's Office - - uid: 35905 + - uid: 32542 components: - type: Transform - pos: 47.5,34.5 + pos: 99.55813,42.54598 parent: 2 - - type: MailingUnit - tag: Forensic Mantis' Room - - uid: 35943 +- proto: HandheldCrewMonitor + entities: + - uid: 8961 components: - type: Transform - pos: -10.5,31.5 + pos: 35.545147,3.6304834 parent: 2 - - type: MailingUnit - tag: Security - - uid: 35945 +- proto: HandheldGPSBasic + entities: + - uid: 1672 components: - type: Transform - pos: -49.5,16.5 + pos: -25.51881,9.577614 parent: 2 - - type: MailingUnit - tag: Engineering - - uid: 35951 + - uid: 34980 components: - type: Transform - pos: -58.5,11.5 + pos: 34.390953,3.685296 parent: 2 - - type: MailingUnit - tag: CE's Room - - uid: 35955 +- proto: HandheldHealthAnalyzer + entities: + - uid: 5561 components: - type: Transform - pos: -6.5,7.5 + pos: 48.69378,46.593346 parent: 2 - - type: MailingUnit - tag: Hospital Reception - - uid: 35977 + - uid: 6909 components: - type: Transform - pos: -5.5,-25.5 + pos: 43.88972,-21.144852 parent: 2 - - type: MailingUnit - tag: Mailroom - - uid: 35988 + - uid: 6911 components: - type: Transform - pos: -12.5,-24.5 + pos: -9.151129,-42.43531 parent: 2 - - type: MailingUnit - tag: Logistics - - uid: 35991 + - uid: 14206 components: - type: Transform - pos: -27.5,-25.5 + pos: 13.549272,55.62919 parent: 2 - - type: MailingUnit - tag: HoL's Office - - uid: 35997 + - uid: 15727 components: - type: Transform - pos: -54.5,2.5 + pos: -24.405924,42.378788 parent: 2 - - type: MailingUnit - tag: Botany - - uid: 36016 +- proto: HandLabeler + entities: + - uid: 1084 components: - type: Transform - pos: -69.5,15.5 + pos: 20.645819,-1.1453056 parent: 2 - - type: MailingUnit - tag: Zookeeper's Office -- proto: MailTeleporter - entities: - - uid: 6530 + - uid: 1984 components: - type: Transform - pos: -10.5,-23.5 + pos: 7.2949524,30.869534 parent: 2 -- proto: MaintenanceFluffSpawner - entities: - - uid: 6415 + - uid: 5524 components: - type: Transform - pos: 43.5,-34.5 + pos: 28.111671,30.624172 parent: 2 - - uid: 6417 + - uid: 9550 components: - type: Transform - pos: 41.5,-33.5 + pos: 36.36654,46.676826 parent: 2 - - uid: 6418 + - uid: 35809 components: - type: Transform - pos: 47.5,-27.5 + pos: -3.414721,-6.6666975 parent: 2 - - uid: 12113 +- proto: HappyHonk + entities: + - uid: 5701 components: - type: Transform - pos: -1.5,40.5 + pos: -77.61699,1.6966684 parent: 2 - - uid: 20955 + - uid: 19431 components: - type: Transform - pos: 80.5,-0.5 + pos: -78.50285,3.6125455 parent: 2 - - uid: 20964 +- proto: HappyHonkMime + entities: + - uid: 4210 components: - type: Transform - pos: -6.5,-27.5 + pos: -81.284096,1.8494835 parent: 2 - - uid: 20965 +- proto: HatSpawner + entities: + - uid: 306 components: - type: Transform - pos: -30.5,-31.5 + pos: -43.5,-26.5 parent: 2 - - uid: 20966 + - uid: 7727 components: - type: Transform - pos: -26.5,-36.5 + pos: 73.5,32.5 parent: 2 - - uid: 20967 + - uid: 21090 components: - type: Transform - pos: -25.5,-35.5 + pos: -6.5,-38.5 parent: 2 - - uid: 20968 + - uid: 21091 components: - type: Transform - pos: -32.5,-20.5 + pos: -3.5,-18.5 parent: 2 - - uid: 20969 + - uid: 21093 components: - type: Transform - pos: -32.5,-21.5 + pos: -32.5,27.5 parent: 2 - - uid: 20971 + - uid: 21095 components: - type: Transform - pos: -62.5,-25.5 + pos: -66.5,50.5 parent: 2 - - uid: 20981 + - uid: 21098 components: - type: Transform - pos: -64.5,-7.5 + pos: -61.5,-31.5 parent: 2 - - uid: 20982 + - uid: 21099 components: - type: Transform - pos: -65.5,12.5 + pos: -46.5,-35.5 parent: 2 - - uid: 20983 + - uid: 23615 components: - type: Transform - pos: -64.5,13.5 + pos: -43.5,-27.5 parent: 2 - - uid: 20984 + - uid: 33575 components: - type: Transform - pos: -69.5,27.5 + pos: 76.5,37.5 parent: 2 - - uid: 20986 + - uid: 33576 components: - type: Transform - pos: -41.5,26.5 + pos: 92.5,33.5 parent: 2 - - uid: 20987 + - uid: 33577 components: - type: Transform - pos: -35.5,27.5 + pos: 95.5,42.5 parent: 2 - - uid: 20989 + - uid: 33578 components: - type: Transform - pos: -1.5,25.5 + pos: 99.5,41.5 parent: 2 - - uid: 20990 + - uid: 33579 components: - type: Transform - pos: -2.5,38.5 + pos: 82.5,52.5 parent: 2 - - uid: 20993 +- proto: HeadSkeleton + entities: + - uid: 30075 components: - type: Transform - pos: 20.5,32.5 + pos: 90.89885,41.841835 parent: 2 - - uid: 20994 + - uid: 30077 components: - type: Transform - pos: 24.5,26.5 + rot: 1.5707963267948966 rad + pos: 90.6176,42.10746 parent: 2 - - uid: 20995 + - uid: 32533 components: - type: Transform - pos: 6.5,32.5 + pos: 90.62023,41.821255 parent: 2 - - uid: 20996 + - uid: 32534 components: - type: Transform - pos: 34.5,36.5 + rot: -1.5707963267948966 rad + pos: 91.05773,41.61813 parent: 2 - - uid: 20999 + - uid: 32535 components: - type: Transform - pos: 53.5,5.5 + rot: -1.5707963267948966 rad + pos: 90.30773,41.49313 parent: 2 - - uid: 21001 + - uid: 32536 components: - type: Transform - pos: 78.5,-11.5 + rot: -1.5707963267948966 rad + pos: 90.22961,43.633755 parent: 2 - - uid: 21002 + - uid: 32537 components: - type: Transform - pos: 78.5,-10.5 + pos: 90.62023,43.758755 parent: 2 - - uid: 21003 + - uid: 32538 components: - type: Transform - pos: 71.5,-20.5 + pos: 84.76086,42.61813 parent: 2 - - uid: 21004 + - uid: 33559 components: - type: Transform - pos: 65.5,-29.5 + pos: 91.95369,27.203115 parent: 2 - - uid: 21005 +- proto: HighSecArmoryLocked + entities: + - uid: 9055 components: - type: Transform - pos: 53.5,-31.5 + pos: -23.5,43.5 parent: 2 - - uid: 21022 + - uid: 15618 components: - type: Transform - pos: -112.5,19.5 + pos: -21.5,44.5 parent: 2 - - uid: 21023 +- proto: HighSecCommandLocked + entities: + - uid: 18354 components: - type: Transform - pos: -112.5,20.5 + pos: 4.5,60.5 parent: 2 - - uid: 21024 + - uid: 22597 components: - type: Transform - pos: -114.5,30.5 + pos: 20.5,45.5 parent: 2 - - uid: 21025 + - uid: 22598 components: - type: Transform - pos: -95.5,38.5 + pos: 27.5,40.5 parent: 2 - - uid: 21026 +- proto: Holoprojector + entities: + - uid: 18542 components: - type: Transform - pos: -80.5,36.5 + pos: -37.40299,24.825838 parent: 2 - - uid: 21027 +- proto: HoloprojectorEngineering + entities: + - uid: 30647 components: - type: Transform - pos: -79.5,36.5 + pos: -53.36526,35.883842 parent: 2 - - uid: 21028 + - uid: 30648 components: - type: Transform - pos: -71.5,21.5 + pos: -47.505886,33.727592 parent: 2 - - uid: 21029 + - uid: 30649 components: - type: Transform - pos: -89.5,-19.5 + pos: -47.349636,33.540092 parent: 2 - - uid: 21041 + - uid: 30650 components: - type: Transform - pos: -31.5,15.5 + pos: -55.037136,35.477592 parent: 2 - - uid: 21042 +- proto: HoloprojectorSecurity + entities: + - uid: 15581 components: - type: Transform - pos: -31.5,14.5 + pos: -13.580149,33.719345 parent: 2 - - uid: 21043 +- proto: HospitalCurtains + entities: + - uid: 6082 components: - type: Transform - pos: -34.5,11.5 + pos: 68.5,9.5 parent: 2 - - uid: 21044 +- proto: HospitalCurtainsOpen + entities: + - uid: 402 components: - type: Transform - pos: -32.5,1.5 + rot: -1.5707963267948966 rad + pos: -21.5,0.5 parent: 2 - - uid: 21047 + - uid: 882 components: - type: Transform - pos: 36.5,9.5 + pos: 25.5,-4.5 parent: 2 - - uid: 21048 + - uid: 1006 components: - type: Transform - pos: 37.5,16.5 + rot: -1.5707963267948966 rad + pos: -15.5,0.5 parent: 2 - - uid: 21049 + - uid: 1025 components: - type: Transform - pos: 39.5,3.5 + pos: 32.5,-11.5 parent: 2 - - uid: 21051 + - uid: 1165 components: - type: Transform - pos: 38.5,-8.5 + pos: 6.5,16.5 parent: 2 - - uid: 21052 + - uid: 1193 components: - type: Transform - pos: 38.5,-7.5 + pos: 25.5,-5.5 parent: 2 - - uid: 22610 + - uid: 1194 components: - type: Transform - pos: -31.5,-11.5 + pos: 25.5,-7.5 parent: 2 - - uid: 23010 + - uid: 1195 components: - type: Transform - pos: 83.5,8.5 + pos: 25.5,-8.5 parent: 2 - - uid: 24801 + - uid: 1196 components: - type: Transform - pos: 31.5,43.5 + pos: 25.5,-10.5 parent: 2 - - uid: 32495 + - uid: 1197 components: - type: Transform - pos: 75.5,24.5 + pos: 25.5,-11.5 parent: 2 - - uid: 32496 + - uid: 1208 components: - type: Transform - pos: 72.5,32.5 + pos: 32.5,-10.5 parent: 2 - - uid: 32497 + - uid: 1242 components: - type: Transform - pos: 64.5,34.5 + pos: 68.5,28.5 parent: 2 - - uid: 32498 + - uid: 1455 components: - type: Transform - pos: 56.5,36.5 + pos: 6.5,14.5 parent: 2 - - uid: 32499 + - uid: 1456 components: - type: Transform - pos: 51.5,34.5 + pos: 12.5,14.5 parent: 2 - - uid: 32500 + - type: Door + secondsUntilStateChange: -119815.46 + - uid: 1457 components: - type: Transform - pos: 58.5,45.5 + pos: 12.5,10.5 parent: 2 - - uid: 32501 + - uid: 1458 components: - type: Transform - pos: 71.5,57.5 + pos: 6.5,12.5 parent: 2 - - uid: 32502 + - uid: 1460 components: - type: Transform - pos: 58.5,62.5 + pos: 6.5,10.5 parent: 2 - - uid: 32503 + - uid: 1461 components: - type: Transform - pos: 71.5,68.5 + pos: 12.5,12.5 parent: 2 - - uid: 32504 + - uid: 1462 components: - type: Transform - pos: 80.5,68.5 + pos: 5.5,14.5 parent: 2 - - uid: 32505 + - uid: 1463 components: - type: Transform - pos: 83.5,64.5 + pos: 5.5,12.5 parent: 2 - - uid: 32506 + - uid: 1464 components: - type: Transform - pos: 89.5,65.5 + pos: 5.5,10.5 parent: 2 - - uid: 32507 + - uid: 1465 components: - type: Transform - pos: 95.5,53.5 + pos: 13.5,10.5 parent: 2 - - uid: 32508 + - uid: 1466 components: - type: Transform - pos: 84.5,52.5 + pos: 13.5,12.5 parent: 2 - - uid: 32509 + - uid: 1467 components: - type: Transform - pos: 90.5,47.5 + pos: 13.5,14.5 parent: 2 - - uid: 32510 + - uid: 1468 components: - type: Transform - pos: 97.5,41.5 + pos: 13.5,16.5 parent: 2 - - uid: 32511 + - uid: 1469 components: - type: Transform - pos: 96.5,31.5 + pos: 12.5,16.5 parent: 2 - - uid: 32512 + - uid: 2525 components: - type: Transform - pos: 97.5,31.5 + rot: 1.5707963267948966 rad + pos: 7.5,-23.5 parent: 2 - - uid: 32513 + - uid: 3309 components: - type: Transform - pos: 88.5,27.5 + rot: 3.141592653589793 rad + pos: 11.5,-21.5 parent: 2 - - uid: 32514 + - uid: 3411 components: - type: Transform - pos: 85.5,17.5 + rot: 3.141592653589793 rad + pos: 9.5,-21.5 parent: 2 - - uid: 32515 + - uid: 4435 components: - type: Transform - pos: 97.5,24.5 + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 parent: 2 - - uid: 35017 + - uid: 4595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-24.5 + rot: 1.5707963267948966 rad + pos: -28.5,4.5 parent: 2 - - uid: 35018 + - uid: 4623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,-21.5 + rot: 1.5707963267948966 rad + pos: -24.5,4.5 parent: 2 - - uid: 35019 + - uid: 4725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-21.5 + pos: 46.5,22.5 parent: 2 -- proto: MaintenancePlantSpawner - entities: - - uid: 20956 + - uid: 4745 components: - type: Transform - pos: 11.5,-27.5 + pos: 45.5,27.5 parent: 2 - - uid: 20977 + - uid: 4764 components: - type: Transform - pos: -62.5,-29.5 + rot: 1.5707963267948966 rad + pos: -22.5,4.5 parent: 2 - - uid: 20978 + - uid: 5109 components: - type: Transform - pos: -64.5,-15.5 + rot: 3.141592653589793 rad + pos: -28.5,59.5 parent: 2 - - uid: 20979 + - uid: 5146 components: - type: Transform - pos: -65.5,3.5 + pos: 72.5,-12.5 parent: 2 - - uid: 21006 + - uid: 5229 components: - type: Transform - pos: 69.5,-23.5 + pos: -29.5,-17.5 parent: 2 - - uid: 21007 + - uid: 5294 components: - type: Transform - pos: 78.5,2.5 + pos: -52.5,14.5 parent: 2 - - uid: 21009 + - uid: 5512 components: - type: Transform - pos: 26.5,32.5 + rot: 3.141592653589793 rad + pos: -9.5,-34.5 parent: 2 - - uid: 21016 + - uid: 5513 components: - type: Transform - pos: -55.5,40.5 + rot: 3.141592653589793 rad + pos: -9.5,-32.5 parent: 2 - - uid: 21019 + - uid: 5514 components: - type: Transform - pos: -90.5,-19.5 + pos: -25.5,-22.5 parent: 2 - - uid: 21020 + - uid: 5515 components: - type: Transform - pos: -109.5,-8.5 + pos: -52.5,13.5 parent: 2 - - uid: 21021 + - uid: 5516 components: - type: Transform - pos: -114.5,17.5 + pos: -26.5,-22.5 parent: 2 - - uid: 29297 + - uid: 5517 components: - type: Transform - pos: -26.5,51.5 + pos: -28.5,-12.5 parent: 2 - - uid: 32517 + - uid: 5519 components: - type: Transform - pos: 85.5,16.5 + pos: -26.5,-12.5 parent: 2 - - uid: 32518 + - uid: 5762 components: - type: Transform - pos: 80.5,36.5 + rot: -1.5707963267948966 rad + pos: -28.5,64.5 parent: 2 - - uid: 32519 + - uid: 5764 components: - type: Transform - pos: 74.5,45.5 + pos: 22.5,-25.5 parent: 2 - - uid: 32520 + - uid: 6081 components: - type: Transform - pos: 58.5,60.5 + pos: 66.5,9.5 parent: 2 - - uid: 32521 + - uid: 6247 components: - type: Transform - pos: 65.5,70.5 + pos: -7.5,-3.5 parent: 2 -- proto: MaintenanceToolSpawner - entities: - - uid: 5401 + - uid: 6269 components: - type: Transform - pos: 55.5,51.5 + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 parent: 2 - - uid: 5402 + - uid: 6551 components: - type: Transform - pos: 57.5,54.5 + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 parent: 2 - - uid: 5403 + - uid: 6577 components: - type: Transform - pos: 60.5,51.5 + pos: -22.5,-12.5 parent: 2 - - uid: 5404 + - uid: 6578 components: - type: Transform - pos: 61.5,55.5 + pos: -28.5,-17.5 parent: 2 - - uid: 6413 + - uid: 6941 components: - type: Transform - pos: 52.5,8.5 + pos: -27.5,-17.5 parent: 2 - - uid: 6414 + - uid: 7328 components: - type: Transform - pos: 46.5,-31.5 + rot: 3.141592653589793 rad + pos: -28.5,60.5 parent: 2 - - uid: 19948 + - uid: 7351 components: - type: Transform - pos: 86.5,61.5 + pos: -46.5,13.5 parent: 2 - - uid: 20957 + - uid: 7441 components: - type: Transform - pos: 6.5,-29.5 + rot: 3.141592653589793 rad + pos: 23.5,-24.5 parent: 2 - - uid: 20959 + - uid: 7537 components: - type: Transform - pos: 7.5,-29.5 + pos: -70.5,14.5 parent: 2 - - uid: 20975 + - uid: 7726 components: - type: Transform - pos: -62.5,-26.5 + rot: 3.141592653589793 rad + pos: 66.5,28.5 parent: 2 - - uid: 21035 + - uid: 8330 components: - type: Transform - pos: -83.5,34.5 + pos: -19.5,0.5 parent: 2 - - uid: 21036 + - uid: 8361 components: - type: Transform - pos: -71.5,38.5 + pos: -20.5,0.5 parent: 2 - - uid: 21037 + - uid: 8374 components: - type: Transform - pos: -110.5,36.5 + pos: -13.5,0.5 parent: 2 - - uid: 21038 + - uid: 8381 components: - type: Transform - pos: -114.5,1.5 + pos: -14.5,0.5 parent: 2 - - uid: 21039 + - uid: 8742 components: - type: Transform - pos: -92.5,-19.5 + pos: -46.5,12.5 parent: 2 - - uid: 21040 + - uid: 8766 components: - type: Transform - pos: -61.5,-12.5 + pos: -46.5,14.5 parent: 2 - - uid: 21050 + - uid: 8826 components: - type: Transform - pos: 39.5,5.5 + pos: -23.5,-24.5 parent: 2 - - uid: 21055 + - uid: 8827 components: - type: Transform - pos: 40.5,15.5 + pos: -23.5,-23.5 parent: 2 - - uid: 21063 + - uid: 9128 components: - type: Transform - pos: -32.5,9.5 + pos: 37.5,22.5 parent: 2 - - uid: 23299 + - uid: 9129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-1.5 + pos: 38.5,22.5 parent: 2 - - uid: 29299 + - uid: 9139 components: - type: Transform - pos: 82.5,61.5 + pos: 70.5,-10.5 parent: 2 - - uid: 29803 + - uid: 9288 components: - type: Transform - pos: 86.5,62.5 + pos: -26.5,0.5 parent: 2 - - uid: 32463 + - uid: 9289 components: - type: Transform - pos: 71.5,26.5 + pos: -25.5,0.5 parent: 2 - - uid: 32464 + - uid: 9656 components: - type: Transform - pos: 71.5,25.5 + pos: 36.5,22.5 parent: 2 - - uid: 32470 + - uid: 9659 components: - type: Transform - pos: 64.5,64.5 + pos: 35.5,22.5 parent: 2 - - uid: 32474 + - uid: 11286 components: - type: Transform - pos: 64.5,65.5 + rot: 1.5707963267948966 rad + pos: -20.5,4.5 parent: 2 - - uid: 32476 + - uid: 11527 components: - type: Transform - pos: 53.5,62.5 + rot: -1.5707963267948966 rad + pos: 32.5,-8.5 parent: 2 - - uid: 32477 + - uid: 11528 components: - type: Transform - pos: 72.5,61.5 + rot: -1.5707963267948966 rad + pos: 32.5,-5.5 parent: 2 - - uid: 32478 + - uid: 11530 components: - type: Transform - pos: 78.5,59.5 + rot: -1.5707963267948966 rad + pos: 32.5,-7.5 parent: 2 - - uid: 32479 + - uid: 11541 components: - type: Transform - pos: 68.5,52.5 + rot: -1.5707963267948966 rad + pos: 11.5,-8.5 parent: 2 - - uid: 32480 + - uid: 11596 components: - type: Transform - pos: 80.5,48.5 + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 parent: 2 - - uid: 32481 + - uid: 13012 components: - type: Transform - pos: 83.5,46.5 + pos: 73.5,-11.5 parent: 2 - - uid: 32482 + - uid: 13952 components: - type: Transform - pos: 74.5,47.5 + pos: -24.5,55.5 parent: 2 - - uid: 32483 + - uid: 14102 components: - type: Transform - pos: 79.5,44.5 + pos: -8.5,-3.5 parent: 2 - - uid: 32484 + - uid: 15720 components: - type: Transform - pos: 82.5,44.5 + pos: -2.5,60.5 parent: 2 - - uid: 32485 + - uid: 15732 components: - type: Transform - pos: 81.5,44.5 + pos: -2.5,58.5 parent: 2 - - uid: 32486 + - uid: 15747 components: - type: Transform - pos: 81.5,32.5 + pos: -2.5,61.5 parent: 2 - - uid: 32487 + - uid: 15860 components: - type: Transform - pos: 98.5,29.5 + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 parent: 2 - - uid: 32488 + - uid: 15933 components: - type: Transform - pos: 93.5,33.5 + pos: -28.5,40.5 parent: 2 - - uid: 32489 + - uid: 16516 components: - type: Transform - pos: 95.5,43.5 + rot: 1.5707963267948966 rad + pos: -26.5,4.5 parent: 2 - - uid: 32490 + - uid: 16588 components: - type: Transform - pos: 94.5,43.5 + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 parent: 2 - - uid: 32491 + - uid: 16589 components: - type: Transform - pos: 92.5,43.5 + rot: -1.5707963267948966 rad + pos: -3.5,-12.5 parent: 2 - - uid: 32492 + - uid: 16593 components: - type: Transform - pos: 99.5,44.5 + pos: -20.5,-12.5 parent: 2 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 5382 + - uid: 16594 components: - type: Transform - pos: 61.5,54.5 + pos: -16.5,-12.5 parent: 2 - - uid: 5400 + - uid: 16596 components: - type: Transform - pos: 56.5,54.5 + pos: -14.5,-12.5 parent: 2 - - uid: 6416 + - uid: 16597 components: - type: Transform - pos: 49.5,-29.5 + pos: -17.5,-6.5 parent: 2 - - uid: 13866 + - uid: 16598 components: - type: Transform - pos: 39.5,6.5 + pos: -16.5,-6.5 parent: 2 - - uid: 20958 + - uid: 16599 components: - type: Transform - pos: 7.5,-19.5 + pos: -22.5,-6.5 parent: 2 - - uid: 20963 + - uid: 16600 components: - type: Transform - pos: -7.5,-34.5 + pos: -20.5,-6.5 parent: 2 - - uid: 20976 + - uid: 16613 components: - type: Transform - pos: -56.5,-33.5 + pos: 39.5,22.5 parent: 2 - - uid: 20980 + - uid: 16614 components: - type: Transform - pos: -65.5,-0.5 + pos: 45.5,22.5 parent: 2 - - uid: 21000 + - uid: 16616 components: - type: Transform - pos: -113.5,-21.5 + pos: 47.5,22.5 parent: 2 - - uid: 21014 + - uid: 16617 components: - type: Transform - pos: -3.5,71.5 + pos: 48.5,22.5 parent: 2 - - uid: 21031 + - uid: 16618 components: - type: Transform - pos: -83.5,-17.5 + pos: 46.5,27.5 parent: 2 - - uid: 21032 + - uid: 16620 components: - type: Transform - pos: -114.5,4.5 + pos: 47.5,27.5 parent: 2 - - uid: 21033 + - uid: 16621 components: - type: Transform - pos: -109.5,36.5 + pos: 41.5,30.5 parent: 2 - - uid: 21056 + - uid: 18048 components: - type: Transform - pos: 38.5,-5.5 + pos: -26.5,65.5 parent: 2 - - uid: 21059 + - uid: 18049 components: - type: Transform - pos: -32.5,15.5 + pos: -22.5,65.5 parent: 2 - - uid: 21060 + - uid: 18050 components: - type: Transform - pos: -34.5,10.5 + pos: -18.5,65.5 parent: 2 - - uid: 23295 + - uid: 18051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,16.5 + pos: -14.5,65.5 parent: 2 - - uid: 29804 + - uid: 19334 components: - type: Transform - pos: 86.5,59.5 + pos: 41.5,33.5 parent: 2 - - uid: 32493 + - uid: 19371 components: - type: Transform - pos: 77.5,25.5 + pos: 41.5,34.5 parent: 2 - - uid: 32494 + - uid: 19854 components: - type: Transform - pos: 72.5,26.5 + rot: -1.5707963267948966 rad + pos: -11.5,65.5 parent: 2 - - uid: 32522 + - uid: 19962 components: - type: Transform - pos: 64.5,67.5 + rot: -1.5707963267948966 rad + pos: 32.5,-4.5 parent: 2 - - uid: 32523 + - uid: 19966 components: - type: Transform - pos: 64.5,58.5 + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 parent: 2 - - uid: 32524 + - uid: 19996 components: - type: Transform - pos: 72.5,60.5 + pos: 12.5,-12.5 parent: 2 - - uid: 32525 + - uid: 21838 components: - type: Transform - pos: 84.5,68.5 + pos: 6.5,-12.5 parent: 2 - - uid: 32526 + - uid: 21920 components: - type: Transform - pos: 94.5,60.5 + rot: 1.5707963267948966 rad + pos: -16.5,4.5 parent: 2 - - uid: 32527 + - uid: 22048 components: - type: Transform - pos: 95.5,45.5 + rot: 1.5707963267948966 rad + pos: -18.5,4.5 parent: 2 - - uid: 32528 + - uid: 23457 components: - type: Transform - pos: 72.5,39.5 + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 parent: 2 - - uid: 32529 + - uid: 23495 components: - type: Transform - pos: 61.5,38.5 + pos: 81.5,53.5 parent: 2 - - uid: 32530 + - uid: 23613 components: - type: Transform - pos: 53.5,32.5 + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 parent: 2 - - uid: 32531 + - uid: 23777 components: - type: Transform - pos: 56.5,48.5 + rot: 3.141592653589793 rad + pos: -9.5,-33.5 parent: 2 - - uid: 32532 + - uid: 23782 components: - type: Transform - pos: 72.5,51.5 + rot: 3.141592653589793 rad + pos: -9.5,-35.5 parent: 2 -- proto: Matchbox - entities: - - uid: 30063 + - uid: 27192 components: - type: Transform - pos: 85.90307,42.529053 + rot: 1.5707963267948966 rad + pos: -29.5,17.5 parent: 2 -- proto: MatchstickSpent - entities: - - uid: 30047 + - uid: 27193 components: - type: Transform - pos: 86.07494,42.216553 + rot: 1.5707963267948966 rad + pos: -28.5,17.5 parent: 2 - - uid: 30049 + - uid: 27194 components: - type: Transform - pos: 84.59057,42.76233 + rot: 1.5707963267948966 rad + pos: -26.5,17.5 parent: 2 - - uid: 30050 + - uid: 27195 components: - type: Transform - pos: 85.313446,39.138023 + rot: 1.5707963267948966 rad + pos: -25.5,17.5 parent: 2 -- proto: MaterialBiomass1 - entities: - - uid: 1402 + - uid: 27196 components: - type: Transform - pos: 22.388477,0.6988144 + rot: 1.5707963267948966 rad + pos: -23.5,17.5 parent: 2 - - uid: 1403 + - uid: 27197 components: - type: Transform - pos: 22.575977,0.82772064 + rot: 1.5707963267948966 rad + pos: -22.5,17.5 parent: 2 - - uid: 1404 + - uid: 27198 components: - type: Transform - pos: 22.681446,0.5581894 + rot: 1.5707963267948966 rad + pos: -19.5,17.5 parent: 2 - - uid: 1405 + - uid: 27199 components: - type: Transform - pos: 22.505665,0.52303314 + rot: 1.5707963267948966 rad + pos: -20.5,17.5 parent: 2 - - uid: 1406 + - uid: 27200 components: - type: Transform - pos: 21.837696,0.66365814 + rot: 1.5707963267948966 rad + pos: -17.5,17.5 parent: 2 - - uid: 2153 + - uid: 27201 components: - type: Transform - pos: 13.157031,-4.2878475 + rot: 1.5707963267948966 rad + pos: -16.5,17.5 parent: 2 - - uid: 2154 + - uid: 27414 components: - type: Transform - pos: 13.192187,-4.4870663 + rot: -1.5707963267948966 rad + pos: -27.5,0.5 parent: 2 - - uid: 2155 + - uid: 27944 components: - type: Transform - pos: 13.215625,-4.604254 + rot: 1.5707963267948966 rad + pos: 87.5,17.5 parent: 2 - - uid: 2156 + - uid: 28352 components: - type: Transform - pos: 13.180469,-4.3815975 + pos: 4.5,-5.5 parent: 2 -- proto: MaterialCloth - entities: - - uid: 1981 + - uid: 28355 components: - type: Transform - pos: 7.473057,30.6911 + pos: 13.5,-12.5 parent: 2 -- proto: MaterialDiamond - entities: - - uid: 13998 + - uid: 28748 components: - type: Transform - pos: 26.580275,39.05669 + pos: 7.5,-12.5 parent: 2 -- proto: MaterialDiamond1 - entities: - - uid: 33611 + - uid: 29820 components: - type: Transform - pos: 85.45249,46.61865 + pos: 88.5,55.5 parent: 2 -- proto: MaterialDurathread - entities: - - uid: 5716 + - uid: 31046 components: - type: Transform - pos: 7.5137024,30.611721 + rot: 3.141592653589793 rad + pos: -29.5,65.5 parent: 2 -- proto: MaterialReclaimer - entities: - - uid: 19372 + - uid: 31113 components: - type: Transform - pos: -15.5,-25.5 + pos: -33.5,65.5 parent: 2 - - uid: 25439 + - uid: 33653 components: - type: Transform - pos: -41.5,10.5 + pos: -31.5,65.5 parent: 2 -- proto: MedicalBed - entities: - - uid: 421 + - uid: 33655 components: - type: Transform - pos: -25.5,7.5 + pos: -34.5,64.5 parent: 2 - - uid: 431 +- proto: hydroponicsSoil + entities: + - uid: 2368 components: - type: Transform - pos: -25.5,-2.5 + rot: 3.141592653589793 rad + pos: -56.5,4.5 parent: 2 - - uid: 448 + - uid: 5407 components: - type: Transform - pos: -19.5,7.5 + pos: -33.5,62.5 parent: 2 - - uid: 449 + - uid: 5740 components: - type: Transform - pos: -13.5,7.5 + pos: -33.5,61.5 parent: 2 - - uid: 450 + - uid: 6274 components: - type: Transform - pos: -13.5,-2.5 + pos: -33.5,60.5 parent: 2 - - uid: 451 + - uid: 6844 components: - type: Transform - pos: -19.5,-2.5 + pos: -33.5,59.5 parent: 2 - - uid: 1004 + - uid: 9671 components: - type: Transform - pos: 5.5,9.5 + pos: -33.5,57.5 parent: 2 - - uid: 1134 + - uid: 18418 components: - type: Transform - pos: 5.5,-8.5 + rot: 3.141592653589793 rad + pos: -57.5,5.5 parent: 2 - - uid: 1164 + - uid: 18419 components: - type: Transform - pos: 5.5,15.5 + rot: 3.141592653589793 rad + pos: -56.5,5.5 parent: 2 - - uid: 1166 + - uid: 18420 components: - type: Transform - pos: 5.5,11.5 + rot: 3.141592653589793 rad + pos: -55.5,5.5 parent: 2 - - uid: 1168 + - uid: 18421 components: - type: Transform - pos: 5.5,13.5 + rot: 3.141592653589793 rad + pos: -54.5,5.5 parent: 2 - - uid: 1184 + - uid: 18425 components: - type: Transform - pos: 23.5,-5.5 + rot: 3.141592653589793 rad + pos: -57.5,4.5 parent: 2 - - uid: 1185 + - uid: 18429 components: - type: Transform - pos: 23.5,-11.5 + rot: 3.141592653589793 rad + pos: -55.5,4.5 parent: 2 - - uid: 1192 + - uid: 18430 components: - type: Transform - pos: 23.5,-8.5 + rot: 3.141592653589793 rad + pos: -54.5,4.5 parent: 2 - - uid: 1202 + - uid: 30754 components: - type: Transform - pos: 34.5,-11.5 + pos: -33.5,58.5 parent: 2 - - uid: 1249 +- proto: HydroponicsToolClippers + entities: + - uid: 18156 components: - type: Transform - pos: 13.5,-10.5 + pos: -31.41555,61.58358 parent: 2 - - uid: 1250 + - uid: 18491 components: - type: Transform - pos: 13.5,-8.5 + pos: -49.48618,4.709147 parent: 2 - - uid: 1251 +- proto: HydroponicsToolHatchet + entities: + - uid: 18485 components: - type: Transform - pos: 5.5,-6.5 + pos: -52.588306,-1.3315754 parent: 2 - - uid: 1257 + - uid: 18488 components: - type: Transform - pos: 13.5,-6.5 + pos: -62.501804,0.9122721 parent: 2 - - uid: 1262 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 9350 components: - type: Transform - pos: 5.5,-10.5 + pos: -31.461285,62.45976 parent: 2 - - uid: 1435 + - uid: 18153 components: - type: Transform - pos: 13.5,13.5 + pos: -29.399925,62.64608 parent: 2 - - uid: 1436 + - uid: 18154 components: - type: Transform - pos: 13.5,15.5 + pos: -29.618675,62.567955 parent: 2 - - uid: 1437 + - uid: 18489 components: - type: Transform - pos: 13.5,11.5 + pos: -61.73618,0.5372721 parent: 2 - - uid: 1438 + - uid: 18490 components: - type: Transform - pos: 13.5,9.5 + pos: -61.42368,0.6466471 parent: 2 -- proto: MedicalScanner +- proto: HydroponicsToolScythe entities: - - uid: 1279 + - uid: 18492 components: - type: Transform - pos: 25.5,2.5 + pos: -52.60393,-1.3159504 parent: 2 -- proto: MedicalTechFab +- proto: HydroponicsToolSpade entities: - - uid: 1346 + - uid: 18493 components: - type: Transform - pos: 34.5,5.5 + pos: -62.345554,1.4435221 parent: 2 -- proto: MedicatedSuture - entities: - - uid: 32586 + - uid: 18494 components: - type: Transform - pos: 54.44772,44.363388 + pos: -51.51018,-1.3940754 parent: 2 -- proto: MedkitAdvancedFilled +- proto: hydroponicsTray entities: - - uid: 1150 + - uid: 2369 components: - type: Transform - pos: 7.676587,16.64243 + rot: 3.141592653589793 rad + pos: -60.5,4.5 parent: 2 - - uid: 1160 + - uid: 2373 components: - type: Transform - pos: -11.404755,-9.152216 + pos: -50.5,4.5 parent: 2 - - uid: 15726 + - uid: 7417 components: - type: Transform - pos: -24.499674,42.691288 + rot: 3.141592653589793 rad + pos: -59.5,5.5 parent: 2 -- proto: MedkitBruteFilled - entities: - - uid: 1163 + - uid: 17987 components: - type: Transform - pos: 11.252731,16.908054 + rot: 3.141592653589793 rad + pos: -61.5,4.5 parent: 2 - - uid: 3462 + - uid: 17995 components: - type: Transform - pos: 41.476383,-21.244463 + rot: 3.141592653589793 rad + pos: -59.5,4.5 parent: 2 - - uid: 6910 + - uid: 18061 components: - type: Transform - pos: -6.427447,-40.39485 + pos: -29.5,58.5 parent: 2 - - uid: 30685 + - uid: 18069 components: - type: Transform - pos: 4.5581956,64.48662 + pos: -30.5,58.5 parent: 2 -- proto: MedkitBurnFilled - entities: - - uid: 1147 + - uid: 18071 components: - type: Transform - pos: 11.674606,16.564304 + pos: -31.5,57.5 parent: 2 -- proto: MedkitCombatFilled - entities: - - uid: 1472 + - uid: 18073 components: - type: Transform - pos: 7.301587,16.814304 + pos: -31.5,58.5 parent: 2 - - uid: 14210 + - uid: 18143 components: - type: Transform - pos: 13.406654,56.703026 + pos: -29.5,57.5 parent: 2 -- proto: MedkitFilled - entities: - - uid: 1477 + - uid: 18416 components: - type: Transform - pos: 7.774714,16.877289 + rot: 3.141592653589793 rad + pos: -60.5,5.5 parent: 2 - - uid: 2039 + - uid: 18417 components: - type: Transform - pos: -4.458594,6.0189323 + rot: 3.141592653589793 rad + pos: -61.5,5.5 parent: 2 - - uid: 2040 + - uid: 18422 components: - type: Transform - pos: -4.398351,-0.24816418 + rot: 3.141592653589793 rad + pos: -50.5,5.5 parent: 2 - - uid: 13084 + - uid: 18423 components: - type: Transform - pos: 4.47973,-31.09689 + rot: 3.141592653589793 rad + pos: -51.5,5.5 parent: 2 - - uid: 20649 + - uid: 18424 components: - type: Transform - pos: -41.358887,60.69076 + rot: 3.141592653589793 rad + pos: -52.5,5.5 parent: 2 -- proto: MedkitOxygenFilled - entities: - - uid: 1479 + - uid: 18426 components: - type: Transform - pos: 7.4023647,16.5659 + rot: 3.141592653589793 rad + pos: -52.5,4.5 parent: 2 - - uid: 9322 + - uid: 18427 components: - type: Transform - pos: -16.398605,-25.496935 + rot: 3.141592653589793 rad + pos: -51.5,4.5 parent: 2 -- proto: MedkitRadiationFilled +- proto: Igniter entities: - - uid: 1480 + - uid: 25782 components: - type: Transform - pos: 11.577502,16.839338 + pos: -58.52908,50.271786 parent: 2 - - uid: 5413 + - type: DeviceLinkSink + links: + - 19332 + - uid: 35711 components: + - type: MetaData + name: igniter 2 - type: Transform - pos: 49.81323,46.780846 + pos: -37.55961,37.32428 parent: 2 -- proto: MedkitToxinFilled - entities: - - uid: 1481 + - type: DeviceLinkSink + links: + - 35713 + - uid: 35712 components: + - type: MetaData + name: igniter 1 - type: Transform - pos: 11.249377,16.53465 + pos: -37.62211,37.66803 parent: 2 -- proto: Memorial + - type: DeviceLinkSink + links: + - 35714 +- proto: InflatableDoor entities: - - uid: 2411 + - uid: 22720 components: - - type: MetaData - desc: Here we see the majestic Cold Place animals such as Penguin. Brrr! - name: Tundra Dome Plaque - type: Transform - pos: -87.5,-4.5 + pos: 57.5,57.5 parent: 2 - - uid: 2687 +- proto: InflatableWall + entities: + - uid: 1129 components: - - type: MetaData - desc: Watch the beautiful carps and sharks and other majestic beasts of the sea swim around in harmony! - name: Aquarium Dome Plaque - type: Transform - pos: -87.5,22.5 + rot: -1.5707963267948966 rad + pos: -63.5,-24.5 parent: 2 - - uid: 2693 + - uid: 22116 components: - - type: MetaData - desc: Splish splash! It's a jungle. Look at the monkey! - name: Jungle Dome Plaque - type: Transform - pos: -98.5,5.5 + rot: -1.5707963267948966 rad + pos: -62.5,-25.5 parent: 2 - - uid: 2751 + - uid: 23774 components: - - type: MetaData - desc: Damp, dank, and muddy caves could have ANY animals in them. Watch out!!! - name: Cave Dome Plaque - type: Transform - pos: -97.5,20.5 + rot: -1.5707963267948966 rad + pos: -62.5,-24.5 parent: 2 - - uid: 30383 +- proto: IngotGold + entities: + - uid: 4461 components: - - type: MetaData - desc: To all those that we couldn't save. - type: Transform - pos: 1.5,21.5 + pos: 89.07819,36.635185 parent: 2 - - uid: 30405 + - uid: 5677 components: - - type: MetaData - desc: To all those we saved. - type: Transform - pos: 1.5,-14.5 + pos: 49.553997,30.678318 parent: 2 - - uid: 32468 + - uid: 13997 components: - - type: MetaData - desc: The grave of a great hero. - name: Hero's Grave - type: Transform - pos: 61.5,66.5 + pos: 26.468767,39.52544 parent: 2 -- proto: MetalDoor +- proto: IngotGold1 entities: - - uid: 4649 + - uid: 29773 components: - type: Transform - pos: 87.5,45.5 + pos: 82.5759,62.647358 parent: 2 - - uid: 4667 + - type: Stack + count: 2 + - type: Item + size: 2 + - uid: 29776 components: - type: Transform - pos: 87.5,35.5 + pos: 82.3884,62.756733 parent: 2 - - uid: 32589 +- proto: IngotSilver + entities: + - uid: 4462 components: - type: Transform - pos: 77.5,27.5 + pos: 89.51569,36.83831 parent: 2 -- proto: MicrowaveMachineCircuitboard - entities: - - uid: 1573 + - uid: 14129 components: - type: Transform - pos: 18.439661,-8.63639 + pos: 26.586357,39.834373 parent: 2 -- proto: Mirror +- proto: IngotSilver1 entities: - - uid: 1112 + - uid: 29777 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,8.5 + pos: 86.6384,62.631733 parent: 2 - - uid: 3318 +- proto: IntercomCommand + entities: + - uid: 1520 components: - type: Transform - pos: 7.5,-26.5 + rot: -1.5707963267948966 rad + pos: 15.5,28.5 parent: 2 - - uid: 3321 + - uid: 14214 components: - type: Transform - pos: 8.5,-26.5 + pos: 14.5,44.5 parent: 2 - - uid: 5151 + - uid: 14272 components: - type: Transform - pos: 73.5,-9.5 + pos: 12.5,51.5 parent: 2 - - uid: 5171 + - uid: 14277 components: - type: Transform - pos: 72.5,-9.5 + pos: 25.5,57.5 parent: 2 - - uid: 7504 + - uid: 22616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-9.5 + pos: 23.5,52.5 parent: 2 - - uid: 7505 + - uid: 22617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-9.5 + rot: -1.5707963267948966 rad + pos: 12.5,53.5 parent: 2 - - uid: 33700 +- proto: IntercomCommon + entities: + - uid: 22919 components: - type: Transform - pos: -24.5,35.5 + pos: 51.5,5.5 parent: 2 - - uid: 33704 + - uid: 22932 components: - type: Transform - pos: -25.5,35.5 + rot: -1.5707963267948966 rad + pos: 8.5,-38.5 parent: 2 - - uid: 33705 + - uid: 22933 components: - type: Transform - pos: -26.5,35.5 + pos: 36.5,-12.5 parent: 2 - - uid: 33706 + - uid: 22935 components: - type: Transform - pos: -28.5,35.5 + pos: 41.5,22.5 parent: 2 - - uid: 33707 + - uid: 22936 components: - type: Transform - pos: -29.5,35.5 + rot: 1.5707963267948966 rad + pos: -0.5,29.5 parent: 2 - - uid: 33708 + - uid: 22937 components: - type: Transform - pos: -30.5,35.5 + rot: 3.141592653589793 rad + pos: 5.5,72.5 parent: 2 -- proto: ModularGrenade - entities: - - uid: 36048 + - uid: 22938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.341724,15.770388 + pos: -40.5,18.5 parent: 2 -- proto: MopBucketFull - entities: - - uid: 8458 + - uid: 22939 components: - type: Transform - pos: -73.642784,1.831593 + pos: -65.5,10.5 parent: 2 - - uid: 26360 + - uid: 22940 components: - type: Transform - pos: -42.578186,20.72669 + pos: -36.5,-12.5 parent: 2 -- proto: MopItem +- proto: IntercomEngineering entities: - - uid: 8465 + - uid: 8828 components: - type: Transform - pos: -73.424034,1.5114589 + pos: -60.5,13.5 parent: 2 - - uid: 18529 + - uid: 22699 components: - type: Transform - pos: -40.59049,21.685213 + pos: -51.5,32.5 parent: 2 - - uid: 34041 + - uid: 22700 components: - type: Transform - pos: -23.593803,58.65746 + pos: -36.5,47.5 parent: 2 -- proto: Morgue +- proto: IntercomMedical entities: - - uid: 1036 + - uid: 1951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,11.5 + rot: -1.5707963267948966 rad + pos: -9.5,15.5 parent: 2 - - uid: 1037 + - uid: 2054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,12.5 + rot: 3.141592653589793 rad + pos: 12.5,8.5 parent: 2 - - uid: 1287 + - uid: 22944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,13.5 + pos: -24.5,14.5 parent: 2 - - uid: 1288 + - uid: 22945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,14.5 + pos: 28.5,14.5 parent: 2 - - uid: 1289 +- proto: IntercomScience + entities: + - uid: 4041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,15.5 + pos: 43.5,31.5 parent: 2 - - uid: 1292 + - uid: 22594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,15.5 + rot: 3.141592653589793 rad + pos: 45.5,45.5 parent: 2 - - uid: 1293 +- proto: IntercomSecurity + entities: + - uid: 3744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,14.5 + pos: -9.5,31.5 parent: 2 - - uid: 1294 + - uid: 15624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,13.5 + pos: -28.5,41.5 parent: 2 - - uid: 1295 + - uid: 19480 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,12.5 + pos: -24.5,60.5 parent: 2 - - uid: 1296 + - uid: 22654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,11.5 + pos: -14.5,46.5 parent: 2 - - uid: 1297 + - uid: 22657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,16.5 + pos: -33.5,32.5 parent: 2 - - uid: 1353 +- proto: IntercomService + entities: + - uid: 22941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,16.5 + pos: -61.5,-0.5 parent: 2 - - uid: 2570 + - uid: 22942 components: - type: Transform - pos: 49.5,44.5 + pos: -56.5,-26.5 parent: 2 - - 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 - - uid: 2728 + - uid: 22943 components: - type: Transform - pos: 47.5,44.5 + pos: -71.5,15.5 parent: 2 - - uid: 5329 +- proto: IntercomSupply + entities: + - uid: 22946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,53.5 + pos: -28.5,-22.5 parent: 2 - - uid: 5330 + - uid: 22947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,54.5 + pos: -10.5,-31.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5337 +- proto: JanitorialTrolley + entities: + - uid: 1302 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,52.5 + pos: 34.5,-2.5 parent: 2 - - type: EntityStorage - open: True -- proto: MouseTimedSpawner - entities: - - uid: 22440 + - uid: 18521 components: - type: Transform - pos: -62.5,-17.5 + rot: -1.5707963267948966 rad + pos: -38.5,24.5 parent: 2 - - uid: 22441 + - uid: 26843 components: - type: Transform - pos: 32.5,45.5 + rot: -1.5707963267948966 rad + pos: -39.5,24.5 parent: 2 -- proto: Multitool +- proto: JanitorServiceLight entities: - - uid: 1409 + - uid: 1566 components: - type: Transform - pos: 19.445372,3.6151025 + pos: -13.5,26.5 parent: 2 - - type: NetworkConfigurator - devices: - 'UID: 17226': 1407 - linkModeActive: False - - uid: 3661 + - type: DeviceLinkSink + links: + - 30596 + - uid: 9521 components: - type: Transform - pos: -64.445526,29.69946 + rot: 3.141592653589793 rad + pos: 3.5,9.5 parent: 2 - - uid: 5678 + - type: DeviceLinkSink + links: + - 25537 + - uid: 24317 components: - type: Transform - pos: 34.21444,47.247894 + pos: 32.5,21.5 parent: 2 - - uid: 6573 + - type: DeviceLinkSink + links: + - 26832 + - uid: 24343 components: - type: Transform - pos: -32.30608,-41.45589 + rot: 1.5707963267948966 rad + pos: -47.5,-0.5 parent: 2 - - uid: 6820 + - type: DeviceLinkSink + links: + - 26827 + - uid: 25517 components: - type: Transform - pos: -6.286822,-41.5511 + pos: 3.5,-4.5 parent: 2 - - uid: 8427 + - type: DeviceLinkSink + links: + - 25537 + - uid: 29623 components: - type: Transform - pos: -69.75691,17.556164 + rot: -1.5707963267948966 rad + pos: 2.5,40.5 parent: 2 - - uid: 18802 + - type: DeviceLinkSink + links: + - 31151 + - uid: 30654 components: - type: Transform - pos: -99.0182,50.095516 + rot: 3.141592653589793 rad + pos: 16.5,-16.5 parent: 2 - - uid: 28504 + - type: DeviceLinkSink + links: + - 30673 + - uid: 30932 components: - type: Transform - pos: -67.493225,32.636074 + pos: -51.5,9.5 parent: 2 - - uid: 30686 + - type: DeviceLinkSink + links: + - 30933 +- proto: JetpackBlueFilled + entities: + - uid: 6071 components: - type: Transform - pos: 4.9813976,64.72099 + pos: 17.448954,30.694199 parent: 2 - - uid: 31800 + - uid: 6072 components: - type: Transform - pos: -64.27365,29.41821 + pos: 20.48411,30.741074 parent: 2 -- proto: NitrogenCanister +- proto: JetpackMini entities: - - uid: 6032 + - uid: 744 components: + - type: MetaData + name: paramedic mini jetpack - type: Transform - pos: 18.5,30.5 + pos: 33.49797,3.7934327 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7130 + - type: GasTank + toggleActionEntity: 1304 + - type: Jetpack + toggleActionEntity: 1153 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 1153 + - 1304 + - uid: 1478 components: - type: Transform - pos: -17.5,-34.5 + pos: 33.52906,3.5668702 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9357 + - type: GasTank + toggleActionEntity: 1779 + - type: Jetpack + toggleActionEntity: 1652 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 1652 + - 1779 + - uid: 8617 components: - type: Transform - pos: -49.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 20033 + parent: 1789 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8626 components: - type: Transform - pos: -31.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23439 + parent: 1790 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8653 components: - type: Transform - pos: -59.5,-35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34973 + parent: 1791 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10415 components: + - type: MetaData + name: paramedic mini jetpack - type: Transform - pos: 36.5,1.5 + pos: 33.474373,3.7934327 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35832 + - type: GasTank + toggleActionEntity: 12982 + - type: Jetpack + toggleActionEntity: 12246 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 12246 + - 12982 +- proto: JetpackMiniFilled + entities: + - uid: 6829 components: - type: Transform - pos: 58.5,-40.5 + pos: -13.42503,-42.64673 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35835 + - type: GasTank + toggleActionEntity: 6825 + - type: Jetpack + toggleActionEntity: 6789 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 6789 + - 6825 + - uid: 6830 components: - type: Transform - pos: -59.5,46.5 + pos: -13.596905,-42.287354 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35836 + - type: GasTank + toggleActionEntity: 17999 + - type: Jetpack + toggleActionEntity: 15781 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 15781 + - 17999 +- proto: Jug + entities: + - uid: 1569 components: - type: Transform - pos: -60.5,46.5 + pos: 15.675886,10.593053 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NitrousOxideCanister - entities: - - uid: 9355 + - uid: 5275 components: - type: Transform - pos: -45.5,48.5 + pos: 42.85205,40.919205 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NoticeBoard - entities: - - uid: 29691 + - uid: 8373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-18.5 + pos: -56.4882,-27.161545 parent: 2 -- proto: NuclearBombKeg +- proto: KitchenDeepFryer entities: - - uid: 32550 + - uid: 15939 components: - type: Transform - pos: 74.5,26.5 + rot: 1.5707963267948966 rad + pos: -54.5,-23.5 parent: 2 -- proto: NuclearBombUnanchored +- proto: KitchenElectricGrill entities: - - uid: 14133 + - uid: 2988 components: - type: Transform - pos: 28.5,38.5 + pos: -54.5,-16.5 parent: 2 -- proto: OperatingTable +- proto: KitchenKnife entities: - - uid: 1363 + - uid: 5706 components: - type: Transform - pos: 29.5,9.5 + pos: 71.50539,29.491495 parent: 2 - - uid: 5328 + - uid: 11234 components: - type: Transform - pos: 59.5,57.5 + pos: -50.458363,-8.580531 parent: 2 - - uid: 5357 + - uid: 11236 components: - type: Transform - pos: 55.5,52.5 + rot: 3.141592653589793 rad + pos: -50.56383,-8.393031 parent: 2 - - uid: 5358 +- proto: KitchenMicrowave + entities: + - uid: 1616 components: - type: Transform - pos: 55.5,54.5 + pos: -5.5,9.5 parent: 2 - - uid: 5361 + - uid: 2348 components: - type: Transform - pos: 55.5,53.5 + pos: -54.5,-14.5 parent: 2 - - uid: 5742 + - uid: 5529 components: - type: Transform - pos: 48.5,43.5 + pos: 37.5,30.5 parent: 2 -- proto: Oracle - entities: - - uid: 1170 + - uid: 6839 components: - type: Transform - pos: 54.5,21.5 + pos: -16.5,-27.5 parent: 2 -- proto: OreBag - entities: - - uid: 6881 + - uid: 7550 components: - type: Transform - pos: -8.219676,-42.277306 + pos: -53.5,-24.5 parent: 2 -- proto: OreBox - entities: - - uid: 7147 + - uid: 9080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-48.5 + pos: -48.5,23.5 parent: 2 -- proto: OreProcessor - entities: - - uid: 16608 + - uid: 15600 components: - type: Transform - pos: -14.5,-38.5 + pos: -10.5,28.5 parent: 2 -- proto: OrganHumanAppendix - entities: - - uid: 30079 + - uid: 18088 components: - type: Transform - pos: 86.55081,41.92444 + pos: -18.5,56.5 parent: 2 -- proto: OrganHumanHeart - entities: - - uid: 30071 + - uid: 18453 components: - type: Transform - pos: 89.90344,39.648834 + pos: -62.5,-2.5 parent: 2 -- proto: OrganHumanKidneys - entities: - - uid: 30088 + - uid: 20020 components: - type: Transform - pos: 90.048775,39.98767 + pos: -73.5,15.5 parent: 2 -- proto: OrganHumanLiver +- proto: KitchenReagentGrinder entities: - - uid: 30089 + - uid: 1671 components: - type: Transform - pos: 91.080025,39.83142 + pos: 19.5,-1.5 parent: 2 -- proto: OrganHumanLungs - entities: - - uid: 30091 + - uid: 3094 components: - type: Transform - pos: 90.35819,39.608845 + pos: -54.5,-15.5 parent: 2 -- proto: OrganHumanStomach - entities: - - uid: 30081 + - uid: 3197 components: - type: Transform - pos: 85.00467,38.357273 + pos: -52.5,-24.5 parent: 2 -- proto: OrganHumanTongue - entities: - - uid: 30076 + - uid: 5225 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.3144,38.95642 + pos: 28.5,30.5 parent: 2 -- proto: OxygenCanister - entities: - - uid: 6031 + - uid: 5370 components: - type: Transform - pos: 19.5,30.5 + pos: 57.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8600 + - uid: 6377 components: - type: Transform - pos: -17.5,-35.5 + pos: 12.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9356 + - uid: 7421 components: - type: Transform - pos: -47.5,48.5 + pos: -54.5,0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 20032 + - uid: 34186 components: - type: Transform - pos: -34.5,16.5 + pos: -18.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 20929 +- proto: KitchenSpike + entities: + - uid: 15947 components: - type: Transform - pos: 36.5,3.5 + pos: -60.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27953 + - uid: 30073 components: - type: Transform - pos: -17.5,-46.5 + pos: 90.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 29700 +- proto: KnifePlastic + entities: + - uid: 7121 components: - type: Transform - pos: -60.5,-35.5 + pos: -35.964066,-18.336271 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35831 + - uid: 30249 components: - type: Transform - pos: -56.5,46.5 + rot: -1.5707963267948966 rad + pos: 46.46523,26.252356 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35833 +- proto: Lamp + entities: + - uid: 1988 components: - type: Transform - pos: 58.5,-41.5 + pos: 5.564293,27.945562 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35834 + - uid: 5433 components: - type: Transform - pos: -57.5,46.5 + rot: 3.141592653589793 rad + pos: 49.510403,35.0432 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PaintingCafeTerraceAtNight +- proto: LampGold entities: - - uid: 5954 + - uid: 243 components: - type: Transform - pos: 17.5,-17.5 + rot: 3.141592653589793 rad + pos: -3.607967,-6.0515213 parent: 2 -- proto: PaintingMonkey - entities: - - uid: 5766 + - uid: 523 components: - type: Transform - pos: 21.5,-26.5 + rot: -1.5707963267948966 rad + pos: -19.259224,10.1486845 parent: 2 -- proto: PaintingPersistenceOfMemory - entities: - - uid: 27914 + - uid: 529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,18.5 + rot: -1.5707963267948966 rad + pos: -25.317818,10.183841 parent: 2 -- proto: PaintingSadClown - entities: - - uid: 19421 + - uid: 536 components: - type: Transform - pos: -78.5,0.5 + rot: -1.5707963267948966 rad + pos: -16.259224,17.156498 parent: 2 -- proto: PaintingSkeletonCigarette - entities: - - uid: 29306 + - uid: 538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,44.5 + rot: -1.5707963267948966 rad + pos: -25.212349,17.097904 parent: 2 -- proto: Paper - entities: - - uid: 652 + - uid: 539 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.3785677,-7.333753 + rot: -1.5707963267948966 rad + pos: -19.259224,17.121342 parent: 2 - - uid: 653 + - uid: 1220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.554349,-7.4157844 + pos: 23.413853,-7.006628 parent: 2 - - uid: 1621 + - uid: 1792 components: - type: Transform - pos: -3.491044,16.58596 + rot: -1.5707963267948966 rad + pos: -28.259224,17.14478 parent: 2 - - uid: 1622 + - uid: 1793 components: - type: Transform - pos: -3.491044,16.83596 + rot: -1.5707963267948966 rad + pos: -22.259224,17.109623 parent: 2 - - uid: 1623 + - uid: 1794 components: - type: Transform - pos: -3.299249,16.703148 + rot: -1.5707963267948966 rad + pos: -28.29438,10.090091 parent: 2 - - uid: 5431 + - uid: 1803 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.492767,33.808563 + pos: -16.270943,10.066653 parent: 2 - - uid: 5432 + - uid: 1804 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.598236,33.539032 + pos: -22.306099,10.160403 parent: 2 - - uid: 15122 + - uid: 5585 components: - type: Transform - pos: 27.988136,52.66876 + rot: 1.5707963267948966 rad + pos: 53.313263,31.09713 parent: 2 - - uid: 18072 + - uid: 7808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.425816,66.62427 + pos: 7.788614,-11.02332 parent: 2 - - uid: 18074 + - uid: 8383 components: - type: Transform - pos: -27.6343,66.58359 + pos: 12.438042,-10.955159 parent: 2 - - uid: 18075 + - uid: 15109 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.378941,66.56177 + rot: -1.5707963267948966 rad + pos: 28.800636,52.934383 parent: 2 - - uid: 22278 + - uid: 16553 components: - type: Transform - pos: -69.30859,17.326584 + pos: -23.54306,7.931027 parent: 2 - - type: Paper - content: Have fun filling up the domes, Zookeepers! Cargo can buy you more animals. - - uid: 28028 + - uid: 18142 components: - type: Transform - pos: -14.0838375,59.60498 + pos: -20.993675,63.067955 parent: 2 - - uid: 30459 + - uid: 22560 components: - type: Transform - pos: 12.381866,-13.381344 + rot: 3.141592653589793 rad + pos: 65.775536,28.148746 parent: 2 - - type: Paper - content: Please wear masks when directed to by command. - - uid: 30557 +- proto: LampInterrogator + entities: + - uid: 15549 components: - type: Transform - pos: -22.295391,22.558327 + pos: -21.515724,33.915157 parent: 2 - - uid: 30558 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 9707 + - uid: 15550 components: - type: Transform - pos: -22.162579,22.480202 + pos: -17.40635,33.868282 parent: 2 - - uid: 32599 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: 14086 +- proto: LandMineExplosive + entities: + - uid: 35858 components: - type: Transform - pos: 82.99698,59.468273 + pos: 24.495815,38.053772 parent: 2 - - type: Paper - content: >- - This was my first station and I had fun designing it ! The name may not match the final shape, hopefully the bureaucrats won't mind, just got lost somewhere in the works. - - All of you enjoy your stay on board ! :) - - - // Rose *a magnificent rose was drawn on the side* - - - - Done tweaking 'em tweakers, hopefully all those grids are fixed and well put, otherwise I might get in trouble.. Eh, whatevs, enjoy the station we polished together, fellas ! - - - // Unicorn - - - *a childish unicorn head is taking the lower part of the paper* - - uid: 35797 + - uid: 35859 components: - - type: MetaData - name: Cryonics Setup Guide - type: Transform - pos: 18.658413,14.76111 + pos: 30.462717,39.085022 parent: 2 - - type: Paper - content: >- - Don't be intimidated, doctors! Cryonic tubes are a fantastic way to heal injuries. Here's a reminder on how to set them up: - - - Step 1: Set freezer as low as it will go, and turn on. - - Step 2: Set filters to filter out CO2 and Nitrous Oxide, then turn both on. - - - That's it! You're ready! - - - Remember to take coats and other insulating clothing off of patients, or they'll take too long to get down to temperature. Put them in along with a beaker of cryoxadone, and take them out when they're healed. - - uid: 35801 + - uid: 35860 components: - - type: MetaData - name: Cloning Notes - type: Transform - rot: 1.5707963267948966 rad - pos: 19.546442,1.4174473 + pos: 27.03303,35.460022 parent: 2 - - type: Paper - content: >- - Remember, Doctors, cloning should be your LAST RESORT. - - - - Are they rotten? - - - Is their damage unrecoverably high (>200 rads, poison)? - - - If not, please ensure that you and your co-workers know how to operate a defibrillator and have a healthy stock of ointments, bruise packs, sutures, and meshes. - - - Cloning is *not* a cure-all. It can be distressing and psychologically damaging to wake up in a different body. Patients may act belligerent - and would you blame them? You may want to alert any active Psychologists to be on deck. - - uid: 35838 + - uid: 35861 components: - type: Transform - pos: 12.946826,4.6223097 - parent: 2 - - type: Paper - content: >- - Please note that leaving chemicals that are able to be overdosed on outside of ocked containers is against Space Law. - - - That includes this counter, which patients exiting triage may come across. - - uid: 36105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.573751,37.503773 - parent: 2 - - uid: 36106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.394064,37.68346 - parent: 2 - - uid: 36107 - components: - - type: Transform - pos: -25.556133,37.77704 - parent: 2 - - uid: 36108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.362814,37.730335 - parent: 2 - - uid: 36109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.347189,37.511585 - parent: 2 - - uid: 36134 - components: - - type: Transform - pos: -14.013525,59.659668 + pos: 29.525217,41.585022 parent: 2 - - uid: 36502 + - uid: 35862 components: - type: Transform - pos: -58.627384,30.382776 + pos: 25.501205,42.655334 parent: 2 - - type: Paper - content: >- - Ah shit, 'sup pal, ye may be wonderin' why's that note there, hell, why's 'em three AME flatpacks here too ! - - Reason be simple, 'em nerds at CC didn't check'em power grid 'n the two crates ye were given ain't gonna be 'nuff to power the whole station with'em AME, enjoy 'em extra core with those three flatpacks, gloreh to engineerin', chief ! - - - -Bob B. -- proto: PaperBin10 +- proto: Lantern entities: - - uid: 1956 + - uid: 6113 components: - type: Transform - pos: 4.5,30.5 + pos: 58.226753,29.909676 parent: 2 - - uid: 35839 + - uid: 30065 components: - type: Transform - pos: 14.5,4.5 + pos: 90.41451,38.97713 parent: 2 - - uid: 35840 +- proto: LargeBeaker + entities: + - uid: 1291 components: - type: Transform - pos: 16.5,-6.5 + pos: 21.212381,-1.2898262 parent: 2 - - uid: 35841 + - uid: 1567 components: - type: Transform - pos: 26.5,-3.5 + pos: 15.374666,10.7025585 parent: 2 - - uid: 35842 + - uid: 1568 components: - type: Transform - pos: -6.5,25.5 + pos: 18.384975,14.5659685 parent: 2 - - uid: 35843 + - uid: 2167 components: - type: Transform - pos: 47.5,24.5 + pos: 12.546215,-0.81567454 parent: 2 - - uid: 35845 + - uid: 2190 components: - type: Transform - pos: 52.5,22.5 + pos: 15.598101,-9.444521 parent: 2 - - uid: 35847 + - uid: 2191 components: - type: Transform - pos: -1.5,-31.5 + pos: 15.646978,-9.303896 parent: 2 - - uid: 35848 + - uid: 18495 components: - type: Transform - pos: -13.5,-22.5 + pos: -53.88518,0.6684246 parent: 2 - - uid: 35850 + - uid: 18496 components: - type: Transform - pos: -8.5,-25.5 + pos: -51.63518,0.8715496 parent: 2 - - uid: 35851 + - uid: 22438 components: - type: Transform - pos: -28.5,-19.5 + pos: 15.381287,-8.16301 parent: 2 - - uid: 35852 +- proto: LeftArmSkeleton + entities: + - uid: 33566 components: - type: Transform - pos: -48.5,2.5 + pos: 91.29744,27.159647 parent: 2 - - uid: 35853 +- proto: LeftFootSkeleton + entities: + - uid: 33568 components: - type: Transform - pos: -49.5,14.5 + pos: 91.95369,26.519022 parent: 2 - - uid: 35857 +- proto: LeftLegSkeleton + entities: + - uid: 33565 components: - type: Transform - pos: 11.5,43.5 + pos: 91.17244,27.315897 parent: 2 - - uid: 35940 + - uid: 33567 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,62.5 + pos: 91.92244,26.675272 parent: 2 - - uid: 36045 +- proto: LegionnaireBonfire + entities: + - uid: 30066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,25.5 + pos: 84.5,40.5 parent: 2 -- proto: PaperCaptainsThoughts +- proto: LightBulbBroken entities: - - uid: 15110 + - uid: 7071 components: - type: Transform - pos: 28.300636,52.715633 + pos: -30.60696,-36.862522 parent: 2 -- proto: ParticleAcceleratorControlBoxUnfinished +- proto: Lighter entities: - - uid: 32153 + - uid: 9329 components: - type: Transform - anchored: False - rot: -7.8906110088017325 rad - pos: -97.052246,49.01646 + rot: 3.141592653589793 rad + pos: -33.09687,33.581814 parent: 2 - - type: Physics - bodyType: Dynamic -- proto: ParticleAcceleratorEmitterForeUnfinished - entities: - - uid: 6507 + - uid: 15265 components: - type: Transform rot: -1.5707963267948966 rad - pos: -100.5,51.5 + pos: 6.5225296,54.56166 parent: 2 -- proto: ParticleAcceleratorEmitterPortUnfinished - entities: - - uid: 6697 + - uid: 36113 components: - type: Transform rot: -1.5707963267948966 rad - pos: -100.5,50.5 + pos: -25.711353,37.462933 parent: 2 -- proto: ParticleAcceleratorEmitterStarboardUnfinished +- proto: LightReplacer entities: - - uid: 8860 + - uid: 18531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,52.5 + pos: -37.59049,24.747713 parent: 2 -- proto: ParticleAcceleratorEndCapUnfinished - entities: - - uid: 18617 + - uid: 18532 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -96.708115,53.585007 + pos: -37.37174,24.685213 parent: 2 - - type: Physics - bodyType: Dynamic -- proto: ParticleAcceleratorFuelChamberUnfinished +- proto: LightTubeBroken entities: - - uid: 32154 + - uid: 7069 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,51.5 + pos: -32.47024,-31.249239 parent: 2 -- proto: ParticleAcceleratorPowerBoxUnfinished - entities: - - uid: 8801 + - uid: 7070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,51.5 + pos: -27.466335,-37.225803 parent: 2 -- proto: PartRodMetal +- proto: LockerAtmosphericsFilled entities: - - uid: 9017 + - uid: 5996 components: - type: Transform - pos: -51.496334,18.749626 + pos: -49.5,35.5 parent: 2 - - uid: 35462 + - uid: 5998 components: - type: Transform - pos: -62.125828,39.512123 + pos: -47.5,35.5 parent: 2 -- proto: Pen - entities: - - uid: 1624 + - uid: 6272 components: - type: Transform - pos: -3.6820612,16.445335 + pos: -46.5,35.5 parent: 2 - - uid: 30534 + - uid: 6920 components: - type: Transform - pos: -7.5948696,18.79983 + pos: -48.5,35.5 parent: 2 - - uid: 30535 +- proto: LockerBoozeFilled + entities: + - uid: 5751 components: - type: Transform - pos: -7.407786,18.849611 + pos: 22.5,-23.5 parent: 2 - - uid: 33572 + - uid: 22587 components: - type: Transform - pos: 82.71484,57.73997 + pos: 26.5,-23.5 parent: 2 - - uid: 35802 +- proto: LockerBotanistFilled + entities: + - uid: 3075 components: - type: Transform - pos: 19.507185,1.1545041 + pos: -54.5,-1.5 parent: 2 - - uid: 35941 + - uid: 3076 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.775414,62.501503 + pos: -55.5,-1.5 parent: 2 - - uid: 36110 + - uid: 3083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.605001,37.691273 + pos: -53.5,-1.5 parent: 2 -- proto: PenCap +- proto: LockerBrigmedicFilledHardsuit entities: - - uid: 15125 + - uid: 18358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.758944,51.66297 + pos: -43.5,58.5 parent: 2 -- proto: PersonalAI +- proto: LockerCaptainFilled entities: - - uid: 832 + - uid: 14130 components: - type: Transform - pos: 6.4586544,-40.61079 + pos: 21.5,48.5 parent: 2 - - uid: 5887 +- proto: LockerChemistryFilled + entities: + - uid: 17869 components: - type: Transform - pos: -4.4380546,7.3621264 + pos: 21.5,-3.5 parent: 2 - - uid: 5888 + - type: DamageOnHighSpeedImpact + lastHit: 0 + - uid: 34976 components: - type: Transform - pos: 43.61646,40.589447 + pos: 22.5,-1.5 parent: 2 - - uid: 32597 +- proto: LockerChiefEngineerFilled + entities: + - uid: 8808 components: - type: Transform - pos: 82.89567,46.477467 + pos: -62.5,13.5 parent: 2 -- proto: Pickaxe +- proto: LockerChiefMedicalOfficerFilled entities: - - uid: 6828 + - uid: 2721 components: - type: Transform - pos: -9.897437,-42.430676 + pos: -8.5,-9.5 parent: 2 - - uid: 18367 +- proto: LockerClown + entities: + - uid: 29692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.190088,-42.2273 + pos: -77.5,0.5 parent: 2 - - uid: 33448 +- proto: LockerDetectiveFilled + entities: + - uid: 16585 components: - type: Transform - pos: 90.74044,26.865591 + pos: -36.5,35.5 parent: 2 -- proto: PillCanister +- proto: LockerElectricalSuppliesFilled entities: - - uid: 1244 + - uid: 3684 components: - type: Transform - pos: 15.818079,-11.154381 + pos: -52.5,37.5 parent: 2 - - uid: 1245 +- proto: LockerEngineerFilled + entities: + - uid: 2180 components: - type: Transform - pos: 15.2910385,-11.468738 + pos: -56.5,33.5 parent: 2 - - uid: 1246 + - uid: 6824 components: - type: Transform - pos: 15.734978,-10.244371 + pos: -55.5,37.5 parent: 2 - - uid: 1247 + - uid: 9021 components: - type: Transform - pos: 15.531853,-10.338121 + pos: -57.5,36.5 parent: 2 - - uid: 2046 + - uid: 9024 components: - type: Transform - pos: 15.295416,-10.242657 + pos: -57.5,33.5 parent: 2 - - uid: 2173 + - uid: 9031 components: - type: Transform - pos: 15.33622,-11.253563 + pos: -57.5,35.5 parent: 2 -- proto: PillSpaceDrugs +- proto: LockerEvidence entities: - - uid: 32553 + - uid: 14087 components: - type: Transform - pos: 67.85401,52.91087 + pos: -34.5,31.5 parent: 2 - - uid: 32554 + - uid: 14088 components: - type: Transform - pos: 67.61964,52.645245 + pos: -32.5,30.5 parent: 2 -- proto: PillTricordrazine - entities: - - uid: 1647 + - uid: 15487 components: - type: Transform - pos: 18.603943,-8.338791 + pos: -34.5,30.5 parent: 2 - - uid: 1677 + - uid: 16525 components: - type: Transform - pos: 15.643698,-11.406575 + pos: -32.5,31.5 parent: 2 - - uid: 2168 +- proto: LockerForensicMantisFilled + entities: + - uid: 8608 components: - type: Transform - pos: 18.608488,-9.262299 + pos: 43.5,34.5 parent: 2 - - uid: 2169 +- proto: LockerFreezer + entities: + - uid: 3095 components: - type: Transform - pos: 18.40927,-10.270111 + pos: -52.5,-19.5 parent: 2 - - uid: 2174 + - uid: 7559 components: - type: Transform - pos: 18.47032,-10.391141 + pos: -53.5,-14.5 parent: 2 - - uid: 2175 +- proto: LockerFreezerBase + entities: + - uid: 16003 components: - type: Transform - pos: 18.311136,-9.469219 + pos: -23.5,57.5 parent: 2 - - uid: 2176 +- proto: LockerFreezerVaultFilled + entities: + - uid: 26480 components: - type: Transform - pos: 18.647013,-10.406719 + pos: 28.5,37.5 parent: 2 -- proto: PinpointerNuclear +- proto: LockerHeadOfPersonnelFilled entities: - - uid: 14084 + - uid: 1978 components: - type: Transform - pos: 26.517431,37.67789 + pos: 13.5,30.5 parent: 2 -- proto: PlaqueAtmos +- proto: LockerHeadOfSecurityFilled entities: - - uid: 9572 + - uid: 15776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,36.5 + pos: -8.5,35.5 parent: 2 -- proto: PlasmaCanister +- proto: LockerMedicalFilled entities: - - uid: 9351 + - uid: 344 components: - type: Transform - pos: -37.5,48.5 + pos: -23.5,16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 49 + - uid: 1680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,19.5 + pos: -10.5,15.5 parent: 2 - - uid: 90 + - uid: 1759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,21.5 + pos: -26.5,16.5 parent: 2 - - uid: 117 + - uid: 1784 components: - type: Transform - pos: 0.5,21.5 + pos: -20.5,16.5 parent: 2 - - uid: 167 + - uid: 1785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,32.5 + pos: -17.5,16.5 parent: 2 - - uid: 193 + - uid: 1786 components: - type: Transform - pos: 1.5,19.5 + pos: -17.5,9.5 parent: 2 - - uid: 239 + - uid: 1787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,21.5 + pos: -20.5,9.5 parent: 2 - - uid: 244 + - uid: 1788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 + pos: -23.5,9.5 parent: 2 - - uid: 552 + - uid: 31477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-16.5 + pos: -10.5,16.5 parent: 2 - - uid: 564 +- proto: LockerMedicineFilled + entities: + - uid: 7601 components: - type: Transform - pos: 0.5,-14.5 + pos: -44.5,58.5 parent: 2 - - uid: 801 +- proto: LockerMime + entities: + - uid: 28611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,36.5 + pos: -81.5,0.5 parent: 2 - - uid: 802 +- proto: LockerParamedicFilled + entities: + - uid: 1789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,37.5 + pos: -26.5,9.5 parent: 2 - - uid: 2817 + - 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: + - 8617 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 1790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,33.5 + pos: -29.5,9.5 parent: 2 - - uid: 3072 + - 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: + - 8626 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 1791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,38.5 + pos: -29.5,16.5 parent: 2 - - uid: 3268 + - 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: + - 8653 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerQuarterMasterFilled + entities: + - uid: 15891 components: - type: Transform - pos: 37.5,22.5 + pos: -26.5,-25.5 parent: 2 - - uid: 3616 + - 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 +- proto: LockerResearchDirectorFilled + entities: + - uid: 6848 components: - type: Transform - pos: 39.5,22.5 + pos: 49.5,29.5 parent: 2 - - uid: 3619 +- proto: LockerSalvageSpecialistFilledHardsuit + entities: + - uid: 3688 components: - type: Transform - pos: 35.5,22.5 + pos: -9.5,-37.5 parent: 2 - - uid: 4114 + - uid: 6658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-23.5 + pos: -12.5,-37.5 parent: 2 - - uid: 4123 + - uid: 6822 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-22.5 + pos: -13.5,-37.5 parent: 2 - - uid: 4556 + - uid: 21013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,30.5 + pos: -11.5,-37.5 parent: 2 - - uid: 4733 + - uid: 21061 components: - type: Transform - pos: 46.5,22.5 + pos: -10.5,-37.5 parent: 2 - - uid: 4744 +- proto: LockerScienceFilled + entities: + - uid: 4032 components: - type: Transform - pos: 48.5,22.5 + pos: 37.5,26.5 parent: 2 - - uid: 5199 + - uid: 4033 components: - type: Transform - pos: 46.5,27.5 + pos: 38.5,26.5 parent: 2 - - uid: 6020 + - uid: 4037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,57.5 + pos: 38.5,23.5 parent: 2 - - uid: 6234 + - uid: 4039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,57.5 + pos: 39.5,23.5 parent: 2 - - uid: 6235 + - uid: 4042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,56.5 + pos: 37.5,23.5 parent: 2 - - uid: 6236 +- proto: LockerSecurityFilled + entities: + - uid: 3737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,55.5 + pos: -4.5,41.5 parent: 2 - - uid: 6237 + - uid: 3745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,54.5 + pos: -4.5,43.5 parent: 2 - - uid: 6238 + - uid: 3746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,53.5 + pos: -4.5,42.5 parent: 2 - - uid: 6240 + - uid: 15568 components: - type: Transform - pos: 35.5,53.5 + pos: -6.5,41.5 parent: 2 - - uid: 6241 + - uid: 15569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,53.5 + pos: -6.5,43.5 parent: 2 - - uid: 6242 + - uid: 15570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,54.5 + pos: -6.5,42.5 parent: 2 - - uid: 6243 +- proto: LockerWallMedical + entities: + - uid: 2058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,55.5 + pos: 13.5,8.5 parent: 2 - - uid: 6244 + - uid: 2059 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,56.5 + pos: 28.5,8.5 parent: 2 - - uid: 6245 + - uid: 7810 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,57.5 + pos: 11.5,-6.5 parent: 2 - - uid: 6246 +- proto: LockerWallMedicalFilled + entities: + - uid: 14177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,57.5 + pos: 13.5,44.5 parent: 2 - - uid: 6383 +- proto: LockerWardenFilled + entities: + - uid: 15712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,35.5 + pos: -30.5,39.5 parent: 2 - - uid: 6384 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 9606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,34.5 + pos: -49.5,31.5 parent: 2 - - uid: 6386 + - uid: 9607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,44.5 + pos: -45.5,31.5 parent: 2 - - uid: 6388 + - uid: 30652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,42.5 + pos: -25.5,-28.5 parent: 2 - - uid: 6389 +- proto: MachineAnomalyGenerator + entities: + - uid: 2232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,41.5 + pos: 46.5,39.5 parent: 2 - - uid: 6390 +- proto: MachineAnomalyVessel + entities: + - uid: 38 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,40.5 + pos: 44.5,36.5 parent: 2 - - uid: 6568 + - uid: 23134 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,43.5 + pos: 48.5,36.5 parent: 2 - - uid: 7468 +- proto: MachineAPE + entities: + - uid: 4085 components: - type: Transform - pos: -7.5,68.5 + pos: 45.5,36.5 parent: 2 - - uid: 7472 + - uid: 4108 components: - type: Transform - pos: -11.5,68.5 + pos: 46.5,36.5 parent: 2 - - uid: 7507 + - uid: 4109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,19.5 + pos: 47.5,36.5 parent: 2 - - uid: 7509 +- proto: MachineArtifactAnalyzer + entities: + - uid: 2837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,21.5 + pos: 39.5,55.5 parent: 2 - - uid: 7516 + - uid: 9214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,19.5 + pos: 45.5,55.5 parent: 2 - - uid: 7646 +- proto: MachineCentrifuge + entities: + - uid: 2172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,20.5 + pos: 17.5,2.5 parent: 2 - - uid: 7648 + - uid: 23107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 + pos: 21.5,-5.5 parent: 2 - - uid: 7650 +- proto: MachineElectrolysisUnit + entities: + - uid: 3058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,20.5 + pos: 17.5,3.5 parent: 2 - - uid: 8268 + - uid: 24725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,21.5 + pos: 21.5,-4.5 parent: 2 - - uid: 8444 +- proto: MachineFrameDestroyed + entities: + - uid: 7036 components: - type: Transform - pos: 2.5,21.5 + pos: -25.5,-30.5 parent: 2 - - uid: 8643 + - uid: 7037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-16.5 + pos: -26.5,-30.5 parent: 2 - - uid: 8747 + - uid: 7038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-16.5 + pos: -32.5,-30.5 parent: 2 - - uid: 8757 + - uid: 7039 components: - type: Transform - pos: 2.5,-14.5 + pos: -25.5,-34.5 parent: 2 - - uid: 8760 +- proto: MagazineBoxPistol + entities: + - uid: 16532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-16.5 + pos: -28.439362,47.629753 parent: 2 - - uid: 8812 +- proto: MagazineBoxPistolPractice + entities: + - uid: 10567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-14.5 + pos: -31.62954,45.601925 parent: 2 - - uid: 9115 + - uid: 17026 components: - type: Transform - pos: 36.5,22.5 + pos: -33.301414,39.445675 parent: 2 - - uid: 9116 +- proto: MagazineBoxPistolRubber + entities: + - uid: 16534 components: - type: Transform - pos: 38.5,22.5 + pos: -28.762278,47.661003 parent: 2 - - uid: 9187 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 22261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,34.5 - parent: 2 - - uid: 9634 + parent: 22113 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 22262 components: - type: Transform - pos: 47.5,27.5 - parent: 2 - - uid: 11100 + parent: 22113 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 22263 components: - type: Transform - pos: 45.5,27.5 - parent: 2 - - uid: 15271 + parent: 22113 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MailingUnit + entities: + - uid: 1035 components: + - type: MetaData + name: secure storage mailing unit - type: Transform - pos: 47.5,22.5 + pos: 34.5,15.5 parent: 2 - - uid: 15284 + - type: MailingUnit + tag: Secure Storage + - uid: 1385 components: + - type: MetaData + desc: Send sensitive belongings to the storeroom above using this mailing unit. + name: morgue mailing unit - type: Transform - pos: 45.5,22.5 + pos: 34.5,13.5 parent: 2 - - uid: 15666 + - type: MailingUnit + tag: Morgue +- proto: MailTeleporter + entities: + - uid: 6530 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-22.5 + pos: -10.5,-23.5 parent: 2 - - uid: 15667 +- proto: MaintenanceFluffSpawner + entities: + - uid: 6415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-24.5 + pos: 43.5,-34.5 parent: 2 - - uid: 18329 + - uid: 6417 components: - type: Transform - pos: -9.5,68.5 + pos: 41.5,-33.5 parent: 2 - - uid: 18340 + - uid: 6418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,68.5 + pos: 47.5,-27.5 parent: 2 - - uid: 19651 + - uid: 12113 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,68.5 + pos: -1.5,40.5 parent: 2 - - uid: 19846 + - uid: 20955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,68.5 + pos: 80.5,-0.5 parent: 2 - - uid: 25441 + - uid: 20964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,39.5 + pos: -6.5,-27.5 parent: 2 - - uid: 27717 + - uid: 20965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,48.5 + pos: -30.5,-31.5 parent: 2 - - uid: 30394 + - uid: 20966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 + pos: -26.5,-36.5 parent: 2 - - uid: 30397 + - uid: 20967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-15.5 + pos: -25.5,-35.5 parent: 2 - - uid: 30400 + - uid: 20968 components: - type: Transform - pos: 1.5,-16.5 + pos: -32.5,-20.5 parent: 2 - - uid: 30403 + - uid: 20969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 + pos: -32.5,-21.5 parent: 2 - - uid: 30483 + - uid: 20981 components: - type: Transform - pos: 35.5,21.5 + pos: -64.5,-7.5 parent: 2 - - uid: 30484 + - uid: 20982 components: - type: Transform - pos: 36.5,21.5 + pos: -65.5,12.5 parent: 2 - - uid: 30485 + - uid: 20983 components: - type: Transform - pos: 37.5,21.5 + pos: -64.5,13.5 parent: 2 - - uid: 30486 + - uid: 20984 components: - type: Transform - pos: 38.5,21.5 + pos: -69.5,27.5 parent: 2 -- proto: PlasmaTankFilled - entities: - - uid: 9592 + - uid: 20986 components: - type: Transform - pos: -48.818756,33.7304 + pos: -41.5,26.5 parent: 2 - - uid: 9593 + - uid: 20987 components: - type: Transform - pos: -48.58438,33.62493 + pos: -35.5,27.5 parent: 2 -- proto: PlasmaWindowDirectional - entities: - - uid: 30281 + - uid: 20989 components: - type: Transform - pos: -71.5,7.5 + pos: -1.5,25.5 parent: 2 - - uid: 30284 + - uid: 20990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,8.5 + pos: -2.5,38.5 parent: 2 - - uid: 30285 + - uid: 20993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,8.5 + pos: 20.5,32.5 parent: 2 - - uid: 30286 + - uid: 20994 components: - type: Transform - pos: -69.5,7.5 + pos: 24.5,26.5 parent: 2 - - uid: 30287 + - uid: 20995 components: - type: Transform - pos: -70.5,7.5 + pos: 6.5,32.5 parent: 2 - - uid: 30288 + - uid: 20996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,7.5 + pos: 34.5,36.5 parent: 2 - - uid: 30289 + - uid: 20999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,9.5 + pos: 53.5,5.5 parent: 2 - - uid: 30291 + - uid: 21001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,7.5 + pos: 78.5,-11.5 parent: 2 - - uid: 30292 + - uid: 21002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,9.5 + pos: 78.5,-10.5 parent: 2 - - uid: 30293 + - uid: 21003 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,9.5 + pos: 71.5,-20.5 parent: 2 - - uid: 30294 + - uid: 21004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,9.5 + pos: 65.5,-29.5 parent: 2 - - uid: 30295 + - uid: 21005 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,9.5 + pos: 53.5,-31.5 parent: 2 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 6620 + - uid: 21041 components: - type: Transform - pos: -33.5,-45.5 + pos: -31.5,15.5 parent: 2 - - uid: 6629 + - uid: 21042 components: - type: Transform - pos: -19.5,-36.5 + pos: -31.5,14.5 parent: 2 - - uid: 6691 + - uid: 21043 components: - type: Transform - pos: -20.5,-40.5 + pos: -34.5,11.5 parent: 2 - - uid: 6693 + - uid: 21044 components: - type: Transform - pos: -52.5,-45.5 + pos: -32.5,1.5 parent: 2 - - uid: 6780 + - uid: 21047 components: - type: Transform - pos: -20.5,-44.5 + pos: 36.5,9.5 parent: 2 - - uid: 6962 + - uid: 21048 components: - type: Transform - pos: -22.5,-26.5 + pos: 37.5,16.5 parent: 2 - - uid: 8699 + - uid: 21049 components: - type: Transform - pos: -29.5,-45.5 + pos: 39.5,3.5 parent: 2 - - uid: 10338 + - uid: 21051 components: - type: Transform - pos: -47.5,-50.5 + pos: 38.5,-8.5 parent: 2 - - uid: 20718 + - uid: 21052 components: - type: Transform - pos: -52.5,-49.5 + pos: 38.5,-7.5 parent: 2 - - uid: 20719 + - uid: 22610 components: - type: Transform - pos: -51.5,-50.5 + pos: -31.5,-11.5 parent: 2 - - uid: 31775 + - uid: 23010 components: - type: Transform - pos: -15.5,-36.5 + pos: 83.5,8.5 parent: 2 - - uid: 31782 + - uid: 24801 components: - type: Transform - pos: -18.5,-26.5 + pos: 31.5,43.5 parent: 2 -- proto: PlasticFlapsOpaque - entities: - - uid: 2925 + - uid: 32495 components: - type: Transform - pos: -17.5,-19.5 + pos: 75.5,24.5 parent: 2 -- proto: Plunger - entities: - - uid: 33596 + - uid: 32496 components: - type: Transform - pos: 81.83042,43.86668 + pos: 72.5,32.5 parent: 2 -- proto: PlushieCarp - entities: - - uid: 7846 + - uid: 32497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.11413,25.292114 + pos: 64.5,34.5 parent: 2 - - uid: 8524 + - uid: 32498 components: - type: Transform - pos: -82.191635,27.531668 + pos: 56.5,36.5 parent: 2 - - uid: 8531 + - uid: 32499 components: - type: Transform - pos: -84.722885,25.375418 + pos: 51.5,34.5 parent: 2 - - uid: 8538 + - uid: 32500 components: - type: Transform - pos: -86.58226,27.234793 + pos: 58.5,45.5 parent: 2 - - uid: 8623 + - uid: 32501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.73913,28.74524 + pos: 71.5,57.5 parent: 2 - - uid: 8624 + - uid: 32502 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.8485,25.229614 + pos: 58.5,62.5 parent: 2 - - uid: 33687 + - uid: 32503 components: - type: Transform - pos: -37.478252,61.489017 + pos: 71.5,68.5 parent: 2 -- proto: PlushieGhost - entities: - - uid: 30093 + - uid: 32504 components: - type: Transform - pos: 91.25434,40.499058 + pos: 80.5,68.5 parent: 2 -- proto: PlushieLizard - entities: - - uid: 2081 + - uid: 32505 components: - type: Transform - pos: -16.626633,-7.559744 + pos: 83.5,64.5 parent: 2 - - uid: 13099 + - uid: 32506 components: - type: Transform - pos: 5.2591686,-34.27805 + pos: 89.5,65.5 parent: 2 - - uid: 31761 + - uid: 32507 components: - type: Transform - pos: -67.75962,3.2114644 + pos: 95.5,53.5 parent: 2 -- proto: PlushieMoth - entities: - - uid: 5984 + - uid: 32508 components: - type: Transform - pos: 14.511692,-35.469685 + pos: 84.5,52.5 parent: 2 - - uid: 16516 + - uid: 32509 components: - type: Transform - pos: -58.521706,59.64928 + pos: 90.5,47.5 parent: 2 -- proto: PlushieMothRandom - entities: - - uid: 13100 + - uid: 32510 components: - type: Transform - pos: 5.8802624,-34.28977 + pos: 97.5,41.5 parent: 2 -- proto: PlushieRGBee - entities: - - uid: 2079 + - uid: 32511 components: - type: Transform - pos: -21.700851,-8.520681 + pos: 96.5,31.5 parent: 2 - - uid: 13098 + - uid: 32512 components: - type: Transform - pos: 4.5912,-34.28977 + pos: 97.5,31.5 parent: 2 -- proto: PlushieRouny - entities: - - uid: 33613 + - uid: 32513 components: - type: Transform - pos: 82.21812,48.821774 + pos: 88.5,27.5 parent: 2 -- proto: PlushieSharkBlue - entities: - - uid: 5983 + - uid: 32514 components: - type: Transform - pos: 15.273411,-35.575153 + pos: 85.5,17.5 parent: 2 - - uid: 8481 + - uid: 32515 components: - type: Transform - pos: -103.03541,12.667144 + pos: 97.5,24.5 parent: 2 - - uid: 8583 +- proto: MaintenancePlantSpawner + entities: + - uid: 20956 components: - type: Transform - pos: -88.3541,28.175482 + pos: 11.5,-27.5 parent: 2 - - uid: 15659 + - uid: 20977 components: - type: Transform - pos: -116.48181,10.705591 + pos: -62.5,-29.5 parent: 2 - - uid: 30322 + - uid: 20978 components: - type: Transform - pos: 47.312172,-11.457953 + pos: -64.5,-15.5 parent: 2 -- proto: PlushieSharkGrey - entities: - - uid: 33688 + - uid: 20979 components: - type: Transform - pos: -35.509502,59.582767 + pos: -65.5,3.5 parent: 2 -- proto: PlushieSharkPink - entities: - - uid: 7684 + - uid: 21006 components: - type: Transform - pos: -82.2916,29.49453 + pos: 69.5,-23.5 parent: 2 - - uid: 8076 + - uid: 21007 components: - type: Transform - pos: -84.65471,27.438347 + pos: 78.5,2.5 parent: 2 - - uid: 8511 + - uid: 21009 components: - type: Transform - pos: -104.96017,3.765273 + pos: 26.5,32.5 parent: 2 -- proto: PlushieSlime - entities: - - uid: 23701 + - uid: 21016 components: - - type: MetaData - name: Jeremy the intern - type: Transform - pos: -58.445957,61.58659 + pos: -55.5,40.5 parent: 2 -- proto: PlushieSnake - entities: - - uid: 30034 + - uid: 29297 components: - type: Transform - pos: 90.642136,17.907494 + pos: -26.5,51.5 parent: 2 -- proto: PlushieSpaceLizard - entities: - - uid: 13101 + - uid: 32517 components: - type: Transform - pos: -3.5416126,-33.492893 + pos: 85.5,16.5 parent: 2 -- proto: PortableFlasher - entities: - - uid: 19390 + - uid: 32518 components: - type: Transform - pos: -15.5,45.5 + pos: 80.5,36.5 parent: 2 -- proto: PortableGeneratorJrPacman - entities: - - uid: 20191 + - uid: 32519 components: - type: Transform - pos: -26.5,-4.5 + pos: 74.5,45.5 parent: 2 - - uid: 20932 + - uid: 32520 components: - type: Transform - pos: 39.5,13.5 + pos: 58.5,60.5 parent: 2 -- proto: PortableGeneratorPacman - entities: - - uid: 9588 + - uid: 32521 components: - type: Transform - pos: -65.5,27.5 + pos: 65.5,70.5 parent: 2 - - uid: 35829 +- proto: MaintenanceToolSpawner + entities: + - uid: 5401 components: - type: Transform - pos: -65.5,26.5 + pos: 55.5,51.5 parent: 2 -- proto: PortableGeneratorSuperPacman - entities: - - uid: 9589 + - uid: 5402 components: - type: Transform - pos: -57.5,27.5 + pos: 57.5,54.5 parent: 2 - - uid: 35830 + - uid: 5403 components: - type: Transform - pos: -57.5,26.5 + pos: 60.5,51.5 parent: 2 -- proto: PortableScrubber - entities: - - uid: 5713 + - uid: 5404 components: - type: Transform - pos: -45.5,33.5 + pos: 61.5,55.5 parent: 2 - - uid: 5738 + - uid: 6413 components: - type: Transform - pos: -46.5,33.5 + pos: 52.5,8.5 parent: 2 - - uid: 34666 + - uid: 6414 components: - type: Transform - pos: 69.5,-8.5 + pos: 46.5,-31.5 parent: 2 - - uid: 34667 + - uid: 19948 components: - type: Transform - pos: 70.5,-8.5 + pos: 86.5,61.5 parent: 2 - - uid: 34669 + - uid: 20957 components: - type: Transform - pos: -39.5,38.5 + pos: 6.5,-29.5 parent: 2 -- proto: PosterBroken - entities: - - uid: 5391 + - uid: 20959 components: - type: Transform - pos: 56.5,56.5 + pos: 7.5,-29.5 parent: 2 - - uid: 7055 + - uid: 20975 components: - type: Transform - pos: -34.5,-32.5 + pos: -62.5,-26.5 parent: 2 - - uid: 7056 + - uid: 21040 components: - type: Transform - pos: -24.5,-33.5 + pos: -61.5,-12.5 parent: 2 -- proto: PosterContrabandAtmosiaDeclarationIndependence - entities: - - uid: 22421 + - uid: 21050 components: - type: Transform - pos: -37.5,36.5 + pos: 39.5,5.5 parent: 2 -- proto: PosterContrabandBorgFancy - entities: - - uid: 29638 + - uid: 21055 components: - type: Transform - pos: 6.5,-22.5 + pos: 40.5,15.5 parent: 2 -- proto: PosterContrabandBorgFancyv2 - entities: - - uid: 6121 + - uid: 21063 components: - type: Transform - pos: 49.5,45.5 + pos: -32.5,9.5 parent: 2 -- proto: PosterContrabandBountyHunters - entities: - - uid: 23349 + - uid: 23299 components: - type: Transform - pos: -17.5,-36.5 + rot: -1.5707963267948966 rad + pos: -34.5,-1.5 parent: 2 -- proto: PosterContrabandBreadLies - entities: - - uid: 7613 + - uid: 29299 components: - type: Transform - pos: 32.5,-17.5 + pos: 82.5,61.5 parent: 2 -- proto: PosterContrabandClown - entities: - - uid: 19422 + - uid: 29803 components: - type: Transform - pos: -76.5,6.5 + pos: 86.5,62.5 parent: 2 -- proto: PosterContrabandCommunistState - entities: - - uid: 23354 + - uid: 32463 components: - type: Transform - pos: -1.5,9.5 + pos: 71.5,26.5 parent: 2 - - uid: 23355 + - uid: 32464 components: - type: Transform - pos: -7.5,-10.5 + pos: 71.5,25.5 parent: 2 -- proto: PosterContrabandDonk - entities: - - uid: 23356 + - uid: 32470 components: - type: Transform - pos: -1.5,15.5 + pos: 64.5,64.5 parent: 2 -- proto: PosterContrabandDonutCorp - entities: - - uid: 23361 + - uid: 32474 components: - type: Transform - pos: 47.5,14.5 + pos: 64.5,65.5 parent: 2 -- proto: PosterContrabandEAT - entities: - - uid: 7619 + - uid: 32476 components: - type: Transform - pos: -34.5,-17.5 + pos: 53.5,62.5 parent: 2 - - uid: 23363 + - uid: 32477 components: - type: Transform - pos: 27.5,-33.5 + pos: 72.5,61.5 parent: 2 -- proto: PosterContrabandEnlistGorlex - entities: - - uid: 29779 + - uid: 32478 components: - type: Transform - pos: 83.5,60.5 + pos: 78.5,59.5 parent: 2 -- proto: PosterContrabandFreeDrone - entities: - - uid: 23366 + - uid: 32479 components: - type: Transform - pos: -11.5,-12.5 + pos: 68.5,52.5 parent: 2 -- proto: PosterContrabandFreeSyndicateEncryptionKey - entities: - - uid: 32595 + - uid: 32480 components: - type: Transform - pos: 71.5,43.5 + pos: 80.5,48.5 parent: 2 -- proto: PosterContrabandFreeTonto - entities: - - uid: 23367 + - uid: 32481 components: - type: Transform - pos: -17.5,-17.5 + pos: 83.5,46.5 parent: 2 -- proto: PosterContrabandFunPolice - entities: - - uid: 23371 + - uid: 32482 components: - type: Transform - pos: -44.5,-6.5 + pos: 74.5,47.5 parent: 2 -- proto: PosterContrabandGotWood - entities: - - uid: 23372 + - uid: 32483 components: - type: Transform - pos: -54.5,-4.5 + pos: 79.5,44.5 parent: 2 -- proto: PosterContrabandGreyTide - entities: - - uid: 23373 + - uid: 32484 components: - type: Transform - pos: -34.5,-35.5 + pos: 82.5,44.5 parent: 2 - - uid: 29780 + - uid: 32485 components: - type: Transform - pos: 87.5,59.5 + pos: 81.5,44.5 parent: 2 -- proto: PosterContrabandHaveaPuff - entities: - - uid: 23375 + - uid: 32486 components: - type: Transform - pos: -31.5,-20.5 + pos: 81.5,32.5 parent: 2 -- proto: PosterContrabandInterdyne - entities: - - uid: 23379 + - uid: 32487 components: - type: Transform - pos: 21.5,-12.5 + pos: 98.5,29.5 parent: 2 - - uid: 29778 + - uid: 32488 components: - type: Transform - pos: 87.5,62.5 + pos: 93.5,33.5 parent: 2 -- proto: PosterContrabandKudzu - entities: - - uid: 23381 + - uid: 32489 components: - type: Transform - pos: 38.5,13.5 + pos: 95.5,43.5 parent: 2 -- proto: PosterContrabandLamarr - entities: - - uid: 5741 + - uid: 32490 components: - type: Transform - pos: 44.5,31.5 + pos: 94.5,43.5 parent: 2 -- proto: PosterContrabandLustyExomorph - entities: - - uid: 23383 + - uid: 32491 components: - type: Transform - pos: 12.5,-32.5 + pos: 92.5,43.5 parent: 2 -- proto: PosterContrabandMaskedMen - entities: - - uid: 23384 + - uid: 32492 components: - type: Transform - pos: 23.5,-36.5 + pos: 99.5,44.5 parent: 2 -- proto: PosterContrabandMissingGloves +- proto: MaintenanceWeaponSpawner entities: - - uid: 7112 + - uid: 5382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,35.5 + pos: 61.5,54.5 parent: 2 -- proto: PosterContrabandNuclearDeviceInformational - entities: - - uid: 14083 + - uid: 5400 components: - type: Transform - pos: 29.5,40.5 + pos: 56.5,54.5 parent: 2 -- proto: PosterContrabandPower - entities: - - uid: 23394 + - uid: 6416 components: - type: Transform - pos: -9.5,18.5 + pos: 49.5,-29.5 parent: 2 -- proto: PosterContrabandPunchShit - entities: - - uid: 23396 + - uid: 13866 components: - type: Transform - pos: -10.5,27.5 + pos: 39.5,6.5 parent: 2 -- proto: PosterContrabandPwrGame - entities: - - uid: 23395 + - uid: 20958 components: - type: Transform - pos: 15.5,22.5 + pos: 7.5,-19.5 parent: 2 -- proto: PosterContrabandRebelsUnite - entities: - - uid: 23398 + - uid: 20963 components: - type: Transform - pos: 37.5,27.5 + pos: -7.5,-34.5 parent: 2 -- proto: PosterContrabandRedRum - entities: - - uid: 7624 + - uid: 20976 components: - type: Transform - pos: 18.5,-23.5 + pos: -56.5,-33.5 parent: 2 -- proto: PosterContrabandRevolt - entities: - - uid: 23406 + - uid: 20980 components: - type: Transform - pos: -78.5,1.5 + pos: -65.5,-0.5 parent: 2 - - uid: 23407 + - uid: 21014 components: - type: Transform - pos: -52.5,20.5 + pos: -3.5,71.5 parent: 2 -- proto: PosterContrabandRIPBadger - entities: - - uid: 23397 + - uid: 21056 components: - type: Transform - pos: 30.5,14.5 + pos: 38.5,-5.5 parent: 2 -- proto: PosterContrabandRise - entities: - - uid: 23408 + - uid: 21059 components: - type: Transform - pos: -58.5,36.5 + pos: -32.5,15.5 parent: 2 -- proto: PosterContrabandRobustSoftdrinks - entities: - - uid: 7625 + - uid: 21060 components: - type: Transform - pos: -37.5,-12.5 + pos: -34.5,10.5 parent: 2 -- proto: PosterContrabandSaucerNumberOne - entities: - - uid: 23427 + - uid: 23295 components: - type: Transform - pos: 22.5,15.5 + rot: -1.5707963267948966 rad + pos: 36.5,16.5 parent: 2 -- proto: PosterContrabandSmoke - entities: - - uid: 23429 + - uid: 29804 components: - type: Transform - pos: 44.5,16.5 + pos: 86.5,59.5 parent: 2 -- proto: PosterContrabandSpaceCola - entities: - - uid: 7627 + - uid: 32493 components: - type: Transform - pos: -53.5,-13.5 + pos: 77.5,25.5 parent: 2 -- proto: PosterContrabandSpaceCube - entities: - - uid: 23432 + - uid: 32494 components: - type: Transform - pos: -11.5,23.5 + pos: 72.5,26.5 parent: 2 -- proto: PosterContrabandSpaceUp - entities: - - uid: 23433 + - uid: 32522 components: - type: Transform - pos: -34.5,17.5 + pos: 64.5,67.5 parent: 2 - - uid: 30588 + - uid: 32523 components: - type: Transform - pos: -40.5,-12.5 + pos: 64.5,58.5 parent: 2 -- proto: PosterContrabandSunkist - entities: - - uid: 7628 + - uid: 32524 components: - type: Transform - pos: -48.5,-9.5 + pos: 72.5,60.5 parent: 2 - - uid: 23434 + - uid: 32525 components: - type: Transform - pos: -42.5,10.5 + pos: 84.5,68.5 parent: 2 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 32596 + - uid: 32526 components: - type: Transform - pos: 73.5,42.5 + pos: 94.5,60.5 parent: 2 -- proto: PosterContrabandTheGriffin - entities: - - uid: 23437 + - uid: 32527 components: - type: Transform - pos: 22.5,-9.5 + pos: 95.5,45.5 parent: 2 -- proto: PosterContrabandUnreadableAnnouncement - entities: - - uid: 7629 + - uid: 32528 components: - type: Transform - pos: -35.5,-12.5 + pos: 72.5,39.5 parent: 2 - - uid: 23442 + - uid: 32529 components: - type: Transform - pos: 10.5,26.5 + pos: 61.5,38.5 parent: 2 -- proto: PosterContrabandVoteWeh - entities: - - uid: 23443 + - uid: 32530 components: - type: Transform - pos: -7.5,17.5 + pos: 53.5,32.5 parent: 2 -- proto: PosterContrabandWehWatches - entities: - - uid: 23445 + - uid: 32531 components: - type: Transform - pos: -50.5,10.5 + pos: 56.5,48.5 parent: 2 - - uid: 31170 + - uid: 32532 components: - type: Transform - pos: -66.5,1.5 + pos: 72.5,51.5 parent: 2 -- proto: PosterLegit12Gauge +- proto: Matchbox entities: - - uid: 23340 + - uid: 30063 components: - type: Transform - pos: -23.5,49.5 + pos: 85.90307,42.529053 parent: 2 - - uid: 23345 +- proto: MatchstickSpent + entities: + - uid: 30047 components: - type: Transform - pos: -5.5,36.5 + pos: 86.07494,42.216553 parent: 2 -- proto: PosterLegit50thAnniversaryVintageReprint - entities: - - uid: 23347 + - uid: 30049 components: - type: Transform - pos: -4.5,-3.5 + pos: 84.59057,42.76233 parent: 2 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 23346 + - uid: 30050 components: - type: Transform - pos: -8.5,0.5 + pos: 85.313446,39.138023 parent: 2 -- proto: PosterLegitBarDrinks +- proto: MaterialBiomass1 entities: - - uid: 3327 + - uid: 1402 components: - type: Transform - pos: 16.5,-26.5 + pos: 22.388477,0.6988144 parent: 2 - - uid: 33679 + - uid: 1403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,66.5 + pos: 22.575977,0.82772064 parent: 2 -- proto: PosterLegitBlessThisSpess - entities: - - uid: 23348 + - uid: 1404 components: - type: Transform - pos: -13.5,-6.5 + pos: 22.681446,0.5581894 parent: 2 -- proto: PosterLegitBotanyFood - entities: - - uid: 2452 + - uid: 1405 components: - type: Transform - pos: -55.5,1.5 + pos: 22.505665,0.52303314 parent: 2 - - uid: 7621 + - uid: 1406 components: - type: Transform - pos: -50.5,-12.5 + pos: 21.837696,0.66365814 parent: 2 -- proto: PosterLegitBuild +- proto: MaterialCloth entities: - - uid: 23350 + - uid: 1981 components: - type: Transform - pos: -52.5,28.5 + pos: 7.473057,30.6911 parent: 2 -- proto: PosterLegitChknDnnr +- proto: MaterialDiamond entities: - - uid: 7630 + - uid: 13998 components: - type: Transform - pos: -43.5,-26.5 + pos: 26.580275,39.05669 parent: 2 -- proto: PosterLegitCleanliness +- proto: MaterialDiamond1 entities: - - uid: 23352 + - uid: 11228 components: - type: Transform - pos: -39.5,25.5 + pos: -67.05053,-24.380058 parent: 2 - - uid: 23353 + - uid: 33611 components: - type: Transform - pos: -5.5,16.5 + pos: 85.45249,46.61865 parent: 2 -- proto: PosterLegitDickGumshue +- proto: MaterialDurathread entities: - - uid: 5596 + - uid: 5716 components: - type: Transform - pos: 44.5,35.5 + pos: 7.5137024,30.611721 parent: 2 - - uid: 23357 +- proto: MaterialReclaimer + entities: + - uid: 19372 components: - type: Transform - pos: -37.5,34.5 + pos: -15.5,-25.5 parent: 2 -- proto: PosterLegitDoNotQuestion - entities: - - uid: 23358 + - uid: 25439 components: - type: Transform - pos: -18.5,23.5 + pos: -41.5,10.5 parent: 2 -- proto: PosterLegitDontPanic +- proto: MedicalBed entities: - - uid: 23359 + - uid: 428 components: - type: Transform - pos: 5.5,26.5 + pos: 7.5,-6.5 parent: 2 -- proto: PosterLegitEatMeat - entities: - - uid: 7620 + - uid: 1004 components: - type: Transform - pos: -48.5,-12.5 + pos: 5.5,9.5 parent: 2 - - uid: 23362 + - uid: 1164 components: - type: Transform - pos: 31.5,-22.5 + pos: 5.5,15.5 parent: 2 -- proto: PosterLegitEnlist - entities: - - uid: 23364 + - uid: 1166 components: - type: Transform - pos: 4.5,-4.5 + pos: 5.5,11.5 parent: 2 -- proto: PosterLegitFruitBowl - entities: - - uid: 23368 + - uid: 1168 components: - type: Transform - pos: -34.5,-21.5 + pos: 5.5,13.5 parent: 2 -- proto: PosterLegitFuckAround - entities: - - uid: 176 + - uid: 1435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-6.5 + pos: 13.5,13.5 parent: 2 -- proto: PosterLegitGetYourLEGS - entities: - - uid: 23370 + - uid: 1436 components: - type: Transform - pos: -48.5,-2.5 + pos: 13.5,15.5 parent: 2 -- proto: PosterLegitHelpOthers - entities: - - uid: 23377 + - uid: 1437 components: - type: Transform - pos: -5.5,-33.5 + pos: 13.5,11.5 parent: 2 -- proto: PosterLegitHereForYourSafety - entities: - - uid: 23374 + - uid: 1438 components: - type: Transform - pos: -11.5,-26.5 + pos: 13.5,9.5 parent: 2 -- proto: PosterLegitHighClassMartini - entities: - - uid: 23856 + - uid: 4379 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-22.5 + pos: 7.5,-10.5 parent: 2 -- proto: PosterLegitHotDonkExplosion - entities: - - uid: 23360 + - uid: 8377 components: - type: Transform - pos: 22.5,22.5 + pos: 13.5,-9.5 parent: 2 -- proto: PosterLegitIan +- proto: MedicalScanner entities: - - uid: 24043 + - uid: 1279 components: - type: Transform - pos: 11.5,-12.5 + pos: 25.5,2.5 parent: 2 -- proto: PosterLegitJustAWeekAway +- proto: MedicalTechFab entities: - - uid: 23380 + - uid: 1346 components: - type: Transform - pos: 31.5,8.5 + pos: 34.5,5.5 parent: 2 -- proto: PosterLegitLoveIan +- proto: MedicatedSuture entities: - - uid: 23382 + - uid: 32586 components: - type: Transform - pos: 13.5,26.5 + pos: 54.44772,44.363388 parent: 2 -- proto: PosterLegitMedicate +- proto: MedkitAdvancedFilled entities: - - uid: 23435 + - uid: 1150 components: - type: Transform - pos: -4.5,0.5 + pos: 7.676587,16.64243 parent: 2 - - uid: 28642 + - uid: 1160 components: - type: Transform - pos: 14.5,-8.5 + pos: -11.404755,-9.152216 parent: 2 -- proto: PosterLegitMime - entities: - - uid: 3935 + - uid: 15726 components: - type: Transform - pos: -81.5,2.5 + pos: -24.499674,42.691288 parent: 2 -- proto: PosterLegitNanomichiAd +- proto: MedkitBruteFilled entities: - - uid: 23386 + - uid: 1163 components: - type: Transform - pos: -53.5,32.5 + pos: 11.252731,16.908054 parent: 2 -- proto: PosterLegitNoTouching - entities: - - uid: 5409 + - uid: 3462 components: - type: Transform - pos: -10.5,68.5 + pos: 41.476383,-21.244463 parent: 2 -- proto: PosterLegitObey - entities: - - uid: 23390 + - uid: 6910 components: - type: Transform - pos: -44.5,3.5 + pos: -6.427447,-40.39485 parent: 2 -- proto: PosterLegitPDAAd - entities: - - uid: 23391 + - uid: 30685 components: - type: Transform - pos: -41.5,12.5 + pos: 4.5581956,64.48662 parent: 2 -- proto: PosterLegitPeriodicTable +- proto: MedkitBurnFilled entities: - - uid: 23392 + - uid: 1147 components: - type: Transform - pos: -36.5,21.5 + pos: 11.674606,16.564304 parent: 2 -- proto: PosterLegitPieSlice +- proto: MedkitCombatFilled entities: - - uid: 7622 + - uid: 1472 components: - type: Transform - pos: 27.5,-22.5 + pos: 7.301587,16.814304 parent: 2 - - uid: 23393 + - uid: 14210 components: - type: Transform - pos: -21.5,17.5 + pos: 13.406654,56.703026 parent: 2 -- proto: PosterLegitPizzaHope +- proto: MedkitFilled entities: - - uid: 7616 + - uid: 1477 components: - type: Transform - pos: -51.5,-19.5 + pos: 7.774714,16.877289 parent: 2 -- proto: PosterLegitRenault - entities: - - uid: 23399 + - uid: 2039 components: - type: Transform - pos: 15.5,37.5 + pos: -4.458594,6.0189323 parent: 2 -- proto: PosterLegitReportCrimes - entities: - - uid: 23400 + - uid: 2040 components: - type: Transform - pos: 26.5,-0.5 + pos: -4.398351,-0.24816418 parent: 2 - - uid: 23401 + - uid: 13084 components: - type: Transform - pos: 40.5,-14.5 + pos: 4.47973,-31.09689 parent: 2 - - uid: 23402 + - uid: 20649 components: - type: Transform - pos: 19.5,-22.5 + pos: -41.358887,60.69076 parent: 2 - - uid: 23403 +- proto: MedkitOxygenFilled + entities: + - uid: 1479 components: - type: Transform - pos: -17.5,-23.5 + pos: 7.4023647,16.5659 parent: 2 - - uid: 23404 + - uid: 9322 components: - type: Transform - pos: -57.5,-14.5 + pos: -16.398605,-25.496935 parent: 2 - - uid: 23405 +- proto: MedkitRadiationFilled + entities: + - uid: 1480 components: - type: Transform - pos: -81.5,10.5 + pos: 11.577502,16.839338 parent: 2 -- proto: PosterLegitSafetyEyeProtection - entities: - - uid: 23419 + - uid: 5413 components: - type: Transform - pos: -26.5,-26.5 + pos: 49.81323,46.780846 parent: 2 - - uid: 23420 +- proto: MedkitToxinFilled + entities: + - uid: 1481 components: - type: Transform - pos: -64.5,18.5 + pos: 11.249377,16.53465 parent: 2 -- proto: PosterLegitSafetyInternals +- proto: Memorial entities: - - uid: 23421 + - uid: 2411 components: + - type: MetaData + desc: Here we see the majestic Cold Place animals such as Penguin. Brrr! + name: Tundra Dome Plaque - type: Transform - pos: -57.5,38.5 + pos: -87.5,-4.5 parent: 2 - - uid: 23422 + - uid: 2687 components: + - type: MetaData + desc: Watch the beautiful carps and sharks and other majestic beasts of the sea swim around in harmony! + name: Aquarium Dome Plaque - type: Transform - pos: -31.5,41.5 + pos: -87.5,22.5 parent: 2 - - uid: 23423 + - uid: 2693 components: + - type: MetaData + desc: Splish splash! It's a jungle. Look at the monkey! + name: Jungle Dome Plaque - type: Transform - pos: -21.5,52.5 + pos: -98.5,5.5 parent: 2 -- proto: PosterLegitSafetyMothBoH - entities: - - uid: 23409 + - uid: 2751 components: + - type: MetaData + desc: Damp, dank, and muddy caves could have ANY animals in them. Watch out!!! + name: Cave Dome Plaque - type: Transform - pos: 45.5,35.5 + pos: -97.5,20.5 parent: 2 -- proto: PosterLegitSafetyMothDelam - entities: - - uid: 23410 + - uid: 10656 components: + - type: MetaData + desc: The Dirt's Room. It's for Hot Dirt Ouchie! Your feet. - type: Transform - pos: 35.5,31.5 + pos: -97.5,-10.5 parent: 2 -- proto: PosterLegitSafetyMothEpi - entities: - - uid: 23411 + - uid: 30383 components: + - type: MetaData + desc: To all those that we couldn't save. - type: Transform - pos: -12.5,6.5 + pos: 1.5,21.5 parent: 2 -- proto: PosterLegitSafetyMothFires - entities: - - uid: 16515 + - uid: 30405 components: + - type: MetaData + desc: To all those we saved. - type: Transform - pos: -56.5,62.5 + pos: 1.5,-14.5 parent: 2 - - uid: 23412 + - uid: 32468 components: + - type: MetaData + desc: The grave of a great hero. + name: Hero's Grave - type: Transform - pos: -18.5,-10.5 + pos: 61.5,66.5 parent: 2 -- proto: PosterLegitSafetyMothGlimmer +- proto: MetalDoor entities: - - uid: 23413 + - uid: 4649 components: - type: Transform - pos: -0.5,31.5 + pos: 87.5,45.5 parent: 2 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 23414 + - uid: 4667 components: - type: Transform - pos: -40.5,30.5 + pos: 87.5,35.5 parent: 2 -- proto: PosterLegitSafetyMothMeth - entities: - - uid: 5302 + - uid: 32589 components: - type: Transform - pos: -10.5,72.5 + pos: 77.5,27.5 parent: 2 - - uid: 23415 +- proto: MicrowaveMachineCircuitboard + entities: + - uid: 1573 components: - type: Transform - pos: 12.5,1.5 + pos: 18.439661,-8.63639 parent: 2 -- proto: PosterLegitSafetyMothPills +- proto: Mirror entities: - - uid: 1241 + - uid: 3318 components: - type: Transform - pos: 21.5,-6.5 + pos: 7.5,-26.5 parent: 2 - - uid: 24812 + - uid: 3321 components: - type: Transform - pos: 14.5,-11.5 + pos: 8.5,-26.5 parent: 2 -- proto: PosterLegitSafetyMothPiping - entities: - - uid: 23417 + - uid: 4309 components: - type: Transform - pos: -35.5,9.5 + rot: 1.5707963267948966 rad + pos: -51.5,-26.5 parent: 2 -- proto: PosterLegitSafetyMothPoisoning - entities: - - uid: 23418 + - uid: 5151 components: - type: Transform - pos: -24.5,6.5 + pos: 73.5,-9.5 parent: 2 -- proto: PosterLegitSafetyReport - entities: - - uid: 23426 + - uid: 5171 components: - type: Transform - pos: 22.5,26.5 + pos: 72.5,-9.5 parent: 2 - - uid: 30300 + - uid: 7504 components: - type: Transform - pos: -0.5,33.5 + rot: 3.141592653589793 rad + pos: -51.5,-9.5 parent: 2 -- proto: PosterLegitSecWatch - entities: - - uid: 17851 + - uid: 7505 components: - type: Transform - pos: 52.5,-8.5 + rot: 3.141592653589793 rad + pos: -50.5,-9.5 parent: 2 - - uid: 17928 + - uid: 11484 components: - type: Transform - pos: -8.5,68.5 + rot: 1.5707963267948966 rad + pos: -51.5,-25.5 parent: 2 -- proto: PosterLegitSoftCapPopArt - entities: - - uid: 23430 + - uid: 21931 components: - type: Transform - pos: 18.5,17.5 + rot: 1.5707963267948966 rad + pos: -51.5,-28.5 parent: 2 -- proto: PosterLegitTheOwl - entities: - - uid: 23438 + - uid: 22114 components: - type: Transform - pos: 23.5,0.5 + rot: 1.5707963267948966 rad + pos: -51.5,-27.5 parent: 2 -- proto: PosterLegitUeNo - entities: - - uid: 23441 + - uid: 33700 components: - type: Transform - pos: 35.5,15.5 + pos: -24.5,35.5 parent: 2 -- proto: PosterLegitVacation - entities: - - uid: 23387 + - uid: 33704 components: - type: Transform - pos: -56.5,20.5 + pos: -25.5,35.5 parent: 2 -- proto: PosterLegitWalk - entities: - - uid: 23444 + - uid: 33705 components: - type: Transform - pos: -39.5,14.5 + pos: -26.5,35.5 parent: 2 -- proto: PosterLegitWorkForAFuture - entities: - - uid: 23446 + - uid: 33706 components: - type: Transform - pos: -80.5,6.5 + pos: -28.5,35.5 parent: 2 -- proto: PottedPlant0 - entities: - - uid: 30349 + - uid: 33707 components: - type: Transform - pos: 50.49638,13.968471 + pos: -29.5,35.5 parent: 2 - - uid: 30350 + - uid: 33708 components: - type: Transform - pos: 50.46513,11.343471 + pos: -30.5,35.5 parent: 2 -- proto: PottedPlant1 +- proto: ModularGrenade entities: - - uid: 29830 + - uid: 36048 components: - type: Transform - pos: 90.5,55.5 - parent: 2 -- proto: PottedPlant10 + rot: 1.5707963267948966 rad + pos: 29.341724,15.770388 + parent: 2 +- proto: MopBucketFull entities: - - uid: 2576 + - uid: 21882 components: - type: Transform - pos: 3.5,-49.5 + pos: -67.247635,0.97548735 parent: 2 - - uid: 3230 + - uid: 26360 components: - type: Transform - pos: -0.5,-49.5 + pos: -42.578186,20.72669 parent: 2 - - uid: 23804 +- proto: MopItem + entities: + - uid: 18529 components: - type: Transform - pos: 3.639583,-34.501858 + pos: -40.59049,21.685213 parent: 2 - - uid: 29835 + - uid: 22041 components: - type: Transform - pos: 91.5,19.5 + pos: -67.341385,0.78798735 parent: 2 - - uid: 29837 + - uid: 34041 components: - type: Transform - pos: 91.5,15.5 + pos: -23.593803,58.65746 parent: 2 -- proto: PottedPlant11 +- proto: Morgue entities: - - uid: 27963 + - uid: 1036 components: - type: Transform - pos: 19.3661,47.64291 + rot: 1.5707963267948966 rad + pos: 23.5,11.5 parent: 2 -- proto: PottedPlant12 - entities: - - uid: 35764 + - uid: 1037 components: - type: Transform - pos: -104.5,-24.5 + rot: 1.5707963267948966 rad + pos: 23.5,12.5 parent: 2 -- proto: PottedPlant13 - entities: - - uid: 30452 + - uid: 1287 components: - type: Transform - pos: 13.5,-13.5 + rot: 1.5707963267948966 rad + pos: 23.5,13.5 parent: 2 - - uid: 30505 + - uid: 1288 components: - type: Transform - pos: 0.5,69.5 + rot: 1.5707963267948966 rad + pos: 23.5,14.5 parent: 2 -- proto: PottedPlant14 - entities: - - uid: 2578 + - uid: 1289 components: - type: Transform - pos: 3.5,-44.5 + rot: 1.5707963267948966 rad + pos: 23.5,15.5 parent: 2 - - uid: 3234 + - uid: 1292 components: - type: Transform - pos: -0.5,-44.5 + rot: -1.5707963267948966 rad + pos: 27.5,15.5 parent: 2 - - uid: 30437 + - uid: 1293 components: - type: Transform - pos: 18.5,-13.5 + rot: -1.5707963267948966 rad + pos: 27.5,14.5 parent: 2 -- proto: PottedPlant15 - entities: - - uid: 32469 + - uid: 1294 components: - type: Transform - pos: 61.5,64.5 + rot: -1.5707963267948966 rad + pos: 27.5,13.5 parent: 2 -- proto: PottedPlant17 - entities: - - uid: 99 + - uid: 1295 components: - type: Transform - pos: -4.5,21.5 + rot: -1.5707963267948966 rad + pos: 27.5,12.5 parent: 2 -- proto: PottedPlant18 - entities: - - uid: 27965 + - uid: 1296 components: - type: Transform - pos: -30.5,55.5 + rot: -1.5707963267948966 rad + pos: 27.5,11.5 parent: 2 - - uid: 30339 + - uid: 1297 components: - type: Transform - pos: 30.5,21.5 + rot: 1.5707963267948966 rad + pos: 23.5,16.5 parent: 2 - - uid: 30603 + - uid: 1353 components: - type: Transform - pos: -45.5,-4.5 + rot: -1.5707963267948966 rad + pos: 27.5,16.5 parent: 2 - - uid: 30606 + - uid: 2570 components: - type: Transform - pos: -45.5,2.5 + pos: 49.5,44.5 parent: 2 -- proto: PottedPlant19 - entities: - - uid: 23493 + - 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 + - uid: 2728 components: - type: Transform - pos: 80.5,54.5 + pos: 47.5,44.5 parent: 2 -- proto: PottedPlant24 - entities: - - uid: 12966 + - uid: 5329 components: - type: Transform - pos: 45.5,-11.5 + rot: -1.5707963267948966 rad + pos: 62.5,53.5 parent: 2 -- proto: PottedPlant4 - entities: - - uid: 30519 + - uid: 5330 components: - type: Transform - pos: -7.5,21.5 + rot: -1.5707963267948966 rad + pos: 62.5,54.5 parent: 2 -- proto: PottedPlant5 - entities: - - uid: 1679 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 5337 components: - type: Transform - pos: -4.5,-43.5 + rot: -1.5707963267948966 rad + pos: 62.5,52.5 parent: 2 - - uid: 1858 + - type: EntityStorage + open: True +- proto: MouseTimedSpawner + entities: + - uid: 22440 components: - type: Transform - pos: -1.5,-40.5 + pos: -62.5,-17.5 parent: 2 - - uid: 1919 + - uid: 22441 components: - type: Transform - pos: 4.5,-43.5 + pos: 32.5,45.5 parent: 2 - - uid: 2309 +- proto: Multitool + entities: + - uid: 1409 components: - type: Transform - pos: -1.5,-43.5 + pos: 19.445372,3.6151025 parent: 2 - - uid: 2474 + - type: NetworkConfigurator + devices: + 'UID: 17226': 1407 + linkModeActive: False + - uid: 3661 components: - type: Transform - pos: 7.5,-43.5 + pos: -64.445526,29.69946 parent: 2 - - uid: 12214 + - uid: 5678 components: - type: Transform - pos: 7.5,-40.5 + pos: 34.21444,47.247894 parent: 2 - - uid: 12245 + - uid: 6573 components: - type: Transform - pos: -4.5,-40.5 + pos: -32.30608,-41.45589 parent: 2 - - uid: 12253 + - uid: 6820 components: - type: Transform - pos: 4.5,-40.5 + pos: -6.286822,-41.5511 parent: 2 -- proto: PottedPlant6 - entities: - - uid: 30458 + - uid: 8427 components: - type: Transform - pos: 26.5,-16.5 + pos: -69.75691,17.556164 parent: 2 -- proto: PottedPlantBioluminscent - entities: - - uid: 18709 + - uid: 18802 components: - type: Transform - pos: -58.5,60.5 + pos: -99.0182,50.095516 parent: 2 - - uid: 29826 + - uid: 28504 components: - type: Transform - pos: 87.5,54.5 + pos: -67.493225,32.636074 parent: 2 - - uid: 30338 + - uid: 30686 components: - type: Transform - pos: 26.5,21.5 + pos: 4.9813976,64.72099 parent: 2 - - uid: 30587 + - uid: 31800 components: - type: Transform - pos: -39.5,-13.5 + pos: -64.27365,29.41821 parent: 2 -- proto: PottedPlantRandom +- proto: MusicBoxInstrument entities: - - uid: 602 + - uid: 23572 components: - type: Transform - pos: -2.5,-4.5 + pos: -71.528534,0.9246559 parent: 2 - - uid: 673 +- proto: NitrogenCanister + entities: + - uid: 6032 components: - type: Transform - pos: -23.5,-7.5 + pos: 18.5,30.5 parent: 2 - - uid: 674 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7130 components: - type: Transform - pos: -19.5,-7.5 + pos: -17.5,-34.5 parent: 2 - - uid: 677 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9357 components: - type: Transform - pos: -13.5,-11.5 + pos: -49.5,48.5 parent: 2 - - uid: 680 + - type: AtmosDevice + joinedGrid: 2 + - uid: 20033 components: - type: Transform - pos: -23.5,-11.5 + pos: -31.5,16.5 parent: 2 - - uid: 1115 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23439 components: - type: Transform - pos: -6.5,-18.5 + pos: -59.5,-35.5 parent: 2 - - uid: 1219 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34973 components: - type: Transform - pos: 23.5,-4.5 + pos: 36.5,1.5 parent: 2 - - uid: 1221 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35832 components: - type: Transform - pos: 23.5,-10.5 + pos: 58.5,-40.5 parent: 2 - - uid: 1225 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35835 components: - type: Transform - pos: 29.5,-5.5 + pos: -59.5,46.5 parent: 2 - - uid: 1226 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35836 components: - type: Transform - pos: 28.5,-5.5 + pos: -60.5,46.5 parent: 2 - - uid: 1227 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideCanister + entities: + - uid: 9355 components: - type: Transform - pos: 28.5,-10.5 + pos: -45.5,48.5 parent: 2 - - uid: 1228 + - type: AtmosDevice + joinedGrid: 2 +- proto: NoticeBoard + entities: + - uid: 29691 components: - type: Transform - pos: 29.5,-10.5 + rot: 1.5707963267948966 rad + pos: -51.5,-18.5 parent: 2 - - uid: 1482 +- proto: NuclearBombKeg + entities: + - uid: 32550 components: - type: Transform - pos: -8.5,-2.5 + pos: 74.5,26.5 parent: 2 - - uid: 1483 +- proto: NuclearBombUnanchored + entities: + - uid: 14133 components: - type: Transform - pos: -8.5,7.5 + pos: 28.5,38.5 parent: 2 - - uid: 1484 +- proto: OperatingTable + entities: + - uid: 901 components: - type: Transform - pos: -3.5,0.5 + pos: -20.5,-1.5 parent: 2 - - uid: 1485 + - uid: 1363 components: - type: Transform - pos: -3.5,4.5 + pos: 29.5,9.5 parent: 2 - - uid: 1562 + - uid: 5328 components: - type: Transform - pos: 3.5,7.5 + pos: 59.5,57.5 parent: 2 - - uid: 1582 + - uid: 5357 components: - type: Transform - pos: -9.5,14.5 + pos: 55.5,52.5 parent: 2 - - uid: 1584 + - uid: 5358 components: - type: Transform - pos: -9.5,12.5 + pos: 55.5,54.5 parent: 2 - - uid: 1585 + - uid: 5361 components: - type: Transform - pos: -14.5,14.5 + pos: 55.5,53.5 parent: 2 - - uid: 1592 + - uid: 5742 components: - type: Transform - pos: -2.5,9.5 + pos: 48.5,43.5 parent: 2 - - uid: 1595 + - uid: 11147 components: - type: Transform - pos: -8.5,16.5 + pos: -26.5,-1.5 parent: 2 - - uid: 1626 + - uid: 22027 components: - type: Transform - pos: -5.5,14.5 + pos: -14.5,-1.5 parent: 2 - - uid: 1683 +- proto: Oracle + entities: + - uid: 1170 components: - type: Transform - pos: 6.5,-2.5 + pos: 54.5,21.5 parent: 2 - - uid: 1698 +- proto: OreBag + entities: + - uid: 6881 components: - type: Transform - pos: -0.5,7.5 + pos: -8.219676,-42.277306 parent: 2 - - uid: 1708 +- proto: OreBox + entities: + - uid: 7147 components: - type: Transform - pos: 3.5,-2.5 + rot: 3.141592653589793 rad + pos: -15.5,-48.5 parent: 2 - - uid: 1715 +- proto: OreProcessor + entities: + - uid: 16608 components: - type: Transform - pos: -8.5,2.5 + pos: -14.5,-38.5 parent: 2 - - uid: 1716 +- proto: OrganHumanAppendix + entities: + - uid: 30079 components: - type: Transform - pos: 6.5,2.5 + pos: 86.55081,41.92444 parent: 2 - - uid: 1766 +- proto: OrganHumanHeart + entities: + - uid: 30071 components: - type: Transform - pos: -29.5,1.5 + pos: 89.90344,39.648834 parent: 2 - - uid: 1767 +- proto: OrganHumanKidneys + entities: + - uid: 30088 components: - type: Transform - pos: -29.5,3.5 + pos: 90.048775,39.98767 parent: 2 - - uid: 1768 +- proto: OrganHumanLiver + entities: + - uid: 30089 components: - type: Transform - pos: 11.5,5.5 + pos: 91.080025,39.83142 parent: 2 - - uid: 1769 +- proto: OrganHumanLungs + entities: + - uid: 30091 components: - type: Transform - pos: 15.5,5.5 + pos: 90.35819,39.608845 parent: 2 - - uid: 1774 +- proto: OrganHumanStomach + entities: + - uid: 30081 components: - type: Transform - pos: 30.5,-13.5 + pos: 85.00467,38.357273 parent: 2 - - uid: 1818 +- proto: OrganHumanTongue + entities: + - uid: 30076 components: - type: Transform - pos: 23.5,9.5 + rot: 3.141592653589793 rad + pos: 89.3144,38.95642 parent: 2 - - uid: 1986 +- proto: OxygenCanister + entities: + - uid: 6031 components: - type: Transform - pos: 9.5,27.5 + pos: 19.5,30.5 parent: 2 - - uid: 2657 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8600 components: - type: Transform - pos: -19.5,53.5 + pos: -17.5,-35.5 parent: 2 - - uid: 2699 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9356 components: - type: Transform - pos: -23.5,56.5 + pos: -47.5,48.5 parent: 2 - - uid: 2926 + - type: AtmosDevice + joinedGrid: 2 + - uid: 20032 components: - type: Transform - pos: 16.5,40.5 + pos: -34.5,16.5 parent: 2 - - uid: 3360 + - type: AtmosDevice + joinedGrid: 2 + - uid: 20929 components: - type: Transform - pos: 19.5,-35.5 + pos: 36.5,3.5 parent: 2 - - uid: 3361 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27953 components: - type: Transform - pos: 16.5,-35.5 + pos: -17.5,-46.5 parent: 2 - - uid: 3605 + - type: AtmosDevice + joinedGrid: 2 + - uid: 29700 components: - type: Transform - pos: -39.5,15.5 + pos: -60.5,-35.5 parent: 2 - - uid: 3778 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35831 components: - type: Transform - pos: 49.5,25.5 + pos: -56.5,46.5 parent: 2 - - uid: 3821 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35833 components: - type: Transform - pos: -31.5,-9.5 + pos: 58.5,-41.5 parent: 2 - - uid: 4035 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35834 components: - type: Transform - pos: 34.5,23.5 + pos: -57.5,46.5 parent: 2 - - uid: 4051 + - type: AtmosDevice + joinedGrid: 2 +- proto: PaintingCafeTerraceAtNight + entities: + - uid: 5954 components: - type: Transform - pos: 50.5,36.5 + pos: 17.5,-17.5 parent: 2 - - uid: 4126 +- proto: PaintingMonkey + entities: + - uid: 5766 components: - type: Transform - pos: 54.5,10.5 + pos: 21.5,-26.5 parent: 2 - - uid: 4128 +- proto: PaintingPersistenceOfMemory + entities: + - uid: 27914 components: - type: Transform - pos: 52.5,10.5 + rot: 1.5707963267948966 rad + pos: 87.5,18.5 parent: 2 - - uid: 4531 +- proto: PaintingPrayerHands + entities: + - uid: 7777 components: - type: Transform - pos: 52.5,24.5 + pos: 67.5,28.5 parent: 2 - - uid: 5246 +- proto: PaintingSadClown + entities: + - uid: 19421 components: - type: Transform - pos: 32.5,23.5 + pos: -78.5,0.5 parent: 2 - - uid: 5247 +- proto: PaintingSaturn + entities: + - uid: 7772 components: - type: Transform - pos: 26.5,23.5 + pos: 70.5,31.5 parent: 2 - - uid: 5256 +- proto: PaintingSkeletonCigarette + entities: + - uid: 29306 components: - type: Transform - pos: 42.5,23.5 + rot: 1.5707963267948966 rad + pos: 90.5,44.5 parent: 2 - - uid: 5419 +- proto: Paper + entities: + - uid: 652 components: - type: Transform - pos: 42.5,34.5 + rot: 3.141592653589793 rad + pos: -5.3785677,-7.333753 parent: 2 - - uid: 5448 + - uid: 653 components: - type: Transform - pos: 38.5,30.5 + rot: 3.141592653589793 rad + pos: -5.554349,-7.4157844 parent: 2 - - uid: 5528 + - uid: 1621 components: - type: Transform - pos: 34.5,28.5 + pos: -3.491044,16.58596 parent: 2 - - uid: 5698 + - uid: 1622 components: - type: Transform - pos: 63.5,30.5 + pos: -3.491044,16.83596 parent: 2 - - uid: 5705 + - uid: 1623 components: - type: Transform - pos: 50.5,21.5 + pos: -3.299249,16.703148 parent: 2 - - uid: 5725 + - uid: 5431 components: - type: Transform - pos: 9.5,-4.5 + rot: -1.5707963267948966 rad + pos: 49.492767,33.808563 parent: 2 - - uid: 5726 + - uid: 5432 components: - type: Transform - pos: 9.5,-2.5 + rot: -1.5707963267948966 rad + pos: 49.598236,33.539032 parent: 2 - - uid: 5728 + - uid: 7944 components: - type: Transform - pos: 21.5,6.5 + pos: -62.09694,-1.5043344 parent: 2 - - uid: 5729 + - uid: 11242 components: - type: Transform - pos: 23.5,6.5 + pos: 65.51772,27.597965 parent: 2 - - uid: 5880 + - uid: 11277 components: - type: Transform - pos: -8.5,-50.5 + pos: 65.400536,27.691715 parent: 2 - - uid: 5881 + - uid: 15122 components: - type: Transform - pos: 11.5,-50.5 + pos: 27.988136,52.66876 parent: 2 - - uid: 5882 + - uid: 18072 components: - type: Transform - pos: 11.5,-52.5 + rot: 3.141592653589793 rad + pos: -27.425816,66.62427 parent: 2 - - uid: 5883 + - uid: 18074 components: - type: Transform - pos: -8.5,-52.5 + pos: -27.6343,66.58359 parent: 2 - - uid: 6191 + - uid: 18075 components: - type: Transform - pos: -7.5,-4.5 + rot: 3.141592653589793 rad + pos: -15.378941,66.56177 parent: 2 - - uid: 6850 + - uid: 22081 components: - type: Transform - pos: 34.5,-18.5 + pos: 34.72652,-4.3186865 parent: 2 - - uid: 6851 + - uid: 22278 components: - type: Transform - pos: 36.5,-18.5 + pos: -69.30859,17.326584 parent: 2 - - uid: 6852 + - type: Paper + content: Have fun filling up the domes, Zookeepers! Cargo can buy you more animals. + - uid: 23458 components: - type: Transform - pos: 28.5,-23.5 + pos: -62.19069,-1.3519907 parent: 2 - - uid: 6853 + - uid: 26732 components: - type: Transform - pos: 28.5,-34.5 + pos: -47.28819,-27.477682 parent: 2 - - uid: 6854 + - uid: 26733 components: - type: Transform - pos: 39.5,-34.5 + pos: -47.45225,-27.419088 parent: 2 - - uid: 6855 + - uid: 27245 components: - type: Transform - pos: 22.5,-36.5 + pos: 34.597614,-4.4124365 parent: 2 - - uid: 6856 + - uid: 27406 components: - type: Transform - pos: 13.5,-36.5 + pos: 23.67961,-10.206588 parent: 2 - - uid: 6857 + - uid: 28028 components: - type: Transform - pos: -7.5,-42.5 + pos: -14.0838375,59.60498 parent: 2 - - uid: 6858 + - uid: 30459 components: - type: Transform - pos: -15.5,-30.5 + pos: 12.381866,-13.381344 parent: 2 - - uid: 6862 + - type: Paper + content: Please wear masks when directed to by command. + - uid: 30557 components: - type: Transform - pos: -25.5,-21.5 + pos: -22.295391,22.558327 parent: 2 - - uid: 7469 + - uid: 30558 components: - type: Transform - pos: -49.5,-24.5 + pos: -22.162579,22.480202 parent: 2 - - uid: 7475 + - uid: 32599 components: - type: Transform - pos: -47.5,-11.5 + pos: 82.99698,59.468273 parent: 2 - - uid: 7476 + - type: Paper + content: >- + This was my first station and I had fun designing it ! The name may not match the final shape, hopefully the bureaucrats won't mind, just got lost somewhere in the works. + + All of you enjoy your stay on board ! :) + + + // Rose *a magnificent rose was drawn on the side* + + + + Done tweaking 'em tweakers, hopefully all those grids are fixed and well put, otherwise I might get in trouble.. Eh, whatevs, enjoy the station we polished together, fellas ! + + + // Unicorn + + + *a childish unicorn head is taking the lower part of the paper* + - uid: 35797 components: + - type: MetaData + name: Cryonics Setup Guide - type: Transform - pos: -45.5,-13.5 + pos: 18.658413,14.76111 parent: 2 - - uid: 7477 + - type: Paper + content: >- + Don't be intimidated, doctors! Cryonic tubes are a fantastic way to heal injuries. Here's a reminder on how to set them up: + + + Step 1: Set freezer as low as it will go, and turn on. + + Step 2: Set filters to filter out CO2 and Nitrous Oxide, then turn both on. + + + That's it! You're ready! + + + Remember to take coats and other insulating clothing off of patients, or they'll take too long to get down to temperature. Put them in along with a beaker of cryoxadone, and take them out when they're healed. + - uid: 35801 components: + - type: MetaData + name: Cloning Notes - type: Transform - pos: -39.5,-17.5 + rot: 1.5707963267948966 rad + pos: 19.546442,1.4174473 parent: 2 - - uid: 8397 + - type: Paper + content: >- + Remember, Doctors, cloning should be your LAST RESORT. + + + - Are they rotten? + + - Is their damage unrecoverably high (>200 rads, poison)? + + + If not, please ensure that you and your co-workers know how to operate a defibrillator and have a healthy stock of ointments, bruise packs, sutures, and meshes. + + + Cloning is *not* a cure-all. It can be distressing and psychologically damaging to wake up in a different body. Patients may act belligerent - and would you blame them? You may want to alert any active Psychologists to be on deck. + - uid: 35838 components: - type: Transform - pos: -86.5,10.5 + pos: 12.946826,4.6223097 parent: 2 - - uid: 8456 + - type: Paper + content: >- + Please note that leaving chemicals that are able to be overdosed on outside of ocked containers is against Space Law. + + + That includes this counter, which patients exiting triage may come across. + - uid: 36105 components: - type: Transform - pos: -82.5,6.5 + rot: 1.5707963267948966 rad + pos: -29.573751,37.503773 parent: 2 - - uid: 8475 + - uid: 36106 components: - type: Transform - pos: -1.5,-18.5 + rot: 1.5707963267948966 rad + pos: -25.394064,37.68346 parent: 2 - - uid: 8597 + - uid: 36107 components: - type: Transform - pos: -31.5,-13.5 + pos: -25.556133,37.77704 parent: 2 - - uid: 9124 + - uid: 36108 components: - type: Transform - pos: 11.5,-25.5 + rot: -1.5707963267948966 rad + pos: -21.362814,37.730335 parent: 2 - - uid: 9319 + - uid: 36109 components: - type: Transform - pos: 60.5,24.5 + rot: -1.5707963267948966 rad + pos: -17.347189,37.511585 parent: 2 - - uid: 9323 + - uid: 36134 components: - type: Transform - pos: 67.5,24.5 + pos: -14.013525,59.659668 parent: 2 - - uid: 9326 + - uid: 36502 components: - type: Transform - pos: 60.5,10.5 + rot: 0.11397720128297806 rad + pos: -58.454735,30.42992 parent: 2 - - uid: 9611 + - type: Paper + content: >- + Ah shit, 'sup pal, ye may be wonderin' why's that note there, hell, why's 'em three AME flatpacks here too ! + + Reason be simple, 'em nerds at CC didn't check'em power grid 'n the two crates ye were given ain't gonna be 'nuff to power the whole station with'em AME, enjoy 'em extra core with those three flatpacks, gloreh to engineerin', chief ! + + + -Bob B. +- proto: PaperBin10 + entities: + - uid: 1956 components: - type: Transform - pos: -55.5,11.5 + pos: 4.5,30.5 parent: 2 - - uid: 9612 + - uid: 35839 components: - type: Transform - pos: -53.5,11.5 + pos: 14.5,4.5 parent: 2 - - uid: 9675 + - uid: 35840 components: - type: Transform - pos: -9.5,39.5 + pos: 16.5,-6.5 parent: 2 - - uid: 12967 + - uid: 35841 components: - type: Transform - pos: 45.5,-14.5 + pos: 26.5,-3.5 parent: 2 - - uid: 12968 + - uid: 35842 components: - type: Transform - pos: 48.5,-11.5 + pos: -6.5,25.5 parent: 2 - - uid: 13233 + - uid: 35843 components: - type: Transform - pos: -57.5,-27.5 + pos: 47.5,24.5 parent: 2 - - uid: 13270 + - uid: 35845 components: - type: Transform - pos: -71.5,13.5 + pos: 52.5,22.5 parent: 2 - - uid: 13322 + - uid: 35847 components: - type: Transform - pos: -69.5,13.5 + pos: -1.5,-31.5 parent: 2 - - uid: 13868 + - uid: 35848 components: - type: Transform - pos: 45.5,17.5 + pos: -13.5,-22.5 parent: 2 - - uid: 13870 + - uid: 35850 components: - type: Transform - pos: -79.5,10.5 + pos: -8.5,-25.5 parent: 2 - - uid: 13871 + - uid: 35851 components: - type: Transform - pos: 48.5,-1.5 + pos: -28.5,-19.5 parent: 2 - - uid: 13929 + - uid: 35852 components: - type: Transform - pos: 7.5,35.5 + pos: -48.5,2.5 parent: 2 - - uid: 13930 + - uid: 35853 components: - type: Transform - pos: 4.5,42.5 + pos: -49.5,14.5 parent: 2 - - uid: 13932 + - uid: 35857 components: - type: Transform - pos: 7.5,42.5 + pos: 11.5,43.5 parent: 2 - - uid: 14046 + - uid: 35940 components: - type: Transform - pos: 9.5,50.5 + rot: 3.141592653589793 rad + pos: -21.5,62.5 parent: 2 - - uid: 14071 + - uid: 36045 components: - type: Transform - pos: 9.5,45.5 + rot: -1.5707963267948966 rad + pos: 27.5,25.5 parent: 2 - - uid: 14072 +- proto: PaperCaptainsThoughts + entities: + - uid: 15110 components: - type: Transform - pos: 15.5,50.5 + pos: 28.300636,52.715633 parent: 2 - - uid: 14073 +- proto: ParticleAcceleratorControlBoxUnfinished + entities: + - uid: 32153 components: - type: Transform - pos: 15.5,45.5 + anchored: False + rot: -7.8906110088017325 rad + pos: -97.052246,49.01646 parent: 2 - - uid: 14172 + - type: Physics + bodyType: Dynamic +- proto: ParticleAcceleratorEmitterForeUnfinished + entities: + - uid: 6507 components: - type: Transform - pos: 5.5,47.5 + rot: -1.5707963267948966 rad + pos: -100.5,51.5 parent: 2 - - uid: 14253 +- proto: ParticleAcceleratorEmitterPortUnfinished + entities: + - uid: 6697 components: - type: Transform - pos: 16.5,35.5 + rot: -1.5707963267948966 rad + pos: -100.5,50.5 parent: 2 - - uid: 14254 +- proto: ParticleAcceleratorEmitterStarboardUnfinished + entities: + - uid: 8860 components: - type: Transform - pos: 20.5,35.5 + rot: -1.5707963267948966 rad + pos: -100.5,52.5 parent: 2 - - uid: 14279 +- proto: ParticleAcceleratorEndCapUnfinished + entities: + - uid: 18617 components: - type: Transform - pos: 9.5,56.5 + anchored: False + rot: -1.5707963267948966 rad + pos: -96.708115,53.585007 parent: 2 - - uid: 14280 + - type: Physics + bodyType: Dynamic +- proto: ParticleAcceleratorFuelChamberUnfinished + entities: + - uid: 32154 components: - type: Transform - pos: 27.5,46.5 + rot: -1.5707963267948966 rad + pos: -98.5,51.5 parent: 2 - - uid: 14281 +- proto: ParticleAcceleratorPowerBoxUnfinished + entities: + - uid: 8801 components: - type: Transform - pos: 23.5,55.5 + rot: -1.5707963267948966 rad + pos: -99.5,51.5 parent: 2 - - uid: 14282 +- proto: PartRodMetal + entities: + - uid: 9017 components: - type: Transform - pos: 21.5,46.5 + pos: -51.496334,18.749626 parent: 2 - - uid: 15099 + - uid: 35462 components: - type: Transform - pos: 23.5,51.5 + pos: -62.125828,39.512123 parent: 2 - - uid: 15108 +- proto: Pen + entities: + - uid: 1624 components: - type: Transform - pos: 29.5,48.5 + pos: -3.6820612,16.445335 parent: 2 - - uid: 15204 + - uid: 7725 components: - type: Transform - pos: -23.5,59.5 + pos: 65.38882,27.469059 parent: 2 - - uid: 15491 + - uid: 30534 components: - type: Transform - pos: -22.5,26.5 + pos: -7.5948696,18.79983 parent: 2 - - uid: 15497 + - uid: 30535 components: - type: Transform - pos: -22.5,24.5 + pos: -7.407786,18.849611 parent: 2 - - uid: 15566 + - uid: 33572 components: - type: Transform - pos: -4.5,39.5 + pos: 82.71484,57.73997 parent: 2 - - uid: 15741 + - uid: 35802 components: - type: Transform - pos: -6.5,30.5 + pos: 19.507185,1.1545041 parent: 2 - - uid: 15742 + - uid: 35941 components: - type: Transform - pos: -4.5,30.5 + rot: 3.141592653589793 rad + pos: -21.775414,62.501503 parent: 2 - - uid: 15749 + - uid: 36110 components: - type: Transform - pos: -7.5,23.5 + rot: -1.5707963267948966 rad + pos: -17.605001,37.691273 parent: 2 - - uid: 15750 +- proto: PenCap + entities: + - uid: 15125 components: - type: Transform - pos: -4.5,23.5 + rot: -1.5707963267948966 rad + pos: 29.758944,51.66297 parent: 2 - - uid: 15893 +- proto: PersonalAI + entities: + - uid: 832 components: - type: Transform - pos: -2.5,56.5 + pos: 6.4586544,-40.61079 parent: 2 - - uid: 15922 + - uid: 5887 components: - type: Transform - pos: -2.5,47.5 + pos: -4.4380546,7.3621264 parent: 2 - - uid: 16395 + - uid: 5888 components: - type: Transform - pos: -25.5,53.5 + pos: 43.61646,40.589447 parent: 2 - - uid: 16540 + - uid: 32597 components: - type: Transform - pos: 20.5,40.5 + pos: 82.89567,46.477467 parent: 2 - - uid: 17918 +- proto: Pickaxe + entities: + - uid: 6828 components: - type: Transform - pos: -7.5,66.5 + pos: -9.897437,-42.430676 parent: 2 - - uid: 17979 + - uid: 18367 components: - type: Transform - pos: -27.5,53.5 + rot: 3.141592653589793 rad + pos: -10.190088,-42.2273 parent: 2 - - uid: 18316 + - uid: 33448 components: - type: Transform - pos: -11.5,71.5 + pos: 90.74044,26.865591 parent: 2 - - uid: 18356 +- proto: PillCanister + entities: + - uid: 1244 components: - type: Transform - pos: 11.5,18.5 + pos: 15.818079,-11.154381 parent: 2 - - uid: 18449 + - uid: 1245 components: - type: Transform - pos: -62.5,-4.5 + pos: 15.2910385,-11.468738 parent: 2 - - uid: 18459 + - uid: 1246 components: - type: Transform - pos: -57.5,-4.5 + pos: 15.734978,-10.244371 parent: 2 - - uid: 18461 + - uid: 1247 components: - type: Transform - pos: -49.5,-3.5 + pos: 15.531853,-10.338121 parent: 2 - - uid: 18500 + - uid: 2046 components: - type: Transform - pos: -55.5,-3.5 + pos: 15.295416,-10.242657 parent: 2 - - uid: 19367 + - uid: 2173 components: - type: Transform - pos: -54.5,-29.5 + pos: 15.33622,-11.253563 parent: 2 - - uid: 19408 +- proto: PillSpaceDrugs + entities: + - uid: 32553 components: - type: Transform - pos: -75.5,5.5 + pos: 67.85401,52.91087 parent: 2 - - uid: 19441 + - uid: 32554 components: - type: Transform - pos: -79.5,7.5 + pos: 67.61964,52.645245 parent: 2 - - uid: 19442 +- proto: PillTricordrazine + entities: + - uid: 1647 components: - type: Transform - pos: -76.5,7.5 + pos: 18.603943,-8.338791 parent: 2 - - uid: 19576 + - uid: 1677 components: - type: Transform - pos: -6.5,75.5 + pos: 15.643698,-11.406575 parent: 2 - - uid: 19578 + - uid: 2168 components: - type: Transform - pos: 9.5,75.5 + pos: 18.608488,-9.262299 parent: 2 - - uid: 19579 + - uid: 2169 components: - type: Transform - pos: 1.5,75.5 + pos: 18.40927,-10.270111 parent: 2 - - uid: 19588 + - uid: 2174 components: - type: Transform - pos: 1.5,76.5 + pos: 18.47032,-10.391141 parent: 2 - - uid: 19589 + - uid: 2175 components: - type: Transform - pos: 9.5,76.5 + pos: 18.311136,-9.469219 parent: 2 - - uid: 19591 + - uid: 2176 components: - type: Transform - pos: -6.5,76.5 + pos: 18.647013,-10.406719 parent: 2 - - uid: 19607 +- proto: PinpointerNuclear + entities: + - uid: 14084 components: - type: Transform - pos: 14.5,78.5 + pos: 26.517431,37.67789 parent: 2 - - uid: 19608 +- proto: PlaqueAtmos + entities: + - uid: 9572 components: - type: Transform - pos: -11.5,78.5 - parent: 2 - - uid: 19760 - components: - - type: Transform - pos: -57.5,11.5 + rot: 3.141592653589793 rad + pos: -49.5,36.5 parent: 2 - - uid: 19764 +- proto: PlasmaCanister + entities: + - uid: 9351 components: - type: Transform - pos: -17.5,28.5 + pos: -37.5,48.5 parent: 2 - - uid: 19815 + - type: AtmosDevice + joinedGrid: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 49 components: - type: Transform - pos: 7.5,18.5 + rot: 3.141592653589793 rad + pos: 0.5,19.5 parent: 2 - - uid: 19859 + - uid: 90 components: - type: Transform - pos: -0.5,73.5 + rot: -1.5707963267948966 rad + pos: 35.5,21.5 parent: 2 - - uid: 19860 + - uid: 117 components: - type: Transform - pos: 3.5,73.5 + pos: 0.5,21.5 parent: 2 - - uid: 21324 + - uid: 167 components: - type: Transform - pos: -28.5,-25.5 + rot: -1.5707963267948966 rad + pos: 38.5,32.5 parent: 2 - - uid: 23637 + - uid: 193 components: - type: Transform - pos: 6.5,7.5 + pos: 1.5,19.5 parent: 2 - - uid: 27749 + - uid: 239 components: - type: Transform - pos: -0.5,-2.5 + rot: 1.5707963267948966 rad + pos: 0.5,21.5 parent: 2 - - uid: 29016 + - uid: 244 components: - type: Transform - pos: 4.5,-12.5 + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 parent: 2 - - uid: 29709 + - uid: 552 components: - type: Transform - pos: 17.5,46.5 + rot: 1.5707963267948966 rad + pos: 0.5,-16.5 parent: 2 - - uid: 29710 + - uid: 564 components: - type: Transform - pos: 17.5,49.5 + pos: 0.5,-14.5 parent: 2 - - uid: 30260 + - uid: 801 components: - type: Transform - pos: 41.5,17.5 + rot: -1.5707963267948966 rad + pos: 38.5,36.5 parent: 2 - - uid: 30262 + - uid: 802 components: - type: Transform - pos: 14.5,18.5 + rot: -1.5707963267948966 rad + pos: 38.5,37.5 parent: 2 - - uid: 30263 + - uid: 2817 components: - type: Transform - pos: 22.5,18.5 + rot: -1.5707963267948966 rad + pos: 41.5,33.5 parent: 2 - - uid: 31159 + - uid: 3072 components: - type: Transform - pos: -73.5,5.5 + rot: -1.5707963267948966 rad + pos: 38.5,38.5 parent: 2 - - uid: 31561 + - uid: 3268 components: - type: Transform - pos: 48.5,-5.5 + pos: 37.5,22.5 parent: 2 - - uid: 31769 + - uid: 3616 components: - type: Transform - pos: -82.5,10.5 + pos: 39.5,22.5 parent: 2 - - uid: 32327 + - uid: 3619 components: - type: Transform - pos: -86.5,6.5 + pos: 35.5,22.5 parent: 2 - - uid: 34957 + - uid: 4114 components: - type: Transform - pos: 3.5,62.5 + rot: 1.5707963267948966 rad + pos: -23.5,-23.5 parent: 2 - - uid: 34958 + - uid: 4123 components: - type: Transform - pos: 3.5,58.5 + rot: 3.141592653589793 rad + pos: -26.5,-22.5 parent: 2 - - uid: 34962 + - uid: 4556 components: - type: Transform - pos: 16.5,18.5 + rot: -1.5707963267948966 rad + pos: 41.5,30.5 parent: 2 - - uid: 34963 + - uid: 4733 components: - type: Transform - pos: 20.5,18.5 + pos: 46.5,22.5 parent: 2 - - uid: 34964 + - uid: 4744 components: - type: Transform - pos: -22.5,-16.5 + pos: 48.5,22.5 parent: 2 - - uid: 34965 + - uid: 5199 components: - type: Transform - pos: -18.5,-16.5 + pos: 46.5,27.5 parent: 2 - - uid: 34966 + - uid: 6020 components: - type: Transform - pos: -76.5,10.5 + rot: 3.141592653589793 rad + pos: 49.5,57.5 parent: 2 - - uid: 34967 + - uid: 6234 components: - type: Transform - pos: -37.5,-10.5 + rot: 1.5707963267948966 rad + pos: 49.5,57.5 parent: 2 - - uid: 34968 + - uid: 6235 components: - type: Transform - pos: -40.5,-10.5 + rot: 1.5707963267948966 rad + pos: 49.5,56.5 parent: 2 - - uid: 34970 + - uid: 6236 components: - type: Transform - pos: -14.5,18.5 + rot: 1.5707963267948966 rad + pos: 49.5,55.5 parent: 2 - - uid: 34971 + - uid: 6237 components: - type: Transform - pos: -10.5,18.5 + rot: 1.5707963267948966 rad + pos: 49.5,54.5 parent: 2 -- proto: PottedPlantRD - entities: - - uid: 28745 + - uid: 6238 components: - type: Transform - pos: 42.5,28.5 + rot: 1.5707963267948966 rad + pos: 49.5,53.5 parent: 2 -- proto: PowerCellHigh - entities: - - uid: 14185 + - uid: 6240 components: - type: Transform - pos: 11.751635,48.4722 + pos: 35.5,53.5 parent: 2 -- proto: PowerCellMedium - entities: - - uid: 9707 + - uid: 6241 components: - type: Transform - parent: 15549 - - type: Physics - canCollide: False - - uid: 14086 + rot: -1.5707963267948966 rad + pos: 35.5,53.5 + parent: 2 + - uid: 6242 components: - type: Transform - parent: 15550 - - type: Physics - canCollide: False -- proto: PowerCellMediumPrinted - entities: - - uid: 35806 + rot: -1.5707963267948966 rad + pos: 35.5,54.5 + parent: 2 + - uid: 6243 components: - type: Transform - pos: 31.181543,7.7157393 + rot: -1.5707963267948966 rad + pos: 35.5,55.5 parent: 2 - - uid: 35807 + - uid: 6244 components: - type: Transform - pos: 31.369043,7.5204268 + rot: -1.5707963267948966 rad + pos: 35.5,56.5 parent: 2 -- proto: PowerCellRecharger - entities: - - uid: 1443 + - uid: 6245 components: - type: Transform - pos: 9.5,13.5 + rot: -1.5707963267948966 rad + pos: 35.5,57.5 parent: 2 - - uid: 1760 + - uid: 6246 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,9.5 + pos: 35.5,57.5 parent: 2 - - uid: 1966 + - uid: 6383 components: - type: Transform - pos: 4.5,28.5 + rot: -1.5707963267948966 rad + pos: 38.5,35.5 parent: 2 - - uid: 2826 + - uid: 6384 components: - type: Transform - pos: -12.5,-42.5 + rot: -1.5707963267948966 rad + pos: 38.5,34.5 parent: 2 - - uid: 5566 + - uid: 6386 components: - type: Transform - pos: 35.5,23.5 + rot: -1.5707963267948966 rad + pos: 38.5,44.5 parent: 2 - - uid: 5572 + - uid: 6388 components: - type: Transform - pos: 42.5,51.5 + rot: -1.5707963267948966 rad + pos: 38.5,42.5 parent: 2 - - uid: 5735 + - uid: 6389 components: - type: Transform - pos: 45.5,44.5 + rot: -1.5707963267948966 rad + pos: 38.5,41.5 parent: 2 - - uid: 6047 + - uid: 6390 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,28.5 + pos: 38.5,40.5 parent: 2 - - uid: 6048 + - uid: 6568 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,28.5 + pos: 38.5,43.5 parent: 2 - - uid: 6840 + - uid: 7468 components: - type: Transform - pos: -28.5,-21.5 + pos: -7.5,68.5 parent: 2 - - uid: 8018 + - uid: 7472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,34.5 + pos: -11.5,68.5 parent: 2 - - uid: 9012 + - uid: 7507 components: - type: Transform - pos: -47.5,23.5 + rot: 3.141592653589793 rad + pos: 2.5,19.5 parent: 2 - - uid: 9603 + - uid: 7509 components: - type: Transform - pos: -53.5,35.5 + rot: -1.5707963267948966 rad + pos: 2.5,21.5 parent: 2 - - uid: 14262 + - uid: 7516 components: - type: Transform - pos: 20.5,59.5 + rot: 1.5707963267948966 rad + pos: 0.5,19.5 parent: 2 - - uid: 14264 + - uid: 7646 components: - type: Transform - pos: 12.5,48.5 + rot: -1.5707963267948966 rad + pos: 0.5,20.5 parent: 2 - - uid: 15105 + - uid: 7648 components: - type: Transform - pos: 27.5,52.5 + rot: -1.5707963267948966 rad + pos: 2.5,19.5 parent: 2 - - uid: 15555 + - uid: 7650 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,34.5 + pos: 2.5,20.5 parent: 2 - - uid: 15556 + - uid: 8268 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,34.5 + pos: 1.5,21.5 parent: 2 - - uid: 19647 + - uid: 8444 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,60.5 + pos: 2.5,21.5 parent: 2 - - uid: 29199 + - uid: 8643 components: - type: Transform - pos: 46.5,29.5 + rot: 3.141592653589793 rad + pos: 2.5,-16.5 parent: 2 - - uid: 30611 + - uid: 8747 components: - type: Transform - pos: -45.5,0.5 + rot: 3.141592653589793 rad + pos: 0.5,-16.5 parent: 2 - - uid: 30615 + - uid: 8757 components: - type: Transform - pos: -45.5,-2.5 + pos: 2.5,-14.5 parent: 2 - - uid: 35805 + - uid: 8760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,7.5 + rot: -1.5707963267948966 rad + pos: 2.5,-16.5 parent: 2 - - uid: 35808 + - uid: 8812 components: - type: Transform - pos: 34.5,9.5 + rot: 1.5707963267948966 rad + pos: 0.5,-14.5 parent: 2 -- proto: PowerCellSmall - entities: - - uid: 30595 + - uid: 9115 components: - type: Transform - pos: -45.539005,1.5387094 + pos: 36.5,22.5 parent: 2 - - uid: 30612 + - uid: 9116 components: - type: Transform - pos: -45.453068,1.3199594 + pos: 38.5,22.5 parent: 2 - - uid: 30613 + - uid: 9187 components: - type: Transform - pos: -45.36713,1.1168344 + rot: -1.5707963267948966 rad + pos: 41.5,34.5 parent: 2 -- proto: PowerDrill - entities: - - uid: 5739 + - uid: 9634 components: - type: Transform - pos: 43.424904,30.740349 + pos: 47.5,27.5 parent: 2 -- proto: Poweredlight - entities: - - uid: 375 + - uid: 11100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,49.5 + pos: 45.5,27.5 parent: 2 - - uid: 1514 + - uid: 15271 components: - type: Transform - pos: 18.5,16.5 + pos: 47.5,22.5 parent: 2 - - uid: 2365 + - uid: 15284 components: - type: Transform - pos: -23.5,-40.5 + pos: 45.5,22.5 parent: 2 - - uid: 2547 + - uid: 15666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,65.5 + rot: 3.141592653589793 rad + pos: -25.5,-22.5 parent: 2 - - uid: 3070 + - uid: 15667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-25.5 + rot: 1.5707963267948966 rad + pos: -23.5,-24.5 parent: 2 - - uid: 3410 + - uid: 18329 components: - type: Transform - pos: -2.5,71.5 + pos: -9.5,68.5 parent: 2 - - uid: 3603 + - uid: 18340 components: - type: Transform - pos: 9.5,-50.5 + rot: 3.141592653589793 rad + pos: -7.5,68.5 parent: 2 - - uid: 4380 + - uid: 19651 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,20.5 + pos: -9.5,68.5 parent: 2 - - uid: 4448 + - uid: 19846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,42.5 + rot: 3.141592653589793 rad + pos: -11.5,68.5 parent: 2 - - uid: 4885 + - uid: 25441 components: - type: Transform - pos: -9.5,71.5 + rot: -1.5707963267948966 rad + pos: 38.5,39.5 parent: 2 - - uid: 5044 + - uid: 27717 components: - type: Transform - pos: -55.5,61.5 + rot: -1.5707963267948966 rad + pos: -21.5,48.5 parent: 2 - - uid: 5197 + - uid: 30394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-18.5 + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 parent: 2 - - uid: 5234 + - uid: 30397 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-10.5 + pos: 2.5,-15.5 parent: 2 - - uid: 5661 + - uid: 30400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,2.5 + pos: 1.5,-16.5 parent: 2 - - uid: 6661 + - uid: 30403 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.5,1.5 + pos: 1.5,-14.5 parent: 2 - - uid: 6677 + - uid: 30483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-44.5 + pos: 35.5,21.5 parent: 2 - - uid: 7185 + - uid: 30484 components: - type: Transform - pos: -50.5,9.5 + pos: 36.5,21.5 parent: 2 - - uid: 7303 + - uid: 30485 components: - type: Transform - pos: 6.5,-31.5 + pos: 37.5,21.5 parent: 2 - - uid: 7304 + - uid: 30486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 + pos: 38.5,21.5 parent: 2 - - uid: 7308 +- proto: PlasmaTankFilled + entities: + - uid: 9592 components: - type: Transform - pos: -60.5,-6.5 + pos: -48.818756,33.7304 parent: 2 - - uid: 8759 + - uid: 9593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 + pos: -48.58438,33.62493 parent: 2 - - uid: 10343 +- proto: PlasmaWindowDirectional + entities: + - uid: 30281 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-44.5 + pos: -71.5,7.5 parent: 2 - - uid: 10512 + - uid: 30284 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,-49.5 - parent: 2 - - uid: 12955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-5.5 + pos: -71.5,8.5 parent: 2 - - uid: 12978 + - uid: 30285 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,36.5 + pos: -69.5,8.5 parent: 2 - - uid: 13211 + - uid: 30286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,48.5 + pos: -69.5,7.5 parent: 2 - - uid: 14567 + - uid: 30287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,3.5 + pos: -70.5,7.5 parent: 2 - - uid: 14933 + - uid: 30288 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,15.5 + pos: -71.5,7.5 parent: 2 - - uid: 15144 + - uid: 30289 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-16.5 + rot: -1.5707963267948966 rad + pos: -71.5,9.5 parent: 2 - - uid: 15146 + - uid: 30291 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-16.5 + rot: 1.5707963267948966 rad + pos: -69.5,7.5 parent: 2 - - uid: 15152 + - uid: 30292 components: - type: Transform - pos: 30.5,21.5 + rot: 1.5707963267948966 rad + pos: -69.5,9.5 parent: 2 - - uid: 15157 + - uid: 30293 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,18.5 + pos: -69.5,9.5 parent: 2 - - uid: 15159 + - uid: 30294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,12.5 + rot: 3.141592653589793 rad + pos: -70.5,9.5 parent: 2 - - uid: 15161 + - uid: 30295 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,9.5 + pos: -71.5,9.5 parent: 2 - - uid: 15162 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 6620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,4.5 + pos: -33.5,-45.5 parent: 2 - - uid: 15164 + - uid: 6629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-4.5 + pos: -19.5,-36.5 parent: 2 - - uid: 15166 + - uid: 6691 components: - type: Transform - pos: -30.5,-13.5 + pos: -20.5,-40.5 parent: 2 - - uid: 15169 + - uid: 6693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-1.5 + pos: -52.5,-45.5 parent: 2 - - uid: 15172 + - uid: 6780 components: - type: Transform - pos: 18.5,-13.5 + pos: -20.5,-44.5 parent: 2 - - uid: 15178 + - uid: 6962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-33.5 + pos: -22.5,-26.5 parent: 2 - - uid: 15179 + - uid: 8699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-33.5 + pos: -29.5,-45.5 parent: 2 - - uid: 15180 + - uid: 10338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,5.5 + pos: -47.5,-50.5 parent: 2 - - uid: 15183 + - uid: 20718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-25.5 + pos: -52.5,-49.5 parent: 2 - - uid: 15185 + - uid: 20719 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,0.5 + pos: -51.5,-50.5 parent: 2 - - uid: 15196 + - uid: 31775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-21.5 + pos: -15.5,-36.5 parent: 2 - - uid: 15197 + - uid: 31782 components: - type: Transform - pos: -13.5,-18.5 + pos: -18.5,-26.5 parent: 2 - - uid: 15207 +- proto: PlasticFlapsOpaque + entities: + - uid: 2925 components: - type: Transform - pos: 8.5,-45.5 + pos: -17.5,-19.5 parent: 2 - - uid: 15212 +- proto: Plunger + entities: + - uid: 33596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-23.5 + pos: 81.83042,43.86668 parent: 2 - - uid: 15214 +- proto: PlushieCarp + entities: + - uid: 7846 components: - type: Transform - pos: 9.5,-40.5 + pos: -87.64934,26.6279 parent: 2 - - uid: 15219 + - uid: 8524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,3.5 + pos: -82.191635,27.531668 parent: 2 - - uid: 15226 + - uid: 8531 components: - type: Transform - pos: -61.5,36.5 + pos: -84.722885,25.375418 parent: 2 - - uid: 15227 + - uid: 8538 components: - type: Transform - pos: -42.5,46.5 + pos: -86.58226,27.234793 parent: 2 - - uid: 15234 + - uid: 8623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,42.5 + rot: 3.141592653589793 rad + pos: -83.73913,28.74524 parent: 2 - - uid: 15235 + - uid: 8624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-39.5 + rot: 3.141592653589793 rad + pos: -79.8485,25.229614 parent: 2 - - uid: 15237 + - uid: 33687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,25.5 + pos: -37.478252,61.489017 parent: 2 - - uid: 15240 +- proto: PlushieGhost + entities: + - uid: 30093 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,29.5 + pos: 91.25434,40.499058 parent: 2 - - uid: 15242 +- proto: PlushieLizard + entities: + - uid: 2081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,18.5 + pos: -16.626633,-7.559744 parent: 2 - - uid: 15243 + - uid: 13099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-25.5 + pos: 5.2591686,-34.27805 parent: 2 - - uid: 15245 +- proto: PlushieMoth + entities: + - uid: 5984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,6.5 + pos: 14.511692,-35.469685 parent: 2 - - uid: 15246 +- proto: PlushieMothMusician + entities: + - uid: 461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,13.5 + pos: -71.48791,3.2723622 parent: 2 - - uid: 15247 +- proto: PlushieMothRandom + entities: + - uid: 13100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,30.5 + pos: 5.8802624,-34.28977 parent: 2 - - uid: 15252 +- proto: PlushieRGBee + entities: + - uid: 2079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-7.5 + pos: -21.700851,-8.520681 parent: 2 - - uid: 15257 + - uid: 13098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-27.5 + pos: 4.5912,-34.28977 parent: 2 - - uid: 15262 +- proto: PlushieRouny + entities: + - uid: 33613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,24.5 + pos: 82.21812,48.821774 parent: 2 - - uid: 15357 +- proto: PlushieSharkBlue + entities: + - uid: 5983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,33.5 + pos: 15.273411,-35.575153 parent: 2 - - uid: 15722 + - uid: 8481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,25.5 + pos: -103.03541,12.667144 parent: 2 - - uid: 15723 + - uid: 8583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,25.5 + pos: -88.3541,28.175482 parent: 2 - - uid: 15856 + - uid: 30322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-16.5 + pos: 47.312172,-11.457953 parent: 2 - - uid: 15857 +- proto: PlushieSharkGrey + entities: + - uid: 33688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-22.5 + pos: -35.509502,59.582767 parent: 2 - - uid: 15901 +- proto: PlushieSharkPink + entities: + - uid: 7340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-28.5 + pos: -83.97382,26.100464 parent: 2 - - uid: 15919 + - uid: 7684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-24.5 + pos: -82.2916,29.49453 parent: 2 - - uid: 15951 + - uid: 23466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,59.5 + pos: -104.682976,3.9293537 parent: 2 - - uid: 15953 +- proto: PlushieSnake + entities: + - uid: 30034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-15.5 + pos: 90.642136,17.907494 parent: 2 - - uid: 15958 +- proto: PlushieSpaceLizard + entities: + - uid: 13101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,60.5 + pos: -3.5416126,-33.492893 parent: 2 - - uid: 15959 +- proto: PortableFlasher + entities: + - uid: 19390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,47.5 + pos: -15.5,45.5 parent: 2 - - uid: 15985 +- proto: PortableGeneratorJrPacman + entities: + - uid: 20191 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-30.5 + pos: -26.5,-4.5 parent: 2 - - uid: 15986 + - uid: 20932 components: - type: Transform - pos: -12.5,-32.5 + pos: 39.5,13.5 parent: 2 - - uid: 15987 +- proto: PortableGeneratorPacman + entities: + - uid: 9588 components: - type: Transform - pos: -16.5,-32.5 + pos: -65.5,27.5 parent: 2 - - uid: 15991 + - uid: 35829 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 + pos: -65.5,26.5 parent: 2 - - uid: 16002 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 9589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,43.5 + pos: -57.5,27.5 parent: 2 - - uid: 16554 + - uid: 35830 components: - type: Transform - pos: -19.5,37.5 + pos: -57.5,26.5 parent: 2 - - uid: 16640 +- proto: PortableScrubber + entities: + - uid: 5713 components: - type: Transform - pos: -29.5,-40.5 + pos: -45.5,33.5 parent: 2 - - uid: 17795 + - uid: 5738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,29.5 + pos: -46.5,33.5 parent: 2 - - uid: 17799 + - uid: 34666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-9.5 + pos: 69.5,-8.5 parent: 2 - - uid: 17801 + - uid: 34667 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,45.5 + pos: 70.5,-8.5 parent: 2 - - uid: 17803 + - uid: 34669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,39.5 + pos: -39.5,38.5 parent: 2 - - uid: 17805 +- proto: PosterBroken + entities: + - uid: 5391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-2.5 + pos: 56.5,56.5 parent: 2 - - uid: 17806 + - uid: 7055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-27.5 + pos: -34.5,-32.5 parent: 2 - - uid: 17808 + - uid: 7056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,23.5 + pos: -24.5,-33.5 parent: 2 - - uid: 17810 + - uid: 25064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-2.5 + pos: 71.5,31.5 parent: 2 - - uid: 17813 +- proto: PosterContrabandAtmosiaDeclarationIndependence + entities: + - uid: 22421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,28.5 + pos: -37.5,36.5 parent: 2 - - uid: 17815 +- proto: PosterContrabandBorgFancy + entities: + - uid: 29638 components: - type: Transform - pos: 55.5,30.5 + pos: 6.5,-22.5 parent: 2 - - uid: 17816 +- proto: PosterContrabandBorgFancyv2 + entities: + - uid: 6121 components: - type: Transform - pos: -13.5,45.5 + pos: 49.5,45.5 parent: 2 - - uid: 17817 +- proto: PosterContrabandBountyHunters + entities: + - uid: 23349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,28.5 + pos: -17.5,-36.5 parent: 2 - - uid: 17819 +- proto: PosterContrabandBreadLies + entities: + - uid: 7613 components: - type: Transform - pos: -47.5,14.5 + pos: 32.5,-17.5 parent: 2 - - uid: 17821 +- proto: PosterContrabandClown + entities: + - uid: 22056 components: - type: Transform - pos: 40.5,-16.5 + pos: -75.5,6.5 parent: 2 - - uid: 17822 +- proto: PosterContrabandCommunistState + entities: + - uid: 23354 components: - type: Transform - pos: 45.5,-11.5 + pos: -1.5,9.5 parent: 2 - - uid: 17823 + - uid: 23355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,5.5 + pos: -7.5,-10.5 parent: 2 - - uid: 17824 +- proto: PosterContrabandDonk + entities: + - uid: 23356 components: - type: Transform - pos: 18.5,21.5 + pos: -1.5,15.5 parent: 2 - - uid: 17825 +- proto: PosterContrabandDonutCorp + entities: + - uid: 23361 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,53.5 + pos: 47.5,14.5 parent: 2 - - uid: 17827 +- proto: PosterContrabandEAT + entities: + - uid: 7619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,19.5 + pos: -34.5,-17.5 parent: 2 - - uid: 17828 + - uid: 22925 components: - type: Transform - pos: -11.5,-13.5 + pos: -42.5,-26.5 parent: 2 - - uid: 17831 + - uid: 23363 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-21.5 + pos: 27.5,-33.5 parent: 2 - - uid: 17832 +- proto: PosterContrabandEnlistGorlex + entities: + - uid: 29779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-21.5 + pos: 83.5,60.5 parent: 2 - - uid: 17836 +- proto: PosterContrabandFreeDrone + entities: + - uid: 23366 components: - type: Transform - pos: 21.5,-27.5 + pos: -11.5,-12.5 parent: 2 - - uid: 17837 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 32595 components: - type: Transform - pos: 44.5,21.5 + pos: 71.5,43.5 parent: 2 - - uid: 17838 +- proto: PosterContrabandFreeTonto + entities: + - uid: 23367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,33.5 + pos: -17.5,-17.5 parent: 2 - - uid: 17839 +- proto: PosterContrabandFunPolice + entities: + - uid: 23371 components: - type: Transform - pos: -10.5,-23.5 + pos: -44.5,-6.5 parent: 2 - - uid: 17840 +- proto: PosterContrabandGotWood + entities: + - uid: 23372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-25.5 + pos: -54.5,-4.5 parent: 2 - - uid: 17843 +- proto: PosterContrabandGreyTide + entities: + - uid: 23373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-17.5 + pos: -34.5,-35.5 parent: 2 - - uid: 17844 + - uid: 29780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,39.5 + pos: 87.5,59.5 parent: 2 - - uid: 17845 +- proto: PosterContrabandHaveaPuff + entities: + - uid: 23375 components: - type: Transform - pos: -42.5,-10.5 + pos: -31.5,-20.5 parent: 2 - - uid: 17848 +- proto: PosterContrabandInterdyne + entities: + - uid: 23379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-22.5 + pos: 21.5,-12.5 parent: 2 - - uid: 17849 + - uid: 29778 components: - type: Transform - pos: 7.5,30.5 + pos: 87.5,62.5 parent: 2 - - uid: 17850 +- proto: PosterContrabandKudzu + entities: + - uid: 23381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,31.5 + pos: 38.5,13.5 parent: 2 - - uid: 17853 +- proto: PosterContrabandLamarr + entities: + - uid: 5741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,50.5 + pos: 44.5,31.5 parent: 2 - - uid: 17854 +- proto: PosterContrabandLustyExomorph + entities: + - uid: 23383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,57.5 + pos: 12.5,-32.5 parent: 2 - - uid: 17856 +- proto: PosterContrabandMaskedMen + entities: + - uid: 23384 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,35.5 + pos: 23.5,-36.5 parent: 2 - - uid: 17862 + - uid: 30636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-23.5 + pos: -49.5,-24.5 parent: 2 - - uid: 17864 +- proto: PosterContrabandMissingGloves + entities: + - uid: 7112 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,52.5 + pos: -40.5,35.5 parent: 2 - - uid: 17865 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 14083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,52.5 + pos: 29.5,40.5 parent: 2 - - uid: 17866 +- proto: PosterContrabandPower + entities: + - uid: 23394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,57.5 + pos: -9.5,18.5 parent: 2 - - uid: 17867 +- proto: PosterContrabandPunchShit + entities: + - uid: 23396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,57.5 + pos: -10.5,27.5 parent: 2 - - uid: 17871 +- proto: PosterContrabandPwrGame + entities: + - uid: 23395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-17.5 + pos: 15.5,22.5 parent: 2 - - uid: 17877 +- proto: PosterContrabandRebelsUnite + entities: + - uid: 23398 components: - type: Transform - pos: 27.5,46.5 + pos: 37.5,27.5 parent: 2 - - uid: 17881 +- proto: PosterContrabandRedRum + entities: + - uid: 7624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-12.5 + pos: 18.5,-23.5 parent: 2 - - uid: 17882 +- proto: PosterContrabandRevolt + entities: + - uid: 23406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-29.5 + pos: -78.5,1.5 parent: 2 - - uid: 17883 + - uid: 23407 components: - type: Transform - pos: 12.5,43.5 + pos: -52.5,20.5 parent: 2 - - uid: 17886 +- proto: PosterContrabandRIPBadger + entities: + - uid: 23397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,33.5 + pos: 30.5,14.5 parent: 2 - - uid: 17888 +- proto: PosterContrabandRise + entities: + - uid: 23408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-25.5 + pos: -58.5,36.5 parent: 2 - - uid: 17889 +- proto: PosterContrabandRobustSoftdrinks + entities: + - uid: 7625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,26.5 + pos: -37.5,-12.5 parent: 2 - - uid: 17890 + - uid: 22801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,26.5 + pos: -35.5,-24.5 parent: 2 - - uid: 17891 +- proto: PosterContrabandSaucerNumberOne + entities: + - uid: 23427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,33.5 + pos: 22.5,15.5 parent: 2 - - uid: 17892 +- proto: PosterContrabandSmoke + entities: + - uid: 23429 components: - type: Transform - pos: 35.5,30.5 + pos: 44.5,16.5 parent: 2 - - uid: 17893 + - uid: 25055 components: - type: Transform - pos: 43.5,30.5 + pos: -34.5,-26.5 parent: 2 - - uid: 17894 +- proto: PosterContrabandSpaceCola + entities: + - uid: 7627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-36.5 + pos: -53.5,-13.5 parent: 2 - - uid: 17895 +- proto: PosterContrabandSpaceCube + entities: + - uid: 23432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-36.5 + pos: -11.5,23.5 parent: 2 - - uid: 17896 +- proto: PosterContrabandSpaceUp + entities: + - uid: 23433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,49.5 + pos: -34.5,17.5 parent: 2 - - uid: 17897 + - uid: 30588 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-34.5 + pos: -40.5,-12.5 parent: 2 - - uid: 17900 +- proto: PosterContrabandSunkist + entities: + - uid: 7628 components: - type: Transform - pos: -7.5,56.5 + pos: -48.5,-9.5 parent: 2 - - uid: 17902 + - uid: 23434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,30.5 + pos: -42.5,10.5 parent: 2 - - uid: 17903 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 32596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,33.5 + pos: 73.5,42.5 parent: 2 - - uid: 17904 +- proto: PosterContrabandTheGriffin + entities: + - uid: 23437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,49.5 + pos: 22.5,-9.5 parent: 2 - - uid: 17906 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 7629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,37.5 + pos: -35.5,-12.5 parent: 2 - - uid: 17907 + - uid: 23442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-35.5 + pos: 10.5,26.5 parent: 2 - - uid: 17908 +- proto: PosterContrabandVoteWeh + entities: + - uid: 23443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,50.5 + pos: -7.5,17.5 parent: 2 - - uid: 17909 +- proto: PosterContrabandWehWatches + entities: + - uid: 23445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,44.5 + pos: -50.5,10.5 parent: 2 - - uid: 17911 + - uid: 26739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,6.5 + pos: -53.5,-30.5 parent: 2 - - uid: 17912 + - uid: 31170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-28.5 + pos: -66.5,1.5 parent: 2 - - uid: 17914 +- proto: PosterLegit12Gauge + entities: + - uid: 23340 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,37.5 + pos: -23.5,49.5 parent: 2 - - uid: 17915 + - uid: 23345 components: - type: Transform - pos: -6.5,43.5 + pos: -5.5,36.5 parent: 2 - - uid: 17919 +- proto: PosterLegit50thAnniversaryVintageReprint + entities: + - uid: 23347 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-27.5 + pos: -4.5,-3.5 parent: 2 - - uid: 17920 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 23346 components: - type: Transform - pos: -8.5,35.5 + pos: -8.5,0.5 parent: 2 - - uid: 17921 +- proto: PosterLegitBarDrinks + entities: + - uid: 3327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,49.5 + pos: 16.5,-26.5 parent: 2 - - uid: 17922 + - uid: 33679 components: - type: Transform - pos: -22.5,22.5 + rot: 1.5707963267948966 rad + pos: -34.5,66.5 parent: 2 - - uid: 17924 +- proto: PosterLegitBlessThisSpess + entities: + - uid: 23348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,24.5 + pos: -13.5,-6.5 parent: 2 - - uid: 17925 +- proto: PosterLegitBotanyFood + entities: + - uid: 2452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-25.5 + pos: -55.5,1.5 parent: 2 - - uid: 17926 + - uid: 7621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-20.5 + pos: -50.5,-12.5 parent: 2 - - uid: 18002 +- proto: PosterLegitBuild + entities: + - uid: 23350 components: - type: Transform - pos: 8.5,16.5 + pos: -52.5,28.5 parent: 2 - - uid: 18108 +- proto: PosterLegitCleanliness + entities: + - uid: 23352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,66.5 + pos: -39.5,25.5 parent: 2 - - uid: 18141 + - uid: 23353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,33.5 + pos: -5.5,16.5 parent: 2 - - uid: 18159 +- proto: PosterLegitDickGumshue + entities: + - uid: 5596 components: - type: Transform - pos: -26.5,67.5 + pos: 44.5,35.5 parent: 2 - - uid: 18160 + - uid: 23357 components: - type: Transform - pos: -22.5,67.5 + pos: -37.5,34.5 parent: 2 - - uid: 18161 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 23358 components: - type: Transform - pos: -18.5,67.5 + pos: -18.5,23.5 parent: 2 - - uid: 18162 +- proto: PosterLegitDontPanic + entities: + - uid: 23359 components: - type: Transform - pos: -14.5,67.5 + pos: 5.5,26.5 parent: 2 - - uid: 18164 +- proto: PosterLegitEatMeat + entities: + - uid: 7620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-20.5 + pos: -48.5,-12.5 parent: 2 - - uid: 18165 + - uid: 23362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-37.5 + pos: 31.5,-22.5 parent: 2 - - uid: 18166 +- proto: PosterLegitFruitBowl + entities: + - uid: 23368 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,70.5 + pos: -34.5,-21.5 parent: 2 - - uid: 18167 +- proto: PosterLegitFuckAround + entities: + - uid: 176 components: - type: Transform - pos: -27.5,30.5 + rot: 1.5707963267948966 rad + pos: -27.5,-6.5 parent: 2 - - uid: 18168 +- proto: PosterLegitGetYourLEGS + entities: + - uid: 23370 components: - type: Transform - pos: -3.5,-31.5 + pos: -48.5,-2.5 parent: 2 - - uid: 18169 +- proto: PosterLegitHelpOthers + entities: + - uid: 23377 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-52.5 + pos: -5.5,-33.5 parent: 2 - - uid: 18170 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 23374 components: - type: Transform - pos: -6.5,-50.5 + pos: -11.5,-26.5 parent: 2 - - uid: 18171 +- proto: PosterLegitHighClassMartini + entities: + - uid: 23856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,37.5 + rot: 3.141592653589793 rad + pos: 17.5,-22.5 parent: 2 - - uid: 18172 +- proto: PosterLegitHotDonkExplosion + entities: + - uid: 23360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,41.5 + pos: 22.5,22.5 parent: 2 - - uid: 18173 +- proto: PosterLegitIan + entities: + - uid: 24043 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-33.5 + pos: 11.5,-12.5 parent: 2 - - uid: 18174 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 23380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-33.5 + pos: 31.5,8.5 parent: 2 - - uid: 18175 +- proto: PosterLegitLoveIan + entities: + - uid: 23382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,13.5 + pos: 13.5,26.5 parent: 2 - - uid: 18176 +- proto: PosterLegitMedicate + entities: + - uid: 23435 components: - type: Transform - pos: -63.5,9.5 + pos: -4.5,0.5 parent: 2 - - uid: 18177 + - uid: 28642 components: - type: Transform - pos: -57.5,20.5 + pos: 14.5,-8.5 parent: 2 - - uid: 18179 +- proto: PosterLegitMime + entities: + - uid: 3935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,13.5 + pos: -81.5,2.5 parent: 2 - - uid: 18180 +- proto: PosterLegitNanomichiAd + entities: + - uid: 23386 components: - type: Transform - pos: -63.5,20.5 + pos: -53.5,32.5 parent: 2 - - uid: 18181 +- proto: PosterLegitNoTouching + entities: + - uid: 5409 components: - type: Transform - pos: -49.5,27.5 + pos: -10.5,68.5 parent: 2 - - uid: 18182 +- proto: PosterLegitObey + entities: + - uid: 23390 components: - type: Transform - pos: -49.5,18.5 + pos: -44.5,3.5 parent: 2 - - uid: 18183 +- proto: PosterLegitPDAAd + entities: + - uid: 23391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,41.5 + pos: -41.5,12.5 parent: 2 - - uid: 18184 +- proto: PosterLegitPeriodicTable + entities: + - uid: 23392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,24.5 + pos: -36.5,21.5 parent: 2 - - uid: 18186 +- proto: PosterLegitPieSlice + entities: + - uid: 7622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,20.5 + pos: 27.5,-22.5 parent: 2 - - uid: 18189 + - uid: 23393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,66.5 + pos: -21.5,17.5 parent: 2 - - uid: 18190 +- proto: PosterLegitPizzaHope + entities: + - uid: 7616 components: - type: Transform - pos: -19.5,30.5 + pos: -51.5,-19.5 parent: 2 - - uid: 18191 +- proto: PosterLegitRenault + entities: + - uid: 23399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,59.5 + pos: 15.5,37.5 parent: 2 - - uid: 18192 +- proto: PosterLegitReportCrimes + entities: + - uid: 23400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,53.5 + pos: 26.5,-0.5 parent: 2 - - uid: 18193 + - uid: 23401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,53.5 + pos: 40.5,-14.5 parent: 2 - - uid: 18195 + - uid: 23402 components: - type: Transform - pos: -3.5,68.5 + pos: 19.5,-22.5 parent: 2 - - uid: 18381 + - uid: 23403 components: - type: Transform - pos: 12.5,50.5 + pos: -17.5,-23.5 parent: 2 - - uid: 19085 + - uid: 23404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,49.5 + pos: -57.5,-14.5 parent: 2 - - uid: 19090 + - uid: 23405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,49.5 + pos: -81.5,10.5 parent: 2 - - uid: 19282 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 23419 components: - type: Transform - pos: -55.5,37.5 + pos: -26.5,-26.5 parent: 2 - - uid: 19283 + - uid: 23420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,47.5 + pos: -64.5,18.5 parent: 2 - - uid: 19285 +- proto: PosterLegitSafetyInternals + entities: + - uid: 23421 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,22.5 + pos: -57.5,38.5 parent: 2 - - uid: 19286 + - uid: 23422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,28.5 + pos: -31.5,41.5 parent: 2 - - uid: 19291 + - uid: 23423 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,35.5 + pos: -21.5,52.5 parent: 2 - - uid: 19292 +- proto: PosterLegitSafetyMothBoH + entities: + - uid: 23409 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,35.5 + pos: 45.5,35.5 parent: 2 - - uid: 19644 +- proto: PosterLegitSafetyMothDelam + entities: + - uid: 23410 components: - type: Transform - pos: 5.5,66.5 + pos: 35.5,31.5 parent: 2 - - uid: 19843 +- proto: PosterLegitSafetyMothEpi + entities: + - uid: 23411 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,66.5 + pos: -12.5,6.5 parent: 2 - - uid: 19875 +- proto: PosterLegitSafetyMothFires + entities: + - uid: 23412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,49.5 + pos: -18.5,-10.5 parent: 2 - - uid: 19877 +- proto: PosterLegitSafetyMothGlimmer + entities: + - uid: 23413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,49.5 + pos: -0.5,31.5 parent: 2 - - uid: 19926 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 23414 components: - type: Transform - pos: -6.5,-40.5 + pos: -40.5,30.5 parent: 2 - - uid: 20970 +- proto: PosterLegitSafetyMothMeth + entities: + - uid: 5302 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,26.5 + pos: -10.5,72.5 parent: 2 - - uid: 22352 + - uid: 23415 components: - type: Transform - pos: 14.5,66.5 + pos: 12.5,1.5 parent: 2 - - uid: 22448 +- proto: PosterLegitSafetyMothPills + entities: + - uid: 1241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,22.5 + pos: 21.5,-6.5 parent: 2 - - uid: 22449 + - uid: 24812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,10.5 + pos: 14.5,-11.5 parent: 2 - - uid: 22452 +- proto: PosterLegitSafetyMothPiping + entities: + - uid: 23417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,11.5 + pos: -35.5,9.5 parent: 2 - - uid: 22453 +- proto: PosterLegitSafetyReport + entities: + - uid: 23426 components: - type: Transform - pos: 60.5,24.5 + pos: 22.5,26.5 parent: 2 - - uid: 22454 + - uid: 30300 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,10.5 + pos: -0.5,33.5 parent: 2 - - uid: 22455 +- proto: PosterLegitSecWatch + entities: + - uid: 17851 components: - type: Transform - pos: 70.5,23.5 + pos: 52.5,-8.5 parent: 2 - - uid: 22456 + - uid: 17928 components: - type: Transform - pos: 57.5,0.5 + pos: -8.5,68.5 parent: 2 - - uid: 22459 +- proto: PosterLegitSoftCapPopArt + entities: + - uid: 23430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-19.5 + pos: 18.5,17.5 parent: 2 - - uid: 22462 +- proto: PosterLegitTheOwl + entities: + - uid: 23438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,15.5 + pos: 23.5,0.5 parent: 2 - - uid: 22463 +- proto: PosterLegitUeNo + entities: + - uid: 23441 components: - type: Transform - pos: 29.5,56.5 + pos: 35.5,15.5 parent: 2 - - uid: 22464 +- proto: PosterLegitVacation + entities: + - uid: 23387 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,60.5 + pos: -56.5,20.5 parent: 2 - - uid: 22465 +- proto: PosterLegitWalk + entities: + - uid: 23444 components: - type: Transform - pos: 38.5,44.5 + pos: -39.5,14.5 parent: 2 - - uid: 22466 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 23446 components: - type: Transform - pos: 45.5,44.5 + pos: -80.5,6.5 parent: 2 - - uid: 22467 +- proto: PottedPlant0 + entities: + - uid: 30349 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,32.5 + pos: 50.49638,13.968471 parent: 2 - - uid: 22468 + - uid: 30350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,63.5 + pos: 50.46513,11.343471 parent: 2 - - uid: 22470 +- proto: PottedPlant1 + entities: + - uid: 29830 components: - type: Transform - pos: 49.5,40.5 + pos: 90.5,55.5 parent: 2 - - uid: 22471 +- proto: PottedPlant10 + entities: + - uid: 2576 components: - type: Transform - pos: 43.5,40.5 + pos: 3.5,-49.5 parent: 2 - - uid: 22472 + - uid: 3230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,40.5 + pos: -0.5,-49.5 parent: 2 - - uid: 22473 + - uid: 23804 components: - type: Transform - pos: 38.5,26.5 + pos: 3.639583,-34.501858 parent: 2 - - uid: 22475 + - uid: 29835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,73.5 + pos: 91.5,19.5 parent: 2 - - uid: 22476 + - uid: 29837 components: - type: Transform - pos: 12.5,78.5 + pos: 91.5,15.5 parent: 2 - - uid: 22477 +- proto: PottedPlant11 + entities: + - uid: 27963 components: - type: Transform - pos: -9.5,78.5 + pos: 19.3661,47.64291 parent: 2 - - uid: 22478 +- proto: PottedPlant13 + entities: + - uid: 30452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,73.5 + pos: 13.5,-13.5 parent: 2 - - uid: 22479 + - uid: 30505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,48.5 + pos: 0.5,69.5 parent: 2 - - uid: 22481 +- proto: PottedPlant14 + entities: + - uid: 2578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,2.5 + pos: 3.5,-44.5 parent: 2 - - uid: 22482 + - uid: 3234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-2.5 + pos: -0.5,-44.5 parent: 2 - - uid: 22483 + - uid: 30437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,2.5 + pos: 18.5,-13.5 parent: 2 - - uid: 22484 +- proto: PottedPlant15 + entities: + - uid: 32469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,10.5 + pos: 61.5,64.5 parent: 2 - - uid: 22485 +- proto: PottedPlant17 + entities: + - uid: 99 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,1.5 + pos: -4.5,21.5 parent: 2 - - uid: 22486 +- proto: PottedPlant18 + entities: + - uid: 27965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,48.5 + pos: -30.5,55.5 parent: 2 - - uid: 22487 + - uid: 30339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,53.5 + pos: 30.5,21.5 parent: 2 - - uid: 22488 + - uid: 30603 components: - type: Transform - pos: -80.5,9.5 + pos: -45.5,-4.5 parent: 2 - - uid: 22489 + - uid: 30606 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,46.5 + pos: -45.5,2.5 parent: 2 - - uid: 22491 +- proto: PottedPlant19 + entities: + - uid: 23493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,6.5 + pos: 80.5,54.5 parent: 2 - - uid: 22495 +- proto: PottedPlant24 + entities: + - uid: 12966 components: - type: Transform - pos: -68.5,17.5 + pos: 45.5,-11.5 parent: 2 - - uid: 22497 +- proto: PottedPlant4 + entities: + - uid: 30519 components: - type: Transform - pos: -71.5,14.5 + pos: -7.5,21.5 parent: 2 - - uid: 22498 +- proto: PottedPlant5 + entities: + - uid: 1679 components: - type: Transform - pos: 47.5,34.5 + pos: -4.5,-43.5 parent: 2 - - uid: 22500 + - uid: 1858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,1.5 + pos: -1.5,-40.5 parent: 2 - - uid: 22501 + - uid: 1919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,14.5 + pos: 4.5,-43.5 parent: 2 - - uid: 22502 + - uid: 2309 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,7.5 + pos: -1.5,-43.5 parent: 2 - - uid: 22503 + - uid: 2474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,23.5 + pos: 7.5,-43.5 parent: 2 - - uid: 22507 + - uid: 12214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-31.5 + pos: 7.5,-40.5 parent: 2 - - uid: 22511 + - uid: 12245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,1.5 + pos: -4.5,-40.5 parent: 2 - - uid: 22514 + - uid: 12253 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,24.5 + pos: 4.5,-40.5 parent: 2 - - uid: 22515 +- proto: PottedPlant6 + entities: + - uid: 30458 components: - type: Transform - pos: -107.5,9.5 + pos: 26.5,-16.5 parent: 2 - - uid: 22517 +- proto: PottedPlantBioluminscent + entities: + - uid: 29826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,31.5 + pos: 87.5,54.5 parent: 2 - - uid: 22520 + - uid: 30338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,17.5 + pos: 26.5,21.5 parent: 2 - - uid: 22521 + - uid: 30587 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,20.5 + pos: -39.5,-13.5 parent: 2 - - uid: 22522 +- proto: PottedPlantRandom + entities: + - uid: 602 components: - type: Transform - pos: -87.5,-3.5 + pos: -2.5,-4.5 parent: 2 - - uid: 22523 + - uid: 673 components: - type: Transform - pos: -107.5,25.5 + pos: -23.5,-7.5 parent: 2 - - uid: 22525 + - uid: 674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,12.5 + pos: -19.5,-7.5 parent: 2 - - uid: 22530 + - uid: 677 components: - type: Transform - pos: -81.5,-3.5 + pos: -13.5,-11.5 parent: 2 - - uid: 22531 + - uid: 680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-13.5 + pos: -23.5,-11.5 parent: 2 - - uid: 22535 + - uid: 1115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,-14.5 + pos: -6.5,-18.5 parent: 2 - - uid: 22552 + - uid: 1136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,27.5 + pos: -70.5,5.5 parent: 2 - - uid: 22554 + - uid: 1219 components: - type: Transform - pos: -90.5,-7.5 + pos: 23.5,-4.5 parent: 2 - - uid: 22556 + - uid: 1221 components: - type: Transform - pos: -78.5,-7.5 + pos: 23.5,-10.5 parent: 2 - - uid: 22558 + - uid: 1225 components: - type: Transform - pos: -107.5,-6.5 + pos: 29.5,-5.5 parent: 2 - - uid: 22565 + - uid: 1226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,-10.5 + pos: 28.5,-5.5 parent: 2 - - uid: 23011 + - uid: 1227 components: - type: Transform - pos: -12.5,64.5 + pos: 28.5,-10.5 parent: 2 - - uid: 23015 + - uid: 1228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-9.5 + pos: 29.5,-10.5 parent: 2 - - uid: 23046 + - uid: 1482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,51.5 + pos: -8.5,-2.5 parent: 2 - - uid: 23048 + - uid: 1483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,56.5 + pos: -8.5,7.5 parent: 2 - - uid: 23053 + - uid: 1484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-2.5 + pos: -3.5,0.5 parent: 2 - - uid: 23061 + - uid: 1485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,51.5 + pos: -3.5,4.5 parent: 2 - - uid: 23063 + - uid: 1562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-8.5 + pos: 3.5,7.5 parent: 2 - - uid: 23067 + - uid: 1582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-22.5 + pos: -9.5,14.5 parent: 2 - - uid: 23084 + - uid: 1584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,9.5 + pos: -9.5,12.5 parent: 2 - - uid: 23085 + - uid: 1585 components: - type: Transform - pos: -0.5,23.5 + pos: -14.5,14.5 parent: 2 - - uid: 23087 + - uid: 1592 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,9.5 + pos: -2.5,9.5 parent: 2 - - uid: 23089 + - uid: 1595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 + pos: -8.5,16.5 parent: 2 - - uid: 23090 + - uid: 1626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,12.5 + pos: -5.5,14.5 parent: 2 - - uid: 23091 + - uid: 1683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,6.5 + pos: 6.5,-2.5 parent: 2 - - uid: 23092 + - uid: 1698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-2.5 + pos: -0.5,7.5 parent: 2 - - uid: 23093 + - uid: 1708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,13.5 + pos: 3.5,-2.5 parent: 2 - - uid: 23094 + - uid: 1715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,9.5 + pos: -8.5,2.5 parent: 2 - - uid: 23095 + - uid: 1716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,6.5 + pos: 6.5,2.5 parent: 2 - - uid: 23097 + - uid: 1766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,15.5 + pos: -29.5,1.5 parent: 2 - - uid: 23098 + - uid: 1768 components: - type: Transform - pos: 35.5,7.5 + pos: 11.5,5.5 parent: 2 - - uid: 23100 + - uid: 1769 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-2.5 + pos: 15.5,5.5 parent: 2 - - uid: 23101 + - uid: 1774 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,0.5 + pos: 30.5,-13.5 parent: 2 - - uid: 23102 + - uid: 1818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 + pos: 23.5,9.5 parent: 2 - - uid: 23104 + - uid: 1986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-2.5 + pos: 9.5,27.5 parent: 2 - - uid: 23105 + - uid: 2657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-8.5 + pos: -19.5,53.5 parent: 2 - - uid: 23106 + - uid: 2699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-5.5 + pos: -23.5,56.5 parent: 2 - - uid: 23110 + - uid: 2926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-11.5 + pos: 16.5,40.5 parent: 2 - - uid: 23111 + - uid: 3360 components: - type: Transform - pos: 15.5,3.5 + pos: 19.5,-35.5 parent: 2 - - uid: 23113 + - uid: 3361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-3.5 + pos: 16.5,-35.5 parent: 2 - - uid: 23114 + - uid: 3605 components: - type: Transform - pos: 18.5,-7.5 + pos: -39.5,15.5 parent: 2 - - uid: 23115 + - uid: 3778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 + pos: 49.5,25.5 parent: 2 - - uid: 23116 + - uid: 3821 components: - type: Transform - pos: -3.5,7.5 + pos: -31.5,-9.5 parent: 2 - - uid: 23119 + - uid: 4035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,0.5 + pos: 34.5,23.5 parent: 2 - - uid: 23120 + - uid: 4051 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,5.5 + pos: 50.5,36.5 parent: 2 - - uid: 23121 + - uid: 4126 components: - type: Transform - pos: 9.5,-4.5 + pos: 54.5,10.5 parent: 2 - - uid: 23123 + - uid: 4128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-5.5 + pos: 52.5,10.5 parent: 2 - - uid: 23124 + - uid: 4410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-5.5 + pos: 13.5,-4.5 parent: 2 - - uid: 23126 + - uid: 4531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,8.5 + pos: 52.5,24.5 parent: 2 - - uid: 23128 + - uid: 5246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,4.5 + pos: 32.5,23.5 parent: 2 - - uid: 23130 + - uid: 5247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,1.5 + pos: 26.5,23.5 parent: 2 - - uid: 23132 + - uid: 5256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,1.5 + pos: 42.5,23.5 parent: 2 - - uid: 23138 + - uid: 5419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-8.5 + pos: 42.5,34.5 parent: 2 - - uid: 23150 + - uid: 5448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-2.5 + pos: 38.5,30.5 parent: 2 - - uid: 23151 + - uid: 5528 components: - type: Transform - pos: -27.5,7.5 + pos: 34.5,28.5 parent: 2 - - uid: 23152 + - uid: 5698 components: - type: Transform - pos: -21.5,7.5 + pos: 63.5,30.5 parent: 2 - - uid: 23153 + - uid: 5705 components: - type: Transform - pos: -15.5,7.5 + pos: 50.5,21.5 parent: 2 - - uid: 23154 + - uid: 5728 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-2.5 + pos: 21.5,6.5 parent: 2 - - uid: 23155 + - uid: 5729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-2.5 + pos: 23.5,6.5 parent: 2 - - uid: 23156 + - uid: 5880 components: - type: Transform - pos: -12.5,-4.5 + pos: -8.5,-50.5 parent: 2 - - uid: 23157 + - uid: 5881 components: - type: Transform - pos: -12.5,16.5 + pos: 11.5,-50.5 parent: 2 - - uid: 23158 + - uid: 5882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,9.5 + pos: 11.5,-52.5 parent: 2 - - uid: 23159 + - uid: 5883 components: - type: Transform - pos: -3.5,16.5 + pos: -8.5,-52.5 parent: 2 - - uid: 23160 + - uid: 6191 components: - type: Transform - pos: -7.5,16.5 + pos: -7.5,-4.5 parent: 2 - - uid: 23161 + - uid: 6850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,19.5 + pos: 34.5,-18.5 parent: 2 - - uid: 23165 + - uid: 6851 components: - type: Transform - pos: -25.5,13.5 + pos: 36.5,-18.5 parent: 2 - - uid: 23167 + - uid: 6852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,12.5 + pos: 28.5,-23.5 parent: 2 - - uid: 23170 + - uid: 6853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-30.5 + pos: 28.5,-34.5 parent: 2 - - uid: 23171 + - uid: 6854 components: - type: Transform - pos: -20.5,-4.5 + pos: 39.5,-34.5 parent: 2 - - uid: 23174 + - uid: 6855 components: - type: Transform - pos: -40.5,24.5 + pos: 22.5,-36.5 parent: 2 - - uid: 23176 + - uid: 6856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-9.5 + pos: 13.5,-36.5 parent: 2 - - uid: 23177 + - uid: 6857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-9.5 + pos: -7.5,-42.5 parent: 2 - - uid: 23178 + - uid: 6858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 + pos: -15.5,-30.5 parent: 2 - - uid: 23180 + - uid: 6862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,66.5 + pos: -25.5,-21.5 parent: 2 - - uid: 23181 + - uid: 7475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,6.5 + pos: -47.5,-11.5 parent: 2 - - uid: 23192 + - uid: 7476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,44.5 + pos: -45.5,-13.5 parent: 2 - - uid: 23195 + - uid: 7477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,49.5 + pos: -39.5,-17.5 parent: 2 - - uid: 23210 + - uid: 8397 components: - type: Transform - pos: -38.5,19.5 + pos: -86.5,10.5 parent: 2 - - uid: 23215 + - uid: 8456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,58.5 + pos: -82.5,6.5 parent: 2 - - uid: 23249 + - uid: 8475 components: - type: Transform - pos: 58.5,-37.5 + pos: -1.5,-18.5 parent: 2 - - uid: 23538 + - uid: 8597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-22.5 + pos: -31.5,-13.5 parent: 2 - - uid: 23563 + - uid: 9124 components: - type: Transform - pos: -40.5,-40.5 + pos: 11.5,-25.5 parent: 2 - - uid: 24913 + - uid: 9319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,51.5 + pos: 60.5,24.5 parent: 2 - - uid: 27415 + - uid: 9323 components: - type: Transform - pos: -46.5,-14.5 + pos: 67.5,24.5 parent: 2 - - uid: 27416 + - uid: 9326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,17.5 + pos: 60.5,10.5 parent: 2 - - uid: 28332 + - uid: 9611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,44.5 + pos: -55.5,11.5 parent: 2 - - uid: 28466 + - uid: 9612 components: - type: Transform - pos: 13.5,25.5 + pos: -53.5,11.5 parent: 2 - - uid: 28467 + - uid: 9675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,51.5 + pos: -9.5,39.5 parent: 2 - - uid: 28470 + - uid: 10618 components: - type: Transform - pos: -27.5,37.5 + pos: -25.5,5.5 parent: 2 - - uid: 28471 + - uid: 10619 components: - type: Transform - pos: 6.5,25.5 + pos: -23.5,5.5 parent: 2 - - uid: 28823 + - uid: 11219 components: - type: Transform - pos: 72.5,0.5 + pos: -21.5,5.5 parent: 2 - - uid: 28837 + - uid: 11220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-15.5 + pos: -17.5,5.5 parent: 2 - - uid: 28840 + - uid: 11267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,58.5 + pos: -43.5,-30.5 parent: 2 - - uid: 28849 + - uid: 12967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,19.5 + pos: 45.5,-14.5 parent: 2 - - uid: 28854 + - uid: 12968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,71.5 + pos: 48.5,-11.5 parent: 2 - - uid: 28877 + - uid: 13270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,47.5 + pos: -71.5,13.5 parent: 2 - - uid: 28996 + - uid: 13322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-27.5 + pos: -69.5,13.5 parent: 2 - - uid: 29969 + - uid: 13868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-44.5 + pos: 45.5,17.5 parent: 2 - - uid: 30098 + - uid: 13870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,40.5 + pos: -79.5,10.5 parent: 2 - - uid: 30099 + - uid: 13871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,40.5 + pos: 48.5,-1.5 parent: 2 - - uid: 31180 + - uid: 13929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,2.5 + pos: 7.5,35.5 parent: 2 - - uid: 31676 + - uid: 13930 components: - type: Transform - pos: -49.5,-40.5 + pos: 4.5,42.5 parent: 2 - - uid: 31889 + - uid: 13932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,70.5 + pos: 7.5,42.5 parent: 2 - - uid: 32142 + - uid: 14046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,47.5 + pos: 9.5,50.5 parent: 2 - - uid: 32143 + - uid: 14071 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,55.5 + pos: 9.5,45.5 parent: 2 - - uid: 32149 + - uid: 14072 components: - type: Transform - pos: -119.5,59.5 + pos: 15.5,50.5 parent: 2 - - uid: 32150 + - uid: 14073 components: - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,43.5 + pos: 15.5,45.5 parent: 2 - - uid: 32447 + - uid: 14172 components: - type: Transform - pos: -48.5,70.5 + pos: 5.5,47.5 parent: 2 - - uid: 32467 + - uid: 14253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,56.5 + pos: 16.5,35.5 parent: 2 - - uid: 32684 + - uid: 14254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,18.5 + pos: 20.5,35.5 parent: 2 - - uid: 33686 + - uid: 14279 components: - type: Transform - pos: -44.5,67.5 + pos: 9.5,56.5 parent: 2 - - uid: 34055 + - uid: 14280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-44.5 + pos: 27.5,46.5 parent: 2 - - uid: 34153 + - uid: 14281 components: - type: Transform - pos: 6.5,42.5 + pos: 23.5,55.5 parent: 2 - - uid: 34590 + - uid: 14282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,12.5 + pos: 21.5,46.5 parent: 2 - - uid: 34591 + - uid: 15099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,4.5 + pos: 23.5,51.5 parent: 2 - - uid: 34758 + - uid: 15108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,59.5 + pos: 29.5,48.5 parent: 2 - - uid: 36458 + - uid: 15204 components: - type: Transform - pos: 33.5,-10.5 + pos: -23.5,59.5 parent: 2 -- proto: PoweredlightBlue - entities: - - uid: 6372 + - uid: 15491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-5.5 + pos: -22.5,26.5 parent: 2 -- proto: PoweredLightBlueInterior - entities: - - uid: 28968 + - uid: 15497 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,80.5 + pos: -22.5,24.5 parent: 2 - - uid: 31681 + - uid: 15566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,80.5 + pos: -4.5,39.5 parent: 2 - - uid: 32654 + - uid: 15741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,80.5 + pos: -6.5,30.5 parent: 2 - - uid: 34042 + - uid: 15742 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,80.5 + pos: -4.5,30.5 parent: 2 - - uid: 34043 + - uid: 15749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-11.5 + pos: -7.5,23.5 parent: 2 -- proto: PoweredLightColoredBlack - entities: - - uid: 8258 + - uid: 15750 components: - type: Transform - pos: -68.5,34.5 + pos: -4.5,23.5 parent: 2 -- proto: PoweredLightColoredRed - entities: - - uid: 4766 + - uid: 15893 components: - type: Transform - pos: -74.5,-2.5 + pos: -2.5,56.5 parent: 2 - - uid: 4888 + - uid: 15922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,45.5 + pos: -2.5,47.5 parent: 2 - - uid: 9796 + - uid: 16395 components: - type: Transform - pos: -20.5,48.5 + pos: -25.5,53.5 parent: 2 - - uid: 29802 + - uid: 16540 components: - type: Transform - pos: 74.5,26.5 + pos: 20.5,40.5 parent: 2 -- proto: PoweredlightEmpty - entities: - - uid: 7072 + - uid: 17918 components: - type: Transform - pos: -31.5,-30.5 + pos: -7.5,66.5 parent: 2 - - uid: 7073 + - uid: 17979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-33.5 + pos: -27.5,53.5 parent: 2 - - uid: 7074 + - uid: 18316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-34.5 + pos: -11.5,71.5 parent: 2 -- proto: PoweredlightLED - entities: - - uid: 22533 + - uid: 18356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-6.5 + pos: 11.5,18.5 parent: 2 -- proto: PoweredLightPostSmall - entities: - - uid: 5970 + - uid: 18449 components: - type: Transform - pos: -41.5,72.5 + pos: -62.5,-4.5 parent: 2 - - uid: 9797 + - uid: 18459 components: - type: Transform - pos: -17.5,-50.5 + pos: -57.5,-4.5 parent: 2 - - uid: 10448 + - uid: 18461 components: - type: Transform - pos: -90.5,-40.5 + pos: -49.5,-3.5 parent: 2 - - uid: 10449 + - uid: 18500 components: - type: Transform - pos: -90.5,-59.5 + pos: -55.5,-3.5 parent: 2 - - uid: 10513 + - uid: 19441 components: - type: Transform - pos: -81.5,-33.5 + pos: -79.5,7.5 parent: 2 - - uid: 13711 + - uid: 19442 components: - type: Transform - pos: -79.5,89.5 + pos: -76.5,7.5 parent: 2 - - uid: 15181 + - uid: 19576 components: - type: Transform - pos: 32.5,-8.5 + pos: -6.5,75.5 parent: 2 - - uid: 17010 + - uid: 19578 components: - type: Transform - pos: -95.5,67.5 + pos: 9.5,75.5 parent: 2 - - uid: 28797 + - uid: 19579 components: - type: Transform - pos: -120.5,38.5 + pos: 1.5,75.5 parent: 2 - - uid: 30277 + - uid: 19588 components: - type: Transform - pos: 1.5,-37.5 + pos: 1.5,76.5 parent: 2 - - uid: 31302 + - uid: 19589 components: - type: Transform - pos: -52.5,70.5 + pos: 9.5,76.5 parent: 2 - - uid: 31890 + - uid: 19591 components: - type: Transform - pos: 46.5,-40.5 + pos: -6.5,76.5 parent: 2 - - uid: 31894 + - uid: 19607 components: - type: Transform - pos: 54.5,-40.5 + pos: 14.5,78.5 parent: 2 - - uid: 31926 + - uid: 19608 components: - type: Transform - pos: -72.5,-15.5 + pos: -11.5,78.5 parent: 2 - - uid: 31958 + - uid: 19760 components: - type: Transform - pos: 87.5,-3.5 + pos: -57.5,11.5 parent: 2 - - uid: 32001 + - uid: 19764 components: - type: Transform - pos: -66.5,-29.5 + pos: -17.5,28.5 parent: 2 - - uid: 32049 + - uid: 19815 components: - type: Transform - pos: -123.5,0.5 + pos: 7.5,18.5 parent: 2 - - uid: 32075 + - uid: 19859 components: - type: Transform - pos: -123.5,15.5 + pos: -0.5,73.5 parent: 2 - - uid: 32102 + - uid: 19860 components: - type: Transform - pos: -129.5,45.5 + pos: 3.5,73.5 parent: 2 - - uid: 32104 + - uid: 21324 components: - type: Transform - pos: -126.5,63.5 + pos: -28.5,-25.5 parent: 2 - - uid: 32105 + - uid: 22150 components: - type: Transform - pos: -115.5,66.5 + pos: 34.5,-7.5 parent: 2 - - uid: 32108 + - uid: 23378 components: - type: Transform - pos: -81.5,51.5 + pos: -19.5,5.5 parent: 2 - - uid: 32111 + - uid: 23447 components: - type: Transform - pos: -67.5,42.5 + pos: -27.5,5.5 parent: 2 - - uid: 32288 + - uid: 23452 components: - type: Transform - pos: -65.5,51.5 + pos: -29.5,5.5 parent: 2 - - uid: 32321 + - uid: 23637 components: - type: Transform - pos: -79.5,69.5 + pos: 6.5,7.5 parent: 2 - - uid: 35077 + - uid: 24547 components: - type: Transform - pos: 55.5,-56.5 + pos: 5.5,-4.5 parent: 2 - - uid: 35079 + - uid: 27749 components: - type: Transform - pos: 55.5,-77.5 + pos: -0.5,-2.5 parent: 2 -- proto: PoweredlightRed - entities: - - uid: 2067 + - uid: 29016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,39.5 + pos: 4.5,-12.5 parent: 2 - - uid: 19857 + - uid: 29709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,60.5 + pos: 17.5,46.5 parent: 2 -- proto: PoweredlightSodium - entities: - - uid: 17927 + - uid: 29710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-8.5 + pos: 17.5,49.5 parent: 2 - - uid: 31171 + - uid: 30260 components: - type: Transform - pos: -68.5,3.5 + pos: 41.5,17.5 parent: 2 - - uid: 32571 + - uid: 30262 components: - type: Transform - pos: 74.5,64.5 + pos: 14.5,18.5 parent: 2 - - uid: 32572 + - uid: 30263 components: - type: Transform - pos: 62.5,65.5 + pos: 22.5,18.5 parent: 2 - - uid: 32651 + - uid: 31561 components: - type: Transform - pos: 84.5,62.5 + pos: 48.5,-5.5 parent: 2 - - uid: 32652 + - uid: 31769 components: - type: Transform - pos: 84.5,59.5 + pos: -82.5,10.5 parent: 2 - - uid: 32653 + - uid: 32327 components: - type: Transform - pos: 84.5,56.5 + pos: -86.5,6.5 parent: 2 - - uid: 35793 + - uid: 34957 components: - type: Transform - pos: -101.5,-24.5 + pos: 3.5,62.5 parent: 2 -- proto: PoweredSmallLight - entities: - - uid: 599 + - uid: 34958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,15.5 + pos: 3.5,58.5 parent: 2 - - uid: 8259 + - uid: 34962 components: - type: Transform - pos: -60.5,-33.5 + pos: 16.5,18.5 parent: 2 - - uid: 12979 + - uid: 34963 components: - type: Transform - pos: 22.5,50.5 + pos: 20.5,18.5 parent: 2 - - uid: 15150 + - uid: 34964 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,15.5 + pos: -22.5,-16.5 parent: 2 - - uid: 15838 + - uid: 34965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,33.5 + pos: -18.5,-16.5 parent: 2 - - uid: 17804 + - uid: 34966 components: - type: Transform - pos: -49.5,-5.5 + pos: -76.5,10.5 parent: 2 - - uid: 17809 + - uid: 34967 components: - type: Transform - pos: 7.5,-22.5 + pos: -37.5,-10.5 parent: 2 - - uid: 17826 + - uid: 34968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,15.5 + pos: -40.5,-10.5 parent: 2 - - uid: 17833 + - uid: 34970 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-25.5 + pos: -14.5,18.5 parent: 2 - - uid: 17835 + - uid: 34971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-25.5 + pos: -10.5,18.5 parent: 2 - - uid: 17917 +- proto: PottedPlantRD + entities: + - uid: 28745 components: - type: Transform - pos: -5.5,35.5 + pos: 42.5,28.5 parent: 2 - - uid: 18178 +- proto: PowerCellHigh + entities: + - uid: 14185 components: - type: Transform - pos: -29.5,42.5 + pos: 11.751635,48.4722 parent: 2 - - uid: 18194 +- proto: PowerCellMedium + entities: + - uid: 9707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,28.5 + parent: 15549 + - type: Physics + canCollide: False + - uid: 14086 + components: + - type: Transform + parent: 15550 + - type: Physics + canCollide: False +- proto: PowerCellMediumPrinted + entities: + - uid: 35806 + components: + - type: Transform + pos: 31.181543,7.7157393 parent: 2 - - uid: 20834 + - uid: 35807 components: - type: Transform - pos: 5.5,45.5 + pos: 31.369043,7.5204268 parent: 2 - - uid: 22294 +- proto: PowerCellRecharger + entities: + - uid: 1443 components: - type: Transform - pos: 48.5,30.5 + pos: 9.5,13.5 parent: 2 - - uid: 22439 + - uid: 1760 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,-3.5 + pos: -8.5,9.5 parent: 2 - - uid: 22447 + - uid: 1966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,8.5 + pos: 4.5,28.5 parent: 2 - - uid: 22450 + - uid: 2826 components: - type: Transform - pos: 68.5,27.5 + pos: -12.5,-42.5 parent: 2 - - uid: 22451 + - uid: 5566 components: - type: Transform - pos: 66.5,30.5 + pos: 35.5,23.5 parent: 2 - - uid: 22457 + - uid: 5572 components: - type: Transform - pos: 74.5,-10.5 + pos: 42.5,51.5 parent: 2 - - uid: 22458 + - uid: 5735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-10.5 + pos: 45.5,44.5 parent: 2 - - uid: 22460 + - uid: 6047 components: - type: Transform - pos: -51.5,-5.5 + rot: -1.5707963267948966 rad + pos: 16.5,28.5 parent: 2 - - uid: 22461 + - uid: 6048 components: - type: Transform - pos: -62.5,13.5 + rot: -1.5707963267948966 rad + pos: 21.5,28.5 parent: 2 - - uid: 22469 + - uid: 6840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,40.5 + pos: -28.5,-21.5 parent: 2 - - uid: 22490 + - uid: 8018 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,51.5 + pos: 49.5,34.5 parent: 2 - - uid: 22496 + - uid: 9012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,51.5 + pos: -47.5,23.5 parent: 2 - - uid: 22499 + - uid: 9603 components: - type: Transform - pos: 44.5,34.5 + pos: -53.5,35.5 parent: 2 - - uid: 22505 + - uid: 14262 components: - type: Transform - pos: 9.5,-20.5 + pos: 20.5,59.5 parent: 2 - - uid: 22506 + - uid: 14264 components: - type: Transform - pos: 11.5,-20.5 + pos: 12.5,48.5 parent: 2 - - uid: 22508 + - uid: 15105 components: - type: Transform - pos: -75.5,1.5 + pos: 27.5,52.5 parent: 2 - - uid: 22509 + - uid: 15555 components: - type: Transform - pos: -79.5,1.5 + rot: 1.5707963267948966 rad + pos: -13.5,34.5 parent: 2 - - uid: 22519 + - uid: 15556 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,16.5 + pos: -12.5,34.5 parent: 2 - - uid: 22527 + - uid: 19647 components: - type: Transform - pos: -26.5,-27.5 + rot: -1.5707963267948966 rad + pos: -43.5,60.5 parent: 2 - - uid: 22860 + - uid: 29199 components: - type: Transform - pos: -29.5,67.5 + pos: 46.5,29.5 parent: 2 - - uid: 23129 + - uid: 30611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,15.5 + pos: -45.5,0.5 parent: 2 - - uid: 23137 + - uid: 30615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 + pos: -45.5,-2.5 parent: 2 - - uid: 23146 + - uid: 35805 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,15.5 + pos: 30.5,7.5 parent: 2 - - uid: 23162 + - uid: 35808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,10.5 + pos: 34.5,9.5 parent: 2 - - uid: 23163 +- proto: PowerCellSmall + entities: + - uid: 30595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,10.5 + pos: -45.539005,1.5387094 parent: 2 - - uid: 23164 + - uid: 30612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,10.5 + pos: -45.453068,1.3199594 parent: 2 - - uid: 23166 + - uid: 30613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,10.5 + pos: -45.36713,1.1168344 parent: 2 - - uid: 23168 +- proto: PowerDrill + entities: + - uid: 5739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 + pos: 43.424904,30.740349 parent: 2 - - uid: 23172 +- proto: Poweredlight + entities: + - uid: 375 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-9.5 + pos: -35.5,49.5 parent: 2 - - uid: 23175 + - uid: 1374 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,-11.5 + pos: -86.5,-14.5 parent: 2 - - uid: 23179 + - uid: 1514 components: - type: Transform - pos: -33.5,67.5 + pos: 18.5,16.5 parent: 2 - - uid: 23252 + - uid: 1549 components: - type: Transform - pos: -31.5,67.5 + pos: -106.5,-5.5 parent: 2 - - uid: 25245 + - uid: 2272 components: - type: Transform - pos: -50.5,-7.5 + rot: 3.141592653589793 rad + pos: -89.5,24.5 parent: 2 -- proto: PoweredSmallLightMaintenance - entities: - - uid: 8260 + - uid: 2365 components: - type: Transform - pos: -108.5,-19.5 + pos: -23.5,-40.5 parent: 2 - - uid: 13974 + - uid: 2547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,65.5 + parent: 2 + - uid: 3070 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,23.5 + pos: -27.5,-25.5 parent: 2 - - uid: 15210 + - uid: 3410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-17.5 + pos: -2.5,71.5 parent: 2 - - uid: 15544 + - uid: 3603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,36.5 + pos: 9.5,-50.5 parent: 2 - - uid: 15900 + - uid: 4380 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,-8.5 + pos: -87.5,20.5 parent: 2 - - uid: 16290 + - uid: 4448 components: - type: Transform - pos: 26.5,33.5 + rot: -1.5707963267948966 rad + pos: -35.5,42.5 parent: 2 - - uid: 16298 + - uid: 4885 components: - type: Transform - pos: 40.5,15.5 + pos: -9.5,71.5 parent: 2 - - uid: 17876 + - uid: 5197 components: - type: Transform - pos: -5.5,45.5 + rot: 1.5707963267948966 rad + pos: -59.5,-18.5 parent: 2 - - uid: 17913 + - uid: 5234 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,28.5 + pos: 54.5,-10.5 parent: 2 - - uid: 18472 + - uid: 5661 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,52.5 + pos: -100.5,2.5 parent: 2 - - uid: 19165 + - uid: 6661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,34.5 + rot: 3.141592653589793 rad + pos: -4.5,1.5 parent: 2 - - uid: 19660 + - uid: 6677 components: - type: Transform - pos: -68.5,36.5 + rot: 3.141592653589793 rad + pos: -45.5,-44.5 parent: 2 - - uid: 21084 + - uid: 7041 components: - type: Transform - pos: -68.5,-5.5 + rot: -1.5707963267948966 rad + pos: -52.5,-29.5 parent: 2 - - uid: 21190 + - uid: 7185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -116.5,9.5 + pos: -50.5,9.5 parent: 2 - - uid: 22504 + - uid: 7224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,22.5 + pos: -107.5,10.5 parent: 2 - - uid: 22516 + - uid: 7265 components: - type: Transform rot: 3.141592653589793 rad - pos: -110.5,7.5 + pos: -106.5,22.5 parent: 2 - - uid: 22524 + - uid: 7303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-30.5 + pos: 6.5,-31.5 parent: 2 - - uid: 22529 + - uid: 7304 components: - type: Transform - pos: -30.5,-27.5 + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 parent: 2 - - uid: 22539 + - uid: 7308 components: - type: Transform - pos: -94.5,4.5 + pos: -60.5,-6.5 parent: 2 - - uid: 22549 + - uid: 7792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-3.5 + pos: 12.5,-7.5 parent: 2 - - uid: 22550 + - uid: 7796 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,43.5 + pos: 5.5,-4.5 parent: 2 - - uid: 22557 + - uid: 7829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,9.5 + pos: 6.5,-9.5 parent: 2 - - uid: 22575 + - uid: 7868 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,-23.5 + pos: 13.5,-4.5 parent: 2 - - uid: 22771 + - uid: 7869 components: - type: Transform - pos: -43.5,70.5 + rot: -1.5707963267948966 rad + pos: 10.5,-7.5 parent: 2 - - uid: 23059 + - uid: 8759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 + rot: 3.141592653589793 rad + pos: -0.5,-18.5 parent: 2 - - uid: 23136 + - uid: 9654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-31.5 + pos: -13.5,7.5 parent: 2 - - uid: 23187 + - uid: 10343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-11.5 + rot: 3.141592653589793 rad + pos: -35.5,-44.5 parent: 2 - - uid: 23225 + - uid: 10512 components: - type: Transform - pos: -40.5,-35.5 + rot: -1.5707963267948966 rad + pos: -47.5,-49.5 parent: 2 - - uid: 32471 + - uid: 11269 components: - type: Transform - pos: 55.5,68.5 + rot: 1.5707963267948966 rad + pos: 65.5,27.5 parent: 2 - - uid: 32602 + - uid: 11462 components: - type: Transform - pos: 58.5,66.5 + rot: 1.5707963267948966 rad + pos: -59.5,-27.5 parent: 2 - - uid: 32604 + - uid: 11463 components: - type: Transform - pos: 65.5,70.5 + pos: 33.5,-7.5 parent: 2 - - uid: 32605 + - uid: 11464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,64.5 + pos: 33.5,-4.5 parent: 2 - - uid: 32606 + - uid: 11469 components: - type: Transform - pos: 62.5,59.5 + rot: 1.5707963267948966 rad + pos: -41.5,-27.5 parent: 2 - - uid: 32607 + - uid: 12955 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,60.5 + pos: -8.5,-5.5 parent: 2 - - uid: 32609 + - uid: 12978 components: - type: Transform - pos: 55.5,62.5 + rot: 1.5707963267948966 rad + pos: -0.5,36.5 parent: 2 - - uid: 32611 + - uid: 13211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,63.5 + rot: 3.141592653589793 rad + pos: 28.5,48.5 parent: 2 - - uid: 32614 + - uid: 14567 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,52.5 + pos: 33.5,3.5 parent: 2 - - uid: 32617 + - uid: 14933 components: - type: Transform - pos: 65.5,48.5 + rot: -1.5707963267948966 rad + pos: 50.5,15.5 parent: 2 - - uid: 32619 + - uid: 15144 components: - type: Transform - pos: 60.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-16.5 parent: 2 - - uid: 32620 + - uid: 15146 components: - type: Transform - pos: 57.5,48.5 + rot: 3.141592653589793 rad + pos: -5.5,-16.5 parent: 2 - - uid: 32624 + - uid: 15152 components: - type: Transform - pos: 56.5,32.5 + pos: 30.5,21.5 parent: 2 - - uid: 32626 + - uid: 15157 components: - type: Transform - pos: 59.5,38.5 + rot: 3.141592653589793 rad + pos: -5.5,18.5 parent: 2 - - uid: 32628 + - uid: 15159 components: - type: Transform - pos: 66.5,42.5 + rot: -1.5707963267948966 rad + pos: 34.5,12.5 parent: 2 - - uid: 32630 + - uid: 15161 components: - type: Transform - pos: 69.5,36.5 + rot: 3.141592653589793 rad + pos: 29.5,9.5 parent: 2 - - uid: 32632 + - uid: 15162 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,47.5 + pos: -47.5,4.5 parent: 2 - - uid: 32633 + - uid: 15164 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,36.5 + pos: -47.5,-4.5 parent: 2 - - uid: 32634 + - uid: 15166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,52.5 + pos: -30.5,-13.5 parent: 2 - - uid: 32635 + - uid: 15169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,57.5 + rot: -1.5707963267948966 rad + pos: -99.5,-1.5 parent: 2 - - uid: 32636 + - uid: 15172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,60.5 + pos: 18.5,-13.5 parent: 2 - - uid: 32638 + - uid: 15178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,67.5 + rot: -1.5707963267948966 rad + pos: 39.5,-33.5 parent: 2 - - uid: 32641 + - uid: 15179 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,64.5 + pos: 28.5,-33.5 parent: 2 - - uid: 32642 + - uid: 15180 components: - type: Transform - pos: 82.5,66.5 + rot: -1.5707963267948966 rad + pos: 31.5,5.5 parent: 2 - - uid: 32643 + - uid: 15183 components: - type: Transform - pos: 87.5,68.5 + rot: 3.141592653589793 rad + pos: 25.5,-25.5 parent: 2 - - uid: 32644 + - uid: 15185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,66.5 + rot: 3.141592653589793 rad + pos: 26.5,0.5 parent: 2 - - uid: 32645 + - uid: 15196 components: - type: Transform - pos: 92.5,62.5 + rot: 1.5707963267948966 rad + pos: -22.5,-21.5 parent: 2 - - uid: 32646 + - uid: 15197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,58.5 + pos: -13.5,-18.5 parent: 2 - - uid: 32647 + - uid: 15207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,51.5 + pos: 8.5,-45.5 parent: 2 - - uid: 32648 + - uid: 15212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,49.5 + rot: 1.5707963267948966 rad + pos: 13.5,-23.5 parent: 2 - - uid: 32649 + - uid: 15214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,52.5 + pos: 9.5,-40.5 parent: 2 - - uid: 32655 + - uid: 15219 components: - type: Transform rot: 3.141592653589793 rad - pos: 89.5,46.5 + pos: -78.5,3.5 parent: 2 - - uid: 32656 + - uid: 15226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,48.5 + pos: -61.5,36.5 parent: 2 - - uid: 32657 + - uid: 15227 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,45.5 + pos: -42.5,46.5 parent: 2 - - uid: 32659 + - uid: 15234 components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.5,41.5 + pos: -51.5,42.5 parent: 2 - - uid: 32661 + - uid: 15235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-39.5 + parent: 2 + - uid: 15237 components: - type: Transform rot: -1.5707963267948966 rad - pos: 93.5,36.5 + pos: -4.5,25.5 parent: 2 - - uid: 32662 + - uid: 15240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,29.5 + parent: 2 + - uid: 15242 components: - type: Transform rot: -1.5707963267948966 rad - pos: 93.5,33.5 + pos: -99.5,18.5 parent: 2 - - uid: 32663 + - uid: 15243 components: - type: Transform rot: -1.5707963267948966 rad - pos: 89.5,32.5 + pos: 39.5,-25.5 parent: 2 - - uid: 32664 + - uid: 15245 components: - type: Transform - pos: 95.5,31.5 + rot: -1.5707963267948966 rad + pos: -82.5,6.5 parent: 2 - - uid: 32665 + - uid: 15246 components: - type: Transform - pos: 97.5,29.5 + rot: -1.5707963267948966 rad + pos: -100.5,13.5 parent: 2 - - uid: 32667 + - uid: 15247 components: - type: Transform - pos: 95.5,24.5 + rot: -1.5707963267948966 rad + pos: -99.5,30.5 parent: 2 - - uid: 32668 + - uid: 15257 components: - type: Transform - pos: 91.5,27.5 + rot: -1.5707963267948966 rad + pos: -35.5,-27.5 parent: 2 - - uid: 32669 + - uid: 15262 components: - type: Transform - pos: 87.5,27.5 + rot: 3.141592653589793 rad + pos: -78.5,24.5 parent: 2 - - uid: 32672 + - uid: 15357 components: - type: Transform - pos: 80.5,27.5 + rot: 1.5707963267948966 rad + pos: -22.5,33.5 parent: 2 - - uid: 32673 + - uid: 15722 components: - type: Transform - pos: 81.5,32.5 + rot: -1.5707963267948966 rad + pos: -24.5,25.5 parent: 2 - - uid: 32674 + - uid: 15723 components: - type: Transform - pos: 79.5,34.5 + rot: -1.5707963267948966 rad + pos: -28.5,25.5 parent: 2 - - uid: 32675 + - uid: 15856 components: - type: Transform - pos: 76.5,38.5 + rot: 3.141592653589793 rad + pos: -22.5,-16.5 parent: 2 - - uid: 32676 + - uid: 15857 components: - type: Transform - pos: 76.5,40.5 + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 parent: 2 - - uid: 32679 + - uid: 15901 components: - type: Transform - pos: 68.5,32.5 + rot: -1.5707963267948966 rad + pos: -43.5,-28.5 parent: 2 - - uid: 32680 + - uid: 15919 components: - type: Transform - pos: 72.5,28.5 + rot: 3.141592653589793 rad + pos: 42.5,-24.5 parent: 2 - - uid: 32683 + - uid: 15951 components: - type: Transform - pos: 84.5,27.5 + rot: -1.5707963267948966 rad + pos: -10.5,59.5 parent: 2 -- proto: PoweredSmallLightMaintenanceRed - entities: - - uid: 3427 + - uid: 15953 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-8.5 + pos: 69.5,-15.5 parent: 2 - - uid: 5974 + - uid: 15958 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,-10.5 + pos: -8.5,60.5 parent: 2 - - uid: 13577 + - uid: 15959 components: - type: Transform - pos: -94.5,38.5 + rot: 3.141592653589793 rad + pos: -14.5,47.5 parent: 2 - - uid: 14075 + - uid: 15985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,22.5 + rot: 3.141592653589793 rad + pos: -12.5,-30.5 parent: 2 - - uid: 14076 + - uid: 15986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,-1.5 + pos: -12.5,-32.5 parent: 2 - - uid: 14189 + - uid: 15987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-21.5 + pos: -16.5,-32.5 parent: 2 - - uid: 15126 + - uid: 15991 components: - type: Transform rot: 3.141592653589793 rad - pos: -98.5,-21.5 + pos: 9.5,-16.5 parent: 2 - - uid: 15211 + - uid: 16002 components: - type: Transform rot: -1.5707963267948966 rad - pos: -112.5,-17.5 + pos: 2.5,43.5 parent: 2 - - uid: 15222 + - uid: 16515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,-6.5 + pos: -22.5,7.5 parent: 2 - - uid: 15223 + - uid: 16530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -112.5,2.5 + pos: -28.5,7.5 parent: 2 - - uid: 15839 + - uid: 16554 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,32.5 + pos: -19.5,37.5 parent: 2 - - uid: 15848 + - uid: 16640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,19.5 + pos: -29.5,-40.5 parent: 2 - - uid: 16295 + - uid: 17114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,32.5 + pos: -18.5,7.5 parent: 2 - - uid: 16296 + - uid: 17711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,24.5 + pos: -16.5,7.5 parent: 2 - - uid: 16297 + - uid: 17795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-0.5 + rot: 3.141592653589793 rad + pos: -52.5,29.5 parent: 2 - - uid: 16299 + - uid: 17799 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-11.5 + pos: -25.5,-9.5 parent: 2 - - uid: 16300 + - uid: 17801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,43.5 + rot: 3.141592653589793 rad + pos: 12.5,45.5 parent: 2 - - uid: 16301 + - uid: 17803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -114.5,13.5 + rot: -1.5707963267948966 rad + pos: -32.5,39.5 parent: 2 - - uid: 16552 + - uid: 17806 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-21.5 + pos: 2.5,-27.5 parent: 2 - - uid: 17846 + - uid: 17808 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-34.5 + pos: 44.5,23.5 parent: 2 - - uid: 17847 + - uid: 17810 components: - type: Transform rot: -1.5707963267948966 rad - pos: 80.5,-3.5 - parent: 2 - - uid: 17875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,35.5 + pos: -49.5,-2.5 parent: 2 - - uid: 17905 + - uid: 17813 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,25.5 + pos: 63.5,28.5 parent: 2 - - uid: 19384 + - uid: 17815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,23.5 + pos: 55.5,30.5 parent: 2 - - uid: 19641 + - uid: 17816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,58.5 + pos: -13.5,45.5 parent: 2 - - uid: 21069 + - uid: 17817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,22.5 + rot: 3.141592653589793 rad + pos: -11.5,28.5 parent: 2 - - uid: 22518 + - uid: 17819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,1.5 + pos: -47.5,14.5 parent: 2 - - uid: 22526 + - uid: 17821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-19.5 + pos: 40.5,-16.5 parent: 2 - - uid: 22532 + - uid: 17822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-30.5 + pos: 45.5,-11.5 parent: 2 - - uid: 22536 + - uid: 17823 components: - type: Transform - pos: -89.5,18.5 + rot: -1.5707963267948966 rad + pos: 50.5,5.5 parent: 2 - - uid: 22537 + - uid: 17824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,16.5 + pos: 18.5,21.5 parent: 2 - - uid: 22538 + - uid: 17825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,0.5 + rot: 3.141592653589793 rad + pos: 46.5,53.5 parent: 2 - - uid: 22540 + - uid: 17827 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,-23.5 + pos: -31.5,19.5 parent: 2 - - uid: 22541 + - uid: 17828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-22.5 + pos: -11.5,-13.5 parent: 2 - - uid: 22544 + - uid: 17831 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,32.5 + pos: 20.5,-21.5 parent: 2 - - uid: 22546 + - uid: 17832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,34.5 + rot: 3.141592653589793 rad + pos: 28.5,-21.5 parent: 2 - - uid: 22547 + - uid: 17836 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,9.5 + pos: 21.5,-27.5 parent: 2 - - uid: 22548 + - uid: 17837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,5.5 + pos: 44.5,21.5 parent: 2 - - uid: 22551 + - uid: 17838 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,16.5 + pos: -18.5,33.5 parent: 2 - - uid: 22563 + - uid: 17839 components: - type: Transform - pos: 65.5,-27.5 + pos: -10.5,-23.5 parent: 2 - - uid: 22564 + - uid: 17840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-10.5 + rot: 3.141592653589793 rad + pos: -12.5,-25.5 parent: 2 - - uid: 22566 + - uid: 17843 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-20.5 + pos: -39.5,-17.5 parent: 2 - - uid: 22568 + - uid: 17844 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-31.5 - parent: 2 - - uid: 22569 - components: - - type: Transform - pos: -5.5,-27.5 + pos: -17.5,39.5 parent: 2 - - uid: 22572 + - uid: 17845 components: - type: Transform - pos: -78.5,-21.5 + pos: -42.5,-10.5 parent: 2 - - uid: 22574 + - uid: 17848 components: - type: Transform - pos: 85.5,22.5 + rot: -1.5707963267948966 rad + pos: -35.5,-22.5 parent: 2 - - uid: 23298 + - uid: 17849 components: - type: Transform - pos: -26.5,-4.5 + pos: 7.5,30.5 parent: 2 - - uid: 29674 + - uid: 17850 components: - type: Transform - pos: -22.5,-37.5 + rot: -1.5707963267948966 rad + pos: 2.5,31.5 parent: 2 -- proto: PresentRandom - entities: - - uid: 5958 + - uid: 17853 components: - type: Transform - pos: 21.15425,-35.52148 + rot: 1.5707963267948966 rad + pos: -0.5,50.5 parent: 2 -- proto: Protolathe - entities: - - uid: 4127 + - uid: 17854 components: - type: Transform - pos: 26.5,28.5 + rot: -1.5707963267948966 rad + pos: 2.5,57.5 parent: 2 -- proto: Puddle - entities: - - uid: 29873 + - uid: 17856 components: - type: Transform - pos: 87.5,38.5 + rot: 3.141592653589793 rad + pos: 11.5,35.5 parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 50 - - type: StepTrigger - active: False - - uid: 33569 + - uid: 17862 components: - type: Transform - pos: 91.5,27.5 + rot: 3.141592653589793 rad + pos: -50.5,-23.5 parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 50 - - type: StepTrigger - active: False -- proto: PuddleFlour - entities: - - uid: 30095 + - uid: 17864 components: - type: Transform - pos: 87.5,43.5 + rot: 3.141592653589793 rad + pos: 15.5,52.5 parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 30 - - type: StepTrigger - active: False - - uid: 30096 + - uid: 17865 components: - type: Transform - pos: 85.5,40.5 + rot: 3.141592653589793 rad + pos: 21.5,52.5 parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 50 - - type: StepTrigger - active: False - - uid: 30097 + - uid: 17866 components: - type: Transform - pos: 90.5,40.5 + rot: -1.5707963267948966 rad + pos: 23.5,57.5 parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 35 - - type: StepTrigger - active: False -- proto: PuddleSparkle - entities: - - uid: 4865 + - uid: 17867 components: - type: Transform - pos: 86.5,39.5 + rot: 1.5707963267948966 rad + pos: 13.5,57.5 parent: 2 -- proto: PuddleVomit - entities: - - uid: 23700 + - uid: 17871 components: - type: Transform - pos: -57.5,61.5 + rot: 3.141592653589793 rad + pos: -54.5,-17.5 parent: 2 -- proto: Rack - entities: - - uid: 574 + - uid: 17877 components: - type: Transform - pos: -51.5,18.5 + pos: 27.5,46.5 parent: 2 - - uid: 921 + - uid: 17881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,7.5 + rot: 3.141592653589793 rad + pos: -54.5,-12.5 parent: 2 - - uid: 990 + - uid: 17883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,7.5 + pos: 12.5,43.5 parent: 2 - - uid: 993 + - uid: 17886 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,7.5 - parent: 2 - - uid: 1030 - components: - - type: Transform - pos: 15.5,-9.5 + pos: -24.5,33.5 parent: 2 - - uid: 1034 + - uid: 17888 components: - type: Transform - pos: 35.5,3.5 + rot: 1.5707963267948966 rad + pos: 28.5,-25.5 parent: 2 - - uid: 1066 + - uid: 17889 components: - type: Transform - pos: 33.5,3.5 + rot: -1.5707963267948966 rad + pos: 21.5,26.5 parent: 2 - - uid: 1133 + - uid: 17890 components: - type: Transform - pos: 15.5,-10.5 + rot: 1.5707963267948966 rad + pos: 16.5,26.5 parent: 2 - - uid: 1156 + - uid: 17891 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,7.5 + pos: -28.5,33.5 parent: 2 - - uid: 1172 + - uid: 17892 components: - type: Transform - pos: 15.5,-11.5 + pos: 35.5,30.5 parent: 2 - - uid: 1173 + - uid: 17893 components: - type: Transform - pos: 18.5,-9.5 + pos: 43.5,30.5 parent: 2 - - uid: 1174 + - uid: 17894 components: - type: Transform - pos: 18.5,-10.5 + rot: 1.5707963267948966 rad + pos: -4.5,-36.5 parent: 2 - - uid: 1284 + - uid: 17895 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,15.5 + pos: 7.5,-36.5 parent: 2 - - uid: 1345 + - uid: 17896 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,16.5 - parent: 2 - - uid: 1384 - components: - - type: Transform - pos: 34.5,12.5 + pos: -45.5,49.5 parent: 2 - - uid: 1394 + - uid: 17897 components: - type: Transform - pos: -23.5,58.5 + rot: 3.141592653589793 rad + pos: 23.5,-34.5 parent: 2 - - uid: 1532 + - uid: 17900 components: - type: Transform - pos: 28.5,-2.5 + pos: -7.5,56.5 parent: 2 - - uid: 1645 + - uid: 17902 components: - type: Transform - pos: 33.5,5.5 + rot: -1.5707963267948966 rad + pos: -41.5,30.5 parent: 2 - - uid: 1662 + - uid: 17903 components: - type: Transform - pos: 18.5,-8.5 + rot: 3.141592653589793 rad + pos: -45.5,33.5 parent: 2 - - uid: 2234 + - uid: 17904 components: - type: Transform - pos: -2.5,-31.5 + rot: -1.5707963267948966 rad + pos: -47.5,49.5 parent: 2 - - uid: 2541 + - uid: 17906 components: - type: Transform - pos: 15.5,-8.5 + rot: 3.141592653589793 rad + pos: -42.5,37.5 parent: 2 - - uid: 3000 + - uid: 17907 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-8.5 - parent: 2 - - uid: 3004 - components: - - type: Transform - pos: -62.5,4.5 + pos: 13.5,-35.5 parent: 2 - - uid: 3010 + - uid: 17908 components: - type: Transform - pos: -62.5,5.5 + rot: -1.5707963267948966 rad + pos: -51.5,50.5 parent: 2 - - uid: 3323 + - uid: 17909 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,37.5 - parent: 2 - - uid: 3376 - components: - - type: Transform - pos: -25.5,-4.5 + pos: -31.5,44.5 parent: 2 - - uid: 3516 + - uid: 17911 components: - type: Transform - pos: -61.5,-7.5 + rot: 1.5707963267948966 rad + pos: 55.5,6.5 parent: 2 - - uid: 3518 + - uid: 17912 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-21.5 + pos: -50.5,-28.5 parent: 2 - - uid: 3544 + - uid: 17914 components: - type: Transform - pos: -57.5,-7.5 + rot: 3.141592653589793 rad + pos: -6.5,37.5 parent: 2 - - uid: 3545 + - uid: 17915 components: - type: Transform - pos: -62.5,-7.5 + pos: -6.5,43.5 parent: 2 - - uid: 3555 + - uid: 17919 components: - type: Transform - pos: -52.5,-14.5 + rot: 3.141592653589793 rad + pos: 53.5,-27.5 parent: 2 - - uid: 3816 + - uid: 17920 components: - type: Transform - pos: -26.5,44.5 + pos: -8.5,35.5 parent: 2 - - uid: 3948 + - uid: 17921 components: - type: Transform - pos: -81.5,1.5 + rot: -1.5707963267948966 rad + pos: -43.5,49.5 parent: 2 - - uid: 5119 + - uid: 17922 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-41.5 + pos: -22.5,22.5 parent: 2 - - uid: 5216 + - uid: 17924 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,30.5 + pos: -17.5,24.5 parent: 2 - - uid: 5217 + - uid: 17925 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,30.5 + pos: 63.5,-25.5 parent: 2 - - uid: 5711 + - uid: 17926 components: - type: Transform - pos: -6.5,32.5 + rot: 1.5707963267948966 rad + pos: 49.5,-20.5 parent: 2 - - uid: 5753 + - uid: 18002 components: - type: Transform - pos: 20.5,-23.5 + pos: 8.5,16.5 parent: 2 - - uid: 5754 + - uid: 18108 components: - type: Transform - pos: 21.5,-23.5 + rot: -1.5707963267948966 rad + pos: 11.5,66.5 parent: 2 - - uid: 5901 + - uid: 18141 components: - type: Transform - pos: 26.5,-34.5 + rot: 3.141592653589793 rad + pos: -34.5,33.5 parent: 2 - - uid: 5902 + - uid: 18159 components: - type: Transform - pos: 26.5,-32.5 + pos: -26.5,67.5 parent: 2 - - uid: 6014 + - uid: 18160 components: - type: Transform - pos: 7.5,-29.5 + pos: -22.5,67.5 parent: 2 - - uid: 6039 + - uid: 18161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,24.5 + pos: -18.5,67.5 parent: 2 - - uid: 6040 + - uid: 18162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,23.5 + pos: -14.5,67.5 parent: 2 - - uid: 6045 + - uid: 18164 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,23.5 + pos: -6.5,-20.5 parent: 2 - - uid: 6046 + - uid: 18165 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,24.5 + pos: -9.5,-37.5 parent: 2 - - uid: 6508 + - uid: 18166 components: - type: Transform - pos: -4.5,-25.5 + rot: 3.141592653589793 rad + pos: 82.5,70.5 parent: 2 - - uid: 6516 + - uid: 18167 components: - type: Transform - pos: -3.5,-25.5 + pos: -27.5,30.5 parent: 2 - - uid: 6678 + - uid: 18168 components: - type: Transform - pos: -13.5,-41.5 + pos: -3.5,-31.5 parent: 2 - - uid: 6931 + - uid: 18169 components: - type: Transform - pos: -51.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-52.5 parent: 2 - - uid: 7392 + - uid: 18170 components: - type: Transform - pos: -61.5,-9.5 + pos: -6.5,-50.5 parent: 2 - - uid: 7394 + - uid: 18171 components: - type: Transform - pos: -62.5,-9.5 + rot: 1.5707963267948966 rad + pos: -14.5,37.5 parent: 2 - - uid: 7515 + - uid: 18172 components: - type: Transform - pos: -57.5,-9.5 + rot: 1.5707963267948966 rad + pos: -27.5,41.5 parent: 2 - - uid: 7564 + - uid: 18175 components: - type: Transform - pos: -43.5,-27.5 + rot: 1.5707963267948966 rad + pos: -55.5,13.5 parent: 2 - - uid: 7606 + - uid: 18176 components: - type: Transform - pos: -56.5,-19.5 + pos: -63.5,9.5 parent: 2 - - uid: 8388 + - uid: 18177 components: - type: Transform - pos: -119.5,10.5 + pos: -57.5,20.5 parent: 2 - - uid: 8389 + - uid: 18179 components: - type: Transform - pos: -120.5,10.5 + rot: -1.5707963267948966 rad + pos: -57.5,13.5 parent: 2 - - uid: 8429 + - uid: 18180 components: - type: Transform - pos: -69.5,17.5 + pos: -63.5,20.5 parent: 2 - - uid: 8430 + - uid: 18181 components: - type: Transform - pos: -68.5,17.5 + pos: -49.5,27.5 parent: 2 - - uid: 8464 + - uid: 18182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,2.5 + pos: -49.5,18.5 parent: 2 - - uid: 8466 + - uid: 18183 components: - type: Transform - pos: -78.5,-2.5 + rot: -1.5707963267948966 rad + pos: -20.5,41.5 parent: 2 - - uid: 8788 + - uid: 18184 components: - type: Transform - pos: -50.5,16.5 + rot: -1.5707963267948966 rad + pos: -53.5,24.5 parent: 2 - - uid: 8838 + - uid: 18186 components: - type: Transform - pos: -51.5,16.5 + rot: 3.141592653589793 rad + pos: -49.5,20.5 parent: 2 - - uid: 8921 + - uid: 18189 components: - type: Transform - pos: -58.5,30.5 + rot: 1.5707963267948966 rad + pos: 7.5,66.5 parent: 2 - - uid: 8922 + - uid: 18190 components: - type: Transform - pos: -58.5,29.5 + pos: -19.5,30.5 parent: 2 - - uid: 8925 + - uid: 18191 components: - type: Transform - pos: -58.5,28.5 + rot: -1.5707963267948966 rad + pos: -18.5,59.5 parent: 2 - - uid: 8939 + - uid: 18192 components: - type: Transform - pos: -64.5,29.5 + rot: 3.141592653589793 rad + pos: -26.5,53.5 parent: 2 - - uid: 8943 + - uid: 18193 components: - type: Transform - pos: -64.5,28.5 + rot: 1.5707963267948966 rad + pos: -23.5,53.5 parent: 2 - - uid: 8951 + - uid: 18195 components: - type: Transform - pos: -64.5,30.5 + pos: -3.5,68.5 parent: 2 - - uid: 9014 + - uid: 18381 components: - type: Transform - pos: -50.5,18.5 + pos: 12.5,50.5 parent: 2 - - uid: 9041 + - uid: 19085 components: - type: Transform - pos: -51.5,25.5 + rot: -1.5707963267948966 rad + pos: -41.5,49.5 parent: 2 - - uid: 9042 + - uid: 19090 components: - type: Transform - pos: -47.5,26.5 + rot: -1.5707963267948966 rad + pos: -39.5,49.5 parent: 2 - - uid: 9103 + - uid: 19282 components: - type: Transform - pos: -47.5,31.5 + pos: -55.5,37.5 parent: 2 - - uid: 9134 + - uid: 19283 components: - type: Transform - pos: -33.5,39.5 + rot: -1.5707963267948966 rad + pos: 19.5,47.5 parent: 2 - - uid: 9147 + - uid: 19285 components: - type: Transform - pos: -4.5,-22.5 + rot: 3.141592653589793 rad + pos: -64.5,22.5 parent: 2 - - uid: 9218 + - uid: 19286 components: - type: Transform - pos: -33.5,40.5 + rot: 1.5707963267948966 rad + pos: -64.5,28.5 parent: 2 - - uid: 9228 + - uid: 19291 components: - type: Transform - pos: -33.5,41.5 + rot: 3.141592653589793 rad + pos: 19.5,35.5 parent: 2 - - uid: 9286 + - uid: 19292 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,37.5 + pos: 6.5,35.5 parent: 2 - - uid: 10065 + - uid: 19644 components: - type: Transform - pos: -69.5,36.5 + pos: 5.5,66.5 parent: 2 - - uid: 10628 + - uid: 19843 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,-31.5 + pos: -9.5,66.5 parent: 2 - - uid: 11108 + - uid: 19875 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-2.5 + rot: -1.5707963267948966 rad + pos: -37.5,49.5 parent: 2 - - uid: 11109 + - uid: 19877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-2.5 + rot: -1.5707963267948966 rad + pos: -49.5,49.5 parent: 2 - - uid: 12934 + - uid: 19926 components: - type: Transform - pos: 47.5,46.5 + pos: -6.5,-40.5 parent: 2 - - uid: 12935 + - uid: 19990 components: - type: Transform - pos: 46.5,42.5 + pos: -20.5,7.5 parent: 2 - - uid: 13244 + - uid: 20970 components: - type: Transform - pos: -37.5,13.5 + rot: 3.141592653589793 rad + pos: 30.5,26.5 parent: 2 - - uid: 13645 + - uid: 22076 components: - type: Transform - pos: 58.5,-37.5 + pos: -24.5,7.5 parent: 2 - - uid: 14078 + - uid: 22112 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,44.5 + pos: -51.5,-7.5 parent: 2 - - uid: 14258 + - uid: 22352 components: - type: Transform - pos: 27.5,55.5 + pos: 14.5,66.5 parent: 2 - - uid: 15525 + - uid: 22448 components: - type: Transform - pos: -20.5,48.5 + rot: 1.5707963267948966 rad + pos: 52.5,22.5 parent: 2 - - uid: 15988 + - uid: 22449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-20.5 + rot: 1.5707963267948966 rad + pos: 52.5,10.5 parent: 2 - - uid: 16498 + - uid: 22453 components: - type: Transform - pos: -25.5,46.5 + pos: 60.5,24.5 parent: 2 - - uid: 16500 + - uid: 22454 components: - type: Transform - pos: -23.5,46.5 + rot: 3.141592653589793 rad + pos: 60.5,10.5 parent: 2 - - uid: 16509 + - uid: 22456 components: - type: Transform - pos: -19.5,45.5 + pos: 57.5,0.5 parent: 2 - - uid: 16519 + - uid: 22459 components: - type: Transform - pos: -20.5,45.5 + rot: 1.5707963267948966 rad + pos: -30.5,-19.5 parent: 2 - - uid: 16592 + - uid: 22462 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,60.5 + pos: -45.5,15.5 parent: 2 - - uid: 16669 + - uid: 22463 components: - type: Transform - pos: -36.5,12.5 + pos: 29.5,56.5 parent: 2 - - uid: 16670 + - uid: 22464 components: - type: Transform - pos: -37.5,12.5 + rot: 1.5707963267948966 rad + pos: -33.5,60.5 parent: 2 - - uid: 18118 + - uid: 22465 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,61.5 + pos: 38.5,44.5 parent: 2 - - uid: 18150 + - uid: 22466 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,62.5 + pos: 45.5,44.5 parent: 2 - - uid: 18151 + - uid: 22467 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,61.5 + pos: 38.5,32.5 parent: 2 - - uid: 18155 + - uid: 22468 components: - type: Transform - pos: -31.5,62.5 + rot: 3.141592653589793 rad + pos: -4.5,63.5 parent: 2 - - uid: 18197 + - uid: 22470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,60.5 + pos: 49.5,40.5 parent: 2 - - uid: 18438 + - uid: 22471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,4.5 + pos: 43.5,40.5 parent: 2 - - uid: 18439 + - uid: 22472 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,5.5 + pos: -60.5,40.5 parent: 2 - - uid: 18443 + - uid: 22473 components: - type: Transform - pos: -51.5,-1.5 + pos: 38.5,26.5 parent: 2 - - uid: 18446 + - uid: 22475 components: - type: Transform - pos: -52.5,-1.5 + rot: 3.141592653589793 rad + pos: -3.5,73.5 parent: 2 - - uid: 18482 + - uid: 22476 components: - type: Transform - pos: -51.5,0.5 + pos: 12.5,78.5 parent: 2 - - uid: 18516 + - uid: 22477 components: - type: Transform - pos: -41.5,24.5 + pos: -9.5,78.5 parent: 2 - - uid: 18528 + - uid: 22478 components: - type: Transform - pos: -40.5,24.5 + rot: 3.141592653589793 rad + pos: 6.5,73.5 parent: 2 - - uid: 19378 + - uid: 22479 components: - type: Transform - pos: -18.5,48.5 + rot: 1.5707963267948966 rad + pos: 34.5,48.5 parent: 2 - - uid: 19428 + - uid: 22481 components: - type: Transform - pos: -77.5,1.5 + rot: 1.5707963267948966 rad + pos: -62.5,2.5 parent: 2 - - uid: 19638 + - uid: 22482 components: - type: Transform - pos: -13.5,-42.5 + rot: 1.5707963267948966 rad + pos: -62.5,-2.5 parent: 2 - - uid: 19691 + - uid: 22483 components: - type: Transform - pos: -67.5,17.5 + rot: 3.141592653589793 rad + pos: -55.5,2.5 parent: 2 - - uid: 20172 + - uid: 22484 components: - type: Transform - pos: -28.5,-4.5 + rot: -1.5707963267948966 rad + pos: -67.5,10.5 parent: 2 - - uid: 20962 + - uid: 22485 components: - type: Transform - pos: -7.5,-34.5 + rot: -1.5707963267948966 rad + pos: -49.5,1.5 parent: 2 - - uid: 20973 + - uid: 22486 components: - type: Transform - pos: -62.5,-25.5 + rot: -1.5707963267948966 rad + pos: 50.5,48.5 parent: 2 - - uid: 20974 + - uid: 22487 components: - type: Transform - pos: -62.5,-26.5 + rot: 3.141592653589793 rad + pos: 38.5,53.5 parent: 2 - - uid: 21064 + - uid: 22488 components: - type: Transform - pos: -31.5,15.5 + pos: -80.5,9.5 parent: 2 - - uid: 21065 + - uid: 22489 components: - type: Transform - pos: -31.5,14.5 - parent: 2 - - uid: 21066 + rot: 3.141592653589793 rad + pos: 42.5,46.5 + parent: 2 + - uid: 22491 components: - type: Transform - pos: -34.5,-1.5 + rot: 1.5707963267948966 rad + pos: -73.5,6.5 parent: 2 - - uid: 21070 + - uid: 22493 components: - type: Transform - pos: 36.5,16.5 + rot: -1.5707963267948966 rad + pos: -83.5,14.5 parent: 2 - - uid: 21071 + - uid: 22495 components: - type: Transform - pos: 52.5,8.5 + pos: -68.5,17.5 parent: 2 - - uid: 21103 + - uid: 22497 components: - type: Transform - pos: -92.5,-19.5 + pos: -71.5,14.5 parent: 2 - - uid: 21116 + - uid: 22498 components: - type: Transform - pos: -71.5,38.5 + pos: 47.5,34.5 parent: 2 - - uid: 21117 + - uid: 22500 components: - type: Transform - pos: -95.5,38.5 + rot: -1.5707963267948966 rad + pos: -83.5,1.5 parent: 2 - - uid: 21118 + - uid: 22502 components: - type: Transform - pos: -112.5,20.5 + rot: 3.141592653589793 rad + pos: -92.5,7.5 parent: 2 - - uid: 21119 + - uid: 22503 components: - type: Transform - pos: -112.5,19.5 + rot: 3.141592653589793 rad + pos: 30.5,23.5 parent: 2 - - uid: 21209 + - uid: 22507 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,35.5 + pos: -23.5,-31.5 parent: 2 - - uid: 22395 + - uid: 22521 components: - type: Transform - pos: -3.5,-22.5 + rot: 3.141592653589793 rad + pos: -81.5,20.5 parent: 2 - - uid: 22444 + - uid: 22522 components: - type: Transform - pos: 35.5,-0.5 + pos: -87.5,-3.5 parent: 2 - - uid: 22445 + - uid: 22530 components: - type: Transform - pos: 34.5,-0.5 + pos: -81.5,-3.5 parent: 2 - - uid: 23286 + - uid: 22531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,45.5 + rot: -1.5707963267948966 rad + pos: -99.5,-13.5 parent: 2 - - uid: 23290 + - uid: 22552 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,33.5 + pos: -95.5,27.5 parent: 2 - - uid: 23294 + - uid: 22554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,14.5 + pos: -90.5,-7.5 parent: 2 - - uid: 27610 + - uid: 22556 components: - type: Transform - pos: -17.5,-25.5 + pos: -78.5,-7.5 parent: 2 - - uid: 27633 + - uid: 22565 components: - type: Transform - pos: -16.5,-25.5 + rot: -1.5707963267948966 rad + pos: -95.5,-10.5 parent: 2 - - uid: 28158 + - uid: 23011 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-32.5 + pos: -12.5,64.5 parent: 2 - - uid: 28695 + - uid: 23015 components: - type: Transform - pos: -56.5,-14.5 + rot: 1.5707963267948966 rad + pos: 41.5,-9.5 parent: 2 - - uid: 28894 + - uid: 23046 components: - type: Transform - pos: -18.5,47.5 + rot: 1.5707963267948966 rad + pos: 52.5,51.5 parent: 2 - - uid: 28969 + - uid: 23048 components: - type: Transform - pos: 34.5,3.5 + rot: 1.5707963267948966 rad + pos: 57.5,56.5 parent: 2 - - uid: 28972 + - uid: 23053 components: - type: Transform - pos: -21.5,48.5 + rot: 3.141592653589793 rad + pos: -3.5,-2.5 parent: 2 - - uid: 29610 + - uid: 23061 components: - type: Transform - pos: 6.5,-29.5 + rot: 1.5707963267948966 rad + pos: -33.5,51.5 parent: 2 - - uid: 29753 + - uid: 23063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,62.5 + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 parent: 2 - - uid: 29754 + - uid: 23067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,61.5 + rot: 1.5707963267948966 rad + pos: 0.5,-22.5 parent: 2 - - uid: 29755 + - uid: 23084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,61.5 + rot: 1.5707963267948966 rad + pos: 15.5,9.5 parent: 2 - - uid: 29756 + - uid: 23085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,62.5 + pos: -0.5,23.5 parent: 2 - - uid: 29770 + - uid: 23087 components: - type: Transform rot: 3.141592653589793 rad - pos: 86.5,59.5 + pos: 12.5,9.5 parent: 2 - - uid: 29771 + - uid: 23089 components: - type: Transform rot: 3.141592653589793 rad - pos: 86.5,58.5 + pos: 6.5,9.5 parent: 2 - - uid: 31792 + - uid: 23090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-33.5 + rot: -1.5707963267948966 rad + pos: 3.5,12.5 parent: 2 - - uid: 34638 + - uid: 23091 components: - type: Transform - pos: 43.5,30.5 + rot: -1.5707963267948966 rad + pos: 21.5,6.5 parent: 2 -- proto: RadiationCollector - entities: - - uid: 23017 + - uid: 23092 components: - type: Transform - pos: -111.5,45.5 + rot: -1.5707963267948966 rad + pos: 31.5,-2.5 parent: 2 - - uid: 23018 + - uid: 23093 components: - type: Transform - pos: -112.5,45.5 + rot: 1.5707963267948966 rad + pos: 23.5,13.5 parent: 2 - - uid: 23049 + - uid: 23094 components: - type: Transform - pos: -114.5,45.5 + rot: -1.5707963267948966 rad + pos: 21.5,9.5 parent: 2 - - uid: 23341 + - uid: 23095 components: - type: Transform - anchored: False - pos: -93.1931,57.47908 + rot: 1.5707963267948966 rad + pos: 23.5,6.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 27871 + - uid: 23097 components: - type: Transform - anchored: False - pos: -119.22025,50.3151 + rot: 3.141592653589793 rad + pos: 31.5,15.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 27906 + - uid: 23098 components: - type: Transform - anchored: False - pos: -107.89526,44.088966 + pos: 35.5,7.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 28825 + - uid: 23100 components: - type: Transform - pos: -113.5,57.5 + rot: 3.141592653589793 rad + pos: 14.5,-2.5 parent: 2 - - uid: 28826 + - uid: 23101 components: - type: Transform - anchored: False - pos: -110.99109,59.063522 + rot: 3.141592653589793 rad + pos: 22.5,0.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 28827 + - uid: 23102 components: - type: Transform - pos: -118.5,52.5 + rot: 1.5707963267948966 rad + pos: 33.5,-0.5 parent: 2 - - uid: 32436 + - uid: 23104 components: - type: Transform - anchored: False - pos: -96.53507,58.04881 + rot: -1.5707963267948966 rad + pos: 28.5,-2.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32437 + - uid: 23105 components: - type: Transform - anchored: False - pos: -99.46498,45.464916 + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32438 + - uid: 23106 components: - type: Transform - anchored: False - pos: -100.38747,45.465878 + rot: 1.5707963267948966 rad + pos: 23.5,-5.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32439 + - uid: 23110 components: - type: Transform - anchored: False - pos: -99.62384,46.73476 + rot: 1.5707963267948966 rad + pos: 23.5,-11.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32440 + - uid: 23111 components: - type: Transform - anchored: False - pos: -99.5,57.5 + pos: 15.5,3.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32441 + - uid: 23113 components: - type: Transform - anchored: False - pos: -101.0904,54.52224 + rot: -1.5707963267948966 rad + pos: 21.5,-3.5 parent: 2 - - type: Physics - bodyType: Dynamic -- proto: RadioHandheld - entities: - - uid: 9594 + - uid: 23114 components: - type: Transform - pos: -48.02188,33.882744 + pos: 18.5,-7.5 parent: 2 - - uid: 9595 + - uid: 23115 components: - type: Transform - pos: -47.85782,33.71868 + rot: -1.5707963267948966 rad + pos: 6.5,6.5 parent: 2 - - uid: 9596 + - uid: 23116 components: - type: Transform - pos: -47.936684,23.679705 + pos: -3.5,7.5 parent: 2 - - uid: 9597 + - uid: 23119 components: - type: Transform - pos: -50.831215,18.66408 + rot: -1.5707963267948966 rad + pos: 10.5,0.5 parent: 2 - - uid: 9598 + - uid: 23120 components: - type: Transform - pos: -55.67106,35.860962 + rot: 3.141592653589793 rad + pos: 11.5,5.5 parent: 2 - - uid: 9599 + - uid: 23126 components: - type: Transform - pos: -55.413246,35.77893 + rot: 3.141592653589793 rad + pos: -38.5,8.5 parent: 2 - - uid: 9600 + - uid: 23128 components: - type: Transform - pos: -55.57731,35.60315 + rot: -1.5707963267948966 rad + pos: -10.5,4.5 parent: 2 - - uid: 19855 + - uid: 23130 components: - type: Transform - pos: 10.573705,60.727715 + rot: 3.141592653589793 rad + pos: -16.5,1.5 parent: 2 - - uid: 22359 + - uid: 23132 components: - type: Transform - pos: 26.287569,37.5581 + rot: 3.141592653589793 rad + pos: -24.5,1.5 parent: 2 - - uid: 22366 + - uid: 23138 components: - type: Transform - pos: 10.386205,60.49855 + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 parent: 2 - - uid: 22367 + - uid: 23150 components: - type: Transform - pos: 10.698705,60.4673 + rot: 3.141592653589793 rad + pos: -27.5,-2.5 parent: 2 - - uid: 22382 + - uid: 23154 components: - type: Transform - pos: 27.352337,55.793938 + rot: 3.141592653589793 rad + pos: -15.5,-2.5 parent: 2 - - uid: 22383 + - uid: 23155 components: - type: Transform - pos: 27.414837,55.668938 + rot: 3.141592653589793 rad + pos: -21.5,-2.5 parent: 2 - - uid: 22384 + - uid: 23156 components: - type: Transform - pos: 28.617962,52.835003 + pos: -12.5,-4.5 parent: 2 - - uid: 22385 + - uid: 23157 components: - type: Transform - pos: 21.358255,26.350407 + pos: -12.5,16.5 parent: 2 - - uid: 22386 + - uid: 23158 components: - type: Transform - pos: 21.452005,26.280094 + rot: 3.141592653589793 rad + pos: -5.5,9.5 parent: 2 - - uid: 22387 + - uid: 23159 components: - type: Transform - pos: 16.452005,27.756657 + pos: -3.5,16.5 parent: 2 - - uid: 22388 + - uid: 23160 components: - type: Transform - pos: 16.65513,27.88947 + pos: -7.5,16.5 parent: 2 - - uid: 22389 + - uid: 23161 components: - type: Transform - pos: 17.295755,30.787907 + rot: 3.141592653589793 rad + pos: -15.5,19.5 parent: 2 - - uid: 22390 + - uid: 23165 components: - type: Transform - pos: -11.339292,-10.879668 + pos: -25.5,13.5 parent: 2 - - uid: 22391 + - uid: 23167 components: - type: Transform - pos: -27.766466,-9.085171 + rot: 3.141592653589793 rad + pos: -16.5,12.5 parent: 2 - - uid: 22392 + - uid: 23171 components: - type: Transform - pos: -28.377155,-20.761341 + pos: -20.5,-4.5 parent: 2 - - uid: 22393 + - uid: 23174 components: - type: Transform - pos: -58.337063,13.594515 + pos: -40.5,24.5 parent: 2 - - uid: 22396 + - uid: 23176 components: - type: Transform - pos: -41.535954,31.496433 + rot: 1.5707963267948966 rad + pos: -17.5,-9.5 parent: 2 - - uid: 22397 + - uid: 23177 components: - type: Transform - pos: -54.073174,35.65238 + rot: -1.5707963267948966 rad + pos: -19.5,-9.5 parent: 2 -- proto: Railing - entities: - - uid: 92 + - uid: 23178 components: - type: Transform - pos: 0.5,-21.5 + rot: -1.5707963267948966 rad + pos: -3.5,-23.5 parent: 2 - - uid: 586 + - uid: 23180 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,9.5 + pos: -35.5,66.5 parent: 2 - - uid: 750 + - uid: 23181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,7.5 + rot: -1.5707963267948966 rad + pos: 53.5,6.5 parent: 2 - - uid: 1308 + - uid: 23192 components: - type: Transform - pos: 25.5,3.5 + rot: -1.5707963267948966 rad + pos: -105.5,44.5 parent: 2 - - uid: 1309 + - uid: 23195 components: - type: Transform - pos: 26.5,3.5 + rot: -1.5707963267948966 rad + pos: -93.5,49.5 parent: 2 - - uid: 1310 + - uid: 23210 components: - type: Transform - pos: 27.5,3.5 + pos: -38.5,19.5 parent: 2 - - uid: 1311 + - uid: 23215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,0.5 + rot: -1.5707963267948966 rad + pos: -105.5,58.5 parent: 2 - - uid: 1312 + - uid: 23249 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,0.5 + pos: 58.5,-37.5 parent: 2 - - uid: 1314 + - uid: 23538 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 + rot: 1.5707963267948966 rad + pos: -56.5,-22.5 parent: 2 - - uid: 1352 + - uid: 23563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,11.5 + pos: -40.5,-40.5 parent: 2 - - uid: 1354 + - uid: 24913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,13.5 + rot: 1.5707963267948966 rad + pos: -60.5,51.5 parent: 2 - - uid: 1355 + - uid: 25060 + components: + - type: Transform + pos: -26.5,7.5 + parent: 2 + - uid: 27228 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,12.5 + pos: -94.5,-6.5 parent: 2 - - uid: 1359 + - uid: 27415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,13.5 + pos: -46.5,-14.5 parent: 2 - - uid: 1368 + - uid: 27416 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,10.5 + pos: 4.5,17.5 parent: 2 - - uid: 1370 + - uid: 28332 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,10.5 + rot: 1.5707963267948966 rad + pos: -60.5,44.5 parent: 2 - - uid: 1613 + - uid: 28466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,10.5 + pos: 13.5,25.5 parent: 2 - - uid: 1635 + - uid: 28467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,10.5 + rot: 1.5707963267948966 rad + pos: 5.5,51.5 parent: 2 - - uid: 1865 + - uid: 28470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,62.5 + pos: -27.5,37.5 parent: 2 - - uid: 1899 + - uid: 28471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,24.5 + pos: 6.5,25.5 parent: 2 - - uid: 1900 + - uid: 28823 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,24.5 + pos: 72.5,0.5 parent: 2 - - uid: 1901 + - uid: 28837 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,24.5 + rot: 1.5707963267948966 rad + pos: 71.5,-15.5 parent: 2 - - uid: 1903 + - uid: 28840 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,24.5 + pos: -37.5,58.5 parent: 2 - - uid: 2086 + - uid: 28854 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,9.5 + pos: 4.5,71.5 parent: 2 - - uid: 2412 + - uid: 28877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,47.5 + parent: 2 + - uid: 28996 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-34.5 + pos: -18.5,-27.5 parent: 2 - - uid: 2588 + - uid: 29177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-14.5 + rot: -1.5707963267948966 rad + pos: 69.5,23.5 parent: 2 - - uid: 3315 + - uid: 29179 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-33.5 + pos: 69.5,11.5 parent: 2 - - uid: 3490 + - uid: 29969 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,-32.5 + pos: -19.5,-44.5 parent: 2 - - uid: 3491 + - uid: 30098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-32.5 + rot: 1.5707963267948966 rad + pos: 83.5,40.5 parent: 2 - - uid: 3508 + - uid: 30099 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,-29.5 + pos: 91.5,40.5 parent: 2 - - uid: 3509 + - uid: 30637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-28.5 + rot: 3.141592653589793 rad + pos: -42.5,-23.5 parent: 2 - - uid: 3510 + - uid: 31180 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,-31.5 + pos: -71.5,2.5 parent: 2 - - uid: 3511 + - uid: 31676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-30.5 + pos: -49.5,-40.5 parent: 2 - - uid: 3512 + - uid: 31889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-29.5 + rot: 3.141592653589793 rad + pos: 84.5,70.5 parent: 2 - - uid: 3513 + - uid: 32142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-28.5 + rot: -1.5707963267948966 rad + pos: -99.5,47.5 parent: 2 - - uid: 3514 + - uid: 32143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-31.5 + rot: -1.5707963267948966 rad + pos: -99.5,55.5 parent: 2 - - uid: 3515 + - uid: 32149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-30.5 + pos: -119.5,59.5 parent: 2 - - uid: 3679 + - uid: 32150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,17.5 + rot: 3.141592653589793 rad + pos: -119.5,43.5 parent: 2 - - uid: 4575 + - uid: 32447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,15.5 + pos: -48.5,70.5 parent: 2 - - uid: 4576 + - uid: 32467 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,14.5 + pos: 89.5,56.5 parent: 2 - - uid: 4577 + - uid: 32684 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,13.5 + pos: 88.5,18.5 parent: 2 - - uid: 4578 + - uid: 33686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,12.5 + pos: -44.5,67.5 parent: 2 - - uid: 4615 + - uid: 34055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,22.5 + rot: -1.5707963267948966 rad + pos: 3.5,-44.5 parent: 2 - - uid: 4616 + - uid: 34153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,21.5 + pos: 6.5,42.5 parent: 2 - - uid: 4617 + - uid: 34590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,20.5 + rot: -1.5707963267948966 rad + pos: -96.5,12.5 parent: 2 - - uid: 4618 + - uid: 34591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,19.5 + rot: -1.5707963267948966 rad + pos: -96.5,4.5 parent: 2 - - uid: 4982 + - uid: 34758 components: - type: Transform - pos: 59.5,-24.5 + rot: 1.5707963267948966 rad + pos: -44.5,59.5 parent: 2 - - uid: 4983 + - uid: 36458 components: - type: Transform - pos: 53.5,-24.5 + pos: 33.5,-10.5 parent: 2 - - uid: 4984 +- proto: PoweredLightBlueInterior + entities: + - uid: 28968 components: - type: Transform rot: 3.141592653589793 rad - pos: 63.5,-14.5 + pos: 13.5,80.5 parent: 2 - - uid: 4985 + - uid: 31681 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-14.5 + pos: -10.5,80.5 parent: 2 - - uid: 4986 + - uid: 32654 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,-16.5 + pos: -1.5,80.5 parent: 2 - - uid: 4987 + - uid: 34042 components: - type: Transform - pos: 62.5,-22.5 + rot: 3.141592653589793 rad + pos: 4.5,80.5 parent: 2 - - uid: 4988 + - uid: 34043 components: - type: Transform rot: 1.5707963267948966 rad - pos: 65.5,-19.5 + pos: 80.5,-11.5 parent: 2 - - uid: 4989 +- proto: PoweredLightColoredBlack + entities: + - uid: 8258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-23.5 + pos: -68.5,34.5 parent: 2 - - uid: 4991 +- proto: PoweredLightColoredRed + entities: + - uid: 4766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-15.5 + pos: -74.5,-2.5 parent: 2 - - uid: 6328 + - uid: 4888 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,59.5 + pos: -28.5,45.5 parent: 2 - - uid: 6676 + - uid: 9796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,33.5 + pos: -20.5,48.5 parent: 2 - - uid: 7478 + - uid: 29802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-16.5 + pos: 74.5,26.5 parent: 2 - - uid: 7479 +- proto: PoweredlightEmpty + entities: + - uid: 7072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-17.5 + pos: -31.5,-30.5 parent: 2 - - uid: 7480 + - uid: 7073 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-18.5 + pos: -25.5,-33.5 parent: 2 - - uid: 7481 + - uid: 7074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-20.5 + rot: 1.5707963267948966 rad + pos: -33.5,-34.5 parent: 2 - - uid: 7482 +- proto: PoweredlightLED + entities: + - uid: 22533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-21.5 + rot: 1.5707963267948966 rad + pos: 49.5,-6.5 parent: 2 - - uid: 7483 +- proto: PoweredLightPostSmall + entities: + - uid: 5970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-22.5 + pos: -41.5,72.5 parent: 2 - - uid: 7484 + - uid: 9797 components: - type: Transform - pos: -46.5,-24.5 + pos: -17.5,-50.5 parent: 2 - - uid: 7485 + - uid: 10448 components: - type: Transform - pos: -45.5,-24.5 + pos: -90.5,-40.5 parent: 2 - - uid: 7486 + - uid: 10449 components: - type: Transform - pos: -44.5,-24.5 + pos: -90.5,-59.5 parent: 2 - - uid: 8813 + - uid: 10513 components: - type: Transform - pos: 39.5,21.5 + pos: -81.5,-33.5 parent: 2 - - uid: 8815 + - uid: 13711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 + pos: -79.5,89.5 parent: 2 - - uid: 8852 + - uid: 17010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,18.5 + pos: -95.5,67.5 parent: 2 - - uid: 8853 + - uid: 26527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,18.5 + pos: -52.5,59.5 parent: 2 - - uid: 8883 + - uid: 28797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,17.5 + pos: -120.5,38.5 parent: 2 - - uid: 8888 + - uid: 30277 components: - type: Transform - pos: -61.5,19.5 + pos: 1.5,-37.5 parent: 2 - - uid: 8889 + - uid: 31302 components: - type: Transform - pos: -60.5,19.5 + pos: -52.5,70.5 parent: 2 - - uid: 8890 + - uid: 31890 components: - type: Transform - pos: -59.5,19.5 + pos: 46.5,-40.5 parent: 2 - - uid: 9721 + - uid: 31894 components: - type: Transform - pos: -77.5,-35.5 + pos: 54.5,-40.5 parent: 2 - - uid: 9722 + - uid: 31926 components: - type: Transform - pos: -71.5,-35.5 + pos: -72.5,-15.5 parent: 2 - - uid: 9753 + - uid: 31958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,51.5 + pos: 87.5,-3.5 parent: 2 - - uid: 9786 + - uid: 32001 components: - type: Transform - pos: -84.5,-35.5 + pos: -66.5,-29.5 parent: 2 - - uid: 9787 + - uid: 32102 components: - type: Transform - pos: -87.5,-35.5 + pos: -129.5,45.5 parent: 2 - - uid: 9811 + - uid: 32104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-54.5 + pos: -126.5,63.5 parent: 2 - - uid: 9815 + - uid: 32105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-69.5 + pos: -115.5,66.5 parent: 2 - - uid: 9823 + - uid: 32108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-62.5 + pos: -81.5,51.5 parent: 2 - - uid: 9824 + - uid: 32111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-64.5 + pos: -67.5,42.5 parent: 2 - - uid: 9825 + - uid: 32288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-63.5 + pos: -65.5,51.5 parent: 2 - - uid: 9826 + - uid: 32321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-72.5 + pos: -79.5,69.5 parent: 2 - - uid: 9829 + - uid: 35077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-67.5 + pos: 55.5,-56.5 parent: 2 - - uid: 9841 + - uid: 35079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-68.5 + pos: 55.5,-77.5 parent: 2 - - uid: 9842 +- proto: PoweredlightRed + entities: + - uid: 2067 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-68.5 + pos: 26.5,39.5 parent: 2 - - uid: 9843 + - uid: 19857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-61.5 + rot: -1.5707963267948966 rad + pos: 10.5,60.5 parent: 2 - - uid: 9844 +- proto: PoweredlightSodium + entities: + - uid: 17927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-57.5 + rot: 3.141592653589793 rad + pos: 71.5,-8.5 parent: 2 - - uid: 9854 + - uid: 26748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-63.5 + rot: 3.141592653589793 rad + pos: -68.5,-0.5 parent: 2 - - uid: 9856 + - uid: 32571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,38.5 + pos: 74.5,64.5 parent: 2 - - uid: 9857 + - uid: 32572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,39.5 + pos: 62.5,65.5 parent: 2 - - uid: 9858 + - uid: 32651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,40.5 + pos: 84.5,62.5 parent: 2 - - uid: 9859 + - uid: 32652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,41.5 + pos: 84.5,59.5 parent: 2 - - uid: 9860 + - uid: 32653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,44.5 + pos: 84.5,56.5 parent: 2 - - uid: 9861 +- proto: PoweredSmallLight + entities: + - uid: 599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,45.5 + rot: 1.5707963267948966 rad + pos: -29.5,15.5 parent: 2 - - uid: 9862 + - uid: 8259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,46.5 + pos: -60.5,-33.5 parent: 2 - - uid: 9863 + - uid: 12979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,48.5 + pos: 22.5,50.5 parent: 2 - - uid: 9864 + - uid: 15150 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,50.5 + pos: -26.5,15.5 parent: 2 - - uid: 9865 + - uid: 17809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,49.5 + pos: 7.5,-22.5 parent: 2 - - uid: 9866 + - uid: 17826 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,48.5 + pos: -23.5,15.5 parent: 2 - - uid: 9867 + - uid: 17833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,47.5 + rot: 3.141592653589793 rad + pos: 10.5,-25.5 parent: 2 - - uid: 9868 + - uid: 17835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,46.5 + rot: 3.141592653589793 rad + pos: 21.5,-25.5 parent: 2 - - uid: 9869 + - uid: 17917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,45.5 + pos: -5.5,35.5 parent: 2 - - uid: 9870 + - uid: 18178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,44.5 + pos: -29.5,42.5 parent: 2 - - uid: 9871 + - uid: 18194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,43.5 + rot: -1.5707963267948966 rad + pos: 14.5,28.5 parent: 2 - - uid: 9872 + - uid: 20834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,42.5 + pos: 5.5,45.5 parent: 2 - - uid: 9873 + - uid: 22294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,42.5 + pos: 48.5,30.5 parent: 2 - - uid: 9874 + - uid: 22439 components: - type: Transform rot: 3.141592653589793 rad - pos: -62.5,42.5 + pos: -68.5,-3.5 parent: 2 - - uid: 9918 + - uid: 22447 components: - type: Transform - pos: -79.5,50.5 + rot: -1.5707963267948966 rad + pos: 68.5,8.5 parent: 2 - - uid: 9919 + - uid: 22457 components: - type: Transform - pos: -68.5,50.5 + pos: 74.5,-10.5 parent: 2 - - uid: 9920 + - uid: 22458 components: - type: Transform - pos: -69.5,50.5 + rot: 1.5707963267948966 rad + pos: 69.5,-10.5 parent: 2 - - uid: 9921 + - uid: 22461 components: - type: Transform - pos: -70.5,50.5 + pos: -62.5,13.5 parent: 2 - - uid: 9922 + - uid: 22469 components: - type: Transform - pos: -73.5,50.5 + rot: 1.5707963267948966 rad + pos: -55.5,40.5 parent: 2 - - uid: 9923 + - uid: 22490 components: - type: Transform - pos: -72.5,50.5 + rot: -1.5707963267948966 rad + pos: 37.5,51.5 parent: 2 - - uid: 9924 + - uid: 22496 components: - type: Transform - pos: -74.5,50.5 + rot: 1.5707963267948966 rad + pos: 47.5,51.5 parent: 2 - - uid: 9925 + - uid: 22499 components: - type: Transform - pos: -77.5,50.5 + pos: 44.5,34.5 parent: 2 - - uid: 9926 + - uid: 22505 components: - type: Transform - pos: -80.5,50.5 + pos: 9.5,-20.5 parent: 2 - - uid: 9927 + - uid: 22506 components: - type: Transform - pos: -82.5,50.5 + pos: 11.5,-20.5 parent: 2 - - uid: 9928 + - uid: 22508 components: - type: Transform - pos: -83.5,50.5 + pos: -75.5,1.5 parent: 2 - - uid: 9929 + - uid: 22509 components: - type: Transform - pos: -85.5,50.5 + pos: -79.5,1.5 parent: 2 - - uid: 9930 + - uid: 22519 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,52.5 + pos: -71.5,16.5 parent: 2 - - uid: 9931 + - uid: 22527 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,52.5 + pos: -26.5,-27.5 parent: 2 - - uid: 9932 + - uid: 22860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,52.5 + pos: -29.5,67.5 parent: 2 - - uid: 9933 + - uid: 23129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-77.5 + rot: 1.5707963267948966 rad + pos: -17.5,15.5 parent: 2 - - uid: 9934 + - uid: 23137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,52.5 + rot: 1.5707963267948966 rad + pos: -29.5,10.5 parent: 2 - - uid: 9935 + - uid: 23146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,52.5 + rot: 1.5707963267948966 rad + pos: -20.5,15.5 parent: 2 - - uid: 9936 + - uid: 23162 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,52.5 + rot: 1.5707963267948966 rad + pos: -26.5,10.5 parent: 2 - - uid: 9937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,52.5 - parent: 2 - - uid: 9938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,52.5 - parent: 2 - - uid: 9939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,52.5 - parent: 2 - - uid: 10437 - components: - - type: Transform - pos: -78.5,-35.5 - parent: 2 - - uid: 10438 - components: - - type: Transform - pos: -73.5,-35.5 - parent: 2 - - uid: 10440 - components: - - type: Transform - pos: -86.5,-35.5 - parent: 2 - - uid: 10452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-51.5 - parent: 2 - - uid: 10453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-56.5 - parent: 2 - - uid: 10454 + - uid: 23163 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.5,-58.5 + pos: -23.5,10.5 parent: 2 - - uid: 10455 + - uid: 23164 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.5,-61.5 + pos: -20.5,10.5 parent: 2 - - uid: 10456 + - uid: 23166 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.5,-62.5 + pos: -17.5,10.5 parent: 2 - - uid: 10457 + - uid: 23168 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.5,-40.5 + pos: -14.5,9.5 parent: 2 - - uid: 10458 + - uid: 23172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-41.5 + rot: -1.5707963267948966 rad + pos: -8.5,-9.5 parent: 2 - - uid: 10459 + - uid: 23175 components: - type: Transform rot: 1.5707963267948966 rad - pos: -88.5,-42.5 + pos: 71.5,-11.5 parent: 2 - - uid: 10460 + - uid: 23179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-45.5 + pos: -33.5,67.5 parent: 2 - - uid: 10461 + - uid: 23252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-47.5 + pos: -31.5,67.5 parent: 2 - - uid: 10462 +- proto: PoweredSmallLightMaintenance + entities: + - uid: 431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-48.5 + pos: 66.5,30.5 parent: 2 - - uid: 10576 + - uid: 11198 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-29.5 + pos: -49.5,-32.5 parent: 2 - - uid: 10577 + - uid: 11204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-29.5 + pos: -39.5,-32.5 parent: 2 - - uid: 10578 + - uid: 16290 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-29.5 + pos: 26.5,33.5 parent: 2 - - uid: 10583 + - uid: 16298 components: - type: Transform - pos: -66.5,-36.5 + pos: 40.5,15.5 parent: 2 - - uid: 10584 + - uid: 17876 components: - type: Transform - pos: -65.5,-36.5 + pos: -5.5,45.5 parent: 2 - - uid: 10585 + - uid: 17913 components: - type: Transform - pos: -64.5,-36.5 + rot: 1.5707963267948966 rad + pos: -39.5,28.5 parent: 2 - - uid: 10586 + - uid: 18472 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,-30.5 + pos: 12.5,52.5 parent: 2 - - uid: 10587 + - uid: 19165 components: - type: Transform rot: -1.5707963267948966 rad - pos: -67.5,-31.5 + pos: -38.5,34.5 parent: 2 - - uid: 10616 + - uid: 19660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-32.5 + pos: -68.5,36.5 parent: 2 - - uid: 11973 + - uid: 21084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-14.5 + pos: -68.5,-5.5 parent: 2 - - uid: 12146 + - uid: 22504 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,7.5 - parent: 2 - - uid: 13441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-33.5 - parent: 2 - - uid: 13442 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-33.5 + pos: 14.5,22.5 parent: 2 - - uid: 13454 + - uid: 22524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-33.5 + rot: 1.5707963267948966 rad + pos: -62.5,-30.5 parent: 2 - - uid: 13455 + - uid: 22529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-33.5 + pos: -30.5,-27.5 parent: 2 - - uid: 13456 + - uid: 22549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-33.5 + rot: -1.5707963267948966 rad + pos: 39.5,-3.5 parent: 2 - - uid: 13459 + - uid: 22550 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-33.5 + pos: 32.5,43.5 parent: 2 - - uid: 13460 + - uid: 22557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-33.5 + rot: 1.5707963267948966 rad + pos: 84.5,9.5 parent: 2 - - uid: 13461 + - uid: 22771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-33.5 + pos: -43.5,70.5 parent: 2 - - uid: 13484 + - uid: 23059 components: - type: Transform - pos: -70.5,-35.5 + rot: -1.5707963267948966 rad + pos: -31.5,11.5 parent: 2 - - uid: 13485 + - uid: 23136 components: - type: Transform - pos: -76.5,-35.5 + rot: 1.5707963267948966 rad + pos: 43.5,-31.5 parent: 2 - - uid: 13486 + - uid: 23187 components: - type: Transform - pos: -79.5,-35.5 + rot: 1.5707963267948966 rad + pos: 76.5,-11.5 parent: 2 - - uid: 13487 + - uid: 25065 components: - type: Transform - pos: -81.5,-35.5 + pos: 70.5,30.5 parent: 2 - - uid: 13488 + - uid: 26616 components: - type: Transform - pos: -82.5,-35.5 + pos: -54.5,53.5 parent: 2 - - uid: 13544 + - uid: 32471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-37.5 + pos: 55.5,68.5 parent: 2 - - uid: 13579 + - uid: 32602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-33.5 + pos: 58.5,66.5 parent: 2 - - uid: 13588 + - uid: 32604 components: - type: Transform - pos: -74.5,-35.5 + pos: 65.5,70.5 parent: 2 - - uid: 13614 + - uid: 32605 components: - type: Transform - pos: -75.5,-35.5 + rot: -1.5707963267948966 rad + pos: 68.5,64.5 parent: 2 - - uid: 13647 + - uid: 32606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-37.5 + pos: 62.5,59.5 parent: 2 - - uid: 13648 + - uid: 32607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-38.5 + rot: 1.5707963267948966 rad + pos: 66.5,60.5 parent: 2 - - uid: 13649 + - uid: 32609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-39.5 + pos: 55.5,62.5 parent: 2 - - uid: 13650 + - uid: 32611 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-40.5 + pos: 64.5,63.5 parent: 2 - - uid: 13655 + - uid: 32614 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-38.5 + pos: 64.5,52.5 parent: 2 - - uid: 13656 + - uid: 32617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-37.5 + pos: 65.5,48.5 parent: 2 - - uid: 13663 + - uid: 32619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-33.5 + pos: 60.5,46.5 parent: 2 - - uid: 13664 + - uid: 32620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-33.5 + pos: 57.5,48.5 parent: 2 - - uid: 13665 + - uid: 32624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-33.5 + pos: 56.5,32.5 parent: 2 - - uid: 13666 + - uid: 32626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-33.5 + pos: 59.5,38.5 parent: 2 - - uid: 13667 + - uid: 32628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-33.5 + pos: 66.5,42.5 parent: 2 - - uid: 13673 + - uid: 32630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-33.5 + pos: 69.5,36.5 parent: 2 - - uid: 13675 + - uid: 32632 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-43.5 - parent: 2 - - uid: 13678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-53.5 + pos: 68.5,47.5 parent: 2 - - uid: 13689 + - uid: 32633 components: - type: Transform - pos: -69.5,-35.5 + rot: 1.5707963267948966 rad + pos: 52.5,36.5 parent: 2 - - uid: 13867 + - uid: 32634 components: - type: Transform - pos: 16.5,19.5 + rot: 1.5707963267948966 rad + pos: 70.5,52.5 parent: 2 - - uid: 15208 + - uid: 32635 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,61.5 + pos: 74.5,57.5 parent: 2 - - uid: 15209 + - uid: 32636 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,62.5 + pos: 72.5,60.5 parent: 2 - - uid: 15579 + - type: PoweredLight + ghostBlinkingCooldown: 60.0004096 + - uid: 32638 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,37.5 + pos: 76.5,67.5 parent: 2 - - uid: 15587 + - uid: 32641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,37.5 + rot: 1.5707963267948966 rad + pos: 78.5,64.5 parent: 2 - - uid: 15755 + - uid: 32642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,57.5 + pos: 82.5,66.5 parent: 2 - - uid: 17007 + - uid: 32643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-57.5 + pos: 87.5,68.5 parent: 2 - - uid: 17008 + - uid: 32644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-44.5 + rot: -1.5707963267948966 rad + pos: 89.5,66.5 parent: 2 - - uid: 17009 + - uid: 32645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-53.5 + pos: 92.5,62.5 parent: 2 - - uid: 17502 + - uid: 32646 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-16.5 + pos: 95.5,58.5 parent: 2 - - uid: 18219 + - uid: 32647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,58.5 + rot: -1.5707963267948966 rad + pos: 95.5,51.5 parent: 2 - - uid: 18552 + - uid: 32648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-51.5 + rot: 3.141592653589793 rad + pos: 89.5,49.5 parent: 2 - - uid: 18553 + - uid: 32649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-39.5 + rot: 3.141592653589793 rad + pos: 86.5,52.5 parent: 2 - - uid: 18555 + - uid: 32655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-41.5 + rot: 3.141592653589793 rad + pos: 89.5,46.5 parent: 2 - - uid: 18585 + - uid: 32656 components: - type: Transform - pos: -88.5,50.5 + rot: 3.141592653589793 rad + pos: 82.5,48.5 parent: 2 - - uid: 18587 + - uid: 32657 components: - type: Transform - pos: -89.5,50.5 + rot: 3.141592653589793 rad + pos: 96.5,45.5 parent: 2 - - uid: 18603 + - uid: 32659 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-40.5 + pos: 99.5,41.5 parent: 2 - - uid: 18621 + - uid: 32661 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,52.5 + rot: -1.5707963267948966 rad + pos: 93.5,36.5 parent: 2 - - uid: 18711 + - uid: 32662 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,-57.5 + pos: 93.5,33.5 parent: 2 - - uid: 18777 + - uid: 32663 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,-42.5 + pos: 89.5,32.5 parent: 2 - - uid: 18780 + - uid: 32664 components: - type: Transform - pos: -68.5,-35.5 + pos: 95.5,31.5 parent: 2 - - uid: 18783 + - uid: 32665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-47.5 + pos: 97.5,29.5 parent: 2 - - uid: 18784 + - uid: 32667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-35.5 + pos: 95.5,24.5 parent: 2 - - uid: 18785 + - uid: 32668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-43.5 + pos: 91.5,27.5 parent: 2 - - uid: 19626 + - uid: 32669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,58.5 + pos: 87.5,27.5 parent: 2 - - uid: 19650 + - uid: 32672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,62.5 + pos: 80.5,27.5 parent: 2 - - uid: 22279 + - uid: 32673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,58.5 + pos: 81.5,32.5 parent: 2 - - uid: 22675 + - uid: 32674 components: - type: Transform - pos: -19.5,-13.5 + pos: 79.5,34.5 parent: 2 - - uid: 22885 + - uid: 32675 components: - type: Transform - pos: -25.5,-13.5 + pos: 76.5,38.5 parent: 2 - - uid: 22910 + - uid: 32676 components: - type: Transform - pos: -24.5,-13.5 + pos: 76.5,40.5 parent: 2 - - uid: 23127 + - uid: 32679 components: - type: Transform - pos: -18.5,-13.5 + pos: 68.5,32.5 parent: 2 - - uid: 23296 + - uid: 32683 components: - type: Transform - pos: -17.5,-13.5 + pos: 84.5,27.5 parent: 2 - - uid: 23889 +- proto: PoweredSmallLightMaintenanceRed + entities: + - uid: 3427 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-8.5 + pos: -31.5,-8.5 parent: 2 - - uid: 24483 + - uid: 5974 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-27.5 - parent: 2 - - uid: 26853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-28.5 + pos: -35.5,-10.5 parent: 2 - - uid: 27167 + - uid: 8304 components: - type: Transform - pos: -23.5,-13.5 + rot: -1.5707963267948966 rad + pos: -64.5,-20.5 parent: 2 - - uid: 28062 + - uid: 15848 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,36.5 + rot: 1.5707963267948966 rad + pos: -73.5,19.5 parent: 2 - - uid: 28644 + - uid: 16295 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,18.5 - parent: 2 - - uid: 30221 - components: - - type: Transform - pos: 38.5,-18.5 + pos: 5.5,32.5 parent: 2 - - uid: 30268 + - uid: 16296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,58.5 + pos: 23.5,24.5 parent: 2 - - uid: 30272 + - uid: 16297 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,62.5 - parent: 2 - - uid: 30370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-36.5 + pos: -33.5,-0.5 parent: 2 - - uid: 30379 + - uid: 16299 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,-4.5 + pos: 39.5,-11.5 parent: 2 - - uid: 30380 + - uid: 16300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,25.5 + rot: -1.5707963267948966 rad + pos: 52.5,43.5 parent: 2 - - uid: 30381 + - uid: 16552 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,24.5 + pos: 47.5,-21.5 parent: 2 - - uid: 30390 + - uid: 17846 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-24.5 + pos: 47.5,-34.5 parent: 2 - - uid: 30392 + - uid: 17847 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,52.5 + pos: 80.5,-3.5 parent: 2 - - uid: 30393 + - uid: 17875 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-32.5 - parent: 2 - - uid: 30399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,20.5 + pos: -2.5,35.5 parent: 2 - - uid: 30401 + - uid: 17905 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,37.5 - parent: 2 - - uid: 30402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-16.5 + pos: -1.5,25.5 parent: 2 - - uid: 30406 + - uid: 19384 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-23.5 + rot: 1.5707963267948966 rad + pos: -45.5,23.5 parent: 2 - - uid: 30407 + - uid: 19641 components: - type: Transform - pos: 2.5,-26.5 + rot: 1.5707963267948966 rad + pos: -46.5,58.5 parent: 2 - - uid: 30409 + - uid: 20611 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-22.5 + pos: -75.5,24.5 parent: 2 - - uid: 30449 + - uid: 21069 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-14.5 + rot: -1.5707963267948966 rad + pos: -67.5,22.5 parent: 2 - - uid: 30585 + - uid: 22160 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,9.5 + pos: -96.5,1.5 parent: 2 - - uid: 31914 + - uid: 22518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-43.5 + rot: 1.5707963267948966 rad + pos: -65.5,1.5 parent: 2 - - uid: 31915 + - uid: 22526 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-44.5 + pos: -32.5,-19.5 parent: 2 - - uid: 31916 + - uid: 22532 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-46.5 + pos: 11.5,-30.5 parent: 2 - - uid: 31919 + - uid: 22537 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-48.5 + pos: -96.5,16.5 parent: 2 - - uid: 31920 + - uid: 22541 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-52.5 + pos: 5.5,-22.5 parent: 2 - - uid: 32010 + - uid: 22544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-52.5 + rot: 3.141592653589793 rad + pos: 16.5,32.5 parent: 2 - - uid: 32011 + - uid: 22546 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-47.5 + pos: 34.5,34.5 parent: 2 - - uid: 32230 + - uid: 22547 components: - type: Transform rot: 3.141592653589793 rad - pos: -101.5,49.5 + pos: 37.5,9.5 parent: 2 - - uid: 32231 + - uid: 22548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,49.5 + rot: -1.5707963267948966 rad + pos: 39.5,5.5 parent: 2 - - uid: 32232 + - uid: 22551 components: - type: Transform - pos: -101.5,53.5 + rot: 1.5707963267948966 rad + pos: 85.5,16.5 parent: 2 - - uid: 32233 + - uid: 22563 components: - type: Transform - pos: -100.5,53.5 + pos: 65.5,-27.5 parent: 2 - - uid: 32252 + - uid: 22564 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,-52.5 + pos: -64.5,-10.5 parent: 2 - - uid: 32268 + - uid: 22566 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,-51.5 + pos: -61.5,-20.5 parent: 2 - - uid: 32311 + - uid: 22568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-59.5 + rot: 3.141592653589793 rad + pos: 51.5,-31.5 parent: 2 - - uid: 32331 + - uid: 22569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-38.5 + pos: -5.5,-27.5 parent: 2 - - uid: 32332 + - uid: 22574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-33.5 + pos: 85.5,22.5 parent: 2 - - uid: 32333 + - uid: 23298 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-33.5 + pos: -26.5,-4.5 parent: 2 - - uid: 32338 + - uid: 29674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-36.5 + pos: -22.5,-37.5 parent: 2 - - uid: 34959 +- proto: PresentRandom + entities: + - uid: 5958 components: - type: Transform - pos: 20.5,19.5 + pos: 21.15425,-35.52148 parent: 2 - - uid: 35476 +- proto: Protolathe + entities: + - uid: 4127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,53.5 + pos: 26.5,28.5 parent: 2 - - uid: 35477 +- proto: PsychBed + entities: + - uid: 1128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,54.5 + pos: -16.5,-7.5 parent: 2 - - uid: 35478 +- proto: Puddle + entities: + - uid: 29873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,57.5 + pos: 87.5,38.5 parent: 2 - - uid: 35479 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 50 + - type: StepTrigger + active: False + - uid: 33569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,58.5 + pos: 91.5,27.5 parent: 2 - - uid: 35480 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 50 + - type: StepTrigger + active: False +- proto: PuddleFlour + entities: + - uid: 30095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,59.5 + pos: 87.5,43.5 parent: 2 - - uid: 35481 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 30 + - type: StepTrigger + active: False + - uid: 30096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,61.5 + pos: 85.5,40.5 parent: 2 - - uid: 35482 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 50 + - type: StepTrigger + active: False + - uid: 30097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,63.5 + pos: 90.5,40.5 parent: 2 - - uid: 35483 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 35 + - type: StepTrigger + active: False +- proto: PuddleSparkle + entities: + - uid: 4865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,64.5 + pos: 86.5,39.5 parent: 2 - - uid: 35484 +- proto: Rack + entities: + - uid: 574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,66.5 + pos: -51.5,18.5 parent: 2 - - uid: 35485 + - uid: 921 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,67.5 + pos: 33.5,7.5 parent: 2 - - uid: 35486 + - uid: 990 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,68.5 + pos: 34.5,7.5 parent: 2 - - uid: 35487 + - uid: 993 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,69.5 + pos: 36.5,7.5 parent: 2 - - uid: 35488 + - uid: 1030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,71.5 + pos: 15.5,-9.5 parent: 2 - - uid: 35489 + - uid: 1034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,74.5 + pos: 35.5,3.5 parent: 2 - - uid: 35490 + - uid: 1066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,73.5 + pos: 33.5,3.5 parent: 2 - - uid: 35491 + - uid: 1133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,77.5 + pos: 15.5,-10.5 parent: 2 - - uid: 35492 + - uid: 1156 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,79.5 + pos: 35.5,7.5 parent: 2 - - uid: 35493 + - uid: 1172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,83.5 + pos: 15.5,-11.5 parent: 2 - - uid: 35494 + - uid: 1173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,84.5 + pos: 18.5,-9.5 parent: 2 - - uid: 35495 + - uid: 1174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,86.5 + pos: 18.5,-10.5 parent: 2 - - uid: 35496 + - uid: 1284 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,87.5 + pos: 29.5,15.5 parent: 2 - - uid: 35497 + - uid: 1345 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,88.5 + pos: 34.5,16.5 parent: 2 - - uid: 35498 + - uid: 1384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,89.5 + pos: 34.5,12.5 parent: 2 - - uid: 35499 + - uid: 1394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,92.5 + pos: -23.5,58.5 parent: 2 - - uid: 35500 + - uid: 1532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,94.5 + pos: 28.5,-2.5 parent: 2 - - uid: 35501 + - uid: 1645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,99.5 + pos: 33.5,5.5 parent: 2 - - uid: 35502 + - uid: 1662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,94.5 + pos: 18.5,-8.5 parent: 2 - - uid: 35503 + - uid: 2234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,93.5 + pos: -2.5,-31.5 parent: 2 - - uid: 35504 + - uid: 2541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,92.5 + pos: 15.5,-8.5 parent: 2 - - uid: 35505 + - uid: 3004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,87.5 + pos: -62.5,4.5 parent: 2 - - uid: 35506 + - uid: 3010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,83.5 + pos: -62.5,5.5 parent: 2 - - uid: 35507 + - uid: 3323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,82.5 + rot: 3.141592653589793 rad + pos: -38.5,37.5 parent: 2 - - uid: 35508 + - uid: 3376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,77.5 + pos: -25.5,-4.5 parent: 2 - - uid: 35509 + - uid: 3516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,78.5 + pos: -61.5,-7.5 parent: 2 - - uid: 35510 + - uid: 3518 components: - type: Transform rot: 1.5707963267948966 rad - pos: -79.5,76.5 + pos: 38.5,-21.5 parent: 2 - - uid: 35511 + - uid: 3544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,73.5 + pos: -57.5,-7.5 parent: 2 - - uid: 35512 + - uid: 3545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,72.5 + pos: -62.5,-7.5 parent: 2 - - uid: 35513 + - uid: 3555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,71.5 + pos: -52.5,-14.5 parent: 2 - - uid: 35514 + - uid: 3816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,67.5 + pos: -26.5,44.5 parent: 2 - - uid: 35515 + - uid: 3948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,66.5 + pos: -81.5,1.5 parent: 2 - - uid: 35516 + - uid: 5119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,63.5 + rot: 3.141592653589793 rad + pos: -32.5,-41.5 parent: 2 - - uid: 35517 + - uid: 5216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,62.5 + rot: 3.141592653589793 rad + pos: 31.5,30.5 parent: 2 - - uid: 35518 + - uid: 5217 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,61.5 + rot: 3.141592653589793 rad + pos: 30.5,30.5 parent: 2 - - uid: 35519 + - uid: 5753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,58.5 + pos: 20.5,-23.5 parent: 2 - - uid: 35520 + - uid: 5754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,56.5 + pos: 21.5,-23.5 parent: 2 - - uid: 35521 + - uid: 5901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,54.5 + pos: 26.5,-34.5 parent: 2 - - uid: 35522 + - uid: 5902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,57.5 + pos: 26.5,-32.5 parent: 2 - - uid: 35679 + - uid: 6014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,52.5 + pos: 7.5,-29.5 parent: 2 - - uid: 35680 + - uid: 6039 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,52.5 + rot: -1.5707963267948966 rad + pos: 21.5,24.5 parent: 2 -- proto: RailingCorner - entities: - - uid: 797 + - uid: 6040 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,6.5 + pos: 21.5,23.5 parent: 2 - - uid: 2384 + - uid: 6045 components: - type: Transform - pos: 65.5,-20.5 + rot: -1.5707963267948966 rad + pos: 16.5,23.5 parent: 2 - - uid: 3310 + - uid: 6046 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-32.5 + rot: -1.5707963267948966 rad + pos: 16.5,24.5 parent: 2 - - uid: 3504 + - uid: 6508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-27.5 + pos: -4.5,-25.5 parent: 2 - - uid: 3505 + - uid: 6516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-27.5 + pos: -3.5,-25.5 parent: 2 - - uid: 3506 + - uid: 6678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-32.5 + pos: -13.5,-41.5 parent: 2 - - uid: 3507 + - uid: 6931 components: - type: Transform - pos: 36.5,-32.5 + pos: -51.5,26.5 parent: 2 - - uid: 3943 + - uid: 7392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-14.5 + pos: -61.5,-9.5 parent: 2 - - uid: 3944 + - uid: 7394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-13.5 + pos: -62.5,-9.5 parent: 2 - - uid: 3945 + - uid: 7515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-15.5 + pos: -57.5,-9.5 parent: 2 - - uid: 3947 + - uid: 7606 components: - type: Transform - pos: 66.5,-18.5 + pos: -56.5,-19.5 parent: 2 - - uid: 4400 + - uid: 8429 components: - type: Transform - pos: 69.5,23.5 + pos: -69.5,17.5 parent: 2 - - uid: 4410 + - uid: 8430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,11.5 + pos: -68.5,17.5 parent: 2 - - uid: 4967 + - uid: 8466 components: - type: Transform - pos: 64.5,-21.5 + pos: -78.5,-2.5 parent: 2 - - uid: 4968 + - uid: 8788 components: - type: Transform - pos: 63.5,-22.5 + pos: -50.5,16.5 parent: 2 - - uid: 4969 + - uid: 8838 components: - type: Transform - pos: 61.5,-23.5 + pos: -51.5,16.5 parent: 2 - - uid: 4970 + - uid: 8921 components: - type: Transform - pos: 60.5,-24.5 + pos: -58.5,30.5 parent: 2 - - uid: 4971 + - uid: 8922 components: - type: Transform - pos: 58.5,-25.5 + pos: -58.5,29.5 parent: 2 - - uid: 4972 + - uid: 8925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-25.5 + pos: -58.5,28.5 parent: 2 - - uid: 4973 + - uid: 8939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-24.5 + pos: -64.5,29.5 parent: 2 - - uid: 4974 + - uid: 8943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-22.5 + pos: -64.5,28.5 parent: 2 - - uid: 4975 + - uid: 8951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-19.5 + pos: -64.5,30.5 parent: 2 - - uid: 4976 + - uid: 9014 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-18.5 + pos: -50.5,18.5 parent: 2 - - uid: 4977 + - uid: 9041 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-17.5 + pos: -51.5,25.5 parent: 2 - - uid: 4978 + - uid: 9042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-16.5 + pos: -47.5,26.5 parent: 2 - - uid: 4979 + - uid: 9103 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-15.5 + pos: -47.5,31.5 parent: 2 - - uid: 4980 + - uid: 9134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-14.5 + pos: -33.5,39.5 parent: 2 - - uid: 4981 + - uid: 9147 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-13.5 + pos: -4.5,-22.5 parent: 2 - - uid: 9940 + - uid: 9218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,52.5 + pos: -33.5,40.5 parent: 2 - - uid: 10579 + - uid: 9228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-29.5 + pos: -33.5,41.5 parent: 2 - - uid: 10582 + - uid: 9286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-36.5 + rot: 3.141592653589793 rad + pos: -37.5,37.5 parent: 2 - - uid: 13674 + - uid: 10065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-42.5 + pos: -69.5,36.5 parent: 2 - - uid: 19645 + - uid: 10628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-13.5 + rot: 3.141592653589793 rad + pos: -20.5,-31.5 parent: 2 - - uid: 21092 + - uid: 11108 components: - type: Transform - pos: -28.5,-13.5 + rot: 3.141592653589793 rad + pos: -69.5,-2.5 parent: 2 - - uid: 22543 + - uid: 11109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-13.5 + rot: 3.141592653589793 rad + pos: -67.5,-2.5 parent: 2 - - uid: 22553 + - uid: 11241 components: - type: Transform - pos: -16.5,-13.5 + pos: 71.5,30.5 parent: 2 - - uid: 22571 + - uid: 11342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-13.5 + pos: -46.5,-25.5 parent: 2 - - uid: 22627 + - uid: 12934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-13.5 + pos: 47.5,46.5 parent: 2 - - uid: 22800 + - uid: 12935 components: - type: Transform - pos: -13.5,-13.5 + pos: 46.5,42.5 parent: 2 - - uid: 22802 + - uid: 13244 components: - type: Transform - pos: -22.5,-13.5 + pos: -37.5,13.5 parent: 2 - - uid: 23545 + - uid: 13645 components: - type: Transform - pos: 6.5,6.5 + pos: 58.5,-37.5 parent: 2 - - uid: 32269 + - uid: 14078 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,-33.5 + pos: 7.5,44.5 parent: 2 -- proto: RailingCornerSmall - entities: - - uid: 1369 + - uid: 14258 components: - type: Transform - pos: 28.5,10.5 + pos: 27.5,55.5 parent: 2 - - uid: 2552 + - uid: 15525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-28.5 + pos: -20.5,48.5 parent: 2 - - uid: 3946 + - uid: 15988 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-17.5 + rot: -1.5707963267948966 rad + pos: -65.5,-20.5 parent: 2 - - uid: 4585 + - uid: 16498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,11.5 + pos: -25.5,46.5 parent: 2 - - uid: 4586 + - uid: 16500 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,23.5 + pos: -23.5,46.5 parent: 2 - - uid: 4990 + - uid: 16509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-15.5 + pos: -19.5,45.5 parent: 2 - - uid: 4992 + - uid: 16519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-14.5 + pos: -20.5,45.5 parent: 2 - - uid: 4993 + - uid: 16592 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-18.5 + rot: 1.5707963267948966 rad + pos: 10.5,60.5 parent: 2 - - uid: 4994 + - uid: 16669 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-20.5 + pos: -36.5,12.5 parent: 2 - - uid: 4995 + - uid: 16670 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-21.5 + pos: -37.5,12.5 parent: 2 - - uid: 4996 + - uid: 18118 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,-22.5 + pos: -31.5,61.5 parent: 2 - - uid: 4997 + - uid: 18150 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-23.5 + pos: -29.5,62.5 parent: 2 - - uid: 4998 + - uid: 18151 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-24.5 + pos: -29.5,61.5 parent: 2 - - uid: 4999 + - uid: 18155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-24.5 + pos: -31.5,62.5 parent: 2 - - uid: 5000 + - uid: 18197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-22.5 + rot: -1.5707963267948966 rad + pos: -41.5,60.5 parent: 2 - - uid: 5001 + - uid: 18438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-21.5 + rot: -1.5707963267948966 rad + pos: -49.5,4.5 parent: 2 - - uid: 5002 + - uid: 18439 components: - type: Transform - pos: 51.5,-20.5 + rot: -1.5707963267948966 rad + pos: -49.5,5.5 parent: 2 - - uid: 5003 + - uid: 18443 components: - type: Transform - pos: 52.5,-19.5 + pos: -51.5,-1.5 parent: 2 - - uid: 5004 + - uid: 18446 components: - type: Transform - pos: 53.5,-18.5 + pos: -52.5,-1.5 parent: 2 - - uid: 5005 + - uid: 18482 components: - type: Transform - pos: 54.5,-17.5 + pos: -51.5,0.5 parent: 2 - - uid: 5006 + - uid: 18516 components: - type: Transform - pos: 56.5,-16.5 + pos: -41.5,24.5 parent: 2 - - uid: 5007 + - uid: 18528 components: - type: Transform - pos: 57.5,-15.5 + pos: -40.5,24.5 parent: 2 - - uid: 5008 + - uid: 19378 components: - type: Transform - pos: 59.5,-14.5 + pos: -18.5,48.5 parent: 2 - - uid: 5009 + - uid: 19428 components: - type: Transform - pos: 60.5,-13.5 + pos: -77.5,1.5 parent: 2 - - uid: 5010 + - uid: 19638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-13.5 + pos: -13.5,-42.5 parent: 2 - - uid: 5011 + - uid: 19691 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-25.5 + pos: -67.5,17.5 parent: 2 - - uid: 5012 + - uid: 20172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-25.5 + pos: -28.5,-4.5 parent: 2 - - uid: 5013 + - uid: 20962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-16.5 + pos: -7.5,-34.5 parent: 2 - - uid: 5989 + - uid: 20974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,12.5 + pos: -62.5,-26.5 parent: 2 - - uid: 6370 + - uid: 21064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-14.5 + pos: -31.5,15.5 parent: 2 - - uid: 8884 + - uid: 21065 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,19.5 + pos: -31.5,14.5 parent: 2 - - uid: 8885 + - uid: 21066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,19.5 + pos: -34.5,-1.5 parent: 2 - - uid: 8886 + - uid: 21070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,16.5 + pos: 36.5,16.5 parent: 2 - - uid: 8887 + - uid: 21071 components: - type: Transform - pos: -58.5,16.5 + pos: 52.5,8.5 parent: 2 - - uid: 9945 + - uid: 21209 components: - type: Transform rot: 1.5707963267948966 rad - pos: -67.5,50.5 + pos: -38.5,35.5 parent: 2 - - uid: 9946 + - uid: 22090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,42.5 + rot: 3.141592653589793 rad + pos: -50.5,-8.5 parent: 2 - - uid: 10463 + - uid: 22165 components: - type: Transform rot: 3.141592653589793 rad - pos: -88.5,-35.5 + pos: -49.5,-8.5 parent: 2 - - uid: 10612 + - uid: 22395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-35.5 + pos: -3.5,-22.5 parent: 2 - - uid: 10613 + - uid: 22444 components: - type: Transform - pos: -67.5,-33.5 + pos: 35.5,-0.5 parent: 2 - - uid: 15054 + - uid: 22445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-26.5 + pos: 34.5,-0.5 parent: 2 - - uid: 15404 + - uid: 23286 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,38.5 - parent: 2 - - uid: 15588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,38.5 + pos: 4.5,45.5 parent: 2 - - uid: 16398 + - uid: 23290 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,57.5 + pos: -39.5,33.5 parent: 2 - - uid: 18556 + - uid: 23294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-42.5 + rot: -1.5707963267948966 rad + pos: 40.5,14.5 parent: 2 - - uid: 22567 + - uid: 25071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,63.5 + pos: 71.5,29.5 parent: 2 - - uid: 30410 + - uid: 27610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-21.5 + pos: -17.5,-25.5 parent: 2 - - uid: 30411 + - uid: 27633 components: - type: Transform - pos: 1.5,-23.5 + pos: -16.5,-25.5 parent: 2 - - uid: 34960 + - uid: 28158 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,19.5 + pos: -20.5,-32.5 parent: 2 - - uid: 34961 + - uid: 28695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,19.5 + pos: -56.5,-14.5 parent: 2 - - uid: 35474 + - uid: 28894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,52.5 + pos: -18.5,47.5 parent: 2 - - uid: 35475 + - uid: 28969 components: - type: Transform - pos: -81.5,52.5 + pos: 34.5,3.5 parent: 2 -- proto: RandomAnimalSpawner - entities: - - uid: 21128 + - uid: 28972 components: - type: Transform - pos: -102.5,26.5 + pos: -21.5,48.5 parent: 2 - - uid: 27967 + - uid: 29610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,15.5 + pos: 6.5,-29.5 parent: 2 -- proto: RandomArcade - entities: - - uid: 6307 + - uid: 29753 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-21.5 + pos: 82.5,62.5 parent: 2 - - uid: 6308 + - uid: 29754 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,-21.5 + pos: 86.5,61.5 parent: 2 - - uid: 6309 + - uid: 29755 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-21.5 + pos: 82.5,61.5 parent: 2 - - uid: 8478 + - uid: 29756 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-21.5 + pos: 86.5,62.5 parent: 2 - - uid: 15545 + - uid: 29770 components: - type: Transform - pos: 27.5,-18.5 + rot: 3.141592653589793 rad + pos: 86.5,59.5 parent: 2 - - uid: 16606 + - uid: 29771 components: - type: Transform - pos: 23.5,-18.5 + rot: 3.141592653589793 rad + pos: 86.5,58.5 parent: 2 - - uid: 17975 + - uid: 31792 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,-21.5 + pos: -20.5,-33.5 parent: 2 - - uid: 18139 + - uid: 34638 components: - type: Transform - pos: -17.5,61.5 + pos: 43.5,30.5 parent: 2 - - uid: 18279 +- proto: RadiationCollector + entities: + - uid: 23017 components: - type: Transform - pos: 26.5,-18.5 + pos: -111.5,45.5 parent: 2 - - uid: 19648 + - uid: 23018 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-21.5 + pos: -112.5,45.5 parent: 2 - - uid: 20190 + - uid: 23049 components: - type: Transform - pos: 22.5,-18.5 + pos: -114.5,45.5 parent: 2 - - uid: 20195 + - uid: 23341 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-21.5 + anchored: False + pos: -93.1931,57.47908 parent: 2 - - uid: 20199 + - type: Physics + bodyType: Dynamic + - uid: 27871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-21.5 + anchored: False + pos: -119.22025,50.3151 parent: 2 - - uid: 36460 + - type: Physics + bodyType: Dynamic + - uid: 27906 components: - type: Transform - pos: -15.5,61.5 + anchored: False + pos: -107.89526,44.088966 parent: 2 -- proto: RandomArtifactSpawner - entities: - - uid: 4488 + - type: Physics + bodyType: Dynamic + - uid: 28825 components: - type: Transform - pos: 39.5,55.5 + pos: -113.5,57.5 parent: 2 -- proto: RandomBoards - entities: - - uid: 3378 + - uid: 28826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-4.5 + anchored: False + pos: -110.99109,59.063522 parent: 2 - - uid: 6300 + - type: Physics + bodyType: Dynamic + - uid: 28827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-4.5 + pos: -118.5,52.5 parent: 2 - - uid: 6656 + - uid: 32436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-20.5 + anchored: False + pos: -96.53507,58.04881 parent: 2 - - uid: 10410 + - type: Physics + bodyType: Dynamic + - uid: 32437 components: - type: Transform - pos: -50.5,27.5 + anchored: False + pos: -99.46498,45.464916 parent: 2 - - uid: 23280 + - type: Physics + bodyType: Dynamic + - uid: 32438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,44.5 + anchored: False + pos: -100.38747,45.465878 parent: 2 - - uid: 23283 + - type: Physics + bodyType: Dynamic + - uid: 32439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,45.5 + anchored: False + pos: -99.62384,46.73476 parent: 2 - - uid: 23288 + - type: Physics + bodyType: Dynamic + - uid: 32440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,35.5 + anchored: False + pos: -99.5,57.5 parent: 2 - - uid: 23289 + - type: Physics + bodyType: Dynamic + - uid: 32441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,33.5 + anchored: False + pos: -101.0904,54.52224 parent: 2 - - uid: 23291 + - type: Physics + bodyType: Dynamic +- proto: RadioHandheld + entities: + - uid: 9594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,36.5 + pos: -48.02188,33.882744 parent: 2 - - uid: 23293 + - uid: 9595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,14.5 + pos: -47.85782,33.71868 parent: 2 - - uid: 33603 + - uid: 9596 components: - type: Transform - pos: 84.5,50.5 + pos: -47.936684,23.679705 parent: 2 - - uid: 33604 + - uid: 9597 components: - type: Transform - pos: 97.5,29.5 + pos: -50.831215,18.66408 parent: 2 - - uid: 33605 + - uid: 9598 components: - type: Transform - pos: 60.5,60.5 + pos: -55.67106,35.860962 parent: 2 - - uid: 33606 + - uid: 9599 components: - type: Transform - pos: 59.5,60.5 + pos: -55.413246,35.77893 parent: 2 - - uid: 33607 + - uid: 9600 components: - type: Transform - pos: 76.5,66.5 + pos: -55.57731,35.60315 parent: 2 - - uid: 33712 + - uid: 19855 components: - type: Transform - pos: -50.5,25.5 + pos: 10.573705,60.727715 parent: 2 - - uid: 33717 + - uid: 22359 components: - type: Transform - pos: -48.5,25.5 + pos: 26.287569,37.5581 parent: 2 - - uid: 33721 + - uid: 22366 components: - type: Transform - pos: -50.5,26.5 + pos: 10.386205,60.49855 parent: 2 -- proto: RandomBook - entities: - - uid: 2091 + - uid: 22367 components: - type: Transform - pos: 58.734295,22.132498 + pos: 10.698705,60.4673 parent: 2 - - uid: 2585 + - uid: 22382 components: - type: Transform - pos: 64.68221,14.128002 + pos: 27.352337,55.793938 parent: 2 - - uid: 2622 + - uid: 22383 components: - type: Transform - pos: 66.7343,21.110956 + pos: 27.414837,55.668938 parent: 2 - - uid: 5695 + - uid: 22384 components: - type: Transform - pos: 60.5,27.5 + pos: 28.617962,52.835003 parent: 2 - - uid: 5696 + - uid: 22385 components: - type: Transform - pos: 57.5,29.5 + pos: 21.358255,26.350407 parent: 2 - - uid: 6393 + - uid: 22386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,29.5 + pos: 21.452005,26.280094 parent: 2 - - uid: 18380 + - uid: 22387 components: - type: Transform - pos: -23.5,66.5 + pos: 16.452005,27.756657 parent: 2 - - uid: 18382 + - uid: 22388 components: - type: Transform - pos: -15.5,66.5 + pos: 16.65513,27.88947 parent: 2 - - uid: 18383 + - uid: 22389 components: - type: Transform - pos: -19.5,62.5 + pos: 17.295755,30.787907 parent: 2 - - uid: 18384 + - uid: 22390 components: - type: Transform - pos: -22.5,62.5 + pos: -11.339292,-10.879668 parent: 2 - - uid: 33582 + - uid: 22391 components: - type: Transform - pos: 85.5,50.5 + pos: -27.766466,-9.085171 parent: 2 -- proto: RandomBox - entities: - - uid: 33583 + - uid: 22392 components: - type: Transform - pos: 75.5,64.5 + pos: -28.377155,-20.761341 parent: 2 -- proto: RandomDrinkBottle - entities: - - uid: 30694 + - uid: 22393 components: - type: Transform - pos: -40.5,65.5 + pos: -58.337063,13.594515 parent: 2 - - uid: 33584 + - uid: 22396 components: - type: Transform - pos: 64.5,63.5 + pos: -41.535954,31.496433 parent: 2 - - uid: 33658 + - uid: 22397 components: - type: Transform - pos: -40.5,63.5 + pos: -54.073174,35.65238 parent: 2 -- proto: RandomDrinkGlass +- proto: Railing entities: - - uid: 19707 + - uid: 92 components: - type: Transform - pos: -40.5,67.5 + pos: 0.5,-21.5 parent: 2 - - uid: 19768 + - uid: 586 components: - type: Transform - pos: -40.5,66.5 + rot: -1.5707963267948966 rad + pos: 3.5,9.5 parent: 2 - - uid: 19773 + - uid: 750 components: - type: Transform - pos: -40.5,64.5 + rot: 1.5707963267948966 rad + pos: 6.5,7.5 parent: 2 -- proto: RandomFoodBakedWhole - entities: - - uid: 33581 + - uid: 933 components: - type: Transform - pos: 95.5,49.5 + rot: 1.5707963267948966 rad + pos: 64.5,21.5 parent: 2 -- proto: RandomInstruments - entities: - - uid: 2723 + - uid: 997 components: - type: Transform - pos: 26.5,-34.5 + rot: 1.5707963267948966 rad + pos: 64.5,20.5 parent: 2 - - uid: 5900 + - uid: 1308 components: - type: Transform - pos: 26.5,-32.5 + pos: 25.5,3.5 parent: 2 - - uid: 33585 + - uid: 1309 components: - type: Transform - pos: 78.5,58.5 + pos: 26.5,3.5 parent: 2 - - uid: 33586 + - uid: 1310 components: - type: Transform - pos: 80.5,64.5 + pos: 27.5,3.5 parent: 2 - - uid: 33587 + - uid: 1311 components: - type: Transform - pos: 95.5,26.5 + rot: 3.141592653589793 rad + pos: 27.5,0.5 parent: 2 -- proto: RandomMedicCorpseSpawner - entities: - - uid: 5338 + - uid: 1312 components: - type: Transform - pos: 58.5,55.5 + rot: 3.141592653589793 rad + pos: 26.5,0.5 parent: 2 - - uid: 5339 + - uid: 1314 components: - type: Transform - pos: 59.5,51.5 + rot: 3.141592653589793 rad + pos: 25.5,0.5 parent: 2 -- proto: RandomPainting - entities: - - uid: 23547 + - uid: 1352 components: - type: Transform - pos: -80.5,10.5 + rot: -1.5707963267948966 rad + pos: 28.5,11.5 parent: 2 - - uid: 23593 + - uid: 1354 components: - type: Transform - pos: 13.5,31.5 + rot: -1.5707963267948966 rad + pos: 28.5,13.5 parent: 2 - - uid: 23594 + - uid: 1355 components: - type: Transform - pos: 18.5,31.5 + rot: -1.5707963267948966 rad + pos: 28.5,12.5 parent: 2 - - uid: 23595 + - uid: 1359 components: - type: Transform - pos: 10.5,44.5 + rot: 1.5707963267948966 rad + pos: 31.5,13.5 parent: 2 - - uid: 23596 + - uid: 1368 components: - type: Transform - pos: 26.5,53.5 + rot: 3.141592653589793 rad + pos: 23.5,10.5 parent: 2 - - uid: 23597 + - uid: 1370 components: - type: Transform - pos: 9.5,51.5 + rot: 3.141592653589793 rad + pos: 27.5,10.5 parent: 2 - - uid: 23598 + - uid: 1613 components: - type: Transform - pos: 4.5,47.5 + rot: 3.141592653589793 rad + pos: 26.5,10.5 parent: 2 - - uid: 23599 + - uid: 1635 components: - type: Transform - pos: 5.5,57.5 + rot: 3.141592653589793 rad + pos: 24.5,10.5 parent: 2 - - uid: 23600 + - uid: 1865 components: - type: Transform - pos: -5.5,57.5 + rot: -1.5707963267948966 rad + pos: 10.5,62.5 parent: 2 - - uid: 23601 + - uid: 1899 components: - type: Transform - pos: -6.5,62.5 + rot: 3.141592653589793 rad + pos: 8.5,24.5 parent: 2 - - uid: 23602 + - uid: 1900 components: - type: Transform - pos: -16.5,65.5 + rot: 3.141592653589793 rad + pos: 9.5,24.5 parent: 2 - - uid: 23603 + - uid: 1901 components: - type: Transform - pos: -20.5,65.5 + rot: 3.141592653589793 rad + pos: 10.5,24.5 parent: 2 - - uid: 23604 + - uid: 1903 components: - type: Transform - pos: -24.5,65.5 + rot: 3.141592653589793 rad + pos: 7.5,24.5 parent: 2 - - uid: 23605 + - uid: 2086 components: - type: Transform - pos: -29.5,56.5 + rot: 1.5707963267948966 rad + pos: -0.5,9.5 parent: 2 - - uid: 23606 + - uid: 2412 components: - type: Transform - pos: -40.5,25.5 + rot: -1.5707963267948966 rad + pos: 23.5,-34.5 parent: 2 - - uid: 23607 + - uid: 2588 components: - type: Transform - pos: -49.5,19.5 + rot: 3.141592653589793 rad + pos: 12.5,-14.5 parent: 2 - - uid: 23608 + - uid: 3315 components: - type: Transform - pos: -50.5,19.5 + rot: -1.5707963267948966 rad + pos: 23.5,-33.5 parent: 2 - - uid: 23609 + - uid: 3490 components: - type: Transform - pos: -64.5,19.5 + rot: 3.141592653589793 rad + pos: 25.5,-32.5 parent: 2 - - uid: 23610 + - uid: 3491 components: - type: Transform - pos: -62.5,10.5 + rot: 3.141592653589793 rad + pos: 26.5,-32.5 parent: 2 - - uid: 23611 + - uid: 3508 components: - type: Transform - pos: -70.5,16.5 + rot: -1.5707963267948966 rad + pos: 31.5,-29.5 parent: 2 - - uid: 23612 + - uid: 3509 components: - type: Transform - pos: -93.5,-9.5 + rot: -1.5707963267948966 rad + pos: 31.5,-28.5 parent: 2 - - uid: 23613 + - uid: 3510 components: - type: Transform - pos: -86.5,11.5 + rot: -1.5707963267948966 rad + pos: 31.5,-31.5 parent: 2 - - uid: 23614 + - uid: 3511 components: - type: Transform - pos: -90.5,22.5 + rot: -1.5707963267948966 rad + pos: 31.5,-30.5 parent: 2 - - uid: 23615 + - uid: 3512 components: - type: Transform - pos: -94.5,16.5 + rot: 1.5707963267948966 rad + pos: 36.5,-29.5 parent: 2 - - uid: 23616 + - uid: 3513 components: - type: Transform - pos: -94.5,27.5 + rot: 1.5707963267948966 rad + pos: 36.5,-28.5 parent: 2 - - uid: 23617 + - uid: 3514 components: - type: Transform - pos: -96.5,13.5 + rot: 1.5707963267948966 rad + pos: 36.5,-31.5 parent: 2 - - uid: 23620 + - uid: 3515 components: - type: Transform - pos: -81.5,-2.5 + rot: 1.5707963267948966 rad + pos: 36.5,-30.5 parent: 2 - - uid: 23621 + - uid: 3679 components: - type: Transform - pos: -80.5,-2.5 + rot: 1.5707963267948966 rad + pos: -62.5,17.5 parent: 2 - - uid: 23622 + - uid: 4982 components: - type: Transform - pos: -70.5,-3.5 + pos: 59.5,-24.5 parent: 2 - - uid: 23624 + - uid: 4983 components: - type: Transform - pos: -57.5,-10.5 + pos: 53.5,-24.5 parent: 2 - - uid: 23625 + - uid: 4984 components: - type: Transform - pos: -60.5,-22.5 + rot: 3.141592653589793 rad + pos: 63.5,-14.5 parent: 2 - - uid: 23626 + - uid: 4985 components: - type: Transform - pos: -57.5,-22.5 + rot: 3.141592653589793 rad + pos: 58.5,-14.5 parent: 2 - - uid: 23627 + - uid: 4986 components: - type: Transform - pos: -49.5,-25.5 + rot: 3.141592653589793 rad + pos: 55.5,-16.5 parent: 2 - - uid: 23628 + - uid: 4987 components: - type: Transform - pos: -43.5,-31.5 + pos: 62.5,-22.5 parent: 2 - - uid: 23629 + - uid: 4988 components: - type: Transform - pos: -36.5,-34.5 + rot: 1.5707963267948966 rad + pos: 65.5,-19.5 parent: 2 - - uid: 23630 + - uid: 4989 components: - type: Transform - pos: -27.5,-29.5 + rot: -1.5707963267948966 rad + pos: 52.5,-23.5 parent: 2 - - uid: 23631 + - uid: 4991 components: - type: Transform - pos: -24.5,-32.5 + rot: 3.141592653589793 rad + pos: 65.5,-15.5 parent: 2 - - uid: 23633 + - uid: 6328 components: - type: Transform - pos: -7.5,-28.5 + rot: 1.5707963267948966 rad + pos: -15.5,59.5 parent: 2 - - uid: 23634 + - uid: 6676 components: - type: Transform - pos: -8.5,-38.5 + rot: -1.5707963267948966 rad + pos: 38.5,33.5 parent: 2 - - uid: 23635 + - uid: 7478 components: - type: Transform - pos: 8.5,-35.5 + rot: -1.5707963267948966 rad + pos: -49.5,-16.5 parent: 2 - - uid: 23636 + - uid: 7479 components: - type: Transform - pos: 5.5,-30.5 + rot: -1.5707963267948966 rad + pos: -49.5,-17.5 parent: 2 - - uid: 23639 + - uid: 7480 components: - type: Transform - pos: -9.5,-6.5 + rot: -1.5707963267948966 rad + pos: -49.5,-18.5 parent: 2 - - uid: 23640 + - uid: 7481 components: - type: Transform - pos: 7.5,5.5 + rot: -1.5707963267948966 rad + pos: -49.5,-20.5 parent: 2 - - uid: 23641 + - uid: 7482 components: - type: Transform - pos: 4.5,8.5 + rot: -1.5707963267948966 rad + pos: -49.5,-21.5 parent: 2 - - uid: 23642 + - uid: 7483 components: - type: Transform - pos: -3.5,8.5 + rot: -1.5707963267948966 rad + pos: -49.5,-22.5 parent: 2 - - uid: 23643 + - uid: 8337 components: - type: Transform - pos: 26.5,25.5 + rot: 1.5707963267948966 rad + pos: 64.5,13.5 parent: 2 - - uid: 23644 + - uid: 8338 components: - type: Transform - pos: 37.5,31.5 + rot: 1.5707963267948966 rad + pos: 65.5,10.5 parent: 2 - - uid: 23645 + - uid: 8341 components: - type: Transform - pos: 45.5,31.5 + rot: 1.5707963267948966 rad + pos: 64.5,12.5 parent: 2 - - uid: 23646 + - uid: 8813 components: - type: Transform - pos: 44.5,27.5 + pos: 39.5,21.5 parent: 2 - - uid: 23647 + - uid: 8815 components: - type: Transform - pos: 49.5,35.5 + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 parent: 2 - - uid: 23648 + - uid: 8852 components: - type: Transform - pos: 46.5,45.5 + rot: 1.5707963267948966 rad + pos: -62.5,18.5 parent: 2 - - uid: 23649 + - uid: 8853 components: - type: Transform - pos: 44.5,41.5 + rot: -1.5707963267948966 rad + pos: -58.5,18.5 parent: 2 - - uid: 23650 + - uid: 8883 components: - type: Transform - pos: 58.5,31.5 + rot: -1.5707963267948966 rad + pos: -58.5,17.5 parent: 2 - - uid: 23651 + - uid: 8888 components: - type: Transform - pos: 55.5,31.5 + pos: -61.5,19.5 parent: 2 - - uid: 23652 + - uid: 8889 components: - type: Transform - pos: 54.5,31.5 + pos: -60.5,19.5 parent: 2 - - uid: 23653 + - uid: 8890 components: - type: Transform - pos: 55.5,1.5 + pos: -59.5,19.5 parent: 2 - - uid: 23654 + - uid: 9753 components: - type: Transform - pos: 73.5,-12.5 + rot: 1.5707963267948966 rad + pos: -65.5,51.5 parent: 2 - - uid: 23655 + - uid: 9786 components: - type: Transform - pos: 51.5,-28.5 + pos: -84.5,-35.5 parent: 2 - - uid: 23656 + - uid: 9787 components: - type: Transform - pos: 32.5,-22.5 + pos: -87.5,-35.5 parent: 2 - - uid: 23657 + - uid: 9811 components: - type: Transform - pos: 26.5,-26.5 + rot: -1.5707963267948966 rad + pos: 55.5,-54.5 parent: 2 - - uid: 23658 + - uid: 9815 components: - type: Transform - pos: 18.5,-25.5 + rot: -1.5707963267948966 rad + pos: 55.5,-69.5 parent: 2 - - uid: 23659 + - uid: 9823 components: - type: Transform - pos: 12.5,-25.5 + rot: 1.5707963267948966 rad + pos: 57.5,-62.5 parent: 2 - - uid: 23660 + - uid: 9824 components: - type: Transform - pos: 10.5,-21.5 + rot: 1.5707963267948966 rad + pos: 57.5,-64.5 parent: 2 - - uid: 23663 + - uid: 9825 components: - type: Transform - pos: -12.5,-36.5 + rot: -1.5707963267948966 rad + pos: 55.5,-63.5 parent: 2 - - uid: 23664 + - uid: 9826 components: - type: Transform - pos: -29.5,-26.5 + rot: -1.5707963267948966 rad + pos: 55.5,-72.5 parent: 2 - - uid: 23665 + - uid: 9829 components: - type: Transform - pos: -50.5,-6.5 + rot: -1.5707963267948966 rad + pos: 55.5,-67.5 parent: 2 - - uid: 23666 + - uid: 9841 components: - type: Transform - pos: -53.5,6.5 + rot: -1.5707963267948966 rad + pos: 55.5,-68.5 parent: 2 - - uid: 23667 + - uid: 9842 components: - type: Transform - pos: -61.5,14.5 + rot: 1.5707963267948966 rad + pos: 57.5,-68.5 parent: 2 - - uid: 23669 + - uid: 9843 components: - type: Transform - pos: -68.5,18.5 + rot: 1.5707963267948966 rad + pos: 57.5,-61.5 parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 23447 + - uid: 9844 components: - type: Transform - pos: -88.5,10.5 + rot: -1.5707963267948966 rad + pos: 55.5,-57.5 parent: 2 - - uid: 23450 + - uid: 9854 components: - type: Transform - pos: -93.5,24.5 + rot: 1.5707963267948966 rad + pos: 57.5,-63.5 parent: 2 - - uid: 23451 + - uid: 9856 components: - type: Transform - pos: -96.5,30.5 + rot: -1.5707963267948966 rad + pos: -67.5,38.5 parent: 2 - - uid: 23452 + - uid: 9857 components: - type: Transform - pos: -90.5,35.5 + rot: -1.5707963267948966 rad + pos: -67.5,39.5 parent: 2 - - uid: 23453 + - uid: 9858 components: - type: Transform - pos: -115.5,34.5 + rot: -1.5707963267948966 rad + pos: -67.5,40.5 parent: 2 - - uid: 23454 + - uid: 9859 components: - type: Transform - pos: -107.5,35.5 + rot: -1.5707963267948966 rad + pos: -67.5,41.5 parent: 2 - - uid: 23455 + - uid: 9860 components: - type: Transform - pos: -106.5,35.5 + rot: -1.5707963267948966 rad + pos: -67.5,44.5 parent: 2 - - uid: 23456 + - uid: 9861 components: - type: Transform - pos: -111.5,31.5 + rot: -1.5707963267948966 rad + pos: -67.5,45.5 parent: 2 - - uid: 23457 + - uid: 9862 components: - type: Transform - pos: -115.5,-4.5 + rot: -1.5707963267948966 rad + pos: -67.5,46.5 parent: 2 - - uid: 23458 + - uid: 9863 components: - type: Transform - pos: -115.5,20.5 + rot: -1.5707963267948966 rad + pos: -67.5,48.5 parent: 2 - - uid: 23459 + - uid: 9864 components: - type: Transform - pos: -111.5,18.5 + rot: 1.5707963267948966 rad + pos: -65.5,50.5 parent: 2 - - uid: 23460 + - uid: 9865 components: - type: Transform - pos: -111.5,17.5 + rot: 1.5707963267948966 rad + pos: -65.5,49.5 parent: 2 - - uid: 23461 + - uid: 9866 components: - type: Transform - pos: -115.5,10.5 + rot: 1.5707963267948966 rad + pos: -65.5,48.5 parent: 2 - - uid: 23462 + - uid: 9867 components: - type: Transform - pos: -111.5,1.5 + rot: 1.5707963267948966 rad + pos: -65.5,47.5 parent: 2 - - uid: 23464 + - uid: 9868 components: - type: Transform - pos: -111.5,-11.5 + rot: 1.5707963267948966 rad + pos: -65.5,46.5 parent: 2 - - uid: 23471 + - uid: 9869 components: - type: Transform - pos: -88.5,6.5 + rot: 1.5707963267948966 rad + pos: -65.5,45.5 parent: 2 - - uid: 23472 + - uid: 9870 components: - type: Transform - pos: -66.5,15.5 + rot: 1.5707963267948966 rad + pos: -65.5,44.5 parent: 2 - - uid: 23473 + - uid: 9871 components: - type: Transform - pos: -74.5,17.5 + rot: 1.5707963267948966 rad + pos: -65.5,43.5 parent: 2 - - uid: 23474 + - uid: 9872 components: - type: Transform - pos: -70.5,27.5 + rot: 3.141592653589793 rad + pos: -64.5,42.5 parent: 2 - - uid: 23475 + - uid: 9873 components: - type: Transform - pos: -74.5,33.5 + rot: 3.141592653589793 rad + pos: -63.5,42.5 parent: 2 - - uid: 23476 + - uid: 9874 components: - type: Transform - pos: -64.5,32.5 + rot: 3.141592653589793 rad + pos: -62.5,42.5 parent: 2 - - uid: 23477 + - uid: 9918 components: - type: Transform - pos: -52.5,32.5 + pos: -79.5,50.5 parent: 2 - - uid: 23479 + - uid: 9919 components: - type: Transform - pos: -23.5,33.5 + pos: -68.5,50.5 parent: 2 - - uid: 23512 + - uid: 9920 components: - type: Transform - pos: 58.5,49.5 + pos: -69.5,50.5 parent: 2 - - uid: 23520 + - uid: 9921 components: - type: Transform - pos: 71.5,-12.5 + pos: -70.5,50.5 parent: 2 - - uid: 23521 + - uid: 9922 components: - type: Transform - pos: 75.5,-13.5 + pos: -73.5,50.5 parent: 2 - - uid: 23522 + - uid: 9923 components: - type: Transform - pos: 79.5,-11.5 + pos: -72.5,50.5 parent: 2 - - uid: 23523 + - uid: 9924 components: - type: Transform - pos: 72.5,-19.5 + pos: -74.5,50.5 parent: 2 - - uid: 23524 + - uid: 9925 components: - type: Transform - pos: 68.5,-23.5 + pos: -77.5,50.5 parent: 2 - - uid: 23525 + - uid: 9926 components: - type: Transform - pos: 52.5,-28.5 + pos: -80.5,50.5 parent: 2 - - uid: 23526 + - uid: 9927 components: - type: Transform - pos: 53.5,-32.5 + pos: -82.5,50.5 parent: 2 - - uid: 23527 + - uid: 9928 components: - type: Transform - pos: 46.5,-32.5 + pos: -83.5,50.5 parent: 2 - - uid: 23528 + - uid: 9929 components: - type: Transform - pos: 41.5,-35.5 + pos: -85.5,50.5 parent: 2 - - uid: 23529 + - uid: 9930 components: - type: Transform - pos: 28.5,-35.5 + rot: 3.141592653589793 rad + pos: -84.5,52.5 parent: 2 - - uid: 23530 + - uid: 9931 components: - type: Transform - pos: 24.5,-35.5 + rot: 3.141592653589793 rad + pos: -85.5,52.5 parent: 2 - - uid: 23531 + - uid: 9932 components: - type: Transform - pos: 12.5,-30.5 + rot: 3.141592653589793 rad + pos: -83.5,52.5 parent: 2 - - uid: 23532 + - uid: 9933 components: - type: Transform - pos: 12.5,-31.5 + rot: -1.5707963267948966 rad + pos: 55.5,-77.5 parent: 2 - - uid: 23533 + - uid: 9934 components: - type: Transform - pos: 23.5,-23.5 + rot: 3.141592653589793 rad + pos: -77.5,52.5 parent: 2 - - uid: 23549 + - uid: 9935 components: - type: Transform - pos: 5.5,-53.5 + rot: 3.141592653589793 rad + pos: -74.5,52.5 parent: 2 - - uid: 23570 + - uid: 9936 components: - type: Transform - pos: -82.5,3.5 + rot: 3.141592653589793 rad + pos: -78.5,52.5 parent: 2 - - uid: 23571 + - uid: 9937 components: - type: Transform - pos: -89.5,1.5 + rot: 3.141592653589793 rad + pos: -68.5,52.5 parent: 2 - - uid: 23572 + - uid: 9938 components: - type: Transform - pos: -93.5,-2.5 + rot: 3.141592653589793 rad + pos: -67.5,52.5 parent: 2 - - uid: 23573 + - uid: 9939 components: - type: Transform - pos: -93.5,-5.5 + rot: 3.141592653589793 rad + pos: -66.5,52.5 parent: 2 - - uid: 23574 + - uid: 10437 components: - type: Transform - pos: -93.5,-6.5 + pos: -78.5,-35.5 parent: 2 - - uid: 23575 + - uid: 10440 components: - type: Transform - pos: -95.5,-12.5 + pos: -86.5,-35.5 parent: 2 - - uid: 23577 + - uid: 10452 components: - type: Transform - pos: -87.5,19.5 + rot: 1.5707963267948966 rad + pos: -88.5,-51.5 parent: 2 - - uid: 23579 + - uid: 10453 components: - type: Transform - pos: -82.5,34.5 + rot: 1.5707963267948966 rad + pos: -88.5,-56.5 parent: 2 - - uid: 23581 + - uid: 10454 components: - type: Transform - pos: -52.5,42.5 + rot: 1.5707963267948966 rad + pos: -88.5,-58.5 parent: 2 - - uid: 23583 + - uid: 10455 components: - type: Transform - pos: -31.5,39.5 + rot: 1.5707963267948966 rad + pos: -88.5,-61.5 parent: 2 - - uid: 23584 + - uid: 10456 components: - type: Transform - pos: -27.5,33.5 + rot: 1.5707963267948966 rad + pos: -88.5,-62.5 parent: 2 - - uid: 23585 + - uid: 10457 components: - type: Transform - pos: -31.5,25.5 + rot: 1.5707963267948966 rad + pos: -88.5,-40.5 parent: 2 - - uid: 23587 + - uid: 10458 components: - type: Transform - pos: -8.5,36.5 + rot: 1.5707963267948966 rad + pos: -88.5,-41.5 parent: 2 - - uid: 26887 + - uid: 10459 components: - type: Transform - pos: -32.5,32.5 + rot: 1.5707963267948966 rad + pos: -88.5,-42.5 parent: 2 -- proto: RandomScienceCorpseSpawner - entities: - - uid: 5341 + - uid: 10460 components: - type: Transform - pos: 56.5,53.5 + rot: 1.5707963267948966 rad + pos: -88.5,-45.5 parent: 2 - - uid: 5385 + - uid: 10461 components: - type: Transform - pos: 61.5,52.5 + rot: 1.5707963267948966 rad + pos: -88.5,-47.5 parent: 2 -- proto: RandomSnacks - entities: - - uid: 1640 + - uid: 10462 components: - type: Transform - pos: -2.5,12.5 + rot: 1.5707963267948966 rad + pos: -88.5,-48.5 parent: 2 - - uid: 1641 + - uid: 10583 components: - type: Transform - pos: -5.5,11.5 + pos: -66.5,-36.5 parent: 2 - - uid: 15548 + - uid: 10584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,33.5 + pos: -65.5,-36.5 parent: 2 - - uid: 15551 + - uid: 10585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,33.5 + pos: -64.5,-36.5 parent: 2 -- proto: RandomSoap - entities: - - uid: 33588 + - uid: 10586 components: - type: Transform - pos: 96.5,26.5 + rot: -1.5707963267948966 rad + pos: -67.5,-30.5 parent: 2 - - uid: 33608 + - uid: 10587 components: - type: Transform - pos: 73.5,59.5 + rot: -1.5707963267948966 rad + pos: -67.5,-31.5 parent: 2 - - uid: 33609 + - uid: 10616 components: - type: Transform - pos: 88.5,49.5 + rot: -1.5707963267948966 rad + pos: -67.5,-32.5 parent: 2 - - uid: 33610 + - uid: 11268 components: - type: Transform - pos: 68.5,42.5 + rot: 3.141592653589793 rad + pos: -59.5,-26.5 parent: 2 -- proto: RandomSpawner - entities: - - uid: 7016 + - uid: 11973 components: - type: Transform - pos: -28.5,-32.5 + rot: 3.141592653589793 rad + pos: 13.5,-14.5 parent: 2 - - uid: 7017 + - uid: 12146 components: - type: Transform - pos: -28.5,-33.5 + rot: -1.5707963267948966 rad + pos: 3.5,7.5 parent: 2 - - uid: 7018 + - uid: 13441 components: - type: Transform - pos: -33.5,-32.5 + rot: 3.141592653589793 rad + pos: -68.5,-33.5 parent: 2 - - uid: 7019 + - uid: 13486 components: - type: Transform - pos: -33.5,-33.5 + pos: -79.5,-35.5 parent: 2 - - uid: 7020 + - uid: 13487 components: - type: Transform - pos: -27.5,-34.5 + pos: -81.5,-35.5 parent: 2 - - uid: 7021 + - uid: 13488 components: - type: Transform - pos: -25.5,-32.5 + pos: -82.5,-35.5 parent: 2 - - uid: 7022 + - uid: 13544 components: - type: Transform - pos: -29.5,-38.5 + rot: -1.5707963267948966 rad + pos: -90.5,-37.5 parent: 2 - - uid: 7023 + - uid: 13579 components: - type: Transform - pos: -32.5,-38.5 + rot: 3.141592653589793 rad + pos: -80.5,-33.5 parent: 2 - - uid: 7024 + - uid: 13647 components: - type: Transform - pos: -33.5,-36.5 + rot: -1.5707963267948966 rad + pos: 54.5,-37.5 parent: 2 - - uid: 31108 + - uid: 13648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,64.5 + rot: -1.5707963267948966 rad + pos: 54.5,-38.5 parent: 2 -- proto: RandomSpawner100 - entities: - - uid: 3933 + - uid: 13649 components: - type: Transform - pos: -37.5,13.5 + rot: -1.5707963267948966 rad + pos: 54.5,-39.5 parent: 2 - - uid: 15501 + - uid: 13650 components: - type: Transform - pos: -40.5,12.5 + rot: -1.5707963267948966 rad + pos: 54.5,-40.5 parent: 2 - - uid: 16631 + - uid: 13655 components: - type: Transform - pos: -39.5,10.5 + rot: 1.5707963267948966 rad + pos: 58.5,-38.5 parent: 2 - - uid: 16633 + - uid: 13656 components: - type: Transform - pos: -38.5,10.5 + rot: 1.5707963267948966 rad + pos: 58.5,-37.5 parent: 2 - - uid: 16635 + - uid: 13663 components: - type: Transform - pos: -36.5,10.5 + rot: 3.141592653589793 rad + pos: -86.5,-33.5 parent: 2 - - uid: 30072 + - uid: 13664 components: - type: Transform - pos: 91.5,39.5 + rot: 3.141592653589793 rad + pos: -87.5,-33.5 parent: 2 - - uid: 30080 + - uid: 13665 components: - type: Transform - pos: 89.5,42.5 + rot: 3.141592653589793 rad + pos: -88.5,-33.5 parent: 2 - - uid: 30083 + - uid: 13666 components: - type: Transform - pos: 85.5,44.5 + rot: 3.141592653589793 rad + pos: -78.5,-33.5 parent: 2 - - uid: 30085 + - uid: 13667 components: - type: Transform - pos: 86.5,36.5 + rot: 3.141592653589793 rad + pos: -85.5,-33.5 parent: 2 - - uid: 30086 + - uid: 13675 components: - type: Transform - pos: 85.5,37.5 + rot: 1.5707963267948966 rad + pos: 57.5,-43.5 parent: 2 - - uid: 30090 + - uid: 13678 components: - type: Transform - pos: 90.5,37.5 + rot: -1.5707963267948966 rad + pos: 55.5,-53.5 parent: 2 - - uid: 31107 + - uid: 13867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,65.5 + pos: 16.5,19.5 parent: 2 -- proto: RandomVendingDrinks - entities: - - uid: 1597 + - uid: 15208 components: - type: Transform - pos: -6.5,16.5 + rot: 1.5707963267948966 rad + pos: -32.5,61.5 parent: 2 - - uid: 5176 + - uid: 15209 components: - type: Transform - pos: 74.5,-13.5 + rot: 1.5707963267948966 rad + pos: -32.5,62.5 parent: 2 - - uid: 5885 + - uid: 15579 components: - type: Transform - pos: 11.5,-51.5 + rot: 1.5707963267948966 rad + pos: -8.5,37.5 parent: 2 - - uid: 6826 + - uid: 15587 components: - type: Transform - pos: -15.5,-27.5 + rot: -1.5707963267948966 rad + pos: -4.5,37.5 parent: 2 - - uid: 8468 + - uid: 15755 components: - type: Transform - pos: -10.5,59.5 + rot: 1.5707963267948966 rad + pos: -32.5,57.5 parent: 2 - - uid: 9000 + - uid: 17007 components: - type: Transform - pos: -51.5,23.5 + rot: 1.5707963267948966 rad + pos: 57.5,-57.5 parent: 2 - - uid: 9330 + - uid: 17008 components: - type: Transform - pos: -38.5,15.5 + rot: 1.5707963267948966 rad + pos: 57.5,-44.5 parent: 2 - - uid: 13318 + - uid: 17009 components: - type: Transform - pos: 52.5,-10.5 + rot: 1.5707963267948966 rad + pos: 57.5,-53.5 parent: 2 - - uid: 19610 + - uid: 17502 components: - type: Transform - pos: -10.5,78.5 + rot: -1.5707963267948966 rad + pos: 33.5,-16.5 parent: 2 -- proto: RandomVendingSnacks - entities: - - uid: 1596 + - uid: 18219 components: - type: Transform - pos: -7.5,16.5 + rot: 1.5707963267948966 rad + pos: -32.5,58.5 parent: 2 - - uid: 5155 + - uid: 18552 components: - type: Transform - pos: 71.5,-13.5 + rot: 1.5707963267948966 rad + pos: 57.5,-51.5 parent: 2 - - uid: 5884 + - uid: 18553 components: - type: Transform - pos: -8.5,-51.5 + rot: 1.5707963267948966 rad + pos: 58.5,-39.5 parent: 2 - - uid: 6827 + - uid: 18555 components: - type: Transform - pos: -14.5,-27.5 + rot: -1.5707963267948966 rad + pos: 54.5,-41.5 parent: 2 - - uid: 8621 + - uid: 18585 components: - type: Transform - pos: -11.5,59.5 + pos: -88.5,50.5 parent: 2 - - uid: 9003 + - uid: 18587 components: - type: Transform - pos: -50.5,23.5 + pos: -89.5,50.5 parent: 2 - - uid: 13243 + - uid: 18603 components: - type: Transform - pos: -37.5,15.5 + rot: 1.5707963267948966 rad + pos: 58.5,-40.5 parent: 2 - - uid: 13313 + - uid: 18621 components: - type: Transform - pos: 52.5,-11.5 + rot: 3.141592653589793 rad + pos: -88.5,52.5 parent: 2 - - uid: 19609 + - uid: 18711 components: - type: Transform - pos: 13.5,78.5 + rot: -1.5707963267948966 rad + pos: -90.5,-57.5 parent: 2 -- proto: ReagentContainerOliveoil - entities: - - uid: 7604 + - uid: 18777 components: - type: Transform - pos: -56.631985,-19.181768 + rot: -1.5707963267948966 rad + pos: -90.5,-42.5 parent: 2 - - uid: 7605 + - uid: 18780 components: - type: Transform - pos: -56.39761,-19.334112 + pos: -68.5,-35.5 parent: 2 -- proto: ReagentGrinderMachineCircuitboard - entities: - - uid: 35821 + - uid: 18783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.983044,27.480843 + rot: -1.5707963267948966 rad + pos: -90.5,-47.5 parent: 2 -- proto: Recycler - entities: - - uid: 36390 + - uid: 18784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,8.5 + rot: -1.5707963267948966 rad + pos: -90.5,-35.5 parent: 2 - - type: DeviceLinkSink - links: - - 23365 -- proto: RegenerativeMesh - entities: - - uid: 30679 + - uid: 18785 components: - type: Transform - pos: 76.73633,38.6791 + rot: -1.5707963267948966 rad + pos: -90.5,-43.5 parent: 2 -- proto: ReinforcedGirder - entities: - - uid: 3067 + - uid: 19626 components: - type: Transform - pos: 82.5,-8.5 + rot: 1.5707963267948966 rad + pos: 5.5,58.5 parent: 2 - - uid: 6430 + - uid: 19650 components: - type: Transform - pos: 87.5,-6.5 + rot: 1.5707963267948966 rad + pos: 5.5,62.5 parent: 2 - - uid: 11641 + - uid: 22122 components: - type: Transform - pos: -68.5,-19.5 + rot: 1.5707963267948966 rad + pos: 65.5,24.5 parent: 2 - - uid: 13716 + - uid: 22137 components: - type: Transform - pos: 83.5,-8.5 + rot: 1.5707963267948966 rad + pos: -69.5,-32.5 parent: 2 - - uid: 13717 + - uid: 22149 components: - type: Transform - pos: 87.5,-5.5 + rot: 1.5707963267948966 rad + pos: -69.5,-37.5 parent: 2 - - uid: 13718 + - uid: 22155 components: - type: Transform - pos: 85.5,1.5 + rot: -1.5707963267948966 rad + pos: -68.5,-28.5 parent: 2 - - uid: 13719 + - uid: 22159 components: - type: Transform - pos: 84.5,1.5 + rot: 1.5707963267948966 rad + pos: 64.5,22.5 parent: 2 - - uid: 13720 + - uid: 22279 components: - type: Transform - pos: 82.5,1.5 + rot: -1.5707963267948966 rad + pos: 10.5,58.5 parent: 2 - - uid: 13721 + - uid: 22675 components: - type: Transform - pos: 87.5,1.5 + pos: -19.5,-13.5 parent: 2 - - uid: 13724 + - uid: 22885 components: - type: Transform - pos: 86.5,-8.5 + pos: -25.5,-13.5 parent: 2 - - uid: 13726 + - uid: 22910 components: - type: Transform - pos: 46.5,-37.5 + pos: -24.5,-13.5 parent: 2 - - uid: 13727 + - uid: 23127 components: - type: Transform - pos: 46.5,-38.5 + pos: -18.5,-13.5 parent: 2 - - uid: 13728 + - uid: 23296 components: - type: Transform - pos: 46.5,-41.5 + pos: -17.5,-13.5 parent: 2 - - uid: 13729 + - uid: 23577 components: - type: Transform - pos: 49.5,-41.5 + rot: 1.5707963267948966 rad + pos: 64.5,14.5 parent: 2 - - uid: 13730 + - uid: 23579 components: - type: Transform - pos: 51.5,-41.5 + rot: 1.5707963267948966 rad + pos: 64.5,15.5 parent: 2 - - uid: 13731 + - uid: 23592 components: - type: Transform - pos: 52.5,-41.5 + rot: 1.5707963267948966 rad + pos: 64.5,19.5 parent: 2 - - uid: 13732 + - uid: 24483 components: - type: Transform - pos: 52.5,-40.5 + rot: 1.5707963267948966 rad + pos: 1.5,-27.5 parent: 2 - - uid: 13733 + - uid: 26853 components: - type: Transform - pos: 52.5,-37.5 + rot: 3.141592653589793 rad + pos: 2.5,-28.5 parent: 2 - - uid: 13734 + - uid: 27167 components: - type: Transform - pos: 52.5,-35.5 + pos: -23.5,-13.5 parent: 2 - - uid: 13735 + - uid: 28062 components: - type: Transform - pos: 40.5,-36.5 + rot: 3.141592653589793 rad + pos: 13.5,36.5 parent: 2 - - uid: 13736 + - uid: 28644 components: - type: Transform - pos: 40.5,-38.5 + rot: 3.141592653589793 rad + pos: -29.5,18.5 parent: 2 - - uid: 13737 + - uid: 30221 components: - type: Transform - pos: 40.5,-40.5 + pos: 38.5,-18.5 parent: 2 - - uid: 13738 + - uid: 30268 components: - type: Transform - pos: 41.5,-41.5 + rot: 1.5707963267948966 rad + pos: 2.5,58.5 parent: 2 - - uid: 13739 + - uid: 30272 components: - type: Transform - pos: 44.5,-41.5 + rot: 1.5707963267948966 rad + pos: 2.5,62.5 parent: 2 - - uid: 13785 + - uid: 30370 components: - type: Transform - pos: 88.5,5.5 + rot: 3.141592653589793 rad + pos: 1.5,-36.5 parent: 2 - - uid: 13786 + - uid: 30379 components: - type: Transform - pos: 88.5,4.5 + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 parent: 2 - - uid: 13787 + - uid: 30380 components: - type: Transform - pos: 87.5,2.5 + rot: 1.5707963267948966 rad + pos: 5.5,25.5 parent: 2 - - uid: 13788 + - uid: 30381 components: - type: Transform - pos: 88.5,9.5 + rot: -1.5707963267948966 rad + pos: 13.5,24.5 parent: 2 - - uid: 18795 + - uid: 30392 components: - type: Transform - pos: -102.5,42.5 + rot: -1.5707963267948966 rad + pos: 2.5,52.5 parent: 2 - - uid: 18803 + - uid: 30399 components: - type: Transform - pos: -125.5,58.5 + rot: 3.141592653589793 rad + pos: 48.5,20.5 parent: 2 - - uid: 18804 + - uid: 30401 components: - type: Transform - pos: -125.5,56.5 + rot: -1.5707963267948966 rad + pos: 1.5,37.5 parent: 2 - - uid: 18805 + - uid: 30402 components: - type: Transform - pos: -126.5,54.5 + rot: 3.141592653589793 rad + pos: -28.5,-16.5 parent: 2 - - uid: 18806 + - uid: 30406 components: - type: Transform - pos: -126.5,52.5 + rot: 3.141592653589793 rad + pos: 0.5,-23.5 parent: 2 - - uid: 18807 + - uid: 30407 components: - type: Transform - pos: -126.5,50.5 + pos: 2.5,-26.5 parent: 2 - - uid: 18808 + - uid: 30409 components: - type: Transform - pos: -125.5,46.5 + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 parent: 2 - - uid: 18809 + - uid: 30449 components: - type: Transform - pos: -125.5,45.5 + rot: 3.141592653589793 rad + pos: 11.5,-14.5 parent: 2 - - uid: 18810 + - uid: 30585 components: - type: Transform - pos: -125.5,44.5 + rot: -1.5707963267948966 rad + pos: -62.5,9.5 parent: 2 - - uid: 18811 + - uid: 31914 components: - type: Transform - pos: -126.5,42.5 + rot: -1.5707963267948966 rad + pos: 55.5,-43.5 parent: 2 - - uid: 18812 + - uid: 31915 components: - type: Transform - pos: -125.5,40.5 + rot: -1.5707963267948966 rad + pos: 55.5,-44.5 parent: 2 - - uid: 18813 + - uid: 31916 components: - type: Transform - pos: -125.5,37.5 + rot: -1.5707963267948966 rad + pos: 55.5,-46.5 parent: 2 - - uid: 18814 + - uid: 31919 components: - type: Transform - pos: -121.5,37.5 + rot: -1.5707963267948966 rad + pos: 55.5,-48.5 parent: 2 - - uid: 18815 + - uid: 31920 components: - type: Transform - pos: -120.5,37.5 + rot: -1.5707963267948966 rad + pos: 55.5,-52.5 parent: 2 - - uid: 18816 + - uid: 32010 components: - type: Transform - pos: -117.5,64.5 + rot: 1.5707963267948966 rad + pos: 57.5,-52.5 parent: 2 - - uid: 18817 + - uid: 32011 components: - type: Transform - pos: -114.5,64.5 + rot: 1.5707963267948966 rad + pos: 57.5,-47.5 parent: 2 - - uid: 18818 + - uid: 32230 components: - type: Transform - pos: -113.5,64.5 + rot: 3.141592653589793 rad + pos: -101.5,49.5 parent: 2 - - uid: 18819 + - uid: 32231 components: - type: Transform - pos: -111.5,64.5 + rot: 3.141592653589793 rad + pos: -100.5,49.5 parent: 2 - - uid: 18820 + - uid: 32232 components: - type: Transform - pos: -107.5,64.5 + pos: -101.5,53.5 parent: 2 - - uid: 18821 + - uid: 32233 components: - type: Transform - pos: -105.5,65.5 + pos: -100.5,53.5 parent: 2 - - uid: 18822 + - uid: 32252 components: - type: Transform - pos: -103.5,65.5 + rot: -1.5707963267948966 rad + pos: -90.5,-52.5 parent: 2 - - uid: 18823 + - uid: 32268 components: - type: Transform - pos: -102.5,64.5 + rot: -1.5707963267948966 rad + pos: -90.5,-51.5 parent: 2 - - uid: 18824 + - uid: 32311 components: - type: Transform - pos: -100.5,64.5 + rot: 1.5707963267948966 rad + pos: 57.5,-59.5 parent: 2 - - uid: 18825 + - uid: 32331 components: - type: Transform - pos: -99.5,61.5 + rot: 1.5707963267948966 rad + pos: -88.5,-38.5 parent: 2 - - uid: 18826 + - uid: 32332 components: - type: Transform - pos: -99.5,60.5 + rot: 3.141592653589793 rad + pos: -89.5,-33.5 parent: 2 - - uid: 18879 + - uid: 32333 components: - type: Transform - pos: -121.5,64.5 + rot: 3.141592653589793 rad + pos: -84.5,-33.5 parent: 2 - - uid: 18880 + - uid: 32338 components: - type: Transform - pos: -125.5,63.5 + rot: 1.5707963267948966 rad + pos: -88.5,-36.5 parent: 2 - - uid: 19912 + - uid: 34959 components: - type: Transform - pos: -69.5,-19.5 + pos: 20.5,19.5 parent: 2 - - uid: 19913 + - uid: 35476 components: - type: Transform - pos: -72.5,-16.5 + rot: -1.5707963267948966 rad + pos: -81.5,53.5 parent: 2 - - uid: 19914 + - uid: 35477 components: - type: Transform - pos: -72.5,-14.5 + rot: -1.5707963267948966 rad + pos: -81.5,54.5 parent: 2 - - uid: 19915 + - uid: 35478 components: - type: Transform - pos: -69.5,-13.5 + rot: -1.5707963267948966 rad + pos: -81.5,57.5 parent: 2 - - uid: 19916 + - uid: 35479 components: - type: Transform - pos: -67.5,-13.5 + rot: -1.5707963267948966 rad + pos: -81.5,58.5 parent: 2 - - uid: 19917 + - uid: 35480 components: - type: Transform - pos: -67.5,-12.5 + rot: -1.5707963267948966 rad + pos: -81.5,59.5 parent: 2 - - uid: 19986 + - uid: 35481 components: - type: Transform - pos: -123.5,12.5 + rot: -1.5707963267948966 rad + pos: -81.5,61.5 parent: 2 - - uid: 19987 + - uid: 35482 components: - type: Transform - pos: -123.5,13.5 + rot: -1.5707963267948966 rad + pos: -81.5,63.5 parent: 2 - - uid: 19988 + - uid: 35483 components: - type: Transform - pos: -123.5,16.5 + rot: -1.5707963267948966 rad + pos: -81.5,64.5 parent: 2 - - uid: 19989 + - uid: 35484 components: - type: Transform - pos: -119.5,17.5 + rot: -1.5707963267948966 rad + pos: -81.5,66.5 parent: 2 - - uid: 19990 + - uid: 35485 components: - type: Transform - pos: -118.5,17.5 + rot: -1.5707963267948966 rad + pos: -81.5,67.5 parent: 2 - - uid: 19991 + - uid: 35486 components: - type: Transform - pos: -123.5,1.5 + rot: -1.5707963267948966 rad + pos: -81.5,68.5 parent: 2 - - uid: 19992 + - uid: 35487 components: - type: Transform - pos: -123.5,4.5 + rot: -1.5707963267948966 rad + pos: -81.5,69.5 parent: 2 - - uid: 19993 + - uid: 35488 components: - type: Transform - pos: -120.5,-0.5 + rot: -1.5707963267948966 rad + pos: -81.5,71.5 parent: 2 - - uid: 19994 + - uid: 35489 components: - type: Transform - pos: -121.5,-0.5 + rot: -1.5707963267948966 rad + pos: -81.5,74.5 parent: 2 - - uid: 29880 + - uid: 35490 components: - type: Transform - pos: 102.5,32.5 + rot: -1.5707963267948966 rad + pos: -81.5,73.5 parent: 2 - - uid: 29881 + - uid: 35491 components: - type: Transform - pos: 102.5,34.5 + rot: -1.5707963267948966 rad + pos: -81.5,77.5 parent: 2 - - uid: 29882 + - uid: 35492 components: - type: Transform - pos: 102.5,36.5 + rot: -1.5707963267948966 rad + pos: -81.5,79.5 parent: 2 - - uid: 29884 + - uid: 35493 components: - type: Transform - pos: 102.5,41.5 + rot: -1.5707963267948966 rad + pos: -81.5,83.5 parent: 2 - - uid: 29885 + - uid: 35494 components: - type: Transform - pos: 102.5,43.5 + rot: -1.5707963267948966 rad + pos: -81.5,84.5 parent: 2 - - uid: 29886 + - uid: 35495 components: - type: Transform - pos: 102.5,44.5 + rot: -1.5707963267948966 rad + pos: -81.5,86.5 parent: 2 - - uid: 29887 + - uid: 35496 components: - type: Transform - pos: 100.5,47.5 + rot: -1.5707963267948966 rad + pos: -81.5,87.5 parent: 2 - - uid: 29888 + - uid: 35497 components: - type: Transform - pos: 100.5,48.5 + rot: -1.5707963267948966 rad + pos: -81.5,88.5 parent: 2 - - uid: 29889 + - uid: 35498 components: - type: Transform - pos: 99.5,48.5 + rot: -1.5707963267948966 rad + pos: -81.5,89.5 parent: 2 - - uid: 29890 + - uid: 35499 components: - type: Transform - pos: 99.5,49.5 + rot: -1.5707963267948966 rad + pos: -81.5,92.5 parent: 2 - - uid: 32318 + - uid: 35500 components: - type: Transform - pos: -94.5,64.5 + rot: -1.5707963267948966 rad + pos: -81.5,94.5 parent: 2 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 35 + - uid: 35501 components: - type: Transform - pos: -50.5,54.5 + rot: 1.5707963267948966 rad + pos: -79.5,99.5 parent: 2 - - uid: 2202 + - uid: 35502 components: - type: Transform - pos: 27.5,22.5 + rot: 1.5707963267948966 rad + pos: -79.5,94.5 parent: 2 - - uid: 2377 + - uid: 35503 components: - type: Transform - pos: 74.5,17.5 + rot: 1.5707963267948966 rad + pos: -79.5,93.5 parent: 2 - - uid: 2839 + - uid: 35504 components: - type: Transform - pos: 34.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,92.5 parent: 2 - - uid: 2859 + - uid: 35505 components: - type: Transform - pos: 49.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,87.5 parent: 2 - - uid: 2860 + - uid: 35506 components: - type: Transform - pos: 35.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,83.5 parent: 2 - - uid: 2886 + - uid: 35507 components: - type: Transform - pos: 28.5,22.5 + rot: 1.5707963267948966 rad + pos: -79.5,82.5 parent: 2 - - uid: 3963 + - uid: 35508 components: - type: Transform - pos: 41.5,44.5 + rot: 1.5707963267948966 rad + pos: -79.5,77.5 parent: 2 - - uid: 3964 + - uid: 35509 components: - type: Transform - pos: 29.5,22.5 + rot: 1.5707963267948966 rad + pos: -79.5,78.5 parent: 2 - - uid: 3966 + - uid: 35510 components: - type: Transform - pos: 8.5,69.5 + rot: 1.5707963267948966 rad + pos: -79.5,76.5 parent: 2 - - uid: 3988 + - uid: 35511 components: - type: Transform - pos: 41.5,42.5 + rot: 1.5707963267948966 rad + pos: -79.5,73.5 parent: 2 - - uid: 4124 + - uid: 35512 components: - type: Transform - pos: 41.5,39.5 + rot: 1.5707963267948966 rad + pos: -79.5,72.5 parent: 2 - - uid: 4125 + - uid: 35513 components: - type: Transform - pos: 41.5,40.5 + rot: 1.5707963267948966 rad + pos: -79.5,71.5 parent: 2 - - uid: 4165 + - uid: 35514 components: - type: Transform - pos: 40.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,67.5 parent: 2 - - uid: 4204 + - uid: 35515 components: - type: Transform - pos: -33.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,66.5 parent: 2 - - uid: 4217 + - uid: 35516 components: - type: Transform - pos: -32.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,63.5 parent: 2 - - uid: 4223 + - uid: 35517 components: - type: Transform - pos: -31.5,52.5 + rot: 1.5707963267948966 rad + pos: -79.5,62.5 parent: 2 - - uid: 4227 + - uid: 35518 components: - type: Transform - pos: 42.5,54.5 + rot: 1.5707963267948966 rad + pos: -79.5,61.5 parent: 2 - - uid: 4228 + - uid: 35519 components: - type: Transform - pos: 42.5,55.5 + rot: 1.5707963267948966 rad + pos: -79.5,58.5 parent: 2 - - uid: 4229 + - uid: 35520 components: - type: Transform - pos: 42.5,56.5 + rot: 1.5707963267948966 rad + pos: -79.5,56.5 parent: 2 - - uid: 4230 + - uid: 35521 components: - type: Transform - pos: 36.5,56.5 + rot: 1.5707963267948966 rad + pos: -79.5,54.5 parent: 2 - - uid: 4231 + - uid: 35522 components: - type: Transform - pos: 36.5,55.5 + rot: 1.5707963267948966 rad + pos: -79.5,57.5 parent: 2 - - uid: 4232 + - uid: 35679 components: - type: Transform - pos: 36.5,54.5 + rot: 3.141592653589793 rad + pos: -69.5,52.5 parent: 2 - - uid: 4233 + - uid: 35680 components: - type: Transform - pos: 48.5,56.5 + rot: 3.141592653589793 rad + pos: -70.5,52.5 parent: 2 - - uid: 4234 +- proto: RailingCorner + entities: + - uid: 797 components: - type: Transform - pos: 48.5,55.5 + rot: -1.5707963267948966 rad + pos: 3.5,6.5 parent: 2 - - uid: 4235 + - uid: 2384 components: - type: Transform - pos: 48.5,54.5 + pos: 65.5,-20.5 parent: 2 - - uid: 4298 + - uid: 3310 components: - type: Transform - pos: 74.5,20.5 + rot: 3.141592653589793 rad + pos: 23.5,-32.5 parent: 2 - - uid: 4590 + - uid: 3504 components: - type: Transform - pos: 61.5,9.5 + rot: 1.5707963267948966 rad + pos: 36.5,-27.5 parent: 2 - - uid: 4591 + - uid: 3505 components: - type: Transform - pos: 63.5,9.5 + rot: 3.141592653589793 rad + pos: 31.5,-27.5 parent: 2 - - uid: 4592 + - uid: 3506 components: - type: Transform - pos: 55.5,25.5 + rot: -1.5707963267948966 rad + pos: 31.5,-32.5 parent: 2 - - uid: 4646 + - uid: 3507 components: - type: Transform - pos: 92.5,39.5 + pos: 36.5,-32.5 parent: 2 - - uid: 4647 + - uid: 3943 components: - type: Transform - pos: 92.5,40.5 + rot: 1.5707963267948966 rad + pos: 64.5,-14.5 parent: 2 - - uid: 4648 + - uid: 3944 components: - type: Transform - pos: 92.5,41.5 + rot: 1.5707963267948966 rad + pos: 62.5,-13.5 parent: 2 - - uid: 4850 + - uid: 3945 components: - type: Transform - pos: -113.5,41.5 + rot: 1.5707963267948966 rad + pos: 66.5,-15.5 parent: 2 - - uid: 5540 + - uid: 3947 components: - type: Transform - pos: 45.5,52.5 + pos: 66.5,-18.5 parent: 2 - - uid: 5541 + - uid: 4967 components: - type: Transform - pos: 43.5,52.5 + pos: 64.5,-21.5 parent: 2 - - uid: 6100 + - uid: 4968 components: - type: Transform - pos: 44.5,52.5 + pos: 63.5,-22.5 parent: 2 - - uid: 6149 + - uid: 4969 components: - type: Transform - pos: 41.5,52.5 + pos: 61.5,-23.5 parent: 2 - - uid: 6164 + - uid: 4970 components: - type: Transform - pos: -50.5,53.5 + pos: 60.5,-24.5 parent: 2 - - uid: 7639 + - uid: 4971 components: - type: Transform - pos: -56.5,19.5 + pos: 58.5,-25.5 parent: 2 - - uid: 8204 + - uid: 4972 components: - type: Transform - pos: 37.5,58.5 + rot: -1.5707963267948966 rad + pos: 54.5,-25.5 parent: 2 - - uid: 8700 + - uid: 4973 components: - type: Transform - pos: -56.5,18.5 + rot: -1.5707963267948966 rad + pos: 52.5,-24.5 parent: 2 - - uid: 8870 + - uid: 4974 components: - type: Transform - pos: -62.5,21.5 + rot: -1.5707963267948966 rad + pos: 51.5,-22.5 parent: 2 - - uid: 8872 + - uid: 4975 components: - type: Transform - pos: -58.5,21.5 + rot: 3.141592653589793 rad + pos: 51.5,-19.5 parent: 2 - - uid: 8894 + - uid: 4976 components: - type: Transform - pos: -61.5,21.5 + rot: 3.141592653589793 rad + pos: 52.5,-18.5 parent: 2 - - uid: 8895 + - uid: 4977 components: - type: Transform - pos: -60.5,21.5 + rot: 3.141592653589793 rad + pos: 53.5,-17.5 parent: 2 - - uid: 8896 + - uid: 4978 components: - type: Transform - pos: -59.5,21.5 + rot: 3.141592653589793 rad + pos: 54.5,-16.5 parent: 2 - - uid: 9044 + - uid: 4979 components: - type: Transform - pos: -50.5,24.5 + rot: 3.141592653589793 rad + pos: 56.5,-15.5 parent: 2 - - uid: 9045 + - uid: 4980 components: - type: Transform - pos: -51.5,24.5 + rot: 3.141592653589793 rad + pos: 57.5,-14.5 parent: 2 - - uid: 9046 + - uid: 4981 components: - type: Transform - pos: -48.5,24.5 + rot: 3.141592653589793 rad + pos: 59.5,-13.5 parent: 2 - - uid: 9047 + - uid: 8336 components: - type: Transform - pos: -47.5,24.5 + pos: 65.5,23.5 parent: 2 - - uid: 9126 + - uid: 9940 components: - type: Transform - pos: 41.5,58.5 + rot: 1.5707963267948966 rad + pos: -65.5,52.5 parent: 2 - - uid: 9136 + - uid: 10582 components: - type: Transform - pos: 43.5,58.5 + rot: -1.5707963267948966 rad + pos: -67.5,-36.5 parent: 2 - - uid: 9252 + - uid: 13674 components: - type: Transform - pos: 47.5,58.5 + rot: -1.5707963267948966 rad + pos: 54.5,-42.5 parent: 2 - - uid: 9256 + - uid: 19645 components: - type: Transform - pos: 50.5,52.5 + rot: -1.5707963267948966 rad + pos: -20.5,-13.5 parent: 2 - - uid: 9268 + - uid: 21092 components: - type: Transform - pos: 39.5,52.5 + pos: -28.5,-13.5 parent: 2 - - uid: 9469 + - uid: 22131 components: - type: Transform - pos: -49.5,52.5 + pos: -77.5,-32.5 parent: 2 - - uid: 9470 + - uid: 22132 components: - type: Transform - pos: -49.5,47.5 + pos: -70.5,-38.5 parent: 2 - - uid: 9471 + - uid: 22543 components: - type: Transform - pos: -47.5,47.5 + rot: -1.5707963267948966 rad + pos: -26.5,-13.5 parent: 2 - - uid: 9472 + - uid: 22553 components: - type: Transform - pos: -47.5,52.5 + pos: -16.5,-13.5 parent: 2 - - uid: 9473 + - uid: 22571 components: - type: Transform - pos: -45.5,52.5 + rot: -1.5707963267948966 rad + pos: -29.5,-13.5 parent: 2 - - uid: 9474 + - uid: 22627 components: - type: Transform - pos: -45.5,47.5 + rot: -1.5707963267948966 rad + pos: -14.5,-13.5 parent: 2 - - uid: 9475 + - uid: 22800 components: - type: Transform - pos: -43.5,47.5 + pos: -13.5,-13.5 parent: 2 - - uid: 9476 + - uid: 22802 components: - type: Transform - pos: -43.5,52.5 + pos: -22.5,-13.5 parent: 2 - - uid: 9477 + - uid: 23545 components: - type: Transform - pos: -41.5,52.5 + pos: 6.5,6.5 parent: 2 - - uid: 9478 + - uid: 24820 components: - type: Transform - pos: -41.5,47.5 + rot: 1.5707963267948966 rad + pos: 65.5,11.5 parent: 2 - - uid: 9479 + - uid: 32269 components: - type: Transform - pos: -39.5,47.5 + rot: 3.141592653589793 rad + pos: -90.5,-33.5 parent: 2 - - uid: 9480 +- proto: RailingCornerSmall + entities: + - uid: 1369 components: - type: Transform - pos: -39.5,52.5 + pos: 28.5,10.5 parent: 2 - - uid: 9481 + - uid: 2552 components: - type: Transform - pos: -37.5,52.5 + rot: -1.5707963267948966 rad + pos: 1.5,-28.5 parent: 2 - - uid: 9482 + - uid: 3946 components: - type: Transform - pos: -37.5,47.5 + rot: 3.141592653589793 rad + pos: 66.5,-17.5 parent: 2 - - uid: 9613 + - uid: 4990 components: - type: Transform - pos: -56.5,17.5 + rot: -1.5707963267948966 rad + pos: 64.5,-15.5 parent: 2 - - uid: 13988 + - uid: 4992 components: - type: Transform - pos: 23.5,44.5 + rot: -1.5707963267948966 rad + pos: 62.5,-14.5 parent: 2 - - uid: 14097 + - uid: 4993 components: - type: Transform - pos: 27.5,36.5 + rot: 3.141592653589793 rad + pos: 65.5,-18.5 parent: 2 - - uid: 14098 + - uid: 4994 components: - type: Transform - pos: 28.5,36.5 + rot: 3.141592653589793 rad + pos: 64.5,-20.5 parent: 2 - - uid: 14103 + - uid: 4995 components: - type: Transform - pos: 29.5,38.5 + rot: 3.141592653589793 rad + pos: 63.5,-21.5 parent: 2 - - uid: 14104 + - uid: 4996 components: - type: Transform - pos: 29.5,37.5 + rot: 3.141592653589793 rad + pos: 61.5,-22.5 parent: 2 - - uid: 14106 + - uid: 4997 components: - type: Transform - pos: 26.5,36.5 + rot: 3.141592653589793 rad + pos: 60.5,-23.5 parent: 2 - - uid: 14108 + - uid: 4998 components: - type: Transform - pos: 25.5,37.5 + rot: 3.141592653589793 rad + pos: 58.5,-24.5 parent: 2 - - uid: 14109 + - uid: 4999 components: - type: Transform - pos: 25.5,38.5 + rot: 1.5707963267948966 rad + pos: 54.5,-24.5 parent: 2 - - uid: 14117 + - uid: 5000 components: - type: Transform - pos: 26.5,42.5 + rot: 1.5707963267948966 rad + pos: 52.5,-22.5 parent: 2 - - uid: 14118 + - uid: 5001 components: - type: Transform - pos: 28.5,42.5 + rot: 1.5707963267948966 rad + pos: 51.5,-21.5 parent: 2 - - uid: 14119 + - uid: 5002 components: - type: Transform - pos: 24.5,44.5 + pos: 51.5,-20.5 parent: 2 - - uid: 14120 + - uid: 5003 components: - type: Transform - pos: 22.5,44.5 + pos: 52.5,-19.5 parent: 2 - - uid: 15517 + - uid: 5004 components: - type: Transform - pos: -15.5,41.5 + pos: 53.5,-18.5 parent: 2 - - uid: 15631 + - uid: 5005 components: - type: Transform - pos: -26.5,43.5 + pos: 54.5,-17.5 parent: 2 - - uid: 15670 + - uid: 5006 components: - type: Transform - pos: -25.5,43.5 + pos: 56.5,-16.5 parent: 2 - - uid: 15671 + - uid: 5007 components: - type: Transform - pos: -24.5,43.5 + pos: 57.5,-15.5 parent: 2 - - uid: 16281 + - uid: 5008 components: - type: Transform - pos: -15.5,40.5 + pos: 59.5,-14.5 parent: 2 - - uid: 16528 + - uid: 5009 components: - type: Transform - pos: -21.5,45.5 + pos: 60.5,-13.5 parent: 2 - - uid: 16529 + - uid: 5010 components: - type: Transform - pos: -17.5,45.5 + rot: -1.5707963267948966 rad + pos: 61.5,-13.5 parent: 2 - - uid: 16612 + - uid: 5011 components: - type: Transform - pos: -30.5,51.5 + rot: 3.141592653589793 rad + pos: 57.5,-25.5 parent: 2 - - uid: 18000 + - uid: 5012 components: - type: Transform - pos: 7.5,69.5 + rot: 1.5707963267948966 rad + pos: 55.5,-25.5 parent: 2 - - uid: 18086 + - uid: 5013 components: - type: Transform - pos: 11.5,69.5 + rot: -1.5707963267948966 rad + pos: 66.5,-16.5 parent: 2 - - uid: 18163 + - uid: 5989 components: - type: Transform - pos: -113.5,60.5 + rot: -1.5707963267948966 rad + pos: 31.5,12.5 parent: 2 - - uid: 18388 + - uid: 6370 components: - type: Transform - pos: -59.5,47.5 + rot: -1.5707963267948966 rad + pos: 10.5,-14.5 parent: 2 - - uid: 18638 + - uid: 8884 components: - type: Transform - pos: -103.5,57.5 + rot: 3.141592653589793 rad + pos: -62.5,19.5 parent: 2 - - uid: 18641 + - uid: 8885 components: - type: Transform - pos: -102.5,57.5 + rot: 1.5707963267948966 rad + pos: -58.5,19.5 parent: 2 - - uid: 18642 + - uid: 8886 components: - type: Transform - pos: -104.5,57.5 + rot: -1.5707963267948966 rad + pos: -62.5,16.5 parent: 2 - - uid: 18643 + - uid: 8887 components: - type: Transform - pos: -102.5,55.5 + pos: -58.5,16.5 parent: 2 - - uid: 18644 + - uid: 9945 components: - type: Transform - pos: -103.5,55.5 + rot: 1.5707963267948966 rad + pos: -67.5,50.5 parent: 2 - - uid: 18645 + - uid: 9946 components: - type: Transform - pos: -104.5,55.5 + rot: -1.5707963267948966 rad + pos: -65.5,42.5 parent: 2 - - uid: 18646 + - uid: 10463 components: - type: Transform - pos: -104.5,45.5 + rot: 3.141592653589793 rad + pos: -88.5,-35.5 parent: 2 - - uid: 18647 + - uid: 10612 components: - type: Transform - pos: -103.5,45.5 + rot: 1.5707963267948966 rad + pos: -67.5,-35.5 parent: 2 - - uid: 18648 + - uid: 10613 components: - type: Transform - pos: -102.5,45.5 + pos: -67.5,-33.5 parent: 2 - - uid: 18649 + - uid: 15054 components: - type: Transform - pos: -104.5,47.5 + rot: 3.141592653589793 rad + pos: 1.5,-26.5 parent: 2 - - uid: 18650 + - uid: 15404 components: - type: Transform - pos: -103.5,47.5 + rot: 1.5707963267948966 rad + pos: -4.5,38.5 parent: 2 - - uid: 18651 + - uid: 15588 components: - type: Transform - pos: -102.5,47.5 + rot: 3.141592653589793 rad + pos: -8.5,38.5 parent: 2 - - uid: 18671 + - uid: 16398 components: - type: Transform - pos: -104.5,53.5 + rot: -1.5707963267948966 rad + pos: 2.5,57.5 parent: 2 - - uid: 18672 + - uid: 18556 components: - type: Transform - pos: -104.5,52.5 + rot: 1.5707963267948966 rad + pos: 55.5,-42.5 parent: 2 - - uid: 18673 + - uid: 22123 components: - type: Transform - pos: -104.5,51.5 + rot: 3.141592653589793 rad + pos: 64.5,23.5 parent: 2 - - uid: 18674 + - uid: 22154 components: - type: Transform - pos: -104.5,50.5 + rot: -1.5707963267948966 rad + pos: 64.5,11.5 parent: 2 - - uid: 18675 + - uid: 22567 components: - type: Transform - pos: -104.5,49.5 + rot: 3.141592653589793 rad + pos: 2.5,63.5 parent: 2 - - uid: 18676 + - uid: 30410 components: - type: Transform - pos: -102.5,53.5 + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 parent: 2 - - uid: 18677 + - uid: 30411 components: - type: Transform - pos: -102.5,52.5 + pos: 1.5,-23.5 parent: 2 - - uid: 18678 + - uid: 34960 components: - type: Transform - pos: -102.5,51.5 + rot: 3.141592653589793 rad + pos: 15.5,19.5 parent: 2 - - uid: 18679 + - uid: 34961 components: - type: Transform - pos: -102.5,50.5 + rot: 1.5707963267948966 rad + pos: 21.5,19.5 parent: 2 - - uid: 18680 + - uid: 35474 components: - type: Transform - pos: -102.5,49.5 + rot: -1.5707963267948966 rad + pos: -79.5,52.5 parent: 2 - - uid: 18769 + - uid: 35475 components: - type: Transform - pos: -112.5,60.5 + pos: -81.5,52.5 parent: 2 - - uid: 18770 +- proto: RandomAnimalSpawner + entities: + - uid: 21128 components: - type: Transform - pos: -111.5,60.5 + pos: -102.5,26.5 parent: 2 - - uid: 18771 + - uid: 27967 components: - type: Transform - pos: -121.5,52.5 + rot: -1.5707963267948966 rad + pos: -97.5,15.5 parent: 2 - - uid: 18772 +- proto: RandomArcade + entities: + - uid: 6307 components: - type: Transform - pos: -121.5,51.5 + rot: 3.141592653589793 rad + pos: 28.5,-21.5 parent: 2 - - uid: 18773 + - uid: 6308 components: - type: Transform - pos: -121.5,50.5 + rot: 3.141592653589793 rad + pos: 19.5,-21.5 parent: 2 - - uid: 18774 + - uid: 6309 components: - type: Transform - pos: -113.5,42.5 + rot: 3.141592653589793 rad + pos: 27.5,-21.5 parent: 2 - - uid: 18775 + - uid: 8478 components: - type: Transform - pos: -112.5,42.5 + rot: 3.141592653589793 rad + pos: 31.5,-21.5 parent: 2 - - uid: 18776 + - uid: 15545 components: - type: Transform - pos: -111.5,42.5 + pos: 27.5,-18.5 parent: 2 - - uid: 19086 + - uid: 16606 components: - type: Transform - pos: -95.5,55.5 + pos: 23.5,-18.5 parent: 2 - - uid: 19654 + - uid: 17975 components: - type: Transform - pos: -19.5,68.5 + rot: 3.141592653589793 rad + pos: 23.5,-21.5 parent: 2 - - uid: 19659 + - uid: 18279 components: - type: Transform - pos: 15.5,66.5 + pos: 26.5,-18.5 parent: 2 - - uid: 19665 + - uid: 19648 components: - type: Transform - pos: -21.5,68.5 + rot: 3.141592653589793 rad + pos: 32.5,-21.5 parent: 2 - - uid: 19666 + - uid: 20190 components: - type: Transform - pos: 15.5,64.5 + pos: 22.5,-18.5 parent: 2 - - uid: 19675 + - uid: 20195 components: - type: Transform - pos: -22.5,68.5 + rot: 3.141592653589793 rad + pos: 22.5,-21.5 parent: 2 - - uid: 19677 + - uid: 20199 components: - type: Transform - pos: -18.5,68.5 + rot: 3.141592653589793 rad + pos: 20.5,-21.5 parent: 2 - - uid: 19679 +- proto: RandomArtifactSpawner + entities: + - uid: 4488 components: - type: Transform - pos: -17.5,68.5 + pos: 39.5,55.5 parent: 2 - - uid: 19680 +- proto: RandomBoards + entities: + - uid: 3378 components: - type: Transform - pos: -17.5,58.5 + rot: 1.5707963267948966 rad + pos: -25.5,-4.5 parent: 2 - - uid: 19684 + - uid: 6300 components: - type: Transform - pos: -14.5,68.5 + rot: 1.5707963267948966 rad + pos: -28.5,-4.5 parent: 2 - - uid: 19685 + - uid: 6656 components: - type: Transform - pos: -13.5,68.5 + rot: -1.5707963267948966 rad + pos: -65.5,-20.5 parent: 2 - - uid: 19688 + - uid: 10410 components: - type: Transform - pos: -15.5,68.5 + pos: -50.5,27.5 parent: 2 - - uid: 19692 + - uid: 23280 components: - type: Transform - pos: -26.5,68.5 + rot: 1.5707963267948966 rad + pos: 7.5,44.5 parent: 2 - - uid: 19736 + - uid: 23283 components: - type: Transform - pos: -25.5,68.5 + rot: 1.5707963267948966 rad + pos: 4.5,45.5 parent: 2 - - uid: 19737 + - uid: 23288 components: - type: Transform - pos: -23.5,68.5 + rot: -1.5707963267948966 rad + pos: -38.5,35.5 parent: 2 - - uid: 19791 + - uid: 23289 components: - type: Transform - pos: -17.5,55.5 + rot: -1.5707963267948966 rad + pos: -39.5,33.5 parent: 2 - - uid: 19792 + - uid: 23291 components: - type: Transform - pos: -17.5,56.5 + rot: -1.5707963267948966 rad + pos: -69.5,36.5 parent: 2 - - uid: 19793 + - uid: 23293 components: - type: Transform - pos: -17.5,54.5 + rot: -1.5707963267948966 rad + pos: 40.5,14.5 parent: 2 - - uid: 19794 + - uid: 33603 components: - type: Transform - pos: -27.5,68.5 + pos: 84.5,50.5 parent: 2 - - uid: 19795 + - uid: 33604 components: - type: Transform - pos: -37.5,68.5 + pos: 97.5,29.5 parent: 2 - - uid: 19796 + - uid: 33605 components: - type: Transform - pos: -38.5,68.5 + pos: 60.5,60.5 parent: 2 - - uid: 19797 + - uid: 33606 components: - type: Transform - pos: -39.5,68.5 + pos: 59.5,60.5 parent: 2 - - uid: 19798 + - uid: 33607 components: - type: Transform - pos: -45.5,66.5 + pos: 76.5,66.5 parent: 2 - - uid: 19800 + - uid: 33712 components: - type: Transform - pos: -36.5,68.5 + pos: -50.5,25.5 parent: 2 - - uid: 19803 + - uid: 33717 components: - type: Transform - pos: -45.5,65.5 + pos: -48.5,25.5 parent: 2 - - uid: 19804 + - uid: 33721 components: - type: Transform - pos: -45.5,64.5 + pos: -50.5,26.5 parent: 2 - - uid: 19805 +- proto: RandomBook + entities: + - uid: 928 components: - type: Transform - pos: -35.5,68.5 + pos: 62.532875,14.8503 parent: 2 - - uid: 19806 + - uid: 988 components: - type: Transform - pos: -45.5,67.5 + pos: 62.40397,14.404987 parent: 2 - - uid: 19808 + - uid: 2091 components: - type: Transform - pos: -17.5,57.5 + pos: 58.734295,22.132498 parent: 2 - - uid: 22283 + - uid: 4444 components: - type: Transform - pos: 4.5,62.5 + pos: -4.2542644,-0.5392866 parent: 2 - - uid: 22285 + - uid: 4447 components: - type: Transform - pos: 4.5,58.5 + pos: -7.7464514,4.816182 parent: 2 - - uid: 22625 + - uid: 4456 components: - type: Transform - pos: 29.5,44.5 + pos: 4.624553,7.4763384 parent: 2 - - uid: 22668 + - uid: 4484 components: - type: Transform - pos: -9.5,33.5 + pos: 6.464397,-0.85569286 parent: 2 - - uid: 22679 + - uid: 4485 components: - type: Transform - pos: -9.5,34.5 + pos: 6.417522,-1.3361616 parent: 2 - - uid: 23785 + - uid: 5695 components: - type: Transform - pos: -61.5,50.5 + pos: 60.5,27.5 parent: 2 - - uid: 23786 + - uid: 5696 components: - type: Transform - pos: -61.5,51.5 + pos: 57.5,29.5 parent: 2 - - uid: 25225 + - uid: 6393 components: - type: Transform - pos: -60.5,47.5 + rot: 1.5707963267948966 rad + pos: 59.5,29.5 parent: 2 - - uid: 25309 + - uid: 18380 components: - type: Transform - pos: -18.5,43.5 + pos: -23.5,66.5 parent: 2 - - uid: 25314 + - uid: 18382 components: - type: Transform - pos: -61.5,49.5 + pos: -15.5,66.5 parent: 2 - - uid: 26359 + - uid: 18383 components: - type: Transform - pos: -33.5,36.5 + pos: -19.5,62.5 parent: 2 - - uid: 27846 + - uid: 18384 components: - type: Transform - pos: -61.5,48.5 + pos: -22.5,62.5 parent: 2 - - uid: 27972 + - uid: 26722 components: - type: Transform - pos: -18.5,46.5 + pos: -43.746933,-25.672995 parent: 2 - - uid: 28140 + - uid: 33582 components: - type: Transform - pos: -58.5,47.5 + pos: 85.5,50.5 parent: 2 - - uid: 28141 +- proto: RandomBox + entities: + - uid: 33583 components: - type: Transform - pos: -57.5,47.5 + pos: 75.5,64.5 parent: 2 - - uid: 28239 +- proto: RandomDrinkBottle + entities: + - uid: 30694 components: - type: Transform - pos: -56.5,47.5 + pos: -40.5,65.5 parent: 2 - - uid: 28709 + - uid: 33584 components: - type: Transform - pos: -55.5,51.5 + pos: 64.5,63.5 parent: 2 - - uid: 28710 + - uid: 33658 components: - type: Transform - pos: -55.5,50.5 + pos: -40.5,63.5 parent: 2 - - uid: 28711 +- proto: RandomDrinkGlass + entities: + - uid: 19707 components: - type: Transform - pos: -55.5,49.5 + pos: -40.5,67.5 parent: 2 - - uid: 28712 + - uid: 19768 components: - type: Transform - pos: -55.5,48.5 + pos: -40.5,66.5 parent: 2 - - uid: 30674 + - uid: 19773 components: - type: Transform - pos: 15.5,65.5 + pos: -40.5,64.5 parent: 2 - - uid: 31071 +- proto: RandomFoodBakedWhole + entities: + - uid: 33581 components: - type: Transform - pos: 6.5,68.5 + pos: 95.5,49.5 parent: 2 - - uid: 31072 +- proto: RandomInstruments + entities: + - uid: 460 components: - type: Transform - pos: 12.5,68.5 + pos: -73.5,2.5 parent: 2 - - uid: 31074 + - uid: 917 components: - type: Transform - pos: 12.5,69.5 + pos: -71.5,1.5 parent: 2 - - uid: 31079 + - uid: 2723 components: - type: Transform - pos: 9.5,69.5 + pos: 26.5,-34.5 parent: 2 - - uid: 31112 + - uid: 5900 components: - type: Transform - pos: 10.5,69.5 + pos: 26.5,-32.5 parent: 2 - - uid: 31137 + - uid: 11270 components: - type: Transform - pos: 6.5,69.5 + pos: -71.5,2.5 parent: 2 - - uid: 31219 + - uid: 33585 components: - type: Transform - pos: -94.5,55.5 + pos: 78.5,58.5 parent: 2 - - uid: 31222 + - uid: 33586 components: - type: Transform - pos: -96.5,55.5 + pos: 80.5,64.5 parent: 2 - - uid: 31223 + - uid: 33587 components: - type: Transform - pos: -112.5,41.5 + pos: 95.5,26.5 parent: 2 - - uid: 32215 +- proto: RandomMedicCorpseSpawner + entities: + - uid: 5338 components: - type: Transform - pos: -96.5,56.5 + pos: 58.5,55.5 parent: 2 - - uid: 32216 + - uid: 5339 components: - type: Transform - pos: -95.5,56.5 + pos: 59.5,51.5 parent: 2 - - uid: 32217 +- proto: RandomPainting + entities: + - uid: 23547 components: - type: Transform - pos: -94.5,56.5 + pos: -80.5,10.5 parent: 2 - - uid: 32218 + - uid: 23593 components: - type: Transform - pos: -94.5,46.5 + pos: 13.5,31.5 parent: 2 - - uid: 32219 + - uid: 23594 components: - type: Transform - pos: -94.5,47.5 + pos: 18.5,31.5 parent: 2 - - uid: 32220 + - uid: 23595 components: - type: Transform - pos: -95.5,46.5 + pos: 10.5,44.5 parent: 2 - - uid: 32221 + - uid: 23596 components: - type: Transform - pos: -95.5,47.5 + pos: 26.5,53.5 parent: 2 - - uid: 32222 + - uid: 23597 components: - type: Transform - pos: -96.5,46.5 + pos: 9.5,51.5 parent: 2 - - uid: 32223 + - uid: 23598 components: - type: Transform - pos: -96.5,47.5 + pos: 4.5,47.5 parent: 2 - - uid: 32246 + - uid: 23599 components: - type: Transform - pos: -111.5,41.5 + pos: 5.5,57.5 parent: 2 - - uid: 32249 + - uid: 23600 components: - type: Transform - pos: -122.5,52.5 + pos: -5.5,57.5 parent: 2 - - uid: 32250 + - uid: 23601 components: - type: Transform - pos: -122.5,51.5 + pos: -6.5,62.5 parent: 2 - - uid: 32251 + - uid: 23602 components: - type: Transform - pos: -122.5,50.5 + pos: -16.5,65.5 parent: 2 - - uid: 32256 + - uid: 23603 components: - type: Transform - pos: -111.5,61.5 + pos: -20.5,65.5 parent: 2 - - uid: 32257 + - uid: 23604 components: - type: Transform - pos: -112.5,61.5 + pos: -24.5,65.5 parent: 2 - - uid: 32258 + - uid: 23605 components: - type: Transform - pos: -113.5,61.5 + pos: -29.5,56.5 parent: 2 - - uid: 33718 + - uid: 23606 components: - type: Transform - pos: -58.5,14.5 + pos: -40.5,25.5 parent: 2 - - uid: 33720 + - uid: 23607 components: - type: Transform - pos: -57.5,14.5 + pos: -49.5,19.5 parent: 2 - - uid: 33725 + - uid: 23608 components: - type: Transform - pos: -35.5,47.5 + pos: -50.5,19.5 parent: 2 - - uid: 33726 + - uid: 23609 components: - type: Transform - pos: -59.5,14.5 + pos: -64.5,19.5 parent: 2 - - uid: 33727 + - uid: 23610 components: - type: Transform - pos: -57.5,10.5 + pos: -62.5,10.5 parent: 2 - - uid: 34979 + - uid: 23611 components: - type: Transform - pos: -59.5,10.5 + pos: -70.5,16.5 parent: 2 - - uid: 36115 + - uid: 23612 components: - type: Transform - pos: -20.5,46.5 + pos: -93.5,-9.5 parent: 2 - - uid: 36116 + - uid: 23616 components: - type: Transform - pos: -19.5,46.5 + pos: -94.5,27.5 parent: 2 - - uid: 36468 + - uid: 23617 components: - type: Transform - pos: -58.5,10.5 + pos: -96.5,13.5 parent: 2 -- proto: ReinforcedUraniumWindow - entities: - - uid: 2285 + - uid: 23620 components: - type: Transform - pos: 74.5,14.5 + pos: -81.5,-2.5 parent: 2 - - uid: 4144 + - uid: 23621 components: - type: Transform - pos: 55.5,9.5 + pos: -80.5,-2.5 parent: 2 - - uid: 4168 + - uid: 23622 components: - type: Transform - pos: 74.5,18.5 + pos: -70.5,-3.5 parent: 2 - - uid: 4243 + - uid: 23624 components: - type: Transform - pos: 74.5,15.5 + pos: -57.5,-10.5 parent: 2 - - uid: 4582 + - uid: 23625 components: - type: Transform - pos: 59.5,25.5 + pos: -60.5,-22.5 parent: 2 - - uid: 4593 + - uid: 23626 components: - type: Transform - pos: 67.5,25.5 + pos: -57.5,-22.5 parent: 2 - - uid: 4611 + - uid: 23628 components: - type: Transform - pos: 59.5,9.5 + pos: -43.5,-31.5 parent: 2 - - uid: 4612 + - uid: 23630 components: - type: Transform - pos: 63.5,25.5 + pos: -27.5,-29.5 parent: 2 - - uid: 5371 + - uid: 23631 components: - type: Transform - pos: 58.5,58.5 + pos: -24.5,-32.5 parent: 2 - - uid: 5372 + - uid: 23633 components: - type: Transform - pos: 59.5,58.5 + pos: -7.5,-28.5 parent: 2 -- proto: ReinforcedWindow - entities: - - uid: 738 + - uid: 23634 components: - type: Transform - pos: -7.5,-43.5 + pos: -8.5,-38.5 parent: 2 - - uid: 812 + - uid: 23635 components: - type: Transform - pos: -30.5,-39.5 + pos: 8.5,-35.5 parent: 2 - - uid: 1090 + - uid: 23636 components: - type: Transform - pos: -26.5,-39.5 + pos: 5.5,-30.5 parent: 2 - - uid: 1096 + - uid: 23639 components: - type: Transform - pos: -32.5,-39.5 + pos: -9.5,-6.5 parent: 2 - - uid: 1099 + - uid: 23640 components: - type: Transform - pos: -27.5,-39.5 + pos: 7.5,5.5 parent: 2 - - uid: 1100 + - uid: 23641 components: - type: Transform - pos: -31.5,-39.5 + pos: 4.5,8.5 parent: 2 - - uid: 1762 + - uid: 23642 components: - type: Transform - pos: -44.5,-3.5 + pos: -3.5,8.5 parent: 2 - - uid: 1892 + - uid: 23643 components: - type: Transform - pos: 8.5,26.5 + pos: 26.5,25.5 parent: 2 - - uid: 1920 + - uid: 23644 components: - type: Transform - pos: 3.5,29.5 + pos: 37.5,31.5 parent: 2 - - uid: 1921 + - uid: 23645 components: - type: Transform - pos: 3.5,28.5 + pos: 45.5,31.5 parent: 2 - - uid: 1922 + - uid: 23646 components: - type: Transform - pos: 9.5,26.5 + pos: 44.5,27.5 parent: 2 - - uid: 1924 + - uid: 23647 components: - type: Transform - pos: 3.5,27.5 + pos: 49.5,35.5 parent: 2 - - uid: 1943 + - uid: 23648 components: - type: Transform - pos: 3.5,30.5 + pos: 46.5,45.5 parent: 2 - - uid: 1987 + - uid: 23649 components: - type: Transform - pos: 19.5,22.5 + pos: 44.5,41.5 parent: 2 - - uid: 1990 + - uid: 23650 components: - type: Transform - pos: 20.5,22.5 + pos: 58.5,31.5 parent: 2 - - uid: 2272 + - uid: 23651 components: - type: Transform - pos: 74.5,16.5 + pos: 55.5,31.5 parent: 2 - - uid: 2387 + - uid: 23652 components: - type: Transform - pos: -99.5,-14.5 + pos: 54.5,31.5 parent: 2 - - uid: 2393 + - uid: 23653 components: - type: Transform - pos: -11.5,-43.5 + pos: 55.5,1.5 parent: 2 - - uid: 2394 + - uid: 23654 components: - type: Transform - pos: -12.5,-43.5 + pos: 73.5,-12.5 parent: 2 - - uid: 2395 + - uid: 23655 components: - type: Transform - pos: -10.5,-43.5 + pos: 51.5,-28.5 parent: 2 - - uid: 2398 + - uid: 23656 components: - type: Transform - pos: -98.5,28.5 + pos: 32.5,-22.5 parent: 2 - - uid: 2410 + - uid: 23657 components: - type: Transform - pos: -89.5,12.5 + pos: 26.5,-26.5 parent: 2 - - uid: 2453 + - uid: 23658 components: - type: Transform - pos: -98.5,29.5 + pos: 18.5,-25.5 parent: 2 - - uid: 2457 + - uid: 23659 components: - type: Transform - pos: -1.5,-46.5 + pos: 12.5,-25.5 parent: 2 - - uid: 2468 + - uid: 23660 components: - type: Transform - pos: -1.5,-48.5 + pos: 10.5,-21.5 parent: 2 - - uid: 2575 + - uid: 23663 components: - type: Transform - pos: -1.5,-45.5 + pos: -12.5,-36.5 parent: 2 - - uid: 2616 + - uid: 23664 components: - type: Transform - pos: 22.5,47.5 + pos: -29.5,-26.5 parent: 2 - - uid: 2621 + - uid: 23666 components: - type: Transform - pos: 4.5,53.5 + pos: -53.5,6.5 parent: 2 - - uid: 2632 + - uid: 23667 components: - type: Transform - pos: -4.5,-53.5 + pos: -61.5,14.5 parent: 2 - - uid: 2633 + - uid: 23669 components: - type: Transform - pos: -6.5,-53.5 + pos: -68.5,18.5 parent: 2 - - uid: 2637 +- proto: RandomPosterLegit + entities: + - uid: 23450 components: - type: Transform - pos: -8.5,-53.5 + pos: -93.5,24.5 parent: 2 - - uid: 2649 + - uid: 23451 components: - type: Transform - pos: 4.5,54.5 + pos: -96.5,30.5 parent: 2 - - uid: 2680 + - uid: 23472 components: - type: Transform - pos: 4.5,55.5 + pos: -66.5,15.5 parent: 2 - - uid: 2776 + - uid: 23473 components: - type: Transform - pos: 12.5,56.5 + pos: -74.5,17.5 parent: 2 - - uid: 2786 + - uid: 23474 components: - type: Transform - pos: 76.5,-22.5 + pos: -70.5,27.5 parent: 2 - - uid: 2799 + - uid: 23476 components: - type: Transform - pos: -28.5,31.5 + pos: -64.5,32.5 parent: 2 - - uid: 2800 + - uid: 23477 components: - type: Transform - pos: -26.5,32.5 + pos: -52.5,32.5 parent: 2 - - uid: 2801 + - uid: 23479 components: - type: Transform - pos: -28.5,32.5 + pos: -23.5,33.5 parent: 2 - - uid: 2802 + - uid: 23512 components: - type: Transform - pos: -26.5,31.5 + pos: 58.5,49.5 parent: 2 - - uid: 2804 + - uid: 23520 components: - type: Transform - pos: -24.5,31.5 + pos: 71.5,-12.5 parent: 2 - - uid: 2805 + - uid: 23521 components: - type: Transform - pos: -24.5,32.5 + pos: 75.5,-13.5 parent: 2 - - uid: 2956 + - uid: 23522 components: - type: Transform - pos: -98.5,-12.5 + pos: 79.5,-11.5 parent: 2 - - uid: 3028 + - uid: 23523 components: - type: Transform - pos: 15.5,35.5 + pos: 72.5,-19.5 parent: 2 - - uid: 3032 + - uid: 23524 components: - type: Transform - pos: 15.5,36.5 + pos: 68.5,-23.5 parent: 2 - - uid: 3034 + - uid: 23525 components: - type: Transform - pos: 8.5,35.5 + pos: 52.5,-28.5 parent: 2 - - uid: 3036 + - uid: 23526 components: - type: Transform - pos: 8.5,36.5 + pos: 53.5,-32.5 parent: 2 - - uid: 3163 + - uid: 23527 components: - type: Transform - pos: -39.5,-9.5 + pos: 46.5,-32.5 parent: 2 - - uid: 3170 + - uid: 23528 components: - type: Transform - pos: 14.5,-37.5 + pos: 41.5,-35.5 parent: 2 - - uid: 3173 + - uid: 23529 components: - type: Transform - pos: 15.5,-37.5 + pos: 28.5,-35.5 parent: 2 - - uid: 3174 + - uid: 23530 components: - type: Transform - pos: 19.5,-37.5 + pos: 24.5,-35.5 parent: 2 - - uid: 3175 + - uid: 23531 components: - type: Transform - pos: 17.5,-37.5 + pos: 12.5,-30.5 parent: 2 - - uid: 3176 + - uid: 23532 components: - type: Transform - pos: 20.5,-37.5 + pos: 12.5,-31.5 parent: 2 - - uid: 3179 + - uid: 23533 components: - type: Transform - pos: 21.5,-37.5 + pos: 23.5,-23.5 parent: 2 - - uid: 3195 + - uid: 23549 components: - type: Transform - pos: 18.5,-37.5 + pos: 5.5,-53.5 parent: 2 - - uid: 3219 + - uid: 23570 components: - type: Transform - pos: -1.5,-47.5 + pos: -82.5,3.5 parent: 2 - - uid: 3227 + - uid: 23574 components: - type: Transform - pos: 4.5,-45.5 + pos: -93.5,-6.5 parent: 2 - - uid: 3228 + - uid: 23575 components: - type: Transform - pos: 4.5,-46.5 + pos: -95.5,-12.5 parent: 2 - - uid: 3229 + - uid: 23581 components: - type: Transform - pos: 4.5,-47.5 + pos: -52.5,42.5 parent: 2 - - uid: 3231 + - uid: 23583 components: - type: Transform - pos: 5.5,-44.5 + pos: -31.5,39.5 parent: 2 - - uid: 3232 + - uid: 23584 components: - type: Transform - pos: 6.5,-44.5 + pos: -27.5,33.5 parent: 2 - - uid: 3233 + - uid: 23585 components: - type: Transform - pos: 7.5,-44.5 + pos: -31.5,25.5 parent: 2 - - uid: 3235 + - uid: 23587 components: - type: Transform - pos: -2.5,-44.5 + pos: -8.5,36.5 parent: 2 - - uid: 3236 + - uid: 26887 components: - type: Transform - pos: -3.5,-44.5 + pos: -32.5,32.5 parent: 2 - - uid: 3237 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 5341 components: - type: Transform - pos: -4.5,-44.5 + pos: 56.5,53.5 parent: 2 - - uid: 3238 + - uid: 5385 components: - type: Transform - pos: 8.5,-43.5 + pos: 61.5,52.5 parent: 2 - - uid: 3239 +- proto: RandomSnacks + entities: + - uid: 1640 components: - type: Transform - pos: 8.5,-42.5 + pos: -2.5,12.5 parent: 2 - - uid: 3240 + - uid: 1641 components: - type: Transform - pos: 8.5,-41.5 + pos: -5.5,11.5 parent: 2 - - uid: 3241 + - uid: 15548 components: - type: Transform - pos: 8.5,-40.5 + rot: 3.141592653589793 rad + pos: -16.5,33.5 parent: 2 - - uid: 3329 + - uid: 15551 components: - type: Transform - pos: 16.5,-37.5 + rot: 3.141592653589793 rad + pos: -20.5,33.5 parent: 2 - - uid: 3337 +- proto: RandomSoap + entities: + - uid: 33588 components: - type: Transform - pos: -42.5,-45.5 + pos: 96.5,26.5 parent: 2 - - uid: 3353 + - uid: 33608 components: - type: Transform - pos: 4.5,-48.5 + pos: 73.5,59.5 parent: 2 - - uid: 3477 + - uid: 33609 components: - type: Transform - pos: 33.5,-35.5 + pos: 88.5,49.5 parent: 2 - - uid: 3478 + - uid: 33610 components: - type: Transform - pos: 35.5,-35.5 + pos: 68.5,42.5 parent: 2 - - uid: 3479 +- proto: RandomSpawner + entities: + - uid: 7016 components: - type: Transform - pos: 34.5,-35.5 + pos: -28.5,-32.5 parent: 2 - - uid: 3480 + - uid: 7017 components: - type: Transform - pos: 37.5,-35.5 + pos: -28.5,-33.5 parent: 2 - - uid: 3481 + - uid: 7018 components: - type: Transform - pos: 36.5,-35.5 + pos: -33.5,-32.5 parent: 2 - - uid: 3483 + - uid: 7019 components: - type: Transform - pos: 38.5,-35.5 + pos: -33.5,-33.5 parent: 2 - - uid: 3530 + - uid: 7020 components: - type: Transform - pos: 29.5,-35.5 + pos: -27.5,-34.5 parent: 2 - - uid: 3532 + - uid: 7021 components: - type: Transform - pos: 31.5,-35.5 + pos: -25.5,-32.5 parent: 2 - - uid: 3533 + - uid: 7022 components: - type: Transform - pos: 30.5,-35.5 + pos: -29.5,-38.5 parent: 2 - - uid: 3534 + - uid: 7023 components: - type: Transform - pos: 32.5,-35.5 + pos: -32.5,-38.5 parent: 2 - - uid: 3627 + - uid: 7024 components: - type: Transform - pos: 12.5,55.5 + pos: -33.5,-36.5 parent: 2 - - uid: 3669 + - uid: 31108 components: - type: Transform - pos: -50.5,33.5 + rot: 3.141592653589793 rad + pos: -49.5,64.5 parent: 2 - - uid: 3695 +- proto: RandomSpawner100 + entities: + - uid: 3933 components: - type: Transform - pos: -46.5,36.5 + pos: -37.5,13.5 parent: 2 - - uid: 3697 + - uid: 15501 components: - type: Transform - pos: -47.5,36.5 + pos: -40.5,12.5 parent: 2 - - uid: 3983 + - uid: 16631 components: - type: Transform - pos: -35.5,5.5 + pos: -39.5,10.5 parent: 2 - - uid: 4005 + - uid: 16633 components: - type: Transform - pos: -37.5,5.5 + pos: -38.5,10.5 parent: 2 - - uid: 4167 + - uid: 16635 components: - type: Transform - pos: 74.5,19.5 + pos: -36.5,10.5 parent: 2 - - uid: 4600 + - uid: 30072 components: - type: Transform - pos: 61.5,25.5 + pos: 91.5,39.5 parent: 2 - - uid: 4601 + - uid: 30080 components: - type: Transform - pos: 65.5,9.5 + pos: 89.5,42.5 parent: 2 - - uid: 4602 + - uid: 30083 components: - type: Transform - pos: 57.5,9.5 + pos: 85.5,44.5 parent: 2 - - uid: 4610 + - uid: 30085 components: - type: Transform - pos: 57.5,25.5 + pos: 86.5,36.5 parent: 2 - - uid: 4613 + - uid: 30086 components: - type: Transform - pos: 65.5,25.5 + pos: 85.5,37.5 parent: 2 - - uid: 5064 + - uid: 30090 components: - type: Transform - pos: 58.5,1.5 + pos: 90.5,37.5 parent: 2 - - uid: 5065 + - uid: 31107 components: - type: Transform - pos: 59.5,1.5 + rot: 3.141592653589793 rad + pos: -48.5,65.5 parent: 2 - - uid: 5066 +- proto: RandomVendingDrinks + entities: + - uid: 1597 components: - type: Transform - pos: 60.5,1.5 + pos: -6.5,16.5 parent: 2 - - uid: 5067 + - uid: 5176 components: - type: Transform - pos: 61.5,1.5 + pos: 74.5,-13.5 parent: 2 - - uid: 5068 + - uid: 5885 components: - type: Transform - pos: 62.5,1.5 + pos: 11.5,-51.5 parent: 2 - - uid: 5069 + - uid: 6826 components: - type: Transform - pos: 63.5,1.5 + pos: -15.5,-27.5 parent: 2 - - uid: 5071 + - uid: 8468 components: - type: Transform - pos: 66.5,1.5 + pos: -10.5,59.5 parent: 2 - - uid: 5072 + - uid: 9000 components: - type: Transform - pos: 67.5,1.5 + pos: -51.5,23.5 parent: 2 - - uid: 5073 + - uid: 9330 components: - type: Transform - pos: 68.5,1.5 + pos: -38.5,15.5 parent: 2 - - uid: 5074 + - uid: 13318 components: - type: Transform - pos: 69.5,1.5 + pos: 52.5,-10.5 parent: 2 - - uid: 5075 + - uid: 19610 components: - type: Transform - pos: 70.5,1.5 + pos: -10.5,78.5 parent: 2 - - uid: 5076 +- proto: RandomVendingSnacks + entities: + - uid: 1596 components: - type: Transform - pos: 71.5,1.5 + pos: -7.5,16.5 parent: 2 - - uid: 5270 + - uid: 5155 components: - type: Transform - pos: 18.5,60.5 + pos: 71.5,-13.5 parent: 2 - - uid: 5822 + - uid: 5884 components: - type: Transform - pos: 3.5,-53.5 + pos: -8.5,-51.5 parent: 2 - - uid: 5823 + - uid: 6827 components: - type: Transform - pos: 3.5,-54.5 + pos: -14.5,-27.5 parent: 2 - - uid: 5824 + - uid: 8621 components: - type: Transform - pos: 3.5,-55.5 + pos: -11.5,59.5 parent: 2 - - uid: 5825 + - uid: 9003 components: - type: Transform - pos: 3.5,-56.5 + pos: -50.5,23.5 parent: 2 - - uid: 5826 + - uid: 13243 components: - type: Transform - pos: 1.5,-53.5 + pos: -37.5,15.5 parent: 2 - - uid: 5827 + - uid: 19609 components: - type: Transform - pos: 1.5,-54.5 + pos: 13.5,78.5 parent: 2 - - uid: 5828 +- proto: ReagentContainerOliveoil + entities: + - uid: 7604 components: - type: Transform - pos: 1.5,-55.5 + pos: -56.631985,-19.181768 parent: 2 - - uid: 5829 + - uid: 7605 components: - type: Transform - pos: 1.5,-56.5 + pos: -56.39761,-19.334112 parent: 2 - - uid: 5830 +- proto: ReagentGrinderMachineCircuitboard + entities: + - uid: 35821 components: - type: Transform - pos: -0.5,-53.5 + rot: 3.141592653589793 rad + pos: -49.983044,27.480843 parent: 2 - - uid: 5831 +- proto: Recycler + entities: + - uid: 36390 components: - type: Transform - pos: -0.5,-54.5 + rot: 1.5707963267948966 rad + pos: -36.5,8.5 parent: 2 - - uid: 5832 + - type: DeviceLinkSink + links: + - 23365 +- proto: RegenerativeMesh + entities: + - uid: 30679 components: - type: Transform - pos: -0.5,-55.5 + pos: 76.73633,38.6791 parent: 2 - - uid: 5833 +- proto: ReinforcedGirder + entities: + - uid: 1202 components: - type: Transform - pos: -0.5,-56.5 + pos: -99.5,64.5 parent: 2 - - uid: 5845 + - uid: 3067 components: - type: Transform - pos: -8.5,-54.5 + pos: 82.5,-8.5 parent: 2 - - uid: 5846 + - uid: 6430 components: - type: Transform - pos: -8.5,-55.5 + pos: 87.5,-6.5 parent: 2 - - uid: 5847 + - uid: 11641 components: - type: Transform - pos: -8.5,-56.5 + pos: -68.5,-19.5 parent: 2 - - uid: 5848 + - uid: 13716 components: - type: Transform - pos: -6.5,-54.5 + pos: 83.5,-8.5 parent: 2 - - uid: 5849 + - uid: 13717 components: - type: Transform - pos: -6.5,-55.5 + pos: 87.5,-5.5 parent: 2 - - uid: 5850 + - uid: 13718 components: - type: Transform - pos: -6.5,-56.5 + pos: 85.5,1.5 parent: 2 - - uid: 5851 + - uid: 13719 components: - type: Transform - pos: -4.5,-54.5 + pos: 84.5,1.5 parent: 2 - - uid: 5852 + - uid: 13720 components: - type: Transform - pos: -4.5,-55.5 + pos: 82.5,1.5 parent: 2 - - uid: 5853 + - uid: 13721 components: - type: Transform - pos: -4.5,-56.5 + pos: 87.5,1.5 parent: 2 - - uid: 5854 + - uid: 13724 components: - type: Transform - pos: 7.5,-53.5 + pos: 86.5,-8.5 parent: 2 - - uid: 5855 + - uid: 13726 components: - type: Transform - pos: 7.5,-54.5 + pos: 46.5,-37.5 parent: 2 - - uid: 5856 + - uid: 13727 components: - type: Transform - pos: 7.5,-55.5 + pos: 46.5,-38.5 parent: 2 - - uid: 5857 + - uid: 13728 components: - type: Transform - pos: 7.5,-56.5 + pos: 46.5,-41.5 parent: 2 - - uid: 5858 + - uid: 13729 components: - type: Transform - pos: 9.5,-53.5 + pos: 49.5,-41.5 parent: 2 - - uid: 5859 + - uid: 13730 components: - type: Transform - pos: 9.5,-54.5 + pos: 51.5,-41.5 parent: 2 - - uid: 5860 + - uid: 13731 components: - type: Transform - pos: 9.5,-55.5 + pos: 52.5,-41.5 parent: 2 - - uid: 5861 + - uid: 13732 components: - type: Transform - pos: 9.5,-56.5 + pos: 52.5,-40.5 parent: 2 - - uid: 5862 + - uid: 13733 components: - type: Transform - pos: 11.5,-53.5 + pos: 52.5,-37.5 parent: 2 - - uid: 5863 + - uid: 13734 components: - type: Transform - pos: 11.5,-54.5 + pos: 52.5,-35.5 parent: 2 - - uid: 5864 + - uid: 13735 components: - type: Transform - pos: 11.5,-55.5 + pos: 40.5,-36.5 parent: 2 - - uid: 5865 + - uid: 13736 components: - type: Transform - pos: 11.5,-56.5 + pos: 40.5,-38.5 parent: 2 - - uid: 5874 + - uid: 13737 components: - type: Transform - pos: -9.5,-52.5 + pos: 40.5,-40.5 parent: 2 - - uid: 5875 + - uid: 13738 components: - type: Transform - pos: -9.5,-51.5 + pos: 41.5,-41.5 parent: 2 - - uid: 5876 + - uid: 13739 components: - type: Transform - pos: -9.5,-50.5 + pos: 44.5,-41.5 parent: 2 - - uid: 5877 + - uid: 13785 components: - type: Transform - pos: 12.5,-50.5 + pos: 88.5,5.5 parent: 2 - - uid: 5878 + - uid: 13786 components: - type: Transform - pos: 12.5,-51.5 + pos: 88.5,4.5 parent: 2 - - uid: 5879 + - uid: 13787 components: - type: Transform - pos: 12.5,-52.5 + pos: 87.5,2.5 parent: 2 - - uid: 5994 + - uid: 13788 components: - type: Transform - pos: -46.5,32.5 + pos: 88.5,9.5 parent: 2 - - uid: 5995 + - uid: 18795 components: - type: Transform - pos: -48.5,36.5 + pos: -102.5,42.5 parent: 2 - - uid: 5997 + - uid: 18803 components: - type: Transform - pos: -48.5,32.5 + pos: -125.5,58.5 parent: 2 - - uid: 6184 + - uid: 18804 components: - type: Transform - pos: 44.5,-35.5 + pos: -125.5,56.5 parent: 2 - - uid: 6419 + - uid: 18805 components: - type: Transform - pos: 50.5,-35.5 + pos: -126.5,54.5 parent: 2 - - uid: 6426 + - uid: 18806 components: - type: Transform - pos: 81.5,-0.5 + pos: -126.5,52.5 parent: 2 - - uid: 6428 + - uid: 18807 components: - type: Transform - pos: 81.5,-2.5 + pos: -126.5,50.5 parent: 2 - - uid: 6429 + - uid: 18808 components: - type: Transform - pos: 81.5,-4.5 + pos: -125.5,46.5 parent: 2 - - uid: 6431 + - uid: 18809 components: - type: Transform - pos: 81.5,-6.5 + pos: -125.5,45.5 parent: 2 - - uid: 6440 + - uid: 18810 components: - type: Transform - pos: 78.5,-16.5 + pos: -125.5,44.5 parent: 2 - - uid: 6444 + - uid: 18811 components: - type: Transform - pos: 79.5,-16.5 + pos: -126.5,42.5 parent: 2 - - uid: 6445 + - uid: 18812 components: - type: Transform - pos: 80.5,-16.5 + pos: -125.5,40.5 parent: 2 - - uid: 6446 + - uid: 18813 components: - type: Transform - pos: 81.5,-16.5 + pos: -125.5,37.5 parent: 2 - - uid: 6449 + - uid: 18814 components: - type: Transform - pos: 78.5,-19.5 + pos: -121.5,37.5 parent: 2 - - uid: 6450 + - uid: 18815 components: - type: Transform - pos: 78.5,-20.5 + pos: -120.5,37.5 parent: 2 - - uid: 6451 + - uid: 18816 components: - type: Transform - pos: 78.5,-21.5 + pos: -117.5,64.5 parent: 2 - - uid: 6452 + - uid: 18817 components: - type: Transform - pos: 79.5,-14.5 + pos: -114.5,64.5 parent: 2 - - uid: 6453 + - uid: 18818 components: - type: Transform - pos: 80.5,-14.5 + pos: -113.5,64.5 parent: 2 - - uid: 6454 + - uid: 18819 components: - type: Transform - pos: 80.5,-18.5 + pos: -111.5,64.5 parent: 2 - - uid: 6455 + - uid: 18820 components: - type: Transform - pos: 79.5,-18.5 + pos: -107.5,64.5 parent: 2 - - uid: 6458 + - uid: 18821 components: - type: Transform - pos: 75.5,-22.5 + pos: -105.5,65.5 parent: 2 - - uid: 6459 + - uid: 18822 components: - type: Transform - pos: 74.5,-22.5 + pos: -103.5,65.5 parent: 2 - - uid: 6649 + - uid: 18823 components: - type: Transform - pos: -9.5,-43.5 + pos: -102.5,64.5 parent: 2 - - uid: 6657 + - uid: 18824 components: - type: Transform - pos: -8.5,-43.5 + pos: -100.5,64.5 parent: 2 - - uid: 6737 + - uid: 18825 components: - type: Transform - pos: -41.5,-45.5 + pos: -99.5,61.5 parent: 2 - - uid: 6738 + - uid: 18826 components: - type: Transform - pos: -39.5,-45.5 + pos: -99.5,60.5 parent: 2 - - uid: 6739 + - uid: 18879 components: - type: Transform - pos: -43.5,-45.5 + pos: -121.5,64.5 parent: 2 - - uid: 6747 + - uid: 18880 components: - type: Transform - pos: -44.5,-45.5 + pos: -125.5,63.5 parent: 2 - - uid: 6754 + - uid: 19912 components: - type: Transform - pos: -52.5,-43.5 + pos: -69.5,-19.5 parent: 2 - - uid: 6760 + - uid: 19913 components: - type: Transform - pos: -40.5,-45.5 + pos: -72.5,-16.5 parent: 2 - - uid: 6811 + - uid: 19914 components: - type: Transform - pos: -47.5,32.5 + pos: -72.5,-14.5 parent: 2 - - uid: 6817 + - uid: 19915 components: - type: Transform - pos: -20.5,-41.5 + pos: -69.5,-13.5 parent: 2 - - uid: 6946 + - uid: 19916 components: - type: Transform - pos: -44.5,-0.5 + pos: -67.5,-13.5 parent: 2 - - uid: 6948 + - uid: 19917 components: - type: Transform - pos: -44.5,1.5 + pos: -67.5,-12.5 parent: 2 - - uid: 6959 + - uid: 26394 components: - type: Transform - pos: -41.5,-39.5 + pos: -96.5,87.5 parent: 2 - - uid: 7141 + - uid: 26395 components: - type: Transform - pos: -44.5,-2.5 + pos: -92.5,68.5 parent: 2 - - uid: 7142 + - uid: 26415 components: - type: Transform - pos: -44.5,0.5 + pos: -92.5,74.5 parent: 2 - - uid: 7191 + - uid: 26416 components: - type: Transform - pos: -44.5,-4.5 + pos: -94.5,80.5 parent: 2 - - uid: 7195 + - uid: 26417 components: - type: Transform - pos: -43.5,6.5 + pos: -93.5,78.5 parent: 2 - - uid: 7278 + - uid: 26418 components: - type: Transform - pos: -44.5,-37.5 + pos: -96.5,94.5 parent: 2 - - uid: 7279 + - uid: 26419 components: - type: Transform - pos: -43.5,-37.5 + pos: -96.5,95.5 parent: 2 - - uid: 7280 + - uid: 26420 components: - type: Transform - pos: -42.5,-37.5 + pos: -96.5,97.5 parent: 2 - - uid: 7281 + - uid: 26421 components: - type: Transform - pos: -41.5,-37.5 + pos: -92.5,100.5 parent: 2 - - uid: 7282 + - uid: 26422 components: - type: Transform - pos: -40.5,-37.5 + pos: -92.5,90.5 parent: 2 - - uid: 7283 + - uid: 26424 components: - type: Transform - pos: -39.5,-37.5 + pos: -86.5,116.5 parent: 2 - - uid: 7284 + - uid: 26425 components: - type: Transform - pos: -38.5,-37.5 + pos: -96.5,105.5 parent: 2 - - uid: 7347 + - uid: 26426 components: - type: Transform - pos: -43.5,5.5 + pos: -97.5,106.5 parent: 2 - - uid: 7348 + - uid: 26427 components: - type: Transform - pos: -43.5,4.5 + pos: -96.5,109.5 parent: 2 - - uid: 7352 + - uid: 26428 components: - type: Transform - pos: 47.5,12.5 + pos: -92.5,109.5 parent: 2 - - uid: 7353 + - uid: 26429 components: - type: Transform - pos: 47.5,11.5 + pos: -91.5,111.5 parent: 2 - - uid: 7354 + - uid: 26430 components: - type: Transform - pos: 47.5,10.5 + pos: -90.5,115.5 parent: 2 - - uid: 7355 + - uid: 26431 components: - type: Transform - pos: 47.5,5.5 + pos: -96.5,115.5 parent: 2 - - uid: 7356 + - uid: 26433 components: - type: Transform - pos: 47.5,4.5 + pos: -87.5,116.5 parent: 2 - - uid: 7357 + - uid: 26434 components: - type: Transform - pos: 47.5,3.5 + pos: -84.5,115.5 parent: 2 - - uid: 7362 + - uid: 26435 components: - type: Transform - pos: 48.5,-7.5 + pos: -80.5,111.5 parent: 2 - - uid: 7363 + - uid: 26442 components: - type: Transform - pos: 48.5,-8.5 + pos: -77.5,111.5 parent: 2 - - uid: 7364 + - uid: 26443 components: - type: Transform - pos: 43.5,-15.5 + pos: -79.5,111.5 parent: 2 - - uid: 7365 + - uid: 26444 components: - type: Transform - pos: 42.5,-15.5 + pos: -74.5,115.5 parent: 2 - - uid: 7366 + - uid: 26445 components: - type: Transform - pos: 41.5,-15.5 + pos: -69.5,114.5 parent: 2 - - uid: 7367 + - uid: 26446 components: - type: Transform - pos: -77.5,26.5 + pos: -67.5,115.5 parent: 2 - - uid: 7589 + - uid: 26447 components: - type: Transform - pos: -121.5,8.5 + pos: -65.5,114.5 parent: 2 - - uid: 7728 + - uid: 26448 components: - type: Transform - pos: -89.5,13.5 + pos: -64.5,115.5 parent: 2 - - uid: 7859 + - uid: 26449 components: - type: Transform - pos: -91.5,-7.5 + pos: -61.5,114.5 parent: 2 - - uid: 7860 + - uid: 26450 components: - type: Transform - pos: -91.5,-8.5 + pos: -62.5,111.5 parent: 2 - - uid: 7861 + - uid: 26451 components: - type: Transform - pos: -91.5,-9.5 + pos: -66.5,105.5 parent: 2 - - uid: 7862 + - uid: 26453 components: - type: Transform - pos: -91.5,-10.5 + pos: -67.5,101.5 parent: 2 - - uid: 7863 + - uid: 26454 components: - type: Transform - pos: -90.5,-11.5 + pos: -66.5,99.5 parent: 2 - - uid: 7864 + - uid: 26455 components: - type: Transform - pos: -90.5,-12.5 + pos: -66.5,98.5 parent: 2 - - uid: 7865 + - uid: 26456 components: - type: Transform - pos: -89.5,-13.5 + pos: -61.5,105.5 parent: 2 - - uid: 7866 + - uid: 26457 components: - type: Transform - pos: -88.5,-14.5 + pos: -60.5,109.5 parent: 2 - - uid: 7867 + - uid: 26460 components: - type: Transform - pos: -87.5,-14.5 + pos: -62.5,98.5 parent: 2 - - uid: 7873 + - uid: 26461 components: - type: Transform - pos: -81.5,-14.5 + pos: -61.5,97.5 parent: 2 - - uid: 7874 + - uid: 26462 components: - type: Transform - pos: -80.5,-14.5 + pos: -64.5,93.5 parent: 2 - - uid: 7875 + - uid: 26463 components: - type: Transform - pos: -79.5,-13.5 + pos: -66.5,88.5 parent: 2 - - uid: 7876 + - uid: 26464 components: - type: Transform - pos: -78.5,-12.5 + pos: -62.5,86.5 parent: 2 - - uid: 7877 + - uid: 26465 components: - type: Transform - pos: -78.5,-11.5 + pos: -61.5,84.5 parent: 2 - - uid: 7878 + - uid: 26466 components: - type: Transform - pos: -77.5,-10.5 + pos: -62.5,83.5 parent: 2 - - uid: 7882 + - uid: 26467 components: - type: Transform - pos: -77.5,-9.5 + pos: -66.5,82.5 parent: 2 - - uid: 7890 + - uid: 26468 components: - type: Transform - pos: 47.5,-2.5 + pos: -66.5,77.5 parent: 2 - - uid: 7897 + - uid: 26469 components: - type: Transform - pos: -98.5,-4.5 + pos: -62.5,77.5 parent: 2 - - uid: 7898 + - uid: 26470 components: - type: Transform - pos: -98.5,-2.5 + pos: -59.5,77.5 parent: 2 - - uid: 7899 + - uid: 26471 components: - type: Transform - pos: -98.5,-7.5 + pos: -53.5,77.5 parent: 2 - - uid: 7900 + - uid: 26472 components: - type: Transform - pos: -86.5,0.5 + pos: -51.5,79.5 parent: 2 - - uid: 7901 + - uid: 26473 components: - type: Transform - pos: -86.5,1.5 + pos: -49.5,74.5 parent: 2 - - uid: 7902 + - uid: 26474 components: - type: Transform - pos: -86.5,2.5 + pos: -47.5,78.5 parent: 2 - - uid: 7903 + - uid: 26475 components: - type: Transform - pos: -86.5,3.5 + pos: -49.5,77.5 parent: 2 - - uid: 7904 + - uid: 26476 components: - type: Transform - pos: -86.5,13.5 + pos: -56.5,72.5 parent: 2 - - uid: 7905 + - uid: 26477 components: - type: Transform - pos: -86.5,14.5 + pos: -58.5,71.5 parent: 2 - - uid: 7906 + - uid: 26478 components: - type: Transform - pos: -86.5,15.5 + pos: -45.5,74.5 parent: 2 - - uid: 7907 + - uid: 26483 components: - type: Transform - pos: -86.5,16.5 + pos: -65.5,71.5 parent: 2 - - uid: 7908 + - uid: 26484 components: - type: Transform - pos: -82.5,16.5 + pos: -66.5,72.5 parent: 2 - - uid: 7909 + - uid: 26485 components: - type: Transform - pos: -82.5,15.5 + pos: -35.5,75.5 parent: 2 - - uid: 7910 + - uid: 26486 components: - type: Transform - pos: -82.5,14.5 + pos: -34.5,75.5 parent: 2 - - uid: 7911 + - uid: 26487 components: - type: Transform - pos: -82.5,13.5 + pos: -33.5,74.5 parent: 2 - - uid: 7973 + - uid: 26488 components: - type: Transform - pos: -100.5,15.5 + pos: -30.5,76.5 parent: 2 - - uid: 7974 + - uid: 26489 components: - type: Transform - pos: -101.5,15.5 + pos: -29.5,70.5 parent: 2 - - uid: 7975 + - uid: 26490 components: - type: Transform - pos: -102.5,15.5 + pos: -37.5,70.5 parent: 2 - - uid: 7976 + - uid: 26492 components: - type: Transform - pos: -103.5,15.5 + pos: -18.5,75.5 parent: 2 - - uid: 7977 + - uid: 26493 components: - type: Transform - pos: -104.5,14.5 + pos: -24.5,74.5 parent: 2 - - uid: 7978 + - uid: 26494 components: - type: Transform - pos: -105.5,14.5 + pos: -20.5,75.5 parent: 2 - - uid: 7979 + - uid: 26495 components: - type: Transform - pos: -106.5,13.5 + pos: -14.5,72.5 parent: 2 - - uid: 7980 + - uid: 26496 components: - type: Transform - pos: -107.5,12.5 + pos: -18.5,70.5 parent: 2 - - uid: 7981 + - uid: 26497 components: - type: Transform - pos: -107.5,11.5 + pos: -17.5,70.5 parent: 2 - - uid: 7987 + - uid: 26498 components: - type: Transform - pos: -107.5,5.5 + pos: -24.5,72.5 parent: 2 - - uid: 7988 + - uid: 26499 components: - type: Transform - pos: -107.5,4.5 + pos: -27.5,71.5 parent: 2 - - uid: 7989 + - uid: 26500 components: - type: Transform - pos: -106.5,3.5 + pos: 22.5,70.5 parent: 2 - - uid: 7990 + - uid: 26501 components: - type: Transform - pos: -105.5,2.5 + pos: 19.5,80.5 parent: 2 - - uid: 7991 + - uid: 26502 components: - type: Transform - pos: -104.5,2.5 + pos: 20.5,80.5 parent: 2 - - uid: 7992 + - uid: 26503 components: - type: Transform - pos: -103.5,1.5 + pos: 22.5,80.5 parent: 2 - - uid: 7993 + - uid: 26504 components: - type: Transform - pos: -102.5,1.5 + pos: 25.5,77.5 parent: 2 - - uid: 7994 + - uid: 26505 components: - type: Transform - pos: -101.5,1.5 + pos: 25.5,74.5 parent: 2 - - uid: 7995 + - uid: 26506 components: - type: Transform - pos: -100.5,1.5 + pos: 26.5,72.5 parent: 2 - - uid: 8007 + - uid: 26508 components: - type: Transform - pos: -80.5,31.5 + pos: 21.5,73.5 parent: 2 - - uid: 8008 + - uid: 26509 components: - type: Transform - pos: -81.5,31.5 + pos: 20.5,77.5 parent: 2 - - uid: 8009 + - uid: 26510 components: - type: Transform - pos: -78.5,29.5 + pos: 23.5,67.5 parent: 2 - - uid: 8010 + - uid: 26511 components: - type: Transform - pos: -79.5,30.5 + pos: 27.5,66.5 parent: 2 - - uid: 8011 + - uid: 26512 components: - type: Transform - pos: -78.5,28.5 + pos: 29.5,66.5 parent: 2 - - uid: 8012 + - uid: 26513 components: - type: Transform - pos: -77.5,27.5 + pos: 32.5,70.5 parent: 2 - - uid: 8013 + - uid: 26514 components: - type: Transform - pos: -87.5,31.5 + pos: 41.5,70.5 parent: 2 - - uid: 8014 + - uid: 26515 components: - type: Transform - pos: -88.5,31.5 + pos: 34.5,71.5 parent: 2 - - uid: 8022 + - uid: 26516 components: - type: Transform - pos: -91.5,25.5 + pos: 35.5,71.5 parent: 2 - - uid: 8023 + - uid: 26517 components: - type: Transform - pos: -91.5,24.5 + pos: 39.5,71.5 parent: 2 - - uid: 8024 + - uid: 26519 components: - type: Transform - pos: -91.5,27.5 + pos: 42.5,70.5 parent: 2 - - uid: 8025 + - uid: 26520 components: - type: Transform - pos: -91.5,26.5 + pos: 76.5,77.5 parent: 2 - - uid: 8026 + - uid: 26521 components: - type: Transform - pos: -90.5,28.5 + pos: 44.5,70.5 parent: 2 - - uid: 8027 + - uid: 26522 components: - type: Transform - pos: -90.5,29.5 + pos: 45.5,73.5 parent: 2 - - uid: 8028 + - uid: 26523 components: - type: Transform - pos: -77.5,24.5 + pos: 45.5,76.5 parent: 2 - - uid: 8029 + - uid: 26524 components: - type: Transform - pos: -77.5,25.5 + pos: 46.5,77.5 parent: 2 - - uid: 8040 + - uid: 26525 components: - type: Transform - pos: -89.5,30.5 + pos: 50.5,80.5 parent: 2 - - uid: 8086 + - uid: 26526 components: - type: Transform - pos: -99.5,12.5 + pos: 52.5,80.5 parent: 2 - - uid: 8087 + - uid: 26528 components: - type: Transform - pos: -99.5,11.5 + pos: 45.5,68.5 parent: 2 - - uid: 8088 + - uid: 26529 components: - type: Transform - pos: -99.5,10.5 + pos: 45.5,66.5 parent: 2 - - uid: 8089 + - uid: 26530 components: - type: Transform - pos: -99.5,9.5 + pos: 48.5,68.5 parent: 2 - - uid: 8090 + - uid: 26531 components: - type: Transform - pos: -99.5,8.5 + pos: 49.5,71.5 parent: 2 - - uid: 8091 + - uid: 26532 components: - type: Transform - pos: -99.5,7.5 + pos: 51.5,75.5 parent: 2 - - uid: 8092 + - uid: 26533 components: - type: Transform - pos: -99.5,6.5 + pos: 53.5,76.5 parent: 2 - - uid: 8093 + - uid: 26534 components: - type: Transform - pos: -99.5,5.5 + pos: 59.5,80.5 parent: 2 - - uid: 8094 + - uid: 26535 components: - type: Transform - pos: -99.5,4.5 + pos: 62.5,79.5 parent: 2 - - uid: 8095 + - uid: 26536 components: - type: Transform - pos: -99.5,3.5 + pos: 63.5,79.5 parent: 2 - - uid: 8098 + - uid: 26537 components: - type: Transform - pos: -89.5,23.5 + pos: 65.5,80.5 parent: 2 - - uid: 8099 + - uid: 26538 components: - type: Transform - pos: -88.5,23.5 + pos: 68.5,79.5 parent: 2 - - uid: 8100 + - uid: 26539 components: - type: Transform - pos: -87.5,23.5 + pos: 64.5,76.5 parent: 2 - - uid: 8101 + - uid: 26540 components: - type: Transform - pos: -86.5,23.5 + pos: 70.5,80.5 parent: 2 - - uid: 8102 + - uid: 26541 components: - type: Transform - pos: -85.5,23.5 + pos: 75.5,80.5 parent: 2 - - uid: 8103 + - uid: 26543 components: - type: Transform - pos: -84.5,23.5 + pos: 73.5,80.5 parent: 2 - - uid: 8104 + - uid: 26544 components: - type: Transform - pos: -83.5,23.5 + pos: 72.5,76.5 parent: 2 - - uid: 8105 + - uid: 26545 components: - type: Transform - pos: -82.5,23.5 + pos: 80.5,81.5 parent: 2 - - uid: 8106 + - uid: 26546 components: - type: Transform - pos: -81.5,23.5 + pos: 82.5,81.5 parent: 2 - - uid: 8107 + - uid: 26547 components: - type: Transform - pos: -80.5,23.5 + pos: 86.5,81.5 parent: 2 - - uid: 8108 + - uid: 26548 components: - type: Transform - pos: -79.5,23.5 + pos: 87.5,77.5 parent: 2 - - uid: 8111 + - uid: 26549 components: - type: Transform - pos: -89.5,-6.5 + pos: 92.5,77.5 parent: 2 - - uid: 8112 + - uid: 26550 components: - type: Transform - pos: -88.5,-6.5 + pos: 101.5,64.5 parent: 2 - - uid: 8113 + - uid: 26551 components: - type: Transform - pos: -87.5,-6.5 + pos: 92.5,80.5 parent: 2 - - uid: 8114 + - uid: 26552 components: - type: Transform - pos: -86.5,-6.5 + pos: 94.5,81.5 parent: 2 - - uid: 8115 + - uid: 26553 components: - type: Transform - pos: -85.5,-6.5 + pos: 97.5,80.5 parent: 2 - - uid: 8116 + - uid: 26554 components: - type: Transform - pos: -84.5,-6.5 + pos: 98.5,77.5 parent: 2 - - uid: 8117 + - uid: 26555 components: - type: Transform - pos: -83.5,-6.5 + pos: 100.5,75.5 parent: 2 - - uid: 8118 + - uid: 26556 components: - type: Transform - pos: -82.5,-6.5 + pos: 99.5,74.5 parent: 2 - - uid: 8119 + - uid: 26557 components: - type: Transform - pos: -81.5,-6.5 + pos: 101.5,72.5 parent: 2 - - uid: 8120 + - uid: 26558 components: - type: Transform - pos: -80.5,-6.5 + pos: 101.5,70.5 parent: 2 - - uid: 8121 + - uid: 26559 components: - type: Transform - pos: -79.5,-6.5 + pos: 98.5,65.5 parent: 2 - - uid: 8180 + - uid: 26560 components: - type: Transform - pos: -98.5,-3.5 + pos: 96.5,66.5 parent: 2 - - uid: 8375 + - uid: 26561 components: - type: Transform - pos: -124.5,8.5 + pos: 95.5,71.5 parent: 2 - - uid: 8378 + - uid: 26562 components: - type: Transform - pos: -119.5,11.5 + pos: 98.5,60.5 parent: 2 - - uid: 8379 + - uid: 26563 components: - type: Transform - pos: -118.5,11.5 + pos: 100.5,54.5 parent: 2 - - uid: 8382 + - uid: 26564 components: - type: Transform - pos: -118.5,5.5 + pos: 102.5,59.5 parent: 2 - - uid: 8383 + - uid: 26566 components: - type: Transform - pos: -119.5,5.5 + pos: 102.5,60.5 parent: 2 - - uid: 8400 + - uid: 26568 components: - type: Transform - pos: 47.5,-4.5 + pos: 102.5,52.5 parent: 2 - - uid: 8414 + - uid: 26570 components: - type: Transform - pos: -122.5,10.5 + pos: 105.5,48.5 parent: 2 - - uid: 8415 + - uid: 26571 components: - type: Transform - pos: -123.5,10.5 + pos: 98.5,12.5 parent: 2 - - uid: 8417 + - uid: 26572 components: - type: Transform - pos: -122.5,6.5 + pos: 107.5,42.5 parent: 2 - - uid: 8418 + - uid: 26582 components: - type: Transform - pos: -123.5,6.5 + pos: 107.5,41.5 parent: 2 - - uid: 8432 + - uid: 26583 components: - type: Transform - pos: -74.5,16.5 + pos: 106.5,38.5 parent: 2 - - uid: 8433 + - uid: 26589 components: - type: Transform - pos: -74.5,15.5 + pos: 106.5,39.5 parent: 2 - - uid: 8434 + - uid: 26595 components: - type: Transform - pos: -74.5,14.5 + pos: 106.5,36.5 parent: 2 - - uid: 8614 + - uid: 26596 components: - type: Transform - pos: -77.5,11.5 + pos: 106.5,31.5 parent: 2 - - uid: 8730 + - uid: 26597 components: - type: Transform - pos: -50.5,35.5 + pos: 108.5,29.5 parent: 2 - - uid: 8796 + - uid: 26599 components: - type: Transform - pos: -57.5,29.5 + pos: 108.5,24.5 parent: 2 - - uid: 8799 + - uid: 26600 components: - type: Transform - pos: -57.5,30.5 + pos: 108.5,20.5 parent: 2 - - uid: 8803 + - uid: 26601 components: - type: Transform - pos: -56.5,27.5 + pos: 107.5,20.5 parent: 2 - - uid: 8807 + - uid: 26602 components: - type: Transform - pos: -56.5,22.5 + pos: 104.5,19.5 parent: 2 - - uid: 8819 + - uid: 26603 components: - type: Transform - pos: -21.5,23.5 + pos: 97.5,18.5 parent: 2 - - uid: 8871 + - uid: 26608 components: - type: Transform - pos: -56.5,26.5 + pos: 102.5,21.5 parent: 2 - - uid: 8875 + - uid: 26609 components: - type: Transform - pos: -56.5,23.5 + pos: 104.5,28.5 parent: 2 - - uid: 8905 + - uid: 26610 components: - type: Transform - pos: -50.5,34.5 + pos: 105.5,17.5 parent: 2 - - uid: 8988 + - uid: 26611 components: - type: Transform - pos: -58.5,33.5 + pos: 102.5,15.5 parent: 2 - - uid: 9235 + - uid: 26612 components: - type: Transform - pos: -98.5,22.5 + pos: 99.5,10.5 parent: 2 - - uid: 9236 + - uid: 26613 components: - type: Transform - pos: -98.5,26.5 + pos: 91.5,11.5 parent: 2 - - uid: 9237 + - uid: 26619 components: - type: Transform - pos: 41.5,14.5 + pos: 98.5,6.5 parent: 2 - - uid: 9246 + - uid: 26620 components: - type: Transform - pos: 46.5,-10.5 + pos: 97.5,6.5 parent: 2 - - uid: 9259 + - uid: 26621 components: - type: Transform - pos: -98.5,23.5 + pos: 94.5,5.5 parent: 2 - - uid: 9260 + - uid: 26622 components: - type: Transform - pos: -99.5,31.5 + pos: 93.5,2.5 parent: 2 - - uid: 9263 + - uid: 26625 components: - type: Transform - pos: -98.5,24.5 + pos: 92.5,0.5 parent: 2 - - uid: 9264 + - uid: 26626 components: - type: Transform - pos: -98.5,19.5 + pos: 92.5,-3.5 parent: 2 - - uid: 9265 + - uid: 26634 components: - type: Transform - pos: -98.5,25.5 + pos: 92.5,-5.5 parent: 2 - - uid: 9270 + - uid: 26635 components: - type: Transform - pos: -98.5,21.5 + pos: 91.5,-4.5 parent: 2 - - uid: 9271 + - uid: 26636 components: - type: Transform - pos: -98.5,20.5 + pos: 80.5,-23.5 parent: 2 - - uid: 9272 + - uid: 26637 components: - type: Transform - pos: -98.5,-9.5 + pos: 90.5,-10.5 parent: 2 - - uid: 9273 + - uid: 26638 components: - type: Transform - pos: -98.5,-8.5 + pos: 92.5,-10.5 parent: 2 - - uid: 9274 + - uid: 26639 components: - type: Transform - pos: -98.5,-5.5 + pos: 84.5,-10.5 parent: 2 - - uid: 9275 + - uid: 26640 components: - type: Transform - pos: -98.5,-6.5 + pos: 81.5,-10.5 parent: 2 - - uid: 9339 + - uid: 26641 components: - type: Transform - pos: -98.5,27.5 + pos: 85.5,-23.5 parent: 2 - - uid: 9513 + - uid: 26642 components: - type: Transform - pos: -48.5,61.5 + pos: 85.5,-25.5 parent: 2 - - uid: 9514 + - uid: 26643 components: - type: Transform - pos: -47.5,63.5 + pos: 87.5,-28.5 parent: 2 - - uid: 9583 + - uid: 26644 components: - type: Transform - pos: -117.5,3.5 + pos: 86.5,-32.5 parent: 2 - - uid: 9663 + - uid: 26645 components: - type: Transform - pos: -76.5,39.5 + pos: 87.5,-34.5 parent: 2 - - uid: 9664 + - uid: 26646 components: - type: Transform - pos: -81.5,39.5 + pos: 88.5,-34.5 parent: 2 - - uid: 9665 + - uid: 26647 components: - type: Transform - pos: -85.5,39.5 + pos: 69.5,-40.5 parent: 2 - - uid: 9677 + - uid: 26648 components: - type: Transform - pos: -80.5,39.5 + pos: 81.5,-32.5 parent: 2 - - uid: 10059 + - uid: 26649 components: - type: Transform - pos: -47.5,64.5 + pos: 82.5,-35.5 parent: 2 - - uid: 10332 + - uid: 26650 components: - type: Transform - pos: -77.5,39.5 + pos: 86.5,-38.5 parent: 2 - - uid: 10333 + - uid: 26651 components: - type: Transform - pos: -82.5,39.5 + pos: 81.5,-39.5 parent: 2 - - uid: 10334 + - uid: 26652 components: - type: Transform - pos: -86.5,39.5 + pos: 79.5,-39.5 parent: 2 - - uid: 10335 + - uid: 26653 components: - type: Transform - pos: -87.5,39.5 + pos: 73.5,-37.5 parent: 2 - - uid: 10381 + - uid: 26654 components: - type: Transform - pos: -19.5,23.5 + pos: 70.5,-40.5 parent: 2 - - uid: 10382 + - uid: 26655 components: - type: Transform - pos: -20.5,23.5 + pos: 70.5,-42.5 parent: 2 - - uid: 10385 + - uid: 26656 components: - type: Transform - pos: -75.5,39.5 + pos: 74.5,-45.5 parent: 2 - - uid: 10386 + - uid: 26657 components: - type: Transform - pos: -73.5,39.5 + pos: 73.5,-45.5 parent: 2 - - uid: 10387 + - uid: 26658 components: - type: Transform - pos: -72.5,39.5 + pos: 74.5,-49.5 parent: 2 - - uid: 10388 + - uid: 26659 components: - type: Transform - pos: -71.5,39.5 + pos: 73.5,-53.5 parent: 2 - - uid: 10402 + - uid: 26660 components: - type: Transform - pos: -59.5,-36.5 + pos: 73.5,-54.5 parent: 2 - - uid: 10403 + - uid: 26661 components: - type: Transform - pos: -60.5,-36.5 + pos: 73.5,-56.5 parent: 2 - - uid: 10404 + - uid: 26662 components: - type: Transform - pos: -61.5,-36.5 + pos: 69.5,-56.5 parent: 2 - - uid: 10405 + - uid: 26663 components: - type: Transform - pos: -63.5,-34.5 + pos: 77.5,-73.5 parent: 2 - - uid: 10414 + - uid: 26664 components: - type: Transform - pos: 48.5,-35.5 + pos: 68.5,-48.5 parent: 2 - - uid: 10652 + - uid: 26665 components: - type: Transform - pos: -117.5,0.5 + pos: 69.5,-61.5 parent: 2 - - uid: 10653 + - uid: 26666 components: - type: Transform - pos: -117.5,1.5 + pos: 70.5,-68.5 parent: 2 - - uid: 11011 + - uid: 26667 components: - type: Transform - pos: -17.5,-47.5 + pos: 71.5,-71.5 parent: 2 - - uid: 11449 + - uid: 26668 components: - type: Transform - pos: -98.5,-10.5 + pos: 75.5,-67.5 parent: 2 - - uid: 11645 + - uid: 26669 components: - type: Transform - pos: -49.5,-50.5 + pos: 79.5,-70.5 parent: 2 - - uid: 11838 + - uid: 26670 components: - type: Transform - pos: -52.5,-41.5 + pos: 80.5,-72.5 parent: 2 - - uid: 11864 + - uid: 26671 components: - type: Transform - pos: -39.5,-39.5 + pos: 76.5,-78.5 parent: 2 - - uid: 11865 + - uid: 26672 components: - type: Transform - pos: -40.5,-39.5 + pos: 80.5,-80.5 parent: 2 - - uid: 12144 + - uid: 26673 components: - type: Transform - pos: 44.5,-13.5 + pos: 80.5,-82.5 parent: 2 - - uid: 12219 + - uid: 26674 components: - type: Transform - pos: 44.5,-12.5 + pos: 80.5,-83.5 parent: 2 - - uid: 12710 + - uid: 26675 components: - type: Transform - pos: 42.5,-35.5 + pos: 81.5,-87.5 parent: 2 - - uid: 12921 + - uid: 26676 components: - type: Transform - pos: 6.5,57.5 + pos: 80.5,-88.5 parent: 2 - - uid: 12963 + - uid: 26677 components: - type: Transform - pos: 47.5,-10.5 + pos: 79.5,-90.5 parent: 2 - - uid: 13005 + - uid: 26708 components: - type: Transform - pos: 43.5,14.5 + pos: 74.5,-88.5 parent: 2 - - uid: 13007 + - uid: 26752 components: - type: Transform - pos: 42.5,12.5 + pos: 75.5,-92.5 parent: 2 - - uid: 13008 + - uid: 26754 components: - type: Transform - pos: 43.5,12.5 + pos: 74.5,-92.5 parent: 2 - - uid: 13009 + - uid: 26762 components: - type: Transform - pos: 41.5,12.5 + pos: 70.5,-89.5 parent: 2 - - uid: 13014 + - uid: 26763 components: - type: Transform - pos: -78.5,30.5 + pos: 60.5,-89.5 parent: 2 - - uid: 13015 + - uid: 26764 components: - type: Transform - pos: -79.5,31.5 + pos: 65.5,-93.5 parent: 2 - - uid: 13016 + - uid: 26765 components: - type: Transform - pos: -77.5,28.5 + pos: 67.5,-93.5 parent: 2 - - uid: 13017 + - uid: 27246 components: - type: Transform - pos: -89.5,31.5 + pos: 52.5,-94.5 parent: 2 - - uid: 13018 + - uid: 27247 components: - type: Transform - pos: -90.5,30.5 + pos: 49.5,-93.5 parent: 2 - - uid: 13019 + - uid: 27248 components: - type: Transform - pos: -91.5,28.5 + pos: 46.5,-94.5 parent: 2 - - uid: 13020 + - uid: 27249 components: - type: Transform - pos: -107.5,13.5 + pos: 48.5,-89.5 parent: 2 - - uid: 13021 + - uid: 27250 components: - type: Transform - pos: -106.5,14.5 + pos: 47.5,-88.5 parent: 2 - - uid: 13022 + - uid: 27407 components: - type: Transform - pos: -104.5,15.5 + pos: 43.5,-87.5 parent: 2 - - uid: 13023 + - uid: 27512 components: - type: Transform - pos: -107.5,3.5 + pos: 41.5,-91.5 parent: 2 - - uid: 13024 + - uid: 27774 components: - type: Transform - pos: -106.5,2.5 + pos: 41.5,-93.5 parent: 2 - - uid: 13025 + - uid: 27785 components: - type: Transform - pos: -104.5,1.5 + pos: 39.5,-90.5 parent: 2 - - uid: 13026 + - uid: 27786 components: - type: Transform - pos: -91.5,-11.5 + pos: 38.5,-85.5 parent: 2 - - uid: 13027 + - uid: 27787 components: - type: Transform - pos: -90.5,-13.5 + pos: 39.5,-87.5 parent: 2 - - uid: 13028 + - uid: 27788 components: - type: Transform - pos: -89.5,-14.5 + pos: 39.5,-82.5 parent: 2 - - uid: 13029 + - uid: 27789 components: - type: Transform - pos: -79.5,-14.5 + pos: 39.5,-77.5 parent: 2 - - uid: 13030 + - uid: 27790 components: - type: Transform - pos: -78.5,-13.5 + pos: 44.5,-79.5 parent: 2 - - uid: 13031 + - uid: 27791 components: - type: Transform - pos: -77.5,-11.5 + pos: 40.5,-73.5 parent: 2 - - uid: 13177 + - uid: 27806 components: - type: Transform - pos: -47.5,65.5 + pos: 39.5,-72.5 parent: 2 - - uid: 13254 + - uid: 27807 components: - type: Transform - pos: -107.5,27.5 + pos: 43.5,-71.5 parent: 2 - - uid: 13255 + - uid: 27808 components: - type: Transform - pos: -106.5,27.5 + pos: 43.5,-65.5 parent: 2 - - uid: 13256 + - uid: 27809 components: - type: Transform - pos: -106.5,28.5 + pos: 45.5,-66.5 parent: 2 - - uid: 13257 + - uid: 27810 components: - type: Transform - pos: -102.5,31.5 + pos: 37.5,-64.5 parent: 2 - - uid: 13258 + - uid: 27811 components: - type: Transform - pos: -106.5,29.5 + pos: 38.5,-64.5 parent: 2 - - uid: 13259 + - uid: 27812 components: - type: Transform - pos: -105.5,29.5 + pos: 42.5,-59.5 parent: 2 - - uid: 13260 + - uid: 27813 components: - type: Transform - pos: -104.5,30.5 + pos: 38.5,-57.5 parent: 2 - - uid: 13261 + - uid: 27966 components: - type: Transform - pos: -101.5,31.5 + pos: 36.5,-52.5 parent: 2 - - uid: 13262 + - uid: 27968 components: - type: Transform - pos: -103.5,30.5 + pos: 43.5,-56.5 parent: 2 - - uid: 13263 + - uid: 27974 components: - type: Transform - pos: -103.5,31.5 + pos: 40.5,-53.5 parent: 2 - - uid: 13264 + - uid: 28126 components: - type: Transform - pos: -105.5,30.5 + pos: 38.5,-52.5 parent: 2 - - uid: 13265 + - uid: 28137 components: - type: Transform - pos: -100.5,31.5 + pos: 41.5,-48.5 parent: 2 - - uid: 13273 + - uid: 28139 components: - type: Transform - pos: -41.5,-9.5 + pos: 44.5,-50.5 parent: 2 - - uid: 13277 + - uid: 28225 components: - type: Transform - pos: -100.5,17.5 + pos: 16.5,-52.5 parent: 2 - - uid: 13278 + - uid: 28853 components: - type: Transform - pos: -101.5,17.5 + pos: 29.5,-48.5 parent: 2 - - uid: 13279 + - uid: 28855 components: - type: Transform - pos: -102.5,17.5 + pos: 25.5,-48.5 parent: 2 - - uid: 13280 + - uid: 28903 components: - type: Transform - pos: -103.5,17.5 + pos: 20.5,-52.5 parent: 2 - - uid: 13281 + - uid: 28910 components: - type: Transform - pos: -103.5,18.5 + pos: 21.5,-49.5 parent: 2 - - uid: 13282 + - uid: 28985 components: - type: Transform - pos: -104.5,18.5 + pos: 21.5,-44.5 parent: 2 - - uid: 13283 + - uid: 28986 components: - type: Transform - pos: -105.5,18.5 + pos: 28.5,-52.5 parent: 2 - - uid: 13284 + - uid: 28987 components: - type: Transform - pos: -105.5,19.5 + pos: 30.5,-52.5 parent: 2 - - uid: 13285 + - uid: 28988 components: - type: Transform - pos: -106.5,19.5 + pos: 25.5,-53.5 parent: 2 - - uid: 13286 + - uid: 29044 components: - type: Transform - pos: -106.5,20.5 + pos: 26.5,-53.5 parent: 2 - - uid: 13287 + - uid: 29045 components: - type: Transform - pos: -106.5,21.5 + pos: -6.5,-44.5 parent: 2 - - uid: 13288 + - uid: 29152 components: - type: Transform - pos: -107.5,21.5 + pos: -51.5,-38.5 parent: 2 - - uid: 13289 + - uid: 29153 components: - type: Transform - pos: -100.5,-0.5 + pos: -55.5,-38.5 parent: 2 - - uid: 13290 + - uid: 29159 components: - type: Transform - pos: -101.5,-0.5 + pos: -56.5,-39.5 parent: 2 - - uid: 13291 + - uid: 29164 components: - type: Transform - pos: -102.5,-0.5 + pos: -59.5,-39.5 parent: 2 - - uid: 13292 + - uid: 29166 components: - type: Transform - pos: -103.5,-0.5 + pos: -63.5,-39.5 parent: 2 - - uid: 13293 + - uid: 29167 components: - type: Transform - pos: -103.5,-1.5 + pos: -64.5,-39.5 parent: 2 - - uid: 13294 + - uid: 29168 components: - type: Transform - pos: -104.5,-1.5 + pos: -68.5,-38.5 parent: 2 - - uid: 13295 + - uid: 29169 components: - type: Transform - pos: -105.5,-1.5 + pos: -73.5,-40.5 parent: 2 - - uid: 13296 + - uid: 29170 components: - type: Transform - pos: -105.5,-2.5 + pos: -73.5,-41.5 parent: 2 - - uid: 13297 + - uid: 29171 components: - type: Transform - pos: -106.5,-2.5 + pos: -73.5,-46.5 parent: 2 - - uid: 13298 + - uid: 29172 components: - type: Transform - pos: -106.5,-3.5 + pos: -70.5,-48.5 parent: 2 - - uid: 13299 + - uid: 29173 components: - type: Transform - pos: -106.5,-4.5 + pos: -70.5,-57.5 parent: 2 - - uid: 13300 + - uid: 29180 components: - type: Transform - pos: -107.5,-4.5 + pos: -70.5,-58.5 parent: 2 - - uid: 13301 + - uid: 29181 components: - type: Transform - pos: -107.5,-10.5 + pos: -74.5,-57.5 parent: 2 - - uid: 13302 + - uid: 29182 components: - type: Transform - pos: -106.5,-10.5 + pos: -70.5,-62.5 parent: 2 - - uid: 13303 + - uid: 29183 components: - type: Transform - pos: -106.5,-11.5 + pos: -74.5,-61.5 parent: 2 - - uid: 13304 + - uid: 29191 components: - type: Transform - pos: -106.5,-12.5 + pos: -74.5,-68.5 parent: 2 - - uid: 13305 + - uid: 29200 components: - type: Transform - pos: -105.5,-12.5 + pos: -75.5,-69.5 parent: 2 - - uid: 13306 + - uid: 29204 components: - type: Transform - pos: -105.5,-13.5 + pos: -69.5,-67.5 parent: 2 - - uid: 13307 + - uid: 29205 components: - type: Transform - pos: -104.5,-13.5 + pos: -69.5,-70.5 parent: 2 - - uid: 13308 + - uid: 29206 components: - type: Transform - pos: -103.5,-13.5 + pos: -70.5,-73.5 parent: 2 - - uid: 13309 + - uid: 29210 components: - type: Transform - pos: -103.5,-14.5 + pos: -74.5,-74.5 parent: 2 - - uid: 13310 + - uid: 29212 components: - type: Transform - pos: -102.5,-14.5 + pos: -73.5,-74.5 parent: 2 - - uid: 13311 + - uid: 29214 components: - type: Transform - pos: -101.5,-14.5 + pos: -76.5,-73.5 parent: 2 - - uid: 13312 + - uid: 29229 components: - type: Transform - pos: -100.5,-14.5 + pos: -83.5,-69.5 parent: 2 - - uid: 13325 + - uid: 29237 components: - type: Transform - pos: -92.5,13.5 + pos: -81.5,-69.5 parent: 2 - - uid: 13326 + - uid: 29238 components: - type: Transform - pos: -92.5,12.5 + pos: -78.5,-69.5 parent: 2 - - uid: 13365 + - uid: 29248 components: - type: Transform - pos: -89.5,4.5 + pos: -78.5,-73.5 parent: 2 - - uid: 13366 + - uid: 29249 components: - type: Transform - pos: -89.5,3.5 + pos: -84.5,-74.5 parent: 2 - - uid: 13367 + - uid: 29425 components: - type: Transform - pos: -92.5,4.5 + pos: -86.5,-73.5 parent: 2 - - uid: 13368 + - uid: 29426 components: - type: Transform - pos: -92.5,3.5 + pos: -87.5,-73.5 parent: 2 - - uid: 13388 + - uid: 29429 components: - type: Transform - pos: 56.5,-32.5 + pos: -101.5,-65.5 parent: 2 - - uid: 13389 + - uid: 29430 components: - type: Transform - pos: 56.5,-36.5 + pos: -80.5,-72.5 parent: 2 - - uid: 13390 + - uid: 29431 components: - type: Transform - pos: 54.5,-33.5 + pos: -97.5,-73.5 parent: 2 - - uid: 13391 + - uid: 29432 components: - type: Transform - pos: 54.5,-34.5 + pos: -100.5,-74.5 parent: 2 - - uid: 13392 + - uid: 29452 components: - type: Transform - pos: 54.5,-35.5 + pos: -102.5,-74.5 parent: 2 - - uid: 13393 + - uid: 29453 components: - type: Transform - pos: 58.5,-33.5 + pos: -103.5,-74.5 parent: 2 - - uid: 13394 + - uid: 29459 components: - type: Transform - pos: 58.5,-34.5 + pos: -98.5,-69.5 parent: 2 - - uid: 13395 + - uid: 29460 components: - type: Transform - pos: 58.5,-35.5 + pos: -101.5,-59.5 parent: 2 - - uid: 13396 + - uid: 29461 components: - type: Transform - pos: 60.5,-32.5 + pos: -101.5,-54.5 parent: 2 - - uid: 13397 + - uid: 29462 components: - type: Transform - pos: 61.5,-32.5 + pos: -100.5,-53.5 parent: 2 - - uid: 13805 + - uid: 29463 components: - type: Transform - pos: 92.5,18.5 + pos: -106.5,-61.5 parent: 2 - - uid: 13937 + - uid: 29465 components: - type: Transform - pos: 19.5,60.5 + pos: -106.5,-62.5 parent: 2 - - uid: 13938 + - uid: 29466 components: - type: Transform - pos: 17.5,60.5 + pos: -105.5,-68.5 parent: 2 - - uid: 13940 + - uid: 29467 components: - type: Transform - pos: 27.5,57.5 + pos: -105.5,-44.5 parent: 2 - - uid: 13945 + - uid: 29471 components: - type: Transform - pos: 7.5,57.5 + pos: -105.5,-65.5 parent: 2 - - uid: 13946 + - uid: 29484 components: - type: Transform - pos: 8.5,57.5 + pos: -105.5,-67.5 parent: 2 - - uid: 13947 + - uid: 29485 components: - type: Transform - pos: 9.5,57.5 + pos: -105.5,-57.5 parent: 2 - - uid: 13958 + - uid: 29486 components: - type: Transform - pos: 26.5,57.5 + pos: -105.5,-53.5 parent: 2 - - uid: 13959 + - uid: 29487 components: - type: Transform - pos: 28.5,57.5 + pos: -105.5,-47.5 parent: 2 - - uid: 13975 + - uid: 29488 components: - type: Transform - pos: 30.5,55.5 + pos: -104.5,-47.5 parent: 2 - - uid: 13978 + - uid: 29489 components: - type: Transform - pos: 24.5,58.5 + pos: -105.5,-52.5 parent: 2 - - uid: 14007 + - uid: 29494 components: - type: Transform - pos: 21.5,39.5 + pos: -105.5,-45.5 parent: 2 - - uid: 14008 + - uid: 29495 components: - type: Transform - pos: 21.5,38.5 + pos: -105.5,-42.5 parent: 2 - - uid: 14009 + - uid: 29496 components: - type: Transform - pos: 21.5,37.5 + pos: -106.5,-40.5 parent: 2 - - uid: 14010 + - uid: 29497 components: - type: Transform - pos: 21.5,36.5 + pos: -104.5,-34.5 parent: 2 - - uid: 14029 + - uid: 29511 components: - type: Transform - pos: 11.5,51.5 + pos: -101.5,-39.5 parent: 2 - - uid: 14030 + - uid: 29512 components: - type: Transform - pos: 10.5,51.5 + pos: -101.5,-40.5 parent: 2 - - uid: 14043 + - uid: 29513 components: - type: Transform - pos: 23.5,58.5 + pos: -101.5,-31.5 parent: 2 - - uid: 14044 + - uid: 29514 components: - type: Transform - pos: 23.5,59.5 + pos: -106.5,-27.5 parent: 2 - - uid: 14045 + - uid: 29515 components: - type: Transform - pos: 13.5,59.5 + pos: -112.5,-27.5 parent: 2 - - uid: 14063 + - uid: 29516 components: - type: Transform - pos: 13.5,58.5 + pos: -114.5,-27.5 parent: 2 - - uid: 14064 + - uid: 29517 components: - type: Transform - pos: 12.5,58.5 + pos: -112.5,-31.5 parent: 2 - - uid: 14065 + - uid: 29538 components: - type: Transform - pos: 22.5,59.5 + pos: -112.5,-32.5 parent: 2 - - uid: 14066 + - uid: 29539 components: - type: Transform - pos: 14.5,59.5 + pos: -116.5,-31.5 parent: 2 - - uid: 14067 + - uid: 29561 components: - type: Transform - pos: 22.5,60.5 + pos: -118.5,-31.5 parent: 2 - - uid: 14068 + - uid: 29570 components: - type: Transform - pos: 14.5,60.5 + pos: -119.5,-31.5 parent: 2 - - uid: 14131 + - uid: 29571 components: - type: Transform - pos: 23.5,47.5 + pos: -108.5,-31.5 parent: 2 - - uid: 14192 + - uid: 29572 components: - type: Transform - pos: 28.5,53.5 + pos: -119.5,-27.5 parent: 2 - - uid: 14208 + - uid: 29573 components: - type: Transform - pos: 10.5,41.5 + pos: -120.5,-25.5 parent: 2 - - uid: 14209 + - uid: 29574 components: - type: Transform - pos: 11.5,41.5 + pos: -120.5,-24.5 parent: 2 - - uid: 14256 + - uid: 29575 components: - type: Transform - pos: 24.5,55.5 + pos: -119.5,-18.5 parent: 2 - - uid: 15121 + - uid: 29576 components: - type: Transform - pos: 27.5,53.5 + pos: -115.5,-21.5 parent: 2 - - uid: 15344 + - uid: 29577 components: - type: Transform - pos: -30.5,23.5 + pos: -119.5,-8.5 parent: 2 - - uid: 15345 + - uid: 29578 components: - type: Transform - pos: -29.5,23.5 + pos: -115.5,-12.5 parent: 2 - - uid: 15346 + - uid: 29579 components: - type: Transform - pos: -28.5,23.5 + pos: -114.5,-5.5 parent: 2 - - uid: 15347 + - uid: 29580 components: - type: Transform - pos: -26.5,23.5 + pos: -119.5,-1.5 parent: 2 - - uid: 15348 + - uid: 29581 components: - type: Transform - pos: -25.5,23.5 + pos: -120.5,-0.5 parent: 2 - - uid: 15349 + - uid: 29582 components: - type: Transform - pos: -24.5,23.5 + pos: -119.5,0.5 parent: 2 - - uid: 15368 + - uid: 29583 components: - type: Transform - pos: -26.5,27.5 + pos: -114.5,1.5 parent: 2 - - uid: 15369 + - uid: 29584 components: - type: Transform - pos: -24.5,27.5 + pos: -115.5,5.5 parent: 2 - - uid: 15370 + - uid: 29585 components: - type: Transform - pos: -28.5,27.5 + pos: -119.5,14.5 parent: 2 - - uid: 15371 + - uid: 29586 components: - type: Transform - pos: -30.5,27.5 + pos: -119.5,10.5 parent: 2 - - uid: 15381 + - uid: 29587 components: - type: Transform - pos: -30.5,26.5 + pos: -115.5,9.5 parent: 2 - - uid: 15385 + - uid: 29588 components: - type: Transform - pos: -28.5,26.5 + pos: -120.5,17.5 parent: 2 - - uid: 15386 + - uid: 29589 components: - type: Transform - pos: -26.5,26.5 + pos: -119.5,17.5 parent: 2 - - uid: 15387 + - uid: 29590 components: - type: Transform - pos: -24.5,26.5 + pos: -115.5,20.5 parent: 2 - - uid: 15413 + - uid: 29591 components: - type: Transform - pos: -23.5,28.5 + pos: -114.5,19.5 parent: 2 - - uid: 15414 + - uid: 29592 components: - type: Transform - pos: -23.5,30.5 + pos: -120.5,25.5 parent: 2 - - uid: 15477 + - uid: 29593 components: - type: Transform - pos: -30.5,31.5 + pos: -119.5,29.5 parent: 2 - - uid: 15478 + - uid: 29594 components: - type: Transform - pos: -30.5,32.5 + pos: -120.5,28.5 parent: 2 - - uid: 15479 + - uid: 29595 components: - type: Transform - pos: -30.5,35.5 + pos: -114.5,30.5 parent: 2 - - uid: 15480 + - uid: 29596 components: - type: Transform - pos: -29.5,35.5 + pos: -120.5,33.5 parent: 2 - - uid: 15481 + - uid: 29597 components: - type: Transform - pos: -28.5,35.5 + pos: -118.5,33.5 parent: 2 - - uid: 15482 + - uid: 29598 components: - type: Transform - pos: -26.5,35.5 + pos: -129.5,42.5 parent: 2 - - uid: 15483 + - uid: 29599 components: - type: Transform - pos: -25.5,35.5 + pos: -127.5,33.5 parent: 2 - - uid: 15484 + - uid: 29600 components: - type: Transform - pos: -24.5,35.5 + pos: -129.5,35.5 parent: 2 - - uid: 15760 + - uid: 29601 components: - type: Transform - pos: -47.5,66.5 + pos: -128.5,47.5 parent: 2 - - uid: 15789 + - uid: 29602 components: - type: Transform - pos: -9.5,37.5 + pos: -112.5,40.5 parent: 2 - - uid: 15875 + - uid: 29603 components: - type: Transform - pos: -2.5,61.5 + pos: -119.5,40.5 parent: 2 - - uid: 15876 + - uid: 29604 components: - type: Transform - pos: -2.5,60.5 + pos: -118.5,40.5 parent: 2 - - uid: 15878 + - uid: 29605 components: - type: Transform - pos: -2.5,58.5 + pos: -109.5,40.5 parent: 2 - - uid: 15904 + - uid: 29606 components: - type: Transform - pos: -46.5,-47.5 + pos: -104.5,40.5 parent: 2 - - uid: 16369 + - uid: 29607 components: - type: Transform - pos: -12.5,69.5 + pos: -129.5,64.5 parent: 2 - - uid: 16392 + - uid: 29608 components: - type: Transform - pos: -12.5,74.5 + pos: -127.5,54.5 parent: 2 - - uid: 16404 + - uid: 29609 components: - type: Transform - pos: -12.5,71.5 + pos: -128.5,67.5 parent: 2 - - uid: 16445 + - uid: 29880 components: - type: Transform - pos: -11.5,42.5 + pos: 102.5,32.5 parent: 2 - - uid: 17787 + - uid: 29881 components: - type: Transform - pos: 11.5,26.5 + pos: 102.5,34.5 parent: 2 - - uid: 17861 + - uid: 29882 components: - type: Transform - pos: -0.5,63.5 + pos: 102.5,36.5 parent: 2 - - uid: 18078 + - uid: 29884 components: - type: Transform - pos: -14.5,62.5 + pos: 102.5,41.5 parent: 2 - - uid: 18079 + - uid: 29885 components: - type: Transform - pos: -14.5,61.5 + pos: 102.5,43.5 parent: 2 - - uid: 18096 + - uid: 29886 components: - type: Transform - pos: -47.5,67.5 + pos: 102.5,44.5 parent: 2 - - uid: 18097 + - uid: 29887 components: - type: Transform - pos: -54.5,42.5 + pos: 100.5,47.5 parent: 2 - - uid: 18371 + - uid: 29888 components: - type: Transform - pos: -53.5,42.5 + pos: 100.5,48.5 parent: 2 - - uid: 18622 + - uid: 29889 components: - type: Transform - pos: -92.5,52.5 + pos: 99.5,48.5 parent: 2 - - uid: 18623 + - uid: 29890 components: - type: Transform - pos: -91.5,52.5 + pos: 99.5,49.5 parent: 2 - - uid: 18624 + - uid: 29917 components: - type: Transform - pos: -90.5,52.5 + pos: -123.5,68.5 parent: 2 - - uid: 18625 + - uid: 30265 components: - type: Transform - pos: -90.5,50.5 + pos: -121.5,67.5 parent: 2 - - uid: 18626 + - uid: 30390 components: - type: Transform - pos: -91.5,50.5 + pos: -93.5,81.5 parent: 2 - - uid: 18627 + - uid: 30393 components: - type: Transform - pos: -92.5,50.5 + pos: -116.5,67.5 parent: 2 - - uid: 19301 + - uid: 30416 components: - type: Transform - pos: 47.5,-3.5 + pos: -115.5,67.5 parent: 2 - - uid: 19343 + - uid: 30418 components: - type: Transform - pos: -81.5,-15.5 + pos: -104.5,65.5 parent: 2 - - uid: 19344 + - uid: 30420 components: - type: Transform - pos: -87.5,-15.5 + pos: -96.5,68.5 parent: 2 - - uid: 19345 + - uid: 30424 components: - type: Transform - pos: -108.5,5.5 + pos: -61.5,76.5 parent: 2 - - uid: 19346 + - uid: 30425 components: - type: Transform - pos: -108.5,11.5 + pos: -92.5,88.5 parent: 2 - - uid: 19347 + - uid: 32318 components: - type: Transform - pos: -87.5,32.5 + pos: -94.5,64.5 parent: 2 - - uid: 19348 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 2202 components: - type: Transform - pos: -81.5,32.5 + pos: 27.5,22.5 parent: 2 - - uid: 19369 + - uid: 2839 components: - type: Transform - pos: -52.5,-47.5 + pos: 34.5,52.5 parent: 2 - - uid: 19380 + - uid: 2859 components: - type: Transform - pos: -12.5,24.5 + pos: 49.5,52.5 parent: 2 - - uid: 19381 + - uid: 2860 components: - type: Transform - pos: -12.5,25.5 + pos: 35.5,52.5 parent: 2 - - uid: 19383 + - uid: 2886 components: - type: Transform - pos: -4.5,22.5 + pos: 28.5,22.5 parent: 2 - - uid: 19452 + - uid: 3963 components: - type: Transform - pos: 47.5,-1.5 + pos: 41.5,44.5 parent: 2 - - uid: 19453 + - uid: 3964 components: - type: Transform - pos: 47.5,-5.5 + pos: 29.5,22.5 parent: 2 - - uid: 19459 + - uid: 3966 components: - type: Transform - pos: -98.5,-11.5 + pos: 8.5,69.5 parent: 2 - - uid: 19533 + - uid: 3988 components: - type: Transform - pos: -8.5,79.5 + pos: 41.5,42.5 parent: 2 - - uid: 19534 + - uid: 4124 components: - type: Transform - pos: -8.5,80.5 + pos: 41.5,39.5 parent: 2 - - uid: 19535 + - uid: 4125 components: - type: Transform - pos: -8.5,81.5 + pos: 41.5,40.5 parent: 2 - - uid: 19536 + - uid: 4165 components: - type: Transform - pos: -8.5,82.5 + pos: 40.5,52.5 parent: 2 - - uid: 19537 + - uid: 4204 components: - type: Transform - pos: -6.5,79.5 + pos: -33.5,52.5 parent: 2 - - uid: 19538 + - uid: 4217 components: - type: Transform - pos: -6.5,80.5 + pos: -32.5,52.5 parent: 2 - - uid: 19539 + - uid: 4223 components: - type: Transform - pos: -6.5,81.5 + pos: -31.5,52.5 parent: 2 - - uid: 19540 + - uid: 4227 components: - type: Transform - pos: -6.5,82.5 + pos: 42.5,54.5 parent: 2 - - uid: 19541 + - uid: 4228 components: - type: Transform - pos: -4.5,79.5 + pos: 42.5,55.5 parent: 2 - - uid: 19542 + - uid: 4229 components: - type: Transform - pos: -4.5,80.5 + pos: 42.5,56.5 parent: 2 - - uid: 19543 + - uid: 4230 components: - type: Transform - pos: -4.5,81.5 + pos: 36.5,56.5 parent: 2 - - uid: 19544 + - uid: 4231 components: - type: Transform - pos: -4.5,82.5 + pos: 36.5,55.5 parent: 2 - - uid: 19545 + - uid: 4232 components: - type: Transform - pos: -0.5,79.5 + pos: 36.5,54.5 parent: 2 - - uid: 19546 + - uid: 4233 components: - type: Transform - pos: -0.5,80.5 + pos: 48.5,56.5 parent: 2 - - uid: 19547 + - uid: 4234 components: - type: Transform - pos: -0.5,81.5 + pos: 48.5,55.5 parent: 2 - - uid: 19548 + - uid: 4235 components: - type: Transform - pos: -0.5,82.5 + pos: 48.5,54.5 parent: 2 - - uid: 19549 + - uid: 4590 components: - type: Transform - pos: 1.5,79.5 + pos: 61.5,9.5 parent: 2 - - uid: 19550 + - uid: 4591 components: - type: Transform - pos: 1.5,80.5 + pos: 63.5,9.5 parent: 2 - - uid: 19551 + - uid: 4592 components: - type: Transform - pos: 1.5,81.5 + pos: 55.5,25.5 parent: 2 - - uid: 19552 + - uid: 4646 components: - type: Transform - pos: 1.5,82.5 + pos: 92.5,39.5 parent: 2 - - uid: 19553 + - uid: 4647 components: - type: Transform - pos: 3.5,79.5 + pos: 92.5,40.5 parent: 2 - - uid: 19554 + - uid: 4648 components: - type: Transform - pos: 3.5,80.5 + pos: 92.5,41.5 parent: 2 - - uid: 19555 + - uid: 4850 components: - type: Transform - pos: 3.5,81.5 + pos: -113.5,41.5 parent: 2 - - uid: 19556 + - uid: 5540 components: - type: Transform - pos: 3.5,82.5 + pos: 45.5,52.5 parent: 2 - - uid: 19557 + - uid: 5541 components: - type: Transform - pos: 7.5,79.5 + pos: 43.5,52.5 parent: 2 - - uid: 19558 + - uid: 6100 components: - type: Transform - pos: 7.5,80.5 + pos: 44.5,52.5 parent: 2 - - uid: 19559 + - uid: 6149 components: - type: Transform - pos: 7.5,81.5 + pos: 41.5,52.5 parent: 2 - - uid: 19560 + - uid: 7639 components: - type: Transform - pos: 7.5,82.5 + pos: -56.5,19.5 parent: 2 - - uid: 19561 + - uid: 8204 components: - type: Transform - pos: 9.5,79.5 + pos: 37.5,58.5 parent: 2 - - uid: 19562 + - uid: 8700 components: - type: Transform - pos: 9.5,80.5 + pos: -56.5,18.5 parent: 2 - - uid: 19563 + - uid: 8870 components: - type: Transform - pos: 9.5,81.5 + pos: -62.5,21.5 parent: 2 - - uid: 19564 + - uid: 8872 components: - type: Transform - pos: 9.5,82.5 + pos: -58.5,21.5 parent: 2 - - uid: 19565 + - uid: 8894 components: - type: Transform - pos: 11.5,79.5 + pos: -61.5,21.5 parent: 2 - - uid: 19566 + - uid: 8895 components: - type: Transform - pos: 11.5,80.5 + pos: -60.5,21.5 parent: 2 - - uid: 19567 + - uid: 8896 components: - type: Transform - pos: 11.5,81.5 + pos: -59.5,21.5 parent: 2 - - uid: 19568 + - uid: 9044 components: - type: Transform - pos: 11.5,82.5 + pos: -50.5,24.5 parent: 2 - - uid: 19619 + - uid: 9045 components: - type: Transform - pos: 15.5,77.5 + pos: -51.5,24.5 parent: 2 - - uid: 19620 + - uid: 9046 components: - type: Transform - pos: 15.5,76.5 + pos: -48.5,24.5 parent: 2 - - uid: 19621 + - uid: 9047 components: - type: Transform - pos: 15.5,75.5 + pos: -47.5,24.5 parent: 2 - - uid: 19622 + - uid: 9126 components: - type: Transform - pos: 15.5,74.5 + pos: 41.5,58.5 parent: 2 - - uid: 19623 + - uid: 9136 components: - type: Transform - pos: -12.5,77.5 + pos: 43.5,58.5 parent: 2 - - uid: 19624 + - uid: 9252 components: - type: Transform - pos: -12.5,76.5 + pos: 47.5,58.5 parent: 2 - - uid: 19625 + - uid: 9256 components: - type: Transform - pos: -12.5,75.5 + pos: 50.5,52.5 parent: 2 - - uid: 19756 + - uid: 9268 components: - type: Transform - pos: -55.5,42.5 + pos: 39.5,52.5 parent: 2 - - uid: 19771 + - uid: 9469 components: - type: Transform - pos: -57.5,42.5 + pos: -49.5,52.5 parent: 2 - - uid: 19842 + - uid: 9470 components: - type: Transform - pos: -12.5,70.5 + pos: -49.5,47.5 parent: 2 - - uid: 19897 + - uid: 9471 components: - type: Transform - pos: 81.5,2.5 + pos: -47.5,47.5 parent: 2 - - uid: 19898 + - uid: 9472 components: - type: Transform - pos: 81.5,3.5 + pos: -47.5,52.5 parent: 2 - - uid: 19901 + - uid: 9473 components: - type: Transform - pos: 77.5,2.5 + pos: -45.5,52.5 parent: 2 - - uid: 19902 + - uid: 9474 components: - type: Transform - pos: 77.5,3.5 + pos: -45.5,47.5 parent: 2 - - uid: 19905 + - uid: 9475 components: - type: Transform - pos: -66.5,-18.5 + pos: -43.5,47.5 parent: 2 - - uid: 19906 + - uid: 9476 components: - type: Transform - pos: -66.5,-14.5 + pos: -43.5,52.5 parent: 2 - - uid: 19909 + - uid: 9477 components: - type: Transform - pos: -66.5,-15.5 + pos: -41.5,52.5 parent: 2 - - uid: 19910 + - uid: 9478 components: - type: Transform - pos: -66.5,-17.5 + pos: -41.5,47.5 parent: 2 - - uid: 19956 + - uid: 9479 components: - type: Transform - pos: -117.5,13.5 + pos: -39.5,47.5 parent: 2 - - uid: 19959 + - uid: 9480 components: - type: Transform - pos: -117.5,12.5 + pos: -39.5,52.5 parent: 2 - - uid: 19960 + - uid: 9481 components: - type: Transform - pos: -117.5,4.5 + pos: -37.5,52.5 parent: 2 - - uid: 19966 + - uid: 9482 components: - type: Transform - pos: -117.5,15.5 + pos: -37.5,47.5 parent: 2 - - uid: 19967 + - uid: 9613 components: - type: Transform - pos: -117.5,16.5 + pos: -56.5,17.5 parent: 2 - - uid: 19978 + - uid: 13459 components: - type: Transform - pos: -115.5,0.5 + pos: -52.5,54.5 parent: 2 - - uid: 19979 + - uid: 13706 components: - type: Transform - pos: -115.5,4.5 + pos: -51.5,54.5 parent: 2 - - uid: 19980 + - uid: 13988 components: - type: Transform - pos: -115.5,12.5 + pos: 23.5,44.5 parent: 2 - - uid: 19981 + - uid: 14097 components: - type: Transform - pos: -115.5,16.5 + pos: 27.5,36.5 parent: 2 - - uid: 20009 + - uid: 14098 components: - type: Transform - pos: 50.5,-32.5 + pos: 28.5,36.5 parent: 2 - - uid: 20010 + - uid: 14103 components: - type: Transform - pos: 44.5,-32.5 + pos: 29.5,38.5 parent: 2 - - uid: 20015 + - uid: 14104 components: - type: Transform - pos: -63.5,-17.5 + pos: 29.5,37.5 parent: 2 - - uid: 20016 + - uid: 14106 components: - type: Transform - pos: -63.5,-18.5 + pos: 26.5,36.5 parent: 2 - - uid: 20017 + - uid: 14108 components: - type: Transform - pos: -63.5,-15.5 + pos: 25.5,37.5 parent: 2 - - uid: 20018 + - uid: 14109 components: - type: Transform - pos: -63.5,-14.5 + pos: 25.5,38.5 parent: 2 - - uid: 21017 + - uid: 14117 components: - type: Transform - pos: -46.5,-48.5 + pos: 26.5,42.5 parent: 2 - - uid: 21815 + - uid: 14118 components: - type: Transform - pos: -5.5,22.5 + pos: 28.5,42.5 parent: 2 - - uid: 22420 + - uid: 14119 components: - type: Transform - pos: -6.5,22.5 + pos: 24.5,44.5 parent: 2 - - uid: 22721 + - uid: 14120 components: - type: Transform - pos: 60.5,58.5 + pos: 22.5,44.5 parent: 2 - - uid: 23218 + - uid: 15517 components: - type: Transform - pos: -102.5,35.5 + pos: -15.5,41.5 parent: 2 - - uid: 23219 + - uid: 15631 components: - type: Transform - pos: -101.5,35.5 + pos: -26.5,43.5 parent: 2 - - uid: 23221 + - uid: 15670 components: - type: Transform - pos: -100.5,35.5 + pos: -25.5,43.5 parent: 2 - - uid: 23232 + - uid: 15671 components: - type: Transform - pos: -38.5,-39.5 + pos: -24.5,43.5 parent: 2 - - uid: 23544 + - uid: 16281 components: - type: Transform - pos: -38.5,-45.5 + pos: -15.5,40.5 parent: 2 - - uid: 23714 + - uid: 16528 components: - type: Transform - pos: -58.5,42.5 + pos: -21.5,45.5 parent: 2 - - uid: 23769 + - uid: 16529 components: - type: Transform - pos: -56.5,54.5 + pos: -17.5,45.5 parent: 2 - - uid: 23774 + - uid: 16612 components: - type: Transform - pos: -57.5,54.5 + pos: -30.5,51.5 parent: 2 - - uid: 25068 + - uid: 18000 components: - type: Transform - pos: -57.5,62.5 + pos: 7.5,69.5 parent: 2 - - uid: 26215 + - uid: 18086 components: - type: Transform - pos: -20.5,38.5 + pos: 11.5,69.5 parent: 2 - - uid: 26216 + - uid: 18163 components: - type: Transform - pos: -24.5,38.5 + pos: -113.5,60.5 parent: 2 - - uid: 26217 + - uid: 18388 components: - type: Transform - pos: -58.5,62.5 + pos: -59.5,47.5 parent: 2 - - uid: 26318 + - uid: 18638 components: - type: Transform - pos: -26.5,38.5 + pos: -103.5,57.5 parent: 2 - - uid: 26319 + - uid: 18641 components: - type: Transform - pos: -25.5,38.5 + pos: -102.5,57.5 parent: 2 - - uid: 26329 + - uid: 18642 components: - type: Transform - pos: -22.5,38.5 + pos: -104.5,57.5 parent: 2 - - uid: 26334 + - uid: 18643 components: - type: Transform - pos: -21.5,38.5 + pos: -102.5,55.5 parent: 2 - - uid: 27406 + - uid: 18644 components: - type: Transform - pos: -59.5,62.5 + pos: -103.5,55.5 parent: 2 - - uid: 27954 + - uid: 18645 components: - type: Transform - pos: -17.5,-45.5 + pos: -104.5,55.5 parent: 2 - - uid: 28174 + - uid: 18646 components: - type: Transform - pos: -20.5,-43.5 + pos: -104.5,45.5 parent: 2 - - uid: 28175 + - uid: 18647 components: - type: Transform - pos: -31.5,-45.5 + pos: -103.5,45.5 parent: 2 - - uid: 28176 + - uid: 18648 components: - type: Transform - pos: -43.5,-39.5 + pos: -102.5,45.5 parent: 2 - - uid: 28229 + - uid: 18649 components: - type: Transform - pos: -54.5,62.5 + pos: -104.5,47.5 parent: 2 - - uid: 28230 + - uid: 18650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,55.5 + pos: -103.5,47.5 parent: 2 - - uid: 28665 + - uid: 18651 components: - type: Transform - pos: -53.5,62.5 + pos: -102.5,47.5 parent: 2 - - uid: 28666 + - uid: 18671 components: - type: Transform - pos: -61.5,58.5 + pos: -104.5,53.5 parent: 2 - - uid: 28670 + - uid: 18672 components: - type: Transform - pos: -52.5,62.5 + pos: -104.5,52.5 parent: 2 - - uid: 28673 + - uid: 18673 components: - type: Transform - pos: -61.5,59.5 + pos: -104.5,51.5 parent: 2 - - uid: 28674 + - uid: 18674 components: - type: Transform - pos: -61.5,60.5 + pos: -104.5,50.5 parent: 2 - - uid: 29001 + - uid: 18675 components: - type: Transform - pos: -7.5,22.5 + pos: -104.5,49.5 parent: 2 - - uid: 29304 + - uid: 18676 components: - type: Transform - pos: 92.5,16.5 + pos: -102.5,53.5 parent: 2 - - uid: 29813 + - uid: 18677 components: - type: Transform - pos: 91.5,56.5 + pos: -102.5,52.5 parent: 2 - - uid: 29814 + - uid: 18678 components: - type: Transform - pos: 91.5,55.5 + pos: -102.5,51.5 parent: 2 - - uid: 29815 + - uid: 18679 components: - type: Transform - pos: 91.5,54.5 + pos: -102.5,50.5 parent: 2 - - uid: 29816 + - uid: 18680 components: - type: Transform - pos: 90.5,53.5 + pos: -102.5,49.5 parent: 2 - - uid: 29817 + - uid: 18689 components: - type: Transform - pos: 89.5,53.5 + rot: -1.5707963267948966 rad + pos: 70.5,20.5 parent: 2 - - uid: 29818 + - uid: 18769 components: - type: Transform - pos: 89.5,57.5 + pos: -112.5,60.5 parent: 2 - - uid: 29819 + - uid: 18770 components: - type: Transform - pos: 90.5,57.5 + pos: -111.5,60.5 parent: 2 - - uid: 29834 + - uid: 18771 components: - type: Transform - pos: 89.5,14.5 + pos: -121.5,52.5 parent: 2 - - uid: 29954 + - uid: 18772 components: - type: Transform - pos: -42.5,-39.5 + pos: -121.5,51.5 parent: 2 - - uid: 29959 + - uid: 18773 components: - type: Transform - pos: -44.5,-39.5 + pos: -121.5,50.5 parent: 2 - - uid: 29962 + - uid: 18774 components: - type: Transform - pos: -52.5,-42.5 + pos: -113.5,42.5 parent: 2 - - uid: 29996 + - uid: 18775 components: - type: Transform - pos: 90.5,14.5 + pos: -112.5,42.5 parent: 2 - - uid: 30018 + - uid: 18776 components: - type: Transform - pos: 92.5,17.5 + pos: -111.5,42.5 parent: 2 - - uid: 30022 + - uid: 19086 components: - type: Transform - pos: 89.5,20.5 + pos: -95.5,55.5 parent: 2 - - uid: 30023 + - uid: 19654 components: - type: Transform - pos: 90.5,20.5 + pos: -19.5,68.5 parent: 2 - - uid: 30254 + - uid: 19659 components: - type: Transform - pos: -40.5,-9.5 + pos: 15.5,66.5 parent: 2 - - uid: 30278 + - uid: 19665 components: - type: Transform - pos: -76.5,11.5 + pos: -21.5,68.5 parent: 2 - - uid: 30297 + - uid: 19666 components: - type: Transform - pos: -78.5,11.5 + pos: 15.5,64.5 parent: 2 - - uid: 30298 + - uid: 19675 components: - type: Transform - pos: -79.5,11.5 + pos: -22.5,68.5 parent: 2 - - uid: 30697 + - uid: 19677 components: - type: Transform - pos: -61.5,45.5 + pos: -18.5,68.5 parent: 2 - - uid: 30698 + - uid: 19679 components: - type: Transform - pos: -61.5,46.5 + pos: -17.5,68.5 parent: 2 - - uid: 31620 + - uid: 19680 components: - type: Transform - pos: 81.5,72.5 + pos: -17.5,58.5 parent: 2 - - uid: 31621 + - uid: 19684 components: - type: Transform - pos: 81.5,71.5 + pos: -14.5,68.5 parent: 2 - - uid: 31622 + - uid: 19685 components: - type: Transform - pos: 81.5,70.5 + pos: -13.5,68.5 parent: 2 - - uid: 31623 + - uid: 19688 components: - type: Transform - pos: 82.5,73.5 + pos: -15.5,68.5 parent: 2 - - uid: 31624 + - uid: 19692 components: - type: Transform - pos: 83.5,73.5 + pos: -26.5,68.5 parent: 2 - - uid: 31625 + - uid: 19736 components: - type: Transform - pos: 84.5,73.5 + pos: -25.5,68.5 parent: 2 - - uid: 31626 + - uid: 19737 components: - type: Transform - pos: 85.5,72.5 + pos: -23.5,68.5 parent: 2 - - uid: 31627 + - uid: 19791 components: - type: Transform - pos: 85.5,71.5 + pos: -17.5,55.5 parent: 2 - - uid: 31628 + - uid: 19792 components: - type: Transform - pos: 85.5,70.5 + pos: -17.5,56.5 parent: 2 - - uid: 31718 + - uid: 19793 components: - type: Transform - pos: -22.5,-45.5 + pos: -17.5,54.5 parent: 2 - - uid: 31719 + - uid: 19794 components: - type: Transform - pos: -23.5,-45.5 + pos: -27.5,68.5 parent: 2 - - uid: 31720 + - uid: 19795 components: - type: Transform - pos: -24.5,-45.5 + pos: -37.5,68.5 parent: 2 - - uid: 31721 + - uid: 19796 components: - type: Transform - pos: -25.5,-45.5 + pos: -38.5,68.5 parent: 2 - - uid: 31722 + - uid: 19797 components: - type: Transform - pos: -26.5,-45.5 + pos: -39.5,68.5 parent: 2 - - uid: 31723 + - uid: 19798 components: - type: Transform - pos: -27.5,-45.5 + pos: -45.5,66.5 parent: 2 - - uid: 33715 + - uid: 19800 components: - type: Transform - pos: -7.5,-8.5 + pos: -36.5,68.5 parent: 2 - - uid: 33716 + - uid: 19803 components: - type: Transform - pos: -11.5,-6.5 + pos: -45.5,65.5 parent: 2 - - uid: 34035 + - uid: 19804 components: - type: Transform - pos: -38.5,-9.5 + pos: -45.5,64.5 parent: 2 - - uid: 34709 + - uid: 19805 components: - type: Transform - pos: -58.5,54.5 + pos: -35.5,68.5 parent: 2 - - uid: 35755 + - uid: 19806 components: - type: Transform - pos: -103.5,-27.5 + pos: -45.5,67.5 parent: 2 - - uid: 35756 + - uid: 19808 components: - type: Transform - pos: -102.5,-27.5 + pos: -17.5,57.5 parent: 2 - - uid: 35757 + - uid: 22156 components: - type: Transform - pos: -101.5,-27.5 + rot: -1.5707963267948966 rad + pos: 70.5,17.5 parent: 2 - - uid: 36082 + - uid: 22283 components: - type: Transform - pos: -37.5,-9.5 + pos: 4.5,62.5 parent: 2 - - uid: 36466 + - uid: 22285 components: - type: Transform - pos: -7.5,-7.5 + pos: 4.5,58.5 parent: 2 -- proto: RemoteSignaller - entities: - - uid: 19332 + - uid: 22625 components: - type: Transform - pos: -54.21658,49.407204 + pos: 29.5,44.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 25782: - - Pressed: Trigger - - uid: 29772 + - uid: 22668 components: - type: Transform - pos: 86.6962,58.53138 + pos: -9.5,33.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29746: - - Pressed: Toggle - 29749: - - Pressed: Toggle - 29748: - - Pressed: Toggle - - uid: 29775 + - uid: 22679 components: - type: Transform - pos: 86.72745,61.84388 + pos: -9.5,34.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29768: - - Pressed: Toggle - - uid: 31177 + - uid: 23785 components: - type: Transform - pos: -72.59818,0.7386229 + pos: -61.5,50.5 parent: 2 - - uid: 35713 + - uid: 23786 components: - - type: MetaData - name: igniter remote 2 - type: Transform - pos: -37.270546,37.394592 + pos: -61.5,51.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 35711: - - Pressed: Trigger - - uid: 35714 + - uid: 25225 components: - - type: MetaData - name: igniter remote 1 - type: Transform - pos: -37.27836,37.73053 + pos: -60.5,47.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 35712: - - Pressed: Trigger -- proto: ResearchAndDevelopmentServer - entities: - - uid: 4008 + - uid: 25309 components: - type: Transform - pos: 41.5,28.5 + pos: -18.5,43.5 parent: 2 -- proto: ReverseEngineeringMachine - entities: - - uid: 30669 + - uid: 26359 components: - type: Transform - pos: 32.5,27.5 + pos: -33.5,36.5 parent: 2 -- proto: RevolverCapGun - entities: - - uid: 30515 + - uid: 26618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.33749866,66.66399 + pos: -61.5,49.5 parent: 2 -- proto: RightArmSkeleton - entities: - - uid: 33564 + - uid: 27846 components: - type: Transform - pos: 91.12259,27.50425 + pos: -61.5,48.5 parent: 2 -- proto: RightFootSkeleton - entities: - - uid: 33562 + - uid: 27972 components: - type: Transform - pos: 91.57869,26.597147 + pos: -18.5,46.5 parent: 2 -- proto: RightHandSkeleton - entities: - - uid: 33561 + - uid: 28140 components: - type: Transform - pos: 91.15384,27.4105 + pos: -58.5,47.5 parent: 2 -- proto: RightLegSkeleton - entities: - - uid: 33563 + - uid: 28141 components: - type: Transform - pos: 91.625565,26.628397 + pos: -57.5,47.5 parent: 2 -- proto: RiotBulletShield - entities: - - uid: 5116 + - uid: 28239 components: - type: Transform - pos: -21.559855,48.603073 + pos: -56.5,47.5 parent: 2 - - type: Blocking - blockingToggleActionEntity: 28912 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 28912 - - uid: 15524 + - uid: 28709 components: - type: Transform - pos: -21.372355,48.415573 + pos: -55.5,51.5 parent: 2 - - type: Blocking - blockingToggleActionEntity: 28913 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 28913 -- proto: RiotShield - entities: - - uid: 16523 + - uid: 28710 components: - type: Transform - pos: -20.682251,45.644035 + pos: -55.5,50.5 parent: 2 - - uid: 16524 + - uid: 28711 components: - type: Transform - pos: -20.229126,45.59716 + pos: -55.5,49.5 parent: 2 -- proto: Roboisseur - entities: - - uid: 26694 + - uid: 28712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-16.5 + pos: -55.5,48.5 parent: 2 -- proto: RollerBed - entities: - - uid: 2064 + - uid: 30674 components: - type: Transform - pos: -3.4424314,-2.3650932 + pos: 15.5,65.5 parent: 2 - - uid: 2065 + - uid: 31071 components: - type: Transform - pos: -2.4229002,-2.3885307 + pos: 6.5,68.5 parent: 2 -- proto: SalvageMagnet - entities: - - uid: 8359 + - uid: 31072 components: - type: Transform - pos: -19.5,-48.5 + pos: 12.5,68.5 parent: 2 -- proto: SalvageMagnetMachineCircuitboard - entities: - - uid: 35822 + - uid: 31079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.27992,27.769905 + pos: 9.5,69.5 parent: 2 -- proto: Saw - entities: - - uid: 2120 + - uid: 31112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.324295,9.645422 + pos: 10.5,69.5 parent: 2 - - uid: 3993 + - uid: 31219 components: - type: Transform - pos: 61.397247,56.450893 + pos: -94.5,55.5 parent: 2 -- proto: Screen - entities: - - uid: 1834 + - uid: 31222 components: - type: Transform - pos: -0.5,8.5 + pos: -96.5,55.5 parent: 2 - - uid: 6292 + - uid: 31223 components: - type: Transform - pos: -6.5,57.5 + pos: -112.5,41.5 parent: 2 - - uid: 16657 + - uid: 32215 components: - type: Transform - pos: -3.5,72.5 + pos: -96.5,56.5 parent: 2 - - uid: 25088 + - uid: 32216 components: - type: Transform - pos: -12.5,-22.5 + pos: -95.5,56.5 parent: 2 - - uid: 25096 + - uid: 32217 components: - type: Transform - pos: 7.5,-49.5 + pos: -94.5,56.5 parent: 2 - - uid: 25187 + - uid: 32218 components: - type: Transform - pos: -4.5,-49.5 + pos: -94.5,46.5 parent: 2 - - uid: 25418 + - uid: 32219 components: - type: Transform - pos: 8.5,47.5 + pos: -94.5,47.5 parent: 2 - - uid: 26879 + - uid: 32220 components: - type: Transform - pos: -0.5,24.5 + pos: -95.5,46.5 parent: 2 - - uid: 27110 + - uid: 32221 components: - type: Transform - pos: -27.5,27.5 + pos: -95.5,47.5 parent: 2 - - uid: 36405 + - uid: 32222 components: - type: Transform - pos: -15.5,18.5 + pos: -96.5,46.5 parent: 2 -- proto: Screwdriver - entities: - - uid: 28027 + - uid: 32223 components: - type: Transform - pos: -68.461975,33.55795 + pos: -96.5,47.5 parent: 2 - - uid: 30745 + - uid: 32246 components: - type: Transform - pos: 5.529853,64.83037 + pos: -111.5,41.5 parent: 2 -- proto: SecBreachingHammer - entities: - - uid: 16541 + - uid: 32249 components: - type: Transform - pos: -20.617142,48.735115 + pos: -122.5,52.5 parent: 2 - - uid: 16556 + - uid: 32250 components: - type: Transform - pos: -20.406204,48.56324 + pos: -122.5,51.5 parent: 2 -- proto: SecurityTechFab - entities: - - uid: 28918 + - uid: 32251 components: - type: Transform - pos: -28.5,45.5 + pos: -122.5,50.5 parent: 2 -- proto: SeedExtractor - entities: - - uid: 6626 + - uid: 32256 components: - type: Transform - pos: -30.5,62.5 + pos: -111.5,61.5 parent: 2 - - uid: 7420 + - uid: 32257 components: - type: Transform - pos: -55.5,2.5 + pos: -112.5,61.5 parent: 2 -- proto: SeedExtractorMachineCircuitboard - entities: - - uid: 35823 + - uid: 32258 components: - type: Transform - pos: -48.736313,27.502619 + pos: -113.5,61.5 parent: 2 -- proto: ShardGlass - entities: - - uid: 7008 + - uid: 33718 components: - type: Transform - pos: -30.115973,-32.023853 + pos: -58.5,14.5 parent: 2 - - uid: 7058 + - uid: 33720 components: - type: Transform - pos: -29.29566,-32.24651 + pos: -57.5,14.5 parent: 2 - - uid: 7059 + - uid: 33725 components: - type: Transform - pos: -26.237066,-35.855885 + pos: -35.5,47.5 parent: 2 - - uid: 7060 + - uid: 33726 components: - type: Transform - pos: -26.647223,-36.27776 + pos: -59.5,14.5 parent: 2 - - uid: 7061 + - uid: 33727 components: - type: Transform - pos: -24.303473,-37.68401 + pos: -57.5,10.5 parent: 2 - - uid: 7062 + - uid: 34979 components: - type: Transform - pos: -31.686287,-37.625416 + pos: -59.5,10.5 parent: 2 - - uid: 7063 + - uid: 36115 components: - type: Transform - pos: -33.17457,-31.519947 + pos: -20.5,46.5 parent: 2 - - uid: 7064 + - uid: 36116 components: - type: Transform - pos: -31.381598,-31.144947 + pos: -19.5,46.5 parent: 2 - - uid: 7065 + - uid: 36468 components: - type: Transform - pos: -31.451912,-30.74651 + pos: -58.5,10.5 parent: 2 - - uid: 7066 +- proto: ReinforcedPlasmaWindowDiagonal + entities: + - uid: 22539 components: - type: Transform - pos: -32.295662,-35.480885 + rot: -1.5707963267948966 rad + pos: 12.5,69.5 parent: 2 -- proto: SheetGlass + - uid: 22540 + components: + - type: Transform + pos: 6.5,69.5 + parent: 2 +- proto: ReinforcedUraniumWindow entities: - - uid: 1389 + - uid: 4144 components: - type: Transform - pos: 36.006603,5.6036973 + pos: 55.5,9.5 parent: 2 - - uid: 4951 + - uid: 4582 components: - type: Transform - pos: 30.433826,30.65002 + pos: 59.5,25.5 parent: 2 - - uid: 5311 + - uid: 4611 components: - type: Transform - pos: 44.379402,44.823036 + pos: 59.5,9.5 parent: 2 - - uid: 6913 + - uid: 4612 components: - type: Transform - pos: -13.36253,-41.474854 + pos: 63.5,25.5 parent: 2 - - uid: 6925 + - uid: 5371 components: - type: Transform - pos: -20.52983,-31.376986 + pos: 58.5,58.5 parent: 2 - - uid: 8451 + - uid: 5372 components: - type: Transform - pos: -73.28862,2.7093756 + pos: 59.5,58.5 parent: 2 - - uid: 9015 + - uid: 19992 components: - type: Transform - pos: -50.44946,18.655876 + rot: -1.5707963267948966 rad + pos: 70.5,18.5 parent: 2 - - uid: 10412 + - uid: 24679 components: - type: Transform - pos: -85.91199,-39.42282 + rot: -1.5707963267948966 rad + pos: 70.5,14.5 parent: 2 - - uid: 13590 + - uid: 24702 components: - type: Transform - pos: 58.532253,-37.261665 + rot: -1.5707963267948966 rad + pos: 70.5,15.5 parent: 2 - - uid: 16505 +- proto: ReinforcedWindow + entities: + - uid: 430 components: - type: Transform - pos: -28.270676,46.46827 + rot: -1.5707963267948966 rad + pos: 70.5,19.5 parent: 2 - - uid: 35085 + - uid: 738 components: - type: Transform - pos: 54.89757,-80.004364 + pos: -7.5,-43.5 parent: 2 - - uid: 35468 + - uid: 812 components: - type: Transform - pos: -73.41983,60.849834 + pos: -30.5,-39.5 parent: 2 -- proto: SheetPlasma - entities: - - uid: 2032 + - uid: 1090 components: - type: Transform - pos: 28.603968,-2.4135215 + pos: -26.5,-39.5 parent: 2 - - uid: 5263 + - uid: 1096 components: - type: Transform - pos: 50.537777,38.797115 + pos: -32.5,-39.5 parent: 2 - - uid: 9590 + - uid: 1099 components: - type: Transform - pos: -64.47119,28.656868 + pos: -27.5,-39.5 parent: 2 -- proto: SheetPlasteel - entities: - - uid: 9587 + - uid: 1100 components: - type: Transform - pos: -50.54839,16.646076 + pos: -31.5,-39.5 parent: 2 -- proto: SheetPlastic - entities: - - uid: 1390 + - uid: 1141 components: - type: Transform - pos: 36.463634,5.709166 + rot: 3.141592653589793 rad + pos: -107.5,26.5 parent: 2 - - uid: 5264 + - uid: 1148 components: - type: Transform - pos: 31.371326,30.566689 + pos: -108.5,6.5 parent: 2 - - uid: 5310 + - uid: 1154 components: - type: Transform - pos: 44.473152,44.834755 + rot: -1.5707963267948966 rad + pos: -82.5,-15.5 parent: 2 - - uid: 6926 + - uid: 1180 components: - type: Transform - pos: -20.273832,-31.411205 + rot: -1.5707963267948966 rad + pos: -86.5,32.5 parent: 2 - - uid: 8453 + - uid: 1192 components: - type: Transform - pos: -73.455284,2.5843756 + rot: -1.5707963267948966 rad + pos: -108.5,7.5 parent: 2 - - uid: 9016 + - uid: 1198 components: - type: Transform - pos: -51.44946,16.640251 + rot: -1.5707963267948966 rad + pos: -108.5,8.5 parent: 2 - - uid: 16506 + - uid: 1200 components: - type: Transform - pos: -28.583176,46.496048 + rot: -1.5707963267948966 rad + pos: -108.5,9.5 parent: 2 -- proto: SheetSteel - entities: - - uid: 1388 + - uid: 1762 components: - type: Transform - pos: 35.48536,5.67401 + pos: -44.5,-3.5 parent: 2 - - uid: 1610 + - uid: 1892 components: - type: Transform - pos: -73.63237,2.4802089 + pos: 8.5,26.5 parent: 2 - - uid: 3843 + - uid: 1920 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.565186,37.67611 + pos: 3.5,29.5 parent: 2 - - uid: 5265 + - uid: 1921 components: - type: Transform - pos: 31.497849,30.621187 + pos: 3.5,28.5 parent: 2 - - uid: 5309 + - uid: 1922 components: - type: Transform - pos: 44.356327,44.74312 + pos: 9.5,26.5 parent: 2 - - uid: 6912 + - uid: 1924 components: - type: Transform - pos: -13.64378,-41.474854 + pos: 3.5,27.5 parent: 2 - - uid: 6924 + - uid: 1943 components: - type: Transform - pos: -20.711332,-31.379955 + pos: 3.5,30.5 parent: 2 - - uid: 9013 + - uid: 1987 components: - type: Transform - pos: -51.402584,18.687126 + pos: 19.5,22.5 parent: 2 - - uid: 9287 + - uid: 1990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.377686,37.58236 + pos: 20.5,22.5 parent: 2 - - uid: 16504 + - uid: 2387 components: - type: Transform - pos: -28.534563,46.746048 + pos: -99.5,-14.5 parent: 2 -- proto: SheetSteel1 - entities: - - uid: 7075 + - uid: 2393 components: - type: Transform - pos: -31.99926,-30.394829 + pos: -11.5,-43.5 parent: 2 - - uid: 7076 + - uid: 2394 components: - type: Transform - pos: -31.753166,-30.57061 + pos: -12.5,-43.5 parent: 2 - - uid: 7077 + - uid: 2395 components: - type: Transform - pos: -31.917229,-30.676079 + pos: -10.5,-43.5 parent: 2 - - uid: 7078 + - uid: 2457 components: - type: Transform - pos: -29.948477,-37.355766 + pos: -1.5,-46.5 parent: 2 - - uid: 7079 + - uid: 2468 components: - type: Transform - pos: -30.135977,-37.648735 + pos: -1.5,-48.5 parent: 2 - - uid: 7080 + - uid: 2575 components: - type: Transform - pos: -25.51879,-35.63311 + pos: -1.5,-45.5 parent: 2 -- proto: SheetUranium - entities: - - uid: 9591 + - uid: 2616 components: - type: Transform - pos: -58.44775,28.5514 + pos: 22.5,47.5 parent: 2 -- proto: ShowcaseRobot - entities: - - uid: 22664 + - uid: 2621 components: - type: Transform - pos: -17.5,24.5 + pos: 4.5,53.5 parent: 2 -- proto: ShuttersNormalOpen - entities: - - uid: 352 + - uid: 2632 components: - type: Transform - pos: -26.5,38.5 + pos: -4.5,-53.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 1884 + - uid: 2633 components: - type: Transform - pos: 8.5,26.5 + pos: -6.5,-53.5 parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1928 + - uid: 2637 components: - type: Transform - pos: 9.5,26.5 + pos: -8.5,-53.5 parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1931 + - uid: 2649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,28.5 + pos: 4.5,54.5 parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1932 + - uid: 2680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,29.5 + pos: 4.5,55.5 parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1944 + - uid: 2776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,30.5 + pos: 12.5,56.5 parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1945 + - uid: 2786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,27.5 + pos: 76.5,-22.5 parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 6075 + - uid: 2799 components: - type: Transform - pos: 19.5,22.5 + pos: -28.5,31.5 parent: 2 - - uid: 6076 + - uid: 2800 components: - type: Transform - pos: 20.5,22.5 + pos: -26.5,32.5 parent: 2 - - uid: 17788 + - uid: 2801 components: - type: Transform - pos: 11.5,26.5 + pos: -28.5,32.5 parent: 2 - - type: DeviceLinkSink - links: - - 17790 - - uid: 26844 + - uid: 2802 components: - type: Transform - pos: -33.5,36.5 + pos: -26.5,31.5 parent: 2 - - type: DeviceLinkSink - links: - - 27089 - - uid: 28719 + - uid: 2804 components: - type: Transform - pos: -25.5,38.5 + pos: -24.5,31.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28720 + - uid: 2805 components: - type: Transform - pos: -24.5,38.5 + pos: -24.5,32.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28721 + - uid: 2956 components: - type: Transform - pos: -22.5,38.5 + pos: -98.5,-12.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28722 + - uid: 3028 components: - type: Transform - pos: -21.5,38.5 + pos: 15.5,35.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28723 + - uid: 3032 components: - type: Transform - pos: -20.5,38.5 + pos: 15.5,36.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 29748 + - uid: 3034 components: - type: Transform - pos: 82.5,57.5 + pos: 8.5,35.5 parent: 2 - - type: DeviceLinkSink - links: - - 29750 - - 29772 - - uid: 29749 + - uid: 3036 components: - type: Transform - pos: 83.5,57.5 + pos: 8.5,36.5 parent: 2 - - type: DeviceLinkSink - links: - - 29750 - - 29772 - - uid: 36478 + - uid: 3163 components: - type: Transform - pos: -59.5,10.5 + pos: -39.5,-9.5 parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36479 + - uid: 3170 components: - type: Transform - pos: -58.5,10.5 + pos: 14.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36480 + - uid: 3173 components: - type: Transform - pos: -57.5,10.5 + pos: 15.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36481 + - uid: 3174 components: - type: Transform - pos: -59.5,14.5 + pos: 19.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36482 + - uid: 3175 components: - type: Transform - pos: -58.5,14.5 + pos: 17.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36483 + - uid: 3176 components: - type: Transform - pos: -57.5,14.5 + pos: 20.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36486 + - uid: 3179 components: - type: Transform - pos: -11.5,-6.5 + pos: 21.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36485 - - uid: 36487 + - uid: 3195 components: - type: Transform - pos: -7.5,-8.5 + pos: 18.5,-37.5 parent: 2 - - type: DeviceLinkSink - links: - - 36485 - - uid: 36488 + - uid: 3219 components: - type: Transform - pos: -7.5,-7.5 + pos: -1.5,-47.5 parent: 2 - - type: DeviceLinkSink - links: - - 36485 -- proto: ShuttersRadiationOpen - entities: - - uid: 18589 + - uid: 3227 components: - type: Transform - pos: -102.5,52.5 + pos: 4.5,-45.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18590 + - uid: 3228 components: - type: Transform - pos: -102.5,51.5 + pos: 4.5,-46.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18591 + - uid: 3229 components: - type: Transform - pos: -102.5,49.5 + pos: 4.5,-47.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18592 + - uid: 3231 components: - type: Transform - pos: -102.5,50.5 + pos: 5.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18593 + - uid: 3232 components: - type: Transform - pos: -102.5,53.5 + pos: 6.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18666 + - uid: 3233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,53.5 + pos: 7.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18667 + - uid: 3235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,52.5 + pos: -2.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18668 + - uid: 3236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,51.5 + pos: -3.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18669 + - uid: 3237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,50.5 + pos: -4.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18670 + - uid: 3238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,49.5 + pos: 8.5,-43.5 parent: 2 - - type: DeviceLinkSink - links: - - 18779 -- proto: ShuttersWindowOpen - entities: - - uid: 28724 + - uid: 3239 components: - type: Transform - pos: -23.5,38.5 + pos: 8.5,-42.5 parent: 2 - - type: DeviceLinkSink - links: - - 438 -- proto: shuttle_manipulator - entities: - - uid: 4624 + - uid: 3240 components: - type: Transform - pos: 18.5,38.5 + pos: 8.5,-41.5 parent: 2 -- proto: SignalButton - entities: - - uid: 2512 + - uid: 3241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,51.5 + pos: 8.5,-40.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9257: - - Pressed: Toggle - - uid: 8421 + - uid: 3329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-16.5 + pos: 16.5,-37.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7951: - - Pressed: Toggle - 7950: - - Pressed: Toggle - 1745: - - Pressed: Toggle - - uid: 8422 + - uid: 3337 components: - type: Transform - pos: -86.5,-18.5 + pos: -42.5,-45.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7693: - - Pressed: Toggle - 7869: - - Pressed: Toggle - 7809: - - Pressed: Toggle - - uid: 8423 + - uid: 3353 components: - type: Transform - pos: -109.5,10.5 + pos: 4.5,-48.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7772: - - Pressed: Toggle - 7952: - - Pressed: Toggle - 8619: - - Pressed: Toggle - - uid: 8424 + - uid: 3477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,10.5 + pos: 33.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7657: - - Pressed: Toggle - 7662: - - Pressed: Toggle - 7767: - - Pressed: Toggle - - uid: 8425 + - uid: 3478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,35.5 + pos: 35.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8244: - - Pressed: Toggle - 8245: - - Pressed: Toggle - 8243: - - Pressed: Toggle - - uid: 8426 + - uid: 3479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,33.5 + pos: 34.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7810: - - Pressed: Toggle - 7953: - - Pressed: Toggle - 7845: - - Pressed: Toggle - - uid: 8740 + - uid: 3480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,57.5 + pos: 37.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4222: - - Pressed: Toggle - 4191: - - Pressed: Toggle - 4201: - - Pressed: Toggle - - uid: 8974 + - uid: 3481 components: - - type: MetaData - desc: Allows patients to leave without having medical access. - name: exit button - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 + pos: 36.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22823: - - Pressed: Toggle - 22822: - - Pressed: Toggle - - uid: 9098 + - uid: 3483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,57.5 + pos: 38.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4196: - - Pressed: Toggle - 4187: - - Pressed: Toggle - 1523: - - Pressed: Toggle - - uid: 9223 + - uid: 3530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,51.5 + pos: 29.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9253: - - Pressed: Toggle - - uid: 12929 + - uid: 3532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,50.5 + pos: 31.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4222: - - Pressed: Toggle - 4191: - - Pressed: Toggle - 4201: - - Pressed: Toggle - - uid: 12930 + - uid: 3533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,50.5 + pos: 30.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4187: - - Pressed: Toggle - 4196: - - Pressed: Toggle - 1523: - - Pressed: Toggle - - uid: 15119 + - uid: 3534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,48.5 + pos: 32.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15096: - - Pressed: Toggle - 15097: - - Pressed: Toggle - 15123: - - Pressed: Toggle - 15075: - - Pressed: Toggle - - uid: 15127 + - uid: 3627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,51.5 + pos: 12.5,55.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15048: - - Pressed: Toggle - 15047: - - Pressed: Toggle - 15064: - - Pressed: Toggle - 15063: - - Pressed: Toggle - 15062: - - Pressed: Toggle - 15061: - - Pressed: Toggle - 15060: - - Pressed: Toggle - 15057: - - Pressed: Toggle - 15058: - - Pressed: Toggle - 15059: - - Pressed: Toggle - 15065: - - Pressed: Toggle - 15066: - - Pressed: Toggle - 15067: - - Pressed: Toggle - 15068: - - Pressed: Toggle - 15069: - - Pressed: Toggle - 15070: - - Pressed: Toggle - 15071: - - Pressed: Toggle - 15072: - - Pressed: Toggle - - uid: 17789 + - uid: 3669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,28.5 + pos: -50.5,33.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1944: - - Pressed: Toggle - 1932: - - Pressed: Toggle - 1931: - - Pressed: Toggle - 1945: - - Pressed: Toggle - 1884: - - Pressed: Toggle - 1928: - - Pressed: Toggle - - uid: 17790 + - uid: 3695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,28.5 + pos: -46.5,36.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 17788: - - Pressed: Toggle - - uid: 17791 + - uid: 3697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,40.5 + pos: -47.5,36.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15083: - - Pressed: Toggle - 15082: - - Pressed: Toggle - 15081: - - Pressed: Toggle - 15080: - - Pressed: Toggle - 15078: - - Pressed: Toggle - 15079: - - Pressed: Toggle - - uid: 17792 + - uid: 3983 components: - type: Transform - pos: 28.5,40.5 + pos: -35.5,5.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15090: - - Pressed: Toggle - 15089: - - Pressed: Toggle - 15084: - - Pressed: Toggle - 15085: - - Pressed: Toggle - 15086: - - Pressed: Toggle - 15087: - - Pressed: Toggle - 15088: - - Pressed: Toggle - - uid: 17793 + - uid: 4005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,44.5 + pos: -37.5,5.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15093: - - Pressed: Toggle - 14111: - - Pressed: Toggle - 15094: - - Pressed: Toggle - 15097: - - Pressed: Toggle - 15096: - - Pressed: Toggle - 15091: - - Pressed: Toggle - 15092: - - Pressed: Toggle - - uid: 18779 + - uid: 4600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -102.5,48.5 + pos: 61.5,25.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 18591: - - Pressed: Toggle - 18592: - - Pressed: Toggle - 18590: - - Pressed: Toggle - 18589: - - Pressed: Toggle - 18593: - - Pressed: Toggle - 18666: - - Pressed: Toggle - 18667: - - Pressed: Toggle - 18668: - - Pressed: Toggle - 18669: - - Pressed: Toggle - 18670: - - Pressed: Toggle - - uid: 19389 + - uid: 4601 components: - type: Transform - pos: -27.5,43.5 + pos: 65.5,9.5 parent: 2 - - uid: 19938 + - uid: 4602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,52.5 + pos: 57.5,9.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15051: - - Pressed: Toggle - 15050: - - Pressed: Toggle - 15049: - - Pressed: Toggle - 15042: - - Pressed: Toggle - 15044: - - Pressed: Toggle - 15043: - - Pressed: Toggle - 15045: - - Pressed: Toggle - 15055: - - Pressed: Toggle - 15056: - - Pressed: Toggle - - uid: 22559 + - uid: 4610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,-5.5 + pos: 57.5,25.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1375: - - Pressed: Toggle - 1374: - - Pressed: Toggle - 1419: - - Pressed: Toggle - - uid: 22560 + - uid: 4613 components: - type: Transform - pos: -109.5,-5.5 + pos: 65.5,25.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3891: - - Pressed: Toggle - 4209: - - Pressed: Toggle - 4141: - - Pressed: Toggle - - uid: 22561 + - uid: 5064 components: - type: Transform - pos: -109.5,26.5 + pos: 58.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9484: - - Pressed: Toggle - 1746: - - Pressed: Toggle - 9485: - - Pressed: Toggle - - uid: 22562 + - uid: 5065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -111.5,26.5 + pos: 59.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 13266: - - Pressed: Toggle - 9211: - - Pressed: Toggle - 14176: - - Pressed: Toggle - - uid: 35837 + - uid: 5066 components: - - type: MetaData - desc: Allows patients to leave without having medical access. - name: exit button - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,8.5 + pos: 60.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22816: - - Pressed: Toggle - 22817: - - Pressed: Toggle - 22818: - - Pressed: Toggle -- proto: SignalButtonDirectional - entities: - - uid: 438 + - uid: 5067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,39.5 + pos: 61.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 352: - - Pressed: Toggle - 28719: - - Pressed: Toggle - 28720: - - Pressed: Toggle - 28724: - - Pressed: Toggle - 28721: - - Pressed: Toggle - 28722: - - Pressed: Toggle - 28723: - - Pressed: Toggle - - uid: 22295 + - uid: 5068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,59.5 + pos: 62.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22293: - - Pressed: Toggle - 22287: - - Pressed: Toggle - - uid: 25537 + - uid: 5069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,4.5 + pos: 63.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9521: - - Pressed: Toggle - 25517: - - Pressed: Toggle - - uid: 26827 + - uid: 5071 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-0.5 + pos: 66.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 24343: - - Pressed: Toggle - - uid: 26832 + - uid: 5072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,25.5 + pos: 67.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 24317: - - Pressed: Toggle - - uid: 28714 + - uid: 5073 components: - type: Transform - pos: -55.5,47.5 + pos: 68.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29636: - - Pressed: Toggle - 29390: - - Pressed: Toggle - 31417: - - Pressed: Toggle - 23712: - - Pressed: Toggle - 31446: - - Pressed: Toggle - - uid: 30596 + - uid: 5074 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,27.5 + pos: 69.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1566: - - Pressed: Toggle - - uid: 30673 + - uid: 5075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-18.5 + pos: 70.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 30654: - - Pressed: Toggle - - uid: 30933 + - uid: 5076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,11.5 + pos: 71.5,1.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 30932: - - Pressed: Toggle - - uid: 31151 + - uid: 5270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,41.5 + pos: 18.5,60.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29623: - - Pressed: Toggle - - uid: 36484 + - uid: 5711 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,11.5 + pos: -107.5,-7.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 36480: - - Pressed: Toggle - 36479: - - Pressed: Toggle - 36478: - - Pressed: Toggle - 36483: - - Pressed: Toggle - 36482: - - Pressed: Toggle - 36481: - - Pressed: Toggle - - uid: 36485 + - uid: 5714 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-9.5 + pos: -107.5,-9.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 36487: - - Pressed: Toggle - 36488: - - Pressed: Toggle - 36486: - - Pressed: Toggle -- proto: SignalSwitchDirectional - entities: - - uid: 170 + - uid: 5724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-45.5 + rot: -1.5707963267948966 rad + pos: -107.5,-8.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6721: - - On: Forward - - Off: Off - 6668: - - On: Forward - - Off: Off - 6845: - - On: Forward - - Off: Off - 6576: - - Off: Off - - On: Forward - 6918: - - On: Forward - - Off: Off - 9845: - - On: Forward - - Off: Off - 6616: - - On: Forward - - Off: Off - 8601: - - On: Forward - - Off: Off - 6932: - - On: Forward - - Off: Off - 10342: - - On: Forward - - Off: Off - 9035: - - On: Forward - - Off: Off - 6923: - - On: Forward - - Off: Off - 760: - - On: Forward - - Off: Off - - uid: 6779 + - uid: 5822 components: - type: Transform - pos: -28.5,-39.5 + pos: 3.5,-53.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6744: - - On: Forward - - Off: Off - 6745: - - On: Forward - - Off: Off - 6757: - - On: Forward - - Off: Off - 6772: - - On: Forward - - Off: Off - 6743: - - On: Forward - - Off: Off - 6746: - - On: Forward - - Off: Off - 6750: - - On: Forward - - Off: Off - 6758: - - On: Forward - - Off: Off - 6756: - - On: Forward - - Off: Off - 6684: - - On: Forward - - Off: Off - 6685: - - On: Forward - - Off: Off - 6686: - - On: Forward - - Off: Off - 6687: - - On: Forward - - Off: Off - 10646: - - On: Forward - - Off: Off - 10621: - - On: Forward - - Off: Off - 10627: - - On: Forward - - Off: Off - 10647: - - On: Forward - - Off: Off - 29980: - - On: Forward - - Off: Off - 6782: - - On: Forward - - Off: Off - 6783: - - On: Forward - - Off: Off - 31776: - - On: Forward - - Off: Off - 31777: - - On: Forward - - Off: Off - 31778: - - On: Forward - - Off: Off - 31779: - - On: Forward - - Off: Off - 31780: - - On: Forward - - Off: Off - 6963: - - On: Forward - - Off: Off - 10624: - - On: Forward - - Off: Off - 10622: - - On: Forward - - Off: Off - 8181: - - On: Forward - - Off: Off - 6961: - - On: Forward - - Off: Off - 27957: - - Off: Off - - On: Forward - 6727: - - On: Forward - - Off: Off - 6755: - - Off: Off - - On: Forward - 436: - - On: Forward - - Off: Off - 6749: - - On: Forward - - Off: Off - 5414: - - On: Forward - - Off: Off - 6710: - - On: Forward - - Off: Off - 6669: - - On: Forward - - Off: Off - 6621: - - On: Forward - - Off: Off - 11850: - - On: Forward - - Off: Off - 31688: - - On: Forward - - Off: Off - 31689: - - On: Forward - - Off: Off - 6753: - - On: Forward - - Off: Off - 6748: - - On: Forward - - Off: Off - 6752: - - On: Forward - - Off: Off - 5429: - - On: Forward - - Off: Off - 3542: - - On: Forward - - Off: Off - 6714: - - On: Forward - - Off: Off - 11853: - - On: Forward - - Off: Off - - uid: 23220 + - uid: 5823 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + pos: 1.5,-54.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + pos: 1.5,-55.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: 1.5,-56.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: -0.5,-54.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: -0.5,-55.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + pos: -0.5,-56.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + pos: 11.5,-54.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + pos: -46.5,32.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + pos: -48.5,36.5 + parent: 2 + - uid: 5997 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: 81.5,-0.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: 81.5,-2.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 81.5,-4.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: 81.5,-6.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + pos: 78.5,-16.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: 79.5,-16.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: 80.5,-16.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 81.5,-16.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + pos: 78.5,-19.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: 78.5,-20.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: 78.5,-21.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: 79.5,-14.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: 80.5,-14.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: 80.5,-18.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: 79.5,-18.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: 75.5,-22.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: 74.5,-22.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + pos: -40.5,-45.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + pos: -47.5,32.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: -44.5,1.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -41.5,-39.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 7195 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -107.5,-4.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -107.5,-5.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -107.5,-6.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -107.5,21.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + pos: -43.5,-37.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 7281 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: -43.5,5.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: -43.5,4.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + pos: 47.5,12.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + pos: 47.5,11.5 + parent: 2 + - uid: 7354 + components: + - type: Transform + pos: 47.5,10.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: 47.5,5.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: 47.5,4.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 7362 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - uid: 7364 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + pos: 41.5,-15.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: -77.5,26.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: -91.5,-8.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: -91.5,-9.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: -91.5,-10.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + pos: -90.5,-11.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: -90.5,-12.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: -89.5,-13.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: -88.5,-14.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: -87.5,-14.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: -81.5,-14.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: -80.5,-14.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: -79.5,-13.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: -78.5,-12.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: -78.5,-11.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: -77.5,-10.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + pos: -77.5,-9.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + pos: -98.5,-4.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: -98.5,-2.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: -98.5,-7.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + pos: -86.5,0.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: -86.5,1.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: -86.5,2.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: -86.5,3.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: -86.5,13.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: -86.5,14.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: -86.5,15.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: -86.5,16.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: -82.5,16.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: -82.5,15.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: -82.5,14.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: -82.5,13.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: -102.5,15.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + pos: -103.5,15.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: -105.5,14.5 + parent: 2 + - uid: 7980 + components: + - type: Transform + pos: -107.5,12.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: -107.5,11.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: -107.5,5.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: -107.5,4.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -106.5,3.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: -105.5,2.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: -104.5,2.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: -103.5,1.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: -102.5,1.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + pos: -80.5,31.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: -81.5,31.5 + parent: 2 + - uid: 8009 + components: + - type: Transform + pos: -78.5,29.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + pos: -79.5,30.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + pos: -78.5,28.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + pos: -77.5,27.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: -87.5,31.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + pos: -88.5,31.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: -91.5,25.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: -91.5,27.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + pos: -91.5,26.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: -90.5,28.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: -90.5,29.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: -89.5,30.5 + parent: 2 + - uid: 8087 + components: + - type: Transform + pos: -99.5,11.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + pos: -99.5,10.5 + parent: 2 + - uid: 8089 + components: + - type: Transform + pos: -99.5,9.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + pos: -99.5,8.5 + parent: 2 + - uid: 8091 + components: + - type: Transform + pos: -99.5,7.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + pos: -99.5,6.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + pos: -99.5,5.5 + parent: 2 + - uid: 8094 + components: + - type: Transform + pos: -99.5,4.5 + parent: 2 + - uid: 8095 + components: + - type: Transform + pos: -99.5,3.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + pos: -89.5,23.5 + parent: 2 + - uid: 8099 + components: + - type: Transform + pos: -88.5,23.5 + parent: 2 + - uid: 8100 + components: + - type: Transform + pos: -87.5,23.5 + parent: 2 + - uid: 8101 + components: + - type: Transform + pos: -86.5,23.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + pos: -84.5,23.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + pos: -81.5,23.5 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: -80.5,23.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: -79.5,23.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: -89.5,-6.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: -88.5,-6.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: -87.5,-6.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: -86.5,-6.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: -85.5,-6.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: -84.5,-6.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: -83.5,-6.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: -82.5,-6.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: -81.5,-6.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + pos: -80.5,-6.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: -79.5,-6.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: -98.5,-3.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 8432 + components: + - type: Transform + pos: -74.5,16.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: -74.5,15.5 + parent: 2 + - uid: 8434 + components: + - type: Transform + pos: -74.5,14.5 + parent: 2 + - uid: 8614 + components: + - type: Transform + pos: -77.5,11.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + pos: -57.5,30.5 + parent: 2 + - uid: 8803 + components: + - type: Transform + pos: -56.5,27.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: -56.5,22.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 + - uid: 8871 + components: + - type: Transform + pos: -56.5,26.5 + parent: 2 + - uid: 8875 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - uid: 8905 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 8988 + components: + - type: Transform + pos: -58.5,33.5 + parent: 2 + - uid: 9235 + components: + - type: Transform + pos: -98.5,22.5 + parent: 2 + - uid: 9236 + components: + - type: Transform + pos: -98.5,26.5 + parent: 2 + - uid: 9237 + components: + - type: Transform + pos: 41.5,14.5 + parent: 2 + - uid: 9246 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 9259 + components: + - type: Transform + pos: -98.5,23.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + pos: -99.5,31.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + pos: -98.5,24.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: -98.5,19.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: -98.5,25.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + pos: -98.5,21.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: -98.5,20.5 + parent: 2 + - uid: 9272 + components: + - type: Transform + pos: -98.5,-9.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + pos: -98.5,-8.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: -98.5,-5.5 + parent: 2 + - uid: 9275 + components: + - type: Transform + pos: -98.5,-6.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + pos: -98.5,27.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + pos: -48.5,61.5 + parent: 2 + - uid: 9514 + components: + - type: Transform + pos: -47.5,63.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: -98.5,28.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: -47.5,64.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -59.5,-36.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: -60.5,-36.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: -61.5,-36.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: -63.5,-34.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: -17.5,-47.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,16.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + pos: -108.5,11.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + pos: -98.5,-10.5 + parent: 2 + - uid: 11500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -102.5,-0.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,-1.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: -49.5,-50.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + pos: -52.5,-41.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: 44.5,-13.5 + parent: 2 + - uid: 12219 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: 6.5,57.5 + parent: 2 + - uid: 12963 + components: + - type: Transform + pos: 47.5,-10.5 + parent: 2 + - uid: 13005 + components: + - type: Transform + pos: 43.5,14.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: 42.5,12.5 + parent: 2 + - uid: 13008 + components: + - type: Transform + pos: 43.5,12.5 + parent: 2 + - uid: 13009 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: -78.5,30.5 + parent: 2 + - uid: 13015 + components: + - type: Transform + pos: -79.5,31.5 + parent: 2 + - uid: 13016 + components: + - type: Transform + pos: -77.5,28.5 + parent: 2 + - uid: 13017 + components: + - type: Transform + pos: -89.5,31.5 + parent: 2 + - uid: 13018 + components: + - type: Transform + pos: -90.5,30.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + pos: -91.5,28.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + pos: -107.5,13.5 + parent: 2 + - uid: 13021 + components: + - type: Transform + pos: -106.5,14.5 + parent: 2 + - uid: 13022 + components: + - type: Transform + pos: -104.5,15.5 + parent: 2 + - uid: 13023 + components: + - type: Transform + pos: -107.5,3.5 + parent: 2 + - uid: 13024 + components: + - type: Transform + pos: -106.5,2.5 + parent: 2 + - uid: 13025 + components: + - type: Transform + pos: -104.5,1.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + pos: -91.5,-11.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + pos: -90.5,-13.5 + parent: 2 + - uid: 13028 + components: + - type: Transform + pos: -89.5,-14.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + pos: -79.5,-14.5 + parent: 2 + - uid: 13030 + components: + - type: Transform + pos: -78.5,-13.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + pos: -77.5,-11.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + pos: -47.5,65.5 + parent: 2 + - uid: 13254 + components: + - type: Transform + pos: -107.5,27.5 + parent: 2 + - uid: 13255 + components: + - type: Transform + pos: -106.5,27.5 + parent: 2 + - uid: 13256 + components: + - type: Transform + pos: -106.5,28.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + pos: -102.5,31.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + pos: -106.5,29.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: -105.5,29.5 + parent: 2 + - uid: 13260 + components: + - type: Transform + pos: -104.5,30.5 + parent: 2 + - uid: 13261 + components: + - type: Transform + pos: -101.5,31.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: -103.5,30.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: -103.5,31.5 + parent: 2 + - uid: 13264 + components: + - type: Transform + pos: -105.5,30.5 + parent: 2 + - uid: 13265 + components: + - type: Transform + pos: -100.5,31.5 + parent: 2 + - uid: 13273 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: -102.5,17.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + pos: -103.5,17.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + pos: -103.5,18.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -104.5,18.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: -105.5,18.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: -105.5,19.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: -106.5,19.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + pos: -106.5,20.5 + parent: 2 + - uid: 13287 + components: + - type: Transform + pos: -106.5,21.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -104.5,-1.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + pos: -105.5,-1.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + pos: -105.5,-2.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + pos: -106.5,-2.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + pos: -106.5,-3.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + pos: -106.5,-4.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + pos: -107.5,-10.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -106.5,-10.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + pos: -106.5,-11.5 + parent: 2 + - uid: 13304 + components: + - type: Transform + pos: -106.5,-12.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + pos: -105.5,-12.5 + parent: 2 + - uid: 13306 + components: + - type: Transform + pos: -105.5,-13.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + pos: -104.5,-13.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + pos: -103.5,-13.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: -103.5,-14.5 + parent: 2 + - uid: 13310 + components: + - type: Transform + pos: -102.5,-14.5 + parent: 2 + - uid: 13311 + components: + - type: Transform + pos: -101.5,-14.5 + parent: 2 + - uid: 13312 + components: + - type: Transform + pos: -100.5,-14.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: 56.5,-32.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 13390 + components: + - type: Transform + pos: 54.5,-33.5 + parent: 2 + - uid: 13391 + components: + - type: Transform + pos: 54.5,-34.5 + parent: 2 + - uid: 13392 + components: + - type: Transform + pos: 54.5,-35.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + pos: 58.5,-33.5 + parent: 2 + - uid: 13394 + components: + - type: Transform + pos: 58.5,-34.5 + parent: 2 + - uid: 13395 + components: + - type: Transform + pos: 58.5,-35.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + pos: 60.5,-32.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + pos: 61.5,-32.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: 92.5,18.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + pos: 19.5,60.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + pos: 17.5,60.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + pos: 27.5,57.5 + parent: 2 + - uid: 13945 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + pos: 8.5,57.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + pos: 9.5,57.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + pos: 28.5,57.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + pos: 30.5,55.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: 21.5,39.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + pos: 21.5,38.5 + parent: 2 + - uid: 14009 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 14010 + components: + - type: Transform + pos: 21.5,36.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + pos: 11.5,51.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: 10.5,51.5 + parent: 2 + - uid: 14043 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + pos: 13.5,59.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + pos: 13.5,58.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + pos: 14.5,59.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + pos: 14.5,60.5 + parent: 2 + - uid: 14131 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 14192 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 15121 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 15344 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 15345 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: -28.5,23.5 + parent: 2 + - uid: 15347 + components: + - type: Transform + pos: -26.5,23.5 + parent: 2 + - uid: 15348 + components: + - type: Transform + pos: -25.5,23.5 + parent: 2 + - uid: 15349 + components: + - type: Transform + pos: -24.5,23.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + pos: -24.5,27.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: -28.5,27.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + pos: -30.5,27.5 + parent: 2 + - uid: 15381 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 15385 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 15386 + components: + - type: Transform + pos: -26.5,26.5 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 15413 + components: + - type: Transform + pos: -23.5,28.5 + parent: 2 + - uid: 15414 + components: + - type: Transform + pos: -23.5,30.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: -30.5,31.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: -30.5,32.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: -30.5,35.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + pos: -29.5,35.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: -26.5,35.5 + parent: 2 + - uid: 15483 + components: + - type: Transform + pos: -25.5,35.5 + parent: 2 + - uid: 15484 + components: + - type: Transform + pos: -24.5,35.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + pos: -47.5,66.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + pos: -9.5,37.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + pos: -2.5,61.5 + parent: 2 + - uid: 15876 + components: + - type: Transform + pos: -2.5,60.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: -2.5,58.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + pos: -46.5,-47.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + pos: -12.5,69.5 + parent: 2 + - uid: 16392 + components: + - type: Transform + pos: -12.5,74.5 + parent: 2 + - uid: 16404 + components: + - type: Transform + pos: -12.5,71.5 + parent: 2 + - uid: 16445 + components: + - type: Transform + pos: -11.5,42.5 + parent: 2 + - uid: 17787 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 17861 + components: + - type: Transform + pos: -0.5,63.5 + parent: 2 + - uid: 18078 + components: + - type: Transform + pos: -14.5,62.5 + parent: 2 + - uid: 18079 + components: + - type: Transform + pos: -14.5,61.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + pos: -47.5,67.5 + parent: 2 + - uid: 18097 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 + - uid: 18371 + components: + - type: Transform + pos: -53.5,42.5 + parent: 2 + - uid: 18622 + components: + - type: Transform + pos: -92.5,52.5 + parent: 2 + - uid: 18623 + components: + - type: Transform + pos: -91.5,52.5 + parent: 2 + - uid: 18624 + components: + - type: Transform + pos: -90.5,52.5 + parent: 2 + - uid: 18625 + components: + - type: Transform + pos: -90.5,50.5 + parent: 2 + - uid: 18626 + components: + - type: Transform + pos: -91.5,50.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: -92.5,50.5 + parent: 2 + - uid: 19301 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 19343 + components: + - type: Transform + pos: -81.5,-15.5 + parent: 2 + - uid: 19345 + components: + - type: Transform + pos: -108.5,5.5 + parent: 2 + - uid: 19347 + components: + - type: Transform + pos: -87.5,32.5 + parent: 2 + - uid: 19369 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - uid: 19380 + components: + - type: Transform + pos: -12.5,24.5 + parent: 2 + - uid: 19381 + components: + - type: Transform + pos: -12.5,25.5 + parent: 2 + - uid: 19383 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 19452 + components: + - type: Transform + pos: 47.5,-1.5 + parent: 2 + - uid: 19453 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 + - uid: 19459 + components: + - type: Transform + pos: -98.5,-11.5 + parent: 2 + - uid: 19533 + components: + - type: Transform + pos: -8.5,79.5 + parent: 2 + - uid: 19534 + components: + - type: Transform + pos: -8.5,80.5 + parent: 2 + - uid: 19535 + components: + - type: Transform + pos: -8.5,81.5 + parent: 2 + - uid: 19536 + components: + - type: Transform + pos: -8.5,82.5 + parent: 2 + - uid: 19537 + components: + - type: Transform + pos: -6.5,79.5 + parent: 2 + - uid: 19538 + components: + - type: Transform + pos: -6.5,80.5 + parent: 2 + - uid: 19539 + components: + - type: Transform + pos: -6.5,81.5 + parent: 2 + - uid: 19540 + components: + - type: Transform + pos: -6.5,82.5 + parent: 2 + - uid: 19541 + components: + - type: Transform + pos: -4.5,79.5 + parent: 2 + - uid: 19542 + components: + - type: Transform + pos: -4.5,80.5 + parent: 2 + - uid: 19543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-26.5 + pos: -4.5,81.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 21164: - - On: Forward - - Off: Off - 28998: - - Off: Off - - On: Forward - 29964: - - On: Forward - - Off: Off - 29965: - - On: Forward - - Off: Off - 23857: - - On: Forward - - Off: Off - 31645: - - On: Forward - - Off: Off - 11849: - - On: Forward - - Off: Off - 31687: - - On: Forward - - Off: Off - 11841: - - On: Forward - - Off: Off - 30791: - - On: Forward - - Off: Off - 31055: - - On: Forward - - Off: Off - 22358: - - On: Forward - - Off: Off - 22736: - - On: Forward - - Off: Off - 34056: - - On: Forward - - Off: Off - 34057: - - On: Forward - - Off: Off - 34058: - - On: Forward - - Off: Off - 34059: - - On: Forward - - Off: Off - 34060: - - On: Forward - - Off: Off - 20562: - - On: Forward - - Off: Off - 34061: - - On: Forward - - Off: Off - 34062: - - On: Forward - - Off: Off - 34063: - - On: Forward - - Off: Off - 34064: - - On: Forward - - Off: Off - 34065: - - On: Forward - - Off: Off - 34066: - - On: Forward - - Off: Off - 34067: - - On: Forward - - Off: Off - 31690: - - On: Forward - - Off: Off - 6725: - - Off: Off - - On: Forward - 20722: - - On: Forward - - Off: Off - 7096: - - On: Forward - - Off: Off - 30642: - - On: Forward - - Off: Off - 6650: - - On: Forward - - Off: Off - 6734: - - On: Forward - - Off: Off - 20720: - - Off: Off - - On: Forward - 760: [] - - uid: 27089 + - uid: 19544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,32.5 + pos: -4.5,82.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 26844: - - Off: Close - - On: Open - - uid: 29750 + - uid: 19545 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,57.5 + pos: -0.5,79.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29746: - - On: Open - - Off: Close - 29749: - - On: Open - - Off: Close - 29748: - - On: Open - - Off: Close - - uid: 29774 + - uid: 19546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,60.5 + pos: -0.5,80.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29768: - - On: Open - - Off: Close -- proto: SignAnomaly - entities: - - uid: 4002 + - uid: 19547 components: - type: Transform - pos: 38.5,45.5 + pos: -0.5,81.5 parent: 2 -- proto: SignAnomaly2 - entities: - - uid: 4110 + - uid: 19548 components: - type: Transform - pos: 41.5,38.5 + pos: -0.5,82.5 parent: 2 -- proto: SignArmory - entities: - - uid: 16447 + - uid: 19549 components: - type: Transform - pos: -19.5,43.5 + pos: 1.5,79.5 parent: 2 - - uid: 24778 + - uid: 19550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,46.5 + pos: 1.5,80.5 parent: 2 - - uid: 36184 + - uid: 19551 components: - type: Transform - pos: -31.5,38.5 + pos: 1.5,81.5 parent: 2 -- proto: SignAtmos - entities: - - uid: 9063 + - uid: 19552 components: - type: Transform - pos: -44.5,32.5 + pos: 1.5,82.5 parent: 2 -- proto: SignAtmosMinsky - entities: - - uid: 9574 + - uid: 19553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,36.5 + pos: 3.5,79.5 parent: 2 - - uid: 34665 + - uid: 19554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-6.5 + pos: 3.5,80.5 parent: 2 -- proto: SignBar - entities: - - uid: 2186 + - uid: 19555 components: - type: Transform - pos: 12.5,-21.5 + pos: 3.5,81.5 parent: 2 - - uid: 3366 + - uid: 19556 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-17.5 + pos: 3.5,82.5 parent: 2 - - uid: 15532 + - uid: 19557 components: - type: Transform - pos: -34.5,63.5 + pos: 7.5,79.5 parent: 2 -- proto: SignBio - entities: - - uid: 5351 + - uid: 19558 components: - type: Transform - pos: 52.5,52.5 + pos: 7.5,80.5 parent: 2 -- proto: SignBiohazard - entities: - - uid: 5352 + - uid: 19559 components: - type: Transform - pos: 51.5,47.5 + pos: 7.5,81.5 parent: 2 -- proto: SignBiohazardMed - entities: - - uid: 5353 + - uid: 19560 components: - type: Transform - pos: 55.5,47.5 + pos: 7.5,82.5 parent: 2 - - uid: 23143 + - uid: 19561 components: - type: Transform - pos: 10.5,-13.5 + pos: 9.5,79.5 parent: 2 -- proto: SignBridge - entities: - - uid: 2599 + - uid: 19562 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,37.5 + pos: 9.5,80.5 parent: 2 -- proto: SignCargo - entities: - - uid: 2946 + - uid: 19563 components: - type: Transform - pos: -9.5,-17.5 + pos: 9.5,81.5 parent: 2 -- proto: SignChapel - entities: - - uid: 2204 + - uid: 19564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,22.5 + pos: 9.5,82.5 parent: 2 - - uid: 23882 + - uid: 19565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.511288,19.44273 + pos: 11.5,79.5 parent: 2 -- proto: SignChem - entities: - - uid: 1177 + - uid: 19566 components: - type: Transform - pos: 18.5,-12.5 + pos: 11.5,80.5 parent: 2 - - uid: 1422 + - uid: 19567 components: - type: Transform - pos: 15.5,4.5 + pos: 11.5,81.5 parent: 2 - - uid: 1423 + - uid: 19568 components: - type: Transform - pos: 18.5,-6.5 + pos: 11.5,82.5 parent: 2 -- proto: SignCloning - entities: - - uid: 2188 + - uid: 19619 components: - type: Transform - pos: 21.5,4.5 + pos: 15.5,77.5 parent: 2 -- proto: SignConference - entities: - - uid: 14164 + - uid: 19620 components: - type: Transform - pos: 16.5,46.5 + pos: 15.5,76.5 parent: 2 -- proto: SignConspiracyBoard - entities: - - uid: 2888 + - uid: 19621 components: - type: Transform - pos: 47.5,35.5 + pos: 15.5,75.5 parent: 2 - - uid: 14047 + - uid: 19622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,51.5 + pos: 15.5,74.5 parent: 2 - - uid: 15973 + - uid: 19623 components: - type: Transform - pos: -35.5,36.5 + pos: -12.5,77.5 parent: 2 -- proto: SignCourt - entities: - - uid: 4443 + - uid: 19624 components: - type: Transform - pos: -1.5,50.5 + pos: -12.5,76.5 parent: 2 -- proto: SignCryogenicsMed - entities: - - uid: 5424 + - uid: 19625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-6.5 + pos: -12.5,75.5 parent: 2 -- proto: SignDanger - entities: - - uid: 5354 + - uid: 19756 components: - type: Transform - pos: 54.5,50.5 + pos: -55.5,42.5 parent: 2 - - uid: 5355 + - uid: 19771 components: - type: Transform - pos: 51.5,50.5 + pos: -57.5,42.5 parent: 2 - - uid: 19658 + - uid: 19842 components: - type: Transform - pos: 6.5,66.5 + pos: -12.5,70.5 parent: 2 - - uid: 19667 + - uid: 19897 components: - type: Transform - pos: 3.5,66.5 + pos: 81.5,2.5 parent: 2 - - uid: 33543 + - uid: 19898 components: - type: Transform - pos: 85.5,21.5 + pos: 81.5,3.5 parent: 2 - - uid: 33544 + - uid: 19901 components: - type: Transform - pos: 63.5,32.5 + pos: 77.5,2.5 parent: 2 - - uid: 33545 + - uid: 19902 components: - type: Transform - pos: 61.5,33.5 + pos: 77.5,3.5 parent: 2 - - uid: 33546 + - uid: 19905 components: - type: Transform - pos: 53.5,37.5 + pos: -66.5,-18.5 parent: 2 - - uid: 33547 + - uid: 19906 components: - type: Transform - pos: 53.5,44.5 + pos: -66.5,-14.5 parent: 2 - - uid: 33548 + - uid: 19909 components: - type: Transform - pos: 56.5,58.5 + pos: -66.5,-15.5 parent: 2 - - uid: 33549 + - uid: 19910 components: - type: Transform - pos: 61.5,58.5 + pos: -66.5,-17.5 parent: 2 - - uid: 33550 + - uid: 20009 components: - type: Transform - pos: 52.5,41.5 + pos: 50.5,-32.5 parent: 2 - - uid: 33551 + - uid: 20010 components: - type: Transform - pos: 95.5,48.5 + pos: 44.5,-32.5 parent: 2 - - uid: 33552 + - uid: 20015 components: - type: Transform - pos: 83.5,67.5 + pos: -63.5,-17.5 parent: 2 -- proto: SignDirectionalBar - entities: - - uid: 6371 + - uid: 20016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.500387,-14.729669 + pos: -63.5,-18.5 parent: 2 - - uid: 16474 + - uid: 20017 components: - type: Transform - pos: 16.499256,-17.242163 + pos: -63.5,-15.5 parent: 2 - - uid: 23855 + - uid: 20018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5105877,-17.512625 + pos: -63.5,-14.5 parent: 2 - - uid: 23858 + - uid: 20600 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.499825,-15.712059 + pos: -87.5,-15.5 parent: 2 - - uid: 23860 + - uid: 20606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-16.5 + pos: -98.5,29.5 parent: 2 - - uid: 33650 + - uid: 20944 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,63.5 + pos: -81.5,32.5 parent: 2 -- proto: SignDirectionalBridge - entities: - - uid: 23887 + - uid: 20973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5065484,40.20192 + pos: -85.5,23.5 parent: 2 - - uid: 23888 + - uid: 21017 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5221734,-17.763191 + pos: -46.5,-48.5 parent: 2 - - uid: 26855 + - uid: 21815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.48320675,25.24322 + pos: -5.5,22.5 parent: 2 -- proto: SignDirectionalBrig - entities: - - uid: 22618 + - uid: 22068 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,62.5 + pos: -99.5,13.5 parent: 2 - - uid: 23806 + - uid: 22420 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 22719 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,25.5 + pos: -104.5,14.5 parent: 2 -- proto: SignDirectionalChapel - entities: - - uid: 9178 + - uid: 22721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,23.5 + pos: 60.5,58.5 parent: 2 - - uid: 23880 + - uid: 22723 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.46012,6.2804375 + pos: -106.5,13.5 parent: 2 - - uid: 23881 + - uid: 22731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.52262,15.850657 + pos: -83.5,23.5 parent: 2 -- proto: SignDirectionalChemistry - entities: - - uid: 1223 + - uid: 23232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-14.5 + pos: -38.5,-39.5 parent: 2 - - uid: 23814 + - uid: 23544 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 23714 + components: + - type: Transform + pos: -58.5,42.5 + parent: 2 + - uid: 25242 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-12.5 + pos: -107.5,24.5 parent: 2 - - uid: 23844 + - uid: 25303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-17.5 + rot: 3.141592653589793 rad + pos: -107.5,25.5 parent: 2 -- proto: SignDirectionalCryo - entities: - - uid: 1024 + - uid: 25308 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-12.5 + pos: -107.5,23.5 parent: 2 - - uid: 25173 + - uid: 25798 components: - type: Transform - pos: -0.5,-3.5 + rot: -1.5707963267948966 rad + pos: -99.5,12.5 parent: 2 - - uid: 25282 + - uid: 26215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-12.5 + pos: -20.5,38.5 parent: 2 - - uid: 26213 + - uid: 26216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-29.5 + pos: -24.5,38.5 parent: 2 -- proto: SignDirectionalEng - entities: - - uid: 22480 + - uid: 26318 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - uid: 26319 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - uid: 26329 + components: + - type: Transform + pos: -22.5,38.5 + parent: 2 + - uid: 26334 + components: + - type: Transform + pos: -21.5,38.5 + parent: 2 + - uid: 26384 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.4988317,23.758844 + pos: -84.5,-15.5 parent: 2 - - uid: 23849 + - uid: 26387 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.4359844,-17.244627 + pos: -84.5,32.5 parent: 2 - - uid: 23867 + - uid: 26390 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.436584,-12.501854 + pos: -83.5,-15.5 parent: 2 - - uid: 23873 + - uid: 26411 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.491207,18.289341 + pos: -108.5,10.5 parent: 2 -- proto: SignDirectionalEvac - entities: - - uid: 6374 + - uid: 26423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.49538875,-29.74709 + rot: -1.5707963267948966 rad + pos: -85.5,32.5 parent: 2 - - uid: 8402 + - uid: 26575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-8.5 + rot: -1.5707963267948966 rad + pos: -86.5,-15.5 parent: 2 - - uid: 17012 + - uid: 26576 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,45.5 + rot: -1.5707963267948966 rad + pos: -85.5,-15.5 parent: 2 - - uid: 23813 + - uid: 26579 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,25.5 + rot: -1.5707963267948966 rad + pos: -82.5,32.5 parent: 2 - - uid: 23846 + - uid: 26580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.4906719,-17.25244 + rot: -1.5707963267948966 rad + pos: -83.5,32.5 parent: 2 - - uid: 23886 + - uid: 26581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.47527122,62.785336 + rot: -1.5707963267948966 rad + pos: -103.5,-0.5 parent: 2 - - uid: 23890 + - uid: 26587 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.4462893,-11.719762 + pos: -107.5,22.5 parent: 2 - - uid: 23891 + - uid: 27954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.4619143,16.77201 + pos: -17.5,-45.5 parent: 2 - - uid: 23892 + - uid: 28174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.48505,17.728174 + pos: -20.5,-43.5 parent: 2 - - uid: 23893 + - uid: 28175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.512714,16.526192 + pos: -31.5,-45.5 parent: 2 - - uid: 23894 + - uid: 28176 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5049,-19.23642 + pos: -43.5,-39.5 parent: 2 - - uid: 23896 + - uid: 29001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.454502,6.744308 + pos: -7.5,22.5 parent: 2 - - uid: 23897 + - uid: 29187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.46659,23.506786 + pos: -82.5,23.5 parent: 2 - - uid: 23898 + - uid: 29304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.45819,10.307827 + pos: 92.5,16.5 parent: 2 - - uid: 23899 + - uid: 29813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -94.39373,10.266306 + pos: 91.5,56.5 parent: 2 - - uid: 23905 + - uid: 29814 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,8.5 + pos: 91.5,55.5 parent: 2 -- proto: SignDirectionalFood - entities: - - uid: 21466 + - uid: 29815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.4832067,23.235407 + pos: 91.5,54.5 parent: 2 - - uid: 23851 + - uid: 29816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.431856,-17.486814 + pos: 90.5,53.5 parent: 2 - - uid: 23901 + - uid: 29817 components: - type: Transform - pos: -48.472904,-11.470109 + pos: 89.5,53.5 parent: 2 - - uid: 23902 + - uid: 29818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.496925,-17.22792 + pos: 89.5,57.5 parent: 2 - - uid: 23903 + - uid: 29819 components: - type: Transform - pos: -46.455734,-13.7279215 + pos: 90.5,57.5 parent: 2 - - uid: 23904 + - uid: 29834 components: - type: Transform - pos: -38.455734,-17.298233 + pos: 89.5,14.5 parent: 2 -- proto: SignDirectionalHop - entities: - - uid: 23852 + - uid: 29954 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5021544,-17.25244 + pos: -42.5,-39.5 parent: 2 -- proto: SignDirectionalHydro - entities: - - uid: 23810 + - uid: 29959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.48382,-7.2507544 + pos: -44.5,-39.5 parent: 2 - - uid: 23816 + - uid: 29962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,22.5 + pos: -52.5,-42.5 parent: 2 - - uid: 23848 + - uid: 29996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.4828594,-17.75244 + pos: 90.5,14.5 parent: 2 - - uid: 23868 + - uid: 30018 + components: + - type: Transform + pos: 92.5,17.5 + parent: 2 + - uid: 30022 + components: + - type: Transform + pos: 89.5,20.5 + parent: 2 + - uid: 30023 + components: + - type: Transform + pos: 90.5,20.5 + parent: 2 + - uid: 30254 + components: + - type: Transform + pos: -40.5,-9.5 + parent: 2 + - uid: 30278 + components: + - type: Transform + pos: -76.5,11.5 + parent: 2 + - uid: 30297 + components: + - type: Transform + pos: -78.5,11.5 + parent: 2 + - uid: 30298 + components: + - type: Transform + pos: -79.5,11.5 + parent: 2 + - uid: 30697 + components: + - type: Transform + pos: -61.5,45.5 + parent: 2 + - uid: 30698 + components: + - type: Transform + pos: -61.5,46.5 + parent: 2 + - uid: 31620 + components: + - type: Transform + pos: 81.5,72.5 + parent: 2 + - uid: 31621 + components: + - type: Transform + pos: 81.5,71.5 + parent: 2 + - uid: 31622 + components: + - type: Transform + pos: 81.5,70.5 + parent: 2 + - uid: 31623 + components: + - type: Transform + pos: 82.5,73.5 + parent: 2 + - uid: 31624 + components: + - type: Transform + pos: 83.5,73.5 + parent: 2 + - uid: 31625 + components: + - type: Transform + pos: 84.5,73.5 + parent: 2 + - uid: 31626 + components: + - type: Transform + pos: 85.5,72.5 + parent: 2 + - uid: 31627 + components: + - type: Transform + pos: 85.5,71.5 + parent: 2 + - uid: 31628 + components: + - type: Transform + pos: 85.5,70.5 + parent: 2 + - uid: 31718 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 31719 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 + - uid: 31720 + components: + - type: Transform + pos: -24.5,-45.5 + parent: 2 + - uid: 31721 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 31722 + components: + - type: Transform + pos: -26.5,-45.5 + parent: 2 + - uid: 31723 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 33715 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 33716 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 34035 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 36082 + components: + - type: Transform + pos: -37.5,-9.5 + parent: 2 + - uid: 36466 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 +- proto: ReinforcedWindowDiagonal + entities: + - uid: 11280 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.436584,-12.267479 + pos: 24.5,59.5 parent: 2 - - uid: 23869 + - uid: 20318 components: - type: Transform - pos: -47.504093,10.266583 + pos: 13.5,60.5 parent: 2 - - uid: 23870 + - uid: 28491 + components: + - type: Transform + pos: 12.5,59.5 + parent: 2 + - uid: 28746 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.503471,23.251003 + pos: 23.5,60.5 parent: 2 -- proto: SignDirectionalJanitor +- proto: RemoteSignaller entities: - - uid: 20991 + - uid: 19332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,23.5 + pos: -54.21658,49.407204 parent: 2 - - uid: 23872 + - type: DeviceLinkSource + linkedPorts: + 25782: + - Pressed: Trigger + - uid: 29772 + components: + - type: Transform + pos: 86.6962,58.53138 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29746: + - Pressed: Toggle + 29749: + - Pressed: Toggle + 29748: + - Pressed: Toggle + - uid: 29775 + components: + - type: Transform + pos: 86.72745,61.84388 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 29768: + - Pressed: Toggle + - uid: 31177 + components: + - type: Transform + pos: -69.39074,1.2561102 + parent: 2 + - uid: 35713 + components: + - type: MetaData + name: igniter remote 2 + - type: Transform + pos: -37.270546,37.394592 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 35711: + - Pressed: Trigger + - uid: 35714 + components: + - type: MetaData + name: igniter remote 1 + - type: Transform + pos: -37.27836,37.73053 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 35712: + - Pressed: Trigger +- proto: ResearchAndDevelopmentServer + entities: + - uid: 4008 + components: + - type: Transform + pos: 41.5,28.5 + parent: 2 +- proto: ReverseEngineeringMachine + entities: + - uid: 30669 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 +- proto: RevolverCapGun + entities: + - uid: 30515 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5209,-0.7626915 + pos: 0.33749866,66.66399 parent: 2 -- proto: SignDirectionalLibrary +- proto: RightArmSkeleton entities: - - uid: 23883 + - uid: 33564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.440975,6.549694 + pos: 91.12259,27.50425 parent: 2 - - uid: 23884 +- proto: RightFootSkeleton + entities: + - uid: 33562 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.53832,15.57411 + pos: 91.57869,26.597147 parent: 2 - - uid: 23885 +- proto: RightHandSkeleton + entities: + - uid: 33561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.522694,25.27844 + pos: 91.15384,27.4105 parent: 2 - - uid: 26856 +- proto: RightLegSkeleton + entities: + - uid: 33563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5323524,23.211216 + pos: 91.625565,26.628397 parent: 2 -- proto: SignDirectionalLogistics +- proto: RiotBulletShield entities: - - uid: 23859 + - uid: 5116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.4342637,-17.746038 + pos: -21.559855,48.603073 parent: 2 - - uid: 23861 + - type: Blocking + blockingToggleActionEntity: 28912 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 28912 + - uid: 15524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.484005,-11.197954 + pos: -21.372355,48.415573 parent: 2 - - uid: 23900 + - type: Blocking + blockingToggleActionEntity: 28913 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 28913 +- proto: RiotShield + entities: + - uid: 16523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.525036,-17.158611 + pos: -20.682251,45.644035 parent: 2 - - uid: 26190 + - uid: 16524 components: - type: Transform - pos: -13.403669,-17.2851 + pos: -20.229126,45.59716 parent: 2 - - uid: 31888 +- proto: Roboisseur + entities: + - uid: 26694 components: - type: Transform - pos: -46.4965,10.269556 + rot: -1.5707963267948966 rad + pos: -46.5,-16.5 parent: 2 -- proto: SignDirectionalMed +- proto: RollerBed entities: - - uid: 23808 + - uid: 2064 components: - type: Transform - pos: 48.5,-6.5 + pos: -3.4424314,-2.3650932 parent: 2 - - uid: 23817 + - uid: 2065 components: - type: Transform - pos: -2.4978511,22.24327 + pos: -2.4229002,-2.3885307 parent: 2 - - uid: 23845 +- proto: SalvageMagnet + entities: + - uid: 8359 + components: + - type: Transform + pos: -19.5,-48.5 + parent: 2 +- proto: SalvageMagnetMachineCircuitboard + entities: + - uid: 35822 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5115795,-17.242666 + pos: -49.27992,27.769905 parent: 2 - - uid: 23862 +- proto: Saw + entities: + - uid: 2120 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.51649,-17.40539 + pos: 33.324295,9.645422 parent: 2 - - uid: 23864 + - uid: 3993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.540833,16.834927 + pos: 61.397247,56.450893 parent: 2 - - uid: 23865 + - uid: 11480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.493057,7.8181133 + rot: -1.5707963267948966 rad + pos: -16.81246,-0.46133184 parent: 2 - - uid: 23866 +- proto: Scalpel + entities: + - uid: 20307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.45148,-12.744019 + rot: 3.141592653589793 rad + pos: -28.511127,-0.548332 parent: 2 -- proto: SignDirectionalSalvage +- proto: Screen entities: - - uid: 21012 + - uid: 1834 components: - type: Transform - pos: -17.5,-27.5 + pos: -0.5,8.5 parent: 2 - - uid: 22264 + - uid: 6292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-40.5 + pos: -6.5,57.5 parent: 2 - - uid: 22266 + - uid: 16657 components: - type: Transform - pos: -13.409092,-17.529654 + pos: -3.5,72.5 parent: 2 -- proto: SignDirectionalSci - entities: - - uid: 23850 + - uid: 25088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.4983835,-17.75244 + pos: -12.5,-22.5 parent: 2 - - uid: 23878 + - uid: 25096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.526928,-15.133438 + pos: 7.5,-49.5 parent: 2 - - uid: 23879 + - uid: 25187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.467934,6.0148125 + pos: -4.5,-49.5 parent: 2 - - uid: 26131 + - uid: 25418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.508915,23.773716 + pos: 8.5,47.5 parent: 2 - - uid: 30340 + - uid: 26879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.519985,22.737196 + pos: -0.5,24.5 parent: 2 -- proto: SignDirectionalSec - entities: - - uid: 23818 + - uid: 27110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5117471,22.766708 + pos: -27.5,27.5 parent: 2 - - uid: 23847 + - uid: 36405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.4906719,-17.510252 + pos: -15.5,18.5 parent: 2 - - uid: 23874 +- proto: Screwdriver + entities: + - uid: 28027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.477133,23.300415 + pos: -68.461975,33.55795 parent: 2 - - uid: 23875 + - uid: 30745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.499043,10.51958 + pos: 5.529853,64.83037 parent: 2 - - uid: 23876 +- proto: SecBreachingHammer + entities: + - uid: 16541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.482662,-12.754795 + pos: -20.617142,48.735115 parent: 2 - - uid: 23877 + - uid: 16556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.519115,-15.414688 + pos: -20.406204,48.56324 parent: 2 -- proto: SignDirectionalSolar +- proto: SecurityTechFab entities: - - uid: 9563 + - uid: 28918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-30.5 + pos: -28.5,45.5 parent: 2 - - uid: 23824 +- proto: SeedExtractor + entities: + - uid: 6626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-32.5 + pos: -30.5,62.5 parent: 2 - - uid: 23825 + - uid: 7420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-37.5 + pos: -55.5,2.5 parent: 2 - - uid: 23826 +- proto: SeedExtractorMachineCircuitboard + entities: + - uid: 35823 components: - type: Transform - pos: 54.5,-32.5 + pos: -48.736313,27.502619 parent: 2 - - uid: 23827 +- proto: ShardGlass + entities: + - uid: 7008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-28.5 + pos: -30.115973,-32.023853 parent: 2 - - uid: 23828 + - uid: 7058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,38.5 + pos: -29.29566,-32.24651 parent: 2 - - uid: 23829 + - uid: 7059 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,42.5 + pos: -26.237066,-35.855885 parent: 2 -- proto: SignDirectionalSupply - entities: - - uid: 34972 + - uid: 7060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,7.5 + pos: -26.647223,-36.27776 parent: 2 -- proto: SignDirectionalWash - entities: - - uid: 16475 + - uid: 7061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,65.5 + pos: -24.303473,-37.68401 parent: 2 - - uid: 23820 + - uid: 7062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-22.5 + pos: -31.686287,-37.625416 parent: 2 - - uid: 23821 + - uid: 7063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-15.5 + pos: -33.17457,-31.519947 parent: 2 - - uid: 23823 + - uid: 7064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-7.5 + pos: -31.381598,-31.144947 parent: 2 -- proto: SignDisposalSpace - entities: - - uid: 16960 + - uid: 7065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,12.5 + pos: -31.451912,-30.74651 parent: 2 - - uid: 18254 + - uid: 7066 components: - type: Transform - pos: -18.5,52.5 + pos: -32.295662,-35.480885 parent: 2 - - uid: 18256 +- proto: SheetGlass + entities: + - uid: 1389 components: - type: Transform - pos: -33.5,56.5 + pos: 36.006603,5.6036973 parent: 2 -- proto: SignElectrical - entities: - - uid: 16514 + - uid: 4951 components: - type: Transform - pos: -64.5,61.5 + pos: 30.433826,30.65002 parent: 2 - - uid: 23709 + - uid: 5311 components: - type: Transform - pos: -64.5,55.5 + pos: 44.379402,44.823036 parent: 2 - - uid: 31278 + - uid: 6913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,74.5 + pos: -13.36253,-41.474854 parent: 2 - - uid: 31279 + - uid: 6925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,74.5 + pos: -20.52983,-31.376986 parent: 2 - - uid: 31280 + - uid: 9015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,71.5 + pos: -50.44946,18.655876 parent: 2 - - uid: 31281 + - uid: 10412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,68.5 + pos: -85.91199,-39.42282 parent: 2 - - uid: 31282 + - uid: 13590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,65.5 + pos: 58.532253,-37.261665 parent: 2 - - uid: 31283 + - uid: 16505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,65.5 + pos: -28.270676,46.46827 parent: 2 -- proto: SignEngine - entities: - - uid: 8856 + - uid: 35085 components: - type: Transform - pos: -56.5,13.5 + pos: 54.89757,-80.004364 parent: 2 -- proto: SignEngineering - entities: - - uid: 8820 + - uid: 35468 components: - type: Transform - pos: -46.5,15.5 + pos: -73.41983,60.849834 parent: 2 -- proto: SignEscapePods +- proto: SheetGlass1 entities: - - uid: 8479 + - uid: 8640 components: - type: Transform - pos: 46.5,-35.5 + pos: -69.531364,0.75220394 parent: 2 - - uid: 13784 + - uid: 13126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-3.5 + pos: -69.625114,0.8576727 parent: 2 - - uid: 19927 +- proto: SheetPlasma + entities: + - uid: 2032 components: - type: Transform - pos: -63.5,-19.5 + pos: 28.603968,-2.4135215 parent: 2 - - uid: 20012 + - uid: 5263 components: - type: Transform - pos: -115.5,15.5 + pos: 50.537777,38.797115 parent: 2 - - uid: 20019 + - uid: 9590 components: - type: Transform - pos: -63.5,-13.5 + pos: -64.47119,28.656868 parent: 2 -- proto: SignEVA +- proto: SheetPlasteel entities: - - uid: 1992 + - uid: 9587 components: - type: Transform - pos: 18.5,22.5 + pos: -50.54839,16.646076 parent: 2 -- proto: SignExplosives +- proto: SheetPlastic entities: - - uid: 19668 + - uid: 1390 components: - type: Transform - pos: 6.5,64.5 + pos: 36.463634,5.709166 parent: 2 -- proto: SignGravity - entities: - - uid: 29563 + - uid: 5264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,15.5 + pos: 31.371326,30.566689 parent: 2 -- proto: SignHead - entities: - - uid: 1975 + - uid: 5310 components: - type: Transform - pos: 13.5,22.5 + pos: 44.473152,44.834755 parent: 2 - - uid: 3553 + - uid: 6926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,22.5 + pos: -20.273832,-31.411205 parent: 2 -- proto: SignHydro1 - entities: - - uid: 18405 + - uid: 9016 components: - type: Transform - pos: -48.5,4.5 + pos: -51.44946,16.640251 parent: 2 -- proto: SignInterrogation - entities: - - uid: 15537 + - uid: 16506 components: - type: Transform - pos: -19.5,31.5 + pos: -28.583176,46.496048 parent: 2 -- proto: SignJanitor +- proto: SheetPlastic1 entities: - - uid: 26888 + - uid: 8351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,20.5 + pos: -69.60168,0.47095394 parent: 2 -- proto: SignLastIdiot - entities: - - uid: 30683 + - uid: 24954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,71.5 + pos: -69.49621,0.35376644 parent: 2 -- proto: SignLibrary +- proto: SheetSteel entities: - - uid: 22680 + - uid: 1388 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,25.5 + pos: 35.48536,5.67401 parent: 2 -- proto: SignMail - entities: - - uid: 2945 + - uid: 3843 components: - type: Transform - pos: -5.5,-18.5 + rot: 3.141592653589793 rad + pos: -38.565186,37.67611 parent: 2 - - uid: 6528 + - uid: 5265 components: - type: Transform - pos: -10.5,-22.5 + pos: 31.497849,30.621187 parent: 2 -- proto: SignMedical - entities: - - uid: 864 + - uid: 5309 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,17.5 + pos: 44.356327,44.74312 parent: 2 - - uid: 2116 + - uid: 6912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-12.5 + pos: -13.64378,-41.474854 parent: 2 - - uid: 19809 + - uid: 6924 components: - type: Transform - pos: -40.5,60.5 + pos: -20.711332,-31.379955 parent: 2 -- proto: SignMorgue - entities: - - uid: 1379 + - uid: 9013 components: - type: Transform - pos: 24.5,8.5 + pos: -51.402584,18.687126 parent: 2 - - uid: 1381 + - uid: 9287 components: - type: Transform - pos: 24.5,17.5 + rot: 3.141592653589793 rad + pos: -38.377686,37.58236 parent: 2 - - uid: 1382 + - uid: 16504 components: - type: Transform - pos: 31.5,17.5 + pos: -28.534563,46.746048 parent: 2 -- proto: SignPlaque +- proto: SheetSteel1 entities: - - uid: 175 + - uid: 7075 components: - type: Transform - pos: 25.5,-26.5 + pos: -31.99926,-30.394829 parent: 2 - - uid: 14193 + - uid: 7076 components: - type: Transform - pos: 20.5,60.5 + pos: -31.753166,-30.57061 parent: 2 - - uid: 16624 + - uid: 7077 components: - type: Transform - pos: -7.5,62.5 + pos: -31.917229,-30.676079 parent: 2 -- proto: SignPrison - entities: - - uid: 17879 + - uid: 7078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,65.5 + pos: -29.948477,-37.355766 parent: 2 -- proto: SignRadiation - entities: - - uid: 18885 + - uid: 7079 components: - type: Transform - pos: -104.5,64.5 + pos: -30.135977,-37.648735 parent: 2 - - uid: 18887 + - uid: 7080 components: - type: Transform - pos: -111.5,65.5 + pos: -25.51879,-35.63311 parent: 2 - - uid: 18888 + - uid: 8354 components: - type: Transform - pos: -125.5,61.5 + pos: -69.60168,0.17798519 parent: 2 - - uid: 18890 + - uid: 11274 components: - type: Transform - pos: -92.5,54.5 + pos: -69.44933,0.06079769 parent: 2 - - uid: 18891 +- proto: SheetUranium + entities: + - uid: 9591 components: - type: Transform - pos: -92.5,48.5 + pos: -58.44775,28.5514 parent: 2 - - uid: 18893 +- proto: ShowcaseRobot + entities: + - uid: 22664 components: - type: Transform - pos: -103.5,43.5 + pos: -17.5,24.5 parent: 2 - - uid: 18895 +- proto: ShuttersNormalOpen + entities: + - uid: 352 components: - type: Transform - pos: -118.5,37.5 + pos: -26.5,38.5 parent: 2 - - uid: 18896 + - type: DeviceLinkSink + links: + - 438 + - uid: 1884 components: - type: Transform - pos: -126.5,41.5 + pos: 8.5,26.5 parent: 2 - - uid: 18897 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1928 components: - type: Transform - pos: -126.5,58.5 + pos: 9.5,26.5 parent: 2 - - uid: 18913 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1931 components: - type: Transform - pos: -101.5,64.5 + rot: -1.5707963267948966 rad + pos: 3.5,28.5 parent: 2 - - uid: 31300 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,43.5 + rot: -1.5707963267948966 rad + pos: 3.5,29.5 parent: 2 - - uid: 31308 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1944 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,46.5 + rot: -1.5707963267948966 rad + pos: 3.5,30.5 parent: 2 - - uid: 31318 + - type: DeviceLinkSink + links: + - 17789 + - uid: 1945 components: - type: Transform - pos: -122.5,44.5 + rot: -1.5707963267948966 rad + pos: 3.5,27.5 parent: 2 - - uid: 31325 + - type: DeviceLinkSink + links: + - 17789 + - uid: 6075 components: - type: Transform - pos: -106.5,41.5 + pos: 19.5,22.5 parent: 2 - - uid: 32259 + - uid: 6076 components: - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,61.5 + pos: 20.5,22.5 parent: 2 - - uid: 32260 + - uid: 17788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,61.5 + pos: 11.5,26.5 parent: 2 - - uid: 32261 + - type: DeviceLinkSink + links: + - 17790 + - uid: 26844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,56.5 + pos: -33.5,36.5 parent: 2 - - uid: 32262 + - type: DeviceLinkSink + links: + - 27089 + - uid: 28719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,53.5 + pos: -25.5,38.5 parent: 2 - - uid: 32263 + - type: DeviceLinkSink + links: + - 438 + - uid: 28720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,47.5 + pos: -24.5,38.5 parent: 2 - - uid: 32264 + - type: DeviceLinkSink + links: + - 438 + - uid: 28721 components: - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,41.5 + pos: -22.5,38.5 parent: 2 - - uid: 32265 + - type: DeviceLinkSink + links: + - 438 + - uid: 28722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,41.5 + pos: -21.5,38.5 parent: 2 - - uid: 32266 + - type: DeviceLinkSink + links: + - 438 + - uid: 28723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,57.5 + pos: -20.5,38.5 parent: 2 - - uid: 32267 + - type: DeviceLinkSink + links: + - 438 + - uid: 29748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,59.5 + pos: 82.5,57.5 parent: 2 - - uid: 32336 + - type: DeviceLinkSink + links: + - 29750 + - 29772 + - uid: 29749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,65.5 + pos: 83.5,57.5 parent: 2 -- proto: SignRadiationMed - entities: - - uid: 18909 + - type: DeviceLinkSink + links: + - 29750 + - 29772 + - uid: 36478 components: - type: Transform - pos: -119.5,64.5 + pos: -59.5,10.5 parent: 2 - - uid: 18910 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36479 components: - type: Transform - pos: -125.5,51.5 + pos: -58.5,10.5 parent: 2 - - uid: 18911 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36480 components: - type: Transform - pos: -98.5,61.5 + pos: -57.5,10.5 parent: 2 - - uid: 18912 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36481 components: - type: Transform - pos: -106.5,60.5 + pos: -59.5,14.5 parent: 2 -- proto: SignRedFive - entities: - - uid: 13095 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36482 components: - type: Transform - pos: -22.5,0.5 + pos: -58.5,14.5 parent: 2 -- proto: SignRedFour - entities: - - uid: 13094 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36483 components: - type: Transform - pos: -28.5,0.5 + pos: -57.5,14.5 parent: 2 - - uid: 15837 + - type: DeviceLinkSink + links: + - 36484 + - uid: 36486 components: - type: Transform - pos: -24.5,27.5 + pos: -11.5,-6.5 parent: 2 -- proto: SignRedOne - entities: - - uid: 5550 + - type: DeviceLinkSink + links: + - 36485 + - uid: 36487 components: - type: Transform - pos: -28.5,4.5 + pos: -7.5,-8.5 parent: 2 - - uid: 7724 + - type: DeviceLinkSink + links: + - 36485 + - uid: 36488 components: - type: Transform - pos: -24.5,31.5 + pos: -7.5,-7.5 parent: 2 -- proto: SignRedSix + - type: DeviceLinkSink + links: + - 36485 +- proto: ShuttersRadiationOpen entities: - - uid: 13091 + - uid: 18589 components: - type: Transform - pos: -16.5,0.5 + pos: -102.5,52.5 parent: 2 -- proto: SignRedThree - entities: - - uid: 7427 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18590 components: - type: Transform - pos: -30.5,27.5 + pos: -102.5,51.5 parent: 2 - - uid: 13092 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18591 components: - type: Transform - pos: -16.5,4.5 + pos: -102.5,49.5 parent: 2 -- proto: SignRedTwo - entities: - - uid: 13093 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18592 components: - type: Transform - pos: -22.5,4.5 + pos: -102.5,50.5 parent: 2 - - uid: 15636 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18593 components: - type: Transform - pos: -30.5,31.5 + pos: -102.5,53.5 parent: 2 -- proto: SignRobo - entities: - - uid: 5303 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18666 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,42.5 + pos: -104.5,53.5 parent: 2 -- proto: SignSec - entities: - - uid: 2487 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,23.5 + rot: 3.141592653589793 rad + pos: -104.5,52.5 parent: 2 -- proto: SignSecurearea - entities: - - uid: 5359 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18668 components: - type: Transform - pos: 55.5,49.5 + rot: 3.141592653589793 rad + pos: -104.5,51.5 parent: 2 - - uid: 23819 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.499207,27.502502 + rot: 3.141592653589793 rad + pos: -104.5,50.5 parent: 2 -- proto: SignShipDock - entities: - - uid: 2181 + - type: DeviceLinkSink + links: + - 18779 + - uid: 18670 components: - type: Transform - pos: -0.5,-30.5 + rot: 3.141592653589793 rad + pos: -104.5,49.5 parent: 2 - - uid: 20003 + - type: DeviceLinkSink + links: + - 18779 +- proto: ShuttersWindowOpen + entities: + - uid: 28724 components: - type: Transform - pos: -2.5,79.5 + pos: -23.5,38.5 parent: 2 - - uid: 20004 + - type: DeviceLinkSink + links: + - 438 +- proto: shuttle_manipulator + entities: + - uid: 4624 components: - type: Transform - pos: 5.5,79.5 + pos: 18.5,38.5 parent: 2 - - uid: 22735 +- proto: SignalButton + entities: + - uid: 2512 components: - type: Transform - pos: -28.5,-45.5 + rot: -1.5707963267948966 rad + pos: 48.5,51.5 parent: 2 -- proto: SignSmoking - entities: - - uid: 23853 + - type: DeviceLinkSource + linkedPorts: + 9257: + - Pressed: Toggle + - uid: 8740 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4084044,-1.2410585 + rot: 1.5707963267948966 rad + pos: 36.5,57.5 parent: 2 -- proto: SignSpace - entities: - - uid: 2470 + - type: DeviceLinkSource + linkedPorts: + 4222: + - Pressed: Toggle + 4191: + - Pressed: Toggle + 4201: + - Pressed: Toggle + - uid: 8974 components: + - type: MetaData + desc: Allows patients to leave without having medical access. + name: exit button - type: Transform - pos: 3.5,-30.5 + rot: 1.5707963267948966 rad + pos: 7.5,4.5 parent: 2 - - uid: 20213 + - type: DeviceLinkSource + linkedPorts: + 22823: + - Pressed: Toggle + 22822: + - Pressed: Toggle + - uid: 9098 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-45.5 + pos: 48.5,57.5 parent: 2 - - uid: 23830 + - type: DeviceLinkSource + linkedPorts: + 4196: + - Pressed: Toggle + 4187: + - Pressed: Toggle + 1523: + - Pressed: Toggle + - uid: 9223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,40.5 + rot: 1.5707963267948966 rad + pos: 36.5,51.5 parent: 2 - - uid: 23832 + - type: DeviceLinkSource + linkedPorts: + 9253: + - Pressed: Toggle + - uid: 12929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,79.5 + rot: 1.5707963267948966 rad + pos: 38.5,50.5 parent: 2 - - uid: 23833 + - type: DeviceLinkSource + linkedPorts: + 4222: + - Pressed: Toggle + 4191: + - Pressed: Toggle + 4201: + - Pressed: Toggle + - uid: 12930 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,57.5 + pos: 46.5,50.5 parent: 2 - - uid: 23834 + - type: DeviceLinkSource + linkedPorts: + 4187: + - Pressed: Toggle + 4196: + - Pressed: Toggle + 1523: + - Pressed: Toggle + - uid: 15119 components: - type: Transform rot: -1.5707963267948966 rad - pos: 81.5,0.5 + pos: 24.5,48.5 parent: 2 - - uid: 23835 + - type: DeviceLinkSource + linkedPorts: + 15096: + - Pressed: Toggle + 15097: + - Pressed: Toggle + 15123: + - Pressed: Toggle + 15075: + - Pressed: Toggle + - uid: 15127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-14.5 + rot: 3.141592653589793 rad + pos: 20.5,51.5 parent: 2 - - uid: 23836 + - type: DeviceLinkSource + linkedPorts: + 15048: + - Pressed: Toggle + 15047: + - Pressed: Toggle + 15064: + - Pressed: Toggle + 15063: + - Pressed: Toggle + 15062: + - Pressed: Toggle + 15061: + - Pressed: Toggle + 15060: + - Pressed: Toggle + 15057: + - Pressed: Toggle + 15058: + - Pressed: Toggle + 15059: + - Pressed: Toggle + 15065: + - Pressed: Toggle + 15066: + - Pressed: Toggle + 15067: + - Pressed: Toggle + 15068: + - Pressed: Toggle + 15069: + - Pressed: Toggle + 15070: + - Pressed: Toggle + 15071: + - Pressed: Toggle + 15072: + - Pressed: Toggle + - uid: 17789 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,-32.5 + pos: 10.5,28.5 parent: 2 - - uid: 23837 + - type: DeviceLinkSource + linkedPorts: + 1944: + - Pressed: Toggle + 1932: + - Pressed: Toggle + 1931: + - Pressed: Toggle + 1945: + - Pressed: Toggle + 1884: + - Pressed: Toggle + 1928: + - Pressed: Toggle + - uid: 17790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-35.5 + rot: 1.5707963267948966 rad + pos: 10.5,28.5 parent: 2 - - uid: 23838 + - type: DeviceLinkSource + linkedPorts: + 17788: + - Pressed: Toggle + - uid: 17791 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-53.5 + pos: 21.5,40.5 parent: 2 - - uid: 23840 + - type: DeviceLinkSource + linkedPorts: + 15083: + - Pressed: Toggle + 15082: + - Pressed: Toggle + 15081: + - Pressed: Toggle + 15080: + - Pressed: Toggle + 15078: + - Pressed: Toggle + 15079: + - Pressed: Toggle + - uid: 17792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-34.5 + pos: 28.5,40.5 parent: 2 - - uid: 23841 + - type: DeviceLinkSource + linkedPorts: + 15090: + - Pressed: Toggle + 15089: + - Pressed: Toggle + 15084: + - Pressed: Toggle + 15085: + - Pressed: Toggle + 15086: + - Pressed: Toggle + 15087: + - Pressed: Toggle + 15088: + - Pressed: Toggle + - uid: 17793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -115.5,3.5 + rot: 3.141592653589793 rad + pos: 25.5,44.5 parent: 2 - - uid: 23842 + - type: DeviceLinkSource + linkedPorts: + 15093: + - Pressed: Toggle + 14111: + - Pressed: Toggle + 15094: + - Pressed: Toggle + 15097: + - Pressed: Toggle + 15096: + - Pressed: Toggle + 15091: + - Pressed: Toggle + 15092: + - Pressed: Toggle + - uid: 18779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-13.5 + rot: 1.5707963267948966 rad + pos: -102.5,48.5 parent: 2 - - uid: 23843 + - type: DeviceLinkSource + linkedPorts: + 18591: + - Pressed: Toggle + 18592: + - Pressed: Toggle + 18590: + - Pressed: Toggle + 18589: + - Pressed: Toggle + 18593: + - Pressed: Toggle + 18666: + - Pressed: Toggle + 18667: + - Pressed: Toggle + 18668: + - Pressed: Toggle + 18669: + - Pressed: Toggle + 18670: + - Pressed: Toggle + - uid: 19389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -121.5,10.5 + pos: -27.5,43.5 parent: 2 - - uid: 31461 + - uid: 19938 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,58.5 + pos: 4.5,52.5 parent: 2 - - uid: 31641 + - type: DeviceLinkSource + linkedPorts: + 15051: + - Pressed: Toggle + 15050: + - Pressed: Toggle + 15049: + - Pressed: Toggle + 15042: + - Pressed: Toggle + 15044: + - Pressed: Toggle + 15043: + - Pressed: Toggle + 15045: + - Pressed: Toggle + 15055: + - Pressed: Toggle + 15056: + - Pressed: Toggle + - uid: 22047 components: + - type: MetaData + desc: Opens the adjacent door. + name: exit button - type: Transform - pos: -24.5,-39.5 + pos: 10.5,17.5 parent: 2 -- proto: SignTelecomms - entities: - - uid: 2769 + - type: DeviceLinkSource + linkedPorts: + 19819: + - Pressed: Toggle + - uid: 23328 components: + - type: MetaData + name: exit button - type: Transform - pos: 4.5,61.5 + rot: 1.5707963267948966 rad + pos: 8.5,-12.5 parent: 2 -- proto: SignToolStorage - entities: - - uid: 16251 + - type: DeviceLinkSource + linkedPorts: + 364: + - Pressed: Toggle + - uid: 35837 components: + - type: MetaData + desc: Allows patients to leave without having medical access. + name: exit button - type: Transform rot: 3.141592653589793 rad - pos: -70.5,4.5 + pos: 20.5,8.5 parent: 2 -- proto: SignVirology + - type: DeviceLinkSource + linkedPorts: + 22816: + - Pressed: Toggle + 22817: + - Pressed: Toggle + 22818: + - Pressed: Toggle +- proto: SignalButtonDirectional entities: - - uid: 1780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-3.5 - parent: 2 - - uid: 12981 + - uid: 438 components: - type: Transform - pos: 8.5,-13.5 + rot: 1.5707963267948966 rad + pos: -28.5,39.5 parent: 2 -- proto: SignZomlab - entities: - - uid: 5350 + - type: DeviceLinkSource + linkedPorts: + 352: + - Pressed: Toggle + 28719: + - Pressed: Toggle + 28720: + - Pressed: Toggle + 28724: + - Pressed: Toggle + 28721: + - Pressed: Toggle + 28722: + - Pressed: Toggle + 28723: + - Pressed: Toggle + - uid: 22295 components: - type: Transform - pos: 52.5,48.5 + rot: -1.5707963267948966 rad + pos: 11.5,59.5 parent: 2 -- proto: SingularityGenerator - entities: - - uid: 18685 + - type: DeviceLinkSource + linkedPorts: + 22293: + - Pressed: Toggle + 22287: + - Pressed: Toggle + - uid: 25537 components: - type: Transform - anchored: False - pos: -113.5173,50.881065 + rot: 1.5707963267948966 rad + pos: -4.5,4.5 parent: 2 - - type: Physics - bodyType: Dynamic -- proto: SinkStemlessWater - entities: - - uid: 1611 + - type: DeviceLinkSource + linkedPorts: + 9521: + - Pressed: Toggle + 25517: + - Pressed: Toggle + - uid: 26827 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,9.5 + pos: -49.5,-0.5 parent: 2 - - uid: 1782 + - type: DeviceLinkSource + linkedPorts: + 24343: + - Pressed: Toggle + - uid: 26832 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,9.5 + pos: 30.5,25.5 parent: 2 - - uid: 7500 + - type: DeviceLinkSource + linkedPorts: + 24317: + - Pressed: Toggle + - uid: 28714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-8.5 + pos: -55.5,47.5 parent: 2 - - uid: 7501 + - type: DeviceLinkSource + linkedPorts: + 29636: + - Pressed: Toggle + 29390: + - Pressed: Toggle + 31417: + - Pressed: Toggle + 23712: + - Pressed: Toggle + 31446: + - Pressed: Toggle + - uid: 30596 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,-8.5 + pos: -13.5,27.5 parent: 2 - - uid: 18070 + - type: DeviceLinkSource + linkedPorts: + 1566: + - Pressed: Toggle + - uid: 30673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,57.5 + rot: -1.5707963267948966 rad + pos: 16.5,-18.5 parent: 2 -- proto: SinkWide - entities: - - uid: 1069 + - type: DeviceLinkSource + linkedPorts: + 30654: + - Pressed: Toggle + - uid: 30933 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-2.5 + pos: -52.5,11.5 parent: 2 - - uid: 1771 + - type: DeviceLinkSource + linkedPorts: + 30932: + - Pressed: Toggle + - uid: 31151 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,1.5 + pos: 16.5,41.5 parent: 2 - - uid: 2484 + - type: DeviceLinkSource + linkedPorts: + 29623: + - Pressed: Toggle + - uid: 36484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-25.5 + rot: -1.5707963267948966 rad + pos: -56.5,11.5 parent: 2 - - uid: 2602 + - type: DeviceLinkSource + linkedPorts: + 36480: + - Pressed: Toggle + 36479: + - Pressed: Toggle + 36478: + - Pressed: Toggle + 36483: + - Pressed: Toggle + 36482: + - Pressed: Toggle + 36481: + - Pressed: Toggle + - uid: 36485 components: - type: Transform - pos: 23.5,-1.5 + rot: -1.5707963267948966 rad + pos: -7.5,-9.5 parent: 2 - - uid: 3043 + - type: DeviceLinkSource + linkedPorts: + 36487: + - Pressed: Toggle + 36488: + - Pressed: Toggle + 36486: + - Pressed: Toggle +- proto: SignalSwitchDirectional + entities: + - uid: 170 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-25.5 + pos: -34.5,-45.5 parent: 2 - - uid: 3324 + - type: DeviceLinkSource + linkedPorts: + 6721: + - On: Forward + - Off: Off + 6668: + - On: Forward + - Off: Off + 6845: + - On: Forward + - Off: Off + 6576: + - Off: Off + - On: Forward + 6918: + - On: Forward + - Off: Off + 9845: + - On: Forward + - Off: Off + 6616: + - On: Forward + - Off: Off + 8601: + - On: Forward + - Off: Off + 6932: + - On: Forward + - Off: Off + 10342: + - On: Forward + - Off: Off + 9035: + - On: Forward + - Off: Off + 6923: + - On: Forward + - Off: Off + 760: + - On: Forward + - Off: Off + - uid: 6779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-25.5 + pos: -28.5,-39.5 parent: 2 - - uid: 7595 + - type: DeviceLinkSource + linkedPorts: + 6744: + - On: Forward + - Off: Off + 6745: + - On: Forward + - Off: Off + 6757: + - On: Forward + - Off: Off + 6772: + - On: Forward + - Off: Off + 6743: + - On: Forward + - Off: Off + 6746: + - On: Forward + - Off: Off + 6750: + - On: Forward + - Off: Off + 6758: + - On: Forward + - Off: Off + 6756: + - On: Forward + - Off: Off + 6684: + - On: Forward + - Off: Off + 6685: + - On: Forward + - Off: Off + 6686: + - On: Forward + - Off: Off + 6687: + - On: Forward + - Off: Off + 10646: + - On: Forward + - Off: Off + 10621: + - On: Forward + - Off: Off + 10627: + - On: Forward + - Off: Off + 10647: + - On: Forward + - Off: Off + 29980: + - On: Forward + - Off: Off + 6782: + - On: Forward + - Off: Off + 6783: + - On: Forward + - Off: Off + 31776: + - On: Forward + - Off: Off + 31777: + - On: Forward + - Off: Off + 31778: + - On: Forward + - Off: Off + 31779: + - On: Forward + - Off: Off + 31780: + - On: Forward + - Off: Off + 6963: + - On: Forward + - Off: Off + 10624: + - On: Forward + - Off: Off + 10622: + - On: Forward + - Off: Off + 8181: + - On: Forward + - Off: Off + 6961: + - On: Forward + - Off: Off + 27957: + - Off: Off + - On: Forward + 6727: + - On: Forward + - Off: Off + 6755: + - Off: Off + - On: Forward + 436: + - On: Forward + - Off: Off + 6749: + - On: Forward + - Off: Off + 5414: + - On: Forward + - Off: Off + 6710: + - On: Forward + - Off: Off + 6669: + - On: Forward + - Off: Off + 6621: + - On: Forward + - Off: Off + 11850: + - On: Forward + - Off: Off + 31688: + - On: Forward + - Off: Off + 31689: + - On: Forward + - Off: Off + 6753: + - On: Forward + - Off: Off + 6748: + - On: Forward + - Off: Off + 6752: + - On: Forward + - Off: Off + 5429: + - On: Forward + - Off: Off + 3542: + - On: Forward + - Off: Off + 6714: + - On: Forward + - Off: Off + 11853: + - On: Forward + - Off: Off + - uid: 23220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-24.5 + rot: 3.141592653589793 rad + pos: -17.5,-26.5 parent: 2 - - uid: 7596 + - type: DeviceLinkSource + linkedPorts: + 21164: + - On: Forward + - Off: Off + 28998: + - Off: Off + - On: Forward + 29964: + - On: Forward + - Off: Off + 29965: + - On: Forward + - Off: Off + 23857: + - On: Forward + - Off: Off + 31645: + - On: Forward + - Off: Off + 11849: + - On: Forward + - Off: Off + 31687: + - On: Forward + - Off: Off + 11841: + - On: Forward + - Off: Off + 30791: + - On: Forward + - Off: Off + 31055: + - On: Forward + - Off: Off + 22358: + - On: Forward + - Off: Off + 22736: + - On: Forward + - Off: Off + 34056: + - On: Forward + - Off: Off + 34057: + - On: Forward + - Off: Off + 34058: + - On: Forward + - Off: Off + 34059: + - On: Forward + - Off: Off + 34060: + - On: Forward + - Off: Off + 20562: + - On: Forward + - Off: Off + 34061: + - On: Forward + - Off: Off + 34062: + - On: Forward + - Off: Off + 34063: + - On: Forward + - Off: Off + 34064: + - On: Forward + - Off: Off + 34065: + - On: Forward + - Off: Off + 34066: + - On: Forward + - Off: Off + 34067: + - On: Forward + - Off: Off + 31690: + - On: Forward + - Off: Off + 6725: + - Off: Off + - On: Forward + 20722: + - On: Forward + - Off: Off + 7096: + - On: Forward + - Off: Off + 30642: + - On: Forward + - Off: Off + 6650: + - On: Forward + - Off: Off + 6734: + - On: Forward + - Off: Off + 20720: + - Off: Off + - On: Forward + 760: [] + - uid: 27089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-29.5 + rot: 3.141592653589793 rad + pos: -34.5,32.5 parent: 2 - - uid: 7597 + - type: DeviceLinkSource + linkedPorts: + 26844: + - Off: Close + - On: Open + - uid: 29750 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-17.5 + pos: 84.5,57.5 parent: 2 - - uid: 12007 + - type: DeviceLinkSource + linkedPorts: + 29746: + - On: Open + - Off: Close + 29749: + - On: Open + - Off: Close + 29748: + - On: Open + - Off: Close + - uid: 29774 components: - type: Transform - pos: 72.5,-10.5 + rot: 3.141592653589793 rad + pos: 84.5,60.5 parent: 2 - - uid: 18447 + - type: DeviceLinkSource + linkedPorts: + 29768: + - On: Open + - Off: Close +- proto: SignAnomaly + entities: + - uid: 4002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,24.5 + pos: 38.5,45.5 parent: 2 - - uid: 18510 +- proto: SignAnomaly2 + entities: + - uid: 4110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,23.5 + pos: 41.5,38.5 parent: 2 -- proto: Skub +- proto: SignArmory entities: - - uid: 32587 + - uid: 16447 components: - type: Transform - pos: 74.53695,42.55083 + pos: -19.5,43.5 parent: 2 -- proto: SmartFridge - entities: - - uid: 3998 + - uid: 24778 components: - type: Transform - pos: 21.5,-7.5 + rot: -1.5707963267948966 rad + pos: -17.5,46.5 parent: 2 - - uid: 3999 + - uid: 36184 components: - type: Transform - pos: 21.5,-8.5 + pos: -31.5,38.5 parent: 2 -- proto: SMESBasic +- proto: SignAtmos entities: - - uid: 3658 + - uid: 9063 components: - - type: MetaData - name: AME SMES 2 - type: Transform - pos: -61.5,34.5 + pos: -44.5,32.5 parent: 2 - - uid: 3660 +- proto: SignAtmosMinsky + entities: + - uid: 9574 components: - - type: MetaData - name: AME SMES 1 - type: Transform - pos: -62.5,34.5 + rot: 3.141592653589793 rad + pos: -41.5,36.5 parent: 2 - - uid: 3666 + - uid: 34665 components: - - type: MetaData - name: AME SMES 3 - type: Transform - pos: -60.5,34.5 + rot: 3.141592653589793 rad + pos: 70.5,-6.5 parent: 2 - - uid: 9975 +- proto: SignBar + entities: + - uid: 2186 components: - - type: MetaData - name: North Solars SMES 1 - type: Transform - pos: -58.5,40.5 + pos: 12.5,-21.5 parent: 2 - - uid: 9976 + - uid: 3366 components: - - type: MetaData - name: North Solars SMES 2 - type: Transform - pos: -57.5,40.5 + rot: 3.141592653589793 rad + pos: 12.5,-17.5 parent: 2 - - uid: 10407 + - uid: 15532 components: - - type: MetaData - name: South West Solars SMES 1 - type: Transform - pos: -61.5,-33.5 + pos: -34.5,63.5 parent: 2 - - uid: 10411 +- proto: SignBio + entities: + - uid: 5351 components: - - type: MetaData - name: South West Solars SMES 2 - type: Transform - pos: -61.5,-35.5 + pos: 52.5,52.5 parent: 2 - - uid: 13398 +- proto: SignBiohazard + entities: + - uid: 5352 components: - - type: MetaData - name: South East Solars SMES 2 - type: Transform - pos: 57.5,-34.5 + pos: 51.5,47.5 parent: 2 - - uid: 13399 +- proto: SignBiohazardMed + entities: + - uid: 5353 components: - - type: MetaData - name: South East Solars SMES 1 - type: Transform - pos: 55.5,-34.5 + pos: 55.5,47.5 parent: 2 - - uid: 19041 +- proto: SignBridge + entities: + - uid: 2599 components: - - type: MetaData - name: Singularity SMES - type: Transform - pos: -93.5,54.5 + rot: 3.141592653589793 rad + pos: 3.5,37.5 parent: 2 -- proto: SMESMachineCircuitboard +- proto: SignCargo entities: - - uid: 2339 + - uid: 2946 components: - type: Transform - pos: -47.29088,26.780298 + pos: -9.5,-17.5 parent: 2 - - uid: 6681 +- proto: SignChapel + entities: + - uid: 2204 components: - type: Transform - pos: -47.60338,26.78811 + rot: 3.141592653589793 rad + pos: 33.5,22.5 parent: 2 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 14213 + - uid: 23882 components: - type: Transform - pos: 11.465008,47.60172 + rot: 1.5707963267948966 rad + pos: 51.511288,19.44273 parent: 2 -- proto: Soap +- proto: SignChem entities: - - uid: 18540 + - uid: 1177 components: - type: Transform - pos: -40.512363,24.825838 + pos: 18.5,-12.5 parent: 2 - - uid: 18541 + - uid: 1422 components: - type: Transform - pos: -40.293613,22.622713 + pos: 15.5,4.5 parent: 2 -- proto: soda_dispenser - entities: - - uid: 4644 + - uid: 1423 components: - type: Transform - pos: 9.5,54.5 + pos: 18.5,-6.5 parent: 2 - - uid: 5749 +- proto: SignCloning + entities: + - uid: 2188 components: - type: Transform - pos: 19.5,-27.5 + pos: 21.5,4.5 parent: 2 - - uid: 33656 + - uid: 30970 components: - type: Transform - pos: -42.5,67.5 + pos: 29.5,1.5 parent: 2 -- proto: SodaDispenserMachineCircuitboard +- proto: SignConference entities: - - uid: 35824 + - uid: 14164 components: - type: Transform - pos: -51.07225,27.611994 + pos: 16.5,46.5 parent: 2 -- proto: SolarAssembly +- proto: SignConspiracyBoard entities: - - uid: 9784 + - uid: 2888 components: - type: Transform - pos: -93.5,-58.5 + pos: 47.5,35.5 parent: 2 - - uid: 10439 + - uid: 14047 components: - type: Transform - pos: -96.5,-53.5 + rot: 3.141592653589793 rad + pos: 13.5,51.5 parent: 2 - - uid: 10441 + - uid: 15973 components: - type: Transform - pos: -97.5,-33.5 + pos: -35.5,36.5 parent: 2 - - uid: 10466 +- proto: SignCourt + entities: + - uid: 4443 components: - type: Transform - pos: -94.5,-33.5 + pos: -1.5,50.5 parent: 2 - - uid: 10467 +- proto: SignCryogenicsMed + entities: + - uid: 1008 components: - type: Transform - pos: -86.5,-45.5 + pos: 32.5,-3.5 parent: 2 - - uid: 10469 + - uid: 30968 components: - type: Transform - pos: -84.5,-40.5 + pos: 30.5,-12.5 parent: 2 - - uid: 10471 +- proto: SignDanger + entities: + - uid: 5354 components: - type: Transform - pos: -83.5,-45.5 + pos: 54.5,50.5 parent: 2 - - uid: 10473 + - uid: 5355 components: - type: Transform - pos: -96.5,-43.5 + pos: 51.5,50.5 parent: 2 - - uid: 10475 + - uid: 19658 components: - type: Transform - pos: -92.5,-48.5 + pos: 6.5,66.5 parent: 2 - - uid: 10480 + - uid: 19667 components: - type: Transform - pos: -84.5,-55.5 + pos: 3.5,66.5 parent: 2 - - uid: 13589 + - uid: 33543 components: - type: Transform - pos: -85.5,-58.5 + pos: 85.5,21.5 parent: 2 - - uid: 13591 + - uid: 33544 components: - type: Transform - pos: -85.5,-63.5 + pos: 63.5,32.5 parent: 2 - - uid: 13610 + - uid: 33545 components: - type: Transform - pos: -82.5,-58.5 + pos: 61.5,33.5 parent: 2 - - uid: 13633 + - uid: 33546 components: - type: Transform - pos: 53.5,-80.5 + pos: 53.5,37.5 parent: 2 - - uid: 23580 + - uid: 33547 components: - type: Transform - pos: 50.5,-51.5 + pos: 53.5,44.5 parent: 2 - - uid: 31287 + - uid: 33548 components: - type: Transform - pos: 63.5,-69.5 + pos: 56.5,58.5 parent: 2 - - uid: 31288 + - uid: 33549 components: - type: Transform - pos: 63.5,-44.5 + pos: 61.5,58.5 parent: 2 - - uid: 31299 + - uid: 33550 components: - type: Transform - pos: 50.5,-61.5 + pos: 52.5,41.5 parent: 2 - - uid: 31309 + - uid: 33551 components: - type: Transform - pos: 69.5,-81.5 + pos: 95.5,48.5 parent: 2 - - uid: 31329 + - uid: 33552 components: - type: Transform - pos: 51.5,-64.5 + pos: 83.5,67.5 parent: 2 - - uid: 31330 +- proto: SignDirectionalBar + entities: + - uid: 6371 components: - type: Transform - pos: 50.5,-46.5 + rot: -1.5707963267948966 rad + pos: 22.500387,-14.729669 parent: 2 - - uid: 31905 + - uid: 16474 components: - type: Transform - pos: 60.5,-56.5 + pos: 16.499256,-17.242163 parent: 2 - - uid: 31906 + - uid: 23855 components: - type: Transform - pos: 62.5,-54.5 + rot: 1.5707963267948966 rad + pos: 6.5105877,-17.512625 parent: 2 - - uid: 31908 + - uid: 23858 components: - type: Transform - pos: 64.5,-51.5 + rot: -1.5707963267948966 rad + pos: 44.499825,-15.712059 parent: 2 - - uid: 32277 + - uid: 23860 components: - type: Transform - pos: 61.5,-64.5 + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 parent: 2 - - uid: 32278 + - uid: 33650 components: - type: Transform - pos: 68.5,-85.5 + rot: -1.5707963267948966 rad + pos: -29.5,63.5 parent: 2 - - uid: 32279 +- proto: SignDirectionalBridge + entities: + - uid: 23887 components: - type: Transform - pos: 67.5,-86.5 + rot: 1.5707963267948966 rad + pos: 3.5065484,40.20192 parent: 2 - - uid: 35407 + - uid: 23888 components: - type: Transform - pos: -86.5,66.5 + rot: 3.141592653589793 rad + pos: 6.5221734,-17.763191 parent: 2 - - uid: 35408 + - uid: 26855 components: - type: Transform - pos: -74.5,71.5 + rot: 3.141592653589793 rad + pos: -0.48320675,25.24322 parent: 2 - - uid: 35409 +- proto: SignDirectionalBrig + entities: + - uid: 22618 components: - type: Transform - pos: -76.5,74.5 + rot: -1.5707963267948966 rad + pos: -0.5,62.5 parent: 2 - - uid: 35410 + - uid: 23806 components: - type: Transform - pos: -83.5,74.5 + rot: 3.141592653589793 rad + pos: -0.5,25.5 parent: 2 - - uid: 35411 +- proto: SignDirectionalChapel + entities: + - uid: 9178 components: - type: Transform - pos: -76.5,84.5 + rot: 1.5707963267948966 rad + pos: 5.5,23.5 parent: 2 - - uid: 35412 + - uid: 23880 components: - type: Transform - pos: -84.5,94.5 + rot: 3.141592653589793 rad + pos: 51.46012,6.2804375 parent: 2 - - uid: 35413 + - uid: 23881 components: - type: Transform - pos: -83.5,59.5 + rot: 1.5707963267948966 rad + pos: 51.52262,15.850657 parent: 2 - - uid: 35414 +- proto: SignDirectionalChemistry + entities: + - uid: 1223 components: - type: Transform - pos: -85.5,59.5 + rot: 1.5707963267948966 rad + pos: 22.5,-14.5 parent: 2 -- proto: SolarPanel - entities: - - uid: 9791 + - uid: 23814 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-45.5 + pos: 15.5,-12.5 parent: 2 - - uid: 9793 + - uid: 23844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-35.5 + rot: 1.5707963267948966 rad + pos: 5.5,-17.5 parent: 2 - - uid: 9795 +- proto: SignDirectionalCryo + entities: + - uid: 1024 components: - type: Transform rot: 3.141592653589793 rad - pos: -82.5,-40.5 + pos: 27.5,-12.5 parent: 2 - - uid: 9807 + - uid: 25173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-69.5 + pos: -0.5,-3.5 parent: 2 - - uid: 9808 + - uid: 25282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-54.5 + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 parent: 2 - - uid: 9821 + - uid: 26213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-71.5 + rot: 3.141592653589793 rad + pos: -0.5,-29.5 parent: 2 - - uid: 9832 + - uid: 30962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-71.5 + rot: 1.5707963267948966 rad + pos: 7.550045,4.7897277 parent: 2 - - uid: 9833 + - uid: 30967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-71.5 + pos: 29.573904,4.8227987 parent: 2 - - uid: 9837 + - uid: 30969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-69.5 + pos: 29.5,-2.5 parent: 2 - - uid: 9847 +- proto: SignDirectionalEng + entities: + - uid: 22480 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-69.5 + pos: -2.4988317,23.758844 parent: 2 - - uid: 10389 + - uid: 23849 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-71.5 + pos: -3.4359844,-17.244627 parent: 2 - - uid: 10428 + - uid: 23867 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-71.5 + pos: -38.436584,-12.501854 parent: 2 - - uid: 10430 + - uid: 23873 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,-71.5 - parent: 2 - - uid: 10446 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-35.5 - parent: 2 - - uid: 10487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-58.5 + pos: -45.491207,18.289341 parent: 2 - - uid: 10491 +- proto: SignDirectionalEvac + entities: + - uid: 6374 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,-58.5 + pos: -0.49538875,-29.74709 parent: 2 - - uid: 10492 + - uid: 8402 components: - type: Transform rot: 3.141592653589793 rad - pos: -86.5,-63.5 + pos: -44.5,-8.5 parent: 2 - - uid: 10499 + - uid: 17012 components: - type: Transform rot: 3.141592653589793 rad - pos: -84.5,-38.5 + pos: 3.5,45.5 parent: 2 - - uid: 10500 + - uid: 23813 components: - type: Transform rot: 3.141592653589793 rad - pos: -82.5,-38.5 + pos: 3.5,25.5 parent: 2 - - uid: 10501 + - uid: 23846 components: - type: Transform rot: 3.141592653589793 rad - pos: -86.5,-38.5 + pos: -2.4906719,-17.25244 parent: 2 - - uid: 10502 + - uid: 23886 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,-38.5 + pos: -0.47527122,62.785336 parent: 2 - - uid: 10503 + - uid: 23890 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-38.5 + pos: -1.4462893,-11.719762 parent: 2 - - uid: 10506 + - uid: 23891 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-40.5 - parent: 2 - - uid: 13466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-66.5 - parent: 2 - - uid: 13467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-69.5 - parent: 2 - - uid: 13468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-66.5 + pos: -1.4619143,16.77201 parent: 2 - - uid: 13470 + - uid: 23892 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-64.5 + pos: 35.48505,17.728174 parent: 2 - - uid: 13471 + - uid: 23893 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,-69.5 + pos: 47.512714,16.526192 parent: 2 - - uid: 13475 + - uid: 23894 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,-40.5 + pos: 45.5049,-19.23642 parent: 2 - - uid: 13482 + - uid: 23896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-35.5 + rot: 1.5707963267948966 rad + pos: -48.454502,6.744308 parent: 2 - - uid: 13490 + - uid: 23897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-33.5 + rot: 1.5707963267948966 rad + pos: -31.46659,23.506786 parent: 2 - - uid: 13491 + - uid: 23898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-33.5 + rot: 1.5707963267948966 rad + pos: -74.45819,10.307827 parent: 2 - - uid: 13492 + - uid: 23899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-33.5 + rot: 1.5707963267948966 rad + pos: -94.39373,10.266306 parent: 2 - - uid: 13535 + - uid: 23905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-64.5 + rot: 3.141592653589793 rad + pos: 3.5,8.5 parent: 2 - - uid: 13580 +- proto: SignDirectionalFood + entities: + - uid: 21466 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-49.5 + pos: -2.4832067,23.235407 parent: 2 - - uid: 13582 + - uid: 23851 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,-44.5 + pos: -3.431856,-17.486814 parent: 2 - - uid: 13584 + - uid: 23901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-35.5 + pos: -48.472904,-11.470109 parent: 2 - - uid: 13593 + - uid: 23902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-58.5 + rot: -1.5707963267948966 rad + pos: -32.496925,-17.22792 parent: 2 - - uid: 13594 + - uid: 23903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-53.5 + pos: -46.455734,-13.7279215 parent: 2 - - uid: 13595 + - uid: 23904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-53.5 + pos: -38.455734,-17.298233 parent: 2 - - uid: 13606 +- proto: SignDirectionalHop + entities: + - uid: 23852 components: - type: Transform rot: 3.141592653589793 rad - pos: -86.5,-53.5 + pos: 6.5021544,-17.25244 parent: 2 - - uid: 13607 +- proto: SignDirectionalHydro + entities: + - uid: 23810 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-53.5 + pos: -48.48382,-7.2507544 parent: 2 - - uid: 13608 + - uid: 23816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-58.5 + rot: -1.5707963267948966 rad + pos: -2.5,22.5 parent: 2 - - uid: 13615 + - uid: 23848 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,-44.5 + pos: -2.4828594,-17.75244 parent: 2 - - uid: 13623 + - uid: 23868 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-46.5 + pos: -38.436584,-12.267479 parent: 2 - - uid: 13624 + - uid: 23869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-46.5 + pos: -47.504093,10.266583 parent: 2 - - uid: 13625 + - uid: 23870 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,-51.5 + pos: -31.503471,23.251003 parent: 2 - - uid: 13628 +- proto: SignDirectionalJanitor + entities: + - uid: 20991 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-49.5 + pos: -2.5,23.5 parent: 2 - - uid: 13630 + - uid: 23872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-51.5 + rot: 1.5707963267948966 rad + pos: 32.5209,-0.7626915 parent: 2 - - uid: 13634 +- proto: SignDirectionalLibrary + entities: + - uid: 23883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-56.5 + rot: 3.141592653589793 rad + pos: 51.440975,6.549694 parent: 2 - - uid: 13660 + - uid: 23884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-46.5 + rot: 3.141592653589793 rad + pos: 51.53832,15.57411 parent: 2 - - uid: 13661 + - uid: 23885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-46.5 + rot: 3.141592653589793 rad + pos: 54.522694,25.27844 parent: 2 - - uid: 13680 + - uid: 26856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-77.5 + rot: 1.5707963267948966 rad + pos: 5.5323524,23.211216 parent: 2 - - uid: 13690 +- proto: SignDirectionalLogistics + entities: + - uid: 23859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-48.5 + rot: -1.5707963267948966 rad + pos: -3.4342637,-17.746038 parent: 2 - - uid: 13692 + - uid: 23861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-48.5 + rot: 1.5707963267948966 rad + pos: -48.484005,-11.197954 parent: 2 - - uid: 13693 + - uid: 23900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-50.5 + rot: -1.5707963267948966 rad + pos: 34.525036,-17.158611 parent: 2 - - uid: 13694 + - uid: 26190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-48.5 + pos: -13.403669,-17.2851 parent: 2 - - uid: 13695 + - uid: 31888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-45.5 + pos: -46.4965,10.269556 parent: 2 - - uid: 13698 +- proto: SignDirectionalMed + entities: + - uid: 23808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-49.5 + pos: 48.5,-6.5 parent: 2 - - uid: 13701 + - uid: 23817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-49.5 + pos: -2.4978511,22.24327 parent: 2 - - uid: 13705 + - uid: 23845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-49.5 + rot: 3.141592653589793 rad + pos: 5.5115795,-17.242666 parent: 2 - - uid: 13708 + - uid: 23862 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-51.5 + pos: 34.51649,-17.40539 parent: 2 - - uid: 13709 + - uid: 23864 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,-51.5 + pos: 47.540833,16.834927 parent: 2 - - uid: 13710 + - uid: 23865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-56.5 + rot: 3.141592653589793 rad + pos: -43.493057,7.8181133 parent: 2 - - uid: 13714 + - uid: 23866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-56.5 + rot: 1.5707963267948966 rad + pos: -38.45148,-12.744019 parent: 2 - - uid: 17006 +- proto: SignDirectionalSalvage + entities: + - uid: 21012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-46.5 + pos: -17.5,-27.5 parent: 2 - - uid: 18697 + - uid: 22264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-84.5 + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 parent: 2 - - uid: 18787 + - uid: 22266 components: - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-43.5 + pos: -13.409092,-17.529654 parent: 2 - - uid: 18788 +- proto: SignDirectionalSci + entities: + - uid: 23850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-43.5 + rot: 1.5707963267948966 rad + pos: 5.4983835,-17.75244 parent: 2 - - uid: 18889 + - uid: 23878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-43.5 + rot: 1.5707963267948966 rad + pos: 44.526928,-15.133438 parent: 2 - - uid: 18892 + - uid: 23879 components: - type: Transform rot: 3.141592653589793 rad - pos: -97.5,-45.5 + pos: 51.467934,6.0148125 parent: 2 - - uid: 18894 + - uid: 26131 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-40.5 + rot: 1.5707963267948966 rad + pos: 5.508915,23.773716 parent: 2 - - uid: 19723 + - uid: 30340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-61.5 + rot: 3.141592653589793 rad + pos: 30.519985,22.737196 parent: 2 - - uid: 22255 +- proto: SignDirectionalSec + entities: + - uid: 23818 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-59.5 + pos: -2.5117471,22.766708 parent: 2 - - uid: 23724 + - uid: 23847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-61.5 + rot: 3.141592653589793 rad + pos: -2.4906719,-17.510252 parent: 2 - - uid: 28749 + - uid: 23874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-59.5 + rot: 3.141592653589793 rad + pos: -17.477133,23.300415 parent: 2 - - uid: 31271 + - uid: 23875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-59.5 + rot: 1.5707963267948966 rad + pos: -47.499043,10.51958 parent: 2 - - uid: 31284 + - uid: 23876 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-61.5 + pos: -36.482662,-12.754795 parent: 2 - - uid: 31904 + - uid: 23877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-84.5 + rot: 1.5707963267948966 rad + pos: 44.519115,-15.414688 parent: 2 - - uid: 31909 +- proto: SignDirectionalSolar + entities: + - uid: 9563 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,-44.5 + pos: 65.5,-30.5 parent: 2 - - uid: 31999 + - uid: 23824 components: - type: Transform rot: -1.5707963267948966 rad - pos: 65.5,-85.5 + pos: -57.5,-32.5 parent: 2 - - uid: 32000 + - uid: 23825 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-80.5 + pos: -53.5,-37.5 parent: 2 - - uid: 32002 + - uid: 23826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-77.5 + pos: 54.5,-32.5 parent: 2 - - uid: 32018 + - uid: 23827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-38.5 + rot: 1.5707963267948966 rad + pos: 45.5,-28.5 parent: 2 - - uid: 32274 + - uid: 23828 components: - type: Transform rot: 3.141592653589793 rad - pos: -97.5,-38.5 + pos: -55.5,38.5 parent: 2 - - uid: 32285 + - uid: 23829 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-44.5 + pos: -61.5,42.5 parent: 2 - - uid: 32309 +- proto: SignDirectionalSupply + entities: + - uid: 34972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-44.5 + rot: 1.5707963267948966 rad + pos: 32.5,7.5 parent: 2 - - uid: 32323 +- proto: SignDirectionalWash + entities: + - uid: 16475 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-56.5 + pos: -28.5,65.5 parent: 2 - - uid: 32324 + - uid: 23820 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,-59.5 + pos: 12.5,-22.5 parent: 2 - - uid: 35295 + - uid: 23821 components: - type: Transform - pos: -77.5,56.5 + rot: 3.141592653589793 rad + pos: 70.5,-15.5 parent: 2 - - uid: 35296 +- proto: SignDisposalSpace + entities: + - uid: 16960 components: - type: Transform - pos: -76.5,56.5 + rot: 1.5707963267948966 rad + pos: -35.5,12.5 parent: 2 - - uid: 35297 + - uid: 18254 components: - type: Transform - pos: -74.5,56.5 + pos: -18.5,52.5 parent: 2 - - uid: 35298 + - uid: 18256 components: - type: Transform - pos: -72.5,56.5 + pos: -33.5,56.5 parent: 2 - - uid: 35299 +- proto: SignElectrical + entities: + - uid: 1263 components: - type: Transform - pos: -72.5,54.5 + pos: -52.5,63.5 parent: 2 - - uid: 35300 + - uid: 6211 components: - type: Transform - pos: -74.5,54.5 + pos: -52.5,56.5 parent: 2 - - uid: 35301 + - uid: 31278 components: - type: Transform - pos: -76.5,54.5 + rot: 1.5707963267948966 rad + pos: -39.5,74.5 parent: 2 - - uid: 35302 + - uid: 31279 components: - type: Transform - pos: -75.5,54.5 + rot: 1.5707963267948966 rad + pos: -48.5,74.5 parent: 2 - - uid: 35303 + - uid: 31280 components: - type: Transform - pos: -84.5,56.5 + rot: 1.5707963267948966 rad + pos: -52.5,71.5 parent: 2 - - uid: 35304 + - uid: 31281 components: - type: Transform - pos: -86.5,56.5 + rot: 1.5707963267948966 rad + pos: -52.5,68.5 parent: 2 - - uid: 35305 +- proto: SignEngine + entities: + - uid: 8856 components: - type: Transform - pos: -87.5,56.5 + pos: -56.5,13.5 parent: 2 - - uid: 35306 +- proto: SignEngineering + entities: + - uid: 8820 components: - type: Transform - pos: -88.5,54.5 + pos: -46.5,15.5 parent: 2 - - uid: 35307 +- proto: SignEscapePods + entities: + - uid: 8479 components: - type: Transform - pos: -87.5,54.5 + pos: 46.5,-35.5 parent: 2 - - uid: 35308 + - uid: 13784 components: - type: Transform - pos: -86.5,54.5 + rot: 1.5707963267948966 rad + pos: 81.5,-3.5 parent: 2 - - uid: 35309 + - uid: 19927 components: - type: Transform - pos: -75.5,59.5 + pos: -63.5,-19.5 parent: 2 - - uid: 35310 + - uid: 20019 components: - type: Transform - pos: -74.5,59.5 + pos: -63.5,-13.5 parent: 2 - - uid: 35311 +- proto: SignEVA + entities: + - uid: 1992 components: - type: Transform - pos: -72.5,61.5 + pos: 18.5,22.5 parent: 2 - - uid: 35312 +- proto: SignExamroom + entities: + - uid: 5926 components: - type: Transform - pos: -75.5,61.5 + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 parent: 2 - - uid: 35313 +- proto: SignExplosives + entities: + - uid: 19668 components: - type: Transform - pos: -77.5,61.5 + pos: 6.5,64.5 parent: 2 - - uid: 35314 +- proto: SignGravity + entities: + - uid: 29563 components: - type: Transform - pos: -83.5,61.5 + rot: -1.5707963267948966 rad + pos: -56.5,15.5 parent: 2 - - uid: 35315 +- proto: SignHead + entities: + - uid: 1975 components: - type: Transform - pos: -84.5,61.5 + pos: 13.5,22.5 parent: 2 - - uid: 35316 + - uid: 3553 components: - type: Transform - pos: -86.5,61.5 + rot: -1.5707963267948966 rad + pos: 5.5,22.5 parent: 2 - - uid: 35317 +- proto: SignHydro1 + entities: + - uid: 18405 components: - type: Transform - pos: -86.5,59.5 + pos: -48.5,4.5 parent: 2 - - uid: 35318 +- proto: SignInterrogation + entities: + - uid: 15537 components: - type: Transform - pos: -88.5,59.5 + pos: -19.5,31.5 parent: 2 - - uid: 35319 +- proto: SignJanitor + entities: + - uid: 26888 components: - type: Transform - pos: -84.5,59.5 + rot: -1.5707963267948966 rad + pos: -38.5,20.5 parent: 2 - - uid: 35320 +- proto: SignLastIdiot + entities: + - uid: 30683 components: - type: Transform - pos: -76.5,64.5 + rot: 3.141592653589793 rad + pos: -48.5,71.5 parent: 2 - - uid: 35321 +- proto: SignLibrary + entities: + - uid: 22680 components: - type: Transform - pos: -73.5,66.5 + rot: 3.141592653589793 rad + pos: 52.5,25.5 parent: 2 - - uid: 35322 +- proto: SignMail + entities: + - uid: 2945 components: - type: Transform - pos: -74.5,66.5 + pos: -5.5,-18.5 parent: 2 - - uid: 35323 + - uid: 6528 components: - type: Transform - pos: -87.5,66.5 + pos: -10.5,-22.5 parent: 2 - - uid: 35324 +- proto: SignMedical + entities: + - uid: 864 components: - type: Transform - pos: -88.5,64.5 + rot: 3.141592653589793 rad + pos: -2.5,17.5 parent: 2 - - uid: 35325 + - uid: 2116 components: - type: Transform - pos: -83.5,66.5 + rot: -1.5707963267948966 rad + pos: -2.5,-12.5 parent: 2 - - uid: 35326 + - uid: 19809 components: - type: Transform - pos: -84.5,66.5 + pos: -40.5,60.5 parent: 2 - - uid: 35327 +- proto: SignMorgue + entities: + - uid: 1379 components: - type: Transform - pos: -85.5,69.5 + pos: 24.5,8.5 parent: 2 - - uid: 35328 + - uid: 1381 components: - type: Transform - pos: -87.5,69.5 + pos: 24.5,17.5 parent: 2 - - uid: 35329 + - uid: 1382 components: - type: Transform - pos: -85.5,71.5 + pos: 31.5,17.5 parent: 2 - - uid: 35330 +- proto: SignPlaque + entities: + - uid: 175 components: - type: Transform - pos: -83.5,69.5 + pos: 25.5,-26.5 parent: 2 - - uid: 35331 + - uid: 14193 components: - type: Transform - pos: -75.5,69.5 + pos: 20.5,60.5 parent: 2 - - uid: 35332 + - uid: 16624 components: - type: Transform - pos: -73.5,71.5 + pos: -7.5,62.5 parent: 2 - - uid: 35333 +- proto: SignPrison + entities: + - uid: 17879 components: - type: Transform - pos: -74.5,69.5 + rot: 1.5707963267948966 rad + pos: -0.5,65.5 parent: 2 - - uid: 35334 +- proto: SignRadiation + entities: + - uid: 18885 components: - type: Transform - pos: -76.5,76.5 + pos: -104.5,64.5 parent: 2 - - uid: 35335 + - uid: 18887 components: - type: Transform - pos: -75.5,76.5 + pos: -111.5,65.5 parent: 2 - - uid: 35336 + - uid: 18888 components: - type: Transform - pos: -74.5,76.5 + pos: -125.5,61.5 parent: 2 - - uid: 35337 + - uid: 18890 components: - type: Transform - pos: -87.5,74.5 + pos: -92.5,54.5 parent: 2 - - uid: 35338 + - uid: 18891 components: - type: Transform - pos: -86.5,74.5 + pos: -92.5,48.5 parent: 2 - - uid: 35339 + - uid: 18893 components: - type: Transform - pos: -85.5,74.5 + pos: -103.5,43.5 parent: 2 - - uid: 35340 + - uid: 18895 components: - type: Transform - pos: -84.5,76.5 + pos: -118.5,37.5 parent: 2 - - uid: 35341 + - uid: 18896 components: - type: Transform - pos: -85.5,76.5 + pos: -126.5,41.5 parent: 2 - - uid: 35342 + - uid: 18897 components: - type: Transform - pos: -86.5,76.5 + pos: -126.5,58.5 parent: 2 - - uid: 35343 + - uid: 18913 components: - type: Transform - pos: -88.5,76.5 + pos: -101.5,64.5 parent: 2 - - uid: 35344 + - uid: 31300 components: - type: Transform - pos: -88.5,74.5 + rot: 3.141592653589793 rad + pos: -98.5,43.5 parent: 2 - - uid: 35345 + - uid: 31308 components: - type: Transform - pos: -83.5,76.5 + rot: 3.141592653589793 rad + pos: -93.5,46.5 parent: 2 - - uid: 35346 + - uid: 31318 components: - type: Transform - pos: -83.5,81.5 + pos: -122.5,44.5 parent: 2 - - uid: 35347 + - uid: 31325 components: - type: Transform - pos: -84.5,81.5 + pos: -106.5,41.5 parent: 2 - - uid: 35348 + - uid: 32259 components: - type: Transform - pos: -85.5,79.5 + rot: 3.141592653589793 rad + pos: -119.5,61.5 parent: 2 - - uid: 35349 + - uid: 32260 components: - type: Transform - pos: -88.5,79.5 + rot: 3.141592653589793 rad + pos: -108.5,61.5 parent: 2 - - uid: 35350 + - uid: 32261 components: - type: Transform - pos: -76.5,81.5 + rot: 3.141592653589793 rad + pos: -122.5,56.5 parent: 2 - - uid: 35351 + - uid: 32262 components: - type: Transform - pos: -72.5,79.5 + rot: 3.141592653589793 rad + pos: -122.5,53.5 parent: 2 - - uid: 35352 + - uid: 32263 components: - type: Transform - pos: -74.5,79.5 + rot: 3.141592653589793 rad + pos: -122.5,47.5 parent: 2 - - uid: 35353 + - uid: 32264 components: - type: Transform - pos: -72.5,84.5 + rot: 3.141592653589793 rad + pos: -118.5,41.5 parent: 2 - - uid: 35354 + - uid: 32265 components: - type: Transform - pos: -76.5,86.5 + rot: 3.141592653589793 rad + pos: -109.5,41.5 parent: 2 - - uid: 35355 + - uid: 32266 components: - type: Transform - pos: -86.5,84.5 + rot: 3.141592653589793 rad + pos: -97.5,57.5 parent: 2 - - uid: 35356 + - uid: 32267 components: - type: Transform - pos: -83.5,89.5 + rot: 3.141592653589793 rad + pos: -102.5,59.5 parent: 2 - - uid: 35357 + - uid: 32336 components: - type: Transform - pos: -72.5,91.5 + rot: 3.141592653589793 rad + pos: -97.5,65.5 parent: 2 - - uid: 35358 +- proto: SignRadiationMed + entities: + - uid: 18909 components: - type: Transform - pos: -76.5,96.5 + pos: -119.5,64.5 parent: 2 - - uid: 35359 + - uid: 18910 components: - type: Transform - pos: -73.5,94.5 + pos: -125.5,51.5 parent: 2 - - uid: 35360 + - uid: 18911 components: - type: Transform - pos: -85.5,94.5 + pos: -98.5,61.5 parent: 2 -- proto: SolarPanelBroken - entities: - - uid: 9788 + - uid: 18912 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-53.5 + pos: -106.5,60.5 parent: 2 - - uid: 9789 +- proto: SignRedFour + entities: + - uid: 15837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-65.5 + pos: -24.5,27.5 parent: 2 - - uid: 9790 +- proto: SignRedOne + entities: + - uid: 7724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-60.5 + pos: -24.5,31.5 parent: 2 - - uid: 9792 + - uid: 13045 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-48.5 + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 parent: 2 - - uid: 10442 +- proto: SignRedThree + entities: + - uid: 7427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-53.5 + pos: -30.5,27.5 parent: 2 - - uid: 10443 + - uid: 22072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-60.5 + rot: -1.5707963267948966 rad + pos: 8.5,-10.5 parent: 2 - - uid: 10444 +- proto: SignRedTwo + entities: + - uid: 13037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-65.5 + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 parent: 2 - - uid: 10445 + - uid: 15636 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-48.5 + pos: -30.5,31.5 parent: 2 - - uid: 10472 +- proto: SignRobo + entities: + - uid: 5303 components: - type: Transform rot: 3.141592653589793 rad - pos: -95.5,-48.5 + pos: 41.5,42.5 parent: 2 - - uid: 10481 +- proto: SignSec + entities: + - uid: 2487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-55.5 + rot: -1.5707963267948966 rad + pos: -13.5,23.5 parent: 2 - - uid: 10482 +- proto: SignSecurearea + entities: + - uid: 5359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-55.5 + pos: 55.5,49.5 parent: 2 - - uid: 10483 + - uid: 23819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-53.5 + rot: -1.5707963267948966 rad + pos: -17.499207,27.502502 parent: 2 - - uid: 10484 +- proto: SignShipDock + entities: + - uid: 2181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-53.5 + pos: -0.5,-30.5 parent: 2 - - uid: 10485 + - uid: 20003 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-58.5 + pos: -2.5,79.5 parent: 2 - - uid: 10486 + - uid: 20004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-53.5 + pos: 5.5,79.5 parent: 2 - - uid: 10488 + - uid: 22735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-55.5 + pos: -28.5,-45.5 parent: 2 - - uid: 10489 +- proto: SignSmoking + entities: + - uid: 30964 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-60.5 + rot: 1.5707963267948966 rad + pos: 7.5,-2.5 parent: 2 - - uid: 10490 +- proto: SignSpace + entities: + - uid: 2470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-65.5 + pos: 3.5,-30.5 parent: 2 - - uid: 13474 + - uid: 20213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-48.5 + rot: -1.5707963267948966 rad + pos: -15.5,-45.5 parent: 2 - - uid: 13489 + - uid: 23830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-50.5 + rot: -1.5707963267948966 rad + pos: -59.5,40.5 parent: 2 - - uid: 13581 + - uid: 23832 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-44.5 + pos: 1.5,79.5 parent: 2 - - uid: 13583 + - uid: 23833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-48.5 + rot: -1.5707963267948966 rad + pos: 30.5,57.5 parent: 2 - - uid: 13609 + - uid: 23834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-45.5 + rot: -1.5707963267948966 rad + pos: 81.5,0.5 parent: 2 - - uid: 13612 + - uid: 23835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-45.5 + rot: -1.5707963267948966 rad + pos: 78.5,-14.5 parent: 2 - - uid: 13626 + - uid: 23836 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,-49.5 + pos: 58.5,-32.5 parent: 2 - - uid: 13629 + - uid: 23837 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-56.5 + pos: 45.5,-35.5 parent: 2 - - uid: 13631 + - uid: 23838 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-54.5 + pos: -2.5,-53.5 parent: 2 - - uid: 13632 + - uid: 23840 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,-46.5 + pos: -57.5,-34.5 parent: 2 - - uid: 13635 + - uid: 23842 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,-69.5 + pos: -65.5,-13.5 parent: 2 - - uid: 13636 + - uid: 31641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-71.5 + pos: -24.5,-39.5 parent: 2 - - uid: 13637 +- proto: SignSurgery + entities: + - uid: 22026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-49.5 + pos: -12.5,0.5 parent: 2 - - uid: 13638 +- proto: SignTelecomms + entities: + - uid: 2769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-49.5 + pos: 4.5,61.5 parent: 2 - - uid: 13696 +- proto: SignToolStorage + entities: + - uid: 1137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-38.5 + rot: -1.5707963267948966 rad + pos: -70.5,4.5 parent: 2 - - uid: 13697 +- proto: SignVirology + entities: + - uid: 22038 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-45.5 + pos: -13.5,4.5 parent: 2 - - uid: 13712 +- proto: SignZomlab + entities: + - uid: 5350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-79.5 + pos: 52.5,48.5 parent: 2 - - uid: 13713 +- proto: SingularityGenerator + entities: + - uid: 18685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-82.5 + anchored: False + pos: -113.5173,50.881065 parent: 2 - - uid: 18703 + - type: Physics + bodyType: Dynamic +- proto: SinkStemlessWater + entities: + - uid: 1611 components: - type: Transform rot: 3.141592653589793 rad - pos: -94.5,-43.5 + pos: -6.5,9.5 parent: 2 - - uid: 18704 + - uid: 1782 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,-35.5 + pos: -13.5,9.5 parent: 2 - - uid: 18706 + - uid: 8350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-38.5 + rot: -1.5707963267948966 rad + pos: -67.5,0.5 parent: 2 - - uid: 18707 + - uid: 18070 components: - type: Transform rot: 3.141592653589793 rad - pos: -81.5,-38.5 + pos: -30.5,57.5 parent: 2 - - uid: 18708 + - uid: 22780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-40.5 + rot: -1.5707963267948966 rad + pos: -13.5,6.5 parent: 2 - - uid: 18710 +- proto: SinkWide + entities: + - uid: 1069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-40.5 + rot: -1.5707963267948966 rad + pos: 36.5,-2.5 parent: 2 - - uid: 19722 + - uid: 1771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-61.5 + rot: 1.5707963267948966 rad + pos: 13.5,1.5 parent: 2 - - uid: 20972 + - uid: 2484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-61.5 + rot: 1.5707963267948966 rad + pos: 19.5,-25.5 parent: 2 - - uid: 23002 + - uid: 2602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-49.5 + pos: 23.5,-1.5 parent: 2 - - uid: 23032 + - uid: 3043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-51.5 + rot: 3.141592653589793 rad + pos: 7.5,-25.5 parent: 2 - - uid: 23047 + - uid: 3324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-61.5 + rot: 3.141592653589793 rad + pos: 8.5,-25.5 parent: 2 - - uid: 23064 + - uid: 7595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-59.5 + rot: 1.5707963267948966 rad + pos: -56.5,-24.5 parent: 2 - - uid: 23467 + - uid: 7597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-61.5 + rot: 3.141592653589793 rad + pos: -55.5,-17.5 parent: 2 - - uid: 23721 + - uid: 12007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-61.5 + pos: 72.5,-10.5 parent: 2 - - uid: 23723 + - uid: 18447 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-56.5 + pos: -35.5,24.5 parent: 2 - - uid: 31286 + - uid: 18510 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,-54.5 + pos: -35.5,23.5 parent: 2 - - uid: 31895 + - uid: 26707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-51.5 + rot: 3.141592653589793 rad + pos: -45.5,-30.5 parent: 2 - - uid: 31910 + - uid: 26712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-71.5 + rot: 3.141592653589793 rad + pos: -46.5,-30.5 parent: 2 - - uid: 31911 +- proto: Skub + entities: + - uid: 32587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-71.5 + pos: 74.53695,42.55083 parent: 2 - - uid: 31912 +- proto: SmartFridge + entities: + - uid: 3998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-46.5 + pos: 21.5,-7.5 parent: 2 - - uid: 31913 + - uid: 3999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-83.5 + pos: 21.5,-8.5 parent: 2 - - uid: 32270 + - 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 +- proto: SMESBasic + entities: + - uid: 215 components: + - type: MetaData + name: AME SMES 1 - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-40.5 + pos: -62.5,35.5 parent: 2 - - uid: 32271 + - uid: 3666 components: + - type: MetaData + name: AME SMES 2 - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-40.5 + pos: -62.5,36.5 parent: 2 - - uid: 32272 + - uid: 8798 components: + - type: MetaData + name: AME SMES 3 - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-38.5 + pos: -60.5,36.5 parent: 2 - - uid: 32273 + - uid: 9975 components: + - type: MetaData + name: North Solars SMES 1 - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-45.5 + pos: -58.5,40.5 parent: 2 - - uid: 32280 + - uid: 9976 components: + - type: MetaData + name: North Solars SMES 2 - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-83.5 + pos: -57.5,40.5 parent: 2 - - uid: 32281 + - uid: 10407 components: + - type: MetaData + name: South West Solars SMES 1 - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-81.5 + pos: -61.5,-33.5 parent: 2 - - uid: 32282 + - uid: 10411 components: + - type: MetaData + name: South West Solars SMES 2 - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-75.5 + pos: -61.5,-35.5 parent: 2 - - uid: 32283 + - uid: 13398 components: + - type: MetaData + name: South East Solars SMES 2 - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-75.5 + pos: 57.5,-34.5 parent: 2 - - uid: 32284 + - uid: 13399 components: + - type: MetaData + name: South East Solars SMES 1 - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-64.5 + pos: 55.5,-34.5 parent: 2 - - uid: 32286 + - uid: 19041 components: + - type: MetaData + name: Singularity SMES - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-64.5 + pos: -93.5,54.5 parent: 2 - - uid: 32287 + - uid: 19288 components: + - type: MetaData + name: AME SMES 4 - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-79.5 + pos: -60.5,35.5 parent: 2 - - uid: 32291 +- proto: SMESMachineCircuitboard + entities: + - uid: 2339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-78.5 + pos: -47.29088,26.780298 parent: 2 - - uid: 32301 + - uid: 6681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-64.5 + pos: -47.60338,26.78811 parent: 2 - - uid: 32305 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 14213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-64.5 + pos: 11.465008,47.60172 parent: 2 - - uid: 32306 +- proto: Soap + entities: + - uid: 18540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-49.5 + pos: -40.512363,24.825838 parent: 2 - - uid: 32307 + - uid: 18541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-61.5 + pos: -40.293613,22.622713 parent: 2 - - uid: 32308 +- proto: soda_dispenser + entities: + - uid: 4644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-54.5 + pos: 9.5,54.5 parent: 2 - - uid: 32313 + - uid: 5749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-45.5 + pos: 19.5,-27.5 parent: 2 - - uid: 32325 + - uid: 33656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-54.5 + pos: -42.5,67.5 parent: 2 - - uid: 32326 +- proto: SodaDispenserMachineCircuitboard + entities: + - uid: 35824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-54.5 + pos: -51.07225,27.611994 parent: 2 - - uid: 35361 +- proto: SolarAssembly + entities: + - uid: 9784 components: - type: Transform - pos: -86.5,94.5 + pos: -93.5,-58.5 parent: 2 - - uid: 35362 + - uid: 10439 components: - type: Transform - pos: -87.5,94.5 + pos: -96.5,-53.5 parent: 2 - - uid: 35363 + - uid: 10441 components: - type: Transform - pos: -83.5,96.5 + pos: -97.5,-33.5 parent: 2 - - uid: 35364 + - uid: 10466 components: - type: Transform - pos: -75.5,96.5 + pos: -94.5,-33.5 parent: 2 - - uid: 35365 + - uid: 10467 components: - type: Transform - pos: -74.5,94.5 + pos: -86.5,-45.5 parent: 2 - - uid: 35366 + - uid: 10469 components: - type: Transform - pos: -83.5,91.5 + pos: -84.5,-40.5 parent: 2 - - uid: 35367 + - uid: 10471 components: - type: Transform - pos: -84.5,89.5 + pos: -83.5,-45.5 parent: 2 - - uid: 35368 + - uid: 10473 components: - type: Transform - pos: -76.5,91.5 + pos: -96.5,-43.5 parent: 2 - - uid: 35369 + - uid: 10475 components: - type: Transform - pos: -75.5,86.5 + pos: -92.5,-48.5 parent: 2 - - uid: 35370 + - uid: 10480 components: - type: Transform - pos: -72.5,86.5 + pos: -84.5,-55.5 parent: 2 - - uid: 35371 + - uid: 13589 components: - type: Transform - pos: -75.5,84.5 + pos: -85.5,-58.5 parent: 2 - - uid: 35372 + - uid: 13591 components: - type: Transform - pos: -77.5,84.5 + pos: -85.5,-63.5 parent: 2 - - uid: 35373 + - uid: 13610 components: - type: Transform - pos: -85.5,86.5 + pos: -82.5,-58.5 parent: 2 - - uid: 35374 + - uid: 13633 components: - type: Transform - pos: -88.5,84.5 + pos: 53.5,-80.5 parent: 2 - - uid: 35375 + - uid: 23580 components: - type: Transform - pos: -84.5,79.5 + pos: 50.5,-51.5 parent: 2 - - uid: 35376 + - uid: 31287 components: - type: Transform - pos: -87.5,79.5 + pos: 63.5,-69.5 parent: 2 - - uid: 35377 + - uid: 31288 components: - type: Transform - pos: -88.5,81.5 + pos: 63.5,-44.5 parent: 2 - - uid: 35378 + - uid: 31299 components: - type: Transform - pos: -76.5,79.5 + pos: 50.5,-61.5 parent: 2 - - uid: 35379 + - uid: 31309 components: - type: Transform - pos: -72.5,81.5 + pos: 69.5,-81.5 parent: 2 - - uid: 35380 + - uid: 31329 components: - type: Transform - pos: -73.5,81.5 + pos: 51.5,-64.5 parent: 2 - - uid: 35381 + - uid: 31330 components: - type: Transform - pos: -72.5,76.5 + pos: 50.5,-46.5 parent: 2 - - uid: 35382 + - uid: 31905 components: - type: Transform - pos: -75.5,74.5 + pos: 60.5,-56.5 parent: 2 - - uid: 35383 + - uid: 31906 components: - type: Transform - pos: -87.5,76.5 + pos: 62.5,-54.5 parent: 2 - - uid: 35384 + - uid: 31908 components: - type: Transform - pos: -73.5,69.5 + pos: 64.5,-51.5 parent: 2 - - uid: 35385 + - uid: 32277 components: - type: Transform - pos: -72.5,71.5 + pos: 61.5,-64.5 parent: 2 - - uid: 35386 + - uid: 32278 components: - type: Transform - pos: -77.5,69.5 + pos: 68.5,-85.5 parent: 2 - - uid: 35387 + - uid: 32279 components: - type: Transform - pos: -76.5,71.5 + pos: 67.5,-86.5 parent: 2 - - uid: 35388 + - uid: 35407 components: - type: Transform - pos: -77.5,71.5 + pos: -86.5,66.5 parent: 2 - - uid: 35389 + - uid: 35408 components: - type: Transform - pos: -83.5,71.5 + pos: -74.5,71.5 parent: 2 - - uid: 35390 + - uid: 35409 components: - type: Transform - pos: -84.5,71.5 + pos: -76.5,74.5 parent: 2 - - uid: 35391 + - uid: 35410 components: - type: Transform - pos: -86.5,69.5 + pos: -83.5,74.5 parent: 2 - - uid: 35392 + - uid: 35411 components: - type: Transform - pos: -85.5,66.5 + pos: -76.5,84.5 parent: 2 - - uid: 35393 + - uid: 35412 components: - type: Transform - pos: -85.5,64.5 + pos: -84.5,94.5 parent: 2 - - uid: 35394 + - uid: 35413 components: - type: Transform - pos: -86.5,64.5 + pos: -83.5,59.5 parent: 2 - - uid: 35395 + - uid: 35414 components: - type: Transform - pos: -87.5,64.5 + pos: -85.5,59.5 parent: 2 - - uid: 35396 +- proto: SolarPanel + entities: + - uid: 9791 components: - type: Transform - pos: -83.5,64.5 + rot: 3.141592653589793 rad + pos: -84.5,-45.5 parent: 2 - - uid: 35397 + - uid: 9793 components: - type: Transform - pos: -76.5,66.5 + rot: 3.141592653589793 rad + pos: -97.5,-35.5 parent: 2 - - uid: 35398 + - uid: 9795 components: - type: Transform - pos: -77.5,66.5 + rot: 3.141592653589793 rad + pos: -82.5,-40.5 parent: 2 - - uid: 35399 + - uid: 9807 components: - type: Transform - pos: -73.5,64.5 + rot: -1.5707963267948966 rad + pos: 49.5,-69.5 parent: 2 - - uid: 35400 + - uid: 9808 components: - type: Transform - pos: -87.5,61.5 + rot: -1.5707963267948966 rad + pos: 61.5,-54.5 parent: 2 - - uid: 35401 + - uid: 9821 components: - type: Transform - pos: -75.5,56.5 + rot: -1.5707963267948966 rad + pos: 59.5,-71.5 parent: 2 - - uid: 35402 + - uid: 9832 components: - type: Transform - pos: -73.5,56.5 + rot: -1.5707963267948966 rad + pos: 53.5,-71.5 parent: 2 - - uid: 35403 + - uid: 9833 components: - type: Transform - pos: -85.5,56.5 + rot: -1.5707963267948966 rad + pos: 63.5,-71.5 parent: 2 - - uid: 35404 + - uid: 9837 components: - type: Transform - pos: -84.5,54.5 + rot: -1.5707963267948966 rad + pos: 64.5,-69.5 parent: 2 - - uid: 35405 + - uid: 9847 components: - type: Transform - pos: -88.5,56.5 + rot: -1.5707963267948966 rad + pos: 53.5,-69.5 parent: 2 - - uid: 35406 + - uid: 10389 components: - type: Transform - pos: -74.5,61.5 + rot: -1.5707963267948966 rad + pos: 52.5,-71.5 parent: 2 -- proto: SolarTracker - entities: - - uid: 9794 + - uid: 10428 components: - type: Transform - pos: -98.5,-34.5 + rot: -1.5707963267948966 rad + pos: 64.5,-71.5 parent: 2 - - uid: 10447 + - uid: 10430 components: - type: Transform - pos: -80.5,-39.5 + rot: -1.5707963267948966 rad + pos: 62.5,-71.5 parent: 2 - - uid: 10497 + - uid: 10446 components: - type: Transform - pos: -80.5,-44.5 + rot: 3.141592653589793 rad + pos: -96.5,-35.5 parent: 2 - - uid: 10498 + - uid: 10487 components: - type: Transform - pos: -98.5,-49.5 + rot: 3.141592653589793 rad + pos: -84.5,-58.5 parent: 2 - - uid: 10505 + - uid: 10491 components: - type: Transform - pos: -98.5,-39.5 + rot: 3.141592653589793 rad + pos: -92.5,-58.5 parent: 2 - - uid: 13679 + - uid: 10492 components: - type: Transform - pos: 47.5,-50.5 + rot: 3.141592653589793 rad + pos: -86.5,-63.5 parent: 2 - - uid: 31917 + - uid: 10499 components: - type: Transform - pos: 65.5,-55.5 + rot: 3.141592653589793 rad + pos: -84.5,-38.5 parent: 2 - - uid: 31918 + - uid: 10500 components: - type: Transform - pos: 71.5,-80.5 + rot: 3.141592653589793 rad + pos: -82.5,-38.5 parent: 2 - - uid: 31921 + - uid: 10501 components: - type: Transform - pos: 47.5,-60.5 + rot: 3.141592653589793 rad + pos: -86.5,-38.5 parent: 2 - - uid: 32003 + - uid: 10502 components: - type: Transform - pos: 65.5,-50.5 + rot: 3.141592653589793 rad + pos: -92.5,-38.5 parent: 2 - - uid: 32019 + - uid: 10503 components: - type: Transform - pos: -80.5,-59.5 + rot: 3.141592653589793 rad + pos: -85.5,-38.5 parent: 2 - - uid: 32310 + - uid: 10506 components: - type: Transform - pos: 65.5,-45.5 + rot: 3.141592653589793 rad + pos: -85.5,-40.5 parent: 2 - - uid: 35466 + - uid: 13466 components: - type: Transform - pos: -71.5,55.5 + rot: -1.5707963267948966 rad + pos: 59.5,-66.5 parent: 2 - - uid: 35467 + - uid: 13467 components: - type: Transform - pos: -89.5,55.5 + rot: -1.5707963267948966 rad + pos: 60.5,-69.5 parent: 2 - - uid: 35469 + - uid: 13468 components: - type: Transform - pos: -71.5,60.5 + rot: -1.5707963267948966 rad + pos: 53.5,-66.5 parent: 2 - - uid: 35470 + - uid: 13470 components: - type: Transform - pos: -89.5,65.5 + rot: -1.5707963267948966 rad + pos: 53.5,-64.5 parent: 2 - - uid: 35471 + - uid: 13471 components: - type: Transform - pos: -71.5,90.5 + rot: -1.5707963267948966 rad + pos: 59.5,-69.5 parent: 2 - - uid: 35472 + - uid: 13475 components: - type: Transform - pos: -71.5,70.5 + rot: 3.141592653589793 rad + pos: -93.5,-40.5 parent: 2 - - uid: 35473 + - uid: 13482 components: - type: Transform - pos: -89.5,80.5 + rot: 3.141592653589793 rad + pos: -95.5,-35.5 parent: 2 -- proto: SophicScribe - entities: - - uid: 654 + - uid: 13490 components: - type: Transform - pos: 54.5,13.5 + rot: 3.141592653589793 rad + pos: -96.5,-33.5 parent: 2 -- proto: SpaceCash - entities: - - uid: 759 + - uid: 13491 components: - type: Transform - pos: -10.829511,-42.30696 + rot: 3.141592653589793 rad + pos: -93.5,-33.5 parent: 2 - - uid: 2214 + - uid: 13492 components: - type: Transform - pos: -11.052167,-42.11946 + rot: 3.141592653589793 rad + pos: -92.5,-33.5 parent: 2 - - uid: 5943 + - uid: 13535 components: - type: Transform - pos: 14.532675,-32.37702 + rot: -1.5707963267948966 rad + pos: 50.5,-64.5 parent: 2 - - uid: 5944 + - uid: 13580 components: - type: Transform - pos: 14.872519,-32.365303 + rot: -1.5707963267948966 rad + pos: 53.5,-49.5 parent: 2 - - uid: 5945 + - uid: 13582 components: - type: Transform - pos: 14.638144,-32.177803 + rot: -1.5707963267948966 rad + pos: 60.5,-44.5 parent: 2 - - uid: 5946 + - uid: 13584 components: - type: Transform - pos: 15.692831,-33.021553 + rot: 3.141592653589793 rad + pos: -94.5,-35.5 parent: 2 - - uid: 5947 + - uid: 13593 components: - type: Transform - pos: 15.622519,-33.279366 + rot: 3.141592653589793 rad + pos: -95.5,-58.5 parent: 2 - - uid: 5948 + - uid: 13594 components: - type: Transform - pos: 15.282675,-33.091866 + rot: 3.141592653589793 rad + pos: -95.5,-53.5 parent: 2 - - uid: 6312 + - uid: 13595 components: - type: Transform - pos: 26.616358,-28.719067 + rot: 3.141592653589793 rad + pos: -92.5,-53.5 parent: 2 - - uid: 6994 + - uid: 13606 components: - type: Transform - pos: -31.721443,-31.601978 + rot: 3.141592653589793 rad + pos: -86.5,-53.5 parent: 2 - - uid: 6995 + - uid: 13607 components: - type: Transform - pos: -31.440191,-32.281666 + rot: 3.141592653589793 rad + pos: -85.5,-53.5 parent: 2 - - uid: 6996 + - uid: 13608 components: - type: Transform - pos: -31.369879,-31.988697 + rot: 3.141592653589793 rad + pos: -94.5,-58.5 parent: 2 - - uid: 6997 + - uid: 13615 components: - type: Transform - pos: -30.819098,-38.363697 + rot: -1.5707963267948966 rad + pos: 59.5,-44.5 parent: 2 - - uid: 9637 + - uid: 13623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.33659,60.69172 + rot: -1.5707963267948966 rad + pos: 51.5,-46.5 parent: 2 - - uid: 9679 + - uid: 13624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.133465,60.519844 + rot: -1.5707963267948966 rad + pos: 52.5,-46.5 parent: 2 - - uid: 20188 + - uid: 13625 components: - type: Transform - pos: 26.756983,-28.922192 + rot: -1.5707963267948966 rad + pos: 59.5,-51.5 parent: 2 - - uid: 22757 + - uid: 13628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.383465,60.363594 + rot: -1.5707963267948966 rad + pos: 50.5,-49.5 parent: 2 - - uid: 23039 + - uid: 13630 components: - type: Transform - pos: -37.289715,59.56672 + rot: -1.5707963267948966 rad + pos: 63.5,-51.5 parent: 2 -- proto: SpaceCash10 - entities: - - uid: 15649 + - uid: 13634 components: - type: Transform - pos: -117.13806,10.799341 + rot: -1.5707963267948966 rad + pos: 62.5,-56.5 parent: 2 - - uid: 19433 + - uid: 13660 components: - type: Transform - pos: -117.02869,10.635279 + rot: -1.5707963267948966 rad + pos: 64.5,-46.5 parent: 2 -- proto: SpaceCash1000 - entities: - - uid: 14126 + - uid: 13661 components: - type: Transform - pos: 26.330275,39.009815 + rot: -1.5707963267948966 rad + pos: 59.5,-46.5 parent: 2 - - uid: 14127 + - uid: 13680 components: - type: Transform - pos: 26.343767,38.259815 + rot: -1.5707963267948966 rad + pos: 61.5,-77.5 parent: 2 - - uid: 14128 + - uid: 13690 components: - type: Transform - pos: 26.593767,38.384815 + rot: 3.141592653589793 rad + pos: -96.5,-48.5 parent: 2 - - uid: 27932 + - uid: 13692 components: - type: Transform - pos: 89.39034,37.435448 + rot: 3.141592653589793 rad + pos: -81.5,-48.5 parent: 2 - - uid: 28005 + - uid: 13693 components: - type: Transform - pos: 89.45284,37.732323 + rot: 3.141592653589793 rad + pos: -92.5,-50.5 parent: 2 -- proto: SpaceCash500 - entities: - - uid: 32458 + - uid: 13694 components: - type: Transform - pos: 74.79644,24.791433 + rot: 3.141592653589793 rad + pos: -83.5,-48.5 parent: 2 - - uid: 32459 + - uid: 13695 components: - type: Transform - pos: 74.95269,24.650808 + rot: 3.141592653589793 rad + pos: -94.5,-45.5 parent: 2 - - uid: 32460 + - uid: 13698 components: - type: Transform - pos: 74.749565,24.510183 + rot: -1.5707963267948966 rad + pos: 59.5,-49.5 parent: 2 -- proto: SpaceCashLuckyBill - entities: - - uid: 181 + - uid: 13701 components: - type: Transform - pos: -26.472038,-23.207253 + rot: -1.5707963267948966 rad + pos: 63.5,-49.5 parent: 2 -- proto: SpaceMedipen - entities: - - uid: 33637 + - uid: 13705 components: - type: Transform - pos: 87.70394,52.788086 + rot: -1.5707963267948966 rad + pos: 48.5,-49.5 parent: 2 - - uid: 33638 + - uid: 13708 components: - type: Transform - pos: 71.75545,41.64746 + rot: -1.5707963267948966 rad + pos: 52.5,-51.5 parent: 2 -- proto: SpareIdCabinetFilled - entities: - - uid: 28704 + - uid: 13709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,51.5 + rot: -1.5707963267948966 rad + pos: 60.5,-51.5 parent: 2 -- proto: SpawnMobAlexander - entities: - - uid: 35716 + - uid: 13710 components: - type: Transform - pos: -35.5,-33.5 + rot: -1.5707963267948966 rad + pos: 52.5,-56.5 parent: 2 -- proto: SpawnMobArcticFoxSiobhan - entities: - - uid: 8599 + - uid: 13714 components: - type: Transform - pos: 29.5,28.5 + rot: -1.5707963267948966 rad + pos: 59.5,-56.5 parent: 2 -- proto: SpawnMobBandito - entities: - - uid: 5737 + - uid: 17006 components: - type: Transform - pos: 48.5,29.5 + rot: -1.5707963267948966 rad + pos: 61.5,-46.5 parent: 2 -- proto: SpawnMobBee - entities: - - uid: 8508 + - uid: 18697 components: - type: Transform - pos: -101.5,8.5 + rot: -1.5707963267948966 rad + pos: 66.5,-84.5 parent: 2 - - uid: 8602 + - uid: 18787 components: - type: Transform - pos: -102.5,9.5 + rot: 3.141592653589793 rad + pos: -97.5,-43.5 parent: 2 - - uid: 8603 + - uid: 18788 components: - type: Transform - pos: -106.5,8.5 + rot: 3.141592653589793 rad + pos: -93.5,-43.5 parent: 2 -- proto: SpawnMobButterfly - entities: - - uid: 8604 + - uid: 18889 components: - type: Transform - pos: -102.5,7.5 + rot: 3.141592653589793 rad + pos: -92.5,-43.5 parent: 2 - - uid: 8605 + - uid: 18892 components: - type: Transform - pos: -105.5,9.5 + rot: 3.141592653589793 rad + pos: -97.5,-45.5 parent: 2 - - uid: 8606 + - uid: 18894 components: - type: Transform - pos: -102.5,4.5 + rot: 3.141592653589793 rad + pos: -96.5,-40.5 parent: 2 - - uid: 8607 + - uid: 19723 components: - type: Transform - pos: -104.5,5.5 + rot: -1.5707963267948966 rad + pos: 59.5,-61.5 parent: 2 -- proto: SpawnMobCatBingus - entities: - - uid: 32568 + - uid: 22255 components: - type: Transform - pos: 74.5,64.5 + rot: -1.5707963267948966 rad + pos: 52.5,-59.5 parent: 2 -- proto: SpawnMobCatException - entities: - - uid: 35717 + - uid: 23724 components: - type: Transform - pos: 3.5,0.5 + rot: -1.5707963267948966 rad + pos: 53.5,-61.5 parent: 2 -- proto: SpawnMobCatFloppa - entities: - - uid: 8611 + - uid: 28749 components: - type: Transform - pos: -84.5,-8.5 + rot: -1.5707963267948966 rad + pos: 50.5,-59.5 parent: 2 -- proto: SpawnMobCatGeneric - entities: - - uid: 31767 + - uid: 31271 components: - type: Transform - pos: -68.5,1.5 + rot: -1.5707963267948966 rad + pos: 53.5,-59.5 parent: 2 -- proto: SpawnMobCatRuntime - entities: - - uid: 624 + - uid: 31284 components: - type: Transform - pos: -4.5,-10.5 + rot: -1.5707963267948966 rad + pos: 64.5,-61.5 parent: 2 -- proto: SpawnMobCleanBot - entities: - - uid: 18357 + - uid: 31904 components: - type: Transform - pos: -39.5,-28.5 + rot: -1.5707963267948966 rad + pos: 69.5,-84.5 parent: 2 -- proto: SpawnMobCorgi - entities: - - uid: 1962 + - uid: 31909 components: - type: Transform - pos: 12.5,29.5 + rot: -1.5707963267948966 rad + pos: 61.5,-44.5 parent: 2 -- proto: SpawnMobCow - entities: - - uid: 32433 + - uid: 31999 components: - type: Transform rot: -1.5707963267948966 rad - pos: 87.5,39.5 + pos: 65.5,-85.5 parent: 2 -- proto: SpawnMobCrab - entities: - - uid: 8609 + - uid: 32000 components: - type: Transform - pos: -103.5,11.5 + rot: -1.5707963267948966 rad + pos: 51.5,-80.5 parent: 2 - - uid: 8610 + - uid: 32002 components: - type: Transform - pos: -100.5,10.5 + rot: -1.5707963267948966 rad + pos: 64.5,-77.5 parent: 2 -- proto: SpawnMobCrabAtmos - entities: - - uid: 36417 + - uid: 32018 components: - type: Transform - pos: -36.5,34.5 + rot: 3.141592653589793 rad + pos: -96.5,-38.5 parent: 2 -- proto: SpawnMobFerret - entities: - - uid: 21125 + - uid: 32274 components: - type: Transform - pos: -86.5,-8.5 + rot: 3.141592653589793 rad + pos: -97.5,-38.5 parent: 2 -- proto: SpawnMobFoxRenault - entities: - - uid: 15267 + - uid: 32285 components: - type: Transform - pos: 25.5,50.5 + rot: -1.5707963267948966 rad + pos: 64.5,-44.5 parent: 2 -- proto: SpawnMobFrog - entities: - - uid: 8612 + - uid: 32309 components: - type: Transform - pos: -106.5,7.5 + rot: -1.5707963267948966 rad + pos: 53.5,-44.5 parent: 2 - - uid: 8613 + - uid: 32323 components: - type: Transform - pos: -105.5,8.5 + rot: -1.5707963267948966 rad + pos: 49.5,-56.5 parent: 2 -- proto: SpawnMobGoat - entities: - - uid: 21123 + - uid: 32324 components: - type: Transform rot: -1.5707963267948966 rad - pos: -101.5,2.5 + pos: 60.5,-59.5 parent: 2 -- proto: SpawnMobKangarooWillow - entities: - - uid: 17829 + - uid: 35295 components: - type: Transform - pos: 39.5,-22.5 + pos: -77.5,56.5 parent: 2 -- proto: SpawnMobLizard - entities: - - uid: 8615 + - uid: 35296 components: - type: Transform - pos: -104.5,10.5 + pos: -76.5,56.5 parent: 2 -- proto: SpawnMobMcGriff - entities: - - uid: 15975 + - uid: 35297 components: - type: Transform - pos: -22.5,41.5 + pos: -74.5,56.5 parent: 2 -- proto: SpawnMobMonkey - entities: - - uid: 8625 + - uid: 35298 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,8.5 + pos: -72.5,56.5 parent: 2 -- proto: SpawnMobMonkeyPunpun - entities: - - uid: 5759 + - uid: 35299 components: - type: Transform - pos: 19.5,-28.5 + pos: -72.5,54.5 parent: 2 -- proto: SpawnMobMothroach - entities: - - uid: 21126 + - uid: 35300 components: - type: Transform - pos: -103.5,-6.5 + pos: -74.5,54.5 parent: 2 - - uid: 35718 + - uid: 35301 components: - type: Transform - pos: 3.5,12.5 + pos: -76.5,54.5 parent: 2 -- proto: SpawnMobOreCrab - entities: - - uid: 33593 + - uid: 35302 components: - type: Transform - pos: 62.5,61.5 + pos: -75.5,54.5 parent: 2 -- proto: SpawnMobParrot - entities: - - uid: 21127 + - uid: 35303 components: - type: Transform - pos: -52.5,34.5 + pos: -84.5,56.5 parent: 2 -- proto: SpawnMobPenguin - entities: - - uid: 21121 + - uid: 35304 components: - type: Transform - pos: -88.5,-7.5 + pos: -86.5,56.5 parent: 2 -- proto: SpawnMobPossumMorty - entities: - - uid: 5732 + - uid: 35305 components: - type: Transform - pos: 23.5,10.5 + pos: -87.5,56.5 parent: 2 -- proto: SpawnMobRaccoonMorticia - entities: - - uid: 19374 + - uid: 35306 components: - type: Transform - pos: -25.5,-20.5 + pos: -88.5,54.5 parent: 2 -- proto: SpawnMobShiva - entities: - - uid: 15729 + - uid: 35307 components: - type: Transform - pos: -9.5,25.5 + pos: -87.5,54.5 parent: 2 -- proto: SpawnMobSlothPaperwork - entities: - - uid: 6112 + - uid: 35308 components: - type: Transform - pos: 54.5,28.5 + pos: -86.5,54.5 parent: 2 -- proto: SpawnMobSlug - entities: - - uid: 8618 + - uid: 35309 components: - type: Transform - pos: -103.5,8.5 + pos: -75.5,59.5 parent: 2 -- proto: SpawnMobSmile - entities: - - uid: 23548 + - uid: 35310 components: - type: Transform - pos: 43.5,25.5 + pos: -74.5,59.5 parent: 2 -- proto: SpawnMobWalter - entities: - - uid: 33580 + - uid: 35311 components: - type: Transform - pos: 92.5,31.5 + pos: -72.5,61.5 parent: 2 -- proto: SpawnPointAtmos - entities: - - uid: 3689 + - uid: 35312 components: - type: Transform - pos: -48.5,34.5 + pos: -75.5,61.5 parent: 2 - - uid: 3692 + - uid: 35313 components: - type: Transform - pos: -47.5,34.5 + pos: -77.5,61.5 parent: 2 - - uid: 3698 + - uid: 35314 components: - type: Transform - pos: -49.5,34.5 + pos: -83.5,61.5 parent: 2 -- proto: SpawnPointBartender - entities: - - uid: 33713 + - uid: 35315 components: - type: Transform - pos: 21.5,-24.5 + pos: -84.5,61.5 parent: 2 -- proto: SpawnPointBorg - entities: - - uid: 5928 + - uid: 35316 components: - type: Transform - pos: 43.5,43.5 + pos: -86.5,61.5 parent: 2 - - uid: 22289 + - uid: 35317 components: - type: Transform - pos: 42.5,50.5 + pos: -86.5,59.5 parent: 2 - - uid: 22290 + - uid: 35318 components: - type: Transform - pos: 5.5,0.5 + pos: -88.5,59.5 parent: 2 -- proto: SpawnPointBotanist - entities: - - uid: 18505 + - uid: 35319 components: - type: Transform - pos: -49.5,2.5 + pos: -84.5,59.5 parent: 2 - - uid: 18506 + - uid: 35320 components: - type: Transform - pos: -53.5,-3.5 + pos: -76.5,64.5 parent: 2 - - uid: 18507 + - uid: 35321 components: - type: Transform - pos: -51.5,-3.5 + pos: -73.5,66.5 parent: 2 - - uid: 18508 + - uid: 35322 components: - type: Transform - pos: -59.5,-3.5 + pos: -74.5,66.5 parent: 2 - - uid: 18509 + - uid: 35323 components: - type: Transform - pos: -58.5,-3.5 + pos: -87.5,66.5 parent: 2 -- proto: SpawnPointBoxer - entities: - - uid: 3467 + - uid: 35324 components: - type: Transform - pos: 42.5,-23.5 + pos: -88.5,64.5 parent: 2 -- proto: SpawnPointBrigmedic - entities: - - uid: 18360 + - uid: 35325 components: - type: Transform - pos: -42.5,58.5 + pos: -83.5,66.5 parent: 2 -- proto: SpawnPointCaptain - entities: - - uid: 14138 + - uid: 35326 components: - type: Transform - pos: 13.5,49.5 + pos: -84.5,66.5 parent: 2 -- proto: SpawnPointCargoTechnician - entities: - - uid: 232 + - uid: 35327 components: - type: Transform - pos: -9.5,-30.5 + pos: -85.5,69.5 parent: 2 - - uid: 3476 + - uid: 35328 components: - type: Transform - pos: -9.5,-34.5 + pos: -87.5,69.5 parent: 2 - - uid: 3493 + - uid: 35329 components: - type: Transform - pos: -9.5,-35.5 + pos: -85.5,71.5 parent: 2 - - uid: 3583 + - uid: 35330 components: - type: Transform - pos: -9.5,-32.5 + pos: -83.5,69.5 parent: 2 - - uid: 4224 + - uid: 35331 components: - type: Transform - pos: -9.5,-33.5 + pos: -75.5,69.5 parent: 2 - - uid: 4240 + - uid: 35332 components: - type: Transform - pos: -13.5,-23.5 + pos: -73.5,71.5 parent: 2 - - uid: 22267 + - uid: 35333 components: - type: Transform - pos: -14.5,-23.5 + pos: -74.5,69.5 parent: 2 - - uid: 22886 + - uid: 35334 components: - type: Transform - pos: -15.5,-23.5 + pos: -76.5,76.5 parent: 2 -- proto: SpawnPointChaplain - entities: - - uid: 5623 + - uid: 35335 components: - type: Transform - pos: 65.5,17.5 + pos: -75.5,76.5 parent: 2 - - uid: 5709 + - uid: 35336 components: - type: Transform - pos: 67.5,26.5 + pos: -74.5,76.5 parent: 2 -- proto: SpawnPointChef - entities: - - uid: 7506 + - uid: 35337 components: - type: Transform - pos: -53.5,-7.5 + pos: -87.5,74.5 parent: 2 - - uid: 7510 + - uid: 35338 components: - type: Transform - pos: -54.5,-7.5 + pos: -86.5,74.5 parent: 2 -- proto: SpawnPointChemist - entities: - - uid: 5643 + - uid: 35339 components: - type: Transform - pos: 13.5,-0.5 + pos: -85.5,74.5 parent: 2 - - uid: 5644 + - uid: 35340 components: - type: Transform - pos: 19.5,-2.5 + pos: -84.5,76.5 parent: 2 - - uid: 5646 + - uid: 35341 components: - type: Transform - pos: 13.5,3.5 + pos: -85.5,76.5 parent: 2 -- proto: SpawnPointChiefEngineer - entities: - - uid: 14139 + - uid: 35342 components: - type: Transform - pos: 12.5,49.5 + pos: -86.5,76.5 parent: 2 -- proto: SpawnPointChiefMedicalOfficer - entities: - - uid: 14143 + - uid: 35343 components: - type: Transform - pos: 11.5,49.5 + pos: -88.5,76.5 parent: 2 -- proto: SpawnPointClown - entities: - - uid: 4087 + - uid: 35344 components: - type: Transform - pos: -75.5,1.5 + pos: -88.5,74.5 parent: 2 -- proto: SpawnPointDetective - entities: - - uid: 16580 + - uid: 35345 components: - type: Transform - pos: -33.5,34.5 + pos: -83.5,76.5 parent: 2 -- proto: SpawnPointForensicMantis - entities: - - uid: 904 + - uid: 35346 components: - type: Transform - pos: 48.5,33.5 + pos: -83.5,81.5 parent: 2 -- proto: SpawnPointHeadOfPersonnel - entities: - - uid: 15374 + - uid: 35347 components: - type: Transform - pos: 10.5,47.5 + pos: -84.5,81.5 parent: 2 -- proto: SpawnPointHeadOfSecurity - entities: - - uid: 14141 + - uid: 35348 components: - type: Transform - pos: 13.5,46.5 - parent: 2 -- proto: SpawnPointJanitor - entities: - - uid: 13274 + pos: -85.5,79.5 + parent: 2 + - uid: 35349 components: - type: Transform - pos: 34.5,-1.5 + pos: -88.5,79.5 parent: 2 - - uid: 16602 + - uid: 35350 components: - type: Transform - pos: -36.5,24.5 + pos: -76.5,81.5 parent: 2 -- proto: SpawnPointLatejoin - entities: - - uid: 5098 + - uid: 35351 components: - type: Transform - pos: -2.5,-43.5 + pos: -72.5,79.5 parent: 2 - - uid: 5099 + - uid: 35352 components: - type: Transform - pos: 6.5,-40.5 + pos: -74.5,79.5 parent: 2 - - uid: 5653 + - uid: 35353 components: - type: Transform - pos: 5.5,-43.5 + pos: -72.5,84.5 parent: 2 - - uid: 5670 + - uid: 35354 components: - type: Transform - pos: -2.5,-40.5 + pos: -76.5,86.5 parent: 2 - - uid: 6157 + - uid: 35355 components: - type: Transform - pos: 5.5,-40.5 + pos: -86.5,84.5 parent: 2 - - uid: 6158 + - uid: 35356 components: - type: Transform - pos: 6.5,-43.5 + pos: -83.5,89.5 parent: 2 - - uid: 6162 + - uid: 35357 components: - type: Transform - pos: -3.5,-40.5 + pos: -72.5,91.5 parent: 2 - - uid: 6163 + - uid: 35358 components: - type: Transform - pos: -3.5,-43.5 + pos: -76.5,96.5 parent: 2 - - uid: 30223 + - uid: 35359 components: - type: Transform - pos: -5.5,-51.5 + pos: -73.5,94.5 parent: 2 - - uid: 30224 + - uid: 35360 components: - type: Transform - pos: -6.5,-51.5 + pos: -85.5,94.5 parent: 2 - - uid: 30225 +- proto: SolarPanelBroken + entities: + - uid: 9788 components: - type: Transform - pos: 9.5,-51.5 + rot: 3.141592653589793 rad + pos: -93.5,-53.5 parent: 2 - - uid: 30226 + - uid: 9789 components: - type: Transform - pos: 8.5,-51.5 + rot: 3.141592653589793 rad + pos: -84.5,-65.5 parent: 2 - - uid: 30227 + - uid: 9790 components: - type: Transform - pos: 10.5,-51.5 + rot: 3.141592653589793 rad + pos: -86.5,-60.5 parent: 2 - - uid: 30228 + - uid: 9792 components: - type: Transform - pos: -7.5,-51.5 + rot: 3.141592653589793 rad + pos: -86.5,-48.5 parent: 2 -- proto: SpawnPointLawyer - entities: - - uid: 15687 + - uid: 10442 components: - type: Transform - pos: -6.5,58.5 + rot: 3.141592653589793 rad + pos: -94.5,-53.5 parent: 2 -- proto: SpawnPointLibrarian - entities: - - uid: 6087 + - uid: 10443 components: - type: Transform - pos: 51.5,27.5 + rot: 3.141592653589793 rad + pos: -92.5,-60.5 parent: 2 -- proto: SpawnPointMailCarrier - entities: - - uid: 983 + - uid: 10444 components: - type: Transform - pos: -9.5,-23.5 + rot: 3.141592653589793 rad + pos: -85.5,-65.5 parent: 2 - - uid: 9974 + - uid: 10445 components: - type: Transform - pos: -8.5,-23.5 + rot: 3.141592653589793 rad + pos: -85.5,-48.5 parent: 2 -- proto: SpawnPointMedicalDoctor - entities: - - uid: 5632 + - uid: 10472 components: - type: Transform - pos: -25.5,15.5 + rot: 3.141592653589793 rad + pos: -95.5,-48.5 parent: 2 - - uid: 5633 + - uid: 10481 components: - type: Transform - pos: -22.5,15.5 + rot: 3.141592653589793 rad + pos: -93.5,-55.5 parent: 2 - - uid: 5634 + - uid: 10482 components: - type: Transform - pos: -19.5,15.5 + rot: 3.141592653589793 rad + pos: -95.5,-55.5 parent: 2 - - uid: 5635 + - uid: 10483 components: - type: Transform - pos: -16.5,15.5 + rot: 3.141592653589793 rad + pos: -82.5,-53.5 parent: 2 - - uid: 5636 + - uid: 10484 components: - type: Transform - pos: -16.5,10.5 + rot: 3.141592653589793 rad + pos: -81.5,-53.5 parent: 2 - - uid: 5637 + - uid: 10485 components: - type: Transform - pos: -19.5,10.5 + rot: 3.141592653589793 rad + pos: -81.5,-58.5 parent: 2 - - uid: 5638 + - uid: 10486 components: - type: Transform - pos: -22.5,10.5 + rot: 3.141592653589793 rad + pos: -84.5,-53.5 parent: 2 - - uid: 31475 + - uid: 10488 components: - type: Transform - pos: -5.5,-1.5 + rot: 3.141592653589793 rad + pos: -85.5,-55.5 parent: 2 - - uid: 31476 + - uid: 10489 components: - type: Transform - pos: -14.5,9.5 + rot: 3.141592653589793 rad + pos: -83.5,-60.5 parent: 2 -- proto: SpawnPointMedicalIntern - entities: - - uid: 5639 + - uid: 10490 components: - type: Transform - pos: -4.5,12.5 + rot: 3.141592653589793 rad + pos: -82.5,-65.5 parent: 2 - - uid: 5640 + - uid: 13474 components: - type: Transform - pos: -4.5,11.5 + rot: 3.141592653589793 rad + pos: -82.5,-48.5 parent: 2 - - uid: 5641 + - uid: 13489 components: - type: Transform - pos: -6.5,12.5 + rot: 3.141592653589793 rad + pos: -86.5,-50.5 parent: 2 - - uid: 5642 + - uid: 13581 components: - type: Transform - pos: -6.5,11.5 + rot: -1.5707963267948966 rad + pos: 52.5,-44.5 parent: 2 -- proto: SpawnPointMime - entities: - - uid: 3708 + - uid: 13583 components: - type: Transform - pos: -79.5,1.5 + rot: 3.141592653589793 rad + pos: -94.5,-48.5 parent: 2 -- proto: SpawnPointMusician - entities: - - uid: 34244 + - uid: 13609 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,2.5 + pos: -92.5,-45.5 parent: 2 - - uid: 34279 + - uid: 13612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,0.5 + rot: 3.141592653589793 rad + pos: -96.5,-45.5 parent: 2 - - uid: 34280 + - uid: 13626 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,-0.5 + pos: 61.5,-49.5 parent: 2 - - uid: 36403 + - uid: 13629 components: - type: Transform - pos: 9.5,-23.5 + rot: -1.5707963267948966 rad + pos: 51.5,-56.5 parent: 2 - - uid: 36404 + - uid: 13631 components: - type: Transform - pos: 24.5,-34.5 + rot: -1.5707963267948966 rad + pos: 49.5,-54.5 parent: 2 -- proto: SpawnPointObserver - entities: - - uid: 33591 + - uid: 13632 components: - type: Transform - pos: 1.5,-40.5 + rot: -1.5707963267948966 rad + pos: 62.5,-46.5 parent: 2 -- proto: SpawnPointParamedic - entities: - - uid: 5625 + - uid: 13635 components: - type: Transform - pos: -25.5,10.5 + rot: -1.5707963267948966 rad + pos: 61.5,-69.5 parent: 2 - - uid: 5626 + - uid: 13636 components: - type: Transform - pos: -28.5,10.5 + rot: -1.5707963267948966 rad + pos: 60.5,-71.5 parent: 2 - - uid: 5627 + - uid: 13637 components: - type: Transform - pos: -28.5,15.5 + rot: -1.5707963267948966 rad + pos: 49.5,-49.5 parent: 2 -- proto: SpawnPointPassenger - entities: - - uid: 30239 + - uid: 13638 components: - type: Transform - pos: -0.5,-45.5 + rot: -1.5707963267948966 rad + pos: 51.5,-49.5 parent: 2 - - uid: 30240 + - uid: 13696 components: - type: Transform - pos: -0.5,-46.5 + rot: 3.141592653589793 rad + pos: -95.5,-38.5 parent: 2 - - uid: 30241 + - uid: 13697 components: - type: Transform - pos: 3.5,-45.5 + rot: 3.141592653589793 rad + pos: -81.5,-45.5 parent: 2 - - uid: 30242 + - uid: 13712 components: - type: Transform - pos: 3.5,-46.5 + rot: -1.5707963267948966 rad + pos: 50.5,-79.5 parent: 2 - - uid: 30243 + - uid: 13713 components: - type: Transform - pos: 3.5,-47.5 + rot: -1.5707963267948966 rad + pos: 68.5,-82.5 parent: 2 - - uid: 30244 + - uid: 18703 components: - type: Transform - pos: 3.5,-48.5 + rot: 3.141592653589793 rad + pos: -94.5,-43.5 parent: 2 - - uid: 30245 + - uid: 18704 components: - type: Transform - pos: -0.5,-47.5 + rot: 3.141592653589793 rad + pos: -93.5,-35.5 parent: 2 - - uid: 30246 + - uid: 18706 components: - type: Transform - pos: -0.5,-48.5 + rot: 3.141592653589793 rad + pos: -93.5,-38.5 parent: 2 -- proto: SpawnPointPrisoner - entities: - - uid: 18399 + - uid: 18707 components: - type: Transform - pos: -25.5,66.5 + rot: 3.141592653589793 rad + pos: -81.5,-38.5 parent: 2 - - uid: 18400 + - uid: 18708 components: - type: Transform - pos: -21.5,66.5 + rot: 3.141592653589793 rad + pos: -95.5,-40.5 parent: 2 - - uid: 18401 + - uid: 18710 components: - type: Transform - pos: -17.5,66.5 + rot: 3.141592653589793 rad + pos: -86.5,-40.5 parent: 2 - - uid: 18402 + - uid: 19722 components: - type: Transform - pos: -13.5,66.5 + rot: -1.5707963267948966 rad + pos: 62.5,-61.5 parent: 2 -- proto: SpawnPointPrisonGuard - entities: - - uid: 18152 + - uid: 20972 components: - type: Transform - pos: -20.5,61.5 + rot: -1.5707963267948966 rad + pos: 48.5,-61.5 parent: 2 -- proto: SpawnPointPsychologist - entities: - - uid: 5630 + - uid: 23002 components: - type: Transform - pos: -20.5,-9.5 + rot: -1.5707963267948966 rad + pos: 62.5,-49.5 parent: 2 - - uid: 5631 + - uid: 23032 components: - type: Transform - pos: -15.5,-8.5 + rot: -1.5707963267948966 rad + pos: 62.5,-51.5 parent: 2 -- proto: SpawnPointQuartermaster - entities: - - uid: 14140 + - uid: 23047 components: - type: Transform - pos: 11.5,46.5 + rot: -1.5707963267948966 rad + pos: 51.5,-61.5 parent: 2 -- proto: SpawnPointReporter - entities: - - uid: 7368 + - uid: 23064 components: - type: Transform - pos: -28.5,-8.5 + rot: -1.5707963267948966 rad + pos: 49.5,-59.5 parent: 2 -- proto: SpawnPointResearchAssistant - entities: - - uid: 23662 + - uid: 23467 components: - type: Transform - pos: 39.5,24.5 + rot: -1.5707963267948966 rad + pos: 52.5,-61.5 parent: 2 - - uid: 30247 + - uid: 23721 components: - type: Transform - pos: 37.5,28.5 + rot: -1.5707963267948966 rad + pos: 63.5,-61.5 parent: 2 - - uid: 30248 + - uid: 23723 components: - type: Transform - pos: 39.5,28.5 + rot: -1.5707963267948966 rad + pos: 63.5,-56.5 parent: 2 -- proto: SpawnPointResearchDirector - entities: - - uid: 5624 + - uid: 31286 components: - type: Transform - pos: 44.5,29.5 + rot: -1.5707963267948966 rad + pos: 60.5,-54.5 parent: 2 - - uid: 14142 + - uid: 31895 components: - type: Transform - pos: 12.5,46.5 + rot: -1.5707963267948966 rad + pos: 48.5,-51.5 parent: 2 -- proto: SpawnPointSalvageSpecialist - entities: - - uid: 6949 + - uid: 31910 components: - type: Transform - pos: -11.5,-41.5 + rot: -1.5707963267948966 rad + pos: 51.5,-71.5 parent: 2 - - uid: 6950 + - uid: 31911 components: - type: Transform - pos: -10.5,-41.5 + rot: -1.5707963267948966 rad + pos: 48.5,-71.5 parent: 2 - - uid: 6951 + - uid: 31912 components: - type: Transform - pos: -9.5,-41.5 + rot: -1.5707963267948966 rad + pos: 60.5,-46.5 parent: 2 - - uid: 21089 + - uid: 31913 components: - type: Transform - pos: -8.5,-41.5 + rot: -1.5707963267948966 rad + pos: 67.5,-83.5 parent: 2 -- proto: SpawnPointScientist - entities: - - uid: 4045 + - uid: 32270 components: - type: Transform - pos: 37.5,25.5 + rot: 3.141592653589793 rad + pos: -92.5,-40.5 parent: 2 - - uid: 4046 + - uid: 32271 components: - type: Transform - pos: 38.5,25.5 + rot: 3.141592653589793 rad + pos: -94.5,-40.5 parent: 2 - - uid: 4047 + - uid: 32272 components: - type: Transform - pos: 39.5,25.5 + rot: 3.141592653589793 rad + pos: -83.5,-38.5 parent: 2 - - uid: 4049 + - uid: 32273 components: - type: Transform - pos: 38.5,24.5 + rot: 3.141592653589793 rad + pos: -82.5,-45.5 parent: 2 - - uid: 4050 + - uid: 32280 components: - type: Transform - pos: 37.5,24.5 + rot: -1.5707963267948966 rad + pos: 70.5,-83.5 parent: 2 -- proto: SpawnPointSecurityCadet - entities: - - uid: 33642 + - uid: 32281 components: - type: Transform - pos: -20.5,24.5 + rot: -1.5707963267948966 rad + pos: 71.5,-81.5 parent: 2 - - uid: 33643 + - uid: 32282 components: - type: Transform - pos: -21.5,24.5 + rot: -1.5707963267948966 rad + pos: 61.5,-75.5 parent: 2 - - uid: 33644 + - uid: 32283 components: - type: Transform - pos: -19.5,24.5 + rot: -1.5707963267948966 rad + pos: 60.5,-75.5 parent: 2 - - uid: 33645 + - uid: 32284 components: - type: Transform - pos: -10.5,30.5 + rot: -1.5707963267948966 rad + pos: 59.5,-64.5 parent: 2 - - uid: 33646 + - uid: 32286 components: - type: Transform - pos: -10.5,29.5 + rot: -1.5707963267948966 rad + pos: 60.5,-64.5 parent: 2 -- proto: SpawnPointSecurityOfficer - entities: - - uid: 33630 + - uid: 32287 components: - type: Transform - pos: -11.5,34.5 + rot: -1.5707963267948966 rad + pos: 49.5,-79.5 parent: 2 - - uid: 33631 + - uid: 32291 components: - type: Transform - pos: -11.5,33.5 + rot: -1.5707963267948966 rad + pos: 52.5,-78.5 parent: 2 - - uid: 33632 + - uid: 32301 components: - type: Transform - pos: -13.5,35.5 + rot: -1.5707963267948966 rad + pos: 52.5,-64.5 parent: 2 - - uid: 33633 + - uid: 32305 components: - type: Transform - pos: -14.5,33.5 + rot: -1.5707963267948966 rad + pos: 49.5,-64.5 parent: 2 - - uid: 33634 + - uid: 32306 components: - type: Transform - pos: -13.5,31.5 + rot: -1.5707963267948966 rad + pos: 60.5,-49.5 parent: 2 - - uid: 33635 + - uid: 32307 components: - type: Transform - pos: -12.5,31.5 + rot: -1.5707963267948966 rad + pos: 60.5,-61.5 parent: 2 -- proto: SpawnPointServiceWorker - entities: - - uid: 18229 + - uid: 32308 components: - type: Transform - pos: -52.5,-12.5 + rot: -1.5707963267948966 rad + pos: 59.5,-54.5 parent: 2 - - uid: 30656 + - uid: 32313 components: - type: Transform - pos: -53.5,-12.5 + rot: 3.141592653589793 rad + pos: -85.5,-45.5 parent: 2 - - uid: 30657 + - uid: 32325 components: - type: Transform - pos: -54.5,-12.5 + rot: -1.5707963267948966 rad + pos: 52.5,-54.5 parent: 2 -- proto: SpawnPointStationEngineer - entities: - - uid: 8945 + - uid: 32326 components: - type: Transform - pos: -56.5,35.5 + rot: -1.5707963267948966 rad + pos: 50.5,-54.5 parent: 2 - - uid: 13369 + - uid: 35361 components: - type: Transform - pos: -52.5,35.5 + pos: -86.5,94.5 parent: 2 - - uid: 23518 + - uid: 35362 components: - type: Transform - pos: -52.5,36.5 + pos: -87.5,94.5 parent: 2 - - uid: 23546 + - uid: 35363 components: - type: Transform - pos: -56.5,36.5 + pos: -83.5,96.5 parent: 2 - - uid: 30231 + - uid: 35364 components: - type: Transform - pos: -56.5,34.5 + pos: -75.5,96.5 parent: 2 - - uid: 31480 + - uid: 35365 components: - type: Transform - pos: -48.5,17.5 + pos: -74.5,94.5 parent: 2 -- proto: SpawnPointTechnicalAssistant - entities: - - uid: 30232 + - uid: 35366 components: - type: Transform - pos: -50.5,21.5 + pos: -83.5,91.5 parent: 2 - - uid: 30233 + - uid: 35367 components: - type: Transform - pos: -49.5,21.5 + pos: -84.5,89.5 parent: 2 - - uid: 30234 + - uid: 35368 components: - type: Transform - pos: -48.5,21.5 + pos: -76.5,91.5 parent: 2 -- proto: SpawnPointWarden - entities: - - uid: 15684 + - uid: 35369 components: - type: Transform - pos: -25.5,41.5 + pos: -75.5,86.5 parent: 2 -- proto: SpawnPointZookeeper - entities: - - uid: 22903 + - uid: 35370 components: - type: Transform - pos: -68.5,13.5 + pos: -72.5,86.5 parent: 2 -- proto: SpawnVehicleATV - entities: - - uid: 5408 + - uid: 35371 components: - type: Transform - pos: -18.5,-22.5 + pos: -75.5,84.5 parent: 2 - - uid: 6566 + - uid: 35372 components: - type: Transform - pos: -18.5,-23.5 + pos: -77.5,84.5 parent: 2 -- proto: SpawnVehicleJanicart - entities: - - uid: 18515 + - uid: 35373 components: - type: Transform - pos: -41.5,19.5 + pos: -85.5,86.5 parent: 2 - - uid: 29060 + - uid: 35374 components: - type: Transform - pos: -42.5,19.5 + pos: -88.5,84.5 parent: 2 -- proto: SpawnVehicleSecway - entities: - - uid: 9654 + - uid: 35375 components: - type: Transform - pos: -5.5,37.5 + pos: -84.5,79.5 parent: 2 - - uid: 15575 + - uid: 35376 components: - type: Transform - pos: -6.5,37.5 + pos: -87.5,79.5 parent: 2 - - uid: 15576 + - uid: 35377 components: - type: Transform - pos: -7.5,37.5 + pos: -88.5,81.5 parent: 2 -- proto: SpawnVendingMachineRestockFood - entities: - - uid: 31789 + - uid: 35378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-32.5 + pos: -76.5,79.5 parent: 2 -- proto: Spear - entities: - - uid: 30087 + - uid: 35379 components: - type: Transform - pos: 89.34257,43.82237 + pos: -72.5,81.5 parent: 2 -- proto: SprayBottleSpaceCleaner - entities: - - uid: 18538 + - uid: 35380 components: - type: Transform - pos: -41.18424,24.778963 + pos: -73.5,81.5 parent: 2 - - uid: 18539 + - uid: 35381 components: - type: Transform - pos: -41.199863,24.622713 + pos: -72.5,76.5 parent: 2 - - uid: 34122 + - uid: 35382 components: - type: Transform - pos: -23.156303,58.605377 + pos: -75.5,74.5 parent: 2 -- proto: SS13Memorial - entities: - - uid: 30328 + - uid: 35383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,18.5 + pos: -87.5,76.5 parent: 2 -- proto: StairStage - entities: - - uid: 4499 + - uid: 35384 components: - type: Transform - pos: 35.5,-33.5 + pos: -73.5,69.5 parent: 2 - - uid: 4500 + - uid: 35385 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-32.5 + pos: -72.5,71.5 parent: 2 - - uid: 4587 + - uid: 35386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,18.5 + pos: -77.5,69.5 parent: 2 - - uid: 4588 + - uid: 35387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,17.5 + pos: -76.5,71.5 parent: 2 - - uid: 4595 + - uid: 35388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,16.5 + pos: -77.5,71.5 parent: 2 - - uid: 4596 + - uid: 35389 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 + pos: -83.5,71.5 parent: 2 - - uid: 4597 + - uid: 35390 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-26.5 + pos: -84.5,71.5 parent: 2 - - uid: 4598 + - uid: 35391 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 + pos: -86.5,69.5 parent: 2 - - uid: 4605 + - uid: 35392 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-26.5 + pos: -85.5,66.5 parent: 2 - - uid: 4606 + - uid: 35393 components: - type: Transform - pos: 32.5,-33.5 + pos: -85.5,64.5 parent: 2 - - uid: 4607 + - uid: 35394 components: - type: Transform - pos: 33.5,-33.5 + pos: -86.5,64.5 parent: 2 - - uid: 4608 + - uid: 35395 components: - type: Transform - pos: 34.5,-33.5 + pos: -87.5,64.5 parent: 2 -- proto: StasisBed - entities: - - uid: 1274 + - uid: 35396 components: - type: Transform - pos: 21.5,10.5 + pos: -83.5,64.5 parent: 2 - - uid: 1510 + - uid: 35397 components: - type: Transform - pos: 21.5,9.5 + pos: -76.5,66.5 parent: 2 -- proto: StationMap - entities: - - uid: 2254 + - uid: 35398 components: - type: Transform - pos: -1.5,-34.5 + pos: -77.5,66.5 parent: 2 - - uid: 28917 + - uid: 35399 components: - type: Transform - pos: 12.5,-27.5 + pos: -73.5,64.5 parent: 2 - - uid: 28920 + - uid: 35400 components: - type: Transform - pos: -33.5,-12.5 + pos: -87.5,61.5 parent: 2 - - uid: 28940 + - uid: 35401 components: - type: Transform - pos: 4.5,-11.5 + pos: -75.5,56.5 parent: 2 - - uid: 29017 + - uid: 35402 components: - type: Transform - pos: 48.5,-0.5 + pos: -73.5,56.5 parent: 2 - - uid: 29018 + - uid: 35403 components: - type: Transform - pos: -42.5,11.5 + pos: -85.5,56.5 parent: 2 - - uid: 29019 + - uid: 35404 components: - type: Transform - pos: 5.5,24.5 + pos: -84.5,54.5 parent: 2 - - uid: 29021 + - uid: 35405 components: - type: Transform - pos: -0.5,57.5 + pos: -88.5,56.5 parent: 2 - - uid: 30296 + - uid: 35406 components: - type: Transform - pos: -70.5,12.5 + pos: -74.5,61.5 parent: 2 -- proto: StationMapBroken +- proto: SolarTracker entities: - - uid: 5398 + - uid: 9794 components: - type: Transform - pos: 56.5,55.5 + pos: -98.5,-34.5 parent: 2 - - uid: 7015 + - uid: 10447 components: - type: Transform - pos: -26.5,-29.5 + pos: -80.5,-39.5 parent: 2 -- proto: StatueVenusRed - entities: - - uid: 30283 + - uid: 10497 components: - type: Transform - pos: -70.5,8.5 + pos: -80.5,-44.5 parent: 2 -- proto: SteelBench - entities: - - uid: 17923 + - uid: 10498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,25.5 + pos: -98.5,-49.5 parent: 2 -- proto: Stool - entities: - - uid: 5899 + - uid: 10505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-33.5 + pos: -98.5,-39.5 parent: 2 - - uid: 15980 + - uid: 13679 components: - type: Transform - pos: -33.5,44.5 + pos: 47.5,-50.5 parent: 2 - - uid: 15983 + - uid: 31917 components: - type: Transform - pos: -31.5,44.5 + pos: 65.5,-55.5 parent: 2 - - uid: 16292 + - uid: 31918 components: - type: Transform - pos: -32.5,44.5 + pos: 71.5,-80.5 parent: 2 -- proto: StoolBar - entities: - - uid: 2647 + - uid: 31921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,53.5 + pos: 47.5,-60.5 parent: 2 - - uid: 2678 + - uid: 32003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,53.5 + pos: 65.5,-50.5 parent: 2 - - uid: 2683 + - uid: 32019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,53.5 + pos: -80.5,-59.5 parent: 2 - - uid: 2684 + - uid: 32310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,53.5 + pos: 65.5,-45.5 parent: 2 - - uid: 2696 + - uid: 35466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,53.5 + pos: -71.5,55.5 parent: 2 - - uid: 3116 + - uid: 35467 components: - type: Transform - pos: 21.5,-18.5 + pos: -89.5,55.5 parent: 2 - - uid: 3119 + - uid: 35469 components: - type: Transform - pos: 20.5,-18.5 + pos: -71.5,60.5 parent: 2 - - uid: 3120 + - uid: 35470 components: - type: Transform - pos: 28.5,-18.5 + pos: -89.5,65.5 parent: 2 - - uid: 3122 + - uid: 35471 components: - type: Transform - pos: 29.5,-18.5 + pos: -71.5,90.5 parent: 2 - - uid: 3178 + - uid: 35472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-30.5 + pos: -71.5,70.5 parent: 2 - - uid: 3180 + - uid: 35473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-30.5 + pos: -89.5,80.5 parent: 2 - - uid: 3181 +- proto: SophicScribe + entities: + - uid: 654 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-30.5 + pos: 54.5,13.5 parent: 2 - - uid: 3182 +- proto: SpaceCash + entities: + - uid: 759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-30.5 + pos: -10.829511,-42.30696 parent: 2 - - uid: 3183 + - uid: 2214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-30.5 + pos: -11.052167,-42.11946 parent: 2 - - uid: 3184 + - uid: 5943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-30.5 + pos: 14.532675,-32.37702 parent: 2 - - uid: 3185 + - uid: 5944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-28.5 + pos: 14.872519,-32.365303 parent: 2 - - uid: 3187 + - uid: 5945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-29.5 + pos: 14.638144,-32.177803 parent: 2 - - uid: 3188 + - uid: 5946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-27.5 + pos: 15.692831,-33.021553 parent: 2 - - uid: 3286 + - uid: 5947 components: - type: Transform - pos: 19.5,-18.5 + pos: 15.622519,-33.279366 parent: 2 - - uid: 3288 + - uid: 5948 components: - type: Transform - pos: 31.5,-18.5 + pos: 15.282675,-33.091866 parent: 2 - - uid: 3289 + - uid: 6312 components: - type: Transform - pos: 18.5,-18.5 + pos: 26.616358,-28.719067 parent: 2 - - uid: 3291 + - uid: 6994 components: - type: Transform - pos: 30.5,-18.5 + pos: -31.721443,-31.601978 parent: 2 - - uid: 3435 + - uid: 6995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-41.5 + pos: -31.440191,-32.281666 parent: 2 - - uid: 3812 + - uid: 6996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-41.5 + pos: -31.369879,-31.988697 parent: 2 - - uid: 3854 + - uid: 6997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-41.5 + pos: -30.819098,-38.363697 parent: 2 - - uid: 5896 + - uid: 9637 components: - type: Transform - pos: 22.5,-29.5 + rot: 3.141592653589793 rad + pos: -38.33659,60.69172 parent: 2 - - uid: 5897 + - uid: 9679 components: - type: Transform - pos: 22.5,-28.5 + rot: 3.141592653589793 rad + pos: -38.133465,60.519844 parent: 2 - - uid: 6660 + - uid: 20188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-41.5 + pos: 26.756983,-28.922192 parent: 2 - - uid: 6990 + - uid: 22757 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,-37.5 + pos: -36.383465,60.363594 parent: 2 - - uid: 6991 + - uid: 23039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-37.5 + pos: -37.289715,59.56672 parent: 2 - - uid: 6992 + - uid: 26728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-37.5 + pos: -46.268658,-28.028463 parent: 2 - - uid: 6993 + - uid: 26730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-32.5 + pos: -46.35069,-27.87612 parent: 2 - - uid: 19678 +- proto: SpaceCash1000 + entities: + - uid: 14126 components: - type: Transform - pos: -39.5,65.5 + pos: 26.330275,39.009815 parent: 2 - - uid: 19713 + - uid: 14127 components: - type: Transform - pos: -39.5,64.5 + pos: 26.343767,38.259815 parent: 2 - - uid: 19714 + - uid: 14128 components: - type: Transform - pos: -39.5,67.5 + pos: 26.593767,38.384815 parent: 2 - - uid: 19715 + - uid: 27932 components: - type: Transform - pos: -39.5,66.5 + pos: 89.39034,37.435448 parent: 2 - - uid: 19730 + - uid: 28005 components: - type: Transform - pos: -39.5,63.5 + pos: 89.45284,37.732323 parent: 2 - - uid: 28857 +- proto: SpaceCash500 + entities: + - uid: 32458 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,53.5 + pos: 74.79644,24.791433 parent: 2 -- proto: StorageCanister - entities: - - uid: 2533 + - uid: 32459 components: - type: Transform - pos: 43.5,46.5 + pos: 74.95269,24.650808 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 3384 + - uid: 32460 components: - type: Transform - pos: 41.5,46.5 + pos: 74.749565,24.510183 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5091 +- proto: SpaceCashLuckyBill + entities: + - uid: 181 components: - type: Transform - pos: -46.5,37.5 + pos: -26.472038,-23.207253 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5111 +- proto: SpaceMedipen + entities: + - uid: 33637 components: - type: Transform - pos: -48.5,37.5 + pos: 87.70394,52.788086 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5113 + - uid: 33638 components: - type: Transform - pos: -49.5,37.5 + pos: 71.75545,41.64746 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5114 +- proto: SpaceVillainArcade + entities: + - uid: 422 components: - type: Transform - pos: -47.5,37.5 + rot: 3.141592653589793 rad + pos: -16.5,61.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5712 +- proto: SpareIdCabinetFilled + entities: + - uid: 28704 components: - type: Transform - pos: 60.5,55.5 + rot: 3.141592653589793 rad + pos: 16.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9348 +- proto: SpawnMobAlexander + entities: + - uid: 27818 components: - type: Transform - pos: -41.5,48.5 + pos: -55.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: StrangePill +- proto: SpawnMobArcticFoxSiobhan entities: - - uid: 6861 + - uid: 8599 components: - - type: MetaData - name: floor pill - type: Transform - pos: 22.100813,-21.931332 + pos: 29.5,28.5 parent: 2 -- proto: Stunbaton +- proto: SpawnMobBandito entities: - - uid: 14136 + - uid: 5737 components: - type: Transform - pos: 13.122691,47.817783 + pos: 48.5,29.5 parent: 2 - - uid: 14263 +- proto: SpawnMobBee + entities: + - uid: 7254 components: - type: Transform - pos: 11.48601,48.62845 + pos: -100.5,3.5 parent: 2 -- proto: SubstationBasic - entities: - - uid: 3123 + - uid: 8602 components: - - type: MetaData - name: Bar Substation - type: Transform - pos: 11.5,-18.5 + pos: -102.5,9.5 parent: 2 - - uid: 4713 + - uid: 23475 components: - - type: MetaData - name: Epistemics Substation - type: Transform - pos: 32.5,35.5 + pos: -101.5,7.5 parent: 2 - - uid: 6009 +- proto: SpawnMobButterfly + entities: + - uid: 7217 components: - - type: MetaData - name: Logistics Substation - type: Transform - pos: -26.5,-28.5 + pos: -104.5,6.5 parent: 2 - - uid: 7171 + - uid: 8604 components: - - type: MetaData - name: Bridge Substation - type: Transform - pos: 6.5,44.5 + pos: -102.5,7.5 parent: 2 - - uid: 9504 + - uid: 8605 components: - - type: MetaData - name: Eastern Hospital Substation - type: Transform - pos: 39.5,16.5 + pos: -105.5,9.5 parent: 2 - - uid: 10064 + - uid: 8606 components: - - type: MetaData - name: Engineering Substation - type: Transform - pos: -65.5,36.5 + pos: -102.5,4.5 parent: 2 - - uid: 11107 +- proto: SpawnMobCatBingus + entities: + - uid: 32568 components: - - type: MetaData - name: Zoo Substation - type: Transform - pos: -68.5,-2.5 + pos: 74.5,64.5 parent: 2 - - uid: 14197 +- proto: SpawnMobCatException + entities: + - uid: 35717 components: - - type: MetaData - name: Xenoarchaeology Substation - type: Transform - pos: 32.5,51.5 + pos: 3.5,0.5 parent: 2 - - uid: 14362 +- proto: SpawnMobCatFloppa + entities: + - uid: 4116 components: - - type: MetaData - name: Labyrinth substation - type: Transform - pos: 51.5,44.5 + pos: -84.5,-9.5 parent: 2 - - uid: 16005 +- proto: SpawnMobCatGeneric + entities: + - uid: 31767 components: - - type: MetaData - name: Security Substation - type: Transform - pos: -6.5,45.5 + pos: -68.5,1.5 parent: 2 - - uid: 19026 +- proto: SpawnMobCatRuntime + entities: + - uid: 624 components: - - type: MetaData - name: Particle Accelerator substation - type: Transform - pos: -97.5,54.5 + pos: -4.5,-10.5 parent: 2 - - uid: 19852 +- proto: SpawnMobCleanBot + entities: + - uid: 18357 components: - - type: MetaData - name: Psych Ward Substation - type: Transform - pos: -41.5,70.5 + pos: -39.5,-28.5 parent: 2 - - uid: 20185 +- proto: SpawnMobCorgi + entities: + - uid: 1962 components: - - type: MetaData - name: Western Hospital Substation - type: Transform - pos: -27.5,-4.5 + pos: 12.5,29.5 parent: 2 - - uid: 20988 +- proto: SpawnMobCow + entities: + - uid: 21935 components: - - type: MetaData - name: Hallway Substation - type: Transform - pos: -39.5,35.5 + pos: -56.5,-28.5 parent: 2 - - uid: 21162 + - uid: 32433 components: - - type: MetaData - name: Food Court Substation - type: Transform - pos: -65.5,-21.5 + rot: -1.5707963267948966 rad + pos: 87.5,39.5 parent: 2 -- proto: SubstationMachineCircuitboard +- proto: SpawnMobCrab entities: - - uid: 2338 + - uid: 8609 components: - type: Transform - pos: -47.720688,26.518244 + pos: -103.5,11.5 parent: 2 - - uid: 7969 + - uid: 8610 components: - type: Transform - pos: -47.25975,26.518244 + pos: -100.5,10.5 parent: 2 -- proto: SuitStorageAtmos +- proto: SpawnMobCrabAtmos entities: - - uid: 3694 + - uid: 36417 components: - type: Transform - pos: -41.5,33.5 + pos: -36.5,34.5 parent: 2 - - uid: 3696 +- proto: SpawnMobFerret + entities: + - uid: 21125 components: - type: Transform - pos: -41.5,35.5 + pos: -86.5,-8.5 parent: 2 - - uid: 3717 +- proto: SpawnMobFoxRenault + entities: + - uid: 15267 components: - type: Transform - pos: -42.5,33.5 + pos: 25.5,50.5 parent: 2 - - uid: 7971 +- proto: SpawnMobFrog + entities: + - uid: 8613 components: - type: Transform - pos: -42.5,35.5 + pos: -105.5,8.5 parent: 2 -- proto: SuitStorageCaptain - entities: - - uid: 2862 + - uid: 11416 components: - type: Transform - pos: 21.5,50.5 + pos: -106.5,7.5 parent: 2 -- proto: SuitStorageCE +- proto: SpawnMobGoat entities: - - uid: 8779 + - uid: 21123 components: - type: Transform - pos: -61.5,13.5 + rot: -1.5707963267948966 rad + pos: -101.5,2.5 parent: 2 -- proto: SuitStorageCMO +- proto: SpawnMobKangarooWillow entities: - - uid: 575 + - uid: 17829 components: - type: Transform - pos: -11.5,-8.5 + pos: 39.5,-22.5 parent: 2 -- proto: SuitStorageEngi +- proto: SpawnMobLizard entities: - - uid: 9023 + - uid: 11417 components: - type: Transform - pos: -51.5,36.5 + pos: -101.5,8.5 parent: 2 - - uid: 9028 +- proto: SpawnMobMcGriff + entities: + - uid: 15975 components: - type: Transform - pos: -51.5,35.5 + pos: -22.5,41.5 parent: 2 - - uid: 9029 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 5759 components: - type: Transform - pos: -51.5,34.5 + pos: 19.5,-28.5 parent: 2 - - uid: 9030 +- proto: SpawnMobMothroach + entities: + - uid: 21126 components: - type: Transform - pos: -51.5,33.5 + pos: -103.5,-6.5 parent: 2 - - uid: 10408 + - uid: 35718 components: - type: Transform - pos: -59.5,-33.5 + pos: 3.5,12.5 parent: 2 - - uid: 27866 +- proto: SpawnMobOreCrab + entities: + - uid: 33593 components: - type: Transform - pos: -53.5,37.5 + pos: 62.5,61.5 parent: 2 -- proto: SuitStorageEVA +- proto: SpawnMobParrot entities: - - uid: 14259 + - uid: 21127 components: - type: Transform - pos: 25.5,55.5 + pos: -52.5,34.5 parent: 2 -- proto: SuitStorageEVAAlternate +- proto: SpawnMobPenguin entities: - - uid: 813 + - uid: 21121 components: - type: Transform - pos: 18.5,25.5 + pos: -88.5,-7.5 parent: 2 - - uid: 6022 + - uid: 23468 components: - type: Transform - pos: 19.5,27.5 + pos: -82.5,-10.5 parent: 2 - - uid: 6023 +- proto: SpawnMobPossumMorty + entities: + - uid: 5732 components: - type: Transform - pos: 18.5,28.5 + pos: 23.5,10.5 parent: 2 - - uid: 6024 +- proto: SpawnMobRaccoonMorticia + entities: + - uid: 19374 components: - type: Transform - pos: 19.5,26.5 + pos: -25.5,-20.5 parent: 2 - - uid: 6025 +- proto: SpawnMobSecDogLaika + entities: + - uid: 34761 components: - type: Transform - pos: 19.5,28.5 + pos: -8.5,41.5 parent: 2 - - uid: 6026 +- proto: SpawnMobShiva + entities: + - uid: 15729 components: - type: Transform - pos: 18.5,27.5 + pos: -9.5,25.5 parent: 2 - - uid: 6027 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 6112 components: - type: Transform - pos: 18.5,26.5 + pos: 54.5,28.5 parent: 2 - - uid: 6028 +- proto: SpawnMobSmile + entities: + - uid: 23548 components: - type: Transform - pos: 19.5,25.5 + pos: 43.5,25.5 parent: 2 -- proto: SuitStorageEVAEmergency +- proto: SpawnMobWalter entities: - - uid: 2856 + - uid: 33580 components: - type: Transform - pos: 49.5,51.5 + pos: 92.5,31.5 parent: 2 - - uid: 9539 +- proto: SpawnPointAtmos + entities: + - uid: 3689 components: - type: Transform - pos: 50.5,51.5 + pos: -48.5,34.5 parent: 2 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 18132 + - uid: 3692 components: - type: Transform - pos: -5.5,68.5 + pos: -47.5,34.5 parent: 2 - - uid: 18133 + - uid: 3698 components: - type: Transform - pos: -5.5,66.5 + pos: -49.5,34.5 parent: 2 - - uid: 18134 +- proto: SpawnPointBartender + entities: + - uid: 33713 components: - type: Transform - pos: -1.5,68.5 + pos: 21.5,-24.5 parent: 2 - - uid: 18135 +- proto: SpawnPointBotanist + entities: + - uid: 18505 components: - type: Transform - pos: -1.5,66.5 + pos: -49.5,2.5 parent: 2 - - uid: 18136 + - uid: 18506 components: - type: Transform - pos: -1.5,67.5 + pos: -53.5,-3.5 parent: 2 - - uid: 18137 + - uid: 18507 components: - type: Transform - pos: -5.5,67.5 + pos: -51.5,-3.5 parent: 2 -- proto: SuitStorageHOS - entities: - - uid: 15753 + - uid: 18508 components: - type: Transform - pos: -7.5,35.5 + pos: -59.5,-3.5 parent: 2 -- proto: SuitStorageParamedic - entities: - - uid: 22835 + - uid: 18509 components: - type: Transform - pos: 33.5,1.5 + pos: -58.5,-3.5 parent: 2 - - uid: 22838 +- proto: SpawnPointBoxer + entities: + - uid: 3467 components: - type: Transform - pos: 35.5,1.5 + pos: 42.5,-23.5 parent: 2 - - uid: 34982 +- proto: SpawnPointBrigmedic + entities: + - uid: 18360 components: - type: Transform - pos: 34.5,1.5 + pos: -42.5,58.5 parent: 2 -- proto: SuitStorageRD +- proto: SpawnPointCaptain entities: - - uid: 28732 + - uid: 14138 components: - type: Transform - pos: 49.5,28.5 + pos: 13.5,49.5 parent: 2 -- proto: SuitStorageSec +- proto: SpawnPointCargoTechnician entities: - - uid: 179 + - uid: 232 components: - type: Transform - pos: -18.5,40.5 + pos: -9.5,-30.5 parent: 2 - - uid: 405 + - uid: 3476 components: - type: Transform - pos: -18.5,41.5 + pos: -9.5,-34.5 parent: 2 - - uid: 618 + - uid: 3493 components: - type: Transform - pos: -16.5,40.5 + pos: -9.5,-35.5 parent: 2 - - uid: 4452 + - uid: 3583 components: - type: Transform - pos: -18.5,39.5 + pos: -9.5,-32.5 parent: 2 - - uid: 14160 + - uid: 4224 components: - type: Transform - pos: -16.5,41.5 + pos: -9.5,-33.5 parent: 2 - - uid: 14251 + - uid: 4240 components: - type: Transform - pos: -16.5,39.5 + pos: -13.5,-23.5 parent: 2 -- proto: SuitStorageWarden - entities: - - uid: 15713 + - uid: 22267 components: - type: Transform - pos: -29.5,39.5 + pos: -14.5,-23.5 parent: 2 -- proto: SurveillanceCameraCommand - entities: - - uid: 17971 + - uid: 22886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,61.5 + pos: -15.5,-23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Telecomms - - uid: 31276 +- proto: SpawnPointChaplain + entities: + - uid: 4317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,52.5 + pos: 66.5,30.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: The Golden Carp - - uid: 31301 +- proto: SpawnPointChef + entities: + - uid: 23566 components: - type: Transform - pos: 18.5,52.5 + pos: -55.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Bridge - - uid: 31305 + - uid: 23568 components: - type: Transform - pos: 24.5,49.5 + pos: -52.5,-15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Captain's Quarters - - uid: 31307 + - uid: 23710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,39.5 + pos: -53.5,-7.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Vault - - uid: 31403 +- proto: SpawnPointChemist + entities: + - uid: 5643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,44.5 + pos: 13.5,-0.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Main Hall - - uid: 31447 + - uid: 5644 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,43.5 + pos: 19.5,-2.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Front Desk - - uid: 32100 + - uid: 5646 components: - type: Transform - pos: 26.5,45.5 + pos: 13.5,3.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: East Hall - - uid: 32101 +- proto: SpawnPointChiefEngineer + entities: + - uid: 14139 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,50.5 + pos: 12.5,49.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: The Council - - uid: 32106 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 14143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,30.5 + pos: 11.5,49.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: EVA Storage -- proto: SurveillanceCameraEngineering +- proto: SpawnPointClown entities: - - uid: 23775 + - uid: 4087 components: - type: Transform - pos: -55.5,55.5 + pos: -75.5,1.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics North - - uid: 28593 +- proto: SpawnPointDetective + entities: + - uid: 16580 components: - type: Transform - pos: -41.5,37.5 + pos: -33.5,34.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics South - - uid: 28921 +- proto: SpawnPointForensicMantis + entities: + - uid: 904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,15.5 + pos: 48.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Hall South - - uid: 32415 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 15374 components: - type: Transform - pos: -49.5,20.5 + pos: 10.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Lounge - - uid: 32434 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 14141 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,27.5 + pos: 13.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Tech Vault - - uid: 32435 +- proto: SpawnPointJanitor + entities: + - uid: 13274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,18.5 + pos: 34.5,-1.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Front Desk - - uid: 32442 + - uid: 16602 components: - type: Transform - pos: -49.5,11.5 + pos: -36.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: CE's Office - - uid: 32444 +- proto: SpawnPointLatejoin + entities: + - uid: 5098 components: - type: Transform - pos: -60.5,12.5 + pos: -2.5,-43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: CE's Room - - uid: 32445 + - uid: 5099 components: - type: Transform - pos: -60.5,15.5 + pos: 6.5,-40.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Gravity Generator - - uid: 32451 + - uid: 5653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,31.5 + pos: 5.5,-43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: AME - - uid: 33690 + - uid: 5670 components: - type: Transform - pos: -52.5,43.5 + pos: -2.5,-40.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics North - - uid: 34033 + - uid: 6157 components: - type: Transform - pos: -98.5,48.5 + pos: 5.5,-40.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Particle Accelerator - - uid: 34036 + - uid: 6158 components: - type: Transform - pos: -52.5,29.5 + pos: 6.5,-43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Hall North - - uid: 34037 + - uid: 6162 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,35.5 + pos: -3.5,-40.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmos Locker Room - - uid: 34038 + - uid: 6163 components: - type: Transform - pos: -55.5,33.5 + pos: -3.5,-43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Locker Room -- proto: SurveillanceCameraGeneral - entities: - - uid: 29088 + - uid: 30223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-34.5 + pos: -5.5,-51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals North - - uid: 29089 + - uid: 30224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-49.5 + pos: -6.5,-51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals South - - uid: 29245 + - uid: 30225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-17.5 + pos: 9.5,-51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Dining Hall - - uid: 29247 + - uid: 30226 components: - type: Transform - pos: -53.5,7.5 + pos: 8.5,-51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Engineering Front - - uid: 29252 + - uid: 30227 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,23.5 + pos: 10.5,-51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Crossing North - - uid: 29253 + - uid: 30228 components: - type: Transform - pos: 3.5,-18.5 + pos: -7.5,-51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: South Crossing - - uid: 29287 +- proto: SpawnPointLawyer + entities: + - uid: 15687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-24.5 + pos: -6.5,58.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: South Hall - - uid: 29293 +- proto: SpawnPointLibrarian + entities: + - uid: 6087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,34.5 + pos: 51.5,27.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: North Hall - - uid: 29296 +- proto: SpawnPointMailCarrier + entities: + - uid: 983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,52.5 + pos: -9.5,-23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Court Entrance - - uid: 30415 + - uid: 9974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,65.5 + pos: -8.5,-23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Northerner Hall - - uid: 31063 +- proto: SpawnPointMedicalBorg + entities: + - uid: 349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,78.5 + pos: -6.5,6.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac West - - uid: 31111 + - uid: 5191 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,78.5 + pos: 29.5,6.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac East - - uid: 32124 + - uid: 5408 components: - type: Transform - pos: -15.5,19.5 + pos: 5.5,0.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Security Front - - uid: 32140 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 5632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,17.5 + pos: -25.5,15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Hall - - uid: 32144 + - uid: 5633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-1.5 + pos: -22.5,15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Hydro Front - - uid: 32146 + - uid: 5634 components: - type: Transform - pos: 17.5,-16.5 + pos: -19.5,15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: East Hall - - uid: 32147 + - uid: 5635 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-16.5 + pos: -16.5,15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Easterner Hall - - uid: 32148 + - uid: 5636 components: - type: Transform - pos: -17.5,-15.5 + pos: -16.5,10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Logistics Front - - uid: 32412 + - uid: 5637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-3.5 + pos: -19.5,10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Park -- proto: SurveillanceCameraMedical - entities: - - uid: 2076 + - uid: 5638 components: - type: Transform - pos: 22.5,-2.5 + pos: -22.5,10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Chemistry 2 - - uid: 3761 + - uid: 31475 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,14.5 + pos: -5.5,-1.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medical lounge - - uid: 3763 + - uid: 31476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-9.5 + pos: -14.5,9.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: CMO's Office - - uid: 8716 +- proto: SpawnPointMedicalIntern + entities: + - uid: 5639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,13.5 + pos: -4.5,12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Morgue - - uid: 8829 + - uid: 5640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,11.5 + pos: -4.5,11.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Cryonics - - uid: 9318 + - uid: 5641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,2.5 + pos: -6.5,12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Cloning - - uid: 9487 + - uid: 5642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,0.5 + pos: -6.5,11.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Chemistry 1 - - uid: 18518 +- proto: SpawnPointMime + entities: + - uid: 3708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-8.5 + pos: -79.5,1.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Group therapy Room - - uid: 18519 +- proto: SpawnPointMusician + entities: + - uid: 11257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 + pos: -71.5,3.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Therapy room - - uid: 19376 + - uid: 36403 components: - type: Transform - pos: -18.5,1.5 + pos: 9.5,-23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medical - - uid: 22954 + - uid: 36404 components: - type: Transform - pos: 11.5,9.5 + pos: 24.5,-34.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medbay - - uid: 28909 +- proto: SpawnPointObserver + entities: + - uid: 33591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-10.5 + pos: 1.5,-40.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: CMO's Room - - uid: 28910 +- proto: SpawnPointParamedic + entities: + - uid: 5625 components: - type: Transform - pos: 10.5,-11.5 + pos: -25.5,10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Virology - - uid: 29291 + - uid: 5626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,7.5 + pos: -28.5,10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Waiting Room North - - uid: 29292 + - uid: 5627 components: - type: Transform - pos: -0.5,-2.5 + pos: -28.5,15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Waiting Room South -- proto: SurveillanceCameraRouterCircuitboard +- proto: SpawnPointPassenger entities: - - uid: 35828 + - uid: 30239 components: - type: Transform - pos: -47.236313,27.627619 + pos: -0.5,-45.5 parent: 2 -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 15176 + - uid: 30240 components: - type: Transform - pos: 15.5,42.5 + pos: -0.5,-46.5 parent: 2 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 2846 + - uid: 30241 components: - type: Transform - pos: -59.5,11.5 + pos: 3.5,-45.5 parent: 2 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 29196 + - uid: 30242 components: - type: Transform - pos: 9.5,43.5 + pos: 3.5,-46.5 parent: 2 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 1515 + - uid: 30243 components: - type: Transform - pos: -11.5,-7.5 + pos: 3.5,-47.5 parent: 2 -- proto: SurveillanceCameraRouterScience - entities: - - uid: 22596 + - uid: 30244 components: - type: Transform - pos: 42.5,30.5 + pos: 3.5,-48.5 parent: 2 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 4962 + - uid: 30245 components: - type: Transform - pos: -18.5,42.5 + pos: -0.5,-47.5 parent: 2 -- proto: SurveillanceCameraRouterService - entities: - - uid: 1519 + - uid: 30246 components: - type: Transform - pos: -50.5,-3.5 + pos: -0.5,-48.5 parent: 2 -- proto: SurveillanceCameraRouterSupply +- proto: SpawnPointPrisoner entities: - - uid: 8814 + - uid: 18399 components: - type: Transform - pos: -30.5,-25.5 + pos: -25.5,66.5 parent: 2 -- proto: SurveillanceCameraScience - entities: - - uid: 1707 + - uid: 18400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,30.5 + pos: -21.5,66.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Epimestics lounge - - uid: 1709 + - uid: 18401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,19.5 + pos: -17.5,66.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Chapel West - - uid: 22956 + - uid: 18402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,25.5 + pos: -13.5,66.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Locker Room - - uid: 28901 +- proto: SpawnPointPrisonGuard + entities: + - uid: 18152 components: - type: Transform - pos: 44.5,28.5 + pos: -20.5,61.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Mystagogue's Room - - uid: 28902 +- proto: SpawnPointPsychologist + entities: + - uid: 5630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,25.5 + pos: -20.5,-9.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Mystagogue's Office - - uid: 28903 + - uid: 5631 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,22.5 + pos: -15.5,-8.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Chapel East - - uid: 29062 +- proto: SpawnPointQuartermaster + entities: + - uid: 14140 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,30.5 + pos: 11.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Front Desk - - uid: 29068 +- proto: SpawnPointReporter + entities: + - uid: 7368 components: - type: Transform - pos: 46.5,32.5 + pos: -28.5,-8.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Mantis' Room - - uid: 29075 +- proto: SpawnPointResearchAssistant + entities: + - uid: 23662 components: - type: Transform - pos: 46.5,36.5 + pos: 39.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Anomaly Generator - - uid: 29076 + - uid: 30247 components: - type: Transform - pos: 46.5,42.5 + pos: 37.5,28.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Robotics - - uid: 29079 + - uid: 30248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,38.5 + pos: 39.5,28.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Hall - - uid: 29082 +- proto: SpawnPointResearchDirector + entities: + - uid: 5624 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,51.5 + pos: 44.5,29.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Xenoarchaeology - - uid: 29084 + - uid: 14142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,26.5 + pos: 12.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Chaplain's Room -- proto: SurveillanceCameraSecurity +- proto: SpawnPointSalvageSpecialist entities: - - uid: 6314 + - uid: 6949 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,64.5 + pos: -11.5,-41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward - - uid: 7797 + - uid: 6950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,65.5 + pos: -10.5,-41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward Bar - - uid: 8714 + - uid: 6951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,44.5 + pos: -9.5,-41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Shooting range - - uid: 15792 + - uid: 21089 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,31.5 + pos: -8.5,-41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Evidence room - - uid: 15977 +- proto: SpawnPointScientist + entities: + - uid: 4045 components: - type: Transform - pos: -27.5,28.5 + pos: 37.5,25.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig - - uid: 15997 + - uid: 4046 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,42.5 + pos: 38.5,25.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden's Office - - uid: 16282 + - uid: 4047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,34.5 + pos: 39.5,25.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Detective's Office - - uid: 19379 + - uid: 4049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,56.5 + pos: 38.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward lounge - - uid: 22953 + - uid: 4050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,30.5 + pos: 37.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: South Hall - - uid: 27750 +- proto: SpawnPointSecurityCadet + entities: + - uid: 33642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,34.5 + pos: -20.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Interrogation Room 2 - - uid: 28878 + - uid: 33643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,48.5 + pos: -21.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory - - uid: 28887 + - uid: 33644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,38.5 + pos: -19.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: North Hall - - uid: 28927 + - uid: 33645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,67.5 + pos: -10.5,30.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Corpsman's Room - - uid: 28929 + - uid: 33646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,26.5 + pos: -10.5,29.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: HOS's Office - - uid: 28930 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 33630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,34.5 + pos: -11.5,34.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: HOS's Room - - uid: 28961 + - uid: 33631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,34.5 + pos: -11.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Interrogation Room 1 - - uid: 28966 + - uid: 33632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,38.5 + pos: -13.5,35.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Changing room - - uid: 28981 + - uid: 33633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,59.5 + pos: -14.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward Hydroponics - - uid: 29250 + - uid: 33634 components: - type: Transform - pos: -18.5,24.5 + pos: -13.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Front Desk -- proto: SurveillanceCameraService - entities: - - uid: 168 + - uid: 33635 components: - type: Transform - pos: -6.5,58.5 + pos: -12.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Lawyer's Office - - uid: 2075 +- proto: SpawnPointServiceWorker + entities: + - uid: 18229 components: - type: Transform - pos: 24.5,-21.5 + pos: -52.5,-12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen West - - uid: 14207 + - uid: 30656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-32.5 + pos: -53.5,-12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Backrooms South - - uid: 15543 + - uid: 30657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,24.5 + pos: -54.5,-12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Custodial Office - - uid: 15609 +- proto: SpawnPointStationEngineer + entities: + - uid: 8945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,11.5 + pos: -56.5,35.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Disposals - - uid: 17011 + - uid: 13369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-27.5 + pos: -52.5,35.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Bar - - uid: 17027 + - uid: 23518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-24.5 + pos: -52.5,36.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Boxing Ring - - uid: 22951 + - uid: 23546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-19.5 + pos: -56.5,36.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Backrooms North - - uid: 22952 + - uid: 30231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,10.5 + pos: -56.5,34.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Entrance - - uid: 22955 + - uid: 31480 components: - type: Transform - pos: -56.5,-29.5 + pos: -48.5,17.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Backrooms West - - uid: 29083 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 30232 components: - type: Transform - pos: 54.5,26.5 + pos: -50.5,21.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Library - - uid: 29134 + - uid: 30233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-28.5 + pos: -49.5,21.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 4 - - uid: 29147 + - uid: 30234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-28.5 + pos: -48.5,21.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 3 - - uid: 29154 +- proto: SpawnPointWarden + entities: + - uid: 15684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-22.5 + pos: -25.5,41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 2 - - uid: 29155 +- proto: SpawnPointZookeeper + entities: + - uid: 22903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-14.5 + pos: -68.5,13.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 1 - - uid: 29157 +- proto: SpawnVendingMachineRestockFood + entities: + - uid: 31789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-8.5 + rot: 3.141592653589793 rad + pos: -20.5,-32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Freezer - - uid: 29186 +- proto: Spear + entities: + - uid: 30087 components: - type: Transform - pos: -52.5,-3.5 + pos: 89.34257,43.82237 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro Locker Room - - uid: 29192 +- proto: SprayBottle + entities: + - uid: 323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-3.5 + pos: -50.710064,-28.473776 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro Lounge - - uid: 29193 + - uid: 22060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,2.5 + pos: -46.6085,-27.325338 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro West - - uid: 29194 + - uid: 22061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,4.5 + pos: -50.74522,-25.380026 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro East - - uid: 29200 + - uid: 26734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,2.5 + pos: -50.487408,-28.544088 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Tools Room - - uid: 29201 + - uid: 26735 components: - type: Transform - pos: -77.5,3.5 + pos: -50.299908,-27.465963 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Theatre - - uid: 29202 + - uid: 26736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,6.5 + pos: -46.456158,-27.477682 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Center - - uid: 29206 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 18538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,30.5 + pos: -41.18424,24.778963 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Water Kingdom - - uid: 29212 + - uid: 18539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,26.5 + pos: -41.199863,24.622713 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Rocky Roofs - - uid: 29213 + - uid: 34122 components: - type: Transform - pos: -82.5,19.5 + pos: -23.156303,58.605377 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo N Hall - - uid: 29214 +- proto: SS13Memorial + entities: + - uid: 30328 components: - type: Transform rot: 1.5707963267948966 rad - pos: -94.5,22.5 + pos: 28.5,18.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo NW Hall - - uid: 29217 +- proto: StairStage + entities: + - uid: 4499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,11.5 + pos: 35.5,-33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo W Hall - - uid: 29229 + - uid: 4500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,10.5 + rot: 3.141592653589793 rad + pos: 24.5,-32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Terra - - uid: 29235 + - uid: 4596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,-7.5 + rot: 3.141592653589793 rad + pos: 32.5,-26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo SW Hall - - uid: 29237 + - uid: 4597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,-9.5 + rot: 3.141592653589793 rad + pos: 33.5,-26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Sandy Sorrows - - uid: 29238 + - uid: 4598 components: - type: Transform - pos: -86.5,-13.5 + rot: 3.141592653589793 rad + pos: 34.5,-26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Snowland - - uid: 29240 + - uid: 4605 components: - type: Transform rot: 3.141592653589793 rad - pos: -87.5,-3.5 + pos: 35.5,-26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo S Hall - - uid: 32107 + - uid: 4606 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,30.5 + pos: 32.5,-33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: HOP's Room - - uid: 32109 + - uid: 4607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,30.5 + pos: 33.5,-33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: HOP's Office - - uid: 32145 + - uid: 4608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-9.5 + pos: 34.5,-33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Reporter's Office - - uid: 34034 + - uid: 8335 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,15.5 + pos: 64.5,18.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zookeeper's office -- proto: SurveillanceCameraSupply - entities: - - uid: 28926 + - uid: 8339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-18.5 + rot: -1.5707963267948966 rad + pos: 64.5,17.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Front Desk - - uid: 29090 + - uid: 8342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-39.5 + rot: -1.5707963267948966 rad + pos: 64.5,16.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Salvage - - uid: 29091 +- proto: StasisBed + entities: + - uid: 1274 components: - type: Transform - pos: -28.5,-44.5 + pos: 21.5,10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Docks 1 - - uid: 29094 + - uid: 1510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-46.5 + pos: 21.5,9.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Docks 2 - - uid: 29095 +- proto: StationMap + entities: + - uid: 2254 components: - type: Transform - pos: -20.5,-35.5 + pos: -1.5,-34.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: 'Belts Hell ' - - uid: 29100 + - uid: 28917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-32.5 + pos: 12.5,-27.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Locker Room - - uid: 29112 + - uid: 28920 components: - type: Transform - pos: -13.5,-30.5 + pos: -33.5,-12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Logistics Lounge - - uid: 29117 + - uid: 28940 components: - type: Transform - pos: -6.5,-25.5 + pos: 4.5,-11.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Mailroom - - uid: 29121 + - uid: 29017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-22.5 + pos: 48.5,-0.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Unloading Bay - - uid: 29122 + - uid: 29018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-23.5 + pos: -42.5,11.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: LO's Room - - uid: 29130 + - uid: 29019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-20.5 + pos: 5.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: LO's Office -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 22950 + - uid: 29021 components: - type: Transform - pos: 26.5,-24.5 + pos: -0.5,57.5 parent: 2 -- proto: SurveillanceWirelessCameraMovableCircuitboard - entities: - - uid: 35820 + - uid: 30296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.053356,27.621468 + pos: -70.5,12.5 parent: 2 -- proto: SurveillanceWirelessCameraMovableEntertainment +- proto: StationMapBroken entities: - - uid: 185 + - uid: 5398 components: - - type: MetaData - name: Entertainment Camera - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-27.5 + pos: 56.5,55.5 parent: 2 - - uid: 17482 + - uid: 7015 components: - - type: MetaData - name: News Camera - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-11.5 + pos: -26.5,-29.5 parent: 2 -- proto: SurvivalKnife +- proto: StatueVenusRed entities: - - uid: 32577 + - uid: 30283 components: - type: Transform - pos: 92.46054,26.863625 + pos: -70.5,8.5 parent: 2 -- proto: Syringe +- proto: SteelBench entities: - - uid: 1575 + - uid: 17923 components: - type: Transform - pos: 11.72247,16.475334 + rot: 1.5707963267948966 rad + pos: -22.5,25.5 parent: 2 - - uid: 1580 +- proto: Stool + entities: + - uid: 5899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.624091,14.570803 + rot: 1.5707963267948966 rad + pos: 25.5,-33.5 parent: 2 - - uid: 5367 + - uid: 15980 components: - type: Transform - pos: 61.33687,57.436474 + pos: -33.5,44.5 parent: 2 - - uid: 5368 + - uid: 15983 components: - type: Transform - pos: 61.602493,57.2021 + pos: -31.5,44.5 parent: 2 - - uid: 5369 + - uid: 16292 components: - type: Transform - pos: 61.27437,57.17085 + pos: -32.5,44.5 parent: 2 -- proto: TableCarpet +- proto: StoolBar entities: - - uid: 747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-42.5 - parent: 2 - - uid: 3354 + - uid: 2647 components: - type: Transform - pos: 15.5,-32.5 + rot: 3.141592653589793 rad + pos: 7.5,53.5 parent: 2 - - uid: 3355 + - uid: 2678 components: - type: Transform - pos: 14.5,-32.5 + rot: 3.141592653589793 rad + pos: 10.5,53.5 parent: 2 - - uid: 3488 + - uid: 2683 components: - type: Transform - pos: 20.5,-32.5 + rot: 3.141592653589793 rad + pos: 6.5,53.5 parent: 2 - - uid: 3814 + - uid: 2684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-42.5 + rot: 3.141592653589793 rad + pos: 9.5,53.5 parent: 2 - - uid: 3831 + - uid: 2696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-42.5 + rot: 3.141592653589793 rad + pos: 8.5,53.5 parent: 2 - - uid: 3858 + - uid: 3116 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-42.5 + pos: 21.5,-18.5 parent: 2 - - uid: 3861 + - uid: 3119 components: - type: Transform - pos: 19.5,-32.5 + pos: 20.5,-18.5 parent: 2 - - uid: 5917 + - uid: 3120 components: - type: Transform - pos: 14.5,-33.5 + pos: 28.5,-18.5 parent: 2 - - uid: 5918 + - uid: 3122 components: - type: Transform - pos: 15.5,-33.5 + pos: 29.5,-18.5 parent: 2 - - uid: 6305 + - uid: 3178 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-29.5 + pos: 17.5,-30.5 parent: 2 - - uid: 6306 + - uid: 3180 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-28.5 - parent: 2 - - uid: 7922 - components: - - type: Transform - pos: -12.5,-42.5 + pos: 16.5,-30.5 parent: 2 - - uid: 19316 + - uid: 3181 components: - type: Transform - pos: -37.5,60.5 + rot: 3.141592653589793 rad + pos: 18.5,-30.5 parent: 2 - - uid: 19686 + - uid: 3182 components: - type: Transform - pos: -37.5,59.5 + rot: 3.141592653589793 rad + pos: 20.5,-30.5 parent: 2 - - uid: 19687 + - uid: 3183 components: - type: Transform - pos: -38.5,59.5 + rot: 3.141592653589793 rad + pos: 19.5,-30.5 parent: 2 - - uid: 19693 + - uid: 3184 components: - type: Transform - pos: -38.5,60.5 + rot: 3.141592653589793 rad + pos: 21.5,-30.5 parent: 2 - - uid: 19775 + - uid: 3185 components: - type: Transform - pos: -37.5,59.5 + rot: 3.141592653589793 rad + pos: 15.5,-28.5 parent: 2 - - uid: 20192 + - uid: 3187 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-30.5 + pos: 15.5,-29.5 parent: 2 - - uid: 30705 + - uid: 3188 components: - type: Transform - pos: -36.5,60.5 + rot: 3.141592653589793 rad + pos: 15.5,-27.5 parent: 2 - - uid: 30709 + - uid: 3286 components: - type: Transform - pos: -36.5,59.5 + pos: 19.5,-18.5 parent: 2 -- proto: TableCounterMetal - entities: - - uid: 2343 + - uid: 3288 components: - type: Transform - pos: -52.5,-24.5 + pos: 31.5,-18.5 parent: 2 - - uid: 3196 + - uid: 3289 components: - type: Transform - pos: -54.5,-22.5 + pos: 18.5,-18.5 parent: 2 - - uid: 3272 + - uid: 3291 components: - type: Transform - pos: -54.5,-21.5 + pos: 30.5,-18.5 parent: 2 - - uid: 3558 + - uid: 3435 components: - type: Transform - pos: -54.5,-24.5 + rot: -1.5707963267948966 rad + pos: -8.5,-41.5 parent: 2 - - uid: 3601 + - uid: 3812 components: - type: Transform - pos: -48.5,3.5 + rot: -1.5707963267948966 rad + pos: -10.5,-41.5 parent: 2 - - uid: 3602 + - uid: 3854 components: - type: Transform - pos: -48.5,2.5 + rot: -1.5707963267948966 rad + pos: -11.5,-41.5 parent: 2 - - uid: 6815 + - uid: 5896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-26.5 + pos: 22.5,-29.5 parent: 2 - - uid: 7082 + - uid: 5897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-21.5 + pos: 22.5,-28.5 parent: 2 - - uid: 7083 + - uid: 6660 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-17.5 + rot: -1.5707963267948966 rad + pos: -9.5,-41.5 parent: 2 - - uid: 7084 + - uid: 6990 components: - type: Transform - pos: -54.5,-14.5 + rot: 1.5707963267948966 rad + pos: -32.5,-37.5 parent: 2 - - uid: 7085 + - uid: 6991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-20.5 + rot: 1.5707963267948966 rad + pos: -28.5,-37.5 parent: 2 - - uid: 7089 + - uid: 6992 components: - type: Transform - pos: -47.5,-28.5 + rot: 1.5707963267948966 rad + pos: -29.5,-37.5 parent: 2 - - uid: 7092 + - uid: 6993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-26.5 + rot: 1.5707963267948966 rad + pos: -30.5,-32.5 parent: 2 - - uid: 7108 + - uid: 19678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-16.5 + pos: -39.5,65.5 parent: 2 - - uid: 7122 + - uid: 19713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-18.5 + pos: -39.5,64.5 parent: 2 - - uid: 7123 + - uid: 19714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-18.5 + pos: -39.5,67.5 parent: 2 - - uid: 7124 + - uid: 19715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-13.5 + pos: -39.5,66.5 parent: 2 - - uid: 7125 + - uid: 19730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-13.5 + pos: -39.5,63.5 parent: 2 - - uid: 7126 + - uid: 28857 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-13.5 + pos: 11.5,53.5 parent: 2 - - uid: 7128 +- proto: StorageCanister + entities: + - uid: 2533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-13.5 + pos: 43.5,46.5 parent: 2 - - uid: 7133 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-18.5 + pos: 41.5,46.5 parent: 2 - - uid: 7455 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5091 components: - type: Transform - pos: -53.5,-24.5 + pos: -46.5,37.5 parent: 2 - - uid: 7458 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5111 components: - type: Transform - pos: -54.5,-15.5 + pos: -48.5,37.5 parent: 2 - - uid: 7459 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5113 components: - type: Transform - pos: -47.5,-29.5 + pos: -49.5,37.5 parent: 2 - - uid: 7461 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5114 components: - type: Transform - pos: -45.5,-29.5 + pos: -47.5,37.5 parent: 2 - - uid: 7462 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5712 components: - type: Transform - pos: -44.5,-29.5 + pos: 60.5,55.5 parent: 2 - - uid: 7470 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9348 components: - type: Transform - pos: -54.5,-16.5 + pos: -41.5,48.5 parent: 2 - - uid: 7678 + - type: AtmosDevice + joinedGrid: 2 +- proto: StrangePill + entities: + - uid: 6861 components: + - type: MetaData + name: floor pill - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,12.5 + pos: 22.100813,-21.931332 parent: 2 - - uid: 7679 +- proto: Stunbaton + entities: + - uid: 14136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,12.5 + pos: 13.122691,47.817783 parent: 2 - - uid: 8384 + - uid: 14263 components: - type: Transform - rot: 3.141592653589793 rad - pos: -116.5,10.5 + pos: 11.48601,48.62845 parent: 2 - - uid: 8390 +- proto: SubstationBasic + entities: + - uid: 3123 components: + - type: MetaData + name: Bar Substation - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,10.5 + pos: 11.5,-18.5 parent: 2 - - uid: 8391 + - uid: 4713 components: + - type: MetaData + name: Epistemics Substation - type: Transform - rot: 3.141592653589793 rad - pos: -117.5,10.5 + pos: 32.5,35.5 parent: 2 - - uid: 8392 + - uid: 6009 components: + - type: MetaData + name: Logistics Substation - type: Transform - rot: 3.141592653589793 rad - pos: -120.5,6.5 + pos: -26.5,-28.5 parent: 2 - - uid: 8393 + - uid: 7171 components: + - type: MetaData + name: Bridge Substation - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,6.5 + pos: 6.5,44.5 parent: 2 - - uid: 15949 + - uid: 9504 components: + - type: MetaData + name: Eastern Hospital Substation - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-29.5 + pos: 39.5,16.5 parent: 2 -- proto: TableCounterWood - entities: - - uid: 742 + - uid: 10064 components: + - type: MetaData + name: Engineering Substation - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-27.5 + pos: -65.5,36.5 parent: 2 - - uid: 771 + - uid: 11107 components: + - type: MetaData + name: Zoo Substation - type: Transform - pos: 30.5,-17.5 + pos: -68.5,-2.5 parent: 2 - - uid: 773 + - uid: 14197 components: + - type: MetaData + name: Xenoarchaeology Substation - type: Transform - pos: 28.5,-17.5 + pos: 32.5,51.5 parent: 2 - - uid: 780 + - uid: 14362 components: + - type: MetaData + name: Labyrinth substation - type: Transform - pos: 19.5,-17.5 + pos: 51.5,44.5 parent: 2 - - uid: 791 + - uid: 16005 components: + - type: MetaData + name: Security Substation - type: Transform - pos: 18.5,-17.5 + pos: -6.5,45.5 parent: 2 - - uid: 792 + - uid: 19026 components: + - type: MetaData + name: Particle Accelerator substation - type: Transform - pos: 21.5,-17.5 + pos: -97.5,54.5 parent: 2 - - uid: 793 + - uid: 19852 components: + - type: MetaData + name: Psych Ward Substation - type: Transform - pos: 20.5,-17.5 + pos: -41.5,70.5 parent: 2 - - uid: 860 + - uid: 20185 components: + - type: MetaData + name: Western Hospital Substation - type: Transform - pos: 31.5,-17.5 + pos: -27.5,-4.5 parent: 2 - - uid: 1676 + - uid: 20988 components: + - type: MetaData + name: Hallway Substation - type: Transform - pos: 29.5,-17.5 + pos: -39.5,35.5 parent: 2 - - uid: 3107 + - uid: 21162 components: + - type: MetaData + name: Food Court Substation - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-29.5 + pos: -65.5,-21.5 parent: 2 - - uid: 3115 +- proto: SubstationMachineCircuitboard + entities: + - uid: 2338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-29.5 + pos: -47.720688,26.518244 parent: 2 - - uid: 3166 + - uid: 7969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-29.5 + pos: -47.25975,26.518244 parent: 2 - - uid: 3168 +- proto: SuitStorageAtmos + entities: + - uid: 3694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-29.5 + pos: -41.5,33.5 parent: 2 - - uid: 3169 + - uid: 3696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-29.5 + pos: -41.5,35.5 parent: 2 - - uid: 3171 + - uid: 3717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-29.5 + pos: -42.5,33.5 parent: 2 - - uid: 3561 + - uid: 7971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-28.5 + pos: -42.5,35.5 parent: 2 - - uid: 4530 +- proto: SuitStorageCaptain + entities: + - uid: 2862 components: - type: Transform - pos: 21.5,-28.5 + pos: 21.5,50.5 parent: 2 - - uid: 5142 +- proto: SuitStorageCE + entities: + - uid: 8779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-15.5 + pos: -61.5,13.5 parent: 2 - - uid: 5143 +- proto: SuitStorageCMO + entities: + - uid: 575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-14.5 + pos: -11.5,-8.5 parent: 2 - - uid: 5156 +- proto: SuitStorageEngi + entities: + - uid: 9023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-18.5 + pos: -51.5,36.5 parent: 2 - - uid: 5157 + - uid: 9028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-18.5 + pos: -51.5,35.5 parent: 2 - - uid: 5158 + - uid: 9029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-18.5 + pos: -51.5,34.5 parent: 2 - - uid: 5161 + - uid: 9030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-10.5 + pos: -51.5,33.5 parent: 2 - - uid: 5162 + - uid: 10408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-9.5 + pos: -59.5,-33.5 parent: 2 - - uid: 5747 + - uid: 27866 components: - type: Transform - pos: 18.5,-27.5 + pos: -53.5,37.5 parent: 2 - - uid: 5748 +- proto: SuitStorageEVA + entities: + - uid: 14259 components: - type: Transform - pos: 19.5,-27.5 + pos: 25.5,55.5 parent: 2 - - uid: 6975 +- proto: SuitStorageEVAAlternate + entities: + - uid: 813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-38.5 + pos: 18.5,25.5 parent: 2 - - uid: 6976 + - uid: 6022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-38.5 + pos: 19.5,27.5 parent: 2 - - uid: 6977 + - uid: 6023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-38.5 + pos: 18.5,28.5 parent: 2 - - uid: 6978 + - uid: 6024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-38.5 + pos: 19.5,26.5 parent: 2 - - uid: 6979 + - uid: 6025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-38.5 + pos: 19.5,28.5 parent: 2 - - uid: 6980 + - uid: 6026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-38.5 + pos: 18.5,27.5 parent: 2 - - uid: 6981 + - uid: 6027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-38.5 + pos: 18.5,26.5 parent: 2 - - uid: 6982 + - uid: 6028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-30.5 + pos: 19.5,25.5 parent: 2 - - uid: 6983 +- proto: SuitStorageEVAEmergency + entities: + - uid: 2856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-31.5 + pos: 49.5,51.5 parent: 2 - - uid: 6984 + - uid: 9539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-32.5 + pos: 50.5,51.5 parent: 2 - - uid: 6985 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 18132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 + pos: -5.5,68.5 parent: 2 - - uid: 6986 + - uid: 18133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-34.5 + pos: -5.5,66.5 parent: 2 - - uid: 6987 + - uid: 18134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-35.5 + pos: -1.5,68.5 parent: 2 - - uid: 6988 + - uid: 18135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-35.5 + pos: -1.5,66.5 parent: 2 - - uid: 7117 + - uid: 18136 components: - type: Transform - pos: 26.5,-25.5 + pos: -1.5,67.5 parent: 2 - - uid: 12962 + - uid: 18137 components: - type: Transform - pos: 45.5,-11.5 + pos: -5.5,67.5 parent: 2 - - uid: 13228 +- proto: SuitStorageHOS + entities: + - uid: 15753 components: - type: Transform - pos: -53.5,-27.5 + pos: -7.5,35.5 parent: 2 - - uid: 19364 +- proto: SuitStorageParamedic + entities: + - uid: 22835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-29.5 + pos: 33.5,1.5 parent: 2 - - uid: 30552 + - uid: 22838 components: - type: Transform - pos: -22.5,22.5 + pos: 35.5,1.5 parent: 2 - - uid: 30553 + - uid: 34982 components: - type: Transform - pos: -21.5,22.5 + pos: 34.5,1.5 parent: 2 - - uid: 30554 +- proto: SuitStorageRD + entities: + - uid: 28732 components: - type: Transform - pos: -18.5,22.5 + pos: 49.5,28.5 parent: 2 - - uid: 30555 +- proto: SuitStorageSec + entities: + - uid: 179 components: - type: Transform - pos: -20.5,22.5 + pos: -18.5,40.5 parent: 2 - - uid: 30556 + - uid: 405 components: - type: Transform - pos: -19.5,22.5 + pos: -18.5,41.5 parent: 2 -- proto: TableGlass - entities: - - uid: 422 + - uid: 618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,5.5 + pos: -16.5,40.5 parent: 2 - - uid: 425 + - uid: 4452 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,5.5 + pos: -18.5,39.5 parent: 2 - - uid: 427 + - uid: 14160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-0.5 + pos: -16.5,41.5 parent: 2 - - uid: 430 + - uid: 14251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-0.5 + pos: -16.5,39.5 parent: 2 - - uid: 458 +- proto: SuitStorageWarden + entities: + - uid: 15713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-0.5 + pos: -29.5,39.5 parent: 2 - - uid: 459 +- proto: SurveillanceCameraCommand + entities: + - uid: 17971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,5.5 + rot: 1.5707963267948966 rad + pos: 10.5,61.5 parent: 2 - - uid: 462 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Telecomms + - uid: 31276 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,-0.5 + pos: 5.5,52.5 parent: 2 - - uid: 463 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: The Golden Carp + - uid: 31301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,5.5 + pos: 18.5,52.5 parent: 2 - - uid: 468 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Bridge + - uid: 31305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,5.5 + pos: 24.5,49.5 parent: 2 - - uid: 469 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Captain's Quarters + - uid: 31307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,5.5 + rot: 1.5707963267948966 rad + pos: 28.5,39.5 parent: 2 - - uid: 470 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Vault + - uid: 31403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-0.5 + pos: 17.5,44.5 parent: 2 - - uid: 471 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Main Hall + - uid: 31447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 + rot: 3.141592653589793 rad + pos: 12.5,43.5 parent: 2 - - uid: 640 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Front Desk + - uid: 32100 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-9.5 + pos: 26.5,45.5 parent: 2 - - uid: 650 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: East Hall + - uid: 32101 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,-9.5 + pos: 12.5,50.5 parent: 2 - - uid: 658 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: The Council + - uid: 32106 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,-9.5 + pos: 19.5,30.5 parent: 2 - - uid: 707 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: EVA Storage +- proto: SurveillanceCameraEngineering + entities: + - uid: 28593 components: - type: Transform - pos: -13.5,-10.5 + pos: -41.5,37.5 parent: 2 - - uid: 1104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics South + - uid: 28921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-21.5 + rot: -1.5707963267948966 rad + pos: -55.5,15.5 parent: 2 - - uid: 1106 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Hall South + - uid: 32415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-21.5 + pos: -49.5,20.5 parent: 2 - - uid: 1108 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Lounge + - uid: 32434 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-17.5 + pos: -49.5,27.5 parent: 2 - - uid: 1242 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Tech Vault + - uid: 32435 components: - type: Transform - pos: 13.5,-4.5 + rot: 3.141592653589793 rad + pos: -50.5,18.5 parent: 2 - - uid: 1254 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Front Desk + - uid: 32442 components: - type: Transform - pos: 13.5,-5.5 + pos: -49.5,11.5 parent: 2 - - uid: 1439 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: CE's Office + - uid: 32444 components: - type: Transform - pos: 11.5,16.5 + pos: -60.5,12.5 parent: 2 - - uid: 1440 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: CE's Room + - uid: 32445 components: - type: Transform - pos: 9.5,13.5 + pos: -60.5,15.5 parent: 2 - - uid: 1453 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Gravity Generator + - uid: 32451 components: - type: Transform - pos: 7.5,16.5 + rot: 1.5707963267948966 rad + pos: -59.5,31.5 parent: 2 - - uid: 1497 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: AME + - uid: 33690 components: - type: Transform - pos: 15.5,10.5 + pos: -52.5,43.5 parent: 2 - - uid: 1564 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics North + - uid: 34033 components: - type: Transform - pos: 15.5,9.5 + pos: -98.5,48.5 parent: 2 - - uid: 1577 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Particle Accelerator + - uid: 34036 components: - type: Transform - pos: 9.5,14.5 + pos: -52.5,29.5 parent: 2 - - uid: 1594 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Hall North + - uid: 34037 components: - type: Transform - pos: -5.5,12.5 + rot: 3.141592653589793 rad + pos: -45.5,35.5 parent: 2 - - uid: 1627 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmos Locker Room + - uid: 34038 components: - type: Transform - pos: -5.5,11.5 + pos: -55.5,33.5 parent: 2 - - uid: 1632 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Engineering Locker Room +- proto: SurveillanceCameraGeneral + entities: + - uid: 29088 components: - type: Transform - pos: -2.5,13.5 + rot: -1.5707963267948966 rad + pos: -0.5,-34.5 parent: 2 - - uid: 1633 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals North + - uid: 29089 components: - type: Transform - pos: -2.5,12.5 + rot: 1.5707963267948966 rad + pos: 3.5,-49.5 parent: 2 - - uid: 5195 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals South + - uid: 29245 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,-21.5 + pos: -39.5,-17.5 parent: 2 - - uid: 7145 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Dining Hall + - uid: 29247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-17.5 + pos: -53.5,7.5 parent: 2 - - uid: 18524 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Engineering Front + - uid: 29252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,24.5 + rot: 3.141592653589793 rad + pos: 3.5,23.5 parent: 2 - - uid: 18526 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Crossing North + - uid: 29253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,21.5 + pos: 3.5,-18.5 parent: 2 - - uid: 18527 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: South Crossing + - uid: 29287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,22.5 + rot: 1.5707963267948966 rad + pos: 2.5,-24.5 parent: 2 - - uid: 29725 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: South Hall + - uid: 29293 components: - type: Transform - pos: -42.5,22.5 + rot: 1.5707963267948966 rad + pos: 2.5,34.5 parent: 2 - - uid: 29836 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: North Hall + - uid: 29296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 91.5,18.5 + pos: 3.5,52.5 parent: 2 - - uid: 30027 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Court Entrance + - uid: 30415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,17.5 + rot: -1.5707963267948966 rad + pos: 0.5,65.5 parent: 2 - - uid: 30028 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Northerner Hall + - uid: 31063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,16.5 + rot: 3.141592653589793 rad + pos: -2.5,78.5 parent: 2 - - uid: 35765 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Evac West + - uid: 31111 components: - type: Transform rot: 3.141592653589793 rad - pos: -103.5,-25.5 + pos: 5.5,78.5 parent: 2 - - uid: 35796 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Evac East + - uid: 32124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,14.5 + pos: -15.5,19.5 parent: 2 -- proto: TablePlasmaGlass - entities: - - uid: 53 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Security Front + - uid: 32140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,46.5 + rot: 3.141592653589793 rad + pos: -40.5,17.5 parent: 2 - - uid: 2454 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Hall + - uid: 32144 components: - type: Transform - pos: 45.5,44.5 + rot: 1.5707963267948966 rad + pos: -45.5,-1.5 parent: 2 - - uid: 2460 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Hydro Front + - uid: 32146 components: - type: Transform - pos: 44.5,44.5 + pos: 17.5,-16.5 parent: 2 - - uid: 2836 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: East Hall + - uid: 32147 components: - type: Transform - pos: 41.5,51.5 + rot: 3.141592653589793 rad + pos: 44.5,-16.5 parent: 2 - - uid: 4043 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Easterner Hall + - uid: 32148 components: - type: Transform - pos: 35.5,23.5 + pos: -17.5,-15.5 parent: 2 - - uid: 4044 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Logistics Front + - uid: 32412 components: - type: Transform - pos: 36.5,23.5 + rot: 1.5707963267948966 rad + pos: 51.5,-3.5 parent: 2 - - uid: 4096 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Park +- proto: SurveillanceCameraMedical + entities: + - uid: 2076 components: - type: Transform - pos: 50.5,40.5 + pos: 22.5,-2.5 parent: 2 - - uid: 4097 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry 2 + - uid: 3761 components: - type: Transform - pos: 50.5,39.5 + rot: 3.141592653589793 rad + pos: -5.5,14.5 parent: 2 - - uid: 4098 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical lounge + - uid: 3763 components: - type: Transform - pos: 50.5,38.5 + rot: -1.5707963267948966 rad + pos: -6.5,-9.5 parent: 2 - - uid: 4104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: CMO's Office + - uid: 8716 components: - type: Transform - pos: 43.5,40.5 + rot: 3.141592653589793 rad + pos: 28.5,13.5 parent: 2 - - uid: 4105 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Morgue + - uid: 8829 components: - type: Transform - pos: 42.5,40.5 + rot: 1.5707963267948966 rad + pos: 19.5,11.5 parent: 2 - - uid: 4106 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Cryonics + - uid: 9318 components: - type: Transform - pos: 42.5,39.5 + rot: 1.5707963267948966 rad + pos: 28.5,2.5 parent: 2 - - uid: 4148 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Cloning + - uid: 9487 components: - type: Transform - pos: 42.5,51.5 + rot: 1.5707963267948966 rad + pos: 16.5,0.5 parent: 2 - - uid: 5133 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry 1 + - uid: 18518 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,46.5 + pos: -19.5,-8.5 parent: 2 - - uid: 5134 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Group therapy Room + - uid: 18519 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,46.5 + pos: -13.5,-8.5 parent: 2 - - uid: 5332 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Therapy room + - uid: 19376 components: - type: Transform - pos: 57.5,56.5 + pos: -18.5,1.5 parent: 2 - - uid: 5333 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical + - uid: 22954 components: - type: Transform - pos: 57.5,55.5 + pos: 11.5,9.5 parent: 2 - - uid: 5334 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medbay + - uid: 28909 components: - type: Transform - pos: 61.5,57.5 + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 parent: 2 - - uid: 5335 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: CMO's Room + - uid: 29174 components: - type: Transform - pos: 61.5,56.5 + rot: 3.141592653589793 rad + pos: 10.5,-4.5 parent: 2 - - uid: 5336 + - uid: 29291 components: - type: Transform - pos: 61.5,55.5 + rot: 3.141592653589793 rad + pos: 3.5,7.5 parent: 2 - - uid: 5522 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Waiting Room North + - uid: 29292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,46.5 + pos: -0.5,-2.5 parent: 2 - - uid: 5530 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Waiting Room South +- proto: SurveillanceCameraRouterCircuitboard + entities: + - uid: 35828 components: - type: Transform - pos: 38.5,28.5 + pos: -47.236313,27.627619 parent: 2 - - uid: 5533 +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 15176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,46.5 + pos: 15.5,42.5 parent: 2 - - uid: 5553 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 2846 components: - type: Transform - pos: 43.5,51.5 + pos: -59.5,11.5 parent: 2 - - uid: 5674 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 29196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,47.5 + pos: 9.5,43.5 parent: 2 - - uid: 5744 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 1515 components: - type: Transform - pos: 46.5,44.5 + pos: -11.5,-7.5 parent: 2 - - uid: 5745 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 22596 components: - type: Transform - pos: 48.5,44.5 + pos: 42.5,30.5 parent: 2 - - uid: 9553 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 4962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,47.5 + pos: -18.5,42.5 parent: 2 - - uid: 9554 +- proto: SurveillanceCameraRouterService + entities: + - uid: 1519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,46.5 + pos: -50.5,-3.5 parent: 2 - - uid: 13996 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 8814 components: - type: Transform - pos: 26.5,37.5 + pos: -30.5,-25.5 parent: 2 - - uid: 14124 +- proto: SurveillanceCameraScience + entities: + - uid: 1707 components: - type: Transform - pos: 26.5,38.5 + rot: 3.141592653589793 rad + pos: 36.5,30.5 parent: 2 - - uid: 14125 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Epimestics lounge + - uid: 1709 components: - type: Transform - pos: 26.5,39.5 + rot: -1.5707963267948966 rad + pos: 52.5,19.5 parent: 2 - - uid: 29163 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Chapel West + - uid: 22956 components: - type: Transform - pos: 49.5,40.5 + rot: 1.5707963267948966 rad + pos: 40.5,25.5 parent: 2 -- proto: TableReinforced - entities: - - uid: 987 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Locker Room + - uid: 28901 components: - type: Transform - pos: 21.5,-4.5 + pos: 44.5,28.5 parent: 2 - - uid: 1009 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Mystagogue's Room + - uid: 28902 components: - type: Transform - pos: 13.5,4.5 + rot: 1.5707963267948966 rad + pos: 49.5,25.5 parent: 2 - - uid: 1042 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Mystagogue's Office + - uid: 29062 components: - type: Transform - pos: 12.5,4.5 + rot: 3.141592653589793 rad + pos: 29.5,30.5 parent: 2 - - uid: 1125 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Front Desk + - uid: 29068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-3.5 + pos: 46.5,32.5 parent: 2 - - uid: 1132 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Mantis' Room + - uid: 29075 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-3.5 + pos: 46.5,36.5 parent: 2 - - uid: 1161 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Anomaly Generator + - uid: 29076 components: - type: Transform - pos: 12.5,-1.5 + pos: 46.5,42.5 parent: 2 - - uid: 1181 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Robotics + - uid: 29079 components: - type: Transform - pos: 12.5,0.5 + rot: 1.5707963267948966 rad + pos: 40.5,38.5 parent: 2 - - uid: 1191 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Hall + - uid: 29082 components: - type: Transform - pos: 21.5,-5.5 + rot: 3.141592653589793 rad + pos: 42.5,51.5 parent: 2 - - uid: 1203 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Xenoarchaeology + - uid: 29084 components: - type: Transform - pos: 18.5,-5.5 + rot: -1.5707963267948966 rad + pos: 65.5,26.5 parent: 2 - - uid: 1282 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Chaplain's Room +- proto: SurveillanceCameraSecurity + entities: + - uid: 6314 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,2.5 + pos: -20.5,64.5 parent: 2 - - uid: 1298 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward + - uid: 7797 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,2.5 + rot: 1.5707963267948966 rad + pos: -35.5,65.5 parent: 2 - - uid: 1339 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward Bar + - uid: 8714 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,16.5 + pos: -33.5,44.5 parent: 2 - - uid: 1340 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Shooting range + - uid: 15792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,16.5 + rot: 3.141592653589793 rad + pos: -33.5,31.5 parent: 2 - - uid: 1364 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Evidence room + - uid: 15977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,9.5 + pos: -27.5,28.5 parent: 2 - - uid: 1365 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig + - uid: 15997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,9.5 + rot: 3.141592653589793 rad + pos: -22.5,42.5 parent: 2 - - uid: 1366 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden's Office + - uid: 16282 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,9.5 + pos: -36.5,34.5 parent: 2 - - uid: 1367 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Detective's Office + - uid: 19379 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,9.5 + pos: -23.5,56.5 parent: 2 - - uid: 1386 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward lounge + - uid: 22953 components: - type: Transform - pos: 35.5,5.5 + rot: 3.141592653589793 rad + pos: -16.5,30.5 parent: 2 - - uid: 1387 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: South Hall + - uid: 27750 components: - type: Transform - pos: 36.5,5.5 + rot: -1.5707963267948966 rad + pos: -18.5,34.5 parent: 2 - - uid: 1392 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation Room 2 + - uid: 28878 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,1.5 + pos: -24.5,48.5 parent: 2 - - uid: 1396 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Armory + - uid: 28887 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,0.5 + pos: -12.5,38.5 parent: 2 - - uid: 1397 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: North Hall + - uid: 28927 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,0.5 + rot: -1.5707963267948966 rad + pos: -11.5,67.5 parent: 2 - - uid: 1398 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Corpsman's Room + - uid: 28929 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,0.5 + pos: -4.5,26.5 parent: 2 - - uid: 1399 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: HOS's Office + - uid: 28930 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,0.5 + pos: -4.5,34.5 parent: 2 - - uid: 1408 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: HOS's Room + - uid: 28961 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,3.5 + rot: -1.5707963267948966 rad + pos: -22.5,34.5 parent: 2 - - uid: 1413 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation Room 1 + - uid: 28966 components: - type: Transform - pos: 17.5,3.5 + rot: -1.5707963267948966 rad + pos: -8.5,38.5 parent: 2 - - uid: 1646 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Changing room + - uid: 28981 components: - type: Transform - pos: 12.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,59.5 parent: 2 - - uid: 1654 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Psych. Ward Hydroponics + - uid: 29250 components: - type: Transform - pos: 19.5,-1.5 + pos: -18.5,24.5 parent: 2 - - uid: 1667 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Front Desk +- proto: SurveillanceCameraService + entities: + - uid: 168 components: - type: Transform - pos: 20.5,-1.5 + pos: -6.5,58.5 parent: 2 - - uid: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Lawyer's Office + - uid: 427 components: - type: Transform - pos: 21.5,-1.5 + rot: 3.141592653589793 rad + pos: -38.5,-25.5 parent: 2 - - uid: 2011 + - uid: 2075 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 + pos: 24.5,-21.5 parent: 2 - - uid: 2754 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen West + - uid: 7269 components: - type: Transform - pos: -49.5,27.5 + rot: -1.5707963267948966 rad + pos: -107.5,8.5 parent: 2 - - uid: 2889 + - uid: 11287 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,25.5 + pos: -94.5,24.5 parent: 2 - - uid: 3304 + - uid: 11331 components: - type: Transform - pos: -53.5,25.5 + rot: -1.5707963267948966 rad + pos: -55.5,-6.5 parent: 2 - - uid: 3456 + - uid: 11466 components: - type: Transform - pos: 42.5,-21.5 + rot: -1.5707963267948966 rad + pos: -106.5,-7.5 parent: 2 - - uid: 3457 + - uid: 11495 components: - type: Transform - pos: 41.5,-21.5 + rot: 3.141592653589793 rad + pos: -84.5,31.5 parent: 2 - - uid: 3458 + - uid: 15543 components: - type: Transform - pos: 44.5,-21.5 + rot: 3.141592653589793 rad + pos: -39.5,24.5 parent: 2 - - uid: 3459 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Custodial Office + - uid: 15609 components: - type: Transform - pos: 43.5,-21.5 + rot: -1.5707963267948966 rad + pos: -40.5,11.5 parent: 2 - - uid: 3460 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Disposals + - uid: 17011 components: - type: Transform - pos: 44.5,-23.5 + rot: 3.141592653589793 rad + pos: 22.5,-27.5 parent: 2 - - uid: 3461 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Bar + - uid: 17027 components: - type: Transform - pos: 44.5,-22.5 + rot: 1.5707963267948966 rad + pos: 39.5,-24.5 parent: 2 - - uid: 3463 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Boxing Ring + - uid: 19970 components: - type: Transform - pos: 44.5,-24.5 + pos: -47.5,-30.5 parent: 2 - - uid: 3857 + - uid: 22951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,25.5 + rot: -1.5707963267948966 rad + pos: -59.5,-19.5 parent: 2 - - uid: 3981 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Backrooms North + - uid: 22952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,25.5 + rot: -1.5707963267948966 rad + pos: -73.5,10.5 parent: 2 - - uid: 4052 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Entrance + - uid: 22955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-6.5 + pos: -56.5,-29.5 parent: 2 - - uid: 4130 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Backrooms West + - uid: 22988 components: - type: Transform - pos: 66.5,30.5 + pos: -84.5,-14.5 parent: 2 - - uid: 5213 + - uid: 23638 components: - type: Transform - pos: 28.5,30.5 + rot: -1.5707963267948966 rad + pos: -106.5,24.5 parent: 2 - - uid: 5241 + - uid: 29083 components: - type: Transform - pos: -36.5,29.5 + pos: 54.5,26.5 parent: 2 - - uid: 5262 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Library + - uid: 29134 components: - type: Transform - pos: 27.5,30.5 + rot: -1.5707963267948966 rad + pos: -41.5,-28.5 parent: 2 - - uid: 5268 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 4 + - uid: 29147 components: - type: Transform - pos: 26.5,30.5 + rot: -1.5707963267948966 rad + pos: -50.5,-28.5 parent: 2 - - uid: 5269 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 3 + - uid: 29154 components: - type: Transform - pos: 26.5,29.5 + rot: -1.5707963267948966 rad + pos: -56.5,-22.5 parent: 2 - - uid: 5438 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 2 + - uid: 29155 components: - type: Transform - pos: 35.5,30.5 + rot: 3.141592653589793 rad + pos: -54.5,-14.5 parent: 2 - - uid: 5439 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen 1 + - uid: 29157 components: - type: Transform - pos: 36.5,30.5 + rot: 1.5707963267948966 rad + pos: -57.5,-8.5 parent: 2 - - uid: 5525 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Freezer + - uid: 29186 components: - type: Transform - pos: 37.5,30.5 + pos: -52.5,-3.5 parent: 2 - - uid: 5700 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro Locker Room + - uid: 29192 components: - type: Transform - pos: 67.5,30.5 + rot: 1.5707963267948966 rad + pos: -57.5,-3.5 parent: 2 - - uid: 6033 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro Lounge + - uid: 29193 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,30.5 + pos: -62.5,2.5 parent: 2 - - uid: 6034 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro West + - uid: 29194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,30.5 + rot: 1.5707963267948966 rad + pos: -49.5,4.5 parent: 2 - - uid: 6035 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Hydro East + - uid: 29201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,28.5 + pos: -77.5,3.5 parent: 2 - - uid: 6036 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Theatre + - uid: 29202 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,27.5 + pos: -86.5,6.5 parent: 2 - - uid: 6037 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo Center + - uid: 29213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,26.5 + pos: -82.5,19.5 parent: 2 - - uid: 6038 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo N Hall + - uid: 29217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,25.5 + rot: 1.5707963267948966 rad + pos: -96.5,11.5 parent: 2 - - uid: 6041 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo W Hall + - uid: 29235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,28.5 + rot: 1.5707963267948966 rad + pos: -94.5,-7.5 parent: 2 - - uid: 6042 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo SW Hall + - uid: 29240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,27.5 + rot: 3.141592653589793 rad + pos: -87.5,-3.5 parent: 2 - - uid: 6043 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zoo S Hall + - uid: 32107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,26.5 + rot: 3.141592653589793 rad + pos: 13.5,30.5 parent: 2 - - uid: 6044 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: HOP's Room + - uid: 32109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,25.5 + rot: 3.141592653589793 rad + pos: 7.5,30.5 parent: 2 - - uid: 6947 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: HOP's Office + - uid: 32145 components: - type: Transform - pos: -51.5,27.5 + rot: 1.5707963267948966 rad + pos: -25.5,-9.5 parent: 2 - - uid: 7294 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Reporter's Office + - uid: 34034 components: - type: Transform - pos: -50.5,27.5 + rot: -1.5707963267948966 rad + pos: -69.5,15.5 parent: 2 - - uid: 7295 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Zookeeper's office +- proto: SurveillanceCameraSupply + entities: + - uid: 28926 components: - type: Transform - pos: -48.5,27.5 + rot: 3.141592653589793 rad + pos: -13.5,-18.5 parent: 2 - - uid: 7422 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Front Desk + - uid: 29090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,17.5 + rot: 1.5707963267948966 rad + pos: -9.5,-39.5 parent: 2 - - uid: 7588 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Salvage + - uid: 29091 components: - type: Transform - pos: -7.5,68.5 + pos: -28.5,-44.5 parent: 2 - - uid: 7594 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Docks 1 + - uid: 29094 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,60.5 + pos: -47.5,-46.5 parent: 2 - - uid: 8407 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Docks 2 + - uid: 29095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,60.5 + pos: -20.5,-35.5 parent: 2 - - uid: 8715 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: 'Belts Hell ' + - uid: 29100 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,31.5 + pos: -10.5,-32.5 parent: 2 - - uid: 8765 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Locker Room + - uid: 29112 components: - type: Transform - pos: -50.5,14.5 + pos: -13.5,-30.5 parent: 2 - - uid: 8769 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Logistics Lounge + - uid: 29117 components: - type: Transform - pos: -49.5,13.5 + pos: -6.5,-25.5 parent: 2 - - uid: 8770 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Mailroom + - uid: 29121 components: - type: Transform - pos: -49.5,14.5 + rot: -1.5707963267948966 rad + pos: -22.5,-22.5 parent: 2 - - uid: 8772 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Unloading Bay + - uid: 29122 components: - type: Transform - pos: -49.5,12.5 + rot: 3.141592653589793 rad + pos: -27.5,-23.5 parent: 2 - - uid: 8775 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: LO's Room + - uid: 29130 components: - type: Transform - pos: -57.5,13.5 + rot: -1.5707963267948966 rad + pos: -30.5,-20.5 parent: 2 - - uid: 8778 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: LO's Office +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 22950 components: - type: Transform - pos: -58.5,13.5 + pos: 26.5,-24.5 parent: 2 - - uid: 8934 +- proto: SurveillanceWirelessCameraMovableCircuitboard + entities: + - uid: 35820 components: - type: Transform - pos: -47.5,23.5 + rot: 3.141592653589793 rad + pos: -50.053356,27.621468 parent: 2 - - uid: 8978 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 185 components: + - type: MetaData + name: Entertainment Camera - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,36.5 + rot: 1.5707963267948966 rad + pos: 28.5,-27.5 parent: 2 - - uid: 8986 + - uid: 17482 components: + - type: MetaData + name: News Camera - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,30.5 + pos: -25.5,-11.5 parent: 2 - - uid: 8989 +- proto: SurvivalKnife + entities: + - uid: 32577 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,36.5 + pos: 92.46054,26.863625 parent: 2 - - uid: 8991 +- proto: Syringe + entities: + - uid: 1575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,36.5 + pos: 11.72247,16.475334 parent: 2 - - uid: 9001 + - uid: 1580 components: - type: Transform - pos: -47.5,22.5 + rot: -1.5707963267948966 rad + pos: 9.624091,14.570803 parent: 2 - - uid: 9002 + - uid: 5367 components: - type: Transform - pos: -48.5,23.5 + pos: 61.33687,57.436474 parent: 2 - - uid: 9004 + - uid: 5368 components: - type: Transform - pos: -50.5,20.5 + pos: 61.602493,57.2021 parent: 2 - - uid: 9040 + - uid: 5369 components: - type: Transform - pos: -47.5,27.5 + pos: 61.27437,57.17085 parent: 2 - - uid: 9089 + - uid: 21940 components: - type: Transform - pos: -55.5,35.5 + pos: -23.570475,-0.3324256 parent: 2 - - uid: 9090 + - uid: 21941 components: - type: Transform - pos: -54.5,35.5 + pos: -23.371256,-0.48476934 parent: 2 - - uid: 9091 +- proto: TableCarpet + entities: + - uid: 747 components: - type: Transform - pos: -53.5,35.5 + rot: -1.5707963267948966 rad + pos: -8.5,-42.5 parent: 2 - - uid: 9095 + - uid: 3354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,33.5 + pos: 15.5,-32.5 parent: 2 - - uid: 9096 + - uid: 3355 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,33.5 + pos: 14.5,-32.5 parent: 2 - - uid: 9097 + - uid: 3488 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,33.5 + pos: 20.5,-32.5 parent: 2 - - uid: 9122 + - uid: 3814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,30.5 + rot: -1.5707963267948966 rad + pos: -10.5,-42.5 parent: 2 - - uid: 9123 + - uid: 3831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,29.5 + rot: -1.5707963267948966 rad + pos: -9.5,-42.5 parent: 2 - - uid: 9132 + - uid: 3858 components: - type: Transform - pos: -33.5,37.5 + rot: -1.5707963267948966 rad + pos: -11.5,-42.5 parent: 2 - - uid: 9133 + - uid: 3861 components: - type: Transform - pos: -33.5,38.5 + pos: 19.5,-32.5 parent: 2 - - uid: 15450 + - uid: 5917 components: - type: Transform - pos: -16.5,33.5 + pos: 14.5,-33.5 parent: 2 - - uid: 15527 + - uid: 5918 components: - type: Transform - pos: -17.5,33.5 + pos: 15.5,-33.5 parent: 2 - - uid: 15529 + - uid: 6305 components: - type: Transform - pos: -20.5,33.5 + rot: 3.141592653589793 rad + pos: 26.5,-29.5 parent: 2 - - uid: 15530 + - uid: 6306 components: - type: Transform - pos: -21.5,33.5 + rot: 3.141592653589793 rad + pos: 26.5,-28.5 parent: 2 - - uid: 15688 + - uid: 7922 components: - type: Transform - pos: -9.5,68.5 + pos: -12.5,-42.5 parent: 2 - - uid: 15810 + - uid: 19316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,47.5 + pos: -37.5,60.5 parent: 2 - - uid: 16278 + - uid: 19686 components: - type: Transform - pos: -36.5,31.5 + pos: -37.5,59.5 parent: 2 - - uid: 16279 + - uid: 19687 components: - type: Transform - pos: -36.5,30.5 + pos: -38.5,59.5 parent: 2 - - uid: 16336 + - uid: 19693 components: - type: Transform - pos: -33.5,42.5 + pos: -38.5,60.5 parent: 2 - - uid: 16649 + - uid: 19775 components: - type: Transform - pos: -40.5,11.5 + pos: -37.5,59.5 parent: 2 - - uid: 16650 + - uid: 20192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,12.5 + rot: 3.141592653589793 rad + pos: 26.5,-30.5 parent: 2 - - uid: 18339 + - uid: 30705 components: - type: Transform - pos: -11.5,68.5 + pos: -36.5,60.5 parent: 2 - - uid: 18473 + - uid: 30709 components: - type: Transform - pos: -62.5,2.5 + pos: -36.5,59.5 parent: 2 - - uid: 18474 +- proto: TableCounterMetal + entities: + - uid: 2343 components: - type: Transform - pos: -62.5,1.5 + pos: -52.5,-24.5 parent: 2 - - uid: 18475 + - uid: 3196 components: - type: Transform - pos: -62.5,0.5 + pos: -54.5,-22.5 parent: 2 - - uid: 18476 + - uid: 3272 components: - type: Transform - pos: -61.5,0.5 + pos: -54.5,-21.5 parent: 2 - - uid: 18477 + - uid: 3558 components: - type: Transform - pos: -54.5,0.5 + pos: -54.5,-24.5 parent: 2 - - uid: 18478 + - uid: 3601 components: - type: Transform - pos: -53.5,0.5 + pos: -48.5,3.5 parent: 2 - - uid: 22790 + - uid: 3602 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-6.5 + pos: -48.5,2.5 parent: 2 - - uid: 22792 + - uid: 7082 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,-6.5 + pos: -51.5,-21.5 parent: 2 - - uid: 26898 + - uid: 7083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,16.5 + rot: 3.141592653589793 rad + pos: -51.5,-17.5 parent: 2 - - uid: 27412 + - uid: 7084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-6.5 + pos: -54.5,-14.5 parent: 2 - - uid: 28919 + - uid: 7085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,46.5 + rot: 3.141592653589793 rad + pos: -51.5,-20.5 parent: 2 - - uid: 29538 + - uid: 7108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,0.5 + rot: 3.141592653589793 rad + pos: -51.5,-16.5 parent: 2 - - uid: 29539 + - uid: 7122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,0.5 + rot: 3.141592653589793 rad + pos: -36.5,-18.5 parent: 2 - - uid: 30692 + - uid: 7123 components: - type: Transform - pos: 5.5,64.5 + rot: 3.141592653589793 rad + pos: -37.5,-18.5 parent: 2 - - uid: 31054 + - uid: 7124 components: - type: Transform - pos: 4.5,64.5 + rot: 3.141592653589793 rad + pos: -47.5,-13.5 parent: 2 - - uid: 32452 + - uid: 7125 components: - type: Transform - pos: 74.5,24.5 + rot: 3.141592653589793 rad + pos: -49.5,-13.5 parent: 2 - - uid: 32453 + - uid: 7126 components: - type: Transform - pos: 75.5,24.5 + rot: 3.141592653589793 rad + pos: -48.5,-13.5 parent: 2 - - uid: 32454 + - uid: 7128 components: - type: Transform - pos: 73.5,24.5 + rot: 3.141592653589793 rad + pos: -50.5,-13.5 parent: 2 - - uid: 32455 + - uid: 7133 components: - type: Transform - pos: 71.5,25.5 + rot: 3.141592653589793 rad + pos: -35.5,-18.5 parent: 2 - - uid: 32456 + - uid: 7455 components: - type: Transform - pos: 71.5,26.5 + pos: -53.5,-24.5 parent: 2 - - uid: 35803 + - uid: 7458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,7.5 + pos: -54.5,-15.5 parent: 2 - - uid: 35804 + - uid: 7470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,7.5 + pos: -54.5,-16.5 parent: 2 -- proto: TableReinforcedGlass - entities: - - uid: 8394 + - uid: 7678 components: - type: Transform - pos: -25.5,37.5 + rot: 3.141592653589793 rad + pos: -69.5,12.5 parent: 2 - - uid: 8395 + - uid: 7679 components: - type: Transform - pos: -17.5,37.5 + rot: 3.141592653589793 rad + pos: -68.5,12.5 parent: 2 - - uid: 8396 + - uid: 23775 components: - type: Transform - pos: -21.5,37.5 + rot: 3.141592653589793 rad + pos: -28.5,-0.5 parent: 2 - - uid: 8431 + - uid: 23776 components: - type: Transform - pos: -29.5,37.5 + rot: 3.141592653589793 rad + pos: -29.5,-0.5 parent: 2 -- proto: TableWood - entities: - - uid: 6324 + - uid: 23780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-9.5 + rot: 3.141592653589793 rad + pos: -16.5,-0.5 parent: 2 -- proto: TableWoodReinforced - entities: - - uid: 9 + - uid: 23783 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,4.5 + rot: 3.141592653589793 rad + pos: -17.5,-0.5 parent: 2 - - uid: 13 + - uid: 23823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,4.5 + rot: 3.141592653589793 rad + pos: -23.5,-0.5 parent: 2 - - uid: 17 + - uid: 23841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,4.5 + rot: 3.141592653589793 rad + pos: -22.5,-0.5 parent: 2 - - uid: 29 +- proto: TableCounterWood + entities: + - uid: 742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,5.5 + rot: 3.141592653589793 rad + pos: 16.5,-27.5 parent: 2 - - uid: 36 + - uid: 771 components: - type: Transform - pos: -11.5,-10.5 + pos: 30.5,-17.5 parent: 2 - - uid: 42 + - uid: 773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 + pos: 28.5,-17.5 parent: 2 - - uid: 43 + - uid: 780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-7.5 + pos: 19.5,-17.5 parent: 2 - - uid: 67 + - uid: 791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 + pos: 18.5,-17.5 parent: 2 - - uid: 104 + - uid: 792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,7.5 + pos: 21.5,-17.5 parent: 2 - - uid: 124 + - uid: 793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,48.5 + pos: 20.5,-17.5 parent: 2 - - uid: 195 + - uid: 860 components: - type: Transform - pos: -3.5,-6.5 + pos: 31.5,-17.5 parent: 2 - - uid: 264 + - uid: 1676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 + pos: 29.5,-17.5 parent: 2 - - uid: 265 + - uid: 3107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 + rot: 3.141592653589793 rad + pos: 17.5,-29.5 parent: 2 - - uid: 266 + - uid: 3115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-0.5 + rot: 3.141592653589793 rad + pos: 16.5,-29.5 parent: 2 - - uid: 267 + - uid: 3166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 + rot: 3.141592653589793 rad + pos: 21.5,-29.5 parent: 2 - - uid: 268 + - uid: 3168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 + rot: 3.141592653589793 rad + pos: 18.5,-29.5 parent: 2 - - uid: 278 + - uid: 3169 components: - type: Transform - pos: 34.5,-10.5 + rot: 3.141592653589793 rad + pos: 19.5,-29.5 parent: 2 - - uid: 287 + - uid: 3171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,0.5 + rot: 3.141592653589793 rad + pos: 20.5,-29.5 parent: 2 - - uid: 307 + - uid: 3561 components: - type: Transform - pos: -12.5,-27.5 + rot: 3.141592653589793 rad + pos: 16.5,-28.5 parent: 2 - - uid: 521 + - uid: 4311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,16.5 + pos: -56.5,-27.5 parent: 2 - - uid: 527 + - uid: 4530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,16.5 + pos: 21.5,-28.5 parent: 2 - - uid: 528 + - uid: 5142 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,16.5 + pos: 69.5,-15.5 parent: 2 - - uid: 533 + - uid: 5143 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,9.5 + pos: 69.5,-14.5 parent: 2 - - uid: 534 + - uid: 5156 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,9.5 + pos: 71.5,-18.5 parent: 2 - - uid: 565 + - uid: 5157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-7.5 + rot: -1.5707963267948966 rad + pos: 72.5,-18.5 parent: 2 - - uid: 579 + - uid: 5158 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-7.5 + rot: -1.5707963267948966 rad + pos: 73.5,-18.5 parent: 2 - - uid: 600 + - uid: 5161 components: - type: Transform - pos: -3.5,-11.5 + rot: -1.5707963267948966 rad + pos: 54.5,-10.5 parent: 2 - - uid: 607 + - uid: 5162 components: - type: Transform - pos: -6.5,-11.5 + rot: -1.5707963267948966 rad + pos: 54.5,-9.5 parent: 2 - - uid: 992 + - uid: 5747 components: - type: Transform - pos: 5.5,-9.5 + pos: 18.5,-27.5 parent: 2 - - uid: 1182 + - uid: 5748 components: - type: Transform - pos: 23.5,-7.5 + pos: 19.5,-27.5 parent: 2 - - uid: 1189 + - uid: 6975 components: - type: Transform - pos: 23.5,-4.5 + rot: 1.5707963267948966 rad + pos: -30.5,-38.5 parent: 2 - - uid: 1212 + - uid: 6976 components: - type: Transform - pos: 23.5,-10.5 + rot: 1.5707963267948966 rad + pos: -31.5,-38.5 parent: 2 - - uid: 1248 + - uid: 6977 components: - type: Transform - pos: 13.5,-11.5 + rot: 1.5707963267948966 rad + pos: -28.5,-38.5 parent: 2 - - uid: 1253 + - uid: 6978 components: - type: Transform - pos: 13.5,-9.5 + rot: 1.5707963267948966 rad + pos: -29.5,-38.5 parent: 2 - - uid: 1258 + - uid: 6979 components: - type: Transform - pos: 13.5,-7.5 + rot: 1.5707963267948966 rad + pos: -27.5,-38.5 parent: 2 - - uid: 1263 + - uid: 6980 components: - type: Transform - pos: 5.5,-7.5 + rot: 1.5707963267948966 rad + pos: -32.5,-38.5 parent: 2 - - uid: 1599 + - uid: 6981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 + rot: 1.5707963267948966 rad + pos: -26.5,-38.5 parent: 2 - - uid: 1600 + - uid: 6982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,11.5 + rot: 1.5707963267948966 rad + pos: -31.5,-30.5 parent: 2 - - uid: 1601 + - uid: 6983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,9.5 + rot: 1.5707963267948966 rad + pos: -31.5,-31.5 parent: 2 - - uid: 1602 + - uid: 6984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,9.5 + rot: 1.5707963267948966 rad + pos: -31.5,-32.5 parent: 2 - - uid: 1603 + - uid: 6985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,9.5 + rot: 1.5707963267948966 rad + pos: -31.5,-33.5 parent: 2 - - uid: 1604 + - uid: 6986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,16.5 + rot: 1.5707963267948966 rad + pos: -31.5,-34.5 parent: 2 - - uid: 1605 + - uid: 6987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,9.5 + rot: 1.5707963267948966 rad + pos: -31.5,-35.5 parent: 2 - - uid: 1682 + - uid: 6988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-2.5 + rot: 1.5707963267948966 rad + pos: -32.5,-35.5 parent: 2 - - uid: 1696 + - uid: 7117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 + pos: 26.5,-25.5 parent: 2 - - uid: 1706 + - uid: 7941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-2.5 + pos: -52.5,-8.5 parent: 2 - - uid: 1798 + - uid: 8375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,9.5 + pos: -57.5,-27.5 parent: 2 - - uid: 1799 + - uid: 11474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,9.5 + rot: 3.141592653589793 rad + pos: -50.5,-27.5 parent: 2 - - uid: 1808 + - uid: 11475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,9.5 + rot: 3.141592653589793 rad + pos: -50.5,-26.5 parent: 2 - - uid: 1809 + - uid: 11481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,16.5 + rot: 3.141592653589793 rad + pos: -50.5,-25.5 parent: 2 - - uid: 1810 + - uid: 12962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 + pos: 45.5,-11.5 parent: 2 - - uid: 1891 + - uid: 22152 components: - type: Transform - pos: 7.5,26.5 + pos: -46.5,-27.5 parent: 2 - - uid: 1934 + - uid: 23708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,30.5 + rot: 3.141592653589793 rad + pos: -50.5,-28.5 parent: 2 - - uid: 1935 + - uid: 26729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,29.5 + pos: -47.5,-27.5 parent: 2 - - uid: 1936 + - uid: 28231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,28.5 + pos: -46.5,-28.5 parent: 2 - - uid: 1937 + - uid: 30552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,27.5 + pos: -22.5,22.5 parent: 2 - - uid: 1938 + - uid: 30553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,27.5 + pos: -21.5,22.5 parent: 2 - - uid: 1950 + - uid: 30554 components: - type: Transform - pos: 14.5,30.5 + pos: -18.5,22.5 parent: 2 - - uid: 1982 + - uid: 30555 components: - type: Transform - pos: 7.5,30.5 + pos: -20.5,22.5 parent: 2 - - uid: 2275 + - uid: 30556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-31.5 + pos: -19.5,22.5 parent: 2 - - uid: 2617 +- proto: TableGlass + entities: + - uid: 640 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,54.5 + pos: -21.5,-9.5 parent: 2 - - uid: 2623 + - uid: 650 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,43.5 - parent: 2 - - uid: 2645 - components: - - type: Transform - pos: 12.5,41.5 + pos: -22.5,-9.5 parent: 2 - - uid: 2673 + - uid: 658 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,54.5 + pos: -17.5,-9.5 parent: 2 - - uid: 2692 + - uid: 707 components: - type: Transform - pos: 13.5,41.5 + pos: -13.5,-10.5 parent: 2 - - uid: 2698 + - uid: 1104 components: - type: Transform - pos: 6.5,47.5 + rot: 1.5707963267948966 rad + pos: -38.5,-21.5 parent: 2 - - uid: 2701 + - uid: 1106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,55.5 + rot: 1.5707963267948966 rad + pos: -42.5,-21.5 parent: 2 - - uid: 2737 + - uid: 1108 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,54.5 + pos: -42.5,-17.5 parent: 2 - - uid: 2739 + - uid: 1439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,54.5 + pos: 11.5,16.5 parent: 2 - - uid: 2757 + - uid: 1440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,8.5 + pos: 9.5,13.5 parent: 2 - - uid: 2771 + - uid: 1453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,55.5 + pos: 7.5,16.5 parent: 2 - - uid: 2850 + - uid: 1497 components: - type: Transform - pos: 21.5,59.5 + pos: 15.5,10.5 parent: 2 - - uid: 2873 + - uid: 1564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,47.5 + pos: 15.5,9.5 parent: 2 - - uid: 2930 + - uid: 1577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-22.5 + pos: 9.5,14.5 parent: 2 - - uid: 2952 + - uid: 1594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 + pos: -5.5,12.5 parent: 2 - - uid: 2953 + - uid: 1627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-22.5 + pos: -5.5,11.5 parent: 2 - - uid: 2954 + - uid: 1632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-22.5 + pos: -2.5,13.5 parent: 2 - - uid: 2955 + - uid: 1633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-22.5 + pos: -2.5,12.5 parent: 2 - - uid: 3051 + - uid: 4400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-3.5 + pos: 7.5,-11.5 parent: 2 - - uid: 3077 + - uid: 4450 components: - type: Transform - pos: -28.5,-21.5 + pos: 7.5,-7.5 parent: 2 - - uid: 3078 + - uid: 5195 components: - type: Transform - pos: -28.5,-20.5 + rot: 1.5707963267948966 rad + pos: -46.5,-21.5 parent: 2 - - uid: 3079 + - uid: 7145 components: - type: Transform - pos: -28.5,-19.5 + rot: 3.141592653589793 rad + pos: -46.5,-17.5 parent: 2 - - uid: 3409 + - uid: 8382 components: - type: Transform - pos: -7.5,7.5 + rot: 1.5707963267948966 rad + pos: 13.5,-11.5 parent: 2 - - uid: 3723 + - uid: 11169 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,54.5 + pos: -23.5,7.5 parent: 2 - - uid: 4065 + - uid: 17115 components: - type: Transform - pos: 52.5,27.5 + pos: -29.5,7.5 parent: 2 - - uid: 4070 + - uid: 17804 components: - type: Transform - pos: 46.5,26.5 + pos: -27.5,7.5 parent: 2 - - uid: 4071 + - uid: 17969 components: - type: Transform - pos: 46.5,25.5 + pos: -19.5,7.5 parent: 2 - - uid: 4072 + - uid: 18037 components: - type: Transform - pos: 46.5,24.5 + pos: -17.5,7.5 parent: 2 - - uid: 4073 + - uid: 18524 components: - type: Transform - pos: 47.5,24.5 + rot: -1.5707963267948966 rad + pos: -37.5,24.5 parent: 2 - - uid: 4079 + - uid: 18526 components: - type: Transform - pos: 52.5,12.5 + rot: -1.5707963267948966 rad + pos: -40.5,21.5 parent: 2 - - uid: 4099 + - uid: 18527 components: - type: Transform - pos: 52.5,13.5 + rot: -1.5707963267948966 rad + pos: -40.5,22.5 parent: 2 - - uid: 4100 + - uid: 21912 components: - type: Transform - pos: 52.5,14.5 + pos: -21.5,7.5 parent: 2 - - uid: 4129 + - uid: 21926 components: - type: Transform - pos: 52.5,21.5 + pos: -25.5,7.5 parent: 2 - - uid: 4131 + - uid: 22051 components: - type: Transform - pos: 52.5,22.5 + rot: 1.5707963267948966 rad + pos: 12.5,-11.5 parent: 2 - - uid: 4132 + - uid: 29725 components: - type: Transform - pos: 52.5,20.5 + pos: -42.5,22.5 parent: 2 - - uid: 4337 + - uid: 29836 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,24.5 + pos: 91.5,18.5 parent: 2 - - uid: 4338 + - uid: 30027 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,24.5 + pos: 91.5,17.5 parent: 2 - - uid: 4339 + - uid: 30028 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,24.5 + pos: 91.5,16.5 parent: 2 - - uid: 4340 + - uid: 35796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,24.5 + rot: -1.5707963267948966 rad + pos: 18.5,14.5 parent: 2 - - uid: 4341 +- proto: TablePlasmaGlass + entities: + - uid: 53 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,24.5 + pos: 48.5,46.5 parent: 2 - - uid: 4343 + - uid: 2454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,24.5 + pos: 45.5,44.5 parent: 2 - - uid: 4344 + - uid: 2460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,24.5 + pos: 44.5,44.5 parent: 2 - - uid: 4345 + - uid: 2836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,24.5 + pos: 41.5,51.5 parent: 2 - - uid: 4346 + - uid: 4043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,24.5 + pos: 35.5,23.5 parent: 2 - - uid: 4355 + - uid: 4044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,10.5 + pos: 36.5,23.5 parent: 2 - - uid: 4356 + - uid: 4096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,10.5 + pos: 50.5,40.5 parent: 2 - - uid: 4357 + - uid: 4097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,10.5 + pos: 50.5,39.5 parent: 2 - - uid: 4358 + - uid: 4098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,10.5 + pos: 50.5,38.5 parent: 2 - - uid: 4360 + - uid: 4104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,10.5 + pos: 43.5,40.5 parent: 2 - - uid: 4361 + - uid: 4105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,10.5 + pos: 42.5,40.5 parent: 2 - - uid: 4362 + - uid: 4106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,10.5 + pos: 42.5,39.5 parent: 2 - - uid: 4363 + - uid: 4148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,10.5 + pos: 42.5,51.5 parent: 2 - - uid: 4364 + - uid: 5133 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,10.5 + pos: 35.5,46.5 parent: 2 - - uid: 4446 + - uid: 5134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,58.5 + rot: 1.5707963267948966 rad + pos: 49.5,46.5 parent: 2 - - uid: 4484 + - uid: 5332 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,15.5 + pos: 57.5,56.5 parent: 2 - - uid: 4485 + - uid: 5333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,14.5 + pos: 57.5,55.5 parent: 2 - - uid: 4486 + - uid: 5334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,14.5 + pos: 61.5,57.5 parent: 2 - - uid: 4487 + - uid: 5335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,20.5 + pos: 61.5,56.5 parent: 2 - - uid: 4491 + - uid: 5336 components: - type: Transform - pos: 52.5,28.5 + pos: 61.5,55.5 parent: 2 - - uid: 4497 + - uid: 5522 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,20.5 + pos: 50.5,46.5 parent: 2 - - uid: 4620 + - uid: 5530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,16.5 + pos: 38.5,28.5 parent: 2 - - uid: 4621 + - uid: 5533 components: - type: Transform rot: 1.5707963267948966 rad - pos: 70.5,17.5 + pos: 36.5,46.5 parent: 2 - - uid: 4622 + - uid: 5553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,18.5 + pos: 43.5,51.5 parent: 2 - - uid: 4623 + - uid: 5674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,19.5 + rot: -1.5707963267948966 rad + pos: 50.5,47.5 parent: 2 - - uid: 4690 + - uid: 5744 components: - type: Transform - pos: 89.5,37.5 + pos: 46.5,44.5 parent: 2 - - uid: 5237 + - uid: 5745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,59.5 + pos: 48.5,44.5 parent: 2 - - uid: 5422 + - uid: 9553 components: - type: Transform - pos: 49.5,34.5 + rot: -1.5707963267948966 rad + pos: 34.5,47.5 parent: 2 - - uid: 5423 + - uid: 9554 components: - type: Transform - pos: 49.5,33.5 + rot: -1.5707963267948966 rad + pos: 34.5,46.5 parent: 2 - - uid: 5590 + - uid: 13996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,30.5 + pos: 26.5,37.5 parent: 2 - - uid: 5650 + - uid: 14124 components: - type: Transform - pos: -2.5,-34.5 + pos: 26.5,38.5 parent: 2 - - uid: 5671 + - uid: 14125 components: - type: Transform - pos: -4.5,-34.5 + pos: 26.5,39.5 parent: 2 - - uid: 5672 + - uid: 29163 components: - type: Transform - pos: -1.5,-33.5 + pos: 49.5,40.5 parent: 2 - - uid: 5673 +- proto: TableReinforced + entities: + - uid: 987 components: - type: Transform - pos: -1.5,-32.5 + pos: 21.5,-4.5 parent: 2 - - uid: 5685 + - uid: 1009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-31.5 + pos: 13.5,4.5 parent: 2 - - uid: 6501 + - uid: 1042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-30.5 + pos: 12.5,4.5 parent: 2 - - uid: 6502 + - uid: 1125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-29.5 + rot: 3.141592653589793 rad + pos: 27.5,-3.5 parent: 2 - - uid: 6503 + - uid: 1132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-28.5 + rot: 3.141592653589793 rad + pos: 26.5,-3.5 parent: 2 - - uid: 6504 + - uid: 1161 components: - type: Transform - pos: -11.5,-11.5 + pos: 12.5,-1.5 parent: 2 - - uid: 6521 + - uid: 1181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-28.5 + pos: 12.5,0.5 parent: 2 - - uid: 6522 + - uid: 1191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 + pos: 21.5,-5.5 parent: 2 - - uid: 6529 + - uid: 1203 components: - type: Transform - pos: -6.5,-25.5 + pos: 18.5,-5.5 parent: 2 - - uid: 6531 + - uid: 1282 components: - type: Transform - pos: -9.5,-25.5 + rot: 3.141592653589793 rad + pos: 19.5,2.5 parent: 2 - - uid: 6532 + - uid: 1298 components: - type: Transform - pos: -8.5,-25.5 + rot: 3.141592653589793 rad + pos: 17.5,2.5 parent: 2 - - uid: 6533 + - uid: 1339 components: - type: Transform - pos: -7.5,-25.5 + rot: -1.5707963267948966 rad + pos: 30.5,16.5 parent: 2 - - uid: 6536 + - uid: 1340 components: - type: Transform - pos: -16.5,-27.5 + rot: -1.5707963267948966 rad + pos: 29.5,16.5 parent: 2 - - uid: 6557 + - uid: 1364 components: - type: Transform - pos: -29.5,-19.5 + rot: -1.5707963267948966 rad + pos: 31.5,9.5 parent: 2 - - uid: 6559 + - uid: 1365 components: - type: Transform - pos: -28.5,-23.5 + rot: -1.5707963267948966 rad + pos: 34.5,9.5 parent: 2 - - uid: 6560 + - uid: 1366 components: - type: Transform - pos: -27.5,-23.5 + rot: -1.5707963267948966 rad + pos: 32.5,9.5 parent: 2 - - uid: 6561 + - uid: 1367 components: - type: Transform - pos: -26.5,-23.5 + rot: -1.5707963267948966 rad + pos: 33.5,9.5 parent: 2 - - uid: 6641 + - uid: 1386 components: - type: Transform - pos: -13.5,-32.5 + pos: 35.5,5.5 parent: 2 - - uid: 6846 + - uid: 1387 components: - type: Transform - pos: -30.5,-23.5 + pos: 36.5,5.5 parent: 2 - - uid: 6847 + - uid: 1392 components: - type: Transform - pos: -30.5,-24.5 + rot: 3.141592653589793 rad + pos: 19.5,1.5 parent: 2 - - uid: 6952 + - uid: 1396 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-31.5 + pos: 19.5,0.5 parent: 2 - - uid: 7370 + - uid: 1397 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,-9.5 + pos: 20.5,0.5 parent: 2 - - uid: 7373 + - uid: 1398 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-9.5 + pos: 21.5,0.5 parent: 2 - - uid: 7375 + - uid: 1399 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-9.5 + pos: 22.5,0.5 parent: 2 - - uid: 7414 + - uid: 1408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-1.5 + rot: 3.141592653589793 rad + pos: 19.5,3.5 parent: 2 - - uid: 7935 + - uid: 1413 components: - type: Transform - pos: -14.5,-25.5 + pos: 17.5,3.5 parent: 2 - - uid: 7968 + - uid: 1646 components: - type: Transform - pos: -24.5,40.5 + pos: 12.5,-0.5 parent: 2 - - uid: 8462 + - uid: 1654 components: - type: Transform - pos: -12.5,59.5 + pos: 19.5,-1.5 parent: 2 - - uid: 8470 + - uid: 1667 components: - type: Transform - pos: -14.5,59.5 + pos: 20.5,-1.5 parent: 2 - - uid: 8471 + - uid: 1668 components: - type: Transform - pos: -13.5,59.5 + pos: 21.5,-1.5 parent: 2 - - uid: 9219 + - uid: 2011 components: - type: Transform - pos: -3.5,-34.5 + rot: 3.141592653589793 rad + pos: 14.5,4.5 parent: 2 - - uid: 9324 + - uid: 2754 components: - type: Transform - pos: 65.5,24.5 + pos: -49.5,27.5 parent: 2 - - uid: 9336 + - uid: 2889 components: - type: Transform - pos: -73.5,16.5 + rot: 1.5707963267948966 rad + pos: 28.5,25.5 parent: 2 - - uid: 9337 + - uid: 3304 components: - type: Transform - pos: -73.5,15.5 + pos: -53.5,25.5 parent: 2 - - uid: 9658 + - uid: 3456 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,34.5 + pos: 42.5,-21.5 parent: 2 - - uid: 10346 + - uid: 3457 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,45.5 + pos: 41.5,-21.5 parent: 2 - - uid: 11105 + - uid: 3458 components: - type: Transform - pos: 89.5,43.5 + pos: 44.5,-21.5 parent: 2 - - uid: 13079 + - uid: 3459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-34.5 + pos: 43.5,-21.5 parent: 2 - - uid: 13080 + - uid: 3460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-34.5 + pos: 44.5,-23.5 parent: 2 - - uid: 13081 + - uid: 3461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-34.5 + pos: 44.5,-22.5 parent: 2 - - uid: 13942 + - uid: 3463 components: - type: Transform - pos: 29.5,51.5 + pos: 44.5,-24.5 parent: 2 - - uid: 13943 + - uid: 3857 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,54.5 + pos: 29.5,25.5 parent: 2 - - uid: 13944 + - uid: 3981 components: - type: Transform - pos: 20.5,59.5 + rot: 1.5707963267948966 rad + pos: 27.5,25.5 parent: 2 - - uid: 14011 + - uid: 4052 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,48.5 + pos: 17.5,-6.5 parent: 2 - - uid: 14012 + - uid: 5213 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,48.5 + pos: 28.5,30.5 parent: 2 - - uid: 14013 + - uid: 5241 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,47.5 + pos: -36.5,29.5 parent: 2 - - uid: 14014 + - uid: 5262 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,47.5 + pos: 27.5,30.5 parent: 2 - - uid: 14017 + - uid: 5268 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,48.5 + pos: 26.5,30.5 parent: 2 - - uid: 14051 + - uid: 5269 components: - type: Transform - pos: 16.5,59.5 + pos: 26.5,29.5 parent: 2 - - uid: 14052 + - uid: 5438 components: - type: Transform - pos: 15.5,59.5 + pos: 35.5,30.5 parent: 2 - - uid: 14058 + - uid: 5439 components: - type: Transform - pos: 13.5,56.5 + pos: 36.5,30.5 parent: 2 - - uid: 14059 + - uid: 5525 components: - type: Transform - pos: 13.5,55.5 + pos: 37.5,30.5 parent: 2 - - uid: 14060 + - uid: 6033 components: - type: Transform - pos: 13.5,54.5 + rot: -1.5707963267948966 rad + pos: 17.5,30.5 parent: 2 - - uid: 14171 + - uid: 6034 components: - type: Transform - pos: 5.5,47.5 + rot: -1.5707963267948966 rad + pos: 20.5,30.5 parent: 2 - - uid: 14287 + - uid: 6035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,43.5 + rot: -1.5707963267948966 rad + pos: 16.5,28.5 parent: 2 - - uid: 15113 + - uid: 6036 components: - type: Transform - pos: 29.5,52.5 + rot: -1.5707963267948966 rad + pos: 16.5,27.5 parent: 2 - - uid: 15115 + - uid: 6037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,52.5 + rot: -1.5707963267948966 rad + pos: 16.5,26.5 parent: 2 - - uid: 15118 + - uid: 6038 components: - type: Transform - pos: 28.5,52.5 + rot: -1.5707963267948966 rad + pos: 16.5,25.5 parent: 2 - - uid: 15120 + - uid: 6041 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,48.5 + pos: 21.5,28.5 parent: 2 - - uid: 15202 + - uid: 6042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,53.5 + rot: -1.5707963267948966 rad + pos: 21.5,27.5 parent: 2 - - uid: 15213 + - uid: 6043 components: - type: Transform - pos: -23.5,59.5 + rot: -1.5707963267948966 rad + pos: 21.5,26.5 parent: 2 - - uid: 15224 + - uid: 6044 components: - type: Transform - pos: 14.5,71.5 + rot: -1.5707963267948966 rad + pos: 21.5,25.5 parent: 2 - - uid: 15229 + - uid: 6947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,56.5 + pos: -51.5,27.5 parent: 2 - - uid: 15231 + - uid: 7294 + components: + - type: Transform + pos: -50.5,27.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + pos: -48.5,27.5 + parent: 2 + - uid: 7422 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,57.5 + pos: -46.5,17.5 parent: 2 - - uid: 15298 + - uid: 7588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,27.5 + pos: -7.5,68.5 parent: 2 - - uid: 15299 + - uid: 7594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,27.5 + rot: 1.5707963267948966 rad + pos: -44.5,60.5 parent: 2 - - uid: 15300 + - uid: 8407 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,27.5 + pos: -43.5,60.5 parent: 2 - - uid: 15403 + - uid: 8715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,28.5 + rot: 3.141592653589793 rad + pos: -41.5,31.5 parent: 2 - - uid: 15405 + - uid: 8765 components: - type: Transform - pos: -12.5,32.5 + pos: -50.5,14.5 parent: 2 - - uid: 15496 + - uid: 8769 components: - type: Transform - pos: -13.5,32.5 + pos: -49.5,13.5 parent: 2 - - uid: 15509 + - uid: 8770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,59.5 + pos: -49.5,14.5 parent: 2 - - uid: 15559 + - uid: 8772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,33.5 + pos: -49.5,12.5 parent: 2 - - uid: 15562 + - uid: 8775 components: - type: Transform - pos: -12.5,33.5 + pos: -57.5,13.5 parent: 2 - - uid: 15589 + - uid: 8778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,28.5 + pos: -58.5,13.5 parent: 2 - - uid: 15590 + - uid: 8934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,28.5 + pos: -47.5,23.5 parent: 2 - - uid: 15591 + - uid: 8986 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,28.5 + pos: -56.5,30.5 parent: 2 - - uid: 15592 + - uid: 9001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,28.5 + pos: -47.5,22.5 parent: 2 - - uid: 15595 + - uid: 9002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,30.5 + pos: -48.5,23.5 parent: 2 - - uid: 15612 + - uid: 9004 components: - type: Transform - pos: -12.5,34.5 + pos: -50.5,20.5 parent: 2 - - uid: 15681 + - uid: 9040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,40.5 + pos: -47.5,27.5 parent: 2 - - uid: 15695 + - uid: 9089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,41.5 + pos: -55.5,35.5 parent: 2 - - uid: 15696 + - uid: 9090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,42.5 + pos: -54.5,35.5 parent: 2 - - uid: 15733 + - uid: 9091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,25.5 + pos: -53.5,35.5 parent: 2 - - uid: 15734 + - uid: 9095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,25.5 + rot: 3.141592653589793 rad + pos: -49.5,33.5 parent: 2 - - uid: 15739 + - uid: 9096 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.5,25.5 + pos: -48.5,33.5 parent: 2 - - uid: 15743 + - uid: 9097 components: - type: Transform - pos: -4.5,26.5 + rot: 3.141592653589793 rad + pos: -47.5,33.5 parent: 2 - - uid: 15754 + - uid: 9122 components: - type: Transform - pos: -8.5,32.5 + rot: 3.141592653589793 rad + pos: -41.5,30.5 parent: 2 - - uid: 15778 + - uid: 9123 components: - type: Transform - pos: -8.5,33.5 + rot: 3.141592653589793 rad + pos: -41.5,29.5 parent: 2 - - uid: 15802 + - uid: 9132 components: - type: Transform - pos: -10.5,54.5 + pos: -33.5,37.5 parent: 2 - - uid: 15805 + - uid: 9133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,53.5 + pos: -33.5,38.5 parent: 2 - - uid: 15816 + - uid: 15450 components: - type: Transform - pos: -10.5,55.5 + pos: -16.5,33.5 parent: 2 - - uid: 15871 + - uid: 15527 components: - type: Transform - pos: -73.5,14.5 + pos: -17.5,33.5 parent: 2 - - uid: 15874 + - uid: 15529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,56.5 + pos: -20.5,33.5 parent: 2 - - uid: 15894 + - uid: 15530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,53.5 + pos: -21.5,33.5 parent: 2 - - uid: 15896 + - uid: 15688 components: - type: Transform - pos: -10.5,49.5 + pos: -9.5,68.5 parent: 2 - - uid: 15897 + - uid: 15810 components: - type: Transform - pos: -10.5,48.5 + rot: -1.5707963267948966 rad + pos: -28.5,47.5 parent: 2 - - uid: 15902 + - uid: 16278 components: - type: Transform - pos: -8.5,47.5 + pos: -36.5,31.5 parent: 2 - - uid: 15906 + - uid: 16279 components: - type: Transform - pos: -8.5,56.5 + pos: -36.5,30.5 parent: 2 - - uid: 15907 + - uid: 16336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,52.5 + pos: -33.5,42.5 parent: 2 - - uid: 15908 + - uid: 16649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,51.5 + pos: -40.5,11.5 parent: 2 - - uid: 15909 + - uid: 16650 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,50.5 + pos: -40.5,12.5 parent: 2 - - uid: 15911 + - uid: 18339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,56.5 + pos: -11.5,68.5 parent: 2 - - uid: 15913 + - uid: 18473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,55.5 + pos: -62.5,2.5 parent: 2 - - uid: 15914 + - uid: 18474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,56.5 + pos: -62.5,1.5 parent: 2 - - uid: 15923 + - uid: 18475 components: - type: Transform - pos: -2.5,48.5 + pos: -62.5,0.5 parent: 2 - - uid: 15962 + - uid: 18476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,56.5 + pos: -61.5,0.5 parent: 2 - - uid: 15963 + - uid: 18477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,47.5 + pos: -54.5,0.5 parent: 2 - - uid: 15964 + - uid: 18478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,47.5 + pos: -53.5,0.5 parent: 2 - - uid: 15965 + - uid: 22790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,53.5 + rot: 3.141592653589793 rad + pos: 20.5,-6.5 parent: 2 - - uid: 15966 + - uid: 22792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,50.5 + rot: 3.141592653589793 rad + pos: 16.5,-6.5 parent: 2 - - uid: 16357 + - uid: 26898 components: - type: Transform - pos: -11.5,61.5 + rot: -1.5707963267948966 rad + pos: -46.5,16.5 parent: 2 - - uid: 16360 + - uid: 27412 components: - type: Transform - pos: -12.5,61.5 + rot: 3.141592653589793 rad + pos: 19.5,-6.5 parent: 2 - - uid: 16391 + - uid: 28919 components: - type: Transform - pos: -19.5,61.5 + rot: -1.5707963267948966 rad + pos: -28.5,46.5 parent: 2 - - uid: 16496 + - uid: 30692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,45.5 + pos: 5.5,64.5 parent: 2 - - uid: 16546 + - uid: 31054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,45.5 + pos: 4.5,64.5 parent: 2 - - uid: 16581 + - uid: 32452 components: - type: Transform - pos: -32.5,35.5 + pos: 74.5,24.5 parent: 2 - - uid: 16583 + - uid: 32453 components: - type: Transform - pos: -32.5,33.5 + pos: 75.5,24.5 parent: 2 - - uid: 16584 + - uid: 32454 components: - type: Transform - pos: -33.5,33.5 + pos: 73.5,24.5 parent: 2 - - uid: 16590 + - uid: 32455 components: - type: Transform - pos: -32.5,34.5 + pos: 71.5,25.5 parent: 2 - - uid: 18063 + - uid: 32456 components: - type: Transform - pos: -23.5,66.5 + pos: 71.5,26.5 parent: 2 - - uid: 18065 + - uid: 35803 components: - type: Transform - pos: -27.5,66.5 + rot: 1.5707963267948966 rad + pos: 30.5,7.5 parent: 2 - - uid: 18067 + - uid: 35804 components: - type: Transform - pos: -19.5,66.5 + rot: 1.5707963267948966 rad + pos: 31.5,7.5 parent: 2 - - uid: 18068 +- proto: TableReinforcedGlass + entities: + - uid: 8394 components: - type: Transform - pos: -15.5,66.5 + pos: -25.5,37.5 parent: 2 - - uid: 18145 + - uid: 8395 components: - type: Transform - pos: -19.5,62.5 + pos: -17.5,37.5 parent: 2 - - uid: 18146 + - uid: 8396 components: - type: Transform - pos: -20.5,62.5 + pos: -21.5,37.5 parent: 2 - - uid: 18147 + - uid: 8431 components: - type: Transform - pos: -21.5,62.5 + pos: -29.5,37.5 parent: 2 - - uid: 18148 +- proto: TableWood + entities: + - uid: 6324 components: - type: Transform - pos: -22.5,62.5 + rot: -1.5707963267948966 rad + pos: -31.5,-9.5 parent: 2 - - uid: 18188 + - uid: 13116 components: - type: Transform - pos: 4.5,71.5 + pos: -70.5,22.5 parent: 2 - - uid: 18415 +- proto: TableWoodReinforced + entities: + - uid: 9 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,-1.5 + pos: -5.5,4.5 parent: 2 - - uid: 18428 + - uid: 13 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,-2.5 + pos: -6.5,4.5 parent: 2 - - uid: 18455 + - uid: 17 components: - type: Transform - pos: -59.5,-4.5 + rot: -1.5707963267948966 rad + pos: -7.5,4.5 parent: 2 - - uid: 18456 + - uid: 29 components: - type: Transform - pos: -58.5,-4.5 + rot: -1.5707963267948966 rad + pos: -4.5,5.5 parent: 2 - - uid: 18501 + - uid: 36 components: - type: Transform - pos: -52.5,-3.5 + pos: -11.5,-10.5 parent: 2 - - uid: 19391 + - uid: 42 components: - type: Transform - pos: -10.5,42.5 + rot: -1.5707963267948966 rad + pos: -4.5,6.5 parent: 2 - - uid: 19392 + - uid: 43 components: - type: Transform - pos: -9.5,42.5 + rot: 3.141592653589793 rad + pos: -6.5,-7.5 parent: 2 - - uid: 19414 + - uid: 67 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,3.5 + rot: 3.141592653589793 rad + pos: -6.5,-6.5 parent: 2 - - uid: 19415 + - uid: 104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,3.5 + rot: -1.5707963267948966 rad + pos: -4.5,7.5 parent: 2 - - uid: 19416 + - uid: 124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,3.5 + rot: -1.5707963267948966 rad + pos: 3.5,48.5 parent: 2 - - uid: 19417 + - uid: 195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,-0.5 + pos: -3.5,-6.5 parent: 2 - - uid: 19418 + - uid: 264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-0.5 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 parent: 2 - - uid: 19605 + - uid: 265 components: - type: Transform - pos: -40.5,65.5 + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 parent: 2 - - uid: 19635 + - uid: 266 components: - type: Transform - pos: -40.5,67.5 + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 parent: 2 - - uid: 19636 + - uid: 267 components: - type: Transform - pos: -40.5,66.5 + rot: -1.5707963267948966 rad + pos: -5.5,0.5 parent: 2 - - uid: 19657 + - uid: 268 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,67.5 + pos: -6.5,0.5 parent: 2 - - uid: 19661 + - uid: 278 components: - type: Transform - pos: -40.5,63.5 + pos: 34.5,-10.5 parent: 2 - - uid: 19732 + - uid: 287 components: - type: Transform - pos: -40.5,64.5 + rot: -1.5707963267948966 rad + pos: -7.5,0.5 parent: 2 - - uid: 19823 + - uid: 307 components: - type: Transform - pos: -6.5,-41.5 + pos: -12.5,-27.5 parent: 2 - - uid: 19950 + - uid: 521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,55.5 + rot: -1.5707963267948966 rad + pos: -16.5,16.5 parent: 2 - - uid: 20276 + - uid: 527 components: - type: Transform - pos: -6.5,-42.5 + rot: -1.5707963267948966 rad + pos: -22.5,16.5 parent: 2 - - uid: 20655 + - uid: 528 components: - type: Transform - pos: -6.5,-40.5 + rot: -1.5707963267948966 rad + pos: -28.5,16.5 parent: 2 - - uid: 22360 + - uid: 533 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,67.5 + pos: -28.5,9.5 parent: 2 - - uid: 28137 + - uid: 534 components: - type: Transform - pos: -58.5,60.5 + rot: -1.5707963267948966 rad + pos: -19.5,9.5 parent: 2 - - uid: 28225 + - uid: 565 components: - type: Transform - pos: -69.5,5.5 + rot: 3.141592653589793 rad + pos: -3.5,-7.5 parent: 2 - - uid: 28934 + - uid: 579 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,-2.5 + pos: -5.5,-7.5 parent: 2 - - uid: 29704 + - uid: 600 components: - type: Transform - pos: 19.5,47.5 + pos: -3.5,-11.5 parent: 2 - - uid: 29714 + - uid: 607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,33.5 + pos: -6.5,-11.5 parent: 2 - - uid: 29742 + - uid: 922 components: - type: Transform - pos: 83.5,57.5 + rot: -1.5707963267948966 rad + pos: 34.5,-4.5 parent: 2 - - uid: 29743 + - uid: 929 components: - type: Transform - pos: 82.5,57.5 + rot: -1.5707963267948966 rad + pos: 67.5,14.5 parent: 2 - - uid: 29801 + - uid: 932 components: - type: Transform - pos: 86.5,54.5 + rot: -1.5707963267948966 rad + pos: 66.5,17.5 parent: 2 - - uid: 29821 + - uid: 969 components: - type: Transform - pos: 90.5,55.5 + rot: -1.5707963267948966 rad + pos: 66.5,18.5 parent: 2 - - uid: 29950 + - uid: 991 components: - type: Transform - pos: 85.5,44.5 + rot: -1.5707963267948966 rad + pos: 66.5,14.5 parent: 2 - - uid: 30039 + - uid: 992 components: - type: Transform - pos: 86.5,44.5 + rot: -1.5707963267948966 rad + pos: 66.5,15.5 parent: 2 - - uid: 30040 + - uid: 1002 components: - type: Transform - pos: 88.5,44.5 + rot: -1.5707963267948966 rad + pos: 66.5,16.5 parent: 2 - - uid: 30041 + - uid: 1182 components: - type: Transform - pos: 89.5,44.5 + pos: 23.5,-7.5 parent: 2 - - uid: 30042 + - uid: 1189 components: - type: Transform - pos: 90.5,43.5 + pos: 23.5,-4.5 parent: 2 - - uid: 30043 + - uid: 1212 components: - type: Transform - pos: 90.5,42.5 + pos: 23.5,-10.5 parent: 2 - - uid: 30044 + - uid: 1599 components: - type: Transform - pos: 84.5,43.5 + rot: -1.5707963267948966 rad + pos: -8.5,10.5 parent: 2 - - uid: 30045 + - uid: 1600 components: - type: Transform - pos: 84.5,42.5 + rot: -1.5707963267948966 rad + pos: -8.5,11.5 parent: 2 - - uid: 30048 + - uid: 1601 components: - type: Transform - pos: 85.5,43.5 + rot: -1.5707963267948966 rad + pos: -8.5,9.5 parent: 2 - - uid: 30052 + - uid: 1602 components: - type: Transform - pos: 84.5,38.5 + rot: -1.5707963267948966 rad + pos: -7.5,9.5 parent: 2 - - uid: 30054 + - uid: 1603 components: - type: Transform - pos: 85.5,37.5 + rot: -1.5707963267948966 rad + pos: -5.5,9.5 parent: 2 - - uid: 30055 + - uid: 1604 components: - type: Transform - pos: 85.5,36.5 + rot: 3.141592653589793 rad + pos: -3.5,16.5 parent: 2 - - uid: 30056 + - uid: 1605 components: - type: Transform - pos: 86.5,36.5 + rot: -1.5707963267948966 rad + pos: -4.5,9.5 parent: 2 - - uid: 30057 + - uid: 1682 components: - type: Transform - pos: 88.5,36.5 + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 parent: 2 - - uid: 30058 + - uid: 1696 components: - type: Transform - pos: 89.5,36.5 + rot: -1.5707963267948966 rad + pos: -0.5,7.5 parent: 2 - - uid: 30059 + - uid: 1706 components: - type: Transform - pos: 84.5,37.5 + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 parent: 2 - - uid: 30060 + - uid: 1798 components: - type: Transform - pos: 90.5,37.5 + rot: -1.5707963267948966 rad + pos: -22.5,9.5 parent: 2 - - uid: 30061 + - uid: 1799 components: - type: Transform - pos: 90.5,38.5 + rot: -1.5707963267948966 rad + pos: -25.5,9.5 parent: 2 - - uid: 30345 + - uid: 1808 components: - type: Transform - pos: 46.5,30.5 + rot: -1.5707963267948966 rad + pos: -16.5,9.5 parent: 2 - - uid: 30450 + - uid: 1809 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-13.5 + rot: -1.5707963267948966 rad + pos: -25.5,16.5 parent: 2 - - uid: 30451 + - uid: 1810 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-13.5 + rot: -1.5707963267948966 rad + pos: -19.5,16.5 parent: 2 - - uid: 30501 + - uid: 1891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,66.5 + pos: 7.5,26.5 parent: 2 - - uid: 30531 + - uid: 1934 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,18.5 + rot: -1.5707963267948966 rad + pos: 4.5,30.5 parent: 2 - - uid: 30532 + - uid: 1935 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,18.5 + rot: -1.5707963267948966 rad + pos: 4.5,29.5 parent: 2 - - uid: 30600 + - uid: 1936 components: - type: Transform - pos: -45.5,-2.5 + rot: -1.5707963267948966 rad + pos: 4.5,28.5 parent: 2 - - uid: 30601 + - uid: 1937 components: - type: Transform - pos: -45.5,-3.5 + rot: -1.5707963267948966 rad + pos: 4.5,27.5 parent: 2 - - uid: 30604 + - uid: 1938 components: - type: Transform - pos: -45.5,0.5 + rot: 1.5707963267948966 rad + pos: 5.5,27.5 parent: 2 - - uid: 30605 + - uid: 1950 components: - type: Transform - pos: -45.5,1.5 + pos: 14.5,30.5 parent: 2 - - uid: 30919 + - uid: 1982 components: - type: Transform - pos: 46.5,29.5 + pos: 7.5,30.5 parent: 2 - - uid: 30920 + - uid: 2275 components: - type: Transform - pos: 46.5,30.5 + rot: -1.5707963267948966 rad + pos: -1.5,-31.5 parent: 2 - - uid: 32583 + - uid: 2617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,64.5 + rot: 3.141592653589793 rad + pos: 9.5,54.5 parent: 2 - - uid: 32584 + - uid: 2623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,63.5 + rot: 3.141592653589793 rad + pos: 11.5,43.5 parent: 2 - - uid: 32592 + - uid: 2645 components: - type: Transform - pos: 72.5,41.5 + pos: 12.5,41.5 parent: 2 - - uid: 33674 + - uid: 2673 components: - type: Transform - pos: -36.5,67.5 + rot: 3.141592653589793 rad + pos: 7.5,54.5 parent: 2 - - uid: 33684 + - uid: 2692 components: - type: Transform - pos: -44.5,67.5 + pos: 13.5,41.5 parent: 2 -- proto: TargetClown - entities: - - uid: 9486 + - uid: 2698 components: - type: Transform - pos: -74.5,-6.5 + pos: 6.5,47.5 parent: 2 - - uid: 10339 + - uid: 2701 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,51.5 + pos: -18.5,55.5 parent: 2 -- proto: TargetSyndicate - entities: - - uid: 9685 + - uid: 2737 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,51.5 + pos: 8.5,54.5 parent: 2 - - uid: 10340 + - uid: 2739 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,51.5 - parent: 2 -- proto: TelecomServer - entities: - - uid: 18387 - components: - - type: Transform - pos: 6.5,58.5 + pos: 6.5,54.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 18389 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19758 + - uid: 2757 components: - type: Transform - pos: 7.5,62.5 + rot: 3.141592653589793 rad + pos: 67.5,8.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19801 - - 19802 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19811 + - uid: 2771 components: - type: Transform - pos: 8.5,62.5 + rot: 1.5707963267948966 rad + pos: 6.5,55.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19816 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19817 + - uid: 2850 components: - type: Transform - pos: 9.5,62.5 + pos: 21.5,59.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19820 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19849 + - uid: 2873 components: - type: Transform - pos: 7.5,58.5 + rot: 3.141592653589793 rad + pos: 13.5,47.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19850 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19880 + - uid: 2930 components: - type: Transform - pos: 8.5,58.5 + rot: -1.5707963267948966 rad + pos: -15.5,-22.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19881 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 20193 + - uid: 2952 components: - type: Transform - pos: 6.5,62.5 + rot: -1.5707963267948966 rad + pos: -14.5,-22.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 20200 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 22280 + - uid: 2953 components: - type: Transform - pos: 9.5,58.5 + rot: -1.5707963267948966 rad + pos: -13.5,-22.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 22281 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: TelecomServerCircuitboard - entities: - - uid: 35825 + - uid: 2954 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.576794,27.769905 + rot: -1.5707963267948966 rad + pos: -9.5,-22.5 parent: 2 -- proto: TimerTrigger - entities: - - uid: 36049 + - uid: 2955 components: - type: Transform - pos: 29.7011,15.473513 + rot: -1.5707963267948966 rad + pos: -8.5,-22.5 parent: 2 -- proto: TintedWindow - entities: - - uid: 11446 + - uid: 3051 components: - type: Transform - pos: -21.5,35.5 + rot: -1.5707963267948966 rad + pos: -62.5,-3.5 parent: 2 - - uid: 11447 + - uid: 3077 components: - type: Transform - pos: -17.5,35.5 + pos: -28.5,-21.5 parent: 2 - - uid: 15324 + - uid: 3078 components: - type: Transform - pos: -16.5,35.5 + pos: -28.5,-20.5 parent: 2 - - uid: 16610 + - uid: 3079 components: - type: Transform - pos: -41.5,18.5 + pos: -28.5,-19.5 parent: 2 - - uid: 16611 + - uid: 3409 components: - type: Transform - pos: -42.5,18.5 + pos: -7.5,7.5 parent: 2 - - uid: 23388 + - uid: 3723 components: - type: Transform - pos: -18.5,35.5 + rot: 3.141592653589793 rad + pos: 10.5,54.5 parent: 2 - - uid: 23542 + - uid: 4065 components: - type: Transform - pos: -22.5,35.5 + pos: 52.5,27.5 parent: 2 - - uid: 23623 + - uid: 4070 components: - type: Transform - pos: -20.5,35.5 + pos: 46.5,26.5 parent: 2 -- proto: ToiletDirtyWater - entities: - - uid: 19706 + - uid: 4071 components: - type: Transform - pos: -31.5,67.5 + pos: 46.5,25.5 parent: 2 - - uid: 31047 + - uid: 4072 components: - type: Transform - pos: -29.5,67.5 + pos: 46.5,24.5 parent: 2 - - uid: 33651 + - uid: 4073 components: - type: Transform - pos: -33.5,67.5 + pos: 47.5,24.5 parent: 2 -- proto: ToiletEmpty - entities: - - uid: 1781 + - uid: 4079 components: - type: Transform - pos: -13.5,10.5 + pos: 52.5,12.5 parent: 2 - - uid: 3316 + - uid: 4099 components: - type: Transform - pos: 11.5,-20.5 + pos: 52.5,13.5 parent: 2 - - uid: 3319 + - uid: 4100 components: - type: Transform - pos: 9.5,-20.5 + pos: 52.5,14.5 parent: 2 - - uid: 5144 + - uid: 4129 components: - type: Transform - pos: 74.5,-10.5 + pos: 52.5,21.5 parent: 2 - - uid: 7494 + - uid: 4131 components: - type: Transform - pos: -51.5,-5.5 + pos: 52.5,22.5 parent: 2 - - uid: 7495 + - uid: 4132 components: - type: Transform - pos: -49.5,-5.5 + pos: 52.5,20.5 parent: 2 - - uid: 12003 + - uid: 4337 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,-10.5 + pos: 55.5,24.5 parent: 2 -- proto: ToolboxElectricalFilled - entities: - - uid: 7924 + - uid: 4338 components: - type: Transform - pos: -62.36076,-33.119625 + rot: 1.5707963267948966 rad + pos: 56.5,24.5 parent: 2 -- proto: ToolboxEmergencyFilled - entities: - - uid: 1642 + - uid: 4339 components: - type: Transform - pos: 33.611736,5.3079934 + rot: 1.5707963267948966 rad + pos: 57.5,24.5 parent: 2 - - uid: 6079 + - uid: 4340 components: - type: Transform - pos: -2.6094682,-31.392216 + rot: 1.5707963267948966 rad + pos: 58.5,24.5 parent: 2 - - uid: 6080 + - uid: 4341 components: - type: Transform - pos: -2.3047807,-31.286747 + rot: 1.5707963267948966 rad + pos: 59.5,24.5 parent: 2 - - uid: 6834 + - uid: 4343 components: - type: Transform - pos: -6.489947,-41.08235 + rot: 1.5707963267948966 rad + pos: 61.5,24.5 parent: 2 - - uid: 8428 + - uid: 4344 components: - type: Transform - pos: -69.36533,17.712109 + rot: 1.5707963267948966 rad + pos: 62.5,24.5 parent: 2 - - uid: 9604 + - uid: 4345 components: - type: Transform - pos: -54.225883,35.856785 + rot: 1.5707963267948966 rad + pos: 63.5,24.5 parent: 2 - - uid: 14220 + - uid: 4346 components: - type: Transform - pos: 15.911845,59.645287 + rot: 1.5707963267948966 rad + pos: 64.5,24.5 parent: 2 -- proto: ToolboxGoldFilled - entities: - - uid: 14057 + - uid: 4356 components: - type: Transform - pos: 26.558758,38.086094 + rot: 1.5707963267948966 rad + pos: 63.5,10.5 parent: 2 -- proto: ToolboxMechanicalFilled - entities: - - uid: 1643 + - uid: 4357 components: - type: Transform - pos: 33.37736,5.7923684 + rot: 1.5707963267948966 rad + pos: 62.5,10.5 parent: 2 - - uid: 2619 + - uid: 4358 components: - type: Transform - pos: 27.706356,30.867682 + rot: 1.5707963267948966 rad + pos: 61.5,10.5 parent: 2 - - uid: 5560 + - uid: 4360 components: - type: Transform - pos: 34.47871,47.766407 + rot: 1.5707963267948966 rad + pos: 59.5,10.5 parent: 2 - - uid: 6837 + - uid: 4361 components: - type: Transform - pos: -6.505572,-40.76985 + rot: 1.5707963267948966 rad + pos: 58.5,10.5 parent: 2 - - uid: 14219 + - uid: 4362 components: - type: Transform - pos: 15.55247,59.84841 + rot: 1.5707963267948966 rad + pos: 57.5,10.5 parent: 2 - - uid: 18240 + - uid: 4363 components: - type: Transform - pos: 5.4501476,64.33037 + rot: 1.5707963267948966 rad + pos: 56.5,10.5 parent: 2 - - uid: 23007 + - uid: 4364 components: - type: Transform - pos: -61.56698,36.72723 + rot: 1.5707963267948966 rad + pos: 55.5,10.5 parent: 2 -- proto: TorsoSkeleton - entities: - - uid: 30078 + - uid: 4446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 91.64885,41.45121 + rot: -1.5707963267948966 rad + pos: -5.5,58.5 parent: 2 - - uid: 33560 + - uid: 4491 components: - type: Transform - pos: 91.76619,26.831522 + pos: 52.5,28.5 parent: 2 -- proto: ToyAmongPequeno - entities: - - uid: 800 + - uid: 4690 components: - type: Transform - pos: -68.58749,5.57004 + pos: 89.5,37.5 parent: 2 -- proto: ToyFigurineBartender - entities: - - uid: 6094 + - uid: 5237 components: - type: Transform - pos: 19.729856,-29.037708 - parent: 2 -- proto: ToyFigurineBotanist - entities: - - uid: 30609 + rot: 1.5707963267948966 rad + pos: -6.5,59.5 + parent: 2 + - uid: 5422 components: - type: Transform - pos: -48.471058,3.5849948 + pos: 49.5,34.5 parent: 2 -- proto: ToyFigurineCaptain - entities: - - uid: 23282 + - uid: 5423 components: - type: Transform - pos: 8.326612,54.804092 + pos: 49.5,33.5 parent: 2 -- proto: ToyFigurineCargoTech - entities: - - uid: 23336 + - uid: 5590 components: - type: Transform - pos: -14.393899,-22.362642 + rot: 1.5707963267948966 rad + pos: 53.5,30.5 parent: 2 -- proto: ToyFigurineChaplain - entities: - - uid: 6090 + - uid: 5650 components: - type: Transform - pos: 70.49365,18.005745 + pos: -2.5,-34.5 parent: 2 -- proto: ToyFigurineChef - entities: - - uid: 1687 + - uid: 5671 components: - type: Transform - pos: -70.45175,5.6772866 + pos: -4.5,-34.5 parent: 2 -- proto: ToyFigurineChemist - entities: - - uid: 22854 + - uid: 5672 components: - type: Transform - pos: 17.74036,-6.3158827 + pos: -1.5,-33.5 parent: 2 -- proto: ToyFigurineChiefEngineer - entities: - - uid: 22683 + - uid: 5673 components: - type: Transform - pos: -50.38053,13.484335 + pos: -1.5,-32.5 parent: 2 -- proto: ToyFigurineChiefMedicalOfficer - entities: - - uid: 22781 + - uid: 5685 components: - type: Transform - pos: -3.4304256,-6.9409437 + rot: -1.5707963267948966 rad + pos: 4.5,-31.5 parent: 2 -- proto: ToyFigurineClown - entities: - - uid: 19437 + - uid: 6501 components: - type: Transform - pos: -81.52342,4.209467 + rot: 1.5707963267948966 rad + pos: -16.5,-30.5 parent: 2 -- proto: ToyFigurineDetective - entities: - - uid: 16586 + - uid: 6502 components: - type: Transform - pos: -32.38582,35.933018 + rot: 1.5707963267948966 rad + pos: -16.5,-29.5 parent: 2 - - uid: 30498 + - uid: 6503 components: - type: Transform - pos: 3.6877756,48.865395 + rot: 1.5707963267948966 rad + pos: -16.5,-28.5 parent: 2 -- proto: ToyFigurineEngineer - entities: - - uid: 22698 + - uid: 6504 components: - type: Transform - pos: -56.449577,30.854671 + pos: -11.5,-11.5 parent: 2 -- proto: ToyFigurineGreytider - entities: - - uid: 6095 + - uid: 6521 components: - type: Transform - pos: 17.491575,-35.529896 + rot: 1.5707963267948966 rad + pos: -9.5,-28.5 parent: 2 -- proto: ToyFigurineHamlet - entities: - - uid: 19455 + - uid: 6522 components: - type: Transform - pos: -69.56113,5.763224 + rot: 1.5707963267948966 rad + pos: -9.5,-29.5 parent: 2 -- proto: ToyFigurineHeadOfPersonnel - entities: - - uid: 6097 + - uid: 6529 components: - type: Transform - pos: 5.1333017,27.880987 + pos: -6.5,-25.5 parent: 2 -- proto: ToyFigurineHeadOfSecurity - entities: - - uid: 22650 + - uid: 6531 components: - type: Transform - pos: -6.1290665,25.891968 + pos: -9.5,-25.5 parent: 2 -- proto: ToyFigurineHoloClown - entities: - - uid: 3916 + - uid: 6532 components: - type: Transform - pos: -81.53905,3.756342 + pos: -8.5,-25.5 parent: 2 -- proto: ToyFigurineJanitor - entities: - - uid: 6096 + - uid: 6533 components: - type: Transform - pos: 36.351513,-1.9763975 + pos: -7.5,-25.5 parent: 2 -- proto: ToyFigurineLawyer - entities: - - uid: 15690 + - uid: 6536 components: - type: Transform - pos: -5.4854984,58.729137 + pos: -16.5,-27.5 parent: 2 -- proto: ToyFigurineLibrarian - entities: - - uid: 6089 + - uid: 6557 components: - type: Transform - pos: 52.753094,28.395306 + pos: -29.5,-19.5 parent: 2 -- proto: ToyFigurineMedicalDoctor - entities: - - uid: 6091 + - uid: 6559 components: - type: Transform - pos: -7.3162193,4.7101116 + pos: -28.5,-23.5 parent: 2 - - uid: 6092 + - uid: 6560 components: - type: Transform - pos: -7.2107506,0.6905802 + pos: -27.5,-23.5 parent: 2 -- proto: ToyFigurineMime - entities: - - uid: 3900 + - uid: 6561 components: - type: Transform - pos: -81.53905,4.537592 + pos: -26.5,-23.5 parent: 2 -- proto: ToyFigurineMusician - entities: - - uid: 6093 + - uid: 6641 components: - type: Transform - pos: 25.554075,-33.397083 + pos: -13.5,-32.5 parent: 2 -- proto: ToyFigurineNukieCommander - entities: - - uid: 22872 + - uid: 6846 components: - type: Transform - pos: 75.405815,24.807058 + pos: -30.5,-23.5 parent: 2 -- proto: ToyFigurineParamedic - entities: - - uid: 6099 + - uid: 6847 components: - type: Transform - pos: -25.681107,9.8721485 + pos: -30.5,-24.5 parent: 2 - - uid: 30538 + - uid: 6952 components: - type: Transform - pos: -6.4148717,21.612947 + rot: 1.5707963267948966 rad + pos: -3.5,-31.5 parent: 2 -- proto: ToyFigurinePassenger - entities: - - uid: 6160 + - uid: 7370 components: - type: Transform - pos: -3.174158,-40.509228 + rot: 1.5707963267948966 rad + pos: -27.5,-9.5 parent: 2 -- proto: ToyFigurineQueen - entities: - - uid: 6110 + - uid: 7373 components: - type: Transform - pos: 82.68927,62.512676 + rot: 1.5707963267948966 rad + pos: -29.5,-9.5 parent: 2 - - uid: 32549 + - uid: 7375 components: - type: Transform - pos: 56.38974,42.589355 + rot: 1.5707963267948966 rad + pos: -28.5,-9.5 parent: 2 -- proto: ToyFigurineRatKing - entities: - - uid: 6101 + - uid: 7414 components: - type: Transform - pos: 11.290376,-36.310852 + rot: -1.5707963267948966 rad + pos: -61.5,-1.5 parent: 2 -- proto: ToyFigurineRatServant - entities: - - uid: 6102 + - uid: 7935 components: - type: Transform - pos: 11.413118,-34.4777 + pos: -14.5,-25.5 parent: 2 - - uid: 6103 + - uid: 7968 components: - type: Transform - pos: 11.66658,-35.402443 + pos: -24.5,40.5 parent: 2 - - uid: 6104 + - uid: 8340 components: - type: Transform - pos: 11.115799,-35.015724 + rot: -1.5707963267948966 rad + pos: 67.5,20.5 parent: 2 - - uid: 6105 + - uid: 8343 components: - type: Transform - pos: 5.1275177,-29.121193 + rot: -1.5707963267948966 rad + pos: 66.5,20.5 parent: 2 -- proto: ToyFigurineResearchDirector - entities: - - uid: 6098 + - uid: 8353 components: - type: Transform - pos: 46.441227,24.73673 + rot: -1.5707963267948966 rad + pos: -72.5,5.5 parent: 2 -- proto: ToyFigurineSalvage - entities: - - uid: 2055 + - uid: 8462 components: - type: Transform - pos: -11.689415,-42.400375 + pos: -12.5,59.5 parent: 2 -- proto: ToyFigurineScientist - entities: - - uid: 30251 + - uid: 8470 components: - type: Transform - pos: 29.627342,25.600868 + pos: -14.5,59.5 parent: 2 -- proto: ToyFigurineSecurity - entities: - - uid: 22663 + - uid: 8471 components: - type: Transform - pos: -19.721304,27.664555 + pos: -13.5,59.5 parent: 2 -- proto: ToyFigurineSpaceDragon - entities: - - uid: 32548 + - uid: 9219 components: - type: Transform - pos: 84.478745,27.35934 + pos: -3.5,-34.5 parent: 2 -- proto: ToyFigurineWarden - entities: - - uid: 30516 + - uid: 9336 components: - type: Transform - pos: 0.62656116,68.4843 + pos: -73.5,16.5 parent: 2 -- proto: ToyFigurineWizard - entities: - - uid: 6138 + - uid: 9337 components: - type: Transform - pos: 47.665176,-30.498041 + pos: -73.5,15.5 parent: 2 -- proto: ToyFireRipley - entities: - - uid: 30323 + - uid: 9658 components: - type: Transform - pos: 45.55436,-12.637641 + rot: 1.5707963267948966 rad + pos: -13.5,34.5 parent: 2 -- proto: ToyGygax - entities: - - uid: 30536 + - uid: 10346 components: - type: Transform - pos: -4.393678,18.646486 + rot: 3.141592653589793 rad + pos: -32.5,45.5 parent: 2 -- proto: ToyHammer - entities: - - uid: 30559 + - uid: 11105 components: - type: Transform - pos: -18.623516,22.47239 + pos: 89.5,43.5 parent: 2 -- proto: ToyHonk - entities: - - uid: 13046 + - uid: 11532 components: - type: Transform - pos: -74.48499,-5.026798 + pos: 13.5,-5.5 parent: 2 -- proto: ToyIan - entities: - - uid: 1985 + - uid: 13079 components: - type: Transform - pos: 14.269932,30.761412 + rot: -1.5707963267948966 rad + pos: 6.5,-34.5 parent: 2 - - uid: 31175 + - uid: 13080 components: - type: Transform - pos: -69.00962,3.366741 + rot: -1.5707963267948966 rad + pos: 5.5,-34.5 parent: 2 -- proto: ToyNuke - entities: - - uid: 14123 + - uid: 13081 components: - type: Transform - pos: 26.531267,38.728565 + rot: -1.5707963267948966 rad + pos: 4.5,-34.5 parent: 2 -- proto: ToyRenault - entities: - - uid: 15268 + - uid: 13942 components: - type: Transform - pos: 29.37053,51.78041 + pos: 29.5,51.5 parent: 2 -- proto: ToyRubberDuck - entities: - - uid: 30537 + - uid: 13943 components: - type: Transform - pos: -6.047684,21.519197 + rot: 1.5707963267948966 rad + pos: 11.5,54.5 parent: 2 - - uid: 33614 + - uid: 13944 components: - type: Transform - pos: 67.86161,52.50582 + pos: 20.5,59.5 parent: 2 -- proto: ToySeraph - entities: - - uid: 30539 + - uid: 14011 components: - type: Transform - pos: 27.45737,21.675447 + rot: 3.141592653589793 rad + pos: 12.5,48.5 parent: 2 -- proto: ToySiobhan - entities: - - uid: 30252 + - uid: 14012 components: - type: Transform - pos: 46.229168,30.791666 + rot: 3.141592653589793 rad + pos: 11.5,48.5 parent: 2 -- proto: ToySkeleton - entities: - - uid: 6106 + - uid: 14013 components: - type: Transform - pos: 61.739246,56.94301 + rot: 3.141592653589793 rad + pos: 12.5,47.5 parent: 2 - - uid: 30074 + - uid: 14014 components: - type: Transform - pos: 90.5551,42.873085 + rot: 3.141592653589793 rad + pos: 11.5,47.5 parent: 2 -- proto: ToySpawner - entities: - - uid: 15672 + - uid: 14017 components: - type: Transform - pos: -68.5,17.5 + rot: 3.141592653589793 rad + pos: 13.5,48.5 parent: 2 - - uid: 15825 + - uid: 14051 components: - type: Transform - pos: -67.5,17.5 + pos: 16.5,59.5 parent: 2 -- proto: TrainingBomb - entities: - - uid: 4759 + - uid: 14052 components: - type: Transform - pos: 14.5,66.5 + pos: 15.5,59.5 parent: 2 - - uid: 4887 + - uid: 14058 components: - type: Transform - pos: 9.5,66.5 + pos: 13.5,56.5 parent: 2 - - uid: 15168 + - uid: 14059 components: - type: Transform - pos: 14.5,64.5 + pos: 13.5,55.5 parent: 2 - - uid: 15260 + - uid: 14060 components: - type: Transform - pos: 13.5,64.5 + pos: 13.5,54.5 parent: 2 - - uid: 18102 + - uid: 14171 components: - type: Transform - pos: 13.5,66.5 + pos: 5.5,47.5 parent: 2 - - uid: 18105 + - uid: 14287 components: - type: Transform - pos: 13.5,64.5 + rot: 3.141592653589793 rad + pos: 12.5,43.5 parent: 2 -- proto: TrashBag - entities: - - uid: 16665 + - uid: 15113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.169395,10.014108 + pos: 29.5,52.5 parent: 2 - - uid: 16666 + - uid: 15115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.919395,9.842233 + rot: 1.5707963267948966 rad + pos: 27.5,52.5 parent: 2 - - uid: 34127 + - uid: 15118 components: - type: Transform - pos: -23.635471,58.824127 + pos: 28.5,52.5 parent: 2 -- proto: TrashBananaPeel - entities: - - uid: 943 + - uid: 15120 components: - type: Transform - pos: -77.60196,-0.46468782 + rot: -1.5707963267948966 rad + pos: 26.5,48.5 parent: 2 - - uid: 3320 + - uid: 15202 components: - type: Transform - pos: -81.305084,-0.49593782 + rot: 3.141592653589793 rad + pos: -22.5,53.5 parent: 2 - - uid: 7025 + - uid: 15213 components: - type: Transform - pos: -29.823004,-35.23479 + pos: -23.5,59.5 parent: 2 - - uid: 7027 + - uid: 15224 components: - type: Transform - pos: -31.35816,-35.082447 + pos: 14.5,71.5 parent: 2 - - uid: 9312 + - uid: 15229 components: - type: Transform - pos: -77.19571,1.8478122 + rot: 3.141592653589793 rad + pos: -18.5,56.5 parent: 2 - - uid: 9314 + - uid: 15231 components: - type: Transform - pos: -77.211334,1.6603122 + rot: 3.141592653589793 rad + pos: -18.5,57.5 parent: 2 - - uid: 30082 + - uid: 15298 components: - type: Transform - pos: 85.40305,42.278282 + rot: -1.5707963267948966 rad + pos: -21.5,27.5 parent: 2 -- proto: TrashBananiumPeel - entities: - - uid: 16636 + - uid: 15299 components: - type: Transform - pos: -40.106895,11.998483 + rot: -1.5707963267948966 rad + pos: -20.5,27.5 parent: 2 - - uid: 16661 + - uid: 15300 components: - type: Transform - pos: -40.263145,11.889108 + rot: -1.5707963267948966 rad + pos: -19.5,27.5 parent: 2 - - uid: 16662 + - uid: 15403 components: - type: Transform - pos: -36.356895,12.576608 + rot: -1.5707963267948966 rad + pos: -22.5,28.5 parent: 2 -- proto: trayScanner - entities: - - uid: 4682 + - uid: 15405 components: - type: Transform - pos: -66.555725,32.8392 + pos: -12.5,32.5 parent: 2 -- proto: TwoWayLever - entities: - - uid: 6742 + - uid: 15496 components: - type: Transform - pos: -51.5,-47.5 + pos: -13.5,32.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6818: - - Left: Forward - - Right: Reverse - - Middle: Off - 20561: - - Left: Forward - - Right: Reverse - - Middle: Off - 26800: - - Left: Open - - Right: Open - - Middle: Close - - uid: 8936 + - uid: 15509 components: - type: Transform - pos: -49.5,-49.5 + rot: -1.5707963267948966 rad + pos: -5.5,59.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6832: - - Left: Forward - - Right: Reverse - - Middle: Off - 6692: - - Left: Forward - - Right: Reverse - - Middle: Off - 16671: - - Left: Open - - Right: Open - - Middle: Close - 16629: - - Left: Open - - Right: Open - - Middle: Close - 26695: - - Left: Open - - Right: Open - - Middle: Close - - uid: 9074 + - uid: 15559 components: - type: Transform - pos: -31.5,-44.5 + rot: 1.5707963267948966 rad + pos: -13.5,33.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6632: - - Left: Forward - - Right: Reverse - - Middle: Off - 6798: - - Left: Forward - - Right: Reverse - - Middle: Off - 16703: - - Left: Open - - Right: Open - - Middle: Close - 712: - - Left: Open - - Right: Open - - Middle: Close - - uid: 23365 + - uid: 15562 components: - type: Transform - pos: -37.5,9.5 + pos: -12.5,33.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22732: - - Left: Forward - - Right: Reverse - - Middle: Off - 16555: - - Left: Forward - - Right: Reverse - - Middle: Off - 16638: - - Left: Forward - - Right: Reverse - - Middle: Off - 16645: - - Left: Forward - - Right: Reverse - - Middle: Off - 16654: - - Left: Forward - - Right: Reverse - - Middle: Off - 23519: - - Left: Forward - - Right: Reverse - - Middle: Off - 36390: - - Right: Reverse - - Left: Forward - - Middle: Off - - uid: 23793 + - uid: 15589 components: - type: Transform - pos: -19.5,-20.5 + rot: -1.5707963267948966 rad + pos: -10.5,28.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6717: - - Left: Forward - - Right: Reverse - - Middle: Off - 6713: - - Left: Forward - - Right: Reverse - - Middle: Off - 6708: - - Left: Forward - - Right: Reverse - - Middle: Off - 6623: - - Left: Forward - - Right: Reverse - - Middle: Off - 6624: - - Left: Forward - - Right: Reverse - - Middle: Off -- proto: UniformPrinter - entities: - - uid: 1965 + - uid: 15590 components: - type: Transform - pos: 6.5,30.5 + rot: -1.5707963267948966 rad + pos: -9.5,28.5 parent: 2 -- proto: UniformPrinterMachineCircuitboard - entities: - - uid: 29701 + - uid: 15591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.920544,27.777718 + rot: -1.5707963267948966 rad + pos: -11.5,28.5 parent: 2 -- proto: UniformScrubsColorBlue - entities: - - uid: 5975 + - uid: 15592 components: - type: Transform - pos: -41.622158,60.58868 + rot: -1.5707963267948966 rad + pos: -12.5,28.5 parent: 2 - - uid: 20647 + - uid: 15595 components: - type: Transform - pos: -41.731533,60.698055 + rot: -1.5707963267948966 rad + pos: -9.5,30.5 parent: 2 -- proto: UniformShortsRed - entities: - - uid: 3472 + - uid: 15612 components: - type: Transform - pos: 44.488102,-23.494463 + pos: -12.5,34.5 parent: 2 - - uid: 3473 + - uid: 15681 components: - type: Transform - pos: 44.288883,-23.728838 + rot: -1.5707963267948966 rad + pos: -25.5,40.5 parent: 2 -- proto: UniformShortsRedWithTop - entities: - - uid: 3475 + - uid: 15695 components: - type: Transform - pos: 44.69904,-23.599932 + rot: -1.5707963267948966 rad + pos: -24.5,41.5 parent: 2 -- proto: UprightPianoInstrument - entities: - - uid: 5898 + - uid: 15696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-33.5 + rot: -1.5707963267948966 rad + pos: -24.5,42.5 parent: 2 -- proto: Vaccinator - entities: - - uid: 1259 + - uid: 15733 components: - type: Transform - pos: 5.5,-5.5 + rot: -1.5707963267948966 rad + pos: -6.5,25.5 parent: 2 -- proto: VaccinatorMachineCircuitboard - entities: - - uid: 31783 + - uid: 15734 components: - type: Transform - pos: -47.892563,27.494806 + rot: -1.5707963267948966 rad + pos: -5.5,25.5 parent: 2 -- proto: VariantCubeBox - entities: - - uid: 5526 + - uid: 15739 components: - type: Transform - pos: 41.78215,51.595562 + rot: 3.141592653589793 rad + pos: -4.5,25.5 parent: 2 - - uid: 5527 + - uid: 15743 components: - type: Transform - pos: 27.22865,30.707218 + pos: -4.5,26.5 parent: 2 - - uid: 18546 + - uid: 15754 components: - type: Transform - pos: -61.616512,-7.3219314 + pos: -8.5,32.5 parent: 2 - - uid: 18547 + - uid: 15778 components: - type: Transform - pos: -61.366512,-7.493807 + pos: -8.5,33.5 parent: 2 -- proto: VehicleJanicartDestroyed - entities: - - uid: 5191 + - uid: 15802 components: - type: Transform - pos: 71.5,-15.5 + pos: -10.5,54.5 parent: 2 - - uid: 7040 + - uid: 15805 components: - type: Transform - pos: -26.5,-33.5 + rot: -1.5707963267948966 rad + pos: -13.5,53.5 parent: 2 - - uid: 7041 + - uid: 15816 components: - type: Transform - pos: -33.5,-37.5 + pos: -10.5,55.5 parent: 2 -- proto: VehicleKeyJanicart - entities: - - uid: 23760 + - uid: 15874 components: - type: Transform - pos: -41.80608,20.429436 + rot: -1.5707963267948966 rad + pos: -9.5,56.5 parent: 2 - - uid: 29061 + - uid: 15894 components: - type: Transform - pos: -41.450512,24.241388 + rot: -1.5707963267948966 rad + pos: -14.5,53.5 parent: 2 -- proto: VehicleKeySecway - entities: - - uid: 17703 + - uid: 15896 components: - type: Transform - pos: -12.372588,33.648335 + pos: -10.5,49.5 parent: 2 - - uid: 17704 + - uid: 15897 components: - type: Transform - pos: -12.380401,33.57021 + pos: -10.5,48.5 parent: 2 - - uid: 17705 + - uid: 15902 components: - type: Transform - pos: -12.368645,33.42247 + pos: -8.5,47.5 parent: 2 -- proto: VendingBarDrobe - entities: - - uid: 4408 + - uid: 15906 components: - type: Transform - pos: 19.5,-23.5 + pos: -8.5,56.5 parent: 2 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 9079 + - uid: 15907 components: - type: Transform - pos: -44.5,35.5 + rot: -1.5707963267948966 rad + pos: -13.5,52.5 parent: 2 -- proto: VendingMachineBooze - entities: - - uid: 4645 + - uid: 15908 components: - type: Transform - pos: 11.5,56.5 + rot: 1.5707963267948966 rad + pos: -13.5,51.5 parent: 2 - - uid: 5746 + - uid: 15909 components: - type: Transform - pos: 17.5,-27.5 + rot: -1.5707963267948966 rad + pos: -13.5,50.5 parent: 2 - - uid: 6989 + - uid: 15911 components: - type: Transform - pos: -33.5,-30.5 + rot: 1.5707963267948966 rad + pos: -13.5,56.5 parent: 2 - - uid: 30790 + - uid: 15913 components: - type: Transform - pos: -44.5,64.5 + rot: 1.5707963267948966 rad + pos: -13.5,55.5 parent: 2 -- proto: VendingMachineBoxingDrobe - entities: - - uid: 3519 + - uid: 15914 components: - type: Transform - pos: 39.5,-21.5 + rot: 1.5707963267948966 rad + pos: -14.5,56.5 parent: 2 -- proto: VendingMachineCargoDrobe - entities: - - uid: 22697 + - uid: 15923 components: - type: Transform - pos: -10.5,-32.5 + pos: -2.5,48.5 parent: 2 -- proto: VendingMachineCart - entities: - - uid: 1946 + - uid: 15962 components: - type: Transform - pos: 5.5,30.5 + rot: -1.5707963267948966 rad + pos: -10.5,56.5 parent: 2 -- proto: VendingMachineChang - entities: - - uid: 30029 + - uid: 15963 components: - type: Transform - pos: 88.5,19.5 + rot: -1.5707963267948966 rad + pos: -10.5,47.5 parent: 2 - - uid: 30496 + - uid: 15964 components: - type: Transform - pos: 3.5,56.5 + rot: -1.5707963267948966 rad + pos: -9.5,47.5 parent: 2 -- proto: VendingMachineChapel - entities: - - uid: 22588 + - uid: 15965 components: - type: Transform - pos: 65.5,30.5 + rot: -1.5707963267948966 rad + pos: -10.5,53.5 parent: 2 -- proto: VendingMachineChefDrobe - entities: - - uid: 2367 + - uid: 15966 components: - type: Transform - pos: -53.5,-5.5 + rot: -1.5707963267948966 rad + pos: -10.5,50.5 parent: 2 -- proto: VendingMachineChefvend - entities: - - uid: 15940 + - uid: 16391 components: - type: Transform - pos: -55.5,-19.5 + pos: -19.5,61.5 parent: 2 - - uid: 15946 + - uid: 16496 components: - type: Transform - pos: -50.5,-26.5 + rot: 3.141592653589793 rad + pos: -31.5,45.5 parent: 2 - - uid: 28613 + - uid: 16546 components: - type: Transform - pos: -55.5,-14.5 + rot: 3.141592653589793 rad + pos: -33.5,45.5 parent: 2 -- proto: VendingMachineChemDrobe - entities: - - uid: 872 + - uid: 16581 components: - type: Transform - pos: -14.5,16.5 + pos: -32.5,35.5 parent: 2 -- proto: VendingMachineChemicals - entities: - - uid: 1046 + - uid: 16583 components: - type: Transform - pos: 12.5,-2.5 + pos: -32.5,33.5 parent: 2 - - uid: 17884 + - uid: 16584 components: - type: Transform - pos: 17.5,-0.5 + pos: -33.5,33.5 parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 5169 + - uid: 16590 components: - type: Transform - pos: 73.5,-13.5 + pos: -32.5,34.5 parent: 2 - - uid: 19516 + - uid: 18063 components: - type: Transform - pos: 32.5,-18.5 + pos: -23.5,66.5 parent: 2 - - uid: 19822 + - uid: 18065 components: - type: Transform - pos: 17.5,-23.5 + pos: -27.5,66.5 parent: 2 - - uid: 23428 + - uid: 18067 components: - type: Transform - pos: -4.5,16.5 + pos: -19.5,66.5 parent: 2 - - uid: 24794 + - uid: 18068 components: - type: Transform - pos: 0.5,39.5 + pos: -15.5,66.5 parent: 2 - - uid: 26412 + - uid: 18145 components: - type: Transform - pos: -67.5,5.5 + pos: -19.5,62.5 parent: 2 - - uid: 29800 + - uid: 18146 components: - type: Transform - pos: 80.5,56.5 + pos: -20.5,62.5 parent: 2 - - uid: 35942 + - uid: 18147 components: - type: Transform - pos: -38.5,67.5 + pos: -21.5,62.5 parent: 2 -- proto: VendingMachineClothing - entities: - - uid: 3290 + - uid: 18148 components: - type: Transform - pos: -38.5,-27.5 + pos: -22.5,62.5 parent: 2 - - uid: 13069 + - uid: 18188 components: - type: Transform - pos: 6.5,-31.5 + pos: 4.5,71.5 parent: 2 -- proto: VendingMachineCola - entities: - - uid: 29295 + - uid: 18415 components: - type: Transform - pos: -32.5,55.5 + rot: -1.5707963267948966 rad + pos: -62.5,-1.5 parent: 2 -- proto: VendingMachineColaBlack - entities: - - uid: 30497 + - uid: 18428 components: - type: Transform - pos: -0.5,56.5 + rot: -1.5707963267948966 rad + pos: -62.5,-2.5 parent: 2 -- proto: VendingMachineColaRed - entities: - - uid: 6375 + - uid: 18455 components: - type: Transform - pos: 21.5,-9.5 + pos: -59.5,-4.5 parent: 2 -- proto: VendingMachineCondiments - entities: - - uid: 7134 + - uid: 18456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-13.5 + pos: -58.5,-4.5 parent: 2 - - uid: 7136 + - uid: 18501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-18.5 + pos: -52.5,-3.5 parent: 2 -- proto: VendingMachineCourierDrobe - entities: - - uid: 6866 + - uid: 19391 components: - type: Transform - pos: -13.5,-35.5 + pos: -10.5,42.5 parent: 2 -- proto: VendingMachineCuraDrobe - entities: - - uid: 7999 + - uid: 19392 components: - type: Transform - pos: 55.5,30.5 + pos: -9.5,42.5 parent: 2 -- proto: VendingMachineDetDrobe - entities: - - uid: 16850 + - uid: 19414 components: - type: Transform - pos: -35.5,35.5 + rot: 1.5707963267948966 rad + pos: -79.5,3.5 parent: 2 -- proto: VendingMachineDinnerware - entities: - - uid: 6520 + - uid: 19415 components: - type: Transform - pos: -53.5,-19.5 + rot: 1.5707963267948966 rad + pos: -78.5,3.5 parent: 2 -- proto: VendingMachineDiscount - entities: - - uid: 29294 + - uid: 19416 components: - type: Transform - pos: -33.5,55.5 + rot: 1.5707963267948966 rad + pos: -77.5,3.5 parent: 2 -- proto: VendingMachineDonut - entities: - - uid: 3736 + - uid: 19417 components: - type: Transform - pos: -27.5,30.5 + rot: 1.5707963267948966 rad + pos: -81.5,-0.5 parent: 2 - - uid: 28227 + - uid: 19418 components: - type: Transform - pos: -1.5,-12.5 + rot: 1.5707963267948966 rad + pos: -77.5,-0.5 parent: 2 -- proto: VendingMachineDrGibb - entities: - - uid: 27735 + - uid: 19605 components: - type: Transform - pos: 4.5,-18.5 + pos: -40.5,65.5 parent: 2 -- proto: VendingMachineEngiDrobe - entities: - - uid: 3687 + - uid: 19635 components: - type: Transform - pos: -56.5,37.5 + pos: -40.5,67.5 parent: 2 -- proto: VendingMachineEngivend - entities: - - uid: 6823 + - uid: 19636 components: - type: Transform - pos: -52.5,31.5 + pos: -40.5,66.5 parent: 2 - - uid: 26897 + - uid: 19657 components: - type: Transform - pos: -44.5,33.5 + rot: -1.5707963267948966 rad + pos: -42.5,67.5 parent: 2 -- proto: VendingMachineGames - entities: - - uid: 5287 + - uid: 19661 components: - type: Transform - pos: 16.5,-23.5 + pos: -40.5,63.5 parent: 2 -- proto: VendingMachineGeneDrobe - entities: - - uid: 225 + - uid: 19732 components: - type: Transform - pos: -13.5,16.5 + pos: -40.5,64.5 parent: 2 -- proto: VendingMachineHappyHonk - entities: - - uid: 19429 + - uid: 19823 components: - type: Transform - pos: -79.5,5.5 + pos: -6.5,-41.5 parent: 2 -- proto: VendingMachineHydrobe - entities: - - uid: 18479 + - uid: 19950 components: - type: Transform - pos: -56.5,0.5 + rot: 1.5707963267948966 rad + pos: -30.5,55.5 parent: 2 -- proto: VendingMachineJaniDrobe - entities: - - uid: 18513 + - uid: 20276 components: - type: Transform - pos: -42.5,24.5 + pos: -6.5,-42.5 parent: 2 -- proto: VendingMachineLawDrobe - entities: - - uid: 23255 + - uid: 20655 components: - type: Transform - pos: -8.5,60.5 + pos: -6.5,-40.5 parent: 2 -- proto: VendingMachineMedical - entities: - - uid: 1442 + - uid: 22029 components: - type: Transform - pos: 9.5,12.5 + rot: -1.5707963267948966 rad + pos: 34.5,-7.5 parent: 2 -- proto: VendingMachineMediDrobe - entities: - - uid: 873 + - uid: 22040 components: - type: Transform - pos: -12.5,16.5 + pos: -69.5,-0.5 parent: 2 -- proto: VendingMachineMNKDrobe - entities: - - uid: 4347 + - uid: 22360 components: - type: Transform - pos: 7.5,-31.5 + rot: -1.5707963267948966 rad + pos: -43.5,67.5 parent: 2 - - uid: 22259 + - uid: 23536 components: - type: Transform - pos: -38.5,-30.5 + rot: -1.5707963267948966 rad + pos: 66.5,19.5 parent: 2 -- proto: VendingMachineNutri - entities: - - uid: 18497 + - uid: 24018 components: - type: Transform - pos: -56.5,2.5 + pos: -69.5,0.5 parent: 2 -- proto: VendingMachinePride - entities: - - uid: 2543 + - uid: 24558 components: - type: Transform - pos: 4.5,23.5 + rot: 1.5707963267948966 rad + pos: 64.5,10.5 parent: 2 - - uid: 6382 + - uid: 24829 components: - type: Transform - pos: -8.5,18.5 + rot: 3.141592653589793 rad + pos: -73.5,14.5 parent: 2 - - uid: 13070 + - uid: 24925 components: - type: Transform - pos: 5.5,-31.5 + pos: -69.5,1.5 parent: 2 - - uid: 22258 + - uid: 28934 components: - type: Transform - pos: -41.5,-30.5 + rot: 3.141592653589793 rad + pos: -0.5,-2.5 parent: 2 -- proto: VendingMachineRepDrobe - entities: - - uid: 9328 + - uid: 29184 components: - type: Transform - pos: -25.5,-7.5 + rot: 3.141592653589793 rad + pos: 65.5,27.5 parent: 2 -- proto: VendingMachineRestockBooze - entities: - - uid: 22579 + - uid: 29704 components: - type: Transform - pos: 24.51501,-23.426043 + pos: 19.5,47.5 parent: 2 -- proto: VendingMachineRestockChemVend - entities: - - uid: 1303 + - uid: 29714 components: - type: Transform - pos: 35.337753,7.70896 + rot: 1.5707963267948966 rad + pos: 46.5,33.5 parent: 2 -- proto: VendingMachineRestockClothes - entities: - - uid: 31788 + - uid: 29742 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.436382,-33.42224 + pos: 83.5,57.5 parent: 2 -- proto: VendingMachineRoboDrobe - entities: - - uid: 3352 + - uid: 29743 components: - type: Transform - pos: 42.5,44.5 + pos: 82.5,57.5 parent: 2 -- proto: VendingMachineRobotics - entities: - - uid: 4086 + - uid: 29801 components: - type: Transform - pos: 45.5,42.5 + pos: 86.5,54.5 parent: 2 -- proto: VendingMachineSalvage - entities: - - uid: 21011 + - uid: 29821 components: - type: Transform - pos: -13.5,-40.5 + pos: 90.5,55.5 parent: 2 -- proto: VendingMachineSciDrobe - entities: - - uid: 5300 + - uid: 29950 components: - type: Transform - pos: 36.5,26.5 + pos: 85.5,44.5 parent: 2 -- proto: VendingMachineSec - entities: - - uid: 15578 + - uid: 30039 components: - type: Transform - pos: -7.5,43.5 + pos: 86.5,44.5 parent: 2 - - uid: 28941 + - uid: 30040 components: - type: Transform - pos: -27.5,48.5 + pos: 88.5,44.5 parent: 2 -- proto: VendingMachineSecDrobe - entities: - - uid: 9657 + - uid: 30041 components: - type: Transform - pos: -8.5,43.5 + pos: 89.5,44.5 parent: 2 -- proto: VendingMachineSeeds - entities: - - uid: 18480 + - uid: 30042 components: - type: Transform - pos: -56.5,1.5 + pos: 90.5,43.5 parent: 2 -- proto: VendingMachineSnackBlue - entities: - - uid: 4858 + - uid: 30043 components: - type: Transform - pos: 88.5,15.5 + pos: 90.5,42.5 parent: 2 -- proto: VendingMachineSovietSoda - entities: - - uid: 16651 + - uid: 30044 components: - type: Transform - pos: -39.5,13.5 + pos: 84.5,43.5 parent: 2 - - uid: 22528 + - uid: 30045 components: - type: Transform - pos: 47.5,17.5 + pos: 84.5,42.5 parent: 2 - - uid: 29825 + - uid: 30048 components: - type: Transform - pos: 87.5,56.5 + pos: 85.5,43.5 parent: 2 -- proto: VendingMachineSpaceUp - entities: - - uid: 5301 + - uid: 30052 components: - type: Transform - pos: 21.5,-11.5 + pos: 84.5,38.5 parent: 2 -- proto: VendingMachineSustenance - entities: - - uid: 16363 + - uid: 30054 components: - type: Transform - pos: -13.5,61.5 + pos: 85.5,37.5 parent: 2 - - uid: 29799 + - uid: 30055 components: - type: Transform - pos: 86.5,56.5 + pos: 85.5,36.5 parent: 2 -- proto: VendingMachineTankDispenserEngineering - entities: - - uid: 28838 + - uid: 30056 components: - type: Transform - pos: -96.5,54.5 + pos: 86.5,36.5 parent: 2 - - uid: 32443 + - uid: 30057 components: - type: Transform - pos: -94.5,54.5 + pos: 88.5,36.5 parent: 2 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 6029 + - uid: 30058 components: - type: Transform - pos: 16.5,30.5 + pos: 89.5,36.5 parent: 2 - - uid: 6030 + - uid: 30059 components: - type: Transform - pos: 21.5,30.5 + pos: 84.5,37.5 parent: 2 - - uid: 9056 + - uid: 30060 components: - type: Transform - pos: -53.5,41.5 + pos: 90.5,37.5 parent: 2 - - uid: 10406 + - uid: 30061 components: - type: Transform - pos: -60.5,-33.5 + pos: 90.5,38.5 parent: 2 - - uid: 13646 + - uid: 30345 components: - type: Transform - pos: 54.5,-37.5 + pos: 46.5,30.5 parent: 2 - - uid: 14260 + - uid: 30450 components: - type: Transform - pos: 29.5,55.5 + rot: 3.141592653589793 rad + pos: 12.5,-13.5 parent: 2 - - uid: 18138 + - uid: 30451 components: - type: Transform - pos: -3.5,68.5 + rot: 3.141592653589793 rad + pos: 11.5,-13.5 parent: 2 - - uid: 23761 + - uid: 30501 components: - type: Transform - pos: -35.5,37.5 + rot: 1.5707963267948966 rad + pos: 0.5,66.5 parent: 2 -- proto: VendingMachineTheater - entities: - - uid: 1521 + - uid: 30531 components: - type: Transform - pos: -80.5,5.5 + rot: 3.141592653589793 rad + pos: -4.5,18.5 parent: 2 -- proto: VendingMachineVendomat - entities: - - uid: 4542 + - uid: 30532 components: - type: Transform - pos: 34.5,26.5 + rot: 3.141592653589793 rad + pos: -7.5,18.5 parent: 2 -- proto: VendingMachineViroDrobe - entities: - - uid: 1581 + - uid: 30600 components: - type: Transform - pos: -11.5,16.5 + pos: -45.5,-2.5 parent: 2 -- proto: VendingMachineWallMedical - entities: - - uid: 2051 + - uid: 30601 components: - type: Transform - pos: -5.5,15.5 + pos: -45.5,-3.5 parent: 2 - - uid: 2052 + - uid: 30604 components: - type: Transform - pos: -21.5,8.5 + pos: -45.5,0.5 parent: 2 - - uid: 2053 + - uid: 30605 components: - type: Transform - pos: 28.5,-3.5 + pos: -45.5,1.5 parent: 2 - - uid: 22805 + - uid: 30919 components: - type: Transform - pos: 16.5,11.5 + pos: 46.5,29.5 parent: 2 -- proto: VendingMachineWinter - entities: - - uid: 5160 + - uid: 30920 components: - type: Transform - pos: 54.5,-11.5 + pos: 46.5,30.5 parent: 2 -- proto: VendingMachineYouTool - entities: - - uid: 8463 + - uid: 32583 components: - type: Transform - pos: -73.5,3.5 + rot: 1.5707963267948966 rad + pos: 76.5,64.5 parent: 2 - - uid: 31479 + - uid: 32584 components: - type: Transform - pos: -51.5,31.5 + rot: 1.5707963267948966 rad + pos: 76.5,63.5 parent: 2 -- proto: WallmountTelescreen - entities: - - uid: 15302 + - uid: 32592 components: - type: Transform - pos: -6.5,35.5 + pos: 72.5,41.5 parent: 2 -- proto: WallmountTelevision - entities: - - uid: 2229 + - uid: 33674 components: - type: Transform - pos: -2.5,-30.5 + pos: -36.5,67.5 parent: 2 - - uid: 3385 + - uid: 33684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-35.5 + pos: -44.5,67.5 parent: 2 - - uid: 3386 +- proto: TargetClown + entities: + - uid: 9486 components: - type: Transform - pos: 18.5,-26.5 + pos: -74.5,-6.5 parent: 2 - - uid: 5719 + - uid: 10339 components: - type: Transform - pos: 6.5,31.5 + rot: 3.141592653589793 rad + pos: -31.5,51.5 parent: 2 -- proto: WallmountTelevisionFrame +- proto: TargetSyndicate entities: - - uid: 7057 + - uid: 9685 components: - type: Transform - pos: -32.5,-29.5 + rot: 3.141592653589793 rad + pos: -33.5,51.5 parent: 2 -- proto: WallNecropolis - entities: - - uid: 556 + - uid: 10340 components: - type: Transform - pos: 69.5,35.5 + rot: 3.141592653589793 rad + pos: -32.5,51.5 parent: 2 - - uid: 1583 +- proto: TelecomServer + entities: + - uid: 18387 components: - type: Transform - pos: 67.5,67.5 + pos: 6.5,58.5 parent: 2 - - uid: 2050 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 18389 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 19758 components: - type: Transform - pos: 67.5,64.5 + pos: 7.5,62.5 parent: 2 - - uid: 2330 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 19801 + - 19802 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 19811 components: - type: Transform - pos: 74.5,27.5 + pos: 8.5,62.5 parent: 2 - - uid: 4014 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 19816 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 19817 components: - type: Transform - pos: 69.5,65.5 + pos: 9.5,62.5 parent: 2 - - uid: 4015 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 19820 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 19849 components: - type: Transform - pos: 53.5,34.5 + pos: 7.5,58.5 parent: 2 - - uid: 4017 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 19850 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 19880 components: - type: Transform - pos: 80.5,49.5 + pos: 8.5,58.5 parent: 2 - - uid: 4142 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 19881 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 20193 components: - type: Transform - pos: 61.5,69.5 + pos: 6.5,62.5 parent: 2 - - uid: 4155 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 20200 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 22280 components: - type: Transform - pos: 95.5,25.5 + pos: 9.5,58.5 parent: 2 - - uid: 4156 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 22281 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TelecomServerCircuitboard + entities: + - uid: 35825 components: - type: Transform - pos: 97.5,25.5 + rot: 3.141592653589793 rad + pos: -48.576794,27.769905 parent: 2 - - uid: 4316 +- proto: TimerTrigger + entities: + - uid: 36049 components: - type: Transform - pos: 94.5,25.5 + pos: 29.7011,15.473513 parent: 2 - - uid: 4385 +- proto: TintedWindow + entities: + - uid: 11446 components: - type: Transform - pos: 88.5,45.5 + pos: -21.5,35.5 parent: 2 - - uid: 4404 + - uid: 11447 components: - type: Transform - pos: 63.5,63.5 + pos: -17.5,35.5 parent: 2 - - uid: 4405 + - uid: 15324 components: - type: Transform - pos: 54.5,63.5 + pos: -16.5,35.5 parent: 2 - - uid: 4406 + - uid: 23388 components: - type: Transform - pos: 54.5,62.5 + pos: -18.5,35.5 parent: 2 - - uid: 4459 + - uid: 23542 components: - type: Transform - pos: 55.5,63.5 + pos: -22.5,35.5 parent: 2 - - uid: 4464 + - uid: 23623 components: - type: Transform - pos: 65.5,64.5 + pos: -20.5,35.5 parent: 2 - - uid: 4465 +- proto: ToiletDirtyWater + entities: + - uid: 19706 components: - type: Transform - pos: 63.5,64.5 + pos: -31.5,67.5 parent: 2 - - uid: 4466 + - uid: 31047 components: - type: Transform - pos: 65.5,67.5 + pos: -29.5,67.5 parent: 2 - - uid: 4467 + - uid: 33651 components: - type: Transform - pos: 56.5,67.5 + pos: -33.5,67.5 parent: 2 - - uid: 4468 +- proto: ToiletEmpty + entities: + - uid: 1781 components: - type: Transform - pos: 59.5,67.5 + pos: -13.5,10.5 parent: 2 - - uid: 4469 + - uid: 3316 components: - type: Transform - pos: 59.5,65.5 + pos: 11.5,-20.5 parent: 2 - - uid: 4470 + - uid: 3319 components: - type: Transform - pos: 57.5,65.5 + pos: 9.5,-20.5 parent: 2 - - uid: 4471 + - uid: 5144 components: - type: Transform - pos: 55.5,65.5 + pos: 74.5,-10.5 parent: 2 - - uid: 4472 + - uid: 12003 components: - type: Transform - pos: 74.5,67.5 + rot: 1.5707963267948966 rad + pos: 69.5,-10.5 parent: 2 - - uid: 4473 +- proto: ToolboxElectricalFilled + entities: + - uid: 7924 components: - type: Transform - pos: 75.5,67.5 + pos: -62.36076,-33.119625 parent: 2 - - uid: 4474 +- proto: ToolboxEmergencyFilled + entities: + - uid: 1642 components: - type: Transform - pos: 69.5,67.5 + pos: 33.611736,5.3079934 parent: 2 - - uid: 4475 + - uid: 6079 components: - type: Transform - pos: 70.5,67.5 + pos: -2.6094682,-31.392216 parent: 2 - - uid: 4476 + - uid: 6080 components: - type: Transform - pos: 71.5,67.5 + pos: -2.3047807,-31.286747 parent: 2 - - uid: 4477 + - uid: 6834 components: - type: Transform - pos: 72.5,67.5 + pos: -6.489947,-41.08235 parent: 2 - - uid: 4478 + - uid: 8428 components: - type: Transform - pos: 73.5,67.5 + pos: -69.36533,17.712109 parent: 2 - - uid: 4480 + - uid: 9604 components: - type: Transform - pos: 69.5,66.5 + pos: -54.225883,35.856785 parent: 2 - - uid: 4481 + - uid: 14220 components: - type: Transform - pos: 77.5,67.5 + pos: 15.911845,59.645287 parent: 2 - - uid: 4482 +- proto: ToolboxGoldFilled + entities: + - uid: 14057 components: - type: Transform - pos: 77.5,66.5 + pos: 26.558758,38.086094 parent: 2 - - uid: 4494 +- proto: ToolboxMechanicalFilled + entities: + - uid: 1643 components: - type: Transform - pos: 79.5,67.5 + pos: 33.37736,5.7923684 parent: 2 - - uid: 4498 + - uid: 2619 components: - type: Transform - pos: 91.5,44.5 + pos: 27.706356,30.867682 parent: 2 - - uid: 4501 + - uid: 5560 components: - type: Transform - pos: 64.5,69.5 + pos: 34.47871,47.766407 parent: 2 - - uid: 4505 + - uid: 6837 components: - type: Transform - pos: 81.5,67.5 + pos: -6.505572,-40.76985 parent: 2 - - uid: 4506 + - uid: 14219 components: - type: Transform - pos: 83.5,67.5 + pos: 15.55247,59.84841 parent: 2 - - uid: 4507 + - uid: 18240 components: - type: Transform - pos: 84.5,67.5 + pos: 5.4501476,64.33037 parent: 2 - - uid: 4508 + - uid: 23007 components: - type: Transform - pos: 85.5,45.5 + pos: -64.52811,30.593079 parent: 2 - - uid: 4509 +- proto: TorsoSkeleton + entities: + - uid: 30078 components: - type: Transform - pos: 63.5,69.5 + rot: 3.141592653589793 rad + pos: 91.64885,41.45121 parent: 2 - - uid: 4510 + - uid: 33560 components: - type: Transform - pos: 79.5,38.5 + pos: 91.76619,26.831522 parent: 2 - - uid: 4511 +- proto: ToyAmongPequeno + entities: + - uid: 800 components: - type: Transform - pos: 73.5,48.5 + pos: -71.47037,5.6271663 parent: 2 - - uid: 4512 +- proto: ToyFigurineBartender + entities: + - uid: 6094 components: - type: Transform - pos: 73.5,49.5 + pos: 19.729856,-29.037708 parent: 2 - - uid: 4513 +- proto: ToyFigurineBotanist + entities: + - uid: 30609 components: - type: Transform - pos: 86.5,45.5 + pos: -48.471058,3.5849948 parent: 2 - - uid: 4514 +- proto: ToyFigurineCaptain + entities: + - uid: 23282 components: - type: Transform - pos: 73.5,50.5 + pos: 8.326612,54.804092 parent: 2 - - uid: 4515 +- proto: ToyFigurineCargoTech + entities: + - uid: 23336 components: - type: Transform - pos: 67.5,44.5 + pos: -14.393899,-22.362642 parent: 2 - - uid: 4517 +- proto: ToyFigurineChaplain + entities: + - uid: 6090 components: - type: Transform - pos: 62.5,45.5 + pos: 66.37,17.864796 parent: 2 - - uid: 4518 +- proto: ToyFigurineChef + entities: + - uid: 1687 components: - type: Transform - pos: 89.5,45.5 + pos: -73.48599,5.6271663 parent: 2 - - uid: 4523 +- proto: ToyFigurineChemist + entities: + - uid: 22854 components: - type: Transform - pos: 78.5,27.5 + pos: 17.74036,-6.3158827 parent: 2 - - uid: 4524 +- proto: ToyFigurineChiefEngineer + entities: + - uid: 22683 components: - type: Transform - pos: 75.5,33.5 + pos: -50.38053,13.484335 parent: 2 - - uid: 4526 +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 22781 components: - type: Transform - pos: 65.5,43.5 + pos: -3.4304256,-6.9409437 parent: 2 - - uid: 4527 +- proto: ToyFigurineClown + entities: + - uid: 19437 components: - type: Transform - pos: 63.5,45.5 + pos: -81.52342,4.209467 parent: 2 - - uid: 4534 +- proto: ToyFigurineDetective + entities: + - uid: 16586 components: - type: Transform - pos: 67.5,33.5 + pos: -32.38582,35.933018 parent: 2 - - uid: 4537 + - uid: 30498 components: - type: Transform - pos: 59.5,46.5 + pos: 3.6877756,48.865395 parent: 2 - - uid: 4543 +- proto: ToyFigurineEngineer + entities: + - uid: 22698 components: - type: Transform - pos: 59.5,41.5 + pos: -56.449577,30.854671 parent: 2 - - uid: 4544 +- proto: ToyFigurineGreytider + entities: + - uid: 6095 components: - type: Transform - pos: 75.5,53.5 + pos: 17.491575,-35.529896 parent: 2 - - uid: 4545 +- proto: ToyFigurineHamlet + entities: + - uid: 19455 components: - type: Transform - pos: 76.5,53.5 + pos: -72.73599,5.5802913 parent: 2 - - uid: 4546 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 6097 components: - type: Transform - pos: 69.5,40.5 + pos: 5.1333017,27.880987 parent: 2 - - uid: 4547 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 22650 components: - type: Transform - pos: 65.5,37.5 + pos: -6.1290665,25.891968 parent: 2 - - uid: 4548 +- proto: ToyFigurineHoloClown + entities: + - uid: 3916 components: - type: Transform - pos: 78.5,28.5 + pos: -81.53905,3.756342 parent: 2 - - uid: 4549 +- proto: ToyFigurineJanitor + entities: + - uid: 6096 components: - type: Transform - pos: 75.5,35.5 + pos: 36.351513,-1.9763975 parent: 2 - - uid: 4550 +- proto: ToyFigurineLawyer + entities: + - uid: 15690 components: - type: Transform - pos: 75.5,34.5 + pos: -5.4854984,58.729137 parent: 2 - - uid: 4553 +- proto: ToyFigurineLibrarian + entities: + - uid: 6089 components: - type: Transform - pos: 78.5,29.5 + pos: 52.753094,28.395306 parent: 2 - - uid: 4555 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 6091 components: - type: Transform - pos: 78.5,30.5 + pos: -7.3162193,4.7101116 parent: 2 - - uid: 4557 + - uid: 6092 components: - type: Transform - pos: 78.5,31.5 + pos: -7.2107506,0.6905802 parent: 2 - - uid: 4558 +- proto: ToyFigurineMime + entities: + - uid: 3900 components: - type: Transform - pos: 75.5,36.5 + pos: -81.53905,4.537592 parent: 2 - - uid: 4559 +- proto: ToyFigurineMusician + entities: + - uid: 6093 components: - type: Transform - pos: 65.5,38.5 + pos: 25.554075,-33.397083 parent: 2 - - uid: 4562 + - uid: 11218 components: - type: Transform - pos: 78.5,32.5 + pos: -71.734,1.0223624 parent: 2 - - uid: 4565 +- proto: ToyFigurineNukieCommander + entities: + - uid: 22872 components: - type: Transform - pos: 77.5,33.5 + pos: 75.405815,24.807058 parent: 2 - - uid: 4569 +- proto: ToyFigurineParamedic + entities: + - uid: 6099 components: - type: Transform - pos: 76.5,33.5 + pos: -25.681107,9.8721485 parent: 2 - - uid: 4570 + - uid: 30538 components: - type: Transform - pos: 79.5,36.5 + pos: -6.4148717,21.612947 parent: 2 - - uid: 4574 +- proto: ToyFigurinePassenger + entities: + - uid: 6160 components: - type: Transform - pos: 58.5,69.5 + pos: -3.174158,-40.509228 parent: 2 - - uid: 4628 +- proto: ToyFigurineQueen + entities: + - uid: 6110 components: - type: Transform - pos: 56.5,65.5 + pos: 82.68927,62.512676 parent: 2 - - uid: 4629 + - uid: 32549 components: - type: Transform - pos: 63.5,65.5 + pos: 56.38974,42.589355 parent: 2 - - uid: 4630 +- proto: ToyFigurineRatKing + entities: + - uid: 6101 components: - type: Transform - pos: 59.5,66.5 + pos: 11.290376,-36.310852 parent: 2 - - uid: 4631 +- proto: ToyFigurineRatServant + entities: + - uid: 6102 components: - type: Transform - pos: 57.5,67.5 + pos: 11.413118,-34.4777 parent: 2 - - uid: 4633 + - uid: 6103 components: - type: Transform - pos: 61.5,68.5 + pos: 11.66658,-35.402443 parent: 2 - - uid: 4655 + - uid: 6104 components: - type: Transform - pos: 79.5,48.5 + pos: 11.115799,-35.015724 parent: 2 - - uid: 4656 + - uid: 6105 components: - type: Transform - pos: 92.5,47.5 + pos: 5.1275177,-29.121193 parent: 2 - - uid: 4657 +- proto: ToyFigurineResearchDirector + entities: + - uid: 6098 components: - type: Transform - pos: 77.5,51.5 + pos: 46.441227,24.73673 parent: 2 - - uid: 4658 +- proto: ToyFigurineSalvage + entities: + - uid: 2055 components: - type: Transform - pos: 91.5,28.5 + pos: -11.689415,-42.400375 parent: 2 - - uid: 4660 +- proto: ToyFigurineScientist + entities: + - uid: 30251 components: - type: Transform - pos: 94.5,28.5 + pos: 29.627342,25.600868 parent: 2 - - uid: 4662 +- proto: ToyFigurineSecurity + entities: + - uid: 22663 components: - type: Transform - pos: 79.5,37.5 + pos: -19.721304,27.664555 parent: 2 - - uid: 4664 +- proto: ToyFigurineSpaceDragon + entities: + - uid: 32548 components: - type: Transform - pos: 77.5,52.5 + pos: 84.478745,27.35934 parent: 2 - - uid: 4665 +- proto: ToyFigurineWarden + entities: + - uid: 30516 components: - type: Transform - pos: 91.5,38.5 + pos: 0.62656116,68.4843 parent: 2 - - uid: 4671 +- proto: ToyFigurineWizard + entities: + - uid: 6138 components: - type: Transform - pos: 83.5,52.5 + pos: 47.665176,-30.498041 parent: 2 - - uid: 4672 +- proto: ToyFireRipley + entities: + - uid: 30323 components: - type: Transform - pos: 81.5,51.5 + pos: 45.55436,-12.637641 parent: 2 - - uid: 4673 +- proto: ToyGygax + entities: + - uid: 30536 components: - type: Transform - pos: 67.5,48.5 + pos: -4.393678,18.646486 parent: 2 - - uid: 4674 +- proto: ToyHammer + entities: + - uid: 30559 components: - type: Transform - pos: 77.5,39.5 + pos: -18.623516,22.47239 parent: 2 - - uid: 4676 +- proto: ToyHonk + entities: + - uid: 13046 components: - type: Transform - pos: 77.5,38.5 + pos: -74.48499,-5.026798 parent: 2 - - uid: 4677 +- proto: ToyIan + entities: + - uid: 1985 components: - type: Transform - pos: 67.5,47.5 + pos: 14.269932,30.761412 parent: 2 - - uid: 4678 +- proto: ToyNuke + entities: + - uid: 14123 components: - type: Transform - pos: 75.5,39.5 + pos: 26.531267,38.728565 parent: 2 - - uid: 4691 +- proto: ToyRenault + entities: + - uid: 15268 components: - type: Transform - pos: 76.5,39.5 + pos: 29.37053,51.78041 parent: 2 - - uid: 4692 +- proto: ToyRubberDuck + entities: + - uid: 30537 components: - type: Transform - pos: 77.5,37.5 + pos: -6.047684,21.519197 parent: 2 - - uid: 4693 + - uid: 33614 components: - type: Transform - pos: 77.5,36.5 + pos: 67.86161,52.50582 parent: 2 - - uid: 4697 +- proto: ToySeraph + entities: + - uid: 30539 components: - type: Transform - pos: 77.5,35.5 + pos: 27.45737,21.675447 parent: 2 - - uid: 4698 +- proto: ToySiobhan + entities: + - uid: 30252 components: - type: Transform - pos: 73.5,33.5 + pos: 46.229168,30.791666 parent: 2 - - uid: 4699 +- proto: ToySkeleton + entities: + - uid: 6106 components: - type: Transform - pos: 74.5,50.5 + pos: 61.739246,56.94301 parent: 2 - - uid: 4700 + - uid: 30074 components: - type: Transform - pos: 73.5,51.5 + pos: 90.5551,42.873085 parent: 2 - - uid: 4701 +- proto: ToySpawner + entities: + - uid: 15672 components: - type: Transform - pos: 75.5,50.5 + pos: -68.5,17.5 parent: 2 - - uid: 4702 + - uid: 15825 components: - type: Transform - pos: 76.5,50.5 + pos: -67.5,17.5 parent: 2 - - uid: 4703 +- proto: TrainingBomb + entities: + - uid: 4759 components: - type: Transform - pos: 77.5,50.5 + pos: 14.5,66.5 parent: 2 - - uid: 4704 + - uid: 4887 components: - type: Transform - pos: 79.5,52.5 + pos: 9.5,66.5 parent: 2 - - uid: 4705 + - uid: 15168 components: - type: Transform - pos: 83.5,51.5 + pos: 14.5,64.5 parent: 2 - - uid: 4706 + - uid: 15260 components: - type: Transform - pos: 79.5,51.5 + pos: 13.5,64.5 parent: 2 - - uid: 4707 + - uid: 18102 components: - type: Transform - pos: 79.5,50.5 + pos: 13.5,66.5 parent: 2 - - uid: 4708 + - uid: 18105 components: - type: Transform - pos: 82.5,51.5 + pos: 13.5,64.5 parent: 2 - - uid: 4709 +- proto: TrashBag + entities: + - uid: 16665 components: - type: Transform - pos: 79.5,49.5 + rot: -1.5707963267948966 rad + pos: -41.169395,10.014108 parent: 2 - - uid: 4710 + - uid: 16666 components: - type: Transform - pos: 81.5,49.5 + rot: -1.5707963267948966 rad + pos: -40.919395,9.842233 parent: 2 - - uid: 4711 + - uid: 34127 components: - type: Transform - pos: 82.5,49.5 + pos: -23.635471,58.824127 parent: 2 - - uid: 4716 +- proto: TrashBananaPeel + entities: + - uid: 943 components: - type: Transform - pos: 78.5,33.5 + pos: -77.60196,-0.46468782 parent: 2 - - uid: 4717 + - uid: 3320 components: - type: Transform - pos: 75.5,37.5 + pos: -81.305084,-0.49593782 parent: 2 - - uid: 4718 + - uid: 7025 components: - type: Transform - pos: 75.5,38.5 + pos: -29.823004,-35.23479 parent: 2 - - uid: 4719 + - uid: 7027 components: - type: Transform - pos: 53.5,37.5 + pos: -31.35816,-35.082447 parent: 2 - - uid: 4720 + - uid: 9312 components: - type: Transform - pos: 53.5,38.5 + pos: -77.19571,1.8478122 parent: 2 - - uid: 4750 + - uid: 9314 components: - type: Transform - pos: 55.5,36.5 + pos: -77.211334,1.6603122 parent: 2 - - uid: 4751 + - uid: 30082 components: - type: Transform - pos: 53.5,33.5 + pos: 85.40305,42.278282 parent: 2 - - uid: 4752 +- proto: TrashBananiumPeel + entities: + - uid: 16636 components: - type: Transform - pos: 71.5,38.5 + pos: -40.106895,11.998483 parent: 2 - - uid: 4753 + - uid: 16661 components: - type: Transform - pos: 69.5,37.5 + pos: -40.263145,11.889108 parent: 2 - - uid: 4754 + - uid: 16662 components: - type: Transform - pos: 69.5,39.5 + pos: -36.356895,12.576608 parent: 2 - - uid: 4755 +- proto: trayScanner + entities: + - uid: 4682 components: - type: Transform - pos: 70.5,40.5 + pos: -66.555725,32.8392 parent: 2 - - uid: 4756 +- proto: TwoWayLever + entities: + - uid: 6742 components: - type: Transform - pos: 72.5,40.5 + pos: -51.5,-47.5 parent: 2 - - uid: 4757 + - type: DeviceLinkSource + linkedPorts: + 6818: + - Left: Forward + - Right: Reverse + - Middle: Off + 20561: + - Left: Forward + - Right: Reverse + - Middle: Off + 26800: + - Left: Open + - Right: Open + - Middle: Close + - uid: 8936 components: - type: Transform - pos: 73.5,40.5 + pos: -49.5,-49.5 parent: 2 - - uid: 4760 + - type: DeviceLinkSource + linkedPorts: + 6832: + - Left: Forward + - Right: Reverse + - Middle: Off + 6692: + - Left: Forward + - Right: Reverse + - Middle: Off + 16671: + - Left: Open + - Right: Open + - Middle: Close + 16629: + - Left: Open + - Right: Open + - Middle: Close + 26695: + - Left: Open + - Right: Open + - Middle: Close + - uid: 9074 components: - type: Transform - pos: 73.5,39.5 + pos: -31.5,-44.5 parent: 2 - - uid: 4768 + - type: DeviceLinkSource + linkedPorts: + 6632: + - Left: Forward + - Right: Reverse + - Middle: Off + 6798: + - Left: Forward + - Right: Reverse + - Middle: Off + 16703: + - Left: Open + - Right: Open + - Middle: Close + 712: + - Left: Open + - Right: Open + - Middle: Close + - uid: 23365 components: - type: Transform - pos: 73.5,38.5 + pos: -37.5,9.5 parent: 2 - - uid: 4769 + - type: DeviceLinkSource + linkedPorts: + 22732: + - Left: Forward + - Right: Reverse + - Middle: Off + 16555: + - Left: Forward + - Right: Reverse + - Middle: Off + 16638: + - Left: Forward + - Right: Reverse + - Middle: Off + 16645: + - Left: Forward + - Right: Reverse + - Middle: Off + 16654: + - Left: Forward + - Right: Reverse + - Middle: Off + 23519: + - Left: Forward + - Right: Reverse + - Middle: Off + 36390: + - Right: Reverse + - Left: Forward + - Middle: Off + - uid: 23793 components: - type: Transform - pos: 83.5,38.5 + pos: -19.5,-20.5 parent: 2 - - uid: 4771 + - type: DeviceLinkSource + linkedPorts: + 6717: + - Left: Forward + - Right: Reverse + - Middle: Off + 6713: + - Left: Forward + - Right: Reverse + - Middle: Off + 6708: + - Left: Forward + - Right: Reverse + - Middle: Off + 6623: + - Left: Forward + - Right: Reverse + - Middle: Off + 6624: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: UniformPrinter + entities: + - uid: 1965 components: - type: Transform - pos: 91.5,36.5 + pos: 6.5,30.5 parent: 2 - - uid: 4772 +- proto: UniformPrinterMachineCircuitboard + entities: + - uid: 29701 components: - type: Transform - pos: 89.5,35.5 + rot: 3.141592653589793 rad + pos: -47.920544,27.777718 parent: 2 - - uid: 4775 +- proto: UniformScrubsColorBlue + entities: + - uid: 5975 components: - type: Transform - pos: 73.5,37.5 + pos: -41.622158,60.58868 parent: 2 - - uid: 4776 + - uid: 20647 components: - type: Transform - pos: 73.5,35.5 + pos: -41.731533,60.698055 parent: 2 - - uid: 4777 +- proto: UniformShortsRed + entities: + - uid: 3472 components: - type: Transform - pos: 73.5,34.5 + pos: 44.488102,-23.494463 parent: 2 - - uid: 4778 + - uid: 3473 components: - type: Transform - pos: 72.5,33.5 + pos: 44.288883,-23.728838 parent: 2 - - uid: 4779 +- proto: UniformShortsRedWithTop + entities: + - uid: 3475 components: - type: Transform - pos: 71.5,33.5 + pos: 44.69904,-23.599932 parent: 2 - - uid: 4781 +- proto: UprightPianoInstrument + entities: + - uid: 5898 components: - type: Transform - pos: 70.5,33.5 + rot: 1.5707963267948966 rad + pos: 26.5,-33.5 parent: 2 - - uid: 4782 +- proto: Vaccinator + entities: + - uid: 11285 components: - type: Transform - pos: 68.5,33.5 + pos: -13.5,7.5 parent: 2 - - uid: 4783 +- proto: VaccinatorMachineCircuitboard + entities: + - uid: 31783 components: - type: Transform - pos: 91.5,37.5 + pos: -47.892563,27.494806 parent: 2 - - uid: 4789 +- proto: VariantCubeBox + entities: + - uid: 5526 components: - type: Transform - pos: 66.5,33.5 + pos: 41.78215,51.595562 parent: 2 - - uid: 4791 + - uid: 5527 components: - type: Transform - pos: 71.5,32.5 + pos: 27.22865,30.707218 parent: 2 - - uid: 4792 + - uid: 18546 components: - type: Transform - pos: 71.5,29.5 + pos: -61.616512,-7.3219314 parent: 2 - - uid: 4793 + - uid: 18547 components: - type: Transform - pos: 71.5,30.5 + pos: -61.366512,-7.493807 parent: 2 - - uid: 4794 +- proto: VendingBarDrobe + entities: + - uid: 4408 components: - type: Transform - pos: 67.5,35.5 + pos: 19.5,-23.5 parent: 2 - - uid: 4796 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 9079 components: - type: Transform - pos: 68.5,35.5 + pos: -44.5,35.5 parent: 2 - - uid: 4797 +- proto: VendingMachineBooze + entities: + - uid: 4645 components: - type: Transform - pos: 90.5,36.5 + pos: 11.5,56.5 parent: 2 - - uid: 4798 + - uid: 5746 components: - type: Transform - pos: 61.5,42.5 + pos: 17.5,-27.5 parent: 2 - - uid: 4799 + - uid: 6989 components: - type: Transform - pos: 61.5,40.5 + pos: -33.5,-30.5 parent: 2 - - uid: 4800 + - uid: 30790 components: - type: Transform - pos: 61.5,35.5 + pos: -44.5,64.5 parent: 2 - - uid: 4801 +- proto: VendingMachineBoxingDrobe + entities: + - uid: 3519 components: - type: Transform - pos: 61.5,41.5 + pos: 39.5,-21.5 parent: 2 - - uid: 4802 +- proto: VendingMachineCargoDrobe + entities: + - uid: 22697 components: - type: Transform - pos: 64.5,49.5 + pos: -10.5,-32.5 parent: 2 - - uid: 4803 +- proto: VendingMachineCart + entities: + - uid: 1946 components: - type: Transform - pos: 65.5,49.5 + pos: 5.5,30.5 parent: 2 - - uid: 4804 +- proto: VendingMachineChang + entities: + - uid: 30029 components: - type: Transform - pos: 63.5,49.5 + pos: 88.5,19.5 parent: 2 - - uid: 4805 + - uid: 30496 components: - type: Transform - pos: 63.5,48.5 + pos: 3.5,56.5 parent: 2 - - uid: 4806 +- proto: VendingMachineChapel + entities: + - uid: 27814 components: - type: Transform - pos: 63.5,47.5 + pos: 68.5,26.5 parent: 2 - - uid: 4807 +- proto: VendingMachineChefDrobe + entities: + - uid: 22058 components: - type: Transform - pos: 60.5,47.5 + pos: -55.5,-5.5 parent: 2 - - uid: 4808 +- proto: VendingMachineChefvend + entities: + - uid: 15940 components: - type: Transform - pos: 61.5,47.5 + pos: -55.5,-19.5 parent: 2 - - uid: 4809 + - uid: 28613 components: - type: Transform - pos: 61.5,45.5 + pos: -55.5,-14.5 parent: 2 - - uid: 4810 +- proto: VendingMachineChemDrobe + entities: + - uid: 872 components: - type: Transform - pos: 61.5,44.5 + pos: -14.5,16.5 parent: 2 - - uid: 4811 +- proto: VendingMachineChemicals + entities: + - uid: 1046 components: - type: Transform - pos: 61.5,43.5 + pos: 12.5,-2.5 parent: 2 - - uid: 4812 + - uid: 17884 components: - type: Transform - pos: 62.5,37.5 + pos: 17.5,-0.5 parent: 2 - - uid: 4813 +- proto: VendingMachineCigs + entities: + - uid: 5169 components: - type: Transform - pos: 61.5,36.5 + pos: 73.5,-13.5 parent: 2 - - uid: 4814 + - uid: 19516 components: - type: Transform - pos: 61.5,39.5 + pos: 32.5,-18.5 parent: 2 - - uid: 4815 + - uid: 19822 components: - type: Transform - pos: 61.5,37.5 + pos: 17.5,-23.5 parent: 2 - - uid: 4816 + - uid: 23428 components: - type: Transform - pos: 60.5,39.5 + pos: -4.5,16.5 parent: 2 - - uid: 4817 + - uid: 24794 components: - type: Transform - pos: 60.5,37.5 + pos: 0.5,39.5 parent: 2 - - uid: 4818 + - uid: 26412 components: - type: Transform - pos: 67.5,45.5 + pos: -67.5,5.5 parent: 2 - - uid: 4832 + - uid: 29800 components: - type: Transform - pos: 67.5,46.5 + pos: 80.5,56.5 parent: 2 - - uid: 4833 + - uid: 35942 components: - type: Transform - pos: 67.5,43.5 + pos: -38.5,67.5 parent: 2 - - uid: 4836 +- proto: VendingMachineClothing + entities: + - uid: 13069 components: - type: Transform - pos: 66.5,43.5 + pos: 6.5,-31.5 parent: 2 - - uid: 4837 + - uid: 27817 components: - type: Transform - pos: 68.5,51.5 + pos: -40.5,-30.5 parent: 2 - - uid: 4838 +- proto: VendingMachineCola + entities: + - uid: 29295 components: - type: Transform - pos: 68.5,53.5 + pos: -32.5,55.5 parent: 2 - - uid: 4839 +- proto: VendingMachineColaBlack + entities: + - uid: 30497 components: - type: Transform - pos: 67.5,53.5 + pos: -0.5,56.5 parent: 2 - - uid: 4840 +- proto: VendingMachineColaRed + entities: + - uid: 6375 components: - type: Transform - pos: 66.5,53.5 + pos: 21.5,-9.5 parent: 2 - - uid: 4841 +- proto: VendingMachineCondiments + entities: + - uid: 7134 components: - type: Transform - pos: 65.5,53.5 + rot: 3.141592653589793 rad + pos: -48.5,-13.5 parent: 2 - - uid: 4842 + - uid: 7136 components: - type: Transform - pos: 65.5,50.5 + rot: 3.141592653589793 rad + pos: -36.5,-18.5 parent: 2 - - uid: 4843 +- proto: VendingMachineCourierDrobe + entities: + - uid: 6866 components: - type: Transform - pos: 67.5,51.5 + pos: -13.5,-35.5 parent: 2 - - uid: 4844 +- proto: VendingMachineCuraDrobe + entities: + - uid: 7999 components: - type: Transform - pos: 71.5,36.5 + pos: 55.5,30.5 parent: 2 - - uid: 4845 +- proto: VendingMachineDetDrobe + entities: + - uid: 16850 components: - type: Transform - pos: 65.5,52.5 + pos: -35.5,35.5 parent: 2 - - uid: 4846 +- proto: VendingMachineDinnerware + entities: + - uid: 6520 components: - type: Transform - pos: 65.5,51.5 + pos: -53.5,-19.5 parent: 2 - - uid: 4860 + - uid: 22089 components: - type: Transform - pos: 92.5,38.5 + pos: -54.5,-5.5 parent: 2 - - uid: 4889 +- proto: VendingMachineDiscount + entities: + - uid: 29294 components: - type: Transform - pos: 97.5,26.5 + pos: -33.5,55.5 parent: 2 - - uid: 4890 +- proto: VendingMachineDonut + entities: + - uid: 3736 components: - type: Transform - pos: 94.5,27.5 + pos: -27.5,30.5 parent: 2 - - uid: 4891 + - uid: 28227 components: - type: Transform - pos: 70.5,45.5 + pos: -1.5,-12.5 parent: 2 - - uid: 4892 +- proto: VendingMachineDrGibb + entities: + - uid: 27735 components: - type: Transform - pos: 71.5,45.5 + pos: 4.5,-18.5 parent: 2 - - uid: 4893 +- proto: VendingMachineEngiDrobe + entities: + - uid: 3687 components: - type: Transform - pos: 71.5,43.5 + pos: -56.5,37.5 parent: 2 - - uid: 4894 +- proto: VendingMachineEngivend + entities: + - uid: 6823 components: - type: Transform - pos: 94.5,26.5 + pos: -52.5,31.5 parent: 2 - - uid: 4896 + - uid: 26897 components: - type: Transform - pos: 92.5,24.5 + pos: -44.5,33.5 parent: 2 - - uid: 4898 +- proto: VendingMachineGames + entities: + - uid: 5287 components: - type: Transform - pos: 65.5,66.5 + pos: 16.5,-23.5 parent: 2 - - uid: 4900 +- proto: VendingMachineGeneDrobe + entities: + - uid: 225 components: - type: Transform - pos: 65.5,65.5 + pos: -13.5,16.5 parent: 2 - - uid: 4902 +- proto: VendingMachineHappyHonk + entities: + - uid: 19429 components: - type: Transform - pos: 64.5,66.5 + pos: -79.5,5.5 parent: 2 - - uid: 4903 +- proto: VendingMachineHydrobe + entities: + - uid: 18479 components: - type: Transform - pos: 59.5,45.5 + pos: -56.5,0.5 parent: 2 - - uid: 4905 +- proto: VendingMachineJaniDrobe + entities: + - uid: 18513 components: - type: Transform - pos: 54.5,65.5 + pos: -42.5,24.5 parent: 2 - - uid: 4906 +- proto: VendingMachineLawDrobe + entities: + - uid: 23255 components: - type: Transform - pos: 61.5,66.5 + pos: -8.5,60.5 parent: 2 - - uid: 4908 +- proto: VendingMachineMedical + entities: + - uid: 1442 components: - type: Transform - pos: 58.5,67.5 + pos: 9.5,12.5 parent: 2 - - uid: 4909 +- proto: VendingMachineMediDrobe + entities: + - uid: 873 components: - type: Transform - pos: 74.5,29.5 + pos: -12.5,16.5 parent: 2 - - uid: 4910 +- proto: VendingMachineMNKDrobe + entities: + - uid: 4347 components: - type: Transform - pos: 75.5,31.5 + pos: 7.5,-31.5 parent: 2 - - uid: 4911 + - uid: 25059 components: - type: Transform - pos: 59.5,43.5 + pos: -39.5,-30.5 parent: 2 - - uid: 4912 +- proto: VendingMachineNutri + entities: + - uid: 18497 components: - type: Transform - pos: 73.5,31.5 + pos: -56.5,2.5 parent: 2 - - uid: 4915 +- proto: VendingMachinePride + entities: + - uid: 2543 components: - type: Transform - pos: 83.5,49.5 + pos: 4.5,23.5 parent: 2 - - uid: 4916 + - uid: 6382 components: - type: Transform - pos: 55.5,35.5 + pos: -8.5,18.5 parent: 2 - - uid: 4917 + - uid: 13070 components: - type: Transform - pos: 69.5,41.5 + pos: 5.5,-31.5 parent: 2 - - uid: 4918 + - uid: 22258 components: - type: Transform - pos: 69.5,42.5 + pos: -41.5,-30.5 parent: 2 - - uid: 4919 +- proto: VendingMachineRepDrobe + entities: + - uid: 9328 components: - type: Transform - pos: 80.5,67.5 + pos: -25.5,-7.5 parent: 2 - - uid: 4920 +- proto: VendingMachineRestockBooze + entities: + - uid: 22579 components: - type: Transform - pos: 85.5,49.5 + pos: 24.51501,-23.426043 parent: 2 - - uid: 4922 +- proto: VendingMachineRestockChemVend + entities: + - uid: 1303 components: - type: Transform - pos: 57.5,69.5 + pos: 35.337753,7.70896 parent: 2 - - uid: 4924 +- proto: VendingMachineRestockClothes + entities: + - uid: 31788 components: - type: Transform - pos: 74.5,53.5 + rot: 3.141592653589793 rad + pos: -20.436382,-33.42224 parent: 2 - - uid: 4925 +- proto: VendingMachineRoboDrobe + entities: + - uid: 3352 components: - type: Transform - pos: 92.5,28.5 + pos: 42.5,44.5 parent: 2 - - uid: 4927 +- proto: VendingMachineRobotics + entities: + - uid: 4086 components: - type: Transform - pos: 88.5,34.5 + pos: 45.5,42.5 parent: 2 - - uid: 5384 +- proto: VendingMachineSalvage + entities: + - uid: 21011 components: - type: Transform - pos: 75.5,65.5 + pos: -13.5,-40.5 parent: 2 - - uid: 5574 +- proto: VendingMachineSciDrobe + entities: + - uid: 5300 components: - type: Transform - pos: 83.5,42.5 + pos: 36.5,26.5 parent: 2 - - uid: 6108 +- proto: VendingMachineSec + entities: + - uid: 15578 components: - type: Transform - pos: 86.5,65.5 + pos: -7.5,43.5 parent: 2 - - uid: 6109 + - uid: 28941 components: - type: Transform - pos: 74.5,65.5 + pos: -27.5,48.5 parent: 2 - - uid: 6114 +- proto: VendingMachineSecDrobe + entities: + - uid: 9657 components: - type: Transform - pos: 85.5,67.5 + pos: -8.5,43.5 parent: 2 - - uid: 6115 +- proto: VendingMachineSeeds + entities: + - uid: 18480 components: - type: Transform - pos: 73.5,65.5 + pos: -56.5,1.5 parent: 2 - - uid: 6116 +- proto: VendingMachineSnackBlue + entities: + - uid: 4858 components: - type: Transform - pos: 72.5,65.5 + pos: 88.5,15.5 parent: 2 - - uid: 6395 +- proto: VendingMachineSovietSoda + entities: + - uid: 16651 components: - type: Transform - pos: 91.5,43.5 + pos: -39.5,13.5 parent: 2 - - uid: 6401 + - uid: 22528 components: - type: Transform - pos: 71.5,65.5 + pos: 47.5,17.5 parent: 2 - - uid: 6412 + - uid: 29825 components: - type: Transform - pos: 60.5,69.5 + pos: 87.5,56.5 parent: 2 - - uid: 6615 +- proto: VendingMachineSpaceUp + entities: + - uid: 5301 components: - type: Transform - pos: 80.5,47.5 + pos: 21.5,-11.5 parent: 2 - - uid: 6934 +- proto: VendingMachineSustenance + entities: + - uid: 95 components: - type: Transform - pos: 78.5,41.5 + pos: -10.5,62.5 parent: 2 - - uid: 6935 + - uid: 29799 components: - type: Transform - pos: 84.5,49.5 + pos: 86.5,56.5 parent: 2 - - uid: 6936 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 28838 components: - type: Transform - pos: 94.5,35.5 + pos: -96.5,54.5 parent: 2 - - uid: 6938 + - uid: 32443 components: - type: Transform - pos: 76.5,41.5 + pos: -94.5,54.5 parent: 2 - - uid: 6939 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 6029 components: - type: Transform - pos: 86.5,50.5 + pos: 16.5,30.5 parent: 2 - - uid: 6940 + - uid: 6030 components: - type: Transform - pos: 94.5,36.5 + pos: 21.5,30.5 parent: 2 - - uid: 6942 + - uid: 9056 components: - type: Transform - pos: 65.5,39.5 + pos: -53.5,41.5 parent: 2 - - uid: 7880 + - uid: 10406 components: - type: Transform - pos: 92.5,42.5 + pos: -60.5,-33.5 parent: 2 - - uid: 7884 + - uid: 13646 components: - type: Transform - pos: 90.5,44.5 + pos: 54.5,-37.5 parent: 2 - - uid: 8015 + - uid: 14260 components: - type: Transform - pos: 90.5,45.5 + pos: 29.5,55.5 parent: 2 - - uid: 8445 + - uid: 18138 components: - type: Transform - pos: 65.5,40.5 + pos: -3.5,68.5 parent: 2 - - uid: 9342 + - uid: 23761 components: - type: Transform - pos: 65.5,41.5 + pos: -35.5,37.5 parent: 2 - - uid: 9626 +- proto: VendingMachineTheater + entities: + - uid: 1521 components: - type: Transform - pos: 69.5,45.5 + pos: -80.5,5.5 parent: 2 - - uid: 9627 +- proto: VendingMachineVendomat + entities: + - uid: 4542 components: - type: Transform - pos: 69.5,38.5 + pos: 34.5,26.5 parent: 2 - - uid: 9628 +- proto: VendingMachineViroDrobe + entities: + - uid: 1581 components: - type: Transform - pos: 69.5,53.5 + pos: -11.5,16.5 parent: 2 - - uid: 9629 +- proto: VendingMachineWallMedical + entities: + - uid: 2051 components: - type: Transform - pos: 69.5,52.5 + pos: -5.5,15.5 parent: 2 - - uid: 9630 + - uid: 2053 components: - type: Transform - pos: 71.5,63.5 + pos: 28.5,-3.5 parent: 2 - - uid: 9631 + - uid: 22077 components: - type: Transform - pos: 71.5,64.5 + pos: 7.5,-8.5 parent: 2 - - uid: 9638 + - uid: 22805 components: - type: Transform - pos: 77.5,64.5 + pos: 16.5,11.5 parent: 2 - - uid: 9669 +- proto: VendingMachineWinter + entities: + - uid: 5160 components: - type: Transform - pos: 77.5,63.5 + pos: 54.5,-11.5 parent: 2 - - uid: 10348 +- proto: VendingMachineYouTool + entities: + - uid: 11196 components: - type: Transform - pos: 62.5,69.5 + pos: -67.5,3.5 parent: 2 - - uid: 10349 + - uid: 31479 components: - type: Transform - pos: 79.5,47.5 + pos: -51.5,31.5 parent: 2 - - uid: 10350 +- proto: ViolinInstrument + entities: + - uid: 13093 components: - type: Transform - pos: 75.5,42.5 + pos: -69.972435,23.612196 parent: 2 - - uid: 10351 +- proto: WallmountTelescreen + entities: + - uid: 15302 components: - type: Transform - pos: 79.5,40.5 + pos: -6.5,35.5 parent: 2 - - uid: 10352 +- proto: WallmountTelevision + entities: + - uid: 2229 components: - type: Transform - pos: 75.5,41.5 + pos: -2.5,-30.5 parent: 2 - - uid: 10353 + - uid: 3385 components: - type: Transform - pos: 77.5,41.5 + rot: 1.5707963267948966 rad + pos: 12.5,-35.5 parent: 2 - - uid: 10354 + - uid: 3386 components: - type: Transform - pos: 86.5,51.5 + pos: 18.5,-26.5 parent: 2 - - uid: 10356 + - uid: 5719 components: - type: Transform - pos: 86.5,48.5 + pos: 6.5,31.5 parent: 2 - - uid: 10357 +- proto: WallmountTelevisionFrame + entities: + - uid: 7057 components: - type: Transform - pos: 71.5,50.5 + pos: -32.5,-29.5 parent: 2 - - uid: 10358 +- proto: WallNecropolis + entities: + - uid: 556 components: - type: Transform - pos: 71.5,52.5 + pos: 69.5,35.5 parent: 2 - - uid: 10359 + - uid: 1583 components: - type: Transform - pos: 71.5,51.5 + pos: 67.5,67.5 parent: 2 - - uid: 10360 + - uid: 2050 components: - type: Transform - pos: 70.5,47.5 + pos: 67.5,64.5 parent: 2 - - uid: 10361 + - uid: 2330 components: - type: Transform - pos: 69.5,43.5 + pos: 74.5,27.5 parent: 2 - - uid: 10362 + - uid: 4014 components: - type: Transform - pos: 71.5,40.5 + pos: 69.5,65.5 parent: 2 - - uid: 10363 + - uid: 4015 components: - type: Transform - pos: 77.5,53.5 + pos: 53.5,34.5 parent: 2 - - uid: 10364 + - uid: 4017 components: - type: Transform - pos: 69.5,54.5 + pos: 80.5,49.5 parent: 2 - - uid: 10365 + - uid: 4142 components: - type: Transform - pos: 59.5,39.5 + pos: 61.5,69.5 parent: 2 - - uid: 10366 + - uid: 4155 components: - type: Transform - pos: 71.5,53.5 + pos: 95.5,25.5 parent: 2 - - uid: 10367 + - uid: 4156 components: - type: Transform - pos: 79.5,62.5 + pos: 97.5,25.5 parent: 2 - - uid: 13783 + - uid: 4316 components: - type: Transform - pos: 72.5,53.5 + pos: 94.5,25.5 parent: 2 - - uid: 13790 + - uid: 4385 components: - type: Transform - pos: 58.5,41.5 + pos: 88.5,45.5 parent: 2 - - uid: 13791 + - uid: 4404 components: - type: Transform - pos: 73.5,53.5 + pos: 63.5,63.5 parent: 2 - - uid: 13792 + - uid: 4405 components: - type: Transform - pos: 71.5,35.5 + pos: 54.5,63.5 parent: 2 - - uid: 13793 + - uid: 4406 components: - type: Transform - pos: 65.5,33.5 + pos: 54.5,62.5 parent: 2 - - uid: 13794 + - uid: 4459 components: - type: Transform - pos: 63.5,43.5 + pos: 55.5,63.5 parent: 2 - - uid: 13795 + - uid: 4464 components: - type: Transform - pos: 63.5,41.5 + pos: 65.5,64.5 parent: 2 - - uid: 13806 + - uid: 4465 components: - type: Transform - pos: 63.5,42.5 + pos: 63.5,64.5 parent: 2 - - uid: 13808 + - uid: 4466 components: - type: Transform - pos: 63.5,39.5 + pos: 65.5,67.5 parent: 2 - - uid: 13809 + - uid: 4467 components: - type: Transform - pos: 63.5,40.5 + pos: 56.5,67.5 parent: 2 - - uid: 13810 + - uid: 4468 components: - type: Transform - pos: 63.5,37.5 + pos: 59.5,67.5 parent: 2 - - uid: 13811 + - uid: 4469 components: - type: Transform - pos: 87.5,48.5 + pos: 59.5,65.5 parent: 2 - - uid: 13812 + - uid: 4470 components: - type: Transform - pos: 82.5,47.5 + pos: 57.5,65.5 parent: 2 - - uid: 13813 + - uid: 4471 components: - type: Transform - pos: 75.5,46.5 + pos: 55.5,65.5 parent: 2 - - uid: 13814 + - uid: 4472 components: - type: Transform - pos: 93.5,46.5 + pos: 74.5,67.5 parent: 2 - - uid: 13815 + - uid: 4473 components: - type: Transform - pos: 76.5,48.5 + pos: 75.5,67.5 parent: 2 - - uid: 13820 + - uid: 4474 components: - type: Transform - pos: 89.5,26.5 + pos: 69.5,67.5 parent: 2 - - uid: 13821 + - uid: 4475 components: - type: Transform - pos: 82.5,38.5 + pos: 70.5,67.5 parent: 2 - - uid: 13822 + - uid: 4476 components: - type: Transform - pos: 89.5,25.5 + pos: 71.5,67.5 parent: 2 - - uid: 13823 + - uid: 4477 components: - type: Transform - pos: 65.5,69.5 + pos: 72.5,67.5 parent: 2 - - uid: 13824 + - uid: 4478 components: - type: Transform - pos: 83.5,37.5 + pos: 73.5,67.5 parent: 2 - - uid: 14949 + - uid: 4480 components: - type: Transform - pos: 87.5,66.5 + pos: 69.5,66.5 parent: 2 - - uid: 14950 + - uid: 4481 components: - type: Transform - pos: 83.5,65.5 + pos: 77.5,67.5 parent: 2 - - uid: 14951 + - uid: 4482 components: - type: Transform - pos: 87.5,65.5 + pos: 77.5,66.5 parent: 2 - - uid: 14952 + - uid: 4494 components: - type: Transform - pos: 81.5,65.5 + pos: 79.5,67.5 parent: 2 - - uid: 14953 + - uid: 4498 components: - type: Transform - pos: 87.5,64.5 + pos: 91.5,44.5 parent: 2 - - uid: 14954 + - uid: 4501 components: - type: Transform - pos: 82.5,67.5 + pos: 64.5,69.5 parent: 2 - - uid: 14955 + - uid: 4505 components: - type: Transform - pos: 85.5,68.5 + pos: 81.5,67.5 parent: 2 - - uid: 14956 + - uid: 4506 components: - type: Transform - pos: 87.5,67.5 + pos: 83.5,67.5 parent: 2 - - uid: 14957 + - uid: 4507 components: - type: Transform - pos: 70.5,35.5 + pos: 84.5,67.5 parent: 2 - - uid: 14958 + - uid: 4508 components: - type: Transform - pos: 71.5,31.5 + pos: 85.5,45.5 parent: 2 - - uid: 14959 + - uid: 4509 components: - type: Transform - pos: 64.5,43.5 + pos: 63.5,69.5 parent: 2 - - uid: 14960 + - uid: 4510 components: - type: Transform - pos: 65.5,45.5 + pos: 79.5,38.5 parent: 2 - - uid: 14961 + - uid: 4511 components: - type: Transform - pos: 64.5,45.5 + pos: 73.5,48.5 parent: 2 - - uid: 14962 + - uid: 4512 components: - type: Transform - pos: 65.5,46.5 + pos: 73.5,49.5 parent: 2 - - uid: 14963 + - uid: 4513 components: - type: Transform - pos: 65.5,47.5 + pos: 86.5,45.5 parent: 2 - - uid: 14964 + - uid: 4514 components: - type: Transform - pos: 67.5,50.5 + pos: 73.5,50.5 parent: 2 - - uid: 14965 + - uid: 4515 components: - type: Transform - pos: 83.5,47.5 + pos: 67.5,44.5 parent: 2 - - uid: 14966 + - uid: 4517 components: - type: Transform - pos: 81.5,47.5 + pos: 62.5,45.5 parent: 2 - - uid: 14967 + - uid: 4518 components: - type: Transform - pos: 75.5,44.5 + pos: 89.5,45.5 parent: 2 - - uid: 14968 + - uid: 4523 components: - type: Transform - pos: 75.5,45.5 + pos: 78.5,27.5 parent: 2 - - uid: 14969 + - uid: 4524 components: - type: Transform - pos: 75.5,43.5 + pos: 75.5,33.5 parent: 2 - - uid: 14970 + - uid: 4526 components: - type: Transform - pos: 75.5,48.5 + pos: 65.5,43.5 parent: 2 - - uid: 14971 + - uid: 4527 components: - type: Transform - pos: 77.5,48.5 + pos: 63.5,45.5 parent: 2 - - uid: 14973 + - uid: 4534 components: - type: Transform - pos: 84.5,65.5 + pos: 67.5,33.5 parent: 2 - - uid: 14974 + - uid: 4537 components: - type: Transform - pos: 82.5,65.5 + pos: 59.5,46.5 parent: 2 - - uid: 14975 + - uid: 4543 components: - type: Transform - pos: 79.5,65.5 + pos: 59.5,41.5 parent: 2 - - uid: 14976 + - uid: 4544 components: - type: Transform - pos: 80.5,65.5 + pos: 75.5,53.5 parent: 2 - - uid: 14978 + - uid: 4545 components: - type: Transform - pos: 77.5,65.5 + pos: 76.5,53.5 parent: 2 - - uid: 14979 + - uid: 4546 components: - type: Transform - pos: 72.5,47.5 + pos: 69.5,40.5 parent: 2 - - uid: 14980 + - uid: 4547 components: - type: Transform - pos: 70.5,49.5 + pos: 65.5,37.5 parent: 2 - - uid: 14981 + - uid: 4548 components: - type: Transform - pos: 55.5,33.5 + pos: 78.5,28.5 parent: 2 - - uid: 14982 + - uid: 4549 components: - type: Transform - pos: 54.5,33.5 + pos: 75.5,35.5 parent: 2 - - uid: 14984 + - uid: 4550 components: - type: Transform - pos: 69.5,44.5 + pos: 75.5,34.5 parent: 2 - - uid: 14985 + - uid: 4553 components: - type: Transform - pos: 69.5,47.5 + pos: 78.5,29.5 parent: 2 - - uid: 16101 + - uid: 4555 components: - type: Transform - pos: 69.5,49.5 + pos: 78.5,30.5 parent: 2 - - uid: 16476 + - uid: 4557 components: - type: Transform - pos: 71.5,49.5 + pos: 78.5,31.5 parent: 2 - - uid: 16485 + - uid: 4558 components: - type: Transform - pos: 56.5,33.5 + pos: 75.5,36.5 parent: 2 - - uid: 16577 + - uid: 4559 components: - type: Transform - pos: 81.5,33.5 + pos: 65.5,38.5 parent: 2 - - uid: 17651 + - uid: 4562 components: - type: Transform - pos: 77.5,68.5 + pos: 78.5,32.5 parent: 2 - - uid: 18033 + - uid: 4565 components: - type: Transform - pos: 73.5,47.5 + pos: 77.5,33.5 parent: 2 - - uid: 18326 + - uid: 4569 components: - type: Transform - pos: 71.5,47.5 + pos: 76.5,33.5 parent: 2 - - uid: 19319 + - uid: 4570 components: - type: Transform - pos: 79.5,41.5 + pos: 79.5,36.5 parent: 2 - - uid: 19322 + - uid: 4574 components: - type: Transform - pos: 64.5,37.5 + pos: 58.5,69.5 parent: 2 - - uid: 19325 + - uid: 4628 components: - type: Transform - pos: 79.5,39.5 + pos: 56.5,65.5 parent: 2 - - uid: 19326 + - uid: 4629 components: - type: Transform - pos: 67.5,49.5 + pos: 63.5,65.5 parent: 2 - - uid: 19336 + - uid: 4630 components: - type: Transform - pos: 57.5,33.5 + pos: 59.5,66.5 parent: 2 - - uid: 19439 + - uid: 4631 components: - type: Transform - pos: -70.5,32.5 + pos: 57.5,67.5 parent: 2 - - uid: 19716 + - uid: 4633 components: - type: Transform - pos: 96.5,43.5 + pos: 61.5,68.5 parent: 2 - - uid: 19725 + - uid: 4655 components: - type: Transform - pos: 97.5,32.5 + pos: 79.5,48.5 parent: 2 - - uid: 19726 + - uid: 4656 components: - type: Transform - pos: 99.5,32.5 + pos: 92.5,47.5 parent: 2 - - uid: 19727 + - uid: 4657 components: - type: Transform - pos: 64.5,57.5 + pos: 77.5,51.5 parent: 2 - - uid: 19728 + - uid: 4658 components: - type: Transform - pos: 94.5,44.5 + pos: 91.5,28.5 parent: 2 - - uid: 19729 + - uid: 4660 components: - type: Transform - pos: 96.5,44.5 + pos: 94.5,28.5 parent: 2 - - uid: 19894 + - uid: 4662 components: - type: Transform - pos: 82.5,41.5 + pos: 79.5,37.5 parent: 2 - - uid: 19899 + - uid: 4664 components: - type: Transform - pos: 84.5,36.5 + pos: 77.5,52.5 parent: 2 - - uid: 19940 + - uid: 4665 components: - type: Transform - pos: -75.5,-7.5 + pos: 91.5,38.5 parent: 2 - - uid: 20936 + - uid: 4671 components: - type: Transform - pos: 96.5,36.5 + pos: 83.5,52.5 parent: 2 - - uid: 20985 + - uid: 4672 components: - type: Transform - pos: -77.5,-6.5 + pos: 81.5,51.5 parent: 2 - - uid: 21034 + - uid: 4673 components: - type: Transform - pos: 84.5,35.5 + pos: 67.5,48.5 parent: 2 - - uid: 22371 + - uid: 4674 components: - type: Transform - pos: 81.5,38.5 + pos: 77.5,39.5 parent: 2 - - uid: 22378 + - uid: 4676 components: - type: Transform - pos: 74.5,41.5 + pos: 77.5,38.5 parent: 2 - - uid: 22398 + - uid: 4677 components: - type: Transform - pos: -65.5,32.5 + pos: 67.5,47.5 parent: 2 - - uid: 22399 + - uid: 4678 components: - type: Transform - pos: -71.5,-1.5 + pos: 75.5,39.5 parent: 2 - - uid: 22400 + - uid: 4691 components: - type: Transform - pos: -77.5,-4.5 + pos: 76.5,39.5 parent: 2 - - uid: 22401 + - uid: 4692 components: - type: Transform - pos: -79.5,-2.5 + pos: 77.5,37.5 parent: 2 - - uid: 22630 + - uid: 4693 components: - type: Transform - pos: -75.5,-1.5 + pos: 77.5,36.5 parent: 2 - - uid: 22633 + - uid: 4697 components: - type: Transform - pos: -74.5,-1.5 + pos: 77.5,35.5 parent: 2 - - uid: 22638 + - uid: 4698 components: - type: Transform - pos: -72.5,-1.5 + pos: 73.5,33.5 parent: 2 - - uid: 22639 + - uid: 4699 components: - type: Transform - pos: -73.5,-1.5 + pos: 74.5,50.5 parent: 2 - - uid: 22640 + - uid: 4700 components: - type: Transform - pos: -74.5,-7.5 + pos: 73.5,51.5 parent: 2 - - uid: 22641 + - uid: 4701 components: - type: Transform - pos: -77.5,-5.5 + pos: 75.5,50.5 parent: 2 - - uid: 22642 + - uid: 4702 components: - type: Transform - pos: -78.5,-3.5 + pos: 76.5,50.5 parent: 2 - - uid: 22643 + - uid: 4703 components: - type: Transform - pos: -77.5,-3.5 + pos: 77.5,50.5 parent: 2 - - uid: 22646 + - uid: 4704 components: - type: Transform - pos: -77.5,-1.5 + pos: 79.5,52.5 parent: 2 - - uid: 22647 + - uid: 4705 components: - type: Transform - pos: -69.5,35.5 + pos: 83.5,51.5 parent: 2 - - uid: 22651 + - uid: 4706 components: - type: Transform - pos: -70.5,34.5 + pos: 79.5,51.5 parent: 2 - - uid: 22652 + - uid: 4707 components: - type: Transform - pos: -66.5,35.5 + pos: 79.5,50.5 parent: 2 - - uid: 22653 + - uid: 4708 components: - type: Transform - pos: -68.5,35.5 + pos: 82.5,51.5 parent: 2 - - uid: 22655 + - uid: 4709 components: - type: Transform - pos: -69.5,31.5 + pos: 79.5,49.5 parent: 2 - - uid: 22752 + - uid: 4710 components: - type: Transform - pos: 82.5,40.5 + pos: 81.5,49.5 parent: 2 - - uid: 22753 + - uid: 4711 components: - type: Transform - pos: 85.5,35.5 + pos: 82.5,49.5 parent: 2 - - uid: 22770 + - uid: 4716 components: - type: Transform - pos: -78.5,-1.5 + pos: 78.5,33.5 parent: 2 - - uid: 23056 + - uid: 4717 components: - type: Transform - pos: 53.5,63.5 + pos: 75.5,37.5 parent: 2 - - uid: 23066 + - uid: 4718 components: - type: Transform - pos: 69.5,63.5 + pos: 75.5,38.5 parent: 2 - - uid: 23068 + - uid: 4719 components: - type: Transform - pos: 67.5,63.5 + pos: 53.5,37.5 parent: 2 - - uid: 23073 + - uid: 4720 components: - type: Transform - pos: 82.5,42.5 + pos: 53.5,38.5 parent: 2 - - uid: 23075 + - uid: 4750 components: - type: Transform - pos: 59.5,47.5 + pos: 55.5,36.5 parent: 2 - - uid: 23078 + - uid: 4751 components: - type: Transform - pos: 59.5,42.5 + pos: 53.5,33.5 parent: 2 - - uid: 23079 + - uid: 4752 components: - type: Transform - pos: 53.5,35.5 + pos: 71.5,38.5 parent: 2 - - uid: 23081 + - uid: 4753 components: - type: Transform - pos: 71.5,27.5 + pos: 69.5,37.5 parent: 2 - - uid: 23082 + - uid: 4754 components: - type: Transform - pos: 67.5,66.5 + pos: 69.5,39.5 parent: 2 - - uid: 23086 + - uid: 4755 components: - type: Transform - pos: 76.5,27.5 + pos: 70.5,40.5 parent: 2 - - uid: 23385 + - uid: 4756 components: - type: Transform - pos: -76.5,-7.5 + pos: 72.5,40.5 parent: 2 - - uid: 23424 + - uid: 4757 components: - type: Transform - pos: 86.5,35.5 + pos: 73.5,40.5 parent: 2 - - uid: 23448 + - uid: 4760 components: - type: Transform - pos: 88.5,35.5 + pos: 73.5,39.5 parent: 2 - - uid: 23480 + - uid: 4768 components: - type: Transform - pos: -71.5,-5.5 + pos: 73.5,38.5 parent: 2 - - uid: 23483 + - uid: 4769 components: - type: Transform - pos: 59.5,44.5 + pos: 83.5,38.5 parent: 2 - - uid: 23484 + - uid: 4771 components: - type: Transform - pos: 76.5,29.5 + pos: 91.5,36.5 parent: 2 - - uid: 23485 + - uid: 4772 components: - type: Transform - pos: 82.5,39.5 + pos: 89.5,35.5 parent: 2 - - uid: 23487 + - uid: 4775 components: - type: Transform - pos: 69.5,33.5 + pos: 73.5,37.5 parent: 2 - - uid: 23489 + - uid: 4776 components: - type: Transform - pos: 53.5,36.5 + pos: 73.5,35.5 parent: 2 - - uid: 23491 + - uid: 4777 components: - type: Transform - pos: 91.5,42.5 + pos: 73.5,34.5 parent: 2 - - uid: 23492 + - uid: 4778 components: - type: Transform - pos: 90.5,35.5 + pos: 72.5,33.5 parent: 2 - - uid: 23504 + - uid: 4779 components: - type: Transform - pos: -71.5,-2.5 + pos: 71.5,33.5 parent: 2 - - uid: 23505 + - uid: 4781 components: - type: Transform - pos: -71.5,-4.5 + pos: 70.5,33.5 parent: 2 - - uid: 23506 + - uid: 4782 components: - type: Transform - pos: -71.5,-3.5 + pos: 68.5,33.5 parent: 2 - - uid: 23507 + - uid: 4783 components: - type: Transform - pos: -70.5,-5.5 + pos: 91.5,37.5 parent: 2 - - uid: 23508 + - uid: 4789 components: - type: Transform - pos: -73.5,-7.5 + pos: 66.5,33.5 parent: 2 - - uid: 23509 + - uid: 4794 components: - type: Transform - pos: -72.5,-7.5 + pos: 67.5,35.5 parent: 2 - - uid: 23516 + - uid: 4796 components: - type: Transform - pos: -71.5,-7.5 + pos: 68.5,35.5 parent: 2 - - uid: 23537 + - uid: 4797 components: - type: Transform - pos: -66.5,29.5 + pos: 90.5,36.5 parent: 2 - - uid: 23541 + - uid: 4798 components: - type: Transform - pos: -65.5,31.5 + pos: 61.5,42.5 parent: 2 - - uid: 23543 + - uid: 4799 components: - type: Transform - pos: -69.5,30.5 + pos: 61.5,40.5 parent: 2 - - uid: 23589 + - uid: 4800 components: - type: Transform - pos: -67.5,30.5 + pos: 61.5,35.5 parent: 2 - - uid: 23590 + - uid: 4801 components: - type: Transform - pos: -65.5,33.5 + pos: 61.5,41.5 parent: 2 - - uid: 23591 + - uid: 4802 components: - type: Transform - pos: -65.5,35.5 + pos: 64.5,49.5 parent: 2 - - uid: 23703 + - uid: 4803 components: - type: Transform - pos: 62.5,66.5 + pos: 65.5,49.5 parent: 2 - - uid: 23704 + - uid: 4804 components: - type: Transform - pos: 54.5,66.5 + pos: 63.5,49.5 parent: 2 - - uid: 23706 + - uid: 4805 components: - type: Transform - pos: 70.5,27.5 + pos: 63.5,48.5 parent: 2 - - uid: 23716 + - uid: 4806 components: - type: Transform - pos: 67.5,68.5 + pos: 63.5,47.5 parent: 2 - - uid: 23729 + - uid: 4807 components: - type: Transform - pos: 76.5,30.5 + pos: 60.5,47.5 parent: 2 - - uid: 23730 + - uid: 4808 components: - type: Transform - pos: 57.5,44.5 + pos: 61.5,47.5 parent: 2 - - uid: 23731 + - uid: 4809 components: - type: Transform - pos: 72.5,29.5 + pos: 61.5,45.5 parent: 2 - - uid: 23732 + - uid: 4810 components: - type: Transform - pos: 73.5,29.5 + pos: 61.5,44.5 parent: 2 - - uid: 23733 + - uid: 4811 components: - type: Transform - pos: 75.5,27.5 + pos: 61.5,43.5 parent: 2 - - uid: 23734 + - uid: 4812 components: - type: Transform - pos: 73.5,27.5 + pos: 62.5,37.5 parent: 2 - - uid: 23735 + - uid: 4813 components: - type: Transform - pos: 76.5,28.5 + pos: 61.5,36.5 parent: 2 - - uid: 23736 + - uid: 4814 components: - type: Transform - pos: 74.5,31.5 + pos: 61.5,39.5 parent: 2 - - uid: 23737 + - uid: 4815 components: - type: Transform - pos: 76.5,31.5 + pos: 61.5,37.5 parent: 2 - - uid: 23738 + - uid: 4816 components: - type: Transform - pos: 67.5,65.5 + pos: 60.5,39.5 parent: 2 - - uid: 23739 + - uid: 4817 components: - type: Transform - pos: 69.5,64.5 + pos: 60.5,37.5 parent: 2 - - uid: 23753 + - uid: 4818 components: - type: Transform - pos: 63.5,66.5 + pos: 67.5,45.5 parent: 2 - - uid: 23815 + - uid: 4832 components: - type: Transform - pos: -70.5,33.5 + pos: 67.5,46.5 parent: 2 - - uid: 24081 + - uid: 4833 components: - type: Transform - pos: -66.5,30.5 + pos: 67.5,43.5 parent: 2 - - uid: 27830 + - uid: 4836 components: - type: Transform - pos: 87.5,26.5 + pos: 66.5,43.5 parent: 2 - - uid: 27831 + - uid: 4837 components: - type: Transform - pos: 89.5,27.5 + pos: 68.5,51.5 parent: 2 - - uid: 27834 + - uid: 4838 components: - type: Transform - pos: 52.5,41.5 + pos: 68.5,53.5 parent: 2 - - uid: 27835 + - uid: 4839 components: - type: Transform - pos: 73.5,41.5 + pos: 67.5,53.5 parent: 2 - - uid: 27836 + - uid: 4840 components: - type: Transform - pos: 58.5,39.5 + pos: 66.5,53.5 parent: 2 - - uid: 27837 + - uid: 4841 components: - type: Transform - pos: 98.5,26.5 + pos: 65.5,53.5 parent: 2 - - uid: 27838 + - uid: 4842 components: - type: Transform - pos: 96.5,35.5 + pos: 65.5,50.5 parent: 2 - - uid: 27839 + - uid: 4843 components: - type: Transform - pos: 98.5,32.5 + pos: 67.5,51.5 parent: 2 - - uid: 27840 + - uid: 4844 components: - type: Transform - pos: 96.5,32.5 + pos: 71.5,36.5 parent: 2 - - uid: 27841 + - uid: 4845 components: - type: Transform - pos: 93.5,43.5 + pos: 65.5,52.5 parent: 2 - - uid: 27842 + - uid: 4846 components: - type: Transform - pos: 93.5,44.5 + pos: 65.5,51.5 parent: 2 - - uid: 27843 + - uid: 4860 components: - type: Transform - pos: 95.5,44.5 + pos: 92.5,38.5 parent: 2 - - uid: 27859 + - uid: 4889 components: - type: Transform - pos: 53.5,40.5 + pos: 97.5,26.5 parent: 2 - - uid: 27867 + - uid: 4890 components: - type: Transform - pos: 96.5,25.5 + pos: 94.5,27.5 parent: 2 - - uid: 27873 + - uid: 4891 components: - type: Transform - pos: 77.5,62.5 + pos: 70.5,45.5 parent: 2 - - uid: 27874 + - uid: 4892 components: - type: Transform - pos: 75.5,59.5 + pos: 71.5,45.5 parent: 2 - - uid: 27877 + - uid: 4893 components: - type: Transform - pos: 77.5,58.5 + pos: 71.5,43.5 parent: 2 - - uid: 27878 + - uid: 4894 components: - type: Transform - pos: 77.5,56.5 + pos: 94.5,26.5 parent: 2 - - uid: 27889 + - uid: 4896 components: - type: Transform - pos: 75.5,58.5 + pos: 92.5,24.5 parent: 2 - - uid: 27890 + - uid: 4898 components: - type: Transform - pos: 77.5,55.5 + pos: 65.5,66.5 parent: 2 - - uid: 27891 + - uid: 4900 components: - type: Transform - pos: 77.5,54.5 + pos: 65.5,65.5 parent: 2 - - uid: 27892 + - uid: 4902 components: - type: Transform - pos: 79.5,60.5 + pos: 64.5,66.5 parent: 2 - - uid: 27893 + - uid: 4903 components: - type: Transform - pos: 75.5,57.5 + pos: 59.5,45.5 parent: 2 - - uid: 27894 + - uid: 4905 components: - type: Transform - pos: 75.5,62.5 + pos: 54.5,65.5 parent: 2 - - uid: 27895 + - uid: 4906 components: - type: Transform - pos: 75.5,56.5 + pos: 61.5,66.5 parent: 2 - - uid: 27896 + - uid: 4908 components: - type: Transform - pos: 78.5,60.5 + pos: 58.5,67.5 parent: 2 - - uid: 27897 + - uid: 4910 components: - type: Transform - pos: 76.5,62.5 + pos: 75.5,31.5 parent: 2 - - uid: 27898 + - uid: 4911 components: - type: Transform - pos: 77.5,60.5 + pos: 59.5,43.5 parent: 2 - - uid: 27899 + - uid: 4912 components: - type: Transform - pos: 77.5,59.5 + pos: 73.5,31.5 parent: 2 - - uid: 27900 + - uid: 4915 components: - type: Transform - pos: 77.5,57.5 + pos: 83.5,49.5 parent: 2 - - uid: 27902 + - uid: 4916 components: - type: Transform - pos: 54.5,60.5 + pos: 55.5,35.5 parent: 2 - - uid: 27903 + - uid: 4917 components: - type: Transform - pos: 65.5,61.5 + pos: 69.5,41.5 parent: 2 - - uid: 27904 + - uid: 4918 components: - type: Transform - pos: 80.5,62.5 + pos: 69.5,42.5 parent: 2 - - uid: 27907 + - uid: 4919 components: - type: Transform - pos: 90.5,32.5 + pos: 80.5,67.5 parent: 2 - - uid: 27909 + - uid: 4920 components: - type: Transform - pos: 86.5,49.5 + pos: 85.5,49.5 parent: 2 - - uid: 27910 + - uid: 4922 components: - type: Transform - pos: 64.5,60.5 + pos: 57.5,69.5 parent: 2 - - uid: 27912 + - uid: 4924 components: - type: Transform - pos: 65.5,63.5 + pos: 74.5,53.5 parent: 2 - - uid: 27913 + - uid: 4925 components: - type: Transform - pos: 71.5,58.5 + pos: 92.5,28.5 parent: 2 - - uid: 27915 + - uid: 4927 components: - type: Transform - pos: 94.5,38.5 + pos: 88.5,34.5 parent: 2 - - uid: 27918 + - uid: 5384 components: - type: Transform - pos: 54.5,57.5 + pos: 75.5,65.5 parent: 2 - - uid: 27919 + - uid: 5574 components: - type: Transform - pos: 90.5,48.5 + pos: 83.5,42.5 parent: 2 - - uid: 27920 + - uid: 6108 components: - type: Transform - pos: 75.5,55.5 + pos: 86.5,65.5 parent: 2 - - uid: 27921 + - uid: 6109 components: - type: Transform - pos: 62.5,60.5 + pos: 74.5,65.5 parent: 2 - - uid: 27924 + - uid: 6114 components: - type: Transform - pos: 71.5,61.5 + pos: 85.5,67.5 parent: 2 - - uid: 27928 + - uid: 6115 components: - type: Transform - pos: 79.5,59.5 + pos: 73.5,65.5 parent: 2 - - uid: 27930 + - uid: 6116 components: - type: Transform - pos: 53.5,43.5 + pos: 72.5,65.5 parent: 2 - - uid: 27935 + - uid: 6395 components: - type: Transform - pos: 61.5,60.5 + pos: 91.5,43.5 parent: 2 - - uid: 27936 + - uid: 6401 components: - type: Transform - pos: 95.5,30.5 + pos: 71.5,65.5 parent: 2 - - uid: 27937 + - uid: 6412 components: - type: Transform - pos: 55.5,60.5 + pos: 60.5,69.5 parent: 2 - - uid: 27938 + - uid: 6615 components: - type: Transform - pos: 65.5,60.5 + pos: 80.5,47.5 parent: 2 - - uid: 27939 + - uid: 6934 components: - type: Transform - pos: 65.5,59.5 + pos: 78.5,41.5 parent: 2 - - uid: 27940 + - uid: 6935 components: - type: Transform - pos: 67.5,38.5 + pos: 84.5,49.5 parent: 2 - - uid: 27942 + - uid: 6936 components: - type: Transform - pos: 99.5,29.5 + pos: 94.5,35.5 parent: 2 - - uid: 27945 + - uid: 6938 components: - type: Transform - pos: 84.5,28.5 + pos: 76.5,41.5 parent: 2 - - uid: 27947 + - uid: 6939 components: - type: Transform - pos: 90.5,28.5 + pos: 86.5,50.5 parent: 2 - - uid: 27976 + - uid: 6940 components: - type: Transform - pos: 67.5,40.5 + pos: 94.5,36.5 parent: 2 - - uid: 27977 + - uid: 6942 components: - type: Transform - pos: 72.5,62.5 + pos: 65.5,39.5 parent: 2 - - uid: 27978 + - uid: 7762 components: - type: Transform - pos: 67.5,39.5 + pos: 74.5,29.5 parent: 2 - - uid: 27980 + - uid: 7880 components: - type: Transform - pos: 93.5,42.5 + pos: 92.5,42.5 parent: 2 - - uid: 27981 + - uid: 7884 components: - type: Transform - pos: 72.5,43.5 + pos: 90.5,44.5 parent: 2 - - uid: 27987 + - uid: 8015 components: - type: Transform - pos: 96.5,30.5 + pos: 90.5,45.5 parent: 2 - - uid: 27988 + - uid: 8445 components: - type: Transform - pos: 99.5,30.5 + pos: 65.5,40.5 parent: 2 - - uid: 27990 + - uid: 9342 components: - type: Transform - pos: 89.5,48.5 + pos: 65.5,41.5 parent: 2 - - uid: 27991 + - uid: 9626 components: - type: Transform - pos: 89.5,30.5 + pos: 69.5,45.5 parent: 2 - - uid: 27992 + - uid: 9627 components: - type: Transform - pos: 84.5,30.5 + pos: 69.5,38.5 parent: 2 - - uid: 27993 + - uid: 9628 components: - type: Transform - pos: 84.5,31.5 + pos: 69.5,53.5 parent: 2 - - uid: 27994 + - uid: 9629 components: - type: Transform - pos: 92.5,48.5 + pos: 69.5,52.5 parent: 2 - - uid: 27995 + - uid: 9630 components: - type: Transform - pos: 54.5,59.5 + pos: 71.5,63.5 parent: 2 - - uid: 27996 + - uid: 9631 components: - type: Transform - pos: 74.5,46.5 + pos: 71.5,64.5 parent: 2 - - uid: 27997 + - uid: 9638 components: - type: Transform - pos: 54.5,43.5 + pos: 77.5,64.5 parent: 2 - - uid: 27999 + - uid: 9669 components: - type: Transform - pos: 63.5,62.5 + pos: 77.5,63.5 parent: 2 - - uid: 28006 + - uid: 10348 components: - type: Transform - pos: 96.5,39.5 + pos: 62.5,69.5 parent: 2 - - uid: 28009 + - uid: 10349 components: - type: Transform - pos: 84.5,29.5 + pos: 79.5,47.5 parent: 2 - - uid: 28010 + - uid: 10350 components: - type: Transform - pos: 56.5,69.5 + pos: 75.5,42.5 parent: 2 - - uid: 28011 + - uid: 10351 components: - type: Transform - pos: 92.5,30.5 + pos: 79.5,40.5 parent: 2 - - uid: 28012 + - uid: 10352 components: - type: Transform - pos: 93.5,34.5 + pos: 75.5,41.5 parent: 2 - - uid: 28014 + - uid: 10353 components: - type: Transform - pos: 94.5,37.5 + pos: 77.5,41.5 parent: 2 - - uid: 28015 + - uid: 10354 components: - type: Transform - pos: 84.5,46.5 + pos: 86.5,51.5 parent: 2 - - uid: 28016 + - uid: 10356 components: - type: Transform - pos: 94.5,39.5 + pos: 86.5,48.5 parent: 2 - - uid: 28017 + - uid: 10357 components: - type: Transform - pos: 73.5,46.5 + pos: 71.5,50.5 parent: 2 - - uid: 28019 + - uid: 10358 components: - type: Transform - pos: 98.5,34.5 + pos: 71.5,52.5 parent: 2 - - uid: 28020 + - uid: 10359 components: - type: Transform - pos: 63.5,60.5 + pos: 71.5,51.5 parent: 2 - - uid: 28021 + - uid: 10360 components: - type: Transform - pos: 65.5,62.5 + pos: 70.5,47.5 parent: 2 - - uid: 28023 + - uid: 10361 components: - type: Transform - pos: 91.5,25.5 + pos: 69.5,43.5 parent: 2 - - uid: 28025 + - uid: 10362 components: - type: Transform - pos: 99.5,34.5 + pos: 71.5,40.5 parent: 2 - - uid: 28026 + - uid: 10363 components: - type: Transform - pos: 96.5,38.5 + pos: 77.5,53.5 parent: 2 - - uid: 28029 + - uid: 10364 components: - type: Transform - pos: 92.5,34.5 + pos: 69.5,54.5 parent: 2 - - uid: 28030 + - uid: 10365 components: - type: Transform - pos: 84.5,47.5 + pos: 59.5,39.5 parent: 2 - - uid: 28031 + - uid: 10366 components: - type: Transform - pos: 86.5,31.5 + pos: 71.5,53.5 parent: 2 - - uid: 28032 + - uid: 10367 components: - type: Transform - pos: 96.5,34.5 + pos: 79.5,62.5 parent: 2 - - uid: 28033 + - uid: 13783 components: - type: Transform - pos: 88.5,31.5 + pos: 72.5,53.5 parent: 2 - - uid: 28034 + - uid: 13790 components: - type: Transform - pos: 98.5,40.5 + pos: 58.5,41.5 parent: 2 - - uid: 28035 + - uid: 13791 components: - type: Transform - pos: 86.5,30.5 + pos: 73.5,53.5 parent: 2 - - uid: 28042 + - uid: 13792 components: - type: Transform - pos: 57.5,47.5 + pos: 71.5,35.5 parent: 2 - - uid: 28045 + - uid: 13793 components: - type: Transform - pos: 92.5,46.5 + pos: 65.5,33.5 parent: 2 - - uid: 28046 + - uid: 13794 components: - type: Transform - pos: 56.5,43.5 + pos: 63.5,43.5 parent: 2 - - uid: 28048 + - uid: 13795 components: - type: Transform - pos: 56.5,41.5 + pos: 63.5,41.5 parent: 2 - - uid: 28049 + - uid: 13806 components: - type: Transform - pos: 58.5,35.5 + pos: 63.5,42.5 parent: 2 - - uid: 28050 + - uid: 13808 components: - type: Transform - pos: 55.5,41.5 + pos: 63.5,39.5 parent: 2 - - uid: 28249 + - uid: 13809 components: - type: Transform - pos: 56.5,35.5 + pos: 63.5,40.5 parent: 2 - - uid: 28502 + - uid: 13810 components: - type: Transform - pos: 59.5,35.5 + pos: 63.5,37.5 parent: 2 - - uid: 28503 + - uid: 13811 components: - type: Transform - pos: 59.5,37.5 + pos: 87.5,48.5 parent: 2 - - uid: 28505 + - uid: 13812 components: - type: Transform - pos: 57.5,35.5 + pos: 82.5,47.5 parent: 2 - - uid: 28506 + - uid: 13813 components: - type: Transform - pos: 57.5,37.5 + pos: 75.5,46.5 parent: 2 - - uid: 28507 + - uid: 13814 components: - type: Transform - pos: 57.5,38.5 + pos: 93.5,46.5 parent: 2 - - uid: 28509 + - uid: 13815 components: - type: Transform - pos: 51.5,33.5 + pos: 76.5,48.5 parent: 2 - - uid: 28510 + - uid: 13820 components: - type: Transform - pos: 55.5,39.5 + pos: 89.5,26.5 parent: 2 - - uid: 28511 + - uid: 13821 components: - type: Transform - pos: 66.5,69.5 + pos: 82.5,38.5 parent: 2 - - uid: 29256 + - uid: 13822 components: - type: Transform - pos: 76.5,65.5 + pos: 89.5,25.5 parent: 2 - - uid: 29264 + - uid: 13823 components: - type: Transform - pos: 90.5,25.5 + pos: 65.5,69.5 parent: 2 - - uid: 29267 + - uid: 13824 components: - type: Transform - pos: 79.5,64.5 + pos: 83.5,37.5 parent: 2 - - uid: 29268 + - uid: 14949 components: - type: Transform - pos: 98.5,38.5 + pos: 87.5,66.5 parent: 2 - - uid: 29270 + - uid: 14950 components: - type: Transform - pos: 67.5,69.5 + pos: 83.5,65.5 parent: 2 - - uid: 29271 + - uid: 14951 components: - type: Transform - pos: 54.5,69.5 + pos: 87.5,65.5 parent: 2 - - uid: 29274 + - uid: 14952 components: - type: Transform - pos: 59.5,69.5 + pos: 81.5,65.5 parent: 2 - - uid: 29275 + - uid: 14953 components: - type: Transform - pos: 82.5,45.5 + pos: 87.5,64.5 parent: 2 - - uid: 29276 + - uid: 14954 components: - type: Transform - pos: 99.5,43.5 + pos: 82.5,67.5 parent: 2 - - uid: 29277 + - uid: 14955 components: - type: Transform - pos: 98.5,36.5 + pos: 85.5,68.5 parent: 2 - - uid: 29278 + - uid: 14956 components: - type: Transform - pos: 98.5,39.5 + pos: 87.5,67.5 parent: 2 - - uid: 29279 + - uid: 14957 components: - type: Transform - pos: 98.5,43.5 + pos: 70.5,35.5 parent: 2 - - uid: 29280 + - uid: 14959 components: - type: Transform - pos: 98.5,41.5 + pos: 64.5,43.5 parent: 2 - - uid: 29281 + - uid: 14960 components: - type: Transform - pos: 98.5,37.5 + pos: 65.5,45.5 parent: 2 - - uid: 29282 + - uid: 14961 components: - type: Transform - pos: 98.5,42.5 + pos: 64.5,45.5 parent: 2 - - uid: 29283 + - uid: 14962 components: - type: Transform - pos: 88.5,30.5 + pos: 65.5,46.5 parent: 2 - - uid: 29284 + - uid: 14963 components: - type: Transform - pos: 88.5,32.5 + pos: 65.5,47.5 parent: 2 - - uid: 29285 + - uid: 14964 components: - type: Transform - pos: 99.5,28.5 + pos: 67.5,50.5 parent: 2 - - uid: 29302 + - uid: 14965 components: - type: Transform - pos: 90.5,30.5 + pos: 83.5,47.5 parent: 2 - - uid: 29303 + - uid: 14966 components: - type: Transform - pos: 98.5,30.5 + pos: 81.5,47.5 parent: 2 - - uid: 29308 + - uid: 14967 components: - type: Transform - pos: 81.5,45.5 + pos: 75.5,44.5 parent: 2 - - uid: 29310 + - uid: 14968 components: - type: Transform - pos: 86.5,28.5 + pos: 75.5,45.5 parent: 2 - - uid: 29311 + - uid: 14969 components: - type: Transform - pos: 88.5,28.5 + pos: 75.5,43.5 parent: 2 - - uid: 29313 + - uid: 14970 components: - type: Transform - pos: 69.5,51.5 + pos: 75.5,48.5 parent: 2 - - uid: 29317 + - uid: 14971 components: - type: Transform - pos: 71.5,37.5 + pos: 77.5,48.5 parent: 2 - - uid: 29318 + - uid: 14973 components: - type: Transform - pos: 57.5,45.5 + pos: 84.5,65.5 parent: 2 - - uid: 29319 + - uid: 14974 components: - type: Transform - pos: 54.5,58.5 + pos: 82.5,65.5 parent: 2 - - uid: 29320 + - uid: 14975 components: - type: Transform - pos: 78.5,45.5 + pos: 79.5,65.5 parent: 2 - - uid: 29323 + - uid: 14976 components: - type: Transform - pos: 65.5,58.5 + pos: 80.5,65.5 parent: 2 - - uid: 29324 + - uid: 14978 components: - type: Transform - pos: 65.5,57.5 + pos: 77.5,65.5 parent: 2 - - uid: 29325 + - uid: 14979 components: - type: Transform - pos: 75.5,47.5 + pos: 72.5,47.5 parent: 2 - - uid: 29326 + - uid: 14980 components: - type: Transform - pos: 80.5,43.5 + pos: 70.5,49.5 parent: 2 - - uid: 29327 + - uid: 14981 components: - type: Transform - pos: 77.5,45.5 + pos: 55.5,33.5 parent: 2 - - uid: 29328 + - uid: 14982 components: - type: Transform - pos: 79.5,45.5 + pos: 54.5,33.5 parent: 2 - - uid: 29329 + - uid: 14984 components: - type: Transform - pos: 79.5,43.5 + pos: 69.5,44.5 parent: 2 - - uid: 29330 + - uid: 14985 components: - type: Transform - pos: 80.5,45.5 + pos: 69.5,47.5 parent: 2 - - uid: 29331 + - uid: 16101 components: - type: Transform - pos: 80.5,44.5 + pos: 69.5,49.5 parent: 2 - - uid: 29332 + - uid: 16476 components: - type: Transform - pos: 81.5,36.5 + pos: 71.5,49.5 parent: 2 - - uid: 29333 + - uid: 16485 components: - type: Transform - pos: 80.5,35.5 + pos: 56.5,33.5 parent: 2 - - uid: 29334 + - uid: 16577 components: - type: Transform - pos: 79.5,35.5 + pos: 81.5,33.5 parent: 2 - - uid: 29335 + - uid: 17651 components: - type: Transform - pos: 82.5,27.5 + pos: 77.5,68.5 parent: 2 - - uid: 29336 + - uid: 18033 components: - type: Transform - pos: 81.5,35.5 + pos: 73.5,47.5 parent: 2 - - uid: 29337 + - uid: 18326 components: - type: Transform - pos: 82.5,29.5 + pos: 71.5,47.5 parent: 2 - - uid: 29338 + - uid: 19319 components: - type: Transform - pos: 82.5,30.5 + pos: 79.5,41.5 parent: 2 - - uid: 29339 + - uid: 19322 components: - type: Transform - pos: 86.5,33.5 + pos: 64.5,37.5 parent: 2 - - uid: 29340 + - uid: 19325 components: - type: Transform - pos: 79.5,63.5 + pos: 79.5,39.5 parent: 2 - - uid: 29341 + - uid: 19326 components: - type: Transform - pos: 73.5,57.5 + pos: 67.5,49.5 parent: 2 - - uid: 29342 + - uid: 19336 components: - type: Transform - pos: 55.5,69.5 + pos: 57.5,33.5 parent: 2 - - uid: 29343 + - uid: 19716 components: - type: Transform - pos: 73.5,62.5 + pos: 96.5,43.5 parent: 2 - - uid: 29344 + - uid: 19725 components: - type: Transform - pos: 73.5,60.5 + pos: 97.5,32.5 parent: 2 - - uid: 29345 + - uid: 19726 components: - type: Transform - pos: 73.5,61.5 + pos: 99.5,32.5 parent: 2 - - uid: 29346 + - uid: 19727 components: - type: Transform - pos: 73.5,56.5 + pos: 64.5,57.5 parent: 2 - - uid: 29347 + - uid: 19728 components: - type: Transform - pos: 75.5,61.5 + pos: 94.5,44.5 parent: 2 - - uid: 29350 + - uid: 19729 components: - type: Transform - pos: 55.5,38.5 + pos: 96.5,44.5 parent: 2 - - uid: 29352 + - uid: 19894 components: - type: Transform - pos: 73.5,58.5 + pos: 82.5,41.5 parent: 2 - - uid: 29353 + - uid: 19899 components: - type: Transform - pos: 67.5,60.5 + pos: 84.5,36.5 parent: 2 - - uid: 29354 + - uid: 19940 components: - type: Transform - pos: 67.5,61.5 + pos: -75.5,-7.5 parent: 2 - - uid: 29355 + - uid: 20936 components: - type: Transform - pos: 67.5,59.5 + pos: 96.5,36.5 parent: 2 - - uid: 29358 + - uid: 20985 components: - type: Transform - pos: 55.5,40.5 + pos: -77.5,-6.5 parent: 2 - - uid: 29360 + - uid: 21034 components: - type: Transform - pos: 70.5,56.5 + pos: 84.5,35.5 parent: 2 - - uid: 29361 + - uid: 22371 components: - type: Transform - pos: 67.5,62.5 + pos: 81.5,38.5 parent: 2 - - uid: 29367 + - uid: 22378 components: - type: Transform - pos: 72.5,56.5 + pos: 74.5,41.5 parent: 2 - - uid: 29368 + - uid: 22398 components: - type: Transform - pos: 71.5,56.5 + pos: -65.5,32.5 parent: 2 - - uid: 29369 + - uid: 22399 components: - type: Transform - pos: 87.5,28.5 + pos: -71.5,-1.5 parent: 2 - - uid: 29370 + - uid: 22400 components: - type: Transform - pos: 57.5,43.5 + pos: -77.5,-4.5 parent: 2 - - uid: 29373 + - uid: 22401 components: - type: Transform - pos: 97.5,28.5 + pos: -79.5,-2.5 parent: 2 - - uid: 29374 + - uid: 22630 components: - type: Transform - pos: 96.5,28.5 + pos: -75.5,-1.5 parent: 2 - - uid: 29375 + - uid: 22633 components: - type: Transform - pos: 98.5,28.5 + pos: -74.5,-1.5 parent: 2 - - uid: 29376 + - uid: 22638 components: - type: Transform - pos: 82.5,26.5 + pos: -72.5,-1.5 parent: 2 - - uid: 29377 + - uid: 22639 components: - type: Transform - pos: 82.5,32.5 + pos: -73.5,-1.5 parent: 2 - - uid: 29378 + - uid: 22640 components: - type: Transform - pos: 82.5,31.5 + pos: -74.5,-7.5 parent: 2 - - uid: 29379 + - uid: 22641 components: - type: Transform - pos: 82.5,33.5 + pos: -77.5,-5.5 parent: 2 - - uid: 29380 + - uid: 22642 components: - type: Transform - pos: 71.5,60.5 + pos: -78.5,-3.5 parent: 2 - - uid: 29381 + - uid: 22643 components: - type: Transform - pos: 71.5,59.5 + pos: -77.5,-3.5 parent: 2 - - uid: 29382 + - uid: 22646 components: - type: Transform - pos: 83.5,26.5 + pos: -77.5,-1.5 parent: 2 - - uid: 29383 + - uid: 22647 components: - type: Transform - pos: 88.5,33.5 + pos: -69.5,35.5 parent: 2 - - uid: 29384 + - uid: 22652 components: - type: Transform - pos: 87.5,33.5 + pos: -66.5,35.5 parent: 2 - - uid: 29385 + - uid: 22653 components: - type: Transform - pos: 94.5,33.5 + pos: -68.5,35.5 parent: 2 - - uid: 29386 + - uid: 22655 components: - type: Transform - pos: 82.5,28.5 + pos: -69.5,31.5 parent: 2 - - uid: 29387 + - uid: 22752 components: - type: Transform - pos: 80.5,29.5 + pos: 82.5,40.5 parent: 2 - - uid: 29388 + - uid: 22753 components: - type: Transform - pos: 80.5,28.5 + pos: 85.5,35.5 parent: 2 - - uid: 29392 + - uid: 22770 components: - type: Transform - pos: 81.5,28.5 + pos: -78.5,-1.5 parent: 2 - - uid: 29395 + - uid: 23056 components: - type: Transform - pos: 94.5,30.5 + pos: 53.5,63.5 parent: 2 - - uid: 29396 + - uid: 23066 components: - type: Transform - pos: 91.5,30.5 + pos: 69.5,63.5 parent: 2 - - uid: 29397 + - uid: 23068 components: - type: Transform - pos: 93.5,30.5 + pos: 67.5,63.5 parent: 2 - - uid: 29398 + - uid: 23073 components: - type: Transform - pos: 97.5,30.5 + pos: 82.5,42.5 parent: 2 - - uid: 29399 + - uid: 23075 components: - type: Transform - pos: 86.5,32.5 + pos: 59.5,47.5 parent: 2 - - uid: 29406 + - uid: 23078 components: - type: Transform - pos: 78.5,43.5 + pos: 59.5,42.5 parent: 2 - - uid: 29407 + - uid: 23079 components: - type: Transform - pos: 80.5,34.5 + pos: 53.5,35.5 parent: 2 - - uid: 29408 + - uid: 23081 components: - type: Transform - pos: 77.5,43.5 + pos: 71.5,27.5 parent: 2 - - uid: 29409 + - uid: 23082 components: - type: Transform - pos: 80.5,32.5 + pos: 67.5,66.5 parent: 2 - - uid: 29410 + - uid: 23086 components: - type: Transform - pos: 80.5,33.5 + pos: 76.5,27.5 parent: 2 - - uid: 29411 + - uid: 23385 components: - type: Transform - pos: 80.5,31.5 + pos: -76.5,-7.5 parent: 2 - - uid: 29412 + - uid: 23424 components: - type: Transform - pos: 74.5,43.5 + pos: 86.5,35.5 parent: 2 - - uid: 29413 + - uid: 23448 components: - type: Transform - pos: 88.5,48.5 + pos: 88.5,35.5 parent: 2 - - uid: 29414 + - uid: 23480 components: - type: Transform - pos: 73.5,43.5 + pos: -71.5,-5.5 parent: 2 - - uid: 29415 + - uid: 23483 components: - type: Transform - pos: 83.5,33.5 + pos: 59.5,44.5 parent: 2 - - uid: 29416 + - uid: 23484 components: - type: Transform - pos: 84.5,33.5 + pos: 76.5,29.5 parent: 2 - - uid: 29417 + - uid: 23485 components: - type: Transform - pos: 85.5,33.5 + pos: 82.5,39.5 parent: 2 - - uid: 29418 + - uid: 23487 components: - type: Transform - pos: 84.5,26.5 + pos: 69.5,33.5 parent: 2 - - uid: 29419 + - uid: 23489 components: - type: Transform - pos: 94.5,34.5 + pos: 53.5,36.5 parent: 2 - - uid: 29420 + - uid: 23491 components: - type: Transform - pos: 85.5,25.5 + pos: 91.5,42.5 parent: 2 - - uid: 29421 + - uid: 23492 components: - type: Transform - pos: 85.5,26.5 + pos: 90.5,35.5 parent: 2 - - uid: 29422 + - uid: 23504 components: - type: Transform - pos: 67.5,42.5 + pos: -71.5,-2.5 parent: 2 - - uid: 29637 + - uid: 23505 components: - type: Transform - pos: 67.5,41.5 + pos: -71.5,-4.5 parent: 2 - - uid: 29840 + - uid: 23506 components: - type: Transform - pos: 67.5,37.5 + pos: -71.5,-3.5 parent: 2 - - uid: 29849 + - uid: 23507 components: - type: Transform - pos: 71.5,62.5 + pos: -70.5,-5.5 parent: 2 - - uid: 29850 + - uid: 23508 components: - type: Transform - pos: 75.5,60.5 + pos: -73.5,-7.5 parent: 2 - - uid: 29851 + - uid: 23509 components: - type: Transform - pos: 85.5,23.5 + pos: -72.5,-7.5 parent: 2 - - uid: 29853 + - uid: 23516 components: - type: Transform - pos: 84.5,44.5 + pos: -71.5,-7.5 parent: 2 - - uid: 29857 + - uid: 23537 components: - type: Transform - pos: 83.5,36.5 + pos: -66.5,29.5 parent: 2 - - uid: 29859 + - uid: 23541 components: - type: Transform - pos: 83.5,44.5 + pos: -65.5,31.5 parent: 2 - - uid: 29860 + - uid: 23543 components: - type: Transform - pos: 83.5,43.5 + pos: -69.5,30.5 parent: 2 - - uid: 29861 + - uid: 23589 components: - type: Transform - pos: 84.5,45.5 + pos: -67.5,30.5 parent: 2 - - uid: 29862 + - uid: 23590 components: - type: Transform - pos: 85.5,24.5 + pos: -65.5,33.5 parent: 2 - - uid: 29863 + - uid: 23591 components: - type: Transform - pos: 91.5,32.5 + pos: -65.5,35.5 parent: 2 - - uid: 29864 + - uid: 23703 components: - type: Transform - pos: 92.5,25.5 + pos: 62.5,66.5 parent: 2 - - uid: 29865 + - uid: 23704 components: - type: Transform - pos: 94.5,40.5 + pos: 54.5,66.5 parent: 2 - - uid: 29866 + - uid: 23706 components: - type: Transform - pos: 93.5,25.5 + pos: 70.5,27.5 parent: 2 - - uid: 29867 + - uid: 23716 components: - type: Transform - pos: 55.5,42.5 + pos: 67.5,68.5 parent: 2 - - uid: 29869 + - uid: 23729 components: - type: Transform - pos: 96.5,42.5 + pos: 76.5,30.5 parent: 2 - - uid: 29870 + - uid: 23730 components: - type: Transform - pos: 96.5,40.5 + pos: 57.5,44.5 parent: 2 - - uid: 29872 + - uid: 23733 components: - type: Transform - pos: 95.5,32.5 + pos: 75.5,27.5 parent: 2 - - uid: 29874 + - uid: 23734 components: - type: Transform - pos: 92.5,32.5 + pos: 73.5,27.5 parent: 2 - - uid: 29875 + - uid: 23736 components: - type: Transform - pos: 96.5,37.5 + pos: 74.5,31.5 parent: 2 - - uid: 29876 + - uid: 23737 components: - type: Transform - pos: 96.5,41.5 + pos: 76.5,31.5 parent: 2 - - uid: 29878 + - uid: 23738 components: - type: Transform - pos: 85.5,28.5 + pos: 67.5,65.5 parent: 2 - - uid: 29883 + - uid: 23739 components: - type: Transform - pos: 85.5,27.5 + pos: 69.5,64.5 parent: 2 - - uid: 29900 + - uid: 23753 components: - type: Transform - pos: 61.5,61.5 + pos: 63.5,66.5 parent: 2 - - uid: 29901 + - uid: 24081 components: - type: Transform - pos: 57.5,60.5 + pos: -66.5,30.5 parent: 2 - - uid: 29902 + - uid: 25067 components: - type: Transform - pos: 60.5,61.5 + rot: -1.5707963267948966 rad + pos: -70.5,34.5 parent: 2 - - uid: 29903 + - uid: 25068 components: - type: Transform - pos: 57.5,61.5 + rot: -1.5707963267948966 rad + pos: -70.5,32.5 parent: 2 - - uid: 29904 + - uid: 25172 components: - type: Transform - pos: 59.5,61.5 + pos: 75.5,29.5 parent: 2 - - uid: 29905 + - uid: 25203 components: - type: Transform - pos: 58.5,61.5 + rot: -1.5707963267948966 rad + pos: -70.5,33.5 parent: 2 - - uid: 29906 + - uid: 26584 components: - type: Transform - pos: 67.5,56.5 + pos: 70.5,26.5 parent: 2 - - uid: 29933 + - uid: 26624 components: - type: Transform - pos: 67.5,57.5 + pos: 70.5,25.5 parent: 2 - - uid: 29934 + - uid: 27830 components: - type: Transform - pos: 67.5,58.5 + pos: 87.5,26.5 parent: 2 - - uid: 29936 + - uid: 27831 components: - type: Transform - pos: 69.5,61.5 + pos: 89.5,27.5 parent: 2 - - uid: 29937 + - uid: 27834 components: - type: Transform - pos: 69.5,62.5 + pos: 52.5,41.5 parent: 2 - - uid: 29938 + - uid: 27835 components: - type: Transform - pos: 69.5,59.5 + pos: 73.5,41.5 parent: 2 - - uid: 29939 + - uid: 27836 components: - type: Transform - pos: 69.5,60.5 + pos: 58.5,39.5 parent: 2 - - uid: 29940 + - uid: 27837 components: - type: Transform - pos: 56.5,60.5 + pos: 98.5,26.5 parent: 2 - - uid: 29951 + - uid: 27838 components: - type: Transform - pos: 83.5,45.5 + pos: 96.5,35.5 parent: 2 - - uid: 30102 + - uid: 27839 components: - type: Transform - pos: 93.5,32.5 + pos: 98.5,32.5 parent: 2 - - uid: 30103 + - uid: 27840 components: - type: Transform - pos: 94.5,32.5 + pos: 96.5,32.5 parent: 2 - - uid: 30104 + - uid: 27841 components: - type: Transform - pos: 89.5,28.5 + pos: 93.5,43.5 parent: 2 - - uid: 30107 + - uid: 27842 components: - type: Transform - pos: 69.5,55.5 + pos: 93.5,44.5 parent: 2 - - uid: 30108 + - uid: 27843 components: - type: Transform - pos: 64.5,55.5 + pos: 95.5,44.5 parent: 2 - - uid: 30109 + - uid: 27859 components: - type: Transform - pos: 69.5,56.5 + pos: 53.5,40.5 parent: 2 - - uid: 30110 + - uid: 27867 components: - type: Transform - pos: 66.5,55.5 + pos: 96.5,25.5 parent: 2 - - uid: 30111 + - uid: 27873 components: - type: Transform - pos: 65.5,55.5 + pos: 77.5,62.5 parent: 2 - - uid: 30112 + - uid: 27874 components: - type: Transform - pos: 67.5,55.5 + pos: 75.5,59.5 parent: 2 - - uid: 30113 + - uid: 27877 components: - type: Transform - pos: 69.5,57.5 + pos: 77.5,58.5 parent: 2 - - uid: 30114 + - uid: 27878 components: - type: Transform - pos: 69.5,58.5 + pos: 77.5,56.5 parent: 2 - - uid: 30115 + - uid: 27889 components: - type: Transform - pos: 56.5,63.5 + pos: 75.5,58.5 parent: 2 - - uid: 30116 + - uid: 27890 components: - type: Transform - pos: 60.5,63.5 + pos: 77.5,55.5 parent: 2 - - uid: 30117 + - uid: 27891 components: - type: Transform - pos: 57.5,63.5 + pos: 77.5,54.5 parent: 2 - - uid: 30118 + - uid: 27892 components: - type: Transform - pos: 58.5,63.5 + pos: 79.5,60.5 parent: 2 - - uid: 30119 + - uid: 27893 components: - type: Transform - pos: 61.5,63.5 + pos: 75.5,57.5 parent: 2 - - uid: 30120 + - uid: 27894 components: - type: Transform - pos: 59.5,63.5 + pos: 75.5,62.5 parent: 2 - - uid: 30121 + - uid: 27895 components: - type: Transform - pos: 54.5,68.5 + pos: 75.5,56.5 parent: 2 - - uid: 30122 + - uid: 27896 components: - type: Transform - pos: 62.5,63.5 + pos: 78.5,60.5 parent: 2 - - uid: 30123 + - uid: 27897 components: - type: Transform - pos: 54.5,67.5 + pos: 76.5,62.5 parent: 2 - - uid: 30124 + - uid: 27898 components: - type: Transform - pos: 87.5,25.5 + pos: 77.5,60.5 parent: 2 - - uid: 30125 + - uid: 27899 components: - type: Transform - pos: 87.5,24.5 + pos: 77.5,59.5 parent: 2 - - uid: 30175 + - uid: 27900 components: - type: Transform - pos: 65.5,35.5 + pos: 77.5,57.5 parent: 2 - - uid: 30176 + - uid: 27902 components: - type: Transform - pos: 60.5,33.5 + pos: 54.5,60.5 parent: 2 - - uid: 30177 + - uid: 27903 components: - type: Transform - pos: 61.5,34.5 + pos: 65.5,61.5 parent: 2 - - uid: 30655 + - uid: 27904 components: - type: Transform - pos: 63.5,33.5 + pos: 80.5,62.5 parent: 2 - - uid: 30690 + - uid: 27907 components: - type: Transform - pos: 63.5,34.5 + pos: 90.5,32.5 parent: 2 - - uid: 30693 + - uid: 27909 components: - type: Transform - pos: 61.5,33.5 + pos: 86.5,49.5 parent: 2 - - uid: 30701 + - uid: 27910 components: - type: Transform - pos: 59.5,33.5 + pos: 64.5,60.5 parent: 2 - - uid: 30702 + - uid: 27912 components: - type: Transform - pos: 63.5,35.5 + pos: 65.5,63.5 parent: 2 - - uid: 30706 + - uid: 27913 components: - type: Transform - pos: 64.5,35.5 + pos: 71.5,58.5 parent: 2 - - uid: 30751 + - uid: 27915 components: - type: Transform - pos: 66.5,35.5 + pos: 94.5,38.5 parent: 2 - - uid: 30752 + - uid: 27918 components: - type: Transform - pos: 63.5,32.5 + pos: 54.5,57.5 parent: 2 - - uid: 30976 + - uid: 27919 components: - type: Transform - pos: 53.5,41.5 + pos: 90.5,48.5 parent: 2 - - uid: 30977 + - uid: 27920 components: - type: Transform - pos: 57.5,46.5 + pos: 75.5,55.5 parent: 2 - - uid: 31303 + - uid: 27921 components: - type: Transform - pos: 85.5,21.5 + pos: 62.5,60.5 parent: 2 - - uid: 31606 + - uid: 27924 components: - type: Transform - pos: 57.5,39.5 + pos: 71.5,61.5 parent: 2 - - uid: 31607 + - uid: 27928 components: - type: Transform - pos: 55.5,37.5 + pos: 79.5,59.5 parent: 2 - - uid: 31608 + - uid: 27930 components: - type: Transform - pos: 58.5,33.5 + pos: 53.5,43.5 parent: 2 - - uid: 31609 + - uid: 27935 components: - type: Transform - pos: 57.5,41.5 + pos: 61.5,60.5 parent: 2 - - uid: 31610 + - uid: 27936 components: - type: Transform - pos: 55.5,43.5 + pos: 95.5,30.5 parent: 2 - - uid: 31629 + - uid: 27937 components: - type: Transform - pos: 60.5,66.5 + pos: 55.5,60.5 parent: 2 - - uid: 31630 + - uid: 27938 components: - type: Transform - pos: 72.5,27.5 + pos: 65.5,60.5 parent: 2 - - uid: 32546 + - uid: 27939 components: - type: Transform - pos: 73.5,42.5 + pos: 65.5,59.5 parent: 2 - - uid: 32585 + - uid: 27940 components: - type: Transform - pos: 53.5,44.5 + pos: 67.5,38.5 parent: 2 -- proto: WallPlastitanium - entities: - - uid: 15978 + - uid: 27942 components: - type: Transform - pos: 26.5,40.5 + pos: 99.5,29.5 parent: 2 - - uid: 16148 + - uid: 27945 components: - type: Transform - pos: 25.5,39.5 + pos: 84.5,28.5 parent: 2 - - uid: 16149 + - uid: 27947 components: - type: Transform - pos: 25.5,36.5 + pos: 90.5,28.5 parent: 2 - - uid: 16150 + - uid: 27976 components: - type: Transform - pos: 29.5,40.5 + pos: 67.5,40.5 parent: 2 - - uid: 16245 + - uid: 27977 components: - type: Transform - pos: 29.5,39.5 + pos: 72.5,62.5 parent: 2 - - uid: 16246 + - uid: 27978 components: - type: Transform - pos: 29.5,36.5 + pos: 67.5,39.5 parent: 2 - - uid: 16275 + - uid: 27980 components: - type: Transform - pos: 25.5,40.5 + pos: 93.5,42.5 parent: 2 - - uid: 16276 + - uid: 27981 components: - type: Transform - pos: 28.5,40.5 + pos: 72.5,43.5 parent: 2 -- proto: WallReinforced - entities: - - uid: 44 + - uid: 27987 components: - type: Transform - pos: 20.5,47.5 + pos: 96.5,30.5 parent: 2 - - uid: 47 + - uid: 27988 components: - type: Transform - pos: -30.5,68.5 + pos: 99.5,30.5 parent: 2 - - uid: 50 + - uid: 27990 components: - type: Transform - pos: 71.5,24.5 + pos: 89.5,48.5 parent: 2 - - uid: 71 + - uid: 27991 components: - type: Transform - pos: -9.5,-12.5 + pos: 89.5,30.5 parent: 2 - - uid: 74 + - uid: 27992 components: - type: Transform - pos: -12.5,-11.5 + pos: 84.5,30.5 parent: 2 - - uid: 75 + - uid: 27993 components: - type: Transform - pos: 20.5,44.5 + pos: 84.5,31.5 parent: 2 - - uid: 76 + - uid: 27994 components: - type: Transform - pos: -12.5,-12.5 + pos: 92.5,48.5 parent: 2 - - uid: 83 + - uid: 27995 components: - type: Transform - pos: -11.5,-12.5 + pos: 54.5,59.5 parent: 2 - - uid: 110 + - uid: 27996 components: - type: Transform - pos: -10.5,-12.5 + pos: 74.5,46.5 parent: 2 - - uid: 134 + - uid: 27997 components: - type: Transform - pos: -28.5,50.5 + pos: 54.5,43.5 parent: 2 - - uid: 164 + - uid: 27999 components: - type: Transform - pos: -12.5,-8.5 + pos: 63.5,62.5 parent: 2 - - uid: 172 + - uid: 28006 components: - type: Transform - pos: -8.5,-12.5 + pos: 96.5,39.5 parent: 2 - - uid: 180 + - uid: 28009 components: - type: Transform - pos: -35.5,-4.5 + pos: 84.5,29.5 parent: 2 - - uid: 182 + - uid: 28010 components: - type: Transform - pos: -34.5,0.5 + pos: 56.5,69.5 parent: 2 - - uid: 197 + - uid: 28011 components: - type: Transform - pos: -8.5,68.5 + pos: 92.5,30.5 parent: 2 - - uid: 199 + - uid: 28012 components: - type: Transform - pos: -12.5,-6.5 + pos: 93.5,34.5 parent: 2 - - uid: 203 + - uid: 28014 components: - type: Transform - pos: -34.5,1.5 + pos: 94.5,37.5 parent: 2 - - uid: 236 + - uid: 28015 components: - type: Transform - pos: -12.5,-7.5 + pos: 84.5,46.5 parent: 2 - - uid: 277 + - uid: 28016 components: - type: Transform - pos: -47.5,-39.5 + pos: 94.5,39.5 parent: 2 - - uid: 293 + - uid: 28017 components: - type: Transform - pos: -20.5,52.5 + pos: 73.5,46.5 parent: 2 - - uid: 342 + - uid: 28019 components: - type: Transform - pos: 67.5,7.5 + pos: 98.5,34.5 parent: 2 - - uid: 406 + - uid: 28020 components: - type: Transform - pos: -35.5,-1.5 + pos: 63.5,60.5 parent: 2 - - uid: 437 + - uid: 28021 components: - type: Transform - pos: -35.5,-7.5 + pos: 65.5,62.5 parent: 2 - - uid: 440 + - uid: 28023 components: - type: Transform - pos: -63.5,-20.5 + pos: 91.5,25.5 parent: 2 - - uid: 553 + - uid: 28025 components: - type: Transform - pos: -12.5,-10.5 + pos: 99.5,34.5 parent: 2 - - uid: 555 + - uid: 28026 components: - type: Transform - pos: -12.5,-9.5 + pos: 96.5,38.5 parent: 2 - - uid: 569 + - uid: 28029 components: - type: Transform - pos: -43.5,61.5 + pos: 92.5,34.5 parent: 2 - - uid: 576 + - uid: 28030 components: - type: Transform - pos: -7.5,-10.5 + pos: 84.5,47.5 parent: 2 - - uid: 588 + - uid: 28031 components: - type: Transform - pos: -36.5,-10.5 + pos: 86.5,31.5 parent: 2 - - uid: 593 + - uid: 28032 components: - type: Transform - pos: -7.5,-9.5 + pos: 96.5,34.5 parent: 2 - - uid: 594 + - uid: 28033 components: - type: Transform - pos: -7.5,-12.5 + pos: 88.5,31.5 parent: 2 - - uid: 595 + - uid: 28034 components: - type: Transform - pos: -7.5,-11.5 + pos: 98.5,40.5 parent: 2 - - uid: 596 + - uid: 28035 components: - type: Transform - pos: -7.5,-6.5 + pos: 86.5,30.5 parent: 2 - - uid: 597 + - uid: 28042 components: - type: Transform - pos: -9.5,-6.5 + pos: 57.5,47.5 parent: 2 - - uid: 601 + - uid: 28045 components: - type: Transform - pos: 20.5,46.5 + pos: 92.5,46.5 parent: 2 - - uid: 606 + - uid: 28046 components: - type: Transform - pos: 28.5,41.5 + pos: 56.5,43.5 parent: 2 - - uid: 622 + - uid: 28048 components: - type: Transform - pos: 20.5,43.5 + pos: 56.5,41.5 parent: 2 - - uid: 636 + - uid: 28049 components: - type: Transform - pos: 83.5,9.5 + pos: 58.5,35.5 parent: 2 - - uid: 710 + - uid: 28050 components: - type: Transform - pos: -55.5,38.5 + pos: 55.5,41.5 parent: 2 - - uid: 718 + - uid: 28249 components: - type: Transform - pos: -35.5,-3.5 + pos: 56.5,35.5 parent: 2 - - uid: 725 + - uid: 28502 components: - type: Transform - pos: -6.5,-43.5 + pos: 59.5,35.5 parent: 2 - - uid: 726 + - uid: 28503 components: - type: Transform - pos: 69.5,8.5 + pos: 59.5,37.5 parent: 2 - - uid: 734 + - uid: 28505 components: - type: Transform - pos: -35.5,-2.5 + pos: 57.5,35.5 parent: 2 - - uid: 736 + - uid: 28506 components: - type: Transform - pos: -35.5,-8.5 + pos: 57.5,37.5 parent: 2 - - uid: 737 + - uid: 28507 components: - type: Transform - pos: -36.5,-9.5 + pos: 57.5,38.5 parent: 2 - - uid: 741 + - uid: 28509 components: - type: Transform - pos: -35.5,-6.5 + pos: 51.5,33.5 parent: 2 - - uid: 757 + - uid: 28510 components: - type: Transform - pos: -34.5,-0.5 + pos: 55.5,39.5 parent: 2 - - uid: 758 + - uid: 28511 components: - type: Transform - pos: -35.5,-5.5 + pos: 66.5,69.5 parent: 2 - - uid: 764 + - uid: 29256 components: - type: Transform - pos: -16.5,60.5 + pos: 76.5,65.5 parent: 2 - - uid: 798 + - uid: 29264 components: - type: Transform - pos: -43.5,57.5 + pos: 90.5,25.5 parent: 2 - - uid: 799 + - uid: 29267 components: - type: Transform - pos: -29.5,-4.5 + pos: 79.5,64.5 parent: 2 - - uid: 804 + - uid: 29268 components: - type: Transform - pos: 68.5,7.5 + pos: 98.5,38.5 parent: 2 - - uid: 822 + - uid: 29270 components: - type: Transform - pos: 30.5,46.5 + pos: 67.5,69.5 parent: 2 - - uid: 824 + - uid: 29271 components: - type: Transform - pos: 30.5,47.5 + pos: 54.5,69.5 parent: 2 - - uid: 836 + - uid: 29274 components: - type: Transform - pos: 5.5,31.5 + pos: 59.5,69.5 parent: 2 - - uid: 837 + - uid: 29275 components: - type: Transform - pos: 15.5,23.5 + pos: 82.5,45.5 parent: 2 - - uid: 838 + - uid: 29276 components: - type: Transform - pos: 15.5,26.5 + pos: 99.5,43.5 parent: 2 - - uid: 843 + - uid: 29277 components: - type: Transform - pos: 22.5,23.5 + pos: 98.5,36.5 parent: 2 - - uid: 845 + - uid: 29278 components: - type: Transform - pos: 22.5,25.5 + pos: 98.5,39.5 parent: 2 - - uid: 849 + - uid: 29279 components: - type: Transform - pos: 16.5,22.5 + pos: 98.5,43.5 parent: 2 - - uid: 981 + - uid: 29280 components: - type: Transform - pos: -41.5,61.5 + pos: 98.5,41.5 parent: 2 - - uid: 984 + - uid: 29281 components: - type: Transform - pos: -32.5,68.5 + pos: 98.5,37.5 parent: 2 - - uid: 986 + - uid: 29282 components: - type: Transform - pos: -7.5,65.5 + pos: 98.5,42.5 parent: 2 - - uid: 1081 + - uid: 29283 components: - type: Transform - pos: 4.5,31.5 + pos: 88.5,30.5 parent: 2 - - uid: 1092 + - uid: 29284 components: - type: Transform - pos: 66.5,7.5 + pos: 88.5,32.5 parent: 2 - - uid: 1093 + - uid: 29285 components: - type: Transform - pos: 65.5,8.5 + pos: 99.5,28.5 parent: 2 - - uid: 1121 + - uid: 29302 components: - type: Transform - pos: -53.5,-37.5 + pos: 90.5,30.5 parent: 2 - - uid: 1238 + - uid: 29303 components: - type: Transform - pos: -42.5,32.5 + pos: 98.5,30.5 parent: 2 - - uid: 1574 + - uid: 29308 components: - type: Transform - pos: 11.5,60.5 + pos: 81.5,45.5 parent: 2 - - uid: 1576 + - uid: 29310 components: - type: Transform - pos: 11.5,61.5 + pos: 86.5,28.5 parent: 2 - - uid: 1660 + - uid: 29311 components: - type: Transform - pos: 6.5,31.5 + pos: 88.5,28.5 parent: 2 - - uid: 1675 + - uid: 29313 components: - type: Transform - pos: -54.5,-37.5 + pos: 69.5,51.5 parent: 2 - - uid: 1692 + - uid: 29317 components: - type: Transform - pos: 4.5,51.5 + pos: 71.5,37.5 parent: 2 - - uid: 1761 + - uid: 29318 components: - type: Transform - pos: -65.5,-13.5 + pos: 57.5,45.5 parent: 2 - - uid: 1837 + - uid: 29319 components: - type: Transform - pos: 15.5,24.5 + pos: 54.5,58.5 parent: 2 - - uid: 1838 + - uid: 29320 components: - type: Transform - pos: 15.5,25.5 + pos: 78.5,45.5 parent: 2 - - uid: 1839 + - uid: 29323 components: - type: Transform - pos: 5.5,26.5 + pos: 65.5,58.5 parent: 2 - - uid: 1843 + - uid: 29324 components: - type: Transform - pos: 7.5,31.5 + pos: 65.5,57.5 parent: 2 - - uid: 1886 + - uid: 29325 components: - type: Transform - pos: 3.5,31.5 + pos: 75.5,47.5 parent: 2 - - uid: 1890 + - uid: 29326 components: - type: Transform - pos: 4.5,26.5 + pos: 80.5,43.5 parent: 2 - - uid: 1905 + - uid: 29327 components: - type: Transform - pos: 14.5,26.5 + pos: 77.5,45.5 parent: 2 - - uid: 1906 + - uid: 29328 components: - type: Transform - pos: 15.5,27.5 + pos: 79.5,45.5 parent: 2 - - uid: 1907 + - uid: 29329 components: - type: Transform - pos: 10.5,26.5 + pos: 79.5,43.5 parent: 2 - - uid: 1908 + - uid: 29330 components: - type: Transform - pos: 13.5,26.5 + pos: 80.5,45.5 parent: 2 - - uid: 1909 + - uid: 29331 components: - type: Transform - pos: 15.5,30.5 + pos: 80.5,44.5 parent: 2 - - uid: 1910 + - uid: 29332 components: - type: Transform - pos: 22.5,24.5 + pos: 81.5,36.5 parent: 2 - - uid: 1911 + - uid: 29333 components: - type: Transform - pos: 15.5,28.5 + pos: 80.5,35.5 parent: 2 - - uid: 1912 + - uid: 29334 components: - type: Transform - pos: 15.5,31.5 + pos: 79.5,35.5 parent: 2 - - uid: 1913 + - uid: 29335 components: - type: Transform - pos: 13.5,31.5 + pos: 82.5,27.5 parent: 2 - - uid: 1914 + - uid: 29336 components: - type: Transform - pos: 14.5,31.5 + pos: 81.5,35.5 parent: 2 - - uid: 1915 + - uid: 29337 components: - type: Transform - pos: 11.5,31.5 + pos: 82.5,29.5 parent: 2 - - uid: 1916 + - uid: 29338 components: - type: Transform - pos: 12.5,31.5 + pos: 82.5,30.5 parent: 2 - - uid: 1917 + - uid: 29339 components: - type: Transform - pos: 9.5,31.5 + pos: 86.5,33.5 parent: 2 - - uid: 1918 + - uid: 29340 components: - type: Transform - pos: 10.5,31.5 + pos: 79.5,63.5 parent: 2 - - uid: 1929 + - uid: 29341 components: - type: Transform - pos: 3.5,26.5 + pos: 73.5,57.5 parent: 2 - - uid: 1933 + - uid: 29342 components: - type: Transform - pos: 6.5,26.5 + pos: 55.5,69.5 parent: 2 - - uid: 1989 + - uid: 29343 components: - type: Transform - pos: 21.5,22.5 + pos: 73.5,62.5 parent: 2 - - uid: 1991 + - uid: 29344 components: - type: Transform - pos: 22.5,22.5 + pos: 73.5,60.5 parent: 2 - - uid: 1993 + - uid: 29345 components: - type: Transform - pos: 22.5,26.5 + pos: 73.5,61.5 parent: 2 - - uid: 1994 + - uid: 29346 components: - type: Transform - pos: 22.5,27.5 + pos: 73.5,56.5 parent: 2 - - uid: 1995 + - uid: 29347 components: - type: Transform - pos: 22.5,28.5 + pos: 75.5,61.5 parent: 2 - - uid: 1997 + - uid: 29350 components: - type: Transform - pos: 22.5,30.5 + pos: 55.5,38.5 parent: 2 - - uid: 1998 + - uid: 29352 components: - type: Transform - pos: 22.5,31.5 + pos: 73.5,58.5 parent: 2 - - uid: 1999 + - uid: 29353 components: - type: Transform - pos: 21.5,31.5 + pos: 67.5,60.5 parent: 2 - - uid: 2000 + - uid: 29354 components: - type: Transform - pos: 20.5,31.5 + pos: 67.5,61.5 parent: 2 - - uid: 2001 + - uid: 29355 components: - type: Transform - pos: 19.5,31.5 + pos: 67.5,59.5 parent: 2 - - uid: 2002 + - uid: 29358 components: - type: Transform - pos: 18.5,31.5 + pos: 55.5,40.5 parent: 2 - - uid: 2003 + - uid: 29360 components: - type: Transform - pos: 17.5,31.5 + pos: 70.5,56.5 parent: 2 - - uid: 2004 + - uid: 29361 components: - type: Transform - pos: 16.5,31.5 + pos: 67.5,62.5 parent: 2 - - uid: 2061 + - uid: 29367 components: - type: Transform - pos: -14.5,-44.5 + pos: 72.5,56.5 parent: 2 - - uid: 2177 + - uid: 29368 components: - type: Transform - pos: -42.5,-8.5 + pos: 71.5,56.5 parent: 2 - - uid: 2196 + - uid: 29369 components: - type: Transform - pos: -34.5,3.5 + pos: 87.5,28.5 parent: 2 - - uid: 2219 + - uid: 29370 components: - type: Transform - pos: -43.5,-7.5 + pos: 57.5,43.5 parent: 2 - - uid: 2221 + - uid: 29373 components: - type: Transform - pos: -1.5,-44.5 + pos: 97.5,28.5 parent: 2 - - uid: 2235 + - uid: 29374 components: - type: Transform - pos: 20.5,41.5 + pos: 96.5,28.5 parent: 2 - - uid: 2239 + - uid: 29375 components: - type: Transform - pos: 32.5,52.5 + pos: 98.5,28.5 parent: 2 - - uid: 2240 + - uid: 29376 components: - type: Transform - pos: 30.5,52.5 + pos: 82.5,26.5 parent: 2 - - uid: 2242 + - uid: 29377 components: - type: Transform - pos: 33.5,52.5 + pos: 82.5,32.5 parent: 2 - - uid: 2243 + - uid: 29378 components: - type: Transform - pos: 31.5,52.5 + pos: 82.5,31.5 parent: 2 - - uid: 2261 + - uid: 29379 components: - type: Transform - pos: -37.5,-45.5 + pos: 82.5,33.5 parent: 2 - - uid: 2266 + - uid: 29380 components: - type: Transform - pos: -14.5,-42.5 + pos: 71.5,60.5 parent: 2 - - uid: 2273 + - uid: 29381 components: - type: Transform - pos: 70.5,24.5 + pos: 71.5,59.5 parent: 2 - - uid: 2286 + - uid: 29382 components: - type: Transform - pos: 69.5,25.5 + pos: 83.5,26.5 parent: 2 - - uid: 2294 + - uid: 29383 components: - type: Transform - pos: -44.5,-6.5 + pos: 88.5,33.5 parent: 2 - - uid: 2298 + - uid: 29384 components: - type: Transform - pos: 48.5,1.5 + pos: 87.5,33.5 parent: 2 - - uid: 2303 + - uid: 29385 components: - type: Transform - pos: -38.5,-12.5 + pos: 94.5,33.5 parent: 2 - - uid: 2304 + - uid: 29386 components: - type: Transform - pos: -37.5,-12.5 + pos: 82.5,28.5 parent: 2 - - uid: 2308 + - uid: 29387 components: - type: Transform - pos: -44.5,-1.5 + pos: 80.5,29.5 parent: 2 - - uid: 2313 + - uid: 29388 components: - type: Transform - pos: -44.5,2.5 + pos: 80.5,28.5 parent: 2 - - uid: 2316 + - uid: 29392 components: - type: Transform - pos: -43.5,3.5 + pos: 81.5,28.5 parent: 2 - - uid: 2320 + - uid: 29395 components: - type: Transform - pos: -42.5,7.5 + pos: 94.5,30.5 parent: 2 - - uid: 2325 + - uid: 29396 components: - type: Transform - pos: -44.5,-5.5 + pos: 91.5,30.5 parent: 2 - - uid: 2327 + - uid: 29397 components: - type: Transform - pos: -43.5,-8.5 + pos: 93.5,30.5 parent: 2 - - uid: 2329 + - uid: 29398 components: - type: Transform - pos: -35.5,-37.5 + pos: 97.5,30.5 parent: 2 - - uid: 2362 + - uid: 29399 components: - type: Transform - pos: -8.5,62.5 + pos: 86.5,32.5 parent: 2 - - uid: 2366 + - uid: 29406 components: - type: Transform - pos: -52.5,23.5 + pos: 78.5,43.5 parent: 2 - - uid: 2375 + - uid: 29407 components: - type: Transform - pos: 72.5,11.5 + pos: 80.5,34.5 parent: 2 - - uid: 2379 + - uid: 29408 components: - type: Transform - pos: 54.5,8.5 + pos: 77.5,43.5 parent: 2 - - uid: 2392 + - uid: 29409 components: - type: Transform - pos: -13.5,-43.5 + pos: 80.5,32.5 parent: 2 - - uid: 2406 + - uid: 29410 components: - type: Transform - pos: 23.5,-37.5 + pos: 80.5,33.5 parent: 2 - - uid: 2407 + - uid: 29411 components: - type: Transform - pos: 12.5,-37.5 + pos: 80.5,31.5 parent: 2 - - uid: 2408 + - uid: 29412 components: - type: Transform - pos: 27.5,-35.5 + pos: 74.5,43.5 parent: 2 - - uid: 2409 + - uid: 29413 components: - type: Transform - pos: 28.5,-35.5 + pos: 88.5,48.5 parent: 2 - - uid: 2420 + - uid: 29414 components: - type: Transform - pos: -52.5,16.5 + pos: 73.5,43.5 parent: 2 - - uid: 2432 + - uid: 29415 components: - type: Transform - pos: 63.5,-32.5 + pos: 83.5,33.5 parent: 2 - - uid: 2434 + - uid: 29416 components: - type: Transform - pos: 62.5,-32.5 + pos: 84.5,33.5 parent: 2 - - uid: 2437 + - uid: 29417 components: - type: Transform - pos: -53.5,38.5 + pos: 85.5,33.5 parent: 2 - - uid: 2450 + - uid: 29418 components: - type: Transform - pos: -1.5,-49.5 + pos: 84.5,26.5 parent: 2 - - uid: 2485 + - uid: 29419 components: - type: Transform - pos: 9.5,-39.5 + pos: 94.5,34.5 parent: 2 - - uid: 2495 + - uid: 29420 components: - type: Transform - pos: 4.5,-44.5 + pos: 85.5,25.5 parent: 2 - - uid: 2499 + - uid: 29421 components: - type: Transform - pos: -5.5,-43.5 + pos: 85.5,26.5 parent: 2 - - uid: 2502 + - uid: 29422 components: - type: Transform - pos: -5.5,-44.5 + pos: 67.5,42.5 parent: 2 - - uid: 2505 + - uid: 29637 components: - type: Transform - pos: -28.5,65.5 + pos: 67.5,41.5 parent: 2 - - uid: 2513 + - uid: 29840 components: - type: Transform - pos: 38.5,52.5 + pos: 67.5,37.5 parent: 2 - - uid: 2514 + - uid: 29849 components: - type: Transform - pos: 51.5,46.5 + pos: 71.5,62.5 parent: 2 - - uid: 2516 + - uid: 29850 components: - type: Transform - pos: -110.5,-5.5 + pos: 75.5,60.5 parent: 2 - - uid: 2521 + - uid: 29851 components: - type: Transform - pos: -110.5,26.5 + pos: 85.5,23.5 parent: 2 - - uid: 2522 + - uid: 29853 components: - type: Transform - pos: -108.5,26.5 + pos: 84.5,44.5 parent: 2 - - uid: 2524 + - uid: 29857 components: - type: Transform - pos: -109.5,26.5 + pos: 83.5,36.5 parent: 2 - - uid: 2527 + - uid: 29859 components: - type: Transform - pos: -28.5,55.5 + pos: 83.5,44.5 parent: 2 - - uid: 2528 + - uid: 29860 components: - type: Transform - pos: -28.5,56.5 + pos: 83.5,43.5 parent: 2 - - uid: 2558 + - uid: 29861 components: - type: Transform - pos: 8.5,-44.5 + pos: 84.5,45.5 parent: 2 - - uid: 2591 + - uid: 29862 components: - type: Transform - pos: 48.5,-6.5 + pos: 85.5,24.5 parent: 2 - - uid: 2595 + - uid: 29863 components: - type: Transform - pos: -29.5,63.5 + pos: 91.5,32.5 parent: 2 - - uid: 2612 + - uid: 29864 components: - type: Transform - pos: 30.5,44.5 + pos: 92.5,25.5 parent: 2 - - uid: 2613 + - uid: 29865 components: - type: Transform - pos: 16.5,44.5 + pos: 94.5,40.5 parent: 2 - - uid: 2614 + - uid: 29866 components: - type: Transform - pos: 14.5,41.5 + pos: 93.5,25.5 parent: 2 - - uid: 2624 + - uid: 29867 components: - type: Transform - pos: 8.5,42.5 + pos: 55.5,42.5 parent: 2 - - uid: 2625 + - uid: 29869 components: - type: Transform - pos: 12.5,57.5 + pos: 96.5,42.5 parent: 2 - - uid: 2631 + - uid: 29870 components: - type: Transform - pos: 20.5,42.5 + pos: 96.5,40.5 parent: 2 - - uid: 2635 + - uid: 29872 components: - type: Transform - pos: 15.5,41.5 + pos: 95.5,32.5 parent: 2 - - uid: 2638 + - uid: 29874 components: - type: Transform - pos: -36.5,54.5 + pos: 92.5,32.5 parent: 2 - - uid: 2651 + - uid: 29875 components: - type: Transform - pos: -28.5,66.5 + pos: 96.5,37.5 parent: 2 - - uid: 2662 + - uid: 29876 components: - type: Transform - pos: -30.5,52.5 + pos: 96.5,41.5 parent: 2 - - uid: 2666 + - uid: 29878 components: - type: Transform - pos: 24.5,57.5 + pos: 85.5,28.5 parent: 2 - - uid: 2667 + - uid: 29883 components: - type: Transform - pos: 4.5,48.5 + pos: 85.5,27.5 parent: 2 - - uid: 2669 + - uid: 29900 components: - type: Transform - pos: 26.5,41.5 + pos: 61.5,61.5 parent: 2 - - uid: 2670 + - uid: 29901 components: - type: Transform - pos: 25.5,47.5 + pos: 57.5,60.5 parent: 2 - - uid: 2671 + - uid: 29902 components: - type: Transform - pos: 4.5,47.5 + pos: 60.5,61.5 parent: 2 - - uid: 2675 + - uid: 29903 components: - type: Transform - pos: 8.5,46.5 + pos: 57.5,61.5 parent: 2 - - uid: 2682 + - uid: 29904 components: - type: Transform - pos: 24.5,48.5 + pos: 59.5,61.5 parent: 2 - - uid: 2688 + - uid: 29905 components: - type: Transform - pos: 15.5,40.5 + pos: 58.5,61.5 parent: 2 - - uid: 2689 + - uid: 29906 components: - type: Transform - pos: 15.5,37.5 + pos: 67.5,56.5 parent: 2 - - uid: 2691 + - uid: 29933 components: - type: Transform - pos: 8.5,41.5 + pos: 67.5,57.5 parent: 2 - - uid: 2694 + - uid: 29934 components: - type: Transform - pos: 16.5,41.5 + pos: 67.5,58.5 parent: 2 - - uid: 2697 + - uid: 29936 components: - type: Transform - pos: 21.5,47.5 + pos: 69.5,61.5 parent: 2 - - uid: 2713 + - uid: 29937 components: - type: Transform - pos: -25.5,50.5 + pos: 69.5,62.5 parent: 2 - - uid: 2736 + - uid: 29938 components: - type: Transform - pos: 30.5,53.5 + pos: 69.5,59.5 parent: 2 - - uid: 2738 + - uid: 29939 components: - type: Transform - pos: 27.5,47.5 + pos: 69.5,60.5 parent: 2 - - uid: 2741 + - uid: 29940 components: - type: Transform - pos: 25.5,57.5 + pos: 56.5,60.5 parent: 2 - - uid: 2743 + - uid: 29951 components: - type: Transform - pos: 26.5,47.5 + pos: 83.5,45.5 parent: 2 - - uid: 2744 + - uid: 30102 components: - type: Transform - pos: 20.5,48.5 + pos: 93.5,32.5 parent: 2 - - uid: 2745 + - uid: 30103 components: - type: Transform - pos: 16.5,49.5 + pos: 94.5,32.5 parent: 2 - - uid: 2746 + - uid: 30104 components: - type: Transform - pos: 16.5,45.5 + pos: 89.5,28.5 parent: 2 - - uid: 2747 + - uid: 30107 components: - type: Transform - pos: 16.5,46.5 + pos: 69.5,55.5 parent: 2 - - uid: 2753 + - uid: 30108 components: - type: Transform - pos: -13.5,46.5 + pos: 64.5,55.5 parent: 2 - - uid: 2766 + - uid: 30109 components: - type: Transform - pos: -9.5,-53.5 + pos: 69.5,56.5 parent: 2 - - uid: 2768 + - uid: 30110 components: - type: Transform - pos: 30.5,57.5 + pos: 66.5,55.5 parent: 2 - - uid: 2773 + - uid: 30111 components: - type: Transform - pos: 29.5,57.5 + pos: 65.5,55.5 parent: 2 - - uid: 2777 + - uid: 30112 components: - type: Transform - pos: 28.5,47.5 + pos: 67.5,55.5 parent: 2 - - uid: 2778 + - uid: 30113 components: - type: Transform - pos: 29.5,47.5 + pos: 69.5,57.5 parent: 2 - - uid: 2780 + - uid: 30114 components: - type: Transform - pos: -24.5,60.5 + pos: 69.5,58.5 parent: 2 - - uid: 2795 + - uid: 30115 components: - type: Transform - pos: -11.5,46.5 + pos: 56.5,63.5 parent: 2 - - uid: 2803 + - uid: 30116 components: - type: Transform - pos: -26.5,50.5 + pos: 60.5,63.5 parent: 2 - - uid: 2806 + - uid: 30117 components: - type: Transform - pos: 23.5,53.5 + pos: 57.5,63.5 parent: 2 - - uid: 2807 + - uid: 30118 components: - type: Transform - pos: 4.5,57.5 + pos: 58.5,63.5 parent: 2 - - uid: 2808 + - uid: 30119 components: - type: Transform - pos: 24.5,53.5 + pos: 61.5,63.5 parent: 2 - - uid: 2809 + - uid: 30120 components: - type: Transform - pos: 23.5,52.5 + pos: 59.5,63.5 parent: 2 - - uid: 2810 + - uid: 30121 components: - type: Transform - pos: -3.5,23.5 + pos: 54.5,68.5 parent: 2 - - uid: 2811 + - uid: 30122 components: - type: Transform - pos: -3.5,25.5 + pos: 62.5,63.5 parent: 2 - - uid: 2812 + - uid: 30123 components: - type: Transform - pos: -3.5,26.5 + pos: 54.5,67.5 parent: 2 - - uid: 2813 + - uid: 30124 components: - type: Transform - pos: -3.5,28.5 + pos: 87.5,25.5 parent: 2 - - uid: 2814 + - uid: 30125 components: - type: Transform - pos: -3.5,24.5 + pos: 87.5,24.5 parent: 2 - - uid: 2819 + - uid: 30175 components: - type: Transform - pos: -3.5,22.5 + pos: 65.5,35.5 parent: 2 - - uid: 2820 + - uid: 30176 components: - type: Transform - pos: -3.5,27.5 + pos: 60.5,33.5 parent: 2 - - uid: 2821 + - uid: 30177 components: - type: Transform - pos: -3.5,32.5 + pos: 61.5,34.5 parent: 2 - - uid: 2823 + - uid: 30655 components: - type: Transform - pos: 30.5,43.5 + pos: 63.5,33.5 parent: 2 - - uid: 2824 + - uid: 30690 components: - type: Transform - pos: 30.5,42.5 + pos: 63.5,34.5 parent: 2 - - uid: 2827 + - uid: 30693 components: - type: Transform - pos: 26.5,34.5 + pos: 61.5,33.5 parent: 2 - - uid: 2831 + - uid: 30701 components: - type: Transform - pos: 81.5,-7.5 + pos: 59.5,33.5 parent: 2 - - uid: 2832 + - uid: 30702 components: - type: Transform - pos: 72.5,-24.5 + pos: 63.5,35.5 parent: 2 - - uid: 2841 + - uid: 30706 components: - type: Transform - pos: 23.5,34.5 + pos: 64.5,35.5 parent: 2 - - uid: 2842 + - uid: 30751 components: - type: Transform - pos: 22.5,34.5 + pos: 66.5,35.5 parent: 2 - - uid: 2843 + - uid: 30752 components: - type: Transform - pos: 24.5,34.5 + pos: 63.5,32.5 parent: 2 - - uid: 2845 + - uid: 30976 components: - type: Transform - pos: 25.5,34.5 + pos: 53.5,41.5 parent: 2 - - uid: 2847 + - uid: 30977 components: - type: Transform - pos: 12.5,54.5 + pos: 57.5,46.5 parent: 2 - - uid: 2849 + - uid: 31303 components: - type: Transform - pos: 32.5,42.5 + pos: 85.5,21.5 parent: 2 - - uid: 2852 + - uid: 31606 components: - type: Transform - pos: 3.5,45.5 + pos: 57.5,39.5 parent: 2 - - uid: 2853 + - uid: 31607 components: - type: Transform - pos: 3.5,46.5 + pos: 55.5,37.5 parent: 2 - - uid: 2863 + - uid: 31608 components: - type: Transform - pos: 6.5,46.5 + pos: 58.5,33.5 parent: 2 - - uid: 2864 + - uid: 31609 components: - type: Transform - pos: 4.5,46.5 + pos: 57.5,41.5 parent: 2 - - uid: 2868 + - uid: 31610 components: - type: Transform - pos: 5.5,46.5 + pos: 55.5,43.5 parent: 2 - - uid: 2870 + - uid: 31629 components: - type: Transform - pos: 16.5,42.5 + pos: 60.5,66.5 parent: 2 - - uid: 2871 + - uid: 31630 components: - type: Transform - pos: 20.5,50.5 + pos: 72.5,27.5 parent: 2 - - uid: 2872 + - uid: 32546 components: - type: Transform - pos: 15.5,34.5 + pos: 73.5,42.5 parent: 2 - - uid: 2874 + - uid: 32585 components: - type: Transform - pos: 17.5,34.5 + pos: 53.5,44.5 parent: 2 - - uid: 2883 +- proto: WallPlastitanium + entities: + - uid: 15978 components: - type: Transform - pos: 33.5,34.5 + pos: 26.5,40.5 parent: 2 - - uid: 2887 + - uid: 16148 components: - type: Transform - pos: 70.5,-27.5 + pos: 25.5,39.5 parent: 2 - - uid: 2893 + - uid: 16149 components: - type: Transform - pos: 68.5,-29.5 + pos: 25.5,36.5 parent: 2 - - uid: 2898 + - uid: 16150 components: - type: Transform - pos: 71.5,-26.5 + pos: 29.5,40.5 parent: 2 - - uid: 2899 + - uid: 16245 components: - type: Transform - pos: 80.5,-8.5 + pos: 29.5,39.5 parent: 2 - - uid: 2901 + - uid: 16246 components: - type: Transform - pos: 81.5,0.5 + pos: 29.5,36.5 parent: 2 - - uid: 2912 + - uid: 16275 components: - type: Transform - pos: 69.5,-28.5 + pos: 25.5,40.5 parent: 2 - - uid: 2919 + - uid: 16276 components: - type: Transform - pos: 71.5,-25.5 + pos: 28.5,40.5 parent: 2 - - uid: 2961 +- proto: WallReinforced + entities: + - uid: 44 components: - type: Transform - pos: -35.5,-45.5 + pos: 20.5,47.5 parent: 2 - - uid: 2962 + - uid: 47 components: - type: Transform - pos: -19.5,-47.5 + pos: -30.5,68.5 parent: 2 - - uid: 3003 + - uid: 50 components: - type: Transform - pos: 13.5,51.5 + pos: 71.5,24.5 parent: 2 - - uid: 3005 + - uid: 71 components: - type: Transform - pos: 28.5,34.5 + pos: -9.5,-12.5 parent: 2 - - uid: 3006 + - uid: 74 components: - type: Transform - pos: 27.5,34.5 + pos: -12.5,-11.5 parent: 2 - - uid: 3007 + - uid: 75 components: - type: Transform - pos: 30.5,34.5 + pos: 20.5,44.5 parent: 2 - - uid: 3008 + - uid: 76 components: - type: Transform - pos: 29.5,34.5 + pos: -12.5,-12.5 parent: 2 - - uid: 3009 + - uid: 83 components: - type: Transform - pos: 19.5,34.5 + pos: -11.5,-12.5 parent: 2 - - uid: 3015 + - uid: 98 components: - type: Transform - pos: 8.5,34.5 + rot: -1.5707963267948966 rad + pos: -64.5,-22.5 parent: 2 - - uid: 3017 + - uid: 110 components: - type: Transform - pos: 14.5,34.5 + pos: -10.5,-12.5 parent: 2 - - uid: 3020 + - uid: 116 components: - type: Transform - pos: 10.5,34.5 + rot: 3.141592653589793 rad + pos: 98.5,63.5 parent: 2 - - uid: 3029 + - uid: 134 components: - type: Transform - pos: 65.5,-30.5 + pos: -28.5,50.5 parent: 2 - - uid: 3031 + - uid: 150 components: - type: Transform - pos: -63.5,-32.5 + pos: -54.5,52.5 parent: 2 - - uid: 3035 + - uid: 164 components: - type: Transform - pos: 11.5,34.5 + pos: -12.5,-8.5 parent: 2 - - uid: 3044 + - uid: 172 components: - type: Transform - pos: 12.5,34.5 + pos: -8.5,-12.5 parent: 2 - - uid: 3045 + - uid: 180 components: - type: Transform - pos: 21.5,34.5 + pos: -35.5,-4.5 parent: 2 - - uid: 3046 + - uid: 182 components: - type: Transform - pos: 3.5,43.5 + pos: -34.5,0.5 parent: 2 - - uid: 3047 + - uid: 197 components: - type: Transform - pos: 6.5,43.5 + pos: -8.5,68.5 parent: 2 - - uid: 3049 + - uid: 199 components: - type: Transform - pos: -20.5,-39.5 + pos: -12.5,-6.5 parent: 2 - - uid: 3064 + - uid: 203 components: - type: Transform - pos: -77.5,22.5 + pos: -34.5,1.5 parent: 2 - - uid: 3088 + - uid: 236 components: - type: Transform - pos: -14.5,-43.5 + pos: -12.5,-7.5 parent: 2 - - uid: 3097 + - uid: 277 components: - type: Transform - pos: -61.5,-32.5 + pos: -47.5,-39.5 parent: 2 - - uid: 3099 + - uid: 293 components: - type: Transform - pos: -62.5,-32.5 + pos: -20.5,52.5 parent: 2 - - uid: 3100 + - uid: 315 components: - type: Transform - pos: -57.5,-32.5 + rot: -1.5707963267948966 rad + pos: -86.5,17.5 parent: 2 - - uid: 3102 + - uid: 318 components: - type: Transform - pos: -59.5,-32.5 + pos: -91.5,-3.5 parent: 2 - - uid: 3108 + - uid: 321 components: - type: Transform - pos: 4.5,43.5 + rot: -1.5707963267948966 rad + pos: -89.5,6.5 parent: 2 - - uid: 3130 + - uid: 336 components: - type: Transform - pos: 66.5,-30.5 + rot: -1.5707963267948966 rad + pos: -71.5,31.5 parent: 2 - - uid: 3156 + - uid: 342 components: - type: Transform - pos: 10.5,-39.5 + pos: 67.5,7.5 parent: 2 - - uid: 3157 + - uid: 406 components: - type: Transform - pos: 8.5,-39.5 + pos: -35.5,-1.5 parent: 2 - - uid: 3158 + - uid: 437 components: - type: Transform - pos: 11.5,-38.5 + pos: -35.5,-7.5 parent: 2 - - uid: 3160 + - uid: 440 components: - type: Transform - pos: -57.5,-36.5 + pos: -63.5,-20.5 parent: 2 - - uid: 3165 + - uid: 553 components: - type: Transform - pos: 22.5,-37.5 + pos: -12.5,-10.5 parent: 2 - - uid: 3177 + - uid: 555 components: - type: Transform - pos: 13.5,-37.5 + pos: -12.5,-9.5 parent: 2 - - uid: 3199 + - uid: 569 components: - type: Transform - pos: 83.5,10.5 + pos: -43.5,61.5 parent: 2 - - uid: 3200 + - uid: 576 components: - type: Transform - pos: -42.5,-9.5 + pos: -7.5,-10.5 parent: 2 - - uid: 3203 + - uid: 588 components: - type: Transform - pos: 8.5,43.5 + pos: -36.5,-10.5 parent: 2 - - uid: 3204 + - uid: 593 components: - type: Transform - pos: 7.5,43.5 + pos: -7.5,-9.5 parent: 2 - - uid: 3218 + - uid: 594 components: - type: Transform - pos: 16.5,34.5 + pos: -7.5,-12.5 parent: 2 - - uid: 3220 + - uid: 595 components: - type: Transform - pos: 8.5,44.5 + pos: -7.5,-11.5 parent: 2 - - uid: 3224 + - uid: 596 components: - type: Transform - pos: 20.5,34.5 + pos: -7.5,-6.5 parent: 2 - - uid: 3266 + - uid: 597 components: - type: Transform - pos: -31.5,-24.5 + pos: -9.5,-6.5 parent: 2 - - uid: 3267 + - uid: 601 components: - type: Transform - pos: -44.5,57.5 + pos: 20.5,46.5 parent: 2 - - uid: 3269 + - uid: 606 components: - type: Transform - pos: -31.5,-23.5 + pos: 28.5,41.5 parent: 2 - - uid: 3271 + - uid: 622 components: - type: Transform - pos: -31.5,-22.5 + pos: 20.5,43.5 parent: 2 - - uid: 3292 + - uid: 636 components: - type: Transform - pos: -42.5,61.5 + pos: 83.5,9.5 parent: 2 - - uid: 3296 + - uid: 710 components: - type: Transform - pos: 24.5,-35.5 + pos: -55.5,38.5 parent: 2 - - uid: 3298 + - uid: 718 components: - type: Transform - pos: 26.5,-35.5 + pos: -35.5,-3.5 parent: 2 - - uid: 3301 + - uid: 725 components: - type: Transform - pos: 23.5,-35.5 + pos: -6.5,-43.5 parent: 2 - - uid: 3303 + - uid: 726 components: - type: Transform - pos: 25.5,-35.5 + pos: 69.5,8.5 parent: 2 - - uid: 3334 + - uid: 734 components: - type: Transform - pos: 64.5,-30.5 + pos: -35.5,-2.5 parent: 2 - - uid: 3336 + - uid: 736 components: - type: Transform - pos: 32.5,34.5 + pos: -35.5,-8.5 parent: 2 - - uid: 3341 + - uid: 737 components: - type: Transform - pos: 12.5,53.5 + pos: -36.5,-9.5 parent: 2 - - uid: 3394 + - uid: 741 components: - type: Transform - pos: 15.5,22.5 + pos: -35.5,-6.5 parent: 2 - - uid: 3395 + - uid: 757 components: - type: Transform - pos: 39.5,-35.5 + pos: -34.5,-0.5 parent: 2 - - uid: 3397 + - uid: 758 components: - type: Transform - pos: -40.5,60.5 + pos: -35.5,-5.5 parent: 2 - - uid: 3400 + - uid: 764 components: - type: Transform - pos: -40.5,58.5 + pos: -16.5,60.5 parent: 2 - - uid: 3436 + - uid: 798 components: - type: Transform - pos: 73.5,-22.5 + pos: -43.5,57.5 parent: 2 - - uid: 3437 + - uid: 799 components: - type: Transform - pos: 72.5,-22.5 + pos: -29.5,-4.5 parent: 2 - - uid: 3502 + - uid: 804 components: - type: Transform - pos: 23.5,-36.5 + pos: 68.5,7.5 parent: 2 - - uid: 3535 + - uid: 822 components: - type: Transform - pos: 40.5,-35.5 + pos: 30.5,46.5 parent: 2 - - uid: 3551 + - uid: 824 components: - type: Transform - pos: -27.5,49.5 + pos: 30.5,47.5 parent: 2 - - uid: 3552 + - uid: 836 components: - type: Transform - pos: -34.5,-38.5 + pos: 5.5,31.5 parent: 2 - - uid: 3562 + - uid: 837 components: - type: Transform - pos: -35.5,3.5 + pos: 15.5,23.5 parent: 2 - - uid: 3573 + - uid: 838 components: - type: Transform - pos: 40.5,-7.5 + pos: 15.5,26.5 parent: 2 - - uid: 3574 + - uid: 843 components: - type: Transform - pos: 40.5,6.5 + pos: 22.5,23.5 parent: 2 - - uid: 3575 + - uid: 845 components: - type: Transform - pos: 40.5,3.5 + pos: 22.5,25.5 parent: 2 - - uid: 3576 + - uid: 849 components: - type: Transform - pos: 40.5,7.5 + pos: 16.5,22.5 parent: 2 - - uid: 3577 + - uid: 981 components: - type: Transform - pos: 40.5,5.5 + pos: -41.5,61.5 parent: 2 - - uid: 3578 + - uid: 984 components: - type: Transform - pos: 40.5,4.5 + pos: -32.5,68.5 parent: 2 - - uid: 3579 + - uid: 986 components: - type: Transform - pos: 40.5,-9.5 + pos: -7.5,65.5 parent: 2 - - uid: 3580 + - uid: 1081 components: - type: Transform - pos: 40.5,2.5 + pos: 4.5,31.5 parent: 2 - - uid: 3581 + - uid: 1092 components: - type: Transform - pos: -60.5,-32.5 + pos: 66.5,7.5 parent: 2 - - uid: 3586 + - uid: 1093 components: - type: Transform - pos: 40.5,-11.5 + pos: 65.5,8.5 parent: 2 - - uid: 3587 + - uid: 1121 components: - type: Transform - pos: 40.5,-8.5 + pos: -53.5,-37.5 parent: 2 - - uid: 3588 + - uid: 1238 components: - type: Transform - pos: 40.5,8.5 + pos: -42.5,32.5 parent: 2 - - uid: 3589 + - uid: 1262 components: - type: Transform - pos: 40.5,-10.5 + pos: -52.5,63.5 parent: 2 - - uid: 3590 + - uid: 1574 components: - type: Transform - pos: 40.5,10.5 + pos: 11.5,60.5 parent: 2 - - uid: 3591 + - uid: 1576 components: - type: Transform - pos: 40.5,9.5 + pos: 11.5,61.5 parent: 2 - - uid: 3592 + - uid: 1660 components: - type: Transform - pos: 40.5,11.5 + pos: 6.5,31.5 parent: 2 - - uid: 3593 + - uid: 1669 components: - type: Transform - pos: 40.5,-3.5 + rot: -1.5707963267948966 rad + pos: -71.5,35.5 parent: 2 - - uid: 3594 + - uid: 1673 components: - type: Transform - pos: 40.5,-5.5 + rot: -1.5707963267948966 rad + pos: -71.5,25.5 parent: 2 - - uid: 3595 + - uid: 1675 components: - type: Transform - pos: 40.5,-2.5 + pos: -54.5,-37.5 parent: 2 - - uid: 3596 + - uid: 1692 components: - type: Transform - pos: 40.5,-6.5 + pos: 4.5,51.5 parent: 2 - - uid: 3597 + - uid: 1761 components: - type: Transform - pos: 40.5,-4.5 + pos: -65.5,-13.5 parent: 2 - - uid: 3598 + - uid: 1837 components: - type: Transform - pos: 40.5,12.5 + pos: 15.5,24.5 parent: 2 - - uid: 3604 + - uid: 1838 components: - type: Transform - pos: -94.5,27.5 + pos: 15.5,25.5 parent: 2 - - uid: 3606 + - uid: 1839 components: - type: Transform - pos: -93.5,-7.5 + pos: 5.5,26.5 parent: 2 - - uid: 3608 + - uid: 1843 components: - type: Transform - pos: -93.5,-6.5 + pos: 7.5,31.5 parent: 2 - - uid: 3609 + - uid: 1886 components: - type: Transform - pos: -95.5,29.5 + pos: 3.5,31.5 parent: 2 - - uid: 3611 + - uid: 1890 components: - type: Transform - pos: 45.5,16.5 + pos: 4.5,26.5 parent: 2 - - uid: 3612 + - uid: 1905 components: - type: Transform - pos: 48.5,0.5 + pos: 14.5,26.5 parent: 2 - - uid: 3615 + - uid: 1906 components: - type: Transform - pos: 48.5,-10.5 + pos: 15.5,27.5 parent: 2 - - uid: 3617 + - uid: 1907 components: - type: Transform - pos: 48.5,-9.5 + pos: 10.5,26.5 parent: 2 - - uid: 3620 + - uid: 1908 components: - type: Transform - pos: 47.5,6.5 + pos: 13.5,26.5 parent: 2 - - uid: 3621 + - uid: 1909 components: - type: Transform - pos: 47.5,13.5 + pos: 15.5,30.5 parent: 2 - - uid: 3622 + - uid: 1910 components: - type: Transform - pos: 47.5,2.5 + pos: 22.5,24.5 parent: 2 - - uid: 3623 + - uid: 1911 components: - type: Transform - pos: 47.5,9.5 + pos: 15.5,28.5 parent: 2 - - uid: 3624 + - uid: 1912 components: - type: Transform - pos: 47.5,8.5 + pos: 15.5,31.5 parent: 2 - - uid: 3625 + - uid: 1913 components: - type: Transform - pos: 47.5,7.5 + pos: 13.5,31.5 parent: 2 - - uid: 3634 + - uid: 1914 components: - type: Transform - pos: 44.5,-14.5 + pos: 14.5,31.5 parent: 2 - - uid: 3635 + - uid: 1915 components: - type: Transform - pos: 39.5,-12.5 + pos: 11.5,31.5 parent: 2 - - uid: 3637 + - uid: 1916 components: - type: Transform - pos: 40.5,-14.5 + pos: 12.5,31.5 parent: 2 - - uid: 3654 + - uid: 1917 components: - type: Transform - pos: -25.5,-26.5 + pos: 9.5,31.5 parent: 2 - - uid: 3655 + - uid: 1918 components: - type: Transform - pos: -26.5,-26.5 + pos: 10.5,31.5 parent: 2 - - uid: 3656 + - uid: 1929 components: - type: Transform - pos: 40.5,-1.5 + pos: 3.5,26.5 parent: 2 - - uid: 3657 + - uid: 1933 components: - type: Transform - pos: 40.5,-0.5 + pos: 6.5,26.5 parent: 2 - - uid: 3663 + - uid: 1989 components: - type: Transform - pos: -66.5,21.5 + pos: 21.5,22.5 parent: 2 - - uid: 3665 + - uid: 1991 components: - type: Transform - pos: -66.5,27.5 + pos: 22.5,22.5 parent: 2 - - uid: 3667 + - uid: 1993 components: - type: Transform - pos: -65.5,21.5 + pos: 22.5,26.5 parent: 2 - - uid: 3668 + - uid: 1994 components: - type: Transform - pos: -66.5,22.5 + pos: 22.5,27.5 parent: 2 - - uid: 3670 + - uid: 1995 components: - type: Transform - pos: -50.5,19.5 + pos: 22.5,28.5 parent: 2 - - uid: 3671 + - uid: 1997 components: - type: Transform - pos: -57.5,21.5 + pos: 22.5,30.5 parent: 2 - - uid: 3672 + - uid: 1998 components: - type: Transform - pos: -49.5,19.5 + pos: 22.5,31.5 parent: 2 - - uid: 3673 + - uid: 1999 components: - type: Transform - pos: -51.5,19.5 + pos: 21.5,31.5 parent: 2 - - uid: 3676 + - uid: 2000 components: - type: Transform - pos: -63.5,21.5 + pos: 20.5,31.5 parent: 2 - - uid: 3681 + - uid: 2001 components: - type: Transform - pos: -64.5,21.5 + pos: 19.5,31.5 parent: 2 - - uid: 3686 + - uid: 2002 components: - type: Transform - pos: -64.5,37.5 + pos: 18.5,31.5 parent: 2 - - uid: 3700 + - uid: 2003 components: - type: Transform - pos: -35.5,-0.5 + pos: 17.5,31.5 parent: 2 - - uid: 3714 + - uid: 2004 components: - type: Transform - pos: -58.5,-32.5 + pos: 16.5,31.5 parent: 2 - - uid: 3716 + - uid: 2061 components: - type: Transform - pos: -57.5,-34.5 + pos: -14.5,-44.5 parent: 2 - - uid: 3719 + - uid: 2177 components: - type: Transform - pos: 21.5,51.5 + pos: -42.5,-8.5 parent: 2 - - uid: 3720 + - uid: 2196 components: - type: Transform - pos: 16.5,50.5 + pos: -34.5,3.5 parent: 2 - - uid: 3721 + - uid: 2219 components: - type: Transform - pos: 20.5,51.5 + pos: -43.5,-7.5 parent: 2 - - uid: 3722 + - uid: 2221 components: - type: Transform - pos: 16.5,51.5 + pos: -1.5,-44.5 parent: 2 - - uid: 3725 + - uid: 2235 components: - type: Transform - pos: -3.5,33.5 + pos: 20.5,41.5 parent: 2 - - uid: 3726 + - uid: 2239 components: - type: Transform - pos: -3.5,35.5 + pos: 32.5,52.5 parent: 2 - - uid: 3727 + - uid: 2240 components: - type: Transform - pos: -3.5,34.5 + pos: 30.5,52.5 parent: 2 - - uid: 3728 + - uid: 2242 components: - type: Transform - pos: -3.5,30.5 + pos: 33.5,52.5 parent: 2 - - uid: 3729 + - uid: 2243 components: - type: Transform - pos: -3.5,37.5 + pos: 31.5,52.5 parent: 2 - - uid: 3730 + - uid: 2261 components: - type: Transform - pos: -3.5,31.5 + pos: -37.5,-45.5 parent: 2 - - uid: 3731 + - uid: 2266 components: - type: Transform - pos: -3.5,36.5 + pos: -14.5,-42.5 parent: 2 - - uid: 3732 + - uid: 2273 components: - type: Transform - pos: -3.5,39.5 + pos: 70.5,24.5 parent: 2 - - uid: 3733 + - uid: 2286 components: - type: Transform - pos: -3.5,38.5 + pos: 69.5,25.5 parent: 2 - - uid: 3738 + - uid: 2294 components: - type: Transform - pos: -6.5,44.5 + pos: -44.5,-6.5 parent: 2 - - uid: 3739 + - uid: 2298 components: - type: Transform - pos: -3.5,44.5 + pos: 48.5,1.5 parent: 2 - - uid: 3740 + - uid: 2303 components: - type: Transform - pos: -8.5,44.5 + pos: -38.5,-12.5 parent: 2 - - uid: 3741 + - uid: 2304 components: - type: Transform - pos: -7.5,44.5 + pos: -37.5,-12.5 parent: 2 - - uid: 3743 + - uid: 2308 components: - type: Transform - pos: -9.5,44.5 + pos: -44.5,-1.5 parent: 2 - - uid: 3754 + - uid: 2313 components: - type: Transform - pos: -63.5,10.5 + pos: -44.5,2.5 parent: 2 - - uid: 3755 + - uid: 2316 components: - type: Transform - pos: -52.5,24.5 + pos: -43.5,3.5 parent: 2 - - uid: 3756 + - uid: 2320 components: - type: Transform - pos: -52.5,19.5 + pos: -42.5,7.5 parent: 2 - - uid: 3760 + - uid: 2325 components: - type: Transform - pos: -61.5,10.5 + pos: -44.5,-5.5 parent: 2 - - uid: 3764 + - uid: 2327 components: - type: Transform - pos: -46.5,15.5 + pos: -43.5,-8.5 parent: 2 - - uid: 3766 + - uid: 2362 components: - type: Transform - pos: -52.5,21.5 + pos: -8.5,62.5 parent: 2 - - uid: 3768 + - uid: 2366 components: - type: Transform - pos: -15.5,37.5 + pos: -52.5,23.5 parent: 2 - - uid: 3769 + - uid: 2379 components: - type: Transform - pos: -4.5,44.5 + pos: 54.5,8.5 parent: 2 - - uid: 3770 + - uid: 2392 components: - type: Transform - pos: -31.5,36.5 + pos: -13.5,-43.5 parent: 2 - - uid: 3771 + - uid: 2406 components: - type: Transform - pos: -5.5,44.5 + pos: 23.5,-37.5 parent: 2 - - uid: 3790 + - uid: 2407 components: - type: Transform - pos: -30.5,-22.5 + pos: 12.5,-37.5 parent: 2 - - uid: 3791 + - uid: 2408 components: - type: Transform - pos: -31.5,-25.5 + pos: 27.5,-35.5 parent: 2 - - uid: 3793 + - uid: 2409 components: - type: Transform - pos: -28.5,-22.5 + pos: 28.5,-35.5 parent: 2 - - uid: 3795 + - uid: 2420 components: - type: Transform - pos: 40.5,1.5 + pos: -52.5,16.5 parent: 2 - - uid: 3798 + - uid: 2432 components: - type: Transform - pos: 40.5,0.5 + pos: 63.5,-32.5 parent: 2 - - uid: 3802 + - uid: 2434 components: - type: Transform - pos: -24.5,-26.5 + pos: 62.5,-32.5 parent: 2 - - uid: 3803 + - uid: 2437 components: - type: Transform - pos: -24.5,-22.5 + pos: -53.5,38.5 parent: 2 - - uid: 3804 + - uid: 2450 components: - type: Transform - pos: -27.5,-22.5 + pos: -1.5,-49.5 parent: 2 - - uid: 3806 + - uid: 2485 components: - type: Transform - pos: 51.5,-32.5 + pos: 9.5,-39.5 parent: 2 - - uid: 3807 + - uid: 2495 components: - type: Transform - pos: 52.5,-32.5 + pos: 4.5,-44.5 parent: 2 - - uid: 3808 + - uid: 2499 components: - type: Transform - pos: 53.5,-32.5 + pos: -5.5,-43.5 parent: 2 - - uid: 3809 + - uid: 2502 components: - type: Transform - pos: -23.5,-25.5 + pos: -5.5,-44.5 parent: 2 - - uid: 3810 + - uid: 2505 components: - type: Transform - pos: -23.5,-22.5 + pos: -28.5,65.5 parent: 2 - - uid: 3811 + - uid: 2513 components: - type: Transform - pos: -23.5,-26.5 + pos: 38.5,52.5 parent: 2 - - uid: 3818 + - uid: 2514 components: - type: Transform - pos: 63.5,-31.5 + pos: 51.5,46.5 parent: 2 - - uid: 3819 + - uid: 2527 components: - type: Transform - pos: 57.5,1.5 + pos: -28.5,55.5 parent: 2 - - uid: 3839 + - uid: 2528 components: - type: Transform - pos: -78.5,-20.5 + pos: -28.5,56.5 parent: 2 - - uid: 3840 + - uid: 2558 components: - type: Transform - pos: 58.5,-32.5 + pos: 8.5,-44.5 parent: 2 - - uid: 3875 + - uid: 2591 components: - type: Transform - pos: 74.5,1.5 + pos: 48.5,-6.5 parent: 2 - - uid: 3894 + - uid: 2595 components: - type: Transform - pos: -36.5,-11.5 + pos: -29.5,63.5 parent: 2 - - uid: 3902 + - uid: 2612 components: - type: Transform - pos: 65.5,1.5 + pos: 30.5,44.5 parent: 2 - - uid: 3903 + - uid: 2613 components: - type: Transform - pos: -98.5,31.5 + pos: 16.5,44.5 parent: 2 - - uid: 3917 + - uid: 2614 components: - type: Transform - pos: -93.5,-9.5 + pos: 14.5,41.5 parent: 2 - - uid: 3969 + - uid: 2624 components: - type: Transform - pos: -36.5,-8.5 + pos: 8.5,42.5 parent: 2 - - uid: 3970 + - uid: 2625 components: - type: Transform - pos: 11.5,57.5 + pos: 12.5,57.5 parent: 2 - - uid: 4001 + - uid: 2631 components: - type: Transform - pos: 56.5,58.5 + pos: 20.5,42.5 parent: 2 - - uid: 4009 + - uid: 2635 components: - type: Transform - pos: 56.5,57.5 + pos: 15.5,41.5 parent: 2 - - uid: 4022 + - uid: 2638 components: - type: Transform - pos: 58.5,9.5 + pos: -36.5,54.5 parent: 2 - - uid: 4038 + - uid: 2651 components: - type: Transform - pos: -94.5,-10.5 + pos: -28.5,66.5 parent: 2 - - uid: 4056 + - uid: 2662 components: - type: Transform - pos: -93.5,-8.5 + pos: -30.5,52.5 parent: 2 - - uid: 4058 + - uid: 2666 components: - type: Transform - pos: -107.5,22.5 + pos: 24.5,57.5 parent: 2 - - uid: 4061 + - uid: 2667 components: - type: Transform - pos: 53.5,31.5 + pos: 4.5,48.5 parent: 2 - - uid: 4063 + - uid: 2669 components: - type: Transform - pos: 52.5,31.5 + pos: 26.5,41.5 parent: 2 - - uid: 4074 + - uid: 2670 components: - type: Transform - pos: 13.5,53.5 + pos: 25.5,47.5 parent: 2 - - uid: 4075 + - uid: 2671 components: - type: Transform - pos: 63.5,31.5 + pos: 4.5,47.5 parent: 2 - - uid: 4076 + - uid: 2675 components: - type: Transform - pos: 51.5,31.5 + pos: 8.5,46.5 parent: 2 - - uid: 4077 + - uid: 2682 components: - type: Transform - pos: 54.5,31.5 + pos: 24.5,48.5 parent: 2 - - uid: 4080 + - uid: 2688 components: - type: Transform - pos: 55.5,31.5 + pos: 15.5,40.5 parent: 2 - - uid: 4082 + - uid: 2689 components: - type: Transform - pos: 58.5,31.5 + pos: 15.5,37.5 parent: 2 - - uid: 4101 + - uid: 2691 components: - type: Transform - pos: -42.5,36.5 + pos: 8.5,41.5 parent: 2 - - uid: 4102 + - uid: 2694 components: - type: Transform - pos: 56.5,31.5 + pos: 16.5,41.5 parent: 2 - - uid: 4103 + - uid: 2697 components: - type: Transform - pos: 57.5,31.5 + pos: 21.5,47.5 parent: 2 - - uid: 4117 + - uid: 2713 components: - type: Transform - pos: 54.5,9.5 + pos: -25.5,50.5 parent: 2 - - uid: 4143 + - uid: 2736 components: - type: Transform - pos: 52.5,9.5 + pos: 30.5,53.5 parent: 2 - - uid: 4151 + - uid: 2738 components: - type: Transform - pos: 60.5,9.5 + pos: 27.5,47.5 parent: 2 - - uid: 4152 + - uid: 2741 components: - type: Transform - pos: 56.5,9.5 + pos: 25.5,57.5 parent: 2 - - uid: 4159 + - uid: 2743 components: - type: Transform - pos: 50.5,45.5 + pos: 26.5,47.5 parent: 2 - - uid: 4164 + - uid: 2744 components: - type: Transform - pos: -107.5,26.5 + pos: 20.5,48.5 parent: 2 - - uid: 4180 + - uid: 2745 components: - type: Transform - pos: 48.5,53.5 + pos: 16.5,49.5 parent: 2 - - uid: 4181 + - uid: 2746 components: - type: Transform - pos: 42.5,52.5 + pos: 16.5,45.5 parent: 2 - - uid: 4184 + - uid: 2747 components: - type: Transform - pos: 42.5,53.5 + pos: 16.5,46.5 parent: 2 - - uid: 4185 + - uid: 2753 components: - type: Transform - pos: 42.5,57.5 + pos: -13.5,46.5 parent: 2 - - uid: 4192 + - uid: 2766 components: - type: Transform - pos: 58.5,-36.5 + pos: -9.5,-53.5 parent: 2 - - uid: 4195 + - uid: 2768 components: - type: Transform - pos: 36.5,53.5 + pos: 30.5,57.5 parent: 2 - - uid: 4197 + - uid: 2773 components: - type: Transform - pos: 48.5,57.5 + pos: 29.5,57.5 parent: 2 - - uid: 4199 + - uid: 2777 components: - type: Transform - pos: 36.5,57.5 + pos: 28.5,47.5 parent: 2 - - uid: 4203 + - uid: 2778 components: - type: Transform - pos: -94.5,28.5 + pos: 29.5,47.5 parent: 2 - - uid: 4205 + - uid: 2780 components: - type: Transform - pos: 42.5,58.5 + pos: -24.5,60.5 parent: 2 - - uid: 4211 + - uid: 2795 components: - type: Transform - pos: 51.5,25.5 + pos: -11.5,46.5 parent: 2 - - uid: 4213 + - uid: 2803 components: - type: Transform - pos: 59.5,31.5 + pos: -26.5,50.5 parent: 2 - - uid: 4215 + - uid: 2806 components: - type: Transform - pos: 51.5,50.5 + pos: 23.5,53.5 parent: 2 - - uid: 4219 + - uid: 2807 components: - type: Transform - pos: 41.5,-35.5 + pos: 4.5,57.5 parent: 2 - - uid: 4220 + - uid: 2808 components: - type: Transform - pos: -96.5,30.5 + pos: 24.5,53.5 parent: 2 - - uid: 4221 + - uid: 2809 components: - type: Transform - pos: -97.5,30.5 + pos: 23.5,52.5 parent: 2 - - uid: 4226 + - uid: 2810 components: - type: Transform - pos: -93.5,24.5 + pos: -3.5,23.5 parent: 2 - - uid: 4237 + - uid: 2811 components: - type: Transform - pos: -93.5,26.5 + pos: -3.5,25.5 parent: 2 - - uid: 4238 + - uid: 2812 components: - type: Transform - pos: -93.5,23.5 + pos: -3.5,26.5 parent: 2 - - uid: 4239 + - uid: 2813 components: - type: Transform - pos: -93.5,25.5 + pos: -3.5,28.5 parent: 2 - - uid: 4244 + - uid: 2814 components: - type: Transform - pos: 73.5,23.5 + pos: -3.5,24.5 parent: 2 - - uid: 4245 + - uid: 2819 components: - type: Transform - pos: 73.5,11.5 + pos: -3.5,22.5 parent: 2 - - uid: 4246 + - uid: 2820 components: - type: Transform - pos: 51.5,45.5 + pos: -3.5,27.5 parent: 2 - - uid: 4247 + - uid: 2821 components: - type: Transform - pos: 85.5,69.5 + pos: -3.5,32.5 parent: 2 - - uid: 4249 + - uid: 2823 components: - type: Transform - pos: 56.5,25.5 + pos: 30.5,43.5 parent: 2 - - uid: 4251 + - uid: 2824 components: - type: Transform - pos: 58.5,25.5 + pos: 30.5,42.5 parent: 2 - - uid: 4253 + - uid: 2827 components: - type: Transform - pos: 60.5,25.5 + pos: 26.5,34.5 parent: 2 - - uid: 4255 + - uid: 2831 components: - type: Transform - pos: 62.5,25.5 + pos: 81.5,-7.5 parent: 2 - - uid: 4257 + - uid: 2832 components: - type: Transform - pos: 64.5,25.5 + pos: 72.5,-24.5 parent: 2 - - uid: 4260 + - uid: 2841 components: - type: Transform - pos: 69.5,9.5 + pos: 23.5,34.5 parent: 2 - - uid: 4261 + - uid: 2842 components: - type: Transform - pos: 68.5,25.5 + pos: 22.5,34.5 parent: 2 - - uid: 4262 + - uid: 2843 components: - type: Transform - pos: 54.5,25.5 + pos: 24.5,34.5 parent: 2 - - uid: 4264 + - uid: 2845 components: - type: Transform - pos: 72.5,23.5 + pos: 25.5,34.5 parent: 2 - - uid: 4266 + - uid: 2847 components: - type: Transform - pos: 52.5,25.5 + pos: 12.5,54.5 parent: 2 - - uid: 4290 + - uid: 2849 components: - type: Transform - pos: 64.5,9.5 + pos: 32.5,42.5 parent: 2 - - uid: 4296 + - uid: 2852 components: - type: Transform - pos: 71.5,10.5 + pos: 3.5,45.5 parent: 2 - - uid: 4308 + - uid: 2853 components: - type: Transform - pos: 62.5,9.5 + pos: 3.5,46.5 parent: 2 - - uid: 4312 + - uid: 2863 components: - type: Transform - pos: 91.5,63.5 + pos: 6.5,46.5 parent: 2 - - uid: 4314 + - uid: 2864 components: - type: Transform - pos: 70.5,10.5 + pos: 4.5,46.5 parent: 2 - - uid: 4317 + - uid: 2868 components: - type: Transform - pos: 74.5,22.5 + pos: 5.5,46.5 parent: 2 - - uid: 4318 + - uid: 2870 components: - type: Transform - pos: 74.5,21.5 + pos: 16.5,42.5 parent: 2 - - uid: 4326 + - uid: 2871 components: - type: Transform - pos: 74.5,12.5 + pos: 20.5,50.5 parent: 2 - - uid: 4327 + - uid: 2872 components: - type: Transform - pos: 74.5,13.5 + pos: 15.5,34.5 parent: 2 - - uid: 4328 + - uid: 2874 components: - type: Transform - pos: 90.5,65.5 + pos: 17.5,34.5 parent: 2 - - uid: 4333 + - uid: 2883 components: - type: Transform - pos: -93.5,15.5 + pos: 33.5,34.5 parent: 2 - - uid: 4365 + - uid: 2887 components: - type: Transform - pos: -92.5,14.5 + pos: 70.5,-27.5 parent: 2 - - uid: 4366 + - uid: 2893 components: - type: Transform - pos: 54.5,7.5 + pos: 68.5,-29.5 parent: 2 - - uid: 4369 + - uid: 2898 components: - type: Transform - pos: -95.5,-12.5 + pos: 71.5,-26.5 parent: 2 - - uid: 4371 + - uid: 2899 components: - type: Transform - pos: 60.5,31.5 + pos: 80.5,-8.5 parent: 2 - - uid: 4384 + - uid: 2901 components: - type: Transform - pos: 55.5,3.5 + pos: 81.5,0.5 parent: 2 - - uid: 4389 + - uid: 2912 components: - type: Transform - pos: 54.5,6.5 + pos: 69.5,-28.5 parent: 2 - - uid: 4390 + - uid: 2919 components: - type: Transform - pos: 54.5,5.5 + pos: 71.5,-25.5 parent: 2 - - uid: 4402 + - uid: 2961 components: - type: Transform - pos: 90.5,66.5 + pos: -35.5,-45.5 parent: 2 - - uid: 4403 + - uid: 2962 components: - type: Transform - pos: 92.5,63.5 + pos: -19.5,-47.5 parent: 2 - - uid: 4407 + - uid: 3003 components: - type: Transform - pos: 95.5,61.5 + pos: 13.5,51.5 parent: 2 - - uid: 4409 + - uid: 3005 components: - type: Transform - pos: 95.5,62.5 + pos: 28.5,34.5 parent: 2 - - uid: 4411 + - uid: 3006 components: - type: Transform - pos: 96.5,59.5 + pos: 27.5,34.5 parent: 2 - - uid: 4412 + - uid: 3007 components: - type: Transform - pos: 96.5,58.5 + pos: 30.5,34.5 parent: 2 - - uid: 4419 + - uid: 3008 components: - type: Transform - pos: 51.5,51.5 + pos: 29.5,34.5 parent: 2 - - uid: 4425 + - uid: 3009 components: - type: Transform - pos: 56.5,56.5 + pos: 19.5,34.5 parent: 2 - - uid: 4442 + - uid: 3015 components: - type: Transform - pos: 96.5,61.5 + pos: 8.5,34.5 parent: 2 - - uid: 4458 + - uid: 3017 components: - type: Transform - pos: 96.5,60.5 + pos: 14.5,34.5 parent: 2 - - uid: 4460 + - uid: 3020 components: - type: Transform - pos: 90.5,64.5 + pos: 10.5,34.5 parent: 2 - - uid: 4479 + - uid: 3029 components: - type: Transform - pos: 52.5,70.5 + pos: 65.5,-30.5 parent: 2 - - uid: 4483 + - uid: 3031 components: - type: Transform - pos: 61.5,31.5 + pos: -63.5,-32.5 parent: 2 - - uid: 4490 + - uid: 3035 components: - type: Transform - pos: 82.5,8.5 + pos: 11.5,34.5 parent: 2 - - uid: 4496 + - uid: 3044 components: - type: Transform - pos: 81.5,7.5 + pos: 12.5,34.5 parent: 2 - - uid: 4502 + - uid: 3045 components: - type: Transform - pos: -94.5,-11.5 + pos: 21.5,34.5 parent: 2 - - uid: 4503 + - uid: 3046 components: - type: Transform - pos: 69.5,31.5 + pos: 3.5,43.5 parent: 2 - - uid: 4516 + - uid: 3047 components: - type: Transform - pos: 78.5,26.5 + pos: 6.5,43.5 parent: 2 - - uid: 4519 + - uid: 3049 components: - type: Transform - pos: 13.5,52.5 + pos: -20.5,-39.5 parent: 2 - - uid: 4522 + - uid: 3064 components: - type: Transform - pos: 48.5,52.5 + pos: -77.5,22.5 parent: 2 - - uid: 4525 + - uid: 3088 components: - type: Transform - pos: 78.5,25.5 + pos: -14.5,-43.5 parent: 2 - - uid: 4529 + - uid: 3097 components: - type: Transform - pos: 69.5,26.5 + pos: -61.5,-32.5 parent: 2 - - uid: 4535 + - uid: 3099 components: - type: Transform - pos: 57.5,49.5 + pos: -62.5,-32.5 parent: 2 - - uid: 4536 + - uid: 3100 components: - type: Transform - pos: 59.5,49.5 + pos: -57.5,-32.5 parent: 2 - - uid: 4538 + - uid: 3102 components: - type: Transform - pos: 58.5,49.5 + pos: -59.5,-32.5 parent: 2 - - uid: 4539 + - uid: 3108 components: - type: Transform - pos: 56.5,49.5 + pos: 4.5,43.5 parent: 2 - - uid: 4540 + - uid: 3130 components: - type: Transform - pos: 60.5,49.5 + pos: 66.5,-30.5 parent: 2 - - uid: 4541 + - uid: 3156 components: - type: Transform - pos: 55.5,46.5 + pos: 10.5,-39.5 parent: 2 - - uid: 4551 + - uid: 3157 components: - type: Transform - pos: 64.5,31.5 + pos: 8.5,-39.5 parent: 2 - - uid: 4554 + - uid: 3158 components: - type: Transform - pos: 41.5,31.5 + pos: 11.5,-38.5 parent: 2 - - uid: 4563 + - uid: 3160 components: - type: Transform - pos: 54.5,45.5 + pos: -57.5,-36.5 parent: 2 - - uid: 4564 + - uid: 3165 components: - type: Transform - pos: 53.5,45.5 + pos: 22.5,-37.5 parent: 2 - - uid: 4566 + - uid: 3177 components: - type: Transform - pos: 55.5,48.5 + pos: 13.5,-37.5 parent: 2 - - uid: 4567 + - uid: 3199 components: - type: Transform - pos: 55.5,47.5 + pos: 83.5,10.5 parent: 2 - - uid: 4568 + - uid: 3200 components: - type: Transform - pos: 55.5,49.5 + pos: -42.5,-9.5 parent: 2 - - uid: 4571 + - uid: 3203 components: - type: Transform - pos: 50.5,27.5 + pos: 8.5,43.5 parent: 2 - - uid: 4572 + - uid: 3204 components: - type: Transform - pos: 51.5,48.5 + pos: 7.5,43.5 parent: 2 - - uid: 4573 + - uid: 3218 components: - type: Transform - pos: 50.5,28.5 + pos: 16.5,34.5 parent: 2 - - uid: 4581 + - uid: 3220 components: - type: Transform - pos: 50.5,30.5 + pos: 8.5,44.5 parent: 2 - - uid: 4584 + - uid: 3224 components: - type: Transform - pos: 51.5,52.5 + pos: 20.5,34.5 parent: 2 - - uid: 4589 + - uid: 3266 components: - type: Transform - pos: 52.5,52.5 + pos: -31.5,-24.5 parent: 2 - - uid: 4594 + - uid: 3267 components: - type: Transform - pos: 53.5,52.5 + pos: -44.5,57.5 parent: 2 - - uid: 4599 + - uid: 3269 components: - type: Transform - pos: 54.5,52.5 + pos: -31.5,-23.5 parent: 2 - - uid: 4604 + - uid: 3271 components: - type: Transform - pos: 50.5,29.5 + pos: -31.5,-22.5 parent: 2 - - uid: 4609 + - uid: 3292 components: - type: Transform - pos: 54.5,53.5 + pos: -42.5,61.5 parent: 2 - - uid: 4614 + - uid: 3296 components: - type: Transform - pos: 52.5,68.5 + pos: 24.5,-35.5 parent: 2 - - uid: 4619 + - uid: 3298 components: - type: Transform - pos: 45.5,35.5 + pos: 26.5,-35.5 parent: 2 - - uid: 4625 + - uid: 3301 components: - type: Transform - pos: 50.5,31.5 + pos: 23.5,-35.5 parent: 2 - - uid: 4626 + - uid: 3303 components: - type: Transform - pos: 52.5,66.5 + pos: 25.5,-35.5 parent: 2 - - uid: 4627 + - uid: 3334 components: - type: Transform - pos: 52.5,65.5 + pos: 64.5,-30.5 parent: 2 - - uid: 4636 + - uid: 3336 components: - type: Transform - pos: 60.5,71.5 + pos: 32.5,34.5 parent: 2 - - uid: 4637 + - uid: 3341 components: - type: Transform - pos: 61.5,71.5 + pos: 12.5,53.5 parent: 2 - - uid: 4638 + - uid: 3394 components: - type: Transform - pos: 62.5,71.5 + pos: 15.5,22.5 parent: 2 - - uid: 4639 + - uid: 3395 components: - type: Transform - pos: 63.5,71.5 + pos: 39.5,-35.5 parent: 2 - - uid: 4643 + - uid: 3397 components: - type: Transform - pos: 55.5,71.5 + pos: -40.5,60.5 parent: 2 - - uid: 4650 + - uid: 3400 components: - type: Transform - pos: 56.5,71.5 + pos: -40.5,58.5 parent: 2 - - uid: 4651 + - uid: 3436 components: - type: Transform - pos: 58.5,71.5 + pos: 73.5,-22.5 parent: 2 - - uid: 4652 + - uid: 3437 components: - type: Transform - pos: 66.5,71.5 + pos: 72.5,-22.5 parent: 2 - - uid: 4653 + - uid: 3502 components: - type: Transform - pos: 89.5,50.5 + pos: 23.5,-36.5 parent: 2 - - uid: 4654 + - uid: 3535 components: - type: Transform - pos: 88.5,50.5 + pos: 40.5,-35.5 parent: 2 - - uid: 4659 + - uid: 3551 components: - type: Transform - pos: 41.5,27.5 + pos: -27.5,49.5 parent: 2 - - uid: 4661 + - uid: 3552 components: - type: Transform - pos: 14.5,51.5 + pos: -34.5,-38.5 parent: 2 - - uid: 4663 + - uid: 3562 components: - type: Transform - pos: 22.5,51.5 + pos: -35.5,3.5 parent: 2 - - uid: 4668 + - uid: 3573 components: - type: Transform - pos: 88.5,51.5 + pos: 40.5,-7.5 parent: 2 - - uid: 4669 + - uid: 3574 components: - type: Transform - pos: 92.5,20.5 + pos: 40.5,6.5 parent: 2 - - uid: 4670 + - uid: 3575 components: - type: Transform - pos: 92.5,19.5 + pos: 40.5,3.5 parent: 2 - - uid: 4687 + - uid: 3576 components: - type: Transform - pos: 79.5,4.5 + pos: 40.5,7.5 parent: 2 - - uid: 4688 + - uid: 3577 components: - type: Transform - pos: 79.5,5.5 + pos: 40.5,5.5 parent: 2 - - uid: 4695 + - uid: 3578 components: - type: Transform - pos: 91.5,20.5 + pos: 40.5,4.5 parent: 2 - - uid: 4696 + - uid: 3579 components: - type: Transform - pos: 88.5,52.5 + pos: 40.5,-9.5 parent: 2 - - uid: 4712 + - uid: 3580 components: - type: Transform - pos: 50.5,33.5 + pos: 40.5,2.5 parent: 2 - - uid: 4714 + - uid: 3581 components: - type: Transform - pos: 50.5,35.5 + pos: -60.5,-32.5 parent: 2 - - uid: 4715 + - uid: 3586 components: - type: Transform - pos: 50.5,34.5 + pos: 40.5,-11.5 parent: 2 - - uid: 4737 + - uid: 3587 components: - type: Transform - pos: 42.5,27.5 + pos: 40.5,-8.5 parent: 2 - - uid: 4738 + - uid: 3588 components: - type: Transform - pos: 43.5,27.5 + pos: 40.5,8.5 parent: 2 - - uid: 4743 + - uid: 3589 components: - type: Transform - pos: 44.5,27.5 + pos: 40.5,-10.5 parent: 2 - - uid: 4758 + - uid: 3590 components: - type: Transform - pos: 49.5,27.5 + pos: 40.5,10.5 parent: 2 - - uid: 4767 + - uid: 3591 components: - type: Transform - pos: 94.5,46.5 + pos: 40.5,9.5 parent: 2 - - uid: 4773 + - uid: 3592 components: - type: Transform - pos: 87.5,20.5 + pos: 40.5,11.5 parent: 2 - - uid: 4774 + - uid: 3593 components: - type: Transform - pos: 88.5,20.5 + pos: 40.5,-3.5 parent: 2 - - uid: 4780 + - uid: 3594 components: - type: Transform - pos: 87.5,10.5 + pos: 40.5,-5.5 parent: 2 - - uid: 4784 + - uid: 3595 components: - type: Transform - pos: 87.5,12.5 + pos: 40.5,-2.5 parent: 2 - - uid: 4785 + - uid: 3596 components: - type: Transform - pos: 87.5,11.5 + pos: 40.5,-6.5 parent: 2 - - uid: 4786 + - uid: 3597 components: - type: Transform - pos: 86.5,7.5 + pos: 40.5,-4.5 parent: 2 - - uid: 4787 + - uid: 3598 components: - type: Transform - pos: 77.5,4.5 + pos: 40.5,12.5 parent: 2 - - uid: 4795 + - uid: 3604 components: - type: Transform - pos: 92.5,15.5 + pos: -94.5,27.5 parent: 2 - - uid: 4819 + - uid: 3606 components: - type: Transform - pos: 41.5,35.5 + pos: -93.5,-7.5 parent: 2 - - uid: 4820 + - uid: 3608 components: - type: Transform - pos: 42.5,35.5 + pos: -93.5,-6.5 parent: 2 - - uid: 4821 + - uid: 3609 components: - type: Transform - pos: 54.5,54.5 + pos: -95.5,29.5 parent: 2 - - uid: 4822 + - uid: 3611 components: - type: Transform - pos: 54.5,55.5 + pos: 45.5,16.5 parent: 2 - - uid: 4823 + - uid: 3612 components: - type: Transform - pos: 55.5,55.5 + pos: 48.5,0.5 parent: 2 - - uid: 4824 + - uid: 3615 components: - type: Transform - pos: 56.5,55.5 + pos: 48.5,-10.5 parent: 2 - - uid: 4825 + - uid: 3617 components: - type: Transform - pos: 51.5,35.5 + pos: 48.5,-9.5 parent: 2 - - uid: 4826 + - uid: 3620 components: - type: Transform - pos: 51.5,38.5 + pos: 47.5,6.5 parent: 2 - - uid: 4827 + - uid: 3621 components: - type: Transform - pos: 51.5,36.5 + pos: 47.5,13.5 parent: 2 - - uid: 4829 + - uid: 3622 components: - type: Transform - pos: 51.5,40.5 + pos: 47.5,2.5 parent: 2 - - uid: 4830 + - uid: 3623 components: - type: Transform - pos: 62.5,55.5 + pos: 47.5,9.5 parent: 2 - - uid: 4831 + - uid: 3624 components: - type: Transform - pos: 63.5,55.5 + pos: 47.5,8.5 parent: 2 - - uid: 4834 + - uid: 3625 components: - type: Transform - pos: 43.5,35.5 + pos: 47.5,7.5 parent: 2 - - uid: 4835 + - uid: 3634 components: - type: Transform - pos: 44.5,35.5 + pos: 44.5,-14.5 parent: 2 - - uid: 4847 + - uid: 3635 components: - type: Transform - pos: -50.5,55.5 + pos: 39.5,-12.5 parent: 2 - - uid: 4848 + - uid: 3637 components: - type: Transform - pos: -50.5,56.5 + pos: 40.5,-14.5 parent: 2 - - uid: 4854 + - uid: 3654 components: - type: Transform - pos: -42.5,70.5 + pos: -25.5,-26.5 parent: 2 - - uid: 4855 + - uid: 3655 components: - type: Transform - pos: -16.5,67.5 + pos: -26.5,-26.5 parent: 2 - - uid: 4856 + - uid: 3656 components: - type: Transform - pos: -6.5,67.5 + pos: 40.5,-1.5 parent: 2 - - uid: 4857 + - uid: 3657 components: - type: Transform - pos: -12.5,67.5 + pos: 40.5,-0.5 parent: 2 - - uid: 4861 + - uid: 3663 components: - type: Transform - pos: 80.5,53.5 + pos: -66.5,21.5 parent: 2 - - uid: 4862 + - uid: 3665 components: - type: Transform - pos: 79.5,55.5 + pos: -66.5,27.5 parent: 2 - - uid: 4864 + - uid: 3667 components: - type: Transform - pos: 86.5,6.5 + pos: -65.5,21.5 parent: 2 - - uid: 4866 + - uid: 3668 components: - type: Transform - pos: 69.5,29.5 + pos: -66.5,22.5 parent: 2 - - uid: 4867 + - uid: 3670 components: - type: Transform - pos: 82.5,53.5 + pos: -50.5,19.5 parent: 2 - - uid: 4869 + - uid: 3671 components: - type: Transform - pos: 69.5,30.5 + pos: -57.5,21.5 parent: 2 - - uid: 4872 + - uid: 3672 components: - type: Transform - pos: 50.5,42.5 + pos: -49.5,19.5 parent: 2 - - uid: 4876 + - uid: 3673 components: - type: Transform - pos: -50.5,57.5 + pos: -51.5,19.5 parent: 2 - - uid: 4877 + - uid: 3676 components: - type: Transform - pos: -50.5,58.5 + pos: -63.5,21.5 parent: 2 - - uid: 4895 + - uid: 3681 components: - type: Transform - pos: 94.5,22.5 + pos: -64.5,21.5 parent: 2 - - uid: 4897 + - uid: 3686 components: - type: Transform - pos: 94.5,23.5 + pos: -64.5,37.5 parent: 2 - - uid: 4899 + - uid: 3700 components: - type: Transform - pos: 96.5,53.5 + pos: -35.5,-0.5 parent: 2 - - uid: 4901 + - uid: 3714 components: - type: Transform - pos: 96.5,55.5 + pos: -58.5,-32.5 parent: 2 - - uid: 4907 + - uid: 3716 components: - type: Transform - pos: 95.5,63.5 + pos: -57.5,-34.5 parent: 2 - - uid: 4914 + - uid: 3719 components: - type: Transform - pos: 57.5,71.5 + pos: 21.5,51.5 parent: 2 - - uid: 4921 + - uid: 3720 components: - type: Transform - pos: 93.5,63.5 + pos: 16.5,50.5 parent: 2 - - uid: 4931 + - uid: 3721 components: - type: Transform - pos: 64.5,71.5 + pos: 20.5,51.5 parent: 2 - - uid: 4932 + - uid: 3722 components: - type: Transform - pos: 15.5,51.5 + pos: 16.5,51.5 parent: 2 - - uid: 4933 + - uid: 3725 components: - type: Transform - pos: 22.5,52.5 + pos: -3.5,33.5 parent: 2 - - uid: 4934 + - uid: 3726 components: - type: Transform - pos: 42.5,31.5 + pos: -3.5,35.5 parent: 2 - - uid: 4935 + - uid: 3727 components: - type: Transform - pos: 43.5,31.5 + pos: -3.5,34.5 parent: 2 - - uid: 4936 + - uid: 3728 components: - type: Transform - pos: 44.5,31.5 + pos: -3.5,30.5 parent: 2 - - uid: 4937 + - uid: 3729 components: - type: Transform - pos: 50.5,41.5 + pos: -3.5,37.5 parent: 2 - - uid: 4938 + - uid: 3730 components: - type: Transform - pos: 50.5,44.5 + pos: -3.5,31.5 parent: 2 - - uid: 4940 + - uid: 3731 components: - type: Transform - pos: 52.5,45.5 + pos: -3.5,36.5 parent: 2 - - uid: 4941 + - uid: 3732 components: - type: Transform - pos: 51.5,39.5 + pos: -3.5,39.5 parent: 2 - - uid: 4942 + - uid: 3733 components: - type: Transform - pos: 51.5,41.5 + pos: -3.5,38.5 parent: 2 - - uid: 4944 + - uid: 3738 components: - type: Transform - pos: 51.5,47.5 + pos: -6.5,44.5 parent: 2 - - uid: 4946 + - uid: 3739 components: - type: Transform - pos: 63.5,54.5 + pos: -3.5,44.5 parent: 2 - - uid: 4947 + - uid: 3740 components: - type: Transform - pos: 63.5,53.5 + pos: -8.5,44.5 parent: 2 - - uid: 4948 + - uid: 3741 components: - type: Transform - pos: 63.5,52.5 + pos: -7.5,44.5 parent: 2 - - uid: 4949 + - uid: 3743 components: - type: Transform - pos: 63.5,51.5 + pos: -9.5,44.5 parent: 2 - - uid: 4950 + - uid: 3754 components: - type: Transform - pos: 67.5,71.5 + pos: -63.5,10.5 parent: 2 - - uid: 4963 + - uid: 3755 components: - type: Transform - pos: -77.5,-8.5 + pos: -52.5,24.5 parent: 2 - - uid: 5018 + - uid: 3756 components: - type: Transform - pos: -92.5,10.5 + pos: -52.5,19.5 parent: 2 - - uid: 5026 + - uid: 3760 components: - type: Transform - pos: 77.5,-22.5 + pos: -61.5,10.5 parent: 2 - - uid: 5027 + - uid: 3764 components: - type: Transform - pos: 78.5,-22.5 + pos: -46.5,15.5 parent: 2 - - uid: 5031 + - uid: 3766 components: - type: Transform - pos: 78.5,-18.5 + pos: -52.5,21.5 parent: 2 - - uid: 5035 + - uid: 3768 components: - type: Transform - pos: 78.5,-14.5 + pos: -15.5,37.5 parent: 2 - - uid: 5036 + - uid: 3769 components: - type: Transform - pos: 78.5,-13.5 + pos: -4.5,44.5 parent: 2 - - uid: 5037 + - uid: 3770 components: - type: Transform - pos: 78.5,-12.5 + pos: -31.5,36.5 parent: 2 - - uid: 5038 + - uid: 3771 components: - type: Transform - pos: 79.5,-11.5 + pos: -5.5,44.5 parent: 2 - - uid: 5039 + - uid: 3790 components: - type: Transform - pos: 79.5,-10.5 + pos: -30.5,-22.5 parent: 2 - - uid: 5040 + - uid: 3791 components: - type: Transform - pos: 79.5,-9.5 + pos: -31.5,-25.5 parent: 2 - - uid: 5041 + - uid: 3793 components: - type: Transform - pos: 79.5,-8.5 + pos: -28.5,-22.5 parent: 2 - - uid: 5059 + - uid: 3795 components: - type: Transform - pos: 73.5,1.5 + pos: 40.5,1.5 parent: 2 - - uid: 5060 + - uid: 3798 components: - type: Transform - pos: 72.5,1.5 + pos: 40.5,0.5 parent: 2 - - uid: 5061 + - uid: 3802 components: - type: Transform - pos: 64.5,1.5 + pos: -24.5,-26.5 parent: 2 - - uid: 5079 + - uid: 3803 components: - type: Transform - pos: 56.5,1.5 + pos: -24.5,-22.5 parent: 2 - - uid: 5083 + - uid: 3804 components: - type: Transform - pos: 55.5,4.5 + pos: -27.5,-22.5 parent: 2 - - uid: 5084 + - uid: 3806 components: - type: Transform - pos: 55.5,2.5 + pos: 51.5,-32.5 parent: 2 - - uid: 5089 + - uid: 3807 components: - type: Transform - pos: -98.5,17.5 + pos: 52.5,-32.5 parent: 2 - - uid: 5090 + - uid: 3808 components: - type: Transform - pos: 67.5,-29.5 + pos: 53.5,-32.5 parent: 2 - - uid: 5094 + - uid: 3809 components: - type: Transform - pos: 72.5,-23.5 + pos: -23.5,-25.5 parent: 2 - - uid: 5106 + - uid: 3810 components: - type: Transform - pos: 77.5,1.5 + pos: -23.5,-22.5 parent: 2 - - uid: 5108 + - uid: 3811 components: - type: Transform - pos: 76.5,1.5 + pos: -23.5,-26.5 parent: 2 - - uid: 5159 + - uid: 3818 components: - type: Transform - pos: -28.5,54.5 + pos: 63.5,-31.5 parent: 2 - - uid: 5198 + - uid: 3819 components: - type: Transform - pos: -60.5,10.5 + pos: 57.5,1.5 parent: 2 - - uid: 5220 + - uid: 3840 components: - type: Transform - pos: 47.5,35.5 + pos: 58.5,-32.5 parent: 2 - - uid: 5221 + - uid: 3875 components: - type: Transform - pos: 46.5,35.5 + pos: 74.5,1.5 parent: 2 - - uid: 5222 + - uid: 3894 components: - type: Transform - pos: 48.5,35.5 + pos: -36.5,-11.5 parent: 2 - - uid: 5223 + - uid: 3902 components: - type: Transform - pos: 49.5,35.5 + pos: 65.5,1.5 parent: 2 - - uid: 5224 + - uid: 3903 components: - type: Transform - pos: 48.5,31.5 + pos: -98.5,31.5 parent: 2 - - uid: 5231 + - uid: 3917 components: - type: Transform - pos: -36.5,32.5 + pos: -93.5,-9.5 parent: 2 - - uid: 5233 + - uid: 3969 components: - type: Transform - pos: -15.5,42.5 + pos: -36.5,-8.5 parent: 2 - - uid: 5239 + - uid: 3970 components: - type: Transform - pos: -15.5,39.5 + pos: 11.5,57.5 parent: 2 - - uid: 5240 + - uid: 4001 components: - type: Transform - pos: -32.5,32.5 + pos: 56.5,58.5 parent: 2 - - uid: 5249 + - uid: 4009 components: - type: Transform - pos: 47.5,31.5 + pos: 56.5,57.5 parent: 2 - - uid: 5252 + - uid: 4022 components: - type: Transform - pos: 46.5,31.5 + pos: 58.5,9.5 parent: 2 - - uid: 5253 + - uid: 4038 components: - type: Transform - pos: 45.5,31.5 + pos: -94.5,-10.5 parent: 2 - - uid: 5254 + - uid: 4056 components: - type: Transform - pos: -98.5,-14.5 + pos: -93.5,-8.5 parent: 2 - - uid: 5266 + - uid: 4061 components: - type: Transform - pos: -96.5,-13.5 + pos: 53.5,31.5 parent: 2 - - uid: 5295 + - uid: 4063 components: - type: Transform - pos: 11.5,62.5 + pos: 52.5,31.5 parent: 2 - - uid: 5296 + - uid: 4074 components: - type: Transform - pos: 69.5,27.5 + pos: 13.5,53.5 parent: 2 - - uid: 5299 + - uid: 4075 components: - type: Transform - pos: 30.5,50.5 + pos: 63.5,31.5 parent: 2 - - uid: 5305 + - uid: 4076 components: - type: Transform - pos: 69.5,28.5 + pos: 51.5,31.5 parent: 2 - - uid: 5306 + - uid: 4077 components: - type: Transform - pos: 67.5,31.5 + pos: 54.5,31.5 parent: 2 - - uid: 5314 + - uid: 4080 components: - type: Transform - pos: 68.5,71.5 + pos: 55.5,31.5 parent: 2 - - uid: 5318 + - uid: 4082 components: - type: Transform - pos: 61.5,58.5 + pos: 58.5,31.5 parent: 2 - - uid: 5319 + - uid: 4101 components: - type: Transform - pos: 62.5,58.5 + pos: -42.5,36.5 parent: 2 - - uid: 5320 + - uid: 4102 components: - type: Transform - pos: 62.5,57.5 + pos: 56.5,31.5 parent: 2 - - uid: 5321 + - uid: 4103 components: - type: Transform - pos: 62.5,56.5 + pos: 57.5,31.5 parent: 2 - - uid: 5322 + - uid: 4117 components: - type: Transform - pos: 61.5,49.5 + pos: 54.5,9.5 parent: 2 - - uid: 5323 + - uid: 4143 components: - type: Transform - pos: 61.5,50.5 + pos: 52.5,9.5 parent: 2 - - uid: 5324 + - uid: 4151 components: - type: Transform - pos: 61.5,51.5 + pos: 60.5,9.5 parent: 2 - - uid: 5325 + - uid: 4152 components: - type: Transform - pos: 62.5,51.5 + pos: 56.5,9.5 parent: 2 - - uid: 5331 + - uid: 4159 components: - type: Transform - pos: 59.5,71.5 + pos: 50.5,45.5 parent: 2 - - uid: 5373 + - uid: 4180 components: - type: Transform - pos: 94.5,51.5 + pos: 48.5,53.5 parent: 2 - - uid: 5378 + - uid: 4181 components: - type: Transform - pos: 92.5,51.5 + pos: 42.5,52.5 parent: 2 - - uid: 5379 + - uid: 4184 components: - type: Transform - pos: 93.5,51.5 + pos: 42.5,53.5 parent: 2 - - uid: 5381 + - uid: 4185 components: - type: Transform - pos: 92.5,50.5 + pos: 42.5,57.5 parent: 2 - - uid: 5383 + - uid: 4192 components: - type: Transform - pos: 91.5,50.5 + pos: 58.5,-36.5 parent: 2 - - uid: 5418 + - uid: 4195 components: - type: Transform - pos: -97.5,-13.5 + pos: 36.5,53.5 parent: 2 - - uid: 5425 + - uid: 4197 components: - type: Transform - pos: -99.5,13.5 + pos: 48.5,57.5 parent: 2 - - uid: 5427 + - uid: 4199 components: - type: Transform - pos: 49.5,31.5 + pos: 36.5,57.5 parent: 2 - - uid: 5482 + - uid: 4203 components: - type: Transform - pos: -92.5,23.5 + pos: -94.5,28.5 parent: 2 - - uid: 5483 + - uid: 4205 components: - type: Transform - pos: -99.5,16.5 + pos: 42.5,58.5 parent: 2 - - uid: 5486 + - uid: 4211 components: - type: Transform - pos: -28.5,53.5 + pos: 51.5,25.5 parent: 2 - - uid: 5534 + - uid: 4213 components: - type: Transform - pos: -18.5,23.5 + pos: 59.5,31.5 parent: 2 - - uid: 5542 + - uid: 4215 components: - type: Transform - pos: 46.5,52.5 + pos: 51.5,50.5 parent: 2 - - uid: 5543 + - uid: 4219 components: - type: Transform - pos: 38.5,51.5 + pos: 41.5,-35.5 parent: 2 - - uid: 5555 + - uid: 4220 components: - type: Transform - pos: 66.5,31.5 + pos: -96.5,30.5 parent: 2 - - uid: 5569 + - uid: 4221 components: - type: Transform - pos: 65.5,31.5 + pos: -97.5,30.5 parent: 2 - - uid: 5660 + - uid: 4226 components: - type: Transform - pos: 68.5,31.5 + pos: -93.5,24.5 parent: 2 - - uid: 5769 + - uid: 4237 components: - type: Transform - pos: -2.5,-49.5 + pos: -93.5,26.5 parent: 2 - - uid: 5770 + - uid: 4238 components: - type: Transform - pos: -3.5,-49.5 + pos: -93.5,23.5 parent: 2 - - uid: 5771 + - uid: 4239 components: - type: Transform - pos: -4.5,-49.5 + pos: -93.5,25.5 parent: 2 - - uid: 5772 + - uid: 4244 components: - type: Transform - pos: -5.5,-49.5 + pos: 73.5,23.5 parent: 2 - - uid: 5773 + - uid: 4246 components: - type: Transform - pos: -6.5,-49.5 + pos: 51.5,45.5 parent: 2 - - uid: 5774 + - uid: 4247 components: - type: Transform - pos: -7.5,-49.5 + pos: 85.5,69.5 parent: 2 - - uid: 5775 + - uid: 4249 components: - type: Transform - pos: -8.5,-49.5 + pos: 56.5,25.5 parent: 2 - - uid: 5776 + - uid: 4251 components: - type: Transform - pos: 4.5,-49.5 + pos: 58.5,25.5 parent: 2 - - uid: 5777 + - uid: 4253 components: - type: Transform - pos: 5.5,-49.5 + pos: 60.5,25.5 parent: 2 - - uid: 5778 + - uid: 4255 components: - type: Transform - pos: 6.5,-49.5 + pos: 62.5,25.5 parent: 2 - - uid: 5779 + - uid: 4257 components: - type: Transform - pos: 7.5,-49.5 + pos: 64.5,25.5 parent: 2 - - uid: 5780 + - uid: 4260 components: - type: Transform - pos: 8.5,-49.5 + pos: 69.5,9.5 parent: 2 - - uid: 5781 + - uid: 4261 components: - type: Transform - pos: 9.5,-49.5 + pos: 68.5,25.5 parent: 2 - - uid: 5782 + - uid: 4262 components: - type: Transform - pos: 10.5,-49.5 + pos: 54.5,25.5 parent: 2 - - uid: 5783 + - uid: 4264 components: - type: Transform - pos: 11.5,-49.5 + pos: 72.5,23.5 parent: 2 - - uid: 5784 + - uid: 4266 components: - type: Transform - pos: 12.5,-49.5 + pos: 52.5,25.5 parent: 2 - - uid: 5787 + - uid: 4290 components: - type: Transform - pos: -1.5,-53.5 + pos: 64.5,9.5 parent: 2 - - uid: 5788 + - uid: 4308 components: - type: Transform - pos: -2.5,-53.5 + pos: 62.5,9.5 parent: 2 - - uid: 5789 + - uid: 4312 components: - type: Transform - pos: -3.5,-53.5 + pos: 91.5,63.5 parent: 2 - - uid: 5795 + - uid: 4314 components: - type: Transform - pos: 4.5,-53.5 + pos: 70.5,10.5 parent: 2 - - uid: 5796 + - uid: 4328 components: - type: Transform - pos: 5.5,-53.5 + pos: 90.5,65.5 parent: 2 - - uid: 5797 + - uid: 4333 components: - type: Transform - pos: 6.5,-53.5 + pos: -52.5,56.5 parent: 2 - - uid: 5803 + - uid: 4366 components: - type: Transform - pos: 12.5,-53.5 + pos: 54.5,7.5 parent: 2 - - uid: 5871 + - uid: 4369 components: - type: Transform - pos: -9.5,-49.5 + pos: -95.5,-12.5 parent: 2 - - uid: 5992 + - uid: 4371 components: - type: Transform - pos: -44.5,36.5 + pos: 60.5,31.5 parent: 2 - - uid: 6015 + - uid: 4384 components: - type: Transform - pos: -27.5,-26.5 + pos: 55.5,3.5 parent: 2 - - uid: 6017 + - uid: 4389 components: - type: Transform - pos: -28.5,-26.5 + pos: 54.5,6.5 parent: 2 - - uid: 6019 + - uid: 4390 components: - type: Transform - pos: -31.5,-26.5 + pos: 54.5,5.5 parent: 2 - - uid: 6021 + - uid: 4402 components: - type: Transform - pos: -29.5,-26.5 + pos: 90.5,66.5 parent: 2 - - uid: 6077 + - uid: 4403 components: - type: Transform - pos: 48.5,50.5 + pos: 92.5,63.5 parent: 2 - - uid: 6078 + - uid: 4407 components: - type: Transform - pos: 48.5,51.5 + pos: 95.5,61.5 parent: 2 - - uid: 6117 + - uid: 4409 components: - type: Transform - pos: 69.5,71.5 + pos: 95.5,62.5 parent: 2 - - uid: 6118 + - uid: 4411 components: - type: Transform - pos: 89.5,61.5 + pos: 96.5,59.5 parent: 2 - - uid: 6119 + - uid: 4412 components: - type: Transform - pos: 88.5,61.5 + pos: 96.5,58.5 parent: 2 - - uid: 6122 + - uid: 4419 components: - type: Transform - pos: -17.5,23.5 + pos: 51.5,51.5 parent: 2 - - uid: 6123 + - uid: 4425 components: - type: Transform - pos: -22.5,23.5 + pos: 56.5,56.5 parent: 2 - - uid: 6180 + - uid: 4442 components: - type: Transform - pos: 46.5,-35.5 + pos: 96.5,61.5 parent: 2 - - uid: 6181 + - uid: 4458 components: - type: Transform - pos: 47.5,-35.5 + pos: 96.5,60.5 parent: 2 - - uid: 6183 + - uid: 4460 components: - type: Transform - pos: -92.5,11.5 + pos: 90.5,64.5 parent: 2 - - uid: 6185 + - uid: 4479 components: - type: Transform - pos: 51.5,-33.5 + pos: 52.5,70.5 parent: 2 - - uid: 6190 + - uid: 4483 components: - type: Transform - pos: 11.5,-37.5 + pos: 61.5,31.5 parent: 2 - - uid: 6192 + - uid: 4490 components: - type: Transform - pos: -34.5,2.5 + pos: 82.5,8.5 parent: 2 - - uid: 6193 + - uid: 4496 components: - type: Transform - pos: -35.5,7.5 + pos: 81.5,7.5 parent: 2 - - uid: 6277 + - uid: 4502 components: - type: Transform - pos: -98.5,18.5 + pos: -94.5,-11.5 parent: 2 - - uid: 6285 + - uid: 4503 components: - type: Transform - pos: -99.5,-0.5 + pos: 69.5,31.5 parent: 2 - - uid: 6315 + - uid: 4516 components: - type: Transform - pos: -26.5,49.5 + pos: 78.5,26.5 parent: 2 - - uid: 6394 + - uid: 4519 components: - type: Transform - pos: 91.5,61.5 + pos: 13.5,52.5 parent: 2 - - uid: 6397 + - uid: 4522 components: - type: Transform - pos: 90.5,61.5 + pos: 48.5,52.5 parent: 2 - - uid: 6398 + - uid: 4525 components: - type: Transform - pos: 93.5,61.5 + pos: 78.5,25.5 parent: 2 - - uid: 6399 + - uid: 4529 components: - type: Transform - pos: 92.5,61.5 + pos: 69.5,26.5 parent: 2 - - uid: 6402 + - uid: 4535 components: - type: Transform - pos: 94.5,56.5 + pos: 57.5,49.5 parent: 2 - - uid: 6403 + - uid: 4536 components: - type: Transform - pos: 93.5,59.5 + pos: 59.5,49.5 parent: 2 - - uid: 6404 + - uid: 4538 components: - type: Transform - pos: 94.5,59.5 + pos: 58.5,49.5 parent: 2 - - uid: 6405 + - uid: 4539 components: - type: Transform - pos: 94.5,55.5 + pos: 56.5,49.5 parent: 2 - - uid: 6406 + - uid: 4540 components: - type: Transform - pos: 94.5,58.5 + pos: 60.5,49.5 parent: 2 - - uid: 6407 + - uid: 4541 components: - type: Transform - pos: 94.5,57.5 + pos: 55.5,46.5 parent: 2 - - uid: 6408 + - uid: 4551 components: - type: Transform - pos: 94.5,54.5 + pos: 64.5,31.5 parent: 2 - - uid: 6410 + - uid: 4554 components: - type: Transform - pos: 94.5,52.5 + pos: 41.5,31.5 parent: 2 - - uid: 6411 + - uid: 4563 components: - type: Transform - pos: 94.5,53.5 + pos: 54.5,45.5 parent: 2 - - uid: 6425 + - uid: 4564 components: - type: Transform - pos: 81.5,-3.5 + pos: 53.5,45.5 parent: 2 - - uid: 6435 + - uid: 4566 components: - type: Transform - pos: 81.5,-14.5 + pos: 55.5,48.5 parent: 2 - - uid: 6438 + - uid: 4567 components: - type: Transform - pos: 81.5,-18.5 + pos: 55.5,47.5 parent: 2 - - uid: 6465 + - uid: 4568 components: - type: Transform - pos: 59.5,-32.5 + pos: 55.5,49.5 parent: 2 - - uid: 6466 + - uid: 4571 components: - type: Transform - pos: 54.5,-36.5 + pos: 50.5,27.5 parent: 2 - - uid: 6467 + - uid: 4572 components: - type: Transform - pos: 54.5,-32.5 + pos: 51.5,48.5 parent: 2 - - uid: 6527 + - uid: 4573 components: - type: Transform - pos: -27.5,50.5 + pos: 50.5,28.5 parent: 2 - - uid: 6651 + - uid: 4581 components: - type: Transform - pos: -46.5,-46.5 + pos: 50.5,30.5 parent: 2 - - uid: 6652 + - uid: 4584 components: - type: Transform - pos: -46.5,-50.5 + pos: 51.5,52.5 parent: 2 - - uid: 6655 + - uid: 4589 components: - type: Transform - pos: -23.5,23.5 + pos: 52.5,52.5 parent: 2 - - uid: 6670 + - uid: 4594 components: - type: Transform - pos: -52.5,-39.5 + pos: 53.5,52.5 parent: 2 - - uid: 6671 + - uid: 4599 components: - type: Transform - pos: -50.5,-39.5 + pos: 54.5,52.5 parent: 2 - - uid: 6672 + - uid: 4604 components: - type: Transform - pos: -37.5,-39.5 + pos: 50.5,29.5 parent: 2 - - uid: 6674 + - uid: 4609 components: - type: Transform - pos: -20.5,-45.5 + pos: 54.5,53.5 parent: 2 - - uid: 6695 + - uid: 4614 components: - type: Transform - pos: -52.5,-44.5 + pos: 52.5,68.5 parent: 2 - - uid: 6696 + - uid: 4619 components: - type: Transform - pos: -55.5,-37.5 + pos: 45.5,35.5 parent: 2 - - uid: 6703 + - uid: 4625 components: - type: Transform - pos: -35.5,-39.5 + pos: 50.5,31.5 parent: 2 - - uid: 6704 + - uid: 4626 components: - type: Transform - pos: -49.5,-39.5 + pos: 52.5,66.5 parent: 2 - - uid: 6705 + - uid: 4627 components: - type: Transform - pos: -52.5,-40.5 + pos: 52.5,65.5 parent: 2 - - uid: 6711 + - uid: 4636 components: - type: Transform - pos: -30.5,-26.5 + pos: 60.5,71.5 parent: 2 - - uid: 6718 + - uid: 4637 components: - type: Transform - pos: -28.5,-45.5 + pos: 61.5,71.5 parent: 2 - - uid: 6719 + - uid: 4638 components: - type: Transform - pos: -34.5,-45.5 + pos: 62.5,71.5 parent: 2 - - uid: 6735 + - uid: 4639 components: - type: Transform - pos: -66.5,-21.5 + pos: 63.5,71.5 parent: 2 - - uid: 6740 + - uid: 4643 components: - type: Transform - pos: -28.5,-39.5 + pos: 55.5,71.5 parent: 2 - - uid: 6741 + - uid: 4650 components: - type: Transform - pos: -29.5,-39.5 + pos: 56.5,71.5 parent: 2 - - uid: 6751 + - uid: 4651 components: - type: Transform - pos: -36.5,-45.5 + pos: 58.5,71.5 parent: 2 - - uid: 6761 + - uid: 4652 components: - type: Transform - pos: -46.5,-49.5 + pos: 66.5,71.5 parent: 2 - - uid: 6762 + - uid: 4653 components: - type: Transform - pos: -52.5,-50.5 + pos: 89.5,50.5 parent: 2 - - uid: 6763 + - uid: 4654 components: - type: Transform - pos: -45.5,-45.5 + pos: 88.5,50.5 parent: 2 - - uid: 6765 + - uid: 4659 components: - type: Transform - pos: -66.5,-20.5 + pos: 41.5,27.5 parent: 2 - - uid: 6770 + - uid: 4661 components: - type: Transform - pos: -46.5,-45.5 + pos: 14.5,51.5 parent: 2 - - uid: 6775 + - uid: 4663 components: - type: Transform - pos: -51.5,-39.5 + pos: 22.5,51.5 parent: 2 - - uid: 6776 + - uid: 4668 components: - type: Transform - pos: -48.5,-39.5 + pos: 88.5,51.5 parent: 2 - - uid: 6777 + - uid: 4669 components: - type: Transform - pos: -46.5,-39.5 + pos: 92.5,20.5 parent: 2 - - uid: 6790 + - uid: 4670 components: - type: Transform - pos: -77.5,20.5 + pos: 92.5,19.5 parent: 2 - - uid: 6795 + - uid: 4687 components: - type: Transform - pos: -19.5,-45.5 + pos: 79.5,4.5 parent: 2 - - uid: 6859 + - uid: 4688 components: - type: Transform - pos: -99.5,0.5 + pos: 79.5,5.5 parent: 2 - - uid: 6958 + - uid: 4695 components: - type: Transform - pos: -15.5,-47.5 + pos: 91.5,20.5 parent: 2 - - uid: 7194 + - uid: 4696 components: - type: Transform - pos: -64.5,-13.5 + pos: 88.5,52.5 parent: 2 - - uid: 7270 + - uid: 4712 components: - type: Transform - pos: -37.5,-37.5 + pos: 50.5,33.5 parent: 2 - - uid: 7285 + - uid: 4714 components: - type: Transform - pos: -45.5,-37.5 + pos: 50.5,35.5 parent: 2 - - uid: 7286 + - uid: 4715 components: - type: Transform - pos: -46.5,-37.5 + pos: 50.5,34.5 parent: 2 - - uid: 7287 + - uid: 4737 components: - type: Transform - pos: -47.5,-37.5 + pos: 42.5,27.5 parent: 2 - - uid: 7288 + - uid: 4738 components: - type: Transform - pos: -48.5,-37.5 + pos: 43.5,27.5 parent: 2 - - uid: 7289 + - uid: 4743 components: - type: Transform - pos: -49.5,-37.5 + pos: 44.5,27.5 parent: 2 - - uid: 7290 + - uid: 4758 components: - type: Transform - pos: -50.5,-37.5 + pos: 49.5,27.5 parent: 2 - - uid: 7291 + - uid: 4767 components: - type: Transform - pos: -51.5,-37.5 + pos: 94.5,46.5 parent: 2 - - uid: 7292 + - uid: 4773 components: - type: Transform - pos: -52.5,-37.5 + pos: 87.5,20.5 parent: 2 - - uid: 7296 + - uid: 4774 components: - type: Transform - pos: -52.5,18.5 + pos: 88.5,20.5 parent: 2 - - uid: 7297 + - uid: 4780 components: - type: Transform - pos: -52.5,20.5 + pos: 87.5,10.5 parent: 2 - - uid: 7320 + - uid: 4784 components: - type: Transform - pos: -66.5,-12.5 + pos: 87.5,12.5 parent: 2 - - uid: 7321 + - uid: 4785 components: - type: Transform - pos: -66.5,-11.5 + pos: 87.5,11.5 parent: 2 - - uid: 7322 + - uid: 4786 components: - type: Transform - pos: -66.5,-10.5 + pos: 86.5,7.5 parent: 2 - - uid: 7325 + - uid: 4787 components: - type: Transform - pos: -63.5,-22.5 + pos: 77.5,4.5 parent: 2 - - uid: 7330 + - uid: 4795 components: - type: Transform - pos: -63.5,-23.5 + pos: 92.5,15.5 parent: 2 - - uid: 7333 + - uid: 4819 components: - type: Transform - pos: -63.5,-13.5 + pos: 41.5,35.5 parent: 2 - - uid: 7335 + - uid: 4820 components: - type: Transform - pos: -63.5,-30.5 + pos: 42.5,35.5 parent: 2 - - uid: 7336 + - uid: 4821 components: - type: Transform - pos: -63.5,-31.5 + pos: 54.5,54.5 parent: 2 - - uid: 7337 + - uid: 4822 components: - type: Transform - pos: -63.5,-28.5 + pos: 54.5,55.5 parent: 2 - - uid: 7338 + - uid: 4823 components: - type: Transform - pos: -63.5,-29.5 + pos: 55.5,55.5 parent: 2 - - uid: 7339 + - uid: 4824 components: - type: Transform - pos: -63.5,-27.5 + pos: 56.5,55.5 parent: 2 - - uid: 7340 + - uid: 4825 components: - type: Transform - pos: -63.5,-26.5 + pos: 51.5,35.5 parent: 2 - - uid: 7341 + - uid: 4826 components: - type: Transform - pos: -63.5,-25.5 + pos: 51.5,38.5 parent: 2 - - uid: 7418 + - uid: 4827 components: - type: Transform - pos: -28.5,63.5 + pos: 51.5,36.5 parent: 2 - - uid: 7423 + - uid: 4829 components: - type: Transform - pos: -66.5,-13.5 + pos: 51.5,40.5 parent: 2 - - uid: 7424 + - uid: 4830 components: - type: Transform - pos: -66.5,-9.5 + pos: 62.5,55.5 parent: 2 - - uid: 7425 + - uid: 4831 components: - type: Transform - pos: -66.5,-8.5 + pos: 63.5,55.5 parent: 2 - - uid: 7426 + - uid: 4834 components: - type: Transform - pos: -66.5,-7.5 + pos: 43.5,35.5 parent: 2 - - uid: 7430 + - uid: 4835 components: - type: Transform - pos: -25.5,49.5 + pos: 44.5,35.5 parent: 2 - - uid: 7431 + - uid: 4854 components: - type: Transform - pos: -66.5,-2.5 + pos: -42.5,70.5 parent: 2 - - uid: 7487 + - uid: 4855 components: - type: Transform - pos: -10.5,68.5 + pos: -16.5,67.5 parent: 2 - - uid: 7563 + - uid: 4856 components: - type: Transform - pos: -75.5,20.5 + pos: -6.5,67.5 parent: 2 - - uid: 7566 + - uid: 4857 components: - type: Transform - pos: -95.5,15.5 + pos: -12.5,67.5 parent: 2 - - uid: 7584 + - uid: 4861 components: - type: Transform - pos: 5.5,43.5 + pos: 80.5,53.5 parent: 2 - - uid: 7587 + - uid: 4862 components: - type: Transform - pos: -117.5,11.5 + pos: 79.5,55.5 parent: 2 - - uid: 7637 + - uid: 4864 components: - type: Transform - pos: -62.5,10.5 + pos: 86.5,6.5 parent: 2 - - uid: 7643 + - uid: 4867 components: - type: Transform - pos: -63.5,13.5 + pos: 82.5,53.5 parent: 2 - - uid: 7644 + - uid: 4872 components: - type: Transform - pos: -63.5,14.5 + pos: 50.5,42.5 parent: 2 - - uid: 7645 + - uid: 4881 components: - type: Transform - pos: -62.5,14.5 + rot: -1.5707963267948966 rad + pos: -95.5,-1.5 parent: 2 - - uid: 7647 + - uid: 4895 components: - type: Transform - pos: -61.5,14.5 + pos: 94.5,22.5 parent: 2 - - uid: 7649 + - uid: 4897 components: - type: Transform - pos: -56.5,10.5 + pos: 94.5,23.5 parent: 2 - - uid: 7651 + - uid: 4899 components: - type: Transform - pos: -63.5,11.5 + pos: 96.5,53.5 parent: 2 - - uid: 7652 + - uid: 4901 components: - type: Transform - pos: -63.5,12.5 + pos: 96.5,55.5 parent: 2 - - uid: 7656 + - uid: 4907 components: - type: Transform - pos: -82.5,-16.5 + pos: 95.5,63.5 parent: 2 - - uid: 7659 + - uid: 4914 components: - type: Transform - pos: -99.5,2.5 + pos: 57.5,71.5 parent: 2 - - uid: 7666 + - uid: 4921 components: - type: Transform - pos: -99.5,14.5 + pos: 93.5,63.5 parent: 2 - - uid: 7667 + - uid: 4931 components: - type: Transform - pos: 4.5,49.5 + pos: 64.5,71.5 parent: 2 - - uid: 7669 + - uid: 4932 components: - type: Transform - pos: -79.5,20.5 + pos: 15.5,51.5 parent: 2 - - uid: 7676 + - uid: 4933 components: - type: Transform - pos: -99.5,1.5 + pos: 22.5,52.5 parent: 2 - - uid: 7700 + - uid: 4934 components: - type: Transform - pos: -86.5,-22.5 + pos: 42.5,31.5 parent: 2 - - uid: 7701 + - uid: 4935 components: - type: Transform - pos: -87.5,-22.5 + pos: 43.5,31.5 parent: 2 - - uid: 7702 + - uid: 4936 components: - type: Transform - pos: -88.5,-22.5 + pos: 44.5,31.5 parent: 2 - - uid: 7703 + - uid: 4937 components: - type: Transform - pos: -85.5,-22.5 + pos: 50.5,41.5 parent: 2 - - uid: 7708 + - uid: 4938 components: - type: Transform - pos: -84.5,-22.5 + pos: 50.5,44.5 parent: 2 - - uid: 7709 + - uid: 4940 components: - type: Transform - pos: -83.5,-22.5 + pos: 52.5,45.5 parent: 2 - - uid: 7716 + - uid: 4941 components: - type: Transform - pos: -82.5,-22.5 + pos: 51.5,39.5 parent: 2 - - uid: 7717 + - uid: 4942 components: - type: Transform - pos: -89.5,-22.5 + pos: 51.5,41.5 parent: 2 - - uid: 7722 + - uid: 4944 components: - type: Transform - pos: -92.5,-22.5 + pos: 51.5,47.5 parent: 2 - - uid: 7723 + - uid: 4946 components: - type: Transform - pos: -93.5,-22.5 + pos: 63.5,54.5 parent: 2 - - uid: 7729 + - uid: 4947 components: - type: Transform - pos: -91.5,-22.5 + pos: 63.5,53.5 parent: 2 - - uid: 7730 + - uid: 4948 components: - type: Transform - pos: -90.5,-22.5 + pos: 63.5,52.5 parent: 2 - - uid: 7744 + - uid: 4949 components: - type: Transform - pos: -74.5,18.5 + pos: 63.5,51.5 parent: 2 - - uid: 7754 + - uid: 4950 components: - type: Transform - pos: -80.5,19.5 + pos: 67.5,71.5 parent: 2 - - uid: 7755 + - uid: 4963 components: - type: Transform - pos: -94.5,10.5 + pos: -77.5,-8.5 parent: 2 - - uid: 7756 + - uid: 5018 components: - type: Transform - pos: -81.5,19.5 + pos: -92.5,10.5 parent: 2 - - uid: 7757 + - uid: 5026 components: - type: Transform - pos: -82.5,17.5 + pos: 77.5,-22.5 parent: 2 - - uid: 7758 + - uid: 5027 components: - type: Transform - pos: -82.5,18.5 + pos: 78.5,-22.5 parent: 2 - - uid: 7759 + - uid: 5031 components: - type: Transform - pos: -93.5,10.5 + pos: 78.5,-18.5 parent: 2 - - uid: 7761 + - uid: 5035 components: - type: Transform - pos: -78.5,23.5 + pos: 78.5,-14.5 parent: 2 - - uid: 7762 + - uid: 5036 components: - type: Transform - pos: -90.5,22.5 + pos: 78.5,-13.5 parent: 2 - - uid: 7763 + - uid: 5037 components: - type: Transform - pos: -91.5,23.5 + pos: 78.5,-12.5 parent: 2 - - uid: 7764 + - uid: 5038 components: - type: Transform - pos: -77.5,23.5 + pos: 79.5,-11.5 parent: 2 - - uid: 7766 + - uid: 5039 components: - type: Transform - pos: -90.5,23.5 + pos: 79.5,-10.5 parent: 2 - - uid: 7768 + - uid: 5040 components: - type: Transform - pos: -109.5,10.5 + pos: 79.5,-9.5 parent: 2 - - uid: 7770 + - uid: 5041 components: - type: Transform - pos: -111.5,6.5 + pos: 79.5,-8.5 parent: 2 - - uid: 7771 + - uid: 5059 components: - type: Transform - pos: -110.5,6.5 + pos: 73.5,1.5 parent: 2 - - uid: 7780 + - uid: 5060 components: - type: Transform - pos: -74.5,13.5 + pos: 72.5,1.5 parent: 2 - - uid: 7784 + - uid: 5061 components: - type: Transform - pos: -74.5,11.5 + pos: 64.5,1.5 parent: 2 - - uid: 7790 + - uid: 5079 components: - type: Transform - pos: -74.5,10.5 + pos: 56.5,1.5 parent: 2 - - uid: 7792 + - uid: 5083 components: - type: Transform - pos: -74.5,3.5 + pos: 55.5,4.5 parent: 2 - - uid: 7796 + - uid: 5084 components: - type: Transform - pos: -91.5,-6.5 + pos: 55.5,2.5 parent: 2 - - uid: 7808 + - uid: 5089 components: - type: Transform - pos: -86.5,-16.5 + pos: -98.5,17.5 parent: 2 - - uid: 7811 + - uid: 5090 components: - type: Transform - pos: -82.5,-17.5 + pos: 67.5,-29.5 parent: 2 - - uid: 7812 + - uid: 5094 components: - type: Transform - pos: -86.5,-15.5 + pos: 72.5,-23.5 parent: 2 - - uid: 7819 + - uid: 5106 components: - type: Transform - pos: -99.5,15.5 + pos: 77.5,1.5 parent: 2 - - uid: 7820 + - uid: 5108 components: - type: Transform - pos: -81.5,11.5 + pos: 76.5,1.5 parent: 2 - - uid: 7823 + - uid: 5159 components: - type: Transform - pos: -75.5,10.5 + pos: -28.5,54.5 parent: 2 - - uid: 7825 + - uid: 5198 components: - type: Transform - pos: -82.5,11.5 + pos: -60.5,10.5 parent: 2 - - uid: 7843 + - uid: 5220 components: - type: Transform - pos: -82.5,35.5 + pos: 47.5,35.5 parent: 2 - - uid: 7844 + - uid: 5221 components: - type: Transform - pos: -86.5,34.5 + pos: 46.5,35.5 parent: 2 - - uid: 7847 + - uid: 5222 components: - type: Transform - pos: -86.5,32.5 + pos: 48.5,35.5 parent: 2 - - uid: 7853 + - uid: 5223 components: - type: Transform - pos: -74.5,12.5 + pos: 49.5,35.5 parent: 2 - - uid: 7868 + - uid: 5224 components: - type: Transform - pos: -86.5,-17.5 + pos: 48.5,31.5 parent: 2 - - uid: 7871 + - uid: 5231 components: - type: Transform - pos: -82.5,-18.5 + pos: -36.5,32.5 parent: 2 - - uid: 7872 + - uid: 5233 components: - type: Transform - pos: -82.5,-15.5 + pos: -15.5,42.5 parent: 2 - - uid: 7879 + - uid: 5239 components: - type: Transform - pos: -90.5,-6.5 + pos: -15.5,39.5 parent: 2 - - uid: 7912 + - uid: 5240 components: - type: Transform - pos: -99.5,17.5 + pos: -32.5,32.5 parent: 2 - - uid: 7921 + - uid: 5249 components: - type: Transform - pos: -98.5,-1.5 + pos: 47.5,31.5 parent: 2 - - uid: 7925 + - uid: 5252 components: - type: Transform - pos: 45.5,-35.5 + pos: 46.5,31.5 parent: 2 - - uid: 7928 + - uid: 5253 components: - type: Transform - pos: 66.5,-29.5 + pos: 45.5,31.5 parent: 2 - - uid: 7932 + - uid: 5254 components: - type: Transform - pos: -97.5,-22.5 + pos: -98.5,-14.5 parent: 2 - - uid: 7933 + - uid: 5266 components: - type: Transform - pos: -96.5,-22.5 + pos: -96.5,-13.5 parent: 2 - - uid: 7936 + - uid: 5295 components: - type: Transform - pos: -95.5,11.5 + pos: 11.5,62.5 parent: 2 - - uid: 7949 + - uid: 5296 components: - type: Transform - pos: -108.5,10.5 + pos: 69.5,27.5 parent: 2 - - uid: 7959 + - uid: 5299 components: - type: Transform - pos: -95.5,-22.5 + pos: 30.5,50.5 parent: 2 - - uid: 7960 + - uid: 5306 components: - type: Transform - pos: -74.5,17.5 + pos: 67.5,31.5 parent: 2 - - uid: 7961 + - uid: 5314 components: - type: Transform - pos: -94.5,-22.5 + pos: 68.5,71.5 parent: 2 - - uid: 7970 + - uid: 5318 components: - type: Transform - pos: -95.5,12.5 + pos: 61.5,58.5 parent: 2 - - uid: 7972 + - uid: 5319 components: - type: Transform - pos: 33.5,35.5 + pos: 62.5,58.5 parent: 2 - - uid: 7982 + - uid: 5320 components: - type: Transform - pos: -108.5,6.5 + pos: 62.5,57.5 parent: 2 - - uid: 7983 + - uid: 5321 components: - type: Transform - pos: -109.5,6.5 + pos: 62.5,56.5 parent: 2 - - uid: 7984 + - uid: 5322 components: - type: Transform - pos: -111.5,10.5 + pos: 61.5,49.5 parent: 2 - - uid: 7985 + - uid: 5323 components: - type: Transform - pos: -110.5,10.5 + pos: 61.5,50.5 parent: 2 - - uid: 7986 + - uid: 5324 components: - type: Transform - pos: -86.5,-18.5 + pos: 61.5,51.5 parent: 2 - - uid: 8001 + - uid: 5325 components: - type: Transform - pos: -98.5,-22.5 + pos: 62.5,51.5 parent: 2 - - uid: 8002 + - uid: 5331 components: - type: Transform - pos: -82.5,34.5 + pos: 59.5,71.5 parent: 2 - - uid: 8003 + - uid: 5373 components: - type: Transform - pos: -86.5,33.5 + pos: 94.5,51.5 parent: 2 - - uid: 8004 + - uid: 5378 components: - type: Transform - pos: -86.5,35.5 + pos: 92.5,51.5 parent: 2 - - uid: 8005 + - uid: 5379 components: - type: Transform - pos: -82.5,32.5 + pos: 93.5,51.5 parent: 2 - - uid: 8020 + - uid: 5381 components: - type: Transform - pos: 47.5,-6.5 + pos: 92.5,50.5 parent: 2 - - uid: 8021 + - uid: 5383 components: - type: Transform - pos: -82.5,12.5 + pos: 91.5,50.5 parent: 2 - - uid: 8034 + - uid: 5418 components: - type: Transform - pos: -81.5,10.5 + pos: -97.5,-13.5 parent: 2 - - uid: 8035 + - uid: 5425 components: - type: Transform - pos: -80.5,10.5 + rot: 3.141592653589793 rad + pos: -92.5,20.5 parent: 2 - - uid: 8061 + - uid: 5427 components: - type: Transform - pos: 31.5,36.5 + pos: 49.5,31.5 parent: 2 - - uid: 8074 + - uid: 5479 components: - type: Transform - pos: 31.5,37.5 + rot: 3.141592653589793 rad + pos: -91.5,20.5 parent: 2 - - uid: 8075 + - uid: 5482 components: - type: Transform - pos: -78.5,-6.5 + rot: 3.141592653589793 rad + pos: -95.5,18.5 parent: 2 - - uid: 8085 + - uid: 5483 components: - type: Transform - pos: 32.5,37.5 + rot: 3.141592653589793 rad + pos: -94.5,20.5 parent: 2 - - uid: 8096 + - uid: 5486 components: - type: Transform - pos: 31.5,34.5 + pos: -28.5,53.5 parent: 2 - - uid: 8131 + - uid: 5534 components: - type: Transform - pos: -104.5,-18.5 + pos: -18.5,23.5 parent: 2 - - uid: 8147 + - uid: 5542 components: - type: Transform - pos: -106.5,-22.5 + pos: 46.5,52.5 parent: 2 - - uid: 8148 + - uid: 5543 components: - type: Transform - pos: -107.5,-22.5 + pos: 38.5,51.5 parent: 2 - - uid: 8149 + - uid: 5555 components: - type: Transform - pos: -108.5,-22.5 + pos: 66.5,31.5 parent: 2 - - uid: 8150 + - uid: 5569 components: - type: Transform - pos: -109.5,-22.5 + pos: 65.5,31.5 parent: 2 - - uid: 8151 + - uid: 5660 components: - type: Transform - pos: -110.5,-22.5 + pos: 68.5,31.5 parent: 2 - - uid: 8152 + - uid: 5769 components: - type: Transform - pos: -111.5,-22.5 + pos: -2.5,-49.5 parent: 2 - - uid: 8153 + - uid: 5770 components: - type: Transform - pos: -112.5,-22.5 + pos: -3.5,-49.5 parent: 2 - - uid: 8154 + - uid: 5771 components: - type: Transform - pos: -113.5,-22.5 + pos: -4.5,-49.5 parent: 2 - - uid: 8155 + - uid: 5772 components: - type: Transform - pos: -114.5,-22.5 + pos: -5.5,-49.5 parent: 2 - - uid: 8156 + - uid: 5773 components: - type: Transform - pos: -115.5,-22.5 + pos: -6.5,-49.5 parent: 2 - - uid: 8157 + - uid: 5774 components: - type: Transform - pos: -111.5,5.5 + pos: -7.5,-49.5 parent: 2 - - uid: 8158 + - uid: 5775 components: - type: Transform - pos: -115.5,-21.5 + pos: -8.5,-49.5 parent: 2 - - uid: 8159 + - uid: 5776 components: - type: Transform - pos: -115.5,-20.5 + pos: 4.5,-49.5 parent: 2 - - uid: 8160 + - uid: 5777 components: - type: Transform - pos: -115.5,-19.5 + pos: 5.5,-49.5 parent: 2 - - uid: 8161 + - uid: 5778 components: - type: Transform - pos: -115.5,-18.5 + pos: 6.5,-49.5 parent: 2 - - uid: 8162 + - uid: 5779 components: - type: Transform - pos: -115.5,-17.5 + pos: 7.5,-49.5 parent: 2 - - uid: 8163 + - uid: 5780 components: - type: Transform - pos: -115.5,-16.5 + pos: 8.5,-49.5 parent: 2 - - uid: 8164 + - uid: 5781 components: - type: Transform - pos: -115.5,-15.5 + pos: 9.5,-49.5 parent: 2 - - uid: 8165 + - uid: 5782 components: - type: Transform - pos: -115.5,-14.5 + pos: 10.5,-49.5 parent: 2 - - uid: 8166 + - uid: 5783 components: - type: Transform - pos: -115.5,-13.5 + pos: 11.5,-49.5 parent: 2 - - uid: 8167 + - uid: 5784 components: - type: Transform - pos: -115.5,-12.5 + pos: 12.5,-49.5 parent: 2 - - uid: 8168 + - uid: 5787 components: - type: Transform - pos: -115.5,-11.5 + pos: -1.5,-53.5 parent: 2 - - uid: 8169 + - uid: 5788 components: - type: Transform - pos: -115.5,-10.5 + pos: -2.5,-53.5 parent: 2 - - uid: 8170 + - uid: 5789 components: - type: Transform - pos: -115.5,-9.5 + pos: -3.5,-53.5 parent: 2 - - uid: 8171 + - uid: 5795 components: - type: Transform - pos: -115.5,-8.5 + pos: 4.5,-53.5 parent: 2 - - uid: 8172 + - uid: 5796 components: - type: Transform - pos: -115.5,-7.5 + pos: 5.5,-53.5 parent: 2 - - uid: 8173 + - uid: 5797 components: - type: Transform - pos: -115.5,-6.5 + pos: 6.5,-53.5 parent: 2 - - uid: 8174 + - uid: 5803 components: - type: Transform - pos: -115.5,-5.5 + pos: 12.5,-53.5 parent: 2 - - uid: 8175 + - uid: 5871 components: - type: Transform - pos: -115.5,-4.5 + pos: -9.5,-49.5 parent: 2 - - uid: 8176 + - uid: 5992 components: - type: Transform - pos: -115.5,-3.5 + pos: -44.5,36.5 parent: 2 - - uid: 8177 + - uid: 6015 components: - type: Transform - pos: -115.5,-2.5 + pos: -27.5,-26.5 parent: 2 - - uid: 8178 + - uid: 6017 components: - type: Transform - pos: -115.5,-1.5 + pos: -28.5,-26.5 parent: 2 - - uid: 8179 + - uid: 6019 components: - type: Transform - pos: -115.5,-0.5 + pos: -31.5,-26.5 parent: 2 - - uid: 8185 + - uid: 6021 components: - type: Transform - pos: -115.5,5.5 + pos: -29.5,-26.5 parent: 2 - - uid: 8186 + - uid: 6077 components: - type: Transform - pos: -115.5,6.5 + pos: 48.5,50.5 parent: 2 - - uid: 8187 + - uid: 6078 components: - type: Transform - pos: -115.5,7.5 + pos: 48.5,51.5 parent: 2 - - uid: 8188 + - uid: 6117 components: - type: Transform - pos: -121.5,10.5 + pos: 69.5,71.5 parent: 2 - - uid: 8189 + - uid: 6118 components: - type: Transform - pos: -115.5,9.5 + pos: 89.5,61.5 parent: 2 - - uid: 8190 + - uid: 6119 components: - type: Transform - pos: -115.5,10.5 + pos: 88.5,61.5 parent: 2 - - uid: 8191 + - uid: 6122 components: - type: Transform - pos: -111.5,4.5 + pos: -17.5,23.5 parent: 2 - - uid: 8192 + - uid: 6123 components: - type: Transform - pos: -111.5,3.5 + pos: -22.5,23.5 parent: 2 - - uid: 8193 + - uid: 6180 components: - type: Transform - pos: -111.5,2.5 + pos: 46.5,-35.5 parent: 2 - - uid: 8194 + - uid: 6181 components: - type: Transform - pos: -111.5,1.5 + pos: 47.5,-35.5 parent: 2 - - uid: 8195 + - uid: 6185 components: - type: Transform - pos: -111.5,0.5 + pos: 51.5,-33.5 parent: 2 - - uid: 8196 + - uid: 6190 components: - type: Transform - pos: -111.5,-0.5 + pos: 11.5,-37.5 parent: 2 - - uid: 8197 + - uid: 6192 components: - type: Transform - pos: -111.5,-1.5 + pos: -34.5,2.5 parent: 2 - - uid: 8198 + - uid: 6193 components: - type: Transform - pos: -111.5,-2.5 + pos: -35.5,7.5 parent: 2 - - uid: 8199 + - uid: 6213 components: - type: Transform - pos: -111.5,-3.5 + rot: -1.5707963267948966 rad + pos: -94.5,-3.5 parent: 2 - - uid: 8200 + - uid: 6214 components: - type: Transform - pos: -111.5,-4.5 + rot: -1.5707963267948966 rad + pos: -94.5,-2.5 parent: 2 - - uid: 8201 + - uid: 6215 components: - type: Transform - pos: -111.5,-5.5 + pos: -129.5,67.5 parent: 2 - - uid: 8205 + - uid: 6275 components: - type: Transform - pos: -111.5,-9.5 + rot: 3.141592653589793 rad + pos: -94.5,19.5 parent: 2 - - uid: 8206 + - uid: 6277 components: - type: Transform - pos: -111.5,-10.5 + pos: -98.5,18.5 parent: 2 - - uid: 8207 + - uid: 6313 components: - type: Transform - pos: -111.5,-11.5 + rot: -1.5707963267948966 rad + pos: -92.5,25.5 parent: 2 - - uid: 8208 + - uid: 6315 components: - type: Transform - pos: -111.5,-12.5 + pos: -26.5,49.5 parent: 2 - - uid: 8209 + - uid: 6394 components: - type: Transform - pos: -111.5,-13.5 + pos: 91.5,61.5 parent: 2 - - uid: 8210 + - uid: 6397 components: - type: Transform - pos: -111.5,-14.5 + pos: 90.5,61.5 parent: 2 - - uid: 8211 + - uid: 6398 components: - type: Transform - pos: -111.5,-15.5 + pos: 93.5,61.5 parent: 2 - - uid: 8212 + - uid: 6399 components: - type: Transform - pos: -111.5,-16.5 + pos: 92.5,61.5 parent: 2 - - uid: 8213 + - uid: 6402 components: - type: Transform - pos: -111.5,-17.5 + pos: 94.5,56.5 parent: 2 - - uid: 8214 + - uid: 6403 components: - type: Transform - pos: -111.5,-18.5 + pos: 93.5,59.5 parent: 2 - - uid: 8215 + - uid: 6404 components: - type: Transform - pos: -87.5,-18.5 + pos: 94.5,59.5 parent: 2 - - uid: 8216 + - uid: 6405 components: - type: Transform - pos: -88.5,-18.5 + pos: 94.5,55.5 parent: 2 - - uid: 8217 + - uid: 6406 components: - type: Transform - pos: -89.5,-18.5 + pos: 94.5,58.5 parent: 2 - - uid: 8218 + - uid: 6407 components: - type: Transform - pos: -90.5,-18.5 + pos: 94.5,57.5 parent: 2 - - uid: 8219 + - uid: 6408 components: - type: Transform - pos: -91.5,-18.5 + pos: 94.5,54.5 parent: 2 - - uid: 8220 + - uid: 6410 components: - type: Transform - pos: -92.5,-18.5 + pos: 94.5,52.5 parent: 2 - - uid: 8221 + - uid: 6411 components: - type: Transform - pos: -93.5,-18.5 + pos: 94.5,53.5 parent: 2 - - uid: 8222 + - uid: 6425 components: - type: Transform - pos: -94.5,-18.5 + pos: 81.5,-3.5 parent: 2 - - uid: 8223 + - uid: 6435 components: - type: Transform - pos: -95.5,-18.5 + pos: 81.5,-14.5 parent: 2 - - uid: 8224 + - uid: 6438 components: - type: Transform - pos: -96.5,-18.5 + pos: 81.5,-18.5 parent: 2 - - uid: 8225 + - uid: 6465 components: - type: Transform - pos: -97.5,-18.5 + pos: 59.5,-32.5 parent: 2 - - uid: 8226 + - uid: 6466 components: - type: Transform - pos: -98.5,-18.5 + pos: 54.5,-36.5 parent: 2 - - uid: 8227 + - uid: 6467 components: - type: Transform - pos: -99.5,-18.5 + pos: 54.5,-32.5 parent: 2 - - uid: 8228 + - uid: 6527 components: - type: Transform - pos: -100.5,-18.5 + pos: -27.5,50.5 parent: 2 - - uid: 8229 + - uid: 6651 components: - type: Transform - pos: -101.5,-18.5 + pos: -46.5,-46.5 parent: 2 - - uid: 8230 + - uid: 6652 components: - type: Transform - pos: -102.5,-18.5 + pos: -46.5,-50.5 parent: 2 - - uid: 8231 + - uid: 6655 components: - type: Transform - pos: -103.5,-18.5 + pos: -23.5,23.5 parent: 2 - - uid: 8233 + - uid: 6670 components: - type: Transform - pos: -105.5,-18.5 + pos: -52.5,-39.5 parent: 2 - - uid: 8234 + - uid: 6671 components: - type: Transform - pos: -106.5,-18.5 + pos: -50.5,-39.5 parent: 2 - - uid: 8235 + - uid: 6672 components: - type: Transform - pos: -107.5,-18.5 + pos: -37.5,-39.5 parent: 2 - - uid: 8236 + - uid: 6674 components: - type: Transform - pos: -108.5,-18.5 + pos: -20.5,-45.5 parent: 2 - - uid: 8237 + - uid: 6695 components: - type: Transform - pos: -109.5,-18.5 + pos: -52.5,-44.5 parent: 2 - - uid: 8238 + - uid: 6696 components: - type: Transform - pos: -110.5,-18.5 + pos: -55.5,-37.5 parent: 2 - - uid: 8239 + - uid: 6703 components: - type: Transform - pos: -87.5,35.5 + pos: -35.5,-39.5 parent: 2 - - uid: 8242 + - uid: 6704 components: - type: Transform - pos: -82.5,33.5 + pos: -49.5,-39.5 parent: 2 - - uid: 8246 + - uid: 6705 components: - type: Transform - pos: -88.5,35.5 + pos: -52.5,-40.5 parent: 2 - - uid: 8247 + - uid: 6711 components: - type: Transform - pos: -89.5,35.5 + pos: -30.5,-26.5 parent: 2 - - uid: 8248 + - uid: 6718 components: - type: Transform - pos: -90.5,35.5 + pos: -28.5,-45.5 parent: 2 - - uid: 8249 + - uid: 6719 components: - type: Transform - pos: -91.5,35.5 + pos: -34.5,-45.5 parent: 2 - - uid: 8250 + - uid: 6735 components: - type: Transform - pos: -92.5,35.5 + pos: -66.5,-21.5 parent: 2 - - uid: 8251 + - uid: 6740 components: - type: Transform - pos: -93.5,35.5 + pos: -28.5,-39.5 parent: 2 - - uid: 8252 + - uid: 6741 components: - type: Transform - pos: -94.5,35.5 + pos: -29.5,-39.5 parent: 2 - - uid: 8253 + - uid: 6751 components: - type: Transform - pos: -95.5,35.5 + pos: -36.5,-45.5 parent: 2 - - uid: 8254 + - uid: 6761 components: - type: Transform - pos: -96.5,35.5 + pos: -46.5,-49.5 parent: 2 - - uid: 8255 + - uid: 6762 components: - type: Transform - pos: -97.5,35.5 + pos: -52.5,-50.5 parent: 2 - - uid: 8256 + - uid: 6763 components: - type: Transform - pos: -98.5,35.5 + pos: -45.5,-45.5 parent: 2 - - uid: 8257 + - uid: 6765 components: - type: Transform - pos: -99.5,35.5 + pos: -66.5,-20.5 parent: 2 - - uid: 8261 + - uid: 6770 components: - type: Transform - pos: -103.5,35.5 + pos: -46.5,-45.5 parent: 2 - - uid: 8262 + - uid: 6775 components: - type: Transform - pos: -104.5,35.5 + pos: -51.5,-39.5 parent: 2 - - uid: 8263 + - uid: 6776 components: - type: Transform - pos: -105.5,35.5 + pos: -48.5,-39.5 parent: 2 - - uid: 8264 + - uid: 6777 components: - type: Transform - pos: -106.5,35.5 + pos: -46.5,-39.5 parent: 2 - - uid: 8265 + - uid: 6790 components: - type: Transform - pos: -107.5,35.5 + pos: -77.5,20.5 parent: 2 - - uid: 8266 + - uid: 6795 components: - type: Transform - pos: -108.5,35.5 + pos: -19.5,-45.5 parent: 2 - - uid: 8267 + - uid: 6892 components: - type: Transform - pos: -109.5,35.5 + rot: -1.5707963267948966 rad + pos: -86.5,-0.5 parent: 2 - - uid: 8269 + - uid: 6893 components: - type: Transform - pos: -46.5,18.5 + rot: -1.5707963267948966 rad + pos: -88.5,6.5 parent: 2 - - uid: 8272 + - uid: 6895 components: - type: Transform - pos: -83.5,39.5 + rot: -1.5707963267948966 rad + pos: -90.5,6.5 parent: 2 - - uid: 8273 + - uid: 6944 components: - type: Transform - pos: -84.5,39.5 + rot: -1.5707963267948966 rad + pos: -91.5,6.5 parent: 2 - - uid: 8277 + - uid: 6958 components: - type: Transform - pos: -88.5,39.5 + pos: -15.5,-47.5 parent: 2 - - uid: 8278 + - uid: 7089 components: - type: Transform - pos: -89.5,39.5 + rot: -1.5707963267948966 rad + pos: -92.5,6.5 parent: 2 - - uid: 8279 + - uid: 7194 components: - type: Transform - pos: -90.5,39.5 + pos: -64.5,-13.5 parent: 2 - - uid: 8280 + - uid: 7270 components: - type: Transform - pos: -91.5,39.5 + pos: -37.5,-37.5 parent: 2 - - uid: 8281 + - uid: 7285 components: - type: Transform - pos: -92.5,39.5 + pos: -45.5,-37.5 parent: 2 - - uid: 8282 + - uid: 7286 components: - type: Transform - pos: -93.5,39.5 + pos: -46.5,-37.5 parent: 2 - - uid: 8283 + - uid: 7287 components: - type: Transform - pos: -94.5,39.5 + pos: -47.5,-37.5 parent: 2 - - uid: 8284 + - uid: 7288 components: - type: Transform - pos: -95.5,39.5 + pos: -48.5,-37.5 parent: 2 - - uid: 8285 + - uid: 7289 components: - type: Transform - pos: -96.5,39.5 + pos: -49.5,-37.5 parent: 2 - - uid: 8286 + - uid: 7290 components: - type: Transform - pos: -97.5,39.5 + pos: -50.5,-37.5 parent: 2 - - uid: 8287 + - uid: 7291 components: - type: Transform - pos: -98.5,39.5 + pos: -51.5,-37.5 parent: 2 - - uid: 8288 + - uid: 7292 components: - type: Transform - pos: -99.5,39.5 + pos: -52.5,-37.5 parent: 2 - - uid: 8289 + - uid: 7296 components: - type: Transform - pos: -100.5,39.5 + pos: -52.5,18.5 parent: 2 - - uid: 8290 + - uid: 7297 components: - type: Transform - pos: -101.5,39.5 + pos: -52.5,20.5 parent: 2 - - uid: 8291 + - uid: 7320 components: - type: Transform - pos: -102.5,39.5 + pos: -66.5,-12.5 parent: 2 - - uid: 8292 + - uid: 7321 components: - type: Transform - pos: -103.5,39.5 + pos: -66.5,-11.5 parent: 2 - - uid: 8293 + - uid: 7322 components: - type: Transform - pos: -104.5,39.5 + pos: -66.5,-10.5 parent: 2 - - uid: 8294 + - uid: 7325 components: - type: Transform - pos: -105.5,39.5 + pos: -63.5,-22.5 parent: 2 - - uid: 8295 + - uid: 7330 components: - type: Transform - pos: -106.5,39.5 + pos: -63.5,-23.5 parent: 2 - - uid: 8296 + - uid: 7333 components: - type: Transform - pos: -107.5,39.5 + pos: -63.5,-13.5 parent: 2 - - uid: 8297 + - uid: 7335 components: - type: Transform - pos: -108.5,39.5 + pos: -63.5,-30.5 parent: 2 - - uid: 8298 + - uid: 7336 components: - type: Transform - pos: -109.5,39.5 + pos: -63.5,-31.5 parent: 2 - - uid: 8299 + - uid: 7337 components: - type: Transform - pos: -110.5,35.5 + pos: -63.5,-28.5 parent: 2 - - uid: 8300 + - uid: 7418 components: - type: Transform - pos: -111.5,35.5 + pos: -28.5,63.5 parent: 2 - - uid: 8301 + - uid: 7423 components: - type: Transform - pos: -111.5,34.5 + pos: -66.5,-13.5 parent: 2 - - uid: 8302 + - uid: 7424 components: - type: Transform - pos: -111.5,33.5 + pos: -66.5,-9.5 parent: 2 - - uid: 8303 + - uid: 7425 components: - type: Transform - pos: -111.5,32.5 + pos: -66.5,-8.5 parent: 2 - - uid: 8304 + - uid: 7426 components: - type: Transform - pos: -111.5,31.5 + pos: -66.5,-7.5 parent: 2 - - uid: 8305 + - uid: 7430 components: - type: Transform - pos: -111.5,30.5 + pos: -25.5,49.5 parent: 2 - - uid: 8306 + - uid: 7431 components: - type: Transform - pos: -111.5,29.5 + pos: -66.5,-2.5 parent: 2 - - uid: 8307 + - uid: 7487 components: - type: Transform - pos: -111.5,28.5 + pos: -10.5,68.5 parent: 2 - - uid: 8308 + - uid: 7493 components: - type: Transform - pos: -111.5,27.5 + pos: -53.5,54.5 parent: 2 - - uid: 8309 + - uid: 7563 components: - type: Transform - pos: -111.5,26.5 + pos: -75.5,20.5 parent: 2 - - uid: 8310 + - uid: 7566 components: - type: Transform - pos: 33.5,45.5 + pos: -95.5,15.5 parent: 2 - - uid: 8313 + - uid: 7584 components: - type: Transform - pos: -111.5,22.5 + pos: 5.5,43.5 parent: 2 - - uid: 8314 + - uid: 7637 components: - type: Transform - pos: -111.5,21.5 + pos: -62.5,10.5 parent: 2 - - uid: 8315 + - uid: 7643 components: - type: Transform - pos: -111.5,20.5 + pos: -63.5,13.5 parent: 2 - - uid: 8316 + - uid: 7644 components: - type: Transform - pos: -111.5,19.5 + pos: -63.5,14.5 parent: 2 - - uid: 8317 + - uid: 7645 components: - type: Transform - pos: -111.5,18.5 + pos: -62.5,14.5 parent: 2 - - uid: 8318 + - uid: 7647 components: - type: Transform - pos: -111.5,17.5 + pos: -61.5,14.5 parent: 2 - - uid: 8319 + - uid: 7649 components: - type: Transform - pos: -111.5,16.5 + pos: -56.5,10.5 parent: 2 - - uid: 8320 + - uid: 7651 components: - type: Transform - pos: -111.5,15.5 + pos: -63.5,11.5 parent: 2 - - uid: 8321 + - uid: 7652 components: - type: Transform - pos: -111.5,14.5 + pos: -63.5,12.5 parent: 2 - - uid: 8322 + - uid: 7659 components: - type: Transform - pos: -111.5,13.5 + pos: -99.5,2.5 parent: 2 - - uid: 8323 + - uid: 7666 components: - type: Transform - pos: -111.5,12.5 + pos: -99.5,14.5 parent: 2 - - uid: 8324 + - uid: 7667 components: - type: Transform - pos: -111.5,11.5 + pos: 4.5,49.5 parent: 2 - - uid: 8325 + - uid: 7669 components: - type: Transform - pos: -115.5,11.5 + pos: -79.5,20.5 parent: 2 - - uid: 8331 + - uid: 7676 components: - type: Transform - pos: -115.5,17.5 + pos: -99.5,1.5 parent: 2 - - uid: 8332 + - uid: 7728 components: - type: Transform - pos: -115.5,18.5 + pos: 72.5,30.5 parent: 2 - - uid: 8333 + - uid: 7729 components: - type: Transform - pos: -115.5,19.5 + pos: 72.5,29.5 parent: 2 - - uid: 8334 + - uid: 7730 components: - type: Transform - pos: -115.5,20.5 + pos: 71.5,31.5 parent: 2 - - uid: 8335 + - uid: 7744 components: - type: Transform - pos: -115.5,21.5 + pos: -74.5,18.5 parent: 2 - - uid: 8336 + - uid: 7754 components: - type: Transform - pos: -115.5,22.5 + pos: -80.5,19.5 parent: 2 - - uid: 8337 + - uid: 7755 components: - type: Transform - pos: -115.5,23.5 + pos: -94.5,10.5 parent: 2 - - uid: 8338 + - uid: 7756 components: - type: Transform - pos: -115.5,24.5 + pos: -81.5,19.5 parent: 2 - - uid: 8339 + - uid: 7757 components: - type: Transform - pos: -115.5,25.5 + pos: -82.5,17.5 parent: 2 - - uid: 8340 + - uid: 7758 components: - type: Transform - pos: -115.5,26.5 + pos: -82.5,18.5 parent: 2 - - uid: 8341 + - uid: 7759 components: - type: Transform - pos: -115.5,27.5 + pos: -93.5,10.5 parent: 2 - - uid: 8342 + - uid: 7761 components: - type: Transform - pos: -115.5,28.5 + pos: -78.5,23.5 parent: 2 - - uid: 8343 + - uid: 7763 components: - type: Transform - pos: -115.5,29.5 + pos: -91.5,23.5 parent: 2 - - uid: 8344 + - uid: 7764 components: - type: Transform - pos: -115.5,30.5 + pos: -77.5,23.5 parent: 2 - - uid: 8345 + - uid: 7766 components: - type: Transform - pos: -115.5,31.5 + pos: -90.5,23.5 parent: 2 - - uid: 8346 + - uid: 7767 components: - type: Transform - pos: -115.5,32.5 + pos: 72.5,31.5 parent: 2 - - uid: 8347 + - uid: 7768 components: - type: Transform - pos: -115.5,33.5 + pos: 69.5,28.5 parent: 2 - - uid: 8348 + - uid: 7770 components: - type: Transform - pos: -115.5,34.5 + pos: 72.5,28.5 parent: 2 - - uid: 8349 + - uid: 7771 components: - type: Transform - pos: -115.5,35.5 + pos: 70.5,28.5 parent: 2 - - uid: 8350 + - uid: 7780 components: - type: Transform - pos: -115.5,36.5 + pos: -74.5,13.5 parent: 2 - - uid: 8351 + - uid: 7784 components: - type: Transform - pos: -115.5,37.5 + pos: -74.5,11.5 parent: 2 - - uid: 8352 + - uid: 7790 components: - type: Transform - pos: -115.5,38.5 + pos: -74.5,10.5 parent: 2 - - uid: 8353 + - uid: 7819 components: - type: Transform - pos: -115.5,39.5 + pos: -99.5,15.5 parent: 2 - - uid: 8354 + - uid: 7820 components: - type: Transform - pos: -114.5,39.5 + pos: -81.5,11.5 parent: 2 - - uid: 8355 + - uid: 7823 components: - type: Transform - pos: -113.5,39.5 + pos: -75.5,10.5 parent: 2 - - uid: 8356 + - uid: 7825 components: - type: Transform - pos: -112.5,39.5 + pos: -82.5,11.5 parent: 2 - - uid: 8357 + - uid: 7853 components: - type: Transform - pos: -111.5,39.5 + pos: -74.5,12.5 parent: 2 - - uid: 8358 + - uid: 7879 components: - type: Transform - pos: -110.5,39.5 + pos: -90.5,-6.5 parent: 2 - - uid: 8360 + - uid: 7912 components: - type: Transform - pos: -116.5,11.5 + pos: -99.5,17.5 parent: 2 - - uid: 8364 + - uid: 7921 components: - type: Transform - pos: -120.5,11.5 + pos: -98.5,-1.5 parent: 2 - - uid: 8365 + - uid: 7925 components: - type: Transform - pos: -120.5,5.5 + pos: 45.5,-35.5 parent: 2 - - uid: 8369 + - uid: 7928 components: - type: Transform - pos: -116.5,5.5 + pos: 66.5,-29.5 parent: 2 - - uid: 8373 + - uid: 7936 components: - type: Transform - pos: -121.5,6.5 + pos: -95.5,11.5 parent: 2 - - uid: 8376 + - uid: 7946 components: - type: Transform - pos: -124.5,6.5 + pos: -54.5,54.5 parent: 2 - - uid: 8377 + - uid: 7949 components: - type: Transform - pos: -124.5,10.5 + rot: -1.5707963267948966 rad + pos: -88.5,19.5 parent: 2 - - uid: 8627 + - uid: 7959 components: - type: Transform - pos: -79.5,39.5 + rot: -1.5707963267948966 rad + pos: -86.5,12.5 parent: 2 - - uid: 8628 + - uid: 7960 components: - type: Transform - pos: -78.5,39.5 + pos: -74.5,17.5 parent: 2 - - uid: 8632 + - uid: 7970 components: - type: Transform - pos: -74.5,39.5 + pos: -95.5,12.5 parent: 2 - - uid: 8636 + - uid: 7972 components: - type: Transform - pos: -70.5,39.5 + pos: 33.5,35.5 parent: 2 - - uid: 8637 + - uid: 8020 components: - type: Transform - pos: -70.5,38.5 + pos: 47.5,-6.5 parent: 2 - - uid: 8638 + - uid: 8021 components: - type: Transform - pos: -70.5,37.5 + pos: -82.5,12.5 parent: 2 - - uid: 8657 + - uid: 8034 components: - type: Transform - pos: -74.5,19.5 + pos: -81.5,10.5 parent: 2 - - uid: 8658 + - uid: 8035 components: - type: Transform - pos: -74.5,20.5 + pos: -80.5,10.5 parent: 2 - - uid: 8660 + - uid: 8061 components: - type: Transform - pos: -74.5,22.5 + pos: 31.5,36.5 parent: 2 - - uid: 8661 + - uid: 8074 components: - type: Transform - pos: -74.5,23.5 + pos: 31.5,37.5 parent: 2 - - uid: 8662 + - uid: 8075 components: - type: Transform - pos: -74.5,24.5 + pos: -78.5,-6.5 parent: 2 - - uid: 8663 + - uid: 8085 components: - type: Transform - pos: -74.5,25.5 + pos: 32.5,37.5 parent: 2 - - uid: 8664 + - uid: 8096 components: - type: Transform - pos: -74.5,26.5 + pos: 31.5,34.5 parent: 2 - - uid: 8665 + - uid: 8148 components: - type: Transform - pos: -74.5,27.5 + pos: -125.5,69.5 parent: 2 - - uid: 8666 + - uid: 8155 components: - type: Transform - pos: -74.5,28.5 + rot: -1.5707963267948966 rad + pos: -71.5,34.5 parent: 2 - - uid: 8667 + - uid: 8156 components: - type: Transform - pos: -74.5,29.5 + rot: -1.5707963267948966 rad + pos: -71.5,33.5 parent: 2 - - uid: 8668 + - uid: 8233 components: - type: Transform - pos: -74.5,30.5 + pos: -53.5,52.5 parent: 2 - - uid: 8669 + - uid: 8269 components: - type: Transform - pos: -74.5,31.5 + pos: -46.5,18.5 parent: 2 - - uid: 8670 + - uid: 8310 components: - type: Transform - pos: -74.5,32.5 + pos: 33.5,45.5 parent: 2 - - uid: 8671 + - uid: 8313 components: - type: Transform - pos: -74.5,33.5 + pos: -50.5,54.5 parent: 2 - - uid: 8672 + - uid: 8636 components: - type: Transform - pos: -74.5,34.5 + rot: -1.5707963267948966 rad + pos: -73.5,25.5 parent: 2 - - uid: 8673 + - uid: 8637 components: - type: Transform - pos: -74.5,35.5 + rot: -1.5707963267948966 rad + pos: -72.5,25.5 parent: 2 - - uid: 8674 + - uid: 8638 components: - type: Transform - pos: -75.5,35.5 + pos: -70.5,37.5 parent: 2 - - uid: 8675 + - uid: 8657 components: - type: Transform - pos: -76.5,35.5 + pos: -74.5,19.5 parent: 2 - - uid: 8676 + - uid: 8658 components: - type: Transform - pos: -77.5,35.5 + pos: -74.5,20.5 parent: 2 - - uid: 8677 + - uid: 8660 components: - type: Transform - pos: -78.5,35.5 + pos: -74.5,22.5 parent: 2 - - uid: 8678 + - uid: 8661 components: - type: Transform - pos: -79.5,35.5 + pos: -74.5,23.5 parent: 2 - - uid: 8679 + - uid: 8662 components: - type: Transform - pos: -80.5,35.5 + pos: -74.5,24.5 parent: 2 - - uid: 8680 + - uid: 8663 components: - type: Transform - pos: -81.5,35.5 + pos: -74.5,25.5 parent: 2 - uid: 8691 components: @@ -205470,21 +202847,11 @@ entities: - type: Transform pos: 36.5,58.5 parent: 2 - - uid: 9155 - components: - - type: Transform - pos: -107.5,-9.5 - parent: 2 - uid: 9175 components: - type: Transform pos: 11.5,59.5 parent: 2 - - uid: 9203 - components: - - type: Transform - pos: -117.5,5.5 - parent: 2 - uid: 9226 components: - type: Transform @@ -205545,11 +202912,6 @@ entities: - type: Transform pos: 36.5,51.5 parent: 2 - - uid: 9261 - components: - - type: Transform - pos: -76.5,22.5 - parent: 2 - uid: 9269 components: - type: Transform @@ -205965,11 +203327,21 @@ entities: - type: Transform pos: -47.5,55.5 parent: 2 + - uid: 9673 + components: + - type: Transform + pos: -130.5,38.5 + parent: 2 - uid: 9676 components: - type: Transform pos: -3.5,43.5 parent: 2 + - uid: 9677 + components: + - type: Transform + pos: -129.5,37.5 + parent: 2 - uid: 9680 components: - type: Transform @@ -206165,40 +203537,54 @@ entities: - type: Transform pos: -63.5,-36.5 parent: 2 - - uid: 10477 + - uid: 10625 components: - type: Transform - pos: -70.5,-25.5 + pos: -56.5,-37.5 parent: 2 - - uid: 10478 + - uid: 11102 components: - type: Transform - pos: -69.5,-25.5 + pos: -45.5,58.5 parent: 2 - - uid: 10625 + - uid: 11227 components: - type: Transform - pos: -56.5,-37.5 + rot: -1.5707963267948966 rad + pos: -64.5,-24.5 parent: 2 - - uid: 10654 + - uid: 11450 components: - type: Transform - pos: -117.5,17.5 + pos: -76.5,20.5 parent: 2 - - uid: 11102 + - uid: 11496 components: - type: Transform - pos: -45.5,58.5 + rot: -1.5707963267948966 rad + pos: -98.5,-0.5 parent: 2 - - uid: 11399 + - uid: 11502 components: - type: Transform - pos: -116.5,-0.5 + rot: -1.5707963267948966 rad + pos: -94.5,-1.5 parent: 2 - - uid: 11450 + - uid: 11507 components: - type: Transform - pos: -76.5,20.5 + rot: -1.5707963267948966 rad + pos: -99.5,-0.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + pos: -91.5,10.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: -98.5,68.5 parent: 2 - uid: 11851 components: @@ -206215,11 +203601,6 @@ entities: - type: Transform pos: -35.5,52.5 parent: 2 - - uid: 11879 - components: - - type: Transform - pos: -66.5,-22.5 - parent: 2 - uid: 12121 components: - type: Transform @@ -206370,35 +203751,10 @@ entities: - type: Transform pos: -80.5,11.5 parent: 2 - - uid: 13032 - components: - - type: Transform - pos: -86.5,-14.5 - parent: 2 - - uid: 13033 - components: - - type: Transform - pos: -82.5,-14.5 - parent: 2 - uid: 13034 components: - type: Transform - pos: -107.5,6.5 - parent: 2 - - uid: 13035 - components: - - type: Transform - pos: -107.5,10.5 - parent: 2 - - uid: 13036 - components: - - type: Transform - pos: -86.5,31.5 - parent: 2 - - uid: 13037 - components: - - type: Transform - pos: -82.5,31.5 + pos: -92.5,72.5 parent: 2 - uid: 13040 components: @@ -206425,21 +203781,6 @@ entities: - type: Transform pos: -94.5,11.5 parent: 2 - - uid: 13052 - components: - - type: Transform - pos: -98.5,-0.5 - parent: 2 - - uid: 13056 - components: - - type: Transform - pos: -121.5,11.5 - parent: 2 - - uid: 13057 - components: - - type: Transform - pos: -121.5,5.5 - parent: 2 - uid: 13059 components: - type: Transform @@ -206455,11 +203796,6 @@ entities: - type: Transform pos: 21.5,44.5 parent: 2 - - uid: 13062 - components: - - type: Transform - pos: 70.5,25.5 - parent: 2 - uid: 13063 components: - type: Transform @@ -206475,61 +203811,6 @@ entities: - type: Transform pos: 70.5,9.5 parent: 2 - - uid: 13066 - components: - - type: Transform - pos: 72.5,10.5 - parent: 2 - - uid: 13067 - components: - - type: Transform - pos: 74.5,11.5 - parent: 2 - - uid: 13086 - components: - - type: Transform - pos: -110.5,22.5 - parent: 2 - - uid: 13089 - components: - - type: Transform - pos: -110.5,-9.5 - parent: 2 - - uid: 13110 - components: - - type: Transform - pos: -108.5,-5.5 - parent: 2 - - uid: 13111 - components: - - type: Transform - pos: -108.5,-9.5 - parent: 2 - - uid: 13112 - components: - - type: Transform - pos: -109.5,-9.5 - parent: 2 - - uid: 13116 - components: - - type: Transform - pos: -109.5,22.5 - parent: 2 - - uid: 13121 - components: - - type: Transform - pos: -108.5,22.5 - parent: 2 - - uid: 13122 - components: - - type: Transform - pos: -109.5,-5.5 - parent: 2 - - uid: 13123 - components: - - type: Transform - pos: -107.5,-5.5 - parent: 2 - uid: 13205 components: - type: Transform @@ -206600,16 +203881,6 @@ entities: - type: Transform pos: 40.5,-15.5 parent: 2 - - uid: 13334 - components: - - type: Transform - pos: -94.5,15.5 - parent: 2 - - uid: 13335 - components: - - type: Transform - pos: -93.5,14.5 - parent: 2 - uid: 13384 components: - type: Transform @@ -206620,11 +203891,6 @@ entities: - type: Transform pos: 33.5,37.5 parent: 2 - - uid: 13662 - components: - - type: Transform - pos: -78.5,-19.5 - parent: 2 - uid: 13807 components: - type: Transform @@ -207510,6 +204776,17 @@ entities: - type: Transform pos: -14.5,46.5 parent: 2 + - uid: 15838 + components: + - type: Transform + pos: -90.5,10.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,0.5 + parent: 2 - uid: 15843 components: - type: Transform @@ -207575,6 +204852,12 @@ entities: - type: Transform pos: -7.5,45.5 parent: 2 + - uid: 15943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,18.5 + parent: 2 - uid: 15979 components: - type: Transform @@ -207870,27 +205153,6 @@ entities: - type: Transform pos: 47.5,14.5 parent: 2 - - uid: 16535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,61.5 - parent: 2 - - uid: 16539 - components: - - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 16547 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - - uid: 16548 - components: - - type: Transform - pos: -61.5,61.5 - parent: 2 - uid: 16578 components: - type: Transform @@ -208416,50 +205678,11 @@ entities: - type: Transform pos: -103.5,58.5 parent: 2 - - uid: 18686 - components: - - type: Transform - pos: -116.5,31.5 - parent: 2 - - uid: 18687 - components: - - type: Transform - pos: -116.5,32.5 - parent: 2 - uid: 18688 components: - type: Transform - pos: -116.5,33.5 - parent: 2 - - uid: 18689 - components: - - type: Transform - pos: -116.5,34.5 - parent: 2 - - uid: 18690 - components: - - type: Transform - pos: -116.5,35.5 - parent: 2 - - uid: 18691 - components: - - type: Transform - pos: -116.5,36.5 - parent: 2 - - uid: 18692 - components: - - type: Transform - pos: -116.5,37.5 - parent: 2 - - uid: 18693 - components: - - type: Transform - pos: -116.5,38.5 - parent: 2 - - uid: 18694 - components: - - type: Transform - pos: -116.5,39.5 + rot: -1.5707963267948966 rad + pos: 70.5,21.5 parent: 2 - uid: 18705 components: @@ -208706,16 +205929,6 @@ entities: - type: Transform pos: -104.5,42.5 parent: 2 - - uid: 18781 - components: - - type: Transform - pos: -71.5,-25.5 - parent: 2 - - uid: 18782 - components: - - type: Transform - pos: -71.5,-24.5 - parent: 2 - uid: 18796 components: - type: Transform @@ -208996,41 +206209,6 @@ entities: - type: Transform pos: -130.5,42.5 parent: 2 - - uid: 18948 - components: - - type: Transform - pos: -126.5,33.5 - parent: 2 - - uid: 18949 - components: - - type: Transform - pos: -125.5,33.5 - parent: 2 - - uid: 18950 - components: - - type: Transform - pos: -124.5,33.5 - parent: 2 - - uid: 18951 - components: - - type: Transform - pos: -123.5,33.5 - parent: 2 - - uid: 18952 - components: - - type: Transform - pos: -122.5,33.5 - parent: 2 - - uid: 18953 - components: - - type: Transform - pos: -121.5,33.5 - parent: 2 - - uid: 18954 - components: - - type: Transform - pos: -118.5,33.5 - parent: 2 - uid: 18955 components: - type: Transform @@ -209051,21 +206229,6 @@ entities: - type: Transform pos: -106.5,68.5 parent: 2 - - uid: 18959 - components: - - type: Transform - pos: -102.5,68.5 - parent: 2 - - uid: 18960 - components: - - type: Transform - pos: -101.5,68.5 - parent: 2 - - uid: 18961 - components: - - type: Transform - pos: -100.5,68.5 - parent: 2 - uid: 19087 components: - type: Transform @@ -209131,11 +206294,6 @@ entities: - type: Transform pos: -49.5,61.5 parent: 2 - - uid: 19321 - components: - - type: Transform - pos: -50.5,61.5 - parent: 2 - uid: 19324 components: - type: Transform @@ -209406,60 +206564,68 @@ entities: - type: Transform pos: -74.5,-8.5 parent: 2 - - uid: 19963 + - uid: 19967 components: - type: Transform - pos: -117.5,-0.5 + pos: -96.5,69.5 parent: 2 - - uid: 19965 + - uid: 20184 components: - type: Transform - pos: -116.5,17.5 + pos: -41.5,57.5 parent: 2 - - uid: 19969 + - uid: 20268 components: - type: Transform - pos: -115.5,15.5 + pos: -34.5,48.5 parent: 2 - - uid: 19970 + - uid: 20277 components: - type: Transform - pos: -115.5,13.5 + pos: -34.5,49.5 parent: 2 - - uid: 19973 + - uid: 20278 components: - type: Transform - pos: -115.5,3.5 + pos: -34.5,50.5 parent: 2 - - uid: 19974 + - uid: 20298 components: - type: Transform - pos: -115.5,1.5 + pos: -34.5,51.5 parent: 2 - - uid: 20184 + - uid: 20589 components: - type: Transform - pos: -41.5,57.5 + rot: -1.5707963267948966 rad + pos: 67.5,25.5 parent: 2 - - uid: 20268 + - uid: 20597 components: - type: Transform - pos: -34.5,48.5 + pos: -55.5,54.5 parent: 2 - - uid: 20277 + - uid: 20598 components: - type: Transform - pos: -34.5,49.5 + pos: -50.5,53.5 parent: 2 - - uid: 20278 + - uid: 20607 components: - type: Transform - pos: -34.5,50.5 + rot: -1.5707963267948966 rad + pos: -91.5,-6.5 parent: 2 - - uid: 20298 + - uid: 20610 components: - type: Transform - pos: -34.5,51.5 + pos: -77.5,25.5 + parent: 2 + - uid: 20612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,17.5 parent: 2 - uid: 20838 components: @@ -209531,6 +206697,44 @@ entities: - type: Transform pos: -37.5,55.5 parent: 2 + - uid: 21087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,1.5 + parent: 2 + - uid: 21115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,6.5 + parent: 2 + - uid: 21116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,5.5 + parent: 2 + - uid: 21909 + components: + - type: Transform + pos: 70.5,31.5 + parent: 2 + - uid: 21975 + components: + - type: Transform + pos: -119.5,33.5 + parent: 2 + - uid: 22099 + components: + - type: Transform + pos: 71.5,28.5 + parent: 2 + - uid: 22167 + components: + - type: Transform + pos: -87.5,11.5 + parent: 2 - uid: 22282 components: - type: Transform @@ -209551,16 +206755,34 @@ entities: - type: Transform pos: -45.5,63.5 parent: 2 + - uid: 22452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,6.5 + parent: 2 - uid: 22573 components: - type: Transform pos: 55.5,45.5 parent: 2 + - uid: 22600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -92.5,-8.5 + parent: 2 - uid: 22628 components: - type: Transform pos: -37.5,31.5 parent: 2 + - uid: 22651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,15.5 + parent: 2 - uid: 22812 components: - type: Transform @@ -209666,6 +206888,12 @@ entities: - type: Transform pos: 12.5,-17.5 parent: 2 + - uid: 23124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,5.5 + parent: 2 - uid: 23133 components: - type: Transform @@ -209676,15 +206904,11 @@ entities: - type: Transform pos: -44.5,-7.5 parent: 2 - - uid: 23246 - components: - - type: Transform - pos: -56.5,62.5 - parent: 2 - - uid: 23248 + - uid: 23143 components: - type: Transform - pos: -61.5,62.5 + rot: -1.5707963267948966 rad + pos: -95.5,4.5 parent: 2 - uid: 23496 components: @@ -209721,15 +206945,16 @@ entities: - type: Transform pos: -70.5,-7.5 parent: 2 - - uid: 23702 + - uid: 23614 components: - type: Transform - pos: -55.5,52.5 + rot: -1.5707963267948966 rad + pos: 70.5,23.5 parent: 2 - - uid: 23705 + - uid: 23702 components: - type: Transform - pos: -50.5,62.5 + pos: -55.5,52.5 parent: 2 - uid: 23713 components: @@ -209821,12 +207046,6 @@ entities: - type: Transform pos: 90.5,63.5 parent: 2 - - uid: 23773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,55.5 - parent: 2 - uid: 23778 components: - type: Transform @@ -209837,10 +207056,15 @@ entities: - type: Transform pos: 101.5,27.5 parent: 2 - - uid: 23783 + - uid: 23796 + components: + - type: Transform + pos: -124.5,33.5 + parent: 2 + - uid: 23815 components: - type: Transform - pos: -64.5,55.5 + pos: -124.5,68.5 parent: 2 - uid: 24934 components: @@ -209862,11 +207086,221 @@ entities: - type: Transform pos: -7.5,46.5 parent: 2 + - uid: 25328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,11.5 + parent: 2 - uid: 25557 components: - type: Transform pos: 8.5,47.5 parent: 2 + - uid: 25836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,16.5 + parent: 2 + - uid: 26182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,-0.5 + parent: 2 + - uid: 26217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -101.5,0.5 + parent: 2 + - uid: 26221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-29.5 + parent: 2 + - uid: 26567 + components: + - type: Transform + pos: -76.5,25.5 + parent: 2 + - uid: 26614 + components: + - type: Transform + pos: -75.5,25.5 + parent: 2 + - uid: 26687 + components: + - type: Transform + pos: -117.5,33.5 + parent: 2 + - uid: 26689 + components: + - type: Transform + pos: -128.5,68.5 + parent: 2 + - uid: 26691 + components: + - type: Transform + pos: -116.5,33.5 + parent: 2 + - uid: 26692 + components: + - type: Transform + pos: -126.5,33.5 + parent: 2 + - uid: 26693 + components: + - type: Transform + pos: -129.5,34.5 + parent: 2 + - uid: 26701 + components: + - type: Transform + pos: -129.5,36.5 + parent: 2 + - uid: 26702 + components: + - type: Transform + pos: -125.5,33.5 + parent: 2 + - uid: 26703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,6.5 + parent: 2 + - uid: 26713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,30.5 + parent: 2 + - uid: 26750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,31.5 + parent: 2 + - uid: 26751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,29.5 + parent: 2 + - uid: 26757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,28.5 + parent: 2 + - uid: 26758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,27.5 + parent: 2 + - uid: 26759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,25.5 + parent: 2 + - uid: 26760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,26.5 + parent: 2 + - uid: 26761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -71.5,32.5 + parent: 2 + - uid: 26768 + components: + - type: Transform + pos: -87.5,10.5 + parent: 2 + - uid: 26772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,18.5 + parent: 2 + - uid: 26773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,18.5 + parent: 2 + - uid: 26775 + components: + - type: Transform + pos: -89.5,-3.5 + parent: 2 + - uid: 26776 + components: + - type: Transform + pos: -89.5,10.5 + parent: 2 + - uid: 26777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,5.5 + parent: 2 + - uid: 26831 + components: + - type: Transform + pos: -95.5,-0.5 + parent: 2 + - uid: 26845 + components: + - type: Transform + pos: -86.5,11.5 + parent: 2 + - uid: 26880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,5.5 + parent: 2 + - uid: 26892 + components: + - type: Transform + pos: -88.5,-2.5 + parent: 2 + - uid: 26893 + components: + - type: Transform + pos: -86.5,-1.5 + parent: 2 + - uid: 26894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -86.5,4.5 + parent: 2 + - uid: 26924 + components: + - type: Transform + pos: -88.5,10.5 + parent: 2 + - uid: 26926 + components: + - type: Transform + pos: -89.5,-2.5 + parent: 2 + - uid: 26935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,20.5 + parent: 2 - uid: 27111 components: - type: Transform @@ -209877,6 +207311,96 @@ entities: - type: Transform pos: -33.5,-12.5 parent: 2 + - uid: 27203 + components: + - type: Transform + pos: -87.5,-2.5 + parent: 2 + - uid: 27204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,19.5 + parent: 2 + - uid: 27208 + components: + - type: Transform + pos: -87.5,-1.5 + parent: 2 + - uid: 27209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,19.5 + parent: 2 + - uid: 27211 + components: + - type: Transform + pos: -90.5,-3.5 + parent: 2 + - uid: 27212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,16.5 + parent: 2 + - uid: 27213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,1.5 + parent: 2 + - uid: 27214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,20.5 + parent: 2 + - uid: 27215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,20.5 + parent: 2 + - uid: 27216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,17.5 + parent: 2 + - uid: 27222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,2.5 + parent: 2 + - uid: 27224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -95.5,3.5 + parent: 2 + - uid: 27225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -96.5,3.5 + parent: 2 + - uid: 27226 + components: + - type: Transform + pos: -93.5,-3.5 + parent: 2 + - uid: 27243 + components: + - type: Transform + pos: -97.5,2.5 + parent: 2 + - uid: 27244 + components: + - type: Transform + pos: -96.5,2.5 + parent: 2 - uid: 27372 components: - type: Transform @@ -209897,15 +207421,16 @@ entities: - type: Transform pos: 77.5,-4.5 parent: 2 - - uid: 27429 + - uid: 27443 components: - type: Transform - pos: -55.5,62.5 + pos: 77.5,-5.5 parent: 2 - - uid: 27443 + - uid: 27515 components: - type: Transform - pos: 77.5,-5.5 + rot: -1.5707963267948966 rad + pos: 70.5,22.5 parent: 2 - uid: 27526 components: @@ -210202,29 +207727,6 @@ entities: - type: Transform pos: -68.5,-4.5 parent: 2 - - uid: 28659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,54.5 - parent: 2 - - uid: 28662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,56.5 - parent: 2 - - uid: 28663 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,56.5 - parent: 2 - - uid: 28668 - components: - - type: Transform - pos: -61.5,57.5 - parent: 2 - uid: 28682 components: - type: Transform @@ -210325,10 +207827,27 @@ entities: - type: Transform pos: -33.5,-39.5 parent: 2 - - uid: 29153 + - uid: 29175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,12.5 + parent: 2 + - uid: 29176 components: - type: Transform - pos: -75.5,22.5 + rot: -1.5707963267948966 rad + pos: 70.5,13.5 + parent: 2 + - uid: 29189 + components: + - type: Transform + pos: -92.5,-3.5 + parent: 2 + - uid: 29190 + components: + - type: Transform + pos: -96.5,-0.5 parent: 2 - uid: 29255 components: @@ -210490,11 +208009,6 @@ entities: - type: Transform pos: 81.5,61.5 parent: 2 - - uid: 29426 - components: - - type: Transform - pos: -92.5,-6.5 - parent: 2 - uid: 29611 components: - type: Transform @@ -210840,11 +208354,6 @@ entities: - type: Transform pos: 97.5,64.5 parent: 2 - - uid: 29917 - components: - - type: Transform - pos: 98.5,63.5 - parent: 2 - uid: 29918 components: - type: Transform @@ -211430,16 +208939,6 @@ entities: - type: Transform pos: -48.5,74.5 parent: 2 - - uid: 31272 - components: - - type: Transform - pos: -62.5,65.5 - parent: 2 - - uid: 31273 - components: - - type: Transform - pos: -55.5,65.5 - parent: 2 - uid: 31274 components: - type: Transform @@ -211535,21 +209034,6 @@ entities: - type: Transform pos: -129.5,55.5 parent: 2 - - uid: 31400 - components: - - type: Transform - pos: -61.5,54.5 - parent: 2 - - uid: 31415 - components: - - type: Transform - pos: -55.5,53.5 - parent: 2 - - uid: 31416 - components: - - type: Transform - pos: -55.5,54.5 - parent: 2 - uid: 31463 components: - type: Transform @@ -211630,26 +209114,6 @@ entities: - type: Transform pos: -97.5,59.5 parent: 2 - - uid: 32314 - components: - - type: Transform - pos: -68.5,-25.5 - parent: 2 - - uid: 32328 - components: - - type: Transform - pos: -81.5,-19.5 - parent: 2 - - uid: 32329 - components: - - type: Transform - pos: -80.5,-19.5 - parent: 2 - - uid: 32330 - components: - - type: Transform - pos: -79.5,-19.5 - parent: 2 - uid: 32335 components: - type: Transform @@ -211665,11 +209129,6 @@ entities: - type: Transform pos: 82.5,69.5 parent: 2 - - uid: 32457 - components: - - type: Transform - pos: 70.5,26.5 - parent: 2 - uid: 33649 components: - type: Transform @@ -211680,243 +209139,30 @@ entities: - type: Transform pos: -34.5,66.5 parent: 2 - - uid: 33702 - components: - - type: Transform - pos: -82.5,-19.5 - parent: 2 - - uid: 34984 - components: - - type: Transform - pos: -77.5,-20.5 - parent: 2 - - uid: 34986 - components: - - type: Transform - pos: -76.5,-20.5 - parent: 2 - - uid: 34987 - components: - - type: Transform - pos: -75.5,-20.5 - parent: 2 - - uid: 34988 - components: - - type: Transform - pos: -74.5,-20.5 - parent: 2 - - uid: 34989 - components: - - type: Transform - pos: -81.5,-22.5 - parent: 2 - - uid: 34990 - components: - - type: Transform - pos: -74.5,-21.5 - parent: 2 - - uid: 34991 - components: - - type: Transform - pos: -73.5,-21.5 - parent: 2 - - uid: 34992 - components: - - type: Transform - pos: -72.5,-21.5 - parent: 2 - - uid: 34993 - components: - - type: Transform - pos: -71.5,-21.5 - parent: 2 - - uid: 34994 - components: - - type: Transform - pos: -70.5,-21.5 - parent: 2 - - uid: 34995 - components: - - type: Transform - pos: -69.5,-21.5 - parent: 2 - - uid: 34996 - components: - - type: Transform - pos: -69.5,-22.5 - parent: 2 - - uid: 34997 - components: - - type: Transform - pos: -68.5,-22.5 - parent: 2 - - uid: 34998 - components: - - type: Transform - pos: -67.5,-22.5 - parent: 2 - - uid: 34999 - components: - - type: Transform - pos: -80.5,-22.5 - parent: 2 - - uid: 35001 - components: - - type: Transform - pos: -80.5,-23.5 - parent: 2 - - uid: 35002 - components: - - type: Transform - pos: -79.5,-23.5 - parent: 2 - - uid: 35003 - components: - - type: Transform - pos: -78.5,-23.5 - parent: 2 - - uid: 35004 - components: - - type: Transform - pos: -77.5,-23.5 - parent: 2 - - uid: 35005 - components: - - type: Transform - pos: -76.5,-23.5 - parent: 2 - - uid: 35006 - components: - - type: Transform - pos: -76.5,-24.5 - parent: 2 - - uid: 35007 - components: - - type: Transform - pos: -75.5,-24.5 - parent: 2 - - uid: 35008 - components: - - type: Transform - pos: -74.5,-24.5 - parent: 2 - - uid: 35009 - components: - - type: Transform - pos: -73.5,-24.5 - parent: 2 - - uid: 35010 - components: - - type: Transform - pos: -72.5,-24.5 - parent: 2 - - uid: 35011 - components: - - type: Transform - pos: -67.5,-25.5 - parent: 2 - - uid: 35012 - components: - - type: Transform - pos: -66.5,-25.5 - parent: 2 - - uid: 35013 - components: - - type: Transform - pos: -65.5,-25.5 - parent: 2 - - uid: 35014 - components: - - type: Transform - pos: -64.5,-25.5 - parent: 2 - - uid: 35719 - components: - - type: Transform - pos: -99.5,-28.5 - parent: 2 - - uid: 35720 - components: - - type: Transform - pos: -100.5,-28.5 - parent: 2 - - uid: 35721 - components: - - type: Transform - pos: -98.5,-28.5 - parent: 2 - - uid: 35735 - components: - - type: Transform - pos: -106.5,-23.5 - parent: 2 - - uid: 35737 - components: - - type: Transform - pos: -106.5,-24.5 - parent: 2 - - uid: 35738 - components: - - type: Transform - pos: -106.5,-25.5 - parent: 2 - - uid: 35739 - components: - - type: Transform - pos: -106.5,-26.5 - parent: 2 - - uid: 35740 - components: - - type: Transform - pos: -98.5,-23.5 - parent: 2 - - uid: 35741 - components: - - type: Transform - pos: -98.5,-24.5 - parent: 2 - - uid: 35742 - components: - - type: Transform - pos: -98.5,-25.5 - parent: 2 - - uid: 35743 - components: - - type: Transform - pos: -98.5,-26.5 - parent: 2 - - uid: 35744 - components: - - type: Transform - pos: -98.5,-27.5 - parent: 2 - - uid: 35746 - components: - - type: Transform - pos: -106.5,-27.5 - parent: 2 - - uid: 35748 + - uid: 36140 components: - type: Transform - pos: -104.5,-28.5 + pos: -10.5,65.5 parent: 2 - - uid: 35749 +- proto: WallReinforcedDiagonal + entities: + - uid: 22062 components: - type: Transform - pos: -105.5,-28.5 + rot: 3.141592653589793 rad + pos: 70.5,8.5 parent: 2 - - uid: 35750 + - uid: 27514 components: - type: Transform - pos: -106.5,-28.5 + rot: 1.5707963267948966 rad + pos: 69.5,24.5 parent: 2 - - uid: 36140 + - uid: 27638 components: - type: Transform - pos: -10.5,65.5 + pos: 69.5,10.5 parent: 2 -- proto: WallReinforcedDiagonal - entities: - uid: 31011 components: - type: Transform @@ -212075,6 +209321,12 @@ entities: - type: Transform pos: -30.5,-12.5 parent: 2 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-8.5 + parent: 2 - uid: 77 components: - type: Transform @@ -212160,11 +209412,6 @@ entities: - type: Transform pos: 21.5,-12.5 parent: 2 - - uid: 116 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 2 - uid: 118 components: - type: Transform @@ -212175,11 +209422,6 @@ entities: - type: Transform pos: 15.5,-12.5 parent: 2 - - uid: 122 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 2 - uid: 126 components: - type: Transform @@ -212558,7 +209800,8 @@ entities: - uid: 286 components: - type: Transform - pos: -18.5,4.5 + rot: 3.141592653589793 rad + pos: -46.5,-24.5 parent: 2 - uid: 289 components: @@ -212615,26 +209858,6 @@ entities: - type: Transform pos: -17.5,8.5 parent: 2 - - uid: 303 - components: - - type: Transform - pos: -18.5,5.5 - parent: 2 - - uid: 304 - components: - - type: Transform - pos: -18.5,6.5 - parent: 2 - - uid: 305 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 306 - components: - - type: Transform - pos: -17.5,4.5 - parent: 2 - uid: 310 components: - type: Transform @@ -212665,16 +209888,6 @@ entities: - type: Transform pos: -24.5,-0.5 parent: 2 - - uid: 321 - components: - - type: Transform - pos: -16.5,4.5 - parent: 2 - - uid: 324 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - uid: 325 components: - type: Transform @@ -212725,26 +209938,11 @@ entities: - type: Transform pos: -29.5,0.5 parent: 2 - - uid: 339 - components: - - type: Transform - pos: -28.5,0.5 - parent: 2 - uid: 341 components: - type: Transform pos: -30.5,0.5 parent: 2 - - uid: 348 - components: - - type: Transform - pos: -28.5,4.5 - parent: 2 - - uid: 350 - components: - - type: Transform - pos: -29.5,4.5 - parent: 2 - uid: 351 components: - type: Transform @@ -212778,7 +209976,8 @@ entities: - uid: 358 components: - type: Transform - pos: -24.5,6.5 + rot: 3.141592653589793 rad + pos: -70.5,1.5 parent: 2 - uid: 359 components: @@ -212790,25 +209989,11 @@ entities: - type: Transform pos: -24.5,-2.5 parent: 2 - - uid: 361 - components: - - type: Transform - pos: -24.5,5.5 - parent: 2 - - uid: 362 - components: - - type: Transform - pos: -22.5,4.5 - parent: 2 - uid: 363 components: - type: Transform - pos: -23.5,4.5 - parent: 2 - - uid: 364 - components: - - type: Transform - pos: -24.5,4.5 + rot: -1.5707963267948966 rad + pos: 8.5,-8.5 parent: 2 - uid: 366 components: @@ -212845,6 +210030,12 @@ entities: - type: Transform pos: -24.5,8.5 parent: 2 + - uid: 373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 2 - uid: 376 components: - type: Transform @@ -213710,11 +210901,6 @@ entities: - type: Transform pos: 35.5,16.5 parent: 2 - - uid: 969 - components: - - type: Transform - pos: -86.5,4.5 - parent: 2 - uid: 970 components: - type: Transform @@ -213940,11 +211126,6 @@ entities: - type: Transform pos: 36.5,0.5 parent: 2 - - uid: 1087 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 2 - uid: 1151 components: - type: Transform @@ -213955,15 +211136,15 @@ entities: - type: Transform pos: 29.5,-2.5 parent: 2 - - uid: 1199 + - uid: 1222 components: - type: Transform - pos: 32.5,-6.5 + pos: 67.5,28.5 parent: 2 - - uid: 1209 + - uid: 1224 components: - type: Transform - pos: 32.5,-7.5 + pos: 67.5,29.5 parent: 2 - uid: 1264 components: @@ -214185,11 +211366,6 @@ entities: - type: Transform pos: -56.5,-32.5 parent: 2 - - uid: 1547 - components: - - type: Transform - pos: -54.5,-32.5 - parent: 2 - uid: 1550 components: - type: Transform @@ -214215,11 +211391,6 @@ entities: - type: Transform pos: 17.5,0.5 parent: 2 - - uid: 1681 - components: - - type: Transform - pos: 32.5,-4.5 - parent: 2 - uid: 1684 components: - type: Transform @@ -214555,11 +211726,6 @@ entities: - type: Transform pos: 12.5,-32.5 parent: 2 - - uid: 2335 - components: - - type: Transform - pos: -35.5,-34.5 - parent: 2 - uid: 2344 components: - type: Transform @@ -214595,11 +211761,6 @@ entities: - type: Transform pos: -60.5,-18.5 parent: 2 - - uid: 2354 - components: - - type: Transform - pos: -51.5,-34.5 - parent: 2 - uid: 2370 components: - type: Transform @@ -214910,11 +212071,6 @@ entities: - type: Transform pos: -1.5,53.5 parent: 2 - - uid: 2658 - components: - - type: Transform - pos: -38.5,-26.5 - parent: 2 - uid: 2664 components: - type: Transform @@ -215960,11 +213116,6 @@ entities: - type: Transform pos: 27.5,-24.5 parent: 2 - - uid: 3546 - components: - - type: Transform - pos: -54.5,-33.5 - parent: 2 - uid: 3547 components: - type: Transform @@ -216500,11 +213651,28 @@ entities: - type: Transform pos: 42.5,-30.5 parent: 2 + - uid: 4438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-11.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 2 - uid: 4561 components: - type: Transform pos: 50.5,25.5 parent: 2 + - uid: 4575 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 - uid: 4603 components: - type: Transform @@ -216525,11 +213693,6 @@ entities: - type: Transform pos: -73.5,-0.5 parent: 2 - - uid: 4859 - components: - - type: Transform - pos: -70.5,30.5 - parent: 2 - uid: 4952 components: - type: Transform @@ -216730,11 +213893,6 @@ entities: - type: Transform pos: -42.5,9.5 parent: 2 - - uid: 5271 - components: - - type: Transform - pos: 68.5,28.5 - parent: 2 - uid: 5307 components: - type: Transform @@ -216770,11 +213928,6 @@ entities: - type: Transform pos: 64.5,27.5 parent: 2 - - uid: 5573 - components: - - type: Transform - pos: 67.5,28.5 - parent: 2 - uid: 5575 components: - type: Transform @@ -216995,21 +214148,11 @@ entities: - type: Transform pos: -6.5,-39.5 parent: 2 - - uid: 7091 - components: - - type: Transform - pos: -42.5,-26.5 - parent: 2 - uid: 7097 components: - type: Transform pos: -51.5,-24.5 parent: 2 - - uid: 7103 - components: - - type: Transform - pos: -43.5,-26.5 - parent: 2 - uid: 7140 components: - type: Transform @@ -217030,11 +214173,6 @@ entities: - type: Transform pos: -50.5,-24.5 parent: 2 - - uid: 7169 - components: - - type: Transform - pos: -49.5,-25.5 - parent: 2 - uid: 7179 components: - type: Transform @@ -217130,21 +214268,11 @@ entities: - type: Transform pos: -60.5,-19.5 parent: 2 - - uid: 7217 - components: - - type: Transform - pos: -42.5,-28.5 - parent: 2 - uid: 7218 components: - type: Transform pos: -42.5,-29.5 parent: 2 - - uid: 7219 - components: - - type: Transform - pos: -42.5,-30.5 - parent: 2 - uid: 7220 components: - type: Transform @@ -217165,11 +214293,6 @@ entities: - type: Transform pos: -37.5,-31.5 parent: 2 - - uid: 7224 - components: - - type: Transform - pos: -38.5,-31.5 - parent: 2 - uid: 7226 components: - type: Transform @@ -217265,86 +214388,6 @@ entities: - type: Transform pos: -60.5,-28.5 parent: 2 - - uid: 7253 - components: - - type: Transform - pos: -54.5,-34.5 - parent: 2 - - uid: 7254 - components: - - type: Transform - pos: -53.5,-34.5 - parent: 2 - - uid: 7255 - components: - - type: Transform - pos: -50.5,-34.5 - parent: 2 - - uid: 7256 - components: - - type: Transform - pos: -49.5,-34.5 - parent: 2 - - uid: 7257 - components: - - type: Transform - pos: -48.5,-34.5 - parent: 2 - - uid: 7258 - components: - - type: Transform - pos: -47.5,-34.5 - parent: 2 - - uid: 7259 - components: - - type: Transform - pos: -46.5,-34.5 - parent: 2 - - uid: 7260 - components: - - type: Transform - pos: -45.5,-34.5 - parent: 2 - - uid: 7261 - components: - - type: Transform - pos: -44.5,-34.5 - parent: 2 - - uid: 7262 - components: - - type: Transform - pos: -43.5,-34.5 - parent: 2 - - uid: 7263 - components: - - type: Transform - pos: -42.5,-34.5 - parent: 2 - - uid: 7264 - components: - - type: Transform - pos: -41.5,-34.5 - parent: 2 - - uid: 7265 - components: - - type: Transform - pos: -40.5,-34.5 - parent: 2 - - uid: 7267 - components: - - type: Transform - pos: -38.5,-34.5 - parent: 2 - - uid: 7268 - components: - - type: Transform - pos: -37.5,-34.5 - parent: 2 - - uid: 7269 - components: - - type: Transform - pos: -36.5,-34.5 - parent: 2 - uid: 7299 components: - type: Transform @@ -217455,16 +214498,6 @@ entities: - type: Transform pos: -51.5,-27.5 parent: 2 - - uid: 7372 - components: - - type: Transform - pos: -49.5,-26.5 - parent: 2 - - uid: 7374 - components: - - type: Transform - pos: -50.5,-25.5 - parent: 2 - uid: 7376 components: - type: Transform @@ -217680,36 +214713,6 @@ entities: - type: Transform pos: -56.5,-26.5 parent: 2 - - uid: 7490 - components: - - type: Transform - pos: -52.5,-8.5 - parent: 2 - - uid: 7491 - components: - - type: Transform - pos: -52.5,-7.5 - parent: 2 - - uid: 7492 - components: - - type: Transform - pos: -52.5,-6.5 - parent: 2 - - uid: 7493 - components: - - type: Transform - pos: -52.5,-5.5 - parent: 2 - - uid: 7498 - components: - - type: Transform - pos: -50.5,-5.5 - parent: 2 - - uid: 7499 - components: - - type: Transform - pos: -50.5,-6.5 - parent: 2 - uid: 7556 components: - type: Transform @@ -217775,41 +214778,11 @@ entities: - type: Transform pos: -73.5,12.5 parent: 2 - - uid: 7685 - components: - - type: Transform - pos: -67.5,4.5 - parent: 2 - - uid: 7686 - components: - - type: Transform - pos: -68.5,4.5 - parent: 2 - - uid: 7687 - components: - - type: Transform - pos: -69.5,4.5 - parent: 2 - uid: 7688 components: - type: Transform pos: -70.5,4.5 parent: 2 - - uid: 7698 - components: - - type: Transform - pos: -73.5,18.5 - parent: 2 - - uid: 7699 - components: - - type: Transform - pos: -70.5,31.5 - parent: 2 - - uid: 7736 - components: - - type: Transform - pos: -70.5,29.5 - parent: 2 - uid: 7737 components: - type: Transform @@ -217830,40 +214803,45 @@ entities: - type: Transform pos: -71.5,-0.5 parent: 2 - - uid: 8000 + - uid: 7835 components: - type: Transform - pos: -101.5,-22.5 + rot: -1.5707963267948966 rad + pos: 5.5,-8.5 parent: 2 - - uid: 8050 + - uid: 7836 components: - type: Transform - pos: -89.5,14.5 + rot: -1.5707963267948966 rad + pos: 7.5,-8.5 parent: 2 - - uid: 8123 + - uid: 7843 components: - type: Transform - pos: -93.5,-5.5 + rot: -1.5707963267948966 rad + pos: 11.5,-10.5 parent: 2 - - uid: 8130 + - uid: 7845 components: - type: Transform - pos: -75.5,2.5 + rot: -1.5707963267948966 rad + pos: 11.5,-9.5 parent: 2 - - uid: 8138 + - uid: 7847 components: - type: Transform - pos: -77.5,2.5 + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 parent: 2 - - uid: 8139 + - uid: 8130 components: - type: Transform - pos: -104.5,-22.5 + pos: -75.5,2.5 parent: 2 - - uid: 8140 + - uid: 8138 components: - type: Transform - pos: -93.5,22.5 + pos: -77.5,2.5 parent: 2 - uid: 8240 components: @@ -217885,6 +214863,17 @@ entities: - type: Transform pos: -33.5,23.5 parent: 2 + - uid: 8333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-11.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + pos: -48.5,-34.5 + parent: 2 - uid: 8398 components: - type: Transform @@ -217900,11 +214889,6 @@ entities: - type: Transform pos: -70.5,-0.5 parent: 2 - - uid: 8472 - components: - - type: Transform - pos: -94.5,16.5 - parent: 2 - uid: 8473 components: - type: Transform @@ -217915,56 +214899,6 @@ entities: - type: Transform pos: -30.5,13.5 parent: 2 - - uid: 8639 - components: - - type: Transform - pos: -70.5,27.5 - parent: 2 - - uid: 8640 - components: - - type: Transform - pos: -70.5,28.5 - parent: 2 - - uid: 8641 - components: - - type: Transform - pos: -70.5,25.5 - parent: 2 - - uid: 8642 - components: - - type: Transform - pos: -70.5,26.5 - parent: 2 - - uid: 8644 - components: - - type: Transform - pos: -70.5,24.5 - parent: 2 - - uid: 8645 - components: - - type: Transform - pos: -70.5,21.5 - parent: 2 - - uid: 8646 - components: - - type: Transform - pos: -70.5,22.5 - parent: 2 - - uid: 8647 - components: - - type: Transform - pos: -70.5,19.5 - parent: 2 - - uid: 8648 - components: - - type: Transform - pos: -70.5,20.5 - parent: 2 - - uid: 8649 - components: - - type: Transform - pos: -71.5,18.5 - parent: 2 - uid: 8650 components: - type: Transform @@ -217980,11 +214914,6 @@ entities: - type: Transform pos: -69.5,18.5 parent: 2 - - uid: 8656 - components: - - type: Transform - pos: -90.5,-5.5 - parent: 2 - uid: 8712 components: - type: Transform @@ -217995,11 +214924,6 @@ entities: - type: Transform pos: -40.5,25.5 parent: 2 - - uid: 8728 - components: - - type: Transform - pos: -89.5,11.5 - parent: 2 - uid: 8750 components: - type: Transform @@ -218030,11 +214954,6 @@ entities: - type: Transform pos: -34.5,24.5 parent: 2 - - uid: 8776 - components: - - type: Transform - pos: -89.5,10.5 - parent: 2 - uid: 9050 components: - type: Transform @@ -218060,11 +214979,6 @@ entities: - type: Transform pos: -78.5,1.5 parent: 2 - - uid: 9100 - components: - - type: Transform - pos: -89.5,20.5 - parent: 2 - uid: 9104 components: - type: Transform @@ -218120,130 +215034,135 @@ entities: - type: Transform pos: -71.5,15.5 parent: 2 - - uid: 9172 - components: - - type: Transform - pos: -88.5,19.5 - parent: 2 - - uid: 9189 + - uid: 9213 components: - type: Transform - pos: -87.5,19.5 + pos: 34.5,45.5 parent: 2 - - uid: 9194 + - uid: 9254 components: - type: Transform - pos: -89.5,15.5 + pos: 35.5,45.5 parent: 2 - - uid: 9195 + - uid: 9262 components: - type: Transform - pos: -91.5,17.5 + pos: -78.5,22.5 parent: 2 - - uid: 9196 + - uid: 9277 components: - type: Transform - pos: -90.5,16.5 + pos: -74.5,1.5 parent: 2 - - uid: 9198 + - uid: 9525 components: - type: Transform - pos: -92.5,18.5 + pos: -74.5,0.5 parent: 2 - - uid: 9199 + - uid: 9646 components: - type: Transform - pos: -86.5,17.5 + pos: -80.5,6.5 parent: 2 - - uid: 9202 + - uid: 9648 components: - type: Transform - pos: -86.5,18.5 + pos: -74.5,4.5 parent: 2 - - uid: 9213 + - uid: 9650 components: - type: Transform - pos: 34.5,45.5 + pos: -82.5,5.5 parent: 2 - - uid: 9254 + - uid: 10015 components: - type: Transform - pos: 35.5,45.5 + pos: -74.5,-0.5 parent: 2 - - uid: 9262 + - uid: 10329 components: - type: Transform - pos: -78.5,22.5 + pos: -30.5,-10.5 parent: 2 - - uid: 9277 + - uid: 11101 components: - type: Transform - pos: -74.5,1.5 + pos: -74.5,2.5 parent: 2 - - uid: 9525 + - uid: 11166 components: - type: Transform - pos: -74.5,0.5 + rot: 1.5707963267948966 rad + pos: -15.5,6.5 parent: 2 - - uid: 9644 + - uid: 11167 components: - type: Transform - pos: -87.5,-1.5 + rot: 1.5707963267948966 rad + pos: -15.5,5.5 parent: 2 - - uid: 9646 + - uid: 11250 components: - type: Transform - pos: -80.5,6.5 + rot: 1.5707963267948966 rad + pos: -15.5,7.5 parent: 2 - - uid: 9647 + - uid: 11281 components: - type: Transform - pos: -87.5,11.5 + rot: 3.141592653589793 rad + pos: -53.5,-30.5 parent: 2 - - uid: 9648 + - uid: 11282 components: - type: Transform - pos: -74.5,4.5 + rot: 3.141592653589793 rad + pos: -52.5,-30.5 parent: 2 - - uid: 9649 + - uid: 11293 components: - type: Transform - pos: -86.5,5.5 + pos: -13.5,4.5 parent: 2 - - uid: 9650 + - uid: 11334 components: - type: Transform - pos: -82.5,5.5 + rot: -1.5707963267948966 rad + pos: 4.5,-8.5 parent: 2 - - uid: 9673 + - uid: 11335 components: - type: Transform - pos: -88.5,6.5 + rot: 1.5707963267948966 rad + pos: 10.5,-3.5 parent: 2 - - uid: 10015 + - uid: 11336 components: - type: Transform - pos: -74.5,-0.5 + rot: 3.141592653589793 rad + pos: -38.5,-24.5 parent: 2 - - uid: 10329 + - uid: 11347 components: - type: Transform - pos: -30.5,-10.5 + rot: -1.5707963267948966 rad + pos: -72.5,4.5 parent: 2 - - uid: 11101 + - uid: 11390 components: - type: Transform - pos: -74.5,2.5 + pos: -48.5,-33.5 parent: 2 - - uid: 11106 + - uid: 11391 components: - type: Transform - pos: -95.5,4.5 + pos: -48.5,-32.5 parent: 2 - - uid: 11401 + - uid: 11531 components: - type: Transform - pos: -96.5,3.5 + rot: -1.5707963267948966 rad + pos: 35.5,-6.5 parent: 2 - uid: 11635 components: @@ -218270,11 +215189,6 @@ entities: - type: Transform pos: -39.5,-31.5 parent: 2 - - uid: 12131 - components: - - type: Transform - pos: -36.5,-26.5 - parent: 2 - uid: 12147 components: - type: Transform @@ -218305,16 +215219,6 @@ entities: - type: Transform pos: -82.5,-0.5 parent: 2 - - uid: 13039 - components: - - type: Transform - pos: -97.5,2.5 - parent: 2 - - uid: 13042 - components: - - type: Transform - pos: -95.5,5.5 - parent: 2 - uid: 13044 components: - type: Transform @@ -218325,11 +215229,6 @@ entities: - type: Transform pos: -75.5,6.5 parent: 2 - - uid: 13048 - components: - - type: Transform - pos: -86.5,11.5 - parent: 2 - uid: 13053 components: - type: Transform @@ -218340,10 +215239,11 @@ entities: - type: Transform pos: -81.5,5.5 parent: 2 - - uid: 13204 + - uid: 13131 components: - type: Transform - pos: -87.5,6.5 + rot: 3.141592653589793 rad + pos: -71.5,18.5 parent: 2 - uid: 13206 components: @@ -218355,16 +215255,6 @@ entities: - type: Transform pos: -82.5,4.5 parent: 2 - - uid: 13212 - components: - - type: Transform - pos: -89.5,-2.5 - parent: 2 - - uid: 13215 - components: - - type: Transform - pos: -90.5,-3.5 - parent: 2 - uid: 13241 components: - type: Transform @@ -218440,46 +215330,16 @@ entities: - type: Transform pos: -80.5,-2.5 parent: 2 - - uid: 13327 - components: - - type: Transform - pos: -88.5,10.5 - parent: 2 - uid: 13328 components: - type: Transform pos: -81.5,-2.5 parent: 2 - - uid: 13329 - components: - - type: Transform - pos: -87.5,5.5 - parent: 2 - - uid: 13330 - components: - - type: Transform - pos: -87.5,10.5 - parent: 2 - - uid: 13331 - components: - - type: Transform - pos: -87.5,-2.5 - parent: 2 - - uid: 13333 - components: - - type: Transform - pos: -93.5,19.5 - parent: 2 - uid: 13336 components: - type: Transform pos: 67.5,-25.5 parent: 2 - - uid: 13344 - components: - - type: Transform - pos: -94.5,6.5 - parent: 2 - uid: 13348 components: - type: Transform @@ -218505,11 +215365,6 @@ entities: - type: Transform pos: 76.5,-8.5 parent: 2 - - uid: 13357 - components: - - type: Transform - pos: -93.5,6.5 - parent: 2 - uid: 13371 components: - type: Transform @@ -218545,16 +215400,6 @@ entities: - type: Transform pos: -82.5,1.5 parent: 2 - - uid: 13386 - components: - - type: Transform - pos: -88.5,-2.5 - parent: 2 - - uid: 13387 - components: - - type: Transform - pos: -90.5,20.5 - parent: 2 - uid: 13920 components: - type: Transform @@ -218565,21 +215410,11 @@ entities: - type: Transform pos: 8.5,37.5 parent: 2 - - uid: 13931 - components: - - type: Transform - pos: -89.5,19.5 - parent: 2 - uid: 14034 components: - type: Transform pos: -96.5,14.5 parent: 2 - - uid: 14115 - components: - - type: Transform - pos: -95.5,3.5 - parent: 2 - uid: 14194 components: - type: Transform @@ -218590,26 +215425,6 @@ entities: - type: Transform pos: 68.5,-6.5 parent: 2 - - uid: 14285 - components: - - type: Transform - pos: -96.5,2.5 - parent: 2 - - uid: 14288 - components: - - type: Transform - pos: -89.5,-3.5 - parent: 2 - - uid: 14358 - components: - - type: Transform - pos: -87.5,18.5 - parent: 2 - - uid: 14359 - components: - - type: Transform - pos: -94.5,5.5 - parent: 2 - uid: 14384 components: - type: Transform @@ -218625,11 +215440,6 @@ entities: - type: Transform pos: 68.5,-8.5 parent: 2 - - uid: 14721 - components: - - type: Transform - pos: -86.5,-1.5 - parent: 2 - uid: 14787 components: - type: Transform @@ -218650,11 +215460,6 @@ entities: - type: Transform pos: -97.5,17.5 parent: 2 - - uid: 15401 - components: - - type: Transform - pos: -95.5,17.5 - parent: 2 - uid: 15418 components: - type: Transform @@ -218675,31 +215480,6 @@ entities: - type: Transform pos: 5.5,72.5 parent: 2 - - uid: 15711 - components: - - type: Transform - pos: -96.5,-0.5 - parent: 2 - - uid: 15725 - components: - - type: Transform - pos: -89.5,16.5 - parent: 2 - - uid: 15774 - components: - - type: Transform - pos: -90.5,17.5 - parent: 2 - - uid: 15779 - components: - - type: Transform - pos: -91.5,18.5 - parent: 2 - - uid: 15833 - components: - - type: Transform - pos: -92.5,19.5 - parent: 2 - uid: 15853 components: - type: Transform @@ -218745,26 +215525,6 @@ entities: - type: Transform pos: -48.5,1.5 parent: 2 - - uid: 15984 - components: - - type: Transform - pos: -93.5,20.5 - parent: 2 - - uid: 16328 - components: - - type: Transform - pos: -95.5,16.5 - parent: 2 - - uid: 16350 - components: - - type: Transform - pos: -92.5,6.5 - parent: 2 - - uid: 16468 - components: - - type: Transform - pos: -92.5,5.5 - parent: 2 - uid: 16527 components: - type: Transform @@ -218840,11 +215600,6 @@ entities: - type: Transform pos: 50.5,-15.5 parent: 2 - - uid: 17969 - components: - - type: Transform - pos: -41.5,-26.5 - parent: 2 - uid: 18006 components: - type: Transform @@ -218855,31 +215610,11 @@ entities: - type: Transform pos: -62.5,6.5 parent: 2 - - uid: 18018 - components: - - type: Transform - pos: -40.5,-26.5 - parent: 2 - uid: 18023 components: - type: Transform pos: 51.5,-14.5 parent: 2 - - uid: 18037 - components: - - type: Transform - pos: -89.5,6.5 - parent: 2 - - uid: 18080 - components: - - type: Transform - pos: -89.5,5.5 - parent: 2 - - uid: 18090 - components: - - type: Transform - pos: -92.5,2.5 - parent: 2 - uid: 18101 components: - type: Transform @@ -218890,26 +215625,6 @@ entities: - type: Transform pos: 12.5,72.5 parent: 2 - - uid: 18113 - components: - - type: Transform - pos: -89.5,2.5 - parent: 2 - - uid: 18140 - components: - - type: Transform - pos: -89.5,1.5 - parent: 2 - - uid: 18386 - components: - - type: Transform - pos: -89.5,0.5 - parent: 2 - - uid: 18398 - components: - - type: Transform - pos: -90.5,0.5 - parent: 2 - uid: 18407 components: - type: Transform @@ -218925,41 +215640,11 @@ entities: - type: Transform pos: -58.5,6.5 parent: 2 - - uid: 18440 - components: - - type: Transform - pos: -90.5,-0.5 - parent: 2 - - uid: 18441 - components: - - type: Transform - pos: -91.5,-0.5 - parent: 2 - uid: 18448 components: - type: Transform pos: -55.5,0.5 parent: 2 - - uid: 18520 - components: - - type: Transform - pos: -91.5,-1.5 - parent: 2 - - uid: 18530 - components: - - type: Transform - pos: -92.5,-1.5 - parent: 2 - - uid: 19327 - components: - - type: Transform - pos: -92.5,-2.5 - parent: 2 - - uid: 19351 - components: - - type: Transform - pos: -55.5,-30.5 - parent: 2 - uid: 19353 components: - type: Transform @@ -218975,15 +215660,11 @@ entities: - type: Transform pos: -56.5,-30.5 parent: 2 - - uid: 19436 - components: - - type: Transform - pos: -93.5,-2.5 - parent: 2 - - uid: 19460 + - uid: 19997 components: - type: Transform - pos: -93.5,-3.5 + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 parent: 2 - uid: 20029 components: @@ -219005,65 +215686,91 @@ entities: - type: Transform pos: -31.5,-6.5 parent: 2 - - uid: 20931 + - uid: 20312 components: - type: Transform - pos: 29.5,1.5 + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 parent: 2 - - uid: 20992 + - uid: 20931 components: - type: Transform - pos: -93.5,2.5 + pos: 29.5,1.5 parent: 2 - uid: 21054 components: - type: Transform pos: 37.5,3.5 parent: 2 - - uid: 21204 + - uid: 21575 components: - type: Transform - pos: -93.5,1.5 + pos: -49.5,-12.5 parent: 2 - - uid: 21575 + - uid: 21883 components: - type: Transform - pos: -49.5,-12.5 + rot: 3.141592653589793 rad + pos: -71.5,4.5 parent: 2 - - uid: 21838 + - uid: 21918 components: - type: Transform - pos: -74.5,5.5 + rot: 3.141592653589793 rad + pos: -48.5,-8.5 parent: 2 - - uid: 21953 + - uid: 21942 components: - type: Transform - pos: -52.5,-34.5 + rot: 3.141592653589793 rad + pos: -28.5,0.5 parent: 2 - - uid: 22492 + - uid: 22046 components: - type: Transform - pos: -72.5,-0.5 + rot: 3.141592653589793 rad + pos: -35.5,-24.5 parent: 2 - - uid: 22512 + - uid: 22052 components: - type: Transform - pos: -94.5,1.5 + rot: -1.5707963267948966 rad + pos: 8.5,-6.5 parent: 2 - - uid: 22513 + - uid: 22053 components: - type: Transform - pos: -94.5,0.5 + rot: 3.141592653589793 rad + pos: -48.5,-24.5 parent: 2 - - uid: 22555 + - uid: 22128 components: - type: Transform - pos: -95.5,0.5 + rot: 3.141592653589793 rad + pos: -42.5,-24.5 parent: 2 - - uid: 22600 + - uid: 22129 components: - type: Transform - pos: -95.5,-0.5 + rot: 3.141592653589793 rad + pos: -41.5,-24.5 + parent: 2 + - uid: 22130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-24.5 + parent: 2 + - uid: 22151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-24.5 + parent: 2 + - uid: 22492 + components: + - type: Transform + pos: -72.5,-0.5 parent: 2 - uid: 22777 components: @@ -219075,61 +215782,53 @@ entities: - type: Transform pos: 5.5,34.5 parent: 2 - - uid: 23042 + - uid: 22948 components: - type: Transform - pos: 32.5,3.5 + pos: 9.5,8.5 parent: 2 - - uid: 23109 + - uid: 23042 components: - type: Transform - pos: 36.5,-7.5 + pos: 32.5,3.5 parent: 2 - uid: 23199 components: - type: Transform pos: 6.5,-25.5 parent: 2 + - uid: 23254 + components: + - type: Transform + pos: -67.5,4.5 + parent: 2 - uid: 23297 components: - type: Transform pos: -31.5,-12.5 parent: 2 - - uid: 23425 + - uid: 23338 components: - type: Transform - pos: 5.5,-12.5 + rot: 3.141592653589793 rad + pos: -51.5,-5.5 parent: 2 - - uid: 23463 + - uid: 23425 components: - type: Transform - pos: -105.5,-22.5 + pos: 5.5,-12.5 parent: 2 - - uid: 23466 + - uid: 23456 components: - type: Transform - pos: -99.5,-22.5 + rot: -1.5707963267948966 rad + pos: 12.5,-6.5 parent: 2 - uid: 23500 components: - type: Transform pos: -78.5,-4.5 parent: 2 - - uid: 23517 - components: - - type: Transform - pos: -71.5,34.5 - parent: 2 - - uid: 23535 - components: - - type: Transform - pos: -71.5,33.5 - parent: 2 - - uid: 23536 - components: - - type: Transform - pos: -71.5,32.5 - parent: 2 - uid: 23540 components: - type: Transform @@ -219170,6 +215869,11 @@ entities: - type: Transform pos: 10.5,-13.5 parent: 2 + - uid: 23975 + components: + - type: Transform + pos: 67.5,30.5 + parent: 2 - uid: 24657 components: - type: Transform @@ -219205,30 +215909,62 @@ entities: - type: Transform pos: -0.5,24.5 parent: 2 - - uid: 25798 + - uid: 26247 components: - type: Transform - pos: 33.5,-7.5 + pos: 3.5,-29.5 parent: 2 - - uid: 26247 + - uid: 26678 components: - type: Transform - pos: 3.5,-29.5 + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 parent: 2 - - uid: 26845 + - uid: 26716 components: - type: Transform - pos: 34.5,-7.5 + rot: 3.141592653589793 rad + pos: -42.5,-26.5 parent: 2 - - uid: 26862 + - uid: 26717 components: - type: Transform - pos: 4.5,24.5 + rot: 3.141592653589793 rad + pos: -42.5,-25.5 parent: 2 - - uid: 26880 + - uid: 26719 components: - type: Transform - pos: 35.5,-7.5 + rot: 3.141592653589793 rad + pos: -42.5,-28.5 + parent: 2 + - uid: 26720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-30.5 + parent: 2 + - uid: 26738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-24.5 + parent: 2 + - uid: 26746 + components: + - type: Transform + pos: -74.5,5.5 + parent: 2 + - uid: 26766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,18.5 + parent: 2 + - uid: 26862 + components: + - type: Transform + pos: 4.5,24.5 parent: 2 - uid: 26883 components: @@ -219240,16 +215976,40 @@ entities: - type: Transform pos: 37.5,-8.5 parent: 2 + - uid: 27219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-24.5 + parent: 2 + - uid: 27220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-24.5 + parent: 2 - uid: 27298 components: - type: Transform pos: 3.5,-27.5 parent: 2 + - uid: 27429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-27.5 + parent: 2 - uid: 27442 components: - type: Transform pos: -2.5,23.5 parent: 2 + - uid: 27784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-9.5 + parent: 2 - uid: 28226 components: - type: Transform @@ -219260,6 +216020,30 @@ entities: - type: Transform pos: 5.5,17.5 parent: 2 + - uid: 28238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 2 + - uid: 28349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 2 + - uid: 28353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-10.5 + parent: 2 + - uid: 28354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-6.5 + parent: 2 - uid: 28390 components: - type: Transform @@ -219280,6 +216064,17 @@ entities: - type: Transform pos: -15.5,18.5 parent: 2 + - uid: 28849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,4.5 + parent: 2 + - uid: 29185 + components: + - type: Transform + pos: 65.5,28.5 + parent: 2 - uid: 29845 components: - type: Transform @@ -219295,11 +216090,6 @@ entities: - type: Transform pos: -44.5,7.5 parent: 2 - - uid: 30265 - components: - - type: Transform - pos: -103.5,-22.5 - parent: 2 - uid: 30273 components: - type: Transform @@ -219340,16 +216130,6 @@ entities: - type: Transform pos: 23.5,4.5 parent: 2 - - uid: 30808 - components: - - type: Transform - pos: -42.5,-27.5 - parent: 2 - - uid: 30822 - components: - - type: Transform - pos: -35.5,-26.5 - parent: 2 - uid: 31007 components: - type: Transform @@ -219405,11 +216185,6 @@ entities: - type: Transform pos: 75.5,-6.5 parent: 2 - - uid: 35734 - components: - - type: Transform - pos: -102.5,-22.5 - parent: 2 - proto: WallSolidDiagonal entities: - uid: 1893 @@ -219422,39 +216197,6 @@ entities: - type: Transform pos: 14.5,24.5 parent: 2 - - uid: 4294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,22.5 - parent: 2 - - uid: 4300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,24.5 - parent: 2 - - uid: 4311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,23.5 - parent: 2 - - uid: 4315 - components: - - type: Transform - pos: 73.5,12.5 - parent: 2 - - uid: 4329 - components: - - type: Transform - pos: 71.5,11.5 - parent: 2 - - uid: 4330 - components: - - type: Transform - pos: 69.5,10.5 - parent: 2 - proto: WallWeaponCapacitorRecharger entities: - uid: 4463 @@ -219537,11 +216279,6 @@ entities: - type: Transform pos: 32.5,-9.5 parent: 2 - - uid: 1649 - components: - - type: Transform - pos: -104.5,-27.5 - parent: 2 - uid: 2758 components: - type: Transform @@ -219552,90 +216289,28 @@ entities: - type: Transform pos: 54.5,51.5 parent: 2 - - uid: 25172 - components: - - type: Transform - pos: 35.5,-9.5 - parent: 2 - - uid: 26884 - components: - - type: Transform - pos: 34.5,-9.5 - parent: 2 - - uid: 35722 - components: - - type: Transform - pos: -105.5,-24.5 - parent: 2 - - uid: 35723 - components: - - type: Transform - pos: -105.5,-23.5 - parent: 2 - - uid: 35724 - components: - - type: Transform - pos: -105.5,-25.5 - parent: 2 - - uid: 35725 - components: - - type: Transform - pos: -105.5,-26.5 - parent: 2 - - uid: 35726 - components: - - type: Transform - pos: -105.5,-27.5 - parent: 2 - - uid: 35727 - components: - - type: Transform - pos: -99.5,-25.5 - parent: 2 - - uid: 35728 - components: - - type: Transform - pos: -99.5,-26.5 - parent: 2 - - uid: 35729 - components: - - type: Transform - pos: -99.5,-24.5 - parent: 2 - - uid: 35730 - components: - - type: Transform - pos: -99.5,-23.5 - parent: 2 - - uid: 35731 - components: - - type: Transform - pos: -104.5,-23.5 - parent: 2 - - uid: 35732 - components: - - type: Transform - pos: -103.5,-23.5 - parent: 2 - - uid: 35733 + - uid: 11249 components: - type: Transform - pos: -102.5,-23.5 + rot: -1.5707963267948966 rad + pos: 34.5,-6.5 parent: 2 - - uid: 35736 + - uid: 11539 components: - type: Transform - pos: -101.5,-23.5 + rot: -1.5707963267948966 rad + pos: 33.5,-6.5 parent: 2 - - uid: 35745 + - uid: 18709 components: - type: Transform - pos: -99.5,-27.5 + rot: -1.5707963267948966 rad + pos: 32.5,-6.5 parent: 2 - - uid: 35747 + - uid: 26884 components: - type: Transform - pos: -100.5,-27.5 + pos: 34.5,-9.5 parent: 2 - proto: WardrobeBotanistFilled entities: @@ -219668,55 +216343,21 @@ entities: parent: 2 - proto: WardrobeChapelFilled entities: - - uid: 5710 + - uid: 458 components: - type: Transform - pos: 67.5,27.5 + pos: 65.5,29.5 parent: 2 - proto: WardrobeFormal entities: - - uid: 31162 + - uid: 1060 components: - type: Transform - pos: -67.5,1.5 + pos: -73.5,0.5 parent: 2 - - 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 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 31163 - - 31168 - - 31167 - - 31166 - - 31165 - - 31164 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: WardrobeGreenFilled entities: - - uid: 27974 + - uid: 13135 components: - type: Transform pos: -73.5,17.5 @@ -219831,13 +216472,25 @@ entities: - type: Transform pos: -36.5,-27.5 parent: 2 + - uid: 26808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-26.5 + parent: 2 + - uid: 28230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-26.5 + parent: 2 - proto: WashingMachineBroken entities: - - uid: 2659 + - uid: 11343 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-30.5 + pos: -41.5,-26.5 parent: 2 - proto: WashingMachineFilledClothes entities: @@ -219846,12 +216499,15 @@ entities: - type: Transform pos: -36.5,-30.5 parent: 2 - - uid: 18020 + - uid: 11251 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-30.5 + pos: -37.5,-26.5 parent: 2 + - type: Storage + isUiOpen: True + - type: ActiveUserInterface - uid: 18404 components: - type: Transform @@ -219867,6 +216523,18 @@ entities: - type: Transform pos: -41.5,-27.5 parent: 2 + - uid: 23709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-27.5 + parent: 2 + - uid: 25057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-26.5 + parent: 2 - proto: WaterCooler entities: - uid: 309 @@ -219899,10 +216567,10 @@ entities: - type: Transform pos: -56.5,31.5 parent: 2 - - uid: 13232 + - uid: 11399 components: - type: Transform - pos: -52.5,-27.5 + pos: -55.5,-8.5 parent: 2 - uid: 15593 components: @@ -219939,10 +216607,10 @@ entities: - type: Transform pos: -58.5,-1.5 parent: 2 - - uid: 19409 + - uid: 22057 components: - type: Transform - pos: -76.5,5.5 + pos: -75.5,5.5 parent: 2 - proto: WaterTankFull entities: @@ -219956,11 +216624,6 @@ entities: - type: Transform pos: 77.5,-13.5 parent: 2 - - uid: 5304 - components: - - type: Transform - pos: -69.5,24.5 - parent: 2 - uid: 9291 components: - type: Transform @@ -219971,6 +216634,11 @@ entities: - type: Transform pos: -46.5,31.5 parent: 2 + - uid: 13127 + components: + - type: Transform + pos: -73.5,24.5 + parent: 2 - uid: 20011 components: - type: Transform @@ -220127,11 +216795,6 @@ entities: - type: Transform pos: 16.488016,26.920761 parent: 2 - - uid: 19435 - components: - - type: Transform - pos: -120.430046,10.346216 - parent: 2 - proto: WeaponLaserCarbinePractice entities: - uid: 8738 @@ -220173,10 +216836,17 @@ entities: - uid: 22260 components: - type: Transform - pos: -6.576303,32.70765 - parent: 2 + parent: 22113 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: WeaponTurretXeno entities: + - uid: 7743 + components: + - type: Transform + pos: 75.5,30.5 + parent: 2 - uid: 33542 components: - type: Transform @@ -220348,42 +217018,6 @@ entities: parent: 2 - proto: Windoor entities: - - uid: 997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-10.5 - parent: 2 - - uid: 1135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-10.5 - parent: 2 - - uid: 1141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-6.5 - parent: 2 - - uid: 1149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-6.5 - parent: 2 - - uid: 1154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-8.5 - parent: 2 - - uid: 1255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-8.5 - parent: 2 - uid: 28892 components: - type: Transform @@ -220414,6 +217048,12 @@ entities: parent: 2 - proto: WindoorKitchenLocked entities: + - uid: 11240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-26.5 + parent: 2 - uid: 23569 components: - type: Transform @@ -220432,28 +217072,12 @@ entities: rot: -1.5707963267948966 rad pos: -51.5,-17.5 parent: 2 - - uid: 23592 - components: - - type: Transform - pos: -45.5,-26.5 - parent: 2 - uid: 23618 components: - type: Transform rot: -1.5707963267948966 rad pos: -51.5,-21.5 parent: 2 - - uid: 24925 - components: - - type: Transform - pos: -44.5,-26.5 - parent: 2 - - uid: 30667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-33.5 - parent: 2 - proto: WindoorSecure entities: - uid: 562 @@ -220915,16 +217539,6 @@ entities: - type: Transform pos: -21.5,-26.5 parent: 2 - - uid: 95 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 2 - - uid: 96 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 2 - uid: 140 components: - type: Transform @@ -220935,6 +217549,12 @@ entities: - type: Transform pos: -17.5,-29.5 parent: 2 + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-8.5 + parent: 2 - uid: 403 components: - type: Transform @@ -220945,11 +217565,6 @@ entities: - type: Transform pos: -28.5,58.5 parent: 2 - - uid: 442 - components: - - type: Transform - pos: -26.5,4.5 - parent: 2 - uid: 739 components: - type: Transform @@ -220965,41 +217580,11 @@ entities: - type: Transform pos: 34.5,-12.5 parent: 2 - - uid: 920 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 2 - - uid: 922 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 2 - - uid: 932 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 2 - - uid: 988 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 2 - - uid: 991 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 2 - uid: 1000 components: - type: Transform pos: 4.5,13.5 parent: 2 - - uid: 1047 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 2 - uid: 1130 components: - type: Transform @@ -221045,11 +217630,6 @@ entities: - type: Transform pos: 25.5,-12.5 parent: 2 - - uid: 1207 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - uid: 1400 components: - type: Transform @@ -221150,31 +217730,6 @@ entities: - type: Transform pos: -11.5,17.5 parent: 2 - - uid: 1723 - components: - - type: Transform - pos: -16.5,17.5 - parent: 2 - - uid: 1724 - components: - - type: Transform - pos: -19.5,17.5 - parent: 2 - - uid: 1725 - components: - - type: Transform - pos: -22.5,17.5 - parent: 2 - - uid: 1726 - components: - - type: Transform - pos: -25.5,17.5 - parent: 2 - - uid: 1727 - components: - - type: Transform - pos: -28.5,17.5 - parent: 2 - uid: 1728 components: - type: Transform @@ -221210,61 +217765,6 @@ entities: - type: Transform pos: -6.5,8.5 parent: 2 - - uid: 1748 - components: - - type: Transform - pos: -25.5,4.5 - parent: 2 - - uid: 1749 - components: - - type: Transform - pos: -20.5,4.5 - parent: 2 - - uid: 1750 - components: - - type: Transform - pos: -19.5,4.5 - parent: 2 - - uid: 1751 - components: - - type: Transform - pos: -14.5,4.5 - parent: 2 - - uid: 1752 - components: - - type: Transform - pos: -13.5,4.5 - parent: 2 - - uid: 1753 - components: - - type: Transform - pos: -13.5,0.5 - parent: 2 - - uid: 1754 - components: - - type: Transform - pos: -14.5,0.5 - parent: 2 - - uid: 1755 - components: - - type: Transform - pos: -19.5,0.5 - parent: 2 - - uid: 1756 - components: - - type: Transform - pos: -20.5,0.5 - parent: 2 - - uid: 1757 - components: - - type: Transform - pos: -25.5,0.5 - parent: 2 - - uid: 1758 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - uid: 1868 components: - type: Transform @@ -221320,11 +217820,6 @@ entities: - type: Transform pos: 13.5,-17.5 parent: 2 - - uid: 3274 - components: - - type: Transform - pos: -47.5,-26.5 - parent: 2 - uid: 3297 components: - type: Transform @@ -221410,11 +217905,6 @@ entities: - type: Transform pos: 52.5,-13.5 parent: 2 - - uid: 3938 - components: - - type: Transform - pos: 53.5,-12.5 - parent: 2 - uid: 3941 components: - type: Transform @@ -221435,6 +217925,36 @@ entities: - type: Transform pos: 51.5,21.5 parent: 2 + - uid: 4585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,4.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,4.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,4.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,4.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,4.5 + parent: 2 - uid: 4641 components: - type: Transform @@ -221445,11 +217965,6 @@ entities: - type: Transform pos: 48.5,-17.5 parent: 2 - - uid: 5051 - components: - - type: Transform - pos: 49.5,-16.5 - parent: 2 - uid: 5070 components: - type: Transform @@ -221560,31 +218075,6 @@ entities: - type: Transform pos: -30.5,7.5 parent: 2 - - uid: 6208 - components: - - type: Transform - pos: -17.5,17.5 - parent: 2 - - uid: 6209 - components: - - type: Transform - pos: -20.5,17.5 - parent: 2 - - uid: 6210 - components: - - type: Transform - pos: -23.5,17.5 - parent: 2 - - uid: 6211 - components: - - type: Transform - pos: -26.5,17.5 - parent: 2 - - uid: 6212 - components: - - type: Transform - pos: -29.5,17.5 - parent: 2 - uid: 6316 components: - type: Transform @@ -221765,11 +218255,6 @@ entities: - type: Transform pos: -51.5,-14.5 parent: 2 - - uid: 7464 - components: - - type: Transform - pos: -46.5,-26.5 - parent: 2 - uid: 7548 components: - type: Transform @@ -221805,10 +218290,35 @@ entities: - type: Transform pos: -48.5,15.5 parent: 2 - - uid: 12056 + - uid: 11244 components: - type: Transform - pos: 7.5,-12.5 + rot: -1.5707963267948966 rad + pos: 35.5,-4.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-5.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-10.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-7.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,4.5 parent: 2 - uid: 12311 components: @@ -222055,6 +218565,18 @@ entities: - type: Transform pos: 22.5,-17.5 parent: 2 + - uid: 22050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,4.5 + parent: 2 + - uid: 22927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,18.5 + parent: 2 - uid: 23788 components: - type: Transform @@ -222080,10 +218602,17 @@ entities: - type: Transform pos: 33.5,-12.5 parent: 2 - - uid: 29561 + - uid: 26747 components: - type: Transform - pos: -73.5,4.5 + rot: 3.141592653589793 rad + pos: -69.5,4.5 + parent: 2 + - uid: 28669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,18.5 parent: 2 - uid: 30413 components: @@ -222095,11 +218624,6 @@ entities: - type: Transform pos: -5.5,-40.5 parent: 2 - - uid: 31155 - components: - - type: Transform - pos: -71.5,4.5 - parent: 2 - uid: 31402 components: - type: Transform @@ -222115,6 +218639,30 @@ entities: - type: Transform pos: -19.5,-26.5 parent: 2 +- proto: WindowDiagonal + entities: + - uid: 20408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-16.5 + parent: 2 + - uid: 22501 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 28670 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 28674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-12.5 + parent: 2 - proto: WindowDirectional entities: - uid: 3675 @@ -222131,6 +218679,12 @@ entities: parent: 2 - proto: WindowFrostedDirectional entities: + - uid: 319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,15.5 + parent: 2 - uid: 572 components: - type: Transform @@ -222185,42 +218739,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,14.5 parent: 2 - - uid: 916 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 2 - - uid: 917 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 2 - - uid: 918 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 2 - - uid: 926 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 2 - - uid: 927 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 2 - - uid: 928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-9.5 - parent: 2 - - uid: 935 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 2 - uid: 939 components: - type: Transform @@ -222231,96 +218749,6 @@ entities: - type: Transform pos: 3.5,-11.5 parent: 2 - - uid: 989 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 994 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 2 - - uid: 1001 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 2 - - uid: 1002 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 2 - - uid: 1008 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 2 - - uid: 1028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-11.5 - parent: 2 - - uid: 1126 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 2 - - uid: 1127 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 2 - - uid: 1128 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 2 - - uid: 1129 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 2 - - uid: 1136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 - parent: 2 - - uid: 1139 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 2 - - uid: 1148 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 2 - - uid: 1155 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 2 - - uid: 1180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-7.5 - parent: 2 - - uid: 1260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-9.5 - parent: 2 - - uid: 1261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-11.5 - parent: 2 - uid: 1689 components: - type: Transform @@ -222535,6 +218963,12 @@ entities: rot: 3.141592653589793 rad pos: -1.5,58.5 parent: 2 + - uid: 5424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,0.5 + parent: 2 - uid: 6085 components: - type: Transform @@ -222567,71 +219001,6 @@ entities: - type: Transform pos: 13.5,-38.5 parent: 2 - - uid: 6213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,21.5 - parent: 2 - - uid: 6214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,21.5 - parent: 2 - - uid: 6215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,20.5 - parent: 2 - - uid: 6216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,19.5 - parent: 2 - - uid: 6217 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,18.5 - parent: 2 - - uid: 6218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,17.5 - parent: 2 - - uid: 6219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,16.5 - parent: 2 - - uid: 6220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,15.5 - parent: 2 - - uid: 6221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,14.5 - parent: 2 - - uid: 6222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,13.5 - parent: 2 - - uid: 6223 - components: - - type: Transform - pos: 75.5,13.5 - parent: 2 - uid: 6224 components: - type: Transform @@ -223069,6 +219438,12 @@ entities: - type: Transform pos: -10.5,-53.5 parent: 2 + - uid: 6372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,13.5 + parent: 2 - uid: 6379 components: - type: Transform @@ -223194,6 +219569,12 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,52.5 parent: 2 + - uid: 7952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,11.5 + parent: 2 - uid: 8474 components: - type: Transform @@ -223218,6 +219599,30 @@ entities: rot: 3.141592653589793 rad pos: 21.5,-17.5 parent: 2 + - uid: 11302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,-0.5 + parent: 2 + - uid: 11327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,17.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,18.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,17.5 + parent: 2 - uid: 12969 components: - type: Transform @@ -223636,6 +220041,48 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,50.5 parent: 2 + - uid: 20012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,0.5 + parent: 2 + - uid: 20300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,0.5 + parent: 2 + - uid: 20308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,0.5 + parent: 2 + - uid: 22064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,-1.5 + parent: 2 + - uid: 22079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,14.5 + parent: 2 + - uid: 22096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,5.5 + parent: 2 + - uid: 22450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,2.5 + parent: 2 - uid: 22609 components: - type: Transform @@ -223772,12 +220219,6 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,-5.5 parent: 2 - - uid: 23312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,12.5 - parent: 2 - uid: 23313 components: - type: Transform @@ -223814,12 +220255,6 @@ entities: rot: 3.141592653589793 rad pos: -42.5,-6.5 parent: 2 - - uid: 23328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,12.5 - parent: 2 - uid: 23329 components: - type: Transform @@ -223856,28 +220291,88 @@ entities: rot: 1.5707963267948966 rad pos: -80.5,18.5 parent: 2 - - uid: 23337 + - uid: 23665 components: - type: Transform rot: -1.5707963267948966 rad - pos: -96.5,1.5 + pos: -88.5,12.5 parent: 2 - - uid: 23338 + - uid: 25238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,15.5 + parent: 2 + - uid: 25314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,13.5 + parent: 2 + - uid: 25327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,21.5 + parent: 2 + - uid: 25375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,16.5 + parent: 2 + - uid: 25387 + components: + - type: Transform + pos: 71.5,13.5 + parent: 2 + - uid: 26585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,19.5 + parent: 2 + - uid: 26586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,14.5 + parent: 2 + - uid: 26771 components: - type: Transform rot: -1.5707963267948966 rad - pos: -93.5,13.5 + pos: -88.5,16.5 parent: 2 - - uid: 23339 + - uid: 26781 components: - type: Transform rot: -1.5707963267948966 rad - pos: -93.5,12.5 + pos: -88.5,3.5 parent: 2 - - uid: 23344 + - uid: 27207 components: - type: Transform - pos: -96.5,1.5 + rot: -1.5707963267948966 rad + pos: -88.5,4.5 + parent: 2 + - uid: 27221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,1.5 + parent: 2 + - uid: 27513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,21.5 + parent: 2 + - uid: 27611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,20.5 parent: 2 - uid: 28061 components: @@ -223902,6 +220397,24 @@ entities: - type: Transform pos: 1.5,55.5 parent: 2 + - uid: 28663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,0.5 + parent: 2 + - uid: 28664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,0.5 + parent: 2 + - uid: 28665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,0.5 + parent: 2 - uid: 28818 components: - type: Transform @@ -223932,6 +220445,12 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-8.5 parent: 2 + - uid: 29188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,12.5 + parent: 2 - uid: 29690 components: - type: Transform @@ -224310,6 +220829,63 @@ entities: rot: 3.141592653589793 rad pos: -8.5,46.5 parent: 2 + - uid: 19994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 2 + - uid: 19995 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 19998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,17.5 + parent: 2 + - uid: 19999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,17.5 + parent: 2 + - uid: 20001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,17.5 + parent: 2 + - uid: 20310 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 20311 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 + - uid: 20313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 2 + - uid: 20316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,17.5 + parent: 2 + - uid: 20319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,17.5 + parent: 2 - uid: 22772 components: - type: Transform @@ -224554,6 +221130,53 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,13.5 parent: 2 + - uid: 26704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 2 + - uid: 28351 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 28356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 2 + - uid: 28370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,17.5 + parent: 2 + - uid: 28464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,17.5 + parent: 2 + - uid: 28468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,17.5 + parent: 2 + - uid: 28672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,17.5 + parent: 2 + - uid: 28673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,17.5 + parent: 2 - uid: 28701 components: - type: Transform @@ -224614,6 +221237,116 @@ entities: rot: 3.141592653589793 rad pos: 23.5,40.5 parent: 2 +- proto: WindowTintedDirectional + entities: + - uid: 12981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,7.5 + parent: 2 + - uid: 16514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,6.5 + parent: 2 + - uid: 16531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,5.5 + parent: 2 + - uid: 17745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,6.5 + parent: 2 + - uid: 17805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,5.5 + parent: 2 + - uid: 18018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,6.5 + parent: 2 + - uid: 18020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,6.5 + parent: 2 + - uid: 19821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,7.5 + parent: 2 + - uid: 19930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,7.5 + parent: 2 + - uid: 19931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,7.5 + parent: 2 + - uid: 19952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 2 + - uid: 19989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,7.5 + parent: 2 + - uid: 19991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,5.5 + parent: 2 + - uid: 21919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,6.5 + parent: 2 + - uid: 21936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,7.5 + parent: 2 + - uid: 21938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,5.5 + parent: 2 + - uid: 21939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,5.5 + parent: 2 + - uid: 21944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,6.5 + parent: 2 - proto: Wirecutter entities: - uid: 29262 @@ -224643,11 +221376,6 @@ entities: - type: Transform pos: 73.5,52.5 parent: 2 - - uid: 35758 - components: - - type: Transform - pos: -100.5,-23.5 - parent: 2 - proto: Wrench entities: - uid: 4160 @@ -224678,7 +221406,7 @@ entities: - uid: 23214 components: - type: Transform - pos: -58.517197,29.580713 + pos: -58.461433,29.647139 parent: 2 - uid: 29165 components: diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml new file mode 100644 index 0000000000..e662ecca74 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/jobs.yml @@ -0,0 +1,15 @@ + +- type: entity + id: SpawnPointMedicalBorg + parent: SpawnPointJobBase + name: medical cyborg + components: + - type: SpawnPoint + job_id: MedicalBorg + - type: Sprite + layers: + - state: green + - sprite: Mobs/Silicon/chassis.rsi + state: medical + - sprite: Mobs/Silicon/chassis.rsi + state: medical_e diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.yml new file mode 100644 index 0000000000..d48cb332fe --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.yml @@ -0,0 +1,20 @@ + +- type: entity + id: PlayerBorgMedical + parent: BorgChassisMedical + suffix: Diagnosis, Treatment + components: + - type: ContainerFill + containers: + borg_brain: + - PositronicBrain + borg_module: + - BorgModuleDiagnosis + - BorgModuleTreatment + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellMedium + - type: RandomMetadata + nameSegments: [names_borg] diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml new file mode 100644 index 0000000000..e2047d3c20 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.yml @@ -0,0 +1,16 @@ + +- type: job + id: MedicalBorg + name: job-name-medical-borg + description: job-description-medical-borg + playTimeTracker: JobMedicalBorg + requirements: + - !type:OverallPlaytimeRequirement + time: 216000 #60 hrs + - !type:DepartmentTimeRequirement + department: Medical + time: 21600 #6 hrs + canBeAntag: false + icon: JobIconMedicalBorg + supervisors: job-supervisors-cmo + jobEntity: PlayerBorgMedical diff --git a/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml b/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml index c1f40833b1..d3b983f01c 100644 --- a/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/DeltaV/Roles/play_time_trackers.yml @@ -1,2 +1,5 @@ - type: playTimeTracker id: JobBrigmedic + +- type: playTimeTracker + id: JobMedicalBorg diff --git a/Resources/Prototypes/DeltaV/StatusEffects/job.yml b/Resources/Prototypes/DeltaV/StatusEffects/job.yml new file mode 100644 index 0000000000..4b61fd46d7 --- /dev/null +++ b/Resources/Prototypes/DeltaV/StatusEffects/job.yml @@ -0,0 +1,6 @@ +- type: statusIcon + parent: JobIcon + id: JobIconMedicalBorg + icon: + sprite: DeltaV/Interface/Misc/job_icons.rsi + state: MedicalBorg diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml index a5c7d06b64..c3b358c16c 100644 --- a/Resources/Prototypes/Maps/submarine.yml +++ b/Resources/Prototypes/Maps/submarine.yml @@ -59,7 +59,7 @@ ServiceWorker: [ 2, 3 ] Zookeeper: [ 2, 2 ] #science - Borg: [ 2, 3 ] + MedicalBorg: [ 2, 3 ] Chaplain: [ 1, 1 ] ForensicMantis: [ 1, 1 ] ResearchAssistant: [ 2, 4 ] diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 14ebc5717f..8353442509 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -75,6 +75,7 @@ - Psychologist - Paramedic - SeniorPhysician + - MedicalBorg # Delta V - Medical Borg, see Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medicalborg.yml - type: department id: Security diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/MedicalBorg.png b/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/MedicalBorg.png new file mode 100644 index 0000000000000000000000000000000000000000..95a2f0a8c3fa456402b160578da8aa07d61cc7e6 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqfu1goArj%qDGW@zopr04B32e*gdg literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json index af8fd25b2e..3f3c6b04e2 100644 --- a/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/meta.json @@ -24,6 +24,9 @@ }, { "name": "nyanoMantis" + }, + { + "name": "MedicalBorg" } ] } From 5185ea1e18c6d60b4737a288117d2c2c8ddfc11d Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 8 Feb 2024 19:21:33 +0000 Subject: [PATCH 347/391] Automatic Changelog Update (#797) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 17d8200d0b..36d4b0c958 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1544,3 +1544,11 @@ Entries: message: Fixed martial artist access id: 232 time: '2024-02-08T15:39:24.0000000+00:00' +- author: IamVelcroboy + changes: + - type: Tweak + message: >- + More improvements all around to Submarine Station as well as the + addition of medical cyborgs. + id: 233 + time: '2024-02-08T19:21:16.0000000+00:00' From ca87c21fee400e9be2aafdfd6fcdfd2fc38b17ea Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:22:33 +0100 Subject: [PATCH 348/391] Delete Resources/Textures/Objects/Tanks/yellow.rsi directory Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .../yellow.rsi/equipped-SUITSTORAGE-secdog.png | Bin 1108 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-secdog.png diff --git a/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-secdog.png b/Resources/Textures/Objects/Tanks/yellow.rsi/equipped-SUITSTORAGE-secdog.png deleted file mode 100644 index 6868304980f712adbdd16048978fbcfa719408ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1108 zcmV-a1grarP)fPDQCGYp+^1z? z3E?B*F+&b0e693&onI8E>-?eEh=k_Au6laYEgWxQEo0<_M}>X4Y)NaJN8QAe%rAwd z4$2(DBt!r|UgDHkCrgoWsd>rlZ{I}Cw@5)en*4Rj7~)8i5$~9&CFz=!ni4%JUzW1U z{db;bYHG6H-Qx%6vt_*xgKHP670dcQwyf$2IG*4#-}DzGr?LV0)kDGH2k|KQ0sIu=r$`LF0wh2JBtQZrKmsH{0wh2J{~>{uxYz7#-geh+q()`D z|L`$XO`)7eSuS}}c=*7*d(V;P;dfbEy{6QB`|?>n9e#~vJytmHAH8z73y)kp0RVy^ zPxkhd4HNKc80V6GMN-u+YxI3i9|w5rINtfj@SZN`SV+9wVGry8D(*8Gh+R-p}+l6c-Y^6 z8(7>!0wh2JBtQZrKmsH{0wh2JBtQZrKmsH{0wh2JBtQZ&ClJ^d!2j;4^^KWIESJlH zv1SSq!l_s+&eRJ${&5u8Gnm*NM)8H+$Ex$ziLiE zo8vf2TRNSVZnrz83v0MvsZ<2oyfIPRL;%>;@AqM(Ua!kwFwnu&8s1KWE5BbS$D{RS zPmt@~+XMANuI-&IUrIDgp|98L`RG|YXzxp_>*cXPoD$aQD)mK?m? zl2z}V!1*F^oy+BX>sB(%{@XH8vm{$2i1WI1>}guHpS3j;m~-oZb8a*>nDaTq25;Aiv<>!N?p>`x+pyWJ4@e+k z6b>apgKhC)VU77;O42a}XBYEmv3>&1(#Lyd4d7((GcuLWqs1CPWU8kS5+DH*AORAv aCh!*kgyTYeTv5;f0000 Date: Thu, 8 Feb 2024 15:06:38 -0600 Subject: [PATCH 349/391] Move/update new salvage map (#798) Co-authored-by: Velcroboy <> --- .../Maps/Salvage/DeltaV/DV-outpost-arm.yml | 1851 +++++++++++++++++ Resources/Prototypes/Maps/salvage.yml | 2 +- 2 files changed, 1852 insertions(+), 1 deletion(-) create mode 100644 Resources/Maps/Salvage/DeltaV/DV-outpost-arm.yml diff --git a/Resources/Maps/Salvage/DeltaV/DV-outpost-arm.yml b/Resources/Maps/Salvage/DeltaV/DV-outpost-arm.yml new file mode 100644 index 0000000000..b15f6e4e85 --- /dev/null +++ b/Resources/Maps/Salvage/DeltaV/DV-outpost-arm.yml @@ -0,0 +1,1851 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 65: FloorMetalDiamond + 67: FloorMining + 71: FloorOldConcrete + 72: FloorOldConcreteMono + 78: FloorReinforced + 121: Lattice + 122: Plating + 124: PlatingBurnt + 125: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -6.1930037,0.9843712 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: RwAAAAADfAAAAAAAfQAAAAAAeQAAAAAAfAAAAAAARwAAAAACegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAACSAAAAAADSAAAAAADSAAAAAAAfQAAAAAASAAAAAACegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAAASAAAAAABSAAAAAAASAAAAAABSAAAAAABSAAAAAAAfAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAAASAAAAAAASAAAAAADSAAAAAAASAAAAAAASAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAABSAAAAAABSAAAAAAASAAAAAABfAAAAAAASAAAAAACfAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAASAAAAAAASAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAADegAAAAAASAAAAAABSAAAAAACegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAASAAAAAABSAAAAAABfAAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAACegAAAAAAfQAAAAAASAAAAAAASAAAAAACSAAAAAADfQAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAABfAAAAAAAeQAAAAAAegAAAAAASAAAAAADSAAAAAADRwAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARwAAAAACegAAAAAAegAAAAAASAAAAAABSAAAAAACegAAAAAARwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAASAAAAAACSAAAAAADSAAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAfQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: QQAAAAAAegAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAegAAAAAAQQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAegAAAAAAQQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#000000FF' + id: Damaged + decals: + 13: 4,6 + 14: -1,11 + 15: 2,10 + 16: 6,3 + 17: 5,5 + 18: 4,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 0: 2,2 + 1: 5,9 + 8: 1,10 + 9: 6,5 + 10: 0,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 2: 0,11 + 3: 6,10 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 7: 5,4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 4: 0,1 + 5: 5,0 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 6: 0,9 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rust + decals: + 11: -1,-1 + - node: + cleanable: True + color: '#636200FF' + id: danger + decals: + 12: 4.9819956,1.0227132 + - node: + cleanable: True + color: '#7F0000FF' + id: o + decals: + 22: 4.302699,3.1356921 + - node: + cleanable: True + color: '#7F0000FF' + id: s + decals: + 20: 3.943324,3.1513171 + 21: 4.755824,3.1356921 + - node: + cleanable: True + color: '#500000FF' + id: splatter + decals: + 19: 1.5020199,7.7976913 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 1,0: + 0: 65535 + 2,0: + 0: 4369 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,1: + 0: 4369 + 2,2: + 0: 17 + 2,3: + 0: 8818 + -1,3: + 0: 43770 + -1,0: + 0: 61160 + -1,1: + 0: 52462 + -1,2: + 0: 34956 + -1,-1: + 0: 34944 + 0,-1: + 0: 28928 + 1,-1: + 0: 63264 + 2,-1: + 0: 4096 + 0,4: + 0: 65535 + 0,5: + 0: 242 + 1,4: + 0: 65535 + 1,5: + 0: 2 + 2,4: + 0: 50 + -1,4: + 0: 35578 + -1,5: + 0: 128 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: BlastDoor + entities: + - uid: 105 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 76 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 +- proto: CableHV + entities: + - uid: 12 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: Chair + entities: + - uid: 111 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 +- proto: CigarGoldCase + entities: + - uid: 191 + components: + - type: Transform + pos: 4.752561,14.569866 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 132 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 +- proto: ClothingHeadHelmetScaf + entities: + - uid: 196 + components: + - type: Transform + pos: 3.752561,14.507366 + parent: 1 +- proto: ClothingOuterArmorScaf + entities: + - uid: 195 + components: + - type: Transform + pos: 3.346311,14.569866 + parent: 1 +- proto: CrateEngineeringCableBulk + entities: + - uid: 122 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 +- proto: GeneratorRTG + entities: + - uid: 8 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: Girder + entities: + - uid: 206 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 +- proto: Grille + entities: + - uid: 2 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 9.5,14.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 9.5,13.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 0.5,21.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 203 + components: + - type: Transform + pos: -2.5,18.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1 +- proto: GrilleSpawner + entities: + - uid: 216 + components: + - type: Transform + pos: -0.5,21.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 3.5,21.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1 +- proto: HighSecCommandLocked + entities: + - uid: 168 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1 +- proto: InflatableWall + entities: + - uid: 97 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 +- proto: InflatableWallStack5 + entities: + - uid: 106 + components: + - type: Transform + pos: 2.3491457,6.305113 + parent: 1 +- proto: IngotGold + entities: + - uid: 190 + components: + - type: Transform + pos: 2.549436,14.585491 + parent: 1 +- proto: LandMineExplosive + entities: + - uid: 77 + components: + - type: Transform + pos: 1.5668869,-0.46386743 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 4.582512,-0.27636743 + parent: 1 +- proto: MaintenanceToolSpawner + entities: + - uid: 183 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 112 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +- proto: MaterialDiamond1 + entities: + - uid: 185 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 2.2577534,14.522991 + parent: 1 +- proto: MaterialWoodPlank + entities: + - uid: 182 + components: + - type: Transform + pos: 1.6308241,12.5394535 + parent: 1 +- proto: Poweredlight + entities: + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - uid: 220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,17.5 + parent: 1 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,17.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1 + - uid: 226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 +- proto: PoweredSmallLightEmpty + entities: + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,6.5 + parent: 1 + - uid: 232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1 + - uid: 233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 +- proto: Rack + entities: + - uid: 179 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1 +- proto: RandomArtifactSpawner20 + entities: + - uid: 87 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: RandomInstruments + entities: + - uid: 85 + components: + - type: Transform + pos: 4.5,16.5 + parent: 1 +- proto: RandomPosterAny + entities: + - uid: 129 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 +- proto: RandomSecurityCorpseSpawner + entities: + - uid: 109 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 86 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 +- proto: RandomSpawner100 + entities: + - uid: 84 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: RandomVendingDrinks + entities: + - uid: 133 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 70 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 9 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 +- proto: ResearchDisk10000 + entities: + - uid: 192 + components: + - type: Transform + pos: 4.408811,14.491741 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 82 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 193 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 80 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 +- proto: SalvageMobSpawner + entities: + - uid: 113 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 +- proto: SalvageMobSpawner75 + entities: + - uid: 115 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 +- proto: ShuttersNormal + entities: + - uid: 47 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 +- proto: ShuttersNormalOpen + entities: + - uid: 49 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 +- proto: ShuttersWindowOpen + entities: + - uid: 123 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 +- proto: SignElectricalMed + entities: + - uid: 296 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 +- proto: SignRedTwo + entities: + - uid: 298 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 +- proto: SignSomethingOld2 + entities: + - uid: 297 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 +- proto: SpaceTickSpawner + entities: + - uid: 117 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 +- proto: SpawnMobBearSalvage + entities: + - uid: 177 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 +- proto: SpawnMobCobraSalvage + entities: + - uid: 83 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 +- proto: SpawnMobShark + entities: + - uid: 181 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1 +- proto: SteelBench + entities: + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 +- proto: UraniumOre + entities: + - uid: 194 + components: + - type: Transform + pos: 6.5117617,6.5053644 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 57 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: 6.5,11.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -0.5,18.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 0.5,19.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: 1.5,19.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 5.5,19.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 1.5,15.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 +- proto: WarpPoint + entities: + - uid: 299 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - type: WarpPoint + location: Space Debris +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 197 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 +- proto: WetFloorSign + entities: + - uid: 79 + components: + - type: Transform + pos: 1.2387619,2.9111326 + parent: 1 +- proto: WindoorSecureCommandLocked + entities: + - uid: 174 + components: + - type: Transform + pos: 0.5,13.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 +... diff --git a/Resources/Prototypes/Maps/salvage.yml b/Resources/Prototypes/Maps/salvage.yml index 9099a6a957..f1472b7e4b 100644 --- a/Resources/Prototypes/Maps/salvage.yml +++ b/Resources/Prototypes/Maps/salvage.yml @@ -62,7 +62,7 @@ - type: salvageMap id: OutpostArm - mapPath: /Maps/Salvage/outpost-arm.yml + mapPath: /Maps/Salvage/DeltaV/DV-outpost-arm.yml #DeltaV: DV salvage map Location - type: salvageMap id: Medium1 From 1561e966d0402464a0bdda592387cb10335601e8 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Fri, 9 Feb 2024 11:47:35 +0100 Subject: [PATCH 350/391] Fix mantis stamp (#800) move paper_stamp-matis --- .../Textures/Objects/Misc/bureaucracy.rsi/meta.json | 3 +++ .../paper_stamp-mantis.png | Bin .../Textures/Objects/Misc/stamps.rsi/meta.json | 3 --- 3 files changed, 3 insertions(+), 3 deletions(-) rename Resources/Textures/Objects/Misc/{stamps.rsi => bureaucracy.rsi}/paper_stamp-mantis.png (100%) diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 50de863313..46bf1f122f 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -247,6 +247,9 @@ }, { "name": "paper_stamp-generic" + }, + { + "name": "paper_stamp-mantis" } ] } diff --git a/Resources/Textures/Objects/Misc/stamps.rsi/paper_stamp-mantis.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-mantis.png similarity index 100% rename from Resources/Textures/Objects/Misc/stamps.rsi/paper_stamp-mantis.png rename to Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-mantis.png diff --git a/Resources/Textures/Objects/Misc/stamps.rsi/meta.json b/Resources/Textures/Objects/Misc/stamps.rsi/meta.json index e87b0fa31b..f755ac3b6f 100644 --- a/Resources/Textures/Objects/Misc/stamps.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/stamps.rsi/meta.json @@ -54,9 +54,6 @@ }, { "name": "stamp-warden" - }, - { - "name": "paper_stamp-mantis" } ] } From aff33a6c66ba6683ff8a1c2827e03cfe543cf4c1 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Fri, 9 Feb 2024 10:47:50 +0000 Subject: [PATCH 351/391] Automatic Changelog Update (#800) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 36d4b0c958..468f624874 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1552,3 +1552,9 @@ Entries: addition of medical cyborgs. id: 233 time: '2024-02-08T19:21:16.0000000+00:00' +- author: FluffiestFloof + changes: + - type: Fix + message: Fixed missing Mantis stamp sprite. + id: 234 + time: '2024-02-09T10:47:35.0000000+00:00' From e1337f7f5ec87a4687a995f8707fc421c575cbad Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:51:32 +0100 Subject: [PATCH 352/391] Update patreon list (#807) --- Content.Client/Credits/CreditsWindow.xaml.cs | 6 +- Resources/Credits/Patrons.yml | 268 ++++--------------- 2 files changed, 60 insertions(+), 214 deletions(-) diff --git a/Content.Client/Credits/CreditsWindow.xaml.cs b/Content.Client/Credits/CreditsWindow.xaml.cs index 60ac579845..d804246687 100644 --- a/Content.Client/Credits/CreditsWindow.xaml.cs +++ b/Content.Client/Credits/CreditsWindow.xaml.cs @@ -29,9 +29,9 @@ public sealed partial class CreditsWindow : DefaultWindow private static readonly Dictionary PatronTierPriority = new() { - ["Nuclear Operative"] = 1, - ["Syndicate Agent"] = 2, - ["Revolutionary"] = 3 + ["Central Commander"] = 1, + ["Captain"] = 2, + ["Assistant"] = 3 }; public CreditsWindow() diff --git a/Resources/Credits/Patrons.yml b/Resources/Credits/Patrons.yml index 9b8752a5e8..ff98e134ce 100644 --- a/Resources/Credits/Patrons.yml +++ b/Resources/Credits/Patrons.yml @@ -1,212 +1,58 @@ -- Name: "Tomeno" - Tier: Revolutionary -- Name: "Daniel Thompson" - Tier: Revolutionary -- Name: "Farewell Fire" - Tier: Syndicate Agent -- Name: "MetalClone" - Tier: Nuclear Operative -- Name: "CPM311" - Tier: Revolutionary -- Name: "Bobberunio" - Tier: Revolutionary -- Name: "vifs_vestige" - Tier: Syndicate Agent -- Name: "Anthony Fleck" - Tier: Nuclear Operative -- Name: "Nico Thate" - Tier: Revolutionary -- Name: "Zandario" - Tier: Nuclear Operative -- Name: "Darren Brady" - Tier: Revolutionary -- Name: "DramaBuns" - Tier: Revolutionary -- Name: "Ethan Keller" - Tier: Revolutionary -- Name: "Eric VW" - Tier: Revolutionary -- Name: "Joshington Awesomahee" - Tier: Revolutionary -- Name: "Altana" - Tier: Revolutionary -- Name: "clyf" - Tier: Nuclear Operative -- Name: "spinnermaster" - Tier: Syndicate Agent -- Name: "Will M." - Tier: Revolutionary -- Name: "The Hateful Flesh" - Tier: Revolutionary -- Name: "Viridian" - Tier: Revolutionary -- Name: "Nicholas Hillblom" - Tier: Revolutionary -- Name: "Austin Nelson" - Tier: Syndicate Agent -- Name: "John Edward Hamilton Barchard" - Tier: Revolutionary -- Name: "Cormos Lemming" - Tier: Nuclear Operative -- Name: "Hamcha" - Tier: Revolutionary -- Name: "Peter \"Azmond\" Newhouse" - Tier: Revolutionary -- Name: "Zakanater 19" - Tier: Revolutionary -- Name: "Kris Piper" - Tier: Revolutionary -- Name: "Mikhail" - Tier: Revolutionary -- Name: "Ramiro Agis" - Tier: Revolutionary -- Name: "osborn" - Tier: Syndicate Agent -- Name: "Uinseann" - Tier: Revolutionary -- Name: "Brandon Campbell" - Tier: Nuclear Operative -- Name: "KevKev" - Tier: Revolutionary -- Name: "Jacob Schramm" - Tier: Revolutionary -- Name: "Matouš Hrdlička" - Tier: Nuclear Operative -- Name: "Pasemi" - Tier: Revolutionary -- Name: "Late Fox" - Tier: Revolutionary -- Name: "Dan" - Tier: Syndicate Agent -- Name: "Scott MacCombie" - Tier: Nuclear Operative -- Name: "Gaxeer" - Tier: Syndicate Agent -- Name: "Tamora Droppa" - Tier: Revolutionary -- Name: "Gavin Simmons" - Tier: Syndicate Agent -- Name: "Saphire" - Tier: Revolutionary -- Name: "DubzyVEVO" - Tier: Revolutionary -- Name: "Never Solus" - Tier: Syndicate Agent -- Name: "Gnomo" - Tier: Nuclear Operative -- Name: "TheGoldElite" - Tier: Revolutionary -- Name: "JhenMaster" - Tier: Revolutionary -- Name: "Akira" - Tier: Revolutionary -- Name: "Dave" - Tier: Revolutionary -- Name: "Александр Белошапка" - Tier: Revolutionary -- Name: "Gordod" - Tier: Syndicate Agent -- Name: "tomhendo" - Tier: Syndicate Agent -- Name: "Odin The Wanderer" - Tier: Revolutionary -- Name: "tokie" - Tier: Nuclear Operative -- Name: "Wallace Megas" - Tier: Revolutionary -- Name: "Vandell" - Tier: Revolutionary -- Name: "Enricoc3l" - Tier: Revolutionary -- Name: "DadNotTheBelt" - Tier: Nuclear Operative -- Name: "David" - Tier: Revolutionary -- Name: "Watson Whittington" - Tier: Syndicate Agent -- Name: "Tim Foley" - Tier: Syndicate Agent -- Name: "Blight" - Tier: Syndicate Agent -- Name: "Katarn" - Tier: Revolutionary -- Name: "eric156" - Tier: Revolutionary -- Name: "SHANE ALAN ZINDA" - Tier: Nuclear Operative -- Name: "Glenn Olsen" - Tier: Syndicate Agent -- Name: "Constellations" - Tier: Syndicate Agent -- Name: "Charles Baron" - Tier: Syndicate Agent -- Name: "Shaina Gibson" - Tier: Revolutionary -- Name: "Wolfie" - Tier: Revolutionary -- Name: "Alexandre Courtin" - Tier: Revolutionary -- Name: "Geekyhobo2" - Tier: Revolutionary -- Name: "Nicholas" - Tier: Nuclear Operative -- Name: "GeneralMarty" - Tier: Revolutionary -- Name: "HCG" - Tier: Revolutionary -- Name: "ShaunTexas" - Tier: Syndicate Agent -- Name: "Malachi Housewright" - Tier: Revolutionary -- Name: "Petalmeat" - Tier: Syndicate Agent -- Name: "Jakub Kędziora" - Tier: Syndicate Agent -- Name: "Adam Smedstad" - Tier: Revolutionary +- Name: "weirdrock" + Tier: Captain +- Name: "Drifter Drifter" + Tier: Captain +- Name: "Bikowu" + Tier: Assistant +- Name: "Hasan al-Binabi" + Tier: Central Commander +- Name: "lleft The Dragon" + Tier: Central Commander +- Name: "Pandaconda" + Tier: Assistant +- Name: "Lazhannya" + Tier: Captain +- Name: "Bonktrauma" + Tier: Captain +- Name: "Haltell" + Tier: Captain +- Name: "Delta.Pizza" + Tier: Captain +- Name: "steph kaus" + Tier: Captain +- Name: "HyperionGM" + Tier: Central Commander +- Name: "MikeAndIkes" + Tier: Assistant +- Name: "Ashley" + Tier: Central Commander +- Name: "mura" + Tier: Captain +- Name: "Adeinitas" + Tier: Captain +- Name: "Shock" + Tier: Captain +- Name: "Dead Rabbit" + Tier: Captain +- Name: "T-Dog" + Tier: Captain - Name: "oBerry" - Tier: Nuclear Operative -- Name: "DireBoar" - Tier: Revolutionary -- Name: "Ignoramis" - Tier: Revolutionary -- Name: "Repo" - Tier: Nuclear Operative -- Name: "612" - Tier: Revolutionary -- Name: "Higgtastic" - Tier: Revolutionary -- Name: "Sandvich enjoyer" - Tier: Revolutionary -- Name: "Mihailo Trickovic" - Tier: Syndicate Agent -- Name: "Vice Emargo" - Tier: Revolutionary -- Name: "awndrssk" - Tier: Revolutionary -- Name: "François Desautels" - Tier: Revolutionary -- Name: "MasterFurret" - Tier: Revolutionary -- Name: "tapohuy" - Tier: Revolutionary -- Name: "Adam Clarke" - Tier: Nuclear Operative -- Name: "Sam Hediger" - Tier: Syndicate Agent -- Name: "Vexxtraordinary" - Tier: Revolutionary -- Name: "Graded" - Tier: Syndicate Agent -- Name: "Christian Hodel" - Tier: Revolutionary -- Name: "IceStorm theDragon" - Tier: Revolutionary -- Name: "Solidus Snake" - Tier: Nuclear Operative -- Name: "Pangaron" - Tier: Syndicate Agent -- Name: "Sed" - Tier: Nuclear Operative -- Name: "Aiden Baker" - Tier: Revolutionary + Tier: Central Commander +- Name: "Wakefield" + Tier: Captain +- Name: "Hûvy" + Tier: Assistant +- Name: "TheGungeonologist" + Tier: Central Commander +- Name: "Ethan" + Tier: Captain +- Name: "TeeJay Neuroth" + Tier: Captain +- Name: "Neptunia_Counseling" + Tier: Central Commander +- Name: "rosysyntax" + Tier: Assistant +- Name: "Kurzaen" + Tier: Captain +- Name: "tokie" + Tier: Central Commander From ae2790bcb25f049f219bd1955e35be1fed9b120b Mon Sep 17 00:00:00 2001 From: Tryded <139474617+Tryded@users.noreply.github.com> Date: Sat, 10 Feb 2024 14:42:00 -0600 Subject: [PATCH 353/391] Energy gun sprites + Minor bug fixes (#811) * New Pistol Sprites * Carbine Sprites Fix * Kill and Lethal Consistency fix --- .../Weapons/Guns/Battery/battery_guns.yml | 4 ++-- .../equipped-BACKPACK.png | Bin 0 -> 1423 bytes .../energygun_carbine.rsi/inhand-left.png | Bin 0 -> 546 bytes .../energygun_carbine.rsi/inhand-right.png | Bin 0 -> 573 bytes .../lethal-inhand-left.png | Bin 871 -> 0 bytes .../lethal-inhand-right.png | Bin 862 -> 0 bytes .../Battery/energygun_carbine.rsi/meta.json | 10 +++++++--- .../disabler-inhand-left.png | Bin 871 -> 555 bytes .../disabler-inhand-right.png | Bin 862 -> 475 bytes .../lethal-inhand-left.png | Bin 1005 -> 551 bytes .../lethal-inhand-right.png | Bin 956 -> 462 bytes .../disabler-inhand-left.png | Bin 871 -> 567 bytes .../disabler-inhand-right.png | Bin 862 -> 479 bytes .../mini_energygun.rsi/lethal-inhand-left.png | Bin 1005 -> 557 bytes .../mini_energygun.rsi/lethal-inhand-right.png | Bin 956 -> 485 bytes 15 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png delete mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/lethal-inhand-left.png delete mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/lethal-inhand-right.png diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 76704910a1..17bc14742f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -36,7 +36,7 @@ state: disabler - proto: BulletEnergyGunLaser fireCost: 200 - name: kill + name: lethal state: lethal - type: MagazineVisuals magState: mag @@ -151,7 +151,7 @@ state: disabler - proto: BulletEnergyGunLaser fireCost: 200 - name: kill + name: lethal state: lethal - type: MagazineVisuals magState: mag diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..5ac3c6c8c48cf3391fee18c06d7eed1d82478ed5 GIT binary patch literal 1423 zcmV;A1#tR_P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1tdvCK~#8N?V7tw zEmstWcTy-8z6A?K@zJQ!bB!dLLI{cwY%BypB7uNlij+eB2}zYkE^-?|B3M`(s|13H zMn!xSqA9cxe2a*RoSbiE)?u!k$DZ+=xpQ$o7-r8fv-fYU{hl=@A|fKvc&d8fL zZ{nP2 z=z!YVTFIchyW4bhbjZCh)6mc$deMqzP#ZkMiyV#@FJScSXo(-b5T)|+1}pHs3+?nNCpoN4_ODm zii!#+m0$k-<|i{SFd#;2&AW|H)V7?_oXvR1>Hx^pgn)jx-TR|+l|QKY&;NQWMvjk< zixafj12unqd@MDeO|xS4P$tI4#^O&;Pv-RW)GRG6y*NJ`T3TAf_{91|t^ucDJT-4? zJiJIS#{U`n&V2dLyTAuVoKR3uU~X=1oI7@X{yDxyW4x0zv$L~-7(X>NC1uXc%ovP^ z&CN}mA&&4;^NKIwBO@d6zq`ISU#z_|^Yin87_Vr}1I-=U+uO~>#f7gfXf+7BVFaeI z=HGr!X}tE&T%vh$Zf$Lqdo?vRrmU=tnZT^Bu3~(0n)HGvkGTuT=X~#m)m&$1r`g%r zNj7_o2P)#^Nr%3>zP@g%s;bQ8<)!rXy}dnI;X!qE zwX9M6&Omvu#o^&$F=An1!BbiK9>y!h#l`0A>?}Fh4Gs>*aR&I^srqUGnTW+=$r@)b zvA@4BX)pa#pXFT!It=G{4y}L|0JIiAtu5y*;Q7vrL5c;6*BZhY`nooC#XZ&O;CO$3 zFV}urLCzhZ=uXm)@rv6Ce&%=^a^3}$%F4Fw>s z=(v884ikMlZ`|&zqq&Cq5WP{AjawKxt`d@>?9? zsIZ}$(1=!BtQ~N5btT(dSYBS1bC^&~Xhf?mdHWvlu@H3u=bV*S-vwA;6c!dr2pVta zBLd_Xw4e!XX!NoevR%$%EYHScu~>4sxx2gj-uryc4k}`#5U1SQ+LAPe6D&<2TAg!7 ztXe=~aUns7gs0^i!=D?ke{BTG#Kc5=^Q#{uII4Qkh*mV)kkJ9Gs+^>JnkE>T3XJCu zk)VE)0cxJu;MaSHsn#Qv#FF+}vy?Cnu#)nxOt06r}N-ak#tY(S$ZYE1ETI z_9EP)Jsx$({%`wCTnhw7F|N=Q9<%tor(T2E#y&c9Sm1iYByq4WL-B1IU;V zRb5@3(Z4i41nH((G@%WRdEE}P(sIY_!vdOgrRoJw4&dj6RB`&Spg&M}!P)`(k&y!U zXD4i+NsadsO1E+VeTos5ct1y2QGIB&9S5vDrJ3m_gE=W?74R-=w?HqM1Q5_S)ZVv zY!7xs=&aG`dQxEFVKVnr#+RSz0tK><4dgz@Tt9nES$N$u=?Tkq;~G^wQ?}o(n={923u0fF2Gk$_@FeH9*nj0|Pkwq{d%bl{*lPLLd~D5EKHF@Jk9+#} z+*z~xN6Z%(dOZJF@h4mAan-zUE=XYd72UZjud>Z0Vz&S^L79L literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..63454347e587f2b687feff0b4936764de470661e GIT binary patch literal 573 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4VOG!978JN-ricDcPK!F?ZaUqtM2toA?D2v zlSNzuP7B>jDE?q_;w`ViWR@dBCQKXGb}ev74!`^~`<-g5XvV^vJI{X4{IvYSZ`nM< z=Ny6%aCBAJ>c*-W*54)!P&SvHd%@x9UaDWc{)t>E^j>_CW7_GZFFrIM zRQP5i{J?!nZnWBD&z!b+>jhuMSo#-F+_6skXj0&{*ITQO%Ury@;ARfjCxz)%nWw`T z3xZaE)s?@yZcUhWq>h-8T>s%yGr!0i%s+qF)Vfdj-IMci{u8v-R~t<`z*yE( z|DT>|n`ingzx*TSZJG6fZGry9tUD+8+o~$T!J-zQ%*m>SC3XqohyGvRb3k?7%v}r( z(|*Q_JBr(7ujFp1Q+&p{$n{39MH=V*wTI)A0v<1sWtbs-psDZc{qqacMGJUiUJGsJ zTDg1w57R||zZdP)nQ>sp`|qh1d!{~gR-D|oXoh~dGb4rt z$lP7#4Bx&5&AGLDHRt5Y_?HYpD@Eq}Jn=IM_*W_S)^GOd76nlT*8fWLkFPJAEiWtk zv-WAx%vrhWXS(|iuT~E|W~ss46gF!~dIQJ3{OEb@f1`N$oH#ZxY`Ps(;hn)cNzZ@Gs1-|Y zTO24+^FefiuBx}fkNJMfEgcJD`6WM^*>2RoF^x5R%j%TQYR*)KV*=PUjw zxHP71zG+Y^{dE_Aq9yl={&f?NJ>GbK72mus;eJhrA5L)nw?2lcaKF%|lKj3yt5O&o ziX|B?#IP}#OlM>`n~I&wFXS*sXm8i08$D5mjVvPBac#3Z(`~!Ho%jB7`RTvVNqi1A za{?ze7uxBDYF*h{C=`9-J8!_3-m1B}*CkiD=s%k%@HXdicfce58+U8F{_1aSVLo?y z>i13Zg1^}I?bU3lYgzH^Wqq)q*_27P2Y%ml`t;WN#(X;?_ME77Axlynx0Jlws<$FL zbpp#Xv)>Iy%`WS2Gpw zr;B4q#hkaZ?grg*kZ8M~dMcw^IfilWrN>L=zFc9u@{8W9Oiz7n%kM{KZ*V^vb$rQ} z17RiwjIQo{iN9;TohJ%z`V^ktb>;bLe1CU!4bLQn=6fC$6A~GX zURK&U${b&1DEaNJ>OAI(M~k1ws|i22dDFbJUTD|Bj^l{|4)%Z2ue-i}#@1RRw|)C| zkE*(vtSTQqpBMVkZ541YU|M;ihK-a`NguxdW{Np}@Zv?mIo;eXi7eMkr?iBv z-uh*sFq{3quA_^d@IBG_StJ=KacE&rpvYZoH_ingiqgx)d((n>e?R)HG=W{J_t>cx z`L_3a9d=rH_het)<}Il?foJiG`QDrlKB!+^mGwYz{u~BvK6YIZuD_kLjf<`oB#3A* zK2AFsn*Kp>+287iGq+ZW&SSwE?#HVG8;S1C?<`X_S26K{||arb}L0pv2ESe zr@FD)#-~3o<9fgyT=6lWa?b7Ys;kr1`RUdhx}`i gH}{#~>GdB&TVu!UlVKY?fEk9t)78&qol`;+0Kq|u2><{9 diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json index f0e887bcf2..79adf10713 100644 --- a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi/meta.json @@ -29,12 +29,16 @@ "name": "mag-unshaded-4" }, { - "name": "lethal-inhand-left", + "name": "inhand-left", "directions": 4 }, { - "name": "lethal-inhand-right", + "name": "inhand-right", "directions": 4 - } + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + } ] } diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/disabler-inhand-left.png index 6b65b3077526bb168aa588dab3cf5d685910ad66..2bcb74b1eb1d8220759071f377f31a5b2b241479 100644 GIT binary patch delta 530 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 Q00000Ne4wvM6N<$g41K}{r~^~ delta 983 zcmV;|11S8b1nmcqB!3BTNLh0L01m_e01m_fl`9S#000A@NklK+eZ+W@mA5czC|Fw1k**c#Vem zX>3T7vEx+v+S(c;Qz8PyQz~595nz$?sogz)7hg8Fga`bi>kehisV-X$*TbimljJpr z3Q6ArBK*ZR2!Hl};={rMKD#cnR#whe>-B-6z^PW_hUcMDSp?hJzU*g`H#l-V)CLAm?e%r*>)o^SmufN)AEs92*-$VR{+@!du(M zuIrAD)N0~PILGY};+o@Fbpll?&EcfezC87_uYhzZ*?$6gdunQmzaj{J5aRt}1%9&$ z+qOr-Fud_y`ps&#TKG*XAFi*%F4?SDEG9=sN0#iB&!zMpKoe&L+vcxlifE&g_La+J zv5n&(3`eg1w`AMNe7TI{<72ctZOqU+Y&x|e^}F9MuEMHh06=pY0MJ|p z05q2Y0L^6pKyw)Y&|C%pG?xJY&1C>Ua~S~8T+b4~ASrqksj);nX#z?U8rfJP-;mH) z*ODw*iaze|ze&;o(BMpDco^qtc9(SLB!&>LIe!ip-fwMgvi>BCNYT?gM5;cyYayfq z5QC48zrfdTn-;GwbJtsyJp>%bLEUxPyYf7;dW37r!apsjxXYH3Ga%gCPxJa4-YP@2 z8oQn+Eegna-f&%178Vfh?1-)#ofKg1a}Fpgkcc|%41#B&x*TVb@DLFEs`F74rG2-B z_j~J&Lk?VJ^#P(b zKuj|5eN+|~5w=<)|Ico#4fvPnJ+zul{HjzCtZ$%HA_ylZ*OIQoO4&UiuMH^96cM4F z_GPsJ37y*aUa=C{$m<58P6xssF6suPWKffpUWEE<14RB`)BywoM1gRgK6Pn3uNyd$ zST~^jCU`YWsSQ5}26|t0-N3WF3J)R!0Gi7HfacO3z#m-{pmWdgMwb8p002ovPDHLk FV1gwK%W41s diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/energygun_pistol.rsi/lethal-inhand-right.png index 86a384f15b53ffc792322724985fcb2bd1c1c850..f9200bfef2edc0ed2084ca4eb13871428bd2d75f 100644 GIT binary patch delta 436 zcmV;l0Zab82hIbKB!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000id z000id0mpBsWB>pGV@X6oRCr$P+B#Svcst<+;O5AR2q z`SMYP8y1A+P=AE*-)5VCY31UE7qTnkhjZ`t^VD7?2LJ#70000005|}3TGsmSu{>+e z!rg7}(1qRVzsI6;=v=YgTL9lR){m|Jdki|Z&JpG;#I&mbqZYaUF3U2}omuO@KT5|O z&sm6VR{?a_=kMWG|NRj<)_l%FY`b3pUBq~@#J~IRJ1vF(m$f+yhog&*{RG53-c!(j e2LJ%)2B!3BTNLh0L01m_e01m_fl`9S#000ASNkl0%{dL$vW-G50u z(CaJ7=zVzqUb)iarYCpx8!NzZ9PCIb-j+7vzbSaWENliO2ti|{A3M?$s6M6@$ z>%%0o&*XAB#S`ea+bC~sA!sx>MiB(TjXtq}f^DmfQVAy~CkVS;l<`@Cc93udl zV+25Ri~wlPqbZNymsA2M_-H+!SN>2{h1>Z`V(u(K&w_cC=OzlE5AIR$;<`M318TRp zs6s?iO1{oRM3kIUXf>N+coL>1O$Kn6rx&;Lxo0P`T#9x!h6 zOAbwR!thFh>srcjqT2M!A)=XA6uia3huyfiIhXSMR9}M}{L<1=e2#!6ys~Y4mC~Y2 z0Don|ty+9ac+JOYUnmrDM!^rBQ<(KP(NqGG!K|#Ts24QIwjZFpRYp*+kF3R~f%;kX zMgzZS=7YUG*mFLoFp~$Nq!zyx*W$Zz+o)RnBnr0OOU@~DXy*BTV$SCjX7(hQrWQX5 zen0nPl5+~-oX;uD^igpG%t=H+RCr$P*-uLXK^O+`*YHq@e-2iH;;Dn^>Q%gZ=++1D?6>K| z)V;g+P05p>Xl$Uc2ZbPM@>ymiR7`C)jGmt??(59X?mIK?<$o0-A|fIpA|fKPtX8Y3 zMx&v0xD)ipbvg{yiT<`KpU*2CNaDIsP`zGHx9kS}9mmm8xI&qL!C(-lXFQu&nvN4;LR zav$r((Q37dnx2lrgL@Q82B$lQ4 zLs*}H@pvp3msj%m5dFR!eu%}G7`xl;%8U29R%zb%Z(+UMY|7#3bUKJJA)CtKhd^>z zc_iQO_hmAfEKBHs_I>YVeFtDWqLz=uGnq^<5jI{{Ci!-|y)k)AJnnl`@X$7rH*Akb gL_|dNj~9u20<$6Jz^IjM@Bjb+07*qoM6N<$g3(zH!2kdN delta 848 zcmV-W1F!tI1m^~jB!3BTNLh0L01m_e01m_fl`9S#0009SNklMCs@2En{qj}?yroHf2dy^(YGqe?(M0~f0FZJC&ZzCo z$HkD@%eW zs|k~NU+Dl+sT7|~D@b zRmM3e1AeocnJIK zj396UA=bo2@PB-#RDvt+5fziXxTFFI)_wq?*Xsd`5a{xz5O_5B^YicF#wUCIlay?N z)FzWjWHT8MgpqCIz;%P=;IHL1!?{x|V(0jneHLSeqfr=q@D-3PB}*XqpH8PaL2z9U z8Syqfu`k$`1y{7IWQl7ZPETQ7UixEf+X8Yq-tYIB?0+{ONa;C%CZ4q{o_m%Ua~S~8Tm}F%mjM9H zWdJ~P8GiuKTn`dJoD#i?(%6hzF@XdWYhH$%iDx~E_RmZ7)8+nEk`6#ToKca3aXu|o zD%7=c5?jdk4N&xrdYvuT8K^`r=8+KXY}1QS;t$x}eTw}rwS)uC%a!-C9})TnzP%}g zeuSvz>3>rZHk6V*!28)k^6fj=pFT1NY+9~Vq<>{Wv~=#ZE~sl|kOby7`+zcoM6cTc zt|3q+Oy`+!7Z3}+0pEKd`qriRzuW|Q=nW7MMlWCCp!p-=umsirrq~X`AHD&)|9Ctm z*t5HAxXSzip*Nt}L`GzS=QgSS&%8C>fSa_+H$V`gMb~Ym>>RM@4e0oNg+hTWJ~Odv z-%0w7srC&hJqRs(1HLvI8xZeUyR@On9&W0000xu{f diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/disabler-inhand-right.png index 4040a1d85520d57e7ec955a52054e6aa5ea78c25..25bc79ca34a7e264662951ef8c5516277b46a882 100644 GIT binary patch delta 453 zcmV;$0XqKP2HyjaB!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000id z000id0mpBsWB>pGbV)=(RCr$P+COfCFdW5kr|QVck^>-diKs(|Dod}LGjItc4v>YF zv8tPA`G-ROwIrs3==+f(Y6y)VnCamF000000A#z}`pstJ<9~3`ltX#q@XSlx4s>1T zilPW7mt`3~@zCNZhw@x=b^$(i-s`0OejmnlU9S$Gix+AMltX!xEAAQ?2J_Cpe}09N zbk*9nb-Me9mGB+EF?(^oeOTpC9_3QLxVyKC+pyg2&RclheI2t$z{Yc?x#oH9s;cVe zu5p%SZoOW+rhjSrV-i-tt?*_E;YIV*{EdxmB`D|d3h8O*#RE@dRK_>wUgMvO_AEI7 z000000002M45(?j)xW1Q)jJD!*WT8`s%um4HZ}c*ek-+mFM!?|2xX}ij@SD46i(k+ zNNLmsu$ufJY*jN`>w2w!f7r=83#pB+ytV9)`}N=Y_dZA1BWB?*)%K4X{Rn6hM=Rm) v{rgD&5k5IhIz@Ps`u|OW{v7}SER%CTbTIgBX0tVK00000NkvXXu0mjf9hBJ! delta 839 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 FV1hgr%Wwby diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/mini_energygun.rsi/lethal-inhand-right.png index 86a384f15b53ffc792322724985fcb2bd1c1c850..42caf92772da805142f8c37618107216d6226901 100644 GIT binary patch delta 459 zcmV;+0W|)+2jv5hB!2;OQb$4nuFf3k00004XF*Lt006O%3;baP00009a7bBm000id z000id0mpBsWB>pGdPzh?~{;O{@(y@1|cFMA|fIpB7!{6yDZB(9e?f`av+ZmFTCjQMBBEK zB#GNOO;b1Ns@*{jEgjq0PJ-9ILiC!G=$f?A6OxD(_O)}BM)*R-?%v7 z3V?<7*pI`zEq~Pcc&qG&85`S^VE=8p`Ue)yu6QDgGQNqt>g=vPOAaC;A|fIpA|fIp zBH93ST7K)l`|_x77Vd6)TNn0L|J@gy1LyMX-U7I;F=lS{-+jQbt$FL)q5_Os?!PbeAK|^jMf(VEd>`*2*ncM?BBFf~`3Bzw_m2}7hJyeA002ovPDHLkV1i6J B)2jdg delta 934 zcmV;X16lm#1H1>2B!3BTNLh0L01m_e01m_fl`9S#000ASNkl0%{dL$vW-G50u z(CaJ7=zVzqUb)iarYCpx8!NzZ9PCIb-j+7vzbSaWENliO2ti|{A3M?$s6M6@$ z>%%0o&*XAB#S`ea+bC~sA!sx>MiB(TjXtq}f^DmfQVAy~CkVS;l<`@Cc93udl zV+25Ri~wlPqbZNymsA2M_-H+!SN>2{h1>Z`V(u(K&w_cC=OzlE5AIR$;<`M318TRp zs6s?iO1{oRM3kIUXf>N+coL>1O$Kn6rx&;Lxo0P`T#9x!h6 zOAbwR!thFh>srcjqT2M!A)=XA6uia3huyfiIhXSMR9}M}{L<1=e2#!6ys~Y4mC~Y2 z0Don|ty+9ac+JOYUnmrDM!^rBQ<(KP(NqGG!K|#Ts24QIwjZFpRYp*+kF3R~f%;kX zMgzZS=7YUG*mFLoFp~$Nq!zyx*W$Zz+o)RnBnr0OOU@~DXy*BTV$SCjX7(hQrWQX5 zen0nPl5+~-oX;uD^ige9O8@`> From 28cc34d755110871dcd2ae0fab6ce2d2224ef55a Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Sun, 11 Feb 2024 00:17:28 +0100 Subject: [PATCH 354/391] .38 Special mindbreaker fix + ammo techfab (#795) * Fix the funny mindbreaker boolet * add .38 to ammo techfab * Add practice .38 to secfab + categories * Practice is plastic whoops * give mantis a buff with printable extra mags I'm sure no one will use this for traitorous acts :trollface: --------- Co-authored-by: VMSolidus --- .../Guns/Ammunition/Projectiles/special.yml | 20 ++++++++- .../DeltaV/Recipes/Lathes/security.yml | 41 +++++++++++++++---- .../Entities/Structures/Machines/lathe.yml | 4 ++ 3 files changed, 56 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml index b477d685db..76d285668e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/special.yml @@ -48,10 +48,26 @@ - type: entity id: BulletSpecialMindbreaker name: bullet (.38 special mindbreaker) - parent: BaseBullet + parent: BaseBulletPractice noSpawn: true components: - type: Projectile damage: types: - Blunt: 3 + Blunt: 1 + - type: SolutionContainerManager + solutions: + ammo: + maxVol: 9 + - type: RefillableSolution + solution: ammo + - type: DrainableSolution + solution: ammo + - type: SolutionInjectOnCollide + transferAmount: 9 + blockSlots: NONE #shouldn't be blocked by a mask + - type: InjectableSolution + solution: ammo + - type: GuideHelp + guides: + - Psionics diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml b/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml index 4d1157eb52..4bae83432b 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml @@ -1,13 +1,23 @@ - type: latheRecipe id: SpeedLoaderSpecial result: SpeedLoaderSpecial + category: Ammo completetime: 5 materials: Steel: 200 +- type: latheRecipe + id: MagazinePistolSpecial + result: MagazinePistolSpecial + category: Ammo + completetime: 5 + materials: + Steel: 100 + - type: latheRecipe id: CartridgeSpecial result: CartridgeSpecial + category: Ammo completetime: 2 materials: Steel: 20 @@ -15,6 +25,7 @@ - type: latheRecipe id: CartridgeSpecialRubber result: CartridgeSpecialRubber + category: Ammo completetime: 2 materials: Plastic: 5 @@ -23,6 +34,7 @@ - type: latheRecipe id: CartridgeSpecialHoly result: CartridgeSpecialHoly + category: Ammo completetime: 2 materials: Plastic: 5 @@ -32,6 +44,7 @@ - type: latheRecipe id: CartridgeSpecialMindbreaker result: CartridgeSpecialMindbreaker + category: Ammo completetime: 2 materials: Plastic: 5 @@ -41,13 +54,23 @@ - type: latheRecipe id: MagazineBoxSpecial result: MagazineBoxSpecial + category: Ammo completetime: 5 materials: Steel: 1000 +- type: latheRecipe + id: MagazineBoxSpecialPractice + result: MagazineBoxSpecialPractice + category: Ammo + completetime: 5 + materials: + Plastic: 950 + - type: latheRecipe id: MagazineBoxSpecialRubber result: MagazineBoxSpecialRubber + category: Ammo completetime: 5 materials: Steel: 350 @@ -68,43 +91,47 @@ materials: Steel: 500 Plastic: 1000 - + - type: latheRecipe id: WeaponEnergyGun result: WeaponEnergyGun + category: Weapons completetime: 8 materials: Steel: 2000 Glass: 800 Plastic: 500 - -- type: latheRecipe + +- type: latheRecipe id: WeaponEnergyGunMini result: WeaponEnergyGunMini + category: Weapons completetime: 4 materials: #Half of Energy Gun Recipe Steel: 1000 Glass: 400 - Plastic: 250 + Plastic: 250 - type: latheRecipe id: WeaponEnergyGunPistol result: WeaponEnergyGunPistol + category: Weapons completetime: 10 materials: Steel: 1500 Glass: 600 Plastic: 400 Gold: 150 - + - type: latheRecipe id: WeaponGunLaserCarbineAutomatic result: WeaponGunLaserCarbineAutomatic + category: Weapons completetime: 15 - materials: + materials: Steel: 2000 Glass: 1000 Plastic: 500 Gold: 250 Silver: 100 - Plasma: 500 \ No newline at end of file + Plasma: 500 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0ee347ff94..30cad0ea0a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -677,6 +677,7 @@ - ShellShotgunSlug - ShellShotgunFlare - ShellTranquilizer + - MagazinePistolSpecial # DeltaV - .38 Special psi-breaker - MagazinePistol - MagazinePistolSubMachineGun - MagazinePistolSubMachineGunTopMounted @@ -684,6 +685,7 @@ - MagazineLightRifle - MagazineBoxPistol - MagazineBoxSpecial # DeltaV - .38 Special revolver + - MagazineBoxSpecialPractice # DeltaV - .38 Special revolver - MagazineBoxMagnum - MagazineBoxRifle - MagazineBoxLightRifle @@ -802,6 +804,7 @@ staticRecipes: - CartridgePistol - CartridgeMagnum + - CartridgeSpecial # DeltaV - .38 Special revolver - ShellShotgun - ShellShotgunSlug - ShellShotgunFlare @@ -810,6 +813,7 @@ - CartridgeRifle - MagazineBoxPistol - MagazineBoxMagnum + - MagazineBoxSpecial # DeltaV - .38 Special revolver - MagazineBoxRifle - MagazineBoxLightRifle - type: MaterialStorage From 8179c2f20e4f405768f5d70ad6a30946ef66b19b Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Sat, 10 Feb 2024 23:17:42 +0000 Subject: [PATCH 355/391] Automatic Changelog Update (#795) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 468f624874..a32a7238d5 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1558,3 +1558,11 @@ Entries: message: Fixed missing Mantis stamp sprite. id: 234 time: '2024-02-09T10:47:35.0000000+00:00' +- author: FluffiestFloof + changes: + - type: Tweak + message: .38 Special is now in the ammo techfab. + - type: Fix + message: Fixed .38 Special Mindbreaker not breaking minds. + id: 235 + time: '2024-02-10T23:17:28.0000000+00:00' From 61ddd6b0e8addddea436707b9e6c43dfe4a46c24 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Sun, 11 Feb 2024 00:21:56 +0100 Subject: [PATCH 356/391] Fix glimmer mite sound being loud (#812) * Delete Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg Signed-off-by: Fluffiest Floofers * new mite sound --------- Signed-off-by: Fluffiest Floofers --- .../Audio/DeltaV/Glimmer_Creatures/mite.ogg | Bin 91558 -> 74854 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg b/Resources/Audio/DeltaV/Glimmer_Creatures/mite.ogg index 63c99254b3047f5a98a3bc6cf8a8de52635fbfaa..2e69ae4b54acae010166fe1ca0135345c715676f 100644 GIT binary patch literal 74854 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 literal 91558 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
      H8G;v5F8e=!oXfivUL+uJhXhn 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

      N`ol4lC9*yFm~+T^XpAbNovdfRPNkPaQp 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

      nYX?{B=kOm zk{7+02h=q73tG6N`*ED>hF}O?hr(HTJv8nwndCb}Qlhz#u@@P`I~gukn=uwN3Ik>b zd!nZOTgGeCr2}yWnWnZ&C*P(BgpQ_5946PCoI$D==*Vm&fUvl9w7P^!UgPRg{$=a? zfYx4ovJMrE_bP!zhX|D7QMW%?o2-akpt$@Kd?Td6HDLW0@dGj;wau8FA4h$Pd%xiD z>Be=NGC0iGWbMy_I=9|TFB&rmJoX!m58acTrFGz3;qcEz_CjI6vrd2r!~C&J_M-sR zPTREQbTr;utL}A)WbzzJXmNn96c79GqWo$B2tW3_?DlQzCEZy7*ysK4Jt5ewuhSdE z_M!eSD93rU35_rVPf(_XC0y{W;1Y}7;1x%-X-e;W*|l&n+MBy}Z6DQ$rKXEwXu<@9Y_1gtAfj= zv`3i&Odq-~GJKIBF+lGwHJt5Z?quw_#`K*nWKx(o1CGorV>3VKkcYIY3m(}{baO-~ zk`*cVf87+jbriQAtglqIg_;{AeWUQxAF|J$nK>nkC~AJzdA+>V`Fz3H^2ar98ufkR zMTTQeUr3KvS35i_h88fszLYiXNbbnhBR}6AlVLC7xP8$}!b(jpF)4ZV!{0f;`hiQMeq`*xsx6JP z>IdfTRHWv;O@*cW#h4AsQKycaJ>dpsV`v=;Is6JyO*^p`M{*ad2lK`j6?Lf1A1fHb zep(=~&NIW^{KGRrMEtO0f*)4OCxe`NnmI6=&Dp2V$Hr?X7k8P^JNRpW41HxQn7Hv6 z&}WcJf{=)Be~Qv7Rtuot=X$&IW)9bMc$Gg)Bs={y%t| zT*J|}^RHTZxy|unrBqL>4{Psrf=hVMKTzNM&OtbFXjr*8XjaPT0QF0jmCI`ulra}4 z5}!wSU#K@aBIAv^fiQ7E)G-@Mf2zx=AfFfqN%%<#r;o?zn4p|KGJ2ET0|dhCIj5KL z3bE4QQJd%5o@)936u?~&rRfo3UM)j480{C*T#2tOEgS{&^IRuCwOU{F$E^MSY?EuQ ztQ2?6OE@Rf_L9y$s-!R``?LQD-kiQJYk`ekFA?iE#yED=2q)h?Ji(>(bppKTwp*4- z)|euBI}Qjyk##)>HxMcPF|Ix0Q07m($V(85L7t*N1?(eNfUrC^6wgV1w|$Z)A!u@G zy25eahwEBx-P7-mk&OgXa*vA<0lE`wD`C6B-X$uq50(TtuGE+*KTw}Fx(L`RAn~T5 z>4w+CFVZ7E2qZKAA6V~lv#WCs(++2>F<2dZg)r9m8m-v@pfW*ttd%R{cLl9j8fT^tbr*zZu!Qy` z(*6)}R{`@FtQd)@QRZJO`g7QkIG^SF#}+%P#Hzy0a+fYZ=$w;Q*lwAaM6^(Ll8 zs)Udz)b}{TprLI#HmD?D)Q&@CGYC-*W1YXMbLBpDNuG z9x(GZFqNHn?b`E^qM*Yp{vBll;a`Q^W$5DW9hIi*CDdi|sovmxq?|UQ8K(XIG)krB zj^~XNUbSJT2Q5piwP$zk&O3CuI$UIzjEBJ0+NU;L7Rk55?iX5D?-Te${_RKQ*`vFq zFK32}wn^70&#>p++hxR_r}H$J%ko?hEti1%^ZQ+**Xa)xijY4}ss8-kQx@g3J51eu zovK554QS$bA8%TlTp!d7-E#puA~9o(v6}I|FIV~{R%N!$P3|N*Ct>C&%Rp4b_XF+a zh)iGV%i2^*f&X^jkL|gz7dLKLm{C7WZlBv+cOD9H(R4W>EmQtlH%vo8F2OUM)q2Y~ zSi$e4a!!TJ+7{;FnKjJ3DEj@Z{Cg9lN7o7s_6@}2y+HSFzxUbN`t@(UR3Tec>j%;;OU()1QWf`_;rj_`QyN Date: Sat, 10 Feb 2024 23:22:10 +0000 Subject: [PATCH 357/391] Automatic Changelog Update (#812) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index a32a7238d5..6064348057 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1566,3 +1566,9 @@ Entries: message: Fixed .38 Special Mindbreaker not breaking minds. id: 235 time: '2024-02-10T23:17:28.0000000+00:00' +- author: FluffiestFloof + changes: + - type: Fix + message: Fixed glimmer mite being extremely loud for some. + id: 236 + time: '2024-02-10T23:21:56.0000000+00:00' From cc8e8d87ea6b95f0fccd97ae1c36d9d498bb4798 Mon Sep 17 00:00:00 2001 From: leo <136020119+leonardo-dabepis@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:33:10 +1000 Subject: [PATCH 358/391] Center glimmer mite sprite (#813) centered silly insect sprite --- .../Mobs/Ghosts/glimmermite.rsi/mite.png | Bin 1405 -> 1412 bytes .../Mobs/Ghosts/glimmermite.rsi/mite_dead.png | Bin 721 -> 724 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite.png b/Resources/Textures/DeltaV/Mobs/Ghosts/glimmermite.rsi/mite.png index 222d81f9165e5515311bed836159333db9fe6259..b67a10af6a3a214fda61d911f52ecd65cbfb8699 100644 GIT binary patch delta 857 zcmV-f1E&1_3WN)gB!6*fLqkw$V`BgSD3NuMze~eF6vw}96-6r@6cO!^p%sS~ih?*w z1-n#-wt`icr)6j#B;q2M68_-pV#&{c3%5ClaKadh_AA|<|S3N6yUaCslT z_r8z2cYr^wGsEsl0EX%COe!g@=GUaYclZ#-C?*h?{JeOGj{Gz8+ zY-6R3S&19OQ^XNNudwEM#7%;#xss(kPAd!>8KjVe1O*jrLWhGmWs_#s*_UYemQf}T zqrZhJI5~-`gByq-2czh)@G)??!hF``|7%%QJ`-hsMlQg_tbUk zXF%WuxHensiyQ-?9pLh&r6~u%)h;mhY{^`1NC8@YO#?nIfT27vd=Ct) zd$VfpwNLh0L04^f{04^f|c%?sf z000BIle7U)0a%j-0xt(R$OMvMoSTze0#|>a`dkxAKU??`=V&Sstqn4*iEH{Q+HlBTHs^6yod`Su`FU+pa8G6{bm zM&J6sz4b@rq{ub7C~tqQ$m~`_J{?{gng0R$!3cr^z-_6z5X2amDu5GH zvb2AT2Fx&SeKl{~HpJ8)rZzCML4+xg)SxIFP(wt_xbzCTA( zGUXcJYY-kXY^NYRCOoxLuoZ6#w;NeKDSRLta^!%*mr75R`AKo6%x{XFSaclxs;8Fu z!HFMiWF1quPdI4iibmx;>L!7dH8(4@OJ+ANQ6`C?k)X&jISTYkwIs8@ec^B440-Vw z^0!&V5l4oscz;8p7Nu)SYFhM^d^uKC?!WVN(}M%$?tuu@J$l}257ci%Y0L9I4?VAR z1T_zEZdLtx$!Yjq^sTBE+=te6IK8N9i5)oGfX;hccl2+mMy5ZVhL;m)jziluG%l92 zs;qN-2eCDIqAS?lgI?L+y7UE(plD3nLh7gh000SaNRy-i5&^Z7w*gQARFen-FO&WQ z3zPl>3zPl>3kNu;1d?G4pOZcUSASpizY+pKomZ$;N#yv^LpI|-w_5g5{rq@r(|)hN z>)4Pvi;mHGoxbYj>6>|z*fw-pbLKeo2xRF?n2M}RRv>h-x~;%c>1ov6yq^%=ST z{gN#FSeB_Hld{v^k^0h{%{&({MHe}5yqm8jO;P>j->Wk7?Lnr#+F8bB5`RF9zV&~5 z>yOAuk!x~M-u_yV*{z0rI=nVA{{!@c5d;N*+fsEQmfNdIYoTcu`N`|2HrrkXi17&ZMgVrzxiW8ZVkORpQNfBRd1Y@5>aW$B059c7F{sRk>{sRk>{sRj)Qm#YLamfvq1y}0U1W& a7xBL<%9|CXkIjAn0000r)6j#B;q2M68_-pV#&{c3%5ClaKadh_AA|<|S3N6yUaCslT z_r8z2cYr^wGsEsl0EX%COe!g@=GUaYclZ#-C?*h?{JeOGj{Gz8+ zY-6R3S&19OQ^XNNudwEM#7%;#xss(kPAd!>8KjVe1O*jrLWhGmWs_#s*_UYemQf}T zqrZhJI5~-`gByq-2czh)@G)??!hF``|7%%QJ`-hsMlQg_tbUk zXF%WuxHensiyQ-?9pLh&r6~u%)h;mhY{^`1NC8@YO#?nIfT27vd=Ct) zd$Vfp`)5dZ)H07*qoM6N<$g8Grl@Bjb+ delta 427 zcmV;c0aX6f1zCTA( zGUXcJYY-kXY^NYRCOoxLuoZ6#w;NeKDSRLta^!%*mr75R`AKo6%x{XFSaclxs;8Fu z!HFMiWF1quPdI4iibmx;>L!7dH8(4@OJ+ANQ6`C?k)X&jISTYkwIs8@ec^B440-Vw z^0!&V5l4oscz;8p7Nu)SYFhM^d^uKC?!WVN(}M%$?tuu@J$l}257ci%Y0L9I4?VAR z1T_zEZdLtx$!Yjq^sTBE+=te6IK8N9i5)oGfX;hccl2+mMy5ZVhL;m)jziluG%l92 zs;qN-2eCDIqAS?lgI?L+y7UE(plD3nLh7gh000SaNRy-iDFZMX0+Yc3>==mVY5;*} VRoSYXm=6E|002ovPDHLkV1jYA%VYom From 8d228a9abf6c388beaba4e5de5b582c87333a802 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:36:55 +0100 Subject: [PATCH 359/391] Update Credits (#814) Co-authored-by: DeltaV-Bot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 7cf9563f68..93c2315a08 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AitorLogedo, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bribrooo, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, Carolyn3114, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, clement-or, Clyybber, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Delete69, deltanedas, DeltaV-Bot, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EEASAS, Efruit, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, evilexecutive, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LudwigVonChesterfield, Lukasz825700516, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Master2112, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TadJohnson00, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, TK-A369, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, UnicornOnLSD, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, Volotomite, volundr-, Vordenburg, vulppine, Warentan, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, ZelteHonor, zerorulez, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem +08A, 0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AitorLogedo, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bribrooo, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, Carolyn3114, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, clement-or, Clyybber, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Delete69, deltanedas, DeltaV-Bot, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EdenTheLiznerd, EEASAS, Efruit, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, exp111, Fahasor, FairlySadPanda, ficcialfaint, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, FungiFellow, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, HoofedEar, hord-brayden, hubismal, Hugal31, Hyenh, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, j-giebel, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, joelhed, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LudwigVonChesterfield, Lukasz825700516, lunarcomets, luringens, lvvova1, lzimann, lzk228, M3739, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Master2112, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, Myakot, Myctai, N3X15, Nails-n-Tape, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, Nopey, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, Nylux, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, Phill101, PixelTheKermit, PJB3005, pofitlo, pointer-to-null, PoorMansDreams, potato1234x, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, Putnam3145, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, Ranger6012, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, renodubois, RiceMar1244, RieBi, RIKELOLDABOSS, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, SadAways, Samsterious, SamV522, SaphireLattice, ScalyChimp, scrato, Scribbles0, ScumbagDog, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TadJohnson00, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, ThunderBear2006, timothyteakettle, TimrodDX, Titian3, tkdrg, tmtmtl30, tom-leys, tomasalves8, Tomeno, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, UnicornOnLSD, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Verslebas, VigersRay, Visne, VMSolidus, volundr-, Vordenburg, vulppine, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xRiriq, yathxyz, Ygg01, YotaXP, youarereadingthis, YuriyKiss, zach-hill, Zandario, Zap527, ZelteHonor, zerorulez, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem From 3107457143a2d3608c019804e3c497554b46dec1 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:39:56 +0100 Subject: [PATCH 360/391] Update server config (#818) Update deltav.toml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- Resources/ConfigPresets/DeltaV/deltav.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index b6ca8b8b3a..49a5599cb8 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -43,5 +43,5 @@ rich_main_icon_id = "deltav" [ic] flavor_text = true -[worldgen] -enabled = true +#[worldgen] +#enabled = true From 09b79b3c22af2a12f0355b7b28a6c499f95d8780 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Sun, 11 Feb 2024 20:40:33 +0100 Subject: [PATCH 361/391] Refill the DIY Holy Water kit (#819) replace the bottle with wine cans --- .../Catalog/Fills/Boxes/general.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Boxes/general.yml index 6f227252cb..ed839a011d 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Boxes/general.yml @@ -60,16 +60,16 @@ id: BoxHolyWater description: This box is filled with everything you need to make homemade holy water. Water not included. components: -# - type: StorageFill -# contents: -# - id: MercuryChemistryBottle -# amount: 3 -# - id: DrinkWineBottleFull -# amount: 1 -# - id: SprayBottle -# amount: 1 - - type: Sprite - layers: - - state: box_science - - sprite: Nyanotrasen/Objects/Storage/boxes.rsi - state: holywater + - type: StorageFill + contents: + - id: DrinkWineCan + amount: 2 + - id: SprayBottle + amount: 1 + - id: MercuryChemistryBottle + amount: 2 + - type: Sprite + layers: + - state: box_science + - sprite: Nyanotrasen/Objects/Storage/boxes.rsi + state: holywater From 40c61f84e48d8e6515b8e4178bbcf26e09007768 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:51:35 +0100 Subject: [PATCH 362/391] Felinid bubble speech. (#808) * Felinid bubble speech. THATS RIGHT. I did something. Felinid wise, again. Im a felinid enjoyer, yes. Dont judge me. =w= * Simplification * Update felinid0.png * The finalle --- .../Prototypes/DeltaV/typing_indicator.yml | 4 ++++ .../Entities/Mobs/Species/felinid.yml | 2 ++ .../Textures/Effects/speech.rsi/felinid0.png | Bin 0 -> 899 bytes .../Textures/Effects/speech.rsi/felinid1.png | Bin 0 -> 721 bytes .../Textures/Effects/speech.rsi/felinid2.png | Bin 0 -> 712 bytes .../Textures/Effects/speech.rsi/meta.json | 17 +++++++++++++++++ 6 files changed, 23 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/typing_indicator.yml create mode 100644 Resources/Textures/Effects/speech.rsi/felinid0.png create mode 100644 Resources/Textures/Effects/speech.rsi/felinid1.png create mode 100644 Resources/Textures/Effects/speech.rsi/felinid2.png diff --git a/Resources/Prototypes/DeltaV/typing_indicator.yml b/Resources/Prototypes/DeltaV/typing_indicator.yml new file mode 100644 index 0000000000..c5372b3cc3 --- /dev/null +++ b/Resources/Prototypes/DeltaV/typing_indicator.yml @@ -0,0 +1,4 @@ +- type: typingIndicator + id: felinid + typingState: felinid0 + offset: 0, 0.2 # 0625 diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index e2e15dcfa9..7f1b30a151 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -47,6 +47,8 @@ Blunt: 1 - type: Stamina critThreshold: 85 + - type: TypingIndicator + proto: felinid - type: PseudoItem shape: - 0,0,5,1 diff --git a/Resources/Textures/Effects/speech.rsi/felinid0.png b/Resources/Textures/Effects/speech.rsi/felinid0.png new file mode 100644 index 0000000000000000000000000000000000000000..586d1e6a343b2f9ed7f295291819c9f9905d7dc6 GIT binary patch literal 899 zcmV-}1AP36P)l(9dr-<1J{FO{Ay^ONFincozR8K8i!|56}a;_!ZCmgf#1*0;L`jS@Do}H1} zCA%AsBnjeZq$#jM9-jfJwq*9VZ}7)A&8m0|c{>zw#gQc^-hNRF($$oj5#5w0Pf_Lm zJ5Mh&JXG%98i&TmAb9P8@HTvvg5dKo2)>S>{sGSIs()2-8hsbNRMlep5Z!>&i>j91 zfwN8Mymxe0|B>othcX#>If1r$XupQYVmYhIImdU9T9;pR1-pCDEBB*I-_bc|^xxnq zzyJUM32;bRa{vGf5&!@T5&_cPe*6Fc0lY~>K~#8N?V7(!12Gteds5KNy_5JCh>MGx z|F45?Lig$-xC-JZZcc&<*EcnhnETOdxvwASb8y^|qbv=YZxT50R^W zKHr{XEbR69XsmVwP0R2{#xfXcrG@Bzn>ov(qw|^cus$`>)kNr2b52%I2!o@F+&*#1MdzTpU1FTkH`h@@lAOHafKmY;|fB*y_009U<00Izz00eeU ZUzcsbCj%Xe(HCX<|QwriLU%imTw_P;d}k z{2KfRx(coef}jW@j?R89QsTK*sEFQha~|G%-^0lp@J|&C(`g(Bv*_CKSX7%!&1=n1 z_z4iCow2mxSksBgB>%4W8+@u>M^vx>@BO)2mokn4z82vT!?ImrnTDxV*HXMG+-2m` zOTzoYVOs_izEHYe<44808ow&Glko}gtDai!2kSrB$lIpyfN;nxl#K6r)RzP^#o2_^ z9@)J(#EB6_L#M;4tVY4lC>N?i->LB~3roYysd z8%{T%`_4++=`X24wm+MN=VNF~LFW|&7HV02pL28z$u;>!m$0)7{c^u!@e>~qXc(-W zx)}ff010qNS#tmY3labT3lag+-G2N4009X}L_t(oN9~g_3&JoEg&QgAP;htj7l?y8 zxcPq_bQ9cL7eR0moQty{6rsM;JE3}%5Hw2wM9D-C;V zMg&8coXMC5<`c?TUyu&S5%yBd+uod6NC?b|!eop{U>aG5qox`t=@JDd;M?;}PY9GA zp2OAqH#9KXBF1bO%R4AG02;KM^4 zBuyQgYT%P@)%Wp>-qceGC;=s)1eAahPy$Ne4+z`=g0EB#V{wto00000NkvXXu0mjf DP!vS` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Effects/speech.rsi/felinid2.png b/Resources/Textures/Effects/speech.rsi/felinid2.png new file mode 100644 index 0000000000000000000000000000000000000000..abb5f04373eeaeb41d4e7946340372195b52cfb1 GIT binary patch literal 712 zcmV;(0yq7MP)zcsbCj%Xe(HCX<|QwriLU%imTw_P;d}k z{2KfRx(coef}jW@j?R89QsTK*sEFQha~|G%-^0lp@J|&C(`g(Bv*_CKSX7%!&1=n1 z_z4iCow2mxSksBgB>%4W8+@u>M^vx>@BO)2mokn4z82vT!?ImrnTDxV*HXMG+-2m` zOTzoYVOs_izEHYe<44808ow&Glko}gtDai!2kSrB$lIpyfN;nxl#K6r)RzP^#o2_^ z9@)J(#EB6_L#M;4tVY4lC>N?i->LB~3roYysd z8%{T%`_4++=`X24wm+MN=VNF~LFW|&7HV02pL28z$u;>!m$0)7{c^u!@e>~qXc(-W zx)}ff010qNS#tmY3labT3lag+-G2N40096=L_t(oN9|KF3IZ_@yvTtTg1x0L5DT@i z^S>6_3HGOrU@KUQA2>LLIEz^c3DF!R2(k+yo9t$0ZZ0W`SL`uXCJ#+p6pmkdT9-TK zgwk3MkZ%GAYt%=r(IXC&rl-L?1WB!ws@!wfr+SuP2OdE0g1iA);SSnIoy4->WMWuA z36dKTb6`E=9Q%E&uUOxcF&iKju!sbnMD|6uu>kJ?zM5V}_Fw_t#j}5br6Tz=Q~*C< zObtn8-vjGDP&zm39p+^!Ye)dc1qr?Nw;L=5ZctATW1NcE#W@9l$q^F7qRzPle8Tna u$1g+(r#K)Ehy&t)I3Ny)1LDB{I`9Oll1NI}FYCwv0000 Date: Mon, 12 Feb 2024 20:51:56 +0000 Subject: [PATCH 363/391] Automatic Changelog Update (#808) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 6064348057..c5a3db7366 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1572,3 +1572,9 @@ Entries: message: Fixed glimmer mite being extremely loud for some. id: 236 time: '2024-02-10T23:21:56.0000000+00:00' +- author: Adrian16199 + changes: + - type: Add + message: Added a speech bubble to felinids. Mraow! + id: 237 + time: '2024-02-12T20:51:35.0000000+00:00' From d8df4327ec6efaa9609493f4d88d909d9fd02de9 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:52:49 +0100 Subject: [PATCH 364/391] Fix PseudoItems (#821) * Fix PseudoItem * Add pain * Cancel attack events --- .../Item/PseudoItem/PseudoItemSystem.cs | 7 + .../Item/PseudoItem/PseudoItemSystem.cs | 206 ++++-------------- Content.Shared/Item/ItemComponent.cs | 5 +- .../PseudoItemComponent.cs | 6 +- .../SharedPseudoItemSystem.Checks.cs | 165 ++++++++++++++ .../Item/PseudoItem/SharedPseudoItemSystem.cs | 165 ++++++++++++++ .../EntitySystems/SharedStorageSystem.cs | 3 +- .../Entities/Mobs/Species/felinid.yml | 5 +- 8 files changed, 393 insertions(+), 169 deletions(-) create mode 100644 Content.Client/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs rename Content.Shared/Nyanotrasen/Item/{Components => PseudoItem}/PseudoItemComponent.cs (84%) create mode 100644 Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.Checks.cs create mode 100644 Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs diff --git a/Content.Client/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs b/Content.Client/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs new file mode 100644 index 0000000000..f9427362a6 --- /dev/null +++ b/Content.Client/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs @@ -0,0 +1,7 @@ +using Content.Shared.Nyanotrasen.Item.PseudoItem; + +namespace Content.Client.Nyanotrasen.Item.PseudoItem; + +public sealed class PseudoItemSystem : SharedPseudoItemSystem +{ +} diff --git a/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs b/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs index 03c494332c..76cfe7d904 100644 --- a/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs +++ b/Content.Server/Nyanotrasen/Item/PseudoItem/PseudoItemSystem.cs @@ -1,174 +1,56 @@ -using Content.Server.DoAfter; +using Content.Server.DoAfter; +using Content.Server.Item; using Content.Server.Storage.EntitySystems; using Content.Shared.DoAfter; -using Content.Shared.Hands; using Content.Shared.IdentityManagement; using Content.Shared.Item; using Content.Shared.Item.PseudoItem; +using Content.Shared.Nyanotrasen.Item.PseudoItem; using Content.Shared.Storage; using Content.Shared.Tag; using Content.Shared.Verbs; -using Robust.Shared.Containers; -namespace Content.Server.Item.PseudoItem; +namespace Content.Server.Nyanotrasen.Item.PseudoItem; -public sealed class PseudoItemSystem : EntitySystem +public sealed class PseudoItemSystem : SharedPseudoItemSystem { - // [Dependency] private readonly StorageSystem _storageSystem = default!; - // [Dependency] private readonly ItemSystem _itemSystem = default!; - // [Dependency] private readonly DoAfterSystem _doAfter = default!; - // [Dependency] private readonly TagSystem _tagSystem = default!; - // - // [ValidatePrototypeId] - // private const string PreventTag = "PreventLabel"; - // - // public override void Initialize() - // { - // base.Initialize(); - // SubscribeLocalEvent>(AddInsertVerb); - // SubscribeLocalEvent>(AddInsertAltVerb); - // SubscribeLocalEvent(OnEntRemoved); - // SubscribeLocalEvent(OnGettingPickedUpAttempt); - // SubscribeLocalEvent(OnDropAttempt); - // SubscribeLocalEvent(OnDoAfter); - // SubscribeLocalEvent(OnInsertAttempt); - // } - // - // private void AddInsertVerb(EntityUid uid, PseudoItemComponent component, GetVerbsEvent args) - // { - // if (!args.CanInteract || !args.CanAccess) - // return; - // - // if (component.Active) - // return; - // - // if (!TryComp(args.Target, out var targetStorage)) - // return; - // - // if (component.Size > targetStorage.StorageCapacityMax - targetStorage.StorageUsed) - // return; - // - // if (Transform(args.Target).ParentUid == uid) - // return; - // - // InnateVerb verb = new() - // { - // Act = () => - // { - // TryInsert(args.Target, uid, component, targetStorage); - // }, - // Text = Loc.GetString("action-name-insert-self"), - // Priority = 2 - // }; - // args.Verbs.Add(verb); - // } - // - // private void AddInsertAltVerb(EntityUid uid, PseudoItemComponent component, GetVerbsEvent args) - // { - // if (!args.CanInteract || !args.CanAccess) - // return; - // - // if (args.User == args.Target) - // return; - // - // if (args.Hands == null) - // return; - // - // if (!TryComp(args.Hands.ActiveHandEntity, out var targetStorage)) - // return; - // - // AlternativeVerb verb = new() - // { - // Act = () => - // { - // StartInsertDoAfter(args.User, uid, args.Hands.ActiveHandEntity.Value, component); - // }, - // Text = Loc.GetString("action-name-insert-other", ("target", Identity.Entity(args.Target, EntityManager))), - // Priority = 2 - // }; - // args.Verbs.Add(verb); - // } - // - // private void OnEntRemoved(EntityUid uid, PseudoItemComponent component, EntGotRemovedFromContainerMessage args) - // { - // if (!component.Active) - // return; - // - // RemComp(uid); - // component.Active = false; - // } - // - // private void OnGettingPickedUpAttempt(EntityUid uid, PseudoItemComponent component, - // GettingPickedUpAttemptEvent args) - // { - // if (args.User == args.Item) - // return; - // - // Transform(uid).AttachToGridOrMap(); - // args.Cancel(); - // } - // - // private void OnDropAttempt(EntityUid uid, PseudoItemComponent component, DropAttemptEvent args) - // { - // if (component.Active) - // args.Cancel(); - // } - // - // private void OnDoAfter(EntityUid uid, PseudoItemComponent component, DoAfterEvent args) - // { - // if (args.Handled || args.Cancelled || args.Args.Used == null) - // return; - // - // args.Handled = TryInsert(args.Args.Used.Value, uid, component); - // } - // - // public bool TryInsert(EntityUid storageUid, EntityUid toInsert, PseudoItemComponent component, - // StorageComponent? storage = null) - // { - // if (!Resolve(storageUid, ref storage)) - // return false; - // - // if (component.Size > storage.StorageCapacityMax - storage.StorageUsed) - // return false; - // - // var item = EnsureComp(toInsert); - // _tagSystem.TryAddTag(toInsert, PreventTag); - // _itemSystem.SetSize(toInsert, component.Size, item); - // - // if (!_storageSystem.Insert(storageUid, toInsert, out _, null, storage)) - // { - // component.Active = false; - // RemComp(toInsert); - // return false; - // } - // - // component.Active = true; - // return true; - // } - // - // private void StartInsertDoAfter(EntityUid inserter, EntityUid toInsert, EntityUid storageEntity, - // PseudoItemComponent? pseudoItem = null) - // { - // if (!Resolve(toInsert, ref pseudoItem)) - // return; - // - // var ev = new PseudoItemInsertDoAfterEvent(); - // var args = new DoAfterArgs(EntityManager, inserter, 5f, ev, toInsert, toInsert, storageEntity) - // { - // BreakOnTargetMove = true, - // BreakOnUserMove = true, - // NeedHand = true - // }; - // - // _doAfter.TryStartDoAfter(args); - // } - // - // private void OnInsertAttempt(EntityUid uid, PseudoItemComponent component, - // ContainerGettingInsertedAttemptEvent args) - // { - // if (!component.Active) - // return; - // // This hopefully shouldn't trigger, but this is a failsafe just in case so we dont bluespace them cats - // args.Cancel(); - // } + [Dependency] private readonly StorageSystem _storage = default!; + [Dependency] private readonly ItemSystem _item = default!; + [Dependency] private readonly DoAfterSystem _doAfter = default!; + + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent>(AddInsertAltVerb); + } + + private void AddInsertAltVerb(EntityUid uid, PseudoItemComponent component, GetVerbsEvent args) + { + if (!args.CanInteract || !args.CanAccess) + return; + + if (component.Active) + return; + + if (!TryComp(args.Using, out var targetStorage)) + return; + + if (!CheckItemFits((uid, component), (args.Using.Value, targetStorage))) + return; + + if (args.Hands?.ActiveHandEntity == null) + return; + + AlternativeVerb verb = new() + { + Act = () => + { + StartInsertDoAfter(args.User, uid, args.Hands.ActiveHandEntity.Value, component); + }, + Text = Loc.GetString("action-name-insert-other", ("target", Identity.Entity(args.Target, EntityManager))), + Priority = 2 + }; + args.Verbs.Add(verb); + } } diff --git a/Content.Shared/Item/ItemComponent.cs b/Content.Shared/Item/ItemComponent.cs index 9fadfa0783..0f599ebdbe 100644 --- a/Content.Shared/Item/ItemComponent.cs +++ b/Content.Shared/Item/ItemComponent.cs @@ -1,4 +1,5 @@ using Content.Shared.Hands.Components; +using Content.Shared.Nyanotrasen.Item.PseudoItem; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; @@ -12,11 +13,11 @@ namespace Content.Shared.Item; ///

    [RegisterComponent] [NetworkedComponent] -[Access(typeof(SharedItemSystem)), AutoGenerateComponentState(true)] +[Access(typeof(SharedItemSystem), typeof(SharedPseudoItemSystem)), AutoGenerateComponentState(true)] // DeltaV - Gave PseudoItem access public sealed partial class ItemComponent : Component { [DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField] - [Access(typeof(SharedItemSystem))] + [Access(typeof(SharedItemSystem), typeof(SharedPseudoItemSystem))] // DeltaV - Gave PseudoItem access public ProtoId Size = "Small"; [Access(typeof(SharedItemSystem))] diff --git a/Content.Shared/Nyanotrasen/Item/Components/PseudoItemComponent.cs b/Content.Shared/Nyanotrasen/Item/PseudoItem/PseudoItemComponent.cs similarity index 84% rename from Content.Shared/Nyanotrasen/Item/Components/PseudoItemComponent.cs rename to Content.Shared/Nyanotrasen/Item/PseudoItem/PseudoItemComponent.cs index cad826aa6b..d3774439d3 100644 --- a/Content.Shared/Nyanotrasen/Item/Components/PseudoItemComponent.cs +++ b/Content.Shared/Nyanotrasen/Item/PseudoItem/PseudoItemComponent.cs @@ -1,8 +1,7 @@ - using Content.Shared.Item; using Robust.Shared.Prototypes; -namespace Content.Shared.Nyanotrasen.Item.Components; +namespace Content.Shared.Nyanotrasen.Item.PseudoItem; ///
    /// For entities that behave like an item under certain conditions, @@ -21,5 +20,8 @@ public sealed partial class PseudoItemComponent : Component [DataField, AutoNetworkedField] public List? Shape; + [DataField, AutoNetworkedField] + public Vector2i StoredOffset; + public bool Active = false; } diff --git a/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.Checks.cs b/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.Checks.cs new file mode 100644 index 0000000000..7000c65404 --- /dev/null +++ b/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.Checks.cs @@ -0,0 +1,165 @@ +using Content.Shared.Item; +using Content.Shared.Storage; + +namespace Content.Shared.Nyanotrasen.Item.PseudoItem; + +/// +/// Almost all of this is code taken from other systems, but adapted to use PseudoItem. +/// I couldn't use the original functions because the resolve would fuck shit up, even if I passed a constructed itemcomp +/// +/// This is horrible, and I hate it. But such is life +/// +public partial class SharedPseudoItemSystem +{ + protected bool CheckItemFits(Entity itemEnt, Entity storageEnt) + { + if (!Resolve(itemEnt, ref itemEnt.Comp) || !Resolve(storageEnt, ref storageEnt.Comp)) + return false; + + if (Transform(itemEnt).Anchored) + return false; + + if (storageEnt.Comp.Whitelist?.IsValid(itemEnt, EntityManager) == false) + return false; + + if (storageEnt.Comp.Blacklist?.IsValid(itemEnt, EntityManager) == true) + return false; + + var maxSize = _storage.GetMaxItemSize(storageEnt); + if (_item.GetSizePrototype(itemEnt.Comp.Size) > maxSize) + return false; + + // The following is shitfucked together straight from TryGetAvailableGridSpace, but eh, it works + + var itemComp = new ItemComponent + { Size = itemEnt.Comp.Size, Shape = itemEnt.Comp.Shape, StoredOffset = itemEnt.Comp.StoredOffset }; + + var storageBounding = storageEnt.Comp.Grid.GetBoundingBox(); + + Angle startAngle; + if (storageEnt.Comp.DefaultStorageOrientation == null) + startAngle = Angle.FromDegrees(-itemComp.StoredRotation); // PseudoItem doesn't support this + else + { + if (storageBounding.Width < storageBounding.Height) + { + startAngle = storageEnt.Comp.DefaultStorageOrientation == StorageDefaultOrientation.Horizontal + ? Angle.Zero + : Angle.FromDegrees(90); + } + else + { + startAngle = storageEnt.Comp.DefaultStorageOrientation == StorageDefaultOrientation.Vertical + ? Angle.Zero + : Angle.FromDegrees(90); + } + } + + for (var y = storageBounding.Bottom; y <= storageBounding.Top; y++) + { + for (var x = storageBounding.Left; x <= storageBounding.Right; x++) + { + for (var angle = startAngle; angle <= Angle.FromDegrees(360 - startAngle); angle += Math.PI / 2f) + { + var location = new ItemStorageLocation(angle, (x, y)); + if (ItemFitsInGridLocation(itemEnt, storageEnt, location.Position, location.Rotation)) + return true; + } + } + } + + return false; + } + + private bool ItemFitsInGridLocation( + Entity itemEnt, + Entity storageEnt, + Vector2i position, + Angle rotation) + { + if (!Resolve(itemEnt, ref itemEnt.Comp) || !Resolve(storageEnt, ref storageEnt.Comp)) + return false; + + var gridBounds = storageEnt.Comp.Grid.GetBoundingBox(); + if (!gridBounds.Contains(position)) + return false; + + var itemShape = GetAdjustedItemShape(itemEnt, rotation, position); + + foreach (var box in itemShape) + { + for (var offsetY = box.Bottom; offsetY <= box.Top; offsetY++) + { + for (var offsetX = box.Left; offsetX <= box.Right; offsetX++) + { + var pos = (offsetX, offsetY); + + if (!IsGridSpaceEmpty(itemEnt, storageEnt, pos, itemShape)) + return false; + } + } + } + + return true; + } + + private IReadOnlyList GetAdjustedItemShape(Entity entity, Angle rotation, + Vector2i position) + { + if (!Resolve(entity, ref entity.Comp)) + return new Box2i[] { }; + + var shapes = entity.Comp.Shape ?? _item.GetSizePrototype(entity.Comp.Size).DefaultShape; + var boundingShape = shapes.GetBoundingBox(); + var boundingCenter = ((Box2) boundingShape).Center; + var matty = Matrix3.CreateTransform(boundingCenter, rotation); + var drift = boundingShape.BottomLeft - matty.TransformBox(boundingShape).BottomLeft; + + var adjustedShapes = new List(); + foreach (var shape in shapes) + { + var transformed = matty.TransformBox(shape).Translated(drift); + var floored = new Box2i(transformed.BottomLeft.Floored(), transformed.TopRight.Floored()); + var translated = floored.Translated(position); + + adjustedShapes.Add(translated); + } + + return adjustedShapes; + } + + private bool IsGridSpaceEmpty(Entity itemEnt, Entity storageEnt, + Vector2i location, IReadOnlyList shape) + { + if (!Resolve(storageEnt, ref storageEnt.Comp)) + return false; + + var validGrid = false; + foreach (var grid in storageEnt.Comp.Grid) + { + if (grid.Contains(location)) + { + validGrid = true; + break; + } + } + + if (!validGrid) + return false; + + foreach (var (ent, storedItem) in storageEnt.Comp.StoredItems) + { + if (ent == itemEnt.Owner) + continue; + + var adjustedShape = shape; + foreach (var box in adjustedShape) + { + if (box.Contains(location)) + return false; + } + } + + return true; + } +} diff --git a/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs b/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs new file mode 100644 index 0000000000..4b7910746f --- /dev/null +++ b/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs @@ -0,0 +1,165 @@ +using Content.Shared.DoAfter; +using Content.Shared.Hands; +using Content.Shared.IdentityManagement; +using Content.Shared.Interaction.Events; +using Content.Shared.Item; +using Content.Shared.Item.PseudoItem; +using Content.Shared.Storage; +using Content.Shared.Storage.EntitySystems; +using Content.Shared.Tag; +using Content.Shared.Verbs; +using Robust.Shared.Containers; + +namespace Content.Shared.Nyanotrasen.Item.PseudoItem; + +public abstract partial class SharedPseudoItemSystem : EntitySystem +{ + [Dependency] private readonly SharedStorageSystem _storage = default!; + [Dependency] private readonly SharedItemSystem _item = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; + [Dependency] private readonly TagSystem _tag = default!; + + [ValidatePrototypeId] + private const string PreventTag = "PreventLabel"; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent>(AddInsertVerb); + SubscribeLocalEvent(OnEntRemoved); + SubscribeLocalEvent(OnGettingPickedUpAttempt); + SubscribeLocalEvent(OnDropAttempt); + SubscribeLocalEvent(OnInsertAttempt); + SubscribeLocalEvent(OnInteractAttempt); + SubscribeLocalEvent(OnDoAfter); + SubscribeLocalEvent(OnAttackAttempt); + } + + private void AddInsertVerb(EntityUid uid, PseudoItemComponent component, GetVerbsEvent args) + { + if (!args.CanInteract || !args.CanAccess) + return; + + if (component.Active) + return; + + if (!TryComp(args.Target, out var targetStorage)) + return; + + if (!CheckItemFits((uid, component), (args.Target, targetStorage))) + return; + + if (Transform(args.Target).ParentUid == uid) + return; + + InnateVerb verb = new() + { + Act = () => + { + TryInsert(args.Target, uid, component, targetStorage); + }, + Text = Loc.GetString("action-name-insert-self"), + Priority = 2 + }; + args.Verbs.Add(verb); + } + + private bool TryInsert(EntityUid storageUid, EntityUid toInsert, PseudoItemComponent component, + StorageComponent? storage = null) + { + if (!Resolve(storageUid, ref storage)) + return false; + + if (!CheckItemFits((toInsert, component), (storageUid, storage))) + return false; + + var itemComp = new ItemComponent + { Size = component.Size, Shape = component.Shape, StoredOffset = component.StoredOffset }; + AddComp(toInsert, itemComp); + _item.VisualsChanged(toInsert); + + _tag.TryAddTag(toInsert, PreventTag); + + if (!_storage.Insert(storageUid, toInsert, out _, null, storage)) + { + component.Active = false; + RemComp(toInsert); + return false; + } + + component.Active = true; + return true; + } + + private void OnEntRemoved(EntityUid uid, PseudoItemComponent component, EntGotRemovedFromContainerMessage args) + { + if (!component.Active) + return; + + RemComp(uid); + component.Active = false; + } + + private void OnGettingPickedUpAttempt(EntityUid uid, PseudoItemComponent component, + GettingPickedUpAttemptEvent args) + { + if (args.User == args.Item) + return; + + Transform(uid).AttachToGridOrMap(); + args.Cancel(); + } + + private void OnDropAttempt(EntityUid uid, PseudoItemComponent component, DropAttemptEvent args) + { + if (component.Active) + args.Cancel(); + } + + private void OnInsertAttempt(EntityUid uid, PseudoItemComponent component, + ContainerGettingInsertedAttemptEvent args) + { + if (!component.Active) + return; + // This hopefully shouldn't trigger, but this is a failsafe just in case so we dont bluespace them cats + args.Cancel(); + } + + // Prevents moving within the bag :) + private void OnInteractAttempt(EntityUid uid, PseudoItemComponent component, InteractionAttemptEvent args) + { + if (args.Uid == args.Target && component.Active) + args.Cancel(); + } + + private void OnDoAfter(EntityUid uid, PseudoItemComponent component, DoAfterEvent args) + { + if (args.Handled || args.Cancelled || args.Args.Used == null) + return; + + args.Handled = TryInsert(args.Args.Used.Value, uid, component); + } + + protected void StartInsertDoAfter(EntityUid inserter, EntityUid toInsert, EntityUid storageEntity, + PseudoItemComponent? pseudoItem = null) + { + if (!Resolve(toInsert, ref pseudoItem)) + return; + + var ev = new PseudoItemInsertDoAfterEvent(); + var args = new DoAfterArgs(EntityManager, inserter, 5f, ev, toInsert, toInsert, storageEntity) + { + BreakOnTargetMove = true, + BreakOnUserMove = true, + NeedHand = true + }; + + _doAfter.TryStartDoAfter(args); + } + + private void OnAttackAttempt(EntityUid uid, PseudoItemComponent component, AttackAttemptEvent args) + { + if (component.Active) + args.Cancel(); + } +} diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index eb81a78e3e..c00df04265 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -10,9 +10,8 @@ using Content.Shared.Implants.Components; using Content.Shared.Interaction; using Content.Shared.Item; -using Content.Shared.Item.PseudoItem; using Content.Shared.Lock; -using Content.Shared.Nyanotrasen.Item.Components; +using Content.Shared.Nyanotrasen.Item.PseudoItem; using Content.Shared.Placeable; using Content.Shared.Popups; using Content.Shared.Stacks; diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index 7f1b30a151..6cabe87e81 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -50,8 +50,11 @@ - type: TypingIndicator proto: felinid - type: PseudoItem + storedOffset: 0,17 shape: - - 0,0,5,1 + - 0,0,1,4 + - 0,2,3,4 + - 4,0,5,4 - type: Vocal wilhelm: "/Audio/Nyanotrasen/Voice/Felinid/cat_wilhelm.ogg" sounds: From bbd3e76d951afd2d6fa6ecc807bb4fb51ce4189d Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Mon, 12 Feb 2024 20:53:04 +0000 Subject: [PATCH 365/391] Automatic Changelog Update (#821) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index c5a3db7366..3f27db154d 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1578,3 +1578,9 @@ Entries: message: Added a speech bubble to felinids. Mraow! id: 237 time: '2024-02-12T20:51:35.0000000+00:00' +- author: DebugOk + changes: + - type: Add + message: Felinids now fit in bags again! + id: 238 + time: '2024-02-12T20:52:49.0000000+00:00' From 0451fc6f6255cc2e9431ceed80971f82f0639c36 Mon Sep 17 00:00:00 2001 From: Guess-My-Name <34919974+Guess-My-Name@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:01:43 +0100 Subject: [PATCH 366/391] Bureaucratic error changes (#532) * reenables bureaucratic error event * change * Update events.yml removed whitespace likely causing test failures Signed-off-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> --------- Signed-off-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> --- .../Events/BureaucraticErrorRule.cs | 2 ++ Resources/Prototypes/GameRules/events.yml | 22 +++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs b/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs index b82546a55b..6415aa4c2a 100644 --- a/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs +++ b/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs @@ -33,12 +33,14 @@ protected override void Started(EntityUid uid, BureaucraticErrorRuleComponent co { var chosenJob = RobustRandom.PickAndTake(jobList); _stationJobs.MakeJobUnlimited(chosenStation.Value, chosenJob); // INFINITE chaos. + /* DeltaV - don't close all other jobs foreach (var job in jobList) { if (_stationJobs.IsJobUnlimited(chosenStation.Value, job)) continue; _stationJobs.TrySetJobSlot(chosenStation.Value, job, 0); } + */ } else { diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 2fbde82b04..83dffda309 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -43,17 +43,17 @@ minimumPlayers: 15 - type: BreakerFlipRule -# - type: entity -# id: BureaucraticError # DeltaV - Prevent the BureaucraticError event to happen. -# parent: BaseGameRule -# noSpawn: true -# components: -# - type: StationEvent -# startAnnouncement: station-event-bureaucratic-error-announcement -# minimumPlayers: 25 -# weight: 5 -# duration: 1 -# - type: BureaucraticErrorRule +- type: entity + id: BureaucraticError + parent: BaseGameRule + noSpawn: true + components: + - type: StationEvent + startAnnouncement: station-event-bureaucratic-error-announcement + minimumPlayers: 25 + weight: 5 + duration: 1 + - type: BureaucraticErrorRule - type: entity id: ClericalError From 961196227d297ec0119bdf096a774a15d3474594 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Mon, 12 Feb 2024 21:01:59 +0000 Subject: [PATCH 367/391] Automatic Changelog Update (#532) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 3f27db154d..905850e29c 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1584,3 +1584,11 @@ Entries: message: Felinids now fit in bags again! id: 238 time: '2024-02-12T20:52:49.0000000+00:00' +- author: Guess-My-Name + changes: + - type: Add + message: >- + Some budget cuts were made in HR department, expect more bureaucratic + errors in near future. + id: 239 + time: '2024-02-12T21:01:44.0000000+00:00' From 49d3c45d0d7c499853cc3a1559cb2d9bd1e91e0a Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:10:43 +0100 Subject: [PATCH 368/391] Felinid changes. (#666) * Felinid changes. A plan * Just slappin it together for a friend to see and help * Somethin somethin Cos I could be at yours on friday Tonight's at the place we started It's a long way back from sorry But here I go .... How does it feel, how does it feel Just tell me something I don't know what to tell you I don't know what to say I got into my head, i'm sorry i threw it away But i'm so glad you came back, even through all the pain Let me try and mend it, i can promise that i have changed Oh, let me give you all of me Can we just sort it out for real * just makin this less messy.... I guess * Just tell me somethin. How does it feel, how does it feel. * . * cleaning.... * Makes it work. Yey. * just a small change tbh. * okay maybe just a bit. * Hm, maybe.... * This feels bit better. * hopefully fixes yaml linter * Update Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> * Doin the changes. * Renaming. * Renaming notes. --------- Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .../Component/NoShoesSilentFootstepsComponent.cs | 9 +++++++++ .../Movement/Systems/SharedMoverController.cs | 10 ++++++++++ Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml | 3 +++ .../Nyanotrasen/Entities/Mobs/Species/felinid.yml | 10 ++++++---- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs diff --git a/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs b/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs new file mode 100644 index 0000000000..ae2697b0ef --- /dev/null +++ b/Content.Shared/DeltaV/StepTrigger/Component/NoShoesSilentFootstepsComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.StepTrigger.Components; + + +[RegisterComponent, NetworkedComponent] +public sealed partial class NoShoesSilentFootstepsComponent : Component +{ +} diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 7d5e24a15b..49ad40ae59 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -23,6 +23,7 @@ using Robust.Shared.Physics.Systems; using Robust.Shared.Timing; using Robust.Shared.Utility; +using Content.Shared.StepTrigger.Components; // Delta V-NoShoesSilentFootstepsComponent namespace Content.Shared.Movement.Systems { @@ -46,6 +47,7 @@ public abstract partial class SharedMoverController : VirtualController [Dependency] protected readonly SharedPhysicsSystem Physics = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly TagSystem _tags = default!; + [Dependency] private readonly IEntityManager _entities = default!; // Delta V-NoShoesSilentFootstepsComponent protected EntityQuery MoverQuery; protected EntityQuery MobMoverQuery; @@ -443,6 +445,14 @@ private bool TryGetSound( sound = moverModifier.FootstepSoundCollection; return true; } + + // If got the component in yml and no shoes = no sound. Delta V + if (_entities.TryGetComponent(uid, out NoShoesSilentFootstepsComponent? _) & + !_inventory.TryGetSlotEntity(uid, "shoes", out var _)) + { + return false; + } + // Delta V NoShoesSilentFootsteps till here. if (_inventory.TryGetSlotEntity(uid, "shoes", out var shoes) && TryComp(shoes, out var modifier)) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index 3f38b1c272..396094eeaf 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -274,6 +274,9 @@ guides: - MinorAntagonists - type: FelinidFood # Nyanotrasen - Felinid, ability to eat rat, see Content.Server/Nyanotrasen/Abilities/Felinid/FelinidSystem.cs + - type: Food + - type: Item + size: Tiny # Delta V - Make them eatable and pickable. - type: weightedRandomEntity id: RatKingLoot diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index 6cabe87e81..d9b25c5dd1 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -25,6 +25,10 @@ prototype: Felinid - type: Damageable damageModifierSet: Felinid + - type: SlowOnDamage + speedModifierThresholds: + 60: 0.85 # 0.7 is base speed. + 80: 0.75 # 0.5 is base speed. - type: MeleeWeapon soundHit: collection: Punch @@ -36,12 +40,9 @@ # - type: DiseaseCarrier # naturalImmunities: # - OwOnavirus - - type: Thieving - stealthy: true - stripTimeReduction: 1 - type: Speech speechSounds: Alto - - type: DamageOnHighSpeedImpact + - type: DamageOnHighSpeedImpact # Landing on all fours! damage: types: Blunt: 1 @@ -62,6 +63,7 @@ Female: FemaleFelinid Unsexed: MaleFelinid - type: Felinid + - type: NoShoesSilentFootsteps - type: entity save: false From 7a5c18c73a1480ca0f6bfcff4e92e71d556651ba Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Mon, 12 Feb 2024 21:10:56 +0000 Subject: [PATCH 369/391] Automatic Changelog Update (#666) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 905850e29c..62f0ea0c35 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1592,3 +1592,9 @@ Entries: errors in near future. id: 239 time: '2024-02-12T21:01:44.0000000+00:00' +- author: Adrian16199 + changes: + - type: Tweak + message: Felinid's thieving gloves have been removed for Soft paws mechanic. + id: 240 + time: '2024-02-12T21:10:44.0000000+00:00' From 3b8c4a4647ff793bb1c8c005cc43b93ddbb923d2 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:11:43 +0100 Subject: [PATCH 370/391] Make felinids scream in agony when sprayed with water. (#556) * Make felinids scream in agony when sprayed with water. Their screams will be heard thro walls and halls. You will hear a felinid scream in a shift atleast once. Their sheer agony. * Giving probability as the best possible implementation as of now --------- Co-authored-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .../Nyanotrasen/Entities/Mobs/Player/felinid.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/felinid.yml index bd6c39db6f..db7936cc5b 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/felinid.yml @@ -18,6 +18,21 @@ speechVerb: Felinid - type: MobMover - type: InputMover + - type: Reactive + groups: + Flammable: [ Touch ] + Extinguish: [ Touch ] + reactions: + - reagents: [ Water, SpaceCleaner ] + methods: [ Touch ] + effects: + - !type:WashCreamPieReaction + - reagents: [ Water ] + methods: [ Touch ] + effects: + - !type:Emote + emote: Scream + probability: 0.2 - type: Respirator damage: types: From c13e538c0359ddf23f14e043768698e906db30ce Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Mon, 12 Feb 2024 21:11:57 +0000 Subject: [PATCH 371/391] Automatic Changelog Update (#556) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 62f0ea0c35..f7baad085a 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1598,3 +1598,9 @@ Entries: message: Felinid's thieving gloves have been removed for Soft paws mechanic. id: 240 time: '2024-02-12T21:10:44.0000000+00:00' +- author: Adrian16199 + changes: + - type: Add + message: Felinids now scream in agony from water. + id: 241 + time: '2024-02-12T21:11:44.0000000+00:00' From 1f3128c6ea0074f5cf3b8b2482612a1ccc609bdf Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 12 Feb 2024 17:25:02 -0500 Subject: [PATCH 372/391] Harpy Visual Rework (#677) * It begins * Delete error.txt * Patch by Debug * HIDING WINGS NOW WORKS * Runs smoother from Shared * Delete HarpyVisualsSystem.cs * The entire clientside script is no longer needed, and the visuals now work correctly. Helmetbug is gone. * Update HarpyVisualsSystem.cs * First completed Harpy Hardsuit * Captain and Atmos tech birdsuits * Update hardsuit-helmets.yml * And more content * Adding new finch tail <3 * whoops * guh * I swear the tail works now, I just need the adhd meds to kick in * birb juggsuit * More stuff * Nukie hardsuits * fixing clipping issues on birb juggsuit * Update meta.json * aaaaaaaaa * two more * Ton of extra harpy sprites * Create equipped-INNERCLOTHING-harpy.png * Harpy Ultravision trait TODO: Optional trait that disables it * Trait that removes Ultravision * Code optimizations * Adding hueshift maps to all harpy markings * No more jumpsuits * 1984 the harpy jumpsuits, they are no longer needed * last 2 * final QA pass * shennanigans related to an earlier merge conflict --------- Signed-off-by: VMSolidus --- .../DeltaV/Harpy/HarpyVisualsComponent.cs | 5 + .../DeltaV/Overlays/UltraVisionOverlay.cs | 44 +++++ .../DeltaV/Overlays/UltraVisionSystem.cs | 31 +++ .../Abilities/DefaultVisionComponent.cs | 8 + .../DeltaV/Abilities/DefaultVisionSystem.cs | 19 ++ .../DeltaV/Abilities/UltraVisionComponent.cs | 8 + .../DeltaV/Harpy/HarpySingerComponent.cs | 1 + .../DeltaV/Harpy/HarpyVisualsSystem.cs | 40 ++++ .../Harpy/SharedHarpyVisualsComponent.cs | 9 + Content.Shared/Roles/StartingGearPrototype.cs | 4 +- .../deltav/chat/managers/chat_manager.ftl | 5 + .../Locale/en-US/deltav/markings/harpy.ftl | 52 +++-- .../Locale/en-US/deltav/traits/traits.ftl | 4 + .../Prototypes/DeltaV/Body/Parts/harpy.yml | 186 ++++++++++++++++++ .../DeltaV/Body/Prototypes/harpy.yml | 26 +-- .../Mobs/Customization/Markings/harpy.yml | 122 +++++++++++- .../DeltaV/Entities/Mobs/Species/harpy.yml | 10 +- .../digitigrade_inventory_template.yml | 119 +++++++++++ .../Prototypes/DeltaV/Shaders/birdvision.yml | 4 + Resources/Prototypes/DeltaV/Species/harpy.yml | 111 ++++++++++- .../Prototypes/DeltaV/Traits/altvision.yml | 13 ++ .../Prototypes/DeltaV/Voice/speech_sounds.yml | 9 + .../Prototypes/DeltaV/Voice/speech_verbs.yml | 8 + Resources/Prototypes/DeltaV/tags.yml | 6 + .../OuterClothing/base_clothingouter.yml | 4 + .../Uniforms/base_clothinguniforms.yml | 3 + .../Mobs/Customization/Markings/gauze.yml | 14 +- .../Mobs/Customization/Markings/scars.yml | 4 +- .../Mobs/Customization/Markings/tattoos.yml | 12 +- .../atmospherics.rsi/equipped-head-harpy.png | Bin 0 -> 559 bytes .../Head/Hardsuits/atmospherics.rsi/meta.json | 4 + .../Head/Hardsuits/capspace.rsi/meta.json | 8 + .../off-equipped-HELMET-harpy.png | Bin 0 -> 1181 bytes .../capspace.rsi/on-equipped-HELMET-harpy.png | Bin 0 -> 1350 bytes .../cybersun.rsi/equipped-HELMET-harpy.png | Bin 0 -> 494 bytes .../Head/Hardsuits/cybersun.rsi/meta.json | 40 ++-- .../Hardsuits/engineering-white.rsi/meta.json | 10 +- .../off-equipped-HELMET-harpy.png | Bin 0 -> 1219 bytes .../on-equipped-HELMET-harpy.png | Bin 0 -> 1623 bytes .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1044 bytes .../Hardsuits/atmospherics.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1068 bytes .../Hardsuits/capspace.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1365 bytes .../Hardsuits/cybersun.rsi/meta.json | 42 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 2258 bytes .../Hardsuits/engineering-white.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 2226 bytes .../Hardsuits/engineering.rsi/meta.json | 40 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 4020 bytes .../Hardsuits/luxury.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 2074 bytes .../Hardsuits/medical.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 2577 bytes .../Hardsuits/paramed.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 2338 bytes .../Hardsuits/salvage.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 2376 bytes .../Hardsuits/spatio.rsi/meta.json | 40 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1180 bytes .../Hardsuits/syndicate.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1198 bytes .../Hardsuits/syndiecommander.rsi/meta.json | 40 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1208 bytes .../Hardsuits/syndiemedic.rsi/meta.json | 38 ++-- .../Head/Hardsuits/Combat/hos.rsi/meta.json | 56 +++--- .../hos.rsi/off-equipped-HELMET-harpy.png | Bin 0 -> 915 bytes .../hos.rsi/on-equipped-HELMET-harpy.png | Bin 0 -> 1431 bytes .../Hardsuits/Combat/officer.rsi/meta.json | 56 +++--- .../officer.rsi/off-equipped-HELMET-harpy.png | Bin 0 -> 1252 bytes .../officer.rsi/on-equipped-HELMET-harpy.png | Bin 0 -> 1364 bytes .../Hardsuits/Combat/standard.rsi/meta.json | 56 +++--- .../off-equipped-HELMET-harpy.png | Bin 0 -> 1156 bytes .../standard.rsi/on-equipped-HELMET-harpy.png | Bin 0 -> 1252 bytes .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1347 bytes .../Hardsuits/Combat/advanced.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1409 bytes .../Hardsuits/Combat/corpsman.rsi/meta.json | 38 ++-- .../hos.rsi/equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1414 bytes .../Hardsuits/Combat/hos.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1356 bytes .../Hardsuits/Combat/medical.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1403 bytes .../Hardsuits/Combat/officer.rsi/meta.json | 38 ++-- .../riot.rsi/equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1375 bytes .../Hardsuits/Combat/riot.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1339 bytes .../Hardsuits/Combat/standard.rsi/meta.json | 38 ++-- .../equipped-OUTERCLOTHING-harpy.png | Bin 0 -> 1446 bytes .../Hardsuits/Combat/warden.rsi/meta.json | 38 ++-- .../Harpy/harpy_chest.rsi/lower.png | Bin 0 -> 309 bytes .../Harpy/harpy_chest.rsi/meta.json | 19 ++ .../Harpy/harpy_chest.rsi/upper.png | Bin 0 -> 380 bytes .../harpy_ears.rsi/harpy_ears_default.png | Bin 786 -> 640 bytes .../Harpy/harpy_legs.rsi/feet.png | Bin 0 -> 335 bytes .../Harpy/harpy_legs.rsi/meta.json | 23 +++ .../Harpy/harpy_legs.rsi/talons.png | Bin 0 -> 190 bytes .../Harpy/harpy_legs.rsi/thighs.png | Bin 0 -> 2301 bytes .../Harpy/harpy_tails.rsi/meta.json | 3 +- .../Harpy/harpy_tails.rsi/phoenix_tail.png | Bin 1076 -> 773 bytes .../Harpy/harpy_tails.rsi/rooster_tail.png | Bin 1052 -> 754 bytes .../Harpy/harpy_tailsx72.rsi/finch_tail.png | Bin 0 -> 475 bytes .../Harpy/harpy_tailsx72.rsi/meta.json | 15 ++ .../Customization/Harpy/harpy_wingcover.png | Bin 0 -> 438 bytes .../Harpy/harpy_wings.rsi/classicharpy.png | Bin 0 -> 1277 bytes .../Harpy/harpy_wings.rsi/harpy.png | Bin 1365 -> 1033 bytes .../Harpy/harpy_wings.rsi/harpy2tone1.png | Bin 813 -> 734 bytes .../Harpy/harpy_wings.rsi/harpy2tone2.png | Bin 1015 -> 1001 bytes .../Harpy/harpy_wings.rsi/harpy3tone1.png | Bin 820 -> 508 bytes .../Harpy/harpy_wings.rsi/harpy3tone2.png | Bin 493 -> 465 bytes .../Harpy/harpy_wings.rsi/harpy3tone3.png | Bin 791 -> 829 bytes .../Harpy/harpy_wings.rsi/harpyfolded.png | Bin 0 -> 1017 bytes .../Harpy/harpy_wings.rsi/harpyspeckled1.png | Bin 1321 -> 1229 bytes .../Harpy/harpy_wings.rsi/harpyspeckled2.png | Bin 749 -> 732 bytes .../Harpy/harpy_wings.rsi/harpyundertone1.png | Bin 1298 -> 1207 bytes .../Harpy/harpy_wings.rsi/harpyundertone2.png | Bin 356 -> 344 bytes .../Harpy/harpy_wings.rsi/harpywingtip1.png | Bin 1132 -> 1038 bytes .../Harpy/harpy_wings.rsi/harpywingtip2.png | Bin 791 -> 824 bytes .../Harpy/harpy_wings.rsi/meta.json | 10 +- .../Mobs/Species/Harpy/organs.rsi/lung-l.png | Bin 0 -> 279 bytes .../Mobs/Species/Harpy/organs.rsi/lung-r.png | Bin 0 -> 275 bytes .../Mobs/Species/Harpy/organs.rsi/meta.json | 17 ++ .../Mobs/Species/Harpy/parts.rsi/full.png | Bin 0 -> 585 bytes .../Mobs/Species/Harpy/parts.rsi/head_f.png | Bin 0 -> 442 bytes .../Mobs/Species/Harpy/parts.rsi/head_m.png | Bin 0 -> 435 bytes .../Mobs/Species/Harpy/parts.rsi/l_arm.png | Bin 0 -> 153 bytes .../Mobs/Species/Harpy/parts.rsi/l_foot.png | Bin 0 -> 272 bytes .../Mobs/Species/Harpy/parts.rsi/l_hand.png | Bin 0 -> 153 bytes .../Mobs/Species/Harpy/parts.rsi/l_leg.png | Bin 0 -> 2285 bytes .../Mobs/Species/Harpy/parts.rsi/meta.json | 62 ++++++ .../Mobs/Species/Harpy/parts.rsi/r_arm.png | Bin 0 -> 154 bytes .../Mobs/Species/Harpy/parts.rsi/r_foot.png | Bin 0 -> 280 bytes .../Mobs/Species/Harpy/parts.rsi/r_hand.png | Bin 0 -> 153 bytes .../Mobs/Species/Harpy/parts.rsi/r_leg.png | Bin 0 -> 2283 bytes .../Mobs/Species/Harpy/parts.rsi/torso_f.png | Bin 0 -> 646 bytes .../Mobs/Species/Harpy/parts.rsi/torso_m.png | Bin 0 -> 602 bytes .../Textures/DeltaV/Shaders/ultravision.swsl | 14 ++ 137 files changed, 1572 insertions(+), 510 deletions(-) create mode 100644 Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs create mode 100644 Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs create mode 100644 Content.Client/DeltaV/Overlays/UltraVisionSystem.cs create mode 100644 Content.Shared/DeltaV/Abilities/DefaultVisionComponent.cs create mode 100644 Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs create mode 100644 Content.Shared/DeltaV/Abilities/UltraVisionComponent.cs create mode 100644 Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs create mode 100644 Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs create mode 100644 Resources/Prototypes/DeltaV/Body/Parts/harpy.yml create mode 100644 Resources/Prototypes/DeltaV/InventoryTemplates/digitigrade_inventory_template.yml create mode 100644 Resources/Prototypes/DeltaV/Shaders/birdvision.yml create mode 100644 Resources/Prototypes/DeltaV/Traits/altvision.yml create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-harpy.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/off-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/on-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-harpy.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/off-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/on-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/atmospherics.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/capspace.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-harpy.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/lower.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi/upper.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/feet.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/talons.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi/thighs.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tailsx72.rsi/finch_tail.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tailsx72.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wingcover.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/classicharpy.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyfolded.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-l.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-r.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/full.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_f.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_m.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_arm.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_foot.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_hand.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_leg.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_arm.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_foot.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_hand.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_leg.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_f.png create mode 100644 Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_m.png create mode 100644 Resources/Textures/DeltaV/Shaders/ultravision.swsl diff --git a/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs b/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs new file mode 100644 index 0000000000..1c3253c74e --- /dev/null +++ b/Content.Client/DeltaV/Harpy/HarpyVisualsComponent.cs @@ -0,0 +1,5 @@ +namespace Content.Client.DeltaV.Harpy; + +[RegisterComponent] +public sealed partial class HarpyVisualsComponent : Component +{ } diff --git a/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs b/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs new file mode 100644 index 0000000000..73c05e052b --- /dev/null +++ b/Content.Client/DeltaV/Overlays/UltraVisionOverlay.cs @@ -0,0 +1,44 @@ +using Robust.Client.Graphics; +using Robust.Client.Player; +using Robust.Shared.Enums; +using Robust.Shared.Prototypes; +using Content.Shared.Abilities; + +namespace Content.Client.DeltaV.Overlays; + +public sealed partial class UltraVisionOverlay : Overlay +{ + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] IEntityManager _entityManager = default!; + + + public override bool RequestScreenTexture => true; + public override OverlaySpace Space => OverlaySpace.WorldSpace; + private readonly ShaderInstance _ultraVisionShader; + + public UltraVisionOverlay() + { + IoCManager.InjectDependencies(this); + _ultraVisionShader = _prototypeManager.Index("UltraVision").Instance().Duplicate(); + } + + protected override void Draw(in OverlayDrawArgs args) + { + if (ScreenTexture == null) + return; + if (_playerManager.LocalPlayer?.ControlledEntity is not {Valid: true} player) + return; + if (!_entityManager.HasComponent(player)) + return; + + _ultraVisionShader?.SetParameter("SCREEN_TEXTURE", ScreenTexture); + + + var worldHandle = args.WorldHandle; + var viewport = args.WorldBounds; + worldHandle.SetTransform(Matrix3.Identity); + worldHandle.UseShader(_ultraVisionShader); + worldHandle.DrawRect(viewport, Color.White); + } +} diff --git a/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs b/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs new file mode 100644 index 0000000000..00a0f36242 --- /dev/null +++ b/Content.Client/DeltaV/Overlays/UltraVisionSystem.cs @@ -0,0 +1,31 @@ +using Content.Shared.Abilities; +using Robust.Client.Graphics; + +namespace Content.Client.DeltaV.Overlays; + +public sealed partial class UltraVisionSystem : EntitySystem +{ + [Dependency] private readonly IOverlayManager _overlayMan = default!; + + private UltraVisionOverlay _overlay = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnUltraVisionInit); + SubscribeLocalEvent(OnUltraVisionShutdown); + + _overlay = new(); + } + + private void OnUltraVisionInit(EntityUid uid, UltraVisionComponent component, ComponentInit args) + { + _overlayMan.AddOverlay(_overlay); + } + + private void OnUltraVisionShutdown(EntityUid uid, UltraVisionComponent component, ComponentShutdown args) + { + _overlayMan.RemoveOverlay(_overlay); + } +} diff --git a/Content.Shared/DeltaV/Abilities/DefaultVisionComponent.cs b/Content.Shared/DeltaV/Abilities/DefaultVisionComponent.cs new file mode 100644 index 0000000000..0126450e5d --- /dev/null +++ b/Content.Shared/DeltaV/Abilities/DefaultVisionComponent.cs @@ -0,0 +1,8 @@ +using Robust.Shared.GameStates; +namespace Content.Shared.DeltaV.Abilities; + +[RegisterComponent] +[NetworkedComponent] + +public sealed partial class DefaultVisionComponent : Component +{} diff --git a/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs b/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs new file mode 100644 index 0000000000..599fc0db14 --- /dev/null +++ b/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs @@ -0,0 +1,19 @@ +using Content.Shared.Abilities; +using Content.Shared.DeltaV.Abilities; + +namespace Content.Client.DeltaV.Overlays; + +public sealed partial class DefaultVisionSystem : EntitySystem +{ + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnDefaultVisionInit); + } + + private void OnDefaultVisionInit(EntityUid uid, DefaultVisionComponent component, ComponentInit args) + { + RemComp(uid); + } +} diff --git a/Content.Shared/DeltaV/Abilities/UltraVisionComponent.cs b/Content.Shared/DeltaV/Abilities/UltraVisionComponent.cs new file mode 100644 index 0000000000..5f631c54f2 --- /dev/null +++ b/Content.Shared/DeltaV/Abilities/UltraVisionComponent.cs @@ -0,0 +1,8 @@ +using Robust.Shared.GameStates; +namespace Content.Shared.Abilities; + +[RegisterComponent] +[NetworkedComponent] + +public sealed partial class UltraVisionComponent : Component +{} diff --git a/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs b/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs index 1ee3f795d5..f2edeeb872 100644 --- a/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs +++ b/Content.Shared/DeltaV/Harpy/HarpySingerComponent.cs @@ -1,6 +1,7 @@ using Robust.Shared.GameStates; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; +using Robust.Shared.Serialization; namespace Content.Shared.DeltaV.Harpy { diff --git a/Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs b/Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs new file mode 100644 index 0000000000..f75fcee8d4 --- /dev/null +++ b/Content.Shared/DeltaV/Harpy/HarpyVisualsSystem.cs @@ -0,0 +1,40 @@ +using Content.Shared.Inventory.Events; +using Content.Shared.Tag; +using Content.Shared.Humanoid; + +namespace Content.Shared.DeltaV.Harpy; + +public sealed class HarpyVisualsSystem : EntitySystem +{ + [Dependency] private readonly TagSystem _tagSystem = default!; + [Dependency] private readonly SharedHumanoidAppearanceSystem _humanoidSystem = default!; + + [ValidatePrototypeId] + private const string HarpyWingsTag = "HidesHarpyWings"; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnDidEquipEvent); + SubscribeLocalEvent(OnDidUnequipEvent); + } + + private void OnDidEquipEvent(EntityUid uid, HarpySingerComponent component, DidEquipEvent args) + { + if (args.Slot == "outerClothing" && _tagSystem.HasTag(args.Equipment, HarpyWingsTag)) + { + _humanoidSystem.SetLayerVisibility(uid, HumanoidVisualLayers.RArm, false); + _humanoidSystem.SetLayerVisibility(uid, HumanoidVisualLayers.Tail, false); + } + } + + private void OnDidUnequipEvent(EntityUid uid, HarpySingerComponent component, DidUnequipEvent args) + { + if (args.Slot == "outerClothing" && _tagSystem.HasTag(args.Equipment, HarpyWingsTag)) + { + _humanoidSystem.SetLayerVisibility(uid, HumanoidVisualLayers.RArm, true); + _humanoidSystem.SetLayerVisibility(uid, HumanoidVisualLayers.Tail, true); + } + } +} diff --git a/Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs b/Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs new file mode 100644 index 0000000000..cc0f7c3935 --- /dev/null +++ b/Content.Shared/DeltaV/Harpy/SharedHarpyVisualsComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.Serialization; + +namespace Content.Shared.DeltaV.Harpy; + +[Serializable, NetSerializable] +public enum HardsuitWings : byte +{ + Worn +} diff --git a/Content.Shared/Roles/StartingGearPrototype.cs b/Content.Shared/Roles/StartingGearPrototype.cs index 0d4122b646..1e7881113f 100644 --- a/Content.Shared/Roles/StartingGearPrototype.cs +++ b/Content.Shared/Roles/StartingGearPrototype.cs @@ -1,3 +1,4 @@ +using Content.Shared.DeltaV.Harpy; using Content.Shared.Preferences; using Robust.Shared.Prototypes; @@ -32,7 +33,8 @@ public string GetGear(string slot, HumanoidCharacterProfile? profile) { if (profile != null) { - if (slot == "jumpsuit" && profile.Clothing == ClothingPreference.Jumpskirt && !string.IsNullOrEmpty(InnerClothingSkirt)) + if (slot == "jumpsuit" && profile.Clothing == ClothingPreference.Jumpskirt && !string.IsNullOrEmpty(InnerClothingSkirt) + || slot == "jumpsuit" && profile.Species == "Harpy" && !string.IsNullOrEmpty(InnerClothingSkirt)) //DeltaV adds this line to prevent Harpies from starting with jumpsuits return InnerClothingSkirt; if (slot == "back" && profile.Backpack == BackpackPreference.Satchel && !string.IsNullOrEmpty(Satchel)) return Satchel; diff --git a/Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl b/Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl index bd8719fd56..fd5635de4a 100644 --- a/Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl +++ b/Resources/Locale/en-US/deltav/chat/managers/chat_manager.ftl @@ -7,3 +7,8 @@ chat-speech-verb-felinid-1 = mraows chat-speech-verb-felinid-2 = mews chat-speech-verb-felinid-3 = meows chat-speech-verb-felinid-4 = purrs out + +chat-speech-verb-harpy-1 = chirps +chat-speech-verb-harpy-2 = tweets +chat-speech-verb-harpy-3 = caws +chat-speech-verb-harpy-4 = trills diff --git a/Resources/Locale/en-US/deltav/markings/harpy.ftl b/Resources/Locale/en-US/deltav/markings/harpy.ftl index c2e9beb5c8..3c1a2e3b9b 100644 --- a/Resources/Locale/en-US/deltav/markings/harpy.ftl +++ b/Resources/Locale/en-US/deltav/markings/harpy.ftl @@ -1,26 +1,32 @@ marking-HarpyWingDefault = Basic Wings marking-HarpyWingDefault-harpy = Wings -marking-HarpyWing2Tone = Two Tone Wings -marking-HarpyWing2Tone-harpy2tone1 = Top Half -marking-HarpyWing2Tone-harpy2tone2 = Bottom Half +marking-HarpyWingFolded = Folded Wings +marking-HarpyWingFolded-harpyfolded = Wings -marking-HarpyWing3Tone = Three Tone Wings -marking-HarpyWing3Tone-harpy3tone1 = Top Third -marking-HarpyWing3Tone-harpy3tone2 = Middle Third -marking-HarpyWing3tone-harpy3tone3 = Bottom Third +marking-HarpyWingClassic = Classic Wings +marking-HarpyWingClassic-classicharpy = Wings -marking-HarpyWingSpeckled = Speckled Wings -marking-HarpyWingSpeckled-harpyspeckled1 = Main -marking-HarpyWingSpeckled-harpyspeckled2 = Speckles +marking-HarpyWing2ToneClassic = Classic Two Tone Wings +marking-HarpyWing2ToneClassic-harpy2tone1 = Top Half +marking-HarpyWing2ToneClassic-harpy2tone2 = Bottom Half -marking-HarpyWingUndertone = Wings with Undertone -marking-HarpyWingUndertone-harpyundertone1 = Front -marking-HarpyWingUndertone-harpyundertone2 = Back +marking-HarpyWing3ToneClassic = Classic Three Tone Wings +marking-HarpyWing3ToneClassic-harpy3tone1 = Top Third +marking-HarpyWing3ToneClassic-harpy3tone2 = Middle Third +marking-HarpyWing3ToneClassic-harpy3tone3 = Bottom Third -marking-HarpyWingTips = Wings with Feather Tips -marking-HarpyWingTips-harpywingtip1 = Main -marking-HarpyWingTips-harpywingtip2 = Feathertips +marking-HarpyWingSpeckledClassic = Speckled Classic Wings +marking-HarpyWingSpeckledClassic-harpyspeckled1 = Main +marking-HarpyWingSpeckledClassic-harpyspeckled2 = Speckles + +marking-HarpyWingUndertoneClassic = Classic Wings with Undertone +marking-HarpyWingUndertoneClassic-harpyundertone1 = Front +marking-HarpyWingUndertoneClassic-harpyundertone2 = Back + +marking-HarpyWingTipsClassic = Classic Wings with Feather Tips +marking-HarpyWingTipsClassic-harpywingtip1 = Main +marking-HarpyWingTipsClassic-harpywingtip2 = Feathertips marking-HarpyEarsDefault = Feather Tufts marking-HarpyEarsDefault-harpy_ears_default = Tufts @@ -30,3 +36,17 @@ marking-HarpyTailPhoenix-phoenix_tail = Tail marking-HarpyTailRooster = Rooster Tail marking-HarpyTailRooster-rooster_tail = Tail + +marking-HarpyTailFinch = Finch Tail +marking-HarpyTailFinch-finch_tail = Tail + +marking-HarpyChestDefault = Wing & Groin Under-Clothes +marking-HarpyChestDefault-upper = Wing Under-Clothes +marking-HarpyChestDefault-lower = Groin Under-Clothes + +marking-HarpyLegsDefault = Avian Legs +marking-HarpyLegsDefault-thighs = Thighs + +marking-HarpyFeetDefault = Avian Feet +marking-HarpyFeetDefault-feet = Feet +marking-HarpyFeetDefault-talons = Talons diff --git a/Resources/Locale/en-US/deltav/traits/traits.ftl b/Resources/Locale/en-US/deltav/traits/traits.ftl index 6698832a8c..0eaff0408a 100644 --- a/Resources/Locale/en-US/deltav/traits/traits.ftl +++ b/Resources/Locale/en-US/deltav/traits/traits.ftl @@ -1,5 +1,9 @@ trait-scottish-accent-name = Scottish Accent trait-scottish-accent-desc = Fer tha folk who come frae Hielan clan. +trait-ultravision-desc = Whether through custom bionic eyes, random mutation, + or being a Harpy, you perceive the world with ultraviolet light. + +trait-defaultvision-desc = You lack any vision variation from the norm for a non-human species. trait-uncloneable-name = Uncloneable trait-uncloneable-desc = Cannot be cloned diff --git a/Resources/Prototypes/DeltaV/Body/Parts/harpy.yml b/Resources/Prototypes/DeltaV/Body/Parts/harpy.yml new file mode 100644 index 0000000000..358cb1de11 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Body/Parts/harpy.yml @@ -0,0 +1,186 @@ +- type: entity + id: PartHarpy + parent: BaseItem + name: "harpy body part" + abstract: true + components: + - type: Damageable + damageContainer: Biological + - type: BodyPart + - type: ContainerContainer + containers: + bodypart: !type:Container + ents: [] + - type: StaticPrice #DynamicPrice + price: 100 + - type: Tag + tags: + - Trash + +- type: entity + id: TorsoHarpy + name: "harpy torso" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "torso_m" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "torso_m" + - type: BodyPart + partType: Torso + +- type: entity + id: HeadHarpy + name: "harpy head" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "head_m" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "head_m" + - type: BodyPart + partType: Head + vital: true + - type: Input + context: "ghost" + - type: InputMover + - type: GhostOnMove + - type: Tag + tags: + - Head + +- type: entity + id: LeftArmHarpy + name: "left harpy arm" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_arm" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_arm" + - type: BodyPart + partType: Arm + symmetry: Left + +- type: entity + id: RightArmHarpy + name: "right harpy arm" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_arm" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_arm" + - type: BodyPart + partType: Arm + symmetry: Right + +- type: entity + id: LeftHandHarpy + name: "left harpy hand" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_hand" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_hand" + - type: BodyPart + partType: Hand + symmetry: Left + +- type: entity + id: RightHandHarpy + name: "right harpy hand" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_hand" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_hand" + - type: BodyPart + partType: Hand + symmetry: Right + +- type: entity + id: LeftLegHarpy + name: "left harpy leg" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_leg" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_leg" + - type: BodyPart + partType: Leg + symmetry: Left + - type: MovementBodyPart + +- type: entity + id: RightLegHarpy + name: "right harpy leg" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_leg" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_leg" + - type: BodyPart + partType: Leg + symmetry: Right + - type: MovementBodyPart + +- type: entity + id: LeftFootHarpy + name: "left harpy foot" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_foot" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "l_foot" + - type: BodyPart + partType: Foot + symmetry: Left + +- type: entity + id: RightFootHarpy + name: "right harpy foot" + parent: PartHarpy + components: + - type: Sprite + netsync: false + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_foot" + - type: Icon + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: "r_foot" + - type: BodyPart + partType: Foot + symmetry: Right diff --git a/Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml b/Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml index 65073a778f..5b3615c55d 100644 --- a/Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml +++ b/Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml @@ -4,14 +4,14 @@ root: torso slots: head: - part: HeadHuman + part: HeadHarpy connections: - torso organs: brain: OrganHumanBrain eyes: OrganHumanEyes torso: - part: TorsoHuman + part: TorsoHarpy connections: - left arm - right arm @@ -20,31 +20,31 @@ organs: heart: OrganHumanHeart lungs: OrganHarpyLungs - stomach: OrganHumanStomach - liver: OrganHumanLiver - kidneys: OrganHumanKidneys + stomach: OrganAnimalStomach + liver: OrganAnimalLiver + kidneys: OrganAnimalKidneys right arm: - part: RightArmHuman + part: RightArmHarpy connections: - right hand left arm: - part: LeftArmHuman + part: LeftArmHarpy connections: - left hand right hand: - part: RightHandHuman + part: RightHandHarpy left hand: - part: LeftHandHuman + part: LeftHandHarpy right leg: - part: RightLegHuman + part: RightLegHarpy connections: - right foot left leg: - part: LeftLegHuman + part: LeftLegHarpy connections: - left foot right foot: - part: RightFootHuman + part: RightFootHarpy left foot: - part: LeftFootHuman + part: LeftFootHarpy diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml index 9ea84c4d0a..9118692a08 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/harpy.yml @@ -18,6 +18,40 @@ - sprite: DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi state: harpy +- type: marking + id: HarpyWingClassic + bodyPart: RArm + markingCategory: Arms + speciesRestriction: [Harpy] + coloring: + default: + type: + !type:CategoryColoring + category: Hair + fallbackTypes: + - !type:SimpleColoring + color: "#964b00" + sprites: + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi + state: classicharpy + +- type: marking + id: HarpyWingFolded + bodyPart: RArm + markingCategory: Arms + speciesRestriction: [Harpy] + coloring: + default: + type: + !type:CategoryColoring + category: Hair + fallbackTypes: + - !type:SimpleColoring + color: "#964b00" + sprites: + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi + state: harpyfolded + - type: marking id: HarpyEarsDefault bodyPart: Head @@ -57,12 +91,36 @@ bodyPart: Tail markingCategory: Tail speciesRestriction: [Harpy] + coloring: + default: + type: + !type:CategoryColoring + category: Hair + fallbackTypes: + - !type:SimpleColoring sprites: - sprite: DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi - state: rooster_tail + state: rooster_tail + + +- type: marking + id: HarpyTailFinch + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [Harpy] + coloring: + default: + type: + !type:CategoryColoring + category: Hair + fallbackTypes: + - !type:SimpleColoring + sprites: + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_tailsx72.rsi + state: finch_tail - type: marking - id: HarpyWing2Tone + id: HarpyWing2ToneClassic bodyPart: RArm markingCategory: Arms speciesRestriction: [Harpy] @@ -73,7 +131,7 @@ state: harpy2tone2 - type: marking - id: HarpyWing3Tone + id: HarpyWing3ToneClassic bodyPart: RArm markingCategory: Arms speciesRestriction: [Harpy] @@ -86,7 +144,7 @@ state: harpy3tone3 - type: marking - id: HarpyWingSpeckled + id: HarpyWingSpeckledClassic bodyPart: RArm markingCategory: Arms speciesRestriction: [Harpy] @@ -97,7 +155,7 @@ state: harpyspeckled2 - type: marking - id: HarpyWingUndertone + id: HarpyWingUndertoneClassic bodyPart: RArm markingCategory: Arms speciesRestriction: [Harpy] @@ -108,7 +166,7 @@ state: harpyundertone2 - type: marking - id: HarpyWingTips + id: HarpyWingTipsClassic bodyPart: RArm markingCategory: Arms speciesRestriction: [Harpy] @@ -117,3 +175,55 @@ state: harpywingtip1 - sprite: DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi state: harpywingtip2 + +- type: marking + id: HarpyChestDefault + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Harpy] + coloring: + default: + type: + !type:CategoryColoring + category: Hair + fallbackTypes: + - !type:SimpleColoring + color: "#964b00" + sprites: + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi + state: upper + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_chest.rsi + state: lower + +- type: marking + id: HarpyLegsDefault + bodyPart: LLeg + markingCategory: Legs + speciesRestriction: [Harpy] + coloring: + default: + type: + !type:CategoryColoring + category: Hair + fallbackTypes: + - !type:SimpleColoring + color: "#964b00" + sprites: + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi + state: thighs + +- type: marking + id: HarpyFeetDefault + bodyPart: RFoot + markingCategory: Legs + speciesRestriction: [Harpy] + coloring: + default: + fallbackTypes: + - !type:SimpleColoring + color: "#964b00" + sprites: + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi + state: feet + - sprite: DeltaV/Mobs/Customization/Harpy/harpy_legs.rsi + state: talons diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml index 7548add496..a4498299c9 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/harpy.yml @@ -106,7 +106,8 @@ types: Piercing: 5 - type: Speech - speechSounds: Alto + speechSounds: Harpy + speechVerb: Harpy - type: Vocal sounds: Male: SoundsHarpy @@ -121,6 +122,11 @@ - type: MovementSpeedModifier baseWalkSpeed: 2.5 baseSprintSpeed: 5.0 + - type: Inventory + speciesId: harpy + templateId: digitigrade + - type: HarpyVisuals + - type: UltraVision - type: entity save: false @@ -132,6 +138,8 @@ components: - type: HumanoidAppearance species: Harpy + - type: Inventory + speciesId: harpy - type: Sprite scale: 0.9, 0.9 layers: diff --git a/Resources/Prototypes/DeltaV/InventoryTemplates/digitigrade_inventory_template.yml b/Resources/Prototypes/DeltaV/InventoryTemplates/digitigrade_inventory_template.yml new file mode 100644 index 0000000000..158541571a --- /dev/null +++ b/Resources/Prototypes/DeltaV/InventoryTemplates/digitigrade_inventory_template.yml @@ -0,0 +1,119 @@ +- type: inventoryTemplate + id: digitigrade + slots: + - name: shoes + slotTexture: shoes + slotFlags: FEET + stripTime: 3 + uiWindowPos: 1,0 + strippingWindowPos: 1,3 + displayName: Shoes + - name: jumpsuit + slotTexture: uniform + slotFlags: INNERCLOTHING + stripTime: 6 + uiWindowPos: 0,1 + strippingWindowPos: 0,2 + displayName: Jumpsuit + whitelist: + tags: + - Skirt + - name: outerClothing + slotTexture: suit + slotFlags: OUTERCLOTHING + stripTime: 6 + uiWindowPos: 1,1 + strippingWindowPos: 1,2 + displayName: Suit + - name: gloves + slotTexture: gloves + slotFlags: GLOVES + uiWindowPos: 2,1 + strippingWindowPos: 2,2 + displayName: Gloves + - name: neck + slotTexture: neck + slotFlags: NECK + uiWindowPos: 0,2 + strippingWindowPos: 0,1 + displayName: Neck + - name: mask + slotTexture: mask + slotFlags: MASK + uiWindowPos: 1,2 + strippingWindowPos: 1,1 + displayName: Mask + - name: eyes + slotTexture: glasses + slotFlags: EYES + stripTime: 3 + uiWindowPos: 0,3 + strippingWindowPos: 0,0 + displayName: Eyes + - name: ears + slotTexture: ears + slotFlags: EARS + stripTime: 3 + uiWindowPos: 2,2 + strippingWindowPos: 2,0 + displayName: Ears + - name: head + slotTexture: head + slotFlags: HEAD + uiWindowPos: 1,3 + strippingWindowPos: 1,0 + displayName: Head + - name: pocket1 + slotTexture: pocket + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 0,3 + strippingWindowPos: 0,4 + dependsOn: jumpsuit + displayName: Pocket 1 + stripHidden: true + - name: pocket2 + slotTexture: pocket + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 2,3 + strippingWindowPos: 1,4 + dependsOn: jumpsuit + displayName: Pocket 2 + stripHidden: true + - name: suitstorage + slotTexture: suit_storage + slotFlags: SUITSTORAGE + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 2,0 + strippingWindowPos: 2,5 + dependsOn: outerClothing + displayName: Suit Storage + - name: id + slotTexture: id + slotFlags: IDCARD + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 2,1 + strippingWindowPos: 2,4 + dependsOn: jumpsuit + displayName: ID + - name: belt + slotTexture: belt + slotFlags: BELT + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 3,1 + strippingWindowPos: 1,5 + displayName: Belt + - name: back + slotTexture: back + slotFlags: BACK + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 3,0 + strippingWindowPos: 0,5 + displayName: Back diff --git a/Resources/Prototypes/DeltaV/Shaders/birdvision.yml b/Resources/Prototypes/DeltaV/Shaders/birdvision.yml new file mode 100644 index 0000000000..43dc7ae248 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Shaders/birdvision.yml @@ -0,0 +1,4 @@ +- type: shader + id: UltraVision + kind: source + path: "/Textures/DeltaV/Shaders/ultravision.swsl" diff --git a/Resources/Prototypes/DeltaV/Species/harpy.yml b/Resources/Prototypes/DeltaV/Species/harpy.yml index 0df69e9d72..bcc4dd22c4 100644 --- a/Resources/Prototypes/DeltaV/Species/harpy.yml +++ b/Resources/Prototypes/DeltaV/Species/harpy.yml @@ -3,11 +3,33 @@ name: species-name-harpy roundStart: true prototype: MobHarpy - sprites: MobHumanSprites + sprites: MobHarpySprites markingLimits: MobHarpyMarkingLimits dollPrototype: MobHarpyDummy skinColoration: HumanToned +- type: speciesBaseSprites + id: MobHarpySprites + sprites: + Head: MobHarpyHead + Hair: MobHumanoidAnyMarking + FacialHair: MobHumanoidAnyMarking + Snout: MobHumanoidAnyMarking + Chest: MobHarpyTorso + HeadTop: MobHumanoidAnyMarking + HeadSide: MobHumanoidAnyMarking + Tail: MobHumanoidAnyMarking + Eyes: MobHumanoidEyes + LArm: MobHarpyLArm + RArm: MobHarpyRArm + LHand: MobHarpyLHand + RHand: MobHarpyRHand + LLeg: MobHarpyLLeg + RLeg: MobHarpyRLeg + LFoot: MobHarpyLFoot + RFoot: MobHarpyRFoot + + - type: markingPoints id: MobHarpyMarkingLimits points: @@ -27,7 +49,8 @@ defaultMarkings: [ HarpyEarsDefault ] Chest: points: 1 - required: false + required: true + defaultMarkings: [ HarpyChestDefault ] Legs: points: 2 required: false @@ -35,3 +58,87 @@ points: 1 required: false defaultMarkings: [ HarpyWingDefault ] + +- type: humanoidBaseSprite + id: MobHarpyHead + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobHarpyHeadMale + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobHarpyHeadFemale + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: head_f + +- type: humanoidBaseSprite + id: MobHarpyTorso + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobHarpyTorsoMale + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobHarpyTorsoFemale + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: torso_f + +- type: humanoidBaseSprite + id: MobHarpyLLeg + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: l_leg + +- type: humanoidBaseSprite + id: MobHarpyLHand + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: l_hand + +- type: humanoidBaseSprite + id: MobHarpyLArm + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: l_arm + +- type: humanoidBaseSprite + id: MobHarpyLFoot + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: l_foot + +- type: humanoidBaseSprite + id: MobHarpyRLeg + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: r_leg + +- type: humanoidBaseSprite + id: MobHarpyRHand + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: r_hand + +- type: humanoidBaseSprite + id: MobHarpyRArm + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: r_arm + +- type: humanoidBaseSprite + id: MobHarpyRFoot + baseSprite: + sprite: DeltaV/Mobs/Species/Harpy/parts.rsi + state: r_foot diff --git a/Resources/Prototypes/DeltaV/Traits/altvision.yml b/Resources/Prototypes/DeltaV/Traits/altvision.yml new file mode 100644 index 0000000000..cb6c1bfa42 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Traits/altvision.yml @@ -0,0 +1,13 @@ +- type: trait + id: UltraVision + name: Ultraviolet Vision + description: trait-ultravision-desc + components: + - type: UltraVision + +- type: trait + id: DefaultVision + name: Normal Vision + description: trait-defaultvision-desc + components: + - type: DefaultVision diff --git a/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml b/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml index c1b56dd28b..89db03d2fc 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_sounds.yml @@ -6,3 +6,12 @@ path: /Audio/DeltaV/Voice/Talk/vulp_ask.ogg exclaimSound: path: /Audio/DeltaV/Voice/Talk/vulp_exclaim.ogg + +- type: speechSounds + id: Harpy + saySound: + path: /Audio/DeltaV/Voice/Harpy/chirp1.ogg + askSound: + path: /Audio/DeltaV/Voice/Harpy/chirp1.ogg + exclaimSound: + path: /Audio/DeltaV/Voice/Harpy/chirp1.ogg diff --git a/Resources/Prototypes/DeltaV/Voice/speech_verbs.yml b/Resources/Prototypes/DeltaV/Voice/speech_verbs.yml index 01288498fe..9ffa21b8c8 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_verbs.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_verbs.yml @@ -13,3 +13,11 @@ - chat-speech-verb-felinid-2 - chat-speech-verb-felinid-3 - chat-speech-verb-felinid-4 + +- type: speechVerb + id: Harpy + speechVerbStrings: + - chat-speech-verb-harpy-1 + - chat-speech-verb-harpy-2 + - chat-speech-verb-harpy-3 + - chat-speech-verb-harpy-4 diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index d636db0146..72181758e3 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -18,6 +18,9 @@ - type: Tag id: HandLabeler +- type: Tag + id: HidesHarpyWings + - type: Tag id: MagazinePistolSpecial # For the .38 special ammo and pistol @@ -38,3 +41,6 @@ - type: Tag id: PaperSlip + +- type: Tag + id: Skirt diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml index 82df2c21e8..13524efa9e 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml @@ -92,6 +92,7 @@ tags: - Hardsuit - WhitelistChameleon + - HidesHarpyWings #DeltaV: Used by harpies to help render their hardsuit sprites - type: entity abstract: true @@ -110,6 +111,9 @@ - type: HeldSpeedModifier - type: Item size: Huge + - type: Tag + tags: + - HidesHarpyWings #DeltaV: Used by harpies to help render their hardsuit sprites - type: entity parent: ClothingOuterBase diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml index 0329f82b5b..9a5e0211f3 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml @@ -59,3 +59,6 @@ - type: Clothing slots: [innerclothing] femaleMask: UniformTop + - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + tags: + - Skirt diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml index 623f7becfc..c68075dc50 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml @@ -2,7 +2,7 @@ id: GauzeLefteyePatch bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -16,7 +16,7 @@ id: GauzeLefteyeTape bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -30,7 +30,7 @@ id: GauzeRighteyePatch bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -44,7 +44,7 @@ id: GauzeRighteyeTape bodyPart: Eyes markingCategory: Head - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -72,7 +72,7 @@ id: GauzeShoulder bodyPart: Chest markingCategory: Chest - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -86,7 +86,7 @@ id: GauzeStomach bodyPart: Chest markingCategory: Chest - speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Harpy, Vulpkanin] # Delta V - Felinid, Oni, Harpy, Vulpkanin + speciesRestriction: [Moth, Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin] # Delta V - Felinid, Oni, Vulpkanin coloring: default: type: @@ -291,4 +291,4 @@ color: "#FFFFFF" sprites: - sprite: Mobs/Customization/gauze.rsi - state: gauze_lizardblindfold \ No newline at end of file + state: gauze_lizardblindfold diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml index 2468b2c534..cca16443e2 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml @@ -2,7 +2,7 @@ id: ScarEyeRight bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni + speciesRestriction: [Human, Dwarf, Felinid, Harpy, Oni] # Delta V - Felinid, Oni, Harpy coloring: default: type: @@ -16,7 +16,7 @@ id: ScarEyeLeft bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni + speciesRestriction: [Human, Dwarf, Felinid, Harpy, Oni] # Delta V - Felinid, Oni, Harpy coloring: default: type: diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml index b17fb5d1f3..b9ffd9ba0d 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml @@ -2,7 +2,7 @@ id: TattooHiveChest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf, Felinid, Oni, Harpy] # Delta V - Felinid, Oni, Harpy + speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni coloring: default: type: @@ -16,7 +16,7 @@ id: TattooNightlingChest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf, Felinid, Oni, Harpy] # Delta V - Felinid, Oni, Harpy + speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni coloring: default: type: @@ -30,7 +30,7 @@ id: TattooSilverburghLeftLeg bodyPart: LLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf, Felinid, Oni, Harpy] # Delta V - Felinid, Oni, Harpy + speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni coloring: default: type: @@ -44,7 +44,7 @@ id: TattooSilverburghRightLeg bodyPart: RLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf, Felinid, Oni, Harpy] # Delta V - Felinid, Oni, Harpy + speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni coloring: default: type: @@ -86,7 +86,7 @@ id: TattooCampbellLeftLeg bodyPart: LLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf, Felinid, Oni, Harpy] # Delta V - Felinid, Oni, Harpy + speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni coloring: default: type: @@ -100,7 +100,7 @@ id: TattooCampbellRightLeg bodyPart: RLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf, Felinid, Oni, Harpy] # Delta V - Felinid, Oni, Harpy + speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni coloring: default: type: diff --git a/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-harpy.png b/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/equipped-head-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..8be453ab873feb1de8e22993ece1f304714e9fe3 GIT binary patch literal 559 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uwW`{|JteoRHxqVTSn%jidgR^yAI_oS8GZpNuA8s|zoc1~M_UFvc zpCjBA<9)>Z=S|qurVTLGIrL@zTf?Y{T{ic@y&PN z%<25Gzsk75&kNLmPFFkaKAtB(z5c+_P5)Uc&dYRY z8dT5E4m$IKk%7N>oug4>_~S2zy{jq?1y6fB@xZDoCYKGHx%0Nga8FQ*Fl#=zoFHTZnfJbex1K6pATaP5JYD@<);T3K0RSd^_2d8m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/meta.json index b0b6e0a2b0..93d9fece1d 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/atmospherics.rsi/meta.json @@ -58,6 +58,10 @@ { "name": "equipped-head-vulpkanin", "directions": 4 + }, + { + "name": "equipped-head-harpy", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json index ac71856cd7..cc8edd3819 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json @@ -36,6 +36,14 @@ { "name": "on-inhand-right", "directions": 4 + }, + { + "name": "off-equipped-HELMET-harpy", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-harpy", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/off-equipped-HELMET-harpy.png b/Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/off-equipped-HELMET-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..4c614ca87c7c004d76915f20bcd4aff8f7a66671 GIT binary patch literal 1181 zcmV;O1Y-M%P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1TslPK~#8N?V3$& zOi>ia&-0OCs)K5YMp8yg2%%Ifi0K9s79wo0@R1-kELaF@B0_?NL`0DI*svrM-E>5J zQ$jRUi=?S&M=?616CYRq_r3ePVMgz3=aHE6OJ2@B_ubrc&;Q<;*XeoGAH<{0!fO5# zM5MUi@dsGeHR9$HLEjRl{Rgz4FA|A_kk;zz6NY8A5W#HjMqWy1c(P~ZI#PHE5!WM z^XPU{fSxooNedtS)({E>PV{S6e#JT8%(Xkk^16-G_1Wx#g^zyO(Sw`#S^^le&KVG) zq-wE9CKA-z*g!QEahg_HAuW9L<37ekgTV$Q~4(NdSFfRm#Ur-pJM9K^S3m@RV+xS`ntl9tC zc--{XbSjpk6I_bH$)fO-TC4bGGe z2%$jYKqarpl?d2^8muNoP94#n$1Tp}oj8SXCay%!`3dmij~g%1 z6@XzFhG7_nVHhSa$@^b}TK^OLpJ4$ko42q4md#u8UVyBRL0Nkr=rKWC$*Y^}UBA4pjh3A$O%vgG^=0|K z07~YnK9_4y8|*kST9)9q+*xMzn#rp*0SMtALge=u^6K|TK#8#MR7e&gvD*NPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!Ttcvfg^dr@kP1Fjp`j1eLiIsV#5`E~YKe*>`X;5& zfLLM8VXJqbCT&f%R+3F)U9>v;cXX70`|`!VaTl$iO!?U^(8+?jLE z+?{*VbEy)<*b726ZwX?kvEupHDOon+%O?fhOiOtSnEkjxq|<_>>iSoBN)|;9=e?Pj9PYg5RJ$s4b#?iE$XKtOX%LN}%-YSR z{-);V<~bJ6^JsK*l{)FK}92n-jCk1t)A*uexZk3 zQ*?j0l_hla<2>xxo~YeV0Ue^aP+K3O^om?$Naz6PVF!Ee zu)rz-z5RoI<5M$AlS#-uG_ZrcQmexD?g7u7|LR17<>E4nKnJjcy;4hJl>nfF>gmbE zmakpy;5EJd(;U=dI?ejy1CcDL`(YP}$UYlv6L3XIN{8;|U~%NO4FdaW5sSrCD-&$@ z+3er}>`dEIl)P1PAA!8l6~O-~{3nk>b4B$&kdI`1IEV+2LmRBDR1z2+)HAQ03>^9N z-4i^Hzw7Vyg{bB`K%v{&OoSP@UVYp50J}8#;N@a9VVeMl!{Kl^9MxsDy)!tfjk^OJ zj#a~&|7+0tzr_BpxCAJnn~Q<;y65uxSk&=_!OfyJR4bK2NdQPh_#+;xoT5azmN^t@aa^V>JDBn7-z|q%a??SA7+B840v;2f~&+WN9R4AfZWP(xwV3P*XsmaI=xAt zEdTl!Vb;M=Z;W=eZLy~lThG#;dve7`6W+PF}29J+oi75IMz=e7c3FF7E#0VbXHxK7^0Kpz$32c9o&0rk<=D_?W0dvC#leuq3Jlo)b zwP7(f-n%y_Ro69a!6t|@IWTu|@^^8or+`t8&$`~<1jiQUXSo9`|2S5$|5ZtVrtzWu z0xN*F`Aq?^4PH~|dUFnk!{Kl^91e%W;cz${4u`|xaFhknKbp>64^~p~M*si-07*qo IM6N<$g26$L!2kdN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-harpy.png b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/equipped-HELMET-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..95b5e1fd7f3b957c34bda7bed12f0cdc25c916cf GIT binary patch literal 494 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e2l#}zT3J~oCnrZnM!LAToHMrg?;pBCLr+ajtw~KGzL`+-*%_-!%3}BUa>Q4$nH@OPU&3_EUYb?BGUUZ8 z)#;Tc>1Xm8RbMUKa_;fG8O8~*acdod?77Ztv41L-GyOi(X^};N4`!S#HZ|;TQd=LE zu+^TgR_5N>Uxw_ijiv$5r!q8sYdL(8XT!>ix2)E)bU4Py^-tk9=gwiRPvG9xaHC0A zVcP?H&K&~JHC2Ue{>C3>o&3qhb)}AWL&k#Jrv5q$x^Bd;+n&wca9{uWZ=tDL1-#e4 zR?I(W{B3eVX2;)SmHObMmyvj6cdR4uvwwSJf-sM Vofl^#F9E}m!PC{xWt~$(69ANJ%7_2} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json index 855e3345c9..f6b8613891 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET-harpy", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json index 4dae2c687d..1ac1729cd2 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/meta.json @@ -42,7 +42,15 @@ "directions": 4 }, { - "name": "off-equipped-HELMET-vulpkanin", + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-harpy", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-harpy", "directions": 4 } ] diff --git a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/off-equipped-HELMET-harpy.png b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/off-equipped-HELMET-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..fea5970d5d27770b67296281fef04b92dacc5233 GIT binary patch literal 1219 zcmV;!1U&nRP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!T$a=tabZOe%sPNR6ICWDhI~yHF98q#ue1jEcI^2c^D*+7|;A1cUk#DHOeK zQl#|6P%Fs?1V)tD>!S9ghmf~z{&Qz8OWAdI-D}{?50*1CJMNkJ-?KaGp7D@DN;67W zWr-dE9(D|H{>Ft0V`_3T%}rfSPh0O(cUKp!+meUg!vg%n&X|`%o$YPB&8dG&5m0g5 zACW;$9+L*JsLMeCbALA&$iJDP__riL-q8}z;oVy!7fqNjk=xGBu==tN&=37Z)fN8b z|NG}p+z!RRB>|SD%`qAuwQyTlSV~^+Y;h(G>S#Cj6Q^83URR1Rkbi*lcKurtpuVNU zvvg4!)wgy~_U0_guTG@E{2VGvO63-Hv;*Fc_2(6rkp5>SC(*6idlU>l=k4+~L>=uo zZ`Z%&RRGF@7hSKZy>cP#?{B4|{%_o(j&>mXxecycb+Lw*cW>Lp?|T4?I>33m{%x%S z2(5yG0~F}ZAMgKsE%Ut!E9FTv9uzUC}W7cE2`4;u($ak@-VpkQXe;`sZi+=%2;epWQeg&c~Zm(5FkvY4w_nNPZ4rv&7i3 z!l`;Wda1~z6$kR(NNbeDghXbDf;%EpaB1psCd z0Dk$o8&8JdTO!8*-%8VNrbq}3d^y8(#jHUqlLX0OAkRr02IaKk$=Zt065&vY<?W^l@xv#R@DfB?>SHL&`#)dIstX9VnT>xBy9S9{EP7RM*B6|TkU%g?c4Qdnn z1&Tx8czY}dTiqA^C(+nJO${R5?E9SotZ{mPLsN6vluiL%?UWpFfG2KluyS>LL3 zPlopisyyPHEWeHf7)dDqzkn7%SY^=y2&*hw0AZCy3m~krXaR&(7A=6V%Ay4jR#~(F h!YYdvKv+c~`VD^_3znt96SM#T002ovPDHLkV1mdKFg*YO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/on-equipped-HELMET-harpy.png b/Resources/Textures/Clothing/Head/Hardsuits/engineering-white.rsi/on-equipped-HELMET-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..614b148f17ac980596e87543dc6034d92ccc1620 GIT binary patch literal 1623 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 F{{y+NSPB3D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json index 7786f98112..1cfa2a9cfe 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json @@ -1,26 +1,30 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprite made by Gtheglorious based on the sprite made by emisse for ss14", + "copyright": "Sprite made by Gtheglorious based on the sprite made by emisse for ss14, harpy variant by VMSolidus", "size": { "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..865364771e158b9351af19fe71f688b6f7ea059c GIT binary patch literal 2258 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 g07*qoM6N<$f?dT_0ssI2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/meta.json index e482264df5..ef5e62cca4 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering-white.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..2510e35db9f1d6d3582d926ab1c151425c2eaf2e GIT binary patch literal 2226 zcmV;j2u=5iP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D2uDdoK~#8N?V4+B zT*Vc~=Qgb4jcn6AY!h5NghyP=BMAtLrWHt0n+O6@N<}JFDh1IBz8J(aQd>ZL=(j%9 z)5h<3g$j zGT=OV=ob@T#t-JppVt9D-ur$3(6KX8?>f9+N&u-I3O$cL*NHGs%*Fri3;X8HA1eZw zcW=J?sdP;JMBktst5#G+b=o;EdO^LIu=xReVBj4oBDoO$ITt~DF4>(j-)dLZn5tz- zGkz{((nF)N2q|HPhBrup$r;(+m~ zgy=P2xx$G*Zv<@p_H|Mo{VZ5yf{q{jUe+cCO$1N^+BuINU@>~_m&eTI9Ul}l6`tGl z(hS$rPXHNwWo4yVzI?fy2O0r@cFqTSBCFl`kk9YgIe-4V85tP~C1b9*Bdi3Vo%0IY?zxcH0Xpw*T$6py=8FLI00y*A z-)o+q*eS9rxQ^=wPNxvPAhc)f2w>{rAWEPSz!W$V*sJSBKFsL=2CjGY_S-hZiU8Hq z1!+F87v7*>FHQu&KOM+oLvZ9n-UtA6dUew`q6qlKk80)4>jH?Z5rAIggy1N25$riU zu|)d_`K2H3bfT(GcpHAUQA%Wu4CRlDIUT@)rh|WB_p4&eul|ybqCmqRnRd>jr$*?4 zSO|7M_`!_L|MTCzEbZKBjRNJj+t732&-*Q~arY*_uCC5xG8qZ6o375j2iT829*aDd zj&u*pJWM8&qCYk^W z+F_aZ3|bFl+HK5t@IbHE0c(Bf(xp;YAkz-eqaK&v*#W#~x30-Z1dN=^euW_y`~BYr zchvLZ`4T+*b7bx|C9*ohmES2f#<#yd_gR7aQsbtvt}1#L zpw0eKQf$D_v;#FYHD+{lG%CUJWyYD`c?vK{j_&^Kic6_&3jqenp@XK>wn7lw0Y5qL zsK2YN#c*V1DtY91Jw>)B zKl|!P^wy<7rk(TX7265)_dx3@;rRRURblIF(9U`ET=?^@0d$s5U;MJFt*td(U0tT5 zqeHH}{D~_}OG}HtZrwVQtM|&Cf0*}rVDr-_P<{~tC_k`u4u?1)B)z%eg8ULASz2mnLbh)(`x6u!NQPq5&8yR5qn$I% z2j>W|^X@Av`h~c$KDpo#04Lno@Y=OIWiP_(&m9vTm$bZ71OVnePJn!9vO(?ucjJE% z0dQjjV9+w~U_>Q}fP-%gdVBwsl=-G<@BfzwU@yTRQ@6{p_fQhG*yD<=2&Si}qq)y< z-TG~_B7k)H5ANO?Y8M~(-@PSD$!i3t4Z0{}V{o%#KZ%?iFgZCH*0LZCty2MD7;UA( zRZWe;0pNrizL{VcdQ)<3%!k--g8cn$Zf^ETN$=S5Eg@zv06Vt8LtCoN{tr{;-~FEH zJaJN7!0T-Nb18l*jii!%6UEt(^&dyHpEKacTMJAiA z9XN5stX@?q^tdychjt29GrhRxVOSJ<*}fD>+PP`J*2 z5ZeLGYp)7kTx+57hU9;^Q3Oh#mT@TCGAaKQ;THXvgYwqc`71jKfLdNtvn zkDkSfTzMgIDI2g2sI76}ya;BdFEbBqtv5@O*-cTD$k(rL6?q{5*QIR0Hdi=101Tf! zW5&nFB`r;f{M~B?&GzlvOZO5G0uHz?WkVrwS_DB;QD$}eoqxD~8Q@muvNyoyWAL^;y}i8-i?A{O1tLVA2$BjzcK`qY07*qoM6N<$f)Yeb AMF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json index e482264df5..cbf3391af7 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/engineering.rsi/meta.json @@ -1,26 +1,30 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, harpy version by VMSolidus", "size": { "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..38403243634e396c1de9c019fbf6df117c2545ed GIT binary patch literal 4020 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/meta.json index d977572f2a..0261a0564f 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/luxury.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..2d682adeae078ea1290624e14d3ef56604d56c37 GIT binary patch literal 2074 zcmV+#2<7*QP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D2d_y)K~#8N?V4R| z6-5-sPx&lRsx<-$lv+W)CDxz`fd?^IjWJ4_@Ip*Pz$ReZAi)4NklK{UM>I$%YJymN z@kNnRBcc?+2Lz)eMFc68kJN%G7z>4#LM_+(o9@|cuch5-@0LXOpKNB%%-s2(bLPzK z?ma6ZLWBqrB1DJ~A^xXGaLO)GQc@Cess?#^dG2pJ>x(C1c{)NM+z^ARsw%gnO)qad z@S~_LVtMXVx8?5Rl$~PKs8MqI^l2GCe!P^GmC4DICrz7P$h6bXINIU~jLOW+bmxbU z>(S9EZe8_boQ)H@bU@a$QIQK5E|@w-#$xj1$@1wRNv70(#`8NP^bk6a8c7L?@)t1Q0{;|b=|xxG4U9g^(S+MKTaHvF9) z7~W9QNuOF!U_u<@6&OF`c2&DEitZjt#Z&H2NLljcZAUb7|9U;i)bsQ6<-_%>O$202 zoFT8QS}R+&Y%zV4lCE3vcNqb>xw)qNxqhHKv3grCjK?YTGY;tQx{Ea@{xr_lc`!aP zF;P-dQrt5}BLJCp`qfE(`TIHL9pT;gcpapV7$WH-2b(%Lf3Zo<*EO~Y1MV{g`!OEy z&ePo7Y_5;j<{3G+u|YDTC33xExT2%;sw4Q?0)!t1KlIE}*ZbZrpa&0;@!Qv%jYBkA zdU9Wm2c#@4v{l(GN@EmQvZUVT0VbaYLR=i!O!*f2W$XZ11Q!B zvBq-}vrid+?b@{-JAe}YOP4Mg2M__&hYlUuj)yTs01i-n{qS2mfO{}|&OP;`z$%{)({}-4MOy zsqsC%?{@|kAR)n@FB!*pzp!?|l`B^yJ3Ctn-uv9hl*qIPiRjCo8{VuoVD$kq?esIw z23H_VnboF5R%h7qTPc~5dT(UT zqNS$Jek?65mF3HqOH)&mY1_ShvsBhziHqSK0e-d}NKQ_chK2^WG;O#3vgWsTfK!zl zLq-@+6MBOh>zq~z+yPG2oIeT-R|LkNm6a7ac<^9k@7}$U=>5OlMnk5Ze#SY?aRu|% z)YO=Nd^+N%oqk(>Uxy%*E?&G?PMkO)#l^)=YkSa6KjY%<1m>GRf4-ELmpd&TgMP-@ z@OK$5Om_M5Wk+gz+>Ac`{p)wEf69UBk+5FtW@ z2oWMgh!Fo(SU)Q6+O@00=j`n4>|TBByeoR}H#x-Kd^|FsypvM#gz_k7tS)}D!V2Gi ziFqg1JUu0#9(`#s_1*wnnlg*k1=u*jw*xYN`oWaneYC>l-IN%R8=wuvf{X&Q!cmSF z->-0!F={;g=mu0*Kk)4U5|Myxi#h=%lr;J}>N+GyU_9WX47k<#)X@#7u72SAz}On8 zjf^b&(UICRvYNN^CQU(52a!e>#*>mK5eqPU{^}A_2N$y*m)wL@UpiPvfbMmS$M7c> zZgkURdIbfYzi@V%;e;C$N5}c*_k9Q|&bJOTE06JfGe8I`yov<{F9+P{fG+5yUy0bj zIs!;b_wC!)q@zej6A^%PIhkV0pt3V$hLnR6U^GclQe>^IttM4&69LxX9N;2vk3$X| zIN*Mx3-rULAmHVI6K-@s7uCxd>KoQu01qoBO`2rN#>PgI6(U9MJ(1%L=7s|S62rb{t7tYf)j3ZKo@jEH*|D{#uqzx?lcp#-*)WS5z$mNrC06^ z#B!>v-xH~>eqeoCLgqc~V`XPppopgq_J?5dNO^T#sSJ5wiYssU;r$fo}si;DQrwbU+t$@}}qg!a8Ij zB=-(@`|^_V?STF@6@6Qb>vmA*cE-uK0f!D9vfvf@2QsLe86n09)c^nh07*qoM6N<$ Ef;rgbD*ylh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json index e482264df5..ef5e62cca4 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..8ccba9f1fca4cdb516c318fd5fd8c6cf15cafe3f GIT binary patch literal 2577 zcmc&#c~nzZ9)2uQOxP5{8X<-R0x@|3!j>k;o&*U544aA=lK@Z1(&PaVw4zwly1<|! z1X-$1nTqj2xASmR!-eW$0y06zi5cw+=yKqHs6kt92Ul_?ec=^I7#_lkd{~1&8zE5Sy@C_ zf5;IRn!K_wIkV8$*VoXyI+jEt=GWth5ng#(j=|zwT*RV9i{8y#U!RoZ11=}{#Sxcs z$@ByUiNrNnXqbWS?(RV(5=B;@n~<;=X~b|Gahahv3rb9kqS0g>BR=rq7!rw1BrjzM zO)>gtNa;oON4E-o%^Zf?%b&OSaqfq{WePEJ8V zL1Z%7!9B!_!eKBNVPRn&9v-2gp;#=ILZSHi`Qh<+PEt;IY-UJEh<^yj*&}G-!iBtA zy|uOV#I@9^n`vWLQ~4nwO9YCz#Py3D91OQs#n*Om#w>NwYzjlbd2Q*dY$SjFHHXc1 zbab?`U+PVZCy_{=o}THVjo#kgyyUzPc9LJ|v89_@19qQXvc8@Ym^9Chg7{D9pX@}s z4RA{0iueDg2K-(4m9a1uD7l$x0I)q|e9Y$WU-1k8EMQ2O0cY?Nm|}&DCXy)DNog9H z5ph_-KVniVvpIX>of9 zk{o7AOx$cbGGY_*U|7in!Q$d#T5%vvp~?mQk#h#=0boD?6+uwd8|1J^LzSz&K9J1P z#7Na*6{LhAg&c3B6|GYg!fXPfz$8r~{z$DXR27(rC1OxoAeBkwup0EI`5V=murQSK zrx3Y%)-1#}&^UuY=^vpyB`jtjCd6uxwPvLwBE%+sH7o(=0Kfn`J(Nlhpaz72e@I8f zOT161e~tK*>Cbgj@`Wg(kaaE&I#) z4-6j+oKsvM3fJT`Qn|>81%A8+#?i;CB$XrgM}=Gzz^u9x`F-}|#Y74-IAb-xi66wc z^!z-;*3;z9%UNefN?Omje5upgNRLo=W&x*l|4go%P)uL(N0Wb@+H^llyS$(LlcK8y ze7v!#x8>mS`vaJpn@8FQU9q=czwJYT$I`xDutSuvvKzmz$Z4`V(ie3)qYpK5yY3+6 zNm|YEbSGDni z$8dY6n+n}J@Ay{`+adJC(*ixJ_Y^In6}q_hR^UJpzprp$!@|CcuRrK+`*iU1X{)GH6;oRvttZpw`n5BS3vL{st{d7gsIg5rRVe+1RsA!y zyFYl9uBLs=b=ByD67LJ~+#V=vTy^D+e$-_Cwrbg{d?Auo50Jx;hne@7@_ziJgO+ctKrxP`)g`rUBq`6*jhy}r4lzw)rv z^ZD~JaaD%$j9bZ@iBjC{iOLH66Hmk2w#p`9#fUj8^~l2a+bZLx&JXz>b$&g3B>f+w z=EL%tH*ZeL8h)qW5oe4IJRC^Kau8hhYI{+AXH8EFJ?Cs2^ql&=+HC5}!6&LEla#FT zolsWC!*9&Fb-xOm1x*`koBQ+~L+yj_y{Cm|lk~aAVj23E$2OszFju(MVDGrZX6vSt z`4zMsX-j*#2dy^i(<`L9nCw<+jKf9;-O+jdzo((p)8`t-v%N!|hqG&>f;7LA!67!i zFAbL_Qp;X>?bw1gyARI9##?81eOKx@q(xVCSw&nlOjsJK%RKM40{1MP#SgIiz9VIO4W>4_&F*R&+MZt()493-f;>Qm5&{_SRXrrZ(XEbI z%KfxOZnkf#dGyfGJ@A;)7#noGz*X|AYS1|+iM6y7i>;GTzNp9pRpN@#BdCs>zGbAM zgdHvX$YdqMYVY>oAF|)|RG*w#YgbuXzVFmRqK^+*1Dq4|2U@v%G~-#x{SIhz(E9rD z66;>e47bX1foB=5jA+{vJ#Sig)4H=_8n@lQsNrxWF!bhyy$73CXMSi~PvzQa`tF}W z^6uux-V5~UzR=&!luEt0HzqQA(tR;ZM@xg9R?smLmB`x#`Rv&W5L*U!rC4CY1vHF$ pwPS*2QgUw+ulweJBNoq_^wHNd(WPV8FvkC8UTk8_iKw+({|!|)D^maf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json index 31ae448b3e..64b98f1e79 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..229b19e724d307cdaebb1acb4602fb26c6ada67c GIT binary patch literal 2338 zcmV+-3ElRIP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D2)9W@K~#8N?V5dT zSJfHEpK5=!bWmD(X=?`yFF~kF1&nrDM&-XdcdCqfR&dF%od|J{OR|IL=V%z{hnzk4>K#-;_#tjgpX^U|K1ZmpB=}qwQ zZGZOuG5Hm_>FQ=#fAd=zfmk*isPO*w@ie)i<6H8?y_G}qs1fF0bJwy!Dzg2xeR8U^ zNM<&!apt!+z^l6&ypmOq%IgOjguyPFTM*QU9652uD0Ropv!rgY4O%E8zGUuz1cVP!)x!BUsgOJRf|M+9uZl%ewoyt{I{vgomSw)KjLGM z!Ku5QZ}JHUJ}ASWnF$>{a-i+FkNcBBn4iJtWM|2={5-??%&{#}_WLa+W$h!UUX5hS z@BAJ>#GO9fU;nIqKpA!J|f|GtK(f3#goSwC6qzh+{>VfA8CejEtG)I`GdU z<_SQmGC(^Q{t+L8Q)&uj!JN-|MT2X-yQjyv*yO1*Ox@yng(d~>9QXU^IDgix!<>l| zP5ZWvPC5AC!7)Du%bqJUk3smG1`QpH#mr2TpE7yUFdo`qgucE$legt}ehM(~?(S}> zJ$ll(7%AnjK|r#D2YSB_So7IgSthTbj2zI8ye+@80eHTam(G#i-d^Kkq?Gk}oeD6c z85wrAq#f;T;cNgNFT7wZzp=!WNhwG5*!yqrJa5Rod*lA|9ybS+kyB4Q7mOMM0C9kn zHMq2_)X4t2|FC#{amk2f$?Z#*7#RT&CBTO#|267&hAlJ}09^{WcwX*gX>IQqCR5lh zKPv-(d9w<<;(~mM$Nd2|w{{K&#Y=-h?@F1L=PQtv6_ds@Epoi!j3JN80E+83U*~0J zW}CbYUQ^KD-z$e|-nCmR0i2cqgJa-a7uq`IVqd>WRYrZP!63PG(4;CG3#<)LFms-~ zSW{{)@)z2=GEO}9VFqbpT`KUMw|?N!e`Q&oOqev)EHS+(Bd4Br!7Wy>GC+BGxwmn3 zj`8DeyrIbvPgY75f08E znKArN8X!tIzX<)mVcY;gnzk4>K#-;_#tjgpX^XTsfc1;eeQ&PuUS6@?yn=EbfXzq1 zeti^sfUa1%qYBOe&LjXfQ1#40Sl7|u>;VjZ&goa=&Y9nr8*krc_5<0&3-9Bl8gMO| zTQC4OI-mX`&|L8q}8 z!O8%TKKaN)X6LuQ?Xc|5SztbW^{_K(@H{)Vd(&?;0iQfo{NMGOP^1@e{V7*aOrHLM}j=@9|XQgV|4;6fQV{ z>JiorUD4SFRt6xVatsCNzB@z&A@&40mSVFP9~Iz&6K-@s7i79O5$I|)HtQvDY{MsK z7|Z|hSdsY)W3v;REH*9PYSuMeaKf!#7zVlyPFl1vVA-=(a_DHiYU-x+i~S)*!@sPT;8*wtwQMWfY)K`UY^p2{$^ZK6*e(b+v)D0Tj3x>r4+U{Nkr; z<;6`uHZDjMMv+v3zTtoiPPhTOpi|a_38w4SzmR4`7WcHa=1<&F5PrI~EHhmk)5ljSh;iZnm&CK;ll%GwW-lyQf!< zy!XER>5Vt#p4E5BYrFSIXIFR7B6`p_9B{!2H#(q87%sa~*8c+tLUc@^VXbB5<{SAf zrL*Pjqo+(Buuh-<&92BdT;PA;+p9c%0)a4hyuHPE0OthRs+McSH~Rh664*;np%bp&Mlv53n`>9h0&TkK1+i`s?lW*2m>STl-M? zasVzk;np%b=@|jl)dtQ%@QUmyQW)PWR~5}M<>J{3WK#2AWNyjzrhGX77o2bdbU`O{ zbA_`306!p_nwq4dqQWDk{BT8=R904|>^ndK2V9?~!&u-H1i}3I^SzQ1|AbgwU7Zva z6-j=+9}p>P-LETNh%^@Hp@%R>OG}F}LRg>r`g+4_H!hL?0B~rZpjWtFqyPW_07*qo IM6N<$f~cZ)c>n+a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json index e482264df5..ef5e62cca4 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/salvage.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..43af6d982d916551a39e02afd57c99a0722a3439 GIT binary patch literal 2376 zcmV-O3Agr%P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D2;E6UK~#8N?VAs5 z-BlIG&s$vITKc+nypFZtng;8}TC#$;Y{Wn(l7RRxs0o-TiGOA=Q5PW!S=5Lz4kJX3 z2?iWEjSgj5NDP9KxndBT{c)AKv2MUC)R~CgzvH%B(|3M&rPMVYmWFlDh8EP^0Brxk zV&&ieM!Br4UnYs65vf@klOr$pO53|d`S198DiHsoOzDe`UvExVl$XiMcvO~FR!GB& zWobIjg^Zs2*k!7OimhL0&GK94N6x0ST=T9=v;5d)syM+Z0Ce)njuA=qwMeSw@2aEI zb^-L<#}0c{h6IBBn>_6FUXu3N1oGJ1fFJ@vu>?J&xhUA8hfZw4^4 ze{6kB8!E4uDH&-x=LIr)uO0QMUnpps_UL@YlBmRMs%6{m;W-(whzj~%djg@BImdIQ&7S?`nq*a7NU;PSyY06haq zIXyKqu`$!%`RN|1UKUfC1qdZFdhR1*PrWceJ6(w?o!Be`?%MP(9r^U1(pti88Gs%3 zuKale(0)v^oxiauDR+M_s;S=BJD~ULYOAzFM$dihEC|#u1k|_A-`YB*I!5{zyVfe_ zYrnfrOJwu_I}3sff8GGR_Ig4`nNEFw*S}RqsxtxyI$zCR$o6PphduSEUkIpwvVT}R zb>DAKsg9B6f{)Hqnhs!xJ@s7p^9JB&k8Y39$Rm5+%FeLh?Teu@)!R&sePS@Bx3&%n zt5hAomqh2j;*ik;?D!2o1E|V82pj;ObrwDMeQiYF`IN}^dMpO&me)!o;ucHnuy;k^ z0DR#3wepAO-XlAnYF3#N8GSL4PNy~1>D-&inHhd;d|XRp^!jK_+XaDd07yeiDZmWR z#K&5DJUO8yGJ1d=_JyXuA(x*{ljg{bHYKtJBPhR92GAH6>+F}hX8z&>MBIR$`(~R_ zhXQMJd~8HJ$W>hxlfmKXHOO>nI_?MM5Bvx)>9N)Z6RAlpk+$;KRnl>!U+#Hi_MXe%fz9^CfSoXkN+&wcE$4>Jf}ekR+;cK&4!KQekRzboc6l#6`n>rJgf(!AL4dju97 zfd3VQG6(!WqZEKldBNg>4?s~TLB9#e6+!)g*XmqwlVH%G2MR!t#={!@g&;`A1kQk; z-hXeX%iJ)r5Z|2V07jHQI#_qFs+s-fKi`>vFf-s>Bf4eFmdK`$?w#VifPpW;d! z*o)`u&+5w?q9@gR2jPiFe-eQME;!-F2YkUNe8We4b%j#^ zNF(;*uUNHGiE@D>_G!Ghn29f3aOMKv@DX2K;hX{N!x7!XNBi_T(S1ga9e+K$H^9Ci z2NQ~k<`efShwV{v;RC*yU-*cxu5f<@8fU)CZ(Nhs>!#LssBB=`T;4mWO9j@)d+ z7xN34uPz9b0k&IfUuV2vRL&R9#f49{BOH1L@H+8EHFxWqBQg*Ds_?@Qe)!~PzoJ77 z7o1*reZp7Q#ZaIOcyiyQesr|0=TB{n>z3F953kU30vwJi=0b_K;eZQHxbXp)U-(#* zIe@+R$+xDmTh?rUb6}C@5l8qY$BuBZVP_KHgc~35#kRxo5no;5902y>lM}PgUQgc{ zJ)FSCsO<~peyuGAi~~-%@c~~9_=vBra1MYiF9(MvrJ^D(m(FYG-kZcb&>QAjLDjY>QJ}D z=K~yY!3j4qzTneBkT+GluN0e6*I(77on}eO2gtScDfvg=;;hU+FC|7(a{rFQq0R;0 uxV<@DQ@L2z`}1)R4xg2dgU18#iu?x&zOS>$n!Hp10000k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`252Ka=yCNVQ-y1IKhTKGF!nkcEfQkB{&$5*ee-CmZt-rVZCh5Aw7;805& z4+BGWb#;aY2ZsL)N=i!l`uY|Y7EisjH8nMFyK5R47)VP?i;0N|3JR908(3Rg2LuGv z7o{f2DeLO$E|!!$W2_O#%z4m2CtFaZM@*qdOin{erbbvPl9|g?Nj2HoT}DV4=%T}` zO8tS9eo2sD@PCp3L)21>??A1b1s;*b3=DjSL74G){)!X^2Ig2#7srqY_qWrsXHPZ| zXmu7gTB=$Y9I|K2w5aIF(x3nB&l^j;XgO5%``P2lZ6eQj^xH+u0`JDZvVU-&c?Hkx zH{WMue%Cs^DfG^NSI&l@TWi9!7hkPm`xd#f{&x7zrKW#;L}yzzZMv2*d1lX=sndJ! z$A;&aZ#kwrWy?*mjcTm-UsTt#WNdY95?YkBx@670Bl|Ay&0kv2oT0RjvBu-2q{I8i zH9u7TFgi#m2dDknpfec!o`;Dfj-&PM=-TK)v;xEerg+K9s z1^C~8Sr{*~Wn~%vY?U*;2BPHUyP;Gz6w_ZayW{ z_L|la1E!_05n>N>w@|;l4)J=(3K= zfkOu+4{1!>Xe20>F>A;1^Xe~Z&UUjLD$)~EJM^os;_ZW4oee?`!R+pUXO@geCwA%M)t= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json index 40d49ce92f..80c2af9eba 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6a1dabfb68e80fcd4020dda7975f81381b9c77 GIT binary patch literal 1198 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1Q2l#}zCNVSDt7~Vvx|=AeT(?m7ceD((wAm`hm*?rr(BQ!EpJBbZ)luJI z4+BGWb#)~rC4GH;3k!>MoX)JY%d8 z$jo`nQ1hUHPPU**kC;M_n4E@`OpUOTq=0xNGnc87YO=Gt6BD0|kTB3KRkQ2f0V&;* zAiv=MBmjn`@45d1HF6esL>4nJ@ErkR#;MwT(hLmD<(@8%ArbCxr#&oMtRT|rsIkPC zCHM8aZOc5jvdr#%|G%bsovZ8Ow`bm+e>=1DVD-b#1*t68{w?0e_+PPMqLX#To~Hp# z|68Qw7j{~t`%IAN{>6LVDZc2a3iF+ivmkt+^M+xWufPx%s*Qb4mXJZ#8!5#&0Em z+~xQ#`Es!r+O1+de&->>)&;W#-n%Y5=s4#+oI>yVh{eZ9%< zvg?ys5_>`2WdVmny0VOaL01IxgM!9j9!-}8oy=B| zAI{4rgfBiE)ZrlbfbZ*37W?uBz87WUN*C@h_G!+yK47-@9Ye!iZxmTT1)Kn4}_zh34yXLgj#Im;=Uaddn&a+*P9`Z|Mz2~2RrQdFa=CgypYLcuypOK?aq7S+1|W9936YJ zvr*y!!wSEBEB8dRS;U+E3t@cV#L*>d5j<~Cb-d(#!FzMaTW7e07-%L?y4E#h40F}*u`!W%usE8B8^v+q5k@k-*;q@%!m$>8bg=d#Wzp$Pzz8w-B` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json index 7863947d1c..4aa4d60ccb 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..01080df27ddfc2c5e68ea64ee33ef9c8983eccb4 GIT binary patch literal 1208 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1Q1o(uwCNVQ-y1IKhTKGF!nkcEXwzkfkIrEjO)K)pZdUfqBTeh4#ckcG> z+o6^=>&>l>`UYROP?wUD@-Q$|Qc}{_*H>3pXJ~M+u&`kG&!DNPX<%R=EiEl3CMGB- zXl-p>UzD08r>v{1yI4~4jIl-_Gv`4A9Std&9x;V%L6v}j02v`+phJq?cbx%JIwe7V z!T*T|49Bl=_5k&97I;J!GcfQS24TkI`72Tw7?@iCo;_Pj;F#e#0YgRc z2{UfZ%e|9#_ua3*`|nqJb~a7VJzxCq_2uuLd(QCKv$;rK{O|vl^-m?k#D^39nx{$a zJ-I1IcwK$4phL$Tv)Q~GryQK*<)yYh=E&Z@>q*fXu1zUBZ|e&_sSEeIv?Mg}$lbQ$ z`|^FuojNBcFj(A3GGypc)GD=-YvPq+(CKSERkF}n;D^kb#pimyxuxG)@kryCh<;;cJ7?HGS#NmvDo;Z8>#WzdTbQU+pY)&O!~4k#^;4dd@Y=YDy_L?M>@LIn;m=w78OLvkalhBH zI{sVg-TSVltKTvTjE=AUl{v#>?zVlJx&9mLSysG#_`vp6L4?YJ+7Ie2j31tu?(8y+ zI&JiF{xSUvV9>eDpCoXm`=M~>S+8mVv;7Pl9QUuTe^|C`{f{R`B6;t-7*)32 zSornLWV;TJ3TR?u5xKNe=7`)32QT>N!PrDvyJ> zPQV<;=TTdhKgsoF5$9OjeQUX7#JgX7|3fR&kC*8-?|c2=czq~0qviwAe~*+I=GbWj zF$LJiS%2N*_o6HP>fV1IazV2WUKXy)&%gV-dV@<<{rh|O-Z2KU*Z$YfZ!>ptUAl=E Qm`fQvUHx3vIVCg!093;!xBvhE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/meta.json index 373d282410..90e3c14bb5 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json index 58442928ce..41acd5c4fd 100644 --- a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json +++ b/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json @@ -6,28 +6,36 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vulpkanin", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-harpy", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-harpy", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png b/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b4c824221b8bf50d91e48923a5b4fde9ee6dda GIT binary patch literal 915 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+yeRz*wH?>>S|f?5q$_l%JNFlghxL zaenH=z21i%B#zCm^H>^YwL(E@#=e{vX!J~iz zf!IG%fA~v8V?N6wEdmNN^*bH;xB5m|8Zarr@;`E!@i`jT1_}A}Sgyl6b9TR94KIa`XMZl*`*2xGE)Tb*~&a8R#@~PhrsN zE1^qQO1b>EjL$1a}zR{>Syy zh8eXUsl-;~GCH6rLw?xf`6g~5$47&T5F|J?kkk9yHH{&7gxUjXgbM7$z zJ^nr<>a%aWfLT&0>#8#+*#)!g{ZOYB&o#B8wRqxCKF&u|6e!A}~F8dAc};M7Y15b~mrtfT#6s zOTvx#-4icdcaQ zuiA!|iuPyD^M!u@In}>0KIO&7>@M~y8J82!#hH~J39>0G8|Cs|5mD-zbb2?RM}onE zVJukEp9bhd$1jYa}O`P>|j2^Zj!z`w5{<6^sU%%wG)x z_`Q-Qy>@V4EjFjDfw_URYxUKK>)&&1yVJFVdQ&MBb@02RNT4FCWD literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png b/Resources/Textures/DeltaV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..8ddb6b20116c7192ea22128115f8c877bc9021e4 GIT binary patch literal 1431 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 FV1o9hUXB0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json index 1253f8b4e6..4844e816bd 100644 --- a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5a7508a9adaaa0cf4ee425851af507f7b06b4d GIT binary patch literal 1409 zcmV-{1%CR8P)4Tx04UFuk-ba9Kp4iKen_QOI;bEbn4yY83q?U3rGj0mLtDYBOL9$GAxXm} zMT)E7;!to9UHlsS4|Ek=6$C*MMBLo{TBOAHnnH`{;2oFu$8&jJ?w$ku8J!t+FbNo@ z!?Wp>v{YD@LN5qo1R(@5AT!&V&&}oW=lHyXPt@Cl=!O4{o}y|qz}HPY#Vqa+&k$$U z9ZT>waX%}|MdCx^IHv;=UkP3D_*rnt<9ES4pPi+6B8?OzD5zo$IvgaZnv~h^zGTz4fC_mSeJ#|$$x%X?ym3;i)K#Ub zk*?CzQ4_iU%+uB;C%o>F6wvkLx^JUEXa{K2UH9wAbsNV(;1Rem+x`mWH2pz(y{*L# zfaoT0cG=dHUEq8R7<{l~E;pqBEx)D#uctt70qDB{!Yf`@t$m!_1NjYlqHADp9~h(m zqpRP^u4nP+sZ%rn003Z6OjJcIE-)D#CJ+-DUuJS4Cp1k_S5O=su)WGJbhvLlL;#=2 zDKJ4~F*H~uC;+kGIz2-nCo=$$wjClZC@(%QI7$HM{{Wr;A}KZ~Fh3U?BN7%J4iOe6 zEjwRkW*#Cc0001>A4UqT+a?v zb`rOB;`e{cu87VCA7s+$-|Wm8p@p^hGCJD+6W;>g0)kB7Fzc%D8f&d7`K(t*)}pi) z)`zQr@VzmnFZtc1&XFNB@P=GPA@RPa9<6fzX3@hVn6B$C7nF|=XNA~ zT|qcE3}mi!?k_w#j{b=Pgff1&Fuq;|V98{ZNc?~ZT*==Ah>SH9ATTED9D?vM4*n;( z7;}CX=!g+x2%|SW->(Baahg*E^As~)4SIeiHkOFIw}uhthkpk=F~$)Q1eDVJMriTk z2+NFRxOgmdRe+}1kC?-G0{?Onz!Aao;?DXA#m_F0S+NrLhv5X7y_&R2Jno*U+IdcRMfudgpZpTD+nC|ILfM<>~ z3o}QwtqWj>qQ8T{xxXk(kzXP3%5ma@F9a~vvVwJidD#V)j4uVqFg9630KxM#rDsh5 zF-DxYUpQ$oi|_zr5EC!*$oWG6HqOa!?1kKygBbl6=7KK-FoZuCLQ{Ys!6!beU>}p+ zund*&k)X~WHrCG}dif?)6&n0*A~L~V-a-9Z?5Mr#pYSd4Eg&ca@MTx)6X3h4RzhBp zV}cYyYgHh>XdWgxEddv2u*Dm4cq?~Ds2?VnssH&68Ax)6q|gw+_vDJ(O%81pGz=Z} zNFy4j@yVipN;294lBQgZeNqo_A3?xK)N=xj0|wcS0KrT0f%{h-cfjSG@|e~n;?hsa zNn60D22Ftlx3=7EEd}xyxqitl>Ja2@*OVmSUO30G7C1<{Yxq@Pk0n>j1?SAB1NAq=3V^#-fv!04{IzHSPYQVDQ5YuXP}A z{Vpl+7X;{CtAf0BN}-LzpQ08LnPu8QErO;3CgAf34ydPqQUdjC+qV4$(R_-DDZ*>Q P00000NkvXXu0mjfKJtEZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json index 1253f8b4e6..4844e816bd 100644 --- a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..c87fddc15feb19e2cb35b37f757a40bf5b981f6e GIT binary patch literal 1414 zcmV;11$p|3P)4Tx04UFuk-ba9Kp4iKen_QOI;bEbn4yY83q?U3rGj0mLtDYBOL9$GAxXm} zMT)E7;!to9UHlsS4|Ek=6$C*MMBLo{TBOAHnnH`{;2oFu$8&jJ?w$ku8J!t+FbNo@ z!?Wp>v{YD@LN5qo1R(@5AT!&V&&}oW=lHyXPt@Cl=!O4{o}y|qz}HPY#Vqa+&k$$U z9ZT>waX%}|MdCx^IHv;=UkP3D_*rnt<9ES4pPi+6B8?OzD5zo$IvgaZnv~h^zGTz4fC_mSeJ#|$$x%X?ym3;i)K#Ub zk*?CzQ4_iU%+uB;C%o>F6wvkLx^JUEXa{K2UH9wAbsNV(;1Rem+x`mWH2pz(y{*L# zfaoT0cG=dHUEq8R7<{l~E;pqBEx)D#uctt70qDB{!Yf`@t$m!_1NjYlqHADp9~h(m zqpRP^u4nP+sZ%rn003Z6OjJcIE-(-i85tcWUuJSxB`7*QLrqavM<62duu!9EA8$QG z&&ygVFhOZ4EFmW}|NNfs>Q^EsF&-i+DK9%QI7TEXGb%7V7#kuJ78?%{70Qe^@9J15 zEjT(F9baZ<0000<;(!?d001C#QchF<|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0 z|Nj77TpR5G000SaNLh0L01FWS01FWTe`H^g0009WNkl0AC;wEmv zKDWJd&+q@1U2(Dv4rH#=zuB3@vKH17pQ80Y@f3IpFfsvBVyL<*c&(JuC4bmtNU?-c zus&S{nD4aKw&Zt{j3Y~E;4Qg|LgIagHYLAV^l~8!f_(2RU0%)#iKpIw!{-Zr7a+Ql zbH?;H2aE0mhz2s9|4!DxI{4jCgNA@}Hwfrq8_xrY@B9zMS@1^$T7k3F-7G0xi9o9m zI;3Dj$oXBsP~^yr_cX-&d4MO3Q%YePL&om{j-n=GT;G$9coY8yc)}h*$oNcvBgYtc z?X+Ro!2(<%N9=z~xD4x+TI#99>FqqDYe*?S1+!a?#~Kih_4WMjbV%jUkG4uc?RnO)4U7J8D9!u31E>m1Q2{2$MjzlK#T!9_9vzy zWDy>SNMejL|KQ zL4*LV_U0HO0t_P801bh4#;wiwYq?SmkVpN*EoN~r^0o^X3HSh=?{0R!+jf&=0yAQVG9>$4Tx04UFuk-ba9Kp4iKen_QOI;bEbn4yY83q?U3rGj0mLtDYBOL9$GAxXm} zMT)E7;!to9UHlsS4|Ek=6$C*MMBLo{TBOAHnnH`{;2oFu$8&jJ?w$ku8J!t+FbNo@ z!?Wp>v{YD@LN5qo1R(@5AT!&V&&}oW=lHyXPt@Cl=!O4{o}y|qz}HPY#Vqa+&k$$U z9ZT>waX%}|MdCx^IHv;=UkP3D_*rnt<9ES4pPi+6B8?OzD5zo$IvgaZnv~h^zGTz4fC_mSeJ#|$$x%X?ym3;i)K#Ub zk*?CzQ4_iU%+uB;C%o>F6wvkLx^JUEXa{K2UH9wAbsNV(;1Rem+x`mWH2pz(y{*L# zfaoT0cG=dHUEq8R7<{l~E;pqBEx)D#uctt70qDB{!Yf`@t$m!_1NjYlqHADp9~h(m zqpRP^u4nP+sZ%rn002%LDKJ4gJwpJo;2|e7 z0FbsFA}uH{J})>*0O!HYhMZ7aJoI799=|7A7q_UuI?=A}Rm?0EkY<^8f$< z8gx=lQ~&?}|NsC0|NsC0|NsC0|NsC0|NsC0|Nj6KA^_R|000SaNLh0L01FWS01FWT ze`H^g0008}Nkl)24Z@fZGT z{@%LrgQBUB`HRR8kxRuN4Y@)n#9ie)UU>!vdEuu*W-SDm-^B!IX)tQscsw}qcL5RS zc?08l1Ff?Q%Evg$PZ?t@`CVX;q&^1qFg>mVmN?DXgL#StZw+~UmE^oAyi53bv+uwX zV+?o@xa;G0!ftOPBQLrP!a_F%WSWU!ka>cCI|(qyA>5)!jKa`}!N{u#Qoxgdn%Q>& z!WY;?IR;KUX1_yCaaI@R8G(bp3#1UD7Yzc}7(z1p9q@_CU**bGJ7(VnwnT8*?F4cl z+|z?Vnp2#UGIQkFwg5Yn@goA~@v1Pz^p3!Lic>oHN`O%73bqC2Wfxcqz7`Od*km06 zoKMq~uPp(5jGVY%oU~YYcpx!}DJ^;_`9pv&HH39%Ji^*5&smo+9j$l$6P^N30YxRi2hmzz zfbXWYGRlq~6G{l{H9>vRJxqF9f+huDy`hA7%^jhAm}utl=Qk9{9%hA(0N;}<*-Z~^ z6P#ocA7w=6G`@Jo=OUvopk>O{`4_W*M-MdpndO8`ec=JlYwH@V4+B0rTWXrLQ*@#uE4sa_%SdKGn|0;!$(ZZ+7sB;^*aJ<8G>3Mu1PoB zms1#1yK9j$BzteeNaCA zsU`3?1mx4Yit_1PLc5WFih9Uoer!j}gRTMr_}YU5W~pG5!YtdiZGQn{0Xoc9*~fbT O00001%&#EP)4Tx04UFuk-ba9Kp4iKen_QOI;bEbn4yY83q?U3rGj0mLtDYBOL9$GAxXm} zMT)E7;!to9UHlsS4|Ek=6$C*MMBLo{TBOAHnnH`{;2oFu$8&jJ?w$ku8J!t+FbNo@ z!?Wp>v{YD@LN5qo1R(@5AT!&V&&}oW=lHyXPt@Cl=!O4{o}y|qz}HPY#Vqa+&k$$U z9ZT>waX%}|MdCx^IHv;=UkP3D_*rnt<9ES4pPi+6B8?OzD5zo$IvgaZnv~h^zGTz4fC_mSeJ#|$$x%X?ym3;i)K#Ub zk*?CzQ4_iU%+uB;C%o>F6wvkLx^JUEXa{K2UH9wAbsNV(;1Rem+x`mWH2pz(y{*L# zfaoT0cG=dHUEq8R7<{l~E;pqBEx)D#uctt70qDB{!Yf`@t$m!_1NjYlqHADp9~h(m zqpRP^u4nP+sZ%rn003Q3OjJcIE-(-i85tcWAty9nW^zqYS5O=sSS2VrJwq`*S}-?7 zZ#_iM%UUTgL1ZyB|NNfs>Q^EsF&-i+DK9%QI7TEXGb%7V7#kuJ78?%{6)-wa@9J15 zEjV9hW&i*HyevN40000VbW%=J|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|NsC0|Nj8Z z8Fml=000SaNLh0L01FWS01FWTe`H^g0009PNklGVJO!Qt3?V?OG*nv^yf((@n%~=GNoicQLhCD3 zfqA2~HZ{LB$vV=6CwNV+p^$k$=zw05Ut9EYB16{N^BLFE%e}%EfA&A{_=?{Ih%R`D zbJwdyiw*)rj_lxnQm|<4{MOJHLl_SMN9MxGsG%JA!T+KF-mUqTGcZ`23t@nOHjNn= z72|*J}4Mi__|%hEm$~ ziYZqMfBicK1@Hg?!0hcuO!LwcxGl?f1QwZsS|Bco_hEMlpqxw9 z1f&2#0I#^|)iZdb;0J+f)DDUZs;xUdD`1-}u^Lpa06yLrtNY_wLF0!ne7Of??`)C3 zAwbf=$llpPYj?Ez8!{=JHqe?uR{;rlJcAu2QlU_c61m-Ow@*6yeWBpm1HJ$N002ov JPDHLkV1j~3b8r9v literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json index 1253f8b4e6..4844e816bd 100644 --- a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..16687721a7fa4c1a40f99c6d3f1938255bfa4b37 GIT binary patch literal 1375 zcmV-l1)%zgP)4Tx04UFuk-ba9Kp4iKen_QOI;bEbn4yY83q?U3rGj0mLtDYBOL9$GAxXm} zMT)E7;!to9UHlsS4|Ek=6$C*MMBLo{TBOAHnnH`{;2oFu$8&jJ?w$ku8J!t+FbNo@ z!?Wp>v{YD@LN5qo1R(@5AT!&V&&}oW=lHyXPt@Cl=!O4{o}y|qz}HPY#Vqa+&k$$U z9ZT>waX%}|MdCx^IHv;=UkP3D_*rnt<9ES4pPi+6B8?OzD5zo$IvgaZnv~h^zGTz4fC_mSeJ#|$$x%X?ym3;i)K#Ub zk*?CzQ4_iU%+uB;C%o>F6wvkLx^JUEXa{K2UH9wAbsNV(;1Rem+x`mWH2pz(y{*L# zfaoT0cG=dHUEq8R7<{l~E;pqBEx)D#uctt70qDB{!Yf`@t$m!_1NjYlqHADp9~h(m zqpRP^u4nP+sZ%rn002l(OjJcIE-(-i8DC~{O;J}F9VR+GLm?+L&&ygVFhT$Pp6}{c zA}28(A}T2_J25y$Bq=j0FgzF=A`=!H4-pmb>R2Z&IA3OF0001FzVMg;000HHryG2p41yo_e4c>U*uQBmO8)eK=tDr7 z3(2~B;JX+dA-EVz-a4wAF!OwdrrSCwAE!BoFi)}IcL8#g2ruw_NAH?N-1J?Wlq0%=ZhPRh)Y zvCjgeMmGZj*ZHb2#q@!|M~YKA`AR@!NCOc(3e3wPuoV0?1a^~#@FalqX`1r&NdO-s zOYohAh=qqI5}pYRrV3n)qfcG&%sb_3NxHOX3_ zn?3kkBQ()<`pSMj3wlg=6=(%vh8uE$5m0CeFn`QNf>|!ewZo_i4FNE`iUhMv4Ypr`~EzRbi|)E^}%QpgjZ@YobsmlS_Fg79XkfcM`0ifLI}0^7R&jljB^ zA)^wAYhttE>9ar%p-+_qrGOwn26dY>a==#Ok3co+gv8b5V)4-dbwO)Lx5jFcwLm1X zMSXLAR`6{3)Hscs*19TSw-0y;NLj#C-sr=9@7o?gsvFfLYZdB&*AQAc&=7Qf(}NRc hsbG}CEZeqizX2xH9gqBlrJeu)002ovPDHLkV1fmhd8_~c literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json index 1253f8b4e6..4844e816bd 100644 --- a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json @@ -6,21 +6,25 @@ "x": 32, "y": 32 }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 0000000000000000000000000000000000000000..1af2f8defa69d95f6e75ce122c6a42bb0114dd3f GIT binary patch literal 1339 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 KKbLh*2~7a+$(4Qp literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_ears.rsi/harpy_ears_default.png index fa27e2b74a63f4fe460360508f78c5a595514d0d..00ddb37abd93a1869f7bf05c598a5b675368ff82 100644 GIT binary patch delta 626 zcmV-&0*(EW27m>S8Gi!+005o0f$RVP0e5LbLr_UWLm*IcZ)Rz1WdHyu&y|tAOT$1I z#-FxIrB*tqAmWgribD&oE~nzTZahD(YRSHZ=h;2^sAHTWOsD!3{L zf+C2xx%;(9iSIRq7SX{w?%p3y^1R$V2lz8OGwiMeV3-cirhik?QejyNz92+%5R*vC z%(mupb9wwZKJVZY^)@bg;eVsIsM-wh^$<@ni#xefp>43yn zLRUO~7F_c9T`#2XU$cX!s{MR z0o_lo`!)&$cYsFSb-#{Ww{Z*v9)Sz9?XOTy(;uYQ+gkJhh-?C9mu*ei1@@pFKdJ6Ovfc_gGwBlve`i_%(AiqIRbPeq71Ak-me`NI=WnpMJ`QjhK0000C zP)t-s-QBvcuYbV6jsO4v4bGBa00004bW%=J|Ns90Kq{&900009a7bBm001r`001r` z0jlENk^lezhe1Fbo5m^#6aRk=hba92FSo;F~N=PO!PukL)Dysz?j^ zFh=*NKWnq-$VH_m59pmtw1@B>_5N$d^Y|Y0UhoPEC@?6Xz@UHvV=KV}7r0tBfTK15 zmJ|i;gJzf;BB3bU2UX^VNKnc4!KI72y|VPz85B@pP(Xn}!T*9<53^@4gH`4zv;Y7A M07*qoM6N<$f`@h-Y-ulHdG ziDUD(bp>h5h6og%2spa1H7QVLX;bVf=jem0yo-FJ6g>~Cx^}I8@F<`_Aoh>cAN~^2 z7*Q5SL6y$cqZ!s{VK1cW?{ExOx@vV<0@nLg)4iW`yG`fv$P{u zC2u*FsN5_vX~Kd9O};M*1QurnrOmDV*p@Gu`pMu|)QYCbi#voW7cU80vDzzCId)l?tJ z`JwECPs^5SvLCprXYecMWK5n1V^p0lvz=bUK^ub-ewOQd*Ub7~_>bkuwwImn8V)Nb zO#0St{*NIwF~ic=txpjc1)K#Qk;M!QddeWoSh3W;3>YDLo-U3d6>)EGo#t&e5O58g z%%{;HDjK*_JIR%Cii5aYa&b(&F{EOPtRrh_ozPJ7V*B76*r>&{weRj^kf7a7;ay8uyOdJXg*a(N@M)Qp` p*LAZ_UY8FHPQKI#&op0O1}z|)1BgN3Qt)ID<>~6@vd$@?2>`acOk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0(2Ka=yPMjEEWt9;bS>)qWR9>DaD5wIIDb#n^4W!shg8YL2g8_q-H?td1 zh_k>WvY3HEPacFBE8aE60|hsDx;TbJxWAotk?WWOhg)#;`~N3`#hslKKivOY!=Bap z?!mRz-ml664haqnjf{*e$M$owy>!_-+4kJ|G~vzd6-^~VX#`ugtArf*m81luh5|2KQPJVb(F##g?&QUS`D z%BgHB6gqog%^lPW_WImNVbJ&S!GndJJEulQrZlY#?zw$^EZkOlZn`U!o0;p7GI zJZKN^bVH%=)AU-gYHk0OP-xYAMq$F6$c|{(s)dnm6-l^JvjH6nCAKwegeQr|6iL}I zlkCl}FR+ZEC)rn{Ss`l=kcu%p>yZ5HXaUboVpV6iz0kKh(a?aQMm)qcYE{$K8c8-F z*5H}Cd6o$v-ei)U$mW;<%OQ*$mcs%!*f6F=7DyN-;pio8JiVhu0#=f(c%H5Cyzl#A zUkY1JnUAQd$_pYdiX0#~cgFNkgEQTYO_CN(nz-08Y|pSvhSH*+1YF-(sWxrgl_T;Wb=`*z}IRWwCfE{ z|Fh1LXtyw96MmeyR^7p5aGIFj#`a=%weEJWRd)$>1-VxB5)WwxE4J}NnQX3ur(G)> zH9J64WE-X94#uuK)!@C3c~T`cSlk81NCyjX9q^LrQ&Q-NmbP%6hG)`AmaeMl7B+M( zc$B1=u3{N+iXiBmti}~iRTY(!N;rme5)-jrZ1ZGH*Fz>Iln0o@29PK+BJns8AwEJl zIVu-9RYVdOrM!YD6-y-EjvsRj&@QTW=R)paSyyLJ%xt=qVS$6qLL?oKp9R?=LnOU4$o=kPQT5YHrOfb|M!t^IdvM!n? zI@@yM3Np(Cc1#$cCd^nu&k;pcN^-o!#fvcvI*gULqAJEYH7Y5BT2e$Yg4^+~Rq}k~ zkW?9l3uFPK7080w+*0C}Hqx&UDlY?m6K3ZCwW-L)m?J^~}W zxD5%q*Jv3k(tO>vs|Inp`VmMCXu8M~{QpFBv9*N0e6qy>O|AjUo`Gqvcw@e~%+&4@ z(&QU4FfmO_31zm2Rlho>*wZsIuIB=4Fcbb14PT{#sI#rk$ z`s4k%^=~o{r4N60XMy)W7NYCsr{?k1)VrG=xwZd?H%|6!vR};Ice-cc(Mvb3&+oxM zetY@y+{?R%PW^W5gE+o&ee?wTX$(ETgMBvl>pMR^{K-n~1iJX-HXDSp`dvw!QQYuDZR(QE5Yzm@;Rx_0j9U-cus2ezbc^0yxw-SFk(-%IpA OMP_g`eWri+{=WgCF3rgR literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json index b795894cae..bf58e41828 100644 --- a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json +++ b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Phoenix and Rooster by @leonardo_dabepis", + "copyright": "Phoenix and Rooster by @leonardo_dabepis, Finch by @stillxicarus", "size": { "x": 32, "y": 32 @@ -15,6 +15,5 @@ "name": "rooster_tail", "directions": 4 } - ] } diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/phoenix_tail.png index e3aace5e8c7665792834d708291eed6429296dd7..0254b0fe3e20ba9cfed369d5bf1ae009d04282d1 100644 GIT binary patch delta 760 zcmVoE~nzTZahD(YRSHZ=h;2^sAHTWOsD!3{L zf+C2xx%;(9iSIRq7SX{w?%p3y^1R$V2lz8OGwiMeV3-cirhik?QejyNz92+%5R*vC z%(mupb9wwZKJVZY^)@bg;eVsIsM-wh^$<@ni#xefp>43yn zLRUO~7F_c9T`#2XU$cX!s{MR z0o_lo`!)&$cYsFSb-#{Ww{Z*v9)Sz9?XOTy(;uYQ+gkJhh-?C9mu*ei1@@pFKdJ6Ovfc_gGwBlve`i_%(AiqIRbPeq71Ak-me`NI=WnpMJ`QjhK0000C zP)t-s-Q9`6z@e|N%m4rYEIQ(Z00004bW%=J|Ns90Kq{&900009a7bBm001r`001r` z0jlENk^le!3`s;mR9HvtmfH@)FbG2l`Tu{OA?`KO6sLXJ6i-v>6i#jSK&?L10{kMN zJO6ut!hh>75n$!sAOS1^*A~rzm2$VB0UQpTHKhPbbvW?rAQgZYEBWPpN{WDPgt%tV z01gNK000a4u%@&bc<9j#x_&i6h&81Fg1~B%2w*cM38&kFgz$b0wj(G_% zm7#691av!lNNvSr>y!nqSpW=x2@3{5cIVQa0dXJ!jH45O!bFBh5Fz5xv9e_gXgLkB zm}((9wjtsw6WD)5z`a6<%(T$5AL_AX+sCX}K80000a$U8+M{!KzDgOAb-sf%pf5%+gi#l=FoNg zJi;gHLrnDQzOUmLD5y3AeEr0;%;FC5JaKx|iC53`b7AU+|EaylUKtDMR@#`AxIsKc95M6?Yo15kB&3=vS*l~S#$h9a6q1mjpn^^4a1f(v zQf8ff@rG|1WqUx$f_&>(YKm-^GbX_-Wjr(Wo1nkcX0P_m=eZM(; zItRGC_kW@-|AX@?7<2%f%G}1cYD1&}U@QN4JZh}E*&kCw{nIuSJ?@900Wt3Xx8% z7msTkxW>3$mn=l~dm*kPqBZ_iT#h#{;Mzek#C zP7x3R5fA|p5CIVo0TB=Z5fA}N0{HYy8Tf*rQ`%qPoHwU$0swn}%+b;ywm&q6m8Dr-z^X2`Vc>i|pJ{6caFBJAn5K9ico7#uzyz>P zY16?st-EEev7y3Gkt?B3DPV6%VGSM+f`1(2FTy+V;oD#~1&qAC7ce=&#K-S6DHqHd zB&^0}X30>Ka>R! zmYi)82H}Vig0WyYKm?9L;18(rgCUQsXp{f|03!}% kSV?A0O#mtY000O800000007cclK=n!07*qoM6N<$f)LT#*Z=?k diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi/rooster_tail.png index 1cbca989d199294dc78f92597f300b889c7a9256..e6a4e00271d766311760f8c3db426a8386a53afb 100644 GIT binary patch delta 741 zcmVoE~nzTZahD(YRSHZ=h;2^sAHTWOsD!3{L zf+C2xx%;(9iSIRq7SX{w?%p3y^1R$V2lz8OGwiMeV3-cirhik?QejyNz92+%5R*vC z%(mupb9wwZKJVZY^)@bg;eVsIsM-wh^$<@ni#xefp>43yn zLRUO~7F_c9T`#2XU$cX!s{MR z0o_lo`!)&$cYsFSb-#{Ww{Z*v9)Sz9?XOTy(;uYQ+gkJhh-?C9mu*ei1@@pFKdJ6Ovfc_gGwBlve`i_%(AiqIRbPeq71Ak-me`NI=WnpMJ`QjhK0000C zP)t-sz`%;Hug=}wc>n+aC}Umv00004bW%=J|Ns90Kq{&900009a7bBm001r`001r` z0jlENk^lez`AI}UR9HvtmEjJ;AP|EOc>i~{y@L(ZEL8k?jVvy+-xXX^Yllie0;m~a zrGI&rEq_C&o6Rs*7s96NmRYT5fVvWX02DC#4Wt4X0EGLvbpQzS|0M!Ez!{(zJktxK z0(gMs08k7G&H%HS5&`RUN(Fo<0STZIkO1mG09zY-Pu;`|+GZ)-Ee#VE%VO!v9l>CQ zCVbG8Y%GZo29z8C=sEVCb_|Hj`QCG=%E-{4ZC)wnyO{|0s|kDu(X_aFAVFaWGncxD zYd+2FyT}j^cXZ7M3#(^P0AqdtdIn_+WBvemZ7YDga$U8+M{!KzDgOAb-sf%pf5%+gi#l=FoNg zJi;gHLrnDQzOUmLD5y3AeEr0;%;FC5JaKx|iC53`b7AU+|EaylUKtDMR@#`AxIsKc95M6?Yo15kB&3=vS*l~S#$h9a6q1mjpn^^4a1f(v zQf8ff@rG|1WqUx$f_&>(Zc2+PUcx+|^ z@EF~@Erc%_8oI^3Cks9T0EA<1A_PwWss?~aGx~ksKOo@QIF4C!LDc{lX$t{!l_wLb z1z@AkA>c`UwyhQb1#s+Rd1mB2-zrrDfMAS$3xC6#1=RvTlyO}y7q8~0_SFI~Do%vK zuhfHnt*#1G@?|b{xl7*m9>}5yh=2%)fCz|y2#A0Ph=2%)fCz|y2#7#^1b&s0ZC&lC z1yL{Ncbc96u-L#3u|6>%nbO3fYz_h`!ufao~=sVe|rX$cR}FdhbbI9sBR zRQlTrGWtx`2JM7sDVA`ugiSjErY63ZeSg}qAI}LKGbJ3}+9u~QJLWm|<2vHo>TtX? zZtZAEd#=dGj-)c7rj-D`(%)B+r{-h^@MDORBmb9-*w(gV-&da*sHp~T&JAqMRrW+c z1VlgtL_h>YKm$+pD%Q20q9Y zZn-4O)48aNzr!M+rK0nSuF)Goj(gwl>P~X7xuqKPKf^8f%EXedOguW)(#dC)^`A@! z+M=0d?3%l5#o7OYH;eW=etj`pBk-@{zcz=JA=2|*PRuK?p2VAT=#oKuhptFalvj1L z>QV>!b-pTMevdaMyUyXXU2YYlQ>4Vnc(Lq>pjfwtdgq;a9^NxbOYeMpcxRWF&d=)G zZl62WyquMNd=uA2@5pIqXPw(wCKmQKRPgVd{c5Lvvi86DGWqfz7f|3ac)I$ztaD0e F0swFy&(;6{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tailsx72.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tailsx72.rsi/meta.json new file mode 100644 index 0000000000..8284a502d4 --- /dev/null +++ b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tailsx72.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Finch by @stillxicarus", + "size": { + "x": 36, + "y": 32 + }, + "states": [ + { + "name": "finch_tail", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wingcover.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wingcover.png new file mode 100644 index 0000000000000000000000000000000000000000..dd870ea01de19f0be125401c82b89be583d67358 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=ys;jFjDJkje>swe@XliO27#K)PON)t#2?`48>gobjMIO+U1ybB4 zL4Lvi;ef%*pYan=n6tnmvY3H^?+^$xifVW@04-(rba4!caDO{3kngYphlArQv%UWt z*}b%^*1nxqYw}T5SocTUzbyjwDV)(kESl-qd zS{&$Qm2NsbDW7%HOYRfzneso0v)r+Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!TTaK~#8N?V8O? zR8bhl?-aC%l$2D01k;^@D}z}oRNyLH3GMSAa3S;u1TOpsY|$=oCAkr*h0B3j3Axh( zgHQuO1Bn*Xea_tH_TKlNbLQT0oEho-VCH_F_kEuCe9UJQ2m}IwKp+qZ1OmOt&d#fP zvRjIx?JCLE$^QPj2{bXW)bw7`N*fJg93K8mj-qIG_GRH%(){S?J+BVu1)2a9a(X%z zEi62Dw%Oc#TOSzsX7-Volr6-{%KQ5K{O9DT0dfQ6kMmUGZLWurA6sf5+uJkI>grRg zh8xK?0|X?y8S{WiG(6AyWbes%&9Ip#EWXV=aCHvixisVofE$;V8Wn^I7@{dwRu@56 zo^4nJ#4Az+nwO(T<}ZqFgLtkYWC}n5V0ZV92?A4m6hYpP_J{*~y+ANbF1Q2O}d4bGbb_B>yka4As zbjK$EAh6FoK@n`Dz$E~1^dU#BmYuIGU^DYX7D4)0UmuIA)yCQe7|T5Q1QZ>*#5I*% z0wnANLi3tA$PZ(3jB8+LCx+y^4M=q0_ z_+qC8=#~JWW6O02TqZZs8VXH;P6{Abk(>B5q&wXb0A%iV=G8!lRRaXzL7`U#;xkur zDzjjAk~DAE1q1?tKp+qZ1OkCTAkcBz`sKsM#=G<*?&9LJYZ1F}Abfs5JG&qC_x~`* z@>^nv8yWeM95pyPnrfTSBJuhC0yP%>7Tfy&02>Hgtv*PO{`H7W9Kbo*YpqfwzRUxS z&{`B{0a#INx3=EY5qNL!letE4-X^Y7AU8B5hX!bbR-Bg}%tZ^%0$>QSAp#B!JvQg@ zLkET*l21+j$^GylX~z`s#XxRofEH+?7HH*Yg$Lhs$Q9uD_=D+jSv8vH(3+V!N|VW7 zk0idrl*JW`xp5tu05wuGfERdzx8zicwKDof20J)-ZMHUaA*f4`N#sWg#jt$!-Sg$)e^v z-Rmwm8d@nrW(~j}8Tro2W*qdIc|a|`R|NoX`p=rF2~?5q_s`G2CTH_Od&#&B-}{BW zzK7;zQGQs$+ugg9laJu?CQg90wYvFNrwrEX#x+_ydVYC1W1${@ZWye@tN!o!;Few; n8Q{7Z*SLJx-WCV`KceU_?kAg<0Dn=!00000NkvXXu0mjf!#O*b literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpy.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpy.png index ce932f0df5f3627c5a80937ab9f05092f9ed96e3..4ed888072fa1d599556eab8afd421c5d48041574 100644 GIT binary patch delta 994 zcmV<810DR;3W*4i83+Ra005o0f$WhXAb&YfOjJd{z=WftyRx#L>FKt2cf3taeBIrc zkB`W|zlHz*|9X1AV`HMPucelj#$jQf%F2L;hsWybxc~qF7g?}U0000JbW%=J|NsC0 z|NsC0|NsC0|NsC0|Nj88ecT8D000SaNLh0L01m(a01m(bYSxJf0009zNklr2Ldf_g-U4p{;=dD^6BR$= zPWw{QsKAMQD-B4WPTq!Q1{gu!~G||?NflL-_H0R+>Wq6L-H9Yr&^N zvvTnr!syWhRd0HDO^JScO4Sc-t}73F*)Qc{l#V`@`O9E|9X$#(Z&eNhbAJiA9a3TC zbPDv`j1D*wkT3x*Sj+t?!1YzKd+~@7U(cfSAtuPyPisg(+G2b|jJ4U>H;m!u-qo-% zUa*gWtvLFookxQLxpI%(mw>~EQfpoUaKRWr9E1S&kwL_6Fz$N$)&8iRND@qAI1PaK%@_)lNZ;{uCD8J%A zv;K^GYX2qP0&fB0E$}}R_?(}Ym&h7iQ;7!wUcsJz z%k-e51NW;)%29>a?0+v1WjQAi-1KC@3x?29HB`@zm!9SF+Jk~R?AlKxqU?+!a?q8D zv4%GVYA!9$z(S2_^jI~r5FSvD9yR^&S2<)B{eyfcKq5To9ehJlP(syu;_K`=w5D!~ zx{9P56ne+o0>B#uI{+0;>k0e}IdK+CGZ)3vC~}~SZe_emAy1)cFxrrasSv;uZSq-z zf5VRnOxRRFM{di1QNo|%E-@tdd@`)DKLiP(5Og$`{U2cR@bdX4z9}%q-^W(${!Ais Q=l}o!07*qoM6N<$f@ksEmjD0& delta 1329 zcmV-11sdXlS9MprW9Ih6;#; z1O-av+`rlXGB-E7w`ZSiqUw=W{!)TcC?~O3<>+7pK-`(9U$DW;?xoh+D^X`0WYb!Z!3bDD#uo}Mj_bB)G_k-o- zWq%e2{m|c^j*K>MQJ62yvR`T?G-ior9v>f*SAfat_xnk!V1aotC&Ap;*VnzHqoZKV z!^6YD#>Pfj1pr!NI)W7d0n$9N%zp#f&i*n+8(>7vNnj4h6_@b31aT10pVlxFAO}zg zSD!1bVLSUt12F*_^xfIn@n=<-YJXLy(YICT zHsg52LtJbBs3brNfPuBOHGgF|FdlJY0yL-=tQcMxD}hn$?%dS47vLQ2IuRJpScq#; z6BNoOOvn|H_nW*WIH^T!HkLi3X+LuMOumE!f`AYLVw1x#+iZSARtAAc3L2lzyvf2AkqNm1#<4T6(AQu#+5qC zJpck|9v!855;G6vb&g{!#N{0Bf&jwNAARt!BS|$6a2@>s#}ULue9R-O-34R=2BD+e zFk}Ln1c1=3baHay9#kmMilvhS!K5kq61gXFA&IWS%83@x);tL%0e@JxffNiVnh9uQ zo-n44MHtilGfe@y9~otC5{q3XU|Irzj?D_}Vs4@}B;5j&6hOu?H;HK|52hsm$ho_m zR|6fU1_;25LdON-b1vUh*)S(bIq%d3WHOmdCX>lzGMUU2X#J<>>FH_tN6g;d-q`+h zZNn&?Vzx|T$`7hQdj7h*1Uvzp&cIR$6u}x{S^54_;BycXbKQI zj)x<}Y?D}OriTz_0`T#I*Y@_dJLl>*C8F!Hw`iJ!8mSo`=*KlEYQg0FFE&eQQ1FXEJUPdtR8Gopm3J z@{c9_!t#6ZsQa@x{)z^0e0=PF)hUC0cHruaNt`UgW^&7$4s&7|0+(t>D`e5 n{x##8kRA`~u{iVp(d+#Nk>Dg~@AHrF00000NkvXXu0mjfj7@FV diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpy2tone1.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpy2tone1.png index 2030ff8cf2dc36c1f600ec256d459b11b938e46a..3edaf057e7bb004a80b8f2e3facfff439395e87b 100644 GIT binary patch delta 673 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 WFIwX-$2=4O0000VGd z00B-(L_t(oN9~otlEfegL}O->|NrC>MQ9L>wX=uaD*GZr^MY0?IqomD0UJR2Rlrd< zymXShF+dy}M36;;hA9akC5}M$u>j*0`a^=7O1BC?>Jb2t0J|1oe?%~4+;WhPvj(iw z5nMkc+IqSPEU)X=f0R`4koLeNxZx_9uoaTIc)KGxq;5Iz9UZ}qpjV_5prd;cY#9wQ z!N^e5A4xK`Z(<kI6o@a zN(RggPbzotjW%EdNE`6i054u2g+>Itd3_Wb0q|a*00;nBa_%=)1-vf$1`fW^BC4nR zQi1}m42b?=PQ{bGO>l&ZYE&L8|8tA99{~lvGy$3rP^uga1gh5XaXk(m9aADUi}6 zT?#|#1}W(8W+VWunrfLGt;<(298e|Vi0(}J_D(^)jj%Xg^E ztB^j*6d*yM@(jF7oc&t`UIj&nm}J}i$<1Tyxg?E2AAj=8A_iyT#*t?PD0&4T#dZt> zP?i8tWUy-o2d8Kf$0<|5yvAlC)<-|6rDunzm;0e{-vhbpHB!WICNE zW@Y8UEq`BP9YYXomT0x^n?`^w)`D@saQM}h{^B~H3ic7eW9)f9I?n>@1!?D3;%jo? z=H@4*YinIfs~!lck2SLoNyILRgM;T}WNYgwE&sE#9@WEW)wcp>UFyX)I6i()<(-|k z5$%x*x&Pt3q%P+Gf?%_RJPW+f0T^MbyzG;JW_gLN_QUoe>gYT(brA3xi#+*({i?P| zU*Mbj!eqD~aB1Mn!f5oZ&=)1j06}Or?-{=2@#StIaQtp?@cr7@ctp;F{ryjr{!6e= y@DaWSKL3XAjUe+qs9&7=mQ-`x+ph9|V$2`lxLHp!OWOwk00008y{y08oQYr&Cb{ zFGB5~2{1w3;c%#P=>U7y8c;Fml{bMs8v&@ZUavFhA9f=(Z~^oAJQWeJV=chNrp_yb z+4T)^RHPx;YPAwg12|4|dAVFV)9EzQ7G3?M(~tAarmui1gEU0g+QSIZNfmgIX8(Lq z?f3hhT`yq@NPqhZgb6S~-R*X((xcHRu?CvT-EP-@1iVuKL01ZWN7aoB`2@Rw+x8N9 z2>>+u&gZkU*=(%Vinw5H>-Bn0yU%sKoA5$5ClOG1VIpl!cwOH?{cpp4Je8@E*6W@MHHI352`ROX!vsD0$`)xcVGT^ zJl^qmtX8Y(lIKrziwt-Ea=AEoG}ml4AAAXP3_;LIMWfMhDlR%(3hpka(@E#PF`bVD z^9bNJ_J6x?ohO0xf~fT?^fftfyWP~W-EOO6(F4Ktk!JECjKCo=o6VGw!C;_<|9-z$ zi~kFlM22TSg!*xLKJz}hXKtTU2KPL zqbQ^EMC>5oH5R_|1AVHra9`k?`NE_(AFyel%~Qhldd>7ji9A3Ms@1A`2MU`!Z*%85 z{^>4!|FHPc$BfcX06uXa-OqpcUU3tD-SdB9?~+Omf}oSaFUE1c0FyU)m*v^8rT_o{ M07*qoM6N<$f}AK>5dZ)H diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyfolded.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyfolded.png new file mode 100644 index 0000000000000000000000000000000000000000..32dde55ffdb3c313cad74e00f5b5fcb60d1dc6e2 GIT binary patch literal 1017 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 delta 668 zcmV;N0%QH$1?>fpNq@os01m0jFf%ctoEa3N7){5kUXz_h$u7$NPocrNVFl87fP<5 zY4%YgwR0KA_3sr2T}eEUjf8#eEr6ZWsr7vVPBoL$fM1Ka)GGV6+JIw(@nFDfp>+ZU zFCHT&rs>w)oPu^^WIQvDCr~R6f7Zt02BC=B<^#*m8^8h#u(lS?z@Ou4SQ8t8jAu5J zy9OuIA;5~m@%VF9vXw}GZfbArsg&eKCDqGXB2Hww7gu(ik!RQ;>#-cWo1VG0st$f zmsfWaAnFC;t2v{1z~A=Xf2~8#L-RpU?zET4ETB1j>IM043IVY~=o8^4U@ffrhbRL` z-Z^=OZvtc0;G#J}U<)@u%dxr<^7j%>pIo#Ba+ZaM{{^IhR`e%a`3NmXS&Q0)`xnIb zWBbAuinj1_zt{YO&DXL~*mCh8Xu{^}OZwRDegW{V7DE-{LVExJ3IG5}MNUMnLSTYP C=0gPl diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyundertone1.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyundertone1.png index 7a792111c50484da1fc227cfc6f2635405275079..4410790851d2aee72b419f0b7f9fad068353283c 100644 GIT binary patch delta 1149 zcmV-@1cLjL3bzT6Nq@fp01m$aI0aKA000C`Nkl`dk!k z_MAcr*x&zR&d0|;lgY`K-aacU&r6-1*Ufcb-)(aS0|Sq|eL{h4oNJAbb5)DR|fV9^LwS?snPEsAWnSO>@1y{mF=d2p%EG_UI2g0Cw|cf-l?j{^HwjeElU=0l*Bc zt$i~y4*^3%ckP|}K!4bQJ=o2g0eS`@bbWoHr1un*QLh6Lk^!j(zG&*@;93Fzg5?G% zsdqD^eb^owoAug25L`<%i%JHdGY+|V5nZQ^>$1-V$A7R@xj|rk6NGwS;Il|Y35K|C zxdi0wXGK=d6rGW_S}_AEjTl)tEZ06~6NW>K!dW;9)nCp5zUJSprObIJvob zW^QOGsusR>unYTK3br~EiU%R$fov!H`=~Oi*B56WggOAEK)o*Onf=gomW1{-H+7_# zs$9Q~IDepRky4ZL#isqumjYJ}mNF)-8L?V$$M13RFD9g*wDj#vD zre0kN+rftL`TgYNH0kJQH)Z)PF`Vn|?Xso69Df}AD9q6i`}}@^K8Aja?fid$3m6_5 zd2CDnX2j(jK%JbmdI_;F$AORVH56|E7*U*8S6`H1cxUImxkpg%a;{lmZ1`Y{2KWeH zQ7<)^n+`J5gdGP5A0*w~can{bMe{?)*49TeIDhnzKcGnR{Fsu3PkH%2^!`@}=I7LRl+ z8g0`xE}_5h9U7>|-mW6^DR6f7+ngEE5Pyn%{7GOlPhjaYHTZA_0FMUwqri242 z{=CvY3(Tl|2XSqRG7xQL>}3_s%24smo^>D0hI)cfwFlsjjC`|l2?wnv9?+Mpr*;B> zHvMPKiU>rJ@B62xUu|vLXe$YKk@ddN-hRtG7UhQ}{KN7_`BnFO`T8mY_ P00000NkvXXu0mjfHdrDo delta 1241 zcmV;~1Sb2p36ctsNq@lr01m+cxRGn^000E1Nkl! zj)IDU4k#(9cmrO5f@h%M1$YB0BpO=iD5xmtprHazLV^NawU^)LKR21!j=jk)dpdto zlw|CT=O2%~S(YM`$z(E_OeT|Q=koG$h{N922(?W!1AA_T;(uOWU(NmQ?r!z$+1Z(C zo12?6_gh^^h1Ap+Zz<Kt zvOk`O9{|6pmEfy3y{vr8%=f&c zmH^Dq#l?l0c?eirTeB^rf#=}|{@^#Y0`v?*C_au?R)1EEy%cE9xQAUQBBlZw9eml; z%fYn-00jF!G8uR(^bg;mcMK%KwM0Wy6@Z6v$jysrn|7}6eLgsbH6;^z$ACTdT}4tQ z0GY)BCs?;!yQD3%w96_1^aZ~h!!{*@B>Jidc30xtsGKpg2v)9rI)$*9vO>9{RDqlk z={IF5#DA7QNnHk}0$BP8()Tt+QEmA8!7u!CDOht5xwphtj_fC&_fd1I*Ox4*l+u*~ z^|~Bo_G4yJ6Z@=b)R|(bV#Yw10JJaC=Cg}<660f_10`L=lTm&5A)d7Psu|@*2>J{l zb_48FJc;rN@i@?#5A+3natv#3(D%3+uYW1tnt#SZOcEwemp8L6eAc*`OeT}bWHOmd zCIgbcbDy4`R$pTF_V#-F&fbMCF(q}@-{78}o<2PZ5Wl#%Xz%`z^7qTyPh)MYuCCfE zHwcD@HT6cU@3t5<(V4>RzrDQ`v$M0-@;B26O3y-{)zRi(RwiSNt%B$ZfMfX&2nYbU zf`0?Bwar!xG5#3~K#Yhr7H;Y|f|x$-=@yBPQn_fQ~rugC@j7xKBKUYw>bZ>I?1DH7;Sih#eZJ z$2QjpehPeie3&yc8Uq3y$IB6XrX-dzQ-cp@0`T#IV|#ns+;jHZ647_ryJ#DOF@G{< zXrLZrP&Ay$^)ELPpqGIx!AXdh$UQ;t2YRC9UZ9tPH|SxBy=({vQvA5eJ_Ke|zJs_n zMVW{}iM_1hG{%ab^sM_}HH?yk+8%&^WaOKbOE{P|@qn>}J{178>3`O&L?DZN-+zC9 zx7Mc9X%g-t^u91NGh;p$<(DP=hf?MD@>Ta|dHodzaD04h{;N|un|9$E9Xn?J;NZYo z48!tO`NyE#^?#K&-}LTC2mhLIjZcT`wK((tQ53%c+nbTPV1g={00000NkvXXu0mjf D4Af#N diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyundertone2.png b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/harpyundertone2.png index 8a753996b721c068ba7c405e784e1de89b24afc3..ace8b76f08701a55757527cc7e284fe4802d49aa 100644 GIT binary patch delta 256 zcmV+b0ssEw0@wnOND++P-MDvmbg!>{00001iKADMSsZ`C000ib0l1NC?EnA(!AV3x zR9HvtkHHeeAP7T2{QqxWB06rZMRs~za!`!q4N!fl1SA0ZC&0CFzJdTI`tH;hkFwvs ziY68Sm0sHAtL0ZfCqw{+bc0?G=?+GSPSC5VUnZ!`e49W$E86Kw*Hyr^(JXke2}G6= z2$ogtbj4&Ww;iy7x~R->L?mS_Jf%(%>=2j$&1-&|XMm`-0DJ@hNN@5sLIj}N=7${s zJmmYw8St35uOq;3pvVfo5|98W0SSN-kN_wF34mS#YW)Dl>pm=JcePXi0000(SsZ`E000id0mpBsWB>pF%}GQ- zR9Hvtk3kZ|AP59O{r{Vn3Ah@QAX};06McvjIvt?)k`$x>{8K>v?Y97N!4#VfVZr&g zlg!QyOpAcHmv;ITNh|^?R_ft%L1X621k%&u_`1lt zA~-+P7J6{832I$NAhfhPzAnu5vI91dE-Gy}5Y^Hb9!RHD>=2j$kJtQY?gdr272qNu zK>8-HBSZwkZN9eyf``0a>;;c`z1j-=2NYSsCj}`0DM$fGK?*<$QUG2GTKfR8{XPUv SkHr=M0000or!5r^Vhk}cRwjlRUw}8DBB9dQQ1}9_H8fN}A`u^80tg zz4z>$nQ!LIIT!Xej^j9v<2a7vIL@4MeEez9o)%Ga|AY3JgntgNu6{S$+aIDfhllS5 zi;EA#`PSB(BHuY=Y>1lhY6_0Fr_eB*jk&@_yLIIwl9&Ht<6a911td1vsMChAU5N&BQ0Ol-0y!6*U$kCxwvKr zz(^aWk_Q~uU1Iqv!J0J`BjyX^vI9tJ_Ca(B&`>(9d4CMiE+@c3+OVLQ(cE&v_v}D9 z5%9OW``XkoQUKg&iI!_Bg>_#_fCXon?F>ry5_uo(;csv6vuPi73ej@*O9cS=>@8V` z66_^h>r5cmc^2H0q%X_QNC&`>9e_5%rzUxT`)Lc{uk`PME|LedqaXU!j5ufVlL`QO z7D_vTc7Kz^CS&=6QR$53sP)xlY*OX(E(LTQSCjRB=K>tZaU92S9LI4S$C(8a|Kub& zICy*e|NhR-$9v(s+7W;8l|Ph1+{()1_Ua$!=f64=TH@c*RYLT|NDj`3B@SRr&f2(? z_@5+BRRQGh{ov^6y(w;1AT~6#mjSIYM{xlLH-F%W7aeFn1mDZ13LF1P)S|Q`^f*2hcg|T<}Y}awBK32{v7}S002ovPDHLkV1h49 B*|`7! delta 1074 zcmV-21kL-72fC7mNgnY(dG?|P&&*logloJcw#A4M}K7wxE>+-h*JQy+8&5|E1(hpo9K_ zr=i*b5CF#vo_~gAuz+Kp=bC60EM(&8KZ;!AX(%QDLBR-u;wOT<9_w|oqSQ9Nr>Ca{ zn|e&JesBjMfaBxiJQ@bpM-!((PlzLXqN&5m6B^769K zit>JxRfg03{rx=p7MH(OF?!d9L#W zSjaW9rM(Re=h=a>5U_W7d1>lcN&qgjMANW`bzMz>1*^<<243()UdQ#YcXf4Tt}hye zXj%QJ0DmB#y^;G+g1vHsWc2cV7cX$c<{Maqa)OfKI2=>2x}s zPN&o9Y=-6^9ByuI=Ks-MTwJXDgT)xEqN(X({ePbA_4W0~lYrp&_V)7Vo0gyOia(26 zc!nW{pFA}hQQNJ*Up7}yb^)D1l&-><-Qn4{G(~CZ00{&DOB}$QSFH#U`_wXorUd9c z;O_3u6t^kh8yfO3p*4Dh6EK~DBVKeM<8Xd-bhPvmR5HdbP_qHw&;TvaL@m@Bp_%|> z6Mr8X{QUe(^Cu@Kb7$5INl;5nDjq}h1s1cf}KTQ;HEA;mEHr?6TN#CEJpVQGo zC!%#T^3Z|Q5`1uQkdE)~?~~o#-Kq}v7Jvaz3Lb&$;8)p{N@$ywUjnVr>;(@7KLtua z=sNy5g3Wa#)=dEJCB83YYn2$g?JYbX)PD%gAPp*1jcEh=Hjpj2iQpx2Ptf~;E);Hu z{B?0Nq@lr01m+cxRGn^0008bNkl0m=6W8VD%^QT!ev1O%HSl@=+kRl&~6?iz_HL=-OjALcD{yED79yR$d9 zoA-meeY-dF=Ktos+1=Ya!7vQNFbu;m3^R>fULK8HhNY6+EE+@aL=n4UxUP(s6}+xd=cTm$EGi{K2nD!`KX?0cLAy>0Rl}n}C4( z`+su;EFg)E<`8POa1r~+4i`lS2Fd=i`g*a#&c z2`23N`nR-qcfVKGad!4qj=Q$DX-q)sz@!BbR4EucuWeB%Cin%q@7M?>08n*2Jp2)Z z!L!@Rssu>J;^Km|sS4$rF2G0DZI}e;P!fRe1Sm7*cYkargaAOx1k{}XWya&kw~zwp zm~DCZgc5<}7*9Yb0U$Zq^m!c`oP47ZHS|rM?>fgOGRFuhU=m{!#<4;Q&~K0?Njz?F z0Sv=148t%C!!QiPOfC5Set!OK>c7K7W07YKx&II$9v}aT_4SWxZ+d}7Xsry*B4vI! zylTu79DiulD{*rdqkFlu_&~Y&MDdy+j*77TH z2#`ox!pTG$1JujCX_-$_DHg0FFsVo8K7nSCcjd~w3Oqf%$nEm-j@&j0(o8YfFqXvW z=@&U`+uNU7u>>wIPNcoJ_ahZc>Oh;;KamxaHFQ9%A7zS8gfbh2OAN+?Z3vzy6bt^# zM`wO@s5Kxa#FqTOVtf_A&BDgUoV;0Rde%)KCd7sq^;=^ZXmpZzjW)Be+j8Qwp`8#% tQLHna=)iNd^QP^AC(*AA%>RoJ{{YyZK?Ef=()9oU002ovPDHLkV1n{oZk7N5 delta 730 zcmV<00ww*p2A2kqNq@rt01m?e$8V@)00084NklxB!&Y6m(Q{G)OdPrIpw`%M*DW+r;_7keyEonK<_NjmHilBw`qb zVHk#C7>2QNJRa}Z?w6w|8vvFcUs)8gg%ig6Z{o4}a?tdD`f}$LVwu_GmQn z_Co{E>2#brKIA@ynn~Y4sJ`mMhxvS7D0o2a;0OLhp#kFns15RFQElfEpo6-T$wb(B zgD0px{AJdFig`0|M30BNTD{y7LC0MIf4RVP52Nk8HvqyQ?jEsrvxM1Np8CIb*k0MG}U&R3x!lW$a_ zie>Z2ca?n;&OSm4ct+oZv9FK<)ElH{lJpx~0K+g0!!QiPFbu=IHs|yC<$uEZYP7x| zpo8DvIhRg$Sy~VP&U=R+6gRotH#->i7A=Xi|*{tMW;t(K_w1o9U8Us|P`@3acr%)_d zN8nkH%*zCt0b-CvMx5UQx7$tZyWOtXzZ0aHVz6PH63gXMjM{iSuEi4AY&OE4&1R`s zQU!Hd|AZ?hYk*ik(u^80(tInj#9%C}L-2%GEK_)wkFNZ(s5T%b#HPQmn2d<)W}zf<(SKR~GQNJ0O|4S780*pa*-7)>;+yDRo M07*qoM6N<$f{ANj+5i9m diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/meta.json index 0785ff1aaa..4f2afaec69 100644 --- a/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/meta.json +++ b/Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi/meta.json @@ -5,12 +5,16 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from S.P.L.U.R.T at commit https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/commit/285f6f86ac41a6246f250993486effeab8581c2c, edited by @raistlin_jag", + "copyright": "Taken from S.P.L.U.R.T at commit https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/commit/285f6f86ac41a6246f250993486effeab8581c2c, edited by @raistlin_jag | harpyfolded by @stillxicarus", "states": [ { "name": "harpy", "directions": 4 }, + { + "name": "harpyfolded", + "directions": 4 + }, { "name": "harpy2tone1", "directions": 4 @@ -54,6 +58,10 @@ { "name": "harpywingtip2", "directions": 4 + }, + { + "name": "classicharpy", + "directions": 4 } ] } diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-l.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-l.png new file mode 100644 index 0000000000000000000000000000000000000000..32aca484b9fc08665323556abb5a3aab1e6e7cf7 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJd!8G4U-!7ULw@2AMbS?e{IeA*r(@YTh(izN9AEkB>i_cgZ@G za2(M2|Nk2=^A$m!{C#^C&u4aENU`kMW;QM9$DgOhwK5GNUwF>P?@dS$5lghF`X+gF zn($i&wiW9gr+IgI8rbZvW7R49tvC15f!o*5ORl@Sk8hjIGmZ%nf0t_aloT@X9MECE zc!kNu+F?SxK%S-PCwm@&SiT0G+J8?pnc4NlZx{k4k0&mk$LDp_x%Y=W#3zmHJUl!M Yt2&}y|Bvjb1p1W0)78&qol`;+06lANPXGV_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-r.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/lung-r.png new file mode 100644 index 0000000000000000000000000000000000000000..7e29649ccd8886c45fc090f4fb039498612cc5d2 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJTb?eCArY;~60D08M0%POd6!x2 z{^1*B%{+K3f-A?8<3PqPO9qy{d9}w5Xy_dJ@aHPG!Tc)$3r;X@ zfA4hZz~lS?Wl6FzQ?> zU|3_rV436~qi{l>qwL6Mb$>~Vik%*pPJ8gOo4k6tU`bWLtp#m6!F~vIs6KGu00YB* Xk4V|}u5V9)zGU!p^>bP0l+XkK4fJs$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/meta.json new file mode 100644 index 0000000000..e639085d8d --- /dev/null +++ b/Resources/Textures/DeltaV/Mobs/Species/Harpy/organs.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation and cev-eris at https://github.com/tgstation/tgstation/commit/c4b7f3c41b6742aca260fe60cc358a778ba9b8c8 and https://github.com/discordia-space/CEV-Eris/commit/476e374cea95ff5e8b1603c48342bf700e2cd7af", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "lung-l" + }, + { + "name": "lung-r" + } + ] +} diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/full.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/full.png new file mode 100644 index 0000000000000000000000000000000000000000..e358746ec8b05d4b8fe06de36c6fdf5d517d86b7 GIT binary patch literal 585 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikF1AIbU@7}$8Ys;qp|NpOFzy83115b~gPE1Vn_4WPv?$ft>&&$ip7cXA? z^5x4{H}7oPv}ynT{XRZEk&%%TCr-4ovJw;&1R4Vbdk#J{0#f27L4LtNqp$#mXAaNe zfJ!(EJR*x382Ao>Fr%o3R|C+IS)MMAAr}5?C*~G6D+sjs@6fRPc*^_G|Nkpv1tykQ zUDmfXI=Sh0is;f$$N#8bxUxyddH!cj@noKklXJGDuCnAvx@~)gCEDy+W9qXSrfX-d zE>F9A?OkHp0-bk1D|RjY!{iZ}df3;heNWD&Lzc^#s|9Z!-Tl~NPP>rB^OysAyT7_* zD0~vzJ^#S2cPBWPAKAYCw($;z)OD5YCyZZ9nmky2BCh!1HHGP&sm>D?6w=&!IDUl0egv6S?+` ztvp4m-Y$(}k2*WE&xXzgdIzyrtaN zZ5Bd|f3j7tGPl0}_;UO0cUs3QPyIRc-9k6^%>489b7RT{Tc7!>$Mdy`-?!=#*mpeW z)NbAhL0V7iPgfmyzI(~_S)OgVf`Sthqo=eO*1F0^I@_v0tlq;>Jg% z2A6+v#N20H75?AdRi^y+=j9!)A9ma}HWr^G5A+HQJkWglsg7adKgrsKKm9)+T$J|Z zx^mIn%_n!OuP=6+K9Bp^#g^$dU0#P~Y@4jmAHaXpkICzh#qo}S?#>B4 zu|c;eYVPcGWB)_nZ)BDNxmwXvKmY5U5o{u>eKaJ?;cVtTl{LG0rM_10-zBm0ZC>V; z_knkFW8U;HOI~H^yL84(=?B|(FRkXBY_M!qrk3bL*Q+M^dH*l7Ui|03pqkO=xu1SZ gg(DNp#S9M|@2}~*sLTGs!W$&!>FVdQ&MBb@08Z1!#{d8T literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_m.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/head_m.png new file mode 100644 index 0000000000000000000000000000000000000000..e555d030beac914816bddf07bb4242dd747b2584 GIT binary patch literal 435 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV65_VaSW-L^Y+&HRZR{eY#$!S zZsF#tVb!ggdZt}ee!*1TELqFHjbckfA|zP1S(X=Su8E0xeol7fKKT|^i~AK3?jYr{f@V zJm_b9D*ui*{Vpyk+oH>Fzy7yfy{3P&%G1wEk3tQe07)Ist#(ZP<&AHy{=clUNo8;C zstA_NDyeDfROEqfhk*yGnw9nq9`*hEF4a7&-ou$b_3I1y=qIxamg(<*@uc+Ii%+$V zqOKZu<@Aeg%4eE$hVp#X-tD<*m<}N=Fwb}3W!58u3%C`%9zb2HFe{!)GUy@k5G+x5pMTGB9v3FZlWY;^rSsyh1=8 k2>iHKwhqE#U^vj8!uU~x>Hmh)R-Pa+Pgg&ebxsLQ0OtTG+W-In literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_foot.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_foot.png new file mode 100644 index 0000000000000000000000000000000000000000..a03b643ad62fd7e3f72bdeb8643eedd61e873d43 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwT3K27`1nkmI59FZ5-27pC|F)z4rCmTQ>_G293?@1!T%wE;a>Az zkQ&YckH}&M20bMZW?c2??j)dKuBVG*NQC>_YmR&k3Op_sr!npQ-@A1qcZ*`yopbS~ zjB+}H|0Nlj1fhtfW7?c&E(c3F40J@Q*>{Ak)_uM(ZIxvo#A r#(y7HWFFqN`|gTe~DWM4fT0>T} literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_hand.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_hand.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0ec001ce2acc03b55ba45dd8bfc5c1550308ba GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK|N0w$B>G+x5pMTGB9v3FZlWY;^rSsyh1=8 k2t0_qy^{&TWH`{B!ub9#)BlK>Pklf_p00i_>zopr0P?gcvj6}9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_leg.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/l_leg.png new file mode 100644 index 0000000000000000000000000000000000000000..a70f92524b61c9295b6660ff966f106df153b26b GIT binary patch literal 2285 zcma)8U2NM_6m}uq+QESRzylP?ctUIsjvd=^Vk_B5oBm`ZZPjF>)dt#)eUq3bwy~Wi zEfaqd5)&ZSv1$_n386_tJWNb`0EtOu+Ju0IJpd9fAO;UeNc?CB9x6>L=Q>UZrDKic z*ys2=-#zE#JNM?;F#Qg1T<;vYK~!hhGo)(78R|!mt-IhKS6k-4L89N z@Dtl-cRiiUfFVIa0N@0kkF&hM3JR&ARb0)^H$3;x zI_sj{!n}>SDePKxN5jK&*z|U_7qhE%w|lL+i;2t6wW^mmNYh`jjUUbACOdf2wX#vO zeKbL~QM%T_*mbAszt=SmS8)v%cY!g|!9rXIyl(o06gr}&Ev-(%GwCElR#kONGj!E| z6vddXXcA&&p4VAPiOZ~_$O4KHOwjaVnaHp12YhrIJu&WjQLbl2FoFq(qA>j>@u# zMOhZ2QHCZ>R8y0gBqN0Rz?`fiuVgtj7zM-Bt%e);3q}p+Jw%!mi7GKc6optUCW~@J z3J?deD1 zgHvS~E|3L`mM;r>cc8>QZDgZ@iOhI`XJOZh2!)8KMkQ5@FW42ipy?t{aQ_q0#TE#C<78_CT3kbxJrC1f@g^GP22;C9 zNQ*CPXxMbEjTN~D-0EuAx#Jht^1`787Ie9NP7O3~M^wG5|2M-*0|MU*wYV-5nFYn%y>VI|n$xn7)Iu*L|g$Vp`)+%F`r>cf?z#3?YM^KE`kOr`&MfwwD9`bGULNIs3cYgj zozO`C{v#)^S-mUfcbA?KcZ_{|Y5a{3nqP&qo_&p@-#;;7bI0YKl?!*id-mZ6LdUO% zK9yhkW@P8#=d4YKA3444t ANB{r; literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/meta.json new file mode 100644 index 0000000000..4073a762e8 --- /dev/null +++ b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/meta.json @@ -0,0 +1,62 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by DrSmugleaf, Legs and lower torso parts made by @ps3moira, Full reference with parts made by @Still-Icarus", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "head_f", + "directions": 4 + }, + { + "name": "head_m", + "directions": 4 + }, + { + "name": "l_arm", + "directions": 4 + }, + { + "name": "l_foot", + "directions": 4 + }, + { + "name": "l_hand", + "directions": 4 + }, + { + "name": "l_leg", + "directions": 4 + }, + { + "name": "r_arm", + "directions": 4 + }, + { + "name": "r_foot", + "directions": 4 + }, + { + "name": "r_hand", + "directions": 4 + }, + { + "name": "r_leg", + "directions": 4 + }, + { + "name": "torso_f", + "directions": 4 + }, + { + "name": "torso_m", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_arm.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_arm.png new file mode 100644 index 0000000000000000000000000000000000000000..6a47ac86071eaafad7c79e62c192bba707eac520 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL48jb$B>G+x5qZ}G8k|$Z}{?m@!?Ct0+Vem jfs$Zw`_{gADD#1nkw7uie_xsX0U!}iS3j3^P6k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwPMkQ=$H&LY$|^E4QczG3C|q7%4kX!DRRKu`j*=k1;QtW7aIbl9 zBv6dAz$3Dlfk96Rgc(;ox;qIdSnBEG7!u+B_S$Z~1_O@PhfHht{FlBx*+4}9>Wayh z|COBo`t0)fI9*VofkVK7g+qZ!Qe%+_xWzIr49a;m4RpUXO@ GgeCyQl3&sQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_hand.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_hand.png new file mode 100644 index 0000000000000000000000000000000000000000..2c16b27041ce35dffc7426a51b2fb81978f59491 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucK|N0w$B>G+x5pMTGB9v3FZlWY;^rSsyh1=8 i7~I=BR~yPa(44~fa6Qw1NvHb7AR$jzKbLh*2~7ad4=6SO literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_leg.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/r_leg.png new file mode 100644 index 0000000000000000000000000000000000000000..9cdd3b855667042c8522f4a9564720ea38bea55e GIT binary patch literal 2283 zcma)8U2NM_6!x@s8y!VkwTChdWV}6W2**Eh65C3)W=-2fOWLT3x|RtE$G%BT;~#9N zNh>tA3BiB?D$@3Xc$n0O@j$m}{7f68>k|@4u$PH<_B6zg5Ii7JDCas(2&H3<C`yf2k^CHD}2BI>FFQfw#6MEIZ7;jz3)C4U6o`m zNf1}x*}1B8gWZ?U7KiHf`qb3a!oor}o0Vl5+^>Z8m*KX}8y_vK;SX_bd2ty$kJ#xc zmmoq<;cLtG6RT?kvHiSWob)DhSy{D=kfK>76lxeYpa~*=q+u)S4D!els_15d`uXNE zMe16DIv&ZfIeQRI>*;w173N2a>imoItD4$q{XY6Ju z(ua6632HKzCkHJDkwQoavGhgcwoTPBHVm6BES5)|a&CkSuUp$0eter)^f zuBR~>Fa#(F01VHvBF*wNFX0-R#Tj-k*N!yZpoh>+rlHsj7h)O1XroFsYVW>;%&=UO!vVV9q4RVy=)roUnfKa$Di+j!iyif-6G8Y5dM zO>JZBnp5@PYbt}P$biLNVC33Zh--s4Odpd%N92^H)^KWRX5uN!Aw1j_1{5l&ZOhjEoWxT87sYjRByAa z4+?AZj>8t^dd^&C)8%gv5pQZY4NR6Zw?4N5da=V5w4th#{!q(`ihqIxShP5(CnJaOiXN{*t0ZDXOD@Oz#Ohr;#@vc?&>WYJs6&Nm% z1&o$23-Vx~#6vA)eHvkzu{=w|uEp_1E-Xg`nH8uGH9!>%-Vr-%i{pI+MtFT2;&`u- zGgzdBnr&BggFa>dq7B&FRQD_ zbgj)5xenayYR9?b7uWQ{p#~Ooxphurt9{lY6XfE+NqTAT!H?k-zMM%Vi<2WiUO3is zihZ>E*STA3=Z!0G4!=cD>^g9*r|*kzZ=^3h^X{2F{fE-07tYkXg+uCh6OZ3Ig@#uS zEDW6e=q~s4*}h`r&iDNTyLOQAlgpo6{muCE18(>2uBES@d#^BZee1riv2?QM+@8hT z=@q8ii=9~deD=g<5NG9kdC literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_f.png b/Resources/Textures/DeltaV/Mobs/Species/Harpy/parts.rsi/torso_f.png new file mode 100644 index 0000000000000000000000000000000000000000..23dde35cd8e6bbbeac71797415290fd86daf724f GIT binary patch literal 646 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~;1^9%xmY0{meEIU{yHBrf-tqPIO-xKYaNxklTetuJ|G$3y`nz}U{{H=Y z@#4jQ{`|SMWz)}}KmYyv=i}oO85uco;>0V<76FYB(>PcOqDq4Nf`Pg)0R!Wu15bb| zI14-?iy0XB4uUY_j)~cCfeu{l>Eaj?;r@2o-MqsJJZ?WZkEqJ}dVK!3e%JYl%N@HG zXWl+)@-$>A>zn4;aS5CMPVg?^oDnZ7@p{kqb6S@ak4%*5HRRcJDCD5|Y$2wgP3DoA z8=RMTw3N%NS<~p>=ve2(a4e6vY=Okd&kHz&d{3zNtW;m%P`=3gkc7uI2hpq=wK)zq zzkgEP!S2pq^y3Q4B2I?qE3s!t%mLI#%!9wJW~U+UVv=*3JoeYo}+j zpa0#N<*a+)r=g1Xs)Lh#8yBaX+tOsQ;H-u4g6|RnYQ@hK6ig!9fA3bZE=gR%J@3vu z1(#*A3!dve(+qy5QJ~KHMs0IT$yH5R`)WfsQ2U(vv`QkE-9B4=@v)dE409P!{; ztFkt14{k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1!1o(uwmY0{meEIU{yHBrf-tqPIO-xKYaNxlI|NqyoUw`-R-Ea4vFJ8R( z_wV1gwru+M@1Kv4Ph@1|#EBEHEL#LLVA1}qe}I%oNswPKPzyR>@b`Z%2$bh6@Q5sC zVBk9l!i+m6X1@hGtliVaF(ktM?X=r@hZT6*co}1^Emb`Gd;jaY^l5FkEv>hRUp_Lu zImJL;#oR2H--yLo!6wu}(eJWIv%2rjf+v$EAG41Aq ze4RS;<2zwHj!y4N%~o5+uvH6Qb+j7K|0(L9CM#IQI90M~=Y=)OV&|Us)GOr63jUHe z^A~KgsNGk0yC`i=L-DnW<6Il&-4s3ZA$~*i%>OGL-np}UYX709%ZyuFt-&n7Ie^v8^)B18~^23!(Z~6EAVu}7=eNc(% z({JXRjeM-UmwTh^(+-G4aTqSo|B58 Date: Mon, 12 Feb 2024 22:25:15 +0000 Subject: [PATCH 373/391] Automatic Changelog Update (#677) --- Resources/Changelog/DeltaVChangelog.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index f7baad085a..97edd4e23f 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1604,3 +1604,21 @@ Entries: message: Felinids now scream in agony from water. id: 241 time: '2024-02-12T21:11:44.0000000+00:00' +- author: VMSolidus + changes: + - type: Add + message: >- + Harpies have received a full visual rework. Featuring clothing sprites, + new markings, a complete overhaul of their layering, as well as visual + systems. + - type: Add + message: Harpies now have bird related speech verbs + - type: Add + message: >- + Two new traits have been added related to birds. Harpies now start by + default with the new Ultraviolet Vision trait, letting them see a whole + new spectrum of colors. This trait can be taken by other curious people. + Harpies that wish to see in RGB colors can instead take the new Normal + Vision trait. + id: 242 + time: '2024-02-12T22:25:02.0000000+00:00' From 7c62f5e0ec96dd8e4aa1dd3fb756f719b0f1ca26 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:59:01 +0100 Subject: [PATCH 374/391] Prevent probers from being unachored by gorilla gauntlets (#824) * Fix being able to punt probers to unachor them * Fix my wacky comment --- .../Psionics/Glimmer/GlimmerReactiveSystem.cs | 23 +++++++++++++++++++ .../Components/MeleeThrowOnHitComponent.cs | 3 ++- .../Weapons/Melee/MeleeThrowOnHitSystem.cs | 9 ++++++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs b/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs index ddd5ac1158..da3b07d6da 100644 --- a/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs @@ -16,6 +16,9 @@ using Content.Shared.Damage; using Content.Shared.Destructible; using Content.Shared.Construction.Components; +using Content.Shared.Mind; +using Content.Shared.Mind.Components; +using Content.Shared.Weapons.Melee.Components; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Map; @@ -62,6 +65,7 @@ public override void Initialize() SubscribeLocalEvent(OnDamageChanged); SubscribeLocalEvent(OnDestroyed); SubscribeLocalEvent(OnUnanchorAttempt); + SubscribeLocalEvent(OnMeleeThrowOnHitAttempt); } /// @@ -314,6 +318,25 @@ private void AnchorOrExplode(EntityUid uid) _destructibleSystem.DestroyEntity(uid); } + private void OnMeleeThrowOnHitAttempt(Entity ent, ref AttemptMeleeThrowOnHitEvent args) + { + var (uid, _) = ent; + + if (_glimmerSystem.GetGlimmerTier() < GlimmerTier.Dangerous) + return; + + args.Cancelled = true; + args.Handled = true; + + _lightning.ShootRandomLightnings(uid, 10, 2, "SuperchargedLightning", 2, false); + + // Check if the parent of the user is alive, which will be the case if the user is an item and is being held. + var zapTarget = _transformSystem.GetParentUid(args.User); + if (TryComp(zapTarget, out _)) + _electrocutionSystem.TryDoElectrocution(zapTarget, uid, 5, TimeSpan.FromSeconds(3), true, + ignoreInsulation: true); + } + private void Reset(RoundRestartCleanupEvent args) { Accumulator = 0; diff --git a/Content.Shared/Weapons/Melee/Components/MeleeThrowOnHitComponent.cs b/Content.Shared/Weapons/Melee/Components/MeleeThrowOnHitComponent.cs index 82ffc5e51f..559d58298b 100644 --- a/Content.Shared/Weapons/Melee/Components/MeleeThrowOnHitComponent.cs +++ b/Content.Shared/Weapons/Melee/Components/MeleeThrowOnHitComponent.cs @@ -101,9 +101,10 @@ public sealed partial class MeleeThrownComponent : Component /// /// Event raised before an entity is thrown by to see if a throw is allowed. /// If not handled, the enabled field on the component will be used instead. +/// Delta-V modification: Added User field, since it is now also raised on the entity being hit /// [ByRefEvent] -public record struct AttemptMeleeThrowOnHitEvent(EntityUid Hit, bool Cancelled = false, bool Handled = false); +public record struct AttemptMeleeThrowOnHitEvent(EntityUid Hit, Entity User, bool Cancelled = false, bool Handled = false); [ByRefEvent] public record struct MeleeThrowOnHitStartEvent(EntityUid User, EntityUid Used); diff --git a/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs b/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs index fc36428654..e840bd1ddd 100644 --- a/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs +++ b/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs @@ -104,9 +104,14 @@ public bool CanThrowOnHit(Entity ent, EntityUid target { var (uid, comp) = ent; - var ev = new AttemptMeleeThrowOnHitEvent(target); - RaiseLocalEvent(uid, ref ev); + var ev = new AttemptMeleeThrowOnHitEvent(target, ent); + // Delta-V modification: Also raise on the entity being hit, in case it wants to object + RaiseLocalEvent(target, ref ev); + if (ev.Handled) + return !ev.Cancelled; + + RaiseLocalEvent(uid, ref ev); if (ev.Handled) return !ev.Cancelled; From 0fa44ba7a88c99e19c1eef55739e62948b87f996 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Tue, 13 Feb 2024 00:59:17 +0000 Subject: [PATCH 375/391] Automatic Changelog Update (#824) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 97edd4e23f..731c238cbc 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1622,3 +1622,11 @@ Entries: Vision trait. id: 242 time: '2024-02-12T22:25:02.0000000+00:00' +- author: DebugOk + changes: + - type: Tweak + message: >- + Glimmer probers now react violently to being hit by gorilla gauntlets if + glimmer is above 500 + id: 243 + time: '2024-02-13T00:59:01.0000000+00:00' From 84bad278e26c9be5108fac809ecd2200cad9110d Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Tue, 13 Feb 2024 08:29:36 -0500 Subject: [PATCH 376/391] Nerf ear destroyers (#827) --- Resources/Audio/DeltaV/Voice/Harpy/chirp1.ogg | Bin 6456 -> 6331 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Audio/DeltaV/Voice/Harpy/chirp1.ogg b/Resources/Audio/DeltaV/Voice/Harpy/chirp1.ogg index 07303b6626c89630aa752e4c1a514837c5ff6fa3..5eeea546775ec0ee1490ac56e237b1c81ec82565 100644 GIT binary patch delta 2447 zcmV;A32^qfGP^MvPiJRS00IC200000003fG00000003!0leUo>E(~H=00031008l< zgHN$k9uI$FSO5S50002plH?5%H8U$JGc`3k=g-sM*SojNyj}eGu2-3&mF_P=3e>*C zzT$Ln#fMEN=atjg8D?|nr*}>|z@$EBTM*i$SY>v^Rk&G-xqJZp@ZMyIR@o~76KV3l z?-A82-c8LlrtfPm+AaGOiNB0PaOy~e$95QRn*o3ONSm4`i39+=@Sc@yn)I(dfrfYe z0vEj5{$O_5@RqGt8Y0jy5yMAeweMGHnmKqRXyG9inx2f&tXNUlNG`^aOWEy*vyIaTTo4)VRKaLRKp=)%Uk|qDr6YOIt(; zv*Zcyc78IQ<8eO+NZ~_NqY~=^07M;k2;Pv5>wf(b@EIk~?}v;5R@)BHeuJr+`IgAdVQ06 z|LNKE&eTMCVw^q={7SbRvrR5W*3CRaCc++{J(P@N04M;b|5hJ@_3r1`n(%+Ilca`^ zg()!?2ZJxPF2b_~fm~plC;YeHdacNIvjBkGRREx0@&I7imxdAY>*$c3&jFDJ7XB^P zxa{*bdCj}_VxS641$M`Awq~@{zTsG}rUFPOO_+`1(BR5&+;P7dn5gbz~aSP(Bcq z$Pg}ZmgvZ_L82RRfoZ&&Bcj~E17_a93k4B*{O@AukIHo;0Jfm20}NoOMqb^7QPJMh z%qvJP6MAhno;BRK?fBnS@R#6yc_meOuZX)8?(l>JY;YAa0F`SF03aA7Atu=Zu!yvc zcjo2yYVPO#&DReY*@J%>*Cm@-Yr`ic4b|+J_uAhK!;M-BFEKXTwFK%40N%6vKW4Id z#(DD2LxWf9LjwRH&&Jl0`c>V``Tj3Cb!2b?03eTF9S#@zpgzS?!Xo|Qe649Xw|YWt zIOUJ}DR(CN$eIVp20%*;bq!1%0FGY1_S?H+|3`EH0PrQ$0oH#Sr}x1_QI8JuRbK7U zMw0+kt1}NmR-5aNyo@z=7XZ z00TftH}HV4pg!(-6aa+N-Z1*!pTyz3`1Rj8ev;!dqn^Jgi+I$~h3w?$TXM|by%eCR z_Sx!vYD8teFm!*x4g(H9^$p|e{X<6rU0vY41!2uXD?88_MB@Tr<>?~#8E8!YOf8mk zwFUqHpy}Y)%Q5&;ICL7Tc5xZ6jR~#h0AwpGWefuHs}e0fi!N61{64?FW_73t<1eC! z!#V)e0Q9>KFa{|~Mkdm8-21M=7@H+P!IPu`*wx^c0{(x-+_;}n-$xt&uGRZL#FWsc z>H*;Z4*+llV9J!xfWS3QbhN~zsnZ80GtWg!D; z$pvUF9@KL=6M!c8YNaSkocOVLVE%jBhcWnvqE^b7T(aid_H@&QSH(o*BVkCIGf_Ne zp2b1xN+f@Py=U-%u0jB=j+=TB{zq_`gAC>*b#H8qCKF}h15%WUOw?PBTohnrbUE#Y=yPo*S;N1R1>d$~IR3VDY6{lv_Ilg=fMb|MF0%}BmhbP03iE&tO>qF+{DME|09jR zGoye1oRGqoLp_)Xzy`QU8zM9Su!USch-PJ`0QdR3+j+e7^YKvf{g=8j@=nQ&Wq5Ip zr(O(VpBFEd#*t#`a6+UY0001>x5Lqe zzTUUZJSvhww4i@Sbv?A&|Lg-+*F!V4@j^dnZ|AG4bfmxiWd0M4Zu;!U0Tg4;k0i<) N0MP%hYSjSHF91LHseS+e delta 2573 zcmV+o3i9>4F}N}sPiJRS00IC200000005ym00000006CbEG>~5E)1bL00031006wK z$S|=~9uI$^IRF3x0002&2iq1AH8w0QI5{}!+uY&f$->devh?sic#KwhZyZV<`zo9c zuJ*O{g)v+^jh$gOhkknJq!)QrpR+9pZL+V*?1-yyvlR0$0|4~!KBOC}%t;_<>c4M? zDz%pqbB*Z-H5cuceTo!+8E?Vcq*?_hwmi##(4v2-6N4q(`bJd%0Nn82mCS~Jvy7JpFiXcjd;skDuIJ)egGh0@;=^by)g3Yhieo?1rdC?Z zlJ|d|liX-o14#S6$diJpBChDND^iDO-Om)VmR11t7_U)!*=(X{U@J5}U0*>3U{;7ODxeelXDSvoW|UdLul_ssSWBO#Kp$Q2^!Z6qAHh6CZJeJqg`*r>dz zC)q>ak~WtOrsQShzR9z+Fq}OEA$WS;&lGwDUoPcJYChiMXJ5U)zE0}aCKupv`2>FeuxL*% z0l@rziDBIIHW&t<@tHw@r1i)@5$~F3QK(Z+D__ND;%^!@EVGowk-$IR0| zrC~p+13ZD=+%Y}>Z>DW#%GkM$2Sn3N-=M>L<`aI(Ma{(a#4=Zngj}!jt-QJa^Kqkr z01#+(@yW%=M-T`h9sQVQbQw{G8SdH`_o6hwB1dZhmvMqXFvX=$?Z1Dov+JBg>74~# zP)KlTX&LVyk3|;B@=Tuqx}cZgPGcSA|IJ>m|ov-J`*VqmD5pZuu(A`~AC<=wpj5MeAdK?FP(a}UIhRE002O~#BEo-rIP?VbQZQgjY_X_vI~j?*!zFqiA{p?Hj0ABap#9x!%H@x`w<2?LhEn+HiPM8in6L4UN3kx7kq#L*j5Eirm;GV|- zpu~*f!O8jEytLaaS2v}}x2yNeG`DeLW*CujnEz${+P`PjC;(K=k3XhjGR)p&o3ioi z<&nh2%?fZS%*=m#%$Po#p0^s8CyShgi*oOttSglxX7 zr^A!fLjeE)CZBF`@o!+Sw#e-RuVAIfYfcT27yvSeZ4q%`UisBBvQnPz?gIg!24LRb z0nlIu$78u{cs#<_f(aZnfOX_i5P<6$SPuan0GD z19nRSFl8zUda zcS_BWoA_`_Ujn-8o$alcLqKIjL-lk7o)_Kt??vA`XGOnL^q&*YRPDgDyi?!+AAl(V zB{Tr=RIKv{puhqw%ai~BFp=Crp5FN{=6!w)e+Pg0aQ&UK*W&qiAiMY65FpT5YKJe0pSG;+NV zJIgjEWu?^UV!UcF`C#x9pul&=DGmUF>|Jbt2B5yUgMW*&ax=C&)4lnE(K&`V~|F{#D$J`z#PX5%@VP`xh}OUD_YrL;yBGPAen{+(pg>(FF)BQ$SyI z<6sJ}jCcQ@ZM#3&KW5-z%6L|7HJ5s|G%DW;y?yZy6pe9dlw7M!H0S+s3RTl@E4#ePT>Fm zcx~3{R?pL00*}oXq5z&n+{A7Fohf)q@8Z+PHQ?%ZXv2~Q7`xO;0xqp9=`1M#i1UA6 zrXG8C^ovjN#bG|a-Oe{RnMi$_=EZcNivh0mpx&ad53}opgUOvYvES~yn+en@mY;od zfX|1ud#jCfgR7_2Ki8vI8w2ck2PtUPb%e7yjb-hNt>pSg%32;7g^SSyJj(z8`^aQC zsRW1q?y6wQdMo`OWH?AB9}xAjR8fDkiX6n*mM`7L*#PL1IbTgLI(z|)9ej7SCivBn zi<9mph7-c80N!O(KCXV@Ie2zi0^iigi&W!IkMa=%#`BD1|8 z(xLvW+$FQ}+g9(05B}siIN(Fh3~7J%*a4#+gD3Jwq5xPTsJ~A=Z@ZWQl$Cx70EF#_ jbZE4!!u>Pald(p;M*;xAyz^;=mPe8U0D$tCcya&$CEoKJ From 2db9e9e60431e7639cf507178e1bce152815096b Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Tue, 13 Feb 2024 13:29:52 +0000 Subject: [PATCH 377/391] Automatic Changelog Update (#827) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 731c238cbc..d6365fb37d 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1630,3 +1630,9 @@ Entries: glimmer is above 500 id: 243 time: '2024-02-13T00:59:01.0000000+00:00' +- author: VMSolidus + changes: + - type: Fix + message: Removed the ability of Harpies to destroy people's ears. + id: 244 + time: '2024-02-13T13:29:37.0000000+00:00' From 02b13528c14d99be3b4b997b81cea535d9249fd5 Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:45:27 -0500 Subject: [PATCH 378/391] Signage For Meee (#799) signey --- .../Structures/Wallmounts/Signs/signs.yml | 40 ++++++++++++++++++ .../Wallmounts/signs.rsi/barbershop.png | Bin 0 -> 444 bytes .../Wallmounts/signs.rsi/direction_exam.png | Bin 0 -> 505 bytes .../Wallmounts/signs.rsi/direction_icu.png | Bin 0 -> 488 bytes .../Wallmounts/signs.rsi/laundromat.png | Bin 0 -> 397 bytes .../Structures/Wallmounts/signs.rsi/meta.json | 26 +++++++++++- 6 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/barbershop.png create mode 100644 Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_exam.png create mode 100644 Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_icu.png create mode 100644 Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/laundromat.png diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml index 6129ff6c41..2b0048f1a4 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/signs.yml @@ -17,3 +17,43 @@ - type: Sprite sprite: DeltaV/Structures/Wallmounts/signs.rsi state: direction_mail + +- type: entity + parent: BaseSignDirectional + id: SignDirectionalExam + name: examination room sign + description: A direction sign, pointing out which way the examination rooms are. + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/signs.rsi + state: direction_exam + +- type: entity + parent: BaseSignDirectional + id: SignDirectionalICU + name: intensive care unit sign + description: A direction sign, pointing out which way the Intensive Care Unit is. + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/signs.rsi + state: direction_icu + +- type: entity + parent: BaseSign + id: SignLaundromat + name: laundromat sign + description: A sign indicating the laundromat. + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/signs.rsi + state: laundromat + +- type: entity + parent: BaseSign + id: SignBarbershop + name: barbershop sign + description: A sign indicating the barbershop. + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/signs.rsi + state: barbershop \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/barbershop.png b/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/barbershop.png new file mode 100644 index 0000000000000000000000000000000000000000..d196072a32b0e63fa87efd8d4abe329dc2e4701d GIT binary patch literal 444 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%> zc!}@BWQo;x#qxXA7#`H_wfV(&=mp1WQ3ZWd)iRs#GrBeWC$7eM#c(+Iq6cM>UqhmFO+8KJ$uCACtm!;I@WMqSu{%` z%WWe@hnSFC41LcJZS$Gf66g6vSNYdmy<1af)iuOyv2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107+XAD978JRyuD@Uci2Io z_2F~wfPCkpiW(DkG;o)5XhmtYv;>?Ji1g^_n#Scay@^{Puz*9$eBDk5jR|MfKB|?O z-P8Q!|2SpxNxRx@lRW0-*v-$Lugwg!e~s}BF(AdzP|9|h2}p}E&M98pd8Kr2Zk7M5 zzt)Vee(kNTEBd_feEa38$uCNu7s<}`S6LZ5eaZXlnfVPeqo zz0`u0ub<1?#>suLvzq=o=a-V_+g&Pqef75e;*+SZuVeio4|LTvNgr;ID-T#TXEK5q z5$OiHAe!Md&oWjJoiO*{7KR7sE_8fmtmB=@&++~EQ!hLD2jBU2THm=7`_1^zSD=8I z{Db)`eHnK#9QwO)r_eceo$pbxjM2;{qQ&+1)+>HyeE4ri%o%nA`3+GZBT;O9YkNTd WZUyJM8A;Q!L2{n1elF{r5}E)B&Btc| literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_icu.png b/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_icu.png new file mode 100644 index 0000000000000000000000000000000000000000..d4d2e4cd5762be87ebe0539d27f4bf984f365749 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107>hk!978JRyuG#2?@)lq zv5)KZAKYo}Y%fsw$SQM(!*88W+mQ)&&dDAOrqWlwy4ycq z+xDI3&;FIROYa=+SDSEW@|4t-#ePgc>m$A=NC7DZhSzdF%s}c7o5$r6lZlHoChdwlO(lHwx!SGU--LaxdA;uH>xB%4*Pn+s{AXlfNVwaa33l9?Y6D&nqoI_48Bm;o zVZ*zFCLo&On(YiWhO#!dIs7Y@zpiO`|8HNd>wNxCP*&T&9SVBfC!2OYxMRlmmXsA*Na zc$xp4*@deMb8{`~f2*~*_}g3bzT Date: Tue, 13 Feb 2024 15:55:35 +0000 Subject: [PATCH 379/391] bring back paradox anomaly (#825) * refactor and add log * add api needed for objective * backport LastProfileLoaded * fix midround antag rule * evil twin spawning code * evil twin yml and stuff * m * hopefully fully rename it * fixy --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Components/ParadoxAnomalySpawner.cs | 17 ++ .../Systems/ParadoxAnomalySystem.cs | 164 ++++++++++++++++++ .../GenericAntag/GenericAntagSystem.cs | 8 + .../Systems/HumanoidAppearanceSystem.cs | 2 + .../Components/MidRoundAntagRuleComponent.cs | 9 +- .../StationEvents/Events/MidRoundAntagRule.cs | 27 ++- .../Terminator/Systems/TerminatorSystem.cs | 11 +- .../Humanoid/HumanoidAppearanceComponent.cs | 7 + .../SharedHumanoidAppearanceSystem.cs | 2 + .../game-rules/rule-paradox-anomaly.ftl | 5 + .../ghost/roles/ghost-role-component.ftl | 4 + .../objectives/conditions/paradox-anomaly.ftl | 2 + .../game-rules/rule-terminator.ftl | 6 +- .../Locale/en-US/prototypes/roles/antags.ftl | 4 +- .../Entities/Markers/Spawners/ghost_roles.yml | 17 +- .../Prototypes/DeltaV/GameRules/midround.yml | 11 ++ .../DeltaV/Objectives/paradox_anomaly.yml | 52 ++++++ Resources/Prototypes/GameRules/events.yml | 2 +- 18 files changed, 325 insertions(+), 25 deletions(-) create mode 100644 Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs create mode 100644 Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs create mode 100644 Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-paradox-anomaly.ftl create mode 100644 Resources/Locale/en-US/deltav/objectives/conditions/paradox-anomaly.ftl create mode 100644 Resources/Prototypes/DeltaV/GameRules/midround.yml create mode 100644 Resources/Prototypes/DeltaV/Objectives/paradox_anomaly.yml diff --git a/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs b/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs new file mode 100644 index 0000000000..c3264584a1 --- /dev/null +++ b/Content.Server/DeltaV/ParadoxAnomaly/Components/ParadoxAnomalySpawner.cs @@ -0,0 +1,17 @@ +using Content.Server.DeltaV.ParadoxAnomaly.Systems; +using Robust.Shared.Prototypes; + +namespace Content.Server.DeltaV.ParadoxAnomaly.Components; + +/// +/// Creates a random paradox anomaly and tranfers mind to it when taken by a player. +/// +[RegisterComponent, Access(typeof(ParadoxAnomalySystem))] +public sealed partial class ParadoxAnomalySpawnerComponent : Component +{ + /// + /// Antag game rule to start for the paradox anomaly. + /// + [DataField] + public EntProtoId Rule = "ParadoxAnomaly"; +} diff --git a/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs b/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs new file mode 100644 index 0000000000..62d994dac3 --- /dev/null +++ b/Content.Server/DeltaV/ParadoxAnomaly/Systems/ParadoxAnomalySystem.cs @@ -0,0 +1,164 @@ +using Content.Server.DeltaV.ParadoxAnomaly.Components; +using Content.Server.DetailExaminable; +using Content.Server.GenericAntag; +using Content.Server.Ghost.Roles; +using Content.Server.Ghost.Roles.Components; +using Content.Server.Psionics; +using Content.Server.Spawners.Components; +using Content.Server.Station.Systems; +using Content.Server.Terminator.Systems; +using Content.Shared.Humanoid; +using Content.Shared.Humanoid.Prototypes; +using Content.Shared.Mind; +using Content.Shared.Mind.Components; +using Content.Shared.Preferences; +using Content.Shared.Roles; +using Content.Shared.Roles.Jobs; +using Robust.Shared.Prototypes; +using Robust.Shared.Random; +using Robust.Shared.Utility; +using System.Diagnostics.CodeAnalysis; + +namespace Content.Server.DeltaV.ParadoxAnomaly.Systems; + +/// +/// 90% of the work is done by exterminator since its a reskin. +/// All the logic here is spawning since thats tricky. +/// +public sealed class ParadoxAnomalySystem : EntitySystem +{ + [Dependency] private readonly GenericAntagSystem _genericAntag = default!; + [Dependency] private readonly GhostRoleSystem _ghostRole = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly MetaDataSystem _metaData = default!; + [Dependency] private readonly PsionicsSystem _psionics = default!; + [Dependency] private readonly SharedHumanoidAppearanceSystem _humanoid = default!; + [Dependency] private readonly SharedMindSystem _mind = default!; + [Dependency] private readonly SharedRoleSystem _role = default!; + [Dependency] private readonly StationSystem _station = default!; + [Dependency] private readonly StationSpawningSystem _stationSpawning = default!; + [Dependency] private readonly TerminatorSystem _terminator = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnTakeGhostRole); + } + + private void OnTakeGhostRole(Entity ent, ref TakeGhostRoleEvent args) + { + Log.Info($"Using paradox anomaly spawner {ent}"); + if (!TrySpawnParadoxAnomaly(ent.Comp.Rule, out var twin)) + return; + + Log.Info($"Created paradox anomaly {ToPrettyString(twin):twin}"); + var role = Comp(ent); + _ghostRole.GhostRoleInternalCreateMindAndTransfer(args.Player, ent, twin.Value, role); + _ghostRole.UnregisterGhostRole((ent.Owner, role)); + + args.TookRole = true; + QueueDel(ent); + } + + private bool TrySpawnParadoxAnomaly(string rule, [NotNullWhen(true)] out EntityUid? twin) + { + twin = null; + + // Get a list of potential candidates + var candidates = new List<(EntityUid, EntityUid, SpeciesPrototype, HumanoidCharacterProfile)>(); + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var mindContainer, out var humanoid)) + { + if (humanoid.LastProfileLoaded is not {} profile) + continue; + + if (!_proto.TryIndex(humanoid.Species, out var species)) + continue; + + if (_mind.GetMind(uid, mindContainer) is not {} mindId || !HasComp(mindId)) + continue; + + if (_role.MindIsAntagonist(mindId)) + continue; + + // TODO: when metempsychosis real skip whoever has Karma + + candidates.Add((uid, mindId, species, profile)); + } + + twin = SpawnParadoxAnomaly(candidates, rule); + return twin != null; + } + + private EntityUid? SpawnParadoxAnomaly(List<(EntityUid, EntityUid, SpeciesPrototype, HumanoidCharacterProfile)> candidates, string rule) + { + // Select a candidate. + if (candidates.Count == 0) + return null; + + var (uid, mindId, species, profile) = _random.Pick(candidates); + var jobId = Comp(mindId).Prototype; + var job = _proto.Index(jobId!); + + // Find a suitable spawn point. + var station = _station.GetOwningStation(uid); + var latejoins = new List(); + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var spawnUid, out var spawnPoint)) + { + if (spawnPoint.SpawnType != SpawnPointType.LateJoin) + continue; + + if (_station.GetOwningStation(spawnUid) == station) + latejoins.Add(spawnUid); + } + + if (latejoins.Count == 0) + return null; + + // Spawn the twin. + var destination = Transform(_random.Pick(latejoins)).Coordinates; + var spawned = Spawn(species.Prototype, destination); + + // Set the kill target to the chosen player + _terminator.SetTarget(spawned, mindId); + _genericAntag.MakeAntag(spawned, rule); + + ////////////////////////// + // /!\ WARNING /!\ // + // MAJOR SHITCODE BELOW // + // /!\ WARNING /!\ // + ////////////////////////// + + // Copy the details. + _humanoid.LoadProfile(spawned, profile); + _metaData.SetEntityName(spawned, Name(uid)); + + if (TryComp(uid, out var detail)) + { + var detailCopy = EnsureComp(spawned); + detailCopy.Content = detail.Content; + } + + if (job.StartingGear != null && _proto.TryIndex(job.StartingGear, out var gear)) + { + _stationSpawning.EquipStartingGear(spawned, gear, profile); + _stationSpawning.EquipIdCard(spawned, + profile.Name, + job, + station); + } + + foreach (var special in job.Special) + { + special.AfterEquip(spawned); + } + + var psi = EnsureComp(spawned); + _psionics.RollPsionics(spawned, psi, false, 100); + + return spawned; + } +} diff --git a/Content.Server/GenericAntag/GenericAntagSystem.cs b/Content.Server/GenericAntag/GenericAntagSystem.cs index 6b1774159c..8b7a16a4cb 100644 --- a/Content.Server/GenericAntag/GenericAntagSystem.cs +++ b/Content.Server/GenericAntag/GenericAntagSystem.cs @@ -57,6 +57,14 @@ public void MakeAntag(EntityUid uid, EntityUid mindId, GenericAntagComponent? co _mind.TryAddObjective(mindId, mind, id); } } + + /// + /// DeltaV - used by paradox anomaly + /// + public void MakeAntag(EntityUid uid, string rule) + { + AddComp(uid).Rule = rule; + } } /// diff --git a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs index 36ab038562..770e9fc39b 100644 --- a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs +++ b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs @@ -64,6 +64,8 @@ public void CloneAppearance(EntityUid source, EntityUid target, HumanoidAppearan grammar.Gender = sourceHumanoid.Gender; } + targetHumanoid.LastProfileLoaded = sourceHumanoid.LastProfileLoaded; // DeltaV - let paradox anomaly be cloned + Dirty(targetHumanoid); } diff --git a/Content.Server/Nyanotrasen/StationEvents/Components/MidRoundAntagRuleComponent.cs b/Content.Server/Nyanotrasen/StationEvents/Components/MidRoundAntagRuleComponent.cs index 429db920dc..df8b687c3e 100644 --- a/Content.Server/Nyanotrasen/StationEvents/Components/MidRoundAntagRuleComponent.cs +++ b/Content.Server/Nyanotrasen/StationEvents/Components/MidRoundAntagRuleComponent.cs @@ -1,4 +1,5 @@ using Content.Server.StationEvents.Events; +using Robust.Shared.Prototypes; namespace Content.Server.StationEvents.Components; @@ -6,11 +7,11 @@ namespace Content.Server.StationEvents.Components; public sealed partial class MidRoundAntagRuleComponent : Component { [DataField("antags")] - public IReadOnlyList MidRoundAntags = new[] + public List MidRoundAntags = new() { "SpawnPointGhostRatKing", - "SpawnPointGhostVampSpider", - "SpawnPointGhostFugitive", - "MobEvilTwinSpawn" + //"SpawnPointGhostVampSpider", + //"SpawnPointGhostFugitive", + "SpawnPointGhostParadoxAnomaly" }; } diff --git a/Content.Server/Nyanotrasen/StationEvents/Events/MidRoundAntagRule.cs b/Content.Server/Nyanotrasen/StationEvents/Events/MidRoundAntagRule.cs index bf30773760..169f757549 100644 --- a/Content.Server/Nyanotrasen/StationEvents/Events/MidRoundAntagRule.cs +++ b/Content.Server/Nyanotrasen/StationEvents/Events/MidRoundAntagRule.cs @@ -1,41 +1,38 @@ -using System.Linq; -using Robust.Shared.Random; using Content.Server.GameTicking.Rules.Components; using Content.Server.StationEvents.Components; +using Robust.Shared.Random; +using System.Linq; namespace Content.Server.StationEvents.Events; -internal sealed class MidRoundAntagRule : StationEventSystem +public sealed class MidRoundAntagRule : StationEventSystem { - [Dependency] private readonly IRobustRandom _robustRandom = default!; + [Dependency] private readonly IRobustRandom _random = default!; protected override void Started(EntityUid uid, MidRoundAntagRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args) { base.Started(uid, component, gameRule, args); - var spawnLocations = EntityManager.EntityQuery().ToList(); - var backupSpawnLocations = EntityManager.EntityQuery().ToList(); + var spawnLocations = EntityQuery().ToList(); + var backupSpawnLocations = EntityQuery().ToList(); TransformComponent? spawn = new(); if (spawnLocations.Count > 0) { - var spawnLoc = _robustRandom.Pick(spawnLocations); + var spawnLoc = _random.Pick(spawnLocations); spawn = spawnLoc.Item2; } else if (backupSpawnLocations.Count > 0) { - var spawnLoc = _robustRandom.Pick(backupSpawnLocations); + var spawnLoc = _random.Pick(backupSpawnLocations); spawn = spawnLoc.Item2; } - if (spawn == null) + if (spawn?.GridUid == null) return; - if (spawn.GridUid == null) - { - return; - } - - Spawn(_robustRandom.Pick(component.MidRoundAntags), spawn.Coordinates); + var proto = _random.Pick(component.MidRoundAntags); + Log.Info($"Spawning midround antag {proto} at {spawn.Coordinates}"); + Spawn(proto, spawn.Coordinates); } } diff --git a/Content.Server/Terminator/Systems/TerminatorSystem.cs b/Content.Server/Terminator/Systems/TerminatorSystem.cs index b669935277..837778d3c4 100644 --- a/Content.Server/Terminator/Systems/TerminatorSystem.cs +++ b/Content.Server/Terminator/Systems/TerminatorSystem.cs @@ -24,7 +24,7 @@ public override void Initialize() private void OnMapInit(EntityUid uid, TerminatorComponent comp, MapInitEvent args) { // cyborg doesn't need to breathe - RemComp(uid); + //RemComp(uid); // DeltaV - paradox anomaly does actually need to breathe } private void OnSpawned(EntityUid uid, TerminatorComponent comp, GhostRoleSpawnerUsedEvent args) @@ -47,6 +47,15 @@ private void OnCreated(EntityUid uid, TerminatorComponent comp, ref GenericAntag _role.MindAddRole(mindId, new TerminatorRoleComponent(), mind); } + /// + /// DeltaV - used for paradox anomaly. + /// + public void SetTarget(Entity ent, EntityUid mindId) + { + ent.Comp ??= EnsureComp(ent); + ent.Comp.Target = mindId; + } + /// /// Create a spawner at a position and return it. /// diff --git a/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs b/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs index 82d6964522..b0bc0eb9a0 100644 --- a/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs +++ b/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs @@ -1,5 +1,6 @@ using Content.Shared.Humanoid.Markings; using Content.Shared.Humanoid.Prototypes; +using Content.Shared.Preferences; // DeltaV using Robust.Shared.Enums; using Robust.Shared.GameStates; using Robust.Shared.Prototypes; @@ -82,6 +83,12 @@ public sealed partial class HumanoidAppearanceComponent : Component /// [ViewVariables(VVAccess.ReadOnly)] public Color? CachedFacialHairColor; + + /// + /// DeltaV - let paradox anomaly be cloned + /// + [ViewVariables] + public HumanoidCharacterProfile? LastProfileLoaded; } [DataDefinition] diff --git a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs index 597afcbda2..4974e283dd 100644 --- a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs @@ -329,6 +329,8 @@ public virtual void LoadProfile(EntityUid uid, HumanoidCharacterProfile profile, humanoid.Age = profile.Age; + humanoid.LastProfileLoaded = profile; // DeltaV - let paradox anomaly be cloned + Dirty(humanoid); } diff --git a/Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-paradox-anomaly.ftl b/Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-paradox-anomaly.ftl new file mode 100644 index 0000000000..45bd554dee --- /dev/null +++ b/Resources/Locale/en-US/deltav/game-ticking/game-rules/rule-paradox-anomaly.ftl @@ -0,0 +1,5 @@ +paradox-anomaly-round-end-agent-name = Paradox Anomaly + +objective-issuer-self = [color=#1708EC]Self[/color] + +# briefing is in terminator ftl diff --git a/Resources/Locale/en-US/deltav/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/deltav/ghost/roles/ghost-role-component.ftl index f2e9238dfb..977a5f47bc 100644 --- a/Resources/Locale/en-US/deltav/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/deltav/ghost/roles/ghost-role-component.ftl @@ -6,3 +6,7 @@ ghost-role-information-nukie-mouse-rules = Normal syndicate antagonist rules app ghost-role-information-listeningop-name = Listening Post Operative ghost-role-information-listeningop-description = You are a Listening Post operative. Get into range, observe the station, intercept communications and assist any operatives in the area! ghost-role-information-listeningop-rules = You are a Syndicate Operative tasked with the continuous reporting and monitoring of the station and its activities, as well as assisting any fellow operatives who may be aboard the station. As an antagonist, do whatever is required for you to complete this task. Make sure your station doesn't fall into enemy hands and DO NOT abandon your station! Hide your existence at any cost! + +ghost-role-information-paradox-anomaly-name = Paradox Anomaly +ghost-role-information-paradox-anomaly-description = Replace your double, or befriend them. +ghost-role-information-paradox-anomaly-rules = Try and replace your twin with this funny roleplay antag rather than plasma flooding the station or something. You can also just befriend them. diff --git a/Resources/Locale/en-US/deltav/objectives/conditions/paradox-anomaly.ftl b/Resources/Locale/en-US/deltav/objectives/conditions/paradox-anomaly.ftl new file mode 100644 index 0000000000..2eac3339bf --- /dev/null +++ b/Resources/Locale/en-US/deltav/objectives/conditions/paradox-anomaly.ftl @@ -0,0 +1,2 @@ +objective-paradox-anomaly-kill-title = Kill this universe's {$targetName} +objective-paradox-anomaly-friend-title = Keep your new friend {$targetName} alive diff --git a/Resources/Locale/en-US/game-ticking/game-rules/rule-terminator.ftl b/Resources/Locale/en-US/game-ticking/game-rules/rule-terminator.ftl index 41237a5c10..2e16743177 100644 --- a/Resources/Locale/en-US/game-ticking/game-rules/rule-terminator.ftl +++ b/Resources/Locale/en-US/game-ticking/game-rules/rule-terminator.ftl @@ -8,7 +8,11 @@ terminator-role-greeting = Use any means at your disposal to complete the mission. Glory to Cybersun. -terminator-role-briefing = Kill the target at all costs. +# DeltaV - paradox anomaly +terminator-role-briefing = + You are a bluespace anomaly that looks and sound identical to someone from this reality. + Kill them and assume their identity, or talk it out and become friends. + Your objectives support either playstyle (and you obviously can't do both). terminator-endoskeleton-gib-popup = All the battered flesh falls apart, revealing a titanium endoskeleton! terminator-endoskeleton-burn-popup = The seared flesh is burned to a crisp, revealing a titanium endoskeleton! diff --git a/Resources/Locale/en-US/prototypes/roles/antags.ftl b/Resources/Locale/en-US/prototypes/roles/antags.ftl index d12f70cda2..40f2c9a682 100644 --- a/Resources/Locale/en-US/prototypes/roles/antags.ftl +++ b/Resources/Locale/en-US/prototypes/roles/antags.ftl @@ -31,5 +31,5 @@ roles-antag-space-ninja-objective = Use your stealth to sabotage the station, no roles-antag-thief-name = Thief roles-antag-thief-objective = Add some NT property to your personal collection without using violence. -roles-antag-terminator-name = Exterminator -roles-antag-terminator-objective = Kill the target at all costs, the future depends on it. +roles-antag-terminator-name = Paradox Anomaly # DeltaV - paradox anomaly +roles-antag-terminator-objective = Replace your double, or befriend them. # DeltaV - paradox anomaly diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml index b43f50890c..88a2488db0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/ghost_roles.yml @@ -44,4 +44,19 @@ layers: - state: green - sprite: Structures/Wallmounts/signs.rsi - state: radiation \ No newline at end of file + state: radiation + +- type: entity + parent: MarkerBase + id: SpawnPointGhostParadoxAnomaly + name: paradox anomaly spawn point + components: + - type: GhostRole + name: ghost-role-information-paradox-anomaly-name + description: ghost-role-information-paradox-anomaly-description + rules: ghost-role-information-paradox-anomaly-rules + - type: ParadoxAnomalySpawner + - type: Sprite + sprite: Markers/jobs.rsi + layers: + - state: green diff --git a/Resources/Prototypes/DeltaV/GameRules/midround.yml b/Resources/Prototypes/DeltaV/GameRules/midround.yml new file mode 100644 index 0000000000..82b47c0571 --- /dev/null +++ b/Resources/Prototypes/DeltaV/GameRules/midround.yml @@ -0,0 +1,11 @@ +- type: entity + noSpawn: true + parent: BaseGameRule + id: ParadoxAnomaly + components: + - type: GenericAntagRule + agentName: paradox-anomaly-round-end-agent-name + objectives: + - ParadoxAnomalyKillObjective + - ParadoxAnomalyFriendObjective + - ParadoxAnomalyEscapeObjective diff --git a/Resources/Prototypes/DeltaV/Objectives/paradox_anomaly.yml b/Resources/Prototypes/DeltaV/Objectives/paradox_anomaly.yml new file mode 100644 index 0000000000..dd0b74c461 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Objectives/paradox_anomaly.yml @@ -0,0 +1,52 @@ +- type: entity + abstract: true + parent: BaseTerminatorObjective # mrp terminator real + id: BaseParadoxAnomalyObjective + components: + - type: Objective + issuer: self + +# not using base kill/keep alive objectives since these intentionally conflict with eachother +- type: entity + noSpawn: true + parent: BaseParadoxAnomalyObjective + id: ParadoxAnomalyKillObjective + description: This universe doesn't have room for both of us. + components: + - type: Objective + icon: + sprite: Objects/Weapons/Guns/Pistols/viper.rsi + state: icon + - type: TargetObjective + title: objective-paradox-anomaly-kill-title + - type: TerminatorTargetOverride + - type: KillPersonCondition + requireDead: true + +- type: entity + noSpawn: true + parent: BaseParadoxAnomalyObjective + id: ParadoxAnomalyFriendObjective + description: Perhaps there is room, as friends. + components: + - type: Objective + icon: + sprite: Objects/Misc/bureaucracy.rsi + state: folder-white + - type: TargetObjective + title: objective-paradox-anomaly-friend-title + - type: TerminatorTargetOverride + - type: KeepAliveCondition + +- type: entity + noSpawn: true + parent: [BaseParadoxAnomalyObjective, BaseLivingObjective] + id: ParadoxAnomalyEscapeObjective + name: Escape to centcom alive and unrestrained. + description: This is your universe now. + components: + - type: Objective + icon: + sprite: Structures/Furniture/chairs.rsi + state: shuttle + - type: EscapeShuttleCondition diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 83dffda309..2dcf3603cf 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -280,7 +280,7 @@ lightBreakChancePerSecond: 0.0003 doorToggleChancePerSecond: 0.001 -# - type: entity +# - type: entity # DeltaV - replaced terminator with paradox anomaly in midroundantag rule # parent: BaseGameRule # id: TerminatorSpawn # noSpawn: true From 87d45e4ef14ea441de078c6f1a3d8a1f9a95d56b Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Tue, 13 Feb 2024 15:55:49 +0000 Subject: [PATCH 380/391] Automatic Changelog Update (#825) --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index d6365fb37d..baab23e24c 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1636,3 +1636,11 @@ Entries: message: Removed the ability of Harpies to destroy people's ears. id: 244 time: '2024-02-13T13:29:37.0000000+00:00' +- author: deltanedas + changes: + - type: Add + message: >- + Brought back paradox anomalies. Beware anyone that looks *just* like + you! + id: 245 + time: '2024-02-13T15:55:35.0000000+00:00' From 6687a3187faaeac78153e17d1f4298365efda7a2 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:12:37 +0100 Subject: [PATCH 381/391] Prevent action runners from being wasted on DeltaV-Bot (#831) Stop actions from running on our bot --- .github/workflows/build-map-renderer.yml | 2 +- .github/workflows/build-test-debug.yml | 2 +- .github/workflows/conflict-labeler.yml | 2 +- .github/workflows/labeler-pr.yml | 2 +- .github/workflows/test-packaging.yml | 2 +- .github/workflows/validate-rgas.yml | 2 +- .github/workflows/validate_mapfiles.yml | 2 +- .github/workflows/yaml-linter.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-map-renderer.yml b/.github/workflows/build-map-renderer.yml index 35aed1a7f7..01575f64b9 100644 --- a/.github/workflows/build-map-renderer.yml +++ b/.github/workflows/build-map-renderer.yml @@ -10,7 +10,7 @@ on: jobs: build: - if: github.actor != 'PJBot' && github.event.pull_request.draft == false + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' strategy: matrix: os: [ubuntu-latest] diff --git a/.github/workflows/build-test-debug.yml b/.github/workflows/build-test-debug.yml index 47f9fd1a51..519f5af6f4 100644 --- a/.github/workflows/build-test-debug.yml +++ b/.github/workflows/build-test-debug.yml @@ -10,7 +10,7 @@ on: jobs: build: - if: github.actor != 'PJBot' && github.event.pull_request.draft == false + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' strategy: matrix: os: [ubuntu-latest] diff --git a/.github/workflows/conflict-labeler.yml b/.github/workflows/conflict-labeler.yml index 1a9b91601d..a47965334c 100644 --- a/.github/workflows/conflict-labeler.yml +++ b/.github/workflows/conflict-labeler.yml @@ -8,7 +8,7 @@ on: jobs: Label: - if: github.actor != 'PJBot' + if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot' runs-on: ubuntu-latest steps: - name: Check for Merge Conflicts diff --git a/.github/workflows/labeler-pr.yml b/.github/workflows/labeler-pr.yml index 711eb0ccac..e1755aa26e 100644 --- a/.github/workflows/labeler-pr.yml +++ b/.github/workflows/labeler-pr.yml @@ -5,7 +5,7 @@ on: jobs: labeler: - if: github.actor != 'PJBot' + if: github.actor != 'PJBot' && github.actor != 'DeltaV-Bot' runs-on: ubuntu-latest steps: - uses: actions/labeler@v3 diff --git a/.github/workflows/test-packaging.yml b/.github/workflows/test-packaging.yml index 2dce502697..ccece69adb 100644 --- a/.github/workflows/test-packaging.yml +++ b/.github/workflows/test-packaging.yml @@ -29,7 +29,7 @@ on: jobs: build: name: Test Packaging - if: github.actor != 'PJBot' && github.event.pull_request.draft == false + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' runs-on: ubuntu-latest steps: diff --git a/.github/workflows/validate-rgas.yml b/.github/workflows/validate-rgas.yml index 2c4bb40fdf..0ed04021eb 100644 --- a/.github/workflows/validate-rgas.yml +++ b/.github/workflows/validate-rgas.yml @@ -9,7 +9,7 @@ on: jobs: yaml-schema-validation: name: YAML RGA schema validator - if: github.actor != 'PJBot' && github.event.pull_request.draft == false + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.6.0 diff --git a/.github/workflows/validate_mapfiles.yml b/.github/workflows/validate_mapfiles.yml index fb11e1a469..43d77841a8 100644 --- a/.github/workflows/validate_mapfiles.yml +++ b/.github/workflows/validate_mapfiles.yml @@ -9,7 +9,7 @@ on: jobs: yaml-schema-validation: name: YAML map schema validator - if: github.actor != 'PJBot' && github.event.pull_request.draft == false + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.6.0 diff --git a/.github/workflows/yaml-linter.yml b/.github/workflows/yaml-linter.yml index 691eb29f1d..796795b234 100644 --- a/.github/workflows/yaml-linter.yml +++ b/.github/workflows/yaml-linter.yml @@ -10,7 +10,7 @@ on: jobs: build: name: YAML Linter - if: github.actor != 'PJBot' && github.event.pull_request.draft == false + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.6.0 From 0798ea3ec3c7d7585a796a05dbe01151d920106d Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:17:22 +0100 Subject: [PATCH 382/391] Shoukou small patch (#816) * Shoukou small patch Deletes plasma miner Deletes command cryo Replaces cryo in prison with cryo with prisoners included edition Ensures techmaints are under robotics and cryo Fixes shutters in robotics Provides medical with a singular cryo * gets rid of invalid * Update shoukou.yml --------- Co-authored-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> --- Resources/Maps/shoukou.yml | 632 +++++++++++++------------------------ 1 file changed, 227 insertions(+), 405 deletions(-) diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index b1630728e9..c6248e1567 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -110,11 +110,11 @@ entities: version: 6 -3,-1: ind: -3,-1 - tiles: HgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAJwAAAAADJwAAAAABegAAAAAAdwAAAAACdwAAAAADaAAAAAADaAAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAdwAAAAADHgAAAAAALgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAABZQAAAAADegAAAAAAdwAAAAAALgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAaAAAAAAAaAAAAAADaAAAAAADegAAAAAAZQAAAAACZQAAAAADegAAAAAAdwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAaAAAAAACXwAAAAABaAAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAACaAAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADYgAAAAAAaAAAAAAAXwAAAAADaAAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAYgAAAAABaAAAAAAAXwAAAAACaAAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAATgAAAAAAdwAAAAACegAAAAAAegAAAAAAaAAAAAADXwAAAAADaAAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAABTgAAAAAAaAAAAAACXwAAAAACaAAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAaAAAAAABXwAAAAABZQAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADaQAAAAAATAAAAAAATAAAAAAATAAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAADZQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATAAAAAABTAAAAAADTAAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAaAAAAAACXwAAAAADaAAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAegAAAAAAaAAAAAAAXwAAAAABaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADaQAAAAAAWgAAAAAD + tiles: HgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAJwAAAAADJwAAAAABegAAAAAAdwAAAAACdwAAAAADaAAAAAADaAAAAAAAegAAAAAAZQAAAAAAZQAAAAAAegAAAAAAdwAAAAADHgAAAAAALgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAegAAAAAAZQAAAAABZQAAAAADegAAAAAAdwAAAAAALgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAaAAAAAAAaAAAAAADaAAAAAADegAAAAAAZQAAAAACZQAAAAADegAAAAAAdwAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAaQAAAAAAaAAAAAACXwAAAAABaAAAAAACegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAADXwAAAAACaAAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAADTgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAADWgAAAAADYgAAAAAAaAAAAAAAXwAAAAADaAAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAAAaQAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAYgAAAAABaAAAAAAAXwAAAAACaAAAAAABegAAAAAAWgAAAAABWgAAAAADWgAAAAABTgAAAAAAegAAAAAAdwAAAAADegAAAAAAegAAAAAATgAAAAAAdwAAAAACegAAAAAAegAAAAAAaAAAAAADXwAAAAADaAAAAAABegAAAAAAWgAAAAACWgAAAAABWgAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAABTgAAAAAAaAAAAAACXwAAAAACaAAAAAABegAAAAAAWgAAAAAAWgAAAAACWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAABegAAAAAAdwAAAAAAdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAACZQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAABegAAAAAAaAAAAAABXwAAAAABZQAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADaQAAAAAATAAAAAAATAAAAAAATAAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAABTgAAAAAAaAAAAAACXwAAAAADZQAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATAAAAAABTAAAAAADTAAAAAADegAAAAAAdwAAAAAAdwAAAAADdwAAAAADTgAAAAAAaAAAAAACXwAAAAADaAAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABTgAAAAAAegAAAAAAaAAAAAAAXwAAAAABaAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAACaQAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAADaQAAAAAAWgAAAAAD version: 6 -3,-2: ind: -3,-2 - tiles: TAAAAAAATAAAAAADegAAAAAATAAAAAAATAAAAAABTAAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAATAAAAAABTAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACTAAAAAABTAAAAAAATAAAAAACTAAAAAADTAAAAAABegAAAAAAawAAAAADegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAQQAAAAAATQAAAAACTQAAAAABTQAAAAADHgAAAAAAaQAAAAAAHgAAAAACTAAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADaQAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABaQAAAAAAJwAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAACegAAAAAAHgAAAAABWgAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACXwAAAAABXwAAAAABXwAAAAAAXwAAAAABXwAAAAACXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaAAAAAADaAAAAAADYgAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAegAAAAAAegAAAAAAJwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACaAAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAABJwAAAAACTgAAAAAAdwAAAAACdwAAAAACaAAAAAAAaAAAAAABegAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAADJwAAAAABJwAAAAADHgAAAAADJwAAAAABJwAAAAACJwAAAAAATgAAAAAAdwAAAAABdwAAAAACaAAAAAACaAAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAATQAAAAACHgAAAAADHgAAAAAAJwAAAAABLgAAAAAAJwAAAAAAegAAAAAAdwAAAAADdwAAAAABaAAAAAAAaAAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADHgAAAAAALgAAAAAAHgAAAAACLgAAAAAAJwAAAAAAJwAAAAAAegAAAAAAdwAAAAAAdwAAAAACaAAAAAAAaAAAAAACTgAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAA + tiles: TAAAAAAATAAAAAADegAAAAAATAAAAAAATAAAAAABTAAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAawAAAAAATgAAAAAAegAAAAAAegAAAAAAQQAAAAAAQQAAAAAATAAAAAABTAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATAAAAAACTAAAAAABTAAAAAAATAAAAAACTAAAAAADTAAAAAABegAAAAAAawAAAAADegAAAAAAawAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADegAAAAAAQQAAAAAATQAAAAACTQAAAAABTQAAAAADHgAAAAAAaQAAAAAAHgAAAAACTAAAAAACWgAAAAABWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAADaQAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABaQAAAAAAJwAAAAACWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAADegAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAACegAAAAAAHgAAAAABWgAAAAABegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAYgAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAACdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACXwAAAAABXwAAAAABXwAAAAAAXwAAAAABXwAAAAACXwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaAAAAAADaAAAAAADYgAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaAAAAAABaAAAAAACaAAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAABJwAAAAACTgAAAAAAdwAAAAACdwAAAAACaAAAAAAAaAAAAAABegAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAADJwAAAAABJwAAAAADHgAAAAADJwAAAAABJwAAAAACJwAAAAAATgAAAAAAdwAAAAABdwAAAAACaAAAAAACaAAAAAAATgAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAAATQAAAAACHgAAAAADHgAAAAAAJwAAAAABLgAAAAAAJwAAAAAAegAAAAAAdwAAAAADdwAAAAABaAAAAAAAaAAAAAAATgAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADHgAAAAAALgAAAAAAHgAAAAACLgAAAAAAJwAAAAAAJwAAAAAAegAAAAAAdwAAAAAAdwAAAAACaAAAAAAAaAAAAAACTgAAAAAAZQAAAAAAZQAAAAACegAAAAAAegAAAAAA version: 6 -1,-3: ind: -1,-3 @@ -178,11 +178,11 @@ entities: version: 6 2,-2: ind: 2,-2 - tiles: JwAAAAADJwAAAAAAJwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAJwAAAAACJwAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHwAAAAADHwAAAAACaQAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACJwAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAZwAAAAAAMAAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAawAAAAACaQAAAAAAawAAAAADegAAAAAANwAAAAAAXwAAAAADXwAAAAACXwAAAAAAXwAAAAABXwAAAAADZwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAANwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAawAAAAAAaQAAAAAAawAAAAACegAAAAAANwAAAAAAZwAAAAADZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAADegAAAAAANAAAAAABegAAAAAASwAAAAAASwAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAACegAAAAAANAAAAAAAegAAAAAASwAAAAADSgAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAASgAAAAAAdwAAAAABFAAAAAAGegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAACFAAAAAAGdwAAAAADegAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAAAAAAAAA + tiles: JwAAAAADJwAAAAAAJwAAAAADegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAJwAAAAACJwAAAAADegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHwAAAAADHwAAAAACaQAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACJwAAAAADegAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAZwAAAAAAMAAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADaQAAAAAAawAAAAACaQAAAAAAawAAAAADegAAAAAANwAAAAAAXwAAAAADXwAAAAACXwAAAAAAXwAAAAABXwAAAAADZwAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAANwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAABaQAAAAAAawAAAAAAaQAAAAAAawAAAAACegAAAAAANwAAAAAAZwAAAAADZwAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAIwAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAADegAAAAAANAAAAAABegAAAAAASwAAAAAASwAAAAAAeAAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAANAAAAAACegAAAAAANAAAAAAAegAAAAAASwAAAAADSgAAAAAAdwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAASgAAAAAAdwAAAAABFAAAAAAGegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfQAAAAACFAAAAAAGdwAAAAADegAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTgAAAAAATQAAAAAAWgAAAAADWgAAAAAATQAAAAAAaQAAAAAAHgAAAAABHgAAAAACJwAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACWgAAAAABWgAAAAADTQAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACaQAAAAAAWgAAAAAATQAAAAADTQAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAADTQAAAAADTQAAAAABWgAAAAACaQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAABWgAAAAACTQAAAAADegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABaQAAAAAATQAAAAACWgAAAAACWgAAAAAATQAAAAABTgAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAaQAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAADWgAAAAACTgAAAAAAHgAAAAABHgAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADTQAAAAADWgAAAAABegAAAAAAdwAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAABHgAAAAACaQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACaQAAAAAAdwAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAHgAAAAACHgAAAAABTgAAAAAAWgAAAAAATQAAAAACWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAdwAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADTQAAAAABWgAAAAAATQAAAAAAWgAAAAABTgAAAAAAdwAAAAAC + tiles: egAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAAegAAAAAAegAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAAAAAAAAAWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAAAaQAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAABTgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTgAAAAAATQAAAAAAWgAAAAADWgAAAAAATQAAAAAAaQAAAAAAHgAAAAABHgAAAAACJwAAAAADegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACWgAAAAABWgAAAAADTQAAAAABegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACaQAAAAAAWgAAAAAATQAAAAADTQAAAAACWgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAADHgAAAAADTgAAAAAAWgAAAAADTQAAAAADTQAAAAABWgAAAAACaQAAAAAAHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAABWgAAAAACTQAAAAADegAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABaQAAAAAATQAAAAACWgAAAAACWgAAAAAATQAAAAABTgAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAAAaQAAAAAAHgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAABTgAAAAAAegAAAAAAWgAAAAADWgAAAAACTgAAAAAAHgAAAAABHgAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADTQAAAAADWgAAAAABegAAAAAAdwAAAAADWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADaQAAAAAAHgAAAAABHgAAAAACaQAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAACaQAAAAAAdwAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAADTgAAAAAAHgAAAAACHgAAAAABTgAAAAAAWgAAAAAATQAAAAACWgAAAAACTQAAAAAAWgAAAAACTgAAAAAAdwAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAACWgAAAAABTgAAAAAAdwAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAWgAAAAADTQAAAAABWgAAAAAATQAAAAAAWgAAAAABTgAAAAAAdwAAAAAC version: 6 2,0: ind: 2,0 @@ -190,7 +190,7 @@ entities: version: 6 2,-3: ind: 2,-3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAJwAAAAAAJwAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAJwAAAAADJwAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADJwAAAAABJwAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAJwAAAAABJwAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAADJwAAAAACegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABJwAAAAACegAAAAAAJAAAAAAAJAAAAAAAeAAAAAACeAAAAAABeAAAAAADJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAWgAAAAACJwAAAAAATgAAAAAAJAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAACJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACWgAAAAAAJwAAAAACTgAAAAAAJAAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAACeAAAAAACJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALgAAAAAAWgAAAAABJwAAAAABTgAAAAAAJAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAACeAAAAAABJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACJwAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAeAAAAAACeAAAAAADeAAAAAADJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAJwAAAAAAJwAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAaQAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAJwAAAAADJwAAAAACTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAADJwAAAAABJwAAAAACTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAAAJwAAAAABJwAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJwAAAAAAJwAAAAADJwAAAAACegAAAAAAaQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAADWgAAAAABJwAAAAACegAAAAAAJAAAAAAAJAAAAAAAeAAAAAACeAAAAAABeAAAAAADJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAWgAAAAACJwAAAAAATgAAAAAAJAAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAACJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACWgAAAAAAJwAAAAACTgAAAAAAJAAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAACeAAAAAACJAAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALgAAAAAAWgAAAAABJwAAAAABTgAAAAAAJAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAACeAAAAAABJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACWgAAAAACJwAAAAAAaQAAAAAAJAAAAAAAJAAAAAAAeAAAAAAAeAAAAAADeAAAAAADJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-4: ind: -1,-4 @@ -210,7 +210,7 @@ entities: version: 6 0,1: ind: 0,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABWgAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATAAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABWgAAAAADaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADWgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATAAAAAADWgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAaQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAaQAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-4: ind: 1,-4 @@ -2519,7 +2519,7 @@ entities: 7,-11: 0: 65535 4,2: - 0: 53247 + 0: 57343 5,2: 0: 65535 6,2: @@ -2529,7 +2529,7 @@ entities: 9,-5: 0: 65535 10,-8: - 0: 10239 + 0: 65535 9,-4: 0: 65535 9,-3: @@ -2661,7 +2661,7 @@ entities: -9,3: 0: 10239 10,-7: - 0: 7171 + 0: 7423 2: 57344 9,2: 0: 12846 @@ -2780,20 +2780,20 @@ entities: -6,-13: 0: 4352 4,3: - 0: 50380 + 0: 65534 5,3: - 0: 62463 + 0: 65535 6,3: - 0: 61695 + 0: 64767 7,3: - 0: 63095 + 0: 63351 10,-6: 0: 31761 2: 238 11,-8: - 0: 3151 + 0: 7519 11,-7: - 0: 18368 + 0: 18385 2: 47104 11,-6: 2: 2235 @@ -2947,13 +2947,13 @@ entities: -16,-5: 0: 51208 4,4: - 0: 196 + 0: 65535 5,4: - 0: 241 + 0: 16371 6,4: - 0: 240 + 0: 503 7,4: - 0: 244 + 0: 500 8,4: 0: 17 -5,-10: @@ -2985,9 +2985,15 @@ entities: -3,-15: 0: 4096 10,-5: - 0: 30583 + 0: 65399 2,-14: 0: 13107 + 11,-5: + 0: 30464 + 4,5: + 0: 15 + 5,5: + 0: 3 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -4204,12 +4210,6 @@ entities: - type: Transform pos: 36.5,-37.5 parent: 34 - - uid: 13028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-30.5 - parent: 34 - proto: AirlockCommandLocked entities: - uid: 4299 @@ -5698,6 +5698,8 @@ entities: parent: 34 - uid: 3031 components: + - type: MetaData + name: Lawyer's APC - type: Transform rot: 1.5707963267948966 rad pos: 11.5,5.5 @@ -5845,6 +5847,8 @@ entities: parent: 34 - uid: 7348 components: + - type: MetaData + name: Dojo hall's APC - type: Transform rot: 3.141592653589793 rad pos: -2.5,-2.5 @@ -16295,46 +16299,6 @@ entities: - type: Transform pos: 41.5,-32.5 parent: 34 - - uid: 13032 - components: - - type: Transform - pos: 41.5,-31.5 - parent: 34 - - uid: 13033 - components: - - type: Transform - pos: 41.5,-30.5 - parent: 34 - - uid: 13034 - components: - - type: Transform - pos: 41.5,-29.5 - parent: 34 - - uid: 13035 - components: - - type: Transform - pos: 41.5,-28.5 - parent: 34 - - uid: 13036 - components: - - type: Transform - pos: 40.5,-28.5 - parent: 34 - - uid: 13037 - components: - - type: Transform - pos: 39.5,-28.5 - parent: 34 - - uid: 13038 - components: - - type: Transform - pos: 42.5,-28.5 - parent: 34 - - uid: 13039 - components: - - type: Transform - pos: 43.5,-28.5 - parent: 34 - uid: 13112 components: - type: Transform @@ -22870,6 +22834,16 @@ entities: parent: 34 - proto: CarpetBlue entities: + - uid: 1399 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 34 + - uid: 1460 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 34 - uid: 4274 components: - type: Transform @@ -23103,11 +23077,6 @@ entities: - type: Transform pos: 38.5,-31.5 parent: 34 - - uid: 4449 - components: - - type: Transform - pos: 41.5,-31.5 - parent: 34 - uid: 5022 components: - type: Transform @@ -23118,11 +23087,6 @@ entities: - type: Transform pos: 37.5,-31.5 parent: 34 - - uid: 5025 - components: - - type: Transform - pos: 40.5,-31.5 - parent: 34 - uid: 5517 components: - type: Transform @@ -28789,6 +28753,12 @@ entities: rot: 1.5707963267948966 rad pos: 30.5,-34.5 parent: 34 + - uid: 5025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-12.5 + parent: 34 - proto: ComputerId entities: - uid: 71 @@ -29768,41 +29738,11 @@ entities: parent: 34 - proto: CryogenicSleepUnit entities: - - uid: 2501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-16.5 - parent: 34 - - uid: 8837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-16.5 - parent: 34 - - uid: 13015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-27.5 - parent: 34 - - uid: 13016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-29.5 - parent: 34 - - uid: 13017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-27.5 - parent: 34 - - uid: 13018 + - uid: 4795 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-29.5 + pos: 7.5,-31.5 parent: 34 - proto: CryogenicSleepUnitSpawnerLateJoin entities: @@ -29836,6 +29776,20 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,14.5 parent: 34 +- proto: CryogenicSleepUnitSpawnerPrisoner + entities: + - uid: 181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-16.5 + parent: 34 + - uid: 182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-16.5 + parent: 34 - proto: CryoPod entities: - uid: 2679 @@ -35687,15 +35641,6 @@ entities: parent: 34 - type: AtmosDevice joinedGrid: 34 -- proto: GasMinerPlasma - entities: - - uid: 1460 - components: - - type: Transform - pos: -37.5,-43.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - proto: GasMixer entities: - uid: 970 @@ -36238,6 +36183,21 @@ entities: parent: 34 - type: AtmosPipeColor color: '#3AB334FF' + - uid: 4347 + components: + - type: Transform + pos: 38.5,-32.5 + parent: 34 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-36.5 + parent: 34 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4570 components: - type: Transform @@ -37019,22 +36979,6 @@ entities: parent: 34 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-32.5 - parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-36.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 13109 components: - type: Transform @@ -48302,103 +48246,6 @@ entities: parent: 34 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-32.5 - parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-31.5 - parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-30.5 - parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-29.5 - parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 13047 - components: - - type: Transform - pos: 41.5,-29.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13048 - components: - - type: Transform - pos: 41.5,-30.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13049 - components: - - type: Transform - pos: 41.5,-31.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13050 - components: - - type: Transform - pos: 41.5,-32.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13051 - components: - - type: Transform - pos: 41.5,-33.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13052 - components: - - type: Transform - pos: 41.5,-34.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13053 - components: - - type: Transform - pos: 41.5,-35.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-36.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 13056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-36.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 13103 components: - type: Transform @@ -48580,21 +48427,6 @@ entities: parent: 34 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1382 - components: - - type: Transform - pos: 38.5,-32.5 - parent: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-36.5 - parent: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1431 components: - type: Transform @@ -52307,15 +52139,6 @@ entities: joinedGrid: 34 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 13045 - components: - - type: Transform - pos: 40.5,-28.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 13058 components: - type: Transform @@ -53532,15 +53355,6 @@ entities: joinedGrid: 34 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13046 - components: - - type: Transform - pos: 41.5,-28.5 - parent: 34 - - type: AtmosDevice - joinedGrid: 34 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 13057 components: - type: Transform @@ -53683,16 +53497,6 @@ entities: - type: Transform pos: -56.5,-21.5 parent: 34 - - uid: 181 - components: - - type: Transform - pos: 42.5,-26.5 - parent: 34 - - uid: 182 - components: - - type: Transform - pos: 41.5,-26.5 - parent: 34 - uid: 183 components: - type: Transform @@ -53873,11 +53677,6 @@ entities: - type: Transform pos: -30.5,-2.5 parent: 34 - - uid: 461 - components: - - type: Transform - pos: 40.5,-26.5 - parent: 34 - uid: 463 components: - type: Transform @@ -56738,21 +56537,11 @@ entities: - type: Transform pos: 21.5,13.5 parent: 34 - - uid: 11200 - components: - - type: Transform - pos: 39.5,-26.5 - parent: 34 - uid: 11208 components: - type: Transform pos: 18.5,19.5 parent: 34 - - uid: 11321 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 34 - uid: 11441 components: - type: Transform @@ -56763,16 +56552,6 @@ entities: - type: Transform pos: -58.5,-18.5 parent: 34 - - uid: 11505 - components: - - type: Transform - pos: 44.5,-28.5 - parent: 34 - - uid: 11538 - components: - - type: Transform - pos: 44.5,-27.5 - parent: 34 - uid: 11549 components: - type: Transform @@ -56783,11 +56562,6 @@ entities: - type: Transform pos: 45.5,-5.5 parent: 34 - - uid: 11631 - components: - - type: Transform - pos: 43.5,-26.5 - parent: 34 - uid: 11687 components: - type: Transform @@ -58802,7 +58576,7 @@ entities: - uid: 4661 components: - type: Transform - pos: 7.292285,-31.315025 + pos: 3.2568655,-31.16069 parent: 34 - proto: MedkitBruteFilled entities: @@ -58877,7 +58651,7 @@ entities: - uid: 4685 components: - type: Transform - pos: 7.68291,-31.565025 + pos: 7.799553,-35.621075 parent: 34 - uid: 11080 components: @@ -62271,18 +62045,6 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-10.5 parent: 34 - - uid: 13029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-29.5 - parent: 34 - - uid: 13030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-28.5 - parent: 34 - uid: 13117 components: - type: Transform @@ -63369,12 +63131,6 @@ entities: - type: Transform pos: 8.5,-9.5 parent: 34 - - uid: 6524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-31.5 - parent: 34 - uid: 7420 components: - type: Transform @@ -66604,46 +66360,6 @@ entities: - type: Transform pos: 40.5,-4.5 parent: 34 - - uid: 13019 - components: - - type: Transform - pos: 39.5,-26.5 - parent: 34 - - uid: 13020 - components: - - type: Transform - pos: 40.5,-26.5 - parent: 34 - - uid: 13021 - components: - - type: Transform - pos: 41.5,-26.5 - parent: 34 - - uid: 13022 - components: - - type: Transform - pos: 42.5,-26.5 - parent: 34 - - uid: 13023 - components: - - type: Transform - pos: 43.5,-26.5 - parent: 34 - - uid: 13024 - components: - - type: Transform - pos: 44.5,-27.5 - parent: 34 - - uid: 13025 - components: - - type: Transform - pos: 44.5,-28.5 - parent: 34 - - uid: 13026 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 34 - uid: 13061 components: - type: Transform @@ -67304,6 +67020,9 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-18.5 parent: 34 + - type: DeviceLinkSink + links: + - 10439 - uid: 12900 components: - type: Transform @@ -67403,6 +67122,9 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-19.5 parent: 34 + - type: DeviceLinkSink + links: + - 10439 - proto: ShuttersWindowOpen entities: - uid: 1287 @@ -67744,6 +67466,14 @@ entities: rot: 3.141592653589793 rad pos: -44.5,-20.5 parent: 34 + - type: DeviceLinkSource + linkedPorts: + 12758: + - On: Close + - Off: Open + 12971: + - On: Close + - Off: Open - uid: 10766 components: - type: Transform @@ -67932,12 +67662,6 @@ entities: - type: Transform pos: 15.5,17.5 parent: 34 - - uid: 13027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-30.5 - parent: 34 - uid: 13068 components: - type: Transform @@ -69948,20 +69672,6 @@ entities: - type: Transform pos: 23.5,-14.5 parent: 34 -- proto: SpawnVehicleATV - entities: - - uid: 7868 - components: - - type: Transform - pos: -9.5,-29.5 - parent: 34 -- proto: SpawnVehicleWheelchairFolded - entities: - - uid: 4795 - components: - - type: Transform - pos: 10.5,-29.5 - parent: 34 - proto: SprayBottleSpaceCleaner entities: - uid: 4204 @@ -71849,6 +71559,11 @@ entities: parent: 34 - proto: TableCounterWood entities: + - uid: 1382 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 34 - uid: 3875 components: - type: Transform @@ -73565,13 +73280,6 @@ entities: - type: Transform pos: -1.5,-35.5 parent: 34 -- proto: VehicleKeyATV - entities: - - uid: 12486 - components: - - type: Transform - pos: -8.795478,-29.291481 - parent: 34 - proto: VendingBarDrobe entities: - uid: 780 @@ -74369,6 +74077,11 @@ entities: - type: Transform pos: 11.5,-20.5 parent: 34 + - uid: 461 + components: + - type: Transform + pos: 41.5,-30.5 + parent: 34 - uid: 467 components: - type: Transform @@ -75899,6 +75612,11 @@ entities: - type: Transform pos: -48.5,-19.5 parent: 34 + - uid: 2501 + components: + - type: Transform + pos: 40.5,-30.5 + parent: 34 - uid: 2516 components: - type: Transform @@ -77084,11 +76802,6 @@ entities: - type: Transform pos: 42.5,-30.5 parent: 34 - - uid: 4347 - components: - - type: Transform - pos: 40.5,-30.5 - parent: 34 - uid: 4348 components: - type: Transform @@ -78979,11 +78692,6 @@ entities: - type: Transform pos: 17.5,-46.5 parent: 34 - - uid: 11240 - components: - - type: Transform - pos: 44.5,-26.5 - parent: 34 - uid: 11262 components: - type: Transform @@ -79459,11 +79167,6 @@ entities: - type: Transform pos: 7.5,-47.5 parent: 34 - - uid: 12919 - components: - - type: Transform - pos: 44.5,-30.5 - parent: 34 - uid: 13003 components: - type: Transform @@ -81574,6 +81277,125 @@ entities: parent: 34 - type: NavMapBeacon text: Bar +- proto: WarpPointBeacon + entities: + - uid: 13153 + components: + - type: Transform + pos: -32.5,-32.5 + parent: 34 + - type: NavMapBeacon + text: Engineering + - type: WarpPoint + location: Engineering + - uid: 13154 + components: + - type: Transform + pos: -45.5,-15.5 + parent: 34 + - type: NavMapBeacon + text: robotics + - type: WarpPoint + location: robotics + - uid: 13155 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 34 + - type: NavMapBeacon + text: Epistemics + - type: WarpPoint + location: Epistemics + - uid: 13156 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 34 + - type: NavMapBeacon + text: Dorms + - type: WarpPoint + location: Dorms + - uid: 13157 + components: + - type: Transform + pos: 33.5,-32.5 + parent: 34 + - type: NavMapBeacon + text: Bridge + - type: WarpPoint + location: Bridge + - uid: 13158 + components: + - type: Transform + pos: 1.5,5.5 + parent: 34 + - type: NavMapBeacon + text: Dojo + - type: WarpPoint + location: Dojo + - uid: 13159 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 34 + - type: NavMapBeacon + text: Botany + - type: WarpPoint + location: Botany + - uid: 13160 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 34 + - type: NavMapBeacon + text: Logistics + - type: WarpPoint + location: Logistics + - uid: 13161 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 34 + - type: NavMapBeacon + text: Medical + - type: WarpPoint + location: Medical + - uid: 13162 + components: + - type: Transform + pos: 17.5,16.5 + parent: 34 + - type: NavMapBeacon + text: Public cryopods + - type: WarpPoint + location: Public cryopods + - uid: 13163 + components: + - type: Transform + pos: -8.5,4.5 + parent: 34 + - type: NavMapBeacon + text: Detective's room + - type: WarpPoint + location: Detective's room + - uid: 13164 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 34 + - type: NavMapBeacon + text: HoP's office + - type: WarpPoint + location: HoP's office + - uid: 13165 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 34 + - type: NavMapBeacon + text: Janitor + - type: WarpPoint + location: Janitor - proto: WarpPointBombing entities: - uid: 6490 From de0917200f8771abaa9315feadbef929f09f16f9 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:29:18 -0600 Subject: [PATCH 383/391] Map Edits: Shoukou (#833) Co-authored-by: Velcroboy <> --- Resources/Maps/shoukou.yml | 1648 ++++++++---------------------------- 1 file changed, 336 insertions(+), 1312 deletions(-) diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index c6248e1567..69eac6bfe2 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -174,7 +174,7 @@ entities: version: 6 1,0: ind: 1,0 - tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA + tiles: dgAAAAAAdgAAAAACdgAAAAADdgAAAAABaQAAAAAAWgAAAAACWgAAAAABWgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAABegAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADegAAAAAAWgAAAAAAWgAAAAACWgAAAAACTgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAegAAAAAAegAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAdwAAAAADegAAAAAAegAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACegAAAAAAaQAAAAAAegAAAAAAdwAAAAACegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAaQAAAAAAegAAAAAAdwAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAATQAAAAAAdgAAAAAATQAAAAAAdgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAdgAAAAAATQAAAAAAdgAAAAAATQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 @@ -5565,12 +5565,6 @@ entities: parent: 34 - proto: AlwaysPoweredWallLight entities: - - uid: 11193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,11.5 - parent: 34 - uid: 11194 components: - type: Transform @@ -7512,6 +7506,21 @@ entities: parent: 34 - proto: CableApcExtension entities: + - uid: 2 + components: + - type: Transform + pos: -53.5,-35.5 + parent: 34 + - uid: 12 + components: + - type: Transform + pos: -58.5,-40.5 + parent: 34 + - uid: 14 + components: + - type: Transform + pos: -57.5,-40.5 + parent: 34 - uid: 21 components: - type: Transform @@ -8522,6 +8531,11 @@ entities: - type: Transform pos: -29.5,-47.5 parent: 34 + - uid: 2486 + components: + - type: Transform + pos: -55.5,-40.5 + parent: 34 - uid: 2510 components: - type: Transform @@ -9824,6 +9838,11 @@ entities: - type: Transform pos: -19.5,-42.5 parent: 34 + - uid: 3288 + components: + - type: Transform + pos: -56.5,-40.5 + parent: 34 - uid: 3314 components: - type: Transform @@ -15819,11 +15838,6 @@ entities: - type: Transform pos: -54.5,-35.5 parent: 34 - - uid: 12512 - components: - - type: Transform - pos: -54.5,-36.5 - parent: 34 - uid: 12513 components: - type: Transform @@ -16064,16 +16078,6 @@ entities: - type: Transform pos: -58.5,-39.5 parent: 34 - - uid: 12764 - components: - - type: Transform - pos: -57.5,-39.5 - parent: 34 - - uid: 12765 - components: - - type: Transform - pos: -56.5,-39.5 - parent: 34 - uid: 12806 components: - type: Transform @@ -32827,20 +32831,23 @@ entities: parent: 34 - proto: EmergencyLight entities: + - uid: 40 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-4.5 + parent: 34 - uid: 685 components: - type: Transform pos: -1.5,-45.5 parent: 34 - - uid: 874 + - uid: 1018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-6.5 + rot: 3.141592653589793 rad + pos: -50.5,-1.5 parent: 34 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 1058 components: - type: Transform @@ -32869,11 +32876,6 @@ entities: - type: Transform pos: 9.5,8.5 parent: 34 - - uid: 6136 - components: - - type: Transform - pos: 4.5,11.5 - parent: 34 - uid: 7465 components: - type: Transform @@ -32906,12 +32908,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-38.5 parent: 34 - - uid: 8927 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-35.5 - parent: 34 - uid: 10415 components: - type: Transform @@ -32992,14 +32988,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 10645 - components: - - type: Transform - pos: -47.5,-0.5 - parent: 34 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - uid: 10649 components: - type: Transform @@ -33327,12 +33315,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 11327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-9.5 - parent: 34 - uid: 11551 components: - type: Transform @@ -33394,17 +33376,6 @@ entities: - type: PointLight enabled: True - type: ActiveEmergencyLight - - uid: 12244 - components: - - type: Transform - pos: -15.5,-29.5 - parent: 34 - - uid: 12292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-13.5 - parent: 34 - uid: 12505 components: - type: Transform @@ -34559,6 +34530,9 @@ entities: - type: Transform pos: -36.5,-22.5 parent: 34 + - type: Door + secondsUntilStateChange: -19741.121 + state: Closing - uid: 1274 components: - type: Transform @@ -55017,6 +54991,16 @@ entities: - type: Transform pos: -14.5,-38.5 parent: 34 + - uid: 4937 + components: + - type: Transform + pos: 18.5,12.5 + parent: 34 + - uid: 4938 + components: + - type: Transform + pos: 18.5,11.5 + parent: 34 - uid: 4962 components: - type: Transform @@ -59704,6 +59688,13 @@ entities: - type: Transform pos: -46.5,-5.5 parent: 34 +- proto: PosterLegitPeriodicTable + entities: + - uid: 3303 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 34 - proto: PosterLegitSafetyEyeProtection entities: - uid: 11584 @@ -60209,13 +60200,6 @@ entities: parent: 34 - proto: Poweredlight entities: - - uid: 2 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 7 components: - type: Transform @@ -60224,30 +60208,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 12 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-52.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 14 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-49.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 40 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-52.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 44 components: - type: Transform @@ -60274,43 +60234,26 @@ entities: - uid: 86 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,3.5 + pos: -47.5,-0.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 89 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-31.5 + rot: -1.5707963267948966 rad + pos: 6.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 117 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-38.5 + pos: -11.5,4.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 225 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-1.5 + rot: -1.5707963267948966 rad + pos: -3.5,-28.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 252 components: - type: Transform @@ -60321,27 +60264,20 @@ entities: - uid: 364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-6.5 + rot: 1.5707963267948966 rad + pos: -20.5,-6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 460 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-1.5 + pos: 8.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-9.5 + pos: -0.5,-45.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 641 components: - type: Transform @@ -60353,13 +60289,12 @@ entities: - uid: 666 components: - type: Transform - pos: -0.5,-39.5 + pos: -46.5,-33.5 parent: 34 - uid: 721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-37.5 + pos: -10.5,-45.5 parent: 34 - uid: 772 components: @@ -60372,47 +60307,34 @@ entities: - uid: 847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,4.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 920 - components: - - type: Transform - pos: -9.5,-40.5 + rot: 3.141592653589793 rad + pos: -26.5,-1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1010 + - uid: 874 components: - type: Transform - pos: -0.5,-17.5 + rot: -1.5707963267948966 rad + pos: -29.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1018 + - uid: 920 components: - type: Transform - pos: 1.5,-17.5 + pos: -9.5,-40.5 parent: 34 - type: ApcPowerReceiver powerLoad: 0 - uid: 1027 components: - type: Transform - pos: 7.5,-22.5 + rot: 3.141592653589793 rad + pos: -38.5,-33.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-27.5 + rot: 3.141592653589793 rad + pos: -31.5,-40.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1215 components: - type: Transform @@ -60422,7 +60344,8 @@ entities: - uid: 1335 components: - type: Transform - pos: -2.5,-45.5 + rot: 3.141592653589793 rad + pos: -46.5,-19.5 parent: 34 - uid: 1388 components: @@ -60430,6 +60353,23 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-37.5 parent: 34 + - uid: 1512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-24.5 + parent: 34 + - uid: 1513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-27.5 + parent: 34 + - uid: 1576 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 34 - uid: 1720 components: - type: Transform @@ -60457,34 +60397,39 @@ entities: - uid: 1841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-33.5 + rot: -1.5707963267948966 rad + pos: -24.5,-15.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1866 + - uid: 1856 components: - type: Transform - pos: -45.5,-29.5 + rot: 3.141592653589793 rad + pos: 16.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1867 + - uid: 1864 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-34.5 + pos: 14.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1870 + - uid: 1865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-31.5 + rot: 3.141592653589793 rad + pos: 19.5,-20.5 + parent: 34 + - uid: 1866 + components: + - type: Transform + pos: -45.5,-29.5 parent: 34 - type: ApcPowerReceiver powerLoad: 0 + - uid: 1867 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 34 - uid: 1969 components: - type: Transform @@ -60495,16 +60440,14 @@ entities: - uid: 1970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-19.5 + rot: 3.141592653589793 rad + pos: 21.5,-10.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2031 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-48.5 + pos: 27.5,-7.5 parent: 34 - uid: 2064 components: @@ -60514,6 +60457,29 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 + - uid: 2087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-3.5 + parent: 34 + - uid: 2088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-41.5 + parent: 34 + - uid: 2127 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 34 + - uid: 2129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 34 - uid: 2132 components: - type: Transform @@ -60525,24 +60491,21 @@ entities: - uid: 2133 components: - type: Transform - pos: -14.5,-10.5 + rot: -1.5707963267948966 rad + pos: 18.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2134 components: - type: Transform - pos: -13.5,-24.5 + rot: 1.5707963267948966 rad + pos: 12.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2135 components: - type: Transform - pos: -8.5,-24.5 + rot: 1.5707963267948966 rad + pos: -29.5,-15.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2138 components: - type: Transform @@ -60562,11 +60525,8 @@ entities: - uid: 2142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-31.5 + pos: -30.5,-25.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2143 components: - type: Transform @@ -60577,11 +60537,9 @@ entities: - uid: 2153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-11.5 + rot: 3.141592653589793 rad + pos: -30.5,-23.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2154 components: - type: Transform @@ -60598,22 +60556,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 2159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2162 components: - type: Transform @@ -60622,14 +60564,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 2163 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-2.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2165 components: - type: Transform @@ -60648,11 +60582,8 @@ entities: - uid: 2167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,1.5 + pos: 11.5,18.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2202 components: - type: Transform @@ -60680,34 +60611,14 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,1.5 + pos: 20.5,-35.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-15.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-19.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2248 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-1.5 + pos: -36.5,1.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2287 components: - type: Transform @@ -60718,82 +60629,41 @@ entities: - uid: 2317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-16.5 + rot: 3.141592653589793 rad + pos: -27.5,-34.5 parent: 34 - uid: 2380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-33.5 + rot: -1.5707963267948966 rad + pos: 22.5,-27.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-29.5 + pos: 7.5,18.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-34.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2486 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-40.5 + pos: -43.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-12.5 - parent: 34 - - uid: 2640 - components: - - type: Transform - pos: -48.5,-16.5 + pos: -46.5,-24.5 parent: 34 - uid: 2668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-24.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3288 - components: - - type: Transform - pos: -26.5,-25.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3289 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,-24.5 + pos: -42.5,-24.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3290 components: - type: Transform - pos: -21.5,-25.5 + pos: 0.5,-26.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3292 components: - type: Transform @@ -60810,44 +60680,24 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 3303 - components: - - type: Transform - pos: -11.5,-7.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3308 components: - type: Transform - pos: -14.5,-7.5 + rot: 3.141592653589793 rad + pos: 4.5,13.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-4.5 + rot: 3.141592653589793 rad + pos: -1.5,13.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-7.5 + rot: -1.5707963267948966 rad + pos: 5.5,6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3319 components: - type: Transform @@ -60891,30 +60741,18 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,-19.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4199 - components: - - type: Transform - pos: 17.5,1.5 + pos: 7.5,6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4200 + - uid: 3579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-1.5 + rot: 1.5707963267948966 rad + pos: -3.5,6.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4247 + - uid: 4199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-24.5 + pos: 17.5,1.5 parent: 34 - type: ApcPowerReceiver powerLoad: 0 @@ -60922,41 +60760,20 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,-24.5 + pos: -57.5,-41.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4249 - components: - - type: Transform - pos: 20.5,-22.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-26.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4253 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-21.5 + pos: 42.5,-8.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4254 + - uid: 4250 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-10.5 + pos: 45.5,-11.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4255 components: - type: Transform @@ -60980,40 +60797,10 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-7.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4288 - components: - - type: Transform - pos: 37.5,-31.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-40.5 - parent: 34 - - uid: 4460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-22.5 + pos: -12.5,-11.5 parent: 34 - uid: 4758 components: @@ -61036,36 +60823,12 @@ entities: - type: Transform pos: 48.5,1.5 parent: 34 - - uid: 4907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-19.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4909 - components: - - type: Transform - pos: 17.5,-16.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4910 components: - type: Transform - pos: 24.5,-19.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-12.5 + rot: 3.141592653589793 rad + pos: 34.5,-3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4912 components: - type: Transform @@ -61076,18 +60839,9 @@ entities: - uid: 4933 components: - type: Transform - pos: 19.5,-9.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-3.5 + rot: 1.5707963267948966 rad + pos: -1.5,-41.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4935 components: - type: Transform @@ -61103,45 +60857,12 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-4.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4939 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-7.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4940 - components: - - type: Transform - pos: 28.5,-9.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-4.5 + pos: 24.5,-20.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4942 components: - type: Transform @@ -61150,14 +60871,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,4.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4944 components: - type: Transform @@ -61166,13 +60879,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4945 - components: - - type: Transform - pos: 25.5,1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4946 components: - type: Transform @@ -61180,29 +60886,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5524 - components: - - type: Transform - pos: 39.5,-38.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-41.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5526 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-41.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5533 components: - type: Transform @@ -61210,28 +60893,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5534 - components: - - type: Transform - pos: 40.5,-31.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5535 - components: - - type: Transform - pos: 34.5,-31.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-37.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5537 components: - type: Transform @@ -61247,26 +60908,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5585 - components: - - type: Transform - pos: -7.5,5.5 - parent: 34 - - uid: 5804 - components: - - type: Transform - pos: -24.5,5.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5806 components: - type: Transform @@ -61283,34 +60924,12 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-44.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5990 components: - type: Transform rot: 3.141592653589793 rad pos: -13.5,-42.5 parent: 34 - - uid: 6051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-24.5 - parent: 34 - - uid: 6055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-24.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6056 components: - type: Transform @@ -61318,75 +60937,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-29.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-29.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6061 - components: - - type: Transform - pos: 14.5,-26.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6062 - components: - - type: Transform - pos: 16.5,-26.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-17.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6079 - components: - - type: Transform - pos: -27.5,-13.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-17.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-23.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-23.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6090 components: - type: Transform @@ -61403,29 +60953,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,13.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,6.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6240 - components: - - type: Transform - pos: 7.5,11.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6242 components: - type: Transform @@ -61442,14 +60969,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,7.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6245 components: - type: Transform @@ -61466,45 +60985,11 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6247 - components: - - type: Transform - pos: 17.5,6.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6392 - components: - - type: Transform - pos: 14.5,18.5 - parent: 34 - uid: 6961 components: - type: Transform pos: 10.5,-47.5 parent: 34 - - uid: 7082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-4.5 - parent: 34 - - uid: 7102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,2.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,4.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 7165 components: - type: Transform @@ -61512,22 +60997,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 7167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-38.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 7176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 7406 components: - type: Transform @@ -61535,14 +61004,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 7464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 7814 components: - type: Transform @@ -61554,30 +61015,6 @@ entities: - type: Transform pos: 6.5,-39.5 parent: 34 - - uid: 8002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-25.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,8.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8609 components: - type: Transform @@ -61592,40 +61029,12 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-14.5 parent: 34 - - uid: 8905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-34.5 - parent: 34 - uid: 8920 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,1.5 parent: 34 - - uid: 9596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-43.5 - parent: 34 - - uid: 10303 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 10419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10420 components: - type: Transform @@ -61634,27 +61043,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10601 - components: - - type: Transform - pos: 4.5,8.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-34.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,19.5 - parent: 34 - uid: 11371 components: - type: Transform @@ -61667,72 +61055,12 @@ entities: rot: 1.5707963267948966 rad pos: -52.5,-17.5 parent: 34 - - uid: 11490 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 34 - - uid: 11501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-22.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-27.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11504 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-27.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11507 - components: - - type: Transform - pos: -51.5,-24.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-27.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-27.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11582 components: - type: Transform rot: -1.5707963267948966 rad pos: 13.5,-37.5 parent: 34 - - uid: 11622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-9.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11624 components: - type: Transform @@ -61770,14 +61098,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-34.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11722 components: - type: Transform @@ -61786,30 +61106,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-31.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-27.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-29.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11726 components: - type: Transform @@ -61818,22 +61114,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-26.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-29.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11730 components: - type: Transform @@ -61850,76 +61130,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,19.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,15.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11923 - components: - - type: Transform - pos: -2.5,14.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11924 - components: - - type: Transform - pos: 1.5,14.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11946 - components: - - type: Transform - pos: 1.5,8.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11947 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,4.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 12102 - components: - - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: -34.5,-52.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 12104 components: - type: Transform @@ -61935,14 +61145,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 12107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-51.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 12232 components: - type: Transform @@ -61975,28 +61177,11 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-35.5 parent: 34 - - uid: 12406 - components: - - type: Transform - pos: -15.5,-32.5 - parent: 34 - uid: 12445 components: - type: Transform pos: -16.5,-37.5 parent: 34 - - uid: 12449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-38.5 - parent: 34 - - uid: 12494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-36.5 - parent: 34 - uid: 12502 components: - type: Transform @@ -62009,12 +61194,6 @@ entities: rot: 3.141592653589793 rad pos: 5.5,-37.5 parent: 34 - - uid: 12608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-35.5 - parent: 34 - uid: 12805 components: - type: Transform @@ -62027,24 +61206,6 @@ entities: rot: 3.141592653589793 rad pos: 41.5,-4.5 parent: 34 - - uid: 12891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-8.5 - parent: 34 - - uid: 12906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-11.5 - parent: 34 - - uid: 12926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-10.5 - parent: 34 - uid: 13117 components: - type: Transform @@ -62059,22 +61220,28 @@ entities: parent: 34 - proto: PoweredLightBlueInterior entities: - - uid: 1512 + - uid: 2238 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,-49.5 + pos: 51.5,3.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1864 + - uid: 2248 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-49.5 + pos: 41.5,8.5 + parent: 34 + - uid: 4200 + components: + - type: Transform + pos: -35.5,-53.5 + parent: 34 + - uid: 4741 + components: + - type: Transform + pos: 27.5,-47.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5072 components: - type: Transform @@ -62123,13 +61290,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 8032 - components: - - type: Transform - pos: 27.5,-47.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8033 components: - type: Transform @@ -62137,15 +61297,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10632 - components: - - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -12.5,-40.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11230 components: - type: Transform @@ -62163,22 +61314,13 @@ entities: powerLoad: 0 - proto: PoweredLightColoredBlack entities: - - uid: 2328 + - uid: 4258 components: - type: Transform pos: 8.5,-7.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - proto: PoweredLightColoredFrostyBlue entities: - - uid: 2063 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6145 components: - type: Transform @@ -62188,6 +61330,12 @@ entities: powerLoad: 0 - proto: PoweredLightColoredRed entities: + - uid: 2063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-7.5 + parent: 34 - uid: 6047 components: - type: Transform @@ -62201,45 +61349,6 @@ entities: parent: 34 - proto: PoweredlightLED entities: - - uid: 1513 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-47.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1576 - components: - - type: Transform - pos: -47.5,-33.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-39.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-41.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-42.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2126 components: - type: Transform @@ -62248,14 +61357,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 2127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-14.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2128 components: - type: Transform @@ -62264,13 +61365,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 2129 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 2130 components: - type: Transform @@ -62301,13 +61395,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6054 - components: - - type: Transform - pos: 30.5,-21.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6059 components: - type: Transform @@ -62326,20 +61413,35 @@ entities: powerLoad: 0 - proto: PoweredLightPostSmall entities: - - uid: 12689 + - uid: 12784 components: - type: Transform - pos: -39.5,-57.5 + pos: 14.5,-49.5 parent: 34 - - uid: 12690 +- proto: PoweredlightSodium + entities: + - uid: 2640 components: - type: Transform - pos: -33.5,-59.5 + rot: 3.141592653589793 rad + pos: -54.5,-35.5 parent: 34 - - uid: 12784 + - uid: 4259 components: - type: Transform - pos: 14.5,-49.5 + rot: 3.141592653589793 rad + pos: -46.5,-43.5 + parent: 34 + - uid: 4288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-48.5 + parent: 34 + - uid: 4909 + components: + - type: Transform + pos: -54.5,-24.5 parent: 34 - proto: PoweredSmallLight entities: @@ -62349,6 +61451,22 @@ entities: rot: -1.5707963267948966 rad pos: 11.5,-40.5 parent: 34 + - uid: 1010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,1.5 + parent: 34 + - uid: 1863 + components: + - type: Transform + pos: 19.5,12.5 + parent: 34 + - uid: 2163 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 34 - uid: 2168 components: - type: Transform @@ -62379,6 +61497,18 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 + - uid: 2328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 34 + - uid: 3289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-33.5 + parent: 34 - uid: 3309 components: - type: Transform @@ -62414,6 +61544,29 @@ entities: - type: Transform pos: 13.5,-40.5 parent: 34 + - uid: 4247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-39.5 + parent: 34 + - uid: 4253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-10.5 + parent: 34 + - uid: 4254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-47.5 + parent: 34 + - uid: 4460 + components: + - type: Transform + pos: 28.5,-43.5 + parent: 34 - uid: 4740 components: - type: Transform @@ -62421,22 +61574,18 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4741 + - uid: 4890 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,-0.5 + pos: 0.5,-12.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4890 + - uid: 4907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-4.5 + rot: -1.5707963267948966 rad + pos: -38.5,9.5 parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4908 components: - type: Transform @@ -62452,13 +61601,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5487 - components: - - type: Transform - pos: 32.5,-42.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5528 components: - type: Transform @@ -62497,21 +61639,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,1.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5924 - components: - - type: Transform - pos: -36.5,5.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 5953 components: - type: Transform @@ -62544,14 +61671,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 6569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-43.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 7382 components: - type: Transform @@ -62560,22 +61679,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 8607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-12.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 8608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-12.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8650 components: - type: Transform @@ -62594,14 +61697,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-45.5 parent: 34 - - uid: 10648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,9.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 10655 components: - type: Transform @@ -62610,27 +61705,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,9.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11036 - components: - - type: Transform - pos: -30.5,-52.5 - parent: 34 - - uid: 11219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,12.5 - parent: 34 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11275 components: - type: Transform @@ -62646,11 +61720,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 11311 - components: - - type: Transform - pos: -25.5,-41.5 - parent: 34 - uid: 11719 components: - type: Transform @@ -62664,24 +61733,6 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 - - uid: 12317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-34.5 - parent: 34 - - uid: 12601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-26.5 - parent: 34 - - uid: 12607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-30.5 - parent: 34 - uid: 12917 components: - type: Transform @@ -62743,20 +61794,13 @@ entities: parent: 34 - type: ApcPowerReceiver powerLoad: 0 -- proto: PoweredSmallLightMaintenance - entities: - - uid: 2087 - components: - - type: Transform - pos: 16.5,-44.5 - parent: 34 - proto: PoweredSmallLightMaintenanceRed entities: - - uid: 2088 + - uid: 2160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-6.5 + rot: -1.5707963267948966 rad + pos: 10.5,11.5 parent: 34 - uid: 4904 components: @@ -63972,6 +63016,11 @@ entities: - type: Transform pos: 40.5,2.5 parent: 34 + - uid: 4911 + components: + - type: Transform + pos: -46.5,-28.5 + parent: 34 - uid: 10958 components: - type: Transform @@ -64012,11 +63061,6 @@ entities: - type: Transform pos: 23.5,-40.5 parent: 34 - - uid: 11006 - components: - - type: Transform - pos: -45.5,-28.5 - parent: 34 - uid: 11360 components: - type: Transform @@ -64203,11 +63247,6 @@ entities: - type: Transform pos: -33.5,-25.5 parent: 34 - - uid: 11018 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 34 - uid: 11043 components: - type: Transform @@ -64915,6 +63954,11 @@ entities: - type: Transform pos: -15.5,5.5 parent: 34 + - uid: 229 + components: + - type: Transform + pos: 18.5,12.5 + parent: 34 - uid: 264 components: - type: Transform @@ -65330,6 +64374,11 @@ entities: - type: Transform pos: -26.5,-32.5 parent: 34 + - uid: 3304 + components: + - type: Transform + pos: 18.5,11.5 + parent: 34 - uid: 3332 components: - type: Transform @@ -66894,6 +65943,15 @@ entities: - type: DeviceLinkSink links: - 2525 + - uid: 4934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,6.5 + parent: 34 + - type: DeviceLinkSink + links: + - 2159 - uid: 5005 components: - type: Transform @@ -67031,7 +66089,7 @@ entities: parent: 34 - type: DeviceLinkSink links: - - 10766 + - 2159 - uid: 12901 components: - type: Transform @@ -67040,40 +66098,22 @@ entities: parent: 34 - type: DeviceLinkSink links: - - 10766 - - uid: 12902 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,6.5 - parent: 34 - - type: DeviceLinkSink - links: - - 10766 + - 2159 - uid: 12903 components: - type: Transform pos: 10.5,4.5 parent: 34 - - type: DeviceLinkSink - links: - - 10766 - uid: 12904 components: - type: Transform pos: 7.5,4.5 parent: 34 - - type: DeviceLinkSink - links: - - 10766 - uid: 12905 components: - type: Transform pos: 8.5,4.5 parent: 34 - - type: DeviceLinkSink - links: - - 10766 - uid: 12946 components: - type: Transform @@ -67364,6 +66404,25 @@ entities: - On: On - Off: Off - Status: Toggle + - uid: 2159 + components: + - type: Transform + pos: 10.5,9.5 + parent: 34 + - type: DeviceLinkSource + linkedPorts: + 12900: + - On: Toggle + - Off: Toggle + - Status: Toggle + 12901: + - On: Toggle + - Off: Toggle + - Status: Toggle + 4934: + - On: Toggle + - Off: Toggle + - Status: Toggle - uid: 2278 components: - type: Transform @@ -67474,31 +66533,6 @@ entities: 12971: - On: Close - Off: Open - - uid: 10766 - components: - - type: Transform - pos: 10.5,9.5 - parent: 34 - - type: DeviceLinkSource - linkedPorts: - 12900: - - On: Close - - Off: Open - 12901: - - On: Close - - Off: Open - 12902: - - On: Close - - Off: Open - 12903: - - On: Close - - Off: Open - 12905: - - On: Close - - Off: Open - 12904: - - On: Close - - Off: Open - uid: 12928 components: - type: MetaData @@ -78552,11 +77586,6 @@ entities: - type: Transform pos: -22.5,-43.5 parent: 34 - - uid: 11103 - components: - - type: Transform - pos: 18.5,11.5 - parent: 34 - uid: 11110 components: - type: Transform @@ -78652,11 +77681,6 @@ entities: - type: Transform pos: -54.5,14.5 parent: 34 - - uid: 11196 - components: - - type: Transform - pos: 18.5,12.5 - parent: 34 - uid: 11197 components: - type: Transform @@ -82390,15 +81414,15 @@ entities: - type: Transform pos: -16.5,6.5 parent: 34 - - uid: 3484 + - uid: 1870 components: - type: Transform - pos: 22.5,-18.5 + pos: 24.5,-18.5 parent: 34 - - uid: 3579 + - uid: 3484 components: - type: Transform - pos: 24.5,-18.5 + pos: 22.5,-18.5 parent: 34 - uid: 3588 components: From a98b4ebaaaed630bbab6032bef592acfb4da7fcc Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Thu, 15 Feb 2024 18:27:23 +0100 Subject: [PATCH 384/391] Vulpkanin's Deuteranopia (#837) * Everyone loves dog vision Updated to match the the harpy code * change locale name --- .../Nyanotrasen/Overlays/DogVisionSystem.cs | 19 ++----------------- .../DeltaV/Abilities/DefaultVisionSystem.cs | 1 + .../Locale/en-US/deltav/traits/traits.ftl | 7 +++++++ .../Entities/Mobs/Species/vulpkanin.yml | 1 + .../Prototypes/DeltaV/Traits/altvision.yml | 11 +++++++++-- .../Nyanotrasen/Traits/disabilities.yml | 5 ----- 6 files changed, 20 insertions(+), 24 deletions(-) delete mode 100644 Resources/Prototypes/Nyanotrasen/Traits/disabilities.yml diff --git a/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs b/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs index 7cd0f69ae5..38dfd79cf3 100644 --- a/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs +++ b/Content.Client/Nyanotrasen/Overlays/DogVisionSystem.cs @@ -1,13 +1,10 @@ using Content.Shared.Abilities; -using Robust.Client.GameObjects; using Robust.Client.Graphics; -using Robust.Client.Player; namespace Content.Client.Nyanotrasen.Overlays; public sealed partial class DogVisionSystem : EntitySystem { - [Dependency] private readonly IPlayerManager _player = default!; [Dependency] private readonly IOverlayManager _overlayMan = default!; private DogVisionOverlay _overlay = default!; @@ -19,28 +16,16 @@ public override void Initialize() SubscribeLocalEvent(OnDogVisionInit); SubscribeLocalEvent(OnDogVisionShutdown); - _player.LocalPlayerAttached += OnAttachedChanged; - _player.LocalPlayerDetached += OnAttachedChanged; - _overlay = new(); } - private void OnAttachedChanged(EntityUid uid) - { - _overlayMan.AddOverlay(_overlay); - } - private void OnDogVisionInit(EntityUid uid, DogVisionComponent component, ComponentInit args) { - if (_player.LocalPlayer?.ControlledEntity == uid) - _overlayMan.AddOverlay(_overlay); + _overlayMan.AddOverlay(_overlay); } private void OnDogVisionShutdown(EntityUid uid, DogVisionComponent component, ComponentShutdown args) { - if (_player.LocalPlayer?.ControlledEntity == uid) - { - _overlayMan.RemoveOverlay(_overlay); - } + _overlayMan.RemoveOverlay(_overlay); } } diff --git a/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs b/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs index 599fc0db14..7c8fc36354 100644 --- a/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs +++ b/Content.Shared/DeltaV/Abilities/DefaultVisionSystem.cs @@ -15,5 +15,6 @@ public override void Initialize() private void OnDefaultVisionInit(EntityUid uid, DefaultVisionComponent component, ComponentInit args) { RemComp(uid); + RemComp(uid); } } diff --git a/Resources/Locale/en-US/deltav/traits/traits.ftl b/Resources/Locale/en-US/deltav/traits/traits.ftl index 0eaff0408a..104c091d02 100644 --- a/Resources/Locale/en-US/deltav/traits/traits.ftl +++ b/Resources/Locale/en-US/deltav/traits/traits.ftl @@ -1,8 +1,15 @@ trait-scottish-accent-name = Scottish Accent trait-scottish-accent-desc = Fer tha folk who come frae Hielan clan. + +trait-ultravision-name = Ultraviolet Vision trait-ultravision-desc = Whether through custom bionic eyes, random mutation, or being a Harpy, you perceive the world with ultraviolet light. +trait-deuteranopia-name = Deuteranopia +trait-deuteranopia-desc = Whether through custom bionic eyes, random mutation, + or being a Vulpkanin, you have red–green colour blindness. + +trait-defaultvision-name = Normal Vision trait-defaultvision-desc = You lack any vision variation from the norm for a non-human species. trait-uncloneable-name = Uncloneable diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml index daa4d70551..4a187d51b3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/vulpkanin.yml @@ -96,6 +96,7 @@ Male: MaleVulpkanin Female: FemaleVulpkanin Unsexed: MaleVulpkanin + - type: DogVision - type: entity save: false diff --git a/Resources/Prototypes/DeltaV/Traits/altvision.yml b/Resources/Prototypes/DeltaV/Traits/altvision.yml index cb6c1bfa42..7606cbf912 100644 --- a/Resources/Prototypes/DeltaV/Traits/altvision.yml +++ b/Resources/Prototypes/DeltaV/Traits/altvision.yml @@ -1,13 +1,20 @@ - type: trait id: UltraVision - name: Ultraviolet Vision + name: trait-ultravision-name description: trait-ultravision-desc components: - type: UltraVision +- type: trait + id: DogVision + name: trait-deuteranopia-name + description: trait-deuteranopia-desc + components: + - type: DogVision + - type: trait id: DefaultVision - name: Normal Vision + name: trait-defaultvision-name description: trait-defaultvision-desc components: - type: DefaultVision diff --git a/Resources/Prototypes/Nyanotrasen/Traits/disabilities.yml b/Resources/Prototypes/Nyanotrasen/Traits/disabilities.yml deleted file mode 100644 index dda6e58d74..0000000000 --- a/Resources/Prototypes/Nyanotrasen/Traits/disabilities.yml +++ /dev/null @@ -1,5 +0,0 @@ -- type: trait - id: Colorblindness - name: Colorblindness - components: - - type: DogVision From 77c4a5a67ea700e9eb8c82da4241432f8cc880b9 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Thu, 15 Feb 2024 17:27:40 +0000 Subject: [PATCH 385/391] Automatic Changelog Update (#837) --- Resources/Changelog/DeltaVChangelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index baab23e24c..e55a9e18c5 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1644,3 +1644,13 @@ Entries: you! id: 245 time: '2024-02-13T15:55:35.0000000+00:00' +- author: FluffiestFloof + changes: + - type: Add + message: Added Deuteranopia trait. + - type: Tweak + message: >- + Vulpkanin now start with Deuteranopia by default which can be removed + using the Normal Vision trait. + id: 246 + time: '2024-02-15T17:27:24.0000000+00:00' From 330e0e37d90b9a72a990cf5042ca0d75b1f07fd4 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:48:04 +0100 Subject: [PATCH 386/391] *Properly* fix salvage strings (#840) Me when the maps --- .../UI/SalvageMagnetBoundUserInterface.cs | 2 +- Content.Shared/Salvage/SalvageMapPrototype.cs | 5 + .../IgnoredPrototypes/ignoredPrototypes.yml | 7 + .../en-US/deltav/salvage/salvage-magnet.ftl | 4 + Resources/Prototypes/DeltaV/Maps/salvage.yml | 40 +++ .../DeltaV/Maps/salvage_modified.yml | 100 +++++++ Resources/Prototypes/Maps/salvage.yml | 243 +++++------------- .../Prototypes/Nyanotrasen/Maps/salvage.yml | 97 +++++++ 8 files changed, 316 insertions(+), 182 deletions(-) create mode 100644 Resources/Locale/en-US/deltav/salvage/salvage-magnet.ftl create mode 100644 Resources/Prototypes/DeltaV/Maps/salvage.yml create mode 100644 Resources/Prototypes/DeltaV/Maps/salvage_modified.yml create mode 100644 Resources/Prototypes/Nyanotrasen/Maps/salvage.yml diff --git a/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs b/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs index 36fbdd90e2..d50839d991 100644 --- a/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs +++ b/Content.Client/Salvage/UI/SalvageMagnetBoundUserInterface.cs @@ -99,7 +99,7 @@ protected override void UpdateState(BoundUserInterfaceState state) break; case SalvageOffering salvage: - option.Title = Loc.GetString($"salvage-map-proto-{salvage.SalvageMap.ID}"); + option.Title = Loc.GetString($"salvage-map-size-{salvage.SalvageMap.Size}"); // DeltaV - Replace map names with sizes break; default: throw new ArgumentOutOfRangeException(); diff --git a/Content.Shared/Salvage/SalvageMapPrototype.cs b/Content.Shared/Salvage/SalvageMapPrototype.cs index 518b64dafa..a9814c7b0a 100644 --- a/Content.Shared/Salvage/SalvageMapPrototype.cs +++ b/Content.Shared/Salvage/SalvageMapPrototype.cs @@ -12,4 +12,9 @@ public sealed class SalvageMapPrototype : IPrototype /// Relative directory path to the given map, i.e. `Maps/Salvage/template.yml` /// [DataField(required: true)] public ResPath MapPath; + + /// + /// DeltaV - Used for getting the proper name for the map + /// + [DataField] public string Size { get; } = "unknown"; } diff --git a/Resources/IgnoredPrototypes/ignoredPrototypes.yml b/Resources/IgnoredPrototypes/ignoredPrototypes.yml index 695cee007f..e348f7ad03 100644 --- a/Resources/IgnoredPrototypes/ignoredPrototypes.yml +++ b/Resources/IgnoredPrototypes/ignoredPrototypes.yml @@ -6,3 +6,10 @@ # # - /Prototypes/Guidebook # - /Prototypes/Catalog/uplink_catalog.yml + +# 2024/02/15 +- /Prototypes/Maps/salvage.yml +# Replaced by +# /Prototypes/Nyanotrasen/Maps/salvage.yml +# /Prototypes/DeltaV/Maps/salvage_modified.yml +# /Prototypes/DeltaV/Maps/salvage.yml diff --git a/Resources/Locale/en-US/deltav/salvage/salvage-magnet.ftl b/Resources/Locale/en-US/deltav/salvage/salvage-magnet.ftl new file mode 100644 index 0000000000..115484ea51 --- /dev/null +++ b/Resources/Locale/en-US/deltav/salvage/salvage-magnet.ftl @@ -0,0 +1,4 @@ +salvage-map-size-unknown = Unidentified Space Debris +salvage-map-size-small = Small Space Debris +salvage-map-size-medium = Medium Space Debris +salvage-map-size-large = Large Space Debris diff --git a/Resources/Prototypes/DeltaV/Maps/salvage.yml b/Resources/Prototypes/DeltaV/Maps/salvage.yml new file mode 100644 index 0000000000..dfdbf7c095 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Maps/salvage.yml @@ -0,0 +1,40 @@ +# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 + +- type: salvageMap + id: AsteroidSyndiHideout + mapPath: /Maps/Salvage/DeltaV/DV-syndi-hideout.yml + size: medium + +# """Large""" maps + +- type: salvageMap + id: AsteroidChemlab + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml + size: large + +- type: salvageMap + id: LaundromatChunk + mapPath: /Maps/Salvage/DeltaV/DV-laundromat-chunk.yml + size: large + +# Asteroids + +- type: salvageMap + id: AsteroidTickNest + mapPath: /Maps/Salvage/DeltaV/DV-tick-nest.yml + +- type: salvageMap + id: AsteroidMiningMed1 + mapPath: /Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml + +- type: salvageMap + id: AsteroidMiningLarge1 + mapPath: /Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml + +- type: salvageMap + id: AsteroidCrystalCave + mapPath: /Maps/Salvage/DeltaV/DV-crystal-cave.yml + +- type: salvageMap + id: AsteroidBoneCave + mapPath: /Maps/Salvage/DeltaV/DV-bone-cave.yml diff --git a/Resources/Prototypes/DeltaV/Maps/salvage_modified.yml b/Resources/Prototypes/DeltaV/Maps/salvage_modified.yml new file mode 100644 index 0000000000..662bf302c3 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Maps/salvage_modified.yml @@ -0,0 +1,100 @@ +# Override for /Prototypes/Maps/salvage.yml + +# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 + +- type: salvageMap + id: DVOutpostArm + mapPath: /Maps/Salvage/DeltaV/DV-outpost-arm.yml + size: medium + +- type: salvageMap + id: DVMedium1 + mapPath: /Maps/Salvage/DeltaV/DV-medium-01.yml + size: medium + +- type: salvageMap + id: DVMediumVault1 + mapPath: /Maps/Salvage/DeltaV/DV-med-vault-01.yml + size: medium + +- type: salvageMap + id: DVMediumOrchestra + mapPath: /Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml + size: medium + +- type: salvageMap + id: DVMediumLibraryWreck + mapPath: /Maps/Salvage/DeltaV/DV-med-library.yml + size: medium + +- type: salvageMap + id: DVMediumCargoWreck + mapPath: /Maps/Salvage/DeltaV/DV-cargo-01.yml + size: medium + +- type: salvageMap + id: DVMediumPirateWreck + mapPath: /Maps/Salvage/DeltaV/DV-med-pirate.yml + size: medium + +- type: salvageMap + id: DVTickColony + mapPath: /Maps/Salvage/DeltaV/DV-tick-colony.yml + size: medium + +- type: salvageMap + id: DVCargoDock + mapPath: /Maps/Salvage/DeltaV/DV-med-dock.yml + size: medium + +- type: salvageMap + id: DVSpaceWaffleHome + mapPath: /Maps/Salvage/DeltaV/DV-wh-salvage.yml + size: medium + +- type: salvageMap + id: DVMediumShuttleWreck + mapPath: /Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml + size: medium + +- type: salvageMap + id: DVmediumPetHospital + mapPath: /Maps/Salvage/DeltaV/DV-med-pet-hospital.yml + size: medium + +- type: salvageMap + id: DVMediumCrashedShuttle + mapPath: /Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml + size: medium + +- type: salvageMap + id: DVMeatball + mapPath: /Maps/Salvage/DeltaV/DV-meatball.yml + size: medium + +- type: salvageMap + id: DVMediumHaulingShuttleWreck + mapPath: /Maps/Salvage/DeltaV/DV-hauling-shuttle.yml + size: medium + +# """Large""" maps + +- type: salvageMap + id: DVStationStation + mapPath: /Maps/Salvage/DeltaV/DV-stationstation.yml + size: large + +- type: salvageMap + id: DVAsteroidBase + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-base.yml + size: large + +- type: salvageMap + id: DVRuinCargoBase + mapPath: /Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml + size: large + +- type: salvageMap + id: DVSecurityChunk + mapPath: /Maps/Salvage/DeltaV/DV-security-chunk.yml + size: large diff --git a/Resources/Prototypes/Maps/salvage.yml b/Resources/Prototypes/Maps/salvage.yml index f1472b7e4b..a191fec6b8 100644 --- a/Resources/Prototypes/Maps/salvage.yml +++ b/Resources/Prototypes/Maps/salvage.yml @@ -2,259 +2,140 @@ # "Small"-class maps - Max size square: 7x7, indicated size: 3.5 -# Delta V: Remove small maps -#- type: salvageMap -# id: Small1 -# mapPath: /Maps/Salvage/small-1.yml +- type: salvageMap + id: Small1 + mapPath: /Maps/Salvage/small-1.yml -#- type: salvageMap -# id: Small2 -# mapPath: /Maps/Salvage/small-2.yml +- type: salvageMap + id: Small2 + mapPath: /Maps/Salvage/small-2.yml -#- type: salvageMap -# id: Small-ship-1 -# mapPath: /Maps/Salvage/small-ship-1.yml +- type: salvageMap + id: SmallShip1 + mapPath: /Maps/Salvage/small-ship-1.yml -#- type: salvageMap -# id: Small3 -# mapPath: /Maps/Salvage/small-3.yml +- type: salvageMap + id: Small3 + mapPath: /Maps/Salvage/small-3.yml -#- type: salvageMap -# id: SmallAISurveyDrone -# mapPath: /Maps/Salvage/small-ai-survey-drone.yml +- type: salvageMap + id: SmallAISurveyDrone + mapPath: /Maps/Salvage/small-ai-survey-drone.yml -#- type: salvageMap -# id: Small4 -# mapPath: /Maps/Salvage/small-4.yml +- type: salvageMap + id: Small4 + mapPath: /Maps/Salvage/small-4.yml -#- type: salvageMap -# id: SmallCargo -# mapPath: /Maps/Salvage/small-cargo.yml +- type: salvageMap + id: SmallCargo + mapPath: /Maps/Salvage/small-cargo.yml -#- type: salvageMap -# id: SmallChapel -# mapPath: /Maps/Salvage/small-chapel.yml +- type: salvageMap + id: SmallChapel + mapPath: /Maps/Salvage/small-chapel.yml -#- type: salvageMap -# id: SmallChef -# mapPath: /Maps/Salvage/small-chef.yml +- type: salvageMap + id: SmallChef + mapPath: /Maps/Salvage/small-chef.yml -#- type: salvageMap -# id: SmallParty -# mapPath: /Maps/Salvage/small-party.yml +- type: salvageMap + id: SmallParty + mapPath: /Maps/Salvage/small-party.yml -#- type: salvageMap -# id: SmallSyndicate -# mapPath: /Maps/Salvage/small-syndicate.yml +- type: salvageMap + id: SmallSyndicate + mapPath: /Maps/Salvage/small-syndicate.yml -#- type: salvageMap -# id: SmallTesla -# mapPath: /Maps/Salvage/small-tesla.yml +- type: salvageMap + id: SmallTesla + mapPath: /Maps/Salvage/small-tesla.yml # Small - Asteroids -#- type: salvageMap -# id: SmallA1 -# name: "Small / Asteroid 1 Plasmafire" -# mapPath: /Maps/Salvage/small-a-1.yml +- type: salvageMap + id: SmallA1 + mapPath: /Maps/Salvage/small-a-1.yml # "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 -- type: salvageMap - id: OutpostArm - mapPath: /Maps/Salvage/DeltaV/DV-outpost-arm.yml #DeltaV: DV salvage map Location - - type: salvageMap id: Medium1 - mapPath: /Maps/Salvage/DeltaV/DV-medium-01.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-1.yml - type: salvageMap id: MediumVault1 - mapPath: /Maps/Salvage/DeltaV/DV-med-vault-01.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-vault-1.yml - type: salvageMap id: MediumOrchestra - mapPath: /Maps/Salvage/DeltaV/DV-med-silent-orchestra.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-silent-orchestra.yml - type: salvageMap id: MediumLibraryWreck - mapPath: /Maps/Salvage/DeltaV/DV-med-library.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-library.yml - type: salvageMap id: MediumCargoWreck - mapPath: /Maps/Salvage/DeltaV/DV-cargo-01.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/cargo-1.yml - type: salvageMap id: MediumPirateWreck - mapPath: /Maps/Salvage/DeltaV/DV-med-pirate.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-pirate.yml - type: salvageMap id: TickColony - mapPath: /Maps/Salvage/DeltaV/DV-tick-colony.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/tick-colony.yml - type: salvageMap id: CargoDock - mapPath: /Maps/Salvage/DeltaV/DV-med-dock.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-dock.yml - type: salvageMap id: SpaceWaffleHome - mapPath: /Maps/Salvage/DeltaV/DV-wh-salvage.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/wh-salvage.yml - type: salvageMap id: MediumShuttleWreck - mapPath: /Maps/Salvage/DeltaV/DV-med-ruined-emergency-shuttle.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-ruined-emergency-shuttle.yml - type: salvageMap - id: mediumPetHospital - mapPath: /Maps/Salvage/DeltaV/DV-med-pet-hospital.yml #DeltaV: DV salvage map Location + id: MediumPetHospital + mapPath: /Maps/Salvage/medium-pet-hospital.yml - type: salvageMap id: MediumCrashedShuttle - mapPath: /Maps/Salvage/DeltaV/DV-med-crashed-shuttle.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/medium-crashed-shuttle.yml - type: salvageMap id: Meatball - mapPath: /Maps/Salvage/DeltaV/DV-meatball.yml + mapPath: /Maps/Salvage/meatball.yml - type: salvageMap id: MediumHaulingShuttleWreck - mapPath: /Maps/Salvage/DeltaV/DV-hauling-shuttle.yml + mapPath: /Maps/Salvage/hauling-shuttle.yml # """Large""" maps - type: salvageMap id: StationStation - mapPath: /Maps/Salvage/DeltaV/DV-stationstation.yml + mapPath: /Maps/Salvage/stationstation.yml - type: salvageMap id: AsteroidBase - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-base.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/asteroid-base.yml - type: salvageMap id: RuinCargoBase - mapPath: /Maps/Salvage/DeltaV/DV-ruin-cargo-salvage.yml #DeltaV: DV salvage map Location + mapPath: /Maps/Salvage/ruin-cargo-salvage.yml - type: salvageMap id: SecurityChunk - mapPath: /Maps/Salvage/DeltaV/DV-security-chunk.yml #DeltaV: DV salvage map Location - - #Nyano Maps - #Medium - -- type: salvageMap - id: AnimalFarm - mapPath: /Maps/Salvage/DeltaV/DV-animalfarm.yml - -- type: salvageMap - id: MediumChunk01 - mapPath: /Maps/Salvage/DeltaV/DV-med-chunk-01.yml - -- type: salvageMap - id: MediumMiningOutpost01 - mapPath: /Maps/Salvage/DeltaV/DV-mining-outpost-01.yml - -- type: salvageMap - id: AtlasPerma - mapPath: /Maps/Salvage/DeltaV/DV-atlas-perma.yml - -- type: salvageMap - id: AtlasCells - mapPath: /Maps/Salvage/DeltaV/DV-atlas-jailcells.yml - -- type: salvageMap - id: AtlasSalvage - mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml - -- type: salvageMap - id: AtlasAtmos - mapPath: /Maps/Salvage/DeltaV/DV-atlas-atmos.yml - -- type: salvageMap - id: AtlasCargo - mapPath: /Maps/Salvage/DeltaV/DV-atlas-cargo.yml - -- type: salvageMap - id: ServiceChunk - mapPath: /Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml - -# Large -- type: salvageMap - id: ResearchPost - mapPath: /Maps/Salvage/DeltaV/DV-research-outpost-01.yml - -- type: salvageMap - id: LargeEngineerChunk - mapPath: /Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml - -- type: salvageMap - id: AtlasConferenceRoom - mapPath: /Maps/Salvage/DeltaV/DV-atlas-conference-room.yml - -- type: salvageMap - id: AtlasDorms - mapPath: /Maps/Salvage/DeltaV/DV-atlas-dorms.yml - -- type: salvageMap - id: AtlasEpistemics - mapPath: /Maps/Salvage/DeltaV/DV-atlas-epi.yml - -- type: salvageMap - id: AtlasMedbay - mapPath: /Maps/Salvage/DeltaV/DV-atlas-medical.yml - -- type: salvageMap - id: AtlasService - mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml - -# Asteroids 30x30 - -- type: salvageMap - id: LargeAsteroid_1 - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-01.yml - -- type: salvageMap - id: LargeAsteroid_2 - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-02.yml + mapPath: /Maps/Salvage/security-chunk.yml - type: salvageMap - id: LargeAsteroid_3 - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-03.yml - -#Delta V Maps -#Medium - -- type: salvageMap - id: AsteroidSyndiHideout - mapPath: /Maps/Salvage/DeltaV/DV-syndi-hideout.yml - -#Large - -- type: salvageMap - id: AsteroidChemlab - mapPath: /Maps/Salvage/DeltaV/DV-asteroid-mining-chemlab.yml - -- type: salvageMap - id: LaundromatChunk - mapPath: /Maps/Salvage/DeltaV/DV-laundromat-chunk.yml - -# Asteroids + id: EngineeringChunk + mapPath: /Maps/Salvage/engineering-chunk.yml - type: salvageMap - id: AsteroidTickNest - mapPath: /Maps/Salvage/DeltaV/DV-tick-nest.yml - -- type: salvageMap - id: AsteroidMiningMed1 - mapPath: /Maps/Salvage/DeltaV/DV-large-asteroid-mining-01.yml - -- type: salvageMap - id: AsteroidMiningLarge1 - mapPath: /Maps/Salvage/DeltaV/DV-med-asteroid-mining-01.yml - -- type: salvageMap - id: AsteroidCrystalCave - mapPath: /Maps/Salvage/DeltaV/DV-crystal-cave.yml - -- type: salvageMap - id: AsteroidBoneCave - mapPath: /Maps/Salvage/DeltaV/DV-bone-cave.yml + id: OutpostArm + mapPath: /Maps/Salvage/outpost-arm.yml diff --git a/Resources/Prototypes/Nyanotrasen/Maps/salvage.yml b/Resources/Prototypes/Nyanotrasen/Maps/salvage.yml new file mode 100644 index 0000000000..d83e55a61b --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Maps/salvage.yml @@ -0,0 +1,97 @@ +# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5 + +- type: salvageMap + id: AnimalFarm + mapPath: /Maps/Salvage/DeltaV/DV-animalfarm.yml + size: medium + +- type: salvageMap + id: MediumChunk01 + mapPath: /Maps/Salvage/DeltaV/DV-med-chunk-01.yml + size: medium + +- type: salvageMap + id: MediumMiningOutpost01 + mapPath: /Maps/Salvage/DeltaV/DV-mining-outpost-01.yml + size: medium + +- type: salvageMap + id: AtlasPerma + mapPath: /Maps/Salvage/DeltaV/DV-atlas-perma.yml + size: medium + +- type: salvageMap + id: AtlasCells + mapPath: /Maps/Salvage/DeltaV/DV-atlas-jailcells.yml + size: medium + +- type: salvageMap + id: AtlasSalvage + mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml + size: medium + +- type: salvageMap + id: AtlasAtmos + mapPath: /Maps/Salvage/DeltaV/DV-atlas-atmos.yml + size: medium + +- type: salvageMap + id: AtlasCargo + mapPath: /Maps/Salvage/DeltaV/DV-atlas-cargo.yml + size: medium + +- type: salvageMap + id: ServiceChunk + mapPath: /Maps/Salvage/DeltaV/DV-med-service-chunk-01.yml + size: medium + +# """Large""" maps + +- type: salvageMap + id: ResearchPost + mapPath: /Maps/Salvage/DeltaV/DV-research-outpost-01.yml + size: large + +- type: salvageMap + id: LargeEngineerChunk + mapPath: /Maps/Salvage/DeltaV/DV-large-engineer-chunk.yml + size: large + +- type: salvageMap + id: AtlasConferenceRoom + mapPath: /Maps/Salvage/DeltaV/DV-atlas-conference-room.yml + size: large + +- type: salvageMap + id: AtlasDorms + mapPath: /Maps/Salvage/DeltaV/DV-atlas-dorms.yml + size: large + +- type: salvageMap + id: AtlasEpistemics + mapPath: /Maps/Salvage/DeltaV/DV-atlas-epi.yml + size: large + +- type: salvageMap + id: AtlasMedbay + mapPath: /Maps/Salvage/DeltaV/DV-atlas-medical.yml + size: large + +- type: salvageMap + id: AtlasService + mapPath: /Maps/Salvage/DeltaV/DV-atlas-salvage.yml + size: large + +# Asteroids 30x30 + +- type: salvageMap + id: LargeAsteroid_1 + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-01.yml + +- type: salvageMap + id: LargeAsteroid_2 + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-02.yml + +- type: salvageMap + id: LargeAsteroid_3 + mapPath: /Maps/Salvage/DeltaV/DV-asteroid-large-03.yml From 5ba1e6cb04bbb898b6a0282f11936c6bf66d847f Mon Sep 17 00:00:00 2001 From: Guess-My-Name <34919974+Guess-My-Name@users.noreply.github.com> Date: Sat, 17 Feb 2024 04:38:00 +0100 Subject: [PATCH 387/391] Glimmer Mite change (#845) fix --- .../DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml index 8dc9062a00..e3eb9cd6de 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml @@ -21,10 +21,7 @@ food: reagents: - ReagentId: Ectoplasm - Quantity: 5 - - type: Bloodstream - bloodReagent: Ectoplasm - bloodMaxVolume: 20 + Quantity: 15 - type: PotentialPsionic - type: Psionic - type: GlimmerSource From 9a2f0e695d71c3bc6f0c064b388b1f396ae0a2a5 Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Sat, 17 Feb 2024 04:38:14 +0100 Subject: [PATCH 388/391] Glimmer Drain requires 5 crystal again (#838) 5 normality crystals --- .../Graphs/structures/glimmerdevices.yml | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Recipes/Construction/Graphs/structures/glimmerdevices.yml b/Resources/Prototypes/Nyanotrasen/Recipes/Construction/Graphs/structures/glimmerdevices.yml index 328d78f388..1926992b69 100644 --- a/Resources/Prototypes/Nyanotrasen/Recipes/Construction/Graphs/structures/glimmerdevices.yml +++ b/Resources/Prototypes/Nyanotrasen/Recipes/Construction/Graphs/structures/glimmerdevices.yml @@ -30,36 +30,36 @@ conditions: - !type:EntityAnchored {} steps: - - tag: NormalityCrystal # DeltaV - Temporarily makes Drain only need 1 Crystal until Golemnization is implemented otherwise it's just imposible to craft + - tag: NormalityCrystal + icon: + sprite: Nyanotrasen/Objects/Materials/materials.rsi + state: bluespace + name: a normality crystal + doAfter: 1 + - tag: NormalityCrystal + icon: + sprite: Nyanotrasen/Objects/Materials/materials.rsi + state: bluespace + name: a normality crystal + doAfter: 1 + - tag: NormalityCrystal + icon: + sprite: Nyanotrasen/Objects/Materials/materials.rsi + state: bluespace + name: a normality crystal + doAfter: 1 + - tag: NormalityCrystal + icon: + sprite: Nyanotrasen/Objects/Materials/materials.rsi + state: bluespace + name: a normality crystal + doAfter: 1 + - tag: NormalityCrystal icon: sprite: Nyanotrasen/Objects/Materials/materials.rsi state: bluespace name: a normality crystal doAfter: 1 - # - tag: NormalityCrystal - # icon: - # sprite: Nyanotrasen/Objects/Materials/materials.rsi - # state: bluespace - # name: a normality crystal - # doAfter: 1 - # - tag: NormalityCrystal - # icon: - # sprite: Nyanotrasen/Objects/Materials/materials.rsi - # state: bluespace - # name: a normality crystal - # doAfter: 1 - # - tag: NormalityCrystal - # icon: - # sprite: Nyanotrasen/Objects/Materials/materials.rsi - # state: bluespace - # name: a normality crystal - # doAfter: 1 - # - tag: NormalityCrystal - # icon: - # sprite: Nyanotrasen/Objects/Materials/materials.rsi - # state: bluespace - # name: a normality crystal - # doAfter: 1 - tool: Welding doAfter: 5 From e598e908937446ee1d2f57a984bfc7a6df8dbb16 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot Date: Sat, 17 Feb 2024 03:38:28 +0000 Subject: [PATCH 389/391] Automatic Changelog Update (#838) --- Resources/Changelog/DeltaVChangelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index e55a9e18c5..b880616b2f 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1654,3 +1654,9 @@ Entries: using the Normal Vision trait. id: 246 time: '2024-02-15T17:27:24.0000000+00:00' +- author: FluffiestFloof + changes: + - type: Tweak + message: Glimmer Drain now requires 5 Normality Crystals to craft. + id: 247 + time: '2024-02-17T03:38:14.0000000+00:00' From 87c70a89a67d0521a56388e6b1c3f2cb947943e4 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:48:01 +0100 Subject: [PATCH 390/391] Update CODEOWNERS Removes invalid warning, takes care of last unowned files Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a17bc489d8..ae01b64c76 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,7 @@ /Content.*/ @DebugOk /Content.*/SimpleStation14/ @DEATHB4DEFEAT -/Resources/ @DebugOk @Colin-Tel +/Resources/ @DebugOk /Resources/ConfigPresets/ @DebugOk /Resources/*.yml @DebugOk /Resources/*/SimpleStation14/ @DEATHB4DEFEAT @@ -14,3 +14,6 @@ /Resources/Prototypes/Maps/ @IamVelcroboy /Tools/ @DebugOk + +/* @DebugOk # Standalone files in root, shouldn't apply to subdirectories +/.github/ @DebugOk # Workflows, codeowners, templates, etc From 8b2bb067433b409212e5a53972a5b70a8321409c Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sun, 18 Feb 2024 21:12:22 -0800 Subject: [PATCH 391/391] submarines are not allowed deleted submarine station --- Resources/Maps/submarine.yml | 221460 --------------------- Resources/Prototypes/Maps/submarine.yml | 72 - 2 files changed, 221532 deletions(-) delete mode 100644 Resources/Maps/submarine.yml delete mode 100644 Resources/Prototypes/Maps/submarine.yml diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml deleted file mode 100644 index 3c2abcd121..0000000000 --- a/Resources/Maps/submarine.yml +++ /dev/null @@ -1,221460 +0,0 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 2: FloorArcadeBlue2 - 5: FloorAsteroidIronsand - 6: FloorAsteroidIronsandUnvariantized - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 9: FloorAsteroidSandRed - 10: FloorAsteroidSandUnvariantized - 11: FloorAsteroidTile - 12: FloorAstroGrass - 13: FloorAstroIce - 14: FloorBar - 15: FloorBasalt - 18: FloorBlueCircuit - 19: FloorBoxing - 20: FloorBrokenWood - 21: FloorCarpetClown - 22: FloorCarpetOffice - 23: FloorCave - 24: FloorCaveDrought - 26: FloorClown - 27: FloorConcrete - 28: FloorConcreteMono - 30: FloorDark - 31: FloorDarkDiagonal - 32: FloorDarkDiagonalMini - 37: FloorDarkPavement - 39: FloorDarkPlastic - 41: FloorDirt - 45: FloorFreezer - 46: FloorGlass - 47: FloorGold - 48: FloorGrass - 50: FloorGrassJungle - 57: FloorHull - 58: FloorHullReinforced - 59: FloorHydro - 60: FloorIce - 62: FloorLaundry - 63: FloorLino - 65: FloorMetalDiamond - 66: FloorMime - 68: FloorMiningDark - 73: FloorOldConcreteSmooth - 77: FloorRGlass - 78: FloorReinforced - 87: FloorSilver - 88: FloorSnow - 89: FloorSnowDug - 90: FloorSteel - 93: FloorSteelCheckerLight - 101: FloorSteelMono - 103: FloorSteelPavement - 105: FloorTechMaint - 106: FloorTechMaint2 - 107: FloorTechMaint3 - 109: FloorWhite - 112: FloorWhiteHerringbone - 116: FloorWhitePavement - 118: FloorWhitePlastic - 119: FloorWood - 120: FloorWoodTile - 121: Lattice - 122: Plating - 123: PlatingAsteroid - 126: PlatingSnow -entities: -- proto: "" - entities: - - uid: 2 - components: - - type: MetaData - - type: Transform - pos: -0.5546875,-0.5468712 - parent: 18185 - - type: MapGrid - chunks: - 0,0: - ind: 0,0 - tiles: TQAAAAAATQAAAAACTQAAAAABbQAAAAABbQAAAAAAbQAAAAACbQAAAAACegAAAAAAdAAAAAADTQAAAAACdAAAAAAAegAAAAAAbQAAAAACbQAAAAABTQAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAACdAAAAAABdAAAAAAAdAAAAAACTQAAAAAAdAAAAAACTQAAAAADdAAAAAACegAAAAAAegAAAAAAbQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAAATQAAAAAAdAAAAAABTgAAAAAAdAAAAAADTQAAAAAAdAAAAAAATgAAAAAAbQAAAAACbQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAACTQAAAAAAdAAAAAABdAAAAAACdAAAAAACTQAAAAAAdAAAAAAATQAAAAADdAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAAATQAAAAAATQAAAAADTQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAADegAAAAAAdAAAAAABTQAAAAABdAAAAAABegAAAAAAbQAAAAACbQAAAAACbQAAAAAAegAAAAAAdAAAAAABTQAAAAABdAAAAAACbQAAAAABbQAAAAADbQAAAAACbQAAAAACegAAAAAAdAAAAAAAdAAAAAAAdAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAACdAAAAAADTQAAAAACdAAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAAAegAAAAAAdAAAAAAAdAAAAAACdAAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAAATQAAAAAAdAAAAAADdAAAAAABdAAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAACegAAAAAAdAAAAAADdAAAAAABdAAAAAAAdAAAAAADdAAAAAADdAAAAAACdAAAAAACdAAAAAADTQAAAAAATQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAADZwAAAAACMAAAAAAATgAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAACbQAAAAABbQAAAAAAbQAAAAACegAAAAAAagAAAAAAZwAAAAACTQAAAAAAZwAAAAAAMAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAABegAAAAAAagAAAAAAZwAAAAACTQAAAAADZwAAAAACMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAACegAAAAAAegAAAAAAZwAAAAADTQAAAAABZwAAAAAAMAAAAAAAegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAABbQAAAAADbQAAAAABbQAAAAABbQAAAAABbQAAAAAAegAAAAAAagAAAAAAZwAAAAABTQAAAAAAZwAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAegAAAAAAagAAAAAAZwAAAAAATQAAAAABZwAAAAACMAAAAAAAegAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAACTQAAAAAAZwAAAAAAMAAAAAAATgAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAACegAAAAAAagAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: TQAAAAABTQAAAAADTQAAAAADTQAAAAAAZwAAAAABTQAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAADTQAAAAAATQAAAAAATQAAAAAATQAAAAACZwAAAAAATQAAAAACZwAAAAABZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAADegAAAAAAZwAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAABWgAAAAAATgAAAAAAWgAAAAADWgAAAAABegAAAAAATQAAAAADegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABegAAAAAAWgAAAAAAZwAAAAACTQAAAAAAZwAAAAABWgAAAAACWgAAAAABegAAAAAATQAAAAAATQAAAAABegAAAAAAdAAAAAACegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAZwAAAAADTQAAAAABZwAAAAACMAAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACdAAAAAADdAAAAAACdAAAAAACbQAAAAACbQAAAAABbQAAAAAAegAAAAAAbQAAAAADZwAAAAADTQAAAAABZwAAAAADMAAAAAAATQAAAAACbQAAAAAAbQAAAAADbQAAAAACdAAAAAABdAAAAAADdAAAAAABbQAAAAABbQAAAAADbQAAAAABegAAAAAAbQAAAAAAZwAAAAAATQAAAAABZwAAAAADMAAAAAAATQAAAAACbQAAAAABbQAAAAADbQAAAAACdAAAAAABdAAAAAADdAAAAAABbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAABZwAAAAAATQAAAAABZwAAAAACMAAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAACdAAAAAAAdAAAAAACdAAAAAACdAAAAAADbQAAAAABbQAAAAAAegAAAAAAbQAAAAABZwAAAAAATQAAAAAAZwAAAAADMAAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAACdAAAAAAAdAAAAAABdAAAAAADbQAAAAADbQAAAAAAbQAAAAADegAAAAAAbQAAAAAAZwAAAAAATQAAAAABZwAAAAADMAAAAAAATQAAAAACbQAAAAABbQAAAAADbQAAAAABdAAAAAADdAAAAAACdAAAAAADbQAAAAACbQAAAAAAbQAAAAADegAAAAAATQAAAAACZwAAAAABTQAAAAACZwAAAAACMAAAAAAATQAAAAAAbQAAAAACbQAAAAACbQAAAAABdAAAAAAAdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAAAegAAAAAAbQAAAAADZwAAAAABZwAAAAAAZwAAAAACMAAAAAAAbQAAAAABbQAAAAABbQAAAAACbQAAAAADdAAAAAADdAAAAAAAdAAAAAABdAAAAAADdAAAAAADdAAAAAABegAAAAAAbQAAAAAATQAAAAABTQAAAAACTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADdAAAAAADdAAAAAADdAAAAAABbQAAAAABbQAAAAABbQAAAAADbQAAAAAAegAAAAAAdAAAAAABdAAAAAACdAAAAAACegAAAAAAbQAAAAAAbQAAAAAAbQAAAAABbQAAAAACdAAAAAABTQAAAAADdAAAAAAAbQAAAAADbQAAAAABbQAAAAADbQAAAAAAegAAAAAAdAAAAAADdAAAAAACdAAAAAADegAAAAAAbQAAAAACbQAAAAAATQAAAAAATQAAAAACdAAAAAABTQAAAAAAdAAAAAABbQAAAAACbQAAAAABbQAAAAABbQAAAAABegAAAAAAdAAAAAAAdAAAAAAAdAAAAAACegAAAAAAbQAAAAABbQAAAAADTQAAAAADTQAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: ZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAACTQAAAAADZwAAAAADTQAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAADZwAAAAADTQAAAAACZwAAAAADTQAAAAAAWgAAAAACDAAAAAAADAAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAABTgAAAAAAWgAAAAABTQAAAAABTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAABegAAAAAAWgAAAAABWgAAAAAAdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACegAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAegAAAAAAMAAAAAAAdwAAAAADdwAAAAAAdwAAAAADegAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAAAegAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAABeAAAAAADegAAAAAAMAAAAAAAdwAAAAADdwAAAAAAdwAAAAACegAAAAAAeAAAAAABeAAAAAABeAAAAAADeAAAAAABegAAAAAAeAAAAAABeAAAAAACeAAAAAABeAAAAAABeAAAAAABegAAAAAAMAAAAAAAdwAAAAADdwAAAAADdwAAAAADegAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAADTgAAAAAAeAAAAAACeAAAAAADeAAAAAACeAAAAAACeAAAAAAAegAAAAAAMAAAAAAAdwAAAAABdwAAAAABdwAAAAACegAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAADTgAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAACTQAAAAABMAAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAADegAAAAAATQAAAAABegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAADTQAAAAADMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADTQAAAAAAMAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAABTgAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAACdwAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAADTQAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAAAbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACagAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAABdAAAAAABTgAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAADdwAAAAAAbQAAAAADbQAAAAAAbQAAAAABbQAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: TQAAAAADTQAAAAACTQAAAAABegAAAAAAdAAAAAACdAAAAAABegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAegAAAAAAbQAAAAABbQAAAAADbQAAAAADbQAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAADdAAAAAABdAAAAAAATQAAAAAAdAAAAAACdAAAAAACdAAAAAADdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAAATQAAAAACTQAAAAADTQAAAAABTQAAAAADdAAAAAADdAAAAAADdAAAAAAATgAAAAAAdAAAAAACTQAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAACdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAABdAAAAAADTQAAAAABdAAAAAADdAAAAAACdAAAAAABdAAAAAACdAAAAAABdAAAAAADdAAAAAABdAAAAAACTQAAAAABTQAAAAABbQAAAAABTgAAAAAAegAAAAAAdAAAAAACdAAAAAAAegAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACegAAAAAAbQAAAAABbQAAAAABbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAAAegAAAAAAdAAAAAACdAAAAAADTgAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAAAbQAAAAADbQAAAAABbQAAAAABegAAAAAAdAAAAAACdAAAAAADTQAAAAADdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAAAbQAAAAACbQAAAAABbQAAAAABbQAAAAABbQAAAAADbQAAAAADbQAAAAADegAAAAAAdAAAAAAAdAAAAAABTgAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAABdwAAAAACbQAAAAAAbQAAAAADbQAAAAABbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAACegAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAABegAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAdAAAAAACdAAAAAACegAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAABDgAAAAAAegAAAAAAMAAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAdAAAAAAAdAAAAAADegAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAADDgAAAAACDgAAAAABTgAAAAAAMAAAAAAAdAAAAAADdAAAAAAAdAAAAAAAdAAAAAABdAAAAAABdAAAAAADTQAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAACTgAAAAAAMAAAAAAAdAAAAAAAdAAAAAACTQAAAAACTQAAAAADTQAAAAACdAAAAAACTQAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAACDgAAAAACDgAAAAABTgAAAAAAMAAAAAAAegAAAAAAdAAAAAABTQAAAAAATQAAAAAATQAAAAADdAAAAAADTQAAAAADDgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAADDgAAAAAADgAAAAAATgAAAAAAMAAAAAAAegAAAAAAdAAAAAACTQAAAAAATQAAAAADTQAAAAAAdAAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAACegAAAAAADgAAAAABDgAAAAACDgAAAAADegAAAAAAMAAAAAAA - version: 6 - 1,0: - ind: 1,0 - tiles: bQAAAAABegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAADWgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAPwAAAAAAPwAAAAAAbQAAAAADbQAAAAAATgAAAAAAWgAAAAABWgAAAAABWgAAAAACWgAAAAADTQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAABbQAAAAACTgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAACTQAAAAABagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAADTgAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAPwAAAAAAPwAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADdAAAAAAAdAAAAAADdAAAAAACdAAAAAABdAAAAAACdAAAAAAAdAAAAAAAdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAADdAAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAACdAAAAAAAdAAAAAABegAAAAAAdAAAAAACdAAAAAADTQAAAAACTQAAAAACTQAAAAAATQAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAADdAAAAAACdAAAAAACdAAAAAABdAAAAAADegAAAAAATQAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAZwAAAAABWgAAAAACWgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAAAZwAAAAACWgAAAAACWgAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZwAAAAAAWgAAAAABWgAAAAADawAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABWgAAAAAAZwAAAAABWgAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAABZwAAAAACWgAAAAADWgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: ZwAAAAADZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAADegAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAACegAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABTQAAAAAATQAAAAADegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAAegAAAAAAegAAAAAAdAAAAAADdAAAAAABbQAAAAADdAAAAAABdAAAAAAAbQAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAABTQAAAAADbQAAAAACTQAAAAABTQAAAAABbQAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAACPwAAAAAATQAAAAADTQAAAAADbQAAAAAATQAAAAAATQAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAABPwAAAAAATQAAAAAATQAAAAADbQAAAAABTQAAAAADTQAAAAACbQAAAAABegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAACPwAAAAAAdAAAAAABdAAAAAAAbQAAAAACdAAAAAAAdAAAAAADbQAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAACPwAAAAAAbQAAAAABbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAATQAAAAACTQAAAAABTQAAAAACTQAAAAABPwAAAAAAbQAAAAABbQAAAAADbQAAAAACbQAAAAADbQAAAAADbQAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAATQAAAAABTQAAAAADTQAAAAADTQAAAAAAPwAAAAAATQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAABbQAAAAACegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATQAAAAABTQAAAAADTQAAAAAATQAAAAADTQAAAAADbQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAATQAAAAAATQAAAAABbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADbQAAAAAAbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADbQAAAAABegAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAADbQAAAAABbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAAAbQAAAAABbQAAAAAATQAAAAACPwAAAAAAPwAAAAAAbQAAAAADbQAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAA - version: 6 - 2,0: - ind: 2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAADAAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAADAAAAAAADAAAAAABTQAAAAAAWgAAAAABTQAAAAAATQAAAAABWgAAAAABegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADAAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAADAAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAADTgAAAAAAegAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAAATgAAAAAATQAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAADegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACegAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADAAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAADAAAAAACTgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADAAAAAABTgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAADTgAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAADAAAAAABegAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAATgAAAAAAaQAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAADAAAAAAADAAAAAAAegAAAAAA - version: 6 - 2,-1: - ind: 2,-1 - tiles: ZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAAAZwAAAAABZwAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAABZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAADWgAAAAADegAAAAAADAAAAAAADAAAAAABDAAAAAAAegAAAAAAWgAAAAAAWgAAAAACZwAAAAABWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAADAAAAAAADAAAAAADMAAAAAAATgAAAAAAWgAAAAAATQAAAAACTQAAAAACTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABMAAAAAAAMAAAAAAATgAAAAAAWgAAAAACTQAAAAABTQAAAAABFgAAAAAAFgAAAAAAFgAAAAAATQAAAAABDAAAAAADegAAAAAAegAAAAAAawAAAAABegAAAAAADAAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAWgAAAAACWgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATQAAAAACDAAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAADAAAAAACDAAAAAACMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACDAAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAADFgAAAAAAFgAAAAAAFgAAAAAATQAAAAADDAAAAAACegAAAAAAegAAAAAAawAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAADAAAAAADFgAAAAAAFgAAAAAAFgAAAAAATQAAAAAADAAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAADAAAAAAAegAAAAAAdgAAAAADdgAAAAADTQAAAAACDAAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATQAAAAAADAAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATQAAAAABDAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAADWgAAAAADWgAAAAABWgAAAAABWgAAAAABTQAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAMAAAAAAATgAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAegAAAAAA - version: 6 - -1,1: - ind: -1,1 - tiles: egAAAAAAdAAAAAADdAAAAAAAdAAAAAADdAAAAAACdAAAAAADegAAAAAADgAAAAAADgAAAAACDgAAAAADegAAAAAADgAAAAAADgAAAAADegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAADegAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAACWgAAAAADWgAAAAACTgAAAAAAWgAAAAADTQAAAAAAWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAAATQAAAAABZwAAAAAATQAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAACZwAAAAABTQAAAAAAZwAAAAABTQAAAAAAZwAAAAABZwAAAAADZwAAAAACZwAAAAACZwAAAAABZwAAAAACZwAAAAACWgAAAAAAWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAACTgAAAAAAWgAAAAACTQAAAAACWgAAAAABWgAAAAABWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAADTQAAAAACTQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAegAAAAAAWgAAAAABWgAAAAAAHgAAAAABHgAAAAADHgAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAADTgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAACegAAAAAAawAAAAADagAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADegAAAAAAagAAAAAAawAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACDgAAAAADDgAAAAADDgAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACDgAAAAAADgAAAAACDgAAAAABTQAAAAACHgAAAAAAHgAAAAABHgAAAAADTQAAAAADegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAADDgAAAAABDgAAAAADDgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAA - version: 6 - 0,1: - ind: 0,1 - tiles: ZwAAAAABTQAAAAADZwAAAAAAMAAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAAAbQAAAAAAbQAAAAADbQAAAAACbQAAAAABegAAAAAAagAAAAAAZwAAAAACTQAAAAAAZwAAAAABWgAAAAABWgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABTQAAAAABWgAAAAAATgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACegAAAAAAZwAAAAAAZwAAAAABZwAAAAACTQAAAAAAZwAAAAABTQAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAABTQAAAAABZwAAAAACTQAAAAAAZwAAAAABZwAAAAACZwAAAAACTQAAAAACZwAAAAADZwAAAAADZwAAAAADZwAAAAADZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADTQAAAAADWgAAAAABTgAAAAAAWgAAAAACWgAAAAAAZwAAAAAATQAAAAABZwAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAACTQAAAAACTQAAAAACTQAAAAACTQAAAAADWgAAAAACegAAAAAATgAAAAAAWgAAAAAAZwAAAAABZwAAAAADZwAAAAABWgAAAAADTgAAAAAAegAAAAAAWgAAAAABegAAAAAAZwAAAAABZwAAAAADZwAAAAACWgAAAAADWgAAAAABegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAABdwAAAAADMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADMAAAAAAAMAAAAAAAegAAAAAAWgAAAAABWgAAAAABWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAADdwAAAAACdwAAAAABMAAAAAAAMAAAAAAAegAAAAAAWgAAAAADTQAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAADTgAAAAAATgAAAAAAegAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAAAWgAAAAABTgAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAADdwAAAAAAegAAAAAAWgAAAAAATQAAAAADWgAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAABdwAAAAAAdwAAAAABegAAAAAAWgAAAAADTQAAAAACWgAAAAACTgAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAdwAAAAABdwAAAAACTQAAAAABdwAAAAAAdwAAAAACdwAAAAADdwAAAAAATQAAAAACWgAAAAAAWgAAAAABWgAAAAAATgAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - 1,1: - ind: 1,1 - tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACWgAAAAAAZwAAAAABWgAAAAADWgAAAAABegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAABegAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAACWgAAAAABJwAAAAADJwAAAAADJwAAAAACWgAAAAADWgAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAACZwAAAAACWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABJQAAAAADJQAAAAAAJQAAAAABJQAAAAACJQAAAAACWgAAAAADegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAABJQAAAAAAJQAAAAABJQAAAAAAJQAAAAADTgAAAAAATQAAAAADTQAAAAADTQAAAAAATQAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAADJQAAAAAAJQAAAAACJQAAAAABJQAAAAACTgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAATQAAAAADTgAAAAAATQAAAAABaQAAAAAAaQAAAAAATQAAAAADTgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAJQAAAAABJQAAAAABJQAAAAACJQAAAAADJQAAAAAAJQAAAAAATgAAAAAATQAAAAADaQAAAAAAaQAAAAAATQAAAAACTgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAADJQAAAAABJQAAAAAAJQAAAAABJQAAAAACTgAAAAAATQAAAAAAaQAAAAAAaQAAAAAATQAAAAABTgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAJQAAAAAAJQAAAAACJQAAAAABJQAAAAABJQAAAAACJQAAAAACTgAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAACTgAAAAAATQAAAAAAawAAAAABegAAAAAAegAAAAAAJQAAAAABJQAAAAAAJQAAAAADJQAAAAAAJQAAAAACJQAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAJQAAAAACJQAAAAADJQAAAAADJQAAAAADJQAAAAAAJQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -2,1: - ind: -2,1 - tiles: agAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAADdwAAAAADegAAAAAAdwAAAAABdwAAAAABegAAAAAAdwAAAAABdwAAAAADegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAACZwAAAAAAZwAAAAABZwAAAAACWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAABWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAABTQAAAAADTQAAAAADegAAAAAATQAAAAAATQAAAAACTQAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADTQAAAAADTQAAAAACHgAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAATQAAAAADTQAAAAABTQAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAATQAAAAACTQAAAAAAHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAADTQAAAAAATQAAAAAAHgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACegAAAAAAHgAAAAACHgAAAAABTQAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAADTQAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAA - version: 6 - -2,0: - ind: -2,0 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdAAAAAAAdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAAAdAAAAAABdAAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAABdAAAAAACdAAAAAADawAAAAAATQAAAAAAdAAAAAAAdAAAAAACdAAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAACawAAAAADegAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAACdAAAAAABdAAAAAAAdAAAAAABegAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAADMAAAAAAATgAAAAAAbQAAAAABbQAAAAACbQAAAAABbQAAAAAAbQAAAAABbQAAAAACbQAAAAACbQAAAAADbQAAAAADbQAAAAABbQAAAAADbQAAAAADbQAAAAACbQAAAAADMAAAAAAATgAAAAAAbQAAAAACbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAACbQAAAAAAbQAAAAADbQAAAAACbQAAAAAAbQAAAAABbQAAAAAAbQAAAAADbQAAAAADMAAAAAAATgAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAADbQAAAAADbQAAAAADbQAAAAACbQAAAAABbQAAAAADbQAAAAAAbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAABdwAAAAACegAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAADdwAAAAACagAAAAAAegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAABdwAAAAADagAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAAAegAAAAAAawAAAAAAegAAAAAAdAAAAAAAdAAAAAACdAAAAAACdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAAAdAAAAAABdAAAAAADdAAAAAACagAAAAAAegAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAADdAAAAAACdAAAAAABdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAABdAAAAAACdAAAAAADagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAATQAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAdwAAAAADdwAAAAAAegAAAAAAdwAAAAADdwAAAAABegAAAAAAdwAAAAAAdwAAAAADegAAAAAAdwAAAAACdwAAAAAB - version: 6 - -2,-1: - ind: -2,-1 - tiles: ZwAAAAABZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAACZwAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAACZwAAAAADWgAAAAACWgAAAAABMAAAAAAAMAAAAAAAWgAAAAABDAAAAAABDAAAAAAADAAAAAACDAAAAAADDAAAAAAAWgAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAABDAAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAADawAAAAACegAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAADdwAAAAABegAAAAAAdwAAAAACdwAAAAADagAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAADegAAAAAAdwAAAAAAdwAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADegAAAAAAdwAAAAACdwAAAAACagAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAADegAAAAAAdwAAAAAAdwAAAAAAawAAAAACegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAABegAAAAAAegAAAAAATQAAAAADTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAADawAAAAADegAAAAAAaQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAMAAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAA - version: 6 - -3,1: - ind: -3,1 - tiles: HgAAAAAAWgAAAAAAWgAAAAACTQAAAAACTQAAAAADZwAAAAABZwAAAAABZwAAAAAAZwAAAAADZwAAAAABWgAAAAADegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAHgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAABWgAAAAACWgAAAAABWgAAAAABZwAAAAABZwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAWgAAAAACWgAAAAADZwAAAAABZwAAAAABTQAAAAADWgAAAAACWgAAAAABWgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADegAAAAAAWgAAAAABWgAAAAACWgAAAAADZwAAAAAATQAAAAACZwAAAAADZwAAAAABWgAAAAAADgAAAAADegAAAAAAawAAAAACegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAWgAAAAADTQAAAAAAZwAAAAACZwAAAAABZwAAAAACDgAAAAACTQAAAAACagAAAAAAegAAAAAAWgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZwAAAAABDgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAACegAAAAAAegAAAAAAWgAAAAACWgAAAAADDgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAAAegAAAAAAagAAAAAAegAAAAAAEgAAAAAATQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEgAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAABawAAAAACawAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAACegAAAAAAawAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAABTQAAAAABHgAAAAABHgAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAAA - version: 6 - -3,0: - ind: -3,0 - tiles: WgAAAAADZwAAAAADWgAAAAADTgAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAZwAAAAADWgAAAAACTgAAAAAADAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAACZwAAAAABWgAAAAABegAAAAAADAAAAAABDAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAADWgAAAAAAZwAAAAAAWgAAAAADegAAAAAAegAAAAAADAAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAADZwAAAAABZwAAAAADdwAAAAAATgAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAADZwAAAAADdwAAAAAATgAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAawAAAAABTgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAACZwAAAAADdwAAAAABTgAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAABZwAAAAADWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAZwAAAAAAWgAAAAABegAAAAAAagAAAAAAawAAAAABawAAAAADagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADZwAAAAABWgAAAAACegAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADHgAAAAAATQAAAAACWgAAAAAAZwAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAagAAAAAATQAAAAABagAAAAAAegAAAAAAawAAAAAAHgAAAAADTQAAAAADWgAAAAADZwAAAAAAZwAAAAACWgAAAAABegAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAACagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAHgAAAAAATQAAAAADWgAAAAABZwAAAAAAZwAAAAAAWgAAAAABegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAHgAAAAACTQAAAAAAWgAAAAADZwAAAAACZwAAAAADZwAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACTQAAAAACTQAAAAABZwAAAAABZwAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAADegAAAAAAawAAAAACawAAAAAAegAAAAAAegAAAAAA - version: 6 - -3,-1: - ind: -3,-1 - tiles: WgAAAAAAWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAADTQAAAAABZwAAAAABZwAAAAABWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAACTQAAAAACZwAAAAAAZwAAAAACWgAAAAADegAAAAAAWgAAAAACWgAAAAADWgAAAAABZwAAAAACZwAAAAACWgAAAAADWgAAAAABWgAAAAAAWgAAAAABWgAAAAABWgAAAAADTgAAAAAAWgAAAAABWgAAAAAATgAAAAAAegAAAAAAWgAAAAAAWgAAAAAAZwAAAAACZwAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAWgAAAAAAWgAAAAADZwAAAAABZwAAAAAAZwAAAAADWgAAAAABWgAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAACZwAAAAACZwAAAAABZwAAAAABWgAAAAACWgAAAAAAWgAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAADegAAAAAAawAAAAABawAAAAAAagAAAAAAegAAAAAAWgAAAAAAZwAAAAADZwAAAAABWgAAAAABWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAawAAAAADawAAAAACagAAAAAAegAAAAAAWgAAAAACZwAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAACDAAAAAACAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAACagAAAAAAegAAAAAAWgAAAAADZwAAAAADWgAAAAACegAAAAAAegAAAAAADAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAACegAAAAAADAAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAAAegAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAAATgAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAWgAAAAACWgAAAAABWgAAAAADTgAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAWgAAAAACZwAAAAADWgAAAAAATgAAAAAADAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAWgAAAAABZwAAAAADWgAAAAABegAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAAAZwAAAAADWgAAAAACTgAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -4,1: - ind: -4,1 - tiles: agAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATQAAAAACHgAAAAAATQAAAAABHgAAAAABegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAACHgAAAAADTQAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAAATQAAAAADHgAAAAADegAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAATgAAAAAAHgAAAAACTQAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAADTQAAAAABHgAAAAADegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAABHgAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAACTgAAAAAAHgAAAAAATQAAAAADHgAAAAAATQAAAAABDgAAAAACDgAAAAADDgAAAAAADgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTgAAAAAAHgAAAAAATQAAAAABHgAAAAACegAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADHgAAAAACTQAAAAACHgAAAAACegAAAAAATgAAAAAATgAAAAAATQAAAAABTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAADHgAAAAACTQAAAAABHgAAAAACegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATgAAAAAAHgAAAAADTQAAAAADHgAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAAHgAAAAAATQAAAAABHgAAAAACegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAHgAAAAACTQAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAHgAAAAADHgAAAAABTQAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAABTgAAAAAAHgAAAAADHgAAAAABTQAAAAADTQAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAADTQAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAADegAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAAD - version: 6 - -4,0: - ind: -4,0 - tiles: egAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATQAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAADTQAAAAAAWgAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAADTQAAAAACWgAAAAACegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAABTQAAAAABZwAAAAADZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAABZwAAAAACZwAAAAAAZwAAAAACZwAAAAACZwAAAAACTQAAAAAAWgAAAAACDAAAAAADDAAAAAADDAAAAAABDAAAAAABDAAAAAAADAAAAAADWgAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAADegAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAAATQAAAAACHgAAAAABTQAAAAABHgAAAAAATQAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAADTQAAAAACHgAAAAADTQAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABTQAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAAATQAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAA - version: 6 - -4,-1: - ind: -4,-1 - tiles: TgAAAAAAagAAAAAAegAAAAAATQAAAAADGwAAAAADGwAAAAABTQAAAAAAXQAAAAAAXQAAAAADJwAAAAACJwAAAAACJwAAAAABTgAAAAAAJwAAAAADJwAAAAAAWgAAAAAATgAAAAAAawAAAAABegAAAAAAegAAAAAAGwAAAAABGwAAAAADegAAAAAAXQAAAAADXQAAAAABJwAAAAADJwAAAAAAJwAAAAABTgAAAAAAJwAAAAABJwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAADWgAAAAABawAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAACGwAAAAAAGwAAAAADGwAAAAACGwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAACGwAAAAACGwAAAAAAGwAAAAABGwAAAAADGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACGwAAAAABGwAAAAAAGwAAAAACGwAAAAACGwAAAAADTQAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAACagAAAAAAagAAAAAATQAAAAABegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAABagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAADagAAAAAAagAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAAADgAAAAACDgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAADDgAAAAADegAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAAAWgAAAAACWgAAAAABWgAAAAABegAAAAAAegAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAAATQAAAAAAWgAAAAADWgAAAAAAWgAAAAADWgAAAAABWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAADgAAAAABDgAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAACWgAAAAAAWgAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA - version: 6 - 2,1: - ind: 2,1 - tiles: WgAAAAADWgAAAAADWgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABegAAAAAAZwAAAAADWgAAAAABWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABTQAAAAACWgAAAAACWgAAAAABWgAAAAADWgAAAAAAWgAAAAABZwAAAAAAZwAAAAADZwAAAAABZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAABZwAAAAAATQAAAAADZwAAAAAAZwAAAAADZwAAAAADZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAADZwAAAAADZwAAAAADZwAAAAACTQAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAAAZwAAAAABZwAAAAACWgAAAAACWgAAAAACWgAAAAADDAAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAACDAAAAAACDAAAAAAADAAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATQAAAAADTQAAAAADTQAAAAAAJQAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAJQAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACegAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACdwAAAAACegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAAAdwAAAAAAdwAAAAACJQAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAACegAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAABJQAAAAACegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAABJQAAAAADegAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAACDgAAAAADEgAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAACJQAAAAABTQAAAAADDgAAAAABDgAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAADTQAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAegAAAAAAJQAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAABDgAAAAACTQAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - 2,-2: - ind: 2,-2 - tiles: EwAAAAABEwAAAAACEwAAAAABEwAAAAAAEwAAAAADTQAAAAAAGwAAAAAAHAAAAAABTgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAEwAAAAAAEwAAAAAAEwAAAAABEwAAAAABEwAAAAAATQAAAAAAGwAAAAACHAAAAAADTgAAAAAADAAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAawAAAAABawAAAAACEwAAAAAAEwAAAAADEwAAAAAAEwAAAAABEwAAAAAATQAAAAABGwAAAAADHAAAAAAATgAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAADagAAAAAAEwAAAAADEwAAAAAAEwAAAAADEwAAAAADEwAAAAABTQAAAAACGwAAAAACHAAAAAADTgAAAAAAMAAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAACEwAAAAABEwAAAAAAEwAAAAABEwAAAAADTQAAAAADGwAAAAABHAAAAAABegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAABGwAAAAABGwAAAAACGwAAAAABTQAAAAABTQAAAAACGwAAAAACHAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAADGwAAAAACGwAAAAAAGwAAAAAAGwAAAAACGwAAAAABGwAAAAAAHAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAGwAAAAABGwAAAAADGwAAAAADGwAAAAABGwAAAAACGwAAAAADGwAAAAAAHAAAAAAAegAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAACegAAAAAAegAAAAAAagAAAAAAHAAAAAABHAAAAAADHAAAAAABGwAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAABHAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHAAAAAABGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAADTQAAAAAATQAAAAACTQAAAAADTQAAAAABHAAAAAACegAAAAAAegAAAAAAagAAAAAAAgAAAAAAegAAAAAAHAAAAAAAGwAAAAAAHAAAAAADegAAAAAAHAAAAAABHAAAAAACegAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAABegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAAgAAAAAATgAAAAAAHAAAAAACGwAAAAABHAAAAAACTgAAAAAAMAAAAAAAMAAAAAAADAAAAAADDAAAAAACDAAAAAABMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAAgAAAAAAegAAAAAAHAAAAAABHAAAAAAAHAAAAAACegAAAAAAWgAAAAABWgAAAAAAZwAAAAACZwAAAAABZwAAAAACZwAAAAADZwAAAAACZwAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAABZwAAAAABZwAAAAADTQAAAAACTQAAAAADTQAAAAAAZwAAAAADZwAAAAADZwAAAAACWgAAAAABMAAAAAAAWgAAAAADWgAAAAACWgAAAAACWgAAAAACWgAAAAADZwAAAAACZwAAAAABWgAAAAADTQAAAAAATQAAAAADTQAAAAACWgAAAAABZwAAAAABZwAAAAADWgAAAAAA - version: 6 - 1,-2: - ind: 1,-2 - tiles: eAAAAAABeAAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAADeAAAAAACdwAAAAADdwAAAAAAdwAAAAAATQAAAAADHAAAAAACGwAAAAAATQAAAAACEwAAAAADDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAADDgAAAAABeAAAAAABTQAAAAADTQAAAAADdwAAAAABTgAAAAAAHAAAAAADGwAAAAAATQAAAAABEwAAAAADZQAAAAACZQAAAAADZQAAAAABZQAAAAABZQAAAAACZQAAAAABDgAAAAABeAAAAAACTQAAAAACTQAAAAAAdwAAAAABTgAAAAAAHAAAAAAAGwAAAAADTQAAAAAAEwAAAAADZQAAAAADZQAAAAABZQAAAAABZQAAAAADZQAAAAADZQAAAAADDgAAAAADeAAAAAAATQAAAAAATQAAAAAAdwAAAAADTgAAAAAAHAAAAAABGwAAAAACTQAAAAAAEwAAAAABZQAAAAAAZQAAAAAAZQAAAAABZQAAAAADZQAAAAADZQAAAAADDgAAAAADeAAAAAABdwAAAAABdwAAAAABdwAAAAABegAAAAAAHAAAAAACGwAAAAACTQAAAAABEwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAADGwAAAAABTQAAAAADTQAAAAACTQAAAAAATQAAAAACegAAAAAAZQAAAAACZQAAAAADZQAAAAAAZQAAAAACegAAAAAAZQAAAAACZQAAAAAAZQAAAAADegAAAAAAHAAAAAABGwAAAAACGwAAAAACGwAAAAACTQAAAAACTQAAAAAAegAAAAAAZQAAAAABZQAAAAACZQAAAAABZQAAAAADTQAAAAAAZQAAAAACZQAAAAAAZQAAAAAAegAAAAAAHAAAAAACGwAAAAAAGwAAAAABGwAAAAABTQAAAAADTQAAAAAAegAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAADegAAAAAAZQAAAAADZQAAAAADZQAAAAAAegAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATQAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAegAAAAAAegAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAABTgAAAAAATgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAACWgAAAAACWgAAAAABWgAAAAABWgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: dgAAAAABdgAAAAACdgAAAAADdgAAAAACWgAAAAAAWgAAAAADWgAAAAAAWgAAAAABegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAeAAAAAADeAAAAAABeAAAAAABTQAAAAACTQAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAAAZwAAAAACZwAAAAABZwAAAAADegAAAAAAagAAAAAAawAAAAACawAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAACDgAAAAACZwAAAAABTQAAAAAATQAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAACDgAAAAAADgAAAAADZwAAAAACTQAAAAACDAAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAABagAAAAAAagAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAABZwAAAAAATQAAAAADTQAAAAADegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAACZwAAAAABZwAAAAADZwAAAAADegAAAAAAawAAAAADegAAAAAAegAAAAAAWgAAAAACWgAAAAACWgAAAAAAWgAAAAABWgAAAAADegAAAAAADgAAAAACDgAAAAABDgAAAAACZwAAAAAAZwAAAAACZwAAAAADegAAAAAAagAAAAAAegAAAAAATQAAAAABWgAAAAACTQAAAAABTQAAAAADTQAAAAACWgAAAAACTQAAAAADDgAAAAADDgAAAAABDgAAAAABTQAAAAACTQAAAAACZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAATQAAAAADTQAAAAACWgAAAAAAegAAAAAADgAAAAADDgAAAAABDgAAAAAADAAAAAABTQAAAAAAZwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADWgAAAAABWgAAAAACegAAAAAADgAAAAACDgAAAAABDgAAAAABTQAAAAACTQAAAAABZwAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAWgAAAAACegAAAAAADgAAAAADDgAAAAAADgAAAAABZwAAAAABZwAAAAAAZwAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAWgAAAAACegAAAAAAWgAAAAADegAAAAAADgAAAAADDgAAAAAADgAAAAABTQAAAAABTQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAAADgAAAAACZwAAAAACZwAAAAABZwAAAAADWgAAAAADWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAACDgAAAAADTQAAAAABTQAAAAADTQAAAAACTQAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAABTgAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAAAWgAAAAACTgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAABWgAAAAADWgAAAAAC - version: 6 - -1,-2: - ind: -1,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAADdgAAAAACDgAAAAADDgAAAAABDgAAAAACDgAAAAAADgAAAAABDgAAAAACDgAAAAABMAAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABTQAAAAADTQAAAAACTQAAAAAATQAAAAAADgAAAAADDgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAAAawAAAAAAagAAAAAAagAAAAAAegAAAAAADgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAADgAAAAADDgAAAAADMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAACDgAAAAAAMAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAACegAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAADTQAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAegAAAAAATQAAAAABegAAAAAAHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAADTQAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAABTQAAAAADHgAAAAADHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAAATQAAAAACHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAAAWgAAAAACTgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAABTQAAAAACWgAAAAACWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAACWgAAAAADWgAAAAACWgAAAAABTgAAAAAAWgAAAAADTQAAAAAA - version: 6 - -2,-2: - ind: -2,-2 - tiles: agAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAABTQAAAAAATQAAAAAATQAAAAABHgAAAAAAegAAAAAAegAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAACegAAAAAAMAAAAAAAHgAAAAABTQAAAAAATQAAAAACTQAAAAABHgAAAAACegAAAAAADgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABTgAAAAAADgAAAAADawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABTgAAAAAADgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABegAAAAAADgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTgAAAAAATQAAAAADTgAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABegAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAACegAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAACTQAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAABTQAAAAACHgAAAAADTQAAAAADTQAAAAAATQAAAAACHgAAAAABegAAAAAAHgAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAATQAAAAACTQAAAAABegAAAAAAegAAAAAAHgAAAAABTQAAAAAATQAAAAABTQAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACegAAAAAAHgAAAAADTQAAAAADTQAAAAABTQAAAAAAHgAAAAADTQAAAAADHgAAAAADegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAADTQAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABTQAAAAACHgAAAAACegAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAADHgAAAAABTgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAADegAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAADTgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAHgAAAAADegAAAAAAegAAAAAATQAAAAABTQAAAAADTQAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAWgAAAAADDAAAAAAADAAAAAAADAAAAAAADAAAAAABWgAAAAABWgAAAAADWgAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAAWgAAAAAA - version: 6 - -3,-2: - ind: -3,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADawAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAawAAAAADawAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAADdwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAACeAAAAAADeAAAAAABeAAAAAADdwAAAAACegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATQAAAAADagAAAAAAawAAAAADeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABdwAAAAAAegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAegAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADdwAAAAADegAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAagAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAAAdwAAAAADJwAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAegAAAAAAegAAAAAAawAAAAACTQAAAAACJwAAAAAATQAAAAACJwAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAACTQAAAAACWgAAAAABTQAAAAACJwAAAAACJwAAAAACegAAAAAAegAAAAAAawAAAAADWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAMAAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAAATQAAAAACTQAAAAACWgAAAAACTQAAAAAATQAAAAACTQAAAAACWgAAAAACTQAAAAADTQAAAAAATQAAAAACWgAAAAACMAAAAAAAegAAAAAAegAAAAAAawAAAAADTQAAAAABTQAAAAAATQAAAAAAWgAAAAACTQAAAAAATQAAAAAATQAAAAACWgAAAAABTQAAAAADTQAAAAABTQAAAAADWgAAAAAAMAAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAACTQAAAAADTQAAAAADWgAAAAABTQAAAAAATQAAAAAATQAAAAADWgAAAAAATQAAAAABTQAAAAABTQAAAAACWgAAAAACMAAAAAAAegAAAAAAegAAAAAAagAAAAAAWgAAAAADWgAAAAADWgAAAAACWgAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAAegAAAAAAagAAAAAATQAAAAACTQAAAAACTQAAAAABWgAAAAACTQAAAAABTQAAAAABTQAAAAADWgAAAAABWgAAAAACWgAAAAAAWgAAAAAAWgAAAAABWgAAAAABegAAAAAAegAAAAAAawAAAAADTQAAAAACTQAAAAACTQAAAAAAWgAAAAAATQAAAAAATQAAAAADTQAAAAAAWgAAAAADWgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAAATQAAAAADWgAAAAAATQAAAAACTQAAAAABTQAAAAADWgAAAAABWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAAATgAAAAAAWgAAAAACWgAAAAAC - version: 6 - 3,1: - ind: 3,1 - tiles: WgAAAAABZwAAAAABWgAAAAADTQAAAAABSQAAAAABSQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAADZwAAAAACZwAAAAADWgAAAAABTQAAAAABSQAAAAADSQAAAAADSQAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAADSQAAAAAASQAAAAACSQAAAAACZwAAAAAAZwAAAAACWgAAAAABTQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAAASQAAAAABSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAACZwAAAAADZwAAAAACWgAAAAABegAAAAAASQAAAAAASQAAAAACSQAAAAACSQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAADSQAAAAACSQAAAAACZwAAAAACZwAAAAAAWgAAAAADTgAAAAAASQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAAASQAAAAADSQAAAAABDAAAAAABWgAAAAAAWgAAAAABTgAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAACSQAAAAADSQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAABSQAAAAACTQAAAAAAegAAAAAAegAAAAAAegAAAAAASQAAAAAASQAAAAABSQAAAAABSQAAAAAASQAAAAAASQAAAAACSQAAAAADSQAAAAAASQAAAAACSQAAAAAASQAAAAAASQAAAAABdwAAAAACdwAAAAABdwAAAAADegAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAAASQAAAAADSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAAASQAAAAAASQAAAAABdwAAAAADdwAAAAABdwAAAAACegAAAAAASQAAAAACSQAAAAABSQAAAAAASQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADSQAAAAABdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAdwAAAAABdwAAAAACTQAAAAACdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAADdwAAAAACTQAAAAACegAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAABegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABdwAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAA - version: 6 - 3,0: - ind: 3,0 - tiles: egAAAAAAWgAAAAADZwAAAAADWgAAAAABTgAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAZwAAAAABWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAWgAAAAADZwAAAAACWgAAAAADegAAAAAAawAAAAABegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAACZwAAAAADWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAACWgAAAAABWgAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAADZwAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAACZwAAAAAAWgAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWgAAAAACZwAAAAAAWgAAAAADegAAAAAAawAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAADTQAAAAABTQAAAAABegAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWgAAAAADZwAAAAADWgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAWgAAAAACZwAAAAABWgAAAAACegAAAAAASQAAAAABSQAAAAAASQAAAAABSQAAAAADSQAAAAABSQAAAAACSQAAAAADSQAAAAADSQAAAAACSQAAAAAASQAAAAABSQAAAAACWgAAAAADZwAAAAADWgAAAAAATgAAAAAASQAAAAADSQAAAAACSQAAAAAASQAAAAAASQAAAAAASQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAADWgAAAAADZwAAAAABWgAAAAACTgAAAAAASQAAAAAASQAAAAACSQAAAAADSQAAAAACSQAAAAAASQAAAAACSQAAAAAASQAAAAACSQAAAAACSQAAAAADSQAAAAABSQAAAAACWgAAAAAAZwAAAAADWgAAAAADTgAAAAAASQAAAAAASQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAADSQAAAAAAWgAAAAAAZwAAAAADWgAAAAABTgAAAAAASQAAAAACSQAAAAADSQAAAAABSQAAAAADSQAAAAAASQAAAAADSQAAAAABSQAAAAABSQAAAAADSQAAAAABSQAAAAADSQAAAAABWgAAAAABZwAAAAAAWgAAAAABegAAAAAASQAAAAABSQAAAAADSQAAAAACSQAAAAADSQAAAAABSQAAAAACSQAAAAABSQAAAAACSQAAAAAASQAAAAABSQAAAAADSQAAAAAB - version: 6 - 3,-1: - ind: 3,-1 - tiles: WgAAAAABTgAAAAAAegAAAAAAegAAAAAAMAAAAAAAZwAAAAABZwAAAAABZwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAAAZwAAAAABWgAAAAADWgAAAAACTgAAAAAAMAAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAAAZwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAADWgAAAAABZwAAAAAAZwAAAAACWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAACZwAAAAAAZwAAAAADWgAAAAAAWgAAAAACZwAAAAABWgAAAAAAWgAAAAADTgAAAAAAMAAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAADZwAAAAAAegAAAAAAWgAAAAACZwAAAAAAWgAAAAADWgAAAAABegAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAACDAAAAAABZwAAAAACZwAAAAACZwAAAAACZwAAAAABMAAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAABegAAAAAAegAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAACDAAAAAABDAAAAAAAZwAAAAAAZwAAAAADZwAAAAADDAAAAAACTgAAAAAAWgAAAAAAZwAAAAABWgAAAAAAegAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAADDAAAAAADDAAAAAACDAAAAAAAZwAAAAABZwAAAAADMAAAAAAATgAAAAAAWgAAAAAAZwAAAAADWgAAAAADTgAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAACMAAAAAAAMAAAAAAADAAAAAAAZwAAAAAAZwAAAAAAMAAAAAAAegAAAAAAWgAAAAABZwAAAAACWgAAAAAATQAAAAABZwAAAAADDAAAAAABMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZwAAAAABZwAAAAACZwAAAAADDAAAAAADdwAAAAAAWgAAAAAAZwAAAAAAWgAAAAADTQAAAAABZwAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAADdwAAAAACWgAAAAABZwAAAAADWgAAAAABTQAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAAAZwAAAAABZwAAAAABDAAAAAABDAAAAAACDAAAAAAAZwAAAAABdwAAAAAAWgAAAAABZwAAAAACWgAAAAADTgAAAAAADAAAAAADDAAAAAADZwAAAAACZwAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAADDAAAAAADDAAAAAABdwAAAAADWgAAAAAAZwAAAAAAWgAAAAACTQAAAAACZwAAAAAAZwAAAAABZwAAAAABDAAAAAADDAAAAAACDAAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAACDAAAAAABdwAAAAABWgAAAAADZwAAAAABWgAAAAADTQAAAAACZwAAAAACZwAAAAAAZwAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAADDAAAAAAADAAAAAADDAAAAAABDAAAAAACegAAAAAAWgAAAAABZwAAAAABWgAAAAABTQAAAAACZwAAAAABDAAAAAAADAAAAAABDAAAAAABDAAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAA - version: 6 - 3,-2: - ind: 3,-2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACagAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADTQAAAAADagAAAAAAagAAAAAAagAAAAAAawAAAAADawAAAAADagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAADAAAAAADDAAAAAABZwAAAAABZwAAAAADZwAAAAAADAAAAAABMAAAAAAADAAAAAADMAAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABMAAAAAAAMAAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACZwAAAAACDAAAAAAADAAAAAAADAAAAAABegAAAAAAegAAAAAADAAAAAACMAAAAAAAZwAAAAACZwAAAAADZwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAAAZwAAAAADDAAAAAAADAAAAAABegAAAAAADAAAAAAAZwAAAAADZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAABZwAAAAADDAAAAAAAegAAAAAAZwAAAAADZwAAAAACZwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAPAAAAAAAZwAAAAACZwAAAAACegAAAAAAZwAAAAABZwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAAZwAAAAABZwAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAAZwAAAAADZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAADAAAAAACZwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAegAAAAAAMAAAAAAAZwAAAAAAZwAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAATgAAAAAAMAAAAAAAMAAAAAAAZwAAAAACZwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAACZwAAAAACZwAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAA - version: 6 - 0,2: - ind: 0,2 - tiles: WgAAAAACWgAAAAACWgAAAAADegAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAWgAAAAADWgAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABWgAAAAABWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAADAAAAAADWgAAAAAAWgAAAAAATgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADTgAAAAAADAAAAAADDAAAAAADDAAAAAABMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAADAAAAAAAWgAAAAADWgAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABTgAAAAAADAAAAAABDAAAAAACDAAAAAAADAAAAAABMAAAAAAAMAAAAAAATgAAAAAADAAAAAACWgAAAAAAWgAAAAADegAAAAAAHgAAAAABTQAAAAABTQAAAAACHgAAAAABegAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAAAegAAAAAADAAAAAADWgAAAAADWgAAAAAATQAAAAAAHgAAAAAATQAAAAACTQAAAAACHgAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAACTQAAAAABWgAAAAAAWgAAAAAAWgAAAAACTQAAAAAAHgAAAAADTQAAAAAATQAAAAAAHgAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAADTQAAAAABTQAAAAABWgAAAAADWgAAAAABWgAAAAABegAAAAAAHgAAAAAATQAAAAACTQAAAAACHgAAAAABegAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAABegAAAAAAWgAAAAACWgAAAAACWgAAAAACTgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAAdwAAAAAAdwAAAAADegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADTgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAegAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAADWgAAAAABTQAAAAAAWgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAADWgAAAAACTQAAAAAAWgAAAAADTQAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAABWgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADdwAAAAACdwAAAAABdwAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAADTQAAAAACTQAAAAABTQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAACWgAAAAAAWgAAAAADWgAAAAABWgAAAAABegAAAAAATQAAAAACTQAAAAADTQAAAAABegAAAAAAdwAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAABdwAAAAAAdwAAAAAC - version: 6 - 0,-3: - ind: 0,-3 - tiles: TQAAAAACTQAAAAACTQAAAAADdgAAAAAATgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAABdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAAATQAAAAADdgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAADcAAAAAACdgAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAACcAAAAAACdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAABdgAAAAABdgAAAAAAdgAAAAACdgAAAAABTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTQAAAAABTQAAAAAAcAAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAADTgAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACTQAAAAADTQAAAAABcAAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAABTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAADTQAAAAADcAAAAAACcAAAAAACcAAAAAABcAAAAAAAdgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAADAAAAAACTQAAAAADTQAAAAADTQAAAAAATQAAAAADcAAAAAABdgAAAAACegAAAAAAawAAAAADagAAAAAAegAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAADDAAAAAAADAAAAAAATQAAAAABTQAAAAACTQAAAAAAcAAAAAABdgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATQAAAAABDAAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAABcAAAAAADdgAAAAACegAAAAAAawAAAAADegAAAAAAagAAAAAAegAAAAAAdwAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAADdgAAAAACegAAAAAAawAAAAABegAAAAAAawAAAAADegAAAAAAdwAAAAABdwAAAAABdwAAAAADTQAAAAABTQAAAAADTQAAAAACcAAAAAABWgAAAAAAWgAAAAACWgAAAAADWgAAAAADegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAAAdwAAAAACTQAAAAACTQAAAAACTQAAAAADcAAAAAACWgAAAAADWgAAAAABWgAAAAACWgAAAAAAegAAAAAAawAAAAACegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAACTQAAAAADcAAAAAABcAAAAAACcAAAAAABcAAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAACegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAABTQAAAAAA - version: 6 - -3,-3: - ind: -3,-3 - tiles: TgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAACTQAAAAABTQAAAAACTQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAABTQAAAAADTQAAAAABTQAAAAADTQAAAAACTQAAAAACTQAAAAACTQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAABTQAAAAACTQAAAAABTQAAAAACTQAAAAADTQAAAAAATQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAABTQAAAAAATQAAAAABTQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAABTQAAAAADTQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -2,-3: - ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATQAAAAABTgAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAABTQAAAAADTQAAAAAATgAAAAAAHgAAAAABTQAAAAACTQAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABTQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAADHgAAAAACTQAAAAADTQAAAAACTQAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAAATQAAAAACTQAAAAADTgAAAAAAHgAAAAAATQAAAAAATQAAAAACTQAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADHgAAAAADTQAAAAACTQAAAAAATQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAABTQAAAAAATQAAAAADagAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAATQAAAAAAawAAAAACagAAAAAAagAAAAAATQAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAawAAAAADawAAAAADagAAAAAAawAAAAABawAAAAADawAAAAADawAAAAADTQAAAAABagAAAAAAagAAAAAAawAAAAADegAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAawAAAAABawAAAAABagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAATQAAAAACegAAAAAATQAAAAAAagAAAAAAegAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAACagAAAAAATQAAAAADMAAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAACHgAAAAABTQAAAAABHgAAAAABagAAAAAAegAAAAAAegAAAAAAawAAAAAAawAAAAACagAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAACTQAAAAACHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAACTQAAAAADTQAAAAAAHgAAAAADTQAAAAACHgAAAAACagAAAAAAegAAAAAAegAAAAAAawAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTQAAAAABTQAAAAAATQAAAAADHgAAAAADTQAAAAABHgAAAAAD - version: 6 - -1,-3: - ind: -1,-3 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAdgAAAAAAHgAAAAABegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdgAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAAAdgAAAAAAHgAAAAAAegAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAAAcAAAAAADHgAAAAACTgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAACcAAAAAAAHgAAAAAATgAAAAAAHgAAAAADTQAAAAABTQAAAAABTQAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAABTgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAADcAAAAAABHgAAAAABTQAAAAACHgAAAAAATQAAAAACTQAAAAAATQAAAAABHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAADcAAAAAACcAAAAAABcAAAAAADHgAAAAADQQAAAAAAHgAAAAACTQAAAAACTQAAAAAATQAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAADTQAAAAAATQAAAAADTQAAAAACHgAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAAdgAAAAACcAAAAAADTQAAAAABTQAAAAABTQAAAAADTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAdgAAAAADcAAAAAACTQAAAAACTQAAAAACTQAAAAAAHgAAAAAAegAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAACegAAAAAAawAAAAACegAAAAAAegAAAAAAdgAAAAADcAAAAAAAcAAAAAAAcAAAAAACcAAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAACegAAAAAAawAAAAABegAAAAAAegAAAAAAZwAAAAACZwAAAAAAZwAAAAAAegAAAAAAcAAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAABcAAAAAAAHgAAAAADegAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAACcAAAAAAB - version: 6 - 1,-3: - ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAAATQAAAAADdwAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAdwAAAAABdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAADdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAAAdwAAAAABdwAAAAACdwAAAAABeAAAAAADeAAAAAADeAAAAAAAeAAAAAACegAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABTQAAAAABTQAAAAABTQAAAAACTQAAAAAATQAAAAABTQAAAAACdwAAAAABeAAAAAACdwAAAAADdwAAAAADeAAAAAADegAAAAAAHAAAAAAAGwAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAADdwAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAACegAAAAAAHAAAAAAAGwAAAAABTQAAAAADEwAAAAAC - version: 6 - 2,-3: - ind: 2,-3 - tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAAAHAAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAGwAAAAABGwAAAAADGwAAAAAAGwAAAAACTQAAAAACTQAAAAADGwAAAAAAHAAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAEwAAAAAAEwAAAAABEwAAAAADEwAAAAADEwAAAAAATQAAAAADGwAAAAAAHAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - 3,-3: - ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAOQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAOQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAATgAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAA - version: 6 - 3,2: - ind: 3,2 - tiles: dwAAAAABdwAAAAAATQAAAAABagAAAAAAawAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAACawAAAAABagAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAABdwAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAABHgAAAAABegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAawAAAAADagAAAAAAawAAAAADegAAAAAAagAAAAAAagAAAAAATQAAAAADHgAAAAAAHgAAAAADTQAAAAABawAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACagAAAAAAagAAAAAAHgAAAAAAHgAAAAABHgAAAAACegAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAADHgAAAAABTQAAAAABagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAACHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHgAAAAABHgAAAAAAHgAAAAADegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAA - version: 6 - 2,2: - ind: 2,2 - tiles: agAAAAAAawAAAAABegAAAAAAagAAAAAAegAAAAAADAAAAAAAJQAAAAADJQAAAAAAJQAAAAADTQAAAAADdwAAAAABdwAAAAADdwAAAAADdwAAAAACdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAAATQAAAAADDAAAAAADJQAAAAAAJQAAAAACJQAAAAADTQAAAAADdwAAAAACdwAAAAADdwAAAAACegAAAAAAdwAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAADAAAAAAAJQAAAAACTQAAAAAAJQAAAAABTQAAAAADdwAAAAABdwAAAAACdwAAAAABegAAAAAAdwAAAAAAdwAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAABJQAAAAAATQAAAAACJQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAAAJQAAAAACTQAAAAABJQAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAABHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAAAJQAAAAAATQAAAAABJQAAAAACTQAAAAAAHgAAAAAAHgAAAAADTQAAAAAAagAAAAAAagAAAAAATQAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAADAAAAAABJQAAAAADTQAAAAADJQAAAAADegAAAAAAHgAAAAACHgAAAAABTQAAAAABagAAAAAAagAAAAAAagAAAAAAeQAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAADAAAAAADJQAAAAADTQAAAAABJQAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAACeQAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAADAAAAAAAJQAAAAABTQAAAAAAJQAAAAABTgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABeQAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAADAAAAAABJQAAAAABTQAAAAAAJQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAADJQAAAAACTQAAAAACJQAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACJQAAAAACJQAAAAABJQAAAAAATQAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAADAAAAAADJQAAAAACJQAAAAAAJQAAAAABTgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABawAAAAACegAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAAD - version: 6 - 1,2: - ind: 1,2 - tiles: agAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAADawAAAAABagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAagAAAAAAawAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAAAegAAAAAADAAAAAACDAAAAAADAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAACTQAAAAADTQAAAAABTQAAAAADHgAAAAABTgAAAAAADAAAAAAADAAAAAADAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAADTgAAAAAADAAAAAADDAAAAAADeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAAAAAAAAAegAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAACTgAAAAAADAAAAAACDAAAAAAAeQAAAAAATgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAATgAAAAAAeQAAAAAAAAAAAAAAHgAAAAADTQAAAAABTQAAAAAATQAAAAABHgAAAAACTgAAAAAADAAAAAACDAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAegAAAAAADAAAAAABDAAAAAABAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAAATQAAAAABHgAAAAACegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHgAAAAADegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAHgAAAAAATQAAAAAAHgAAAAACegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAHgAAAAAATgAAAAAAeQAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAADTQAAAAAAHgAAAAABegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHgAAAAACegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAABHgAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTQAAAAACHgAAAAACTQAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAABTQAAAAADagAAAAAATQAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAAAHgAAAAACegAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAACHgAAAAABTQAAAAADHgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -1,2: - ind: -1,2 - tiles: egAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAACTgAAAAAAegAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACHgAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAABTgAAAAAATgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAATgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTgAAAAAAegAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAADAAAAAABTQAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAADegAAAAAATgAAAAAAHgAAAAAAHgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAACegAAAAAATgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAABHgAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABegAAAAAATgAAAAAAHgAAAAAAHgAAAAADegAAAAAAHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACTQAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAACTQAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAHgAAAAACTgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAABegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADegAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAACSQAAAAACSQAAAAAASQAAAAAASQAAAAACSQAAAAAASQAAAAADSQAAAAACSQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAACTgAAAAAAWgAAAAAA - version: 6 - -2,2: - ind: -2,2 - tiles: egAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAACTQAAAAACegAAAAAATQAAAAADTQAAAAADTQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAABegAAAAAATQAAAAADTQAAAAAATQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAABHgAAAAAATQAAAAABHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAHgAAAAADHgAAAAAAegAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAABHgAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAAAHgAAAAAAHgAAAAADegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAADRAAAAAAATQAAAAAARAAAAAAARAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAACRAAAAAAATQAAAAAARAAAAAAARAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABTQAAAAACegAAAAAAegAAAAAARAAAAAAARAAAAAAATQAAAAAARAAAAAAATQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAA - version: 6 - -3,2: - ind: -3,2 - tiles: TgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAABegAAAAAAaQAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABTQAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAABTgAAAAAATgAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATQAAAAAATQAAAAAD - version: 6 - -4,-2: - ind: -4,-2 - tiles: egAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAGwAAAAAAGwAAAAADegAAAAAAdwAAAAACdwAAAAAAdwAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABDAAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAACDAAAAAACDAAAAAADegAAAAAAdwAAAAACeAAAAAADeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAADDAAAAAAADAAAAAABDAAAAAACegAAAAAAdwAAAAACeAAAAAABeAAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAADegAAAAAAdwAAAAAAeAAAAAACeAAAAAABGAAAAAAEegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABeAAAAAADeAAAAAADGAAAAAADegAAAAAAegAAAAAAegAAAAAAGwAAAAABGwAAAAADegAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAACegAAAAAAdwAAAAACdwAAAAAAdwAAAAABGAAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAAAegAAAAAAXQAAAAADXQAAAAACJwAAAAADJwAAAAADJwAAAAABegAAAAAAegAAAAAAJwAAAAAAJwAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAGwAAAAAAGwAAAAABegAAAAAAXQAAAAABXQAAAAABJwAAAAACJwAAAAACJwAAAAACTQAAAAACJwAAAAAAJwAAAAAAWgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAADegAAAAAAXQAAAAACXQAAAAACJwAAAAACJwAAAAAAJwAAAAAATgAAAAAAJwAAAAABJwAAAAACWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAAAGwAAAAABegAAAAAAXQAAAAABXQAAAAABJwAAAAAAJwAAAAADJwAAAAACJwAAAAABJwAAAAAAJwAAAAABWgAAAAABegAAAAAAawAAAAACegAAAAAAegAAAAAAGwAAAAACGwAAAAABTQAAAAABXQAAAAAAXQAAAAADJwAAAAACJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAACJwAAAAAAWgAAAAADegAAAAAAawAAAAACegAAAAAAegAAAAAAGwAAAAADGwAAAAACegAAAAAAXQAAAAADXQAAAAADJwAAAAAAJwAAAAACJwAAAAADegAAAAAAJwAAAAADJwAAAAADWgAAAAABTgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJwAAAAAAJwAAAAAAWgAAAAAATgAAAAAAagAAAAAAegAAAAAAegAAAAAAGwAAAAADGwAAAAACegAAAAAAXQAAAAAAXQAAAAADJwAAAAABJwAAAAACJwAAAAACJwAAAAAAJwAAAAADJwAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAGwAAAAACGwAAAAABegAAAAAAXQAAAAADXQAAAAADJwAAAAAAJwAAAAACJwAAAAAAJwAAAAACJwAAAAABJwAAAAACWgAAAAAB - version: 6 - -4,2: - ind: -4,2 - tiles: HgAAAAABegAAAAAAegAAAAAAegAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAABHgAAAAABTgAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACHgAAAAACHgAAAAACTgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAegAAAAAAHgAAAAADHgAAAAACHgAAAAACegAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAHgAAAAACegAAAAAAHgAAAAAAHgAAAAADHgAAAAACegAAAAAAHgAAAAACHgAAAAACHgAAAAABegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAHgAAAAAAHgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAA - version: 6 - 4,2: - ind: 4,2 - tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAALwAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAA - version: 6 - 4,1: - ind: 4,1 - tiles: SQAAAAAAeAAAAAABdwAAAAAAdwAAAAAAdwAAAAABeAAAAAADdwAAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACeAAAAAABdwAAAAADdwAAAAAAdwAAAAAAeAAAAAADdwAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABeAAAAAADdwAAAAAAdwAAAAADdwAAAAAAeAAAAAADdwAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAAeAAAAAAAdwAAAAACdwAAAAACdwAAAAAAeAAAAAADdwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACeAAAAAAAdwAAAAACdwAAAAACdwAAAAABeAAAAAABdwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABeAAAAAACdwAAAAABdwAAAAAAdwAAAAABeAAAAAACdwAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADeAAAAAAAeAAAAAAAdwAAAAACeAAAAAACeAAAAAABeAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAADeAAAAAACdwAAAAACeAAAAAABeAAAAAABeAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASQAAAAABSQAAAAABeAAAAAADdwAAAAADeAAAAAABeAAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAATgAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABegAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAACegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAAAegAAAAAAHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAADHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAACdwAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAA - version: 6 - 4,0: - ind: 4,0 - tiles: DAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAADAAAAAACMAAAAAAAMAAAAAAADAAAAAADegAAAAAAegAAAAAAawAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATQAAAAADegAAAAAATQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADSQAAAAADeAAAAAACdwAAAAADeAAAAAABeAAAAAACegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABSQAAAAADeAAAAAADdwAAAAADeAAAAAACeAAAAAACeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAADeAAAAAABeAAAAAADdwAAAAADeAAAAAADeAAAAAABeAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAAAeAAAAAABdwAAAAADdwAAAAADdwAAAAACeAAAAAAAdwAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAACeAAAAAAAdwAAAAADdwAAAAADdwAAAAABeAAAAAACdwAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASQAAAAABeAAAAAADdwAAAAADdwAAAAAAdwAAAAACeAAAAAABdwAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,-1: - ind: 4,-1 - tiles: DQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAABZwAAAAABegAAAAAAZwAAAAABZwAAAAAAZwAAAAAAZwAAAAABZwAAAAADZwAAAAABZwAAAAABegAAAAAAegAAAAAADQAAAAAAZwAAAAABZwAAAAAAZwAAAAACMAAAAAAAMAAAAAAATgAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAZwAAAAADZwAAAAADZwAAAAABDAAAAAAADAAAAAABDAAAAAACTgAAAAAAZwAAAAACZwAAAAABZwAAAAABZwAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAZwAAAAADMAAAAAAADAAAAAACDAAAAAABDAAAAAACMAAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAMAAAAAAAMAAAAAAADAAAAAACMAAAAAAAegAAAAAAegAAAAAAegAAAAAAZwAAAAACZwAAAAABTQAAAAACZwAAAAABegAAAAAAegAAAAAAawAAAAACagAAAAAAegAAAAAAMAAAAAAADAAAAAAADAAAAAAADAAAAAAAegAAAAAAZwAAAAACTQAAAAACZwAAAAADZwAAAAABegAAAAAAZwAAAAADegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAAADAAAAAADDAAAAAACDAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACDAAAAAABDAAAAAADDAAAAAACegAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACZwAAAAADZwAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAACegAAAAAAZwAAAAABZwAAAAADZwAAAAADZwAAAAABZwAAAAADZwAAAAAAZwAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAABDAAAAAAADAAAAAABDAAAAAACegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAABZwAAAAABDAAAAAADDAAAAAABDAAAAAAADAAAAAACegAAAAAAagAAAAAAegAAAAAAZwAAAAACZwAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAACDAAAAAACDAAAAAAADAAAAAADZwAAAAADZwAAAAAADAAAAAABDAAAAAABegAAAAAAawAAAAACegAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAAAZwAAAAACegAAAAAAegAAAAAAegAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAABDAAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAABDAAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAAADAAAAAAADAAAAAADMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAADAAAAAACDAAAAAADMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADAAAAAAADAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - 4,-2: - ind: 4,-2 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAMAAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAAAZwAAAAAAMAAAAAAAMAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZwAAAAACZwAAAAABMAAAAAAADAAAAAADegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAADQAAAAAAZwAAAAADZwAAAAACMAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAADagAAAAAAagAAAAAATgAAAAAAeQAAAAAADQAAAAAADQAAAAAAZwAAAAADMAAAAAAADAAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAATgAAAAAAeQAAAAAADQAAAAAADQAAAAAAZwAAAAABZwAAAAACDAAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACTgAAAAAAeQAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAADZwAAAAADZwAAAAABegAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAABZwAAAAABZwAAAAABZwAAAAAAegAAAAAAegAAAAAADQAAAAAADQAAAAAADQAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAACZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAABTgAAAAAATgAAAAAA - version: 6 - -5,2: - ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAA - version: 6 - -5,1: - ind: -5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAADDgAAAAABDgAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAAATQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAABDgAAAAAADgAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAABegAAAAAAagAAAAAAagAAAAAAawAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAAawAAAAAAagAAAAAAawAAAAABegAAAAAAagAAAAAAawAAAAAAagAAAAAAegAAAAAAWgAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAAawAAAAADegAAAAAAawAAAAAAagAAAAAAawAAAAADegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAagAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAACHgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAawAAAAABegAAAAAAawAAAAACagAAAAAAagAAAAAAegAAAAAAawAAAAABegAAAAAAHgAAAAAAegAAAAAAMgAAAAAAMgAAAAAATQAAAAABagAAAAAAagAAAAAAegAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAABTQAAAAADHgAAAAACegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAagAAAAAAagAAAAAAegAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAHgAAAAABegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAAAegAAAAAAHgAAAAACegAAAAAAMgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADegAAAAAAHgAAAAACHgAAAAAAMgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAAMgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAIAAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAIAAAAAABIAAAAAACIAAAAAADegAAAAAAegAAAAAA - version: 6 - -5,0: - ind: -5,0 - tiles: QgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAdwAAAAACdwAAAAACdwAAAAABegAAAAAADgAAAAAADgAAAAAADgAAAAADegAAAAAAawAAAAAAegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAACFAAAAAACDgAAAAABDgAAAAAADgAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAACegAAAAAADgAAAAABDgAAAAAADgAAAAACegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAATQAAAAADdwAAAAACdwAAAAABdwAAAAABegAAAAAADgAAAAABDgAAAAABDgAAAAADegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAawAAAAACegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAACegAAAAAAagAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABegAAAAAAegAAAAAAegAAAAAAdwAAAAACTQAAAAADTQAAAAAATQAAAAABTQAAAAACTQAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAAAZwAAAAADTQAAAAADdwAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAACTQAAAAABdwAAAAACTQAAAAADWgAAAAADWgAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAAAZwAAAAABTQAAAAAAdwAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAADTQAAAAADdwAAAAADTQAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADZwAAAAAAZwAAAAAATQAAAAAAdwAAAAACTQAAAAADTQAAAAADTQAAAAABTQAAAAABTQAAAAADdwAAAAADTQAAAAADWgAAAAABWgAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAAdwAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAACdwAAAAABegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAADdwAAAAADdwAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAWgAAAAACWgAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADgAAAAACDgAAAAABDgAAAAAAegAAAAAAdwAAAAABdwAAAAACdwAAAAACegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAATQAAAAABdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADgAAAAAADgAAAAACegAAAAAAegAAAAAAdwAAAAAAdwAAAAABdwAAAAADegAAAAAAegAAAAAATQAAAAAB - version: 6 - -5,-1: - ind: -5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAawAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAWAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAACegAAAAAAWAAAAAAIWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAAAegAAAAAAWAAAAAAAWAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAawAAAAABegAAAAAAWQAAAAAAWQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACegAAAAAATgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAWgAAAAABegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAAagAAAAAADwAAAAAAagAAAAAAegAAAAAAWgAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAADegAAAAAAQgAAAAAAegAAAAAAGgAAAAAAGgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAABDgAAAAADDgAAAAACTQAAAAACawAAAAADegAAAAAA - version: 6 - -6,0: - ind: -6,0 - tiles: agAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAADegAAAAAAQgAAAAAAQgAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAADegAAAAAAQgAAAAAAQgAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAADWgAAAAACegAAAAAAegAAAAAATQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAAAWgAAAAABegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAABegAAAAAAFQAAAAAAFQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAFQAAAAAAWgAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAAAWgAAAAABWgAAAAAAWgAAAAABegAAAAAAegAAAAAAWgAAAAABTQAAAAADZwAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAAAZwAAAAABTQAAAAACZwAAAAACZwAAAAADTQAAAAACZwAAAAADZwAAAAACTQAAAAADZwAAAAACWgAAAAABTQAAAAADZwAAAAADTQAAAAAATQAAAAACTQAAAAAATQAAAAAAZwAAAAABTQAAAAACZwAAAAACTQAAAAAATQAAAAACTQAAAAADZwAAAAABTQAAAAACZwAAAAADWgAAAAABTQAAAAAAZwAAAAAAZwAAAAACZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAATQAAAAABZwAAAAACZwAAAAACTQAAAAADZwAAAAABZwAAAAADTQAAAAAAZwAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAWgAAAAABWgAAAAADWgAAAAACWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATQAAAAABWgAAAAADWgAAAAAAWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAAAWgAAAAAATgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAABTQAAAAADWgAAAAABTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAAATQAAAAABWgAAAAABTgAAAAAAMAAAAAAAMAAAAAAA - version: 6 - -6,1: - ind: -6,1 - tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAWgAAAAADTQAAAAADWgAAAAACTgAAAAAAMAAAAAAAMAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAegAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAegAAAAAAMAAAAAAAMAAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAAegAAAAAAMAAAAAAAWgAAAAADWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAAAWgAAAAABWgAAAAACWgAAAAACegAAAAAAegAAAAAAWgAAAAADWgAAAAABegAAAAAAWgAAAAAAWgAAAAACegAAAAAAegAAAAAAWgAAAAABWgAAAAACWgAAAAADWgAAAAAAWgAAAAABWgAAAAABWgAAAAADWgAAAAABWgAAAAABWgAAAAADWgAAAAADWgAAAAABWgAAAAADWgAAAAADTQAAAAAAWgAAAAACWgAAAAACWgAAAAADTQAAAAAATQAAAAAATQAAAAABTQAAAAABTQAAAAAATQAAAAADWgAAAAABWgAAAAAAWgAAAAACWgAAAAAAWgAAAAADWgAAAAAATQAAAAACWgAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAABTQAAAAABWgAAAAABWgAAAAADegAAAAAAWgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADegAAAAAAagAAAAAATQAAAAABMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAAAWgAAAAACegAAAAAAagAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAACWgAAAAABegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAACegAAAAAAegAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAATgAAAAAATgAAAAAA - version: 6 - 3,3: - ind: 3,3 - tiles: HwAAAAACHgAAAAACHgAAAAADegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAHwAAAAACHgAAAAABHgAAAAABTQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAHgAAAAABHgAAAAABegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAHgAAAAABHgAAAAAAegAAAAAAaQAAAAAAaQAAAAAAegAAAAAAaQAAAAAAagAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAagAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAaQAAAAAAaQAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAAMAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -4,-3: - ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAADawAAAAAAagAAAAAAawAAAAACawAAAAAATQAAAAACegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAABawAAAAADawAAAAAD - version: 6 - 5,2: - ind: 5,2 - tiles: egAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAawAAAAADagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAawAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAFwAAAAACKQAAAAAAFwAAAAAEFwAAAAADFwAAAAAGegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAABFwAAAAAFFwAAAAAAKQAAAAADegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAACKQAAAAACKQAAAAACKQAAAAACKQAAAAADKQAAAAAAKQAAAAABegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAABKQAAAAAAKQAAAAABKQAAAAACTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAACKQAAAAAAFwAAAAADFwAAAAACTgAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAABKQAAAAACFwAAAAAGFwAAAAAAFwAAAAACFwAAAAADTgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAACFwAAAAAAFwAAAAABFwAAAAAGFwAAAAABFwAAAAAFegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAAAKQAAAAABFwAAAAAAFwAAAAAFFwAAAAADFwAAAAAFegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAKQAAAAAAKQAAAAADFwAAAAAGFwAAAAACFwAAAAACegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAawAAAAACawAAAAABawAAAAAAagAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAADTQAAAAAD - version: 6 - 0,-4: - ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAACcAAAAAABTgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAATQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAADTQAAAAACTQAAAAADcAAAAAADTgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAADcAAAAAABcAAAAAAAcAAAAAADcAAAAAACcAAAAAAAcAAAAAABcAAAAAAAcAAAAAAATgAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAcAAAAAADcAAAAAABcAAAAAADdgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAACTQAAAAADdgAAAAAATgAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-4: - ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAACcAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAABTQAAAAADTQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAADTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAACcAAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdgAAAAAC - version: 6 - 0,3: - ind: 0,3 - tiles: WgAAAAADTQAAAAABWgAAAAABWgAAAAADegAAAAAATQAAAAADLgAAAAAALgAAAAACTQAAAAACdwAAAAACdwAAAAADdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAACTQAAAAADTQAAAAACTQAAAAABWgAAAAADegAAAAAATQAAAAADLgAAAAADLgAAAAADTQAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAACDAAAAAADTQAAAAADWgAAAAADegAAAAAATQAAAAACLgAAAAADLgAAAAAAegAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAATQAAAAACDAAAAAACTQAAAAACWgAAAAABegAAAAAATQAAAAABLgAAAAAALgAAAAADegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAACDAAAAAADTQAAAAAAWgAAAAAAegAAAAAATQAAAAACLgAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAADTQAAAAACegAAAAAAegAAAAAATgAAAAAATQAAAAACDAAAAAADTQAAAAAAWgAAAAACTgAAAAAATQAAAAABLgAAAAABLgAAAAACLgAAAAABLgAAAAACLgAAAAACLgAAAAADegAAAAAAegAAAAAATgAAAAAATQAAAAADTQAAAAACDAAAAAAATQAAAAABWgAAAAACTgAAAAAATQAAAAAALgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAADLgAAAAACegAAAAAATgAAAAAATQAAAAABTQAAAAABTQAAAAACDAAAAAABTQAAAAACWgAAAAACTgAAAAAATQAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAAALgAAAAADTgAAAAAATgAAAAAATQAAAAADTQAAAAADWgAAAAACTQAAAAADWgAAAAADWgAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAABTQAAAAABLgAAAAACTgAAAAAATgAAAAAATQAAAAADTQAAAAABWgAAAAAATQAAAAACWgAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATQAAAAAATQAAAAABWgAAAAAATQAAAAABWgAAAAADHgAAAAADTgAAAAAAegAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABWgAAAAAATQAAAAACWgAAAAADHgAAAAACegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAACTQAAAAADWgAAAAABHgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAWgAAAAABTQAAAAADWgAAAAACHgAAAAABegAAAAAAegAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABTQAAAAABWgAAAAACHgAAAAADTgAAAAAAegAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABTQAAAAAAWgAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -1,3: - ind: -1,3 - tiles: MAAAAAAASQAAAAADSQAAAAACTQAAAAAATQAAAAACSQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAACSQAAAAAASQAAAAABSQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAADSQAAAAADTQAAAAADTQAAAAACSQAAAAABSQAAAAAASQAAAAAASQAAAAADSQAAAAACSQAAAAAASQAAAAADSQAAAAABSQAAAAADTgAAAAAAWgAAAAABMAAAAAAASQAAAAACSQAAAAACTQAAAAABTQAAAAACSQAAAAAASQAAAAACSQAAAAAASQAAAAABSQAAAAADSQAAAAADSQAAAAACSQAAAAADSQAAAAAAegAAAAAAWgAAAAABMAAAAAAASQAAAAACSQAAAAAATQAAAAADTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAACTQAAAAABTQAAAAABTQAAAAABTQAAAAADWgAAAAAAMAAAAAAASQAAAAABSQAAAAAATQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAAATQAAAAACTQAAAAABTQAAAAADTQAAAAAATQAAAAABTQAAAAABTQAAAAACWgAAAAAAMAAAAAAASQAAAAACSQAAAAACTQAAAAACTQAAAAAASQAAAAADSQAAAAAASQAAAAABSQAAAAABSQAAAAABSQAAAAACSQAAAAAASQAAAAADSQAAAAAAegAAAAAAWgAAAAAAMAAAAAAASQAAAAAASQAAAAADTQAAAAABTQAAAAABSQAAAAACSQAAAAAASQAAAAACSQAAAAADSQAAAAADSQAAAAAASQAAAAABSQAAAAAASQAAAAACTgAAAAAAWgAAAAABMAAAAAAASQAAAAABSQAAAAAATQAAAAADTQAAAAABSQAAAAABSQAAAAAASQAAAAADSQAAAAABSQAAAAAASQAAAAACSQAAAAADSQAAAAAASQAAAAACTgAAAAAAWgAAAAACMAAAAAAASQAAAAADSQAAAAABTQAAAAADTQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAADSQAAAAADSQAAAAABSQAAAAAASQAAAAABSQAAAAAATgAAAAAAWgAAAAAAMAAAAAAASQAAAAACSQAAAAABSQAAAAADSQAAAAAASQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAASQAAAAAASQAAAAACSQAAAAABSQAAAAACSQAAAAADTQAAAAABdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAABTgAAAAAADAAAAAACWgAAAAACMAAAAAAASQAAAAAASQAAAAADSQAAAAADSQAAAAAASQAAAAADegAAAAAAdwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAADTQAAAAABWgAAAAABWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAACdwAAAAABTgAAAAAADAAAAAADWgAAAAABdAAAAAAATgAAAAAAdAAAAAACdAAAAAABdAAAAAADdAAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABTgAAAAAADAAAAAAAWgAAAAADdAAAAAAATgAAAAAAdAAAAAADTQAAAAACTQAAAAAAdAAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAABdAAAAAAAdAAAAAADTQAAAAABTQAAAAADdAAAAAABTQAAAAADTgAAAAAATgAAAAAATgAAAAAATQAAAAAAdAAAAAAAdAAAAAADdAAAAAABdAAAAAABTgAAAAAA - version: 6 - 2,3: - ind: 2,3 - tiles: agAAAAAAegAAAAAAHgAAAAAAHgAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAADHwAAAAAAegAAAAAATQAAAAAAHgAAAAAAHgAAAAADHwAAAAACHwAAAAACHwAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAABHwAAAAADHwAAAAACegAAAAAAegAAAAAAHgAAAAACHgAAAAACegAAAAAATQAAAAACegAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAACegAAAAAATQAAAAADegAAAAAAegAAAAAAHgAAAAAAHgAAAAAAegAAAAAATQAAAAADegAAAAAAHgAAAAACegAAAAAAHgAAAAADHgAAAAABHgAAAAACegAAAAAAHgAAAAADegAAAAAATQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAABegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAegAAAAAATgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA - version: 6 - 1,3: - ind: 1,3 - tiles: TQAAAAAAHgAAAAACTQAAAAABHgAAAAACegAAAAAAdwAAAAABdwAAAAACdwAAAAADegAAAAAAdwAAAAADdwAAAAABdwAAAAABdwAAAAABdwAAAAADegAAAAAAegAAAAAAegAAAAAAHgAAAAABTQAAAAACHgAAAAACTQAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAACdwAAAAAATQAAAAADegAAAAAAegAAAAAAHgAAAAACHgAAAAAAHgAAAAADegAAAAAAdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAADdwAAAAABegAAAAAAegAAAAAATQAAAAACTQAAAAADTQAAAAADTQAAAAACTQAAAAACTgAAAAAAegAAAAAAegAAAAAAdwAAAAACdwAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAegAAAAAAegAAAAAATQAAAAACLgAAAAAALgAAAAABLgAAAAAATQAAAAADTQAAAAADTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAACLgAAAAABTQAAAAACTQAAAAAATgAAAAAATQAAAAAATgAAAAAATQAAAAABTQAAAAAATQAAAAADTgAAAAAATgAAAAAAeQAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAATQAAAAACTQAAAAACTgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAABTgAAAAAATgAAAAAAeQAAAAAALgAAAAACLgAAAAADLgAAAAACLgAAAAADLgAAAAACTQAAAAABTQAAAAAATgAAAAAATQAAAAADTgAAAAAATQAAAAABTQAAAAADTQAAAAABTgAAAAAATgAAAAAAAAAAAAAATQAAAAAALgAAAAABLgAAAAAALgAAAAADTQAAAAABTQAAAAACTQAAAAABTgAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAADTgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,3: - ind: 4,3 - tiles: agAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAACegAAAAAAagAAAAAAegAAAAAA - version: 6 - 5,-1: - ind: 5,-1 - tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,0: - ind: 5,0 - tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAawAAAAABagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAawAAAAADagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAABTQAAAAADegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,3: - ind: 5,3 - tiles: agAAAAAAawAAAAACagAAAAAAagAAAAAAawAAAAAAawAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAABTQAAAAACTQAAAAADTQAAAAACTQAAAAACTQAAAAADTQAAAAABTQAAAAAAegAAAAAATQAAAAAATQAAAAABTgAAAAAAeQAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAADTQAAAAADTQAAAAACTQAAAAADTQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAATQAAAAACagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAATQAAAAAATQAAAAADegAAAAAATQAAAAACTQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAATQAAAAACTQAAAAACTQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - 5,1: - ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAABagAAAAAAegAAAAAATQAAAAAATQAAAAADTQAAAAADTQAAAAADTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAawAAAAABagAAAAAATQAAAAADTQAAAAAATQAAAAABTQAAAAAATQAAAAABTgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAawAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAFwAAAAADFwAAAAAAFwAAAAABFwAAAAAEegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAFwAAAAABFwAAAAADFwAAAAAAFwAAAAADegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAA - version: 6 - 5,-2: - ind: 5,-2 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -4,-4: - ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAA - version: 6 - -6,-1: - ind: -6,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAIWgAAAAACegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAWAAAAAAKWAAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAABegAAAAAAegAAAAAAAAAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAKWgAAAAAAWgAAAAADegAAAAAAAAAAAAAATgAAAAAAWAAAAAAAWAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWAAAAAAJWAAAAAALWAAAAAAAWAAAAAAAWAAAAAAAWgAAAAABWgAAAAACegAAAAAATQAAAAAATgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfgAAAAAAWQAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAADWgAAAAAAWgAAAAAAegAAAAAAagAAAAAATQAAAAACWQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWQAAAAAAWQAAAAAAWAAAAAAIWAAAAAAAWAAAAAAEWAAAAAAIWQAAAAAAWgAAAAADWgAAAAADegAAAAAATQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAADWgAAAAADWgAAAAAAWgAAAAADWgAAAAACTQAAAAAAWgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADTQAAAAAATQAAAAABTQAAAAABTQAAAAABTQAAAAAATQAAAAACWgAAAAADWgAAAAAAWgAAAAACWgAAAAABWgAAAAABTQAAAAADWgAAAAABWgAAAAACWgAAAAACWgAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAABTQAAAAABWgAAAAACWgAAAAABWgAAAAACegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAWgAAAAADWgAAAAACWgAAAAADWgAAAAACWgAAAAABWgAAAAADWgAAAAACWgAAAAAAWgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAADWgAAAAADWgAAAAADWgAAAAADegAAAAAAegAAAAAAWgAAAAAAWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAAegAAAAAATQAAAAACTQAAAAACTQAAAAAAegAAAAAAegAAAAAAQgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAWgAAAAABWgAAAAADWgAAAAADWgAAAAABegAAAAAAQgAAAAAAQgAAAAAA - version: 6 - -7,0: - ind: -7,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAABegAAAAAATQAAAAADegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAAAMAAAAAAATgAAAAAAWgAAAAACWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAADAAAAAAADAAAAAACDAAAAAACDAAAAAAADAAAAAAADAAAAAAAMAAAAAAATgAAAAAAWgAAAAADWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADTgAAAAAADAAAAAACDAAAAAAADAAAAAABDAAAAAACDAAAAAABMAAAAAAAMAAAAAAATgAAAAAATQAAAAACTQAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACegAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAABDAAAAAABMAAAAAAAMAAAAAAATgAAAAAATQAAAAACTQAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACDAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAAADAAAAAABDAAAAAABMAAAAAAATgAAAAAATQAAAAAATQAAAAABWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAADDAAAAAACTgAAAAAATQAAAAABTQAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACDAAAAAACMAAAAAAAMAAAAAAADAAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAADTgAAAAAATQAAAAABTQAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABMAAAAAAAMAAAAAAAMAAAAAAADAAAAAABDAAAAAADMAAAAAAADAAAAAAADAAAAAACTgAAAAAATQAAAAACTQAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACTgAAAAAAMAAAAAAAMAAAAAAADAAAAAABDAAAAAACMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAATQAAAAABTQAAAAAAWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAMAAAAAAAMAAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAABMAAAAAAATgAAAAAATQAAAAABWgAAAAABWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAADAAAAAACDAAAAAACDAAAAAAADAAAAAAADAAAAAADMAAAAAAATQAAAAACWgAAAAADWgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAADAAAAAABDAAAAAACDAAAAAACMAAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAACegAAAAAAagAAAAAAagAAAAAAagAAAAAA - version: 6 - -5,-4: - ind: -5,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,2: - ind: -6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -7,-1: - ind: -7,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAAABQAAAAAKBQAAAAAHBQAAAAADegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABwAAAAADBwAAAAAABwAAAAAABQAAAAAMBQAAAAAEBQAAAAAMTgAAAAAAWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABQAAAAAHBQAAAAAIBQAAAAALTgAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATgAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAJBQAAAAACTgAAAAAATQAAAAACTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABQAAAAALBQAAAAAHTgAAAAAATQAAAAAATQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAABCgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAKBQAAAAADBQAAAAABTgAAAAAATQAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADewAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAALTgAAAAAATQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADCwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABQAAAAAOBwAAAAAATgAAAAAATQAAAAABTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADewAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAATgAAAAAATQAAAAACTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHTgAAAAAATQAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABQAAAAACBwAAAAAATgAAAAAATQAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAABgAAAAAABQAAAAABBwAAAAAABQAAAAAMBQAAAAAGBQAAAAAHTgAAAAAAWgAAAAADWgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAABQAAAAADBgAAAAAABgAAAAAABQAAAAADegAAAAAAWgAAAAAAWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADegAAAAAAegAAAAAATQAAAAABegAAAAAA - version: 6 - -8,-2: - ind: -8,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -5,-5: - ind: -5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -8,-1: - ind: -8,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -7,-2: - ind: -7,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -7,2: - ind: -7,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAA - version: 6 - -7,1: - ind: -7,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAABegAAAAAAegAAAAAAegAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAGAAAAAAAKQAAAAACKQAAAAADKQAAAAACegAAAAAAWgAAAAABWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAAGGAAAAAABGAAAAAAEGAAAAAADKQAAAAADGAAAAAAFTgAAAAAAWgAAAAADWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAAAGAAAAAAAGAAAAAACKQAAAAABGAAAAAAFGAAAAAACGAAAAAAATgAAAAAATQAAAAACTQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAKQAAAAACKQAAAAAAKQAAAAACKQAAAAADGAAAAAAEGAAAAAAFGAAAAAAATgAAAAAATQAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFwAAAAADKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADGAAAAAAAGAAAAAAAGAAAAAAHTgAAAAAATQAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAABFwAAAAAAFwAAAAAAKQAAAAADKQAAAAADGAAAAAAAKQAAAAABGAAAAAAAGAAAAAAGTgAAAAAATQAAAAADTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAEFwAAAAADFwAAAAAAFwAAAAADKQAAAAAAKQAAAAACKQAAAAABGAAAAAAEGAAAAAAATgAAAAAATQAAAAACTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAACKQAAAAABGAAAAAADKQAAAAADKQAAAAADKQAAAAACTgAAAAAATQAAAAACTQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFwAAAAADFwAAAAABKQAAAAADKQAAAAAAKQAAAAABGAAAAAACKQAAAAABKQAAAAADTgAAAAAATQAAAAABTQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAFwAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAABFwAAAAADKQAAAAACTgAAAAAATQAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAABFwAAAAABFwAAAAACFwAAAAAETgAAAAAATQAAAAABWgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAGAAAAAAFKQAAAAACKQAAAAADFwAAAAAGFwAAAAACFwAAAAAATgAAAAAAWgAAAAACWgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAFwAAAAAFFwAAAAABFwAAAAADFwAAAAAFegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAA - version: 6 - -7,-5: - ind: -7,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -8,2: - ind: -8,2 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -4,3: - ind: -4,3 - tiles: AAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAA - version: 6 - -3,3: - ind: -3,3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAAAHgAAAAADTgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAawAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAKQAAAAABKQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAACbQAAAAABegAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAADdwAAAAACegAAAAAAKQAAAAAAKQAAAAACegAAAAAAegAAAAAAegAAAAAAbQAAAAACbQAAAAADbQAAAAAAbQAAAAADTQAAAAACdwAAAAADdwAAAAAAdwAAAAACdwAAAAAAdwAAAAADegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAACdwAAAAABegAAAAAAKQAAAAAAKQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAABTgAAAAAAKQAAAAABKQAAAAAAegAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAACdwAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAADdwAAAAACTgAAAAAAKQAAAAABKQAAAAAATgAAAAAAegAAAAAAegAAAAAADgAAAAADDgAAAAADDgAAAAACDgAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAdwAAAAABdwAAAAABegAAAAAATgAAAAAATgAAAAAA - version: 6 - -2,3: - ind: -2,3 - tiles: TQAAAAABegAAAAAAegAAAAAAegAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAATgAAAAAAegAAAAAAMAAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAAATQAAAAACagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAHgAAAAACTgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABMAAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAAAdAAAAAACdAAAAAADegAAAAAAbQAAAAADbQAAAAABbQAAAAAAbQAAAAACbQAAAAADbQAAAAAAegAAAAAAMAAAAAAATQAAAAAATQAAAAABTQAAAAADegAAAAAAdAAAAAACdAAAAAABdAAAAAACegAAAAAAbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAbQAAAAABbQAAAAACTgAAAAAAMAAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAAdAAAAAACdAAAAAABdAAAAAACTQAAAAADbQAAAAACbQAAAAABTQAAAAAATQAAAAACbQAAAAACbQAAAAAATgAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAACdAAAAAADdAAAAAABegAAAAAAbQAAAAABbQAAAAABTQAAAAACTQAAAAADbQAAAAABbQAAAAACTgAAAAAAMAAAAAAAbQAAAAADbQAAAAAAbQAAAAADTgAAAAAAdAAAAAADdAAAAAACdAAAAAADTgAAAAAAbQAAAAACbQAAAAABTQAAAAABTQAAAAAAbQAAAAACbQAAAAABTgAAAAAAMAAAAAAAbQAAAAABbQAAAAAAbQAAAAABTgAAAAAAdAAAAAADdAAAAAABdAAAAAACTgAAAAAAbQAAAAADbQAAAAACbQAAAAADbQAAAAACbQAAAAACbQAAAAADTgAAAAAAMAAAAAAAbQAAAAACbQAAAAAAbQAAAAAATQAAAAADdAAAAAAAdAAAAAACdAAAAAACTgAAAAAAbQAAAAAAbQAAAAAAbQAAAAACbQAAAAABbQAAAAAAbQAAAAADegAAAAAAMAAAAAAAbQAAAAADbQAAAAABbQAAAAACTQAAAAABdAAAAAABdAAAAAACdAAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAbQAAAAADbQAAAAACbQAAAAABTgAAAAAAdAAAAAAAdAAAAAAAdAAAAAAAdAAAAAABdAAAAAADdAAAAAAAdAAAAAACdAAAAAACdAAAAAADdAAAAAADdAAAAAACdAAAAAABbQAAAAADbQAAAAADbQAAAAADTgAAAAAAdAAAAAADTQAAAAAATQAAAAABTQAAAAAAdAAAAAABdAAAAAADdAAAAAABdAAAAAACdAAAAAABdAAAAAAATQAAAAABTQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAdAAAAAADTQAAAAABTQAAAAAATQAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAABdAAAAAADdAAAAAABTQAAAAACTQAAAAAD - version: 6 - -5,3: - ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,3: - ind: -6,3 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA - version: 6 - -5,-2: - ind: -5,-2 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAEGAAAAAAHGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAOQAAAAAAGAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAOQAAAAAAGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGAAAAAAEGAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAAAGAAAAAAAGAAAAAACGAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAADGAAAAAAEGAAAAAAGGAAAAAADGAAAAAAGGAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAGAAAAAACGAAAAAABGAAAAAAFGAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAADGAAAAAACGAAAAAACGAAAAAAGGAAAAAACGAAAAAACGAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAABGAAAAAADGAAAAAAHGAAAAAABGAAAAAAHGAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHGAAAAAABGAAAAAAAGAAAAAAGGAAAAAAFGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAAGGAAAAAABegAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABegAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAABAAAAAAAAGAAAAAABegAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -5,-3: - ind: -5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAGAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAGAAAAAAAegAAAAAAegAAAAAAegAAAAAAOQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAGAAAAAAFeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAGAAAAAADGAAAAAAFGAAAAAAFeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAGAAAAAAHGAAAAAAFGAAAAAABGAAAAAABGAAAAAABAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAOQAAAAAAOQAAAAAAGAAAAAAE - version: 6 - -6,-3: - ind: -6,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,-3: - ind: 4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,-4: - ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,-5: - ind: 3,-5 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,4: - ind: 0,4 - tiles: WgAAAAAAWgAAAAAAWgAAAAACegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAAAWgAAAAAAWgAAAAADegAAAAAATgAAAAAATgAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAWgAAAAABWgAAAAADWgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAOgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWgAAAAACWgAAAAAAWgAAAAACTQAAAAABTQAAAAABTQAAAAADTgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAATgAAAAAATQAAAAADTQAAAAABegAAAAAAWgAAAAADWgAAAAACWgAAAAACTQAAAAABTQAAAAACTQAAAAACTQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATQAAAAADTQAAAAAATQAAAAACegAAAAAAWgAAAAABWgAAAAAAWgAAAAAAegAAAAAATQAAAAACTQAAAAABTQAAAAABTQAAAAADTQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAABTQAAAAACTQAAAAACegAAAAAAWgAAAAAAWgAAAAADWgAAAAACegAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAACTQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAABTQAAAAACTQAAAAACegAAAAAATQAAAAABTQAAAAACTQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAABTQAAAAAATQAAAAADTQAAAAABTQAAAAABTQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABTQAAAAADTQAAAAACTQAAAAABTQAAAAABTQAAAAACegAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAADLgAAAAADLgAAAAABLgAAAAADLgAAAAACLgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAACLgAAAAABTQAAAAADTgAAAAAALgAAAAABLgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAACLgAAAAABLgAAAAADLgAAAAADLgAAAAABTQAAAAAATgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAAALgAAAAAATQAAAAABTgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAACLgAAAAABLgAAAAACLgAAAAABLgAAAAABLgAAAAAALgAAAAABLgAAAAADLgAAAAAATQAAAAAATgAAAAAATQAAAAAATQAAAAACTQAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAABTQAAAAACTQAAAAACTQAAAAABTQAAAAABTQAAAAADTQAAAAACTQAAAAAATQAAAAACegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA - version: 6 - -1,4: - ind: -1,4 - tiles: dAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAACTQAAAAABTgAAAAAATgAAAAAATgAAAAAATQAAAAAAdAAAAAABdAAAAAADdAAAAAACdAAAAAADTQAAAAADTgAAAAAATQAAAAABTgAAAAAAegAAAAAATQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAADegAAAAAAegAAAAAAegAAAAAAbQAAAAAAbQAAAAACbQAAAAAAegAAAAAAdwAAAAACdwAAAAABdwAAAAADdwAAAAACdwAAAAABegAAAAAAbQAAAAACbQAAAAAAbQAAAAACbQAAAAACbQAAAAAAegAAAAAAbQAAAAADbQAAAAABbQAAAAADegAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAAAdwAAAAABegAAAAAAbQAAAAAATQAAAAACTQAAAAABTQAAAAACbQAAAAACegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAdwAAAAAAegAAAAAAdwAAAAABegAAAAAAdwAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAADbQAAAAABbQAAAAADegAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAABdwAAAAAAdwAAAAADdwAAAAABdwAAAAADegAAAAAAegAAAAAATQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADWgAAAAADWgAAAAADWgAAAAAAWgAAAAAAWgAAAAADWgAAAAABWgAAAAABeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAAdwAAAAACdwAAAAAAdwAAAAADdwAAAAAAdwAAAAACWgAAAAABWgAAAAAAWgAAAAADWgAAAAADWgAAAAABWgAAAAACWgAAAAABAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAACTQAAAAADTQAAAAABTQAAAAABTQAAAAACTQAAAAADTQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAACLgAAAAADLgAAAAAALgAAAAABLgAAAAABLgAAAAAALgAAAAAALgAAAAABLgAAAAAALgAAAAADLgAAAAAALgAAAAAAeQAAAAAAeQAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAABLgAAAAABAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAAALgAAAAABLgAAAAAALgAAAAABLgAAAAADLgAAAAAALgAAAAADLgAAAAACLgAAAAAALgAAAAABLgAAAAAALgAAAAADAAAAAAAAAAAAAAAAMAAAAAAATgAAAAAATQAAAAABLgAAAAADLgAAAAACLgAAAAAALgAAAAACLgAAAAABLgAAAAAALgAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAADAAAAAAAAAAAAAAAAMAAAAAAAegAAAAAATQAAAAADTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAADTQAAAAADTQAAAAABTQAAAAABTQAAAAACAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAA - version: 6 - -2,4: - ind: -2,4 - tiles: dAAAAAABdAAAAAACdAAAAAAATQAAAAADdAAAAAADdAAAAAABdAAAAAAAdAAAAAABdAAAAAACdAAAAAACdAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAACdAAAAAADTQAAAAAAegAAAAAATQAAAAACegAAAAAATgAAAAAATQAAAAADTgAAAAAAegAAAAAATgAAAAAATQAAAAACTgAAAAAAegAAAAAATgAAAAAATQAAAAAATgAAAAAAegAAAAAATQAAAAABegAAAAAATQAAAAADegAAAAAAbQAAAAABbQAAAAACbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAACegAAAAAAbQAAAAADbQAAAAADbQAAAAADegAAAAAAbQAAAAACegAAAAAAbQAAAAADegAAAAAAbQAAAAACbQAAAAAAbQAAAAABegAAAAAAbQAAAAAAbQAAAAAAbQAAAAADegAAAAAAbQAAAAABbQAAAAABbQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -3,4: - ind: -3,4 - tiles: TgAAAAAAegAAAAAATgAAAAAADgAAAAADDgAAAAAADgAAAAABDgAAAAAAdwAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAAAdwAAAAAATQAAAAABdAAAAAABdAAAAAACTgAAAAAAegAAAAAATgAAAAAADgAAAAABDgAAAAACDgAAAAABDgAAAAACdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAABdwAAAAADegAAAAAATQAAAAABegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAABegAAAAAATQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAdwAAAAABdwAAAAAAdwAAAAACegAAAAAAbQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -7,3: - ind: -7,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAaQAAAAAAegAAAAAAegAAAAAATgAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -8,3: - ind: -8,3 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA - version: 6 - -8,4: - ind: -8,4 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -7,4: - ind: -7,4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAGAAAAAAAGAAAAAABGAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGAAAAAADGAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAAFGAAAAAAFGAAAAAABGAAAAAABGAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAGAAAAAADGAAAAAAEGAAAAAADGAAAAAAHGAAAAAACGAAAAAACGAAAAAADeQAAAAAAAAAAAAAAeQAAAAAAGAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAGGAAAAAAAGAAAAAAEGAAAAAAHGAAAAAAHGAAAAAADGAAAAAAGGAAAAAAFGAAAAAAAAAAAAAAAeQAAAAAAGAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHGAAAAAABGAAAAAAGGAAAAAAHGAAAAAAGGAAAAAABGAAAAAAGGAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAHGAAAAAACGAAAAAAFGAAAAAADGAAAAAAEGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAEGAAAAAACGAAAAAACGAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -9,3: - ind: -9,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA - version: 6 - -9,2: - ind: -9,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA - version: 6 - -9,4: - ind: -9,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,5: - ind: -1,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,5: - ind: 0,5 - tiles: egAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAATgAAAAAAegAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,4: - ind: 1,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,4: - ind: 3,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAKQAAAAABKQAAAAABKQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAKQAAAAADKQAAAAAAKQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 6,2: - ind: 6,2 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 6,3: - ind: 6,3 - tiles: egAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 6,1: - ind: 6,1 - tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 6,4: - ind: 6,4 - tiles: eQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,4: - ind: 5,4 - tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAATgAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,4: - ind: 4,4 - tiles: agAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAdwAAAAAAdwAAAAADdwAAAAACdwAAAAADdwAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAagAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-4: - ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -4,4: - ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAATQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAA - version: 6 - -3,-4: - ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,4: - ind: -6,4 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAGAAAAAACAAAAAAAAGAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAGAAAAAABGAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAACAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAADeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAADGAAAAAAAGAAAAAAEAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAGAAAAAAFGAAAAAAHGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAA - version: 6 - -5,4: - ind: -5,4 - tiles: egAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,-4: - ind: -6,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAAAAAAAAA - version: 6 - -7,-4: - ind: -7,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAA - version: 6 - -7,-3: - ind: -7,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,5: - ind: -6,5 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAGAAAAAADAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -5,5: - ind: -5,5 - tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,6: - ind: -6,6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -5,6: - ind: -5,6 - tiles: eQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 2,-4: - ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,-4: - ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-5: - ind: 2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,-5: - ind: 4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,-5: - ind: -6,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,-6: - ind: 3,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,-6: - ind: 4,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAegAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -8,0: - ind: -8,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -8,1: - ind: -8,1 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -8,-3: - ind: -8,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -7,5: - ind: -7,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -7,6: - ind: -7,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAA - version: 6 - -4,6: - ind: -4,6 - tiles: AAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -4,5: - ind: -4,5 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -4,7: - ind: -4,7 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -5,7: - ind: -5,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -6,7: - ind: -6,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -7,7: - ind: -7,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-4: - ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 2,-6: - ind: 2,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,-3: - ind: 5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 6,0: - ind: 6,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,4: - ind: 2,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 1,5: - ind: 1,5 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,5: - ind: 2,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,5: - ind: 3,5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 4,5: - ind: 4,5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,5: - ind: 5,5 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 6,5: - ind: 6,5 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,-5: - ind: 5,-5 - tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 5,-6: - ind: 5,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - - type: Broadphase - - type: Physics - bodyStatus: InAir - angularDamping: 0.05 - linearDamping: 0.05 - fixedRotation: False - bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: OccluderTree - - type: SpreaderGrid - - type: Shuttle - - type: GridPathfinding - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 5861: -52.005,-49.860638 - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 7: 6,25 - 2156: 30,1 - 2157: 30,-1 - 5842: -19,-25 - 5843: -17,-39 - 5846: -20,-29 - 5853: -48,-47 - 5858: -48,-50 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 2153: 27,1 - 2154: 26,1 - 2155: 25,1 - 5860: -52.46594,-45.938763 - 6122: -29,-41 - 6123: -35.374405,-41.0069 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 6: 11,23 - 5844: -19,-39 - 5845: -22,-29 - 5857: -52,-45 - 5859: -52.012814,-50.43095 - - node: - angle: 4.71238898038469 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 6124: -35,-45 - 6125: -28.570425,-45.00288 - - node: - color: '#FFFFFFFF' - id: Basalt1 - decals: - 227: 37,41 - 3970: -99.61036,26.588285 - - node: - color: '#FFFFFFFF' - id: Basalt2 - decals: - 311: -105.70246,26.941643 - 312: -102.98371,23.863518 - 313: -100.96809,26.472893 - 314: -100.95246,29.691643 - 315: -101.12434,18.972893 - - node: - color: '#FFFFFFFF' - id: Basalt3 - decals: - 308: -105.23371,25.754143 - 309: -104.88996,27.597893 - 310: -100.99934,29.222893 - - node: - color: '#FFFFFFFF' - id: Basalt4 - decals: - 229: 37,34 - 230: 13,25 - 231: -1,11 - 234: 3,-7 - 235: -14,-14 - 317: -106.43684,22.207268 - 318: -103.65559,19.363518 - 319: -101.63996,29.332268 - 3971: -104.75489,18.982817 - 3972: -99.750984,17.846098 - 3973: -87.95603,15.0817375 - 3974: -79.94041,11.091608 - 3975: -87.9215,1.822197 - 3976: -100.69823,2.235566 - - node: - color: '#FFFFFFFF' - id: Basalt5 - decals: - 245: 56,8 - - node: - color: '#FFFFFFFF' - id: Basalt6 - decals: - 232: 3,16 - 291: -104.92121,26.535393 - 292: -103.26496,28.488518 - 293: -106.10871,26.441643 - 294: -105.90559,25.207268 - 295: -102.23371,23.988518 - 296: -102.95246,22.019768 - 297: -103.74934,21.191643 - 298: -102.93684,21.019768 - 299: -103.78059,19.254143 - 300: -102.32746,18.426018 - 301: -102.95246,18.441643 - 3965: -99.99786,-5.579525 - 3966: -99.611145,-6.3646812 - 3967: -101.94239,-10.427048 - 3968: -100.53614,-12.050097 - 3969: -99.80958,20.762344 - - node: - color: '#FFFFFFFF' - id: Basalt7 - decals: - 233: -1,16 - 236: 49,56 - 246: 64,8 - 302: -106.24934,20.785393 - 303: -105.76496,20.144768 - 304: -106.04621,20.988518 - 305: -102.23371,25.519768 - 306: -101.63996,25.785393 - 307: -101.63996,30.004143 - 316: -104.87434,23.082268 - - node: - color: '#FFFFFFFF' - id: Basalt8 - decals: - 285: -105.06184,23.816643 - 286: -104.85871,20.957268 - - node: - color: '#FFFFFFFF' - id: Basalt9 - decals: - 228: 37,44 - 237: 35,54 - 287: -105.93684,22.972893 - 288: -101.93684,22.176018 - 289: -101.57746,27.582268 - 290: -100.88996,30.160393 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 0: 7,25 - 276: -17,-19 - 277: -16,-19 - 2159: 7,25 - 2709: 47,43 - 2710: 49,43 - 3201: -117,55 - 3202: -109,55 - 3203: -109,47 - 3204: -117,47 - 3205: -117,51 - 3206: -109,51 - 3207: -120,51 - 3208: -120,58 - 3209: -106,44 - 3210: -120,44 - 3449: -17,-19 - 3450: -16,-19 - 3451: -19,-19 - 3452: -20,-19 - 3453: -21,-19 - 3454: -22,-19 - 3455: -23,-19 - 4340: -63,30 - 4341: -63,29 - 4342: -63,28 - 4343: -61,28 - 4344: -61,29 - 4345: -61,30 - 5841: -19,-26 - 5856: -52,-44 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Bot - decals: - 5847: -48,-46 - 5848: -15,-20 - 5849: -15,-19 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: BotGreyscale - decals: - 1: 10,25 - 2: 9,25 - 3: 8,25 - 4: 11,25 - 5: 11,24 - - node: - color: '#FFFFFFFF' - id: BotGreyscale - decals: - 2160: 8,25 - 2161: 9,25 - 2162: 10,25 - 2163: 11,25 - 5904: -61,46 - 5905: -60,46 - 5906: -59,46 - 5907: -58,46 - 5908: -57,46 - 5909: -56,46 - 5910: -47,37 - 5911: -48,37 - 5912: -49,37 - 5913: -50,37 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: BotLeftGreyscale - decals: - 5864: -50,-50 - 5865: -52,-48 - 5866: -32,-45 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Box - decals: - 5862: -19,-23 - 5863: -19,-24 - - node: - color: '#FFFFFFFF' - id: Box - decals: - 8: 24,15 - 9: 24,14 - 10: 24,13 - 11: 24,12 - 12: 24,11 - 13: 26,12 - 14: 26,14 - 15: 26,15 - 16: 26,11 - 2158: 26,13 - 2164: -8,37 - 2165: -7,37 - 2166: -6,37 - 2342: -39,24 - 2343: -40,24 - 2344: -42,19 - 2345: -43,19 - 2721: 40,46 - 2722: 41,46 - 2723: 43,46 - 2724: 44,46 - 2725: 34,51 - 2726: 35,51 - 2727: 35,50 - 2728: 34,50 - 2729: 49,50 - 2730: 50,50 - 2731: 49,51 - 2732: 50,51 - 2733: 60,50 - 4300: 83,62 - 4301: 84,62 - 4302: 85,62 - 5902: 24,16 - 5903: 26,16 - - node: - color: '#D4D4D4FF' - id: BrickTileDarkLineN - decals: - 6217: 6,61 - 6218: 7,61 - 6219: 8,61 - 6220: 9,61 - - node: - color: '#D4D4D4FF' - id: BrickTileDarkLineS - decals: - 6213: 6,59 - 6214: 7,59 - 6215: 8,59 - 6216: 9,59 - - node: - color: '#91D4FFFF' - id: BrickTileSteelCornerNe - decals: - 573: -11,-5 - 605: 31,-5 - 1435: -3,-5 - 1438: -9,-8 - 1442: -6,7 - 1476: -6,-1 - 1492: -20,-8 - 1497: -14,-8 - 1538: -3,16 - 1539: -7,16 - 1563: 36,7 - 1564: 34,13 - 1565: 34,16 - 1566: 27,16 - 1567: 21,16 - 1570: 21,10 - 1674: 22,3 - 5885: 31,3 - - node: - color: '#B02E26FF' - id: BrickTileSteelCornerNe - decals: - 866: -3,56 - 6106: -11,59 - 6227: 11,68 - 6228: 14,66 - 6229: 5,66 - - node: - color: '#BA8841FF' - id: BrickTileSteelCornerNe - decals: - 2091: -58,13 - 2092: -62,13 - 2096: -48,14 - - node: - color: '#91D4FFFF' - id: BrickTileSteelCornerNw - decals: - 574: -24,-5 - 606: 26,-5 - 1436: -9,-5 - 1437: -12,-8 - 1443: -9,7 - 1477: -9,-1 - 1495: -24,-8 - 1496: -18,-8 - 1540: -9,16 - 1541: -5,16 - 1568: 15,16 - 1569: 15,10 - 1571: 33,7 - 1577: 29,16 - 1626: 23,16 - 1675: 19,3 - 5886: 30,3 - - node: - color: '#B02E26FF' - id: BrickTileSteelCornerNw - decals: - 6105: -15,59 - 6230: 4,66 - 6231: 7,68 - 6238: 13,66 - - node: - color: '#BA8841FF' - id: BrickTileSteelCornerNw - decals: - 2093: -63,13 - 2094: -60,13 - 2095: -52,14 - - node: - color: '#91D4FFFF' - id: BrickTileSteelCornerSe - decals: - 576: -11,-6 - 607: 31,-12 - 632: 31,-3 - 1441: -6,5 - 1444: -9,-12 - 1478: -6,-3 - 1493: -14,-12 - 1505: -20,-12 - 1546: -3,9 - 1578: 21,12 - 1579: 21,9 - 1580: 34,9 - 1581: 36,5 - 1605: 34,15 - 1676: 22,0 - - node: - color: '#B02E26FF' - id: BrickTileSteelCornerSe - decals: - 867: -3,47 - 6232: 11,64 - 6233: 14,64 - 6234: 5,64 - - node: - color: '#BA8841FF' - id: BrickTileSteelCornerSe - decals: - 2100: -48,11 - 2101: -62,11 - 2108: -58,11 - - node: - color: '#91D4FFFF' - id: BrickTileSteelCornerSw - decals: - 575: -24,-6 - 608: 26,-12 - 631: 30,-3 - 1439: -7,-12 - 1440: -9,5 - 1445: -12,-12 - 1468: -9,-6 - 1479: -9,-3 - 1494: -24,-12 - 1504: -18,-12 - 1545: -9,9 - 1572: 33,5 - 1573: 23,9 - 1574: 15,9 - 1575: 15,12 - 1576: 29,15 - 1688: 19,0 - - node: - color: '#B02E26FF' - id: BrickTileSteelCornerSw - decals: - 868: -15,47 - 6235: 4,64 - 6236: 7,64 - 6237: 13,64 - - node: - color: '#BA8841FF' - id: BrickTileSteelCornerSw - decals: - 2097: -52,11 - 2098: -60,11 - 2099: -63,11 - - node: - color: '#B02E26FF' - id: BrickTileSteelEndW - decals: - 1046: -2,59 - - node: - color: '#91D4FFFF' - id: BrickTileSteelInnerNe - decals: - 1553: -7,14 - 1648: 19,10 - - node: - color: '#B02E26FF' - id: BrickTileSteelInnerNe - decals: - 904: -11,56 - - node: - color: '#BA8841FF' - id: BrickTileSteelInnerNe - decals: - 2121: -62,12 - - node: - color: '#91D4FFFF' - id: BrickTileSteelInnerNw - decals: - 1552: -5,14 - 1647: 17,10 - - node: - color: '#B02E26FF' - id: BrickTileSteelInnerNw - decals: - 1047: -1,59 - - node: - color: '#BA8841FF' - id: BrickTileSteelInnerNw - decals: - 2122: -60,12 - - node: - color: '#91D4FFFF' - id: BrickTileSteelInnerSe - decals: - 1645: 19,12 - - node: - color: '#BA8841FF' - id: BrickTileSteelInnerSe - decals: - 2119: -62,12 - - node: - color: '#91D4FFFF' - id: BrickTileSteelInnerSw - decals: - 1475: -7,-6 - 1646: 17,12 - - node: - color: '#B02E26FF' - id: BrickTileSteelInnerSw - decals: - 1048: -1,59 - - node: - color: '#BA8841FF' - id: BrickTileSteelInnerSw - decals: - 2120: -60,12 - - node: - color: '#91D4FFFF' - id: BrickTileSteelLineE - decals: - 619: 31,-1 - 620: 31,-2 - 621: 31,-11 - 622: 31,-10 - 623: 31,-9 - 624: 31,-8 - 625: 31,-7 - 626: 31,-6 - 1453: -9,-9 - 1454: -9,-10 - 1455: -9,-11 - 1456: -3,-10 - 1457: -3,-9 - 1458: -3,-8 - 1459: -3,-7 - 1460: -3,-6 - 1490: -6,6 - 1491: -6,-2 - 1498: -14,-9 - 1499: -14,-10 - 1500: -14,-11 - 1501: -20,-9 - 1502: -20,-10 - 1503: -20,-11 - 1530: -3,10 - 1531: -3,11 - 1532: -3,12 - 1533: -3,13 - 1534: -3,14 - 1535: -3,15 - 1536: -7,15 - 1636: 21,15 - 1637: 21,14 - 1638: 21,13 - 1639: 34,12 - 1640: 34,11 - 1641: 34,10 - 1644: 19,11 - 1684: 22,2 - 1685: 22,1 - 5887: 31,2 - 5888: 31,1 - 5889: 31,0 - - node: - color: '#B02E26FF' - id: BrickTileSteelLineE - decals: - 876: -3,55 - 877: -3,54 - 878: -3,53 - 879: -3,52 - 880: -3,51 - 881: -3,50 - 882: -3,49 - 883: -3,48 - 6103: -11,57 - 6104: -11,58 - 6239: 14,65 - 6240: 11,67 - 6241: 11,66 - 6242: 11,65 - 6243: 5,65 - - node: - color: '#BA8841FF' - id: BrickTileSteelLineE - decals: - 2105: -48,13 - 2106: -48,12 - 2107: -58,12 - - node: - color: '#91D4FFFF' - id: BrickTileSteelLineN - decals: - 589: -23,-5 - 590: -22,-5 - 591: -21,-5 - 592: -20,-5 - 593: -19,-5 - 594: -18,-5 - 595: -17,-5 - 596: -16,-5 - 597: -15,-5 - 598: -14,-5 - 599: -13,-5 - 600: -12,-5 - 609: 30,-5 - 610: 29,-5 - 611: 28,-5 - 612: 27,-5 - 1448: -11,-8 - 1449: -10,-8 - 1470: -8,-5 - 1471: -7,-5 - 1472: -6,-5 - 1473: -5,-5 - 1474: -4,-5 - 1484: -8,-1 - 1485: -7,-1 - 1486: -8,7 - 1487: -7,7 - 1512: -23,-8 - 1513: -22,-8 - 1514: -21,-8 - 1515: -17,-8 - 1516: -16,-8 - 1517: -15,-8 - 1542: -8,16 - 1543: -4,16 - 1544: -6,14 - 1606: 16,16 - 1607: 17,16 - 1608: 18,16 - 1609: 19,16 - 1610: 20,16 - 1611: 24,16 - 1612: 25,16 - 1613: 26,16 - 1614: 30,16 - 1615: 31,16 - 1616: 32,16 - 1617: 33,16 - 1618: 34,7 - 1619: 35,7 - 1620: 33,13 - 1621: 32,13 - 1622: 31,13 - 1623: 30,13 - 1624: 29,13 - 1625: 28,13 - 1649: 16,10 - 1650: 20,10 - 1691: 20,3 - 1692: 21,3 - - node: - color: '#B02E26FF' - id: BrickTileSteelLineN - decals: - 869: -10,56 - 870: -9,56 - 871: -8,56 - 872: -7,56 - 873: -6,56 - 874: -5,56 - 875: -4,56 - 6107: -14,59 - 6108: -13,59 - 6109: -12,59 - 6249: 8,68 - 6250: 9,68 - 6251: 10,68 - - node: - color: '#BA8841FF' - id: BrickTileSteelLineN - decals: - 2113: -61,12 - 2114: -51,14 - 2115: -50,14 - 2116: -49,14 - 2117: -59,13 - - node: - color: '#91D4FFFF' - id: BrickTileSteelLineS - decals: - 577: -12,-6 - 578: -13,-6 - 579: -14,-6 - 580: -15,-6 - 581: -16,-6 - 582: -17,-6 - 583: -18,-6 - 584: -19,-6 - 585: -20,-6 - 586: -21,-6 - 587: -22,-6 - 588: -23,-6 - 627: 30,-12 - 628: 29,-12 - 629: 28,-12 - 630: 27,-12 - 1446: -11,-12 - 1447: -10,-12 - 1461: -5,-12 - 1462: -6,-12 - 1469: -8,-6 - 1480: -8,-3 - 1481: -7,-3 - 1482: -8,5 - 1483: -7,5 - 1506: -23,-12 - 1507: -22,-12 - 1508: -21,-12 - 1509: -17,-12 - 1510: -16,-12 - 1511: -15,-12 - 1547: -4,9 - 1548: -5,9 - 1549: -6,9 - 1550: -7,9 - 1551: -8,9 - 1582: 16,9 - 1583: 17,9 - 1584: 18,9 - 1585: 19,9 - 1586: 20,9 - 1587: 20,12 - 1588: 16,12 - 1589: 24,9 - 1590: 25,9 - 1591: 26,9 - 1592: 27,9 - 1593: 28,9 - 1594: 29,9 - 1595: 30,9 - 1596: 31,9 - 1597: 32,9 - 1598: 33,9 - 1599: 34,5 - 1600: 35,5 - 1601: 30,15 - 1602: 31,15 - 1603: 32,15 - 1604: 33,15 - 1686: 20,0 - 1687: 21,0 - - node: - color: '#B02E26FF' - id: BrickTileSteelLineS - decals: - 893: -14,47 - 894: -13,47 - 895: -12,47 - 896: -11,47 - 897: -10,47 - 898: -9,47 - 899: -8,47 - 900: -7,47 - 901: -6,47 - 902: -5,47 - 903: -4,47 - 6252: 8,64 - 6253: 9,64 - 6254: 10,64 - - node: - color: '#BA8841FF' - id: BrickTileSteelLineS - decals: - 2109: -61,12 - 2110: -51,11 - 2111: -50,11 - 2112: -49,11 - 2118: -59,11 - - node: - color: '#91D4FFFF' - id: BrickTileSteelLineW - decals: - 613: 26,-6 - 614: 26,-7 - 615: 26,-8 - 616: 26,-9 - 617: 26,-10 - 618: 26,-11 - 633: 30,-2 - 634: 30,-1 - 635: 30,1 - 1450: -12,-9 - 1451: -12,-10 - 1452: -12,-11 - 1463: -7,-11 - 1464: -7,-10 - 1465: -7,-9 - 1466: -7,-8 - 1467: -7,-7 - 1488: -9,6 - 1489: -9,-2 - 1518: -24,-9 - 1519: -24,-10 - 1520: -24,-11 - 1521: -18,-9 - 1522: -18,-10 - 1523: -18,-11 - 1524: -9,15 - 1525: -9,14 - 1526: -9,11 - 1527: -9,10 - 1528: -9,13 - 1529: -9,12 - 1537: -5,15 - 1627: 23,15 - 1628: 23,14 - 1629: 23,13 - 1630: 23,12 - 1631: 23,11 - 1632: 23,10 - 1633: 15,15 - 1634: 15,14 - 1635: 15,13 - 1642: 33,6 - 1643: 17,11 - 1689: 19,1 - 1690: 19,2 - 5890: 30,2 - 5891: 30,0 - - node: - color: '#B02E26FF' - id: BrickTileSteelLineW - decals: - 884: -15,48 - 885: -15,49 - 886: -15,50 - 887: -15,51 - 888: -15,52 - 889: -15,53 - 890: -15,54 - 891: -15,55 - 892: -15,56 - 1033: -1,56 - 1034: -1,55 - 1035: -1,54 - 1036: -1,53 - 1037: -1,52 - 1038: -1,51 - 1039: -1,50 - 1040: -1,49 - 1041: -1,48 - 1042: -1,47 - 1043: -1,61 - 1044: -1,60 - 1045: -1,58 - 6101: -15,57 - 6102: -15,58 - 6244: 4,65 - 6245: 7,67 - 6246: 7,66 - 6247: 7,65 - 6248: 13,65 - - node: - color: '#BA8841FF' - id: BrickTileSteelLineW - decals: - 2102: -52,12 - 2103: -52,13 - 2104: -63,12 - - node: - color: '#334E6DFF' - id: BrickTileWhiteCornerNe - decals: - 1082: 7,42 - 1114: 14,40 - 1128: 20,40 - 1131: 19,50 - 1166: 15,50 - 1167: 11,56 - 1209: 15,43 - 1248: 27,46 - 1263: 29,52 - 1296: 19,57 - 1297: 20,56 - 1312: 22,57 - 1313: 21,58 - 1332: 28,56 - 1343: 9,30 - 1344: 14,30 - 1345: 20,29 - 1346: 12,25 - - node: - color: '#354DA0FF' - id: BrickTileWhiteCornerNe - decals: - 5892: 36,3 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteCornerNe - decals: - 2285: -36,24 - 2318: -38,13 - 2319: -37,12 - 2335: 36,-1 - - node: - color: '#80C71FFF' - id: BrickTileWhiteCornerNe - decals: - 6331: -17,7 - 6332: -14,7 - 6333: -19,7 - 6334: -21,7 - 6335: -23,7 - 6336: -25,7 - 6337: -27,7 - 6338: -29,7 - - node: - color: '#845606FF' - id: BrickTileWhiteCornerNe - decals: - 3253: -7,-19 - 3254: -18,-19 - 3255: -25,-19 - 3256: -25,-24 - 3257: -10,-28 - 3258: -4,-23 - 3259: -13,-24 - 3260: -19,-28 - 3261: -10,-33 - 3262: -16,-33 - 3263: -16,-38 - 3264: -10,-38 - 3265: -7,-41 - 3276: -19,-19 - 3287: -10,-38 - 4459: -22,-41 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteCornerNe - decals: - 374: -14,-1 - 375: -20,-1 - 376: -26,-1 - 377: 6,7 - 378: 13,16 - 379: -11,16 - 1652: 31,7 - 6288: 7,-5 - 6289: 13,-5 - 6290: 13,-8 - 6291: 7,-10 - - node: - color: '#951710FF' - id: BrickTileWhiteCornerNe - decals: - 6158: -20,48 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteCornerNe - decals: - 906: -11,64 - 915: -2,64 - 916: -7,64 - 922: -30,62 - 949: -19,59 - 950: -2,68 - 4410: -36,67 - - node: - color: '#B02E26FF' - id: BrickTileWhiteCornerNe - decals: - 640: -21,42 - 660: -30,42 - 666: -5,43 - 734: -8,35 - 735: -5,35 - 736: -5,30 - 764: -14,26 - 783: -9,30 - 784: -12,36 - 835: -33,31 - 836: -33,35 - 849: -13,45 - 860: -17,42 - 1079: -10,22 - 4424: -32,51 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteCornerNe - decals: - 2357: 50,21 - 2387: 32,24 - 2388: 32,30 - 2389: 40,30 - 2390: 40,26 - 2391: 49,26 - 2392: 50,24 - 2393: 49,30 - 2394: 46,30 - 2395: 44,34 - 2396: 50,40 - 2397: 49,44 - 2398: 50,51 - 2399: 45,51 - 2400: 47,57 - 2401: 41,57 - 2402: 35,51 - 2407: 40,44 - 2424: 63,30 - 2425: 49,34 - 2685: 54,49 - 2686: 53,51 - - node: - color: '#BA8841FF' - id: BrickTileWhiteCornerNe - decals: - 1872: -53,37 - 1873: -52,36 - 1874: -42,35 - 1875: -48,27 - 1876: -48,23 - 1877: -48,18 - 1878: -58,20 - 1890: -58,27 - 1891: -59,30 - 1892: -60,36 - 1893: -42,31 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteCornerNe - decals: - 2775: -50,5 - 2776: -50,-2 - 2777: -58,-2 - 2881: -58,-7 - 2904: -50,-11 - 2916: -59,-15 - 3015: -98,13 - 3016: -97,12 - 3017: -96,10 - 3018: -89,9 - 3019: -83,10 - 3020: -84,17 - 3021: -80,22 - 3022: -95,26 - 3023: -96,28 - 3024: -97,29 - 3025: -72,17 - 3026: -72,14 - 3027: -68,17 - 3028: -68,11 - 3029: -76,9 - 3030: -84,4 - 3031: -81,-4 - 3032: -80,-5 - 3033: -83,-3 - 6178: -97,-2 - 6179: -96,-3 - 6182: -92,-5 - 6185: -92,22 - 6200: -68,3 - 6379: -53,-6 - - node: - color: '#FF974DFF' - id: BrickTileWhiteCornerNe - decals: - 2184: 17,-1 - 2185: 17,3 - 2186: 28,-2 - 2235: 21,-8 - - node: - color: '#334E6DFF' - id: BrickTileWhiteCornerNw - decals: - 1083: 4,42 - 1109: 9,40 - 1129: 16,40 - 1130: 17,50 - 1168: 5,56 - 1169: 9,50 - 1207: 9,43 - 1242: 21,46 - 1264: 24,52 - 1265: 23,51 - 1266: 21,50 - 1290: 17,57 - 1291: 16,56 - 1314: 15,58 - 1315: 14,57 - 1333: 26,56 - 1340: 4,30 - 1341: 11,30 - 1342: 17,29 - 1347: 6,25 - - node: - color: '#354DA0FF' - id: BrickTileWhiteCornerNw - decals: - 5894: 33,3 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteCornerNw - decals: - 2283: -43,24 - 2302: -40,19 - 2303: -37,20 - 2315: -40,13 - 2316: -41,12 - 2317: -42,10 - 2332: 33,-1 - - node: - color: '#80C71FFF' - id: BrickTileWhiteCornerNw - decals: - 6339: -30,7 - 6340: -26,7 - 6341: -28,7 - 6342: -24,7 - 6343: -22,7 - 6344: -20,7 - 6345: -18,7 - 6346: -15,7 - - node: - color: '#845606FF' - id: BrickTileWhiteCornerNw - decals: - 3266: -17,-28 - 3267: -17,-33 - 3268: -14,-33 - 3269: -20,-38 - 3270: -14,-38 - 3271: -11,-24 - 3272: -5,-23 - 3273: -17,-24 - 3274: -17,-19 - 3275: -23,-19 - 3277: -31,-19 - 3278: -31,-24 - 4460: -52,-41 - 4538: -23,-28 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteCornerNw - decals: - 380: -30,13 - 384: -30,3 - 404: -15,16 - 464: -30,-1 - 465: -24,-1 - 466: -18,-1 - 536: -4,7 - 560: -9,3 - 1556: 8,7 - 1796: -13,-14 - 4540: 6,16 - 4541: 5,15 - 6279: 5,-5 - 6280: 9,-5 - 6281: 12,-8 - 6282: 5,-10 - - node: - color: '#951710FF' - id: BrickTileWhiteCornerNw - decals: - 6134: -28,48 - 6135: -29,47 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteCornerNw - decals: - 905: -28,64 - 914: -5,64 - 917: -9,64 - 921: -32,62 - 951: -24,59 - 952: -6,68 - 4411: -45,67 - - node: - color: '#B02E26FF' - id: BrickTileWhiteCornerNw - decals: - 639: -28,42 - 661: -31,42 - 672: -11,42 - 673: -9,43 - 730: -12,26 - 731: -7,30 - 732: -9,35 - 733: -6,35 - 765: -23,26 - 785: -23,30 - 832: -37,35 - 834: -37,31 - 853: -17,45 - 861: -19,42 - 4423: -34,51 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteCornerNw - decals: - 2370: 26,30 - 2371: 34,30 - 2372: 38,44 - 2373: 34,51 - 2374: 39,51 - 2375: 49,51 - 2376: 37,57 - 2377: 43,57 - 2378: 42,44 - 2379: 42,40 - 2380: 42,34 - 2381: 46,34 - 2382: 42,30 - 2383: 48,30 - 2384: 42,26 - 2385: 34,26 - 2386: 26,24 - 2423: 51,30 - 2684: 52,51 - 2692: 52,47 - - node: - color: '#BA8841FF' - id: BrickTileWhiteCornerNw - decals: - 1880: -52,18 - 1881: -52,23 - 1882: -66,27 - 1883: -65,30 - 1884: -64,36 - 1885: -57,37 - 1886: -58,36 - 1887: -50,35 - 1888: -57,31 - 1895: -52,27 - 1938: -64,20 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteCornerNw - decals: - 2778: -63,5 - 2779: -63,-2 - 2780: -56,-2 - 2880: -56,-6 - 2882: -63,-7 - 2905: -56,-11 - 2906: -60,-12 - 2917: -60,-15 - 3034: -98,-2 - 3035: -90,-5 - 3036: -89,-4 - 3037: -87,-3 - 3038: -86,4 - 3039: -87,10 - 3040: -94,9 - 3041: -99,13 - 3042: -81,9 - 3043: -86,17 - 3044: -90,22 - 3045: -98,29 - 3046: -74,17 - 3047: -70,17 - 3048: -74,11 - 6199: -70,3 - - node: - color: '#FF974DFF' - id: BrickTileWhiteCornerNw - decals: - 2177: 12,3 - 2181: 12,0 - 2234: 15,-8 - - node: - color: '#334E6DFF' - id: BrickTileWhiteCornerSe - decals: - 1115: 14,37 - 1127: 7,35 - 1133: 20,35 - 1203: 15,42 - 1204: 15,45 - 1205: 7,47 - 1206: 11,52 - 1269: 23,48 - 1270: 29,48 - 1292: 19,53 - 1293: 20,54 - 1319: 20,52 - 1320: 21,53 - 1321: 22,54 - 1335: 28,54 - 1348: 9,27 - 1349: 14,27 - 1350: 20,24 - 1355: 12,23 - - node: - color: '#354DA0FF' - id: BrickTileWhiteCornerSe - decals: - 5895: 36,1 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteCornerSe - decals: - 2278: -42,19 - 2280: -39,21 - 2281: -37,22 - 2282: -36,23 - 2320: -37,9 - 2333: 36,-3 - - node: - color: '#80C71FFF' - id: BrickTileWhiteCornerSe - decals: - 6347: -14,5 - 6348: -17,5 - 6349: -19,5 - 6350: -21,5 - 6351: -23,5 - 6352: -25,5 - 6353: -27,5 - 6354: -29,5 - - node: - color: '#845606FF' - id: BrickTileWhiteCornerSe - decals: - 3288: -7,-43 - 3289: -10,-36 - 3290: -16,-36 - 3291: -13,-26 - 3292: -4,-26 - 3293: -7,-22 - 3294: -25,-26 - 3295: -25,-22 - 3318: -10,-31 - 4457: -16,-45 - 4458: -22,-45 - 4462: -48,-50 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteCornerSe - decals: - 461: -26,-3 - 462: -20,-3 - 463: -14,-3 - 473: -11,-3 - 537: 6,-3 - 1555: 13,9 - 1651: 31,5 - 1708: 10,-3 - 6283: 10,-12 - 6284: 7,-12 - 6285: 13,-12 - 6286: 13,-6 - 6287: 7,-8 - - node: - color: '#951710FF' - id: BrickTileWhiteCornerSe - decals: - 6133: -23,44 - 6157: -20,47 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteCornerSe - decals: - 907: -11,61 - 908: -26,53 - 909: -19,53 - 913: -2,63 - 918: -7,63 - 919: -30,57 - 954: -2,66 - 1013: -16,61 - 4409: -36,58 - - node: - color: '#B02E26FF' - id: BrickTileWhiteCornerSe - decals: - 641: -21,39 - 663: -30,39 - 664: -5,39 - 665: -6,38 - 760: -5,23 - 761: -5,32 - 762: -14,24 - 798: -20,28 - 813: -9,28 - 837: -33,29 - 838: -33,33 - 858: -17,39 - 4426: -33,37 - 4427: -32,44 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteCornerSe - decals: - 2416: 32,26 - 2417: 40,23 - 2418: 50,23 - 2419: 49,28 - 2420: 49,32 - 2421: 63,26 - 2426: 50,36 - 2427: 49,42 - 2428: 50,46 - 2429: 47,53 - 2430: 41,53 - 2431: 40,28 - 2432: 40,32 - 2433: 32,23 - 2690: 54,46 - - node: - color: '#BA8841FF' - id: BrickTileWhiteCornerSe - decals: - 1865: -58,22 - 1866: -48,20 - 1867: -48,16 - 1868: -48,25 - 1869: -52,33 - 1870: -42,33 - 1879: -58,15 - 1894: -42,29 - 1937: -54,11 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteCornerSe - decals: - 2785: -58,-5 - 2786: -50,-4 - 2787: -57,0 - 2788: -50,0 - 2884: -58,-10 - 2902: -50,-12 - 2903: -53,-13 - 2979: -80,-6 - 2980: -84,-1 - 2981: -83,6 - 2982: -68,5 - 2983: -68,13 - 2984: -72,13 - 2985: -72,16 - 2986: -76,7 - 2987: -84,12 - 2988: -83,19 - 2989: -81,20 - 2990: -80,21 - 2991: -97,4 - 2992: -96,6 - 2993: -98,3 - 2995: -89,7 - 2996: -95,-10 - 2997: -96,-12 - 2998: -97,-13 - 6172: -96,19 - 6173: -97,18 - 6183: -92,-6 - 6184: -92,21 - 6201: -68,-1 - 6380: -53,-9 - 6385: -59,-26 - - node: - color: '#FF974DFF' - id: BrickTileWhiteCornerSe - decals: - 2178: 21,-6 - 2179: 28,-3 - 2180: 17,1 - 2233: 21,-12 - - node: - color: '#334E6DFF' - id: BrickTileWhiteCornerSw - decals: - 1108: 4,35 - 1116: 9,37 - 1132: 16,35 - 1199: 9,45 - 1200: 5,47 - 1201: 9,42 - 1202: 21,45 - 1267: 21,48 - 1268: 25,48 - 1294: 16,54 - 1295: 17,53 - 1316: 14,54 - 1317: 15,53 - 1318: 16,52 - 1334: 26,54 - 1351: 4,27 - 1352: 11,27 - 1353: 17,24 - 1354: 6,23 - - node: - color: '#354DA0FF' - id: BrickTileWhiteCornerSw - decals: - 5893: 33,1 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteCornerSw - decals: - 2279: -43,19 - 2321: -42,9 - 2334: 33,-3 - - node: - color: '#80C71FFF' - id: BrickTileWhiteCornerSw - decals: - 6355: -30,5 - 6356: -28,5 - 6357: -26,5 - 6358: -24,5 - 6359: -22,5 - 6360: -20,5 - 6361: -18,5 - 6370: -15,5 - - node: - color: '#845606FF' - id: BrickTileWhiteCornerSw - decals: - 3279: -31,-26 - 3280: -31,-22 - 3281: -23,-26 - 3282: -17,-22 - 3283: -11,-26 - 3284: -17,-31 - 3285: -14,-36 - 3286: -14,-43 - 4456: -20,-45 - 4461: -52,-50 - 4533: -23,-36 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteCornerSw - decals: - 381: -30,12 - 382: -12,-3 - 383: -30,1 - 467: -30,-3 - 468: -24,-3 - 469: -18,-3 - 534: -9,1 - 535: -4,-3 - 1554: 5,9 - 1683: 8,-3 - 1853: -9,18 - 6293: 5,-11 - 6294: 5,-8 - 6295: 12,-12 - 6319: 6,-12 - - node: - color: '#951710FF' - id: BrickTileWhiteCornerSw - decals: - 6136: -29,44 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteCornerSw - decals: - 910: -28,53 - 911: -9,63 - 912: -5,63 - 920: -32,57 - 1010: -24,53 - 1011: -14,61 - 1012: -6,66 - 4408: -40,58 - 6169: -45,62 - - node: - color: '#B02E26FF' - id: BrickTileWhiteCornerSw - decals: - 636: -28,39 - 662: -31,39 - 667: -11,39 - 670: -8,38 - 741: -12,24 - 742: -8,23 - 743: -9,32 - 763: -23,24 - 797: -18,28 - 801: -23,28 - 831: -37,29 - 833: -37,33 - 854: -17,44 - 859: -19,39 - 4425: -34,37 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteCornerSw - decals: - 2403: 34,46 - 2404: 37,53 - 2405: 43,53 - 2406: 38,32 - 2408: 42,42 - 2409: 42,36 - 2410: 42,32 - 2411: 42,28 - 2412: 42,23 - 2413: 34,23 - 2414: 26,23 - 2415: 26,26 - 2422: 51,26 - 2501: 34,28 - 2683: 52,46 - 2694: 52,49 - - node: - color: '#BA8841FF' - id: BrickTileWhiteCornerSw - decals: - 1858: -52,16 - 1859: -52,20 - 1860: -56,11 - 1861: -64,15 - 1862: -58,33 - 1863: -50,33 - 1864: -66,22 - 1871: -52,25 - 1889: -57,29 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteCornerSw - decals: - 2781: -63,0 - 2782: -55,0 - 2783: -63,-5 - 2784: -56,-4 - 2883: -63,-10 - 2900: -56,-9 - 2915: -60,-13 - 2999: -90,-6 - 3000: -98,-13 - 3001: -99,3 - 3002: -94,7 - 3003: -87,6 - 3004: -81,7 - 3005: -86,-1 - 3006: -74,-1 - 3007: -74,5 - 3008: -74,13 - 3009: -70,13 - 3010: -86,12 - 3011: -87,19 - 3012: -89,20 - 3013: -90,21 - 3014: -98,18 - 6202: -70,-1 - 6386: -60,-26 - - node: - color: '#FF974DFF' - id: BrickTileWhiteCornerSw - decals: - 2182: 15,-6 - 2183: 12,-3 - 2194: 12,2 - 2232: 15,-12 - - node: - color: '#B02E26FF' - id: BrickTileWhiteEndE - decals: - 817: -25,29 - - node: - color: '#334E6DFF' - id: BrickTileWhiteEndS - decals: - 1256: 27,41 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteEndS - decals: - 6292: 9,-13 - - node: - color: '#B02E26FF' - id: BrickTileWhiteEndW - decals: - 816: -31,29 - - node: - color: '#334E6DFF' - id: BrickTileWhiteInnerNe - decals: - 1100: 2,34 - 1147: 19,40 - 1303: 19,56 - 1330: 21,57 - 1402: 15,21 - 1403: 11,22 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteInnerNe - decals: - 2313: -44,17 - 2329: -38,12 - - node: - color: '#845606FF' - id: BrickTileWhiteInnerNe - decals: - 3446: -16,-34 - 3447: -19,-25 - 3448: -10,-41 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteInnerNe - decals: - 1798: -25,-15 - 1799: 2,-13 - - node: - color: '#B02E26FF' - id: BrickTileWhiteInnerNe - decals: - 744: -8,34 - 799: -12,30 - 848: -13,36 - 1071: -33,22 - 1078: -10,21 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteInnerNe - decals: - 2356: 25,21 - 2369: 50,9 - 2677: 49,24 - 2678: 46,28 - 2681: 44,32 - 2697: 53,49 - 2701: 35,49 - 2702: 45,49 - - node: - color: '#BA8841FF' - id: BrickTileWhiteInnerNe - decals: - 2063: -60,30 - 2064: -59,27 - 2071: -53,36 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteInnerNe - decals: - 3107: -73,14 - 3113: -96,26 - 3114: -97,28 - 3115: -98,12 - 3116: -97,10 - 3117: -83,-4 - 3118: -81,-5 - 6180: -96,-5 - 6181: -97,-3 - 6198: -95,22 - - node: - color: '#FF974DFF' - id: BrickTileWhiteInnerNe - decals: - 2199: 16,-1 - 2209: 17,-2 - - node: - color: '#334E6DFF' - id: BrickTileWhiteInnerNw - decals: - 1146: 17,40 - 1287: 23,50 - 1288: 24,51 - 1302: 17,56 - 1327: 15,57 - 1401: 22,21 - 1404: 7,22 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteInnerNw - decals: - 2310: -40,17 - 2311: -37,19 - 2312: -36,20 - 2330: -40,12 - 2331: -41,10 - - node: - color: '#845606FF' - id: BrickTileWhiteInnerNw - decals: - 3441: -17,-25 - 3442: -5,-24 - 3443: -14,-34 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteInnerNw - decals: - 526: -15,13 - 533: -12,3 - 555: -4,3 - 1797: -13,-15 - 1800: 0,-13 - 1805: 37,-14 - 4542: 6,15 - - node: - color: '#951710FF' - id: BrickTileWhiteInnerNw - decals: - 6156: -28,47 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteInnerNw - decals: - 1080: 0,62 - - node: - color: '#B02E26FF' - id: BrickTileWhiteInnerNw - decals: - 685: -9,42 - 745: -6,34 - 746: -7,26 - 800: -14,30 - 1077: -4,21 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteInnerNw - decals: - 2679: 48,28 - 2682: 46,32 - 2698: 53,47 - 2699: 49,49 - 2700: 39,49 - - node: - color: '#BA8841FF' - id: BrickTileWhiteInnerNw - decals: - 2068: -65,27 - 2069: -64,30 - 2070: -57,36 - 2082: -46,9 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteInnerNw - decals: - 3111: -89,-5 - 3112: -87,-4 - 3145: -48,-2 - - node: - color: '#FF974DFF' - id: BrickTileWhiteInnerNw - decals: - 2197: 13,0 - - node: - color: '#334E6DFF' - id: BrickTileWhiteInnerSe - decals: - 1101: 2,43 - 1241: 7,52 - 1276: 23,49 - 1301: 19,54 - 1328: 20,53 - 1329: 21,54 - 1405: 11,23 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteInnerSe - decals: - 2299: -42,21 - 2300: -39,22 - 2301: -37,23 - - node: - color: '#845606FF' - id: BrickTileWhiteInnerSe - decals: - 3252: -32,-17 - 3445: -16,-35 - 4532: -48,-45 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteInnerSe - decals: - 1693: 10,5 - 1852: -32,19 - 1856: 2,17 - 6328: 10,-6 - 6329: 9,-12 - - node: - color: '#951710FF' - id: BrickTileWhiteInnerSe - decals: - 6155: -23,47 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteInnerSe - decals: - 1029: -16,63 - 1031: -26,61 - - node: - color: '#B02E26FF' - id: BrickTileWhiteInnerSe - decals: - 683: -6,39 - 815: -20,29 - 4440: -33,44 - - node: - color: '#BA8841FF' - id: BrickTileWhiteInnerSe - decals: - 2067: -54,29 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteInnerSe - decals: - 2804: -57,2 - 2946: -53,-12 - 3092: -97,-12 - 3093: -96,-10 - 3094: -98,4 - 3095: -97,6 - 3101: -81,21 - 3102: -83,20 - 3108: -73,16 - 6174: -97,19 - 6175: -96,21 - 6187: -95,-6 - - node: - color: '#FF974DFF' - id: BrickTileWhiteInnerSe - decals: - 2195: 16,1 - 2200: 21,-3 - - node: - color: '#334E6DFF' - id: BrickTileWhiteInnerSw - decals: - 1255: 27,45 - 1275: 25,49 - 1304: 17,54 - 1331: 15,54 - 1406: 7,23 - - node: - color: '#845606FF' - id: BrickTileWhiteInnerSw - decals: - 3176: -6,-17 - 3444: -14,-35 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteInnerSw - decals: - 527: -12,12 - 532: -12,1 - 554: -4,1 - 1854: -9,19 - 1855: 0,17 - 1857: 36,18 - 6330: 6,-11 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteInnerSw - decals: - 1030: -14,63 - 1081: 0,69 - 4412: -40,62 - - node: - color: '#B02E26FF' - id: BrickTileWhiteInnerSw - decals: - 684: -8,39 - 747: -8,24 - 814: -18,29 - 857: -14,44 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteInnerSw - decals: - 2696: 53,49 - - node: - color: '#BA8841FF' - id: BrickTileWhiteInnerSw - decals: - 2065: -56,29 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteInnerSw - decals: - 2805: -55,2 - 3109: -87,20 - 3110: -89,21 - 3136: -48,7 - - node: - color: '#FF974DFF' - id: BrickTileWhiteInnerSw - decals: - 2196: 13,2 - 2198: 15,-3 - - node: - color: '#334E6DFF' - id: BrickTileWhiteLineE - decals: - 1086: 7,41 - 1087: 7,40 - 1088: 7,39 - 1089: 7,38 - 1090: 7,37 - 1091: 7,36 - 1092: 2,42 - 1093: 2,41 - 1094: 2,40 - 1095: 2,39 - 1096: 2,38 - 1097: 2,37 - 1098: 2,36 - 1099: 2,35 - 1119: 14,38 - 1120: 14,39 - 1142: 20,39 - 1143: 20,38 - 1144: 20,37 - 1145: 20,36 - 1157: 19,49 - 1158: 19,48 - 1159: 19,47 - 1160: 19,46 - 1161: 19,44 - 1162: 19,45 - 1163: 19,43 - 1164: 19,42 - 1165: 19,41 - 1170: 3,48 - 1171: 3,49 - 1172: 3,50 - 1173: 3,51 - 1174: 3,52 - 1175: 3,53 - 1176: 3,54 - 1177: 3,55 - 1178: 3,56 - 1179: 11,53 - 1180: 11,54 - 1181: 11,55 - 1182: 15,49 - 1183: 15,48 - 1184: 15,47 - 1185: 15,46 - 1186: 7,50 - 1187: 7,49 - 1188: 7,51 - 1208: 7,48 - 1254: 27,45 - 1257: 27,44 - 1258: 27,43 - 1259: 27,42 - 1278: 29,49 - 1279: 29,50 - 1280: 29,51 - 1298: 20,55 - 1308: 22,55 - 1309: 22,56 - 1338: 28,55 - 1369: 12,24 - 1370: 20,25 - 1371: 20,26 - 1372: 20,27 - 1373: 20,28 - 1374: 9,28 - 1375: 9,29 - 1376: 14,28 - 1377: 14,29 - - node: - color: '#354DA0FF' - id: BrickTileWhiteLineE - decals: - 5900: 36,2 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteLineE - decals: - 2284: -42,20 - 2326: -37,10 - 2327: -37,11 - 2338: 36,-2 - - node: - color: '#80C71FFF' - id: BrickTileWhiteLineE - decals: - 6362: -17,6 - 6363: -19,6 - 6364: -21,6 - 6365: -23,6 - 6366: -25,6 - 6367: -27,6 - 6368: -29,6 - 6369: -14,6 - - node: - color: '#845606FF' - id: BrickTileWhiteLineE - decals: - 3296: -4,-24 - 3297: -4,-25 - 3298: -7,-21 - 3299: -7,-20 - 3300: -19,-20 - 3301: -19,-21 - 3302: -19,-22 - 3303: -19,-23 - 3304: -19,-24 - 3305: -13,-25 - 3306: -25,-21 - 3307: -25,-20 - 3308: -25,-25 - 3309: -19,-29 - 3310: -19,-30 - 3311: -19,-31 - 3312: -19,-32 - 3313: -19,-33 - 3314: -10,-35 - 3315: -10,-34 - 3316: -10,-30 - 3317: -10,-29 - 3319: -10,-39 - 3320: -10,-40 - 3321: -7,-42 - 3322: -16,-39 - 3323: -16,-40 - 3324: -16,-41 - 4463: -16,-42 - 4464: -16,-43 - 4465: -16,-44 - 4527: -48,-49 - 4528: -48,-46 - 4529: -22,-44 - 4530: -22,-43 - 4531: -22,-42 - 5851: -48,-47 - 5852: -48,-48 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteLineE - decals: - 386: -11,-2 - 387: -11,-1 - 388: -11,0 - 389: -11,1 - 390: -11,2 - 391: -11,3 - 392: -11,4 - 393: -11,5 - 394: -11,6 - 395: -11,7 - 396: -11,8 - 397: -11,9 - 398: -11,10 - 399: -11,11 - 400: -11,12 - 401: -11,13 - 402: -11,14 - 403: -11,15 - 456: -26,-2 - 457: -20,-2 - 458: -14,-2 - 459: -36,10 - 538: 6,-2 - 539: 6,-1 - 540: 6,0 - 541: 6,1 - 542: 6,2 - 543: 6,3 - 544: 6,4 - 545: 6,5 - 546: 6,6 - 1557: 13,10 - 1558: 13,11 - 1559: 13,12 - 1560: 13,13 - 1561: 13,14 - 1562: 13,15 - 1653: 31,6 - 1677: 10,4 - 1678: 10,3 - 1679: 10,2 - 1680: 10,1 - 1681: 10,0 - 1682: 10,-1 - 1717: 2,10 - 1718: 2,9 - 1719: 2,11 - 1720: 2,12 - 1721: 2,13 - 1722: 2,14 - 1723: 2,15 - 1724: 2,16 - 1741: 2,-12 - 1742: 2,-11 - 1743: 2,-10 - 1744: 2,-9 - 1745: 2,-8 - 1746: 2,-7 - 1747: 2,-6 - 1748: 2,-5 - 2251: 10,-2 - 6296: 10,-11 - 6297: 10,-10 - 6298: 10,-9 - 6299: 10,-8 - 6300: 10,-7 - 6301: 13,-9 - 6302: 13,-10 - 6303: 13,-11 - 6304: 7,-11 - 6305: 7,-7 - 6306: 7,-6 - - node: - color: '#951710FF' - id: BrickTileWhiteLineE - decals: - 6153: -23,45 - 6154: -23,46 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteLineE - decals: - 955: -2,67 - 956: -11,63 - 957: -11,62 - 958: -19,58 - 959: -19,57 - 960: -19,56 - 961: -19,55 - 962: -19,54 - 963: -26,60 - 964: -26,59 - 965: -26,58 - 966: -26,57 - 967: -26,56 - 968: -26,55 - 969: -26,54 - 970: -30,61 - 971: -30,60 - 972: -30,59 - 973: -30,58 - 1014: -16,62 - 4385: -36,63 - 4386: -36,62 - 4387: -36,61 - 4388: -36,60 - 4389: -36,59 - 4390: -36,65 - 4391: -36,64 - 4392: -36,66 - - node: - color: '#B02E26FF' - id: BrickTileWhiteLineE - decals: - 648: -21,41 - 649: -21,40 - 656: -30,40 - 657: -30,41 - 678: -5,42 - 679: -5,41 - 680: -5,40 - 686: -13,44 - 687: -13,43 - 688: -13,42 - 689: -13,41 - 690: -13,40 - 691: -13,39 - 692: -13,38 - 693: -13,37 - 694: -12,35 - 695: -12,34 - 696: -12,33 - 697: -12,32 - 698: -12,31 - 699: -9,29 - 700: -5,29 - 701: -5,28 - 702: -5,27 - 703: -5,26 - 704: -5,25 - 705: -5,24 - 706: -14,25 - 707: -33,34 - 708: -33,30 - 709: -17,41 - 710: -17,40 - 758: -5,33 - 759: -5,34 - 4428: -32,45 - 4429: -32,46 - 4430: -32,47 - 4431: -32,48 - 4432: -32,49 - 4433: -32,50 - 4434: -33,43 - 4435: -33,42 - 4436: -33,41 - 4437: -33,40 - 4438: -33,39 - 4439: -33,38 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteLineE - decals: - 2358: 50,20 - 2359: 50,19 - 2360: 50,18 - 2361: 50,17 - 2362: 50,16 - 2363: 50,15 - 2364: 50,14 - 2365: 50,13 - 2366: 50,12 - 2367: 50,11 - 2368: 50,10 - 2536: 32,29 - 2537: 32,28 - 2538: 32,27 - 2539: 40,29 - 2540: 40,25 - 2541: 40,24 - 2542: 49,25 - 2543: 49,29 - 2544: 46,29 - 2545: 50,37 - 2546: 50,38 - 2547: 50,39 - 2548: 49,33 - 2549: 44,33 - 2550: 40,43 - 2551: 40,42 - 2552: 40,41 - 2553: 40,40 - 2554: 40,39 - 2555: 40,38 - 2556: 40,37 - 2557: 40,36 - 2558: 40,35 - 2559: 40,34 - 2560: 40,33 - 2561: 50,47 - 2562: 50,48 - 2563: 50,49 - 2564: 50,50 - 2565: 35,50 - 2566: 45,50 - 2567: 41,54 - 2568: 41,55 - 2569: 41,56 - 2570: 47,56 - 2571: 47,55 - 2572: 47,54 - 2573: 49,43 - 2660: 63,29 - 2661: 63,28 - 2662: 63,27 - 2687: 53,50 - 2688: 54,48 - 2689: 54,47 - - node: - color: '#BA8841FF' - id: BrickTileWhiteLineE - decals: - 1976: -60,35 - 1977: -60,34 - 1978: -60,33 - 1979: -60,32 - 1980: -60,31 - 1981: -52,34 - 1982: -52,35 - 1983: -42,34 - 1984: -42,30 - 1985: -48,26 - 1986: -48,22 - 1987: -48,21 - 1988: -48,17 - 1989: -54,12 - 1990: -54,13 - 1991: -54,14 - 1992: -54,15 - 1993: -54,16 - 1994: -54,17 - 1995: -58,16 - 1996: -58,17 - 1997: -58,18 - 1998: -58,19 - 1999: -54,18 - 2000: -54,19 - 2001: -54,20 - 2002: -54,21 - 2003: -54,22 - 2004: -54,23 - 2005: -54,24 - 2006: -54,25 - 2007: -54,26 - 2008: -54,27 - 2009: -54,28 - 2057: -58,26 - 2058: -58,25 - 2059: -58,24 - 2060: -58,23 - 2061: -59,29 - 2062: -59,28 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteLineE - decals: - 2789: -50,4 - 2790: -50,3 - 2791: -50,2 - 2792: -50,1 - 2793: -50,-3 - 2794: -58,-3 - 2795: -58,-4 - 2796: -57,1 - 2812: -68,10 - 2813: -68,9 - 2814: -68,8 - 2815: -68,7 - 2816: -68,6 - 2817: -68,16 - 2818: -68,15 - 2819: -68,14 - 2820: -73,15 - 2821: -76,8 - 2822: -83,9 - 2823: -83,8 - 2824: -83,7 - 2825: -89,8 - 2826: -96,9 - 2827: -96,8 - 2828: -84,16 - 2829: -84,15 - 2830: -84,14 - 2831: -84,13 - 2832: -84,3 - 2833: -84,2 - 2834: -84,1 - 2835: -84,0 - 2836: -95,-7 - 2837: -95,-8 - 2838: -95,-9 - 2894: -58,-8 - 2895: -58,-9 - 2918: -59,-16 - 2919: -59,-17 - 2920: -59,-18 - 2921: -59,-19 - 2922: -59,-20 - 2923: -59,-21 - 2924: -59,-22 - 2925: -59,-23 - 2926: -59,-24 - 2927: -59,-25 - 2928: -53,-31 - 2994: -96,7 - 3071: -95,25 - 3072: -95,24 - 3073: -95,23 - 3091: -96,-11 - 3096: -97,11 - 3097: -97,5 - 3098: -96,27 - 6176: -96,20 - 6177: -96,-4 - 6203: -68,0 - 6204: -68,1 - 6205: -68,2 - 6381: -53,-8 - 6382: -53,-7 - - node: - color: '#D4D4D428' - id: BrickTileWhiteLineE - decals: - 460: -36,10 - - node: - color: '#FF974DFF' - id: BrickTileWhiteLineE - decals: - 2187: 17,2 - 2188: 16,0 - 2189: 21,-4 - 2190: 21,-5 - 2229: 21,-9 - 2230: 21,-10 - 2231: 21,-11 - - node: - color: '#334E6DFF' - id: BrickTileWhiteLineN - decals: - 1084: 5,42 - 1085: 6,42 - 1110: 10,40 - 1111: 11,40 - 1112: 12,40 - 1113: 13,40 - 1134: 18,50 - 1189: 10,56 - 1190: 9,56 - 1191: 8,56 - 1192: 7,56 - 1193: 6,56 - 1194: 10,50 - 1195: 11,50 - 1196: 12,50 - 1197: 13,50 - 1198: 14,50 - 1215: 10,43 - 1216: 11,43 - 1217: 12,43 - 1218: 13,43 - 1219: 14,43 - 1243: 22,46 - 1244: 23,46 - 1245: 24,46 - 1246: 25,46 - 1247: 26,46 - 1282: 22,50 - 1283: 25,52 - 1284: 26,52 - 1285: 27,52 - 1286: 28,52 - 1289: 18,57 - 1322: 16,58 - 1323: 17,58 - 1324: 18,58 - 1325: 19,58 - 1326: 20,58 - 1337: 27,56 - 1356: 5,30 - 1357: 6,30 - 1358: 7,30 - 1359: 8,30 - 1360: 12,30 - 1361: 13,30 - 1362: 18,29 - 1363: 19,29 - 1364: 7,25 - 1365: 8,25 - 1366: 9,25 - 1367: 10,25 - 1368: 11,25 - 1395: 16,21 - 1396: 17,21 - 1397: 18,21 - 1398: 19,21 - 1399: 20,21 - 1400: 21,21 - - node: - color: '#354DA0FF' - id: BrickTileWhiteLineN - decals: - 5896: 35,3 - 5897: 34,3 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteLineN - decals: - 2290: -42,24 - 2291: -41,24 - 2292: -40,24 - 2293: -39,24 - 2294: -38,24 - 2295: -37,24 - 2304: -43,17 - 2305: -42,17 - 2306: -41,17 - 2307: -39,19 - 2308: -38,19 - 2314: -39,13 - 2336: 34,-1 - 2337: 35,-1 - - node: - color: '#845606FF' - id: BrickTileWhiteLineN - decals: - 3146: -16,-19 - 3147: -15,-19 - 3148: -14,-19 - 3149: -13,-19 - 3150: -11,-19 - 3151: -12,-19 - 3152: -10,-19 - 3153: -9,-19 - 3154: -8,-19 - 3350: -22,-19 - 3351: -21,-19 - 3352: -20,-19 - 3353: -30,-19 - 3354: -29,-19 - 3355: -27,-19 - 3356: -26,-19 - 3357: -30,-24 - 3358: -29,-24 - 3359: -28,-24 - 3360: -27,-24 - 3361: -26,-24 - 3362: -21,-28 - 3363: -20,-28 - 3364: -16,-28 - 3365: -15,-28 - 3366: -14,-28 - 3367: -13,-28 - 3368: -12,-28 - 3369: -11,-28 - 3370: -11,-33 - 3371: -12,-33 - 3372: -13,-33 - 3373: -13,-38 - 3374: -12,-38 - 3375: -11,-38 - 3376: -9,-41 - 3377: -8,-41 - 3378: -17,-38 - 3379: -18,-38 - 3380: -19,-38 - 3381: -18,-25 - 3396: -15,-34 - 3427: -6,-24 - 3428: -7,-24 - 3429: -8,-24 - 3430: -9,-24 - 3431: -10,-24 - 3432: -14,-24 - 3433: -15,-24 - 3434: -16,-24 - 4502: -23,-41 - 4503: -24,-41 - 4504: -25,-41 - 4505: -26,-41 - 4506: -27,-41 - 4507: -28,-41 - 4508: -31,-41 - 4509: -32,-41 - 4510: -33,-41 - 4511: -36,-41 - 4512: -37,-41 - 4513: -38,-41 - 4514: -39,-41 - 4515: -40,-41 - 4516: -41,-41 - 4517: -42,-41 - 4518: -43,-41 - 4519: -44,-41 - 4520: -45,-41 - 4521: -46,-41 - 4522: -47,-41 - 4523: -48,-41 - 4524: -49,-41 - 4525: -50,-41 - 4526: -51,-41 - 4537: -22,-28 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteLineN - decals: - 405: -14,16 - 406: -13,16 - 407: -12,16 - 408: -16,13 - 409: -17,13 - 410: -19,13 - 411: -18,13 - 412: -20,13 - 413: -21,13 - 414: -22,13 - 415: -23,13 - 416: -24,13 - 417: -25,13 - 418: -26,13 - 419: -3,7 - 420: -2,7 - 421: -1,7 - 422: 0,7 - 423: 1,7 - 424: 2,7 - 425: 3,7 - 426: 4,7 - 427: 5,7 - 428: -29,13 - 429: -28,13 - 430: -27,13 - 431: -29,3 - 432: -28,3 - 433: -27,3 - 434: -26,3 - 435: -25,3 - 436: -24,3 - 437: -23,3 - 438: -22,3 - 439: -21,3 - 440: -20,3 - 441: -19,3 - 442: -18,3 - 443: -17,3 - 444: -16,3 - 445: -15,3 - 446: -14,3 - 447: -29,-1 - 448: -28,-1 - 449: -27,-1 - 450: -22,-1 - 451: -21,-1 - 452: -23,-1 - 453: -17,-1 - 454: -16,-1 - 455: -15,-1 - 530: -13,3 - 561: -8,3 - 562: -6,3 - 563: -5,3 - 1407: 12,16 - 1408: 11,16 - 1409: 10,16 - 1410: 9,16 - 1411: 8,16 - 1412: 7,16 - 1413: 30,7 - 1414: 29,7 - 1415: 28,7 - 1416: 27,7 - 1417: 26,7 - 1418: 25,7 - 1419: 24,7 - 1420: 23,7 - 1421: 22,7 - 1422: 21,7 - 1423: 20,7 - 1424: 19,7 - 1425: 18,7 - 1426: 17,7 - 1427: 16,7 - 1428: 15,7 - 1429: 14,7 - 1430: 13,7 - 1431: 12,7 - 1432: 11,7 - 1433: 10,7 - 1434: 9,7 - 1749: 6,-14 - 1750: 7,-14 - 1751: 11,-14 - 1752: 12,-14 - 1753: 13,-14 - 1754: 14,-14 - 1755: 15,-14 - 1756: 16,-14 - 1757: 17,-14 - 1758: 18,-14 - 1759: 19,-14 - 1760: 20,-14 - 1761: 21,-14 - 1762: 22,-14 - 1763: 23,-14 - 1764: 24,-14 - 1765: 25,-14 - 1766: 26,-14 - 1767: 27,-14 - 1768: 28,-14 - 1769: 29,-14 - 1770: 30,-14 - 1771: 31,-14 - 1772: 32,-14 - 1773: 33,-14 - 1774: 34,-14 - 1775: 35,-14 - 1776: 36,-14 - 1777: -4,-14 - 1778: -5,-14 - 1779: -6,-14 - 1780: -7,-14 - 1781: -8,-14 - 1782: -9,-14 - 1783: -10,-14 - 1784: -11,-14 - 1785: -24,-15 - 1786: -23,-15 - 1787: -22,-15 - 1788: -21,-15 - 1789: -20,-15 - 1790: -19,-15 - 1791: -18,-15 - 1792: -17,-15 - 1793: -15,-15 - 1794: -14,-15 - 1795: -12,-14 - 1801: -1,-13 - 1802: -2,-13 - 1803: 3,-13 - 1804: 4,-13 - 2734: -7,3 - 4455: -16,-15 - 6323: 6,-5 - 6324: 6,-10 - 6325: 10,-5 - 6326: 11,-5 - 6327: 12,-5 - - node: - color: '#951710FF' - id: BrickTileWhiteLineN - decals: - 6143: -27,48 - 6144: -26,48 - 6145: -25,48 - 6146: -24,48 - 6147: -23,48 - 6148: -22,48 - 6149: -21,48 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteLineN - decals: - 923: -27,64 - 924: -26,64 - 925: -25,64 - 926: -24,64 - 927: -23,64 - 928: -22,64 - 929: -21,64 - 930: -20,64 - 931: -19,64 - 932: -18,64 - 933: -17,64 - 934: -16,64 - 935: -15,64 - 936: -14,64 - 937: -13,64 - 938: -12,64 - 939: -8,64 - 940: -4,64 - 941: -3,64 - 942: -5,68 - 943: -4,68 - 944: -3,68 - 945: -23,59 - 946: -22,59 - 947: -21,59 - 948: -20,59 - 953: -31,62 - 4400: -44,67 - 4401: -43,67 - 4402: -42,67 - 4403: -41,67 - 4404: -40,67 - 4405: -39,67 - 4406: -37,67 - 4407: -38,67 - 4413: -33,64 - 4414: -32,64 - 4415: -31,64 - 4416: -30,64 - 4417: -34,64 - - node: - color: '#B02E26FF' - id: BrickTileWhiteLineN - decals: - 642: -27,42 - 643: -26,42 - 644: -25,42 - 645: -24,42 - 646: -23,42 - 647: -22,42 - 674: -10,42 - 675: -8,43 - 676: -7,43 - 677: -6,43 - 737: -8,26 - 738: -9,26 - 739: -10,26 - 740: -11,26 - 766: -22,26 - 767: -21,26 - 768: -20,26 - 769: -19,26 - 770: -18,26 - 771: -17,26 - 772: -16,26 - 773: -15,26 - 786: -7,34 - 787: -17,30 - 788: -18,30 - 789: -19,30 - 790: -20,30 - 791: -21,30 - 792: -22,30 - 793: -16,30 - 794: -15,30 - 795: -11,30 - 796: -10,30 - 818: -30,29 - 819: -29,29 - 820: -28,29 - 821: -27,29 - 822: -26,29 - 842: -34,31 - 843: -35,31 - 844: -36,31 - 845: -36,35 - 846: -35,35 - 847: -34,35 - 850: -14,45 - 851: -15,45 - 852: -16,45 - 862: -18,42 - 1049: -24,22 - 1050: -23,22 - 1051: -22,22 - 1052: -21,22 - 1053: -20,22 - 1054: -19,22 - 1055: -18,22 - 1056: -17,22 - 1057: -16,22 - 1058: -15,22 - 1059: -14,22 - 1060: -13,22 - 1061: -12,22 - 1062: -11,22 - 1063: -25,22 - 1064: -26,22 - 1065: -27,22 - 1066: -28,22 - 1067: -29,22 - 1068: -30,22 - 1069: -31,22 - 1070: -32,22 - 1072: -6,21 - 1073: -9,21 - 1074: -5,21 - 1075: -8,21 - 1076: -7,21 - 4454: -33,51 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteLineN - decals: - 2346: 49,21 - 2347: 44,21 - 2348: 43,21 - 2349: 42,21 - 2350: 41,21 - 2351: 40,21 - 2352: 34,21 - 2353: 33,21 - 2354: 32,21 - 2355: 31,21 - 2434: 27,30 - 2435: 28,30 - 2436: 29,30 - 2437: 30,30 - 2438: 31,30 - 2439: 35,30 - 2440: 36,30 - 2441: 37,30 - 2442: 38,30 - 2443: 39,30 - 2444: 39,44 - 2445: 40,51 - 2446: 41,51 - 2447: 42,51 - 2448: 43,51 - 2449: 44,51 - 2450: 38,57 - 2451: 39,57 - 2452: 40,57 - 2453: 44,57 - 2454: 45,57 - 2455: 46,57 - 2456: 36,49 - 2457: 37,49 - 2458: 38,49 - 2459: 46,49 - 2460: 47,49 - 2461: 48,49 - 2462: 43,44 - 2463: 44,44 - 2464: 45,44 - 2465: 46,44 - 2466: 47,44 - 2467: 48,44 - 2468: 43,40 - 2469: 45,40 - 2470: 46,40 - 2471: 47,40 - 2472: 49,40 - 2473: 43,34 - 2474: 47,34 - 2475: 48,34 - 2476: 43,30 - 2477: 44,30 - 2478: 45,30 - 2479: 47,28 - 2480: 48,26 - 2481: 47,26 - 2482: 46,26 - 2483: 45,26 - 2484: 44,26 - 2485: 43,26 - 2486: 39,26 - 2487: 38,26 - 2488: 37,26 - 2489: 36,26 - 2490: 27,24 - 2491: 28,24 - 2492: 29,24 - 2493: 30,24 - 2494: 31,24 - 2574: 45,32 - 2663: 52,30 - 2664: 53,30 - 2665: 54,30 - 2666: 55,30 - 2667: 56,30 - 2668: 57,30 - 2669: 58,30 - 2670: 59,30 - 2671: 60,30 - 2672: 61,30 - 2673: 62,30 - 2680: 35,26 - 6116: 44,40 - 6117: 48,40 - - node: - color: '#BA8841FF' - id: BrickTileWhiteLineN - decals: - 1896: -56,37 - 1897: -55,37 - 1898: -54,37 - 1899: -61,36 - 1900: -62,36 - 1901: -63,36 - 1902: -56,31 - 1903: -55,31 - 1904: -54,31 - 1905: -53,31 - 1906: -52,31 - 1907: -51,31 - 1908: -50,31 - 1909: -49,31 - 1910: -48,31 - 1911: -47,31 - 1912: -46,31 - 1913: -45,31 - 1914: -44,31 - 1915: -43,31 - 1916: -43,35 - 1917: -44,35 - 1918: -45,35 - 1919: -46,35 - 1920: -47,35 - 1921: -48,35 - 1922: -49,35 - 1923: -49,27 - 1924: -50,27 - 1925: -51,27 - 1926: -51,23 - 1927: -50,23 - 1928: -49,23 - 1929: -49,18 - 1930: -50,18 - 1931: -51,18 - 1932: -59,20 - 1933: -60,20 - 1934: -61,20 - 1935: -62,20 - 1936: -63,20 - 2072: -57,9 - 2073: -56,9 - 2074: -55,9 - 2075: -54,9 - 2076: -53,9 - 2077: -52,9 - 2078: -51,9 - 2079: -50,9 - 2080: -48,9 - 2081: -47,9 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteLineN - decals: - 2735: -62,5 - 2736: -61,5 - 2737: -60,5 - 2738: -59,5 - 2739: -58,5 - 2740: -61,-2 - 2741: -62,-2 - 2742: -60,-2 - 2743: -59,-2 - 2744: -57,5 - 2745: -56,5 - 2746: -55,5 - 2747: -54,5 - 2748: -53,5 - 2749: -52,5 - 2750: -51,5 - 2751: -55,-2 - 2752: -54,-2 - 2753: -53,-2 - 2754: -52,-2 - 2755: -51,-2 - 2889: -62,-7 - 2890: -61,-7 - 2891: -60,-7 - 2892: -59,-7 - 2893: -55,-6 - 2907: -59,-12 - 2908: -58,-12 - 2909: -57,-12 - 2910: -55,-11 - 2911: -54,-11 - 2912: -53,-11 - 2913: -52,-11 - 2914: -51,-11 - 3049: -73,11 - 3050: -72,11 - 3051: -71,11 - 3052: -70,11 - 3053: -69,11 - 3054: -77,9 - 3055: -78,9 - 3056: -79,9 - 3057: -80,9 - 3058: -84,10 - 3059: -85,10 - 3060: -86,10 - 3061: -85,17 - 3062: -89,22 - 3063: -88,22 - 3064: -87,22 - 3065: -86,22 - 3066: -85,22 - 3067: -84,22 - 3068: -83,22 - 3069: -82,22 - 3070: -81,22 - 3074: -93,9 - 3075: -92,9 - 3076: -91,9 - 3077: -90,9 - 3081: -85,4 - 3086: -88,-4 - 3087: -86,-3 - 3088: -85,-3 - 3089: -84,-3 - 3090: -82,-4 - 3106: -73,17 - 6188: -95,-5 - 6189: -94,-5 - 6190: -93,-5 - 6196: -94,22 - 6197: -93,22 - 6209: -69,3 - 6383: -54,-6 - - node: - color: '#FF974DFF' - id: BrickTileWhiteLineN - decals: - 2210: 18,-2 - 2211: 19,-2 - 2212: 20,-2 - 2213: 21,-2 - 2214: 22,-2 - 2215: 23,-2 - 2216: 24,-2 - 2217: 25,-2 - 2218: 26,-2 - 2219: 27,-2 - 2220: 16,3 - 2221: 15,3 - 2222: 14,3 - 2223: 13,3 - 2236: 16,-8 - 2237: 17,-8 - 2238: 19,-8 - 2239: 18,-8 - 2240: 20,-8 - - node: - color: '#334E6DFF' - id: BrickTileWhiteLineS - decals: - 1121: 10,37 - 1122: 11,37 - 1123: 12,37 - 1124: 13,37 - 1125: 6,35 - 1126: 5,35 - 1135: 17,35 - 1136: 18,35 - 1137: 19,35 - 1210: 10,42 - 1211: 11,42 - 1212: 12,42 - 1213: 13,42 - 1214: 14,42 - 1220: 6,47 - 1221: 10,45 - 1222: 11,45 - 1223: 12,45 - 1224: 13,45 - 1225: 14,45 - 1238: 8,52 - 1239: 9,52 - 1240: 10,52 - 1249: 22,45 - 1250: 23,45 - 1251: 24,45 - 1252: 25,45 - 1253: 26,45 - 1271: 22,48 - 1272: 26,48 - 1273: 27,48 - 1274: 28,48 - 1277: 24,49 - 1299: 18,53 - 1305: 17,52 - 1306: 18,52 - 1307: 19,52 - 1336: 27,54 - 1387: 18,24 - 1388: 19,24 - 1389: 8,27 - 1390: 7,27 - 1391: 6,27 - 1392: 5,27 - 1393: 12,27 - 1394: 13,27 - - node: - color: '#354DA0FF' - id: BrickTileWhiteLineS - decals: - 5898: 34,1 - 5899: 35,1 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteLineS - decals: - 2296: -41,21 - 2297: -40,21 - 2298: -38,22 - 2322: -41,9 - 2323: -40,9 - 2324: -39,9 - 2325: -38,9 - 2339: 34,-3 - 2340: 35,-3 - - node: - color: '#845606FF' - id: BrickTileWhiteLineS - decals: - 3155: -27,-17 - 3156: -26,-17 - 3157: -25,-17 - 3158: -24,-17 - 3159: -23,-17 - 3160: -22,-17 - 3161: -21,-17 - 3162: -20,-17 - 3163: -19,-17 - 3164: -18,-17 - 3165: -17,-17 - 3166: -16,-17 - 3167: -15,-17 - 3168: -14,-17 - 3169: -13,-17 - 3170: -12,-17 - 3171: -11,-17 - 3172: -10,-17 - 3173: -9,-17 - 3174: -8,-17 - 3175: -7,-17 - 3382: -30,-22 - 3383: -29,-22 - 3384: -28,-22 - 3385: -27,-22 - 3386: -26,-22 - 3387: -30,-26 - 3388: -29,-26 - 3389: -28,-26 - 3390: -27,-26 - 3391: -26,-26 - 3392: -13,-36 - 3393: -12,-36 - 3394: -11,-36 - 3395: -15,-35 - 3397: -16,-31 - 3398: -15,-31 - 3399: -14,-31 - 3400: -13,-31 - 3401: -12,-31 - 3402: -11,-31 - 3403: -17,-26 - 3404: -16,-26 - 3405: -15,-26 - 3406: -14,-26 - 3407: -18,-26 - 3408: -19,-26 - 3409: -20,-26 - 3410: -21,-26 - 3411: -22,-26 - 3412: -16,-22 - 3413: -15,-22 - 3414: -14,-22 - 3415: -13,-22 - 3416: -12,-22 - 3417: -11,-22 - 3418: -10,-22 - 3419: -9,-22 - 3420: -8,-22 - 3421: -10,-26 - 3422: -9,-26 - 3423: -8,-26 - 3424: -7,-26 - 3425: -6,-26 - 3426: -5,-26 - 3435: -13,-43 - 3436: -12,-43 - 3437: -11,-43 - 3438: -10,-43 - 3439: -9,-43 - 3440: -8,-43 - 4466: -19,-45 - 4467: -18,-45 - 4468: -17,-45 - 4477: -51,-50 - 4478: -50,-50 - 4479: -49,-50 - 4480: -47,-45 - 4481: -46,-45 - 4482: -45,-45 - 4483: -44,-45 - 4484: -44,-45 - 4485: -43,-45 - 4486: -42,-45 - 4487: -41,-45 - 4488: -40,-45 - 4489: -39,-45 - 4490: -38,-45 - 4491: -37,-45 - 4492: -36,-45 - 4493: -33,-45 - 4494: -32,-45 - 4495: -31,-45 - 4496: -28,-45 - 4497: -27,-45 - 4498: -26,-45 - 4499: -25,-45 - 4500: -24,-45 - 4501: -23,-45 - 4534: -22,-36 - 4535: -21,-36 - 4536: -20,-36 - 6020: -17,-36 - 6021: -18,-36 - 6022: -19,-36 - 6023: -20,-36 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteLineS - decals: - 474: -29,-3 - 475: -28,-3 - 476: -23,-3 - 477: -22,-3 - 478: -21,-3 - 479: -15,-3 - 480: -16,-3 - 481: -17,-3 - 482: -14,1 - 483: -15,1 - 484: -16,1 - 485: -17,1 - 486: -18,1 - 487: -19,1 - 488: -20,1 - 489: -21,1 - 490: -22,1 - 491: -23,1 - 492: -24,1 - 493: -25,1 - 494: -26,1 - 495: -27,1 - 496: -28,1 - 497: -29,1 - 506: -14,12 - 507: -15,12 - 508: -16,12 - 509: -17,12 - 510: -18,12 - 511: -19,12 - 512: -20,12 - 513: -21,12 - 514: -22,12 - 515: -23,12 - 516: -24,12 - 517: -25,12 - 518: -26,12 - 519: -27,12 - 520: -28,12 - 521: -29,12 - 522: -13,12 - 531: -13,1 - 550: -8,1 - 551: -7,1 - 552: -6,1 - 553: -5,1 - 564: -3,-3 - 565: -2,-3 - 566: -1,-3 - 567: 0,-3 - 568: 1,-3 - 569: 2,-3 - 570: 3,-3 - 571: 4,-3 - 572: 5,-3 - 1654: 30,5 - 1655: 29,5 - 1656: 28,5 - 1657: 27,5 - 1658: 26,5 - 1659: 25,5 - 1660: 24,5 - 1661: 23,5 - 1662: 22,5 - 1663: 21,5 - 1664: 20,5 - 1665: 19,5 - 1666: 18,5 - 1667: 17,5 - 1668: 16,5 - 1669: 15,5 - 1670: 14,5 - 1671: 13,5 - 1672: 12,5 - 1673: 11,5 - 1709: 9,-3 - 1710: 6,9 - 1711: 7,9 - 1712: 8,9 - 1713: 9,9 - 1714: 10,9 - 1715: 11,9 - 1716: 12,9 - 1806: 35,18 - 1807: 34,18 - 1808: 33,18 - 1809: 32,18 - 1810: 31,18 - 1811: 30,18 - 1812: 26,18 - 1813: 25,18 - 1814: 24,18 - 1815: 23,18 - 1816: 22,18 - 1817: 21,18 - 1818: 15,18 - 1819: 14,18 - 1820: 13,18 - 1821: 12,18 - 1822: 11,18 - 1823: 10,18 - 1824: 9,18 - 1825: 8,18 - 1826: 7,18 - 1827: 6,18 - 1828: 3,17 - 1829: 4,17 - 1830: -1,17 - 1831: -2,17 - 1832: -4,18 - 1833: -5,18 - 1834: -6,18 - 1835: -7,18 - 1836: -8,18 - 1837: -10,19 - 1838: -16,19 - 1839: -17,19 - 1840: -18,19 - 1841: -19,19 - 1842: -21,19 - 1843: -22,19 - 1844: -23,19 - 1845: -24,19 - 1846: -25,19 - 1847: -26,19 - 1848: -28,19 - 1849: -29,19 - 1850: -30,19 - 1851: -31,19 - 3541: -27,19 - 4234: -20,19 - 6320: 6,-8 - 6321: 11,-6 - 6322: 12,-6 - 6420: -27,-3 - - node: - color: '#951710FF' - id: BrickTileWhiteLineS - decals: - 6137: -24,44 - 6138: -26,44 - 6139: -26,44 - 6140: -27,44 - 6141: -25,44 - 6142: -28,44 - 6150: -22,47 - 6159: -21,47 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteLineS - decals: - 988: -23,53 - 989: -22,53 - 990: -21,53 - 991: -20,53 - 992: -24,61 - 993: -23,61 - 994: -24,61 - 995: -25,61 - 996: -22,61 - 997: -21,61 - 998: -20,61 - 999: -19,61 - 1000: -18,61 - 1001: -17,61 - 1002: -13,61 - 1003: -12,61 - 1004: -5,66 - 1005: -4,66 - 1006: -3,66 - 1007: -4,63 - 1008: -3,63 - 1009: -8,63 - 1028: -15,63 - 1032: -31,57 - 4380: -27,53 - 4381: -37,58 - 4382: -38,58 - 4383: -39,58 - 4384: -43,62 - 4393: -42,62 - 4394: -41,62 - 4418: -34,64 - 4419: -33,64 - 4420: -32,64 - 4421: -31,64 - 4422: -30,64 - 6170: -44,62 - - node: - color: '#B02E26FF' - id: BrickTileWhiteLineS - decals: - 650: -27,39 - 651: -26,39 - 652: -25,39 - 653: -24,39 - 654: -23,39 - 655: -22,39 - 668: -10,39 - 669: -9,39 - 671: -7,38 - 748: -9,24 - 749: -10,24 - 750: -11,24 - 751: -7,23 - 752: -6,23 - 753: -8,32 - 754: -7,32 - 755: -6,32 - 774: -22,24 - 775: -21,24 - 776: -20,24 - 777: -19,24 - 778: -18,24 - 779: -17,24 - 780: -16,24 - 781: -15,24 - 802: -22,28 - 803: -21,28 - 804: -19,29 - 805: -17,28 - 806: -16,28 - 807: -15,28 - 808: -14,28 - 809: -13,28 - 810: -12,28 - 811: -11,28 - 812: -10,28 - 823: -30,29 - 824: -29,29 - 825: -28,29 - 826: -27,29 - 827: -26,29 - 828: -34,29 - 829: -35,29 - 830: -36,29 - 839: -36,33 - 840: -35,33 - 841: -34,33 - 855: -16,44 - 856: -15,44 - 865: -18,39 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteLineS - decals: - 2575: 43,32 - 2576: 44,32 - 2577: 45,32 - 2578: 46,32 - 2579: 47,32 - 2580: 48,32 - 2581: 48,28 - 2582: 47,28 - 2583: 46,28 - 2584: 45,28 - 2585: 44,28 - 2586: 43,28 - 2587: 43,23 - 2588: 44,23 - 2589: 45,23 - 2590: 46,23 - 2591: 47,23 - 2592: 48,23 - 2593: 49,23 - 2594: 39,23 - 2595: 38,23 - 2596: 37,23 - 2597: 36,23 - 2598: 35,23 - 2599: 31,23 - 2600: 30,23 - 2601: 29,23 - 2602: 28,23 - 2603: 27,23 - 2604: 27,26 - 2605: 28,26 - 2606: 29,26 - 2607: 30,26 - 2608: 31,26 - 2609: 35,28 - 2610: 36,28 - 2611: 37,28 - 2612: 38,28 - 2613: 39,28 - 2614: 39,32 - 2615: 35,46 - 2616: 36,46 - 2617: 37,46 - 2618: 38,46 - 2619: 39,46 - 2620: 40,46 - 2621: 41,46 - 2622: 42,46 - 2623: 43,46 - 2624: 44,46 - 2625: 45,46 - 2626: 46,46 - 2627: 47,46 - 2628: 48,46 - 2629: 49,46 - 2630: 44,53 - 2631: 38,53 - 2632: 45,53 - 2633: 46,53 - 2634: 39,53 - 2635: 40,53 - 2636: 48,42 - 2637: 47,42 - 2638: 46,42 - 2639: 45,42 - 2640: 44,42 - 2641: 43,42 - 2642: 43,36 - 2643: 44,36 - 2644: 45,36 - 2645: 46,36 - 2646: 47,36 - 2647: 48,36 - 2648: 49,36 - 2649: 52,26 - 2650: 53,26 - 2651: 54,26 - 2652: 55,26 - 2653: 56,26 - 2654: 57,26 - 2655: 58,26 - 2656: 59,26 - 2657: 60,26 - 2658: 61,26 - 2659: 62,26 - 2691: 53,46 - - node: - color: '#BA8841FF' - id: BrickTileWhiteLineS - decals: - 1939: -55,11 - 1940: -49,16 - 1941: -50,16 - 1942: -51,16 - 1943: -51,20 - 1944: -50,20 - 1945: -49,20 - 1946: -59,22 - 1947: -60,22 - 1948: -61,22 - 1949: -62,22 - 1950: -63,22 - 1951: -64,22 - 1952: -65,22 - 1953: -53,29 - 1954: -52,29 - 1955: -51,29 - 1956: -50,29 - 1957: -49,29 - 1958: -48,29 - 1959: -47,29 - 1960: -46,29 - 1961: -45,29 - 1962: -44,29 - 1963: -43,29 - 1964: -57,33 - 1965: -56,33 - 1966: -55,33 - 1967: -54,33 - 1968: -53,33 - 1969: -49,33 - 1970: -48,33 - 1971: -47,33 - 1972: -46,33 - 1973: -45,33 - 1974: -44,33 - 1975: -43,33 - 2012: -63,15 - 2013: -62,15 - 2014: -61,15 - 2015: -60,15 - 2016: -59,15 - 2017: -51,25 - 2018: -50,25 - 2019: -49,25 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteLineS - decals: - 2756: -55,-4 - 2757: -54,-4 - 2758: -53,-4 - 2759: -52,-4 - 2760: -51,-4 - 2761: -62,-5 - 2762: -61,-5 - 2763: -60,-5 - 2764: -59,-5 - 2765: -54,0 - 2766: -53,0 - 2767: -52,0 - 2768: -51,0 - 2769: -58,0 - 2770: -59,0 - 2771: -60,0 - 2772: -61,0 - 2773: -62,0 - 2774: -56,2 - 2885: -62,-10 - 2886: -61,-10 - 2887: -60,-10 - 2888: -59,-10 - 2901: -55,-9 - 2940: -59,-13 - 2941: -58,-13 - 2942: -57,-13 - 2943: -56,-13 - 2944: -55,-13 - 2945: -54,-13 - 2947: -52,-12 - 2948: -51,-12 - 2949: -69,5 - 2950: -70,5 - 2951: -71,5 - 2952: -72,5 - 2953: -73,5 - 2954: -73,13 - 2955: -69,13 - 2956: -73,-1 - 2957: -77,7 - 2958: -78,7 - 2959: -79,7 - 2960: -80,7 - 2961: -84,6 - 2962: -85,6 - 2963: -86,6 - 2964: -90,7 - 2965: -91,7 - 2966: -92,7 - 2967: -93,7 - 2968: -85,12 - 2969: -85,-1 - 2970: -89,-6 - 2971: -88,-6 - 2972: -87,-6 - 2973: -86,-6 - 2974: -85,-6 - 2975: -84,-6 - 2976: -83,-6 - 2977: -82,-6 - 2978: -81,-6 - 3099: -88,20 - 3100: -82,20 - 3103: -84,19 - 3104: -85,19 - 3105: -86,19 - 3119: -66,7 - 3120: -65,7 - 3121: -64,7 - 3122: -63,7 - 3123: -62,7 - 3124: -61,7 - 3125: -60,7 - 3126: -59,7 - 3127: -58,7 - 3128: -57,7 - 3129: -56,7 - 3130: -55,7 - 3131: -54,7 - 3132: -53,7 - 3133: -52,7 - 3134: -51,7 - 3135: -50,7 - 6191: -94,-6 - 6192: -93,-6 - 6193: -95,21 - 6194: -94,21 - 6195: -93,21 - 6210: -69,-1 - 6384: -54,-9 - - node: - color: '#FF974DFF' - id: BrickTileWhiteLineS - decals: - 2201: 14,-3 - 2202: 13,-3 - 2203: 22,-3 - 2204: 23,-3 - 2205: 24,-3 - 2206: 25,-3 - 2207: 26,-3 - 2208: 27,-3 - 2241: 16,-12 - 2242: 17,-12 - 2243: 18,-12 - 2244: 19,-12 - 2245: 20,-12 - 2246: 16,-6 - 2247: 17,-6 - 2248: 18,-6 - 2249: 19,-6 - 2250: 20,-6 - - node: - color: '#334E6DFF' - id: BrickTileWhiteLineW - decals: - 1102: 4,41 - 1103: 4,40 - 1104: 4,39 - 1105: 4,38 - 1106: 4,37 - 1107: 4,36 - 1117: 9,38 - 1118: 9,39 - 1138: 16,36 - 1139: 16,37 - 1140: 16,38 - 1141: 16,39 - 1148: 17,41 - 1149: 17,42 - 1150: 17,43 - 1151: 17,44 - 1152: 17,45 - 1153: 17,46 - 1154: 17,47 - 1155: 17,48 - 1156: 17,49 - 1226: 9,46 - 1227: 9,47 - 1228: 9,48 - 1229: 9,49 - 1230: 5,55 - 1231: 5,54 - 1232: 5,53 - 1233: 5,52 - 1234: 5,51 - 1235: 5,50 - 1236: 5,49 - 1237: 5,48 - 1260: 27,42 - 1261: 27,43 - 1262: 27,44 - 1281: 21,49 - 1300: 16,55 - 1310: 14,55 - 1311: 14,56 - 1339: 26,55 - 1378: 6,24 - 1379: 11,29 - 1380: 4,28 - 1381: 11,28 - 1382: 4,29 - 1383: 17,28 - 1384: 17,27 - 1385: 17,26 - 1386: 17,25 - - node: - color: '#354DA0FF' - id: BrickTileWhiteLineW - decals: - 5901: 33,2 - - node: - color: '#7C45B5FF' - id: BrickTileWhiteLineW - decals: - 2286: -43,20 - 2287: -43,21 - 2288: -43,22 - 2289: -43,23 - 2309: -40,18 - 2328: -41,11 - 2341: 33,-2 - - node: - color: '#80C71FFF' - id: BrickTileWhiteLineW - decals: - 6371: -15,6 - 6372: -18,6 - 6373: -20,6 - 6374: -22,6 - 6375: -24,6 - 6376: -26,6 - 6377: -28,6 - 6378: -30,6 - - node: - color: '#845606FF' - id: BrickTileWhiteLineW - decals: - 3325: -23,-34 - 3326: -23,-33 - 3327: -23,-32 - 3328: -23,-31 - 3329: -23,-30 - 3330: -20,-41 - 3331: -20,-40 - 3332: -20,-39 - 3333: -14,-40 - 3334: -14,-39 - 3335: -14,-41 - 3336: -14,-42 - 3337: -17,-29 - 3338: -17,-30 - 3339: -23,-25 - 3340: -23,-24 - 3341: -23,-23 - 3342: -23,-21 - 3343: -23,-20 - 3344: -31,-21 - 3345: -31,-20 - 3346: -31,-25 - 3347: -11,-25 - 3348: -17,-21 - 3349: -17,-20 - 4469: -20,-44 - 4470: -20,-43 - 4471: -20,-42 - 4472: -52,-42 - 4473: -52,-43 - 4474: -52,-44 - 4475: -52,-45 - 4476: -52,-49 - 4539: -23,-29 - 5850: -52,-48 - 5854: -52,-47 - 5855: -52,-46 - 6019: -23,-35 - - node: - color: '#91D4FFFF' - id: BrickTileWhiteLineW - decals: - 385: -30,2 - 470: -30,-2 - 471: -24,-2 - 472: -18,-2 - 498: -12,-2 - 499: -12,-1 - 500: -12,5 - 501: -12,6 - 502: -12,7 - 503: -12,8 - 504: -12,9 - 505: -12,10 - 523: -12,11 - 524: -15,15 - 525: -15,14 - 528: -12,0 - 529: -12,4 - 547: -4,-2 - 548: -4,-1 - 549: -4,0 - 556: -4,4 - 557: -4,5 - 558: -4,6 - 559: -9,2 - 1694: 8,6 - 1695: 8,5 - 1696: 5,10 - 1697: 5,11 - 1698: 5,12 - 1699: 5,13 - 1700: 5,14 - 1701: 8,4 - 1702: 8,3 - 1703: 8,1 - 1704: 8,2 - 1705: 8,0 - 1706: 8,-1 - 1707: 8,-2 - 1725: 0,16 - 1726: 0,15 - 1727: 0,14 - 1728: 0,13 - 1729: 0,12 - 1730: 0,11 - 1731: 0,10 - 1732: 0,9 - 1733: 0,-5 - 1734: 0,-6 - 1735: 0,-7 - 1736: 0,-12 - 1737: 0,-8 - 1738: 0,-9 - 1739: 0,-10 - 1740: 0,-11 - 6307: 5,-6 - 6308: 5,-7 - 6309: 9,-6 - 6310: 9,-7 - 6311: 9,-8 - 6312: 9,-9 - 6313: 9,-10 - 6314: 9,-11 - 6315: 9,-12 - 6316: 12,-10 - 6317: 12,-11 - 6318: 12,-9 - - node: - color: '#951710FF' - id: BrickTileWhiteLineW - decals: - 6151: -29,45 - 6152: -29,46 - - node: - color: '#9DDFBAFF' - id: BrickTileWhiteLineW - decals: - 974: -32,61 - 975: -32,60 - 976: -32,59 - 977: -32,58 - 978: -28,63 - 979: -28,62 - 980: -28,61 - 981: -28,60 - 982: -28,59 - 983: -28,58 - 984: -28,57 - 985: -28,56 - 986: -28,55 - 987: -28,54 - 1015: -14,62 - 1016: -24,58 - 1017: -24,57 - 1018: -24,56 - 1019: -24,55 - 1020: -24,54 - 1021: 0,68 - 1022: 0,67 - 1023: 0,66 - 1024: 0,65 - 1025: 0,64 - 1026: 0,63 - 1027: -6,67 - 4395: -40,61 - 4396: -40,60 - 4397: -40,59 - 4398: -45,65 - 4399: -45,66 - 6171: -45,63 - - node: - color: '#B02E26FF' - id: BrickTileWhiteLineW - decals: - 637: -28,40 - 638: -28,41 - 658: -31,41 - 659: -31,40 - 681: -11,40 - 682: -11,41 - 711: -14,43 - 712: -14,42 - 713: -14,41 - 714: -14,40 - 715: -14,39 - 716: -14,38 - 717: -14,37 - 718: -14,36 - 719: -14,35 - 720: -14,34 - 721: -14,33 - 722: -14,32 - 723: -14,31 - 724: -23,29 - 725: -37,30 - 726: -37,34 - 727: -7,29 - 728: -7,28 - 729: -12,25 - 756: -9,34 - 757: -9,33 - 782: -23,25 - 863: -19,41 - 864: -19,40 - 4441: -34,38 - 4442: -34,39 - 4443: -34,40 - 4444: -34,41 - 4445: -34,42 - 4446: -34,43 - 4447: -34,44 - 4448: -34,45 - 4449: -34,46 - 4450: -34,47 - 4451: -34,48 - 4452: -34,49 - 4453: -34,50 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteLineW - decals: - 2495: 34,24 - 2496: 34,25 - 2497: 26,27 - 2498: 26,28 - 2499: 26,29 - 2500: 34,29 - 2502: 42,25 - 2503: 42,24 - 2504: 42,29 - 2505: 42,37 - 2506: 42,38 - 2507: 42,39 - 2508: 38,33 - 2509: 38,34 - 2510: 38,35 - 2511: 38,36 - 2512: 38,37 - 2513: 38,38 - 2514: 38,39 - 2515: 38,40 - 2516: 38,41 - 2517: 38,42 - 2518: 38,43 - 2519: 34,47 - 2520: 34,48 - 2521: 34,49 - 2522: 34,50 - 2523: 39,50 - 2524: 49,50 - 2525: 43,54 - 2526: 43,55 - 2527: 43,56 - 2528: 37,56 - 2529: 37,55 - 2530: 37,54 - 2531: 42,43 - 2532: 42,33 - 2533: 42,25 - 2534: 42,24 - 2535: 26,28 - 2674: 51,29 - 2675: 51,28 - 2676: 51,27 - 2693: 53,48 - 2695: 52,50 - - node: - color: '#BA8841FF' - id: BrickTileWhiteLineW - decals: - 2010: -52,22 - 2011: -52,21 - 2020: -64,19 - 2021: -64,18 - 2022: -64,17 - 2023: -64,16 - 2024: -56,12 - 2025: -56,13 - 2026: -56,14 - 2027: -56,15 - 2028: -56,16 - 2029: -56,17 - 2030: -56,18 - 2031: -56,19 - 2032: -56,20 - 2033: -56,21 - 2034: -56,22 - 2035: -56,23 - 2036: -56,24 - 2037: -56,25 - 2038: -56,26 - 2039: -56,27 - 2040: -56,28 - 2041: -66,23 - 2042: -66,24 - 2043: -66,25 - 2044: -66,26 - 2045: -65,29 - 2046: -65,28 - 2047: -64,31 - 2048: -64,32 - 2049: -64,33 - 2050: -64,34 - 2051: -64,35 - 2052: -58,35 - 2053: -58,34 - 2054: -50,34 - 2055: -52,26 - 2056: -52,17 - 2066: -57,30 - 2083: -46,10 - 2084: -46,11 - 2085: -46,12 - 2086: -46,13 - 2087: -46,14 - 2088: -46,15 - 2089: -46,16 - 2090: -46,17 - - node: - color: '#D3F4A5FF' - id: BrickTileWhiteLineW - decals: - 2797: -63,-4 - 2798: -63,-3 - 2799: -56,-3 - 2800: -63,1 - 2801: -63,2 - 2802: -63,3 - 2803: -63,4 - 2806: -55,1 - 2807: -74,6 - 2808: -74,7 - 2809: -74,8 - 2810: -74,9 - 2811: -74,10 - 2839: -81,8 - 2840: -70,14 - 2841: -70,15 - 2842: -70,16 - 2843: -74,16 - 2844: -74,15 - 2845: -74,14 - 2846: -86,13 - 2847: -86,14 - 2848: -86,15 - 2849: -86,16 - 2850: -99,12 - 2851: -99,11 - 2852: -99,10 - 2853: -99,9 - 2854: -99,8 - 2855: -99,6 - 2856: -99,7 - 2857: -99,5 - 2858: -99,4 - 2859: -98,19 - 2860: -98,20 - 2861: -98,21 - 2862: -98,22 - 2863: -98,23 - 2864: -98,24 - 2865: -98,25 - 2866: -98,26 - 2867: -98,27 - 2868: -98,28 - 2869: -94,8 - 2870: -98,-3 - 2871: -98,-4 - 2872: -98,-5 - 2873: -98,-6 - 2874: -98,-7 - 2875: -98,-8 - 2876: -98,-9 - 2877: -98,-10 - 2878: -98,-11 - 2879: -98,-12 - 2896: -63,-8 - 2897: -63,-9 - 2898: -56,-7 - 2899: -56,-8 - 2929: -54,-31 - 2930: -60,-25 - 2931: -60,-24 - 2932: -60,-23 - 2933: -60,-22 - 2934: -60,-21 - 2935: -60,-20 - 2936: -60,-19 - 2937: -60,-18 - 2938: -60,-17 - 2939: -60,-16 - 3078: -87,9 - 3079: -87,8 - 3080: -87,7 - 3082: -86,3 - 3083: -86,2 - 3084: -86,1 - 3085: -86,0 - 3137: -48,6 - 3138: -48,5 - 3139: -48,4 - 3140: -48,3 - 3141: -48,2 - 3142: -48,1 - 3143: -48,0 - 3144: -48,-1 - 6206: -70,2 - 6207: -70,1 - 6208: -70,0 - - node: - color: '#FF974DFF' - id: BrickTileWhiteLineW - decals: - 2191: 13,1 - 2192: 15,-4 - 2193: 15,-5 - 2224: 12,-1 - 2225: 12,-2 - 2226: 15,-9 - 2227: 15,-10 - 2228: 15,-11 - - node: - color: '#FFFFFFFF' - id: BushDThree - decals: - 149: 54,-13 - 150: 68,-9 - 151: 71,-3 - 152: 3,-10 - 226: 37,37 - 3767: -23.84824,-36.039036 - 3788: 70.49607,-5.2800684 - 3789: 73.21482,-5.2683496 - - node: - color: '#FFFFFFFF' - id: BushDTwo - decals: - 200: -1,14 - 352: -106.987564,9.973441 - 366: -101.81569,9.926566 - 3477: -0.88223886,-10.300684 - 6085: -59.517128,9.321603 - 6086: -42.90093,5.449465 - 6087: -30.489948,17.91463 - 6088: 47.184723,21.183506 - 6089: 39.60601,-20.002787 - 6090: 42.520073,-19.752787 - 6091: 40.600338,-30.343527 - 6092: 34.420174,-36.616962 - 6093: 17.789068,-38.879887 - 6094: 1.2919211,-38.75982 - 6095: -3.5219002,-45.90537 - 6096: -10.826588,-52.624638 - 6097: 13.056606,-52.51093 - 6098: 8.8619585,-45.313065 - 6099: -8.990252,-30.680576 - 6100: -23.893175,-32.74724 - - node: - color: '#FFFFFFFF' - id: Bushb2 - decals: - 6387: -58.49992,-28.071701 - - node: - color: '#FFFFFFFF' - id: Bushb3 - decals: - 266: 36,-37 - - node: - color: '#FFFFFFFF' - id: Bushd1 - decals: - 3871: 57.006096,-12.356954 - 3872: 57.099846,-6.4928484 - 3873: 57.873283,-6.9615984 - 3874: 63.099846,-6.8826447 - 3875: 65.24438,-12.144363 - 3876: 67.27172,-12.788895 - 3877: 67.48266,-13.257645 - 3878: 69.80284,-5.2769313 - 3879: 71.44347,-3.4839625 - 3880: 66.205185,0.043381214 - 3881: 65.642685,-1.0347438 - 3882: 62.150494,-2.1245875 - 3883: 55.271587,-0.22615004 - 3884: 53.619244,-8.4761505 - 3885: 54.380962,-9.671463 - 3886: 52.400494,-15.636277 - 3887: 48.594856,-24.49732 - 3888: 51.36048,-26.65357 - 6160: -13.54646,71.93295 - - node: - color: '#FFFFFFFF' - id: Bushe1 - decals: - 170: -3,-47 - 201: -1,9 - 257: 66,-4 - 258: 72,-4 - 362: -106.90944,6.957816 - 363: -103.09694,5.285941 - 364: -102.925064,4.629691 - 3546: -1.2123232,14.564764 - - node: - color: '#FFFFFFFF' - id: Bushe2 - decals: - 142: 53,0 - 143: 51,-16 - 144: 63,-26 - 359: -105.75319,9.676566 - 360: -105.893814,8.332816 - 361: -106.737564,7.426566 - - node: - color: '#FFFFFFFF' - id: Bushe3 - decals: - 3457: 42.40303,-11.448524 - 3458: 41.500687,-14.392142 - 3459: 47.430374,-6.8730726 - 3460: 46.15303,3.6802206 - 3461: 45.12178,13.699752 - 3462: 65.732506,-8.308953 - 3463: 59.42782,-10.014526 - 3464: 67.525475,-21.236286 - 3465: 61.443443,-27.3714 - 3466: 49.665607,-26.2464 - 3467: 40.71666,-29.257294 - 3468: 36.59022,-36.651825 - 3469: 13.614435,-38.831512 - 3470: 8.84652,-43.378727 - - node: - color: '#FFFFFFFF' - id: Bushe4 - decals: - 164: -32,-3 - 169: 9,-43 - 238: 49,54 - 259: 75,-3 - 260: 75,-3 - 261: 75,-6 - 262: 62,-3 - 263: 41,-29 - 264: 22,-39 - 265: 5,-49 - 356: -102.862564,10.332816 - 357: -102.393814,9.817191 - 358: -105.75319,11.926566 - 3768: -24.176365,-31.187471 - 3769: -8.777928,-28.609346 - 3787: 67.818695,-5.2331934 - 3949: -36.177177,-21.855759 - 3964: -106.47833,9.241646 - 4107: 22.541536,39.08815 - 4108: 9.814974,35.44362 - 4306: 46.1468,-0.7615123 - 4338: 1.3932085,51.47611 - 4339: 0.7525835,54.61237 - 6027: 31.918331,-17.062832 - 6028: 27.27747,-16.844082 - 6084: -60.134315,9.024728 - - node: - color: '#FFFFFFFF' - id: Bushf1 - decals: - 171: 13,-52 - 247: 64,8 - 365: -102.300064,6.192191 - 3858: 53.982315,-4.4730234 - 3859: 56.876846,-4.3675547 - 3860: 63.521378,-4.3675547 - 3861: 72.77919,-4.672242 - 3862: 65.326065,-13.215211 - 3863: 63.521378,-11.827433 - 3864: 66.76747,-21.307901 - 3865: 62.021378,-25.593042 - 3866: 67.21278,-24.245386 - 3867: 57.849846,-28.077417 - 3868: 53.478752,-27.608667 - 3869: 49.599846,-25.207119 - 3870: 50.713127,-17.428339 - - node: - color: '#FFFFFFFF' - id: Bushf2 - decals: - 165: -32,7 - 166: -1,-9 - 167: 19,-39 - - node: - color: '#FFFFFFFF' - id: Bushf3 - decals: - 3474: 9.066714,-41.41747 - 3475: 13.218527,-38.625637 - 3476: -1.2923951,-11.308496 - - node: - color: '#FFFFFFFF' - id: Bushg4 - decals: - 3471: 5.063496,-47.319897 - 3783: 58.594654,-6.3586936 - 3795: 54.488796,-3.3138347 - 3796: 53.633327,-1.0169597 - 3797: 62.60989,-6.442741 - 3798: 68.45755,-5.177116 - 3799: 74.16458,-5.270866 - 3800: 53.258327,-7.368522 - 3801: 55.461452,-13.006857 - 3802: 65.56302,-22.65142 - 3803: 60.09036,-26.41314 - 3804: 54.301296,-27.374077 - 3805: 50.352077,-26.237358 - 3806: 49.625515,-24.72564 - 3950: -36.001396,-22.922165 - 3951: -35.49749,-22.336227 - 3952: -44.30999,-5.539646 - 3953: -81.8269,13.409887 - 3954: -81.24096,14.968481 - 3955: -81.70971,15.988012 - 3956: -81.006584,17.452856 - 3957: -88.282814,12.964575 - 3958: -88.72281,17.523169 - 3959: -88.874985,3.0756955 - 3960: -88.501915,2.7552567 - 3961: -88.04488,0.95056915 - 3962: -100.76816,3.8184528 - 3963: -100.44003,4.3575153 - 6276: 70.73736,17.2949 - - node: - color: '#FFFFFFFF' - id: Bushh1 - decals: - 145: 69,-20 - 146: 67,-11 - 147: 71,-6 - 148: 58,0 - 208: -24,18 - 3456: 42.906937,-11.0667305 - 3542: -30.793852,18.267889 - 3543: -31.28604,17.857733 - 3770: -24.621677,-29.41794 - 3771: -24.527927,-31.984348 - 3772: -8.508397,-30.390596 - 3773: 14.481334,-38.60922 - 3774: 19.515272,-38.722622 - 3775: 30.546476,-36.59626 - 3776: 33.399643,-36.98298 - 3784: 51.592796,-17.105461 - 3794: 53.281765,-3.1966472 - 3977: -87.86473,16.017628 - 3978: -80.82176,11.740285 - 6059: 37.616062,21.238317 - 6060: 46.427296,21.230505 - 6061: 44.458797,13.420872 - 6062: -0.83810425,34.107063 - 6063: 0.021270752,36.677376 - - node: - color: '#FFFFFFFF' - id: Bushh3 - decals: - 138: 55,-8 - 139: 61,-3 - 140: 64,-4 - - node: - color: '#FFFFFFFF' - id: Bushi1 - decals: - 172: -3,-48 - 207: -17,18 - 3815: 58.069717,-6.448056 - 3816: 60.39003,-8.088681 - 3817: 66.57753,-6.7879 - 3818: 67.23378,-2.2761812 - 3819: 70.57362,-1.3738375 - 3820: 75.436905,-2.2527437 - 3821: 72.343155,-6.4363375 - 3822: 55.585342,-2.241025 - 3823: 58.611607,-12.025141 - 3824: 55.892857,-12.611078 - 3825: 56.537388,-12.611078 - 3826: 62.560825,-10.2556095 - 3827: 62.865513,-10.8181095 - 3828: 67.16629,-20.122797 - 3829: 66.77957,-20.532953 - 3830: 65.5491,-24.353764 - 3831: 61.22571,-26.02222 - 3832: 61.448368,-26.444096 - 3833: 59.35071,-27.557377 - 3834: 52.460087,-27.194096 - 3835: 50.397587,-26.186283 - - node: - color: '#FFFFFFFF' - id: Bushi2 - decals: - 256: 66,-3 - 349: -102.331314,7.207816 - 3836: 52.108524,-27.53394 - 3837: 59.6554,-26.948002 - 6161: -13.85896,71.22 - - node: - color: '#FFFFFFFF' - id: Bushi3 - decals: - 251: 67,-22 - 252: 60,-28 - 253: 52,-15 - 350: -101.94069,6.645316 - 351: -107.768814,9.239066 - 4213: -17.382242,55.28696 - 4214: -16.433023,49.884617 - 4256: -26.578676,-14.086744 - 4257: -20.547426,-14.055494 - 6026: 30.879269,-17.070644 - 6058: 36.811375,20.988317 - - node: - color: '#FFFFFFFF' - id: Bushi4 - decals: - 3472: -2.9872854,-48.485737 - 3473: 5.0869336,-47.735737 - 3838: 50.4679,-18.136845 - 3839: 55.29607,-13.119765 - 3840: 63.37029,-11.514297 - 3841: 62.725758,-11.186172 - 3842: 60.288258,-9.13539 - 3843: 60.135914,-8.631484 - 3844: 60.581226,-8.408828 - 3845: 55.905445,-2.656845 - - node: - color: '#FFFFFFFF' - id: Bushj1 - decals: - 6278: 70.74908,18.630838 - - node: - color: '#FFFFFFFF' - id: Bushj2 - decals: - 4104: 13.119661,34.4944 - 4105: 21.920443,36.205338 - 4106: 22.752474,39.38112 - - node: - color: '#FFFFFFFF' - id: Bushj3 - decals: - 3846: 54.428883,-1.0748138 - 3847: 54.428883,-4.063095 - 3848: 56.70232,-3.6998138 - 3849: 62.831226,-9.699814 - 3850: 58.3781,-12.125595 - 3851: 53.363544,-14.035416 - 3852: 49.414326,-20.189419 - 3853: 58.055847,-27.474571 - 3854: 65.59101,-23.30963 - 3855: 67.81218,-14.928173 - 3856: 67.50614,-5.3519297 - 3857: 71.11552,-5.3636484 - 6186: -90.484215,24.691216 - - node: - color: '#FFFFFFFF' - id: Bushk1 - decals: - 137: 55,-9 - 267: 31,-37 - 3544: -27.53604,17.799139 - 4142: -13.987451,77.15054 - 4143: 16.034712,73.68179 - 4209: -16.79256,50.545914 - 4210: -16.909748,47.276382 - 4217: -32.315296,-0.5816544 - 4218: -44.33498,-1.2191677 - 4219: -41.3467,-9.703543 - 4220: -10.496473,-53.210663 - 4221: 4.6561537,-46.97945 - 4222: 9.186384,-44.058086 - 4223: 41.453693,-29.955482 - 4224: 60.86173,-28.141144 - 4225: 68.20961,-12.918012 - 4226: 75.13539,0.078846216 - 4227: 68.50344,0.16087747 - 4228: 46.415348,5.7034583 - 4229: 44.259098,12.3333845 - 4230: 58.00519,8.1612835 - 4337: 0.7213335,50.679234 - - node: - color: '#FFFFFFFF' - id: Bushk2 - decals: - 141: 74,-7 - 254: 52,-16 - 255: 66,-9 - 353: -101.143814,5.270316 - 3785: 63.201508,-6.276162 - 3786: 55.58432,-2.9949121 - 3807: 49.531765,-19.440483 - 3808: 49.520046,-24.842827 - 3809: 60.35989,-26.49517 - 3810: 66.04349,-22.37017 - 3811: 69.066925,-19.405327 - 3812: 66.629425,-13.829832 - 3813: 64.70755,-12.892332 - 3814: 66.93411,-5.1350956 - 4102: 9.451693,35.72487 - 4103: 12.533724,34.799088 - 6064: 0.07595825,34.04807 - 6414: -30.692488,-17.01733 - - node: - color: '#FFFFFFFF' - id: Bushk3 - decals: - 354: -102.06569,2.9734414 - 6041: 1.882721,-38.060734 - 6168: -13.937085,69.75079 - 6277: 71.135796,16.380838 - - node: - color: '#FFFFFFFF' - id: Bushl2 - decals: - 239: 49,57 - - node: - color: '#FFFFFFFF' - id: Bushl3 - decals: - 4144: -13.600202,75.158356 - 4145: 15.641865,77.71304 - - node: - color: '#FFFFFFFF' - id: Bushl4 - decals: - 4190: -17.366714,59.025 - 4191: -16.417496,58.0875 - - node: - color: '#FFFFFFFF' - id: Bushm1 - decals: - 199: 3,9 - 4211: -16.61678,46.93654 - 4212: -17.26131,56.967907 - 6162: -13.405835,69.4075 - - node: - color: '#FFFFFFFF' - id: Bushm2 - decals: - 355: -101.09694,2.8484414 - 3545: -23.610258,18.150702 - 3792: 53.50442,-6.8880534 - 3793: 53.69192,-3.2786784 - 4146: 15.899677,73.283356 - 4147: -13.56775,73.763824 - - node: - color: '#FFFFFFFF' - id: Bushm3 - decals: - 3790: 59.046852,-6.428506 - 3791: 62.62107,-9.01835 - - node: - color: '#FFFFFFFF' - id: Bushm4 - decals: - 3478: -1.3741928,-7.263622 - 3782: 55.043873,-6.253225 - 3889: 58.0147,-3.0305514 - 3890: 47.043705,0.5114244 - 3891: 47.47435,0.95306015 - 3892: 55.576187,8.312037 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Bushn1 - decals: - 79: 64,-9 - 80: 49,-18 - 81: 44,-20 - 82: 41,-31 - - node: - color: '#FFFFFFFF' - id: Bushn1 - decals: - 153: 3,-9 - 173: -11,-51 - 212: 5,25 - 3766: -23.930271,-30.320284 - 3777: 28.395735,-36.87751 - 3778: 49.579803,-25.76604 - 3779: 64.6325,-5.2884035 - 3780: 65.12469,-5.546216 - 3781: 74.26534,-0.3352561 - 4148: -13.602906,77.607574 - 4208: -16.999838,55.935135 - 4307: 46.30305,-3.6521373 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 2123: -47,33 - 2124: -46,33 - 2703: 45,36 - 2704: 46,36 - 2705: 47,36 - 4346: -101,52 - 4347: -101,51 - 4348: -101,50 - 4349: -100,51 - 4350: -99,51 - 4351: -98,51 - 4352: -99,52 - 4353: -109,58 - 4354: -106,55 - 4355: -117,58 - 4356: -120,55 - 4357: -120,47 - 4358: -117,44 - 4359: -109,44 - 4360: -106,47 - 4361: -102,52 - 4362: -102,51 - 4363: -102,50 - 5876: 69,-9 - 5877: 70,-9 - 5878: 72,-9 - 5879: 73,-9 - 5880: -43,38 - 5881: -42,38 - 5882: -41,38 - 5883: -40,38 - 5884: 28,38 - - node: - color: '#FFFFFFFF' - id: DeliveryGreyscale - decals: - 4364: -119,49 - 4365: -119,50 - 4366: -119,51 - 4367: -119,52 - 4368: -119,53 - 4369: -115,57 - 4370: -114,57 - 4371: -113,57 - 4372: -112,57 - 4373: -111,57 - 4374: -115,45 - 4375: -114,45 - 4376: -113,45 - 4377: -112,45 - 4378: -111,45 - 4379: -113,51 - - node: - color: '#91D4FFFF' - id: DiagonalOverlay - decals: - 2253: 1,3 - 2254: 1,2 - 2255: 0,2 - 2256: 1,1 - 2257: 2,2 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 4543: -55,9 - 4544: -55,11 - 4545: -55,13 - 4546: -51,13 - 4547: -49,11 - 4548: -49,17 - 4549: -52,21 - 4550: -50,25 - 4551: -48,30 - 4552: -53,30 - 4553: -56,25 - 4554: -59,22 - 4555: -63,22 - 4556: -63,24 - 4557: -64,29 - 4558: -60,32 - 4559: -61,35 - 4560: -70,20 - 4561: -70,19 - 4562: -68,22 - 4563: -70,28 - 4564: -70,32 - 4565: -66,34 - 4566: -62,35 - 4567: -56,36 - 4568: -47,34 - 4569: -41,40 - 4570: -45,40 - 4571: -55,45 - 4572: -55,48 - 4573: -53,53 - 4574: -46,60 - 4575: -42,60 - 4576: -43,64 - 4577: -44,65 - 4578: -42,66 - 4579: -39,67 - 4580: -36,65 - 4581: -40,61 - 4582: -34,64 - 4583: -31,64 - 4584: -26,64 - 4585: -27,59 - 4586: -28,56 - 4587: -26,55 - 4588: -23,54 - 4589: -20,54 - 4590: -21,64 - 4591: -20,63 - 4592: -23,67 - 4593: -18,66 - 4594: -16,67 - 4595: -28,67 - 4596: -5,68 - 4597: -3,66 - 4598: -3,64 - 4599: -9,63 - 4600: -1,61 - 4601: 0,60 - 4602: -4,59 - 4603: -9,58 - 4604: -12,58 - 4605: -20,58 - 4606: 2,58 - 4607: 2,69 - 4608: 5,69 - 4609: 1,71 - 4610: -8,74 - 4611: -4,73 - 4612: 3,78 - 4613: 6,76 - 4614: 14,65 - 4615: 8,65 - 4616: 7,65 - 4617: 5,65 - 4618: 2,63 - 4619: 0,56 - 4620: -1,53 - 4621: 0,52 - 4622: 2,50 - 4623: 7,52 - 4624: 16,56 - 4625: 20,54 - 4626: 17,47 - 4627: 17,45 - 4628: 19,41 - 4629: 16,37 - 4630: 20,36 - 4631: 27,44 - 4632: 22,45 - 4633: 28,39 - 4634: 27,49 - 4635: 6,45 - 4636: 4,41 - 4637: 7,38 - 4638: 4,38 - 4639: 4,37 - 4640: 2,37 - 4641: 1,35 - 4642: 0,42 - 4643: -2,41 - 4644: -2,30 - 4645: -3,26 - 4646: 2,27 - 4647: 0,26 - 4648: 1,23 - 4649: 4,21 - 4650: 7,22 - 4651: 12,21 - 4652: 16,20 - 4653: 19,19 - 4654: 20,23 - 4655: 17,28 - 4656: 26,27 - 4657: 31,26 - 4658: 31,29 - 4659: 36,29 - 4660: 40,28 - 4661: 38,29 - 4662: 35,25 - 4663: 38,23 - 4664: 39,33 - 4665: 38,36 - 4666: 35,35 - 4667: 29,32 - 4668: 21,32 - 4669: 14,32 - 4670: 7,32 - 4671: 35,42 - 4672: 32,44 - 4673: 32,47 - 4674: 29,46 - 4675: 35,49 - 4676: 41,49 - 4677: 43,50 - 4678: 47,48 - 4679: 46,47 - 4680: 42,46 - 4681: 52,50 - 4682: 56,51 - 4683: 58,52 - 4684: 56,53 - 4685: 58,54 - 4686: 58,56 - 4687: 60,58 - 4688: 60,56 - 4689: 55,56 - 4690: 53,61 - 4691: 56,61 - 4692: 56,62 - 4693: 56,65 - 4694: 55,66 - 4695: 56,68 - 4696: 55,70 - 4697: 61,70 - 4698: 64,70 - 4699: 66,70 - 4700: 69,68 - 4701: 74,68 - 4702: 75,68 - 4703: 78,61 - 4704: 72,55 - 4705: 65,55 - 4706: 65,61 - 4707: 75,56 - 4708: 75,50 - 4709: 65,49 - 4710: 63,52 - 4711: 71,48 - 4712: 73,48 - 4713: 72,49 - 4714: 78,47 - 4715: 80,49 - 4716: 75,48 - 4717: 79,44 - 4718: 67,43 - 4719: 66,39 - 4720: 59,43 - 4721: 69,40 - 4722: 61,36 - 4723: 64,38 - 4724: 54,38 - 4725: 64,39 - 4726: 58,43 - 4727: 63,44 - 4728: 60,47 - 4729: 65,47 - 4730: 64,44 - 4731: 70,36 - 4732: 76,35 - 4733: 72,32 - 4734: 77,35 - 4735: 78,32 - 4736: 78,32 - 4737: 73,31 - 4738: 85,30 - 4739: 87,32 - 4740: 85,29 - 4741: 86,30 - 4742: 95,30 - 4743: 90,29 - 4744: 88,29 - 4745: 90,28 - 4746: 95,29 - 4747: 95,35 - 4748: 95,40 - 4749: 97,39 - 4750: 98,35 - 4751: 99,30 - 4752: 100,27 - 4753: 98,25 - 4754: 95,24 - 4755: 91,23 - 4756: 90,23 - 4757: 86,24 - 4758: 85,23 - 4759: 84,25 - 4760: 79,27 - 4761: 77,29 - 4762: 75,28 - 4763: 75,26 - 4764: 71,28 - 4765: 70,32 - 4766: 68,32 - 4767: 64,33 - 4768: 62,33 - 4769: 59,32 - 4770: 55,32 - 4771: 52,32 - 4772: 52,39 - 4773: 58,42 - 4774: 67,47 - 4775: 65,49 - 4776: 66,47 - 4777: 68,48 - 4778: 72,54 - 4779: 75,55 - 4780: 72,58 - 4781: 70,61 - 4782: 71,66 - 4783: 79,66 - 4784: 82,66 - 4785: 87,66 - 4786: 80,68 - 4787: 83,68 - 4788: 88,67 - 4789: 88,65 - 4790: 89,63 - 4791: 93,62 - 4792: 84,62 - 4793: 81,55 - 4794: 81,54 - 4795: 89,55 - 4796: 95,54 - 4797: 93,50 - 4798: 92,49 - 4799: 89,49 - 4800: 86,52 - 4801: 82,50 - 4802: 84,48 - 4803: 87,46 - 4804: 89,46 - 4805: 88,42 - 4806: 94,41 - 4807: 93,37 - 4808: 90,33 - 4809: 90,31 - 4810: 95,31 - 4811: 100,31 - 4812: 99,38 - 4813: 85,20 - 4814: 85,14 - 4815: 84,9 - 4816: 84,7 - 4817: 80,4 - 4818: 78,3 - 4819: 85,11 - 4820: 79,0 - 4821: 80,-3 - 4822: 80,-8 - 4823: 77,-12 - 4824: 72,-15 - 4825: 74,-17 - 4826: 76,-17 - 4827: 68,-18 - 4828: 67,-16 - 4829: 60,-10 - 4830: 60,-12 - 4831: 56,-14 - 4832: 54,-16 - 4833: 49,-22 - 4834: 50,-23 - 4835: 52,-26 - 4836: 55,-27 - 4837: 57,-28 - 4838: 60,-26 - 4839: 64,-23 - 4840: 65,-22 - 4841: 61,-10 - 4842: 61,-8 - 4843: 56,-5 - 4844: 54,-5 - 4845: 54,-2 - 4846: 50,-2 - 4847: 50,-6 - 4848: 49,-7 - 4849: 51,-9 - 4850: 50,2 - 4851: 48,5 - 4852: 49,12 - 4853: 49,14 - 4854: 43,19 - 4855: 41,20 - 4856: 46,18 - 4857: 38,18 - 4858: 34,19 - 4859: 32,16 - 4860: 30,15 - 4861: 33,15 - 4862: 33,12 - 4863: 31,10 - 4864: 27,10 - 4865: 25,12 - 4866: 24,15 - 4867: 25,16 - 4868: 26,16 - 4869: 26,12 - 4870: 23,9 - 4871: 26,9 - 4872: 31,6 - 4873: 21,7 - 4874: 19,5 - 4875: 12,7 - 4876: 9,7 - 4877: 9,9 - 4878: 7,12 - 4879: 6,14 - 4880: 11,15 - 4881: 11,12 - 4882: 8,3 - 4883: 5,3 - 4884: 0,6 - 4885: -3,4 - 4886: -4,6 - 4887: -7,10 - 4888: -8,12 - 4889: -9,14 - 4890: -4,14 - 4891: -12,12 - 4892: -16,12 - 4893: -26,13 - 4894: -28,13 - 4895: -35,14 - 4896: -35,15 - 4897: -33,11 - 4898: -38,11 - 4899: -41,10 - 4900: -40,12 - 4901: -39,9 - 4902: -37,8 - 4903: -40,8 - 4904: -35,7 - 4905: -37,5 - 4906: -33,2 - 4907: -35,-5 - 4908: -32,-5 - 4909: -28,-2 - 4910: -20,-3 - 4911: -17,-2 - 4912: -16,-3 - 4913: -27,6 - 4914: -27,1 - 4915: -28,3 - 4916: -21,3 - 4917: -15,1 - 4918: -12,-2 - 4919: -13,-5 - 4920: -23,-5 - 4921: -20,-6 - 4922: -6,1 - 4923: -2,3 - 4924: 0,-2 - 4925: 0,-6 - 4926: 2,-8 - 4927: 2,-12 - 4928: 0,-11 - 4929: -2,-15 - 4930: -7,-16 - 4931: -13,-16 - 4932: -17,-16 - 4933: -12,-14 - 4934: -22,-15 - 4935: -26,-17 - 4936: -32,-15 - 4937: -33,-11 - 4938: -32,-9 - 4939: -38,-15 - 4940: -40,-16 - 4941: -45,-14 - 4942: -44,-12 - 4943: -46,-10 - 4944: -48,-8 - 4945: -49,-15 - 4946: -50,-20 - 4947: -53,-17 - 4948: -54,-22 - 4949: -49,-25 - 4950: -47,-28 - 4951: -50,-29 - 4952: -56,-24 - 4953: -57,-18 - 4954: -56,-16 - 4955: -56,-25 - 4956: -50,-30 - 4957: -39,-30 - 4958: -36,-30 - 4959: -31,-29 - 4960: -33,-26 - 4961: -33,-20 - 4962: -21,-21 - 4963: -20,-25 - 4964: -22,-25 - 4965: -20,-23 - 4966: -15,-25 - 4967: -14,-21 - 4968: -17,-22 - 4969: -7,-21 - 4970: -12,-19 - 4971: -8,-25 - 4972: -10,-25 - 4973: -4,-24 - 4974: -4,-19 - 4975: -5,-28 - 4976: -7,-29 - 4977: -6,-31 - 4978: -6,-30 - 4979: 0,-29 - 4980: 0,-26 - 4981: 2,-25 - 4982: 1,-23 - 4983: 2,-19 - 4984: -2,-18 - 4985: 3,-16 - 4986: 4,-21 - 4987: 4,-26 - 4988: 8,-28 - 4989: 9,-30 - 4990: 9,-33 - 4991: 11,-34 - 4992: 11,-23 - 4993: 9,-21 - 4994: 8,-26 - 4995: 14,-24 - 4996: 14,-21 - 4997: 13,-22 - 4998: 15,-19 - 4999: 17,-20 - 5000: 18,-22 - 5001: 23,-19 - 5002: 27,-19 - 5003: 29,-22 - 5004: 30,-22 - 5005: 29,-25 - 5006: 32,-23 - 5007: 33,-24 - 5008: 37,-23 - 5009: 38,-26 - 5010: 38,-33 - 5011: 39,-34 - 5012: 33,-35 - 5013: 22,-30 - 5014: 24,-24 - 5015: 24,-25 - 5016: 19,-25 - 5017: 22,-35 - 5018: 17,-34 - 5019: 7,-28 - 5020: 9,-26 - 5021: 6,-37 - 5022: 0,-33 - 5023: 2,-33 - 5024: -4,-38 - 5025: -2,-40 - 5026: -1,-43 - 5027: 1,-40 - 5028: 2,-44 - 5029: -2,-45 - 5030: -1,-45 - 5031: 0,-48 - 5032: 2,-50 - 5033: 6,-52 - 5034: 7,-51 - 5035: 8,-53 - 5036: -3,-52 - 5037: -4,-53 - 5038: -8,-53 - 5039: -8,-51 - 5040: -3,-51 - 5041: -9,-41 - 5042: -12,-42 - 5043: -14,-39 - 5044: -13,-36 - 5045: -14,-34 - 5046: -20,-35 - 5047: -19,-38 - 5048: -17,-43 - 5049: -16,-44 - 5050: -23,-43 - 5051: -31,-42 - 5052: -37,-44 - 5053: -42,-42 - 5054: -46,-43 - 5055: -48,-43 - 5056: -51,-45 - 5057: -50,-49 - 5058: -49,-49 - 5059: -47,-37 - 5060: -52,-37 - 5061: -57,-37 - 5062: -58,-34 - 5063: -60,-33 - 5064: -61,-33 - 5065: -63,-29 - 5066: -62,-26 - 5067: -60,-24 - 5068: -59,-23 - 5069: -59,-19 - 5070: -59,-17 - 5071: -60,-12 - 5072: -57,-12 - 5073: -58,-9 - 5074: -62,-7 - 5075: -62,-8 - 5076: -59,-4 - 5077: -62,-4 - 5078: -61,-5 - 5079: -58,-2 - 5080: -53,-4 - 5081: -52,-3 - 5082: -49,-3 - 5083: -46,-6 - 5084: -44,-11 - 5085: -46,4 - 5086: -49,7 - 5087: -47,10 - 5088: -44,10 - 5089: -45,14 - 5090: -50,13 - 5091: -53,11 - 5092: -54,7 - 5093: -60,8 - 5094: -64,7 - 5095: -66,9 - 5096: -54,14 - 5097: -56,14 - 5098: -62,17 - 5099: -63,15 - 5100: -57,21 - 5101: -59,24 - 5102: -57,26 - 5103: -55,23 - 5104: -65,27 - 5105: -53,31 - 5106: -51,12 - 5107: -58,4 - 5108: -59,1 - 5109: -61,0 - 5110: -60,-2 - 5111: -66,3 - 5112: -65,-2 - 5113: -66,-4 - 5114: -66,-7 - 5115: -69,-7 - 5116: -74,-7 - 5117: -76,-3 - 5118: -75,-3 - 5119: -78,0 - 5120: -79,7 - 5121: -81,9 - 5122: -84,7 - 5123: -84,6 - 5124: -86,6 - 5125: -86,10 - 5126: -86,2 - 5127: -84,0 - 5128: -87,-4 - 5129: -89,-5 - 5130: -87,-6 - 5131: -80,-4 - 5132: -80,-6 - 5133: -97,-3 - 5134: -96,-8 - 5135: -95,-10 - 5136: -97,-13 - 5137: -92,-6 - 5138: -89,-2 - 5139: -97,4 - 5140: -98,4 - 5141: -97,11 - 5142: -99,8 - 5143: -93,8 - 5144: -90,8 - 5145: -90,7 - 5146: -96,17 - 5147: -97,19 - 5148: -96,21 - 5149: -96,24 - 5150: -97,27 - 5151: -89,21 - 5152: -86,20 - 5153: -82,21 - 5154: -78,21 - 5155: -74,24 - 5156: -100,28 - 5157: -100,49 - 5158: -96,50 - 5159: -97,52 - 5160: -102,47 - 5161: -112,50 - 5162: -110,59 - 5163: -87,50 - 5164: -79,51 - 5165: -75,52 - 5166: -68,50 - 5167: -66,47 - 5168: -60,50 - 5169: -42,63 - 5170: -7,71 - 5171: -2,71 - 5172: -9,74 - 5173: 18,11 - 5174: 21,9 - 5175: 15,12 - 5176: 20,2 - 5177: 26,0 - 5178: 27,1 - 5179: 36,3 - 5180: 33,-1 - 5181: 20,-8 - 5182: 15,-3 - 5183: 16,0 - 5184: 7,-8 - 5185: 5,1 - 5186: 0,-2 - 5187: -5,1 - 5188: 0,-9 - 5189: 9,-23 - 5249: -34,46 - 5250: -39,40 - 5251: -33,39 - 5252: -35,34 - 5253: -36,30 - 5254: -28,29 - 5255: -17,30 - 5256: -15,28 - 5257: -13,36 - 5258: -13,41 - 5259: -15,45 - 5260: -8,42 - 5261: -7,39 - 5262: -8,34 - 5263: -5,32 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtHeavyMonotile - decals: - 5190: -9,-22 - 5191: -8,-17 - 5192: -5,-16 - 5193: -9,-15 - 5194: -12,-17 - 5195: -16,-15 - 5196: -20,-16 - 5197: -22,-15 - 5198: -25,-15 - 5199: -26,-16 - 5200: -32,-16 - 5201: -33,-14 - 5202: -33,-10 - 5203: -33,-4 - 5204: -33,-4 - 5205: -33,-5 - 5206: -30,-2 - 5207: -29,3 - 5208: -23,1 - 5209: -15,1 - 5210: -27,13 - 5211: -26,12 - 5212: -33,12 - 5213: -35,13 - 5214: -38,10 - 5215: -39,11 - 5216: -44,13 - 5217: -44,13 - 5218: -37,17 - 5219: -35,18 - 5220: -28,20 - 5221: -23,20 - 5222: -18,21 - 5223: -33,24 - 5224: -35,28 - 5225: -12,26 - 5226: -23,31 - 5227: -33,32 - 5228: -19,34 - 5229: -9,36 - 5230: -20,39 - 5231: -7,39 - 5232: -14,40 - 5233: -6,40 - 5234: -8,39 - 5235: -17,29 - 5236: -15,29 - 5237: -27,41 - 5238: -26,45 - 5239: -30,25 - 5240: -30,33 - 5241: -34,31 - 5242: -36,34 - 5243: -36,30 - 5244: -40,39 - 5245: -42,41 - 5246: -38,45 - 5247: -33,50 - 5248: -32,47 - 5264: -15,47 - 5265: -3,53 - 5266: -4,48 - 5267: -15,64 - 5268: -24,63 - 5269: -27,59 - 5270: -31,59 - 5271: -32,58 - 5272: -38,59 - 5273: -42,65 - 5274: -44,71 - 5275: -47,70 - 5276: -14,70 - 5277: -8,71 - 5278: -3,70 - 5279: 1,70 - 5280: 2,60 - 5281: -1,56 - 5282: 1,52 - 5283: 1,48 - 5284: 4,42 - 5285: 1,40 - 5286: 2,35 - 5287: 7,37 - 5288: 3,41 - 5289: 17,43 - 5290: 22,46 - 5291: 32,48 - 5292: 35,41 - 5293: 35,36 - 5294: 39,36 - 5295: 38,43 - 5296: 40,50 - 5297: 37,48 - 5298: 44,46 - 5299: 48,48 - 5300: 45,50 - 5301: 44,55 - 5302: 37,54 - 5303: 36,48 - 5304: 51,43 - 5305: 57,39 - 5306: 64,42 - 5307: 62,48 - 5308: 70,43 - 5309: 61,41 - 5310: 70,49 - 5311: 72,43 - 5312: 72,49 - 5313: 71,47 - 5314: 76,53 - 5315: 70,59 - 5316: 76,54 - 5317: 66,57 - 5318: 74,63 - 5319: 71,56 - 5320: 59,65 - 5321: 55,69 - 5322: 61,68 - 5323: 62,67 - 5324: 63,68 - 5325: 70,66 - 5326: 73,64 - 5327: 78,66 - 5328: 86,65 - 5329: 82,64 - 5330: 81,61 - 5331: 77,56 - 5332: 84,53 - 5333: 85,56 - 5334: 83,50 - 5335: 84,46 - 5336: 96,43 - 5337: 88,39 - 5338: 78,44 - 5339: 77,36 - 5340: 88,35 - 5341: 84,31 - 5342: 77,35 - 5343: 82,30 - 5344: 79,31 - 5345: 79,29 - 5346: 83,25 - 5347: 88,24 - 5348: 93,24 - 5349: 98,24 - 5350: 97,28 - 5351: 93,28 - 5352: 92,29 - 5353: 97,31 - 5354: 89,36 - 5355: 97,38 - 5356: 95,36 - 5357: 98,33 - 5358: 99,34 - 5359: 72,28 - 5360: 74,31 - 5361: 65,35 - 5362: 69,32 - 5363: 65,31 - 5364: 69,15 - 5365: 48,12 - 5366: 46,18 - 5367: 42,18 - 5368: 35,19 - 5369: 28,19 - 5370: 31,19 - 5371: 24,20 - 5372: 22,19 - 5373: 17,22 - 5374: 14,20 - 5375: 15,22 - 5376: 18,19 - 5377: 7,20 - 5378: 9,16 - 5379: 8,17 - 5380: 3,12 - 5381: 9,10 - 5382: 0,17 - 5383: -5,11 - 5384: 3,10 - 5385: -6,12 - 5386: -9,6 - 5387: -5,11 - 5388: -9,2 - 5389: -14,4 - 5390: -13,1 - 5391: -12,5 - 5392: -12,8 - 5393: -16,15 - 5394: -19,13 - 5395: -25,18 - 5396: -15,14 - 5397: -24,17 - 5398: -31,23 - 5399: -27,21 - 5400: -30,22 - 5401: -34,19 - 5402: -32,19 - 5403: -35,18 - 5404: -40,15 - 5405: -43,15 - 5406: -46,13 - 5407: -47,10 - 5408: -48,5 - 5409: -48,-1 - 5410: -48,-5 - 5411: -48,-8 - 5412: -46,-14 - 5413: -42,-15 - 5414: -35,-18 - 5415: -47,-18 - 5416: -45,-24 - 5417: -49,-22 - 5418: -56,-21 - 5419: -50,-23 - 5420: -53,-21 - 5421: -57,-26 - 5422: -57,-26 - 5423: -59,-20 - 5424: -60,-19 - 5425: -59,-24 - 5426: -61,-10 - 5427: -60,-7 - 5428: -62,-6 - 5429: -61,-5 - 5430: -67,-8 - 5431: -65,-4 - 5432: -64,-1 - 5433: -68,3 - 5434: -73,6 - 5435: -78,5 - 5436: -84,2 - 5437: -78,6 - 5438: -81,9 - 5439: -86,14 - 5440: -91,6 - 5441: -88,7 - 5442: -97,8 - 5443: -97,6 - 5444: -97,21 - 5445: -96,25 - 5446: -94,27 - 5447: -86,22 - 5448: -85,19 - 5449: -83,21 - 5450: -87,14 - 5451: -84,13 - 5452: -86,15 - 5453: -87,1 - 5454: -88,-1 - 5455: -83,-6 - 5456: -73,-7 - 5457: -80,0 - 5458: -69,1 - 5459: -66,-2 - 5460: -58,-13 - 5461: -60,-23 - 5462: -42,-37 - 5463: -48,-37 - 5464: -53,-37 - 5465: -56,-37 - 5466: -34,-44 - 5467: -49,-43 - 5468: -20,-43 - 5469: -22,-44 - 5470: -16,-45 - 5471: -17,-40 - 5472: -9,-39 - 5473: -15,-37 - 5474: -12,-31 - 5475: -6,-30 - 5476: -2,-37 - 5477: 2,-39 - 5478: -5,-39 - 5479: 1,-45 - 5480: 2,-46 - 5481: 0,-50 - 5482: -4,-51 - 5483: -5,-52 - 5484: 10,-53 - 5485: 4,-53 - 5486: 6,-42 - 5487: 9,-36 - 5488: 17,-31 - 5489: 8,-33 - 5490: 13,-28 - 5491: 3,-26 - 5492: 7,-22 - 5493: 18,-25 - 5494: 14,-26 - 5495: 20,-25 - 5496: 19,-27 - 5497: 22,-29 - 5498: 22,-28 - 5499: 29,-26 - 5500: 32,-23 - 5501: 36,-24 - 5502: 31,-26 - 5503: 39,-25 - 5504: 37,-24 - 5505: 39,-28 - 5506: 38,-32 - 5507: 33,-35 - 5508: 28,-34 - 5509: 42,-30 - 5510: 44,-29 - 5511: 43,-25 - 5512: 49,-31 - 5513: 56,-33 - 5514: 50,-24 - 5515: 65,-24 - 5516: 68,-17 - 5517: 67,-16 - 5518: 59,-12 - 5519: 64,-10 - 5520: 61,-6 - 5521: 57,-6 - 5522: 55,-3 - 5523: 50,-2 - 5524: 50,1 - 5525: 51,2 - 5526: 78,-6 - 5527: 79,-3 - 5528: 81,3 - 5529: 83,6 - 5530: 85,8 - 5531: 84,11 - 5532: 86,14 - 5533: 85,17 - 5534: 89,18 - 5535: 88,17 - 5536: 75,25 - 5537: 70,31 - 5538: 71,34 - 5539: 77,40 - 5540: 71,41 - 5541: 69,39 - 5542: 60,45 - 5543: 69,48 - 5544: 72,48 - 5545: 70,48 - 5546: 80,51 - 5547: 80,55 - 5548: 77,60 - 5549: 76,60 - 5550: 73,64 - 5551: 54,61 - 5552: 45,56 - 5553: 45,48 - 5554: 39,43 - 5555: 40,34 - 5556: 35,38 - 5557: 27,38 - 5558: 18,40 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 5559: 1,42 - 5560: 1,46 - 5561: -9,52 - 5562: -16,51 - 5563: -16,44 - 5564: -13,38 - 5565: -18,41 - 5566: -59,12 - 5567: -51,10 - 5568: -83,15 - 5569: -80,28 - 5570: -52,34 - 5571: -31,54 - 5572: 17,51 - 5573: 6,19 - 5574: 63,19 - 5575: -9,-23 - 5576: -55,-24 - 5577: -41,-26 - 5578: 20,-19 - 5579: 32,-20 - 5580: 49,23 - 5581: 67,47 - 5582: 63,57 - 5583: 78,36 - 5584: 80,40 - 5585: 50,49 - 5586: 79,54 - 5587: -17,4 - 5588: -9,21 - 5589: 13,4 - 5590: 1,-3 - 5591: -15,-29 - 5592: -58,-31 - 5593: -65,-8 - 5594: -51,33 - 5595: -36,47 - 5596: -23,56 - 5597: -20,64 - 5598: 5,47 - 5599: 17,21 - 5600: 39,23 - 5601: 31,15 - 5602: 65,-10 - 5603: 38,-18 - 5604: 34,-23 - 5605: 1,-36 - 5606: 5,-43 - 5607: -12,-37 - 5608: -29,-23 - 5609: 10,-20 - 5610: 32,-13 - 5611: 15,10 - 5612: -14,11 - 5613: 35,24 - 5614: 58,32 - 5615: 54,42 - 5616: 64,57 - 5617: 78,47 - 5618: 46,48 - 5619: 19,48 - 5620: -12,49 - 5621: -9,54 - 5622: -17,59 - 5623: -48,64 - 5624: -30,63 - 5625: -17,60 - 5626: -20,30 - 5627: -60,13 - 5628: -49,3 - 5629: -27,-24 - 5630: -51,-12 - 5631: -44,-22 - 5632: -86,4 - 5633: -86,16 - 5634: -99,13 - 5635: -105,6 - 5636: -67,-13 - 5637: -46,-20 - 5638: -37,-24 - 5639: -3,-28 - 5640: 25,-26 - 5641: 39,-15 - 5642: 46,-11 - 5643: 31,-23 - 5644: 53,25 - 5645: 32,35 - 5646: -1,49 - 5647: 0,64 - 5648: -1,76 - 5649: -22,61 - 5650: -27,58 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - decals: - 5651: -63,13 - 5652: -58,-1 - 5653: -38,13 - 5654: -35,15 - 5655: 22,29 - 5656: 7,-3 - 5657: 21,-14 - 5658: -37,-23 - 5659: 36,-14 - 5660: -11,-28 - 5661: -1,-30 - 5662: 43,-27 - 5663: 16,-32 - 5664: 3,-41 - 5665: 3,-40 - 5666: -18,-9 - 5667: 2,9 - 5668: 30,25 - 5669: 15,26 - 5670: -31,22 - 5671: -17,36 - 5672: 2,51 - 5673: 6,66 - 5674: -39,63 - 5675: -35,65 - 5676: 12,76 - 5677: -10,70 - 5678: 1,46 - 5679: 25,47 - 5680: 65,58 - 5681: 58,67 - 5682: 64,52 - 5683: 90,43 - 5684: 73,37 - 5685: 69,28 - 5686: 95,26 - 5687: 92,33 - 5688: 87,37 - 5689: 61,18 - 5690: 39,9 - 5691: 37,-10 - 5692: 62,-13 - 5693: 70,-9 - 5694: 38,-17 - 5695: -5,-18 - 5696: -9,-11 - 5697: -48,-15 - 5698: -34,1 - 5699: -30,18 - 5700: -52,24 - 5701: -48,27 - 5702: -65,34 - 5703: -66,36 - 5704: -63,-32 - 5705: -121,50 - 5706: -120,57 - 5707: -105,57 - 5708: -101,51 - 5709: -89,52 - 5710: -67,49 - 5711: -56,44 - 5712: -32,60 - 5713: -5,66 - 5714: -19,62 - 5715: -31,58 - 5716: -23,55 - 5717: -15,62 - 5718: -4,63 - 5719: -13,37 - 5720: -18,25 - 5721: -2,29 - 5722: -37,21 - 5723: -15,22 - 5724: -10,29 - 5725: -14,34 - 5726: -10,39 - 5727: -27,37 - 5728: -14,43 - 5729: 35,34 - 5730: 3,37 - 5731: -1,46 - 5732: 43,43 - 5733: 33,7 - 5734: 42,17 - 5735: 51,16 - 5736: 41,18 - 5737: 47,-3 - 5738: 49,-7 - 5739: 41,-18 - 5740: 56,-15 - 5741: 21,-23 - 5742: -7,-27 - 5743: -9,-27 - 5744: 51,-18 - 5745: 51,-13 - 5746: 57,-6 - 5747: 50,2 - 5748: 39,29 - 5749: 38,33 - 5750: 28,37 - 5751: 19,41 - 5752: 1,45 - 5753: -13,45 - 5754: -28,41 - 5755: -27,55 - 5756: -30,60 - 5757: -42,64 - 5758: -45,57 - 5759: -56,30 - 5760: -54,23 - 5761: -60,27 - 5762: -42,27 - 5763: -60,33 - 5764: -40,28 - 5765: -46,24 - 5766: -35,27 - 5767: -38,11 - 5768: -35,5 - 5769: -32,2 - 5770: -28,1 - 5771: -58,1 - 5772: -69,-1 - 5773: -66,-6 - 5774: -66,-11 - 5775: -63,-14 - 5776: -63,-20 - 5777: -63,-23 - 5778: -66,-32 - 5779: -43,-37 - 5780: -23,-39 - 5781: -23,-43 - 5782: -1,-43 - 5783: 3,-44 - 5784: 5,-53 - 5785: -2,-53 - 5786: 11,-33 - 5787: 21,-22 - 5788: 28,-21 - 5789: 36,-23 - 5790: 35,-23 - 5791: 44,-17 - 5792: 39,-10 - 5793: 39,-6 - 5794: 39,1 - 5795: 39,8 - 5796: 58,-5 - 5797: 65,-14 - 5798: 72,-12 - 5799: 69,-11 - 5800: 74,-11 - 5801: 74,-12 - 5802: 76,-22 - 5803: 70,-26 - 5804: 58,-30 - 5805: 54,-30 - 5806: 49,-31 - 5807: 46,-31 - 5808: 47,-24 - 5809: 43,-28 - 5810: 50,-34 - 5811: 44,-35 - 5812: 48,-35 - 5813: 63,-12 - 5814: 49,13 - 5815: 43,21 - 5816: 35,26 - 5817: 35,29 - 5818: 31,27 - 5819: 27,27 - 5820: 40,33 - 5821: 39,44 - 5822: 43,48 - 5823: 42,50 - 5824: 43,50 - 5825: 26,45 - 5826: 17,42 - 5827: 6,41 - 5828: -1,47 - 5829: -1,48 - 5830: 3,55 - 5831: 2,60 - 5832: 2,64 - 5833: 2,71 - 5834: -6,71 - 5835: 5,69 - 5836: 6,69 - 5837: 13,65 - 5838: 7,64 - 5839: 9,63 - 5840: -24,58 - - node: - color: '#FFFFFFFF' - id: FlowersBROne - decals: - 188: 9,-46 - 3537: -21.958588,17.400702 - 3538: -21.079681,17.635077 - 4127: 35.455353,53.975224 - 4128: 48.486603,54.127567 - 4129: 44.637413,14.700537 - 4336: 0.8775835,53.575855 - 6127: 35.936924,-11.278788 - - node: - color: '#FFFFFFFF' - id: FlowersBRThree - decals: - 182: 5,-48 - 189: 21,-39 - 219: 37,43 - 248: 57,8 - 3521: -43.405098,4.6306925 - 3522: -43.28791,2.4392862 - 3552: 3.4106216,14.306513 - 4000: -88.469185,2.5136452 - 4001: -88.68012,5.2206764 - 4002: -81.719185,11.665989 - 4003: -81.332466,10.974583 - 4004: -81.051216,16.516224 - 4005: -81.250435,15.731068 - 4006: -87.7309,15.238881 - 4007: -88.562935,17.828724 - 4008: -88.551216,14.852162 - 4192: -17.354996,58.532814 - 4193: -16.47609,59.153908 - 4194: -17.425308,56.89219 - 4195: -16.440933,55.814064 - 4196: -17.565933,52.427345 - 4197: -17.296402,51.665627 - 4198: -16.405777,48.15 - 6071: -1.2052917,34.102757 - 6083: -62.314003,9.298165 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: FlowersBRTwo - decals: - 68: 39,-20 - 69: 43,-20 - 70: 41,-30 - - node: - color: '#FFFFFFFF' - id: FlowersBRTwo - decals: - 158: 3,-8 - 213: 13,24 - 220: 37,36 - 3479: -1.2687241,-6.2440906 - 3547: 3.3168716,10.533075 - 3548: 2.9887466,11.0487 - 3557: -1.2534407,15.759638 - 3558: -1.2300032,9.26745 - 3592: 47.10689,-9.617738 - 3593: 46.520954,-10.027894 - 3605: 45.571735,12.222608 - 3606: 46.456665,4.238405 - 3628: 70.482315,-2.6857786 - 3629: 59.65419,-2.6857786 - 3630: 65.58388,-12.002185 - 3631: 64.92763,-11.181872 - 3632: 67.9745,-20.817688 - 3633: 63.654434,-25.675419 - 3634: 50.523678,-26.812138 - 3670: 55.647358,-7.219159 - 3671: 55.72939,-7.8636904 - 3672: 53.19814,-4.2543154 - 3673: 54.944233,-0.5511904 - 3674: 61.120014,-0.07072163 - 3675: 72.44849,-5.871503 - 3676: 67.77757,-13.922138 - 3677: 66.453354,-25.372675 - 3678: 51.521744,-28.314081 - 3679: 49.85768,-16.8148 - 3680: 54.240494,-12.090313 - 3700: 35.16757,-36.640537 - 3701: 37.335537,-36.956944 - 3756: -24.117771,-35.0781 - 3757: -24.31699,-27.906221 - 3758: -8.731053,-29.523409 - 3901: 58.31439,8.335475 - 3902: 55.736263,8.335475 - 3903: 63.00189,8.370631 - 3916: 40.75803,-15.316414 - 3917: 40.359592,-14.660164 - 3918: 43.46506,-12.058601 - 3919: 49.427353,-17.204317 - 3920: 43.63263,-20.56466 - 3921: 38.28888,-20.400597 - 3947: -35.427177,-23.175499 - 3948: -36.07171,-24.030968 - 4038: -29.275717,17.39725 - 4083: 37.268784,43.60165 - 4084: 36.483627,41.4454 - 4085: 36.507065,36.910244 - 4086: 36.46019,32.72665 - 4087: 36.624252,31.730556 - 4116: 10.025911,35.373306 - 4117: 13.904818,34.635025 - 4118: 21.990755,38.853775 - 4119: 22.682161,35.71315 - 4120: 22.354036,35.302994 - 4170: -2.4699473,57.66812 - 4171: -1.9605174,61.33826 - 4254: -18.422426,-13.633619 - 4255: -14.188051,-13.727369 - 5871: 45.7115,21.249813 - 5872: 45.24275,20.921688 - 6034: 27.056904,-17.133144 - 6035: 30.424091,-16.844082 - - node: - color: '#FFFFFFFF' - id: Flowersbr1 - decals: - 130: 55,-13 - 131: 61,-2 - 132: 70,-2 - 133: 67,-12 - 134: 69,-13 - 135: 65,-26 - 136: 49,-19 - 154: -1,-8 - 168: 14,-39 - 240: 49,53 - 271: 28,-37 - 3523: -44.33088,-2.2482138 - 3524: -43.93244,-5.8693075 - 3525: -41.295723,-9.455245 - 3526: -41.97541,-9.349776 - 3527: -41.95248,-8.139395 - 3559: -1.0776595,8.740107 - 3560: 3.4340591,8.447138 - 3561: -1.335472,13.57995 - 4023: -82.396416,14.119084 - 4024: -87.62298,11.845647 - 4025: -87.49407,4.019742 - 4026: -87.54095,-0.7380705 - 4027: -100.824684,4.2680645 - 4028: -107.24656,11.334471 - 4029: -85.634315,30.506989 - 4149: -13.520875,76.02554 - 4150: -13.743531,75.545074 - 4151: -13.4974375,73.295074 - 4152: 15.703373,75.09976 - 4153: 15.808842,74.10367 - 4154: 16.078373,77.53726 - 4239: -24.406801,-13.571119 - 4240: -24.172426,-14.039869 - 4241: -19.906801,-13.727369 - 4242: -28.891176,-13.477369 - 4315: 47.379055,-0.39145994 - 4316: 46.722805,-0.68052244 - 4317: 46.55093,-1.79771 - 4318: 46.246243,-6.219585 - 4319: 46.668118,-7.11021 - 6033: 27.720966,-17.226894 - 6054: 39.272312,21.207067 - 6055: 35.303562,20.972692 - 6069: -0.12716675,37.33713 - 6070: -0.49435425,33.99338 - 6081: -58.423378,9.165353 - - node: - color: '#FFFFFFFF' - id: Flowersbr2 - decals: - 163: -32,-2 - 180: 13,-50 - 181: -5,-46 - 197: 3,15 - 242: 35,57 - 3539: -22.625883,17.494452 - 6165: -13.98396,70.56375 - 6166: -13.655835,69.18875 - 6259: 35.749958,-5.498374 - 6272: 71.229546,17.978672 - 6273: 70.678764,19.736485 - 6412: -59.929607,-29.48967 - - node: - color: '#FFFFFFFF' - id: Flowersbr3 - decals: - 3759: -8.379491,-28.878878 - 3760: -24.50449,-29.347628 - 3761: -24.445896,-35.72263 - - node: - color: '#FFFFFFFF' - id: Flowerspv1 - decals: - 162: -32,5 - 187: 9,-42 - 243: 35,53 - 244: 49,56 - 269: 37,-37 - 3528: -42.435295,-8.444082 - 3529: -32.368748,-1.3575978 - 3530: -31.513279,-3.0685353 - 3531: -32.274998,6.4943037 - 3549: 3.586403,9.560419 - 3553: 2.9067154,14.083857 - 3554: 3.4340591,13.451044 - 3556: -1.3120345,15.372919 - 3589: 41.22408,-12.2193 - 3590: 41.716267,-12.5357065 - 3702: 38.132412,-36.9921 - 3703: 37.733974,-36.663975 - 3704: 30.386318,-36.6171 - 3705: 28.663662,-36.499912 - 3706: 34.063217,-36.781162 - 3707: 15.738369,-38.61382 - 3708: 14.2618065,-38.7896 - 3709: 19.769619,-38.813038 - 3710: 20.78915,-38.87163 - 3751: -9.129491,-28.468721 - 3752: -8.414647,-30.660128 - 3753: -24.12949,-31.29294 - 3754: -24.246677,-28.316378 - 3755: -24.375584,-34.269505 - 3897: 55.255795,8.300319 - 3898: 62.3222,8.00735 - 3899: 61.806576,8.558131 - 3900: 64.16205,8.241725 - 4014: -81.4554,17.473248 - 4015: -88.053055,17.238873 - 4016: -88.9554,16.535748 - 4017: -88.66243,15.832623 - 4018: -80.95149,10.61778 - 4019: -88.31087,1.6915169 - 4020: -88.92024,0.19151688 - 4021: -87.60774,-0.9920769 - 4022: -81.97454,14.540959 - 4039: -21.810873,17.643343 - 4040: -16.579916,17.619905 - 4043: 14.210445,23.932573 - 4044: 13.589352,24.389605 - 4088: 36.56566,32.08212 - 4089: 36.94066,31.390713 - 4090: 36.55394,35.937588 - 4160: -13.743439,73.35367 - 4161: 15.932991,73.71695 - 4162: 16.120491,77.607574 - 4163: -13.921142,74.58235 - 4164: -2.2590098,60.890778 - 4165: -1.8840097,60.49234 - 4204: -16.46437,58.884377 - 4323: 47.31596,-8.0932665 - 4324: 46.339397,-1.3552244 - 4325: 47.425335,0.06665063 - 4334: 0.854146,50.630543 - 4335: 1.276021,52.427418 - 6057: 38.577,21.199255 - 6073: 0.14627075,35.12407 - 6074: -1.1427917,36.16313 - 6082: -58.923378,9.040353 - - node: - color: '#FFFFFFFF' - id: Flowerspv2 - decals: - 194: -1,10 - 206: -28,18 - 222: 37,40 - 6130: 35.530674,-9.257954 - 6131: 36.11401,-8.872538 - 6132: 35.968174,-10.091288 - 6261: 36.20699,-4.830405 - 6270: 70.63189,14.966953 - 6271: 70.960014,14.556797 - - node: - color: '#FFFFFFFF' - id: Flowerspv3 - decals: - 155: -1,-5 - 156: 3,-12 - 186: -11,-50 - 205: -16,18 - 217: 14,25 - 3517: -44.096504,-3.1622763 - 3518: -44.565254,-4.7911825 - 3519: -43.66291,2.357255 - 3520: -43.311348,5.451005 - 3595: 45.302204,-10.180238 - 3607: 46.04651,11.659302 - 3608: 45.601196,14.553833 - 3609: 46.169136,15.167618 - 3610: 60.727173,-0.47294283 - 3611: 60.587387,-2.518785 - 3612: 59.35692,-2.1672225 - 3613: 70.58348,-1.7336287 - 3614: 66.320595,-11.504879 - 3615: 67.31259,-21.545208 - 3616: 64.39785,-25.981995 - 3617: 49.421288,-26.192932 - 3681: 54.767838,-12.277813 - 3682: 56.502213,-7.859844 - 3683: 54.63893,-7.250469 - 3684: 57.45143,-2.8077326 - 3685: 69.32832,-2.2803888 - 3686: 75.42234,-3.3819513 - 3687: 76.1489,-0.80382633 - 3688: 68.297264,-21.75607 - 3689: 65.38301,-26.463566 - 3690: 59.2887,-28.432316 - 3691: 41.39664,-30.499702 - 3692: 41.361485,-28.894234 - 3942: -35.544365,-21.370811 - 4121: 22.893099,35.033463 - 4122: 21.932161,39.73268 - 4123: 13.354036,35.103775 - 4124: 8.900911,35.267838 - 4205: -17.249527,56.42344 - 4206: -16.47609,51.970314 - 4207: -17.179214,48.25547 - 4248: -30.141176,-13.477369 - 4249: -23.813051,-13.539869 - 4250: -23.188051,-13.492994 - 4251: -18.969301,-14.164869 - 4252: -17.703676,-13.477369 - 4253: -18.531801,-13.258619 - 5873: 47.695873,20.83575 - 6038: 28.103779,-16.859707 - 6039: 32.252216,-17.49252 - 6040: 0.82022095,-38.51386 - 6126: 36.061924,-11.132954 - 6167: -13.562085,70.26688 - - node: - color: '#FFFFFFFF' - id: Flowersy1 - decals: - 183: 6,-46 - 198: 3,10 - 202: -19,18 - 3515: -43.885567,1.513505 - 3540: -26.30557,17.564764 - 3555: -1.288597,14.376825 - 3908: 43.913097,15.355074 - 4113: 10.471224,35.81862 - 4114: 22.166536,36.615494 - 4115: 22.939974,39.73268 - 6072: -0.31466675,36.571507 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Flowersy2 - decals: - 129: 59,-2 - - node: - color: '#FFFFFFFF' - id: Flowersy2 - decals: - 214: 5,23 - 270: 35,-37 - 3516: -44.33088,-4.029464 - 3532: -32.15781,7.1505537 - 3533: -31.724216,7.37321 - 3534: -30.759369,17.623358 - 3535: -30.067963,17.588202 - 3591: 41.727985,-11.668519 - 3698: 29.472256,-36.71085 - 3699: 34.534756,-36.851475 - 3713: 15.53915,-38.68413 - 3714: 18.316494,-38.89507 - 3749: -8.660741,-28.234346 - 3750: -9.059178,-27.695284 - 3911: 44.428345,15.260944 - 3912: 46.44397,8.143846 - 3913: 40.676,-10.025475 - 3914: 40.523655,-10.611412 - 3915: 43.699436,-11.490318 - 3945: -36.118584,-21.019249 - 3946: -35.626396,-23.655968 - 4009: -87.64887,14.13282 - 4010: -88.99653,10.429695 - 4011: -87.612335,1.7390385 - 4012: -87.72952,4.153101 - 4013: -81.05696,17.16856 - 4320: 46.28471,-6.9057665 - 4321: 46.823772,-7.7807665 - 4322: 46.34721,-7.8120165 - 4326: 46.769085,-0.38647437 - 6036: 28.478779,-17.375332 - 6037: 31.135029,-17.289394 - 6080: -61.36869,8.93879 - 6274: 70.573296,19.162266 - 6275: 71.10064,14.076328 - - node: - color: '#FFFFFFFF' - id: Flowersy3 - decals: - 184: -3,-49 - 185: 13,-54 - 193: -1,15 - 203: -30,18 - 241: 35,55 - 249: 63,8 - 3510: -44.448067,-3.31462 - 3511: -43.967598,-4.732589 - 3512: -44.108223,-6.8536825 - 3536: -25.7789,17.857733 - 3550: 3.0356216,9.384638 - 3551: 3.398903,9.290888 - 3594: 47.31783,-10.227113 - 3603: 46.392048,12.57417 - 3604: 46.040485,12.140576 - 3618: 49.1166,-26.603088 - 3619: 49.843163,-27.083557 - 3620: 49.58535,-18.62262 - 3621: 49.468163,-19.325745 - 3622: 65.46426,-11.159059 - 3623: 56.69863,-7.2684336 - 3624: 58.339256,-2.1115599 - 3625: 64.80801,-3.9982786 - 3626: 65.12441,-4.349841 - 3627: 75.4745,-4.54906 - 3715: 18.91415,-38.52007 - 3716: 13.47665,-38.89507 - 3717: 20.437588,-38.80132 - 3718: 8.689707,-45.91225 - 3719: 8.103769,-45.631 - 3720: 5.220957,-45.92397 - 3721: 4.683049,-49.234737 - 3722: 12.569768,-50.476925 - 3723: 12.82758,-51.273796 - 3724: -10.468108,-51.59378 - 3725: -10.608733,-50.585968 - 3726: -5.5732093,-45.661797 - 3727: -4.6239905,-45.954765 - 3762: -24.328709,-34.79685 - 3763: -8.356053,-30.121065 - 3764: -24.481052,-28.363253 - 3765: -24.12949,-31.808565 - 3893: 62.41595,8.417506 - 3894: 63.622986,8.2886 - 3895: 56.90814,8.300319 - 3896: 57.681576,8.347194 - 4041: -17.177572,17.701937 - 4042: 4.425289,24.43648 - 4073: 35.379406,56.384266 - 4074: 35.35597,54.427235 - 4075: 48.516125,53.44286 - 4076: 48.529694,56.54833 - 4077: 36.65941,43.68774 - 4078: 36.600815,42.573784 - 4079: 36.55394,35.679775 - 4080: 37.350815,36.93368 - 4081: 37.327377,32.36337 - 4082: 37.22191,44.375088 - 4109: 13.822786,35.63112 - 4110: 14.16263,35.16237 - 4111: 9.018099,34.85768 - 4112: 9.463411,34.517838 - 4168: -2.2121348,60.257965 - 4169: -1.9660411,57.49234 - 4199: -16.792496,47.845314 - 4200: -17.40187,50.552345 - 4201: -16.897964,51.25547 - 4202: -16.83937,55.439064 - 4203: -17.13234,58.09922 - 4244: -24.656801,-13.586744 - 4245: -19.375551,-13.602369 - 4246: -14.906801,-14.117994 - 4247: -29.344301,-13.664869 - 4332: 0.838521,49.943043 - 5874: 47.8365,20.992 - 5875: 45.039623,21.343563 - 6056: 35.873875,20.83988 - 6413: -53.976482,-28.669357 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 71: 40,-20 - 72: 50,-18 - 73: 67,-21 - 74: 66,-11 - 75: 56,-7 - 76: 63,0 - 77: 67,-2 - 78: 73,-6 - - node: - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 157: -1,-11 - 204: -25,18 - 215: 4,25 - 221: 37,35 - 3480: 3.371901,-10.462841 - 3481: -1.4562241,-11.751904 - 3513: -42.877754,4.46663 - 3514: -44.284004,1.9470987 - 3922: 38.00763,-20.166222 - 4045: 13.50732,24.038042 - 4155: 15.35181,77.65445 - 4156: 15.984623,77.033356 - 4157: 15.375248,74.84195 - 4158: -13.626251,74.72476 - 4159: -13.860626,73.86929 - 4333: 1.182271,50.482105 - 6128: 36.197342,-11.987121 - 6129: 35.874424,-10.112121 - 6260: 36.47652,-7.3850927 - - node: - color: '#334E6DFF' - id: FullTileOverlayGreyscale - decals: - 6212: 9,62 - - node: - color: '#845606FF' - id: FullTileOverlayGreyscale - decals: - 6224: 8,58 - - node: - color: '#84FF06FF' - id: FullTileOverlayGreyscale - decals: - 6225: 6,58 - - node: - color: '#91D4FFFF' - id: FullTileOverlayGreyscale - decals: - 6223: 6,62 - - node: - color: '#95171DFF' - id: FullTileOverlayGreyscale - decals: - 6226: 9,58 - - node: - color: '#B04DB5FF' - id: FullTileOverlayGreyscale - decals: - 6221: 7,62 - - node: - color: '#BA8841FF' - id: FullTileOverlayGreyscale - decals: - 6222: 8,62 - - node: - color: '#D3F4A5FF' - id: FullTileOverlayGreyscale - decals: - 6211: 7,58 - - node: - color: '#FFFFFFFF' - id: Grassb1 - decals: - 6417: -28.1378,-16.970455 - 6418: -29.0753,-17.282955 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Grassb2 - decals: - 101: -21,-14 - 116: 55,0 - 117: 57,-4 - 118: 63,-8 - 119: 68,-15 - 120: 50,-27 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Grassb5 - decals: - 100: -18,-14 - - node: - color: '#FFFFFFFF' - id: Grassb5 - decals: - 195: 3,14 - 6405: -53.648357,-27.907639 - 6406: -58.066326,-30.122482 - 6407: -60.37492,-30.392014 - - node: - color: '#FFFFFFFF' - id: Grassc1 - decals: - 275: 39,-37 - 320: -106.45246,26.066643 - 327: -101.35871,25.457268 - 3565: -1.2555814,12.724482 - 3566: -1.3258939,11.2362 - 3567: 3.3967624,13.626825 - 3568: 3.2912936,15.536982 - 3569: 42.188217,-12.685484 - 3570: 42.9265,-13.622984 - 3571: 42.668686,-13.037046 - 3572: 40.793686,-14.548765 - 3573: 40.992905,-15.169859 - 3574: 40.84056,-10.646421 - 3575: 47.250717,-9.521421 - 3576: 47.485092,-8.841734 - 3577: 46.38353,6.408603 - 3578: 45.199936,12.368394 - 3579: 45.24681,14.782456 - 3580: 46.27806,13.950425 - 4030: -76.73136,11.083948 - 4031: -81.59464,14.119104 - 4032: -88.25988,13.697229 - 4033: -88.84687,4.3498635 - 4034: -87.53437,0.55515265 - 4035: -17.58807,17.6785 - 4036: -23.674154,17.561312 - 4037: -20.310873,17.631624 - 4096: 22.022528,35.620773 - 4097: 23.018621,37.23796 - 4098: 21.928778,39.60515 - 4099: 13.119661,35.666275 - 4100: 13.41263,34.822525 - 4101: 8.924349,35.4319 - 4243: -23.609926,-14.149244 - - node: - color: '#FFFFFFFF' - id: Grassc2 - decals: - 211: -29,18 - 323: -106.37434,22.410393 - 326: -104.74934,19.879143 - 3508: -44.58869,0.31819248 - 3509: -43.979317,-3.6661825 - 6408: -60.37492,-29.67717 - 6409: -53.203045,-28.563889 - 6410: -52.910076,-30.380295 - 6411: -59.33195,-28.610764 - - node: - color: '#FFFFFFFF' - id: Grassc3 - decals: - 250: 55,8 - 3744: -24.094334,-28.66794 - 3745: -24.574802,-30.753878 - 3746: -23.836521,-34.03513 - 3747: -8.473241,-29.031221 - 3748: -9.223241,-28.398409 - 4183: -17.554214,51.091408 - 4184: -16.65187,52.65 - 4185: -16.546402,56.470314 - 4186: -17.179214,58.732033 - 4187: -17.190933,59.353127 - 4188: -16.581558,54.314064 - - node: - color: '#FFFFFFFF' - id: Grassc4 - decals: - 321: -106.12434,25.801018 - 322: -100.88996,28.801018 - 324: -104.62434,20.535393 - 325: -103.96809,20.222893 - 3503: -43.95588,-0.5724325 - 3504: -44.530098,-1.1466513 - 3505: -44.33088,-4.779464 - 3506: -42.91291,3.5642862 - 3507: -44.108223,2.451005 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Grassd1 - decals: - 102: -26,-14 - 103: -29,-14 - 107: 61,-27 - 108: 62,-27 - 109: 68,-7 - 110: 60,-2 - 111: 68,0 - 112: 75,-4 - 113: 75,-7 - 114: 60,-9 - 115: 53,-8 - - node: - color: '#FFFFFFFF' - id: Grassd1 - decals: - 274: 38,-37 - 329: -106.62434,25.519768 - 3482: -1.3586571,-5.1471586 - 3483: 3.3054054,-6.5651274 - 3484: -17.25638,-13.645953 - 3485: -14.572786,-13.892047 - 3486: -25.641973,-13.575641 - 3596: 44.458454,-9.981019 - 3597: 47.247517,-8.199769 - 3598: 43.145954,-14.37555 - 3599: 46.134235,10.457251 - 3600: 46.310017,11.254126 - 3601: 43.91939,15.433545 - 3602: 45.63033,15.410108 - 3909: 44.217785,14.802733 - 3910: 43.64319,12.132038 - 3979: -87.71239,16.919971 - 3980: -88.017075,17.58794 - 3981: -87.442856,12.91216 - 3982: -82.61473,13.017629 - 3983: -82.005356,11.962941 - 3984: -82.43895,12.44341 - 3985: -82.12254,17.248096 - 3986: -88.41551,4.615285 - 3987: -87.18504,0.6190014 - 3988: -87.7827,0.054658413 - 3989: -100.82238,5.9791574 - 3990: -81.19448,17.579124 - 3991: -85.97573,30.987486 - - node: - color: '#FFFFFFFF' - id: Grassd2 - decals: - 159: -19,-14 - 174: 5,-46 - 190: 13,-39 - 191: 8,-46 - 192: -3,-46 - 367: -101.25319,6.801566 - 368: -102.97194,2.1765664 - 369: -107.59694,7.973441 - 3693: 40.67008,-32.269234 - 3694: 41.537266,-31.437202 - 3695: 38.026943,-36.570225 - 3696: 33.128506,-36.72257 - 3697: 29.296474,-36.746006 - 3711: 18.152431,-38.766163 - 3712: 15.6329,-38.80132 - 3728: -4.237272,-45.579765 - 3729: -2.7372718,-46.611015 - 3730: -2.5146155,-48.89617 - 3731: -10.72946,-52.38836 - 3732: 4.4652367,-46.596336 - 3733: 8.613674,-42.547398 - 3734: -8.812107,-29.940277 - 3735: -8.390232,-29.389496 - 3736: -9.280857,-27.549652 - 3737: -9.339451,-30.994965 - 3738: -24.328709,-31.808565 - 3739: -24.188084,-32.35935 - 3740: -24.516209,-35.499973 - 3741: -24.41074,-27.707003 - 3923: 41.46466,-20.506065 - 3924: 43.105286,-20.588097 - 3925: 40.386536,-20.17794 - 3926: 41.46686,-29.405165 - 3927: 32.185696,-36.547718 - 3928: 30.955227,-36.219593 - 3929: 16.974197,-38.411 - 3930: 9.176867,-43.884598 - 3931: 8.344835,-45.18538 - 3932: 13.26671,-52.60527 - 3933: 4.477648,-48.58574 - 3934: -2.3533373,-47.495895 - 3935: -10.527844,-53.8123 - 3936: -8.970274,-31.41587 - 3937: -24.60868,-32.43083 - 3938: -35.703304,-24.180399 - 3939: -35.37518,-23.477274 - 3940: -36.136898,-21.250711 - 3941: -36.136898,-20.723368 - 4091: 36.600815,34.824306 - 4092: 36.589096,38.574306 - 4093: 36.55394,44.316494 - 4094: 37.175034,43.68368 - 4095: 21.518621,34.62468 - 4130: 15.968399,75.1232 - 4131: 15.663712,74.86539 - 4132: 15.628555,77.1857 - 4133: 15.616837,77.9357 - 4134: -13.793809,73.96304 - 4135: -13.430528,74.61929 - 4136: -13.981309,77.63101 - 4172: -17.296402,57.396095 - 4173: -16.921402,56.177345 - 4174: -16.804214,56.89219 - 4175: -16.534683,59.107033 - 4176: -17.366714,52.802345 - 4177: -16.94484,52.040627 - 4178: -17.062027,51.53672 - 4179: -17.612808,49.76719 - 4180: -16.75734,48.407814 - 4181: -16.38234,47.622658 - 5870: 46.664623,20.867 - 6029: 27.660282,-16.74252 - 6030: 26.90247,-17.21127 - 6031: 29.863407,-17.281582 - 6032: 31.94601,-16.703457 - 6075: -58.079628,9.180978 - 6076: -62.696815,9.290353 - 6393: -59.8007,-29.091232 - 6394: -58.87492,-27.263107 - 6395: -55.195232,-28.716232 - 6396: -54.7382,-28.481857 - 6397: -52.734295,-27.638107 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Grassd3 - decals: - 104: 38,-20 - 105: 51,-27 - 106: 59,-28 - - node: - color: '#FFFFFFFF' - id: Grassd3 - decals: - 175: 9,-41 - 176: -6,-46 - 210: -18,18 - 218: 14,24 - 223: 37,33 - 370: -107.893814,7.629691 - 371: -102.268814,10.754691 - 372: -101.143814,10.989066 - 373: -101.112564,5.004691 - 3487: -29.864674,-13.505328 - 3488: -29.153486,-13.317828 - 3489: -32.354507,-2.4801526 - 3490: -32.495132,-3.1949964 - 3491: -31.627947,-0.6754651 - 3492: -32.307632,5.1948705 - 3493: -32.2256,4.644089 - 3494: -43.23399,6.3132153 - 3495: -43.163677,5.8210278 - 3496: -42.85899,5.1296215 - 3497: -43.491802,3.2897778 - 3498: -43.386333,2.856184 - 3499: -44.33712,1.2381024 - 3500: -44.266808,-7.0084305 - 3501: -43.434776,-7.982435 - 3635: 50.054928,-25.94495 - 3636: 48.871334,-26.7887 - 3637: 49.527584,-17.636356 - 3638: 54.777584,-12.405542 - 3639: 55.246334,-9.582343 - 3640: 55.808834,-9.804999 - 3641: 53.441647,-3.8166533 - 3642: 55.445553,-0.44769478 - 3643: 54.566647,-0.78553295 - 3644: 59.992428,-0.29334545 - 3645: 64.832275,-0.69178295 - 3646: 65.582275,-1.4183455 - 3647: 65.46509,-2.2620955 - 3648: 75.81674,-1.0902205 - 3649: 75.514244,-0.4456892 - 3742: -24.141209,-28.10544 - 3904: 58.9472,8.1011 - 3905: 60.587826,8.605006 - 3906: 58.59564,8.75735 - 3907: 56.60129,8.421641 - 3943: -35.333427,-20.620811 - 3944: -36.188896,-24.159874 - 3998: -88.094185,3.6152077 - 4046: 3.733883,24.89351 - 4047: 13.823727,23.838823 - 4048: 13.31982,23.510698 - 4049: 13.530758,25.420855 - 4050: 4.894039,25.807573 - 4051: 4.3666954,25.709267 - 4052: 9.559973,34.656773 - 4053: 10.485754,34.902866 - 4054: 12.267004,34.938023 - 4055: 13.673254,35.88724 - 4056: 14.2591915,34.66849 - 4057: 23.290749,36.60635 - 4058: 22.50695,37.49889 - 4059: 22.342888,36.19811 - 4060: 22.764763,35.23717 - 4061: 22.88195,36.256702 - 4062: 22.13195,39.303577 - 4063: 21.745232,39.807484 - 4064: 22.14367,40.03014 - 4065: 35.47775,54.387238 - 4066: 35.653732,55.652863 - 4067: 35.513107,55.441925 - 4068: 35.1967,54.668488 - 4069: 49.222614,55.898956 - 4070: 48.765583,56.70755 - 4071: 48.917927,54.56302 - 4072: 48.636677,53.660675 - 4125: 12.548815,35.9944 - 4126: 11.330065,34.459244 - 4137: -13.559434,78.08804 - 4138: -13.325059,75.545074 - 4139: -13.922715,72.58023 - 4140: 15.991913,74.02164 - 4141: 15.323944,74.29117 - 4166: -2.059791,57.85562 - 4167: -2.3058848,60.02359 - 4182: -17.261246,47.528908 - 4308: 46.39468,-5.921156 - 4309: 46.668118,-6.296156 - 4310: 46.668118,-7.5852184 - 4311: 46.402493,-2.3352184 - 4312: 46.011868,-1.8117809 - 4313: 46.371243,-1.4367809 - 4314: 47.402493,-0.38990593 - 4327: 0.8775835,53.771168 - 4328: 1.182271,54.169605 - 4329: 1.2369585,52.169605 - 4330: 0.979146,51.607105 - 4331: 1.1744585,49.825855 - 6163: -13.76521,70.095 - 6164: -13.874585,68.9075 - 6388: -57.93742,-28.540451 - 6389: -54.57414,-29.501389 - 6390: -54.08195,-29.091232 - 6391: -59.753826,-30.028732 - 6392: -60.304607,-28.892014 - 6415: -30.036238,-17.26733 - 6416: -28.629988,-16.95483 - - node: - color: '#FFFFFFFF' - id: Grasse1 - decals: - 6052: 39.41204,21.035192 - 6053: 37.302666,20.949255 - 6255: 35.843708,-5.1350927 - 6256: 36.160114,-5.6975927 - 6257: 36.48824,-7.97103 - 6262: 70.74908,19.150547 - 6263: 71.06548,18.353672 - 6264: 70.678764,14.369297 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Grasse2 - decals: - 121: 53,-14 - 122: 56,-11 - 123: 64,-11 - 124: 66,-8 - 125: 69,-2 - 126: 74,-1 - 127: 76,-3 - 128: 56,-1 - - node: - color: '#FFFFFFFF' - id: Grasse2 - decals: - 196: 3,11 - 3502: -44.459785,-0.31462002 - 3581: 46.219467,7.4113626 - 3582: 46.629623,2.055894 - 3583: 46.711655,1.5519876 - 3584: 46.137436,1.4242432 - 3585: 41.70775,-10.768253 - 3586: 41.930405,-11.225285 - 3743: -24.539646,-28.773409 - 4215: -17.338375,54.89626 - 4216: -17.340744,46.596977 - 6258: 35.656208,-6.7757177 - 6265: 70.59673,18.56461 - 6266: 71.042046,16.666172 - 6267: 71.28814,20.263828 - 6268: 71.241264,13.068516 - 6269: 70.43267,15.306797 - - node: - color: '#FFFFFFFF' - id: Grasse3 - decals: - 209: -23,18 - 224: 37,38 - 273: 33,-37 - 328: -101.21809,24.910393 - 3562: 3.4670749,11.869013 - 3563: -1.5719876,13.380732 - 3564: -0.9274564,13.650263 - 3587: 41.285873,-11.225285 - 3588: 40.864,-12.58466 - 3650: 58.428307,-1.5706892 - 3651: 64.08846,-3.082408 - 3652: 64.74471,-3.3519392 - 3653: 66.877525,-8.30897 - 3654: 66.63143,-8.894908 - 3655: 68.658775,-6.6214705 - 3656: 64.920494,-11.695689 - 3657: 64.42831,-11.238658 - 3658: 58.252525,-10.582408 - 3659: 57.64315,-11.086314 - 3660: 68.2198,-20.300789 - 3661: 67.75632,-22.44498 - 3662: 65.436005,-25.25748 - 3663: 65.93991,-24.554356 - 3664: 62.131313,-27.390293 - 3665: 61.170376,-27.777012 - 3666: 58.553608,-27.741856 - 3667: 64.34267,-12.237476 - 3668: 58.319233,-11.185775 - 3669: 55.54189,-6.6506186 - 3992: -84.03042,30.881887 - 3993: -88.42231,16.812563 - 3994: -87.531685,14.527407 - 3995: -82.52778,16.613344 - 3996: -81.08637,10.6485 - 3997: -87.531685,4.165989 - 4189: -17.296402,50.622658 - 4235: -29.594301,-13.758619 - 4236: -20.969301,-13.602369 - 4237: -17.969301,-13.321119 - 4238: -14.281801,-13.399244 - 5867: 45.12556,21.343563 - 5868: 45.43806,21.101376 - 5869: 48.11775,21.08575 - 6042: 0.39834595,-37.841984 - 6043: 2.2253008,-27.95306 - 6044: -0.2825117,-22.79681 - 6045: -31.654049,-1.3245959 - 6046: -28.3777,17.481447 - 6047: -19.469736,17.55176 - 6048: -19.477549,17.98926 - 6049: 35.28704,21.324255 - 6050: 35.677666,21.003942 - 6051: 38.013603,21.324255 - 6065: -1.4631042,35.86057 - 6066: 0.036895752,37.76682 - 6067: -1.3537292,35.21213 - 6068: -1.4865417,33.86838 - 6077: -62.845253,9.079415 - 6078: -60.58744,9.212228 - 6079: -58.634315,8.985665 - 6398: -55.253826,-28.200607 - 6399: -56.226482,-29.325607 - 6400: -56.73039,-27.380295 - 6401: -59.0507,-30.356857 - 6402: -60.410076,-28.048264 - 6403: -54.328045,-27.532639 - 6404: -55.183514,-27.251389 - - node: - color: '#91D4FFFF' - id: HerringboneOverlay - decals: - 2258: 0,2 - 2259: 1,2 - 2260: 1,3 - 2261: 2,2 - 2262: 1,1 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: LoadingArea - decals: - 6118: -23,-22 - - node: - color: '#91D4FFFF' - id: MonoOverlay - decals: - 2263: 0,2 - 2264: 1,2 - 2265: 1,3 - 2266: 2,2 - 2267: 1,1 - - node: - color: '#91D4FFFF' - id: OffsetCheckerAOverlay - decals: - 2268: 1,3 - 2269: 1,2 - 2270: 0,2 - 2271: 2,2 - 2272: 1,1 - - node: - color: '#91D4FFFF' - id: PavementOverlay - decals: - 601: -29,2 - 602: -12,2 - 603: 9,6 - 604: 30,6 - 2252: 9,-2 - 2273: 0,2 - 2274: 1,2 - 2275: 1,3 - 2276: 2,2 - 2277: 1,1 - - node: - color: '#FFFFFFFF' - id: Remains - decals: - 4274: -74.38303,-4.395273 - 4275: 58.464054,51.70824 - 4276: 58.432804,56.20824 - 4303: 90.203255,39.535217 - 4304: 89.453255,41.035217 - 4305: 84.484505,39.425842 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Rock01 - decals: - 83: -32,6 - 84: 3,-5 - 85: -23,-14 - 86: 15,-39 - - node: - color: '#FFFFFFFF' - id: Rock02 - decals: - 6419: -28.536238,-17.001705 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Rock04 - decals: - 92: 75,-5 - 93: 54,-8 - 94: 49,-20 - 95: 41,-20 - 96: -1,-10 - - node: - color: '#FFFFFFFF' - id: Rock04 - decals: - 3999: -81.68403,16.52927 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Rock06 - decals: - 97: 3,-6 - - node: - color: '#FFFFFFFF' - id: Rock06 - decals: - 278: -104.42121,23.972893 - 279: -101.82746,28.332268 - 280: -101.57746,19.832268 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: Rock07 - decals: - 87: 20,-39 - 88: 41,-32 - 89: 50,-26 - 90: 66,-23 - 91: 61,0 - - node: - color: '#FFFFFFFF' - id: Rock07 - decals: - 179: 7,-46 - 281: -102.26496,19.644768 - 282: -101.82746,19.051018 - 283: -101.28059,27.691643 - 284: -105.32746,27.394768 - - node: - color: '#FFFFFFFF' - id: WarnCornerNE - decals: - 2125: -59,19 - 2147: 28,3 - 5938: -17,-34 - - node: - color: '#FFFFFFFF' - id: WarnCornerNW - decals: - 2128: -63,19 - 2148: 24,3 - 6016: -51,-42 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 2126: -59,16 - 2146: 28,0 - 6120: -17,-44 - - node: - color: '#FFFFFFFF' - id: WarnCornerSW - decals: - 2127: -63,16 - 2149: 24,0 - 5943: -22,-35 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNE - decals: - 3248: 15,12 - 5937: -20,-34 - 5983: -21,-21 - 6113: 44,38 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNW - decals: - 2708: 48,38 - 3249: 21,12 - 5951: -19,-42 - 5984: -15,-21 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSE - decals: - 3251: 15,16 - 5986: -21,-19 - 6018: -49,-44 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSW - decals: - 3250: 21,16 - 5946: -19,-35 - 5985: -15,-19 - - node: - color: '#FFFFFFFF' - id: WarnFull - decals: - 3196: -104,53 - 3197: -104,52 - 3198: -104,51 - 3199: -104,50 - 3200: -104,49 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 2129: -59,18 - 2130: -59,17 - 2144: 28,2 - 2145: 28,1 - 2167: -19,44 - 2168: -19,45 - 2174: 29,56 - 2175: 29,55 - 2176: 29,54 - 3181: -65,-19 - 3182: -65,-18 - 3183: -65,-16 - 3184: -65,-15 - 3222: 77,-16 - 3223: 77,-17 - 3224: 77,-18 - 3229: 80,-3 - 3230: 80,-4 - 3231: 80,-5 - 3237: 15,15 - 3238: 15,14 - 3239: 15,13 - 5924: -20,-28 - 5925: -20,-29 - 5926: -20,-31 - 5927: -20,-32 - 5928: -20,-33 - 5929: -17,-38 - 5930: -17,-39 - 5931: -17,-40 - 5932: -17,-41 - 5933: -17,-42 - 5934: -17,-43 - 5935: -20,-30 - 5941: -17,-35 - 5942: -17,-36 - 5977: -21,-20 - 6015: -49,-45 - 6025: -17,-36 - 6110: 44,39 - 6111: 44,40 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 2136: -62,16 - 2137: -61,16 - 2138: -60,16 - 2150: 25,0 - 2151: 26,0 - 2152: 27,0 - 2718: 37,50 - 2719: 47,50 - 3211: 41,-35 - 3212: 42,-35 - 3213: 44,-35 - 3214: 45,-35 - 3215: 46,-35 - 3216: 47,-35 - 3217: 48,-35 - 3218: 50,-35 - 3232: 16,16 - 3233: 17,16 - 3234: 18,16 - 3235: 19,16 - 3236: 20,16 - 5944: -21,-35 - 5945: -20,-35 - 5960: -28,-44 - 5961: -27,-44 - 5962: -26,-44 - 5963: -25,-44 - 5964: -24,-44 - 5965: -23,-44 - 5966: -22,-44 - 5967: -20,-44 - 5968: -19,-44 - 5973: -16,-19 - 5974: -17,-19 - 5975: -19,-19 - 5976: -20,-19 - 6002: -36,-44 - 6003: -37,-44 - 6004: -38,-44 - 6005: -39,-44 - 6006: -40,-44 - 6007: -41,-44 - 6008: -42,-44 - 6009: -43,-44 - 6010: -44,-44 - 6011: -45,-44 - 6012: -46,-44 - 6013: -47,-44 - 6014: -48,-44 - 6121: -18,-44 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 2134: -63,18 - 2135: -63,17 - 2142: 24,2 - 2143: 24,1 - 2169: -21,45 - 2170: -21,44 - 2171: 25,56 - 2172: 25,55 - 2173: 25,54 - 2706: 48,39 - 3177: -66,-15 - 3178: -66,-16 - 3179: -66,-18 - 3180: -66,-19 - 3185: -102,53 - 3186: -102,52 - 3187: -102,51 - 3188: -102,50 - 3189: -102,49 - 3190: -102,48 - 3191: -102,47 - 3192: -102,45 - 3193: -102,54 - 3194: -102,55 - 3195: -102,57 - 3225: 78,-2 - 3226: 78,-3 - 3227: 78,-5 - 3228: 78,-6 - 3245: 21,13 - 3246: 21,14 - 3247: 21,15 - 5914: -22,-25 - 5915: -22,-24 - 5916: -22,-23 - 5917: -22,-26 - 5918: -22,-28 - 5919: -22,-29 - 5920: -22,-31 - 5921: -22,-32 - 5922: -22,-33 - 5923: -22,-34 - 5936: -22,-30 - 5947: -19,-36 - 5948: -19,-38 - 5949: -19,-39 - 5950: -19,-40 - 5969: -15,-40 - 5970: -15,-34 - 5971: -15,-35 - 5972: -15,-20 - 6017: -51,-43 - 6024: -19,-36 - 6112: 48,40 - 6119: -19,-41 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 2131: -62,19 - 2132: -61,19 - 2133: -60,19 - 2139: 25,3 - 2140: 26,3 - 2141: 27,3 - 2707: 47,38 - 2711: 38,57 - 2712: 39,57 - 2713: 40,57 - 2714: 44,57 - 2715: 45,57 - 2716: 46,57 - 2717: 37,52 - 2720: 47,52 - 3219: 41,-34 - 3220: 42,-34 - 3221: 50,-34 - 3240: 16,12 - 3241: 17,12 - 3242: 18,12 - 3243: 19,12 - 3244: 20,12 - 4231: -34,44 - 4232: -33,44 - 4233: -32,44 - 5939: -18,-34 - 5940: -19,-34 - 5952: -20,-42 - 5953: -22,-42 - 5954: -23,-42 - 5955: -24,-42 - 5956: -25,-42 - 5957: -26,-42 - 5958: -27,-42 - 5959: -28,-42 - 5978: -20,-21 - 5979: -19,-21 - 5980: -18,-21 - 5981: -17,-21 - 5982: -16,-21 - 5987: -36,-42 - 5988: -37,-42 - 5989: -38,-42 - 5990: -39,-42 - 5991: -40,-42 - 5992: -41,-42 - 5993: -42,-42 - 5994: -43,-42 - 5995: -44,-42 - 5996: -45,-42 - 5997: -46,-42 - 5998: -47,-42 - 5999: -48,-42 - 6000: -49,-42 - 6001: -50,-42 - 6114: 45,38 - 6115: 46,38 - - node: - angle: -0.2617993877991494 rad - color: '#9F0000FF' - id: body - decals: - 4285: -75.583534,-5.7699175 - - node: - color: '#FFFFFFFF' - id: bushsnowa1 - decals: - 160: -25,-14 - 161: -32,-1 - 268: 29,-37 - - node: - cleanable: True - angle: -0.5061454830783556 rad - color: '#B60000FF' - id: danger - decals: - 17: 53.961716,46.977074 - - node: - color: '#FFFFFFFF' - id: grasssnow - decals: - 335: -90.745636,-9.283487 - - node: - color: '#FFFFFFFF' - id: grasssnow01 - decals: - 336: -89.91751,-9.111612 - - node: - color: '#FFFFFFFF' - id: grasssnow02 - decals: - 337: -90.91751,-8.783487 - 338: -86.94876,-12.533487 - 348: -83.308136,-8.111612 - - node: - color: '#FFFFFFFF' - id: grasssnow10 - decals: - 330: -85.73001,-9.877237 - 331: -85.19876,-10.189737 - - node: - color: '#FFFFFFFF' - id: grasssnow12 - decals: - 332: -82.870636,-10.658487 - - node: - color: '#FFFFFFFF' - id: grasssnow13 - decals: - 333: -82.35501,-10.799112 - 334: -79.526886,-8.767862 - - node: - color: '#FFFFFFFF' - id: grasssnowa2 - decals: - 344: -81.901886,-13.220987 - 345: -78.745636,-10.470987 - - node: - color: '#FFFFFFFF' - id: grasssnowb1 - decals: - 272: 30,-37 - 342: -87.85501,-13.408487 - 343: -90.870636,-10.908487 - - node: - angle: -0.15707963267948966 rad - color: '#FFFFFFFF' - id: grasssnowb2 - decals: - 98: -1,-7 - 99: 3,-11 - - node: - color: '#FFFFFFFF' - id: grasssnowb2 - decals: - 177: -11,-54 - 346: -79.07376,-11.033487 - 347: -84.151886,-8.111612 - - node: - color: '#FFFFFFFF' - id: grasssnowb3 - decals: - 216: 13,23 - 225: 37,42 - - node: - color: '#FFFFFFFF' - id: grasssnowc2 - decals: - 339: -87.370636,-13.033487 - 340: -82.214386,-13.689737 - 341: -79.29251,-10.330362 - - node: - color: '#FFFFFFFF' - id: grasssnowc3 - decals: - 178: 13,-51 - - node: - color: '#9F0000FF' - id: guy - decals: - 4273: -69.00803,-6.582773 - - node: - angle: -0.2617993877991494 rad - color: '#9F0000FF' - id: h - decals: - 4280: -75.84916,-3.2699175 - 4281: -68.97416,-7.1761675 - - node: - angle: -0.2617993877991494 rad - color: '#9F0000FF' - id: k - decals: - 4282: -67.896034,-7.0042925 - - node: - angle: 0.15707963267948966 rad - color: '#9F0000FF' - id: k - decals: - 4277: -73.927284,-3.1136675 - - node: - angle: -0.2617993877991494 rad - color: '#9F0000FF' - id: n - decals: - 4279: -74.583534,-3.3480425 - 4284: -68.271034,-6.7699175 - - node: - angle: -0.2617993877991494 rad - color: '#9F0000FF' - id: o - decals: - 4283: -68.583534,-7.0511675 - - node: - angle: 0.3490658503988659 rad - color: '#9F0000FF' - id: o - decals: - 4278: -75.271034,-3.1605425 - - node: - cleanable: True - angle: 0.15707963267948966 rad - color: '#B60000FF' - id: radiation - decals: - 19: 53.149216,50.96145 - - node: - cleanable: True - angle: 0.5061454830783556 rad - color: '#B60000FF' - id: radiation - decals: - 18: 52.75859,50.414574 - - node: - angle: -0.2617993877991494 rad - color: '#840400FF' - id: rune1 - decals: - 4296: -73.083725,-5.0936604 - 4298: -75.864975,-7.1874104 - 4299: -67.583725,-6.4686604 - - node: - angle: -0.2617993877991494 rad - color: '#840400FF' - id: rune4 - decals: - 4294: -76.833725,-6.2342854 - 4295: -72.958725,-6.0936604 - - node: - angle: -0.2617993877991494 rad - color: '#840400FF' - id: rune6 - decals: - 4293: -76.8181,-5.0936604 - 4297: -74.177475,-7.1717854 - - node: - cleanable: True - angle: -0.15707963267948966 rad - color: '#B60000FF' - id: shotgun - decals: - 22: 52.85234,47.164574 - - node: - cleanable: True - angle: -0.15707963267948966 rad - color: '#B60000FF' - id: skull - decals: - 20: 55.94609,51.1177 - 21: 52.711716,46.6802 - - node: - cleanable: True - color: '#5D0000FF' - id: splatter - decals: - 6434: -17.416376,-1.2267087 - 6435: -17.072626,-1.4142087 - 6436: -27.439606,-2.1095212 - 6440: -27.556793,-2.0548337 - - node: - cleanable: True - color: '#7A0000FF' - id: splatter - decals: - 6431: -27.692415,-2.2579587 - 6432: -17.260126,-1.3907712 - 6433: -17.650751,-1.3907712 - - node: - cleanable: True - color: '#7E0000FF' - id: splatter - decals: - 6437: -27.728668,-1.7657712 - 6438: -27.259918,-1.6251462 - 6439: -27.556793,-2.5079587 - - node: - cleanable: True - color: '#820000FF' - id: splatter - decals: - 6441: -26.81977,-1.9907563 - 6442: -26.780708,-2.6313813 - 6443: -28.10102,-2.5220063 - - node: - cleanable: True - color: '#930000FF' - id: splatter - decals: - 6421: -27.535955,-1.9923337 - 6422: -27.231268,-2.4376462 - 6423: -26.36408,-1.7032712 - 6424: -17.797201,-1.5470212 - 6425: -17.469076,-1.2892087 - 6426: -16.719076,-1.6485837 - 6427: -17.500326,-2.7657712 - 6428: -17.187826,-1.6407712 - 6429: -17.500326,-1.8204587 - 6430: -27.098665,-2.0313962 - - node: - angle: -0.2617993877991494 rad - color: '#9F0000FF' - id: splatter - decals: - 4286: -73.506905,-3.9139376 - 4287: -73.444405,-4.2108126 - 4288: -76.506905,-4.1014376 - 4289: -73.30378,-4.6326876 - 4290: -72.77253,-4.2733126 - 4291: -72.444405,-3.6326876 - 4292: -73.538155,-7.6326876 - - node: - color: '#9F0000FF' - id: splatter - decals: - 4258: -75.44553,-4.785898 - 4259: -75.10178,-4.551523 - 4260: -74.49241,-5.379648 - 4261: -70.36741,-5.629648 - 4262: -69.86741,-5.395273 - 4263: -69.92991,-5.926523 - 4264: -70.32053,-7.364023 - 4265: -68.13303,-7.707773 - 4266: -74.97678,-7.567148 - 4267: -77.25803,-7.270273 - 4268: -76.85178,-7.598398 - 4269: -77.69553,-4.973398 - 4270: -77.50803,-2.3483982 - 4271: -77.16428,-2.5671482 - 4272: -72.47678,-4.723398 - - node: - cleanable: True - angle: -0.15707963267948966 rad - color: '#B60000FF' - id: splatter - decals: - 23: 59.03984,56.71145 - 24: 58.57109,56.477074 - 25: 59.336716,56.4927 - 26: 58.961716,56.289574 - 27: 53.35234,51.352074 - 28: 52.94609,51.52395 - 29: 53.524216,50.77395 - 30: 51.524216,49.6177 - 31: 51.774216,49.227074 - 32: 51.461716,49.227074 - 33: 51.555466,48.914574 - 34: 54.35234,48.3052 - 35: 54.242966,48.570824 - 36: 54.430466,48.58645 - 37: 55.305466,49.570824 - 38: 55.69609,49.64895 - 39: 55.524216,50.070824 - 40: 61.492966,51.7427 - 41: 61.555466,52.14895 - 42: 61.899216,51.570824 - 43: 61.07109,51.820824 - 44: 61.13359,51.52395 - 45: 62.10234,54.258324 - 46: 62.28984,54.14895 - 47: 61.88359,54.258324 - 48: 59.50859,56.83645 - 49: 56.78984,57.3677 - 50: 56.617966,57.08645 - 51: 60.492966,56.4302 - 52: 55.88359,53.0552 - 53: 56.274216,52.77395 - 54: 55.75859,52.6802 - 55: 58.774216,51.258324 - 56: 58.72734,50.8677 - 57: 59.41484,50.820824 - 58: 58.336716,54.9927 - 59: 57.85234,54.758324 - 60: 54.149216,51.539574 - 61: 54.53984,51.289574 - 62: 54.22734,50.8052 - 63: 54.867966,51.914574 - 64: 54.520893,54.338776 - 65: 54.94277,54.51065 - 66: 54.72402,54.26065 - 67: 54.75527,53.82315 - - type: RadiationGridResistance - - type: GridAtmosphere - version: 2 - data: - tiles: - 0,0: - 0: 65535 - 0,1: - 0: 65535 - 0,2: - 0: 65535 - 1,0: - 0: 65531 - 1: 4 - 1,1: - 0: 65535 - 1,2: - 0: 65535 - 2,0: - 0: 65535 - 2,1: - 0: 65535 - 2,2: - 0: 65535 - 3,0: - 0: 65535 - 3,1: - 0: 65535 - 3,2: - 0: 65535 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 0,-1: - 0: 65535 - 1,-4: - 0: 65535 - 1,-3: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-4: - 0: 65535 - 2,-3: - 0: 65535 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-4: - 0: 65535 - 3,-3: - 0: 65535 - 3,-2: - 0: 65535 - 3,-1: - 0: 65535 - -3,-4: - 0: 65535 - -3,-3: - 0: 65535 - -3,-2: - 0: 65535 - -3,-1: - 0: 65535 - -2,-4: - 0: 65535 - -2,-3: - 0: 65535 - -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -1,-4: - 0: 65535 - -1,-3: - 0: 65535 - -1,-2: - 0: 65535 - -1,-1: - 0: 65535 - -3,0: - 0: 65535 - -3,1: - 0: 65535 - -3,2: - 0: 65535 - -2,0: - 0: 65535 - -2,1: - 0: 65535 - -2,2: - 0: 65535 - -1,0: - 0: 65535 - -1,1: - 0: 65535 - -1,2: - 0: 65535 - 0,3: - 0: 65535 - 1,3: - 0: 65535 - 2,3: - 0: 65535 - 3,3: - 0: 65535 - -4,-4: - 0: 65535 - -4,-3: - 0: 65535 - -4,-2: - 0: 65535 - -4,-1: - 0: 65535 - -4,0: - 0: 65535 - -4,1: - 0: 65535 - -4,2: - 0: 65535 - -4,3: - 0: 65535 - -3,3: - 0: 65535 - -2,3: - 0: 65535 - -1,3: - 0: 65535 - 4,0: - 0: 65535 - 4,1: - 0: 65535 - 4,2: - 0: 65535 - 4,3: - 0: 65535 - 5,0: - 0: 65535 - 5,1: - 0: 65535 - 5,2: - 0: 65535 - 5,3: - 0: 65535 - 6,0: - 0: 65535 - 6,1: - 0: 65535 - 6,2: - 0: 65535 - 6,3: - 0: 65535 - 7,0: - 0: 65535 - 7,1: - 0: 65535 - 7,2: - 0: 65535 - 4,-4: - 0: 65535 - 4,-3: - 0: 65535 - 4,-2: - 0: 65535 - 4,-1: - 0: 65535 - 5,-4: - 0: 65535 - 5,-3: - 0: 65535 - 5,-2: - 0: 65535 - 5,-1: - 0: 65535 - 6,-4: - 0: 65535 - 6,-3: - 0: 65535 - 6,-2: - 0: 65535 - 6,-1: - 0: 65535 - 7,-4: - 0: 65535 - 7,-3: - 0: 65535 - 7,-2: - 0: 65535 - 7,-1: - 0: 65535 - 8,0: - 0: 65535 - 8,1: - 0: 65535 - 8,2: - 0: 65535 - 8,-4: - 0: 65535 - 8,-3: - 0: 65535 - 8,-2: - 0: 65535 - 8,-1: - 0: 65535 - -4,4: - 0: 65535 - -3,4: - 0: 65535 - -2,4: - 0: 65535 - -1,4: - 0: 65535 - 0,4: - 0: 65535 - 1,4: - 0: 65535 - 2,4: - 0: 65535 - 3,4: - 0: 65535 - 4,4: - 0: 65535 - 5,4: - 0: 65535 - 6,4: - 0: 65535 - -5,4: - 0: 65535 - -5,0: - 0: 65535 - -5,1: - 0: 65535 - -5,2: - 0: 65535 - -5,3: - 0: 65535 - -5,-4: - 0: 65535 - -5,-3: - 0: 65535 - -5,-2: - 0: 65535 - -5,-1: - 0: 65535 - 7,3: - 0: 65535 - 8,3: - 0: 65535 - 9,0: - 0: 65535 - 9,1: - 0: 65535 - 9,2: - 0: 65535 - 9,3: - 0: 65535 - 10,0: - 0: 39931 - 10,1: - 0: 39833 - 10,2: - 0: 64443 - 10,3: - 0: 65535 - 11,0: - 0: 65535 - 11,1: - 0: 65535 - 11,2: - 0: 65535 - 11,3: - 0: 65535 - 9,-4: - 0: 65535 - 9,-3: - 0: 65535 - 9,-2: - 0: 65535 - 9,-1: - 0: 65535 - 10,-4: - 0: 65535 - 10,-3: - 0: 65535 - 10,-2: - 0: 39839 - 10,-1: - 0: 40889 - 11,-4: - 0: 65535 - 11,-3: - 0: 65535 - 11,-2: - 0: 65535 - 11,-1: - 0: 65535 - -4,5: - 0: 65535 - -4,6: - 0: 65535 - -4,7: - 0: 65535 - -3,5: - 0: 65535 - -3,6: - 0: 65535 - -3,7: - 0: 65535 - -2,5: - 0: 65535 - -2,6: - 0: 65535 - -2,7: - 0: 65535 - -1,5: - 0: 65535 - -1,6: - 0: 65535 - -1,7: - 0: 65535 - 0,5: - 0: 65535 - 0,6: - 0: 65535 - 0,7: - 0: 65535 - 1,5: - 0: 65535 - 1,6: - 0: 65535 - 1,7: - 0: 65535 - 2,5: - 0: 65535 - 2,6: - 0: 65535 - 2,7: - 0: 65535 - 3,5: - 0: 65535 - 3,6: - 0: 65535 - 3,7: - 0: 65535 - 4,5: - 0: 65535 - 4,6: - 0: 65535 - 4,7: - 0: 65535 - 5,5: - 0: 65535 - 5,6: - 0: 65535 - 5,7: - 0: 65535 - 6,5: - 0: 65535 - 6,6: - 0: 65535 - 6,7: - 0: 65535 - 7,4: - 0: 65535 - 7,5: - 0: 65535 - 7,6: - 0: 65535 - 7,7: - 0: 65535 - -8,4: - 0: 65535 - -8,5: - 0: 65535 - -8,6: - 0: 65535 - -8,7: - 0: 65535 - -7,4: - 0: 65535 - -7,5: - 0: 65535 - -7,6: - 0: 65535 - -7,7: - 0: 65535 - -6,4: - 0: 65535 - -6,5: - 0: 65535 - -6,6: - 0: 65535 - -6,7: - 0: 65535 - -5,5: - 0: 65535 - -5,6: - 0: 65535 - -5,7: - 0: 65535 - -8,0: - 0: 65535 - -8,1: - 0: 65535 - -8,2: - 0: 65535 - -8,3: - 0: 65535 - -7,0: - 0: 65535 - -7,1: - 0: 65535 - -7,2: - 0: 65535 - -7,3: - 0: 65535 - -6,0: - 0: 65535 - -6,1: - 0: 65535 - -6,2: - 0: 65535 - -6,3: - 0: 65535 - -8,-4: - 0: 65535 - -8,-3: - 0: 65535 - -8,-2: - 0: 65535 - -8,-1: - 0: 65535 - -7,-4: - 0: 65535 - -7,-3: - 0: 65535 - -7,-2: - 0: 65535 - -7,-1: - 0: 65535 - -6,-4: - 0: 65535 - -6,-3: - 0: 65535 - -6,-2: - 0: 65535 - -6,-1: - 0: 65535 - -12,4: - 0: 65535 - -12,5: - 0: 65535 - -12,6: - 0: 65535 - -12,7: - 0: 65535 - -11,4: - 0: 65535 - -11,5: - 0: 65535 - -11,6: - 0: 65535 - -11,7: - 0: 65535 - -10,4: - 0: 65535 - -10,5: - 0: 65535 - -10,6: - 0: 65535 - -10,7: - 0: 65535 - -9,4: - 0: 65535 - -9,5: - 0: 65535 - -9,6: - 0: 65535 - -9,7: - 0: 65535 - -12,0: - 0: 65535 - -12,1: - 0: 65535 - -12,2: - 0: 65535 - -12,3: - 0: 65535 - -11,0: - 0: 32691 - -11,1: - 0: 62259 - -11,2: - 0: 65535 - -11,3: - 0: 65535 - -9,0: - 0: 65518 - -9,1: - 0: 65535 - -9,2: - 0: 65535 - -9,3: - 0: 65535 - -12,-4: - 0: 65535 - -12,-3: - 0: 65535 - -12,-2: - 0: 65535 - -12,-1: - 0: 65535 - -11,-4: - 0: 65535 - -11,-3: - 0: 65535 - -11,-2: - 0: 13111 - -11,-1: - 0: 13107 - -10,-4: - 0: 65535 - -9,-4: - 0: 65535 - -9,-3: - 0: 65535 - -9,-2: - 0: 65535 - -9,-1: - 0: 65535 - -14,4: - 0: 65535 - -14,5: - 0: 65535 - -14,6: - 0: 65535 - -14,7: - 0: 65535 - -13,4: - 0: 65535 - -13,5: - 0: 65535 - -13,6: - 0: 65535 - -13,7: - 0: 65535 - -13,0: - 0: 65535 - -13,1: - 0: 65535 - -13,2: - 0: 65535 - -13,3: - 0: 65535 - -13,-4: - 0: 65535 - -13,-3: - 0: 65535 - -13,-2: - 0: 65535 - -13,-1: - 0: 65535 - 8,4: - 0: 65535 - 8,5: - 0: 65535 - 8,6: - 0: 65535 - 8,7: - 0: 65535 - 9,4: - 0: 65535 - 9,5: - 0: 65535 - 9,6: - 0: 65535 - 9,7: - 0: 65535 - 10,4: - 0: 65535 - 10,5: - 0: 65535 - 10,6: - 0: 65535 - 10,7: - 0: 65535 - 11,4: - 0: 65535 - 11,5: - 0: 65535 - 11,6: - 0: 65535 - 11,7: - 0: 65535 - 8,-8: - 0: 65535 - 8,-7: - 0: 65535 - 8,-6: - 0: 65535 - 8,-5: - 0: 65535 - 9,-8: - 0: 65535 - 9,-7: - 0: 65535 - 9,-6: - 0: 65535 - 9,-5: - 0: 65535 - 10,-8: - 0: 65535 - 10,-7: - 0: 65535 - 10,-6: - 0: 65535 - 10,-5: - 0: 65535 - 11,-8: - 0: 65535 - 11,-7: - 0: 65535 - 11,-6: - 0: 65535 - 11,-5: - 0: 65535 - 4,-8: - 0: 65535 - 4,-7: - 0: 65535 - 4,-6: - 0: 65535 - 4,-5: - 0: 65535 - 5,-8: - 0: 65535 - 5,-7: - 0: 65535 - 5,-6: - 0: 65535 - 5,-5: - 0: 65535 - 6,-8: - 0: 65535 - 6,-7: - 0: 65535 - 6,-6: - 0: 65535 - 6,-5: - 0: 65535 - 7,-8: - 0: 65535 - 7,-7: - 0: 65535 - 7,-6: - 0: 65535 - 7,-5: - 0: 65535 - 0,-8: - 0: 65535 - 0,-7: - 0: 65535 - 0,-6: - 0: 65535 - 0,-5: - 0: 65535 - 1,-8: - 0: 65535 - 1,-7: - 0: 65535 - 1,-6: - 0: 65535 - 1,-5: - 0: 65535 - 2,-8: - 0: 65535 - 2,-7: - 0: 65535 - 2,-6: - 0: 65535 - 2,-5: - 0: 65535 - 3,-8: - 0: 65535 - 3,-7: - 0: 65535 - 3,-6: - 0: 65535 - 3,-5: - 0: 65535 - -4,-8: - 0: 65535 - -4,-7: - 0: 65535 - -4,-6: - 0: 65535 - -4,-5: - 0: 65535 - -3,-8: - 0: 65535 - -3,-7: - 0: 65535 - -3,-6: - 0: 65535 - -3,-5: - 0: 65535 - -2,-8: - 0: 65535 - -2,-7: - 0: 65535 - -2,-6: - 0: 65535 - -2,-5: - 0: 65535 - -1,-8: - 0: 65535 - -1,-7: - 0: 65535 - -1,-6: - 0: 65535 - -1,-5: - 0: 65535 - -8,-8: - 0: 65535 - -8,-7: - 0: 65535 - -8,-6: - 0: 65535 - -8,-5: - 0: 65535 - -7,-8: - 0: 65535 - -7,-7: - 0: 65535 - -7,-6: - 0: 65535 - -7,-5: - 0: 65535 - -6,-8: - 0: 65535 - -6,-7: - 0: 65535 - -6,-6: - 0: 65535 - -6,-5: - 0: 65535 - -5,-8: - 0: 65535 - -5,-7: - 0: 65535 - -5,-6: - 0: 65535 - -5,-5: - 0: 65535 - -12,-8: - 0: 65535 - -12,-7: - 0: 65535 - -12,-6: - 0: 65535 - -12,-5: - 0: 65535 - -11,-8: - 0: 65535 - -11,-7: - 0: 65535 - -11,-6: - 0: 65535 - -11,-5: - 0: 65535 - -10,-8: - 0: 65535 - -10,-7: - 0: 65535 - -10,-6: - 0: 65535 - -10,-5: - 0: 65535 - -9,-8: - 0: 65535 - -9,-7: - 0: 65535 - -9,-6: - 0: 65535 - -9,-5: - 0: 65535 - 12,4: - 0: 65535 - 12,5: - 0: 65535 - 12,6: - 0: 65535 - 12,7: - 0: 65535 - 13,4: - 0: 65535 - 13,5: - 0: 65535 - 13,6: - 0: 65535 - 13,7: - 0: 65535 - 14,4: - 0: 65535 - 14,5: - 0: 65535 - 14,6: - 0: 65535 - 14,7: - 0: 65535 - 15,4: - 0: 65535 - 15,5: - 0: 65535 - 15,6: - 0: 65535 - 15,7: - 0: 65535 - 12,0: - 0: 65535 - 12,1: - 0: 65535 - 12,2: - 0: 65535 - 12,3: - 0: 65535 - 13,0: - 0: 65535 - 13,1: - 0: 65535 - 13,2: - 0: 65535 - 13,3: - 0: 65535 - 14,0: - 0: 65535 - 14,1: - 0: 65535 - 14,2: - 0: 65535 - 14,3: - 0: 65535 - 15,0: - 0: 65535 - 15,1: - 0: 65535 - 15,2: - 0: 65535 - 15,3: - 0: 65535 - 12,-4: - 0: 65535 - 12,-3: - 0: 65535 - 12,-2: - 0: 65535 - 12,-1: - 0: 65535 - 13,-4: - 0: 65535 - 13,-3: - 0: 65535 - 13,-2: - 0: 65535 - 13,-1: - 0: 65535 - 14,-4: - 0: 65535 - 14,-3: - 0: 65535 - 14,-2: - 0: 65535 - 14,-1: - 0: 65535 - 15,-4: - 0: 65535 - 15,-3: - 0: 65535 - 15,-2: - 0: 65535 - 15,-1: - 0: 65535 - 12,-8: - 0: 65535 - 12,-7: - 0: 65535 - 12,-6: - 0: 65535 - 12,-5: - 0: 65535 - 13,-8: - 0: 65535 - 13,-7: - 0: 65535 - 13,-6: - 0: 65535 - 13,-5: - 0: 65535 - 14,-8: - 0: 65535 - 14,-7: - 0: 65535 - 14,-6: - 0: 65535 - 14,-5: - 0: 65535 - 15,-8: - 0: 65535 - 15,-7: - 0: 65535 - 15,-6: - 0: 65535 - 15,-5: - 0: 65535 - 0,8: - 0: 65535 - 0,9: - 0: 65535 - 0,10: - 0: 65535 - 0,11: - 0: 65535 - 1,8: - 0: 65535 - 1,9: - 0: 65535 - 1,10: - 0: 65535 - 1,11: - 0: 65535 - 2,8: - 0: 65535 - 2,9: - 0: 65535 - 2,10: - 0: 65535 - 2,11: - 0: 65535 - 3,8: - 0: 65535 - 3,9: - 0: 65535 - 3,10: - 0: 65535 - 3,11: - 0: 65535 - 0,-12: - 0: 65535 - 0,-11: - 0: 65535 - 0,-10: - 0: 65535 - 0,-9: - 0: 65535 - 1,-12: - 0: 65335 - 1,-11: - 0: 65535 - 1,-10: - 0: 65535 - 1,-9: - 0: 65535 - 2,-12: - 0: 62208 - 2,-11: - 0: 65535 - 2,-10: - 0: 65535 - 2,-9: - 0: 65535 - 3,-12: - 0: 61440 - 3,-11: - 0: 65535 - 3,-10: - 0: 65535 - 3,-9: - 0: 65535 - -12,-12: - 0: 65535 - -12,-11: - 0: 65535 - -12,-10: - 0: 65535 - -12,-9: - 0: 65535 - -11,-12: - 0: 65535 - -11,-11: - 0: 65535 - -11,-10: - 0: 65535 - -11,-9: - 0: 65535 - -10,-12: - 0: 65535 - -10,-11: - 0: 65535 - -10,-10: - 0: 65535 - -10,-9: - 0: 65535 - -9,-12: - 0: 65535 - -9,-11: - 0: 65535 - -9,-10: - 0: 65535 - -9,-9: - 0: 65535 - -8,-12: - 0: 65535 - -8,-11: - 0: 65535 - -8,-10: - 0: 65535 - -8,-9: - 0: 65535 - -7,-12: - 0: 65535 - -7,-11: - 0: 65535 - -7,-10: - 0: 65535 - -7,-9: - 0: 65535 - -6,-12: - 0: 65535 - -6,-11: - 0: 65535 - -6,-10: - 0: 65535 - -6,-9: - 0: 65535 - -5,-12: - 0: 65535 - -5,-11: - 0: 65535 - -5,-10: - 0: 65535 - -5,-9: - 0: 65535 - -4,-12: - 0: 63479 - -4,-11: - 0: 65535 - -4,-10: - 0: 65535 - -4,-9: - 0: 65535 - -3,-12: - 0: 61664 - -3,-11: - 0: 65535 - -3,-10: - 0: 65535 - -3,-9: - 0: 65535 - -2,-12: - 0: 64785 - -2,-11: - 0: 65535 - -2,-10: - 0: 65535 - -2,-9: - 0: 65535 - -1,-12: - 0: 65535 - -1,-11: - 0: 65535 - -1,-10: - 0: 65535 - -1,-9: - 0: 65535 - 4,-12: - 0: 61440 - 4,-11: - 0: 65535 - 4,-10: - 0: 65535 - 4,-9: - 0: 65535 - 5,-12: - 0: 64170 - 5,-11: - 0: 65535 - 5,-10: - 0: 65535 - 5,-9: - 0: 65535 - 6,-12: - 0: 61440 - 6,-11: - 0: 65535 - 6,-10: - 0: 65535 - 6,-9: - 0: 65535 - 7,-12: - 0: 61447 - 7,-11: - 0: 65535 - 7,-10: - 0: 65535 - 7,-9: - 0: 65535 - 8,-12: - 0: 61442 - 8,-11: - 0: 65535 - 8,-10: - 0: 65535 - 8,-9: - 0: 65535 - 9,-12: - 0: 63626 - 9,-11: - 0: 65535 - 9,-10: - 0: 65535 - 9,-9: - 0: 65535 - 10,-12: - 0: 61986 - 10,-11: - 0: 65535 - 10,-10: - 0: 65535 - 10,-9: - 0: 65535 - 11,-12: - 0: 61440 - 11,-11: - 0: 65535 - 11,-10: - 0: 65535 - 11,-9: - 0: 65535 - 12,-12: - 0: 63712 - 12,-11: - 0: 65535 - 12,-10: - 0: 65535 - 12,-9: - 0: 65535 - 13,-12: - 0: 65464 - 13,-11: - 0: 65535 - 13,-10: - 0: 65535 - 13,-9: - 0: 65535 - 14,-10: - 0: 63487 - 14,-9: - 0: 65535 - 15,-10: - 0: 62239 - 15,-9: - 0: 65535 - 12,8: - 0: 65535 - 12,9: - 0: 65535 - 12,10: - 0: 65535 - 12,11: - 0: 65535 - 13,8: - 0: 65535 - 13,9: - 0: 65535 - 13,10: - 0: 65535 - 13,11: - 0: 65535 - 14,8: - 0: 65535 - 14,9: - 0: 65535 - 14,10: - 0: 65535 - 14,11: - 0: 65535 - 15,8: - 0: 65535 - 15,9: - 0: 65535 - 15,10: - 0: 65535 - 8,8: - 0: 65535 - 8,9: - 0: 65535 - 8,10: - 0: 65535 - 8,11: - 0: 65535 - 9,8: - 0: 65535 - 9,9: - 0: 65535 - 9,10: - 0: 65535 - 9,11: - 0: 65535 - 10,8: - 0: 65535 - 10,9: - 0: 65535 - 10,10: - 0: 65535 - 10,11: - 0: 65535 - 11,8: - 0: 65535 - 11,9: - 0: 65535 - 11,10: - 0: 65535 - 11,11: - 0: 65535 - 4,8: - 0: 65535 - 4,9: - 0: 65535 - 4,10: - 0: 65535 - 4,11: - 0: 65535 - 5,8: - 0: 65535 - 5,9: - 0: 65535 - 5,10: - 0: 65535 - 5,11: - 0: 65535 - 6,8: - 0: 65535 - 6,9: - 0: 65535 - 6,10: - 0: 65535 - 6,11: - 0: 65535 - 7,8: - 0: 65535 - 7,9: - 0: 65535 - 7,10: - 0: 65535 - 7,11: - 0: 65535 - -4,8: - 0: 65535 - -4,9: - 0: 65535 - -4,10: - 0: 65535 - -4,11: - 0: 65535 - -3,8: - 0: 65535 - -3,9: - 0: 65535 - -3,10: - 0: 65535 - -3,11: - 0: 65535 - -2,8: - 0: 65535 - -2,9: - 0: 65535 - -2,10: - 0: 65535 - -2,11: - 0: 65535 - -1,8: - 0: 65535 - -1,9: - 0: 65535 - -1,10: - 0: 65535 - -1,11: - 0: 65535 - -8,8: - 0: 65535 - -8,9: - 0: 65535 - -8,10: - 0: 65535 - -8,11: - 0: 65535 - -7,8: - 0: 65535 - -7,9: - 0: 65535 - -7,10: - 0: 65535 - -7,11: - 0: 65535 - -6,8: - 0: 65535 - -6,9: - 0: 65535 - -6,10: - 0: 65535 - -6,11: - 0: 65535 - -5,8: - 0: 65535 - -5,9: - 0: 65535 - -5,10: - 0: 65535 - -5,11: - 0: 65535 - -12,8: - 0: 65535 - -12,9: - 0: 65535 - -12,10: - 0: 65535 - -11,8: - 0: 65535 - -11,9: - 0: 65535 - -11,10: - 0: 65535 - -11,11: - 0: 65535 - -10,8: - 0: 65535 - -10,9: - 0: 65535 - -10,10: - 0: 65535 - -10,11: - 0: 65535 - -9,8: - 0: 65535 - -9,9: - 0: 65535 - -9,10: - 0: 65535 - -9,11: - 0: 65535 - -15,-8: - 0: 65535 - -15,-7: - 0: 65535 - -15,-6: - 0: 65535 - -14,-8: - 0: 65535 - -14,-7: - 0: 65535 - -14,-6: - 0: 65535 - -13,-8: - 0: 65535 - -13,-7: - 0: 65535 - -13,-6: - 0: 65535 - -13,-5: - 0: 65535 - -14,8: - 0: 65535 - -14,9: - 0: 65535 - -14,10: - 0: 65535 - -13,8: - 0: 65535 - -13,9: - 0: 65535 - -13,10: - 0: 65535 - 16,8: - 0: 65535 - 16,9: - 0: 65535 - 16,10: - 0: 65535 - 17,8: - 0: 65535 - 17,9: - 0: 65535 - 17,10: - 0: 65535 - 18,8: - 0: 65535 - 18,9: - 0: 65535 - 18,10: - 0: 65535 - 19,8: - 0: 65535 - 19,9: - 0: 65535 - 19,10: - 0: 65535 - 16,4: - 0: 65535 - 16,5: - 0: 65535 - 16,6: - 0: 65535 - 16,7: - 0: 65535 - 17,4: - 0: 65535 - 17,5: - 0: 65535 - 17,6: - 0: 65535 - 17,7: - 0: 65535 - 18,4: - 0: 65535 - 18,5: - 0: 65535 - 18,6: - 0: 65535 - 18,7: - 0: 65535 - 19,4: - 0: 65535 - 19,5: - 0: 65535 - 19,6: - 0: 65535 - 19,7: - 0: 65535 - 16,0: - 0: 65535 - 16,1: - 0: 65535 - 16,2: - 0: 65535 - 16,3: - 0: 65535 - 17,0: - 0: 65535 - 17,1: - 0: 65535 - 17,2: - 0: 65535 - 17,3: - 0: 65535 - 18,0: - 0: 65535 - 18,1: - 0: 65535 - 18,2: - 0: 65535 - 18,3: - 0: 65535 - 19,0: - 0: 65535 - 19,1: - 0: 65535 - 19,2: - 0: 65535 - 19,3: - 0: 65535 - 16,-4: - 0: 65535 - 16,-3: - 0: 65535 - 16,-2: - 0: 65535 - 16,-1: - 0: 65535 - 17,-4: - 0: 65535 - 17,-3: - 0: 65535 - 17,-2: - 0: 65535 - 17,-1: - 0: 65535 - 18,-4: - 0: 65535 - 18,-3: - 0: 65535 - 18,-2: - 0: 65535 - 18,-1: - 0: 65535 - 19,-4: - 0: 65535 - 19,-3: - 0: 65535 - 19,-2: - 0: 65535 - 19,-1: - 0: 65535 - 16,-8: - 0: 65535 - 16,-7: - 0: 65535 - 16,-6: - 0: 65535 - 16,-5: - 0: 65535 - 17,-8: - 0: 65535 - 17,-7: - 0: 65535 - 17,-6: - 0: 65535 - 17,-5: - 0: 65535 - 18,-8: - 0: 65535 - 18,-7: - 0: 65535 - 18,-6: - 0: 65535 - 18,-5: - 0: 65535 - 19,-8: - 0: 30583 - 19,-7: - 0: 30583 - 19,-6: - 0: 65527 - 19,-5: - 0: 65535 - 20,8: - 0: 65535 - 20,9: - 0: 65535 - 20,10: - 0: 65535 - 20,4: - 0: 4505 - 20,5: - 0: 64921 - 20,6: - 0: 65535 - 20,7: - 0: 65535 - 20,0: - 0: 32759 - 20,1: - 0: 65535 - 20,2: - 0: 40413 - 20,3: - 0: 37273 - 20,-4: - 0: 4915 - 20,-3: - 0: 65521 - 2: 8 - 20,-2: - 0: 14143 - 20,-1: - 0: 63359 - 20,-6: - 0: 4383 - 20,-5: - 0: 13105 - 16,-10: - 0: 63503 - 16,-9: - 0: 65535 - 17,-10: - 0: 65375 - 17,-9: - 0: 65535 - 18,-10: - 0: 63343 - 18,-9: - 0: 65535 - 19,-10: - 0: 65103 - 19,-9: - 0: 65535 - -8,-13: - 0: 61440 - -7,-13: - 0: 65262 - -6,-13: - 0: 65535 - -5,-13: - 0: 65535 - -12,-13: - 0: 62256 - -11,-13: - 0: 61440 - -10,-13: - 0: 61440 - -9,-13: - 0: 61440 - -15,-12: - 0: 65535 - -15,-11: - 0: 65535 - -15,-10: - 0: 65535 - -15,-9: - 0: 65535 - -14,-12: - 0: 65535 - -14,-11: - 0: 65535 - -14,-10: - 0: 65535 - -14,-9: - 0: 65535 - -13,-12: - 0: 65535 - -13,-11: - 0: 65535 - -13,-10: - 0: 65535 - -13,-9: - 0: 65535 - -15,-13: - 0: 57344 - -14,-13: - 0: 63616 - -13,-13: - 0: 65520 - 0,-13: - 0: 65535 - 1,-13: - 0: 65535 - -1,-13: - 0: 65535 - 0,12: - 0: 65535 - 0,13: - 0: 65535 - 1,12: - 0: 65535 - 1,13: - 0: 65535 - 2,12: - 0: 65535 - 2,13: - 0: 65535 - 3,12: - 0: 65535 - 3,13: - 0: 65535 - -4,12: - 0: 65535 - -4,13: - 0: 65535 - -3,12: - 0: 65535 - -3,13: - 0: 65535 - -2,12: - 0: 65535 - -2,13: - 0: 65535 - -1,12: - 0: 65535 - -1,13: - 0: 65535 - 8,12: - 0: 65535 - 8,13: - 0: 35039 - 9,12: - 0: 65535 - 9,13: - 0: 65535 - 10,12: - 0: 65535 - 10,13: - 0: 65535 - 11,12: - 0: 65535 - 11,13: - 0: 65535 - 4,12: - 0: 65535 - 4,13: - 0: 65535 - 5,12: - 0: 65535 - 5,13: - 0: 65535 - 6,12: - 0: 65535 - 6,13: - 0: 65535 - 7,12: - 0: 65535 - 7,13: - 0: 65535 - -10,0: - 0: 65312 - -10,2: - 0: 65535 - -10,3: - 0: 65535 - -10,-3: - 0: 61439 - -10,-1: - 0: 232 - -10,-2: - 0: 12 - -16,4: - 0: 65535 - -16,5: - 0: 65535 - -16,6: - 0: 65535 - -16,7: - 0: 65535 - -15,4: - 0: 65535 - -15,5: - 0: 65535 - -15,6: - 0: 65535 - -15,7: - 0: 65535 - -16,0: - 0: 65535 - -16,1: - 0: 65535 - -16,2: - 0: 65535 - -16,3: - 0: 65535 - -15,0: - 0: 65535 - -15,1: - 0: 65535 - -15,2: - 0: 65535 - -15,3: - 0: 65535 - -14,0: - 0: 65535 - -14,1: - 0: 65535 - -14,2: - 0: 65535 - -14,3: - 0: 65535 - -16,-4: - 0: 65535 - -16,-3: - 0: 4607 - 3: 60928 - -16,-2: - 0: 65297 - 3: 238 - -16,-1: - 0: 65535 - -15,-4: - 0: 65535 - -15,-3: - 0: 35071 - 3: 30464 - -15,-2: - 3: 119 - 0: 65416 - -15,-1: - 0: 65535 - -14,-4: - 0: 65535 - -14,-3: - 0: 65535 - -14,-2: - 0: 65535 - -14,-1: - 0: 65535 - 15,11: - 0: 65535 - -12,11: - 0: 65535 - -16,-8: - 0: 65535 - -16,-7: - 0: 65535 - -16,-6: - 0: 65535 - -16,-5: - 0: 65535 - -15,-5: - 0: 65535 - -14,-5: - 0: 65535 - -16,8: - 0: 65535 - -16,9: - 0: 65535 - -15,8: - 0: 65535 - -15,9: - 0: 65535 - -15,10: - 0: 65535 - -14,11: - 0: 65535 - -13,11: - 0: 65535 - 16,11: - 0: 65535 - 17,11: - 0: 65535 - 18,11: - 0: 65535 - -17,8: - 0: 65535 - -17,9: - 0: 65535 - -19,4: - 0: 61166 - -18,4: - 0: 65535 - -17,4: - 0: 65535 - -17,5: - 0: 65535 - -17,6: - 0: 65535 - -17,7: - 0: 65535 - -19,0: - 0: 65535 - -19,1: - 0: 65535 - -19,2: - 0: 65535 - -19,3: - 0: 65535 - -18,0: - 0: 65535 - -18,1: - 0: 65535 - -18,2: - 0: 65535 - -18,3: - 0: 65535 - -17,0: - 0: 65535 - -17,1: - 0: 65535 - -17,2: - 0: 65535 - -17,3: - 0: 65535 - -20,-4: - 0: 45840 - -20,-3: - 0: 65535 - -20,-2: - 0: 65535 - -19,-4: - 0: 65535 - -19,-3: - 0: 65535 - -19,-2: - 0: 65535 - -19,-1: - 0: 65535 - -18,-4: - 0: 65535 - -18,-3: - 0: 65535 - -18,-2: - 0: 65535 - -18,-1: - 0: 65535 - -17,-4: - 0: 65535 - -17,-3: - 0: 65535 - -17,-2: - 0: 65535 - -17,-1: - 0: 65535 - -19,-7: - 0: 65535 - -19,-6: - 0: 65535 - -19,-5: - 0: 65535 - -19,-8: - 0: 56735 - -18,-8: - 0: 65535 - -18,-7: - 0: 65535 - -18,-6: - 0: 65535 - -18,-5: - 0: 65535 - -17,-8: - 0: 65535 - -17,-7: - 0: 65535 - -17,-6: - 0: 65535 - -17,-5: - 0: 65535 - -17,-9: - 0: 65535 - 12,12: - 0: 65535 - 12,13: - 0: 65535 - 12,14: - 0: 65535 - 12,15: - 0: 51455 - 13,12: - 0: 65535 - 13,13: - 0: 65535 - 13,14: - 0: 65535 - 13,15: - 0: 65535 - 14,12: - 0: 65535 - 14,13: - 0: 65535 - 14,14: - 0: 65535 - 14,15: - 0: 65535 - 15,12: - 0: 65535 - -16,-9: - 0: 65535 - -16,-10: - 0: 64655 - 8,14: - 0: 34952 - 8,15: - 0: 136 - 9,14: - 0: 65535 - 9,15: - 0: 255 - 10,14: - 0: 65535 - 10,15: - 0: 16639 - 11,14: - 0: 65535 - 11,15: - 0: 25343 - 19,11: - 0: 65535 - 15,13: - 0: 65535 - 20,11: - 0: 65535 - 21,8: - 0: 65535 - 21,9: - 0: 65535 - 21,10: - 0: 65535 - 21,11: - 0: 65535 - 22,8: - 0: 65535 - 22,9: - 0: 65535 - 22,10: - 0: 65535 - 22,11: - 0: 65535 - 16,12: - 0: 65535 - 16,13: - 0: 65535 - 17,12: - 0: 65535 - 17,13: - 0: 65535 - 18,12: - 0: 65535 - 18,13: - 0: 65535 - 19,12: - 0: 65535 - 19,13: - 0: 65535 - 20,12: - 0: 65535 - 20,13: - 0: 65535 - 21,12: - 0: 65535 - 22,12: - 0: 16383 - 21,7: - 0: 65535 - 15,14: - 0: 65535 - 0,-15: - 0: 61440 - 0,-14: - 0: 65535 - 1,-14: - 0: 65448 - 1,-15: - 0: 32768 - 2,-15: - 0: 61440 - 2,-14: - 0: 65535 - 2,-13: - 0: 4095 - 3,-14: - 0: 62224 - 3,-13: - 0: 819 - -3,-14: - 0: 61128 - -3,-13: - 0: 36846 - -3,-15: - 0: 32768 - -2,-15: - 0: 61440 - -2,-14: - 0: 65535 - -2,-13: - 0: 16383 - -1,-14: - 0: 65529 - -1,-15: - 0: 32768 - -4,-14: - 0: 30513 - -4,-13: - 0: 30583 - 21,-1: - 0: 47247 - 21,0: - 0: 16377 - -7,-14: - 0: 58368 - -6,-14: - 0: 62976 - -5,-14: - 0: 65535 - -20,5: - 0: 65535 - -20,6: - 0: 30719 - -20,7: - 0: 4919 - -20,1: - 0: 65535 - -20,2: - 0: 65535 - -20,-1: - 0: 65535 - -24,1: - 0: 65535 - -24,2: - 0: 65535 - -24,3: - 0: 64991 - -23,1: - 0: 65535 - -23,2: - 0: 65535 - -22,1: - 0: 65535 - -22,2: - 0: 65535 - -22,0: - 0: 65535 - -22,3: - 0: 65535 - -21,0: - 0: 65535 - -21,1: - 0: 65535 - -21,2: - 0: 65535 - -21,3: - 0: 65535 - -23,5: - 0: 65535 - -23,6: - 0: 65535 - -23,7: - 0: 52975 - -23,4: - 0: 65535 - -22,4: - 0: 65535 - -22,5: - 0: 65535 - -22,6: - 0: 65535 - -22,7: - 0: 65535 - -21,4: - 0: 65535 - -21,5: - 0: 65535 - -21,6: - 0: 65535 - -21,7: - 0: 65535 - -4,-15: - 0: 4096 - -5,-15: - 0: 61440 - -23,-3: - 0: 65535 - -23,-2: - 0: 65535 - -23,-4: - 0: 61120 - -23,-1: - 0: 65535 - -22,-4: - 0: 65535 - -22,-3: - 0: 65535 - -22,-2: - 0: 65535 - -22,-1: - 0: 65535 - -21,-4: - 0: 65527 - -21,-3: - 0: 65535 - -21,-2: - 0: 65535 - -21,-1: - 0: 65535 - -28,0: - 0: 4369 - -28,1: - 0: 65457 - -28,2: - 0: 65535 - -28,3: - 0: 4371 - -27,1: - 0: 65535 - -27,2: - 0: 65535 - -27,3: - 0: 36607 - -27,0: - 0: 65152 - -26,0: - 0: 65532 - -26,1: - 0: 65535 - -26,2: - 0: 65535 - -26,3: - 0: 65535 - -25,0: - 0: 65535 - -25,1: - 0: 65535 - -25,2: - 0: 65535 - -25,3: - 0: 65535 - -32,1: - 0: 34816 - -32,2: - 0: 2184 - -31,1: - 0: 65521 - -31,2: - 0: 65535 - -30,1: - 0: 65533 - -30,2: - 0: 65535 - -30,0: - 0: 57309 - -30,3: - 0: 57309 - -29,0: - 0: 65535 - -29,1: - 0: 65535 - -29,2: - 0: 65535 - -29,3: - 0: 65535 - -24,8: - 0: 61440 - -24,9: - 0: 65535 - -23,8: - 0: 61440 - -23,9: - 0: 65535 - -22,8: - 0: 65263 - -22,9: - 0: 65535 - -21,8: - 0: 62263 - -21,9: - 0: 65535 - -28,-4: - 0: 4369 - -28,-3: - 0: 65297 - -28,-2: - 0: 8191 - -28,-1: - 0: 4369 - -28,-6: - 0: 65520 - -28,-5: - 0: 4607 - -27,-6: - 0: 65534 - -27,-5: - 0: 255 - -26,-6: - 0: 65535 - -26,-5: - 0: 255 - -25,-6: - 0: 65523 - -25,-5: - 0: 255 - -29,-4: - 0: 65535 - -29,-3: - 0: 65535 - -29,-2: - 0: 65535 - -29,-1: - 0: 65535 - -29,-6: - 0: 65523 - -29,-5: - 0: 65535 - -24,-6: - 0: 65520 - -24,-5: - 0: 255 - -23,-6: - 0: 65528 - -23,-5: - 0: 255 - -22,-6: - 0: 65535 - -22,-5: - 0: 61183 - -21,-6: - 0: 65531 - -21,-5: - 0: 13119 - -28,8: - 0: 61713 - -28,9: - 0: 65535 - -27,8: - 0: 61440 - -27,9: - 0: 65535 - -26,8: - 0: 61440 - -26,9: - 0: 65535 - -25,8: - 0: 61440 - -25,9: - 0: 65535 - -28,4: - 0: 4369 - -28,5: - 0: 65297 - -28,6: - 0: 8191 - -28,7: - 0: 4369 - -30,4: - 0: 63997 - -30,5: - 0: 6425 - -29,4: - 0: 65535 - -29,5: - 0: 65535 - -29,6: - 0: 65535 - -29,7: - 0: 65535 - -29,8: - 0: 65535 - -29,9: - 0: 65535 - -16,10: - 0: 65535 - -15,11: - 0: 65535 - -20,8: - 0: 61440 - -20,9: - 0: 65535 - -20,10: - 0: 51203 - -20,11: - 0: 51404 - -19,8: - 0: 65262 - -19,9: - 0: 65535 - -19,10: - 0: 36911 - -19,11: - 0: 39321 - -18,8: - 0: 65535 - -18,9: - 0: 32767 - -18,10: - 0: 12544 - -18,11: - 0: 13107 - -17,10: - 0: 65535 - -17,11: - 0: 30591 - -19,5: - 0: 65535 - -19,6: - 0: 61183 - -19,7: - 0: 61166 - -18,5: - 0: 65535 - -18,6: - 0: 65535 - -18,7: - 0: 65535 - -23,10: - 0: 10 - -22,10: - 0: 24719 - -22,11: - 0: 30566 - -21,10: - 0: 58383 - -21,11: - 0: 58926 - -22,-8: - 0: 26231 - -22,-7: - 0: 8262 - -21,-8: - 0: 61166 - -21,-7: - 0: 1262 - -15,12: - 2: 64511 - 0: 1024 - -15,13: - 2: 15 - 0: 65520 - -15,14: - 0: 65535 - -14,12: - 0: 65535 - -14,13: - 0: 65535 - -14,14: - 0: 65535 - -13,12: - 0: 48059 - 2: 17476 - -13,13: - 0: 65535 - -13,14: - 0: 65471 - -12,12: - 2: 21845 - 0: 43690 - -12,13: - 0: 65535 - -12,14: - 0: 65535 - -11,12: - 2: 21845 - 0: 43690 - -11,13: - 0: 65487 - -11,14: - 0: 65535 - -10,12: - 2: 21845 - 0: 43690 - -10,13: - 0: 65535 - -10,14: - 0: 65535 - -9,12: - 2: 4369 - 0: 61166 - -9,13: - 0: 65535 - -9,14: - 0: 65535 - -8,12: - 0: 65535 - -8,13: - 0: 65535 - -8,14: - 0: 65535 - -7,12: - 0: 65535 - -7,13: - 0: 65535 - -7,14: - 0: 65535 - -20,12: - 0: 65416 - -20,13: - 0: 64927 - -20,14: - 0: 56733 - -20,15: - 0: 4575 - -19,12: - 0: 65289 - -19,13: - 0: 65295 - -19,14: - 0: 63903 - -18,12: - 0: 65299 - -18,13: - 0: 65535 - -18,14: - 0: 65535 - -18,15: - 0: 26349 - -17,12: - 0: 63359 - -17,13: - 0: 65535 - -22,12: - 0: 65319 - -22,13: - 0: 65327 - -22,14: - 0: 62575 - -21,12: - 0: 65358 - -21,13: - 0: 65231 - -21,14: - 0: 65229 - -20,-8: - 0: 52431 - -20,-7: - 0: 35020 - -20,-9: - 0: 61439 - -20,-11: - 0: 17408 - -20,-10: - 0: 36036 - -19,-10: - 0: 39304 - -19,-9: - 0: 65535 - -19,-11: - 0: 52898 - -18,-11: - 0: 13105 - -18,-10: - 0: 30707 - -18,-9: - 0: 24575 - -17,-10: - 0: 62712 - -22,-10: - 0: 10223 - -22,-9: - 0: 12287 - -22,-11: - 0: 58438 - -21,-9: - 0: 20479 - -21,-11: - 0: 65252 - -21,-10: - 0: 20223 - -20,4: - 0: 4096 - -24,0: - 0: 65535 - -24,4: - 0: 65535 - -24,5: - 0: 65535 - -24,6: - 0: 30719 - -24,7: - 0: 307 - -24,-4: - 0: 12544 - -24,-3: - 0: 63347 - -24,-2: - 0: 65535 - -24,-1: - 0: 65535 - -27,-3: - 0: 65534 - -27,-2: - 0: 65535 - -27,-4: - 0: 60416 - -27,-1: - 0: 3310 - -26,-4: - 0: 65520 - -26,-3: - 0: 65535 - -26,-2: - 0: 65535 - -26,-1: - 0: 65535 - -25,-4: - 0: 65392 - -25,-3: - 0: 65535 - -25,-2: - 0: 65535 - -25,-1: - 0: 65535 - -27,5: - 0: 65534 - -27,6: - 0: 65535 - -27,4: - 0: 60416 - -27,7: - 0: 3310 - -26,4: - 0: 65532 - -26,5: - 0: 65535 - -26,6: - 0: 65535 - -26,7: - 0: 65535 - -25,4: - 0: 65535 - -25,5: - 0: 65535 - -25,6: - 0: 65535 - -25,7: - 0: 32767 - 14,-11: - 0: 65331 - 15,-11: - 0: 65280 - -23,0: - 0: 65535 - -23,3: - 0: 65535 - 16,-11: - 0: 65288 - 16,-12: - 0: 40856 - 17,-12: - 0: 13107 - 17,-11: - 0: 65395 - 18,-12: - 0: 30583 - 18,-11: - 0: 65383 - 19,-11: - 0: 65358 - 19,-12: - 0: 61158 - 16,-13: - 0: 33009 - 17,-13: - 0: 62242 - 18,-13: - 0: 30446 - 19,-13: - 0: 8192 - 20,-11: - 0: 65420 - 20,-10: - 0: 56831 - 20,-12: - 0: 17484 - 20,-9: - 0: 61181 - 21,-11: - 0: 4352 - 21,-10: - 0: 55793 - 20,-13: - 0: 49152 - 21,-13: - 0: 4096 - 21,-3: - 0: 61680 - 2: 3 - 21,-2: - 0: 34952 - 22,-2: - 0: 496 - 2: 32768 - 22,-1: - 0: 4111 - 21,1: - 0: 30583 - 21,2: - 0: 65407 - 21,3: - 0: 65535 - 22,0: - 0: 4368 - 22,1: - 0: 23825 - 22,2: - 0: 56693 - 22,3: - 0: 65516 - 21,6: - 0: 65535 - 21,4: - 0: 65535 - 21,5: - 0: 65535 - 22,4: - 0: 65535 - 22,6: - 0: 65535 - 22,5: - 0: 65071 - 0,14: - 0: 65535 - 0,15: - 0: 65535 - 1,14: - 0: 65535 - 1,15: - 0: 65535 - 2,14: - 0: 65535 - 3,14: - 0: 65535 - 3,15: - 0: 61919 - -4,14: - 0: 65535 - -4,15: - 0: 65535 - -3,14: - 0: 65535 - -3,15: - 0: 65535 - -2,14: - 0: 65535 - -2,15: - 0: 65535 - -1,14: - 0: 65535 - -1,15: - 0: 65535 - 4,14: - 0: 65535 - 4,15: - 0: 17615 - 5,14: - 0: 65535 - 5,15: - 0: 32879 - 6,14: - 0: 16383 - 6,15: - 0: 55297 - 7,14: - 0: 25463 - -8,15: - 0: 65535 - -7,15: - 0: 65535 - -6,12: - 0: 65535 - -6,13: - 0: 65535 - -6,14: - 0: 65535 - -6,15: - 0: 65535 - -5,12: - 0: 65535 - -5,13: - 0: 65535 - -5,14: - 0: 65535 - -5,15: - 0: 65535 - 0,16: - 0: 65535 - 1,16: - 0: 65535 - -4,16: - 0: 65535 - -3,16: - 0: 65535 - -2,16: - 0: 65535 - -1,16: - 0: 65535 - -10,1: - 0: 65262 - -9,15: - 0: 65535 - 0,17: - 0: 65535 - 0,18: - 0: 65535 - 0,19: - 0: 65535 - 1,18: - 0: 65535 - 1,19: - 0: 65535 - 2,18: - 0: 65535 - 2,19: - 0: 65535 - -4,17: - 0: 65535 - -4,18: - 0: 64751 - -4,19: - 0: 52428 - -3,17: - 0: 65535 - -3,18: - 0: 65535 - -3,19: - 0: 65535 - -2,17: - 0: 65535 - -2,18: - 0: 65535 - -2,19: - 0: 65535 - -1,17: - 0: 65535 - -1,18: - 0: 65535 - -1,19: - 0: 65535 - -8,16: - 0: 65535 - -8,17: - 0: 65535 - -7,16: - 0: 65535 - -7,17: - 0: 65535 - -6,16: - 0: 65535 - -6,17: - 0: 65535 - -5,16: - 0: 65535 - -5,17: - 0: 65535 - -9,16: - 0: 65535 - -9,17: - 0: 65535 - -20,3: - 0: 1 - -24,10: - 0: 15 - -24,11: - 0: 65280 - -28,10: - 0: 65535 - -28,11: - 0: 61695 - -27,10: - 0: 65535 - -27,11: - 0: 61183 - -26,10: - 0: 62463 - -26,11: - 0: 65535 - -25,10: - 0: 28703 - -25,11: - 0: 65399 - -30,7: - 0: 56825 - -30,6: - 0: 39345 - -32,8: - 0: 502 - -32,10: - 0: 28262 - -32,11: - 0: 17526 - -32,9: - 0: 17600 - -31,8: - 0: 4596 - -31,9: - 0: 3825 - -31,10: - 0: 61408 - -31,11: - 0: 61166 - -30,8: - 0: 52479 - -30,9: - 0: 52476 - -30,10: - 0: 65535 - -30,11: - 0: 46079 - -29,10: - 0: 65535 - -29,11: - 0: 63743 - -10,15: - 0: 65535 - -24,12: - 0: 65535 - -24,13: - 0: 65535 - -24,14: - 0: 255 - -23,12: - 0: 65328 - -23,13: - 0: 51231 - -10,16: - 0: 65535 - -28,12: - 0: 63880 - -28,13: - 0: 64649 - -28,14: - 0: 65529 - -28,15: - 0: 255 - -27,12: - 0: 65262 - -27,14: - 0: 65535 - -27,15: - 0: 35071 - -27,13: - 0: 61166 - -26,12: - 0: 65535 - -26,13: - 0: 65535 - -26,14: - 0: 65535 - -26,15: - 0: 61875 - -25,12: - 0: 65535 - -25,13: - 0: 65535 - -25,14: - 0: 65535 - -25,15: - 0: 4927 - -32,13: - 0: 65382 - -32,12: - 0: 26180 - -32,14: - 0: 26214 - -32,15: - 0: 60486 - -31,13: - 0: 65535 - -31,14: - 0: 61167 - -31,12: - 0: 61166 - -31,15: - 0: 59118 - -30,12: - 0: 64443 - -30,13: - 0: 48059 - -30,14: - 0: 65523 - -30,15: - 0: 255 - -29,12: - 0: 64648 - -29,13: - 0: 63628 - -29,14: - 0: 65528 - -29,15: - 0: 20479 - -32,16: - 0: 12 - -32,17: - 0: 79 - -31,16: - 0: 28703 - -31,17: - 0: 25135 - -30,16: - 0: 35071 - -30,17: - 0: 15 - -29,16: - 0: 4607 - -29,17: - 0: 143 - -28,16: - 0: 2271 - -28,17: - 0: 275 - -27,16: - 0: 33023 - -27,17: - 0: 36591 - -26,16: - 0: 65535 - -26,17: - 0: 65535 - -25,16: - 0: 4351 - -25,17: - 0: 4539 - -33,12: - 0: 17476 - -33,13: - 0: 60484 - -33,14: - 0: 17476 - -33,15: - 0: 17476 - -33,10: - 0: 17968 - -33,8: - 0: 20424 - -33,11: - 0: 52966 - -33,16: - 0: 49206 - -16,11: - 0: 65535 - -16,12: - 0: 30583 - 2: 34952 - -16,13: - 0: 65527 - 2: 8 - -16,14: - 0: 65535 - -16,15: - 0: 24063 - -15,15: - 0: 12287 - -14,15: - 0: 53247 - -13,15: - 0: 57343 - -12,15: - 0: 65535 - -11,15: - 0: 65535 - -20,0: - 0: 65535 - 15,15: - 0: 65535 - 2,15: - 0: 65535 - 7,15: - 0: 29558 - 16,15: - 0: 65535 - 16,14: - 0: 65535 - -32,0: - 0: 2048 - -32,3: - 0: 34952 - -31,0: - 0: 4369 - -31,3: - 0: 39321 - -31,-1: - 0: 65152 - -30,-1: - 0: 65433 - -31,4: - 0: 1279 - 1,17: - 0: 65535 - 2,16: - 0: 65535 - 2,17: - 0: 65535 - 3,16: - 0: 65535 - 3,17: - 0: 65535 - 3,18: - 0: 65535 - 3,19: - 0: 65535 - -8,18: - 0: 65535 - -8,19: - 0: 63967 - -7,18: - 0: 65535 - -7,19: - 0: 62463 - -6,18: - 0: 65535 - -6,19: - 0: 32431 - -5,19: - 0: 4966 - -5,18: - 0: 63355 - -3,20: - 0: 2254 - -2,20: - 0: 4095 - -1,20: - 0: 2189 - 0,20: - 0: 4095 - 1,20: - 0: 2201 - 2,20: - 0: 4095 - 3,20: - 0: 3 - 4,16: - 0: 4095 - 4,18: - 0: 61713 - 4,19: - 0: 4593 - 5,16: - 0: 52479 - 6,16: - 0: 40829 - 7,16: - 0: 12117 - 12,16: - 0: 8 - -9,19: - 0: 3793 - -9,18: - 0: 65278 - -8,20: - 0: 79 - -7,20: - 0: 69 - -6,20: - 0: 3 - 23,9: - 0: 65535 - 23,10: - 0: 65535 - 19,14: - 0: 65535 - 20,14: - 0: 65535 - 20,15: - 0: 65535 - 21,13: - 0: 65535 - 21,14: - 0: 65535 - 21,15: - 0: 65535 - 22,13: - 0: 65527 - 22,14: - 0: 5119 - 23,13: - 0: 52684 - -16,-12: - 0: 8178 - 23,8: - 0: 65535 - 23,11: - 0: 65535 - 17,15: - 0: 65535 - 23,3: - 0: 12544 - 23,12: - 0: 65535 - 22,7: - 0: 65535 - 23,4: - 0: 4403 - 23,5: - 0: 63233 - 23,6: - 0: 65535 - 23,7: - 0: 65535 - -17,-11: - 0: 8750 - -17,-12: - 0: 51328 - 24,8: - 0: 65535 - 24,9: - 0: 65535 - 24,10: - 0: 65535 - 25,11: - 0: 13951 - 25,8: - 0: 22359 - 25,9: - 0: 24447 - 25,10: - 0: 56663 - 24,12: - 0: 62937 - 24,13: - 0: 32597 - 24,14: - 0: 30583 - 24,15: - 0: 26197 - 25,12: - 0: 34817 - 24,6: - 0: 65535 - 24,7: - 0: 65535 - 25,7: - 0: 62259 - 24,16: - 0: 5495 - 24,17: - 0: 4369 - 20,16: - 0: 65535 - 20,17: - 0: 61183 - 21,16: - 0: 65535 - 22,16: - 0: 63351 - 23,16: - 0: 30408 - 17,16: - 0: 65535 - 18,16: - 0: 65535 - 18,17: - 0: 255 - 19,16: - 0: 65535 - 19,17: - 0: 255 - -12,16: - 0: 65535 - -12,17: - 0: 65535 - -12,18: - 0: 1535 - -11,16: - 0: 65535 - -11,17: - 0: 65535 - -11,18: - 0: 2300 - -10,17: - 0: 65535 - -10,18: - 0: 4081 - -13,17: - 0: 57309 - -13,16: - 0: 56797 - -13,18: - 0: 19705 - 17,14: - 0: 65535 - 18,14: - 0: 65535 - 18,15: - 0: 65535 - 19,15: - 0: 65535 - 22,15: - 0: 65520 - 23,15: - 0: 65534 - 23,14: - 0: 60620 - -17,14: - 0: 65535 - -17,15: - 0: 18687 - 13,16: - 0: 65535 - 13,17: - 0: 65535 - 14,16: - 0: 65535 - 14,17: - 0: 65535 - 15,16: - 0: 65535 - 15,17: - 0: 65535 - 24,11: - 0: 6143 - 24,5: - 0: 61440 - 25,6: - 0: 13081 - 20,18: - 0: 17646 - 21,17: - 0: 13311 - 21,18: - 0: 51 - 22,17: - 0: 119 - 16,16: - 0: 65535 - 16,17: - 0: 65535 - 17,17: - 0: 13311 - -16,16: - 0: 47 - -15,16: - 0: 159 - -14,16: - 0: 32959 - -14,17: - 0: 34952 - -14,18: - 0: 15 - -24,16: - 0: 40947 - -23,16: - 0: 15304 - -23,17: - 0: 36095 - -22,17: - 0: 65532 - -21,17: - 0: 65535 - -21,18: - 0: 65007 - -20,17: - 0: 57341 - -19,17: - 0: 65527 - -19,16: - 0: 61183 - -18,16: - 0: 16380 - -18,17: - 0: 257 - -17,16: - 0: 1023 - 14,-12: - 0: 49075 - 15,-12: - 0: 65520 - -19,15: - 0: 255 - -23,15: - 0: 140 - -23,14: - 0: 32776 - -22,15: - 0: 255 - -21,15: - 0: 52447 - -20,-6: - 0: 65535 - -20,-5: - 0: 3 - -24,-12: - 0: 65280 - -24,-11: - 0: 61455 - -24,-10: - 0: 255 - -24,-9: - 0: 4095 - -23,-12: - 0: 65262 - -23,-10: - 0: 61167 - -23,-9: - 0: 3838 - -23,-11: - 0: 61166 - -22,-12: - 0: 65024 - -21,-12: - 0: 63232 - 12,-16: - 0: 65280 - 12,-15: - 0: 57359 - 12,-14: - 0: 254 - 12,-13: - 0: 4095 - 13,-16: - 0: 64392 - 13,-15: - 0: 47243 - 13,-14: - 0: 35007 - 13,-13: - 0: 35835 - 14,-16: - 0: 64307 - 14,-15: - 0: 45883 - 14,-14: - 0: 13247 - 14,-13: - 0: 15355 - 15,-16: - 0: 65280 - 15,-15: - 0: 61441 - 15,-14: - 0: 255 - 15,-13: - 0: 4095 - 12,-18: - 0: 2751 - 12,-17: - 0: 64512 - 12,-20: - 0: 14 - 13,-20: - 0: 34847 - 13,-18: - 0: 35835 - 13,-17: - 0: 49064 - 13,-19: - 0: 34958 - 14,-20: - 0: 62262 - 14,-19: - 0: 4881 - 14,-18: - 0: 15355 - 14,-17: - 0: 49075 - 15,-20: - 0: 62208 - 15,-19: - 0: 3 - 15,-18: - 0: 3869 - 15,-17: - 0: 12544 - -23,18: - 0: 63761 - -23,19: - 0: 32795 - -22,16: - 0: 4095 - -22,18: - 0: 65280 - -22,19: - 0: 61455 - -21,16: - 0: 52733 - -21,19: - 0: 56525 - -20,16: - 0: 7677 - -20,18: - 0: 64785 - -20,19: - 0: 53533 - -19,18: - 0: 65280 - -19,19: - 0: 61455 - -18,18: - 0: 4096 - -24,-15: - 0: 252 - -24,-14: - 0: 4095 - -24,-13: - 0: 63616 - -24,-16: - 0: 32768 - -23,-15: - 0: 61167 - -23,-14: - 0: 61182 - -23,-13: - 0: 61422 - -23,-16: - 0: 52940 - -22,-15: - 0: 239 - -22,-14: - 0: 3838 - -22,-13: - 0: 61408 - -22,-16: - 0: 8198 - -21,-16: - 0: 4096 - -21,-15: - 0: 127 - -21,-14: - 0: 1840 - -21,-13: - 0: 32512 - -25,-13: - 0: 52800 - -25,-14: - 0: 3968 - -25,-12: - 0: 60416 - -25,-10: - 0: 207 - -25,-9: - 0: 3308 - -25,-11: - 0: 49164 - -23,20: - 0: 140 - -23,21: - 0: 8 - -22,20: - 0: 143 - -22,21: - 0: 1279 - -22,23: - 0: 52992 - -22,22: - 0: 3200 - -21,20: - 0: 52447 - -21,21: - 0: 52477 - -21,22: - 0: 57308 - -21,23: - 0: 64972 - -20,20: - 0: 4575 - -20,21: - 0: 7677 - -20,22: - 0: 57169 - -20,23: - 0: 63761 - -19,20: - 0: 255 - -19,21: - 0: 2559 - -19,22: - 0: 64640 - -19,23: - 0: 65280 - -18,20: - 0: 143 - -18,21: - 0: 16 - -18,22: - 0: 256 - -21,24: - 0: 34953 - -21,25: - 0: 27848 - -21,26: - 0: 68 - -20,24: - 0: 4109 - -19,24: - 0: 3 - 11,-16: - 0: 32785 - 11,-13: - 0: 240 - 16,-16: - 0: 36608 - 16,-15: - 0: 4096 - 16,-14: - 0: 19 - 11,-18: - 0: 4480 - 16,-20: - 0: 28928 - 16,-18: - 0: 305 - 16,-19: - 0: 2 - -23,-17: - 0: 50244 - -22,-17: - 0: 15872 - -21,-17: - 0: 768 - 12,-21: - 0: 49152 - 13,-21: - 0: 57344 - 14,-21: - 0: 31944 - 15,-21: - 0: 15 - 15,-22: - 0: 51328 - 16,-22: - 0: 52982 - 16,-21: - 0: 9 - 17,-22: - 0: 12544 - 17,-21: - 0: 36471 - -27,-8: - 0: 61727 - -27,-7: - 0: 61167 - -26,-8: - 0: 64580 - -26,-7: - 0: 65535 - -25,-8: - 0: 12288 - -25,-7: - 0: 13107 - -16,-11: - 0: 57344 - 22,-3: - 0: 240 - 2: 512 - 23,-3: - 0: 4368 - 2: 8192 - 23,-2: - 0: 7967 - 23,-1: - 0: 61713 - 23,0: - 0: 6417 - 2: 8738 - 23,1: - 0: 3857 - 2: 32832 - 20,-7: - 0: 4972 - 20,-8: - 0: 17476 - 21,-7: - 0: 9807 - 21,-6: - 0: 3 - 21,-8: - 0: 52420 - -19,-16: - 0: 13102 - -19,-15: - 0: 11827 - -19,-14: - 0: 59938 - -19,-13: - 0: 26210 - -18,-16: - 0: 8739 - -18,-15: - 0: 8992 - -18,-13: - 0: 8192 - -31,-8: - 0: 2048 - -31,-7: - 0: 34824 - -30,-8: - 0: 4383 - -30,-7: - 0: 4895 - -30,-6: - 0: 40721 - -30,-5: - 0: 4369 - -29,-8: - 0: 575 - -29,-7: - 0: 12703 - -20,-19: - 0: 48960 - -20,-18: - 0: 32648 - -20,-17: - 0: 2 - -19,-19: - 0: 3952 - -19,-18: - 0: 8960 - -19,-17: - 0: 8806 - -18,-19: - 0: 25344 - -18,-17: - 0: 25188 - -18,-18: - 0: 68 - -31,-4: - 0: 128 - -30,-4: - 0: 13107 - -30,-3: - 0: 7953 - -30,-2: - 0: 4895 - -28,-8: - 0: 15 - -28,-7: - 0: 15 - -27,-18: - 0: 17508 - -27,-19: - 0: 19456 - -27,-17: - 0: 19524 - -26,-19: - 0: 12272 - -26,-17: - 0: 59238 - -26,-18: - 0: 19456 - -25,-19: - 0: 3904 - -25,-18: - 0: 61312 - -19,-12: - 0: 25571 - -18,-12: - 0: 306 - -12,19: - 0: 1008 - -11,19: - 0: 1278 - -10,19: - 0: 241 - -26,18: - 0: 15 - -34,8: - 0: 20032 - -33,9: - 0: 1740 - -33,17: - 0: 8 - 5,18: - 0: 62434 - 5,19: - 0: 37170 - 5,17: - 0: 9796 - 6,17: - 0: 31880 - 6,18: - 0: 63014 - 6,19: - 0: 4966 - 7,17: - 0: 36642 - 12,17: - 0: 12561 - 12,18: - 0: 58146 - 12,19: - 0: 49164 - 13,18: - 0: 39185 - 13,19: - 0: 4111 - 14,18: - 0: 32769 - 14,19: - 0: 4127 - 15,18: - 0: 61440 - 15,19: - 0: 61455 - 26,9: - 0: 18375 - 26,8: - 0: 19532 - 26,10: - 0: 52420 - 26,11: - 0: 17484 - 25,13: - 0: 18252 - 25,14: - 0: 61124 - 25,15: - 0: 50926 - 26,12: - 0: 374 - 24,4: - 0: 50786 - 25,4: - 0: 36878 - 25,5: - 0: 35023 - 26,4: - 0: 55089 - 26,5: - 0: 55048 - 26,6: - 0: 5105 - 26,7: - 0: 63889 - 27,5: - 0: 4369 - 27,6: - 0: 13105 - 27,7: - 0: 17 - 24,18: - 0: 34969 - 24,19: - 0: 29772 - 25,17: - 0: 13075 - 25,18: - 0: 4883 - 25,16: - 0: 8742 - 20,19: - 0: 26356 - 21,19: - 0: 4592 - 22,19: - 0: 753 - 23,19: - 0: 372 - 23,18: - 0: 51328 - 23,17: - 0: 34816 - 16,19: - 0: 62943 - 17,18: - 0: 45056 - 17,19: - 0: 4111 - 18,18: - 0: 4096 - 18,19: - 0: 8751 - 19,19: - 0: 241 - -16,17: - 0: 62720 - -16,18: - 0: 12834 - -16,19: - 0: 8950 - -15,17: - 0: 62464 - -15,19: - 0: 248 - -15,18: - 0: 52360 - -14,19: - 0: 3312 - -13,19: - 0: 24567 - -24,17: - 0: 36057 - -24,19: - 0: 52428 - -24,18: - 0: 34952 - -17,17: - 0: 63488 - -17,18: - 0: 62242 - -17,19: - 0: 8930 - -27,-16: - 0: 26214 - -27,-15: - 0: 28262 - -27,-14: - 0: 17476 - -27,-13: - 0: 17484 - -26,-15: - 0: 17734 - -26,-13: - 0: 18021 - -26,-16: - 0: 19662 - -26,-14: - 0: 19660 - -25,-16: - 0: 16 - -28,-9: - 0: 32768 - -27,-9: - 0: 21708 - -27,-12: - 0: 25676 - -27,-11: - 0: 61158 - -27,-10: - 0: 17478 - -26,-11: - 0: 26436 - -26,-9: - 0: 17479 - -26,-12: - 0: 17988 - -26,-10: - 0: 17484 - -24,20: - 0: 53214 - -24,21: - 0: 40840 - -24,23: - 0: 35976 - -24,22: - 0: 34952 - -23,22: - 0: 31744 - -17,20: - 0: 8754 - -17,21: - 0: 12834 - -17,22: - 0: 8767 - -17,23: - 0: 9186 - -24,24: - 0: 34959 - -24,26: - 0: 36744 - -24,25: - 0: 34952 - -24,27: - 0: 34952 - -23,24: - 0: 4368 - -23,25: - 0: 273 - -23,26: - 0: 16 - -23,27: - 0: 61440 - -22,27: - 0: 61440 - -21,27: - 0: 62528 - -20,27: - 0: 64512 - -19,27: - 0: 61440 - -18,27: - 0: 61440 - -18,25: - 0: 32768 - -17,25: - 0: 13106 - -17,26: - 0: 8755 - -17,27: - 0: 62062 - -17,24: - 0: 8738 - 8,-14: - 0: 61952 - 8,-13: - 0: 61455 - 9,-14: - 0: 63628 - 9,-13: - 0: 61448 - 2: 128 - 9,-16: - 0: 50244 - 9,-15: - 0: 17484 - 10,-14: - 0: 35208 - 10,-13: - 0: 63624 - 2: 272 - 10,-16: - 0: 52424 - 2: 12288 - 10,-15: - 0: 34956 - 11,-14: - 0: 1984 - 17,-16: - 0: 58146 - 17,-15: - 0: 8930 - 17,-14: - 0: 8738 - 18,-16: - 0: 13858 - 18,-15: - 0: 25138 - 18,-14: - 0: 26342 - 9,-17: - 0: 25668 - 2: 32768 - 9,-18: - 0: 17608 - 9,-20: - 0: 34816 - 9,-19: - 0: 34824 - 10,-20: - 0: 39321 - 10,-19: - 0: 35225 - 10,-18: - 0: 34952 - 10,-17: - 0: 34952 - 2: 28672 - 11,-20: - 0: 305 - 11,-17: - 0: 4401 - 17,-17: - 0: 8742 - 17,-18: - 0: 17608 - 18,-18: - 0: 35951 - 18,-17: - 0: 8812 - 18,-20: - 0: 8 - 18,-19: - 0: 34952 - 19,-20: - 0: 4371 - 19,-19: - 0: 3841 - 19,-18: - 0: 59535 - 19,-17: - 0: 3 - -24,-19: - 0: 44800 - -24,-18: - 0: 8186 - -23,-19: - 0: 3840 - -23,-18: - 0: 20224 - -22,-19: - 0: 4080 - -22,-18: - 0: 3840 - -21,-19: - 0: 61312 - -21,-18: - 0: 3908 - 12,-24: - 0: 3760 - 12,-23: - 0: 3968 - 13,-24: - 0: 248 - 2: 43520 - 13,-23: - 0: 61424 - 2: 10 - 13,-22: - 0: 4 - 14,-24: - 0: 249 - 14,-23: - 0: 40848 - 15,-24: - 0: 3632 - 2: 16384 - 15,-23: - 0: 8048 - 2: 4 - 16,-24: - 0: 3952 - 16,-23: - 0: 52992 - 17,-24: - 0: 3840 - 17,-23: - 0: 8048 - 18,-24: - 0: 52992 - 18,-23: - 0: 58112 - 18,-22: - 0: 34952 - 18,-21: - 0: 8 - 19,-24: - 0: 12288 - 19,-22: - 0: 4096 - 19,-21: - 0: 13075 - 19,-23: - 0: 34958 - -32,4: - 0: 140 - -31,6: - 0: 34952 - -31,7: - 0: 136 - -30,-9: - 0: 45056 - -29,-9: - 0: 61440 - -25,22: - 0: 51400 - -25,23: - 0: 51340 - -25,20: - 0: 34816 - -25,21: - 0: 34952 - -26,27: - 0: 140 - -26,26: - 0: 32768 - -25,27: - 0: 36047 - -25,25: - 0: 60620 - -25,26: - 0: 52428 - -25,24: - 0: 34952 - -16,24: - 0: 12898 - -16,25: - 0: 13107 - -16,27: - 0: 30439 - -16,26: - 0: 26214 - -16,20: - 0: 13158 - -16,21: - 0: 28279 - -16,22: - 0: 8739 - -16,23: - 0: 12834 - -16,28: - 0: 13926 - -20,28: - 0: 61440 - -20,29: - 0: 1 - -19,28: - 0: 61986 - -18,28: - 0: 65024 - -17,28: - 0: 63232 - -17,29: - 0: 7 - -24,28: - 0: 61440 - -24,29: - 0: 9 - -23,28: - 0: 62532 - -23,29: - 0: 207 - -22,28: - 0: 61713 - -22,29: - 0: 19 - -21,28: - 0: 61440 - -21,29: - 0: 3 - -25,28: - 0: 34952 - 4,-14: - 0: 62976 - 4,-13: - 0: 35939 - 5,-14: - 0: 61984 - 5,-13: - 0: 61986 - 6,-14: - 0: 65024 - 6,-13: - 0: 64520 - 7,-14: - 0: 61440 - 7,-13: - 0: 61713 - 9,-22: - 0: 36046 - 9,-23: - 0: 52360 - 9,-21: - 0: 34952 - 10,-23: - 0: 32771 - 10,-21: - 0: 39048 - 10,-24: - 0: 11776 - 10,-22: - 0: 34952 - 2: 28672 - 11,-24: - 0: 1984 - 11,-23: - 0: 63488 - 11,-21: - 0: 4368 - 21,-9: - 0: 51340 - 22,-10: - 0: 4096 - 22,-9: - 0: 17 - 24,0: - 0: 62225 - 24,1: - 0: 18261 - 2: 12288 - 24,2: - 0: 27716 - 24,3: - 0: 8750 - 25,0: - 0: 12288 - 25,1: - 0: 34959 - 25,3: - 0: 17479 - 25,2: - 0: 17640 - 8,16: - 0: 53024 - 8,17: - 0: 53144 - 9,16: - 0: 32752 - 9,17: - 0: 65312 - 10,16: - 0: 20412 - 10,17: - 0: 40772 - 11,16: - 0: 36676 - 11,17: - 0: 4414 - 11,18: - 0: 16163 - 11,19: - 0: 50274 - 4,20: - 0: 12 - 5,20: - 0: 125 - 6,20: - 0: 561 - 11,20: - 0: 8 - 12,20: - 0: 159 - 13,20: - 0: 15 - 14,20: - 0: 239 - 15,20: - 0: 31 - 16,20: - 0: 15 - 17,20: - 0: 15 - 18,20: - 0: 251 - 19,20: - 0: 247 - 20,20: - 0: 2550 - 21,20: - 0: 2033 - 22,20: - 0: 2815 - 23,20: - 0: 243 - 24,20: - 0: 19 - 24,-3: - 0: 4096 - 24,-2: - 0: 8995 - 24,-1: - 0: 4402 - 20,-20: - 0: 4369 - 20,-19: - 0: 4371 - 20,-18: - 0: 1 - 20,-23: - 0: 12544 - 20,-22: - 0: 13075 - 20,-21: - 0: 4919 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 235 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: BecomesStation - id: Submarine - - type: NavMap - - uid: 18185 - components: - - type: MetaData - name: map 100 - - type: Transform - - type: Map - - type: PhysicsMap - - type: GridTree - - type: MovedGrids - - type: Broadphase - - type: OccluderTree - - type: LoadedMap -- proto: ActionToggleBlock - entities: - - uid: 28912 - components: - - type: Transform - parent: 5116 - - type: InstantAction - container: 5116 - - uid: 28913 - components: - - type: Transform - parent: 15524 - - type: InstantAction - container: 15524 - - uid: 32473 - components: - - type: Transform - parent: 32472 - - type: InstantAction - container: 32472 -- proto: ActionToggleInternals - entities: - - uid: 1304 - components: - - type: Transform - parent: 744 - - type: InstantAction - container: 744 - - uid: 1779 - components: - - type: Transform - parent: 1478 - - type: InstantAction - container: 1478 - - uid: 6825 - components: - - type: Transform - parent: 6829 - - type: InstantAction - container: 6829 - - uid: 12982 - components: - - type: Transform - parent: 10415 - - type: InstantAction - container: 10415 - - uid: 17999 - components: - - type: Transform - parent: 6830 - - type: InstantAction - container: 6830 -- proto: ActionToggleJetpack - entities: - - uid: 1153 - components: - - type: Transform - parent: 744 - - type: InstantAction - container: 744 - - uid: 1652 - components: - - type: Transform - parent: 1478 - - type: InstantAction - container: 1478 - - uid: 6789 - components: - - type: Transform - parent: 6829 - - type: InstantAction - container: 6829 - - uid: 12246 - components: - - type: Transform - parent: 10415 - - type: InstantAction - container: 10415 - - uid: 15781 - components: - - type: Transform - parent: 6830 - - type: InstantAction - container: 6830 -- proto: ActionToggleLight - entities: - - uid: 2568 - components: - - type: Transform - parent: 5658 - - type: InstantAction - container: 5658 - - uid: 4259 - components: - - type: Transform - parent: 14212 - - type: InstantAction - container: 14212 - - uid: 15584 - components: - - type: Transform - parent: 15583 - - type: InstantAction - container: 15583 - - uid: 16291 - components: - - type: Transform - parent: 7937 - - type: InstantAction - container: 7937 - - uid: 16335 - components: - - type: Transform - parent: 8031 - - type: InstantAction - container: 8031 -- proto: AirAlarm - entities: - - uid: 22 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-0.5 - parent: 2 - - type: DeviceList - devices: - - 31156 - - 22115 - - 26414 - - 28364 - - type: AtmosDevice - joinedGrid: 2 - - uid: 69 - components: - - type: Transform - pos: -43.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 6320 - - 6321 - - 28396 - - 2353 - - 7180 - - 7110 - - 7107 - - 3568 - - 28755 - - 28397 - - 11389 - - 23460 - - 28400 - - 28398 - - 7529 - - 7530 - - 7889 - - 5062 - - 28399 - - 300 - - 26711 - - type: AtmosDevice - joinedGrid: 2 - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 28407 - - 28409 - - 28408 - - 28316 - - 28317 - - 6498 - - 3349 - - 6493 - - type: AtmosDevice - joinedGrid: 2 - - uid: 400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 28409 - - 26700 - - 11856 - - 6630 - - 6628 - - 28404 - - 28247 - - 26633 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,23.5 - parent: 2 - - type: DeviceList - devices: - - 1257 - - 4265 - - 1254 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1655 - components: - - type: Transform - pos: 34.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 28435 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,64.5 - parent: 2 - - type: DeviceList - devices: - - 2609 - - 2610 - - 2611 - - 4642 - - 4212 - - 5244 - - 7752 - - 18373 - - 18374 - - 18375 - - 28487 - - 28595 - - 28602 - - 28603 - - 28588 - - 28592 - - 28590 - - 28591 - - 28055 - - 27496 - - 27010 - - 13000 - - 23234 - - 23235 - - 23236 - - 30495 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2285 - components: - - type: Transform - pos: -90.5,-6.5 - parent: 2 - - type: DeviceList - devices: - - 2310 - - 1255 - - 1253 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2995 - components: - - type: Transform - pos: -6.5,65.5 - parent: 2 - - type: DeviceList - devices: - - 28596 - - 16312 - - 16315 - - 16309 - - 16311 - - 28597 - - 28595 - - 28598 - - 28599 - - 28601 - - 25773 - - 24464 - - type: AtmosDevice - joinedGrid: 2 - - uid: 3897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-35.5 - parent: 2 - - type: DeviceList - devices: - - 28408 - - 28409 - - 28301 - - 28302 - - 28403 - - 6493 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4313 - components: - - type: Transform - pos: -51.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 28395 - - 27006 - - 27007 - - 3086 - - 3092 - - 28372 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,48.5 - parent: 2 - - type: DeviceList - devices: - - 2681 - - 25848 - - 25847 - - 28520 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6298 - components: - - type: Transform - pos: 33.5,0.5 - parent: 2 - - type: DeviceList - devices: - - 1076 - - 26232 - - 28436 - - 27271 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7137 - components: - - type: Transform - pos: -33.5,-39.5 - parent: 2 - - type: DeviceList - devices: - - 26790 - - 6667 - - 26697 - - 26699 - - 31773 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7404 - components: - - type: Transform - pos: -19.5,38.5 - parent: 2 - - type: DeviceList - devices: - - 28605 - - 28384 - - 28383 - - 28382 - - 15643 - - 3734 - - 17030 - - 9039 - - 28606 - - 25752 - - 23952 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,30.5 - parent: 2 - - type: DeviceList - devices: - - 28547 - - 28545 - - 28546 - - 28587 - - 28654 - - 28585 - - 2006 - - 2007 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8213 - components: - - type: Transform - pos: -101.5,15.5 - parent: 2 - - type: DeviceList - devices: - - 21970 - - 1260 - - 8664 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11473 - components: - - type: Transform - pos: -101.5,-0.5 - parent: 2 - - type: DeviceList - devices: - - 4848 - - 1259 - - 16497 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-30.5 - parent: 2 - - type: DeviceList - devices: - - 28367 - - 28368 - - 28369 - - 7235 - - 7225 - - 7190 - - 7192 - - 28371 - - 28111 - - 27253 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15850 - components: - - type: Transform - pos: 14.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 13917 - - 13918 - - 27453 - - 27454 - - 2636 - - 2634 - - 28525 - - 25795 - - 28524 - - 28526 - - 25859 - - 25858 - - 26032 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,52.5 - parent: 2 - - type: DeviceList - devices: - - 18278 - - 16550 - - 16481 - - 16416 - - type: AtmosDevice - joinedGrid: 2 - - uid: 17901 - components: - - type: Transform - pos: -23.5,23.5 - parent: 2 - - type: DeviceList - devices: - - 9548 - - 9255 - - 9216 - - 9552 - - 1866 - - 1867 - - 25215 - - 25214 - - 25216 - - 28609 - - 28392 - - 27853 - - 28378 - - 28393 - - 28474 - - 28475 - - 28617 - - 28388 - - 27008 - - 27497 - - type: AtmosDevice - joinedGrid: 2 - - uid: 18239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,62.5 - parent: 2 - - type: DeviceList - devices: - - 18278 - - 16550 - - 19759 - - type: AtmosDevice - joinedGrid: 2 - - uid: 22045 - components: - - type: Transform - pos: -76.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 28742 - - 28741 - - 2763 - - 26836 - - 4242 - - 4218 - - 26835 - - 28607 - - 26376 - - type: AtmosDevice - joinedGrid: 2 - - uid: 22065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 8417 - - 8416 - - 4243 - - type: AtmosDevice - joinedGrid: 2 - - uid: 22291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,63.5 - parent: 2 - - type: DeviceList - devices: - - 25200 - - 19766 - - 29040 - - 29022 - - 29030 - - 19652 - - 28598 - - 28597 - - type: AtmosDevice - joinedGrid: 2 - - uid: 22348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,61.5 - parent: 2 - - type: DeviceList - devices: - - 22340 - - 22365 - - 22349 - - 23231 - - 28487 - - 30495 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23688 - components: - - type: Transform - pos: -56.5,-10.5 - parent: 2 - - type: DeviceList - devices: - - 28395 - - 28371 - - 28372 - - 5194 - - 7190 - - 7192 - - 27252 - - 28110 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23798 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,48.5 - parent: 2 - - type: DeviceList - devices: - - 23802 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23957 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,29.5 - parent: 2 - - type: DeviceList - devices: - - 9340 - - 4315 - - 28501 - - 28500 - - 28488 - - type: AtmosDevice - joinedGrid: 2 - - uid: 24937 - components: - - type: Transform - pos: 47.5,-32.5 - parent: 2 - - type: DeviceList - devices: - - 27696 - - 27697 - - 28424 - - 28423 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 28615 - - 28359 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,22.5 - parent: 2 - - type: DeviceList - devices: - - 7638 - - 8840 - - 28339 - - 26256 - - 26257 - - 23698 - - 25186 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,25.5 - parent: 2 - - type: DeviceList - devices: - - 28378 - - 28392 - - 28393 - - 14205 - - 2458 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25120 - components: - - type: Transform - pos: -38.5,25.5 - parent: 2 - - type: DeviceList - devices: - - 26248 - - 28377 - - 26249 - - 28393 - - 3758 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,25.5 - parent: 2 - - type: DeviceList - devices: - - 28334 - - 28347 - - 26353 - - 26354 - - 28348 - - 24887 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,20.5 - parent: 2 - - type: DeviceList - devices: - - 28347 - - 28348 - - 28365 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25140 - components: - - type: Transform - pos: -45.5,36.5 - parent: 2 - - type: DeviceList - devices: - - 9082 - - 9083 - - 28342 - - 28345 - - 28343 - - 28346 - - 28344 - - 25186 - - 23698 - - 10984 - - 26212 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 28343 - - 28345 - - 28344 - - 28346 - - 9083 - - 28342 - - 25777 - - 26084 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,43.5 - parent: 2 - - type: DeviceList - devices: - - 26010 - - 26009 - - 9039 - - 28386 - - 28605 - - 17030 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25146 - components: - - type: Transform - pos: -21.5,43.5 - parent: 2 - - type: DeviceList - devices: - - 28606 - - 25990 - - 25973 - - 28605 - - 3734 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25155 - components: - - type: Transform - pos: -22.5,49.5 - parent: 2 - - type: DeviceList - devices: - - 28385 - - 25959 - - 25958 - - 9039 - - 28386 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,38.5 - parent: 2 - - type: DeviceList - devices: - - 28733 - - 3382 - - 28385 - - 16411 - - 28603 - - 15917 - - 16288 - - 8823 - - 25573 - - 16331 - - 16289 - - 28387 - - 28388 - - 15596 - - 28617 - - 15295 - - 15296 - - 15297 - - 28381 - - 15415 - - 28382 - - 25770 - - 25821 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,30.5 - parent: 2 - - type: DeviceList - devices: - - 28381 - - 28382 - - 28383 - - 28384 - - 28380 - - 15415 - - 15520 - - 26067 - - 25757 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,33.5 - parent: 2 - - type: DeviceList - devices: - - 28380 - - 28379 - - 26078 - - 26079 - - 15503 - - 26059 - - 25753 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,21.5 - parent: 2 - - type: DeviceList - devices: - - 9082 - - 9081 - - 8874 - - 8873 - - 7638 - - 3680 - - 8857 - - 8783 - - 8763 - - 7640 - - 17859 - - 5723 - - 25186 - - 23698 - - 28339 - - 28338 - - 28337 - - 28336 - - 28335 - - 28334 - - 28333 - - 28342 - - 28378 - - 25632 - - 11644 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,30.5 - parent: 2 - - type: DeviceList - devices: - - 15520 - - 15503 - - 28380 - - 28379 - - 28381 - - 28378 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25190 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,26.5 - parent: 2 - - type: DeviceList - devices: - - 28392 - - 28617 - - 26086 - - 26087 - - 9552 - - 9216 - - 9255 - - 15295 - - 15296 - - 15297 - - 27457 - - 27456 - - 27455 - - 28382 - - 28383 - - 28384 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25191 - components: - - type: Transform - pos: -7.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 15596 - - 15597 - - 9548 - - 28388 - - 28392 - - 28383 - - 28382 - - 28384 - - 28389 - - 24315 - - 27511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25192 - components: - - type: Transform - pos: -4.5,36.5 - parent: 2 - - type: DeviceList - devices: - - 28388 - - 15597 - - 26121 - - 28389 - - 26122 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25193 - components: - - type: Transform - pos: -9.5,43.5 - parent: 2 - - type: DeviceList - devices: - - 28384 - - 28383 - - 28382 - - 16289 - - 16331 - - 28387 - - 26129 - - 26128 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,42.5 - parent: 2 - - type: DeviceList - devices: - - 28588 - - 28387 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 13914 - - 13915 - - 13917 - - 13918 - - 28524 - - 28525 - - 28588 - - 26035 - - 8821 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,43.5 - parent: 2 - - type: DeviceList - devices: - - 25310 - - 28518 - - 25311 - - 2634 - - 2636 - - 2869 - - 2606 - - 2208 - - 14170 - - 14173 - - 2681 - - 14122 - - 28526 - - 28519 - - 28520 - - 28522 - - 28525 - - 28521 - - 25727 - - 26014 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,52.5 - parent: 2 - - type: DeviceList - devices: - - 14170 - - 14173 - - 25790 - - 28521 - - 25791 - - 28526 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25198 - components: - - type: Transform - pos: 15.5,51.5 - parent: 2 - - type: DeviceList - devices: - - 2606 - - 2208 - - 14015 - - 14020 - - 28522 - - 28526 - - 28523 - - 25742 - - 26036 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,54.5 - parent: 2 - - type: DeviceList - devices: - - 14015 - - 14020 - - 28523 - - 25835 - - 25834 - - 28522 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25201 - components: - - type: Transform - pos: 26.5,47.5 - parent: 2 - - type: DeviceList - devices: - - 14122 - - 14105 - - 28519 - - 25808 - - 25807 - - 28526 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25204 - components: - - type: Transform - pos: 11.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 28654 - - 28587 - - 28585 - - 28584 - - 28583 - - 2006 - - 2008 - - 2009 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25205 - components: - - type: Transform - pos: 9.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 28654 - - 28587 - - 2009 - - 2010 - - 28566 - - 28567 - - 28586 - - 28585 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25206 - components: - - type: Transform - pos: 16.5,22.5 - parent: 2 - - type: DeviceList - devices: - - 27011 - - 24059 - - 24040 - - 28079 - - 28654 - - 25207 - - 25208 - - 25209 - - 28637 - - 3976 - - 28532 - - 1845 - - 25310 - - 781 - - 28483 - - 1871 - - 1870 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25220 - components: - - type: Transform - pos: -47.5,15.5 - parent: 2 - - type: DeviceList - devices: - - 28337 - - 26283 - - 26282 - - 8704 - - 8783 - - 23698 - - 25186 - - 28393 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25221 - components: - - type: Transform - pos: -47.5,19.5 - parent: 2 - - type: DeviceList - devices: - - 28338 - - 26280 - - 26281 - - 8840 - - 8857 - - 23698 - - 25186 - - 27444 - - 28393 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 28336 - - 26308 - - 26309 - - 8763 - - 23698 - - 25186 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25223 - components: - - type: Transform - pos: -61.5,10.5 - parent: 2 - - type: DeviceList - devices: - - 28364 - - 24887 - - 28393 - - 28348 - - 28347 - - 28367 - - 23698 - - 25186 - - 7640 - - 17859 - - 5723 - - 8703 - - 8702 - - 8701 - - 7671 - - 7673 - - 3834 - - 27503 - - 15936 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25224 - components: - - type: Transform - pos: -71.5,12.5 - parent: 2 - - type: DeviceList - devices: - - 7671 - - 7673 - - 3834 - - 7675 - - 8183 - - 7674 - - 7682 - - 1505 - - 27441 - - 28364 - - 28365 - - 24887 - - 13354 - - 13378 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 28365 - - 28364 - - 7682 - - 1505 - - 27441 - - 13136 - - 19972 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,22.5 - parent: 2 - - type: DeviceList - devices: - - 7748 - - 7749 - - 7750 - - 28363 - - 28362 - - 26372 - - 317 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 317 - - 26372 - - 28615 - - 28361 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,12.5 - parent: 2 - - type: DeviceList - devices: - - 7751 - - 2603 - - 7753 - - 28615 - - 28360 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25234 - components: - - type: Transform - pos: 24.5,34.5 - parent: 2 - - type: DeviceList - devices: - - 28515 - - 28514 - - 25311 - - 25621 - - 25310 - - 28518 - - 22880 - - 25635 - - 25636 - - 26013 - - 28713 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25236 - components: - - type: Transform - pos: -79.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 7745 - - 7747 - - 7746 - - 28358 - - 28357 - - 28367 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 18464 - - 18463 - - 28750 - - 28751 - - 7416 - - 28375 - - 28374 - - 28393 - - 28367 - - 26872 - - 5676 - - 25655 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,0.5 - parent: 2 - - type: DeviceList - devices: - - 24887 - - 28367 - - 27130 - - 27129 - - 25322 - - 25323 - - 28368 - - 28371 - - 28375 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25241 - components: - - type: Transform - pos: -57.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 28373 - - 27152 - - 27149 - - 28374 - - 28372 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 28394 - - 26946 - - 26945 - - 28374 - - 7189 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 26089 - - 28393 - - 25779 - - 8701 - - 8702 - - 8703 - - 24887 - - 7110 - - 2353 - - 7180 - - 28396 - - 25215 - - 25216 - - 28392 - - 6318 - - 27444 - - 28338 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25246 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,15.5 - parent: 2 - - type: DeviceList - devices: - - 28534 - - 28637 - - 28488 - - 27771 - - 28432 - - 4377 - - 4376 - - 4375 - - 2237 - - 25209 - - 25208 - - 25207 - - 25211 - - 25212 - - 25213 - - 27493 - - 24007 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 28429 - - 28427 - - 28426 - - 28428 - - 28432 - - 27771 - - 28433 - - 28637 - - 25217 - - 25218 - - 25219 - - 3877 - - 3879 - - 3898 - - 3899 - - 3881 - - 3889 - - 25213 - - 25212 - - 25211 - - 28420 - - 26143 - - 25781 - - 25780 - - 26137 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25248 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-14.5 - parent: 2 - - type: DeviceList - devices: - - 28432 - - 27771 - - 28433 - - 28434 - - 28420 - - 1874 - - 1875 - - 25217 - - 25218 - - 25219 - - 3892 - - 777 - - 774 - - 1097 - - 27445 - - 27446 - - 27447 - - 27448 - - 27449 - - 27450 - - 27452 - - 27451 - - 25783 - - 26152 - - 13382 - - 25622 - - 28098 - - 27017 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-24.5 - parent: 2 - - type: DeviceList - devices: - - 1862 - - 1863 - - 1864 - - 2462 - - 2463 - - 2461 - - 28411 - - 28412 - - 26696 - - 27112 - - 28099 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-35.5 - parent: 2 - - type: DeviceList - devices: - - 28412 - - 26896 - - 26895 - - 28411 - - 2461 - - 2463 - - 2462 - - 28619 - - 28414 - - 24173 - - 27123 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 28619 - - 28411 - - 28407 - - 28410 - - 27494 - - 27492 - - 27491 - - 28627 - - 27484 - - 28412 - - 29289 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25252 - components: - - type: Transform - pos: 6.5,-26.5 - parent: 2 - - type: DeviceList - devices: - - 28414 - - 28419 - - 28417 - - 28411 - - 28412 - - 28211 - - 26235 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-21.5 - parent: 2 - - type: DeviceList - devices: - - 28117 - - 28612 - - 28415 - - 28419 - - 28417 - - 3172 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 28415 - - 28414 - - 28419 - - 28416 - - 28417 - - 28108 - - 28109 - - 1097 - - 3172 - - 3365 - - 3358 - - 28434 - - 28420 - - 28433 - - 26870 - - 28244 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-24.5 - parent: 2 - - type: DeviceList - devices: - - 3892 - - 3424 - - 28421 - - 27559 - - 27558 - - 28422 - - 28434 - - 28420 - - 28418 - - 28423 - - 28433 - - 25793 - - 26211 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25257 - components: - - type: Transform - pos: 46.5,-28.5 - parent: 2 - - type: DeviceList - devices: - - 27560 - - 27561 - - 28423 - - 28424 - - 28421 - - 28422 - - 28433 - - 28434 - - 28425 - - 25295 - - 25296 - - 25297 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25260 - components: - - type: Transform - pos: -16.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 6553 - - 2904 - - 2923 - - 6955 - - 28782 - - 28783 - - 6628 - - 6498 - - 28406 - - 28408 - - 28404 - - 28779 - - 8968 - - 27507 - - 27504 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 6553 - - 2904 - - 2923 - - 6955 - - 28782 - - 763 - - 766 - - 765 - - 5250 - - 28265 - - 28406 - - 28266 - - 28407 - - 28627 - - 28755 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 28396 - - 28397 - - 28755 - - 28627 - - 28406 - - 28779 - - 3080 - - 7107 - - 3568 - - 84 - - 2147 - - 766 - - 765 - - 763 - - 28402 - - 25631 - - 25936 - - 27122 - - 28610 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 28330 - - 28331 - - 28476 - - 28755 - - 28627 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 28477 - - 27295 - - 27294 - - 580 - - 28790 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 583 - - 28478 - - 27293 - - 27296 - - 28790 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 2 - - type: DeviceList - devices: - - 101 - - 592 - - 28479 - - 28790 - - 28480 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 27312 - - 28627 - - 28479 - - 28480 - - 2069 - - 84 - - 2147 - - 101 - - 27260 - - 26123 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 2 - - type: DeviceList - devices: - - 345 - - 346 - - 542 - - 541 - - 548 - - 547 - - 549 - - 550 - - 546 - - 545 - - 544 - - 543 - - 1685 - - 28472 - - 27255 - - 28473 - - 27254 - - 27311 - - 28474 - - 24245 - - 27257 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25275 - components: - - type: Transform - pos: -12.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 4793 - - 18090 - - 18950 - - 18113 - - 27311 - - 258 - - 260 - - 396 - - 345 - - 346 - - 682 - - 681 - - 28472 - - 28790 - - 28475 - - 27312 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25276 - components: - - type: Transform - pos: -2.5,8.5 - parent: 2 - - type: DeviceList - devices: - - 27311 - - 27312 - - 28465 - - 214 - - 221 - - 218 - - 384 - - 390 - - 258 - - 260 - - 68 - - 65 - - 66 - - 25784 - - 26168 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,9.5 - parent: 2 - - type: DeviceList - devices: - - 28481 - - 1441 - - 1489 - - 28465 - - 25789 - - 26209 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25278 - components: - - type: Transform - pos: 20.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 1494 - - 1495 - - 1496 - - 28482 - - 27350 - - 27351 - - 28465 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25279 - components: - - type: Transform - pos: 31.5,14.5 - parent: 2 - - type: DeviceList - devices: - - 28465 - - 28483 - - 15931 - - 28654 - - 28587 - - 27373 - - 883 - - 781 - - 1347 - - 1348 - - 25788 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,9.5 - parent: 2 - - type: DeviceList - devices: - - 28485 - - 28071 - - 28070 - - 28483 - - 28654 - - 28587 - - 28486 - - 8659 - - 6682 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,5.5 - parent: 2 - - type: DeviceList - devices: - - 27422 - - 27421 - - 28484 - - 1082 - - 28465 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,3.5 - parent: 2 - - type: DeviceList - devices: - - 28440 - - 28452 - - 28451 - - 28439 - - 1316 - - 1313 - - 968 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,3.5 - parent: 2 - - type: DeviceList - devices: - - 28465 - - 1395 - - 28439 - - 28449 - - 28450 - - 1313 - - 1316 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 27389 - - 28438 - - 27396 - - 27395 - - 28463 - - 28465 - - 1012 - - 1080 - - 2012 - - 2013 - - 1661 - - 2014 - - 2015 - - 2016 - - 2017 - - 2018 - - 2019 - - 1531 - - 151 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-10.5 - parent: 2 - - type: DeviceList - devices: - - 152 - - 153 - - 155 - - 154 - - 1661 - - 2014 - - 2015 - - 2016 - - 2017 - - 27438 - - 28463 - - 27437 - - 28420 - - 28434 - - 28438 - - 151 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25287 - components: - - type: Transform - pos: 14.5,8.5 - parent: 2 - - type: DeviceList - devices: - - 1489 - - 1441 - - 384 - - 390 - - 1012 - - 1080 - - 2012 - - 2013 - - 1494 - - 1495 - - 1496 - - 1395 - - 883 - - 1082 - - 28484 - - 28483 - - 28438 - - 28439 - - 28482 - - 28481 - - 27312 - - 13036 - - 28465 - - 26210 - - 25792 - - 151 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25288 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 7844 - - 13035 - - 13036 - - 28420 - - 28434 - - 28465 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25289 - components: - - type: Transform - pos: -38.5,14.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 28792 - - 28475 - - 28474 - - 8835 - - 26198 - - 28392 - - 28472 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25291 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 28755 - - 28790 - - 28475 - - 27166 - - 27165 - - 28792 - - 27311 - - 28474 - - 28627 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25293 - components: - - type: Transform - pos: 29.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 2018 - - 2019 - - 148 - - 144 - - 1178 - - 1079 - - 27405 - - 28435 - - 28434 - - 28420 - - 28438 - - 151 - - 2112 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25294 - components: - - type: Transform - pos: 74.5,-19.5 - parent: 2 - - type: DeviceList - devices: - - 28425 - - 27695 - - 4430 - - 25295 - - 25296 - - 25297 - - 28423 - - 28426 - - 28428 - - 28427 - - 28429 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-10.5 - parent: 2 - - type: DeviceList - devices: - - 28425 - - 28428 - - 28426 - - 28427 - - 27751 - - 27752 - - 27755 - - 27756 - - 28429 - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - 28432 - - 27771 - - 28633 - - 28430 - - 28431 - - 27299 - - 28213 - - 29085 - - 29086 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 28426 - - 28428 - - 28427 - - 28429 - - 27641 - - 28430 - - 27642 - - 28431 - - 27747 - - 27748 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,3.5 - parent: 2 - - type: DeviceList - devices: - - 28488 - - 28427 - - 15163 - - 2252 - - 28633 - - 26698 - - 25794 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25301 - components: - - type: Transform - pos: 56.5,25.5 - parent: 2 - - type: DeviceList - devices: - - 28633 - - 28488 - - 28490 - - 28637 - - 4377 - - 4376 - - 4375 - - 5704 - - 9340 - - 18220 - - 25633 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25302 - components: - - type: Transform - pos: 61.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 28490 - - 28488 - - 2251 - - 5704 - - 26 - - 28534 - - 28219 - - 27300 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25305 - components: - - type: Transform - pos: 48.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 4107 - - 28529 - - 25460 - - 25459 - - 28528 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 3359 - - 28513 - - 25452 - - 25451 - - 28528 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,45.5 - parent: 2 - - type: DeviceList - devices: - - 25310 - - 28518 - - 25311 - - 2259 - - 2510 - - 9224 - - 28514 - - 25440 - - 28515 - - 28528 - - 28512 - - 28705 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,72.5 - parent: 2 - - type: DeviceList - devices: - - 18373 - - 18374 - - 18375 - - 28590 - - 26868 - - 26867 - - 28487 - - 26865 - - 28591 - - 26866 - - 28592 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,63.5 - parent: 2 - - type: DeviceList - devices: - - 28599 - - 28601 - - 28596 - - 16312 - - 16315 - - 26080 - - 28597 - - 25772 - - 25775 - - 28598 - - 24602 - - 25200 - - 29025 - - 29024 - - 29026 - - 29030 - - 29040 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25317 - components: - - type: Transform - pos: -4.5,65.5 - parent: 2 - - type: DeviceList - devices: - - 28595 - - 15258 - - 16309 - - 16311 - - 7752 - - 28487 - - 28594 - - 28596 - - 26219 - - 26220 - - 25774 - - 25837 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25318 - components: - - type: Transform - pos: -5.5,62.5 - parent: 2 - - type: DeviceList - devices: - - 28487 - - 28604 - - 28603 - - 15721 - - 5244 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25319 - components: - - type: Transform - pos: -8.5,57.5 - parent: 2 - - type: DeviceList - devices: - - 15721 - - 4212 - - 4642 - - 15917 - - 28604 - - 28602 - - 28603 - - 25886 - - 25887 - - 28487 - - 28384 - - 28383 - - 28382 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25320 - components: - - type: Transform - pos: -58.5,-32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-25.5 - parent: 2 - - type: DeviceList - devices: - - 25323 - - 25322 - - 28367 - - 28371 - - 28368 - - 27134 - - 27135 - - 28369 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-33.5 - parent: 2 - - type: DeviceList - devices: - - 28371 - - 28368 - - 27136 - - 28369 - - 27137 - - 25326 - - 25324 - - 25325 - - 28402 - - 27108 - - 27109 - - 28754 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-29.5 - parent: 2 - - type: DeviceList - devices: - - 28371 - - 28396 - - 28397 - - 28754 - - 28402 - - 28116 - - 27256 - - 18025 - - 18359 - - 2655 - - 300 - - 26711 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-29.5 - parent: 2 - - type: DeviceList - devices: - - 28371 - - 28396 - - 28397 - - 11389 - - 23460 - - 28400 - - 27256 - - 28116 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25332 - components: - - type: Transform - pos: -54.5,-18.5 - parent: 2 - - type: DeviceList - devices: - - 28371 - - 28396 - - 28397 - - 7530 - - 7529 - - 6945 - - 7235 - - 27114 - - 28398 - - 27115 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25333 - components: - - type: Transform - pos: -56.5,-13.5 - parent: 2 - - type: DeviceList - devices: - - 27113 - - 28399 - - 28371 - - 28397 - - 28396 - - 7225 - - 5062 - - 7889 - - 28113 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25334 - components: - - type: Transform - pos: -52.5,-9.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25336 - components: - - type: Transform - pos: -30.5,-17.5 - parent: 2 - - type: DeviceList - devices: - - 28757 - - 28173 - - 28779 - - 28778 - - 28755 - - 28627 - - 3080 - - 6554 - - 6553 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 25324 - - 25325 - - 28402 - - 27482 - - 27483 - - 28755 - - 28627 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25338 - components: - - type: Transform - pos: -30.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 28779 - - 28778 - - 28776 - - 6554 - - 27430 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 28784 - - 28785 - - 5250 - - 3349 - - 28407 - - 28290 - - 28406 - - 28408 - - 26696 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25340 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - - type: DeviceList - devices: - - 28410 - - 28619 - - 3815 - - 28245 - - 27301 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-39.5 - parent: 2 - - type: DeviceList - devices: - - 28404 - - 6630 - - 11856 - - 28410 - - 3815 - - 26629 - - 27302 - - 26700 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25342 - components: - - type: Transform - pos: 36.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 3906 - - 28533 - - 25484 - - 25485 - - 28646 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25343 - components: - - type: Transform - pos: 30.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 27460 - - 27459 - - 27458 - - 3438 - - 28531 - - 28532 - - 28646 - - 25310 - - 28518 - - 25311 - - 24253 - - 24258 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,24.5 - parent: 2 - - type: DeviceList - devices: - - 3976 - - 2205 - - 27460 - - 27459 - - 27458 - - 25498 - - 28532 - - 25499 - - 28531 - - 28654 - - 28587 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25345 - components: - - type: Transform - pos: 40.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 28646 - - 28536 - - 2203 - - 4059 - - 27461 - - 3906 - - 3438 - - 28530 - - 28533 - - 28531 - - 28528 - - 24263 - - 941 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,36.5 - parent: 2 - - type: DeviceList - devices: - - 4107 - - 3359 - - 2259 - - 3853 - - 2203 - - 28528 - - 28529 - - 28513 - - 28514 - - 28515 - - 28646 - - 34073 - - 34118 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 3853 - - 25468 - - 25467 - - 28537 - - 28528 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25349 - components: - - type: Transform - pos: 49.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 2237 - - 4069 - - 26 - - 28534 - - 25353 - - 28637 - - 28490 - - 28530 - - 34741 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,49.5 - parent: 2 - - type: DeviceList - devices: - - 28512 - - 25699 - - 27888 - - 28515 - - 28514 - - 399 - - 391 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,15.5 - parent: 2 - - type: DeviceList - devices: - - 788 - - 789 - - 15931 - - 27383 - - 27382 - - 1347 - - 1348 - - 28483 - - 28654 - - 28587 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27411 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,0.5 - parent: 2 - - type: DeviceList - devices: - - 8659 - - 6682 - - 28486 - - 28060 - - 28059 - - 28434 - - 28420 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28618 - components: - - type: Transform - pos: 24.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 28149 - - 28150 - - 28416 - - 28418 - - 28419 - - 28417 - - 3358 - - 3531 - - 27445 - - 27446 - - 27447 - - 27448 - - 774 - - 777 - - 27449 - - 27450 - - 27452 - - 27451 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 774 - - 777 - - 3365 - - 3424 - - 3531 - - 28418 - - 28419 - - 28422 - - 28421 - - 28416 - - 28417 - - 28434 - - 28420 - - 28433 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 25310 - - 28518 - - 25311 - - 28588 - - 28487 - - 28524 - - 1859 - - 1860 - - 1861 - - 13915 - - 13914 - - 2609 - - 2610 - - 2611 - - 27009 - - 13002 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 2010 - - 2008 - - 2007 - - 3976 - - 781 - - 788 - - 789 - - 28654 - - 28587 - - 28547 - - 28585 - - 28586 - - 25310 - - 28518 - - 25311 - - 28532 - - 28485 - - 28486 - - 28483 - - 15931 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,53.5 - parent: 2 - - type: DeviceList - devices: - - 28521 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28735 - components: - - type: Transform - pos: -51.5,37.5 - parent: 2 - - type: DeviceList - devices: - - 9084 - - 9081 - - 28333 - - 6973 - - 6966 - - 25186 - - 23698 - - 28737 - - 28334 - - 24108 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 28335 - - 26268 - - 26269 - - 3680 - - 23698 - - 25186 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 8873 - - 8874 - - 24108 - - 28333 - - 28347 - - 28348 - - 23698 - - 25186 - - 28334 - - 26083 - - 25776 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 18464 - - 18463 - - 7189 - - 28374 - - 1517 - - 28375 - - 28394 - - 26872 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-21.5 - parent: 2 - - type: DeviceList - devices: - - 27491 - - 27492 - - 28407 - - 28619 - - 27484 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28791 - components: - - type: Transform - pos: -12.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 28790 - - 681 - - 682 - - 592 - - 583 - - 580 - - 27311 - - 28479 - - 28478 - - 28477 - - 28475 - - 25696 - - 26869 - - type: AtmosDevice - joinedGrid: 2 - - uid: 29087 - components: - - type: Transform - pos: 75.5,-14.5 - parent: 2 - - type: DeviceList - devices: - - 29085 - - 29086 - - 16549 - - 28426 - - 16551 - - 28427 - - type: AtmosDevice - joinedGrid: 2 - - uid: 30628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 1870 - - 1871 - - 1860 - - 1861 - - 1859 - - 1866 - - 1867 - - 221 - - 218 - - 214 - - 28392 - - 27312 - - 28587 - - 28654 - - 28588 - - type: AtmosDevice - joinedGrid: 2 - - uid: 30714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 28283 - - 22899 - - 27753 - - 25420 - - 15945 - - 27363 - - 20961 - - 27425 - - 25497 - - 27754 - - 28362 - - 28615 - - 28614 - - 28607 - - 28358 - - 7920 - - 7918 - - 7919 - - 7917 - - 7915 - - 7914 - - 7913 - - 3724 - - 3872 - - 3801 - - 3800 - - 28360 - - 28363 - - 28364 - - 28357 - - type: AtmosDevice - joinedGrid: 2 - - uid: 30925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 27461 - - 4059 - - 4069 - - 28530 - - 28534 - - 28646 - - 25476 - - 25475 - - type: AtmosDevice - joinedGrid: 2 -- proto: AirCanister - entities: - - uid: 3630 - components: - - type: Transform - pos: 40.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: AirlockArmoryGlassLocked - entities: - - uid: 1068 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,38.5 - parent: 2 -- proto: AirlockAtmosphericsGlassLocked - entities: - - uid: 13756 - components: - - type: Transform - pos: -53.5,53.5 - parent: 2 - - uid: 22715 - components: - - type: Transform - pos: -43.5,32.5 - parent: 2 - - uid: 22717 - components: - - type: Transform - pos: -43.5,36.5 - parent: 2 - - uid: 34664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-6.5 - parent: 2 -- proto: AirlockBarGlassLocked - entities: - - uid: 22996 - components: - - type: Transform - pos: 20.5,-26.5 - parent: 2 - - uid: 22998 - components: - - type: Transform - pos: 25.5,-22.5 - parent: 2 -- proto: AirlockBoxerGlassLocked - entities: - - uid: 15952 - components: - - type: Transform - pos: 40.5,-23.5 - parent: 2 - - uid: 17830 - components: - - type: Transform - pos: 40.5,-22.5 - parent: 2 -- proto: AirlockCaptainLocked - entities: - - uid: 23281 - components: - - type: Transform - pos: 20.5,49.5 - parent: 2 -- proto: AirlockCargoGlass - entities: - - uid: 22866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-17.5 - parent: 2 - - uid: 22867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-17.5 - parent: 2 - - uid: 22868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-17.5 - parent: 2 -- proto: AirlockCargoGlassLocked - entities: - - uid: 708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-36.5 - parent: 2 - - uid: 1335 - components: - - type: Transform - pos: -18.5,-36.5 - parent: 2 - - uid: 22855 - components: - - type: Transform - pos: -20.5,-26.5 - parent: 2 - - uid: 22856 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 2 - - uid: 22857 - components: - - type: Transform - pos: -17.5,-21.5 - parent: 2 - - uid: 22858 - components: - - type: Transform - pos: -17.5,-20.5 - parent: 2 - - uid: 22859 - components: - - type: Transform - pos: -11.5,-31.5 - parent: 2 - - uid: 22871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-20.5 - parent: 2 -- proto: AirlockChapelGlassLocked - entities: - - uid: 768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,25.5 - parent: 2 -- proto: AirlockChemistryLocked - entities: - - uid: 22847 - components: - - type: Transform - pos: 16.5,4.5 - parent: 2 - - uid: 22848 - components: - - type: Transform - pos: 29.5,-1.5 - parent: 2 - - uid: 22849 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 2 -- proto: AirlockChiefEngineerGlassLocked - entities: - - uid: 22685 - components: - - type: Transform - pos: -56.5,12.5 - parent: 2 -- proto: AirlockChiefMedicalOfficerGlassLocked - entities: - - uid: 22874 - components: - - type: Transform - pos: 32.5,14.5 - parent: 2 - - uid: 22875 - components: - - type: Transform - pos: 33.5,14.5 - parent: 2 -- proto: AirlockChiefMedicalOfficerLocked - entities: - - uid: 22839 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 2 - - uid: 22840 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 2 -- proto: AirlockClownLocked - entities: - - uid: 316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-6.5 - parent: 2 - - uid: 3685 - components: - - type: Transform - pos: -76.5,-1.5 - parent: 2 - - uid: 3772 - components: - - type: Transform - pos: -76.5,2.5 - parent: 2 -- proto: AirlockCommand - entities: - - uid: 22841 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 2 - - uid: 22842 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 2 -- proto: AirlockCommandGlass - entities: - - uid: 778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,23.5 - parent: 2 - - uid: 22601 - components: - - type: Transform - pos: 3.5,39.5 - parent: 2 - - uid: 22602 - components: - - type: Transform - pos: 3.5,38.5 - parent: 2 - - uid: 22603 - components: - - type: Transform - pos: 8.5,39.5 - parent: 2 - - uid: 22604 - components: - - type: Transform - pos: 8.5,38.5 - parent: 2 - - uid: 22710 - components: - - type: Transform - pos: -46.5,11.5 - parent: 2 - - uid: 22870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-17.5 - parent: 2 -- proto: AirlockCommandGlassLocked - entities: - - uid: 410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,38.5 - parent: 2 - - uid: 413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,26.5 - parent: 2 - - uid: 423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,39.5 - parent: 2 - - uid: 754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,22.5 - parent: 2 - - uid: 1332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,22.5 - parent: 2 - - uid: 2970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,43.5 - parent: 2 - - uid: 22611 - components: - - type: Transform - pos: 17.5,51.5 - parent: 2 - - uid: 22612 - components: - - type: Transform - pos: 19.5,51.5 - parent: 2 - - uid: 22613 - components: - - type: Transform - pos: 24.5,54.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2772 - - 13976 - - type: DeviceLinkSource - linkedPorts: - 2772: - - DoorStatus: DoorBolt - 13976: - - DoorStatus: DoorBolt - - uid: 22614 - components: - - type: Transform - pos: 24.5,56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2772 - - 13976 - - type: DeviceLinkSource - linkedPorts: - 2772: - - DoorStatus: DoorBolt - 13976: - - DoorStatus: DoorBolt -- proto: AirlockCommandLocked - entities: - - uid: 21062 - components: - - type: Transform - pos: 16.5,47.5 - parent: 2 - - uid: 22605 - components: - - type: Transform - pos: 16.5,48.5 - parent: 2 - - uid: 22606 - components: - - type: Transform - pos: 8.5,49.5 - parent: 2 - - uid: 22607 - components: - - type: Transform - pos: 8.5,48.5 - parent: 2 -- proto: AirlockDetectiveLocked - entities: - - uid: 166 - components: - - type: Transform - pos: -35.5,32.5 - parent: 2 -- proto: AirlockEngineeringGlassLocked - entities: - - uid: 22701 - components: - - type: Transform - pos: -56.5,25.5 - parent: 2 - - uid: 22702 - components: - - type: Transform - pos: -56.5,24.5 - parent: 2 - - uid: 22703 - components: - - type: Transform - pos: -52.5,22.5 - parent: 2 - - uid: 22704 - components: - - type: Transform - pos: -48.5,19.5 - parent: 2 - - uid: 22705 - components: - - type: Transform - pos: -52.5,17.5 - parent: 2 - - uid: 22706 - components: - - type: Transform - pos: -55.5,10.5 - parent: 2 - - uid: 22707 - components: - - type: Transform - pos: -54.5,10.5 - parent: 2 - - uid: 22708 - components: - - type: Transform - pos: -53.5,10.5 - parent: 2 - - uid: 22709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,12.5 - parent: 2 - - uid: 22711 - components: - - type: Transform - pos: -56.5,16.5 - parent: 2 - - uid: 22713 - components: - - type: Transform - pos: -54.5,32.5 - parent: 2 - - uid: 22722 - components: - - type: Transform - pos: -54.5,38.5 - parent: 2 - - uid: 23682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,34.5 - parent: 2 -- proto: AirlockEngineeringLocked - entities: - - uid: 3278 - components: - - type: Transform - pos: 33.5,36.5 - parent: 2 - - uid: 3313 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - uid: 3968 - components: - - type: Transform - pos: -42.5,69.5 - parent: 2 - - uid: 20170 - components: - - type: Transform - pos: -29.5,-5.5 - parent: 2 - - uid: 22688 - components: - - type: Transform - pos: -38.5,32.5 - parent: 2 - - uid: 22689 - components: - - type: Transform - pos: -3.5,45.5 - parent: 2 - - uid: 22690 - components: - - type: Transform - pos: 3.5,44.5 - parent: 2 - - uid: 22691 - components: - - type: Transform - pos: 31.5,50.5 - parent: 2 - - uid: 22692 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 22693 - components: - - type: Transform - pos: -66.5,-3.5 - parent: 2 - - uid: 22696 - components: - - type: Transform - pos: -67.5,35.5 - parent: 2 - - uid: 22907 - components: - - type: Transform - pos: -27.5,-27.5 - parent: 2 - - uid: 28159 - components: - - type: Transform - pos: -63.5,-21.5 - parent: 2 -- proto: AirlockExternalEasyPry - entities: - - uid: 6654 - components: - - type: Transform - pos: 80.5,4.5 - parent: 2 -- proto: AirlockExternalGlass - entities: - - uid: 4928 - components: - - type: Transform - pos: 96.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4929 - - type: DeviceLinkSource - linkedPorts: - 4929: - - DoorStatus: DoorBolt - - uid: 4929 - components: - - type: Transform - pos: 94.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4928 - - type: DeviceLinkSource - linkedPorts: - 4928: - - DoorStatus: DoorBolt - - uid: 5793 - components: - - type: Transform - pos: -7.5,-53.5 - parent: 2 - - uid: 5794 - components: - - type: Transform - pos: -5.5,-53.5 - parent: 2 - - uid: 5801 - components: - - type: Transform - pos: 10.5,-53.5 - parent: 2 - - uid: 5802 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 2 - - uid: 5806 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 5807 - components: - - type: Transform - pos: 2.5,-53.5 - parent: 2 -- proto: AirlockExternalGlassCargoLocked - entities: - - uid: 6675 - components: - - type: Transform - pos: -18.5,-47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 28202 - - 6788 - - type: DeviceLinkSource - linkedPorts: - 6788: - - DoorStatus: DoorBolt - 28202: - - DoorStatus: DoorBolt - - uid: 6683 - components: - - type: Transform - pos: -16.5,-47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6788 - - 28202 - - type: DeviceLinkSource - linkedPorts: - 28202: - - DoorStatus: DoorBolt - 6788: - - DoorStatus: DoorBolt - - uid: 6788 - components: - - type: Transform - pos: -16.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6675 - - 6683 - - type: DeviceLinkSource - linkedPorts: - 6683: - - DoorStatus: DoorBolt - 6675: - - DoorStatus: DoorBolt - - uid: 6801 - components: - - type: Transform - pos: -20.5,-42.5 - parent: 2 - - uid: 28202 - components: - - type: Transform - pos: -18.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6683 - - 6675 - - type: DeviceLinkSource - linkedPorts: - 6675: - - DoorStatus: DoorBolt - 6683: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassEasyPry - entities: - - uid: 388 - components: - - type: Transform - pos: 78.5,-7.5 - parent: 2 - - uid: 389 - components: - - type: Transform - pos: 78.5,-15.5 - parent: 2 - - uid: 767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-3.5 - parent: 2 - - uid: 2555 - components: - - type: Transform - pos: 2.5,79.5 - parent: 2 - - uid: 3305 - components: - - type: Transform - pos: 0.5,79.5 - parent: 2 - - uid: 4532 - components: - - type: Transform - pos: -63.5,-16.5 - parent: 2 - - uid: 4930 - components: - - type: Transform - pos: -7.5,79.5 - parent: 2 - - uid: 5435 - components: - - type: Transform - pos: 78.5,-17.5 - parent: 2 - - uid: 5743 - components: - - type: Transform - pos: -5.5,79.5 - parent: 2 - - uid: 6666 - components: - - type: Transform - pos: 43.5,-32.5 - parent: 2 - - uid: 6728 - components: - - type: Transform - pos: 49.5,-32.5 - parent: 2 - - uid: 15182 - components: - - type: Transform - pos: 8.5,79.5 - parent: 2 - - uid: 19461 - components: - - type: Transform - pos: 10.5,79.5 - parent: 2 -- proto: AirlockExternalGlassEasyPryLocked - entities: - - uid: 3915 - components: - - type: Transform - pos: -35.5,4.5 - parent: 2 - - uid: 3973 - components: - - type: Transform - pos: -37.5,4.5 - parent: 2 - - uid: 9173 - components: - - type: Transform - pos: -37.5,6.5 - parent: 2 - - uid: 9174 - components: - - type: Transform - pos: -35.5,6.5 - parent: 2 - - uid: 9212 - components: - - type: Transform - pos: 43.5,15.5 - parent: 2 - - type: DeviceLinkSink - links: - - 12998 - - 9240 - - type: DeviceLinkSource - linkedPorts: - 12998: - - DoorStatus: DoorBolt - 9240: - - DoorStatus: DoorBolt - - uid: 9240 - components: - - type: Transform - pos: 41.5,15.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9242 - - 9212 - - type: DeviceLinkSource - linkedPorts: - 9212: - - DoorStatus: DoorBolt - 9242: - - DoorStatus: DoorBolt - - uid: 9242 - components: - - type: Transform - pos: 43.5,13.5 - parent: 2 - - type: DeviceLinkSink - links: - - 12998 - - 9240 - - type: DeviceLinkSource - linkedPorts: - 12998: - - DoorStatus: DoorBolt - 9240: - - DoorStatus: DoorBolt - - uid: 12998 - components: - - type: Transform - pos: 41.5,13.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9242 - - 9212 - - type: DeviceLinkSource - linkedPorts: - 9242: - - DoorStatus: DoorBolt - 9212: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassEngineeringLocked - entities: - - uid: 15 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,41.5 - parent: 2 - - type: DeviceLinkSink - links: - - 855 - - 856 - - type: DeviceLinkSource - linkedPorts: - 856: - - DoorStatus: DoorBolt - 855: - - DoorStatus: DoorBolt - - uid: 571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 855 - - 856 - - type: DeviceLinkSource - linkedPorts: - 855: - - DoorStatus: DoorBolt - 856: - - DoorStatus: DoorBolt - - uid: 855 - components: - - type: Transform - pos: -59.5,39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15 - - 571 - - type: DeviceLinkSource - linkedPorts: - 15: - - DoorStatus: DoorBolt - 571: - - DoorStatus: DoorBolt - - uid: 856 - components: - - type: Transform - pos: -59.5,41.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15 - - 571 - - type: DeviceLinkSource - linkedPorts: - 571: - - DoorStatus: DoorBolt - 15: - - DoorStatus: DoorBolt - - uid: 3101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-33.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10394 - - 10393 - - type: DeviceLinkSource - linkedPorts: - 10394: - - DoorStatus: DoorBolt - 10393: - - DoorStatus: DoorBolt - - uid: 3715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10394 - - 10393 - - type: DeviceLinkSource - linkedPorts: - 10394: - - DoorStatus: DoorBolt - 10393: - - DoorStatus: DoorBolt - - uid: 7929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 13214 - - 8129 - - type: DeviceLinkSource - linkedPorts: - 13214: - - DoorStatus: DoorBolt - 8129: - - DoorStatus: DoorBolt - - uid: 8128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8129 - - 13214 - - type: DeviceLinkSource - linkedPorts: - 8129: - - DoorStatus: DoorBolt - 13214: - - DoorStatus: DoorBolt - - uid: 8129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8128 - - 7929 - - type: DeviceLinkSource - linkedPorts: - 8128: - - DoorStatus: DoorBolt - 7929: - - DoorStatus: DoorBolt - - uid: 10393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-33.5 - parent: 2 - - type: DeviceLinkSink - links: - - 3715 - - 3101 - - type: DeviceLinkSource - linkedPorts: - 3101: - - DoorStatus: DoorBolt - 3715: - - DoorStatus: DoorBolt - - uid: 10394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 3715 - - 3101 - - type: DeviceLinkSource - linkedPorts: - 3715: - - DoorStatus: DoorBolt - 3101: - - DoorStatus: DoorBolt - - uid: 13214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7929 - - 8128 - - type: DeviceLinkSource - linkedPorts: - 7929: - - DoorStatus: DoorBolt - 8128: - - DoorStatus: DoorBolt - - uid: 18586 - components: - - type: Transform - pos: -102.5,56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18596 - - type: DeviceLinkSource - linkedPorts: - 18596: - - DoorStatus: DoorBolt - - uid: 18595 - components: - - type: Transform - pos: -104.5,46.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18597 - - type: DeviceLinkSource - linkedPorts: - 18597: - - DoorStatus: DoorBolt - - uid: 18596 - components: - - type: Transform - pos: -104.5,56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18586 - - type: DeviceLinkSource - linkedPorts: - 18586: - - DoorStatus: DoorBolt - - uid: 18597 - components: - - type: Transform - pos: -102.5,46.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18595 - - type: DeviceLinkSource - linkedPorts: - 18595: - - DoorStatus: DoorBolt - - uid: 18614 - components: - - type: Transform - pos: -90.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18615 - - type: DeviceLinkSource - linkedPorts: - 18615: - - DoorStatus: DoorBolt - - uid: 18615 - components: - - type: Transform - pos: -92.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18614 - - type: DeviceLinkSource - linkedPorts: - 18614: - - DoorStatus: DoorBolt - - uid: 22695 - components: - - type: Transform - pos: 38.5,14.5 - parent: 2 -- proto: AirlockExternalGlassLocked - entities: - - uid: 2772 - components: - - type: Transform - pos: 30.5,56.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22614 - - 22613 - - type: DeviceLinkSource - linkedPorts: - 22614: - - DoorStatus: DoorBolt - 22613: - - DoorStatus: DoorBolt - - uid: 4521 - components: - - type: Transform - pos: 79.5,26.5 - parent: 2 - - uid: 13976 - components: - - type: Transform - pos: 30.5,54.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22614 - - 22613 - - type: DeviceLinkSource - linkedPorts: - 22614: - - DoorStatus: DoorBolt - 22613: - - DoorStatus: DoorBolt - - uid: 26617 - components: - - type: Transform - pos: -55.5,53.5 - parent: 2 - - uid: 30101 - components: - - type: Transform - pos: 79.5,24.5 - parent: 2 - - uid: 31104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,69.5 - parent: 2 -- proto: AirlockExternalGlassShuttleArrivals - entities: - - uid: 5817 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 5818 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 5866 - components: - - type: Transform - pos: -5.5,-56.5 - parent: 2 - - uid: 5867 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 5868 - components: - - type: Transform - pos: 8.5,-56.5 - parent: 2 - - uid: 5869 - components: - - type: Transform - pos: 10.5,-56.5 - parent: 2 -- proto: AirlockExternalGlassShuttleEmergencyLocked - entities: - - uid: 6447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-17.5 - parent: 2 - - uid: 6448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-15.5 - parent: 2 - - uid: 19482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,82.5 - parent: 2 - - uid: 19483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,82.5 - parent: 2 - - uid: 19484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,82.5 - parent: 2 - - uid: 19485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,82.5 - parent: 2 - - uid: 19486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,82.5 - parent: 2 - - uid: 19487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,82.5 - parent: 2 -- proto: AirlockExternalGlassShuttleEscape - entities: - - uid: 2433 - components: - - type: Transform - pos: 49.5,-35.5 - parent: 2 - - uid: 2902 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-5.5 - parent: 2 - - uid: 6427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-1.5 - parent: 2 - - uid: 7930 - components: - - type: Transform - pos: 43.5,-35.5 - parent: 2 - - uid: 19907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-16.5 - parent: 2 -- proto: AirlockExternalGlassShuttleLocked - entities: - - uid: 6729 - components: - - type: Transform - pos: -50.5,-50.5 - parent: 2 - - uid: 6732 - components: - - type: Transform - pos: -48.5,-50.5 - parent: 2 - - uid: 6733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-46.5 - parent: 2 - - uid: 9341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-48.5 - parent: 2 - - uid: 20005 - components: - - type: Transform - pos: -32.5,-45.5 - parent: 2 - - uid: 25969 - components: - - type: Transform - pos: -30.5,-45.5 - parent: 2 -- proto: AirlockFreezerKitchenHydroLocked - entities: - - uid: 7182 - components: - - type: Transform - pos: -61.5,-5.5 - parent: 2 - - uid: 7385 - components: - - type: Transform - pos: -59.5,-10.5 - parent: 2 -- proto: AirlockGlass - entities: - - uid: 611 - components: - - type: Transform - pos: -87.5,7.5 - parent: 2 - - uid: 842 - components: - - type: Transform - pos: -87.5,8.5 - parent: 2 - - uid: 898 - components: - - type: Transform - pos: -85.5,11.5 - parent: 2 - - uid: 1251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,22.5 - parent: 2 - - uid: 1258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-4.5 - parent: 2 - - uid: 1261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-5.5 - parent: 2 - - uid: 3205 - components: - - type: Transform - pos: -85.5,5.5 - parent: 2 - - uid: 3607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-15.5 - parent: 2 - - uid: 7115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-14.5 - parent: 2 - - uid: 9106 - components: - - type: Transform - pos: -84.5,5.5 - parent: 2 - - uid: 11402 - components: - - type: Transform - pos: -39.5,-24.5 - parent: 2 - - uid: 11483 - components: - - type: Transform - pos: -37.5,-24.5 - parent: 2 - - uid: 13054 - components: - - type: Transform - pos: -87.5,9.5 - parent: 2 - - uid: 13332 - components: - - type: Transform - pos: -83.5,11.5 - parent: 2 - - uid: 16403 - components: - - type: Transform - pos: -6.5,70.5 - parent: 2 - - uid: 18032 - components: - - type: Transform - pos: -6.5,71.5 - parent: 2 - - uid: 21930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-24.5 - parent: 2 - - uid: 22161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,21.5 - parent: 2 - - uid: 22768 - components: - - type: Transform - pos: -1.5,52.5 - parent: 2 - - uid: 22769 - components: - - type: Transform - pos: -1.5,51.5 - parent: 2 - - uid: 22991 - components: - - type: Transform - pos: 12.5,-24.5 - parent: 2 - - uid: 22992 - components: - - type: Transform - pos: 16.5,-20.5 - parent: 2 - - uid: 22993 - components: - - type: Transform - pos: 14.5,-17.5 - parent: 2 - - uid: 22994 - components: - - type: Transform - pos: 24.5,-17.5 - parent: 2 - - uid: 22995 - components: - - type: Transform - pos: 25.5,-17.5 - parent: 2 - - uid: 22999 - components: - - type: Transform - pos: 29.5,-22.5 - parent: 2 - - uid: 23000 - components: - - type: Transform - pos: 35.5,-17.5 - parent: 2 - - uid: 23449 - components: - - type: Transform - pos: -81.5,9.5 - parent: 2 - - uid: 23470 - components: - - type: Transform - pos: -66.5,7.5 - parent: 2 - - uid: 23481 - components: - - type: Transform - pos: -66.5,8.5 - parent: 2 - - uid: 23486 - components: - - type: Transform - pos: -66.5,9.5 - parent: 2 - - uid: 23539 - components: - - type: Transform - pos: -81.5,7.5 - parent: 2 - - uid: 23550 - components: - - type: Transform - pos: -81.5,8.5 - parent: 2 - - uid: 23551 - components: - - type: Transform - pos: -48.5,7.5 - parent: 2 - - uid: 23552 - components: - - type: Transform - pos: -48.5,8.5 - parent: 2 - - uid: 23553 - components: - - type: Transform - pos: -48.5,9.5 - parent: 2 - - uid: 23554 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - - uid: 23555 - components: - - type: Transform - pos: -45.5,-6.5 - parent: 2 - - uid: 23556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,20.5 - parent: 2 - - uid: 23558 - components: - - type: Transform - pos: -47.5,-6.5 - parent: 2 - - uid: 23560 - components: - - type: Transform - pos: -34.5,-15.5 - parent: 2 - - uid: 23561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,19.5 - parent: 2 - - uid: 23562 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,18.5 - parent: 2 - - uid: 23565 - components: - - type: Transform - pos: -34.5,-14.5 - parent: 2 - - uid: 26718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-24.5 - parent: 2 - - uid: 29158 - components: - - type: Transform - pos: -84.5,11.5 - parent: 2 - - uid: 29428 - components: - - type: Transform - pos: -83.5,5.5 - parent: 2 - - uid: 29433 - components: - - type: Transform - pos: -94.5,9.5 - parent: 2 - - uid: 29434 - components: - - type: Transform - pos: -94.5,8.5 - parent: 2 - - uid: 29435 - components: - - type: Transform - pos: -94.5,7.5 - parent: 2 - - uid: 29436 - components: - - type: Transform - pos: -85.5,18.5 - parent: 2 - - uid: 29437 - components: - - type: Transform - pos: -84.5,18.5 - parent: 2 - - uid: 29438 - components: - - type: Transform - pos: -83.5,18.5 - parent: 2 - - uid: 29439 - components: - - type: Transform - pos: -85.5,-1.5 - parent: 2 - - uid: 29440 - components: - - type: Transform - pos: -84.5,-1.5 - parent: 2 - - uid: 29441 - components: - - type: Transform - pos: -83.5,-1.5 - parent: 2 - - uid: 29442 - components: - - type: Transform - pos: -74.5,9.5 - parent: 2 - - uid: 29443 - components: - - type: Transform - pos: -74.5,8.5 - parent: 2 - - uid: 29444 - components: - - type: Transform - pos: -74.5,7.5 - parent: 2 - - uid: 29620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,20.5 - parent: 2 - - uid: 29621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,19.5 - parent: 2 - - uid: 29624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,20.5 - parent: 2 - - uid: 29625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,19.5 - parent: 2 - - uid: 29627 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,24.5 - parent: 2 - - uid: 29628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,24.5 - parent: 2 - - uid: 29629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,24.5 - parent: 2 - - uid: 29630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,46.5 - parent: 2 - - uid: 29631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,46.5 - parent: 2 - - uid: 29632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,46.5 - parent: 2 - - uid: 29633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,72.5 - parent: 2 - - uid: 29634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,72.5 - parent: 2 - - uid: 29635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,72.5 - parent: 2 - - uid: 29665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 2 - - uid: 29666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-19.5 - parent: 2 - - uid: 29667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-19.5 - parent: 2 - - uid: 29668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-30.5 - parent: 2 - - uid: 29669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-30.5 - parent: 2 - - uid: 29670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-30.5 - parent: 2 - - uid: 29672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 2 - - uid: 29673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-14.5 - parent: 2 - - uid: 29675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-9.5 - parent: 2 - - uid: 29676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-9.5 - parent: 2 - - uid: 29677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-9.5 - parent: 2 - - uid: 29678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-6.5 - parent: 2 - - uid: 29679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-5.5 - parent: 2 - - uid: 29680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-4.5 - parent: 2 - - uid: 29681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-2.5 - parent: 2 - - uid: 29682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-1.5 - parent: 2 - - uid: 29683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-0.5 - parent: 2 - - uid: 29684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,8.5 - parent: 2 - - uid: 29685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,8.5 - parent: 2 - - uid: 29686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,8.5 - parent: 2 - - uid: 29687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,18.5 - parent: 2 - - uid: 29688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,19.5 - parent: 2 - - uid: 29689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,20.5 - parent: 2 - - uid: 31408 - components: - - type: Transform - pos: 70.5,-17.5 - parent: 2 - - uid: 31409 - components: - - type: Transform - pos: 70.5,-16.5 - parent: 2 -- proto: AirlockHeadOfPersonnelLocked - entities: - - uid: 1333 - components: - - type: Transform - pos: 15.5,29.5 - parent: 2 - - uid: 1524 - components: - - type: Transform - pos: 12.5,26.5 - parent: 2 - - uid: 1743 - components: - - type: Transform - pos: 10.5,29.5 - parent: 2 -- proto: AirlockHeadOfSecurityGlassLocked - entities: - - uid: 22632 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,31.5 - parent: 2 -- proto: AirlockHydroGlassLocked - entities: - - uid: 886 - components: - - type: Transform - pos: -48.5,0.5 - parent: 2 - - uid: 1142 - components: - - type: Transform - pos: -59.5,-0.5 - parent: 2 - - uid: 1157 - components: - - type: Transform - pos: -60.5,-0.5 - parent: 2 - - uid: 1665 - components: - - type: Transform - pos: -56.5,-2.5 - parent: 2 -- proto: AirlockJanitorLocked - entities: - - uid: 648 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - - uid: 22779 - components: - - type: Transform - pos: -39.5,20.5 - parent: 2 -- proto: AirlockKitchenGlassLocked - entities: - - uid: 1337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-13.5 - parent: 2 - - uid: 1427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-13.5 - parent: 2 - - uid: 1428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-15.5 - parent: 2 - - uid: 1429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-20.5 - parent: 2 -- proto: AirlockLawyerGlassLocked - entities: - - uid: 2199 - components: - - type: Transform - pos: -2.5,59.5 - parent: 2 -- proto: AirlockMailGlassLocked - entities: - - uid: 22776 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 2 - - uid: 22778 - components: - - type: Transform - pos: -10.5,-26.5 - parent: 2 -- proto: AirlockMaintCargoLocked - entities: - - uid: 22862 - components: - - type: Transform - pos: -24.5,-37.5 - parent: 2 - - uid: 22863 - components: - - type: Transform - pos: -24.5,-38.5 - parent: 2 - - uid: 22864 - components: - - type: Transform - pos: -20.5,-38.5 - parent: 2 - - uid: 22865 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 2 - - uid: 23230 - components: - - type: Transform - pos: -36.5,-39.5 - parent: 2 - - uid: 23285 - components: - - type: Transform - pos: -24.5,-35.5 - parent: 2 - - uid: 28744 - components: - - type: Transform - pos: -7.5,-30.5 - parent: 2 -- proto: AirlockMaintCommandLocked - entities: - - uid: 1334 - components: - - type: Transform - pos: 13.5,34.5 - parent: 2 - - uid: 7668 - components: - - type: Transform - pos: 28.5,45.5 - parent: 2 - - uid: 8049 - components: - - type: Transform - pos: 22.5,29.5 - parent: 2 - - uid: 8109 - components: - - type: Transform - pos: 7.5,46.5 - parent: 2 - - uid: 8110 - components: - - type: Transform - pos: 18.5,34.5 - parent: 2 - - uid: 8122 - components: - - type: Transform - pos: 8.5,45.5 - parent: 2 - - uid: 22624 - components: - - type: Transform - pos: 30.5,49.5 - parent: 2 - - uid: 22888 - components: - - type: Transform - pos: 7.5,34.5 - parent: 2 -- proto: AirlockMaintEngiLocked - entities: - - uid: 2851 - components: - - type: Transform - pos: -46.5,25.5 - parent: 2 - - uid: 6679 - components: - - type: Transform - pos: -46.5,21.5 - parent: 2 - - uid: 13359 - components: - - type: Transform - pos: -40.5,34.5 - parent: 2 - - uid: 13370 - components: - - type: Transform - pos: -64.5,15.5 - parent: 2 - - uid: 22686 - components: - - type: Transform - pos: -66.5,24.5 - parent: 2 - - uid: 22687 - components: - - type: Transform - pos: -64.5,34.5 - parent: 2 - - uid: 22714 - components: - - type: Transform - pos: -43.5,28.5 - parent: 2 -- proto: AirlockMaintHeadOfSecurityLocked - entities: - - uid: 2716 - components: - - type: Transform - pos: -3.5,29.5 - parent: 2 -- proto: AirlockMaintHOPLocked - entities: - - uid: 8037 - components: - - type: Transform - pos: 8.5,31.5 - parent: 2 -- proto: AirlockMaintJanitorLocked - entities: - - uid: 647 - components: - - type: Transform - pos: 37.5,-1.5 - parent: 2 - - uid: 3650 - components: - - type: Transform - pos: -43.5,21.5 - parent: 2 -- proto: AirlockMaintLocked - entities: - - uid: 288 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-31.5 - parent: 2 - - uid: 362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-31.5 - parent: 2 - - uid: 385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-28.5 - parent: 2 - - uid: 387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,17.5 - parent: 2 - - uid: 2539 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 2 - - uid: 3026 - components: - - type: Transform - pos: -98.5,2.5 - parent: 2 - - uid: 5261 - components: - - type: Transform - pos: 27.5,-31.5 - parent: 2 - - uid: 6838 - components: - - type: Transform - pos: -97.5,-0.5 - parent: 2 - - uid: 6914 - components: - - type: Transform - pos: 30.5,45.5 - parent: 2 - - uid: 7887 - components: - - type: Transform - pos: -96.5,17.5 - parent: 2 - - uid: 7896 - components: - - type: Transform - pos: -98.5,14.5 - parent: 2 - - uid: 16610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,23.5 - parent: 2 - - uid: 20877 - components: - - type: Transform - pos: -32.5,-12.5 - parent: 2 - - uid: 22681 - components: - - type: Transform - pos: 62.5,31.5 - parent: 2 - - uid: 22765 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - uid: 22904 - components: - - type: Transform - pos: -64.5,6.5 - parent: 2 - - uid: 22905 - components: - - type: Transform - pos: -64.5,10.5 - parent: 2 - - uid: 22906 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 2 - - uid: 22908 - components: - - type: Transform - pos: -5.5,-37.5 - parent: 2 - - uid: 22909 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 22911 - components: - - type: Transform - pos: 8.5,-37.5 - parent: 2 - - uid: 22912 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 2 - - uid: 22913 - components: - - type: Transform - pos: 12.5,-28.5 - parent: 2 - - uid: 22914 - components: - - type: Transform - pos: 40.5,-26.5 - parent: 2 - - uid: 22915 - components: - - type: Transform - pos: 46.5,-19.5 - parent: 2 - - uid: 22916 - components: - - type: Transform - pos: 76.5,-18.5 - parent: 2 - - uid: 22917 - components: - - type: Transform - pos: 76.5,-14.5 - parent: 2 - - uid: 22918 - components: - - type: Transform - pos: 53.5,9.5 - parent: 2 - - uid: 22920 - components: - - type: Transform - pos: 24.5,22.5 - parent: 2 - - uid: 22921 - components: - - type: Transform - pos: 3.5,33.5 - parent: 2 - - uid: 22922 - components: - - type: Transform - pos: -0.5,28.5 - parent: 2 - - uid: 22923 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - - uid: 22926 - components: - - type: Transform - pos: -44.5,18.5 - parent: 2 - - uid: 22928 - components: - - type: Transform - pos: -35.5,11.5 - parent: 2 - - uid: 22930 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 22931 - components: - - type: Transform - pos: 37.5,17.5 - parent: 2 - - uid: 22965 - components: - - type: Transform - pos: 6.5,-24.5 - parent: 2 - - uid: 22990 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 2 - - uid: 23001 - components: - - type: Transform - pos: 60.5,-28.5 - parent: 2 - - uid: 23241 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 2 - - uid: 33541 - components: - - type: Transform - pos: 86.5,21.5 - parent: 2 -- proto: AirlockMaintMedLocked - entities: - - uid: 11341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,2.5 - parent: 2 - - uid: 22804 - components: - - type: Transform - pos: 35.5,11.5 - parent: 2 -- proto: AirlockMaintRnDLocked - entities: - - uid: 7996 - components: - - type: Transform - pos: 51.5,37.5 - parent: 2 - - uid: 13455 - components: - - type: Transform - pos: 59.5,34.5 - parent: 2 - - uid: 13456 - components: - - type: Transform - pos: 59.5,32.5 - parent: 2 - - uid: 22595 - components: - - type: Transform - pos: 33.5,49.5 - parent: 2 - - uid: 22671 - components: - - type: Transform - pos: 25.5,27.5 - parent: 2 - - uid: 22672 - components: - - type: Transform - pos: 50.5,43.5 - parent: 2 - - uid: 22890 - components: - - type: Transform - pos: 32.5,31.5 - parent: 2 - - uid: 23342 - components: - - type: Transform - pos: 36.5,33.5 - parent: 2 -- proto: AirlockMaintSalvageLocked - entities: - - uid: 2963 - components: - - type: Transform - pos: -7.5,-39.5 - parent: 2 -- proto: AirlockMaintSecLocked - entities: - - uid: 3121 - components: - - type: Transform - pos: -30.5,50.5 - parent: 2 - - uid: 22626 - components: - - type: Transform - pos: -16.5,46.5 - parent: 2 - - uid: 22669 - components: - - type: Transform - pos: -33.5,28.5 - parent: 2 - - uid: 22670 - components: - - type: Transform - pos: -3.5,40.5 - parent: 2 - - uid: 22682 - components: - - type: Transform - pos: -17.5,51.5 - parent: 2 - - uid: 22718 - components: - - type: Transform - pos: -4.5,69.5 - parent: 2 -- proto: AirlockMaintServiceLocked - entities: - - uid: 1674 - components: - - type: Transform - pos: -60.5,-15.5 - parent: 2 - - uid: 2105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-0.5 - parent: 2 - - uid: 27234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-30.5 - parent: 2 -- proto: AirlockMaintZookeeperLocked - entities: - - uid: 2227 - components: - - type: Transform - pos: -72.5,18.5 - parent: 2 - - uid: 13358 - components: - - type: Transform - pos: -74.5,21.5 - parent: 2 - - uid: 15884 - components: - - type: Transform - pos: -78.5,21.5 - parent: 2 -- proto: AirlockMantisGlassLocked - entities: - - uid: 22712 - components: - - type: Transform - pos: 41.5,32.5 - parent: 2 -- proto: AirlockMantisLocked - entities: - - uid: 8654 - components: - - type: Transform - pos: 50.5,32.5 - parent: 2 -- proto: AirlockMedical - entities: - - uid: 826 - components: - - type: Transform - pos: -15.5,-12.5 - parent: 2 - - uid: 25077 - components: - - type: Transform - pos: -21.5,-12.5 - parent: 2 -- proto: AirlockMedicalGlass - entities: - - uid: 348 - components: - - type: Transform - pos: 8.5,8.5 - parent: 2 - - uid: 350 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - - uid: 3276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,0.5 - parent: 2 - - uid: 22782 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 2 - - uid: 22783 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 2 - - uid: 22784 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 2 - - uid: 22785 - components: - - type: Transform - pos: 0.5,8.5 - parent: 2 - - uid: 22786 - components: - - type: Transform - pos: 1.5,8.5 - parent: 2 - - uid: 22787 - components: - - type: Transform - pos: 2.5,8.5 - parent: 2 - - uid: 22788 - components: - - type: Transform - pos: -9.5,1.5 - parent: 2 - - uid: 22789 - components: - - type: Transform - pos: -9.5,3.5 - parent: 2 - - uid: 22796 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 2 - - uid: 22797 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 2 - - uid: 22807 - components: - - type: Transform - pos: 30.5,-3.5 - parent: 2 - - uid: 22808 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 2 - - uid: 22809 - components: - - type: Transform - pos: 28.5,-12.5 - parent: 2 - - uid: 22810 - components: - - type: Transform - pos: 29.5,-12.5 - parent: 2 - - uid: 22850 - components: - - type: Transform - pos: 16.5,-12.5 - parent: 2 - - uid: 22851 - components: - - type: Transform - pos: 17.5,-12.5 - parent: 2 - - uid: 22852 - components: - - type: Transform - pos: 19.5,-12.5 - parent: 2 - - uid: 22853 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 2 - - uid: 29156 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 2 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 364 - components: - - type: Transform - pos: 9.5,-13.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23328 - - uid: 1488 - components: - - type: Transform - pos: 30.5,4.5 - parent: 2 - - uid: 3474 - components: - - type: Transform - pos: 31.5,4.5 - parent: 2 - - uid: 19819 - components: - - type: Transform - pos: 9.5,17.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22047 - - uid: 22814 - components: - - type: Transform - pos: 32.5,6.5 - parent: 2 - - uid: 22815 - components: - - type: Transform - pos: 25.5,8.5 - parent: 2 - - uid: 22816 - components: - - type: Transform - pos: 19.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 35837 - - uid: 22817 - components: - - type: Transform - pos: 18.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 35837 - - uid: 22818 - components: - - type: Transform - pos: 17.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 35837 - - uid: 22822 - components: - - type: Transform - pos: 7.5,1.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8974 - - uid: 22823 - components: - - type: Transform - pos: 7.5,3.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8974 - - uid: 22824 - components: - - type: Transform - pos: -10.5,8.5 - parent: 2 - - uid: 22825 - components: - - type: Transform - pos: -11.5,8.5 - parent: 2 - - uid: 22826 - components: - - type: Transform - pos: -9.5,6.5 - parent: 2 - - uid: 22827 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 2 - - uid: 22843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 2 - - uid: 27417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,4.5 - parent: 2 - - uid: 27418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,2.5 - parent: 2 - - uid: 27419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,1.5 - parent: 2 -- proto: AirlockMedicalLocked - entities: - - uid: 22798 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - - uid: 22799 - components: - - type: Transform - pos: -15.5,-6.5 - parent: 2 - - uid: 22828 - components: - - type: Transform - pos: -23.5,14.5 - parent: 2 - - uid: 22830 - components: - - type: Transform - pos: -26.5,14.5 - parent: 2 - - uid: 22831 - components: - - type: Transform - pos: -20.5,14.5 - parent: 2 - - uid: 22832 - components: - - type: Transform - pos: -17.5,14.5 - parent: 2 - - uid: 22833 - components: - - type: Transform - pos: -17.5,11.5 - parent: 2 - - uid: 22834 - components: - - type: Transform - pos: -20.5,11.5 - parent: 2 - - uid: 22836 - components: - - type: Transform - pos: -23.5,11.5 - parent: 2 - - uid: 22837 - components: - - type: Transform - pos: -14.5,11.5 - parent: 2 -- proto: AirlockMedicalScienceGlassLocked - entities: - - uid: 22580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,17.5 - parent: 2 -- proto: AirlockMimeLocked - entities: - - uid: 3693 - components: - - type: Transform - pos: -80.5,2.5 - parent: 2 -- proto: AirlockMusicianLocked - entities: - - uid: 35 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,3.5 - parent: 2 -- proto: AirlockParamedicLocked - entities: - - uid: 6865 - components: - - type: Transform - pos: 32.5,2.5 - parent: 2 - - uid: 20928 - components: - - type: Transform - pos: -29.5,14.5 - parent: 2 - - uid: 21057 - components: - - type: Transform - pos: -29.5,11.5 - parent: 2 - - uid: 22829 - components: - - type: Transform - pos: -26.5,11.5 - parent: 2 -- proto: AirlockQuartermasterGlassLocked - entities: - - uid: 22869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-22.5 - parent: 2 -- proto: AirlockResearchDirectorGlassLocked - entities: - - uid: 22673 - components: - - type: Transform - pos: 48.5,27.5 - parent: 2 - - uid: 22674 - components: - - type: Transform - pos: 41.5,29.5 - parent: 2 -- proto: AirlockSalvageGlassLocked - entities: - - uid: 2969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-39.5 - parent: 2 -- proto: AirlockScienceGlass - entities: - - uid: 374 - components: - - type: Transform - pos: 53.5,25.5 - parent: 2 - - uid: 22581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,22.5 - parent: 2 - - uid: 22676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,16.5 - parent: 2 - - uid: 22677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,17.5 - parent: 2 - - uid: 22678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,18.5 - parent: 2 -- proto: AirlockScienceGlassLocked - entities: - - uid: 22582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,25.5 - parent: 2 - - uid: 22583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,27.5 - parent: 2 - - uid: 22584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,29.5 - parent: 2 - - uid: 22586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,31.5 - parent: 2 - - uid: 22589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,37.5 - parent: 2 - - uid: 22590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,43.5 - parent: 2 - - uid: 22591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,45.5 - parent: 2 - - uid: 22592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,50.5 - parent: 2 - - uid: 22593 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,50.5 - parent: 2 -- proto: AirlockSecurityGlass - entities: - - uid: 22635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,23.5 - parent: 2 - - uid: 22636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,23.5 - parent: 2 - - uid: 22637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,23.5 - parent: 2 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 1239 - components: - - type: Transform - pos: -5.5,63.5 - parent: 2 - - uid: 1240 - components: - - type: Transform - pos: -5.5,64.5 - parent: 2 - - uid: 1276 - components: - - type: Transform - pos: -9.5,64.5 - parent: 2 - - uid: 1329 - components: - - type: Transform - pos: -0.5,64.5 - parent: 2 - - uid: 1330 - components: - - type: Transform - pos: -9.5,63.5 - parent: 2 - - uid: 1336 - components: - - type: Transform - pos: -3.5,65.5 - parent: 2 - - uid: 3209 - components: - - type: Transform - pos: 32.5,17.5 - parent: 2 - - uid: 9688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,37.5 - parent: 2 - - uid: 15621 - components: - - type: Transform - pos: -17.5,44.5 - parent: 2 - - uid: 18083 - components: - - type: Transform - pos: -16.5,43.5 - parent: 2 - - uid: 18199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,59.5 - parent: 2 - - uid: 22644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,29.5 - parent: 2 - - uid: 22645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,36.5 - parent: 2 - - uid: 22648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,41.5 - parent: 2 - - uid: 22649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,40.5 - parent: 2 - - uid: 22873 - components: - - type: Transform - pos: 33.5,17.5 - parent: 2 - - uid: 29717 - components: - - type: Transform - pos: 6.5,65.5 - parent: 2 - - uid: 30699 - components: - - type: Transform - pos: 3.5,65.5 - parent: 2 -- proto: AirlockSecurityLawyerGlassLocked - entities: - - uid: 2077 - components: - - type: Transform - pos: -21.5,31.5 - parent: 2 - - uid: 2088 - components: - - type: Transform - pos: -14.5,27.5 - parent: 2 - - uid: 2250 - components: - - type: Transform - pos: -15.5,27.5 - parent: 2 - - uid: 2340 - components: - - type: Transform - pos: -16.5,27.5 - parent: 2 - - uid: 2708 - components: - - type: Transform - pos: -17.5,31.5 - parent: 2 - - uid: 2710 - components: - - type: Transform - pos: -7.5,29.5 - parent: 2 - - uid: 3022 - components: - - type: Transform - pos: -23.5,29.5 - parent: 2 - - uid: 3690 - components: - - type: Transform - pos: -11.5,44.5 - parent: 2 - - uid: 3735 - components: - - type: Transform - pos: -12.5,46.5 - parent: 2 - - uid: 31109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,70.5 - parent: 2 -- proto: AirlockSecurityLawyerLocked - entities: - - uid: 2583 - components: - - type: Transform - pos: -9.5,58.5 - parent: 2 -- proto: AirlockSecurityLocked - entities: - - uid: 18100 - components: - - type: Transform - pos: 12.5,65.5 - parent: 2 -- proto: AirlockServiceGlassLocked - entities: - - uid: 19631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-12.5 - parent: 2 - - uid: 22882 - components: - - type: Transform - pos: -54.5,-9.5 - parent: 2 - - uid: 22883 - components: - - type: Transform - pos: -53.5,-9.5 - parent: 2 - - uid: 22884 - components: - - type: Transform - pos: -48.5,-10.5 - parent: 2 - - uid: 22893 - components: - - type: Transform - pos: -51.5,-23.5 - parent: 2 - - uid: 23455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,4.5 - parent: 2 -- proto: AirlockServiceLocked - entities: - - uid: 28516 - components: - - type: Transform - pos: -63.5,3.5 - parent: 2 -- proto: AirlockTheatreLocked - entities: - - uid: 22774 - components: - - type: Transform - pos: -78.5,6.5 - parent: 2 - - uid: 22775 - components: - - type: Transform - pos: -77.5,6.5 - parent: 2 -- proto: AirlockVirologyGlassLocked - entities: - - uid: 21924 - components: - - type: Transform - pos: -14.5,4.5 - parent: 2 -- proto: AirlockZookeeperGlassLocked - entities: - - uid: 3098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,12.5 - parent: 2 -- proto: AirlockZookeeperLocked - entities: - - uid: 1666 - components: - - type: Transform - pos: -66.5,16.5 - parent: 2 - - uid: 20608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,24.5 - parent: 2 - - uid: 20620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,17.5 - parent: 2 - - uid: 20971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,-0.5 - parent: 2 - - uid: 22694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,15.5 - parent: 2 - - uid: 22724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,1.5 - parent: 2 - - uid: 22727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,23.5 - parent: 2 - - uid: 22729 - components: - - type: Transform - pos: -77.5,24.5 - parent: 2 - - uid: 26377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-6.5 - parent: 2 - - uid: 26615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,-7.5 - parent: 2 -- proto: AirSensor - entities: - - uid: 1 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-12.5 - parent: 2 - - uid: 151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25286 - - 25285 - - 25287 - - 25293 - - uid: 1255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2285 - - uid: 1257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1256 - - uid: 1259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11473 - - uid: 1260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8213 - - uid: 2763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 4243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22065 - - uid: 4315 - components: - - type: Transform - pos: 67.5,26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23957 - - uid: 6264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,20.5 - parent: 2 - - uid: 9039 - components: - - type: Transform - pos: -32.5,42.5 - parent: 2 - - uid: 13036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - 25287 - - uid: 15931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,16.5 - parent: 2 - - uid: 16550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16607 - - 18239 - - uid: 18025 - components: - - type: Transform - pos: -38.5,-29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - uid: 18227 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,66.5 - parent: 2 - - uid: 18278 - components: - - type: Transform - pos: -46.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18239 - - 16607 - - uid: 22365 - components: - - type: Transform - pos: 7.5,60.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - uid: 23698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,20.5 - parent: 2 - - uid: 23802 - components: - - type: Transform - pos: -58.5,50.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23798 - - uid: 24887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 25186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,29.5 - parent: 2 - - uid: 25310 - components: - - type: Transform - pos: 23.5,26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25311 - components: - - type: Transform - pos: 32.5,48.5 - parent: 2 - - uid: 26700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-40.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - 400 - - uid: 27311 - components: - - type: Transform - pos: -17.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 27312 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 27504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25260 - - uid: 27771 - components: - - type: Transform - pos: 50.5,4.5 - parent: 2 - - uid: 28333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,33.5 - parent: 2 - - uid: 28334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,28.5 - parent: 2 - - uid: 28335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,15.5 - parent: 2 - - uid: 28336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,12.5 - parent: 2 - - uid: 28337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,13.5 - parent: 2 - - uid: 28338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 28339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,21.5 - parent: 2 - - uid: 28342 - components: - - type: Transform - pos: -42.5,33.5 - parent: 2 - - uid: 28343 - components: - - type: Transform - pos: -36.5,38.5 - parent: 2 - - uid: 28344 - components: - - type: Transform - pos: -58.5,44.5 - parent: 2 - - uid: 28345 - components: - - type: Transform - pos: -48.5,40.5 - parent: 2 - - uid: 28346 - components: - - type: Transform - pos: -52.5,50.5 - parent: 2 - - uid: 28347 - components: - - type: Transform - pos: -67.5,27.5 - parent: 2 - - uid: 28348 - components: - - type: Transform - pos: -64.5,12.5 - parent: 2 - - uid: 28357 - components: - - type: Transform - pos: -84.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28358 - components: - - type: Transform - pos: -83.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28359 - components: - - type: Transform - pos: -95.5,-7.5 - parent: 2 - - uid: 28360 - components: - - type: Transform - pos: -96.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28361 - components: - - type: Transform - pos: -95.5,24.5 - parent: 2 - - uid: 28362 - components: - - type: Transform - pos: -83.5,14.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28363 - components: - - type: Transform - pos: -84.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28364 - components: - - type: Transform - pos: -67.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - 22 - - uid: 28365 - components: - - type: Transform - pos: -72.5,13.5 - parent: 2 - - uid: 28367 - components: - - type: Transform - pos: -62.5,-15.5 - parent: 2 - - uid: 28368 - components: - - type: Transform - pos: -54.5,-36.5 - parent: 2 - - uid: 28369 - components: - - type: Transform - pos: -39.5,-36.5 - parent: 2 - - uid: 28371 - components: - - type: Transform - pos: -58.5,-18.5 - parent: 2 - - uid: 28372 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - uid: 28373 - components: - - type: Transform - pos: -58.5,-8.5 - parent: 2 - - uid: 28374 - components: - - type: Transform - pos: -59.5,-1.5 - parent: 2 - - uid: 28375 - components: - - type: Transform - pos: -59.5,1.5 - parent: 2 - - uid: 28377 - components: - - type: Transform - pos: -38.5,23.5 - parent: 2 - - uid: 28378 - components: - - type: Transform - pos: -39.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 28379 - components: - - type: Transform - pos: -34.5,33.5 - parent: 2 - - uid: 28380 - components: - - type: Transform - pos: -32.5,29.5 - parent: 2 - - uid: 28381 - components: - - type: Transform - pos: -26.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 28382 - components: - - type: Transform - pos: -20.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 28383 - components: - - type: Transform - pos: -9.5,29.5 - parent: 2 - - uid: 28384 - components: - - type: Transform - pos: -12.5,42.5 - parent: 2 - - uid: 28385 - components: - - type: Transform - pos: -20.5,44.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 28386 - components: - - type: Transform - pos: -24.5,45.5 - parent: 2 - - uid: 28387 - components: - - type: Transform - pos: -8.5,39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 28388 - components: - - type: Transform - pos: -7.5,25.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - 17901 - - uid: 28389 - components: - - type: Transform - pos: -8.5,34.5 - parent: 2 - - uid: 28392 - components: - - type: Transform - pos: -25.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - 17901 - - uid: 28393 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - 17901 - - uid: 28394 - components: - - type: Transform - pos: -53.5,-2.5 - parent: 2 - - uid: 28395 - components: - - type: Transform - pos: -53.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - uid: 28396 - components: - - type: Transform - pos: -46.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 28397 - components: - - type: Transform - pos: -44.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28398 - components: - - type: Transform - pos: -55.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 28399 - components: - - type: Transform - pos: -56.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 28400 - components: - - type: Transform - pos: -44.5,-30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 28402 - components: - - type: Transform - pos: -32.5,-24.5 - parent: 2 - - uid: 28403 - components: - - type: Transform - pos: -15.5,-40.5 - parent: 2 - - uid: 28404 - components: - - type: Transform - pos: -20.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - 400 - - uid: 28406 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 2 - - uid: 28407 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 2 - - uid: 28408 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - uid: 28409 - components: - - type: Transform - pos: -12.5,-32.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - uid: 28410 - components: - - type: Transform - pos: -12.5,-41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - uid: 28411 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 28412 - components: - - type: Transform - pos: 1.5,-50.5 - parent: 2 - - uid: 28414 - components: - - type: Transform - pos: 9.5,-29.5 - parent: 2 - - uid: 28415 - components: - - type: Transform - pos: 11.5,-24.5 - parent: 2 - - uid: 28416 - components: - - type: Transform - pos: 21.5,-25.5 - parent: 2 - - uid: 28417 - components: - - type: Transform - pos: 16.5,-34.5 - parent: 2 - - uid: 28418 - components: - - type: Transform - pos: 25.5,-21.5 - parent: 2 - - uid: 28419 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 2 - - uid: 28420 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 2 - - uid: 28421 - components: - - type: Transform - pos: 34.5,-34.5 - parent: 2 - - uid: 28422 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 28423 - components: - - type: Transform - pos: 45.5,-29.5 - parent: 2 - - uid: 28424 - components: - - type: Transform - pos: 45.5,-34.5 - parent: 2 - - uid: 28425 - components: - - type: Transform - pos: 61.5,-29.5 - parent: 2 - - uid: 28426 - components: - - type: Transform - pos: 73.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29087 - - uid: 28427 - components: - - type: Transform - pos: 61.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - 29087 - - uid: 28428 - components: - - type: Transform - pos: 61.5,-24.5 - parent: 2 - - uid: 28429 - components: - - type: Transform - pos: 76.5,-3.5 - parent: 2 - - uid: 28430 - components: - - type: Transform - pos: 78.5,-4.5 - parent: 2 - - uid: 28431 - components: - - type: Transform - pos: 77.5,-12.5 - parent: 2 - - uid: 28432 - components: - - type: Transform - pos: 50.5,-6.5 - parent: 2 - - uid: 28433 - components: - - type: Transform - pos: 47.5,-16.5 - parent: 2 - - uid: 28434 - components: - - type: Transform - pos: 33.5,-15.5 - parent: 2 - - uid: 28435 - components: - - type: Transform - pos: 30.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1655 - - uid: 28436 - components: - - type: Transform - pos: 36.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - uid: 28438 - components: - - type: Transform - pos: 16.5,3.5 - parent: 2 - - uid: 28439 - components: - - type: Transform - pos: 22.5,2.5 - parent: 2 - - uid: 28440 - components: - - type: Transform - pos: 28.5,2.5 - parent: 2 - - uid: 28463 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 2 - - uid: 28465 - components: - - type: Transform - pos: 10.5,3.5 - parent: 2 - - uid: 28472 - components: - - type: Transform - pos: -22.5,13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 28473 - components: - - type: Transform - pos: -3.5,13.5 - parent: 2 - - uid: 28474 - components: - - type: Transform - pos: -31.5,12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 28475 - components: - - type: Transform - pos: -32.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - 25275 - - uid: 28476 - components: - - type: Transform - pos: -26.5,-9.5 - parent: 2 - - uid: 28477 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - - uid: 28478 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 2 - - uid: 28479 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 2 - - uid: 28480 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 2 - - uid: 28481 - components: - - type: Transform - pos: 9.5,10.5 - parent: 2 - - uid: 28482 - components: - - type: Transform - pos: 18.5,11.5 - parent: 2 - - uid: 28483 - components: - - type: Transform - pos: 31.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 28484 - components: - - type: Transform - pos: 33.5,6.5 - parent: 2 - - uid: 28485 - components: - - type: Transform - pos: 36.5,12.5 - parent: 2 - - uid: 28486 - components: - - type: Transform - pos: 39.5,-3.5 - parent: 2 - - uid: 28487 - components: - - type: Transform - pos: 2.5,67.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - uid: 28488 - components: - - type: Transform - pos: 52.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - 23957 - - uid: 28490 - components: - - type: Transform - pos: 58.5,27.5 - parent: 2 - - uid: 28512 - components: - - type: Transform - pos: 59.5,53.5 - parent: 2 - - uid: 28513 - components: - - type: Transform - pos: 45.5,43.5 - parent: 2 - - uid: 28514 - components: - - type: Transform - pos: 37.5,49.5 - parent: 2 - - uid: 28515 - components: - - type: Transform - pos: 47.5,49.5 - parent: 2 - - uid: 28518 - components: - - type: Transform - pos: 11.5,32.5 - parent: 2 - - uid: 28519 - components: - - type: Transform - pos: 24.5,45.5 - parent: 2 - - uid: 28520 - components: - - type: Transform - pos: 22.5,48.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - uid: 28521 - components: - - type: Transform - pos: 18.5,54.5 - parent: 2 - - uid: 28522 - components: - - type: Transform - pos: 13.5,45.5 - parent: 2 - - uid: 28523 - components: - - type: Transform - pos: 7.5,50.5 - parent: 2 - - uid: 28524 - components: - - type: Transform - pos: 5.5,36.5 - parent: 2 - - uid: 28525 - components: - - type: Transform - pos: 11.5,37.5 - parent: 2 - - uid: 28526 - components: - - type: Transform - pos: 19.5,43.5 - parent: 2 - - uid: 28528 - components: - - type: Transform - pos: 40.5,38.5 - parent: 2 - - uid: 28529 - components: - - type: Transform - pos: 43.5,37.5 - parent: 2 - - uid: 28530 - components: - - type: Transform - pos: 45.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 28531 - components: - - type: Transform - pos: 31.5,27.5 - parent: 2 - - uid: 28532 - components: - - type: Transform - pos: 31.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 28533 - components: - - type: Transform - pos: 35.5,25.5 - parent: 2 - - uid: 28534 - components: - - type: Transform - pos: 47.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 28537 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,32.5 - parent: 2 - - uid: 28547 - components: - - type: Transform - pos: 20.5,24.5 - parent: 2 - - uid: 28585 - components: - - type: Transform - pos: 13.5,29.5 - parent: 2 - - uid: 28586 - components: - - type: Transform - pos: 8.5,28.5 - parent: 2 - - uid: 28587 - components: - - type: Transform - pos: 13.5,19.5 - parent: 2 - - uid: 28588 - components: - - type: Transform - pos: 2.5,30.5 - parent: 2 - - uid: 28590 - components: - - type: Transform - pos: 1.5,73.5 - parent: 2 - - uid: 28591 - components: - - type: Transform - pos: -11.5,77.5 - parent: 2 - - uid: 28592 - components: - - type: Transform - pos: 14.5,77.5 - parent: 2 - - uid: 28594 - components: - - type: Transform - pos: -3.5,66.5 - parent: 2 - - uid: 28595 - components: - - type: Transform - pos: -4.5,63.5 - parent: 2 - - uid: 28596 - components: - - type: Transform - pos: -8.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 28597 - components: - - type: Transform - pos: -18.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - uid: 28598 - components: - - type: Transform - pos: -26.5,54.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - uid: 28599 - components: - - type: Transform - pos: -20.5,58.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 28601 - components: - - type: Transform - pos: -29.5,60.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 28602 - components: - - type: Transform - pos: -7.5,59.5 - parent: 2 - - uid: 28603 - components: - - type: Transform - pos: -3.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 28604 - components: - - type: Transform - pos: -10.5,58.5 - parent: 2 - - uid: 28605 - components: - - type: Transform - pos: -24.5,36.5 - parent: 2 - - uid: 28606 - components: - - type: Transform - pos: -20.5,41.5 - parent: 2 - - uid: 28607 - components: - - type: Transform - pos: -77.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - 22045 - - uid: 28614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 28616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,11.5 - parent: 2 - - uid: 28617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,25.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - 17901 - - uid: 28619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-29.5 - parent: 2 - - uid: 28627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-15.5 - parent: 2 - - uid: 28633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - uid: 28637 - components: - - type: Transform - pos: 46.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 28646 - components: - - type: Transform - pos: 38.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 28654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 28733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 28737 - components: - - type: Transform - pos: -53.5,40.5 - parent: 2 - - uid: 28741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 28742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 28754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-30.5 - parent: 2 - - uid: 28755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 28778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-24.5 - parent: 2 - - uid: 28779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-20.5 - parent: 2 - - uid: 28790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 29040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,65.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - 25316 - - uid: 30412 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 30495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,47.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - 1690 - - uid: 31156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22 - - uid: 31773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-42.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - uid: 31774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-42.5 - parent: 2 -- proto: AltarBananium - entities: - - uid: 23502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-4.5 - parent: 2 -- proto: AltarChaos - entities: - - uid: 24637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,17.5 - parent: 2 -- proto: AltarFangs - entities: - - uid: 13796 - components: - - type: Transform - pos: 87.5,40.5 - parent: 2 -- proto: AltarTechnology - entities: - - uid: 4679 - components: - - type: Transform - pos: -67.5,33.5 - parent: 2 -- proto: AmeController - entities: - - uid: 120 - components: - - type: Transform - anchored: False - pos: -60.512306,28.644855 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: AmePart - entities: - - uid: 7193 - components: - - type: Transform - pos: -58.336056,30.62236 - parent: 2 - - uid: 36500 - components: - - type: Transform - pos: -58.461056,30.49736 - parent: 2 - - uid: 36501 - components: - - type: Transform - rot: 0.116782046854496 rad - pos: -58.46974,30.660925 - parent: 2 -- proto: AmmoTechFab - entities: - - uid: 808 - components: - - type: Transform - pos: -28.5,44.5 - parent: 2 -- proto: AnomalyLocator - entities: - - uid: 5278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.69306,39.797543 - parent: 2 - - uid: 5279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.44306,39.594418 - parent: 2 -- proto: AnomalyScanner - entities: - - uid: 5276 - components: - - type: Transform - pos: 50.56806,39.485043 - parent: 2 - - uid: 5277 - components: - - type: Transform - pos: 50.63056,39.844418 - parent: 2 -- proto: APCBasic - entities: - - uid: 450 - components: - - type: MetaData - name: Theater Dorms APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,2.5 - parent: 2 - - uid: 2430 - components: - - type: MetaData - name: Epimestics APC - - type: Transform - pos: 34.5,31.5 - parent: 2 - - uid: 5421 - components: - - type: MetaData - name: South Security APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,35.5 - parent: 2 - - uid: 8437 - components: - - type: MetaData - name: North Security APC - - type: Transform - pos: -27.5,38.5 - parent: 2 - - uid: 10071 - components: - - type: MetaData - name: North engineering APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,35.5 - parent: 2 - - uid: 10341 - components: - - type: MetaData - name: Freezer APC - - type: Transform - pos: -55.5,-9.5 - parent: 2 - - uid: 11058 - components: - - type: MetaData - name: West Hall APC - - type: Transform - pos: -63.5,10.5 - parent: 2 - - uid: 11145 - components: - - type: MetaData - name: Food Court Maints APC - - type: Transform - pos: -64.5,-19.5 - parent: 2 - - uid: 11633 - components: - - type: MetaData - name: Bar Maints APC - - type: Transform - pos: 9.5,-17.5 - parent: 2 - - uid: 11649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-31.5 - parent: 2 - - uid: 11892 - components: - - type: MetaData - name: Park Maints APC - - type: Transform - pos: 44.5,-25.5 - parent: 2 - - uid: 11963 - components: - - type: MetaData - name: Park APC - - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-18.5 - parent: 2 - - uid: 12451 - components: - - type: MetaData - name: Bridge APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,48.5 - parent: 2 - - uid: 12596 - components: - - type: MetaData - name: Command/Epi Maints APC - - type: Transform - pos: 31.5,52.5 - parent: 2 - - uid: 14215 - components: - - type: MetaData - name: Bridge APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,45.5 - parent: 2 - - uid: 14364 - components: - - type: MetaData - name: Janitor APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,23.5 - parent: 2 - - uid: 14379 - components: - - type: MetaData - name: Telecomms APC - - type: Transform - pos: 5.5,63.5 - parent: 2 - - uid: 14386 - components: - - type: MetaData - name: East Hospital APC - - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 14508 - components: - - type: MetaData - name: Xenoarchaeology APC - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,45.5 - parent: 2 - - uid: 14587 - components: - - type: MetaData - name: Chem Lab APC - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-3.5 - parent: 2 - - uid: 14588 - components: - - type: MetaData - name: Recycling/West Hospital Maints APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,10.5 - parent: 2 - - uid: 14757 - components: - - type: Transform - pos: -15.5,14.5 - parent: 2 - - uid: 17880 - components: - - type: MetaData - name: Court APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,53.5 - parent: 2 - - uid: 17956 - components: - - type: MetaData - name: South Hall APC - - type: Transform - pos: -30.5,-12.5 - parent: 2 - - uid: 18232 - components: - - type: MetaData - name: North Hall APC - - type: Transform - pos: -33.5,23.5 - parent: 2 - - uid: 19177 - components: - - type: MetaData - name: Particle Accelerator APC - - type: Transform - pos: -98.5,55.5 - parent: 2 - - uid: 20186 - components: - - type: MetaData - name: Morgue APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,10.5 - parent: 2 - - uid: 20392 - components: - - type: MetaData - name: East Hospital Maints APC - - type: Transform - pos: 40.5,16.5 - parent: 2 - - uid: 20436 - components: - - type: MetaData - name: SE Solars APC - - type: Transform - pos: 54.5,-36.5 - parent: 2 - - uid: 20469 - components: - - type: MetaData - name: Psych Ward Maints APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,70.5 - parent: 2 - - uid: 20659 - components: - - type: MetaData - name: Chapel APC - - type: Transform - pos: 68.5,25.5 - parent: 2 - - uid: 20697 - components: - - type: MetaData - name: Cloning/Chem Office APC - - type: Transform - pos: 24.5,4.5 - parent: 2 - - uid: 24802 - components: - - type: MetaData - name: Vault APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,39.5 - parent: 2 - - uid: 26721 - components: - - type: MetaData - name: Food Court APC - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-30.5 - parent: 2 - - uid: 30857 - components: - - type: MetaData - name: Long-Term Care APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,0.5 - parent: 2 - - uid: 30973 - components: - - type: MetaData - name: Examination Room APC - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-12.5 - parent: 2 - - uid: 31003 - components: - - type: MetaData - name: Exam Room APC - - type: Transform - pos: 8.5,17.5 - parent: 2 - - uid: 31005 - components: - - type: MetaData - name: CMO/Psych APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-5.5 - parent: 2 - - uid: 31436 - components: - - type: MetaData - name: Boxing Ring APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-32.5 - parent: 2 - - uid: 31502 - components: - - type: MetaData - name: HOP's Office APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,27.5 - parent: 2 - - uid: 32600 - components: - - type: MetaData - name: South engineering APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,19.5 - parent: 2 - - uid: 34699 - components: - - type: MetaData - name: East Hall APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,21.5 - parent: 2 - - uid: 34729 - components: - - type: MetaData - name: Reporter APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-10.5 - parent: 2 - - uid: 36420 - components: - - type: MetaData - name: EVA APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,25.5 - parent: 2 -- proto: APCConstructed - entities: - - uid: 21833 - components: - - type: Transform - pos: -30.5,-29.5 - parent: 2 -- proto: APCHighCapacity - entities: - - uid: 848 - components: - - type: MetaData - name: North Logistics APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-22.5 - parent: 2 - - uid: 985 - components: - - type: MetaData - name: Bar APC - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-23.5 - parent: 2 - - uid: 1537 - components: - - type: MetaData - name: South Logistics APC - - type: Transform - pos: -12.5,-31.5 - parent: 2 - - uid: 1548 - components: - - type: MetaData - name: Zoo APC - - type: Transform - pos: -82.5,11.5 - parent: 2 - - uid: 11014 - components: - - type: MetaData - name: Hydroponics APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,1.5 - parent: 2 - - uid: 14401 - components: - - type: Transform - pos: 21.5,11.5 - parent: 2 - - uid: 28727 - components: - - type: MetaData - name: Atmos APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,41.5 - parent: 2 - - uid: 30715 - components: - - type: MetaData - name: Mystagogue/Library APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,25.5 - parent: 2 - - uid: 30823 - components: - - type: MetaData - name: Labyrinth APC - - type: Transform - pos: 52.5,45.5 - parent: 2 -- proto: APCSuperCapacity - entities: - - uid: 761 - components: - - type: MetaData - name: Psych Ward APC - - type: Transform - pos: -41.5,68.5 - parent: 2 - - uid: 1065 - components: - - type: MetaData - name: West Hospital APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,4.5 - parent: 2 - - uid: 12644 - components: - - type: MetaData - name: Anomaly/Robotics APC - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,41.5 - parent: 2 -- proto: AppraisalTool - entities: - - uid: 709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.610767,-41.409016 - parent: 2 - - uid: 6833 - components: - - type: Transform - pos: -9.377287,-42.321095 - parent: 2 - - uid: 6835 - components: - - type: Transform - pos: -13.519951,-32.243885 - parent: 2 - - uid: 6836 - components: - - type: Transform - pos: -13.320732,-32.419666 - parent: 2 -- proto: ArrivalsShuttleTimer - entities: - - uid: 34759 - components: - - type: Transform - pos: 6.5,-30.5 - parent: 2 -- proto: Ashtray - entities: - - uid: 916 - components: - - type: Transform - pos: -10.589411,-42.56779 - parent: 2 - - uid: 7716 - components: - - type: Transform - pos: 28.696327,25.40703 - parent: 2 - - uid: 7781 - components: - - type: Transform - pos: 65.608315,30.830063 - parent: 2 - - uid: 20306 - components: - - type: Transform - pos: -26.810955,-23.437841 - parent: 2 - - uid: 20309 - components: - - type: Transform - pos: -4.2579336,5.73864 - parent: 2 - - uid: 25506 - components: - - type: Transform - pos: 15.698947,-32.39939 - parent: 2 - - uid: 25570 - components: - - type: Transform - pos: 19.771864,-32.451473 - parent: 2 - - uid: 25786 - components: - - type: Transform - pos: 47.096138,24.724594 - parent: 2 - - uid: 26731 - components: - - type: Transform - pos: -46.9835,-27.290182 - parent: 2 - - uid: 28667 - components: - - type: Transform - pos: -5.875018,-7.4519844 - parent: 2 - - uid: 28668 - components: - - type: Transform - pos: -12.10113,-42.239666 - parent: 2 -- proto: AsteroidAltRock - entities: - - uid: 476 - components: - - type: Transform - pos: -103.5,69.5 - parent: 2 - - uid: 888 - components: - - type: Transform - pos: -102.5,69.5 - parent: 2 - - uid: 890 - components: - - type: Transform - pos: -98.5,69.5 - parent: 2 - - uid: 1047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-26.5 - parent: 2 - - uid: 1087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-25.5 - parent: 2 - - uid: 1112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-27.5 - parent: 2 - - uid: 7859 - components: - - type: Transform - pos: -105.5,70.5 - parent: 2 - - uid: 7871 - components: - - type: Transform - pos: -99.5,68.5 - parent: 2 - - uid: 7872 - components: - - type: Transform - pos: -103.5,68.5 - parent: 2 - - uid: 7931 - components: - - type: Transform - pos: -104.5,70.5 - parent: 2 - - uid: 7932 - components: - - type: Transform - pos: -104.5,68.5 - parent: 2 - - uid: 7933 - components: - - type: Transform - pos: -105.5,68.5 - parent: 2 - - uid: 7940 - components: - - type: Transform - pos: -103.5,67.5 - parent: 2 - - uid: 8149 - components: - - type: Transform - pos: -68.5,-26.5 - parent: 2 - - uid: 8151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-36.5 - parent: 2 - - uid: 8309 - components: - - type: Transform - pos: -108.5,66.5 - parent: 2 - - uid: 8320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-33.5 - parent: 2 - - uid: 8321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-32.5 - parent: 2 - - uid: 8325 - components: - - type: Transform - pos: -104.5,67.5 - parent: 2 - - uid: 8326 - components: - - type: Transform - pos: -103.5,70.5 - parent: 2 - - uid: 8327 - components: - - type: Transform - pos: -102.5,70.5 - parent: 2 - - uid: 8328 - components: - - type: Transform - pos: -101.5,70.5 - parent: 2 - - uid: 8329 - components: - - type: Transform - pos: -100.5,70.5 - parent: 2 - - uid: 8331 - components: - - type: Transform - pos: -99.5,70.5 - parent: 2 - - uid: 8332 - components: - - type: Transform - pos: -100.5,71.5 - parent: 2 - - uid: 8356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-26.5 - parent: 2 - - uid: 8358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-23.5 - parent: 2 - - uid: 8360 - components: - - type: Transform - pos: -69.5,-25.5 - parent: 2 - - uid: 8364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-25.5 - parent: 2 - - uid: 8368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-28.5 - parent: 2 - - uid: 8369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-31.5 - parent: 2 - - uid: 8644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,-20.5 - parent: 2 - - uid: 8645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-29.5 - parent: 2 - - uid: 9663 - components: - - type: Transform - pos: -69.5,-23.5 - parent: 2 - - uid: 9664 - components: - - type: Transform - pos: -69.5,-27.5 - parent: 2 - - uid: 9665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-34.5 - parent: 2 - - uid: 9689 - components: - - type: Transform - pos: -68.5,-22.5 - parent: 2 - - uid: 11212 - components: - - type: Transform - pos: -101.5,69.5 - parent: 2 - - uid: 11230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-24.5 - parent: 2 - - uid: 11401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-27.5 - parent: 2 - - uid: 11478 - components: - - type: Transform - pos: -99.5,69.5 - parent: 2 - - uid: 11479 - components: - - type: Transform - pos: -100.5,69.5 - parent: 2 - - uid: 11513 - components: - - type: Transform - pos: -93.5,70.5 - parent: 2 - - uid: 11514 - components: - - type: Transform - pos: -92.5,75.5 - parent: 2 - - uid: 11515 - components: - - type: Transform - pos: -92.5,70.5 - parent: 2 - - uid: 11516 - components: - - type: Transform - pos: -92.5,71.5 - parent: 2 - - uid: 11517 - components: - - type: Transform - pos: -91.5,74.5 - parent: 2 - - uid: 11535 - components: - - type: Transform - pos: -93.5,69.5 - parent: 2 - - uid: 11536 - components: - - type: Transform - pos: -91.5,76.5 - parent: 2 - - uid: 11537 - components: - - type: Transform - pos: -92.5,76.5 - parent: 2 - - uid: 11538 - components: - - type: Transform - pos: -91.5,77.5 - parent: 2 - - uid: 11542 - components: - - type: Transform - pos: -91.5,75.5 - parent: 2 - - uid: 11543 - components: - - type: Transform - pos: -95.5,81.5 - parent: 2 - - uid: 11544 - components: - - type: Transform - pos: -103.5,71.5 - parent: 2 - - uid: 11545 - components: - - type: Transform - pos: -92.5,77.5 - parent: 2 - - uid: 11546 - components: - - type: Transform - pos: -96.5,82.5 - parent: 2 - - uid: 11547 - components: - - type: Transform - pos: -104.5,71.5 - parent: 2 - - uid: 11549 - components: - - type: Transform - pos: -100.5,66.5 - parent: 2 - - uid: 11550 - components: - - type: Transform - pos: -101.5,71.5 - parent: 2 - - uid: 11551 - components: - - type: Transform - pos: -102.5,71.5 - parent: 2 - - uid: 11594 - components: - - type: Transform - pos: -101.5,67.5 - parent: 2 - - uid: 11598 - components: - - type: Transform - pos: -101.5,72.5 - parent: 2 - - uid: 11655 - components: - - type: Transform - pos: -102.5,72.5 - parent: 2 - - uid: 11879 - components: - - type: Transform - pos: -100.5,67.5 - parent: 2 - - uid: 12056 - components: - - type: Transform - pos: -90.5,76.5 - parent: 2 - - uid: 12131 - components: - - type: Transform - pos: -95.5,69.5 - parent: 2 - - uid: 13048 - components: - - type: Transform - pos: -111.5,69.5 - parent: 2 - - uid: 13052 - components: - - type: Transform - pos: -108.5,65.5 - parent: 2 - - uid: 19400 - components: - - type: Transform - pos: -111.5,70.5 - parent: 2 - - uid: 19408 - components: - - type: Transform - pos: -109.5,65.5 - parent: 2 - - uid: 19409 - components: - - type: Transform - pos: -107.5,65.5 - parent: 2 - - uid: 19411 - components: - - type: Transform - pos: -112.5,69.5 - parent: 2 - - uid: 20305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-31.5 - parent: 2 - - uid: 21916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-27.5 - parent: 2 - - uid: 21917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-28.5 - parent: 2 - - uid: 21945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-20.5 - parent: 2 - - uid: 21977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-35.5 - parent: 2 - - uid: 21979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-32.5 - parent: 2 - - uid: 22054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-23.5 - parent: 2 - - uid: 22133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-35.5 - parent: 2 - - uid: 22134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-26.5 - parent: 2 - - uid: 22135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-26.5 - parent: 2 - - uid: 22136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-27.5 - parent: 2 - - uid: 22138 - components: - - type: Transform - pos: -76.5,-38.5 - parent: 2 - - uid: 22139 - components: - - type: Transform - pos: -75.5,-37.5 - parent: 2 - - uid: 22140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-32.5 - parent: 2 - - uid: 22141 - components: - - type: Transform - pos: -69.5,-26.5 - parent: 2 - - uid: 22142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-32.5 - parent: 2 - - uid: 22143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-32.5 - parent: 2 - - uid: 22144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,-35.5 - parent: 2 - - uid: 22145 - components: - - type: Transform - pos: -70.5,-25.5 - parent: 2 - - uid: 22146 - components: - - type: Transform - pos: -70.5,-24.5 - parent: 2 - - uid: 22147 - components: - - type: Transform - pos: -69.5,-24.5 - parent: 2 - - uid: 22148 - components: - - type: Transform - pos: -67.5,-28.5 - parent: 2 - - uid: 23781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-36.5 - parent: 2 - - uid: 23811 - components: - - type: Transform - pos: -105.5,69.5 - parent: 2 - - uid: 24943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-27.5 - parent: 2 - - uid: 24948 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-29.5 - parent: 2 - - uid: 26346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-25.5 - parent: 2 - - uid: 26347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-25.5 - parent: 2 - - uid: 26573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-23.5 - parent: 2 - - uid: 26605 - components: - - type: Transform - pos: -102.5,68.5 - parent: 2 - - uid: 26606 - components: - - type: Transform - pos: -101.5,68.5 - parent: 2 - - uid: 26607 - components: - - type: Transform - pos: -100.5,68.5 - parent: 2 - - uid: 26680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-31.5 - parent: 2 - - uid: 26683 - components: - - type: Transform - pos: -106.5,69.5 - parent: 2 - - uid: 26684 - components: - - type: Transform - pos: -104.5,69.5 - parent: 2 - - uid: 26685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-33.5 - parent: 2 - - uid: 26686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,-33.5 - parent: 2 - - uid: 26690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-32.5 - parent: 2 - - uid: 26740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-22.5 - parent: 2 - - uid: 26741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-20.5 - parent: 2 - - uid: 26742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-27.5 - parent: 2 - - uid: 26743 - components: - - type: Transform - pos: -68.5,-25.5 - parent: 2 - - uid: 26744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-23.5 - parent: 2 - - uid: 26745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-22.5 - parent: 2 - - uid: 28659 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,-31.5 - parent: 2 - - uid: 28660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,-31.5 - parent: 2 - - uid: 28661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-23.5 - parent: 2 - - uid: 28662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-21.5 - parent: 2 -- proto: AtmosDeviceFanTiny - entities: - - uid: 1113 - components: - - type: Transform - pos: -30.5,-45.5 - parent: 2 - - uid: 4018 - components: - - type: Transform - pos: 79.5,24.5 - parent: 2 - - uid: 6636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-50.5 - parent: 2 - - uid: 6731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-50.5 - parent: 2 - - uid: 6819 - components: - - type: Transform - pos: -52.5,-49.5 - parent: 2 - - uid: 6849 - components: - - type: Transform - pos: -52.5,-45.5 - parent: 2 - - uid: 9678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-50.5 - parent: 2 - - uid: 11862 - components: - - type: Transform - pos: -33.5,-45.5 - parent: 2 - - uid: 11863 - components: - - type: Transform - pos: -29.5,-45.5 - parent: 2 - - uid: 18550 - components: - - type: Transform - pos: -59.5,-10.5 - parent: 2 - - uid: 18551 - components: - - type: Transform - pos: -61.5,-5.5 - parent: 2 - - uid: 20717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-50.5 - parent: 2 - - uid: 20721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-48.5 - parent: 2 - - uid: 22725 - components: - - type: Transform - pos: -66.5,-16.5 - parent: 2 - - uid: 22738 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 22739 - components: - - type: Transform - pos: -5.5,-56.5 - parent: 2 - - uid: 22740 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 22741 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 22742 - components: - - type: Transform - pos: 8.5,-56.5 - parent: 2 - - uid: 22743 - components: - - type: Transform - pos: 10.5,-56.5 - parent: 2 - - uid: 22744 - components: - - type: Transform - pos: 43.5,-35.5 - parent: 2 - - uid: 22745 - components: - - type: Transform - pos: 49.5,-35.5 - parent: 2 - - uid: 22748 - components: - - type: Transform - pos: 81.5,-17.5 - parent: 2 - - uid: 22749 - components: - - type: Transform - pos: 81.5,-15.5 - parent: 2 - - uid: 22750 - components: - - type: Transform - pos: 81.5,-5.5 - parent: 2 - - uid: 22751 - components: - - type: Transform - pos: 81.5,-1.5 - parent: 2 - - uid: 22758 - components: - - type: Transform - pos: -7.5,82.5 - parent: 2 - - uid: 22759 - components: - - type: Transform - pos: -5.5,82.5 - parent: 2 - - uid: 22760 - components: - - type: Transform - pos: 0.5,82.5 - parent: 2 - - uid: 22761 - components: - - type: Transform - pos: 2.5,82.5 - parent: 2 - - uid: 22762 - components: - - type: Transform - pos: 8.5,82.5 - parent: 2 - - uid: 22763 - components: - - type: Transform - pos: 10.5,82.5 - parent: 2 - - uid: 31642 - components: - - type: Transform - pos: -32.5,-45.5 - parent: 2 - - uid: 33711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-46.5 - parent: 2 -- proto: AtmosFixBlockerMarker - entities: - - uid: 7642 - components: - - type: Transform - pos: -49.5,50.5 - parent: 2 - - uid: 8825 - components: - - type: Transform - pos: -47.5,48.5 - parent: 2 - - uid: 9316 - components: - - type: Transform - pos: -47.5,49.5 - parent: 2 - - uid: 9571 - components: - - type: Transform - pos: -47.5,50.5 - parent: 2 - - uid: 14454 - components: - - type: Transform - pos: -58.5,49.5 - parent: 2 - - uid: 15771 - components: - - type: Transform - pos: -58.5,50.5 - parent: 2 - - uid: 15992 - components: - - type: Transform - pos: -45.5,51.5 - parent: 2 - - uid: 15993 - components: - - type: Transform - pos: -47.5,51.5 - parent: 2 - - uid: 15994 - components: - - type: Transform - pos: -49.5,48.5 - parent: 2 - - uid: 16242 - components: - - type: Transform - pos: -59.5,48.5 - parent: 2 - - uid: 16306 - components: - - type: Transform - pos: -49.5,49.5 - parent: 2 - - uid: 16482 - components: - - type: Transform - pos: -57.5,51.5 - parent: 2 - - uid: 16483 - components: - - type: Transform - pos: -60.5,51.5 - parent: 2 - - uid: 16484 - components: - - type: Transform - pos: -60.5,50.5 - parent: 2 - - uid: 16488 - components: - - type: Transform - pos: -56.5,50.5 - parent: 2 - - uid: 16490 - components: - - type: Transform - pos: -60.5,52.5 - parent: 2 - - uid: 16491 - components: - - type: Transform - pos: -56.5,48.5 - parent: 2 - - uid: 16493 - components: - - type: Transform - pos: -56.5,49.5 - parent: 2 - - uid: 16499 - components: - - type: Transform - pos: -60.5,49.5 - parent: 2 - - uid: 16501 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - uid: 17857 - components: - - type: Transform - pos: -49.5,51.5 - parent: 2 - - uid: 18324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,50.5 - parent: 2 - - uid: 18385 - components: - - type: Transform - pos: -45.5,50.5 - parent: 2 - - uid: 22402 - components: - - type: Transform - pos: -45.5,49.5 - parent: 2 - - uid: 22403 - components: - - type: Transform - pos: -45.5,48.5 - parent: 2 - - uid: 22404 - components: - - type: Transform - pos: -43.5,51.5 - parent: 2 - - uid: 22405 - components: - - type: Transform - pos: -43.5,50.5 - parent: 2 - - uid: 22406 - components: - - type: Transform - pos: -43.5,49.5 - parent: 2 - - uid: 22407 - components: - - type: Transform - pos: -43.5,48.5 - parent: 2 - - uid: 22408 - components: - - type: Transform - pos: -41.5,51.5 - parent: 2 - - uid: 22409 - components: - - type: Transform - pos: -41.5,50.5 - parent: 2 - - uid: 22410 - components: - - type: Transform - pos: -41.5,49.5 - parent: 2 - - uid: 22411 - components: - - type: Transform - pos: -41.5,48.5 - parent: 2 - - uid: 22412 - components: - - type: Transform - pos: -39.5,51.5 - parent: 2 - - uid: 22413 - components: - - type: Transform - pos: -39.5,50.5 - parent: 2 - - uid: 22414 - components: - - type: Transform - pos: -39.5,49.5 - parent: 2 - - uid: 22415 - components: - - type: Transform - pos: -39.5,48.5 - parent: 2 - - uid: 22416 - components: - - type: Transform - pos: -37.5,51.5 - parent: 2 - - uid: 22417 - components: - - type: Transform - pos: -37.5,50.5 - parent: 2 - - uid: 22418 - components: - - type: Transform - pos: -37.5,49.5 - parent: 2 - - uid: 22419 - components: - - type: Transform - pos: -37.5,48.5 - parent: 2 - - uid: 23035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,49.5 - parent: 2 - - uid: 23567 - components: - - type: Transform - pos: -60.5,48.5 - parent: 2 - - uid: 23632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,51.5 - parent: 2 - - uid: 26681 - components: - - type: Transform - pos: -59.5,50.5 - parent: 2 - - uid: 26814 - components: - - type: Transform - pos: -59.5,51.5 - parent: 2 - - uid: 28240 - components: - - type: Transform - pos: -59.5,49.5 - parent: 2 - - uid: 28241 - components: - - type: Transform - pos: -58.5,52.5 - parent: 2 - - uid: 28242 - components: - - type: Transform - pos: -56.5,51.5 - parent: 2 - - uid: 28401 - components: - - type: Transform - pos: -57.5,48.5 - parent: 2 - - uid: 28535 - components: - - type: Transform - pos: -58.5,51.5 - parent: 2 - - uid: 28690 - components: - - type: Transform - pos: -57.5,49.5 - parent: 2 - - uid: 28715 - components: - - type: Transform - pos: -58.5,48.5 - parent: 2 - - uid: 28717 - components: - - type: Transform - pos: -56.5,52.5 - parent: 2 - - uid: 28718 - components: - - type: Transform - pos: -57.5,52.5 - parent: 2 - - uid: 33724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,48.5 - parent: 2 -- proto: AtmosFixFreezerMarker - entities: - - uid: 7517 - components: - - type: Transform - pos: -62.5,-6.5 - parent: 2 - - uid: 7518 - components: - - type: Transform - pos: -62.5,-7.5 - parent: 2 - - uid: 7519 - components: - - type: Transform - pos: -62.5,-8.5 - parent: 2 - - uid: 7520 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 7521 - components: - - type: Transform - pos: -61.5,-6.5 - parent: 2 - - uid: 7522 - components: - - type: Transform - pos: -61.5,-7.5 - parent: 2 - - uid: 7523 - components: - - type: Transform - pos: -61.5,-8.5 - parent: 2 - - uid: 7524 - components: - - type: Transform - pos: -61.5,-9.5 - parent: 2 - - uid: 7525 - components: - - type: Transform - pos: -60.5,-6.5 - parent: 2 - - uid: 7526 - components: - - type: Transform - pos: -60.5,-7.5 - parent: 2 - - uid: 7527 - components: - - type: Transform - pos: -60.5,-8.5 - parent: 2 - - uid: 7528 - components: - - type: Transform - pos: -60.5,-9.5 - parent: 2 - - uid: 7531 - components: - - type: Transform - pos: -59.5,-8.5 - parent: 2 - - uid: 7532 - components: - - type: Transform - pos: -59.5,-9.5 - parent: 2 - - uid: 7535 - components: - - type: Transform - pos: -58.5,-8.5 - parent: 2 - - uid: 7536 - components: - - type: Transform - pos: -58.5,-9.5 - parent: 2 - - uid: 7538 - components: - - type: Transform - pos: -57.5,-7.5 - parent: 2 - - uid: 7539 - components: - - type: Transform - pos: -57.5,-8.5 - parent: 2 - - uid: 7540 - components: - - type: Transform - pos: -57.5,-9.5 - parent: 2 - - uid: 27153 - components: - - type: Transform - pos: -58.5,-6.5 - parent: 2 - - uid: 27154 - components: - - type: Transform - pos: -59.5,-6.5 - parent: 2 - - uid: 27155 - components: - - type: Transform - pos: -59.5,-7.5 - parent: 2 - - uid: 27156 - components: - - type: Transform - pos: -58.5,-7.5 - parent: 2 - - uid: 27157 - components: - - type: Transform - pos: -57.5,-6.5 - parent: 2 -- proto: Autolathe - entities: - - uid: 1134 - components: - - type: Transform - pos: -67.5,1.5 - parent: 2 - - uid: 8839 - components: - - type: Transform - pos: -49.5,18.5 - parent: 2 - - uid: 30788 - components: - - type: Transform - pos: -20.5,-30.5 - parent: 2 -- proto: BannerCargo - entities: - - uid: 2940 - components: - - type: Transform - pos: -14.5,-16.5 - parent: 2 - - uid: 2941 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 2 -- proto: BannerEngineering - entities: - - uid: 7641 - components: - - type: Transform - pos: -52.5,9.5 - parent: 2 - - uid: 17860 - components: - - type: Transform - pos: -56.5,9.5 - parent: 2 - - uid: 18543 - components: - - type: Transform - pos: -45.5,15.5 - parent: 2 -- proto: BannerMedical - entities: - - uid: 867 - components: - - type: Transform - pos: 6.5,18.5 - parent: 2 - - uid: 868 - components: - - type: Transform - pos: -3.5,18.5 - parent: 2 - - uid: 1560 - components: - - type: Transform - pos: 31.5,-13.5 - parent: 2 - - uid: 1563 - components: - - type: Transform - pos: 35.5,18.5 - parent: 2 - - uid: 1881 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 2 - - uid: 1882 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 2 -- proto: BannerScience - entities: - - uid: 3965 - components: - - type: Transform - pos: 33.5,21.5 - parent: 2 - - uid: 3985 - components: - - type: Transform - pos: 25.5,21.5 - parent: 2 -- proto: BannerSecurity - entities: - - uid: 30540 - components: - - type: Transform - pos: -17.5,22.5 - parent: 2 - - uid: 30541 - components: - - type: Transform - pos: -13.5,22.5 - parent: 2 -- proto: BannerSyndicate - entities: - - uid: 32594 - components: - - type: Transform - pos: 70.5,41.5 - parent: 2 -- proto: BarberScissors - entities: - - uid: 347 - components: - - type: Transform - pos: -69.26311,-0.36495054 - parent: 2 - - uid: 11223 - components: - - type: Transform - pos: -69.61467,-0.4235443 - parent: 2 - - uid: 27439 - components: - - type: Transform - pos: -50.52528,-25.72538 - parent: 2 - - uid: 27816 - components: - - type: Transform - pos: -50.33778,-28.151161 - parent: 2 -- proto: Barricade - entities: - - uid: 456 - components: - - type: Transform - pos: 57.5,58.5 - parent: 2 - - uid: 1102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-38.5 - parent: 2 - - uid: 1103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-37.5 - parent: 2 - - uid: 2355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-35.5 - parent: 2 - - uid: 2357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-36.5 - parent: 2 - - uid: 2358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-35.5 - parent: 2 - - uid: 5343 - components: - - type: Transform - pos: 52.5,49.5 - parent: 2 - - uid: 5345 - components: - - type: Transform - pos: 54.5,49.5 - parent: 2 - - uid: 6964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-37.5 - parent: 2 - - uid: 6967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-28.5 - parent: 2 - - uid: 6968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-28.5 - parent: 2 - - uid: 6969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-28.5 - parent: 2 - - uid: 6970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-30.5 - parent: 2 - - uid: 6971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-30.5 - parent: 2 - - uid: 6972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-36.5 - parent: 2 - - uid: 9137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,51.5 - parent: 2 - - uid: 12732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,50.5 - parent: 2 - - uid: 26244 - components: - - type: Transform - pos: 53.5,48.5 - parent: 2 - - uid: 26882 - components: - - type: Transform - pos: 53.5,49.5 - parent: 2 - - uid: 27510 - components: - - type: Transform - pos: 52.5,46.5 - parent: 2 - - uid: 28517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-26.5 - parent: 2 -- proto: BarricadeBlock - entities: - - uid: 4926 - components: - - type: Transform - pos: 60.5,58.5 - parent: 2 - - uid: 8642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-25.5 - parent: 2 - - uid: 11231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-37.5 - parent: 2 - - uid: 19419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,-6.5 - parent: 2 - - uid: 19422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-35.5 - parent: 2 - - uid: 23773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-24.5 - parent: 2 - - uid: 26223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-23.5 - parent: 2 - - uid: 27858 - components: - - type: Transform - pos: 54.5,51.5 - parent: 2 - - uid: 28350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-27.5 - parent: 2 - - uid: 29868 - components: - - type: Transform - pos: 51.5,49.5 - parent: 2 -- proto: BarricadeDirectional - entities: - - uid: 11326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-36.5 - parent: 2 -- proto: BarSign - entities: - - uid: 5959 - components: - - type: Transform - pos: 23.5,-26.5 - parent: 2 -- proto: BarSignRobustaCafe - entities: - - uid: 5956 - components: - - type: Transform - pos: 22.5,-22.5 - parent: 2 -- proto: BaseBallBat - entities: - - uid: 5347 - components: - - type: Transform - pos: 54.46258,46.57678 - parent: 2 -- proto: BaseComputer - entities: - - uid: 1444 - components: - - type: Transform - pos: -100.5,49.5 - parent: 2 - - uid: 2279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-33.5 - parent: 2 - - uid: 3037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,52.5 - parent: 2 - - uid: 4533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,28.5 - parent: 2 - - uid: 4851 - components: - - type: Transform - pos: -101.5,49.5 - parent: 2 - - uid: 5214 - components: - - type: Transform - pos: 17.5,59.5 - parent: 2 - - uid: 5552 - components: - - type: Transform - pos: 45.5,51.5 - parent: 2 - - uid: 5580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,27.5 - parent: 2 - - uid: 5581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,29.5 - parent: 2 - - uid: 8404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,13.5 - parent: 2 - - uid: 12928 - components: - - type: Transform - pos: 39.5,51.5 - parent: 2 - - uid: 14069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,53.5 - parent: 2 - - uid: 32244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,53.5 - parent: 2 - - uid: 32245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,53.5 - parent: 2 -- proto: BaseGasCondenser - entities: - - uid: 28391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Beaker - entities: - - uid: 1670 - components: - - type: Transform - pos: 21.532694,-1.3913887 - parent: 2 - - uid: 2171 - components: - - type: Transform - pos: 12.337881,-0.94067454 - parent: 2 - - uid: 2192 - components: - - type: Transform - pos: 15.214525,-9.340313 - parent: 2 - - uid: 2193 - components: - - type: Transform - pos: 15.319063,-9.187969 - parent: 2 - - uid: 22437 - components: - - type: Transform - pos: 15.685974,-8.373947 - parent: 2 -- proto: Bed - entities: - - uid: 337 - components: - - type: Transform - pos: -9.5,-33.5 - parent: 2 - - uid: 340 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 457 - components: - - type: Transform - pos: -71.5,17.5 - parent: 2 - - uid: 522 - components: - - type: Transform - pos: -28.5,10.5 - parent: 2 - - uid: 530 - components: - - type: Transform - pos: -19.5,15.5 - parent: 2 - - uid: 531 - components: - - type: Transform - pos: -16.5,10.5 - parent: 2 - - uid: 535 - components: - - type: Transform - pos: -25.5,15.5 - parent: 2 - - uid: 537 - components: - - type: Transform - pos: -19.5,10.5 - parent: 2 - - uid: 806 - components: - - type: Transform - pos: -9.5,-35.5 - parent: 2 - - uid: 1795 - components: - - type: Transform - pos: -22.5,10.5 - parent: 2 - - uid: 1797 - components: - - type: Transform - pos: -28.5,15.5 - parent: 2 - - uid: 1805 - components: - - type: Transform - pos: -25.5,10.5 - parent: 2 - - uid: 1806 - components: - - type: Transform - pos: -16.5,15.5 - parent: 2 - - uid: 1807 - components: - - type: Transform - pos: -22.5,15.5 - parent: 2 - - uid: 1949 - components: - - type: Transform - pos: 14.5,27.5 - parent: 2 - - uid: 2720 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 2 - - uid: 3990 - components: - - type: Transform - pos: -75.5,1.5 - parent: 2 - - uid: 4342 - components: - - type: Transform - pos: -79.5,1.5 - parent: 2 - - uid: 4620 - components: - - type: Transform - pos: -26.5,7.5 - parent: 2 - - uid: 4621 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - - uid: 4622 - components: - - type: Transform - pos: -16.5,7.5 - parent: 2 - - uid: 4746 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 4761 - components: - - type: Transform - pos: -20.5,7.5 - parent: 2 - - uid: 4791 - components: - - type: Transform - pos: -28.5,7.5 - parent: 2 - - uid: 4792 - components: - - type: Transform - pos: -22.5,7.5 - parent: 2 - - uid: 5410 - components: - - type: Transform - pos: 48.5,30.5 - parent: 2 - - uid: 5428 - components: - - type: Transform - pos: 44.5,34.5 - parent: 2 - - uid: 5763 - components: - - type: Transform - pos: 22.5,-25.5 - parent: 2 - - uid: 6496 - components: - - type: Transform - pos: -9.5,-34.5 - parent: 2 - - uid: 6842 - components: - - type: Transform - pos: -24.5,-25.5 - parent: 2 - - uid: 8810 - components: - - type: Transform - pos: -61.5,11.5 - parent: 2 - - uid: 13120 - components: - - type: Transform - pos: -71.5,16.5 - parent: 2 - - uid: 15116 - components: - - type: Transform - pos: 23.5,48.5 - parent: 2 - - uid: 15361 - components: - - type: Transform - pos: -24.5,34.5 - parent: 2 - - uid: 15377 - components: - - type: Transform - pos: -28.5,24.5 - parent: 2 - - uid: 15378 - components: - - type: Transform - pos: -24.5,24.5 - parent: 2 - - uid: 15456 - components: - - type: Transform - pos: -28.5,34.5 - parent: 2 - - uid: 15677 - components: - - type: Transform - pos: -29.5,42.5 - parent: 2 - - uid: 15777 - components: - - type: Transform - pos: -5.5,35.5 - parent: 2 - - uid: 18053 - components: - - type: Transform - pos: -25.5,66.5 - parent: 2 - - uid: 18055 - components: - - type: Transform - pos: -21.5,66.5 - parent: 2 - - uid: 18057 - components: - - type: Transform - pos: -17.5,66.5 - parent: 2 - - uid: 18060 - components: - - type: Transform - pos: -13.5,66.5 - parent: 2 - - uid: 19646 - components: - - type: Transform - pos: -41.5,58.5 - parent: 2 - - uid: 22087 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 - - uid: 23256 - components: - - type: Transform - pos: -71.5,3.5 - parent: 2 -- proto: BedsheetBlack - entities: - - uid: 1800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,10.5 - parent: 2 -- proto: BedsheetBlue - entities: - - uid: 526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,15.5 - parent: 2 -- proto: BedsheetBrigmedic - entities: - - uid: 20198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,58.5 - parent: 2 -- proto: BedsheetBrown - entities: - - uid: 795 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 5927 - components: - - type: Transform - pos: 22.5,-25.5 - parent: 2 - - uid: 6497 - components: - - type: Transform - pos: -9.5,-33.5 - parent: 2 - - uid: 6633 - components: - - type: Transform - pos: -9.5,-34.5 - parent: 2 - - uid: 6634 - components: - - type: Transform - pos: -9.5,-35.5 - parent: 2 -- proto: BedsheetCaptain - entities: - - uid: 15111 - components: - - type: Transform - pos: 23.5,48.5 - parent: 2 -- proto: BedsheetCE - entities: - - uid: 8809 - components: - - type: Transform - pos: -61.5,11.5 - parent: 2 -- proto: BedsheetClown - entities: - - uid: 4010 - components: - - type: Transform - pos: -75.5,1.5 - parent: 2 -- proto: BedsheetCMO - entities: - - uid: 5768 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 2 -- proto: BedsheetCult - entities: - - uid: 20028 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 -- proto: BedsheetGreen - entities: - - uid: 474 - components: - - type: Transform - pos: -71.5,17.5 - parent: 2 - - uid: 1811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,15.5 - parent: 2 - - uid: 10657 - components: - - type: Transform - pos: -22.5,7.5 - parent: 2 - - uid: 10706 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - - uid: 11106 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 11146 - components: - - type: Transform - pos: -20.5,7.5 - parent: 2 - - uid: 11151 - components: - - type: Transform - pos: -16.5,7.5 - parent: 2 - - uid: 13134 - components: - - type: Transform - pos: -71.5,16.5 - parent: 2 - - uid: 19954 - components: - - type: Transform - pos: -26.5,7.5 - parent: 2 - - uid: 19986 - components: - - type: Transform - pos: -28.5,7.5 - parent: 2 -- proto: BedsheetGrey - entities: - - uid: 1801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,10.5 - parent: 2 -- proto: BedsheetHOP - entities: - - uid: 1979 - components: - - type: Transform - pos: 14.5,27.5 - parent: 2 -- proto: BedsheetHOS - entities: - - uid: 15663 - components: - - type: Transform - pos: -5.5,35.5 - parent: 2 - - uid: 15676 - components: - - type: Transform - pos: -29.5,42.5 - parent: 2 -- proto: BedsheetMedical - entities: - - uid: 1819 - components: - - type: Transform - pos: 5.5,15.5 - parent: 2 - - uid: 1820 - components: - - type: Transform - pos: 5.5,13.5 - parent: 2 - - uid: 1821 - components: - - type: Transform - pos: 5.5,11.5 - parent: 2 - - uid: 1822 - components: - - type: Transform - pos: 5.5,9.5 - parent: 2 - - uid: 1823 - components: - - type: Transform - pos: 13.5,9.5 - parent: 2 - - uid: 1824 - components: - - type: Transform - pos: 13.5,11.5 - parent: 2 - - uid: 1825 - components: - - type: Transform - pos: 13.5,13.5 - parent: 2 - - uid: 1826 - components: - - type: Transform - pos: 13.5,15.5 - parent: 2 - - uid: 4401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-10.5 - parent: 2 - - uid: 11296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-6.5 - parent: 2 - - uid: 13042 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 2 -- proto: BedsheetMime - entities: - - uid: 4183 - components: - - type: Transform - pos: -79.5,1.5 - parent: 2 -- proto: BedsheetOrange - entities: - - uid: 1802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,15.5 - parent: 2 - - uid: 30851 - components: - - type: Transform - pos: -25.5,66.5 - parent: 2 - - uid: 30852 - components: - - type: Transform - pos: -21.5,66.5 - parent: 2 - - uid: 30853 - components: - - type: Transform - pos: -17.5,66.5 - parent: 2 - - uid: 30854 - components: - - type: Transform - pos: -13.5,66.5 - parent: 2 - - uid: 30855 - components: - - type: Transform - pos: -28.5,34.5 - parent: 2 - - uid: 30856 - components: - - type: Transform - pos: -24.5,34.5 - parent: 2 -- proto: BedsheetPurple - entities: - - uid: 1796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,10.5 - parent: 2 - - uid: 23571 - components: - - type: Transform - pos: -71.5,3.5 - parent: 2 -- proto: BedsheetQM - entities: - - uid: 6843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-25.5 - parent: 2 -- proto: BedsheetRainbow - entities: - - uid: 532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,10.5 - parent: 2 -- proto: BedsheetRD - entities: - - uid: 5487 - components: - - type: Transform - pos: 48.5,30.5 - parent: 2 - - uid: 20027 - components: - - type: Transform - pos: 44.5,34.5 - parent: 2 -- proto: BedsheetRed - entities: - - uid: 524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,15.5 - parent: 2 -- proto: BedsheetWhite - entities: - - uid: 540 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,10.5 - parent: 2 -- proto: BedsheetYellow - entities: - - uid: 525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,15.5 - parent: 2 -- proto: BenchParkBambooMiddle - entities: - - uid: 5130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-0.5 - parent: 2 -- proto: BenchParkLeft - entities: - - uid: 5128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-0.5 - parent: 2 - - uid: 5129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-0.5 - parent: 2 -- proto: BenchParkMiddle - entities: - - uid: 5120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-0.5 - parent: 2 - - uid: 5127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-0.5 - parent: 2 - - uid: 5131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-0.5 - parent: 2 -- proto: BenchParkRight - entities: - - uid: 4961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-0.5 - parent: 2 - - uid: 5132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-0.5 - parent: 2 -- proto: BenchPewLeft - entities: - - uid: 2750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,50.5 - parent: 2 - - uid: 2755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,56.5 - parent: 2 - - uid: 2761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,56.5 - parent: 2 - - uid: 2764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,56.5 - parent: 2 - - uid: 4267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,12.5 - parent: 2 - - uid: 4268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,12.5 - parent: 2 - - uid: 4269 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,12.5 - parent: 2 - - uid: 4270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,12.5 - parent: 2 - - uid: 4287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,19.5 - parent: 2 - - uid: 4291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,19.5 - parent: 2 - - uid: 4293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,19.5 - parent: 2 - - uid: 4295 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,19.5 - parent: 2 - - uid: 15793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,56.5 - parent: 2 - - uid: 15794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,50.5 - parent: 2 - - uid: 15796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,50.5 - parent: 2 - - uid: 15892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,50.5 - parent: 2 -- proto: BenchPewMiddle - entities: - - uid: 2700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,55.5 - parent: 2 - - uid: 2787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,49.5 - parent: 2 - - uid: 2791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,48.5 - parent: 2 - - uid: 2792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,48.5 - parent: 2 - - uid: 2793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,49.5 - parent: 2 - - uid: 2797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,49.5 - parent: 2 - - uid: 4163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,21.5 - parent: 2 - - uid: 4169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,21.5 - parent: 2 - - uid: 4170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,20.5 - parent: 2 - - uid: 4171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,21.5 - parent: 2 - - uid: 4172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,20.5 - parent: 2 - - uid: 4173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,20.5 - parent: 2 - - uid: 4174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,21.5 - parent: 2 - - uid: 4177 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,20.5 - parent: 2 - - uid: 4274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,13.5 - parent: 2 - - uid: 4275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,13.5 - parent: 2 - - uid: 4276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,14.5 - parent: 2 - - uid: 4277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,13.5 - parent: 2 - - uid: 4278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,13.5 - parent: 2 - - uid: 4279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,14.5 - parent: 2 - - uid: 4284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,14.5 - parent: 2 - - uid: 4285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,14.5 - parent: 2 - - uid: 15799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,48.5 - parent: 2 - - uid: 15808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,54.5 - parent: 2 - - uid: 15809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,55.5 - parent: 2 - - uid: 15813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,49.5 - parent: 2 - - uid: 15814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,48.5 - parent: 2 - - uid: 15886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,54.5 - parent: 2 - - uid: 15887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,55.5 - parent: 2 - - uid: 15888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,54.5 - parent: 2 - - uid: 15889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,55.5 - parent: 2 - - uid: 15890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,54.5 - parent: 2 -- proto: BenchPewRight - entities: - - uid: 2290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,22.5 - parent: 2 - - uid: 2381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,22.5 - parent: 2 - - uid: 2383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,22.5 - parent: 2 - - uid: 2783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,47.5 - parent: 2 - - uid: 2784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,47.5 - parent: 2 - - uid: 2794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,53.5 - parent: 2 - - uid: 2798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,53.5 - parent: 2 - - uid: 4273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,22.5 - parent: 2 - - uid: 4302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,15.5 - parent: 2 - - uid: 4303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,15.5 - parent: 2 - - uid: 4304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,15.5 - parent: 2 - - uid: 4305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,15.5 - parent: 2 - - uid: 15795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,47.5 - parent: 2 - - uid: 15797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,53.5 - parent: 2 - - uid: 15798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,47.5 - parent: 2 - - uid: 15800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,53.5 - parent: 2 -- proto: BenchSofaCorpLeft - entities: - - uid: 238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-48.5 - parent: 2 - - uid: 641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-10.5 - parent: 2 - - uid: 643 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 2 - - uid: 1045 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-47.5 - parent: 2 - - uid: 1072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-2.5 - parent: 2 - - uid: 1101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-20.5 - parent: 2 - - uid: 1114 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 2 - - uid: 1123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,5.5 - parent: 2 - - uid: 1176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,4.5 - parent: 2 - - uid: 1229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-7.5 - parent: 2 - - uid: 1232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-8.5 - parent: 2 - - uid: 1233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-6.5 - parent: 2 - - uid: 1236 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-9.5 - parent: 2 - - uid: 1473 - components: - - type: Transform - pos: -77.5,10.5 - parent: 2 - - uid: 1678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 2 - - uid: 1693 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,4.5 - parent: 2 - - uid: 1701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 2 - - uid: 1705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 2 - - uid: 1713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-2.5 - parent: 2 - - uid: 2559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-45.5 - parent: 2 - - uid: 2561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-46.5 - parent: 2 - - uid: 3186 - components: - - type: Transform - pos: 21.5,-35.5 - parent: 2 - - uid: 3193 - components: - - type: Transform - pos: 15.5,-35.5 - parent: 2 - - uid: 3194 - components: - - type: Transform - pos: 18.5,-35.5 - parent: 2 - - uid: 4019 - components: - - type: Transform - pos: 5.5,7.5 - parent: 2 - - uid: 4048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-43.5 - parent: 2 - - uid: 5886 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - uid: 5934 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-8.5 - parent: 2 - - uid: 12247 - components: - - type: Transform - pos: -5.5,21.5 - parent: 2 - - uid: 12298 - components: - - type: Transform - pos: 6.5,-40.5 - parent: 2 - - uid: 12960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-12.5 - parent: 2 - - uid: 12964 - components: - - type: Transform - pos: 47.5,-11.5 - parent: 2 - - uid: 13925 - components: - - type: Transform - pos: 6.5,42.5 - parent: 2 - - uid: 13926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,35.5 - parent: 2 - - uid: 14168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,51.5 - parent: 2 - - uid: 15155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-43.5 - parent: 2 - - uid: 15533 - components: - - type: Transform - pos: -8.5,71.5 - parent: 2 - - uid: 16310 - components: - - type: Transform - pos: -19.5,59.5 - parent: 2 - - uid: 19569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,76.5 - parent: 2 - - uid: 19570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,76.5 - parent: 2 - - uid: 19571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,76.5 - parent: 2 - - uid: 19580 - components: - - type: Transform - pos: 8.5,75.5 - parent: 2 - - uid: 19581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,76.5 - parent: 2 - - uid: 19582 - components: - - type: Transform - pos: -7.5,75.5 - parent: 2 - - uid: 19584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,76.5 - parent: 2 - - uid: 19585 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,76.5 - parent: 2 - - uid: 19587 - components: - - type: Transform - pos: 0.5,75.5 - parent: 2 - - uid: 19593 - components: - - type: Transform - pos: -4.5,75.5 - parent: 2 - - uid: 19594 - components: - - type: Transform - pos: 3.5,75.5 - parent: 2 - - uid: 19595 - components: - - type: Transform - pos: 11.5,75.5 - parent: 2 - - uid: 21932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-26.5 - parent: 2 - - uid: 21943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-28.5 - parent: 2 - - uid: 30030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,18.5 - parent: 2 - - uid: 30220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,17.5 - parent: 2 - - uid: 30264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,18.5 - parent: 2 - - uid: 30271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,4.5 - parent: 2 - - uid: 30279 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - - uid: 30347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,12.5 - parent: 2 - - uid: 30492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,49.5 - parent: 2 - - uid: 30502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,68.5 - parent: 2 - - uid: 30529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,18.5 - parent: 2 - - uid: 30576 - components: - - type: Transform - pos: -36.5,-13.5 - parent: 2 - - uid: 30658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-12.5 - parent: 2 - - uid: 31119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,18.5 - parent: 2 - - uid: 31120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-16.5 - parent: 2 - - uid: 32582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,64.5 - parent: 2 -- proto: BenchSofaCorpMiddle - entities: - - uid: 1694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,5.5 - parent: 2 - - uid: 1700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 2 - - uid: 1704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 2 - - uid: 14166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,49.5 - parent: 2 - - uid: 14167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,50.5 - parent: 2 - - uid: 16393 - components: - - type: Transform - pos: -9.5,71.5 - parent: 2 - - uid: 17811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,18.5 - parent: 2 - - uid: 20926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-16.5 - parent: 2 - - uid: 23490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,17.5 - parent: 2 - - uid: 30261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,18.5 - parent: 2 - - uid: 30266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-3.5 - parent: 2 - - uid: 30494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,50.5 - parent: 2 - - uid: 30598 - components: - - type: Transform - pos: -37.5,-13.5 - parent: 2 - - uid: 30659 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-12.5 - parent: 2 - - uid: 31115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,5.5 - parent: 2 - - uid: 31116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,17.5 - parent: 2 -- proto: BenchSofaCorpRight - entities: - - uid: 28 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-45.5 - parent: 2 - - uid: 644 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-10.5 - parent: 2 - - uid: 865 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - - uid: 1098 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 2 - - uid: 1145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,5.5 - parent: 2 - - uid: 1230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-8.5 - parent: 2 - - uid: 1231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-7.5 - parent: 2 - - uid: 1234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-6.5 - parent: 2 - - uid: 1235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-9.5 - parent: 2 - - uid: 1331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-47.5 - parent: 2 - - uid: 1393 - components: - - type: Transform - pos: -78.5,10.5 - parent: 2 - - uid: 1471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-43.5 - parent: 2 - - uid: 1561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-46.5 - parent: 2 - - uid: 1691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 2 - - uid: 1695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 2 - - uid: 1702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 2 - - uid: 1703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 2 - - uid: 1714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-2.5 - parent: 2 - - uid: 2629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-48.5 - parent: 2 - - uid: 3190 - components: - - type: Transform - pos: 20.5,-35.5 - parent: 2 - - uid: 3191 - components: - - type: Transform - pos: 14.5,-35.5 - parent: 2 - - uid: 3192 - components: - - type: Transform - pos: 17.5,-35.5 - parent: 2 - - uid: 3299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-7.5 - parent: 2 - - uid: 3423 - components: - - type: Transform - pos: -10.5,71.5 - parent: 2 - - uid: 5767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-19.5 - parent: 2 - - uid: 6266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,67.5 - parent: 2 - - uid: 6814 - components: - - type: Transform - pos: -6.5,21.5 - parent: 2 - - uid: 8232 - components: - - type: Transform - pos: 4.5,7.5 - parent: 2 - - uid: 8324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-25.5 - parent: 2 - - uid: 11338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-27.5 - parent: 2 - - uid: 12959 - components: - - type: Transform - pos: 46.5,-11.5 - parent: 2 - - uid: 12965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-13.5 - parent: 2 - - uid: 13869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,6.5 - parent: 2 - - uid: 13924 - components: - - type: Transform - pos: 5.5,42.5 - parent: 2 - - uid: 13927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,35.5 - parent: 2 - - uid: 14165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,48.5 - parent: 2 - - uid: 15217 - components: - - type: Transform - pos: -20.5,59.5 - parent: 2 - - uid: 19572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,76.5 - parent: 2 - - uid: 19573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,76.5 - parent: 2 - - uid: 19574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,76.5 - parent: 2 - - uid: 19575 - components: - - type: Transform - pos: 2.5,75.5 - parent: 2 - - uid: 19577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,76.5 - parent: 2 - - uid: 19583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,76.5 - parent: 2 - - uid: 19586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,76.5 - parent: 2 - - uid: 19590 - components: - - type: Transform - pos: 10.5,75.5 - parent: 2 - - uid: 19592 - components: - - type: Transform - pos: -5.5,75.5 - parent: 2 - - uid: 19596 - components: - - type: Transform - pos: -0.5,75.5 - parent: 2 - - uid: 19597 - components: - - type: Transform - pos: 7.5,75.5 - parent: 2 - - uid: 19599 - components: - - type: Transform - pos: -8.5,75.5 - parent: 2 - - uid: 19742 - components: - - type: Transform - pos: -39.5,-10.5 - parent: 2 - - uid: 21068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-16.5 - parent: 2 - - uid: 22806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-4.5 - parent: 2 - - uid: 23326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-43.5 - parent: 2 - - uid: 23327 - components: - - type: Transform - pos: 5.5,-40.5 - parent: 2 - - uid: 29833 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,16.5 - parent: 2 - - uid: 30269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,17.5 - parent: 2 - - uid: 30348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,13.5 - parent: 2 - - uid: 30493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,51.5 - parent: 2 - - uid: 30528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,18.5 - parent: 2 - - uid: 30599 - components: - - type: Transform - pos: -38.5,-13.5 - parent: 2 - - uid: 30660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-12.5 - parent: 2 - - uid: 31114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,18.5 - parent: 2 - - uid: 31478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 2 - - uid: 32581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,63.5 - parent: 2 - - uid: 34969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,18.5 - parent: 2 -- proto: BenchSofaLeft - entities: - - uid: 7541 - components: - - type: Transform - pos: 83.5,59.5 - parent: 2 - - uid: 19412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,4.5 - parent: 2 -- proto: BenchSofaRight - entities: - - uid: 19410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,3.5 - parent: 2 - - uid: 36392 - components: - - type: Transform - pos: 82.5,59.5 - parent: 2 -- proto: BenchSteelLeft - entities: - - uid: 29362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,54.5 - parent: 2 -- proto: BenchSteelMiddle - entities: - - uid: 29365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,54.5 - parent: 2 -- proto: BenchSteelRight - entities: - - uid: 29364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,54.5 - parent: 2 -- proto: BenchSteelWhiteLeft - entities: - - uid: 2414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-31.5 - parent: 2 - - uid: 2417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-31.5 - parent: 2 - - uid: 3125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-28.5 - parent: 2 - - uid: 3126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-28.5 - parent: 2 - - uid: 5177 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-22.5 - parent: 2 - - uid: 5178 - components: - - type: Transform - pos: 59.5,-3.5 - parent: 2 - - uid: 5181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-27.5 - parent: 2 - - uid: 5187 - components: - - type: Transform - pos: 67.5,-3.5 - parent: 2 -- proto: BenchSteelWhiteMiddle - entities: - - uid: 2415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-30.5 - parent: 2 - - uid: 3300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-30.5 - parent: 2 - - uid: 3308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-30.5 - parent: 2 - - uid: 3325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-29.5 - parent: 2 - - uid: 3368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-29.5 - parent: 2 - - uid: 3370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-29.5 - parent: 2 - - uid: 3371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-30.5 - parent: 2 - - uid: 3391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-29.5 - parent: 2 - - uid: 5179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-27.5 - parent: 2 - - uid: 5182 - components: - - type: Transform - pos: 60.5,-3.5 - parent: 2 - - uid: 5183 - components: - - type: Transform - pos: 61.5,-3.5 - parent: 2 - - uid: 5184 - components: - - type: Transform - pos: 68.5,-3.5 - parent: 2 - - uid: 5185 - components: - - type: Transform - pos: 69.5,-3.5 - parent: 2 -- proto: BenchSteelWhiteRight - entities: - - uid: 3132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-28.5 - parent: 2 - - uid: 3330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-31.5 - parent: 2 - - uid: 3332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-28.5 - parent: 2 - - uid: 3388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-31.5 - parent: 2 - - uid: 5167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-21.5 - parent: 2 - - uid: 5168 - components: - - type: Transform - pos: 62.5,-3.5 - parent: 2 - - uid: 5180 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-27.5 - parent: 2 - - uid: 5186 - components: - - type: Transform - pos: 70.5,-3.5 - parent: 2 -- proto: BikeHorn - entities: - - uid: 5537 - components: - - type: Transform - pos: -79.03031,3.7260756 - parent: 2 - - uid: 17784 - components: - - type: Transform - pos: -79.319374,3.7260756 - parent: 2 - - uid: 19434 - components: - - type: Transform - pos: -79.56535,3.6906705 - parent: 2 -- proto: BiomassReclaimer - entities: - - uid: 1342 - components: - - type: Transform - pos: 30.5,13.5 - parent: 2 - - uid: 1357 - components: - - type: Transform - pos: 29.5,13.5 - parent: 2 -- proto: BiomassReclaimerMachineCircuitboard - entities: - - uid: 35814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.615856,27.613655 - parent: 2 -- proto: BirdToyInstrument - entities: - - uid: 9518 - components: - - type: Transform - pos: -72.38812,0.47690368 - parent: 2 -- proto: BlastDoor - entities: - - uid: 712 - components: - - type: Transform - pos: -33.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9074 - - uid: 1523 - components: - - type: Transform - pos: 44.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 12930 - - 9098 - - uid: 4187 - components: - - type: Transform - pos: 45.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9098 - - 12930 - - uid: 4191 - components: - - type: Transform - pos: 39.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8740 - - 12929 - - uid: 4196 - components: - - type: Transform - pos: 46.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9098 - - 12930 - - uid: 4201 - components: - - type: Transform - pos: 40.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8740 - - 12929 - - uid: 4222 - components: - - type: Transform - pos: 38.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8740 - - 12929 - - uid: 16629 - components: - - type: Transform - pos: -51.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8936 - - uid: 16671 - components: - - type: Transform - pos: -47.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8936 - - uid: 16703 - components: - - type: Transform - pos: -29.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9074 - - uid: 22287 - components: - - type: Transform - pos: 4.5,62.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22295 - - uid: 22293 - components: - - type: Transform - pos: 4.5,58.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22295 - - uid: 22608 - components: - - type: Transform - pos: 51.5,49.5 - parent: 2 - - uid: 26695 - components: - - type: Transform - pos: -52.5,-49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8936 - - uid: 26800 - components: - - type: Transform - pos: -52.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6742 -- proto: BlastDoorOpen - entities: - - uid: 9253 - components: - - type: Transform - pos: 37.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9223 - - uid: 9257 - components: - - type: Transform - pos: 47.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 2512 - - uid: 14111 - components: - - type: Transform - pos: 23.5,44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17793 - - uid: 15042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,56.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,55.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15049 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,55.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,54.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,53.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 19938 - - uid: 15057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,59.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,59.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,58.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,58.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,59.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,59.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,58.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,58.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 15127 - - uid: 15070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15127 - - uid: 15071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15127 - - uid: 15072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15127 - - uid: 15075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,53.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15119 - - uid: 15078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17791 - - uid: 15079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17791 - - uid: 15080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17791 - - uid: 15081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,37.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17791 - - uid: 15082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17791 - - uid: 15083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17791 - - uid: 15084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,37.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,37.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15090 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17792 - - uid: 15091 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,42.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17793 - - uid: 15092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,42.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17793 - - uid: 15093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17793 - - uid: 15094 - components: - - type: Transform - pos: 22.5,44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17793 - - uid: 15096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15119 - - 17793 - - uid: 15097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15119 - - 17793 - - uid: 15123 - components: - - type: Transform - pos: 27.5,53.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15119 - - uid: 19385 - components: - - type: Transform - pos: -26.5,43.5 - parent: 2 - - uid: 19386 - components: - - type: Transform - pos: -25.5,43.5 - parent: 2 - - uid: 19387 - components: - - type: Transform - pos: -24.5,43.5 - parent: 2 - - uid: 23712 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 28714 - - uid: 29390 - components: - - type: Transform - pos: -57.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 28714 - - uid: 29636 - components: - - type: Transform - pos: -56.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 28714 - - uid: 29746 - components: - - type: Transform - pos: 85.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 29750 - - 29772 - - uid: 29768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,60.5 - parent: 2 - - type: DeviceLinkSink - links: - - 29774 - - 29775 - - uid: 31417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 28714 - - uid: 31446 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 28714 -- proto: BlockGameArcade - entities: - - uid: 424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,61.5 - parent: 2 -- proto: Bloodpack - entities: - - uid: 7811 - components: - - type: Transform - pos: 7.267189,-7.306482 - parent: 2 - - uid: 23344 - components: - - type: Transform - pos: -16.422037,-0.4027381 - parent: 2 - - uid: 23364 - components: - - type: Transform - pos: -29.394693,-0.3324256 - parent: 2 -- proto: BoardGameSpawner - entities: - - uid: 803 - components: - - type: Transform - pos: 53.5,30.5 - parent: 2 - - uid: 1638 - components: - - type: Transform - pos: -5.5,12.5 - parent: 2 - - uid: 1639 - components: - - type: Transform - pos: -2.5,13.5 - parent: 2 - - uid: 21072 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 2 - - uid: 21102 - components: - - type: Transform - pos: -45.5,26.5 - parent: 2 -- proto: BodyBag_Folded - entities: - - uid: 1376 - components: - - type: Transform - pos: 31.875422,9.738234 - parent: 2 - - uid: 1377 - components: - - type: Transform - pos: 32.121513,9.855421 - parent: 2 - - uid: 1378 - components: - - type: Transform - pos: 31.723078,9.972609 - parent: 2 - - uid: 1410 - components: - - type: Transform - pos: 19.470509,3.3589706 - parent: 2 - - uid: 1411 - components: - - type: Transform - pos: 19.622852,3.112877 - parent: 2 - - uid: 7736 - components: - - type: Transform - pos: 71.329605,30.886026 - parent: 2 - - uid: 15506 - components: - - type: Transform - pos: -36.3163,29.611282 - parent: 2 - - uid: 15507 - components: - - type: Transform - pos: -36.34755,29.908157 - parent: 2 - - uid: 25062 - components: - - type: Transform - pos: 71.44679,30.686808 - parent: 2 - - uid: 25066 - components: - - type: Transform - pos: 71.65773,30.897745 - parent: 2 -- proto: Bonfire - entities: - - uid: 5136 - components: - - type: Transform - pos: 65.5,-9.5 - parent: 2 - - uid: 7032 - components: - - type: Transform - pos: -28.5,-35.5 - parent: 2 -- proto: BookChefGaming - entities: - - uid: 23459 - components: - - type: Transform - pos: -49.363445,-8.317079 - parent: 2 - - uid: 25052 - components: - - type: Transform - pos: -49.557533,-8.433976 - parent: 2 -- proto: BookIanArctic - entities: - - uid: 4453 - components: - - type: Transform - pos: 13.509313,-5.401567 - parent: 2 -- proto: BookIanMountain - entities: - - uid: 4432 - components: - - type: Transform - pos: 13.321813,-5.202348 - parent: 2 -- proto: BooksBag - entities: - - uid: 6086 - components: - - type: Transform - pos: 52.3559,27.7039 - parent: 2 -- proto: BookshelfFilled - entities: - - uid: 39 - components: - - type: Transform - pos: 57.5,28.5 - parent: 2 - - uid: 608 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 2 - - uid: 613 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 2 - - uid: 616 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 2 - - uid: 617 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 2 - - uid: 676 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 2 - - uid: 686 - components: - - type: Transform - pos: -29.5,-7.5 - parent: 2 - - uid: 1554 - components: - - type: Transform - pos: -27.5,-7.5 - parent: 2 - - uid: 1958 - components: - - type: Transform - pos: 11.5,30.5 - parent: 2 - - uid: 2342 - components: - - type: Transform - pos: -22.5,59.5 - parent: 2 - - uid: 2361 - components: - - type: Transform - pos: -21.5,59.5 - parent: 2 - - uid: 2363 - components: - - type: Transform - pos: -7.5,61.5 - parent: 2 - - uid: 4016 - components: - - type: Transform - pos: 42.5,26.5 - parent: 2 - - uid: 4064 - components: - - type: Transform - pos: 59.5,28.5 - parent: 2 - - uid: 4066 - components: - - type: Transform - pos: 60.5,28.5 - parent: 2 - - uid: 4067 - components: - - type: Transform - pos: 60.5,30.5 - parent: 2 - - uid: 4081 - components: - - type: Transform - pos: 58.5,28.5 - parent: 2 - - uid: 4083 - components: - - type: Transform - pos: 58.5,30.5 - parent: 2 - - uid: 4225 - components: - - type: Transform - pos: 57.5,26.5 - parent: 2 - - uid: 4370 - components: - - type: Transform - pos: 59.5,30.5 - parent: 2 - - uid: 4449 - components: - - type: Transform - pos: -6.5,61.5 - parent: 2 - - uid: 4489 - components: - - type: Transform - pos: 57.5,30.5 - parent: 2 - - uid: 4520 - components: - - type: Transform - pos: 58.5,26.5 - parent: 2 - - uid: 5480 - components: - - type: Transform - pos: 43.5,26.5 - parent: 2 - - uid: 5481 - components: - - type: Transform - pos: 44.5,26.5 - parent: 2 - - uid: 5578 - components: - - type: Transform - pos: 59.5,26.5 - parent: 2 - - uid: 5579 - components: - - type: Transform - pos: 60.5,26.5 - parent: 2 - - uid: 6610 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 2 - - uid: 6611 - components: - - type: Transform - pos: -26.5,-18.5 - parent: 2 - - uid: 9333 - components: - - type: Transform - pos: -28.5,-7.5 - parent: 2 - - uid: 14027 - components: - - type: Transform - pos: 24.5,52.5 - parent: 2 - - uid: 15073 - components: - - type: Transform - pos: 26.5,52.5 - parent: 2 - - uid: 15756 - components: - - type: Transform - pos: -11.5,26.5 - parent: 2 - - uid: 15757 - components: - - type: Transform - pos: -10.5,26.5 - parent: 2 - - uid: 18014 - components: - - type: Transform - pos: -8.5,61.5 - parent: 2 -- proto: BoozeDispenser - entities: - - uid: 3848 - components: - - type: Transform - pos: 10.5,54.5 - parent: 2 - - uid: 5750 - components: - - type: Transform - pos: 18.5,-27.5 - parent: 2 - - uid: 33657 - components: - - type: Transform - pos: -43.5,67.5 - parent: 2 -- proto: BorgCharger - entities: - - uid: 866 - components: - - type: Transform - pos: 6.5,0.5 - parent: 2 - - 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: 6323 - components: - - type: Transform - pos: -0.5,47.5 - parent: 2 - - uid: 9299 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 2 - - uid: 19976 - components: - - type: Transform - pos: 43.5,44.5 - parent: 2 - - uid: 22577 - components: - - type: Transform - pos: 74.5,-18.5 - parent: 2 - - uid: 30651 - components: - - type: Transform - pos: 42.5,-24.5 - parent: 2 - - uid: 34974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,29.5 - parent: 2 - - uid: 35810 - components: - - type: Transform - pos: 29.5,7.5 - parent: 2 -- proto: BorgChargerCircuitboard - entities: - - uid: 35815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.608044,27.465218 - parent: 2 -- proto: BoxBeaker - entities: - - uid: 1570 - components: - - type: Transform - pos: 33.82346,7.8449078 - parent: 2 - - uid: 5218 - components: - - type: Transform - pos: 42.69885,40.389374 - parent: 2 - - uid: 5274 - components: - - type: Transform - pos: 26.526403,30.16116 - parent: 2 -- proto: BoxBeanbag - entities: - - uid: 5758 - components: - - type: Transform - pos: 21.531042,-23.255095 - parent: 2 - - uid: 28980 - components: - - type: Transform - pos: -23.633635,46.4414 - parent: 2 -- proto: BoxBodyBag - entities: - - uid: 1380 - components: - - type: Transform - pos: 33.565647,7.4620953 - parent: 2 - - uid: 4062 - components: - - type: Transform - pos: 48.25832,44.607437 - parent: 2 - - uid: 15505 - components: - - type: Transform - pos: -36.7538,29.705032 - parent: 2 -- proto: BoxBottle - entities: - - uid: 5272 - components: - - type: Transform - pos: 26.24058,30.06741 - parent: 2 - - uid: 5273 - components: - - type: Transform - pos: 42.52156,40.685276 - parent: 2 -- proto: BoxColoredLighttube - entities: - - uid: 6927 - components: - - type: Transform - pos: -17.250168,-25.645372 - parent: 2 -- proto: BoxFlare - entities: - - uid: 6074 - components: - - type: Transform - pos: 21.738016,27.014511 - parent: 2 -- proto: BoxFlashbang - entities: - - uid: 16517 - components: - - type: Transform - pos: -19.307251,45.675285 - parent: 2 -- proto: BoxFolderBlack - entities: - - uid: 1371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.548372,-9.390477 - parent: 2 - - uid: 1556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.329622,-9.281102 - parent: 2 - - uid: 29827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.549706,54.535995 - parent: 2 -- proto: BoxFolderBlue - entities: - - uid: 1974 - components: - - type: Transform - pos: 4.678361,30.31601 - parent: 2 - - uid: 2084 - components: - - type: Transform - pos: -17.411789,-9.305838 - parent: 2 - - uid: 2085 - components: - - type: Transform - pos: -21.700851,-9.352713 - parent: 2 - - uid: 2544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.622833,46.63146 - parent: 2 - - uid: 2639 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.571444,51.824425 - parent: 2 - - uid: 5684 - components: - - type: Transform - pos: 26.666578,30.836124 - parent: 2 - - uid: 13928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.559872,41.510433 - parent: 2 - - uid: 14284 - components: - - type: Transform - pos: 12.142567,43.605385 - parent: 2 -- proto: BoxFolderGrey - entities: - - uid: 36135 - components: - - type: Transform - pos: -14.601701,59.650887 - parent: 2 -- proto: BoxFolderRed - entities: - - uid: 3600 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.868927,46.549427 - parent: 2 - - uid: 5683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.798252,25.56962 - parent: 2 - - uid: 8062 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.35477,37.65221 - parent: 2 - - uid: 9048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.54395,37.636585 - parent: 2 - - uid: 9660 - components: - - type: Transform - pos: -12.118159,28.51305 - parent: 2 - - uid: 15504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.34526,35.124813 - parent: 2 - - uid: 15577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.696613,27.526642 - parent: 2 - - uid: 15730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.491861,41.6366 - parent: 2 - - uid: 15759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.4797015,25.516685 - parent: 2 - - uid: 15782 - components: - - type: Transform - pos: -8.237249,32.509594 - parent: 2 - - uid: 16626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.418318,59.00392 - parent: 2 - - uid: 18144 - components: - - type: Transform - pos: -20.399925,62.64608 - parent: 2 - - uid: 30250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.54279,25.26798 - parent: 2 -- proto: BoxFolderWhite - entities: - - uid: 5586 - components: - - type: Transform - pos: 52.645294,27.933067 - parent: 2 -- proto: BoxFolderYellow - entities: - - uid: 3628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.48221,46.959583 - parent: 2 - - uid: 6579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.353495,-20.339878 - parent: 2 - - uid: 6580 - components: - - type: Transform - pos: -15.146463,-22.48441 - parent: 2 - - uid: 6863 - components: - - type: Transform - pos: -28.039324,-23.280666 - parent: 2 - - uid: 8830 - components: - - type: Transform - pos: -58.142708,13.665349 - parent: 2 - - uid: 8831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.470833,17.446598 - parent: 2 - - uid: 13268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.57434,12.654488 - parent: 2 - - uid: 13316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.66809,15.138863 - parent: 2 - - uid: 35855 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.3979,14.140585 - parent: 2 -- proto: BoxForensicPad - entities: - - uid: 17980 - components: - - type: Transform - pos: -24.296492,42.006573 - parent: 2 -- proto: BoxHandcuff - entities: - - uid: 16510 - components: - - type: Transform - pos: -19.697876,45.800285 - parent: 2 -- proto: BoxingBell - entities: - - uid: 5985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-27.5 - parent: 2 -- proto: BoxLatexGloves - entities: - - uid: 2124 - components: - - type: Transform - pos: 34.284397,7.4699078 - parent: 2 -- proto: BoxLethalshot - entities: - - uid: 28975 - components: - - type: Transform - pos: -23.3003,46.71223 - parent: 2 -- proto: BoxLightMixed - entities: - - uid: 18535 - components: - - type: Transform - pos: -40.512363,24.716463 - parent: 2 -- proto: BoxLighttube - entities: - - uid: 1983 - components: - - type: Transform - pos: -17.234543,-25.223497 - parent: 2 - - uid: 18533 - components: - - type: Transform - pos: -41.606113,24.763338 - parent: 2 -- proto: BoxMagazinePistolHighCapacityPractice - entities: - - uid: 10566 - components: - - type: Transform - pos: -33.62954,38.74255 - parent: 2 -- proto: BoxMagazinePistolPractice - entities: - - uid: 10347 - components: - - type: Transform - pos: -33.363914,38.4613 - parent: 2 -- proto: BoxMagazinePistolSubMachineGun - entities: - - uid: 28979 - components: - - type: Transform - pos: -25.661413,46.38584 - parent: 2 -- proto: BoxMagazinePistolSubMachineGunPractice - entities: - - uid: 4455 - components: - - type: Transform - pos: -25.31419,46.6914 - parent: 2 - - uid: 9690 - components: - - type: Transform - pos: -33.587025,38.24255 - parent: 2 -- proto: BoxMaintenanceLightbulb - entities: - - uid: 6929 - components: - - type: Transform - pos: -17.63298,-25.41881 - parent: 2 -- proto: BoxMousetrap - entities: - - uid: 22442 - components: - - type: Transform - pos: -40.634743,24.830938 - parent: 2 - - uid: 22443 - components: - - type: Transform - pos: 35.682877,-0.2850566 - parent: 2 - - uid: 22446 - components: - - type: Transform - pos: -62.527683,-9.424064 - parent: 2 -- proto: BoxMouthSwab - entities: - - uid: 998 - components: - - type: Transform - pos: 33.253147,7.8214703 - parent: 2 -- proto: BoxPillCanister - entities: - - uid: 1572 - components: - - type: Transform - pos: 34.26096,7.8839703 - parent: 2 -- proto: BoxShotgunPractice - entities: - - uid: 17014 - components: - - type: Transform - pos: -33.588364,39.797077 - parent: 2 -- proto: BoxSterileMask - entities: - - uid: 1038 - components: - - type: Transform - pos: 34.800022,7.8449078 - parent: 2 -- proto: BoxSyringe - entities: - - uid: 1571 - components: - - type: Transform - pos: 34.768772,7.4542828 - parent: 2 - - uid: 5734 - components: - - type: Transform - pos: 26.533548,29.86819 - parent: 2 -- proto: BoxTrashbag - entities: - - uid: 16667 - components: - - type: Transform - pos: -36.65377,12.904733 - parent: 2 - - uid: 16668 - components: - - type: Transform - pos: -36.90377,12.467233 - parent: 2 - - uid: 18522 - components: - - type: Transform - pos: -40.606113,22.528963 - parent: 2 - - uid: 18523 - components: - - type: Transform - pos: -40.356113,22.122713 - parent: 2 -- proto: BoxZiptie - entities: - - uid: 19402 - components: - - type: Transform - pos: -10.631582,42.77923 - parent: 2 -- proto: BrbSign - entities: - - uid: 1948 - components: - - type: Transform - pos: 7.2711744,26.512077 - parent: 2 - - uid: 5576 - components: - - type: Transform - pos: 28.979942,25.475557 - parent: 2 - - uid: 6581 - components: - - type: Transform - pos: -15.580057,-22.449253 - parent: 2 - - uid: 6583 - components: - - type: Transform - pos: -8.487982,-22.449253 - parent: 2 - - uid: 8832 - components: - - type: Transform - pos: -49.31803,13.539022 - parent: 2 - - uid: 8833 - components: - - type: Transform - pos: -46.455208,16.587223 - parent: 2 - - uid: 13096 - components: - - type: Transform - pos: -1.4089859,-32.930393 - parent: 2 - - uid: 13097 - components: - - type: Transform - pos: -3.846486,-34.38352 - parent: 2 - - uid: 14181 - components: - - type: Transform - pos: 13.606747,41.52606 - parent: 2 -- proto: BriefcaseBrown - entities: - - uid: 9331 - components: - - type: Transform - pos: -32.612495,33.706814 - parent: 2 - - uid: 19375 - components: - - type: Transform - pos: -5.7113194,59.69308 - parent: 2 -- proto: BrigTimer - entities: - - uid: 22619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,31.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15409: - - Start: Close - - Timer: AutoClose - - Timer: Open - 15453: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 22620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,31.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15455: - - Start: Close - - Timer: AutoClose - - Timer: Open - 15457: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 22621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,27.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15389: - - Start: Close - - Timer: AutoClose - - Timer: Open - 15363: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 22622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,27.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15388: - - Start: Close - - Timer: AutoClose - - Timer: Open - 15362: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 22629 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,65.5 - parent: 2 -- proto: BrokenBottle - entities: - - uid: 5377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.948177,54.21262 - parent: 2 - - uid: 6999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.60816,-33.617603 - parent: 2 - - uid: 7000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.670662,-33.430103 - parent: 2 - - uid: 7001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.959723,-37.519947 - parent: 2 - - uid: 7002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.440191,-38.492603 - parent: 2 - - uid: 7003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.948004,-38.281666 - parent: 2 - - uid: 7004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.615973,-30.945728 - parent: 2 -- proto: Brutepack - entities: - - uid: 7794 - components: - - type: Transform - pos: 12.795097,-11.247698 - parent: 2 - - uid: 13085 - components: - - type: Transform - pos: 4.66723,-31.36642 - parent: 2 -- proto: Bucket - entities: - - uid: 6301 - components: - - type: Transform - pos: 39.912582,13.351804 - parent: 2 - - uid: 7508 - components: - - type: Transform - pos: -53.66643,0.9027996 - parent: 2 - - uid: 7697 - components: - - type: Transform - pos: -53.400806,0.7152996 - parent: 2 - - uid: 18157 - components: - - type: Transform - pos: -29.618675,61.80233 - parent: 2 - - uid: 18158 - components: - - type: Transform - pos: -29.3218,61.61483 - parent: 2 - - uid: 18433 - components: - - type: Transform - pos: -51.494556,0.7309246 - parent: 2 - - uid: 25188 - components: - - type: Transform - pos: -26.036861,-4.9783325 - parent: 2 - - uid: 34121 - components: - - type: Transform - pos: -23.343803,58.480377 - parent: 2 -- proto: CableApcExtension - entities: - - uid: 88 - components: - - type: Transform - pos: -48.5,7.5 - parent: 2 - - uid: 156 - components: - - type: Transform - pos: -42.5,26.5 - parent: 2 - - uid: 192 - components: - - type: Transform - pos: -45.5,-30.5 - parent: 2 - - uid: 249 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 281 - components: - - type: Transform - pos: -48.5,-47.5 - parent: 2 - - uid: 303 - components: - - type: Transform - pos: -104.5,30.5 - parent: 2 - - uid: 304 - components: - - type: Transform - pos: -103.5,30.5 - parent: 2 - - uid: 305 - components: - - type: Transform - pos: -26.5,5.5 - parent: 2 - - uid: 386 - components: - - type: Transform - pos: -35.5,53.5 - parent: 2 - - uid: 416 - components: - - type: Transform - pos: 22.5,25.5 - parent: 2 - - uid: 426 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 2 - - uid: 442 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 2 - - uid: 444 - components: - - type: Transform - pos: -64.5,-7.5 - parent: 2 - - uid: 445 - components: - - type: Transform - pos: -64.5,-8.5 - parent: 2 - - uid: 446 - components: - - type: Transform - pos: -64.5,-9.5 - parent: 2 - - uid: 447 - components: - - type: Transform - pos: -64.5,-6.5 - parent: 2 - - uid: 449 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 2 - - uid: 451 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 2 - - uid: 452 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 2 - - uid: 453 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 2 - - uid: 454 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 2 - - uid: 455 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 2 - - uid: 462 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 2 - - uid: 463 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 2 - - uid: 468 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 2 - - uid: 469 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 2 - - uid: 470 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 2 - - uid: 471 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 472 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 473 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 2 - - uid: 551 - components: - - type: Transform - pos: -64.5,-5.5 - parent: 2 - - uid: 638 - components: - - type: Transform - pos: -64.5,-10.5 - parent: 2 - - uid: 639 - components: - - type: Transform - pos: -64.5,-11.5 - parent: 2 - - uid: 642 - components: - - type: Transform - pos: -63.5,-11.5 - parent: 2 - - uid: 646 - components: - - type: Transform - pos: -35.5,30.5 - parent: 2 - - uid: 651 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 655 - components: - - type: Transform - pos: -35.5,31.5 - parent: 2 - - uid: 659 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 661 - components: - - type: Transform - pos: -61.5,-23.5 - parent: 2 - - uid: 662 - components: - - type: Transform - pos: -61.5,-22.5 - parent: 2 - - uid: 663 - components: - - type: Transform - pos: -61.5,-20.5 - parent: 2 - - uid: 667 - components: - - type: Transform - pos: -61.5,-21.5 - parent: 2 - - uid: 668 - components: - - type: Transform - pos: -61.5,-18.5 - parent: 2 - - uid: 671 - components: - - type: Transform - pos: -61.5,-19.5 - parent: 2 - - uid: 672 - components: - - type: Transform - pos: -61.5,-17.5 - parent: 2 - - uid: 678 - components: - - type: Transform - pos: -61.5,-16.5 - parent: 2 - - uid: 683 - components: - - type: Transform - pos: -64.5,-4.5 - parent: 2 - - uid: 748 - components: - - type: Transform - pos: -61.5,-13.5 - parent: 2 - - uid: 823 - components: - - type: Transform - pos: -96.5,-9.5 - parent: 2 - - uid: 828 - components: - - type: Transform - pos: -61.5,-14.5 - parent: 2 - - uid: 831 - components: - - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 930 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 2 - - uid: 935 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 2 - - uid: 940 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 2 - - uid: 1110 - components: - - type: Transform - pos: 10.5,52.5 - parent: 2 - - uid: 1117 - components: - - type: Transform - pos: -32.5,-41.5 - parent: 2 - - uid: 1243 - components: - - type: Transform - pos: 32.5,-5.5 - parent: 2 - - uid: 1525 - components: - - type: Transform - pos: 8.5,52.5 - parent: 2 - - uid: 1526 - components: - - type: Transform - pos: -107.5,11.5 - parent: 2 - - uid: 1541 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 1542 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 2 - - uid: 1543 - components: - - type: Transform - pos: 1.5,-35.5 - parent: 2 - - uid: 1557 - components: - - type: Transform - pos: -72.5,17.5 - parent: 2 - - uid: 1558 - components: - - type: Transform - pos: -57.5,-15.5 - parent: 2 - - uid: 1559 - components: - - type: Transform - pos: -72.5,18.5 - parent: 2 - - uid: 1648 - components: - - type: Transform - pos: 33.5,-5.5 - parent: 2 - - uid: 1651 - components: - - type: Transform - pos: 34.5,-5.5 - parent: 2 - - uid: 1688 - components: - - type: Transform - pos: -56.5,-15.5 - parent: 2 - - uid: 1739 - components: - - type: Transform - pos: -55.5,-15.5 - parent: 2 - - uid: 1747 - components: - - type: Transform - pos: -61.5,-24.5 - parent: 2 - - uid: 1888 - components: - - type: Transform - pos: -61.5,-25.5 - parent: 2 - - uid: 1902 - components: - - type: Transform - pos: -61.5,-27.5 - parent: 2 - - uid: 1976 - components: - - type: Transform - pos: 9.5,52.5 - parent: 2 - - uid: 1996 - components: - - type: Transform - pos: 39.5,40.5 - parent: 2 - - uid: 2005 - components: - - type: Transform - pos: -61.5,-26.5 - parent: 2 - - uid: 2042 - components: - - type: Transform - pos: -16.5,39.5 - parent: 2 - - uid: 2060 - components: - - type: Transform - pos: -61.5,-29.5 - parent: 2 - - uid: 2068 - components: - - type: Transform - pos: -17.5,39.5 - parent: 2 - - uid: 2074 - components: - - type: Transform - pos: -61.5,-28.5 - parent: 2 - - uid: 2078 - components: - - type: Transform - pos: -61.5,-31.5 - parent: 2 - - uid: 2080 - components: - - type: Transform - pos: -61.5,-30.5 - parent: 2 - - uid: 2083 - components: - - type: Transform - pos: -52.5,41.5 - parent: 2 - - uid: 2089 - components: - - type: Transform - pos: 10.5,53.5 - parent: 2 - - uid: 2090 - components: - - type: Transform - pos: -55.5,-31.5 - parent: 2 - - uid: 2179 - components: - - type: Transform - pos: -48.5,30.5 - parent: 2 - - uid: 2287 - components: - - type: Transform - pos: -40.5,56.5 - parent: 2 - - uid: 2331 - components: - - type: Transform - pos: 80.5,56.5 - parent: 2 - - uid: 2364 - components: - - type: Transform - pos: 5.5,7.5 - parent: 2 - - uid: 2372 - components: - - type: Transform - pos: -13.5,58.5 - parent: 2 - - uid: 2378 - components: - - type: Transform - pos: -55.5,44.5 - parent: 2 - - uid: 2410 - components: - - type: Transform - pos: -81.5,-6.5 - parent: 2 - - uid: 2428 - components: - - type: Transform - pos: -80.5,-6.5 - parent: 2 - - uid: 2431 - components: - - type: Transform - pos: -79.5,-6.5 - parent: 2 - - uid: 2534 - components: - - type: Transform - pos: 10.5,54.5 - parent: 2 - - uid: 2536 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 2590 - components: - - type: Transform - pos: -54.5,-15.5 - parent: 2 - - uid: 2605 - components: - - type: Transform - pos: -63.5,9.5 - parent: 2 - - uid: 2615 - components: - - type: Transform - pos: 21.5,56.5 - parent: 2 - - uid: 2628 - components: - - type: Transform - pos: -46.5,57.5 - parent: 2 - - uid: 2643 - components: - - type: Transform - pos: 25.5,56.5 - parent: 2 - - uid: 2646 - components: - - type: Transform - pos: 23.5,56.5 - parent: 2 - - uid: 2679 - components: - - type: Transform - pos: 24.5,56.5 - parent: 2 - - uid: 2686 - components: - - type: Transform - pos: 22.5,56.5 - parent: 2 - - uid: 2695 - components: - - type: Transform - pos: 20.5,56.5 - parent: 2 - - uid: 2704 - components: - - type: Transform - pos: -49.5,30.5 - parent: 2 - - uid: 2714 - components: - - type: Transform - pos: -44.5,62.5 - parent: 2 - - uid: 2715 - components: - - type: Transform - pos: -60.5,-31.5 - parent: 2 - - uid: 2833 - components: - - type: Transform - pos: 7.5,-44.5 - parent: 2 - - uid: 2844 - components: - - type: Transform - pos: 34.5,31.5 - parent: 2 - - uid: 2866 - components: - - type: Transform - pos: 19.5,29.5 - parent: 2 - - uid: 2933 - components: - - type: Transform - pos: 4.5,7.5 - parent: 2 - - uid: 2938 - components: - - type: Transform - pos: 6.5,7.5 - parent: 2 - - uid: 2947 - components: - - type: Transform - pos: 6.5,6.5 - parent: 2 - - uid: 2948 - components: - - type: Transform - pos: 6.5,5.5 - parent: 2 - - uid: 2949 - components: - - type: Transform - pos: 6.5,4.5 - parent: 2 - - uid: 2950 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 2 - - uid: 2951 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 2 - - uid: 3030 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 2 - - uid: 3048 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - - uid: 3050 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 2 - - uid: 3089 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 3112 - components: - - type: Transform - pos: -43.5,62.5 - parent: 2 - - uid: 3137 - components: - - type: Transform - pos: -41.5,62.5 - parent: 2 - - uid: 3139 - components: - - type: Transform - pos: -41.5,68.5 - parent: 2 - - uid: 3208 - components: - - type: Transform - pos: -0.5,0.5 - parent: 2 - - uid: 3373 - components: - - type: Transform - pos: -33.5,-6.5 - parent: 2 - - uid: 3396 - components: - - type: Transform - pos: 77.5,-16.5 - parent: 2 - - uid: 3539 - components: - - type: Transform - pos: -0.5,1.5 - parent: 2 - - uid: 3540 - components: - - type: Transform - pos: -0.5,2.5 - parent: 2 - - uid: 3541 - components: - - type: Transform - pos: 7.5,52.5 - parent: 2 - - uid: 3543 - components: - - type: Transform - pos: 38.5,46.5 - parent: 2 - - uid: 3582 - components: - - type: Transform - pos: -72.5,1.5 - parent: 2 - - uid: 3613 - components: - - type: Transform - pos: -53.5,-15.5 - parent: 2 - - uid: 3710 - components: - - type: Transform - pos: -52.5,-15.5 - parent: 2 - - uid: 3742 - components: - - type: Transform - pos: -12.5,44.5 - parent: 2 - - uid: 3833 - components: - - type: Transform - pos: -50.5,30.5 - parent: 2 - - uid: 3835 - components: - - type: Transform - pos: -51.5,30.5 - parent: 2 - - uid: 3851 - components: - - type: Transform - pos: -52.5,30.5 - parent: 2 - - uid: 4013 - components: - - type: Transform - pos: -87.5,-15.5 - parent: 2 - - uid: 4021 - components: - - type: Transform - pos: -52.5,44.5 - parent: 2 - - uid: 4058 - components: - - type: Transform - pos: -86.5,-15.5 - parent: 2 - - uid: 4060 - components: - - type: Transform - pos: -85.5,-15.5 - parent: 2 - - uid: 4113 - components: - - type: Transform - pos: -84.5,-15.5 - parent: 2 - - uid: 4115 - components: - - type: Transform - pos: -83.5,-15.5 - parent: 2 - - uid: 4133 - components: - - type: Transform - pos: 56.5,-36.5 - parent: 2 - - uid: 4164 - components: - - type: Transform - pos: -86.5,32.5 - parent: 2 - - uid: 4167 - components: - - type: Transform - pos: -84.5,32.5 - parent: 2 - - uid: 4168 - components: - - type: Transform - pos: -82.5,32.5 - parent: 2 - - uid: 4241 - components: - - type: Transform - pos: -53.5,30.5 - parent: 2 - - uid: 4296 - components: - - type: Transform - pos: -108.5,10.5 - parent: 2 - - uid: 4297 - components: - - type: Transform - pos: -108.5,8.5 - parent: 2 - - uid: 4298 - components: - - type: Transform - pos: -107.5,13.5 - parent: 2 - - uid: 4299 - components: - - type: Transform - pos: -105.5,14.5 - parent: 2 - - uid: 4300 - components: - - type: Transform - pos: -104.5,14.5 - parent: 2 - - uid: 4301 - components: - - type: Transform - pos: -103.5,15.5 - parent: 2 - - uid: 4306 - components: - - type: Transform - pos: -101.5,15.5 - parent: 2 - - uid: 4355 - components: - - type: Transform - pos: -98.5,29.5 - parent: 2 - - uid: 4368 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - - uid: 4457 - components: - - type: Transform - pos: -44.5,21.5 - parent: 2 - - uid: 4495 - components: - - type: Transform - pos: -108.5,7.5 - parent: 2 - - uid: 4497 - components: - - type: Transform - pos: -106.5,-4.5 - parent: 2 - - uid: 4560 - components: - - type: Transform - pos: -107.5,-4.5 - parent: 2 - - uid: 4721 - components: - - type: Transform - pos: 82.5,56.5 - parent: 2 - - uid: 4722 - components: - - type: Transform - pos: 86.5,56.5 - parent: 2 - - uid: 4724 - components: - - type: Transform - pos: 85.5,57.5 - parent: 2 - - uid: 4726 - components: - - type: Transform - pos: 85.5,58.5 - parent: 2 - - uid: 4727 - components: - - type: Transform - pos: 85.5,61.5 - parent: 2 - - uid: 4728 - components: - - type: Transform - pos: 85.5,59.5 - parent: 2 - - uid: 4729 - components: - - type: Transform - pos: 85.5,60.5 - parent: 2 - - uid: 4730 - components: - - type: Transform - pos: 85.5,56.5 - parent: 2 - - uid: 4731 - components: - - type: Transform - pos: 87.5,56.5 - parent: 2 - - uid: 4732 - components: - - type: Transform - pos: 87.5,55.5 - parent: 2 - - uid: 4734 - components: - - type: Transform - pos: 87.5,54.5 - parent: 2 - - uid: 4736 - components: - - type: Transform - pos: 86.5,54.5 - parent: 2 - - uid: 4739 - components: - - type: Transform - pos: 85.5,54.5 - parent: 2 - - uid: 4740 - components: - - type: Transform - pos: 81.5,56.5 - parent: 2 - - uid: 4741 - components: - - type: Transform - pos: 80.5,55.5 - parent: 2 - - uid: 4742 - components: - - type: Transform - pos: 80.5,54.5 - parent: 2 - - uid: 4749 - components: - - type: Transform - pos: 81.5,54.5 - parent: 2 - - uid: 4863 - components: - - type: Transform - pos: 6.5,70.5 - parent: 2 - - uid: 4868 - components: - - type: Transform - pos: -51.5,44.5 - parent: 2 - - uid: 4871 - components: - - type: Transform - pos: -40.5,62.5 - parent: 2 - - uid: 4882 - components: - - type: Transform - pos: -95.5,65.5 - parent: 2 - - uid: 4886 - components: - - type: Transform - pos: 54.5,-37.5 - parent: 2 - - uid: 4904 - components: - - type: Transform - pos: 90.5,54.5 - parent: 2 - - uid: 4909 - components: - - type: Transform - pos: -91.5,-7.5 - parent: 2 - - uid: 4913 - components: - - type: Transform - pos: 90.5,56.5 - parent: 2 - - uid: 5044 - components: - - type: Transform - pos: -103.5,18.5 - parent: 2 - - uid: 5051 - components: - - type: Transform - pos: -104.5,18.5 - parent: 2 - - uid: 5088 - components: - - type: Transform - pos: -102.5,17.5 - parent: 2 - - uid: 5101 - components: - - type: Transform - pos: -101.5,17.5 - parent: 2 - - uid: 5227 - components: - - type: Transform - pos: -44.5,26.5 - parent: 2 - - uid: 5228 - components: - - type: Transform - pos: -100.5,17.5 - parent: 2 - - uid: 5230 - components: - - type: Transform - pos: -41.5,26.5 - parent: 2 - - uid: 5271 - components: - - type: Transform - pos: -103.5,-0.5 - parent: 2 - - uid: 5284 - components: - - type: Transform - pos: 55.5,-37.5 - parent: 2 - - uid: 5285 - components: - - type: Transform - pos: 56.5,-34.5 - parent: 2 - - uid: 5286 - components: - - type: Transform - pos: 56.5,-35.5 - parent: 2 - - uid: 5290 - components: - - type: Transform - pos: -33.5,34.5 - parent: 2 - - uid: 5291 - components: - - type: Transform - pos: -102.5,-0.5 - parent: 2 - - uid: 5304 - components: - - type: Transform - pos: -101.5,-0.5 - parent: 2 - - uid: 5305 - components: - - type: Transform - pos: -100.5,-0.5 - parent: 2 - - uid: 5406 - components: - - type: Transform - pos: 10.5,68.5 - parent: 2 - - uid: 5417 - components: - - type: Transform - pos: -99.5,-0.5 - parent: 2 - - uid: 5420 - components: - - type: Transform - pos: -16.5,-48.5 - parent: 2 - - uid: 5507 - components: - - type: Transform - pos: -97.5,18.5 - parent: 2 - - uid: 5518 - components: - - type: Transform - pos: -46.5,67.5 - parent: 2 - - uid: 5567 - components: - - type: Transform - pos: -31.5,61.5 - parent: 2 - - uid: 5609 - components: - - type: Transform - pos: -36.5,-36.5 - parent: 2 - - uid: 5628 - components: - - type: Transform - pos: -90.5,22.5 - parent: 2 - - uid: 5649 - components: - - type: Transform - pos: -92.5,22.5 - parent: 2 - - uid: 5669 - components: - - type: Transform - pos: -37.5,-35.5 - parent: 2 - - uid: 5680 - components: - - type: Transform - pos: -93.5,22.5 - parent: 2 - - uid: 5686 - components: - - type: Transform - pos: -39.5,-28.5 - parent: 2 - - uid: 5700 - components: - - type: Transform - pos: -100.5,31.5 - parent: 2 - - uid: 5702 - components: - - type: Transform - pos: -101.5,31.5 - parent: 2 - - uid: 5709 - components: - - type: Transform - pos: -98.5,30.5 - parent: 2 - - uid: 5710 - components: - - type: Transform - pos: -98.5,31.5 - parent: 2 - - uid: 5895 - components: - - type: Transform - pos: -107.5,-5.5 - parent: 2 - - uid: 5910 - components: - - type: Transform - pos: -107.5,-10.5 - parent: 2 - - uid: 5919 - components: - - type: Transform - pos: -46.5,66.5 - parent: 2 - - uid: 5920 - components: - - type: Transform - pos: -46.5,65.5 - parent: 2 - - uid: 5928 - components: - - type: Transform - pos: -28.5,3.5 - parent: 2 - - uid: 5935 - components: - - type: Transform - pos: -107.5,-9.5 - parent: 2 - - uid: 5955 - components: - - type: Transform - pos: -106.5,-10.5 - parent: 2 - - uid: 5964 - components: - - type: Transform - pos: -106.5,-12.5 - parent: 2 - - uid: 5966 - components: - - type: Transform - pos: -106.5,-11.5 - parent: 2 - - uid: 5977 - components: - - type: Transform - pos: -105.5,-12.5 - parent: 2 - - uid: 5999 - components: - - type: Transform - pos: -105.5,-13.5 - parent: 2 - - uid: 6000 - components: - - type: Transform - pos: -86.5,-6.5 - parent: 2 - - uid: 6126 - components: - - type: Transform - pos: 87.5,18.5 - parent: 2 - - uid: 6129 - components: - - type: Transform - pos: -85.5,-6.5 - parent: 2 - - uid: 6164 - components: - - type: Transform - pos: -83.5,-6.5 - parent: 2 - - uid: 6178 - components: - - type: Transform - pos: -82.5,-6.5 - parent: 2 - - uid: 6223 - components: - - type: Transform - pos: -98.5,15.5 - parent: 2 - - uid: 6322 - components: - - type: Transform - pos: -28.5,59.5 - parent: 2 - - uid: 6327 - components: - - type: Transform - pos: -31.5,44.5 - parent: 2 - - uid: 6387 - components: - - type: Transform - pos: 34.5,30.5 - parent: 2 - - uid: 6433 - components: - - type: Transform - pos: -90.5,23.5 - parent: 2 - - uid: 6558 - components: - - type: Transform - pos: -29.5,59.5 - parent: 2 - - uid: 6562 - components: - - type: Transform - pos: -30.5,59.5 - parent: 2 - - uid: 6566 - components: - - type: Transform - pos: -28.5,4.5 - parent: 2 - - uid: 6575 - components: - - type: Transform - pos: -16.5,-49.5 - parent: 2 - - uid: 6618 - components: - - type: Transform - pos: -31.5,59.5 - parent: 2 - - uid: 6625 - components: - - type: Transform - pos: -31.5,58.5 - parent: 2 - - uid: 6631 - components: - - type: Transform - pos: -27.5,59.5 - parent: 2 - - uid: 6699 - components: - - type: Transform - pos: -63.5,-21.5 - parent: 2 - - uid: 6701 - components: - - type: Transform - pos: -64.5,-21.5 - parent: 2 - - uid: 6702 - components: - - type: Transform - pos: -65.5,-22.5 - parent: 2 - - uid: 6707 - components: - - type: Transform - pos: -42.5,-41.5 - parent: 2 - - uid: 6709 - components: - - type: Transform - pos: -31.5,-43.5 - parent: 2 - - uid: 6716 - components: - - type: Transform - pos: -35.5,-43.5 - parent: 2 - - uid: 6723 - components: - - type: Transform - pos: -33.5,-43.5 - parent: 2 - - uid: 6724 - components: - - type: Transform - pos: -18.5,-44.5 - parent: 2 - - uid: 6730 - components: - - type: Transform - pos: -19.5,-48.5 - parent: 2 - - uid: 6771 - components: - - type: Transform - pos: -89.5,23.5 - parent: 2 - - uid: 6773 - components: - - type: Transform - pos: -45.5,-41.5 - parent: 2 - - uid: 6774 - components: - - type: Transform - pos: -43.5,-43.5 - parent: 2 - - uid: 6778 - components: - - type: Transform - pos: -62.5,-21.5 - parent: 2 - - uid: 6781 - components: - - type: Transform - pos: -46.5,-43.5 - parent: 2 - - uid: 6791 - components: - - type: Transform - pos: -49.5,-41.5 - parent: 2 - - uid: 6792 - components: - - type: Transform - pos: -41.5,-41.5 - parent: 2 - - uid: 6793 - components: - - type: Transform - pos: -43.5,-41.5 - parent: 2 - - uid: 6796 - components: - - type: Transform - pos: -18.5,-48.5 - parent: 2 - - uid: 6799 - components: - - type: Transform - pos: -15.5,-43.5 - parent: 2 - - uid: 6800 - components: - - type: Transform - pos: -39.5,-43.5 - parent: 2 - - uid: 6802 - components: - - type: Transform - pos: -19.5,-43.5 - parent: 2 - - uid: 6803 - components: - - type: Transform - pos: -24.5,-43.5 - parent: 2 - - uid: 6804 - components: - - type: Transform - pos: -34.5,-43.5 - parent: 2 - - uid: 6805 - components: - - type: Transform - pos: -26.5,-43.5 - parent: 2 - - uid: 6806 - components: - - type: Transform - pos: -28.5,-43.5 - parent: 2 - - uid: 6807 - components: - - type: Transform - pos: -50.5,-43.5 - parent: 2 - - uid: 6808 - components: - - type: Transform - pos: -29.5,-43.5 - parent: 2 - - uid: 6809 - components: - - type: Transform - pos: -50.5,-41.5 - parent: 2 - - uid: 6812 - components: - - type: Transform - pos: -26.5,-41.5 - parent: 2 - - uid: 6813 - components: - - type: Transform - pos: -48.5,-41.5 - parent: 2 - - uid: 6815 - components: - - type: Transform - pos: -72.5,20.5 - parent: 2 - - uid: 6816 - components: - - type: Transform - pos: -16.5,-45.5 - parent: 2 - - uid: 6859 - components: - - type: Transform - pos: -72.5,19.5 - parent: 2 - - uid: 6919 - components: - - type: Transform - pos: -22.5,-43.5 - parent: 2 - - uid: 6921 - components: - - type: Transform - pos: -27.5,-43.5 - parent: 2 - - uid: 6922 - components: - - type: Transform - pos: -17.5,-44.5 - parent: 2 - - uid: 6933 - components: - - type: Transform - pos: -27.5,46.5 - parent: 2 - - uid: 7040 - components: - - type: Transform - pos: -28.5,5.5 - parent: 2 - - uid: 7091 - components: - - type: Transform - pos: -78.5,-12.5 - parent: 2 - - uid: 7092 - components: - - type: Transform - pos: -78.5,-11.5 - parent: 2 - - uid: 7103 - components: - - type: Transform - pos: -104.5,-13.5 - parent: 2 - - uid: 7104 - components: - - type: Transform - pos: -103.5,-13.5 - parent: 2 - - uid: 7105 - components: - - type: Transform - pos: -103.5,-14.5 - parent: 2 - - uid: 7114 - components: - - type: Transform - pos: -102.5,-14.5 - parent: 2 - - uid: 7119 - components: - - type: Transform - pos: -101.5,-14.5 - parent: 2 - - uid: 7127 - components: - - type: Transform - pos: -100.5,-14.5 - parent: 2 - - uid: 7139 - components: - - type: Transform - pos: -44.5,8.5 - parent: 2 - - uid: 7165 - components: - - type: Transform - pos: -99.5,-14.5 - parent: 2 - - uid: 7169 - components: - - type: Transform - pos: -98.5,-14.5 - parent: 2 - - uid: 7178 - components: - - type: Transform - pos: -98.5,-13.5 - parent: 2 - - uid: 7203 - components: - - type: Transform - pos: -97.5,-13.5 - parent: 2 - - uid: 7216 - components: - - type: Transform - pos: -70.5,2.5 - parent: 2 - - uid: 7263 - components: - - type: Transform - pos: -99.5,31.5 - parent: 2 - - uid: 7298 - components: - - type: Transform - pos: -91.5,25.5 - parent: 2 - - uid: 7311 - components: - - type: Transform - pos: -91.5,26.5 - parent: 2 - - uid: 7324 - components: - - type: Transform - pos: -91.5,27.5 - parent: 2 - - uid: 7338 - components: - - type: Transform - pos: -90.5,29.5 - parent: 2 - - uid: 7339 - components: - - type: Transform - pos: -91.5,28.5 - parent: 2 - - uid: 7453 - components: - - type: Transform - pos: -46.5,56.5 - parent: 2 - - uid: 7456 - components: - - type: Transform - pos: -43.5,-30.5 - parent: 2 - - uid: 7460 - components: - - type: Transform - pos: -43.5,-29.5 - parent: 2 - - uid: 7461 - components: - - type: Transform - pos: -82.5,-15.5 - parent: 2 - - uid: 7463 - components: - - type: Transform - pos: 2.5,19.5 - parent: 2 - - uid: 7553 - components: - - type: Transform - pos: -27.5,44.5 - parent: 2 - - uid: 7570 - components: - - type: Transform - pos: 17.5,29.5 - parent: 2 - - uid: 7571 - components: - - type: Transform - pos: 20.5,29.5 - parent: 2 - - uid: 7583 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - - uid: 7692 - components: - - type: Transform - pos: 20.5,25.5 - parent: 2 - - uid: 7695 - components: - - type: Transform - pos: 20.5,23.5 - parent: 2 - - uid: 7696 - components: - - type: Transform - pos: 20.5,24.5 - parent: 2 - - uid: 7718 - components: - - type: Transform - pos: 20.5,26.5 - parent: 2 - - uid: 7719 - components: - - type: Transform - pos: 20.5,28.5 - parent: 2 - - uid: 7720 - components: - - type: Transform - pos: 20.5,27.5 - parent: 2 - - uid: 7721 - components: - - type: Transform - pos: -54.5,38.5 - parent: 2 - - uid: 7738 - components: - - type: Transform - pos: 17.5,23.5 - parent: 2 - - uid: 7760 - components: - - type: Transform - pos: 17.5,25.5 - parent: 2 - - uid: 7765 - components: - - type: Transform - pos: 17.5,24.5 - parent: 2 - - uid: 7782 - components: - - type: Transform - pos: 17.5,26.5 - parent: 2 - - uid: 7786 - components: - - type: Transform - pos: 17.5,28.5 - parent: 2 - - uid: 7787 - components: - - type: Transform - pos: 17.5,27.5 - parent: 2 - - uid: 7791 - components: - - type: Transform - pos: 4.5,29.5 - parent: 2 - - uid: 7793 - components: - - type: Transform - pos: 6.5,29.5 - parent: 2 - - uid: 7818 - components: - - type: Transform - pos: 5.5,29.5 - parent: 2 - - uid: 7821 - components: - - type: Transform - pos: 3.5,29.5 - parent: 2 - - uid: 7822 - components: - - type: Transform - pos: 8.5,29.5 - parent: 2 - - uid: 7824 - components: - - type: Transform - pos: 7.5,29.5 - parent: 2 - - uid: 7826 - components: - - type: Transform - pos: 9.5,29.5 - parent: 2 - - uid: 7827 - components: - - type: Transform - pos: 10.5,29.5 - parent: 2 - - uid: 7828 - components: - - type: Transform - pos: 12.5,29.5 - parent: 2 - - uid: 7837 - components: - - type: Transform - pos: 11.5,29.5 - parent: 2 - - uid: 7856 - components: - - type: Transform - pos: 13.5,29.5 - parent: 2 - - uid: 7858 - components: - - type: Transform - pos: 14.5,29.5 - parent: 2 - - uid: 7883 - components: - - type: Transform - pos: 16.5,29.5 - parent: 2 - - uid: 7923 - components: - - type: Transform - pos: -44.5,-30.5 - parent: 2 - - uid: 7950 - components: - - type: Transform - pos: -106.5,-2.5 - parent: 2 - - uid: 7951 - components: - - type: Transform - pos: -106.5,-3.5 - parent: 2 - - uid: 7953 - components: - - type: Transform - pos: -105.5,-2.5 - parent: 2 - - uid: 7961 - components: - - type: Transform - pos: -98.5,-0.5 - parent: 2 - - uid: 7963 - components: - - type: Transform - pos: -108.5,6.5 - parent: 2 - - uid: 8280 - components: - - type: Transform - pos: -77.5,28.5 - parent: 2 - - uid: 8281 - components: - - type: Transform - pos: -77.5,27.5 - parent: 2 - - uid: 8282 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - - uid: 8284 - components: - - type: Transform - pos: -51.5,60.5 - parent: 2 - - uid: 8314 - components: - - type: Transform - pos: -51.5,61.5 - parent: 2 - - uid: 8316 - components: - - type: Transform - pos: -51.5,59.5 - parent: 2 - - uid: 8322 - components: - - type: Transform - pos: -53.5,-30.5 - parent: 2 - - uid: 8323 - components: - - type: Transform - pos: -54.5,-30.5 - parent: 2 - - uid: 8413 - components: - - type: Transform - pos: -98.5,-5.5 - parent: 2 - - uid: 8419 - components: - - type: Transform - pos: -98.5,-10.5 - parent: 2 - - uid: 8423 - components: - - type: Transform - pos: -98.5,-3.5 - parent: 2 - - uid: 8424 - components: - - type: Transform - pos: -98.5,-4.5 - parent: 2 - - uid: 8436 - components: - - type: Transform - pos: -23.5,38.5 - parent: 2 - - uid: 8439 - components: - - type: Transform - pos: -56.5,20.5 - parent: 2 - - uid: 8440 - components: - - type: Transform - pos: -55.5,20.5 - parent: 2 - - uid: 8441 - components: - - type: Transform - pos: -27.5,37.5 - parent: 2 - - uid: 8447 - components: - - type: Transform - pos: -46.5,-30.5 - parent: 2 - - uid: 8453 - components: - - type: Transform - pos: -99.5,11.5 - parent: 2 - - uid: 8454 - components: - - type: Transform - pos: -72.5,2.5 - parent: 2 - - uid: 8455 - components: - - type: Transform - pos: -70.5,1.5 - parent: 2 - - uid: 8458 - components: - - type: Transform - pos: -99.5,10.5 - parent: 2 - - uid: 8460 - components: - - type: Transform - pos: -99.5,9.5 - parent: 2 - - uid: 8463 - components: - - type: Transform - pos: -99.5,7.5 - parent: 2 - - uid: 8464 - components: - - type: Transform - pos: -99.5,6.5 - parent: 2 - - uid: 8465 - components: - - type: Transform - pos: -99.5,5.5 - parent: 2 - - uid: 8665 - components: - - type: Transform - pos: -98.5,20.5 - parent: 2 - - uid: 8666 - components: - - type: Transform - pos: -98.5,21.5 - parent: 2 - - uid: 8744 - components: - - type: Transform - pos: -55.5,16.5 - parent: 2 - - uid: 8745 - components: - - type: Transform - pos: -56.5,16.5 - parent: 2 - - uid: 8746 - components: - - type: Transform - pos: -60.5,17.5 - parent: 2 - - uid: 8748 - components: - - type: Transform - pos: -58.5,17.5 - parent: 2 - - uid: 8749 - components: - - type: Transform - pos: -57.5,17.5 - parent: 2 - - uid: 8761 - components: - - type: Transform - pos: -99.5,3.5 - parent: 2 - - uid: 9119 - components: - - type: Transform - pos: -44.5,23.5 - parent: 2 - - uid: 9509 - components: - - type: Transform - pos: -98.5,18.5 - parent: 2 - - uid: 9512 - components: - - type: Transform - pos: -98.5,27.5 - parent: 2 - - uid: 9581 - components: - - type: Transform - pos: -98.5,28.5 - parent: 2 - - uid: 9618 - components: - - type: Transform - pos: -43.5,30.5 - parent: 2 - - uid: 9619 - components: - - type: Transform - pos: -45.5,30.5 - parent: 2 - - uid: 9620 - components: - - type: Transform - pos: -44.5,30.5 - parent: 2 - - uid: 9621 - components: - - type: Transform - pos: -46.5,30.5 - parent: 2 - - uid: 9622 - components: - - type: Transform - pos: -47.5,30.5 - parent: 2 - - uid: 9645 - components: - - type: Transform - pos: -98.5,-6.5 - parent: 2 - - uid: 9651 - components: - - type: Transform - pos: -83.5,-4.5 - parent: 2 - - uid: 9661 - components: - - type: Transform - pos: -44.5,22.5 - parent: 2 - - uid: 9798 - components: - - type: Transform - pos: 62.5,-83.5 - parent: 2 - - uid: 9799 - components: - - type: Transform - pos: -72.5,-34.5 - parent: 2 - - uid: 9800 - components: - - type: Transform - pos: -76.5,-34.5 - parent: 2 - - uid: 9801 - components: - - type: Transform - pos: -74.5,-34.5 - parent: 2 - - uid: 9966 - components: - - type: Transform - pos: 18.5,29.5 - parent: 2 - - uid: 10057 - components: - - type: Transform - pos: 7.5,70.5 - parent: 2 - - uid: 10058 - components: - - type: Transform - pos: 8.5,68.5 - parent: 2 - - uid: 10081 - components: - - type: Transform - pos: -64.5,35.5 - parent: 2 - - uid: 10082 - components: - - type: Transform - pos: -64.5,34.5 - parent: 2 - - uid: 10083 - components: - - type: Transform - pos: -63.5,34.5 - parent: 2 - - uid: 10084 - components: - - type: Transform - pos: -62.5,34.5 - parent: 2 - - uid: 10085 - components: - - type: Transform - pos: -61.5,34.5 - parent: 2 - - uid: 10086 - components: - - type: Transform - pos: -60.5,34.5 - parent: 2 - - uid: 10087 - components: - - type: Transform - pos: -59.5,34.5 - parent: 2 - - uid: 10088 - components: - - type: Transform - pos: -58.5,34.5 - parent: 2 - - uid: 10089 - components: - - type: Transform - pos: -57.5,34.5 - parent: 2 - - uid: 10090 - components: - - type: Transform - pos: -56.5,34.5 - parent: 2 - - uid: 10091 - components: - - type: Transform - pos: -55.5,34.5 - parent: 2 - - uid: 10092 - components: - - type: Transform - pos: -54.5,34.5 - parent: 2 - - uid: 10093 - components: - - type: Transform - pos: -54.5,35.5 - parent: 2 - - uid: 10094 - components: - - type: Transform - pos: -54.5,36.5 - parent: 2 - - uid: 10095 - components: - - type: Transform - pos: -54.5,37.5 - parent: 2 - - uid: 10097 - components: - - type: Transform - pos: -54.5,39.5 - parent: 2 - - uid: 10098 - components: - - type: Transform - pos: -55.5,39.5 - parent: 2 - - uid: 10099 - components: - - type: Transform - pos: -56.5,39.5 - parent: 2 - - uid: 10100 - components: - - type: Transform - pos: -57.5,39.5 - parent: 2 - - uid: 10101 - components: - - type: Transform - pos: -58.5,39.5 - parent: 2 - - uid: 10102 - components: - - type: Transform - pos: -59.5,39.5 - parent: 2 - - uid: 10103 - components: - - type: Transform - pos: -60.5,39.5 - parent: 2 - - uid: 10104 - components: - - type: Transform - pos: -61.5,39.5 - parent: 2 - - uid: 10105 - components: - - type: Transform - pos: -61.5,40.5 - parent: 2 - - uid: 10106 - components: - - type: Transform - pos: -62.5,40.5 - parent: 2 - - uid: 10107 - components: - - type: Transform - pos: -63.5,40.5 - parent: 2 - - uid: 10108 - components: - - type: Transform - pos: -64.5,40.5 - parent: 2 - - uid: 10109 - components: - - type: Transform - pos: -65.5,40.5 - parent: 2 - - uid: 10110 - components: - - type: Transform - pos: -66.5,40.5 - parent: 2 - - uid: 10111 - components: - - type: Transform - pos: -66.5,41.5 - parent: 2 - - uid: 10112 - components: - - type: Transform - pos: -66.5,42.5 - parent: 2 - - uid: 10113 - components: - - type: Transform - pos: -66.5,43.5 - parent: 2 - - uid: 10114 - components: - - type: Transform - pos: -66.5,44.5 - parent: 2 - - uid: 10115 - components: - - type: Transform - pos: -66.5,45.5 - parent: 2 - - uid: 10116 - components: - - type: Transform - pos: -66.5,46.5 - parent: 2 - - uid: 10117 - components: - - type: Transform - pos: -66.5,47.5 - parent: 2 - - uid: 10118 - components: - - type: Transform - pos: -66.5,48.5 - parent: 2 - - uid: 10119 - components: - - type: Transform - pos: -65.5,34.5 - parent: 2 - - uid: 10120 - components: - - type: Transform - pos: -66.5,34.5 - parent: 2 - - uid: 10121 - components: - - type: Transform - pos: -67.5,34.5 - parent: 2 - - uid: 10122 - components: - - type: Transform - pos: -67.5,35.5 - parent: 2 - - uid: 10123 - components: - - type: Transform - pos: -67.5,36.5 - parent: 2 - - uid: 10124 - components: - - type: Transform - pos: -68.5,36.5 - parent: 2 - - uid: 10125 - components: - - type: Transform - pos: -68.5,34.5 - parent: 2 - - uid: 10126 - components: - - type: Transform - pos: -68.5,33.5 - parent: 2 - - uid: 10127 - components: - - type: Transform - pos: -68.5,32.5 - parent: 2 - - uid: 10128 - components: - - type: Transform - pos: -68.5,31.5 - parent: 2 - - uid: 10129 - components: - - type: Transform - pos: -68.5,30.5 - parent: 2 - - uid: 10130 - components: - - type: Transform - pos: -68.5,29.5 - parent: 2 - - uid: 10131 - components: - - type: Transform - pos: -68.5,28.5 - parent: 2 - - uid: 10132 - components: - - type: Transform - pos: -68.5,27.5 - parent: 2 - - uid: 10133 - components: - - type: Transform - pos: -68.5,26.5 - parent: 2 - - uid: 10134 - components: - - type: Transform - pos: -68.5,25.5 - parent: 2 - - uid: 10135 - components: - - type: Transform - pos: -68.5,24.5 - parent: 2 - - uid: 10136 - components: - - type: Transform - pos: -68.5,23.5 - parent: 2 - - uid: 10137 - components: - - type: Transform - pos: -68.5,22.5 - parent: 2 - - uid: 10138 - components: - - type: Transform - pos: -68.5,21.5 - parent: 2 - - uid: 10139 - components: - - type: Transform - pos: -68.5,20.5 - parent: 2 - - uid: 10140 - components: - - type: Transform - pos: -68.5,19.5 - parent: 2 - - uid: 10141 - components: - - type: Transform - pos: -67.5,19.5 - parent: 2 - - uid: 10142 - components: - - type: Transform - pos: -66.5,19.5 - parent: 2 - - uid: 10143 - components: - - type: Transform - pos: -65.5,19.5 - parent: 2 - - uid: 10144 - components: - - type: Transform - pos: -65.5,18.5 - parent: 2 - - uid: 10145 - components: - - type: Transform - pos: -65.5,17.5 - parent: 2 - - uid: 10146 - components: - - type: Transform - pos: -65.5,16.5 - parent: 2 - - uid: 10147 - components: - - type: Transform - pos: -65.5,15.5 - parent: 2 - - uid: 10148 - components: - - type: Transform - pos: -65.5,14.5 - parent: 2 - - uid: 10149 - components: - - type: Transform - pos: -65.5,13.5 - parent: 2 - - uid: 10150 - components: - - type: Transform - pos: -65.5,12.5 - parent: 2 - - uid: 10152 - components: - - type: Transform - pos: -51.5,-31.5 - parent: 2 - - uid: 10153 - components: - - type: Transform - pos: -54.5,33.5 - parent: 2 - - uid: 10154 - components: - - type: Transform - pos: -54.5,32.5 - parent: 2 - - uid: 10155 - components: - - type: Transform - pos: -54.5,31.5 - parent: 2 - - uid: 10156 - components: - - type: Transform - pos: -54.5,30.5 - parent: 2 - - uid: 10157 - components: - - type: Transform - pos: -54.5,29.5 - parent: 2 - - uid: 10158 - components: - - type: Transform - pos: -54.5,28.5 - parent: 2 - - uid: 10159 - components: - - type: Transform - pos: -54.5,27.5 - parent: 2 - - uid: 10160 - components: - - type: Transform - pos: -54.5,26.5 - parent: 2 - - uid: 10161 - components: - - type: Transform - pos: -54.5,25.5 - parent: 2 - - uid: 10163 - components: - - type: Transform - pos: -68.5,1.5 - parent: 2 - - uid: 10164 - components: - - type: Transform - pos: -54.5,22.5 - parent: 2 - - uid: 10165 - components: - - type: Transform - pos: -54.5,21.5 - parent: 2 - - uid: 10166 - components: - - type: Transform - pos: -54.5,20.5 - parent: 2 - - uid: 10167 - components: - - type: Transform - pos: -54.5,19.5 - parent: 2 - - uid: 10168 - components: - - type: Transform - pos: -54.5,18.5 - parent: 2 - - uid: 10169 - components: - - type: Transform - pos: -54.5,17.5 - parent: 2 - - uid: 10170 - components: - - type: Transform - pos: -54.5,16.5 - parent: 2 - - uid: 10171 - components: - - type: Transform - pos: -54.5,15.5 - parent: 2 - - uid: 10172 - components: - - type: Transform - pos: -54.5,14.5 - parent: 2 - - uid: 10173 - components: - - type: Transform - pos: -54.5,13.5 - parent: 2 - - uid: 10174 - components: - - type: Transform - pos: -54.5,12.5 - parent: 2 - - uid: 10175 - components: - - type: Transform - pos: -55.5,12.5 - parent: 2 - - uid: 10176 - components: - - type: Transform - pos: -56.5,12.5 - parent: 2 - - uid: 10177 - components: - - type: Transform - pos: -57.5,12.5 - parent: 2 - - uid: 10178 - components: - - type: Transform - pos: -58.5,12.5 - parent: 2 - - uid: 10179 - components: - - type: Transform - pos: -59.5,12.5 - parent: 2 - - uid: 10180 - components: - - type: Transform - pos: -60.5,12.5 - parent: 2 - - uid: 10181 - components: - - type: Transform - pos: -61.5,12.5 - parent: 2 - - uid: 10182 - components: - - type: Transform - pos: -53.5,12.5 - parent: 2 - - uid: 10183 - components: - - type: Transform - pos: -52.5,12.5 - parent: 2 - - uid: 10184 - components: - - type: Transform - pos: -51.5,12.5 - parent: 2 - - uid: 10185 - components: - - type: Transform - pos: -50.5,12.5 - parent: 2 - - uid: 10186 - components: - - type: Transform - pos: -49.5,12.5 - parent: 2 - - uid: 10187 - components: - - type: Transform - pos: -48.5,12.5 - parent: 2 - - uid: 10196 - components: - - type: Transform - pos: -53.5,17.5 - parent: 2 - - uid: 10197 - components: - - type: Transform - pos: -52.5,17.5 - parent: 2 - - uid: 10198 - components: - - type: Transform - pos: -51.5,17.5 - parent: 2 - - uid: 10199 - components: - - type: Transform - pos: -50.5,17.5 - parent: 2 - - uid: 10200 - components: - - type: Transform - pos: -49.5,17.5 - parent: 2 - - uid: 10201 - components: - - type: Transform - pos: -48.5,17.5 - parent: 2 - - uid: 10202 - components: - - type: Transform - pos: -53.5,22.5 - parent: 2 - - uid: 10203 - components: - - type: Transform - pos: -52.5,22.5 - parent: 2 - - uid: 10204 - components: - - type: Transform - pos: -51.5,22.5 - parent: 2 - - uid: 10205 - components: - - type: Transform - pos: -50.5,22.5 - parent: 2 - - uid: 10206 - components: - - type: Transform - pos: -49.5,22.5 - parent: 2 - - uid: 10207 - components: - - type: Transform - pos: -49.5,23.5 - parent: 2 - - uid: 10208 - components: - - type: Transform - pos: -49.5,24.5 - parent: 2 - - uid: 10209 - components: - - type: Transform - pos: -49.5,25.5 - parent: 2 - - uid: 10210 - components: - - type: Transform - pos: -49.5,26.5 - parent: 2 - - uid: 10222 - components: - - type: Transform - pos: -43.5,31.5 - parent: 2 - - uid: 10223 - components: - - type: Transform - pos: -43.5,32.5 - parent: 2 - - uid: 10224 - components: - - type: Transform - pos: -43.5,33.5 - parent: 2 - - uid: 10225 - components: - - type: Transform - pos: -43.5,34.5 - parent: 2 - - uid: 10226 - components: - - type: Transform - pos: -43.5,35.5 - parent: 2 - - uid: 10228 - components: - - type: Transform - pos: -55.5,-9.5 - parent: 2 - - uid: 10229 - components: - - type: Transform - pos: -43.5,38.5 - parent: 2 - - uid: 10230 - components: - - type: Transform - pos: -44.5,38.5 - parent: 2 - - uid: 10231 - components: - - type: Transform - pos: -45.5,38.5 - parent: 2 - - uid: 10232 - components: - - type: Transform - pos: -46.5,38.5 - parent: 2 - - uid: 10233 - components: - - type: Transform - pos: -47.5,38.5 - parent: 2 - - uid: 10234 - components: - - type: Transform - pos: -48.5,38.5 - parent: 2 - - uid: 10235 - components: - - type: Transform - pos: -49.5,38.5 - parent: 2 - - uid: 10236 - components: - - type: Transform - pos: -50.5,38.5 - parent: 2 - - uid: 10237 - components: - - type: Transform - pos: -50.5,39.5 - parent: 2 - - uid: 10238 - components: - - type: Transform - pos: -50.5,40.5 - parent: 2 - - uid: 10239 - components: - - type: Transform - pos: -50.5,41.5 - parent: 2 - - uid: 10240 - components: - - type: Transform - pos: -50.5,42.5 - parent: 2 - - uid: 10241 - components: - - type: Transform - pos: -50.5,43.5 - parent: 2 - - uid: 10242 - components: - - type: Transform - pos: -50.5,44.5 - parent: 2 - - uid: 10243 - components: - - type: Transform - pos: -50.5,45.5 - parent: 2 - - uid: 10244 - components: - - type: Transform - pos: -50.5,46.5 - parent: 2 - - uid: 10245 - components: - - type: Transform - pos: -49.5,46.5 - parent: 2 - - uid: 10246 - components: - - type: Transform - pos: -48.5,46.5 - parent: 2 - - uid: 10247 - components: - - type: Transform - pos: -47.5,46.5 - parent: 2 - - uid: 10248 - components: - - type: Transform - pos: -46.5,46.5 - parent: 2 - - uid: 10249 - components: - - type: Transform - pos: -45.5,46.5 - parent: 2 - - uid: 10250 - components: - - type: Transform - pos: -44.5,46.5 - parent: 2 - - uid: 10251 - components: - - type: Transform - pos: -43.5,46.5 - parent: 2 - - uid: 10252 - components: - - type: Transform - pos: -42.5,46.5 - parent: 2 - - uid: 10253 - components: - - type: Transform - pos: -41.5,46.5 - parent: 2 - - uid: 10254 - components: - - type: Transform - pos: -40.5,46.5 - parent: 2 - - uid: 10255 - components: - - type: Transform - pos: -39.5,46.5 - parent: 2 - - uid: 10256 - components: - - type: Transform - pos: -38.5,46.5 - parent: 2 - - uid: 10257 - components: - - type: Transform - pos: -37.5,46.5 - parent: 2 - - uid: 10258 - components: - - type: Transform - pos: -36.5,46.5 - parent: 2 - - uid: 10259 - components: - - type: Transform - pos: -68.5,0.5 - parent: 2 - - uid: 10261 - components: - - type: Transform - pos: -27.5,38.5 - parent: 2 - - uid: 10262 - components: - - type: Transform - pos: -32.5,46.5 - parent: 2 - - uid: 10263 - components: - - type: Transform - pos: -32.5,46.5 - parent: 2 - - uid: 10264 - components: - - type: Transform - pos: -32.5,45.5 - parent: 2 - - uid: 10265 - components: - - type: Transform - pos: -32.5,44.5 - parent: 2 - - uid: 10266 - components: - - type: Transform - pos: -32.5,43.5 - parent: 2 - - uid: 10267 - components: - - type: Transform - pos: -32.5,42.5 - parent: 2 - - uid: 10268 - components: - - type: Transform - pos: -32.5,41.5 - parent: 2 - - uid: 10269 - components: - - type: Transform - pos: -32.5,40.5 - parent: 2 - - uid: 10270 - components: - - type: Transform - pos: -32.5,39.5 - parent: 2 - - uid: 10271 - components: - - type: Transform - pos: -32.5,38.5 - parent: 2 - - uid: 10272 - components: - - type: Transform - pos: -32.5,48.5 - parent: 2 - - uid: 10275 - components: - - type: Transform - pos: -36.5,38.5 - parent: 2 - - uid: 10276 - components: - - type: Transform - pos: -37.5,38.5 - parent: 2 - - uid: 10277 - components: - - type: Transform - pos: -38.5,38.5 - parent: 2 - - uid: 10278 - components: - - type: Transform - pos: -39.5,38.5 - parent: 2 - - uid: 10279 - components: - - type: Transform - pos: -40.5,38.5 - parent: 2 - - uid: 10280 - components: - - type: Transform - pos: -41.5,38.5 - parent: 2 - - uid: 10281 - components: - - type: Transform - pos: -42.5,38.5 - parent: 2 - - uid: 10282 - components: - - type: Transform - pos: -50.5,47.5 - parent: 2 - - uid: 10283 - components: - - type: Transform - pos: -50.5,48.5 - parent: 2 - - uid: 10284 - components: - - type: Transform - pos: -50.5,49.5 - parent: 2 - - uid: 10285 - components: - - type: Transform - pos: -50.5,50.5 - parent: 2 - - uid: 10286 - components: - - type: Transform - pos: -50.5,51.5 - parent: 2 - - uid: 10287 - components: - - type: Transform - pos: -50.5,52.5 - parent: 2 - - uid: 10288 - components: - - type: Transform - pos: -48.5,47.5 - parent: 2 - - uid: 10289 - components: - - type: Transform - pos: -48.5,48.5 - parent: 2 - - uid: 10290 - components: - - type: Transform - pos: -48.5,49.5 - parent: 2 - - uid: 10291 - components: - - type: Transform - pos: -48.5,50.5 - parent: 2 - - uid: 10292 - components: - - type: Transform - pos: -48.5,51.5 - parent: 2 - - uid: 10293 - components: - - type: Transform - pos: -48.5,52.5 - parent: 2 - - uid: 10294 - components: - - type: Transform - pos: -46.5,47.5 - parent: 2 - - uid: 10295 - components: - - type: Transform - pos: -46.5,48.5 - parent: 2 - - uid: 10296 - components: - - type: Transform - pos: -46.5,49.5 - parent: 2 - - uid: 10297 - components: - - type: Transform - pos: -46.5,50.5 - parent: 2 - - uid: 10298 - components: - - type: Transform - pos: -46.5,51.5 - parent: 2 - - uid: 10299 - components: - - type: Transform - pos: -46.5,52.5 - parent: 2 - - uid: 10300 - components: - - type: Transform - pos: -44.5,47.5 - parent: 2 - - uid: 10301 - components: - - type: Transform - pos: -44.5,48.5 - parent: 2 - - uid: 10302 - components: - - type: Transform - pos: -44.5,49.5 - parent: 2 - - uid: 10303 - components: - - type: Transform - pos: -44.5,50.5 - parent: 2 - - uid: 10304 - components: - - type: Transform - pos: -44.5,51.5 - parent: 2 - - uid: 10305 - components: - - type: Transform - pos: -44.5,52.5 - parent: 2 - - uid: 10306 - components: - - type: Transform - pos: -42.5,47.5 - parent: 2 - - uid: 10307 - components: - - type: Transform - pos: -42.5,48.5 - parent: 2 - - uid: 10308 - components: - - type: Transform - pos: -42.5,49.5 - parent: 2 - - uid: 10309 - components: - - type: Transform - pos: -42.5,50.5 - parent: 2 - - uid: 10310 - components: - - type: Transform - pos: -42.5,51.5 - parent: 2 - - uid: 10311 - components: - - type: Transform - pos: -42.5,52.5 - parent: 2 - - uid: 10312 - components: - - type: Transform - pos: -40.5,47.5 - parent: 2 - - uid: 10313 - components: - - type: Transform - pos: -40.5,48.5 - parent: 2 - - uid: 10314 - components: - - type: Transform - pos: -40.5,49.5 - parent: 2 - - uid: 10315 - components: - - type: Transform - pos: -40.5,50.5 - parent: 2 - - uid: 10316 - components: - - type: Transform - pos: -40.5,51.5 - parent: 2 - - uid: 10317 - components: - - type: Transform - pos: -40.5,52.5 - parent: 2 - - uid: 10318 - components: - - type: Transform - pos: -38.5,47.5 - parent: 2 - - uid: 10319 - components: - - type: Transform - pos: -38.5,48.5 - parent: 2 - - uid: 10320 - components: - - type: Transform - pos: -38.5,49.5 - parent: 2 - - uid: 10321 - components: - - type: Transform - pos: -38.5,50.5 - parent: 2 - - uid: 10322 - components: - - type: Transform - pos: -38.5,51.5 - parent: 2 - - uid: 10323 - components: - - type: Transform - pos: -38.5,52.5 - parent: 2 - - uid: 10324 - components: - - type: Transform - pos: -36.5,47.5 - parent: 2 - - uid: 10325 - components: - - type: Transform - pos: -36.5,48.5 - parent: 2 - - uid: 10326 - components: - - type: Transform - pos: -36.5,49.5 - parent: 2 - - uid: 10327 - components: - - type: Transform - pos: -36.5,50.5 - parent: 2 - - uid: 10328 - components: - - type: Transform - pos: -36.5,51.5 - parent: 2 - - uid: 10376 - components: - - type: Transform - pos: -12.5,43.5 - parent: 2 - - uid: 10391 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 2 - - uid: 10450 - components: - - type: Transform - pos: -68.5,-34.5 - parent: 2 - - uid: 10451 - components: - - type: Transform - pos: -73.5,-34.5 - parent: 2 - - uid: 10493 - components: - - type: Transform - pos: -78.5,-34.5 - parent: 2 - - uid: 10494 - components: - - type: Transform - pos: -80.5,-34.5 - parent: 2 - - uid: 10495 - components: - - type: Transform - pos: -81.5,-34.5 - parent: 2 - - uid: 10496 - components: - - type: Transform - pos: -79.5,-34.5 - parent: 2 - - uid: 10507 - components: - - type: Transform - pos: -69.5,-34.5 - parent: 2 - - uid: 10508 - components: - - type: Transform - pos: -70.5,-34.5 - parent: 2 - - uid: 10509 - components: - - type: Transform - pos: -71.5,-34.5 - parent: 2 - - uid: 10510 - components: - - type: Transform - pos: -77.5,-34.5 - parent: 2 - - uid: 10511 - components: - - type: Transform - pos: -75.5,-34.5 - parent: 2 - - uid: 10617 - components: - - type: Transform - pos: -91.5,22.5 - parent: 2 - - uid: 11008 - components: - - type: Transform - pos: -48.5,1.5 - parent: 2 - - uid: 11010 - components: - - type: Transform - pos: -32.5,-43.5 - parent: 2 - - uid: 11012 - components: - - type: Transform - pos: -48.5,-46.5 - parent: 2 - - uid: 11023 - components: - - type: Transform - pos: -50.5,-32.5 - parent: 2 - - uid: 11024 - components: - - type: Transform - pos: -49.5,-32.5 - parent: 2 - - uid: 11025 - components: - - type: Transform - pos: -48.5,-32.5 - parent: 2 - - uid: 11026 - components: - - type: Transform - pos: -47.5,-32.5 - parent: 2 - - uid: 11027 - components: - - type: Transform - pos: -46.5,-32.5 - parent: 2 - - uid: 11028 - components: - - type: Transform - pos: -45.5,-32.5 - parent: 2 - - uid: 11029 - components: - - type: Transform - pos: -44.5,-32.5 - parent: 2 - - uid: 11030 - components: - - type: Transform - pos: -43.5,-32.5 - parent: 2 - - uid: 11031 - components: - - type: Transform - pos: -42.5,-32.5 - parent: 2 - - uid: 11032 - components: - - type: Transform - pos: -41.5,-32.5 - parent: 2 - - uid: 11033 - components: - - type: Transform - pos: -40.5,-32.5 - parent: 2 - - uid: 11034 - components: - - type: Transform - pos: -39.5,-32.5 - parent: 2 - - uid: 11035 - components: - - type: Transform - pos: -52.5,-31.5 - parent: 2 - - uid: 11036 - components: - - type: Transform - pos: -52.5,-30.5 - parent: 2 - - uid: 11037 - components: - - type: Transform - pos: -52.5,-29.5 - parent: 2 - - uid: 11038 - components: - - type: Transform - pos: -52.5,-28.5 - parent: 2 - - uid: 11039 - components: - - type: Transform - pos: -52.5,-27.5 - parent: 2 - - uid: 11040 - components: - - type: Transform - pos: -53.5,-27.5 - parent: 2 - - uid: 11041 - components: - - type: Transform - pos: -54.5,-27.5 - parent: 2 - - uid: 11042 - components: - - type: Transform - pos: -55.5,-27.5 - parent: 2 - - uid: 11043 - components: - - type: Transform - pos: -56.5,-27.5 - parent: 2 - - uid: 11044 - components: - - type: Transform - pos: -57.5,-27.5 - parent: 2 - - uid: 11045 - components: - - type: Transform - pos: -58.5,-27.5 - parent: 2 - - uid: 11046 - components: - - type: Transform - pos: -58.5,-26.5 - parent: 2 - - uid: 11047 - components: - - type: Transform - pos: -58.5,-25.5 - parent: 2 - - uid: 11048 - components: - - type: Transform - pos: -58.5,-24.5 - parent: 2 - - uid: 11049 - components: - - type: Transform - pos: -58.5,-23.5 - parent: 2 - - uid: 11050 - components: - - type: Transform - pos: -58.5,-22.5 - parent: 2 - - uid: 11051 - components: - - type: Transform - pos: -58.5,-21.5 - parent: 2 - - uid: 11052 - components: - - type: Transform - pos: -58.5,-20.5 - parent: 2 - - uid: 11053 - components: - - type: Transform - pos: -58.5,-19.5 - parent: 2 - - uid: 11054 - components: - - type: Transform - pos: -58.5,-18.5 - parent: 2 - - uid: 11055 - components: - - type: Transform - pos: -58.5,-17.5 - parent: 2 - - uid: 11056 - components: - - type: Transform - pos: -58.5,-16.5 - parent: 2 - - uid: 11057 - components: - - type: Transform - pos: -58.5,-15.5 - parent: 2 - - uid: 11060 - components: - - type: Transform - pos: -58.5,-12.5 - parent: 2 - - uid: 11061 - components: - - type: Transform - pos: -57.5,-12.5 - parent: 2 - - uid: 11062 - components: - - type: Transform - pos: -56.5,-12.5 - parent: 2 - - uid: 11063 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - uid: 11064 - components: - - type: Transform - pos: -54.5,-12.5 - parent: 2 - - uid: 11065 - components: - - type: Transform - pos: -53.5,-12.5 - parent: 2 - - uid: 11066 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 2 - - uid: 11067 - components: - - type: Transform - pos: -52.5,-11.5 - parent: 2 - - uid: 11068 - components: - - type: Transform - pos: -51.5,-11.5 - parent: 2 - - uid: 11069 - components: - - type: Transform - pos: -50.5,-11.5 - parent: 2 - - uid: 11071 - components: - - type: Transform - pos: -58.5,-11.5 - parent: 2 - - uid: 11072 - components: - - type: Transform - pos: -59.5,-11.5 - parent: 2 - - uid: 11073 - components: - - type: Transform - pos: -59.5,-10.5 - parent: 2 - - uid: 11074 - components: - - type: Transform - pos: -59.5,-9.5 - parent: 2 - - uid: 11075 - components: - - type: Transform - pos: -59.5,-8.5 - parent: 2 - - uid: 11076 - components: - - type: Transform - pos: -59.5,-7.5 - parent: 2 - - uid: 11077 - components: - - type: Transform - pos: -59.5,-6.5 - parent: 2 - - uid: 11078 - components: - - type: Transform - pos: -59.5,-31.5 - parent: 2 - - uid: 11079 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - - uid: 11080 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 11081 - components: - - type: Transform - pos: -59.5,-2.5 - parent: 2 - - uid: 11082 - components: - - type: Transform - pos: -59.5,-1.5 - parent: 2 - - uid: 11083 - components: - - type: Transform - pos: -59.5,-0.5 - parent: 2 - - uid: 11084 - components: - - type: Transform - pos: -59.5,0.5 - parent: 2 - - uid: 11085 - components: - - type: Transform - pos: -59.5,1.5 - parent: 2 - - uid: 11086 - components: - - type: Transform - pos: -59.5,2.5 - parent: 2 - - uid: 11087 - components: - - type: Transform - pos: -59.5,3.5 - parent: 2 - - uid: 11088 - components: - - type: Transform - pos: -59.5,4.5 - parent: 2 - - uid: 11089 - components: - - type: Transform - pos: -59.5,5.5 - parent: 2 - - uid: 11090 - components: - - type: Transform - pos: -58.5,5.5 - parent: 2 - - uid: 11091 - components: - - type: Transform - pos: -57.5,5.5 - parent: 2 - - uid: 11092 - components: - - type: Transform - pos: -56.5,5.5 - parent: 2 - - uid: 11093 - components: - - type: Transform - pos: -55.5,5.5 - parent: 2 - - uid: 11094 - components: - - type: Transform - pos: -54.5,5.5 - parent: 2 - - uid: 11095 - components: - - type: Transform - pos: -53.5,5.5 - parent: 2 - - uid: 11096 - components: - - type: Transform - pos: -52.5,5.5 - parent: 2 - - uid: 11097 - components: - - type: Transform - pos: -51.5,5.5 - parent: 2 - - uid: 11098 - components: - - type: Transform - pos: -50.5,5.5 - parent: 2 - - uid: 11099 - components: - - type: Transform - pos: -49.5,5.5 - parent: 2 - - uid: 11141 - components: - - type: Transform - pos: -23.5,37.5 - parent: 2 - - uid: 11144 - components: - - type: Transform - pos: -64.5,-20.5 - parent: 2 - - uid: 11149 - components: - - type: Transform - pos: -65.5,-6.5 - parent: 2 - - uid: 11150 - components: - - type: Transform - pos: -66.5,-6.5 - parent: 2 - - uid: 11153 - components: - - type: Transform - pos: -85.5,30.5 - parent: 2 - - uid: 11157 - components: - - type: Transform - pos: -72.5,5.5 - parent: 2 - - uid: 11158 - components: - - type: Transform - pos: -72.5,6.5 - parent: 2 - - uid: 11159 - components: - - type: Transform - pos: -72.5,7.5 - parent: 2 - - uid: 11160 - components: - - type: Transform - pos: -72.5,8.5 - parent: 2 - - uid: 11161 - components: - - type: Transform - pos: -71.5,8.5 - parent: 2 - - uid: 11162 - components: - - type: Transform - pos: -70.5,8.5 - parent: 2 - - uid: 11163 - components: - - type: Transform - pos: -69.5,8.5 - parent: 2 - - uid: 11164 - components: - - type: Transform - pos: -68.5,8.5 - parent: 2 - - uid: 11165 - components: - - type: Transform - pos: -67.5,8.5 - parent: 2 - - uid: 11168 - components: - - type: Transform - pos: -64.5,8.5 - parent: 2 - - uid: 11171 - components: - - type: Transform - pos: -21.5,-35.5 - parent: 2 - - uid: 11172 - components: - - type: Transform - pos: -36.5,-28.5 - parent: 2 - - uid: 11173 - components: - - type: Transform - pos: -64.5,3.5 - parent: 2 - - uid: 11174 - components: - - type: Transform - pos: -64.5,2.5 - parent: 2 - - uid: 11175 - components: - - type: Transform - pos: -64.5,1.5 - parent: 2 - - uid: 11176 - components: - - type: Transform - pos: -64.5,0.5 - parent: 2 - - uid: 11177 - components: - - type: Transform - pos: -64.5,-0.5 - parent: 2 - - uid: 11178 - components: - - type: Transform - pos: -64.5,-1.5 - parent: 2 - - uid: 11179 - components: - - type: Transform - pos: -64.5,-2.5 - parent: 2 - - uid: 11180 - components: - - type: Transform - pos: -64.5,-3.5 - parent: 2 - - uid: 11181 - components: - - type: Transform - pos: -65.5,-3.5 - parent: 2 - - uid: 11182 - components: - - type: Transform - pos: -66.5,-3.5 - parent: 2 - - uid: 11183 - components: - - type: Transform - pos: -67.5,-3.5 - parent: 2 - - uid: 11184 - components: - - type: Transform - pos: -68.5,-3.5 - parent: 2 - - uid: 11185 - components: - - type: Transform - pos: -72.5,9.5 - parent: 2 - - uid: 11186 - components: - - type: Transform - pos: -72.5,10.5 - parent: 2 - - uid: 11187 - components: - - type: Transform - pos: -72.5,11.5 - parent: 2 - - uid: 11188 - components: - - type: Transform - pos: -72.5,12.5 - parent: 2 - - uid: 11189 - components: - - type: Transform - pos: -72.5,13.5 - parent: 2 - - uid: 11190 - components: - - type: Transform - pos: -72.5,14.5 - parent: 2 - - uid: 11191 - components: - - type: Transform - pos: -72.5,15.5 - parent: 2 - - uid: 11192 - components: - - type: Transform - pos: -72.5,16.5 - parent: 2 - - uid: 11195 - components: - - type: Transform - pos: -21.5,-33.5 - parent: 2 - - uid: 11203 - components: - - type: Transform - pos: -72.5,21.5 - parent: 2 - - uid: 11209 - components: - - type: Transform - pos: -73.5,21.5 - parent: 2 - - uid: 11284 - components: - - type: Transform - pos: -90.5,-12.5 - parent: 2 - - uid: 11289 - components: - - type: Transform - pos: -100.5,15.5 - parent: 2 - - uid: 11294 - components: - - type: Transform - pos: -107.5,-8.5 - parent: 2 - - uid: 11304 - components: - - type: Transform - pos: -89.5,-6.5 - parent: 2 - - uid: 11307 - components: - - type: Transform - pos: -98.5,-11.5 - parent: 2 - - uid: 11308 - components: - - type: Transform - pos: -99.5,12.5 - parent: 2 - - uid: 11322 - components: - - type: Transform - pos: -88.5,-6.5 - parent: 2 - - uid: 11333 - components: - - type: Transform - pos: -98.5,-12.5 - parent: 2 - - uid: 11337 - components: - - type: Transform - pos: -102.5,31.5 - parent: 2 - - uid: 11344 - components: - - type: Transform - pos: -21.5,-32.5 - parent: 2 - - uid: 11345 - components: - - type: Transform - pos: -21.5,-31.5 - parent: 2 - - uid: 11346 - components: - - type: Transform - pos: -21.5,-30.5 - parent: 2 - - uid: 11348 - components: - - type: Transform - pos: -103.5,31.5 - parent: 2 - - uid: 11354 - components: - - type: Transform - pos: -84.5,-6.5 - parent: 2 - - uid: 11355 - components: - - type: Transform - pos: -84.5,-5.5 - parent: 2 - - uid: 11356 - components: - - type: Transform - pos: -84.5,-4.5 - parent: 2 - - uid: 11357 - components: - - type: Transform - pos: -84.5,-3.5 - parent: 2 - - uid: 11358 - components: - - type: Transform - pos: -84.5,-2.5 - parent: 2 - - uid: 11359 - components: - - type: Transform - pos: -84.5,-1.5 - parent: 2 - - uid: 11360 - components: - - type: Transform - pos: -84.5,-0.5 - parent: 2 - - uid: 11361 - components: - - type: Transform - pos: -84.5,0.5 - parent: 2 - - uid: 11362 - components: - - type: Transform - pos: -84.5,1.5 - parent: 2 - - uid: 11363 - components: - - type: Transform - pos: -84.5,2.5 - parent: 2 - - uid: 11364 - components: - - type: Transform - pos: -84.5,3.5 - parent: 2 - - uid: 11365 - components: - - type: Transform - pos: -84.5,4.5 - parent: 2 - - uid: 11366 - components: - - type: Transform - pos: -84.5,5.5 - parent: 2 - - uid: 11367 - components: - - type: Transform - pos: -84.5,6.5 - parent: 2 - - uid: 11368 - components: - - type: Transform - pos: -84.5,7.5 - parent: 2 - - uid: 11369 - components: - - type: Transform - pos: -84.5,8.5 - parent: 2 - - uid: 11370 - components: - - type: Transform - pos: -84.5,9.5 - parent: 2 - - uid: 11371 - components: - - type: Transform - pos: -84.5,10.5 - parent: 2 - - uid: 11372 - components: - - type: Transform - pos: -84.5,11.5 - parent: 2 - - uid: 11373 - components: - - type: Transform - pos: -84.5,12.5 - parent: 2 - - uid: 11374 - components: - - type: Transform - pos: -84.5,13.5 - parent: 2 - - uid: 11375 - components: - - type: Transform - pos: -84.5,14.5 - parent: 2 - - uid: 11376 - components: - - type: Transform - pos: -84.5,15.5 - parent: 2 - - uid: 11377 - components: - - type: Transform - pos: -84.5,16.5 - parent: 2 - - uid: 11378 - components: - - type: Transform - pos: -84.5,17.5 - parent: 2 - - uid: 11379 - components: - - type: Transform - pos: -84.5,18.5 - parent: 2 - - uid: 11380 - components: - - type: Transform - pos: -84.5,19.5 - parent: 2 - - uid: 11381 - components: - - type: Transform - pos: -84.5,20.5 - parent: 2 - - uid: 11382 - components: - - type: Transform - pos: -84.5,21.5 - parent: 2 - - uid: 11383 - components: - - type: Transform - pos: -84.5,22.5 - parent: 2 - - uid: 11384 - components: - - type: Transform - pos: -84.5,23.5 - parent: 2 - - uid: 11392 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 2 - - uid: 11394 - components: - - type: Transform - pos: -5.5,-37.5 - parent: 2 - - uid: 11398 - components: - - type: Transform - pos: -83.5,8.5 - parent: 2 - - uid: 11408 - components: - - type: Transform - pos: -107.5,12.5 - parent: 2 - - uid: 11419 - components: - - type: Transform - pos: -106.5,13.5 - parent: 2 - - uid: 11421 - components: - - type: Transform - pos: -89.5,31.5 - parent: 2 - - uid: 11422 - components: - - type: Transform - pos: -88.5,31.5 - parent: 2 - - uid: 11423 - components: - - type: Transform - pos: -99.5,8.5 - parent: 2 - - uid: 11424 - components: - - type: Transform - pos: -98.5,8.5 - parent: 2 - - uid: 11425 - components: - - type: Transform - pos: -97.5,8.5 - parent: 2 - - uid: 11426 - components: - - type: Transform - pos: -96.5,8.5 - parent: 2 - - uid: 11427 - components: - - type: Transform - pos: -95.5,8.5 - parent: 2 - - uid: 11428 - components: - - type: Transform - pos: -94.5,8.5 - parent: 2 - - uid: 11429 - components: - - type: Transform - pos: -93.5,8.5 - parent: 2 - - uid: 11430 - components: - - type: Transform - pos: -92.5,8.5 - parent: 2 - - uid: 11431 - components: - - type: Transform - pos: -91.5,8.5 - parent: 2 - - uid: 11432 - components: - - type: Transform - pos: -90.5,8.5 - parent: 2 - - uid: 11433 - components: - - type: Transform - pos: -89.5,8.5 - parent: 2 - - uid: 11434 - components: - - type: Transform - pos: -88.5,8.5 - parent: 2 - - uid: 11435 - components: - - type: Transform - pos: -87.5,8.5 - parent: 2 - - uid: 11436 - components: - - type: Transform - pos: -86.5,8.5 - parent: 2 - - uid: 11437 - components: - - type: Transform - pos: -85.5,8.5 - parent: 2 - - uid: 11438 - components: - - type: Transform - pos: -82.5,8.5 - parent: 2 - - uid: 11440 - components: - - type: Transform - pos: -32.5,47.5 - parent: 2 - - uid: 11441 - components: - - type: Transform - pos: -79.5,8.5 - parent: 2 - - uid: 11442 - components: - - type: Transform - pos: -78.5,8.5 - parent: 2 - - uid: 11443 - components: - - type: Transform - pos: -77.5,8.5 - parent: 2 - - uid: 11444 - components: - - type: Transform - pos: -76.5,8.5 - parent: 2 - - uid: 11445 - components: - - type: Transform - pos: -75.5,8.5 - parent: 2 - - uid: 11448 - components: - - type: Transform - pos: -83.5,32.5 - parent: 2 - - uid: 11451 - components: - - type: Transform - pos: -85.5,32.5 - parent: 2 - - uid: 11452 - components: - - type: Transform - pos: -87.5,32.5 - parent: 2 - - uid: 11456 - components: - - type: Transform - pos: -91.5,24.5 - parent: 2 - - uid: 11461 - components: - - type: Transform - pos: -89.5,30.5 - parent: 2 - - uid: 11465 - components: - - type: Transform - pos: -98.5,-2.5 - parent: 2 - - uid: 11467 - components: - - type: Transform - pos: -90.5,30.5 - parent: 2 - - uid: 11470 - components: - - type: Transform - pos: -90.5,28.5 - parent: 2 - - uid: 11491 - components: - - type: Transform - pos: -105.5,-1.5 - parent: 2 - - uid: 11494 - components: - - type: Transform - pos: -77.5,-11.5 - parent: 2 - - uid: 11497 - components: - - type: Transform - pos: -77.5,-7.5 - parent: 2 - - uid: 11499 - components: - - type: Transform - pos: -98.5,17.5 - parent: 2 - - uid: 11501 - components: - - type: Transform - pos: -91.5,-6.5 - parent: 2 - - uid: 11503 - components: - - type: Transform - pos: -91.5,-8.5 - parent: 2 - - uid: 11505 - components: - - type: Transform - pos: -99.5,17.5 - parent: 2 - - uid: 11506 - components: - - type: Transform - pos: -78.5,-13.5 - parent: 2 - - uid: 11508 - components: - - type: Transform - pos: -77.5,-8.5 - parent: 2 - - uid: 11510 - components: - - type: Transform - pos: -91.5,-11.5 - parent: 2 - - uid: 11518 - components: - - type: Transform - pos: -104.5,1.5 - parent: 2 - - uid: 11648 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - uid: 11651 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 2 - - uid: 11773 - components: - - type: Transform - pos: -23.5,-22.5 - parent: 2 - - uid: 11774 - components: - - type: Transform - pos: -22.5,-22.5 - parent: 2 - - uid: 11775 - components: - - type: Transform - pos: -22.5,-22.5 - parent: 2 - - uid: 11776 - components: - - type: Transform - pos: -22.5,-21.5 - parent: 2 - - uid: 11777 - components: - - type: Transform - pos: -22.5,-20.5 - parent: 2 - - uid: 11778 - components: - - type: Transform - pos: -21.5,-20.5 - parent: 2 - - uid: 11779 - components: - - type: Transform - pos: -20.5,-20.5 - parent: 2 - - uid: 11780 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 2 - - uid: 11781 - components: - - type: Transform - pos: -18.5,-20.5 - parent: 2 - - uid: 11782 - components: - - type: Transform - pos: -17.5,-20.5 - parent: 2 - - uid: 11783 - components: - - type: Transform - pos: -16.5,-20.5 - parent: 2 - - uid: 11784 - components: - - type: Transform - pos: -15.5,-20.5 - parent: 2 - - uid: 11785 - components: - - type: Transform - pos: -14.5,-20.5 - parent: 2 - - uid: 11786 - components: - - type: Transform - pos: -13.5,-20.5 - parent: 2 - - uid: 11787 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 2 - - uid: 11788 - components: - - type: Transform - pos: -11.5,-20.5 - parent: 2 - - uid: 11789 - components: - - type: Transform - pos: -23.5,-20.5 - parent: 2 - - uid: 11790 - components: - - type: Transform - pos: -24.5,-20.5 - parent: 2 - - uid: 11791 - components: - - type: Transform - pos: -25.5,-20.5 - parent: 2 - - uid: 11792 - components: - - type: Transform - pos: -26.5,-20.5 - parent: 2 - - uid: 11793 - components: - - type: Transform - pos: -27.5,-20.5 - parent: 2 - - uid: 11794 - components: - - type: Transform - pos: -28.5,-20.5 - parent: 2 - - uid: 11795 - components: - - type: Transform - pos: -29.5,-20.5 - parent: 2 - - uid: 11796 - components: - - type: Transform - pos: -29.5,-21.5 - parent: 2 - - uid: 11797 - components: - - type: Transform - pos: -29.5,-22.5 - parent: 2 - - uid: 11798 - components: - - type: Transform - pos: -29.5,-23.5 - parent: 2 - - uid: 11799 - components: - - type: Transform - pos: -29.5,-24.5 - parent: 2 - - uid: 11800 - components: - - type: Transform - pos: -28.5,-24.5 - parent: 2 - - uid: 11801 - components: - - type: Transform - pos: -27.5,-24.5 - parent: 2 - - uid: 11802 - components: - - type: Transform - pos: -26.5,-24.5 - parent: 2 - - uid: 11803 - components: - - type: Transform - pos: -25.5,-24.5 - parent: 2 - - uid: 11804 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 2 - - uid: 11805 - components: - - type: Transform - pos: -22.5,-24.5 - parent: 2 - - uid: 11806 - components: - - type: Transform - pos: -21.5,-24.5 - parent: 2 - - uid: 11807 - components: - - type: Transform - pos: -20.5,-24.5 - parent: 2 - - uid: 11808 - components: - - type: Transform - pos: -20.5,-25.5 - parent: 2 - - uid: 11810 - components: - - type: Transform - pos: -12.5,-29.5 - parent: 2 - - uid: 11811 - components: - - type: Transform - pos: -20.5,-28.5 - parent: 2 - - uid: 11812 - components: - - type: Transform - pos: -20.5,-29.5 - parent: 2 - - uid: 11813 - components: - - type: Transform - pos: -19.5,-29.5 - parent: 2 - - uid: 11814 - components: - - type: Transform - pos: -18.5,-29.5 - parent: 2 - - uid: 11815 - components: - - type: Transform - pos: -18.5,-30.5 - parent: 2 - - uid: 11816 - components: - - type: Transform - pos: -18.5,-31.5 - parent: 2 - - uid: 11817 - components: - - type: Transform - pos: -18.5,-32.5 - parent: 2 - - uid: 11818 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 2 - - uid: 11819 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 2 - - uid: 11820 - components: - - type: Transform - pos: -19.5,-34.5 - parent: 2 - - uid: 11821 - components: - - type: Transform - pos: -20.5,-34.5 - parent: 2 - - uid: 11822 - components: - - type: Transform - pos: -21.5,-34.5 - parent: 2 - - uid: 11828 - components: - - type: Transform - pos: 44.5,-25.5 - parent: 2 - - uid: 11829 - components: - - type: Transform - pos: -21.5,-29.5 - parent: 2 - - uid: 11830 - components: - - type: Transform - pos: -18.5,-35.5 - parent: 2 - - uid: 11831 - components: - - type: Transform - pos: -18.5,-36.5 - parent: 2 - - uid: 11832 - components: - - type: Transform - pos: -18.5,-37.5 - parent: 2 - - uid: 11833 - components: - - type: Transform - pos: -18.5,-38.5 - parent: 2 - - uid: 11834 - components: - - type: Transform - pos: -18.5,-39.5 - parent: 2 - - uid: 11835 - components: - - type: Transform - pos: -18.5,-40.5 - parent: 2 - - uid: 11836 - components: - - type: Transform - pos: -18.5,-41.5 - parent: 2 - - uid: 11837 - components: - - type: Transform - pos: -18.5,-42.5 - parent: 2 - - uid: 11844 - components: - - type: Transform - pos: -18.5,-43.5 - parent: 2 - - uid: 11847 - components: - - type: Transform - pos: -46.5,-41.5 - parent: 2 - - uid: 11872 - components: - - type: Transform - pos: -15.5,-44.5 - parent: 2 - - uid: 11875 - components: - - type: Transform - pos: -30.5,-43.5 - parent: 2 - - uid: 11876 - components: - - type: Transform - pos: -25.5,-43.5 - parent: 2 - - uid: 11877 - components: - - type: Transform - pos: -23.5,-43.5 - parent: 2 - - uid: 11880 - components: - - type: Transform - pos: -17.5,-39.5 - parent: 2 - - uid: 11881 - components: - - type: Transform - pos: -16.5,-39.5 - parent: 2 - - uid: 11882 - components: - - type: Transform - pos: -15.5,-39.5 - parent: 2 - - uid: 11883 - components: - - type: Transform - pos: -14.5,-39.5 - parent: 2 - - uid: 11884 - components: - - type: Transform - pos: -13.5,-39.5 - parent: 2 - - uid: 11885 - components: - - type: Transform - pos: -12.5,-39.5 - parent: 2 - - uid: 11886 - components: - - type: Transform - pos: -11.5,-39.5 - parent: 2 - - uid: 11887 - components: - - type: Transform - pos: -10.5,-39.5 - parent: 2 - - uid: 11888 - components: - - type: Transform - pos: -10.5,-40.5 - parent: 2 - - uid: 11889 - components: - - type: Transform - pos: -9.5,-40.5 - parent: 2 - - uid: 11890 - components: - - type: Transform - pos: -8.5,-40.5 - parent: 2 - - uid: 11891 - components: - - type: Transform - pos: -7.5,-40.5 - parent: 2 - - uid: 11893 - components: - - type: Transform - pos: 27.5,41.5 - parent: 2 - - uid: 11899 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 2 - - uid: 11900 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - - uid: 11901 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 2 - - uid: 11902 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 2 - - uid: 11903 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - uid: 11904 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 2 - - uid: 11905 - components: - - type: Transform - pos: -6.5,-33.5 - parent: 2 - - uid: 11906 - components: - - type: Transform - pos: -6.5,-34.5 - parent: 2 - - uid: 11907 - components: - - type: Transform - pos: -6.5,-35.5 - parent: 2 - - uid: 11908 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 2 - - uid: 11909 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - - uid: 11910 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 2 - - uid: 11911 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 2 - - uid: 11912 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - uid: 11913 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 2 - - uid: 11914 - components: - - type: Transform - pos: -1.5,-23.5 - parent: 2 - - uid: 11915 - components: - - type: Transform - pos: -1.5,-22.5 - parent: 2 - - uid: 11916 - components: - - type: Transform - pos: -1.5,-21.5 - parent: 2 - - uid: 11917 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 2 - - uid: 11918 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 2 - - uid: 11920 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 2 - - uid: 11921 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 2 - - uid: 11922 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - - uid: 11923 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 2 - - uid: 11924 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - uid: 11925 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 2 - - uid: 11926 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 2 - - uid: 11927 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 2 - - uid: 11928 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 2 - - uid: 11929 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 2 - - uid: 11930 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 2 - - uid: 11931 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 2 - - uid: 11932 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 2 - - uid: 11933 - components: - - type: Transform - pos: -9.5,-24.5 - parent: 2 - - uid: 11934 - components: - - type: Transform - pos: -10.5,-24.5 - parent: 2 - - uid: 11935 - components: - - type: Transform - pos: -10.5,-25.5 - parent: 2 - - uid: 11936 - components: - - type: Transform - pos: -10.5,-26.5 - parent: 2 - - uid: 11937 - components: - - type: Transform - pos: -10.5,-27.5 - parent: 2 - - uid: 11938 - components: - - type: Transform - pos: -10.5,-28.5 - parent: 2 - - uid: 11939 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 2 - - uid: 11940 - components: - - type: Transform - pos: -15.5,-29.5 - parent: 2 - - uid: 11941 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 2 - - uid: 11942 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 2 - - uid: 11943 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 2 - - uid: 11944 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 2 - - uid: 11945 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 2 - - uid: 11946 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 2 - - uid: 11947 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 2 - - uid: 11948 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 2 - - uid: 11949 - components: - - type: Transform - pos: -12.5,-32.5 - parent: 2 - - uid: 11952 - components: - - type: Transform - pos: 76.5,-15.5 - parent: 2 - - uid: 11953 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 2 - - uid: 11954 - components: - - type: Transform - pos: -12.5,-33.5 - parent: 2 - - uid: 11955 - components: - - type: Transform - pos: -13.5,-33.5 - parent: 2 - - uid: 11956 - components: - - type: Transform - pos: -14.5,-33.5 - parent: 2 - - uid: 11957 - components: - - type: Transform - pos: -15.5,-33.5 - parent: 2 - - uid: 11958 - components: - - type: Transform - pos: -15.5,-34.5 - parent: 2 - - uid: 11959 - components: - - type: Transform - pos: -15.5,-35.5 - parent: 2 - - uid: 11960 - components: - - type: Transform - pos: -15.5,-36.5 - parent: 2 - - uid: 11961 - components: - - type: Transform - pos: -15.5,-37.5 - parent: 2 - - uid: 11962 - components: - - type: Transform - pos: -15.5,-38.5 - parent: 2 - - uid: 12031 - components: - - type: Transform - pos: 77.5,-19.5 - parent: 2 - - uid: 12032 - components: - - type: Transform - pos: 77.5,-18.5 - parent: 2 - - uid: 12082 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - - uid: 12083 - components: - - type: Transform - pos: 11.5,-23.5 - parent: 2 - - uid: 12084 - components: - - type: Transform - pos: 10.5,-23.5 - parent: 2 - - uid: 12085 - components: - - type: Transform - pos: 9.5,-23.5 - parent: 2 - - uid: 12086 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 2 - - uid: 12087 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 2 - - uid: 12089 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 2 - - uid: 12090 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 2 - - uid: 12091 - components: - - type: Transform - pos: 14.5,-24.5 - parent: 2 - - uid: 12092 - components: - - type: Transform - pos: 14.5,-25.5 - parent: 2 - - uid: 12093 - components: - - type: Transform - pos: 14.5,-26.5 - parent: 2 - - uid: 12094 - components: - - type: Transform - pos: 14.5,-27.5 - parent: 2 - - uid: 12095 - components: - - type: Transform - pos: 14.5,-28.5 - parent: 2 - - uid: 12097 - components: - - type: Transform - pos: 67.5,-5.5 - parent: 2 - - uid: 12098 - components: - - type: Transform - pos: -37.5,-25.5 - parent: 2 - - uid: 12099 - components: - - type: Transform - pos: 10.5,-28.5 - parent: 2 - - uid: 12100 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 12101 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 12102 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - - uid: 12103 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - - uid: 12104 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 12105 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 12106 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 12107 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 12108 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - - uid: 12109 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 2 - - uid: 12110 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 2 - - uid: 12111 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - uid: 12112 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - uid: 12114 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 12115 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 12116 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 12117 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 12118 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 12119 - components: - - type: Transform - pos: 54.5,-36.5 - parent: 2 - - uid: 12120 - components: - - type: Transform - pos: -37.5,-27.5 - parent: 2 - - uid: 12122 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 12123 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 2 - - uid: 12124 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 12125 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 12126 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 12127 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 2 - - uid: 12128 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 2 - - uid: 12129 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 2 - - uid: 12132 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 2 - - uid: 12133 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 2 - - uid: 12134 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 2 - - uid: 12135 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 12136 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 12137 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - - uid: 12138 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - - uid: 12139 - components: - - type: Transform - pos: 1.5,-34.5 - parent: 2 - - uid: 12142 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 12149 - components: - - type: Transform - pos: 1.5,-44.5 - parent: 2 - - uid: 12150 - components: - - type: Transform - pos: 1.5,-45.5 - parent: 2 - - uid: 12151 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 2 - - uid: 12152 - components: - - type: Transform - pos: 1.5,-47.5 - parent: 2 - - uid: 12153 - components: - - type: Transform - pos: 1.5,-48.5 - parent: 2 - - uid: 12154 - components: - - type: Transform - pos: 1.5,-49.5 - parent: 2 - - uid: 12155 - components: - - type: Transform - pos: 1.5,-50.5 - parent: 2 - - uid: 12156 - components: - - type: Transform - pos: 1.5,-51.5 - parent: 2 - - uid: 12157 - components: - - type: Transform - pos: 2.5,-51.5 - parent: 2 - - uid: 12158 - components: - - type: Transform - pos: 3.5,-51.5 - parent: 2 - - uid: 12159 - components: - - type: Transform - pos: 4.5,-51.5 - parent: 2 - - uid: 12160 - components: - - type: Transform - pos: 5.5,-51.5 - parent: 2 - - uid: 12161 - components: - - type: Transform - pos: 6.5,-51.5 - parent: 2 - - uid: 12162 - components: - - type: Transform - pos: 7.5,-51.5 - parent: 2 - - uid: 12163 - components: - - type: Transform - pos: 8.5,-51.5 - parent: 2 - - uid: 12164 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 12165 - components: - - type: Transform - pos: 10.5,-51.5 - parent: 2 - - uid: 12166 - components: - - type: Transform - pos: 0.5,-51.5 - parent: 2 - - uid: 12167 - components: - - type: Transform - pos: -0.5,-51.5 - parent: 2 - - uid: 12168 - components: - - type: Transform - pos: -1.5,-51.5 - parent: 2 - - uid: 12169 - components: - - type: Transform - pos: -2.5,-51.5 - parent: 2 - - uid: 12170 - components: - - type: Transform - pos: -3.5,-51.5 - parent: 2 - - uid: 12171 - components: - - type: Transform - pos: -4.5,-51.5 - parent: 2 - - uid: 12172 - components: - - type: Transform - pos: -5.5,-51.5 - parent: 2 - - uid: 12173 - components: - - type: Transform - pos: -6.5,-51.5 - parent: 2 - - uid: 12174 - components: - - type: Transform - pos: -7.5,-51.5 - parent: 2 - - uid: 12175 - components: - - type: Transform - pos: -7.5,-52.5 - parent: 2 - - uid: 12176 - components: - - type: Transform - pos: -7.5,-53.5 - parent: 2 - - uid: 12177 - components: - - type: Transform - pos: -7.5,-54.5 - parent: 2 - - uid: 12178 - components: - - type: Transform - pos: -7.5,-55.5 - parent: 2 - - uid: 12179 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 12180 - components: - - type: Transform - pos: -5.5,-52.5 - parent: 2 - - uid: 12181 - components: - - type: Transform - pos: -5.5,-53.5 - parent: 2 - - uid: 12182 - components: - - type: Transform - pos: -5.5,-54.5 - parent: 2 - - uid: 12183 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 - - uid: 12184 - components: - - type: Transform - pos: -5.5,-56.5 - parent: 2 - - uid: 12185 - components: - - type: Transform - pos: 0.5,-52.5 - parent: 2 - - uid: 12186 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 12187 - components: - - type: Transform - pos: 0.5,-54.5 - parent: 2 - - uid: 12188 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 12189 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 12190 - components: - - type: Transform - pos: 2.5,-52.5 - parent: 2 - - uid: 12191 - components: - - type: Transform - pos: 2.5,-53.5 - parent: 2 - - uid: 12192 - components: - - type: Transform - pos: 2.5,-54.5 - parent: 2 - - uid: 12193 - components: - - type: Transform - pos: 2.5,-55.5 - parent: 2 - - uid: 12194 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 12195 - components: - - type: Transform - pos: 8.5,-52.5 - parent: 2 - - uid: 12196 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 2 - - uid: 12197 - components: - - type: Transform - pos: 8.5,-54.5 - parent: 2 - - uid: 12198 - components: - - type: Transform - pos: 8.5,-55.5 - parent: 2 - - uid: 12199 - components: - - type: Transform - pos: 8.5,-56.5 - parent: 2 - - uid: 12200 - components: - - type: Transform - pos: 10.5,-52.5 - parent: 2 - - uid: 12201 - components: - - type: Transform - pos: 10.5,-53.5 - parent: 2 - - uid: 12202 - components: - - type: Transform - pos: 10.5,-54.5 - parent: 2 - - uid: 12203 - components: - - type: Transform - pos: 10.5,-55.5 - parent: 2 - - uid: 12204 - components: - - type: Transform - pos: 10.5,-56.5 - parent: 2 - - uid: 12205 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 12206 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 2 - - uid: 12207 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 12208 - components: - - type: Transform - pos: -2.5,-35.5 - parent: 2 - - uid: 12209 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 2 - - uid: 12210 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 2 - - uid: 12211 - components: - - type: Transform - pos: -2.5,-38.5 - parent: 2 - - uid: 12216 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 2 - - uid: 12221 - components: - - type: Transform - pos: 4.5,-37.5 - parent: 2 - - uid: 12222 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 12226 - components: - - type: Transform - pos: 20.5,48.5 - parent: 2 - - uid: 12227 - components: - - type: Transform - pos: 10.5,-37.5 - parent: 2 - - uid: 12228 - components: - - type: Transform - pos: 10.5,-36.5 - parent: 2 - - uid: 12229 - components: - - type: Transform - pos: 10.5,-35.5 - parent: 2 - - uid: 12230 - components: - - type: Transform - pos: 10.5,-34.5 - parent: 2 - - uid: 12231 - components: - - type: Transform - pos: 10.5,-33.5 - parent: 2 - - uid: 12232 - components: - - type: Transform - pos: 10.5,-32.5 - parent: 2 - - uid: 12233 - components: - - type: Transform - pos: 10.5,-31.5 - parent: 2 - - uid: 12234 - components: - - type: Transform - pos: 10.5,-30.5 - parent: 2 - - uid: 12235 - components: - - type: Transform - pos: 10.5,-29.5 - parent: 2 - - uid: 12236 - components: - - type: Transform - pos: 5.5,-31.5 - parent: 2 - - uid: 12237 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 2 - - uid: 12238 - components: - - type: Transform - pos: 5.5,-33.5 - parent: 2 - - uid: 12240 - components: - - type: Transform - pos: 5.5,-35.5 - parent: 2 - - uid: 12241 - components: - - type: Transform - pos: 5.5,-36.5 - parent: 2 - - uid: 12242 - components: - - type: Transform - pos: 5.5,-38.5 - parent: 2 - - uid: 12248 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 2 - - uid: 12269 - components: - - type: Transform - pos: -6.5,-37.5 - parent: 2 - - uid: 12297 - components: - - type: Transform - pos: 20.5,49.5 - parent: 2 - - uid: 12324 - components: - - type: Transform - pos: 14.5,-22.5 - parent: 2 - - uid: 12325 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 2 - - uid: 12326 - components: - - type: Transform - pos: 14.5,-20.5 - parent: 2 - - uid: 12327 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 2 - - uid: 12329 - components: - - type: Transform - pos: 15.5,-20.5 - parent: 2 - - uid: 12330 - components: - - type: Transform - pos: 16.5,-20.5 - parent: 2 - - uid: 12331 - components: - - type: Transform - pos: 17.5,-20.5 - parent: 2 - - uid: 12332 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 2 - - uid: 12333 - components: - - type: Transform - pos: 19.5,-20.5 - parent: 2 - - uid: 12334 - components: - - type: Transform - pos: 20.5,-20.5 - parent: 2 - - uid: 12335 - components: - - type: Transform - pos: 21.5,-20.5 - parent: 2 - - uid: 12336 - components: - - type: Transform - pos: 22.5,-20.5 - parent: 2 - - uid: 12337 - components: - - type: Transform - pos: 23.5,-20.5 - parent: 2 - - uid: 12338 - components: - - type: Transform - pos: 24.5,-20.5 - parent: 2 - - uid: 12339 - components: - - type: Transform - pos: 25.5,-20.5 - parent: 2 - - uid: 12340 - components: - - type: Transform - pos: 26.5,-20.5 - parent: 2 - - uid: 12341 - components: - - type: Transform - pos: 27.5,-20.5 - parent: 2 - - uid: 12342 - components: - - type: Transform - pos: 28.5,-20.5 - parent: 2 - - uid: 12343 - components: - - type: Transform - pos: 29.5,-20.5 - parent: 2 - - uid: 12344 - components: - - type: Transform - pos: 30.5,-20.5 - parent: 2 - - uid: 12345 - components: - - type: Transform - pos: 31.5,-20.5 - parent: 2 - - uid: 12346 - components: - - type: Transform - pos: 29.5,-21.5 - parent: 2 - - uid: 12349 - components: - - type: Transform - pos: 29.5,-24.5 - parent: 2 - - uid: 12350 - components: - - type: Transform - pos: 29.5,-25.5 - parent: 2 - - uid: 12351 - components: - - type: Transform - pos: 29.5,-26.5 - parent: 2 - - uid: 12352 - components: - - type: Transform - pos: 30.5,-24.5 - parent: 2 - - uid: 12353 - components: - - type: Transform - pos: 31.5,-24.5 - parent: 2 - - uid: 12354 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 2 - - uid: 12355 - components: - - type: Transform - pos: 33.5,-24.5 - parent: 2 - - uid: 12356 - components: - - type: Transform - pos: 34.5,-24.5 - parent: 2 - - uid: 12357 - components: - - type: Transform - pos: 35.5,-24.5 - parent: 2 - - uid: 12358 - components: - - type: Transform - pos: 36.5,-24.5 - parent: 2 - - uid: 12359 - components: - - type: Transform - pos: 37.5,-24.5 - parent: 2 - - uid: 12360 - components: - - type: Transform - pos: 38.5,-24.5 - parent: 2 - - uid: 12361 - components: - - type: Transform - pos: 38.5,-25.5 - parent: 2 - - uid: 12362 - components: - - type: Transform - pos: 38.5,-26.5 - parent: 2 - - uid: 12363 - components: - - type: Transform - pos: 38.5,-27.5 - parent: 2 - - uid: 12364 - components: - - type: Transform - pos: 38.5,-28.5 - parent: 2 - - uid: 12365 - components: - - type: Transform - pos: 38.5,-29.5 - parent: 2 - - uid: 12366 - components: - - type: Transform - pos: 38.5,-30.5 - parent: 2 - - uid: 12367 - components: - - type: Transform - pos: 38.5,-31.5 - parent: 2 - - uid: 12368 - components: - - type: Transform - pos: 38.5,-32.5 - parent: 2 - - uid: 12369 - components: - - type: Transform - pos: 38.5,-33.5 - parent: 2 - - uid: 12370 - components: - - type: Transform - pos: 37.5,-33.5 - parent: 2 - - uid: 12371 - components: - - type: Transform - pos: 36.5,-33.5 - parent: 2 - - uid: 12372 - components: - - type: Transform - pos: 35.5,-33.5 - parent: 2 - - uid: 12373 - components: - - type: Transform - pos: 34.5,-33.5 - parent: 2 - - uid: 12374 - components: - - type: Transform - pos: 33.5,-33.5 - parent: 2 - - uid: 12375 - components: - - type: Transform - pos: 32.5,-33.5 - parent: 2 - - uid: 12376 - components: - - type: Transform - pos: 31.5,-33.5 - parent: 2 - - uid: 12377 - components: - - type: Transform - pos: 30.5,-33.5 - parent: 2 - - uid: 12378 - components: - - type: Transform - pos: 29.5,-33.5 - parent: 2 - - uid: 12379 - components: - - type: Transform - pos: 29.5,-32.5 - parent: 2 - - uid: 12380 - components: - - type: Transform - pos: 29.5,-31.5 - parent: 2 - - uid: 12381 - components: - - type: Transform - pos: 29.5,-30.5 - parent: 2 - - uid: 12382 - components: - - type: Transform - pos: 29.5,-29.5 - parent: 2 - - uid: 12383 - components: - - type: Transform - pos: 29.5,-28.5 - parent: 2 - - uid: 12384 - components: - - type: Transform - pos: 29.5,-27.5 - parent: 2 - - uid: 12385 - components: - - type: Transform - pos: 39.5,-24.5 - parent: 2 - - uid: 12386 - components: - - type: Transform - pos: 39.5,-23.5 - parent: 2 - - uid: 12387 - components: - - type: Transform - pos: 39.5,-22.5 - parent: 2 - - uid: 12388 - components: - - type: Transform - pos: 40.5,-22.5 - parent: 2 - - uid: 12389 - components: - - type: Transform - pos: 41.5,-22.5 - parent: 2 - - uid: 12390 - components: - - type: Transform - pos: 42.5,-22.5 - parent: 2 - - uid: 12391 - components: - - type: Transform - pos: 43.5,-22.5 - parent: 2 - - uid: 12392 - components: - - type: Transform - pos: 35.5,-23.5 - parent: 2 - - uid: 12393 - components: - - type: Transform - pos: 35.5,-22.5 - parent: 2 - - uid: 12394 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 12395 - components: - - type: Transform - pos: 35.5,-20.5 - parent: 2 - - uid: 12396 - components: - - type: Transform - pos: 35.5,-19.5 - parent: 2 - - uid: 12397 - components: - - type: Transform - pos: 35.5,-18.5 - parent: 2 - - uid: 12398 - components: - - type: Transform - pos: 15.5,-24.5 - parent: 2 - - uid: 12399 - components: - - type: Transform - pos: 16.5,-24.5 - parent: 2 - - uid: 12400 - components: - - type: Transform - pos: 25.5,-24.5 - parent: 2 - - uid: 12401 - components: - - type: Transform - pos: 24.5,-24.5 - parent: 2 - - uid: 12402 - components: - - type: Transform - pos: 23.5,-24.5 - parent: 2 - - uid: 12403 - components: - - type: Transform - pos: 22.5,-24.5 - parent: 2 - - uid: 12404 - components: - - type: Transform - pos: 21.5,-24.5 - parent: 2 - - uid: 12405 - components: - - type: Transform - pos: 20.5,-24.5 - parent: 2 - - uid: 12406 - components: - - type: Transform - pos: 20.5,-25.5 - parent: 2 - - uid: 12407 - components: - - type: Transform - pos: 20.5,-26.5 - parent: 2 - - uid: 12408 - components: - - type: Transform - pos: 20.5,-27.5 - parent: 2 - - uid: 12409 - components: - - type: Transform - pos: 20.5,-28.5 - parent: 2 - - uid: 12410 - components: - - type: Transform - pos: 20.5,-29.5 - parent: 2 - - uid: 12411 - components: - - type: Transform - pos: 20.5,-30.5 - parent: 2 - - uid: 12412 - components: - - type: Transform - pos: 20.5,-31.5 - parent: 2 - - uid: 12413 - components: - - type: Transform - pos: 19.5,-31.5 - parent: 2 - - uid: 12414 - components: - - type: Transform - pos: 18.5,-31.5 - parent: 2 - - uid: 12415 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 2 - - uid: 12416 - components: - - type: Transform - pos: 16.5,-31.5 - parent: 2 - - uid: 12417 - components: - - type: Transform - pos: 15.5,-31.5 - parent: 2 - - uid: 12418 - components: - - type: Transform - pos: 14.5,-31.5 - parent: 2 - - uid: 12419 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 12420 - components: - - type: Transform - pos: 14.5,-29.5 - parent: 2 - - uid: 12421 - components: - - type: Transform - pos: 25.5,-23.5 - parent: 2 - - uid: 12422 - components: - - type: Transform - pos: 25.5,-22.5 - parent: 2 - - uid: 12423 - components: - - type: Transform - pos: 25.5,-21.5 - parent: 2 - - uid: 12424 - components: - - type: Transform - pos: 14.5,-32.5 - parent: 2 - - uid: 12425 - components: - - type: Transform - pos: 14.5,-33.5 - parent: 2 - - uid: 12426 - components: - - type: Transform - pos: 14.5,-34.5 - parent: 2 - - uid: 12427 - components: - - type: Transform - pos: 14.5,-35.5 - parent: 2 - - uid: 12428 - components: - - type: Transform - pos: 14.5,-36.5 - parent: 2 - - uid: 12429 - components: - - type: Transform - pos: 15.5,-36.5 - parent: 2 - - uid: 12430 - components: - - type: Transform - pos: 16.5,-36.5 - parent: 2 - - uid: 12431 - components: - - type: Transform - pos: 17.5,-36.5 - parent: 2 - - uid: 12432 - components: - - type: Transform - pos: 18.5,-36.5 - parent: 2 - - uid: 12433 - components: - - type: Transform - pos: 19.5,-36.5 - parent: 2 - - uid: 12434 - components: - - type: Transform - pos: 20.5,-36.5 - parent: 2 - - uid: 12435 - components: - - type: Transform - pos: 21.5,-36.5 - parent: 2 - - uid: 12436 - components: - - type: Transform - pos: 21.5,-34.5 - parent: 2 - - uid: 12437 - components: - - type: Transform - pos: 21.5,-33.5 - parent: 2 - - uid: 12438 - components: - - type: Transform - pos: 21.5,-32.5 - parent: 2 - - uid: 12439 - components: - - type: Transform - pos: 21.5,-31.5 - parent: 2 - - uid: 12440 - components: - - type: Transform - pos: 22.5,-33.5 - parent: 2 - - uid: 12441 - components: - - type: Transform - pos: 23.5,-33.5 - parent: 2 - - uid: 12442 - components: - - type: Transform - pos: 24.5,-33.5 - parent: 2 - - uid: 12443 - components: - - type: Transform - pos: 25.5,-33.5 - parent: 2 - - uid: 12444 - components: - - type: Transform - pos: 21.5,-35.5 - parent: 2 - - uid: 12445 - components: - - type: Transform - pos: 25.5,-32.5 - parent: 2 - - uid: 12446 - components: - - type: Transform - pos: 25.5,-31.5 - parent: 2 - - uid: 12447 - components: - - type: Transform - pos: 25.5,-30.5 - parent: 2 - - uid: 12448 - components: - - type: Transform - pos: 25.5,-29.5 - parent: 2 - - uid: 12449 - components: - - type: Transform - pos: 25.5,-28.5 - parent: 2 - - uid: 12450 - components: - - type: Transform - pos: 24.5,-28.5 - parent: 2 - - uid: 12452 - components: - - type: Transform - pos: 18.5,53.5 - parent: 2 - - uid: 12454 - components: - - type: Transform - pos: 42.5,-26.5 - parent: 2 - - uid: 12455 - components: - - type: Transform - pos: 43.5,-26.5 - parent: 2 - - uid: 12456 - components: - - type: Transform - pos: 44.5,-26.5 - parent: 2 - - uid: 12457 - components: - - type: Transform - pos: 45.5,-26.5 - parent: 2 - - uid: 12458 - components: - - type: Transform - pos: 46.5,-26.5 - parent: 2 - - uid: 12459 - components: - - type: Transform - pos: 46.5,-25.5 - parent: 2 - - uid: 12460 - components: - - type: Transform - pos: 46.5,-24.5 - parent: 2 - - uid: 12461 - components: - - type: Transform - pos: 46.5,-23.5 - parent: 2 - - uid: 12462 - components: - - type: Transform - pos: 46.5,-22.5 - parent: 2 - - uid: 12463 - components: - - type: Transform - pos: 46.5,-21.5 - parent: 2 - - uid: 12465 - components: - - type: Transform - pos: 44.5,-27.5 - parent: 2 - - uid: 12466 - components: - - type: Transform - pos: 44.5,-28.5 - parent: 2 - - uid: 12467 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 2 - - uid: 12468 - components: - - type: Transform - pos: 44.5,-30.5 - parent: 2 - - uid: 12469 - components: - - type: Transform - pos: 44.5,-31.5 - parent: 2 - - uid: 12470 - components: - - type: Transform - pos: 44.5,-32.5 - parent: 2 - - uid: 12471 - components: - - type: Transform - pos: 44.5,-33.5 - parent: 2 - - uid: 12472 - components: - - type: Transform - pos: 45.5,-33.5 - parent: 2 - - uid: 12473 - components: - - type: Transform - pos: 46.5,-33.5 - parent: 2 - - uid: 12474 - components: - - type: Transform - pos: 47.5,-33.5 - parent: 2 - - uid: 12475 - components: - - type: Transform - pos: 48.5,-33.5 - parent: 2 - - uid: 12476 - components: - - type: Transform - pos: 49.5,-33.5 - parent: 2 - - uid: 12477 - components: - - type: Transform - pos: 49.5,-32.5 - parent: 2 - - uid: 12478 - components: - - type: Transform - pos: 49.5,-31.5 - parent: 2 - - uid: 12479 - components: - - type: Transform - pos: 50.5,-31.5 - parent: 2 - - uid: 12480 - components: - - type: Transform - pos: 51.5,-31.5 - parent: 2 - - uid: 12481 - components: - - type: Transform - pos: 51.5,-30.5 - parent: 2 - - uid: 12482 - components: - - type: Transform - pos: 52.5,-30.5 - parent: 2 - - uid: 12483 - components: - - type: Transform - pos: 53.5,-30.5 - parent: 2 - - uid: 12484 - components: - - type: Transform - pos: 54.5,-30.5 - parent: 2 - - uid: 12485 - components: - - type: Transform - pos: 55.5,-30.5 - parent: 2 - - uid: 12486 - components: - - type: Transform - pos: 56.5,-30.5 - parent: 2 - - uid: 12487 - components: - - type: Transform - pos: 57.5,-30.5 - parent: 2 - - uid: 12488 - components: - - type: Transform - pos: 58.5,-30.5 - parent: 2 - - uid: 12489 - components: - - type: Transform - pos: 59.5,-30.5 - parent: 2 - - uid: 12490 - components: - - type: Transform - pos: 60.5,-30.5 - parent: 2 - - uid: 12491 - components: - - type: Transform - pos: 21.5,49.5 - parent: 2 - - uid: 12492 - components: - - type: Transform - pos: 28.5,53.5 - parent: 2 - - uid: 12493 - components: - - type: Transform - pos: 27.5,53.5 - parent: 2 - - uid: 12494 - components: - - type: Transform - pos: 60.5,-26.5 - parent: 2 - - uid: 12495 - components: - - type: Transform - pos: 60.5,-25.5 - parent: 2 - - uid: 12496 - components: - - type: Transform - pos: 60.5,-24.5 - parent: 2 - - uid: 12497 - components: - - type: Transform - pos: 60.5,-23.5 - parent: 2 - - uid: 12498 - components: - - type: Transform - pos: 60.5,-22.5 - parent: 2 - - uid: 12499 - components: - - type: Transform - pos: 60.5,-21.5 - parent: 2 - - uid: 12500 - components: - - type: Transform - pos: 60.5,-20.5 - parent: 2 - - uid: 12501 - components: - - type: Transform - pos: 60.5,-19.5 - parent: 2 - - uid: 12502 - components: - - type: Transform - pos: 60.5,-18.5 - parent: 2 - - uid: 12503 - components: - - type: Transform - pos: 60.5,-17.5 - parent: 2 - - uid: 12504 - components: - - type: Transform - pos: 60.5,-16.5 - parent: 2 - - uid: 12506 - components: - - type: Transform - pos: 60.5,-14.5 - parent: 2 - - uid: 12507 - components: - - type: Transform - pos: 60.5,-13.5 - parent: 2 - - uid: 12508 - components: - - type: Transform - pos: 60.5,-12.5 - parent: 2 - - uid: 12509 - components: - - type: Transform - pos: 60.5,-11.5 - parent: 2 - - uid: 12510 - components: - - type: Transform - pos: 60.5,-10.5 - parent: 2 - - uid: 12512 - components: - - type: Transform - pos: 60.5,-8.5 - parent: 2 - - uid: 12513 - components: - - type: Transform - pos: 60.5,-7.5 - parent: 2 - - uid: 12514 - components: - - type: Transform - pos: 60.5,-6.5 - parent: 2 - - uid: 12515 - components: - - type: Transform - pos: 60.5,-5.5 - parent: 2 - - uid: 12516 - components: - - type: Transform - pos: 60.5,-4.5 - parent: 2 - - uid: 12517 - components: - - type: Transform - pos: 60.5,-3.5 - parent: 2 - - uid: 12518 - components: - - type: Transform - pos: 60.5,-2.5 - parent: 2 - - uid: 12519 - components: - - type: Transform - pos: 60.5,-1.5 - parent: 2 - - uid: 12520 - components: - - type: Transform - pos: 59.5,-1.5 - parent: 2 - - uid: 12521 - components: - - type: Transform - pos: 58.5,-1.5 - parent: 2 - - uid: 12522 - components: - - type: Transform - pos: 57.5,-1.5 - parent: 2 - - uid: 12523 - components: - - type: Transform - pos: 56.5,-1.5 - parent: 2 - - uid: 12524 - components: - - type: Transform - pos: 55.5,-1.5 - parent: 2 - - uid: 12525 - components: - - type: Transform - pos: 54.5,-1.5 - parent: 2 - - uid: 12526 - components: - - type: Transform - pos: 53.5,-1.5 - parent: 2 - - uid: 12527 - components: - - type: Transform - pos: 53.5,-2.5 - parent: 2 - - uid: 12528 - components: - - type: Transform - pos: 53.5,-3.5 - parent: 2 - - uid: 12529 - components: - - type: Transform - pos: 53.5,-4.5 - parent: 2 - - uid: 12530 - components: - - type: Transform - pos: 53.5,-5.5 - parent: 2 - - uid: 12531 - components: - - type: Transform - pos: 54.5,-5.5 - parent: 2 - - uid: 12532 - components: - - type: Transform - pos: 54.5,-6.5 - parent: 2 - - uid: 12533 - components: - - type: Transform - pos: 54.5,-7.5 - parent: 2 - - uid: 12534 - components: - - type: Transform - pos: 54.5,-8.5 - parent: 2 - - uid: 12535 - components: - - type: Transform - pos: 54.5,-9.5 - parent: 2 - - uid: 12536 - components: - - type: Transform - pos: 54.5,-10.5 - parent: 2 - - uid: 12537 - components: - - type: Transform - pos: 54.5,-11.5 - parent: 2 - - uid: 12538 - components: - - type: Transform - pos: 54.5,-12.5 - parent: 2 - - uid: 12539 - components: - - type: Transform - pos: 54.5,-13.5 - parent: 2 - - uid: 12540 - components: - - type: Transform - pos: 54.5,-14.5 - parent: 2 - - uid: 12541 - components: - - type: Transform - pos: 54.5,-15.5 - parent: 2 - - uid: 12542 - components: - - type: Transform - pos: 54.5,-16.5 - parent: 2 - - uid: 12543 - components: - - type: Transform - pos: 54.5,-17.5 - parent: 2 - - uid: 12544 - components: - - type: Transform - pos: 54.5,-18.5 - parent: 2 - - uid: 12545 - components: - - type: Transform - pos: 54.5,-19.5 - parent: 2 - - uid: 12546 - components: - - type: Transform - pos: 54.5,-20.5 - parent: 2 - - uid: 12547 - components: - - type: Transform - pos: 54.5,-21.5 - parent: 2 - - uid: 12548 - components: - - type: Transform - pos: 54.5,-22.5 - parent: 2 - - uid: 12549 - components: - - type: Transform - pos: 54.5,-23.5 - parent: 2 - - uid: 12550 - components: - - type: Transform - pos: 54.5,-24.5 - parent: 2 - - uid: 12551 - components: - - type: Transform - pos: 54.5,-25.5 - parent: 2 - - uid: 12552 - components: - - type: Transform - pos: 54.5,-26.5 - parent: 2 - - uid: 12553 - components: - - type: Transform - pos: 55.5,-26.5 - parent: 2 - - uid: 12554 - components: - - type: Transform - pos: 56.5,-26.5 - parent: 2 - - uid: 12555 - components: - - type: Transform - pos: 57.5,-26.5 - parent: 2 - - uid: 12556 - components: - - type: Transform - pos: 58.5,-26.5 - parent: 2 - - uid: 12557 - components: - - type: Transform - pos: 59.5,-26.5 - parent: 2 - - uid: 12558 - components: - - type: Transform - pos: 53.5,-20.5 - parent: 2 - - uid: 12559 - components: - - type: Transform - pos: 52.5,-20.5 - parent: 2 - - uid: 12560 - components: - - type: Transform - pos: 51.5,-20.5 - parent: 2 - - uid: 12561 - components: - - type: Transform - pos: 50.5,-20.5 - parent: 2 - - uid: 12562 - components: - - type: Transform - pos: 50.5,-21.5 - parent: 2 - - uid: 12563 - components: - - type: Transform - pos: 50.5,-22.5 - parent: 2 - - uid: 12564 - components: - - type: Transform - pos: 50.5,-23.5 - parent: 2 - - uid: 12565 - components: - - type: Transform - pos: 50.5,-24.5 - parent: 2 - - uid: 12566 - components: - - type: Transform - pos: 51.5,-24.5 - parent: 2 - - uid: 12567 - components: - - type: Transform - pos: 52.5,-24.5 - parent: 2 - - uid: 12568 - components: - - type: Transform - pos: 53.5,-24.5 - parent: 2 - - uid: 12569 - components: - - type: Transform - pos: 61.5,-16.5 - parent: 2 - - uid: 12570 - components: - - type: Transform - pos: 62.5,-16.5 - parent: 2 - - uid: 12571 - components: - - type: Transform - pos: 63.5,-16.5 - parent: 2 - - uid: 12572 - components: - - type: Transform - pos: 64.5,-16.5 - parent: 2 - - uid: 12573 - components: - - type: Transform - pos: 65.5,-16.5 - parent: 2 - - uid: 12574 - components: - - type: Transform - pos: 66.5,-16.5 - parent: 2 - - uid: 12575 - components: - - type: Transform - pos: 67.5,-16.5 - parent: 2 - - uid: 12576 - components: - - type: Transform - pos: 68.5,-16.5 - parent: 2 - - uid: 12577 - components: - - type: Transform - pos: 69.5,-16.5 - parent: 2 - - uid: 12578 - components: - - type: Transform - pos: 70.5,-16.5 - parent: 2 - - uid: 12579 - components: - - type: Transform - pos: 71.5,-16.5 - parent: 2 - - uid: 12580 - components: - - type: Transform - pos: 72.5,-16.5 - parent: 2 - - uid: 12581 - components: - - type: Transform - pos: 73.5,-16.5 - parent: 2 - - uid: 12582 - components: - - type: Transform - pos: 74.5,-16.5 - parent: 2 - - uid: 12583 - components: - - type: Transform - pos: 75.5,-16.5 - parent: 2 - - uid: 12584 - components: - - type: Transform - pos: 15.5,47.5 - parent: 2 - - uid: 12585 - components: - - type: Transform - pos: -39.5,-30.5 - parent: 2 - - uid: 12586 - components: - - type: Transform - pos: 77.5,-15.5 - parent: 2 - - uid: 12587 - components: - - type: Transform - pos: 78.5,-15.5 - parent: 2 - - uid: 12588 - components: - - type: Transform - pos: 79.5,-15.5 - parent: 2 - - uid: 12589 - components: - - type: Transform - pos: 80.5,-15.5 - parent: 2 - - uid: 12590 - components: - - type: Transform - pos: 81.5,-15.5 - parent: 2 - - uid: 12591 - components: - - type: Transform - pos: 77.5,-17.5 - parent: 2 - - uid: 12592 - components: - - type: Transform - pos: 78.5,-17.5 - parent: 2 - - uid: 12593 - components: - - type: Transform - pos: 79.5,-17.5 - parent: 2 - - uid: 12594 - components: - - type: Transform - pos: 80.5,-17.5 - parent: 2 - - uid: 12595 - components: - - type: Transform - pos: 81.5,-17.5 - parent: 2 - - uid: 12597 - components: - - type: Transform - pos: 51.5,49.5 - parent: 2 - - uid: 12598 - components: - - type: Transform - pos: 76.5,-19.5 - parent: 2 - - uid: 12599 - components: - - type: Transform - pos: 76.5,-20.5 - parent: 2 - - uid: 12600 - components: - - type: Transform - pos: 75.5,-20.5 - parent: 2 - - uid: 12601 - components: - - type: Transform - pos: 74.5,-20.5 - parent: 2 - - uid: 12602 - components: - - type: Transform - pos: 73.5,-20.5 - parent: 2 - - uid: 12603 - components: - - type: Transform - pos: 72.5,-20.5 - parent: 2 - - uid: 12604 - components: - - type: Transform - pos: 71.5,-20.5 - parent: 2 - - uid: 12605 - components: - - type: Transform - pos: 71.5,-21.5 - parent: 2 - - uid: 12606 - components: - - type: Transform - pos: 70.5,-21.5 - parent: 2 - - uid: 12607 - components: - - type: Transform - pos: 70.5,-22.5 - parent: 2 - - uid: 12608 - components: - - type: Transform - pos: 70.5,-23.5 - parent: 2 - - uid: 12609 - components: - - type: Transform - pos: 70.5,-24.5 - parent: 2 - - uid: 12610 - components: - - type: Transform - pos: 69.5,-24.5 - parent: 2 - - uid: 12611 - components: - - type: Transform - pos: 69.5,-25.5 - parent: 2 - - uid: 12612 - components: - - type: Transform - pos: 69.5,-26.5 - parent: 2 - - uid: 12613 - components: - - type: Transform - pos: 68.5,-26.5 - parent: 2 - - uid: 12614 - components: - - type: Transform - pos: 68.5,-27.5 - parent: 2 - - uid: 12615 - components: - - type: Transform - pos: 67.5,-27.5 - parent: 2 - - uid: 12616 - components: - - type: Transform - pos: 66.5,-27.5 - parent: 2 - - uid: 12617 - components: - - type: Transform - pos: 66.5,-28.5 - parent: 2 - - uid: 12618 - components: - - type: Transform - pos: 65.5,-28.5 - parent: 2 - - uid: 12619 - components: - - type: Transform - pos: 64.5,-28.5 - parent: 2 - - uid: 12620 - components: - - type: Transform - pos: 63.5,-28.5 - parent: 2 - - uid: 12621 - components: - - type: Transform - pos: 63.5,-29.5 - parent: 2 - - uid: 12622 - components: - - type: Transform - pos: 62.5,-29.5 - parent: 2 - - uid: 12623 - components: - - type: Transform - pos: 62.5,-30.5 - parent: 2 - - uid: 12624 - components: - - type: Transform - pos: 61.5,-30.5 - parent: 2 - - uid: 12626 - components: - - type: Transform - pos: 76.5,-14.5 - parent: 2 - - uid: 12627 - components: - - type: Transform - pos: 76.5,-13.5 - parent: 2 - - uid: 12628 - components: - - type: Transform - pos: 76.5,-12.5 - parent: 2 - - uid: 12629 - components: - - type: Transform - pos: 76.5,-11.5 - parent: 2 - - uid: 12630 - components: - - type: Transform - pos: 76.5,-10.5 - parent: 2 - - uid: 12631 - components: - - type: Transform - pos: 77.5,-10.5 - parent: 2 - - uid: 12632 - components: - - type: Transform - pos: 77.5,-9.5 - parent: 2 - - uid: 12633 - components: - - type: Transform - pos: 77.5,-8.5 - parent: 2 - - uid: 12634 - components: - - type: Transform - pos: 78.5,-8.5 - parent: 2 - - uid: 12635 - components: - - type: Transform - pos: 78.5,-6.5 - parent: 2 - - uid: 12636 - components: - - type: Transform - pos: 78.5,-7.5 - parent: 2 - - uid: 12637 - components: - - type: Transform - pos: 79.5,-6.5 - parent: 2 - - uid: 12638 - components: - - type: Transform - pos: 79.5,-5.5 - parent: 2 - - uid: 12639 - components: - - type: Transform - pos: 79.5,-4.5 - parent: 2 - - uid: 12640 - components: - - type: Transform - pos: 79.5,-3.5 - parent: 2 - - uid: 12641 - components: - - type: Transform - pos: 79.5,-2.5 - parent: 2 - - uid: 12642 - components: - - type: Transform - pos: 79.5,-1.5 - parent: 2 - - uid: 12643 - components: - - type: Transform - pos: 79.5,-0.5 - parent: 2 - - uid: 12647 - components: - - type: Transform - pos: 75.5,-3.5 - parent: 2 - - uid: 12648 - components: - - type: Transform - pos: 74.5,-3.5 - parent: 2 - - uid: 12649 - components: - - type: Transform - pos: 73.5,-3.5 - parent: 2 - - uid: 12650 - components: - - type: Transform - pos: 72.5,-3.5 - parent: 2 - - uid: 12651 - components: - - type: Transform - pos: 71.5,-3.5 - parent: 2 - - uid: 12652 - components: - - type: Transform - pos: 70.5,-3.5 - parent: 2 - - uid: 12653 - components: - - type: Transform - pos: 69.5,-3.5 - parent: 2 - - uid: 12654 - components: - - type: Transform - pos: 68.5,-3.5 - parent: 2 - - uid: 12655 - components: - - type: Transform - pos: 67.5,-3.5 - parent: 2 - - uid: 12656 - components: - - type: Transform - pos: 66.5,-3.5 - parent: 2 - - uid: 12657 - components: - - type: Transform - pos: 65.5,-3.5 - parent: 2 - - uid: 12658 - components: - - type: Transform - pos: 64.5,-3.5 - parent: 2 - - uid: 12659 - components: - - type: Transform - pos: 63.5,-3.5 - parent: 2 - - uid: 12660 - components: - - type: Transform - pos: 62.5,-3.5 - parent: 2 - - uid: 12661 - components: - - type: Transform - pos: 61.5,-3.5 - parent: 2 - - uid: 12662 - components: - - type: Transform - pos: 61.5,-9.5 - parent: 2 - - uid: 12663 - components: - - type: Transform - pos: 62.5,-9.5 - parent: 2 - - uid: 12664 - components: - - type: Transform - pos: 63.5,-9.5 - parent: 2 - - uid: 12665 - components: - - type: Transform - pos: 64.5,-9.5 - parent: 2 - - uid: 12666 - components: - - type: Transform - pos: 65.5,-9.5 - parent: 2 - - uid: 12667 - components: - - type: Transform - pos: 66.5,-9.5 - parent: 2 - - uid: 12668 - components: - - type: Transform - pos: 66.5,-10.5 - parent: 2 - - uid: 12669 - components: - - type: Transform - pos: 66.5,-11.5 - parent: 2 - - uid: 12670 - components: - - type: Transform - pos: 66.5,-12.5 - parent: 2 - - uid: 12671 - components: - - type: Transform - pos: 66.5,-13.5 - parent: 2 - - uid: 12672 - components: - - type: Transform - pos: 66.5,-14.5 - parent: 2 - - uid: 12673 - components: - - type: Transform - pos: 66.5,-15.5 - parent: 2 - - uid: 12674 - components: - - type: Transform - pos: 72.5,-15.5 - parent: 2 - - uid: 12675 - components: - - type: Transform - pos: 72.5,-14.5 - parent: 2 - - uid: 12676 - components: - - type: Transform - pos: 72.5,-13.5 - parent: 2 - - uid: 12677 - components: - - type: Transform - pos: 72.5,-12.5 - parent: 2 - - uid: 12678 - components: - - type: Transform - pos: 72.5,-11.5 - parent: 2 - - uid: 12679 - components: - - type: Transform - pos: 72.5,-10.5 - parent: 2 - - uid: 13111 - components: - - type: Transform - pos: -75.5,21.5 - parent: 2 - - uid: 13112 - components: - - type: Transform - pos: -76.5,21.5 - parent: 2 - - uid: 13117 - components: - - type: Transform - pos: -79.5,21.5 - parent: 2 - - uid: 13119 - components: - - type: Transform - pos: -78.5,21.5 - parent: 2 - - uid: 13472 - components: - - type: Transform - pos: -89.5,-60.5 - parent: 2 - - uid: 13476 - components: - - type: Transform - pos: -90.5,-59.5 - parent: 2 - - uid: 13477 - components: - - type: Transform - pos: -89.5,-61.5 - parent: 2 - - uid: 13478 - components: - - type: Transform - pos: -89.5,-62.5 - parent: 2 - - uid: 13479 - components: - - type: Transform - pos: -90.5,-50.5 - parent: 2 - - uid: 13480 - components: - - type: Transform - pos: -90.5,-40.5 - parent: 2 - - uid: 13481 - components: - - type: Transform - pos: 56.5,-41.5 - parent: 2 - - uid: 13519 - components: - - type: Transform - pos: 53.5,49.5 - parent: 2 - - uid: 13585 - components: - - type: Transform - pos: -86.5,-34.5 - parent: 2 - - uid: 13596 - components: - - type: Transform - pos: -89.5,-37.5 - parent: 2 - - uid: 13597 - components: - - type: Transform - pos: -72.5,-33.5 - parent: 2 - - uid: 13598 - components: - - type: Transform - pos: -89.5,-35.5 - parent: 2 - - uid: 13599 - components: - - type: Transform - pos: -87.5,-34.5 - parent: 2 - - uid: 13600 - components: - - type: Transform - pos: -89.5,-36.5 - parent: 2 - - uid: 13601 - components: - - type: Transform - pos: -85.5,-34.5 - parent: 2 - - uid: 13602 - components: - - type: Transform - pos: -88.5,-34.5 - parent: 2 - - uid: 13603 - components: - - type: Transform - pos: -82.5,-34.5 - parent: 2 - - uid: 13604 - components: - - type: Transform - pos: -84.5,-34.5 - parent: 2 - - uid: 13605 - components: - - type: Transform - pos: -83.5,-34.5 - parent: 2 - - uid: 13613 - components: - - type: Transform - pos: -89.5,-34.5 - parent: 2 - - uid: 13657 - components: - - type: Transform - pos: -89.5,-33.5 - parent: 2 - - uid: 13658 - components: - - type: Transform - pos: -81.5,-33.5 - parent: 2 - - uid: 13684 - components: - - type: Transform - pos: -89.5,-48.5 - parent: 2 - - uid: 13685 - components: - - type: Transform - pos: -89.5,-44.5 - parent: 2 - - uid: 13686 - components: - - type: Transform - pos: -89.5,-38.5 - parent: 2 - - uid: 13687 - components: - - type: Transform - pos: -89.5,-51.5 - parent: 2 - - uid: 13688 - components: - - type: Transform - pos: -89.5,-53.5 - parent: 2 - - uid: 13723 - components: - - type: Transform - pos: 56.5,-37.5 - parent: 2 - - uid: 13757 - components: - - type: Transform - pos: 54.5,51.5 - parent: 2 - - uid: 13829 - components: - - type: Transform - pos: -50.5,-31.5 - parent: 2 - - uid: 13830 - components: - - type: Transform - pos: -50.5,-30.5 - parent: 2 - - uid: 13831 - components: - - type: Transform - pos: -50.5,-29.5 - parent: 2 - - uid: 13832 - components: - - type: Transform - pos: -50.5,-28.5 - parent: 2 - - uid: 13833 - components: - - type: Transform - pos: -50.5,-27.5 - parent: 2 - - uid: 13834 - components: - - type: Transform - pos: -49.5,-27.5 - parent: 2 - - uid: 13835 - components: - - type: Transform - pos: -48.5,-27.5 - parent: 2 - - uid: 13836 - components: - - type: Transform - pos: -47.5,-27.5 - parent: 2 - - uid: 13837 - components: - - type: Transform - pos: -46.5,-27.5 - parent: 2 - - uid: 13838 - components: - - type: Transform - pos: -45.5,-27.5 - parent: 2 - - uid: 13839 - components: - - type: Transform - pos: -44.5,-27.5 - parent: 2 - - uid: 13841 - components: - - type: Transform - pos: 52.5,49.5 - parent: 2 - - uid: 13843 - components: - - type: Transform - pos: -45.5,56.5 - parent: 2 - - uid: 13844 - components: - - type: Transform - pos: -57.5,-20.5 - parent: 2 - - uid: 13845 - components: - - type: Transform - pos: -56.5,-20.5 - parent: 2 - - uid: 13846 - components: - - type: Transform - pos: -55.5,-20.5 - parent: 2 - - uid: 13847 - components: - - type: Transform - pos: -54.5,-20.5 - parent: 2 - - uid: 13848 - components: - - type: Transform - pos: -53.5,-20.5 - parent: 2 - - uid: 13849 - components: - - type: Transform - pos: -52.5,-20.5 - parent: 2 - - uid: 13850 - components: - - type: Transform - pos: -52.5,-21.5 - parent: 2 - - uid: 13851 - components: - - type: Transform - pos: -52.5,-22.5 - parent: 2 - - uid: 13852 - components: - - type: Transform - pos: -52.5,-23.5 - parent: 2 - - uid: 13853 - components: - - type: Transform - pos: -51.5,-23.5 - parent: 2 - - uid: 13854 - components: - - type: Transform - pos: -50.5,-23.5 - parent: 2 - - uid: 13855 - components: - - type: Transform - pos: -49.5,-23.5 - parent: 2 - - uid: 13856 - components: - - type: Transform - pos: -48.5,-23.5 - parent: 2 - - uid: 13857 - components: - - type: Transform - pos: -48.5,-24.5 - parent: 2 - - uid: 13858 - components: - - type: Transform - pos: -48.5,-25.5 - parent: 2 - - uid: 13859 - components: - - type: Transform - pos: -48.5,-26.5 - parent: 2 - - uid: 13863 - components: - - type: Transform - pos: -35.5,-27.5 - parent: 2 - - uid: 13864 - components: - - type: Transform - pos: 52.5,43.5 - parent: 2 - - uid: 13873 - components: - - type: Transform - pos: -36.5,-25.5 - parent: 2 - - uid: 13874 - components: - - type: Transform - pos: -36.5,-24.5 - parent: 2 - - uid: 13875 - components: - - type: Transform - pos: -36.5,-23.5 - parent: 2 - - uid: 13876 - components: - - type: Transform - pos: -36.5,-22.5 - parent: 2 - - uid: 13877 - components: - - type: Transform - pos: -36.5,-21.5 - parent: 2 - - uid: 13878 - components: - - type: Transform - pos: -36.5,-20.5 - parent: 2 - - uid: 13879 - components: - - type: Transform - pos: -36.5,-19.5 - parent: 2 - - uid: 13880 - components: - - type: Transform - pos: -37.5,-19.5 - parent: 2 - - uid: 13881 - components: - - type: Transform - pos: -38.5,-19.5 - parent: 2 - - uid: 13882 - components: - - type: Transform - pos: -39.5,-19.5 - parent: 2 - - uid: 13883 - components: - - type: Transform - pos: -40.5,-19.5 - parent: 2 - - uid: 13884 - components: - - type: Transform - pos: -41.5,-19.5 - parent: 2 - - uid: 13885 - components: - - type: Transform - pos: -42.5,-19.5 - parent: 2 - - uid: 13886 - components: - - type: Transform - pos: -43.5,-19.5 - parent: 2 - - uid: 13887 - components: - - type: Transform - pos: -44.5,-19.5 - parent: 2 - - uid: 13888 - components: - - type: Transform - pos: -45.5,-19.5 - parent: 2 - - uid: 13889 - components: - - type: Transform - pos: -46.5,-19.5 - parent: 2 - - uid: 13890 - components: - - type: Transform - pos: -47.5,-19.5 - parent: 2 - - uid: 13891 - components: - - type: Transform - pos: -48.5,-19.5 - parent: 2 - - uid: 13892 - components: - - type: Transform - pos: -49.5,-19.5 - parent: 2 - - uid: 13893 - components: - - type: Transform - pos: -50.5,-19.5 - parent: 2 - - uid: 13894 - components: - - type: Transform - pos: -50.5,-18.5 - parent: 2 - - uid: 13895 - components: - - type: Transform - pos: -50.5,-17.5 - parent: 2 - - uid: 13896 - components: - - type: Transform - pos: -50.5,-16.5 - parent: 2 - - uid: 13897 - components: - - type: Transform - pos: -50.5,-15.5 - parent: 2 - - uid: 13898 - components: - - type: Transform - pos: -50.5,-14.5 - parent: 2 - - uid: 13899 - components: - - type: Transform - pos: -49.5,-14.5 - parent: 2 - - uid: 13900 - components: - - type: Transform - pos: -48.5,-14.5 - parent: 2 - - uid: 13901 - components: - - type: Transform - pos: -47.5,-14.5 - parent: 2 - - uid: 13902 - components: - - type: Transform - pos: -46.5,-14.5 - parent: 2 - - uid: 13903 - components: - - type: Transform - pos: -45.5,-14.5 - parent: 2 - - uid: 13904 - components: - - type: Transform - pos: -54.5,-11.5 - parent: 2 - - uid: 13905 - components: - - type: Transform - pos: -54.5,-10.5 - parent: 2 - - uid: 13906 - components: - - type: Transform - pos: -54.5,-9.5 - parent: 2 - - uid: 13907 - components: - - type: Transform - pos: -54.5,-8.5 - parent: 2 - - uid: 13908 - components: - - type: Transform - pos: -54.5,-7.5 - parent: 2 - - uid: 13910 - components: - - type: Transform - pos: -50.5,-10.5 - parent: 2 - - uid: 13911 - components: - - type: Transform - pos: -50.5,-9.5 - parent: 2 - - uid: 14363 - components: - - type: Transform - pos: -72.5,4.5 - parent: 2 - - uid: 14365 - components: - - type: Transform - pos: -43.5,23.5 - parent: 2 - - uid: 14366 - components: - - type: Transform - pos: -33.5,22.5 - parent: 2 - - uid: 14367 - components: - - type: Transform - pos: -33.5,23.5 - parent: 2 - - uid: 14369 - components: - - type: Transform - pos: 1.5,23.5 - parent: 2 - - uid: 14371 - components: - - type: Transform - pos: 67.5,-7.5 - parent: 2 - - uid: 14374 - components: - - type: Transform - pos: 67.5,-6.5 - parent: 2 - - uid: 14378 - components: - - type: Transform - pos: -9.5,71.5 - parent: 2 - - uid: 14381 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 - - uid: 14382 - components: - - type: Transform - pos: 32.5,6.5 - parent: 2 - - uid: 14383 - components: - - type: Transform - pos: 21.5,11.5 - parent: 2 - - uid: 14385 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 14396 - components: - - type: Transform - pos: 16.5,45.5 - parent: 2 - - uid: 14397 - components: - - type: Transform - pos: 17.5,45.5 - parent: 2 - - uid: 14398 - components: - - type: Transform - pos: 18.5,45.5 - parent: 2 - - uid: 14399 - components: - - type: Transform - pos: 18.5,46.5 - parent: 2 - - uid: 14400 - components: - - type: Transform - pos: 18.5,47.5 - parent: 2 - - uid: 14402 - components: - - type: Transform - pos: 8.5,3.5 - parent: 2 - - uid: 14407 - components: - - type: Transform - pos: 17.5,53.5 - parent: 2 - - uid: 14408 - components: - - type: Transform - pos: 17.5,54.5 - parent: 2 - - uid: 14409 - components: - - type: Transform - pos: 17.5,55.5 - parent: 2 - - uid: 14410 - components: - - type: Transform - pos: 17.5,56.5 - parent: 2 - - uid: 14411 - components: - - type: Transform - pos: 17.5,57.5 - parent: 2 - - uid: 14412 - components: - - type: Transform - pos: 18.5,57.5 - parent: 2 - - uid: 14413 - components: - - type: Transform - pos: 19.5,57.5 - parent: 2 - - uid: 14414 - components: - - type: Transform - pos: 19.5,56.5 - parent: 2 - - uid: 14415 - components: - - type: Transform - pos: 19.5,55.5 - parent: 2 - - uid: 14416 - components: - - type: Transform - pos: 19.5,54.5 - parent: 2 - - uid: 14417 - components: - - type: Transform - pos: 19.5,53.5 - parent: 2 - - uid: 14418 - components: - - type: Transform - pos: 21.5,10.5 - parent: 2 - - uid: 14419 - components: - - type: Transform - pos: 22.5,-3.5 - parent: 2 - - uid: 14421 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 2 - - uid: 14423 - components: - - type: Transform - pos: 22.5,7.5 - parent: 2 - - uid: 14424 - components: - - type: Transform - pos: 22.5,49.5 - parent: 2 - - uid: 14425 - components: - - type: Transform - pos: 23.5,49.5 - parent: 2 - - uid: 14426 - components: - - type: Transform - pos: 24.5,49.5 - parent: 2 - - uid: 14427 - components: - - type: Transform - pos: 25.5,49.5 - parent: 2 - - uid: 14428 - components: - - type: Transform - pos: 26.5,49.5 - parent: 2 - - uid: 14429 - components: - - type: Transform - pos: 27.5,49.5 - parent: 2 - - uid: 14430 - components: - - type: Transform - pos: 28.5,49.5 - parent: 2 - - uid: 14431 - components: - - type: Transform - pos: 29.5,49.5 - parent: 2 - - uid: 14432 - components: - - type: Transform - pos: 17.5,48.5 - parent: 2 - - uid: 14433 - components: - - type: Transform - pos: 16.5,48.5 - parent: 2 - - uid: 14434 - components: - - type: Transform - pos: 15.5,48.5 - parent: 2 - - uid: 14435 - components: - - type: Transform - pos: 14.5,48.5 - parent: 2 - - uid: 14436 - components: - - type: Transform - pos: 13.5,48.5 - parent: 2 - - uid: 14437 - components: - - type: Transform - pos: 12.5,48.5 - parent: 2 - - uid: 14438 - components: - - type: Transform - pos: 11.5,48.5 - parent: 2 - - uid: 14439 - components: - - type: Transform - pos: 10.5,48.5 - parent: 2 - - uid: 14440 - components: - - type: Transform - pos: 9.5,48.5 - parent: 2 - - uid: 14441 - components: - - type: Transform - pos: 8.5,48.5 - parent: 2 - - uid: 14442 - components: - - type: Transform - pos: 7.5,48.5 - parent: 2 - - uid: 14443 - components: - - type: Transform - pos: 6.5,48.5 - parent: 2 - - uid: 14444 - components: - - type: Transform - pos: 6.5,49.5 - parent: 2 - - uid: 14445 - components: - - type: Transform - pos: 6.5,50.5 - parent: 2 - - uid: 14446 - components: - - type: Transform - pos: 6.5,51.5 - parent: 2 - - uid: 14447 - components: - - type: Transform - pos: 6.5,52.5 - parent: 2 - - uid: 14448 - components: - - type: Transform - pos: 6.5,53.5 - parent: 2 - - uid: 14449 - components: - - type: Transform - pos: 6.5,54.5 - parent: 2 - - uid: 14450 - components: - - type: Transform - pos: 6.5,55.5 - parent: 2 - - uid: 14457 - components: - - type: Transform - pos: 7.5,55.5 - parent: 2 - - uid: 14458 - components: - - type: Transform - pos: 8.5,55.5 - parent: 2 - - uid: 14459 - components: - - type: Transform - pos: 9.5,55.5 - parent: 2 - - uid: 14460 - components: - - type: Transform - pos: 10.5,55.5 - parent: 2 - - uid: 14461 - components: - - type: Transform - pos: 24.5,4.5 - parent: 2 - - uid: 14462 - components: - - type: Transform - pos: 18.5,44.5 - parent: 2 - - uid: 14463 - components: - - type: Transform - pos: 18.5,43.5 - parent: 2 - - uid: 14464 - components: - - type: Transform - pos: 18.5,42.5 - parent: 2 - - uid: 14465 - components: - - type: Transform - pos: 18.5,41.5 - parent: 2 - - uid: 14466 - components: - - type: Transform - pos: 18.5,40.5 - parent: 2 - - uid: 14467 - components: - - type: Transform - pos: 18.5,39.5 - parent: 2 - - uid: 14468 - components: - - type: Transform - pos: 17.5,39.5 - parent: 2 - - uid: 14469 - components: - - type: Transform - pos: 16.5,39.5 - parent: 2 - - uid: 14470 - components: - - type: Transform - pos: 15.5,39.5 - parent: 2 - - uid: 14471 - components: - - type: Transform - pos: 14.5,39.5 - parent: 2 - - uid: 14472 - components: - - type: Transform - pos: 13.5,39.5 - parent: 2 - - uid: 14473 - components: - - type: Transform - pos: 12.5,39.5 - parent: 2 - - uid: 14474 - components: - - type: Transform - pos: 11.5,39.5 - parent: 2 - - uid: 14475 - components: - - type: Transform - pos: 10.5,39.5 - parent: 2 - - uid: 14476 - components: - - type: Transform - pos: 9.5,39.5 - parent: 2 - - uid: 14477 - components: - - type: Transform - pos: 8.5,39.5 - parent: 2 - - uid: 14478 - components: - - type: Transform - pos: 7.5,39.5 - parent: 2 - - uid: 14479 - components: - - type: Transform - pos: 6.5,39.5 - parent: 2 - - uid: 14480 - components: - - type: Transform - pos: 5.5,39.5 - parent: 2 - - uid: 14481 - components: - - type: Transform - pos: 4.5,39.5 - parent: 2 - - uid: 14482 - components: - - type: Transform - pos: 17.5,43.5 - parent: 2 - - uid: 14483 - components: - - type: Transform - pos: 16.5,43.5 - parent: 2 - - uid: 14484 - components: - - type: Transform - pos: 15.5,43.5 - parent: 2 - - uid: 14485 - components: - - type: Transform - pos: 14.5,43.5 - parent: 2 - - uid: 14486 - components: - - type: Transform - pos: 13.5,43.5 - parent: 2 - - uid: 14487 - components: - - type: Transform - pos: 13.5,42.5 - parent: 2 - - uid: 14488 - components: - - type: Transform - pos: 12.5,42.5 - parent: 2 - - uid: 14489 - components: - - type: Transform - pos: 11.5,42.5 - parent: 2 - - uid: 14490 - components: - - type: Transform - pos: 10.5,42.5 - parent: 2 - - uid: 14494 - components: - - type: Transform - pos: 22.5,45.5 - parent: 2 - - uid: 14495 - components: - - type: Transform - pos: 23.5,45.5 - parent: 2 - - uid: 14496 - components: - - type: Transform - pos: 24.5,45.5 - parent: 2 - - uid: 14497 - components: - - type: Transform - pos: 25.5,45.5 - parent: 2 - - uid: 14498 - components: - - type: Transform - pos: 26.5,45.5 - parent: 2 - - uid: 14499 - components: - - type: Transform - pos: 27.5,45.5 - parent: 2 - - uid: 14500 - components: - - type: Transform - pos: 27.5,44.5 - parent: 2 - - uid: 14501 - components: - - type: Transform - pos: 27.5,43.5 - parent: 2 - - uid: 14502 - components: - - type: Transform - pos: 27.5,42.5 - parent: 2 - - uid: 14503 - components: - - type: Transform - pos: -1.5,53.5 - parent: 2 - - uid: 14504 - components: - - type: Transform - pos: 27.5,40.5 - parent: 2 - - uid: 14505 - components: - - type: Transform - pos: 27.5,39.5 - parent: 2 - - uid: 14506 - components: - - type: Transform - pos: 27.5,38.5 - parent: 2 - - uid: 14507 - components: - - type: Transform - pos: 27.5,37.5 - parent: 2 - - uid: 14566 - components: - - type: Transform - pos: 34.5,6.5 - parent: 2 - - uid: 14586 - components: - - type: Transform - pos: 33.5,6.5 - parent: 2 - - uid: 14589 - components: - - type: Transform - pos: -36.5,11.5 - parent: 2 - - uid: 14590 - components: - - type: Transform - pos: -34.5,10.5 - parent: 2 - - uid: 14601 - components: - - type: Transform - pos: -11.5,10.5 - parent: 2 - - uid: 14602 - components: - - type: Transform - pos: -33.5,-10.5 - parent: 2 - - uid: 14604 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 2 - - uid: 14616 - components: - - type: Transform - pos: 53.5,10.5 - parent: 2 - - uid: 14638 - components: - - type: Transform - pos: 42.5,45.5 - parent: 2 - - uid: 14639 - components: - - type: Transform - pos: 42.5,46.5 - parent: 2 - - uid: 14640 - components: - - type: Transform - pos: 42.5,47.5 - parent: 2 - - uid: 14641 - components: - - type: Transform - pos: 42.5,48.5 - parent: 2 - - uid: 14642 - components: - - type: Transform - pos: 42.5,49.5 - parent: 2 - - uid: 14643 - components: - - type: Transform - pos: 43.5,49.5 - parent: 2 - - uid: 14644 - components: - - type: Transform - pos: 44.5,49.5 - parent: 2 - - uid: 14645 - components: - - type: Transform - pos: 45.5,49.5 - parent: 2 - - uid: 14646 - components: - - type: Transform - pos: 46.5,49.5 - parent: 2 - - uid: 14647 - components: - - type: Transform - pos: 47.5,49.5 - parent: 2 - - uid: 14648 - components: - - type: Transform - pos: 48.5,49.5 - parent: 2 - - uid: 14649 - components: - - type: Transform - pos: 49.5,49.5 - parent: 2 - - uid: 14650 - components: - - type: Transform - pos: 50.5,49.5 - parent: 2 - - uid: 14651 - components: - - type: Transform - pos: 41.5,49.5 - parent: 2 - - uid: 14652 - components: - - type: Transform - pos: 40.5,49.5 - parent: 2 - - uid: 14653 - components: - - type: Transform - pos: 39.5,49.5 - parent: 2 - - uid: 14654 - components: - - type: Transform - pos: 38.5,49.5 - parent: 2 - - uid: 14655 - components: - - type: Transform - pos: 37.5,49.5 - parent: 2 - - uid: 14656 - components: - - type: Transform - pos: 36.5,49.5 - parent: 2 - - uid: 14657 - components: - - type: Transform - pos: 35.5,49.5 - parent: 2 - - uid: 14658 - components: - - type: Transform - pos: 34.5,49.5 - parent: 2 - - uid: 14660 - components: - - type: Transform - pos: -11.5,11.5 - parent: 2 - - uid: 14661 - components: - - type: Transform - pos: 31.5,49.5 - parent: 2 - - uid: 14662 - components: - - type: Transform - pos: 31.5,50.5 - parent: 2 - - uid: 14663 - components: - - type: Transform - pos: 31.5,51.5 - parent: 2 - - uid: 14664 - components: - - type: Transform - pos: 31.5,48.5 - parent: 2 - - uid: 14665 - components: - - type: Transform - pos: 31.5,47.5 - parent: 2 - - uid: 14666 - components: - - type: Transform - pos: 31.5,46.5 - parent: 2 - - uid: 14667 - components: - - type: Transform - pos: 31.5,45.5 - parent: 2 - - uid: 14668 - components: - - type: Transform - pos: 31.5,44.5 - parent: 2 - - uid: 14669 - components: - - type: Transform - pos: 31.5,43.5 - parent: 2 - - uid: 14670 - components: - - type: Transform - pos: 32.5,43.5 - parent: 2 - - uid: 14671 - components: - - type: Transform - pos: 33.5,43.5 - parent: 2 - - uid: 14672 - components: - - type: Transform - pos: 34.5,43.5 - parent: 2 - - uid: 14673 - components: - - type: Transform - pos: 34.5,42.5 - parent: 2 - - uid: 14674 - components: - - type: Transform - pos: 34.5,41.5 - parent: 2 - - uid: 14675 - components: - - type: Transform - pos: 34.5,40.5 - parent: 2 - - uid: 14676 - components: - - type: Transform - pos: 34.5,39.5 - parent: 2 - - uid: 14677 - components: - - type: Transform - pos: 34.5,38.5 - parent: 2 - - uid: 14678 - components: - - type: Transform - pos: 34.5,37.5 - parent: 2 - - uid: 14679 - components: - - type: Transform - pos: 34.5,36.5 - parent: 2 - - uid: 14680 - components: - - type: Transform - pos: 34.5,35.5 - parent: 2 - - uid: 14681 - components: - - type: Transform - pos: 34.5,34.5 - parent: 2 - - uid: 14682 - components: - - type: Transform - pos: 34.5,33.5 - parent: 2 - - uid: 14683 - components: - - type: Transform - pos: 33.5,33.5 - parent: 2 - - uid: 14684 - components: - - type: Transform - pos: 32.5,33.5 - parent: 2 - - uid: 14685 - components: - - type: Transform - pos: 31.5,33.5 - parent: 2 - - uid: 14686 - components: - - type: Transform - pos: 30.5,33.5 - parent: 2 - - uid: 14687 - components: - - type: Transform - pos: 29.5,33.5 - parent: 2 - - uid: 14688 - components: - - type: Transform - pos: 28.5,33.5 - parent: 2 - - uid: 14689 - components: - - type: Transform - pos: 27.5,33.5 - parent: 2 - - uid: 14690 - components: - - type: Transform - pos: 26.5,33.5 - parent: 2 - - uid: 14691 - components: - - type: Transform - pos: 25.5,33.5 - parent: 2 - - uid: 14692 - components: - - type: Transform - pos: 24.5,33.5 - parent: 2 - - uid: 14693 - components: - - type: Transform - pos: 23.5,33.5 - parent: 2 - - uid: 14694 - components: - - type: Transform - pos: 22.5,33.5 - parent: 2 - - uid: 14695 - components: - - type: Transform - pos: 21.5,33.5 - parent: 2 - - uid: 14696 - components: - - type: Transform - pos: 20.5,33.5 - parent: 2 - - uid: 14697 - components: - - type: Transform - pos: 19.5,33.5 - parent: 2 - - uid: 14698 - components: - - type: Transform - pos: 18.5,33.5 - parent: 2 - - uid: 14699 - components: - - type: Transform - pos: 17.5,33.5 - parent: 2 - - uid: 14700 - components: - - type: Transform - pos: 16.5,33.5 - parent: 2 - - uid: 14701 - components: - - type: Transform - pos: 15.5,33.5 - parent: 2 - - uid: 14702 - components: - - type: Transform - pos: 14.5,33.5 - parent: 2 - - uid: 14703 - components: - - type: Transform - pos: 13.5,33.5 - parent: 2 - - uid: 14704 - components: - - type: Transform - pos: 12.5,33.5 - parent: 2 - - uid: 14705 - components: - - type: Transform - pos: 11.5,33.5 - parent: 2 - - uid: 14706 - components: - - type: Transform - pos: 10.5,33.5 - parent: 2 - - uid: 14707 - components: - - type: Transform - pos: 9.5,33.5 - parent: 2 - - uid: 14708 - components: - - type: Transform - pos: 8.5,33.5 - parent: 2 - - uid: 14709 - components: - - type: Transform - pos: 7.5,33.5 - parent: 2 - - uid: 14710 - components: - - type: Transform - pos: 6.5,33.5 - parent: 2 - - uid: 14711 - components: - - type: Transform - pos: 5.5,33.5 - parent: 2 - - uid: 14712 - components: - - type: Transform - pos: 4.5,33.5 - parent: 2 - - uid: 14713 - components: - - type: Transform - pos: 39.5,48.5 - parent: 2 - - uid: 14714 - components: - - type: Transform - pos: 39.5,47.5 - parent: 2 - - uid: 14715 - components: - - type: Transform - pos: 39.5,46.5 - parent: 2 - - uid: 14716 - components: - - type: Transform - pos: -2.5,53.5 - parent: 2 - - uid: 14717 - components: - - type: Transform - pos: 39.5,44.5 - parent: 2 - - uid: 14718 - components: - - type: Transform - pos: 39.5,43.5 - parent: 2 - - uid: 14719 - components: - - type: Transform - pos: 39.5,42.5 - parent: 2 - - uid: 14720 - components: - - type: Transform - pos: 39.5,41.5 - parent: 2 - - uid: 14722 - components: - - type: Transform - pos: 39.5,39.5 - parent: 2 - - uid: 14723 - components: - - type: Transform - pos: 39.5,38.5 - parent: 2 - - uid: 14724 - components: - - type: Transform - pos: 39.5,37.5 - parent: 2 - - uid: 14725 - components: - - type: Transform - pos: 39.5,36.5 - parent: 2 - - uid: 14726 - components: - - type: Transform - pos: 39.5,35.5 - parent: 2 - - uid: 14727 - components: - - type: Transform - pos: 39.5,34.5 - parent: 2 - - uid: 14728 - components: - - type: Transform - pos: 39.5,33.5 - parent: 2 - - uid: 14729 - components: - - type: Transform - pos: 39.5,32.5 - parent: 2 - - uid: 14730 - components: - - type: Transform - pos: -11.5,12.5 - parent: 2 - - uid: 14731 - components: - - type: Transform - pos: -14.5,12.5 - parent: 2 - - uid: 14732 - components: - - type: Transform - pos: 39.5,29.5 - parent: 2 - - uid: 14733 - components: - - type: Transform - pos: 38.5,29.5 - parent: 2 - - uid: 14734 - components: - - type: Transform - pos: 37.5,29.5 - parent: 2 - - uid: 14735 - components: - - type: Transform - pos: 36.5,29.5 - parent: 2 - - uid: 14736 - components: - - type: Transform - pos: 35.5,29.5 - parent: 2 - - uid: 14737 - components: - - type: Transform - pos: 34.5,29.5 - parent: 2 - - uid: 14738 - components: - - type: Transform - pos: 33.5,29.5 - parent: 2 - - uid: 14739 - components: - - type: Transform - pos: 32.5,29.5 - parent: 2 - - uid: 14740 - components: - - type: Transform - pos: 31.5,29.5 - parent: 2 - - uid: 14741 - components: - - type: Transform - pos: 31.5,28.5 - parent: 2 - - uid: 14742 - components: - - type: Transform - pos: 31.5,27.5 - parent: 2 - - uid: 14743 - components: - - type: Transform - pos: 31.5,26.5 - parent: 2 - - uid: 14744 - components: - - type: Transform - pos: 31.5,25.5 - parent: 2 - - uid: 14745 - components: - - type: Transform - pos: 31.5,24.5 - parent: 2 - - uid: 14746 - components: - - type: Transform - pos: 31.5,23.5 - parent: 2 - - uid: 14747 - components: - - type: Transform - pos: 24.5,32.5 - parent: 2 - - uid: 14748 - components: - - type: Transform - pos: 24.5,31.5 - parent: 2 - - uid: 14749 - components: - - type: Transform - pos: 24.5,30.5 - parent: 2 - - uid: 14750 - components: - - type: Transform - pos: 24.5,29.5 - parent: 2 - - uid: 14751 - components: - - type: Transform - pos: 24.5,28.5 - parent: 2 - - uid: 14752 - components: - - type: Transform - pos: 24.5,27.5 - parent: 2 - - uid: 14753 - components: - - type: Transform - pos: 24.5,26.5 - parent: 2 - - uid: 14754 - components: - - type: Transform - pos: 24.5,25.5 - parent: 2 - - uid: 14755 - components: - - type: Transform - pos: 24.5,24.5 - parent: 2 - - uid: 14756 - components: - - type: Transform - pos: -15.5,14.5 - parent: 2 - - uid: 14758 - components: - - type: Transform - pos: 26.5,27.5 - parent: 2 - - uid: 14759 - components: - - type: Transform - pos: 27.5,27.5 - parent: 2 - - uid: 14760 - components: - - type: Transform - pos: 28.5,27.5 - parent: 2 - - uid: 14761 - components: - - type: Transform - pos: 29.5,27.5 - parent: 2 - - uid: 14762 - components: - - type: Transform - pos: 30.5,27.5 - parent: 2 - - uid: 14775 - components: - - type: Transform - pos: 35.5,28.5 - parent: 2 - - uid: 14776 - components: - - type: Transform - pos: 35.5,27.5 - parent: 2 - - uid: 14777 - components: - - type: Transform - pos: 35.5,26.5 - parent: 2 - - uid: 14778 - components: - - type: Transform - pos: 35.5,25.5 - parent: 2 - - uid: 14779 - components: - - type: Transform - pos: 35.5,24.5 - parent: 2 - - uid: 14780 - components: - - type: Transform - pos: 36.5,24.5 - parent: 2 - - uid: 14781 - components: - - type: Transform - pos: 37.5,24.5 - parent: 2 - - uid: 14782 - components: - - type: Transform - pos: 38.5,24.5 - parent: 2 - - uid: 14783 - components: - - type: Transform - pos: 39.5,24.5 - parent: 2 - - uid: 14784 - components: - - type: Transform - pos: 40.5,24.5 - parent: 2 - - uid: 14785 - components: - - type: Transform - pos: -9.5,13.5 - parent: 2 - - uid: 14786 - components: - - type: Transform - pos: -14.5,11.5 - parent: 2 - - uid: 14788 - components: - - type: Transform - pos: 43.5,29.5 - parent: 2 - - uid: 14789 - components: - - type: Transform - pos: 44.5,29.5 - parent: 2 - - uid: 14790 - components: - - type: Transform - pos: 45.5,29.5 - parent: 2 - - uid: 14791 - components: - - type: Transform - pos: 46.5,29.5 - parent: 2 - - uid: 14792 - components: - - type: Transform - pos: 47.5,29.5 - parent: 2 - - uid: 14793 - components: - - type: Transform - pos: 48.5,29.5 - parent: 2 - - uid: 14794 - components: - - type: Transform - pos: 48.5,28.5 - parent: 2 - - uid: 14795 - components: - - type: Transform - pos: 48.5,27.5 - parent: 2 - - uid: 14796 - components: - - type: Transform - pos: 48.5,26.5 - parent: 2 - - uid: 14797 - components: - - type: Transform - pos: 48.5,25.5 - parent: 2 - - uid: 14798 - components: - - type: Transform - pos: 48.5,24.5 - parent: 2 - - uid: 14799 - components: - - type: Transform - pos: 47.5,25.5 - parent: 2 - - uid: 14800 - components: - - type: Transform - pos: 46.5,25.5 - parent: 2 - - uid: 14801 - components: - - type: Transform - pos: 45.5,25.5 - parent: 2 - - uid: 14802 - components: - - type: Transform - pos: 44.5,25.5 - parent: 2 - - uid: 14803 - components: - - type: Transform - pos: 43.5,25.5 - parent: 2 - - uid: 14804 - components: - - type: Transform - pos: 42.5,25.5 - parent: 2 - - uid: 14806 - components: - - type: Transform - pos: 40.5,25.5 - parent: 2 - - uid: 14807 - components: - - type: Transform - pos: 40.5,32.5 - parent: 2 - - uid: 14808 - components: - - type: Transform - pos: 41.5,32.5 - parent: 2 - - uid: 14809 - components: - - type: Transform - pos: 42.5,32.5 - parent: 2 - - uid: 14810 - components: - - type: Transform - pos: 43.5,32.5 - parent: 2 - - uid: 14811 - components: - - type: Transform - pos: 44.5,32.5 - parent: 2 - - uid: 14812 - components: - - type: Transform - pos: 45.5,32.5 - parent: 2 - - uid: 14813 - components: - - type: Transform - pos: 46.5,32.5 - parent: 2 - - uid: 14814 - components: - - type: Transform - pos: 47.5,32.5 - parent: 2 - - uid: 14815 - components: - - type: Transform - pos: 48.5,32.5 - parent: 2 - - uid: 14816 - components: - - type: Transform - pos: 40.5,37.5 - parent: 2 - - uid: 14817 - components: - - type: Transform - pos: 41.5,37.5 - parent: 2 - - uid: 14818 - components: - - type: Transform - pos: 42.5,37.5 - parent: 2 - - uid: 14819 - components: - - type: Transform - pos: 43.5,37.5 - parent: 2 - - uid: 14820 - components: - - type: Transform - pos: 44.5,37.5 - parent: 2 - - uid: 14821 - components: - - type: Transform - pos: 45.5,37.5 - parent: 2 - - uid: 14822 - components: - - type: Transform - pos: 46.5,37.5 - parent: 2 - - uid: 14823 - components: - - type: Transform - pos: 47.5,37.5 - parent: 2 - - uid: 14824 - components: - - type: Transform - pos: 48.5,37.5 - parent: 2 - - uid: 14825 - components: - - type: Transform - pos: 49.5,37.5 - parent: 2 - - uid: 14826 - components: - - type: Transform - pos: 40.5,42.5 - parent: 2 - - uid: 14827 - components: - - type: Transform - pos: 41.5,42.5 - parent: 2 - - uid: 14828 - components: - - type: Transform - pos: 42.5,42.5 - parent: 2 - - uid: 14829 - components: - - type: Transform - pos: 43.5,42.5 - parent: 2 - - uid: 14830 - components: - - type: Transform - pos: 44.5,42.5 - parent: 2 - - uid: 14831 - components: - - type: Transform - pos: 45.5,42.5 - parent: 2 - - uid: 14832 - components: - - type: Transform - pos: 46.5,42.5 - parent: 2 - - uid: 14833 - components: - - type: Transform - pos: 47.5,42.5 - parent: 2 - - uid: 14834 - components: - - type: Transform - pos: 48.5,42.5 - parent: 2 - - uid: 14835 - components: - - type: Transform - pos: 49.5,42.5 - parent: 2 - - uid: 14836 - components: - - type: Transform - pos: -35.5,10.5 - parent: 2 - - uid: 14837 - components: - - type: Transform - pos: 50.5,26.5 - parent: 2 - - uid: 14838 - components: - - type: Transform - pos: 51.5,26.5 - parent: 2 - - uid: 14839 - components: - - type: Transform - pos: 52.5,26.5 - parent: 2 - - uid: 14840 - components: - - type: Transform - pos: 53.5,26.5 - parent: 2 - - uid: 14841 - components: - - type: Transform - pos: 54.5,26.5 - parent: 2 - - uid: 14842 - components: - - type: Transform - pos: 55.5,26.5 - parent: 2 - - uid: 14843 - components: - - type: Transform - pos: 56.5,26.5 - parent: 2 - - uid: 14844 - components: - - type: Transform - pos: 57.5,26.5 - parent: 2 - - uid: 14845 - components: - - type: Transform - pos: 58.5,26.5 - parent: 2 - - uid: 14846 - components: - - type: Transform - pos: 59.5,26.5 - parent: 2 - - uid: 14847 - components: - - type: Transform - pos: 60.5,26.5 - parent: 2 - - uid: 14848 - components: - - type: Transform - pos: 61.5,26.5 - parent: 2 - - uid: 14849 - components: - - type: Transform - pos: 62.5,26.5 - parent: 2 - - uid: 14852 - components: - - type: Transform - pos: 53.5,24.5 - parent: 2 - - uid: 14853 - components: - - type: Transform - pos: 53.5,23.5 - parent: 2 - - uid: 14854 - components: - - type: Transform - pos: 53.5,22.5 - parent: 2 - - uid: 14855 - components: - - type: Transform - pos: 53.5,21.5 - parent: 2 - - uid: 14856 - components: - - type: Transform - pos: 53.5,20.5 - parent: 2 - - uid: 14857 - components: - - type: Transform - pos: 53.5,19.5 - parent: 2 - - uid: 14858 - components: - - type: Transform - pos: 53.5,18.5 - parent: 2 - - uid: 14859 - components: - - type: Transform - pos: 53.5,17.5 - parent: 2 - - uid: 14860 - components: - - type: Transform - pos: 53.5,16.5 - parent: 2 - - uid: 14861 - components: - - type: Transform - pos: 53.5,15.5 - parent: 2 - - uid: 14862 - components: - - type: Transform - pos: 53.5,14.5 - parent: 2 - - uid: 14863 - components: - - type: Transform - pos: 53.5,13.5 - parent: 2 - - uid: 14864 - components: - - type: Transform - pos: 53.5,12.5 - parent: 2 - - uid: 14865 - components: - - type: Transform - pos: 53.5,11.5 - parent: 2 - - uid: 14866 - components: - - type: Transform - pos: 54.5,17.5 - parent: 2 - - uid: 14867 - components: - - type: Transform - pos: 55.5,17.5 - parent: 2 - - uid: 14868 - components: - - type: Transform - pos: 56.5,17.5 - parent: 2 - - uid: 14869 - components: - - type: Transform - pos: 57.5,17.5 - parent: 2 - - uid: 14870 - components: - - type: Transform - pos: 58.5,17.5 - parent: 2 - - uid: 14871 - components: - - type: Transform - pos: 59.5,17.5 - parent: 2 - - uid: 14872 - components: - - type: Transform - pos: 60.5,17.5 - parent: 2 - - uid: 14873 - components: - - type: Transform - pos: 61.5,17.5 - parent: 2 - - uid: 14874 - components: - - type: Transform - pos: 62.5,17.5 - parent: 2 - - uid: 14875 - components: - - type: Transform - pos: 63.5,17.5 - parent: 2 - - uid: 14876 - components: - - type: Transform - pos: 64.5,17.5 - parent: 2 - - uid: 14877 - components: - - type: Transform - pos: 65.5,17.5 - parent: 2 - - uid: 14878 - components: - - type: Transform - pos: 66.5,17.5 - parent: 2 - - uid: 14879 - components: - - type: Transform - pos: 67.5,17.5 - parent: 2 - - uid: 14880 - components: - - type: Transform - pos: 68.5,17.5 - parent: 2 - - uid: 14881 - components: - - type: Transform - pos: 69.5,17.5 - parent: 2 - - uid: 14896 - components: - - type: Transform - pos: 63.5,16.5 - parent: 2 - - uid: 14897 - components: - - type: Transform - pos: 63.5,15.5 - parent: 2 - - uid: 14898 - components: - - type: Transform - pos: 63.5,14.5 - parent: 2 - - uid: 14899 - components: - - type: Transform - pos: 63.5,13.5 - parent: 2 - - uid: 14900 - components: - - type: Transform - pos: 63.5,12.5 - parent: 2 - - uid: 14901 - components: - - type: Transform - pos: 63.5,11.5 - parent: 2 - - uid: 14902 - components: - - type: Transform - pos: 63.5,10.5 - parent: 2 - - uid: 14903 - components: - - type: Transform - pos: 63.5,18.5 - parent: 2 - - uid: 14904 - components: - - type: Transform - pos: 63.5,19.5 - parent: 2 - - uid: 14905 - components: - - type: Transform - pos: 63.5,20.5 - parent: 2 - - uid: 14906 - components: - - type: Transform - pos: 63.5,21.5 - parent: 2 - - uid: 14907 - components: - - type: Transform - pos: 63.5,22.5 - parent: 2 - - uid: 14908 - components: - - type: Transform - pos: 63.5,23.5 - parent: 2 - - uid: 14909 - components: - - type: Transform - pos: 63.5,24.5 - parent: 2 - - uid: 14910 - components: - - type: Transform - pos: 58.5,24.5 - parent: 2 - - uid: 14911 - components: - - type: Transform - pos: 58.5,23.5 - parent: 2 - - uid: 14912 - components: - - type: Transform - pos: 58.5,22.5 - parent: 2 - - uid: 14913 - components: - - type: Transform - pos: 58.5,21.5 - parent: 2 - - uid: 14914 - components: - - type: Transform - pos: 58.5,20.5 - parent: 2 - - uid: 14915 - components: - - type: Transform - pos: 58.5,19.5 - parent: 2 - - uid: 14916 - components: - - type: Transform - pos: 58.5,18.5 - parent: 2 - - uid: 14917 - components: - - type: Transform - pos: 58.5,16.5 - parent: 2 - - uid: 14918 - components: - - type: Transform - pos: 58.5,15.5 - parent: 2 - - uid: 14919 - components: - - type: Transform - pos: 58.5,14.5 - parent: 2 - - uid: 14920 - components: - - type: Transform - pos: 58.5,13.5 - parent: 2 - - uid: 14921 - components: - - type: Transform - pos: 58.5,12.5 - parent: 2 - - uid: 14922 - components: - - type: Transform - pos: 58.5,11.5 - parent: 2 - - uid: 14923 - components: - - type: Transform - pos: 58.5,10.5 - parent: 2 - - uid: 14927 - components: - - type: Transform - pos: 53.5,6.5 - parent: 2 - - uid: 14928 - components: - - type: Transform - pos: 53.5,5.5 - parent: 2 - - uid: 14929 - components: - - type: Transform - pos: 53.5,4.5 - parent: 2 - - uid: 14930 - components: - - type: Transform - pos: 53.5,3.5 - parent: 2 - - uid: 14931 - components: - - type: Transform - pos: 54.5,3.5 - parent: 2 - - uid: 14932 - components: - - type: Transform - pos: 54.5,2.5 - parent: 2 - - uid: 14945 - components: - - type: Transform - pos: 49.5,43.5 - parent: 2 - - uid: 14983 - components: - - type: Transform - pos: 83.5,56.5 - parent: 2 - - uid: 14986 - components: - - type: Transform - pos: 37.5,50.5 - parent: 2 - - uid: 14987 - components: - - type: Transform - pos: 37.5,51.5 - parent: 2 - - uid: 14988 - components: - - type: Transform - pos: 37.5,52.5 - parent: 2 - - uid: 14989 - components: - - type: Transform - pos: 37.5,53.5 - parent: 2 - - uid: 14990 - components: - - type: Transform - pos: 37.5,54.5 - parent: 2 - - uid: 14991 - components: - - type: Transform - pos: 37.5,55.5 - parent: 2 - - uid: 14992 - components: - - type: Transform - pos: 37.5,56.5 - parent: 2 - - uid: 14993 - components: - - type: Transform - pos: 37.5,57.5 - parent: 2 - - uid: 14994 - components: - - type: Transform - pos: 38.5,57.5 - parent: 2 - - uid: 14995 - components: - - type: Transform - pos: 39.5,57.5 - parent: 2 - - uid: 14996 - components: - - type: Transform - pos: 40.5,57.5 - parent: 2 - - uid: 14997 - components: - - type: Transform - pos: 41.5,57.5 - parent: 2 - - uid: 14998 - components: - - type: Transform - pos: 41.5,56.5 - parent: 2 - - uid: 14999 - components: - - type: Transform - pos: 41.5,55.5 - parent: 2 - - uid: 15000 - components: - - type: Transform - pos: 41.5,54.5 - parent: 2 - - uid: 15001 - components: - - type: Transform - pos: 41.5,53.5 - parent: 2 - - uid: 15002 - components: - - type: Transform - pos: 40.5,53.5 - parent: 2 - - uid: 15003 - components: - - type: Transform - pos: 39.5,53.5 - parent: 2 - - uid: 15004 - components: - - type: Transform - pos: 38.5,53.5 - parent: 2 - - uid: 15005 - components: - - type: Transform - pos: 39.5,54.5 - parent: 2 - - uid: 15006 - components: - - type: Transform - pos: 39.5,55.5 - parent: 2 - - uid: 15007 - components: - - type: Transform - pos: 43.5,57.5 - parent: 2 - - uid: 15008 - components: - - type: Transform - pos: 43.5,56.5 - parent: 2 - - uid: 15009 - components: - - type: Transform - pos: 43.5,55.5 - parent: 2 - - uid: 15010 - components: - - type: Transform - pos: 43.5,54.5 - parent: 2 - - uid: 15011 - components: - - type: Transform - pos: 43.5,53.5 - parent: 2 - - uid: 15012 - components: - - type: Transform - pos: 44.5,53.5 - parent: 2 - - uid: 15013 - components: - - type: Transform - pos: 45.5,53.5 - parent: 2 - - uid: 15014 - components: - - type: Transform - pos: 46.5,53.5 - parent: 2 - - uid: 15015 - components: - - type: Transform - pos: 47.5,53.5 - parent: 2 - - uid: 15016 - components: - - type: Transform - pos: 47.5,54.5 - parent: 2 - - uid: 15017 - components: - - type: Transform - pos: 47.5,55.5 - parent: 2 - - uid: 15018 - components: - - type: Transform - pos: 47.5,56.5 - parent: 2 - - uid: 15019 - components: - - type: Transform - pos: 47.5,57.5 - parent: 2 - - uid: 15020 - components: - - type: Transform - pos: 46.5,57.5 - parent: 2 - - uid: 15021 - components: - - type: Transform - pos: 45.5,57.5 - parent: 2 - - uid: 15022 - components: - - type: Transform - pos: 44.5,57.5 - parent: 2 - - uid: 15023 - components: - - type: Transform - pos: 45.5,55.5 - parent: 2 - - uid: 15024 - components: - - type: Transform - pos: 45.5,54.5 - parent: 2 - - uid: 15025 - components: - - type: Transform - pos: 47.5,52.5 - parent: 2 - - uid: 15026 - components: - - type: Transform - pos: 47.5,51.5 - parent: 2 - - uid: 15027 - components: - - type: Transform - pos: 47.5,50.5 - parent: 2 - - uid: 15028 - components: - - type: Transform - pos: 26.5,56.5 - parent: 2 - - uid: 15029 - components: - - type: Transform - pos: 27.5,56.5 - parent: 2 - - uid: 15030 - components: - - type: Transform - pos: 28.5,56.5 - parent: 2 - - uid: 15031 - components: - - type: Transform - pos: 29.5,56.5 - parent: 2 - - uid: 15032 - components: - - type: Transform - pos: 20.5,54.5 - parent: 2 - - uid: 15033 - components: - - type: Transform - pos: 21.5,54.5 - parent: 2 - - uid: 15034 - components: - - type: Transform - pos: 22.5,54.5 - parent: 2 - - uid: 15035 - components: - - type: Transform - pos: 23.5,54.5 - parent: 2 - - uid: 15036 - components: - - type: Transform - pos: 24.5,54.5 - parent: 2 - - uid: 15037 - components: - - type: Transform - pos: 25.5,54.5 - parent: 2 - - uid: 15038 - components: - - type: Transform - pos: 26.5,54.5 - parent: 2 - - uid: 15039 - components: - - type: Transform - pos: 27.5,54.5 - parent: 2 - - uid: 15040 - components: - - type: Transform - pos: 28.5,54.5 - parent: 2 - - uid: 15041 - components: - - type: Transform - pos: 29.5,54.5 - parent: 2 - - uid: 15329 - components: - - type: Transform - pos: 4.5,69.5 - parent: 2 - - uid: 15330 - components: - - type: Transform - pos: -68.5,2.5 - parent: 2 - - uid: 15332 - components: - - type: Transform - pos: -7.5,67.5 - parent: 2 - - uid: 15454 - components: - - type: Transform - pos: -35.5,29.5 - parent: 2 - - uid: 15488 - components: - - type: Transform - pos: -8.5,67.5 - parent: 2 - - uid: 15519 - components: - - type: Transform - pos: -44.5,24.5 - parent: 2 - - uid: 15521 - components: - - type: Transform - pos: -44.5,25.5 - parent: 2 - - uid: 15522 - components: - - type: Transform - pos: -34.5,34.5 - parent: 2 - - uid: 15526 - components: - - type: Transform - pos: -35.5,33.5 - parent: 2 - - uid: 15541 - components: - - type: Transform - pos: 7.5,67.5 - parent: 2 - - uid: 15564 - components: - - type: Transform - pos: -12.5,42.5 - parent: 2 - - uid: 15567 - components: - - type: Transform - pos: -12.5,41.5 - parent: 2 - - uid: 15572 - components: - - type: Transform - pos: 3.5,30.5 - parent: 2 - - uid: 15575 - components: - - type: Transform - pos: -26.5,2.5 - parent: 2 - - uid: 15576 - components: - - type: Transform - pos: -25.5,2.5 - parent: 2 - - uid: 15627 - components: - - type: Transform - pos: -35.5,32.5 - parent: 2 - - uid: 15628 - components: - - type: Transform - pos: -35.5,34.5 - parent: 2 - - uid: 15644 - components: - - type: Transform - pos: -11.5,37.5 - parent: 2 - - uid: 15673 - components: - - type: Transform - pos: -43.5,26.5 - parent: 2 - - uid: 15772 - components: - - type: Transform - pos: -10.5,35.5 - parent: 2 - - uid: 15806 - components: - - type: Transform - pos: -44.5,20.5 - parent: 2 - - uid: 15820 - components: - - type: Transform - pos: 9.5,68.5 - parent: 2 - - uid: 15829 - components: - - type: Transform - pos: -45.5,69.5 - parent: 2 - - uid: 15833 - components: - - type: Transform - pos: -103.5,1.5 - parent: 2 - - uid: 15844 - components: - - type: Transform - pos: 60.5,-9.5 - parent: 2 - - uid: 15845 - components: - - type: Transform - pos: -47.5,-30.5 - parent: 2 - - uid: 15846 - components: - - type: Transform - pos: 1.5,24.5 - parent: 2 - - uid: 15851 - components: - - type: Transform - pos: -40.5,26.5 - parent: 2 - - uid: 15859 - components: - - type: Transform - pos: -23.5,43.5 - parent: 2 - - uid: 15883 - components: - - type: Transform - pos: -48.5,-30.5 - parent: 2 - - uid: 15941 - components: - - type: Transform - pos: -43.5,69.5 - parent: 2 - - uid: 15949 - components: - - type: Transform - pos: -102.5,1.5 - parent: 2 - - uid: 15971 - components: - - type: Transform - pos: -101.5,1.5 - parent: 2 - - uid: 15972 - components: - - type: Transform - pos: -12.5,37.5 - parent: 2 - - uid: 15974 - components: - - type: Transform - pos: -8.5,40.5 - parent: 2 - - uid: 15981 - components: - - type: Transform - pos: -12.5,38.5 - parent: 2 - - uid: 15982 - components: - - type: Transform - pos: -99.5,1.5 - parent: 2 - - uid: 15984 - components: - - type: Transform - pos: -107.5,3.5 - parent: 2 - - uid: 16085 - components: - - type: Transform - pos: -9.5,35.5 - parent: 2 - - uid: 16091 - components: - - type: Transform - pos: -10.5,40.5 - parent: 2 - - uid: 16092 - components: - - type: Transform - pos: -10.5,41.5 - parent: 2 - - uid: 16093 - components: - - type: Transform - pos: -10.5,42.5 - parent: 2 - - uid: 16094 - components: - - type: Transform - pos: -12.5,40.5 - parent: 2 - - uid: 16095 - components: - - type: Transform - pos: -10.5,44.5 - parent: 2 - - uid: 16096 - components: - - type: Transform - pos: -10.5,45.5 - parent: 2 - - uid: 16098 - components: - - type: Transform - pos: -11.5,44.5 - parent: 2 - - uid: 16099 - components: - - type: Transform - pos: -12.5,44.5 - parent: 2 - - uid: 16100 - components: - - type: Transform - pos: -12.5,45.5 - parent: 2 - - uid: 16102 - components: - - type: Transform - pos: -12.5,47.5 - parent: 2 - - uid: 16103 - components: - - type: Transform - pos: -12.5,48.5 - parent: 2 - - uid: 16104 - components: - - type: Transform - pos: -12.5,49.5 - parent: 2 - - uid: 16105 - components: - - type: Transform - pos: -12.5,50.5 - parent: 2 - - uid: 16106 - components: - - type: Transform - pos: -12.5,51.5 - parent: 2 - - uid: 16107 - components: - - type: Transform - pos: -12.5,52.5 - parent: 2 - - uid: 16108 - components: - - type: Transform - pos: -12.5,53.5 - parent: 2 - - uid: 16109 - components: - - type: Transform - pos: -12.5,54.5 - parent: 2 - - uid: 16110 - components: - - type: Transform - pos: -12.5,55.5 - parent: 2 - - uid: 16111 - components: - - type: Transform - pos: -12.5,56.5 - parent: 2 - - uid: 16112 - components: - - type: Transform - pos: -12.5,57.5 - parent: 2 - - uid: 16113 - components: - - type: Transform - pos: -12.5,58.5 - parent: 2 - - uid: 16114 - components: - - type: Transform - pos: -11.5,58.5 - parent: 2 - - uid: 16115 - components: - - type: Transform - pos: -10.5,58.5 - parent: 2 - - uid: 16116 - components: - - type: Transform - pos: -9.5,58.5 - parent: 2 - - uid: 16117 - components: - - type: Transform - pos: -8.5,58.5 - parent: 2 - - uid: 16118 - components: - - type: Transform - pos: -7.5,58.5 - parent: 2 - - uid: 16119 - components: - - type: Transform - pos: -6.5,58.5 - parent: 2 - - uid: 16120 - components: - - type: Transform - pos: -5.5,58.5 - parent: 2 - - uid: 16121 - components: - - type: Transform - pos: -4.5,58.5 - parent: 2 - - uid: 16122 - components: - - type: Transform - pos: -3.5,58.5 - parent: 2 - - uid: 16123 - components: - - type: Transform - pos: -3.5,59.5 - parent: 2 - - uid: 16124 - components: - - type: Transform - pos: -3.5,60.5 - parent: 2 - - uid: 16125 - components: - - type: Transform - pos: -3.5,61.5 - parent: 2 - - uid: 16126 - components: - - type: Transform - pos: -4.5,61.5 - parent: 2 - - uid: 16127 - components: - - type: Transform - pos: -5.5,61.5 - parent: 2 - - uid: 16128 - components: - - type: Transform - pos: -6.5,61.5 - parent: 2 - - uid: 16129 - components: - - type: Transform - pos: -7.5,61.5 - parent: 2 - - uid: 16130 - components: - - type: Transform - pos: -8.5,61.5 - parent: 2 - - uid: 16131 - components: - - type: Transform - pos: -8.5,60.5 - parent: 2 - - uid: 16132 - components: - - type: Transform - pos: -8.5,59.5 - parent: 2 - - uid: 16133 - components: - - type: Transform - pos: -11.5,51.5 - parent: 2 - - uid: 16134 - components: - - type: Transform - pos: -10.5,51.5 - parent: 2 - - uid: 16135 - components: - - type: Transform - pos: -9.5,51.5 - parent: 2 - - uid: 16136 - components: - - type: Transform - pos: -8.5,51.5 - parent: 2 - - uid: 16137 - components: - - type: Transform - pos: -7.5,51.5 - parent: 2 - - uid: 16138 - components: - - type: Transform - pos: -6.5,51.5 - parent: 2 - - uid: 16139 - components: - - type: Transform - pos: -5.5,51.5 - parent: 2 - - uid: 16140 - components: - - type: Transform - pos: -4.5,51.5 - parent: 2 - - uid: 16141 - components: - - type: Transform - pos: -3.5,51.5 - parent: 2 - - uid: 16142 - components: - - type: Transform - pos: -2.5,51.5 - parent: 2 - - uid: 16144 - components: - - type: Transform - pos: -12.5,39.5 - parent: 2 - - uid: 16145 - components: - - type: Transform - pos: -13.5,39.5 - parent: 2 - - uid: 16146 - components: - - type: Transform - pos: -14.5,39.5 - parent: 2 - - uid: 16147 - components: - - type: Transform - pos: -15.5,39.5 - parent: 2 - - uid: 16151 - components: - - type: Transform - pos: -71.5,1.5 - parent: 2 - - uid: 16152 - components: - - type: Transform - pos: -20.5,39.5 - parent: 2 - - uid: 16153 - components: - - type: Transform - pos: -21.5,39.5 - parent: 2 - - uid: 16154 - components: - - type: Transform - pos: -22.5,39.5 - parent: 2 - - uid: 16155 - components: - - type: Transform - pos: -23.5,39.5 - parent: 2 - - uid: 16156 - components: - - type: Transform - pos: -24.5,39.5 - parent: 2 - - uid: 16157 - components: - - type: Transform - pos: -25.5,39.5 - parent: 2 - - uid: 16158 - components: - - type: Transform - pos: -26.5,39.5 - parent: 2 - - uid: 16159 - components: - - type: Transform - pos: -27.5,39.5 - parent: 2 - - uid: 16160 - components: - - type: Transform - pos: -27.5,40.5 - parent: 2 - - uid: 16161 - components: - - type: Transform - pos: -28.5,40.5 - parent: 2 - - uid: 16162 - components: - - type: Transform - pos: -29.5,40.5 - parent: 2 - - uid: 16163 - components: - - type: Transform - pos: -27.5,41.5 - parent: 2 - - uid: 16164 - components: - - type: Transform - pos: -9.5,40.5 - parent: 2 - - uid: 16166 - components: - - type: Transform - pos: -17.5,38.5 - parent: 2 - - uid: 16167 - components: - - type: Transform - pos: -17.5,37.5 - parent: 2 - - uid: 16168 - components: - - type: Transform - pos: -17.5,36.5 - parent: 2 - - uid: 16169 - components: - - type: Transform - pos: -18.5,36.5 - parent: 2 - - uid: 16170 - components: - - type: Transform - pos: -19.5,36.5 - parent: 2 - - uid: 16171 - components: - - type: Transform - pos: -20.5,36.5 - parent: 2 - - uid: 16172 - components: - - type: Transform - pos: -21.5,36.5 - parent: 2 - - uid: 16173 - components: - - type: Transform - pos: -22.5,36.5 - parent: 2 - - uid: 16174 - components: - - type: Transform - pos: -23.5,36.5 - parent: 2 - - uid: 16175 - components: - - type: Transform - pos: -24.5,36.5 - parent: 2 - - uid: 16176 - components: - - type: Transform - pos: -25.5,36.5 - parent: 2 - - uid: 16177 - components: - - type: Transform - pos: -26.5,36.5 - parent: 2 - - uid: 16178 - components: - - type: Transform - pos: -27.5,36.5 - parent: 2 - - uid: 16179 - components: - - type: Transform - pos: -28.5,37.5 - parent: 2 - - uid: 16180 - components: - - type: Transform - pos: -29.5,37.5 - parent: 2 - - uid: 16181 - components: - - type: Transform - pos: -10.5,34.5 - parent: 2 - - uid: 16182 - components: - - type: Transform - pos: -10.5,33.5 - parent: 2 - - uid: 16183 - components: - - type: Transform - pos: -10.5,32.5 - parent: 2 - - uid: 16184 - components: - - type: Transform - pos: -10.5,31.5 - parent: 2 - - uid: 16185 - components: - - type: Transform - pos: -10.5,30.5 - parent: 2 - - uid: 16186 - components: - - type: Transform - pos: -10.5,29.5 - parent: 2 - - uid: 16187 - components: - - type: Transform - pos: -9.5,29.5 - parent: 2 - - uid: 16188 - components: - - type: Transform - pos: -8.5,29.5 - parent: 2 - - uid: 16189 - components: - - type: Transform - pos: -7.5,29.5 - parent: 2 - - uid: 16190 - components: - - type: Transform - pos: -6.5,29.5 - parent: 2 - - uid: 16191 - components: - - type: Transform - pos: -5.5,29.5 - parent: 2 - - uid: 16192 - components: - - type: Transform - pos: -5.5,30.5 - parent: 2 - - uid: 16193 - components: - - type: Transform - pos: -5.5,31.5 - parent: 2 - - uid: 16194 - components: - - type: Transform - pos: -5.5,32.5 - parent: 2 - - uid: 16195 - components: - - type: Transform - pos: -5.5,33.5 - parent: 2 - - uid: 16196 - components: - - type: Transform - pos: -5.5,34.5 - parent: 2 - - uid: 16197 - components: - - type: Transform - pos: -5.5,28.5 - parent: 2 - - uid: 16198 - components: - - type: Transform - pos: -5.5,27.5 - parent: 2 - - uid: 16199 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 16200 - components: - - type: Transform - pos: -6.5,26.5 - parent: 2 - - uid: 16201 - components: - - type: Transform - pos: -7.5,26.5 - parent: 2 - - uid: 16202 - components: - - type: Transform - pos: -8.5,26.5 - parent: 2 - - uid: 16203 - components: - - type: Transform - pos: -9.5,26.5 - parent: 2 - - uid: 16204 - components: - - type: Transform - pos: -10.5,26.5 - parent: 2 - - uid: 16205 - components: - - type: Transform - pos: -11.5,26.5 - parent: 2 - - uid: 16206 - components: - - type: Transform - pos: -11.5,30.5 - parent: 2 - - uid: 16207 - components: - - type: Transform - pos: -12.5,30.5 - parent: 2 - - uid: 16208 - components: - - type: Transform - pos: -13.5,30.5 - parent: 2 - - uid: 16209 - components: - - type: Transform - pos: -14.5,30.5 - parent: 2 - - uid: 16210 - components: - - type: Transform - pos: -15.5,30.5 - parent: 2 - - uid: 16211 - components: - - type: Transform - pos: -16.5,30.5 - parent: 2 - - uid: 16212 - components: - - type: Transform - pos: -15.5,29.5 - parent: 2 - - uid: 16213 - components: - - type: Transform - pos: -15.5,28.5 - parent: 2 - - uid: 16214 - components: - - type: Transform - pos: -15.5,27.5 - parent: 2 - - uid: 16215 - components: - - type: Transform - pos: -15.5,26.5 - parent: 2 - - uid: 16216 - components: - - type: Transform - pos: -15.5,25.5 - parent: 2 - - uid: 16217 - components: - - type: Transform - pos: -16.5,25.5 - parent: 2 - - uid: 16218 - components: - - type: Transform - pos: -17.5,25.5 - parent: 2 - - uid: 16219 - components: - - type: Transform - pos: -18.5,25.5 - parent: 2 - - uid: 16220 - components: - - type: Transform - pos: -19.5,25.5 - parent: 2 - - uid: 16221 - components: - - type: Transform - pos: -20.5,25.5 - parent: 2 - - uid: 16222 - components: - - type: Transform - pos: -21.5,25.5 - parent: 2 - - uid: 16223 - components: - - type: Transform - pos: -17.5,30.5 - parent: 2 - - uid: 16225 - components: - - type: Transform - pos: -19.5,30.5 - parent: 2 - - uid: 16226 - components: - - type: Transform - pos: -20.5,30.5 - parent: 2 - - uid: 16227 - components: - - type: Transform - pos: -21.5,30.5 - parent: 2 - - uid: 16228 - components: - - type: Transform - pos: -22.5,30.5 - parent: 2 - - uid: 16229 - components: - - type: Transform - pos: -22.5,29.5 - parent: 2 - - uid: 16230 - components: - - type: Transform - pos: -23.5,29.5 - parent: 2 - - uid: 16231 - components: - - type: Transform - pos: -24.5,29.5 - parent: 2 - - uid: 16232 - components: - - type: Transform - pos: -25.5,29.5 - parent: 2 - - uid: 16233 - components: - - type: Transform - pos: -26.5,29.5 - parent: 2 - - uid: 16234 - components: - - type: Transform - pos: -27.5,29.5 - parent: 2 - - uid: 16235 - components: - - type: Transform - pos: -28.5,29.5 - parent: 2 - - uid: 16236 - components: - - type: Transform - pos: -29.5,29.5 - parent: 2 - - uid: 16237 - components: - - type: Transform - pos: -30.5,29.5 - parent: 2 - - uid: 16238 - components: - - type: Transform - pos: -31.5,29.5 - parent: 2 - - uid: 16239 - components: - - type: Transform - pos: -32.5,29.5 - parent: 2 - - uid: 16240 - components: - - type: Transform - pos: -33.5,29.5 - parent: 2 - - uid: 16241 - components: - - type: Transform - pos: -34.5,29.5 - parent: 2 - - uid: 16244 - components: - - type: Transform - pos: -34.5,32.5 - parent: 2 - - uid: 16247 - components: - - type: Transform - pos: -29.5,30.5 - parent: 2 - - uid: 16248 - components: - - type: Transform - pos: -29.5,31.5 - parent: 2 - - uid: 16249 - components: - - type: Transform - pos: -29.5,32.5 - parent: 2 - - uid: 16250 - components: - - type: Transform - pos: -29.5,33.5 - parent: 2 - - uid: 16251 - components: - - type: Transform - pos: -107.5,5.5 - parent: 2 - - uid: 16252 - components: - - type: Transform - pos: -29.5,28.5 - parent: 2 - - uid: 16253 - components: - - type: Transform - pos: -29.5,27.5 - parent: 2 - - uid: 16254 - components: - - type: Transform - pos: -29.5,26.5 - parent: 2 - - uid: 16255 - components: - - type: Transform - pos: -29.5,25.5 - parent: 2 - - uid: 16256 - components: - - type: Transform - pos: -29.5,24.5 - parent: 2 - - uid: 16257 - components: - - type: Transform - pos: -25.5,24.5 - parent: 2 - - uid: 16258 - components: - - type: Transform - pos: -25.5,25.5 - parent: 2 - - uid: 16259 - components: - - type: Transform - pos: -25.5,26.5 - parent: 2 - - uid: 16260 - components: - - type: Transform - pos: -25.5,27.5 - parent: 2 - - uid: 16261 - components: - - type: Transform - pos: -25.5,28.5 - parent: 2 - - uid: 16262 - components: - - type: Transform - pos: -25.5,30.5 - parent: 2 - - uid: 16263 - components: - - type: Transform - pos: -25.5,31.5 - parent: 2 - - uid: 16264 - components: - - type: Transform - pos: -25.5,32.5 - parent: 2 - - uid: 16265 - components: - - type: Transform - pos: -25.5,33.5 - parent: 2 - - uid: 16266 - components: - - type: Transform - pos: -106.5,3.5 - parent: 2 - - uid: 16267 - components: - - type: Transform - pos: -106.5,2.5 - parent: 2 - - uid: 16268 - components: - - type: Transform - pos: -21.5,33.5 - parent: 2 - - uid: 16269 - components: - - type: Transform - pos: -21.5,32.5 - parent: 2 - - uid: 16270 - components: - - type: Transform - pos: -21.5,31.5 - parent: 2 - - uid: 16271 - components: - - type: Transform - pos: -17.5,31.5 - parent: 2 - - uid: 16272 - components: - - type: Transform - pos: -17.5,32.5 - parent: 2 - - uid: 16273 - components: - - type: Transform - pos: -17.5,33.5 - parent: 2 - - uid: 16274 - components: - - type: Transform - pos: -100.5,1.5 - parent: 2 - - uid: 16277 - components: - - type: Transform - pos: 3.5,28.5 - parent: 2 - - uid: 16301 - components: - - type: Transform - pos: -108.5,5.5 - parent: 2 - - uid: 16328 - components: - - type: Transform - pos: -107.5,4.5 - parent: 2 - - uid: 16333 - components: - - type: Transform - pos: -12.5,39.5 - parent: 2 - - uid: 16334 - components: - - type: Transform - pos: -11.5,40.5 - parent: 2 - - uid: 16350 - components: - - type: Transform - pos: -104.5,2.5 - parent: 2 - - uid: 16407 - components: - - type: Transform - pos: -9.5,69.5 - parent: 2 - - uid: 16408 - components: - - type: Transform - pos: -9.5,70.5 - parent: 2 - - uid: 16418 - components: - - type: Transform - pos: -7.5,40.5 - parent: 2 - - uid: 16419 - components: - - type: Transform - pos: -6.5,40.5 - parent: 2 - - uid: 16420 - components: - - type: Transform - pos: -5.5,40.5 - parent: 2 - - uid: 16421 - components: - - type: Transform - pos: -4.5,40.5 - parent: 2 - - uid: 16422 - components: - - type: Transform - pos: -3.5,40.5 - parent: 2 - - uid: 16423 - components: - - type: Transform - pos: -2.5,40.5 - parent: 2 - - uid: 16424 - components: - - type: Transform - pos: -2.5,41.5 - parent: 2 - - uid: 16425 - components: - - type: Transform - pos: -2.5,42.5 - parent: 2 - - uid: 16426 - components: - - type: Transform - pos: -2.5,43.5 - parent: 2 - - uid: 16427 - components: - - type: Transform - pos: -2.5,44.5 - parent: 2 - - uid: 16428 - components: - - type: Transform - pos: -2.5,45.5 - parent: 2 - - uid: 16429 - components: - - type: Transform - pos: -3.5,45.5 - parent: 2 - - uid: 16430 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - - uid: 16431 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - - uid: 16432 - components: - - type: Transform - pos: -2.5,39.5 - parent: 2 - - uid: 16433 - components: - - type: Transform - pos: -2.5,38.5 - parent: 2 - - uid: 16434 - components: - - type: Transform - pos: -2.5,37.5 - parent: 2 - - uid: 16435 - components: - - type: Transform - pos: -2.5,36.5 - parent: 2 - - uid: 16436 - components: - - type: Transform - pos: -2.5,35.5 - parent: 2 - - uid: 16437 - components: - - type: Transform - pos: -2.5,34.5 - parent: 2 - - uid: 16438 - components: - - type: Transform - pos: -2.5,33.5 - parent: 2 - - uid: 16439 - components: - - type: Transform - pos: -2.5,32.5 - parent: 2 - - uid: 16440 - components: - - type: Transform - pos: -2.5,31.5 - parent: 2 - - uid: 16441 - components: - - type: Transform - pos: -2.5,30.5 - parent: 2 - - uid: 16442 - components: - - type: Transform - pos: -2.5,29.5 - parent: 2 - - uid: 16443 - components: - - type: Transform - pos: -2.5,28.5 - parent: 2 - - uid: 16444 - components: - - type: Transform - pos: -1.5,28.5 - parent: 2 - - uid: 16468 - components: - - type: Transform - pos: -105.5,2.5 - parent: 2 - - uid: 16472 - components: - - type: Transform - pos: -77.5,-10.5 - parent: 2 - - uid: 16494 - components: - - type: Transform - pos: -91.5,-9.5 - parent: 2 - - uid: 16495 - components: - - type: Transform - pos: -91.5,-10.5 - parent: 2 - - uid: 16502 - components: - - type: Transform - pos: -90.5,-11.5 - parent: 2 - - uid: 16557 - components: - - type: Transform - pos: -39.5,26.5 - parent: 2 - - uid: 16558 - components: - - type: Transform - pos: -38.5,26.5 - parent: 2 - - uid: 16559 - components: - - type: Transform - pos: -37.5,26.5 - parent: 2 - - uid: 16560 - components: - - type: Transform - pos: -36.5,26.5 - parent: 2 - - uid: 16561 - components: - - type: Transform - pos: -35.5,26.5 - parent: 2 - - uid: 16562 - components: - - type: Transform - pos: -34.5,26.5 - parent: 2 - - uid: 16563 - components: - - type: Transform - pos: -33.5,26.5 - parent: 2 - - uid: 16564 - components: - - type: Transform - pos: -32.5,26.5 - parent: 2 - - uid: 16568 - components: - - type: Transform - pos: -38.5,27.5 - parent: 2 - - uid: 16569 - components: - - type: Transform - pos: -38.5,28.5 - parent: 2 - - uid: 16570 - components: - - type: Transform - pos: -38.5,29.5 - parent: 2 - - uid: 16571 - components: - - type: Transform - pos: -38.5,30.5 - parent: 2 - - uid: 16572 - components: - - type: Transform - pos: -38.5,31.5 - parent: 2 - - uid: 16573 - components: - - type: Transform - pos: -38.5,32.5 - parent: 2 - - uid: 16574 - components: - - type: Transform - pos: -38.5,33.5 - parent: 2 - - uid: 16576 - components: - - type: Transform - pos: 37.5,20.5 - parent: 2 - - uid: 16582 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - - uid: 16619 - components: - - type: Transform - pos: -59.5,17.5 - parent: 2 - - uid: 16622 - components: - - type: Transform - pos: -57.5,16.5 - parent: 2 - - uid: 17532 - components: - - type: Transform - pos: -44.5,69.5 - parent: 2 - - uid: 17618 - components: - - type: Transform - pos: -46.5,68.5 - parent: 2 - - uid: 17703 - components: - - type: Transform - pos: -24.5,2.5 - parent: 2 - - uid: 17704 - components: - - type: Transform - pos: -23.5,2.5 - parent: 2 - - uid: 17705 - components: - - type: Transform - pos: -22.5,2.5 - parent: 2 - - uid: 17807 - components: - - type: Transform - pos: 51.5,-11.5 - parent: 2 - - uid: 17882 - components: - - type: Transform - pos: -21.5,2.5 - parent: 2 - - uid: 17930 - components: - - type: Transform - pos: 61.5,-1.5 - parent: 2 - - uid: 17931 - components: - - type: Transform - pos: 62.5,-1.5 - parent: 2 - - uid: 17932 - components: - - type: Transform - pos: 63.5,-1.5 - parent: 2 - - uid: 17933 - components: - - type: Transform - pos: 64.5,-1.5 - parent: 2 - - uid: 17934 - components: - - type: Transform - pos: 65.5,-1.5 - parent: 2 - - uid: 17935 - components: - - type: Transform - pos: 66.5,-1.5 - parent: 2 - - uid: 17936 - components: - - type: Transform - pos: 67.5,-1.5 - parent: 2 - - uid: 17937 - components: - - type: Transform - pos: 68.5,-1.5 - parent: 2 - - uid: 17938 - components: - - type: Transform - pos: 69.5,-1.5 - parent: 2 - - uid: 17939 - components: - - type: Transform - pos: 70.5,-1.5 - parent: 2 - - uid: 17940 - components: - - type: Transform - pos: 71.5,-1.5 - parent: 2 - - uid: 17941 - components: - - type: Transform - pos: 72.5,-1.5 - parent: 2 - - uid: 17942 - components: - - type: Transform - pos: 73.5,-1.5 - parent: 2 - - uid: 17943 - components: - - type: Transform - pos: 74.5,-1.5 - parent: 2 - - uid: 17944 - components: - - type: Transform - pos: 64.5,-0.5 - parent: 2 - - uid: 17945 - components: - - type: Transform - pos: 64.5,0.5 - parent: 2 - - uid: 17946 - components: - - type: Transform - pos: 72.5,-0.5 - parent: 2 - - uid: 17947 - components: - - type: Transform - pos: 72.5,0.5 - parent: 2 - - uid: 17948 - components: - - type: Transform - pos: 66.5,-8.5 - parent: 2 - - uid: 17949 - components: - - type: Transform - pos: 67.5,-8.5 - parent: 2 - - uid: 17950 - components: - - type: Transform - pos: 49.5,-11.5 - parent: 2 - - uid: 17952 - components: - - type: Transform - pos: 70.5,-8.5 - parent: 2 - - uid: 17953 - components: - - type: Transform - pos: 71.5,-8.5 - parent: 2 - - uid: 17954 - components: - - type: Transform - pos: 72.5,-8.5 - parent: 2 - - uid: 17955 - components: - - type: Transform - pos: 73.5,-8.5 - parent: 2 - - uid: 17957 - components: - - type: Transform - pos: -30.5,-29.5 - parent: 2 - - uid: 17958 - components: - - type: Transform - pos: 73.5,-5.5 - parent: 2 - - uid: 17959 - components: - - type: Transform - pos: 74.5,-5.5 - parent: 2 - - uid: 17960 - components: - - type: Transform - pos: 75.5,-5.5 - parent: 2 - - uid: 17961 - components: - - type: Transform - pos: 75.5,-4.5 - parent: 2 - - uid: 17962 - components: - - type: Transform - pos: -30.5,-28.5 - parent: 2 - - uid: 17994 - components: - - type: Transform - pos: 5.5,69.5 - parent: 2 - - uid: 17998 - components: - - type: Transform - pos: 7.5,68.5 - parent: 2 - - uid: 18004 - components: - - type: Transform - pos: 8.5,68.5 - parent: 2 - - uid: 18019 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 2 - - uid: 18028 - components: - - type: Transform - pos: 8.5,58.5 - parent: 2 - - uid: 18030 - components: - - type: Transform - pos: 7.5,66.5 - parent: 2 - - uid: 18041 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 2 - - uid: 18046 - components: - - type: Transform - pos: -36.5,-14.5 - parent: 2 - - uid: 18047 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 2 - - uid: 18106 - components: - - type: Transform - pos: 5.5,70.5 - parent: 2 - - uid: 18107 - components: - - type: Transform - pos: 11.5,68.5 - parent: 2 - - uid: 18119 - components: - - type: Transform - pos: -40.5,-17.5 - parent: 2 - - uid: 18201 - components: - - type: Transform - pos: 8.5,57.5 - parent: 2 - - uid: 18216 - components: - - type: Transform - pos: -40.5,-18.5 - parent: 2 - - uid: 18228 - components: - - type: Transform - pos: 6.5,66.5 - parent: 2 - - uid: 18235 - components: - - type: Transform - pos: -38.5,66.5 - parent: 2 - - uid: 18236 - components: - - type: Transform - pos: 8.5,59.5 - parent: 2 - - uid: 18257 - components: - - type: Transform - pos: -14.5,58.5 - parent: 2 - - uid: 18261 - components: - - type: Transform - pos: -18.5,58.5 - parent: 2 - - uid: 18262 - components: - - type: Transform - pos: -19.5,58.5 - parent: 2 - - uid: 18263 - components: - - type: Transform - pos: -20.5,58.5 - parent: 2 - - uid: 18264 - components: - - type: Transform - pos: -21.5,58.5 - parent: 2 - - uid: 18265 - components: - - type: Transform - pos: -22.5,58.5 - parent: 2 - - uid: 18266 - components: - - type: Transform - pos: -23.5,58.5 - parent: 2 - - uid: 18267 - components: - - type: Transform - pos: -24.5,58.5 - parent: 2 - - uid: 18268 - components: - - type: Transform - pos: -25.5,58.5 - parent: 2 - - uid: 18269 - components: - - type: Transform - pos: -26.5,58.5 - parent: 2 - - uid: 18271 - components: - - type: Transform - pos: -36.5,64.5 - parent: 2 - - uid: 18275 - components: - - type: Transform - pos: -31.5,65.5 - parent: 2 - - uid: 18276 - components: - - type: Transform - pos: -29.5,65.5 - parent: 2 - - uid: 18277 - components: - - type: Transform - pos: -33.5,65.5 - parent: 2 - - uid: 18280 - components: - - type: Transform - pos: -29.5,64.5 - parent: 2 - - uid: 18281 - components: - - type: Transform - pos: -28.5,64.5 - parent: 2 - - uid: 18282 - components: - - type: Transform - pos: -27.5,64.5 - parent: 2 - - uid: 18283 - components: - - type: Transform - pos: -26.5,64.5 - parent: 2 - - uid: 18284 - components: - - type: Transform - pos: -25.5,64.5 - parent: 2 - - uid: 18285 - components: - - type: Transform - pos: -24.5,64.5 - parent: 2 - - uid: 18286 - components: - - type: Transform - pos: -23.5,64.5 - parent: 2 - - uid: 18287 - components: - - type: Transform - pos: -22.5,64.5 - parent: 2 - - uid: 18288 - components: - - type: Transform - pos: -21.5,64.5 - parent: 2 - - uid: 18289 - components: - - type: Transform - pos: -20.5,64.5 - parent: 2 - - uid: 18290 - components: - - type: Transform - pos: -19.5,64.5 - parent: 2 - - uid: 18291 - components: - - type: Transform - pos: -18.5,64.5 - parent: 2 - - uid: 18292 - components: - - type: Transform - pos: -17.5,64.5 - parent: 2 - - uid: 18293 - components: - - type: Transform - pos: -16.5,64.5 - parent: 2 - - uid: 18294 - components: - - type: Transform - pos: -15.5,64.5 - parent: 2 - - uid: 18295 - components: - - type: Transform - pos: -14.5,64.5 - parent: 2 - - uid: 18296 - components: - - type: Transform - pos: -13.5,64.5 - parent: 2 - - uid: 18297 - components: - - type: Transform - pos: -12.5,64.5 - parent: 2 - - uid: 18298 - components: - - type: Transform - pos: -11.5,64.5 - parent: 2 - - uid: 18299 - components: - - type: Transform - pos: -10.5,64.5 - parent: 2 - - uid: 18300 - components: - - type: Transform - pos: -9.5,64.5 - parent: 2 - - uid: 18301 - components: - - type: Transform - pos: -8.5,64.5 - parent: 2 - - uid: 18302 - components: - - type: Transform - pos: -7.5,64.5 - parent: 2 - - uid: 18303 - components: - - type: Transform - pos: -6.5,64.5 - parent: 2 - - uid: 18304 - components: - - type: Transform - pos: -5.5,64.5 - parent: 2 - - uid: 18305 - components: - - type: Transform - pos: -4.5,64.5 - parent: 2 - - uid: 18306 - components: - - type: Transform - pos: -3.5,64.5 - parent: 2 - - uid: 18307 - components: - - type: Transform - pos: -2.5,64.5 - parent: 2 - - uid: 18309 - components: - - type: Transform - pos: -20.5,63.5 - parent: 2 - - uid: 18310 - components: - - type: Transform - pos: -20.5,62.5 - parent: 2 - - uid: 18311 - components: - - type: Transform - pos: -20.5,61.5 - parent: 2 - - uid: 18312 - components: - - type: Transform - pos: -20.5,60.5 - parent: 2 - - uid: 18313 - components: - - type: Transform - pos: -20.5,59.5 - parent: 2 - - uid: 18322 - components: - - type: Transform - pos: -33.5,63.5 - parent: 2 - - uid: 18365 - components: - - type: Transform - pos: 3.5,69.5 - parent: 2 - - uid: 18515 - components: - - type: Transform - pos: -20.5,2.5 - parent: 2 - - uid: 18699 - components: - - type: Transform - pos: -95.5,67.5 - parent: 2 - - uid: 18790 - components: - - type: Transform - pos: -89.5,-50.5 - parent: 2 - - uid: 18886 - components: - - type: Transform - pos: -89.5,-45.5 - parent: 2 - - uid: 18898 - components: - - type: Transform - pos: -89.5,-47.5 - parent: 2 - - uid: 19100 - components: - - type: Transform - pos: -16.5,36.5 - parent: 2 - - uid: 19101 - components: - - type: Transform - pos: 81.5,1.5 - parent: 2 - - uid: 19102 - components: - - type: Transform - pos: -89.5,-57.5 - parent: 2 - - uid: 19146 - components: - - type: Transform - pos: -95.5,66.5 - parent: 2 - - uid: 19166 - components: - - type: Transform - pos: -89.5,-56.5 - parent: 2 - - uid: 19179 - components: - - type: Transform - pos: -98.5,55.5 - parent: 2 - - uid: 19180 - components: - - type: Transform - pos: -98.5,54.5 - parent: 2 - - uid: 19181 - components: - - type: Transform - pos: -99.5,54.5 - parent: 2 - - uid: 19182 - components: - - type: Transform - pos: -100.5,54.5 - parent: 2 - - uid: 19183 - components: - - type: Transform - pos: -100.5,55.5 - parent: 2 - - uid: 19184 - components: - - type: Transform - pos: -100.5,56.5 - parent: 2 - - uid: 19185 - components: - - type: Transform - pos: -101.5,56.5 - parent: 2 - - uid: 19186 - components: - - type: Transform - pos: -102.5,56.5 - parent: 2 - - uid: 19187 - components: - - type: Transform - pos: -103.5,56.5 - parent: 2 - - uid: 19188 - components: - - type: Transform - pos: -104.5,56.5 - parent: 2 - - uid: 19189 - components: - - type: Transform - pos: -105.5,56.5 - parent: 2 - - uid: 19190 - components: - - type: Transform - pos: -105.5,57.5 - parent: 2 - - uid: 19191 - components: - - type: Transform - pos: -105.5,58.5 - parent: 2 - - uid: 19192 - components: - - type: Transform - pos: -106.5,58.5 - parent: 2 - - uid: 19193 - components: - - type: Transform - pos: -107.5,58.5 - parent: 2 - - uid: 19194 - components: - - type: Transform - pos: -108.5,58.5 - parent: 2 - - uid: 19195 - components: - - type: Transform - pos: -109.5,58.5 - parent: 2 - - uid: 19196 - components: - - type: Transform - pos: -110.5,58.5 - parent: 2 - - uid: 19197 - components: - - type: Transform - pos: -111.5,58.5 - parent: 2 - - uid: 19198 - components: - - type: Transform - pos: -112.5,58.5 - parent: 2 - - uid: 19199 - components: - - type: Transform - pos: -113.5,58.5 - parent: 2 - - uid: 19200 - components: - - type: Transform - pos: -114.5,58.5 - parent: 2 - - uid: 19201 - components: - - type: Transform - pos: -115.5,58.5 - parent: 2 - - uid: 19202 - components: - - type: Transform - pos: -116.5,58.5 - parent: 2 - - uid: 19203 - components: - - type: Transform - pos: -117.5,58.5 - parent: 2 - - uid: 19204 - components: - - type: Transform - pos: -118.5,58.5 - parent: 2 - - uid: 19205 - components: - - type: Transform - pos: -119.5,58.5 - parent: 2 - - uid: 19206 - components: - - type: Transform - pos: -119.5,57.5 - parent: 2 - - uid: 19207 - components: - - type: Transform - pos: -119.5,56.5 - parent: 2 - - uid: 19208 - components: - - type: Transform - pos: -119.5,55.5 - parent: 2 - - uid: 19209 - components: - - type: Transform - pos: -119.5,54.5 - parent: 2 - - uid: 19210 - components: - - type: Transform - pos: -119.5,53.5 - parent: 2 - - uid: 19211 - components: - - type: Transform - pos: -119.5,52.5 - parent: 2 - - uid: 19212 - components: - - type: Transform - pos: -119.5,51.5 - parent: 2 - - uid: 19213 - components: - - type: Transform - pos: -119.5,50.5 - parent: 2 - - uid: 19214 - components: - - type: Transform - pos: -119.5,49.5 - parent: 2 - - uid: 19215 - components: - - type: Transform - pos: -119.5,48.5 - parent: 2 - - uid: 19216 - components: - - type: Transform - pos: -119.5,47.5 - parent: 2 - - uid: 19217 - components: - - type: Transform - pos: -119.5,46.5 - parent: 2 - - uid: 19218 - components: - - type: Transform - pos: -119.5,45.5 - parent: 2 - - uid: 19219 - components: - - type: Transform - pos: -119.5,44.5 - parent: 2 - - uid: 19220 - components: - - type: Transform - pos: -118.5,44.5 - parent: 2 - - uid: 19221 - components: - - type: Transform - pos: -117.5,44.5 - parent: 2 - - uid: 19222 - components: - - type: Transform - pos: -116.5,44.5 - parent: 2 - - uid: 19223 - components: - - type: Transform - pos: -115.5,44.5 - parent: 2 - - uid: 19224 - components: - - type: Transform - pos: -114.5,44.5 - parent: 2 - - uid: 19225 - components: - - type: Transform - pos: -113.5,44.5 - parent: 2 - - uid: 19226 - components: - - type: Transform - pos: -112.5,44.5 - parent: 2 - - uid: 19227 - components: - - type: Transform - pos: -111.5,44.5 - parent: 2 - - uid: 19228 - components: - - type: Transform - pos: -110.5,44.5 - parent: 2 - - uid: 19229 - components: - - type: Transform - pos: -109.5,44.5 - parent: 2 - - uid: 19230 - components: - - type: Transform - pos: -108.5,44.5 - parent: 2 - - uid: 19231 - components: - - type: Transform - pos: -107.5,44.5 - parent: 2 - - uid: 19232 - components: - - type: Transform - pos: -106.5,44.5 - parent: 2 - - uid: 19233 - components: - - type: Transform - pos: -105.5,44.5 - parent: 2 - - uid: 19234 - components: - - type: Transform - pos: -105.5,45.5 - parent: 2 - - uid: 19235 - components: - - type: Transform - pos: -105.5,46.5 - parent: 2 - - uid: 19236 - components: - - type: Transform - pos: -105.5,47.5 - parent: 2 - - uid: 19237 - components: - - type: Transform - pos: -105.5,48.5 - parent: 2 - - uid: 19238 - components: - - type: Transform - pos: -105.5,49.5 - parent: 2 - - uid: 19239 - components: - - type: Transform - pos: -105.5,50.5 - parent: 2 - - uid: 19240 - components: - - type: Transform - pos: -105.5,51.5 - parent: 2 - - uid: 19241 - components: - - type: Transform - pos: -105.5,52.5 - parent: 2 - - uid: 19242 - components: - - type: Transform - pos: -105.5,53.5 - parent: 2 - - uid: 19243 - components: - - type: Transform - pos: -105.5,54.5 - parent: 2 - - uid: 19244 - components: - - type: Transform - pos: -105.5,55.5 - parent: 2 - - uid: 19245 - components: - - type: Transform - pos: -104.5,46.5 - parent: 2 - - uid: 19246 - components: - - type: Transform - pos: -103.5,46.5 - parent: 2 - - uid: 19247 - components: - - type: Transform - pos: -102.5,46.5 - parent: 2 - - uid: 19248 - components: - - type: Transform - pos: -101.5,46.5 - parent: 2 - - uid: 19249 - components: - - type: Transform - pos: -100.5,46.5 - parent: 2 - - uid: 19250 - components: - - type: Transform - pos: -100.5,47.5 - parent: 2 - - uid: 19251 - components: - - type: Transform - pos: -100.5,48.5 - parent: 2 - - uid: 19252 - components: - - type: Transform - pos: -100.5,49.5 - parent: 2 - - uid: 19253 - components: - - type: Transform - pos: -100.5,50.5 - parent: 2 - - uid: 19254 - components: - - type: Transform - pos: -100.5,51.5 - parent: 2 - - uid: 19255 - components: - - type: Transform - pos: -100.5,52.5 - parent: 2 - - uid: 19256 - components: - - type: Transform - pos: -100.5,53.5 - parent: 2 - - uid: 19257 - components: - - type: Transform - pos: -99.5,51.5 - parent: 2 - - uid: 19258 - components: - - type: Transform - pos: -98.5,51.5 - parent: 2 - - uid: 19259 - components: - - type: Transform - pos: -97.5,51.5 - parent: 2 - - uid: 19260 - components: - - type: Transform - pos: -96.5,51.5 - parent: 2 - - uid: 19261 - components: - - type: Transform - pos: -95.5,51.5 - parent: 2 - - uid: 19262 - components: - - type: Transform - pos: -94.5,51.5 - parent: 2 - - uid: 19263 - components: - - type: Transform - pos: -93.5,51.5 - parent: 2 - - uid: 19264 - components: - - type: Transform - pos: -92.5,51.5 - parent: 2 - - uid: 19265 - components: - - type: Transform - pos: -91.5,51.5 - parent: 2 - - uid: 19266 - components: - - type: Transform - pos: -90.5,51.5 - parent: 2 - - uid: 19267 - components: - - type: Transform - pos: -89.5,51.5 - parent: 2 - - uid: 19268 - components: - - type: Transform - pos: -54.5,39.5 - parent: 2 - - uid: 19269 - components: - - type: Transform - pos: -61.5,41.5 - parent: 2 - - uid: 19270 - components: - - type: Transform - pos: -60.5,41.5 - parent: 2 - - uid: 19271 - components: - - type: Transform - pos: -59.5,41.5 - parent: 2 - - uid: 19272 - components: - - type: Transform - pos: -58.5,41.5 - parent: 2 - - uid: 19273 - components: - - type: Transform - pos: -57.5,41.5 - parent: 2 - - uid: 19274 - components: - - type: Transform - pos: -56.5,41.5 - parent: 2 - - uid: 19275 - components: - - type: Transform - pos: -55.5,41.5 - parent: 2 - - uid: 19276 - components: - - type: Transform - pos: -54.5,41.5 - parent: 2 - - uid: 19277 - components: - - type: Transform - pos: -54.5,40.5 - parent: 2 - - uid: 19278 - components: - - type: Transform - pos: -55.5,37.5 - parent: 2 - - uid: 19279 - components: - - type: Transform - pos: -56.5,37.5 - parent: 2 - - uid: 19280 - components: - - type: Transform - pos: -53.5,37.5 - parent: 2 - - uid: 19281 - components: - - type: Transform - pos: -52.5,37.5 - parent: 2 - - uid: 19293 - components: - - type: Transform - pos: -62.5,35.5 - parent: 2 - - uid: 19294 - components: - - type: Transform - pos: -61.5,35.5 - parent: 2 - - uid: 19295 - components: - - type: Transform - pos: -60.5,35.5 - parent: 2 - - uid: 19296 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 2 - - uid: 19297 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 19298 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 19299 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - - uid: 19300 - components: - - type: Transform - pos: 3.5,-37.5 - parent: 2 - - uid: 19302 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - - uid: 19303 - components: - - type: Transform - pos: 5.5,-35.5 - parent: 2 - - uid: 19304 - components: - - type: Transform - pos: 5.5,-34.5 - parent: 2 - - uid: 19307 - components: - - type: Transform - pos: -1.5,-28.5 - parent: 2 - - uid: 19308 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 2 - - uid: 19309 - components: - - type: Transform - pos: -3.5,-28.5 - parent: 2 - - uid: 19310 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 2 - - uid: 19311 - components: - - type: Transform - pos: -5.5,-28.5 - parent: 2 - - uid: 19323 - components: - - type: Transform - pos: 84.5,56.5 - parent: 2 - - uid: 19404 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 2 - - uid: 19436 - components: - - type: Transform - pos: -77.5,21.5 - parent: 2 - - uid: 19600 - components: - - type: Transform - pos: 2.5,69.5 - parent: 2 - - uid: 19601 - components: - - type: Transform - pos: 3.5,66.5 - parent: 2 - - uid: 19602 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 2 - - uid: 19603 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 2 - - uid: 19640 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 2 - - uid: 19642 - components: - - type: Transform - pos: 3.5,65.5 - parent: 2 - - uid: 19649 - components: - - type: Transform - pos: 5.5,65.5 - parent: 2 - - uid: 19673 - components: - - type: Transform - pos: -46.5,58.5 - parent: 2 - - uid: 19720 - components: - - type: Transform - pos: -89.5,-49.5 - parent: 2 - - uid: 19741 - components: - - type: Transform - pos: 2.5,65.5 - parent: 2 - - uid: 19743 - components: - - type: Transform - pos: 4.5,65.5 - parent: 2 - - uid: 19761 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 2 - - uid: 19879 - components: - - type: Transform - pos: 8.5,70.5 - parent: 2 - - uid: 20202 - components: - - type: Transform - pos: -42.5,56.5 - parent: 2 - - uid: 20203 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - - uid: 20204 - components: - - type: Transform - pos: -44.5,56.5 - parent: 2 - - uid: 20226 - components: - - type: Transform - pos: 35.5,10.5 - parent: 2 - - uid: 20227 - components: - - type: Transform - pos: 34.5,10.5 - parent: 2 - - uid: 20228 - components: - - type: Transform - pos: 33.5,10.5 - parent: 2 - - uid: 20229 - components: - - type: Transform - pos: 32.5,10.5 - parent: 2 - - uid: 20230 - components: - - type: Transform - pos: 31.5,10.5 - parent: 2 - - uid: 20231 - components: - - type: Transform - pos: 30.5,10.5 - parent: 2 - - uid: 20232 - components: - - type: Transform - pos: 29.5,10.5 - parent: 2 - - uid: 20233 - components: - - type: Transform - pos: 28.5,10.5 - parent: 2 - - uid: 20234 - components: - - type: Transform - pos: 27.5,10.5 - parent: 2 - - uid: 20235 - components: - - type: Transform - pos: 26.5,10.5 - parent: 2 - - uid: 20236 - components: - - type: Transform - pos: 25.5,10.5 - parent: 2 - - uid: 20237 - components: - - type: Transform - pos: 25.5,11.5 - parent: 2 - - uid: 20238 - components: - - type: Transform - pos: 25.5,12.5 - parent: 2 - - uid: 20239 - components: - - type: Transform - pos: 25.5,13.5 - parent: 2 - - uid: 20240 - components: - - type: Transform - pos: 25.5,14.5 - parent: 2 - - uid: 20241 - components: - - type: Transform - pos: 25.5,15.5 - parent: 2 - - uid: 20242 - components: - - type: Transform - pos: 25.5,16.5 - parent: 2 - - uid: 20243 - components: - - type: Transform - pos: 32.5,11.5 - parent: 2 - - uid: 20244 - components: - - type: Transform - pos: 32.5,12.5 - parent: 2 - - uid: 20245 - components: - - type: Transform - pos: 32.5,13.5 - parent: 2 - - uid: 20246 - components: - - type: Transform - pos: 32.5,14.5 - parent: 2 - - uid: 20247 - components: - - type: Transform - pos: 32.5,15.5 - parent: 2 - - uid: 20248 - components: - - type: Transform - pos: 25.5,9.5 - parent: 2 - - uid: 20249 - components: - - type: Transform - pos: -33.5,18.5 - parent: 2 - - uid: 20251 - components: - - type: Transform - pos: 25.5,6.5 - parent: 2 - - uid: 20252 - components: - - type: Transform - pos: 24.5,6.5 - parent: 2 - - uid: 20253 - components: - - type: Transform - pos: 23.5,6.5 - parent: 2 - - uid: 20254 - components: - - type: Transform - pos: 22.5,6.5 - parent: 2 - - uid: 20255 - components: - - type: Transform - pos: 21.5,6.5 - parent: 2 - - uid: 20256 - components: - - type: Transform - pos: 20.5,6.5 - parent: 2 - - uid: 20257 - components: - - type: Transform - pos: 19.5,6.5 - parent: 2 - - uid: 20258 - components: - - type: Transform - pos: 18.5,6.5 - parent: 2 - - uid: 20259 - components: - - type: Transform - pos: 17.5,6.5 - parent: 2 - - uid: 20260 - components: - - type: Transform - pos: 16.5,6.5 - parent: 2 - - uid: 20261 - components: - - type: Transform - pos: 15.5,6.5 - parent: 2 - - uid: 20262 - components: - - type: Transform - pos: 14.5,6.5 - parent: 2 - - uid: 20263 - components: - - type: Transform - pos: 13.5,6.5 - parent: 2 - - uid: 20264 - components: - - type: Transform - pos: 12.5,6.5 - parent: 2 - - uid: 20265 - components: - - type: Transform - pos: 11.5,6.5 - parent: 2 - - uid: 20266 - components: - - type: Transform - pos: 10.5,6.5 - parent: 2 - - uid: 20269 - components: - - type: Transform - pos: 10.5,9.5 - parent: 2 - - uid: 20270 - components: - - type: Transform - pos: 10.5,10.5 - parent: 2 - - uid: 20271 - components: - - type: Transform - pos: 10.5,11.5 - parent: 2 - - uid: 20272 - components: - - type: Transform - pos: 10.5,12.5 - parent: 2 - - uid: 20273 - components: - - type: Transform - pos: 10.5,13.5 - parent: 2 - - uid: 20274 - components: - - type: Transform - pos: 10.5,14.5 - parent: 2 - - uid: 20275 - components: - - type: Transform - pos: 10.5,15.5 - parent: 2 - - uid: 20279 - components: - - type: Transform - pos: 17.5,9.5 - parent: 2 - - uid: 20280 - components: - - type: Transform - pos: 17.5,10.5 - parent: 2 - - uid: 20281 - components: - - type: Transform - pos: 17.5,11.5 - parent: 2 - - uid: 20282 - components: - - type: Transform - pos: 17.5,12.5 - parent: 2 - - uid: 20283 - components: - - type: Transform - pos: 17.5,13.5 - parent: 2 - - uid: 20284 - components: - - type: Transform - pos: 17.5,14.5 - parent: 2 - - uid: 20285 - components: - - type: Transform - pos: 17.5,15.5 - parent: 2 - - uid: 20286 - components: - - type: Transform - pos: 7.5,11.5 - parent: 2 - - uid: 20287 - components: - - type: Transform - pos: 5.5,11.5 - parent: 2 - - uid: 20288 - components: - - type: Transform - pos: 6.5,11.5 - parent: 2 - - uid: 20289 - components: - - type: Transform - pos: 8.5,11.5 - parent: 2 - - uid: 20290 - components: - - type: Transform - pos: 9.5,11.5 - parent: 2 - - uid: 20291 - components: - - type: Transform - pos: 11.5,11.5 - parent: 2 - - uid: 20292 - components: - - type: Transform - pos: 12.5,11.5 - parent: 2 - - uid: 20293 - components: - - type: Transform - pos: 9.5,2.5 - parent: 2 - - uid: 20294 - components: - - type: Transform - pos: 9.5,1.5 - parent: 2 - - uid: 20295 - components: - - type: Transform - pos: 9.5,0.5 - parent: 2 - - uid: 20296 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 2 - - uid: 20297 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 2 - - uid: 20322 - components: - - type: Transform - pos: 16.5,3.5 - parent: 2 - - uid: 20323 - components: - - type: Transform - pos: 16.5,2.5 - parent: 2 - - uid: 20324 - components: - - type: Transform - pos: 16.5,1.5 - parent: 2 - - uid: 20325 - components: - - type: Transform - pos: 16.5,0.5 - parent: 2 - - uid: 20326 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 2 - - uid: 20327 - components: - - type: Transform - pos: 16.5,-1.5 - parent: 2 - - uid: 20328 - components: - - type: Transform - pos: 16.5,-2.5 - parent: 2 - - uid: 20329 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 2 - - uid: 20330 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 2 - - uid: 20331 - components: - - type: Transform - pos: 34.5,2.5 - parent: 2 - - uid: 20332 - components: - - type: Transform - pos: 15.5,-5.5 - parent: 2 - - uid: 20333 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 2 - - uid: 20334 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 2 - - uid: 20335 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 2 - - uid: 20336 - components: - - type: Transform - pos: 15.5,-9.5 - parent: 2 - - uid: 20337 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 2 - - uid: 20338 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 2 - - uid: 20339 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 2 - - uid: 20340 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 2 - - uid: 20341 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 2 - - uid: 20342 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 2 - - uid: 20343 - components: - - type: Transform - pos: 20.5,-11.5 - parent: 2 - - uid: 20344 - components: - - type: Transform - pos: 21.5,-11.5 - parent: 2 - - uid: 20345 - components: - - type: Transform - pos: 21.5,-10.5 - parent: 2 - - uid: 20346 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 2 - - uid: 20347 - components: - - type: Transform - pos: 21.5,-8.5 - parent: 2 - - uid: 20348 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 2 - - uid: 20349 - components: - - type: Transform - pos: 20.5,-7.5 - parent: 2 - - uid: 20350 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 2 - - uid: 20351 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 2 - - uid: 20352 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 2 - - uid: 20353 - components: - - type: Transform - pos: 16.5,-7.5 - parent: 2 - - uid: 20354 - components: - - type: Transform - pos: 17.5,-1.5 - parent: 2 - - uid: 20355 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 2 - - uid: 20356 - components: - - type: Transform - pos: 19.5,-1.5 - parent: 2 - - uid: 20357 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 2 - - uid: 20358 - components: - - type: Transform - pos: 21.5,-1.5 - parent: 2 - - uid: 20359 - components: - - type: Transform - pos: 22.5,-1.5 - parent: 2 - - uid: 20360 - components: - - type: Transform - pos: 23.5,-1.5 - parent: 2 - - uid: 20361 - components: - - type: Transform - pos: 24.5,-1.5 - parent: 2 - - uid: 20362 - components: - - type: Transform - pos: 25.5,-1.5 - parent: 2 - - uid: 20363 - components: - - type: Transform - pos: 26.5,-1.5 - parent: 2 - - uid: 20364 - components: - - type: Transform - pos: 27.5,-1.5 - parent: 2 - - uid: 20366 - components: - - type: Transform - pos: -38.5,-28.5 - parent: 2 - - uid: 20367 - components: - - type: Transform - pos: 15.5,0.5 - parent: 2 - - uid: 20368 - components: - - type: Transform - pos: 14.5,0.5 - parent: 2 - - uid: 20369 - components: - - type: Transform - pos: 13.5,0.5 - parent: 2 - - uid: 20370 - components: - - type: Transform - pos: 12.5,0.5 - parent: 2 - - uid: 20371 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 20372 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 2 - - uid: 20374 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 20375 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 2 - - uid: 20376 - components: - - type: Transform - pos: 15.5,-2.5 - parent: 2 - - uid: 20377 - components: - - type: Transform - pos: 15.5,3.5 - parent: 2 - - uid: 20378 - components: - - type: Transform - pos: 14.5,3.5 - parent: 2 - - uid: 20379 - components: - - type: Transform - pos: 13.5,3.5 - parent: 2 - - uid: 20380 - components: - - type: Transform - pos: 12.5,3.5 - parent: 2 - - uid: 20381 - components: - - type: Transform - pos: -83.5,30.5 - parent: 2 - - uid: 20383 - components: - - type: Transform - pos: 20.5,3.5 - parent: 2 - - uid: 20384 - components: - - type: Transform - pos: 20.5,2.5 - parent: 2 - - uid: 20385 - components: - - type: Transform - pos: 21.5,2.5 - parent: 2 - - uid: 20386 - components: - - type: Transform - pos: 22.5,2.5 - parent: 2 - - uid: 20387 - components: - - type: Transform - pos: 23.5,2.5 - parent: 2 - - uid: 20388 - components: - - type: Transform - pos: 24.5,2.5 - parent: 2 - - uid: 20389 - components: - - type: Transform - pos: 25.5,2.5 - parent: 2 - - uid: 20390 - components: - - type: Transform - pos: 26.5,2.5 - parent: 2 - - uid: 20391 - components: - - type: Transform - pos: 27.5,2.5 - parent: 2 - - uid: 20393 - components: - - type: Transform - pos: 26.5,6.5 - parent: 2 - - uid: 20394 - components: - - type: Transform - pos: 27.5,6.5 - parent: 2 - - uid: 20395 - components: - - type: Transform - pos: 28.5,6.5 - parent: 2 - - uid: 20396 - components: - - type: Transform - pos: 29.5,6.5 - parent: 2 - - uid: 20397 - components: - - type: Transform - pos: 30.5,6.5 - parent: 2 - - uid: 20398 - components: - - type: Transform - pos: 31.5,6.5 - parent: 2 - - uid: 20402 - components: - - type: Transform - pos: 31.5,2.5 - parent: 2 - - uid: 20403 - components: - - type: Transform - pos: 32.5,2.5 - parent: 2 - - uid: 20404 - components: - - type: Transform - pos: 33.5,2.5 - parent: 2 - - uid: 20406 - components: - - type: Transform - pos: -44.5,9.5 - parent: 2 - - uid: 20409 - components: - - type: Transform - pos: 38.5,2.5 - parent: 2 - - uid: 20410 - components: - - type: Transform - pos: 38.5,3.5 - parent: 2 - - uid: 20411 - components: - - type: Transform - pos: 38.5,4.5 - parent: 2 - - uid: 20412 - components: - - type: Transform - pos: 38.5,5.5 - parent: 2 - - uid: 20413 - components: - - type: Transform - pos: 38.5,6.5 - parent: 2 - - uid: 20414 - components: - - type: Transform - pos: 38.5,7.5 - parent: 2 - - uid: 20415 - components: - - type: Transform - pos: 38.5,8.5 - parent: 2 - - uid: 20416 - components: - - type: Transform - pos: 38.5,9.5 - parent: 2 - - uid: 20417 - components: - - type: Transform - pos: 38.5,10.5 - parent: 2 - - uid: 20437 - components: - - type: Transform - pos: 31.5,-1.5 - parent: 2 - - uid: 20438 - components: - - type: Transform - pos: 31.5,-0.5 - parent: 2 - - uid: 20439 - components: - - type: Transform - pos: 31.5,0.5 - parent: 2 - - uid: 20440 - components: - - type: Transform - pos: 31.5,1.5 - parent: 2 - - uid: 20441 - components: - - type: Transform - pos: 31.5,-2.5 - parent: 2 - - uid: 20442 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 2 - - uid: 20443 - components: - - type: Transform - pos: 31.5,-4.5 - parent: 2 - - uid: 20444 - components: - - type: Transform - pos: 31.5,-5.5 - parent: 2 - - uid: 20445 - components: - - type: Transform - pos: 31.5,-6.5 - parent: 2 - - uid: 20446 - components: - - type: Transform - pos: 31.5,-7.5 - parent: 2 - - uid: 20447 - components: - - type: Transform - pos: 31.5,-8.5 - parent: 2 - - uid: 20448 - components: - - type: Transform - pos: 31.5,-9.5 - parent: 2 - - uid: 20449 - components: - - type: Transform - pos: 31.5,-10.5 - parent: 2 - - uid: 20450 - components: - - type: Transform - pos: 31.5,-11.5 - parent: 2 - - uid: 20451 - components: - - type: Transform - pos: 30.5,-11.5 - parent: 2 - - uid: 20452 - components: - - type: Transform - pos: 29.5,-11.5 - parent: 2 - - uid: 20453 - components: - - type: Transform - pos: 28.5,-11.5 - parent: 2 - - uid: 20454 - components: - - type: Transform - pos: 27.5,-11.5 - parent: 2 - - uid: 20455 - components: - - type: Transform - pos: 26.5,-11.5 - parent: 2 - - uid: 20456 - components: - - type: Transform - pos: 26.5,-10.5 - parent: 2 - - uid: 20457 - components: - - type: Transform - pos: 26.5,-9.5 - parent: 2 - - uid: 20458 - components: - - type: Transform - pos: 26.5,-8.5 - parent: 2 - - uid: 20459 - components: - - type: Transform - pos: 26.5,-7.5 - parent: 2 - - uid: 20460 - components: - - type: Transform - pos: 26.5,-6.5 - parent: 2 - - uid: 20461 - components: - - type: Transform - pos: 26.5,-5.5 - parent: 2 - - uid: 20462 - components: - - type: Transform - pos: 26.5,-4.5 - parent: 2 - - uid: 20463 - components: - - type: Transform - pos: 27.5,-4.5 - parent: 2 - - uid: 20464 - components: - - type: Transform - pos: 28.5,-4.5 - parent: 2 - - uid: 20465 - components: - - type: Transform - pos: 29.5,-4.5 - parent: 2 - - uid: 20466 - components: - - type: Transform - pos: 30.5,-4.5 - parent: 2 - - uid: 20467 - components: - - type: Transform - pos: -43.5,70.5 - parent: 2 - - uid: 20468 - components: - - type: Transform - pos: -42.5,70.5 - parent: 2 - - uid: 20470 - components: - - type: Transform - pos: 37.5,11.5 - parent: 2 - - uid: 20471 - components: - - type: Transform - pos: 37.5,10.5 - parent: 2 - - uid: 20472 - components: - - type: Transform - pos: 37.5,12.5 - parent: 2 - - uid: 20473 - components: - - type: Transform - pos: 37.5,13.5 - parent: 2 - - uid: 20474 - components: - - type: Transform - pos: 37.5,14.5 - parent: 2 - - uid: 20475 - components: - - type: Transform - pos: 37.5,15.5 - parent: 2 - - uid: 20477 - components: - - type: Transform - pos: -41.5,66.5 - parent: 2 - - uid: 20478 - components: - - type: Transform - pos: 39.5,14.5 - parent: 2 - - uid: 20479 - components: - - type: Transform - pos: 39.5,15.5 - parent: 2 - - uid: 20480 - components: - - type: Transform - pos: 39.5,16.5 - parent: 2 - - uid: 20481 - components: - - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 20482 - components: - - type: Transform - pos: 41.5,15.5 - parent: 2 - - uid: 20483 - components: - - type: Transform - pos: 42.5,15.5 - parent: 2 - - uid: 20484 - components: - - type: Transform - pos: 43.5,15.5 - parent: 2 - - uid: 20485 - components: - - type: Transform - pos: 44.5,15.5 - parent: 2 - - uid: 20486 - components: - - type: Transform - pos: 45.5,15.5 - parent: 2 - - uid: 20487 - components: - - type: Transform - pos: 46.5,15.5 - parent: 2 - - uid: 20488 - components: - - type: Transform - pos: 46.5,14.5 - parent: 2 - - uid: 20489 - components: - - type: Transform - pos: 46.5,13.5 - parent: 2 - - uid: 20490 - components: - - type: Transform - pos: 46.5,12.5 - parent: 2 - - uid: 20491 - components: - - type: Transform - pos: 46.5,11.5 - parent: 2 - - uid: 20492 - components: - - type: Transform - pos: 46.5,10.5 - parent: 2 - - uid: 20493 - components: - - type: Transform - pos: 46.5,9.5 - parent: 2 - - uid: 20494 - components: - - type: Transform - pos: 46.5,8.5 - parent: 2 - - uid: 20495 - components: - - type: Transform - pos: 46.5,7.5 - parent: 2 - - uid: 20496 - components: - - type: Transform - pos: 46.5,6.5 - parent: 2 - - uid: 20497 - components: - - type: Transform - pos: 46.5,5.5 - parent: 2 - - uid: 20498 - components: - - type: Transform - pos: 46.5,4.5 - parent: 2 - - uid: 20499 - components: - - type: Transform - pos: 46.5,3.5 - parent: 2 - - uid: 20500 - components: - - type: Transform - pos: 46.5,2.5 - parent: 2 - - uid: 20501 - components: - - type: Transform - pos: 46.5,1.5 - parent: 2 - - uid: 20502 - components: - - type: Transform - pos: 47.5,1.5 - parent: 2 - - uid: 20503 - components: - - type: Transform - pos: 47.5,0.5 - parent: 2 - - uid: 20504 - components: - - type: Transform - pos: 47.5,-0.5 - parent: 2 - - uid: 20505 - components: - - type: Transform - pos: 47.5,-1.5 - parent: 2 - - uid: 20506 - components: - - type: Transform - pos: 47.5,-2.5 - parent: 2 - - uid: 20507 - components: - - type: Transform - pos: 47.5,-3.5 - parent: 2 - - uid: 20508 - components: - - type: Transform - pos: 47.5,-4.5 - parent: 2 - - uid: 20509 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - - uid: 20510 - components: - - type: Transform - pos: 47.5,-6.5 - parent: 2 - - uid: 20511 - components: - - type: Transform - pos: 47.5,-7.5 - parent: 2 - - uid: 20512 - components: - - type: Transform - pos: 47.5,-8.5 - parent: 2 - - uid: 20513 - components: - - type: Transform - pos: 47.5,-9.5 - parent: 2 - - uid: 20514 - components: - - type: Transform - pos: 46.5,-9.5 - parent: 2 - - uid: 20515 - components: - - type: Transform - pos: 45.5,-9.5 - parent: 2 - - uid: 20516 - components: - - type: Transform - pos: 44.5,-9.5 - parent: 2 - - uid: 20517 - components: - - type: Transform - pos: 43.5,-9.5 - parent: 2 - - uid: 20518 - components: - - type: Transform - pos: 42.5,-9.5 - parent: 2 - - uid: 20519 - components: - - type: Transform - pos: 41.5,-9.5 - parent: 2 - - uid: 20520 - components: - - type: Transform - pos: 42.5,-10.5 - parent: 2 - - uid: 20521 - components: - - type: Transform - pos: 42.5,-11.5 - parent: 2 - - uid: 20522 - components: - - type: Transform - pos: 42.5,-12.5 - parent: 2 - - uid: 20523 - components: - - type: Transform - pos: 42.5,-13.5 - parent: 2 - - uid: 20524 - components: - - type: Transform - pos: 42.5,-14.5 - parent: 2 - - uid: 20525 - components: - - type: Transform - pos: 38.5,1.5 - parent: 2 - - uid: 20526 - components: - - type: Transform - pos: 38.5,0.5 - parent: 2 - - uid: 20527 - components: - - type: Transform - pos: 38.5,-0.5 - parent: 2 - - uid: 20528 - components: - - type: Transform - pos: 38.5,-1.5 - parent: 2 - - uid: 20529 - components: - - type: Transform - pos: 38.5,-2.5 - parent: 2 - - uid: 20530 - components: - - type: Transform - pos: 38.5,-3.5 - parent: 2 - - uid: 20531 - components: - - type: Transform - pos: 38.5,-4.5 - parent: 2 - - uid: 20532 - components: - - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 20533 - components: - - type: Transform - pos: 38.5,-6.5 - parent: 2 - - uid: 20534 - components: - - type: Transform - pos: 38.5,-7.5 - parent: 2 - - uid: 20535 - components: - - type: Transform - pos: 38.5,-8.5 - parent: 2 - - uid: 20536 - components: - - type: Transform - pos: 38.5,-9.5 - parent: 2 - - uid: 20537 - components: - - type: Transform - pos: 38.5,-10.5 - parent: 2 - - uid: 20538 - components: - - type: Transform - pos: 38.5,-11.5 - parent: 2 - - uid: 20539 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - - uid: 20540 - components: - - type: Transform - pos: 33.5,-1.5 - parent: 2 - - uid: 20541 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 2 - - uid: 20542 - components: - - type: Transform - pos: 35.5,-1.5 - parent: 2 - - uid: 20543 - components: - - type: Transform - pos: 9.5,16.5 - parent: 2 - - uid: 20544 - components: - - type: Transform - pos: 8.5,16.5 - parent: 2 - - uid: 20545 - components: - - type: Transform - pos: 7.5,16.5 - parent: 2 - - uid: 20546 - components: - - type: Transform - pos: 6.5,16.5 - parent: 2 - - uid: 20547 - components: - - type: Transform - pos: 10.5,16.5 - parent: 2 - - uid: 20548 - components: - - type: Transform - pos: 11.5,16.5 - parent: 2 - - uid: 20549 - components: - - type: Transform - pos: 12.5,16.5 - parent: 2 - - uid: 20550 - components: - - type: Transform - pos: 13.5,16.5 - parent: 2 - - uid: 20551 - components: - - type: Transform - pos: 1.5,6.5 - parent: 2 - - uid: 20552 - components: - - type: Transform - pos: 1.5,5.5 - parent: 2 - - uid: 20553 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 20554 - components: - - type: Transform - pos: 1.5,3.5 - parent: 2 - - uid: 20555 - components: - - type: Transform - pos: 1.5,2.5 - parent: 2 - - uid: 20556 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 20557 - components: - - type: Transform - pos: 1.5,0.5 - parent: 2 - - uid: 20558 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 20559 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 20560 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 2 - - uid: 20563 - components: - - type: Transform - pos: -15.5,-49.5 - parent: 2 - - uid: 20564 - components: - - type: Transform - pos: 6.5,3.5 - parent: 2 - - uid: 20565 - components: - - type: Transform - pos: 7.5,3.5 - parent: 2 - - uid: 20566 - components: - - type: Transform - pos: -41.5,67.5 - parent: 2 - - uid: 20567 - components: - - type: Transform - pos: 9.5,3.5 - parent: 2 - - uid: 20568 - components: - - type: Transform - pos: 9.5,4.5 - parent: 2 - - uid: 20569 - components: - - type: Transform - pos: 9.5,5.5 - parent: 2 - - uid: 20570 - components: - - type: Transform - pos: 9.5,6.5 - parent: 2 - - uid: 20573 - components: - - type: Transform - pos: -0.5,3.5 - parent: 2 - - uid: 20574 - components: - - type: Transform - pos: -1.5,3.5 - parent: 2 - - uid: 20575 - components: - - type: Transform - pos: -2.5,3.5 - parent: 2 - - uid: 20576 - components: - - type: Transform - pos: -3.5,3.5 - parent: 2 - - uid: 20577 - components: - - type: Transform - pos: -4.5,3.5 - parent: 2 - - uid: 20578 - components: - - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 20579 - components: - - type: Transform - pos: -6.5,3.5 - parent: 2 - - uid: 20580 - components: - - type: Transform - pos: -7.5,3.5 - parent: 2 - - uid: 20581 - components: - - type: Transform - pos: -8.5,3.5 - parent: 2 - - uid: 20582 - components: - - type: Transform - pos: -9.5,3.5 - parent: 2 - - uid: 20583 - components: - - type: Transform - pos: -10.5,3.5 - parent: 2 - - uid: 20584 - components: - - type: Transform - pos: -11.5,3.5 - parent: 2 - - uid: 20585 - components: - - type: Transform - pos: -12.5,3.5 - parent: 2 - - uid: 20586 - components: - - type: Transform - pos: -13.5,3.5 - parent: 2 - - uid: 20587 - components: - - type: Transform - pos: -79.5,31.5 - parent: 2 - - uid: 20588 - components: - - type: Transform - pos: -78.5,30.5 - parent: 2 - - uid: 20599 - components: - - type: Transform - pos: -80.5,-14.5 - parent: 2 - - uid: 20602 - components: - - type: Transform - pos: -81.5,31.5 - parent: 2 - - uid: 20614 - components: - - type: Transform - pos: -15.5,2.5 - parent: 2 - - uid: 20615 - components: - - type: Transform - pos: -15.5,1.5 - parent: 2 - - uid: 20616 - components: - - type: Transform - pos: -15.5,0.5 - parent: 2 - - uid: 20617 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - uid: 20618 - components: - - type: Transform - pos: -19.5,2.5 - parent: 2 - - uid: 20619 - components: - - type: Transform - pos: 52.5,44.5 - parent: 2 - - uid: 20621 - components: - - type: Transform - pos: -21.5,1.5 - parent: 2 - - uid: 20622 - components: - - type: Transform - pos: -21.5,0.5 - parent: 2 - - uid: 20623 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 2 - - uid: 20624 - components: - - type: Transform - pos: -18.5,2.5 - parent: 2 - - uid: 20625 - components: - - type: Transform - pos: 52.5,45.5 - parent: 2 - - uid: 20626 - components: - - type: Transform - pos: -27.5,2.5 - parent: 2 - - uid: 20627 - components: - - type: Transform - pos: -27.5,1.5 - parent: 2 - - uid: 20628 - components: - - type: Transform - pos: -27.5,0.5 - parent: 2 - - uid: 20629 - components: - - type: Transform - pos: -27.5,-0.5 - parent: 2 - - uid: 20630 - components: - - type: Transform - pos: -17.5,2.5 - parent: 2 - - uid: 20631 - components: - - type: Transform - pos: -16.5,2.5 - parent: 2 - - uid: 20632 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - uid: 20633 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 2 - - uid: 20634 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 2 - - uid: 20635 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - - uid: 20636 - components: - - type: Transform - pos: 54.5,-0.5 - parent: 2 - - uid: 20637 - components: - - type: Transform - pos: 54.5,0.5 - parent: 2 - - uid: 20638 - components: - - type: Transform - pos: 66.5,25.5 - parent: 2 - - uid: 20639 - components: - - type: Transform - pos: -27.5,-5.5 - parent: 2 - - uid: 20640 - components: - - type: Transform - pos: -28.5,-5.5 - parent: 2 - - uid: 20641 - components: - - type: Transform - pos: -29.5,-5.5 - parent: 2 - - uid: 20642 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 20643 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 2 - - uid: 20644 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 20645 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 2 - - uid: 20646 - components: - - type: Transform - pos: -41.5,56.5 - parent: 2 - - uid: 20650 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 20651 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - - uid: 20652 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - - uid: 20653 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - - uid: 20660 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 2 - - uid: 20661 - components: - - type: Transform - pos: -28.5,-10.5 - parent: 2 - - uid: 20662 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 20663 - components: - - type: Transform - pos: -26.5,-10.5 - parent: 2 - - uid: 20664 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - - uid: 20665 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - - uid: 20666 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 2 - - uid: 20667 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 2 - - uid: 20668 - components: - - type: Transform - pos: -21.5,-10.5 - parent: 2 - - uid: 20669 - components: - - type: Transform - pos: -21.5,-11.5 - parent: 2 - - uid: 20670 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 2 - - uid: 20671 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 2 - - uid: 20672 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 2 - - uid: 20673 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 2 - - uid: 20674 - components: - - type: Transform - pos: -16.5,-5.5 - parent: 2 - - uid: 20675 - components: - - type: Transform - pos: -15.5,-5.5 - parent: 2 - - uid: 20676 - components: - - type: Transform - pos: -15.5,-6.5 - parent: 2 - - uid: 20677 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 2 - - uid: 20678 - components: - - type: Transform - pos: -15.5,-8.5 - parent: 2 - - uid: 20679 - components: - - type: Transform - pos: -15.5,-9.5 - parent: 2 - - uid: 20680 - components: - - type: Transform - pos: -15.5,-10.5 - parent: 2 - - uid: 20681 - components: - - type: Transform - pos: -15.5,-11.5 - parent: 2 - - uid: 20682 - components: - - type: Transform - pos: -14.5,-5.5 - parent: 2 - - uid: 20683 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 2 - - uid: 20684 - components: - - type: Transform - pos: -12.5,-5.5 - parent: 2 - - uid: 20685 - components: - - type: Transform - pos: -11.5,-5.5 - parent: 2 - - uid: 20686 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 2 - - uid: 20687 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 2 - - uid: 20688 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 2 - - uid: 20689 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 2 - - uid: 20690 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 2 - - uid: 20691 - components: - - type: Transform - pos: -9.5,-9.5 - parent: 2 - - uid: 20692 - components: - - type: Transform - pos: -8.5,-9.5 - parent: 2 - - uid: 20693 - components: - - type: Transform - pos: -8.5,-8.5 - parent: 2 - - uid: 20694 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 2 - - uid: 20695 - components: - - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 20696 - components: - - type: Transform - pos: 24.5,3.5 - parent: 2 - - uid: 20699 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 2 - - uid: 20702 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 2 - - uid: 20703 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 2 - - uid: 20704 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 2 - - uid: 20705 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 2 - - uid: 20706 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 2 - - uid: 20707 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 2 - - uid: 20708 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 2 - - uid: 20709 - components: - - type: Transform - pos: -10.5,0.5 - parent: 2 - - uid: 20710 - components: - - type: Transform - pos: -10.5,1.5 - parent: 2 - - uid: 20711 - components: - - type: Transform - pos: -10.5,2.5 - parent: 2 - - uid: 20712 - components: - - type: Transform - pos: -10.5,4.5 - parent: 2 - - uid: 20713 - components: - - type: Transform - pos: -10.5,5.5 - parent: 2 - - uid: 20714 - components: - - type: Transform - pos: -10.5,6.5 - parent: 2 - - uid: 20715 - components: - - type: Transform - pos: -10.5,7.5 - parent: 2 - - uid: 20723 - components: - - type: Transform - pos: -31.5,49.5 - parent: 2 - - uid: 20725 - components: - - type: Transform - pos: 2.5,2.5 - parent: 2 - - uid: 20726 - components: - - type: Transform - pos: 3.5,2.5 - parent: 2 - - uid: 20727 - components: - - type: Transform - pos: 4.5,2.5 - parent: 2 - - uid: 20728 - components: - - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 20729 - components: - - type: Transform - pos: 6.5,2.5 - parent: 2 - - uid: 20730 - components: - - type: Transform - pos: -3.5,9.5 - parent: 2 - - uid: 20731 - components: - - type: Transform - pos: -3.5,10.5 - parent: 2 - - uid: 20732 - components: - - type: Transform - pos: -3.5,11.5 - parent: 2 - - uid: 20733 - components: - - type: Transform - pos: -3.5,12.5 - parent: 2 - - uid: 20734 - components: - - type: Transform - pos: -3.5,13.5 - parent: 2 - - uid: 20735 - components: - - type: Transform - pos: -4.5,13.5 - parent: 2 - - uid: 20736 - components: - - type: Transform - pos: -5.5,13.5 - parent: 2 - - uid: 20737 - components: - - type: Transform - pos: -6.5,13.5 - parent: 2 - - uid: 20738 - components: - - type: Transform - pos: -7.5,13.5 - parent: 2 - - uid: 20739 - components: - - type: Transform - pos: -8.5,13.5 - parent: 2 - - uid: 20741 - components: - - type: Transform - pos: -10.5,13.5 - parent: 2 - - uid: 20742 - components: - - type: Transform - pos: -11.5,13.5 - parent: 2 - - uid: 20743 - components: - - type: Transform - pos: -14.5,10.5 - parent: 2 - - uid: 20744 - components: - - type: Transform - pos: -36.5,9.5 - parent: 2 - - uid: 20745 - components: - - type: Transform - pos: -36.5,10.5 - parent: 2 - - uid: 20746 - components: - - type: Transform - pos: 15.5,46.5 - parent: 2 - - uid: 20747 - components: - - type: Transform - pos: 43.5,43.5 - parent: 2 - - uid: 20748 - components: - - type: Transform - pos: -12.5,13.5 - parent: 2 - - uid: 20749 - components: - - type: Transform - pos: -13.5,13.5 - parent: 2 - - uid: 20750 - components: - - type: Transform - pos: -14.5,13.5 - parent: 2 - - uid: 20751 - components: - - type: Transform - pos: -15.5,13.5 - parent: 2 - - uid: 20752 - components: - - type: Transform - pos: -16.5,13.5 - parent: 2 - - uid: 20753 - components: - - type: Transform - pos: -17.5,13.5 - parent: 2 - - uid: 20754 - components: - - type: Transform - pos: -18.5,13.5 - parent: 2 - - uid: 20755 - components: - - type: Transform - pos: -19.5,13.5 - parent: 2 - - uid: 20756 - components: - - type: Transform - pos: -20.5,13.5 - parent: 2 - - uid: 20757 - components: - - type: Transform - pos: -21.5,13.5 - parent: 2 - - uid: 20758 - components: - - type: Transform - pos: -22.5,13.5 - parent: 2 - - uid: 20759 - components: - - type: Transform - pos: -23.5,13.5 - parent: 2 - - uid: 20760 - components: - - type: Transform - pos: -24.5,13.5 - parent: 2 - - uid: 20761 - components: - - type: Transform - pos: -25.5,13.5 - parent: 2 - - uid: 20762 - components: - - type: Transform - pos: -26.5,13.5 - parent: 2 - - uid: 20763 - components: - - type: Transform - pos: -27.5,13.5 - parent: 2 - - uid: 20764 - components: - - type: Transform - pos: -28.5,13.5 - parent: 2 - - uid: 20765 - components: - - type: Transform - pos: -29.5,13.5 - parent: 2 - - uid: 20766 - components: - - type: Transform - pos: 31.5,52.5 - parent: 2 - - uid: 20767 - components: - - type: Transform - pos: -31.5,13.5 - parent: 2 - - uid: 20768 - components: - - type: Transform - pos: -32.5,13.5 - parent: 2 - - uid: 20769 - components: - - type: Transform - pos: -32.5,14.5 - parent: 2 - - uid: 20770 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - - uid: 20771 - components: - - type: Transform - pos: -32.5,16.5 - parent: 2 - - uid: 20772 - components: - - type: Transform - pos: -33.5,13.5 - parent: 2 - - uid: 20773 - components: - - type: Transform - pos: -33.5,12.5 - parent: 2 - - uid: 20774 - components: - - type: Transform - pos: -33.5,11.5 - parent: 2 - - uid: 20775 - components: - - type: Transform - pos: -33.5,10.5 - parent: 2 - - uid: 20776 - components: - - type: Transform - pos: -33.5,9.5 - parent: 2 - - uid: 20777 - components: - - type: Transform - pos: -33.5,8.5 - parent: 2 - - uid: 20778 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - - uid: 20779 - components: - - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 20780 - components: - - type: Transform - pos: -33.5,5.5 - parent: 2 - - uid: 20781 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - - uid: 20782 - components: - - type: Transform - pos: -33.5,3.5 - parent: 2 - - uid: 20783 - components: - - type: Transform - pos: -33.5,2.5 - parent: 2 - - uid: 20784 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 20785 - components: - - type: Transform - pos: -33.5,0.5 - parent: 2 - - uid: 20786 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - - uid: 20787 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - - uid: 20788 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - - uid: 20789 - components: - - type: Transform - pos: -33.5,-3.5 - parent: 2 - - uid: 20790 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - - uid: 20792 - components: - - type: Transform - pos: 53.5,51.5 - parent: 2 - - uid: 20793 - components: - - type: Transform - pos: 53.5,50.5 - parent: 2 - - uid: 20795 - components: - - type: Transform - pos: -28.5,2.5 - parent: 2 - - uid: 20796 - components: - - type: Transform - pos: -34.5,6.5 - parent: 2 - - uid: 20797 - components: - - type: Transform - pos: -35.5,6.5 - parent: 2 - - uid: 20798 - components: - - type: Transform - pos: -36.5,6.5 - parent: 2 - - uid: 20799 - components: - - type: Transform - pos: -37.5,6.5 - parent: 2 - - uid: 20801 - components: - - type: Transform - pos: -34.5,4.5 - parent: 2 - - uid: 20802 - components: - - type: Transform - pos: -35.5,4.5 - parent: 2 - - uid: 20803 - components: - - type: Transform - pos: -36.5,4.5 - parent: 2 - - uid: 20804 - components: - - type: Transform - pos: -37.5,4.5 - parent: 2 - - uid: 20809 - components: - - type: Transform - pos: -41.5,7.5 - parent: 2 - - uid: 20810 - components: - - type: Transform - pos: -42.5,7.5 - parent: 2 - - uid: 20811 - components: - - type: Transform - pos: -42.5,6.5 - parent: 2 - - uid: 20812 - components: - - type: Transform - pos: -42.5,5.5 - parent: 2 - - uid: 20813 - components: - - type: Transform - pos: -42.5,4.5 - parent: 2 - - uid: 20814 - components: - - type: Transform - pos: -42.5,3.5 - parent: 2 - - uid: 20815 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 20816 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - uid: 20817 - components: - - type: Transform - pos: -43.5,1.5 - parent: 2 - - uid: 20818 - components: - - type: Transform - pos: -43.5,0.5 - parent: 2 - - uid: 20819 - components: - - type: Transform - pos: -43.5,-0.5 - parent: 2 - - uid: 20820 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 2 - - uid: 20821 - components: - - type: Transform - pos: -43.5,-2.5 - parent: 2 - - uid: 20822 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - - uid: 20823 - components: - - type: Transform - pos: -43.5,-4.5 - parent: 2 - - uid: 20824 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - - uid: 20825 - components: - - type: Transform - pos: -43.5,-6.5 - parent: 2 - - uid: 20826 - components: - - type: Transform - pos: -42.5,-6.5 - parent: 2 - - uid: 20827 - components: - - type: Transform - pos: -42.5,-7.5 - parent: 2 - - uid: 20828 - components: - - type: Transform - pos: -41.5,-7.5 - parent: 2 - - uid: 20829 - components: - - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 20830 - components: - - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 20831 - components: - - type: Transform - pos: -40.5,-9.5 - parent: 2 - - uid: 20832 - components: - - type: Transform - pos: -39.5,-9.5 - parent: 2 - - uid: 20833 - components: - - type: Transform - pos: 5.5,63.5 - parent: 2 - - uid: 20992 - components: - - type: Transform - pos: -87.5,23.5 - parent: 2 - - uid: 21015 - components: - - type: Transform - pos: 12.5,70.5 - parent: 2 - - uid: 21074 - components: - - type: Transform - pos: 49.5,17.5 - parent: 2 - - uid: 21096 - components: - - type: Transform - pos: -107.5,24.5 - parent: 2 - - uid: 21103 - components: - - type: Transform - pos: -107.5,23.5 - parent: 2 - - uid: 21124 - components: - - type: Transform - pos: -61.5,-11.5 - parent: 2 - - uid: 21134 - components: - - type: Transform - pos: -52.5,59.5 - parent: 2 - - uid: 21135 - components: - - type: Transform - pos: -55.5,-32.5 - parent: 2 - - uid: 21136 - components: - - type: Transform - pos: -55.5,-33.5 - parent: 2 - - uid: 21137 - components: - - type: Transform - pos: -55.5,-34.5 - parent: 2 - - uid: 21138 - components: - - type: Transform - pos: -55.5,-35.5 - parent: 2 - - uid: 21139 - components: - - type: Transform - pos: -54.5,-35.5 - parent: 2 - - uid: 21140 - components: - - type: Transform - pos: -53.5,-35.5 - parent: 2 - - uid: 21141 - components: - - type: Transform - pos: -52.5,-35.5 - parent: 2 - - uid: 21142 - components: - - type: Transform - pos: -56.5,-35.5 - parent: 2 - - uid: 21143 - components: - - type: Transform - pos: -57.5,-35.5 - parent: 2 - - uid: 21144 - components: - - type: Transform - pos: -58.5,-35.5 - parent: 2 - - uid: 21145 - components: - - type: Transform - pos: -58.5,-34.5 - parent: 2 - - uid: 21146 - components: - - type: Transform - pos: -58.5,-33.5 - parent: 2 - - uid: 21147 - components: - - type: Transform - pos: -57.5,-33.5 - parent: 2 - - uid: 21148 - components: - - type: Transform - pos: -56.5,-33.5 - parent: 2 - - uid: 21149 - components: - - type: Transform - pos: -59.5,-34.5 - parent: 2 - - uid: 21150 - components: - - type: Transform - pos: -60.5,-34.5 - parent: 2 - - uid: 21151 - components: - - type: Transform - pos: -61.5,-34.5 - parent: 2 - - uid: 21152 - components: - - type: Transform - pos: -62.5,-34.5 - parent: 2 - - uid: 21153 - components: - - type: Transform - pos: -63.5,-34.5 - parent: 2 - - uid: 21154 - components: - - type: Transform - pos: -64.5,-34.5 - parent: 2 - - uid: 21155 - components: - - type: Transform - pos: -65.5,-34.5 - parent: 2 - - uid: 21156 - components: - - type: Transform - pos: -66.5,-34.5 - parent: 2 - - uid: 21157 - components: - - type: Transform - pos: -67.5,-34.5 - parent: 2 - - uid: 21158 - components: - - type: Transform - pos: -66.5,-33.5 - parent: 2 - - uid: 21159 - components: - - type: Transform - pos: -66.5,-32.5 - parent: 2 - - uid: 21160 - components: - - type: Transform - pos: -66.5,-31.5 - parent: 2 - - uid: 21161 - components: - - type: Transform - pos: -66.5,-30.5 - parent: 2 - - uid: 21166 - components: - - type: Transform - pos: -51.5,-35.5 - parent: 2 - - uid: 21167 - components: - - type: Transform - pos: -50.5,-35.5 - parent: 2 - - uid: 21168 - components: - - type: Transform - pos: -49.5,-35.5 - parent: 2 - - uid: 21169 - components: - - type: Transform - pos: -48.5,-35.5 - parent: 2 - - uid: 21170 - components: - - type: Transform - pos: -47.5,-35.5 - parent: 2 - - uid: 21171 - components: - - type: Transform - pos: -46.5,-35.5 - parent: 2 - - uid: 21172 - components: - - type: Transform - pos: -45.5,-35.5 - parent: 2 - - uid: 21173 - components: - - type: Transform - pos: -44.5,-35.5 - parent: 2 - - uid: 21174 - components: - - type: Transform - pos: -43.5,-35.5 - parent: 2 - - uid: 21175 - components: - - type: Transform - pos: -42.5,-35.5 - parent: 2 - - uid: 21176 - components: - - type: Transform - pos: -41.5,-35.5 - parent: 2 - - uid: 21177 - components: - - type: Transform - pos: -40.5,-35.5 - parent: 2 - - uid: 21178 - components: - - type: Transform - pos: -39.5,-35.5 - parent: 2 - - uid: 21179 - components: - - type: Transform - pos: -62.5,-16.5 - parent: 2 - - uid: 21180 - components: - - type: Transform - pos: -63.5,-16.5 - parent: 2 - - uid: 21181 - components: - - type: Transform - pos: -64.5,-16.5 - parent: 2 - - uid: 21182 - components: - - type: Transform - pos: -65.5,-16.5 - parent: 2 - - uid: 21284 - components: - - type: Transform - pos: 18.5,48.5 - parent: 2 - - uid: 21286 - components: - - type: Transform - pos: -32.5,22.5 - parent: 2 - - uid: 21287 - components: - - type: Transform - pos: -32.5,21.5 - parent: 2 - - uid: 21288 - components: - - type: Transform - pos: -32.5,20.5 - parent: 2 - - uid: 21289 - components: - - type: Transform - pos: -31.5,20.5 - parent: 2 - - uid: 21290 - components: - - type: Transform - pos: -30.5,20.5 - parent: 2 - - uid: 21291 - components: - - type: Transform - pos: -29.5,20.5 - parent: 2 - - uid: 21292 - components: - - type: Transform - pos: -28.5,20.5 - parent: 2 - - uid: 21293 - components: - - type: Transform - pos: -27.5,20.5 - parent: 2 - - uid: 21294 - components: - - type: Transform - pos: -26.5,20.5 - parent: 2 - - uid: 21295 - components: - - type: Transform - pos: -25.5,20.5 - parent: 2 - - uid: 21296 - components: - - type: Transform - pos: -24.5,20.5 - parent: 2 - - uid: 21297 - components: - - type: Transform - pos: -23.5,20.5 - parent: 2 - - uid: 21298 - components: - - type: Transform - pos: -22.5,20.5 - parent: 2 - - uid: 21299 - components: - - type: Transform - pos: -21.5,20.5 - parent: 2 - - uid: 21300 - components: - - type: Transform - pos: -20.5,20.5 - parent: 2 - - uid: 21301 - components: - - type: Transform - pos: -19.5,20.5 - parent: 2 - - uid: 21302 - components: - - type: Transform - pos: -18.5,20.5 - parent: 2 - - uid: 21303 - components: - - type: Transform - pos: -17.5,20.5 - parent: 2 - - uid: 21304 - components: - - type: Transform - pos: -16.5,20.5 - parent: 2 - - uid: 21305 - components: - - type: Transform - pos: -15.5,20.5 - parent: 2 - - uid: 21306 - components: - - type: Transform - pos: -14.5,20.5 - parent: 2 - - uid: 21307 - components: - - type: Transform - pos: -13.5,20.5 - parent: 2 - - uid: 21308 - components: - - type: Transform - pos: -12.5,20.5 - parent: 2 - - uid: 21309 - components: - - type: Transform - pos: -11.5,20.5 - parent: 2 - - uid: 21310 - components: - - type: Transform - pos: -10.5,20.5 - parent: 2 - - uid: 21311 - components: - - type: Transform - pos: -9.5,20.5 - parent: 2 - - uid: 21312 - components: - - type: Transform - pos: -8.5,20.5 - parent: 2 - - uid: 21313 - components: - - type: Transform - pos: -7.5,20.5 - parent: 2 - - uid: 21314 - components: - - type: Transform - pos: -6.5,20.5 - parent: 2 - - uid: 21315 - components: - - type: Transform - pos: -6.5,19.5 - parent: 2 - - uid: 21316 - components: - - type: Transform - pos: -5.5,19.5 - parent: 2 - - uid: 21317 - components: - - type: Transform - pos: -4.5,19.5 - parent: 2 - - uid: 21318 - components: - - type: Transform - pos: -3.5,19.5 - parent: 2 - - uid: 21319 - components: - - type: Transform - pos: -2.5,19.5 - parent: 2 - - uid: 21320 - components: - - type: Transform - pos: -1.5,19.5 - parent: 2 - - uid: 21321 - components: - - type: Transform - pos: -0.5,19.5 - parent: 2 - - uid: 21322 - components: - - type: Transform - pos: 0.5,19.5 - parent: 2 - - uid: 21323 - components: - - type: Transform - pos: 1.5,19.5 - parent: 2 - - uid: 21325 - components: - - type: Transform - pos: 3.5,19.5 - parent: 2 - - uid: 21326 - components: - - type: Transform - pos: 4.5,19.5 - parent: 2 - - uid: 21327 - components: - - type: Transform - pos: 5.5,19.5 - parent: 2 - - uid: 21328 - components: - - type: Transform - pos: 6.5,19.5 - parent: 2 - - uid: 21329 - components: - - type: Transform - pos: 7.5,19.5 - parent: 2 - - uid: 21330 - components: - - type: Transform - pos: 8.5,19.5 - parent: 2 - - uid: 21331 - components: - - type: Transform - pos: 9.5,19.5 - parent: 2 - - uid: 21332 - components: - - type: Transform - pos: 10.5,19.5 - parent: 2 - - uid: 21333 - components: - - type: Transform - pos: 11.5,19.5 - parent: 2 - - uid: 21334 - components: - - type: Transform - pos: 12.5,19.5 - parent: 2 - - uid: 21335 - components: - - type: Transform - pos: 13.5,19.5 - parent: 2 - - uid: 21336 - components: - - type: Transform - pos: 14.5,19.5 - parent: 2 - - uid: 21337 - components: - - type: Transform - pos: 15.5,19.5 - parent: 2 - - uid: 21338 - components: - - type: Transform - pos: 16.5,19.5 - parent: 2 - - uid: 21339 - components: - - type: Transform - pos: 17.5,19.5 - parent: 2 - - uid: 21340 - components: - - type: Transform - pos: 18.5,19.5 - parent: 2 - - uid: 21341 - components: - - type: Transform - pos: 19.5,19.5 - parent: 2 - - uid: 21342 - components: - - type: Transform - pos: 20.5,19.5 - parent: 2 - - uid: 21343 - components: - - type: Transform - pos: 21.5,19.5 - parent: 2 - - uid: 21344 - components: - - type: Transform - pos: 22.5,19.5 - parent: 2 - - uid: 21345 - components: - - type: Transform - pos: 23.5,19.5 - parent: 2 - - uid: 21346 - components: - - type: Transform - pos: 24.5,19.5 - parent: 2 - - uid: 21347 - components: - - type: Transform - pos: 25.5,19.5 - parent: 2 - - uid: 21348 - components: - - type: Transform - pos: 26.5,19.5 - parent: 2 - - uid: 21349 - components: - - type: Transform - pos: 27.5,19.5 - parent: 2 - - uid: 21350 - components: - - type: Transform - pos: 28.5,19.5 - parent: 2 - - uid: 21351 - components: - - type: Transform - pos: 29.5,19.5 - parent: 2 - - uid: 21352 - components: - - type: Transform - pos: 30.5,19.5 - parent: 2 - - uid: 21353 - components: - - type: Transform - pos: 31.5,19.5 - parent: 2 - - uid: 21354 - components: - - type: Transform - pos: 32.5,19.5 - parent: 2 - - uid: 21355 - components: - - type: Transform - pos: 33.5,19.5 - parent: 2 - - uid: 21356 - components: - - type: Transform - pos: 34.5,19.5 - parent: 2 - - uid: 21357 - components: - - type: Transform - pos: 35.5,19.5 - parent: 2 - - uid: 21358 - components: - - type: Transform - pos: 36.5,19.5 - parent: 2 - - uid: 21359 - components: - - type: Transform - pos: 37.5,19.5 - parent: 2 - - uid: 21365 - components: - - type: Transform - pos: 43.5,19.5 - parent: 2 - - uid: 21366 - components: - - type: Transform - pos: 44.5,19.5 - parent: 2 - - uid: 21367 - components: - - type: Transform - pos: 45.5,19.5 - parent: 2 - - uid: 21368 - components: - - type: Transform - pos: 46.5,19.5 - parent: 2 - - uid: 21369 - components: - - type: Transform - pos: 47.5,19.5 - parent: 2 - - uid: 21370 - components: - - type: Transform - pos: 48.5,19.5 - parent: 2 - - uid: 21371 - components: - - type: Transform - pos: 48.5,18.5 - parent: 2 - - uid: 21372 - components: - - type: Transform - pos: 48.5,17.5 - parent: 2 - - uid: 21373 - components: - - type: Transform - pos: 49.5,16.5 - parent: 2 - - uid: 21374 - components: - - type: Transform - pos: 49.5,15.5 - parent: 2 - - uid: 21375 - components: - - type: Transform - pos: 49.5,14.5 - parent: 2 - - uid: 21376 - components: - - type: Transform - pos: 49.5,13.5 - parent: 2 - - uid: 21377 - components: - - type: Transform - pos: 49.5,12.5 - parent: 2 - - uid: 21378 - components: - - type: Transform - pos: 49.5,11.5 - parent: 2 - - uid: 21379 - components: - - type: Transform - pos: 49.5,10.5 - parent: 2 - - uid: 21380 - components: - - type: Transform - pos: 49.5,9.5 - parent: 2 - - uid: 21381 - components: - - type: Transform - pos: 49.5,8.5 - parent: 2 - - uid: 21382 - components: - - type: Transform - pos: 49.5,7.5 - parent: 2 - - uid: 21383 - components: - - type: Transform - pos: 49.5,6.5 - parent: 2 - - uid: 21384 - components: - - type: Transform - pos: 49.5,5.5 - parent: 2 - - uid: 21385 - components: - - type: Transform - pos: 49.5,4.5 - parent: 2 - - uid: 21386 - components: - - type: Transform - pos: 49.5,3.5 - parent: 2 - - uid: 21387 - components: - - type: Transform - pos: 50.5,3.5 - parent: 2 - - uid: 21388 - components: - - type: Transform - pos: 50.5,2.5 - parent: 2 - - uid: 21389 - components: - - type: Transform - pos: 50.5,1.5 - parent: 2 - - uid: 21390 - components: - - type: Transform - pos: 50.5,0.5 - parent: 2 - - uid: 21391 - components: - - type: Transform - pos: 50.5,-0.5 - parent: 2 - - uid: 21392 - components: - - type: Transform - pos: 50.5,-1.5 - parent: 2 - - uid: 21393 - components: - - type: Transform - pos: 50.5,-2.5 - parent: 2 - - uid: 21394 - components: - - type: Transform - pos: 50.5,-3.5 - parent: 2 - - uid: 21395 - components: - - type: Transform - pos: 50.5,-4.5 - parent: 2 - - uid: 21396 - components: - - type: Transform - pos: 50.5,-5.5 - parent: 2 - - uid: 21397 - components: - - type: Transform - pos: 50.5,-6.5 - parent: 2 - - uid: 21398 - components: - - type: Transform - pos: 50.5,-7.5 - parent: 2 - - uid: 21399 - components: - - type: Transform - pos: 50.5,-8.5 - parent: 2 - - uid: 21401 - components: - - type: Transform - pos: 50.5,25.5 - parent: 2 - - uid: 21402 - components: - - type: Transform - pos: 50.5,-11.5 - parent: 2 - - uid: 21403 - components: - - type: Transform - pos: 50.5,-12.5 - parent: 2 - - uid: 21404 - components: - - type: Transform - pos: 50.5,-13.5 - parent: 2 - - uid: 21405 - components: - - type: Transform - pos: 49.5,-13.5 - parent: 2 - - uid: 21406 - components: - - type: Transform - pos: 49.5,-14.5 - parent: 2 - - uid: 21407 - components: - - type: Transform - pos: 48.5,-14.5 - parent: 2 - - uid: 21408 - components: - - type: Transform - pos: 48.5,-15.5 - parent: 2 - - uid: 21409 - components: - - type: Transform - pos: 47.5,-15.5 - parent: 2 - - uid: 21410 - components: - - type: Transform - pos: 47.5,-16.5 - parent: 2 - - uid: 21411 - components: - - type: Transform - pos: 46.5,-16.5 - parent: 2 - - uid: 21412 - components: - - type: Transform - pos: 46.5,-17.5 - parent: 2 - - uid: 21413 - components: - - type: Transform - pos: 45.5,-17.5 - parent: 2 - - uid: 21414 - components: - - type: Transform - pos: 44.5,-17.5 - parent: 2 - - uid: 21415 - components: - - type: Transform - pos: 43.5,-17.5 - parent: 2 - - uid: 21416 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - uid: 21417 - components: - - type: Transform - pos: 41.5,-17.5 - parent: 2 - - uid: 21418 - components: - - type: Transform - pos: 40.5,-17.5 - parent: 2 - - uid: 21419 - components: - - type: Transform - pos: 39.5,-17.5 - parent: 2 - - uid: 21420 - components: - - type: Transform - pos: 39.5,-16.5 - parent: 2 - - uid: 21421 - components: - - type: Transform - pos: 38.5,-16.5 - parent: 2 - - uid: 21422 - components: - - type: Transform - pos: -46.5,-8.5 - parent: 2 - - uid: 21423 - components: - - type: Transform - pos: 38.5,-15.5 - parent: 2 - - uid: 21424 - components: - - type: Transform - pos: 37.5,-15.5 - parent: 2 - - uid: 21425 - components: - - type: Transform - pos: 36.5,-15.5 - parent: 2 - - uid: 21426 - components: - - type: Transform - pos: 35.5,-15.5 - parent: 2 - - uid: 21427 - components: - - type: Transform - pos: 34.5,-15.5 - parent: 2 - - uid: 21428 - components: - - type: Transform - pos: 33.5,-15.5 - parent: 2 - - uid: 21429 - components: - - type: Transform - pos: 32.5,-15.5 - parent: 2 - - uid: 21430 - components: - - type: Transform - pos: 31.5,-15.5 - parent: 2 - - uid: 21431 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 2 - - uid: 21432 - components: - - type: Transform - pos: 29.5,-15.5 - parent: 2 - - uid: 21433 - components: - - type: Transform - pos: 28.5,-15.5 - parent: 2 - - uid: 21434 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 2 - - uid: 21435 - components: - - type: Transform - pos: 26.5,-15.5 - parent: 2 - - uid: 21436 - components: - - type: Transform - pos: 25.5,-15.5 - parent: 2 - - uid: 21437 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 2 - - uid: 21438 - components: - - type: Transform - pos: 23.5,-15.5 - parent: 2 - - uid: 21439 - components: - - type: Transform - pos: 22.5,-15.5 - parent: 2 - - uid: 21440 - components: - - type: Transform - pos: 21.5,-15.5 - parent: 2 - - uid: 21441 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 2 - - uid: 21442 - components: - - type: Transform - pos: 19.5,-15.5 - parent: 2 - - uid: 21443 - components: - - type: Transform - pos: 18.5,-15.5 - parent: 2 - - uid: 21444 - components: - - type: Transform - pos: 17.5,-15.5 - parent: 2 - - uid: 21445 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 2 - - uid: 21446 - components: - - type: Transform - pos: 15.5,-15.5 - parent: 2 - - uid: 21447 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 2 - - uid: 21448 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 2 - - uid: 21449 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 2 - - uid: 21450 - components: - - type: Transform - pos: 11.5,-15.5 - parent: 2 - - uid: 21451 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 2 - - uid: 21452 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 2 - - uid: 21453 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 2 - - uid: 21454 - components: - - type: Transform - pos: 7.5,-15.5 - parent: 2 - - uid: 21455 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 2 - - uid: 21456 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 2 - - uid: 21457 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 2 - - uid: 21458 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 2 - - uid: 21459 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 2 - - uid: 21460 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 2 - - uid: 21461 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 21468 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 2 - - uid: 21469 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 2 - - uid: 21470 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 2 - - uid: 21471 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 2 - - uid: 21472 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 2 - - uid: 21473 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 2 - - uid: 21474 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 2 - - uid: 21475 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 2 - - uid: 21476 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 2 - - uid: 21477 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 2 - - uid: 21478 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 2 - - uid: 21480 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 2 - - uid: 21481 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 21482 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 2 - - uid: 21483 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 2 - - uid: 21484 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 2 - - uid: 21485 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 2 - - uid: 21486 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 2 - - uid: 21487 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 2 - - uid: 21488 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 2 - - uid: 21489 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - uid: 21490 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 2 - - uid: 21491 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 2 - - uid: 21492 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 2 - - uid: 21493 - components: - - type: Transform - pos: -12.5,-15.5 - parent: 2 - - uid: 21494 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 2 - - uid: 21495 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 2 - - uid: 21496 - components: - - type: Transform - pos: -15.5,-15.5 - parent: 2 - - uid: 21497 - components: - - type: Transform - pos: -16.5,-15.5 - parent: 2 - - uid: 21498 - components: - - type: Transform - pos: -17.5,-15.5 - parent: 2 - - uid: 21499 - components: - - type: Transform - pos: -18.5,-15.5 - parent: 2 - - uid: 21500 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 2 - - uid: 21501 - components: - - type: Transform - pos: -20.5,-15.5 - parent: 2 - - uid: 21502 - components: - - type: Transform - pos: -21.5,-15.5 - parent: 2 - - uid: 21503 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 2 - - uid: 21504 - components: - - type: Transform - pos: -23.5,-15.5 - parent: 2 - - uid: 21505 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 2 - - uid: 21506 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - uid: 21507 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 2 - - uid: 21508 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 2 - - uid: 21509 - components: - - type: Transform - pos: -28.5,-15.5 - parent: 2 - - uid: 21510 - components: - - type: Transform - pos: -29.5,-15.5 - parent: 2 - - uid: 21511 - components: - - type: Transform - pos: -30.5,-15.5 - parent: 2 - - uid: 21512 - components: - - type: Transform - pos: -31.5,-15.5 - parent: 2 - - uid: 21513 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - uid: 21517 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 21518 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - uid: 21519 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - uid: 21520 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 2 - - uid: 21521 - components: - - type: Transform - pos: -33.5,-24.5 - parent: 2 - - uid: 21522 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 21523 - components: - - type: Transform - pos: -33.5,-26.5 - parent: 2 - - uid: 21524 - components: - - type: Transform - pos: -33.5,-27.5 - parent: 2 - - uid: 21525 - components: - - type: Transform - pos: -32.5,-27.5 - parent: 2 - - uid: 21526 - components: - - type: Transform - pos: -31.5,-27.5 - parent: 2 - - uid: 21527 - components: - - type: Transform - pos: -30.5,-27.5 - parent: 2 - - uid: 21528 - components: - - type: Transform - pos: -29.5,-27.5 - parent: 2 - - uid: 21529 - components: - - type: Transform - pos: -28.5,-27.5 - parent: 2 - - uid: 21530 - components: - - type: Transform - pos: -27.5,-27.5 - parent: 2 - - uid: 21531 - components: - - type: Transform - pos: -26.5,-27.5 - parent: 2 - - uid: 21532 - components: - - type: Transform - pos: -25.5,-27.5 - parent: 2 - - uid: 21538 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 2 - - uid: 21539 - components: - - type: Transform - pos: -37.5,-15.5 - parent: 2 - - uid: 21540 - components: - - type: Transform - pos: -38.5,-15.5 - parent: 2 - - uid: 21541 - components: - - type: Transform - pos: -39.5,-15.5 - parent: 2 - - uid: 21543 - components: - - type: Transform - pos: -40.5,-14.5 - parent: 2 - - uid: 21544 - components: - - type: Transform - pos: -41.5,-14.5 - parent: 2 - - uid: 21545 - components: - - type: Transform - pos: -41.5,-13.5 - parent: 2 - - uid: 21546 - components: - - type: Transform - pos: -42.5,-13.5 - parent: 2 - - uid: 21547 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - uid: 21548 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - uid: 21549 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 2 - - uid: 21550 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 2 - - uid: 21551 - components: - - type: Transform - pos: -44.5,-10.5 - parent: 2 - - uid: 21552 - components: - - type: Transform - pos: -45.5,-10.5 - parent: 2 - - uid: 21553 - components: - - type: Transform - pos: -45.5,-9.5 - parent: 2 - - uid: 21554 - components: - - type: Transform - pos: -46.5,-9.5 - parent: 2 - - uid: 21555 - components: - - type: Transform - pos: -46.5,-7.5 - parent: 2 - - uid: 21556 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - - uid: 21557 - components: - - type: Transform - pos: -46.5,-5.5 - parent: 2 - - uid: 21558 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - - uid: 21559 - components: - - type: Transform - pos: -46.5,-3.5 - parent: 2 - - uid: 21560 - components: - - type: Transform - pos: -46.5,-2.5 - parent: 2 - - uid: 21561 - components: - - type: Transform - pos: -46.5,-1.5 - parent: 2 - - uid: 21562 - components: - - type: Transform - pos: -46.5,-0.5 - parent: 2 - - uid: 21563 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 21564 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 21565 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 21566 - components: - - type: Transform - pos: -46.5,3.5 - parent: 2 - - uid: 21567 - components: - - type: Transform - pos: -46.5,4.5 - parent: 2 - - uid: 21568 - components: - - type: Transform - pos: -45.5,4.5 - parent: 2 - - uid: 21570 - components: - - type: Transform - pos: -45.5,5.5 - parent: 2 - - uid: 21571 - components: - - type: Transform - pos: -45.5,6.5 - parent: 2 - - uid: 21572 - components: - - type: Transform - pos: -45.5,7.5 - parent: 2 - - uid: 21573 - components: - - type: Transform - pos: -45.5,8.5 - parent: 2 - - uid: 21574 - components: - - type: Transform - pos: -40.5,-16.5 - parent: 2 - - uid: 21576 - components: - - type: Transform - pos: -44.5,10.5 - parent: 2 - - uid: 21577 - components: - - type: Transform - pos: -44.5,11.5 - parent: 2 - - uid: 21578 - components: - - type: Transform - pos: -44.5,12.5 - parent: 2 - - uid: 21579 - components: - - type: Transform - pos: -44.5,13.5 - parent: 2 - - uid: 21580 - components: - - type: Transform - pos: -44.5,14.5 - parent: 2 - - uid: 21581 - components: - - type: Transform - pos: -44.5,15.5 - parent: 2 - - uid: 21582 - components: - - type: Transform - pos: -44.5,16.5 - parent: 2 - - uid: 21583 - components: - - type: Transform - pos: -43.5,16.5 - parent: 2 - - uid: 21584 - components: - - type: Transform - pos: -42.5,16.5 - parent: 2 - - uid: 21585 - components: - - type: Transform - pos: -41.5,16.5 - parent: 2 - - uid: 21586 - components: - - type: Transform - pos: -40.5,16.5 - parent: 2 - - uid: 21587 - components: - - type: Transform - pos: -39.5,16.5 - parent: 2 - - uid: 21588 - components: - - type: Transform - pos: -39.5,17.5 - parent: 2 - - uid: 21589 - components: - - type: Transform - pos: -38.5,17.5 - parent: 2 - - uid: 21590 - components: - - type: Transform - pos: -37.5,17.5 - parent: 2 - - uid: 21595 - components: - - type: Transform - pos: -63.5,10.5 - parent: 2 - - uid: 21596 - components: - - type: Transform - pos: -33.5,19.5 - parent: 2 - - uid: 21597 - components: - - type: Transform - pos: -33.5,20.5 - parent: 2 - - uid: 21598 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - - uid: 21599 - components: - - type: Transform - pos: -47.5,8.5 - parent: 2 - - uid: 21600 - components: - - type: Transform - pos: -48.5,8.5 - parent: 2 - - uid: 21601 - components: - - type: Transform - pos: -49.5,8.5 - parent: 2 - - uid: 21602 - components: - - type: Transform - pos: -50.5,8.5 - parent: 2 - - uid: 21603 - components: - - type: Transform - pos: -51.5,8.5 - parent: 2 - - uid: 21604 - components: - - type: Transform - pos: -52.5,8.5 - parent: 2 - - uid: 21605 - components: - - type: Transform - pos: -53.5,8.5 - parent: 2 - - uid: 21606 - components: - - type: Transform - pos: -54.5,8.5 - parent: 2 - - uid: 21607 - components: - - type: Transform - pos: -55.5,8.5 - parent: 2 - - uid: 21608 - components: - - type: Transform - pos: -56.5,8.5 - parent: 2 - - uid: 21609 - components: - - type: Transform - pos: -57.5,8.5 - parent: 2 - - uid: 21610 - components: - - type: Transform - pos: -58.5,8.5 - parent: 2 - - uid: 21611 - components: - - type: Transform - pos: -59.5,8.5 - parent: 2 - - uid: 21612 - components: - - type: Transform - pos: -60.5,8.5 - parent: 2 - - uid: 21613 - components: - - type: Transform - pos: -61.5,8.5 - parent: 2 - - uid: 21614 - components: - - type: Transform - pos: 1.5,18.5 - parent: 2 - - uid: 21615 - components: - - type: Transform - pos: 1.5,17.5 - parent: 2 - - uid: 21616 - components: - - type: Transform - pos: 1.5,16.5 - parent: 2 - - uid: 21617 - components: - - type: Transform - pos: 1.5,15.5 - parent: 2 - - uid: 21618 - components: - - type: Transform - pos: 1.5,14.5 - parent: 2 - - uid: 21619 - components: - - type: Transform - pos: 1.5,13.5 - parent: 2 - - uid: 21620 - components: - - type: Transform - pos: 1.5,12.5 - parent: 2 - - uid: 21621 - components: - - type: Transform - pos: 1.5,11.5 - parent: 2 - - uid: 21622 - components: - - type: Transform - pos: 1.5,10.5 - parent: 2 - - uid: 21623 - components: - - type: Transform - pos: 1.5,20.5 - parent: 2 - - uid: 21624 - components: - - type: Transform - pos: 1.5,21.5 - parent: 2 - - uid: 21625 - components: - - type: Transform - pos: 1.5,22.5 - parent: 2 - - uid: 21626 - components: - - type: Transform - pos: -56.5,-31.5 - parent: 2 - - uid: 21627 - components: - - type: Transform - pos: -57.5,-31.5 - parent: 2 - - uid: 21628 - components: - - type: Transform - pos: 1.5,25.5 - parent: 2 - - uid: 21629 - components: - - type: Transform - pos: 1.5,26.5 - parent: 2 - - uid: 21630 - components: - - type: Transform - pos: 1.5,27.5 - parent: 2 - - uid: 21631 - components: - - type: Transform - pos: 1.5,28.5 - parent: 2 - - uid: 21632 - components: - - type: Transform - pos: 1.5,29.5 - parent: 2 - - uid: 21633 - components: - - type: Transform - pos: 1.5,30.5 - parent: 2 - - uid: 21634 - components: - - type: Transform - pos: 1.5,31.5 - parent: 2 - - uid: 21635 - components: - - type: Transform - pos: 1.5,32.5 - parent: 2 - - uid: 21636 - components: - - type: Transform - pos: 1.5,33.5 - parent: 2 - - uid: 21637 - components: - - type: Transform - pos: 1.5,34.5 - parent: 2 - - uid: 21638 - components: - - type: Transform - pos: 1.5,35.5 - parent: 2 - - uid: 21639 - components: - - type: Transform - pos: 1.5,36.5 - parent: 2 - - uid: 21640 - components: - - type: Transform - pos: 1.5,37.5 - parent: 2 - - uid: 21641 - components: - - type: Transform - pos: 1.5,38.5 - parent: 2 - - uid: 21642 - components: - - type: Transform - pos: 1.5,39.5 - parent: 2 - - uid: 21643 - components: - - type: Transform - pos: 1.5,40.5 - parent: 2 - - uid: 21644 - components: - - type: Transform - pos: 1.5,41.5 - parent: 2 - - uid: 21645 - components: - - type: Transform - pos: 1.5,42.5 - parent: 2 - - uid: 21646 - components: - - type: Transform - pos: 1.5,43.5 - parent: 2 - - uid: 21647 - components: - - type: Transform - pos: 1.5,44.5 - parent: 2 - - uid: 21648 - components: - - type: Transform - pos: 1.5,45.5 - parent: 2 - - uid: 21649 - components: - - type: Transform - pos: 1.5,46.5 - parent: 2 - - uid: 21650 - components: - - type: Transform - pos: 1.5,47.5 - parent: 2 - - uid: 21651 - components: - - type: Transform - pos: 1.5,48.5 - parent: 2 - - uid: 21652 - components: - - type: Transform - pos: 1.5,49.5 - parent: 2 - - uid: 21653 - components: - - type: Transform - pos: 1.5,50.5 - parent: 2 - - uid: 21654 - components: - - type: Transform - pos: 1.5,51.5 - parent: 2 - - uid: 21655 - components: - - type: Transform - pos: 1.5,52.5 - parent: 2 - - uid: 21656 - components: - - type: Transform - pos: 1.5,53.5 - parent: 2 - - uid: 21657 - components: - - type: Transform - pos: 1.5,54.5 - parent: 2 - - uid: 21658 - components: - - type: Transform - pos: 1.5,55.5 - parent: 2 - - uid: 21659 - components: - - type: Transform - pos: 1.5,56.5 - parent: 2 - - uid: 21660 - components: - - type: Transform - pos: 1.5,57.5 - parent: 2 - - uid: 21661 - components: - - type: Transform - pos: 1.5,58.5 - parent: 2 - - uid: 21662 - components: - - type: Transform - pos: 1.5,59.5 - parent: 2 - - uid: 21663 - components: - - type: Transform - pos: 1.5,60.5 - parent: 2 - - uid: 21664 - components: - - type: Transform - pos: 1.5,61.5 - parent: 2 - - uid: 21665 - components: - - type: Transform - pos: 1.5,62.5 - parent: 2 - - uid: 21666 - components: - - type: Transform - pos: 1.5,63.5 - parent: 2 - - uid: 21667 - components: - - type: Transform - pos: 1.5,64.5 - parent: 2 - - uid: 21668 - components: - - type: Transform - pos: 1.5,65.5 - parent: 2 - - uid: 21669 - components: - - type: Transform - pos: 1.5,66.5 - parent: 2 - - uid: 21670 - components: - - type: Transform - pos: 1.5,67.5 - parent: 2 - - uid: 21671 - components: - - type: Transform - pos: 1.5,68.5 - parent: 2 - - uid: 21672 - components: - - type: Transform - pos: 1.5,69.5 - parent: 2 - - uid: 21673 - components: - - type: Transform - pos: 1.5,70.5 - parent: 2 - - uid: 21674 - components: - - type: Transform - pos: 1.5,71.5 - parent: 2 - - uid: 21675 - components: - - type: Transform - pos: 1.5,72.5 - parent: 2 - - uid: 21676 - components: - - type: Transform - pos: 1.5,73.5 - parent: 2 - - uid: 21677 - components: - - type: Transform - pos: 1.5,74.5 - parent: 2 - - uid: 21678 - components: - - type: Transform - pos: 1.5,75.5 - parent: 2 - - uid: 21679 - components: - - type: Transform - pos: 1.5,76.5 - parent: 2 - - uid: 21680 - components: - - type: Transform - pos: 1.5,77.5 - parent: 2 - - uid: 21681 - components: - - type: Transform - pos: 1.5,78.5 - parent: 2 - - uid: 21682 - components: - - type: Transform - pos: 0.5,78.5 - parent: 2 - - uid: 21683 - components: - - type: Transform - pos: -0.5,78.5 - parent: 2 - - uid: 21684 - components: - - type: Transform - pos: -1.5,78.5 - parent: 2 - - uid: 21685 - components: - - type: Transform - pos: -2.5,78.5 - parent: 2 - - uid: 21686 - components: - - type: Transform - pos: -3.5,78.5 - parent: 2 - - uid: 21687 - components: - - type: Transform - pos: -4.5,78.5 - parent: 2 - - uid: 21688 - components: - - type: Transform - pos: -5.5,78.5 - parent: 2 - - uid: 21689 - components: - - type: Transform - pos: -6.5,78.5 - parent: 2 - - uid: 21690 - components: - - type: Transform - pos: -7.5,78.5 - parent: 2 - - uid: 21691 - components: - - type: Transform - pos: -8.5,78.5 - parent: 2 - - uid: 21692 - components: - - type: Transform - pos: -9.5,78.5 - parent: 2 - - uid: 21693 - components: - - type: Transform - pos: -10.5,78.5 - parent: 2 - - uid: 21694 - components: - - type: Transform - pos: -11.5,78.5 - parent: 2 - - uid: 21695 - components: - - type: Transform - pos: -11.5,77.5 - parent: 2 - - uid: 21696 - components: - - type: Transform - pos: -11.5,76.5 - parent: 2 - - uid: 21697 - components: - - type: Transform - pos: -11.5,75.5 - parent: 2 - - uid: 21698 - components: - - type: Transform - pos: -11.5,74.5 - parent: 2 - - uid: 21699 - components: - - type: Transform - pos: -11.5,73.5 - parent: 2 - - uid: 21700 - components: - - type: Transform - pos: -10.5,73.5 - parent: 2 - - uid: 21701 - components: - - type: Transform - pos: -9.5,73.5 - parent: 2 - - uid: 21702 - components: - - type: Transform - pos: -8.5,73.5 - parent: 2 - - uid: 21703 - components: - - type: Transform - pos: -7.5,73.5 - parent: 2 - - uid: 21704 - components: - - type: Transform - pos: -6.5,73.5 - parent: 2 - - uid: 21705 - components: - - type: Transform - pos: -5.5,73.5 - parent: 2 - - uid: 21706 - components: - - type: Transform - pos: -4.5,73.5 - parent: 2 - - uid: 21707 - components: - - type: Transform - pos: -3.5,73.5 - parent: 2 - - uid: 21708 - components: - - type: Transform - pos: -2.5,73.5 - parent: 2 - - uid: 21709 - components: - - type: Transform - pos: -1.5,73.5 - parent: 2 - - uid: 21710 - components: - - type: Transform - pos: -0.5,73.5 - parent: 2 - - uid: 21711 - components: - - type: Transform - pos: 0.5,73.5 - parent: 2 - - uid: 21712 - components: - - type: Transform - pos: 2.5,73.5 - parent: 2 - - uid: 21713 - components: - - type: Transform - pos: 3.5,73.5 - parent: 2 - - uid: 21714 - components: - - type: Transform - pos: 4.5,73.5 - parent: 2 - - uid: 21715 - components: - - type: Transform - pos: 5.5,73.5 - parent: 2 - - uid: 21716 - components: - - type: Transform - pos: 6.5,73.5 - parent: 2 - - uid: 21717 - components: - - type: Transform - pos: 7.5,73.5 - parent: 2 - - uid: 21718 - components: - - type: Transform - pos: 8.5,73.5 - parent: 2 - - uid: 21719 - components: - - type: Transform - pos: 9.5,73.5 - parent: 2 - - uid: 21720 - components: - - type: Transform - pos: 10.5,73.5 - parent: 2 - - uid: 21721 - components: - - type: Transform - pos: 11.5,73.5 - parent: 2 - - uid: 21722 - components: - - type: Transform - pos: 12.5,73.5 - parent: 2 - - uid: 21723 - components: - - type: Transform - pos: 13.5,73.5 - parent: 2 - - uid: 21724 - components: - - type: Transform - pos: 14.5,73.5 - parent: 2 - - uid: 21725 - components: - - type: Transform - pos: 14.5,74.5 - parent: 2 - - uid: 21726 - components: - - type: Transform - pos: 14.5,75.5 - parent: 2 - - uid: 21727 - components: - - type: Transform - pos: 14.5,76.5 - parent: 2 - - uid: 21728 - components: - - type: Transform - pos: 14.5,77.5 - parent: 2 - - uid: 21729 - components: - - type: Transform - pos: 14.5,78.5 - parent: 2 - - uid: 21730 - components: - - type: Transform - pos: 13.5,78.5 - parent: 2 - - uid: 21731 - components: - - type: Transform - pos: 12.5,78.5 - parent: 2 - - uid: 21732 - components: - - type: Transform - pos: 11.5,78.5 - parent: 2 - - uid: 21733 - components: - - type: Transform - pos: 10.5,78.5 - parent: 2 - - uid: 21734 - components: - - type: Transform - pos: 9.5,78.5 - parent: 2 - - uid: 21735 - components: - - type: Transform - pos: 8.5,78.5 - parent: 2 - - uid: 21736 - components: - - type: Transform - pos: 7.5,78.5 - parent: 2 - - uid: 21737 - components: - - type: Transform - pos: 6.5,78.5 - parent: 2 - - uid: 21738 - components: - - type: Transform - pos: 5.5,78.5 - parent: 2 - - uid: 21739 - components: - - type: Transform - pos: 4.5,78.5 - parent: 2 - - uid: 21740 - components: - - type: Transform - pos: 3.5,78.5 - parent: 2 - - uid: 21741 - components: - - type: Transform - pos: 2.5,78.5 - parent: 2 - - uid: 21742 - components: - - type: Transform - pos: 2.5,79.5 - parent: 2 - - uid: 21743 - components: - - type: Transform - pos: 2.5,80.5 - parent: 2 - - uid: 21744 - components: - - type: Transform - pos: 2.5,81.5 - parent: 2 - - uid: 21745 - components: - - type: Transform - pos: 0.5,81.5 - parent: 2 - - uid: 21746 - components: - - type: Transform - pos: 0.5,80.5 - parent: 2 - - uid: 21747 - components: - - type: Transform - pos: 0.5,79.5 - parent: 2 - - uid: 21748 - components: - - type: Transform - pos: -5.5,79.5 - parent: 2 - - uid: 21749 - components: - - type: Transform - pos: -5.5,80.5 - parent: 2 - - uid: 21750 - components: - - type: Transform - pos: -5.5,81.5 - parent: 2 - - uid: 21751 - components: - - type: Transform - pos: -7.5,81.5 - parent: 2 - - uid: 21752 - components: - - type: Transform - pos: -7.5,80.5 - parent: 2 - - uid: 21753 - components: - - type: Transform - pos: -7.5,79.5 - parent: 2 - - uid: 21754 - components: - - type: Transform - pos: -7.5,82.5 - parent: 2 - - uid: 21755 - components: - - type: Transform - pos: -5.5,82.5 - parent: 2 - - uid: 21756 - components: - - type: Transform - pos: 0.5,82.5 - parent: 2 - - uid: 21757 - components: - - type: Transform - pos: 2.5,82.5 - parent: 2 - - uid: 21758 - components: - - type: Transform - pos: 8.5,82.5 - parent: 2 - - uid: 21759 - components: - - type: Transform - pos: 8.5,81.5 - parent: 2 - - uid: 21760 - components: - - type: Transform - pos: 8.5,80.5 - parent: 2 - - uid: 21761 - components: - - type: Transform - pos: 8.5,79.5 - parent: 2 - - uid: 21762 - components: - - type: Transform - pos: 10.5,79.5 - parent: 2 - - uid: 21763 - components: - - type: Transform - pos: 10.5,80.5 - parent: 2 - - uid: 21764 - components: - - type: Transform - pos: 10.5,81.5 - parent: 2 - - uid: 21765 - components: - - type: Transform - pos: 10.5,82.5 - parent: 2 - - uid: 21766 - components: - - type: Transform - pos: -3.5,52.5 - parent: 2 - - uid: 21767 - components: - - type: Transform - pos: -3.5,53.5 - parent: 2 - - uid: 21768 - components: - - type: Transform - pos: -3.5,54.5 - parent: 2 - - uid: 21769 - components: - - type: Transform - pos: -3.5,55.5 - parent: 2 - - uid: 21770 - components: - - type: Transform - pos: -3.5,56.5 - parent: 2 - - uid: 21771 - components: - - type: Transform - pos: -4.5,56.5 - parent: 2 - - uid: 21772 - components: - - type: Transform - pos: -5.5,56.5 - parent: 2 - - uid: 21773 - components: - - type: Transform - pos: -6.5,56.5 - parent: 2 - - uid: 21774 - components: - - type: Transform - pos: -7.5,56.5 - parent: 2 - - uid: 21775 - components: - - type: Transform - pos: -8.5,56.5 - parent: 2 - - uid: 21776 - components: - - type: Transform - pos: -9.5,56.5 - parent: 2 - - uid: 21777 - components: - - type: Transform - pos: -10.5,56.5 - parent: 2 - - uid: 21778 - components: - - type: Transform - pos: -11.5,56.5 - parent: 2 - - uid: 21779 - components: - - type: Transform - pos: -11.5,47.5 - parent: 2 - - uid: 21780 - components: - - type: Transform - pos: -10.5,47.5 - parent: 2 - - uid: 21781 - components: - - type: Transform - pos: -9.5,47.5 - parent: 2 - - uid: 21782 - components: - - type: Transform - pos: -8.5,47.5 - parent: 2 - - uid: 21783 - components: - - type: Transform - pos: -7.5,47.5 - parent: 2 - - uid: 21784 - components: - - type: Transform - pos: -6.5,47.5 - parent: 2 - - uid: 21785 - components: - - type: Transform - pos: -5.5,47.5 - parent: 2 - - uid: 21786 - components: - - type: Transform - pos: -4.5,47.5 - parent: 2 - - uid: 21787 - components: - - type: Transform - pos: -3.5,47.5 - parent: 2 - - uid: 21788 - components: - - type: Transform - pos: -3.5,48.5 - parent: 2 - - uid: 21789 - components: - - type: Transform - pos: -3.5,49.5 - parent: 2 - - uid: 21790 - components: - - type: Transform - pos: -3.5,50.5 - parent: 2 - - uid: 21791 - components: - - type: Transform - pos: -13.5,44.5 - parent: 2 - - uid: 21792 - components: - - type: Transform - pos: -14.5,44.5 - parent: 2 - - uid: 21793 - components: - - type: Transform - pos: -15.5,44.5 - parent: 2 - - uid: 21794 - components: - - type: Transform - pos: -16.5,44.5 - parent: 2 - - uid: 21795 - components: - - type: Transform - pos: -17.5,44.5 - parent: 2 - - uid: 21796 - components: - - type: Transform - pos: -18.5,44.5 - parent: 2 - - uid: 21797 - components: - - type: Transform - pos: -19.5,44.5 - parent: 2 - - uid: 21798 - components: - - type: Transform - pos: -20.5,44.5 - parent: 2 - - uid: 21799 - components: - - type: Transform - pos: -21.5,44.5 - parent: 2 - - uid: 21800 - components: - - type: Transform - pos: -22.5,44.5 - parent: 2 - - uid: 21801 - components: - - type: Transform - pos: -23.5,44.5 - parent: 2 - - uid: 21802 - components: - - type: Transform - pos: -24.5,44.5 - parent: 2 - - uid: 21803 - components: - - type: Transform - pos: -25.5,44.5 - parent: 2 - - uid: 21804 - components: - - type: Transform - pos: -26.5,44.5 - parent: 2 - - uid: 21805 - components: - - type: Transform - pos: -26.5,45.5 - parent: 2 - - uid: 21806 - components: - - type: Transform - pos: -26.5,46.5 - parent: 2 - - uid: 21807 - components: - - type: Transform - pos: -26.5,47.5 - parent: 2 - - uid: 21808 - components: - - type: Transform - pos: -26.5,48.5 - parent: 2 - - uid: 21809 - components: - - type: Transform - pos: -25.5,48.5 - parent: 2 - - uid: 21810 - components: - - type: Transform - pos: -24.5,48.5 - parent: 2 - - uid: 21811 - components: - - type: Transform - pos: -23.5,48.5 - parent: 2 - - uid: 21812 - components: - - type: Transform - pos: -22.5,48.5 - parent: 2 - - uid: 21813 - components: - - type: Transform - pos: -21.5,48.5 - parent: 2 - - uid: 21814 - components: - - type: Transform - pos: -20.5,48.5 - parent: 2 - - uid: 21816 - components: - - type: Transform - pos: -26.5,58.5 - parent: 2 - - uid: 21817 - components: - - type: Transform - pos: -26.5,57.5 - parent: 2 - - uid: 21818 - components: - - type: Transform - pos: -26.5,56.5 - parent: 2 - - uid: 21819 - components: - - type: Transform - pos: -26.5,55.5 - parent: 2 - - uid: 21820 - components: - - type: Transform - pos: -25.5,55.5 - parent: 2 - - uid: 21821 - components: - - type: Transform - pos: -24.5,55.5 - parent: 2 - - uid: 21822 - components: - - type: Transform - pos: -23.5,55.5 - parent: 2 - - uid: 21823 - components: - - type: Transform - pos: -22.5,55.5 - parent: 2 - - uid: 21824 - components: - - type: Transform - pos: -21.5,55.5 - parent: 2 - - uid: 21825 - components: - - type: Transform - pos: -20.5,55.5 - parent: 2 - - uid: 21826 - components: - - type: Transform - pos: -20.5,54.5 - parent: 2 - - uid: 21827 - components: - - type: Transform - pos: -20.5,53.5 - parent: 2 - - uid: 21828 - components: - - type: Transform - pos: -26.5,59.5 - parent: 2 - - uid: 21829 - components: - - type: Transform - pos: -26.5,60.5 - parent: 2 - - uid: 21830 - components: - - type: Transform - pos: -26.5,61.5 - parent: 2 - - uid: 21831 - components: - - type: Transform - pos: -26.5,62.5 - parent: 2 - - uid: 21832 - components: - - type: Transform - pos: -26.5,63.5 - parent: 2 - - uid: 21834 - components: - - type: Transform - pos: -58.5,-31.5 - parent: 2 - - uid: 21842 - components: - - type: Transform - pos: -35.5,51.5 - parent: 2 - - uid: 21843 - components: - - type: Transform - pos: -36.5,51.5 - parent: 2 - - uid: 21844 - components: - - type: Transform - pos: -37.5,51.5 - parent: 2 - - uid: 21845 - components: - - type: Transform - pos: -38.5,51.5 - parent: 2 - - uid: 21846 - components: - - type: Transform - pos: -39.5,51.5 - parent: 2 - - uid: 21847 - components: - - type: Transform - pos: -40.5,51.5 - parent: 2 - - uid: 21848 - components: - - type: Transform - pos: -41.5,51.5 - parent: 2 - - uid: 21849 - components: - - type: Transform - pos: -42.5,51.5 - parent: 2 - - uid: 21850 - components: - - type: Transform - pos: -43.5,51.5 - parent: 2 - - uid: 21851 - components: - - type: Transform - pos: -44.5,51.5 - parent: 2 - - uid: 21852 - components: - - type: Transform - pos: -45.5,51.5 - parent: 2 - - uid: 21853 - components: - - type: Transform - pos: -46.5,51.5 - parent: 2 - - uid: 21854 - components: - - type: Transform - pos: -47.5,51.5 - parent: 2 - - uid: 21855 - components: - - type: Transform - pos: -48.5,51.5 - parent: 2 - - uid: 21856 - components: - - type: Transform - pos: -49.5,51.5 - parent: 2 - - uid: 21857 - components: - - type: Transform - pos: -49.5,50.5 - parent: 2 - - uid: 21858 - components: - - type: Transform - pos: -49.5,49.5 - parent: 2 - - uid: 21859 - components: - - type: Transform - pos: -49.5,48.5 - parent: 2 - - uid: 21860 - components: - - type: Transform - pos: -43.5,39.5 - parent: 2 - - uid: 21861 - components: - - type: Transform - pos: -43.5,40.5 - parent: 2 - - uid: 21862 - components: - - type: Transform - pos: -43.5,41.5 - parent: 2 - - uid: 21863 - components: - - type: Transform - pos: -43.5,42.5 - parent: 2 - - uid: 21864 - components: - - type: Transform - pos: -43.5,43.5 - parent: 2 - - uid: 21865 - components: - - type: Transform - pos: -49.5,43.5 - parent: 2 - - uid: 21866 - components: - - type: Transform - pos: -48.5,43.5 - parent: 2 - - uid: 21867 - components: - - type: Transform - pos: -47.5,43.5 - parent: 2 - - uid: 21868 - components: - - type: Transform - pos: -46.5,43.5 - parent: 2 - - uid: 21869 - components: - - type: Transform - pos: -45.5,43.5 - parent: 2 - - uid: 21870 - components: - - type: Transform - pos: -44.5,43.5 - parent: 2 - - uid: 21871 - components: - - type: Transform - pos: -42.5,43.5 - parent: 2 - - uid: 21872 - components: - - type: Transform - pos: -41.5,43.5 - parent: 2 - - uid: 21873 - components: - - type: Transform - pos: -40.5,43.5 - parent: 2 - - uid: 21874 - components: - - type: Transform - pos: -39.5,43.5 - parent: 2 - - uid: 21875 - components: - - type: Transform - pos: -38.5,43.5 - parent: 2 - - uid: 21876 - components: - - type: Transform - pos: -37.5,43.5 - parent: 2 - - uid: 21877 - components: - - type: Transform - pos: -36.5,43.5 - parent: 2 - - uid: 21879 - components: - - type: Transform - pos: -34.5,43.5 - parent: 2 - - uid: 21885 - components: - - type: Transform - pos: -89.5,22.5 - parent: 2 - - uid: 21887 - components: - - type: Transform - pos: -83.5,23.5 - parent: 2 - - uid: 21889 - components: - - type: Transform - pos: -82.5,23.5 - parent: 2 - - uid: 21891 - components: - - type: Transform - pos: -81.5,23.5 - parent: 2 - - uid: 21892 - components: - - type: Transform - pos: -80.5,22.5 - parent: 2 - - uid: 21893 - components: - - type: Transform - pos: -80.5,23.5 - parent: 2 - - uid: 21895 - components: - - type: Transform - pos: -79.5,23.5 - parent: 2 - - uid: 21896 - components: - - type: Transform - pos: -97.5,-1.5 - parent: 2 - - uid: 21897 - components: - - type: Transform - pos: -97.5,-2.5 - parent: 2 - - uid: 21898 - components: - - type: Transform - pos: -97.5,-3.5 - parent: 2 - - uid: 21899 - components: - - type: Transform - pos: -97.5,-4.5 - parent: 2 - - uid: 21900 - components: - - type: Transform - pos: -97.5,-5.5 - parent: 2 - - uid: 21901 - components: - - type: Transform - pos: -97.5,-6.5 - parent: 2 - - uid: 21902 - components: - - type: Transform - pos: -97.5,-7.5 - parent: 2 - - uid: 21903 - components: - - type: Transform - pos: -97.5,-8.5 - parent: 2 - - uid: 21904 - components: - - type: Transform - pos: -97.5,-9.5 - parent: 2 - - uid: 21905 - components: - - type: Transform - pos: -97.5,-10.5 - parent: 2 - - uid: 21906 - components: - - type: Transform - pos: -97.5,-11.5 - parent: 2 - - uid: 21907 - components: - - type: Transform - pos: -97.5,-12.5 - parent: 2 - - uid: 21908 - components: - - type: Transform - pos: -96.5,-1.5 - parent: 2 - - uid: 21922 - components: - - type: Transform - pos: -91.5,7.5 - parent: 2 - - uid: 21923 - components: - - type: Transform - pos: -91.5,9.5 - parent: 2 - - uid: 21937 - components: - - type: Transform - pos: -96.5,18.5 - parent: 2 - - uid: 21946 - components: - - type: Transform - pos: -97.5,26.5 - parent: 2 - - uid: 21962 - components: - - type: Transform - pos: -98.5,26.5 - parent: 2 - - uid: 21963 - components: - - type: Transform - pos: -98.5,24.5 - parent: 2 - - uid: 21967 - components: - - type: Transform - pos: -40.5,-28.5 - parent: 2 - - uid: 21978 - components: - - type: Transform - pos: -98.5,-7.5 - parent: 2 - - uid: 22043 - components: - - type: Transform - pos: -87.5,31.5 - parent: 2 - - uid: 22066 - components: - - type: Transform - pos: -99.5,15.5 - parent: 2 - - uid: 22071 - components: - - type: Transform - pos: -107.5,-7.5 - parent: 2 - - uid: 22095 - components: - - type: Transform - pos: -87.5,-6.5 - parent: 2 - - uid: 22101 - components: - - type: Transform - pos: -103.5,17.5 - parent: 2 - - uid: 22106 - components: - - type: Transform - pos: -98.5,22.5 - parent: 2 - - uid: 22108 - components: - - type: Transform - pos: -98.5,-8.5 - parent: 2 - - uid: 22169 - components: - - type: Transform - pos: -78.5,28.5 - parent: 2 - - uid: 22175 - components: - - type: Transform - pos: -99.5,4.5 - parent: 2 - - uid: 22176 - components: - - type: Transform - pos: -98.5,-9.5 - parent: 2 - - uid: 22177 - components: - - type: Transform - pos: -98.5,19.5 - parent: 2 - - uid: 22273 - components: - - type: Transform - pos: 11.5,70.5 - parent: 2 - - uid: 22289 - components: - - type: Transform - pos: -14.5,2.5 - parent: 2 - - uid: 22290 - components: - - type: Transform - pos: -26.5,4.5 - parent: 2 - - uid: 22321 - components: - - type: Transform - pos: 8.5,60.5 - parent: 2 - - uid: 22322 - components: - - type: Transform - pos: 7.5,60.5 - parent: 2 - - uid: 22323 - components: - - type: Transform - pos: 6.5,60.5 - parent: 2 - - uid: 22324 - components: - - type: Transform - pos: 9.5,60.5 - parent: 2 - - uid: 22325 - components: - - type: Transform - pos: 10.5,60.5 - parent: 2 - - uid: 22326 - components: - - type: Transform - pos: 10.5,61.5 - parent: 2 - - uid: 22327 - components: - - type: Transform - pos: 10.5,62.5 - parent: 2 - - uid: 22328 - components: - - type: Transform - pos: 10.5,59.5 - parent: 2 - - uid: 22329 - components: - - type: Transform - pos: 10.5,58.5 - parent: 2 - - uid: 22330 - components: - - type: Transform - pos: 5.5,60.5 - parent: 2 - - uid: 22331 - components: - - type: Transform - pos: 5.5,61.5 - parent: 2 - - uid: 22332 - components: - - type: Transform - pos: 5.5,62.5 - parent: 2 - - uid: 22333 - components: - - type: Transform - pos: 5.5,59.5 - parent: 2 - - uid: 22334 - components: - - type: Transform - pos: 5.5,58.5 - parent: 2 - - uid: 22346 - components: - - type: Transform - pos: 10.5,70.5 - parent: 2 - - uid: 22347 - components: - - type: Transform - pos: 9.5,70.5 - parent: 2 - - uid: 22353 - components: - - type: Transform - pos: 13.5,69.5 - parent: 2 - - uid: 22354 - components: - - type: Transform - pos: 13.5,70.5 - parent: 2 - - uid: 22455 - components: - - type: Transform - pos: -90.5,-6.5 - parent: 2 - - uid: 22536 - components: - - type: Transform - pos: -51.5,63.5 - parent: 2 - - uid: 22572 - components: - - type: Transform - pos: -99.5,13.5 - parent: 2 - - uid: 22576 - components: - - type: Transform - pos: 9.5,47.5 - parent: 2 - - uid: 22631 - components: - - type: Transform - pos: 21.5,29.5 - parent: 2 - - uid: 22726 - components: - - type: Transform - pos: -80.5,31.5 - parent: 2 - - uid: 22728 - components: - - type: Transform - pos: -91.5,23.5 - parent: 2 - - uid: 22754 - components: - - type: Transform - pos: -88.5,23.5 - parent: 2 - - uid: 22755 - components: - - type: Transform - pos: -85.5,23.5 - parent: 2 - - uid: 22985 - components: - - type: Transform - pos: -79.5,30.5 - parent: 2 - - uid: 22986 - components: - - type: Transform - pos: -78.5,29.5 - parent: 2 - - uid: 23003 - components: - - type: Transform - pos: -94.5,65.5 - parent: 2 - - uid: 23004 - components: - - type: Transform - pos: -92.5,67.5 - parent: 2 - - uid: 23005 - components: - - type: Transform - pos: -92.5,66.5 - parent: 2 - - uid: 23006 - components: - - type: Transform - pos: -94.5,66.5 - parent: 2 - - uid: 23008 - components: - - type: Transform - pos: -59.5,33.5 - parent: 2 - - uid: 23009 - components: - - type: Transform - pos: -93.5,66.5 - parent: 2 - - uid: 23033 - components: - - type: Transform - pos: -81.5,-14.5 - parent: 2 - - uid: 23108 - components: - - type: Transform - pos: -79.5,-14.5 - parent: 2 - - uid: 23109 - components: - - type: Transform - pos: -79.5,-13.5 - parent: 2 - - uid: 23135 - components: - - type: Transform - pos: 9.5,46.5 - parent: 2 - - uid: 23151 - components: - - type: Transform - pos: -107.5,22.5 - parent: 2 - - uid: 23152 - components: - - type: Transform - pos: -107.5,21.5 - parent: 2 - - uid: 23184 - components: - - type: Transform - pos: 14.5,45.5 - parent: 2 - - uid: 23227 - components: - - type: Transform - pos: -9.5,4.5 - parent: 2 - - uid: 23464 - components: - - type: Transform - pos: -104.5,15.5 - parent: 2 - - uid: 23465 - components: - - type: Transform - pos: -108.5,9.5 - parent: 2 - - uid: 23471 - components: - - type: Transform - pos: -108.5,11.5 - parent: 2 - - uid: 23517 - components: - - type: Transform - pos: -102.5,15.5 - parent: 2 - - uid: 23535 - components: - - type: Transform - pos: -106.5,14.5 - parent: 2 - - uid: 23629 - components: - - type: Transform - pos: -81.5,32.5 - parent: 2 - - uid: 23686 - components: - - type: Transform - pos: -98.5,23.5 - parent: 2 - - uid: 23701 - components: - - type: Transform - pos: -81.5,-15.5 - parent: 2 - - uid: 23728 - components: - - type: Transform - pos: 89.5,54.5 - parent: 2 - - uid: 23760 - components: - - type: Transform - pos: -26.5,3.5 - parent: 2 - - uid: 23787 - components: - - type: Transform - pos: -38.5,-35.5 - parent: 2 - - uid: 23795 - components: - - type: Transform - pos: -36.5,-35.5 - parent: 2 - - uid: 23801 - components: - - type: Transform - pos: -17.5,-48.5 - parent: 2 - - uid: 24225 - components: - - type: Transform - pos: 12.5,45.5 - parent: 2 - - uid: 24763 - components: - - type: Transform - pos: 17.5,9.5 - parent: 2 - - uid: 25063 - components: - - type: Transform - pos: 71.5,32.5 - parent: 2 - - uid: 26191 - components: - - type: Transform - pos: 1.5,66.5 - parent: 2 - - uid: 26413 - components: - - type: Transform - pos: -82.5,11.5 - parent: 2 - - uid: 26565 - components: - - type: Transform - pos: -107.5,-6.5 - parent: 2 - - uid: 26590 - components: - - type: Transform - pos: -77.5,26.5 - parent: 2 - - uid: 26591 - components: - - type: Transform - pos: -77.5,25.5 - parent: 2 - - uid: 26592 - components: - - type: Transform - pos: -78.5,23.5 - parent: 2 - - uid: 26593 - components: - - type: Transform - pos: -77.5,24.5 - parent: 2 - - uid: 26594 - components: - - type: Transform - pos: -77.5,23.5 - parent: 2 - - uid: 26749 - components: - - type: Transform - pos: -74.5,21.5 - parent: 2 - - uid: 26756 - components: - - type: Transform - pos: -86.5,23.5 - parent: 2 - - uid: 26769 - components: - - type: Transform - pos: -103.5,-1.5 - parent: 2 - - uid: 26770 - components: - - type: Transform - pos: -104.5,-1.5 - parent: 2 - - uid: 26782 - components: - - type: Transform - pos: -107.5,27.5 - parent: 2 - - uid: 26805 - components: - - type: Transform - pos: -107.5,25.5 - parent: 2 - - uid: 26834 - components: - - type: Transform - pos: -106.5,27.5 - parent: 2 - - uid: 26975 - components: - - type: Transform - pos: -106.5,29.5 - parent: 2 - - uid: 27181 - components: - - type: Transform - pos: 10.5,45.5 - parent: 2 - - uid: 27202 - components: - - type: Transform - pos: -105.5,29.5 - parent: 2 - - uid: 27206 - components: - - type: Transform - pos: -107.5,26.5 - parent: 2 - - uid: 27210 - components: - - type: Transform - pos: -106.5,28.5 - parent: 2 - - uid: 27217 - components: - - type: Transform - pos: -105.5,30.5 - parent: 2 - - uid: 27218 - components: - - type: Transform - pos: -106.5,21.5 - parent: 2 - - uid: 27223 - components: - - type: Transform - pos: -106.5,20.5 - parent: 2 - - uid: 27227 - components: - - type: Transform - pos: -90.5,-5.5 - parent: 2 - - uid: 27230 - components: - - type: Transform - pos: -90.5,-13.5 - parent: 2 - - uid: 27231 - components: - - type: Transform - pos: -89.5,-13.5 - parent: 2 - - uid: 27232 - components: - - type: Transform - pos: -89.5,-14.5 - parent: 2 - - uid: 27233 - components: - - type: Transform - pos: -87.5,-14.5 - parent: 2 - - uid: 27235 - components: - - type: Transform - pos: -88.5,-14.5 - parent: 2 - - uid: 27237 - components: - - type: Transform - pos: -106.5,19.5 - parent: 2 - - uid: 27238 - components: - - type: Transform - pos: -77.5,-9.5 - parent: 2 - - uid: 27241 - components: - - type: Transform - pos: -105.5,18.5 - parent: 2 - - uid: 27242 - components: - - type: Transform - pos: -105.5,19.5 - parent: 2 - - uid: 27353 - components: - - type: Transform - pos: 18.5,9.5 - parent: 2 - - uid: 27354 - components: - - type: Transform - pos: 19.5,9.5 - parent: 2 - - uid: 27355 - components: - - type: Transform - pos: 20.5,9.5 - parent: 2 - - uid: 27356 - components: - - type: Transform - pos: 21.5,9.5 - parent: 2 - - uid: 27680 - components: - - type: Transform - pos: 60.5,-15.5 - parent: 2 - - uid: 27832 - components: - - type: Transform - pos: -54.5,44.5 - parent: 2 - - uid: 27869 - components: - - type: Transform - pos: -15.5,36.5 - parent: 2 - - uid: 27872 - components: - - type: Transform - pos: -53.5,44.5 - parent: 2 - - uid: 27933 - components: - - type: Transform - pos: 84.5,61.5 - parent: 2 - - uid: 27949 - components: - - type: Transform - pos: -15.5,-40.5 - parent: 2 - - uid: 27950 - components: - - type: Transform - pos: -15.5,-41.5 - parent: 2 - - uid: 27951 - components: - - type: Transform - pos: -15.5,-42.5 - parent: 2 - - uid: 27955 - components: - - type: Transform - pos: -36.5,-43.5 - parent: 2 - - uid: 27956 - components: - - type: Transform - pos: -44.5,-43.5 - parent: 2 - - uid: 27959 - components: - - type: Transform - pos: -42.5,-43.5 - parent: 2 - - uid: 27960 - components: - - type: Transform - pos: -16.5,-44.5 - parent: 2 - - uid: 27985 - components: - - type: Transform - pos: 83.5,59.5 - parent: 2 - - uid: 27998 - components: - - type: Transform - pos: 84.5,59.5 - parent: 2 - - uid: 28008 - components: - - type: Transform - pos: 83.5,61.5 - parent: 2 - - uid: 28162 - components: - - type: Transform - pos: -14.5,36.5 - parent: 2 - - uid: 28676 - components: - - type: Transform - pos: 7.5,47.5 - parent: 2 - - uid: 28677 - components: - - type: Transform - pos: 7.5,46.5 - parent: 2 - - uid: 28681 - components: - - type: Transform - pos: 9.5,45.5 - parent: 2 - - uid: 28683 - components: - - type: Transform - pos: 8.5,45.5 - parent: 2 - - uid: 28753 - components: - - type: Transform - pos: 6.5,65.5 - parent: 2 - - uid: 28813 - components: - - type: Transform - pos: 32.5,0.5 - parent: 2 - - uid: 28822 - components: - - type: Transform - pos: 11.5,45.5 - parent: 2 - - uid: 28984 - components: - - type: Transform - pos: -24.5,5.5 - parent: 2 - - uid: 28994 - components: - - type: Transform - pos: -24.5,4.5 - parent: 2 - - uid: 29058 - components: - - type: Transform - pos: -72.5,3.5 - parent: 2 - - uid: 29060 - components: - - type: Transform - pos: -24.5,3.5 - parent: 2 - - uid: 29061 - components: - - type: Transform - pos: -22.5,5.5 - parent: 2 - - uid: 29129 - components: - - type: Transform - pos: 10.5,27.5 - parent: 2 - - uid: 29305 - components: - - type: Transform - pos: 85.5,22.5 - parent: 2 - - uid: 29348 - components: - - type: Transform - pos: 89.5,55.5 - parent: 2 - - uid: 29349 - components: - - type: Transform - pos: 82.5,54.5 - parent: 2 - - uid: 29351 - components: - - type: Transform - pos: 84.5,54.5 - parent: 2 - - uid: 29356 - components: - - type: Transform - pos: 89.5,56.5 - parent: 2 - - uid: 29357 - components: - - type: Transform - pos: 88.5,55.5 - parent: 2 - - uid: 29359 - components: - - type: Transform - pos: 83.5,54.5 - parent: 2 - - uid: 29402 - components: - - type: Transform - pos: 81.5,53.5 - parent: 2 - - uid: 29445 - components: - - type: Transform - pos: -95.5,-9.5 - parent: 2 - - uid: 29446 - components: - - type: Transform - pos: -94.5,-9.5 - parent: 2 - - uid: 29447 - components: - - type: Transform - pos: -94.5,-8.5 - parent: 2 - - uid: 29448 - components: - - type: Transform - pos: -94.5,-7.5 - parent: 2 - - uid: 29449 - components: - - type: Transform - pos: -94.5,-6.5 - parent: 2 - - uid: 29450 - components: - - type: Transform - pos: -94.5,-5.5 - parent: 2 - - uid: 29451 - components: - - type: Transform - pos: -94.5,-4.5 - parent: 2 - - uid: 29454 - components: - - type: Transform - pos: -97.5,-0.5 - parent: 2 - - uid: 29455 - components: - - type: Transform - pos: -97.5,0.5 - parent: 2 - - uid: 29456 - components: - - type: Transform - pos: -97.5,1.5 - parent: 2 - - uid: 29457 - components: - - type: Transform - pos: -98.5,1.5 - parent: 2 - - uid: 29458 - components: - - type: Transform - pos: -98.5,2.5 - parent: 2 - - uid: 29464 - components: - - type: Transform - pos: -98.5,8.5 - parent: 2 - - uid: 29468 - components: - - type: Transform - pos: -98.5,12.5 - parent: 2 - - uid: 29469 - components: - - type: Transform - pos: -98.5,13.5 - parent: 2 - - uid: 29470 - components: - - type: Transform - pos: -98.5,14.5 - parent: 2 - - uid: 29472 - components: - - type: Transform - pos: -98.5,16.5 - parent: 2 - - uid: 29473 - components: - - type: Transform - pos: -97.5,16.5 - parent: 2 - - uid: 29474 - components: - - type: Transform - pos: -96.5,16.5 - parent: 2 - - uid: 29475 - components: - - type: Transform - pos: -96.5,17.5 - parent: 2 - - uid: 29476 - components: - - type: Transform - pos: -96.5,26.5 - parent: 2 - - uid: 29477 - components: - - type: Transform - pos: -95.5,26.5 - parent: 2 - - uid: 29478 - components: - - type: Transform - pos: -94.5,26.5 - parent: 2 - - uid: 29479 - components: - - type: Transform - pos: -94.5,25.5 - parent: 2 - - uid: 29480 - components: - - type: Transform - pos: -94.5,24.5 - parent: 2 - - uid: 29481 - components: - - type: Transform - pos: -94.5,23.5 - parent: 2 - - uid: 29482 - components: - - type: Transform - pos: -94.5,22.5 - parent: 2 - - uid: 29483 - components: - - type: Transform - pos: -94.5,21.5 - parent: 2 - - uid: 29490 - components: - - type: Transform - pos: -89.5,21.5 - parent: 2 - - uid: 29498 - components: - - type: Transform - pos: -80.5,21.5 - parent: 2 - - uid: 29499 - components: - - type: Transform - pos: -80.5,20.5 - parent: 2 - - uid: 29500 - components: - - type: Transform - pos: -80.5,19.5 - parent: 2 - - uid: 29501 - components: - - type: Transform - pos: -86.5,18.5 - parent: 2 - - uid: 29502 - components: - - type: Transform - pos: -86.5,17.5 - parent: 2 - - uid: 29503 - components: - - type: Transform - pos: -86.5,16.5 - parent: 2 - - uid: 29504 - components: - - type: Transform - pos: -86.5,15.5 - parent: 2 - - uid: 29505 - components: - - type: Transform - pos: -86.5,14.5 - parent: 2 - - uid: 29506 - components: - - type: Transform - pos: -86.5,13.5 - parent: 2 - - uid: 29507 - components: - - type: Transform - pos: -86.5,12.5 - parent: 2 - - uid: 29508 - components: - - type: Transform - pos: -86.5,11.5 - parent: 2 - - uid: 29509 - components: - - type: Transform - pos: -86.5,10.5 - parent: 2 - - uid: 29510 - components: - - type: Transform - pos: -86.5,9.5 - parent: 2 - - uid: 29518 - components: - - type: Transform - pos: -85.5,-4.5 - parent: 2 - - uid: 29519 - components: - - type: Transform - pos: -86.5,-4.5 - parent: 2 - - uid: 29520 - components: - - type: Transform - pos: -87.5,-4.5 - parent: 2 - - uid: 29521 - components: - - type: Transform - pos: -88.5,-4.5 - parent: 2 - - uid: 29522 - components: - - type: Transform - pos: -89.5,-4.5 - parent: 2 - - uid: 29523 - components: - - type: Transform - pos: -90.5,-4.5 - parent: 2 - - uid: 29524 - components: - - type: Transform - pos: -91.5,-4.5 - parent: 2 - - uid: 29525 - components: - - type: Transform - pos: -92.5,-4.5 - parent: 2 - - uid: 29526 - components: - - type: Transform - pos: -93.5,-4.5 - parent: 2 - - uid: 29527 - components: - - type: Transform - pos: -82.5,-4.5 - parent: 2 - - uid: 29528 - components: - - type: Transform - pos: -81.5,-4.5 - parent: 2 - - uid: 29529 - components: - - type: Transform - pos: -80.5,-4.5 - parent: 2 - - uid: 29530 - components: - - type: Transform - pos: -69.5,1.5 - parent: 2 - - uid: 29532 - components: - - type: Transform - pos: -74.5,8.5 - parent: 2 - - uid: 29533 - components: - - type: Transform - pos: -76.5,-4.5 - parent: 2 - - uid: 29534 - components: - - type: Transform - pos: -75.5,-4.5 - parent: 2 - - uid: 29535 - components: - - type: Transform - pos: -74.5,-4.5 - parent: 2 - - uid: 29536 - components: - - type: Transform - pos: -73.5,-4.5 - parent: 2 - - uid: 29537 - components: - - type: Transform - pos: -72.5,-4.5 - parent: 2 - - uid: 29546 - components: - - type: Transform - pos: -76.5,-2.5 - parent: 2 - - uid: 29547 - components: - - type: Transform - pos: -76.5,-3.5 - parent: 2 - - uid: 29548 - components: - - type: Transform - pos: -76.5,-1.5 - parent: 2 - - uid: 29549 - components: - - type: Transform - pos: -76.5,-0.5 - parent: 2 - - uid: 29550 - components: - - type: Transform - pos: -76.5,0.5 - parent: 2 - - uid: 29551 - components: - - type: Transform - pos: -76.5,1.5 - parent: 2 - - uid: 29552 - components: - - type: Transform - pos: -76.5,2.5 - parent: 2 - - uid: 29553 - components: - - type: Transform - pos: -76.5,3.5 - parent: 2 - - uid: 29554 - components: - - type: Transform - pos: -76.5,4.5 - parent: 2 - - uid: 29555 - components: - - type: Transform - pos: -80.5,4.5 - parent: 2 - - uid: 29556 - components: - - type: Transform - pos: -80.5,3.5 - parent: 2 - - uid: 29557 - components: - - type: Transform - pos: -80.5,2.5 - parent: 2 - - uid: 29558 - components: - - type: Transform - pos: -80.5,1.5 - parent: 2 - - uid: 29559 - components: - - type: Transform - pos: -80.5,0.5 - parent: 2 - - uid: 29560 - components: - - type: Transform - pos: -80.5,-0.5 - parent: 2 - - uid: 29562 - components: - - type: Transform - pos: -80.5,-2.5 - parent: 2 - - uid: 29564 - components: - - type: Transform - pos: -79.5,4.5 - parent: 2 - - uid: 29565 - components: - - type: Transform - pos: -78.5,4.5 - parent: 2 - - uid: 29566 - components: - - type: Transform - pos: -77.5,4.5 - parent: 2 - - uid: 29567 - components: - - type: Transform - pos: -77.5,5.5 - parent: 2 - - uid: 29618 - components: - - type: Transform - pos: 40.5,16.5 - parent: 2 - - uid: 29639 - components: - - type: Transform - pos: 20.5,22.5 - parent: 2 - - uid: 29643 - components: - - type: Transform - pos: -11.5,-29.5 - parent: 2 - - uid: 29644 - components: - - type: Transform - pos: 4.5,25.5 - parent: 2 - - uid: 29645 - components: - - type: Transform - pos: 5.5,25.5 - parent: 2 - - uid: 29646 - components: - - type: Transform - pos: 6.5,25.5 - parent: 2 - - uid: 29647 - components: - - type: Transform - pos: 7.5,25.5 - parent: 2 - - uid: 29648 - components: - - type: Transform - pos: 8.5,25.5 - parent: 2 - - uid: 29649 - components: - - type: Transform - pos: 9.5,25.5 - parent: 2 - - uid: 29650 - components: - - type: Transform - pos: 10.5,25.5 - parent: 2 - - uid: 29651 - components: - - type: Transform - pos: 11.5,25.5 - parent: 2 - - uid: 29652 - components: - - type: Transform - pos: 12.5,25.5 - parent: 2 - - uid: 29653 - components: - - type: Transform - pos: 13.5,25.5 - parent: 2 - - uid: 29654 - components: - - type: Transform - pos: 14.5,25.5 - parent: 2 - - uid: 29656 - components: - - type: Transform - pos: 16.5,25.5 - parent: 2 - - uid: 29657 - components: - - type: Transform - pos: 17.5,25.5 - parent: 2 - - uid: 29658 - components: - - type: Transform - pos: 18.5,25.5 - parent: 2 - - uid: 29659 - components: - - type: Transform - pos: 19.5,25.5 - parent: 2 - - uid: 29660 - components: - - type: Transform - pos: 20.5,25.5 - parent: 2 - - uid: 29661 - components: - - type: Transform - pos: 21.5,25.5 - parent: 2 - - uid: 29662 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 2 - - uid: 29663 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - uid: 29983 - components: - - type: Transform - pos: -18.5,-46.5 - parent: 2 - - uid: 30127 - components: - - type: Transform - pos: 81.5,40.5 - parent: 2 - - uid: 30128 - components: - - type: Transform - pos: 82.5,40.5 - parent: 2 - - uid: 30129 - components: - - type: Transform - pos: 82.5,41.5 - parent: 2 - - uid: 30130 - components: - - type: Transform - pos: 82.5,42.5 - parent: 2 - - uid: 30131 - components: - - type: Transform - pos: 83.5,42.5 - parent: 2 - - uid: 30132 - components: - - type: Transform - pos: 83.5,43.5 - parent: 2 - - uid: 30133 - components: - - type: Transform - pos: 83.5,44.5 - parent: 2 - - uid: 30134 - components: - - type: Transform - pos: 84.5,44.5 - parent: 2 - - uid: 30135 - components: - - type: Transform - pos: 84.5,45.5 - parent: 2 - - uid: 30136 - components: - - type: Transform - pos: 85.5,45.5 - parent: 2 - - uid: 30137 - components: - - type: Transform - pos: 86.5,45.5 - parent: 2 - - uid: 30138 - components: - - type: Transform - pos: 87.5,45.5 - parent: 2 - - uid: 30139 - components: - - type: Transform - pos: 88.5,45.5 - parent: 2 - - uid: 30140 - components: - - type: Transform - pos: 89.5,45.5 - parent: 2 - - uid: 30141 - components: - - type: Transform - pos: 90.5,45.5 - parent: 2 - - uid: 30142 - components: - - type: Transform - pos: 90.5,44.5 - parent: 2 - - uid: 30143 - components: - - type: Transform - pos: 91.5,44.5 - parent: 2 - - uid: 30144 - components: - - type: Transform - pos: 91.5,43.5 - parent: 2 - - uid: 30145 - components: - - type: Transform - pos: 91.5,42.5 - parent: 2 - - uid: 30146 - components: - - type: Transform - pos: 92.5,42.5 - parent: 2 - - uid: 30147 - components: - - type: Transform - pos: 92.5,41.5 - parent: 2 - - uid: 30148 - components: - - type: Transform - pos: 92.5,40.5 - parent: 2 - - uid: 30149 - components: - - type: Transform - pos: 92.5,39.5 - parent: 2 - - uid: 30150 - components: - - type: Transform - pos: 92.5,38.5 - parent: 2 - - uid: 30151 - components: - - type: Transform - pos: 91.5,38.5 - parent: 2 - - uid: 30152 - components: - - type: Transform - pos: 91.5,37.5 - parent: 2 - - uid: 30153 - components: - - type: Transform - pos: 91.5,36.5 - parent: 2 - - uid: 30154 - components: - - type: Transform - pos: 90.5,36.5 - parent: 2 - - uid: 30155 - components: - - type: Transform - pos: 90.5,35.5 - parent: 2 - - uid: 30156 - components: - - type: Transform - pos: 89.5,35.5 - parent: 2 - - uid: 30157 - components: - - type: Transform - pos: 87.5,35.5 - parent: 2 - - uid: 30158 - components: - - type: Transform - pos: 86.5,35.5 - parent: 2 - - uid: 30159 - components: - - type: Transform - pos: 86.5,35.5 - parent: 2 - - uid: 30160 - components: - - type: Transform - pos: 85.5,35.5 - parent: 2 - - uid: 30161 - components: - - type: Transform - pos: 84.5,35.5 - parent: 2 - - uid: 30162 - components: - - type: Transform - pos: 84.5,36.5 - parent: 2 - - uid: 30163 - components: - - type: Transform - pos: 83.5,36.5 - parent: 2 - - uid: 30164 - components: - - type: Transform - pos: 83.5,37.5 - parent: 2 - - uid: 30165 - components: - - type: Transform - pos: 83.5,38.5 - parent: 2 - - uid: 30166 - components: - - type: Transform - pos: 82.5,38.5 - parent: 2 - - uid: 30167 - components: - - type: Transform - pos: 82.5,39.5 - parent: 2 - - uid: 30178 - components: - - type: Transform - pos: 84.5,30.5 - parent: 2 - - uid: 30179 - components: - - type: Transform - pos: 84.5,29.5 - parent: 2 - - uid: 30180 - components: - - type: Transform - pos: 84.5,28.5 - parent: 2 - - uid: 30181 - components: - - type: Transform - pos: 84.5,27.5 - parent: 2 - - uid: 30182 - components: - - type: Transform - pos: 84.5,26.5 - parent: 2 - - uid: 30183 - components: - - type: Transform - pos: 84.5,25.5 - parent: 2 - - uid: 30184 - components: - - type: Transform - pos: 84.5,24.5 - parent: 2 - - uid: 30185 - components: - - type: Transform - pos: 84.5,23.5 - parent: 2 - - uid: 30186 - components: - - type: Transform - pos: 84.5,22.5 - parent: 2 - - uid: 30190 - components: - - type: Transform - pos: 85.5,18.5 - parent: 2 - - uid: 30191 - components: - - type: Transform - pos: 85.5,17.5 - parent: 2 - - uid: 30192 - components: - - type: Transform - pos: 85.5,16.5 - parent: 2 - - uid: 30193 - components: - - type: Transform - pos: 85.5,15.5 - parent: 2 - - uid: 30194 - components: - - type: Transform - pos: 85.5,14.5 - parent: 2 - - uid: 30195 - components: - - type: Transform - pos: 85.5,13.5 - parent: 2 - - uid: 30196 - components: - - type: Transform - pos: 85.5,12.5 - parent: 2 - - uid: 30197 - components: - - type: Transform - pos: 85.5,11.5 - parent: 2 - - uid: 30198 - components: - - type: Transform - pos: 85.5,10.5 - parent: 2 - - uid: 30199 - components: - - type: Transform - pos: 85.5,9.5 - parent: 2 - - uid: 30200 - components: - - type: Transform - pos: 85.5,8.5 - parent: 2 - - uid: 30201 - components: - - type: Transform - pos: 84.5,8.5 - parent: 2 - - uid: 30202 - components: - - type: Transform - pos: 83.5,7.5 - parent: 2 - - uid: 30203 - components: - - type: Transform - pos: 83.5,7.5 - parent: 2 - - uid: 30204 - components: - - type: Transform - pos: 83.5,6.5 - parent: 2 - - uid: 30205 - components: - - type: Transform - pos: 82.5,6.5 - parent: 2 - - uid: 30206 - components: - - type: Transform - pos: 83.5,8.5 - parent: 2 - - uid: 30207 - components: - - type: Transform - pos: 82.5,5.5 - parent: 2 - - uid: 30208 - components: - - type: Transform - pos: 81.5,5.5 - parent: 2 - - uid: 30209 - components: - - type: Transform - pos: 80.5,5.5 - parent: 2 - - uid: 30210 - components: - - type: Transform - pos: 80.5,4.5 - parent: 2 - - uid: 30211 - components: - - type: Transform - pos: 80.5,3.5 - parent: 2 - - uid: 30212 - components: - - type: Transform - pos: 79.5,3.5 - parent: 2 - - uid: 30213 - components: - - type: Transform - pos: 80.5,2.5 - parent: 2 - - uid: 30214 - components: - - type: Transform - pos: 80.5,1.5 - parent: 2 - - uid: 30215 - components: - - type: Transform - pos: 80.5,0.5 - parent: 2 - - uid: 30216 - components: - - type: Transform - pos: 80.5,-0.5 - parent: 2 - - uid: 30270 - components: - - type: Transform - pos: 7.5,45.5 - parent: 2 - - uid: 30318 - components: - - type: Transform - pos: -62.5,8.5 - parent: 2 - - uid: 30319 - components: - - type: Transform - pos: -63.5,8.5 - parent: 2 - - uid: 30321 - components: - - type: Transform - pos: 15.5,45.5 - parent: 2 - - uid: 30324 - components: - - type: Transform - pos: 13.5,45.5 - parent: 2 - - uid: 30404 - components: - - type: Transform - pos: -49.5,-30.5 - parent: 2 - - uid: 30487 - components: - - type: Transform - pos: -43.5,-28.5 - parent: 2 - - uid: 30617 - components: - - type: Transform - pos: -40.5,-30.5 - parent: 2 - - uid: 30620 - components: - - type: Transform - pos: -41.5,-30.5 - parent: 2 - - uid: 30625 - components: - - type: Transform - pos: -41.5,-29.5 - parent: 2 - - uid: 30627 - components: - - type: Transform - pos: -41.5,-28.5 - parent: 2 - - uid: 30629 - components: - - type: Transform - pos: -38.5,-30.5 - parent: 2 - - uid: 30630 - components: - - type: Transform - pos: -37.5,-30.5 - parent: 2 - - uid: 30631 - components: - - type: Transform - pos: -36.5,-30.5 - parent: 2 - - uid: 30670 - components: - - type: Transform - pos: 59.5,52.5 - parent: 2 - - uid: 30671 - components: - - type: Transform - pos: 59.5,53.5 - parent: 2 - - uid: 30675 - components: - - type: Transform - pos: 59.5,51.5 - parent: 2 - - uid: 30689 - components: - - type: Transform - pos: 58.5,51.5 - parent: 2 - - uid: 30695 - components: - - type: Transform - pos: 57.5,51.5 - parent: 2 - - uid: 30700 - components: - - type: Transform - pos: -35.5,63.5 - parent: 2 - - uid: 30708 - components: - - type: Transform - pos: 56.5,51.5 - parent: 2 - - uid: 30711 - components: - - type: Transform - pos: 55.5,51.5 - parent: 2 - - uid: 30712 - components: - - type: Transform - pos: -35.5,64.5 - parent: 2 - - uid: 30719 - components: - - type: Transform - pos: 11.5,64.5 - parent: 2 - - uid: 30723 - components: - - type: Transform - pos: -35.5,-30.5 - parent: 2 - - uid: 30724 - components: - - type: Transform - pos: -35.5,-29.5 - parent: 2 - - uid: 30726 - components: - - type: Transform - pos: -35.5,-28.5 - parent: 2 - - uid: 30727 - components: - - type: Transform - pos: -56.5,-21.5 - parent: 2 - - uid: 30732 - components: - - type: Transform - pos: -56.5,-22.5 - parent: 2 - - uid: 30733 - components: - - type: Transform - pos: -56.5,-23.5 - parent: 2 - - uid: 30734 - components: - - type: Transform - pos: -56.5,-24.5 - parent: 2 - - uid: 30746 - components: - - type: Transform - pos: -56.5,-25.5 - parent: 2 - - uid: 30789 - components: - - type: Transform - pos: 11.5,66.5 - parent: 2 - - uid: 30792 - components: - - type: Transform - pos: -55.5,-25.5 - parent: 2 - - uid: 30795 - components: - - type: Transform - pos: -51.5,41.5 - parent: 2 - - uid: 30805 - components: - - type: Transform - pos: -40.5,-15.5 - parent: 2 - - uid: 30806 - components: - - type: Transform - pos: -37.5,-28.5 - parent: 2 - - uid: 30808 - components: - - type: Transform - pos: -22.5,4.5 - parent: 2 - - uid: 30809 - components: - - type: Transform - pos: -37.5,-26.5 - parent: 2 - - uid: 30816 - components: - - type: Transform - pos: 13.5,65.5 - parent: 2 - - uid: 30817 - components: - - type: Transform - pos: 12.5,65.5 - parent: 2 - - uid: 30819 - components: - - type: Transform - pos: 7.5,65.5 - parent: 2 - - uid: 30820 - components: - - type: Transform - pos: 7.5,64.5 - parent: 2 - - uid: 30821 - components: - - type: Transform - pos: 8.5,64.5 - parent: 2 - - uid: 30822 - components: - - type: Transform - pos: -22.5,3.5 - parent: 2 - - uid: 30863 - components: - - type: Transform - pos: -46.5,69.5 - parent: 2 - - uid: 30868 - components: - - type: Transform - pos: -46.5,64.5 - parent: 2 - - uid: 30869 - components: - - type: Transform - pos: -46.5,63.5 - parent: 2 - - uid: 30870 - components: - - type: Transform - pos: -46.5,62.5 - parent: 2 - - uid: 30871 - components: - - type: Transform - pos: -46.5,61.5 - parent: 2 - - uid: 30872 - components: - - type: Transform - pos: -46.5,60.5 - parent: 2 - - uid: 30873 - components: - - type: Transform - pos: -46.5,59.5 - parent: 2 - - uid: 30875 - components: - - type: Transform - pos: 11.5,67.5 - parent: 2 - - uid: 30876 - components: - - type: Transform - pos: 11.5,65.5 - parent: 2 - - uid: 30877 - components: - - type: Transform - pos: -37.5,60.5 - parent: 2 - - uid: 30878 - components: - - type: Transform - pos: -37.5,64.5 - parent: 2 - - uid: 30883 - components: - - type: Transform - pos: -39.5,56.5 - parent: 2 - - uid: 30884 - components: - - type: Transform - pos: -38.5,56.5 - parent: 2 - - uid: 30885 - components: - - type: Transform - pos: -37.5,56.5 - parent: 2 - - uid: 30886 - components: - - type: Transform - pos: -36.5,56.5 - parent: 2 - - uid: 30887 - components: - - type: Transform - pos: -35.5,56.5 - parent: 2 - - uid: 30888 - components: - - type: Transform - pos: -35.5,55.5 - parent: 2 - - uid: 30889 - components: - - type: Transform - pos: -35.5,54.5 - parent: 2 - - uid: 30891 - components: - - type: Transform - pos: -34.5,53.5 - parent: 2 - - uid: 30892 - components: - - type: Transform - pos: -33.5,53.5 - parent: 2 - - uid: 30893 - components: - - type: Transform - pos: -32.5,53.5 - parent: 2 - - uid: 30894 - components: - - type: Transform - pos: -31.5,53.5 - parent: 2 - - uid: 30895 - components: - - type: Transform - pos: -30.5,53.5 - parent: 2 - - uid: 30896 - components: - - type: Transform - pos: -29.5,53.5 - parent: 2 - - uid: 30898 - components: - - type: Transform - pos: -29.5,52.5 - parent: 2 - - uid: 30899 - components: - - type: Transform - pos: -29.5,51.5 - parent: 2 - - uid: 30900 - components: - - type: Transform - pos: -28.5,51.5 - parent: 2 - - uid: 30901 - components: - - type: Transform - pos: -27.5,51.5 - parent: 2 - - uid: 30902 - components: - - type: Transform - pos: -26.5,51.5 - parent: 2 - - uid: 30903 - components: - - type: Transform - pos: -25.5,51.5 - parent: 2 - - uid: 30904 - components: - - type: Transform - pos: -24.5,51.5 - parent: 2 - - uid: 30905 - components: - - type: Transform - pos: -23.5,51.5 - parent: 2 - - uid: 30906 - components: - - type: Transform - pos: -22.5,51.5 - parent: 2 - - uid: 30907 - components: - - type: Transform - pos: -21.5,51.5 - parent: 2 - - uid: 30908 - components: - - type: Transform - pos: -20.5,51.5 - parent: 2 - - uid: 30909 - components: - - type: Transform - pos: -19.5,51.5 - parent: 2 - - uid: 30911 - components: - - type: Transform - pos: -38.5,64.5 - parent: 2 - - uid: 30912 - components: - - type: Transform - pos: -37.5,59.5 - parent: 2 - - uid: 30913 - components: - - type: Transform - pos: -37.5,61.5 - parent: 2 - - uid: 30915 - components: - - type: Transform - pos: -31.5,60.5 - parent: 2 - - uid: 30924 - components: - - type: Transform - pos: -34.5,64.5 - parent: 2 - - uid: 30926 - components: - - type: Transform - pos: -35.5,62.5 - parent: 2 - - uid: 30927 - components: - - type: Transform - pos: -36.5,62.5 - parent: 2 - - uid: 30928 - components: - - type: Transform - pos: -37.5,62.5 - parent: 2 - - uid: 30929 - components: - - type: Transform - pos: -38.5,62.5 - parent: 2 - - uid: 30930 - components: - - type: Transform - pos: -39.5,62.5 - parent: 2 - - uid: 30966 - components: - - type: Transform - pos: -20.5,5.5 - parent: 2 - - uid: 30972 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 2 - - uid: 30974 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 2 - - uid: 30975 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 30979 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 2 - - uid: 30980 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 30981 - components: - - type: Transform - pos: 6.5,0.5 - parent: 2 - - uid: 30982 - components: - - type: Transform - pos: 6.5,1.5 - parent: 2 - - uid: 31004 - components: - - type: Transform - pos: 8.5,17.5 - parent: 2 - - uid: 31009 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 2 - - uid: 31057 - components: - - type: Transform - pos: -38.5,65.5 - parent: 2 - - uid: 31058 - components: - - type: Transform - pos: -54.5,-25.5 - parent: 2 - - uid: 31059 - components: - - type: Transform - pos: -53.5,-25.5 - parent: 2 - - uid: 31060 - components: - - type: Transform - pos: -52.5,-25.5 - parent: 2 - - uid: 31062 - components: - - type: Transform - pos: -33.5,64.5 - parent: 2 - - uid: 31065 - components: - - type: Transform - pos: 10.5,64.5 - parent: 2 - - uid: 31068 - components: - - type: Transform - pos: 41.5,41.5 - parent: 2 - - uid: 31076 - components: - - type: Transform - pos: 9.5,64.5 - parent: 2 - - uid: 31083 - components: - - type: Transform - pos: -20.5,4.5 - parent: 2 - - uid: 31137 - components: - - type: Transform - pos: -20.5,3.5 - parent: 2 - - uid: 31155 - components: - - type: Transform - pos: -18.5,5.5 - parent: 2 - - uid: 31157 - components: - - type: Transform - pos: -18.5,4.5 - parent: 2 - - uid: 31158 - components: - - type: Transform - pos: -18.5,3.5 - parent: 2 - - uid: 31159 - components: - - type: Transform - pos: -16.5,5.5 - parent: 2 - - uid: 31160 - components: - - type: Transform - pos: -16.5,4.5 - parent: 2 - - uid: 31161 - components: - - type: Transform - pos: -16.5,3.5 - parent: 2 - - uid: 31162 - components: - - type: Transform - pos: -14.5,5.5 - parent: 2 - - uid: 31163 - components: - - type: Transform - pos: -14.5,4.5 - parent: 2 - - uid: 31164 - components: - - type: Transform - pos: -14.5,3.5 - parent: 2 - - uid: 31184 - components: - - type: Transform - pos: -47.5,61.5 - parent: 2 - - uid: 31185 - components: - - type: Transform - pos: -48.5,61.5 - parent: 2 - - uid: 31306 - components: - - type: Transform - pos: 68.5,25.5 - parent: 2 - - uid: 31343 - components: - - type: Transform - pos: -51.5,64.5 - parent: 2 - - uid: 31344 - components: - - type: Transform - pos: -51.5,65.5 - parent: 2 - - uid: 31345 - components: - - type: Transform - pos: -51.5,66.5 - parent: 2 - - uid: 31346 - components: - - type: Transform - pos: -51.5,67.5 - parent: 2 - - uid: 31347 - components: - - type: Transform - pos: -51.5,68.5 - parent: 2 - - uid: 31348 - components: - - type: Transform - pos: -51.5,69.5 - parent: 2 - - uid: 31349 - components: - - type: Transform - pos: -51.5,70.5 - parent: 2 - - uid: 31350 - components: - - type: Transform - pos: -51.5,71.5 - parent: 2 - - uid: 31351 - components: - - type: Transform - pos: -51.5,72.5 - parent: 2 - - uid: 31352 - components: - - type: Transform - pos: -51.5,73.5 - parent: 2 - - uid: 31353 - components: - - type: Transform - pos: -50.5,73.5 - parent: 2 - - uid: 31354 - components: - - type: Transform - pos: -49.5,73.5 - parent: 2 - - uid: 31355 - components: - - type: Transform - pos: -48.5,73.5 - parent: 2 - - uid: 31356 - components: - - type: Transform - pos: -47.5,73.5 - parent: 2 - - uid: 31357 - components: - - type: Transform - pos: -46.5,73.5 - parent: 2 - - uid: 31358 - components: - - type: Transform - pos: -45.5,73.5 - parent: 2 - - uid: 31359 - components: - - type: Transform - pos: -44.5,73.5 - parent: 2 - - uid: 31360 - components: - - type: Transform - pos: -43.5,73.5 - parent: 2 - - uid: 31361 - components: - - type: Transform - pos: -42.5,73.5 - parent: 2 - - uid: 31362 - components: - - type: Transform - pos: -41.5,73.5 - parent: 2 - - uid: 31363 - components: - - type: Transform - pos: -40.5,73.5 - parent: 2 - - uid: 31364 - components: - - type: Transform - pos: -39.5,73.5 - parent: 2 - - uid: 31365 - components: - - type: Transform - pos: -38.5,73.5 - parent: 2 - - uid: 31412 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 2 - - uid: 31434 - components: - - type: Transform - pos: 27.5,-32.5 - parent: 2 - - uid: 31435 - components: - - type: Transform - pos: 28.5,-32.5 - parent: 2 - - uid: 31445 - components: - - type: Transform - pos: -52.5,-24.5 - parent: 2 - - uid: 31450 - components: - - type: Transform - pos: -42.5,66.5 - parent: 2 - - uid: 31451 - components: - - type: Transform - pos: -42.5,65.5 - parent: 2 - - uid: 31452 - components: - - type: Transform - pos: -42.5,64.5 - parent: 2 - - uid: 31453 - components: - - type: Transform - pos: -42.5,63.5 - parent: 2 - - uid: 31454 - components: - - type: Transform - pos: -42.5,62.5 - parent: 2 - - uid: 31455 - components: - - type: Transform - pos: -38.5,63.5 - parent: 2 - - uid: 31456 - components: - - type: Transform - pos: -38.5,64.5 - parent: 2 - - uid: 31457 - components: - - type: Transform - pos: -38.5,65.5 - parent: 2 - - uid: 31458 - components: - - type: Transform - pos: -38.5,66.5 - parent: 2 - - uid: 31464 - components: - - type: Transform - pos: -9.5,65.5 - parent: 2 - - uid: 31465 - components: - - type: Transform - pos: -9.5,66.5 - parent: 2 - - uid: 31466 - components: - - type: Transform - pos: -9.5,67.5 - parent: 2 - - uid: 31467 - components: - - type: Transform - pos: -3.5,65.5 - parent: 2 - - uid: 31468 - components: - - type: Transform - pos: -3.5,66.5 - parent: 2 - - uid: 31469 - components: - - type: Transform - pos: -3.5,67.5 - parent: 2 - - uid: 31472 - components: - - type: Transform - pos: -10.5,67.5 - parent: 2 - - uid: 31473 - components: - - type: Transform - pos: -11.5,67.5 - parent: 2 - - uid: 31497 - components: - - type: Transform - pos: -32.5,64.5 - parent: 2 - - uid: 31498 - components: - - type: Transform - pos: -31.5,64.5 - parent: 2 - - uid: 31499 - components: - - type: Transform - pos: -30.5,64.5 - parent: 2 - - uid: 31500 - components: - - type: Transform - pos: -9.5,-29.5 - parent: 2 - - uid: 31505 - components: - - type: Transform - pos: -26.5,54.5 - parent: 2 - - uid: 31512 - components: - - type: Transform - pos: -41.5,68.5 - parent: 2 - - uid: 31549 - components: - - type: Transform - pos: -48.5,62.5 - parent: 2 - - uid: 31550 - components: - - type: Transform - pos: -48.5,63.5 - parent: 2 - - uid: 31551 - components: - - type: Transform - pos: -48.5,64.5 - parent: 2 - - uid: 31552 - components: - - type: Transform - pos: -48.5,65.5 - parent: 2 - - uid: 31553 - components: - - type: Transform - pos: -48.5,66.5 - parent: 2 - - uid: 31554 - components: - - type: Transform - pos: -48.5,67.5 - parent: 2 - - uid: 31555 - components: - - type: Transform - pos: -48.5,68.5 - parent: 2 - - uid: 31556 - components: - - type: Transform - pos: -48.5,69.5 - parent: 2 - - uid: 31557 - components: - - type: Transform - pos: -48.5,70.5 - parent: 2 - - uid: 31558 - components: - - type: Transform - pos: -47.5,70.5 - parent: 2 - - uid: 31559 - components: - - type: Transform - pos: -46.5,70.5 - parent: 2 - - uid: 31564 - components: - - type: Transform - pos: -56.5,44.5 - parent: 2 - - uid: 31565 - components: - - type: Transform - pos: -57.5,44.5 - parent: 2 - - uid: 31566 - components: - - type: Transform - pos: -58.5,44.5 - parent: 2 - - uid: 31567 - components: - - type: Transform - pos: -59.5,44.5 - parent: 2 - - uid: 31568 - components: - - type: Transform - pos: -59.5,45.5 - parent: 2 - - uid: 31569 - components: - - type: Transform - pos: -59.5,46.5 - parent: 2 - - uid: 31570 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - - uid: 31571 - components: - - type: Transform - pos: -59.5,48.5 - parent: 2 - - uid: 31572 - components: - - type: Transform - pos: -59.5,49.5 - parent: 2 - - uid: 31573 - components: - - type: Transform - pos: -59.5,50.5 - parent: 2 - - uid: 31574 - components: - - type: Transform - pos: -59.5,51.5 - parent: 2 - - uid: 31575 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - uid: 31584 - components: - - type: Transform - pos: 75.5,-17.5 - parent: 2 - - uid: 31585 - components: - - type: Transform - pos: 75.5,-18.5 - parent: 2 - - uid: 31586 - components: - - type: Transform - pos: 68.5,-5.5 - parent: 2 - - uid: 31587 - components: - - type: Transform - pos: 69.5,-5.5 - parent: 2 - - uid: 31588 - components: - - type: Transform - pos: 70.5,-5.5 - parent: 2 - - uid: 31589 - components: - - type: Transform - pos: 71.5,-5.5 - parent: 2 - - uid: 31590 - components: - - type: Transform - pos: 72.5,-5.5 - parent: 2 - - uid: 31591 - components: - - type: Transform - pos: 71.5,-6.5 - parent: 2 - - uid: 31592 - components: - - type: Transform - pos: 71.5,-7.5 - parent: 2 - - uid: 31597 - components: - - type: Transform - pos: -52.5,53.5 - parent: 2 - - uid: 31598 - components: - - type: Transform - pos: -52.5,52.5 - parent: 2 - - uid: 31599 - components: - - type: Transform - pos: -52.5,51.5 - parent: 2 - - uid: 31600 - components: - - type: Transform - pos: -52.5,50.5 - parent: 2 - - uid: 31601 - components: - - type: Transform - pos: -52.5,49.5 - parent: 2 - - uid: 31602 - components: - - type: Transform - pos: -52.5,48.5 - parent: 2 - - uid: 31603 - components: - - type: Transform - pos: -52.5,47.5 - parent: 2 - - uid: 31604 - components: - - type: Transform - pos: -52.5,46.5 - parent: 2 - - uid: 31605 - components: - - type: Transform - pos: -52.5,45.5 - parent: 2 - - uid: 31612 - components: - - type: Transform - pos: 75.5,32.5 - parent: 2 - - uid: 31633 - components: - - type: Transform - pos: -40.5,-43.5 - parent: 2 - - uid: 31634 - components: - - type: Transform - pos: -48.5,-45.5 - parent: 2 - - uid: 31635 - components: - - type: Transform - pos: -36.5,-41.5 - parent: 2 - - uid: 31639 - components: - - type: Transform - pos: -35.5,-41.5 - parent: 2 - - uid: 31643 - components: - - type: Transform - pos: -20.5,-43.5 - parent: 2 - - uid: 31644 - components: - - type: Transform - pos: -45.5,-43.5 - parent: 2 - - uid: 31646 - components: - - type: Transform - pos: -41.5,-43.5 - parent: 2 - - uid: 31647 - components: - - type: Transform - pos: -21.5,-43.5 - parent: 2 - - uid: 31648 - components: - - type: Transform - pos: -18.5,-45.5 - parent: 2 - - uid: 31649 - components: - - type: Transform - pos: -47.5,-43.5 - parent: 2 - - uid: 31650 - components: - - type: Transform - pos: -18.5,-47.5 - parent: 2 - - uid: 31651 - components: - - type: Transform - pos: -48.5,-44.5 - parent: 2 - - uid: 31652 - components: - - type: Transform - pos: -16.5,-46.5 - parent: 2 - - uid: 31653 - components: - - type: Transform - pos: -48.5,-43.5 - parent: 2 - - uid: 31654 - components: - - type: Transform - pos: -16.5,-47.5 - parent: 2 - - uid: 31655 - components: - - type: Transform - pos: -34.5,-41.5 - parent: 2 - - uid: 31656 - components: - - type: Transform - pos: -31.5,-41.5 - parent: 2 - - uid: 31657 - components: - - type: Transform - pos: -37.5,-43.5 - parent: 2 - - uid: 31659 - components: - - type: Transform - pos: -50.5,-42.5 - parent: 2 - - uid: 31660 - components: - - type: Transform - pos: -38.5,-41.5 - parent: 2 - - uid: 31661 - components: - - type: Transform - pos: -25.5,-41.5 - parent: 2 - - uid: 31662 - components: - - type: Transform - pos: -22.5,-41.5 - parent: 2 - - uid: 31663 - components: - - type: Transform - pos: -33.5,-41.5 - parent: 2 - - uid: 31664 - components: - - type: Transform - pos: -29.5,-41.5 - parent: 2 - - uid: 31665 - components: - - type: Transform - pos: -48.5,-49.5 - parent: 2 - - uid: 31666 - components: - - type: Transform - pos: -27.5,-41.5 - parent: 2 - - uid: 31667 - components: - - type: Transform - pos: -50.5,-46.5 - parent: 2 - - uid: 31668 - components: - - type: Transform - pos: -48.5,-48.5 - parent: 2 - - uid: 31669 - components: - - type: Transform - pos: -50.5,-48.5 - parent: 2 - - uid: 31670 - components: - - type: Transform - pos: -38.5,-43.5 - parent: 2 - - uid: 31675 - components: - - type: Transform - pos: -20.5,-41.5 - parent: 2 - - uid: 31680 - components: - - type: Transform - pos: -19.5,-41.5 - parent: 2 - - uid: 31691 - components: - - type: Transform - pos: -50.5,-44.5 - parent: 2 - - uid: 31692 - components: - - type: Transform - pos: -50.5,-47.5 - parent: 2 - - uid: 31693 - components: - - type: Transform - pos: -50.5,-45.5 - parent: 2 - - uid: 31694 - components: - - type: Transform - pos: -49.5,-49.5 - parent: 2 - - uid: 31695 - components: - - type: Transform - pos: -50.5,-49.5 - parent: 2 - - uid: 31696 - components: - - type: Transform - pos: -28.5,-41.5 - parent: 2 - - uid: 31698 - components: - - type: Transform - pos: -39.5,-41.5 - parent: 2 - - uid: 31699 - components: - - type: Transform - pos: -37.5,-41.5 - parent: 2 - - uid: 31700 - components: - - type: Transform - pos: -24.5,-41.5 - parent: 2 - - uid: 31701 - components: - - type: Transform - pos: -21.5,-41.5 - parent: 2 - - uid: 31702 - components: - - type: Transform - pos: -23.5,-41.5 - parent: 2 - - uid: 31703 - components: - - type: Transform - pos: -40.5,-41.5 - parent: 2 - - uid: 31706 - components: - - type: Transform - pos: -30.5,-41.5 - parent: 2 - - uid: 31707 - components: - - type: Transform - pos: -47.5,-41.5 - parent: 2 - - uid: 31709 - components: - - type: Transform - pos: -44.5,-41.5 - parent: 2 - - uid: 31760 - components: - - type: Transform - pos: -73.5,8.5 - parent: 2 - - uid: 31772 - components: - - type: Transform - pos: -82.5,9.5 - parent: 2 - - uid: 31785 - components: - - type: Transform - pos: -82.5,10.5 - parent: 2 - - uid: 31801 - components: - - type: Transform - pos: -59.5,32.5 - parent: 2 - - uid: 31802 - components: - - type: Transform - pos: -60.5,32.5 - parent: 2 - - uid: 31803 - components: - - type: Transform - pos: -61.5,32.5 - parent: 2 - - uid: 31804 - components: - - type: Transform - pos: -62.5,32.5 - parent: 2 - - uid: 31805 - components: - - type: Transform - pos: -63.5,32.5 - parent: 2 - - uid: 31806 - components: - - type: Transform - pos: -63.5,33.5 - parent: 2 - - uid: 31807 - components: - - type: Transform - pos: -61.5,32.5 - parent: 2 - - uid: 31808 - components: - - type: Transform - pos: -61.5,31.5 - parent: 2 - - uid: 31809 - components: - - type: Transform - pos: -61.5,30.5 - parent: 2 - - uid: 31810 - components: - - type: Transform - pos: -61.5,29.5 - parent: 2 - - uid: 31811 - components: - - type: Transform - pos: -61.5,28.5 - parent: 2 - - uid: 31812 - components: - - type: Transform - pos: -61.5,27.5 - parent: 2 - - uid: 31813 - components: - - type: Transform - pos: -61.5,26.5 - parent: 2 - - uid: 31814 - components: - - type: Transform - pos: -61.5,25.5 - parent: 2 - - uid: 31815 - components: - - type: Transform - pos: -61.5,24.5 - parent: 2 - - uid: 31816 - components: - - type: Transform - pos: -61.5,23.5 - parent: 2 - - uid: 31817 - components: - - type: Transform - pos: -61.5,22.5 - parent: 2 - - uid: 31818 - components: - - type: Transform - pos: -62.5,22.5 - parent: 2 - - uid: 31819 - components: - - type: Transform - pos: -63.5,22.5 - parent: 2 - - uid: 31820 - components: - - type: Transform - pos: -64.5,22.5 - parent: 2 - - uid: 31821 - components: - - type: Transform - pos: -65.5,22.5 - parent: 2 - - uid: 31822 - components: - - type: Transform - pos: -65.5,23.5 - parent: 2 - - uid: 31823 - components: - - type: Transform - pos: -65.5,24.5 - parent: 2 - - uid: 31824 - components: - - type: Transform - pos: -65.5,25.5 - parent: 2 - - uid: 31825 - components: - - type: Transform - pos: -65.5,26.5 - parent: 2 - - uid: 31826 - components: - - type: Transform - pos: -65.5,27.5 - parent: 2 - - uid: 31827 - components: - - type: Transform - pos: -64.5,27.5 - parent: 2 - - uid: 31828 - components: - - type: Transform - pos: -63.5,27.5 - parent: 2 - - uid: 31829 - components: - - type: Transform - pos: -62.5,27.5 - parent: 2 - - uid: 31830 - components: - - type: Transform - pos: -60.5,27.5 - parent: 2 - - uid: 31831 - components: - - type: Transform - pos: -59.5,27.5 - parent: 2 - - uid: 31832 - components: - - type: Transform - pos: -58.5,27.5 - parent: 2 - - uid: 31833 - components: - - type: Transform - pos: -57.5,27.5 - parent: 2 - - uid: 31834 - components: - - type: Transform - pos: -57.5,26.5 - parent: 2 - - uid: 31835 - components: - - type: Transform - pos: -57.5,25.5 - parent: 2 - - uid: 31836 - components: - - type: Transform - pos: -57.5,24.5 - parent: 2 - - uid: 31837 - components: - - type: Transform - pos: -57.5,23.5 - parent: 2 - - uid: 31838 - components: - - type: Transform - pos: -57.5,22.5 - parent: 2 - - uid: 31839 - components: - - type: Transform - pos: -58.5,22.5 - parent: 2 - - uid: 31840 - components: - - type: Transform - pos: -59.5,22.5 - parent: 2 - - uid: 31841 - components: - - type: Transform - pos: -60.5,22.5 - parent: 2 - - uid: 31842 - components: - - type: Transform - pos: -61.5,22.5 - parent: 2 - - uid: 31867 - components: - - type: Transform - pos: -57.5,18.5 - parent: 2 - - uid: 31868 - components: - - type: Transform - pos: -57.5,19.5 - parent: 2 - - uid: 31869 - components: - - type: Transform - pos: -57.5,20.5 - parent: 2 - - uid: 31870 - components: - - type: Transform - pos: -58.5,20.5 - parent: 2 - - uid: 31871 - components: - - type: Transform - pos: -59.5,20.5 - parent: 2 - - uid: 31872 - components: - - type: Transform - pos: -60.5,20.5 - parent: 2 - - uid: 31873 - components: - - type: Transform - pos: -61.5,20.5 - parent: 2 - - uid: 31874 - components: - - type: Transform - pos: -62.5,20.5 - parent: 2 - - uid: 31875 - components: - - type: Transform - pos: -63.5,20.5 - parent: 2 - - uid: 31876 - components: - - type: Transform - pos: -63.5,19.5 - parent: 2 - - uid: 31877 - components: - - type: Transform - pos: -63.5,18.5 - parent: 2 - - uid: 31878 - components: - - type: Transform - pos: -63.5,17.5 - parent: 2 - - uid: 31879 - components: - - type: Transform - pos: -63.5,16.5 - parent: 2 - - uid: 31880 - components: - - type: Transform - pos: -63.5,15.5 - parent: 2 - - uid: 31881 - components: - - type: Transform - pos: -62.5,15.5 - parent: 2 - - uid: 31882 - components: - - type: Transform - pos: -61.5,15.5 - parent: 2 - - uid: 31883 - components: - - type: Transform - pos: -60.5,15.5 - parent: 2 - - uid: 31884 - components: - - type: Transform - pos: -59.5,15.5 - parent: 2 - - uid: 31885 - components: - - type: Transform - pos: -58.5,15.5 - parent: 2 - - uid: 31886 - components: - - type: Transform - pos: -57.5,15.5 - parent: 2 - - uid: 31892 - components: - - type: Transform - pos: 56.5,-37.5 - parent: 2 - - uid: 31893 - components: - - type: Transform - pos: 54.5,-40.5 - parent: 2 - - uid: 31896 - components: - - type: Transform - pos: 56.5,-38.5 - parent: 2 - - uid: 31897 - components: - - type: Transform - pos: 56.5,-39.5 - parent: 2 - - uid: 31898 - components: - - type: Transform - pos: 56.5,-40.5 - parent: 2 - - uid: 31927 - components: - - type: Transform - pos: 46.5,-34.5 - parent: 2 - - uid: 31928 - components: - - type: Transform - pos: 46.5,-35.5 - parent: 2 - - uid: 31929 - components: - - type: Transform - pos: 46.5,-36.5 - parent: 2 - - uid: 31930 - components: - - type: Transform - pos: 46.5,-37.5 - parent: 2 - - uid: 31931 - components: - - type: Transform - pos: 46.5,-38.5 - parent: 2 - - uid: 31932 - components: - - type: Transform - pos: 46.5,-39.5 - parent: 2 - - uid: 31933 - components: - - type: Transform - pos: 46.5,-40.5 - parent: 2 - - uid: 31934 - components: - - type: Transform - pos: 82.5,1.5 - parent: 2 - - uid: 31935 - components: - - type: Transform - pos: 83.5,1.5 - parent: 2 - - uid: 31936 - components: - - type: Transform - pos: 84.5,1.5 - parent: 2 - - uid: 31937 - components: - - type: Transform - pos: 85.5,1.5 - parent: 2 - - uid: 31938 - components: - - type: Transform - pos: 86.5,1.5 - parent: 2 - - uid: 31939 - components: - - type: Transform - pos: 87.5,1.5 - parent: 2 - - uid: 31940 - components: - - type: Transform - pos: 87.5,0.5 - parent: 2 - - uid: 31941 - components: - - type: Transform - pos: 87.5,-0.5 - parent: 2 - - uid: 31942 - components: - - type: Transform - pos: 87.5,-1.5 - parent: 2 - - uid: 31943 - components: - - type: Transform - pos: 87.5,-2.5 - parent: 2 - - uid: 31944 - components: - - type: Transform - pos: 87.5,-3.5 - parent: 2 - - uid: 31945 - components: - - type: Transform - pos: 87.5,-4.5 - parent: 2 - - uid: 31946 - components: - - type: Transform - pos: 87.5,-5.5 - parent: 2 - - uid: 31947 - components: - - type: Transform - pos: 87.5,-6.5 - parent: 2 - - uid: 31948 - components: - - type: Transform - pos: 87.5,-7.5 - parent: 2 - - uid: 31949 - components: - - type: Transform - pos: 87.5,-8.5 - parent: 2 - - uid: 31950 - components: - - type: Transform - pos: 86.5,-8.5 - parent: 2 - - uid: 31951 - components: - - type: Transform - pos: 85.5,-8.5 - parent: 2 - - uid: 31952 - components: - - type: Transform - pos: 84.5,-8.5 - parent: 2 - - uid: 31953 - components: - - type: Transform - pos: 83.5,-8.5 - parent: 2 - - uid: 31954 - components: - - type: Transform - pos: 82.5,-8.5 - parent: 2 - - uid: 31955 - components: - - type: Transform - pos: 81.5,-8.5 - parent: 2 - - uid: 31956 - components: - - type: Transform - pos: 80.5,-8.5 - parent: 2 - - uid: 31957 - components: - - type: Transform - pos: 79.5,-8.5 - parent: 2 - - uid: 31959 - components: - - type: Transform - pos: 55.5,-40.5 - parent: 2 - - uid: 31961 - components: - - type: Transform - pos: 46.5,-41.5 - parent: 2 - - uid: 31962 - components: - - type: Transform - pos: 47.5,-41.5 - parent: 2 - - uid: 31963 - components: - - type: Transform - pos: 48.5,-41.5 - parent: 2 - - uid: 31964 - components: - - type: Transform - pos: 49.5,-41.5 - parent: 2 - - uid: 31965 - components: - - type: Transform - pos: 50.5,-41.5 - parent: 2 - - uid: 31966 - components: - - type: Transform - pos: 51.5,-41.5 - parent: 2 - - uid: 31967 - components: - - type: Transform - pos: 52.5,-41.5 - parent: 2 - - uid: 31968 - components: - - type: Transform - pos: 52.5,-40.5 - parent: 2 - - uid: 31969 - components: - - type: Transform - pos: 52.5,-39.5 - parent: 2 - - uid: 31970 - components: - - type: Transform - pos: 52.5,-38.5 - parent: 2 - - uid: 31971 - components: - - type: Transform - pos: 52.5,-37.5 - parent: 2 - - uid: 31972 - components: - - type: Transform - pos: 52.5,-36.5 - parent: 2 - - uid: 31973 - components: - - type: Transform - pos: 52.5,-35.5 - parent: 2 - - uid: 31974 - components: - - type: Transform - pos: 51.5,-35.5 - parent: 2 - - uid: 31975 - components: - - type: Transform - pos: 50.5,-35.5 - parent: 2 - - uid: 31976 - components: - - type: Transform - pos: 49.5,-35.5 - parent: 2 - - uid: 31977 - components: - - type: Transform - pos: 48.5,-35.5 - parent: 2 - - uid: 31978 - components: - - type: Transform - pos: 47.5,-35.5 - parent: 2 - - uid: 31979 - components: - - type: Transform - pos: 45.5,-35.5 - parent: 2 - - uid: 31980 - components: - - type: Transform - pos: 44.5,-35.5 - parent: 2 - - uid: 31981 - components: - - type: Transform - pos: 43.5,-35.5 - parent: 2 - - uid: 31982 - components: - - type: Transform - pos: 42.5,-35.5 - parent: 2 - - uid: 31983 - components: - - type: Transform - pos: 41.5,-35.5 - parent: 2 - - uid: 31984 - components: - - type: Transform - pos: 40.5,-35.5 - parent: 2 - - uid: 31985 - components: - - type: Transform - pos: 40.5,-36.5 - parent: 2 - - uid: 31986 - components: - - type: Transform - pos: 40.5,-37.5 - parent: 2 - - uid: 31987 - components: - - type: Transform - pos: 40.5,-38.5 - parent: 2 - - uid: 31988 - components: - - type: Transform - pos: 40.5,-39.5 - parent: 2 - - uid: 31989 - components: - - type: Transform - pos: 40.5,-40.5 - parent: 2 - - uid: 31990 - components: - - type: Transform - pos: 40.5,-41.5 - parent: 2 - - uid: 31991 - components: - - type: Transform - pos: 41.5,-41.5 - parent: 2 - - uid: 31992 - components: - - type: Transform - pos: 42.5,-41.5 - parent: 2 - - uid: 31993 - components: - - type: Transform - pos: 43.5,-41.5 - parent: 2 - - uid: 31994 - components: - - type: Transform - pos: 44.5,-41.5 - parent: 2 - - uid: 31995 - components: - - type: Transform - pos: 45.5,-41.5 - parent: 2 - - uid: 32012 - components: - - type: Transform - pos: -89.5,-55.5 - parent: 2 - - uid: 32013 - components: - - type: Transform - pos: -89.5,-59.5 - parent: 2 - - uid: 32014 - components: - - type: Transform - pos: -89.5,-41.5 - parent: 2 - - uid: 32015 - components: - - type: Transform - pos: -89.5,-42.5 - parent: 2 - - uid: 32016 - components: - - type: Transform - pos: -89.5,-52.5 - parent: 2 - - uid: 32017 - components: - - type: Transform - pos: -89.5,-54.5 - parent: 2 - - uid: 32020 - components: - - type: Transform - pos: -66.5,-29.5 - parent: 2 - - uid: 32023 - components: - - type: Transform - pos: -64.5,-19.5 - parent: 2 - - uid: 32024 - components: - - type: Transform - pos: -65.5,-19.5 - parent: 2 - - uid: 32025 - components: - - type: Transform - pos: -66.5,-19.5 - parent: 2 - - uid: 32026 - components: - - type: Transform - pos: -67.5,-19.5 - parent: 2 - - uid: 32027 - components: - - type: Transform - pos: -68.5,-19.5 - parent: 2 - - uid: 32028 - components: - - type: Transform - pos: -69.5,-19.5 - parent: 2 - - uid: 32029 - components: - - type: Transform - pos: -70.5,-19.5 - parent: 2 - - uid: 32030 - components: - - type: Transform - pos: -71.5,-19.5 - parent: 2 - - uid: 32031 - components: - - type: Transform - pos: -72.5,-19.5 - parent: 2 - - uid: 32032 - components: - - type: Transform - pos: -72.5,-18.5 - parent: 2 - - uid: 32033 - components: - - type: Transform - pos: -72.5,-17.5 - parent: 2 - - uid: 32034 - components: - - type: Transform - pos: -72.5,-16.5 - parent: 2 - - uid: 32035 - components: - - type: Transform - pos: -72.5,-15.5 - parent: 2 - - uid: 32036 - components: - - type: Transform - pos: -72.5,-14.5 - parent: 2 - - uid: 32037 - components: - - type: Transform - pos: -72.5,-13.5 - parent: 2 - - uid: 32038 - components: - - type: Transform - pos: -71.5,-13.5 - parent: 2 - - uid: 32039 - components: - - type: Transform - pos: -70.5,-13.5 - parent: 2 - - uid: 32040 - components: - - type: Transform - pos: -69.5,-13.5 - parent: 2 - - uid: 32041 - components: - - type: Transform - pos: -68.5,-13.5 - parent: 2 - - uid: 32042 - components: - - type: Transform - pos: -67.5,-13.5 - parent: 2 - - uid: 32043 - components: - - type: Transform - pos: -66.5,-13.5 - parent: 2 - - uid: 32044 - components: - - type: Transform - pos: -65.5,-13.5 - parent: 2 - - uid: 32045 - components: - - type: Transform - pos: -64.5,-13.5 - parent: 2 - - uid: 32046 - components: - - type: Transform - pos: -63.5,-13.5 - parent: 2 - - uid: 32047 - components: - - type: Transform - pos: -62.5,-13.5 - parent: 2 - - uid: 32103 - components: - - type: Transform - pos: -67.5,51.5 - parent: 2 - - uid: 32110 - components: - - type: Transform - pos: -67.5,42.5 - parent: 2 - - uid: 32113 - components: - - type: Transform - pos: -66.5,49.5 - parent: 2 - - uid: 32114 - components: - - type: Transform - pos: -66.5,50.5 - parent: 2 - - uid: 32115 - components: - - type: Transform - pos: -66.5,51.5 - parent: 2 - - uid: 32116 - components: - - type: Transform - pos: -65.5,51.5 - parent: 2 - - uid: 32117 - components: - - type: Transform - pos: -89.5,-58.5 - parent: 2 - - uid: 32120 - components: - - type: Transform - pos: -52.5,70.5 - parent: 2 - - uid: 32121 - components: - - type: Transform - pos: -45.5,74.5 - parent: 2 - - uid: 32126 - components: - - type: Transform - pos: -68.5,51.5 - parent: 2 - - uid: 32127 - components: - - type: Transform - pos: -69.5,51.5 - parent: 2 - - uid: 32128 - components: - - type: Transform - pos: -70.5,51.5 - parent: 2 - - uid: 32129 - components: - - type: Transform - pos: -71.5,51.5 - parent: 2 - - uid: 32130 - components: - - type: Transform - pos: -72.5,51.5 - parent: 2 - - uid: 32131 - components: - - type: Transform - pos: -73.5,51.5 - parent: 2 - - uid: 32132 - components: - - type: Transform - pos: -74.5,51.5 - parent: 2 - - uid: 32133 - components: - - type: Transform - pos: -75.5,51.5 - parent: 2 - - uid: 32134 - components: - - type: Transform - pos: -76.5,51.5 - parent: 2 - - uid: 32135 - components: - - type: Transform - pos: -77.5,51.5 - parent: 2 - - uid: 32136 - components: - - type: Transform - pos: -78.5,51.5 - parent: 2 - - uid: 32137 - components: - - type: Transform - pos: -79.5,51.5 - parent: 2 - - uid: 32138 - components: - - type: Transform - pos: -80.5,51.5 - parent: 2 - - uid: 32139 - components: - - type: Transform - pos: -81.5,51.5 - parent: 2 - - uid: 32141 - components: - - type: Transform - pos: -89.5,52.5 - parent: 2 - - uid: 32275 - components: - - type: Transform - pos: -89.5,-46.5 - parent: 2 - - uid: 32276 - components: - - type: Transform - pos: -89.5,-39.5 - parent: 2 - - uid: 32315 - components: - - type: Transform - pos: -89.5,-40.5 - parent: 2 - - uid: 32320 - components: - - type: Transform - pos: -89.5,-43.5 - parent: 2 - - uid: 32322 - components: - - type: Transform - pos: -115.5,66.5 - parent: 2 - - uid: 32337 - components: - - type: Transform - pos: -115.5,65.5 - parent: 2 - - uid: 32339 - components: - - type: Transform - pos: -100.5,63.5 - parent: 2 - - uid: 32340 - components: - - type: Transform - pos: -99.5,56.5 - parent: 2 - - uid: 32341 - components: - - type: Transform - pos: -99.5,57.5 - parent: 2 - - uid: 32342 - components: - - type: Transform - pos: -99.5,58.5 - parent: 2 - - uid: 32343 - components: - - type: Transform - pos: -99.5,59.5 - parent: 2 - - uid: 32344 - components: - - type: Transform - pos: -99.5,60.5 - parent: 2 - - uid: 32345 - components: - - type: Transform - pos: -99.5,61.5 - parent: 2 - - uid: 32346 - components: - - type: Transform - pos: -99.5,62.5 - parent: 2 - - uid: 32347 - components: - - type: Transform - pos: -99.5,63.5 - parent: 2 - - uid: 32348 - components: - - type: Transform - pos: -98.5,62.5 - parent: 2 - - uid: 32349 - components: - - type: Transform - pos: -101.5,63.5 - parent: 2 - - uid: 32350 - components: - - type: Transform - pos: -102.5,63.5 - parent: 2 - - uid: 32352 - components: - - type: Transform - pos: -102.5,64.5 - parent: 2 - - uid: 32353 - components: - - type: Transform - pos: -103.5,64.5 - parent: 2 - - uid: 32354 - components: - - type: Transform - pos: -104.5,64.5 - parent: 2 - - uid: 32355 - components: - - type: Transform - pos: -105.5,64.5 - parent: 2 - - uid: 32356 - components: - - type: Transform - pos: -106.5,64.5 - parent: 2 - - uid: 32357 - components: - - type: Transform - pos: -107.5,64.5 - parent: 2 - - uid: 32358 - components: - - type: Transform - pos: -108.5,64.5 - parent: 2 - - uid: 32359 - components: - - type: Transform - pos: -109.5,64.5 - parent: 2 - - uid: 32360 - components: - - type: Transform - pos: -110.5,64.5 - parent: 2 - - uid: 32361 - components: - - type: Transform - pos: -111.5,64.5 - parent: 2 - - uid: 32362 - components: - - type: Transform - pos: -103.5,65.5 - parent: 2 - - uid: 32364 - components: - - type: Transform - pos: -111.5,65.5 - parent: 2 - - uid: 32365 - components: - - type: Transform - pos: -112.5,65.5 - parent: 2 - - uid: 32366 - components: - - type: Transform - pos: -113.5,65.5 - parent: 2 - - uid: 32367 - components: - - type: Transform - pos: -113.5,64.5 - parent: 2 - - uid: 32368 - components: - - type: Transform - pos: -114.5,64.5 - parent: 2 - - uid: 32369 - components: - - type: Transform - pos: -115.5,64.5 - parent: 2 - - uid: 32370 - components: - - type: Transform - pos: -116.5,64.5 - parent: 2 - - uid: 32371 - components: - - type: Transform - pos: -117.5,64.5 - parent: 2 - - uid: 32372 - components: - - type: Transform - pos: -118.5,64.5 - parent: 2 - - uid: 32373 - components: - - type: Transform - pos: -119.5,64.5 - parent: 2 - - uid: 32374 - components: - - type: Transform - pos: -120.5,64.5 - parent: 2 - - uid: 32375 - components: - - type: Transform - pos: -121.5,64.5 - parent: 2 - - uid: 32376 - components: - - type: Transform - pos: -122.5,64.5 - parent: 2 - - uid: 32377 - components: - - type: Transform - pos: -123.5,64.5 - parent: 2 - - uid: 32378 - components: - - type: Transform - pos: -124.5,64.5 - parent: 2 - - uid: 32379 - components: - - type: Transform - pos: -125.5,64.5 - parent: 2 - - uid: 32380 - components: - - type: Transform - pos: -125.5,63.5 - parent: 2 - - uid: 32381 - components: - - type: Transform - pos: -125.5,62.5 - parent: 2 - - uid: 32382 - components: - - type: Transform - pos: -125.5,61.5 - parent: 2 - - uid: 32383 - components: - - type: Transform - pos: -125.5,60.5 - parent: 2 - - uid: 32384 - components: - - type: Transform - pos: -125.5,59.5 - parent: 2 - - uid: 32385 - components: - - type: Transform - pos: -125.5,58.5 - parent: 2 - - uid: 32386 - components: - - type: Transform - pos: -126.5,63.5 - parent: 2 - - uid: 32387 - components: - - type: Transform - pos: -125.5,57.5 - parent: 2 - - uid: 32388 - components: - - type: Transform - pos: -125.5,56.5 - parent: 2 - - uid: 32389 - components: - - type: Transform - pos: -126.5,56.5 - parent: 2 - - uid: 32390 - components: - - type: Transform - pos: -126.5,55.5 - parent: 2 - - uid: 32391 - components: - - type: Transform - pos: -127.5,55.5 - parent: 2 - - uid: 32392 - components: - - type: Transform - pos: -126.5,54.5 - parent: 2 - - uid: 32393 - components: - - type: Transform - pos: -126.5,53.5 - parent: 2 - - uid: 32394 - components: - - type: Transform - pos: -126.5,52.5 - parent: 2 - - uid: 32395 - components: - - type: Transform - pos: -126.5,51.5 - parent: 2 - - uid: 32396 - components: - - type: Transform - pos: -126.5,50.5 - parent: 2 - - uid: 32397 - components: - - type: Transform - pos: -125.5,50.5 - parent: 2 - - uid: 32398 - components: - - type: Transform - pos: -125.5,49.5 - parent: 2 - - uid: 32399 - components: - - type: Transform - pos: -125.5,48.5 - parent: 2 - - uid: 32400 - components: - - type: Transform - pos: -125.5,47.5 - parent: 2 - - uid: 32401 - components: - - type: Transform - pos: -125.5,46.5 - parent: 2 - - uid: 32402 - components: - - type: Transform - pos: -125.5,45.5 - parent: 2 - - uid: 32403 - components: - - type: Transform - pos: -126.5,45.5 - parent: 2 - - uid: 32404 - components: - - type: Transform - pos: -126.5,44.5 - parent: 2 - - uid: 32405 - components: - - type: Transform - pos: -126.5,43.5 - parent: 2 - - uid: 32406 - components: - - type: Transform - pos: -126.5,42.5 - parent: 2 - - uid: 32407 - components: - - type: Transform - pos: -126.5,41.5 - parent: 2 - - uid: 32408 - components: - - type: Transform - pos: -126.5,40.5 - parent: 2 - - uid: 32409 - components: - - type: Transform - pos: -127.5,45.5 - parent: 2 - - uid: 32410 - components: - - type: Transform - pos: -128.5,45.5 - parent: 2 - - uid: 32411 - components: - - type: Transform - pos: -129.5,45.5 - parent: 2 - - uid: 32413 - components: - - type: Transform - pos: -128.5,55.5 - parent: 2 - - uid: 32414 - components: - - type: Transform - pos: -129.5,55.5 - parent: 2 - - uid: 32416 - components: - - type: Transform - pos: -126.5,43.5 - parent: 2 - - uid: 32417 - components: - - type: Transform - pos: -126.5,42.5 - parent: 2 - - uid: 32418 - components: - - type: Transform - pos: -126.5,41.5 - parent: 2 - - uid: 32419 - components: - - type: Transform - pos: -126.5,40.5 - parent: 2 - - uid: 32420 - components: - - type: Transform - pos: -125.5,40.5 - parent: 2 - - uid: 32421 - components: - - type: Transform - pos: -125.5,39.5 - parent: 2 - - uid: 32422 - components: - - type: Transform - pos: -125.5,38.5 - parent: 2 - - uid: 32423 - components: - - type: Transform - pos: -125.5,37.5 - parent: 2 - - uid: 32424 - components: - - type: Transform - pos: -124.5,37.5 - parent: 2 - - uid: 32425 - components: - - type: Transform - pos: -123.5,37.5 - parent: 2 - - uid: 32426 - components: - - type: Transform - pos: -122.5,37.5 - parent: 2 - - uid: 32427 - components: - - type: Transform - pos: -121.5,37.5 - parent: 2 - - uid: 32428 - components: - - type: Transform - pos: -120.5,37.5 - parent: 2 - - uid: 32429 - components: - - type: Transform - pos: -119.5,37.5 - parent: 2 - - uid: 32430 - components: - - type: Transform - pos: -118.5,37.5 - parent: 2 - - uid: 32431 - components: - - type: Transform - pos: -117.5,37.5 - parent: 2 - - uid: 32687 - components: - - type: Transform - pos: 62.5,27.5 - parent: 2 - - uid: 32688 - components: - - type: Transform - pos: 62.5,28.5 - parent: 2 - - uid: 32689 - components: - - type: Transform - pos: 62.5,29.5 - parent: 2 - - uid: 32690 - components: - - type: Transform - pos: 62.5,30.5 - parent: 2 - - uid: 32692 - components: - - type: Transform - pos: 62.5,32.5 - parent: 2 - - uid: 32693 - components: - - type: Transform - pos: 62.5,33.5 - parent: 2 - - uid: 32694 - components: - - type: Transform - pos: 62.5,34.5 - parent: 2 - - uid: 32695 - components: - - type: Transform - pos: 62.5,35.5 - parent: 2 - - uid: 32696 - components: - - type: Transform - pos: 62.5,36.5 - parent: 2 - - uid: 32697 - components: - - type: Transform - pos: 61.5,30.5 - parent: 2 - - uid: 32698 - components: - - type: Transform - pos: 60.5,30.5 - parent: 2 - - uid: 32699 - components: - - type: Transform - pos: 59.5,30.5 - parent: 2 - - uid: 32700 - components: - - type: Transform - pos: 58.5,30.5 - parent: 2 - - uid: 32701 - components: - - type: Transform - pos: 57.5,30.5 - parent: 2 - - uid: 32702 - components: - - type: Transform - pos: 56.5,30.5 - parent: 2 - - uid: 32703 - components: - - type: Transform - pos: 55.5,30.5 - parent: 2 - - uid: 32704 - components: - - type: Transform - pos: 54.5,30.5 - parent: 2 - - uid: 32705 - components: - - type: Transform - pos: 53.5,30.5 - parent: 2 - - uid: 32706 - components: - - type: Transform - pos: 52.5,30.5 - parent: 2 - - uid: 32712 - components: - - type: Transform - pos: 66.5,29.5 - parent: 2 - - uid: 32713 - components: - - type: Transform - pos: 66.5,28.5 - parent: 2 - - uid: 32714 - components: - - type: Transform - pos: 66.5,27.5 - parent: 2 - - uid: 32715 - components: - - type: Transform - pos: 66.5,26.5 - parent: 2 - - uid: 32718 - components: - - type: Transform - pos: 64.5,24.5 - parent: 2 - - uid: 32719 - components: - - type: Transform - pos: 65.5,24.5 - parent: 2 - - uid: 32720 - components: - - type: Transform - pos: 66.5,24.5 - parent: 2 - - uid: 32721 - components: - - type: Transform - pos: 67.5,24.5 - parent: 2 - - uid: 32722 - components: - - type: Transform - pos: 68.5,24.5 - parent: 2 - - uid: 32723 - components: - - type: Transform - pos: 69.5,24.5 - parent: 2 - - uid: 32724 - components: - - type: Transform - pos: 69.5,23.5 - parent: 2 - - uid: 32731 - components: - - type: Transform - pos: 68.5,12.5 - parent: 2 - - uid: 32732 - components: - - type: Transform - pos: 68.5,11.5 - parent: 2 - - uid: 32733 - components: - - type: Transform - pos: 68.5,10.5 - parent: 2 - - uid: 32734 - components: - - type: Transform - pos: 68.5,9.5 - parent: 2 - - uid: 32735 - components: - - type: Transform - pos: 68.5,8.5 - parent: 2 - - uid: 32736 - components: - - type: Transform - pos: 67.5,8.5 - parent: 2 - - uid: 32737 - components: - - type: Transform - pos: 66.5,8.5 - parent: 2 - - uid: 32738 - components: - - type: Transform - pos: 66.5,9.5 - parent: 2 - - uid: 32739 - components: - - type: Transform - pos: 66.5,10.5 - parent: 2 - - uid: 32740 - components: - - type: Transform - pos: 65.5,10.5 - parent: 2 - - uid: 32741 - components: - - type: Transform - pos: 64.5,10.5 - parent: 2 - - uid: 32742 - components: - - type: Transform - pos: 63.5,10.5 - parent: 2 - - uid: 32743 - components: - - type: Transform - pos: 62.5,10.5 - parent: 2 - - uid: 32744 - components: - - type: Transform - pos: 61.5,10.5 - parent: 2 - - uid: 32745 - components: - - type: Transform - pos: 60.5,10.5 - parent: 2 - - uid: 32746 - components: - - type: Transform - pos: 59.5,10.5 - parent: 2 - - uid: 32747 - components: - - type: Transform - pos: 58.5,10.5 - parent: 2 - - uid: 32748 - components: - - type: Transform - pos: 57.5,10.5 - parent: 2 - - uid: 32749 - components: - - type: Transform - pos: 56.5,10.5 - parent: 2 - - uid: 32750 - components: - - type: Transform - pos: 55.5,10.5 - parent: 2 - - uid: 32751 - components: - - type: Transform - pos: 54.5,10.5 - parent: 2 - - uid: 32752 - components: - - type: Transform - pos: 54.5,24.5 - parent: 2 - - uid: 32753 - components: - - type: Transform - pos: 55.5,24.5 - parent: 2 - - uid: 32754 - components: - - type: Transform - pos: 56.5,24.5 - parent: 2 - - uid: 32755 - components: - - type: Transform - pos: 57.5,24.5 - parent: 2 - - uid: 32756 - components: - - type: Transform - pos: 58.5,24.5 - parent: 2 - - uid: 32757 - components: - - type: Transform - pos: 59.5,24.5 - parent: 2 - - uid: 32758 - components: - - type: Transform - pos: 60.5,24.5 - parent: 2 - - uid: 32759 - components: - - type: Transform - pos: 61.5,24.5 - parent: 2 - - uid: 32760 - components: - - type: Transform - pos: 62.5,24.5 - parent: 2 - - uid: 32761 - components: - - type: Transform - pos: 63.5,36.5 - parent: 2 - - uid: 32762 - components: - - type: Transform - pos: 64.5,36.5 - parent: 2 - - uid: 32763 - components: - - type: Transform - pos: 65.5,36.5 - parent: 2 - - uid: 32764 - components: - - type: Transform - pos: 66.5,36.5 - parent: 2 - - uid: 32765 - components: - - type: Transform - pos: 67.5,36.5 - parent: 2 - - uid: 32766 - components: - - type: Transform - pos: 68.5,36.5 - parent: 2 - - uid: 32767 - components: - - type: Transform - pos: 69.5,36.5 - parent: 2 - - uid: 32768 - components: - - type: Transform - pos: 70.5,36.5 - parent: 2 - - uid: 32769 - components: - - type: Transform - pos: 68.5,37.5 - parent: 2 - - uid: 32770 - components: - - type: Transform - pos: 68.5,38.5 - parent: 2 - - uid: 32771 - components: - - type: Transform - pos: 68.5,39.5 - parent: 2 - - uid: 32772 - components: - - type: Transform - pos: 68.5,40.5 - parent: 2 - - uid: 32773 - components: - - type: Transform - pos: 68.5,41.5 - parent: 2 - - uid: 32774 - components: - - type: Transform - pos: 68.5,42.5 - parent: 2 - - uid: 32775 - components: - - type: Transform - pos: 68.5,43.5 - parent: 2 - - uid: 32776 - components: - - type: Transform - pos: 68.5,44.5 - parent: 2 - - uid: 32777 - components: - - type: Transform - pos: 68.5,45.5 - parent: 2 - - uid: 32778 - components: - - type: Transform - pos: 68.5,46.5 - parent: 2 - - uid: 32779 - components: - - type: Transform - pos: 68.5,47.5 - parent: 2 - - uid: 32780 - components: - - type: Transform - pos: 68.5,48.5 - parent: 2 - - uid: 32781 - components: - - type: Transform - pos: 68.5,49.5 - parent: 2 - - uid: 32782 - components: - - type: Transform - pos: 68.5,50.5 - parent: 2 - - uid: 32783 - components: - - type: Transform - pos: 69.5,50.5 - parent: 2 - - uid: 32784 - components: - - type: Transform - pos: 70.5,50.5 - parent: 2 - - uid: 32785 - components: - - type: Transform - pos: 70.5,51.5 - parent: 2 - - uid: 32786 - components: - - type: Transform - pos: 70.5,52.5 - parent: 2 - - uid: 32787 - components: - - type: Transform - pos: 70.5,53.5 - parent: 2 - - uid: 32788 - components: - - type: Transform - pos: 70.5,54.5 - parent: 2 - - uid: 32789 - components: - - type: Transform - pos: 70.5,55.5 - parent: 2 - - uid: 32790 - components: - - type: Transform - pos: 71.5,55.5 - parent: 2 - - uid: 32791 - components: - - type: Transform - pos: 72.5,55.5 - parent: 2 - - uid: 32792 - components: - - type: Transform - pos: 73.5,55.5 - parent: 2 - - uid: 32793 - components: - - type: Transform - pos: 74.5,55.5 - parent: 2 - - uid: 32794 - components: - - type: Transform - pos: 74.5,56.5 - parent: 2 - - uid: 32795 - components: - - type: Transform - pos: 74.5,57.5 - parent: 2 - - uid: 32796 - components: - - type: Transform - pos: 74.5,58.5 - parent: 2 - - uid: 32797 - components: - - type: Transform - pos: 74.5,59.5 - parent: 2 - - uid: 32798 - components: - - type: Transform - pos: 74.5,60.5 - parent: 2 - - uid: 32799 - components: - - type: Transform - pos: 74.5,61.5 - parent: 2 - - uid: 32800 - components: - - type: Transform - pos: 74.5,62.5 - parent: 2 - - uid: 32801 - components: - - type: Transform - pos: 74.5,63.5 - parent: 2 - - uid: 32802 - components: - - type: Transform - pos: 74.5,64.5 - parent: 2 - - uid: 32803 - components: - - type: Transform - pos: 73.5,59.5 - parent: 2 - - uid: 32804 - components: - - type: Transform - pos: 72.5,59.5 - parent: 2 - - uid: 32805 - components: - - type: Transform - pos: 72.5,58.5 - parent: 2 - - uid: 32806 - components: - - type: Transform - pos: 72.5,57.5 - parent: 2 - - uid: 32807 - components: - - type: Transform - pos: 71.5,57.5 - parent: 2 - - uid: 32808 - components: - - type: Transform - pos: 70.5,57.5 - parent: 2 - - uid: 32809 - components: - - type: Transform - pos: 70.5,58.5 - parent: 2 - - uid: 32810 - components: - - type: Transform - pos: 70.5,59.5 - parent: 2 - - uid: 32811 - components: - - type: Transform - pos: 70.5,60.5 - parent: 2 - - uid: 32812 - components: - - type: Transform - pos: 70.5,61.5 - parent: 2 - - uid: 32813 - components: - - type: Transform - pos: 70.5,62.5 - parent: 2 - - uid: 32814 - components: - - type: Transform - pos: 70.5,63.5 - parent: 2 - - uid: 32815 - components: - - type: Transform - pos: 70.5,64.5 - parent: 2 - - uid: 32816 - components: - - type: Transform - pos: 70.5,65.5 - parent: 2 - - uid: 32817 - components: - - type: Transform - pos: 70.5,66.5 - parent: 2 - - uid: 32818 - components: - - type: Transform - pos: 71.5,66.5 - parent: 2 - - uid: 32819 - components: - - type: Transform - pos: 72.5,66.5 - parent: 2 - - uid: 32820 - components: - - type: Transform - pos: 73.5,66.5 - parent: 2 - - uid: 32821 - components: - - type: Transform - pos: 74.5,66.5 - parent: 2 - - uid: 32822 - components: - - type: Transform - pos: 75.5,66.5 - parent: 2 - - uid: 32823 - components: - - type: Transform - pos: 76.5,66.5 - parent: 2 - - uid: 32824 - components: - - type: Transform - pos: 76.5,67.5 - parent: 2 - - uid: 32825 - components: - - type: Transform - pos: 76.5,68.5 - parent: 2 - - uid: 32826 - components: - - type: Transform - pos: 75.5,68.5 - parent: 2 - - uid: 32827 - components: - - type: Transform - pos: 74.5,68.5 - parent: 2 - - uid: 32828 - components: - - type: Transform - pos: 73.5,68.5 - parent: 2 - - uid: 32829 - components: - - type: Transform - pos: 72.5,68.5 - parent: 2 - - uid: 32830 - components: - - type: Transform - pos: 71.5,68.5 - parent: 2 - - uid: 32831 - components: - - type: Transform - pos: 70.5,68.5 - parent: 2 - - uid: 32832 - components: - - type: Transform - pos: 69.5,68.5 - parent: 2 - - uid: 32833 - components: - - type: Transform - pos: 68.5,68.5 - parent: 2 - - uid: 32834 - components: - - type: Transform - pos: 68.5,69.5 - parent: 2 - - uid: 32835 - components: - - type: Transform - pos: 68.5,70.5 - parent: 2 - - uid: 32836 - components: - - type: Transform - pos: 67.5,70.5 - parent: 2 - - uid: 32837 - components: - - type: Transform - pos: 66.5,70.5 - parent: 2 - - uid: 32838 - components: - - type: Transform - pos: 65.5,70.5 - parent: 2 - - uid: 32839 - components: - - type: Transform - pos: 64.5,70.5 - parent: 2 - - uid: 32840 - components: - - type: Transform - pos: 63.5,70.5 - parent: 2 - - uid: 32841 - components: - - type: Transform - pos: 62.5,70.5 - parent: 2 - - uid: 32842 - components: - - type: Transform - pos: 61.5,70.5 - parent: 2 - - uid: 32843 - components: - - type: Transform - pos: 60.5,70.5 - parent: 2 - - uid: 32844 - components: - - type: Transform - pos: 59.5,70.5 - parent: 2 - - uid: 32845 - components: - - type: Transform - pos: 58.5,70.5 - parent: 2 - - uid: 32846 - components: - - type: Transform - pos: 57.5,70.5 - parent: 2 - - uid: 32847 - components: - - type: Transform - pos: 56.5,70.5 - parent: 2 - - uid: 32848 - components: - - type: Transform - pos: 55.5,70.5 - parent: 2 - - uid: 32849 - components: - - type: Transform - pos: 54.5,70.5 - parent: 2 - - uid: 32850 - components: - - type: Transform - pos: 53.5,70.5 - parent: 2 - - uid: 32851 - components: - - type: Transform - pos: 53.5,69.5 - parent: 2 - - uid: 32852 - components: - - type: Transform - pos: 53.5,68.5 - parent: 2 - - uid: 32853 - components: - - type: Transform - pos: 53.5,67.5 - parent: 2 - - uid: 32854 - components: - - type: Transform - pos: 53.5,66.5 - parent: 2 - - uid: 32855 - components: - - type: Transform - pos: 53.5,65.5 - parent: 2 - - uid: 32856 - components: - - type: Transform - pos: 53.5,64.5 - parent: 2 - - uid: 32857 - components: - - type: Transform - pos: 54.5,64.5 - parent: 2 - - uid: 32858 - components: - - type: Transform - pos: 55.5,64.5 - parent: 2 - - uid: 32859 - components: - - type: Transform - pos: 56.5,64.5 - parent: 2 - - uid: 32860 - components: - - type: Transform - pos: 57.5,64.5 - parent: 2 - - uid: 32861 - components: - - type: Transform - pos: 58.5,64.5 - parent: 2 - - uid: 32862 - components: - - type: Transform - pos: 58.5,65.5 - parent: 2 - - uid: 32863 - components: - - type: Transform - pos: 58.5,66.5 - parent: 2 - - uid: 32864 - components: - - type: Transform - pos: 57.5,66.5 - parent: 2 - - uid: 32865 - components: - - type: Transform - pos: 56.5,66.5 - parent: 2 - - uid: 32866 - components: - - type: Transform - pos: 55.5,66.5 - parent: 2 - - uid: 32867 - components: - - type: Transform - pos: 55.5,67.5 - parent: 2 - - uid: 32868 - components: - - type: Transform - pos: 55.5,68.5 - parent: 2 - - uid: 32869 - components: - - type: Transform - pos: 56.5,68.5 - parent: 2 - - uid: 32870 - components: - - type: Transform - pos: 57.5,68.5 - parent: 2 - - uid: 32871 - components: - - type: Transform - pos: 58.5,68.5 - parent: 2 - - uid: 32872 - components: - - type: Transform - pos: 59.5,68.5 - parent: 2 - - uid: 32873 - components: - - type: Transform - pos: 60.5,68.5 - parent: 2 - - uid: 32874 - components: - - type: Transform - pos: 60.5,67.5 - parent: 2 - - uid: 32875 - components: - - type: Transform - pos: 61.5,67.5 - parent: 2 - - uid: 32876 - components: - - type: Transform - pos: 62.5,67.5 - parent: 2 - - uid: 32877 - components: - - type: Transform - pos: 62.5,68.5 - parent: 2 - - uid: 32878 - components: - - type: Transform - pos: 63.5,68.5 - parent: 2 - - uid: 32879 - components: - - type: Transform - pos: 64.5,68.5 - parent: 2 - - uid: 32880 - components: - - type: Transform - pos: 65.5,68.5 - parent: 2 - - uid: 32881 - components: - - type: Transform - pos: 66.5,68.5 - parent: 2 - - uid: 32882 - components: - - type: Transform - pos: 66.5,67.5 - parent: 2 - - uid: 32883 - components: - - type: Transform - pos: 66.5,66.5 - parent: 2 - - uid: 32884 - components: - - type: Transform - pos: 66.5,65.5 - parent: 2 - - uid: 32885 - components: - - type: Transform - pos: 66.5,64.5 - parent: 2 - - uid: 32886 - components: - - type: Transform - pos: 66.5,63.5 - parent: 2 - - uid: 32887 - components: - - type: Transform - pos: 66.5,62.5 - parent: 2 - - uid: 32888 - components: - - type: Transform - pos: 66.5,61.5 - parent: 2 - - uid: 32889 - components: - - type: Transform - pos: 66.5,60.5 - parent: 2 - - uid: 32890 - components: - - type: Transform - pos: 66.5,59.5 - parent: 2 - - uid: 32891 - components: - - type: Transform - pos: 66.5,58.5 - parent: 2 - - uid: 32892 - components: - - type: Transform - pos: 66.5,57.5 - parent: 2 - - uid: 32893 - components: - - type: Transform - pos: 66.5,56.5 - parent: 2 - - uid: 32894 - components: - - type: Transform - pos: 65.5,56.5 - parent: 2 - - uid: 32895 - components: - - type: Transform - pos: 64.5,56.5 - parent: 2 - - uid: 32896 - components: - - type: Transform - pos: 63.5,56.5 - parent: 2 - - uid: 32897 - components: - - type: Transform - pos: 63.5,57.5 - parent: 2 - - uid: 32898 - components: - - type: Transform - pos: 63.5,58.5 - parent: 2 - - uid: 32899 - components: - - type: Transform - pos: 63.5,59.5 - parent: 2 - - uid: 32900 - components: - - type: Transform - pos: 62.5,59.5 - parent: 2 - - uid: 32901 - components: - - type: Transform - pos: 61.5,59.5 - parent: 2 - - uid: 32902 - components: - - type: Transform - pos: 60.5,59.5 - parent: 2 - - uid: 32903 - components: - - type: Transform - pos: 59.5,59.5 - parent: 2 - - uid: 32904 - components: - - type: Transform - pos: 58.5,59.5 - parent: 2 - - uid: 32905 - components: - - type: Transform - pos: 57.5,59.5 - parent: 2 - - uid: 32906 - components: - - type: Transform - pos: 56.5,59.5 - parent: 2 - - uid: 32907 - components: - - type: Transform - pos: 55.5,59.5 - parent: 2 - - uid: 32908 - components: - - type: Transform - pos: 55.5,58.5 - parent: 2 - - uid: 32909 - components: - - type: Transform - pos: 55.5,57.5 - parent: 2 - - uid: 32910 - components: - - type: Transform - pos: 55.5,56.5 - parent: 2 - - uid: 32911 - components: - - type: Transform - pos: 54.5,56.5 - parent: 2 - - uid: 32912 - components: - - type: Transform - pos: 53.5,56.5 - parent: 2 - - uid: 32913 - components: - - type: Transform - pos: 53.5,57.5 - parent: 2 - - uid: 32914 - components: - - type: Transform - pos: 53.5,58.5 - parent: 2 - - uid: 32915 - components: - - type: Transform - pos: 53.5,59.5 - parent: 2 - - uid: 32916 - components: - - type: Transform - pos: 53.5,60.5 - parent: 2 - - uid: 32917 - components: - - type: Transform - pos: 53.5,61.5 - parent: 2 - - uid: 32918 - components: - - type: Transform - pos: 54.5,61.5 - parent: 2 - - uid: 32919 - components: - - type: Transform - pos: 55.5,61.5 - parent: 2 - - uid: 32920 - components: - - type: Transform - pos: 56.5,61.5 - parent: 2 - - uid: 32921 - components: - - type: Transform - pos: 56.5,62.5 - parent: 2 - - uid: 32922 - components: - - type: Transform - pos: 57.5,62.5 - parent: 2 - - uid: 32923 - components: - - type: Transform - pos: 58.5,62.5 - parent: 2 - - uid: 32924 - components: - - type: Transform - pos: 59.5,62.5 - parent: 2 - - uid: 32925 - components: - - type: Transform - pos: 60.5,62.5 - parent: 2 - - uid: 32926 - components: - - type: Transform - pos: 61.5,62.5 - parent: 2 - - uid: 32927 - components: - - type: Transform - pos: 62.5,62.5 - parent: 2 - - uid: 32928 - components: - - type: Transform - pos: 62.5,61.5 - parent: 2 - - uid: 32929 - components: - - type: Transform - pos: 63.5,61.5 - parent: 2 - - uid: 32930 - components: - - type: Transform - pos: 64.5,61.5 - parent: 2 - - uid: 32931 - components: - - type: Transform - pos: 64.5,62.5 - parent: 2 - - uid: 32932 - components: - - type: Transform - pos: 64.5,63.5 - parent: 2 - - uid: 32933 - components: - - type: Transform - pos: 64.5,64.5 - parent: 2 - - uid: 32934 - components: - - type: Transform - pos: 64.5,65.5 - parent: 2 - - uid: 32935 - components: - - type: Transform - pos: 59.5,64.5 - parent: 2 - - uid: 32936 - components: - - type: Transform - pos: 60.5,64.5 - parent: 2 - - uid: 32937 - components: - - type: Transform - pos: 61.5,64.5 - parent: 2 - - uid: 32938 - components: - - type: Transform - pos: 62.5,64.5 - parent: 2 - - uid: 32939 - components: - - type: Transform - pos: 74.5,54.5 - parent: 2 - - uid: 32940 - components: - - type: Transform - pos: 75.5,54.5 - parent: 2 - - uid: 32941 - components: - - type: Transform - pos: 76.5,54.5 - parent: 2 - - uid: 32942 - components: - - type: Transform - pos: 76.5,55.5 - parent: 2 - - uid: 32943 - components: - - type: Transform - pos: 76.5,56.5 - parent: 2 - - uid: 32944 - components: - - type: Transform - pos: 76.5,57.5 - parent: 2 - - uid: 32945 - components: - - type: Transform - pos: 76.5,58.5 - parent: 2 - - uid: 32946 - components: - - type: Transform - pos: 76.5,59.5 - parent: 2 - - uid: 32947 - components: - - type: Transform - pos: 76.5,60.5 - parent: 2 - - uid: 32948 - components: - - type: Transform - pos: 76.5,61.5 - parent: 2 - - uid: 32949 - components: - - type: Transform - pos: 77.5,61.5 - parent: 2 - - uid: 32950 - components: - - type: Transform - pos: 78.5,61.5 - parent: 2 - - uid: 32951 - components: - - type: Transform - pos: 79.5,61.5 - parent: 2 - - uid: 32952 - components: - - type: Transform - pos: 80.5,61.5 - parent: 2 - - uid: 32953 - components: - - type: Transform - pos: 80.5,60.5 - parent: 2 - - uid: 32954 - components: - - type: Transform - pos: 80.5,59.5 - parent: 2 - - uid: 32955 - components: - - type: Transform - pos: 80.5,58.5 - parent: 2 - - uid: 32956 - components: - - type: Transform - pos: 79.5,58.5 - parent: 2 - - uid: 32957 - components: - - type: Transform - pos: 78.5,58.5 - parent: 2 - - uid: 32958 - components: - - type: Transform - pos: 78.5,57.5 - parent: 2 - - uid: 32959 - components: - - type: Transform - pos: 78.5,56.5 - parent: 2 - - uid: 32960 - components: - - type: Transform - pos: 78.5,55.5 - parent: 2 - - uid: 32961 - components: - - type: Transform - pos: 78.5,54.5 - parent: 2 - - uid: 32962 - components: - - type: Transform - pos: 78.5,53.5 - parent: 2 - - uid: 32963 - components: - - type: Transform - pos: 78.5,52.5 - parent: 2 - - uid: 32964 - components: - - type: Transform - pos: 78.5,51.5 - parent: 2 - - uid: 32965 - components: - - type: Transform - pos: 78.5,50.5 - parent: 2 - - uid: 32966 - components: - - type: Transform - pos: 78.5,49.5 - parent: 2 - - uid: 32967 - components: - - type: Transform - pos: 78.5,48.5 - parent: 2 - - uid: 32968 - components: - - type: Transform - pos: 78.5,47.5 - parent: 2 - - uid: 32969 - components: - - type: Transform - pos: 77.5,49.5 - parent: 2 - - uid: 32970 - components: - - type: Transform - pos: 76.5,49.5 - parent: 2 - - uid: 32971 - components: - - type: Transform - pos: 75.5,49.5 - parent: 2 - - uid: 32972 - components: - - type: Transform - pos: 74.5,49.5 - parent: 2 - - uid: 32973 - components: - - type: Transform - pos: 74.5,48.5 - parent: 2 - - uid: 32974 - components: - - type: Transform - pos: 74.5,47.5 - parent: 2 - - uid: 32975 - components: - - type: Transform - pos: 78.5,46.5 - parent: 2 - - uid: 32976 - components: - - type: Transform - pos: 79.5,46.5 - parent: 2 - - uid: 32977 - components: - - type: Transform - pos: 80.5,46.5 - parent: 2 - - uid: 32978 - components: - - type: Transform - pos: 81.5,46.5 - parent: 2 - - uid: 32979 - components: - - type: Transform - pos: 82.5,46.5 - parent: 2 - - uid: 32980 - components: - - type: Transform - pos: 83.5,46.5 - parent: 2 - - uid: 32981 - components: - - type: Transform - pos: 77.5,47.5 - parent: 2 - - uid: 32982 - components: - - type: Transform - pos: 76.5,47.5 - parent: 2 - - uid: 32983 - components: - - type: Transform - pos: 76.5,46.5 - parent: 2 - - uid: 32984 - components: - - type: Transform - pos: 76.5,45.5 - parent: 2 - - uid: 32985 - components: - - type: Transform - pos: 76.5,44.5 - parent: 2 - - uid: 32986 - components: - - type: Transform - pos: 76.5,43.5 - parent: 2 - - uid: 32987 - components: - - type: Transform - pos: 76.5,42.5 - parent: 2 - - uid: 32988 - components: - - type: Transform - pos: 77.5,44.5 - parent: 2 - - uid: 32989 - components: - - type: Transform - pos: 78.5,44.5 - parent: 2 - - uid: 32990 - components: - - type: Transform - pos: 79.5,44.5 - parent: 2 - - uid: 32991 - components: - - type: Transform - pos: 77.5,42.5 - parent: 2 - - uid: 32992 - components: - - type: Transform - pos: 78.5,42.5 - parent: 2 - - uid: 32993 - components: - - type: Transform - pos: 79.5,42.5 - parent: 2 - - uid: 32994 - components: - - type: Transform - pos: 80.5,42.5 - parent: 2 - - uid: 32995 - components: - - type: Transform - pos: 81.5,42.5 - parent: 2 - - uid: 32996 - components: - - type: Transform - pos: 81.5,43.5 - parent: 2 - - uid: 32997 - components: - - type: Transform - pos: 81.5,44.5 - parent: 2 - - uid: 32998 - components: - - type: Transform - pos: 81.5,41.5 - parent: 2 - - uid: 32999 - components: - - type: Transform - pos: 81.5,39.5 - parent: 2 - - uid: 33000 - components: - - type: Transform - pos: 80.5,39.5 - parent: 2 - - uid: 33001 - components: - - type: Transform - pos: 80.5,38.5 - parent: 2 - - uid: 33002 - components: - - type: Transform - pos: 80.5,37.5 - parent: 2 - - uid: 33003 - components: - - type: Transform - pos: 80.5,36.5 - parent: 2 - - uid: 33004 - components: - - type: Transform - pos: 81.5,37.5 - parent: 2 - - uid: 33005 - components: - - type: Transform - pos: 82.5,37.5 - parent: 2 - - uid: 33006 - components: - - type: Transform - pos: 82.5,36.5 - parent: 2 - - uid: 33007 - components: - - type: Transform - pos: 82.5,35.5 - parent: 2 - - uid: 33008 - components: - - type: Transform - pos: 82.5,34.5 - parent: 2 - - uid: 33009 - components: - - type: Transform - pos: 81.5,34.5 - parent: 2 - - uid: 33010 - components: - - type: Transform - pos: 83.5,34.5 - parent: 2 - - uid: 33011 - components: - - type: Transform - pos: 84.5,34.5 - parent: 2 - - uid: 33012 - components: - - type: Transform - pos: 85.5,34.5 - parent: 2 - - uid: 33013 - components: - - type: Transform - pos: 86.5,34.5 - parent: 2 - - uid: 33014 - components: - - type: Transform - pos: 87.5,34.5 - parent: 2 - - uid: 33015 - components: - - type: Transform - pos: 88.5,34.5 - parent: 2 - - uid: 33016 - components: - - type: Transform - pos: 89.5,34.5 - parent: 2 - - uid: 33017 - components: - - type: Transform - pos: 90.5,34.5 - parent: 2 - - uid: 33018 - components: - - type: Transform - pos: 91.5,34.5 - parent: 2 - - uid: 33019 - components: - - type: Transform - pos: 91.5,35.5 - parent: 2 - - uid: 33020 - components: - - type: Transform - pos: 92.5,35.5 - parent: 2 - - uid: 33021 - components: - - type: Transform - pos: 93.5,35.5 - parent: 2 - - uid: 33022 - components: - - type: Transform - pos: 93.5,36.5 - parent: 2 - - uid: 33023 - components: - - type: Transform - pos: 93.5,37.5 - parent: 2 - - uid: 33024 - components: - - type: Transform - pos: 93.5,38.5 - parent: 2 - - uid: 33025 - components: - - type: Transform - pos: 93.5,39.5 - parent: 2 - - uid: 33026 - components: - - type: Transform - pos: 93.5,40.5 - parent: 2 - - uid: 33027 - components: - - type: Transform - pos: 93.5,41.5 - parent: 2 - - uid: 33028 - components: - - type: Transform - pos: 94.5,41.5 - parent: 2 - - uid: 33029 - components: - - type: Transform - pos: 95.5,41.5 - parent: 2 - - uid: 33030 - components: - - type: Transform - pos: 95.5,40.5 - parent: 2 - - uid: 33031 - components: - - type: Transform - pos: 95.5,39.5 - parent: 2 - - uid: 33032 - components: - - type: Transform - pos: 95.5,38.5 - parent: 2 - - uid: 33033 - components: - - type: Transform - pos: 95.5,37.5 - parent: 2 - - uid: 33034 - components: - - type: Transform - pos: 95.5,36.5 - parent: 2 - - uid: 33035 - components: - - type: Transform - pos: 95.5,35.5 - parent: 2 - - uid: 33036 - components: - - type: Transform - pos: 95.5,34.5 - parent: 2 - - uid: 33037 - components: - - type: Transform - pos: 95.5,33.5 - parent: 2 - - uid: 33038 - components: - - type: Transform - pos: 96.5,33.5 - parent: 2 - - uid: 33039 - components: - - type: Transform - pos: 97.5,33.5 - parent: 2 - - uid: 33040 - components: - - type: Transform - pos: 98.5,33.5 - parent: 2 - - uid: 33041 - components: - - type: Transform - pos: 99.5,33.5 - parent: 2 - - uid: 33042 - components: - - type: Transform - pos: 97.5,34.5 - parent: 2 - - uid: 33043 - components: - - type: Transform - pos: 97.5,35.5 - parent: 2 - - uid: 33044 - components: - - type: Transform - pos: 97.5,36.5 - parent: 2 - - uid: 33045 - components: - - type: Transform - pos: 97.5,37.5 - parent: 2 - - uid: 33046 - components: - - type: Transform - pos: 97.5,38.5 - parent: 2 - - uid: 33047 - components: - - type: Transform - pos: 97.5,39.5 - parent: 2 - - uid: 33048 - components: - - type: Transform - pos: 97.5,40.5 - parent: 2 - - uid: 33049 - components: - - type: Transform - pos: 97.5,41.5 - parent: 2 - - uid: 33050 - components: - - type: Transform - pos: 97.5,42.5 - parent: 2 - - uid: 33051 - components: - - type: Transform - pos: 97.5,43.5 - parent: 2 - - uid: 33052 - components: - - type: Transform - pos: 97.5,44.5 - parent: 2 - - uid: 33053 - components: - - type: Transform - pos: 97.5,45.5 - parent: 2 - - uid: 33054 - components: - - type: Transform - pos: 98.5,44.5 - parent: 2 - - uid: 33055 - components: - - type: Transform - pos: 99.5,44.5 - parent: 2 - - uid: 33056 - components: - - type: Transform - pos: 98.5,35.5 - parent: 2 - - uid: 33057 - components: - - type: Transform - pos: 99.5,35.5 - parent: 2 - - uid: 33058 - components: - - type: Transform - pos: 99.5,36.5 - parent: 2 - - uid: 33059 - components: - - type: Transform - pos: 99.5,37.5 - parent: 2 - - uid: 33060 - components: - - type: Transform - pos: 99.5,38.5 - parent: 2 - - uid: 33061 - components: - - type: Transform - pos: 99.5,39.5 - parent: 2 - - uid: 33062 - components: - - type: Transform - pos: 99.5,40.5 - parent: 2 - - uid: 33063 - components: - - type: Transform - pos: 99.5,41.5 - parent: 2 - - uid: 33064 - components: - - type: Transform - pos: 99.5,42.5 - parent: 2 - - uid: 33065 - components: - - type: Transform - pos: 96.5,45.5 - parent: 2 - - uid: 33066 - components: - - type: Transform - pos: 95.5,45.5 - parent: 2 - - uid: 33067 - components: - - type: Transform - pos: 94.5,45.5 - parent: 2 - - uid: 33068 - components: - - type: Transform - pos: 93.5,45.5 - parent: 2 - - uid: 33069 - components: - - type: Transform - pos: 92.5,45.5 - parent: 2 - - uid: 33070 - components: - - type: Transform - pos: 91.5,45.5 - parent: 2 - - uid: 33071 - components: - - type: Transform - pos: 92.5,44.5 - parent: 2 - - uid: 33072 - components: - - type: Transform - pos: 91.5,46.5 - parent: 2 - - uid: 33073 - components: - - type: Transform - pos: 91.5,47.5 - parent: 2 - - uid: 33074 - components: - - type: Transform - pos: 90.5,47.5 - parent: 2 - - uid: 33075 - components: - - type: Transform - pos: 89.5,47.5 - parent: 2 - - uid: 33076 - components: - - type: Transform - pos: 88.5,47.5 - parent: 2 - - uid: 33077 - components: - - type: Transform - pos: 87.5,47.5 - parent: 2 - - uid: 33078 - components: - - type: Transform - pos: 86.5,47.5 - parent: 2 - - uid: 33079 - components: - - type: Transform - pos: 85.5,47.5 - parent: 2 - - uid: 33080 - components: - - type: Transform - pos: 85.5,48.5 - parent: 2 - - uid: 33081 - components: - - type: Transform - pos: 84.5,48.5 - parent: 2 - - uid: 33082 - components: - - type: Transform - pos: 83.5,48.5 - parent: 2 - - uid: 33083 - components: - - type: Transform - pos: 82.5,48.5 - parent: 2 - - uid: 33084 - components: - - type: Transform - pos: 81.5,48.5 - parent: 2 - - uid: 33085 - components: - - type: Transform - pos: 80.5,48.5 - parent: 2 - - uid: 33086 - components: - - type: Transform - pos: 78.5,62.5 - parent: 2 - - uid: 33087 - components: - - type: Transform - pos: 78.5,63.5 - parent: 2 - - uid: 33088 - components: - - type: Transform - pos: 78.5,64.5 - parent: 2 - - uid: 33089 - components: - - type: Transform - pos: 78.5,65.5 - parent: 2 - - uid: 33090 - components: - - type: Transform - pos: 78.5,66.5 - parent: 2 - - uid: 33091 - components: - - type: Transform - pos: 78.5,67.5 - parent: 2 - - uid: 33092 - components: - - type: Transform - pos: 78.5,68.5 - parent: 2 - - uid: 33093 - components: - - type: Transform - pos: 79.5,68.5 - parent: 2 - - uid: 33094 - components: - - type: Transform - pos: 80.5,68.5 - parent: 2 - - uid: 33095 - components: - - type: Transform - pos: 81.5,68.5 - parent: 2 - - uid: 33096 - components: - - type: Transform - pos: 82.5,68.5 - parent: 2 - - uid: 33097 - components: - - type: Transform - pos: 83.5,68.5 - parent: 2 - - uid: 33098 - components: - - type: Transform - pos: 84.5,68.5 - parent: 2 - - uid: 33099 - components: - - type: Transform - pos: 83.5,69.5 - parent: 2 - - uid: 33100 - components: - - type: Transform - pos: 83.5,70.5 - parent: 2 - - uid: 33101 - components: - - type: Transform - pos: 83.5,71.5 - parent: 2 - - uid: 33102 - components: - - type: Transform - pos: 83.5,72.5 - parent: 2 - - uid: 33103 - components: - - type: Transform - pos: 79.5,66.5 - parent: 2 - - uid: 33104 - components: - - type: Transform - pos: 80.5,66.5 - parent: 2 - - uid: 33105 - components: - - type: Transform - pos: 81.5,66.5 - parent: 2 - - uid: 33106 - components: - - type: Transform - pos: 82.5,66.5 - parent: 2 - - uid: 33107 - components: - - type: Transform - pos: 83.5,66.5 - parent: 2 - - uid: 33108 - components: - - type: Transform - pos: 84.5,66.5 - parent: 2 - - uid: 33109 - components: - - type: Transform - pos: 85.5,66.5 - parent: 2 - - uid: 33110 - components: - - type: Transform - pos: 86.5,66.5 - parent: 2 - - uid: 33111 - components: - - type: Transform - pos: 86.5,67.5 - parent: 2 - - uid: 33112 - components: - - type: Transform - pos: 86.5,68.5 - parent: 2 - - uid: 33113 - components: - - type: Transform - pos: 87.5,68.5 - parent: 2 - - uid: 33114 - components: - - type: Transform - pos: 88.5,68.5 - parent: 2 - - uid: 33115 - components: - - type: Transform - pos: 88.5,67.5 - parent: 2 - - uid: 33116 - components: - - type: Transform - pos: 88.5,66.5 - parent: 2 - - uid: 33117 - components: - - type: Transform - pos: 88.5,65.5 - parent: 2 - - uid: 33118 - components: - - type: Transform - pos: 88.5,64.5 - parent: 2 - - uid: 33119 - components: - - type: Transform - pos: 88.5,63.5 - parent: 2 - - uid: 33120 - components: - - type: Transform - pos: 88.5,62.5 - parent: 2 - - uid: 33121 - components: - - type: Transform - pos: 85.5,65.5 - parent: 2 - - uid: 33122 - components: - - type: Transform - pos: 85.5,64.5 - parent: 2 - - uid: 33123 - components: - - type: Transform - pos: 84.5,64.5 - parent: 2 - - uid: 33124 - components: - - type: Transform - pos: 83.5,64.5 - parent: 2 - - uid: 33125 - components: - - type: Transform - pos: 82.5,64.5 - parent: 2 - - uid: 33126 - components: - - type: Transform - pos: 81.5,64.5 - parent: 2 - - uid: 33127 - components: - - type: Transform - pos: 80.5,64.5 - parent: 2 - - uid: 33128 - components: - - type: Transform - pos: 80.5,63.5 - parent: 2 - - uid: 33129 - components: - - type: Transform - pos: 89.5,62.5 - parent: 2 - - uid: 33130 - components: - - type: Transform - pos: 90.5,62.5 - parent: 2 - - uid: 33131 - components: - - type: Transform - pos: 91.5,62.5 - parent: 2 - - uid: 33132 - components: - - type: Transform - pos: 92.5,62.5 - parent: 2 - - uid: 33133 - components: - - type: Transform - pos: 93.5,62.5 - parent: 2 - - uid: 33134 - components: - - type: Transform - pos: 94.5,62.5 - parent: 2 - - uid: 33135 - components: - - type: Transform - pos: 94.5,61.5 - parent: 2 - - uid: 33136 - components: - - type: Transform - pos: 94.5,60.5 - parent: 2 - - uid: 33137 - components: - - type: Transform - pos: 95.5,60.5 - parent: 2 - - uid: 33138 - components: - - type: Transform - pos: 95.5,59.5 - parent: 2 - - uid: 33139 - components: - - type: Transform - pos: 95.5,58.5 - parent: 2 - - uid: 33140 - components: - - type: Transform - pos: 95.5,57.5 - parent: 2 - - uid: 33141 - components: - - type: Transform - pos: 95.5,56.5 - parent: 2 - - uid: 33142 - components: - - type: Transform - pos: 95.5,55.5 - parent: 2 - - uid: 33143 - components: - - type: Transform - pos: 95.5,54.5 - parent: 2 - - uid: 33144 - components: - - type: Transform - pos: 95.5,53.5 - parent: 2 - - uid: 33145 - components: - - type: Transform - pos: 95.5,52.5 - parent: 2 - - uid: 33146 - components: - - type: Transform - pos: 95.5,51.5 - parent: 2 - - uid: 33147 - components: - - type: Transform - pos: 95.5,50.5 - parent: 2 - - uid: 33148 - components: - - type: Transform - pos: 95.5,49.5 - parent: 2 - - uid: 33149 - components: - - type: Transform - pos: 94.5,49.5 - parent: 2 - - uid: 33150 - components: - - type: Transform - pos: 93.5,49.5 - parent: 2 - - uid: 33151 - components: - - type: Transform - pos: 92.5,49.5 - parent: 2 - - uid: 33152 - components: - - type: Transform - pos: 91.5,49.5 - parent: 2 - - uid: 33153 - components: - - type: Transform - pos: 90.5,49.5 - parent: 2 - - uid: 33154 - components: - - type: Transform - pos: 89.5,49.5 - parent: 2 - - uid: 33155 - components: - - type: Transform - pos: 88.5,49.5 - parent: 2 - - uid: 33156 - components: - - type: Transform - pos: 87.5,49.5 - parent: 2 - - uid: 33157 - components: - - type: Transform - pos: 93.5,48.5 - parent: 2 - - uid: 33158 - components: - - type: Transform - pos: 93.5,47.5 - parent: 2 - - uid: 33159 - components: - - type: Transform - pos: 94.5,47.5 - parent: 2 - - uid: 33160 - components: - - type: Transform - pos: 96.5,47.5 - parent: 2 - - uid: 33161 - components: - - type: Transform - pos: 96.5,47.5 - parent: 2 - - uid: 33162 - components: - - type: Transform - pos: 87.5,50.5 - parent: 2 - - uid: 33163 - components: - - type: Transform - pos: 87.5,51.5 - parent: 2 - - uid: 33164 - components: - - type: Transform - pos: 87.5,52.5 - parent: 2 - - uid: 33165 - components: - - type: Transform - pos: 86.5,52.5 - parent: 2 - - uid: 33166 - components: - - type: Transform - pos: 85.5,52.5 - parent: 2 - - uid: 33167 - components: - - type: Transform - pos: 85.5,51.5 - parent: 2 - - uid: 33168 - components: - - type: Transform - pos: 85.5,50.5 - parent: 2 - - uid: 33169 - components: - - type: Transform - pos: 84.5,50.5 - parent: 2 - - uid: 33170 - components: - - type: Transform - pos: 83.5,50.5 - parent: 2 - - uid: 33171 - components: - - type: Transform - pos: 82.5,50.5 - parent: 2 - - uid: 33172 - components: - - type: Transform - pos: 81.5,50.5 - parent: 2 - - uid: 33173 - components: - - type: Transform - pos: 80.5,50.5 - parent: 2 - - uid: 33174 - components: - - type: Transform - pos: 80.5,51.5 - parent: 2 - - uid: 33175 - components: - - type: Transform - pos: 80.5,52.5 - parent: 2 - - uid: 33176 - components: - - type: Transform - pos: 81.5,52.5 - parent: 2 - - uid: 33177 - components: - - type: Transform - pos: 91.5,33.5 - parent: 2 - - uid: 33178 - components: - - type: Transform - pos: 92.5,33.5 - parent: 2 - - uid: 33179 - components: - - type: Transform - pos: 93.5,33.5 - parent: 2 - - uid: 33180 - components: - - type: Transform - pos: 89.5,33.5 - parent: 2 - - uid: 33181 - components: - - type: Transform - pos: 89.5,32.5 - parent: 2 - - uid: 33182 - components: - - type: Transform - pos: 89.5,31.5 - parent: 2 - - uid: 33183 - components: - - type: Transform - pos: 90.5,31.5 - parent: 2 - - uid: 33184 - components: - - type: Transform - pos: 91.5,31.5 - parent: 2 - - uid: 33185 - components: - - type: Transform - pos: 92.5,31.5 - parent: 2 - - uid: 33186 - components: - - type: Transform - pos: 93.5,31.5 - parent: 2 - - uid: 33187 - components: - - type: Transform - pos: 94.5,31.5 - parent: 2 - - uid: 33188 - components: - - type: Transform - pos: 95.5,31.5 - parent: 2 - - uid: 33189 - components: - - type: Transform - pos: 96.5,31.5 - parent: 2 - - uid: 33190 - components: - - type: Transform - pos: 97.5,31.5 - parent: 2 - - uid: 33191 - components: - - type: Transform - pos: 98.5,31.5 - parent: 2 - - uid: 33192 - components: - - type: Transform - pos: 99.5,31.5 - parent: 2 - - uid: 33193 - components: - - type: Transform - pos: 100.5,31.5 - parent: 2 - - uid: 33194 - components: - - type: Transform - pos: 100.5,30.5 - parent: 2 - - uid: 33195 - components: - - type: Transform - pos: 100.5,29.5 - parent: 2 - - uid: 33196 - components: - - type: Transform - pos: 100.5,28.5 - parent: 2 - - uid: 33197 - components: - - type: Transform - pos: 100.5,27.5 - parent: 2 - - uid: 33198 - components: - - type: Transform - pos: 99.5,27.5 - parent: 2 - - uid: 33199 - components: - - type: Transform - pos: 98.5,27.5 - parent: 2 - - uid: 33200 - components: - - type: Transform - pos: 97.5,27.5 - parent: 2 - - uid: 33201 - components: - - type: Transform - pos: 96.5,27.5 - parent: 2 - - uid: 33202 - components: - - type: Transform - pos: 95.5,27.5 - parent: 2 - - uid: 33203 - components: - - type: Transform - pos: 95.5,28.5 - parent: 2 - - uid: 33204 - components: - - type: Transform - pos: 98.5,29.5 - parent: 2 - - uid: 33205 - components: - - type: Transform - pos: 97.5,29.5 - parent: 2 - - uid: 33206 - components: - - type: Transform - pos: 96.5,29.5 - parent: 2 - - uid: 33207 - components: - - type: Transform - pos: 95.5,29.5 - parent: 2 - - uid: 33208 - components: - - type: Transform - pos: 94.5,29.5 - parent: 2 - - uid: 33209 - components: - - type: Transform - pos: 93.5,29.5 - parent: 2 - - uid: 33210 - components: - - type: Transform - pos: 92.5,29.5 - parent: 2 - - uid: 33211 - components: - - type: Transform - pos: 91.5,29.5 - parent: 2 - - uid: 33212 - components: - - type: Transform - pos: 90.5,29.5 - parent: 2 - - uid: 33213 - components: - - type: Transform - pos: 89.5,29.5 - parent: 2 - - uid: 33214 - components: - - type: Transform - pos: 88.5,29.5 - parent: 2 - - uid: 33215 - components: - - type: Transform - pos: 87.5,29.5 - parent: 2 - - uid: 33216 - components: - - type: Transform - pos: 86.5,29.5 - parent: 2 - - uid: 33217 - components: - - type: Transform - pos: 85.5,29.5 - parent: 2 - - uid: 33218 - components: - - type: Transform - pos: 85.5,30.5 - parent: 2 - - uid: 33219 - components: - - type: Transform - pos: 85.5,31.5 - parent: 2 - - uid: 33220 - components: - - type: Transform - pos: 85.5,32.5 - parent: 2 - - uid: 33221 - components: - - type: Transform - pos: 84.5,32.5 - parent: 2 - - uid: 33222 - components: - - type: Transform - pos: 83.5,32.5 - parent: 2 - - uid: 33223 - components: - - type: Transform - pos: 83.5,31.5 - parent: 2 - - uid: 33224 - components: - - type: Transform - pos: 83.5,30.5 - parent: 2 - - uid: 33225 - components: - - type: Transform - pos: 83.5,29.5 - parent: 2 - - uid: 33226 - components: - - type: Transform - pos: 83.5,28.5 - parent: 2 - - uid: 33227 - components: - - type: Transform - pos: 83.5,27.5 - parent: 2 - - uid: 33228 - components: - - type: Transform - pos: 87.5,30.5 - parent: 2 - - uid: 33229 - components: - - type: Transform - pos: 87.5,31.5 - parent: 2 - - uid: 33230 - components: - - type: Transform - pos: 87.5,32.5 - parent: 2 - - uid: 33231 - components: - - type: Transform - pos: 93.5,28.5 - parent: 2 - - uid: 33232 - components: - - type: Transform - pos: 93.5,27.5 - parent: 2 - - uid: 33233 - components: - - type: Transform - pos: 92.5,27.5 - parent: 2 - - uid: 33234 - components: - - type: Transform - pos: 91.5,27.5 - parent: 2 - - uid: 33235 - components: - - type: Transform - pos: 90.5,27.5 - parent: 2 - - uid: 33236 - components: - - type: Transform - pos: 99.5,26.5 - parent: 2 - - uid: 33237 - components: - - type: Transform - pos: 99.5,25.5 - parent: 2 - - uid: 33238 - components: - - type: Transform - pos: 98.5,25.5 - parent: 2 - - uid: 33239 - components: - - type: Transform - pos: 98.5,24.5 - parent: 2 - - uid: 33240 - components: - - type: Transform - pos: 97.5,24.5 - parent: 2 - - uid: 33241 - components: - - type: Transform - pos: 96.5,24.5 - parent: 2 - - uid: 33242 - components: - - type: Transform - pos: 95.5,24.5 - parent: 2 - - uid: 33243 - components: - - type: Transform - pos: 94.5,24.5 - parent: 2 - - uid: 33244 - components: - - type: Transform - pos: 93.5,24.5 - parent: 2 - - uid: 33245 - components: - - type: Transform - pos: 93.5,23.5 - parent: 2 - - uid: 33246 - components: - - type: Transform - pos: 92.5,23.5 - parent: 2 - - uid: 33247 - components: - - type: Transform - pos: 91.5,23.5 - parent: 2 - - uid: 33248 - components: - - type: Transform - pos: 91.5,24.5 - parent: 2 - - uid: 33249 - components: - - type: Transform - pos: 90.5,24.5 - parent: 2 - - uid: 33250 - components: - - type: Transform - pos: 89.5,24.5 - parent: 2 - - uid: 33251 - components: - - type: Transform - pos: 88.5,24.5 - parent: 2 - - uid: 33252 - components: - - type: Transform - pos: 88.5,25.5 - parent: 2 - - uid: 33253 - components: - - type: Transform - pos: 88.5,26.5 - parent: 2 - - uid: 33254 - components: - - type: Transform - pos: 88.5,27.5 - parent: 2 - - uid: 33255 - components: - - type: Transform - pos: 87.5,27.5 - parent: 2 - - uid: 33256 - components: - - type: Transform - pos: 86.5,27.5 - parent: 2 - - uid: 33257 - components: - - type: Transform - pos: 86.5,26.5 - parent: 2 - - uid: 33258 - components: - - type: Transform - pos: 86.5,25.5 - parent: 2 - - uid: 33259 - components: - - type: Transform - pos: 86.5,24.5 - parent: 2 - - uid: 33260 - components: - - type: Transform - pos: 86.5,23.5 - parent: 2 - - uid: 33261 - components: - - type: Transform - pos: 86.5,22.5 - parent: 2 - - uid: 33262 - components: - - type: Transform - pos: 83.5,25.5 - parent: 2 - - uid: 33263 - components: - - type: Transform - pos: 82.5,25.5 - parent: 2 - - uid: 33264 - components: - - type: Transform - pos: 81.5,25.5 - parent: 2 - - uid: 33265 - components: - - type: Transform - pos: 81.5,26.5 - parent: 2 - - uid: 33266 - components: - - type: Transform - pos: 81.5,27.5 - parent: 2 - - uid: 33267 - components: - - type: Transform - pos: 80.5,27.5 - parent: 2 - - uid: 33268 - components: - - type: Transform - pos: 79.5,27.5 - parent: 2 - - uid: 33269 - components: - - type: Transform - pos: 79.5,26.5 - parent: 2 - - uid: 33270 - components: - - type: Transform - pos: 79.5,25.5 - parent: 2 - - uid: 33271 - components: - - type: Transform - pos: 79.5,24.5 - parent: 2 - - uid: 33272 - components: - - type: Transform - pos: 79.5,28.5 - parent: 2 - - uid: 33273 - components: - - type: Transform - pos: 79.5,29.5 - parent: 2 - - uid: 33274 - components: - - type: Transform - pos: 79.5,30.5 - parent: 2 - - uid: 33275 - components: - - type: Transform - pos: 80.5,30.5 - parent: 2 - - uid: 33276 - components: - - type: Transform - pos: 81.5,29.5 - parent: 2 - - uid: 33277 - components: - - type: Transform - pos: 81.5,30.5 - parent: 2 - - uid: 33278 - components: - - type: Transform - pos: 81.5,31.5 - parent: 2 - - uid: 33279 - components: - - type: Transform - pos: 81.5,32.5 - parent: 2 - - uid: 33280 - components: - - type: Transform - pos: 79.5,31.5 - parent: 2 - - uid: 33281 - components: - - type: Transform - pos: 79.5,32.5 - parent: 2 - - uid: 33282 - components: - - type: Transform - pos: 79.5,33.5 - parent: 2 - - uid: 33283 - components: - - type: Transform - pos: 79.5,34.5 - parent: 2 - - uid: 33284 - components: - - type: Transform - pos: 78.5,34.5 - parent: 2 - - uid: 33285 - components: - - type: Transform - pos: 77.5,34.5 - parent: 2 - - uid: 33286 - components: - - type: Transform - pos: 76.5,34.5 - parent: 2 - - uid: 33287 - components: - - type: Transform - pos: 76.5,35.5 - parent: 2 - - uid: 33288 - components: - - type: Transform - pos: 76.5,36.5 - parent: 2 - - uid: 33289 - components: - - type: Transform - pos: 76.5,37.5 - parent: 2 - - uid: 33290 - components: - - type: Transform - pos: 76.5,38.5 - parent: 2 - - uid: 33291 - components: - - type: Transform - pos: 78.5,35.5 - parent: 2 - - uid: 33292 - components: - - type: Transform - pos: 78.5,36.5 - parent: 2 - - uid: 33293 - components: - - type: Transform - pos: 78.5,37.5 - parent: 2 - - uid: 33294 - components: - - type: Transform - pos: 78.5,38.5 - parent: 2 - - uid: 33295 - components: - - type: Transform - pos: 78.5,39.5 - parent: 2 - - uid: 33296 - components: - - type: Transform - pos: 78.5,40.5 - parent: 2 - - uid: 33297 - components: - - type: Transform - pos: 77.5,40.5 - parent: 2 - - uid: 33298 - components: - - type: Transform - pos: 76.5,40.5 - parent: 2 - - uid: 33299 - components: - - type: Transform - pos: 75.5,40.5 - parent: 2 - - uid: 33300 - components: - - type: Transform - pos: 74.5,40.5 - parent: 2 - - uid: 33301 - components: - - type: Transform - pos: 74.5,39.5 - parent: 2 - - uid: 33302 - components: - - type: Transform - pos: 74.5,38.5 - parent: 2 - - uid: 33303 - components: - - type: Transform - pos: 74.5,37.5 - parent: 2 - - uid: 33304 - components: - - type: Transform - pos: 74.5,36.5 - parent: 2 - - uid: 33305 - components: - - type: Transform - pos: 74.5,35.5 - parent: 2 - - uid: 33306 - components: - - type: Transform - pos: 74.5,34.5 - parent: 2 - - uid: 33307 - components: - - type: Transform - pos: 74.5,33.5 - parent: 2 - - uid: 33308 - components: - - type: Transform - pos: 74.5,32.5 - parent: 2 - - uid: 33309 - components: - - type: Transform - pos: 73.5,32.5 - parent: 2 - - uid: 33310 - components: - - type: Transform - pos: 72.5,32.5 - parent: 2 - - uid: 33326 - components: - - type: Transform - pos: 70.5,32.5 - parent: 2 - - uid: 33327 - components: - - type: Transform - pos: 69.5,32.5 - parent: 2 - - uid: 33328 - components: - - type: Transform - pos: 68.5,32.5 - parent: 2 - - uid: 33329 - components: - - type: Transform - pos: 67.5,32.5 - parent: 2 - - uid: 33330 - components: - - type: Transform - pos: 66.5,32.5 - parent: 2 - - uid: 33331 - components: - - type: Transform - pos: 65.5,32.5 - parent: 2 - - uid: 33332 - components: - - type: Transform - pos: 64.5,32.5 - parent: 2 - - uid: 33333 - components: - - type: Transform - pos: 64.5,33.5 - parent: 2 - - uid: 33334 - components: - - type: Transform - pos: 64.5,34.5 - parent: 2 - - uid: 33335 - components: - - type: Transform - pos: 65.5,34.5 - parent: 2 - - uid: 33336 - components: - - type: Transform - pos: 66.5,34.5 - parent: 2 - - uid: 33337 - components: - - type: Transform - pos: 67.5,34.5 - parent: 2 - - uid: 33338 - components: - - type: Transform - pos: 68.5,34.5 - parent: 2 - - uid: 33339 - components: - - type: Transform - pos: 69.5,34.5 - parent: 2 - - uid: 33340 - components: - - type: Transform - pos: 70.5,34.5 - parent: 2 - - uid: 33341 - components: - - type: Transform - pos: 71.5,34.5 - parent: 2 - - uid: 33342 - components: - - type: Transform - pos: 72.5,34.5 - parent: 2 - - uid: 33343 - components: - - type: Transform - pos: 72.5,35.5 - parent: 2 - - uid: 33344 - components: - - type: Transform - pos: 72.5,36.5 - parent: 2 - - uid: 33345 - components: - - type: Transform - pos: 72.5,37.5 - parent: 2 - - uid: 33346 - components: - - type: Transform - pos: 72.5,38.5 - parent: 2 - - uid: 33347 - components: - - type: Transform - pos: 72.5,39.5 - parent: 2 - - uid: 33348 - components: - - type: Transform - pos: 71.5,39.5 - parent: 2 - - uid: 33349 - components: - - type: Transform - pos: 70.5,39.5 - parent: 2 - - uid: 33350 - components: - - type: Transform - pos: 70.5,38.5 - parent: 2 - - uid: 33351 - components: - - type: Transform - pos: 70.5,37.5 - parent: 2 - - uid: 33352 - components: - - type: Transform - pos: 73.5,36.5 - parent: 2 - - uid: 33353 - components: - - type: Transform - pos: 61.5,32.5 - parent: 2 - - uid: 33354 - components: - - type: Transform - pos: 60.5,32.5 - parent: 2 - - uid: 33355 - components: - - type: Transform - pos: 59.5,32.5 - parent: 2 - - uid: 33356 - components: - - type: Transform - pos: 58.5,32.5 - parent: 2 - - uid: 33357 - components: - - type: Transform - pos: 57.5,32.5 - parent: 2 - - uid: 33358 - components: - - type: Transform - pos: 56.5,32.5 - parent: 2 - - uid: 33359 - components: - - type: Transform - pos: 55.5,32.5 - parent: 2 - - uid: 33360 - components: - - type: Transform - pos: 54.5,32.5 - parent: 2 - - uid: 33361 - components: - - type: Transform - pos: 53.5,32.5 - parent: 2 - - uid: 33362 - components: - - type: Transform - pos: 52.5,32.5 - parent: 2 - - uid: 33364 - components: - - type: Transform - pos: 52.5,33.5 - parent: 2 - - uid: 33365 - components: - - type: Transform - pos: 52.5,34.5 - parent: 2 - - uid: 33366 - components: - - type: Transform - pos: 52.5,35.5 - parent: 2 - - uid: 33367 - components: - - type: Transform - pos: 52.5,36.5 - parent: 2 - - uid: 33368 - components: - - type: Transform - pos: 52.5,37.5 - parent: 2 - - uid: 33369 - components: - - type: Transform - pos: 52.5,38.5 - parent: 2 - - uid: 33370 - components: - - type: Transform - pos: 52.5,39.5 - parent: 2 - - uid: 33371 - components: - - type: Transform - pos: 53.5,39.5 - parent: 2 - - uid: 33372 - components: - - type: Transform - pos: 54.5,39.5 - parent: 2 - - uid: 33373 - components: - - type: Transform - pos: 54.5,38.5 - parent: 2 - - uid: 33374 - components: - - type: Transform - pos: 54.5,37.5 - parent: 2 - - uid: 33375 - components: - - type: Transform - pos: 54.5,36.5 - parent: 2 - - uid: 33376 - components: - - type: Transform - pos: 54.5,35.5 - parent: 2 - - uid: 33377 - components: - - type: Transform - pos: 54.5,34.5 - parent: 2 - - uid: 33378 - components: - - type: Transform - pos: 55.5,34.5 - parent: 2 - - uid: 33379 - components: - - type: Transform - pos: 56.5,34.5 - parent: 2 - - uid: 33380 - components: - - type: Transform - pos: 57.5,34.5 - parent: 2 - - uid: 33381 - components: - - type: Transform - pos: 58.5,34.5 - parent: 2 - - uid: 33382 - components: - - type: Transform - pos: 59.5,34.5 - parent: 2 - - uid: 33383 - components: - - type: Transform - pos: 60.5,34.5 - parent: 2 - - uid: 33384 - components: - - type: Transform - pos: 60.5,35.5 - parent: 2 - - uid: 33385 - components: - - type: Transform - pos: 60.5,36.5 - parent: 2 - - uid: 33386 - components: - - type: Transform - pos: 59.5,36.5 - parent: 2 - - uid: 33387 - components: - - type: Transform - pos: 58.5,36.5 - parent: 2 - - uid: 33388 - components: - - type: Transform - pos: 58.5,37.5 - parent: 2 - - uid: 33389 - components: - - type: Transform - pos: 58.5,38.5 - parent: 2 - - uid: 33390 - components: - - type: Transform - pos: 59.5,38.5 - parent: 2 - - uid: 33391 - components: - - type: Transform - pos: 60.5,38.5 - parent: 2 - - uid: 33392 - components: - - type: Transform - pos: 61.5,38.5 - parent: 2 - - uid: 33393 - components: - - type: Transform - pos: 62.5,38.5 - parent: 2 - - uid: 33394 - components: - - type: Transform - pos: 63.5,38.5 - parent: 2 - - uid: 33395 - components: - - type: Transform - pos: 64.5,38.5 - parent: 2 - - uid: 33396 - components: - - type: Transform - pos: 64.5,39.5 - parent: 2 - - uid: 33397 - components: - - type: Transform - pos: 64.5,40.5 - parent: 2 - - uid: 33398 - components: - - type: Transform - pos: 64.5,41.5 - parent: 2 - - uid: 33399 - components: - - type: Transform - pos: 64.5,42.5 - parent: 2 - - uid: 33400 - components: - - type: Transform - pos: 65.5,42.5 - parent: 2 - - uid: 33401 - components: - - type: Transform - pos: 66.5,42.5 - parent: 2 - - uid: 33402 - components: - - type: Transform - pos: 66.5,41.5 - parent: 2 - - uid: 33403 - components: - - type: Transform - pos: 66.5,40.5 - parent: 2 - - uid: 33404 - components: - - type: Transform - pos: 66.5,39.5 - parent: 2 - - uid: 33405 - components: - - type: Transform - pos: 66.5,38.5 - parent: 2 - - uid: 33406 - components: - - type: Transform - pos: 66.5,37.5 - parent: 2 - - uid: 33407 - components: - - type: Transform - pos: 57.5,36.5 - parent: 2 - - uid: 33408 - components: - - type: Transform - pos: 56.5,36.5 - parent: 2 - - uid: 33409 - components: - - type: Transform - pos: 56.5,37.5 - parent: 2 - - uid: 33410 - components: - - type: Transform - pos: 56.5,38.5 - parent: 2 - - uid: 33411 - components: - - type: Transform - pos: 56.5,39.5 - parent: 2 - - uid: 33412 - components: - - type: Transform - pos: 56.5,40.5 - parent: 2 - - uid: 33413 - components: - - type: Transform - pos: 57.5,40.5 - parent: 2 - - uid: 33414 - components: - - type: Transform - pos: 58.5,40.5 - parent: 2 - - uid: 33415 - components: - - type: Transform - pos: 59.5,40.5 - parent: 2 - - uid: 33416 - components: - - type: Transform - pos: 60.5,40.5 - parent: 2 - - uid: 33417 - components: - - type: Transform - pos: 60.5,41.5 - parent: 2 - - uid: 33418 - components: - - type: Transform - pos: 60.5,42.5 - parent: 2 - - uid: 33419 - components: - - type: Transform - pos: 60.5,43.5 - parent: 2 - - uid: 33420 - components: - - type: Transform - pos: 60.5,44.5 - parent: 2 - - uid: 33421 - components: - - type: Transform - pos: 60.5,45.5 - parent: 2 - - uid: 33422 - components: - - type: Transform - pos: 60.5,46.5 - parent: 2 - - uid: 33423 - components: - - type: Transform - pos: 61.5,46.5 - parent: 2 - - uid: 33424 - components: - - type: Transform - pos: 62.5,46.5 - parent: 2 - - uid: 33425 - components: - - type: Transform - pos: 63.5,46.5 - parent: 2 - - uid: 33426 - components: - - type: Transform - pos: 64.5,46.5 - parent: 2 - - uid: 33427 - components: - - type: Transform - pos: 64.5,47.5 - parent: 2 - - uid: 33428 - components: - - type: Transform - pos: 64.5,48.5 - parent: 2 - - uid: 33429 - components: - - type: Transform - pos: 65.5,48.5 - parent: 2 - - uid: 33430 - components: - - type: Transform - pos: 66.5,48.5 - parent: 2 - - uid: 33431 - components: - - type: Transform - pos: 66.5,47.5 - parent: 2 - - uid: 33432 - components: - - type: Transform - pos: 66.5,46.5 - parent: 2 - - uid: 33433 - components: - - type: Transform - pos: 66.5,45.5 - parent: 2 - - uid: 33434 - components: - - type: Transform - pos: 66.5,44.5 - parent: 2 - - uid: 33435 - components: - - type: Transform - pos: 65.5,44.5 - parent: 2 - - uid: 33436 - components: - - type: Transform - pos: 64.5,44.5 - parent: 2 - - uid: 33437 - components: - - type: Transform - pos: 63.5,44.5 - parent: 2 - - uid: 33438 - components: - - type: Transform - pos: 62.5,44.5 - parent: 2 - - uid: 33439 - components: - - type: Transform - pos: 62.5,43.5 - parent: 2 - - uid: 33440 - components: - - type: Transform - pos: 62.5,42.5 - parent: 2 - - uid: 33441 - components: - - type: Transform - pos: 62.5,41.5 - parent: 2 - - uid: 33442 - components: - - type: Transform - pos: 62.5,40.5 - parent: 2 - - uid: 33443 - components: - - type: Transform - pos: 62.5,39.5 - parent: 2 - - uid: 33444 - components: - - type: Transform - pos: 62.5,47.5 - parent: 2 - - uid: 33445 - components: - - type: Transform - pos: 62.5,48.5 - parent: 2 - - uid: 33446 - components: - - type: Transform - pos: 62.5,49.5 - parent: 2 - - uid: 33447 - components: - - type: Transform - pos: 62.5,50.5 - parent: 2 - - uid: 33449 - components: - - type: Transform - pos: 69.5,46.5 - parent: 2 - - uid: 33450 - components: - - type: Transform - pos: 70.5,46.5 - parent: 2 - - uid: 33451 - components: - - type: Transform - pos: 71.5,46.5 - parent: 2 - - uid: 33452 - components: - - type: Transform - pos: 72.5,46.5 - parent: 2 - - uid: 33453 - components: - - type: Transform - pos: 72.5,45.5 - parent: 2 - - uid: 33454 - components: - - type: Transform - pos: 72.5,44.5 - parent: 2 - - uid: 33455 - components: - - type: Transform - pos: 71.5,44.5 - parent: 2 - - uid: 33456 - components: - - type: Transform - pos: 70.5,44.5 - parent: 2 - - uid: 33457 - components: - - type: Transform - pos: 70.5,43.5 - parent: 2 - - uid: 33458 - components: - - type: Transform - pos: 70.5,42.5 - parent: 2 - - uid: 33459 - components: - - type: Transform - pos: 70.5,41.5 - parent: 2 - - uid: 33460 - components: - - type: Transform - pos: 71.5,42.5 - parent: 2 - - uid: 33461 - components: - - type: Transform - pos: 72.5,42.5 - parent: 2 - - uid: 33462 - components: - - type: Transform - pos: 69.5,48.5 - parent: 2 - - uid: 33463 - components: - - type: Transform - pos: 70.5,48.5 - parent: 2 - - uid: 33464 - components: - - type: Transform - pos: 71.5,48.5 - parent: 2 - - uid: 33465 - components: - - type: Transform - pos: 72.5,48.5 - parent: 2 - - uid: 33466 - components: - - type: Transform - pos: 72.5,49.5 - parent: 2 - - uid: 33467 - components: - - type: Transform - pos: 72.5,50.5 - parent: 2 - - uid: 33468 - components: - - type: Transform - pos: 72.5,51.5 - parent: 2 - - uid: 33469 - components: - - type: Transform - pos: 72.5,52.5 - parent: 2 - - uid: 33470 - components: - - type: Transform - pos: 73.5,52.5 - parent: 2 - - uid: 33471 - components: - - type: Transform - pos: 74.5,52.5 - parent: 2 - - uid: 33472 - components: - - type: Transform - pos: 75.5,52.5 - parent: 2 - - uid: 33473 - components: - - type: Transform - pos: 76.5,52.5 - parent: 2 - - uid: 33474 - components: - - type: Transform - pos: 66.5,49.5 - parent: 2 - - uid: 33475 - components: - - type: Transform - pos: 66.5,50.5 - parent: 2 - - uid: 33476 - components: - - type: Transform - pos: 66.5,51.5 - parent: 2 - - uid: 33477 - components: - - type: Transform - pos: 66.5,52.5 - parent: 2 - - uid: 33478 - components: - - type: Transform - pos: 67.5,52.5 - parent: 2 - - uid: 33479 - components: - - type: Transform - pos: 68.5,52.5 - parent: 2 - - uid: 33480 - components: - - type: Transform - pos: 63.5,50.5 - parent: 2 - - uid: 33481 - components: - - type: Transform - pos: 64.5,50.5 - parent: 2 - - uid: 33482 - components: - - type: Transform - pos: 64.5,51.5 - parent: 2 - - uid: 33483 - components: - - type: Transform - pos: 64.5,52.5 - parent: 2 - - uid: 33484 - components: - - type: Transform - pos: 64.5,53.5 - parent: 2 - - uid: 33485 - components: - - type: Transform - pos: 64.5,54.5 - parent: 2 - - uid: 33486 - components: - - type: Transform - pos: 65.5,54.5 - parent: 2 - - uid: 33487 - components: - - type: Transform - pos: 66.5,54.5 - parent: 2 - - uid: 33488 - components: - - type: Transform - pos: 67.5,54.5 - parent: 2 - - uid: 33489 - components: - - type: Transform - pos: 68.5,54.5 - parent: 2 - - uid: 33490 - components: - - type: Transform - pos: 68.5,55.5 - parent: 2 - - uid: 33491 - components: - - type: Transform - pos: 68.5,56.5 - parent: 2 - - uid: 33492 - components: - - type: Transform - pos: 68.5,57.5 - parent: 2 - - uid: 33493 - components: - - type: Transform - pos: 68.5,58.5 - parent: 2 - - uid: 33494 - components: - - type: Transform - pos: 68.5,59.5 - parent: 2 - - uid: 33495 - components: - - type: Transform - pos: 68.5,60.5 - parent: 2 - - uid: 33496 - components: - - type: Transform - pos: 68.5,61.5 - parent: 2 - - uid: 33497 - components: - - type: Transform - pos: 68.5,62.5 - parent: 2 - - uid: 33498 - components: - - type: Transform - pos: 68.5,63.5 - parent: 2 - - uid: 33499 - components: - - type: Transform - pos: 68.5,64.5 - parent: 2 - - uid: 33500 - components: - - type: Transform - pos: 68.5,65.5 - parent: 2 - - uid: 33501 - components: - - type: Transform - pos: 68.5,66.5 - parent: 2 - - uid: 33502 - components: - - type: Transform - pos: 68.5,67.5 - parent: 2 - - uid: 33503 - components: - - type: Transform - pos: 61.5,48.5 - parent: 2 - - uid: 33504 - components: - - type: Transform - pos: 54.5,40.5 - parent: 2 - - uid: 33505 - components: - - type: Transform - pos: 54.5,41.5 - parent: 2 - - uid: 33506 - components: - - type: Transform - pos: 54.5,42.5 - parent: 2 - - uid: 33507 - components: - - type: Transform - pos: 53.5,42.5 - parent: 2 - - uid: 33508 - components: - - type: Transform - pos: 52.5,42.5 - parent: 2 - - uid: 33509 - components: - - type: Transform - pos: 60.5,48.5 - parent: 2 - - uid: 33510 - components: - - type: Transform - pos: 59.5,48.5 - parent: 2 - - uid: 33511 - components: - - type: Transform - pos: 58.5,48.5 - parent: 2 - - uid: 33512 - components: - - type: Transform - pos: 57.5,48.5 - parent: 2 - - uid: 33513 - components: - - type: Transform - pos: 56.5,48.5 - parent: 2 - - uid: 33514 - components: - - type: Transform - pos: 56.5,47.5 - parent: 2 - - uid: 33515 - components: - - type: Transform - pos: 56.5,46.5 - parent: 2 - - uid: 33516 - components: - - type: Transform - pos: 56.5,45.5 - parent: 2 - - uid: 33517 - components: - - type: Transform - pos: 56.5,44.5 - parent: 2 - - uid: 33518 - components: - - type: Transform - pos: 55.5,44.5 - parent: 2 - - uid: 33519 - components: - - type: Transform - pos: 54.5,44.5 - parent: 2 - - uid: 33520 - components: - - type: Transform - pos: 58.5,47.5 - parent: 2 - - uid: 33521 - components: - - type: Transform - pos: 58.5,46.5 - parent: 2 - - uid: 33522 - components: - - type: Transform - pos: 58.5,45.5 - parent: 2 - - uid: 33523 - components: - - type: Transform - pos: 58.5,44.5 - parent: 2 - - uid: 33524 - components: - - type: Transform - pos: 58.5,43.5 - parent: 2 - - uid: 33525 - components: - - type: Transform - pos: 58.5,42.5 - parent: 2 - - uid: 33526 - components: - - type: Transform - pos: 57.5,42.5 - parent: 2 - - uid: 33527 - components: - - type: Transform - pos: 56.5,42.5 - parent: 2 - - uid: 33528 - components: - - type: Transform - pos: 76.5,32.5 - parent: 2 - - uid: 33529 - components: - - type: Transform - pos: 77.5,32.5 - parent: 2 - - uid: 33530 - components: - - type: Transform - pos: 77.5,31.5 - parent: 2 - - uid: 33531 - components: - - type: Transform - pos: 77.5,30.5 - parent: 2 - - uid: 33532 - components: - - type: Transform - pos: 77.5,29.5 - parent: 2 - - uid: 33533 - components: - - type: Transform - pos: 77.5,28.5 - parent: 2 - - uid: 33534 - components: - - type: Transform - pos: 77.5,27.5 - parent: 2 - - uid: 33535 - components: - - type: Transform - pos: 77.5,26.5 - parent: 2 - - uid: 33536 - components: - - type: Transform - pos: 76.5,26.5 - parent: 2 - - uid: 33537 - components: - - type: Transform - pos: 75.5,26.5 - parent: 2 - - uid: 33538 - components: - - type: Transform - pos: 74.5,26.5 - parent: 2 - - uid: 33539 - components: - - type: Transform - pos: 73.5,26.5 - parent: 2 - - uid: 33540 - components: - - type: Transform - pos: 72.5,26.5 - parent: 2 - - uid: 33692 - components: - - type: Transform - pos: -56.5,-16.5 - parent: 2 - - uid: 33694 - components: - - type: Transform - pos: -56.5,-17.5 - parent: 2 - - uid: 33695 - components: - - type: Transform - pos: -55.5,-17.5 - parent: 2 - - uid: 33697 - components: - - type: Transform - pos: -54.5,-17.5 - parent: 2 - - uid: 33698 - components: - - type: Transform - pos: -53.5,-17.5 - parent: 2 - - uid: 33701 - components: - - type: Transform - pos: -56.5,17.5 - parent: 2 - - uid: 33703 - components: - - type: Transform - pos: -55.5,17.5 - parent: 2 - - uid: 33709 - components: - - type: Transform - pos: -53.5,19.5 - parent: 2 - - uid: 33728 - components: - - type: Transform - pos: 1.5,-39.5 - parent: 2 - - uid: 33729 - components: - - type: Transform - pos: 1.5,-40.5 - parent: 2 - - uid: 33730 - components: - - type: Transform - pos: 1.5,-41.5 - parent: 2 - - uid: 33731 - components: - - type: Transform - pos: 1.5,-42.5 - parent: 2 - - uid: 33732 - components: - - type: Transform - pos: 1.5,-43.5 - parent: 2 - - uid: 33733 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - - uid: 33734 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - uid: 33735 - components: - - type: Transform - pos: -2.5,-41.5 - parent: 2 - - uid: 33736 - components: - - type: Transform - pos: -2.5,-42.5 - parent: 2 - - uid: 33737 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 2 - - uid: 33738 - components: - - type: Transform - pos: -1.5,-43.5 - parent: 2 - - uid: 33739 - components: - - type: Transform - pos: -0.5,-43.5 - parent: 2 - - uid: 33740 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - - uid: 33741 - components: - - type: Transform - pos: 5.5,-38.5 - parent: 2 - - uid: 33742 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 33743 - components: - - type: Transform - pos: 5.5,-40.5 - parent: 2 - - uid: 33744 - components: - - type: Transform - pos: 5.5,-41.5 - parent: 2 - - uid: 33745 - components: - - type: Transform - pos: 5.5,-42.5 - parent: 2 - - uid: 33746 - components: - - type: Transform - pos: 5.5,-43.5 - parent: 2 - - uid: 33747 - components: - - type: Transform - pos: 4.5,-43.5 - parent: 2 - - uid: 33748 - components: - - type: Transform - pos: 3.5,-43.5 - parent: 2 - - uid: 33749 - components: - - type: Transform - pos: 2.5,-43.5 - parent: 2 - - uid: 33760 - components: - - type: Transform - pos: 3.5,7.5 - parent: 2 - - uid: 33761 - components: - - type: Transform - pos: 2.5,7.5 - parent: 2 - - uid: 33762 - components: - - type: Transform - pos: 1.5,7.5 - parent: 2 - - uid: 33763 - components: - - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 33764 - components: - - type: Transform - pos: -0.5,5.5 - parent: 2 - - uid: 33765 - components: - - type: Transform - pos: -0.5,6.5 - parent: 2 - - uid: 33766 - components: - - type: Transform - pos: -0.5,7.5 - parent: 2 - - uid: 33767 - components: - - type: Transform - pos: -1.5,7.5 - parent: 2 - - uid: 33768 - components: - - type: Transform - pos: -2.5,7.5 - parent: 2 - - uid: 33769 - components: - - type: Transform - pos: -3.5,7.5 - parent: 2 - - uid: 33770 - components: - - type: Transform - pos: -4.5,7.5 - parent: 2 - - uid: 33771 - components: - - type: Transform - pos: -5.5,7.5 - parent: 2 - - uid: 33772 - components: - - type: Transform - pos: -6.5,7.5 - parent: 2 - - uid: 33773 - components: - - type: Transform - pos: -7.5,7.5 - parent: 2 - - uid: 33774 - components: - - type: Transform - pos: -8.5,7.5 - parent: 2 - - uid: 33775 - components: - - type: Transform - pos: -9.5,7.5 - parent: 2 - - uid: 33776 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 2 - - uid: 33777 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 2 - - uid: 33778 - components: - - type: Transform - pos: -3.5,0.5 - parent: 2 - - uid: 33779 - components: - - type: Transform - pos: -4.5,0.5 - parent: 2 - - uid: 33780 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 33781 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 33782 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 2 - - uid: 33783 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 2 - - uid: 33784 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 2 - - uid: 33785 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 2 - - uid: 33786 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 2 - - uid: 33787 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 2 - - uid: 33788 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 2 - - uid: 33789 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 2 - - uid: 33790 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 2 - - uid: 33791 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 2 - - uid: 33792 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 2 - - uid: 33793 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 2 - - uid: 33794 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 2 - - uid: 33795 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 2 - - uid: 33796 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 2 - - uid: 33797 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 2 - - uid: 33798 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 2 - - uid: 33799 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 2 - - uid: 33800 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 2 - - uid: 33801 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 2 - - uid: 33802 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 2 - - uid: 33803 - components: - - type: Transform - pos: -14.5,-11.5 - parent: 2 - - uid: 33804 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 2 - - uid: 33805 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 2 - - uid: 33806 - components: - - type: Transform - pos: -13.5,-9.5 - parent: 2 - - uid: 33807 - components: - - type: Transform - pos: -13.5,-8.5 - parent: 2 - - uid: 33808 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 2 - - uid: 33809 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 2 - - uid: 33810 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 2 - - uid: 33811 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 2 - - uid: 33812 - components: - - type: Transform - pos: -17.5,-8.5 - parent: 2 - - uid: 33813 - components: - - type: Transform - pos: -17.5,-9.5 - parent: 2 - - uid: 33814 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 2 - - uid: 33815 - components: - - type: Transform - pos: -17.5,-11.5 - parent: 2 - - uid: 33816 - components: - - type: Transform - pos: -16.5,-11.5 - parent: 2 - - uid: 33817 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - - uid: 33818 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 2 - - uid: 33819 - components: - - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 33820 - components: - - type: Transform - pos: -19.5,-9.5 - parent: 2 - - uid: 33821 - components: - - type: Transform - pos: -19.5,-10.5 - parent: 2 - - uid: 33822 - components: - - type: Transform - pos: -19.5,-11.5 - parent: 2 - - uid: 33823 - components: - - type: Transform - pos: -20.5,-11.5 - parent: 2 - - uid: 33824 - components: - - type: Transform - pos: -22.5,-11.5 - parent: 2 - - uid: 33825 - components: - - type: Transform - pos: -23.5,-11.5 - parent: 2 - - uid: 33826 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 33827 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 2 - - uid: 33828 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - - uid: 33829 - components: - - type: Transform - pos: -23.5,-7.5 - parent: 2 - - uid: 33830 - components: - - type: Transform - pos: -23.5,-6.5 - parent: 2 - - uid: 33831 - components: - - type: Transform - pos: -27.5,-9.5 - parent: 2 - - uid: 33832 - components: - - type: Transform - pos: -27.5,-8.5 - parent: 2 - - uid: 33833 - components: - - type: Transform - pos: -27.5,-7.5 - parent: 2 - - uid: 33834 - components: - - type: Transform - pos: -26.5,-7.5 - parent: 2 - - uid: 33835 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 2 - - uid: 33836 - components: - - type: Transform - pos: -25.5,-8.5 - parent: 2 - - uid: 33837 - components: - - type: Transform - pos: -25.5,-9.5 - parent: 2 - - uid: 33838 - components: - - type: Transform - pos: -25.5,-10.5 - parent: 2 - - uid: 33839 - components: - - type: Transform - pos: -25.5,-11.5 - parent: 2 - - uid: 33840 - components: - - type: Transform - pos: -26.5,-11.5 - parent: 2 - - uid: 33841 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 2 - - uid: 33842 - components: - - type: Transform - pos: -28.5,-11.5 - parent: 2 - - uid: 33843 - components: - - type: Transform - pos: -29.5,-11.5 - parent: 2 - - uid: 33844 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 2 - - uid: 33845 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 2 - - uid: 33846 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 2 - - uid: 33871 - components: - - type: Transform - pos: 18.5,-8.5 - parent: 2 - - uid: 33872 - components: - - type: Transform - pos: 18.5,-9.5 - parent: 2 - - uid: 33873 - components: - - type: Transform - pos: 18.5,-10.5 - parent: 2 - - uid: 33874 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 2 - - uid: 33875 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 2 - - uid: 33876 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - uid: 33877 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 33878 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 2 - - uid: 33879 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 - - uid: 33880 - components: - - type: Transform - pos: 21.5,-4.5 - parent: 2 - - uid: 33881 - components: - - type: Transform - pos: 21.5,-3.5 - parent: 2 - - uid: 33882 - components: - - type: Transform - pos: 21.5,-2.5 - parent: 2 - - uid: 33883 - components: - - type: Transform - pos: 20.5,1.5 - parent: 2 - - uid: 33885 - components: - - type: Transform - pos: 26.5,1.5 - parent: 2 - - uid: 33890 - components: - - type: Transform - pos: 24.5,16.5 - parent: 2 - - uid: 33891 - components: - - type: Transform - pos: 23.5,16.5 - parent: 2 - - uid: 33892 - components: - - type: Transform - pos: 23.5,15.5 - parent: 2 - - uid: 33893 - components: - - type: Transform - pos: 23.5,14.5 - parent: 2 - - uid: 33894 - components: - - type: Transform - pos: 23.5,13.5 - parent: 2 - - uid: 33895 - components: - - type: Transform - pos: 23.5,12.5 - parent: 2 - - uid: 33896 - components: - - type: Transform - pos: 23.5,11.5 - parent: 2 - - uid: 33897 - components: - - type: Transform - pos: 23.5,10.5 - parent: 2 - - uid: 33898 - components: - - type: Transform - pos: 23.5,9.5 - parent: 2 - - uid: 33899 - components: - - type: Transform - pos: 24.5,9.5 - parent: 2 - - uid: 33900 - components: - - type: Transform - pos: 26.5,16.5 - parent: 2 - - uid: 33901 - components: - - type: Transform - pos: 27.5,16.5 - parent: 2 - - uid: 33902 - components: - - type: Transform - pos: 28.5,16.5 - parent: 2 - - uid: 33903 - components: - - type: Transform - pos: 29.5,16.5 - parent: 2 - - uid: 33904 - components: - - type: Transform - pos: 30.5,16.5 - parent: 2 - - uid: 33905 - components: - - type: Transform - pos: 31.5,16.5 - parent: 2 - - uid: 33906 - components: - - type: Transform - pos: 32.5,16.5 - parent: 2 - - uid: 33907 - components: - - type: Transform - pos: 33.5,16.5 - parent: 2 - - uid: 33908 - components: - - type: Transform - pos: 34.5,16.5 - parent: 2 - - uid: 33909 - components: - - type: Transform - pos: 17.5,16.5 - parent: 2 - - uid: 33910 - components: - - type: Transform - pos: 16.5,16.5 - parent: 2 - - uid: 33911 - components: - - type: Transform - pos: 15.5,16.5 - parent: 2 - - uid: 33912 - components: - - type: Transform - pos: 15.5,15.5 - parent: 2 - - uid: 33913 - components: - - type: Transform - pos: 15.5,14.5 - parent: 2 - - uid: 33914 - components: - - type: Transform - pos: 15.5,13.5 - parent: 2 - - uid: 33915 - components: - - type: Transform - pos: 15.5,12.5 - parent: 2 - - uid: 33916 - components: - - type: Transform - pos: 16.5,12.5 - parent: 2 - - uid: 33917 - components: - - type: Transform - pos: 18.5,12.5 - parent: 2 - - uid: 33918 - components: - - type: Transform - pos: 19.5,12.5 - parent: 2 - - uid: 33919 - components: - - type: Transform - pos: 20.5,12.5 - parent: 2 - - uid: 33920 - components: - - type: Transform - pos: 21.5,12.5 - parent: 2 - - uid: 33921 - components: - - type: Transform - pos: 21.5,13.5 - parent: 2 - - uid: 33922 - components: - - type: Transform - pos: 21.5,14.5 - parent: 2 - - uid: 33923 - components: - - type: Transform - pos: 21.5,15.5 - parent: 2 - - uid: 33924 - components: - - type: Transform - pos: 21.5,16.5 - parent: 2 - - uid: 33925 - components: - - type: Transform - pos: 20.5,16.5 - parent: 2 - - uid: 33926 - components: - - type: Transform - pos: 19.5,16.5 - parent: 2 - - uid: 33927 - components: - - type: Transform - pos: 18.5,16.5 - parent: 2 - - uid: 33928 - components: - - type: Transform - pos: 13.5,11.5 - parent: 2 - - uid: 33929 - components: - - type: Transform - pos: 13.5,10.5 - parent: 2 - - uid: 33930 - components: - - type: Transform - pos: 13.5,9.5 - parent: 2 - - uid: 33931 - components: - - type: Transform - pos: 12.5,9.5 - parent: 2 - - uid: 33932 - components: - - type: Transform - pos: 11.5,9.5 - parent: 2 - - uid: 33933 - components: - - type: Transform - pos: 9.5,9.5 - parent: 2 - - uid: 33934 - components: - - type: Transform - pos: 8.5,9.5 - parent: 2 - - uid: 33935 - components: - - type: Transform - pos: 7.5,9.5 - parent: 2 - - uid: 33936 - components: - - type: Transform - pos: 6.5,9.5 - parent: 2 - - uid: 33937 - components: - - type: Transform - pos: 5.5,9.5 - parent: 2 - - uid: 33938 - components: - - type: Transform - pos: 5.5,13.5 - parent: 2 - - uid: 33939 - components: - - type: Transform - pos: 6.5,13.5 - parent: 2 - - uid: 33940 - components: - - type: Transform - pos: 7.5,13.5 - parent: 2 - - uid: 33941 - components: - - type: Transform - pos: 8.5,13.5 - parent: 2 - - uid: 33942 - components: - - type: Transform - pos: 9.5,13.5 - parent: 2 - - uid: 33943 - components: - - type: Transform - pos: 11.5,13.5 - parent: 2 - - uid: 33944 - components: - - type: Transform - pos: 12.5,13.5 - parent: 2 - - uid: 33945 - components: - - type: Transform - pos: 13.5,13.5 - parent: 2 - - uid: 33946 - components: - - type: Transform - pos: 13.5,15.5 - parent: 2 - - uid: 33947 - components: - - type: Transform - pos: 6.5,15.5 - parent: 2 - - uid: 33948 - components: - - type: Transform - pos: 5.5,15.5 - parent: 2 - - uid: 33949 - components: - - type: Transform - pos: -3.5,14.5 - parent: 2 - - uid: 33950 - components: - - type: Transform - pos: -3.5,15.5 - parent: 2 - - uid: 33951 - components: - - type: Transform - pos: -3.5,16.5 - parent: 2 - - uid: 33952 - components: - - type: Transform - pos: -4.5,16.5 - parent: 2 - - uid: 33953 - components: - - type: Transform - pos: -5.5,16.5 - parent: 2 - - uid: 33954 - components: - - type: Transform - pos: -6.5,16.5 - parent: 2 - - uid: 33955 - components: - - type: Transform - pos: -7.5,16.5 - parent: 2 - - uid: 33956 - components: - - type: Transform - pos: -8.5,16.5 - parent: 2 - - uid: 33957 - components: - - type: Transform - pos: -8.5,15.5 - parent: 2 - - uid: 33958 - components: - - type: Transform - pos: -8.5,14.5 - parent: 2 - - uid: 33959 - components: - - type: Transform - pos: -8.5,12.5 - parent: 2 - - uid: 33960 - components: - - type: Transform - pos: -8.5,11.5 - parent: 2 - - uid: 33961 - components: - - type: Transform - pos: -8.5,10.5 - parent: 2 - - uid: 33962 - components: - - type: Transform - pos: -8.5,9.5 - parent: 2 - - uid: 33963 - components: - - type: Transform - pos: -7.5,9.5 - parent: 2 - - uid: 33964 - components: - - type: Transform - pos: -6.5,9.5 - parent: 2 - - uid: 33965 - components: - - type: Transform - pos: -5.5,9.5 - parent: 2 - - uid: 33966 - components: - - type: Transform - pos: -4.5,9.5 - parent: 2 - - uid: 33971 - components: - - type: Transform - pos: -11.5,14.5 - parent: 2 - - uid: 33972 - components: - - type: Transform - pos: -11.5,15.5 - parent: 2 - - uid: 33973 - components: - - type: Transform - pos: -11.5,16.5 - parent: 2 - - uid: 33974 - components: - - type: Transform - pos: -12.5,16.5 - parent: 2 - - uid: 33975 - components: - - type: Transform - pos: -13.5,16.5 - parent: 2 - - uid: 33976 - components: - - type: Transform - pos: -14.5,16.5 - parent: 2 - - uid: 33977 - components: - - type: Transform - pos: -14.5,15.5 - parent: 2 - - uid: 33978 - components: - - type: Transform - pos: -14.5,14.5 - parent: 2 - - uid: 33979 - components: - - type: Transform - pos: -17.5,14.5 - parent: 2 - - uid: 33980 - components: - - type: Transform - pos: -17.5,15.5 - parent: 2 - - uid: 33981 - components: - - type: Transform - pos: -17.5,16.5 - parent: 2 - - uid: 33982 - components: - - type: Transform - pos: -20.5,14.5 - parent: 2 - - uid: 33983 - components: - - type: Transform - pos: -20.5,15.5 - parent: 2 - - uid: 33984 - components: - - type: Transform - pos: -20.5,16.5 - parent: 2 - - uid: 33985 - components: - - type: Transform - pos: -23.5,14.5 - parent: 2 - - uid: 33986 - components: - - type: Transform - pos: -23.5,15.5 - parent: 2 - - uid: 33987 - components: - - type: Transform - pos: -23.5,16.5 - parent: 2 - - uid: 33988 - components: - - type: Transform - pos: -26.5,14.5 - parent: 2 - - uid: 33989 - components: - - type: Transform - pos: -26.5,15.5 - parent: 2 - - uid: 33990 - components: - - type: Transform - pos: -26.5,16.5 - parent: 2 - - uid: 33991 - components: - - type: Transform - pos: -29.5,14.5 - parent: 2 - - uid: 33992 - components: - - type: Transform - pos: -29.5,15.5 - parent: 2 - - uid: 33994 - components: - - type: Transform - pos: -29.5,12.5 - parent: 2 - - uid: 33995 - components: - - type: Transform - pos: -29.5,11.5 - parent: 2 - - uid: 33996 - components: - - type: Transform - pos: -29.5,10.5 - parent: 2 - - uid: 33997 - components: - - type: Transform - pos: -26.5,12.5 - parent: 2 - - uid: 33998 - components: - - type: Transform - pos: -26.5,11.5 - parent: 2 - - uid: 33999 - components: - - type: Transform - pos: -26.5,10.5 - parent: 2 - - uid: 34001 - components: - - type: Transform - pos: -23.5,12.5 - parent: 2 - - uid: 34002 - components: - - type: Transform - pos: -23.5,11.5 - parent: 2 - - uid: 34003 - components: - - type: Transform - pos: -23.5,10.5 - parent: 2 - - uid: 34005 - components: - - type: Transform - pos: -20.5,12.5 - parent: 2 - - uid: 34006 - components: - - type: Transform - pos: -20.5,11.5 - parent: 2 - - uid: 34007 - components: - - type: Transform - pos: -20.5,10.5 - parent: 2 - - uid: 34009 - components: - - type: Transform - pos: -17.5,12.5 - parent: 2 - - uid: 34010 - components: - - type: Transform - pos: -17.5,11.5 - parent: 2 - - uid: 34011 - components: - - type: Transform - pos: -17.5,10.5 - parent: 2 - - uid: 34015 - components: - - type: Transform - pos: -36.5,12.5 - parent: 2 - - uid: 34016 - components: - - type: Transform - pos: -37.5,12.5 - parent: 2 - - uid: 34017 - components: - - type: Transform - pos: -38.5,12.5 - parent: 2 - - uid: 34018 - components: - - type: Transform - pos: -39.5,12.5 - parent: 2 - - uid: 34019 - components: - - type: Transform - pos: -40.5,12.5 - parent: 2 - - uid: 34020 - components: - - type: Transform - pos: -40.5,11.5 - parent: 2 - - uid: 34021 - components: - - type: Transform - pos: -40.5,10.5 - parent: 2 - - uid: 34022 - components: - - type: Transform - pos: -41.5,10.5 - parent: 2 - - uid: 34023 - components: - - type: Transform - pos: -41.5,9.5 - parent: 2 - - uid: 34024 - components: - - type: Transform - pos: -41.5,8.5 - parent: 2 - - uid: 34025 - components: - - type: Transform - pos: -40.5,8.5 - parent: 2 - - uid: 34026 - components: - - type: Transform - pos: -39.5,8.5 - parent: 2 - - uid: 34027 - components: - - type: Transform - pos: -38.5,8.5 - parent: 2 - - uid: 34028 - components: - - type: Transform - pos: -37.5,8.5 - parent: 2 - - uid: 34029 - components: - - type: Transform - pos: -36.5,8.5 - parent: 2 - - uid: 34030 - components: - - type: Transform - pos: -35.5,8.5 - parent: 2 - - uid: 34031 - components: - - type: Transform - pos: -34.5,8.5 - parent: 2 - - uid: 34049 - components: - - type: Transform - pos: -52.5,19.5 - parent: 2 - - uid: 34068 - components: - - type: Transform - pos: -32.5,49.5 - parent: 2 - - uid: 34069 - components: - - type: Transform - pos: -13.5,36.5 - parent: 2 - - uid: 34070 - components: - - type: Transform - pos: -54.5,24.5 - parent: 2 - - uid: 34071 - components: - - type: Transform - pos: -12.5,36.5 - parent: 2 - - uid: 34074 - components: - - type: Transform - pos: -14.5,34.5 - parent: 2 - - uid: 34075 - components: - - type: Transform - pos: -14.5,33.5 - parent: 2 - - uid: 34076 - components: - - type: Transform - pos: -14.5,32.5 - parent: 2 - - uid: 34077 - components: - - type: Transform - pos: -14.5,31.5 - parent: 2 - - uid: 34078 - components: - - type: Transform - pos: -8.5,35.5 - parent: 2 - - uid: 34079 - components: - - type: Transform - pos: -7.5,35.5 - parent: 2 - - uid: 34080 - components: - - type: Transform - pos: -6.5,35.5 - parent: 2 - - uid: 34081 - components: - - type: Transform - pos: -5.5,35.5 - parent: 2 - - uid: 34082 - components: - - type: Transform - pos: -4.5,35.5 - parent: 2 - - uid: 34083 - components: - - type: Transform - pos: -9.5,32.5 - parent: 2 - - uid: 34084 - components: - - type: Transform - pos: -8.5,32.5 - parent: 2 - - uid: 34085 - components: - - type: Transform - pos: -7.5,32.5 - parent: 2 - - uid: 34086 - components: - - type: Transform - pos: -6.5,32.5 - parent: 2 - - uid: 34087 - components: - - type: Transform - pos: -5.5,32.5 - parent: 2 - - uid: 34088 - components: - - type: Transform - pos: -4.5,32.5 - parent: 2 - - uid: 34089 - components: - - type: Transform - pos: -5.5,25.5 - parent: 2 - - uid: 34090 - components: - - type: Transform - pos: -5.5,24.5 - parent: 2 - - uid: 34091 - components: - - type: Transform - pos: -5.5,23.5 - parent: 2 - - uid: 34092 - components: - - type: Transform - pos: -6.5,23.5 - parent: 2 - - uid: 34093 - components: - - type: Transform - pos: -7.5,23.5 - parent: 2 - - uid: 34094 - components: - - type: Transform - pos: -7.5,24.5 - parent: 2 - - uid: 34095 - components: - - type: Transform - pos: -8.5,24.5 - parent: 2 - - uid: 34096 - components: - - type: Transform - pos: -9.5,24.5 - parent: 2 - - uid: 34097 - components: - - type: Transform - pos: -10.5,24.5 - parent: 2 - - uid: 34098 - components: - - type: Transform - pos: -11.5,24.5 - parent: 2 - - uid: 34099 - components: - - type: Transform - pos: -11.5,25.5 - parent: 2 - - uid: 34100 - components: - - type: Transform - pos: -4.5,23.5 - parent: 2 - - uid: 34101 - components: - - type: Transform - pos: -1.5,27.5 - parent: 2 - - uid: 34102 - components: - - type: Transform - pos: -1.5,26.5 - parent: 2 - - uid: 34103 - components: - - type: Transform - pos: -1.5,25.5 - parent: 2 - - uid: 34104 - components: - - type: Transform - pos: -18.5,39.5 - parent: 2 - - uid: 34105 - components: - - type: Transform - pos: -17.5,40.5 - parent: 2 - - uid: 34106 - components: - - type: Transform - pos: -17.5,41.5 - parent: 2 - - uid: 34107 - components: - - type: Transform - pos: -17.5,42.5 - parent: 2 - - uid: 34108 - components: - - type: Transform - pos: -16.5,42.5 - parent: 2 - - uid: 34109 - components: - - type: Transform - pos: -16.5,43.5 - parent: 2 - - uid: 34110 - components: - - type: Transform - pos: -27.5,42.5 - parent: 2 - - uid: 34111 - components: - - type: Transform - pos: -26.5,42.5 - parent: 2 - - uid: 34112 - components: - - type: Transform - pos: -25.5,42.5 - parent: 2 - - uid: 34113 - components: - - type: Transform - pos: -24.5,42.5 - parent: 2 - - uid: 34114 - components: - - type: Transform - pos: -23.5,42.5 - parent: 2 - - uid: 34115 - components: - - type: Transform - pos: -22.5,42.5 - parent: 2 - - uid: 34116 - components: - - type: Transform - pos: -21.5,42.5 - parent: 2 - - uid: 34117 - components: - - type: Transform - pos: -20.5,42.5 - parent: 2 - - uid: 34119 - components: - - type: Transform - pos: -18.5,42.5 - parent: 2 - - uid: 34120 - components: - - type: Transform - pos: -24.5,43.5 - parent: 2 - - uid: 34123 - components: - - type: Transform - pos: -18.5,45.5 - parent: 2 - - uid: 34124 - components: - - type: Transform - pos: -29.5,41.5 - parent: 2 - - uid: 34125 - components: - - type: Transform - pos: -29.5,42.5 - parent: 2 - - uid: 34126 - components: - - type: Transform - pos: -29.5,43.5 - parent: 2 - - uid: 34128 - components: - - type: Transform - pos: 11.5,38.5 - parent: 2 - - uid: 34129 - components: - - type: Transform - pos: 11.5,37.5 - parent: 2 - - uid: 34130 - components: - - type: Transform - pos: 11.5,36.5 - parent: 2 - - uid: 34131 - components: - - type: Transform - pos: 11.5,35.5 - parent: 2 - - uid: 34132 - components: - - type: Transform - pos: 10.5,35.5 - parent: 2 - - uid: 34133 - components: - - type: Transform - pos: 9.5,35.5 - parent: 2 - - uid: 34134 - components: - - type: Transform - pos: 8.5,35.5 - parent: 2 - - uid: 34135 - components: - - type: Transform - pos: 7.5,35.5 - parent: 2 - - uid: 34136 - components: - - type: Transform - pos: 6.5,35.5 - parent: 2 - - uid: 34137 - components: - - type: Transform - pos: 5.5,35.5 - parent: 2 - - uid: 34138 - components: - - type: Transform - pos: 4.5,35.5 - parent: 2 - - uid: 34139 - components: - - type: Transform - pos: 4.5,36.5 - parent: 2 - - uid: 34140 - components: - - type: Transform - pos: 4.5,37.5 - parent: 2 - - uid: 34141 - components: - - type: Transform - pos: 4.5,38.5 - parent: 2 - - uid: 34142 - components: - - type: Transform - pos: 4.5,40.5 - parent: 2 - - uid: 34143 - components: - - type: Transform - pos: 4.5,41.5 - parent: 2 - - uid: 34144 - components: - - type: Transform - pos: 4.5,42.5 - parent: 2 - - uid: 34145 - components: - - type: Transform - pos: 5.5,42.5 - parent: 2 - - uid: 34146 - components: - - type: Transform - pos: 6.5,42.5 - parent: 2 - - uid: 34147 - components: - - type: Transform - pos: 7.5,42.5 - parent: 2 - - uid: 34148 - components: - - type: Transform - pos: 7.5,41.5 - parent: 2 - - uid: 34149 - components: - - type: Transform - pos: 7.5,40.5 - parent: 2 - - uid: 34150 - components: - - type: Transform - pos: 7.5,38.5 - parent: 2 - - uid: 34151 - components: - - type: Transform - pos: 7.5,37.5 - parent: 2 - - uid: 34152 - components: - - type: Transform - pos: 7.5,36.5 - parent: 2 - - uid: 34154 - components: - - type: Transform - pos: 9.5,42.5 - parent: 2 - - uid: 34155 - components: - - type: Transform - pos: 8.5,42.5 - parent: 2 - - uid: 34156 - components: - - type: Transform - pos: 18.5,38.5 - parent: 2 - - uid: 34157 - components: - - type: Transform - pos: 18.5,37.5 - parent: 2 - - uid: 34158 - components: - - type: Transform - pos: 18.5,36.5 - parent: 2 - - uid: 34159 - components: - - type: Transform - pos: 18.5,35.5 - parent: 2 - - uid: 34160 - components: - - type: Transform - pos: 17.5,35.5 - parent: 2 - - uid: 34161 - components: - - type: Transform - pos: 16.5,35.5 - parent: 2 - - uid: 34162 - components: - - type: Transform - pos: 16.5,36.5 - parent: 2 - - uid: 34163 - components: - - type: Transform - pos: 16.5,37.5 - parent: 2 - - uid: 34164 - components: - - type: Transform - pos: 16.5,38.5 - parent: 2 - - uid: 34165 - components: - - type: Transform - pos: 19.5,35.5 - parent: 2 - - uid: 34166 - components: - - type: Transform - pos: 20.5,35.5 - parent: 2 - - uid: 34167 - components: - - type: Transform - pos: 20.5,36.5 - parent: 2 - - uid: 34168 - components: - - type: Transform - pos: 20.5,37.5 - parent: 2 - - uid: 34169 - components: - - type: Transform - pos: 20.5,38.5 - parent: 2 - - uid: 34170 - components: - - type: Transform - pos: 20.5,39.5 - parent: 2 - - uid: 34171 - components: - - type: Transform - pos: 20.5,40.5 - parent: 2 - - uid: 34172 - components: - - type: Transform - pos: 21.5,35.5 - parent: 2 - - uid: 34173 - components: - - type: Transform - pos: 22.5,35.5 - parent: 2 - - uid: 34174 - components: - - type: Transform - pos: 23.5,35.5 - parent: 2 - - uid: 34175 - components: - - type: Transform - pos: 23.5,36.5 - parent: 2 - - uid: 34176 - components: - - type: Transform - pos: 23.5,37.5 - parent: 2 - - uid: 34177 - components: - - type: Transform - pos: 23.5,38.5 - parent: 2 - - uid: 34178 - components: - - type: Transform - pos: 23.5,39.5 - parent: 2 - - uid: 34179 - components: - - type: Transform - pos: 28.5,39.5 - parent: 2 - - uid: 34180 - components: - - type: Transform - pos: 22.5,40.5 - parent: 2 - - uid: 34181 - components: - - type: Transform - pos: 22.5,39.5 - parent: 2 - - uid: 34182 - components: - - type: Transform - pos: 21.5,39.5 - parent: 2 - - uid: 34184 - components: - - type: Transform - pos: 28.5,45.5 - parent: 2 - - uid: 34185 - components: - - type: Transform - pos: 29.5,45.5 - parent: 2 - - uid: 34187 - components: - - type: Transform - pos: 23.5,48.5 - parent: 2 - - uid: 34190 - components: - - type: Transform - pos: 29.5,50.5 - parent: 2 - - uid: 34191 - components: - - type: Transform - pos: 29.5,51.5 - parent: 2 - - uid: 34192 - components: - - type: Transform - pos: 29.5,52.5 - parent: 2 - - uid: 34193 - components: - - type: Transform - pos: 28.5,52.5 - parent: 2 - - uid: 34194 - components: - - type: Transform - pos: 27.5,52.5 - parent: 2 - - uid: 34195 - components: - - type: Transform - pos: 26.5,52.5 - parent: 2 - - uid: 34196 - components: - - type: Transform - pos: 25.5,52.5 - parent: 2 - - uid: 34197 - components: - - type: Transform - pos: 24.5,52.5 - parent: 2 - - uid: 34198 - components: - - type: Transform - pos: 24.5,51.5 - parent: 2 - - uid: 34199 - components: - - type: Transform - pos: 23.5,51.5 - parent: 2 - - uid: 34200 - components: - - type: Transform - pos: 23.5,50.5 - parent: 2 - - uid: 34201 - components: - - type: Transform - pos: 37.5,46.5 - parent: 2 - - uid: 34202 - components: - - type: Transform - pos: 36.5,46.5 - parent: 2 - - uid: 34203 - components: - - type: Transform - pos: 35.5,46.5 - parent: 2 - - uid: 34204 - components: - - type: Transform - pos: 34.5,46.5 - parent: 2 - - uid: 34205 - components: - - type: Transform - pos: 34.5,47.5 - parent: 2 - - uid: 34206 - components: - - type: Transform - pos: 34.5,48.5 - parent: 2 - - uid: 34207 - components: - - type: Transform - pos: 35.5,50.5 - parent: 2 - - uid: 34208 - components: - - type: Transform - pos: 35.5,51.5 - parent: 2 - - uid: 34209 - components: - - type: Transform - pos: 35.5,52.5 - parent: 2 - - uid: 34210 - components: - - type: Transform - pos: 35.5,53.5 - parent: 2 - - uid: 34211 - components: - - type: Transform - pos: 35.5,54.5 - parent: 2 - - uid: 34212 - components: - - type: Transform - pos: 35.5,55.5 - parent: 2 - - uid: 34213 - components: - - type: Transform - pos: 35.5,56.5 - parent: 2 - - uid: 34214 - components: - - type: Transform - pos: 35.5,57.5 - parent: 2 - - uid: 34215 - components: - - type: Transform - pos: 36.5,57.5 - parent: 2 - - uid: 34216 - components: - - type: Transform - pos: 48.5,57.5 - parent: 2 - - uid: 34217 - components: - - type: Transform - pos: 49.5,57.5 - parent: 2 - - uid: 34218 - components: - - type: Transform - pos: 49.5,56.5 - parent: 2 - - uid: 34219 - components: - - type: Transform - pos: 49.5,55.5 - parent: 2 - - uid: 34220 - components: - - type: Transform - pos: 49.5,54.5 - parent: 2 - - uid: 34221 - components: - - type: Transform - pos: 49.5,53.5 - parent: 2 - - uid: 34222 - components: - - type: Transform - pos: 49.5,52.5 - parent: 2 - - uid: 34223 - components: - - type: Transform - pos: 49.5,51.5 - parent: 2 - - uid: 34224 - components: - - type: Transform - pos: 49.5,50.5 - parent: 2 - - uid: 34225 - components: - - type: Transform - pos: 50.5,48.5 - parent: 2 - - uid: 34226 - components: - - type: Transform - pos: 50.5,47.5 - parent: 2 - - uid: 34227 - components: - - type: Transform - pos: 50.5,46.5 - parent: 2 - - uid: 34228 - components: - - type: Transform - pos: 49.5,46.5 - parent: 2 - - uid: 34229 - components: - - type: Transform - pos: 48.5,46.5 - parent: 2 - - uid: 34230 - components: - - type: Transform - pos: 47.5,46.5 - parent: 2 - - uid: 34231 - components: - - type: Transform - pos: 46.5,46.5 - parent: 2 - - uid: 34232 - components: - - type: Transform - pos: 45.5,46.5 - parent: 2 - - uid: 34233 - components: - - type: Transform - pos: 44.5,46.5 - parent: 2 - - uid: 34234 - components: - - type: Transform - pos: 43.5,46.5 - parent: 2 - - uid: 34235 - components: - - type: Transform - pos: 41.5,46.5 - parent: 2 - - uid: 34236 - components: - - type: Transform - pos: 40.5,46.5 - parent: 2 - - uid: 34237 - components: - - type: Transform - pos: 49.5,44.5 - parent: 2 - - uid: 34238 - components: - - type: Transform - pos: 48.5,44.5 - parent: 2 - - uid: 34239 - components: - - type: Transform - pos: 47.5,44.5 - parent: 2 - - uid: 34240 - components: - - type: Transform - pos: 46.5,44.5 - parent: 2 - - uid: 34241 - components: - - type: Transform - pos: 45.5,44.5 - parent: 2 - - uid: 34242 - components: - - type: Transform - pos: 44.5,44.5 - parent: 2 - - uid: 34243 - components: - - type: Transform - pos: 43.5,44.5 - parent: 2 - - uid: 34245 - components: - - type: Transform - pos: 41.5,44.5 - parent: 2 - - uid: 34246 - components: - - type: Transform - pos: 40.5,44.5 - parent: 2 - - uid: 34247 - components: - - type: Transform - pos: 38.5,44.5 - parent: 2 - - uid: 34248 - components: - - type: Transform - pos: 37.5,44.5 - parent: 2 - - uid: 34249 - components: - - type: Transform - pos: 37.5,43.5 - parent: 2 - - uid: 34250 - components: - - type: Transform - pos: 37.5,42.5 - parent: 2 - - uid: 34251 - components: - - type: Transform - pos: 37.5,41.5 - parent: 2 - - uid: 34252 - components: - - type: Transform - pos: 37.5,40.5 - parent: 2 - - uid: 34253 - components: - - type: Transform - pos: 37.5,39.5 - parent: 2 - - uid: 34254 - components: - - type: Transform - pos: 37.5,38.5 - parent: 2 - - uid: 34255 - components: - - type: Transform - pos: 37.5,37.5 - parent: 2 - - uid: 34256 - components: - - type: Transform - pos: 37.5,36.5 - parent: 2 - - uid: 34257 - components: - - type: Transform - pos: 37.5,35.5 - parent: 2 - - uid: 34258 - components: - - type: Transform - pos: 37.5,34.5 - parent: 2 - - uid: 34259 - components: - - type: Transform - pos: 37.5,33.5 - parent: 2 - - uid: 34260 - components: - - type: Transform - pos: 37.5,32.5 - parent: 2 - - uid: 34261 - components: - - type: Transform - pos: 38.5,32.5 - parent: 2 - - uid: 34262 - components: - - type: Transform - pos: 49.5,32.5 - parent: 2 - - uid: 34263 - components: - - type: Transform - pos: 49.5,33.5 - parent: 2 - - uid: 34264 - components: - - type: Transform - pos: 49.5,34.5 - parent: 2 - - uid: 34265 - components: - - type: Transform - pos: 48.5,34.5 - parent: 2 - - uid: 34266 - components: - - type: Transform - pos: 47.5,34.5 - parent: 2 - - uid: 34267 - components: - - type: Transform - pos: 46.5,34.5 - parent: 2 - - uid: 34268 - components: - - type: Transform - pos: 45.5,34.5 - parent: 2 - - uid: 34269 - components: - - type: Transform - pos: 44.5,34.5 - parent: 2 - - uid: 34270 - components: - - type: Transform - pos: 43.5,34.5 - parent: 2 - - uid: 34271 - components: - - type: Transform - pos: 42.5,34.5 - parent: 2 - - uid: 34272 - components: - - type: Transform - pos: 41.5,34.5 - parent: 2 - - uid: 34273 - components: - - type: Transform - pos: 40.5,34.5 - parent: 2 - - uid: 34275 - components: - - type: Transform - pos: 45.5,28.5 - parent: 2 - - uid: 34276 - components: - - type: Transform - pos: 45.5,27.5 - parent: 2 - - uid: 34277 - components: - - type: Transform - pos: 45.5,26.5 - parent: 2 - - uid: 34278 - components: - - type: Transform - pos: 49.5,25.5 - parent: 2 - - uid: 34281 - components: - - type: Transform - pos: 48.5,23.5 - parent: 2 - - uid: 34282 - components: - - type: Transform - pos: 47.5,23.5 - parent: 2 - - uid: 34283 - components: - - type: Transform - pos: 46.5,23.5 - parent: 2 - - uid: 34284 - components: - - type: Transform - pos: 45.5,23.5 - parent: 2 - - uid: 34285 - components: - - type: Transform - pos: 44.5,23.5 - parent: 2 - - uid: 34286 - components: - - type: Transform - pos: 43.5,23.5 - parent: 2 - - uid: 34287 - components: - - type: Transform - pos: 42.5,23.5 - parent: 2 - - uid: 34288 - components: - - type: Transform - pos: 42.5,24.5 - parent: 2 - - uid: 34289 - components: - - type: Transform - pos: 42.5,25.5 - parent: 2 - - uid: 34290 - components: - - type: Transform - pos: 42.5,26.5 - parent: 2 - - uid: 34293 - components: - - type: Transform - pos: 36.5,26.5 - parent: 2 - - uid: 34294 - components: - - type: Transform - pos: 37.5,26.5 - parent: 2 - - uid: 34295 - components: - - type: Transform - pos: 38.5,26.5 - parent: 2 - - uid: 34296 - components: - - type: Transform - pos: 39.5,26.5 - parent: 2 - - uid: 34297 - components: - - type: Transform - pos: 40.5,26.5 - parent: 2 - - uid: 34298 - components: - - type: Transform - pos: 31.5,30.5 - parent: 2 - - uid: 34299 - components: - - type: Transform - pos: 30.5,30.5 - parent: 2 - - uid: 34300 - components: - - type: Transform - pos: 29.5,30.5 - parent: 2 - - uid: 34301 - components: - - type: Transform - pos: 28.5,30.5 - parent: 2 - - uid: 34302 - components: - - type: Transform - pos: 27.5,30.5 - parent: 2 - - uid: 34303 - components: - - type: Transform - pos: 26.5,30.5 - parent: 2 - - uid: 34304 - components: - - type: Transform - pos: 26.5,29.5 - parent: 2 - - uid: 34305 - components: - - type: Transform - pos: 26.5,28.5 - parent: 2 - - uid: 34306 - components: - - type: Transform - pos: 26.5,24.5 - parent: 2 - - uid: 34307 - components: - - type: Transform - pos: 26.5,23.5 - parent: 2 - - uid: 34308 - components: - - type: Transform - pos: 27.5,23.5 - parent: 2 - - uid: 34309 - components: - - type: Transform - pos: 28.5,23.5 - parent: 2 - - uid: 34310 - components: - - type: Transform - pos: 29.5,23.5 - parent: 2 - - uid: 34311 - components: - - type: Transform - pos: 30.5,23.5 - parent: 2 - - uid: 34313 - components: - - type: Transform - pos: -71.5,14.5 - parent: 2 - - uid: 34314 - components: - - type: Transform - pos: -70.5,14.5 - parent: 2 - - uid: 34315 - components: - - type: Transform - pos: -69.5,14.5 - parent: 2 - - uid: 34316 - components: - - type: Transform - pos: -68.5,14.5 - parent: 2 - - uid: 34317 - components: - - type: Transform - pos: -68.5,15.5 - parent: 2 - - uid: 34318 - components: - - type: Transform - pos: 11.5,28.5 - parent: 2 - - uid: 34319 - components: - - type: Transform - pos: 11.5,27.5 - parent: 2 - - uid: 34320 - components: - - type: Transform - pos: 12.5,27.5 - parent: 2 - - uid: 34321 - components: - - type: Transform - pos: 13.5,27.5 - parent: 2 - - uid: 34322 - components: - - type: Transform - pos: 14.5,27.5 - parent: 2 - - uid: 34323 - components: - - type: Transform - pos: 14.5,28.5 - parent: 2 - - uid: 34324 - components: - - type: Transform - pos: 6.5,24.5 - parent: 2 - - uid: 34325 - components: - - type: Transform - pos: 6.5,23.5 - parent: 2 - - uid: 34326 - components: - - type: Transform - pos: 7.5,23.5 - parent: 2 - - uid: 34327 - components: - - type: Transform - pos: 8.5,23.5 - parent: 2 - - uid: 34328 - components: - - type: Transform - pos: 9.5,23.5 - parent: 2 - - uid: 34329 - components: - - type: Transform - pos: 10.5,23.5 - parent: 2 - - uid: 34330 - components: - - type: Transform - pos: 11.5,23.5 - parent: 2 - - uid: 34331 - components: - - type: Transform - pos: 12.5,23.5 - parent: 2 - - uid: 34332 - components: - - type: Transform - pos: 12.5,24.5 - parent: 2 - - uid: 34333 - components: - - type: Transform - pos: 4.5,28.5 - parent: 2 - - uid: 34334 - components: - - type: Transform - pos: 4.5,27.5 - parent: 2 - - uid: 34335 - components: - - type: Transform - pos: 5.5,27.5 - parent: 2 - - uid: 34336 - components: - - type: Transform - pos: 6.5,27.5 - parent: 2 - - uid: 34337 - components: - - type: Transform - pos: 7.5,27.5 - parent: 2 - - uid: 34338 - components: - - type: Transform - pos: 8.5,27.5 - parent: 2 - - uid: 34339 - components: - - type: Transform - pos: 9.5,27.5 - parent: 2 - - uid: 34340 - components: - - type: Transform - pos: 9.5,28.5 - parent: 2 - - uid: 34341 - components: - - type: Transform - pos: 17.5,58.5 - parent: 2 - - uid: 34342 - components: - - type: Transform - pos: 17.5,59.5 - parent: 2 - - uid: 34343 - components: - - type: Transform - pos: 16.5,59.5 - parent: 2 - - uid: 34344 - components: - - type: Transform - pos: 15.5,59.5 - parent: 2 - - uid: 34345 - components: - - type: Transform - pos: 14.5,59.5 - parent: 2 - - uid: 34346 - components: - - type: Transform - pos: 14.5,60.5 - parent: 2 - - uid: 34347 - components: - - type: Transform - pos: 13.5,59.5 - parent: 2 - - uid: 34348 - components: - - type: Transform - pos: 13.5,58.5 - parent: 2 - - uid: 34349 - components: - - type: Transform - pos: 12.5,58.5 - parent: 2 - - uid: 34350 - components: - - type: Transform - pos: 12.5,57.5 - parent: 2 - - uid: 34351 - components: - - type: Transform - pos: 12.5,56.5 - parent: 2 - - uid: 34352 - components: - - type: Transform - pos: 12.5,55.5 - parent: 2 - - uid: 34353 - components: - - type: Transform - pos: 12.5,54.5 - parent: 2 - - uid: 34354 - components: - - type: Transform - pos: -79.5,9.5 - parent: 2 - - uid: 34355 - components: - - type: Transform - pos: 10.5,57.5 - parent: 2 - - uid: 34356 - components: - - type: Transform - pos: 9.5,57.5 - parent: 2 - - uid: 34357 - components: - - type: Transform - pos: 8.5,57.5 - parent: 2 - - uid: 34358 - components: - - type: Transform - pos: 7.5,57.5 - parent: 2 - - uid: 34359 - components: - - type: Transform - pos: 6.5,57.5 - parent: 2 - - uid: 34360 - components: - - type: Transform - pos: 5.5,57.5 - parent: 2 - - uid: 34361 - components: - - type: Transform - pos: 4.5,57.5 - parent: 2 - - uid: 34362 - components: - - type: Transform - pos: 4.5,56.5 - parent: 2 - - uid: 34363 - components: - - type: Transform - pos: 4.5,55.5 - parent: 2 - - uid: 34364 - components: - - type: Transform - pos: 4.5,54.5 - parent: 2 - - uid: 34365 - components: - - type: Transform - pos: 4.5,53.5 - parent: 2 - - uid: 34366 - components: - - type: Transform - pos: 4.5,52.5 - parent: 2 - - uid: 34367 - components: - - type: Transform - pos: 4.5,51.5 - parent: 2 - - uid: 34368 - components: - - type: Transform - pos: 4.5,50.5 - parent: 2 - - uid: 34369 - components: - - type: Transform - pos: -79.5,7.5 - parent: 2 - - uid: 34370 - components: - - type: Transform - pos: 12.5,54.5 - parent: 2 - - uid: 34371 - components: - - type: Transform - pos: 12.5,53.5 - parent: 2 - - uid: 34372 - components: - - type: Transform - pos: 13.5,53.5 - parent: 2 - - uid: 34373 - components: - - type: Transform - pos: 14.5,53.5 - parent: 2 - - uid: 34374 - components: - - type: Transform - pos: 14.5,52.5 - parent: 2 - - uid: 34375 - components: - - type: Transform - pos: 15.5,52.5 - parent: 2 - - uid: 34376 - components: - - type: Transform - pos: 15.5,51.5 - parent: 2 - - uid: 34377 - components: - - type: Transform - pos: 16.5,51.5 - parent: 2 - - uid: 34378 - components: - - type: Transform - pos: -77.5,6.5 - parent: 2 - - uid: 34379 - components: - - type: Transform - pos: -77.5,7.5 - parent: 2 - - uid: 34385 - components: - - type: Transform - pos: 24.5,55.5 - parent: 2 - - uid: 34386 - components: - - type: Transform - pos: 24.5,57.5 - parent: 2 - - uid: 34387 - components: - - type: Transform - pos: 25.5,57.5 - parent: 2 - - uid: 34388 - components: - - type: Transform - pos: 26.5,57.5 - parent: 2 - - uid: 34389 - components: - - type: Transform - pos: 27.5,57.5 - parent: 2 - - uid: 34390 - components: - - type: Transform - pos: 28.5,57.5 - parent: 2 - - uid: 34391 - components: - - type: Transform - pos: 29.5,55.5 - parent: 2 - - uid: 34392 - components: - - type: Transform - pos: 30.5,55.5 - parent: 2 - - uid: 34393 - components: - - type: Transform - pos: 31.5,55.5 - parent: 2 - - uid: 34394 - components: - - type: Transform - pos: 24.5,57.5 - parent: 2 - - uid: 34395 - components: - - type: Transform - pos: 24.5,58.5 - parent: 2 - - uid: 34396 - components: - - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 34397 - components: - - type: Transform - pos: 23.5,59.5 - parent: 2 - - uid: 34398 - components: - - type: Transform - pos: 22.5,59.5 - parent: 2 - - uid: 34399 - components: - - type: Transform - pos: 22.5,60.5 - parent: 2 - - uid: 34400 - components: - - type: Transform - pos: 21.5,60.5 - parent: 2 - - uid: 34401 - components: - - type: Transform - pos: 20.5,60.5 - parent: 2 - - uid: 34402 - components: - - type: Transform - pos: 19.5,60.5 - parent: 2 - - uid: 34403 - components: - - type: Transform - pos: 18.5,60.5 - parent: 2 - - uid: 34404 - components: - - type: Transform - pos: 17.5,60.5 - parent: 2 - - uid: 34405 - components: - - type: Transform - pos: 16.5,60.5 - parent: 2 - - uid: 34406 - components: - - type: Transform - pos: 15.5,60.5 - parent: 2 - - uid: 34407 - components: - - type: Transform - pos: 14.5,60.5 - parent: 2 - - uid: 34408 - components: - - type: Transform - pos: 16.5,55.5 - parent: 2 - - uid: 34409 - components: - - type: Transform - pos: 15.5,55.5 - parent: 2 - - uid: 34410 - components: - - type: Transform - pos: 14.5,55.5 - parent: 2 - - uid: 34411 - components: - - type: Transform - pos: 13.5,55.5 - parent: 2 - - uid: 34412 - components: - - type: Transform - pos: 21.5,57.5 - parent: 2 - - uid: 34413 - components: - - type: Transform - pos: 21.5,58.5 - parent: 2 - - uid: 34414 - components: - - type: Transform - pos: 21.5,59.5 - parent: 2 - - uid: 34415 - components: - - type: Transform - pos: 16.5,2.5 - parent: 2 - - uid: 34425 - components: - - type: Transform - pos: -60.5,-6.5 - parent: 2 - - uid: 34426 - components: - - type: Transform - pos: -61.5,-6.5 - parent: 2 - - uid: 34427 - components: - - type: Transform - pos: -62.5,-6.5 - parent: 2 - - uid: 34428 - components: - - type: Transform - pos: -62.5,-7.5 - parent: 2 - - uid: 34429 - components: - - type: Transform - pos: -62.5,-8.5 - parent: 2 - - uid: 34430 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 34431 - components: - - type: Transform - pos: -61.5,-9.5 - parent: 2 - - uid: 34432 - components: - - type: Transform - pos: -60.5,-9.5 - parent: 2 - - uid: 34433 - components: - - type: Transform - pos: -58.5,-9.5 - parent: 2 - - uid: 34434 - components: - - type: Transform - pos: -57.5,-9.5 - parent: 2 - - uid: 34435 - components: - - type: Transform - pos: -57.5,-8.5 - parent: 2 - - uid: 34436 - components: - - type: Transform - pos: -57.5,-7.5 - parent: 2 - - uid: 34437 - components: - - type: Transform - pos: -57.5,-6.5 - parent: 2 - - uid: 34438 - components: - - type: Transform - pos: -58.5,-6.5 - parent: 2 - - uid: 34439 - components: - - type: Transform - pos: -60.5,-1.5 - parent: 2 - - uid: 34440 - components: - - type: Transform - pos: -61.5,-1.5 - parent: 2 - - uid: 34441 - components: - - type: Transform - pos: -62.5,-1.5 - parent: 2 - - uid: 34442 - components: - - type: Transform - pos: -62.5,-2.5 - parent: 2 - - uid: 34443 - components: - - type: Transform - pos: -62.5,-3.5 - parent: 2 - - uid: 34444 - components: - - type: Transform - pos: -62.5,-4.5 - parent: 2 - - uid: 34445 - components: - - type: Transform - pos: -61.5,-4.5 - parent: 2 - - uid: 34446 - components: - - type: Transform - pos: -60.5,-4.5 - parent: 2 - - uid: 34447 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - - uid: 34448 - components: - - type: Transform - pos: -58.5,-4.5 - parent: 2 - - uid: 34449 - components: - - type: Transform - pos: -57.5,-4.5 - parent: 2 - - uid: 34450 - components: - - type: Transform - pos: -57.5,-3.5 - parent: 2 - - uid: 34451 - components: - - type: Transform - pos: -57.5,-2.5 - parent: 2 - - uid: 34452 - components: - - type: Transform - pos: -57.5,-1.5 - parent: 2 - - uid: 34453 - components: - - type: Transform - pos: -56.5,-1.5 - parent: 2 - - uid: 34454 - components: - - type: Transform - pos: -55.5,-1.5 - parent: 2 - - uid: 34455 - components: - - type: Transform - pos: -54.5,-1.5 - parent: 2 - - uid: 34456 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 - - uid: 34457 - components: - - type: Transform - pos: -52.5,-1.5 - parent: 2 - - uid: 34458 - components: - - type: Transform - pos: -51.5,-1.5 - parent: 2 - - uid: 34459 - components: - - type: Transform - pos: -50.5,-1.5 - parent: 2 - - uid: 34460 - components: - - type: Transform - pos: -49.5,-1.5 - parent: 2 - - uid: 34461 - components: - - type: Transform - pos: -49.5,-2.5 - parent: 2 - - uid: 34462 - components: - - type: Transform - pos: -49.5,-3.5 - parent: 2 - - uid: 34463 - components: - - type: Transform - pos: -50.5,-3.5 - parent: 2 - - uid: 34464 - components: - - type: Transform - pos: -51.5,-3.5 - parent: 2 - - uid: 34465 - components: - - type: Transform - pos: -52.5,-3.5 - parent: 2 - - uid: 34466 - components: - - type: Transform - pos: -53.5,-3.5 - parent: 2 - - uid: 34467 - components: - - type: Transform - pos: -54.5,-3.5 - parent: 2 - - uid: 34468 - components: - - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 34469 - components: - - type: Transform - pos: -55.5,-2.5 - parent: 2 - - uid: 34470 - components: - - type: Transform - pos: -60.5,0.5 - parent: 2 - - uid: 34471 - components: - - type: Transform - pos: -61.5,0.5 - parent: 2 - - uid: 34472 - components: - - type: Transform - pos: -62.5,0.5 - parent: 2 - - uid: 34473 - components: - - type: Transform - pos: -62.5,1.5 - parent: 2 - - uid: 34474 - components: - - type: Transform - pos: -62.5,2.5 - parent: 2 - - uid: 34475 - components: - - type: Transform - pos: -62.5,3.5 - parent: 2 - - uid: 34476 - components: - - type: Transform - pos: -62.5,4.5 - parent: 2 - - uid: 34477 - components: - - type: Transform - pos: -62.5,5.5 - parent: 2 - - uid: 34478 - components: - - type: Transform - pos: -61.5,5.5 - parent: 2 - - uid: 34479 - components: - - type: Transform - pos: -60.5,5.5 - parent: 2 - - uid: 34480 - components: - - type: Transform - pos: -49.5,4.5 - parent: 2 - - uid: 34481 - components: - - type: Transform - pos: -49.5,3.5 - parent: 2 - - uid: 34482 - components: - - type: Transform - pos: -49.5,2.5 - parent: 2 - - uid: 34483 - components: - - type: Transform - pos: -49.5,1.5 - parent: 2 - - uid: 34484 - components: - - type: Transform - pos: -49.5,0.5 - parent: 2 - - uid: 34485 - components: - - type: Transform - pos: -50.5,0.5 - parent: 2 - - uid: 34486 - components: - - type: Transform - pos: -51.5,0.5 - parent: 2 - - uid: 34487 - components: - - type: Transform - pos: -52.5,0.5 - parent: 2 - - uid: 34488 - components: - - type: Transform - pos: -53.5,0.5 - parent: 2 - - uid: 34489 - components: - - type: Transform - pos: -54.5,0.5 - parent: 2 - - uid: 34490 - components: - - type: Transform - pos: -54.5,1.5 - parent: 2 - - uid: 34491 - components: - - type: Transform - pos: -54.5,2.5 - parent: 2 - - uid: 34492 - components: - - type: Transform - pos: -54.5,3.5 - parent: 2 - - uid: 34493 - components: - - type: Transform - pos: -55.5,3.5 - parent: 2 - - uid: 34494 - components: - - type: Transform - pos: -56.5,3.5 - parent: 2 - - uid: 34495 - components: - - type: Transform - pos: -57.5,3.5 - parent: 2 - - uid: 34496 - components: - - type: Transform - pos: -57.5,2.5 - parent: 2 - - uid: 34497 - components: - - type: Transform - pos: -57.5,1.5 - parent: 2 - - uid: 34498 - components: - - type: Transform - pos: -57.5,0.5 - parent: 2 - - uid: 34499 - components: - - type: Transform - pos: -58.5,0.5 - parent: 2 - - uid: 34500 - components: - - type: Transform - pos: -62.5,12.5 - parent: 2 - - uid: 34501 - components: - - type: Transform - pos: -47.5,13.5 - parent: 2 - - uid: 34502 - components: - - type: Transform - pos: -47.5,14.5 - parent: 2 - - uid: 34503 - components: - - type: Transform - pos: -48.5,14.5 - parent: 2 - - uid: 34504 - components: - - type: Transform - pos: -49.5,14.5 - parent: 2 - - uid: 34505 - components: - - type: Transform - pos: -50.5,14.5 - parent: 2 - - uid: 34506 - components: - - type: Transform - pos: -51.5,14.5 - parent: 2 - - uid: 34507 - components: - - type: Transform - pos: -47.5,12.5 - parent: 2 - - uid: 34508 - components: - - type: Transform - pos: -47.5,11.5 - parent: 2 - - uid: 34509 - components: - - type: Transform - pos: -47.5,17.5 - parent: 2 - - uid: 34510 - components: - - type: Transform - pos: -47.5,16.5 - parent: 2 - - uid: 34511 - components: - - type: Transform - pos: -47.5,18.5 - parent: 2 - - uid: 34512 - components: - - type: Transform - pos: -47.5,19.5 - parent: 2 - - uid: 34513 - components: - - type: Transform - pos: -48.5,19.5 - parent: 2 - - uid: 34514 - components: - - type: Transform - pos: -49.5,19.5 - parent: 2 - - uid: 34515 - components: - - type: Transform - pos: -50.5,19.5 - parent: 2 - - uid: 34516 - components: - - type: Transform - pos: -51.5,19.5 - parent: 2 - - uid: 34517 - components: - - type: Transform - pos: -51.5,20.5 - parent: 2 - - uid: 34518 - components: - - type: Transform - pos: -51.5,21.5 - parent: 2 - - uid: 34519 - components: - - type: Transform - pos: -48.5,22.5 - parent: 2 - - uid: 34520 - components: - - type: Transform - pos: -47.5,22.5 - parent: 2 - - uid: 34521 - components: - - type: Transform - pos: -47.5,21.5 - parent: 2 - - uid: 34522 - components: - - type: Transform - pos: -47.5,20.5 - parent: 2 - - uid: 34523 - components: - - type: Transform - pos: -48.5,20.5 - parent: 2 - - uid: 34524 - components: - - type: Transform - pos: -48.5,26.5 - parent: 2 - - uid: 34525 - components: - - type: Transform - pos: -47.5,26.5 - parent: 2 - - uid: 34526 - components: - - type: Transform - pos: -50.5,26.5 - parent: 2 - - uid: 34527 - components: - - type: Transform - pos: -51.5,26.5 - parent: 2 - - uid: 34528 - components: - - type: Transform - pos: -47.5,25.5 - parent: 2 - - uid: 34529 - components: - - type: Transform - pos: -55.5,30.5 - parent: 2 - - uid: 34530 - components: - - type: Transform - pos: -56.5,30.5 - parent: 2 - - uid: 34531 - components: - - type: Transform - pos: -53.5,33.5 - parent: 2 - - uid: 34532 - components: - - type: Transform - pos: -52.5,33.5 - parent: 2 - - uid: 34533 - components: - - type: Transform - pos: -51.5,33.5 - parent: 2 - - uid: 34534 - components: - - type: Transform - pos: -51.5,34.5 - parent: 2 - - uid: 34535 - components: - - type: Transform - pos: -51.5,35.5 - parent: 2 - - uid: 34536 - components: - - type: Transform - pos: -51.5,36.5 - parent: 2 - - uid: 34537 - components: - - type: Transform - pos: -52.5,36.5 - parent: 2 - - uid: 34538 - components: - - type: Transform - pos: -56.5,36.5 - parent: 2 - - uid: 34539 - components: - - type: Transform - pos: -57.5,36.5 - parent: 2 - - uid: 34540 - components: - - type: Transform - pos: -57.5,35.5 - parent: 2 - - uid: 34541 - components: - - type: Transform - pos: -57.5,33.5 - parent: 2 - - uid: 34542 - components: - - type: Transform - pos: -44.5,35.5 - parent: 2 - - uid: 34543 - components: - - type: Transform - pos: -45.5,35.5 - parent: 2 - - uid: 34544 - components: - - type: Transform - pos: -46.5,35.5 - parent: 2 - - uid: 34545 - components: - - type: Transform - pos: -47.5,35.5 - parent: 2 - - uid: 34546 - components: - - type: Transform - pos: -48.5,35.5 - parent: 2 - - uid: 34547 - components: - - type: Transform - pos: -49.5,35.5 - parent: 2 - - uid: 34548 - components: - - type: Transform - pos: -49.5,34.5 - parent: 2 - - uid: 34549 - components: - - type: Transform - pos: -49.5,33.5 - parent: 2 - - uid: 34550 - components: - - type: Transform - pos: -48.5,33.5 - parent: 2 - - uid: 34551 - components: - - type: Transform - pos: -47.5,33.5 - parent: 2 - - uid: 34552 - components: - - type: Transform - pos: -46.5,33.5 - parent: 2 - - uid: 34553 - components: - - type: Transform - pos: -45.5,33.5 - parent: 2 - - uid: 34554 - components: - - type: Transform - pos: -44.5,33.5 - parent: 2 - - uid: 34555 - components: - - type: Transform - pos: -42.5,33.5 - parent: 2 - - uid: 34556 - components: - - type: Transform - pos: -41.5,33.5 - parent: 2 - - uid: 34557 - components: - - type: Transform - pos: -41.5,34.5 - parent: 2 - - uid: 34558 - components: - - type: Transform - pos: -41.5,35.5 - parent: 2 - - uid: 34559 - components: - - type: Transform - pos: -42.5,35.5 - parent: 2 - - uid: 34560 - components: - - type: Transform - pos: -58.5,46.5 - parent: 2 - - uid: 34561 - components: - - type: Transform - pos: -57.5,46.5 - parent: 2 - - uid: 34562 - components: - - type: Transform - pos: -56.5,46.5 - parent: 2 - - uid: 34563 - components: - - type: Transform - pos: -55.5,46.5 - parent: 2 - - uid: 34564 - components: - - type: Transform - pos: -54.5,46.5 - parent: 2 - - uid: 34565 - components: - - type: Transform - pos: -54.5,47.5 - parent: 2 - - uid: 34566 - components: - - type: Transform - pos: -54.5,48.5 - parent: 2 - - uid: 34567 - components: - - type: Transform - pos: -54.5,49.5 - parent: 2 - - uid: 34568 - components: - - type: Transform - pos: -54.5,50.5 - parent: 2 - - uid: 34569 - components: - - type: Transform - pos: -54.5,51.5 - parent: 2 - - uid: 34570 - components: - - type: Transform - pos: -54.5,52.5 - parent: 2 - - uid: 34571 - components: - - type: Transform - pos: -54.5,53.5 - parent: 2 - - uid: 34578 - components: - - type: Transform - pos: -85.5,19.5 - parent: 2 - - uid: 34579 - components: - - type: Transform - pos: -86.5,19.5 - parent: 2 - - uid: 34583 - components: - - type: Transform - pos: -80.5,18.5 - parent: 2 - - uid: 34584 - components: - - type: Transform - pos: -81.5,18.5 - parent: 2 - - uid: 34585 - components: - - type: Transform - pos: -82.5,18.5 - parent: 2 - - uid: 34586 - components: - - type: Transform - pos: -83.5,18.5 - parent: 2 - - uid: 34592 - components: - - type: Transform - pos: -97.5,12.5 - parent: 2 - - uid: 34593 - components: - - type: Transform - pos: -96.5,12.5 - parent: 2 - - uid: 34594 - components: - - type: Transform - pos: -95.5,12.5 - parent: 2 - - uid: 34603 - components: - - type: Transform - pos: -85.5,12.5 - parent: 2 - - uid: 34606 - components: - - type: Transform - pos: -75.5,-2.5 - parent: 2 - - uid: 34608 - components: - - type: Transform - pos: -74.5,-2.5 - parent: 2 - - uid: 34609 - components: - - type: Transform - pos: -76.5,-5.5 - parent: 2 - - uid: 34610 - components: - - type: Transform - pos: -76.5,-6.5 - parent: 2 - - uid: 34611 - components: - - type: Transform - pos: -75.5,-6.5 - parent: 2 - - uid: 34612 - components: - - type: Transform - pos: -74.5,-6.5 - parent: 2 - - uid: 34613 - components: - - type: Transform - pos: -72.5,-6.5 - parent: 2 - - uid: 34615 - components: - - type: Transform - pos: -72.5,-5.5 - parent: 2 - - uid: 34616 - components: - - type: Transform - pos: -73.5,-6.5 - parent: 2 - - uid: 34700 - components: - - type: Transform - pos: 40.5,21.5 - parent: 2 - - uid: 34702 - components: - - type: Transform - pos: 41.5,21.5 - parent: 2 - - uid: 34710 - components: - - type: Transform - pos: 41.5,20.5 - parent: 2 - - uid: 34711 - components: - - type: Transform - pos: 41.5,19.5 - parent: 2 - - uid: 34712 - components: - - type: Transform - pos: 42.5,19.5 - parent: 2 - - uid: 34730 - components: - - type: Transform - pos: -30.5,-10.5 - parent: 2 - - uid: 34753 - components: - - type: Transform - pos: -39.5,59.5 - parent: 2 - - uid: 34754 - components: - - type: Transform - pos: -38.5,59.5 - parent: 2 - - uid: 34755 - components: - - type: Transform - pos: -40.5,59.5 - parent: 2 - - uid: 34756 - components: - - type: Transform - pos: -41.5,59.5 - parent: 2 - - uid: 34757 - components: - - type: Transform - pos: -42.5,59.5 - parent: 2 - - uid: 34854 - components: - - type: Transform - pos: -7.5,-41.5 - parent: 2 - - uid: 34855 - components: - - type: Transform - pos: 6.5,-34.5 - parent: 2 - - uid: 34856 - components: - - type: Transform - pos: -6.5,-42.5 - parent: 2 - - uid: 34857 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 2 - - uid: 34858 - components: - - type: Transform - pos: -8.5,-42.5 - parent: 2 - - uid: 34859 - components: - - type: Transform - pos: -9.5,-42.5 - parent: 2 - - uid: 34860 - components: - - type: Transform - pos: -10.5,-42.5 - parent: 2 - - uid: 34861 - components: - - type: Transform - pos: -11.5,-42.5 - parent: 2 - - uid: 34862 - components: - - type: Transform - pos: -12.5,-42.5 - parent: 2 - - uid: 34863 - components: - - type: Transform - pos: -13.5,-42.5 - parent: 2 - - uid: 34864 - components: - - type: Transform - pos: -13.5,-41.5 - parent: 2 - - uid: 34865 - components: - - type: Transform - pos: -13.5,-40.5 - parent: 2 - - uid: 34866 - components: - - type: Transform - pos: -15.5,-38.5 - parent: 2 - - uid: 34867 - components: - - type: Transform - pos: -15.5,-37.5 - parent: 2 - - uid: 34868 - components: - - type: Transform - pos: -14.5,-28.5 - parent: 2 - - uid: 34869 - components: - - type: Transform - pos: -16.5,-28.5 - parent: 2 - - uid: 34871 - components: - - type: Transform - pos: -16.5,-30.5 - parent: 2 - - uid: 34872 - components: - - type: Transform - pos: -15.5,-30.5 - parent: 2 - - uid: 34876 - components: - - type: Transform - pos: -15.5,-28.5 - parent: 2 - - uid: 34883 - components: - - type: Transform - pos: -9.5,-27.5 - parent: 2 - - uid: 34884 - components: - - type: Transform - pos: 7.5,-34.5 - parent: 2 - - uid: 34885 - components: - - type: Transform - pos: 7.5,-33.5 - parent: 2 - - uid: 34886 - components: - - type: Transform - pos: 7.5,-32.5 - parent: 2 - - uid: 34887 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 2 - - uid: 34888 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 2 - - uid: 34889 - components: - - type: Transform - pos: 5.5,-31.5 - parent: 2 - - uid: 34890 - components: - - type: Transform - pos: 4.5,-31.5 - parent: 2 - - uid: 34891 - components: - - type: Transform - pos: 3.5,-31.5 - parent: 2 - - uid: 34892 - components: - - type: Transform - pos: 2.5,-31.5 - parent: 2 - - uid: 34893 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 34894 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - uid: 34895 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 2 - - uid: 34896 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 2 - - uid: 34897 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 2 - - uid: 34898 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - - uid: 34899 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 2 - - uid: 34900 - components: - - type: Transform - pos: -4.5,-33.5 - parent: 2 - - uid: 34901 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 2 - - uid: 34902 - components: - - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 34903 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 34904 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 34905 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 34906 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 34907 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 34908 - components: - - type: Transform - pos: -4.5,-41.5 - parent: 2 - - uid: 34909 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 2 - - uid: 34910 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 34911 - components: - - type: Transform - pos: -3.5,-43.5 - parent: 2 - - uid: 34915 - components: - - type: Transform - pos: 6.5,-44.5 - parent: 2 - - uid: 34920 - components: - - type: Transform - pos: 6.5,-43.5 - parent: 2 - - uid: 34921 - components: - - type: Transform - pos: 6.5,-40.5 - parent: 2 - - uid: 34922 - components: - - type: Transform - pos: 7.5,-40.5 - parent: 2 - - uid: 34923 - components: - - type: Transform - pos: 8.5,-40.5 - parent: 2 - - uid: 34926 - components: - - type: Transform - pos: -9.5,-51.5 - parent: 2 - - uid: 34942 - components: - - type: Transform - pos: 86.5,18.5 - parent: 2 - - uid: 34943 - components: - - type: Transform - pos: 88.5,18.5 - parent: 2 - - uid: 34944 - components: - - type: Transform - pos: 89.5,18.5 - parent: 2 - - uid: 34945 - components: - - type: Transform - pos: 90.5,18.5 - parent: 2 - - uid: 34946 - components: - - type: Transform - pos: 91.5,18.5 - parent: 2 - - uid: 34947 - components: - - type: Transform - pos: 91.5,17.5 - parent: 2 - - uid: 34948 - components: - - type: Transform - pos: 91.5,16.5 - parent: 2 - - uid: 34949 - components: - - type: Transform - pos: 91.5,15.5 - parent: 2 - - uid: 34950 - components: - - type: Transform - pos: 90.5,15.5 - parent: 2 - - uid: 34951 - components: - - type: Transform - pos: 89.5,15.5 - parent: 2 - - uid: 34952 - components: - - type: Transform - pos: 88.5,15.5 - parent: 2 - - uid: 34953 - components: - - type: Transform - pos: 88.5,16.5 - parent: 2 - - uid: 34954 - components: - - type: Transform - pos: 88.5,17.5 - parent: 2 - - uid: 35000 - components: - - type: Transform - pos: 56.5,-42.5 - parent: 2 - - uid: 35021 - components: - - type: Transform - pos: 56.5,-43.5 - parent: 2 - - uid: 35022 - components: - - type: Transform - pos: 56.5,-44.5 - parent: 2 - - uid: 35023 - components: - - type: Transform - pos: 56.5,-45.5 - parent: 2 - - uid: 35024 - components: - - type: Transform - pos: 56.5,-46.5 - parent: 2 - - uid: 35025 - components: - - type: Transform - pos: 56.5,-47.5 - parent: 2 - - uid: 35026 - components: - - type: Transform - pos: 56.5,-48.5 - parent: 2 - - uid: 35027 - components: - - type: Transform - pos: 56.5,-49.5 - parent: 2 - - uid: 35028 - components: - - type: Transform - pos: 56.5,-50.5 - parent: 2 - - uid: 35029 - components: - - type: Transform - pos: 56.5,-51.5 - parent: 2 - - uid: 35030 - components: - - type: Transform - pos: 56.5,-52.5 - parent: 2 - - uid: 35031 - components: - - type: Transform - pos: 56.5,-53.5 - parent: 2 - - uid: 35032 - components: - - type: Transform - pos: 56.5,-54.5 - parent: 2 - - uid: 35033 - components: - - type: Transform - pos: 56.5,-55.5 - parent: 2 - - uid: 35034 - components: - - type: Transform - pos: 56.5,-56.5 - parent: 2 - - uid: 35035 - components: - - type: Transform - pos: 56.5,-57.5 - parent: 2 - - uid: 35036 - components: - - type: Transform - pos: 56.5,-58.5 - parent: 2 - - uid: 35037 - components: - - type: Transform - pos: 56.5,-59.5 - parent: 2 - - uid: 35038 - components: - - type: Transform - pos: 56.5,-60.5 - parent: 2 - - uid: 35039 - components: - - type: Transform - pos: 56.5,-61.5 - parent: 2 - - uid: 35040 - components: - - type: Transform - pos: 56.5,-62.5 - parent: 2 - - uid: 35041 - components: - - type: Transform - pos: 56.5,-63.5 - parent: 2 - - uid: 35042 - components: - - type: Transform - pos: 56.5,-64.5 - parent: 2 - - uid: 35043 - components: - - type: Transform - pos: 56.5,-65.5 - parent: 2 - - uid: 35044 - components: - - type: Transform - pos: 56.5,-66.5 - parent: 2 - - uid: 35045 - components: - - type: Transform - pos: 56.5,-67.5 - parent: 2 - - uid: 35046 - components: - - type: Transform - pos: 56.5,-68.5 - parent: 2 - - uid: 35047 - components: - - type: Transform - pos: 56.5,-69.5 - parent: 2 - - uid: 35048 - components: - - type: Transform - pos: 56.5,-70.5 - parent: 2 - - uid: 35049 - components: - - type: Transform - pos: 56.5,-71.5 - parent: 2 - - uid: 35050 - components: - - type: Transform - pos: 56.5,-72.5 - parent: 2 - - uid: 35051 - components: - - type: Transform - pos: 56.5,-73.5 - parent: 2 - - uid: 35052 - components: - - type: Transform - pos: 56.5,-74.5 - parent: 2 - - uid: 35053 - components: - - type: Transform - pos: 56.5,-75.5 - parent: 2 - - uid: 35054 - components: - - type: Transform - pos: 56.5,-76.5 - parent: 2 - - uid: 35055 - components: - - type: Transform - pos: 56.5,-77.5 - parent: 2 - - uid: 35056 - components: - - type: Transform - pos: 56.5,-78.5 - parent: 2 - - uid: 35057 - components: - - type: Transform - pos: 57.5,-78.5 - parent: 2 - - uid: 35058 - components: - - type: Transform - pos: 57.5,-79.5 - parent: 2 - - uid: 35059 - components: - - type: Transform - pos: 58.5,-79.5 - parent: 2 - - uid: 35060 - components: - - type: Transform - pos: 58.5,-80.5 - parent: 2 - - uid: 35061 - components: - - type: Transform - pos: 58.5,-81.5 - parent: 2 - - uid: 35062 - components: - - type: Transform - pos: 59.5,-81.5 - parent: 2 - - uid: 35063 - components: - - type: Transform - pos: 59.5,-82.5 - parent: 2 - - uid: 35064 - components: - - type: Transform - pos: 59.5,-83.5 - parent: 2 - - uid: 35065 - components: - - type: Transform - pos: 61.5,-83.5 - parent: 2 - - uid: 35066 - components: - - type: Transform - pos: 61.5,-83.5 - parent: 2 - - uid: 35068 - components: - - type: Transform - pos: 63.5,-84.5 - parent: 2 - - uid: 35069 - components: - - type: Transform - pos: 63.5,-85.5 - parent: 2 - - uid: 35070 - components: - - type: Transform - pos: 63.5,-86.5 - parent: 2 - - uid: 35071 - components: - - type: Transform - pos: 64.5,-86.5 - parent: 2 - - uid: 35072 - components: - - type: Transform - pos: 66.5,-86.5 - parent: 2 - - uid: 35073 - components: - - type: Transform - pos: 66.5,-86.5 - parent: 2 - - uid: 35074 - components: - - type: Transform - pos: 65.5,-86.5 - parent: 2 - - uid: 35080 - components: - - type: Transform - pos: 60.5,-83.5 - parent: 2 - - uid: 35081 - components: - - type: Transform - pos: 63.5,-83.5 - parent: 2 - - uid: 35082 - components: - - type: Transform - pos: 64.5,-83.5 - parent: 2 - - uid: 35196 - components: - - type: Transform - pos: -80.5,52.5 - parent: 2 - - uid: 35415 - components: - - type: Transform - pos: -80.5,53.5 - parent: 2 - - uid: 35416 - components: - - type: Transform - pos: -80.5,54.5 - parent: 2 - - uid: 35417 - components: - - type: Transform - pos: -80.5,55.5 - parent: 2 - - uid: 35418 - components: - - type: Transform - pos: -80.5,56.5 - parent: 2 - - uid: 35419 - components: - - type: Transform - pos: -80.5,57.5 - parent: 2 - - uid: 35420 - components: - - type: Transform - pos: -80.5,58.5 - parent: 2 - - uid: 35421 - components: - - type: Transform - pos: -80.5,59.5 - parent: 2 - - uid: 35422 - components: - - type: Transform - pos: -80.5,60.5 - parent: 2 - - uid: 35423 - components: - - type: Transform - pos: -80.5,61.5 - parent: 2 - - uid: 35424 - components: - - type: Transform - pos: -80.5,62.5 - parent: 2 - - uid: 35425 - components: - - type: Transform - pos: -80.5,63.5 - parent: 2 - - uid: 35426 - components: - - type: Transform - pos: -80.5,64.5 - parent: 2 - - uid: 35427 - components: - - type: Transform - pos: -80.5,65.5 - parent: 2 - - uid: 35428 - components: - - type: Transform - pos: -80.5,66.5 - parent: 2 - - uid: 35429 - components: - - type: Transform - pos: -80.5,67.5 - parent: 2 - - uid: 35430 - components: - - type: Transform - pos: -80.5,68.5 - parent: 2 - - uid: 35431 - components: - - type: Transform - pos: -80.5,69.5 - parent: 2 - - uid: 35432 - components: - - type: Transform - pos: -80.5,70.5 - parent: 2 - - uid: 35433 - components: - - type: Transform - pos: -80.5,71.5 - parent: 2 - - uid: 35434 - components: - - type: Transform - pos: -80.5,72.5 - parent: 2 - - uid: 35435 - components: - - type: Transform - pos: -80.5,73.5 - parent: 2 - - uid: 35436 - components: - - type: Transform - pos: -80.5,74.5 - parent: 2 - - uid: 35437 - components: - - type: Transform - pos: -80.5,75.5 - parent: 2 - - uid: 35438 - components: - - type: Transform - pos: -80.5,76.5 - parent: 2 - - uid: 35439 - components: - - type: Transform - pos: -80.5,77.5 - parent: 2 - - uid: 35440 - components: - - type: Transform - pos: -80.5,78.5 - parent: 2 - - uid: 35441 - components: - - type: Transform - pos: -80.5,79.5 - parent: 2 - - uid: 35442 - components: - - type: Transform - pos: -80.5,80.5 - parent: 2 - - uid: 35443 - components: - - type: Transform - pos: -80.5,81.5 - parent: 2 - - uid: 35444 - components: - - type: Transform - pos: -80.5,82.5 - parent: 2 - - uid: 35445 - components: - - type: Transform - pos: -80.5,83.5 - parent: 2 - - uid: 35446 - components: - - type: Transform - pos: -80.5,84.5 - parent: 2 - - uid: 35447 - components: - - type: Transform - pos: -80.5,85.5 - parent: 2 - - uid: 35448 - components: - - type: Transform - pos: -80.5,86.5 - parent: 2 - - uid: 35449 - components: - - type: Transform - pos: -80.5,87.5 - parent: 2 - - uid: 35450 - components: - - type: Transform - pos: -80.5,88.5 - parent: 2 - - uid: 35451 - components: - - type: Transform - pos: -80.5,89.5 - parent: 2 - - uid: 35452 - components: - - type: Transform - pos: -80.5,90.5 - parent: 2 - - uid: 35453 - components: - - type: Transform - pos: -80.5,91.5 - parent: 2 - - uid: 35454 - components: - - type: Transform - pos: -80.5,92.5 - parent: 2 - - uid: 35455 - components: - - type: Transform - pos: -80.5,93.5 - parent: 2 - - uid: 35456 - components: - - type: Transform - pos: -80.5,94.5 - parent: 2 - - uid: 35457 - components: - - type: Transform - pos: -80.5,95.5 - parent: 2 - - uid: 35458 - components: - - type: Transform - pos: -80.5,97.5 - parent: 2 - - uid: 35459 - components: - - type: Transform - pos: -80.5,98.5 - parent: 2 - - uid: 35460 - components: - - type: Transform - pos: -80.5,99.5 - parent: 2 - - uid: 35461 - components: - - type: Transform - pos: -79.5,89.5 - parent: 2 - - uid: 35463 - components: - - type: Transform - pos: -79.5,79.5 - parent: 2 - - uid: 35464 - components: - - type: Transform - pos: -79.5,69.5 - parent: 2 - - uid: 35465 - components: - - type: Transform - pos: -79.5,59.5 - parent: 2 - - uid: 35813 - components: - - type: Transform - pos: 29.5,39.5 - parent: 2 - - uid: 36051 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 2 - - uid: 36052 - components: - - type: Transform - pos: -52.5,-16.5 - parent: 2 - - uid: 36053 - components: - - type: Transform - pos: -48.5,9.5 - parent: 2 - - uid: 36291 - components: - - type: Transform - pos: -47.5,31.5 - parent: 2 - - uid: 36292 - components: - - type: Transform - pos: -48.5,32.5 - parent: 2 - - uid: 36293 - components: - - type: Transform - pos: -47.5,32.5 - parent: 2 - - uid: 36294 - components: - - type: Transform - pos: -46.5,32.5 - parent: 2 - - uid: 36295 - components: - - type: Transform - pos: -48.5,36.5 - parent: 2 - - uid: 36296 - components: - - type: Transform - pos: -47.5,36.5 - parent: 2 - - uid: 36297 - components: - - type: Transform - pos: -46.5,36.5 - parent: 2 - - uid: 36298 - components: - - type: Transform - pos: -50.5,35.5 - parent: 2 - - uid: 36299 - components: - - type: Transform - pos: -50.5,34.5 - parent: 2 - - uid: 36300 - components: - - type: Transform - pos: -50.5,33.5 - parent: 2 - - uid: 36301 - components: - - type: Transform - pos: -58.5,33.5 - parent: 2 - - uid: 36302 - components: - - type: Transform - pos: -56.5,26.5 - parent: 2 - - uid: 36303 - components: - - type: Transform - pos: -56.5,27.5 - parent: 2 - - uid: 36304 - components: - - type: Transform - pos: -56.5,23.5 - parent: 2 - - uid: 36305 - components: - - type: Transform - pos: -56.5,22.5 - parent: 2 - - uid: 36343 - components: - - type: Transform - pos: -50.5,15.5 - parent: 2 - - uid: 36344 - components: - - type: Transform - pos: -49.5,15.5 - parent: 2 - - uid: 36345 - components: - - type: Transform - pos: -48.5,15.5 - parent: 2 - - uid: 36346 - components: - - type: Transform - pos: -21.5,23.5 - parent: 2 - - uid: 36347 - components: - - type: Transform - pos: -20.5,23.5 - parent: 2 - - uid: 36348 - components: - - type: Transform - pos: -19.5,23.5 - parent: 2 - - uid: 36349 - components: - - type: Transform - pos: -21.5,24.5 - parent: 2 - - uid: 36352 - components: - - type: Transform - pos: 3.5,27.5 - parent: 2 - - uid: 36353 - components: - - type: Transform - pos: 8.5,26.5 - parent: 2 - - uid: 36354 - components: - - type: Transform - pos: 9.5,26.5 - parent: 2 - - uid: 36355 - components: - - type: Transform - pos: 11.5,26.5 - parent: 2 - - uid: 36356 - components: - - type: Transform - pos: 19.5,22.5 - parent: 2 - - uid: 36357 - components: - - type: Transform - pos: 36.5,56.5 - parent: 2 - - uid: 36358 - components: - - type: Transform - pos: 36.5,55.5 - parent: 2 - - uid: 36359 - components: - - type: Transform - pos: 36.5,54.5 - parent: 2 - - uid: 36360 - components: - - type: Transform - pos: 37.5,58.5 - parent: 2 - - uid: 36361 - components: - - type: Transform - pos: 41.5,58.5 - parent: 2 - - uid: 36362 - components: - - type: Transform - pos: 42.5,56.5 - parent: 2 - - uid: 36363 - components: - - type: Transform - pos: 42.5,55.5 - parent: 2 - - uid: 36364 - components: - - type: Transform - pos: 42.5,54.5 - parent: 2 - - uid: 36365 - components: - - type: Transform - pos: 43.5,58.5 - parent: 2 - - uid: 36366 - components: - - type: Transform - pos: 47.5,58.5 - parent: 2 - - uid: 36367 - components: - - type: Transform - pos: 48.5,56.5 - parent: 2 - - uid: 36368 - components: - - type: Transform - pos: 48.5,55.5 - parent: 2 - - uid: 36369 - components: - - type: Transform - pos: 48.5,54.5 - parent: 2 - - uid: 36370 - components: - - type: Transform - pos: 45.5,52.5 - parent: 2 - - uid: 36371 - components: - - type: Transform - pos: 44.5,52.5 - parent: 2 - - uid: 36372 - components: - - type: Transform - pos: 43.5,52.5 - parent: 2 - - uid: 36373 - components: - - type: Transform - pos: 48.5,52.5 - parent: 2 - - uid: 36374 - components: - - type: Transform - pos: 49.5,52.5 - parent: 2 - - uid: 36375 - components: - - type: Transform - pos: 50.5,52.5 - parent: 2 - - uid: 36376 - components: - - type: Transform - pos: 41.5,52.5 - parent: 2 - - uid: 36377 - components: - - type: Transform - pos: 40.5,52.5 - parent: 2 - - uid: 36378 - components: - - type: Transform - pos: 39.5,52.5 - parent: 2 - - uid: 36379 - components: - - type: Transform - pos: 35.5,52.5 - parent: 2 - - uid: 36380 - components: - - type: Transform - pos: 34.5,52.5 - parent: 2 - - uid: 36395 - components: - - type: Transform - pos: -18.5,30.5 - parent: 2 - - uid: 36396 - components: - - type: Transform - pos: -30.5,37.5 - parent: 2 - - uid: 36397 - components: - - type: Transform - pos: -31.5,37.5 - parent: 2 - - uid: 36398 - components: - - type: Transform - pos: -32.5,37.5 - parent: 2 -- proto: CablecuffsBroken - entities: - - uid: 5375 - components: - - type: Transform - pos: 58.823177,56.228245 - parent: 2 - - uid: 5376 - components: - - type: Transform - pos: 59.354427,55.61887 - parent: 2 - - uid: 6998 - components: - - type: Transform - pos: -30.291754,-34.461353 - parent: 2 -- proto: CableHV - entities: - - uid: 91 - components: - - type: Transform - pos: -62.5,27.5 - parent: 2 - - uid: 112 - components: - - type: Transform - pos: -62.5,25.5 - parent: 2 - - uid: 122 - components: - - type: Transform - pos: -61.5,33.5 - parent: 2 - - uid: 137 - components: - - type: Transform - pos: -5.5,70.5 - parent: 2 - - uid: 200 - components: - - type: Transform - pos: -29.5,-5.5 - parent: 2 - - uid: 208 - components: - - type: Transform - pos: -61.5,31.5 - parent: 2 - - uid: 216 - components: - - type: Transform - pos: -61.5,34.5 - parent: 2 - - uid: 233 - components: - - type: Transform - pos: -51.5,61.5 - parent: 2 - - uid: 246 - components: - - type: Transform - pos: -46.5,57.5 - parent: 2 - - uid: 275 - components: - - type: Transform - pos: -51.5,60.5 - parent: 2 - - uid: 383 - components: - - type: Transform - pos: -62.5,35.5 - parent: 2 - - uid: 419 - components: - - type: Transform - pos: -59.5,36.5 - parent: 2 - - uid: 420 - components: - - type: Transform - pos: -60.5,27.5 - parent: 2 - - uid: 421 - components: - - type: Transform - pos: -59.5,35.5 - parent: 2 - - uid: 979 - components: - - type: Transform - pos: -33.5,-6.5 - parent: 2 - - uid: 1459 - components: - - type: Transform - pos: -10.5,68.5 - parent: 2 - - uid: 2526 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 3658 - components: - - type: Transform - pos: -60.5,36.5 - parent: 2 - - uid: 3660 - components: - - type: Transform - pos: -61.5,35.5 - parent: 2 - - uid: 3893 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - - uid: 4040 - components: - - type: Transform - pos: -51.5,17.5 - parent: 2 - - uid: 4053 - components: - - type: Transform - pos: -49.5,17.5 - parent: 2 - - uid: 4084 - components: - - type: Transform - pos: -50.5,17.5 - parent: 2 - - uid: 4190 - components: - - type: Transform - pos: -52.5,17.5 - parent: 2 - - uid: 4332 - components: - - type: Transform - pos: -48.5,17.5 - parent: 2 - - uid: 4335 - components: - - type: Transform - pos: 32.5,36.5 - parent: 2 - - uid: 4336 - components: - - type: Transform - pos: -47.5,17.5 - parent: 2 - - uid: 4428 - components: - - type: Transform - pos: -47.5,18.5 - parent: 2 - - uid: 4735 - components: - - type: Transform - pos: -25.5,23.5 - parent: 2 - - uid: 4765 - components: - - type: Transform - pos: -27.5,23.5 - parent: 2 - - uid: 4828 - components: - - type: Transform - pos: 32.5,35.5 - parent: 2 - - uid: 4852 - components: - - type: Transform - pos: -82.5,-45.5 - parent: 2 - - uid: 4853 - components: - - type: Transform - pos: -93.5,-33.5 - parent: 2 - - uid: 4873 - components: - - type: Transform - pos: -84.5,-45.5 - parent: 2 - - uid: 4874 - components: - - type: Transform - pos: -85.5,-45.5 - parent: 2 - - uid: 4875 - components: - - type: Transform - pos: -86.5,-48.5 - parent: 2 - - uid: 4878 - components: - - type: Transform - pos: -83.5,-45.5 - parent: 2 - - uid: 4879 - components: - - type: Transform - pos: -94.5,-33.5 - parent: 2 - - uid: 4883 - components: - - type: Transform - pos: -60.5,44.5 - parent: 2 - - uid: 4884 - components: - - type: Transform - pos: -92.5,-33.5 - parent: 2 - - uid: 5260 - components: - - type: Transform - pos: 33.5,36.5 - parent: 2 - - uid: 5870 - components: - - type: Transform - pos: -53.5,17.5 - parent: 2 - - uid: 5922 - components: - - type: Transform - pos: -41.5,56.5 - parent: 2 - - uid: 5925 - components: - - type: Transform - pos: -42.5,56.5 - parent: 2 - - uid: 5965 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - - uid: 6396 - components: - - type: Transform - pos: -24.5,27.5 - parent: 2 - - uid: 7293 - components: - - type: Transform - pos: -25.5,26.5 - parent: 2 - - uid: 7323 - components: - - type: Transform - pos: -95.5,-33.5 - parent: 2 - - uid: 7408 - components: - - type: Transform - pos: -89.5,51.5 - parent: 2 - - uid: 7409 - components: - - type: Transform - pos: -95.5,54.5 - parent: 2 - - uid: 7410 - components: - - type: Transform - pos: -87.5,51.5 - parent: 2 - - uid: 7466 - components: - - type: Transform - pos: -46.5,56.5 - parent: 2 - - uid: 7467 - components: - - type: Transform - pos: -6.5,70.5 - parent: 2 - - uid: 7473 - components: - - type: Transform - pos: -4.5,70.5 - parent: 2 - - uid: 7474 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - - uid: 7488 - components: - - type: Transform - pos: -7.5,69.5 - parent: 2 - - uid: 7489 - components: - - type: Transform - pos: -11.5,68.5 - parent: 2 - - uid: 7492 - components: - - type: Transform - pos: -51.5,59.5 - parent: 2 - - uid: 7581 - components: - - type: Transform - pos: -43.5,69.5 - parent: 2 - - uid: 7630 - components: - - type: Transform - pos: -69.5,24.5 - parent: 2 - - uid: 7694 - components: - - type: Transform - pos: -96.5,-33.5 - parent: 2 - - uid: 7710 - components: - - type: Transform - pos: -97.5,-33.5 - parent: 2 - - uid: 7715 - components: - - type: Transform - pos: -95.5,-35.5 - parent: 2 - - uid: 7964 - components: - - type: Transform - pos: -51.5,56.5 - parent: 2 - - uid: 8147 - components: - - type: Transform - pos: -71.5,-33.5 - parent: 2 - - uid: 8152 - components: - - type: Transform - pos: -48.5,-35.5 - parent: 2 - - uid: 8153 - components: - - type: Transform - pos: -70.5,-33.5 - parent: 2 - - uid: 8283 - components: - - type: Transform - pos: -52.5,54.5 - parent: 2 - - uid: 8315 - components: - - type: Transform - pos: -51.5,54.5 - parent: 2 - - uid: 8317 - components: - - type: Transform - pos: -51.5,57.5 - parent: 2 - - uid: 8318 - components: - - type: Transform - pos: -51.5,58.5 - parent: 2 - - uid: 8319 - components: - - type: Transform - pos: -51.5,55.5 - parent: 2 - - uid: 8467 - components: - - type: Transform - pos: -31.5,52.5 - parent: 2 - - uid: 8469 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - - uid: 8639 - components: - - type: Transform - pos: -70.5,24.5 - parent: 2 - - uid: 8690 - components: - - type: Transform - pos: -92.5,-35.5 - parent: 2 - - uid: 8854 - components: - - type: Transform - pos: -99.5,51.5 - parent: 2 - - uid: 8868 - components: - - type: Transform - pos: -60.5,35.5 - parent: 2 - - uid: 8932 - components: - - type: Transform - pos: -61.5,27.5 - parent: 2 - - uid: 8940 - components: - - type: Transform - pos: -61.5,26.5 - parent: 2 - - uid: 8947 - components: - - type: Transform - pos: -61.5,29.5 - parent: 2 - - uid: 8948 - components: - - type: Transform - pos: -61.5,28.5 - parent: 2 - - uid: 8956 - components: - - type: Transform - pos: -61.5,30.5 - parent: 2 - - uid: 8978 - components: - - type: Transform - pos: -62.5,36.5 - parent: 2 - - uid: 8980 - components: - - type: Transform - pos: -63.5,35.5 - parent: 2 - - uid: 8982 - components: - - type: Transform - pos: -61.5,36.5 - parent: 2 - - uid: 9057 - components: - - type: Transform - pos: -97.5,-34.5 - parent: 2 - - uid: 9144 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 9515 - components: - - type: Transform - pos: -5.5,64.5 - parent: 2 - - uid: 9516 - components: - - type: Transform - pos: -3.5,64.5 - parent: 2 - - uid: 9542 - components: - - type: Transform - pos: -7.5,64.5 - parent: 2 - - uid: 9561 - components: - - type: Transform - pos: -12.5,64.5 - parent: 2 - - uid: 9562 - components: - - type: Transform - pos: -26.5,64.5 - parent: 2 - - uid: 9564 - components: - - type: Transform - pos: -26.5,63.5 - parent: 2 - - uid: 9565 - components: - - type: Transform - pos: -26.5,62.5 - parent: 2 - - uid: 9566 - components: - - type: Transform - pos: -26.5,61.5 - parent: 2 - - uid: 9569 - components: - - type: Transform - pos: -26.5,60.5 - parent: 2 - - uid: 9573 - components: - - type: Transform - pos: -26.5,59.5 - parent: 2 - - uid: 9575 - components: - - type: Transform - pos: -26.5,58.5 - parent: 2 - - uid: 9576 - components: - - type: Transform - pos: -26.5,57.5 - parent: 2 - - uid: 9577 - components: - - type: Transform - pos: -26.5,56.5 - parent: 2 - - uid: 9708 - components: - - type: Transform - pos: -94.5,-35.5 - parent: 2 - - uid: 9709 - components: - - type: Transform - pos: -75.5,51.5 - parent: 2 - - uid: 9710 - components: - - type: Transform - pos: -97.5,-35.5 - parent: 2 - - uid: 9711 - components: - - type: Transform - pos: -85.5,-53.5 - parent: 2 - - uid: 9712 - components: - - type: Transform - pos: -87.5,-59.5 - parent: 2 - - uid: 9713 - components: - - type: Transform - pos: -90.5,-49.5 - parent: 2 - - uid: 9714 - components: - - type: Transform - pos: -95.5,-48.5 - parent: 2 - - uid: 9715 - components: - - type: Transform - pos: -97.5,-50.5 - parent: 2 - - uid: 9716 - components: - - type: Transform - pos: -83.5,-48.5 - parent: 2 - - uid: 9717 - components: - - type: Transform - pos: -86.5,-54.5 - parent: 2 - - uid: 9718 - components: - - type: Transform - pos: -84.5,-48.5 - parent: 2 - - uid: 9719 - components: - - type: Transform - pos: -84.5,-58.5 - parent: 2 - - uid: 9720 - components: - - type: Transform - pos: -81.5,-58.5 - parent: 2 - - uid: 9723 - components: - - type: Transform - pos: -84.5,-50.5 - parent: 2 - - uid: 9724 - components: - - type: Transform - pos: -85.5,-48.5 - parent: 2 - - uid: 9725 - components: - - type: Transform - pos: -84.5,-55.5 - parent: 2 - - uid: 9726 - components: - - type: Transform - pos: -85.5,-50.5 - parent: 2 - - uid: 9727 - components: - - type: Transform - pos: -84.5,-53.5 - parent: 2 - - uid: 9728 - components: - - type: Transform - pos: -86.5,-50.5 - parent: 2 - - uid: 9729 - components: - - type: Transform - pos: -83.5,-53.5 - parent: 2 - - uid: 9730 - components: - - type: Transform - pos: -97.5,-53.5 - parent: 2 - - uid: 9731 - components: - - type: Transform - pos: -92.5,-53.5 - parent: 2 - - uid: 9732 - components: - - type: Transform - pos: -82.5,-53.5 - parent: 2 - - uid: 9736 - components: - - type: Transform - pos: -70.5,51.5 - parent: 2 - - uid: 9738 - components: - - type: Transform - pos: -76.5,51.5 - parent: 2 - - uid: 9739 - components: - - type: Transform - pos: -86.5,51.5 - parent: 2 - - uid: 9740 - components: - - type: Transform - pos: -85.5,51.5 - parent: 2 - - uid: 9741 - components: - - type: Transform - pos: -69.5,51.5 - parent: 2 - - uid: 9743 - components: - - type: Transform - pos: -83.5,51.5 - parent: 2 - - uid: 9748 - components: - - type: Transform - pos: 58.5,-79.5 - parent: 2 - - uid: 9749 - components: - - type: Transform - pos: 64.5,-45.5 - parent: 2 - - uid: 9750 - components: - - type: Transform - pos: 59.5,-49.5 - parent: 2 - - uid: 9751 - components: - - type: Transform - pos: 61.5,-49.5 - parent: 2 - - uid: 9752 - components: - - type: Transform - pos: 65.5,-50.5 - parent: 2 - - uid: 9754 - components: - - type: Transform - pos: -62.5,40.5 - parent: 2 - - uid: 9755 - components: - - type: Transform - pos: -63.5,40.5 - parent: 2 - - uid: 9756 - components: - - type: Transform - pos: -65.5,40.5 - parent: 2 - - uid: 9757 - components: - - type: Transform - pos: -66.5,40.5 - parent: 2 - - uid: 9758 - components: - - type: Transform - pos: -66.5,41.5 - parent: 2 - - uid: 9759 - components: - - type: Transform - pos: -66.5,43.5 - parent: 2 - - uid: 9760 - components: - - type: Transform - pos: -66.5,44.5 - parent: 2 - - uid: 9761 - components: - - type: Transform - pos: -66.5,45.5 - parent: 2 - - uid: 9762 - components: - - type: Transform - pos: -66.5,46.5 - parent: 2 - - uid: 9763 - components: - - type: Transform - pos: -66.5,50.5 - parent: 2 - - uid: 9764 - components: - - type: Transform - pos: -66.5,51.5 - parent: 2 - - uid: 9765 - components: - - type: Transform - pos: -67.5,51.5 - parent: 2 - - uid: 9766 - components: - - type: Transform - pos: 62.5,-61.5 - parent: 2 - - uid: 9767 - components: - - type: Transform - pos: 60.5,-61.5 - parent: 2 - - uid: 9768 - components: - - type: Transform - pos: 50.5,-61.5 - parent: 2 - - uid: 9769 - components: - - type: Transform - pos: -84.5,51.5 - parent: 2 - - uid: 9770 - components: - - type: Transform - pos: -73.5,51.5 - parent: 2 - - uid: 9771 - components: - - type: Transform - pos: 48.5,-61.5 - parent: 2 - - uid: 9772 - components: - - type: Transform - pos: 67.5,-85.5 - parent: 2 - - uid: 9773 - components: - - type: Transform - pos: 63.5,-86.5 - parent: 2 - - uid: 9774 - components: - - type: Transform - pos: -72.5,51.5 - parent: 2 - - uid: 9775 - components: - - type: Transform - pos: -71.5,51.5 - parent: 2 - - uid: 9776 - components: - - type: Transform - pos: 57.5,-80.5 - parent: 2 - - uid: 9777 - components: - - type: Transform - pos: 57.5,-76.5 - parent: 2 - - uid: 9778 - components: - - type: Transform - pos: 50.5,-51.5 - parent: 2 - - uid: 9779 - components: - - type: Transform - pos: 50.5,-49.5 - parent: 2 - - uid: 9780 - components: - - type: Transform - pos: 51.5,-49.5 - parent: 2 - - uid: 9781 - components: - - type: Transform - pos: 52.5,-49.5 - parent: 2 - - uid: 9782 - components: - - type: Transform - pos: 55.5,-45.5 - parent: 2 - - uid: 9783 - components: - - type: Transform - pos: 57.5,-45.5 - parent: 2 - - uid: 9802 - components: - - type: Transform - pos: -92.5,-58.5 - parent: 2 - - uid: 9803 - components: - - type: Transform - pos: -95.5,-58.5 - parent: 2 - - uid: 9804 - components: - - type: Transform - pos: -98.5,-34.5 - parent: 2 - - uid: 9805 - components: - - type: Transform - pos: -96.5,-35.5 - parent: 2 - - uid: 9806 - components: - - type: Transform - pos: -89.5,-62.5 - parent: 2 - - uid: 9809 - components: - - type: Transform - pos: -87.5,-64.5 - parent: 2 - - uid: 9810 - components: - - type: Transform - pos: -86.5,-63.5 - parent: 2 - - uid: 9812 - components: - - type: Transform - pos: -89.5,-64.5 - parent: 2 - - uid: 9813 - components: - - type: Transform - pos: -82.5,-34.5 - parent: 2 - - uid: 9814 - components: - - type: Transform - pos: -77.5,-34.5 - parent: 2 - - uid: 9816 - components: - - type: Transform - pos: -83.5,-34.5 - parent: 2 - - uid: 9817 - components: - - type: Transform - pos: -76.5,-34.5 - parent: 2 - - uid: 9820 - components: - - type: Transform - pos: -80.5,-34.5 - parent: 2 - - uid: 9827 - components: - - type: Transform - pos: -89.5,-48.5 - parent: 2 - - uid: 9828 - components: - - type: Transform - pos: -89.5,-49.5 - parent: 2 - - uid: 9830 - components: - - type: Transform - pos: -89.5,-50.5 - parent: 2 - - uid: 9831 - components: - - type: Transform - pos: -89.5,-61.5 - parent: 2 - - uid: 9834 - components: - - type: Transform - pos: -78.5,51.5 - parent: 2 - - uid: 9836 - components: - - type: Transform - pos: -85.5,-63.5 - parent: 2 - - uid: 9838 - components: - - type: Transform - pos: -81.5,-34.5 - parent: 2 - - uid: 9839 - components: - - type: Transform - pos: -84.5,-34.5 - parent: 2 - - uid: 9849 - components: - - type: Transform - pos: -85.5,-34.5 - parent: 2 - - uid: 9881 - components: - - type: Transform - pos: -54.5,35.5 - parent: 2 - - uid: 9898 - components: - - type: Transform - pos: -57.5,39.5 - parent: 2 - - uid: 9903 - components: - - type: Transform - pos: -57.5,40.5 - parent: 2 - - uid: 9904 - components: - - type: Transform - pos: -58.5,40.5 - parent: 2 - - uid: 9905 - components: - - type: Transform - pos: -56.5,34.5 - parent: 2 - - uid: 9909 - components: - - type: Transform - pos: -63.5,36.5 - parent: 2 - - uid: 9911 - components: - - type: Transform - pos: -57.5,34.5 - parent: 2 - - uid: 9912 - components: - - type: Transform - pos: -58.5,34.5 - parent: 2 - - uid: 9914 - components: - - type: Transform - pos: -59.5,34.5 - parent: 2 - - uid: 9941 - components: - - type: Transform - pos: -89.5,-63.5 - parent: 2 - - uid: 9947 - components: - - type: Transform - pos: -88.5,-64.5 - parent: 2 - - uid: 9950 - components: - - type: Transform - pos: -54.5,38.5 - parent: 2 - - uid: 9951 - components: - - type: Transform - pos: -54.5,36.5 - parent: 2 - - uid: 9954 - components: - - type: Transform - pos: -54.5,34.5 - parent: 2 - - uid: 9957 - components: - - type: Transform - pos: -58.5,41.5 - parent: 2 - - uid: 9958 - components: - - type: Transform - pos: -57.5,41.5 - parent: 2 - - uid: 9959 - components: - - type: Transform - pos: -60.5,41.5 - parent: 2 - - uid: 9960 - components: - - type: Transform - pos: -61.5,41.5 - parent: 2 - - uid: 9961 - components: - - type: Transform - pos: -61.5,40.5 - parent: 2 - - uid: 9967 - components: - - type: Transform - pos: -59.5,41.5 - parent: 2 - - uid: 9968 - components: - - type: Transform - pos: -55.5,34.5 - parent: 2 - - uid: 9969 - components: - - type: Transform - pos: -54.5,39.5 - parent: 2 - - uid: 9970 - components: - - type: Transform - pos: -55.5,39.5 - parent: 2 - - uid: 9971 - components: - - type: Transform - pos: -56.5,39.5 - parent: 2 - - uid: 9972 - components: - - type: Transform - pos: -54.5,37.5 - parent: 2 - - uid: 9973 - components: - - type: Transform - pos: -58.5,39.5 - parent: 2 - - uid: 9977 - components: - - type: Transform - pos: -63.5,34.5 - parent: 2 - - uid: 9978 - components: - - type: Transform - pos: -64.5,34.5 - parent: 2 - - uid: 9979 - components: - - type: Transform - pos: -65.5,34.5 - parent: 2 - - uid: 9980 - components: - - type: Transform - pos: -66.5,34.5 - parent: 2 - - uid: 9981 - components: - - type: Transform - pos: -67.5,34.5 - parent: 2 - - uid: 9982 - components: - - type: Transform - pos: -68.5,34.5 - parent: 2 - - uid: 9983 - components: - - type: Transform - pos: -68.5,33.5 - parent: 2 - - uid: 9984 - components: - - type: Transform - pos: -68.5,32.5 - parent: 2 - - uid: 9985 - components: - - type: Transform - pos: -68.5,31.5 - parent: 2 - - uid: 9986 - components: - - type: Transform - pos: -68.5,30.5 - parent: 2 - - uid: 9987 - components: - - type: Transform - pos: -68.5,29.5 - parent: 2 - - uid: 9988 - components: - - type: Transform - pos: -68.5,28.5 - parent: 2 - - uid: 9989 - components: - - type: Transform - pos: -68.5,27.5 - parent: 2 - - uid: 9990 - components: - - type: Transform - pos: -68.5,26.5 - parent: 2 - - uid: 9991 - components: - - type: Transform - pos: -68.5,25.5 - parent: 2 - - uid: 9992 - components: - - type: Transform - pos: -68.5,24.5 - parent: 2 - - uid: 9993 - components: - - type: Transform - pos: -68.5,23.5 - parent: 2 - - uid: 9994 - components: - - type: Transform - pos: -68.5,22.5 - parent: 2 - - uid: 9995 - components: - - type: Transform - pos: -68.5,21.5 - parent: 2 - - uid: 9996 - components: - - type: Transform - pos: -68.5,20.5 - parent: 2 - - uid: 9997 - components: - - type: Transform - pos: -68.5,19.5 - parent: 2 - - uid: 9998 - components: - - type: Transform - pos: -67.5,19.5 - parent: 2 - - uid: 9999 - components: - - type: Transform - pos: -66.5,19.5 - parent: 2 - - uid: 10000 - components: - - type: Transform - pos: -65.5,19.5 - parent: 2 - - uid: 10001 - components: - - type: Transform - pos: -65.5,18.5 - parent: 2 - - uid: 10002 - components: - - type: Transform - pos: -65.5,17.5 - parent: 2 - - uid: 10003 - components: - - type: Transform - pos: -65.5,16.5 - parent: 2 - - uid: 10004 - components: - - type: Transform - pos: -65.5,15.5 - parent: 2 - - uid: 10005 - components: - - type: Transform - pos: -65.5,14.5 - parent: 2 - - uid: 10006 - components: - - type: Transform - pos: -65.5,13.5 - parent: 2 - - uid: 10007 - components: - - type: Transform - pos: -65.5,12.5 - parent: 2 - - uid: 10008 - components: - - type: Transform - pos: -65.5,11.5 - parent: 2 - - uid: 10009 - components: - - type: Transform - pos: -64.5,11.5 - parent: 2 - - uid: 10010 - components: - - type: Transform - pos: -64.5,10.5 - parent: 2 - - uid: 10011 - components: - - type: Transform - pos: -64.5,9.5 - parent: 2 - - uid: 10012 - components: - - type: Transform - pos: -64.5,8.5 - parent: 2 - - uid: 10067 - components: - - type: Transform - pos: -67.5,35.5 - parent: 2 - - uid: 10068 - components: - - type: Transform - pos: -67.5,36.5 - parent: 2 - - uid: 10069 - components: - - type: Transform - pos: -66.5,36.5 - parent: 2 - - uid: 10070 - components: - - type: Transform - pos: -65.5,36.5 - parent: 2 - - uid: 10344 - components: - - type: Transform - pos: -23.5,64.5 - parent: 2 - - uid: 10355 - components: - - type: Transform - pos: -86.5,-64.5 - parent: 2 - - uid: 10368 - components: - - type: Transform - pos: -35.5,55.5 - parent: 2 - - uid: 10369 - components: - - type: Transform - pos: -34.5,55.5 - parent: 2 - - uid: 10370 - components: - - type: Transform - pos: -33.5,55.5 - parent: 2 - - uid: 10371 - components: - - type: Transform - pos: -32.5,55.5 - parent: 2 - - uid: 10372 - components: - - type: Transform - pos: -31.5,55.5 - parent: 2 - - uid: 10373 - components: - - type: Transform - pos: -30.5,55.5 - parent: 2 - - uid: 10374 - components: - - type: Transform - pos: -29.5,55.5 - parent: 2 - - uid: 10375 - components: - - type: Transform - pos: -28.5,55.5 - parent: 2 - - uid: 10417 - components: - - type: Transform - pos: -62.5,-33.5 - parent: 2 - - uid: 10418 - components: - - type: Transform - pos: -63.5,-33.5 - parent: 2 - - uid: 10419 - components: - - type: Transform - pos: -64.5,-33.5 - parent: 2 - - uid: 10420 - components: - - type: Transform - pos: -65.5,-33.5 - parent: 2 - - uid: 10421 - components: - - type: Transform - pos: -63.5,-35.5 - parent: 2 - - uid: 10422 - components: - - type: Transform - pos: -64.5,-35.5 - parent: 2 - - uid: 10423 - components: - - type: Transform - pos: -65.5,-35.5 - parent: 2 - - uid: 10424 - components: - - type: Transform - pos: -65.5,-34.5 - parent: 2 - - uid: 10425 - components: - - type: Transform - pos: -66.5,-34.5 - parent: 2 - - uid: 10426 - components: - - type: Transform - pos: -67.5,-34.5 - parent: 2 - - uid: 10427 - components: - - type: Transform - pos: -77.5,51.5 - parent: 2 - - uid: 10431 - components: - - type: Transform - pos: -84.5,-38.5 - parent: 2 - - uid: 10432 - components: - - type: Transform - pos: -83.5,-38.5 - parent: 2 - - uid: 10433 - components: - - type: Transform - pos: -82.5,-38.5 - parent: 2 - - uid: 10434 - components: - - type: Transform - pos: -81.5,-38.5 - parent: 2 - - uid: 10435 - components: - - type: Transform - pos: -79.5,-34.5 - parent: 2 - - uid: 10436 - components: - - type: Transform - pos: -78.5,-34.5 - parent: 2 - - uid: 10464 - components: - - type: Transform - pos: -80.5,56.5 - parent: 2 - - uid: 10465 - components: - - type: Transform - pos: -68.5,51.5 - parent: 2 - - uid: 10468 - components: - - type: Transform - pos: -80.5,57.5 - parent: 2 - - uid: 10470 - components: - - type: Transform - pos: -80.5,55.5 - parent: 2 - - uid: 10474 - components: - - type: Transform - pos: -81.5,51.5 - parent: 2 - - uid: 10476 - components: - - type: Transform - pos: -80.5,58.5 - parent: 2 - - uid: 10479 - components: - - type: Transform - pos: -80.5,71.5 - parent: 2 - - uid: 10504 - components: - - type: Transform - pos: -80.5,63.5 - parent: 2 - - uid: 10517 - components: - - type: Transform - pos: 56.5,-42.5 - parent: 2 - - uid: 10518 - components: - - type: Transform - pos: 56.5,-43.5 - parent: 2 - - uid: 10519 - components: - - type: Transform - pos: 56.5,-44.5 - parent: 2 - - uid: 10520 - components: - - type: Transform - pos: 56.5,-46.5 - parent: 2 - - uid: 10521 - components: - - type: Transform - pos: 56.5,-49.5 - parent: 2 - - uid: 10522 - components: - - type: Transform - pos: 56.5,-53.5 - parent: 2 - - uid: 10523 - components: - - type: Transform - pos: 56.5,-71.5 - parent: 2 - - uid: 10524 - components: - - type: Transform - pos: 65.5,-45.5 - parent: 2 - - uid: 10525 - components: - - type: Transform - pos: 60.5,-49.5 - parent: 2 - - uid: 10526 - components: - - type: Transform - pos: 63.5,-49.5 - parent: 2 - - uid: 10527 - components: - - type: Transform - pos: 64.5,-51.5 - parent: 2 - - uid: 10528 - components: - - type: Transform - pos: 61.5,-61.5 - parent: 2 - - uid: 10529 - components: - - type: Transform - pos: 51.5,-61.5 - parent: 2 - - uid: 10530 - components: - - type: Transform - pos: 49.5,-61.5 - parent: 2 - - uid: 10531 - components: - - type: Transform - pos: 50.5,-64.5 - parent: 2 - - uid: 10532 - components: - - type: Transform - pos: 67.5,-84.5 - parent: 2 - - uid: 10533 - components: - - type: Transform - pos: 56.5,-80.5 - parent: 2 - - uid: 10534 - components: - - type: Transform - pos: 56.5,-75.5 - parent: 2 - - uid: 10535 - components: - - type: Transform - pos: 51.5,-51.5 - parent: 2 - - uid: 10536 - components: - - type: Transform - pos: 53.5,-49.5 - parent: 2 - - uid: 10537 - components: - - type: Transform - pos: 58.5,-45.5 - parent: 2 - - uid: 10538 - components: - - type: Transform - pos: 59.5,-45.5 - parent: 2 - - uid: 10539 - components: - - type: Transform - pos: 53.5,-50.5 - parent: 2 - - uid: 10540 - components: - - type: Transform - pos: 54.5,-50.5 - parent: 2 - - uid: 10541 - components: - - type: Transform - pos: 61.5,-56.5 - parent: 2 - - uid: 10542 - components: - - type: Transform - pos: 59.5,-59.5 - parent: 2 - - uid: 10543 - components: - - type: Transform - pos: 58.5,-60.5 - parent: 2 - - uid: 10544 - components: - - type: Transform - pos: 60.5,-59.5 - parent: 2 - - uid: 10545 - components: - - type: Transform - pos: 59.5,-60.5 - parent: 2 - - uid: 10546 - components: - - type: Transform - pos: 51.5,-69.5 - parent: 2 - - uid: 10547 - components: - - type: Transform - pos: 52.5,-69.5 - parent: 2 - - uid: 10548 - components: - - type: Transform - pos: 53.5,-69.5 - parent: 2 - - uid: 10549 - components: - - type: Transform - pos: 49.5,-69.5 - parent: 2 - - uid: 10550 - components: - - type: Transform - pos: 57.5,-60.5 - parent: 2 - - uid: 10551 - components: - - type: Transform - pos: 63.5,-61.5 - parent: 2 - - uid: 10552 - components: - - type: Transform - pos: 48.5,-71.5 - parent: 2 - - uid: 10553 - components: - - type: Transform - pos: 48.5,-70.5 - parent: 2 - - uid: 10554 - components: - - type: Transform - pos: 47.5,-70.5 - parent: 2 - - uid: 10555 - components: - - type: Transform - pos: 59.5,-55.5 - parent: 2 - - uid: 10556 - components: - - type: Transform - pos: 59.5,-54.5 - parent: 2 - - uid: 10557 - components: - - type: Transform - pos: 60.5,-54.5 - parent: 2 - - uid: 10558 - components: - - type: Transform - pos: 63.5,-54.5 - parent: 2 - - uid: 10559 - components: - - type: Transform - pos: 63.5,-51.5 - parent: 2 - - uid: 10560 - components: - - type: Transform - pos: 61.5,-51.5 - parent: 2 - - uid: 10561 - components: - - type: Transform - pos: -66.5,49.5 - parent: 2 - - uid: 10562 - components: - - type: Transform - pos: -66.5,48.5 - parent: 2 - - uid: 10563 - components: - - type: Transform - pos: -66.5,47.5 - parent: 2 - - uid: 10564 - components: - - type: Transform - pos: -66.5,42.5 - parent: 2 - - uid: 10565 - components: - - type: Transform - pos: -64.5,40.5 - parent: 2 - - uid: 10569 - components: - - type: Transform - pos: 60.5,-51.5 - parent: 2 - - uid: 10571 - components: - - type: Transform - pos: 52.5,-64.5 - parent: 2 - - uid: 10572 - components: - - type: Transform - pos: 64.5,-54.5 - parent: 2 - - uid: 10573 - components: - - type: Transform - pos: 64.5,-55.5 - parent: 2 - - uid: 10574 - components: - - type: Transform - pos: 59.5,-51.5 - parent: 2 - - uid: 10575 - components: - - type: Transform - pos: 58.5,-50.5 - parent: 2 - - uid: 10580 - components: - - type: Transform - pos: 57.5,-50.5 - parent: 2 - - uid: 10581 - components: - - type: Transform - pos: 53.5,-64.5 - parent: 2 - - uid: 10588 - components: - - type: Transform - pos: 60.5,-69.5 - parent: 2 - - uid: 10589 - components: - - type: Transform - pos: 61.5,-64.5 - parent: 2 - - uid: 10590 - components: - - type: Transform - pos: 60.5,-64.5 - parent: 2 - - uid: 10591 - components: - - type: Transform - pos: 59.5,-69.5 - parent: 2 - - uid: 10592 - components: - - type: Transform - pos: 59.5,-70.5 - parent: 2 - - uid: 10593 - components: - - type: Transform - pos: 58.5,-70.5 - parent: 2 - - uid: 10594 - components: - - type: Transform - pos: 57.5,-70.5 - parent: 2 - - uid: 10595 - components: - - type: Transform - pos: 64.5,-69.5 - parent: 2 - - uid: 10596 - components: - - type: Transform - pos: 65.5,-70.5 - parent: 2 - - uid: 10597 - components: - - type: Transform - pos: 64.5,-86.5 - parent: 2 - - uid: 10598 - components: - - type: Transform - pos: 51.5,-59.5 - parent: 2 - - uid: 10599 - components: - - type: Transform - pos: 54.5,-55.5 - parent: 2 - - uid: 10600 - components: - - type: Transform - pos: 53.5,-55.5 - parent: 2 - - uid: 10601 - components: - - type: Transform - pos: 53.5,-56.5 - parent: 2 - - uid: 10602 - components: - - type: Transform - pos: 52.5,-56.5 - parent: 2 - - uid: 10603 - components: - - type: Transform - pos: 51.5,-56.5 - parent: 2 - - uid: 10604 - components: - - type: Transform - pos: 49.5,-51.5 - parent: 2 - - uid: 10605 - components: - - type: Transform - pos: 65.5,-55.5 - parent: 2 - - uid: 10606 - components: - - type: Transform - pos: 64.5,-56.5 - parent: 2 - - uid: 10607 - components: - - type: Transform - pos: 63.5,-56.5 - parent: 2 - - uid: 10608 - components: - - type: Transform - pos: 62.5,-56.5 - parent: 2 - - uid: 10609 - components: - - type: Transform - pos: 64.5,-50.5 - parent: 2 - - uid: 10610 - components: - - type: Transform - pos: 55.5,-60.5 - parent: 2 - - uid: 10611 - components: - - type: Transform - pos: 54.5,-60.5 - parent: 2 - - uid: 10614 - components: - - type: Transform - pos: 53.5,-60.5 - parent: 2 - - uid: 10615 - components: - - type: Transform - pos: 53.5,-59.5 - parent: 2 - - uid: 10620 - components: - - type: Transform - pos: -64.5,-34.5 - parent: 2 - - uid: 10629 - components: - - type: Transform - pos: -62.5,-35.5 - parent: 2 - - uid: 10630 - components: - - type: Transform - pos: -61.5,-33.5 - parent: 2 - - uid: 10631 - components: - - type: Transform - pos: -61.5,-35.5 - parent: 2 - - uid: 10632 - components: - - type: Transform - pos: -61.5,-34.5 - parent: 2 - - uid: 10633 - components: - - type: Transform - pos: -60.5,-34.5 - parent: 2 - - uid: 10634 - components: - - type: Transform - pos: -59.5,-34.5 - parent: 2 - - uid: 10635 - components: - - type: Transform - pos: -58.5,-34.5 - parent: 2 - - uid: 10636 - components: - - type: Transform - pos: -58.5,-35.5 - parent: 2 - - uid: 10637 - components: - - type: Transform - pos: -57.5,-35.5 - parent: 2 - - uid: 10638 - components: - - type: Transform - pos: -56.5,-35.5 - parent: 2 - - uid: 10639 - components: - - type: Transform - pos: -58.5,-33.5 - parent: 2 - - uid: 10640 - components: - - type: Transform - pos: -57.5,-33.5 - parent: 2 - - uid: 10641 - components: - - type: Transform - pos: -56.5,-33.5 - parent: 2 - - uid: 10642 - components: - - type: Transform - pos: -55.5,-33.5 - parent: 2 - - uid: 10643 - components: - - type: Transform - pos: -55.5,-34.5 - parent: 2 - - uid: 10644 - components: - - type: Transform - pos: -55.5,-35.5 - parent: 2 - - uid: 10650 - components: - - type: Transform - pos: -55.5,-32.5 - parent: 2 - - uid: 10658 - components: - - type: Transform - pos: -61.5,-30.5 - parent: 2 - - uid: 10659 - components: - - type: Transform - pos: -61.5,-29.5 - parent: 2 - - uid: 10660 - components: - - type: Transform - pos: -61.5,-28.5 - parent: 2 - - uid: 10661 - components: - - type: Transform - pos: -61.5,-27.5 - parent: 2 - - uid: 10662 - components: - - type: Transform - pos: -61.5,-26.5 - parent: 2 - - uid: 10663 - components: - - type: Transform - pos: -61.5,-25.5 - parent: 2 - - uid: 10664 - components: - - type: Transform - pos: -61.5,-24.5 - parent: 2 - - uid: 10665 - components: - - type: Transform - pos: -61.5,-23.5 - parent: 2 - - uid: 10666 - components: - - type: Transform - pos: -61.5,-22.5 - parent: 2 - - uid: 10667 - components: - - type: Transform - pos: -61.5,-21.5 - parent: 2 - - uid: 10668 - components: - - type: Transform - pos: -61.5,-20.5 - parent: 2 - - uid: 10669 - components: - - type: Transform - pos: -61.5,-19.5 - parent: 2 - - uid: 10670 - components: - - type: Transform - pos: -61.5,-18.5 - parent: 2 - - uid: 10671 - components: - - type: Transform - pos: -61.5,-17.5 - parent: 2 - - uid: 10672 - components: - - type: Transform - pos: -61.5,-16.5 - parent: 2 - - uid: 10673 - components: - - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 10674 - components: - - type: Transform - pos: -61.5,-14.5 - parent: 2 - - uid: 10675 - components: - - type: Transform - pos: -61.5,-13.5 - parent: 2 - - uid: 10676 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 10677 - components: - - type: Transform - pos: -61.5,-11.5 - parent: 2 - - uid: 10678 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 10679 - components: - - type: Transform - pos: -63.5,-11.5 - parent: 2 - - uid: 10680 - components: - - type: Transform - pos: -64.5,-11.5 - parent: 2 - - uid: 10681 - components: - - type: Transform - pos: -64.5,-10.5 - parent: 2 - - uid: 10682 - components: - - type: Transform - pos: -64.5,-9.5 - parent: 2 - - uid: 10683 - components: - - type: Transform - pos: -64.5,-8.5 - parent: 2 - - uid: 10684 - components: - - type: Transform - pos: -64.5,-7.5 - parent: 2 - - uid: 10685 - components: - - type: Transform - pos: -64.5,-6.5 - parent: 2 - - uid: 10686 - components: - - type: Transform - pos: -64.5,-5.5 - parent: 2 - - uid: 10687 - components: - - type: Transform - pos: -64.5,-4.5 - parent: 2 - - uid: 10688 - components: - - type: Transform - pos: -64.5,-3.5 - parent: 2 - - uid: 10689 - components: - - type: Transform - pos: -64.5,-2.5 - parent: 2 - - uid: 10690 - components: - - type: Transform - pos: -64.5,-1.5 - parent: 2 - - uid: 10691 - components: - - type: Transform - pos: -64.5,-0.5 - parent: 2 - - uid: 10692 - components: - - type: Transform - pos: -64.5,0.5 - parent: 2 - - uid: 10693 - components: - - type: Transform - pos: -64.5,1.5 - parent: 2 - - uid: 10694 - components: - - type: Transform - pos: -64.5,2.5 - parent: 2 - - uid: 10695 - components: - - type: Transform - pos: -64.5,3.5 - parent: 2 - - uid: 10696 - components: - - type: Transform - pos: -64.5,4.5 - parent: 2 - - uid: 10697 - components: - - type: Transform - pos: -64.5,5.5 - parent: 2 - - uid: 10698 - components: - - type: Transform - pos: -64.5,6.5 - parent: 2 - - uid: 10699 - components: - - type: Transform - pos: -64.5,7.5 - parent: 2 - - uid: 10700 - components: - - type: Transform - pos: -54.5,-35.5 - parent: 2 - - uid: 10701 - components: - - type: Transform - pos: -53.5,-35.5 - parent: 2 - - uid: 10702 - components: - - type: Transform - pos: -52.5,-35.5 - parent: 2 - - uid: 10703 - components: - - type: Transform - pos: -51.5,-35.5 - parent: 2 - - uid: 10704 - components: - - type: Transform - pos: -50.5,-35.5 - parent: 2 - - uid: 10705 - components: - - type: Transform - pos: -49.5,-35.5 - parent: 2 - - uid: 10707 - components: - - type: Transform - pos: -47.5,-35.5 - parent: 2 - - uid: 10708 - components: - - type: Transform - pos: -46.5,-35.5 - parent: 2 - - uid: 10709 - components: - - type: Transform - pos: -45.5,-35.5 - parent: 2 - - uid: 10710 - components: - - type: Transform - pos: -44.5,-35.5 - parent: 2 - - uid: 10711 - components: - - type: Transform - pos: -43.5,-35.5 - parent: 2 - - uid: 10712 - components: - - type: Transform - pos: -42.5,-35.5 - parent: 2 - - uid: 10713 - components: - - type: Transform - pos: -41.5,-35.5 - parent: 2 - - uid: 10714 - components: - - type: Transform - pos: -40.5,-35.5 - parent: 2 - - uid: 10715 - components: - - type: Transform - pos: -39.5,-35.5 - parent: 2 - - uid: 10716 - components: - - type: Transform - pos: -38.5,-35.5 - parent: 2 - - uid: 10717 - components: - - type: Transform - pos: -37.5,-35.5 - parent: 2 - - uid: 10718 - components: - - type: Transform - pos: -36.5,-35.5 - parent: 2 - - uid: 10719 - components: - - type: Transform - pos: -35.5,-35.5 - parent: 2 - - uid: 10720 - components: - - type: Transform - pos: -63.5,8.5 - parent: 2 - - uid: 10721 - components: - - type: Transform - pos: -62.5,8.5 - parent: 2 - - uid: 10722 - components: - - type: Transform - pos: -61.5,8.5 - parent: 2 - - uid: 10723 - components: - - type: Transform - pos: -60.5,8.5 - parent: 2 - - uid: 10724 - components: - - type: Transform - pos: -59.5,8.5 - parent: 2 - - uid: 10725 - components: - - type: Transform - pos: -58.5,8.5 - parent: 2 - - uid: 10726 - components: - - type: Transform - pos: -57.5,8.5 - parent: 2 - - uid: 10727 - components: - - type: Transform - pos: -56.5,8.5 - parent: 2 - - uid: 10728 - components: - - type: Transform - pos: -55.5,8.5 - parent: 2 - - uid: 10729 - components: - - type: Transform - pos: -54.5,8.5 - parent: 2 - - uid: 10730 - components: - - type: Transform - pos: -53.5,8.5 - parent: 2 - - uid: 10731 - components: - - type: Transform - pos: -52.5,8.5 - parent: 2 - - uid: 10732 - components: - - type: Transform - pos: -51.5,8.5 - parent: 2 - - uid: 10733 - components: - - type: Transform - pos: -50.5,8.5 - parent: 2 - - uid: 10734 - components: - - type: Transform - pos: -49.5,8.5 - parent: 2 - - uid: 10735 - components: - - type: Transform - pos: -48.5,8.5 - parent: 2 - - uid: 10736 - components: - - type: Transform - pos: -47.5,8.5 - parent: 2 - - uid: 10737 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - - uid: 10738 - components: - - type: Transform - pos: -45.5,8.5 - parent: 2 - - uid: 10739 - components: - - type: Transform - pos: -45.5,7.5 - parent: 2 - - uid: 10740 - components: - - type: Transform - pos: -45.5,6.5 - parent: 2 - - uid: 10741 - components: - - type: Transform - pos: -45.5,5.5 - parent: 2 - - uid: 10742 - components: - - type: Transform - pos: -45.5,4.5 - parent: 2 - - uid: 10743 - components: - - type: Transform - pos: -46.5,4.5 - parent: 2 - - uid: 10744 - components: - - type: Transform - pos: -46.5,3.5 - parent: 2 - - uid: 10745 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 10746 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 10747 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 10748 - components: - - type: Transform - pos: -46.5,-0.5 - parent: 2 - - uid: 10749 - components: - - type: Transform - pos: -46.5,-1.5 - parent: 2 - - uid: 10750 - components: - - type: Transform - pos: -46.5,-2.5 - parent: 2 - - uid: 10751 - components: - - type: Transform - pos: -46.5,-3.5 - parent: 2 - - uid: 10752 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - - uid: 10753 - components: - - type: Transform - pos: -46.5,-5.5 - parent: 2 - - uid: 10754 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - - uid: 10755 - components: - - type: Transform - pos: -46.5,-7.5 - parent: 2 - - uid: 10756 - components: - - type: Transform - pos: -46.5,-8.5 - parent: 2 - - uid: 10757 - components: - - type: Transform - pos: -46.5,-9.5 - parent: 2 - - uid: 10758 - components: - - type: Transform - pos: -45.5,-9.5 - parent: 2 - - uid: 10759 - components: - - type: Transform - pos: -45.5,-10.5 - parent: 2 - - uid: 10760 - components: - - type: Transform - pos: -44.5,-10.5 - parent: 2 - - uid: 10761 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 2 - - uid: 10762 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 2 - - uid: 10763 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - uid: 10764 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - uid: 10765 - components: - - type: Transform - pos: -42.5,-13.5 - parent: 2 - - uid: 10766 - components: - - type: Transform - pos: -41.5,-13.5 - parent: 2 - - uid: 10767 - components: - - type: Transform - pos: -41.5,-14.5 - parent: 2 - - uid: 10768 - components: - - type: Transform - pos: -40.5,-14.5 - parent: 2 - - uid: 10769 - components: - - type: Transform - pos: -39.5,-14.5 - parent: 2 - - uid: 10770 - components: - - type: Transform - pos: -39.5,-15.5 - parent: 2 - - uid: 10771 - components: - - type: Transform - pos: -38.5,-15.5 - parent: 2 - - uid: 10772 - components: - - type: Transform - pos: -37.5,-15.5 - parent: 2 - - uid: 10773 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 2 - - uid: 10774 - components: - - type: Transform - pos: -35.5,-15.5 - parent: 2 - - uid: 10775 - components: - - type: Transform - pos: -34.5,-15.5 - parent: 2 - - uid: 10776 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 2 - - uid: 10777 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - uid: 10778 - components: - - type: Transform - pos: -31.5,-15.5 - parent: 2 - - uid: 10779 - components: - - type: Transform - pos: -30.5,-15.5 - parent: 2 - - uid: 10780 - components: - - type: Transform - pos: -29.5,-15.5 - parent: 2 - - uid: 10781 - components: - - type: Transform - pos: -28.5,-15.5 - parent: 2 - - uid: 10782 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 2 - - uid: 10783 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 2 - - uid: 10784 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - uid: 10785 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 2 - - uid: 10786 - components: - - type: Transform - pos: -23.5,-15.5 - parent: 2 - - uid: 10787 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 2 - - uid: 10788 - components: - - type: Transform - pos: -21.5,-15.5 - parent: 2 - - uid: 10789 - components: - - type: Transform - pos: -20.5,-15.5 - parent: 2 - - uid: 10790 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 2 - - uid: 10791 - components: - - type: Transform - pos: -18.5,-15.5 - parent: 2 - - uid: 10792 - components: - - type: Transform - pos: -17.5,-15.5 - parent: 2 - - uid: 10793 - components: - - type: Transform - pos: -16.5,-15.5 - parent: 2 - - uid: 10794 - components: - - type: Transform - pos: -15.5,-15.5 - parent: 2 - - uid: 10795 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 2 - - uid: 10796 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 2 - - uid: 10797 - components: - - type: Transform - pos: -12.5,-15.5 - parent: 2 - - uid: 10798 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 2 - - uid: 10799 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 2 - - uid: 10800 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 2 - - uid: 10801 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - uid: 10802 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 2 - - uid: 10803 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 2 - - uid: 10804 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 2 - - uid: 10805 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 2 - - uid: 10806 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 2 - - uid: 10807 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 2 - - uid: 10808 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 2 - - uid: 10809 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 10810 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 2 - - uid: 10811 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 2 - - uid: 10812 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 2 - - uid: 10813 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 2 - - uid: 10814 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 2 - - uid: 10815 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 2 - - uid: 10816 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 2 - - uid: 10817 - components: - - type: Transform - pos: 7.5,-15.5 - parent: 2 - - uid: 10818 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 2 - - uid: 10819 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 2 - - uid: 10820 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 2 - - uid: 10821 - components: - - type: Transform - pos: 11.5,-15.5 - parent: 2 - - uid: 10822 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 2 - - uid: 10823 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 2 - - uid: 10824 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 2 - - uid: 10825 - components: - - type: Transform - pos: 15.5,-15.5 - parent: 2 - - uid: 10826 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 2 - - uid: 10827 - components: - - type: Transform - pos: 17.5,-15.5 - parent: 2 - - uid: 10828 - components: - - type: Transform - pos: 18.5,-15.5 - parent: 2 - - uid: 10829 - components: - - type: Transform - pos: 19.5,-15.5 - parent: 2 - - uid: 10830 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 2 - - uid: 10831 - components: - - type: Transform - pos: 21.5,-15.5 - parent: 2 - - uid: 10832 - components: - - type: Transform - pos: 22.5,-15.5 - parent: 2 - - uid: 10833 - components: - - type: Transform - pos: 23.5,-15.5 - parent: 2 - - uid: 10834 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 2 - - uid: 10835 - components: - - type: Transform - pos: 25.5,-15.5 - parent: 2 - - uid: 10836 - components: - - type: Transform - pos: 26.5,-15.5 - parent: 2 - - uid: 10837 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 2 - - uid: 10838 - components: - - type: Transform - pos: 28.5,-15.5 - parent: 2 - - uid: 10839 - components: - - type: Transform - pos: 29.5,-15.5 - parent: 2 - - uid: 10840 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 2 - - uid: 10841 - components: - - type: Transform - pos: 31.5,-15.5 - parent: 2 - - uid: 10842 - components: - - type: Transform - pos: 32.5,-15.5 - parent: 2 - - uid: 10843 - components: - - type: Transform - pos: 33.5,-15.5 - parent: 2 - - uid: 10844 - components: - - type: Transform - pos: 34.5,-15.5 - parent: 2 - - uid: 10845 - components: - - type: Transform - pos: 35.5,-15.5 - parent: 2 - - uid: 10846 - components: - - type: Transform - pos: 36.5,-15.5 - parent: 2 - - uid: 10847 - components: - - type: Transform - pos: 37.5,-15.5 - parent: 2 - - uid: 10848 - components: - - type: Transform - pos: 38.5,-15.5 - parent: 2 - - uid: 10849 - components: - - type: Transform - pos: 38.5,-16.5 - parent: 2 - - uid: 10850 - components: - - type: Transform - pos: 39.5,-16.5 - parent: 2 - - uid: 10851 - components: - - type: Transform - pos: 39.5,-17.5 - parent: 2 - - uid: 10852 - components: - - type: Transform - pos: 40.5,-17.5 - parent: 2 - - uid: 10853 - components: - - type: Transform - pos: 41.5,-17.5 - parent: 2 - - uid: 10854 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - uid: 10855 - components: - - type: Transform - pos: 43.5,-17.5 - parent: 2 - - uid: 10856 - components: - - type: Transform - pos: 44.5,-17.5 - parent: 2 - - uid: 10857 - components: - - type: Transform - pos: 45.5,-17.5 - parent: 2 - - uid: 10858 - components: - - type: Transform - pos: 43.5,-26.5 - parent: 2 - - uid: 10859 - components: - - type: Transform - pos: 46.5,-16.5 - parent: 2 - - uid: 10860 - components: - - type: Transform - pos: 47.5,-16.5 - parent: 2 - - uid: 10861 - components: - - type: Transform - pos: 47.5,-15.5 - parent: 2 - - uid: 10862 - components: - - type: Transform - pos: 48.5,-15.5 - parent: 2 - - uid: 10863 - components: - - type: Transform - pos: 48.5,-14.5 - parent: 2 - - uid: 10864 - components: - - type: Transform - pos: 49.5,-14.5 - parent: 2 - - uid: 10865 - components: - - type: Transform - pos: 49.5,-13.5 - parent: 2 - - uid: 10866 - components: - - type: Transform - pos: 50.5,-13.5 - parent: 2 - - uid: 10867 - components: - - type: Transform - pos: 50.5,-12.5 - parent: 2 - - uid: 10868 - components: - - type: Transform - pos: 50.5,-11.5 - parent: 2 - - uid: 10869 - components: - - type: Transform - pos: 50.5,-10.5 - parent: 2 - - uid: 10870 - components: - - type: Transform - pos: 50.5,-9.5 - parent: 2 - - uid: 10871 - components: - - type: Transform - pos: 50.5,-8.5 - parent: 2 - - uid: 10872 - components: - - type: Transform - pos: 50.5,-7.5 - parent: 2 - - uid: 10873 - components: - - type: Transform - pos: 50.5,-6.5 - parent: 2 - - uid: 10874 - components: - - type: Transform - pos: 50.5,-5.5 - parent: 2 - - uid: 10875 - components: - - type: Transform - pos: 50.5,-4.5 - parent: 2 - - uid: 10876 - components: - - type: Transform - pos: 50.5,-3.5 - parent: 2 - - uid: 10877 - components: - - type: Transform - pos: 50.5,-2.5 - parent: 2 - - uid: 10878 - components: - - type: Transform - pos: 50.5,-1.5 - parent: 2 - - uid: 10879 - components: - - type: Transform - pos: 50.5,-0.5 - parent: 2 - - uid: 10880 - components: - - type: Transform - pos: 50.5,0.5 - parent: 2 - - uid: 10881 - components: - - type: Transform - pos: 50.5,1.5 - parent: 2 - - uid: 10882 - components: - - type: Transform - pos: 50.5,2.5 - parent: 2 - - uid: 10883 - components: - - type: Transform - pos: 50.5,3.5 - parent: 2 - - uid: 10884 - components: - - type: Transform - pos: 49.5,3.5 - parent: 2 - - uid: 10885 - components: - - type: Transform - pos: 49.5,4.5 - parent: 2 - - uid: 10886 - components: - - type: Transform - pos: 49.5,5.5 - parent: 2 - - uid: 10887 - components: - - type: Transform - pos: 49.5,6.5 - parent: 2 - - uid: 10888 - components: - - type: Transform - pos: 49.5,7.5 - parent: 2 - - uid: 10889 - components: - - type: Transform - pos: 49.5,8.5 - parent: 2 - - uid: 10890 - components: - - type: Transform - pos: 49.5,9.5 - parent: 2 - - uid: 10891 - components: - - type: Transform - pos: 49.5,10.5 - parent: 2 - - uid: 10892 - components: - - type: Transform - pos: 49.5,11.5 - parent: 2 - - uid: 10893 - components: - - type: Transform - pos: 49.5,12.5 - parent: 2 - - uid: 10894 - components: - - type: Transform - pos: 49.5,13.5 - parent: 2 - - uid: 10895 - components: - - type: Transform - pos: 49.5,14.5 - parent: 2 - - uid: 10896 - components: - - type: Transform - pos: 49.5,15.5 - parent: 2 - - uid: 10897 - components: - - type: Transform - pos: 49.5,16.5 - parent: 2 - - uid: 10898 - components: - - type: Transform - pos: 49.5,17.5 - parent: 2 - - uid: 10899 - components: - - type: Transform - pos: 48.5,17.5 - parent: 2 - - uid: 10900 - components: - - type: Transform - pos: 48.5,18.5 - parent: 2 - - uid: 10901 - components: - - type: Transform - pos: 48.5,19.5 - parent: 2 - - uid: 10902 - components: - - type: Transform - pos: 47.5,19.5 - parent: 2 - - uid: 10903 - components: - - type: Transform - pos: 46.5,19.5 - parent: 2 - - uid: 10904 - components: - - type: Transform - pos: 45.5,19.5 - parent: 2 - - uid: 10905 - components: - - type: Transform - pos: 44.5,19.5 - parent: 2 - - uid: 10906 - components: - - type: Transform - pos: 43.5,19.5 - parent: 2 - - uid: 10907 - components: - - type: Transform - pos: 42.5,19.5 - parent: 2 - - uid: 10908 - components: - - type: Transform - pos: 41.5,19.5 - parent: 2 - - uid: 10909 - components: - - type: Transform - pos: 40.5,19.5 - parent: 2 - - uid: 10910 - components: - - type: Transform - pos: 39.5,19.5 - parent: 2 - - uid: 10911 - components: - - type: Transform - pos: 38.5,19.5 - parent: 2 - - uid: 10912 - components: - - type: Transform - pos: 37.5,19.5 - parent: 2 - - uid: 10913 - components: - - type: Transform - pos: 36.5,19.5 - parent: 2 - - uid: 10914 - components: - - type: Transform - pos: 35.5,19.5 - parent: 2 - - uid: 10915 - components: - - type: Transform - pos: 34.5,19.5 - parent: 2 - - uid: 10916 - components: - - type: Transform - pos: 33.5,19.5 - parent: 2 - - uid: 10917 - components: - - type: Transform - pos: 32.5,19.5 - parent: 2 - - uid: 10918 - components: - - type: Transform - pos: 31.5,19.5 - parent: 2 - - uid: 10919 - components: - - type: Transform - pos: 30.5,19.5 - parent: 2 - - uid: 10920 - components: - - type: Transform - pos: 29.5,19.5 - parent: 2 - - uid: 10921 - components: - - type: Transform - pos: 28.5,19.5 - parent: 2 - - uid: 10922 - components: - - type: Transform - pos: 27.5,19.5 - parent: 2 - - uid: 10923 - components: - - type: Transform - pos: 26.5,19.5 - parent: 2 - - uid: 10924 - components: - - type: Transform - pos: 25.5,19.5 - parent: 2 - - uid: 10925 - components: - - type: Transform - pos: 24.5,19.5 - parent: 2 - - uid: 10926 - components: - - type: Transform - pos: 23.5,19.5 - parent: 2 - - uid: 10927 - components: - - type: Transform - pos: 22.5,19.5 - parent: 2 - - uid: 10928 - components: - - type: Transform - pos: 21.5,19.5 - parent: 2 - - uid: 10929 - components: - - type: Transform - pos: 20.5,19.5 - parent: 2 - - uid: 10930 - components: - - type: Transform - pos: 19.5,19.5 - parent: 2 - - uid: 10931 - components: - - type: Transform - pos: 18.5,19.5 - parent: 2 - - uid: 10932 - components: - - type: Transform - pos: 17.5,19.5 - parent: 2 - - uid: 10933 - components: - - type: Transform - pos: 16.5,19.5 - parent: 2 - - uid: 10934 - components: - - type: Transform - pos: 15.5,19.5 - parent: 2 - - uid: 10935 - components: - - type: Transform - pos: 14.5,19.5 - parent: 2 - - uid: 10936 - components: - - type: Transform - pos: 13.5,19.5 - parent: 2 - - uid: 10937 - components: - - type: Transform - pos: 12.5,19.5 - parent: 2 - - uid: 10938 - components: - - type: Transform - pos: 11.5,19.5 - parent: 2 - - uid: 10939 - components: - - type: Transform - pos: 10.5,19.5 - parent: 2 - - uid: 10940 - components: - - type: Transform - pos: 9.5,19.5 - parent: 2 - - uid: 10941 - components: - - type: Transform - pos: 8.5,19.5 - parent: 2 - - uid: 10942 - components: - - type: Transform - pos: 7.5,19.5 - parent: 2 - - uid: 10943 - components: - - type: Transform - pos: 6.5,19.5 - parent: 2 - - uid: 10944 - components: - - type: Transform - pos: 5.5,19.5 - parent: 2 - - uid: 10945 - components: - - type: Transform - pos: 4.5,19.5 - parent: 2 - - uid: 10946 - components: - - type: Transform - pos: 3.5,19.5 - parent: 2 - - uid: 10947 - components: - - type: Transform - pos: 2.5,19.5 - parent: 2 - - uid: 10948 - components: - - type: Transform - pos: 1.5,19.5 - parent: 2 - - uid: 10949 - components: - - type: Transform - pos: 0.5,19.5 - parent: 2 - - uid: 10950 - components: - - type: Transform - pos: -0.5,19.5 - parent: 2 - - uid: 10951 - components: - - type: Transform - pos: -1.5,19.5 - parent: 2 - - uid: 10952 - components: - - type: Transform - pos: -2.5,19.5 - parent: 2 - - uid: 10953 - components: - - type: Transform - pos: -3.5,19.5 - parent: 2 - - uid: 10954 - components: - - type: Transform - pos: -4.5,19.5 - parent: 2 - - uid: 10955 - components: - - type: Transform - pos: -5.5,19.5 - parent: 2 - - uid: 10956 - components: - - type: Transform - pos: -6.5,19.5 - parent: 2 - - uid: 10957 - components: - - type: Transform - pos: -6.5,20.5 - parent: 2 - - uid: 10958 - components: - - type: Transform - pos: -7.5,20.5 - parent: 2 - - uid: 10959 - components: - - type: Transform - pos: -8.5,20.5 - parent: 2 - - uid: 10960 - components: - - type: Transform - pos: -9.5,20.5 - parent: 2 - - uid: 10961 - components: - - type: Transform - pos: -10.5,20.5 - parent: 2 - - uid: 10962 - components: - - type: Transform - pos: -11.5,20.5 - parent: 2 - - uid: 10963 - components: - - type: Transform - pos: -12.5,20.5 - parent: 2 - - uid: 10964 - components: - - type: Transform - pos: -13.5,20.5 - parent: 2 - - uid: 10965 - components: - - type: Transform - pos: -14.5,20.5 - parent: 2 - - uid: 10966 - components: - - type: Transform - pos: -15.5,20.5 - parent: 2 - - uid: 10967 - components: - - type: Transform - pos: -16.5,20.5 - parent: 2 - - uid: 10968 - components: - - type: Transform - pos: -17.5,20.5 - parent: 2 - - uid: 10969 - components: - - type: Transform - pos: -18.5,20.5 - parent: 2 - - uid: 10970 - components: - - type: Transform - pos: -19.5,20.5 - parent: 2 - - uid: 10971 - components: - - type: Transform - pos: -20.5,20.5 - parent: 2 - - uid: 10972 - components: - - type: Transform - pos: -21.5,20.5 - parent: 2 - - uid: 10973 - components: - - type: Transform - pos: -22.5,20.5 - parent: 2 - - uid: 10974 - components: - - type: Transform - pos: -23.5,20.5 - parent: 2 - - uid: 10975 - components: - - type: Transform - pos: -24.5,20.5 - parent: 2 - - uid: 10976 - components: - - type: Transform - pos: -25.5,20.5 - parent: 2 - - uid: 10977 - components: - - type: Transform - pos: -26.5,20.5 - parent: 2 - - uid: 10978 - components: - - type: Transform - pos: -27.5,20.5 - parent: 2 - - uid: 10979 - components: - - type: Transform - pos: -28.5,20.5 - parent: 2 - - uid: 10980 - components: - - type: Transform - pos: -29.5,20.5 - parent: 2 - - uid: 10981 - components: - - type: Transform - pos: -30.5,20.5 - parent: 2 - - uid: 10982 - components: - - type: Transform - pos: -31.5,20.5 - parent: 2 - - uid: 10983 - components: - - type: Transform - pos: -32.5,20.5 - parent: 2 - - uid: 10985 - components: - - type: Transform - pos: -33.5,19.5 - parent: 2 - - uid: 10986 - components: - - type: Transform - pos: -34.5,19.5 - parent: 2 - - uid: 10987 - components: - - type: Transform - pos: -35.5,19.5 - parent: 2 - - uid: 10988 - components: - - type: Transform - pos: -36.5,19.5 - parent: 2 - - uid: 10989 - components: - - type: Transform - pos: -36.5,18.5 - parent: 2 - - uid: 10990 - components: - - type: Transform - pos: -37.5,18.5 - parent: 2 - - uid: 10991 - components: - - type: Transform - pos: -37.5,17.5 - parent: 2 - - uid: 10992 - components: - - type: Transform - pos: -38.5,17.5 - parent: 2 - - uid: 10993 - components: - - type: Transform - pos: -39.5,17.5 - parent: 2 - - uid: 10994 - components: - - type: Transform - pos: -39.5,16.5 - parent: 2 - - uid: 10995 - components: - - type: Transform - pos: -41.5,16.5 - parent: 2 - - uid: 10996 - components: - - type: Transform - pos: -40.5,16.5 - parent: 2 - - uid: 10997 - components: - - type: Transform - pos: -42.5,16.5 - parent: 2 - - uid: 10998 - components: - - type: Transform - pos: -43.5,16.5 - parent: 2 - - uid: 10999 - components: - - type: Transform - pos: -44.5,16.5 - parent: 2 - - uid: 11000 - components: - - type: Transform - pos: -44.5,15.5 - parent: 2 - - uid: 11001 - components: - - type: Transform - pos: -44.5,14.5 - parent: 2 - - uid: 11002 - components: - - type: Transform - pos: -44.5,13.5 - parent: 2 - - uid: 11003 - components: - - type: Transform - pos: -44.5,12.5 - parent: 2 - - uid: 11004 - components: - - type: Transform - pos: -44.5,11.5 - parent: 2 - - uid: 11005 - components: - - type: Transform - pos: -44.5,10.5 - parent: 2 - - uid: 11006 - components: - - type: Transform - pos: -44.5,9.5 - parent: 2 - - uid: 11007 - components: - - type: Transform - pos: -44.5,8.5 - parent: 2 - - uid: 11263 - components: - - type: Transform - pos: -51.5,63.5 - parent: 2 - - uid: 11414 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 2 - - uid: 11415 - components: - - type: Transform - pos: 2.5,-21.5 - parent: 2 - - uid: 11605 - components: - - type: Transform - pos: 52.5,-59.5 - parent: 2 - - uid: 11606 - components: - - type: Transform - pos: 63.5,-44.5 - parent: 2 - - uid: 11608 - components: - - type: Transform - pos: 64.5,-44.5 - parent: 2 - - uid: 11609 - components: - - type: Transform - pos: 53.5,-44.5 - parent: 2 - - uid: 11610 - components: - - type: Transform - pos: 54.5,-45.5 - parent: 2 - - uid: 11611 - components: - - type: Transform - pos: 56.5,-45.5 - parent: 2 - - uid: 11612 - components: - - type: Transform - pos: 56.5,-46.5 - parent: 2 - - uid: 11613 - components: - - type: Transform - pos: 55.5,-50.5 - parent: 2 - - uid: 11614 - components: - - type: Transform - pos: 52.5,-44.5 - parent: 2 - - uid: 11615 - components: - - type: Transform - pos: 53.5,-45.5 - parent: 2 - - uid: 11616 - components: - - type: Transform - pos: 59.5,-44.5 - parent: 2 - - uid: 11617 - components: - - type: Transform - pos: 60.5,-44.5 - parent: 2 - - uid: 11636 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 2 - - uid: 11639 - components: - - type: Transform - pos: -45.5,56.5 - parent: 2 - - uid: 11650 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 2 - - uid: 11692 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 2 - - uid: 11693 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 2 - - uid: 11694 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - uid: 11695 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 2 - - uid: 11696 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 11697 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - uid: 11698 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - uid: 11699 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 2 - - uid: 11700 - components: - - type: Transform - pos: -33.5,-24.5 - parent: 2 - - uid: 11701 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 11702 - components: - - type: Transform - pos: -33.5,-26.5 - parent: 2 - - uid: 11703 - components: - - type: Transform - pos: -33.5,-27.5 - parent: 2 - - uid: 11704 - components: - - type: Transform - pos: -32.5,-27.5 - parent: 2 - - uid: 11705 - components: - - type: Transform - pos: -31.5,-27.5 - parent: 2 - - uid: 11706 - components: - - type: Transform - pos: -30.5,-27.5 - parent: 2 - - uid: 11707 - components: - - type: Transform - pos: -29.5,-27.5 - parent: 2 - - uid: 11708 - components: - - type: Transform - pos: -28.5,-27.5 - parent: 2 - - uid: 11709 - components: - - type: Transform - pos: -27.5,-27.5 - parent: 2 - - uid: 11710 - components: - - type: Transform - pos: -26.5,-27.5 - parent: 2 - - uid: 11711 - components: - - type: Transform - pos: -26.5,-28.5 - parent: 2 - - uid: 11868 - components: - - type: Transform - pos: -63.5,-21.5 - parent: 2 - - uid: 11869 - components: - - type: Transform - pos: -62.5,-21.5 - parent: 2 - - uid: 11964 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 2 - - uid: 11965 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 2 - - uid: 11966 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 11967 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 11968 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 11969 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 11970 - components: - - type: Transform - pos: 11.5,-18.5 - parent: 2 - - uid: 11971 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 11972 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 11974 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - uid: 11975 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - uid: 11976 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 2 - - uid: 11977 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 2 - - uid: 11978 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - - uid: 11979 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 11980 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 11981 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 11982 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 11983 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - - uid: 11984 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - - uid: 11985 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 11986 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 11987 - components: - - type: Transform - pos: 10.5,-28.5 - parent: 2 - - uid: 11988 - components: - - type: Transform - pos: 10.5,-29.5 - parent: 2 - - uid: 11989 - components: - - type: Transform - pos: 10.5,-30.5 - parent: 2 - - uid: 11990 - components: - - type: Transform - pos: 10.5,-31.5 - parent: 2 - - uid: 11991 - components: - - type: Transform - pos: 10.5,-32.5 - parent: 2 - - uid: 11992 - components: - - type: Transform - pos: 10.5,-33.5 - parent: 2 - - uid: 11993 - components: - - type: Transform - pos: 10.5,-34.5 - parent: 2 - - uid: 11994 - components: - - type: Transform - pos: 10.5,-35.5 - parent: 2 - - uid: 11995 - components: - - type: Transform - pos: 10.5,-36.5 - parent: 2 - - uid: 11996 - components: - - type: Transform - pos: 10.5,-37.5 - parent: 2 - - uid: 11997 - components: - - type: Transform - pos: 9.5,-37.5 - parent: 2 - - uid: 11998 - components: - - type: Transform - pos: 8.5,-37.5 - parent: 2 - - uid: 11999 - components: - - type: Transform - pos: 7.5,-37.5 - parent: 2 - - uid: 12000 - components: - - type: Transform - pos: 6.5,-37.5 - parent: 2 - - uid: 12001 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 2 - - uid: 12002 - components: - - type: Transform - pos: 4.5,-37.5 - parent: 2 - - uid: 12005 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 12008 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 2 - - uid: 12009 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 2 - - uid: 12010 - components: - - type: Transform - pos: -3.5,-37.5 - parent: 2 - - uid: 12011 - components: - - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 12012 - components: - - type: Transform - pos: -5.5,-37.5 - parent: 2 - - uid: 12013 - components: - - type: Transform - pos: -6.5,-37.5 - parent: 2 - - uid: 12014 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 2 - - uid: 12015 - components: - - type: Transform - pos: -6.5,-35.5 - parent: 2 - - uid: 12016 - components: - - type: Transform - pos: -6.5,-34.5 - parent: 2 - - uid: 12017 - components: - - type: Transform - pos: -6.5,-33.5 - parent: 2 - - uid: 12018 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - - uid: 12019 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 2 - - uid: 12020 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 2 - - uid: 12021 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 2 - - uid: 12022 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 2 - - uid: 12023 - components: - - type: Transform - pos: -5.5,-28.5 - parent: 2 - - uid: 12024 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 2 - - uid: 12025 - components: - - type: Transform - pos: -3.5,-28.5 - parent: 2 - - uid: 12026 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 2 - - uid: 12027 - components: - - type: Transform - pos: -1.5,-28.5 - parent: 2 - - uid: 12028 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 12029 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 12030 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 12034 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 2 - - uid: 12035 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 2 - - uid: 12036 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - uid: 12037 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 2 - - uid: 12038 - components: - - type: Transform - pos: -1.5,-23.5 - parent: 2 - - uid: 12039 - components: - - type: Transform - pos: -1.5,-22.5 - parent: 2 - - uid: 12040 - components: - - type: Transform - pos: -1.5,-21.5 - parent: 2 - - uid: 12041 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 2 - - uid: 12042 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 2 - - uid: 12044 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 2 - - uid: 12045 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 2 - - uid: 12046 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 2 - - uid: 12047 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 2 - - uid: 12048 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 2 - - uid: 12625 - components: - - type: Transform - pos: 35.5,33.5 - parent: 2 - - uid: 12646 - components: - - type: Transform - pos: 38.5,33.5 - parent: 2 - - uid: 12680 - components: - - type: Transform - pos: 36.5,33.5 - parent: 2 - - uid: 12788 - components: - - type: Transform - pos: 53.5,9.5 - parent: 2 - - uid: 12789 - components: - - type: Transform - pos: 53.5,8.5 - parent: 2 - - uid: 12790 - components: - - type: Transform - pos: 53.5,7.5 - parent: 2 - - uid: 12791 - components: - - type: Transform - pos: 53.5,6.5 - parent: 2 - - uid: 12792 - components: - - type: Transform - pos: 53.5,5.5 - parent: 2 - - uid: 12793 - components: - - type: Transform - pos: 53.5,4.5 - parent: 2 - - uid: 12794 - components: - - type: Transform - pos: 53.5,3.5 - parent: 2 - - uid: 12795 - components: - - type: Transform - pos: 54.5,3.5 - parent: 2 - - uid: 12796 - components: - - type: Transform - pos: 54.5,2.5 - parent: 2 - - uid: 12797 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - uid: 12798 - components: - - type: Transform - pos: 54.5,0.5 - parent: 2 - - uid: 12799 - components: - - type: Transform - pos: 54.5,-0.5 - parent: 2 - - uid: 12800 - components: - - type: Transform - pos: 54.5,-1.5 - parent: 2 - - uid: 12801 - components: - - type: Transform - pos: 53.5,-1.5 - parent: 2 - - uid: 12802 - components: - - type: Transform - pos: 52.5,-1.5 - parent: 2 - - uid: 12803 - components: - - type: Transform - pos: 51.5,-1.5 - parent: 2 - - uid: 12804 - components: - - type: Transform - pos: 79.5,-0.5 - parent: 2 - - uid: 12805 - components: - - type: Transform - pos: 79.5,-1.5 - parent: 2 - - uid: 12806 - components: - - type: Transform - pos: 79.5,-2.5 - parent: 2 - - uid: 12807 - components: - - type: Transform - pos: 79.5,-3.5 - parent: 2 - - uid: 12808 - components: - - type: Transform - pos: 78.5,-3.5 - parent: 2 - - uid: 12809 - components: - - type: Transform - pos: 77.5,-3.5 - parent: 2 - - uid: 12810 - components: - - type: Transform - pos: 76.5,-3.5 - parent: 2 - - uid: 12811 - components: - - type: Transform - pos: 75.5,-3.5 - parent: 2 - - uid: 12812 - components: - - type: Transform - pos: 74.5,-3.5 - parent: 2 - - uid: 12813 - components: - - type: Transform - pos: 73.5,-3.5 - parent: 2 - - uid: 12814 - components: - - type: Transform - pos: 72.5,-3.5 - parent: 2 - - uid: 12815 - components: - - type: Transform - pos: 71.5,-3.5 - parent: 2 - - uid: 12816 - components: - - type: Transform - pos: 70.5,-3.5 - parent: 2 - - uid: 12817 - components: - - type: Transform - pos: 69.5,-3.5 - parent: 2 - - uid: 12818 - components: - - type: Transform - pos: 68.5,-3.5 - parent: 2 - - uid: 12819 - components: - - type: Transform - pos: 67.5,-3.5 - parent: 2 - - uid: 12820 - components: - - type: Transform - pos: 66.5,-3.5 - parent: 2 - - uid: 12821 - components: - - type: Transform - pos: 65.5,-3.5 - parent: 2 - - uid: 12822 - components: - - type: Transform - pos: 64.5,-3.5 - parent: 2 - - uid: 12823 - components: - - type: Transform - pos: 63.5,-3.5 - parent: 2 - - uid: 12824 - components: - - type: Transform - pos: 62.5,-3.5 - parent: 2 - - uid: 12825 - components: - - type: Transform - pos: 61.5,-3.5 - parent: 2 - - uid: 12826 - components: - - type: Transform - pos: 60.5,-3.5 - parent: 2 - - uid: 12827 - components: - - type: Transform - pos: 59.5,-3.5 - parent: 2 - - uid: 12828 - components: - - type: Transform - pos: 58.5,-3.5 - parent: 2 - - uid: 12829 - components: - - type: Transform - pos: 57.5,-3.5 - parent: 2 - - uid: 12830 - components: - - type: Transform - pos: 56.5,-3.5 - parent: 2 - - uid: 12831 - components: - - type: Transform - pos: 55.5,-3.5 - parent: 2 - - uid: 12832 - components: - - type: Transform - pos: 54.5,-3.5 - parent: 2 - - uid: 12833 - components: - - type: Transform - pos: 54.5,-2.5 - parent: 2 - - uid: 12834 - components: - - type: Transform - pos: 79.5,-4.5 - parent: 2 - - uid: 12835 - components: - - type: Transform - pos: 79.5,-5.5 - parent: 2 - - uid: 12836 - components: - - type: Transform - pos: 79.5,-6.5 - parent: 2 - - uid: 12837 - components: - - type: Transform - pos: 78.5,-6.5 - parent: 2 - - uid: 12838 - components: - - type: Transform - pos: 78.5,-7.5 - parent: 2 - - uid: 12839 - components: - - type: Transform - pos: 78.5,-8.5 - parent: 2 - - uid: 12840 - components: - - type: Transform - pos: 77.5,-8.5 - parent: 2 - - uid: 12841 - components: - - type: Transform - pos: 77.5,-9.5 - parent: 2 - - uid: 12842 - components: - - type: Transform - pos: 77.5,-10.5 - parent: 2 - - uid: 12843 - components: - - type: Transform - pos: 76.5,-10.5 - parent: 2 - - uid: 12844 - components: - - type: Transform - pos: 76.5,-11.5 - parent: 2 - - uid: 12845 - components: - - type: Transform - pos: 76.5,-12.5 - parent: 2 - - uid: 12846 - components: - - type: Transform - pos: 76.5,-13.5 - parent: 2 - - uid: 12847 - components: - - type: Transform - pos: 76.5,-14.5 - parent: 2 - - uid: 12848 - components: - - type: Transform - pos: 76.5,-15.5 - parent: 2 - - uid: 12849 - components: - - type: Transform - pos: 76.5,-16.5 - parent: 2 - - uid: 12850 - components: - - type: Transform - pos: 76.5,-17.5 - parent: 2 - - uid: 12851 - components: - - type: Transform - pos: 76.5,-18.5 - parent: 2 - - uid: 12852 - components: - - type: Transform - pos: 76.5,-19.5 - parent: 2 - - uid: 12853 - components: - - type: Transform - pos: 76.5,-20.5 - parent: 2 - - uid: 12854 - components: - - type: Transform - pos: 75.5,-20.5 - parent: 2 - - uid: 12855 - components: - - type: Transform - pos: 74.5,-20.5 - parent: 2 - - uid: 12856 - components: - - type: Transform - pos: 73.5,-20.5 - parent: 2 - - uid: 12857 - components: - - type: Transform - pos: 72.5,-20.5 - parent: 2 - - uid: 12858 - components: - - type: Transform - pos: 71.5,-20.5 - parent: 2 - - uid: 12859 - components: - - type: Transform - pos: 71.5,-21.5 - parent: 2 - - uid: 12860 - components: - - type: Transform - pos: 70.5,-21.5 - parent: 2 - - uid: 12861 - components: - - type: Transform - pos: 70.5,-22.5 - parent: 2 - - uid: 12862 - components: - - type: Transform - pos: 70.5,-23.5 - parent: 2 - - uid: 12863 - components: - - type: Transform - pos: 70.5,-24.5 - parent: 2 - - uid: 12864 - components: - - type: Transform - pos: 69.5,-24.5 - parent: 2 - - uid: 12865 - components: - - type: Transform - pos: 69.5,-25.5 - parent: 2 - - uid: 12866 - components: - - type: Transform - pos: 69.5,-26.5 - parent: 2 - - uid: 12867 - components: - - type: Transform - pos: 68.5,-26.5 - parent: 2 - - uid: 12868 - components: - - type: Transform - pos: 68.5,-27.5 - parent: 2 - - uid: 12869 - components: - - type: Transform - pos: 67.5,-27.5 - parent: 2 - - uid: 12870 - components: - - type: Transform - pos: 66.5,-27.5 - parent: 2 - - uid: 12871 - components: - - type: Transform - pos: 66.5,-28.5 - parent: 2 - - uid: 12872 - components: - - type: Transform - pos: 65.5,-28.5 - parent: 2 - - uid: 12873 - components: - - type: Transform - pos: 64.5,-28.5 - parent: 2 - - uid: 12874 - components: - - type: Transform - pos: 63.5,-28.5 - parent: 2 - - uid: 12875 - components: - - type: Transform - pos: 63.5,-29.5 - parent: 2 - - uid: 12876 - components: - - type: Transform - pos: 62.5,-29.5 - parent: 2 - - uid: 12877 - components: - - type: Transform - pos: 62.5,-30.5 - parent: 2 - - uid: 12878 - components: - - type: Transform - pos: 61.5,-30.5 - parent: 2 - - uid: 12879 - components: - - type: Transform - pos: 60.5,-30.5 - parent: 2 - - uid: 12880 - components: - - type: Transform - pos: 59.5,-30.5 - parent: 2 - - uid: 12881 - components: - - type: Transform - pos: 58.5,-30.5 - parent: 2 - - uid: 12882 - components: - - type: Transform - pos: 57.5,-30.5 - parent: 2 - - uid: 12883 - components: - - type: Transform - pos: 56.5,-30.5 - parent: 2 - - uid: 12884 - components: - - type: Transform - pos: 55.5,-30.5 - parent: 2 - - uid: 12885 - components: - - type: Transform - pos: 54.5,-30.5 - parent: 2 - - uid: 12886 - components: - - type: Transform - pos: 53.5,-30.5 - parent: 2 - - uid: 12887 - components: - - type: Transform - pos: 52.5,-30.5 - parent: 2 - - uid: 12888 - components: - - type: Transform - pos: 51.5,-30.5 - parent: 2 - - uid: 12889 - components: - - type: Transform - pos: 60.5,-29.5 - parent: 2 - - uid: 12890 - components: - - type: Transform - pos: 51.5,-31.5 - parent: 2 - - uid: 12891 - components: - - type: Transform - pos: 50.5,-31.5 - parent: 2 - - uid: 12892 - components: - - type: Transform - pos: 49.5,-31.5 - parent: 2 - - uid: 12893 - components: - - type: Transform - pos: 49.5,-32.5 - parent: 2 - - uid: 12894 - components: - - type: Transform - pos: 49.5,-33.5 - parent: 2 - - uid: 12895 - components: - - type: Transform - pos: 48.5,-33.5 - parent: 2 - - uid: 12896 - components: - - type: Transform - pos: 47.5,-33.5 - parent: 2 - - uid: 12897 - components: - - type: Transform - pos: 46.5,-33.5 - parent: 2 - - uid: 12898 - components: - - type: Transform - pos: 45.5,-33.5 - parent: 2 - - uid: 12899 - components: - - type: Transform - pos: 44.5,-33.5 - parent: 2 - - uid: 12900 - components: - - type: Transform - pos: 44.5,-32.5 - parent: 2 - - uid: 12901 - components: - - type: Transform - pos: 44.5,-31.5 - parent: 2 - - uid: 12902 - components: - - type: Transform - pos: 44.5,-30.5 - parent: 2 - - uid: 12903 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 2 - - uid: 12904 - components: - - type: Transform - pos: 44.5,-28.5 - parent: 2 - - uid: 12905 - components: - - type: Transform - pos: 44.5,-27.5 - parent: 2 - - uid: 12906 - components: - - type: Transform - pos: 44.5,-26.5 - parent: 2 - - uid: 12907 - components: - - type: Transform - pos: 45.5,-26.5 - parent: 2 - - uid: 12908 - components: - - type: Transform - pos: 46.5,-26.5 - parent: 2 - - uid: 12909 - components: - - type: Transform - pos: 46.5,-25.5 - parent: 2 - - uid: 12910 - components: - - type: Transform - pos: 46.5,-24.5 - parent: 2 - - uid: 12911 - components: - - type: Transform - pos: 46.5,-23.5 - parent: 2 - - uid: 12912 - components: - - type: Transform - pos: 46.5,-22.5 - parent: 2 - - uid: 12913 - components: - - type: Transform - pos: 46.5,-21.5 - parent: 2 - - uid: 12914 - components: - - type: Transform - pos: 46.5,-20.5 - parent: 2 - - uid: 12915 - components: - - type: Transform - pos: 46.5,-19.5 - parent: 2 - - uid: 12916 - components: - - type: Transform - pos: 46.5,-18.5 - parent: 2 - - uid: 12917 - components: - - type: Transform - pos: 46.5,-17.5 - parent: 2 - - uid: 12918 - components: - - type: Transform - pos: 42.5,-26.5 - parent: 2 - - uid: 12919 - components: - - type: Transform - pos: 41.5,-26.5 - parent: 2 - - uid: 12920 - components: - - type: Transform - pos: 40.5,-26.5 - parent: 2 - - uid: 12996 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 13050 - components: - - type: Transform - pos: 37.5,33.5 - parent: 2 - - uid: 13193 - components: - - type: Transform - pos: -61.5,25.5 - parent: 2 - - uid: 13194 - components: - - type: Transform - pos: -61.5,24.5 - parent: 2 - - uid: 13195 - components: - - type: Transform - pos: -61.5,23.5 - parent: 2 - - uid: 13356 - components: - - type: Transform - pos: 56.5,-39.5 - parent: 2 - - uid: 13402 - components: - - type: Transform - pos: 55.5,-34.5 - parent: 2 - - uid: 13403 - components: - - type: Transform - pos: 55.5,-33.5 - parent: 2 - - uid: 13404 - components: - - type: Transform - pos: 56.5,-33.5 - parent: 2 - - uid: 13405 - components: - - type: Transform - pos: 57.5,-33.5 - parent: 2 - - uid: 13406 - components: - - type: Transform - pos: 57.5,-34.5 - parent: 2 - - uid: 13407 - components: - - type: Transform - pos: 55.5,-32.5 - parent: 2 - - uid: 13408 - components: - - type: Transform - pos: 55.5,-31.5 - parent: 2 - - uid: 13409 - components: - - type: Transform - pos: 57.5,-31.5 - parent: 2 - - uid: 13410 - components: - - type: Transform - pos: 57.5,-32.5 - parent: 2 - - uid: 13411 - components: - - type: Transform - pos: 55.5,-35.5 - parent: 2 - - uid: 13412 - components: - - type: Transform - pos: 55.5,-36.5 - parent: 2 - - uid: 13413 - components: - - type: Transform - pos: 55.5,-37.5 - parent: 2 - - uid: 13414 - components: - - type: Transform - pos: 55.5,-38.5 - parent: 2 - - uid: 13415 - components: - - type: Transform - pos: 56.5,-38.5 - parent: 2 - - uid: 13416 - components: - - type: Transform - pos: 57.5,-37.5 - parent: 2 - - uid: 13417 - components: - - type: Transform - pos: 57.5,-38.5 - parent: 2 - - uid: 13418 - components: - - type: Transform - pos: 57.5,-36.5 - parent: 2 - - uid: 13419 - components: - - type: Transform - pos: 57.5,-35.5 - parent: 2 - - uid: 13420 - components: - - type: Transform - pos: 56.5,-40.5 - parent: 2 - - uid: 13421 - components: - - type: Transform - pos: 61.5,-44.5 - parent: 2 - - uid: 13422 - components: - - type: Transform - pos: 62.5,-44.5 - parent: 2 - - uid: 13423 - components: - - type: Transform - pos: 59.5,-46.5 - parent: 2 - - uid: 13424 - components: - - type: Transform - pos: 61.5,-46.5 - parent: 2 - - uid: 13425 - components: - - type: Transform - pos: 59.5,-50.5 - parent: 2 - - uid: 13426 - components: - - type: Transform - pos: 58.5,-76.5 - parent: 2 - - uid: 13427 - components: - - type: Transform - pos: 64.5,-70.5 - parent: 2 - - uid: 13428 - components: - - type: Transform - pos: 49.5,-71.5 - parent: 2 - - uid: 13429 - components: - - type: Transform - pos: 63.5,-46.5 - parent: 2 - - uid: 13430 - components: - - type: Transform - pos: 64.5,-46.5 - parent: 2 - - uid: 13431 - components: - - type: Transform - pos: 60.5,-46.5 - parent: 2 - - uid: 13432 - components: - - type: Transform - pos: 62.5,-46.5 - parent: 2 - - uid: 13433 - components: - - type: Transform - pos: -93.5,-35.5 - parent: 2 - - uid: 13434 - components: - - type: Transform - pos: -81.5,-53.5 - parent: 2 - - uid: 13435 - components: - - type: Transform - pos: -81.5,-59.5 - parent: 2 - - uid: 13436 - components: - - type: Transform - pos: -95.5,-53.5 - parent: 2 - - uid: 13437 - components: - - type: Transform - pos: -94.5,-55.5 - parent: 2 - - uid: 13438 - components: - - type: Transform - pos: -98.5,-49.5 - parent: 2 - - uid: 13439 - components: - - type: Transform - pos: -94.5,-48.5 - parent: 2 - - uid: 13440 - components: - - type: Transform - pos: -86.5,-55.5 - parent: 2 - - uid: 13443 - components: - - type: Transform - pos: -83.5,-58.5 - parent: 2 - - uid: 13444 - components: - - type: Transform - pos: -87.5,-54.5 - parent: 2 - - uid: 13445 - components: - - type: Transform - pos: -86.5,-59.5 - parent: 2 - - uid: 13446 - components: - - type: Transform - pos: -97.5,-49.5 - parent: 2 - - uid: 13447 - components: - - type: Transform - pos: -93.5,-55.5 - parent: 2 - - uid: 13448 - components: - - type: Transform - pos: -95.5,-55.5 - parent: 2 - - uid: 13449 - components: - - type: Transform - pos: -85.5,-55.5 - parent: 2 - - uid: 13450 - components: - - type: Transform - pos: -80.5,-59.5 - parent: 2 - - uid: 13451 - components: - - type: Transform - pos: -96.5,-53.5 - parent: 2 - - uid: 13452 - components: - - type: Transform - pos: -82.5,-58.5 - parent: 2 - - uid: 13453 - components: - - type: Transform - pos: -90.5,-39.5 - parent: 2 - - uid: 13457 - components: - - type: Transform - pos: -94.5,-38.5 - parent: 2 - - uid: 13458 - components: - - type: Transform - pos: -93.5,-38.5 - parent: 2 - - uid: 13462 - components: - - type: Transform - pos: -97.5,-39.5 - parent: 2 - - uid: 13463 - components: - - type: Transform - pos: -96.5,-38.5 - parent: 2 - - uid: 13464 - components: - - type: Transform - pos: -97.5,-38.5 - parent: 2 - - uid: 13465 - components: - - type: Transform - pos: -92.5,-38.5 - parent: 2 - - uid: 13473 - components: - - type: Transform - pos: 56.5,-69.5 - parent: 2 - - uid: 13483 - components: - - type: Transform - pos: -68.5,-34.5 - parent: 2 - - uid: 13493 - components: - - type: Transform - pos: -80.5,60.5 - parent: 2 - - uid: 13494 - components: - - type: Transform - pos: 56.5,-41.5 - parent: 2 - - uid: 13504 - components: - - type: Transform - pos: 56.5,-70.5 - parent: 2 - - uid: 13505 - components: - - type: Transform - pos: 56.5,-76.5 - parent: 2 - - uid: 13506 - components: - - type: Transform - pos: 56.5,-77.5 - parent: 2 - - uid: 13507 - components: - - type: Transform - pos: 56.5,-78.5 - parent: 2 - - uid: 13508 - components: - - type: Transform - pos: 57.5,-78.5 - parent: 2 - - uid: 13509 - components: - - type: Transform - pos: 58.5,-80.5 - parent: 2 - - uid: 13510 - components: - - type: Transform - pos: 58.5,-81.5 - parent: 2 - - uid: 13511 - components: - - type: Transform - pos: 59.5,-82.5 - parent: 2 - - uid: 13512 - components: - - type: Transform - pos: 59.5,-83.5 - parent: 2 - - uid: 13513 - components: - - type: Transform - pos: 60.5,-83.5 - parent: 2 - - uid: 13514 - components: - - type: Transform - pos: 62.5,-83.5 - parent: 2 - - uid: 13515 - components: - - type: Transform - pos: 62.5,-84.5 - parent: 2 - - uid: 13516 - components: - - type: Transform - pos: 63.5,-84.5 - parent: 2 - - uid: 13518 - components: - - type: Transform - pos: -80.5,64.5 - parent: 2 - - uid: 13536 - components: - - type: Transform - pos: -80.5,-44.5 - parent: 2 - - uid: 13537 - components: - - type: Transform - pos: -82.5,-40.5 - parent: 2 - - uid: 13538 - components: - - type: Transform - pos: -94.5,-40.5 - parent: 2 - - uid: 13539 - components: - - type: Transform - pos: -93.5,-40.5 - parent: 2 - - uid: 13540 - components: - - type: Transform - pos: -94.5,-45.5 - parent: 2 - - uid: 13541 - components: - - type: Transform - pos: -92.5,-45.5 - parent: 2 - - uid: 13542 - components: - - type: Transform - pos: -92.5,-44.5 - parent: 2 - - uid: 13543 - components: - - type: Transform - pos: -92.5,-40.5 - parent: 2 - - uid: 13545 - components: - - type: Transform - pos: -94.5,-43.5 - parent: 2 - - uid: 13546 - components: - - type: Transform - pos: -92.5,-43.5 - parent: 2 - - uid: 13547 - components: - - type: Transform - pos: -91.5,-44.5 - parent: 2 - - uid: 13548 - components: - - type: Transform - pos: -93.5,-45.5 - parent: 2 - - uid: 13549 - components: - - type: Transform - pos: -87.5,-39.5 - parent: 2 - - uid: 13551 - components: - - type: Transform - pos: -81.5,-45.5 - parent: 2 - - uid: 13552 - components: - - type: Transform - pos: -88.5,-39.5 - parent: 2 - - uid: 13553 - components: - - type: Transform - pos: -85.5,-40.5 - parent: 2 - - uid: 13554 - components: - - type: Transform - pos: -86.5,-40.5 - parent: 2 - - uid: 13555 - components: - - type: Transform - pos: -86.5,-39.5 - parent: 2 - - uid: 13556 - components: - - type: Transform - pos: -91.5,-34.5 - parent: 2 - - uid: 13557 - components: - - type: Transform - pos: -92.5,-34.5 - parent: 2 - - uid: 13562 - components: - - type: Transform - pos: -83.5,-40.5 - parent: 2 - - uid: 13563 - components: - - type: Transform - pos: -84.5,-40.5 - parent: 2 - - uid: 13564 - components: - - type: Transform - pos: -81.5,-40.5 - parent: 2 - - uid: 13565 - components: - - type: Transform - pos: -86.5,-43.5 - parent: 2 - - uid: 13566 - components: - - type: Transform - pos: -90.5,-44.5 - parent: 2 - - uid: 13567 - components: - - type: Transform - pos: -86.5,-44.5 - parent: 2 - - uid: 13568 - components: - - type: Transform - pos: -89.5,-44.5 - parent: 2 - - uid: 13569 - components: - - type: Transform - pos: -87.5,-44.5 - parent: 2 - - uid: 13570 - components: - - type: Transform - pos: -85.5,-43.5 - parent: 2 - - uid: 13571 - components: - - type: Transform - pos: -88.5,-44.5 - parent: 2 - - uid: 13572 - components: - - type: Transform - pos: -81.5,-44.5 - parent: 2 - - uid: 13573 - components: - - type: Transform - pos: -97.5,-45.5 - parent: 2 - - uid: 13574 - components: - - type: Transform - pos: -93.5,-43.5 - parent: 2 - - uid: 13575 - components: - - type: Transform - pos: -96.5,-45.5 - parent: 2 - - uid: 13576 - components: - - type: Transform - pos: -95.5,-45.5 - parent: 2 - - uid: 13578 - components: - - type: Transform - pos: -98.5,-39.5 - parent: 2 - - uid: 13592 - components: - - type: Transform - pos: -80.5,54.5 - parent: 2 - - uid: 13611 - components: - - type: Transform - pos: -80.5,52.5 - parent: 2 - - uid: 13616 - components: - - type: Transform - pos: 56.5,-66.5 - parent: 2 - - uid: 13617 - components: - - type: Transform - pos: 56.5,-50.5 - parent: 2 - - uid: 13618 - components: - - type: Transform - pos: 56.5,-51.5 - parent: 2 - - uid: 13619 - components: - - type: Transform - pos: 56.5,-54.5 - parent: 2 - - uid: 13620 - components: - - type: Transform - pos: 56.5,-59.5 - parent: 2 - - uid: 13621 - components: - - type: Transform - pos: 56.5,-48.5 - parent: 2 - - uid: 13622 - components: - - type: Transform - pos: 56.5,-55.5 - parent: 2 - - uid: 13627 - components: - - type: Transform - pos: -74.5,51.5 - parent: 2 - - uid: 13639 - components: - - type: Transform - pos: 56.5,-64.5 - parent: 2 - - uid: 13640 - components: - - type: Transform - pos: 56.5,-62.5 - parent: 2 - - uid: 13641 - components: - - type: Transform - pos: 56.5,-67.5 - parent: 2 - - uid: 13642 - components: - - type: Transform - pos: 56.5,-60.5 - parent: 2 - - uid: 13643 - components: - - type: Transform - pos: 56.5,-61.5 - parent: 2 - - uid: 13644 - components: - - type: Transform - pos: 56.5,-52.5 - parent: 2 - - uid: 13668 - components: - - type: Transform - pos: -96.5,-40.5 - parent: 2 - - uid: 13669 - components: - - type: Transform - pos: -95.5,-40.5 - parent: 2 - - uid: 13670 - components: - - type: Transform - pos: -94.5,-58.5 - parent: 2 - - uid: 13671 - components: - - type: Transform - pos: -93.5,-53.5 - parent: 2 - - uid: 13672 - components: - - type: Transform - pos: -86.5,-53.5 - parent: 2 - - uid: 13676 - components: - - type: Transform - pos: -89.5,-39.5 - parent: 2 - - uid: 13677 - components: - - type: Transform - pos: -90.5,-34.5 - parent: 2 - - uid: 13681 - components: - - type: Transform - pos: -86.5,-65.5 - parent: 2 - - uid: 13682 - components: - - type: Transform - pos: -84.5,-65.5 - parent: 2 - - uid: 13683 - components: - - type: Transform - pos: -82.5,-65.5 - parent: 2 - - uid: 13819 - components: - - type: Transform - pos: -32.5,52.5 - parent: 2 - - uid: 13828 - components: - - type: Transform - pos: -46.5,68.5 - parent: 2 - - uid: 14292 - components: - - type: Transform - pos: 1.5,44.5 - parent: 2 - - uid: 14293 - components: - - type: Transform - pos: 1.5,43.5 - parent: 2 - - uid: 14294 - components: - - type: Transform - pos: 1.5,42.5 - parent: 2 - - uid: 14295 - components: - - type: Transform - pos: 1.5,41.5 - parent: 2 - - uid: 14296 - components: - - type: Transform - pos: 1.5,40.5 - parent: 2 - - uid: 14297 - components: - - type: Transform - pos: 1.5,39.5 - parent: 2 - - uid: 14298 - components: - - type: Transform - pos: 1.5,33.5 - parent: 2 - - uid: 14300 - components: - - type: Transform - pos: 1.5,36.5 - parent: 2 - - uid: 14301 - components: - - type: Transform - pos: 1.5,35.5 - parent: 2 - - uid: 14302 - components: - - type: Transform - pos: 1.5,34.5 - parent: 2 - - uid: 14303 - components: - - type: Transform - pos: 1.5,37.5 - parent: 2 - - uid: 14304 - components: - - type: Transform - pos: 1.5,32.5 - parent: 2 - - uid: 14305 - components: - - type: Transform - pos: 1.5,31.5 - parent: 2 - - uid: 14306 - components: - - type: Transform - pos: 1.5,30.5 - parent: 2 - - uid: 14307 - components: - - type: Transform - pos: 1.5,29.5 - parent: 2 - - uid: 14308 - components: - - type: Transform - pos: 1.5,28.5 - parent: 2 - - uid: 14309 - components: - - type: Transform - pos: 1.5,27.5 - parent: 2 - - uid: 14310 - components: - - type: Transform - pos: 1.5,26.5 - parent: 2 - - uid: 14311 - components: - - type: Transform - pos: 1.5,25.5 - parent: 2 - - uid: 14312 - components: - - type: Transform - pos: 1.5,24.5 - parent: 2 - - uid: 14313 - components: - - type: Transform - pos: 1.5,23.5 - parent: 2 - - uid: 14314 - components: - - type: Transform - pos: 1.5,22.5 - parent: 2 - - uid: 14315 - components: - - type: Transform - pos: 1.5,21.5 - parent: 2 - - uid: 14316 - components: - - type: Transform - pos: 1.5,20.5 - parent: 2 - - uid: 14317 - components: - - type: Transform - pos: 1.5,18.5 - parent: 2 - - uid: 14318 - components: - - type: Transform - pos: 1.5,17.5 - parent: 2 - - uid: 14319 - components: - - type: Transform - pos: 1.5,16.5 - parent: 2 - - uid: 14320 - components: - - type: Transform - pos: 1.5,15.5 - parent: 2 - - uid: 14321 - components: - - type: Transform - pos: 1.5,14.5 - parent: 2 - - uid: 14322 - components: - - type: Transform - pos: 1.5,13.5 - parent: 2 - - uid: 14323 - components: - - type: Transform - pos: 1.5,12.5 - parent: 2 - - uid: 14324 - components: - - type: Transform - pos: 1.5,11.5 - parent: 2 - - uid: 14325 - components: - - type: Transform - pos: 1.5,10.5 - parent: 2 - - uid: 14326 - components: - - type: Transform - pos: 1.5,9.5 - parent: 2 - - uid: 14327 - components: - - type: Transform - pos: 1.5,8.5 - parent: 2 - - uid: 14328 - components: - - type: Transform - pos: 1.5,7.5 - parent: 2 - - uid: 14329 - components: - - type: Transform - pos: 1.5,6.5 - parent: 2 - - uid: 14330 - components: - - type: Transform - pos: 1.5,5.5 - parent: 2 - - uid: 14331 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 14332 - components: - - type: Transform - pos: 1.5,3.5 - parent: 2 - - uid: 14333 - components: - - type: Transform - pos: 1.5,2.5 - parent: 2 - - uid: 14334 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 14335 - components: - - type: Transform - pos: 1.5,0.5 - parent: 2 - - uid: 14336 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 14337 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 14338 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 2 - - uid: 14339 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 2 - - uid: 14340 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 2 - - uid: 14341 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 2 - - uid: 14342 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 2 - - uid: 14343 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 2 - - uid: 14344 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 2 - - uid: 14345 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 2 - - uid: 14346 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 2 - - uid: 14347 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 2 - - uid: 14348 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 2 - - uid: 14349 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 2 - - uid: 14350 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 2 - - uid: 14351 - components: - - type: Transform - pos: 2.5,44.5 - parent: 2 - - uid: 14352 - components: - - type: Transform - pos: 3.5,44.5 - parent: 2 - - uid: 14353 - components: - - type: Transform - pos: 4.5,44.5 - parent: 2 - - uid: 14354 - components: - - type: Transform - pos: 5.5,44.5 - parent: 2 - - uid: 14355 - components: - - type: Transform - pos: 6.5,44.5 - parent: 2 - - uid: 14376 - components: - - type: Transform - pos: 1.5,38.5 - parent: 2 - - uid: 14509 - components: - - type: Transform - pos: 32.5,51.5 - parent: 2 - - uid: 14510 - components: - - type: Transform - pos: 31.5,51.5 - parent: 2 - - uid: 14511 - components: - - type: Transform - pos: 31.5,50.5 - parent: 2 - - uid: 14512 - components: - - type: Transform - pos: 31.5,49.5 - parent: 2 - - uid: 14513 - components: - - type: Transform - pos: 31.5,48.5 - parent: 2 - - uid: 14514 - components: - - type: Transform - pos: 31.5,47.5 - parent: 2 - - uid: 14515 - components: - - type: Transform - pos: 31.5,46.5 - parent: 2 - - uid: 14516 - components: - - type: Transform - pos: 31.5,45.5 - parent: 2 - - uid: 14517 - components: - - type: Transform - pos: 31.5,44.5 - parent: 2 - - uid: 14518 - components: - - type: Transform - pos: 31.5,43.5 - parent: 2 - - uid: 14519 - components: - - type: Transform - pos: 32.5,43.5 - parent: 2 - - uid: 14520 - components: - - type: Transform - pos: 33.5,43.5 - parent: 2 - - uid: 14521 - components: - - type: Transform - pos: 34.5,43.5 - parent: 2 - - uid: 14522 - components: - - type: Transform - pos: 34.5,42.5 - parent: 2 - - uid: 14523 - components: - - type: Transform - pos: 34.5,41.5 - parent: 2 - - uid: 14524 - components: - - type: Transform - pos: 34.5,40.5 - parent: 2 - - uid: 14525 - components: - - type: Transform - pos: 34.5,39.5 - parent: 2 - - uid: 14526 - components: - - type: Transform - pos: 34.5,38.5 - parent: 2 - - uid: 14527 - components: - - type: Transform - pos: 34.5,37.5 - parent: 2 - - uid: 14528 - components: - - type: Transform - pos: 34.5,36.5 - parent: 2 - - uid: 14529 - components: - - type: Transform - pos: 34.5,35.5 - parent: 2 - - uid: 14530 - components: - - type: Transform - pos: 34.5,34.5 - parent: 2 - - uid: 14531 - components: - - type: Transform - pos: 34.5,33.5 - parent: 2 - - uid: 14532 - components: - - type: Transform - pos: 33.5,33.5 - parent: 2 - - uid: 14533 - components: - - type: Transform - pos: 32.5,33.5 - parent: 2 - - uid: 14534 - components: - - type: Transform - pos: 31.5,33.5 - parent: 2 - - uid: 14535 - components: - - type: Transform - pos: 30.5,33.5 - parent: 2 - - uid: 14536 - components: - - type: Transform - pos: 29.5,33.5 - parent: 2 - - uid: 14537 - components: - - type: Transform - pos: 28.5,33.5 - parent: 2 - - uid: 14538 - components: - - type: Transform - pos: 27.5,33.5 - parent: 2 - - uid: 14539 - components: - - type: Transform - pos: 26.5,33.5 - parent: 2 - - uid: 14540 - components: - - type: Transform - pos: 25.5,33.5 - parent: 2 - - uid: 14541 - components: - - type: Transform - pos: 24.5,33.5 - parent: 2 - - uid: 14542 - components: - - type: Transform - pos: 23.5,33.5 - parent: 2 - - uid: 14543 - components: - - type: Transform - pos: 22.5,33.5 - parent: 2 - - uid: 14544 - components: - - type: Transform - pos: 21.5,33.5 - parent: 2 - - uid: 14545 - components: - - type: Transform - pos: 20.5,33.5 - parent: 2 - - uid: 14546 - components: - - type: Transform - pos: 19.5,33.5 - parent: 2 - - uid: 14547 - components: - - type: Transform - pos: 18.5,33.5 - parent: 2 - - uid: 14548 - components: - - type: Transform - pos: 17.5,33.5 - parent: 2 - - uid: 14549 - components: - - type: Transform - pos: 16.5,33.5 - parent: 2 - - uid: 14550 - components: - - type: Transform - pos: 15.5,33.5 - parent: 2 - - uid: 14551 - components: - - type: Transform - pos: 14.5,33.5 - parent: 2 - - uid: 14552 - components: - - type: Transform - pos: 13.5,33.5 - parent: 2 - - uid: 14553 - components: - - type: Transform - pos: 12.5,33.5 - parent: 2 - - uid: 14554 - components: - - type: Transform - pos: 11.5,33.5 - parent: 2 - - uid: 14555 - components: - - type: Transform - pos: 10.5,33.5 - parent: 2 - - uid: 14556 - components: - - type: Transform - pos: 9.5,33.5 - parent: 2 - - uid: 14557 - components: - - type: Transform - pos: 8.5,33.5 - parent: 2 - - uid: 14558 - components: - - type: Transform - pos: 7.5,33.5 - parent: 2 - - uid: 14559 - components: - - type: Transform - pos: 6.5,33.5 - parent: 2 - - uid: 14560 - components: - - type: Transform - pos: 5.5,33.5 - parent: 2 - - uid: 14561 - components: - - type: Transform - pos: 4.5,33.5 - parent: 2 - - uid: 14562 - components: - - type: Transform - pos: 3.5,33.5 - parent: 2 - - uid: 14563 - components: - - type: Transform - pos: 2.5,33.5 - parent: 2 - - uid: 14934 - components: - - type: Transform - pos: 53.5,10.5 - parent: 2 - - uid: 14935 - components: - - type: Transform - pos: 53.5,11.5 - parent: 2 - - uid: 14936 - components: - - type: Transform - pos: 53.5,12.5 - parent: 2 - - uid: 14937 - components: - - type: Transform - pos: 53.5,13.5 - parent: 2 - - uid: 14938 - components: - - type: Transform - pos: 53.5,14.5 - parent: 2 - - uid: 14939 - components: - - type: Transform - pos: 53.5,15.5 - parent: 2 - - uid: 14940 - components: - - type: Transform - pos: 53.5,16.5 - parent: 2 - - uid: 14941 - components: - - type: Transform - pos: 53.5,17.5 - parent: 2 - - uid: 14942 - components: - - type: Transform - pos: 52.5,17.5 - parent: 2 - - uid: 14943 - components: - - type: Transform - pos: 51.5,17.5 - parent: 2 - - uid: 14944 - components: - - type: Transform - pos: 50.5,17.5 - parent: 2 - - uid: 15077 - components: - - type: Transform - pos: 24.5,21.5 - parent: 2 - - uid: 15107 - components: - - type: Transform - pos: 24.5,20.5 - parent: 2 - - uid: 15130 - components: - - type: Transform - pos: 24.5,22.5 - parent: 2 - - uid: 15131 - components: - - type: Transform - pos: 24.5,23.5 - parent: 2 - - uid: 15132 - components: - - type: Transform - pos: 24.5,24.5 - parent: 2 - - uid: 15133 - components: - - type: Transform - pos: 24.5,25.5 - parent: 2 - - uid: 15134 - components: - - type: Transform - pos: 24.5,26.5 - parent: 2 - - uid: 15135 - components: - - type: Transform - pos: 24.5,27.5 - parent: 2 - - uid: 15136 - components: - - type: Transform - pos: 24.5,28.5 - parent: 2 - - uid: 15137 - components: - - type: Transform - pos: 24.5,29.5 - parent: 2 - - uid: 15138 - components: - - type: Transform - pos: 24.5,30.5 - parent: 2 - - uid: 15139 - components: - - type: Transform - pos: 24.5,31.5 - parent: 2 - - uid: 15140 - components: - - type: Transform - pos: 24.5,32.5 - parent: 2 - - uid: 15194 - components: - - type: Transform - pos: -46.5,66.5 - parent: 2 - - uid: 15272 - components: - - type: Transform - pos: -44.5,69.5 - parent: 2 - - uid: 15326 - components: - - type: Transform - pos: -18.5,35.5 - parent: 2 - - uid: 15327 - components: - - type: Transform - pos: -16.5,35.5 - parent: 2 - - uid: 15328 - components: - - type: Transform - pos: -21.5,35.5 - parent: 2 - - uid: 15534 - components: - - type: Transform - pos: -33.5,52.5 - parent: 2 - - uid: 15536 - components: - - type: Transform - pos: -26.5,23.5 - parent: 2 - - uid: 15620 - components: - - type: Transform - pos: -49.5,52.5 - parent: 2 - - uid: 15642 - components: - - type: Transform - pos: -31.5,23.5 - parent: 2 - - uid: 15828 - components: - - type: Transform - pos: -23.5,25.5 - parent: 2 - - uid: 15836 - components: - - type: Transform - pos: -48.5,52.5 - parent: 2 - - uid: 16031 - components: - - type: Transform - pos: 0.5,44.5 - parent: 2 - - uid: 16032 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - - uid: 16033 - components: - - type: Transform - pos: -1.5,44.5 - parent: 2 - - uid: 16034 - components: - - type: Transform - pos: -2.5,44.5 - parent: 2 - - uid: 16035 - components: - - type: Transform - pos: -2.5,45.5 - parent: 2 - - uid: 16036 - components: - - type: Transform - pos: -3.5,45.5 - parent: 2 - - uid: 16037 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - - uid: 16038 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - - uid: 16039 - components: - - type: Transform - pos: -6.5,45.5 - parent: 2 - - uid: 16040 - components: - - type: Transform - pos: -2.5,43.5 - parent: 2 - - uid: 16041 - components: - - type: Transform - pos: -2.5,42.5 - parent: 2 - - uid: 16042 - components: - - type: Transform - pos: -2.5,41.5 - parent: 2 - - uid: 16043 - components: - - type: Transform - pos: -2.5,40.5 - parent: 2 - - uid: 16044 - components: - - type: Transform - pos: -2.5,39.5 - parent: 2 - - uid: 16045 - components: - - type: Transform - pos: -2.5,38.5 - parent: 2 - - uid: 16046 - components: - - type: Transform - pos: -2.5,37.5 - parent: 2 - - uid: 16047 - components: - - type: Transform - pos: -2.5,36.5 - parent: 2 - - uid: 16048 - components: - - type: Transform - pos: -2.5,35.5 - parent: 2 - - uid: 16049 - components: - - type: Transform - pos: -2.5,34.5 - parent: 2 - - uid: 16050 - components: - - type: Transform - pos: -2.5,33.5 - parent: 2 - - uid: 16051 - components: - - type: Transform - pos: -2.5,32.5 - parent: 2 - - uid: 16052 - components: - - type: Transform - pos: -2.5,31.5 - parent: 2 - - uid: 16053 - components: - - type: Transform - pos: -2.5,30.5 - parent: 2 - - uid: 16054 - components: - - type: Transform - pos: -2.5,29.5 - parent: 2 - - uid: 16055 - components: - - type: Transform - pos: -2.5,28.5 - parent: 2 - - uid: 16056 - components: - - type: Transform - pos: -1.5,28.5 - parent: 2 - - uid: 16057 - components: - - type: Transform - pos: -0.5,28.5 - parent: 2 - - uid: 16058 - components: - - type: Transform - pos: 0.5,28.5 - parent: 2 - - uid: 16283 - components: - - type: Transform - pos: -30.5,51.5 - parent: 2 - - uid: 16368 - components: - - type: Transform - pos: -41.5,70.5 - parent: 2 - - uid: 16371 - components: - - type: Transform - pos: 1.5,63.5 - parent: 2 - - uid: 16372 - components: - - type: Transform - pos: 1.5,62.5 - parent: 2 - - uid: 16373 - components: - - type: Transform - pos: 1.5,61.5 - parent: 2 - - uid: 16374 - components: - - type: Transform - pos: 1.5,60.5 - parent: 2 - - uid: 16375 - components: - - type: Transform - pos: 1.5,59.5 - parent: 2 - - uid: 16376 - components: - - type: Transform - pos: 1.5,58.5 - parent: 2 - - uid: 16377 - components: - - type: Transform - pos: 1.5,57.5 - parent: 2 - - uid: 16378 - components: - - type: Transform - pos: 1.5,56.5 - parent: 2 - - uid: 16379 - components: - - type: Transform - pos: 1.5,55.5 - parent: 2 - - uid: 16380 - components: - - type: Transform - pos: 1.5,54.5 - parent: 2 - - uid: 16381 - components: - - type: Transform - pos: 1.5,53.5 - parent: 2 - - uid: 16382 - components: - - type: Transform - pos: 1.5,52.5 - parent: 2 - - uid: 16383 - components: - - type: Transform - pos: 1.5,51.5 - parent: 2 - - uid: 16384 - components: - - type: Transform - pos: 1.5,50.5 - parent: 2 - - uid: 16385 - components: - - type: Transform - pos: 1.5,49.5 - parent: 2 - - uid: 16386 - components: - - type: Transform - pos: 1.5,48.5 - parent: 2 - - uid: 16387 - components: - - type: Transform - pos: 1.5,47.5 - parent: 2 - - uid: 16388 - components: - - type: Transform - pos: 1.5,46.5 - parent: 2 - - uid: 16389 - components: - - type: Transform - pos: 1.5,45.5 - parent: 2 - - uid: 16446 - components: - - type: Transform - pos: -28.5,23.5 - parent: 2 - - uid: 16457 - components: - - type: Transform - pos: -19.5,64.5 - parent: 2 - - uid: 16458 - components: - - type: Transform - pos: -11.5,64.5 - parent: 2 - - uid: 16459 - components: - - type: Transform - pos: -16.5,64.5 - parent: 2 - - uid: 16460 - components: - - type: Transform - pos: -17.5,64.5 - parent: 2 - - uid: 16461 - components: - - type: Transform - pos: -13.5,64.5 - parent: 2 - - uid: 16462 - components: - - type: Transform - pos: -22.5,64.5 - parent: 2 - - uid: 16463 - components: - - type: Transform - pos: -20.5,64.5 - parent: 2 - - uid: 16464 - components: - - type: Transform - pos: -18.5,64.5 - parent: 2 - - uid: 16465 - components: - - type: Transform - pos: -21.5,64.5 - parent: 2 - - uid: 16466 - components: - - type: Transform - pos: -14.5,64.5 - parent: 2 - - uid: 16467 - components: - - type: Transform - pos: -9.5,64.5 - parent: 2 - - uid: 16469 - components: - - type: Transform - pos: -15.5,64.5 - parent: 2 - - uid: 16470 - components: - - type: Transform - pos: -4.5,64.5 - parent: 2 - - uid: 16471 - components: - - type: Transform - pos: -6.5,64.5 - parent: 2 - - uid: 16480 - components: - - type: Transform - pos: -19.5,52.5 - parent: 2 - - uid: 17005 - components: - - type: Transform - pos: -8.5,64.5 - parent: 2 - - uid: 17023 - components: - - type: Transform - pos: -10.5,64.5 - parent: 2 - - uid: 17024 - components: - - type: Transform - pos: -25.5,64.5 - parent: 2 - - uid: 17025 - components: - - type: Transform - pos: -24.5,64.5 - parent: 2 - - uid: 17029 - components: - - type: Transform - pos: -26.5,55.5 - parent: 2 - - uid: 17619 - components: - - type: Transform - pos: -46.5,65.5 - parent: 2 - - uid: 17820 - components: - - type: Transform - pos: -24.5,26.5 - parent: 2 - - uid: 17964 - components: - - type: Transform - pos: -46.5,69.5 - parent: 2 - - uid: 17965 - components: - - type: Transform - pos: -45.5,69.5 - parent: 2 - - uid: 17967 - components: - - type: Transform - pos: -46.5,67.5 - parent: 2 - - uid: 17974 - components: - - type: Transform - pos: -24.5,23.5 - parent: 2 - - uid: 17977 - components: - - type: Transform - pos: -23.5,23.5 - parent: 2 - - uid: 18036 - components: - - type: Transform - pos: -23.5,24.5 - parent: 2 - - uid: 18082 - components: - - type: Transform - pos: -23.5,26.5 - parent: 2 - - uid: 18115 - components: - - type: Transform - pos: -7.5,68.5 - parent: 2 - - uid: 18121 - components: - - type: Transform - pos: -26.5,26.5 - parent: 2 - - uid: 18223 - components: - - type: Transform - pos: -7.5,70.5 - parent: 2 - - uid: 18317 - components: - - type: Transform - pos: -46.5,58.5 - parent: 2 - - uid: 18323 - components: - - type: Transform - pos: -3.5,70.5 - parent: 2 - - uid: 18335 - components: - - type: Transform - pos: -8.5,68.5 - parent: 2 - - uid: 18336 - components: - - type: Transform - pos: -1.5,70.5 - parent: 2 - - uid: 18341 - components: - - type: Transform - pos: -0.5,70.5 - parent: 2 - - uid: 18342 - components: - - type: Transform - pos: -2.5,70.5 - parent: 2 - - uid: 18355 - components: - - type: Transform - pos: -40.5,72.5 - parent: 2 - - uid: 18562 - components: - - type: Transform - pos: -90.5,51.5 - parent: 2 - - uid: 18573 - components: - - type: Transform - pos: -95.5,64.5 - parent: 2 - - uid: 18604 - components: - - type: Transform - pos: -89.5,-34.5 - parent: 2 - - uid: 18605 - components: - - type: Transform - pos: -87.5,-34.5 - parent: 2 - - uid: 18606 - components: - - type: Transform - pos: -88.5,-34.5 - parent: 2 - - uid: 18607 - components: - - type: Transform - pos: -89.5,-37.5 - parent: 2 - - uid: 18608 - components: - - type: Transform - pos: -89.5,-43.5 - parent: 2 - - uid: 18609 - components: - - type: Transform - pos: -89.5,-46.5 - parent: 2 - - uid: 18619 - components: - - type: Transform - pos: -89.5,-40.5 - parent: 2 - - uid: 18620 - components: - - type: Transform - pos: -89.5,-42.5 - parent: 2 - - uid: 18695 - components: - - type: Transform - pos: -89.5,-51.5 - parent: 2 - - uid: 18700 - components: - - type: Transform - pos: -86.5,-38.5 - parent: 2 - - uid: 18701 - components: - - type: Transform - pos: -89.5,-52.5 - parent: 2 - - uid: 18702 - components: - - type: Transform - pos: -85.5,-65.5 - parent: 2 - - uid: 18786 - components: - - type: Transform - pos: -80.5,62.5 - parent: 2 - - uid: 18791 - components: - - type: Transform - pos: -96.5,64.5 - parent: 2 - - uid: 18962 - components: - - type: Transform - pos: -91.5,51.5 - parent: 2 - - uid: 18963 - components: - - type: Transform - pos: -92.5,51.5 - parent: 2 - - uid: 18964 - components: - - type: Transform - pos: -93.5,51.5 - parent: 2 - - uid: 18965 - components: - - type: Transform - pos: -94.5,51.5 - parent: 2 - - uid: 18966 - components: - - type: Transform - pos: -96.5,54.5 - parent: 2 - - uid: 18967 - components: - - type: Transform - pos: -96.5,51.5 - parent: 2 - - uid: 18968 - components: - - type: Transform - pos: -97.5,51.5 - parent: 2 - - uid: 18969 - components: - - type: Transform - pos: -98.5,51.5 - parent: 2 - - uid: 18970 - components: - - type: Transform - pos: -97.5,54.5 - parent: 2 - - uid: 18971 - components: - - type: Transform - pos: -100.5,51.5 - parent: 2 - - uid: 18972 - components: - - type: Transform - pos: -100.5,52.5 - parent: 2 - - uid: 18973 - components: - - type: Transform - pos: -100.5,50.5 - parent: 2 - - uid: 18974 - components: - - type: Transform - pos: -100.5,53.5 - parent: 2 - - uid: 18975 - components: - - type: Transform - pos: -100.5,54.5 - parent: 2 - - uid: 18977 - components: - - type: Transform - pos: -100.5,56.5 - parent: 2 - - uid: 18978 - components: - - type: Transform - pos: -101.5,56.5 - parent: 2 - - uid: 18979 - components: - - type: Transform - pos: -102.5,56.5 - parent: 2 - - uid: 18980 - components: - - type: Transform - pos: -103.5,56.5 - parent: 2 - - uid: 18981 - components: - - type: Transform - pos: -104.5,56.5 - parent: 2 - - uid: 18982 - components: - - type: Transform - pos: -105.5,56.5 - parent: 2 - - uid: 18983 - components: - - type: Transform - pos: -105.5,57.5 - parent: 2 - - uid: 18984 - components: - - type: Transform - pos: -105.5,58.5 - parent: 2 - - uid: 18985 - components: - - type: Transform - pos: -107.5,58.5 - parent: 2 - - uid: 18986 - components: - - type: Transform - pos: -108.5,58.5 - parent: 2 - - uid: 18987 - components: - - type: Transform - pos: -109.5,58.5 - parent: 2 - - uid: 18990 - components: - - type: Transform - pos: -112.5,58.5 - parent: 2 - - uid: 18991 - components: - - type: Transform - pos: -113.5,58.5 - parent: 2 - - uid: 18993 - components: - - type: Transform - pos: -115.5,58.5 - parent: 2 - - uid: 18994 - components: - - type: Transform - pos: -116.5,58.5 - parent: 2 - - uid: 18995 - components: - - type: Transform - pos: -117.5,58.5 - parent: 2 - - uid: 18996 - components: - - type: Transform - pos: -118.5,58.5 - parent: 2 - - uid: 18997 - components: - - type: Transform - pos: -119.5,58.5 - parent: 2 - - uid: 18998 - components: - - type: Transform - pos: -119.5,57.5 - parent: 2 - - uid: 18999 - components: - - type: Transform - pos: -119.5,56.5 - parent: 2 - - uid: 19000 - components: - - type: Transform - pos: -119.5,55.5 - parent: 2 - - uid: 19001 - components: - - type: Transform - pos: -119.5,54.5 - parent: 2 - - uid: 19002 - components: - - type: Transform - pos: -119.5,53.5 - parent: 2 - - uid: 19003 - components: - - type: Transform - pos: -119.5,52.5 - parent: 2 - - uid: 19006 - components: - - type: Transform - pos: -119.5,49.5 - parent: 2 - - uid: 19007 - components: - - type: Transform - pos: -119.5,48.5 - parent: 2 - - uid: 19008 - components: - - type: Transform - pos: -119.5,47.5 - parent: 2 - - uid: 19009 - components: - - type: Transform - pos: -119.5,46.5 - parent: 2 - - uid: 19010 - components: - - type: Transform - pos: -119.5,45.5 - parent: 2 - - uid: 19011 - components: - - type: Transform - pos: -119.5,44.5 - parent: 2 - - uid: 19012 - components: - - type: Transform - pos: -118.5,44.5 - parent: 2 - - uid: 19013 - components: - - type: Transform - pos: -117.5,44.5 - parent: 2 - - uid: 19014 - components: - - type: Transform - pos: -116.5,44.5 - parent: 2 - - uid: 19015 - components: - - type: Transform - pos: -115.5,44.5 - parent: 2 - - uid: 19016 - components: - - type: Transform - pos: -114.5,44.5 - parent: 2 - - uid: 19017 - components: - - type: Transform - pos: -113.5,44.5 - parent: 2 - - uid: 19018 - components: - - type: Transform - pos: -112.5,44.5 - parent: 2 - - uid: 19019 - components: - - type: Transform - pos: -111.5,44.5 - parent: 2 - - uid: 19020 - components: - - type: Transform - pos: -110.5,44.5 - parent: 2 - - uid: 19021 - components: - - type: Transform - pos: -109.5,44.5 - parent: 2 - - uid: 19022 - components: - - type: Transform - pos: -108.5,44.5 - parent: 2 - - uid: 19023 - components: - - type: Transform - pos: -107.5,44.5 - parent: 2 - - uid: 19024 - components: - - type: Transform - pos: -106.5,44.5 - parent: 2 - - uid: 19025 - components: - - type: Transform - pos: -105.5,44.5 - parent: 2 - - uid: 19027 - components: - - type: Transform - pos: -105.5,46.5 - parent: 2 - - uid: 19028 - components: - - type: Transform - pos: -105.5,47.5 - parent: 2 - - uid: 19029 - components: - - type: Transform - pos: -105.5,48.5 - parent: 2 - - uid: 19030 - components: - - type: Transform - pos: -105.5,49.5 - parent: 2 - - uid: 19031 - components: - - type: Transform - pos: -105.5,50.5 - parent: 2 - - uid: 19032 - components: - - type: Transform - pos: -105.5,51.5 - parent: 2 - - uid: 19033 - components: - - type: Transform - pos: -105.5,52.5 - parent: 2 - - uid: 19034 - components: - - type: Transform - pos: -105.5,53.5 - parent: 2 - - uid: 19035 - components: - - type: Transform - pos: -105.5,54.5 - parent: 2 - - uid: 19036 - components: - - type: Transform - pos: -105.5,55.5 - parent: 2 - - uid: 19037 - components: - - type: Transform - pos: -100.5,49.5 - parent: 2 - - uid: 19038 - components: - - type: Transform - pos: -94.5,54.5 - parent: 2 - - uid: 19039 - components: - - type: Transform - pos: -93.5,54.5 - parent: 2 - - uid: 19040 - components: - - type: Transform - pos: -100.5,46.5 - parent: 2 - - uid: 19042 - components: - - type: Transform - pos: -102.5,46.5 - parent: 2 - - uid: 19043 - components: - - type: Transform - pos: -103.5,46.5 - parent: 2 - - uid: 19044 - components: - - type: Transform - pos: -104.5,46.5 - parent: 2 - - uid: 19093 - components: - - type: Transform - pos: -95.5,51.5 - parent: 2 - - uid: 19094 - components: - - type: Transform - pos: -93.5,52.5 - parent: 2 - - uid: 19096 - components: - - type: Transform - pos: -93.5,53.5 - parent: 2 - - uid: 19287 - components: - - type: Transform - pos: -61.5,32.5 - parent: 2 - - uid: 19315 - components: - - type: Transform - pos: -46.5,60.5 - parent: 2 - - uid: 19352 - components: - - type: Transform - pos: -61.5,-31.5 - parent: 2 - - uid: 19356 - components: - - type: Transform - pos: -60.5,-31.5 - parent: 2 - - uid: 19357 - components: - - type: Transform - pos: -59.5,-31.5 - parent: 2 - - uid: 19358 - components: - - type: Transform - pos: -58.5,-31.5 - parent: 2 - - uid: 19359 - components: - - type: Transform - pos: -57.5,-31.5 - parent: 2 - - uid: 19360 - components: - - type: Transform - pos: -56.5,-31.5 - parent: 2 - - uid: 19361 - components: - - type: Transform - pos: -55.5,-31.5 - parent: 2 - - uid: 19426 - components: - - type: Transform - pos: -30.5,23.5 - parent: 2 - - uid: 19432 - components: - - type: Transform - pos: -29.5,23.5 - parent: 2 - - uid: 19634 - components: - - type: Transform - pos: -46.5,58.5 - parent: 2 - - uid: 19694 - components: - - type: Transform - pos: 3.5,64.5 - parent: 2 - - uid: 19695 - components: - - type: Transform - pos: 2.5,64.5 - parent: 2 - - uid: 19696 - components: - - type: Transform - pos: 1.5,64.5 - parent: 2 - - uid: 19697 - components: - - type: Transform - pos: 29.5,57.5 - parent: 2 - - uid: 19698 - components: - - type: Transform - pos: 30.5,57.5 - parent: 2 - - uid: 19699 - components: - - type: Transform - pos: 30.5,56.5 - parent: 2 - - uid: 19700 - components: - - type: Transform - pos: 30.5,55.5 - parent: 2 - - uid: 19701 - components: - - type: Transform - pos: 30.5,54.5 - parent: 2 - - uid: 19702 - components: - - type: Transform - pos: 30.5,53.5 - parent: 2 - - uid: 19703 - components: - - type: Transform - pos: 30.5,52.5 - parent: 2 - - uid: 19704 - components: - - type: Transform - pos: 31.5,52.5 - parent: 2 - - uid: 19721 - components: - - type: Transform - pos: -89.5,-35.5 - parent: 2 - - uid: 19779 - components: - - type: Transform - pos: 1.5,65.5 - parent: 2 - - uid: 19780 - components: - - type: Transform - pos: 1.5,66.5 - parent: 2 - - uid: 19781 - components: - - type: Transform - pos: 1.5,67.5 - parent: 2 - - uid: 19782 - components: - - type: Transform - pos: 1.5,68.5 - parent: 2 - - uid: 19783 - components: - - type: Transform - pos: 1.5,69.5 - parent: 2 - - uid: 19784 - components: - - type: Transform - pos: 1.5,70.5 - parent: 2 - - uid: 19785 - components: - - type: Transform - pos: 1.5,71.5 - parent: 2 - - uid: 19786 - components: - - type: Transform - pos: 1.5,72.5 - parent: 2 - - uid: 19787 - components: - - type: Transform - pos: 1.5,73.5 - parent: 2 - - uid: 19788 - components: - - type: Transform - pos: 1.5,74.5 - parent: 2 - - uid: 19789 - components: - - type: Transform - pos: 1.5,75.5 - parent: 2 - - uid: 19790 - components: - - type: Transform - pos: 0.5,70.5 - parent: 2 - - uid: 19807 - components: - - type: Transform - pos: -40.5,69.5 - parent: 2 - - uid: 19847 - components: - - type: Transform - pos: -40.5,68.5 - parent: 2 - - uid: 20035 - components: - - type: Transform - pos: 39.5,16.5 - parent: 2 - - uid: 20036 - components: - - type: Transform - pos: 39.5,15.5 - parent: 2 - - uid: 20037 - components: - - type: Transform - pos: 39.5,14.5 - parent: 2 - - uid: 20038 - components: - - type: Transform - pos: 38.5,14.5 - parent: 2 - - uid: 20039 - components: - - type: Transform - pos: 37.5,14.5 - parent: 2 - - uid: 20040 - components: - - type: Transform - pos: 37.5,15.5 - parent: 2 - - uid: 20041 - components: - - type: Transform - pos: 37.5,16.5 - parent: 2 - - uid: 20042 - components: - - type: Transform - pos: 37.5,17.5 - parent: 2 - - uid: 20043 - components: - - type: Transform - pos: 37.5,18.5 - parent: 2 - - uid: 20044 - components: - - type: Transform - pos: 37.5,13.5 - parent: 2 - - uid: 20045 - components: - - type: Transform - pos: 37.5,12.5 - parent: 2 - - uid: 20046 - components: - - type: Transform - pos: 37.5,11.5 - parent: 2 - - uid: 20047 - components: - - type: Transform - pos: 37.5,10.5 - parent: 2 - - uid: 20048 - components: - - type: Transform - pos: 38.5,10.5 - parent: 2 - - uid: 20049 - components: - - type: Transform - pos: 38.5,9.5 - parent: 2 - - uid: 20050 - components: - - type: Transform - pos: 38.5,8.5 - parent: 2 - - uid: 20051 - components: - - type: Transform - pos: 38.5,7.5 - parent: 2 - - uid: 20052 - components: - - type: Transform - pos: 38.5,6.5 - parent: 2 - - uid: 20053 - components: - - type: Transform - pos: 38.5,5.5 - parent: 2 - - uid: 20054 - components: - - type: Transform - pos: 38.5,4.5 - parent: 2 - - uid: 20055 - components: - - type: Transform - pos: 38.5,3.5 - parent: 2 - - uid: 20056 - components: - - type: Transform - pos: 38.5,2.5 - parent: 2 - - uid: 20057 - components: - - type: Transform - pos: 37.5,2.5 - parent: 2 - - uid: 20058 - components: - - type: Transform - pos: 36.5,2.5 - parent: 2 - - uid: 20059 - components: - - type: Transform - pos: 35.5,2.5 - parent: 2 - - uid: 20060 - components: - - type: Transform - pos: 34.5,2.5 - parent: 2 - - uid: 20061 - components: - - type: Transform - pos: 33.5,2.5 - parent: 2 - - uid: 20062 - components: - - type: Transform - pos: 32.5,2.5 - parent: 2 - - uid: 20063 - components: - - type: Transform - pos: 31.5,2.5 - parent: 2 - - uid: 20064 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 20065 - components: - - type: Transform - pos: 31.5,4.5 - parent: 2 - - uid: 20066 - components: - - type: Transform - pos: 31.5,5.5 - parent: 2 - - uid: 20067 - components: - - type: Transform - pos: 31.5,6.5 - parent: 2 - - uid: 20068 - components: - - type: Transform - pos: 30.5,6.5 - parent: 2 - - uid: 20069 - components: - - type: Transform - pos: 29.5,6.5 - parent: 2 - - uid: 20070 - components: - - type: Transform - pos: 28.5,6.5 - parent: 2 - - uid: 20071 - components: - - type: Transform - pos: 27.5,6.5 - parent: 2 - - uid: 20072 - components: - - type: Transform - pos: 26.5,6.5 - parent: 2 - - uid: 20073 - components: - - type: Transform - pos: 25.5,6.5 - parent: 2 - - uid: 20074 - components: - - type: Transform - pos: 24.5,6.5 - parent: 2 - - uid: 20075 - components: - - type: Transform - pos: 23.5,6.5 - parent: 2 - - uid: 20076 - components: - - type: Transform - pos: 22.5,6.5 - parent: 2 - - uid: 20077 - components: - - type: Transform - pos: 21.5,6.5 - parent: 2 - - uid: 20078 - components: - - type: Transform - pos: 20.5,6.5 - parent: 2 - - uid: 20079 - components: - - type: Transform - pos: 19.5,6.5 - parent: 2 - - uid: 20080 - components: - - type: Transform - pos: 18.5,6.5 - parent: 2 - - uid: 20081 - components: - - type: Transform - pos: 17.5,6.5 - parent: 2 - - uid: 20082 - components: - - type: Transform - pos: 16.5,6.5 - parent: 2 - - uid: 20083 - components: - - type: Transform - pos: 15.5,6.5 - parent: 2 - - uid: 20084 - components: - - type: Transform - pos: 14.5,6.5 - parent: 2 - - uid: 20085 - components: - - type: Transform - pos: 13.5,6.5 - parent: 2 - - uid: 20086 - components: - - type: Transform - pos: 12.5,6.5 - parent: 2 - - uid: 20087 - components: - - type: Transform - pos: 11.5,6.5 - parent: 2 - - uid: 20088 - components: - - type: Transform - pos: 10.5,6.5 - parent: 2 - - uid: 20089 - components: - - type: Transform - pos: 9.5,6.5 - parent: 2 - - uid: 20090 - components: - - type: Transform - pos: 9.5,5.5 - parent: 2 - - uid: 20091 - components: - - type: Transform - pos: 9.5,4.5 - parent: 2 - - uid: 20092 - components: - - type: Transform - pos: 9.5,3.5 - parent: 2 - - uid: 20093 - components: - - type: Transform - pos: 8.5,3.5 - parent: 2 - - uid: 20094 - components: - - type: Transform - pos: 7.5,3.5 - parent: 2 - - uid: 20095 - components: - - type: Transform - pos: 6.5,3.5 - parent: 2 - - uid: 20096 - components: - - type: Transform - pos: 5.5,3.5 - parent: 2 - - uid: 20097 - components: - - type: Transform - pos: 4.5,3.5 - parent: 2 - - uid: 20098 - components: - - type: Transform - pos: 3.5,3.5 - parent: 2 - - uid: 20099 - components: - - type: Transform - pos: 2.5,3.5 - parent: 2 - - uid: 20100 - components: - - type: Transform - pos: 0.5,3.5 - parent: 2 - - uid: 20101 - components: - - type: Transform - pos: -0.5,3.5 - parent: 2 - - uid: 20102 - components: - - type: Transform - pos: -1.5,3.5 - parent: 2 - - uid: 20103 - components: - - type: Transform - pos: -2.5,3.5 - parent: 2 - - uid: 20104 - components: - - type: Transform - pos: -3.5,3.5 - parent: 2 - - uid: 20105 - components: - - type: Transform - pos: -4.5,3.5 - parent: 2 - - uid: 20106 - components: - - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 20107 - components: - - type: Transform - pos: -6.5,3.5 - parent: 2 - - uid: 20108 - components: - - type: Transform - pos: -7.5,3.5 - parent: 2 - - uid: 20109 - components: - - type: Transform - pos: -8.5,3.5 - parent: 2 - - uid: 20110 - components: - - type: Transform - pos: -9.5,3.5 - parent: 2 - - uid: 20111 - components: - - type: Transform - pos: -10.5,3.5 - parent: 2 - - uid: 20112 - components: - - type: Transform - pos: -11.5,3.5 - parent: 2 - - uid: 20113 - components: - - type: Transform - pos: -11.5,4.5 - parent: 2 - - uid: 20114 - components: - - type: Transform - pos: -11.5,5.5 - parent: 2 - - uid: 20115 - components: - - type: Transform - pos: -11.5,6.5 - parent: 2 - - uid: 20116 - components: - - type: Transform - pos: -11.5,7.5 - parent: 2 - - uid: 20117 - components: - - type: Transform - pos: -11.5,8.5 - parent: 2 - - uid: 20118 - components: - - type: Transform - pos: -11.5,9.5 - parent: 2 - - uid: 20119 - components: - - type: Transform - pos: -11.5,10.5 - parent: 2 - - uid: 20120 - components: - - type: Transform - pos: -11.5,11.5 - parent: 2 - - uid: 20121 - components: - - type: Transform - pos: -11.5,12.5 - parent: 2 - - uid: 20122 - components: - - type: Transform - pos: -11.5,13.5 - parent: 2 - - uid: 20123 - components: - - type: Transform - pos: -12.5,13.5 - parent: 2 - - uid: 20124 - components: - - type: Transform - pos: -13.5,13.5 - parent: 2 - - uid: 20125 - components: - - type: Transform - pos: -14.5,13.5 - parent: 2 - - uid: 20126 - components: - - type: Transform - pos: -15.5,13.5 - parent: 2 - - uid: 20127 - components: - - type: Transform - pos: -16.5,13.5 - parent: 2 - - uid: 20128 - components: - - type: Transform - pos: -17.5,13.5 - parent: 2 - - uid: 20129 - components: - - type: Transform - pos: -18.5,13.5 - parent: 2 - - uid: 20130 - components: - - type: Transform - pos: -19.5,13.5 - parent: 2 - - uid: 20131 - components: - - type: Transform - pos: -20.5,13.5 - parent: 2 - - uid: 20132 - components: - - type: Transform - pos: -21.5,13.5 - parent: 2 - - uid: 20133 - components: - - type: Transform - pos: -22.5,13.5 - parent: 2 - - uid: 20134 - components: - - type: Transform - pos: -23.5,13.5 - parent: 2 - - uid: 20135 - components: - - type: Transform - pos: -24.5,13.5 - parent: 2 - - uid: 20136 - components: - - type: Transform - pos: -25.5,13.5 - parent: 2 - - uid: 20137 - components: - - type: Transform - pos: -26.5,13.5 - parent: 2 - - uid: 20138 - components: - - type: Transform - pos: -27.5,13.5 - parent: 2 - - uid: 20139 - components: - - type: Transform - pos: -28.5,13.5 - parent: 2 - - uid: 20140 - components: - - type: Transform - pos: -29.5,13.5 - parent: 2 - - uid: 20141 - components: - - type: Transform - pos: -30.5,13.5 - parent: 2 - - uid: 20142 - components: - - type: Transform - pos: -31.5,13.5 - parent: 2 - - uid: 20143 - components: - - type: Transform - pos: -32.5,13.5 - parent: 2 - - uid: 20144 - components: - - type: Transform - pos: -32.5,14.5 - parent: 2 - - uid: 20145 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - - uid: 20146 - components: - - type: Transform - pos: -32.5,16.5 - parent: 2 - - uid: 20147 - components: - - type: Transform - pos: -32.5,17.5 - parent: 2 - - uid: 20148 - components: - - type: Transform - pos: -32.5,18.5 - parent: 2 - - uid: 20149 - components: - - type: Transform - pos: -32.5,19.5 - parent: 2 - - uid: 20150 - components: - - type: Transform - pos: -33.5,13.5 - parent: 2 - - uid: 20151 - components: - - type: Transform - pos: -33.5,12.5 - parent: 2 - - uid: 20152 - components: - - type: Transform - pos: -33.5,11.5 - parent: 2 - - uid: 20153 - components: - - type: Transform - pos: -33.5,10.5 - parent: 2 - - uid: 20154 - components: - - type: Transform - pos: -33.5,9.5 - parent: 2 - - uid: 20155 - components: - - type: Transform - pos: -33.5,8.5 - parent: 2 - - uid: 20156 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - - uid: 20157 - components: - - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 20158 - components: - - type: Transform - pos: -33.5,5.5 - parent: 2 - - uid: 20159 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - - uid: 20160 - components: - - type: Transform - pos: -33.5,3.5 - parent: 2 - - uid: 20161 - components: - - type: Transform - pos: -33.5,2.5 - parent: 2 - - uid: 20162 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 20163 - components: - - type: Transform - pos: -33.5,0.5 - parent: 2 - - uid: 20164 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - - uid: 20165 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - - uid: 20166 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - - uid: 20167 - components: - - type: Transform - pos: -33.5,-3.5 - parent: 2 - - uid: 20168 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - - uid: 20169 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 2 - - uid: 20174 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 20175 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - - uid: 20176 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - - uid: 20177 - components: - - type: Transform - pos: -32.5,-10.5 - parent: 2 - - uid: 20178 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - - uid: 20179 - components: - - type: Transform - pos: -32.5,-12.5 - parent: 2 - - uid: 20180 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 2 - - uid: 20181 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 - - uid: 20182 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 2 - - uid: 20183 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 20205 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - - uid: 20418 - components: - - type: Transform - pos: 38.5,1.5 - parent: 2 - - uid: 20419 - components: - - type: Transform - pos: 38.5,0.5 - parent: 2 - - uid: 20420 - components: - - type: Transform - pos: 38.5,-0.5 - parent: 2 - - uid: 20421 - components: - - type: Transform - pos: 38.5,-1.5 - parent: 2 - - uid: 20422 - components: - - type: Transform - pos: 38.5,-2.5 - parent: 2 - - uid: 20423 - components: - - type: Transform - pos: 38.5,-3.5 - parent: 2 - - uid: 20424 - components: - - type: Transform - pos: 38.5,-4.5 - parent: 2 - - uid: 20425 - components: - - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 20426 - components: - - type: Transform - pos: 38.5,-6.5 - parent: 2 - - uid: 20427 - components: - - type: Transform - pos: 38.5,-7.5 - parent: 2 - - uid: 20428 - components: - - type: Transform - pos: 38.5,-8.5 - parent: 2 - - uid: 20429 - components: - - type: Transform - pos: 38.5,-9.5 - parent: 2 - - uid: 20430 - components: - - type: Transform - pos: 38.5,-10.5 - parent: 2 - - uid: 20431 - components: - - type: Transform - pos: 38.5,-11.5 - parent: 2 - - uid: 20432 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 20433 - components: - - type: Transform - pos: 38.5,-13.5 - parent: 2 - - uid: 20434 - components: - - type: Transform - pos: 38.5,-14.5 - parent: 2 - - uid: 20657 - components: - - type: Transform - pos: -44.5,56.5 - parent: 2 - - uid: 20867 - components: - - type: Transform - pos: -27.5,-5.5 - parent: 2 - - uid: 21046 - components: - - type: Transform - pos: -28.5,-5.5 - parent: 2 - - uid: 21199 - components: - - type: Transform - pos: 39.5,13.5 - parent: 2 - - uid: 21241 - components: - - type: Transform - pos: -44.5,17.5 - parent: 2 - - uid: 21242 - components: - - type: Transform - pos: -44.5,18.5 - parent: 2 - - uid: 21243 - components: - - type: Transform - pos: -44.5,19.5 - parent: 2 - - uid: 21244 - components: - - type: Transform - pos: -44.5,20.5 - parent: 2 - - uid: 21245 - components: - - type: Transform - pos: -44.5,21.5 - parent: 2 - - uid: 21246 - components: - - type: Transform - pos: -44.5,22.5 - parent: 2 - - uid: 21247 - components: - - type: Transform - pos: -44.5,23.5 - parent: 2 - - uid: 21248 - components: - - type: Transform - pos: -44.5,24.5 - parent: 2 - - uid: 21249 - components: - - type: Transform - pos: -44.5,25.5 - parent: 2 - - uid: 21250 - components: - - type: Transform - pos: -44.5,26.5 - parent: 2 - - uid: 21251 - components: - - type: Transform - pos: -43.5,26.5 - parent: 2 - - uid: 21252 - components: - - type: Transform - pos: -42.5,26.5 - parent: 2 - - uid: 21253 - components: - - type: Transform - pos: -41.5,26.5 - parent: 2 - - uid: 21254 - components: - - type: Transform - pos: -40.5,26.5 - parent: 2 - - uid: 21255 - components: - - type: Transform - pos: -39.5,26.5 - parent: 2 - - uid: 21256 - components: - - type: Transform - pos: -38.5,26.5 - parent: 2 - - uid: 21257 - components: - - type: Transform - pos: -38.5,27.5 - parent: 2 - - uid: 21258 - components: - - type: Transform - pos: -38.5,28.5 - parent: 2 - - uid: 21259 - components: - - type: Transform - pos: -38.5,29.5 - parent: 2 - - uid: 21260 - components: - - type: Transform - pos: -38.5,30.5 - parent: 2 - - uid: 21261 - components: - - type: Transform - pos: -38.5,31.5 - parent: 2 - - uid: 21262 - components: - - type: Transform - pos: -38.5,32.5 - parent: 2 - - uid: 21263 - components: - - type: Transform - pos: -38.5,33.5 - parent: 2 - - uid: 21264 - components: - - type: Transform - pos: -38.5,34.5 - parent: 2 - - uid: 21265 - components: - - type: Transform - pos: -39.5,34.5 - parent: 2 - - uid: 21266 - components: - - type: Transform - pos: -39.5,35.5 - parent: 2 - - uid: 21267 - components: - - type: Transform - pos: -37.5,26.5 - parent: 2 - - uid: 21268 - components: - - type: Transform - pos: -36.5,26.5 - parent: 2 - - uid: 21269 - components: - - type: Transform - pos: -35.5,26.5 - parent: 2 - - uid: 21270 - components: - - type: Transform - pos: -34.5,26.5 - parent: 2 - - uid: 21271 - components: - - type: Transform - pos: -33.5,26.5 - parent: 2 - - uid: 21272 - components: - - type: Transform - pos: -32.5,26.5 - parent: 2 - - uid: 21273 - components: - - type: Transform - pos: -32.5,25.5 - parent: 2 - - uid: 21274 - components: - - type: Transform - pos: -32.5,24.5 - parent: 2 - - uid: 21275 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - - uid: 21276 - components: - - type: Transform - pos: -32.5,22.5 - parent: 2 - - uid: 21277 - components: - - type: Transform - pos: -32.5,21.5 - parent: 2 - - uid: 21835 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 2 - - uid: 21836 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 21837 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 21980 - components: - - type: Transform - pos: -65.5,8.5 - parent: 2 - - uid: 21981 - components: - - type: Transform - pos: -66.5,8.5 - parent: 2 - - uid: 21982 - components: - - type: Transform - pos: -67.5,8.5 - parent: 2 - - uid: 21983 - components: - - type: Transform - pos: -68.5,8.5 - parent: 2 - - uid: 21984 - components: - - type: Transform - pos: -69.5,8.5 - parent: 2 - - uid: 21985 - components: - - type: Transform - pos: -70.5,8.5 - parent: 2 - - uid: 21986 - components: - - type: Transform - pos: -71.5,8.5 - parent: 2 - - uid: 21987 - components: - - type: Transform - pos: -72.5,8.5 - parent: 2 - - uid: 21988 - components: - - type: Transform - pos: -73.5,8.5 - parent: 2 - - uid: 21989 - components: - - type: Transform - pos: -74.5,8.5 - parent: 2 - - uid: 21990 - components: - - type: Transform - pos: -75.5,8.5 - parent: 2 - - uid: 21991 - components: - - type: Transform - pos: -76.5,8.5 - parent: 2 - - uid: 21992 - components: - - type: Transform - pos: -77.5,8.5 - parent: 2 - - uid: 21993 - components: - - type: Transform - pos: -78.5,8.5 - parent: 2 - - uid: 21994 - components: - - type: Transform - pos: -79.5,8.5 - parent: 2 - - uid: 21995 - components: - - type: Transform - pos: -80.5,8.5 - parent: 2 - - uid: 21996 - components: - - type: Transform - pos: -81.5,8.5 - parent: 2 - - uid: 21997 - components: - - type: Transform - pos: -82.5,8.5 - parent: 2 - - uid: 21998 - components: - - type: Transform - pos: -83.5,8.5 - parent: 2 - - uid: 21999 - components: - - type: Transform - pos: -84.5,8.5 - parent: 2 - - uid: 22000 - components: - - type: Transform - pos: -85.5,8.5 - parent: 2 - - uid: 22001 - components: - - type: Transform - pos: -86.5,8.5 - parent: 2 - - uid: 22002 - components: - - type: Transform - pos: -87.5,8.5 - parent: 2 - - uid: 22003 - components: - - type: Transform - pos: -88.5,8.5 - parent: 2 - - uid: 22004 - components: - - type: Transform - pos: -89.5,8.5 - parent: 2 - - uid: 22005 - components: - - type: Transform - pos: -90.5,8.5 - parent: 2 - - uid: 22006 - components: - - type: Transform - pos: -91.5,8.5 - parent: 2 - - uid: 22007 - components: - - type: Transform - pos: -92.5,8.5 - parent: 2 - - uid: 22008 - components: - - type: Transform - pos: -93.5,8.5 - parent: 2 - - uid: 22009 - components: - - type: Transform - pos: -94.5,8.5 - parent: 2 - - uid: 22010 - components: - - type: Transform - pos: -72.5,9.5 - parent: 2 - - uid: 22011 - components: - - type: Transform - pos: -72.5,10.5 - parent: 2 - - uid: 22012 - components: - - type: Transform - pos: -72.5,11.5 - parent: 2 - - uid: 22013 - components: - - type: Transform - pos: -72.5,12.5 - parent: 2 - - uid: 22014 - components: - - type: Transform - pos: -72.5,13.5 - parent: 2 - - uid: 22015 - components: - - type: Transform - pos: -72.5,14.5 - parent: 2 - - uid: 22016 - components: - - type: Transform - pos: -72.5,15.5 - parent: 2 - - uid: 22017 - components: - - type: Transform - pos: -72.5,16.5 - parent: 2 - - uid: 22018 - components: - - type: Transform - pos: -72.5,17.5 - parent: 2 - - uid: 22019 - components: - - type: Transform - pos: -72.5,18.5 - parent: 2 - - uid: 22020 - components: - - type: Transform - pos: -72.5,19.5 - parent: 2 - - uid: 22021 - components: - - type: Transform - pos: -72.5,20.5 - parent: 2 - - uid: 22022 - components: - - type: Transform - pos: -72.5,21.5 - parent: 2 - - uid: 22023 - components: - - type: Transform - pos: -72.5,22.5 - parent: 2 - - uid: 22024 - components: - - type: Transform - pos: -72.5,23.5 - parent: 2 - - uid: 22025 - components: - - type: Transform - pos: -72.5,24.5 - parent: 2 - - uid: 22178 - components: - - type: Transform - pos: -117.5,37.5 - parent: 2 - - uid: 22179 - components: - - type: Transform - pos: -118.5,37.5 - parent: 2 - - uid: 22180 - components: - - type: Transform - pos: -119.5,37.5 - parent: 2 - - uid: 22181 - components: - - type: Transform - pos: -120.5,37.5 - parent: 2 - - uid: 22182 - components: - - type: Transform - pos: -121.5,37.5 - parent: 2 - - uid: 22183 - components: - - type: Transform - pos: -122.5,37.5 - parent: 2 - - uid: 22184 - components: - - type: Transform - pos: -123.5,37.5 - parent: 2 - - uid: 22185 - components: - - type: Transform - pos: -124.5,37.5 - parent: 2 - - uid: 22186 - components: - - type: Transform - pos: -125.5,37.5 - parent: 2 - - uid: 22187 - components: - - type: Transform - pos: -125.5,38.5 - parent: 2 - - uid: 22188 - components: - - type: Transform - pos: -125.5,39.5 - parent: 2 - - uid: 22189 - components: - - type: Transform - pos: -125.5,40.5 - parent: 2 - - uid: 22190 - components: - - type: Transform - pos: -125.5,41.5 - parent: 2 - - uid: 22191 - components: - - type: Transform - pos: -125.5,42.5 - parent: 2 - - uid: 22192 - components: - - type: Transform - pos: -126.5,40.5 - parent: 2 - - uid: 22193 - components: - - type: Transform - pos: -126.5,41.5 - parent: 2 - - uid: 22194 - components: - - type: Transform - pos: -126.5,42.5 - parent: 2 - - uid: 22195 - components: - - type: Transform - pos: -126.5,43.5 - parent: 2 - - uid: 22196 - components: - - type: Transform - pos: -126.5,44.5 - parent: 2 - - uid: 22197 - components: - - type: Transform - pos: -126.5,45.5 - parent: 2 - - uid: 22198 - components: - - type: Transform - pos: -125.5,45.5 - parent: 2 - - uid: 22199 - components: - - type: Transform - pos: -125.5,46.5 - parent: 2 - - uid: 22200 - components: - - type: Transform - pos: -125.5,47.5 - parent: 2 - - uid: 22201 - components: - - type: Transform - pos: -125.5,48.5 - parent: 2 - - uid: 22202 - components: - - type: Transform - pos: -125.5,49.5 - parent: 2 - - uid: 22203 - components: - - type: Transform - pos: -125.5,50.5 - parent: 2 - - uid: 22204 - components: - - type: Transform - pos: -126.5,50.5 - parent: 2 - - uid: 22205 - components: - - type: Transform - pos: -126.5,51.5 - parent: 2 - - uid: 22206 - components: - - type: Transform - pos: -126.5,52.5 - parent: 2 - - uid: 22207 - components: - - type: Transform - pos: -126.5,53.5 - parent: 2 - - uid: 22208 - components: - - type: Transform - pos: -126.5,54.5 - parent: 2 - - uid: 22209 - components: - - type: Transform - pos: -126.5,55.5 - parent: 2 - - uid: 22210 - components: - - type: Transform - pos: -126.5,56.5 - parent: 2 - - uid: 22211 - components: - - type: Transform - pos: -125.5,56.5 - parent: 2 - - uid: 22212 - components: - - type: Transform - pos: -125.5,57.5 - parent: 2 - - uid: 22213 - components: - - type: Transform - pos: -125.5,58.5 - parent: 2 - - uid: 22214 - components: - - type: Transform - pos: -125.5,59.5 - parent: 2 - - uid: 22215 - components: - - type: Transform - pos: -125.5,60.5 - parent: 2 - - uid: 22216 - components: - - type: Transform - pos: -125.5,61.5 - parent: 2 - - uid: 22217 - components: - - type: Transform - pos: -125.5,62.5 - parent: 2 - - uid: 22218 - components: - - type: Transform - pos: -125.5,63.5 - parent: 2 - - uid: 22219 - components: - - type: Transform - pos: -125.5,64.5 - parent: 2 - - uid: 22220 - components: - - type: Transform - pos: -124.5,64.5 - parent: 2 - - uid: 22221 - components: - - type: Transform - pos: -123.5,64.5 - parent: 2 - - uid: 22222 - components: - - type: Transform - pos: -122.5,64.5 - parent: 2 - - uid: 22223 - components: - - type: Transform - pos: -121.5,64.5 - parent: 2 - - uid: 22224 - components: - - type: Transform - pos: -120.5,64.5 - parent: 2 - - uid: 22225 - components: - - type: Transform - pos: -119.5,64.5 - parent: 2 - - uid: 22226 - components: - - type: Transform - pos: -119.5,65.5 - parent: 2 - - uid: 22227 - components: - - type: Transform - pos: -118.5,64.5 - parent: 2 - - uid: 22228 - components: - - type: Transform - pos: -117.5,64.5 - parent: 2 - - uid: 22229 - components: - - type: Transform - pos: -116.5,64.5 - parent: 2 - - uid: 22230 - components: - - type: Transform - pos: -115.5,64.5 - parent: 2 - - uid: 22231 - components: - - type: Transform - pos: -114.5,64.5 - parent: 2 - - uid: 22232 - components: - - type: Transform - pos: -113.5,64.5 - parent: 2 - - uid: 22233 - components: - - type: Transform - pos: -113.5,65.5 - parent: 2 - - uid: 22234 - components: - - type: Transform - pos: -112.5,65.5 - parent: 2 - - uid: 22235 - components: - - type: Transform - pos: -111.5,65.5 - parent: 2 - - uid: 22236 - components: - - type: Transform - pos: -111.5,64.5 - parent: 2 - - uid: 22237 - components: - - type: Transform - pos: -110.5,64.5 - parent: 2 - - uid: 22238 - components: - - type: Transform - pos: -109.5,64.5 - parent: 2 - - uid: 22239 - components: - - type: Transform - pos: -108.5,64.5 - parent: 2 - - uid: 22240 - components: - - type: Transform - pos: -107.5,64.5 - parent: 2 - - uid: 22241 - components: - - type: Transform - pos: -106.5,64.5 - parent: 2 - - uid: 22242 - components: - - type: Transform - pos: -105.5,64.5 - parent: 2 - - uid: 22243 - components: - - type: Transform - pos: -104.5,64.5 - parent: 2 - - uid: 22244 - components: - - type: Transform - pos: -103.5,64.5 - parent: 2 - - uid: 22245 - components: - - type: Transform - pos: -102.5,64.5 - parent: 2 - - uid: 22246 - components: - - type: Transform - pos: -101.5,64.5 - parent: 2 - - uid: 22247 - components: - - type: Transform - pos: -101.5,65.5 - parent: 2 - - uid: 22248 - components: - - type: Transform - pos: -100.5,65.5 - parent: 2 - - uid: 22249 - components: - - type: Transform - pos: -101.5,63.5 - parent: 2 - - uid: 22250 - components: - - type: Transform - pos: -100.5,63.5 - parent: 2 - - uid: 22251 - components: - - type: Transform - pos: -99.5,63.5 - parent: 2 - - uid: 22252 - components: - - type: Transform - pos: -99.5,62.5 - parent: 2 - - uid: 22253 - components: - - type: Transform - pos: -99.5,61.5 - parent: 2 - - uid: 22254 - components: - - type: Transform - pos: -99.5,60.5 - parent: 2 - - uid: 22256 - components: - - type: Transform - pos: -98.5,60.5 - parent: 2 - - uid: 23038 - components: - - type: Transform - pos: -61.5,44.5 - parent: 2 - - uid: 23343 - components: - - type: Transform - pos: -17.5,35.5 - parent: 2 - - uid: 23699 - components: - - type: Transform - pos: -27.5,55.5 - parent: 2 - - uid: 23755 - components: - - type: Transform - pos: -2.5,64.5 - parent: 2 - - uid: 23756 - components: - - type: Transform - pos: -1.5,64.5 - parent: 2 - - uid: 23757 - components: - - type: Transform - pos: -0.5,64.5 - parent: 2 - - uid: 23758 - components: - - type: Transform - pos: 0.5,64.5 - parent: 2 - - uid: 23822 - components: - - type: Transform - pos: -20.5,35.5 - parent: 2 - - uid: 25227 - components: - - type: Transform - pos: -22.5,35.5 - parent: 2 - - uid: 26459 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - - uid: 27868 - components: - - type: Transform - pos: -71.5,24.5 - parent: 2 - - uid: 29266 - components: - - type: Transform - pos: -15.5,43.5 - parent: 2 - - uid: 29491 - components: - - type: Transform - pos: 51.5,32.5 - parent: 2 - - uid: 29492 - components: - - type: Transform - pos: 52.5,32.5 - parent: 2 - - uid: 29493 - components: - - type: Transform - pos: 50.5,32.5 - parent: 2 - - uid: 29531 - components: - - type: Transform - pos: 49.5,32.5 - parent: 2 - - uid: 29568 - components: - - type: Transform - pos: 44.5,32.5 - parent: 2 - - uid: 29569 - components: - - type: Transform - pos: 47.5,32.5 - parent: 2 - - uid: 29640 - components: - - type: Transform - pos: 43.5,32.5 - parent: 2 - - uid: 29641 - components: - - type: Transform - pos: 41.5,32.5 - parent: 2 - - uid: 29712 - components: - - type: Transform - pos: 39.5,32.5 - parent: 2 - - uid: 29976 - components: - - type: Transform - pos: -65.5,-21.5 - parent: 2 - - uid: 30094 - components: - - type: Transform - pos: -17.5,44.5 - parent: 2 - - uid: 30320 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 30737 - components: - - type: Transform - pos: 39.5,33.5 - parent: 2 - - uid: 30738 - components: - - type: Transform - pos: 40.5,32.5 - parent: 2 - - uid: 30739 - components: - - type: Transform - pos: 42.5,32.5 - parent: 2 - - uid: 30740 - components: - - type: Transform - pos: 46.5,32.5 - parent: 2 - - uid: 30741 - components: - - type: Transform - pos: 45.5,32.5 - parent: 2 - - uid: 30749 - components: - - type: Transform - pos: 48.5,32.5 - parent: 2 - - uid: 30800 - components: - - type: Transform - pos: -41.5,69.5 - parent: 2 - - uid: 30801 - components: - - type: Transform - pos: -42.5,69.5 - parent: 2 - - uid: 30804 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 2 - - uid: 30810 - components: - - type: Transform - pos: -46.5,64.5 - parent: 2 - - uid: 30811 - components: - - type: Transform - pos: -46.5,63.5 - parent: 2 - - uid: 30812 - components: - - type: Transform - pos: -46.5,62.5 - parent: 2 - - uid: 30813 - components: - - type: Transform - pos: -46.5,61.5 - parent: 2 - - uid: 30814 - components: - - type: Transform - pos: -46.5,60.5 - parent: 2 - - uid: 30815 - components: - - type: Transform - pos: -46.5,59.5 - parent: 2 - - uid: 30824 - components: - - type: Transform - pos: -40.5,56.5 - parent: 2 - - uid: 30825 - components: - - type: Transform - pos: -39.5,56.5 - parent: 2 - - uid: 30826 - components: - - type: Transform - pos: -38.5,56.5 - parent: 2 - - uid: 30827 - components: - - type: Transform - pos: -37.5,56.5 - parent: 2 - - uid: 30828 - components: - - type: Transform - pos: -36.5,56.5 - parent: 2 - - uid: 30829 - components: - - type: Transform - pos: -35.5,56.5 - parent: 2 - - uid: 30830 - components: - - type: Transform - pos: -35.5,54.5 - parent: 2 - - uid: 30831 - components: - - type: Transform - pos: -35.5,53.5 - parent: 2 - - uid: 30832 - components: - - type: Transform - pos: -34.5,53.5 - parent: 2 - - uid: 30833 - components: - - type: Transform - pos: -33.5,53.5 - parent: 2 - - uid: 30834 - components: - - type: Transform - pos: -32.5,53.5 - parent: 2 - - uid: 30835 - components: - - type: Transform - pos: -31.5,53.5 - parent: 2 - - uid: 30836 - components: - - type: Transform - pos: -30.5,53.5 - parent: 2 - - uid: 30837 - components: - - type: Transform - pos: -29.5,53.5 - parent: 2 - - uid: 30838 - components: - - type: Transform - pos: -29.5,52.5 - parent: 2 - - uid: 30839 - components: - - type: Transform - pos: -29.5,51.5 - parent: 2 - - uid: 30840 - components: - - type: Transform - pos: -28.5,51.5 - parent: 2 - - uid: 30841 - components: - - type: Transform - pos: -27.5,51.5 - parent: 2 - - uid: 30842 - components: - - type: Transform - pos: -26.5,51.5 - parent: 2 - - uid: 30843 - components: - - type: Transform - pos: -25.5,51.5 - parent: 2 - - uid: 30844 - components: - - type: Transform - pos: -24.5,51.5 - parent: 2 - - uid: 30845 - components: - - type: Transform - pos: -23.5,51.5 - parent: 2 - - uid: 30846 - components: - - type: Transform - pos: -22.5,51.5 - parent: 2 - - uid: 30847 - components: - - type: Transform - pos: -21.5,51.5 - parent: 2 - - uid: 30848 - components: - - type: Transform - pos: -20.5,51.5 - parent: 2 - - uid: 30849 - components: - - type: Transform - pos: -19.5,51.5 - parent: 2 - - uid: 30850 - components: - - type: Transform - pos: -18.5,51.5 - parent: 2 - - uid: 31033 - components: - - type: Transform - pos: 52.5,33.5 - parent: 2 - - uid: 31034 - components: - - type: Transform - pos: 52.5,34.5 - parent: 2 - - uid: 31035 - components: - - type: Transform - pos: 52.5,35.5 - parent: 2 - - uid: 31036 - components: - - type: Transform - pos: 52.5,36.5 - parent: 2 - - uid: 31037 - components: - - type: Transform - pos: 52.5,37.5 - parent: 2 - - uid: 31038 - components: - - type: Transform - pos: 52.5,38.5 - parent: 2 - - uid: 31039 - components: - - type: Transform - pos: 52.5,39.5 - parent: 2 - - uid: 31041 - components: - - type: Transform - pos: 53.5,39.5 - parent: 2 - - uid: 31042 - components: - - type: Transform - pos: 54.5,39.5 - parent: 2 - - uid: 31043 - components: - - type: Transform - pos: 54.5,40.5 - parent: 2 - - uid: 31049 - components: - - type: Transform - pos: 54.5,41.5 - parent: 2 - - uid: 31050 - components: - - type: Transform - pos: 54.5,42.5 - parent: 2 - - uid: 31051 - components: - - type: Transform - pos: 53.5,42.5 - parent: 2 - - uid: 31052 - components: - - type: Transform - pos: 52.5,42.5 - parent: 2 - - uid: 31053 - components: - - type: Transform - pos: 51.5,42.5 - parent: 2 - - uid: 31056 - components: - - type: Transform - pos: 51.5,43.5 - parent: 2 - - uid: 31067 - components: - - type: Transform - pos: 51.5,44.5 - parent: 2 - - uid: 31092 - components: - - type: Transform - pos: -51.5,65.5 - parent: 2 - - uid: 31228 - components: - - type: Transform - pos: -93.5,66.5 - parent: 2 - - uid: 31229 - components: - - type: Transform - pos: -92.5,67.5 - parent: 2 - - uid: 31242 - components: - - type: Transform - pos: -51.5,64.5 - parent: 2 - - uid: 31243 - components: - - type: Transform - pos: -51.5,66.5 - parent: 2 - - uid: 31244 - components: - - type: Transform - pos: -51.5,67.5 - parent: 2 - - uid: 31245 - components: - - type: Transform - pos: -51.5,68.5 - parent: 2 - - uid: 31246 - components: - - type: Transform - pos: -51.5,69.5 - parent: 2 - - uid: 31247 - components: - - type: Transform - pos: -51.5,70.5 - parent: 2 - - uid: 31248 - components: - - type: Transform - pos: -51.5,71.5 - parent: 2 - - uid: 31249 - components: - - type: Transform - pos: -51.5,72.5 - parent: 2 - - uid: 31250 - components: - - type: Transform - pos: -51.5,73.5 - parent: 2 - - uid: 31252 - components: - - type: Transform - pos: -50.5,73.5 - parent: 2 - - uid: 31253 - components: - - type: Transform - pos: -49.5,73.5 - parent: 2 - - uid: 31254 - components: - - type: Transform - pos: -48.5,73.5 - parent: 2 - - uid: 31255 - components: - - type: Transform - pos: -47.5,73.5 - parent: 2 - - uid: 31256 - components: - - type: Transform - pos: -46.5,73.5 - parent: 2 - - uid: 31257 - components: - - type: Transform - pos: -45.5,73.5 - parent: 2 - - uid: 31258 - components: - - type: Transform - pos: -44.5,73.5 - parent: 2 - - uid: 31259 - components: - - type: Transform - pos: -43.5,73.5 - parent: 2 - - uid: 31260 - components: - - type: Transform - pos: -42.5,73.5 - parent: 2 - - uid: 31261 - components: - - type: Transform - pos: -41.5,73.5 - parent: 2 - - uid: 31262 - components: - - type: Transform - pos: -40.5,73.5 - parent: 2 - - uid: 31263 - components: - - type: Transform - pos: -39.5,73.5 - parent: 2 - - uid: 31264 - components: - - type: Transform - pos: -38.5,73.5 - parent: 2 - - uid: 31285 - components: - - type: Transform - pos: -80.5,53.5 - parent: 2 - - uid: 31289 - components: - - type: Transform - pos: -59.5,44.5 - parent: 2 - - uid: 31290 - components: - - type: Transform - pos: -58.5,44.5 - parent: 2 - - uid: 31291 - components: - - type: Transform - pos: -57.5,44.5 - parent: 2 - - uid: 31292 - components: - - type: Transform - pos: -56.5,44.5 - parent: 2 - - uid: 31293 - components: - - type: Transform - pos: -55.5,44.5 - parent: 2 - - uid: 31294 - components: - - type: Transform - pos: -54.5,44.5 - parent: 2 - - uid: 31295 - components: - - type: Transform - pos: -54.5,43.5 - parent: 2 - - uid: 31296 - components: - - type: Transform - pos: -54.5,42.5 - parent: 2 - - uid: 31297 - components: - - type: Transform - pos: -54.5,41.5 - parent: 2 - - uid: 31298 - components: - - type: Transform - pos: -54.5,40.5 - parent: 2 - - uid: 31328 - components: - - type: Transform - pos: -92.5,66.5 - parent: 2 - - uid: 31410 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 2 - - uid: 31697 - components: - - type: Transform - pos: -64.5,-21.5 - parent: 2 - - uid: 31794 - components: - - type: Transform - pos: -16.5,43.5 - parent: 2 - - uid: 31795 - components: - - type: Transform - pos: -68.5,-3.5 - parent: 2 - - uid: 31796 - components: - - type: Transform - pos: -68.5,-2.5 - parent: 2 - - uid: 31797 - components: - - type: Transform - pos: -67.5,-3.5 - parent: 2 - - uid: 31798 - components: - - type: Transform - pos: -66.5,-3.5 - parent: 2 - - uid: 31799 - components: - - type: Transform - pos: -65.5,-3.5 - parent: 2 - - uid: 31843 - components: - - type: Transform - pos: -62.5,26.5 - parent: 2 - - uid: 31845 - components: - - type: Transform - pos: -62.5,24.5 - parent: 2 - - uid: 31846 - components: - - type: Transform - pos: -62.5,23.5 - parent: 2 - - uid: 31847 - components: - - type: Transform - pos: -63.5,26.5 - parent: 2 - - uid: 31848 - components: - - type: Transform - pos: -63.5,25.5 - parent: 2 - - uid: 31849 - components: - - type: Transform - pos: -63.5,24.5 - parent: 2 - - uid: 31850 - components: - - type: Transform - pos: -63.5,23.5 - parent: 2 - - uid: 31851 - components: - - type: Transform - pos: -64.5,26.5 - parent: 2 - - uid: 31852 - components: - - type: Transform - pos: -64.5,25.5 - parent: 2 - - uid: 31853 - components: - - type: Transform - pos: -64.5,24.5 - parent: 2 - - uid: 31854 - components: - - type: Transform - pos: -64.5,23.5 - parent: 2 - - uid: 31855 - components: - - type: Transform - pos: -60.5,26.5 - parent: 2 - - uid: 31856 - components: - - type: Transform - pos: -60.5,25.5 - parent: 2 - - uid: 31857 - components: - - type: Transform - pos: -60.5,24.5 - parent: 2 - - uid: 31858 - components: - - type: Transform - pos: -60.5,23.5 - parent: 2 - - uid: 31859 - components: - - type: Transform - pos: -59.5,26.5 - parent: 2 - - uid: 31860 - components: - - type: Transform - pos: -59.5,25.5 - parent: 2 - - uid: 31861 - components: - - type: Transform - pos: -59.5,24.5 - parent: 2 - - uid: 31862 - components: - - type: Transform - pos: -59.5,23.5 - parent: 2 - - uid: 31863 - components: - - type: Transform - pos: -58.5,26.5 - parent: 2 - - uid: 31864 - components: - - type: Transform - pos: -58.5,25.5 - parent: 2 - - uid: 31865 - components: - - type: Transform - pos: -58.5,24.5 - parent: 2 - - uid: 31866 - components: - - type: Transform - pos: -58.5,23.5 - parent: 2 - - uid: 31891 - components: - - type: Transform - pos: -79.5,51.5 - parent: 2 - - uid: 31899 - components: - - type: Transform - pos: 50.5,-79.5 - parent: 2 - - uid: 31900 - components: - - type: Transform - pos: 65.5,-75.5 - parent: 2 - - uid: 31901 - components: - - type: Transform - pos: 53.5,-71.5 - parent: 2 - - uid: 31902 - components: - - type: Transform - pos: 65.5,-76.5 - parent: 2 - - uid: 31903 - components: - - type: Transform - pos: 52.5,-71.5 - parent: 2 - - uid: 31907 - components: - - type: Transform - pos: -80.5,51.5 - parent: 2 - - uid: 31922 - components: - - type: Transform - pos: -89.5,-54.5 - parent: 2 - - uid: 31923 - components: - - type: Transform - pos: -89.5,-60.5 - parent: 2 - - uid: 31924 - components: - - type: Transform - pos: -89.5,-59.5 - parent: 2 - - uid: 31925 - components: - - type: Transform - pos: -89.5,-58.5 - parent: 2 - - uid: 31960 - components: - - type: Transform - pos: -81.5,-39.5 - parent: 2 - - uid: 31998 - components: - - type: Transform - pos: -80.5,-39.5 - parent: 2 - - uid: 32006 - components: - - type: Transform - pos: -85.5,-38.5 - parent: 2 - - uid: 32007 - components: - - type: Transform - pos: -89.5,-57.5 - parent: 2 - - uid: 32008 - components: - - type: Transform - pos: -89.5,-38.5 - parent: 2 - - uid: 32009 - components: - - type: Transform - pos: -89.5,-47.5 - parent: 2 - - uid: 32162 - components: - - type: Transform - pos: -93.5,50.5 - parent: 2 - - uid: 32163 - components: - - type: Transform - pos: -93.5,49.5 - parent: 2 - - uid: 32164 - components: - - type: Transform - pos: -93.5,48.5 - parent: 2 - - uid: 32165 - components: - - type: Transform - pos: -94.5,48.5 - parent: 2 - - uid: 32166 - components: - - type: Transform - pos: -95.5,48.5 - parent: 2 - - uid: 32167 - components: - - type: Transform - pos: -96.5,48.5 - parent: 2 - - uid: 32168 - components: - - type: Transform - pos: -97.5,48.5 - parent: 2 - - uid: 32169 - components: - - type: Transform - pos: -98.5,48.5 - parent: 2 - - uid: 32170 - components: - - type: Transform - pos: -99.5,48.5 - parent: 2 - - uid: 32171 - components: - - type: Transform - pos: -100.5,48.5 - parent: 2 - - uid: 32172 - components: - - type: Transform - pos: -100.5,47.5 - parent: 2 - - uid: 32173 - components: - - type: Transform - pos: -100.5,46.5 - parent: 2 - - uid: 32224 - components: - - type: Transform - pos: -99.5,52.5 - parent: 2 - - uid: 32225 - components: - - type: Transform - pos: -98.5,52.5 - parent: 2 - - uid: 32226 - components: - - type: Transform - pos: -97.5,52.5 - parent: 2 - - uid: 32227 - components: - - type: Transform - pos: -99.5,50.5 - parent: 2 - - uid: 32228 - components: - - type: Transform - pos: -98.5,50.5 - parent: 2 - - uid: 32229 - components: - - type: Transform - pos: -97.5,50.5 - parent: 2 - - uid: 32294 - components: - - type: Transform - pos: -99.5,64.5 - parent: 2 - - uid: 32295 - components: - - type: Transform - pos: -98.5,64.5 - parent: 2 - - uid: 32296 - components: - - type: Transform - pos: -97.5,64.5 - parent: 2 - - uid: 32297 - components: - - type: Transform - pos: -94.5,66.5 - parent: 2 - - uid: 32298 - components: - - type: Transform - pos: -94.5,65.5 - parent: 2 - - uid: 32299 - components: - - type: Transform - pos: -95.5,65.5 - parent: 2 - - uid: 32312 - components: - - type: Transform - pos: -86.5,-34.5 - parent: 2 - - uid: 33710 - components: - - type: Transform - pos: -15.5,41.5 - parent: 2 - - uid: 34050 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 2 - - uid: 34051 - components: - - type: Transform - pos: 0.5,-37.5 - parent: 2 - - uid: 34052 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 34053 - components: - - type: Transform - pos: 2.5,-37.5 - parent: 2 - - uid: 34054 - components: - - type: Transform - pos: 3.5,-37.5 - parent: 2 - - uid: 34760 - components: - - type: Transform - pos: -17.5,50.5 - parent: 2 - - uid: 34814 - components: - - type: Transform - pos: -54.5,52.5 - parent: 2 - - uid: 34817 - components: - - type: Transform - pos: -51.5,52.5 - parent: 2 - - uid: 34818 - components: - - type: Transform - pos: -52.5,52.5 - parent: 2 - - uid: 34819 - components: - - type: Transform - pos: -53.5,52.5 - parent: 2 - - uid: 34820 - components: - - type: Transform - pos: -54.5,51.5 - parent: 2 - - uid: 34821 - components: - - type: Transform - pos: -54.5,50.5 - parent: 2 - - uid: 34822 - components: - - type: Transform - pos: -54.5,49.5 - parent: 2 - - uid: 34823 - components: - - type: Transform - pos: -54.5,48.5 - parent: 2 - - uid: 34824 - components: - - type: Transform - pos: -54.5,47.5 - parent: 2 - - uid: 34825 - components: - - type: Transform - pos: -54.5,46.5 - parent: 2 - - uid: 34826 - components: - - type: Transform - pos: -54.5,45.5 - parent: 2 - - uid: 35086 - components: - - type: Transform - pos: -80.5,61.5 - parent: 2 - - uid: 35087 - components: - - type: Transform - pos: -80.5,65.5 - parent: 2 - - uid: 35088 - components: - - type: Transform - pos: -80.5,66.5 - parent: 2 - - uid: 35089 - components: - - type: Transform - pos: -80.5,67.5 - parent: 2 - - uid: 35090 - components: - - type: Transform - pos: -80.5,68.5 - parent: 2 - - uid: 35091 - components: - - type: Transform - pos: -80.5,70.5 - parent: 2 - - uid: 35092 - components: - - type: Transform - pos: -80.5,72.5 - parent: 2 - - uid: 35093 - components: - - type: Transform - pos: -80.5,73.5 - parent: 2 - - uid: 35094 - components: - - type: Transform - pos: -80.5,75.5 - parent: 2 - - uid: 35095 - components: - - type: Transform - pos: -80.5,76.5 - parent: 2 - - uid: 35096 - components: - - type: Transform - pos: -80.5,77.5 - parent: 2 - - uid: 35097 - components: - - type: Transform - pos: -80.5,78.5 - parent: 2 - - uid: 35098 - components: - - type: Transform - pos: -80.5,79.5 - parent: 2 - - uid: 35099 - components: - - type: Transform - pos: -80.5,82.5 - parent: 2 - - uid: 35100 - components: - - type: Transform - pos: -80.5,83.5 - parent: 2 - - uid: 35101 - components: - - type: Transform - pos: -80.5,84.5 - parent: 2 - - uid: 35102 - components: - - type: Transform - pos: -80.5,86.5 - parent: 2 - - uid: 35103 - components: - - type: Transform - pos: -80.5,87.5 - parent: 2 - - uid: 35104 - components: - - type: Transform - pos: -80.5,88.5 - parent: 2 - - uid: 35105 - components: - - type: Transform - pos: -80.5,93.5 - parent: 2 - - uid: 35106 - components: - - type: Transform - pos: -80.5,92.5 - parent: 2 - - uid: 35107 - components: - - type: Transform - pos: -80.5,98.5 - parent: 2 - - uid: 35108 - components: - - type: Transform - pos: -80.5,100.5 - parent: 2 - - uid: 35109 - components: - - type: Transform - pos: -80.5,101.5 - parent: 2 - - uid: 35110 - components: - - type: Transform - pos: -80.5,102.5 - parent: 2 - - uid: 35111 - components: - - type: Transform - pos: -81.5,102.5 - parent: 2 - - uid: 35112 - components: - - type: Transform - pos: -81.5,103.5 - parent: 2 - - uid: 35113 - components: - - type: Transform - pos: -80.5,90.5 - parent: 2 - - uid: 35114 - components: - - type: Transform - pos: -77.5,96.5 - parent: 2 - - uid: 35115 - components: - - type: Transform - pos: -76.5,96.5 - parent: 2 - - uid: 35116 - components: - - type: Transform - pos: -75.5,96.5 - parent: 2 - - uid: 35117 - components: - - type: Transform - pos: -74.5,96.5 - parent: 2 - - uid: 35118 - components: - - type: Transform - pos: -72.5,95.5 - parent: 2 - - uid: 35119 - components: - - type: Transform - pos: -72.5,94.5 - parent: 2 - - uid: 35120 - components: - - type: Transform - pos: -73.5,94.5 - parent: 2 - - uid: 35121 - components: - - type: Transform - pos: -71.5,90.5 - parent: 2 - - uid: 35122 - components: - - type: Transform - pos: -72.5,90.5 - parent: 2 - - uid: 35123 - components: - - type: Transform - pos: -72.5,91.5 - parent: 2 - - uid: 35124 - components: - - type: Transform - pos: -73.5,91.5 - parent: 2 - - uid: 35125 - components: - - type: Transform - pos: -74.5,91.5 - parent: 2 - - uid: 35126 - components: - - type: Transform - pos: -76.5,91.5 - parent: 2 - - uid: 35127 - components: - - type: Transform - pos: -77.5,91.5 - parent: 2 - - uid: 35128 - components: - - type: Transform - pos: -77.5,90.5 - parent: 2 - - uid: 35129 - components: - - type: Transform - pos: -78.5,90.5 - parent: 2 - - uid: 35130 - components: - - type: Transform - pos: -79.5,90.5 - parent: 2 - - uid: 35131 - components: - - type: Transform - pos: -81.5,90.5 - parent: 2 - - uid: 35132 - components: - - type: Transform - pos: -80.5,91.5 - parent: 2 - - uid: 35133 - components: - - type: Transform - pos: -72.5,86.5 - parent: 2 - - uid: 35134 - components: - - type: Transform - pos: -82.5,90.5 - parent: 2 - - uid: 35135 - components: - - type: Transform - pos: -83.5,89.5 - parent: 2 - - uid: 35136 - components: - - type: Transform - pos: -84.5,89.5 - parent: 2 - - uid: 35137 - components: - - type: Transform - pos: -83.5,90.5 - parent: 2 - - uid: 35138 - components: - - type: Transform - pos: -85.5,86.5 - parent: 2 - - uid: 35139 - components: - - type: Transform - pos: -88.5,84.5 - parent: 2 - - uid: 35140 - components: - - type: Transform - pos: -87.5,84.5 - parent: 2 - - uid: 35141 - components: - - type: Transform - pos: -86.5,84.5 - parent: 2 - - uid: 35142 - components: - - type: Transform - pos: -77.5,86.5 - parent: 2 - - uid: 35143 - components: - - type: Transform - pos: -76.5,86.5 - parent: 2 - - uid: 35144 - components: - - type: Transform - pos: -75.5,86.5 - parent: 2 - - uid: 35145 - components: - - type: Transform - pos: -77.5,85.5 - parent: 2 - - uid: 35146 - components: - - type: Transform - pos: -78.5,85.5 - parent: 2 - - uid: 35147 - components: - - type: Transform - pos: -80.5,89.5 - parent: 2 - - uid: 35148 - components: - - type: Transform - pos: -71.5,85.5 - parent: 2 - - uid: 35149 - components: - - type: Transform - pos: -72.5,85.5 - parent: 2 - - uid: 35150 - components: - - type: Transform - pos: -72.5,84.5 - parent: 2 - - uid: 35151 - components: - - type: Transform - pos: -73.5,84.5 - parent: 2 - - uid: 35152 - components: - - type: Transform - pos: -72.5,79.5 - parent: 2 - - uid: 35153 - components: - - type: Transform - pos: -73.5,79.5 - parent: 2 - - uid: 35154 - components: - - type: Transform - pos: -74.5,79.5 - parent: 2 - - uid: 35155 - components: - - type: Transform - pos: -72.5,80.5 - parent: 2 - - uid: 35156 - components: - - type: Transform - pos: -71.5,80.5 - parent: 2 - - uid: 35157 - components: - - type: Transform - pos: -76.5,81.5 - parent: 2 - - uid: 35158 - components: - - type: Transform - pos: -77.5,81.5 - parent: 2 - - uid: 35159 - components: - - type: Transform - pos: -73.5,81.5 - parent: 2 - - uid: 35160 - components: - - type: Transform - pos: -72.5,81.5 - parent: 2 - - uid: 35161 - components: - - type: Transform - pos: -73.5,76.5 - parent: 2 - - uid: 35162 - components: - - type: Transform - pos: -74.5,76.5 - parent: 2 - - uid: 35163 - components: - - type: Transform - pos: -75.5,76.5 - parent: 2 - - uid: 35164 - components: - - type: Transform - pos: -76.5,76.5 - parent: 2 - - uid: 35165 - components: - - type: Transform - pos: -77.5,76.5 - parent: 2 - - uid: 35166 - components: - - type: Transform - pos: -71.5,55.5 - parent: 2 - - uid: 35167 - components: - - type: Transform - pos: -72.5,55.5 - parent: 2 - - uid: 35168 - components: - - type: Transform - pos: -72.5,54.5 - parent: 2 - - uid: 35169 - components: - - type: Transform - pos: -73.5,54.5 - parent: 2 - - uid: 35170 - components: - - type: Transform - pos: -74.5,54.5 - parent: 2 - - uid: 35171 - components: - - type: Transform - pos: -75.5,54.5 - parent: 2 - - uid: 35172 - components: - - type: Transform - pos: -76.5,54.5 - parent: 2 - - uid: 35173 - components: - - type: Transform - pos: -77.5,54.5 - parent: 2 - - uid: 35174 - components: - - type: Transform - pos: -77.5,55.5 - parent: 2 - - uid: 35175 - components: - - type: Transform - pos: -78.5,55.5 - parent: 2 - - uid: 35176 - components: - - type: Transform - pos: -79.5,55.5 - parent: 2 - - uid: 35177 - components: - - type: Transform - pos: -77.5,56.5 - parent: 2 - - uid: 35178 - components: - - type: Transform - pos: -76.5,56.5 - parent: 2 - - uid: 35179 - components: - - type: Transform - pos: -74.5,56.5 - parent: 2 - - uid: 35180 - components: - - type: Transform - pos: -73.5,56.5 - parent: 2 - - uid: 35181 - components: - - type: Transform - pos: -72.5,56.5 - parent: 2 - - uid: 35182 - components: - - type: Transform - pos: -81.5,55.5 - parent: 2 - - uid: 35183 - components: - - type: Transform - pos: -82.5,55.5 - parent: 2 - - uid: 35184 - components: - - type: Transform - pos: -83.5,55.5 - parent: 2 - - uid: 35185 - components: - - type: Transform - pos: -83.5,56.5 - parent: 2 - - uid: 35186 - components: - - type: Transform - pos: -84.5,56.5 - parent: 2 - - uid: 35187 - components: - - type: Transform - pos: -85.5,56.5 - parent: 2 - - uid: 35188 - components: - - type: Transform - pos: -86.5,56.5 - parent: 2 - - uid: 35189 - components: - - type: Transform - pos: -87.5,56.5 - parent: 2 - - uid: 35190 - components: - - type: Transform - pos: -88.5,56.5 - parent: 2 - - uid: 35191 - components: - - type: Transform - pos: -88.5,55.5 - parent: 2 - - uid: 35192 - components: - - type: Transform - pos: -89.5,55.5 - parent: 2 - - uid: 35193 - components: - - type: Transform - pos: -88.5,54.5 - parent: 2 - - uid: 35194 - components: - - type: Transform - pos: -87.5,54.5 - parent: 2 - - uid: 35195 - components: - - type: Transform - pos: -86.5,54.5 - parent: 2 - - uid: 35197 - components: - - type: Transform - pos: -79.5,60.5 - parent: 2 - - uid: 35198 - components: - - type: Transform - pos: -78.5,60.5 - parent: 2 - - uid: 35199 - components: - - type: Transform - pos: -77.5,60.5 - parent: 2 - - uid: 35200 - components: - - type: Transform - pos: -77.5,61.5 - parent: 2 - - uid: 35201 - components: - - type: Transform - pos: -76.5,61.5 - parent: 2 - - uid: 35202 - components: - - type: Transform - pos: -75.5,61.5 - parent: 2 - - uid: 35203 - components: - - type: Transform - pos: -74.5,61.5 - parent: 2 - - uid: 35204 - components: - - type: Transform - pos: -76.5,59.5 - parent: 2 - - uid: 35205 - components: - - type: Transform - pos: -75.5,59.5 - parent: 2 - - uid: 35206 - components: - - type: Transform - pos: -74.5,59.5 - parent: 2 - - uid: 35207 - components: - - type: Transform - pos: -73.5,59.5 - parent: 2 - - uid: 35208 - components: - - type: Transform - pos: -72.5,60.5 - parent: 2 - - uid: 35209 - components: - - type: Transform - pos: -72.5,61.5 - parent: 2 - - uid: 35210 - components: - - type: Transform - pos: -71.5,60.5 - parent: 2 - - uid: 35211 - components: - - type: Transform - pos: -83.5,61.5 - parent: 2 - - uid: 35212 - components: - - type: Transform - pos: -84.5,61.5 - parent: 2 - - uid: 35213 - components: - - type: Transform - pos: -85.5,61.5 - parent: 2 - - uid: 35214 - components: - - type: Transform - pos: -86.5,61.5 - parent: 2 - - uid: 35215 - components: - - type: Transform - pos: -88.5,61.5 - parent: 2 - - uid: 35216 - components: - - type: Transform - pos: -88.5,60.5 - parent: 2 - - uid: 35217 - components: - - type: Transform - pos: -89.5,60.5 - parent: 2 - - uid: 35218 - components: - - type: Transform - pos: -87.5,59.5 - parent: 2 - - uid: 35219 - components: - - type: Transform - pos: -86.5,59.5 - parent: 2 - - uid: 35220 - components: - - type: Transform - pos: -85.5,59.5 - parent: 2 - - uid: 35221 - components: - - type: Transform - pos: -84.5,59.5 - parent: 2 - - uid: 35222 - components: - - type: Transform - pos: -83.5,59.5 - parent: 2 - - uid: 35223 - components: - - type: Transform - pos: -83.5,60.5 - parent: 2 - - uid: 35224 - components: - - type: Transform - pos: -82.5,60.5 - parent: 2 - - uid: 35225 - components: - - type: Transform - pos: -82.5,65.5 - parent: 2 - - uid: 35226 - components: - - type: Transform - pos: -83.5,65.5 - parent: 2 - - uid: 35227 - components: - - type: Transform - pos: -83.5,66.5 - parent: 2 - - uid: 35228 - components: - - type: Transform - pos: -84.5,66.5 - parent: 2 - - uid: 35229 - components: - - type: Transform - pos: -86.5,66.5 - parent: 2 - - uid: 35230 - components: - - type: Transform - pos: -87.5,66.5 - parent: 2 - - uid: 35231 - components: - - type: Transform - pos: -88.5,66.5 - parent: 2 - - uid: 35232 - components: - - type: Transform - pos: -88.5,65.5 - parent: 2 - - uid: 35233 - components: - - type: Transform - pos: -89.5,65.5 - parent: 2 - - uid: 35234 - components: - - type: Transform - pos: -87.5,64.5 - parent: 2 - - uid: 35235 - components: - - type: Transform - pos: -86.5,64.5 - parent: 2 - - uid: 35236 - components: - - type: Transform - pos: -78.5,65.5 - parent: 2 - - uid: 35237 - components: - - type: Transform - pos: -77.5,65.5 - parent: 2 - - uid: 35238 - components: - - type: Transform - pos: -74.5,66.5 - parent: 2 - - uid: 35239 - components: - - type: Transform - pos: -73.5,66.5 - parent: 2 - - uid: 35240 - components: - - type: Transform - pos: -71.5,65.5 - parent: 2 - - uid: 35241 - components: - - type: Transform - pos: -72.5,65.5 - parent: 2 - - uid: 35242 - components: - - type: Transform - pos: -74.5,64.5 - parent: 2 - - uid: 35243 - components: - - type: Transform - pos: -75.5,64.5 - parent: 2 - - uid: 35244 - components: - - type: Transform - pos: -76.5,64.5 - parent: 2 - - uid: 35245 - components: - - type: Transform - pos: -77.5,64.5 - parent: 2 - - uid: 35246 - components: - - type: Transform - pos: -76.5,69.5 - parent: 2 - - uid: 35247 - components: - - type: Transform - pos: -75.5,69.5 - parent: 2 - - uid: 35248 - components: - - type: Transform - pos: -74.5,69.5 - parent: 2 - - uid: 35249 - components: - - type: Transform - pos: -73.5,69.5 - parent: 2 - - uid: 35250 - components: - - type: Transform - pos: -72.5,69.5 - parent: 2 - - uid: 35251 - components: - - type: Transform - pos: -72.5,70.5 - parent: 2 - - uid: 35252 - components: - - type: Transform - pos: -72.5,71.5 - parent: 2 - - uid: 35253 - components: - - type: Transform - pos: -73.5,71.5 - parent: 2 - - uid: 35254 - components: - - type: Transform - pos: -76.5,71.5 - parent: 2 - - uid: 35255 - components: - - type: Transform - pos: -78.5,70.5 - parent: 2 - - uid: 35256 - components: - - type: Transform - pos: -83.5,70.5 - parent: 2 - - uid: 35257 - components: - - type: Transform - pos: -83.5,69.5 - parent: 2 - - uid: 35258 - components: - - type: Transform - pos: -86.5,69.5 - parent: 2 - - uid: 35259 - components: - - type: Transform - pos: -87.5,69.5 - parent: 2 - - uid: 35260 - components: - - type: Transform - pos: -88.5,69.5 - parent: 2 - - uid: 35261 - components: - - type: Transform - pos: -85.5,71.5 - parent: 2 - - uid: 35262 - components: - - type: Transform - pos: -86.5,71.5 - parent: 2 - - uid: 35263 - components: - - type: Transform - pos: -88.5,76.5 - parent: 2 - - uid: 35264 - components: - - type: Transform - pos: -87.5,76.5 - parent: 2 - - uid: 35265 - components: - - type: Transform - pos: -86.5,76.5 - parent: 2 - - uid: 35266 - components: - - type: Transform - pos: -85.5,76.5 - parent: 2 - - uid: 35267 - components: - - type: Transform - pos: -84.5,76.5 - parent: 2 - - uid: 35268 - components: - - type: Transform - pos: -83.5,76.5 - parent: 2 - - uid: 35269 - components: - - type: Transform - pos: -83.5,75.5 - parent: 2 - - uid: 35270 - components: - - type: Transform - pos: -82.5,75.5 - parent: 2 - - uid: 35271 - components: - - type: Transform - pos: -81.5,75.5 - parent: 2 - - uid: 35272 - components: - - type: Transform - pos: -83.5,74.5 - parent: 2 - - uid: 35273 - components: - - type: Transform - pos: -84.5,74.5 - parent: 2 - - uid: 35274 - components: - - type: Transform - pos: -85.5,74.5 - parent: 2 - - uid: 35275 - components: - - type: Transform - pos: -86.5,74.5 - parent: 2 - - uid: 35276 - components: - - type: Transform - pos: -87.5,74.5 - parent: 2 - - uid: 35277 - components: - - type: Transform - pos: -88.5,74.5 - parent: 2 - - uid: 35278 - components: - - type: Transform - pos: -88.5,75.5 - parent: 2 - - uid: 35279 - components: - - type: Transform - pos: -89.5,75.5 - parent: 2 - - uid: 35280 - components: - - type: Transform - pos: -81.5,80.5 - parent: 2 - - uid: 35281 - components: - - type: Transform - pos: -82.5,80.5 - parent: 2 - - uid: 35282 - components: - - type: Transform - pos: -83.5,80.5 - parent: 2 - - uid: 35283 - components: - - type: Transform - pos: -84.5,81.5 - parent: 2 - - uid: 35284 - components: - - type: Transform - pos: -83.5,81.5 - parent: 2 - - uid: 35285 - components: - - type: Transform - pos: -88.5,80.5 - parent: 2 - - uid: 35286 - components: - - type: Transform - pos: -88.5,79.5 - parent: 2 - - uid: 35287 - components: - - type: Transform - pos: -87.5,79.5 - parent: 2 - - uid: 35288 - components: - - type: Transform - pos: -89.5,80.5 - parent: 2 - - uid: 35289 - components: - - type: Transform - pos: -86.5,79.5 - parent: 2 - - uid: 35290 - components: - - type: Transform - pos: -88.5,81.5 - parent: 2 - - uid: 35291 - components: - - type: Transform - pos: -85.5,79.5 - parent: 2 - - uid: 35292 - components: - - type: Transform - pos: -84.5,79.5 - parent: 2 - - uid: 35293 - components: - - type: Transform - pos: -85.5,94.5 - parent: 2 - - uid: 35294 - components: - - type: Transform - pos: -86.5,94.5 - parent: 2 - - uid: 35523 - components: - - type: Transform - pos: -18.5,43.5 - parent: 2 - - uid: 35812 - components: - - type: Transform - pos: -17.5,43.5 - parent: 2 - - uid: 35816 - components: - - type: Transform - pos: -15.5,42.5 - parent: 2 - - uid: 35817 - components: - - type: Transform - pos: -15.5,40.5 - parent: 2 - - uid: 35818 - components: - - type: Transform - pos: -50.5,52.5 - parent: 2 - - uid: 35826 - components: - - type: Transform - pos: -26.5,27.5 - parent: 2 - - uid: 35827 - components: - - type: Transform - pos: -27.5,26.5 - parent: 2 - - uid: 35926 - components: - - type: Transform - pos: -28.5,26.5 - parent: 2 - - uid: 35927 - components: - - type: Transform - pos: -28.5,27.5 - parent: 2 - - uid: 35928 - components: - - type: Transform - pos: -29.5,26.5 - parent: 2 - - uid: 35929 - components: - - type: Transform - pos: -30.5,26.5 - parent: 2 - - uid: 35930 - components: - - type: Transform - pos: -30.5,27.5 - parent: 2 - - uid: 35931 - components: - - type: Transform - pos: -30.5,28.5 - parent: 2 - - uid: 35932 - components: - - type: Transform - pos: -30.5,29.5 - parent: 2 - - uid: 35933 - components: - - type: Transform - pos: -30.5,30.5 - parent: 2 - - uid: 35934 - components: - - type: Transform - pos: -30.5,31.5 - parent: 2 - - uid: 35935 - components: - - type: Transform - pos: -30.5,32.5 - parent: 2 - - uid: 35936 - components: - - type: Transform - pos: -29.5,32.5 - parent: 2 - - uid: 35937 - components: - - type: Transform - pos: -28.5,32.5 - parent: 2 - - uid: 35938 - components: - - type: Transform - pos: -28.5,31.5 - parent: 2 - - uid: 35939 - components: - - type: Transform - pos: -27.5,32.5 - parent: 2 - - uid: 36083 - components: - - type: Transform - pos: -26.5,32.5 - parent: 2 - - uid: 36084 - components: - - type: Transform - pos: -26.5,31.5 - parent: 2 - - uid: 36085 - components: - - type: Transform - pos: -25.5,32.5 - parent: 2 - - uid: 36086 - components: - - type: Transform - pos: -24.5,32.5 - parent: 2 - - uid: 36087 - components: - - type: Transform - pos: -24.5,31.5 - parent: 2 - - uid: 36088 - components: - - type: Transform - pos: -24.5,33.5 - parent: 2 - - uid: 36089 - components: - - type: Transform - pos: -24.5,34.5 - parent: 2 - - uid: 36090 - components: - - type: Transform - pos: -24.5,35.5 - parent: 2 - - uid: 36091 - components: - - type: Transform - pos: -30.5,35.5 - parent: 2 - - uid: 36092 - components: - - type: Transform - pos: -29.5,35.5 - parent: 2 - - uid: 36093 - components: - - type: Transform - pos: -28.5,35.5 - parent: 2 - - uid: 36094 - components: - - type: Transform - pos: -27.5,35.5 - parent: 2 - - uid: 36095 - components: - - type: Transform - pos: -26.5,35.5 - parent: 2 - - uid: 36096 - components: - - type: Transform - pos: -25.5,35.5 - parent: 2 - - uid: 36097 - components: - - type: Transform - pos: -23.5,35.5 - parent: 2 - - uid: 36101 - components: - - type: Transform - pos: -19.5,35.5 - parent: 2 - - uid: 36125 - components: - - type: Transform - pos: -45.5,64.5 - parent: 2 - - uid: 36126 - components: - - type: Transform - pos: -45.5,65.5 - parent: 2 - - uid: 36127 - components: - - type: Transform - pos: -45.5,66.5 - parent: 2 - - uid: 36128 - components: - - type: Transform - pos: -45.5,67.5 - parent: 2 - - uid: 36129 - components: - - type: Transform - pos: -39.5,68.5 - parent: 2 - - uid: 36130 - components: - - type: Transform - pos: -38.5,68.5 - parent: 2 - - uid: 36131 - components: - - type: Transform - pos: -37.5,68.5 - parent: 2 - - uid: 36132 - components: - - type: Transform - pos: -36.5,68.5 - parent: 2 - - uid: 36133 - components: - - type: Transform - pos: -35.5,68.5 - parent: 2 - - uid: 36141 - components: - - type: Transform - pos: -0.5,63.5 - parent: 2 - - uid: 36142 - components: - - type: Transform - pos: -17.5,59.5 - parent: 2 - - uid: 36143 - components: - - type: Transform - pos: -17.5,58.5 - parent: 2 - - uid: 36144 - components: - - type: Transform - pos: -17.5,57.5 - parent: 2 - - uid: 36145 - components: - - type: Transform - pos: -17.5,56.5 - parent: 2 - - uid: 36146 - components: - - type: Transform - pos: -17.5,55.5 - parent: 2 - - uid: 36147 - components: - - type: Transform - pos: -17.5,54.5 - parent: 2 - - uid: 36148 - components: - - type: Transform - pos: -17.5,53.5 - parent: 2 - - uid: 36149 - components: - - type: Transform - pos: -17.5,52.5 - parent: 2 - - uid: 36150 - components: - - type: Transform - pos: -17.5,51.5 - parent: 2 - - uid: 36166 - components: - - type: Transform - pos: -26.5,43.5 - parent: 2 - - uid: 36167 - components: - - type: Transform - pos: -25.5,43.5 - parent: 2 - - uid: 36168 - components: - - type: Transform - pos: -24.5,43.5 - parent: 2 - - uid: 36169 - components: - - type: Transform - pos: -23.5,43.5 - parent: 2 - - uid: 36170 - components: - - type: Transform - pos: -22.5,43.5 - parent: 2 - - uid: 36171 - components: - - type: Transform - pos: -21.5,43.5 - parent: 2 - - uid: 36172 - components: - - type: Transform - pos: -21.5,44.5 - parent: 2 - - uid: 36173 - components: - - type: Transform - pos: -21.5,45.5 - parent: 2 - - uid: 36174 - components: - - type: Transform - pos: -21.5,46.5 - parent: 2 - - uid: 36175 - components: - - type: Transform - pos: -20.5,46.5 - parent: 2 - - uid: 36176 - components: - - type: Transform - pos: -19.5,46.5 - parent: 2 - - uid: 36178 - components: - - type: Transform - pos: -17.5,45.5 - parent: 2 - - uid: 36179 - components: - - type: Transform - pos: -17.5,46.5 - parent: 2 - - uid: 36180 - components: - - type: Transform - pos: -17.5,47.5 - parent: 2 - - uid: 36181 - components: - - type: Transform - pos: -17.5,48.5 - parent: 2 - - uid: 36182 - components: - - type: Transform - pos: -17.5,49.5 - parent: 2 - - uid: 36185 - components: - - type: Transform - pos: -47.5,52.5 - parent: 2 - - uid: 36186 - components: - - type: Transform - pos: -46.5,52.5 - parent: 2 - - uid: 36187 - components: - - type: Transform - pos: -45.5,52.5 - parent: 2 - - uid: 36188 - components: - - type: Transform - pos: -44.5,52.5 - parent: 2 - - uid: 36189 - components: - - type: Transform - pos: -43.5,52.5 - parent: 2 - - uid: 36190 - components: - - type: Transform - pos: -42.5,52.5 - parent: 2 - - uid: 36191 - components: - - type: Transform - pos: -41.5,52.5 - parent: 2 - - uid: 36192 - components: - - type: Transform - pos: -40.5,52.5 - parent: 2 - - uid: 36193 - components: - - type: Transform - pos: -39.5,52.5 - parent: 2 - - uid: 36194 - components: - - type: Transform - pos: -38.5,52.5 - parent: 2 - - uid: 36195 - components: - - type: Transform - pos: -37.5,52.5 - parent: 2 - - uid: 36196 - components: - - type: Transform - pos: -50.5,51.5 - parent: 2 - - uid: 36197 - components: - - type: Transform - pos: -50.5,50.5 - parent: 2 - - uid: 36198 - components: - - type: Transform - pos: -50.5,49.5 - parent: 2 - - uid: 36199 - components: - - type: Transform - pos: -50.5,48.5 - parent: 2 - - uid: 36200 - components: - - type: Transform - pos: -50.5,47.5 - parent: 2 - - uid: 36201 - components: - - type: Transform - pos: -49.5,47.5 - parent: 2 - - uid: 36202 - components: - - type: Transform - pos: -48.5,47.5 - parent: 2 - - uid: 36203 - components: - - type: Transform - pos: -47.5,47.5 - parent: 2 - - uid: 36204 - components: - - type: Transform - pos: -46.5,47.5 - parent: 2 - - uid: 36205 - components: - - type: Transform - pos: -45.5,47.5 - parent: 2 - - uid: 36206 - components: - - type: Transform - pos: -44.5,47.5 - parent: 2 - - uid: 36207 - components: - - type: Transform - pos: -43.5,47.5 - parent: 2 - - uid: 36208 - components: - - type: Transform - pos: -42.5,47.5 - parent: 2 - - uid: 36209 - components: - - type: Transform - pos: -41.5,47.5 - parent: 2 - - uid: 36210 - components: - - type: Transform - pos: -40.5,47.5 - parent: 2 - - uid: 36211 - components: - - type: Transform - pos: -39.5,47.5 - parent: 2 - - uid: 36212 - components: - - type: Transform - pos: -38.5,47.5 - parent: 2 - - uid: 36213 - components: - - type: Transform - pos: -37.5,47.5 - parent: 2 - - uid: 36214 - components: - - type: Transform - pos: -36.5,47.5 - parent: 2 - - uid: 36215 - components: - - type: Transform - pos: -35.5,47.5 - parent: 2 - - uid: 36216 - components: - - type: Transform - pos: -34.5,47.5 - parent: 2 - - uid: 36245 - components: - - type: Transform - pos: -49.5,61.5 - parent: 2 - - uid: 36246 - components: - - type: Transform - pos: -48.5,61.5 - parent: 2 - - uid: 36247 - components: - - type: Transform - pos: -47.5,61.5 - parent: 2 - - uid: 36248 - components: - - type: Transform - pos: -47.5,63.5 - parent: 2 - - uid: 36249 - components: - - type: Transform - pos: -47.5,64.5 - parent: 2 - - uid: 36250 - components: - - type: Transform - pos: -47.5,65.5 - parent: 2 - - uid: 36251 - components: - - type: Transform - pos: -47.5,66.5 - parent: 2 - - uid: 36252 - components: - - type: Transform - pos: -47.5,67.5 - parent: 2 - - uid: 36259 - components: - - type: Transform - pos: -55.5,51.5 - parent: 2 - - uid: 36260 - components: - - type: Transform - pos: -55.5,50.5 - parent: 2 - - uid: 36261 - components: - - type: Transform - pos: -55.5,49.5 - parent: 2 - - uid: 36262 - components: - - type: Transform - pos: -55.5,48.5 - parent: 2 - - uid: 36263 - components: - - type: Transform - pos: -56.5,47.5 - parent: 2 - - uid: 36264 - components: - - type: Transform - pos: -57.5,47.5 - parent: 2 - - uid: 36265 - components: - - type: Transform - pos: -58.5,47.5 - parent: 2 - - uid: 36266 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - - uid: 36267 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - - uid: 36268 - components: - - type: Transform - pos: -61.5,47.5 - parent: 2 - - uid: 36269 - components: - - type: Transform - pos: -61.5,46.5 - parent: 2 - - uid: 36270 - components: - - type: Transform - pos: -61.5,45.5 - parent: 2 - - uid: 36271 - components: - - type: Transform - pos: -61.5,48.5 - parent: 2 - - uid: 36272 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - - uid: 36280 - components: - - type: Transform - pos: -61.5,52.5 - parent: 2 - - uid: 36281 - components: - - type: Transform - pos: -61.5,51.5 - parent: 2 - - uid: 36282 - components: - - type: Transform - pos: -61.5,50.5 - parent: 2 - - uid: 36289 - components: - - type: Transform - pos: -55.5,42.5 - parent: 2 - - uid: 36290 - components: - - type: Transform - pos: -53.5,42.5 - parent: 2 - - uid: 36306 - components: - - type: Transform - pos: -55.5,18.5 - parent: 2 - - uid: 36307 - components: - - type: Transform - pos: -56.5,18.5 - parent: 2 - - uid: 36308 - components: - - type: Transform - pos: -56.5,19.5 - parent: 2 - - uid: 36309 - components: - - type: Transform - pos: -56.5,17.5 - parent: 2 - - uid: 36310 - components: - - type: Transform - pos: -56.5,20.5 - parent: 2 - - uid: 36311 - components: - - type: Transform - pos: -56.5,21.5 - parent: 2 - - uid: 36312 - components: - - type: Transform - pos: -57.5,21.5 - parent: 2 - - uid: 36313 - components: - - type: Transform - pos: -58.5,21.5 - parent: 2 - - uid: 36314 - components: - - type: Transform - pos: -59.5,21.5 - parent: 2 - - uid: 36315 - components: - - type: Transform - pos: -60.5,21.5 - parent: 2 - - uid: 36316 - components: - - type: Transform - pos: -61.5,21.5 - parent: 2 - - uid: 36317 - components: - - type: Transform - pos: -62.5,21.5 - parent: 2 - - uid: 36318 - components: - - type: Transform - pos: -54.5,33.5 - parent: 2 - - uid: 36319 - components: - - type: Transform - pos: -54.5,32.5 - parent: 2 - - uid: 36320 - components: - - type: Transform - pos: -54.5,31.5 - parent: 2 - - uid: 36321 - components: - - type: Transform - pos: -54.5,30.5 - parent: 2 - - uid: 36322 - components: - - type: Transform - pos: -54.5,29.5 - parent: 2 - - uid: 36323 - components: - - type: Transform - pos: -54.5,28.5 - parent: 2 - - uid: 36324 - components: - - type: Transform - pos: -54.5,27.5 - parent: 2 - - uid: 36325 - components: - - type: Transform - pos: -54.5,26.5 - parent: 2 - - uid: 36326 - components: - - type: Transform - pos: -54.5,25.5 - parent: 2 - - uid: 36327 - components: - - type: Transform - pos: -54.5,24.5 - parent: 2 - - uid: 36328 - components: - - type: Transform - pos: -54.5,23.5 - parent: 2 - - uid: 36329 - components: - - type: Transform - pos: -54.5,22.5 - parent: 2 - - uid: 36330 - components: - - type: Transform - pos: -54.5,21.5 - parent: 2 - - uid: 36331 - components: - - type: Transform - pos: -54.5,20.5 - parent: 2 - - uid: 36332 - components: - - type: Transform - pos: -54.5,19.5 - parent: 2 - - uid: 36333 - components: - - type: Transform - pos: -54.5,18.5 - parent: 2 - - uid: 36334 - components: - - type: Transform - pos: -54.5,17.5 - parent: 2 - - uid: 36335 - components: - - type: Transform - pos: -54.5,16.5 - parent: 2 - - uid: 36336 - components: - - type: Transform - pos: -54.5,15.5 - parent: 2 - - uid: 36337 - components: - - type: Transform - pos: -54.5,14.5 - parent: 2 - - uid: 36338 - components: - - type: Transform - pos: -54.5,13.5 - parent: 2 - - uid: 36339 - components: - - type: Transform - pos: -54.5,12.5 - parent: 2 - - uid: 36340 - components: - - type: Transform - pos: -54.5,11.5 - parent: 2 - - uid: 36341 - components: - - type: Transform - pos: -54.5,10.5 - parent: 2 - - uid: 36342 - components: - - type: Transform - pos: -54.5,9.5 - parent: 2 -- proto: CableHVStack - entities: - - uid: 18854 - components: - - type: Transform - pos: -101.14525,45.571644 - parent: 2 -- proto: CableHVStack1 - entities: - - uid: 9835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.734528,-59.398197 - parent: 2 - - uid: 9846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.953278,-59.648197 - parent: 2 - - uid: 10429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.328278,-48.132572 - parent: 2 - - uid: 11300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.81574,-24.348814 - parent: 2 - - uid: 13699 - components: - - type: Transform - pos: 57.4527,-39.224056 - parent: 2 - - uid: 13700 - components: - - type: Transform - pos: 57.6402,-39.58343 - parent: 2 - - uid: 13702 - components: - - type: Transform - pos: 57.381878,-39.817806 - parent: 2 - - uid: 13703 - components: - - type: Transform - pos: -32.34689,-37.163803 - parent: 2 - - uid: 13707 - components: - - type: Transform - pos: -66.18941,-29.585678 - parent: 2 - - uid: 13715 - components: - - type: Transform - pos: -67.21491,-36.21068 - parent: 2 - - uid: 18698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.281403,-77.81058 - parent: 2 - - uid: 26682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.52277,-24.219908 - parent: 2 - - uid: 32004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.140778,-66.43997 - parent: 2 - - uid: 32005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.093903,-72.6568 - parent: 2 - - uid: 32174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.12911,46.418556 - parent: 2 - - uid: 32175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.48849,46.793556 - parent: 2 - - uid: 32176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.66036,55.293556 - parent: 2 - - uid: 32177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.41036,55.106056 - parent: 2 - - uid: 32178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.42599,56.55918 - parent: 2 - - uid: 32179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -106.22286,58.46543 - parent: 2 - - uid: 32180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -119.95724,54.387306 - parent: 2 - - uid: 35632 - components: - - type: Transform - pos: -90.2432,-41.70928 - parent: 2 - - uid: 35633 - components: - - type: Transform - pos: -78.48436,-34.82031 - parent: 2 - - uid: 35634 - components: - - type: Transform - pos: -88.59237,-35.41406 - parent: 2 - - uid: 35635 - components: - - type: Transform - pos: -90.0557,-42.05303 - parent: 2 - - uid: 35636 - components: - - type: Transform - pos: -90.02445,-57.512814 - parent: 2 - - uid: 35637 - components: - - type: Transform - pos: -88.50883,-51.28014 - parent: 2 - - uid: 35638 - components: - - type: Transform - pos: -80.77633,57.882023 - parent: 2 - - uid: 35639 - components: - - type: Transform - pos: -81.279465,95.05411 - parent: 2 - - uid: 35640 - components: - - type: Transform - pos: -81.104454,64.1161 - parent: 2 - - uid: 35641 - components: - - type: Transform - pos: -80.87008,64.60048 - parent: 2 - - uid: 35642 - components: - - type: Transform - pos: -79.71383,64.803604 - parent: 2 - - uid: 35643 - components: - - type: Transform - pos: -79.948204,70.21912 - parent: 2 - - uid: 35644 - components: - - type: Transform - pos: -80.83883,79.83925 - parent: 2 - - uid: 35645 - components: - - type: Transform - pos: -81.02633,81.41737 - parent: 2 - - uid: 35646 - components: - - type: Transform - pos: -79.80758,86.09206 - parent: 2 -- proto: CableMV - entities: - - uid: 381 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - - uid: 448 - components: - - type: Transform - pos: -54.5,-30.5 - parent: 2 - - uid: 729 - components: - - type: Transform - pos: -41.5,68.5 - parent: 2 - - uid: 815 - components: - - type: Transform - pos: -18.5,-30.5 - parent: 2 - - uid: 989 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 2 - - uid: 994 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 2 - - uid: 1001 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 2 - - uid: 1011 - components: - - type: Transform - pos: -72.5,2.5 - parent: 2 - - uid: 1014 - components: - - type: Transform - pos: 22.5,7.5 - parent: 2 - - uid: 1086 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 2 - - uid: 1126 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 2 - - uid: 1135 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 2 - - uid: 1159 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 2 - - uid: 1184 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 2 - - uid: 1199 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 2 - - uid: 1201 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 2 - - uid: 1961 - components: - - type: Transform - pos: 22.5,25.5 - parent: 2 - - uid: 2062 - components: - - type: Transform - pos: -18.5,-31.5 - parent: 2 - - uid: 2337 - components: - - type: Transform - pos: 7.5,49.5 - parent: 2 - - uid: 2360 - components: - - type: Transform - pos: -26.5,-28.5 - parent: 2 - - uid: 2436 - components: - - type: Transform - pos: -26.5,-27.5 - parent: 2 - - uid: 2604 - components: - - type: Transform - pos: -43.5,38.5 - parent: 2 - - uid: 3817 - components: - - type: Transform - pos: -61.5,-31.5 - parent: 2 - - uid: 4078 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - - uid: 4945 - components: - - type: Transform - pos: 34.5,33.5 - parent: 2 - - uid: 5215 - components: - - type: Transform - pos: 34.5,31.5 - parent: 2 - - uid: 5259 - components: - - type: Transform - pos: 34.5,32.5 - parent: 2 - - uid: 6311 - components: - - type: Transform - pos: 34.5,36.5 - parent: 2 - - uid: 6373 - components: - - type: Transform - pos: 34.5,34.5 - parent: 2 - - uid: 6385 - components: - - type: Transform - pos: 34.5,35.5 - parent: 2 - - uid: 6662 - components: - - type: Transform - pos: -62.5,-21.5 - parent: 2 - - uid: 6663 - components: - - type: Transform - pos: -61.5,-21.5 - parent: 2 - - uid: 6680 - components: - - type: Transform - pos: -19.5,-29.5 - parent: 2 - - uid: 6764 - components: - - type: Transform - pos: -65.5,-21.5 - parent: 2 - - uid: 6916 - components: - - type: Transform - pos: -18.5,-29.5 - parent: 2 - - uid: 6917 - components: - - type: Transform - pos: 8.5,27.5 - parent: 2 - - uid: 7691 - components: - - type: Transform - pos: -22.5,36.5 - parent: 2 - - uid: 7731 - components: - - type: Transform - pos: 8.5,29.5 - parent: 2 - - uid: 7789 - components: - - type: Transform - pos: 8.5,30.5 - parent: 2 - - uid: 7938 - components: - - type: Transform - pos: 32.5,35.5 - parent: 2 - - uid: 7939 - components: - - type: Transform - pos: 33.5,36.5 - parent: 2 - - uid: 7962 - components: - - type: Transform - pos: 32.5,36.5 - parent: 2 - - uid: 8016 - components: - - type: Transform - pos: 8.5,33.5 - parent: 2 - - uid: 8442 - components: - - type: Transform - pos: -53.5,19.5 - parent: 2 - - uid: 8443 - components: - - type: Transform - pos: -52.5,19.5 - parent: 2 - - uid: 8446 - components: - - type: Transform - pos: -15.5,36.5 - parent: 2 - - uid: 8449 - components: - - type: Transform - pos: -13.5,36.5 - parent: 2 - - uid: 8450 - components: - - type: Transform - pos: -14.5,36.5 - parent: 2 - - uid: 9243 - components: - - type: Transform - pos: 10.5,27.5 - parent: 2 - - uid: 9533 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 2 - - uid: 10013 - components: - - type: Transform - pos: -73.5,8.5 - parent: 2 - - uid: 10072 - components: - - type: Transform - pos: -65.5,36.5 - parent: 2 - - uid: 10073 - components: - - type: Transform - pos: -66.5,36.5 - parent: 2 - - uid: 10074 - components: - - type: Transform - pos: -67.5,36.5 - parent: 2 - - uid: 10075 - components: - - type: Transform - pos: -67.5,35.5 - parent: 2 - - uid: 10076 - components: - - type: Transform - pos: -67.5,34.5 - parent: 2 - - uid: 10077 - components: - - type: Transform - pos: -66.5,34.5 - parent: 2 - - uid: 10078 - components: - - type: Transform - pos: -65.5,34.5 - parent: 2 - - uid: 10079 - components: - - type: Transform - pos: -64.5,34.5 - parent: 2 - - uid: 10080 - components: - - type: Transform - pos: -64.5,35.5 - parent: 2 - - uid: 10162 - components: - - type: Transform - pos: -74.5,8.5 - parent: 2 - - uid: 10227 - components: - - type: Transform - pos: -54.5,-31.5 - parent: 2 - - uid: 10260 - components: - - type: Transform - pos: -27.5,38.5 - parent: 2 - - uid: 10273 - components: - - type: Transform - pos: -17.5,36.5 - parent: 2 - - uid: 10274 - components: - - type: Transform - pos: -18.5,36.5 - parent: 2 - - uid: 11015 - components: - - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 11016 - components: - - type: Transform - pos: -60.5,-15.5 - parent: 2 - - uid: 11017 - components: - - type: Transform - pos: -59.5,-15.5 - parent: 2 - - uid: 11018 - components: - - type: Transform - pos: -58.5,-14.5 - parent: 2 - - uid: 11019 - components: - - type: Transform - pos: -61.5,-18.5 - parent: 2 - - uid: 11020 - components: - - type: Transform - pos: -61.5,-17.5 - parent: 2 - - uid: 11021 - components: - - type: Transform - pos: -61.5,-16.5 - parent: 2 - - uid: 11059 - components: - - type: Transform - pos: -58.5,-13.5 - parent: 2 - - uid: 11070 - components: - - type: Transform - pos: -59.5,-11.5 - parent: 2 - - uid: 11110 - components: - - type: Transform - pos: -19.5,36.5 - parent: 2 - - uid: 11111 - components: - - type: Transform - pos: -68.5,-2.5 - parent: 2 - - uid: 11112 - components: - - type: Transform - pos: -68.5,-3.5 - parent: 2 - - uid: 11113 - components: - - type: Transform - pos: -67.5,-3.5 - parent: 2 - - uid: 11114 - components: - - type: Transform - pos: -66.5,-3.5 - parent: 2 - - uid: 11115 - components: - - type: Transform - pos: -65.5,-3.5 - parent: 2 - - uid: 11116 - components: - - type: Transform - pos: -64.5,-3.5 - parent: 2 - - uid: 11117 - components: - - type: Transform - pos: -64.5,-2.5 - parent: 2 - - uid: 11118 - components: - - type: Transform - pos: -64.5,-1.5 - parent: 2 - - uid: 11119 - components: - - type: Transform - pos: -64.5,-0.5 - parent: 2 - - uid: 11120 - components: - - type: Transform - pos: -64.5,0.5 - parent: 2 - - uid: 11121 - components: - - type: Transform - pos: -64.5,1.5 - parent: 2 - - uid: 11122 - components: - - type: Transform - pos: -64.5,2.5 - parent: 2 - - uid: 11123 - components: - - type: Transform - pos: -64.5,3.5 - parent: 2 - - uid: 11124 - components: - - type: Transform - pos: -64.5,4.5 - parent: 2 - - uid: 11125 - components: - - type: Transform - pos: -64.5,5.5 - parent: 2 - - uid: 11126 - components: - - type: Transform - pos: -64.5,6.5 - parent: 2 - - uid: 11127 - components: - - type: Transform - pos: -64.5,7.5 - parent: 2 - - uid: 11128 - components: - - type: Transform - pos: -64.5,8.5 - parent: 2 - - uid: 11129 - components: - - type: Transform - pos: -65.5,8.5 - parent: 2 - - uid: 11130 - components: - - type: Transform - pos: -66.5,8.5 - parent: 2 - - uid: 11131 - components: - - type: Transform - pos: -67.5,8.5 - parent: 2 - - uid: 11132 - components: - - type: Transform - pos: -68.5,8.5 - parent: 2 - - uid: 11133 - components: - - type: Transform - pos: -69.5,8.5 - parent: 2 - - uid: 11134 - components: - - type: Transform - pos: -70.5,8.5 - parent: 2 - - uid: 11135 - components: - - type: Transform - pos: -71.5,8.5 - parent: 2 - - uid: 11136 - components: - - type: Transform - pos: -72.5,8.5 - parent: 2 - - uid: 11137 - components: - - type: Transform - pos: -72.5,7.5 - parent: 2 - - uid: 11138 - components: - - type: Transform - pos: -72.5,6.5 - parent: 2 - - uid: 11139 - components: - - type: Transform - pos: -72.5,5.5 - parent: 2 - - uid: 11140 - components: - - type: Transform - pos: -20.5,36.5 - parent: 2 - - uid: 11142 - components: - - type: Transform - pos: -12.5,36.5 - parent: 2 - - uid: 11143 - components: - - type: Transform - pos: -76.5,8.5 - parent: 2 - - uid: 11148 - components: - - type: Transform - pos: -75.5,8.5 - parent: 2 - - uid: 11154 - components: - - type: Transform - pos: -78.5,8.5 - parent: 2 - - uid: 11155 - components: - - type: Transform - pos: -77.5,8.5 - parent: 2 - - uid: 11193 - components: - - type: Transform - pos: -16.5,36.5 - parent: 2 - - uid: 11194 - components: - - type: Transform - pos: -21.5,36.5 - parent: 2 - - uid: 11393 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - - uid: 11413 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 2 - - uid: 11439 - components: - - type: Transform - pos: -27.5,37.5 - parent: 2 - - uid: 11712 - components: - - type: Transform - pos: 16.5,-31.5 - parent: 2 - - uid: 11713 - components: - - type: Transform - pos: -27.5,-27.5 - parent: 2 - - uid: 11714 - components: - - type: Transform - pos: -28.5,-27.5 - parent: 2 - - uid: 11715 - components: - - type: Transform - pos: -29.5,-27.5 - parent: 2 - - uid: 11716 - components: - - type: Transform - pos: -30.5,-27.5 - parent: 2 - - uid: 11717 - components: - - type: Transform - pos: -31.5,-27.5 - parent: 2 - - uid: 11718 - components: - - type: Transform - pos: -32.5,-27.5 - parent: 2 - - uid: 11719 - components: - - type: Transform - pos: -33.5,-27.5 - parent: 2 - - uid: 11720 - components: - - type: Transform - pos: -33.5,-26.5 - parent: 2 - - uid: 11721 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 11722 - components: - - type: Transform - pos: -33.5,-24.5 - parent: 2 - - uid: 11723 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 2 - - uid: 11724 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - uid: 11725 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - uid: 11726 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 11727 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 2 - - uid: 11728 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - uid: 11729 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 2 - - uid: 11730 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 2 - - uid: 11731 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 2 - - uid: 11732 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - uid: 11733 - components: - - type: Transform - pos: -31.5,-15.5 - parent: 2 - - uid: 11734 - components: - - type: Transform - pos: -30.5,-15.5 - parent: 2 - - uid: 11735 - components: - - type: Transform - pos: -29.5,-15.5 - parent: 2 - - uid: 11736 - components: - - type: Transform - pos: -28.5,-15.5 - parent: 2 - - uid: 11737 - components: - - type: Transform - pos: -27.5,-15.5 - parent: 2 - - uid: 11738 - components: - - type: Transform - pos: -26.5,-15.5 - parent: 2 - - uid: 11739 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - uid: 11740 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 2 - - uid: 11741 - components: - - type: Transform - pos: -23.5,-15.5 - parent: 2 - - uid: 11742 - components: - - type: Transform - pos: -22.5,-15.5 - parent: 2 - - uid: 11743 - components: - - type: Transform - pos: -21.5,-15.5 - parent: 2 - - uid: 11744 - components: - - type: Transform - pos: -20.5,-15.5 - parent: 2 - - uid: 11745 - components: - - type: Transform - pos: -19.5,-15.5 - parent: 2 - - uid: 11746 - components: - - type: Transform - pos: -18.5,-15.5 - parent: 2 - - uid: 11747 - components: - - type: Transform - pos: -17.5,-15.5 - parent: 2 - - uid: 11748 - components: - - type: Transform - pos: -16.5,-15.5 - parent: 2 - - uid: 11749 - components: - - type: Transform - pos: -15.5,-15.5 - parent: 2 - - uid: 11750 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 2 - - uid: 11751 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 2 - - uid: 11752 - components: - - type: Transform - pos: -12.5,-15.5 - parent: 2 - - uid: 11753 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 2 - - uid: 11754 - components: - - type: Transform - pos: -11.5,-16.5 - parent: 2 - - uid: 11755 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 2 - - uid: 11756 - components: - - type: Transform - pos: -11.5,-18.5 - parent: 2 - - uid: 11757 - components: - - type: Transform - pos: -11.5,-19.5 - parent: 2 - - uid: 11758 - components: - - type: Transform - pos: -11.5,-20.5 - parent: 2 - - uid: 11759 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 2 - - uid: 11760 - components: - - type: Transform - pos: -13.5,-20.5 - parent: 2 - - uid: 11761 - components: - - type: Transform - pos: -14.5,-20.5 - parent: 2 - - uid: 11762 - components: - - type: Transform - pos: -15.5,-20.5 - parent: 2 - - uid: 11763 - components: - - type: Transform - pos: -16.5,-20.5 - parent: 2 - - uid: 11764 - components: - - type: Transform - pos: -17.5,-20.5 - parent: 2 - - uid: 11765 - components: - - type: Transform - pos: -18.5,-20.5 - parent: 2 - - uid: 11766 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 2 - - uid: 11767 - components: - - type: Transform - pos: -20.5,-20.5 - parent: 2 - - uid: 11768 - components: - - type: Transform - pos: -21.5,-20.5 - parent: 2 - - uid: 11769 - components: - - type: Transform - pos: -22.5,-20.5 - parent: 2 - - uid: 11770 - components: - - type: Transform - pos: -22.5,-21.5 - parent: 2 - - uid: 11771 - components: - - type: Transform - pos: -22.5,-22.5 - parent: 2 - - uid: 11772 - components: - - type: Transform - pos: -23.5,-22.5 - parent: 2 - - uid: 11809 - components: - - type: Transform - pos: -22.5,-24.5 - parent: 2 - - uid: 11823 - components: - - type: Transform - pos: 15.5,-31.5 - parent: 2 - - uid: 11824 - components: - - type: Transform - pos: 14.5,-31.5 - parent: 2 - - uid: 11825 - components: - - type: Transform - pos: 14.5,-29.5 - parent: 2 - - uid: 11826 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 11827 - components: - - type: Transform - pos: 44.5,-26.5 - parent: 2 - - uid: 11842 - components: - - type: Transform - pos: -61.5,-27.5 - parent: 2 - - uid: 11852 - components: - - type: Transform - pos: -64.5,-21.5 - parent: 2 - - uid: 11866 - components: - - type: Transform - pos: -57.5,-31.5 - parent: 2 - - uid: 11867 - components: - - type: Transform - pos: -56.5,-31.5 - parent: 2 - - uid: 11870 - components: - - type: Transform - pos: -55.5,-31.5 - parent: 2 - - uid: 11871 - components: - - type: Transform - pos: -4.5,-28.5 - parent: 2 - - uid: 11950 - components: - - type: Transform - pos: -20.5,-26.5 - parent: 2 - - uid: 11951 - components: - - type: Transform - pos: -20.5,-27.5 - parent: 2 - - uid: 12033 - components: - - type: Transform - pos: -4.5,-29.5 - parent: 2 - - uid: 12049 - components: - - type: Transform - pos: 11.5,-18.5 - parent: 2 - - uid: 12050 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 12051 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 12052 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 12053 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 12054 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 12055 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 12057 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - uid: 12058 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - uid: 12059 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 2 - - uid: 12060 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 2 - - uid: 12061 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 2 - - uid: 12062 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 12063 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 2 - - uid: 12064 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 12065 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 12066 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 2 - - uid: 12067 - components: - - type: Transform - pos: 7.5,-28.5 - parent: 2 - - uid: 12068 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 12069 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 12070 - components: - - type: Transform - pos: 10.5,-28.5 - parent: 2 - - uid: 12071 - components: - - type: Transform - pos: 11.5,-28.5 - parent: 2 - - uid: 12072 - components: - - type: Transform - pos: 12.5,-28.5 - parent: 2 - - uid: 12073 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 2 - - uid: 12074 - components: - - type: Transform - pos: 14.5,-28.5 - parent: 2 - - uid: 12075 - components: - - type: Transform - pos: 14.5,-27.5 - parent: 2 - - uid: 12076 - components: - - type: Transform - pos: 14.5,-26.5 - parent: 2 - - uid: 12077 - components: - - type: Transform - pos: 14.5,-25.5 - parent: 2 - - uid: 12078 - components: - - type: Transform - pos: 14.5,-24.5 - parent: 2 - - uid: 12079 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 2 - - uid: 12080 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 2 - - uid: 12081 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - - uid: 12088 - components: - - type: Transform - pos: -1.5,-28.5 - parent: 2 - - uid: 12096 - components: - - type: Transform - pos: -3.5,-28.5 - parent: 2 - - uid: 12225 - components: - - type: Transform - pos: -57.5,-12.5 - parent: 2 - - uid: 12328 - components: - - type: Transform - pos: 7.5,52.5 - parent: 2 - - uid: 12347 - components: - - type: Transform - pos: 7.5,53.5 - parent: 2 - - uid: 12348 - components: - - type: Transform - pos: 6.5,60.5 - parent: 2 - - uid: 12453 - components: - - type: Transform - pos: 7.5,60.5 - parent: 2 - - uid: 12464 - components: - - type: Transform - pos: 7.5,51.5 - parent: 2 - - uid: 12505 - components: - - type: Transform - pos: 7.5,50.5 - parent: 2 - - uid: 12645 - components: - - type: Transform - pos: -50.5,40.5 - parent: 2 - - uid: 13872 - components: - - type: Transform - pos: 52.5,44.5 - parent: 2 - - uid: 13909 - components: - - type: Transform - pos: 42.5,32.5 - parent: 2 - - uid: 14289 - components: - - type: Transform - pos: 41.5,32.5 - parent: 2 - - uid: 14290 - components: - - type: Transform - pos: 40.5,32.5 - parent: 2 - - uid: 14360 - components: - - type: Transform - pos: 6.5,44.5 - parent: 2 - - uid: 14368 - components: - - type: Transform - pos: -33.5,23.5 - parent: 2 - - uid: 14372 - components: - - type: Transform - pos: 0.5,-28.5 - parent: 2 - - uid: 14373 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 14375 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 2 - - uid: 14377 - components: - - type: Transform - pos: -30.5,-14.5 - parent: 2 - - uid: 14380 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 2 - - uid: 14387 - components: - - type: Transform - pos: 18.5,39.5 - parent: 2 - - uid: 14388 - components: - - type: Transform - pos: 18.5,40.5 - parent: 2 - - uid: 14389 - components: - - type: Transform - pos: 18.5,41.5 - parent: 2 - - uid: 14390 - components: - - type: Transform - pos: 18.5,42.5 - parent: 2 - - uid: 14391 - components: - - type: Transform - pos: 18.5,43.5 - parent: 2 - - uid: 14392 - components: - - type: Transform - pos: 18.5,44.5 - parent: 2 - - uid: 14393 - components: - - type: Transform - pos: 18.5,45.5 - parent: 2 - - uid: 14394 - components: - - type: Transform - pos: 17.5,45.5 - parent: 2 - - uid: 14395 - components: - - type: Transform - pos: 16.5,45.5 - parent: 2 - - uid: 14403 - components: - - type: Transform - pos: 12.5,7.5 - parent: 2 - - uid: 14404 - components: - - type: Transform - pos: 13.5,7.5 - parent: 2 - - uid: 14405 - components: - - type: Transform - pos: 15.5,7.5 - parent: 2 - - uid: 14406 - components: - - type: Transform - pos: 14.5,7.5 - parent: 2 - - uid: 14420 - components: - - type: Transform - pos: 18.5,7.5 - parent: 2 - - uid: 14422 - components: - - type: Transform - pos: 24.5,4.5 - parent: 2 - - uid: 14491 - components: - - type: Transform - pos: 17.5,7.5 - parent: 2 - - uid: 14492 - components: - - type: Transform - pos: 16.5,7.5 - parent: 2 - - uid: 14591 - components: - - type: Transform - pos: -33.5,3.5 - parent: 2 - - uid: 14592 - components: - - type: Transform - pos: -33.5,4.5 - parent: 2 - - uid: 14593 - components: - - type: Transform - pos: -33.5,5.5 - parent: 2 - - uid: 14598 - components: - - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 14599 - components: - - type: Transform - pos: -15.5,13.5 - parent: 2 - - uid: 14600 - components: - - type: Transform - pos: -15.5,14.5 - parent: 2 - - uid: 14603 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 2 - - uid: 14605 - components: - - type: Transform - pos: -33.5,9.5 - parent: 2 - - uid: 14606 - components: - - type: Transform - pos: -33.5,8.5 - parent: 2 - - uid: 14607 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 2 - - uid: 14608 - components: - - type: Transform - pos: -34.5,10.5 - parent: 2 - - uid: 14617 - components: - - type: Transform - pos: 32.5,51.5 - parent: 2 - - uid: 14618 - components: - - type: Transform - pos: 31.5,51.5 - parent: 2 - - uid: 14619 - components: - - type: Transform - pos: 31.5,50.5 - parent: 2 - - uid: 14620 - components: - - type: Transform - pos: 31.5,49.5 - parent: 2 - - uid: 14621 - components: - - type: Transform - pos: 32.5,49.5 - parent: 2 - - uid: 14622 - components: - - type: Transform - pos: 33.5,49.5 - parent: 2 - - uid: 14623 - components: - - type: Transform - pos: 34.5,49.5 - parent: 2 - - uid: 14624 - components: - - type: Transform - pos: 35.5,49.5 - parent: 2 - - uid: 14625 - components: - - type: Transform - pos: 36.5,49.5 - parent: 2 - - uid: 14626 - components: - - type: Transform - pos: 37.5,49.5 - parent: 2 - - uid: 14627 - components: - - type: Transform - pos: 38.5,49.5 - parent: 2 - - uid: 14628 - components: - - type: Transform - pos: 39.5,49.5 - parent: 2 - - uid: 14629 - components: - - type: Transform - pos: 40.5,49.5 - parent: 2 - - uid: 14630 - components: - - type: Transform - pos: 41.5,49.5 - parent: 2 - - uid: 14631 - components: - - type: Transform - pos: 42.5,49.5 - parent: 2 - - uid: 14632 - components: - - type: Transform - pos: 42.5,48.5 - parent: 2 - - uid: 14633 - components: - - type: Transform - pos: 42.5,47.5 - parent: 2 - - uid: 14634 - components: - - type: Transform - pos: 42.5,46.5 - parent: 2 - - uid: 14635 - components: - - type: Transform - pos: 42.5,45.5 - parent: 2 - - uid: 14659 - components: - - type: Transform - pos: -33.5,10.5 - parent: 2 - - uid: 14805 - components: - - type: Transform - pos: -28.5,-5.5 - parent: 2 - - uid: 14850 - components: - - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 14851 - components: - - type: Transform - pos: -33.5,1.5 - parent: 2 - - uid: 14924 - components: - - type: Transform - pos: -33.5,2.5 - parent: 2 - - uid: 14925 - components: - - type: Transform - pos: -33.5,0.5 - parent: 2 - - uid: 14926 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - - uid: 14946 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - - uid: 14947 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 2 - - uid: 14948 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 15392 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 2 - - uid: 15416 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - - uid: 15531 - components: - - type: Transform - pos: -33.5,-3.5 - parent: 2 - - uid: 15748 - components: - - type: Transform - pos: -59.5,-12.5 - parent: 2 - - uid: 15788 - components: - - type: Transform - pos: -11.5,40.5 - parent: 2 - - uid: 15918 - components: - - type: Transform - pos: -41.5,70.5 - parent: 2 - - uid: 16059 - components: - - type: Transform - pos: -6.5,45.5 - parent: 2 - - uid: 16060 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - - uid: 16061 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - - uid: 16062 - components: - - type: Transform - pos: -3.5,45.5 - parent: 2 - - uid: 16063 - components: - - type: Transform - pos: -2.5,45.5 - parent: 2 - - uid: 16064 - components: - - type: Transform - pos: -2.5,44.5 - parent: 2 - - uid: 16065 - components: - - type: Transform - pos: -2.5,43.5 - parent: 2 - - uid: 16066 - components: - - type: Transform - pos: -2.5,42.5 - parent: 2 - - uid: 16067 - components: - - type: Transform - pos: -2.5,41.5 - parent: 2 - - uid: 16068 - components: - - type: Transform - pos: -2.5,40.5 - parent: 2 - - uid: 16069 - components: - - type: Transform - pos: -3.5,40.5 - parent: 2 - - uid: 16070 - components: - - type: Transform - pos: -4.5,40.5 - parent: 2 - - uid: 16071 - components: - - type: Transform - pos: -5.5,40.5 - parent: 2 - - uid: 16072 - components: - - type: Transform - pos: -6.5,40.5 - parent: 2 - - uid: 16073 - components: - - type: Transform - pos: -7.5,40.5 - parent: 2 - - uid: 16074 - components: - - type: Transform - pos: -8.5,40.5 - parent: 2 - - uid: 16075 - components: - - type: Transform - pos: -9.5,40.5 - parent: 2 - - uid: 16076 - components: - - type: Transform - pos: -10.5,40.5 - parent: 2 - - uid: 16077 - components: - - type: Transform - pos: -10.5,36.5 - parent: 2 - - uid: 16078 - components: - - type: Transform - pos: -11.5,37.5 - parent: 2 - - uid: 16081 - components: - - type: Transform - pos: -12.5,40.5 - parent: 2 - - uid: 16083 - components: - - type: Transform - pos: -9.5,35.5 - parent: 2 - - uid: 16087 - components: - - type: Transform - pos: -12.5,39.5 - parent: 2 - - uid: 16088 - components: - - type: Transform - pos: -12.5,38.5 - parent: 2 - - uid: 16089 - components: - - type: Transform - pos: -12.5,37.5 - parent: 2 - - uid: 16090 - components: - - type: Transform - pos: -10.5,35.5 - parent: 2 - - uid: 16143 - components: - - type: Transform - pos: -9.5,35.5 - parent: 2 - - uid: 16332 - components: - - type: Transform - pos: -10.5,37.5 - parent: 2 - - uid: 16565 - components: - - type: Transform - pos: 37.5,15.5 - parent: 2 - - uid: 16566 - components: - - type: Transform - pos: -34.5,26.5 - parent: 2 - - uid: 16567 - components: - - type: Transform - pos: -36.5,26.5 - parent: 2 - - uid: 16575 - components: - - type: Transform - pos: -35.5,26.5 - parent: 2 - - uid: 17118 - components: - - type: Transform - pos: -27.5,36.5 - parent: 2 - - uid: 17119 - components: - - type: Transform - pos: -26.5,36.5 - parent: 2 - - uid: 17951 - components: - - type: Transform - pos: 27.5,7.5 - parent: 2 - - uid: 18258 - components: - - type: Transform - pos: -20.5,-29.5 - parent: 2 - - uid: 18259 - components: - - type: Transform - pos: -20.5,-28.5 - parent: 2 - - uid: 18260 - components: - - type: Transform - pos: 8.5,31.5 - parent: 2 - - uid: 18308 - components: - - type: Transform - pos: -33.5,24.5 - parent: 2 - - uid: 18916 - components: - - type: Transform - pos: -98.5,54.5 - parent: 2 - - uid: 18976 - components: - - type: Transform - pos: -97.5,54.5 - parent: 2 - - uid: 18988 - components: - - type: Transform - pos: -100.5,55.5 - parent: 2 - - uid: 18989 - components: - - type: Transform - pos: -100.5,54.5 - parent: 2 - - uid: 18992 - components: - - type: Transform - pos: -99.5,54.5 - parent: 2 - - uid: 19004 - components: - - type: Transform - pos: -101.5,56.5 - parent: 2 - - uid: 19005 - components: - - type: Transform - pos: -100.5,56.5 - parent: 2 - - uid: 19045 - components: - - type: Transform - pos: -102.5,56.5 - parent: 2 - - uid: 19046 - components: - - type: Transform - pos: -103.5,56.5 - parent: 2 - - uid: 19047 - components: - - type: Transform - pos: -104.5,56.5 - parent: 2 - - uid: 19048 - components: - - type: Transform - pos: -105.5,56.5 - parent: 2 - - uid: 19049 - components: - - type: Transform - pos: -105.5,57.5 - parent: 2 - - uid: 19050 - components: - - type: Transform - pos: -105.5,58.5 - parent: 2 - - uid: 19051 - components: - - type: Transform - pos: -106.5,58.5 - parent: 2 - - uid: 19052 - components: - - type: Transform - pos: -107.5,58.5 - parent: 2 - - uid: 19053 - components: - - type: Transform - pos: -108.5,58.5 - parent: 2 - - uid: 19054 - components: - - type: Transform - pos: -110.5,58.5 - parent: 2 - - uid: 19055 - components: - - type: Transform - pos: -111.5,58.5 - parent: 2 - - uid: 19056 - components: - - type: Transform - pos: -112.5,58.5 - parent: 2 - - uid: 19057 - components: - - type: Transform - pos: -113.5,58.5 - parent: 2 - - uid: 19058 - components: - - type: Transform - pos: -114.5,58.5 - parent: 2 - - uid: 19059 - components: - - type: Transform - pos: -119.5,55.5 - parent: 2 - - uid: 19060 - components: - - type: Transform - pos: -119.5,54.5 - parent: 2 - - uid: 19061 - components: - - type: Transform - pos: -119.5,53.5 - parent: 2 - - uid: 19062 - components: - - type: Transform - pos: -119.5,52.5 - parent: 2 - - uid: 19063 - components: - - type: Transform - pos: -119.5,51.5 - parent: 2 - - uid: 19064 - components: - - type: Transform - pos: -119.5,48.5 - parent: 2 - - uid: 19065 - components: - - type: Transform - pos: -119.5,47.5 - parent: 2 - - uid: 19066 - components: - - type: Transform - pos: -119.5,46.5 - parent: 2 - - uid: 19067 - components: - - type: Transform - pos: -116.5,44.5 - parent: 2 - - uid: 19068 - components: - - type: Transform - pos: -115.5,44.5 - parent: 2 - - uid: 19069 - components: - - type: Transform - pos: -114.5,44.5 - parent: 2 - - uid: 19070 - components: - - type: Transform - pos: -113.5,44.5 - parent: 2 - - uid: 19071 - components: - - type: Transform - pos: -112.5,44.5 - parent: 2 - - uid: 19072 - components: - - type: Transform - pos: -110.5,44.5 - parent: 2 - - uid: 19073 - components: - - type: Transform - pos: -109.5,44.5 - parent: 2 - - uid: 19074 - components: - - type: Transform - pos: -108.5,44.5 - parent: 2 - - uid: 19075 - components: - - type: Transform - pos: -107.5,44.5 - parent: 2 - - uid: 19076 - components: - - type: Transform - pos: -106.5,44.5 - parent: 2 - - uid: 19077 - components: - - type: Transform - pos: -105.5,45.5 - parent: 2 - - uid: 19078 - components: - - type: Transform - pos: -105.5,46.5 - parent: 2 - - uid: 19079 - components: - - type: Transform - pos: -104.5,46.5 - parent: 2 - - uid: 19080 - components: - - type: Transform - pos: -103.5,46.5 - parent: 2 - - uid: 19081 - components: - - type: Transform - pos: -102.5,46.5 - parent: 2 - - uid: 19082 - components: - - type: Transform - pos: -101.5,46.5 - parent: 2 - - uid: 19083 - components: - - type: Transform - pos: -100.5,46.5 - parent: 2 - - uid: 19084 - components: - - type: Transform - pos: -100.5,47.5 - parent: 2 - - uid: 19178 - components: - - type: Transform - pos: -98.5,55.5 - parent: 2 - - uid: 19306 - components: - - type: Transform - pos: -33.5,25.5 - parent: 2 - - uid: 19518 - components: - - type: Transform - pos: -33.5,26.5 - parent: 2 - - uid: 19735 - components: - - type: Transform - pos: -41.5,69.5 - parent: 2 - - uid: 19740 - components: - - type: Transform - pos: -41.5,69.5 - parent: 2 - - uid: 20206 - components: - - type: Transform - pos: -27.5,-5.5 - parent: 2 - - uid: 20207 - components: - - type: Transform - pos: -26.5,-5.5 - parent: 2 - - uid: 20208 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 2 - - uid: 20209 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - uid: 20210 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - - uid: 20211 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 2 - - uid: 20212 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 2 - - uid: 20215 - components: - - type: Transform - pos: 39.5,16.5 - parent: 2 - - uid: 20216 - components: - - type: Transform - pos: 39.5,15.5 - parent: 2 - - uid: 20217 - components: - - type: Transform - pos: 39.5,14.5 - parent: 2 - - uid: 20218 - components: - - type: Transform - pos: 38.5,14.5 - parent: 2 - - uid: 20219 - components: - - type: Transform - pos: 37.5,14.5 - parent: 2 - - uid: 20220 - components: - - type: Transform - pos: 37.5,13.5 - parent: 2 - - uid: 20221 - components: - - type: Transform - pos: 37.5,12.5 - parent: 2 - - uid: 20222 - components: - - type: Transform - pos: 37.5,11.5 - parent: 2 - - uid: 20224 - components: - - type: Transform - pos: 33.5,11.5 - parent: 2 - - uid: 20225 - components: - - type: Transform - pos: 34.5,11.5 - parent: 2 - - uid: 20250 - components: - - type: Transform - pos: -45.5,38.5 - parent: 2 - - uid: 20267 - components: - - type: Transform - pos: -44.5,38.5 - parent: 2 - - uid: 20321 - components: - - type: Transform - pos: 17.5,4.5 - parent: 2 - - uid: 20435 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 2 - - uid: 20476 - components: - - type: Transform - pos: 40.5,16.5 - parent: 2 - - uid: 20571 - components: - - type: Transform - pos: 24.5,5.5 - parent: 2 - - uid: 20601 - components: - - type: Transform - pos: -42.5,70.5 - parent: 2 - - uid: 20605 - components: - - type: Transform - pos: -64.5,-20.5 - parent: 2 - - uid: 20609 - components: - - type: Transform - pos: -64.5,-19.5 - parent: 2 - - uid: 20613 - components: - - type: Transform - pos: 52.5,45.5 - parent: 2 - - uid: 20658 - components: - - type: Transform - pos: 51.5,44.5 - parent: 2 - - uid: 20698 - components: - - type: Transform - pos: 10.5,9.5 - parent: 2 - - uid: 20700 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - - uid: 20701 - components: - - type: Transform - pos: 10.5,10.5 - parent: 2 - - uid: 20740 - components: - - type: Transform - pos: 10.5,11.5 - parent: 2 - - uid: 20791 - components: - - type: Transform - pos: 31.5,52.5 - parent: 2 - - uid: 20794 - components: - - type: Transform - pos: -50.5,39.5 - parent: 2 - - uid: 20800 - components: - - type: Transform - pos: -50.5,38.5 - parent: 2 - - uid: 20805 - components: - - type: Transform - pos: -49.5,38.5 - parent: 2 - - uid: 20806 - components: - - type: Transform - pos: -48.5,38.5 - parent: 2 - - uid: 20807 - components: - - type: Transform - pos: -47.5,38.5 - parent: 2 - - uid: 20808 - components: - - type: Transform - pos: -46.5,38.5 - parent: 2 - - uid: 20835 - components: - - type: Transform - pos: 7.5,56.5 - parent: 2 - - uid: 20836 - components: - - type: Transform - pos: 7.5,57.5 - parent: 2 - - uid: 20837 - components: - - type: Transform - pos: 7.5,59.5 - parent: 2 - - uid: 20900 - components: - - type: Transform - pos: 36.5,11.5 - parent: 2 - - uid: 20901 - components: - - type: Transform - pos: 35.5,11.5 - parent: 2 - - uid: 20951 - components: - - type: Transform - pos: 7.5,58.5 - parent: 2 - - uid: 21067 - components: - - type: Transform - pos: 7.5,55.5 - parent: 2 - - uid: 21278 - components: - - type: Transform - pos: 7.5,54.5 - parent: 2 - - uid: 21279 - components: - - type: Transform - pos: -39.5,34.5 - parent: 2 - - uid: 21280 - components: - - type: Transform - pos: -39.5,35.5 - parent: 2 - - uid: 21281 - components: - - type: Transform - pos: -38.5,34.5 - parent: 2 - - uid: 21282 - components: - - type: Transform - pos: -38.5,33.5 - parent: 2 - - uid: 21283 - components: - - type: Transform - pos: -38.5,32.5 - parent: 2 - - uid: 21285 - components: - - type: Transform - pos: -55.5,-10.5 - parent: 2 - - uid: 21360 - components: - - type: Transform - pos: -55.5,-11.5 - parent: 2 - - uid: 21361 - components: - - type: Transform - pos: -55.5,-9.5 - parent: 2 - - uid: 21362 - components: - - type: Transform - pos: -55.5,-12.5 - parent: 2 - - uid: 21363 - components: - - type: Transform - pos: -58.5,-15.5 - parent: 2 - - uid: 21364 - components: - - type: Transform - pos: -38.5,27.5 - parent: 2 - - uid: 21400 - components: - - type: Transform - pos: -50.5,41.5 - parent: 2 - - uid: 21479 - components: - - type: Transform - pos: -51.5,41.5 - parent: 2 - - uid: 21514 - components: - - type: Transform - pos: -52.5,41.5 - parent: 2 - - uid: 21515 - components: - - type: Transform - pos: -38.5,31.5 - parent: 2 - - uid: 21516 - components: - - type: Transform - pos: -38.5,30.5 - parent: 2 - - uid: 21533 - components: - - type: Transform - pos: -38.5,28.5 - parent: 2 - - uid: 21534 - components: - - type: Transform - pos: 8.5,33.5 - parent: 2 - - uid: 21535 - components: - - type: Transform - pos: 8.5,32.5 - parent: 2 - - uid: 21536 - components: - - type: Transform - pos: -38.5,29.5 - parent: 2 - - uid: 21537 - components: - - type: Transform - pos: -38.5,26.5 - parent: 2 - - uid: 21542 - components: - - type: Transform - pos: -37.5,26.5 - parent: 2 - - uid: 21591 - components: - - type: Transform - pos: -61.5,-19.5 - parent: 2 - - uid: 21592 - components: - - type: Transform - pos: -61.5,-20.5 - parent: 2 - - uid: 21593 - components: - - type: Transform - pos: -58.5,-12.5 - parent: 2 - - uid: 21594 - components: - - type: Transform - pos: -56.5,-12.5 - parent: 2 - - uid: 21878 - components: - - type: Transform - pos: -24.5,36.5 - parent: 2 - - uid: 21969 - components: - - type: Transform - pos: 12.5,48.5 - parent: 2 - - uid: 22368 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 2 - - uid: 22369 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 2 - - uid: 22370 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 2 - - uid: 22372 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 2 - - uid: 22373 - components: - - type: Transform - pos: -16.5,-5.5 - parent: 2 - - uid: 22374 - components: - - type: Transform - pos: -15.5,-5.5 - parent: 2 - - uid: 22375 - components: - - type: Transform - pos: -14.5,-5.5 - parent: 2 - - uid: 22376 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 2 - - uid: 22377 - components: - - type: Transform - pos: -12.5,-5.5 - parent: 2 - - uid: 22379 - components: - - type: Transform - pos: -11.5,-5.5 - parent: 2 - - uid: 22380 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 2 - - uid: 22381 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 2 - - uid: 22545 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 2 - - uid: 22578 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 2 - - uid: 22716 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 2 - - uid: 22737 - components: - - type: Transform - pos: -59.5,-31.5 - parent: 2 - - uid: 22746 - components: - - type: Transform - pos: 9.5,27.5 - parent: 2 - - uid: 22747 - components: - - type: Transform - pos: 8.5,28.5 - parent: 2 - - uid: 22756 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 2 - - uid: 22764 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 2 - - uid: 22892 - components: - - type: Transform - pos: -10.5,0.5 - parent: 2 - - uid: 22924 - components: - - type: Transform - pos: -10.5,1.5 - parent: 2 - - uid: 22989 - components: - - type: Transform - pos: -10.5,2.5 - parent: 2 - - uid: 23050 - components: - - type: Transform - pos: -61.5,-24.5 - parent: 2 - - uid: 23088 - components: - - type: Transform - pos: -10.5,3.5 - parent: 2 - - uid: 23224 - components: - - type: Transform - pos: -10.5,4.5 - parent: 2 - - uid: 23226 - components: - - type: Transform - pos: -9.5,4.5 - parent: 2 - - uid: 24655 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 25411 - components: - - type: Transform - pos: 29.5,39.5 - parent: 2 - - uid: 25429 - components: - - type: Transform - pos: 28.5,39.5 - parent: 2 - - uid: 25442 - components: - - type: Transform - pos: 27.5,39.5 - parent: 2 - - uid: 27375 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - - uid: 27958 - components: - - type: Transform - pos: -61.5,-22.5 - parent: 2 - - uid: 28684 - components: - - type: Transform - pos: 10.5,48.5 - parent: 2 - - uid: 28685 - components: - - type: Transform - pos: 7.5,47.5 - parent: 2 - - uid: 28686 - components: - - type: Transform - pos: 7.5,46.5 - parent: 2 - - uid: 28687 - components: - - type: Transform - pos: 7.5,48.5 - parent: 2 - - uid: 28688 - components: - - type: Transform - pos: 11.5,48.5 - parent: 2 - - uid: 28689 - components: - - type: Transform - pos: 7.5,45.5 - parent: 2 - - uid: 28691 - components: - - type: Transform - pos: 9.5,48.5 - parent: 2 - - uid: 28692 - components: - - type: Transform - pos: 7.5,44.5 - parent: 2 - - uid: 28693 - components: - - type: Transform - pos: 6.5,44.5 - parent: 2 - - uid: 28694 - components: - - type: Transform - pos: 18.5,34.5 - parent: 2 - - uid: 28696 - components: - - type: Transform - pos: 18.5,35.5 - parent: 2 - - uid: 28697 - components: - - type: Transform - pos: 8.5,48.5 - parent: 2 - - uid: 28698 - components: - - type: Transform - pos: 18.5,36.5 - parent: 2 - - uid: 28707 - components: - - type: Transform - pos: 18.5,37.5 - parent: 2 - - uid: 28708 - components: - - type: Transform - pos: 18.5,38.5 - parent: 2 - - uid: 28716 - components: - - type: Transform - pos: 24.5,7.5 - parent: 2 - - uid: 28795 - components: - - type: Transform - pos: -70.5,2.5 - parent: 2 - - uid: 29541 - components: - - type: Transform - pos: -25.5,36.5 - parent: 2 - - uid: 29544 - components: - - type: Transform - pos: -27.5,36.5 - parent: 2 - - uid: 29545 - components: - - type: Transform - pos: -23.5,36.5 - parent: 2 - - uid: 29642 - components: - - type: Transform - pos: -21.5,-24.5 - parent: 2 - - uid: 29961 - components: - - type: Transform - pos: -60.5,-31.5 - parent: 2 - - uid: 29963 - components: - - type: Transform - pos: -58.5,-31.5 - parent: 2 - - uid: 29966 - components: - - type: Transform - pos: 17.5,48.5 - parent: 2 - - uid: 29967 - components: - - type: Transform - pos: 18.5,48.5 - parent: 2 - - uid: 29968 - components: - - type: Transform - pos: 18.5,47.5 - parent: 2 - - uid: 29970 - components: - - type: Transform - pos: -61.5,-23.5 - parent: 2 - - uid: 29972 - components: - - type: Transform - pos: -61.5,-26.5 - parent: 2 - - uid: 29973 - components: - - type: Transform - pos: -61.5,-28.5 - parent: 2 - - uid: 29974 - components: - - type: Transform - pos: -61.5,-25.5 - parent: 2 - - uid: 29975 - components: - - type: Transform - pos: 18.5,46.5 - parent: 2 - - uid: 29977 - components: - - type: Transform - pos: 5.5,60.5 - parent: 2 - - uid: 29979 - components: - - type: Transform - pos: -61.5,-29.5 - parent: 2 - - uid: 29982 - components: - - type: Transform - pos: -61.5,-30.5 - parent: 2 - - uid: 30187 - components: - - type: Transform - pos: 5.5,61.5 - parent: 2 - - uid: 30188 - components: - - type: Transform - pos: 5.5,62.5 - parent: 2 - - uid: 30259 - components: - - type: Transform - pos: 5.5,63.5 - parent: 2 - - uid: 30302 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 2 - - uid: 30304 - components: - - type: Transform - pos: 15.5,48.5 - parent: 2 - - uid: 30306 - components: - - type: Transform - pos: 16.5,48.5 - parent: 2 - - uid: 30313 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - - uid: 30314 - components: - - type: Transform - pos: -63.5,9.5 - parent: 2 - - uid: 30316 - components: - - type: Transform - pos: -63.5,8.5 - parent: 2 - - uid: 30317 - components: - - type: Transform - pos: -63.5,10.5 - parent: 2 - - uid: 30325 - components: - - type: Transform - pos: 14.5,48.5 - parent: 2 - - uid: 30329 - components: - - type: Transform - pos: 13.5,48.5 - parent: 2 - - uid: 30794 - components: - - type: Transform - pos: 44.5,-25.5 - parent: 2 - - uid: 30797 - components: - - type: Transform - pos: -29.5,-5.5 - parent: 2 - - uid: 30802 - components: - - type: Transform - pos: 23.5,7.5 - parent: 2 - - uid: 30807 - components: - - type: Transform - pos: -71.5,2.5 - parent: 2 - - uid: 30858 - components: - - type: Transform - pos: 26.5,7.5 - parent: 2 - - uid: 30859 - components: - - type: Transform - pos: 16.5,6.5 - parent: 2 - - uid: 30860 - components: - - type: Transform - pos: 16.5,5.5 - parent: 2 - - uid: 30861 - components: - - type: Transform - pos: 16.5,4.5 - parent: 2 - - uid: 30862 - components: - - type: Transform - pos: 16.5,3.5 - parent: 2 - - uid: 30864 - components: - - type: Transform - pos: 19.5,7.5 - parent: 2 - - uid: 30865 - components: - - type: Transform - pos: 19.5,8.5 - parent: 2 - - uid: 30866 - components: - - type: Transform - pos: 19.5,9.5 - parent: 2 - - uid: 30867 - components: - - type: Transform - pos: 20.5,9.5 - parent: 2 - - uid: 30880 - components: - - type: Transform - pos: 21.5,9.5 - parent: 2 - - uid: 30881 - components: - - type: Transform - pos: 21.5,10.5 - parent: 2 - - uid: 30882 - components: - - type: Transform - pos: 21.5,11.5 - parent: 2 - - uid: 30897 - components: - - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 30910 - components: - - type: Transform - pos: 21.5,7.5 - parent: 2 - - uid: 30916 - components: - - type: Transform - pos: 20.5,7.5 - parent: 2 - - uid: 30936 - components: - - type: Transform - pos: 16.5,2.5 - parent: 2 - - uid: 30937 - components: - - type: Transform - pos: 16.5,1.5 - parent: 2 - - uid: 30938 - components: - - type: Transform - pos: 16.5,0.5 - parent: 2 - - uid: 30939 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 2 - - uid: 30940 - components: - - type: Transform - pos: 16.5,-1.5 - parent: 2 - - uid: 30941 - components: - - type: Transform - pos: 16.5,-2.5 - parent: 2 - - uid: 30942 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 2 - - uid: 30943 - components: - - type: Transform - pos: 17.5,-3.5 - parent: 2 - - uid: 30944 - components: - - type: Transform - pos: 18.5,-3.5 - parent: 2 - - uid: 30945 - components: - - type: Transform - pos: 19.5,-3.5 - parent: 2 - - uid: 30946 - components: - - type: Transform - pos: 20.5,-3.5 - parent: 2 - - uid: 30947 - components: - - type: Transform - pos: 21.5,-3.5 - parent: 2 - - uid: 30948 - components: - - type: Transform - pos: 22.5,-3.5 - parent: 2 - - uid: 30949 - components: - - type: Transform - pos: 11.5,7.5 - parent: 2 - - uid: 30950 - components: - - type: Transform - pos: 10.5,7.5 - parent: 2 - - uid: 30951 - components: - - type: Transform - pos: 10.5,6.5 - parent: 2 - - uid: 30952 - components: - - type: Transform - pos: 10.5,5.5 - parent: 2 - - uid: 30953 - components: - - type: Transform - pos: 10.5,4.5 - parent: 2 - - uid: 30954 - components: - - type: Transform - pos: 10.5,3.5 - parent: 2 - - uid: 30955 - components: - - type: Transform - pos: 10.5,2.5 - parent: 2 - - uid: 30956 - components: - - type: Transform - pos: 10.5,1.5 - parent: 2 - - uid: 30957 - components: - - type: Transform - pos: 10.5,0.5 - parent: 2 - - uid: 30958 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 2 - - uid: 30959 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 2 - - uid: 30960 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 2 - - uid: 30961 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 2 - - uid: 30971 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 2 - - uid: 30983 - components: - - type: Transform - pos: 28.5,7.5 - parent: 2 - - uid: 30984 - components: - - type: Transform - pos: 29.5,7.5 - parent: 2 - - uid: 30985 - components: - - type: Transform - pos: 30.5,7.5 - parent: 2 - - uid: 30986 - components: - - type: Transform - pos: 31.5,7.5 - parent: 2 - - uid: 30987 - components: - - type: Transform - pos: 31.5,6.5 - parent: 2 - - uid: 30988 - components: - - type: Transform - pos: 31.5,5.5 - parent: 2 - - uid: 30989 - components: - - type: Transform - pos: 31.5,4.5 - parent: 2 - - uid: 30990 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 30991 - components: - - type: Transform - pos: 31.5,2.5 - parent: 2 - - uid: 30992 - components: - - type: Transform - pos: 31.5,1.5 - parent: 2 - - uid: 30993 - components: - - type: Transform - pos: 31.5,0.5 - parent: 2 - - uid: 30994 - components: - - type: Transform - pos: 32.5,0.5 - parent: 2 - - uid: 30995 - components: - - type: Transform - pos: 10.5,12.5 - parent: 2 - - uid: 30996 - components: - - type: Transform - pos: 10.5,13.5 - parent: 2 - - uid: 30997 - components: - - type: Transform - pos: 10.5,14.5 - parent: 2 - - uid: 30998 - components: - - type: Transform - pos: 10.5,15.5 - parent: 2 - - uid: 30999 - components: - - type: Transform - pos: 10.5,16.5 - parent: 2 - - uid: 31000 - components: - - type: Transform - pos: 9.5,16.5 - parent: 2 - - uid: 31001 - components: - - type: Transform - pos: 8.5,16.5 - parent: 2 - - uid: 31002 - components: - - type: Transform - pos: 8.5,17.5 - parent: 2 - - uid: 31010 - components: - - type: Transform - pos: -35.5,10.5 - parent: 2 - - uid: 31012 - components: - - type: Transform - pos: -14.5,13.5 - parent: 2 - - uid: 31013 - components: - - type: Transform - pos: -13.5,13.5 - parent: 2 - - uid: 31014 - components: - - type: Transform - pos: -12.5,13.5 - parent: 2 - - uid: 31015 - components: - - type: Transform - pos: -11.5,13.5 - parent: 2 - - uid: 31016 - components: - - type: Transform - pos: -10.5,13.5 - parent: 2 - - uid: 31017 - components: - - type: Transform - pos: -10.5,12.5 - parent: 2 - - uid: 31018 - components: - - type: Transform - pos: -10.5,11.5 - parent: 2 - - uid: 31019 - components: - - type: Transform - pos: -10.5,10.5 - parent: 2 - - uid: 31020 - components: - - type: Transform - pos: -10.5,9.5 - parent: 2 - - uid: 31021 - components: - - type: Transform - pos: -10.5,8.5 - parent: 2 - - uid: 31022 - components: - - type: Transform - pos: -10.5,7.5 - parent: 2 - - uid: 31023 - components: - - type: Transform - pos: -10.5,6.5 - parent: 2 - - uid: 31024 - components: - - type: Transform - pos: -10.5,5.5 - parent: 2 - - uid: 31025 - components: - - type: Transform - pos: 19.5,45.5 - parent: 2 - - uid: 31026 - components: - - type: Transform - pos: 20.5,45.5 - parent: 2 - - uid: 31027 - components: - - type: Transform - pos: 21.5,45.5 - parent: 2 - - uid: 31028 - components: - - type: Transform - pos: 22.5,45.5 - parent: 2 - - uid: 31029 - components: - - type: Transform - pos: 23.5,45.5 - parent: 2 - - uid: 31030 - components: - - type: Transform - pos: 24.5,45.5 - parent: 2 - - uid: 31031 - components: - - type: Transform - pos: 25.5,45.5 - parent: 2 - - uid: 31032 - components: - - type: Transform - pos: 26.5,45.5 - parent: 2 - - uid: 31089 - components: - - type: Transform - pos: 34.5,33.5 - parent: 2 - - uid: 31091 - components: - - type: Transform - pos: 35.5,33.5 - parent: 2 - - uid: 31093 - components: - - type: Transform - pos: 36.5,33.5 - parent: 2 - - uid: 31094 - components: - - type: Transform - pos: 37.5,33.5 - parent: 2 - - uid: 31095 - components: - - type: Transform - pos: 38.5,33.5 - parent: 2 - - uid: 31101 - components: - - type: Transform - pos: 39.5,33.5 - parent: 2 - - uid: 31130 - components: - - type: Transform - pos: 40.5,33.5 - parent: 2 - - uid: 31139 - components: - - type: Transform - pos: 40.5,34.5 - parent: 2 - - uid: 31147 - components: - - type: Transform - pos: 40.5,35.5 - parent: 2 - - uid: 31182 - components: - - type: Transform - pos: -82.5,8.5 - parent: 2 - - uid: 31265 - components: - - type: Transform - pos: 40.5,36.5 - parent: 2 - - uid: 31266 - components: - - type: Transform - pos: 40.5,37.5 - parent: 2 - - uid: 31267 - components: - - type: Transform - pos: 40.5,38.5 - parent: 2 - - uid: 31268 - components: - - type: Transform - pos: 40.5,39.5 - parent: 2 - - uid: 31269 - components: - - type: Transform - pos: 40.5,40.5 - parent: 2 - - uid: 31270 - components: - - type: Transform - pos: 40.5,41.5 - parent: 2 - - uid: 31304 - components: - - type: Transform - pos: 41.5,41.5 - parent: 2 - - uid: 31366 - components: - - type: Transform - pos: 43.5,32.5 - parent: 2 - - uid: 31367 - components: - - type: Transform - pos: 44.5,32.5 - parent: 2 - - uid: 31368 - components: - - type: Transform - pos: 45.5,32.5 - parent: 2 - - uid: 31369 - components: - - type: Transform - pos: 46.5,32.5 - parent: 2 - - uid: 31370 - components: - - type: Transform - pos: 47.5,32.5 - parent: 2 - - uid: 31371 - components: - - type: Transform - pos: 48.5,32.5 - parent: 2 - - uid: 31372 - components: - - type: Transform - pos: -46.5,64.5 - parent: 2 - - uid: 31373 - components: - - type: Transform - pos: 49.5,32.5 - parent: 2 - - uid: 31374 - components: - - type: Transform - pos: 50.5,32.5 - parent: 2 - - uid: 31375 - components: - - type: Transform - pos: 51.5,32.5 - parent: 2 - - uid: 31376 - components: - - type: Transform - pos: 52.5,32.5 - parent: 2 - - uid: 31377 - components: - - type: Transform - pos: 53.5,32.5 - parent: 2 - - uid: 31378 - components: - - type: Transform - pos: 54.5,32.5 - parent: 2 - - uid: 31379 - components: - - type: Transform - pos: 55.5,32.5 - parent: 2 - - uid: 31380 - components: - - type: Transform - pos: 56.5,32.5 - parent: 2 - - uid: 31381 - components: - - type: Transform - pos: 57.5,32.5 - parent: 2 - - uid: 31382 - components: - - type: Transform - pos: 58.5,32.5 - parent: 2 - - uid: 31383 - components: - - type: Transform - pos: 59.5,32.5 - parent: 2 - - uid: 31384 - components: - - type: Transform - pos: 60.5,32.5 - parent: 2 - - uid: 31385 - components: - - type: Transform - pos: 61.5,32.5 - parent: 2 - - uid: 31386 - components: - - type: Transform - pos: 62.5,32.5 - parent: 2 - - uid: 31387 - components: - - type: Transform - pos: 62.5,31.5 - parent: 2 - - uid: 31388 - components: - - type: Transform - pos: 62.5,30.5 - parent: 2 - - uid: 31389 - components: - - type: Transform - pos: 62.5,29.5 - parent: 2 - - uid: 31390 - components: - - type: Transform - pos: 62.5,28.5 - parent: 2 - - uid: 31391 - components: - - type: Transform - pos: 62.5,27.5 - parent: 2 - - uid: 31392 - components: - - type: Transform - pos: 62.5,26.5 - parent: 2 - - uid: 31393 - components: - - type: Transform - pos: 61.5,26.5 - parent: 2 - - uid: 31394 - components: - - type: Transform - pos: 61.5,25.5 - parent: 2 - - uid: 31395 - components: - - type: Transform - pos: 61.5,24.5 - parent: 2 - - uid: 31396 - components: - - type: Transform - pos: 62.5,24.5 - parent: 2 - - uid: 31397 - components: - - type: Transform - pos: 63.5,24.5 - parent: 2 - - uid: 31398 - components: - - type: Transform - pos: 64.5,24.5 - parent: 2 - - uid: 31399 - components: - - type: Transform - pos: 65.5,24.5 - parent: 2 - - uid: 31401 - components: - - type: Transform - pos: 66.5,24.5 - parent: 2 - - uid: 31404 - components: - - type: Transform - pos: 67.5,24.5 - parent: 2 - - uid: 31405 - components: - - type: Transform - pos: 68.5,24.5 - parent: 2 - - uid: 31406 - components: - - type: Transform - pos: 68.5,25.5 - parent: 2 - - uid: 31413 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 2 - - uid: 31414 - components: - - type: Transform - pos: 18.5,-31.5 - parent: 2 - - uid: 31421 - components: - - type: Transform - pos: 19.5,-31.5 - parent: 2 - - uid: 31422 - components: - - type: Transform - pos: 20.5,-31.5 - parent: 2 - - uid: 31423 - components: - - type: Transform - pos: 21.5,-31.5 - parent: 2 - - uid: 31424 - components: - - type: Transform - pos: 22.5,-31.5 - parent: 2 - - uid: 31425 - components: - - type: Transform - pos: 23.5,-31.5 - parent: 2 - - uid: 31426 - components: - - type: Transform - pos: 24.5,-31.5 - parent: 2 - - uid: 31427 - components: - - type: Transform - pos: 25.5,-31.5 - parent: 2 - - uid: 31431 - components: - - type: Transform - pos: 26.5,-31.5 - parent: 2 - - uid: 31432 - components: - - type: Transform - pos: 27.5,-31.5 - parent: 2 - - uid: 31433 - components: - - type: Transform - pos: 27.5,-32.5 - parent: 2 - - uid: 31437 - components: - - type: Transform - pos: 43.5,-26.5 - parent: 2 - - uid: 31438 - components: - - type: Transform - pos: 42.5,-26.5 - parent: 2 - - uid: 31439 - components: - - type: Transform - pos: 41.5,-26.5 - parent: 2 - - uid: 31440 - components: - - type: Transform - pos: 40.5,-26.5 - parent: 2 - - uid: 31441 - components: - - type: Transform - pos: 39.5,-26.5 - parent: 2 - - uid: 31442 - components: - - type: Transform - pos: 38.5,-26.5 - parent: 2 - - uid: 31449 - components: - - type: Transform - pos: 37.5,-26.5 - parent: 2 - - uid: 31459 - components: - - type: Transform - pos: 36.5,-26.5 - parent: 2 - - uid: 31460 - components: - - type: Transform - pos: 35.5,-26.5 - parent: 2 - - uid: 31462 - components: - - type: Transform - pos: 34.5,-26.5 - parent: 2 - - uid: 31470 - components: - - type: Transform - pos: 33.5,-26.5 - parent: 2 - - uid: 31471 - components: - - type: Transform - pos: 32.5,-26.5 - parent: 2 - - uid: 31474 - components: - - type: Transform - pos: 31.5,-26.5 - parent: 2 - - uid: 31481 - components: - - type: Transform - pos: 30.5,-26.5 - parent: 2 - - uid: 31482 - components: - - type: Transform - pos: 29.5,-26.5 - parent: 2 - - uid: 31483 - components: - - type: Transform - pos: 28.5,-26.5 - parent: 2 - - uid: 31484 - components: - - type: Transform - pos: 28.5,-27.5 - parent: 2 - - uid: 31485 - components: - - type: Transform - pos: 28.5,-28.5 - parent: 2 - - uid: 31486 - components: - - type: Transform - pos: 28.5,-29.5 - parent: 2 - - uid: 31487 - components: - - type: Transform - pos: 28.5,-30.5 - parent: 2 - - uid: 31488 - components: - - type: Transform - pos: 28.5,-31.5 - parent: 2 - - uid: 31489 - components: - - type: Transform - pos: 44.5,-27.5 - parent: 2 - - uid: 31490 - components: - - type: Transform - pos: 44.5,-28.5 - parent: 2 - - uid: 31491 - components: - - type: Transform - pos: 39.5,31.5 - parent: 2 - - uid: 31492 - components: - - type: Transform - pos: 44.5,-29.5 - parent: 2 - - uid: 31493 - components: - - type: Transform - pos: 45.5,-29.5 - parent: 2 - - uid: 31494 - components: - - type: Transform - pos: 46.5,-29.5 - parent: 2 - - uid: 31495 - components: - - type: Transform - pos: 47.5,-29.5 - parent: 2 - - uid: 31496 - components: - - type: Transform - pos: 48.5,-29.5 - parent: 2 - - uid: 31501 - components: - - type: Transform - pos: 27.5,45.5 - parent: 2 - - uid: 31503 - components: - - type: Transform - pos: 49.5,-29.5 - parent: 2 - - uid: 31506 - components: - - type: Transform - pos: 50.5,-29.5 - parent: 2 - - uid: 31507 - components: - - type: Transform - pos: 51.5,-29.5 - parent: 2 - - uid: 31508 - components: - - type: Transform - pos: 52.5,-29.5 - parent: 2 - - uid: 31509 - components: - - type: Transform - pos: 53.5,-29.5 - parent: 2 - - uid: 31510 - components: - - type: Transform - pos: 54.5,-29.5 - parent: 2 - - uid: 31511 - components: - - type: Transform - pos: 55.5,-29.5 - parent: 2 - - uid: 31513 - components: - - type: Transform - pos: 55.5,-30.5 - parent: 2 - - uid: 31514 - components: - - type: Transform - pos: 55.5,-31.5 - parent: 2 - - uid: 31515 - components: - - type: Transform - pos: 55.5,-32.5 - parent: 2 - - uid: 31516 - components: - - type: Transform - pos: 55.5,-33.5 - parent: 2 - - uid: 31517 - components: - - type: Transform - pos: 55.5,-34.5 - parent: 2 - - uid: 31518 - components: - - type: Transform - pos: 55.5,-35.5 - parent: 2 - - uid: 31519 - components: - - type: Transform - pos: 55.5,-36.5 - parent: 2 - - uid: 31520 - components: - - type: Transform - pos: 54.5,-36.5 - parent: 2 - - uid: 31521 - components: - - type: Transform - pos: 56.5,-30.5 - parent: 2 - - uid: 31522 - components: - - type: Transform - pos: 57.5,-30.5 - parent: 2 - - uid: 31523 - components: - - type: Transform - pos: 58.5,-30.5 - parent: 2 - - uid: 31524 - components: - - type: Transform - pos: 59.5,-30.5 - parent: 2 - - uid: 31525 - components: - - type: Transform - pos: 60.5,-30.5 - parent: 2 - - uid: 31526 - components: - - type: Transform - pos: 61.5,-30.5 - parent: 2 - - uid: 31527 - components: - - type: Transform - pos: 62.5,-30.5 - parent: 2 - - uid: 31528 - components: - - type: Transform - pos: -41.5,68.5 - parent: 2 - - uid: 31529 - components: - - type: Transform - pos: 62.5,-29.5 - parent: 2 - - uid: 31530 - components: - - type: Transform - pos: 63.5,-29.5 - parent: 2 - - uid: 31531 - components: - - type: Transform - pos: 63.5,-28.5 - parent: 2 - - uid: 31532 - components: - - type: Transform - pos: 64.5,-28.5 - parent: 2 - - uid: 31533 - components: - - type: Transform - pos: 65.5,-28.5 - parent: 2 - - uid: 31534 - components: - - type: Transform - pos: 66.5,-28.5 - parent: 2 - - uid: 31535 - components: - - type: Transform - pos: 66.5,-27.5 - parent: 2 - - uid: 31536 - components: - - type: Transform - pos: 67.5,-27.5 - parent: 2 - - uid: 31537 - components: - - type: Transform - pos: 68.5,-27.5 - parent: 2 - - uid: 31538 - components: - - type: Transform - pos: 68.5,-26.5 - parent: 2 - - uid: 31539 - components: - - type: Transform - pos: 69.5,-26.5 - parent: 2 - - uid: 31540 - components: - - type: Transform - pos: 69.5,-25.5 - parent: 2 - - uid: 31541 - components: - - type: Transform - pos: 69.5,-24.5 - parent: 2 - - uid: 31542 - components: - - type: Transform - pos: 70.5,-24.5 - parent: 2 - - uid: 31543 - components: - - type: Transform - pos: 70.5,-23.5 - parent: 2 - - uid: 31544 - components: - - type: Transform - pos: 70.5,-22.5 - parent: 2 - - uid: 31545 - components: - - type: Transform - pos: 70.5,-21.5 - parent: 2 - - uid: 31546 - components: - - type: Transform - pos: 71.5,-21.5 - parent: 2 - - uid: 31547 - components: - - type: Transform - pos: 71.5,-20.5 - parent: 2 - - uid: 31548 - components: - - type: Transform - pos: 72.5,-20.5 - parent: 2 - - uid: 31560 - components: - - type: Transform - pos: 73.5,-20.5 - parent: 2 - - uid: 31562 - components: - - type: Transform - pos: 74.5,-20.5 - parent: 2 - - uid: 31563 - components: - - type: Transform - pos: 75.5,-20.5 - parent: 2 - - uid: 31580 - components: - - type: Transform - pos: 76.5,-20.5 - parent: 2 - - uid: 31581 - components: - - type: Transform - pos: 76.5,-19.5 - parent: 2 - - uid: 31582 - components: - - type: Transform - pos: 76.5,-18.5 - parent: 2 - - uid: 31583 - components: - - type: Transform - pos: 75.5,-18.5 - parent: 2 - - uid: 31593 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 31594 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 2 - - uid: 31595 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 31632 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 31640 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 31658 - components: - - type: Transform - pos: -63.5,-21.5 - parent: 2 - - uid: 31731 - components: - - type: Transform - pos: -81.5,8.5 - parent: 2 - - uid: 31759 - components: - - type: Transform - pos: -80.5,8.5 - parent: 2 - - uid: 31766 - components: - - type: Transform - pos: -79.5,8.5 - parent: 2 - - uid: 31768 - components: - - type: Transform - pos: -82.5,9.5 - parent: 2 - - uid: 31770 - components: - - type: Transform - pos: -82.5,10.5 - parent: 2 - - uid: 31771 - components: - - type: Transform - pos: -82.5,11.5 - parent: 2 - - uid: 32021 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 2 - - uid: 32022 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 2 - - uid: 32119 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 2 - - uid: 32122 - components: - - type: Transform - pos: 2.5,-21.5 - parent: 2 - - uid: 32123 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 2 - - uid: 32125 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 2 - - uid: 32186 - components: - - type: Transform - pos: -97.5,53.5 - parent: 2 - - uid: 32188 - components: - - type: Transform - pos: -97.5,52.5 - parent: 2 - - uid: 32189 - components: - - type: Transform - pos: -97.5,51.5 - parent: 2 - - uid: 32190 - components: - - type: Transform - pos: -97.5,50.5 - parent: 2 - - uid: 32191 - components: - - type: Transform - pos: -97.5,49.5 - parent: 2 - - uid: 32192 - components: - - type: Transform - pos: -97.5,48.5 - parent: 2 - - uid: 32193 - components: - - type: Transform - pos: -98.5,51.5 - parent: 2 - - uid: 32194 - components: - - type: Transform - pos: -99.5,51.5 - parent: 2 - - uid: 32195 - components: - - type: Transform - pos: -100.5,51.5 - parent: 2 - - uid: 32196 - components: - - type: Transform - pos: -100.5,52.5 - parent: 2 - - uid: 32197 - components: - - type: Transform - pos: -100.5,50.5 - parent: 2 - - uid: 32198 - components: - - type: Transform - pos: -98.5,48.5 - parent: 2 - - uid: 32199 - components: - - type: Transform - pos: -99.5,48.5 - parent: 2 - - uid: 32200 - components: - - type: Transform - pos: -100.5,48.5 - parent: 2 - - uid: 32289 - components: - - type: Transform - pos: -59.5,-10.5 - parent: 2 - - uid: 32290 - components: - - type: Transform - pos: -59.5,-9.5 - parent: 2 - - uid: 32292 - components: - - type: Transform - pos: -59.5,-8.5 - parent: 2 - - uid: 32334 - components: - - type: Transform - pos: -59.5,-7.5 - parent: 2 - - uid: 32446 - components: - - type: Transform - pos: -59.5,-6.5 - parent: 2 - - uid: 32449 - components: - - type: Transform - pos: -59.5,-5.5 - parent: 2 - - uid: 32450 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - - uid: 32601 - components: - - type: Transform - pos: -54.5,19.5 - parent: 2 - - uid: 32603 - components: - - type: Transform - pos: -54.5,19.5 - parent: 2 - - uid: 32608 - components: - - type: Transform - pos: -54.5,20.5 - parent: 2 - - uid: 32610 - components: - - type: Transform - pos: -54.5,21.5 - parent: 2 - - uid: 32612 - components: - - type: Transform - pos: -54.5,22.5 - parent: 2 - - uid: 32613 - components: - - type: Transform - pos: -54.5,23.5 - parent: 2 - - uid: 32615 - components: - - type: Transform - pos: -54.5,24.5 - parent: 2 - - uid: 32616 - components: - - type: Transform - pos: -54.5,25.5 - parent: 2 - - uid: 32618 - components: - - type: Transform - pos: -54.5,26.5 - parent: 2 - - uid: 32621 - components: - - type: Transform - pos: -54.5,27.5 - parent: 2 - - uid: 32622 - components: - - type: Transform - pos: -54.5,28.5 - parent: 2 - - uid: 32623 - components: - - type: Transform - pos: -54.5,29.5 - parent: 2 - - uid: 32625 - components: - - type: Transform - pos: -54.5,30.5 - parent: 2 - - uid: 32627 - components: - - type: Transform - pos: -54.5,31.5 - parent: 2 - - uid: 32629 - components: - - type: Transform - pos: -54.5,32.5 - parent: 2 - - uid: 32631 - components: - - type: Transform - pos: -54.5,33.5 - parent: 2 - - uid: 32637 - components: - - type: Transform - pos: -54.5,34.5 - parent: 2 - - uid: 32639 - components: - - type: Transform - pos: -54.5,34.5 - parent: 2 - - uid: 32640 - components: - - type: Transform - pos: -55.5,34.5 - parent: 2 - - uid: 32650 - components: - - type: Transform - pos: -56.5,34.5 - parent: 2 - - uid: 32658 - components: - - type: Transform - pos: -57.5,34.5 - parent: 2 - - uid: 32660 - components: - - type: Transform - pos: -58.5,34.5 - parent: 2 - - uid: 32666 - components: - - type: Transform - pos: -59.5,34.5 - parent: 2 - - uid: 32670 - components: - - type: Transform - pos: -59.5,33.5 - parent: 2 - - uid: 32671 - components: - - type: Transform - pos: -59.5,32.5 - parent: 2 - - uid: 32677 - components: - - type: Transform - pos: -59.5,32.5 - parent: 2 - - uid: 32678 - components: - - type: Transform - pos: -60.5,32.5 - parent: 2 - - uid: 32681 - components: - - type: Transform - pos: -61.5,32.5 - parent: 2 - - uid: 32682 - components: - - type: Transform - pos: -62.5,32.5 - parent: 2 - - uid: 32686 - components: - - type: Transform - pos: -63.5,32.5 - parent: 2 - - uid: 32691 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 32707 - components: - - type: Transform - pos: -59.5,-2.5 - parent: 2 - - uid: 32708 - components: - - type: Transform - pos: -59.5,-1.5 - parent: 2 - - uid: 32709 - components: - - type: Transform - pos: -59.5,-0.5 - parent: 2 - - uid: 32710 - components: - - type: Transform - pos: -59.5,0.5 - parent: 2 - - uid: 32711 - components: - - type: Transform - pos: -59.5,1.5 - parent: 2 - - uid: 32716 - components: - - type: Transform - pos: -59.5,2.5 - parent: 2 - - uid: 32717 - components: - - type: Transform - pos: -58.5,2.5 - parent: 2 - - uid: 33363 - components: - - type: Transform - pos: -57.5,2.5 - parent: 2 - - uid: 33647 - components: - - type: Transform - pos: -56.5,2.5 - parent: 2 - - uid: 33648 - components: - - type: Transform - pos: -55.5,2.5 - parent: 2 - - uid: 33652 - components: - - type: Transform - pos: -54.5,2.5 - parent: 2 - - uid: 33678 - components: - - type: Transform - pos: -53.5,2.5 - parent: 2 - - uid: 33680 - components: - - type: Transform - pos: -52.5,2.5 - parent: 2 - - uid: 33681 - components: - - type: Transform - pos: -51.5,2.5 - parent: 2 - - uid: 33682 - components: - - type: Transform - pos: -50.5,2.5 - parent: 2 - - uid: 33683 - components: - - type: Transform - pos: -49.5,2.5 - parent: 2 - - uid: 33685 - components: - - type: Transform - pos: -49.5,1.5 - parent: 2 - - uid: 33691 - components: - - type: Transform - pos: -63.5,32.5 - parent: 2 - - uid: 33696 - components: - - type: Transform - pos: -63.5,33.5 - parent: 2 - - uid: 33699 - components: - - type: Transform - pos: -63.5,34.5 - parent: 2 - - uid: 33884 - components: - - type: Transform - pos: -48.5,1.5 - parent: 2 - - uid: 34274 - components: - - type: Transform - pos: -20.5,-25.5 - parent: 2 - - uid: 34292 - components: - - type: Transform - pos: -72.5,3.5 - parent: 2 - - uid: 34312 - components: - - type: Transform - pos: -72.5,4.5 - parent: 2 - - uid: 34382 - components: - - type: Transform - pos: -65.5,-22.5 - parent: 2 - - uid: 34383 - components: - - type: Transform - pos: -43.5,37.5 - parent: 2 - - uid: 34384 - components: - - type: Transform - pos: -43.5,36.5 - parent: 2 - - uid: 34417 - components: - - type: Transform - pos: -20.5,-24.5 - parent: 2 - - uid: 34418 - components: - - type: Transform - pos: 27.5,40.5 - parent: 2 - - uid: 34420 - components: - - type: Transform - pos: -43.5,35.5 - parent: 2 - - uid: 34421 - components: - - type: Transform - pos: -43.5,34.5 - parent: 2 - - uid: 34423 - components: - - type: Transform - pos: -43.5,33.5 - parent: 2 - - uid: 34424 - components: - - type: Transform - pos: -43.5,32.5 - parent: 2 - - uid: 34573 - components: - - type: Transform - pos: -43.5,31.5 - parent: 2 - - uid: 34574 - components: - - type: Transform - pos: -43.5,30.5 - parent: 2 - - uid: 34575 - components: - - type: Transform - pos: -44.5,30.5 - parent: 2 - - uid: 34576 - components: - - type: Transform - pos: -45.5,30.5 - parent: 2 - - uid: 34577 - components: - - type: Transform - pos: -46.5,30.5 - parent: 2 - - uid: 34595 - components: - - type: Transform - pos: -1.5,53.5 - parent: 2 - - uid: 34596 - components: - - type: Transform - pos: -0.5,53.5 - parent: 2 - - uid: 34605 - components: - - type: Transform - pos: 0.5,53.5 - parent: 2 - - uid: 34607 - components: - - type: Transform - pos: 1.5,53.5 - parent: 2 - - uid: 34614 - components: - - type: Transform - pos: -47.5,30.5 - parent: 2 - - uid: 34617 - components: - - type: Transform - pos: 1.5,53.5 - parent: 2 - - uid: 34618 - components: - - type: Transform - pos: 1.5,52.5 - parent: 2 - - uid: 34629 - components: - - type: Transform - pos: 1.5,51.5 - parent: 2 - - uid: 34630 - components: - - type: Transform - pos: 1.5,50.5 - parent: 2 - - uid: 34631 - components: - - type: Transform - pos: 1.5,49.5 - parent: 2 - - uid: 34642 - components: - - type: Transform - pos: -48.5,30.5 - parent: 2 - - uid: 34643 - components: - - type: Transform - pos: -49.5,30.5 - parent: 2 - - uid: 34644 - components: - - type: Transform - pos: -50.5,30.5 - parent: 2 - - uid: 34645 - components: - - type: Transform - pos: -51.5,30.5 - parent: 2 - - uid: 34646 - components: - - type: Transform - pos: -52.5,30.5 - parent: 2 - - uid: 34647 - components: - - type: Transform - pos: -53.5,30.5 - parent: 2 - - uid: 34648 - components: - - type: Transform - pos: 39.5,32.5 - parent: 2 - - uid: 34649 - components: - - type: Transform - pos: 39.5,30.5 - parent: 2 - - uid: 34650 - components: - - type: Transform - pos: 39.5,29.5 - parent: 2 - - uid: 34651 - components: - - type: Transform - pos: 39.5,28.5 - parent: 2 - - uid: 34652 - components: - - type: Transform - pos: 40.5,28.5 - parent: 2 - - uid: 34668 - components: - - type: Transform - pos: 41.5,28.5 - parent: 2 - - uid: 34687 - components: - - type: Transform - pos: 42.5,28.5 - parent: 2 - - uid: 34688 - components: - - type: Transform - pos: 43.5,28.5 - parent: 2 - - uid: 34689 - components: - - type: Transform - pos: 44.5,28.5 - parent: 2 - - uid: 34690 - components: - - type: Transform - pos: 45.5,28.5 - parent: 2 - - uid: 34691 - components: - - type: Transform - pos: 46.5,28.5 - parent: 2 - - uid: 34692 - components: - - type: Transform - pos: 47.5,28.5 - parent: 2 - - uid: 34693 - components: - - type: Transform - pos: 48.5,28.5 - parent: 2 - - uid: 34694 - components: - - type: Transform - pos: 48.5,27.5 - parent: 2 - - uid: 34695 - components: - - type: Transform - pos: 48.5,26.5 - parent: 2 - - uid: 34696 - components: - - type: Transform - pos: 48.5,25.5 - parent: 2 - - uid: 34697 - components: - - type: Transform - pos: 49.5,25.5 - parent: 2 - - uid: 34698 - components: - - type: Transform - pos: 50.5,25.5 - parent: 2 - - uid: 34701 - components: - - type: Transform - pos: 24.5,6.5 - parent: 2 - - uid: 34703 - components: - - type: Transform - pos: 25.5,7.5 - parent: 2 - - uid: 34704 - components: - - type: Transform - pos: 25.5,8.5 - parent: 2 - - uid: 34705 - components: - - type: Transform - pos: 25.5,9.5 - parent: 2 - - uid: 34706 - components: - - type: Transform - pos: 25.5,10.5 - parent: 2 - - uid: 34707 - components: - - type: Transform - pos: 25.5,10.5 - parent: 2 - - uid: 34708 - components: - - type: Transform - pos: 26.5,10.5 - parent: 2 - - uid: 34713 - components: - - type: Transform - pos: 37.5,16.5 - parent: 2 - - uid: 34714 - components: - - type: Transform - pos: 37.5,17.5 - parent: 2 - - uid: 34715 - components: - - type: Transform - pos: 37.5,18.5 - parent: 2 - - uid: 34716 - components: - - type: Transform - pos: 37.5,19.5 - parent: 2 - - uid: 34717 - components: - - type: Transform - pos: 37.5,20.5 - parent: 2 - - uid: 34718 - components: - - type: Transform - pos: 27.5,10.5 - parent: 2 - - uid: 34719 - components: - - type: Transform - pos: 37.5,21.5 - parent: 2 - - uid: 34720 - components: - - type: Transform - pos: 38.5,21.5 - parent: 2 - - uid: 34721 - components: - - type: Transform - pos: 28.5,10.5 - parent: 2 - - uid: 34722 - components: - - type: Transform - pos: 29.5,10.5 - parent: 2 - - uid: 34723 - components: - - type: Transform - pos: 30.5,10.5 - parent: 2 - - uid: 34724 - components: - - type: Transform - pos: 39.5,21.5 - parent: 2 - - uid: 34725 - components: - - type: Transform - pos: 31.5,10.5 - parent: 2 - - uid: 34726 - components: - - type: Transform - pos: 32.5,10.5 - parent: 2 - - uid: 34727 - components: - - type: Transform - pos: 33.5,10.5 - parent: 2 - - uid: 34728 - components: - - type: Transform - pos: 40.5,21.5 - parent: 2 - - uid: 34731 - components: - - type: Transform - pos: -30.5,-10.5 - parent: 2 - - uid: 34732 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 2 - - uid: 34733 - components: - - type: Transform - pos: -28.5,-10.5 - parent: 2 - - uid: 34734 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 34735 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 2 - - uid: 34736 - components: - - type: Transform - pos: -27.5,-12.5 - parent: 2 - - uid: 34737 - components: - - type: Transform - pos: -27.5,-13.5 - parent: 2 - - uid: 34738 - components: - - type: Transform - pos: -27.5,-14.5 - parent: 2 - - uid: 34739 - components: - - type: Transform - pos: 35.5,10.5 - parent: 2 - - uid: 34740 - components: - - type: Transform - pos: 19.5,48.5 - parent: 2 - - uid: 34742 - components: - - type: Transform - pos: 20.5,48.5 - parent: 2 - - uid: 34743 - components: - - type: Transform - pos: -43.5,23.5 - parent: 2 - - uid: 34744 - components: - - type: Transform - pos: -44.5,23.5 - parent: 2 - - uid: 34745 - components: - - type: Transform - pos: -44.5,24.5 - parent: 2 - - uid: 34746 - components: - - type: Transform - pos: -44.5,25.5 - parent: 2 - - uid: 34747 - components: - - type: Transform - pos: -44.5,26.5 - parent: 2 - - uid: 34748 - components: - - type: Transform - pos: -43.5,26.5 - parent: 2 - - uid: 34749 - components: - - type: Transform - pos: -42.5,26.5 - parent: 2 - - uid: 34750 - components: - - type: Transform - pos: -41.5,26.5 - parent: 2 - - uid: 34751 - components: - - type: Transform - pos: -40.5,26.5 - parent: 2 - - uid: 34752 - components: - - type: Transform - pos: -39.5,26.5 - parent: 2 - - uid: 34870 - components: - - type: Transform - pos: 1.5,48.5 - parent: 2 - - uid: 34873 - components: - - type: Transform - pos: 1.5,47.5 - parent: 2 - - uid: 34874 - components: - - type: Transform - pos: 1.5,46.5 - parent: 2 - - uid: 34875 - components: - - type: Transform - pos: 1.5,45.5 - parent: 2 - - uid: 34877 - components: - - type: Transform - pos: 0.5,45.5 - parent: 2 - - uid: 34878 - components: - - type: Transform - pos: 0.5,44.5 - parent: 2 - - uid: 34912 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - - uid: 34913 - components: - - type: Transform - pos: -2.5,44.5 - parent: 2 - - uid: 34925 - components: - - type: Transform - pos: 27.5,44.5 - parent: 2 - - uid: 34927 - components: - - type: Transform - pos: 27.5,43.5 - parent: 2 - - uid: 34928 - components: - - type: Transform - pos: 27.5,42.5 - parent: 2 - - uid: 34929 - components: - - type: Transform - pos: 27.5,41.5 - parent: 2 - - uid: 36123 - components: - - type: Transform - pos: -18.5,-32.5 - parent: 2 - - uid: 36136 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 2 - - uid: 36137 - components: - - type: Transform - pos: -17.5,-33.5 - parent: 2 - - uid: 36138 - components: - - type: Transform - pos: -16.5,-33.5 - parent: 2 - - uid: 36381 - components: - - type: Transform - pos: -15.5,-33.5 - parent: 2 - - uid: 36382 - components: - - type: Transform - pos: -14.5,-33.5 - parent: 2 - - uid: 36383 - components: - - type: Transform - pos: -13.5,-33.5 - parent: 2 - - uid: 36384 - components: - - type: Transform - pos: -12.5,-33.5 - parent: 2 - - uid: 36385 - components: - - type: Transform - pos: -12.5,-32.5 - parent: 2 - - uid: 36386 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 2 - - uid: 36399 - components: - - type: Transform - pos: -1.5,44.5 - parent: 2 - - uid: 36421 - components: - - type: Transform - pos: 23.5,25.5 - parent: 2 - - uid: 36422 - components: - - type: Transform - pos: 24.5,25.5 - parent: 2 - - uid: 36423 - components: - - type: Transform - pos: 24.5,25.5 - parent: 2 - - uid: 36424 - components: - - type: Transform - pos: 24.5,26.5 - parent: 2 - - uid: 36425 - components: - - type: Transform - pos: 24.5,27.5 - parent: 2 - - uid: 36426 - components: - - type: Transform - pos: 24.5,28.5 - parent: 2 - - uid: 36427 - components: - - type: Transform - pos: 24.5,29.5 - parent: 2 - - uid: 36428 - components: - - type: Transform - pos: 24.5,30.5 - parent: 2 - - uid: 36429 - components: - - type: Transform - pos: 24.5,31.5 - parent: 2 - - uid: 36430 - components: - - type: Transform - pos: 24.5,32.5 - parent: 2 - - uid: 36431 - components: - - type: Transform - pos: 24.5,33.5 - parent: 2 - - uid: 36432 - components: - - type: Transform - pos: 24.5,33.5 - parent: 2 - - uid: 36433 - components: - - type: Transform - pos: 23.5,33.5 - parent: 2 - - uid: 36434 - components: - - type: Transform - pos: 22.5,33.5 - parent: 2 - - uid: 36435 - components: - - type: Transform - pos: 21.5,33.5 - parent: 2 - - uid: 36436 - components: - - type: Transform - pos: 20.5,33.5 - parent: 2 - - uid: 36437 - components: - - type: Transform - pos: 19.5,33.5 - parent: 2 - - uid: 36438 - components: - - type: Transform - pos: 18.5,33.5 - parent: 2 - - uid: 36439 - components: - - type: Transform - pos: 17.5,33.5 - parent: 2 - - uid: 36440 - components: - - type: Transform - pos: 16.5,33.5 - parent: 2 - - uid: 36441 - components: - - type: Transform - pos: 15.5,33.5 - parent: 2 - - uid: 36442 - components: - - type: Transform - pos: 14.5,33.5 - parent: 2 - - uid: 36443 - components: - - type: Transform - pos: 13.5,33.5 - parent: 2 - - uid: 36444 - components: - - type: Transform - pos: 12.5,33.5 - parent: 2 - - uid: 36445 - components: - - type: Transform - pos: 11.5,33.5 - parent: 2 - - uid: 36446 - components: - - type: Transform - pos: 10.5,33.5 - parent: 2 - - uid: 36447 - components: - - type: Transform - pos: 9.5,33.5 - parent: 2 - - uid: 36448 - components: - - type: Transform - pos: 8.5,33.5 - parent: 2 -- proto: CableMVStack - entities: - - uid: 18853 - components: - - type: Transform - pos: -101.012436,57.41075 - parent: 2 -- proto: CableMVStack1 - entities: - - uid: 32183 - components: - - type: Transform - pos: -101.45151,46.4036 - parent: 2 - - uid: 32184 - components: - - type: Transform - pos: -105.3278,44.961136 - parent: 2 - - uid: 32185 - components: - - type: Transform - pos: -105.882484,46.85176 - parent: 2 - - uid: 32187 - components: - - type: Transform - pos: -105.17155,48.663605 - parent: 2 -- proto: CableTerminal - entities: - - uid: 339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,36.5 - parent: 2 - - uid: 1539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,35.5 - parent: 2 - - uid: 3584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,35.5 - parent: 2 - - uid: 8973 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,36.5 - parent: 2 - - uid: 9703 - components: - - type: Transform - pos: -58.5,41.5 - parent: 2 - - uid: 9963 - components: - - type: Transform - pos: -57.5,41.5 - parent: 2 - - uid: 10409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-33.5 - parent: 2 - - uid: 10416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-35.5 - parent: 2 - - uid: 13400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-35.5 - parent: 2 - - uid: 13401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-35.5 - parent: 2 - - uid: 19095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,53.5 - parent: 2 -- proto: Candle - entities: - - uid: 459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.7918,22.712358 - parent: 2 - - uid: 475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.21758,22.583452 - parent: 2 - - uid: 2483 - components: - - type: Transform - pos: 62.999084,24.923903 - parent: 2 - - uid: 2515 - components: - - type: Transform - pos: 57.62018,10.780073 - parent: 2 - - uid: 2516 - components: - - type: Transform - pos: 62.366272,10.791792 - parent: 2 - - uid: 2521 - components: - - type: Transform - pos: 62.85846,10.440229 - parent: 2 - - uid: 2585 - components: - - type: Transform - pos: 58.569397,24.794996 - parent: 2 - - uid: 4486 - components: - - type: Transform - pos: 56.29596,24.642653 - parent: 2 - - uid: 5725 - components: - - type: Transform - pos: 58.850647,24.712965 - parent: 2 - - uid: 5726 - components: - - type: Transform - pos: 58.73346,24.47859 - parent: 2 - - uid: 5730 - components: - - type: Transform - pos: 56.56549,24.85359 - parent: 2 - - uid: 8679 - components: - - type: Transform - pos: 66.906136,20.752184 - parent: 2 - - uid: 8680 - components: - - type: Transform - pos: 67.12879,20.59984 - parent: 2 - - uid: 8681 - components: - - type: Transform - pos: 66.156136,19.451403 - parent: 2 - - uid: 8682 - components: - - type: Transform - pos: 66.249886,19.123278 - parent: 2 - - uid: 11206 - components: - - type: Transform - pos: -13.560717,-10.543997 - parent: 2 - - uid: 11309 - components: - - type: Transform - pos: 66.74207,17.869371 - parent: 2 - - uid: 11310 - components: - - type: Transform - pos: 66.636604,15.021715 - parent: 2 - - uid: 11311 - components: - - type: Transform - pos: 66.39051,19.498278 - parent: 2 - - uid: 11323 - components: - - type: Transform - pos: 66.61317,15.279528 - parent: 2 - - uid: 21958 - components: - - type: Transform - pos: 66.449104,15.197496 - parent: 2 - - uid: 22093 - components: - - type: Transform - pos: 66.30848,16.158434 - parent: 2 - - uid: 22105 - components: - - type: Transform - pos: 67.386604,20.857653 - parent: 2 - - uid: 22172 - components: - - type: Transform - pos: 66.730354,19.873278 - parent: 2 - - uid: 22259 - components: - - type: Transform - pos: 67.42176,14.588121 - parent: 2 - - uid: 26479 - components: - - type: Transform - pos: -29.105165,-9.336966 - parent: 2 - - uid: 26482 - components: - - type: Transform - pos: -38.6157,-10.497122 - parent: 2 -- proto: CandleSmall - entities: - - uid: 1190 - components: - - type: Transform - pos: 27.557243,30.584219 - parent: 2 - - uid: 2522 - components: - - type: Transform - pos: 62.68268,10.510542 - parent: 2 - - uid: 2524 - components: - - type: Transform - pos: 62.131897,10.662886 - parent: 2 - - uid: 2622 - components: - - type: Transform - pos: 62.647522,10.944136 - parent: 2 - - uid: 2658 - components: - - type: Transform - pos: 58.07721,10.803511 - parent: 2 - - uid: 2659 - components: - - type: Transform - pos: 56.01471,24.854292 - parent: 2 - - uid: 2705 - components: - - type: Transform - pos: 56.612366,24.514448 - parent: 2 - - uid: 2775 - components: - - type: Transform - pos: 61.417053,24.655073 - parent: 2 - - uid: 2790 - components: - - type: Transform - pos: 62.75299,24.807417 - parent: 2 - - uid: 2818 - components: - - type: Transform - pos: 63.010803,24.701948 - parent: 2 - - uid: 2910 - components: - - type: Transform - pos: 54.467834,30.516266 - parent: 2 - - uid: 4487 - components: - - type: Transform - pos: 58.229553,10.487104 - parent: 2 - - uid: 8668 - components: - - type: Transform - pos: -7.749852,9.529368 - parent: 2 - - uid: 8669 - components: - - type: Transform - pos: -4.984227,9.669993 - parent: 2 - - uid: 8670 - components: - - type: Transform - pos: 7.7723064,26.424816 - parent: 2 - - uid: 8671 - components: - - type: Transform - pos: 4.6668377,28.35841 - parent: 2 - - uid: 8672 - components: - - type: Transform - pos: 4.7723064,28.276379 - parent: 2 - - uid: 8673 - components: - - type: Transform - pos: 52.712265,27.603039 - parent: 2 - - uid: 8674 - components: - - type: Transform - pos: 65.45301,30.813976 - parent: 2 - - uid: 8675 - components: - - type: Transform - pos: 67.12879,14.611559 - parent: 2 - - uid: 8676 - components: - - type: Transform - pos: 66.249886,15.408434 - parent: 2 - - uid: 8677 - components: - - type: Transform - pos: 66.51942,15.748278 - parent: 2 - - uid: 8678 - components: - - type: Transform - pos: 67.45692,20.470934 - parent: 2 - - uid: 9324 - components: - - type: Transform - pos: 65.20692,27.755383 - parent: 2 - - uid: 9327 - components: - - type: Transform - pos: 66.30848,20.552965 - parent: 2 - - uid: 9457 - components: - - type: Transform - pos: 66.33192,20.400621 - parent: 2 - - uid: 9484 - components: - - type: Transform - pos: 67.281136,14.845934 - parent: 2 - - uid: 9485 - components: - - type: Transform - pos: 67.60926,14.670153 - parent: 2 - - uid: 11200 - components: - - type: Transform - pos: -11.355476,-11.411184 - parent: 2 - - uid: 13586 - components: - - type: Transform - pos: 27.67443,30.513906 - parent: 2 - - uid: 27236 - components: - - type: Transform - pos: -6.140632,-7.438528 - parent: 2 -- proto: CapacitorStockPart - entities: - - uid: 31176 - components: - - type: Transform - pos: -69.67199,1.5256414 - parent: 2 - - uid: 31181 - components: - - type: Transform - pos: -69.63683,1.7600164 - parent: 2 -- proto: CarbonDioxideCanister - entities: - - uid: 9352 - components: - - type: Transform - pos: -39.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: CargoBountyComputerCircuitboard - entities: - - uid: 13360 - components: - - type: Transform - pos: -51.60338,25.72561 - parent: 2 -- proto: CargoTelepadMachineCircuitboard - entities: - - uid: 1218 - components: - - type: Transform - pos: -51.337753,25.686548 - parent: 2 -- proto: Carpet - entities: - - uid: 82 - components: - - type: Transform - pos: 65.5,30.5 - parent: 2 - - uid: 234 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 2 - - uid: 237 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 2 - - uid: 245 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 2 - - uid: 379 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 2 - - uid: 380 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 2 - - uid: 477 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 2 - - uid: 478 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 2 - - uid: 482 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 2 - - uid: 483 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 2 - - uid: 603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-8.5 - parent: 2 - - uid: 609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-9.5 - parent: 2 - - uid: 614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-8.5 - parent: 2 - - uid: 625 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-9.5 - parent: 2 - - uid: 769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,19.5 - parent: 2 - - uid: 1089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,17.5 - parent: 2 - - uid: 1094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,16.5 - parent: 2 - - uid: 1169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,17.5 - parent: 2 - - uid: 1171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,18.5 - parent: 2 - - uid: 1764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,16.5 - parent: 2 - - uid: 2033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,18.5 - parent: 2 - - uid: 2034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,16.5 - parent: 2 - - uid: 2247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,24.5 - parent: 2 - - uid: 2324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,18.5 - parent: 2 - - uid: 2333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,24.5 - parent: 2 - - uid: 2545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,21.5 - parent: 2 - - uid: 2554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,17.5 - parent: 2 - - uid: 2626 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,16.5 - parent: 2 - - uid: 2905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,17.5 - parent: 2 - - uid: 2906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,18.5 - parent: 2 - - uid: 3275 - components: - - type: Transform - pos: 59.5,17.5 - parent: 2 - - uid: 4068 - components: - - type: Transform - pos: -3.5,60.5 - parent: 2 - - uid: 4245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,21.5 - parent: 2 - - uid: 4413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,17.5 - parent: 2 - - uid: 4414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,16.5 - parent: 2 - - uid: 4415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,18.5 - parent: 2 - - uid: 4416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,18.5 - parent: 2 - - uid: 4417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,17.5 - parent: 2 - - uid: 4418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,17.5 - parent: 2 - - uid: 4420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,18.5 - parent: 2 - - uid: 4421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,18.5 - parent: 2 - - uid: 4422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,16.5 - parent: 2 - - uid: 4423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,16.5 - parent: 2 - - uid: 4426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,16.5 - parent: 2 - - uid: 4427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,16.5 - parent: 2 - - uid: 4429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,17.5 - parent: 2 - - uid: 4431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,17.5 - parent: 2 - - uid: 4433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,16.5 - parent: 2 - - uid: 4434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,16.5 - parent: 2 - - uid: 4436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,18.5 - parent: 2 - - uid: 4437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,18.5 - parent: 2 - - uid: 4439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,17.5 - parent: 2 - - uid: 4440 - components: - - type: Transform - pos: -4.5,60.5 - parent: 2 - - uid: 4580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,18.5 - parent: 2 - - uid: 5232 - components: - - type: Transform - pos: -3.5,61.5 - parent: 2 - - uid: 11199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,22.5 - parent: 2 - - uid: 11205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,22.5 - parent: 2 - - uid: 11225 - components: - - type: Transform - pos: 65.5,29.5 - parent: 2 - - uid: 13094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,21.5 - parent: 2 - - uid: 13095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,21.5 - parent: 2 - - uid: 13129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,22.5 - parent: 2 - - uid: 13130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,23.5 - parent: 2 - - uid: 13132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,23.5 - parent: 2 - - uid: 15420 - components: - - type: Transform - pos: -21.5,26.5 - parent: 2 - - uid: 15421 - components: - - type: Transform - pos: -21.5,25.5 - parent: 2 - - uid: 15422 - components: - - type: Transform - pos: -21.5,24.5 - parent: 2 - - uid: 15423 - components: - - type: Transform - pos: -20.5,26.5 - parent: 2 - - uid: 15424 - components: - - type: Transform - pos: -20.5,25.5 - parent: 2 - - uid: 15425 - components: - - type: Transform - pos: -20.5,24.5 - parent: 2 - - uid: 15426 - components: - - type: Transform - pos: -19.5,26.5 - parent: 2 - - uid: 15427 - components: - - type: Transform - pos: -19.5,25.5 - parent: 2 - - uid: 15428 - components: - - type: Transform - pos: -19.5,24.5 - parent: 2 - - uid: 15430 - components: - - type: Transform - pos: -16.5,25.5 - parent: 2 - - uid: 15433 - components: - - type: Transform - pos: -15.5,25.5 - parent: 2 - - uid: 15435 - components: - - type: Transform - pos: -14.5,26.5 - parent: 2 - - uid: 15436 - components: - - type: Transform - pos: -14.5,25.5 - parent: 2 - - uid: 15438 - components: - - type: Transform - pos: -10.5,26.5 - parent: 2 - - uid: 15439 - components: - - type: Transform - pos: -10.5,25.5 - parent: 2 - - uid: 15440 - components: - - type: Transform - pos: -10.5,24.5 - parent: 2 - - uid: 15441 - components: - - type: Transform - pos: -9.5,26.5 - parent: 2 - - uid: 15442 - components: - - type: Transform - pos: -9.5,25.5 - parent: 2 - - uid: 15443 - components: - - type: Transform - pos: -9.5,24.5 - parent: 2 - - uid: 15444 - components: - - type: Transform - pos: -8.5,26.5 - parent: 2 - - uid: 15445 - components: - - type: Transform - pos: -8.5,25.5 - parent: 2 - - uid: 15446 - components: - - type: Transform - pos: -8.5,24.5 - parent: 2 - - uid: 15515 - components: - - type: Transform - pos: -5.5,61.5 - parent: 2 - - uid: 15518 - components: - - type: Transform - pos: -5.5,60.5 - parent: 2 - - uid: 15702 - components: - - type: Transform - pos: -23.5,42.5 - parent: 2 - - uid: 15703 - components: - - type: Transform - pos: -23.5,41.5 - parent: 2 - - uid: 15704 - components: - - type: Transform - pos: -23.5,40.5 - parent: 2 - - uid: 15705 - components: - - type: Transform - pos: -22.5,42.5 - parent: 2 - - uid: 15706 - components: - - type: Transform - pos: -22.5,41.5 - parent: 2 - - uid: 15707 - components: - - type: Transform - pos: -22.5,40.5 - parent: 2 - - uid: 15708 - components: - - type: Transform - pos: -21.5,42.5 - parent: 2 - - uid: 15709 - components: - - type: Transform - pos: -21.5,41.5 - parent: 2 - - uid: 15710 - components: - - type: Transform - pos: -21.5,40.5 - parent: 2 - - uid: 15714 - components: - - type: Transform - pos: -30.5,41.5 - parent: 2 - - uid: 15715 - components: - - type: Transform - pos: -30.5,40.5 - parent: 2 - - uid: 15716 - components: - - type: Transform - pos: -29.5,40.5 - parent: 2 - - uid: 15717 - components: - - type: Transform - pos: -29.5,41.5 - parent: 2 - - uid: 15731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,34.5 - parent: 2 - - uid: 15758 - components: - - type: Transform - pos: -6.5,29.5 - parent: 2 - - uid: 15761 - components: - - type: Transform - pos: -6.5,28.5 - parent: 2 - - uid: 15762 - components: - - type: Transform - pos: -5.5,29.5 - parent: 2 - - uid: 15763 - components: - - type: Transform - pos: -5.5,28.5 - parent: 2 - - uid: 15764 - components: - - type: Transform - pos: -4.5,29.5 - parent: 2 - - uid: 15765 - components: - - type: Transform - pos: -4.5,28.5 - parent: 2 - - uid: 15766 - components: - - type: Transform - pos: -6.5,27.5 - parent: 2 - - uid: 15767 - components: - - type: Transform - pos: -5.5,27.5 - parent: 2 - - uid: 15768 - components: - - type: Transform - pos: -4.5,27.5 - parent: 2 - - uid: 15783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,33.5 - parent: 2 - - uid: 15784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,34.5 - parent: 2 - - uid: 15785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,33.5 - parent: 2 - - uid: 15786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,34.5 - parent: 2 - - uid: 15787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,33.5 - parent: 2 - - uid: 16448 - components: - - type: Transform - pos: -9.5,41.5 - parent: 2 - - uid: 16449 - components: - - type: Transform - pos: -9.5,40.5 - parent: 2 - - uid: 16450 - components: - - type: Transform - pos: -8.5,41.5 - parent: 2 - - uid: 16451 - components: - - type: Transform - pos: -8.5,40.5 - parent: 2 - - uid: 16623 - components: - - type: Transform - pos: -4.5,61.5 - parent: 2 - - uid: 23557 - components: - - type: Transform - pos: 66.5,29.5 - parent: 2 - - uid: 25006 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 - - uid: 26092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,26.5 - parent: 2 - - uid: 26093 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,26.5 - parent: 2 - - uid: 26094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,24.5 - parent: 2 - - uid: 27815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,23.5 - parent: 2 - - uid: 29721 - components: - - type: Transform - pos: 59.5,18.5 - parent: 2 - - uid: 30520 - components: - - type: Transform - pos: -7.5,20.5 - parent: 2 - - uid: 30521 - components: - - type: Transform - pos: -7.5,19.5 - parent: 2 - - uid: 30522 - components: - - type: Transform - pos: -6.5,20.5 - parent: 2 - - uid: 30523 - components: - - type: Transform - pos: -6.5,19.5 - parent: 2 - - uid: 30524 - components: - - type: Transform - pos: -5.5,20.5 - parent: 2 - - uid: 30526 - components: - - type: Transform - pos: -4.5,20.5 - parent: 2 - - uid: 30527 - components: - - type: Transform - pos: -4.5,19.5 - parent: 2 - - uid: 30543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,20.5 - parent: 2 - - uid: 30544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,21.5 - parent: 2 - - uid: 30545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,20.5 - parent: 2 - - uid: 30546 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,21.5 - parent: 2 - - uid: 30547 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,20.5 - parent: 2 - - uid: 30548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,21.5 - parent: 2 - - uid: 30549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,21.5 - parent: 2 - - uid: 30550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,20.5 - parent: 2 - - uid: 30551 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,20.5 - parent: 2 - - uid: 33553 - components: - - type: Transform - pos: 70.5,42.5 - parent: 2 - - uid: 33554 - components: - - type: Transform - pos: 70.5,41.5 - parent: 2 - - uid: 33555 - components: - - type: Transform - pos: 71.5,42.5 - parent: 2 - - uid: 33556 - components: - - type: Transform - pos: 71.5,41.5 - parent: 2 - - uid: 33557 - components: - - type: Transform - pos: 72.5,42.5 - parent: 2 - - uid: 33558 - components: - - type: Transform - pos: 72.5,41.5 - parent: 2 -- proto: CarpetBlack - entities: - - uid: 689 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 2 - - uid: 690 - components: - - type: Transform - pos: -22.5,-8.5 - parent: 2 - - uid: 691 - components: - - type: Transform - pos: -23.5,-8.5 - parent: 2 - - uid: 692 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 2 - - uid: 693 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 2 - - uid: 694 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 2 - - uid: 695 - components: - - type: Transform - pos: -20.5,-8.5 - parent: 2 - - uid: 696 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 2 - - uid: 697 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 2 - - uid: 698 - components: - - type: Transform - pos: -21.5,-10.5 - parent: 2 - - uid: 699 - components: - - type: Transform - pos: -22.5,-10.5 - parent: 2 - - uid: 700 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 701 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 2 - - uid: 702 - components: - - type: Transform - pos: -17.5,-9.5 - parent: 2 - - uid: 703 - components: - - type: Transform - pos: -17.5,-8.5 - parent: 2 - - uid: 704 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 2 - - uid: 705 - components: - - type: Transform - pos: -16.5,-9.5 - parent: 2 - - uid: 706 - components: - - type: Transform - pos: -16.5,-8.5 - parent: 2 - - uid: 918 - components: - - type: Transform - pos: -73.5,3.5 - parent: 2 - - uid: 4680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,33.5 - parent: 2 - - uid: 4681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,32.5 - parent: 2 - - uid: 4683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,34.5 - parent: 2 - - uid: 4684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,34.5 - parent: 2 - - uid: 4685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,34.5 - parent: 2 - - uid: 4686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,32.5 - parent: 2 - - uid: 4689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,33.5 - parent: 2 - - uid: 5308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,32.5 - parent: 2 - - uid: 5447 - components: - - type: Transform - pos: -10.5,67.5 - parent: 2 - - uid: 5450 - components: - - type: Transform - pos: 48.5,33.5 - parent: 2 - - uid: 5451 - components: - - type: Transform - pos: 47.5,33.5 - parent: 2 - - uid: 5452 - components: - - type: Transform - pos: 47.5,34.5 - parent: 2 - - uid: 5453 - components: - - type: Transform - pos: 48.5,34.5 - parent: 2 - - uid: 5454 - components: - - type: Transform - pos: 44.5,29.5 - parent: 2 - - uid: 5455 - components: - - type: Transform - pos: 43.5,29.5 - parent: 2 - - uid: 5456 - components: - - type: Transform - pos: 43.5,30.5 - parent: 2 - - uid: 5457 - components: - - type: Transform - pos: 44.5,30.5 - parent: 2 - - uid: 5458 - components: - - type: Transform - pos: 45.5,29.5 - parent: 2 - - uid: 5459 - components: - - type: Transform - pos: 45.5,30.5 - parent: 2 - - uid: 5460 - components: - - type: Transform - pos: 46.5,30.5 - parent: 2 - - uid: 5461 - components: - - type: Transform - pos: 46.5,29.5 - parent: 2 - - uid: 5462 - components: - - type: Transform - pos: 48.5,29.5 - parent: 2 - - uid: 5463 - components: - - type: Transform - pos: 48.5,30.5 - parent: 2 - - uid: 5464 - components: - - type: Transform - pos: 49.5,29.5 - parent: 2 - - uid: 5465 - components: - - type: Transform - pos: 49.5,30.5 - parent: 2 - - uid: 5466 - components: - - type: Transform - pos: 44.5,34.5 - parent: 2 - - uid: 5467 - components: - - type: Transform - pos: 43.5,34.5 - parent: 2 - - uid: 5468 - components: - - type: Transform - pos: 43.5,33.5 - parent: 2 - - uid: 5469 - components: - - type: Transform - pos: 44.5,33.5 - parent: 2 - - uid: 5470 - components: - - type: Transform - pos: 46.5,33.5 - parent: 2 - - uid: 5471 - components: - - type: Transform - pos: 46.5,34.5 - parent: 2 - - uid: 5472 - components: - - type: Transform - pos: 49.5,33.5 - parent: 2 - - uid: 5473 - components: - - type: Transform - pos: 49.5,34.5 - parent: 2 - - uid: 6303 - components: - - type: Transform - pos: -9.5,69.5 - parent: 2 - - uid: 6310 - components: - - type: Transform - pos: -11.5,69.5 - parent: 2 - - uid: 7578 - components: - - type: Transform - pos: -7.5,69.5 - parent: 2 - - uid: 7579 - components: - - type: Transform - pos: -8.5,69.5 - parent: 2 - - uid: 7580 - components: - - type: Transform - pos: -7.5,67.5 - parent: 2 - - uid: 7607 - components: - - type: Transform - pos: -10.5,69.5 - parent: 2 - - uid: 7881 - components: - - type: Transform - pos: 88.5,39.5 - parent: 2 - - uid: 8140 - components: - - type: Transform - pos: -71.5,3.5 - parent: 2 - - uid: 8334 - components: - - type: Transform - pos: -73.5,2.5 - parent: 2 - - uid: 11258 - components: - - type: Transform - pos: -71.5,2.5 - parent: 2 - - uid: 11637 - components: - - type: Transform - pos: -8.5,67.5 - parent: 2 - - uid: 13827 - components: - - type: Transform - pos: 87.5,39.5 - parent: 2 - - uid: 13842 - components: - - type: Transform - pos: -11.5,67.5 - parent: 2 - - uid: 13860 - components: - - type: Transform - pos: -9.5,67.5 - parent: 2 - - uid: 19942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-5.5 - parent: 2 - - uid: 19951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-4.5 - parent: 2 - - uid: 23071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-3.5 - parent: 2 - - uid: 23253 - components: - - type: Transform - pos: -72.5,3.5 - parent: 2 - - uid: 23469 - components: - - type: Transform - pos: 87.5,40.5 - parent: 2 - - uid: 23482 - components: - - type: Transform - pos: 87.5,41.5 - parent: 2 - - uid: 23510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-4.5 - parent: 2 - - uid: 23511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-4.5 - parent: 2 - - uid: 23513 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-3.5 - parent: 2 - - uid: 23514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-5.5 - parent: 2 - - uid: 23515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-5.5 - parent: 2 - - uid: 23627 - components: - - type: Transform - pos: -72.5,2.5 - parent: 2 - - uid: 27948 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-3.5 - parent: 2 - - uid: 27969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,33.5 - parent: 2 - - uid: 29781 - components: - - type: Transform - pos: 82.5,59.5 - parent: 2 - - uid: 29782 - components: - - type: Transform - pos: 82.5,58.5 - parent: 2 - - uid: 29783 - components: - - type: Transform - pos: 83.5,59.5 - parent: 2 - - uid: 29784 - components: - - type: Transform - pos: 83.5,58.5 - parent: 2 - - uid: 29785 - components: - - type: Transform - pos: 84.5,59.5 - parent: 2 - - uid: 29786 - components: - - type: Transform - pos: 84.5,58.5 - parent: 2 - - uid: 29787 - components: - - type: Transform - pos: 85.5,59.5 - parent: 2 - - uid: 29788 - components: - - type: Transform - pos: 85.5,58.5 - parent: 2 - - uid: 29789 - components: - - type: Transform - pos: 81.5,56.5 - parent: 2 - - uid: 29790 - components: - - type: Transform - pos: 81.5,55.5 - parent: 2 - - uid: 29791 - components: - - type: Transform - pos: 82.5,56.5 - parent: 2 - - uid: 29792 - components: - - type: Transform - pos: 82.5,55.5 - parent: 2 - - uid: 29793 - components: - - type: Transform - pos: 83.5,56.5 - parent: 2 - - uid: 29794 - components: - - type: Transform - pos: 83.5,55.5 - parent: 2 - - uid: 29795 - components: - - type: Transform - pos: 84.5,56.5 - parent: 2 - - uid: 29796 - components: - - type: Transform - pos: 84.5,55.5 - parent: 2 - - uid: 29797 - components: - - type: Transform - pos: 85.5,56.5 - parent: 2 - - uid: 29798 - components: - - type: Transform - pos: 85.5,55.5 - parent: 2 - - uid: 29852 - components: - - type: Transform - pos: 86.5,41.5 - parent: 2 - - uid: 29854 - components: - - type: Transform - pos: 88.5,40.5 - parent: 2 - - uid: 29855 - components: - - type: Transform - pos: 88.5,41.5 - parent: 2 - - uid: 29856 - components: - - type: Transform - pos: 86.5,39.5 - parent: 2 - - uid: 29858 - components: - - type: Transform - pos: 86.5,40.5 - parent: 2 - - uid: 30351 - components: - - type: Transform - pos: 48.5,15.5 - parent: 2 - - uid: 30352 - components: - - type: Transform - pos: 48.5,16.5 - parent: 2 - - uid: 30454 - components: - - type: Transform - pos: 50.5,7.5 - parent: 2 - - uid: 30457 - components: - - type: Transform - pos: 50.5,6.5 - parent: 2 - - uid: 30460 - components: - - type: Transform - pos: 49.5,6.5 - parent: 2 - - uid: 30461 - components: - - type: Transform - pos: 49.5,7.5 - parent: 2 - - uid: 30462 - components: - - type: Transform - pos: 48.5,7.5 - parent: 2 - - uid: 30463 - components: - - type: Transform - pos: 48.5,6.5 - parent: 2 - - uid: 30464 - components: - - type: Transform - pos: 48.5,9.5 - parent: 2 - - uid: 30465 - components: - - type: Transform - pos: 48.5,10.5 - parent: 2 - - uid: 30466 - components: - - type: Transform - pos: 49.5,9.5 - parent: 2 - - uid: 30467 - components: - - type: Transform - pos: 49.5,10.5 - parent: 2 - - uid: 30468 - components: - - type: Transform - pos: 50.5,9.5 - parent: 2 - - uid: 30469 - components: - - type: Transform - pos: 50.5,10.5 - parent: 2 - - uid: 30470 - components: - - type: Transform - pos: 48.5,17.5 - parent: 2 - - uid: 30471 - components: - - type: Transform - pos: 48.5,18.5 - parent: 2 - - uid: 30472 - components: - - type: Transform - pos: 48.5,19.5 - parent: 2 - - uid: 30473 - components: - - type: Transform - pos: 49.5,15.5 - parent: 2 - - uid: 30474 - components: - - type: Transform - pos: 49.5,16.5 - parent: 2 - - uid: 30475 - components: - - type: Transform - pos: 49.5,17.5 - parent: 2 - - uid: 30476 - components: - - type: Transform - pos: 49.5,18.5 - parent: 2 - - uid: 30477 - components: - - type: Transform - pos: 49.5,19.5 - parent: 2 - - uid: 30478 - components: - - type: Transform - pos: 50.5,15.5 - parent: 2 - - uid: 30479 - components: - - type: Transform - pos: 50.5,16.5 - parent: 2 - - uid: 30480 - components: - - type: Transform - pos: 50.5,17.5 - parent: 2 - - uid: 30481 - components: - - type: Transform - pos: 50.5,18.5 - parent: 2 - - uid: 30482 - components: - - type: Transform - pos: 50.5,19.5 - parent: 2 - - uid: 30503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,68.5 - parent: 2 - - uid: 30504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,69.5 - parent: 2 - - uid: 30506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,67.5 - parent: 2 - - uid: 30507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,66.5 - parent: 2 - - uid: 30508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,65.5 - parent: 2 - - uid: 30509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,69.5 - parent: 2 - - uid: 30510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,68.5 - parent: 2 - - uid: 30511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,67.5 - parent: 2 - - uid: 30512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,66.5 - parent: 2 - - uid: 30513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,65.5 - parent: 2 - - uid: 33659 - components: - - type: Transform - pos: -38.5,66.5 - parent: 2 - - uid: 33660 - components: - - type: Transform - pos: -38.5,65.5 - parent: 2 - - uid: 33661 - components: - - type: Transform - pos: -38.5,64.5 - parent: 2 - - uid: 33662 - components: - - type: Transform - pos: -38.5,63.5 - parent: 2 - - uid: 33663 - components: - - type: Transform - pos: -37.5,66.5 - parent: 2 - - uid: 33664 - components: - - type: Transform - pos: -37.5,65.5 - parent: 2 - - uid: 33665 - components: - - type: Transform - pos: -37.5,64.5 - parent: 2 - - uid: 33666 - components: - - type: Transform - pos: -37.5,63.5 - parent: 2 - - uid: 33667 - components: - - type: Transform - pos: -36.5,66.5 - parent: 2 - - uid: 33668 - components: - - type: Transform - pos: -36.5,65.5 - parent: 2 - - uid: 33669 - components: - - type: Transform - pos: -36.5,64.5 - parent: 2 - - uid: 33670 - components: - - type: Transform - pos: -36.5,63.5 - parent: 2 - - uid: 33671 - components: - - type: Transform - pos: -38.5,62.5 - parent: 2 - - uid: 33672 - components: - - type: Transform - pos: -37.5,62.5 - parent: 2 - - uid: 33673 - components: - - type: Transform - pos: -36.5,62.5 - parent: 2 -- proto: CarpetBlue - entities: - - uid: 850 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 2 - - uid: 1360 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 2 - - uid: 1836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-41.5 - parent: 2 - - uid: 1857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-42.5 - parent: 2 - - uid: 1896 - components: - - type: Transform - pos: 6.5,29.5 - parent: 2 - - uid: 1897 - components: - - type: Transform - pos: 6.5,28.5 - parent: 2 - - uid: 1953 - components: - - type: Transform - pos: 12.5,28.5 - parent: 2 - - uid: 1954 - components: - - type: Transform - pos: 11.5,28.5 - parent: 2 - - uid: 1955 - components: - - type: Transform - pos: 11.5,29.5 - parent: 2 - - uid: 1957 - components: - - type: Transform - pos: 12.5,29.5 - parent: 2 - - uid: 1959 - components: - - type: Transform - pos: 13.5,29.5 - parent: 2 - - uid: 1960 - components: - - type: Transform - pos: 13.5,28.5 - parent: 2 - - uid: 1968 - components: - - type: Transform - pos: 7.5,28.5 - parent: 2 - - uid: 1969 - components: - - type: Transform - pos: 7.5,29.5 - parent: 2 - - uid: 1970 - components: - - type: Transform - pos: 8.5,29.5 - parent: 2 - - uid: 1971 - components: - - type: Transform - pos: 8.5,28.5 - parent: 2 - - uid: 1972 - components: - - type: Transform - pos: 5.5,28.5 - parent: 2 - - uid: 1973 - components: - - type: Transform - pos: 5.5,29.5 - parent: 2 - - uid: 2063 - components: - - type: Transform - pos: -3.5,-33.5 - parent: 2 - - uid: 2269 - components: - - type: Transform - pos: -4.5,-33.5 - parent: 2 - - uid: 2274 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - - uid: 2283 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 2557 - components: - - type: Transform - pos: 4.5,4.5 - parent: 2 - - uid: 3335 - components: - - type: Transform - pos: 19.5,38.5 - parent: 2 - - uid: 5903 - components: - - type: Transform - pos: 22.5,-24.5 - parent: 2 - - uid: 5904 - components: - - type: Transform - pos: 25.5,-24.5 - parent: 2 - - uid: 5905 - components: - - type: Transform - pos: 25.5,-25.5 - parent: 2 - - uid: 5906 - components: - - type: Transform - pos: 26.5,-25.5 - parent: 2 - - uid: 5907 - components: - - type: Transform - pos: 26.5,-24.5 - parent: 2 - - uid: 7361 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 2 - - uid: 9141 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 2 - - uid: 9217 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 2 - - uid: 9536 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 2 - - uid: 12215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-42.5 - parent: 2 - - uid: 12243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-42.5 - parent: 2 - - uid: 12244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-42.5 - parent: 2 - - uid: 12308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-41.5 - parent: 2 - - uid: 12976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-41.5 - parent: 2 - - uid: 12977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-41.5 - parent: 2 - - uid: 13102 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 2 - - uid: 13103 - components: - - type: Transform - pos: 5.5,-33.5 - parent: 2 - - uid: 13104 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 13105 - components: - - type: Transform - pos: 6.5,-33.5 - parent: 2 - - uid: 13106 - components: - - type: Transform - pos: 7.5,-33.5 - parent: 2 - - uid: 13107 - components: - - type: Transform - pos: 7.5,-32.5 - parent: 2 - - uid: 13108 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 2 - - uid: 13109 - components: - - type: Transform - pos: 4.5,-33.5 - parent: 2 - - uid: 14144 - components: - - type: Transform - pos: 10.5,49.5 - parent: 2 - - uid: 14145 - components: - - type: Transform - pos: 10.5,48.5 - parent: 2 - - uid: 14146 - components: - - type: Transform - pos: 10.5,47.5 - parent: 2 - - uid: 14147 - components: - - type: Transform - pos: 10.5,46.5 - parent: 2 - - uid: 14148 - components: - - type: Transform - pos: 11.5,49.5 - parent: 2 - - uid: 14149 - components: - - type: Transform - pos: 11.5,48.5 - parent: 2 - - uid: 14150 - components: - - type: Transform - pos: 11.5,47.5 - parent: 2 - - uid: 14151 - components: - - type: Transform - pos: 11.5,46.5 - parent: 2 - - uid: 14152 - components: - - type: Transform - pos: 12.5,49.5 - parent: 2 - - uid: 14153 - components: - - type: Transform - pos: 12.5,48.5 - parent: 2 - - uid: 14154 - components: - - type: Transform - pos: 12.5,47.5 - parent: 2 - - uid: 14155 - components: - - type: Transform - pos: 12.5,46.5 - parent: 2 - - uid: 14156 - components: - - type: Transform - pos: 13.5,49.5 - parent: 2 - - uid: 14157 - components: - - type: Transform - pos: 13.5,48.5 - parent: 2 - - uid: 14158 - components: - - type: Transform - pos: 13.5,47.5 - parent: 2 - - uid: 14159 - components: - - type: Transform - pos: 13.5,46.5 - parent: 2 - - uid: 14161 - components: - - type: Transform - pos: 14.5,48.5 - parent: 2 - - uid: 14162 - components: - - type: Transform - pos: 14.5,47.5 - parent: 2 - - uid: 14163 - components: - - type: Transform - pos: 14.5,46.5 - parent: 2 - - uid: 14227 - components: - - type: Transform - pos: 10.5,39.5 - parent: 2 - - uid: 14228 - components: - - type: Transform - pos: 10.5,38.5 - parent: 2 - - uid: 14229 - components: - - type: Transform - pos: 11.5,39.5 - parent: 2 - - uid: 14230 - components: - - type: Transform - pos: 11.5,38.5 - parent: 2 - - uid: 14231 - components: - - type: Transform - pos: 12.5,39.5 - parent: 2 - - uid: 14232 - components: - - type: Transform - pos: 12.5,38.5 - parent: 2 - - uid: 14233 - components: - - type: Transform - pos: 13.5,39.5 - parent: 2 - - uid: 14234 - components: - - type: Transform - pos: 13.5,38.5 - parent: 2 - - uid: 14235 - components: - - type: Transform - pos: 5.5,40.5 - parent: 2 - - uid: 14236 - components: - - type: Transform - pos: 5.5,39.5 - parent: 2 - - uid: 14237 - components: - - type: Transform - pos: 5.5,38.5 - parent: 2 - - uid: 14238 - components: - - type: Transform - pos: 5.5,37.5 - parent: 2 - - uid: 14239 - components: - - type: Transform - pos: 6.5,40.5 - parent: 2 - - uid: 14240 - components: - - type: Transform - pos: 6.5,39.5 - parent: 2 - - uid: 14241 - components: - - type: Transform - pos: 6.5,38.5 - parent: 2 - - uid: 14242 - components: - - type: Transform - pos: 6.5,37.5 - parent: 2 - - uid: 14243 - components: - - type: Transform - pos: 17.5,38.5 - parent: 2 - - uid: 14244 - components: - - type: Transform - pos: 17.5,37.5 - parent: 2 - - uid: 14249 - components: - - type: Transform - pos: 18.5,38.5 - parent: 2 - - uid: 14250 - components: - - type: Transform - pos: 18.5,37.5 - parent: 2 - - uid: 14252 - components: - - type: Transform - pos: 19.5,37.5 - parent: 2 - - uid: 15076 - components: - - type: Transform - pos: 24.5,49.5 - parent: 2 - - uid: 15100 - components: - - type: Transform - pos: 25.5,49.5 - parent: 2 - - uid: 15101 - components: - - type: Transform - pos: 25.5,50.5 - parent: 2 - - uid: 15102 - components: - - type: Transform - pos: 26.5,50.5 - parent: 2 - - uid: 15103 - components: - - type: Transform - pos: 26.5,49.5 - parent: 2 - - uid: 15129 - components: - - type: Transform - pos: 24.5,50.5 - parent: 2 - - uid: 15173 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 2 - - uid: 17311 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,49.5 - parent: 2 - - uid: 20952 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 2 - - uid: 21010 - components: - - type: Transform - pos: -1.5,5.5 - parent: 2 - - uid: 21465 - components: - - type: Transform - pos: -2.5,5.5 - parent: 2 - - uid: 23245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-42.5 - parent: 2 - - uid: 23316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-41.5 - parent: 2 - - uid: 23317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-41.5 - parent: 2 - - uid: 23318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-42.5 - parent: 2 - - uid: 23319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-41.5 - parent: 2 - - uid: 23320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-42.5 - parent: 2 - - uid: 23324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-42.5 - parent: 2 - - uid: 23325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-41.5 - parent: 2 - - uid: 23680 - components: - - type: Transform - pos: -2.5,6.5 - parent: 2 - - uid: 24653 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 24656 - components: - - type: Transform - pos: -1.5,6.5 - parent: 2 - - uid: 25255 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 2 - - uid: 25312 - components: - - type: Transform - pos: 5.5,4.5 - parent: 2 - - uid: 26130 - components: - - type: Transform - pos: 5.5,5.5 - parent: 2 - - uid: 26847 - components: - - type: Transform - pos: 4.5,5.5 - parent: 2 - - uid: 26854 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 2 - - uid: 34047 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 2 - - uid: 34048 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 2 -- proto: CarpetGreen - entities: - - uid: 568 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,17.5 - parent: 2 - - uid: 3206 - components: - - type: Transform - pos: -28.5,-10.5 - parent: 2 - - uid: 8380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-14.5 - parent: 2 - - uid: 13818 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,16.5 - parent: 2 - - uid: 18618 - components: - - type: Transform - pos: -26.5,-11.5 - parent: 2 - - uid: 19407 - components: - - type: Transform - pos: -61.5,-2.5 - parent: 2 - - uid: 21097 - components: - - type: Transform - pos: -60.5,-2.5 - parent: 2 - - uid: 21101 - components: - - type: Transform - pos: -61.5,-3.5 - parent: 2 - - uid: 21104 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 2 - - uid: 22542 - components: - - type: Transform - pos: -26.5,-10.5 - parent: 2 - - uid: 22585 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 22634 - components: - - type: Transform - pos: -28.5,-11.5 - parent: 2 - - uid: 22966 - components: - - type: Transform - pos: -60.5,-3.5 - parent: 2 - - uid: 22967 - components: - - type: Transform - pos: -59.5,-2.5 - parent: 2 - - uid: 22968 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 22969 - components: - - type: Transform - pos: -58.5,-2.5 - parent: 2 - - uid: 22970 - components: - - type: Transform - pos: -58.5,-3.5 - parent: 2 - - uid: 23488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,18.5 - parent: 2 - - uid: 29307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,18.5 - parent: 2 - - uid: 29997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,16.5 - parent: 2 - - uid: 30008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,17.5 - parent: 2 - - uid: 30421 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 2 - - uid: 30445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-13.5 - parent: 2 - - uid: 30446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-14.5 - parent: 2 - - uid: 30447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-13.5 - parent: 2 - - uid: 30448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-14.5 - parent: 2 - - uid: 30561 - components: - - type: Transform - pos: -47.5,-4.5 - parent: 2 - - uid: 30563 - components: - - type: Transform - pos: -46.5,-4.5 - parent: 2 - - uid: 30565 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - - uid: 30567 - components: - - type: Transform - pos: -47.5,1.5 - parent: 2 - - uid: 30568 - components: - - type: Transform - pos: -47.5,-3.5 - parent: 2 - - uid: 30569 - components: - - type: Transform - pos: -47.5,0.5 - parent: 2 - - uid: 30570 - components: - - type: Transform - pos: -47.5,-2.5 - parent: 2 - - uid: 30571 - components: - - type: Transform - pos: -47.5,-0.5 - parent: 2 - - uid: 30572 - components: - - type: Transform - pos: -47.5,-1.5 - parent: 2 - - uid: 30573 - components: - - type: Transform - pos: -47.5,2.5 - parent: 2 - - uid: 30578 - components: - - type: Transform - pos: -46.5,-3.5 - parent: 2 - - uid: 30579 - components: - - type: Transform - pos: -46.5,-2.5 - parent: 2 - - uid: 30580 - components: - - type: Transform - pos: -46.5,-1.5 - parent: 2 - - uid: 30581 - components: - - type: Transform - pos: -46.5,-0.5 - parent: 2 - - uid: 30582 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 30583 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 30584 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 30589 - components: - - type: Transform - pos: -45.5,-3.5 - parent: 2 - - uid: 30590 - components: - - type: Transform - pos: -45.5,-2.5 - parent: 2 - - uid: 30591 - components: - - type: Transform - pos: -45.5,-1.5 - parent: 2 - - uid: 30592 - components: - - type: Transform - pos: -45.5,-0.5 - parent: 2 - - uid: 30593 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 30594 - components: - - type: Transform - pos: -45.5,1.5 - parent: 2 - - uid: 30607 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - - uid: 30661 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-11.5 - parent: 2 - - uid: 30662 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-12.5 - parent: 2 - - uid: 30663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-11.5 - parent: 2 - - uid: 30664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-12.5 - parent: 2 - - uid: 30665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-11.5 - parent: 2 - - uid: 30666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-12.5 - parent: 2 -- proto: CarpetOrange - entities: - - uid: 6585 - components: - - type: Transform - pos: -28.5,-24.5 - parent: 2 - - uid: 6586 - components: - - type: Transform - pos: -27.5,-24.5 - parent: 2 - - uid: 6587 - components: - - type: Transform - pos: -26.5,-24.5 - parent: 2 - - uid: 6588 - components: - - type: Transform - pos: -27.5,-18.5 - parent: 2 - - uid: 6589 - components: - - type: Transform - pos: -26.5,-25.5 - parent: 2 - - uid: 6590 - components: - - type: Transform - pos: -27.5,-25.5 - parent: 2 - - uid: 6591 - components: - - type: Transform - pos: -28.5,-25.5 - parent: 2 - - uid: 6592 - components: - - type: Transform - pos: -27.5,-19.5 - parent: 2 - - uid: 6593 - components: - - type: Transform - pos: -27.5,-20.5 - parent: 2 - - uid: 6594 - components: - - type: Transform - pos: -27.5,-21.5 - parent: 2 - - uid: 6595 - components: - - type: Transform - pos: -26.5,-18.5 - parent: 2 - - uid: 6596 - components: - - type: Transform - pos: -26.5,-19.5 - parent: 2 - - uid: 6597 - components: - - type: Transform - pos: -26.5,-20.5 - parent: 2 - - uid: 6598 - components: - - type: Transform - pos: -26.5,-21.5 - parent: 2 - - uid: 6599 - components: - - type: Transform - pos: -25.5,-18.5 - parent: 2 - - uid: 6600 - components: - - type: Transform - pos: -25.5,-19.5 - parent: 2 - - uid: 6601 - components: - - type: Transform - pos: -25.5,-20.5 - parent: 2 - - uid: 6602 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 2 - - uid: 6603 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 2 - - uid: 6604 - components: - - type: Transform - pos: -24.5,-19.5 - parent: 2 - - uid: 6605 - components: - - type: Transform - pos: -24.5,-20.5 - parent: 2 - - uid: 6606 - components: - - type: Transform - pos: -24.5,-21.5 - parent: 2 - - uid: 6640 - components: - - type: Transform - pos: -10.5,-33.5 - parent: 2 - - uid: 6642 - components: - - type: Transform - pos: -12.5,-33.5 - parent: 2 - - uid: 6643 - components: - - type: Transform - pos: -12.5,-34.5 - parent: 2 - - uid: 6644 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 2 - - uid: 6645 - components: - - type: Transform - pos: -11.5,-34.5 - parent: 2 - - uid: 6647 - components: - - type: Transform - pos: -10.5,-34.5 - parent: 2 - - uid: 30431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-13.5 - parent: 2 - - uid: 30432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 - parent: 2 - - uid: 30433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-13.5 - parent: 2 - - uid: 30434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-14.5 - parent: 2 - - uid: 30435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-13.5 - parent: 2 - - uid: 30436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-14.5 - parent: 2 - - uid: 30439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-13.5 - parent: 2 - - uid: 30440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-14.5 - parent: 2 - - uid: 30441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-13.5 - parent: 2 - - uid: 30442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-14.5 - parent: 2 - - uid: 30443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-13.5 - parent: 2 - - uid: 30444 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-14.5 - parent: 2 -- proto: CarpetPurple - entities: - - uid: 2709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,24.5 - parent: 2 - - uid: 2936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,26.5 - parent: 2 - - uid: 4528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,28.5 - parent: 2 - - uid: 5150 - components: - - type: Transform - pos: 28.5,28.5 - parent: 2 - - uid: 5488 - components: - - type: Transform - pos: 46.5,26.5 - parent: 2 - - uid: 5489 - components: - - type: Transform - pos: 46.5,25.5 - parent: 2 - - uid: 5490 - components: - - type: Transform - pos: 47.5,25.5 - parent: 2 - - uid: 5491 - components: - - type: Transform - pos: 47.5,26.5 - parent: 2 - - uid: 5492 - components: - - type: Transform - pos: 48.5,26.5 - parent: 2 - - uid: 5493 - components: - - type: Transform - pos: 48.5,25.5 - parent: 2 - - uid: 5494 - components: - - type: Transform - pos: 48.5,24.5 - parent: 2 - - uid: 5495 - components: - - type: Transform - pos: 47.5,24.5 - parent: 2 - - uid: 5496 - components: - - type: Transform - pos: 46.5,24.5 - parent: 2 - - uid: 5497 - components: - - type: Transform - pos: 45.5,24.5 - parent: 2 - - uid: 5498 - components: - - type: Transform - pos: 45.5,25.5 - parent: 2 - - uid: 5499 - components: - - type: Transform - pos: 45.5,26.5 - parent: 2 - - uid: 5500 - components: - - type: Transform - pos: 43.5,24.5 - parent: 2 - - uid: 5501 - components: - - type: Transform - pos: 42.5,24.5 - parent: 2 - - uid: 5502 - components: - - type: Transform - pos: 42.5,25.5 - parent: 2 - - uid: 5503 - components: - - type: Transform - pos: 43.5,25.5 - parent: 2 - - uid: 5504 - components: - - type: Transform - pos: 44.5,25.5 - parent: 2 - - uid: 5505 - components: - - type: Transform - pos: 44.5,24.5 - parent: 2 - - uid: 5583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,29.5 - parent: 2 - - uid: 5584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,29.5 - parent: 2 - - uid: 5588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,28.5 - parent: 2 - - uid: 5593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,27.5 - parent: 2 - - uid: 5594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,27.5 - parent: 2 - - uid: 5598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,29.5 - parent: 2 - - uid: 5599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,28.5 - parent: 2 - - uid: 5600 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,27.5 - parent: 2 - - uid: 5601 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,26.5 - parent: 2 - - uid: 5602 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,29.5 - parent: 2 - - uid: 5603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,28.5 - parent: 2 - - uid: 5604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,27.5 - parent: 2 - - uid: 5605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,26.5 - parent: 2 - - uid: 5606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,29.5 - parent: 2 - - uid: 5607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,28.5 - parent: 2 - - uid: 5608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,27.5 - parent: 2 - - uid: 5610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,29.5 - parent: 2 - - uid: 5611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,28.5 - parent: 2 - - uid: 5612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,27.5 - parent: 2 - - uid: 5613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,26.5 - parent: 2 - - uid: 5614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,26.5 - parent: 2 - - uid: 5615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,27.5 - parent: 2 - - uid: 5616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,28.5 - parent: 2 - - uid: 5617 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,29.5 - parent: 2 - - uid: 5618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,30.5 - parent: 2 - - uid: 5619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,30.5 - parent: 2 - - uid: 5620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,30.5 - parent: 2 - - uid: 5662 - components: - - type: Transform - pos: 28.5,24.5 - parent: 2 - - uid: 5664 - components: - - type: Transform - pos: 29.5,23.5 - parent: 2 - - uid: 5665 - components: - - type: Transform - pos: 28.5,23.5 - parent: 2 - - uid: 5666 - components: - - type: Transform - pos: 27.5,23.5 - parent: 2 - - uid: 5667 - components: - - type: Transform - pos: 30.5,23.5 - parent: 2 - - uid: 5668 - components: - - type: Transform - pos: 30.5,24.5 - parent: 2 - - uid: 17858 - components: - - type: Transform - pos: 29.5,28.5 - parent: 2 - - uid: 17868 - components: - - type: Transform - pos: 28.5,27.5 - parent: 2 - - uid: 22422 - components: - - type: Transform - pos: 29.5,27.5 - parent: 2 - - uid: 22423 - components: - - type: Transform - pos: 30.5,28.5 - parent: 2 - - uid: 22424 - components: - - type: Transform - pos: 30.5,27.5 - parent: 2 - - uid: 22425 - components: - - type: Transform - pos: 28.5,29.5 - parent: 2 - - uid: 22426 - components: - - type: Transform - pos: 29.5,29.5 - parent: 2 - - uid: 22427 - components: - - type: Transform - pos: 30.5,29.5 - parent: 2 - - uid: 22428 - components: - - type: Transform - pos: 36.5,25.5 - parent: 2 - - uid: 22429 - components: - - type: Transform - pos: 36.5,25.5 - parent: 2 - - uid: 22430 - components: - - type: Transform - pos: 36.5,24.5 - parent: 2 - - uid: 22431 - components: - - type: Transform - pos: 37.5,25.5 - parent: 2 - - uid: 22432 - components: - - type: Transform - pos: 37.5,24.5 - parent: 2 - - uid: 22433 - components: - - type: Transform - pos: 38.5,25.5 - parent: 2 - - uid: 22434 - components: - - type: Transform - pos: 38.5,24.5 - parent: 2 - - uid: 22435 - components: - - type: Transform - pos: 39.5,25.5 - parent: 2 - - uid: 22436 - components: - - type: Transform - pos: 39.5,24.5 - parent: 2 - - uid: 25500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,24.5 - parent: 2 - - uid: 30301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,18.5 - parent: 2 - - uid: 30303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,18.5 - parent: 2 - - uid: 30305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,19.5 - parent: 2 - - uid: 30307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,18.5 - parent: 2 - - uid: 30308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,18.5 - parent: 2 - - uid: 30309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,19.5 - parent: 2 - - uid: 30310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,19.5 - parent: 2 - - uid: 30311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,18.5 - parent: 2 - - uid: 30312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,19.5 - parent: 2 - - uid: 30315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,19.5 - parent: 2 -- proto: CarpetSBlue - entities: - - uid: 32559 - components: - - type: Transform - pos: 82.5,72.5 - parent: 2 - - uid: 32560 - components: - - type: Transform - pos: 82.5,71.5 - parent: 2 - - uid: 32561 - components: - - type: Transform - pos: 82.5,70.5 - parent: 2 - - uid: 32562 - components: - - type: Transform - pos: 83.5,72.5 - parent: 2 - - uid: 32563 - components: - - type: Transform - pos: 83.5,71.5 - parent: 2 - - uid: 32564 - components: - - type: Transform - pos: 83.5,70.5 - parent: 2 - - uid: 32565 - components: - - type: Transform - pos: 84.5,72.5 - parent: 2 - - uid: 32566 - components: - - type: Transform - pos: 84.5,71.5 - parent: 2 - - uid: 32567 - components: - - type: Transform - pos: 84.5,70.5 - parent: 2 -- proto: Catwalk - entities: - - uid: 63 - components: - - type: Transform - pos: 78.5,-0.5 - parent: 2 - - uid: 165 - components: - - type: Transform - pos: 41.5,15.5 - parent: 2 - - uid: 183 - components: - - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,35.5 - parent: 2 - - uid: 284 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - - uid: 301 - components: - - type: Transform - pos: -46.5,64.5 - parent: 2 - - uid: 330 - components: - - type: Transform - pos: -42.5,56.5 - parent: 2 - - uid: 441 - components: - - type: Transform - pos: 81.5,-17.5 - parent: 2 - - uid: 567 - components: - - type: Transform - pos: 78.5,0.5 - parent: 2 - - uid: 585 - components: - - type: Transform - pos: 78.5,1.5 - parent: 2 - - uid: 591 - components: - - type: Transform - pos: 80.5,2.5 - parent: 2 - - uid: 637 - components: - - type: Transform - pos: 78.5,2.5 - parent: 2 - - uid: 660 - components: - - type: Transform - pos: -32.5,17.5 - parent: 2 - - uid: 679 - components: - - type: Transform - pos: 80.5,-0.5 - parent: 2 - - uid: 684 - components: - - type: Transform - pos: 80.5,0.5 - parent: 2 - - uid: 685 - components: - - type: Transform - pos: 80.5,1.5 - parent: 2 - - uid: 687 - components: - - type: Transform - pos: 38.5,14.5 - parent: 2 - - uid: 688 - components: - - type: Transform - pos: 39.5,14.5 - parent: 2 - - uid: 730 - components: - - type: Transform - pos: 39.5,15.5 - parent: 2 - - uid: 827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-7.5 - parent: 2 - - uid: 1502 - components: - - type: Transform - pos: 17.5,13.5 - parent: 2 - - uid: 1504 - components: - - type: Transform - pos: 19.5,15.5 - parent: 2 - - uid: 1506 - components: - - type: Transform - pos: 18.5,14.5 - parent: 2 - - uid: 1511 - components: - - type: Transform - pos: 17.5,15.5 - parent: 2 - - uid: 1535 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,34.5 - parent: 2 - - uid: 1536 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,34.5 - parent: 2 - - uid: 1545 - components: - - type: Transform - pos: -55.5,-31.5 - parent: 2 - - uid: 1610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,22.5 - parent: 2 - - uid: 1612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,24.5 - parent: 2 - - uid: 1711 - components: - - type: Transform - pos: -56.5,-31.5 - parent: 2 - - uid: 1712 - components: - - type: Transform - pos: -61.5,-31.5 - parent: 2 - - uid: 1717 - components: - - type: Transform - pos: -60.5,-31.5 - parent: 2 - - uid: 1718 - components: - - type: Transform - pos: -59.5,-31.5 - parent: 2 - - uid: 1719 - components: - - type: Transform - pos: -58.5,-31.5 - parent: 2 - - uid: 1735 - components: - - type: Transform - pos: -57.5,-31.5 - parent: 2 - - uid: 2246 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 2 - - uid: 2346 - components: - - type: Transform - pos: -46.5,56.5 - parent: 2 - - uid: 2359 - components: - - type: Transform - pos: -60.5,32.5 - parent: 2 - - uid: 2517 - components: - - type: Transform - pos: 80.5,-5.5 - parent: 2 - - uid: 2518 - components: - - type: Transform - pos: 80.5,-1.5 - parent: 2 - - uid: 2520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-20.5 - parent: 2 - - uid: 2587 - components: - - type: Transform - pos: -46.5,59.5 - parent: 2 - - uid: 2711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,13.5 - parent: 2 - - uid: 3333 - components: - - type: Transform - pos: 33.5,36.5 - parent: 2 - - uid: 3345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-6.5 - parent: 2 - - uid: 3429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-11.5 - parent: 2 - - uid: 3565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,14.5 - parent: 2 - - uid: 3585 - components: - - type: Transform - pos: -61.5,33.5 - parent: 2 - - uid: 3633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-8.5 - parent: 2 - - uid: 3651 - components: - - type: Transform - pos: -60.5,27.5 - parent: 2 - - uid: 3659 - components: - - type: Transform - pos: -62.5,32.5 - parent: 2 - - uid: 3662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,49.5 - parent: 2 - - uid: 3767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-7.5 - parent: 2 - - uid: 3824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-5.5 - parent: 2 - - uid: 3825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-5.5 - parent: 2 - - uid: 3826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-5.5 - parent: 2 - - uid: 4849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,54.5 - parent: 2 - - uid: 5052 - components: - - type: Transform - pos: 78.5,-15.5 - parent: 2 - - uid: 5092 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,81.5 - parent: 2 - - uid: 5093 - components: - - type: Transform - pos: 43.5,-35.5 - parent: 2 - - uid: 5102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,79.5 - parent: 2 - - uid: 5104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,82.5 - parent: 2 - - uid: 5105 - components: - - type: Transform - pos: 2.5,-55.5 - parent: 2 - - uid: 5107 - components: - - type: Transform - pos: 0.5,-54.5 - parent: 2 - - uid: 5288 - components: - - type: Transform - pos: 2.5,-56.5 - parent: 2 - - uid: 5292 - components: - - type: Transform - pos: -5.5,-56.5 - parent: 2 - - uid: 5293 - components: - - type: Transform - pos: 0.5,-55.5 - parent: 2 - - uid: 5297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,79.5 - parent: 2 - - uid: 5405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,82.5 - parent: 2 - - uid: 5478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,80.5 - parent: 2 - - uid: 5538 - components: - - type: Transform - pos: 80.5,-15.5 - parent: 2 - - uid: 5545 - components: - - type: Transform - pos: -5.5,-53.5 - parent: 2 - - uid: 5629 - components: - - type: Transform - pos: 43.5,-34.5 - parent: 2 - - uid: 5694 - components: - - type: Transform - pos: 49.5,-34.5 - parent: 2 - - uid: 5697 - components: - - type: Transform - pos: 49.5,-35.5 - parent: 2 - - uid: 5890 - components: - - type: Transform - pos: 81.5,-15.5 - parent: 2 - - uid: 5894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,81.5 - parent: 2 - - uid: 5909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-9.5 - parent: 2 - - uid: 5912 - components: - - type: Transform - pos: 79.5,-15.5 - parent: 2 - - uid: 5930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-10.5 - parent: 2 - - uid: 5931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-4.5 - parent: 2 - - uid: 5952 - components: - - type: Transform - pos: 8.5,-54.5 - parent: 2 - - uid: 5953 - components: - - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 5957 - components: - - type: Transform - pos: 43.5,-33.5 - parent: 2 - - uid: 5960 - components: - - type: Transform - pos: -7.5,-54.5 - parent: 2 - - uid: 5961 - components: - - type: Transform - pos: 0.5,-53.5 - parent: 2 - - uid: 5962 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 2 - - uid: 5963 - components: - - type: Transform - pos: 43.5,-31.5 - parent: 2 - - uid: 5967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-5.5 - parent: 2 - - uid: 5968 - components: - - type: Transform - pos: -5.5,-54.5 - parent: 2 - - uid: 5969 - components: - - type: Transform - pos: 2.5,-54.5 - parent: 2 - - uid: 5971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-5.5 - parent: 2 - - uid: 5972 - components: - - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 5973 - components: - - type: Transform - pos: 43.5,-32.5 - parent: 2 - - uid: 5976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,80.5 - parent: 2 - - uid: 5981 - components: - - type: Transform - pos: 8.5,-55.5 - parent: 2 - - uid: 5986 - components: - - type: Transform - pos: 10.5,-54.5 - parent: 2 - - uid: 5987 - components: - - type: Transform - pos: 8.5,-56.5 - parent: 2 - - uid: 5988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,81.5 - parent: 2 - - uid: 5990 - components: - - type: Transform - pos: -7.5,-55.5 - parent: 2 - - uid: 5991 - components: - - type: Transform - pos: 10.5,-56.5 - parent: 2 - - uid: 6002 - components: - - type: Transform - pos: 10.5,-53.5 - parent: 2 - - uid: 6003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,80.5 - parent: 2 - - uid: 6004 - components: - - type: Transform - pos: 10.5,-55.5 - parent: 2 - - uid: 6005 - components: - - type: Transform - pos: -5.5,-55.5 - parent: 2 - - uid: 6006 - components: - - type: Transform - pos: 2.5,-53.5 - parent: 2 - - uid: 6139 - components: - - type: Transform - pos: -7.5,-53.5 - parent: 2 - - uid: 6179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,82.5 - parent: 2 - - uid: 6194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,79.5 - parent: 2 - - uid: 6195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,81.5 - parent: 2 - - uid: 6196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,82.5 - parent: 2 - - uid: 6273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,82.5 - parent: 2 - - uid: 6432 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,81.5 - parent: 2 - - uid: 6928 - components: - - type: Transform - pos: 32.5,36.5 - parent: 2 - - uid: 7095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,80.5 - parent: 2 - - uid: 7211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,81.5 - parent: 2 - - uid: 7213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,80.5 - parent: 2 - - uid: 7214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,82.5 - parent: 2 - - uid: 7237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,79.5 - parent: 2 - - uid: 7451 - components: - - type: Transform - pos: -46.5,57.5 - parent: 2 - - uid: 7465 - components: - - type: Transform - pos: -46.5,58.5 - parent: 2 - - uid: 7544 - components: - - type: Transform - pos: 34.5,32.5 - parent: 2 - - uid: 7582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-5.5 - parent: 2 - - uid: 7656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,24.5 - parent: 2 - - uid: 8641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,23.5 - parent: 2 - - uid: 8792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,31.5 - parent: 2 - - uid: 8793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,31.5 - parent: 2 - - uid: 8858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,32.5 - parent: 2 - - uid: 8859 - components: - - type: Transform - pos: -58.5,25.5 - parent: 2 - - uid: 8861 - components: - - type: Transform - pos: -58.5,26.5 - parent: 2 - - uid: 8862 - components: - - type: Transform - pos: -61.5,25.5 - parent: 2 - - uid: 8863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,34.5 - parent: 2 - - uid: 8869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,36.5 - parent: 2 - - uid: 8898 - components: - - type: Transform - pos: -60.5,26.5 - parent: 2 - - uid: 8899 - components: - - type: Transform - pos: -63.5,24.5 - parent: 2 - - uid: 8900 - components: - - type: Transform - pos: -59.5,23.5 - parent: 2 - - uid: 8901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,34.5 - parent: 2 - - uid: 8902 - components: - - type: Transform - pos: -60.5,25.5 - parent: 2 - - uid: 8903 - components: - - type: Transform - pos: -62.5,24.5 - parent: 2 - - uid: 8904 - components: - - type: Transform - pos: -60.5,23.5 - parent: 2 - - uid: 8906 - components: - - type: Transform - pos: -59.5,26.5 - parent: 2 - - uid: 8907 - components: - - type: Transform - pos: -61.5,24.5 - parent: 2 - - uid: 8908 - components: - - type: Transform - pos: -61.5,23.5 - parent: 2 - - uid: 8910 - components: - - type: Transform - pos: -59.5,25.5 - parent: 2 - - uid: 8911 - components: - - type: Transform - pos: -60.5,24.5 - parent: 2 - - uid: 8912 - components: - - type: Transform - pos: -62.5,23.5 - parent: 2 - - uid: 8914 - components: - - type: Transform - pos: -64.5,26.5 - parent: 2 - - uid: 8915 - components: - - type: Transform - pos: -59.5,24.5 - parent: 2 - - uid: 8916 - components: - - type: Transform - pos: -63.5,23.5 - parent: 2 - - uid: 8917 - components: - - type: Transform - pos: -61.5,27.5 - parent: 2 - - uid: 8918 - components: - - type: Transform - pos: -64.5,25.5 - parent: 2 - - uid: 8919 - components: - - type: Transform - pos: -64.5,24.5 - parent: 2 - - uid: 8920 - components: - - type: Transform - pos: -64.5,23.5 - parent: 2 - - uid: 8929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,31.5 - parent: 2 - - uid: 8931 - components: - - type: Transform - pos: -62.5,27.5 - parent: 2 - - uid: 8938 - components: - - type: Transform - pos: -61.5,26.5 - parent: 2 - - uid: 8941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,34.5 - parent: 2 - - uid: 8942 - components: - - type: Transform - pos: -62.5,26.5 - parent: 2 - - uid: 8944 - components: - - type: Transform - pos: -61.5,30.5 - parent: 2 - - uid: 8946 - components: - - type: Transform - pos: -62.5,25.5 - parent: 2 - - uid: 8950 - components: - - type: Transform - pos: -63.5,25.5 - parent: 2 - - uid: 8952 - components: - - type: Transform - pos: -61.5,28.5 - parent: 2 - - uid: 8954 - components: - - type: Transform - pos: -63.5,26.5 - parent: 2 - - uid: 8958 - components: - - type: Transform - pos: -58.5,23.5 - parent: 2 - - uid: 8960 - components: - - type: Transform - pos: -61.5,29.5 - parent: 2 - - uid: 8962 - components: - - type: Transform - pos: -58.5,24.5 - parent: 2 - - uid: 8971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,52.5 - parent: 2 - - uid: 8981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,50.5 - parent: 2 - - uid: 8983 - components: - - type: Transform - pos: -62.5,33.5 - parent: 2 - - uid: 8984 - components: - - type: Transform - pos: -60.5,33.5 - parent: 2 - - uid: 8989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,36.5 - parent: 2 - - uid: 8991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,35.5 - parent: 2 - - uid: 9649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-33.5 - parent: 2 - - uid: 9704 - components: - - type: Transform - pos: -57.5,39.5 - parent: 2 - - uid: 9733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-53.5 - parent: 2 - - uid: 9734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-42.5 - parent: 2 - - uid: 9735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-63.5 - parent: 2 - - uid: 9737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-64.5 - parent: 2 - - uid: 9742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-79.5 - parent: 2 - - uid: 9744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-78.5 - parent: 2 - - uid: 9745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-78.5 - parent: 2 - - uid: 9746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-77.5 - parent: 2 - - uid: 9747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-67.5 - parent: 2 - - uid: 9877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,41.5 - parent: 2 - - uid: 9878 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,41.5 - parent: 2 - - uid: 9879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,40.5 - parent: 2 - - uid: 9880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,39.5 - parent: 2 - - uid: 9882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,40.5 - parent: 2 - - uid: 9883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,40.5 - parent: 2 - - uid: 9884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,40.5 - parent: 2 - - uid: 9885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,40.5 - parent: 2 - - uid: 9886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,40.5 - parent: 2 - - uid: 9887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,41.5 - parent: 2 - - uid: 9888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,42.5 - parent: 2 - - uid: 9889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,43.5 - parent: 2 - - uid: 9890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,44.5 - parent: 2 - - uid: 9891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,45.5 - parent: 2 - - uid: 9892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,46.5 - parent: 2 - - uid: 9893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,47.5 - parent: 2 - - uid: 9894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,48.5 - parent: 2 - - uid: 9895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,49.5 - parent: 2 - - uid: 9896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,50.5 - parent: 2 - - uid: 9897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,51.5 - parent: 2 - - uid: 9899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,51.5 - parent: 2 - - uid: 9900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,51.5 - parent: 2 - - uid: 9901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,35.5 - parent: 2 - - uid: 9902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,36.5 - parent: 2 - - uid: 9906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,51.5 - parent: 2 - - uid: 9907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,51.5 - parent: 2 - - uid: 9908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,51.5 - parent: 2 - - uid: 9910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,51.5 - parent: 2 - - uid: 9913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,51.5 - parent: 2 - - uid: 9915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,51.5 - parent: 2 - - uid: 9916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,51.5 - parent: 2 - - uid: 9917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,51.5 - parent: 2 - - uid: 9948 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,41.5 - parent: 2 - - uid: 9949 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,41.5 - parent: 2 - - uid: 9952 - components: - - type: Transform - pos: -55.5,41.5 - parent: 2 - - uid: 9953 - components: - - type: Transform - pos: -54.5,40.5 - parent: 2 - - uid: 9955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,39.5 - parent: 2 - - uid: 9956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,39.5 - parent: 2 - - uid: 9962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,39.5 - parent: 2 - - uid: 9964 - components: - - type: Transform - pos: -58.5,39.5 - parent: 2 - - uid: 9965 - components: - - type: Transform - pos: -54.5,41.5 - parent: 2 - - uid: 10017 - components: - - type: Transform - pos: -64.5,34.5 - parent: 2 - - uid: 10018 - components: - - type: Transform - pos: -63.5,34.5 - parent: 2 - - uid: 10019 - components: - - type: Transform - pos: -59.5,34.5 - parent: 2 - - uid: 10020 - components: - - type: Transform - pos: -57.5,34.5 - parent: 2 - - uid: 10021 - components: - - type: Transform - pos: -56.5,34.5 - parent: 2 - - uid: 10022 - components: - - type: Transform - pos: -55.5,34.5 - parent: 2 - - uid: 10023 - components: - - type: Transform - pos: -54.5,34.5 - parent: 2 - - uid: 10024 - components: - - type: Transform - pos: -54.5,35.5 - parent: 2 - - uid: 10025 - components: - - type: Transform - pos: -54.5,36.5 - parent: 2 - - uid: 10026 - components: - - type: Transform - pos: -54.5,37.5 - parent: 2 - - uid: 10027 - components: - - type: Transform - pos: -54.5,38.5 - parent: 2 - - uid: 10033 - components: - - type: Transform - pos: -68.5,28.5 - parent: 2 - - uid: 10034 - components: - - type: Transform - pos: -68.5,27.5 - parent: 2 - - uid: 10035 - components: - - type: Transform - pos: -68.5,26.5 - parent: 2 - - uid: 10036 - components: - - type: Transform - pos: -68.5,25.5 - parent: 2 - - uid: 10037 - components: - - type: Transform - pos: -68.5,24.5 - parent: 2 - - uid: 10038 - components: - - type: Transform - pos: -68.5,23.5 - parent: 2 - - uid: 10039 - components: - - type: Transform - pos: -68.5,22.5 - parent: 2 - - uid: 10040 - components: - - type: Transform - pos: -68.5,21.5 - parent: 2 - - uid: 10041 - components: - - type: Transform - pos: -68.5,20.5 - parent: 2 - - uid: 10042 - components: - - type: Transform - pos: -68.5,19.5 - parent: 2 - - uid: 10043 - components: - - type: Transform - pos: -67.5,19.5 - parent: 2 - - uid: 10044 - components: - - type: Transform - pos: -66.5,19.5 - parent: 2 - - uid: 10045 - components: - - type: Transform - pos: -65.5,19.5 - parent: 2 - - uid: 10046 - components: - - type: Transform - pos: -65.5,18.5 - parent: 2 - - uid: 10047 - components: - - type: Transform - pos: -65.5,17.5 - parent: 2 - - uid: 10048 - components: - - type: Transform - pos: -65.5,16.5 - parent: 2 - - uid: 10049 - components: - - type: Transform - pos: -65.5,15.5 - parent: 2 - - uid: 10050 - components: - - type: Transform - pos: -65.5,14.5 - parent: 2 - - uid: 10051 - components: - - type: Transform - pos: -65.5,13.5 - parent: 2 - - uid: 10052 - components: - - type: Transform - pos: -65.5,12.5 - parent: 2 - - uid: 10053 - components: - - type: Transform - pos: -65.5,11.5 - parent: 2 - - uid: 10054 - components: - - type: Transform - pos: -64.5,11.5 - parent: 2 - - uid: 10055 - components: - - type: Transform - pos: -64.5,10.5 - parent: 2 - - uid: 10061 - components: - - type: Transform - pos: -67.5,35.5 - parent: 2 - - uid: 10062 - components: - - type: Transform - pos: -67.5,36.5 - parent: 2 - - uid: 10063 - components: - - type: Transform - pos: -66.5,36.5 - parent: 2 - - uid: 10066 - components: - - type: Transform - pos: -68.5,36.5 - parent: 2 - - uid: 10514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-47.5 - parent: 2 - - uid: 10515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-57.5 - parent: 2 - - uid: 10516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-46.5 - parent: 2 - - uid: 11013 - components: - - type: Transform - pos: -62.5,-21.5 - parent: 2 - - uid: 11524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-3.5 - parent: 2 - - uid: 11552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,21.5 - parent: 2 - - uid: 11553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,20.5 - parent: 2 - - uid: 11554 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,19.5 - parent: 2 - - uid: 11555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,18.5 - parent: 2 - - uid: 11556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-3.5 - parent: 2 - - uid: 11557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-3.5 - parent: 2 - - uid: 11558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-3.5 - parent: 2 - - uid: 11559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-3.5 - parent: 2 - - uid: 11560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-2.5 - parent: 2 - - uid: 11561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-1.5 - parent: 2 - - uid: 11562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-0.5 - parent: 2 - - uid: 11563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,0.5 - parent: 2 - - uid: 11564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,1.5 - parent: 2 - - uid: 11565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,2.5 - parent: 2 - - uid: 11566 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,3.5 - parent: 2 - - uid: 11567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,4.5 - parent: 2 - - uid: 11568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,5.5 - parent: 2 - - uid: 11569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,6.5 - parent: 2 - - uid: 11570 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-4.5 - parent: 2 - - uid: 11571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-5.5 - parent: 2 - - uid: 11572 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-6.5 - parent: 2 - - uid: 11573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-7.5 - parent: 2 - - uid: 11574 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-8.5 - parent: 2 - - uid: 11575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-9.5 - parent: 2 - - uid: 11576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-10.5 - parent: 2 - - uid: 11577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-11.5 - parent: 2 - - uid: 11578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-11.5 - parent: 2 - - uid: 11579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-11.5 - parent: 2 - - uid: 11580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-11.5 - parent: 2 - - uid: 11581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-12.5 - parent: 2 - - uid: 11582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-13.5 - parent: 2 - - uid: 11583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-14.5 - parent: 2 - - uid: 11584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-15.5 - parent: 2 - - uid: 11585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-16.5 - parent: 2 - - uid: 11586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-17.5 - parent: 2 - - uid: 11587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-18.5 - parent: 2 - - uid: 11588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-19.5 - parent: 2 - - uid: 11589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-20.5 - parent: 2 - - uid: 11590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-21.5 - parent: 2 - - uid: 11591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-22.5 - parent: 2 - - uid: 11592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-23.5 - parent: 2 - - uid: 11593 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-24.5 - parent: 2 - - uid: 11595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-26.5 - parent: 2 - - uid: 11597 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-28.5 - parent: 2 - - uid: 11599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-30.5 - parent: 2 - - uid: 11600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-33.5 - parent: 2 - - uid: 11601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-33.5 - parent: 2 - - uid: 11602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-34.5 - parent: 2 - - uid: 11603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-35.5 - parent: 2 - - uid: 11604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-35.5 - parent: 2 - - uid: 11607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-34.5 - parent: 2 - - uid: 11618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-34.5 - parent: 2 - - uid: 11619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-33.5 - parent: 2 - - uid: 11620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-35.5 - parent: 2 - - uid: 11621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-34.5 - parent: 2 - - uid: 11622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-34.5 - parent: 2 - - uid: 11623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-34.5 - parent: 2 - - uid: 11624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-34.5 - parent: 2 - - uid: 11625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-34.5 - parent: 2 - - uid: 11626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-33.5 - parent: 2 - - uid: 11627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-35.5 - parent: 2 - - uid: 11628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-35.5 - parent: 2 - - uid: 11629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-33.5 - parent: 2 - - uid: 11630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-33.5 - parent: 2 - - uid: 11631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-35.5 - parent: 2 - - uid: 11632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-33.5 - parent: 2 - - uid: 11634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-35.5 - parent: 2 - - uid: 11638 - components: - - type: Transform - pos: -46.5,61.5 - parent: 2 - - uid: 11652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-35.5 - parent: 2 - - uid: 11653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-35.5 - parent: 2 - - uid: 11654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-35.5 - parent: 2 - - uid: 11656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-35.5 - parent: 2 - - uid: 11657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-35.5 - parent: 2 - - uid: 11658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-35.5 - parent: 2 - - uid: 11659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-35.5 - parent: 2 - - uid: 11660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-35.5 - parent: 2 - - uid: 11661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-35.5 - parent: 2 - - uid: 11662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-35.5 - parent: 2 - - uid: 11663 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-35.5 - parent: 2 - - uid: 11664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-35.5 - parent: 2 - - uid: 11665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-35.5 - parent: 2 - - uid: 11666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-35.5 - parent: 2 - - uid: 11667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-35.5 - parent: 2 - - uid: 11668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-35.5 - parent: 2 - - uid: 11669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-36.5 - parent: 2 - - uid: 11670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-36.5 - parent: 2 - - uid: 11671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-17.5 - parent: 2 - - uid: 11672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-18.5 - parent: 2 - - uid: 11673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-19.5 - parent: 2 - - uid: 11674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-20.5 - parent: 2 - - uid: 11675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-21.5 - parent: 2 - - uid: 11676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-22.5 - parent: 2 - - uid: 11677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-23.5 - parent: 2 - - uid: 11678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-24.5 - parent: 2 - - uid: 11679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-25.5 - parent: 2 - - uid: 11680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-26.5 - parent: 2 - - uid: 11681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-27.5 - parent: 2 - - uid: 11682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-27.5 - parent: 2 - - uid: 11683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-27.5 - parent: 2 - - uid: 11684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-27.5 - parent: 2 - - uid: 11685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-27.5 - parent: 2 - - uid: 11686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-27.5 - parent: 2 - - uid: 11687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-27.5 - parent: 2 - - uid: 11688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-27.5 - parent: 2 - - uid: 11689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-27.5 - parent: 2 - - uid: 11690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-28.5 - parent: 2 - - uid: 11691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-28.5 - parent: 2 - - uid: 11861 - components: - - type: Transform - pos: -63.5,-21.5 - parent: 2 - - uid: 11894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-33.5 - parent: 2 - - uid: 11895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 2 - - uid: 11896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-31.5 - parent: 2 - - uid: 11897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-30.5 - parent: 2 - - uid: 11898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-29.5 - parent: 2 - - uid: 12004 - components: - - type: Transform - pos: -41.5,56.5 - parent: 2 - - uid: 12249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-18.5 - parent: 2 - - uid: 12250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-19.5 - parent: 2 - - uid: 12251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-17.5 - parent: 2 - - uid: 12252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-19.5 - parent: 2 - - uid: 12254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-20.5 - parent: 2 - - uid: 12255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-20.5 - parent: 2 - - uid: 12256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-21.5 - parent: 2 - - uid: 12257 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-22.5 - parent: 2 - - uid: 12258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-23.5 - parent: 2 - - uid: 12259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-24.5 - parent: 2 - - uid: 12260 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-25.5 - parent: 2 - - uid: 12261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-26.5 - parent: 2 - - uid: 12262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-27.5 - parent: 2 - - uid: 12263 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-28.5 - parent: 2 - - uid: 12264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-28.5 - parent: 2 - - uid: 12265 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-28.5 - parent: 2 - - uid: 12266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-28.5 - parent: 2 - - uid: 12267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-28.5 - parent: 2 - - uid: 12268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-28.5 - parent: 2 - - uid: 12270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-34.5 - parent: 2 - - uid: 12271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-35.5 - parent: 2 - - uid: 12272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-36.5 - parent: 2 - - uid: 12273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-37.5 - parent: 2 - - uid: 12274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-37.5 - parent: 2 - - uid: 12275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-38.5 - parent: 2 - - uid: 12276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-38.5 - parent: 2 - - uid: 12277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-39.5 - parent: 2 - - uid: 12278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-37.5 - parent: 2 - - uid: 12279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-37.5 - parent: 2 - - uid: 12280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-37.5 - parent: 2 - - uid: 12281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-36.5 - parent: 2 - - uid: 12282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-35.5 - parent: 2 - - uid: 12283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-34.5 - parent: 2 - - uid: 12284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-33.5 - parent: 2 - - uid: 12285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-32.5 - parent: 2 - - uid: 12286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-31.5 - parent: 2 - - uid: 12287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-30.5 - parent: 2 - - uid: 12288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-29.5 - parent: 2 - - uid: 12289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-28.5 - parent: 2 - - uid: 12290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-28.5 - parent: 2 - - uid: 12291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-28.5 - parent: 2 - - uid: 12292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-28.5 - parent: 2 - - uid: 12293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-28.5 - parent: 2 - - uid: 12294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-28.5 - parent: 2 - - uid: 12295 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-28.5 - parent: 2 - - uid: 12296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-28.5 - parent: 2 - - uid: 12299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-28.5 - parent: 2 - - uid: 12300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-27.5 - parent: 2 - - uid: 12301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-26.5 - parent: 2 - - uid: 12302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-25.5 - parent: 2 - - uid: 12303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-24.5 - parent: 2 - - uid: 12304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-23.5 - parent: 2 - - uid: 12305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-22.5 - parent: 2 - - uid: 12306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-21.5 - parent: 2 - - uid: 12307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-20.5 - parent: 2 - - uid: 12309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 2 - - uid: 12310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-18.5 - parent: 2 - - uid: 12314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-18.5 - parent: 2 - - uid: 12315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-18.5 - parent: 2 - - uid: 12316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-18.5 - parent: 2 - - uid: 12317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-18.5 - parent: 2 - - uid: 12320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-18.5 - parent: 2 - - uid: 12321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-20.5 - parent: 2 - - uid: 12322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-20.5 - parent: 2 - - uid: 12681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-19.5 - parent: 2 - - uid: 12682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-20.5 - parent: 2 - - uid: 12683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-21.5 - parent: 2 - - uid: 12684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-22.5 - parent: 2 - - uid: 12685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-23.5 - parent: 2 - - uid: 12686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-24.5 - parent: 2 - - uid: 12687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-25.5 - parent: 2 - - uid: 12688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-26.5 - parent: 2 - - uid: 12689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-26.5 - parent: 2 - - uid: 12690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-26.5 - parent: 2 - - uid: 12691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-26.5 - parent: 2 - - uid: 12692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-26.5 - parent: 2 - - uid: 12693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-26.5 - parent: 2 - - uid: 12694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-26.5 - parent: 2 - - uid: 12695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-27.5 - parent: 2 - - uid: 12696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-28.5 - parent: 2 - - uid: 12697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-29.5 - parent: 2 - - uid: 12698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-30.5 - parent: 2 - - uid: 12699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-31.5 - parent: 2 - - uid: 12700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-32.5 - parent: 2 - - uid: 12701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-33.5 - parent: 2 - - uid: 12702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-33.5 - parent: 2 - - uid: 12703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-33.5 - parent: 2 - - uid: 12704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-33.5 - parent: 2 - - uid: 12705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-33.5 - parent: 2 - - uid: 12706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-33.5 - parent: 2 - - uid: 12707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-32.5 - parent: 2 - - uid: 12708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-31.5 - parent: 2 - - uid: 12711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-31.5 - parent: 2 - - uid: 12712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-31.5 - parent: 2 - - uid: 12713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-30.5 - parent: 2 - - uid: 12714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-30.5 - parent: 2 - - uid: 12715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-30.5 - parent: 2 - - uid: 12716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-30.5 - parent: 2 - - uid: 12717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-30.5 - parent: 2 - - uid: 12718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-30.5 - parent: 2 - - uid: 12719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-30.5 - parent: 2 - - uid: 12720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-30.5 - parent: 2 - - uid: 12721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-30.5 - parent: 2 - - uid: 12722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-30.5 - parent: 2 - - uid: 12723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-30.5 - parent: 2 - - uid: 12724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-30.5 - parent: 2 - - uid: 12725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-29.5 - parent: 2 - - uid: 12726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-28.5 - parent: 2 - - uid: 12727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-29.5 - parent: 2 - - uid: 12728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-29.5 - parent: 2 - - uid: 12729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-28.5 - parent: 2 - - uid: 12733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-28.5 - parent: 2 - - uid: 12734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-28.5 - parent: 2 - - uid: 12735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-28.5 - parent: 2 - - uid: 12736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-27.5 - parent: 2 - - uid: 12737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-27.5 - parent: 2 - - uid: 12738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-27.5 - parent: 2 - - uid: 12739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-26.5 - parent: 2 - - uid: 12740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-26.5 - parent: 2 - - uid: 12741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-25.5 - parent: 2 - - uid: 12742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-24.5 - parent: 2 - - uid: 12743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-24.5 - parent: 2 - - uid: 12744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-23.5 - parent: 2 - - uid: 12745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-22.5 - parent: 2 - - uid: 12746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-21.5 - parent: 2 - - uid: 12749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-20.5 - parent: 2 - - uid: 12750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-20.5 - parent: 2 - - uid: 12751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-20.5 - parent: 2 - - uid: 12752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-20.5 - parent: 2 - - uid: 12753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-20.5 - parent: 2 - - uid: 12754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-20.5 - parent: 2 - - uid: 12755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-21.5 - parent: 2 - - uid: 12756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-19.5 - parent: 2 - - uid: 12757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-18.5 - parent: 2 - - uid: 12758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-14.5 - parent: 2 - - uid: 12759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-13.5 - parent: 2 - - uid: 12760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-12.5 - parent: 2 - - uid: 12761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-11.5 - parent: 2 - - uid: 12762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-10.5 - parent: 2 - - uid: 12763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-10.5 - parent: 2 - - uid: 12764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-9.5 - parent: 2 - - uid: 12765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-8.5 - parent: 2 - - uid: 12766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-7.5 - parent: 2 - - uid: 12767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-6.5 - parent: 2 - - uid: 12768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-8.5 - parent: 2 - - uid: 12769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-6.5 - parent: 2 - - uid: 12770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-5.5 - parent: 2 - - uid: 12771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-4.5 - parent: 2 - - uid: 12772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-3.5 - parent: 2 - - uid: 12773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-2.5 - parent: 2 - - uid: 12774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-1.5 - parent: 2 - - uid: 12775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-0.5 - parent: 2 - - uid: 12776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-3.5 - parent: 2 - - uid: 12777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-3.5 - parent: 2 - - uid: 12778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,1.5 - parent: 2 - - uid: 12779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,2.5 - parent: 2 - - uid: 12780 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,3.5 - parent: 2 - - uid: 12781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,3.5 - parent: 2 - - uid: 12782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,4.5 - parent: 2 - - uid: 12783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,5.5 - parent: 2 - - uid: 12784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,6.5 - parent: 2 - - uid: 12785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,7.5 - parent: 2 - - uid: 12786 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,8.5 - parent: 2 - - uid: 12787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,9.5 - parent: 2 - - uid: 13329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,24.5 - parent: 2 - - uid: 13330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,24.5 - parent: 2 - - uid: 13495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-58.5 - parent: 2 - - uid: 13496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-56.5 - parent: 2 - - uid: 13497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-45.5 - parent: 2 - - uid: 13498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-83.5 - parent: 2 - - uid: 13499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-83.5 - parent: 2 - - uid: 13500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-85.5 - parent: 2 - - uid: 13501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-65.5 - parent: 2 - - uid: 13502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-73.5 - parent: 2 - - uid: 13503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-74.5 - parent: 2 - - uid: 13520 - components: - - type: Transform - pos: 55.5,-33.5 - parent: 2 - - uid: 13521 - components: - - type: Transform - pos: 56.5,-33.5 - parent: 2 - - uid: 13522 - components: - - type: Transform - pos: 57.5,-33.5 - parent: 2 - - uid: 13523 - components: - - type: Transform - pos: 55.5,-35.5 - parent: 2 - - uid: 13524 - components: - - type: Transform - pos: 56.5,-35.5 - parent: 2 - - uid: 13525 - components: - - type: Transform - pos: 57.5,-35.5 - parent: 2 - - uid: 13526 - components: - - type: Transform - pos: 56.5,-34.5 - parent: 2 - - uid: 13527 - components: - - type: Transform - pos: 55.5,-36.5 - parent: 2 - - uid: 13528 - components: - - type: Transform - pos: 55.5,-37.5 - parent: 2 - - uid: 13529 - components: - - type: Transform - pos: 55.5,-38.5 - parent: 2 - - uid: 13530 - components: - - type: Transform - pos: 56.5,-38.5 - parent: 2 - - uid: 13531 - components: - - type: Transform - pos: 57.5,-37.5 - parent: 2 - - uid: 13532 - components: - - type: Transform - pos: 57.5,-38.5 - parent: 2 - - uid: 13533 - components: - - type: Transform - pos: 57.5,-36.5 - parent: 2 - - uid: 13534 - components: - - type: Transform - pos: 56.5,-39.5 - parent: 2 - - uid: 13550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-80.5 - parent: 2 - - uid: 13558 - components: - - type: Transform - pos: 57.5,-31.5 - parent: 2 - - uid: 13559 - components: - - type: Transform - pos: 55.5,-31.5 - parent: 2 - - uid: 13560 - components: - - type: Transform - pos: 55.5,-32.5 - parent: 2 - - uid: 13561 - components: - - type: Transform - pos: 57.5,-32.5 - parent: 2 - - uid: 13651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-55.5 - parent: 2 - - uid: 13652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-52.5 - parent: 2 - - uid: 13653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-50.5 - parent: 2 - - uid: 13654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-51.5 - parent: 2 - - uid: 13659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-49.5 - parent: 2 - - uid: 13722 - components: - - type: Transform - pos: -46.5,63.5 - parent: 2 - - uid: 13861 - components: - - type: Transform - pos: -42.5,69.5 - parent: 2 - - uid: 13862 - components: - - type: Transform - pos: -46.5,66.5 - parent: 2 - - uid: 13995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,33.5 - parent: 2 - - uid: 14245 - components: - - type: Transform - pos: -46.5,67.5 - parent: 2 - - uid: 14286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,44.5 - parent: 2 - - uid: 14291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,44.5 - parent: 2 - - uid: 14568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,33.5 - parent: 2 - - uid: 14569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,33.5 - parent: 2 - - uid: 14570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,33.5 - parent: 2 - - uid: 14571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,33.5 - parent: 2 - - uid: 14572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,33.5 - parent: 2 - - uid: 14573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,33.5 - parent: 2 - - uid: 14574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,33.5 - parent: 2 - - uid: 14575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,33.5 - parent: 2 - - uid: 14576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,33.5 - parent: 2 - - uid: 14577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,33.5 - parent: 2 - - uid: 14578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,33.5 - parent: 2 - - uid: 14579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,33.5 - parent: 2 - - uid: 14580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,33.5 - parent: 2 - - uid: 14581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,33.5 - parent: 2 - - uid: 14582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,33.5 - parent: 2 - - uid: 14583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,33.5 - parent: 2 - - uid: 14584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,33.5 - parent: 2 - - uid: 14585 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,33.5 - parent: 2 - - uid: 14594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,33.5 - parent: 2 - - uid: 14595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,34.5 - parent: 2 - - uid: 14596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,35.5 - parent: 2 - - uid: 14597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,36.5 - parent: 2 - - uid: 14609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,45.5 - parent: 2 - - uid: 14610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,46.5 - parent: 2 - - uid: 14611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,47.5 - parent: 2 - - uid: 14612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,48.5 - parent: 2 - - uid: 14613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,49.5 - parent: 2 - - uid: 14614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,50.5 - parent: 2 - - uid: 14615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,51.5 - parent: 2 - - uid: 14636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,49.5 - parent: 2 - - uid: 14637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,49.5 - parent: 2 - - uid: 14763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,32.5 - parent: 2 - - uid: 14764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,31.5 - parent: 2 - - uid: 14765 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,30.5 - parent: 2 - - uid: 14766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,29.5 - parent: 2 - - uid: 14767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,28.5 - parent: 2 - - uid: 14768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,27.5 - parent: 2 - - uid: 14769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,26.5 - parent: 2 - - uid: 14770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,25.5 - parent: 2 - - uid: 14771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,24.5 - parent: 2 - - uid: 14772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,23.5 - parent: 2 - - uid: 14773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 - parent: 2 - - uid: 14774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,27.5 - parent: 2 - - uid: 15046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,60.5 - parent: 2 - - uid: 15156 - components: - - type: Transform - pos: -46.5,69.5 - parent: 2 - - uid: 15198 - components: - - type: Transform - pos: -44.5,69.5 - parent: 2 - - uid: 15935 - components: - - type: Transform - pos: -46.5,62.5 - parent: 2 - - uid: 15960 - components: - - type: Transform - pos: -45.5,69.5 - parent: 2 - - uid: 16006 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - - uid: 16007 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - - uid: 16008 - components: - - type: Transform - pos: -3.5,45.5 - parent: 2 - - uid: 16009 - components: - - type: Transform - pos: -2.5,45.5 - parent: 2 - - uid: 16010 - components: - - type: Transform - pos: -2.5,44.5 - parent: 2 - - uid: 16011 - components: - - type: Transform - pos: -2.5,43.5 - parent: 2 - - uid: 16012 - components: - - type: Transform - pos: -2.5,42.5 - parent: 2 - - uid: 16013 - components: - - type: Transform - pos: -2.5,41.5 - parent: 2 - - uid: 16014 - components: - - type: Transform - pos: -2.5,40.5 - parent: 2 - - uid: 16015 - components: - - type: Transform - pos: -2.5,39.5 - parent: 2 - - uid: 16016 - components: - - type: Transform - pos: -2.5,38.5 - parent: 2 - - uid: 16017 - components: - - type: Transform - pos: -2.5,37.5 - parent: 2 - - uid: 16018 - components: - - type: Transform - pos: -2.5,36.5 - parent: 2 - - uid: 16019 - components: - - type: Transform - pos: -2.5,35.5 - parent: 2 - - uid: 16020 - components: - - type: Transform - pos: -2.5,34.5 - parent: 2 - - uid: 16021 - components: - - type: Transform - pos: -2.5,33.5 - parent: 2 - - uid: 16022 - components: - - type: Transform - pos: -2.5,32.5 - parent: 2 - - uid: 16023 - components: - - type: Transform - pos: -2.5,31.5 - parent: 2 - - uid: 16024 - components: - - type: Transform - pos: -2.5,30.5 - parent: 2 - - uid: 16025 - components: - - type: Transform - pos: -2.5,29.5 - parent: 2 - - uid: 16026 - components: - - type: Transform - pos: -2.5,28.5 - parent: 2 - - uid: 16027 - components: - - type: Transform - pos: -1.5,28.5 - parent: 2 - - uid: 16028 - components: - - type: Transform - pos: -0.5,28.5 - parent: 2 - - uid: 16029 - components: - - type: Transform - pos: -1.5,44.5 - parent: 2 - - uid: 16030 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - - uid: 16084 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,40.5 - parent: 2 - - uid: 16361 - components: - - type: Transform - pos: -46.5,68.5 - parent: 2 - - uid: 16367 - components: - - type: Transform - pos: -43.5,69.5 - parent: 2 - - uid: 16396 - components: - - type: Transform - pos: 80.5,-17.5 - parent: 2 - - uid: 16405 - components: - - type: Transform - pos: -46.5,60.5 - parent: 2 - - uid: 17968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,60.5 - parent: 2 - - uid: 17970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,59.5 - parent: 2 - - uid: 17976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,62.5 - parent: 2 - - uid: 17978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,61.5 - parent: 2 - - uid: 18015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,60.5 - parent: 2 - - uid: 18016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,58.5 - parent: 2 - - uid: 18327 - components: - - type: Transform - pos: 37.5,10.5 - parent: 2 - - uid: 18346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,58.5 - parent: 2 - - uid: 19098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,50.5 - parent: 2 - - uid: 19103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -113.5,58.5 - parent: 2 - - uid: 19104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,58.5 - parent: 2 - - uid: 19105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,58.5 - parent: 2 - - uid: 19108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,58.5 - parent: 2 - - uid: 19109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,58.5 - parent: 2 - - uid: 19110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,57.5 - parent: 2 - - uid: 19111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,56.5 - parent: 2 - - uid: 19113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,53.5 - parent: 2 - - uid: 19114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,51.5 - parent: 2 - - uid: 19116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,55.5 - parent: 2 - - uid: 19117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,55.5 - parent: 2 - - uid: 19118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,55.5 - parent: 2 - - uid: 19119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -110.5,55.5 - parent: 2 - - uid: 19120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,53.5 - parent: 2 - - uid: 19121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,51.5 - parent: 2 - - uid: 19122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,50.5 - parent: 2 - - uid: 19123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,49.5 - parent: 2 - - uid: 19124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,47.5 - parent: 2 - - uid: 19125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -111.5,47.5 - parent: 2 - - uid: 19126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,47.5 - parent: 2 - - uid: 19127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,47.5 - parent: 2 - - uid: 19128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,46.5 - parent: 2 - - uid: 19129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,45.5 - parent: 2 - - uid: 19130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,44.5 - parent: 2 - - uid: 19131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -117.5,44.5 - parent: 2 - - uid: 19133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -115.5,44.5 - parent: 2 - - uid: 19134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -114.5,44.5 - parent: 2 - - uid: 19135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -113.5,44.5 - parent: 2 - - uid: 19136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -112.5,44.5 - parent: 2 - - uid: 19137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,44.5 - parent: 2 - - uid: 19138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,44.5 - parent: 2 - - uid: 19139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,44.5 - parent: 2 - - uid: 19140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,45.5 - parent: 2 - - uid: 19141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,46.5 - parent: 2 - - uid: 19142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,49.5 - parent: 2 - - uid: 19143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,50.5 - parent: 2 - - uid: 19144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,51.5 - parent: 2 - - uid: 19145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,54.5 - parent: 2 - - uid: 19147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,56.5 - parent: 2 - - uid: 19148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,57.5 - parent: 2 - - uid: 19149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,56.5 - parent: 2 - - uid: 19150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,56.5 - parent: 2 - - uid: 19151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,56.5 - parent: 2 - - uid: 19152 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,56.5 - parent: 2 - - uid: 19153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,56.5 - parent: 2 - - uid: 19154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,55.5 - parent: 2 - - uid: 19155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,54.5 - parent: 2 - - uid: 19156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -99.5,54.5 - parent: 2 - - uid: 19157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,54.5 - parent: 2 - - uid: 19158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,54.5 - parent: 2 - - uid: 19159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,54.5 - parent: 2 - - uid: 19160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,54.5 - parent: 2 - - uid: 19161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,53.5 - parent: 2 - - uid: 19162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,52.5 - parent: 2 - - uid: 19163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,51.5 - parent: 2 - - uid: 19164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,51.5 - parent: 2 - - uid: 19167 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,51.5 - parent: 2 - - uid: 19168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,51.5 - parent: 2 - - uid: 19169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,51.5 - parent: 2 - - uid: 19170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,51.5 - parent: 2 - - uid: 19171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,48.5 - parent: 2 - - uid: 19172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,47.5 - parent: 2 - - uid: 19173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,46.5 - parent: 2 - - uid: 19174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,46.5 - parent: 2 - - uid: 19175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,46.5 - parent: 2 - - uid: 19176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,46.5 - parent: 2 - - uid: 19289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,35.5 - parent: 2 - - uid: 19290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,36.5 - parent: 2 - - uid: 19481 - components: - - type: Transform - pos: -5.5,79.5 - parent: 2 - - uid: 19604 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - - uid: 19689 - components: - - type: Transform - pos: -41.5,69.5 - parent: 2 - - uid: 19767 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - - uid: 19814 - components: - - type: Transform - pos: -45.5,56.5 - parent: 2 - - uid: 19828 - components: - - type: Transform - pos: -46.5,65.5 - parent: 2 - - uid: 19900 - components: - - type: Transform - pos: 79.5,-17.5 - parent: 2 - - uid: 20006 - components: - - type: Transform - pos: 78.5,-17.5 - parent: 2 - - uid: 20214 - components: - - type: Transform - pos: -44.5,56.5 - parent: 2 - - uid: 20223 - components: - - type: Transform - pos: 36.5,10.5 - parent: 2 - - uid: 20839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,16.5 - parent: 2 - - uid: 20840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,15.5 - parent: 2 - - uid: 20841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,14.5 - parent: 2 - - uid: 20842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,13.5 - parent: 2 - - uid: 20843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,16.5 - parent: 2 - - uid: 20844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,15.5 - parent: 2 - - uid: 20845 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,14.5 - parent: 2 - - uid: 20846 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,13.5 - parent: 2 - - uid: 20847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,12.5 - parent: 2 - - uid: 20848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,11.5 - parent: 2 - - uid: 20849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,10.5 - parent: 2 - - uid: 20850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,9.5 - parent: 2 - - uid: 20851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,8.5 - parent: 2 - - uid: 20852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,7.5 - parent: 2 - - uid: 20853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,6.5 - parent: 2 - - uid: 20854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,5.5 - parent: 2 - - uid: 20855 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,4.5 - parent: 2 - - uid: 20856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,3.5 - parent: 2 - - uid: 20857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,2.5 - parent: 2 - - uid: 20858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,1.5 - parent: 2 - - uid: 20859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,0.5 - parent: 2 - - uid: 20860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-0.5 - parent: 2 - - uid: 20861 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-1.5 - parent: 2 - - uid: 20862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-2.5 - parent: 2 - - uid: 20863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-3.5 - parent: 2 - - uid: 20871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-5.5 - parent: 2 - - uid: 20872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-5.5 - parent: 2 - - uid: 20873 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-5.5 - parent: 2 - - uid: 20874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-5.5 - parent: 2 - - uid: 20880 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,4.5 - parent: 2 - - uid: 20881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,4.5 - parent: 2 - - uid: 20882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,4.5 - parent: 2 - - uid: 20883 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,4.5 - parent: 2 - - uid: 20884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,6.5 - parent: 2 - - uid: 20885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,6.5 - parent: 2 - - uid: 20886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,6.5 - parent: 2 - - uid: 20887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,6.5 - parent: 2 - - uid: 20888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,8.5 - parent: 2 - - uid: 20891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,17.5 - parent: 2 - - uid: 20892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,16.5 - parent: 2 - - uid: 20893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,15.5 - parent: 2 - - uid: 20894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,14.5 - parent: 2 - - uid: 20895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,13.5 - parent: 2 - - uid: 20896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,12.5 - parent: 2 - - uid: 20897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,11.5 - parent: 2 - - uid: 20898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,11.5 - parent: 2 - - uid: 20899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,11.5 - parent: 2 - - uid: 20902 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,10.5 - parent: 2 - - uid: 20903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,9.5 - parent: 2 - - uid: 20904 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,8.5 - parent: 2 - - uid: 20905 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,7.5 - parent: 2 - - uid: 20906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,6.5 - parent: 2 - - uid: 20907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,5.5 - parent: 2 - - uid: 20908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,4.5 - parent: 2 - - uid: 20909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,3.5 - parent: 2 - - uid: 20910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,2.5 - parent: 2 - - uid: 20911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,1.5 - parent: 2 - - uid: 20912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,0.5 - parent: 2 - - uid: 20913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-0.5 - parent: 2 - - uid: 20914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 - parent: 2 - - uid: 20915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-2.5 - parent: 2 - - uid: 20916 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-3.5 - parent: 2 - - uid: 20917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-4.5 - parent: 2 - - uid: 20918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-5.5 - parent: 2 - - uid: 20919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-6.5 - parent: 2 - - uid: 20920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-7.5 - parent: 2 - - uid: 20921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-8.5 - parent: 2 - - uid: 20922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-9.5 - parent: 2 - - uid: 20923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-10.5 - parent: 2 - - uid: 20924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-11.5 - parent: 2 - - uid: 20925 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-12.5 - parent: 2 - - uid: 21183 - components: - - type: Transform - pos: -62.5,-16.5 - parent: 2 - - uid: 21184 - components: - - type: Transform - pos: -63.5,-16.5 - parent: 2 - - uid: 21185 - components: - - type: Transform - pos: -64.5,-16.5 - parent: 2 - - uid: 21186 - components: - - type: Transform - pos: -65.5,-16.5 - parent: 2 - - uid: 21187 - components: - - type: Transform - pos: -66.5,-16.5 - parent: 2 - - uid: 21192 - components: - - type: Transform - pos: 42.5,15.5 - parent: 2 - - uid: 21193 - components: - - type: Transform - pos: 43.5,15.5 - parent: 2 - - uid: 21194 - components: - - type: Transform - pos: 39.5,13.5 - parent: 2 - - uid: 21195 - components: - - type: Transform - pos: 40.5,13.5 - parent: 2 - - uid: 21196 - components: - - type: Transform - pos: 41.5,13.5 - parent: 2 - - uid: 21197 - components: - - type: Transform - pos: 42.5,13.5 - parent: 2 - - uid: 21198 - components: - - type: Transform - pos: 43.5,13.5 - parent: 2 - - uid: 21205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,80.5 - parent: 2 - - uid: 21206 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,79.5 - parent: 2 - - uid: 21210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,33.5 - parent: 2 - - uid: 21211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,32.5 - parent: 2 - - uid: 21212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,31.5 - parent: 2 - - uid: 21213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,30.5 - parent: 2 - - uid: 21214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,29.5 - parent: 2 - - uid: 21215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,28.5 - parent: 2 - - uid: 21216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,27.5 - parent: 2 - - uid: 21217 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,26.5 - parent: 2 - - uid: 21218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,26.5 - parent: 2 - - uid: 21219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,26.5 - parent: 2 - - uid: 21220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,26.5 - parent: 2 - - uid: 21221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,26.5 - parent: 2 - - uid: 21222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,26.5 - parent: 2 - - uid: 21223 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,26.5 - parent: 2 - - uid: 21224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,25.5 - parent: 2 - - uid: 21225 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,24.5 - parent: 2 - - uid: 21226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,23.5 - parent: 2 - - uid: 21227 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,22.5 - parent: 2 - - uid: 21228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,21.5 - parent: 2 - - uid: 21229 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,20.5 - parent: 2 - - uid: 21230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,19.5 - parent: 2 - - uid: 21231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,18.5 - parent: 2 - - uid: 21232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,26.5 - parent: 2 - - uid: 21233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,26.5 - parent: 2 - - uid: 21234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,26.5 - parent: 2 - - uid: 21235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,26.5 - parent: 2 - - uid: 21236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,26.5 - parent: 2 - - uid: 21237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,26.5 - parent: 2 - - uid: 21238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,25.5 - parent: 2 - - uid: 21239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,24.5 - parent: 2 - - uid: 21240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,23.5 - parent: 2 - - uid: 21839 - components: - - type: Transform - pos: -55.5,-32.5 - parent: 2 - - uid: 21840 - components: - - type: Transform - pos: -55.5,-35.5 - parent: 2 - - uid: 21841 - components: - - type: Transform - pos: -55.5,-34.5 - parent: 2 - - uid: 21952 - components: - - type: Transform - pos: -55.5,-33.5 - parent: 2 - - uid: 21954 - components: - - type: Transform - pos: -52.5,-35.5 - parent: 2 - - uid: 21968 - components: - - type: Transform - pos: 5.5,33.5 - parent: 2 - - uid: 22286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,60.5 - parent: 2 - - uid: 22288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,61.5 - parent: 2 - - uid: 22296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,59.5 - parent: 2 - - uid: 22297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,62.5 - parent: 2 - - uid: 22350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,60.5 - parent: 2 - - uid: 22351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,60.5 - parent: 2 - - uid: 22734 - components: - - type: Transform - pos: -64.5,-21.5 - parent: 2 - - uid: 23228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,35.5 - parent: 2 - - uid: 23265 - components: - - type: Transform - pos: 5.5,44.5 - parent: 2 - - uid: 23588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,34.5 - parent: 2 - - uid: 23794 - components: - - type: Transform - pos: 4.5,44.5 - parent: 2 - - uid: 26407 - components: - - type: Transform - pos: 4.5,33.5 - parent: 2 - - uid: 27335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,14.5 - parent: 2 - - uid: 28003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,29.5 - parent: 2 - - uid: 28806 - components: - - type: Transform - pos: -54.5,-35.5 - parent: 2 - - uid: 28811 - components: - - type: Transform - pos: -53.5,-35.5 - parent: 2 - - uid: 29718 - components: - - type: Transform - pos: 34.5,37.5 - parent: 2 - - uid: 29871 - components: - - type: Transform - pos: 34.5,39.5 - parent: 2 - - uid: 29894 - components: - - type: Transform - pos: 34.5,41.5 - parent: 2 - - uid: 29897 - components: - - type: Transform - pos: 34.5,43.5 - parent: 2 - - uid: 29898 - components: - - type: Transform - pos: 32.5,43.5 - parent: 2 - - uid: 29899 - components: - - type: Transform - pos: 31.5,44.5 - parent: 2 - - uid: 29949 - components: - - type: Transform - pos: 6.5,33.5 - parent: 2 - - uid: 29953 - components: - - type: Transform - pos: 7.5,33.5 - parent: 2 - - uid: 30716 - components: - - type: Transform - pos: 34.5,38.5 - parent: 2 - - uid: 30718 - components: - - type: Transform - pos: 34.5,40.5 - parent: 2 - - uid: 30729 - components: - - type: Transform - pos: 34.5,42.5 - parent: 2 - - uid: 30735 - components: - - type: Transform - pos: 33.5,43.5 - parent: 2 - - uid: 30736 - components: - - type: Transform - pos: 31.5,43.5 - parent: 2 - - uid: 30760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,56.5 - parent: 2 - - uid: 30761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,56.5 - parent: 2 - - uid: 30762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,56.5 - parent: 2 - - uid: 30763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,56.5 - parent: 2 - - uid: 30764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,56.5 - parent: 2 - - uid: 30765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,56.5 - parent: 2 - - uid: 30766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,55.5 - parent: 2 - - uid: 30767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,54.5 - parent: 2 - - uid: 30769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,53.5 - parent: 2 - - uid: 30770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,53.5 - parent: 2 - - uid: 30771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,53.5 - parent: 2 - - uid: 30772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,53.5 - parent: 2 - - uid: 30773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,53.5 - parent: 2 - - uid: 30774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,53.5 - parent: 2 - - uid: 30775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,52.5 - parent: 2 - - uid: 30776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,51.5 - parent: 2 - - uid: 30777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,51.5 - parent: 2 - - uid: 30778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,51.5 - parent: 2 - - uid: 30779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,51.5 - parent: 2 - - uid: 30780 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,51.5 - parent: 2 - - uid: 30781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,51.5 - parent: 2 - - uid: 30782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,51.5 - parent: 2 - - uid: 30783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,51.5 - parent: 2 - - uid: 30784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,51.5 - parent: 2 - - uid: 30785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,51.5 - parent: 2 - - uid: 30786 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,51.5 - parent: 2 - - uid: 30787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,51.5 - parent: 2 - - uid: 30890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,53.5 - parent: 2 - - uid: 31069 - components: - - type: Transform - pos: 26.5,33.5 - parent: 2 - - uid: 31074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,36.5 - parent: 2 - - uid: 31078 - components: - - type: Transform - pos: 27.5,33.5 - parent: 2 - - uid: 31080 - components: - - type: Transform - pos: 28.5,33.5 - parent: 2 - - uid: 31081 - components: - - type: Transform - pos: 29.5,33.5 - parent: 2 - - uid: 31082 - components: - - type: Transform - pos: 30.5,33.5 - parent: 2 - - uid: 31084 - components: - - type: Transform - pos: 31.5,33.5 - parent: 2 - - uid: 31087 - components: - - type: Transform - pos: 32.5,33.5 - parent: 2 - - uid: 31088 - components: - - type: Transform - pos: 33.5,33.5 - parent: 2 - - uid: 31411 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 2 - - uid: 32155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,48.5 - parent: 2 - - uid: 32156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,48.5 - parent: 2 - - uid: 32157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,48.5 - parent: 2 - - uid: 32158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,48.5 - parent: 2 - - uid: 32159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,48.5 - parent: 2 - - uid: 32160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,48.5 - parent: 2 - - uid: 32161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,48.5 - parent: 2 - - uid: 32241 - components: - - type: Transform - pos: -94.5,53.5 - parent: 2 - - uid: 32242 - components: - - type: Transform - pos: -94.5,49.5 - parent: 2 - - uid: 32243 - components: - - type: Transform - pos: -93.5,54.5 - parent: 2 - - uid: 35524 - components: - - type: Transform - pos: -68.5,-34.5 - parent: 2 - - uid: 35532 - components: - - type: Transform - pos: -76.5,-34.5 - parent: 2 - - uid: 35533 - components: - - type: Transform - pos: -77.5,-34.5 - parent: 2 - - uid: 35534 - components: - - type: Transform - pos: -80.5,-34.5 - parent: 2 - - uid: 35535 - components: - - type: Transform - pos: -81.5,-34.5 - parent: 2 - - uid: 35536 - components: - - type: Transform - pos: -82.5,-34.5 - parent: 2 - - uid: 35537 - components: - - type: Transform - pos: -86.5,-34.5 - parent: 2 - - uid: 35538 - components: - - type: Transform - pos: -88.5,-34.5 - parent: 2 - - uid: 35539 - components: - - type: Transform - pos: -89.5,-34.5 - parent: 2 - - uid: 35540 - components: - - type: Transform - pos: -89.5,-35.5 - parent: 2 - - uid: 35541 - components: - - type: Transform - pos: -89.5,-36.5 - parent: 2 - - uid: 35542 - components: - - type: Transform - pos: -89.5,-37.5 - parent: 2 - - uid: 35543 - components: - - type: Transform - pos: -89.5,-39.5 - parent: 2 - - uid: 35544 - components: - - type: Transform - pos: -89.5,-40.5 - parent: 2 - - uid: 35545 - components: - - type: Transform - pos: -89.5,-41.5 - parent: 2 - - uid: 35546 - components: - - type: Transform - pos: -89.5,-42.5 - parent: 2 - - uid: 35547 - components: - - type: Transform - pos: -89.5,-45.5 - parent: 2 - - uid: 35548 - components: - - type: Transform - pos: -89.5,-50.5 - parent: 2 - - uid: 35549 - components: - - type: Transform - pos: -89.5,-52.5 - parent: 2 - - uid: 35550 - components: - - type: Transform - pos: -89.5,-53.5 - parent: 2 - - uid: 35551 - components: - - type: Transform - pos: -89.5,-54.5 - parent: 2 - - uid: 35552 - components: - - type: Transform - pos: -89.5,-59.5 - parent: 2 - - uid: 35553 - components: - - type: Transform - pos: -89.5,-63.5 - parent: 2 - - uid: 35554 - components: - - type: Transform - pos: -89.5,-62.5 - parent: 2 - - uid: 35555 - components: - - type: Transform - pos: -89.5,-65.5 - parent: 2 -- proto: Chair - entities: - - uid: 664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-8.5 - parent: 2 - - uid: 665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-9.5 - parent: 2 - - uid: 666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-10.5 - parent: 2 - - uid: 1105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-17.5 - parent: 2 - - uid: 1107 - components: - - type: Transform - pos: -46.5,-16.5 - parent: 2 - - uid: 1111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-18.5 - parent: 2 - - uid: 1213 - components: - - type: Transform - pos: 24.5,-4.5 - parent: 2 - - uid: 1214 - components: - - type: Transform - pos: 24.5,-7.5 - parent: 2 - - uid: 1215 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - - uid: 1551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-11.5 - parent: 2 - - uid: 1553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-11.5 - parent: 2 - - uid: 2070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,14.5 - parent: 2 - - uid: 2071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,13.5 - parent: 2 - - uid: 2249 - components: - - type: Transform - pos: -26.5,37.5 - parent: 2 - - uid: 2258 - components: - - type: Transform - pos: -28.5,37.5 - parent: 2 - - uid: 2341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,21.5 - parent: 2 - - uid: 2579 - components: - - type: Transform - pos: -82.5,-4.5 - parent: 2 - - uid: 2600 - components: - - type: Transform - pos: -81.5,-4.5 - parent: 2 - - uid: 2729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-32.5 - parent: 2 - - uid: 2734 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,32.5 - parent: 2 - - uid: 2735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,32.5 - parent: 2 - - uid: 2782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-4.5 - parent: 2 - - uid: 2984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-10.5 - parent: 2 - - uid: 2986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-8.5 - parent: 2 - - uid: 3053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-7.5 - parent: 2 - - uid: 3306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-33.5 - parent: 2 - - uid: 3311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-32.5 - parent: 2 - - uid: 3412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-32.5 - parent: 2 - - uid: 3413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-33.5 - parent: 2 - - uid: 3614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,12.5 - parent: 2 - - uid: 3796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-4.5 - parent: 2 - - uid: 4445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,58.5 - parent: 2 - - uid: 5475 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,26.5 - parent: 2 - - uid: 5476 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,25.5 - parent: 2 - - uid: 5477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,24.5 - parent: 2 - - uid: 5936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-33.5 - parent: 2 - - uid: 5937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-32.5 - parent: 2 - - uid: 5938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-33.5 - parent: 2 - - uid: 5939 - components: - - type: Transform - pos: 14.5,-31.5 - parent: 2 - - uid: 5940 - components: - - type: Transform - pos: 15.5,-31.5 - parent: 2 - - uid: 5941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-34.5 - parent: 2 - - uid: 5942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-34.5 - parent: 2 - - uid: 6304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-29.5 - parent: 2 - - uid: 6810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-21.5 - parent: 2 - - uid: 7143 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-21.5 - parent: 2 - - uid: 7144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-21.5 - parent: 2 - - uid: 7146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-17.5 - parent: 2 - - uid: 7148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-17.5 - parent: 2 - - uid: 7149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-17.5 - parent: 2 - - uid: 7151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-21.5 - parent: 2 - - uid: 7152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-21.5 - parent: 2 - - uid: 7153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-21.5 - parent: 2 - - uid: 7154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-22.5 - parent: 2 - - uid: 7155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-18.5 - parent: 2 - - uid: 7157 - components: - - type: Transform - pos: -42.5,-16.5 - parent: 2 - - uid: 7159 - components: - - type: Transform - pos: -38.5,-20.5 - parent: 2 - - uid: 7160 - components: - - type: Transform - pos: -42.5,-20.5 - parent: 2 - - uid: 7161 - components: - - type: Transform - pos: -46.5,-20.5 - parent: 2 - - uid: 7162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-22.5 - parent: 2 - - uid: 7163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-22.5 - parent: 2 - - uid: 8125 - components: - - type: Transform - pos: -85.5,-5.5 - parent: 2 - - uid: 8126 - components: - - type: Transform - pos: -84.5,-5.5 - parent: 2 - - uid: 8132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,11.5 - parent: 2 - - uid: 8133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,10.5 - parent: 2 - - uid: 8135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,8.5 - parent: 2 - - uid: 8136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,7.5 - parent: 2 - - uid: 8141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,22.5 - parent: 2 - - uid: 8142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,22.5 - parent: 2 - - uid: 8143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,22.5 - parent: 2 - - uid: 8144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,22.5 - parent: 2 - - uid: 8145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,22.5 - parent: 2 - - uid: 8771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,14.5 - parent: 2 - - uid: 8773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,12.5 - parent: 2 - - uid: 8774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,13.5 - parent: 2 - - uid: 9005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,20.5 - parent: 2 - - uid: 9006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,20.5 - parent: 2 - - uid: 9092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,34.5 - parent: 2 - - uid: 9093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,34.5 - parent: 2 - - uid: 9094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,34.5 - parent: 2 - - uid: 11156 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 - - uid: 11222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,27.5 - parent: 2 - - uid: 11298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-7.5 - parent: 2 - - uid: 11299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-6.5 - parent: 2 - - uid: 11395 - components: - - type: Transform - pos: 33.5,-7.5 - parent: 2 - - uid: 11512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-5.5 - parent: 2 - - uid: 11548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-5.5 - parent: 2 - - uid: 13071 - components: - - type: Transform - pos: 10.5,-50.5 - parent: 2 - - uid: 13072 - components: - - type: Transform - pos: -7.5,-50.5 - parent: 2 - - uid: 13337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,26.5 - parent: 2 - - uid: 13338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,23.5 - parent: 2 - - uid: 13340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,21.5 - parent: 2 - - uid: 13341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,21.5 - parent: 2 - - uid: 13342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,9.5 - parent: 2 - - uid: 13343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,6.5 - parent: 2 - - uid: 13345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-6.5 - parent: 2 - - uid: 13346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-8.5 - parent: 2 - - uid: 13347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-9.5 - parent: 2 - - uid: 13789 - components: - - type: Transform - pos: 84.5,41.5 - parent: 2 - - uid: 13970 - components: - - type: Transform - pos: 8.5,-50.5 - parent: 2 - - uid: 13971 - components: - - type: Transform - pos: -6.5,-50.5 - parent: 2 - - uid: 13972 - components: - - type: Transform - pos: -5.5,-50.5 - parent: 2 - - uid: 13973 - components: - - type: Transform - pos: 9.5,-50.5 - parent: 2 - - uid: 15254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,70.5 - parent: 2 - - uid: 15492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,24.5 - parent: 2 - - uid: 15493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,24.5 - parent: 2 - - uid: 15494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,24.5 - parent: 2 - - uid: 15495 - components: - - type: Transform - pos: -30.5,30.5 - parent: 2 - - uid: 15498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,28.5 - parent: 2 - - uid: 15499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,28.5 - parent: 2 - - uid: 15514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,59.5 - parent: 2 - - uid: 15546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,32.5 - parent: 2 - - uid: 15547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,32.5 - parent: 2 - - uid: 15552 - components: - - type: Transform - pos: -16.5,34.5 - parent: 2 - - uid: 15553 - components: - - type: Transform - pos: -20.5,34.5 - parent: 2 - - uid: 15554 - components: - - type: Transform - pos: -24.5,30.5 - parent: 2 - - uid: 15634 - components: - - type: Transform - pos: -24.5,37.5 - parent: 2 - - uid: 15635 - components: - - type: Transform - pos: -22.5,37.5 - parent: 2 - - uid: 15637 - components: - - type: Transform - pos: -20.5,37.5 - parent: 2 - - uid: 15638 - components: - - type: Transform - pos: -18.5,37.5 - parent: 2 - - uid: 15640 - components: - - type: Transform - pos: -16.5,37.5 - parent: 2 - - uid: 15698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,42.5 - parent: 2 - - uid: 15699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,41.5 - parent: 2 - - uid: 15700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,40.5 - parent: 2 - - uid: 15736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,24.5 - parent: 2 - - uid: 15737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,24.5 - parent: 2 - - uid: 15738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,24.5 - parent: 2 - - uid: 15790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,69.5 - parent: 2 - - uid: 15912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,55.5 - parent: 2 - - uid: 15915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,48.5 - parent: 2 - - uid: 15916 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,47.5 - parent: 2 - - uid: 15969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,47.5 - parent: 2 - - uid: 15970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,48.5 - parent: 2 - - uid: 18031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,68.5 - parent: 2 - - uid: 18103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,70.5 - parent: 2 - - uid: 18200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-28.5 - parent: 2 - - uid: 18246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,67.5 - parent: 2 - - uid: 18328 - components: - - type: Transform - pos: -7.5,69.5 - parent: 2 - - uid: 18330 - components: - - type: Transform - pos: -11.5,69.5 - parent: 2 - - uid: 18331 - components: - - type: Transform - pos: -9.5,69.5 - parent: 2 - - uid: 18337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,67.5 - parent: 2 - - uid: 18338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,67.5 - parent: 2 - - uid: 20201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-30.5 - parent: 2 - - uid: 21200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,25.5 - parent: 2 - - uid: 21201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,24.5 - parent: 2 - - uid: 21202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,23.5 - parent: 2 - - uid: 21203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,26.5 - parent: 2 - - uid: 23389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,46.5 - parent: 2 - - uid: 26705 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 2 - - uid: 29719 - components: - - type: Transform - pos: 9.5,71.5 - parent: 2 - - uid: 29895 - components: - - type: Transform - pos: 8.5,71.5 - parent: 2 - - uid: 29896 - components: - - type: Transform - pos: 12.5,71.5 - parent: 2 - - uid: 30064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,40.5 - parent: 2 - - uid: 30237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,24.5 - parent: 2 - - uid: 30417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-16.5 - parent: 2 - - uid: 30419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 - parent: 2 - - uid: 30422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-16.5 - parent: 2 - - uid: 30757 - components: - - type: Transform - pos: 7.5,71.5 - parent: 2 - - uid: 30923 - components: - - type: Transform - pos: 11.5,71.5 - parent: 2 -- proto: ChairFolding - entities: - - uid: 1587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,12.5 - parent: 2 - - uid: 1588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,12.5 - parent: 2 - - uid: 1628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,11.5 - parent: 2 - - uid: 1629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,11.5 - parent: 2 - - uid: 1630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,11.5 - parent: 2 - - uid: 1631 - components: - - type: Transform - pos: -2.5,14.5 - parent: 2 - - uid: 2654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,55.5 - parent: 2 - - uid: 2702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,57.5 - parent: 2 - - uid: 2703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,56.5 - parent: 2 - - uid: 3416 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 2 - - uid: 3418 - components: - - type: Transform - pos: 31.5,-24.5 - parent: 2 - - uid: 3444 - components: - - type: Transform - pos: 34.5,-24.5 - parent: 2 - - uid: 3445 - components: - - type: Transform - pos: 33.5,-24.5 - parent: 2 - - uid: 3446 - components: - - type: Transform - pos: 36.5,-25.5 - parent: 2 - - uid: 3447 - components: - - type: Transform - pos: 35.5,-24.5 - parent: 2 - - uid: 3448 - components: - - type: Transform - pos: 33.5,-25.5 - parent: 2 - - uid: 3449 - components: - - type: Transform - pos: 34.5,-25.5 - parent: 2 - - uid: 3451 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 2 - - uid: 3454 - components: - - type: Transform - pos: 37.5,-24.5 - parent: 2 - - uid: 3455 - components: - - type: Transform - pos: 30.5,-25.5 - parent: 2 - - uid: 5135 - components: - - type: Transform - pos: 65.5,-7.5 - parent: 2 - - uid: 5137 - components: - - type: Transform - pos: 64.5,-7.5 - parent: 2 - - uid: 5141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-9.5 - parent: 2 - - uid: 6156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-6.5 - parent: 2 - - uid: 6420 - components: - - type: Transform - pos: 42.5,-34.5 - parent: 2 - - uid: 6422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-1.5 - parent: 2 - - uid: 6423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-5.5 - parent: 2 - - uid: 6619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,59.5 - parent: 2 - - uid: 6622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,58.5 - parent: 2 - - uid: 6689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,59.5 - parent: 2 - - uid: 6831 - components: - - type: Transform - pos: -38.5,61.5 - parent: 2 - - uid: 7033 - components: - - type: Transform - pos: -28.5,-34.5 - parent: 2 - - uid: 7034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-35.5 - parent: 2 - - uid: 7035 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-36.5 - parent: 2 - - uid: 7934 - components: - - type: Transform - pos: -37.5,61.5 - parent: 2 - - uid: 9632 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,58.5 - parent: 2 - - uid: 12319 - components: - - type: Transform - pos: 48.5,-34.5 - parent: 2 - - uid: 15203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,53.5 - parent: 2 - - uid: 16318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,53.5 - parent: 2 - - uid: 16652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,11.5 - parent: 2 - - uid: 17885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,63.5 - parent: 2 - - uid: 17887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,63.5 - parent: 2 - - uid: 18059 - components: - - type: Transform - pos: -15.5,67.5 - parent: 2 - - uid: 18062 - components: - - type: Transform - pos: -19.5,67.5 - parent: 2 - - uid: 18064 - components: - - type: Transform - pos: -23.5,67.5 - parent: 2 - - uid: 18066 - components: - - type: Transform - pos: -27.5,67.5 - parent: 2 - - uid: 18149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,61.5 - parent: 2 - - uid: 18457 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 18458 - components: - - type: Transform - pos: -58.5,-3.5 - parent: 2 - - uid: 18502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-3.5 - parent: 2 - - uid: 18503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-3.5 - parent: 2 - - uid: 19772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,60.5 - parent: 2 - - uid: 25069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,21.5 - parent: 2 - - uid: 33675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,67.5 - parent: 2 - - uid: 33676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,67.5 - parent: 2 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 3450 - components: - - type: Transform - pos: 38.52028,-21.96194 - parent: 2 - - uid: 3452 - components: - - type: Transform - pos: 38.543716,-22.383816 - parent: 2 - - uid: 3453 - components: - - type: Transform - pos: 38.555435,-22.16116 - parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 432 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-2.5 - parent: 2 - - uid: 464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-2.5 - parent: 2 - - uid: 465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-2.5 - parent: 2 - - uid: 931 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 2 - - uid: 999 - components: - - type: Transform - pos: -7.5,5.5 - parent: 2 - - uid: 1083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 2 - - uid: 1122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-33.5 - parent: 2 - - uid: 1146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-0.5 - parent: 2 - - uid: 1277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,6.5 - parent: 2 - - uid: 1391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,2.5 - parent: 2 - - uid: 1650 - components: - - type: Transform - rot: -3.141592351598195 rad - pos: 19.453836,-2.5060267 - parent: 2 - - uid: 1657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,3.5 - parent: 2 - - uid: 1658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 2 - - uid: 1663 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 2 - - uid: 1664 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 2 - - uid: 1940 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,27.5 - parent: 2 - - uid: 4367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-10.5 - parent: 2 - - uid: 5364 - components: - - type: Transform - pos: 57.5,51.5 - parent: 2 - - uid: 5365 - components: - - type: Transform - pos: 58.5,51.5 - parent: 2 - - uid: 5366 - components: - - type: Transform - pos: 59.5,51.5 - parent: 2 - - uid: 8378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-4.5 - parent: 2 - - uid: 11292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-28.5 - parent: 2 - - uid: 11297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-7.5 - parent: 2 - - uid: 14038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,58.5 - parent: 2 - - uid: 14061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,58.5 - parent: 2 - - uid: 14070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,58.5 - parent: 2 - - uid: 14174 - components: - - type: Transform - pos: 13.5,42.5 - parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 1095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-23.5 - parent: 2 - - uid: 2511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,50.5 - parent: 2 - - uid: 5212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-23.5 - parent: 2 - - uid: 5257 - components: - - type: Transform - pos: 27.5,26.5 - parent: 2 - - uid: 5412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,50.5 - parent: 2 - - uid: 5416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,50.5 - parent: 2 - - uid: 5521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,47.5 - parent: 2 - - uid: 5531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,28.5 - parent: 2 - - uid: 5532 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,28.5 - parent: 2 - - uid: 6523 - components: - - type: Transform - pos: -9.5,-27.5 - parent: 2 - - uid: 6524 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-30.5 - parent: 2 - - uid: 6525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-23.5 - parent: 2 - - uid: 6526 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-23.5 - parent: 2 - - uid: 6574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-42.5 - parent: 2 - - uid: 6715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-48.5 - parent: 2 - - uid: 8405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,13.5 - parent: 2 - - uid: 8834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,17.5 - parent: 2 - - uid: 9151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,47.5 - parent: 2 - - uid: 9220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,50.5 - parent: 2 - - uid: 9655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,31.5 - parent: 2 - - uid: 15402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,28.5 - parent: 2 - - uid: 15557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,33.5 - parent: 2 - - uid: 15558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,34.5 - parent: 2 - - uid: 15574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,31.5 - parent: 2 - - uid: 15611 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,33.5 - parent: 2 - - uid: 15615 - components: - - type: Transform - pos: -13.5,35.5 - parent: 2 - - uid: 18435 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,2.5 - parent: 2 - - uid: 18525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,24.5 - parent: 2 - - uid: 19092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,51.5 - parent: 2 - - uid: 22876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-49.5 - parent: 2 -- proto: ChairPilotSeat - entities: - - uid: 11235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-30.5 - parent: 2 - - uid: 21934 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-26.5 - parent: 2 - - uid: 23715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-25.5 - parent: 2 - - uid: 23731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-27.5 - parent: 2 - - uid: 23764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-28.5 - parent: 2 -- proto: ChairRitual - entities: - - uid: 4747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,34.5 - parent: 2 - - uid: 4748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,32.5 - parent: 2 - - uid: 11104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-6.5 - parent: 2 - - uid: 14356 - components: - - type: Transform - pos: -74.5,-3.5 - parent: 2 - - uid: 14357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-4.5 - parent: 2 - - uid: 15399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-5.5 - parent: 2 - - uid: 17120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-5.5 - parent: 2 - - uid: 17121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-6.5 - parent: 2 - - uid: 17802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-4.5 - parent: 2 - - uid: 26340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,33.5 - parent: 2 - - uid: 29263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,31.5 - parent: 2 -- proto: ChairWood - entities: - - uid: 253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-14.5 - parent: 2 - - uid: 561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-8.5 - parent: 2 - - uid: 563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-8.5 - parent: 2 - - uid: 573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-8.5 - parent: 2 - - uid: 6083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,8.5 - parent: 2 - - uid: 6084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,8.5 - parent: 2 - - uid: 6409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,55.5 - parent: 2 - - uid: 6607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-19.5 - parent: 2 - - uid: 6608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-20.5 - parent: 2 - - uid: 6609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-21.5 - parent: 2 - - uid: 8620 - components: - - type: Transform - pos: -12.5,58.5 - parent: 2 - - uid: 8622 - components: - - type: Transform - pos: -13.5,58.5 - parent: 2 - - uid: 9043 - components: - - type: Transform - pos: -14.5,58.5 - parent: 2 - - uid: 11170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,5.5 - parent: 2 - - uid: 12213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-13.5 - parent: 2 - - uid: 13114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,22.5 - parent: 2 - - uid: 13133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,22.5 - parent: 2 - - uid: 15840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,55.5 - parent: 2 - - uid: 15841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,54.5 - parent: 2 - - uid: 16314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,49.5 - parent: 2 - - uid: 16316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,48.5 - parent: 2 - - uid: 26715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,26.5 - parent: 2 - - uid: 27239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,4.5 - parent: 2 - - uid: 27819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,5.5 - parent: 2 - - uid: 27964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,55.5 - parent: 2 - - uid: 27975 - components: - - type: Transform - pos: -14.5,57.5 - parent: 2 - - uid: 28001 - components: - - type: Transform - pos: -13.5,57.5 - parent: 2 - - uid: 28002 - components: - - type: Transform - pos: -12.5,57.5 - parent: 2 - - uid: 30334 - components: - - type: Transform - pos: 29.5,21.5 - parent: 2 - - uid: 30336 - components: - - type: Transform - pos: 27.5,21.5 - parent: 2 - - uid: 30337 - components: - - type: Transform - pos: 28.5,21.5 - parent: 2 - - uid: 30427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-13.5 - parent: 2 - - uid: 30428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-14.5 - parent: 2 - - uid: 30488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,33.5 - parent: 2 - - uid: 30489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,32.5 - parent: 2 - - uid: 30490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,40.5 - parent: 2 - - uid: 30491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,41.5 - parent: 2 - - uid: 30602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-0.5 - parent: 2 - - uid: 30608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-1.5 - parent: 2 -- proto: CheckerBoard - entities: - - uid: 18504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.463306,-3.3159504 - parent: 2 -- proto: chem_master - entities: - - uid: 1026 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 2 - - uid: 1656 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 2 -- proto: ChemDispenser - entities: - - uid: 6376 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 12212 - components: - - type: Transform - pos: 17.5,-1.5 - parent: 2 -- proto: ChemicalPayload - entities: - - uid: 36047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.216724,16.68445 - parent: 2 -- proto: ChemistryEmptyBottle01 - entities: - - uid: 26710 - components: - - type: Transform - pos: -46.573345,-28.43862 - parent: 2 - - uid: 26714 - components: - - type: Transform - pos: 65.3554,30.867294 - parent: 2 - - uid: 26723 - components: - - type: Transform - pos: -46.221783,-27.231588 - parent: 2 - - uid: 26724 - components: - - type: Transform - pos: -50.46397,-25.215963 - parent: 2 - - uid: 26725 - components: - - type: Transform - pos: -50.346783,-26.130026 - parent: 2 - - uid: 26726 - components: - - type: Transform - pos: -50.510845,-26.024557 - parent: 2 - - uid: 26727 - components: - - type: Transform - pos: -50.229595,-28.286276 - parent: 2 - - uid: 27240 - components: - - type: Transform - pos: -46.292095,-28.309713 - parent: 2 -- proto: ChemistryHotplate - entities: - - uid: 1433 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 2 - - uid: 2170 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 2 -- proto: ChessBoard - entities: - - uid: 15104 - components: - - type: Transform - pos: 26.503761,48.66876 - parent: 2 - - uid: 18125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.510897,53.567955 - parent: 2 -- proto: ChurchOrganInstrument - entities: - - uid: 22120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,21.5 - parent: 2 -- proto: Cigar - entities: - - uid: 1614 - components: - - type: Transform - pos: -7.8759413,9.743548 - parent: 2 - - uid: 5949 - components: - - type: Transform - pos: 14.8608,-32.892647 - parent: 2 - - uid: 5950 - components: - - type: Transform - pos: 19.239498,-32.498737 - parent: 2 - - uid: 5951 - components: - - type: Transform - pos: 20.567831,-32.459053 - parent: 2 - - uid: 36111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.581564,37.55846 - parent: 2 - - uid: 36112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.39207,37.5661 - parent: 2 -- proto: CigarCase - entities: - - uid: 9334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.50312,33.706814 - parent: 2 -- proto: Cigarette - entities: - - uid: 22121 - components: - - type: Transform - pos: 65.775085,30.909584 - parent: 2 - - uid: 25623 - components: - - type: Transform - pos: 47.137054,24.677122 - parent: 2 -- proto: CigaretteSpent - entities: - - uid: 805 - components: - - type: Transform - pos: -11.890192,-41.501385 - parent: 2 - - uid: 4323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.89948,30.141405 - parent: 2 - - uid: 4324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.94636,29.871874 - parent: 2 - - uid: 4329 - components: - - type: Transform - pos: 46.949554,24.829466 - parent: 2 - - uid: 4330 - components: - - type: Transform - pos: 65.5362,30.84453 - parent: 2 - - uid: 6391 - components: - - type: Transform - pos: 17.924091,-18.72768 - parent: 2 - - uid: 6887 - components: - - type: Transform - pos: 21.486591,-21.087055 - parent: 2 - - uid: 7086 - components: - - type: Transform - pos: 32.16749,-19.04018 - parent: 2 - - uid: 7087 - components: - - type: Transform - pos: 32.79249,-18.75893 - parent: 2 - - uid: 7198 - components: - - type: Transform - pos: 17.752216,-18.899555 - parent: 2 - - uid: 7442 - components: - - type: Transform - pos: 31.917488,-17.91518 - parent: 2 - - uid: 7609 - components: - - type: Transform - pos: 18.377216,-21.680805 - parent: 2 - - uid: 7610 - components: - - type: Transform - pos: 32.433113,-19.024555 - parent: 2 - - uid: 7611 - components: - - type: Transform - pos: 32.35499,-19.29018 - parent: 2 - - uid: 7626 - components: - - type: Transform - pos: 32.79249,-18.85268 - parent: 2 - - uid: 7717 - components: - - type: Transform - pos: 28.735868,25.78203 - parent: 2 - - uid: 7722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.969795,30.012499 - parent: 2 - - uid: 8137 - components: - - type: Transform - pos: 32.683113,-18.930805 - parent: 2 - - uid: 8435 - components: - - type: Transform - pos: 32.26124,-20.368305 - parent: 2 - - uid: 9510 - components: - - type: Transform - pos: 32.94874,-19.149555 - parent: 2 - - uid: 10651 - components: - - type: Transform - pos: -12.300348,-42.263103 - parent: 2 - - uid: 10652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.308161,-41.677166 - parent: 2 - - uid: 10653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.249567,-41.419353 - parent: 2 - - uid: 10654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.218317,-40.868572 - parent: 2 - - uid: 11221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.0503483,-41.489666 - parent: 2 - - uid: 20299 - components: - - type: Transform - pos: -8.280817,-42.509197 - parent: 2 - - uid: 20301 - components: - - type: Transform - pos: -11.245661,-42.438885 - parent: 2 - - uid: 20302 - components: - - type: Transform - pos: -10.964411,-42.532635 - parent: 2 - - uid: 20303 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.058161,-42.884197 - parent: 2 - - uid: 20304 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.136286,-41.72404 - parent: 2 - - uid: 21976 - components: - - type: Transform - pos: -12.124567,-41.337322 - parent: 2 - - uid: 22063 - components: - - type: Transform - pos: 29.134306,25.571093 - parent: 2 - - uid: 23337 - components: - - type: Transform - pos: 33.164318,-4.454046 - parent: 2 - - uid: 25399 - components: - - type: Transform - pos: 46.844086,24.911497 - parent: 2 - - uid: 26706 - components: - - type: Transform - pos: 33.89088,-5.5087333 - parent: 2 - - uid: 27251 - components: - - type: Transform - pos: 33.773693,-5.7899833 - parent: 2 - - uid: 29178 - components: - - type: Transform - pos: 29.251493,25.629686 - parent: 2 -- proto: CigarGold - entities: - - uid: 32465 - components: - - type: Transform - pos: 84.11947,71.26582 - parent: 2 - - uid: 32556 - components: - - type: Transform - pos: 82.97884,71.1877 - parent: 2 - - uid: 32558 - components: - - type: Transform - pos: 82.7104,71.27461 - parent: 2 - - uid: 33570 - components: - - type: Transform - pos: 84.43197,71.26582 - parent: 2 -- proto: CigarGoldCase - entities: - - uid: 15264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.61628,48.233536 - parent: 2 -- proto: CigarSpent - entities: - - uid: 27385 - components: - - type: Transform - pos: 34.329052,-4.3861756 - parent: 2 -- proto: CircuitImprinter - entities: - - uid: 1593 - components: - - type: Transform - pos: 29.5,30.5 - parent: 2 -- proto: ClaymoreDulled - entities: - - uid: 32475 - components: - - type: Transform - pos: 61.054596,64.87431 - parent: 2 -- proto: CleanerDispenser - entities: - - uid: 27297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,20.5 - parent: 2 -- proto: ClockworkShield - entities: - - uid: 32472 - components: - - type: Transform - pos: 61.89163,64.76277 - parent: 2 - - type: Blocking - blockingToggleActionEntity: 32473 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 32473 -- proto: CloningConsoleComputerCircuitboard - entities: - - uid: 7432 - components: - - type: Transform - pos: -51.525253,26.717798 - parent: 2 -- proto: CloningPod - entities: - - uid: 1015 - components: - - type: Transform - pos: 27.5,2.5 - parent: 2 -- proto: CloningPodMachineCircuitboard - entities: - - uid: 7428 - components: - - type: Transform - pos: -51.400253,26.577173 - parent: 2 -- proto: ClosetBombFilled - entities: - - uid: 4034 - components: - - type: Transform - pos: 40.5,26.5 - parent: 2 - - uid: 19734 - components: - - type: Transform - pos: 4.5,66.5 - parent: 2 - - uid: 26214 - components: - - type: Transform - pos: -25.5,44.5 - parent: 2 - - uid: 29716 - components: - - type: Transform - pos: 5.5,66.5 - parent: 2 -- proto: ClosetChefFilled - entities: - - uid: 11233 - components: - - type: Transform - pos: -52.5,-5.5 - parent: 2 - - uid: 11324 - components: - - type: Transform - pos: -53.5,-5.5 - parent: 2 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 2540 - components: - - type: Transform - pos: 4.5,-22.5 - parent: 2 - - uid: 3213 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 2 - - uid: 6131 - components: - - type: Transform - pos: 47.5,-21.5 - parent: 2 - - uid: 6140 - components: - - type: Transform - pos: 10.5,-38.5 - parent: 2 - - uid: 6143 - components: - - type: Transform - pos: -2.5,-29.5 - parent: 2 - - uid: 6147 - components: - - type: Transform - pos: -22.5,-37.5 - parent: 2 - - uid: 6197 - components: - - type: Transform - pos: -31.5,1.5 - parent: 2 - - uid: 6350 - components: - - type: Transform - pos: 39.5,-10.5 - parent: 2 - - uid: 11301 - components: - - type: Transform - pos: -37.5,-32.5 - parent: 2 - - uid: 13128 - components: - - type: Transform - pos: -69.5,19.5 - parent: 2 - - uid: 14564 - components: - - type: Transform - pos: 4.5,32.5 - parent: 2 - - uid: 16655 - components: - - type: Transform - pos: -35.5,15.5 - parent: 2 - - uid: 19884 - components: - - type: Transform - pos: 23.5,23.5 - parent: 2 - - uid: 19885 - components: - - type: Transform - pos: -1.5,43.5 - parent: 2 - - uid: 19888 - components: - - type: Transform - pos: 33.5,44.5 - parent: 2 - - uid: 19889 - components: - - type: Transform - pos: 38.5,11.5 - parent: 2 - - uid: 19890 - components: - - type: Transform - pos: 53.5,2.5 - parent: 2 - - uid: 19925 - components: - - type: Transform - pos: -65.5,-14.5 - parent: 2 - - uid: 19928 - components: - - type: Transform - pos: -65.5,5.5 - parent: 2 - - uid: 19932 - components: - - type: Transform - pos: -32.5,-18.5 - parent: 2 - - uid: 19935 - components: - - type: Transform - pos: -7.5,-33.5 - parent: 2 - - uid: 19941 - components: - - type: Transform - pos: -45.5,19.5 - parent: 2 - - uid: 20939 - components: - - type: Transform - pos: -33.5,24.5 - parent: 2 - - uid: 30189 - components: - - type: Transform - pos: 39.5,2.5 - parent: 2 -- proto: ClosetFireFilled - entities: - - uid: 365 - components: - - type: Transform - pos: 39.5,-11.5 - parent: 2 - - uid: 1765 - components: - - type: Transform - pos: -31.5,3.5 - parent: 2 - - uid: 2618 - components: - - type: Transform - pos: 4.5,-23.5 - parent: 2 - - uid: 3074 - components: - - type: Transform - pos: 54.5,4.5 - parent: 2 - - uid: 3930 - components: - - type: Transform - pos: -35.5,14.5 - parent: 2 - - uid: 3995 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 2 - - uid: 5103 - components: - - type: Transform - pos: 39.5,11.5 - parent: 2 - - uid: 6128 - components: - - type: Transform - pos: 47.5,-20.5 - parent: 2 - - uid: 6141 - components: - - type: Transform - pos: 9.5,-38.5 - parent: 2 - - uid: 6142 - components: - - type: Transform - pos: -1.5,-29.5 - parent: 2 - - uid: 6146 - components: - - type: Transform - pos: -21.5,-37.5 - parent: 2 - - uid: 6152 - components: - - type: Transform - pos: 65.5,-27.5 - parent: 2 - - uid: 8365 - components: - - type: Transform - pos: -36.5,-32.5 - parent: 2 - - uid: 13110 - components: - - type: Transform - pos: -70.5,19.5 - parent: 2 - - uid: 14565 - components: - - type: Transform - pos: 5.5,32.5 - parent: 2 - - uid: 19883 - components: - - type: Transform - pos: -1.5,42.5 - parent: 2 - - uid: 19886 - components: - - type: Transform - pos: 23.5,24.5 - parent: 2 - - uid: 19887 - components: - - type: Transform - pos: 34.5,44.5 - parent: 2 - - uid: 19924 - components: - - type: Transform - pos: -64.5,-14.5 - parent: 2 - - uid: 19929 - components: - - type: Transform - pos: -65.5,4.5 - parent: 2 - - uid: 19933 - components: - - type: Transform - pos: -32.5,-19.5 - parent: 2 - - uid: 19934 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - uid: 19943 - components: - - type: Transform - pos: -45.5,20.5 - parent: 2 - - uid: 20940 - components: - - type: Transform - pos: -33.5,25.5 - parent: 2 - - uid: 21053 - components: - - type: Transform - pos: 39.5,1.5 - parent: 2 -- proto: ClosetJanitorFilled - entities: - - uid: 15996 - components: - - type: Transform - pos: -37.5,22.5 - parent: 2 - - uid: 18517 - components: - - type: Transform - pos: -36.488503,22.493122 - parent: 2 -- proto: ClosetL3JanitorFilled - entities: - - uid: 15961 - components: - - type: Transform - pos: -38.5,21.5 - parent: 2 -- proto: ClosetL3ScienceFilled - entities: - - uid: 3962 - components: - - type: Transform - pos: 39.5,26.5 - parent: 2 -- proto: ClosetL3SecurityFilled - entities: - - uid: 22656 - components: - - type: Transform - pos: -6.5,40.5 - parent: 2 -- proto: ClosetL3VirologyFilled - entities: - - uid: 22075 - components: - - type: Transform - pos: -13.5,5.5 - parent: 2 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 6148 - components: - - type: Transform - pos: -23.5,-37.5 - parent: 2 - - uid: 6150 - components: - - type: Transform - pos: 47.5,-22.5 - parent: 2 - - uid: 6151 - components: - - type: Transform - pos: 64.5,-27.5 - parent: 2 - - uid: 9534 - components: - - type: Transform - pos: -5.5,-27.5 - parent: 2 - - uid: 13192 - components: - - type: Transform - pos: 50.5,-28.5 - parent: 2 - - uid: 13317 - components: - - type: Transform - pos: 49.5,-28.5 - parent: 2 - - uid: 34183 - components: - - type: Transform - pos: 29.5,46.5 - parent: 2 - - uid: 36503 - components: - - type: Transform - pos: -41.5,27.5 - parent: 2 - - uid: 36504 - components: - - type: Transform - pos: -34.5,-3.5 - parent: 2 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 54 - components: - - type: Transform - pos: 50.5,48.5 - parent: 2 - - uid: 4031 - components: - - type: Transform - pos: 40.5,23.5 - parent: 2 -- proto: ClosetSteelBase - entities: - - uid: 33677 - components: - - type: Transform - pos: -35.5,63.5 - parent: 2 -- proto: ClosetToolFilled - entities: - - uid: 34686 - components: - - type: Transform - pos: 74.5,-8.5 - parent: 2 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 119 - components: - - type: Transform - pos: -3.5,-49.5 - parent: 2 - - uid: 6124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,27.5 - parent: 2 - - uid: 6133 - components: - - type: Transform - pos: 42.5,-25.5 - parent: 2 - - uid: 9683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,46.5 - parent: 2 - - 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 - - uid: 9684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,47.5 - parent: 2 - - 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 - - uid: 10568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,40.5 - parent: 2 - - uid: 15263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,50.5 - parent: 2 - - uid: 16337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,38.5 - parent: 2 - - uid: 19878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,72.5 - parent: 2 - - uid: 19903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-0.5 - parent: 2 - - uid: 19937 - components: - - type: Transform - pos: 66.5,-26.5 - parent: 2 - - uid: 30230 - components: - - type: Transform - pos: -2.5,-49.5 - parent: 2 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 6125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,27.5 - parent: 2 - - uid: 6132 - components: - - type: Transform - pos: 41.5,-25.5 - parent: 2 - - uid: 9570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,36.5 - parent: 2 - - uid: 15259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,50.5 - parent: 2 - - uid: 19876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,72.5 - parent: 2 - - uid: 19904 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,0.5 - parent: 2 - - uid: 23122 - components: - - type: Transform - pos: 6.5,-49.5 - parent: 2 - - uid: 30229 - components: - - type: Transform - pos: 5.5,-49.5 - parent: 2 - - uid: 35715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,39.5 - parent: 2 -- proto: ClosetWallMaintenanceFilledRandom - entities: - - uid: 12951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-1.5 - parent: 2 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 1383 - components: - - type: Transform - pos: 32.76661,9.703077 - parent: 2 - - type: GroupExamine - group: - - hoverMessage: "" - contextText: verb-examine-group-other - icon: /Textures/Interface/examine-star.png - components: - - Armor - - ClothingSpeedModifier - entries: - - message: >- - It provides the following protection: - - - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. - priority: 0 - component: Armor - - message: This decreases your running speed by [color=yellow]10%[/color]. - priority: 0 - component: ClothingSpeedModifier - title: null - - uid: 4552 - components: - - type: Transform - pos: 48.72707,44.818375 - parent: 2 - - uid: 5327 - components: - - type: Transform - pos: 57.44354,56.71585 - parent: 2 - - uid: 23418 - components: - - type: Transform - pos: -17.33978,-0.18008184 - parent: 2 -- proto: ClothingBeltSalvageWebbing - entities: - - uid: 32575 - components: - - type: Transform - pos: 91.750565,26.7444 - parent: 2 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 5313 - components: - - type: Transform - pos: 46.39504,44.59572 - parent: 2 -- proto: ClothingCostumeArcDress - entities: - - uid: 18045 - components: - - type: Transform - pos: -35.79783,-28.1693 - parent: 2 -- proto: ClothingEyesBlindfold - entities: - - uid: 32543 - components: - - type: Transform - pos: 99.68313,42.249104 - parent: 2 -- proto: ClothingEyesGlasses - entities: - - uid: 1634 - components: - - type: Transform - pos: -3.9242487,16.828148 - parent: 2 - - uid: 14265 - components: - - type: Transform - pos: 12.774038,48.750267 - parent: 2 -- proto: ClothingEyesGlassesChemical - entities: - - uid: 3997 - components: - - type: Transform - pos: 12.514965,-1.2635912 - parent: 2 - - uid: 35800 - components: - - type: Transform - pos: 20.811102,-1.3168378 - parent: 2 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 5693 - components: - - type: Transform - pos: 34.45585,46.661957 - parent: 2 -- proto: ClothingEyesGlassesSecurity - entities: - - uid: 22665 - components: - - type: Transform - pos: -24.45018,41.289783 - parent: 2 - - uid: 22666 - components: - - type: Transform - pos: -8.48143,32.71166 - parent: 2 - - uid: 22667 - components: - - type: Transform - pos: -10.028305,42.571033 - parent: 2 -- proto: ClothingEyesHudMedical - entities: - - uid: 2056 - components: - - type: Transform - pos: -11.442047,-10.684356 - parent: 2 -- proto: ClothingEyesHudSecurity - entities: - - uid: 22662 - components: - - type: Transform - pos: -8.450156,33.008305 - parent: 2 -- proto: ClothingHandsGlovesBoxingBlue - entities: - - uid: 3466 - components: - - type: Transform - pos: 44.464664,-21.37337 - parent: 2 -- proto: ClothingHandsGlovesBoxingGreen - entities: - - uid: 3469 - components: - - type: Transform - pos: 44.570133,-21.853838 - parent: 2 -- proto: ClothingHandsGlovesBoxingRed - entities: - - uid: 3468 - components: - - type: Transform - pos: 44.652164,-22.228838 - parent: 2 -- proto: ClothingHandsGlovesBoxingYellow - entities: - - uid: 3470 - components: - - type: Transform - pos: 44.675602,-24.18587 - parent: 2 - - uid: 3471 - components: - - type: Transform - pos: 44.382633,-22.521807 - parent: 2 -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 6069 - components: - - type: Transform - pos: 16.45286,28.010605 - parent: 2 - - uid: 6070 - components: - - type: Transform - pos: 21.503641,28.045761 - parent: 2 -- proto: ClothingHandsGlovesCombat - entities: - - uid: 36499 - components: - - type: Transform - pos: 83.55734,57.676487 - parent: 2 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 2125 - components: - - type: Transform - pos: 33.68015,9.743554 - parent: 2 - - uid: 2126 - components: - - type: Transform - pos: 15.473563,9.955488 - parent: 2 - - uid: 2127 - components: - - type: Transform - pos: -5.43925,4.5595484 - parent: 2 - - uid: 2128 - components: - - type: Transform - pos: -8.493291,10.130974 - parent: 2 - - uid: 2130 - components: - - type: Transform - pos: -28.861816,-0.31772518 - parent: 2 - - uid: 2131 - components: - - type: Transform - pos: -22.459894,9.539465 - parent: 2 - - uid: 2132 - components: - - type: Transform - pos: -6.516262,-11.391825 - parent: 2 - - uid: 13039 - components: - - type: Transform - pos: 12.957554,-11.518689 - parent: 2 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 18445 - components: - - type: Transform - pos: -62.48618,2.599772 - parent: 2 - - uid: 18483 - components: - - type: Transform - pos: -62.251804,2.349772 - parent: 2 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 2134 - components: - - type: Transform - pos: -28.387495,9.555864 - parent: 2 - - uid: 35799 - components: - - type: Transform - pos: 15.535261,9.639928 - parent: 2 -- proto: ClothingHandsGlovesPowerglove - entities: - - uid: 33598 - components: - - type: Transform - pos: 93.04728,33.326565 - parent: 2 -- proto: ClothingHeadBandBotany - entities: - - uid: 18484 - components: - - type: Transform - pos: -62.51743,1.8810221 - parent: 2 -- proto: ClothingHeadCourier - entities: - - uid: 34975 - components: - - type: Transform - pos: -7.880703,-25.330961 - parent: 2 -- proto: ClothingHeadHatBeret - entities: - - uid: 2143 - components: - - type: Transform - pos: -28.462244,16.706312 - parent: 2 - - uid: 23705 - components: - - type: Transform - pos: -46.69325,-25.221474 - parent: 2 -- proto: ClothingHeadHatBeretBrigmedic - entities: - - uid: 2144 - components: - - type: Transform - pos: -22.649956,9.844152 - parent: 2 -- proto: ClothingHeadHatBeretSecurity - entities: - - uid: 22658 - components: - - type: Transform - pos: -13.138213,32.662838 - parent: 2 - - uid: 22659 - components: - - type: Transform - pos: -12.911651,32.553463 - parent: 2 - - uid: 22660 - components: - - type: Transform - pos: -12.309531,28.664555 - parent: 2 -- proto: ClothingHeadHatBluesoft - entities: - - uid: 28747 - components: - - type: Transform - pos: -46.728405,-25.397255 - parent: 2 -- proto: ClothingHeadHatBowlerHat - entities: - - uid: 18110 - components: - - type: Transform - pos: -41.563454,-28.653675 - parent: 2 -- proto: ClothingHeadHatCardborg - entities: - - uid: 6153 - components: - - type: Transform - pos: 44.916782,44.70262 - parent: 2 -- proto: ClothingHeadHatFedoraBlack - entities: - - uid: 20603 - components: - - type: Transform - pos: -46.341686,-25.326942 - parent: 2 -- proto: ClothingHeadHatFezMantis - entities: - - uid: 20026 - components: - - type: Transform - pos: 49.367798,34.06218 - parent: 2 -- proto: ClothingHeadHatFlowerCrown - entities: - - uid: 30331 - components: - - type: Transform - pos: 28.985943,18.5628 - parent: 2 -- proto: ClothingHeadHatHairflower - entities: - - uid: 28229 - components: - - type: Transform - pos: -50.391586,-26.727682 - parent: 2 - - uid: 36391 - components: - - type: Transform - pos: 82.549065,59.462532 - parent: 2 -- proto: ClothingHeadHatPumpkin - entities: - - uid: 30326 - components: - - type: Transform - pos: -6.5801415,-7.241027 - parent: 2 -- proto: ClothingHeadHatPurplesoft - entities: - - uid: 33600 - components: - - type: Transform - pos: 83.15367,57.480366 - parent: 2 -- proto: ClothingHeadHatSecsoft - entities: - - uid: 22661 - components: - - type: Transform - pos: -12.372031,34.21143 - parent: 2 -- proto: ClothingHeadHelmetBone - entities: - - uid: 4790 - components: - - type: Transform - pos: 87.56079,41.157158 - parent: 2 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 8203 - components: - - type: Transform - pos: -18.352938,47.849854 - parent: 2 - - uid: 28971 - components: - - type: Transform - pos: -18.707106,47.655407 - parent: 2 -- proto: ClothingHeadHelmetScaf - entities: - - uid: 33617 - components: - - type: Transform - pos: 72.773415,61.056877 - parent: 2 -- proto: ClothingHeadNurseHat - entities: - - uid: 2138 - components: - - type: Transform - pos: -16.368912,16.692177 - parent: 2 - - uid: 2139 - components: - - type: Transform - pos: -5.9287615,4.7876196 - parent: 2 - - uid: 2141 - components: - - type: Transform - pos: 19.38141,2.515604 - parent: 2 - - uid: 2142 - components: - - type: Transform - pos: 33.7739,9.493554 - parent: 2 -- proto: ClothingHeadPaperSackSmile - entities: - - uid: 33636 - components: - - type: Transform - pos: 64.57948,46.52246 - parent: 2 -- proto: ClothingHeadSafari - entities: - - uid: 33615 - components: - - type: Transform - pos: 88.63485,62.427803 - parent: 2 -- proto: ClothingMaskClown - entities: - - uid: 19427 - components: - - type: Transform - pos: -77.690346,1.3026085 - parent: 2 - - uid: 20604 - components: - - type: Transform - pos: -50.602524,-26.446432 - parent: 2 - - uid: 21094 - components: - - type: Transform - pos: -78.28,-2.5353103 - parent: 2 -- proto: ClothingMaskGas - entities: - - uid: 6061 - components: - - type: Transform - pos: 16.382547,26.569199 - parent: 2 - - uid: 6062 - components: - - type: Transform - pos: 16.64036,26.358261 - parent: 2 - - uid: 6063 - components: - - type: Transform - pos: 21.386454,26.733261 - parent: 2 - - uid: 6064 - components: - - type: Transform - pos: 21.679422,26.510605 - parent: 2 -- proto: ClothingMaskGasExplorer - entities: - - uid: 32576 - components: - - type: Transform - pos: 92.000565,27.21315 - parent: 2 -- proto: ClothingMaskGasSwat - entities: - - uid: 8406 - components: - - type: Transform - pos: -18.727938,47.662354 - parent: 2 - - uid: 28884 - components: - - type: Transform - pos: -18.359882,47.898464 - parent: 2 -- proto: ClothingMaskMime - entities: - - uid: 33589 - components: - - type: Transform - pos: 76.78687,38.07537 - parent: 2 -- proto: ClothingMaskMuzzle - entities: - - uid: 32544 - components: - - type: Transform - pos: 99.58938,42.842854 - parent: 2 -- proto: ClothingMaskPlague - entities: - - uid: 5707 - components: - - type: Transform - pos: 71.31579,29.6757 - parent: 2 -- proto: ClothingMaskSterile - entities: - - uid: 30453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.577179,-13.225327 - parent: 2 - - uid: 30455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.561554,-13.490952 - parent: 2 - - uid: 30456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.561554,-13.392293 - parent: 2 -- proto: ClothingNeckBling - entities: - - uid: 32461 - components: - - type: Transform - pos: 74.04644,24.697683 - parent: 2 -- proto: ClothingNeckCargomedal - entities: - - uid: 34632 - components: - - type: Transform - pos: -30.666866,-24.101736 - parent: 2 - - uid: 34633 - components: - - type: Transform - pos: -30.502804,-24.312674 - parent: 2 - - uid: 34634 - components: - - type: Transform - pos: -30.315304,-24.078299 - parent: 2 -- proto: ClothingNeckCloakMiner - entities: - - uid: 33590 - components: - - type: Transform - pos: 91.163445,26.61076 - parent: 2 -- proto: ClothingNeckCloakPirateCap - entities: - - uid: 22163 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.502098,-26.641815 - parent: 2 - - uid: 22164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.564014,-27.77065 - parent: 2 - - uid: 26709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.493702,-27.559713 - parent: 2 - - uid: 26737 - components: - - type: Transform - pos: -50.728077,-27.606588 - parent: 2 - - uid: 33595 - components: - - type: Transform - pos: 72.53355,41.726055 - parent: 2 -- proto: ClothingNeckClownmedal - entities: - - uid: 19424 - components: - - type: Transform - pos: -81.367096,-0.39013824 - parent: 2 -- proto: ClothingNeckEngineermedal - entities: - - uid: 22684 - components: - - type: Transform - pos: -58.75131,13.634154 - parent: 2 - - uid: 34627 - components: - - type: Transform - pos: -58.56215,13.674015 - parent: 2 - - uid: 34628 - components: - - type: Transform - pos: -58.74965,13.705265 - parent: 2 -- proto: ClothingNeckGoldmedal - entities: - - uid: 34639 - components: - - type: Transform - pos: 4.342853,29.136616 - parent: 2 - - uid: 34640 - components: - - type: Transform - pos: 4.5381656,29.02724 - parent: 2 - - uid: 34641 - components: - - type: Transform - pos: 4.7256656,29.15224 - parent: 2 -- proto: ClothingNeckHeadphones - entities: - - uid: 1530 - components: - - type: Transform - pos: -2.3107271,-34.414944 - parent: 2 - - uid: 15746 - components: - - type: Transform - pos: -2.6961436,-34.571194 - parent: 2 - - uid: 19882 - components: - - type: Transform - pos: -2.4669771,-34.477444 - parent: 2 -- proto: ClothingNeckMedicalmedal - entities: - - uid: 34624 - components: - - type: Transform - pos: -11.726831,-11.175824 - parent: 2 - - uid: 34625 - components: - - type: Transform - pos: -11.554956,-11.277387 - parent: 2 - - uid: 34626 - components: - - type: Transform - pos: -11.359644,-11.191449 - parent: 2 -- proto: ClothingNeckScarfStripedLightBlue - entities: - - uid: 5173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.56397,-10.473785 - parent: 2 -- proto: ClothingNeckScarfStripedOrange - entities: - - uid: 5166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.563965,-14.48941 - parent: 2 -- proto: ClothingNeckScarfStripedPurple - entities: - - uid: 5170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.595215,-14.92691 - parent: 2 -- proto: ClothingNeckSciencemedal - entities: - - uid: 34635 - components: - - type: Transform - pos: 42.317135,30.747564 - parent: 2 - - uid: 34636 - components: - - type: Transform - pos: 42.774643,30.851824 - parent: 2 - - uid: 34637 - components: - - type: Transform - pos: 42.579895,30.622713 - parent: 2 -- proto: ClothingNeckSecuritymedal - entities: - - uid: 34621 - components: - - type: Transform - pos: -4.724091,35.60755 - parent: 2 - - uid: 34622 - components: - - type: Transform - pos: -4.442841,35.490364 - parent: 2 - - uid: 34623 - components: - - type: Transform - pos: -4.2162786,35.623177 - parent: 2 -- proto: ClothingNeckStethoscope - entities: - - uid: 7812 - components: - - type: Transform - pos: 7.6656265,-7.294763 - parent: 2 -- proto: ClothingNeckTieDet - entities: - - uid: 30499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.4690256,48.466957 - parent: 2 -- proto: ClothingOuterApronBotanist - entities: - - uid: 18486 - components: - - type: Transform - pos: -49.564304,5.740397 - parent: 2 - - uid: 18487 - components: - - type: Transform - pos: -49.32993,5.599772 - parent: 2 -- proto: ClothingOuterArmorBulletproof - entities: - - uid: 16511 - components: - - type: Transform - pos: -20.666626,45.81591 - parent: 2 - - uid: 16512 - components: - - type: Transform - pos: -20.432251,45.75341 - parent: 2 - - uid: 16513 - components: - - type: Transform - pos: -20.244751,45.862785 - parent: 2 -- proto: ClothingOuterArmorRiot - entities: - - uid: 28953 - components: - - type: Transform - pos: -18.665438,47.36374 - parent: 2 - - uid: 28956 - components: - - type: Transform - pos: -18.345993,47.56513 - parent: 2 -- proto: ClothingOuterClownPriest - entities: - - uid: 14112 - components: - - type: Transform - pos: -78.605934,-2.3478103 - parent: 2 -- proto: ClothingOuterCoatBomber - entities: - - uid: 5188 - components: - - type: Transform - rot: -3.141592653589793 rad - pos: 72.43163,-18.66698 - parent: 2 - - uid: 5189 - components: - - type: Transform - rot: -3.141592653589793 rad - pos: 72.65178,-18.446829 - parent: 2 - - uid: 32547 - components: - - type: Transform - pos: 76.37279,38.460537 - parent: 2 -- proto: ClothingOuterStraightjacket - entities: - - uid: 33640 - components: - - type: Transform - pos: 59.959644,52.83496 - parent: 2 -- proto: ClothingOuterWinterCoat - entities: - - uid: 5190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 73.161026,-18.347553 - parent: 2 -- proto: ClothingOuterWinterCoatLong - entities: - - uid: 5163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.548344,-9.45816 - parent: 2 - - uid: 5164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.423344,-9.67691 - parent: 2 -- proto: ClothingOuterWinterCoatPlaid - entities: - - uid: 5165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.56397,-10.005035 - parent: 2 -- proto: ClothingShoesBling - entities: - - uid: 32462 - components: - - type: Transform - pos: 73.57769,24.650808 - parent: 2 -- proto: ClothingShoesBootsMag - entities: - - uid: 6049 - components: - - type: Transform - pos: 16.35911,24.787949 - parent: 2 - - uid: 6050 - components: - - type: Transform - pos: 16.54661,24.600449 - parent: 2 - - uid: 6051 - components: - - type: Transform - pos: 16.288797,23.709824 - parent: 2 - - uid: 6052 - components: - - type: Transform - pos: 16.534891,23.55748 - parent: 2 - - uid: 6053 - components: - - type: Transform - pos: 21.374735,24.77623 - parent: 2 - - uid: 6054 - components: - - type: Transform - pos: 21.597391,24.600449 - parent: 2 - - uid: 6055 - components: - - type: Transform - pos: 21.398172,23.709824 - parent: 2 - - uid: 6056 - components: - - type: Transform - pos: 21.679422,23.510605 - parent: 2 -- proto: ClothingUniformJumpsuitHawaiBlack - entities: - - uid: 2660 - components: - - type: Transform - pos: -41.04783,-29.934925 - parent: 2 -- proto: ClothingUniformJumpsuitHawaiBlue - entities: - - uid: 3111 - components: - - type: Transform - pos: -35.92283,-27.95055 - parent: 2 -- proto: ClothingUniformJumpsuitMonasticRobeDark - entities: - - uid: 5708 - components: - - type: Transform - pos: 71.66735,29.66398 - parent: 2 -- proto: ClothingUniformTShirtKhakiPants - entities: - - uid: 18085 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.70408,-28.4818 - parent: 2 -- proto: ClownRecorder - entities: - - uid: 19425 - components: - - type: Transform - pos: -77.25276,-0.34442073 - parent: 2 -- proto: Cobweb1 - entities: - - uid: 29767 - components: - - type: Transform - pos: 82.5,59.5 - parent: 2 -- proto: Cobweb2 - entities: - - uid: 29766 - components: - - type: Transform - pos: 35.5,44.5 - parent: 2 - - uid: 29769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,43.5 - parent: 2 -- proto: CombatKnife - entities: - - uid: 30051 - components: - - type: Transform - pos: 90.532196,38.513023 - parent: 2 - - uid: 32555 - components: - - type: Transform - pos: 80.44478,63.419872 - parent: 2 - - uid: 36046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.8261,16.606325 - parent: 2 -- proto: ComfyChair - entities: - - uid: 111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-24.5 - parent: 2 - - uid: 378 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 2 - - uid: 598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-10.5 - parent: 2 - - uid: 645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-9.5 - parent: 2 - - uid: 2656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,52.5 - parent: 2 - - uid: 2719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,48.5 - parent: 2 - - uid: 2731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,47.5 - parent: 2 - - uid: 2733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,47.5 - parent: 2 - - uid: 2865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,48.5 - parent: 2 - - uid: 4451 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,58.5 - parent: 2 - - uid: 4492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,29.5 - parent: 2 - - uid: 5426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,33.5 - parent: 2 - - uid: 5436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,29.5 - parent: 2 - - uid: 5474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,25.5 - parent: 2 - - uid: 5582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,28.5 - parent: 2 - - uid: 5587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,27.5 - parent: 2 - - uid: 5589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,30.5 - parent: 2 - - uid: 5591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,30.5 - parent: 2 - - uid: 5621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,27.5 - parent: 2 - - uid: 6564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-20.5 - parent: 2 - - uid: 6565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-24.5 - parent: 2 - - uid: 8768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,13.5 - parent: 2 - - uid: 8818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,12.5 - parent: 2 - - uid: 14031 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,57.5 - parent: 2 - - uid: 14033 - components: - - type: Transform - pos: 12.5,49.5 - parent: 2 - - uid: 14036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,53.5 - parent: 2 - - uid: 14037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,53.5 - parent: 2 - - uid: 14040 - components: - - type: Transform - pos: 13.5,49.5 - parent: 2 - - uid: 14053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,57.5 - parent: 2 - - uid: 14062 - components: - - type: Transform - pos: 11.5,49.5 - parent: 2 - - uid: 14074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,55.5 - parent: 2 - - uid: 14079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,46.5 - parent: 2 - - uid: 14080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,46.5 - parent: 2 - - uid: 14081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,46.5 - parent: 2 - - uid: 14085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,51.5 - parent: 2 - - uid: 14188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,48.5 - parent: 2 - - uid: 15373 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,48.5 - parent: 2 - - uid: 15691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,41.5 - parent: 2 - - uid: 15735 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 15780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,33.5 - parent: 2 - - uid: 15910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,51.5 - parent: 2 - - uid: 16579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,34.5 - parent: 2 - - uid: 29705 - components: - - type: Transform - pos: 19.5,48.5 - parent: 2 - - uid: 29706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,46.5 - parent: 2 - - uid: 29828 - components: - - type: Transform - pos: 90.5,56.5 - parent: 2 - - uid: 29829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,54.5 - parent: 2 -- proto: ComputerAlert - entities: - - uid: 14035 - components: - - type: Transform - pos: 19.5,59.5 - parent: 2 -- proto: ComputerAnalysisConsole - entities: - - uid: 9280 - components: - - type: Transform - pos: 40.5,51.5 - parent: 2 - - uid: 12731 - components: - - type: Transform - pos: 44.5,51.5 - parent: 2 -- proto: computerBodyScanner - entities: - - uid: 1315 - components: - - type: Transform - pos: 21.5,3.5 - parent: 2 -- proto: ComputerBroken - entities: - - uid: 5356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,50.5 - parent: 2 - - uid: 5360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,50.5 - parent: 2 - - uid: 5363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,50.5 - parent: 2 -- proto: ComputerCargoBounty - entities: - - uid: 6572 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-23.5 - parent: 2 -- proto: ComputerCargoOrders - entities: - - uid: 2965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-23.5 - parent: 2 - - uid: 6570 - components: - - type: Transform - pos: -24.5,-23.5 - parent: 2 -- proto: ComputerCloningConsole - entities: - - uid: 18117 - components: - - type: Transform - pos: 26.5,2.5 - parent: 2 -- proto: ComputerComms - entities: - - uid: 14050 - components: - - type: Transform - pos: 18.5,59.5 - parent: 2 - - uid: 14056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,50.5 - parent: 2 -- proto: ComputerCrewMonitoring - entities: - - uid: 1317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,5.5 - parent: 2 - - uid: 1318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-0.5 - parent: 2 - - uid: 1407 - components: - - type: Transform - pos: 22.5,3.5 - parent: 2 - - type: DeviceNetwork - configurators: - - 1409 - - uid: 4006 - components: - - type: Transform - pos: 48.5,34.5 - parent: 2 - - uid: 5717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,27.5 - parent: 2 - - uid: 14041 - components: - - type: Transform - pos: 14.5,58.5 - parent: 2 -- proto: ComputerCriminalRecords - entities: - - uid: 14032 - components: - - type: Transform - pos: 22.5,58.5 - parent: 2 - - uid: 15393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,28.5 - parent: 2 - - uid: 15686 - components: - - type: Transform - pos: -25.5,42.5 - parent: 2 -- proto: ComputerId - entities: - - uid: 610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-11.5 - parent: 2 - - uid: 858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,55.5 - parent: 2 - - uid: 1939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,27.5 - parent: 2 - - uid: 5760 - components: - - type: Transform - pos: 44.5,30.5 - parent: 2 - - uid: 6563 - components: - - type: Transform - pos: -25.5,-23.5 - parent: 2 - - uid: 8777 - components: - - type: Transform - pos: -59.5,13.5 - parent: 2 - - uid: 14175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,42.5 - parent: 2 - - uid: 18233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,32.5 - parent: 2 -- proto: ComputerMassMedia - entities: - - uid: 1552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-8.5 - parent: 2 -- proto: ComputerMedicalRecords - entities: - - uid: 196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-7.5 - parent: 2 - - uid: 429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-2.5 - parent: 2 - - uid: 466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-2.5 - parent: 2 - - uid: 467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-2.5 - parent: 2 - - uid: 4365 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 2 - - uid: 5720 - components: - - type: Transform - pos: -5.5,7.5 - parent: 2 - - uid: 5721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-2.5 - parent: 2 - - uid: 8379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-7.5 - parent: 2 - - uid: 14039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,57.5 - parent: 2 - - uid: 22074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 2 -- proto: ComputerPowerMonitoring - entities: - - uid: 8800 - components: - - type: Transform - pos: -61.5,32.5 - parent: 2 - - uid: 8836 - components: - - type: Transform - pos: -47.5,18.5 - parent: 2 - - uid: 13934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,53.5 - parent: 2 - - uid: 19091 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,51.5 - parent: 2 -- proto: ComputerRadar - entities: - - uid: 435 - components: - - type: Transform - pos: -49.5,-47.5 - parent: 2 - - uid: 13951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,52.5 - parent: 2 - - uid: 22599 - components: - - type: Transform - pos: -30.5,-41.5 - parent: 2 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 4157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,26.5 - parent: 2 -- proto: ComputerShuttleCargo - entities: - - uid: 22357 - components: - - type: Transform - pos: -31.5,-41.5 - parent: 2 -- proto: ComputerShuttleSalvage - entities: - - uid: 22733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-49.5 - parent: 2 -- proto: ComputerSolarControl - entities: - - uid: 9706 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,40.5 - parent: 2 - - uid: 10413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-34.5 - parent: 2 - - uid: 13469 - components: - - type: Transform - pos: 56.5,-37.5 - parent: 2 -- proto: ComputerStationRecords - entities: - - uid: 857 - components: - - type: Transform - pos: 51.5,28.5 - parent: 2 - - uid: 1522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,55.5 - parent: 2 - - uid: 15683 - components: - - type: Transform - pos: -26.5,42.5 - parent: 2 - - uid: 15842 - components: - - type: Transform - pos: -33.5,35.5 - parent: 2 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 14054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,57.5 - parent: 2 - - uid: 15728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,40.5 - parent: 2 -- proto: ComputerSurveillanceWirelessCameraMonitor - entities: - - uid: 15791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,28.5 - parent: 2 -- proto: ComputerTechnologyDiskTerminal - entities: - - uid: 26245 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,28.5 - parent: 2 -- proto: ComputerTelevision - entities: - - uid: 612 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 2 - - uid: 745 - components: - - type: Transform - pos: -21.5,22.5 - parent: 2 - - uid: 749 - components: - - type: Transform - pos: -20.5,22.5 - parent: 2 - - uid: 942 - components: - - type: Transform - pos: 56.5,30.5 - parent: 2 - - uid: 1534 - components: - - type: Transform - pos: -60.5,-4.5 - parent: 2 - - uid: 2551 - components: - - type: Transform - pos: -67.5,11.5 - parent: 2 - - uid: 3281 - components: - - type: Transform - pos: -86.5,-2.5 - parent: 2 - - uid: 5682 - components: - - type: Transform - pos: -96.5,29.5 - parent: 2 - - uid: 9049 - components: - - type: Transform - pos: -80.5,-1.5 - parent: 2 - - uid: 9138 - components: - - type: Transform - pos: -14.5,-30.5 - parent: 2 - - uid: 9142 - components: - - type: Transform - pos: -44.5,-19.5 - parent: 2 - - uid: 9143 - components: - - type: Transform - pos: -9.5,-18.5 - parent: 2 - - uid: 9150 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - uid: 9315 - components: - - type: Transform - pos: -25.5,-9.5 - parent: 2 - - uid: 9317 - components: - - type: Transform - pos: -34.5,35.5 - parent: 2 - - uid: 15228 - components: - - type: Transform - pos: -18.5,59.5 - parent: 2 - - uid: 15769 - components: - - type: Transform - pos: -8.5,26.5 - parent: 2 - - uid: 19443 - components: - - type: Transform - pos: 39.5,-25.5 - parent: 2 - - uid: 19444 - components: - - type: Transform - pos: 58.5,-38.5 - parent: 2 - - uid: 19445 - components: - - type: Transform - pos: 69.5,-12.5 - parent: 2 - - uid: 19447 - components: - - type: Transform - pos: 32.5,24.5 - parent: 2 - - uid: 19448 - components: - - type: Transform - pos: 10.5,50.5 - parent: 2 - - uid: 19449 - components: - - type: Transform - pos: 14.5,40.5 - parent: 2 - - uid: 19450 - components: - - type: Transform - pos: -5.5,61.5 - parent: 2 - - uid: 19451 - components: - - type: Transform - pos: -18.5,61.5 - parent: 2 - - uid: 19456 - components: - - type: Transform - pos: -97.5,13.5 - parent: 2 - - uid: 19458 - components: - - type: Transform - pos: -79.5,22.5 - parent: 2 - - uid: 20189 - components: - - type: Transform - pos: 24.5,-27.5 - parent: 2 - - uid: 21463 - components: - - type: Transform - pos: -1.5,23.5 - parent: 2 - - uid: 22623 - components: - - type: Transform - pos: -96.5,-1.5 - parent: 2 - - uid: 30238 - components: - - type: Transform - pos: -53.5,27.5 - parent: 2 - - uid: 30542 - components: - - type: Transform - pos: -19.5,22.5 - parent: 2 -- proto: ContainmentFieldGenerator - entities: - - uid: 18778 - components: - - type: Transform - pos: -116.5,47.5 - parent: 2 - - uid: 18852 - components: - - type: Transform - anchored: False - pos: -95.5,48.5 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -116.5,55.5 - parent: 2 - - uid: 32152 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,47.5 - parent: 2 - - uid: 32239 - components: - - type: Transform - anchored: False - pos: -94.85333,51.008305 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32240 - components: - - type: Transform - anchored: False - rot: -0.0002955436648335308 rad - pos: -96.16446,50.9681 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: ConveyorBelt - entities: - - uid: 436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 760 - components: - - type: Transform - pos: -47.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - 23220 - - uid: 3542 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 5414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 5429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-41.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23793 - - uid: 6624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23793 - - uid: 6632 - components: - - type: Transform - pos: -29.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9074 - - uid: 6650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 6668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-42.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-37.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8936 - - uid: 6708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23793 - - uid: 6710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23793 - - uid: 6714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23793 - - uid: 6721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 6727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 6743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-33.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9074 - - uid: 6818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-45.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6742 - - uid: 6832 - components: - - type: Transform - pos: -47.5,-50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8936 - - uid: 6845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6923 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 6961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 6963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 7096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 8181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-23.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 8601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 9035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 9845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 10342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 170 - - uid: 10621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 10622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 10624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-25.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 10627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 10646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 10647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-35.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 11841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-32.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 11849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-32.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 11850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 11853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 16555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 - - uid: 16638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 - - uid: 16645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 - - uid: 16654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 - - uid: 20561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6742 - - uid: 20562 - components: - - type: Transform - pos: -15.5,-41.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 20720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 20722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 21164 - components: - - type: Transform - pos: -18.5,-26.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 22358 - components: - - type: Transform - pos: -15.5,-34.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 22732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 - - uid: 22736 - components: - - type: Transform - pos: -15.5,-35.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 23519 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 - - uid: 23857 - components: - - type: Transform - pos: -18.5,-30.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 27957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 28998 - components: - - type: Transform - pos: -18.5,-27.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 29964 - components: - - type: Transform - pos: -18.5,-28.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 29965 - components: - - type: Transform - pos: -18.5,-29.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 29980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-34.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 30642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 30791 - components: - - type: Transform - pos: -15.5,-32.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 31055 - components: - - type: Transform - pos: -15.5,-33.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 31645 - components: - - type: Transform - pos: -18.5,-31.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 31687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-32.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 31688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 31689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 31690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 31776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 31777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-30.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 31778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-29.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 31779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-28.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 31780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 6779 - - uid: 34056 - components: - - type: Transform - pos: -15.5,-36.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 23220 - - uid: 34057 - components: - - type: Transform - pos: -15.5,-37.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34058 - components: - - type: Transform - pos: -15.5,-38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34059 - components: - - type: Transform - pos: -15.5,-39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34060 - components: - - type: Transform - pos: -15.5,-40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34061 - components: - - type: Transform - pos: -15.5,-42.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34062 - components: - - type: Transform - pos: -15.5,-43.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 - - uid: 34067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-44.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23220 -- proto: CourierBag - entities: - - uid: 22394 - components: - - type: Transform - pos: -7.2791405,-25.252836 - parent: 2 - - uid: 35849 - components: - - type: Transform - pos: -7.1541405,-25.354399 - parent: 2 -- proto: CrateArtifactContainer - entities: - - uid: 9231 - components: - - type: Transform - pos: 34.5,51.5 - parent: 2 - - uid: 9540 - components: - - type: Transform - pos: 35.5,51.5 - parent: 2 -- proto: CrateCoffin - entities: - - uid: 20954 - components: - - type: Transform - pos: 88.5,37.5 - parent: 2 - - uid: 29265 - components: - - type: Transform - pos: -66.5,31.5 - parent: 2 -- proto: CrateCommandSecure - entities: - - uid: 22615 - components: - - type: Transform - pos: 21.5,58.5 - parent: 2 -- proto: CrateEmptySpawner - entities: - - uid: 21105 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 2 - - uid: 21106 - components: - - type: Transform - pos: 36.5,13.5 - parent: 2 - - uid: 21107 - components: - - type: Transform - pos: 78.5,-9.5 - parent: 2 - - uid: 21108 - components: - - type: Transform - pos: 68.5,-28.5 - parent: 2 - - uid: 21109 - components: - - type: Transform - pos: 45.5,-27.5 - parent: 2 - - uid: 21110 - components: - - type: Transform - pos: 11.5,-30.5 - parent: 2 - - uid: 21111 - components: - - type: Transform - pos: 11.5,-31.5 - parent: 2 - - uid: 21112 - components: - - type: Transform - pos: -32.5,-22.5 - parent: 2 - - uid: 21113 - components: - - type: Transform - pos: -62.5,-27.5 - parent: 2 - - uid: 21114 - components: - - type: Transform - pos: -65.5,1.5 - parent: 2 -- proto: CrateEngineeringAMEJar - entities: - - uid: 8795 - components: - - type: Transform - pos: -62.5,28.5 - parent: 2 -- proto: CrateEngineeringAMEShielding - entities: - - uid: 8955 - components: - - type: Transform - pos: -60.460056,30.546858 - parent: 2 - - uid: 8964 - components: - - type: Transform - pos: -62.5,30.5 - parent: 2 -- proto: CrateEngineeringCableBulk - entities: - - uid: 8990 - components: - - type: Transform - pos: -57.5,22.5 - parent: 2 -- proto: CrateEngineeringCableHV - entities: - - uid: 9855 - components: - - type: Transform - pos: -66.5,38.5 - parent: 2 - - uid: 13517 - components: - - type: Transform - pos: -65.5,38.5 - parent: 2 -- proto: CrateEngineeringElectricalSupplies - entities: - - uid: 8970 - components: - - type: Transform - pos: -58.5,22.5 - parent: 2 -- proto: CrateEngineeringSolar - entities: - - uid: 8357 - components: - - type: Transform - pos: -65.5,-28.5 - parent: 2 - - uid: 8363 - components: - - type: Transform - pos: -67.5,-25.5 - parent: 2 - - uid: 9850 - components: - - type: Transform - pos: -60.5,38.5 - parent: 2 - - uid: 9851 - components: - - type: Transform - pos: -61.5,38.5 - parent: 2 - - uid: 9852 - components: - - type: Transform - pos: -62.5,38.5 - parent: 2 - - uid: 9853 - components: - - type: Transform - pos: -63.5,38.5 - parent: 2 - - uid: 11229 - components: - - type: Transform - pos: -66.5,-24.5 - parent: 2 - - uid: 13691 - components: - - type: Transform - pos: 55.5,-40.5 - parent: 2 - - uid: 35067 - components: - - type: Transform - pos: 53.5,-33.5 - parent: 2 - - uid: 35083 - components: - - type: Transform - pos: 54.5,-39.5 - parent: 2 - - uid: 35084 - components: - - type: Transform - pos: 58.5,-39.5 - parent: 2 -- proto: CrateFilledSpawner - entities: - - uid: 6759 - components: - - type: Transform - pos: 83.5,62.5 - parent: 2 - - uid: 19370 - components: - - type: Transform - pos: -21.5,-27.5 - parent: 2 - - uid: 19893 - components: - - type: Transform - pos: 79.5,2.5 - parent: 2 - - uid: 21030 - components: - - type: Transform - pos: 36.5,14.5 - parent: 2 - - uid: 21078 - components: - - type: Transform - pos: 35.5,44.5 - parent: 2 - - uid: 21079 - components: - - type: Transform - pos: 10.5,32.5 - parent: 2 - - uid: 21081 - components: - - type: Transform - pos: -45.5,27.5 - parent: 2 - - uid: 21082 - components: - - type: Transform - pos: -1.5,45.5 - parent: 2 - - uid: 21083 - components: - - type: Transform - pos: -31.5,10.5 - parent: 2 - - uid: 21085 - components: - - type: Transform - pos: -65.5,2.5 - parent: 2 - - uid: 21086 - components: - - type: Transform - pos: -64.5,-18.5 - parent: 2 - - uid: 21088 - components: - - type: Transform - pos: -7.5,-35.5 - parent: 2 - - uid: 22098 - components: - - type: Transform - pos: -41.5,-32.5 - parent: 2 - - uid: 24654 - components: - - type: Transform - pos: 4.5,-24.5 - parent: 2 - - uid: 25226 - components: - - type: Transform - pos: -49.5,-32.5 - parent: 2 - - uid: 27694 - components: - - type: Transform - pos: 61.5,-31.5 - parent: 2 - - uid: 28647 - components: - - type: Transform - pos: 39.5,0.5 - parent: 2 - - uid: 32593 - components: - - type: Transform - pos: 81.5,48.5 - parent: 2 - - uid: 33571 - components: - - type: Transform - pos: 86.5,64.5 - parent: 2 - - uid: 33573 - components: - - type: Transform - pos: 82.5,43.5 - parent: 2 -- proto: CrateFoodBarSupply - entities: - - uid: 5765 - components: - - type: Transform - pos: 24.5,-25.5 - parent: 2 - - uid: 31048 - components: - - type: Transform - pos: -44.5,65.5 - parent: 2 -- proto: CrateFoodDinnerware - entities: - - uid: 11325 - components: - - type: Transform - pos: -50.5,-5.5 - parent: 2 -- proto: CrateFreezer - entities: - - uid: 22086 - components: - - type: Transform - pos: -49.5,-5.5 - parent: 2 -- proto: CrateFunPlushie - entities: - - uid: 34039 - components: - - type: Transform - pos: -67.5,14.5 - parent: 2 - - uid: 34040 - components: - - type: Transform - pos: -67.5,15.5 - parent: 2 -- proto: CrateHydroponicsSeeds - entities: - - uid: 18198 - components: - - type: Transform - pos: -31.5,60.5 - parent: 2 -- proto: CrateHydroSecure - entities: - - uid: 18444 - components: - - type: Transform - pos: -54.5,1.5 - parent: 2 -- proto: CrateLivestock - entities: - - uid: 8376 - components: - - type: Transform - pos: -52.5,-28.5 - parent: 2 - - uid: 11332 - components: - - type: Transform - pos: -52.5,-29.5 - parent: 2 - - uid: 22055 - components: - - type: Transform - pos: -52.5,-27.5 - parent: 2 -- proto: CrateMedicalSecure - entities: - - uid: 1486 - components: - - type: Transform - pos: 9.5,11.5 - parent: 2 -- proto: CrateMedicalSurgery - entities: - - uid: 9052 - components: - - type: Transform - pos: 33.5,10.5 - parent: 2 -- proto: CrateNPCHamlet - entities: - - uid: 21100 - components: - - type: Transform - pos: 28.5,48.5 - parent: 2 -- proto: CrateScienceSecure - entities: - - uid: 3992 - components: - - type: Transform - pos: 34.5,25.5 - parent: 2 - - uid: 5312 - components: - - type: Transform - pos: 34.5,24.5 - parent: 2 - - type: Lock - locked: False -- proto: CrateSecurityNonlethal - entities: - - uid: 15490 - components: - - type: Transform - pos: -18.5,45.5 - parent: 2 -- proto: CrateSecurityRiot - entities: - - uid: 15995 - components: - - type: Transform - pos: -24.5,44.5 - parent: 2 -- proto: CrateServiceJanitorialSupplies - entities: - - uid: 1013 - components: - - type: Transform - pos: 33.5,-2.5 - parent: 2 -- proto: CrateServicePersonnel - entities: - - uid: 5718 - components: - - type: Transform - pos: 13.5,27.5 - parent: 2 -- proto: CrateTrackingImplants - entities: - - uid: 15434 - components: - - type: Transform - pos: -5.5,43.5 - parent: 2 -- proto: CrateTrashCart - entities: - - uid: 8050 - components: - - type: Transform - pos: -39.5,-18.5 - parent: 2 -- proto: CrateTrashCartFilled - entities: - - uid: 26458 - components: - - type: Transform - pos: 31.5,18.5 - parent: 2 - - uid: 26481 - components: - - type: Transform - pos: -49.5,-11.5 - parent: 2 -- proto: CrateTrashCartJani - entities: - - uid: 16664 - components: - - type: Transform - pos: -38.5,13.5 - parent: 2 - - uid: 26432 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 26437 - components: - - type: Transform - pos: 11.5,-33.5 - parent: 2 - - uid: 26438 - components: - - type: Transform - pos: -65.5,-7.5 - parent: 2 - - uid: 26439 - components: - - type: Transform - pos: -46.5,-36.5 - parent: 2 - - uid: 26440 - components: - - type: Transform - pos: 31.5,-23.5 - parent: 2 - - uid: 26441 - components: - - type: Transform - pos: -35.5,-13.5 - parent: 2 -- proto: CrayonMime - entities: - - uid: 3707 - components: - - type: Transform - pos: -81.752846,1.8026085 - parent: 2 - - uid: 3926 - components: - - type: Transform - pos: -81.29972,1.5213585 - parent: 2 - - uid: 3927 - components: - - type: Transform - pos: -81.565346,1.6619835 - parent: 2 -- proto: CrayonRainbow - entities: - - uid: 33602 - components: - - type: Transform - pos: 75.486176,52.188 - parent: 2 -- proto: Crematorium - entities: - - uid: 7783 - components: - - type: Transform - pos: 69.5,30.5 - parent: 2 -- proto: CrewMonitoringServer - entities: - - uid: 605 - components: - - type: Transform - pos: -11.5,-9.5 - parent: 2 -- proto: CrowbarRed - entities: - - uid: 1503 - components: - - type: Transform - pos: -8.562024,-11.246856 - parent: 2 - - uid: 1644 - components: - - type: Transform - pos: 33.541424,5.472056 - parent: 2 - - uid: 1947 - components: - - type: Transform - pos: 14.496862,30.623743 - parent: 2 - - uid: 5592 - components: - - type: Transform - pos: 43.77388,30.490349 - parent: 2 - - uid: 5595 - components: - - type: Transform - pos: 46.555542,34.766357 - parent: 2 - - uid: 5622 - components: - - type: Transform - pos: 36.065853,23.428886 - parent: 2 - - uid: 6065 - components: - - type: Transform - pos: 16.464579,27.342636 - parent: 2 - - uid: 6066 - components: - - type: Transform - pos: 16.628641,27.143417 - parent: 2 - - uid: 6067 - components: - - type: Transform - pos: 21.386454,27.436386 - parent: 2 - - uid: 6068 - components: - - type: Transform - pos: 21.585672,27.237167 - parent: 2 - - uid: 6864 - components: - - type: Transform - pos: -28.531511,-23.315823 - parent: 2 - - uid: 9605 - components: - - type: Transform - pos: -54.225883,35.52866 - parent: 2 - - uid: 14257 - components: - - type: Transform - pos: 27.488392,55.664364 - parent: 2 - - uid: 27973 - components: - - type: Transform - pos: -67.44635,34.354824 - parent: 2 - - uid: 30530 - components: - - type: Transform - pos: -7.4310007,18.61997 - parent: 2 - - uid: 34983 - components: - - type: Transform - pos: 34.625328,3.466546 - parent: 2 -- proto: CryogenicSleepUnit - entities: - - uid: 920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-5.5 - parent: 2 - - uid: 926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-11.5 - parent: 2 - - uid: 927 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-11.5 - parent: 2 - - uid: 22030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-8.5 - parent: 2 - - uid: 22031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-8.5 - parent: 2 - - uid: 22032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-5.5 - parent: 2 -- proto: CryogenicSleepUnitSpawnerPrisoner - entities: - - uid: 94 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,61.5 - parent: 2 - - uid: 425 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,62.5 - parent: 2 -- proto: CryoPod - entities: - - uid: 1273 - components: - - type: Transform - pos: 16.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1501 - components: - - type: Transform - pos: 16.5,13.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1512 - components: - - type: Transform - pos: 20.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1513 - components: - - type: Transform - pos: 20.5,13.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: CryoxadoneBeakerSmall - entities: - - uid: 1565 - components: - - type: Transform - pos: 18.267788,14.886281 - parent: 2 - - uid: 35798 - components: - - type: Transform - pos: 15.363386,10.444615 - parent: 2 -- proto: d12Dice - entities: - - uid: 23034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.820965,60.53547 - parent: 2 -- proto: d6Dice - entities: - - uid: 19662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.883465,59.894844 - parent: 2 - - uid: 19663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.11784,60.12922 - parent: 2 -- proto: DefaultStationBeacon - entities: - - uid: 36471 - components: - - type: Transform - pos: 61.5,-6.5 - parent: 2 - - type: NavMapBeacon - text: Park - - type: WarpPoint - location: Park - - uid: 36473 - components: - - type: Transform - pos: -84.5,8.5 - parent: 2 - - type: NavMapBeacon - text: Zoo - - type: WarpPoint - location: Zoo - - uid: 36474 - components: - - type: Transform - pos: 37.5,-26.5 - parent: 2 - - type: NavMapBeacon - text: Boxing Ring - - type: WarpPoint - location: Boxing Ring - - uid: 36498 - components: - - type: Transform - pos: 84.5,58.5 - parent: 2 - - type: NavMapBeacon - text: ER#30!/ - - type: WarpPoint - location: ER#30!/ -- proto: DefaultStationBeaconAME - entities: - - uid: 36476 - components: - - type: Transform - pos: -61.5,31.5 - parent: 2 - - type: NavMapBeacon - text: AME - - type: WarpPoint - location: AME -- proto: DefaultStationBeaconAnomalyGenerator - entities: - - uid: 36477 - components: - - type: Transform - pos: 46.5,38.5 - parent: 2 - - type: NavMapBeacon - text: Anomaly generator - - type: WarpPoint - location: Anomaly Generator -- proto: DefaultStationBeaconArmory - entities: - - uid: 5651 - components: - - type: Transform - pos: -24.5,47.5 - parent: 2 - - type: NavMapBeacon - text: Armory - - type: WarpPoint - location: Armory -- proto: DefaultStationBeaconArrivals - entities: - - uid: 6057 - components: - - type: Transform - pos: 1.5,-42.5 - parent: 2 - - type: NavMapBeacon - text: Arrivals - - type: WarpPoint - location: Arrivals -- proto: DefaultStationBeaconArtifactLab - entities: - - uid: 36472 - components: - - type: Transform - pos: 42.5,48.5 - parent: 2 - - type: NavMapBeacon - text: Xenoarchaelogy - - type: WarpPoint - location: Xenoarchaeology -- proto: DefaultStationBeaconAtmospherics - entities: - - uid: 6058 - components: - - type: Transform - pos: -43.5,42.5 - parent: 2 - - type: NavMapBeacon - text: Atmospherics - - type: WarpPoint - location: Atmospherics -- proto: DefaultStationBeaconBar - entities: - - uid: 6059 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 2 - - type: NavMapBeacon - text: Bar - - type: WarpPoint - location: Bar -- proto: DefaultStationBeaconBotany - entities: - - uid: 6060 - components: - - type: Transform - pos: -57.5,0.5 - parent: 2 - - type: NavMapBeacon - text: Botany - - type: WarpPoint - location: Botany -- proto: DefaultStationBeaconBridge - entities: - - uid: 6276 - components: - - type: Transform - pos: 18.5,53.5 - parent: 2 - - type: NavMapBeacon - text: Bridge - - type: WarpPoint - location: Bridge -- proto: DefaultStationBeaconBrig - entities: - - uid: 6291 - components: - - type: Transform - pos: -27.5,29.5 - parent: 2 - - type: NavMapBeacon - text: Brig - - type: WarpPoint - location: Brig -- proto: DefaultStationBeaconCaptainsQuarters - entities: - - uid: 6860 - components: - - type: Transform - pos: 26.5,50.5 - parent: 2 - - type: NavMapBeacon - text: Captain's Quarters - - type: WarpPoint - location: Captain's Quarters -- proto: DefaultStationBeaconCERoom - entities: - - uid: 7349 - components: - - type: Transform - pos: -59.5,12.5 - parent: 2 - - type: NavMapBeacon - text: CE's Room - - type: WarpPoint - location: CE's Room -- proto: DefaultStationBeaconChapel - entities: - - uid: 7350 - components: - - type: Transform - pos: 66.5,17.5 - parent: 2 - - type: NavMapBeacon - text: Church - - type: WarpPoint - location: Church -- proto: DefaultStationBeaconChemistry - entities: - - uid: 8461 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 2 - - type: NavMapBeacon - text: Chemistry - - type: WarpPoint - location: Chemistry -- proto: DefaultStationBeaconCMORoom - entities: - - uid: 8743 - components: - - type: Transform - pos: -9.5,-9.5 - parent: 2 - - type: NavMapBeacon - text: CMO's Room - - type: WarpPoint - location: CMO's Room -- proto: DefaultStationBeaconCommand - entities: - - uid: 36489 - components: - - type: Transform - pos: 18.5,42.5 - parent: 2 - - type: NavMapBeacon - text: Command - - type: WarpPoint - location: Command -- proto: DefaultStationBeaconCourtroom - entities: - - uid: 8817 - components: - - type: Transform - pos: -8.5,53.5 - parent: 2 - - type: NavMapBeacon - text: Courtroom - - type: WarpPoint - location: Courtroom -- proto: DefaultStationBeaconCryonics - entities: - - uid: 36490 - components: - - type: Transform - pos: 18.5,12.5 - parent: 2 - - type: NavMapBeacon - text: Cryonics - - type: WarpPoint - location: Cryonics -- proto: DefaultStationBeaconDetectiveRoom - entities: - - uid: 15095 - components: - - type: Transform - pos: -34.5,34.5 - parent: 2 - - type: NavMapBeacon - text: Detective's Room - - type: WarpPoint - location: Detective's Room -- proto: DefaultStationBeaconDisposals - entities: - - uid: 15288 - components: - - type: Transform - pos: -38.5,11.5 - parent: 2 - - type: NavMapBeacon - text: Disposals - - type: WarpPoint - location: Disposals -- proto: DefaultStationBeaconEngineering - entities: - - uid: 15289 - components: - - type: Transform - pos: -54.5,19.5 - parent: 2 - - type: NavMapBeacon - text: Engineering - - type: WarpPoint - location: Engineering -- proto: DefaultStationBeaconEvac - entities: - - uid: 15310 - components: - - type: Transform - pos: 1.5,76.5 - parent: 2 - - type: NavMapBeacon - text: Evacuation - - type: WarpPoint - location: Evacuation -- proto: DefaultStationBeaconEVAStorage - entities: - - uid: 15815 - components: - - type: Transform - pos: 19.5,26.5 - parent: 2 - - type: NavMapBeacon - text: EVA Storage - - type: WarpPoint - location: EVA Storage -- proto: DefaultStationBeaconGravGen - entities: - - uid: 15938 - components: - - type: Transform - pos: -60.5,16.5 - parent: 2 - - type: NavMapBeacon - text: Gravity Generator - - type: WarpPoint - location: Gravity Generator -- proto: DefaultStationBeaconHOPOffice - entities: - - uid: 16605 - components: - - type: Transform - pos: 7.5,29.5 - parent: 2 - - type: NavMapBeacon - text: HOP's Office - - type: WarpPoint - location: HOP's Office -- proto: DefaultStationBeaconHOSRoom - entities: - - uid: 36492 - components: - - type: Transform - pos: -6.5,33.5 - parent: 2 - - type: NavMapBeacon - text: HOS's Room - - type: WarpPoint - location: HOS's Room -- proto: DefaultStationBeaconJanitorsCloset - entities: - - uid: 23854 - components: - - type: Transform - pos: -39.5,22.5 - parent: 2 - - type: NavMapBeacon - text: Janitor's Closet - - type: WarpPoint - location: Janitor's Closet -- proto: DefaultStationBeaconKitchen - entities: - - uid: 24541 - components: - - type: Transform - pos: -47.5,-22.5 - parent: 2 - - type: NavMapBeacon - text: Kitchen - - type: WarpPoint - location: Kitchen -- proto: DefaultStationBeaconLawOffice - entities: - - uid: 36493 - components: - - type: Transform - pos: -5.5,59.5 - parent: 2 - - type: NavMapBeacon - text: Lawyer's Office - - type: WarpPoint - location: Lawyer's Office -- proto: DefaultStationBeaconLibrary - entities: - - uid: 25741 - components: - - type: Transform - pos: 56.5,28.5 - parent: 2 - - type: NavMapBeacon - text: Library - - type: WarpPoint - location: Library -- proto: DefaultStationBeaconMedbay - entities: - - uid: 25805 - components: - - type: Transform - pos: 9.5,13.5 - parent: 2 - - type: NavMapBeacon - text: Medbay - - type: WarpPoint - location: Medbay -- proto: DefaultStationBeaconMedical - entities: - - uid: 26875 - components: - - type: Transform - pos: 1.5,2.5 - parent: 2 - - type: NavMapBeacon - text: Medical - - type: WarpPoint - location: Medical -- proto: DefaultStationBeaconMorgue - entities: - - uid: 28911 - components: - - type: Transform - pos: 29.5,11.5 - parent: 2 - - type: NavMapBeacon - text: Morgue - - type: WarpPoint - location: Morgue -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 28970 - components: - - type: Transform - pos: -22.5,63.5 - parent: 2 - - type: NavMapBeacon - text: Psych Ward - - type: WarpPoint - location: Psych Ward -- proto: DefaultStationBeaconQMRoom - entities: - - uid: 28973 - components: - - type: Transform - pos: -27.5,-24.5 - parent: 2 - - type: NavMapBeacon - text: LO's Room - - type: WarpPoint - location: LO's Room -- proto: DefaultStationBeaconRDRoom - entities: - - uid: 28974 - components: - - type: Transform - pos: 45.5,29.5 - parent: 2 - - type: NavMapBeacon - text: MG's Room - - type: WarpPoint - location: MG's Room -- proto: DefaultStationBeaconRobotics - entities: - - uid: 36495 - components: - - type: Transform - pos: 45.5,43.5 - parent: 2 - - type: NavMapBeacon - text: Robotics - - type: WarpPoint - location: Robotics -- proto: DefaultStationBeaconSalvage - entities: - - uid: 36496 - components: - - type: Transform - pos: -10.5,-40.5 - parent: 2 - - type: NavMapBeacon - text: Salvage - - type: WarpPoint - location: Salvage -- proto: DefaultStationBeaconScience - entities: - - uid: 29723 - components: - - type: Transform - pos: 29.5,28.5 - parent: 2 - - type: NavMapBeacon - text: Epistemics - - type: WarpPoint - location: Epistemics -- proto: DefaultStationBeaconSecurity - entities: - - uid: 29724 - components: - - type: Transform - pos: -13.5,36.5 - parent: 2 - - type: NavMapBeacon - text: Security - - type: WarpPoint - location: Security -- proto: DefaultStationBeaconSingularity - entities: - - uid: 36494 - components: - - type: Transform - pos: -97.5,51.5 - parent: 2 - - type: NavMapBeacon - text: Particle Accelerator - - type: WarpPoint - location: Particle Accelerator -- proto: DefaultStationBeaconSupply - entities: - - uid: 36497 - components: - - type: Transform - pos: -19.5,-32.5 - parent: 2 - - type: NavMapBeacon - text: Logistics - - type: WarpPoint - location: Logistics -- proto: DefaultStationBeaconTechVault - entities: - - uid: 36475 - components: - - type: Transform - pos: -49.5,26.5 - parent: 2 - - type: NavMapBeacon - text: Tech Vault - - type: WarpPoint - location: Tech Vault -- proto: DefaultStationBeaconTelecoms - entities: - - uid: 23229 - components: - - type: Transform - pos: 8.5,60.5 - parent: 2 - - type: NavMapBeacon - text: Telecomms - - type: WarpPoint - location: Telecomms -- proto: DefaultStationBeaconTheater - entities: - - uid: 31784 - components: - - type: Transform - pos: -78.5,3.5 - parent: 2 - - type: NavMapBeacon - text: Theater - - type: WarpPoint - location: Theater -- proto: DefaultStationBeaconToolRoom - entities: - - uid: 31790 - components: - - type: Transform - pos: -68.5,1.5 - parent: 2 - - type: NavMapBeacon - text: Service Lounge - - type: WarpPoint - location: Service Lounge -- proto: DefaultStationBeaconVault - entities: - - uid: 31791 - components: - - type: Transform - pos: 27.5,38.5 - parent: 2 - - type: NavMapBeacon - text: Vault - - type: WarpPoint - location: Vault -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 31793 - components: - - type: Transform - pos: -24.5,41.5 - parent: 2 - - type: NavMapBeacon - text: Warden's Office - - type: WarpPoint - location: Warden's Office -- proto: DefibrillatorCabinetFilled - entities: - - uid: 1003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,8.5 - parent: 2 - - uid: 3849 - components: - - type: Transform - pos: 40.5,-21.5 - parent: 2 - - uid: 6953 - components: - - type: Transform - pos: -14.5,-32.5 - parent: 2 - - uid: 14201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,49.5 - parent: 2 - - uid: 20654 - components: - - type: Transform - pos: -42.5,61.5 - parent: 2 - - uid: 35811 - components: - - type: Transform - pos: 26.5,8.5 - parent: 2 -- proto: DeployableBarrier - entities: - - uid: 2732 - components: - - type: Transform - pos: 25.5,46.5 - parent: 2 - - uid: 15375 - components: - - type: Transform - pos: 26.5,46.5 - parent: 2 - - uid: 15376 - components: - - type: Transform - pos: 24.5,46.5 - parent: 2 - - uid: 16492 - components: - - type: Transform - pos: -26.5,48.5 - parent: 2 - - uid: 16508 - components: - - type: Transform - pos: -22.5,48.5 - parent: 2 -- proto: DeskBell - entities: - - uid: 61 - components: - - type: Transform - pos: -1.3602465,-32.409664 - parent: 2 - - uid: 102 - components: - - type: Transform - pos: -4.4393716,6.610856 - parent: 2 - - uid: 558 - components: - - type: Transform - pos: -4.427653,-1.2407064 - parent: 2 - - uid: 570 - components: - - type: Transform - pos: -6.3143716,0.63202906 - parent: 2 - - uid: 581 - components: - - type: Transform - pos: -6.3612466,4.6186686 - parent: 2 - - uid: 1138 - components: - - type: Transform - pos: 19.834106,-6.375514 - parent: 2 - - uid: 1143 - components: - - type: Transform - pos: 17.177856,-6.375514 - parent: 2 - - uid: 1430 - components: - - type: Transform - pos: 13.689143,4.6450024 - parent: 2 - - uid: 1527 - components: - - type: Transform - pos: 27.060135,-3.4577832 - parent: 2 - - uid: 1927 - components: - - type: Transform - pos: 7.647935,26.652452 - parent: 2 - - uid: 2231 - components: - - type: Transform - pos: -3.3289967,-34.296383 - parent: 2 - - uid: 2690 - components: - - type: Transform - pos: 13.110749,41.62234 - parent: 2 - - uid: 2957 - components: - - type: Transform - pos: -14.030302,-22.251932 - parent: 2 - - uid: 2958 - components: - - type: Transform - pos: -8.999052,-22.283182 - parent: 2 - - uid: 3682 - components: - - type: Transform - pos: -46.456753,17.019638 - parent: 2 - - uid: 3683 - components: - - type: Transform - pos: -48.534878,2.972764 - parent: 2 - - uid: 5258 - components: - - type: Transform - pos: 28.44021,25.612677 - parent: 2 - - uid: 7545 - components: - - type: Transform - pos: -51.532696,-17.42208 - parent: 2 - - uid: 7546 - components: - - type: Transform - pos: -51.474102,-20.269735 - parent: 2 - - uid: 8403 - components: - - type: Transform - pos: -69.25393,12.611276 - parent: 2 - - uid: 15395 - components: - - type: Transform - pos: -20.215748,27.700657 - parent: 2 -- proto: DiseaseDiagnoser - entities: - - uid: 17116 - components: - - type: Transform - pos: -14.5,7.5 - parent: 2 -- proto: DiseaseSwab - entities: - - uid: 18080 - components: - - type: Transform - pos: -17.326876,7.5798235 - parent: 2 - - uid: 21911 - components: - - type: Transform - pos: -17.4675,7.5681047 - parent: 2 - - uid: 21921 - components: - - type: Transform - pos: -27.287813,7.7321672 - parent: 2 - - uid: 21925 - components: - - type: Transform - pos: -25.576876,7.509511 - parent: 2 -- proto: DisposalBend - entities: - - uid: 656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-16.5 - parent: 2 - - uid: 717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-17.5 - parent: 2 - - uid: 733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-15.5 - parent: 2 - - uid: 735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-14.5 - parent: 2 - - uid: 982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-16.5 - parent: 2 - - uid: 1059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-13.5 - parent: 2 - - uid: 1088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-15.5 - parent: 2 - - uid: 2037 - components: - - type: Transform - pos: 49.5,20.5 - parent: 2 - - uid: 2038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,3.5 - parent: 2 - - uid: 2136 - components: - - type: Transform - pos: 50.5,3.5 - parent: 2 - - uid: 2149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-14.5 - parent: 2 - - uid: 2152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-13.5 - parent: 2 - - uid: 2291 - components: - - type: Transform - pos: 39.5,-16.5 - parent: 2 - - uid: 2293 - components: - - type: Transform - pos: 38.5,-15.5 - parent: 2 - - uid: 2296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-17.5 - parent: 2 - - uid: 2301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-16.5 - parent: 2 - - uid: 2909 - components: - - type: Transform - pos: 15.5,49.5 - parent: 2 - - uid: 2937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-29.5 - parent: 2 - - uid: 3704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-7.5 - parent: 2 - - uid: 5226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-35.5 - parent: 2 - - uid: 7081 - components: - - type: Transform - pos: 30.5,10.5 - parent: 2 - - uid: 9145 - components: - - type: Transform - pos: -29.5,-10.5 - parent: 2 - - uid: 11009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-34.5 - parent: 2 - - uid: 16698 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 16699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,16.5 - parent: 2 - - uid: 16700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,16.5 - parent: 2 - - uid: 16732 - components: - - type: Transform - pos: -10.5,24.5 - parent: 2 - - uid: 16844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-15.5 - parent: 2 - - uid: 16911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-9.5 - parent: 2 - - uid: 16926 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,20.5 - parent: 2 - - uid: 16927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,19.5 - parent: 2 - - uid: 16928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,19.5 - parent: 2 - - uid: 16929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,18.5 - parent: 2 - - uid: 16930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,18.5 - parent: 2 - - uid: 16931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,17.5 - parent: 2 - - uid: 16932 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,17.5 - parent: 2 - - uid: 16933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,16.5 - parent: 2 - - uid: 16934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,16.5 - parent: 2 - - uid: 16935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,8.5 - parent: 2 - - uid: 16936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,4.5 - parent: 2 - - uid: 16937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,4.5 - parent: 2 - - uid: 16938 - components: - - type: Transform - pos: -45.5,-9.5 - parent: 2 - - uid: 16939 - components: - - type: Transform - pos: -44.5,-10.5 - parent: 2 - - uid: 16940 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 2 - - uid: 16941 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - uid: 16942 - components: - - type: Transform - pos: -41.5,-13.5 - parent: 2 - - uid: 16943 - components: - - type: Transform - pos: -39.5,-14.5 - parent: 2 - - uid: 16944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-15.5 - parent: 2 - - uid: 16946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-13.5 - parent: 2 - - uid: 16947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-12.5 - parent: 2 - - uid: 16948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-11.5 - parent: 2 - - uid: 16949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-10.5 - parent: 2 - - uid: 16950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-2.5 - parent: 2 - - uid: 16952 - components: - - type: Transform - pos: -45.5,11.5 - parent: 2 - - uid: 16958 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,2.5 - parent: 2 - - uid: 16976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,12.5 - parent: 2 - - uid: 16977 - components: - - type: Transform - pos: -50.5,12.5 - parent: 2 - - uid: 17001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,39.5 - parent: 2 - - uid: 17002 - components: - - type: Transform - pos: -48.5,22.5 - parent: 2 - - uid: 17003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,20.5 - parent: 2 - - uid: 17032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,30.5 - parent: 2 - - uid: 17034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,7.5 - parent: 2 - - uid: 17035 - components: - - type: Transform - pos: -46.5,8.5 - parent: 2 - - uid: 17083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,9.5 - parent: 2 - - uid: 17084 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,8.5 - parent: 2 - - uid: 17085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,8.5 - parent: 2 - - uid: 17086 - components: - - type: Transform - pos: -84.5,19.5 - parent: 2 - - uid: 17112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,9.5 - parent: 2 - - uid: 17123 - components: - - type: Transform - pos: -72.5,11.5 - parent: 2 - - uid: 17127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,9.5 - parent: 2 - - uid: 17133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,52.5 - parent: 2 - - uid: 17194 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 2 - - uid: 17196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,19.5 - parent: 2 - - uid: 17197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 - parent: 2 - - uid: 17198 - components: - - type: Transform - pos: -35.5,33.5 - parent: 2 - - uid: 17199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,29.5 - parent: 2 - - uid: 17244 - components: - - type: Transform - pos: -8.5,29.5 - parent: 2 - - uid: 17245 - components: - - type: Transform - pos: -10.5,40.5 - parent: 2 - - uid: 17246 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,40.5 - parent: 2 - - uid: 17247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,35.5 - parent: 2 - - uid: 17248 - components: - - type: Transform - pos: -11.5,35.5 - parent: 2 - - uid: 17305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,52.5 - parent: 2 - - uid: 17306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,49.5 - parent: 2 - - uid: 17307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,48.5 - parent: 2 - - uid: 17308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,52.5 - parent: 2 - - uid: 17310 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,39.5 - parent: 2 - - uid: 17313 - components: - - type: Transform - pos: 39.5,46.5 - parent: 2 - - uid: 17315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,29.5 - parent: 2 - - uid: 17355 - components: - - type: Transform - pos: 42.5,37.5 - parent: 2 - - uid: 17357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,26.5 - parent: 2 - - uid: 17372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,15.5 - parent: 2 - - uid: 17381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-20.5 - parent: 2 - - uid: 17382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-24.5 - parent: 2 - - uid: 17383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-30.5 - parent: 2 - - uid: 17384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-30.5 - parent: 2 - - uid: 17398 - components: - - type: Transform - pos: 41.5,-23.5 - parent: 2 - - uid: 17399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-23.5 - parent: 2 - - uid: 17455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-4.5 - parent: 2 - - uid: 17491 - components: - - type: Transform - pos: -3.5,13.5 - parent: 2 - - uid: 17492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,13.5 - parent: 2 - - uid: 17493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,3.5 - parent: 2 - - uid: 17494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-9.5 - parent: 2 - - uid: 17503 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 2 - - uid: 17522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-35.5 - parent: 2 - - uid: 17538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-11.5 - parent: 2 - - uid: 17564 - components: - - type: Transform - pos: 17.5,9.5 - parent: 2 - - uid: 17586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,13.5 - parent: 2 - - uid: 17620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,6.5 - parent: 2 - - uid: 17621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,3.5 - parent: 2 - - uid: 17623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,9.5 - parent: 2 - - uid: 17624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,9.5 - parent: 2 - - uid: 17625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,10.5 - parent: 2 - - uid: 17632 - components: - - type: Transform - pos: 31.5,6.5 - parent: 2 - - uid: 17633 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-0.5 - parent: 2 - - uid: 17652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-20.5 - parent: 2 - - uid: 17653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-24.5 - parent: 2 - - uid: 17654 - components: - - type: Transform - pos: -20.5,-24.5 - parent: 2 - - uid: 17655 - components: - - type: Transform - pos: -18.5,-29.5 - parent: 2 - - uid: 17656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-39.5 - parent: 2 - - uid: 17699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-20.5 - parent: 2 - - uid: 17713 - components: - - type: Transform - pos: -35.5,-24.5 - parent: 2 - - uid: 17738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-24.5 - parent: 2 - - uid: 17739 - components: - - type: Transform - pos: -36.5,-23.5 - parent: 2 - - uid: 17752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-23.5 - parent: 2 - - uid: 17785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-27.5 - parent: 2 - - uid: 17786 - components: - - type: Transform - pos: -29.5,-27.5 - parent: 2 - - uid: 18237 - components: - - type: Transform - pos: -20.5,55.5 - parent: 2 - - uid: 18238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,55.5 - parent: 2 - - uid: 19874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,73.5 - parent: 2 - - uid: 20938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,37.5 - parent: 2 - - uid: 25348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,62.5 - parent: 2 - - uid: 27860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,64.5 - parent: 2 - - uid: 27862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,62.5 - parent: 2 - - uid: 28600 - components: - - type: Transform - pos: -26.5,64.5 - parent: 2 - - uid: 29042 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,11.5 - parent: 2 - - uid: 29198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,53.5 - parent: 2 - - uid: 35864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,15.5 - parent: 2 - - uid: 35888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,36.5 - parent: 2 - - uid: 35917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,28.5 - parent: 2 - - uid: 35925 - components: - - type: Transform - pos: 40.5,29.5 - parent: 2 - - uid: 35992 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-25.5 - parent: 2 - - uid: 35998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-1.5 - parent: 2 - - uid: 35999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,3.5 - parent: 2 - - uid: 36389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,8.5 - parent: 2 -- proto: DisposalJunction - entities: - - uid: 2908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,20.5 - parent: 2 - - uid: 3380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,20.5 - parent: 2 - - uid: 9146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-10.5 - parent: 2 - - uid: 11646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,3.5 - parent: 2 - - uid: 16744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,20.5 - parent: 2 - - uid: 16751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,29.5 - parent: 2 - - uid: 16809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-4.5 - parent: 2 - - uid: 16862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-15.5 - parent: 2 - - uid: 16889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-15.5 - parent: 2 - - uid: 16910 - components: - - type: Transform - pos: -45.5,7.5 - parent: 2 - - uid: 17058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-15.5 - parent: 2 - - uid: 17072 - components: - - type: Transform - pos: -84.5,9.5 - parent: 2 - - uid: 17147 - components: - - type: Transform - pos: -46.5,3.5 - parent: 2 - - uid: 17201 - components: - - type: Transform - pos: -15.5,24.5 - parent: 2 - - uid: 17235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,20.5 - parent: 2 - - uid: 17240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,29.5 - parent: 2 - - uid: 17260 - components: - - type: Transform - pos: 1.5,52.5 - parent: 2 - - uid: 17309 - components: - - type: Transform - pos: 19.5,48.5 - parent: 2 - - uid: 17314 - components: - - type: Transform - pos: 1.5,61.5 - parent: 2 - - uid: 17333 - components: - - type: Transform - pos: 1.5,32.5 - parent: 2 - - uid: 17353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,20.5 - parent: 2 - - uid: 17362 - components: - - type: Transform - pos: -12.5,36.5 - parent: 2 - - uid: 17375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,17.5 - parent: 2 - - uid: 17385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-20.5 - parent: 2 - - uid: 17386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-25.5 - parent: 2 - - uid: 17400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-15.5 - parent: 2 - - uid: 17479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-13.5 - parent: 2 - - uid: 17481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,20.5 - parent: 2 - - uid: 17634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,6.5 - parent: 2 - - uid: 17636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,6.5 - parent: 2 - - uid: 17637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,6.5 - parent: 2 - - uid: 17650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-25.5 - parent: 2 - - uid: 17684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-27.5 - parent: 2 - - uid: 17706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-14.5 - parent: 2 - - uid: 17758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-18.5 - parent: 2 - - uid: 35967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-30.5 - parent: 2 - - uid: 36000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,3.5 - parent: 2 -- proto: DisposalJunctionFlipped - entities: - - uid: 16945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-14.5 - parent: 2 - - uid: 16951 - components: - - type: Transform - pos: -45.5,8.5 - parent: 2 - - uid: 16959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,11.5 - parent: 2 - - uid: 16991 - components: - - type: Transform - pos: -54.5,30.5 - parent: 2 - - uid: 17004 - components: - - type: Transform - pos: -54.5,22.5 - parent: 2 - - uid: 17047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-29.5 - parent: 2 - - uid: 17126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,8.5 - parent: 2 - - uid: 17167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,11.5 - parent: 2 - - uid: 17195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,20.5 - parent: 2 - - uid: 17253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,8.5 - parent: 2 - - uid: 17254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,8.5 - parent: 2 - - uid: 17261 - components: - - type: Transform - pos: 1.5,39.5 - parent: 2 - - uid: 17262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,39.5 - parent: 2 - - uid: 17352 - components: - - type: Transform - pos: 31.5,26.5 - parent: 2 - - uid: 17354 - components: - - type: Transform - pos: 39.5,37.5 - parent: 2 - - uid: 17387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-24.5 - parent: 2 - - uid: 17401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-15.5 - parent: 2 - - uid: 17478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-4.5 - parent: 2 - - uid: 17585 - components: - - type: Transform - pos: 39.5,34.5 - parent: 2 - - uid: 17635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,6.5 - parent: 2 - - uid: 17649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-15.5 - parent: 2 - - uid: 17768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-17.5 - parent: 2 - - uid: 17769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-23.5 - parent: 2 -- proto: DisposalMachineFrame - entities: - - uid: 7042 - components: - - type: Transform - pos: -33.5,-38.5 - parent: 2 -- proto: DisposalPipe - entities: - - uid: 1175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-30.5 - parent: 2 - - uid: 1840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-30.5 - parent: 2 - - uid: 2035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-30.5 - parent: 2 - - uid: 2036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-30.5 - parent: 2 - - uid: 2137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-30.5 - parent: 2 - - uid: 2260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-17.5 - parent: 2 - - uid: 2262 - components: - - type: Transform - pos: 50.5,-12.5 - parent: 2 - - uid: 2302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-30.5 - parent: 2 - - uid: 2306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-30.5 - parent: 2 - - uid: 2321 - components: - - type: Transform - pos: -33.5,8.5 - parent: 2 - - uid: 2323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-30.5 - parent: 2 - - uid: 2724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,11.5 - parent: 2 - - uid: 2907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-30.5 - parent: 2 - - uid: 3374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,20.5 - parent: 2 - - uid: 4966 - components: - - type: Transform - pos: -1.5,1.5 - parent: 2 - - uid: 5100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,30.5 - parent: 2 - - uid: 5117 - components: - - type: Transform - pos: -1.5,2.5 - parent: 2 - - uid: 5399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,53.5 - parent: 2 - - uid: 5547 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,30.5 - parent: 2 - - uid: 5548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,30.5 - parent: 2 - - uid: 5549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,30.5 - parent: 2 - - uid: 5929 - components: - - type: Transform - pos: -33.5,-5.5 - parent: 2 - - uid: 6120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,20.5 - parent: 2 - - uid: 6617 - components: - - type: Transform - pos: -33.5,-6.5 - parent: 2 - - uid: 6635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,11.5 - parent: 2 - - uid: 6653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,11.5 - parent: 2 - - uid: 6873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,30.5 - parent: 2 - - uid: 6915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 2 - - uid: 7043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-36.5 - parent: 2 - - uid: 7044 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-36.5 - parent: 2 - - uid: 7045 - components: - - type: Transform - pos: -29.5,-33.5 - parent: 2 - - uid: 7046 - components: - - type: Transform - pos: -29.5,-31.5 - parent: 2 - - uid: 9300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-10.5 - parent: 2 - - uid: 9301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-10.5 - parent: 2 - - uid: 9585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,30.5 - parent: 2 - - uid: 9586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,30.5 - parent: 2 - - uid: 9614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,30.5 - parent: 2 - - uid: 9615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,30.5 - parent: 2 - - uid: 9616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,30.5 - parent: 2 - - uid: 9617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,30.5 - parent: 2 - - uid: 10648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,11.5 - parent: 2 - - uid: 11254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,8.5 - parent: 2 - - uid: 11839 - components: - - type: Transform - pos: -15.5,-35.5 - parent: 2 - - uid: 12973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,28.5 - parent: 2 - - uid: 15193 - components: - - type: Transform - pos: 1.5,63.5 - parent: 2 - - uid: 15858 - components: - - type: Transform - pos: 14.5,-22.5 - parent: 2 - - uid: 16280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,23.5 - parent: 2 - - uid: 16601 - components: - - type: Transform - pos: 14.5,21.5 - parent: 2 - - uid: 16672 - components: - - type: Transform - pos: 50.5,-6.5 - parent: 2 - - uid: 16673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,7.5 - parent: 2 - - uid: 16674 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,6.5 - parent: 2 - - uid: 16675 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,5.5 - parent: 2 - - uid: 16676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,4.5 - parent: 2 - - uid: 16677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,3.5 - parent: 2 - - uid: 16678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,2.5 - parent: 2 - - uid: 16679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,1.5 - parent: 2 - - uid: 16680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,0.5 - parent: 2 - - uid: 16681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-0.5 - parent: 2 - - uid: 16682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-1.5 - parent: 2 - - uid: 16683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-2.5 - parent: 2 - - uid: 16684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-3.5 - parent: 2 - - uid: 16685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-4.5 - parent: 2 - - uid: 16688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-8.5 - parent: 2 - - uid: 16689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-9.5 - parent: 2 - - uid: 16691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-11.5 - parent: 2 - - uid: 16692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-12.5 - parent: 2 - - uid: 16693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-13.5 - parent: 2 - - uid: 16694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-14.5 - parent: 2 - - uid: 16701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,9.5 - parent: 2 - - uid: 16702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,10.5 - parent: 2 - - uid: 16704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,12.5 - parent: 2 - - uid: 16705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,13.5 - parent: 2 - - uid: 16706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,14.5 - parent: 2 - - uid: 16707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,15.5 - parent: 2 - - uid: 16708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,17.5 - parent: 2 - - uid: 16709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,18.5 - parent: 2 - - uid: 16710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,19.5 - parent: 2 - - uid: 16711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,20.5 - parent: 2 - - uid: 16712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,20.5 - parent: 2 - - uid: 16713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,20.5 - parent: 2 - - uid: 16714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,20.5 - parent: 2 - - uid: 16715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,20.5 - parent: 2 - - uid: 16716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,20.5 - parent: 2 - - uid: 16717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,20.5 - parent: 2 - - uid: 16718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,20.5 - parent: 2 - - uid: 16719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,20.5 - parent: 2 - - uid: 16720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,20.5 - parent: 2 - - uid: 16721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,20.5 - parent: 2 - - uid: 16722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,20.5 - parent: 2 - - uid: 16723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,20.5 - parent: 2 - - uid: 16724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,20.5 - parent: 2 - - uid: 16725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,20.5 - parent: 2 - - uid: 16726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,20.5 - parent: 2 - - uid: 16727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,21.5 - parent: 2 - - uid: 16728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,20.5 - parent: 2 - - uid: 16729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,20.5 - parent: 2 - - uid: 16730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,20.5 - parent: 2 - - uid: 16731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,20.5 - parent: 2 - - uid: 16733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,20.5 - parent: 2 - - uid: 16734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,20.5 - parent: 2 - - uid: 16735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,20.5 - parent: 2 - - uid: 16736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,20.5 - parent: 2 - - uid: 16737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,20.5 - parent: 2 - - uid: 16738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,20.5 - parent: 2 - - uid: 16739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,20.5 - parent: 2 - - uid: 16740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,20.5 - parent: 2 - - uid: 16741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,20.5 - parent: 2 - - uid: 16742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,20.5 - parent: 2 - - uid: 16743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,20.5 - parent: 2 - - uid: 16745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,20.5 - parent: 2 - - uid: 16746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,20.5 - parent: 2 - - uid: 16747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,20.5 - parent: 2 - - uid: 16748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,20.5 - parent: 2 - - uid: 16749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,20.5 - parent: 2 - - uid: 16750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,20.5 - parent: 2 - - uid: 16752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,20.5 - parent: 2 - - uid: 16753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,20.5 - parent: 2 - - uid: 16754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,20.5 - parent: 2 - - uid: 16756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,20.5 - parent: 2 - - uid: 16757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,20.5 - parent: 2 - - uid: 16758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,20.5 - parent: 2 - - uid: 16759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,20.5 - parent: 2 - - uid: 16760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,20.5 - parent: 2 - - uid: 16761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,20.5 - parent: 2 - - uid: 16762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,20.5 - parent: 2 - - uid: 16763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,20.5 - parent: 2 - - uid: 16764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,20.5 - parent: 2 - - uid: 16765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,20.5 - parent: 2 - - uid: 16766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,20.5 - parent: 2 - - uid: 16767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,20.5 - parent: 2 - - uid: 16768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,20.5 - parent: 2 - - uid: 16769 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,20.5 - parent: 2 - - uid: 16770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,20.5 - parent: 2 - - uid: 16771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,20.5 - parent: 2 - - uid: 16772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,20.5 - parent: 2 - - uid: 16773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,20.5 - parent: 2 - - uid: 16774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,20.5 - parent: 2 - - uid: 16775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,20.5 - parent: 2 - - uid: 16776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,20.5 - parent: 2 - - uid: 16777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,20.5 - parent: 2 - - uid: 16778 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,20.5 - parent: 2 - - uid: 16779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,20.5 - parent: 2 - - uid: 16780 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,20.5 - parent: 2 - - uid: 16781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,20.5 - parent: 2 - - uid: 16782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,20.5 - parent: 2 - - uid: 16783 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,20.5 - parent: 2 - - uid: 16784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,20.5 - parent: 2 - - uid: 16785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,20.5 - parent: 2 - - uid: 16786 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,20.5 - parent: 2 - - uid: 16787 - components: - - type: Transform - pos: 49.5,19.5 - parent: 2 - - uid: 16788 - components: - - type: Transform - pos: 49.5,18.5 - parent: 2 - - uid: 16789 - components: - - type: Transform - pos: 49.5,16.5 - parent: 2 - - uid: 16790 - components: - - type: Transform - pos: 49.5,15.5 - parent: 2 - - uid: 16791 - components: - - type: Transform - pos: 49.5,14.5 - parent: 2 - - uid: 16792 - components: - - type: Transform - pos: 49.5,13.5 - parent: 2 - - uid: 16793 - components: - - type: Transform - pos: 49.5,12.5 - parent: 2 - - uid: 16794 - components: - - type: Transform - pos: 49.5,11.5 - parent: 2 - - uid: 16795 - components: - - type: Transform - pos: 49.5,10.5 - parent: 2 - - uid: 16796 - components: - - type: Transform - pos: 49.5,9.5 - parent: 2 - - uid: 16797 - components: - - type: Transform - pos: 49.5,8.5 - parent: 2 - - uid: 16798 - components: - - type: Transform - pos: 49.5,7.5 - parent: 2 - - uid: 16799 - components: - - type: Transform - pos: 49.5,6.5 - parent: 2 - - uid: 16800 - components: - - type: Transform - pos: 49.5,5.5 - parent: 2 - - uid: 16801 - components: - - type: Transform - pos: 49.5,4.5 - parent: 2 - - uid: 16802 - components: - - type: Transform - pos: 50.5,2.5 - parent: 2 - - uid: 16803 - components: - - type: Transform - pos: 50.5,1.5 - parent: 2 - - uid: 16804 - components: - - type: Transform - pos: 50.5,0.5 - parent: 2 - - uid: 16805 - components: - - type: Transform - pos: 50.5,-0.5 - parent: 2 - - uid: 16806 - components: - - type: Transform - pos: 50.5,-1.5 - parent: 2 - - uid: 16807 - components: - - type: Transform - pos: 50.5,-2.5 - parent: 2 - - uid: 16808 - components: - - type: Transform - pos: 50.5,-3.5 - parent: 2 - - uid: 16810 - components: - - type: Transform - pos: 50.5,-7.5 - parent: 2 - - uid: 16811 - components: - - type: Transform - pos: 50.5,-8.5 - parent: 2 - - uid: 16812 - components: - - type: Transform - pos: 50.5,-9.5 - parent: 2 - - uid: 16813 - components: - - type: Transform - pos: 50.5,-10.5 - parent: 2 - - uid: 16814 - components: - - type: Transform - pos: 50.5,-11.5 - parent: 2 - - uid: 16815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-8.5 - parent: 2 - - uid: 16816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-17.5 - parent: 2 - - uid: 16817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-17.5 - parent: 2 - - uid: 16818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-17.5 - parent: 2 - - uid: 16819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-17.5 - parent: 2 - - uid: 16820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-17.5 - parent: 2 - - uid: 16821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-15.5 - parent: 2 - - uid: 16822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-15.5 - parent: 2 - - uid: 16824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-15.5 - parent: 2 - - uid: 16825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-15.5 - parent: 2 - - uid: 16826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-15.5 - parent: 2 - - uid: 16827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-15.5 - parent: 2 - - uid: 16828 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-15.5 - parent: 2 - - uid: 16829 - components: - - type: Transform - pos: 26.5,-29.5 - parent: 2 - - uid: 16830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-15.5 - parent: 2 - - uid: 16831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-15.5 - parent: 2 - - uid: 16832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-15.5 - parent: 2 - - uid: 16833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-15.5 - parent: 2 - - uid: 16834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-15.5 - parent: 2 - - uid: 16835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-15.5 - parent: 2 - - uid: 16836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-15.5 - parent: 2 - - uid: 16837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-15.5 - parent: 2 - - uid: 16838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-15.5 - parent: 2 - - uid: 16839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-15.5 - parent: 2 - - uid: 16840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-15.5 - parent: 2 - - uid: 16841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-15.5 - parent: 2 - - uid: 16842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-15.5 - parent: 2 - - uid: 16843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-15.5 - parent: 2 - - uid: 16845 - components: - - type: Transform - pos: 14.5,-16.5 - parent: 2 - - uid: 16846 - components: - - type: Transform - pos: 14.5,-17.5 - parent: 2 - - uid: 16847 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 2 - - uid: 16848 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 2 - - uid: 16849 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 2 - - uid: 16851 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 2 - - uid: 16852 - components: - - type: Transform - pos: 14.5,-26.5 - parent: 2 - - uid: 16853 - components: - - type: Transform - pos: 14.5,-27.5 - parent: 2 - - uid: 16854 - components: - - type: Transform - pos: 14.5,-28.5 - parent: 2 - - uid: 16855 - components: - - type: Transform - pos: 14.5,-29.5 - parent: 2 - - uid: 16856 - components: - - type: Transform - pos: 26.5,-28.5 - parent: 2 - - uid: 16857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 2 - - uid: 16858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-15.5 - parent: 2 - - uid: 16859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-15.5 - parent: 2 - - uid: 16860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-15.5 - parent: 2 - - uid: 16861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-15.5 - parent: 2 - - uid: 16863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-15.5 - parent: 2 - - uid: 16864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-15.5 - parent: 2 - - uid: 16865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-15.5 - parent: 2 - - uid: 16866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-15.5 - parent: 2 - - uid: 16867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,3.5 - parent: 2 - - uid: 16868 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-15.5 - parent: 2 - - uid: 16869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-15.5 - parent: 2 - - uid: 16870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-15.5 - parent: 2 - - uid: 16871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-15.5 - parent: 2 - - uid: 16872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-15.5 - parent: 2 - - uid: 16873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-15.5 - parent: 2 - - uid: 16874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-15.5 - parent: 2 - - uid: 16875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-15.5 - parent: 2 - - uid: 16876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-15.5 - parent: 2 - - uid: 16877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-15.5 - parent: 2 - - uid: 16878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-15.5 - parent: 2 - - uid: 16879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-15.5 - parent: 2 - - uid: 16880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-15.5 - parent: 2 - - uid: 16881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-15.5 - parent: 2 - - uid: 16882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-15.5 - parent: 2 - - uid: 16883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-15.5 - parent: 2 - - uid: 16884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-15.5 - parent: 2 - - uid: 16885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-15.5 - parent: 2 - - uid: 16886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-15.5 - parent: 2 - - uid: 16887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-15.5 - parent: 2 - - uid: 16888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-15.5 - parent: 2 - - uid: 16890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-15.5 - parent: 2 - - uid: 16891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-15.5 - parent: 2 - - uid: 16892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-15.5 - parent: 2 - - uid: 16893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-15.5 - parent: 2 - - uid: 16894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-15.5 - parent: 2 - - uid: 16895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-14.5 - parent: 2 - - uid: 16896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-7.5 - parent: 2 - - uid: 16897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-6.5 - parent: 2 - - uid: 16898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-5.5 - parent: 2 - - uid: 16899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-4.5 - parent: 2 - - uid: 16900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-3.5 - parent: 2 - - uid: 16901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-2.5 - parent: 2 - - uid: 16902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-1.5 - parent: 2 - - uid: 16903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-0.5 - parent: 2 - - uid: 16904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,0.5 - parent: 2 - - uid: 16905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,1.5 - parent: 2 - - uid: 16906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,2.5 - parent: 2 - - uid: 16908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,5.5 - parent: 2 - - uid: 16909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,6.5 - parent: 2 - - uid: 16912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,9.5 - parent: 2 - - uid: 16913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,10.5 - parent: 2 - - uid: 16914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,11.5 - parent: 2 - - uid: 16915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,12.5 - parent: 2 - - uid: 16916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,13.5 - parent: 2 - - uid: 16917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,14.5 - parent: 2 - - uid: 16918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,15.5 - parent: 2 - - uid: 16919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,16.5 - parent: 2 - - uid: 16920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,16.5 - parent: 2 - - uid: 16921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,16.5 - parent: 2 - - uid: 16922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,16.5 - parent: 2 - - uid: 16923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,17.5 - parent: 2 - - uid: 16924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,19.5 - parent: 2 - - uid: 16925 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,19.5 - parent: 2 - - uid: 16953 - components: - - type: Transform - pos: -45.5,10.5 - parent: 2 - - uid: 16954 - components: - - type: Transform - pos: -45.5,9.5 - parent: 2 - - uid: 16955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,11.5 - parent: 2 - - uid: 16956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,11.5 - parent: 2 - - uid: 16957 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,11.5 - parent: 2 - - uid: 16963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,12.5 - parent: 2 - - uid: 16964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,12.5 - parent: 2 - - uid: 16965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,12.5 - parent: 2 - - uid: 16966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,13.5 - parent: 2 - - uid: 16967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,14.5 - parent: 2 - - uid: 16968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,15.5 - parent: 2 - - uid: 16969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,16.5 - parent: 2 - - uid: 16970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,17.5 - parent: 2 - - uid: 16971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,18.5 - parent: 2 - - uid: 16972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,19.5 - parent: 2 - - uid: 16973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,20.5 - parent: 2 - - uid: 16974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,21.5 - parent: 2 - - uid: 16978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,22.5 - parent: 2 - - uid: 16979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,22.5 - parent: 2 - - uid: 16980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,22.5 - parent: 2 - - uid: 16981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,22.5 - parent: 2 - - uid: 16982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,22.5 - parent: 2 - - uid: 16983 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,21.5 - parent: 2 - - uid: 16984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,23.5 - parent: 2 - - uid: 16985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,24.5 - parent: 2 - - uid: 16986 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,25.5 - parent: 2 - - uid: 16987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,26.5 - parent: 2 - - uid: 16988 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,27.5 - parent: 2 - - uid: 16989 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,28.5 - parent: 2 - - uid: 16990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,29.5 - parent: 2 - - uid: 16992 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,31.5 - parent: 2 - - uid: 16993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,32.5 - parent: 2 - - uid: 16994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,33.5 - parent: 2 - - uid: 16995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,34.5 - parent: 2 - - uid: 16996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,35.5 - parent: 2 - - uid: 16997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,36.5 - parent: 2 - - uid: 16998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,37.5 - parent: 2 - - uid: 16999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,38.5 - parent: 2 - - uid: 17016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,31.5 - parent: 2 - - uid: 17017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,32.5 - parent: 2 - - uid: 17018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,33.5 - parent: 2 - - uid: 17019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,34.5 - parent: 2 - - uid: 17020 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,35.5 - parent: 2 - - uid: 17021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,36.5 - parent: 2 - - uid: 17022 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,37.5 - parent: 2 - - uid: 17033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-39.5 - parent: 2 - - uid: 17036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,8.5 - parent: 2 - - uid: 17037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,8.5 - parent: 2 - - uid: 17038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,8.5 - parent: 2 - - uid: 17039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,8.5 - parent: 2 - - uid: 17040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,8.5 - parent: 2 - - uid: 17041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,8.5 - parent: 2 - - uid: 17042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,8.5 - parent: 2 - - uid: 17043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,8.5 - parent: 2 - - uid: 17044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,8.5 - parent: 2 - - uid: 17045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,8.5 - parent: 2 - - uid: 17046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,8.5 - parent: 2 - - uid: 17048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,8.5 - parent: 2 - - uid: 17049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,8.5 - parent: 2 - - uid: 17050 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,8.5 - parent: 2 - - uid: 17051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,8.5 - parent: 2 - - uid: 17052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,8.5 - parent: 2 - - uid: 17053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,8.5 - parent: 2 - - uid: 17054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,8.5 - parent: 2 - - uid: 17055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,8.5 - parent: 2 - - uid: 17056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,8.5 - parent: 2 - - uid: 17057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,8.5 - parent: 2 - - uid: 17059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,8.5 - parent: 2 - - uid: 17060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,8.5 - parent: 2 - - uid: 17061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-2.5 - parent: 2 - - uid: 17062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,8.5 - parent: 2 - - uid: 17063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,8.5 - parent: 2 - - uid: 17064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,8.5 - parent: 2 - - uid: 17065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,8.5 - parent: 2 - - uid: 17066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,8.5 - parent: 2 - - uid: 17067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,8.5 - parent: 2 - - uid: 17068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,8.5 - parent: 2 - - uid: 17069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,8.5 - parent: 2 - - uid: 17070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,8.5 - parent: 2 - - uid: 17071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,8.5 - parent: 2 - - uid: 17074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,8.5 - parent: 2 - - uid: 17075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,8.5 - parent: 2 - - uid: 17076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,8.5 - parent: 2 - - uid: 17077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,8.5 - parent: 2 - - uid: 17078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,8.5 - parent: 2 - - uid: 17079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,8.5 - parent: 2 - - uid: 17080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,8.5 - parent: 2 - - uid: 17081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,8.5 - parent: 2 - - uid: 17082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,8.5 - parent: 2 - - uid: 17090 - components: - - type: Transform - pos: -84.5,-1.5 - parent: 2 - - uid: 17091 - components: - - type: Transform - pos: -84.5,-0.5 - parent: 2 - - uid: 17092 - components: - - type: Transform - pos: -84.5,0.5 - parent: 2 - - uid: 17093 - components: - - type: Transform - pos: -84.5,1.5 - parent: 2 - - uid: 17094 - components: - - type: Transform - pos: -84.5,2.5 - parent: 2 - - uid: 17095 - components: - - type: Transform - pos: -84.5,3.5 - parent: 2 - - uid: 17096 - components: - - type: Transform - pos: -84.5,4.5 - parent: 2 - - uid: 17097 - components: - - type: Transform - pos: -84.5,5.5 - parent: 2 - - uid: 17098 - components: - - type: Transform - pos: -84.5,6.5 - parent: 2 - - uid: 17099 - components: - - type: Transform - pos: -84.5,7.5 - parent: 2 - - uid: 17100 - components: - - type: Transform - pos: -84.5,10.5 - parent: 2 - - uid: 17101 - components: - - type: Transform - pos: -84.5,11.5 - parent: 2 - - uid: 17102 - components: - - type: Transform - pos: -84.5,12.5 - parent: 2 - - uid: 17103 - components: - - type: Transform - pos: -84.5,13.5 - parent: 2 - - uid: 17104 - components: - - type: Transform - pos: -84.5,14.5 - parent: 2 - - uid: 17105 - components: - - type: Transform - pos: -84.5,15.5 - parent: 2 - - uid: 17106 - components: - - type: Transform - pos: -84.5,16.5 - parent: 2 - - uid: 17107 - components: - - type: Transform - pos: -84.5,17.5 - parent: 2 - - uid: 17108 - components: - - type: Transform - pos: -84.5,18.5 - parent: 2 - - uid: 17109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,19.5 - parent: 2 - - uid: 17110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,7.5 - parent: 2 - - uid: 17111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,10.5 - parent: 2 - - uid: 17134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,54.5 - parent: 2 - - uid: 17135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,53.5 - parent: 2 - - uid: 17136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,52.5 - parent: 2 - - uid: 17137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,52.5 - parent: 2 - - uid: 17138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,52.5 - parent: 2 - - uid: 17139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,53.5 - parent: 2 - - uid: 17140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,54.5 - parent: 2 - - uid: 17141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,55.5 - parent: 2 - - uid: 17142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,56.5 - parent: 2 - - uid: 17143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,57.5 - parent: 2 - - uid: 17144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,58.5 - parent: 2 - - uid: 17145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,59.5 - parent: 2 - - uid: 17146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,60.5 - parent: 2 - - uid: 17148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,62.5 - parent: 2 - - uid: 17149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,51.5 - parent: 2 - - uid: 17150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,50.5 - parent: 2 - - uid: 17151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,49.5 - parent: 2 - - uid: 17152 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,48.5 - parent: 2 - - uid: 17153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,47.5 - parent: 2 - - uid: 17154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,46.5 - parent: 2 - - uid: 17155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,45.5 - parent: 2 - - uid: 17156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,44.5 - parent: 2 - - uid: 17157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,43.5 - parent: 2 - - uid: 17158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,42.5 - parent: 2 - - uid: 17159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,41.5 - parent: 2 - - uid: 17160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,40.5 - parent: 2 - - uid: 17161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 - parent: 2 - - uid: 17162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,37.5 - parent: 2 - - uid: 17163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,36.5 - parent: 2 - - uid: 17164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,35.5 - parent: 2 - - uid: 17165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,34.5 - parent: 2 - - uid: 17166 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,33.5 - parent: 2 - - uid: 17168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,31.5 - parent: 2 - - uid: 17169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,30.5 - parent: 2 - - uid: 17170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,29.5 - parent: 2 - - uid: 17171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,28.5 - parent: 2 - - uid: 17172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,27.5 - parent: 2 - - uid: 17173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,26.5 - parent: 2 - - uid: 17174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,25.5 - parent: 2 - - uid: 17175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,24.5 - parent: 2 - - uid: 17176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,23.5 - parent: 2 - - uid: 17177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,22.5 - parent: 2 - - uid: 17178 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,21.5 - parent: 2 - - uid: 17179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,18.5 - parent: 2 - - uid: 17180 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,17.5 - parent: 2 - - uid: 17181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,16.5 - parent: 2 - - uid: 17182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,15.5 - parent: 2 - - uid: 17183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,14.5 - parent: 2 - - uid: 17184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,13.5 - parent: 2 - - uid: 17185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,12.5 - parent: 2 - - uid: 17186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,11.5 - parent: 2 - - uid: 17187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,10.5 - parent: 2 - - uid: 17188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,9.5 - parent: 2 - - uid: 17189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,8.5 - parent: 2 - - uid: 17190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,7.5 - parent: 2 - - uid: 17191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 2 - - uid: 17192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,5.5 - parent: 2 - - uid: 17193 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,4.5 - parent: 2 - - uid: 17202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,22.5 - parent: 2 - - uid: 17203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,23.5 - parent: 2 - - uid: 17204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,25.5 - parent: 2 - - uid: 17205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,26.5 - parent: 2 - - uid: 17206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,27.5 - parent: 2 - - uid: 17207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,28.5 - parent: 2 - - uid: 17208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,29.5 - parent: 2 - - uid: 17209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,29.5 - parent: 2 - - uid: 17210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,29.5 - parent: 2 - - uid: 17211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,29.5 - parent: 2 - - uid: 17212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,29.5 - parent: 2 - - uid: 17213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,29.5 - parent: 2 - - uid: 17214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,29.5 - parent: 2 - - uid: 17215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,29.5 - parent: 2 - - uid: 17216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,29.5 - parent: 2 - - uid: 17217 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,29.5 - parent: 2 - - uid: 17218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,29.5 - parent: 2 - - uid: 17219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,29.5 - parent: 2 - - uid: 17220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,29.5 - parent: 2 - - uid: 17221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,29.5 - parent: 2 - - uid: 17222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,29.5 - parent: 2 - - uid: 17223 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,29.5 - parent: 2 - - uid: 17224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,29.5 - parent: 2 - - uid: 17225 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,29.5 - parent: 2 - - uid: 17226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,29.5 - parent: 2 - - uid: 17227 - components: - - type: Transform - pos: -35.5,30.5 - parent: 2 - - uid: 17228 - components: - - type: Transform - pos: -35.5,31.5 - parent: 2 - - uid: 17229 - components: - - type: Transform - pos: -35.5,32.5 - parent: 2 - - uid: 17230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,24.5 - parent: 2 - - uid: 17231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,24.5 - parent: 2 - - uid: 17232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,23.5 - parent: 2 - - uid: 17233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,22.5 - parent: 2 - - uid: 17234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,21.5 - parent: 2 - - uid: 17237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,29.5 - parent: 2 - - uid: 17238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,29.5 - parent: 2 - - uid: 17239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,29.5 - parent: 2 - - uid: 17241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,29.5 - parent: 2 - - uid: 17242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,29.5 - parent: 2 - - uid: 17249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,30.5 - parent: 2 - - uid: 17250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,34.5 - parent: 2 - - uid: 17251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,33.5 - parent: 2 - - uid: 17252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,32.5 - parent: 2 - - uid: 17255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,37.5 - parent: 2 - - uid: 17256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,38.5 - parent: 2 - - uid: 17257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,39.5 - parent: 2 - - uid: 17258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,40.5 - parent: 2 - - uid: 17263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,39.5 - parent: 2 - - uid: 17264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,39.5 - parent: 2 - - uid: 17265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,38.5 - parent: 2 - - uid: 17266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,37.5 - parent: 2 - - uid: 17267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,36.5 - parent: 2 - - uid: 17272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,51.5 - parent: 2 - - uid: 17273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,50.5 - parent: 2 - - uid: 17274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,49.5 - parent: 2 - - uid: 17275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,49.5 - parent: 2 - - uid: 17276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,49.5 - parent: 2 - - uid: 17277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,48.5 - parent: 2 - - uid: 17278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,48.5 - parent: 2 - - uid: 17279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,48.5 - parent: 2 - - uid: 17280 - components: - - type: Transform - pos: 19.5,49.5 - parent: 2 - - uid: 17281 - components: - - type: Transform - pos: 19.5,50.5 - parent: 2 - - uid: 17282 - components: - - type: Transform - pos: 19.5,51.5 - parent: 2 - - uid: 17283 - components: - - type: Transform - pos: 19.5,47.5 - parent: 2 - - uid: 17284 - components: - - type: Transform - pos: 19.5,46.5 - parent: 2 - - uid: 17285 - components: - - type: Transform - pos: 19.5,45.5 - parent: 2 - - uid: 17286 - components: - - type: Transform - pos: 19.5,44.5 - parent: 2 - - uid: 17287 - components: - - type: Transform - pos: 19.5,43.5 - parent: 2 - - uid: 17288 - components: - - type: Transform - pos: 19.5,42.5 - parent: 2 - - uid: 17289 - components: - - type: Transform - pos: 19.5,41.5 - parent: 2 - - uid: 17290 - components: - - type: Transform - pos: 19.5,40.5 - parent: 2 - - uid: 17291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,39.5 - parent: 2 - - uid: 17292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,39.5 - parent: 2 - - uid: 17293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,39.5 - parent: 2 - - uid: 17294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,39.5 - parent: 2 - - uid: 17295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,39.5 - parent: 2 - - uid: 17296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,39.5 - parent: 2 - - uid: 17297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,39.5 - parent: 2 - - uid: 17298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,39.5 - parent: 2 - - uid: 17299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,39.5 - parent: 2 - - uid: 17300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,39.5 - parent: 2 - - uid: 17301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,39.5 - parent: 2 - - uid: 17302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,39.5 - parent: 2 - - uid: 17303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,39.5 - parent: 2 - - uid: 17304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,39.5 - parent: 2 - - uid: 17316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,20.5 - parent: 2 - - uid: 17320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,46.5 - parent: 2 - - uid: 17321 - components: - - type: Transform - pos: 39.5,45.5 - parent: 2 - - uid: 17322 - components: - - type: Transform - pos: 39.5,44.5 - parent: 2 - - uid: 17323 - components: - - type: Transform - pos: 39.5,43.5 - parent: 2 - - uid: 17324 - components: - - type: Transform - pos: 39.5,42.5 - parent: 2 - - uid: 17325 - components: - - type: Transform - pos: 39.5,41.5 - parent: 2 - - uid: 17326 - components: - - type: Transform - pos: 39.5,40.5 - parent: 2 - - uid: 17327 - components: - - type: Transform - pos: 39.5,39.5 - parent: 2 - - uid: 17328 - components: - - type: Transform - pos: 39.5,38.5 - parent: 2 - - uid: 17329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,37.5 - parent: 2 - - uid: 17330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,37.5 - parent: 2 - - uid: 17331 - components: - - type: Transform - pos: 39.5,36.5 - parent: 2 - - uid: 17332 - components: - - type: Transform - pos: 39.5,35.5 - parent: 2 - - uid: 17334 - components: - - type: Transform - pos: 39.5,33.5 - parent: 2 - - uid: 17335 - components: - - type: Transform - pos: 39.5,32.5 - parent: 2 - - uid: 17336 - components: - - type: Transform - pos: 39.5,31.5 - parent: 2 - - uid: 17337 - components: - - type: Transform - pos: 39.5,30.5 - parent: 2 - - uid: 17338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,29.5 - parent: 2 - - uid: 17339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,29.5 - parent: 2 - - uid: 17340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,29.5 - parent: 2 - - uid: 17341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,29.5 - parent: 2 - - uid: 17342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,29.5 - parent: 2 - - uid: 17343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,29.5 - parent: 2 - - uid: 17344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,29.5 - parent: 2 - - uid: 17345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-39.5 - parent: 2 - - uid: 17346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,27.5 - parent: 2 - - uid: 17347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,25.5 - parent: 2 - - uid: 17348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,24.5 - parent: 2 - - uid: 17349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,23.5 - parent: 2 - - uid: 17350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,22.5 - parent: 2 - - uid: 17351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,21.5 - parent: 2 - - uid: 17358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,26.5 - parent: 2 - - uid: 17359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,26.5 - parent: 2 - - uid: 17360 - components: - - type: Transform - pos: 53.5,25.5 - parent: 2 - - uid: 17361 - components: - - type: Transform - pos: 53.5,24.5 - parent: 2 - - uid: 17363 - components: - - type: Transform - pos: 53.5,22.5 - parent: 2 - - uid: 17364 - components: - - type: Transform - pos: 53.5,21.5 - parent: 2 - - uid: 17365 - components: - - type: Transform - pos: 53.5,20.5 - parent: 2 - - uid: 17366 - components: - - type: Transform - pos: 53.5,19.5 - parent: 2 - - uid: 17367 - components: - - type: Transform - pos: 53.5,18.5 - parent: 2 - - uid: 17368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,17.5 - parent: 2 - - uid: 17369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,17.5 - parent: 2 - - uid: 17370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,17.5 - parent: 2 - - uid: 17373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,16.5 - parent: 2 - - uid: 17376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-30.5 - parent: 2 - - uid: 17388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-20.5 - parent: 2 - - uid: 17389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-20.5 - parent: 2 - - uid: 17390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-19.5 - parent: 2 - - uid: 17391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-24.5 - parent: 2 - - uid: 17392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-24.5 - parent: 2 - - uid: 17393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-24.5 - parent: 2 - - uid: 17394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-24.5 - parent: 2 - - uid: 17395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-25.5 - parent: 2 - - uid: 17396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-25.5 - parent: 2 - - uid: 17402 - components: - - type: Transform - pos: 35.5,-16.5 - parent: 2 - - uid: 17403 - components: - - type: Transform - pos: 35.5,-17.5 - parent: 2 - - uid: 17404 - components: - - type: Transform - pos: 35.5,-18.5 - parent: 2 - - uid: 17405 - components: - - type: Transform - pos: 35.5,-19.5 - parent: 2 - - uid: 17406 - components: - - type: Transform - pos: 35.5,-20.5 - parent: 2 - - uid: 17407 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 17408 - components: - - type: Transform - pos: 35.5,-22.5 - parent: 2 - - uid: 17409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-23.5 - parent: 2 - - uid: 17410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-23.5 - parent: 2 - - uid: 17411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-23.5 - parent: 2 - - uid: 17412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-23.5 - parent: 2 - - uid: 17413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-23.5 - parent: 2 - - uid: 17415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-26.5 - parent: 2 - - uid: 17416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-25.5 - parent: 2 - - uid: 17417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-24.5 - parent: 2 - - uid: 17418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-23.5 - parent: 2 - - uid: 17419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-22.5 - parent: 2 - - uid: 17420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-21.5 - parent: 2 - - uid: 17421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-20.5 - parent: 2 - - uid: 17422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-19.5 - parent: 2 - - uid: 17423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-18.5 - parent: 2 - - uid: 17424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-17.5 - parent: 2 - - uid: 17425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-16.5 - parent: 2 - - uid: 17426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-15.5 - parent: 2 - - uid: 17427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-14.5 - parent: 2 - - uid: 17428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-13.5 - parent: 2 - - uid: 17429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-12.5 - parent: 2 - - uid: 17430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-11.5 - parent: 2 - - uid: 17431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-10.5 - parent: 2 - - uid: 17432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-9.5 - parent: 2 - - uid: 17433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-8.5 - parent: 2 - - uid: 17434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-7.5 - parent: 2 - - uid: 17435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-6.5 - parent: 2 - - uid: 17436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-13.5 - parent: 2 - - uid: 17437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-13.5 - parent: 2 - - uid: 17438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-13.5 - parent: 2 - - uid: 17439 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-13.5 - parent: 2 - - uid: 17440 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-13.5 - parent: 2 - - uid: 17441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-13.5 - parent: 2 - - uid: 17442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-13.5 - parent: 2 - - uid: 17443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-13.5 - parent: 2 - - uid: 17444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-13.5 - parent: 2 - - uid: 17445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-13.5 - parent: 2 - - uid: 17446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-13.5 - parent: 2 - - uid: 17447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-13.5 - parent: 2 - - uid: 17448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-13.5 - parent: 2 - - uid: 17451 - components: - - type: Transform - pos: 72.5,-0.5 - parent: 2 - - uid: 17452 - components: - - type: Transform - pos: 72.5,-1.5 - parent: 2 - - uid: 17453 - components: - - type: Transform - pos: 72.5,-2.5 - parent: 2 - - uid: 17454 - components: - - type: Transform - pos: 72.5,-3.5 - parent: 2 - - uid: 17456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-4.5 - parent: 2 - - uid: 17457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-4.5 - parent: 2 - - uid: 17458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-4.5 - parent: 2 - - uid: 17459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-4.5 - parent: 2 - - uid: 17460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-4.5 - parent: 2 - - uid: 17461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-4.5 - parent: 2 - - uid: 17462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-4.5 - parent: 2 - - uid: 17463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-4.5 - parent: 2 - - uid: 17464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-4.5 - parent: 2 - - uid: 17465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-4.5 - parent: 2 - - uid: 17466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-4.5 - parent: 2 - - uid: 17467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-4.5 - parent: 2 - - uid: 17468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-4.5 - parent: 2 - - uid: 17469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-4.5 - parent: 2 - - uid: 17470 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-4.5 - parent: 2 - - uid: 17471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-4.5 - parent: 2 - - uid: 17472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-4.5 - parent: 2 - - uid: 17473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-4.5 - parent: 2 - - uid: 17474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-4.5 - parent: 2 - - uid: 17475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-4.5 - parent: 2 - - uid: 17476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-5.5 - parent: 2 - - uid: 17477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-5.5 - parent: 2 - - uid: 17483 - components: - - type: Transform - pos: 11.5,21.5 - parent: 2 - - uid: 17484 - components: - - type: Transform - pos: 11.5,22.5 - parent: 2 - - uid: 17485 - components: - - type: Transform - pos: 11.5,23.5 - parent: 2 - - uid: 17486 - components: - - type: Transform - pos: 11.5,24.5 - parent: 2 - - uid: 17487 - components: - - type: Transform - pos: 11.5,25.5 - parent: 2 - - uid: 17488 - components: - - type: Transform - pos: 11.5,26.5 - parent: 2 - - uid: 17495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-9.5 - parent: 2 - - uid: 17497 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 2 - - uid: 17498 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 2 - - uid: 17499 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 2 - - uid: 17500 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 2 - - uid: 17501 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 2 - - uid: 17504 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 17505 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 2 - - uid: 17506 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 2 - - uid: 17507 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 2 - - uid: 17508 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 2 - - uid: 17509 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 2 - - uid: 17510 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 2 - - uid: 17511 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 2 - - uid: 17512 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 17513 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 2 - - uid: 17514 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 17515 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 2 - - uid: 17516 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 2 - - uid: 17517 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 2 - - uid: 17518 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 17519 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 17520 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - - uid: 17521 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 2 - - uid: 17524 - components: - - type: Transform - pos: 1.5,-34.5 - parent: 2 - - uid: 17525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-35.5 - parent: 2 - - uid: 17526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-35.5 - parent: 2 - - uid: 17527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-35.5 - parent: 2 - - uid: 17528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-35.5 - parent: 2 - - uid: 17529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-35.5 - parent: 2 - - uid: 17539 - components: - - type: Transform - pos: 29.5,-12.5 - parent: 2 - - uid: 17540 - components: - - type: Transform - pos: 29.5,-13.5 - parent: 2 - - uid: 17541 - components: - - type: Transform - pos: 29.5,-14.5 - parent: 2 - - uid: 17542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-0.5 - parent: 2 - - uid: 17543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-0.5 - parent: 2 - - uid: 17544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-0.5 - parent: 2 - - uid: 17545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-0.5 - parent: 2 - - uid: 17546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,0.5 - parent: 2 - - uid: 17547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,1.5 - parent: 2 - - uid: 17548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,2.5 - parent: 2 - - uid: 17549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,3.5 - parent: 2 - - uid: 17550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,4.5 - parent: 2 - - uid: 17551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,5.5 - parent: 2 - - uid: 17552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,6.5 - parent: 2 - - uid: 17553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,6.5 - parent: 2 - - uid: 17554 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,6.5 - parent: 2 - - uid: 17555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,6.5 - parent: 2 - - uid: 17556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,6.5 - parent: 2 - - uid: 17557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,6.5 - parent: 2 - - uid: 17558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,6.5 - parent: 2 - - uid: 17559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,6.5 - parent: 2 - - uid: 17560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,6.5 - parent: 2 - - uid: 17561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,6.5 - parent: 2 - - uid: 17562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,6.5 - parent: 2 - - uid: 17563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,6.5 - parent: 2 - - uid: 17565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,6.5 - parent: 2 - - uid: 17566 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,6.5 - parent: 2 - - uid: 17567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,6.5 - parent: 2 - - uid: 17568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,6.5 - parent: 2 - - uid: 17569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,6.5 - parent: 2 - - uid: 17570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,5.5 - parent: 2 - - uid: 17571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,4.5 - parent: 2 - - uid: 17572 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,3.5 - parent: 2 - - uid: 17573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,3.5 - parent: 2 - - uid: 17574 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 - parent: 2 - - uid: 17575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,3.5 - parent: 2 - - uid: 17576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,3.5 - parent: 2 - - uid: 17577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,3.5 - parent: 2 - - uid: 17578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,3.5 - parent: 2 - - uid: 17580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,3.5 - parent: 2 - - uid: 17582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,3.5 - parent: 2 - - uid: 17583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,3.5 - parent: 2 - - uid: 17584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,3.5 - parent: 2 - - uid: 17587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,3.5 - parent: 2 - - uid: 17588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,3.5 - parent: 2 - - uid: 17589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,3.5 - parent: 2 - - uid: 17590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,3.5 - parent: 2 - - uid: 17591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,4.5 - parent: 2 - - uid: 17592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,5.5 - parent: 2 - - uid: 17593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,6.5 - parent: 2 - - uid: 17594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,7.5 - parent: 2 - - uid: 17595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,8.5 - parent: 2 - - uid: 17596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,9.5 - parent: 2 - - uid: 17597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,10.5 - parent: 2 - - uid: 17598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,11.5 - parent: 2 - - uid: 17599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,12.5 - parent: 2 - - uid: 17600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,13.5 - parent: 2 - - uid: 17601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,13.5 - parent: 2 - - uid: 17602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,13.5 - parent: 2 - - uid: 17603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,13.5 - parent: 2 - - uid: 17604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,13.5 - parent: 2 - - uid: 17605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,13.5 - parent: 2 - - uid: 17606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 - parent: 2 - - uid: 17607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,12.5 - parent: 2 - - uid: 17608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,11.5 - parent: 2 - - uid: 17609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,10.5 - parent: 2 - - uid: 17610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,14.5 - parent: 2 - - uid: 17611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,13.5 - parent: 2 - - uid: 17612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,12.5 - parent: 2 - - uid: 17613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,11.5 - parent: 2 - - uid: 17614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,10.5 - parent: 2 - - uid: 17615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,9.5 - parent: 2 - - uid: 17616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,8.5 - parent: 2 - - uid: 17617 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,7.5 - parent: 2 - - uid: 17622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - uid: 17626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 2 - - uid: 17627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,10.5 - parent: 2 - - uid: 17628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,10.5 - parent: 2 - - uid: 17629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,10.5 - parent: 2 - - uid: 17630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,8.5 - parent: 2 - - uid: 17631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,7.5 - parent: 2 - - uid: 17639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,7.5 - parent: 2 - - uid: 17640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,8.5 - parent: 2 - - uid: 17641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,5.5 - parent: 2 - - uid: 17642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,4.5 - parent: 2 - - uid: 17643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,3.5 - parent: 2 - - uid: 17644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,2.5 - parent: 2 - - uid: 17645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,2.5 - parent: 2 - - uid: 17646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,2.5 - parent: 2 - - uid: 17657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-39.5 - parent: 2 - - uid: 17659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-39.5 - parent: 2 - - uid: 17660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-16.5 - parent: 2 - - uid: 17661 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-17.5 - parent: 2 - - uid: 17662 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-18.5 - parent: 2 - - uid: 17663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-19.5 - parent: 2 - - uid: 17664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 2 - - uid: 17665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 - parent: 2 - - uid: 17666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-20.5 - parent: 2 - - uid: 17667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-20.5 - parent: 2 - - uid: 17668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-20.5 - parent: 2 - - uid: 17669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-20.5 - parent: 2 - - uid: 17670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-20.5 - parent: 2 - - uid: 17671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-20.5 - parent: 2 - - uid: 17672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-20.5 - parent: 2 - - uid: 17673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-20.5 - parent: 2 - - uid: 17674 - components: - - type: Transform - pos: -22.5,-21.5 - parent: 2 - - uid: 17675 - components: - - type: Transform - pos: -22.5,-22.5 - parent: 2 - - uid: 17676 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 2 - - uid: 17677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-24.5 - parent: 2 - - uid: 17678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-25.5 - parent: 2 - - uid: 17679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-25.5 - parent: 2 - - uid: 17680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-25.5 - parent: 2 - - uid: 17681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-25.5 - parent: 2 - - uid: 17682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-25.5 - parent: 2 - - uid: 17683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-25.5 - parent: 2 - - uid: 17685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-26.5 - parent: 2 - - uid: 17686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-27.5 - parent: 2 - - uid: 17687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-28.5 - parent: 2 - - uid: 17688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-29.5 - parent: 2 - - uid: 17689 - components: - - type: Transform - pos: -18.5,-30.5 - parent: 2 - - uid: 17690 - components: - - type: Transform - pos: -18.5,-31.5 - parent: 2 - - uid: 17691 - components: - - type: Transform - pos: -18.5,-32.5 - parent: 2 - - uid: 17692 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 2 - - uid: 17693 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 2 - - uid: 17694 - components: - - type: Transform - pos: -18.5,-35.5 - parent: 2 - - uid: 17695 - components: - - type: Transform - pos: -18.5,-36.5 - parent: 2 - - uid: 17696 - components: - - type: Transform - pos: -18.5,-37.5 - parent: 2 - - uid: 17697 - components: - - type: Transform - pos: -18.5,-38.5 - parent: 2 - - uid: 17698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-39.5 - parent: 2 - - uid: 17700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-38.5 - parent: 2 - - uid: 17701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-37.5 - parent: 2 - - uid: 17702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-36.5 - parent: 2 - - uid: 17714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-17.5 - parent: 2 - - uid: 17715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-17.5 - parent: 2 - - uid: 17716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-17.5 - parent: 2 - - uid: 17717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-17.5 - parent: 2 - - uid: 17718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-17.5 - parent: 2 - - uid: 17719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-17.5 - parent: 2 - - uid: 17720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-17.5 - parent: 2 - - uid: 17721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-17.5 - parent: 2 - - uid: 17722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-17.5 - parent: 2 - - uid: 17723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-17.5 - parent: 2 - - uid: 17724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-17.5 - parent: 2 - - uid: 17725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-23.5 - parent: 2 - - uid: 17726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-23.5 - parent: 2 - - uid: 17727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-23.5 - parent: 2 - - uid: 17728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-23.5 - parent: 2 - - uid: 17729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-23.5 - parent: 2 - - uid: 17730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-23.5 - parent: 2 - - uid: 17731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-23.5 - parent: 2 - - uid: 17732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-23.5 - parent: 2 - - uid: 17733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-23.5 - parent: 2 - - uid: 17734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-23.5 - parent: 2 - - uid: 17735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-23.5 - parent: 2 - - uid: 17736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-23.5 - parent: 2 - - uid: 17737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-23.5 - parent: 2 - - uid: 17740 - components: - - type: Transform - pos: -35.5,-25.5 - parent: 2 - - uid: 17741 - components: - - type: Transform - pos: -35.5,-26.5 - parent: 2 - - uid: 17742 - components: - - type: Transform - pos: -35.5,-27.5 - parent: 2 - - uid: 17743 - components: - - type: Transform - pos: -35.5,-28.5 - parent: 2 - - uid: 17744 - components: - - type: Transform - pos: -35.5,-29.5 - parent: 2 - - uid: 17746 - components: - - type: Transform - pos: -43.5,-28.5 - parent: 2 - - uid: 17747 - components: - - type: Transform - pos: -43.5,-27.5 - parent: 2 - - uid: 17748 - components: - - type: Transform - pos: -43.5,-26.5 - parent: 2 - - uid: 17749 - components: - - type: Transform - pos: -43.5,-25.5 - parent: 2 - - uid: 17750 - components: - - type: Transform - pos: -43.5,-24.5 - parent: 2 - - uid: 17751 - components: - - type: Transform - pos: -52.5,-24.5 - parent: 2 - - uid: 17753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-14.5 - parent: 2 - - uid: 17754 - components: - - type: Transform - pos: -44.5,-15.5 - parent: 2 - - uid: 17755 - components: - - type: Transform - pos: -44.5,-16.5 - parent: 2 - - uid: 17756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-14.5 - parent: 2 - - uid: 17757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-14.5 - parent: 2 - - uid: 17759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-19.5 - parent: 2 - - uid: 17760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-20.5 - parent: 2 - - uid: 17761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-21.5 - parent: 2 - - uid: 17762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-22.5 - parent: 2 - - uid: 17763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-18.5 - parent: 2 - - uid: 17764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-18.5 - parent: 2 - - uid: 17765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-18.5 - parent: 2 - - uid: 17766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-18.5 - parent: 2 - - uid: 17767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-18.5 - parent: 2 - - uid: 17771 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 2 - - uid: 17772 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 2 - - uid: 17773 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - uid: 17774 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 2 - - uid: 17775 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 17776 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - uid: 17777 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - uid: 17778 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 2 - - uid: 17779 - components: - - type: Transform - pos: -33.5,-24.5 - parent: 2 - - uid: 17780 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 17781 - components: - - type: Transform - pos: -33.5,-26.5 - parent: 2 - - uid: 17782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-27.5 - parent: 2 - - uid: 17783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-27.5 - parent: 2 - - uid: 18243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 - parent: 2 - - uid: 18245 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,57.5 - parent: 2 - - uid: 18247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,55.5 - parent: 2 - - uid: 18248 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,55.5 - parent: 2 - - uid: 18249 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,55.5 - parent: 2 - - uid: 18250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,55.5 - parent: 2 - - uid: 18251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,55.5 - parent: 2 - - uid: 18253 - components: - - type: Transform - pos: -26.5,56.5 - parent: 2 - - uid: 18318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,62.5 - parent: 2 - - uid: 18319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,62.5 - parent: 2 - - uid: 18320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 - parent: 2 - - uid: 18321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,62.5 - parent: 2 - - uid: 18325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,62.5 - parent: 2 - - uid: 18353 - components: - - type: Transform - pos: 10.5,15.5 - parent: 2 - - uid: 18377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,62.5 - parent: 2 - - uid: 18378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,62.5 - parent: 2 - - uid: 18390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,62.5 - parent: 2 - - uid: 18393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,62.5 - parent: 2 - - uid: 18394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,62.5 - parent: 2 - - uid: 18396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,53.5 - parent: 2 - - uid: 18397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,62.5 - parent: 2 - - uid: 18548 - components: - - type: Transform - pos: -20.5,54.5 - parent: 2 - - uid: 19669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,64.5 - parent: 2 - - uid: 19672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,64.5 - parent: 2 - - uid: 19777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,64.5 - parent: 2 - - uid: 19861 - components: - - type: Transform - pos: -11.5,31.5 - parent: 2 - - uid: 19862 - components: - - type: Transform - pos: 1.5,64.5 - parent: 2 - - uid: 19863 - components: - - type: Transform - pos: 1.5,65.5 - parent: 2 - - uid: 19864 - components: - - type: Transform - pos: 1.5,66.5 - parent: 2 - - uid: 19865 - components: - - type: Transform - pos: 1.5,67.5 - parent: 2 - - uid: 19866 - components: - - type: Transform - pos: 1.5,68.5 - parent: 2 - - uid: 19867 - components: - - type: Transform - pos: 1.5,69.5 - parent: 2 - - uid: 19868 - components: - - type: Transform - pos: 1.5,70.5 - parent: 2 - - uid: 19869 - components: - - type: Transform - pos: 1.5,71.5 - parent: 2 - - uid: 19870 - components: - - type: Transform - pos: 1.5,72.5 - parent: 2 - - uid: 19871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,73.5 - parent: 2 - - uid: 19872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,73.5 - parent: 2 - - uid: 20572 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 2 - - uid: 22355 - components: - - type: Transform - pos: -26.5,59.5 - parent: 2 - - uid: 22363 - components: - - type: Transform - pos: -26.5,57.5 - parent: 2 - - uid: 22364 - components: - - type: Transform - pos: -26.5,60.5 - parent: 2 - - uid: 22474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,62.5 - parent: 2 - - uid: 22570 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,64.5 - parent: 2 - - uid: 22766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,64.5 - parent: 2 - - uid: 22767 - components: - - type: Transform - pos: -26.5,63.5 - parent: 2 - - uid: 22844 - components: - - type: Transform - pos: -26.5,62.5 - parent: 2 - - uid: 23037 - components: - - type: Transform - pos: -26.5,61.5 - parent: 2 - - uid: 23041 - components: - - type: Transform - pos: -26.5,58.5 - parent: 2 - - uid: 23044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,64.5 - parent: 2 - - uid: 27833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,63.5 - parent: 2 - - uid: 29981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,11.5 - parent: 2 - - uid: 30917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,64.5 - parent: 2 - - uid: 30918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,28.5 - parent: 2 - - uid: 31085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,63.5 - parent: 2 - - uid: 31105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,64.5 - parent: 2 - - uid: 31732 - components: - - type: Transform - pos: -39.5,10.5 - parent: 2 - - uid: 34044 - components: - - type: Transform - pos: -1.5,0.5 - parent: 2 - - uid: 34045 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 2 - - uid: 34046 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 2 - - uid: 35865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,15.5 - parent: 2 - - uid: 35866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,13.5 - parent: 2 - - uid: 35867 - components: - - type: Transform - pos: 32.5,14.5 - parent: 2 - - uid: 35882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,32.5 - parent: 2 - - uid: 35883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,32.5 - parent: 2 - - uid: 35884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,32.5 - parent: 2 - - uid: 35885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,32.5 - parent: 2 - - uid: 35886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,32.5 - parent: 2 - - uid: 35889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,36.5 - parent: 2 - - uid: 35890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,36.5 - parent: 2 - - uid: 35891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,36.5 - parent: 2 - - uid: 35892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,36.5 - parent: 2 - - uid: 35893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,36.5 - parent: 2 - - uid: 35894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,36.5 - parent: 2 - - uid: 35895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,36.5 - parent: 2 - - uid: 35897 - components: - - type: Transform - pos: -20.5,38.5 - parent: 2 - - uid: 35898 - components: - - type: Transform - pos: -20.5,37.5 - parent: 2 - - uid: 35900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,61.5 - parent: 2 - - uid: 35901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,61.5 - parent: 2 - - uid: 35902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,61.5 - parent: 2 - - uid: 35903 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,61.5 - parent: 2 - - uid: 35916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,28.5 - parent: 2 - - uid: 35918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,34.5 - parent: 2 - - uid: 35919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,34.5 - parent: 2 - - uid: 35920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,34.5 - parent: 2 - - uid: 35921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,34.5 - parent: 2 - - uid: 35922 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,34.5 - parent: 2 - - uid: 35923 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,34.5 - parent: 2 - - uid: 35924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,34.5 - parent: 2 - - uid: 35946 - components: - - type: Transform - pos: -49.5,12.5 - parent: 2 - - uid: 35947 - components: - - type: Transform - pos: -49.5,13.5 - parent: 2 - - uid: 35948 - components: - - type: Transform - pos: -49.5,14.5 - parent: 2 - - uid: 35949 - components: - - type: Transform - pos: -49.5,15.5 - parent: 2 - - uid: 35952 - components: - - type: Transform - pos: -58.5,9.5 - parent: 2 - - uid: 35953 - components: - - type: Transform - pos: -58.5,10.5 - parent: 2 - - uid: 35963 - components: - - type: Transform - pos: 25.5,-26.5 - parent: 2 - - uid: 35964 - components: - - type: Transform - pos: 25.5,-27.5 - parent: 2 - - uid: 35965 - components: - - type: Transform - pos: 25.5,-28.5 - parent: 2 - - uid: 35966 - components: - - type: Transform - pos: 25.5,-29.5 - parent: 2 - - uid: 35974 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-39.5 - parent: 2 - - uid: 35993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-25.5 - parent: 2 - - uid: 35994 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-25.5 - parent: 2 - - uid: 35995 - components: - - type: Transform - pos: -30.5,-26.5 - parent: 2 - - uid: 36002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-0.5 - parent: 2 - - uid: 36003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,0.5 - parent: 2 - - uid: 36004 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,1.5 - parent: 2 - - uid: 36005 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,2.5 - parent: 2 - - uid: 36006 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,3.5 - parent: 2 - - uid: 36007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,3.5 - parent: 2 - - uid: 36008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,3.5 - parent: 2 - - uid: 36009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,3.5 - parent: 2 - - uid: 36010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,3.5 - parent: 2 - - uid: 36011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,3.5 - parent: 2 - - uid: 36012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,3.5 - parent: 2 - - uid: 36013 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,3.5 - parent: 2 - - uid: 36014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,3.5 - parent: 2 - - uid: 36015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,3.5 - parent: 2 - - uid: 36018 - components: - - type: Transform - pos: -69.5,14.5 - parent: 2 - - uid: 36019 - components: - - type: Transform - pos: -69.5,13.5 - parent: 2 - - uid: 36020 - components: - - type: Transform - pos: -69.5,12.5 - parent: 2 - - uid: 36021 - components: - - type: Transform - pos: -69.5,11.5 - parent: 2 - - uid: 36022 - components: - - type: Transform - pos: -69.5,10.5 - parent: 2 - - uid: 36023 - components: - - type: Transform - pos: -69.5,9.5 - parent: 2 - - uid: 36028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-14.5 - parent: 2 - - uid: 36029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-13.5 - parent: 2 - - uid: 36030 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-12.5 - parent: 2 - - uid: 36387 - components: - - type: Transform - pos: -39.5,9.5 - parent: 2 - - uid: 36388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,8.5 - parent: 2 -- proto: DisposalPipeBroken - entities: - - uid: 5387 - components: - - type: Transform - pos: 58.5,54.5 - parent: 2 - - uid: 7047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-32.5 - parent: 2 - - uid: 7048 - components: - - type: Transform - pos: -29.5,-32.5 - parent: 2 - - uid: 7049 - components: - - type: Transform - pos: -29.5,-30.5 - parent: 2 - - uid: 7050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-34.5 - parent: 2 - - uid: 7051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-36.5 - parent: 2 - - uid: 7052 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-36.5 - parent: 2 - - uid: 7054 - components: - - type: Transform - pos: -33.5,-37.5 - parent: 2 -- proto: DisposalTrunk - entities: - - uid: 2289 - components: - - type: Transform - pos: 10.5,16.5 - parent: 2 - - uid: 2390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-1.5 - parent: 2 - - uid: 2553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-10.5 - parent: 2 - - uid: 3379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-11.5 - parent: 2 - - uid: 3556 - components: - - type: Transform - pos: 14.5,22.5 - parent: 2 - - uid: 7053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-38.5 - parent: 2 - - uid: 10219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,37.5 - parent: 2 - - uid: 11260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-29.5 - parent: 2 - - uid: 16961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,11.5 - parent: 2 - - uid: 16962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,20.5 - parent: 2 - - uid: 17000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,39.5 - parent: 2 - - uid: 17087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,6.5 - parent: 2 - - uid: 17088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,19.5 - parent: 2 - - uid: 17089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-2.5 - parent: 2 - - uid: 17124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,11.5 - parent: 2 - - uid: 17128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,33.5 - parent: 2 - - uid: 17129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,24.5 - parent: 2 - - uid: 17130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,24.5 - parent: 2 - - uid: 17131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,39.5 - parent: 2 - - uid: 17132 - components: - - type: Transform - pos: -2.5,55.5 - parent: 2 - - uid: 17243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,28.5 - parent: 2 - - uid: 17259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,39.5 - parent: 2 - - uid: 17268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,35.5 - parent: 2 - - uid: 17269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,52.5 - parent: 2 - - uid: 17271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,52.5 - parent: 2 - - uid: 17312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,46.5 - parent: 2 - - uid: 17318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,26.5 - parent: 2 - - uid: 17319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,36.5 - parent: 2 - - uid: 17356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,26.5 - parent: 2 - - uid: 17374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,15.5 - parent: 2 - - uid: 17377 - components: - - type: Transform - pos: 26.5,-27.5 - parent: 2 - - uid: 17378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-25.5 - parent: 2 - - uid: 17379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-25.5 - parent: 2 - - uid: 17380 - components: - - type: Transform - pos: 17.5,-18.5 - parent: 2 - - uid: 17397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-24.5 - parent: 2 - - uid: 17414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-27.5 - parent: 2 - - uid: 17449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-13.5 - parent: 2 - - uid: 17450 - components: - - type: Transform - pos: 72.5,0.5 - parent: 2 - - uid: 17490 - components: - - type: Transform - pos: 11.5,27.5 - parent: 2 - - uid: 17523 - components: - - type: Transform - pos: 7.5,-34.5 - parent: 2 - - uid: 17530 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,9.5 - parent: 2 - - uid: 17531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 2 - - uid: 17533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,9.5 - parent: 2 - - uid: 17534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,9.5 - parent: 2 - - uid: 17535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-0.5 - parent: 2 - - uid: 17536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-11.5 - parent: 2 - - uid: 17537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,2.5 - parent: 2 - - uid: 17647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-25.5 - parent: 2 - - uid: 17707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-14.5 - parent: 2 - - uid: 17708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-18.5 - parent: 2 - - uid: 17709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-17.5 - parent: 2 - - uid: 17710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-25.5 - parent: 2 - - uid: 17712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-30.5 - parent: 2 - - uid: 19305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,53.5 - parent: 2 - - uid: 19517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-39.5 - parent: 2 - - uid: 19762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,13.5 - parent: 2 - - uid: 19763 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,15.5 - parent: 2 - - uid: 19873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,73.5 - parent: 2 - - uid: 28736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,28.5 - parent: 2 - - uid: 31781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-34.5 - parent: 2 - - uid: 35887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,32.5 - parent: 2 - - uid: 35896 - components: - - type: Transform - pos: -20.5,39.5 - parent: 2 - - uid: 35904 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,61.5 - parent: 2 - - uid: 35907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,34.5 - parent: 2 - - uid: 35950 - components: - - type: Transform - pos: -49.5,16.5 - parent: 2 - - uid: 35954 - components: - - type: Transform - pos: -58.5,11.5 - parent: 2 - - uid: 35962 - components: - - type: Transform - pos: 25.5,-25.5 - parent: 2 - - uid: 35996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-25.5 - parent: 2 - - uid: 36001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,2.5 - parent: 2 - - uid: 36017 - components: - - type: Transform - pos: -69.5,15.5 - parent: 2 - - uid: 36027 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 2 -- proto: DisposalUnit - entities: - - uid: 1361 - components: - - type: Transform - pos: 36.5,-0.5 - parent: 2 - - uid: 1362 - components: - - type: Transform - pos: 30.5,9.5 - parent: 2 - - uid: 1487 - components: - - type: Transform - pos: 12.5,2.5 - parent: 2 - - uid: 1591 - components: - - type: Transform - pos: -3.5,9.5 - parent: 2 - - uid: 1710 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 2 - - uid: 1827 - components: - - type: Transform - pos: 30.5,-11.5 - parent: 2 - - uid: 1828 - components: - - type: Transform - pos: 16.5,9.5 - parent: 2 - - uid: 1977 - components: - - type: Transform - pos: 11.5,27.5 - parent: 2 - - uid: 2556 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 2 - - uid: 2652 - components: - - type: Transform - pos: -57.5,-1.5 - parent: 2 - - uid: 2730 - components: - - type: Transform - pos: 26.5,-27.5 - parent: 2 - - uid: 3550 - components: - - type: Transform - pos: -56.5,-17.5 - parent: 2 - - uid: 3773 - components: - - type: Transform - pos: 41.5,-24.5 - parent: 2 - - uid: 3774 - components: - - type: Transform - pos: 17.5,-25.5 - parent: 2 - - uid: 3776 - components: - - type: Transform - pos: 9.5,-25.5 - parent: 2 - - uid: 3777 - components: - - type: Transform - pos: 17.5,-18.5 - parent: 2 - - uid: 4493 - components: - - type: Transform - pos: 52.5,15.5 - parent: 2 - - uid: 5138 - components: - - type: Transform - pos: 69.5,-13.5 - parent: 2 - - uid: 5139 - components: - - type: Transform - pos: 54.5,-27.5 - parent: 2 - - uid: 5140 - components: - - type: Transform - pos: 72.5,0.5 - parent: 2 - - uid: 5149 - components: - - type: Transform - pos: 37.5,46.5 - parent: 2 - - uid: 5219 - components: - - type: Transform - pos: 42.5,36.5 - parent: 2 - - uid: 5248 - components: - - type: Transform - pos: 32.5,26.5 - parent: 2 - - uid: 5699 - components: - - type: Transform - pos: 56.5,26.5 - parent: 2 - - uid: 6567 - components: - - type: Transform - pos: -12.5,-25.5 - parent: 2 - - uid: 7135 - components: - - type: Transform - pos: -38.5,-18.5 - parent: 2 - - uid: 7164 - components: - - type: Transform - pos: -46.5,-14.5 - parent: 2 - - uid: 7560 - components: - - type: Transform - pos: -52.5,-25.5 - parent: 2 - - uid: 7562 - components: - - type: Transform - pos: -35.5,-30.5 - parent: 2 - - uid: 8408 - components: - - type: Transform - pos: -73.5,11.5 - parent: 2 - - uid: 8409 - components: - - type: Transform - pos: -86.5,19.5 - parent: 2 - - uid: 8410 - components: - - type: Transform - pos: -95.5,6.5 - parent: 2 - - uid: 8411 - components: - - type: Transform - pos: -82.5,-2.5 - parent: 2 - - uid: 8935 - components: - - type: Transform - pos: -47.5,20.5 - parent: 2 - - uid: 9007 - components: - - type: Transform - pos: -51.5,11.5 - parent: 2 - - uid: 9332 - components: - - type: Transform - pos: 14.5,22.5 - parent: 2 - - uid: 9624 - components: - - type: Transform - pos: -40.5,37.5 - parent: 2 - - uid: 11265 - components: - - type: Transform - pos: -43.5,-29.5 - parent: 2 - - uid: 11840 - components: - - type: Transform - pos: -14.5,-34.5 - parent: 2 - - uid: 12975 - components: - - type: Transform - pos: 24.5,-13.5 - parent: 2 - - uid: 13083 - components: - - type: Transform - pos: 7.5,-34.5 - parent: 2 - - uid: 13977 - components: - - type: Transform - pos: 12.5,52.5 - parent: 2 - - uid: 14179 - components: - - type: Transform - pos: 4.5,35.5 - parent: 2 - - uid: 15528 - components: - - type: Transform - pos: -18.5,24.5 - parent: 2 - - uid: 15594 - components: - - type: Transform - pos: -8.5,28.5 - parent: 2 - - uid: 15770 - components: - - type: Transform - pos: -11.5,24.5 - parent: 2 - - uid: 15929 - components: - - type: Transform - pos: -2.5,55.5 - parent: 2 - - uid: 16079 - components: - - type: Transform - pos: -10.5,39.5 - parent: 2 - - uid: 16313 - components: - - type: Transform - pos: -18.5,53.5 - parent: 2 - - uid: 16587 - components: - - type: Transform - pos: -36.5,33.5 - parent: 2 - - uid: 16975 - components: - - type: Transform - pos: -53.5,39.5 - parent: 2 - - uid: 17270 - components: - - type: Transform - pos: 20.5,52.5 - parent: 2 - - uid: 17489 - components: - - type: Transform - pos: -29.5,-11.5 - parent: 2 - - uid: 18395 - components: - - type: Transform - pos: 10.5,16.5 - parent: 2 - - uid: 19858 - components: - - type: Transform - pos: 4.5,73.5 - parent: 2 - - uid: 23853 - components: - - type: Transform - pos: -9.5,-39.5 - parent: 2 - - uid: 27390 - components: - - type: Transform - pos: 25.5,-25.5 - parent: 2 - - uid: 28680 - components: - - type: Transform - pos: -20.5,39.5 - parent: 2 - - uid: 30653 - components: - - type: Transform - pos: -4.5,32.5 - parent: 2 - - uid: 30667 - components: - - type: Transform - pos: 43.5,28.5 - parent: 2 - - uid: 30668 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 2 - - uid: 30717 - components: - - type: Transform - pos: -3.5,61.5 - parent: 2 - - uid: 30747 - components: - - type: Transform - pos: 47.5,34.5 - parent: 2 - - uid: 30753 - components: - - type: Transform - pos: -49.5,16.5 - parent: 2 - - uid: 30755 - components: - - type: Transform - pos: -58.5,11.5 - parent: 2 - - uid: 30793 - components: - - type: Transform - pos: -27.5,-25.5 - parent: 2 - - uid: 30796 - components: - - type: Transform - pos: -54.5,2.5 - parent: 2 - - uid: 30803 - components: - - type: Transform - pos: -69.5,15.5 - parent: 2 -- proto: DisposalYJunction - entities: - - uid: 2317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,11.5 - parent: 2 - - uid: 16695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-15.5 - parent: 2 - - uid: 16696 - components: - - type: Transform - pos: -32.5,20.5 - parent: 2 - - uid: 16907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-39.5 - parent: 2 - - uid: 17073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,8.5 - parent: 2 - - uid: 17200 - components: - - type: Transform - pos: -15.5,29.5 - parent: 2 - - uid: 17371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,17.5 - parent: 2 - - uid: 17638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 - parent: 2 - - uid: 17770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-23.5 - parent: 2 -- proto: DogBed - entities: - - uid: 619 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 2 - - uid: 1963 - components: - - type: Transform - pos: 12.5,29.5 - parent: 2 - - uid: 5715 - components: - - type: Transform - pos: 43.5,25.5 - parent: 2 - - uid: 5731 - components: - - type: Transform - pos: 23.5,10.5 - parent: 2 - - uid: 5736 - components: - - type: Transform - pos: 48.5,29.5 - parent: 2 - - uid: 6111 - components: - - type: Transform - pos: 54.5,28.5 - parent: 2 - - uid: 6421 - components: - - type: Transform - pos: 80.5,-7.5 - parent: 2 - - uid: 8371 - components: - - type: Transform - pos: -55.5,-28.5 - parent: 2 - - uid: 8372 - components: - - type: Transform - pos: -56.5,-28.5 - parent: 2 - - uid: 15266 - components: - - type: Transform - pos: 25.5,50.5 - parent: 2 - - uid: 15697 - components: - - type: Transform - pos: -9.5,25.5 - parent: 2 - - uid: 15976 - components: - - type: Transform - pos: -22.5,41.5 - parent: 2 - - uid: 19373 - components: - - type: Transform - pos: -25.5,-20.5 - parent: 2 - - uid: 22277 - components: - - type: Transform - pos: 29.5,28.5 - parent: 2 - - uid: 32569 - components: - - type: Transform - pos: 74.5,64.5 - parent: 2 -- proto: DonkpocketBoxSpawner - entities: - - uid: 9085 - components: - - type: Transform - pos: -47.5,22.5 - parent: 2 - - uid: 9086 - components: - - type: Transform - pos: -16.5,-28.5 - parent: 2 - - uid: 15605 - components: - - type: Transform - pos: -11.5,28.5 - parent: 2 - - uid: 18089 - components: - - type: Transform - pos: -18.5,57.5 - parent: 2 - - uid: 18454 - components: - - type: Transform - pos: -61.5,-1.5 - parent: 2 - - uid: 32539 - components: - - type: Transform - pos: 98.5,33.5 - parent: 2 - - uid: 32590 - components: - - type: Transform - pos: 99.5,33.5 - parent: 2 -- proto: DoubleEmergencyNitrogenTankFilled - entities: - - uid: 578 - components: - - type: Transform - pos: 21.385355,25.859453 - parent: 2 - - uid: 2985 - components: - - type: Transform - pos: 21.542994,25.51156 - parent: 2 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 2991 - components: - - type: Transform - pos: 16.386623,25.897505 - parent: 2 - - uid: 5520 - components: - - type: Transform - pos: 16.544262,25.620277 - parent: 2 -- proto: DresserCaptainFilled - entities: - - uid: 15701 - components: - - type: Transform - pos: 22.5,50.5 - parent: 2 -- proto: DresserChiefEngineerFilled - entities: - - uid: 15372 - components: - - type: Transform - pos: -62.5,11.5 - parent: 2 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 7857 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 2 -- proto: DresserFilled - entities: - - uid: 4763 - components: - - type: Transform - pos: -75.5,0.5 - parent: 2 - - uid: 5434 - components: - - type: Transform - pos: 46.5,34.5 - parent: 2 - - uid: 10014 - components: - - type: Transform - pos: -79.5,-0.5 - parent: 2 - - uid: 11256 - components: - - type: Transform - pos: -71.5,0.5 - parent: 2 - - uid: 22088 - components: - - type: Transform - pos: 65.5,30.5 - parent: 2 - - uid: 32591 - components: - - type: Transform - pos: 72.5,42.5 - parent: 2 -- proto: DresserHeadOfPersonnelFilled - entities: - - uid: 7327 - components: - - type: Transform - pos: 14.5,28.5 - parent: 2 -- proto: DresserHeadOfSecurityFilled - entities: - - uid: 22292 - components: - - type: Transform - pos: -4.5,35.5 - parent: 2 -- proto: DresserQuarterMasterFilled - entities: - - uid: 15112 - components: - - type: Transform - pos: -25.5,-25.5 - parent: 2 -- proto: DresserResearchDirectorFilled - entities: - - uid: 8811 - components: - - type: Transform - pos: 49.5,30.5 - parent: 2 -- proto: DresserWardenFilled - entities: - - uid: 29655 - components: - - type: Transform - pos: -30.5,42.5 - parent: 2 -- proto: DrinkAleGlass - entities: - - uid: 5911 - components: - - type: Transform - pos: 15.356108,-32.217487 - parent: 2 - - uid: 5914 - components: - - type: Transform - pos: 16.408997,-27.678394 - parent: 2 -- proto: DrinkBananaHonkGlass - entities: - - uid: 5915 - components: - - type: Transform - pos: 20.166368,-32.38155 - parent: 2 -- proto: DrinkBeerglass - entities: - - uid: 6878 - components: - - type: Transform - pos: -11.582957,-42.05465 - parent: 2 - - uid: 6880 - components: - - type: Transform - pos: -11.395457,-42.171837 - parent: 2 - - uid: 19606 - components: - - type: Transform - pos: -37.258465,60.332344 - parent: 2 -- proto: DrinkBloodyMaryGlass - entities: - - uid: 5893 - components: - - type: Transform - pos: 20.547514,-29.182331 - parent: 2 -- proto: DrinkBottleBeer - entities: - - uid: 8355 - components: - - type: Transform - pos: -73.29047,3.1253412 - parent: 2 - - uid: 11272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.10297,2.6331537 - parent: 2 - - uid: 11273 - components: - - type: Transform - pos: -73.14984,3.0315912 - parent: 2 -- proto: DrinkBottleWine - entities: - - uid: 4381 - components: - - type: Transform - pos: 61.698837,24.84039 - parent: 2 - - uid: 4382 - components: - - type: Transform - pos: 61.948837,24.887264 - parent: 2 - - uid: 9325 - components: - - type: Transform - pos: 55.7811,10.768181 - parent: 2 - - uid: 30032 - components: - - type: Transform - pos: 91.68901,18.844994 - parent: 2 -- proto: DrinkBubbleTeaGlass - entities: - - uid: 3357 - components: - - type: Transform - pos: 20.172514,-29.264362 - parent: 2 - - uid: 5892 - components: - - type: Transform - pos: 25.715483,-29.065144 - parent: 2 - - uid: 7585 - components: - - type: Transform - pos: -42.676247,-17.17277 - parent: 2 -- proto: DrinkCartonMilk - entities: - - uid: 1127 - components: - - type: Transform - pos: -56.96867,-27.349045 - parent: 2 - - uid: 8370 - components: - - type: Transform - pos: -57.2382,-27.243576 - parent: 2 -- proto: DrinkChampagneBottleFull - entities: - - uid: 27408 - components: - - type: Transform - pos: 34.67687,-10.322123 - parent: 2 -- proto: DrinkChocolateGlass - entities: - - uid: 16533 - components: - - type: Transform - pos: -25.277435,7.837277 - parent: 2 - - uid: 16535 - components: - - type: Transform - pos: -19.359467,7.6146207 - parent: 2 -- proto: DrinkCoffee - entities: - - uid: 1589 - components: - - type: Transform - pos: -8.423184,11.754102 - parent: 2 - - uid: 1590 - components: - - type: Transform - pos: -8.688809,11.863477 - parent: 2 - - uid: 2082 - components: - - type: Transform - pos: -22.18132,-9.106619 - parent: 2 - - uid: 5564 - components: - - type: Transform - pos: -53.211754,25.91696 - parent: 2 - - uid: 5733 - components: - - type: Transform - pos: 46.65273,25.025793 - parent: 2 - - uid: 6876 - components: - - type: Transform - pos: -9.496035,-25.091621 - parent: 2 - - uid: 6877 - components: - - type: Transform - pos: -28.145683,-20.579903 - parent: 2 - - uid: 14134 - components: - - type: Transform - pos: 13.325816,48.755283 - parent: 2 - - uid: 14135 - components: - - type: Transform - pos: 11.747691,47.70841 - parent: 2 - - uid: 14283 - components: - - type: Transform - pos: 13.624886,47.71295 - parent: 2 - - uid: 15745 - components: - - type: Transform - pos: -5.7781143,25.839651 - parent: 2 - - uid: 27962 - components: - - type: Transform - pos: 19.7411,47.67416 - parent: 2 -- proto: DrinkCoffeeLiqueurBottleFull - entities: - - uid: 14025 - components: - - type: Transform - pos: 8.778941,54.849033 - parent: 2 -- proto: DrinkCoffeeLiqueurGlass - entities: - - uid: 14132 - components: - - type: Transform - pos: 8.075816,54.911533 - parent: 2 - - uid: 30514 - components: - - type: Transform - pos: 0.65781116,66.89836 - parent: 2 -- proto: DrinkColaCanEmpty - entities: - - uid: 7101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.80446,-20.25893 - parent: 2 - - uid: 7102 - components: - - type: Transform - pos: 31.945086,-18.680805 - parent: 2 - - uid: 7109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.11696,-18.88393 - parent: 2 - - uid: 7415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.379618,-18.97768 - parent: 2 - - uid: 9636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.926493,-21.555805 - parent: 2 -- proto: DrinkDetFlask - entities: - - uid: 14091 - components: - - type: Transform - pos: -32.655514,35.41943 - parent: 2 -- proto: DrinkEmeraldGlass - entities: - - uid: 14026 - components: - - type: Transform - pos: 6.560191,55.08341 - parent: 2 -- proto: DrinkFlask - entities: - - uid: 14195 - components: - - type: Transform - pos: 13.633378,48.80755 - parent: 2 -- proto: DrinkFlaskBar - entities: - - uid: 863 - components: - - type: Transform - pos: 14.628693,30.63074 - parent: 2 -- proto: DrinkGinGlass - entities: - - uid: 15106 - components: - - type: Transform - pos: 26.706886,48.66876 - parent: 2 -- proto: DrinkGlass - entities: - - uid: 36449 - components: - - type: Transform - pos: 34.385204,-10.30129 - parent: 2 -- proto: DrinkGlassWhite - entities: - - uid: 23766 - components: - - type: Transform - pos: -57.320232,-27.442795 - parent: 2 -- proto: DrinkGoldenCup - entities: - - uid: 32557 - components: - - type: Transform - pos: 83.53129,71.6956 - parent: 2 -- proto: DrinkGrapeCan - entities: - - uid: 6901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.61003,-3.506958 - parent: 2 - - uid: 7248 - components: - - type: Transform - pos: 31.386068,-17.274555 - parent: 2 - - uid: 19810 - components: - - type: Transform - pos: 19.886068,-17.399555 - parent: 2 -- proto: DrinkGreenTeaGlass - entities: - - uid: 934 - components: - - type: Transform - pos: -72.31412,5.791229 - parent: 2 -- proto: DrinkHosFlask - entities: - - uid: 14196 - components: - - type: Transform - pos: 6.149003,47.854424 - parent: 2 -- proto: DrinkHotCoco - entities: - - uid: 5148 - components: - - type: Transform - pos: 71.64327,-18.151184 - parent: 2 - - uid: 5154 - components: - - type: Transform - pos: 71.56515,-18.44806 - parent: 2 - - uid: 5174 - components: - - type: Transform - pos: 69.51709,-15.36441 - parent: 2 - - uid: 5175 - components: - - type: Transform - pos: 71.9089,-18.35431 - parent: 2 - - uid: 6875 - components: - - type: Transform - pos: -16.307503,-29.685396 - parent: 2 -- proto: DrinkIceCreamGlass - entities: - - uid: 14271 - components: - - type: Transform - pos: 6.9146633,54.812767 - parent: 2 -- proto: DrinkIrishCarBomb - entities: - - uid: 36050 - components: - - type: Transform - pos: 29.42272,16.837929 - parent: 2 - - uid: 36393 - components: - - type: Transform - pos: 83.59416,59.63084 - parent: 2 -- proto: DrinkMartiniGlass - entities: - - uid: 3393 - components: - - type: Transform - pos: 16.705872,-28.490894 - parent: 2 - - uid: 3775 - components: - - type: Transform - pos: 19.305326,-32.11202 - parent: 2 - - uid: 5761 - components: - - type: Transform - pos: 21.684233,-28.44405 - parent: 2 - - uid: 5889 - components: - - type: Transform - pos: 14.254545,-32.533894 - parent: 2 - - uid: 5891 - components: - - type: Transform - pos: 18.543608,-29.158894 - parent: 2 - - uid: 6874 - components: - - type: Transform - pos: -16.682503,-29.451021 - parent: 2 - - uid: 20194 - components: - - type: Transform - pos: 26.585108,-29.578442 - parent: 2 -- proto: DrinkMelonLiquorBottleFull - entities: - - uid: 14024 - components: - - type: Transform - pos: 8.513316,54.77091 - parent: 2 -- proto: DrinkMugOne - entities: - - uid: 1372 - components: - - type: Transform - pos: -28.767122,-9.249852 - parent: 2 -- proto: DrinkOrangeCreamiceGlass - entities: - - uid: 33592 - components: - - type: Transform - pos: 78.69534,44.817745 - parent: 2 -- proto: DrinkRootBeerCan - entities: - - uid: 6902 - components: - - type: Transform - pos: 49.539467,-21.352646 - parent: 2 -- proto: DrinkRumBottleFull - entities: - - uid: 19403 - components: - - type: Transform - pos: 26.240528,37.993225 - parent: 2 -- proto: DrinkSakeBottleFull - entities: - - uid: 33616 - components: - - type: Transform - pos: 88.19735,62.896553 - parent: 2 -- proto: DrinkShaker - entities: - - uid: 5752 - components: - - type: Transform - pos: 17.921667,-29.255095 - parent: 2 - - uid: 5755 - components: - - type: Transform - pos: 20.288855,-23.337126 - parent: 2 - - uid: 5756 - components: - - type: Transform - pos: 20.52323,-23.524626 - parent: 2 - - uid: 5757 - components: - - type: Transform - pos: 20.628698,-23.1965 - parent: 2 - - uid: 7113 - components: - - type: Transform - pos: -37.171097,-18.25424 - parent: 2 -- proto: DrinkShinyFlask - entities: - - uid: 14183 - components: - - type: Transform - pos: 6.4358735,55.832787 - parent: 2 -- proto: DrinkShotGlass - entities: - - uid: 3610 - components: - - type: Transform - pos: 16.440247,-28.13152 - parent: 2 - - uid: 3632 - components: - - type: Transform - pos: 19.471497,-29.44402 - parent: 2 - - uid: 3701 - components: - - type: Transform - pos: 17.408997,-29.44402 - parent: 2 - - uid: 3703 - components: - - type: Transform - pos: 14.940248,-33.459644 - parent: 2 - - uid: 3711 - components: - - type: Transform - pos: 21.424622,-28.63152 - parent: 2 - - uid: 3712 - components: - - type: Transform - pos: 19.955872,-32.209644 - parent: 2 - - uid: 3762 - components: - - type: Transform - pos: 20.658997,-29.490894 - parent: 2 - - uid: 3949 - components: - - type: Transform - pos: 15.408998,-32.740894 - parent: 2 - - uid: 3996 - components: - - type: Transform - pos: 52.481697,21.912735 - parent: 2 - - uid: 4236 - components: - - type: Transform - pos: 14.674623,-33.35027 - parent: 2 - - uid: 4391 - components: - - type: Transform - pos: 59.659588,24.648193 - parent: 2 - - uid: 4392 - components: - - type: Transform - pos: 55.722088,24.710693 - parent: 2 - - uid: 4393 - components: - - type: Transform - pos: 55.293804,24.667433 - parent: 2 - - uid: 4394 - components: - - type: Transform - pos: 56.261337,10.434139 - parent: 2 - - uid: 4395 - components: - - type: Transform - pos: 56.136337,10.684139 - parent: 2 - - uid: 4396 - components: - - type: Transform - pos: 62.230087,24.68414 - parent: 2 - - uid: 4397 - components: - - type: Transform - pos: 64.54259,24.74664 - parent: 2 - - uid: 4398 - components: - - type: Transform - pos: 64.12071,24.856014 - parent: 2 - - uid: 4399 - components: - - type: Transform - pos: 64.30821,24.512264 - parent: 2 - - uid: 8477 - components: - - type: Transform - pos: 26.444483,-29.406567 - parent: 2 - - uid: 9311 - components: - - type: Transform - pos: 17.690247,-29.28777 - parent: 2 - - uid: 14184 - components: - - type: Transform - pos: 7.865423,54.562023 - parent: 2 - - uid: 14221 - components: - - type: Transform - pos: 7.662298,54.7339 - parent: 2 - - uid: 14222 - components: - - type: Transform - pos: 7.521673,54.4839 - parent: 2 - - uid: 14223 - components: - - type: Transform - pos: 11.740423,54.718273 - parent: 2 - - uid: 14224 - components: - - type: Transform - pos: 13.268022,56.144814 - parent: 2 - - uid: 14225 - components: - - type: Transform - pos: 6.427923,47.812023 - parent: 2 - - uid: 14226 - components: - - type: Transform - pos: 6.427923,55.39015 - parent: 2 - - uid: 19368 - components: - - type: Transform - pos: 64.0311,10.580681 - parent: 2 -- proto: DrinkSpaceGlue - entities: - - uid: 32540 - components: - - type: Transform - pos: 75.06014,51.931 - parent: 2 - - uid: 32541 - components: - - type: Transform - pos: 75.90389,51.884125 - parent: 2 -- proto: DrinkSpaceLube - entities: - - uid: 32578 - components: - - type: Transform - pos: 75.475296,51.602375 - parent: 2 -- proto: DrinkTeacup - entities: - - uid: 5933 - components: - - type: Transform - pos: 20.530474,-17.354877 - parent: 2 -- proto: DrinkVacuumFlask - entities: - - uid: 6505 - components: - - type: Transform - pos: -8.82696,-42.28728 - parent: 2 - - uid: 6871 - components: - - type: Transform - pos: -8.592585,-42.439625 - parent: 2 - - uid: 6872 - components: - - type: Transform - pos: -8.54571,-42.184708 - parent: 2 - - uid: 14182 - components: - - type: Transform - pos: 6.6379967,47.71356 - parent: 2 - - uid: 14186 - components: - - type: Transform - pos: 13.372372,55.322933 - parent: 2 - - uid: 14187 - components: - - type: Transform - pos: 20.809872,59.729183 - parent: 2 -- proto: DrinkVodkaGlass - entities: - - uid: 6879 - components: - - type: Transform - pos: -10.293895,-42.24215 - parent: 2 -- proto: DrinkVodkaMartiniGlass - entities: - - uid: 19446 - components: - - type: Transform - pos: -36.364998,67.9886 - parent: 2 -- proto: DrinkWaterBottleFull - entities: - - uid: 2157 - components: - - type: Transform - pos: -2.2029438,13.313014 - parent: 2 - - uid: 2158 - components: - - type: Transform - pos: -2.097475,13.078639 - parent: 2 - - uid: 2159 - components: - - type: Transform - pos: -5.7420063,12.234889 - parent: 2 - - uid: 2160 - components: - - type: Transform - pos: -16.607666,16.851425 - parent: 2 - - uid: 2161 - components: - - type: Transform - pos: -22.659609,-0.2937311 - parent: 2 - - uid: 2162 - components: - - type: Transform - pos: -4.463586,-2.0509818 - parent: 2 - - uid: 2163 - components: - - type: Transform - pos: -6.0312343,-7.1332846 - parent: 2 - - uid: 2164 - components: - - type: Transform - pos: 23.681442,-7.3176365 - parent: 2 - - uid: 2166 - components: - - type: Transform - pos: 19.27308,-1.0794085 - parent: 2 - - uid: 6882 - components: - - type: Transform - pos: -16.211864,-27.754347 - parent: 2 - - uid: 6883 - components: - - type: Transform - pos: -16.422802,-27.63716 - parent: 2 - - uid: 6884 - components: - - type: Transform - pos: -30.24727,-23.149424 - parent: 2 - - uid: 6885 - components: - - type: Transform - pos: -13.363295,-10.307895 - parent: 2 - - uid: 6886 - components: - - type: Transform - pos: -8.402737,11.953521 - parent: 2 - - uid: 6888 - components: - - type: Transform - pos: 12.2770405,0.7638488 - parent: 2 - - uid: 6889 - components: - - type: Transform - pos: 35.883076,23.934422 - parent: 2 - - uid: 6890 - components: - - type: Transform - pos: 36.058857,23.910984 - parent: 2 - - uid: 6891 - components: - - type: Transform - pos: 42.369057,40.080235 - parent: 2 - - uid: 6894 - components: - - type: Transform - pos: 66.69813,18.38042 - parent: 2 - - uid: 6900 - components: - - type: Transform - pos: 59.38189,-3.319458 - parent: 2 - - uid: 6903 - components: - - type: Transform - pos: 42.32843,-21.096277 - parent: 2 - - uid: 6904 - components: - - type: Transform - pos: 42.492493,-21.049402 - parent: 2 - - uid: 6905 - components: - - type: Transform - pos: 43.312805,-21.143152 - parent: 2 - - uid: 9087 - components: - - type: Transform - pos: -47.531506,23.29641 - parent: 2 - - uid: 9088 - components: - - type: Transform - pos: -47.26588,23.249535 - parent: 2 - - uid: 9529 - components: - - type: Transform - pos: 50.701126,47.789406 - parent: 2 - - uid: 9530 - components: - - type: Transform - pos: 35.149734,46.89878 - parent: 2 - - uid: 9531 - components: - - type: Transform - pos: 50.513626,47.94175 - parent: 2 - - uid: 13075 - components: - - type: Transform - pos: 6.675859,-34.26175 - parent: 2 - - uid: 15602 - components: - - type: Transform - pos: -11.415034,28.934925 - parent: 2 - - uid: 15603 - components: - - type: Transform - pos: -11.243159,28.747425 - parent: 2 - - uid: 15604 - components: - - type: Transform - pos: -12.540034,28.716175 - parent: 2 - - uid: 16536 - components: - - type: Transform - pos: -27.632904,7.696652 - parent: 2 - - uid: 16538 - components: - - type: Transform - pos: -21.457123,7.696652 - parent: 2 - - uid: 16548 - components: - - type: Transform - pos: -17.519623,7.8958707 - parent: 2 - - uid: 16628 - components: - - type: Transform - pos: -5.199568,59.644547 - parent: 2 - - uid: 19397 - components: - - type: Transform - pos: -10.076005,43.08696 - parent: 2 - - uid: 19398 - components: - - type: Transform - pos: -10.06038,42.96196 - parent: 2 - - uid: 20021 - components: - - type: Transform - pos: -58.629147,-4.080635 - parent: 2 - - uid: 20022 - components: - - type: Transform - pos: -58.42602,-4.268135 - parent: 2 - - uid: 20023 - components: - - type: Transform - pos: -73.270096,15.050253 - parent: 2 - - uid: 20024 - components: - - type: Transform - pos: -78.09299,3.5815034 - parent: 2 - - uid: 20025 - components: - - type: Transform - pos: -78.29879,3.6008067 - parent: 2 -- proto: DrinkWaterCup - entities: - - uid: 675 - components: - - type: Transform - pos: -13.379791,-10.14272 - parent: 2 - - uid: 1620 - components: - - type: Transform - pos: -7.3726897,9.759173 - parent: 2 - - uid: 1637 - components: - - type: Transform - pos: -7.5680027,9.610736 - parent: 2 - - uid: 2073 - components: - - type: Transform - pos: -13.614166,-10.283345 - parent: 2 - - uid: 5440 - components: - - type: Transform - pos: 35.471233,30.825348 - parent: 2 - - uid: 5441 - components: - - type: Transform - pos: 35.729046,30.673004 - parent: 2 - - uid: 5442 - components: - - type: Transform - pos: 35.49467,30.544098 - parent: 2 - - uid: 6637 - components: - - type: Transform - pos: -12.421077,-27.249714 - parent: 2 - - uid: 6638 - components: - - type: Transform - pos: -12.655452,-27.273151 - parent: 2 - - uid: 6639 - components: - - type: Transform - pos: -12.549983,-27.437214 - parent: 2 - - uid: 9036 - components: - - type: Transform - pos: -56.348553,30.539604 - parent: 2 - - uid: 9037 - components: - - type: Transform - pos: -56.661053,30.58648 - parent: 2 - - uid: 9038 - components: - - type: Transform - pos: -56.504265,30.409359 - parent: 2 - - uid: 13074 - components: - - type: Transform - pos: 6.3845396,-34.20579 - parent: 2 - - uid: 13350 - components: - - type: Transform - pos: -73.455475,14.607613 - parent: 2 - - uid: 14107 - components: - - type: Transform - pos: -73.62735,14.732613 - parent: 2 - - uid: 15598 - components: - - type: Transform - pos: -9.336909,30.747425 - parent: 2 - - uid: 15599 - components: - - type: Transform - pos: -9.540034,30.591175 - parent: 2 - - uid: 15744 - components: - - type: Transform - pos: -4.489052,25.480276 - parent: 2 - - uid: 15924 - components: - - type: Transform - pos: -2.5945816,48.763306 - parent: 2 - - uid: 15925 - components: - - type: Transform - pos: -2.3445816,48.73987 - parent: 2 - - uid: 15926 - components: - - type: Transform - pos: -2.4852066,48.56018 - parent: 2 - - uid: 16364 - components: - - type: Transform - pos: -18.673878,57.73209 - parent: 2 - - uid: 16365 - components: - - type: Transform - pos: -18.528044,57.898758 - parent: 2 - - uid: 16366 - components: - - type: Transform - pos: -18.605991,57.426407 - parent: 2 - - uid: 18450 - components: - - type: Transform - pos: -62.57993,-2.9988308 - parent: 2 - - uid: 18451 - components: - - type: Transform - pos: -62.36118,-3.2019558 - parent: 2 - - uid: 18452 - components: - - type: Transform - pos: -62.470554,-1.4050808 - parent: 2 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 14216 - components: - - type: Transform - pos: 11.267387,54.929844 - parent: 2 - - uid: 14217 - components: - - type: Transform - pos: 13.580522,56.44169 - parent: 2 -- proto: DrinkWhiskeyColaGlass - entities: - - uid: 23494 - components: - - type: Transform - pos: 86.330376,54.81678 - parent: 2 - - uid: 35856 - components: - - type: Transform - pos: -49.338078,12.820272 - parent: 2 -- proto: DrinkWhiskeyGlass - entities: - - uid: 5430 - components: - - type: Transform - pos: 49.604153,34.24876 - parent: 2 - - uid: 14218 - components: - - type: Transform - pos: 13.611772,56.00419 - parent: 2 -- proto: DrinkWineGlass - entities: - - uid: 343 - components: - - type: Transform - pos: 64.3436,10.877556 - parent: 2 - - uid: 1091 - components: - - type: Transform - pos: 64.542046,10.599171 - parent: 2 - - uid: 4386 - components: - - type: Transform - pos: 63.386337,24.731014 - parent: 2 - - uid: 30031 - components: - - type: Transform - pos: 91.360886,18.469994 - parent: 2 - - uid: 30035 - components: - - type: Transform - pos: 91.767136,16.985619 - parent: 2 -- proto: Dropper - entities: - - uid: 2102 - components: - - type: Transform - pos: 20.067673,-1.2282081 - parent: 2 - - uid: 2103 - components: - - type: Transform - pos: 20.161423,-1.3571143 - parent: 2 - - uid: 2194 - components: - - type: Transform - pos: 15.63699,-10.653372 - parent: 2 - - uid: 2195 - components: - - type: Transform - pos: 15.519802,-10.536184 - parent: 2 - - uid: 5281 - components: - - type: Transform - pos: 26.24058,29.633816 - parent: 2 - - uid: 5282 - components: - - type: Transform - pos: 42.38003,40.259502 - parent: 2 - - uid: 8881 - components: - - type: Transform - pos: 12.421215,-0.5865078 - parent: 2 -- proto: EmergencyLight - entities: - - uid: 1028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-34.5 - parent: 2 - - uid: 1210 - components: - - type: Transform - pos: 35.5,-13.5 - parent: 2 - - uid: 2523 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 2 - - uid: 2848 - components: - - type: Transform - pos: -68.5,-5.5 - parent: 2 - - uid: 3033 - components: - - type: Transform - pos: -96.5,12.5 - parent: 2 - - uid: 3061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-18.5 - parent: 2 - - uid: 3069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-44.5 - parent: 2 - - uid: 4130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-14.5 - parent: 2 - - uid: 4378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,21.5 - parent: 2 - - uid: 5703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,-9.5 - parent: 2 - - uid: 6285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,23.5 - parent: 2 - - uid: 7268 - components: - - type: Transform - pos: -106.5,26.5 - parent: 2 - - uid: 7514 - components: - - type: Transform - pos: 3.5,7.5 - parent: 2 - - uid: 7713 - components: - - type: Transform - pos: -4.5,3.5 - parent: 2 - - uid: 7885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,0.5 - parent: 2 - - uid: 7886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,4.5 - parent: 2 - - uid: 8030 - components: - - type: Transform - pos: -72.5,-2.5 - parent: 2 - - uid: 8366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-34.5 - parent: 2 - - uid: 9152 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,1.5 - parent: 2 - - uid: 11400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-15.5 - parent: 2 - - uid: 11407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,6.5 - parent: 2 - - uid: 11471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,13.5 - parent: 2 - - uid: 11472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,21.5 - parent: 2 - - uid: 13587 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,42.5 - parent: 2 - - uid: 14092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,36.5 - parent: 2 - - uid: 14278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,26.5 - parent: 2 - - uid: 15143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-18.5 - parent: 2 - - uid: 15145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-16.5 - parent: 2 - - uid: 15147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-16.5 - parent: 2 - - uid: 15149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,13.5 - parent: 2 - - uid: 15151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,18.5 - parent: 2 - - uid: 15153 - components: - - type: Transform - pos: 10.5,16.5 - parent: 2 - - uid: 15158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,11.5 - parent: 2 - - uid: 15160 - components: - - type: Transform - pos: 26.5,16.5 - parent: 2 - - uid: 15171 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,7.5 - parent: 2 - - uid: 15174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-0.5 - parent: 2 - - uid: 15184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-11.5 - parent: 2 - - uid: 15186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-11.5 - parent: 2 - - uid: 15187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 - parent: 2 - - uid: 15188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-44.5 - parent: 2 - - uid: 15189 - components: - - type: Transform - pos: -14.5,-33.5 - parent: 2 - - uid: 15190 - components: - - type: Transform - pos: -35.5,-40.5 - parent: 2 - - uid: 15191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-44.5 - parent: 2 - - uid: 15192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-24.5 - parent: 2 - - uid: 15199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-44.5 - parent: 2 - - uid: 15216 - components: - - type: Transform - pos: -8.5,-40.5 - parent: 2 - - uid: 15218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,15.5 - parent: 2 - - uid: 15220 - components: - - type: Transform - pos: -77.5,1.5 - parent: 2 - - uid: 15221 - components: - - type: Transform - pos: -81.5,1.5 - parent: 2 - - uid: 15225 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,3.5 - parent: 2 - - uid: 15232 - components: - - type: Transform - pos: -61.5,41.5 - parent: 2 - - uid: 15236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,29.5 - parent: 2 - - uid: 15239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,46.5 - parent: 2 - - uid: 15241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,29.5 - parent: 2 - - uid: 15639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,0.5 - parent: 2 - - uid: 15718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,4.5 - parent: 2 - - uid: 15719 - components: - - type: Transform - pos: -61.5,-1.5 - parent: 2 - - uid: 15903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-16.5 - parent: 2 - - uid: 15954 - components: - - type: Transform - pos: 64.5,24.5 - parent: 2 - - uid: 15955 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,10.5 - parent: 2 - - uid: 15956 - components: - - type: Transform - pos: 49.5,26.5 - parent: 2 - - uid: 15957 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,29.5 - parent: 2 - - uid: 15998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 2 - - uid: 17834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-16.5 - parent: 2 - - uid: 17841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-31.5 - parent: 2 - - uid: 17842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-16.5 - parent: 2 - - uid: 17863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-30.5 - parent: 2 - - uid: 17870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-21.5 - parent: 2 - - uid: 18187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,32.5 - parent: 2 - - uid: 19284 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,49.5 - parent: 2 - - uid: 19653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,59.5 - parent: 2 - - uid: 20034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-9.5 - parent: 2 - - uid: 21933 - components: - - type: Transform - pos: -51.5,-6.5 - parent: 2 - - uid: 22059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-8.5 - parent: 2 - - uid: 22083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,1.5 - parent: 2 - - uid: 22534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,21.5 - parent: 2 - - uid: 23012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,62.5 - parent: 2 - - uid: 23013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,56.5 - parent: 2 - - uid: 23069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,9.5 - parent: 2 - - uid: 23096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,9.5 - parent: 2 - - uid: 23099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,10.5 - parent: 2 - - uid: 23103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,1.5 - parent: 2 - - uid: 23112 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 2 - - uid: 23118 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 2 - - uid: 23125 - components: - - type: Transform - pos: -22.5,-0.5 - parent: 2 - - uid: 23131 - components: - - type: Transform - pos: -18.5,22.5 - parent: 2 - - uid: 23173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,22.5 - parent: 2 - - uid: 23369 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 2 - - uid: 28469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,36.5 - parent: 2 - - uid: 28796 - components: - - type: Transform - pos: -9.5,14.5 - parent: 2 - - uid: 28798 - components: - - type: Transform - pos: -18.5,13.5 - parent: 2 - - uid: 28799 - components: - - type: Transform - pos: -28.5,13.5 - parent: 2 - - uid: 28800 - components: - - type: Transform - pos: -33.5,16.5 - parent: 2 - - uid: 28801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,5.5 - parent: 2 - - uid: 28802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 - parent: 2 - - uid: 28803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-3.5 - parent: 2 - - uid: 28804 - components: - - type: Transform - pos: -28.5,-4.5 - parent: 2 - - uid: 28807 - components: - - type: Transform - pos: -26.5,-7.5 - parent: 2 - - uid: 28808 - components: - - type: Transform - pos: -23.5,-7.5 - parent: 2 - - uid: 28809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 2 - - uid: 28810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-10.5 - parent: 2 - - uid: 28812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-4.5 - parent: 2 - - uid: 28814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,25.5 - parent: 2 - - uid: 28815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,34.5 - parent: 2 - - uid: 28816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,45.5 - parent: 2 - - uid: 28819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,71.5 - parent: 2 - - uid: 28820 - components: - - type: Transform - pos: 5.5,78.5 - parent: 2 - - uid: 28821 - components: - - type: Transform - pos: -2.5,78.5 - parent: 2 - - uid: 28830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,62.5 - parent: 2 - - uid: 28831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,67.5 - parent: 2 - - uid: 28832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,67.5 - parent: 2 - - uid: 28833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,67.5 - parent: 2 - - uid: 28834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,67.5 - parent: 2 - - uid: 28836 - components: - - type: Transform - pos: -29.5,62.5 - parent: 2 - - uid: 28839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,63.5 - parent: 2 - - uid: 28841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,66.5 - parent: 2 - - uid: 28842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,66.5 - parent: 2 - - uid: 28843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,56.5 - parent: 2 - - uid: 28844 - components: - - type: Transform - pos: -12.5,59.5 - parent: 2 - - uid: 28845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,47.5 - parent: 2 - - uid: 28846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,47.5 - parent: 2 - - uid: 28847 - components: - - type: Transform - pos: -3.5,56.5 - parent: 2 - - uid: 28848 - components: - - type: Transform - pos: -5.5,61.5 - parent: 2 - - uid: 28850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,52.5 - parent: 2 - - uid: 28851 - components: - - type: Transform - pos: 16.5,59.5 - parent: 2 - - uid: 28852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,53.5 - parent: 2 - - uid: 28856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,47.5 - parent: 2 - - uid: 28858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,43.5 - parent: 2 - - uid: 28859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,38.5 - parent: 2 - - uid: 28860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,46.5 - parent: 2 - - uid: 28861 - components: - - type: Transform - pos: 13.5,50.5 - parent: 2 - - uid: 28862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 - parent: 2 - - uid: 28863 - components: - - type: Transform - pos: 15.5,43.5 - parent: 2 - - uid: 28864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,40.5 - parent: 2 - - uid: 28865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,40.5 - parent: 2 - - uid: 28866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,35.5 - parent: 2 - - uid: 28867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,32.5 - parent: 2 - - uid: 28868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,27.5 - parent: 2 - - uid: 28869 - components: - - type: Transform - pos: 23.5,21.5 - parent: 2 - - uid: 28870 - components: - - type: Transform - pos: 30.5,33.5 - parent: 2 - - uid: 28871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,38.5 - parent: 2 - - uid: 28872 - components: - - type: Transform - pos: 33.5,44.5 - parent: 2 - - uid: 28873 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,47.5 - parent: 2 - - uid: 28874 - components: - - type: Transform - pos: 32.5,51.5 - parent: 2 - - uid: 28875 - components: - - type: Transform - pos: 38.5,49.5 - parent: 2 - - uid: 28876 - components: - - type: Transform - pos: 46.5,49.5 - parent: 2 - - uid: 28879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,56.5 - parent: 2 - - uid: 28880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,50.5 - parent: 2 - - uid: 28881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,46.5 - parent: 2 - - uid: 28882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,46.5 - parent: 2 - - uid: 28883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,46.5 - parent: 2 - - uid: 28888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,32.5 - parent: 2 - - uid: 28889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,32.5 - parent: 2 - - uid: 28890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,28.5 - parent: 2 - - uid: 28893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,23.5 - parent: 2 - - uid: 28896 - components: - - type: Transform - pos: 36.5,30.5 - parent: 2 - - uid: 28897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,34.5 - parent: 2 - - uid: 28898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,42.5 - parent: 2 - - uid: 28899 - components: - - type: Transform - pos: 29.5,30.5 - parent: 2 - - uid: 28904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,19.5 - parent: 2 - - uid: 28905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,9.5 - parent: 2 - - uid: 28906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,2.5 - parent: 2 - - uid: 28915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-16.5 - parent: 2 - - uid: 28922 - components: - - type: Transform - pos: -35.5,-13.5 - parent: 2 - - uid: 28923 - components: - - type: Transform - pos: -43.5,-9.5 - parent: 2 - - uid: 28924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-1.5 - parent: 2 - - uid: 28928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,19.5 - parent: 2 - - uid: 28931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,24.5 - parent: 2 - - uid: 28932 - components: - - type: Transform - pos: -31.5,22.5 - parent: 2 - - uid: 28933 - components: - - type: Transform - pos: -22.5,22.5 - parent: 2 - - uid: 28935 - components: - - type: Transform - pos: -3.5,21.5 - parent: 2 - - uid: 28936 - components: - - type: Transform - pos: 10.5,25.5 - parent: 2 - - uid: 28937 - components: - - type: Transform - pos: 6.5,30.5 - parent: 2 - - uid: 28938 - components: - - type: Transform - pos: 13.5,30.5 - parent: 2 - - uid: 28939 - components: - - type: Transform - pos: 19.5,30.5 - parent: 2 - - uid: 28943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,14.5 - parent: 2 - - uid: 28946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,9.5 - parent: 2 - - uid: 28947 - components: - - type: Transform - pos: 12.5,7.5 - parent: 2 - - uid: 28948 - components: - - type: Transform - pos: 20.5,7.5 - parent: 2 - - uid: 28949 - components: - - type: Transform - pos: 27.5,7.5 - parent: 2 - - uid: 28954 - components: - - type: Transform - pos: 31.5,16.5 - parent: 2 - - uid: 28957 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,12.5 - parent: 2 - - uid: 28958 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,14.5 - parent: 2 - - uid: 28959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,14.5 - parent: 2 - - uid: 28962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-10.5 - parent: 2 - - uid: 28964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-4.5 - parent: 2 - - uid: 28965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,2.5 - parent: 2 - - uid: 28976 - components: - - type: Transform - pos: 27.5,-1.5 - parent: 2 - - uid: 28977 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,2.5 - parent: 2 - - uid: 28978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,0.5 - parent: 2 - - uid: 28983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-5.5 - parent: 2 - - uid: 28989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 2 - - uid: 28990 - components: - - type: Transform - pos: -9.5,-18.5 - parent: 2 - - uid: 28991 - components: - - type: Transform - pos: -18.5,-18.5 - parent: 2 - - uid: 28992 - components: - - type: Transform - pos: -28.5,-18.5 - parent: 2 - - uid: 28993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-24.5 - parent: 2 - - uid: 29000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-28.5 - parent: 2 - - uid: 29002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-24.5 - parent: 2 - - uid: 29003 - components: - - type: Transform - pos: -16.5,-23.5 - parent: 2 - - uid: 29005 - components: - - type: Transform - pos: -2.5,-27.5 - parent: 2 - - uid: 29006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-33.5 - parent: 2 - - uid: 29007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-38.5 - parent: 2 - - uid: 29008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-38.5 - parent: 2 - - uid: 29009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-38.5 - parent: 2 - - uid: 29010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-37.5 - parent: 2 - - uid: 29014 - components: - - type: Transform - pos: 8.5,-50.5 - parent: 2 - - uid: 29015 - components: - - type: Transform - pos: -5.5,-50.5 - parent: 2 - - uid: 29020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-44.5 - parent: 2 - - uid: 29023 - components: - - type: Transform - pos: 19.5,-27.5 - parent: 2 - - uid: 29027 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-21.5 - parent: 2 - - uid: 29028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-24.5 - parent: 2 - - uid: 29029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-25.5 - parent: 2 - - uid: 29031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-32.5 - parent: 2 - - uid: 29032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-29.5 - parent: 2 - - uid: 29033 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-22.5 - parent: 2 - - uid: 29034 - components: - - type: Transform - pos: 10.5,-22.5 - parent: 2 - - uid: 29035 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-29.5 - parent: 2 - - uid: 29036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-26.5 - parent: 2 - - uid: 29037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-20.5 - parent: 2 - - uid: 29038 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 29043 - components: - - type: Transform - pos: -22.5,-37.5 - parent: 2 - - uid: 29046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-34.5 - parent: 2 - - uid: 29047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-35.5 - parent: 2 - - uid: 29048 - components: - - type: Transform - pos: -59.5,-31.5 - parent: 2 - - uid: 29049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-26.5 - parent: 2 - - uid: 29050 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-19.5 - parent: 2 - - uid: 29051 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-17.5 - parent: 2 - - uid: 29052 - components: - - type: Transform - pos: -62.5,-11.5 - parent: 2 - - uid: 29053 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-16.5 - parent: 2 - - uid: 29054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-8.5 - parent: 2 - - uid: 29055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-1.5 - parent: 2 - - uid: 29056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,4.5 - parent: 2 - - uid: 29059 - components: - - type: Transform - pos: -68.5,-2.5 - parent: 2 - - uid: 29063 - components: - - type: Transform - pos: -81.5,4.5 - parent: 2 - - uid: 29064 - components: - - type: Transform - pos: -75.5,5.5 - parent: 2 - - uid: 29065 - components: - - type: Transform - pos: -75.5,9.5 - parent: 2 - - uid: 29066 - components: - - type: Transform - pos: -70.5,11.5 - parent: 2 - - uid: 29067 - components: - - type: Transform - pos: -71.5,17.5 - parent: 2 - - uid: 29069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,12.5 - parent: 2 - - uid: 29070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,17.5 - parent: 2 - - uid: 29071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,23.5 - parent: 2 - - uid: 29072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,30.5 - parent: 2 - - uid: 29073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,33.5 - parent: 2 - - uid: 29074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,36.5 - parent: 2 - - uid: 29077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,35.5 - parent: 2 - - uid: 29078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,40.5 - parent: 2 - - uid: 29080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,42.5 - parent: 2 - - uid: 29081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,47.5 - parent: 2 - - uid: 29092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,37.5 - parent: 2 - - uid: 29093 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,33.5 - parent: 2 - - uid: 29096 - components: - - type: Transform - pos: -44.5,27.5 - parent: 2 - - uid: 29097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,29.5 - parent: 2 - - uid: 29098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,33.5 - parent: 2 - - uid: 29099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,33.5 - parent: 2 - - uid: 29101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,27.5 - parent: 2 - - uid: 29102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,25.5 - parent: 2 - - uid: 29103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,25.5 - parent: 2 - - uid: 29104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,33.5 - parent: 2 - - uid: 29105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,33.5 - parent: 2 - - uid: 29106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,28.5 - parent: 2 - - uid: 29107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,33.5 - parent: 2 - - uid: 29108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,33.5 - parent: 2 - - uid: 29109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,29.5 - parent: 2 - - uid: 29110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,24.5 - parent: 2 - - uid: 29111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,26.5 - parent: 2 - - uid: 29113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,26.5 - parent: 2 - - uid: 29114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,34.5 - parent: 2 - - uid: 29115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,36.5 - parent: 2 - - uid: 29116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,38.5 - parent: 2 - - uid: 29118 - components: - - type: Transform - pos: -4.5,45.5 - parent: 2 - - uid: 29119 - components: - - type: Transform - pos: -14.5,45.5 - parent: 2 - - uid: 29120 - components: - - type: Transform - pos: -22.5,48.5 - parent: 2 - - uid: 29123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,44.5 - parent: 2 - - uid: 29124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,40.5 - parent: 2 - - uid: 29126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,48.5 - parent: 2 - - uid: 29127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,42.5 - parent: 2 - - uid: 29128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,37.5 - parent: 2 - - uid: 29131 - components: - - type: Transform - pos: -22.5,42.5 - parent: 2 - - uid: 29132 - components: - - type: Transform - pos: -30.5,42.5 - parent: 2 - - uid: 29133 - components: - - type: Transform - pos: -9.5,30.5 - parent: 2 - - uid: 29135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,28.5 - parent: 2 - - uid: 29136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,33.5 - parent: 2 - - uid: 29137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,23.5 - parent: 2 - - uid: 29138 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,25.5 - parent: 2 - - uid: 29139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,23.5 - parent: 2 - - uid: 29140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,20.5 - parent: 2 - - uid: 29141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,26.5 - parent: 2 - - uid: 29142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,18.5 - parent: 2 - - uid: 29143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,11.5 - parent: 2 - - uid: 29144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,11.5 - parent: 2 - - uid: 29145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,11.5 - parent: 2 - - uid: 29146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,16.5 - parent: 2 - - uid: 29148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,15.5 - parent: 2 - - uid: 29149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,7.5 - parent: 2 - - uid: 29150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,6.5 - parent: 2 - - uid: 29151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,7.5 - parent: 2 - - uid: 29160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,12.5 - parent: 2 - - uid: 29161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,2.5 - parent: 2 - - uid: 29195 - components: - - type: Transform - pos: 54.5,4.5 - parent: 2 - - uid: 29197 - components: - - type: Transform - pos: -59.5,-6.5 - parent: 2 - - uid: 29203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-1.5 - parent: 2 - - uid: 29207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-12.5 - parent: 2 - - uid: 29208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-26.5 - parent: 2 - - uid: 29209 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-31.5 - parent: 2 - - uid: 29211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-29.5 - parent: 2 - - uid: 29215 - components: - - type: Transform - pos: 30.5,-23.5 - parent: 2 - - uid: 29216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-32.5 - parent: 2 - - uid: 29218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-27.5 - parent: 2 - - uid: 29219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-28.5 - parent: 2 - - uid: 29220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-23.5 - parent: 2 - - uid: 29221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-33.5 - parent: 2 - - uid: 29222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-34.5 - parent: 2 - - uid: 29223 - components: - - type: Transform - pos: 46.5,-29.5 - parent: 2 - - uid: 29224 - components: - - type: Transform - pos: 53.5,-29.5 - parent: 2 - - uid: 29225 - components: - - type: Transform - pos: 61.5,-29.5 - parent: 2 - - uid: 29226 - components: - - type: Transform - pos: 68.5,-25.5 - parent: 2 - - uid: 29227 - components: - - type: Transform - pos: 73.5,-20.5 - parent: 2 - - uid: 29228 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-17.5 - parent: 2 - - uid: 29230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-10.5 - parent: 2 - - uid: 29231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-6.5 - parent: 2 - - uid: 29232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,1.5 - parent: 2 - - uid: 29233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,-2.5 - parent: 2 - - uid: 29234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-8.5 - parent: 2 - - uid: 29236 - components: - - type: Transform - pos: 74.5,-13.5 - parent: 2 - - uid: 29239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-27.5 - parent: 2 - - uid: 29241 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-18.5 - parent: 2 - - uid: 29242 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-9.5 - parent: 2 - - uid: 29243 - components: - - type: Transform - pos: 55.5,0.5 - parent: 2 - - uid: 29244 - components: - - type: Transform - pos: 65.5,0.5 - parent: 2 - - uid: 29246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,10.5 - parent: 2 - - uid: 29251 - components: - - type: Transform - pos: 54.5,24.5 - parent: 2 - - uid: 29254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,29.5 - parent: 2 - - uid: 29258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,44.5 - parent: 2 - - uid: 29424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-3.5 - parent: 2 - - uid: 32448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 - parent: 2 - - uid: 32685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,2.5 - parent: 2 -- proto: EmergencyMedipen - entities: - - uid: 2117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.7093115,14.024433 - parent: 2 - - uid: 2118 - components: - - type: Transform - pos: -3.3698382,-11.567606 - parent: 2 - - uid: 2119 - components: - - type: Transform - pos: -3.5456195,-11.298075 - parent: 2 -- proto: EmergencyRollerBed - entities: - - uid: 2047 - components: - - type: Transform - pos: 8.560314,14.182974 - parent: 2 - - uid: 2048 - components: - - type: Transform - pos: 8.572033,13.74938 - parent: 2 - - uid: 2049 - components: - - type: Transform - pos: 8.593545,13.269189 - parent: 2 - - uid: 33612 - components: - - type: Transform - pos: 84.70249,52.24365 - parent: 2 -- proto: EmergencyRollerBedSpawnFolded - entities: - - uid: 2041 - components: - - type: Transform - pos: 35.82994,7.8261476 - parent: 2 - - uid: 2043 - components: - - type: Transform - pos: 35.775253,7.662085 - parent: 2 - - uid: 2282 - components: - - type: Transform - pos: -2.9590409,-32.09426 - parent: 2 - - uid: 7094 - components: - - type: Transform - pos: -2.386812,-32.11878 - parent: 2 - - uid: 18043 - components: - - type: Transform - pos: -42.790806,60.730595 - parent: 2 - - uid: 18044 - components: - - type: Transform - pos: -42.384556,60.68372 - parent: 2 -- proto: Emitter - entities: - - uid: 18914 - components: - - type: Transform - pos: -116.5,58.5 - parent: 2 - - uid: 18915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,47.5 - parent: 2 - - uid: 32234 - components: - - type: Transform - anchored: False - rot: 2.4289329022159234 rad - pos: -94.045944,49.229107 - parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32235 - components: - - type: Transform - anchored: False - rot: -0.9452105769279857 rad - pos: -94.28863,53.41432 - parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32236 - components: - - type: Transform - anchored: False - rot: 1.876025036969457 rad - pos: -96.37966,49.730766 - parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32237 - components: - - type: Transform - anchored: False - rot: 1.2664615998662199 rad - pos: -94.490555,48.734154 - parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32238 - components: - - type: Transform - anchored: False - rot: 0.13435010512801604 rad - pos: -95.67606,49.609516 - parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 -- proto: EncryptionKeyBinary - entities: - - uid: 19802 - components: - - type: Transform - parent: 19758 - - type: Physics - canCollide: False -- proto: EncryptionKeyCargo - entities: - - uid: 19881 - components: - - type: Transform - parent: 19880 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommand - entities: - - uid: 19820 - components: - - type: Transform - parent: 19817 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommon - entities: - - uid: 18389 - components: - - type: Transform - parent: 18387 - - type: Physics - canCollide: False -- proto: EncryptionKeyEngineering - entities: - - uid: 19816 - components: - - type: Transform - parent: 19811 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedical - entities: - - uid: 20200 - components: - - type: Transform - parent: 20193 - - type: Physics - canCollide: False -- proto: EncryptionKeyScience - entities: - - uid: 19801 - components: - - type: Transform - parent: 19758 - - type: Physics - canCollide: False -- proto: EncryptionKeySecurity - entities: - - uid: 22281 - components: - - type: Transform - parent: 22280 - - type: Physics - canCollide: False -- proto: EncryptionKeyService - entities: - - uid: 19850 - components: - - type: Transform - parent: 19849 - - type: Physics - canCollide: False -- proto: EpinephrineChemistryBottle - entities: - - uid: 1578 - components: - - type: Transform - pos: 9.358466,14.62549 - parent: 2 - - uid: 1579 - components: - - type: Transform - pos: 9.475654,14.422365 - parent: 2 -- proto: ExosuitFabricator - entities: - - uid: 19977 - components: - - type: Transform - pos: 43.5,42.5 - parent: 2 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 1119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,40.5 - parent: 2 - - uid: 2106 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,10.5 - parent: 2 - - uid: 2107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,0.5 - parent: 2 - - uid: 2108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-6.5 - parent: 2 - - uid: 2109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,13.5 - parent: 2 - - uid: 2110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,12.5 - parent: 2 - - uid: 2111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,0.5 - parent: 2 - - uid: 2113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-8.5 - parent: 2 - - uid: 2115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-5.5 - parent: 2 - - uid: 2835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,50.5 - parent: 2 - - uid: 5687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,35.5 - parent: 2 - - uid: 5688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,31.5 - parent: 2 - - uid: 5689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,27.5 - parent: 2 - - uid: 5690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,22.5 - parent: 2 - - uid: 5691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,24.5 - parent: 2 - - uid: 5692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,51.5 - parent: 2 - - uid: 6134 - components: - - type: Transform - pos: 18.5,-24.5 - parent: 2 - - uid: 6135 - components: - - type: Transform - pos: 12.5,-33.5 - parent: 2 - - uid: 6136 - components: - - type: Transform - pos: 37.5,-20.5 - parent: 2 - - uid: 6137 - components: - - type: Transform - pos: 40.5,-33.5 - parent: 2 - - uid: 6954 - components: - - type: Transform - pos: -20.5,-37.5 - parent: 2 - - uid: 6956 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 2 - - uid: 6957 - components: - - type: Transform - pos: -23.5,-21.5 - parent: 2 - - uid: 14202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,53.5 - parent: 2 - - uid: 14203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,50.5 - parent: 2 - - uid: 14204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,42.5 - parent: 2 - - uid: 18084 - components: - - type: Transform - pos: -12.5,67.5 - parent: 2 - - uid: 18091 - components: - - type: Transform - pos: -3.5,57.5 - parent: 2 - - uid: 18092 - components: - - type: Transform - pos: -17.5,38.5 - parent: 2 - - uid: 18094 - components: - - type: Transform - pos: -3.5,24.5 - parent: 2 - - uid: 18095 - components: - - type: Transform - pos: -28.5,55.5 - parent: 2 - - uid: 28787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-30.5 - parent: 2 - - uid: 30577 - components: - - type: Transform - pos: -18.5,27.5 - parent: 2 - - uid: 30963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-3.5 - parent: 2 -- proto: FaxMachineBase - entities: - - uid: 1019 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - type: FaxMachine - name: Chemistry - - uid: 3273 - components: - - type: Transform - pos: -7.5,7.5 - parent: 2 - - type: FaxMachine - name: Hospital - - uid: 3277 - components: - - type: Transform - pos: -14.5,53.5 - parent: 2 - - type: FaxMachine - name: Courtroom - - uid: 3279 - components: - - type: Transform - pos: 4.5,29.5 - parent: 2 - - type: FaxMachine - name: HoP - - uid: 3314 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - - type: FaxMachine - name: Botany - - uid: 5484 - components: - - type: Transform - pos: 36.5,23.5 - parent: 2 - - uid: 5597 - components: - - type: Transform - pos: 52.5,28.5 - parent: 2 - - type: FaxMachine - name: Library - - uid: 6535 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 2 - - type: FaxMachine - name: Mailroom - - uid: 7118 - components: - - type: Transform - pos: -14.5,-25.5 - parent: 2 - - type: FaxMachine - name: Logistics - - uid: 7967 - components: - - type: Transform - pos: -19.5,61.5 - parent: 2 - - type: FaxMachine - name: Perma - - uid: 8019 - components: - - type: Transform - pos: -24.5,40.5 - parent: 2 - - type: FaxMachine - name: Warden - - uid: 9101 - components: - - type: Transform - pos: -49.5,33.5 - parent: 2 - - type: FaxMachine - name: Atmospherics - - uid: 13321 - components: - - type: Transform - pos: -73.5,16.5 - parent: 2 - - type: FaxMachine - name: Zoo - - uid: 15601 - components: - - type: Transform - pos: -9.5,28.5 - parent: 2 - - type: FaxMachine - name: Security - - uid: 16625 - components: - - type: Transform - pos: -6.5,59.5 - parent: 2 - - type: FaxMachine - name: Lawyer - - uid: 22265 - components: - - type: Transform - pos: -6.5,-42.5 - parent: 2 - - type: FaxMachine - name: Salvage - - uid: 23284 - components: - - type: Transform - pos: -27.5,-23.5 - parent: 2 - - type: FaxMachine - name: Head of Logistics - - uid: 23440 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 2 - - type: FaxMachine - name: Arrivals - - uid: 23769 - components: - - type: Transform - pos: -52.5,-8.5 - parent: 2 - - type: FaxMachine - name: Food Court - - uid: 29698 - components: - - type: Transform - pos: -77.5,3.5 - parent: 2 - - type: FaxMachine - name: Honkroom - - uid: 29699 - components: - - type: Transform - pos: -57.5,13.5 - parent: 2 - - type: FaxMachine - name: Chief Engineer - - uid: 29702 - components: - - type: Transform - pos: -32.5,34.5 - parent: 2 - - type: FaxMachine - name: Detective - - uid: 29703 - components: - - type: Transform - pos: -8.5,33.5 - parent: 2 - - type: FaxMachine - name: Head of Security - - uid: 29720 - components: - - type: Transform - pos: 46.5,33.5 - parent: 2 - - type: FaxMachine - name: Forensic Mantis - - uid: 29722 - components: - - type: Transform - pos: -11.5,-10.5 - parent: 2 - - type: FaxMachine - name: CMO - - uid: 29726 - components: - - type: Transform - pos: -42.5,22.5 - parent: 2 - - type: FaxMachine - name: Janitor - - uid: 29727 - components: - - type: Transform - pos: 26.5,-25.5 - parent: 2 - - type: FaxMachine - name: Bar - - uid: 30756 - components: - - type: Transform - pos: 46.5,30.5 - parent: 2 - - type: FaxMachine - name: MG -- proto: FaxMachineCaptain - entities: - - uid: 15124 - components: - - type: Transform - pos: 29.5,52.5 - parent: 2 - - type: FaxMachine - name: Captain -- proto: FenceMetalBroken - entities: - - uid: 5386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,48.5 - parent: 2 -- proto: filingCabinet - entities: - - uid: 15685 - components: - - type: Transform - pos: -20.5,42.5 - parent: 2 -- proto: filingCabinetDrawer - entities: - - uid: 8767 - components: - - type: Transform - pos: -51.5,14.5 - parent: 2 - - uid: 14178 - components: - - type: Transform - pos: 10.5,43.5 - parent: 2 -- proto: filingCabinetDrawerRandom - entities: - - uid: 623 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 2 - - uid: 669 - components: - - type: Transform - pos: -19.5,-11.5 - parent: 2 - - uid: 670 - components: - - type: Transform - pos: -17.5,-11.5 - parent: 2 - - uid: 1555 - components: - - type: Transform - pos: -26.5,-7.5 - parent: 2 - - uid: 2066 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 2 - - uid: 5485 - components: - - type: Transform - pos: 30.5,26.5 - parent: 2 - - uid: 6612 - components: - - type: Transform - pos: -30.5,-21.5 - parent: 2 - - uid: 6613 - components: - - type: Transform - pos: -24.5,-21.5 - parent: 2 - - uid: 9149 - components: - - type: Transform - pos: 50.5,24.5 - parent: 2 - - uid: 12954 - components: - - type: Transform - pos: 50.5,23.5 - parent: 2 - - uid: 15751 - components: - - type: Transform - pos: -6.5,23.5 - parent: 2 - - uid: 15752 - components: - - type: Transform - pos: -5.5,23.5 - parent: 2 -- proto: filingCabinetRandom - entities: - - uid: 14180 - components: - - type: Transform - pos: 9.5,42.5 - parent: 2 -- proto: FireAlarm - entities: - - uid: 11 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,63.5 - parent: 2 - - type: DeviceList - devices: - - 2609 - - 2610 - - 2611 - - 4642 - - 4212 - - 5244 - - 7752 - - 18373 - - 18374 - - 18375 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 214 - - 221 - - 218 - - 384 - - 390 - - 258 - - 260 - - 68 - - 65 - - 66 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,46.5 - parent: 2 - - type: DeviceList - devices: - - 2606 - - 2208 - - 14015 - - 14020 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,17.5 - parent: 2 - - type: DeviceList - devices: - - 2010 - - 2008 - - 2007 - - 3976 - - 781 - - 788 - - 789 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,42.5 - parent: 2 - - type: DeviceList - devices: - - 3359 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8994 - components: - - type: Transform - pos: 9.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 13917 - - 13918 - - 27453 - - 27454 - - 2636 - - 2634 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15932 - components: - - type: Transform - pos: 7.5,43.5 - parent: 2 - - type: DeviceList - devices: - - 13914 - - 13915 - - 13917 - - 13918 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,39.5 - parent: 2 - - type: DeviceList - devices: - - 15917 - - 16288 - - 16331 - - 16289 - - 15643 - - 15539 - - 15538 - - 15415 - - 15297 - - 15296 - - 15295 - - 27457 - - 27456 - - 27455 - - 15596 - - type: AtmosDevice - joinedGrid: 2 - - uid: 22791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-6.5 - parent: 2 - - type: DeviceList - devices: - - 2018 - - 2019 - - 148 - - 144 - - 1178 - - 1079 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23668 - components: - - type: Transform - pos: -60.5,10.5 - parent: 2 - - type: DeviceList - devices: - - 7640 - - 17859 - - 5723 - - 8703 - - 8702 - - 8701 - - 7671 - - 7673 - - 3834 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23670 - components: - - type: Transform - pos: -79.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 4218 - - 4242 - - 3709 - - 9197 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 7751 - - 2603 - - 7753 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,20.5 - parent: 2 - - type: DeviceList - devices: - - 7748 - - 7749 - - 7750 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 7671 - - 7673 - - 3834 - - 7675 - - 8183 - - 7674 - - 7682 - - 1505 - - 27441 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23675 - components: - - type: Transform - pos: -58.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 18464 - - 18463 - - 28750 - - 28751 - - 7416 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23676 - components: - - type: Transform - pos: 3.5,24.5 - parent: 2 - - type: DeviceList - devices: - - 1870 - - 1871 - - 1860 - - 1861 - - 1859 - - 1866 - - 1867 - - 221 - - 218 - - 214 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,43.5 - parent: 2 - - type: DeviceList - devices: - - 1859 - - 1860 - - 1861 - - 13915 - - 13914 - - 2609 - - 2610 - - 2611 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23678 - components: - - type: Transform - pos: -4.5,57.5 - parent: 2 - - type: DeviceList - devices: - - 15721 - - 4212 - - 4642 - - 15917 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23679 - components: - - type: Transform - pos: -12.5,65.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,72.5 - parent: 2 - - type: DeviceList - devices: - - 18373 - - 18374 - - 18375 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,53.5 - parent: 2 - - type: DeviceList - devices: - - 14170 - - 14173 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23684 - components: - - type: Transform - pos: 20.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 2634 - - 2636 - - 2869 - - 2606 - - 2208 - - 14170 - - 14173 - - 2681 - - 14122 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23685 - components: - - type: Transform - pos: 22.5,51.5 - parent: 2 - - type: DeviceList - devices: - - 2681 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,9.5 - parent: 2 - - type: DeviceList - devices: - - 4377 - - 4376 - - 4375 - - 5704 - - 9340 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23689 - components: - - type: Transform - pos: 68.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23690 - components: - - type: Transform - pos: 37.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 3892 - - 3424 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-26.5 - parent: 2 - - type: DeviceList - devices: - - 1097 - - 3172 - - 3365 - - 3358 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 2904 - - 2923 - - 6955 - - 28782 - - 28783 - - 763 - - 766 - - 765 - - 5250 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-25.5 - parent: 2 - - type: DeviceList - devices: - - 6945 - - 7529 - - 7530 - - 7889 - - 5062 - - 7110 - - 2353 - - 7180 - - 5194 - - 3568 - - 7107 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23696 - components: - - type: Transform - pos: -57.5,-26.5 - parent: 2 - - type: DeviceList - devices: - - 7192 - - 7190 - - 7225 - - 7235 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,21.5 - parent: 2 - - type: DeviceList - devices: - - 9082 - - 9081 - - 8874 - - 8873 - - 7638 - - 3680 - - 8857 - - 8783 - - 8763 - - 7640 - - 17859 - - 5723 - - type: AtmosDevice - joinedGrid: 2 - - uid: 24823 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 152 - - 153 - - 155 - - 154 - - 1661 - - 2014 - - 2015 - - 2016 - - 2017 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25202 - components: - - type: Transform - pos: -22.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 9552 - - 9216 - - 9255 - - 15295 - - 15296 - - 15297 - - 27457 - - 27456 - - 27455 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25228 - components: - - type: Transform - pos: -8.5,22.5 - parent: 2 - - type: DeviceList - devices: - - 9548 - - 9255 - - 9216 - - 9552 - - 1866 - - 1867 - - 25215 - - 25214 - - 25216 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25235 - components: - - type: Transform - pos: -87.5,-2.5 - parent: 2 - - type: DeviceList - devices: - - 7745 - - 7747 - - 7746 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25237 - components: - - type: Transform - pos: -8.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 15596 - - 15597 - - 9548 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 1489 - - 1441 - - 384 - - 390 - - 1012 - - 1080 - - 2012 - - 2013 - - 1494 - - 1495 - - 1496 - - 1395 - - 883 - - 1082 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 774 - - 777 - - 3365 - - 3424 - - 3531 - - 27445 - - 27446 - - 27447 - - 27448 - - 27449 - - 27450 - - 27452 - - 27451 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-23.5 - parent: 2 - - type: DeviceList - devices: - - 1862 - - 1863 - - 1864 - - 2462 - - 2463 - - 2461 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28628 - components: - - type: Transform - pos: 45.5,-25.5 - parent: 2 - - type: DeviceList - devices: - - 25295 - - 25296 - - 25297 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 25295 - - 25296 - - 25297 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28632 - components: - - type: Transform - pos: 52.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 2251 - - 5704 - - 26 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-18.5 - parent: 2 - - type: DeviceList - devices: - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-9.5 - parent: 2 - - type: DeviceList - devices: - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28636 - components: - - type: Transform - pos: 76.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 25217 - - 25218 - - 25219 - - 3877 - - 3879 - - 3898 - - 3899 - - 3881 - - 3889 - - 25213 - - 25212 - - 25211 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-17.5 - parent: 2 - - type: DeviceList - devices: - - 1874 - - 1875 - - 25217 - - 25218 - - 25219 - - 3892 - - 777 - - 774 - - 1097 - - 27445 - - 27446 - - 27447 - - 27448 - - 27449 - - 27450 - - 27452 - - 27451 - - 152 - - 153 - - 155 - - 154 - - 148 - - 144 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-17.5 - parent: 2 - - type: DeviceList - devices: - - 1874 - - 1875 - - 25217 - - 25218 - - 25219 - - 3892 - - 777 - - 774 - - 1097 - - 27445 - - 27446 - - 27447 - - 27448 - - 27449 - - 27450 - - 27452 - - 27451 - - 152 - - 153 - - 155 - - 154 - - 148 - - 144 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,16.5 - parent: 2 - - type: DeviceList - devices: - - 4377 - - 4376 - - 4375 - - 2237 - - 25209 - - 25208 - - 25207 - - 25211 - - 25212 - - 25213 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28648 - components: - - type: Transform - pos: 27.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 27460 - - 27459 - - 27458 - - 3438 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,23.5 - parent: 2 - - type: DeviceList - devices: - - 3976 - - 2205 - - 27460 - - 27459 - - 27458 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,35.5 - parent: 2 - - type: DeviceList - devices: - - 4107 - - 3359 - - 2259 - - 3853 - - 2203 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,51.5 - parent: 2 - - type: DeviceList - devices: - - 2259 - - 2510 - - 9224 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,36.5 - parent: 2 - - type: DeviceList - devices: - - 4107 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,23.5 - parent: 2 - - type: DeviceList - devices: - - 3906 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,51.5 - parent: 2 - - type: DeviceList - devices: - - 14015 - - 14020 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28702 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 2648 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28734 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,36.5 - parent: 2 - - type: DeviceList - devices: - - 9083 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,31.5 - parent: 2 - - type: DeviceList - devices: - - 8873 - - 8874 - - 24108 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28756 - components: - - type: Transform - pos: -44.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 6945 - - 7529 - - 7530 - - 7889 - - 5062 - - 7110 - - 2353 - - 7180 - - 5194 - - 3568 - - 7107 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28780 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - type: DeviceList - devices: - - 3080 - - 7107 - - 3568 - - 84 - - 2147 - - 766 - - 765 - - 763 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-22.5 - parent: 2 - - type: DeviceList - devices: - - 6553 - - 2904 - - 2923 - - 6955 - - 28782 - - 28783 - - 6628 - - 6498 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-36.5 - parent: 2 - - type: DeviceList - devices: - - 6628 - - 6630 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 345 - - 346 - - 542 - - 541 - - 548 - - 547 - - 549 - - 550 - - 546 - - 545 - - 544 - - 543 - - 1685 - - type: AtmosDevice - joinedGrid: 2 - - uid: 29427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: FireAxeCabinetFilled - entities: - - uid: 9568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,36.5 - parent: 2 - - uid: 14200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,51.5 - parent: 2 -- proto: Firelock - entities: - - uid: 19643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-12.5 - parent: 2 - - uid: 19652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,59.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - uid: 19818 - components: - - type: Transform - pos: 9.5,17.5 - parent: 2 - - uid: 20876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-12.5 - parent: 2 - - uid: 22929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-12.5 - parent: 2 - - uid: 23231 - components: - - type: Transform - pos: 4.5,60.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - uid: 27176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-12.5 - parent: 2 -- proto: FirelockEdge - entities: - - uid: 3702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,56.5 - parent: 2 - - uid: 3827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,54.5 - parent: 2 -- proto: FirelockGlass - entities: - - uid: 26 - components: - - type: Transform - pos: 50.5,26.5 - parent: 2 - - uid: 65 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 2 - - uid: 66 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 2 - - uid: 68 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 2 - - uid: 84 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 2 - - uid: 96 - components: - - type: Transform - pos: -53.5,53.5 - parent: 2 - - uid: 101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-6.5 - parent: 2 - - uid: 144 - components: - - type: Transform - pos: 29.5,-12.5 - parent: 2 - - uid: 148 - components: - - type: Transform - pos: 28.5,-12.5 - parent: 2 - - uid: 152 - components: - - type: Transform - pos: 16.5,-12.5 - parent: 2 - - uid: 153 - components: - - type: Transform - pos: 17.5,-12.5 - parent: 2 - - uid: 154 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 2 - - uid: 155 - components: - - type: Transform - pos: 19.5,-12.5 - parent: 2 - - uid: 212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-5.5 - parent: 2 - - uid: 214 - components: - - type: Transform - pos: 0.5,8.5 - parent: 2 - - uid: 218 - components: - - type: Transform - pos: 2.5,8.5 - parent: 2 - - uid: 221 - components: - - type: Transform - pos: 1.5,8.5 - parent: 2 - - uid: 258 - components: - - type: Transform - pos: -9.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 260 - components: - - type: Transform - pos: -9.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - 69 - - uid: 317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25231 - - 25232 - - uid: 345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,4.5 - parent: 2 - - uid: 384 - components: - - type: Transform - pos: 7.5,3.5 - parent: 2 - - uid: 390 - components: - - type: Transform - pos: 7.5,1.5 - parent: 2 - - uid: 395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-1.5 - parent: 2 - - uid: 396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-30.5 - parent: 2 - - uid: 541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,14.5 - parent: 2 - - uid: 542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,14.5 - parent: 2 - - uid: 543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,11.5 - parent: 2 - - uid: 544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,11.5 - parent: 2 - - uid: 545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,11.5 - parent: 2 - - uid: 546 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,11.5 - parent: 2 - - uid: 547 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,14.5 - parent: 2 - - uid: 548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,14.5 - parent: 2 - - uid: 549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,14.5 - parent: 2 - - uid: 550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,11.5 - parent: 2 - - uid: 580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-6.5 - parent: 2 - - uid: 583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-6.5 - parent: 2 - - uid: 592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-6.5 - parent: 2 - - uid: 681 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 682 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - uid: 763 - components: - - type: Transform - pos: -12.5,-17.5 - parent: 2 - - uid: 765 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 2 - - uid: 766 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 2 - - uid: 774 - components: - - type: Transform - pos: 24.5,-17.5 - parent: 2 - - uid: 777 - components: - - type: Transform - pos: 25.5,-17.5 - parent: 2 - - uid: 781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,17.5 - parent: 2 - - uid: 789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,17.5 - parent: 2 - - uid: 852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,27.5 - parent: 2 - - uid: 883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,8.5 - parent: 2 - - uid: 915 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - uid: 962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,11.5 - parent: 2 - - uid: 968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25283 - - uid: 1012 - components: - - type: Transform - pos: 16.5,4.5 - parent: 2 - - uid: 1076 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - uid: 1079 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 2 - - uid: 1080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 - parent: 2 - - uid: 1082 - components: - - type: Transform - pos: 32.5,6.5 - parent: 2 - - uid: 1097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-17.5 - parent: 2 - - uid: 1124 - components: - - type: Transform - pos: 37.5,17.5 - parent: 2 - - uid: 1178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-3.5 - parent: 2 - - uid: 1207 - components: - - type: Transform - pos: 73.5,36.5 - parent: 2 - - uid: 1209 - components: - - type: Transform - pos: 97.5,34.5 - parent: 2 - - uid: 1211 - components: - - type: Transform - pos: 78.5,48.5 - parent: 2 - - uid: 1248 - components: - - type: Transform - pos: 69.5,46.5 - parent: 2 - - uid: 1249 - components: - - type: Transform - pos: 67.5,36.5 - parent: 2 - - uid: 1250 - components: - - type: Transform - pos: 63.5,46.5 - parent: 2 - - uid: 1313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,2.5 - parent: 2 - - uid: 1316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,1.5 - parent: 2 - - uid: 1347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,14.5 - parent: 2 - - uid: 1348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,14.5 - parent: 2 - - uid: 1373 - components: - - type: Transform - pos: 64.5,56.5 - parent: 2 - - uid: 1375 - components: - - type: Transform - pos: 68.5,55.5 - parent: 2 - - uid: 1395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,4.5 - parent: 2 - - uid: 1441 - components: - - type: Transform - pos: 8.5,8.5 - parent: 2 - - uid: 1489 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - - uid: 1494 - components: - - type: Transform - pos: 17.5,8.5 - parent: 2 - - uid: 1495 - components: - - type: Transform - pos: 18.5,8.5 - parent: 2 - - uid: 1496 - components: - - type: Transform - pos: 19.5,8.5 - parent: 2 - - uid: 1505 - components: - - type: Transform - pos: -69.5,12.5 - parent: 2 - - uid: 1531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-1.5 - parent: 2 - - uid: 1661 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 2 - - uid: 1685 - components: - - type: Transform - pos: -14.5,11.5 - parent: 2 - - uid: 1845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 1849 - components: - - type: Transform - pos: 3.5,33.5 - parent: 2 - - uid: 1859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,24.5 - parent: 2 - - uid: 1860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,24.5 - parent: 2 - - uid: 1861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,24.5 - parent: 2 - - uid: 1862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 2 - - uid: 1863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-19.5 - parent: 2 - - uid: 1864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-19.5 - parent: 2 - - uid: 1866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 1867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 1870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 1871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 1874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-14.5 - parent: 2 - - uid: 1875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 2 - - uid: 1878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-14.5 - parent: 2 - - uid: 1879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-15.5 - parent: 2 - - uid: 1967 - components: - - type: Transform - pos: -0.5,28.5 - parent: 2 - - uid: 2006 - components: - - type: Transform - pos: 15.5,29.5 - parent: 2 - - uid: 2007 - components: - - type: Transform - pos: 17.5,22.5 - parent: 2 - - uid: 2008 - components: - - type: Transform - pos: 12.5,26.5 - parent: 2 - - uid: 2009 - components: - - type: Transform - pos: 10.5,29.5 - parent: 2 - - uid: 2010 - components: - - type: Transform - pos: 7.5,26.5 - parent: 2 - - uid: 2012 - components: - - type: Transform - pos: 13.5,4.5 - parent: 2 - - uid: 2013 - components: - - type: Transform - pos: 12.5,4.5 - parent: 2 - - uid: 2014 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 2 - - uid: 2015 - components: - - type: Transform - pos: 17.5,-6.5 - parent: 2 - - uid: 2016 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 2 - - uid: 2017 - components: - - type: Transform - pos: 20.5,-6.5 - parent: 2 - - uid: 2018 - components: - - type: Transform - pos: 26.5,-3.5 - parent: 2 - - uid: 2019 - components: - - type: Transform - pos: 27.5,-3.5 - parent: 2 - - uid: 2020 - components: - - type: Transform - pos: -4.5,7.5 - parent: 2 - - uid: 2021 - components: - - type: Transform - pos: -4.5,6.5 - parent: 2 - - uid: 2022 - components: - - type: Transform - pos: -4.5,5.5 - parent: 2 - - uid: 2023 - components: - - type: Transform - pos: -5.5,4.5 - parent: 2 - - uid: 2024 - components: - - type: Transform - pos: -6.5,4.5 - parent: 2 - - uid: 2025 - components: - - type: Transform - pos: -7.5,4.5 - parent: 2 - - uid: 2026 - components: - - type: Transform - pos: -7.5,0.5 - parent: 2 - - uid: 2027 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 2028 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 2029 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 2030 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 2 - - uid: 2031 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 2 - - uid: 2069 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 2 - - uid: 2147 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 2 - - uid: 2184 - components: - - type: Transform - pos: -0.5,44.5 - parent: 2 - - uid: 2203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,31.5 - parent: 2 - - uid: 2205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,25.5 - parent: 2 - - uid: 2208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,48.5 - parent: 2 - - uid: 2237 - components: - - type: Transform - pos: 43.5,22.5 - parent: 2 - - uid: 2245 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 2251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,31.5 - parent: 2 - - uid: 2252 - components: - - type: Transform - pos: 53.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - uid: 2259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,45.5 - parent: 2 - - uid: 2353 - components: - - type: Transform - pos: -46.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 2461 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 2 - - uid: 2462 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 2463 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 2 - - uid: 2464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,43.5 - parent: 2 - - uid: 2510 - components: - - type: Transform - pos: 37.5,50.5 - parent: 2 - - uid: 2603 - components: - - type: Transform - pos: -94.5,8.5 - parent: 2 - - uid: 2606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,47.5 - parent: 2 - - uid: 2609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,46.5 - parent: 2 - - uid: 2610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,46.5 - parent: 2 - - uid: 2611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,46.5 - parent: 2 - - uid: 2634 - components: - - type: Transform - pos: 15.5,39.5 - parent: 2 - - uid: 2636 - components: - - type: Transform - pos: 15.5,38.5 - parent: 2 - - uid: 2648 - components: - - type: Transform - pos: 9.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28702 - - uid: 2681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - uid: 2822 - components: - - type: Transform - pos: -3.5,40.5 - parent: 2 - - uid: 2869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,43.5 - parent: 2 - - uid: 2904 - components: - - type: Transform - pos: -17.5,-20.5 - parent: 2 - - uid: 2923 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-21.5 - parent: 2 - - uid: 3052 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 3080 - components: - - type: Transform - pos: -25.5,-17.5 - parent: 2 - - uid: 3086 - components: - - type: Transform - pos: -54.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - uid: 3092 - components: - - type: Transform - pos: -53.5,-9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - uid: 3172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-24.5 - parent: 2 - - uid: 3217 - components: - - type: Transform - pos: 18.5,34.5 - parent: 2 - - uid: 3349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-26.5 - parent: 2 - - uid: 3358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-26.5 - parent: 2 - - uid: 3359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,43.5 - parent: 2 - - uid: 3365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-20.5 - parent: 2 - - uid: 3382 - components: - - type: Transform - pos: -16.5,43.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 3424 - components: - - type: Transform - pos: 29.5,-22.5 - parent: 2 - - uid: 3438 - components: - - type: Transform - pos: 33.5,29.5 - parent: 2 - - uid: 3531 - components: - - type: Transform - pos: 25.5,-22.5 - parent: 2 - - uid: 3568 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-14.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 3680 - components: - - type: Transform - pos: -56.5,16.5 - parent: 2 - - uid: 3709 - components: - - type: Transform - pos: -76.5,2.5 - parent: 2 - - uid: 3724 - components: - - type: Transform - pos: -85.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3734 - components: - - type: Transform - pos: -23.5,38.5 - parent: 2 - - uid: 3758 - components: - - type: Transform - pos: -39.5,20.5 - parent: 2 - - uid: 3800 - components: - - type: Transform - pos: -87.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3801 - components: - - type: Transform - pos: -87.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3815 - components: - - type: Transform - pos: -14.5,-39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - uid: 3834 - components: - - type: Transform - pos: -66.5,7.5 - parent: 2 - - uid: 3853 - components: - - type: Transform - pos: 41.5,32.5 - parent: 2 - - uid: 3872 - components: - - type: Transform - pos: -87.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3877 - components: - - type: Transform - pos: 52.5,-6.5 - parent: 2 - - uid: 3879 - components: - - type: Transform - pos: 52.5,-5.5 - parent: 2 - - uid: 3881 - components: - - type: Transform - pos: 52.5,-1.5 - parent: 2 - - uid: 3889 - components: - - type: Transform - pos: 52.5,-0.5 - parent: 2 - - uid: 3892 - components: - - type: Transform - pos: 35.5,-17.5 - parent: 2 - - uid: 3898 - components: - - type: Transform - pos: 52.5,-4.5 - parent: 2 - - uid: 3899 - components: - - type: Transform - pos: 52.5,-2.5 - parent: 2 - - uid: 3906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,27.5 - parent: 2 - - uid: 3976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 4059 - components: - - type: Transform - pos: 41.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 4069 - components: - - type: Transform - pos: 48.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 4107 - components: - - type: Transform - pos: 41.5,37.5 - parent: 2 - - uid: 4212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,52.5 - parent: 2 - - uid: 4218 - components: - - type: Transform - pos: -78.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 4242 - components: - - type: Transform - pos: -77.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 4375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,18.5 - parent: 2 - - uid: 4376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,17.5 - parent: 2 - - uid: 4377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,16.5 - parent: 2 - - uid: 4642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,51.5 - parent: 2 - - uid: 5062 - components: - - type: Transform - pos: -51.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 5194 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-10.5 - parent: 2 - - uid: 5244 - components: - - type: Transform - pos: -2.5,59.5 - parent: 2 - - uid: 5250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-22.5 - parent: 2 - - uid: 5704 - components: - - type: Transform - pos: 53.5,25.5 - parent: 2 - - uid: 5723 - components: - - type: Transform - pos: -53.5,10.5 - parent: 2 - - uid: 6318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 6493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-31.5 - parent: 2 - - uid: 6498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-26.5 - parent: 2 - - uid: 6553 - components: - - type: Transform - pos: -23.5,-20.5 - parent: 2 - - uid: 6554 - components: - - type: Transform - pos: -29.5,-22.5 - parent: 2 - - uid: 6628 - components: - - type: Transform - pos: -20.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - uid: 6630 - components: - - type: Transform - pos: -18.5,-36.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - 400 - - uid: 6682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,7.5 - parent: 2 - - uid: 6945 - components: - - type: Transform - pos: -51.5,-23.5 - parent: 2 - - uid: 6955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-22.5 - parent: 2 - - uid: 6974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-38.5 - parent: 2 - - uid: 7107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 7110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 7180 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 7189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-2.5 - parent: 2 - - uid: 7190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-13.5 - parent: 2 - - uid: 7192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-13.5 - parent: 2 - - uid: 7225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-15.5 - parent: 2 - - uid: 7235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-20.5 - parent: 2 - - uid: 7416 - components: - - type: Transform - pos: -48.5,0.5 - parent: 2 - - uid: 7529 - components: - - type: Transform - pos: -51.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 7530 - components: - - type: Transform - pos: -51.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 7638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,22.5 - parent: 2 - - uid: 7640 - components: - - type: Transform - pos: -55.5,10.5 - parent: 2 - - uid: 7671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,9.5 - parent: 2 - - uid: 7673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,8.5 - parent: 2 - - uid: 7674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,9.5 - parent: 2 - - uid: 7675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,7.5 - parent: 2 - - uid: 7682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,12.5 - parent: 2 - - uid: 7745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-1.5 - parent: 2 - - uid: 7746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-1.5 - parent: 2 - - uid: 7747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-1.5 - parent: 2 - - uid: 7748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,18.5 - parent: 2 - - uid: 7749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,18.5 - parent: 2 - - uid: 7750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,18.5 - parent: 2 - - uid: 7751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,9.5 - parent: 2 - - uid: 7752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,64.5 - parent: 2 - - uid: 7753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,7.5 - parent: 2 - - uid: 7889 - components: - - type: Transform - pos: -51.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 7913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,8.5 - parent: 2 - - uid: 7917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 8183 - components: - - type: Transform - pos: -74.5,8.5 - parent: 2 - - uid: 8230 - components: - - type: Transform - pos: 79.5,31.5 - parent: 2 - - uid: 8231 - components: - - type: Transform - pos: 63.5,38.5 - parent: 2 - - uid: 8234 - components: - - type: Transform - pos: 58.5,40.5 - parent: 2 - - uid: 8235 - components: - - type: Transform - pos: 66.5,65.5 - parent: 2 - - uid: 8236 - components: - - type: Transform - pos: 57.5,48.5 - parent: 2 - - uid: 8237 - components: - - type: Transform - pos: 71.5,55.5 - parent: 2 - - uid: 8362 - components: - - type: Transform - pos: -48.5,-36.5 - parent: 2 - - uid: 8459 - components: - - type: Transform - pos: 30.5,4.5 - parent: 2 - - uid: 8646 - components: - - type: Transform - pos: -48.5,-35.5 - parent: 2 - - uid: 8659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,7.5 - parent: 2 - - uid: 8701 - components: - - type: Transform - pos: -48.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 8702 - components: - - type: Transform - pos: -48.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 8703 - components: - - type: Transform - pos: -48.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 8704 - components: - - type: Transform - pos: -46.5,11.5 - parent: 2 - - uid: 8763 - components: - - type: Transform - pos: -56.5,12.5 - parent: 2 - - uid: 8783 - components: - - type: Transform - pos: -52.5,12.5 - parent: 2 - - uid: 8840 - components: - - type: Transform - pos: -48.5,19.5 - parent: 2 - - uid: 8857 - components: - - type: Transform - pos: -52.5,17.5 - parent: 2 - - uid: 8873 - components: - - type: Transform - pos: -56.5,24.5 - parent: 2 - - uid: 8874 - components: - - type: Transform - pos: -56.5,25.5 - parent: 2 - - uid: 9081 - components: - - type: Transform - pos: -54.5,32.5 - parent: 2 - - uid: 9082 - components: - - type: Transform - pos: -43.5,32.5 - parent: 2 - - uid: 9083 - components: - - type: Transform - pos: -43.5,36.5 - parent: 2 - - uid: 9084 - components: - - type: Transform - pos: -54.5,38.5 - parent: 2 - - uid: 9197 - components: - - type: Transform - pos: -80.5,2.5 - parent: 2 - - uid: 9216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 9224 - components: - - type: Transform - pos: 47.5,50.5 - parent: 2 - - uid: 9230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,49.5 - parent: 2 - - uid: 9255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 9340 - components: - - type: Transform - pos: 66.5,25.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23957 - - uid: 9548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 9552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 11389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25331 - - 69 - - uid: 11856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-36.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - 400 - - uid: 13001 - components: - - type: Transform - pos: 38.5,14.5 - parent: 2 - - uid: 13368 - components: - - type: Transform - pos: 92.5,23.5 - parent: 2 - - uid: 13386 - components: - - type: Transform - pos: 67.5,34.5 - parent: 2 - - uid: 13387 - components: - - type: Transform - pos: 81.5,37.5 - parent: 2 - - uid: 13442 - components: - - type: Transform - pos: 91.5,48.5 - parent: 2 - - uid: 13454 - components: - - type: Transform - pos: 78.5,65.5 - parent: 2 - - uid: 13588 - components: - - type: Transform - pos: 71.5,54.5 - parent: 2 - - uid: 13614 - components: - - type: Transform - pos: 73.5,66.5 - parent: 2 - - uid: 13662 - components: - - type: Transform - pos: 94.5,45.5 - parent: 2 - - uid: 13673 - components: - - type: Transform - pos: 91.5,62.5 - parent: 2 - - uid: 13689 - components: - - type: Transform - pos: 93.5,31.5 - parent: 2 - - uid: 13704 - components: - - type: Transform - pos: 83.5,31.5 - parent: 2 - - uid: 13865 - components: - - type: Transform - pos: 32.5,2.5 - parent: 2 - - uid: 13914 - components: - - type: Transform - pos: 3.5,39.5 - parent: 2 - - uid: 13915 - components: - - type: Transform - pos: 3.5,38.5 - parent: 2 - - uid: 13917 - components: - - type: Transform - pos: 8.5,39.5 - parent: 2 - - uid: 13918 - components: - - type: Transform - pos: 8.5,38.5 - parent: 2 - - uid: 14015 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,49.5 - parent: 2 - - uid: 14020 - components: - - type: Transform - pos: 8.5,48.5 - parent: 2 - - uid: 14105 - components: - - type: Transform - pos: 27.5,40.5 - parent: 2 - - uid: 14122 - components: - - type: Transform - pos: 20.5,45.5 - parent: 2 - - uid: 14170 - components: - - type: Transform - pos: 17.5,51.5 - parent: 2 - - uid: 14173 - components: - - type: Transform - pos: 19.5,51.5 - parent: 2 - - uid: 14198 - components: - - type: Transform - pos: 31.5,50.5 - parent: 2 - - uid: 15163 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - uid: 15258 - components: - - type: Transform - pos: -3.5,65.5 - parent: 2 - - uid: 15295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15415 - components: - - type: Transform - pos: -23.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15503 - components: - - type: Transform - pos: -35.5,32.5 - parent: 2 - - uid: 15520 - components: - - type: Transform - pos: -31.5,29.5 - parent: 2 - - uid: 15538 - components: - - type: Transform - pos: -21.5,31.5 - parent: 2 - - uid: 15539 - components: - - type: Transform - pos: -17.5,31.5 - parent: 2 - - uid: 15596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15597 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,31.5 - parent: 2 - - uid: 15610 - components: - - type: Transform - pos: -21.5,44.5 - parent: 2 - - uid: 15643 - components: - - type: Transform - pos: -15.5,36.5 - parent: 2 - - uid: 15721 - components: - - type: Transform - pos: -9.5,58.5 - parent: 2 - - uid: 15826 - components: - - type: Transform - pos: -23.5,43.5 - parent: 2 - - uid: 15917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,46.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16004 - components: - - type: Transform - pos: -3.5,45.5 - parent: 2 - - uid: 16288 - components: - - type: Transform - pos: -11.5,44.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16289 - components: - - type: Transform - pos: -11.5,40.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16309 - components: - - type: Transform - pos: -5.5,64.5 - parent: 2 - - uid: 16311 - components: - - type: Transform - pos: -5.5,63.5 - parent: 2 - - uid: 16312 - components: - - type: Transform - pos: -9.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 16315 - components: - - type: Transform - pos: -9.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 16331 - components: - - type: Transform - pos: -11.5,41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16370 - components: - - type: Transform - pos: -6.5,71.5 - parent: 2 - - uid: 16390 - components: - - type: Transform - pos: -6.5,70.5 - parent: 2 - - uid: 16411 - components: - - type: Transform - pos: -17.5,44.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,7.5 - parent: 2 - - uid: 16648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,11.5 - parent: 2 - - uid: 17030 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,37.5 - parent: 2 - - uid: 17859 - components: - - type: Transform - pos: -54.5,10.5 - parent: 2 - - uid: 18112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,65.5 - parent: 2 - - uid: 18373 - components: - - type: Transform - pos: 0.5,72.5 - parent: 2 - - uid: 18374 - components: - - type: Transform - pos: 1.5,72.5 - parent: 2 - - uid: 18375 - components: - - type: Transform - pos: 2.5,72.5 - parent: 2 - - uid: 18463 - components: - - type: Transform - pos: -60.5,-0.5 - parent: 2 - - uid: 18464 - components: - - type: Transform - pos: -59.5,-0.5 - parent: 2 - - uid: 19630 - components: - - type: Transform - pos: 3.5,65.5 - parent: 2 - - uid: 19656 - components: - - type: Transform - pos: 6.5,65.5 - parent: 2 - - uid: 19778 - components: - - type: Transform - pos: 12.5,65.5 - parent: 2 - - uid: 20930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,4.5 - parent: 2 - - uid: 21910 - components: - - type: Transform - pos: -14.5,4.5 - parent: 2 - - uid: 22460 - components: - - type: Transform - pos: -90.5,-4.5 - parent: 2 - - uid: 23234 - components: - - type: Transform - pos: 0.5,57.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 23235 - components: - - type: Transform - pos: 1.5,57.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 23236 - components: - - type: Transform - pos: 2.5,57.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 23460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25331 - - 69 - - uid: 24108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,34.5 - parent: 2 - - uid: 25207 - components: - - type: Transform - pos: 40.5,18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25208 - components: - - type: Transform - pos: 40.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25209 - components: - - type: Transform - pos: 40.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25211 - components: - - type: Transform - pos: 48.5,8.5 - parent: 2 - - uid: 25212 - components: - - type: Transform - pos: 49.5,8.5 - parent: 2 - - uid: 25213 - components: - - type: Transform - pos: 50.5,8.5 - parent: 2 - - uid: 25214 - components: - - type: Transform - pos: -35.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 25215 - components: - - type: Transform - pos: -35.5,18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - 17901 - - uid: 25216 - components: - - type: Transform - pos: -35.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - 17901 - - uid: 25217 - components: - - type: Transform - pos: 49.5,-9.5 - parent: 2 - - uid: 25218 - components: - - type: Transform - pos: 50.5,-9.5 - parent: 2 - - uid: 25219 - components: - - type: Transform - pos: 51.5,-9.5 - parent: 2 - - uid: 25295 - components: - - type: Transform - pos: 52.5,-29.5 - parent: 2 - - uid: 25296 - components: - - type: Transform - pos: 52.5,-30.5 - parent: 2 - - uid: 25297 - components: - - type: Transform - pos: 52.5,-31.5 - parent: 2 - - uid: 25322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-23.5 - parent: 2 - - uid: 25323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-23.5 - parent: 2 - - uid: 25324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-29.5 - parent: 2 - - uid: 25325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-29.5 - parent: 2 - - uid: 25326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-36.5 - parent: 2 - - type: Door - secondsUntilStateChange: -152841.45 - - uid: 26372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25231 - - 25232 - - uid: 26376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 26679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-3.5 - parent: 2 - - uid: 26711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - 69 - - uid: 26753 - components: - - type: Transform - pos: -90.5,-5.5 - parent: 2 - - uid: 27441 - components: - - type: Transform - pos: -68.5,12.5 - parent: 2 - - uid: 27444 - components: - - type: Transform - pos: -46.5,17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 27445 - components: - - type: Transform - pos: 18.5,-17.5 - parent: 2 - - uid: 27446 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 2 - - uid: 27447 - components: - - type: Transform - pos: 20.5,-17.5 - parent: 2 - - uid: 27448 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 2 - - uid: 27449 - components: - - type: Transform - pos: 28.5,-17.5 - parent: 2 - - uid: 27450 - components: - - type: Transform - pos: 29.5,-17.5 - parent: 2 - - uid: 27451 - components: - - type: Transform - pos: 30.5,-17.5 - parent: 2 - - uid: 27452 - components: - - type: Transform - pos: 31.5,-17.5 - parent: 2 - - uid: 27453 - components: - - type: Transform - pos: 12.5,41.5 - parent: 2 - - uid: 27454 - components: - - type: Transform - pos: 13.5,41.5 - parent: 2 - - uid: 27455 - components: - - type: Transform - pos: -21.5,27.5 - parent: 2 - - uid: 27456 - components: - - type: Transform - pos: -20.5,27.5 - parent: 2 - - uid: 27457 - components: - - type: Transform - pos: -19.5,27.5 - parent: 2 - - uid: 27458 - components: - - type: Transform - pos: 27.5,25.5 - parent: 2 - - uid: 27459 - components: - - type: Transform - pos: 28.5,25.5 - parent: 2 - - uid: 27460 - components: - - type: Transform - pos: 29.5,25.5 - parent: 2 - - uid: 27461 - components: - - type: Transform - pos: 41.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 27484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-26.5 - parent: 2 - - uid: 28750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,3.5 - parent: 2 - - uid: 28751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,2.5 - parent: 2 - - uid: 28782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 - parent: 2 - - uid: 28783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-22.5 - parent: 2 - - uid: 28784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-22.5 - parent: 2 - - uid: 28785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-22.5 - parent: 2 - - uid: 28792 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - - uid: 29022 - components: - - type: Transform - pos: -34.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - uid: 29024 - components: - - type: Transform - pos: -28.5,60.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 29025 - components: - - type: Transform - pos: -28.5,59.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 29026 - components: - - type: Transform - pos: -24.5,55.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 29030 - components: - - type: Transform - pos: -28.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - uid: 29085 - components: - - type: Transform - pos: 70.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25298 - - 29087 - - uid: 29086 - components: - - type: Transform - pos: 70.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25298 - - 29087 - - uid: 31106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,70.5 - parent: 2 - - uid: 34663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-6.5 - parent: 2 -- proto: Fireplace - entities: - - uid: 615 - components: - - type: Transform - pos: -9.5,-7.5 - parent: 2 - - uid: 1964 - components: - - type: Transform - pos: 12.5,30.5 - parent: 2 - - uid: 2072 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 2727 - components: - - type: Transform - pos: 51.5,30.5 - parent: 2 - - uid: 15114 - components: - - type: Transform - pos: 25.5,52.5 - parent: 2 - - uid: 15740 - components: - - type: Transform - pos: -9.5,26.5 - parent: 2 - - uid: 17794 - components: - - type: Transform - pos: -4.5,61.5 - parent: 2 -- proto: Flare - entities: - - uid: 30053 - components: - - type: Transform - pos: 83.49072,41.44527 - parent: 2 -- proto: Flash - entities: - - uid: 19393 - components: - - type: Transform - pos: -10.46663,42.821335 - parent: 2 - - uid: 19394 - components: - - type: Transform - pos: -10.326005,42.61821 - parent: 2 -- proto: FlashlightLantern - entities: - - uid: 5655 - components: - - type: Transform - pos: 50.584522,40.648224 - parent: 2 - - uid: 5658 - components: - - type: Transform - pos: 26.46736,30.484562 - parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 2568 - - type: ActionsContainer - - uid: 7937 - components: - - type: Transform - pos: -42.70451,20.179436 - parent: 2 - - type: HandheldLight - toggleActionEntity: 16291 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 16291 - - type: ActionsContainer - - uid: 8031 - components: - - type: Transform - pos: -42.35034,20.408602 - parent: 2 - - type: HandheldLight - toggleActionEntity: 16335 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 16335 - - type: ActionsContainer - - uid: 9601 - components: - - type: Transform - pos: -54.99137,35.80237 - parent: 2 - - uid: 9602 - components: - - type: Transform - pos: -54.839027,35.68518 - parent: 2 - - uid: 14261 - components: - - type: Transform - pos: 27.644642,55.55499 - parent: 2 - - uid: 30610 - components: - - type: Transform - pos: -45.437443,-3.1956656 - parent: 2 - - uid: 30614 - components: - - type: Transform - pos: -45.570255,-2.984728 - parent: 2 -- proto: FlashlightSeclite - entities: - - uid: 14212 - components: - - type: Transform - pos: 21.424639,59.735928 - parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 4259 - - type: ActionsContainer - - uid: 15583 - components: - - type: Transform - pos: -13.556711,33.367783 - parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 15584 - - type: ActionsContainer - - uid: 15585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.604605,28.665703 - parent: 2 - - uid: 15586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.354605,28.681328 - parent: 2 - - uid: 15689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.440928,40.531944 - parent: 2 - - uid: 33618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 95.26899,55.80704 - parent: 2 -- proto: FloodlightBroken - entities: - - uid: 5388 - components: - - type: Transform - pos: 60.631596,52.83645 - parent: 2 - - uid: 5389 - components: - - type: Transform - pos: 58.49097,57.27395 - parent: 2 - - uid: 5390 - components: - - type: Transform - pos: 60.61597,57.164574 - parent: 2 - - uid: 7068 - components: - - type: Transform - pos: -29.247585,-35.76096 - parent: 2 -- proto: FloorDrain - entities: - - uid: 324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-30.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1021 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-2.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,12.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,12.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,1.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,9.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 2722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-25.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-25.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-25.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 4030 - components: - - type: Transform - pos: 48.5,43.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 5722 - components: - - type: Transform - pos: 23.5,-1.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 7310 - components: - - type: Transform - pos: -59.5,-7.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 7598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-17.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 7599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-24.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,0.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 11476 - components: - - type: Transform - pos: -21.5,-1.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 11477 - components: - - type: Transform - pos: -27.5,-1.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13011 - components: - - type: Transform - pos: 72.5,-10.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,46.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,51.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,51.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 18111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,57.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 18511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,24.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 18512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,23.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 20927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,6.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 23463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-30.5 - parent: 2 - - type: Fixtures - fixtures: {} - - uid: 28666 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 2 - - type: Fixtures - fixtures: {} -- proto: FloorWaterEntity - entities: - - uid: 4141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,25.5 - parent: 2 - - uid: 4146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,24.5 - parent: 2 - - uid: 4150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,28.5 - parent: 2 - - uid: 4158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,28.5 - parent: 2 - - uid: 6265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,20.5 - parent: 2 - - uid: 7210 - components: - - type: Transform - pos: -104.5,7.5 - parent: 2 - - uid: 7219 - components: - - type: Transform - pos: -104.5,4.5 - parent: 2 - - uid: 7255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,10.5 - parent: 2 - - uid: 7256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,11.5 - parent: 2 - - uid: 7257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,8.5 - parent: 2 - - uid: 7258 - components: - - type: Transform - pos: -104.5,13.5 - parent: 2 - - uid: 7341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,28.5 - parent: 2 - - uid: 7372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,28.5 - parent: 2 - - uid: 7374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,28.5 - parent: 2 - - uid: 7459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,28.5 - parent: 2 - - uid: 7660 - components: - - type: Transform - pos: -70.5,7.5 - parent: 2 - - uid: 7672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,12.5 - parent: 2 - - uid: 7769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,6.5 - parent: 2 - - uid: 7773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,13.5 - parent: 2 - - uid: 7775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,4.5 - parent: 2 - - uid: 7779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,12.5 - parent: 2 - - uid: 7785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,12.5 - parent: 2 - - uid: 8480 - components: - - type: Transform - pos: -105.5,5.5 - parent: 2 - - uid: 8483 - components: - - type: Transform - pos: -106.5,6.5 - parent: 2 - - uid: 8484 - components: - - type: Transform - pos: -107.5,6.5 - parent: 2 - - uid: 8486 - components: - - type: Transform - pos: -86.5,30.5 - parent: 2 - - uid: 8487 - components: - - type: Transform - pos: -106.5,4.5 - parent: 2 - - uid: 8488 - components: - - type: Transform - pos: -105.5,4.5 - parent: 2 - - uid: 8489 - components: - - type: Transform - pos: -105.5,3.5 - parent: 2 - - uid: 8491 - components: - - type: Transform - pos: -103.5,3.5 - parent: 2 - - uid: 8492 - components: - - type: Transform - pos: -103.5,2.5 - parent: 2 - - uid: 8493 - components: - - type: Transform - pos: -103.5,13.5 - parent: 2 - - uid: 8494 - components: - - type: Transform - pos: -103.5,14.5 - parent: 2 - - uid: 8495 - components: - - type: Transform - pos: -102.5,14.5 - parent: 2 - - uid: 8496 - components: - - type: Transform - pos: -101.5,14.5 - parent: 2 - - uid: 8497 - components: - - type: Transform - pos: -101.5,13.5 - parent: 2 - - uid: 8501 - components: - - type: Transform - pos: -105.5,13.5 - parent: 2 - - uid: 8504 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,7.5 - parent: 2 - - uid: 8507 - components: - - type: Transform - pos: -103.5,7.5 - parent: 2 - - uid: 8509 - components: - - type: Transform - pos: -103.5,9.5 - parent: 2 - - uid: 8512 - components: - - type: Transform - pos: -86.5,29.5 - parent: 2 - - uid: 8514 - components: - - type: Transform - pos: -86.5,27.5 - parent: 2 - - uid: 8515 - components: - - type: Transform - pos: -86.5,26.5 - parent: 2 - - uid: 8516 - components: - - type: Transform - pos: -86.5,25.5 - parent: 2 - - uid: 8517 - components: - - type: Transform - pos: -86.5,24.5 - parent: 2 - - uid: 8518 - components: - - type: Transform - pos: -85.5,29.5 - parent: 2 - - uid: 8520 - components: - - type: Transform - pos: -85.5,27.5 - parent: 2 - - uid: 8521 - components: - - type: Transform - pos: -85.5,26.5 - parent: 2 - - uid: 8522 - components: - - type: Transform - pos: -85.5,25.5 - parent: 2 - - uid: 8523 - components: - - type: Transform - pos: -85.5,24.5 - parent: 2 - - uid: 8532 - components: - - type: Transform - pos: -83.5,29.5 - parent: 2 - - uid: 8534 - components: - - type: Transform - pos: -83.5,27.5 - parent: 2 - - uid: 8535 - components: - - type: Transform - pos: -83.5,26.5 - parent: 2 - - uid: 8536 - components: - - type: Transform - pos: -83.5,25.5 - parent: 2 - - uid: 8537 - components: - - type: Transform - pos: -83.5,24.5 - parent: 2 - - uid: 8539 - components: - - type: Transform - pos: -82.5,30.5 - parent: 2 - - uid: 8540 - components: - - type: Transform - pos: -82.5,29.5 - parent: 2 - - uid: 8542 - components: - - type: Transform - pos: -82.5,27.5 - parent: 2 - - uid: 8543 - components: - - type: Transform - pos: -82.5,26.5 - parent: 2 - - uid: 8544 - components: - - type: Transform - pos: -82.5,25.5 - parent: 2 - - uid: 8545 - components: - - type: Transform - pos: -82.5,24.5 - parent: 2 - - uid: 8546 - components: - - type: Transform - pos: -81.5,30.5 - parent: 2 - - uid: 8547 - components: - - type: Transform - pos: -81.5,29.5 - parent: 2 - - uid: 8549 - components: - - type: Transform - pos: -81.5,27.5 - parent: 2 - - uid: 8550 - components: - - type: Transform - pos: -81.5,26.5 - parent: 2 - - uid: 8551 - components: - - type: Transform - pos: -81.5,25.5 - parent: 2 - - uid: 8552 - components: - - type: Transform - pos: -81.5,24.5 - parent: 2 - - uid: 8553 - components: - - type: Transform - pos: -80.5,30.5 - parent: 2 - - uid: 8554 - components: - - type: Transform - pos: -80.5,29.5 - parent: 2 - - uid: 8556 - components: - - type: Transform - pos: -80.5,27.5 - parent: 2 - - uid: 8557 - components: - - type: Transform - pos: -80.5,26.5 - parent: 2 - - uid: 8558 - components: - - type: Transform - pos: -80.5,25.5 - parent: 2 - - uid: 8559 - components: - - type: Transform - pos: -80.5,24.5 - parent: 2 - - uid: 8560 - components: - - type: Transform - pos: -79.5,29.5 - parent: 2 - - uid: 8562 - components: - - type: Transform - pos: -79.5,27.5 - parent: 2 - - uid: 8563 - components: - - type: Transform - pos: -79.5,26.5 - parent: 2 - - uid: 8564 - components: - - type: Transform - pos: -79.5,25.5 - parent: 2 - - uid: 8565 - components: - - type: Transform - pos: -79.5,24.5 - parent: 2 - - uid: 8566 - components: - - type: Transform - pos: -78.5,27.5 - parent: 2 - - uid: 8567 - components: - - type: Transform - pos: -78.5,26.5 - parent: 2 - - uid: 8568 - components: - - type: Transform - pos: -78.5,25.5 - parent: 2 - - uid: 8569 - components: - - type: Transform - pos: -78.5,24.5 - parent: 2 - - uid: 8570 - components: - - type: Transform - pos: -87.5,30.5 - parent: 2 - - uid: 8571 - components: - - type: Transform - pos: -87.5,29.5 - parent: 2 - - uid: 8573 - components: - - type: Transform - pos: -87.5,27.5 - parent: 2 - - uid: 8574 - components: - - type: Transform - pos: -87.5,26.5 - parent: 2 - - uid: 8575 - components: - - type: Transform - pos: -87.5,25.5 - parent: 2 - - uid: 8577 - components: - - type: Transform - pos: -88.5,30.5 - parent: 2 - - uid: 8579 - components: - - type: Transform - pos: -89.5,29.5 - parent: 2 - - uid: 8580 - components: - - type: Transform - pos: -88.5,25.5 - parent: 2 - - uid: 8584 - components: - - type: Transform - pos: -88.5,29.5 - parent: 2 - - uid: 8586 - components: - - type: Transform - pos: -89.5,26.5 - parent: 2 - - uid: 8588 - components: - - type: Transform - pos: -88.5,27.5 - parent: 2 - - uid: 8589 - components: - - type: Transform - pos: -88.5,26.5 - parent: 2 - - uid: 8591 - components: - - type: Transform - pos: -89.5,27.5 - parent: 2 - - uid: 8594 - components: - - type: Transform - pos: -90.5,27.5 - parent: 2 - - uid: 8595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,6.5 - parent: 2 - - uid: 8596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,5.5 - parent: 2 - - uid: 8616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,5.5 - parent: 2 - - uid: 11404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,11.5 - parent: 2 - - uid: 11405 - components: - - type: Transform - pos: -104.5,3.5 - parent: 2 - - uid: 11406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,9.5 - parent: 2 - - uid: 11409 - components: - - type: Transform - pos: -104.5,5.5 - parent: 2 - - uid: 11411 - components: - - type: Transform - pos: -104.5,12.5 - parent: 2 - - uid: 11412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,8.5 - parent: 2 - - uid: 11420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,10.5 - parent: 2 - - uid: 11453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,28.5 - parent: 2 - - uid: 11454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,27.5 - parent: 2 - - uid: 11455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,26.5 - parent: 2 - - uid: 11457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,28.5 - parent: 2 - - uid: 11458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,28.5 - parent: 2 - - uid: 11459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,28.5 - parent: 2 - - uid: 11460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,28.5 - parent: 2 - - uid: 15205 - components: - - type: Transform - pos: -71.5,7.5 - parent: 2 - - uid: 15206 - components: - - type: Transform - pos: -69.5,7.5 - parent: 2 - - uid: 22044 - components: - - type: Transform - pos: -104.5,6.5 - parent: 2 - - uid: 23376 - components: - - type: Transform - pos: -71.5,9.5 - parent: 2 - - uid: 26891 - components: - - type: Transform - pos: -71.5,8.5 - parent: 2 - - uid: 30280 - components: - - type: Transform - pos: -69.5,8.5 - parent: 2 - - uid: 30282 - components: - - type: Transform - pos: -70.5,9.5 - parent: 2 - - uid: 30290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,9.5 - parent: 2 - - uid: 30365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,21.5 - parent: 2 - - uid: 30366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,20.5 - parent: 2 - - uid: 30367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,19.5 - parent: 2 - - uid: 30369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,20.5 - parent: 2 - - uid: 30385 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 2 - - uid: 30387 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 2 - - uid: 30388 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 2 - - uid: 30389 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 30391 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 2 -- proto: FloraTree01 - entities: - - uid: 25174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.449936,-9.418206 - parent: 2 - - uid: 30408 - components: - - type: Transform - pos: 0.46789742,-22.525293 - parent: 2 - - uid: 30640 - components: - - type: Transform - pos: 32.16799,-36.537888 - parent: 2 -- proto: FloraTree02 - entities: - - uid: 5121 - components: - - type: Transform - pos: 59.191208,-8.598531 - parent: 2 - - uid: 5122 - components: - - type: Transform - pos: 64.54521,-24.723492 - parent: 2 - - uid: 8077 - components: - - type: Transform - pos: -105.901375,10.962385 - parent: 2 - - uid: 27516 - components: - - type: Transform - pos: 71.611465,20.728672 - parent: 2 - - uid: 30378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.6420546,-7.4613504 - parent: 2 - - uid: 30430 - components: - - type: Transform - pos: 32.065224,-16.38374 - parent: 2 - - uid: 30623 - components: - - type: Transform - pos: -18.445969,-13.1589365 - parent: 2 - - uid: 30624 - components: - - type: Transform - pos: -0.4013872,-10.586457 - parent: 2 - - uid: 30635 - components: - - type: Transform - pos: 61.10234,8.346388 - parent: 2 - - uid: 30645 - components: - - type: Transform - pos: -13.640928,77.0639 - parent: 2 -- proto: FloraTree03 - entities: - - uid: 8080 - components: - - type: Transform - pos: -101.57325,3.8217597 - parent: 2 - - uid: 30621 - components: - - type: Transform - pos: -29.102713,-16.537373 - parent: 2 - - uid: 30632 - components: - - type: Transform - pos: 41.985,-13.290992 - parent: 2 - - uid: 30641 - components: - - type: Transform - pos: 22.018206,-38.524227 - parent: 2 -- proto: FloraTree04 - entities: - - uid: 30356 - components: - - type: Transform - pos: 0.14007974,34.998196 - parent: 2 - - uid: 30363 - components: - - type: Transform - pos: -0.28809094,37.357113 - parent: 2 - - uid: 30639 - components: - - type: Transform - pos: 41.691067,-28.712173 - parent: 2 -- proto: FloraTree05 - entities: - - uid: 6284 - components: - - type: Transform - pos: -61.0979,9.577806 - parent: 2 - - uid: 24658 - components: - - type: Transform - pos: 12.162793,35.73257 - parent: 2 - - uid: 26363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.484566,-27.483574 - parent: 2 - - uid: 30373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.4963851,-37.686043 - parent: 2 -- proto: FloraTree06 - entities: - - uid: 2376 - components: - - type: Transform - pos: 74.83024,-2.995719 - parent: 2 - - uid: 30633 - components: - - type: Transform - pos: 46.813126,-8.479406 - parent: 2 - - uid: 30638 - components: - - type: Transform - pos: 64.306854,0.38446856 - parent: 2 -- proto: FloraTreeConifer01 - entities: - - uid: 8078 - components: - - type: Transform - pos: -89.70616,-12.131908 - parent: 2 -- proto: FloraTreeConifer03 - entities: - - uid: 8084 - components: - - type: Transform - pos: -80.62804,-8.819408 - parent: 2 -- proto: FloraTreeLarge01 - entities: - - uid: 30299 - components: - - type: Transform - pos: 1.5025835,53.34213 - parent: 2 - - uid: 30376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.46455932,12.641065 - parent: 2 -- proto: FloraTreeLarge02 - entities: - - uid: 3908 - components: - - type: Transform - pos: 57.44353,-10.955918 - parent: 2 - - uid: 5115 - components: - - type: Transform - pos: 57.472458,-1.0047805 - parent: 2 - - uid: 30622 - components: - - type: Transform - pos: 46.742813,0.87966824 - parent: 2 -- proto: FloraTreeLarge03 - entities: - - uid: 5118 - components: - - type: Transform - pos: 73.14433,-3.3485305 - parent: 2 - - uid: 30644 - components: - - type: Transform - pos: -13.496889,78.47229 - parent: 2 -- proto: FloraTreeLarge04 - entities: - - uid: 30643 - components: - - type: Transform - pos: 16.467203,76.519165 - parent: 2 -- proto: FloraTreeLarge05 - entities: - - uid: 30634 - components: - - type: Transform - pos: 45.500626,13.286349 - parent: 2 -- proto: FloraTreeLarge06 - entities: - - uid: 7888 - components: - - type: Transform - pos: -43.417057,-4.481603 - parent: 2 - - uid: 11410 - components: - - type: Transform - pos: -100.976654,11.765398 - parent: 2 - - uid: 30375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.6604407,14.516065 - parent: 2 -- proto: FloraTreeSnow01 - entities: - - uid: 8081 - components: - - type: Transform - pos: -89.09679,-10.772533 - parent: 2 -- proto: FloraTreeSnow04 - entities: - - uid: 8082 - components: - - type: Transform - pos: -88.22179,-12.053783 - parent: 2 - - uid: 8083 - components: - - type: Transform - pos: -80.04991,-10.194408 - parent: 2 -- proto: FloraTreeStump - entities: - - uid: 5124 - components: - - type: Transform - pos: 49.59209,-24.473492 - parent: 2 - - uid: 5125 - components: - - type: Transform - pos: 58.40459,-11.380961 - parent: 2 - - uid: 5126 - components: - - type: Transform - pos: 59.29899,-1.995719 - parent: 2 - - uid: 8079 - components: - - type: Transform - pos: -106.8545,9.79051 - parent: 2 -- proto: FloraTreeStumpConifer - entities: - - uid: 5123 - components: - - type: Transform - pos: 53.638966,-27.192242 - parent: 2 - - uid: 8482 - components: - - type: Transform - pos: -81.26866,-9.381908 - parent: 2 -- proto: FoodAloe - entities: - - uid: 22166 - components: - - type: Transform - pos: 87.71248,32.635227 - parent: 2 - - uid: 22268 - components: - - type: Transform - pos: 79.29401,25.53574 - parent: 2 - - uid: 22269 - components: - - type: Transform - pos: 84.83423,62.448936 - parent: 2 -- proto: FoodBakedBunHotX - entities: - - uid: 7723 - components: - - type: Transform - pos: 65.74038,27.480778 - parent: 2 -- proto: FoodBakedCannabisBrownie - entities: - - uid: 23014 - components: - - type: Transform - pos: 87.27342,32.6446 - parent: 2 - - uid: 32551 - components: - - type: Transform - pos: 87.46092,32.4571 - parent: 2 - - uid: 32552 - components: - - type: Transform - pos: 87.6953,32.785225 - parent: 2 -- proto: FoodBakedCookie - entities: - - uid: 1607 - components: - - type: Transform - pos: -8.3917465,11.258961 - parent: 2 - - uid: 1608 - components: - - type: Transform - pos: -8.649747,11.326364 - parent: 2 - - uid: 1609 - components: - - type: Transform - pos: -8.555809,11.157398 - parent: 2 - - uid: 5444 - components: - - type: Transform - pos: 36.221233,30.755035 - parent: 2 - - uid: 5445 - components: - - type: Transform - pos: 36.33842,30.567535 - parent: 2 - - uid: 5446 - components: - - type: Transform - pos: 36.561077,30.673004 - parent: 2 - - uid: 6868 - components: - - type: Transform - pos: -16.584772,-30.13989 - parent: 2 - - uid: 6869 - components: - - type: Transform - pos: -16.268366,-30.175047 - parent: 2 - - uid: 6870 - components: - - type: Transform - pos: -16.467585,-30.33911 - parent: 2 - - uid: 9009 - components: - - type: Transform - pos: -50.73071,20.718376 - parent: 2 - - uid: 9010 - components: - - type: Transform - pos: -50.35571,20.609001 - parent: 2 - - uid: 9011 - components: - - type: Transform - pos: -50.57446,20.484001 - parent: 2 - - uid: 11522 - components: - - type: Transform - pos: -29.27353,7.696652 - parent: 2 - - uid: 16539 - components: - - type: Transform - pos: -29.496185,7.837277 - parent: 2 -- proto: FoodBakedCookieOatmeal - entities: - - uid: 6897 - components: - - type: Transform - pos: 66.68641,16.634327 - parent: 2 - - uid: 6898 - components: - - type: Transform - pos: 66.264534,16.739796 - parent: 2 - - uid: 6899 - components: - - type: Transform - pos: 66.545784,16.903858 - parent: 2 -- proto: FoodBakedCookieSugar - entities: - - uid: 33641 - components: - - type: Transform - pos: 76.25823,49.52246 - parent: 2 -- proto: FoodBakedMuffin - entities: - - uid: 30533 - components: - - type: Transform - pos: -4.5895452,18.73392 - parent: 2 -- proto: FoodBowlBigTrash - entities: - - uid: 7026 - components: - - type: Transform - pos: -31.451912,-33.57073 - parent: 2 - - uid: 7028 - components: - - type: Transform - pos: -31.545662,-38.387135 - parent: 2 - - uid: 30069 - components: - - type: Transform - pos: 84.45178,43.21001 - parent: 2 -- proto: FoodBoxPizza - entities: - - uid: 7314 - components: - - type: Transform - pos: -54.532394,-21.0851 - parent: 2 - - uid: 7371 - components: - - type: Transform - pos: -54.505863,-22.124546 - parent: 2 - - uid: 7551 - components: - - type: Transform - pos: -54.48552,-21.542131 - parent: 2 -- proto: FoodBoxPizzaFilled - entities: - - uid: 29822 - components: - - type: Transform - pos: 85.39854,62.785995 - parent: 2 -- proto: FoodBreadBanana - entities: - - uid: 5562 - components: - - type: Transform - pos: 46.502266,25.930176 - parent: 2 -- proto: FoodBurgerCat - entities: - - uid: 32573 - components: - - type: Transform - pos: 76.45452,64.07508 - parent: 2 - - uid: 32579 - components: - - type: Transform - pos: 76.407646,64.66884 - parent: 2 - - uid: 32580 - components: - - type: Transform - pos: 76.42327,63.653206 - parent: 2 -- proto: FoodBurgerCheese - entities: - - uid: 22257 - components: - - type: Transform - pos: -6.6194677,-41.549088 - parent: 2 -- proto: FoodBurgerChicken - entities: - - uid: 35854 - components: - - type: Transform - pos: -49.572453,13.015585 - parent: 2 -- proto: FoodBurgerClown - entities: - - uid: 8655 - components: - - type: Transform - pos: -74.52928,-3.5821853 - parent: 2 -- proto: FoodBurgerRobot - entities: - - uid: 6182 - components: - - type: Transform - pos: 46.69022,44.79637 - parent: 2 -- proto: FoodCakeClown - entities: - - uid: 19423 - components: - - type: Transform - pos: -77.534096,-0.22864151 - parent: 2 -- proto: FoodCannabisButter - entities: - - uid: 33639 - components: - - type: Transform - pos: 63.553394,50.756836 - parent: 2 -- proto: FoodCartCold - entities: - - uid: 5147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-14.5 - parent: 2 -- proto: FoodCartHot - entities: - - uid: 5172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-18.5 - parent: 2 - - uid: 7631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-16.5 - parent: 2 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 1118 - components: - - type: Transform - pos: -62.679012,-7.1969314 - parent: 2 - - uid: 18544 - components: - - type: Transform - pos: -62.554012,-7.3063064 - parent: 2 - - uid: 18545 - components: - - type: Transform - pos: -62.444637,-7.1344314 - parent: 2 -- proto: FoodCondimentBottleHotsauce - entities: - - uid: 7573 - components: - - type: Transform - pos: -46.36997,-20.935427 - parent: 2 - - uid: 7574 - components: - - type: Transform - pos: -48.004414,-13.187924 - parent: 2 -- proto: FoodCondimentPacketKetchup - entities: - - uid: 7098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.314384,-21.334772 - parent: 2 - - uid: 7575 - components: - - type: Transform - pos: -47.723164,-13.434018 - parent: 2 - - uid: 7576 - components: - - type: Transform - pos: -46.305195,-17.230892 - parent: 2 -- proto: FoodCondimentPacketMustard - entities: - - uid: 7577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.409824,-21.468569 - parent: 2 -- proto: FoodCornTrash - entities: - - uid: 16663 - components: - - type: Transform - pos: -39.388145,9.764108 - parent: 2 - - uid: 30084 - components: - - type: Transform - pos: 89.13743,44.278282 - parent: 2 -- proto: FoodDonutPoison - entities: - - uid: 32516 - components: - - type: Transform - pos: 95.76984,56.013218 - parent: 2 -- proto: FoodDoughFlat - entities: - - uid: 7555 - components: - - type: Transform - pos: -54.544113,-22.690569 - parent: 2 -- proto: FoodFrozenSandwich - entities: - - uid: 14270 - components: - - type: Transform - pos: 11.633413,48.094017 - parent: 2 -- proto: FoodGalaxythistle - entities: - - uid: 22271 - components: - - type: Transform - pos: 61.823143,64.43665 - parent: 2 - - uid: 22272 - components: - - type: Transform - pos: 90.75882,55.3758 - parent: 2 - - uid: 22274 - components: - - type: Transform - pos: 85.34794,44.6678 - parent: 2 - - uid: 22276 - components: - - type: Transform - pos: 52.92175,47.25847 - parent: 2 -- proto: FoodLollipop - entities: - - uid: 11521 - components: - - type: Transform - pos: -19.289154,7.743527 - parent: 2 - - uid: 16547 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.269623,7.684933 - parent: 2 - - uid: 18952 - components: - - type: Transform - pos: 13.4423275,-11.229972 - parent: 2 - - uid: 22073 - components: - - type: Transform - pos: 7.214395,-11.328008 - parent: 2 - - uid: 23261 - components: - - type: Transform - pos: -6.7492733,0.5342859 - parent: 2 - - uid: 23262 - components: - - type: Transform - pos: -6.585211,0.4405359 - parent: 2 - - uid: 23263 - components: - - type: Transform - pos: -4.557867,6.8858485 - parent: 2 - - uid: 23266 - components: - - type: Transform - pos: -4.4662676,-1.6805577 - parent: 2 - - uid: 23267 - components: - - type: Transform - pos: 3.5149999,5.519035 - parent: 2 - - uid: 23268 - components: - - type: Transform - pos: 7.692212,16.376804 - parent: 2 - - uid: 23269 - components: - - type: Transform - pos: 34.74761,16.705116 - parent: 2 - - uid: 23270 - components: - - type: Transform - pos: 34.7118,12.530766 - parent: 2 - - uid: 23271 - components: - - type: Transform - pos: 36.306503,7.7400866 - parent: 2 - - uid: 23272 - components: - - type: Transform - pos: 36.376816,7.5057116 - parent: 2 - - uid: 23273 - components: - - type: Transform - pos: 36.39244,7.685399 - parent: 2 - - uid: 23274 - components: - - type: Transform - pos: 36.57213,7.6150866 - parent: 2 - - uid: 23275 - components: - - type: Transform - pos: 36.689316,7.5369616 - parent: 2 - - uid: 23276 - components: - - type: Transform - pos: 19.555277,1.9447498 - parent: 2 - - uid: 23277 - components: - - type: Transform - pos: 18.641775,-9.527165 - parent: 2 - - uid: 23278 - components: - - type: Transform - pos: 18.255056,-8.35529 - parent: 2 - - uid: 23279 - components: - - type: Transform - pos: 15.700369,-11.472478 - parent: 2 -- proto: FoodMealFriedegg - entities: - - uid: 5565 - components: - - type: Transform - pos: 49.742733,33.688232 - parent: 2 -- proto: FoodMealPigblanket - entities: - - uid: 33594 - components: - - type: Transform - pos: 78.84952,61.5251 - parent: 2 -- proto: FoodMealPotatoLoaded - entities: - - uid: 14269 - components: - - type: Transform - pos: 12.836538,48.250267 - parent: 2 -- proto: FoodMeatCooked - entities: - - uid: 14266 - components: - - type: Transform - pos: 12.336538,47.890892 - parent: 2 - - uid: 14267 - components: - - type: Transform - pos: 12.555288,47.781517 - parent: 2 - - uid: 30036 - components: - - type: Transform - pos: 91.59526,17.813744 - parent: 2 -- proto: FoodMeatHumanKebab - entities: - - uid: 30070 - components: - - type: Transform - pos: 84.457634,40.523834 - parent: 2 -- proto: FoodNoodles - entities: - - uid: 7382 - components: - - type: Transform - pos: -54.11232,-24.44827 - parent: 2 -- proto: FoodNoodlesChowmein - entities: - - uid: 7381 - components: - - type: Transform - pos: -54.56872,-15.7341385 - parent: 2 -- proto: FoodNoodlesMeatball - entities: - - uid: 7383 - components: - - type: Transform - pos: -54.609127,-24.234867 - parent: 2 -- proto: FoodPizzaDonkpocketSlice - entities: - - uid: 16394 - components: - - type: Transform - pos: 31.231165,-17.57143 - parent: 2 - - uid: 18017 - components: - - type: Transform - pos: 20.21554,-17.337055 - parent: 2 - - uid: 18123 - components: - - type: Transform - pos: 28.481165,-17.25893 - parent: 2 -- proto: FoodPizzaMargheritaSlice - entities: - - uid: 7313 - components: - - type: Transform - pos: 20.535868,-17.462055 - parent: 2 - - uid: 9633 - components: - - type: Transform - pos: 17.926493,-18.35268 - parent: 2 -- proto: FoodPizzaMoldySlice - entities: - - uid: 7090 - components: - - type: Transform - pos: 18.848368,-21.72768 - parent: 2 - - uid: 7608 - components: - - type: Transform - pos: 32.432945,-20.38393 - parent: 2 -- proto: FoodPizzaVegetableSlice - entities: - - uid: 7554 - components: - - type: Transform - pos: -54.426926,-22.327288 - parent: 2 -- proto: FoodPlate - entities: - - uid: 1606 - components: - - type: Transform - pos: -8.524559,11.376148 - parent: 2 - - uid: 5443 - components: - - type: Transform - pos: 36.36186,30.848785 - parent: 2 - - uid: 5563 - components: - - type: Transform - pos: 46.495235,25.959606 - parent: 2 - - uid: 6867 - components: - - type: Transform - pos: -16.40899,-30.069578 - parent: 2 - - uid: 6896 - components: - - type: Transform - pos: 66.47547,16.915577 - parent: 2 - - uid: 7093 - components: - - type: Transform - pos: -47.528687,-13.109673 - parent: 2 - - uid: 9008 - components: - - type: Transform - pos: -50.54321,20.796501 - parent: 2 - - uid: 14268 - components: - - type: Transform - pos: 12.445913,47.984642 - parent: 2 - - uid: 16537 - components: - - type: Transform - pos: -29.343842,8.001339 - parent: 2 - - uid: 27943 - components: - - type: Transform - pos: 91.610886,17.954369 - parent: 2 -- proto: FoodPlatePlastic - entities: - - uid: 7106 - components: - - type: Transform - pos: -49.304165,-13.130768 - parent: 2 - - uid: 7111 - components: - - type: Transform - pos: -37.561977,-18.146393 - parent: 2 - - uid: 7170 - components: - - type: Transform - pos: -50.39401,-13.10733 - parent: 2 - - uid: 7172 - components: - - type: Transform - pos: -49.843227,-13.224518 - parent: 2 -- proto: FoodPlateSmall - entities: - - uid: 1617 - components: - - type: Transform - pos: -4.606382,9.860523 - parent: 2 - - uid: 1618 - components: - - type: Transform - pos: -4.575132,9.751148 - parent: 2 - - uid: 1619 - components: - - type: Transform - pos: -4.540187,9.572009 - parent: 2 - - uid: 5978 - components: - - type: Transform - pos: 20.518658,-17.325014 - parent: 2 - - uid: 5979 - components: - - type: Transform - pos: 28.628033,-17.254702 - parent: 2 -- proto: FoodPlateSmallTrash - entities: - - uid: 7006 - components: - - type: Transform - pos: -32.248787,-34.461353 - parent: 2 - - uid: 7007 - components: - - type: Transform - pos: -26.717535,-38.316822 - parent: 2 - - uid: 30092 - components: - - type: Transform - pos: 84.81684,43.70708 - parent: 2 -- proto: FoodPlateTrash - entities: - - uid: 7005 - components: - - type: Transform - pos: -31.487068,-33.769947 - parent: 2 -- proto: FoodPoppy - entities: - - uid: 22270 - components: - - type: Transform - pos: 84.72485,62.573936 - parent: 2 - - uid: 33597 - components: - - type: Transform - pos: 94.96543,49.342804 - parent: 2 -- proto: FoodPSB - entities: - - uid: 17113 - components: - - type: Transform - pos: -25.570404,7.6732144 - parent: 2 - - uid: 18124 - components: - - type: Transform - pos: -23.36728,7.6146207 - parent: 2 - - uid: 18173 - components: - - type: Transform - pos: -21.539154,7.7669644 - parent: 2 - - uid: 19953 - components: - - type: Transform - pos: -29.390717,7.591183 - parent: 2 - - uid: 19955 - components: - - type: Transform - pos: -17.203217,7.4857144 - parent: 2 - - uid: 19987 - components: - - type: Transform - pos: -19.60556,7.790402 - parent: 2 - - uid: 19988 - components: - - type: Transform - pos: -27.421967,7.509152 - parent: 2 -- proto: FoodSaladCaesar - entities: - - uid: 30033 - components: - - type: Transform - pos: 91.517136,17.516869 - parent: 2 -- proto: FoodSnackBoritos - entities: - - uid: 1615 - components: - - type: Transform - pos: -8.3344145,10.589709 - parent: 2 -- proto: FoodSnackCheesie - entities: - - uid: 19430 - components: - - type: Transform - pos: -78.04973,3.7062955 - parent: 2 -- proto: FoodSnackChips - entities: - - uid: 30235 - components: - - type: Transform - pos: -53.53988,25.557585 - parent: 2 -- proto: FoodSnackChowMein - entities: - - uid: 7568 - components: - - type: Transform - pos: -54.263153,-15.580503 - parent: 2 -- proto: FoodSnackCookieFortune - entities: - - uid: 4583 - components: - - type: Transform - pos: 63.83963,24.614466 - parent: 2 - - uid: 7542 - components: - - type: Transform - pos: -52.61176,-14.238689 - parent: 2 - - uid: 7543 - components: - - type: Transform - pos: -52.33051,-14.414471 - parent: 2 -- proto: FoodSnackPopcorn - entities: - - uid: 3520 - components: - - type: Transform - pos: 38.719772,-21.31327 - parent: 2 - - uid: 3521 - components: - - type: Transform - pos: 38.407272,-21.266396 - parent: 2 - - uid: 3523 - components: - - type: Transform - pos: 38.469772,-21.453896 - parent: 2 - - uid: 4504 - components: - - type: Transform - pos: -10.42578,71.4303 - parent: 2 - - uid: 30678 - components: - - type: Transform - pos: 14.2474375,71.378006 - parent: 2 - - uid: 30680 - components: - - type: Transform - pos: 4.4141035,71.492584 - parent: 2 - - uid: 30681 - components: - - type: Transform - pos: 4.7266035,71.82591 - parent: 2 - - uid: 30691 - components: - - type: Transform - pos: 4.3516035,71.867584 - parent: 2 - - uid: 30707 - components: - - type: Transform - pos: 14.5182705,71.471756 - parent: 2 - - uid: 30818 - components: - - type: Transform - pos: 11.9036875,71.211334 - parent: 2 - - uid: 30874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.0182705,70.961334 - parent: 2 - - uid: 31066 - components: - - type: Transform - pos: 14.289104,71.680084 - parent: 2 - - uid: 31077 - components: - - type: Transform - pos: 14.6849375,71.76341 - parent: 2 -- proto: FoodTartMime - entities: - - uid: 19440 - components: - - type: Transform - pos: -81.668015,-0.14460063 - parent: 2 -- proto: FoodTinBeansTrash - entities: - - uid: 30068 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 83.68616,39.444386 - parent: 2 -- proto: FoodTinMRETrash - entities: - - uid: 7029 - components: - - type: Transform - pos: -27.080816,-32.43401 - parent: 2 - - uid: 7030 - components: - - type: Transform - pos: -27.350348,-31.648853 - parent: 2 - - uid: 30062 - components: - - type: Transform - pos: 84.31701,38.75821 - parent: 2 -- proto: FoodTinPeachesTrash - entities: - - uid: 7031 - components: - - type: Transform - pos: -33.303474,-35.35198 - parent: 2 - - uid: 30067 - components: - - type: Transform - pos: 89.94156,37.71867 - parent: 2 -- proto: ForkPlastic - entities: - - uid: 7116 - components: - - type: Transform - pos: -35.518753,-18.324553 - parent: 2 - - uid: 7120 - components: - - type: Transform - pos: -35.36641,-18.324553 - parent: 2 -- proto: FuelDispenser - entities: - - uid: 26355 - components: - - type: Transform - pos: -50.5,32.5 - parent: 2 -- proto: GasAnalyzer - entities: - - uid: 5679 - components: - - type: Transform - pos: 34.648033,47.247894 - parent: 2 - - uid: 28004 - components: - - type: Transform - pos: -66.555725,33.62045 - parent: 2 -- proto: GasCanisterBrokenBase - entities: - - uid: 5374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,50.5 - parent: 2 - - uid: 7067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-31.5 - parent: 2 -- proto: GasFilter - entities: - - uid: 1085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,13.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9204 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasMinerCarbonDioxide - entities: - - uid: 9349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerNitrogenStationLarge - entities: - - uid: 9344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerOxygenStationLarge - entities: - - uid: 9345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMixerFlipped - entities: - - uid: 5042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,50.5 - parent: 2 - - type: GasMixer - inletTwoConcentration: 0.01999998 - inletOneConcentration: 0.98 - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasOutletInjector - entities: - - uid: 2572 - components: - - type: Transform - pos: 40.5,53.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2573 - components: - - type: Transform - pos: 44.5,53.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasPassiveGate - entities: - - uid: 27144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-9.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPassiveVent - entities: - - uid: 5652 - components: - - type: Transform - pos: 41.5,53.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5675 - components: - - type: Transform - pos: 43.5,53.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9156 - components: - - type: Transform - pos: -49.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9159 - components: - - type: Transform - pos: -39.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9161 - components: - - type: Transform - pos: -37.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9163 - components: - - type: Transform - pos: -47.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9167 - components: - - type: Transform - pos: -41.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9168 - components: - - type: Transform - pos: -45.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9169 - components: - - type: Transform - pos: -43.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 19718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,53.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasPipeBend - entities: - - uid: 2314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,53.5 - parent: 2 - - uid: 5046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5087 - components: - - type: Transform - pos: -36.5,43.5 - parent: 2 - - uid: 5932 - components: - - type: Transform - pos: -43.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,43.5 - parent: 2 - - uid: 9407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,51.5 - parent: 2 - - uid: 9408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,51.5 - parent: 2 - - uid: 9409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,51.5 - parent: 2 - - uid: 9410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,51.5 - parent: 2 - - uid: 9411 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,51.5 - parent: 2 - - uid: 9412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,51.5 - parent: 2 - - uid: 9413 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,51.5 - parent: 2 - - uid: 9560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,45.5 - parent: 2 - - uid: 9875 - components: - - type: Transform - pos: -35.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10213 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18362 - components: - - type: Transform - pos: 7.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19980 - components: - - type: Transform - pos: -85.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20400 - components: - - type: Transform - pos: -72.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22162 - components: - - type: Transform - pos: -83.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24321 - components: - - type: Transform - pos: -9.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24459 - components: - - type: Transform - pos: 0.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24504 - components: - - type: Transform - pos: -39.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24505 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24506 - components: - - type: Transform - pos: -41.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24508 - components: - - type: Transform - pos: -43.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24509 - components: - - type: Transform - pos: -44.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24510 - components: - - type: Transform - pos: -46.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24511 - components: - - type: Transform - pos: -45.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24512 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24513 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24514 - components: - - type: Transform - pos: -42.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24593 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24597 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24638 - components: - - type: Transform - pos: 51.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24643 - components: - - type: Transform - pos: 39.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24644 - components: - - type: Transform - pos: 38.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24645 - components: - - type: Transform - pos: 38.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25434 - components: - - type: Transform - pos: 40.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25466 - components: - - type: Transform - pos: 43.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25627 - components: - - type: Transform - pos: 34.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25628 - components: - - type: Transform - pos: 35.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25731 - components: - - type: Transform - pos: 7.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25732 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25822 - components: - - type: Transform - pos: 9.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25823 - components: - - type: Transform - pos: 10.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25925 - components: - - type: Transform - pos: -13.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26063 - components: - - type: Transform - pos: -30.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26098 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26111 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26119 - components: - - type: Transform - pos: -4.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26863 - components: - - type: Transform - pos: 0.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27048 - components: - - type: Transform - pos: -53.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27049 - components: - - type: Transform - pos: -52.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-7.5 - parent: 2 - - uid: 27148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-7.5 - parent: 2 - - uid: 27175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27327 - components: - - type: Transform - pos: 21.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27343 - components: - - type: Transform - pos: 18.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27420 - components: - - type: Transform - pos: 34.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28188 - components: - - type: Transform - pos: -19.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28191 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28193 - components: - - type: Transform - pos: -20.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,44.5 - parent: 2 - - uid: 28829 - components: - - type: Transform - pos: -52.5,50.5 - parent: 2 - - uid: 30500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30517 - components: - - type: Transform - pos: -32.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 30518 - components: - - type: Transform - pos: -33.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPipeFourway - entities: - - uid: 6380 - components: - - type: Transform - pos: -26.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6517 - components: - - type: Transform - pos: -28.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15633 - components: - - type: Transform - pos: 31.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18217 - components: - - type: Transform - pos: 0.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19939 - components: - - type: Transform - pos: -53.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23948 - components: - - type: Transform - pos: -71.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23953 - components: - - type: Transform - pos: -83.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24026 - components: - - type: Transform - pos: -85.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24047 - components: - - type: Transform - pos: -73.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24074 - components: - - type: Transform - pos: 19.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24323 - components: - - type: Transform - pos: -0.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24697 - components: - - type: Transform - pos: 30.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24720 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24731 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24737 - components: - - type: Transform - pos: 31.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24754 - components: - - type: Transform - pos: -53.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24853 - components: - - type: Transform - pos: 0.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24869 - components: - - type: Transform - pos: 2.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24909 - components: - - type: Transform - pos: -11.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24927 - components: - - type: Transform - pos: -10.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25042 - components: - - type: Transform - pos: 8.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25043 - components: - - type: Transform - pos: 10.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25437 - components: - - type: Transform - pos: 39.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25571 - components: - - type: Transform - pos: -55.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25744 - components: - - type: Transform - pos: 19.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25761 - components: - - type: Transform - pos: 17.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26060 - components: - - type: Transform - pos: -24.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26069 - components: - - type: Transform - pos: -13.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26833 - components: - - type: Transform - pos: -27.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26848 - components: - - type: Transform - pos: -32.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26851 - components: - - type: Transform - pos: 36.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26852 - components: - - type: Transform - pos: 34.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26857 - components: - - type: Transform - pos: 25.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26859 - components: - - type: Transform - pos: 13.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26860 - components: - - type: Transform - pos: 15.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26980 - components: - - type: Transform - pos: -59.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26981 - components: - - type: Transform - pos: -58.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27330 - components: - - type: Transform - pos: 18.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29039 - components: - - type: Transform - pos: -47.5,44.5 - parent: 2 -- proto: GasPipeStraight - entities: - - uid: 93 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1109 - components: - - type: Transform - pos: -21.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2150 - components: - - type: Transform - pos: -32.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2187 - components: - - type: Transform - pos: -37.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,50.5 - parent: 2 - - uid: 2297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2530 - components: - - type: Transform - pos: 44.5,48.5 - parent: 2 - - uid: 2531 - components: - - type: Transform - pos: 40.5,48.5 - parent: 2 - - uid: 2535 - components: - - type: Transform - pos: 41.5,48.5 - parent: 2 - - uid: 2538 - components: - - type: Transform - pos: 43.5,48.5 - parent: 2 - - uid: 2582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3571 - components: - - type: Transform - pos: 21.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3691 - components: - - type: Transform - pos: -43.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,46.5 - parent: 2 - - uid: 3705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,46.5 - parent: 2 - - uid: 3713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,46.5 - parent: 2 - - uid: 3749 - components: - - type: Transform - pos: -53.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3757 - components: - - type: Transform - pos: -53.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4036 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,49.5 - parent: 2 - - uid: 4054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,52.5 - parent: 2 - - uid: 4055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,51.5 - parent: 2 - - uid: 4272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,43.5 - parent: 2 - - uid: 5112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5539 - components: - - type: Transform - pos: 41.5,50.5 - parent: 2 - - uid: 5544 - components: - - type: Transform - pos: 41.5,49.5 - parent: 2 - - uid: 5546 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,51.5 - parent: 2 - - uid: 5556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,52.5 - parent: 2 - - uid: 5557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,50.5 - parent: 2 - - uid: 5559 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,49.5 - parent: 2 - - uid: 5573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5645 - components: - - type: Transform - pos: 43.5,49.5 - parent: 2 - - uid: 5647 - components: - - type: Transform - pos: 43.5,50.5 - parent: 2 - - uid: 5648 - components: - - type: Transform - pos: 41.5,51.5 - parent: 2 - - uid: 5654 - components: - - type: Transform - pos: 41.5,52.5 - parent: 2 - - uid: 5656 - components: - - type: Transform - pos: 43.5,52.5 - parent: 2 - - uid: 5659 - components: - - type: Transform - pos: 43.5,51.5 - parent: 2 - - uid: 5663 - components: - - type: Transform - pos: -46.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5916 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6330 - components: - - type: Transform - pos: -17.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6378 - components: - - type: Transform - pos: -17.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6400 - components: - - type: Transform - pos: -46.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6712 - components: - - type: Transform - pos: -53.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6786 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6937 - components: - - type: Transform - pos: -45.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6965 - components: - - type: Transform - pos: -55.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7266 - components: - - type: Transform - pos: -46.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7511 - components: - - type: Transform - pos: -46.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7512 - components: - - type: Transform - pos: -46.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7513 - components: - - type: Transform - pos: -46.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7558 - components: - - type: Transform - pos: -45.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8385 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8421 - components: - - type: Transform - pos: -83.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8476 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8725 - components: - - type: Transform - pos: -43.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,46.5 - parent: 2 - - uid: 9171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,46.5 - parent: 2 - - uid: 9176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,46.5 - parent: 2 - - uid: 9177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,46.5 - parent: 2 - - uid: 9182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,46.5 - parent: 2 - - uid: 9190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,46.5 - parent: 2 - - uid: 9206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,46.5 - parent: 2 - - uid: 9207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,46.5 - parent: 2 - - uid: 9208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,46.5 - parent: 2 - - uid: 9209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,46.5 - parent: 2 - - uid: 9293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,46.5 - parent: 2 - - uid: 9358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,47.5 - parent: 2 - - uid: 9359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,48.5 - parent: 2 - - uid: 9360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,49.5 - parent: 2 - - uid: 9361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,49.5 - parent: 2 - - uid: 9362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,48.5 - parent: 2 - - uid: 9363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,47.5 - parent: 2 - - uid: 9364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,47.5 - parent: 2 - - uid: 9365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,48.5 - parent: 2 - - uid: 9366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,49.5 - parent: 2 - - uid: 9367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,49.5 - parent: 2 - - uid: 9368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,48.5 - parent: 2 - - uid: 9369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,47.5 - parent: 2 - - uid: 9370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,47.5 - parent: 2 - - uid: 9371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,48.5 - parent: 2 - - uid: 9372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,49.5 - parent: 2 - - uid: 9373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,49.5 - parent: 2 - - uid: 9374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,48.5 - parent: 2 - - uid: 9375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,47.5 - parent: 2 - - uid: 9376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,47.5 - parent: 2 - - uid: 9377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,48.5 - parent: 2 - - uid: 9378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,49.5 - parent: 2 - - uid: 9379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,47.5 - parent: 2 - - uid: 9380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,48.5 - parent: 2 - - uid: 9381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,49.5 - parent: 2 - - uid: 9382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,50.5 - parent: 2 - - uid: 9383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,50.5 - parent: 2 - - uid: 9384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,49.5 - parent: 2 - - uid: 9385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,48.5 - parent: 2 - - uid: 9386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,47.5 - parent: 2 - - uid: 9387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,47.5 - parent: 2 - - uid: 9388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,48.5 - parent: 2 - - uid: 9389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,49.5 - parent: 2 - - uid: 9390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,50.5 - parent: 2 - - uid: 9391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,50.5 - parent: 2 - - uid: 9392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,49.5 - parent: 2 - - uid: 9393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,48.5 - parent: 2 - - uid: 9394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,47.5 - parent: 2 - - uid: 9395 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,47.5 - parent: 2 - - uid: 9396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,48.5 - parent: 2 - - uid: 9397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,49.5 - parent: 2 - - uid: 9398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,50.5 - parent: 2 - - uid: 9399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,50.5 - parent: 2 - - uid: 9400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,49.5 - parent: 2 - - uid: 9401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,48.5 - parent: 2 - - uid: 9402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,47.5 - parent: 2 - - uid: 9403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,47.5 - parent: 2 - - uid: 9404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,48.5 - parent: 2 - - uid: 9405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,49.5 - parent: 2 - - uid: 9406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,50.5 - parent: 2 - - uid: 9497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,45.5 - parent: 2 - - uid: 9498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,45.5 - parent: 2 - - uid: 9499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,45.5 - parent: 2 - - uid: 9500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,45.5 - parent: 2 - - uid: 9501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,45.5 - parent: 2 - - uid: 9502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,45.5 - parent: 2 - - uid: 9503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9519 - components: - - type: Transform - pos: -42.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9520 - components: - - type: Transform - pos: -42.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9522 - components: - - type: Transform - pos: -42.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9523 - components: - - type: Transform - pos: -42.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9524 - components: - - type: Transform - pos: -42.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9526 - components: - - type: Transform - pos: -43.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9532 - components: - - type: Transform - pos: -32.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,47.5 - parent: 2 - - uid: 9567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,48.5 - parent: 2 - - uid: 9700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10623 - components: - - type: Transform - pos: -21.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11855 - components: - - type: Transform - pos: -21.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11858 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11859 - components: - - type: Transform - pos: -21.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11860 - components: - - type: Transform - pos: -21.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15905 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18345 - components: - - type: Transform - pos: 2.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18348 - components: - - type: Transform - pos: -37.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18351 - components: - - type: Transform - pos: -36.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20382 - components: - - type: Transform - pos: 46.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20401 - components: - - type: Transform - pos: 46.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22896 - components: - - type: Transform - pos: 38.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23237 - components: - - type: Transform - pos: 65.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23238 - components: - - type: Transform - pos: 65.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23239 - components: - - type: Transform - pos: 65.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23693 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23717 - components: - - type: Transform - pos: -51.5,49.5 - parent: 2 - - uid: 23718 - components: - - type: Transform - pos: -51.5,50.5 - parent: 2 - - uid: 23719 - components: - - type: Transform - pos: -51.5,51.5 - parent: 2 - - uid: 23720 - components: - - type: Transform - pos: -51.5,52.5 - parent: 2 - - uid: 23770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,50.5 - parent: 2 - - uid: 23784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,46.5 - parent: 2 - - uid: 23839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,45.5 - parent: 2 - - uid: 23895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,50.5 - parent: 2 - - uid: 23906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23940 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23945 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23954 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23955 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23956 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23958 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23960 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23966 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23980 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23985 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23986 - components: - - type: Transform - pos: -45.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23987 - components: - - type: Transform - pos: -45.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23988 - components: - - type: Transform - pos: -45.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23989 - components: - - type: Transform - pos: -45.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23990 - components: - - type: Transform - pos: -45.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23991 - components: - - type: Transform - pos: -45.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23992 - components: - - type: Transform - pos: -45.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24006 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24013 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24017 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24033 - components: - - type: Transform - pos: 0.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24034 - components: - - type: Transform - pos: 0.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24035 - components: - - type: Transform - pos: 0.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24036 - components: - - type: Transform - pos: 0.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24037 - components: - - type: Transform - pos: 0.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24038 - components: - - type: Transform - pos: 0.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24039 - components: - - type: Transform - pos: 0.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24041 - components: - - type: Transform - pos: 0.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24042 - components: - - type: Transform - pos: 0.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24044 - components: - - type: Transform - pos: 0.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24045 - components: - - type: Transform - pos: 0.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24046 - components: - - type: Transform - pos: 0.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24048 - components: - - type: Transform - pos: 0.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24049 - components: - - type: Transform - pos: 0.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24050 - components: - - type: Transform - pos: 0.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24052 - components: - - type: Transform - pos: 0.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24053 - components: - - type: Transform - pos: 0.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24054 - components: - - type: Transform - pos: 0.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24055 - components: - - type: Transform - pos: 0.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24056 - components: - - type: Transform - pos: 0.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24057 - components: - - type: Transform - pos: 0.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24058 - components: - - type: Transform - pos: 0.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24060 - components: - - type: Transform - pos: 0.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24061 - components: - - type: Transform - pos: 0.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24062 - components: - - type: Transform - pos: 0.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24063 - components: - - type: Transform - pos: 0.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24064 - components: - - type: Transform - pos: 0.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24065 - components: - - type: Transform - pos: 8.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24066 - components: - - type: Transform - pos: 0.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24067 - components: - - type: Transform - pos: 0.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24068 - components: - - type: Transform - pos: 0.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24069 - components: - - type: Transform - pos: 0.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24071 - components: - - type: Transform - pos: 0.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24072 - components: - - type: Transform - pos: 0.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24073 - components: - - type: Transform - pos: 0.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24075 - components: - - type: Transform - pos: 0.5,65.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24076 - components: - - type: Transform - pos: 0.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24077 - components: - - type: Transform - pos: 0.5,67.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24078 - components: - - type: Transform - pos: 0.5,68.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24079 - components: - - type: Transform - pos: 0.5,69.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24080 - components: - - type: Transform - pos: 0.5,70.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24082 - components: - - type: Transform - pos: 0.5,72.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24083 - components: - - type: Transform - pos: 0.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24084 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24085 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24086 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24093 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24102 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,72.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,69.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,67.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,65.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,50.5 - parent: 2 - - uid: 24118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24152 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24177 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24200 - components: - - type: Transform - pos: -43.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24201 - components: - - type: Transform - pos: -43.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24202 - components: - - type: Transform - pos: -43.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24203 - components: - - type: Transform - pos: -43.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24204 - components: - - type: Transform - pos: -43.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24205 - components: - - type: Transform - pos: -43.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24207 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24209 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24212 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24213 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24224 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24227 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24239 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24248 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24318 - components: - - type: Transform - pos: 0.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24319 - components: - - type: Transform - pos: 2.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24328 - components: - - type: Transform - pos: 2.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24329 - components: - - type: Transform - pos: 2.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24330 - components: - - type: Transform - pos: 2.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24331 - components: - - type: Transform - pos: 2.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24332 - components: - - type: Transform - pos: 2.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24333 - components: - - type: Transform - pos: 2.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24334 - components: - - type: Transform - pos: 2.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24335 - components: - - type: Transform - pos: 2.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24373 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24390 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24395 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24435 - components: - - type: Transform - pos: -32.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24437 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24444 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24448 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24460 - components: - - type: Transform - pos: -47.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24461 - components: - - type: Transform - pos: -47.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24463 - components: - - type: Transform - pos: -47.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24465 - components: - - type: Transform - pos: -47.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24466 - components: - - type: Transform - pos: -47.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24467 - components: - - type: Transform - pos: -47.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24468 - components: - - type: Transform - pos: -47.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24469 - components: - - type: Transform - pos: -47.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24470 - components: - - type: Transform - pos: -47.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24471 - components: - - type: Transform - pos: -47.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24472 - components: - - type: Transform - pos: -47.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24473 - components: - - type: Transform - pos: -47.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24474 - components: - - type: Transform - pos: -47.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24475 - components: - - type: Transform - pos: -47.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24476 - components: - - type: Transform - pos: -47.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24477 - components: - - type: Transform - pos: -47.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24478 - components: - - type: Transform - pos: -45.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24479 - components: - - type: Transform - pos: -45.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24480 - components: - - type: Transform - pos: -45.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24481 - components: - - type: Transform - pos: -45.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24482 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24484 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24485 - components: - - type: Transform - pos: -45.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24486 - components: - - type: Transform - pos: -45.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24487 - components: - - type: Transform - pos: -45.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24488 - components: - - type: Transform - pos: -45.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24489 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24490 - components: - - type: Transform - pos: -45.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24491 - components: - - type: Transform - pos: -45.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24492 - components: - - type: Transform - pos: -45.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24515 - components: - - type: Transform - pos: -39.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24516 - components: - - type: Transform - pos: -39.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24524 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24525 - components: - - type: Transform - pos: -32.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24528 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24532 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24534 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24535 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24536 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24542 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24548 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24550 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24551 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24553 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24555 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24560 - components: - - type: Transform - pos: 48.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24561 - components: - - type: Transform - pos: 48.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24562 - components: - - type: Transform - pos: 48.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24563 - components: - - type: Transform - pos: 48.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24564 - components: - - type: Transform - pos: 48.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24565 - components: - - type: Transform - pos: 48.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24566 - components: - - type: Transform - pos: 48.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24567 - components: - - type: Transform - pos: 48.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24568 - components: - - type: Transform - pos: 48.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24569 - components: - - type: Transform - pos: 48.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24570 - components: - - type: Transform - pos: 48.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24571 - components: - - type: Transform - pos: 48.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24572 - components: - - type: Transform - pos: 48.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24573 - components: - - type: Transform - pos: 48.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24574 - components: - - type: Transform - pos: 48.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24575 - components: - - type: Transform - pos: 48.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24576 - components: - - type: Transform - pos: 48.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24577 - components: - - type: Transform - pos: 49.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24578 - components: - - type: Transform - pos: 49.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24579 - components: - - type: Transform - pos: 49.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24580 - components: - - type: Transform - pos: 49.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24581 - components: - - type: Transform - pos: 49.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24583 - components: - - type: Transform - pos: 49.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24584 - components: - - type: Transform - pos: 49.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24586 - components: - - type: Transform - pos: 49.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24587 - components: - - type: Transform - pos: 49.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24588 - components: - - type: Transform - pos: 49.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24589 - components: - - type: Transform - pos: 49.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24590 - components: - - type: Transform - pos: 49.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24591 - components: - - type: Transform - pos: 49.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24600 - components: - - type: Transform - pos: 47.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24605 - components: - - type: Transform - pos: 47.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24624 - components: - - type: Transform - pos: 51.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24625 - components: - - type: Transform - pos: 51.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24626 - components: - - type: Transform - pos: 51.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24627 - components: - - type: Transform - pos: 51.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24628 - components: - - type: Transform - pos: 51.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24630 - components: - - type: Transform - pos: 51.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24632 - components: - - type: Transform - pos: 51.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24633 - components: - - type: Transform - pos: 51.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24634 - components: - - type: Transform - pos: 51.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24635 - components: - - type: Transform - pos: 51.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24636 - components: - - type: Transform - pos: 51.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24692 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24693 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24706 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24800 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24807 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24839 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24878 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24895 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24902 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24903 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24904 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24905 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24915 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24916 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24924 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24926 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24928 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24932 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24945 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24951 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24955 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24956 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24957 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24958 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24960 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24965 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24975 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24980 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24985 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24992 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24994 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24998 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25013 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25017 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25020 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25021 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25022 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25046 - components: - - type: Transform - pos: 8.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25048 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25049 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25050 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25051 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25072 - components: - - type: Transform - pos: -38.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25073 - components: - - type: Transform - pos: -39.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25084 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25090 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25091 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25094 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25098 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25099 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25102 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25105 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25106 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25147 - components: - - type: Transform - pos: 30.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25148 - components: - - type: Transform - pos: 30.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25149 - components: - - type: Transform - pos: 30.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25150 - components: - - type: Transform - pos: 30.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25151 - components: - - type: Transform - pos: 30.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25152 - components: - - type: Transform - pos: 30.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25153 - components: - - type: Transform - pos: 30.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25154 - components: - - type: Transform - pos: 30.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25156 - components: - - type: Transform - pos: 30.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25157 - components: - - type: Transform - pos: 30.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25159 - components: - - type: Transform - pos: 31.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25160 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25161 - components: - - type: Transform - pos: 31.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25162 - components: - - type: Transform - pos: 31.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25163 - components: - - type: Transform - pos: 31.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25164 - components: - - type: Transform - pos: 31.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25165 - components: - - type: Transform - pos: 31.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25167 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25168 - components: - - type: Transform - pos: 31.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25352 - components: - - type: Transform - pos: 46.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25355 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25379 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25383 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25438 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25477 - components: - - type: Transform - pos: 34.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25478 - components: - - type: Transform - pos: 34.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25479 - components: - - type: Transform - pos: 34.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25480 - components: - - type: Transform - pos: 35.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25481 - components: - - type: Transform - pos: 35.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25482 - components: - - type: Transform - pos: 35.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25487 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25493 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25504 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25513 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25515 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25518 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25526 - components: - - type: Transform - pos: 23.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25534 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25538 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25540 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25546 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25547 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25551 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25554 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25566 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25572 - components: - - type: Transform - pos: 31.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25576 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25591 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25592 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25594 - components: - - type: Transform - pos: 35.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25595 - components: - - type: Transform - pos: 35.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25596 - components: - - type: Transform - pos: 35.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25597 - components: - - type: Transform - pos: 35.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25598 - components: - - type: Transform - pos: 35.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25599 - components: - - type: Transform - pos: 35.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25600 - components: - - type: Transform - pos: 35.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25601 - components: - - type: Transform - pos: 35.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25602 - components: - - type: Transform - pos: 35.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25603 - components: - - type: Transform - pos: 35.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25604 - components: - - type: Transform - pos: 34.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25605 - components: - - type: Transform - pos: 34.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25606 - components: - - type: Transform - pos: 34.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25607 - components: - - type: Transform - pos: 34.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25608 - components: - - type: Transform - pos: 34.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25609 - components: - - type: Transform - pos: 34.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25610 - components: - - type: Transform - pos: 34.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25611 - components: - - type: Transform - pos: 34.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25612 - components: - - type: Transform - pos: 34.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25613 - components: - - type: Transform - pos: 34.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25614 - components: - - type: Transform - pos: 31.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25615 - components: - - type: Transform - pos: 31.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25643 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25663 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25684 - components: - - type: Transform - pos: 56.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25685 - components: - - type: Transform - pos: 56.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25686 - components: - - type: Transform - pos: 55.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25687 - components: - - type: Transform - pos: 55.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25697 - components: - - type: Transform - pos: 25.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25764 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25765 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25768 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25799 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25809 - components: - - type: Transform - pos: -39.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25830 - components: - - type: Transform - pos: 9.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25831 - components: - - type: Transform - pos: 9.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25832 - components: - - type: Transform - pos: 10.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25833 - components: - - type: Transform - pos: 10.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25839 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25849 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25855 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25868 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25872 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25911 - components: - - type: Transform - pos: -12.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25912 - components: - - type: Transform - pos: -12.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25913 - components: - - type: Transform - pos: -12.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25914 - components: - - type: Transform - pos: -12.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25915 - components: - - type: Transform - pos: -12.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25916 - components: - - type: Transform - pos: -12.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25918 - components: - - type: Transform - pos: -12.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25919 - components: - - type: Transform - pos: -12.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25922 - components: - - type: Transform - pos: -12.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25923 - components: - - type: Transform - pos: -12.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25924 - components: - - type: Transform - pos: -12.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25926 - components: - - type: Transform - pos: -13.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25927 - components: - - type: Transform - pos: -13.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25928 - components: - - type: Transform - pos: -13.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25929 - components: - - type: Transform - pos: -13.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25930 - components: - - type: Transform - pos: -13.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25931 - components: - - type: Transform - pos: -13.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25933 - components: - - type: Transform - pos: -13.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25934 - components: - - type: Transform - pos: -13.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25935 - components: - - type: Transform - pos: -13.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25938 - components: - - type: Transform - pos: -13.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25939 - components: - - type: Transform - pos: -13.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25941 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25943 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25947 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25948 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25949 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25950 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25954 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25957 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25966 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25978 - components: - - type: Transform - pos: -32.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25979 - components: - - type: Transform - pos: -32.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25980 - components: - - type: Transform - pos: -32.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25981 - components: - - type: Transform - pos: -32.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25982 - components: - - type: Transform - pos: -32.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26003 - components: - - type: Transform - pos: -33.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26004 - components: - - type: Transform - pos: -33.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26005 - components: - - type: Transform - pos: -33.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26006 - components: - - type: Transform - pos: -33.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26007 - components: - - type: Transform - pos: -33.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26008 - components: - - type: Transform - pos: -33.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26020 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26022 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26023 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26026 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26048 - components: - - type: Transform - pos: -17.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26049 - components: - - type: Transform - pos: -17.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26050 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26052 - components: - - type: Transform - pos: -17.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26099 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26102 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26163 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26192 - components: - - type: Transform - pos: -25.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26193 - components: - - type: Transform - pos: -25.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26194 - components: - - type: Transform - pos: -25.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26195 - components: - - type: Transform - pos: -25.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26196 - components: - - type: Transform - pos: -25.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26197 - components: - - type: Transform - pos: -25.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26199 - components: - - type: Transform - pos: -25.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26200 - components: - - type: Transform - pos: -27.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26201 - components: - - type: Transform - pos: -27.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26202 - components: - - type: Transform - pos: -27.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26203 - components: - - type: Transform - pos: -27.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26204 - components: - - type: Transform - pos: -27.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26205 - components: - - type: Transform - pos: -27.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26206 - components: - - type: Transform - pos: -27.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26207 - components: - - type: Transform - pos: -27.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26208 - components: - - type: Transform - pos: -27.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26222 - components: - - type: Transform - pos: -10.5,65.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26224 - components: - - type: Transform - pos: -8.5,65.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26225 - components: - - type: Transform - pos: -8.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26226 - components: - - type: Transform - pos: -4.5,65.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26227 - components: - - type: Transform - pos: -2.5,65.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26228 - components: - - type: Transform - pos: -2.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26229 - components: - - type: Transform - pos: -39.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26230 - components: - - type: Transform - pos: -39.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26231 - components: - - type: Transform - pos: -39.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26233 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26238 - components: - - type: Transform - pos: -37.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26239 - components: - - type: Transform - pos: -37.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26240 - components: - - type: Transform - pos: -37.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26241 - components: - - type: Transform - pos: -37.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26242 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26243 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26295 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26310 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26311 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26326 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26338 - components: - - type: Transform - pos: -67.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26339 - components: - - type: Transform - pos: -69.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26350 - components: - - type: Transform - pos: -69.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26351 - components: - - type: Transform - pos: -69.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26352 - components: - - type: Transform - pos: -67.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26774 - components: - - type: Transform - pos: -95.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26778 - components: - - type: Transform - pos: -94.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26779 - components: - - type: Transform - pos: -94.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26837 - components: - - type: Transform - pos: -77.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26838 - components: - - type: Transform - pos: -77.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26839 - components: - - type: Transform - pos: -78.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26840 - components: - - type: Transform - pos: -78.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26841 - components: - - type: Transform - pos: -78.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26842 - components: - - type: Transform - pos: -78.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26903 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26906 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26922 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26925 - components: - - type: Transform - pos: -60.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26927 - components: - - type: Transform - pos: -60.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26928 - components: - - type: Transform - pos: -60.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26929 - components: - - type: Transform - pos: -60.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26930 - components: - - type: Transform - pos: -58.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26931 - components: - - type: Transform - pos: -58.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26932 - components: - - type: Transform - pos: -58.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26950 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26952 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26953 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26966 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26982 - components: - - type: Transform - pos: -59.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26983 - components: - - type: Transform - pos: -59.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26988 - components: - - type: Transform - pos: -58.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26989 - components: - - type: Transform - pos: -58.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26990 - components: - - type: Transform - pos: -58.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27004 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27005 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27014 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27020 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27026 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27027 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27030 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27031 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27032 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27033 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27035 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27042 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27044 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27045 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27050 - components: - - type: Transform - pos: -53.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27051 - components: - - type: Transform - pos: -53.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27052 - components: - - type: Transform - pos: -53.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27054 - components: - - type: Transform - pos: -52.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27055 - components: - - type: Transform - pos: -52.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27056 - components: - - type: Transform - pos: -52.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27060 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27062 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27064 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27066 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27068 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27075 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27076 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27080 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27083 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27091 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27092 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27096 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,48.5 - parent: 2 - - uid: 27125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,49.5 - parent: 2 - - uid: 27126 - components: - - type: Transform - pos: -37.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27127 - components: - - type: Transform - pos: -36.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27128 - components: - - type: Transform - pos: -36.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27138 - components: - - type: Transform - pos: -40.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27139 - components: - - type: Transform - pos: -40.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27140 - components: - - type: Transform - pos: -40.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27141 - components: - - type: Transform - pos: -38.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27142 - components: - - type: Transform - pos: -38.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27143 - components: - - type: Transform - pos: -59.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-8.5 - parent: 2 - - uid: 27150 - components: - - type: Transform - pos: -58.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27151 - components: - - type: Transform - pos: -58.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27177 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27205 - components: - - type: Transform - pos: -26.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27229 - components: - - type: Transform - pos: -14.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27279 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27280 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27281 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27282 - components: - - type: Transform - pos: -16.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27283 - components: - - type: Transform - pos: -16.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27284 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27285 - components: - - type: Transform - pos: -16.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27286 - components: - - type: Transform - pos: -16.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27287 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27288 - components: - - type: Transform - pos: -14.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27289 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27290 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27291 - components: - - type: Transform - pos: -14.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27292 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27317 - components: - - type: Transform - pos: 8.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27318 - components: - - type: Transform - pos: 8.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27326 - components: - - type: Transform - pos: 17.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,14.5 - parent: 2 - - uid: 27334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27338 - components: - - type: Transform - pos: 17.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27376 - components: - - type: Transform - pos: 29.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27377 - components: - - type: Transform - pos: 29.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27378 - components: - - type: Transform - pos: 29.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27462 - components: - - type: Transform - pos: -45.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27463 - components: - - type: Transform - pos: -45.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27464 - components: - - type: Transform - pos: -45.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27465 - components: - - type: Transform - pos: -45.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27468 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27469 - components: - - type: Transform - pos: -33.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27470 - components: - - type: Transform - pos: -33.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27471 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27472 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27473 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27474 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27475 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27476 - components: - - type: Transform - pos: -32.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27477 - components: - - type: Transform - pos: -32.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27478 - components: - - type: Transform - pos: -32.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27479 - components: - - type: Transform - pos: -32.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27480 - components: - - type: Transform - pos: -32.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27481 - components: - - type: Transform - pos: -32.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27485 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27486 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27487 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27488 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27489 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27490 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27518 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27524 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27530 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27535 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27539 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27545 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27552 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27566 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27591 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27592 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27596 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27597 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27598 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27600 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27605 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27606 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27608 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27613 - components: - - type: Transform - pos: 60.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27625 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27627 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27640 - components: - - type: Transform - pos: 60.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27643 - components: - - type: Transform - pos: 60.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27644 - components: - - type: Transform - pos: 60.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27645 - components: - - type: Transform - pos: 60.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27646 - components: - - type: Transform - pos: 60.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27647 - components: - - type: Transform - pos: 60.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27648 - components: - - type: Transform - pos: 60.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27649 - components: - - type: Transform - pos: 60.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27650 - components: - - type: Transform - pos: 60.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27651 - components: - - type: Transform - pos: 60.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27652 - components: - - type: Transform - pos: 60.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27654 - components: - - type: Transform - pos: 60.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27655 - components: - - type: Transform - pos: 60.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27656 - components: - - type: Transform - pos: 60.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27657 - components: - - type: Transform - pos: 60.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27658 - components: - - type: Transform - pos: 60.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27659 - components: - - type: Transform - pos: 60.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27660 - components: - - type: Transform - pos: 60.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27661 - components: - - type: Transform - pos: 60.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27662 - components: - - type: Transform - pos: 60.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27663 - components: - - type: Transform - pos: 60.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27664 - components: - - type: Transform - pos: 60.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27665 - components: - - type: Transform - pos: 60.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27666 - components: - - type: Transform - pos: 60.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27667 - components: - - type: Transform - pos: 60.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27668 - components: - - type: Transform - pos: 60.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27669 - components: - - type: Transform - pos: 62.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27670 - components: - - type: Transform - pos: 62.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27671 - components: - - type: Transform - pos: 62.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27672 - components: - - type: Transform - pos: 62.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27673 - components: - - type: Transform - pos: 62.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27674 - components: - - type: Transform - pos: 62.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27675 - components: - - type: Transform - pos: 62.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27676 - components: - - type: Transform - pos: 62.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27677 - components: - - type: Transform - pos: 62.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27678 - components: - - type: Transform - pos: 62.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27679 - components: - - type: Transform - pos: 62.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27681 - components: - - type: Transform - pos: 62.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27682 - components: - - type: Transform - pos: 62.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27683 - components: - - type: Transform - pos: 62.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27684 - components: - - type: Transform - pos: 62.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27685 - components: - - type: Transform - pos: 62.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27686 - components: - - type: Transform - pos: 62.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27687 - components: - - type: Transform - pos: 62.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27688 - components: - - type: Transform - pos: 62.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27689 - components: - - type: Transform - pos: 62.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27690 - components: - - type: Transform - pos: 62.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27691 - components: - - type: Transform - pos: 62.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27692 - components: - - type: Transform - pos: 62.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27693 - components: - - type: Transform - pos: 62.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27705 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27720 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27758 - components: - - type: Transform - pos: 54.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27759 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27760 - components: - - type: Transform - pos: 54.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27761 - components: - - type: Transform - pos: 54.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27762 - components: - - type: Transform - pos: 54.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27763 - components: - - type: Transform - pos: 54.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27764 - components: - - type: Transform - pos: 54.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27765 - components: - - type: Transform - pos: 54.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27766 - components: - - type: Transform - pos: 53.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27767 - components: - - type: Transform - pos: 53.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27768 - components: - - type: Transform - pos: 53.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27769 - components: - - type: Transform - pos: 53.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27770 - components: - - type: Transform - pos: 53.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28051 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28052 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28053 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28054 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28056 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28063 - components: - - type: Transform - pos: 36.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28064 - components: - - type: Transform - pos: 36.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28065 - components: - - type: Transform - pos: 36.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28066 - components: - - type: Transform - pos: 36.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28067 - components: - - type: Transform - pos: 36.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28068 - components: - - type: Transform - pos: 37.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28069 - components: - - type: Transform - pos: 37.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28072 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28073 - components: - - type: Transform - pos: 13.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28074 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28076 - components: - - type: Transform - pos: 13.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28077 - components: - - type: Transform - pos: 13.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28078 - components: - - type: Transform - pos: 13.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28080 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28081 - components: - - type: Transform - pos: 13.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28082 - components: - - type: Transform - pos: 13.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28083 - components: - - type: Transform - pos: 13.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28084 - components: - - type: Transform - pos: 13.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28086 - components: - - type: Transform - pos: 13.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28087 - components: - - type: Transform - pos: 13.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28088 - components: - - type: Transform - pos: 13.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28089 - components: - - type: Transform - pos: 13.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28090 - components: - - type: Transform - pos: 13.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28091 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28092 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28093 - components: - - type: Transform - pos: 15.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28094 - components: - - type: Transform - pos: 15.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28096 - components: - - type: Transform - pos: 15.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28097 - components: - - type: Transform - pos: 15.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28100 - components: - - type: Transform - pos: 15.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28101 - components: - - type: Transform - pos: 15.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28102 - components: - - type: Transform - pos: 15.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28104 - components: - - type: Transform - pos: 15.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28105 - components: - - type: Transform - pos: 15.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28106 - components: - - type: Transform - pos: 15.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28107 - components: - - type: Transform - pos: 15.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28119 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28124 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,47.5 - parent: 2 - - uid: 28142 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28143 - components: - - type: Transform - pos: 20.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28144 - components: - - type: Transform - pos: 20.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28145 - components: - - type: Transform - pos: 20.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28146 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28147 - components: - - type: Transform - pos: 21.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28148 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28152 - components: - - type: Transform - pos: -21.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28153 - components: - - type: Transform - pos: -21.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28154 - components: - - type: Transform - pos: -21.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28156 - components: - - type: Transform - pos: -21.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28157 - components: - - type: Transform - pos: -19.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28160 - components: - - type: Transform - pos: -18.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28161 - components: - - type: Transform - pos: -19.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28163 - components: - - type: Transform - pos: -21.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28164 - components: - - type: Transform - pos: -21.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28166 - components: - - type: Transform - pos: -21.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28167 - components: - - type: Transform - pos: -21.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28168 - components: - - type: Transform - pos: -21.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28169 - components: - - type: Transform - pos: -21.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28170 - components: - - type: Transform - pos: -21.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28171 - components: - - type: Transform - pos: -19.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28172 - components: - - type: Transform - pos: -19.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28179 - components: - - type: Transform - pos: -19.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28180 - components: - - type: Transform - pos: -19.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28181 - components: - - type: Transform - pos: -19.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28182 - components: - - type: Transform - pos: -19.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28183 - components: - - type: Transform - pos: -19.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28184 - components: - - type: Transform - pos: -19.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28185 - components: - - type: Transform - pos: -19.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28186 - components: - - type: Transform - pos: -19.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28187 - components: - - type: Transform - pos: -19.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28194 - components: - - type: Transform - pos: -18.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28195 - components: - - type: Transform - pos: -18.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28196 - components: - - type: Transform - pos: -18.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28197 - components: - - type: Transform - pos: -18.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28199 - components: - - type: Transform - pos: -19.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28200 - components: - - type: Transform - pos: -19.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28201 - components: - - type: Transform - pos: -19.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28207 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28217 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28223 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28255 - components: - - type: Transform - pos: -12.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28256 - components: - - type: Transform - pos: -12.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28257 - components: - - type: Transform - pos: -12.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28258 - components: - - type: Transform - pos: -12.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28259 - components: - - type: Transform - pos: -12.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28260 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28261 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28262 - components: - - type: Transform - pos: -10.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28263 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28264 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28291 - components: - - type: Transform - pos: -10.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28292 - components: - - type: Transform - pos: -10.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28293 - components: - - type: Transform - pos: -10.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28294 - components: - - type: Transform - pos: -9.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28295 - components: - - type: Transform - pos: -9.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28296 - components: - - type: Transform - pos: -9.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28303 - components: - - type: Transform - pos: -10.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28304 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28376 - components: - - type: Transform - pos: -71.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28441 - components: - - type: Transform - pos: 21.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28442 - components: - - type: Transform - pos: 21.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28443 - components: - - type: Transform - pos: 21.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28444 - components: - - type: Transform - pos: 21.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28445 - components: - - type: Transform - pos: 21.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28446 - components: - - type: Transform - pos: 22.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28447 - components: - - type: Transform - pos: 22.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28448 - components: - - type: Transform - pos: 22.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28460 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28461 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28539 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28542 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28552 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28555 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28557 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28559 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28565 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28571 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,44.5 - parent: 2 - - uid: 28743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28760 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28765 - components: - - type: Transform - pos: -28.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28766 - components: - - type: Transform - pos: -28.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28767 - components: - - type: Transform - pos: -28.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28768 - components: - - type: Transform - pos: -28.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28769 - components: - - type: Transform - pos: -28.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28770 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28771 - components: - - type: Transform - pos: -29.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28772 - components: - - type: Transform - pos: -29.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28773 - components: - - type: Transform - pos: -29.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28774 - components: - - type: Transform - pos: -28.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,44.5 - parent: 2 - - uid: 28824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,44.5 - parent: 2 - - uid: 29125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29162 - components: - - type: Transform - pos: -49.5,44.5 - parent: 2 - - uid: 29288 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29693 - components: - - type: Transform - pos: -33.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29694 - components: - - type: Transform - pos: -33.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29695 - components: - - type: Transform - pos: -33.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29696 - components: - - type: Transform - pos: -33.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29697 - components: - - type: Transform - pos: -33.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,53.5 - parent: 2 - - uid: 30222 - components: - - type: Transform - pos: -33.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30236 - components: - - type: Transform - pos: -53.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 30965 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31127 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31136 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31674 - components: - - type: Transform - pos: -18.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31735 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31757 - components: - - type: Transform - pos: -48.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31758 - components: - - type: Transform - pos: -48.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31762 - components: - - type: Transform - pos: -50.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31763 - components: - - type: Transform - pos: -50.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31764 - components: - - type: Transform - pos: -50.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31765 - components: - - type: Transform - pos: -50.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31786 - components: - - type: Transform - pos: -19.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31787 - components: - - type: Transform - pos: -19.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33750 - components: - - type: Transform - pos: 2.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33751 - components: - - type: Transform - pos: 2.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33752 - components: - - type: Transform - pos: 2.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33753 - components: - - type: Transform - pos: 2.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33754 - components: - - type: Transform - pos: 2.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33755 - components: - - type: Transform - pos: 0.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33756 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33757 - components: - - type: Transform - pos: 0.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33758 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33759 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33887 - components: - - type: Transform - pos: 46.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33968 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33970 - components: - - type: Transform - pos: -64.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33993 - components: - - type: Transform - pos: -64.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34013 - components: - - type: Transform - pos: -64.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34014 - components: - - type: Transform - pos: -64.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34032 - components: - - type: Transform - pos: -64.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34188 - components: - - type: Transform - pos: -64.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34189 - components: - - type: Transform - pos: -64.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34674 - components: - - type: Transform - pos: 71.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34682 - components: - - type: Transform - pos: 75.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34683 - components: - - type: Transform - pos: 75.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34684 - components: - - type: Transform - pos: 75.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34685 - components: - - type: Transform - pos: 75.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36055 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36056 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPipeTJunction - entities: - - uid: 37 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2225 - components: - - type: Transform - pos: -29.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2336 - components: - - type: Transform - pos: -25.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2580 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2960 - components: - - type: Transform - pos: -69.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,44.5 - parent: 2 - - uid: 5045 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5110 - components: - - type: Transform - pos: -46.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5289 - components: - - type: Transform - pos: -38.5,43.5 - parent: 2 - - uid: 5342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5568 - components: - - type: Transform - pos: -27.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5982 - components: - - type: Transform - pos: -44.5,43.5 - parent: 2 - - uid: 6008 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6694 - components: - - type: Transform - pos: -29.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6706 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,44.5 - parent: 2 - - uid: 7332 - components: - - type: Transform - pos: -42.5,43.5 - parent: 2 - - uid: 7334 - components: - - type: Transform - pos: -40.5,43.5 - parent: 2 - - uid: 7433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8415 - components: - - type: Transform - pos: -96.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,44.5 - parent: 2 - - uid: 9308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,44.5 - parent: 2 - - uid: 9310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,44.5 - parent: 2 - - uid: 9674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10392 - components: - - type: Transform - pos: -27.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10626 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 11468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 12043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,68.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13003 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14077 - components: - - type: Transform - pos: -11.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14456 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15273 - components: - - type: Transform - pos: 18.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15429 - components: - - type: Transform - pos: 50.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15437 - components: - - type: Transform - pos: 30.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15560 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15871 - components: - - type: Transform - pos: -95.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16409 - components: - - type: Transform - pos: 74.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16507 - components: - - type: Transform - pos: -95.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17581 - components: - - type: Transform - pos: 75.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17648 - components: - - type: Transform - pos: 71.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 17814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18027 - components: - - type: Transform - pos: 55.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18093 - components: - - type: Transform - pos: -84.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,71.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20960 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 21208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23335 - components: - - type: Transform - pos: -76.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23431 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23478 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23871 - components: - - type: Transform - pos: -13.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23931 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23933 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23951 - components: - - type: Transform - pos: -77.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23984 - components: - - type: Transform - pos: -45.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24002 - components: - - type: Transform - pos: 34.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24051 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24130 - components: - - type: Transform - pos: 37.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24143 - components: - - type: Transform - pos: 36.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24206 - components: - - type: Transform - pos: -47.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24232 - components: - - type: Transform - pos: 8.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24257 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24276 - components: - - type: Transform - pos: -19.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24286 - components: - - type: Transform - pos: -21.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24301 - components: - - type: Transform - pos: -25.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24352 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24362 - components: - - type: Transform - pos: 15.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24370 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24379 - components: - - type: Transform - pos: 48.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24402 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24411 - components: - - type: Transform - pos: -10.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24420 - components: - - type: Transform - pos: -12.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24424 - components: - - type: Transform - pos: -21.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24462 - components: - - type: Transform - pos: -1.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24493 - components: - - type: Transform - pos: -17.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24585 - components: - - type: Transform - pos: -7.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24596 - components: - - type: Transform - pos: -16.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24629 - components: - - type: Transform - pos: -63.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24649 - components: - - type: Transform - pos: 22.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24662 - components: - - type: Transform - pos: 27.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24680 - components: - - type: Transform - pos: 21.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24931 - components: - - type: Transform - pos: -78.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24977 - components: - - type: Transform - pos: -10.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24978 - components: - - type: Transform - pos: -11.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25044 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25045 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25053 - components: - - type: Transform - pos: -38.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25070 - components: - - type: Transform - pos: -39.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25273 - components: - - type: Transform - pos: -28.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25385 - components: - - type: Transform - pos: 35.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25394 - components: - - type: Transform - pos: 34.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25432 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25524 - components: - - type: Transform - pos: 23.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25525 - components: - - type: Transform - pos: 24.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25634 - components: - - type: Transform - pos: 38.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25680 - components: - - type: Transform - pos: 57.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25692 - components: - - type: Transform - pos: -15.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25698 - components: - - type: Transform - pos: 59.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25735 - components: - - type: Transform - pos: 4.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25778 - components: - - type: Transform - pos: -68.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25785 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25903 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25904 - components: - - type: Transform - pos: -16.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25940 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25989 - components: - - type: Transform - pos: 12.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26015 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26039 - components: - - type: Transform - pos: -23.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26167 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26234 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26341 - components: - - type: Transform - pos: -67.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26518 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26574 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26631 - components: - - type: Transform - pos: -16.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26632 - components: - - type: Transform - pos: -10.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26958 - components: - - type: Transform - pos: -55.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26998 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27015 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27071 - components: - - type: Transform - pos: -40.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27095 - components: - - type: Transform - pos: -38.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-7.5 - parent: 2 - - uid: 27261 - components: - - type: Transform - pos: -16.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27272 - components: - - type: Transform - pos: -14.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27304 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27305 - components: - - type: Transform - pos: 36.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27319 - components: - - type: Transform - pos: 10.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27505 - components: - - type: Transform - pos: -29.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27595 - components: - - type: Transform - pos: 60.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27624 - components: - - type: Transform - pos: 62.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27823 - components: - - type: Transform - pos: -63.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28075 - components: - - type: Transform - pos: 13.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28085 - components: - - type: Transform - pos: 43.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28123 - components: - - type: Transform - pos: 21.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28133 - components: - - type: Transform - pos: 20.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28151 - components: - - type: Transform - pos: -21.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28155 - components: - - type: Transform - pos: -29.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28289 - components: - - type: Transform - pos: -89.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28299 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28300 - components: - - type: Transform - pos: -11.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 29971 - components: - - type: Transform - pos: -42.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 30253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 30759 - components: - - type: Transform - pos: -64.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 31504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34675 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34676 - components: - - type: Transform - pos: 70.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34677 - components: - - type: Transform - pos: 72.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34678 - components: - - type: Transform - pos: 73.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 35795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPort - entities: - - uid: 2834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28437 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34653 - components: - - type: Transform - pos: -42.5,38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34654 - components: - - type: Transform - pos: -41.5,38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34655 - components: - - type: Transform - pos: -40.5,38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34656 - components: - - type: Transform - pos: -39.5,38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPressurePump - entities: - - uid: 2532 - components: - - type: Transform - pos: 43.5,47.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,47.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 2542 - components: - - type: Transform - pos: 41.5,47.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 3631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,47.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4349 - components: - - type: Transform - pos: -45.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4350 - components: - - type: Transform - pos: -49.5,45.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4354 - components: - - type: Transform - pos: -43.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4359 - components: - - type: Transform - pos: -41.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4383 - components: - - type: Transform - pos: -39.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4960 - components: - - type: Transform - pos: -37.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4965 - components: - - type: Transform - pos: -47.5,45.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,44.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 25058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,50.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,10.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasRecycler - entities: - - uid: 9578 - components: - - type: Transform - pos: -60.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasThermoMachineFreezer - entities: - - uid: 9507 - components: - - type: Transform - pos: -54.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 17015 - components: - - type: Transform - pos: -53.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasThermoMachineFreezerEnabled - entities: - - uid: 24774 - components: - - type: Transform - pos: -58.5,-6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasThermoMachineHeater - entities: - - uid: 9508 - components: - - type: Transform - pos: -55.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9511 - components: - - type: Transform - pos: -56.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasValve - entities: - - uid: 6556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasVentPump - entities: - - uid: 322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,20.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,47.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25700 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1254 - components: - - type: Transform - pos: -87.5,24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1256 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2285 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2458 - components: - - type: Transform - pos: -39.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25115 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-3.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-31.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4793 - components: - - type: Transform - pos: -27.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,-6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11473 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5623 - components: - - type: Transform - pos: -95.5,-3.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6519 - components: - - type: Transform - pos: -22.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-42.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6973 - components: - - type: Transform - pos: -55.5,33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22065 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,40.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25195 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8835 - components: - - type: Transform - pos: -34.5,14.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25290 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25260 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 11644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25185 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13136 - components: - - type: Transform - pos: -73.5,13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25229 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13378 - components: - - type: Transform - pos: -68.5,10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25224 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,20.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16607 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29087 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25301 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-18.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18332 - components: - - type: Transform - pos: -10.5,66.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18359 - components: - - type: Transform - pos: -37.5,-29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18950 - components: - - type: Transform - pos: -15.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19439 - components: - - type: Transform - pos: -96.5,10.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19766 - components: - - type: Transform - pos: -43.5,65.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,60.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -100.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8213 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,59.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,32.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22899 - components: - - type: Transform - pos: -84.5,10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23952 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,36.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7404 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-32.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25250 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,12.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25274 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25343 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25345 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,53.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25353 - components: - - type: Transform - pos: 45.5,23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25573 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25631 - components: - - type: Transform - pos: -7.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,54.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25742 - components: - - type: Transform - pos: 15.5,47.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25198 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2995 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25317 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25144 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25276 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25788 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25279 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25277 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25791 - components: - - type: Transform - pos: 17.5,54.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25287 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25256 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25794 - components: - - type: Transform - pos: 53.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,40.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25835 - components: - - type: Transform - pos: 6.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25847 - components: - - type: Transform - pos: 21.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,60.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,55.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25973 - components: - - type: Transform - pos: -27.5,40.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26009 - components: - - type: Transform - pos: -32.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26013 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26014 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,44.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25196 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26056 - components: - - type: Transform - pos: -18.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26059 - components: - - type: Transform - pos: -33.5,31.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25169 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25166 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26079 - components: - - type: Transform - pos: -35.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26083 - components: - - type: Transform - pos: -59.5,31.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28740 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,26.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26091 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26121 - components: - - type: Transform - pos: -7.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,41.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26137 - components: - - type: Transform - pos: 49.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,34.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25140 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26219 - components: - - type: Transform - pos: -4.5,66.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26235 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26248 - components: - - type: Transform - pos: -39.5,23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26269 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,20.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,18.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,14.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,26.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26629 - components: - - type: Transform - pos: -17.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25339 - - 25249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-46.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,74.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,73.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28791 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25254 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28752 - - 25239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26885 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27007 - components: - - type: Transform - pos: -54.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28655 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27017 - components: - - type: Transform - pos: 34.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-14.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-31.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-36.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27152 - components: - - type: Transform - pos: -57.5,-6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,14.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - 25331 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25267 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27351 - components: - - type: Transform - pos: 17.5,10.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-4.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25338 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27438 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27466 - components: - - type: Transform - pos: -46.5,-23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25246 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,71.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25223 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25191 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27558 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27748 - components: - - type: Transform - pos: 76.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27751 - components: - - type: Transform - pos: 60.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28110 - components: - - type: Transform - pos: -55.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23688 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15565 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28213 - components: - - type: Transform - pos: 76.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25302 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28245 - components: - - type: Transform - pos: -12.5,-38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25340 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-28.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28331 - components: - - type: Transform - pos: -27.5,-8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28501 - components: - - type: Transform - pos: 65.5,26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23957 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28546 - components: - - type: Transform - pos: 18.5,24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28583 - components: - - type: Transform - pos: 12.5,27.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25307 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,43.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-18.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29289 - components: - - type: Transform - pos: -2.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25251 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,40.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25346 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36078 - components: - - type: Transform - pos: -30.5,33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36079 - components: - - type: Transform - pos: -26.5,33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentScrubber - entities: - - uid: 391 - components: - - type: Transform - pos: 52.5,47.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25700 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,30.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25345 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2285 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25293 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2655 - components: - - type: Transform - pos: -36.5,-29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4265 - components: - - type: Transform - pos: -89.5,24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1256 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-3.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-9.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6320 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6966 - components: - - type: Transform - pos: -53.5,33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22065 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8418 - components: - - type: Transform - pos: -95.5,23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -100.5,7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 8213 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-0.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8823 - components: - - type: Transform - pos: -12.5,45.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 10984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,34.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25140 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,31.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28655 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13035 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25224 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 13382 - components: - - type: Transform - pos: 49.5,-13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 14205 - components: - - type: Transform - pos: -37.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25115 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15936 - components: - - type: Transform - pos: -59.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25223 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15945 - components: - - type: Transform - pos: -75.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 16607 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16497 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -99.5,-8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 11473 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 16549 - components: - - type: Transform - pos: 72.5,-16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 29087 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18090 - components: - - type: Transform - pos: -26.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18113 - components: - - type: Transform - pos: -14.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25275 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18234 - components: - - type: Transform - pos: -8.5,66.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 18244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19972 - components: - - type: Transform - pos: -71.5,13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25229 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 20656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,59.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 22349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,61.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22348 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24007 - components: - - type: Transform - pos: 45.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25246 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24040 - components: - - type: Transform - pos: 33.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25343 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25191 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 24464 - components: - - type: Transform - pos: -6.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 2995 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25440 - components: - - type: Transform - pos: 39.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,36.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25476 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25621 - components: - - type: Transform - pos: 32.5,47.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25185 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25633 - components: - - type: Transform - pos: 54.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25301 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25635 - components: - - type: Transform - pos: 15.5,33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,25.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25234 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25655 - components: - - type: Transform - pos: -58.5,2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25239 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25696 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28791 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25196 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25752 - components: - - type: Transform - pos: -19.5,37.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7404 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25169 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25757 - components: - - type: Transform - pos: -27.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25166 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,62.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,56.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 28740 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25779 - components: - - type: Transform - pos: -44.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25780 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25247 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25790 - components: - - type: Transform - pos: 19.5,54.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25834 - components: - - type: Transform - pos: 7.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25837 - components: - - type: Transform - pos: -3.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25317 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25848 - components: - - type: Transform - pos: 22.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,58.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25936 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25990 - components: - - type: Transform - pos: -20.5,40.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26010 - components: - - type: Transform - pos: -33.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26029 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,39.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26032 - components: - - type: Transform - pos: 14.5,38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15850 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26035 - components: - - type: Transform - pos: 7.5,38.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25195 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,45.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25198 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26078 - components: - - type: Transform - pos: -34.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25144 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,44.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25267 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,40.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26152 - components: - - type: Transform - pos: 17.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25276 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25290 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,9.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25277 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25287 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25256 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26220 - components: - - type: Transform - pos: -2.5,66.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26249 - components: - - type: Transform - pos: -37.5,23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,26.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26698 - components: - - type: Transform - pos: 54.5,3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-46.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,20.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-44.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 7137 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,74.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,73.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26886 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-3.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27006 - components: - - type: Transform - pos: -53.5,-7.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27008 - components: - - type: Transform - pos: -12.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,47.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27011 - components: - - type: Transform - pos: 12.5,19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27122 - components: - - type: Transform - pos: -32.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25262 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-32.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25250 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-36.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27149 - components: - - type: Transform - pos: -58.5,-9.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,10.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27252 - components: - - type: Transform - pos: -56.5,-11.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23688 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-17.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15565 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27257 - components: - - type: Transform - pos: -23.5,13.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25274 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27271 - components: - - type: Transform - pos: 35.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27299 - components: - - type: Transform - pos: 76.5,-4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25298 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25302 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25340 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27302 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-41.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25341 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27350 - components: - - type: Transform - pos: 19.5,10.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27383 - components: - - type: Transform - pos: 31.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27422 - components: - - type: Transform - pos: 35.5,6.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27425 - components: - - type: Transform - pos: -92.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27437 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27440 - components: - - type: Transform - pos: -20.5,34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27467 - components: - - type: Transform - pos: -45.5,-23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-22.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25260 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27641 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-5.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-31.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27747 - components: - - type: Transform - pos: 77.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27752 - components: - - type: Transform - pos: 62.5,-11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,16.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27853 - components: - - type: Transform - pos: -26.5,20.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,53.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,68.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28098 - components: - - type: Transform - pos: 36.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25248 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25249 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28113 - components: - - type: Transform - pos: -53.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25333 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-28.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25330 - - 25331 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25252 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28244 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-21.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25254 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,6.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28290 - components: - - type: Transform - pos: -5.5,-24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28302 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28330 - components: - - type: Transform - pos: -26.5,-8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,0.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28500 - components: - - type: Transform - pos: 66.5,26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 23957 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,28.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28545 - components: - - type: Transform - pos: 19.5,24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28566 - components: - - type: Transform - pos: 9.5,28.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28584 - components: - - type: Transform - pos: 14.5,29.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-24.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25253 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34073 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25346 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-7.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 34741 - components: - - type: Transform - pos: 46.5,23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25349 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36076 - components: - - type: Transform - pos: -24.5,33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 36077 - components: - - type: Transform - pos: -28.5,33.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: Gauze - entities: - - uid: 3465 - components: - - type: Transform - pos: 41.734196,-21.431963 - parent: 2 - - uid: 7809 - components: - - type: Transform - pos: 7.5685353,-11.376604 - parent: 2 - - uid: 26688 - components: - - type: Transform - pos: -22.984537,-0.22695684 - parent: 2 -- proto: Gauze1 - entities: - - uid: 3464 - components: - - type: Transform - pos: 41.89826,-21.256182 - parent: 2 - - uid: 5523 - components: - - type: Transform - pos: 50.135185,46.605064 - parent: 2 - - uid: 6906 - components: - - type: Transform - pos: 43.00011,-21.318933 - parent: 2 - - uid: 6907 - components: - - type: Transform - pos: 44.640736,-22.748621 - parent: 2 - - uid: 8312 - components: - - type: Transform - pos: 49.830498,46.441 - parent: 2 -- proto: GeigerCounter - entities: - - uid: 8311 - components: - - type: Transform - pos: 49.279716,46.65194 - parent: 2 -- proto: GlimmerProber - entities: - - uid: 30921 - components: - - type: Transform - pos: 45.5,30.5 - parent: 2 -- proto: GlowstickBase - entities: - - uid: 2099 - components: - - type: Transform - pos: -19.598991,16.747276 - parent: 2 -- proto: GlowstickBlue - entities: - - uid: 2093 - components: - - type: Transform - pos: -8.70348,10.857905 - parent: 2 - - uid: 2095 - components: - - type: Transform - pos: -8.6214485,10.799312 - parent: 2 - - uid: 2096 - components: - - type: Transform - pos: -16.575478,16.641808 - parent: 2 -- proto: GlowstickPurple - entities: - - uid: 2100 - components: - - type: Transform - pos: -28.622429,9.716027 - parent: 2 - - uid: 33601 - components: - - type: Transform - pos: 82.8568,57.574116 - parent: 2 -- proto: GlowstickRed - entities: - - uid: 2098 - components: - - type: Transform - pos: -28.552116,16.747276 - parent: 2 -- proto: GlowstickYellow - entities: - - uid: 2097 - components: - - type: Transform - pos: -25.575554,16.723839 - parent: 2 -- proto: GoldDoor - entities: - - uid: 32466 - components: - - type: Transform - pos: 83.5,69.5 - parent: 2 -- proto: GravityGenerator - entities: - - uid: 2402 - components: - - type: Transform - pos: -60.5,18.5 - parent: 2 - - type: ApcPowerReceiver - needsPower: False -- proto: Grille - entities: - - uid: 8 - components: - - type: Transform - pos: -1.5,11.5 - parent: 2 - - uid: 18 - components: - - type: Transform - pos: -9.5,7.5 - parent: 2 - - uid: 31 - components: - - type: Transform - pos: -9.5,2.5 - parent: 2 - - uid: 48 - components: - - type: Transform - pos: -1.5,13.5 - parent: 2 - - uid: 58 - components: - - type: Transform - pos: -9.5,5.5 - parent: 2 - - uid: 60 - components: - - type: Transform - pos: -1.5,12.5 - parent: 2 - - uid: 106 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 2 - - uid: 107 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 2 - - uid: 108 - components: - - type: Transform - pos: 6.5,17.5 - parent: 2 - - uid: 123 - components: - - type: Transform - pos: 4.5,9.5 - parent: 2 - - uid: 125 - components: - - type: Transform - pos: 4.5,11.5 - parent: 2 - - uid: 127 - components: - - type: Transform - pos: 4.5,13.5 - parent: 2 - - uid: 132 - components: - - type: Transform - pos: 4.5,15.5 - parent: 2 - - uid: 138 - components: - - type: Transform - pos: -1.5,14.5 - parent: 2 - - uid: 141 - components: - - type: Transform - pos: 23.5,-12.5 - parent: 2 - - uid: 142 - components: - - type: Transform - pos: 24.5,-12.5 - parent: 2 - - uid: 143 - components: - - type: Transform - pos: 25.5,-12.5 - parent: 2 - - uid: 158 - components: - - type: Transform - pos: -7.5,8.5 - parent: 2 - - uid: 201 - components: - - type: Transform - pos: 11.5,-54.5 - parent: 2 - - uid: 222 - components: - - type: Transform - pos: -12.5,17.5 - parent: 2 - - uid: 224 - components: - - type: Transform - pos: -11.5,17.5 - parent: 2 - - uid: 247 - components: - - type: Transform - pos: 13.5,17.5 - parent: 2 - - uid: 248 - components: - - type: Transform - pos: 7.5,17.5 - parent: 2 - - uid: 250 - components: - - type: Transform - pos: 11.5,17.5 - parent: 2 - - uid: 251 - components: - - type: Transform - pos: 12.5,17.5 - parent: 2 - - uid: 397 - components: - - type: Transform - pos: -6.5,8.5 - parent: 2 - - uid: 620 - components: - - type: Transform - pos: 9.5,-54.5 - parent: 2 - - uid: 621 - components: - - type: Transform - pos: 15.5,35.5 - parent: 2 - - uid: 716 - components: - - type: Transform - pos: -11.5,-43.5 - parent: 2 - - uid: 724 - components: - - type: Transform - pos: -8.5,-43.5 - parent: 2 - - uid: 731 - components: - - type: Transform - pos: 15.5,36.5 - parent: 2 - - uid: 772 - components: - - type: Transform - pos: 26.5,-17.5 - parent: 2 - - uid: 775 - components: - - type: Transform - pos: 27.5,-17.5 - parent: 2 - - uid: 776 - components: - - type: Transform - pos: 23.5,-17.5 - parent: 2 - - uid: 779 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 2 - - uid: 809 - components: - - type: Transform - pos: -9.5,-43.5 - parent: 2 - - uid: 810 - components: - - type: Transform - pos: -10.5,-43.5 - parent: 2 - - uid: 811 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 820 - components: - - type: Transform - pos: -2.5,58.5 - parent: 2 - - uid: 821 - components: - - type: Transform - pos: -2.5,60.5 - parent: 2 - - uid: 834 - components: - - type: Transform - pos: 6.5,22.5 - parent: 2 - - uid: 840 - components: - - type: Transform - pos: 12.5,22.5 - parent: 2 - - uid: 844 - components: - - type: Transform - pos: 20.5,22.5 - parent: 2 - - uid: 847 - components: - - type: Transform - pos: 19.5,22.5 - parent: 2 - - uid: 859 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 2 - - uid: 871 - components: - - type: Transform - pos: -13.5,17.5 - parent: 2 - - uid: 902 - components: - - type: Transform - pos: 23.5,-3.5 - parent: 2 - - uid: 905 - components: - - type: Transform - pos: 24.5,-3.5 - parent: 2 - - uid: 923 - components: - - type: Transform - pos: 18.5,3.5 - parent: 2 - - uid: 1010 - components: - - type: Transform - pos: 25.5,4.5 - parent: 2 - - uid: 1032 - components: - - type: Transform - pos: 11.5,3.5 - parent: 2 - - uid: 1049 - components: - - type: Transform - pos: 11.5,2.5 - parent: 2 - - uid: 1116 - components: - - type: Transform - pos: -20.5,-43.5 - parent: 2 - - uid: 1139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-15.5 - parent: 2 - - uid: 1144 - components: - - type: Transform - pos: 18.5,2.5 - parent: 2 - - uid: 1149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,32.5 - parent: 2 - - uid: 1152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,32.5 - parent: 2 - - uid: 1155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-15.5 - parent: 2 - - uid: 1183 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 1185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,25.5 - parent: 2 - - uid: 1188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,26.5 - parent: 2 - - uid: 1267 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 2 - - uid: 1271 - components: - - type: Transform - pos: 18.5,1.5 - parent: 2 - - uid: 1272 - components: - - type: Transform - pos: 27.5,4.5 - parent: 2 - - uid: 1283 - components: - - type: Transform - pos: 26.5,4.5 - parent: 2 - - uid: 1305 - components: - - type: Transform - pos: 21.5,-0.5 - parent: 2 - - uid: 1419 - components: - - type: Transform - pos: -98.5,64.5 - parent: 2 - - uid: 1518 - components: - - type: Transform - pos: -31.5,71.5 - parent: 2 - - uid: 1533 - components: - - type: Transform - pos: -97.5,64.5 - parent: 2 - - uid: 1538 - components: - - type: Transform - pos: -96.5,64.5 - parent: 2 - - uid: 1540 - components: - - type: Transform - pos: -95.5,64.5 - parent: 2 - - uid: 1547 - components: - - type: Transform - pos: -95.5,65.5 - parent: 2 - - uid: 1649 - components: - - type: Transform - pos: -94.5,65.5 - parent: 2 - - uid: 1681 - components: - - type: Transform - pos: -94.5,66.5 - parent: 2 - - uid: 1723 - components: - - type: Transform - pos: -93.5,66.5 - parent: 2 - - uid: 1724 - components: - - type: Transform - pos: -92.5,66.5 - parent: 2 - - uid: 1725 - components: - - type: Transform - pos: -92.5,67.5 - parent: 2 - - uid: 1726 - components: - - type: Transform - pos: -92.5,69.5 - parent: 2 - - uid: 1727 - components: - - type: Transform - pos: -92.5,73.5 - parent: 2 - - uid: 1745 - components: - - type: Transform - pos: -92.5,79.5 - parent: 2 - - uid: 1746 - components: - - type: Transform - pos: -92.5,81.5 - parent: 2 - - uid: 1748 - components: - - type: Transform - pos: -92.5,82.5 - parent: 2 - - uid: 1749 - components: - - type: Transform - pos: -92.5,83.5 - parent: 2 - - uid: 1750 - components: - - type: Transform - pos: -92.5,84.5 - parent: 2 - - uid: 1751 - components: - - type: Transform - pos: -92.5,86.5 - parent: 2 - - uid: 1752 - components: - - type: Transform - pos: -96.5,84.5 - parent: 2 - - uid: 1753 - components: - - type: Transform - pos: -96.5,85.5 - parent: 2 - - uid: 1754 - components: - - type: Transform - pos: -96.5,86.5 - parent: 2 - - uid: 1755 - components: - - type: Transform - pos: -96.5,88.5 - parent: 2 - - uid: 1756 - components: - - type: Transform - pos: -96.5,90.5 - parent: 2 - - uid: 1757 - components: - - type: Transform - pos: -96.5,91.5 - parent: 2 - - uid: 1758 - components: - - type: Transform - pos: -96.5,92.5 - parent: 2 - - uid: 1767 - components: - - type: Transform - pos: -96.5,93.5 - parent: 2 - - uid: 1777 - components: - - type: Transform - pos: -97.5,95.5 - parent: 2 - - uid: 1778 - components: - - type: Transform - pos: -96.5,98.5 - parent: 2 - - uid: 1780 - components: - - type: Transform - pos: -92.5,94.5 - parent: 2 - - uid: 1812 - components: - - type: Transform - pos: -92.5,95.5 - parent: 2 - - uid: 1813 - components: - - type: Transform - pos: -92.5,96.5 - parent: 2 - - uid: 1814 - components: - - type: Transform - pos: -92.5,97.5 - parent: 2 - - uid: 1815 - components: - - type: Transform - pos: -92.5,98.5 - parent: 2 - - uid: 1816 - components: - - type: Transform - pos: -92.5,99.5 - parent: 2 - - uid: 1817 - components: - - type: Transform - pos: -92.5,101.5 - parent: 2 - - uid: 1832 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 2 - - uid: 1841 - components: - - type: Transform - pos: 3.5,28.5 - parent: 2 - - uid: 1842 - components: - - type: Transform - pos: 3.5,27.5 - parent: 2 - - uid: 1883 - components: - - type: Transform - pos: 3.5,29.5 - parent: 2 - - uid: 1887 - components: - - type: Transform - pos: 9.5,26.5 - parent: 2 - - uid: 1889 - components: - - type: Transform - pos: 3.5,30.5 - parent: 2 - - uid: 1930 - components: - - type: Transform - pos: 8.5,26.5 - parent: 2 - - uid: 2044 - components: - - type: Transform - pos: -92.5,103.5 - parent: 2 - - uid: 2045 - components: - - type: Transform - pos: -91.5,100.5 - parent: 2 - - uid: 2052 - components: - - type: Transform - pos: -91.5,99.5 - parent: 2 - - uid: 2087 - components: - - type: Transform - pos: -97.5,101.5 - parent: 2 - - uid: 2092 - components: - - type: Transform - pos: -97.5,102.5 - parent: 2 - - uid: 2094 - components: - - type: Transform - pos: -97.5,103.5 - parent: 2 - - uid: 2101 - components: - - type: Transform - pos: -97.5,104.5 - parent: 2 - - uid: 2104 - components: - - type: Transform - pos: -97.5,105.5 - parent: 2 - - uid: 2122 - components: - - type: Transform - pos: -96.5,100.5 - parent: 2 - - uid: 2123 - components: - - type: Transform - pos: -97.5,107.5 - parent: 2 - - uid: 2129 - components: - - type: Transform - pos: -97.5,108.5 - parent: 2 - - uid: 2133 - components: - - type: Transform - pos: -97.5,109.5 - parent: 2 - - uid: 2135 - components: - - type: Transform - pos: -96.5,110.5 - parent: 2 - - uid: 2140 - components: - - type: Transform - pos: -96.5,111.5 - parent: 2 - - uid: 2145 - components: - - type: Transform - pos: -96.5,112.5 - parent: 2 - - uid: 2153 - components: - - type: Transform - pos: -96.5,113.5 - parent: 2 - - uid: 2154 - components: - - type: Transform - pos: -96.5,114.5 - parent: 2 - - uid: 2155 - components: - - type: Transform - pos: -95.5,115.5 - parent: 2 - - uid: 2156 - components: - - type: Transform - pos: -94.5,115.5 - parent: 2 - - uid: 2165 - components: - - type: Transform - pos: -93.5,115.5 - parent: 2 - - uid: 2182 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - - uid: 2183 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - - uid: 2185 - components: - - type: Transform - pos: 4.5,58.5 - parent: 2 - - uid: 2197 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - - uid: 2198 - components: - - type: Transform - pos: -44.5,0.5 - parent: 2 - - uid: 2200 - components: - - type: Transform - pos: -44.5,1.5 - parent: 2 - - uid: 2201 - components: - - type: Transform - pos: 29.5,22.5 - parent: 2 - - uid: 2256 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - uid: 2276 - components: - - type: Transform - pos: 40.5,52.5 - parent: 2 - - uid: 2288 - components: - - type: Transform - pos: 59.5,25.5 - parent: 2 - - uid: 2299 - components: - - type: Transform - pos: -43.5,5.5 - parent: 2 - - uid: 2300 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - uid: 2305 - components: - - type: Transform - pos: -43.5,4.5 - parent: 2 - - uid: 2315 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 2 - - uid: 2318 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 2 - - uid: 2319 - components: - - type: Transform - pos: -27.5,-39.5 - parent: 2 - - uid: 2322 - components: - - type: Transform - pos: -30.5,-39.5 - parent: 2 - - uid: 2326 - components: - - type: Transform - pos: -26.5,-39.5 - parent: 2 - - uid: 2329 - components: - - type: Transform - pos: -92.5,115.5 - parent: 2 - - uid: 2335 - components: - - type: Transform - pos: -91.5,116.5 - parent: 2 - - uid: 2354 - components: - - type: Transform - pos: -90.5,116.5 - parent: 2 - - uid: 2367 - components: - - type: Transform - pos: -89.5,116.5 - parent: 2 - - uid: 2375 - components: - - type: Transform - pos: -88.5,117.5 - parent: 2 - - uid: 2380 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 2 - - uid: 2385 - components: - - type: Transform - pos: -61.5,6.5 - parent: 2 - - uid: 2391 - components: - - type: Transform - pos: -12.5,-43.5 - parent: 2 - - uid: 2396 - components: - - type: Transform - pos: 76.5,-22.5 - parent: 2 - - uid: 2397 - components: - - type: Transform - pos: 74.5,-22.5 - parent: 2 - - uid: 2405 - components: - - type: Transform - pos: 75.5,-22.5 - parent: 2 - - uid: 2435 - components: - - type: Transform - pos: 48.5,-35.5 - parent: 2 - - uid: 2466 - components: - - type: Transform - pos: 8.5,-40.5 - parent: 2 - - uid: 2467 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 2 - - uid: 2471 - components: - - type: Transform - pos: 6.5,-44.5 - parent: 2 - - uid: 2480 - components: - - type: Transform - pos: -1.5,-45.5 - parent: 2 - - uid: 2481 - components: - - type: Transform - pos: -88.5,115.5 - parent: 2 - - uid: 2482 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 2501 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - - uid: 2548 - components: - - type: Transform - pos: -79.5,-14.5 - parent: 2 - - uid: 2550 - components: - - type: Transform - pos: -89.5,-14.5 - parent: 2 - - uid: 2560 - components: - - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 2562 - components: - - type: Transform - pos: 4.5,-47.5 - parent: 2 - - uid: 2563 - components: - - type: Transform - pos: -78.5,-13.5 - parent: 2 - - uid: 2564 - components: - - type: Transform - pos: 5.5,-44.5 - parent: 2 - - uid: 2565 - components: - - type: Transform - pos: 7.5,-44.5 - parent: 2 - - uid: 2566 - components: - - type: Transform - pos: 8.5,-42.5 - parent: 2 - - uid: 2567 - components: - - type: Transform - pos: 8.5,-43.5 - parent: 2 - - uid: 2569 - components: - - type: Transform - pos: 4.5,-45.5 - parent: 2 - - uid: 2571 - components: - - type: Transform - pos: -1.5,-47.5 - parent: 2 - - uid: 2574 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 2577 - components: - - type: Transform - pos: 8.5,-41.5 - parent: 2 - - uid: 2608 - components: - - type: Transform - pos: 28.5,42.5 - parent: 2 - - uid: 2640 - components: - - type: Transform - pos: 8.5,36.5 - parent: 2 - - uid: 2642 - components: - - type: Transform - pos: -2.5,61.5 - parent: 2 - - uid: 2644 - components: - - type: Transform - pos: 10.5,41.5 - parent: 2 - - uid: 2650 - components: - - type: Transform - pos: 12.5,55.5 - parent: 2 - - uid: 2661 - components: - - type: Transform - pos: 14.5,60.5 - parent: 2 - - uid: 2663 - components: - - type: Transform - pos: 8.5,35.5 - parent: 2 - - uid: 2685 - components: - - type: Transform - pos: 22.5,47.5 - parent: 2 - - uid: 2725 - components: - - type: Transform - pos: -77.5,-11.5 - parent: 2 - - uid: 2726 - components: - - type: Transform - pos: -90.5,30.5 - parent: 2 - - uid: 2740 - components: - - type: Transform - pos: 26.5,57.5 - parent: 2 - - uid: 2759 - components: - - type: Transform - pos: 78.5,-20.5 - parent: 2 - - uid: 2760 - components: - - type: Transform - pos: 78.5,-21.5 - parent: 2 - - uid: 2765 - components: - - type: Transform - pos: 30.5,55.5 - parent: 2 - - uid: 2770 - components: - - type: Transform - pos: 27.5,57.5 - parent: 2 - - uid: 2774 - components: - - type: Transform - pos: 28.5,57.5 - parent: 2 - - uid: 2779 - components: - - type: Transform - pos: 23.5,47.5 - parent: 2 - - uid: 2781 - components: - - type: Transform - pos: 78.5,-19.5 - parent: 2 - - uid: 2785 - components: - - type: Transform - pos: 81.5,-2.5 - parent: 2 - - uid: 2788 - components: - - type: Transform - pos: -24.5,57.5 - parent: 2 - - uid: 2828 - components: - - type: Transform - pos: -79.5,31.5 - parent: 2 - - uid: 2829 - components: - - type: Transform - pos: 81.5,-4.5 - parent: 2 - - uid: 2838 - components: - - type: Transform - pos: 41.5,52.5 - parent: 2 - - uid: 2840 - components: - - type: Transform - pos: 45.5,52.5 - parent: 2 - - uid: 2854 - components: - - type: Transform - pos: 12.5,58.5 - parent: 2 - - uid: 2855 - components: - - type: Transform - pos: -1.5,49.5 - parent: 2 - - uid: 2857 - components: - - type: Transform - pos: 44.5,52.5 - parent: 2 - - uid: 2858 - components: - - type: Transform - pos: 43.5,52.5 - parent: 2 - - uid: 2861 - components: - - type: Transform - pos: 24.5,58.5 - parent: 2 - - uid: 2867 - components: - - type: Transform - pos: 12.5,56.5 - parent: 2 - - uid: 2876 - components: - - type: Transform - pos: -50.5,6.5 - parent: 2 - - uid: 2903 - components: - - type: Transform - pos: 81.5,-0.5 - parent: 2 - - uid: 2915 - components: - - type: Transform - pos: 39.5,52.5 - parent: 2 - - uid: 2917 - components: - - type: Transform - pos: 7.5,-56.5 - parent: 2 - - uid: 2918 - components: - - type: Transform - pos: -24.5,58.5 - parent: 2 - - uid: 2920 - components: - - type: Transform - pos: -87.5,115.5 - parent: 2 - - uid: 2922 - components: - - type: Transform - pos: -86.5,115.5 - parent: 2 - - uid: 2924 - components: - - type: Transform - pos: -85.5,115.5 - parent: 2 - - uid: 2942 - components: - - type: Transform - pos: -83.5,115.5 - parent: 2 - - uid: 2964 - components: - - type: Transform - pos: -30.5,-1.5 - parent: 2 - - uid: 2971 - components: - - type: Transform - pos: -30.5,-2.5 - parent: 2 - - uid: 2974 - components: - - type: Transform - pos: -30.5,5.5 - parent: 2 - - uid: 2975 - components: - - type: Transform - pos: -30.5,7.5 - parent: 2 - - uid: 2976 - components: - - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 2977 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 2 - - uid: 2979 - components: - - type: Transform - pos: -20.5,-17.5 - parent: 2 - - uid: 2981 - components: - - type: Transform - pos: -21.5,-17.5 - parent: 2 - - uid: 2989 - components: - - type: Transform - pos: -19.5,-17.5 - parent: 2 - - uid: 3000 - components: - - type: Transform - pos: -82.5,115.5 - parent: 2 - - uid: 3059 - components: - - type: Transform - pos: -81.5,115.5 - parent: 2 - - uid: 3090 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 2 - - uid: 3096 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 2 - - uid: 3141 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 2 - - uid: 3159 - components: - - type: Transform - pos: 19.5,-37.5 - parent: 2 - - uid: 3161 - components: - - type: Transform - pos: 16.5,-37.5 - parent: 2 - - uid: 3162 - components: - - type: Transform - pos: 20.5,-37.5 - parent: 2 - - uid: 3164 - components: - - type: Transform - pos: 17.5,-37.5 - parent: 2 - - uid: 3167 - components: - - type: Transform - pos: 15.5,-37.5 - parent: 2 - - uid: 3189 - components: - - type: Transform - pos: 18.5,-37.5 - parent: 2 - - uid: 3198 - components: - - type: Transform - pos: -80.5,115.5 - parent: 2 - - uid: 3214 - components: - - type: Transform - pos: -66.5,-18.5 - parent: 2 - - uid: 3216 - components: - - type: Transform - pos: 7.5,-54.5 - parent: 2 - - uid: 3221 - components: - - type: Transform - pos: 9.5,-56.5 - parent: 2 - - uid: 3222 - components: - - type: Transform - pos: 9.5,-55.5 - parent: 2 - - uid: 3223 - components: - - type: Transform - pos: -79.5,115.5 - parent: 2 - - uid: 3225 - components: - - type: Transform - pos: -1.5,54.5 - parent: 2 - - uid: 3226 - components: - - type: Transform - pos: 6.5,57.5 - parent: 2 - - uid: 3254 - components: - - type: Transform - pos: -17.5,-18.5 - parent: 2 - - uid: 3260 - components: - - type: Transform - pos: -14.5,-26.5 - parent: 2 - - uid: 3261 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 2 - - uid: 3262 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 2 - - uid: 3263 - components: - - type: Transform - pos: -23.5,-18.5 - parent: 2 - - uid: 3264 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 2 - - uid: 3265 - components: - - type: Transform - pos: -15.5,-17.5 - parent: 2 - - uid: 3270 - components: - - type: Transform - pos: -78.5,115.5 - parent: 2 - - uid: 3274 - components: - - type: Transform - pos: -77.5,115.5 - parent: 2 - - uid: 3290 - components: - - type: Transform - pos: -76.5,115.5 - parent: 2 - - uid: 3326 - components: - - type: Transform - pos: 21.5,-37.5 - parent: 2 - - uid: 3328 - components: - - type: Transform - pos: 14.5,-37.5 - parent: 2 - - uid: 3331 - components: - - type: Transform - pos: -75.5,115.5 - parent: 2 - - uid: 3338 - components: - - type: Transform - pos: -21.5,-26.5 - parent: 2 - - uid: 3346 - components: - - type: Transform - pos: -17.5,-29.5 - parent: 2 - - uid: 3350 - components: - - type: Transform - pos: -15.5,-26.5 - parent: 2 - - uid: 3417 - components: - - type: Transform - pos: 14.5,59.5 - parent: 2 - - uid: 3431 - components: - - type: Transform - pos: 13.5,59.5 - parent: 2 - - uid: 3482 - components: - - type: Transform - pos: 27.5,-28.5 - parent: 2 - - uid: 3484 - components: - - type: Transform - pos: 27.5,-30.5 - parent: 2 - - uid: 3485 - components: - - type: Transform - pos: 27.5,-29.5 - parent: 2 - - uid: 3496 - components: - - type: Transform - pos: 35.5,-35.5 - parent: 2 - - uid: 3497 - components: - - type: Transform - pos: 33.5,-35.5 - parent: 2 - - uid: 3498 - components: - - type: Transform - pos: 31.5,-35.5 - parent: 2 - - uid: 3499 - components: - - type: Transform - pos: 36.5,-35.5 - parent: 2 - - uid: 3500 - components: - - type: Transform - pos: 38.5,-35.5 - parent: 2 - - uid: 3501 - components: - - type: Transform - pos: 34.5,-35.5 - parent: 2 - - uid: 3503 - components: - - type: Transform - pos: 37.5,-35.5 - parent: 2 - - uid: 3536 - components: - - type: Transform - pos: 29.5,-35.5 - parent: 2 - - uid: 3537 - components: - - type: Transform - pos: 30.5,-35.5 - parent: 2 - - uid: 3538 - components: - - type: Transform - pos: 32.5,-35.5 - parent: 2 - - uid: 3546 - components: - - type: Transform - pos: -73.5,115.5 - parent: 2 - - uid: 3549 - components: - - type: Transform - pos: -71.5,115.5 - parent: 2 - - uid: 3572 - components: - - type: Transform - pos: 47.5,12.5 - parent: 2 - - uid: 3618 - components: - - type: Transform - pos: -70.5,115.5 - parent: 2 - - uid: 3626 - components: - - type: Transform - pos: 43.5,-15.5 - parent: 2 - - uid: 3629 - components: - - type: Transform - pos: 48.5,-8.5 - parent: 2 - - uid: 3636 - components: - - type: Transform - pos: 41.5,-15.5 - parent: 2 - - uid: 3638 - components: - - type: Transform - pos: 48.5,-7.5 - parent: 2 - - uid: 3639 - components: - - type: Transform - pos: 42.5,-15.5 - parent: 2 - - uid: 3643 - components: - - type: Transform - pos: -69.5,115.5 - parent: 2 - - uid: 3644 - components: - - type: Transform - pos: 47.5,4.5 - parent: 2 - - uid: 3645 - components: - - type: Transform - pos: 47.5,3.5 - parent: 2 - - uid: 3646 - components: - - type: Transform - pos: 47.5,11.5 - parent: 2 - - uid: 3647 - components: - - type: Transform - pos: 47.5,10.5 - parent: 2 - - uid: 3648 - components: - - type: Transform - pos: 47.5,5.5 - parent: 2 - - uid: 3649 - components: - - type: Transform - pos: -68.5,114.5 - parent: 2 - - uid: 3664 - components: - - type: Transform - pos: -50.5,35.5 - parent: 2 - - uid: 3674 - components: - - type: Transform - pos: -0.5,63.5 - parent: 2 - - uid: 3677 - components: - - type: Transform - pos: -58.5,21.5 - parent: 2 - - uid: 3706 - components: - - type: Transform - pos: -35.5,5.5 - parent: 2 - - uid: 3718 - components: - - type: Transform - pos: -67.5,114.5 - parent: 2 - - uid: 3747 - components: - - type: Transform - pos: -66.5,115.5 - parent: 2 - - uid: 3748 - components: - - type: Transform - pos: -65.5,115.5 - parent: 2 - - uid: 3750 - components: - - type: Transform - pos: -63.5,115.5 - parent: 2 - - uid: 3751 - components: - - type: Transform - pos: -62.5,114.5 - parent: 2 - - uid: 3752 - components: - - type: Transform - pos: -61.5,113.5 - parent: 2 - - uid: 3753 - components: - - type: Transform - pos: -61.5,112.5 - parent: 2 - - uid: 3759 - components: - - type: Transform - pos: -61.5,111.5 - parent: 2 - - uid: 3792 - components: - - type: Transform - pos: -61.5,110.5 - parent: 2 - - uid: 3794 - components: - - type: Transform - pos: -16.5,-17.5 - parent: 2 - - uid: 3797 - components: - - type: Transform - pos: 44.5,-35.5 - parent: 2 - - uid: 3799 - components: - - type: Transform - pos: -61.5,109.5 - parent: 2 - - uid: 3805 - components: - - type: Transform - pos: -62.5,109.5 - parent: 2 - - uid: 3813 - components: - - type: Transform - pos: -14.5,-37.5 - parent: 2 - - uid: 3822 - components: - - type: Transform - pos: 51.5,20.5 - parent: 2 - - uid: 3836 - components: - - type: Transform - pos: -33.5,52.5 - parent: 2 - - uid: 3837 - components: - - type: Transform - pos: 41.5,40.5 - parent: 2 - - uid: 3838 - components: - - type: Transform - pos: 51.5,14.5 - parent: 2 - - uid: 3839 - components: - - type: Transform - pos: -62.5,108.5 - parent: 2 - - uid: 3841 - components: - - type: Transform - pos: 54.5,-33.5 - parent: 2 - - uid: 3845 - components: - - type: Transform - pos: 51.5,21.5 - parent: 2 - - uid: 3846 - components: - - type: Transform - pos: 51.5,13.5 - parent: 2 - - uid: 3847 - components: - - type: Transform - pos: -32.5,52.5 - parent: 2 - - uid: 3850 - components: - - type: Transform - pos: -31.5,52.5 - parent: 2 - - uid: 3859 - components: - - type: Transform - pos: 42.5,-20.5 - parent: 2 - - uid: 3860 - components: - - type: Transform - pos: 39.5,-20.5 - parent: 2 - - uid: 3862 - components: - - type: Transform - pos: 41.5,-20.5 - parent: 2 - - uid: 3868 - components: - - type: Transform - pos: 61.5,9.5 - parent: 2 - - uid: 3870 - components: - - type: Transform - pos: 51.5,11.5 - parent: 2 - - uid: 3873 - components: - - type: Transform - pos: 58.5,1.5 - parent: 2 - - uid: 3874 - components: - - type: Transform - pos: 59.5,1.5 - parent: 2 - - uid: 3876 - components: - - type: Transform - pos: 63.5,1.5 - parent: 2 - - uid: 3878 - components: - - type: Transform - pos: 52.5,-3.5 - parent: 2 - - uid: 3880 - components: - - type: Transform - pos: 52.5,0.5 - parent: 2 - - uid: 3890 - components: - - type: Transform - pos: 52.5,-7.5 - parent: 2 - - uid: 3891 - components: - - type: Transform - pos: -62.5,107.5 - parent: 2 - - uid: 3895 - components: - - type: Transform - pos: -62.5,106.5 - parent: 2 - - uid: 3896 - components: - - type: Transform - pos: -62.5,105.5 - parent: 2 - - uid: 3901 - components: - - type: Transform - pos: 66.5,1.5 - parent: 2 - - uid: 3904 - components: - - type: Transform - pos: 51.5,12.5 - parent: 2 - - uid: 3905 - components: - - type: Transform - pos: -106.5,27.5 - parent: 2 - - uid: 3909 - components: - - type: Transform - pos: -105.5,29.5 - parent: 2 - - uid: 3910 - components: - - type: Transform - pos: 54.5,-35.5 - parent: 2 - - uid: 3918 - components: - - type: Transform - pos: 52.5,-13.5 - parent: 2 - - uid: 3919 - components: - - type: Transform - pos: 53.5,-11.5 - parent: 2 - - uid: 3921 - components: - - type: Transform - pos: 38.5,-20.5 - parent: 2 - - uid: 3924 - components: - - type: Transform - pos: 43.5,-20.5 - parent: 2 - - uid: 3931 - components: - - type: Transform - pos: -106.5,28.5 - parent: 2 - - uid: 3938 - components: - - type: Transform - pos: -61.5,106.5 - parent: 2 - - uid: 3939 - components: - - type: Transform - pos: -62.5,96.5 - parent: 2 - - uid: 3940 - components: - - type: Transform - pos: -62.5,102.5 - parent: 2 - - uid: 3942 - components: - - type: Transform - pos: -104.5,30.5 - parent: 2 - - uid: 3950 - components: - - type: Transform - pos: -34.5,-13.5 - parent: 2 - - uid: 3951 - components: - - type: Transform - pos: 41.5,44.5 - parent: 2 - - uid: 3953 - components: - - type: Transform - pos: -34.5,-16.5 - parent: 2 - - uid: 3977 - components: - - type: Transform - pos: 41.5,42.5 - parent: 2 - - uid: 3980 - components: - - type: Transform - pos: 27.5,22.5 - parent: 2 - - uid: 3984 - components: - - type: Transform - pos: -62.5,101.5 - parent: 2 - - uid: 3986 - components: - - type: Transform - pos: 28.5,22.5 - parent: 2 - - uid: 3994 - components: - - type: Transform - pos: 40.5,-30.5 - parent: 2 - - uid: 4000 - components: - - type: Transform - pos: -62.5,100.5 - parent: 2 - - uid: 4012 - components: - - type: Transform - pos: -45.5,66.5 - parent: 2 - - uid: 4023 - components: - - type: Transform - pos: 59.5,9.5 - parent: 2 - - uid: 4057 - components: - - type: Transform - pos: -101.5,31.5 - parent: 2 - - uid: 4111 - components: - - type: Transform - pos: 41.5,39.5 - parent: 2 - - uid: 4120 - components: - - type: Transform - pos: -106.5,21.5 - parent: 2 - - uid: 4140 - components: - - type: Transform - pos: -102.5,17.5 - parent: 2 - - uid: 4145 - components: - - type: Transform - pos: 55.5,9.5 - parent: 2 - - uid: 4147 - components: - - type: Transform - pos: 42.5,54.5 - parent: 2 - - uid: 4149 - components: - - type: Transform - pos: -102.5,31.5 - parent: 2 - - uid: 4153 - components: - - type: Transform - pos: 57.5,9.5 - parent: 2 - - uid: 4154 - components: - - type: Transform - pos: 42.5,56.5 - parent: 2 - - uid: 4166 - components: - - type: Transform - pos: 36.5,55.5 - parent: 2 - - uid: 4176 - components: - - type: Transform - pos: -101.5,-14.5 - parent: 2 - - uid: 4178 - components: - - type: Transform - pos: -62.5,99.5 - parent: 2 - - uid: 4179 - components: - - type: Transform - pos: -63.5,101.5 - parent: 2 - - uid: 4182 - components: - - type: Transform - pos: 36.5,54.5 - parent: 2 - - uid: 4188 - components: - - type: Transform - pos: 48.5,54.5 - parent: 2 - - uid: 4189 - components: - - type: Transform - pos: 36.5,56.5 - parent: 2 - - uid: 4193 - components: - - type: Transform - pos: 48.5,55.5 - parent: 2 - - uid: 4194 - components: - - type: Transform - pos: 54.5,-34.5 - parent: 2 - - uid: 4198 - components: - - type: Transform - pos: 48.5,56.5 - parent: 2 - - uid: 4200 - components: - - type: Transform - pos: 42.5,-35.5 - parent: 2 - - uid: 4202 - components: - - type: Transform - pos: 42.5,55.5 - parent: 2 - - uid: 4206 - components: - - type: Transform - pos: 62.5,1.5 - parent: 2 - - uid: 4207 - components: - - type: Transform - pos: 60.5,1.5 - parent: 2 - - uid: 4208 - components: - - type: Transform - pos: 61.5,1.5 - parent: 2 - - uid: 4209 - components: - - type: Transform - pos: -62.5,95.5 - parent: 2 - - uid: 4214 - components: - - type: Transform - pos: -100.5,31.5 - parent: 2 - - uid: 4216 - components: - - type: Transform - pos: -103.5,30.5 - parent: 2 - - uid: 4248 - components: - - type: Transform - pos: 40.5,-31.5 - parent: 2 - - uid: 4250 - components: - - type: Transform - pos: 65.5,9.5 - parent: 2 - - uid: 4252 - components: - - type: Transform - pos: 65.5,25.5 - parent: 2 - - uid: 4254 - components: - - type: Transform - pos: 63.5,25.5 - parent: 2 - - uid: 4256 - components: - - type: Transform - pos: 61.5,25.5 - parent: 2 - - uid: 4258 - components: - - type: Transform - pos: 57.5,25.5 - parent: 2 - - uid: 4263 - components: - - type: Transform - pos: 55.5,25.5 - parent: 2 - - uid: 4288 - components: - - type: Transform - pos: 63.5,9.5 - parent: 2 - - uid: 4292 - components: - - type: Transform - pos: 33.5,-20.5 - parent: 2 - - uid: 4307 - components: - - type: Transform - pos: -62.5,94.5 - parent: 2 - - uid: 4310 - components: - - type: Transform - pos: 37.5,-19.5 - parent: 2 - - uid: 4318 - components: - - type: Transform - pos: -62.5,93.5 - parent: 2 - - uid: 4319 - components: - - type: Transform - pos: -62.5,92.5 - parent: 2 - - uid: 4320 - components: - - type: Transform - pos: -62.5,90.5 - parent: 2 - - uid: 4321 - components: - - type: Transform - pos: -62.5,87.5 - parent: 2 - - uid: 4322 - components: - - type: Transform - pos: -61.5,86.5 - parent: 2 - - uid: 4325 - components: - - type: Transform - pos: -61.5,85.5 - parent: 2 - - uid: 4326 - components: - - type: Transform - pos: -62.5,84.5 - parent: 2 - - uid: 4327 - components: - - type: Transform - pos: -63.5,83.5 - parent: 2 - - uid: 4351 - components: - - type: Transform - pos: 40.5,-29.5 - parent: 2 - - uid: 4352 - components: - - type: Transform - pos: 40.5,-28.5 - parent: 2 - - uid: 4353 - components: - - type: Transform - pos: 44.5,-20.5 - parent: 2 - - uid: 4576 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,4.5 - parent: 2 - - uid: 4577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,4.5 - parent: 2 - - uid: 4578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,4.5 - parent: 2 - - uid: 4579 - components: - - type: Transform - pos: -104.5,18.5 - parent: 2 - - uid: 4586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,4.5 - parent: 2 - - uid: 4593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,4.5 - parent: 2 - - uid: 4615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,4.5 - parent: 2 - - uid: 4618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,4.5 - parent: 2 - - uid: 4632 - components: - - type: Transform - pos: -1.5,48.5 - parent: 2 - - uid: 4634 - components: - - type: Transform - pos: 4.5,-48.5 - parent: 2 - - uid: 4635 - components: - - type: Transform - pos: -1.5,-48.5 - parent: 2 - - uid: 4640 - components: - - type: Transform - pos: -1.5,47.5 - parent: 2 - - uid: 4666 - components: - - type: Transform - pos: 92.5,41.5 - parent: 2 - - uid: 4788 - components: - - type: Transform - pos: 90.5,14.5 - parent: 2 - - uid: 4939 - components: - - type: Transform - pos: -24.5,59.5 - parent: 2 - - uid: 4943 - components: - - type: Transform - pos: -103.5,18.5 - parent: 2 - - uid: 4964 - components: - - type: Transform - pos: -106.5,20.5 - parent: 2 - - uid: 5014 - components: - - type: Transform - pos: 48.5,-17.5 - parent: 2 - - uid: 5020 - components: - - type: Transform - pos: 56.5,-28.5 - parent: 2 - - uid: 5028 - components: - - type: Transform - pos: 55.5,-28.5 - parent: 2 - - uid: 5029 - components: - - type: Transform - pos: 54.5,-28.5 - parent: 2 - - uid: 5030 - components: - - type: Transform - pos: 13.5,58.5 - parent: 2 - - uid: 5032 - components: - - type: Transform - pos: 57.5,-28.5 - parent: 2 - - uid: 5033 - components: - - type: Transform - pos: 58.5,-28.5 - parent: 2 - - uid: 5034 - components: - - type: Transform - pos: 70.5,-14.5 - parent: 2 - - uid: 5054 - components: - - type: Transform - pos: 67.5,1.5 - parent: 2 - - uid: 5055 - components: - - type: Transform - pos: 68.5,1.5 - parent: 2 - - uid: 5056 - components: - - type: Transform - pos: 69.5,1.5 - parent: 2 - - uid: 5057 - components: - - type: Transform - pos: 70.5,1.5 - parent: 2 - - uid: 5058 - components: - - type: Transform - pos: 71.5,1.5 - parent: 2 - - uid: 5063 - components: - - type: Transform - pos: -105.5,19.5 - parent: 2 - - uid: 5082 - components: - - type: Transform - pos: 22.5,59.5 - parent: 2 - - uid: 5085 - components: - - type: Transform - pos: 4.5,62.5 - parent: 2 - - uid: 5095 - components: - - type: Transform - pos: 70.5,-13.5 - parent: 2 - - uid: 5235 - components: - - type: Transform - pos: -35.5,8.5 - parent: 2 - - uid: 5283 - components: - - type: Transform - pos: -15.5,40.5 - parent: 2 - - uid: 5298 - components: - - type: Transform - pos: 22.5,60.5 - parent: 2 - - uid: 5315 - components: - - type: Transform - pos: 60.5,58.5 - parent: 2 - - uid: 5316 - components: - - type: Transform - pos: 59.5,58.5 - parent: 2 - - uid: 5317 - components: - - type: Transform - pos: 58.5,58.5 - parent: 2 - - uid: 5326 - components: - - type: Transform - pos: -102.5,-14.5 - parent: 2 - - uid: 5362 - components: - - type: Transform - pos: -100.5,-14.5 - parent: 2 - - uid: 5577 - components: - - type: Transform - pos: -48.5,36.5 - parent: 2 - - uid: 5681 - components: - - type: Transform - pos: -20.5,23.5 - parent: 2 - - uid: 5785 - components: - - type: Transform - pos: 12.5,-52.5 - parent: 2 - - uid: 5786 - components: - - type: Transform - pos: -9.5,-50.5 - parent: 2 - - uid: 5790 - components: - - type: Transform - pos: -4.5,-53.5 - parent: 2 - - uid: 5791 - components: - - type: Transform - pos: -6.5,-53.5 - parent: 2 - - uid: 5792 - components: - - type: Transform - pos: -8.5,-53.5 - parent: 2 - - uid: 5798 - components: - - type: Transform - pos: 11.5,-53.5 - parent: 2 - - uid: 5799 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 2 - - uid: 5800 - components: - - type: Transform - pos: 7.5,-53.5 - parent: 2 - - uid: 5804 - components: - - type: Transform - pos: 12.5,-50.5 - parent: 2 - - uid: 5805 - components: - - type: Transform - pos: 12.5,-51.5 - parent: 2 - - uid: 5808 - components: - - type: Transform - pos: 1.5,-53.5 - parent: 2 - - uid: 5809 - components: - - type: Transform - pos: 3.5,-53.5 - parent: 2 - - uid: 5810 - components: - - type: Transform - pos: -0.5,-53.5 - parent: 2 - - uid: 5811 - components: - - type: Transform - pos: 1.5,-54.5 - parent: 2 - - uid: 5812 - components: - - type: Transform - pos: 1.5,-55.5 - parent: 2 - - uid: 5813 - components: - - type: Transform - pos: -0.5,-54.5 - parent: 2 - - uid: 5814 - components: - - type: Transform - pos: -0.5,-55.5 - parent: 2 - - uid: 5815 - components: - - type: Transform - pos: 3.5,-54.5 - parent: 2 - - uid: 5816 - components: - - type: Transform - pos: 3.5,-55.5 - parent: 2 - - uid: 5819 - components: - - type: Transform - pos: 1.5,-56.5 - parent: 2 - - uid: 5820 - components: - - type: Transform - pos: -0.5,-56.5 - parent: 2 - - uid: 5821 - components: - - type: Transform - pos: 3.5,-56.5 - parent: 2 - - uid: 5834 - components: - - type: Transform - pos: 11.5,-55.5 - parent: 2 - - uid: 5835 - components: - - type: Transform - pos: 11.5,-56.5 - parent: 2 - - uid: 5836 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 - - uid: 5837 - components: - - type: Transform - pos: -4.5,-55.5 - parent: 2 - - uid: 5838 - components: - - type: Transform - pos: -4.5,-56.5 - parent: 2 - - uid: 5839 - components: - - type: Transform - pos: -6.5,-54.5 - parent: 2 - - uid: 5840 - components: - - type: Transform - pos: -6.5,-55.5 - parent: 2 - - uid: 5841 - components: - - type: Transform - pos: -6.5,-56.5 - parent: 2 - - uid: 5842 - components: - - type: Transform - pos: -8.5,-54.5 - parent: 2 - - uid: 5843 - components: - - type: Transform - pos: -8.5,-55.5 - parent: 2 - - uid: 5844 - components: - - type: Transform - pos: -8.5,-56.5 - parent: 2 - - uid: 5872 - components: - - type: Transform - pos: -9.5,-51.5 - parent: 2 - - uid: 5873 - components: - - type: Transform - pos: -9.5,-52.5 - parent: 2 - - uid: 6007 - components: - - type: Transform - pos: -40.5,72.5 - parent: 2 - - uid: 6144 - components: - - type: Transform - pos: -14.5,-40.5 - parent: 2 - - uid: 6145 - components: - - type: Transform - pos: -14.5,-41.5 - parent: 2 - - uid: 6154 - components: - - type: Transform - pos: 80.5,-18.5 - parent: 2 - - uid: 6155 - components: - - type: Transform - pos: 79.5,-18.5 - parent: 2 - - uid: 6183 - components: - - type: Transform - pos: -62.5,82.5 - parent: 2 - - uid: 6208 - components: - - type: Transform - pos: -62.5,81.5 - parent: 2 - - uid: 6209 - components: - - type: Transform - pos: -62.5,79.5 - parent: 2 - - uid: 6210 - components: - - type: Transform - pos: -62.5,78.5 - parent: 2 - - uid: 6212 - components: - - type: Transform - pos: -51.5,63.5 - parent: 2 - - uid: 6367 - components: - - type: Transform - pos: 32.5,-12.5 - parent: 2 - - uid: 6368 - components: - - type: Transform - pos: 34.5,-12.5 - parent: 2 - - uid: 6369 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - - uid: 6424 - components: - - type: Transform - pos: 81.5,-6.5 - parent: 2 - - uid: 6436 - components: - - type: Transform - pos: 79.5,-14.5 - parent: 2 - - uid: 6437 - components: - - type: Transform - pos: 80.5,-14.5 - parent: 2 - - uid: 6439 - components: - - type: Transform - pos: 78.5,-16.5 - parent: 2 - - uid: 6441 - components: - - type: Transform - pos: 79.5,-16.5 - parent: 2 - - uid: 6442 - components: - - type: Transform - pos: 80.5,-16.5 - parent: 2 - - uid: 6443 - components: - - type: Transform - pos: 81.5,-16.5 - parent: 2 - - uid: 6468 - components: - - type: Transform - pos: 58.5,-33.5 - parent: 2 - - uid: 6469 - components: - - type: Transform - pos: 58.5,-34.5 - parent: 2 - - uid: 6470 - components: - - type: Transform - pos: 58.5,-35.5 - parent: 2 - - uid: 6485 - components: - - type: Transform - pos: -17.5,-28.5 - parent: 2 - - uid: 6500 - components: - - type: Transform - pos: -16.5,-26.5 - parent: 2 - - uid: 6512 - components: - - type: Transform - pos: -9.5,-26.5 - parent: 2 - - uid: 6537 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 2 - - uid: 6538 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 2 - - uid: 6539 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 2 - - uid: 6540 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 2 - - uid: 6569 - components: - - type: Transform - pos: -19.5,23.5 - parent: 2 - - uid: 6664 - components: - - type: Transform - pos: -46.5,-48.5 - parent: 2 - - uid: 6665 - components: - - type: Transform - pos: -46.5,-47.5 - parent: 2 - - uid: 6673 - components: - - type: Transform - pos: -44.5,-39.5 - parent: 2 - - uid: 6698 - components: - - type: Transform - pos: -43.5,-39.5 - parent: 2 - - uid: 6720 - components: - - type: Transform - pos: -31.5,-45.5 - parent: 2 - - uid: 6726 - components: - - type: Transform - pos: -42.5,-45.5 - parent: 2 - - uid: 6736 - components: - - type: Transform - pos: -43.5,-45.5 - parent: 2 - - uid: 6766 - components: - - type: Transform - pos: -37.5,-17.5 - parent: 2 - - uid: 6767 - components: - - type: Transform - pos: -41.5,-45.5 - parent: 2 - - uid: 6768 - components: - - type: Transform - pos: -39.5,-45.5 - parent: 2 - - uid: 6769 - components: - - type: Transform - pos: -38.5,-45.5 - parent: 2 - - uid: 6797 - components: - - type: Transform - pos: -49.5,-50.5 - parent: 2 - - uid: 6930 - components: - - type: Transform - pos: -48.5,32.5 - parent: 2 - - uid: 7100 - components: - - type: Transform - pos: -51.5,-14.5 - parent: 2 - - uid: 7150 - components: - - type: Transform - pos: -35.5,-17.5 - parent: 2 - - uid: 7158 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 2 - - uid: 7166 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 2 - - uid: 7181 - components: - - type: Transform - pos: -58.5,-5.5 - parent: 2 - - uid: 7251 - components: - - type: Transform - pos: -51.5,-22.5 - parent: 2 - - uid: 7253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,9.5 - parent: 2 - - uid: 7260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-9.5 - parent: 2 - - uid: 7267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-8.5 - parent: 2 - - uid: 7271 - components: - - type: Transform - pos: -38.5,-37.5 - parent: 2 - - uid: 7272 - components: - - type: Transform - pos: -39.5,-37.5 - parent: 2 - - uid: 7273 - components: - - type: Transform - pos: -40.5,-37.5 - parent: 2 - - uid: 7274 - components: - - type: Transform - pos: -41.5,-37.5 - parent: 2 - - uid: 7275 - components: - - type: Transform - pos: -42.5,-37.5 - parent: 2 - - uid: 7276 - components: - - type: Transform - pos: -43.5,-37.5 - parent: 2 - - uid: 7277 - components: - - type: Transform - pos: -44.5,-37.5 - parent: 2 - - uid: 7317 - components: - - type: Transform - pos: -59.5,-5.5 - parent: 2 - - uid: 7412 - components: - - type: Transform - pos: -58.5,-0.5 - parent: 2 - - uid: 7413 - components: - - type: Transform - pos: -57.5,-0.5 - parent: 2 - - uid: 7443 - components: - - type: Transform - pos: -87.5,32.5 - parent: 2 - - uid: 7462 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - - uid: 7464 - components: - - type: Transform - pos: -51.5,61.5 - parent: 2 - - uid: 7469 - components: - - type: Transform - pos: -51.5,60.5 - parent: 2 - - uid: 7471 - components: - - type: Transform - pos: -51.5,-15.5 - parent: 2 - - uid: 7484 - components: - - type: Transform - pos: -51.5,59.5 - parent: 2 - - uid: 7485 - components: - - type: Transform - pos: -51.5,58.5 - parent: 2 - - uid: 7486 - components: - - type: Transform - pos: -51.5,57.5 - parent: 2 - - uid: 7490 - components: - - type: Transform - pos: -51.5,56.5 - parent: 2 - - uid: 7491 - components: - - type: Transform - pos: -51.5,55.5 - parent: 2 - - uid: 7494 - components: - - type: Transform - pos: -61.5,77.5 - parent: 2 - - uid: 7495 - components: - - type: Transform - pos: -60.5,77.5 - parent: 2 - - uid: 7496 - components: - - type: Transform - pos: -43.5,77.5 - parent: 2 - - uid: 7497 - components: - - type: Transform - pos: -58.5,77.5 - parent: 2 - - uid: 7498 - components: - - type: Transform - pos: -57.5,77.5 - parent: 2 - - uid: 7499 - components: - - type: Transform - pos: -56.5,77.5 - parent: 2 - - uid: 7500 - components: - - type: Transform - pos: -55.5,77.5 - parent: 2 - - uid: 7501 - components: - - type: Transform - pos: -54.5,77.5 - parent: 2 - - uid: 7502 - components: - - type: Transform - pos: -53.5,78.5 - parent: 2 - - uid: 7503 - components: - - type: Transform - pos: -52.5,78.5 - parent: 2 - - uid: 7506 - components: - - type: Transform - pos: -51.5,78.5 - parent: 2 - - uid: 7510 - components: - - type: Transform - pos: -50.5,78.5 - parent: 2 - - uid: 7533 - components: - - type: Transform - pos: -49.5,78.5 - parent: 2 - - uid: 7534 - components: - - type: Transform - pos: -48.5,78.5 - parent: 2 - - uid: 7547 - components: - - type: Transform - pos: -47.5,77.5 - parent: 2 - - uid: 7549 - components: - - type: Transform - pos: -46.5,77.5 - parent: 2 - - uid: 7561 - components: - - type: Transform - pos: -45.5,77.5 - parent: 2 - - uid: 7564 - components: - - type: Transform - pos: -39.5,77.5 - parent: 2 - - uid: 7572 - components: - - type: Transform - pos: -38.5,77.5 - parent: 2 - - uid: 7586 - components: - - type: Transform - pos: -37.5,77.5 - parent: 2 - - uid: 7587 - components: - - type: Transform - pos: -36.5,77.5 - parent: 2 - - uid: 7589 - components: - - type: Transform - pos: -35.5,77.5 - parent: 2 - - uid: 7590 - components: - - type: Transform - pos: -81.5,32.5 - parent: 2 - - uid: 7592 - components: - - type: Transform - pos: -98.5,26.5 - parent: 2 - - uid: 7593 - components: - - type: Transform - pos: -11.5,68.5 - parent: 2 - - uid: 7596 - components: - - type: Transform - pos: -35.5,76.5 - parent: 2 - - uid: 7600 - components: - - type: Transform - pos: -33.5,75.5 - parent: 2 - - uid: 7602 - components: - - type: Transform - pos: -32.5,75.5 - parent: 2 - - uid: 7603 - components: - - type: Transform - pos: -98.5,27.5 - parent: 2 - - uid: 7612 - components: - - type: Transform - pos: -98.5,28.5 - parent: 2 - - uid: 7614 - components: - - type: Transform - pos: -31.5,75.5 - parent: 2 - - uid: 7615 - components: - - type: Transform - pos: -30.5,75.5 - parent: 2 - - uid: 7617 - components: - - type: Transform - pos: -29.5,75.5 - parent: 2 - - uid: 7618 - components: - - type: Transform - pos: -29.5,76.5 - parent: 2 - - uid: 7655 - components: - - type: Transform - pos: -98.5,19.5 - parent: 2 - - uid: 7657 - components: - - type: Transform - pos: -28.5,76.5 - parent: 2 - - uid: 7661 - components: - - type: Transform - pos: -27.5,76.5 - parent: 2 - - uid: 7662 - components: - - type: Transform - pos: -27.5,75.5 - parent: 2 - - uid: 7663 - components: - - type: Transform - pos: -98.5,24.5 - parent: 2 - - uid: 7665 - components: - - type: Transform - pos: -98.5,20.5 - parent: 2 - - uid: 7670 - components: - - type: Transform - pos: -98.5,23.5 - parent: 2 - - uid: 7677 - components: - - type: Transform - pos: -26.5,75.5 - parent: 2 - - uid: 7685 - components: - - type: Transform - pos: -25.5,75.5 - parent: 2 - - uid: 7686 - components: - - type: Transform - pos: -24.5,75.5 - parent: 2 - - uid: 7687 - components: - - type: Transform - pos: -23.5,75.5 - parent: 2 - - uid: 7689 - components: - - type: Transform - pos: -22.5,75.5 - parent: 2 - - uid: 7690 - components: - - type: Transform - pos: -21.5,75.5 - parent: 2 - - uid: 7693 - components: - - type: Transform - pos: -19.5,75.5 - parent: 2 - - uid: 7698 - components: - - type: Transform - pos: -14.5,75.5 - parent: 2 - - uid: 7699 - components: - - type: Transform - pos: -15.5,75.5 - parent: 2 - - uid: 7700 - components: - - type: Transform - pos: -16.5,75.5 - parent: 2 - - uid: 7701 - components: - - type: Transform - pos: 37.5,71.5 - parent: 2 - - uid: 7702 - components: - - type: Transform - pos: 20.5,81.5 - parent: 2 - - uid: 7703 - components: - - type: Transform - pos: 21.5,81.5 - parent: 2 - - uid: 7704 - components: - - type: Transform - pos: -98.5,25.5 - parent: 2 - - uid: 7705 - components: - - type: Transform - pos: -86.5,13.5 - parent: 2 - - uid: 7706 - components: - - type: Transform - pos: -86.5,14.5 - parent: 2 - - uid: 7707 - components: - - type: Transform - pos: -86.5,0.5 - parent: 2 - - uid: 7708 - components: - - type: Transform - pos: 23.5,80.5 - parent: 2 - - uid: 7709 - components: - - type: Transform - pos: 24.5,80.5 - parent: 2 - - uid: 7711 - components: - - type: Transform - pos: -98.5,21.5 - parent: 2 - - uid: 7712 - components: - - type: Transform - pos: -98.5,22.5 - parent: 2 - - uid: 7714 - components: - - type: Transform - pos: -86.5,1.5 - parent: 2 - - uid: 7732 - components: - - type: Transform - pos: -86.5,2.5 - parent: 2 - - uid: 7733 - components: - - type: Transform - pos: -82.5,15.5 - parent: 2 - - uid: 7734 - components: - - type: Transform - pos: -82.5,14.5 - parent: 2 - - uid: 7735 - components: - - type: Transform - pos: -82.5,13.5 - parent: 2 - - uid: 7739 - components: - - type: Transform - pos: -86.5,3.5 - parent: 2 - - uid: 7740 - components: - - type: Transform - pos: -82.5,16.5 - parent: 2 - - uid: 7741 - components: - - type: Transform - pos: -86.5,16.5 - parent: 2 - - uid: 7742 - components: - - type: Transform - pos: -86.5,15.5 - parent: 2 - - uid: 7788 - components: - - type: Transform - pos: -74.5,14.5 - parent: 2 - - uid: 7795 - components: - - type: Transform - pos: -91.5,-8.5 - parent: 2 - - uid: 7799 - components: - - type: Transform - pos: -91.5,-9.5 - parent: 2 - - uid: 7800 - components: - - type: Transform - pos: -90.5,-12.5 - parent: 2 - - uid: 7801 - components: - - type: Transform - pos: -91.5,-10.5 - parent: 2 - - uid: 7802 - components: - - type: Transform - pos: -77.5,-9.5 - parent: 2 - - uid: 7803 - components: - - type: Transform - pos: -77.5,-10.5 - parent: 2 - - uid: 7804 - components: - - type: Transform - pos: -90.5,-11.5 - parent: 2 - - uid: 7805 - components: - - type: Transform - pos: -89.5,-13.5 - parent: 2 - - uid: 7806 - components: - - type: Transform - pos: -88.5,-14.5 - parent: 2 - - uid: 7807 - components: - - type: Transform - pos: -87.5,-14.5 - parent: 2 - - uid: 7813 - components: - - type: Transform - pos: -81.5,-14.5 - parent: 2 - - uid: 7814 - components: - - type: Transform - pos: -80.5,-14.5 - parent: 2 - - uid: 7815 - components: - - type: Transform - pos: -79.5,-13.5 - parent: 2 - - uid: 7816 - components: - - type: Transform - pos: -78.5,-12.5 - parent: 2 - - uid: 7817 - components: - - type: Transform - pos: -78.5,-11.5 - parent: 2 - - uid: 7830 - components: - - type: Transform - pos: -91.5,25.5 - parent: 2 - - uid: 7831 - components: - - type: Transform - pos: -91.5,26.5 - parent: 2 - - uid: 7832 - components: - - type: Transform - pos: -91.5,27.5 - parent: 2 - - uid: 7833 - components: - - type: Transform - pos: -77.5,27.5 - parent: 2 - - uid: 7834 - components: - - type: Transform - pos: -77.5,26.5 - parent: 2 - - uid: 7838 - components: - - type: Transform - pos: -90.5,28.5 - parent: 2 - - uid: 7839 - components: - - type: Transform - pos: -90.5,29.5 - parent: 2 - - uid: 7840 - components: - - type: Transform - pos: -89.5,30.5 - parent: 2 - - uid: 7841 - components: - - type: Transform - pos: -88.5,31.5 - parent: 2 - - uid: 7842 - components: - - type: Transform - pos: -87.5,31.5 - parent: 2 - - uid: 7848 - components: - - type: Transform - pos: -81.5,31.5 - parent: 2 - - uid: 7849 - components: - - type: Transform - pos: -80.5,31.5 - parent: 2 - - uid: 7850 - components: - - type: Transform - pos: -79.5,30.5 - parent: 2 - - uid: 7851 - components: - - type: Transform - pos: -78.5,29.5 - parent: 2 - - uid: 7852 - components: - - type: Transform - pos: -78.5,28.5 - parent: 2 - - uid: 7854 - components: - - type: Transform - pos: -74.5,16.5 - parent: 2 - - uid: 7855 - components: - - type: Transform - pos: -74.5,15.5 - parent: 2 - - uid: 7870 - components: - - type: Transform - pos: -98.5,-11.5 - parent: 2 - - uid: 7891 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - - uid: 7892 - components: - - type: Transform - pos: -98.5,-12.5 - parent: 2 - - uid: 7893 - components: - - type: Transform - pos: -98.5,-9.5 - parent: 2 - - uid: 7894 - components: - - type: Transform - pos: -98.5,-10.5 - parent: 2 - - uid: 7895 - components: - - type: Transform - pos: -98.5,-8.5 - parent: 2 - - uid: 7926 - components: - - type: Transform - pos: 61.5,-32.5 - parent: 2 - - uid: 7927 - components: - - type: Transform - pos: 60.5,-32.5 - parent: 2 - - uid: 7942 - components: - - type: Transform - pos: -102.5,15.5 - parent: 2 - - uid: 7943 - components: - - type: Transform - pos: -103.5,15.5 - parent: 2 - - uid: 7945 - components: - - type: Transform - pos: -105.5,14.5 - parent: 2 - - uid: 7947 - components: - - type: Transform - pos: -107.5,12.5 - parent: 2 - - uid: 7948 - components: - - type: Transform - pos: -107.5,11.5 - parent: 2 - - uid: 7954 - components: - - type: Transform - pos: -107.5,5.5 - parent: 2 - - uid: 7955 - components: - - type: Transform - pos: -106.5,3.5 - parent: 2 - - uid: 7956 - components: - - type: Transform - pos: -107.5,4.5 - parent: 2 - - uid: 7957 - components: - - type: Transform - pos: -105.5,2.5 - parent: 2 - - uid: 7958 - components: - - type: Transform - pos: -104.5,2.5 - parent: 2 - - uid: 7965 - components: - - type: Transform - pos: -102.5,1.5 - parent: 2 - - uid: 7966 - components: - - type: Transform - pos: -103.5,1.5 - parent: 2 - - uid: 7973 - components: - - type: Transform - pos: 24.5,79.5 - parent: 2 - - uid: 7974 - components: - - type: Transform - pos: 25.5,78.5 - parent: 2 - - uid: 7977 - components: - - type: Transform - pos: 25.5,76.5 - parent: 2 - - uid: 7979 - components: - - type: Transform - pos: 26.5,75.5 - parent: 2 - - uid: 7982 - components: - - type: Transform - pos: 26.5,74.5 - parent: 2 - - uid: 7983 - components: - - type: Transform - pos: 25.5,73.5 - parent: 2 - - uid: 7984 - components: - - type: Transform - pos: 25.5,72.5 - parent: 2 - - uid: 7985 - components: - - type: Transform - pos: 26.5,71.5 - parent: 2 - - uid: 7986 - components: - - type: Transform - pos: 26.5,70.5 - parent: 2 - - uid: 7994 - components: - - type: Transform - pos: 27.5,70.5 - parent: 2 - - uid: 7995 - components: - - type: Transform - pos: 28.5,70.5 - parent: 2 - - uid: 7997 - components: - - type: Transform - pos: 29.5,70.5 - parent: 2 - - uid: 7998 - components: - - type: Transform - pos: 30.5,70.5 - parent: 2 - - uid: 8000 - components: - - type: Transform - pos: 31.5,70.5 - parent: 2 - - uid: 8001 - components: - - type: Transform - pos: 34.5,70.5 - parent: 2 - - uid: 8002 - components: - - type: Transform - pos: 36.5,70.5 - parent: 2 - - uid: 8003 - components: - - type: Transform - pos: 37.5,70.5 - parent: 2 - - uid: 8004 - components: - - type: Transform - pos: 38.5,70.5 - parent: 2 - - uid: 8005 - components: - - type: Transform - pos: 39.5,70.5 - parent: 2 - - uid: 8006 - components: - - type: Transform - pos: 40.5,70.5 - parent: 2 - - uid: 8017 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 2 - - uid: 8023 - components: - - type: Transform - pos: 43.5,70.5 - parent: 2 - - uid: 8028 - components: - - type: Transform - pos: 44.5,71.5 - parent: 2 - - uid: 8029 - components: - - type: Transform - pos: 44.5,74.5 - parent: 2 - - uid: 8032 - components: - - type: Transform - pos: 44.5,75.5 - parent: 2 - - uid: 8033 - components: - - type: Transform - pos: 29.5,44.5 - parent: 2 - - uid: 8036 - components: - - type: Transform - pos: -89.5,-6.5 - parent: 2 - - uid: 8038 - components: - - type: Transform - pos: -88.5,-6.5 - parent: 2 - - uid: 8039 - components: - - type: Transform - pos: -87.5,-6.5 - parent: 2 - - uid: 8041 - components: - - type: Transform - pos: -86.5,-6.5 - parent: 2 - - uid: 8042 - components: - - type: Transform - pos: -85.5,-6.5 - parent: 2 - - uid: 8043 - components: - - type: Transform - pos: -84.5,-6.5 - parent: 2 - - uid: 8044 - components: - - type: Transform - pos: -83.5,-6.5 - parent: 2 - - uid: 8045 - components: - - type: Transform - pos: -82.5,-6.5 - parent: 2 - - uid: 8046 - components: - - type: Transform - pos: -81.5,-6.5 - parent: 2 - - uid: 8047 - components: - - type: Transform - pos: -80.5,-6.5 - parent: 2 - - uid: 8048 - components: - - type: Transform - pos: -79.5,-6.5 - parent: 2 - - uid: 8051 - components: - - type: Transform - pos: -99.5,12.5 - parent: 2 - - uid: 8052 - components: - - type: Transform - pos: -99.5,11.5 - parent: 2 - - uid: 8053 - components: - - type: Transform - pos: -99.5,10.5 - parent: 2 - - uid: 8054 - components: - - type: Transform - pos: -99.5,9.5 - parent: 2 - - uid: 8055 - components: - - type: Transform - pos: -99.5,8.5 - parent: 2 - - uid: 8056 - components: - - type: Transform - pos: -99.5,7.5 - parent: 2 - - uid: 8057 - components: - - type: Transform - pos: -99.5,6.5 - parent: 2 - - uid: 8058 - components: - - type: Transform - pos: -99.5,5.5 - parent: 2 - - uid: 8059 - components: - - type: Transform - pos: -99.5,4.5 - parent: 2 - - uid: 8060 - components: - - type: Transform - pos: -99.5,3.5 - parent: 2 - - uid: 8063 - components: - - type: Transform - pos: -89.5,23.5 - parent: 2 - - uid: 8064 - components: - - type: Transform - pos: -88.5,23.5 - parent: 2 - - uid: 8065 - components: - - type: Transform - pos: -87.5,23.5 - parent: 2 - - uid: 8066 - components: - - type: Transform - pos: -86.5,23.5 - parent: 2 - - uid: 8067 - components: - - type: Transform - pos: 44.5,72.5 - parent: 2 - - uid: 8068 - components: - - type: Transform - pos: -84.5,23.5 - parent: 2 - - uid: 8069 - components: - - type: Transform - pos: 45.5,77.5 - parent: 2 - - uid: 8070 - components: - - type: Transform - pos: -82.5,23.5 - parent: 2 - - uid: 8071 - components: - - type: Transform - pos: -81.5,23.5 - parent: 2 - - uid: 8072 - components: - - type: Transform - pos: -80.5,23.5 - parent: 2 - - uid: 8073 - components: - - type: Transform - pos: -79.5,23.5 - parent: 2 - - uid: 8076 - components: - - type: Transform - pos: 46.5,78.5 - parent: 2 - - uid: 8086 - components: - - type: Transform - pos: 47.5,79.5 - parent: 2 - - uid: 8097 - components: - - type: Transform - pos: 47.5,80.5 - parent: 2 - - uid: 8102 - components: - - type: Transform - pos: 48.5,80.5 - parent: 2 - - uid: 8104 - components: - - type: Transform - pos: 49.5,80.5 - parent: 2 - - uid: 8105 - components: - - type: Transform - pos: 58.5,81.5 - parent: 2 - - uid: 8123 - components: - - type: Transform - pos: 51.5,79.5 - parent: 2 - - uid: 8124 - components: - - type: Transform - pos: 56.5,-32.5 - parent: 2 - - uid: 8127 - components: - - type: Transform - pos: 52.5,79.5 - parent: 2 - - uid: 8131 - components: - - type: Transform - pos: 53.5,80.5 - parent: 2 - - uid: 8134 - components: - - type: Transform - pos: 54.5,80.5 - parent: 2 - - uid: 8139 - components: - - type: Transform - pos: 55.5,80.5 - parent: 2 - - uid: 8146 - components: - - type: Transform - pos: 56.5,80.5 - parent: 2 - - uid: 8150 - components: - - type: Transform - pos: 57.5,80.5 - parent: 2 - - uid: 8154 - components: - - type: Transform - pos: 58.5,80.5 - parent: 2 - - uid: 8157 - components: - - type: Transform - pos: 60.5,80.5 - parent: 2 - - uid: 8158 - components: - - type: Transform - pos: 61.5,80.5 - parent: 2 - - uid: 8159 - components: - - type: Transform - pos: 62.5,80.5 - parent: 2 - - uid: 8160 - components: - - type: Transform - pos: 63.5,80.5 - parent: 2 - - uid: 8161 - components: - - type: Transform - pos: 64.5,80.5 - parent: 2 - - uid: 8162 - components: - - type: Transform - pos: 64.5,79.5 - parent: 2 - - uid: 8163 - components: - - type: Transform - pos: 65.5,79.5 - parent: 2 - - uid: 8164 - components: - - type: Transform - pos: 66.5,79.5 - parent: 2 - - uid: 8165 - components: - - type: Transform - pos: 67.5,79.5 - parent: 2 - - uid: 8166 - components: - - type: Transform - pos: 71.5,80.5 - parent: 2 - - uid: 8167 - components: - - type: Transform - pos: 69.5,80.5 - parent: 2 - - uid: 8168 - components: - - type: Transform - pos: 72.5,80.5 - parent: 2 - - uid: 8169 - components: - - type: Transform - pos: 73.5,81.5 - parent: 2 - - uid: 8170 - components: - - type: Transform - pos: 74.5,81.5 - parent: 2 - - uid: 8171 - components: - - type: Transform - pos: 75.5,81.5 - parent: 2 - - uid: 8172 - components: - - type: Transform - pos: 76.5,81.5 - parent: 2 - - uid: 8173 - components: - - type: Transform - pos: 77.5,81.5 - parent: 2 - - uid: 8174 - components: - - type: Transform - pos: 78.5,81.5 - parent: 2 - - uid: 8175 - components: - - type: Transform - pos: 79.5,81.5 - parent: 2 - - uid: 8176 - components: - - type: Transform - pos: 87.5,81.5 - parent: 2 - - uid: 8177 - components: - - type: Transform - pos: 81.5,81.5 - parent: 2 - - uid: 8178 - components: - - type: Transform - pos: 83.5,82.5 - parent: 2 - - uid: 8179 - components: - - type: Transform - pos: 84.5,82.5 - parent: 2 - - uid: 8184 - components: - - type: Transform - pos: 85.5,82.5 - parent: 2 - - uid: 8185 - components: - - type: Transform - pos: 86.5,82.5 - parent: 2 - - uid: 8186 - components: - - type: Transform - pos: 88.5,80.5 - parent: 2 - - uid: 8187 - components: - - type: Transform - pos: 89.5,80.5 - parent: 2 - - uid: 8188 - components: - - type: Transform - pos: 90.5,80.5 - parent: 2 - - uid: 8189 - components: - - type: Transform - pos: 90.5,81.5 - parent: 2 - - uid: 8190 - components: - - type: Transform - pos: 91.5,81.5 - parent: 2 - - uid: 8191 - components: - - type: Transform - pos: 92.5,81.5 - parent: 2 - - uid: 8192 - components: - - type: Transform - pos: 93.5,81.5 - parent: 2 - - uid: 8193 - components: - - type: Transform - pos: 95.5,81.5 - parent: 2 - - uid: 8194 - components: - - type: Transform - pos: 96.5,80.5 - parent: 2 - - uid: 8195 - components: - - type: Transform - pos: 97.5,79.5 - parent: 2 - - uid: 8196 - components: - - type: Transform - pos: 98.5,79.5 - parent: 2 - - uid: 8197 - components: - - type: Transform - pos: 98.5,78.5 - parent: 2 - - uid: 8198 - components: - - type: Transform - pos: 98.5,76.5 - parent: 2 - - uid: 8199 - components: - - type: Transform - pos: 99.5,76.5 - parent: 2 - - uid: 8200 - components: - - type: Transform - pos: 99.5,75.5 - parent: 2 - - uid: 8201 - components: - - type: Transform - pos: 100.5,74.5 - parent: 2 - - uid: 8202 - components: - - type: Transform - pos: 100.5,73.5 - parent: 2 - - uid: 8205 - components: - - type: Transform - pos: 100.5,72.5 - parent: 2 - - uid: 8206 - components: - - type: Transform - pos: 101.5,71.5 - parent: 2 - - uid: 8207 - components: - - type: Transform - pos: 100.5,70.5 - parent: 2 - - uid: 8208 - components: - - type: Transform - pos: 100.5,69.5 - parent: 2 - - uid: 8209 - components: - - type: Transform - pos: 101.5,68.5 - parent: 2 - - uid: 8210 - components: - - type: Transform - pos: 101.5,67.5 - parent: 2 - - uid: 8211 - components: - - type: Transform - pos: 101.5,66.5 - parent: 2 - - uid: 8212 - components: - - type: Transform - pos: 101.5,65.5 - parent: 2 - - uid: 8214 - components: - - type: Transform - pos: 102.5,53.5 - parent: 2 - - uid: 8215 - components: - - type: Transform - pos: 102.5,63.5 - parent: 2 - - uid: 8216 - components: - - type: Transform - pos: 102.5,62.5 - parent: 2 - - uid: 8217 - components: - - type: Transform - pos: 102.5,61.5 - parent: 2 - - uid: 8218 - components: - - type: Transform - pos: 101.5,60.5 - parent: 2 - - uid: 8219 - components: - - type: Transform - pos: 101.5,59.5 - parent: 2 - - uid: 8220 - components: - - type: Transform - pos: 101.5,58.5 - parent: 2 - - uid: 8221 - components: - - type: Transform - pos: 102.5,58.5 - parent: 2 - - uid: 8222 - components: - - type: Transform - pos: 102.5,57.5 - parent: 2 - - uid: 8223 - components: - - type: Transform - pos: 102.5,56.5 - parent: 2 - - uid: 8224 - components: - - type: Transform - pos: 102.5,55.5 - parent: 2 - - uid: 8225 - components: - - type: Transform - pos: 102.5,54.5 - parent: 2 - - uid: 8226 - components: - - type: Transform - pos: 103.5,52.5 - parent: 2 - - uid: 8227 - components: - - type: Transform - pos: 103.5,50.5 - parent: 2 - - uid: 8228 - components: - - type: Transform - pos: 104.5,50.5 - parent: 2 - - uid: 8229 - components: - - type: Transform - pos: 104.5,49.5 - parent: 2 - - uid: 8238 - components: - - type: Transform - pos: 105.5,49.5 - parent: 2 - - uid: 8239 - components: - - type: Transform - pos: 106.5,49.5 - parent: 2 - - uid: 8242 - components: - - type: Transform - pos: 106.5,48.5 - parent: 2 - - uid: 8243 - components: - - type: Transform - pos: 106.5,47.5 - parent: 2 - - uid: 8244 - components: - - type: Transform - pos: 106.5,46.5 - parent: 2 - - uid: 8245 - components: - - type: Transform - pos: 106.5,45.5 - parent: 2 - - uid: 8246 - components: - - type: Transform - pos: 106.5,44.5 - parent: 2 - - uid: 8247 - components: - - type: Transform - pos: 107.5,43.5 - parent: 2 - - uid: 8248 - components: - - type: Transform - pos: 106.5,42.5 - parent: 2 - - uid: 8249 - components: - - type: Transform - pos: 106.5,41.5 - parent: 2 - - uid: 8250 - components: - - type: Transform - pos: 106.5,40.5 - parent: 2 - - uid: 8251 - components: - - type: Transform - pos: 104.5,16.5 - parent: 2 - - uid: 8252 - components: - - type: Transform - pos: 106.5,37.5 - parent: 2 - - uid: 8253 - components: - - type: Transform - pos: 106.5,35.5 - parent: 2 - - uid: 8254 - components: - - type: Transform - pos: 106.5,34.5 - parent: 2 - - uid: 8255 - components: - - type: Transform - pos: 106.5,33.5 - parent: 2 - - uid: 8256 - components: - - type: Transform - pos: 106.5,32.5 - parent: 2 - - uid: 8257 - components: - - type: Transform - pos: 107.5,31.5 - parent: 2 - - uid: 8260 - components: - - type: Transform - pos: 108.5,28.5 - parent: 2 - - uid: 8261 - components: - - type: Transform - pos: 108.5,27.5 - parent: 2 - - uid: 8262 - components: - - type: Transform - pos: 108.5,26.5 - parent: 2 - - uid: 8263 - components: - - type: Transform - pos: 108.5,25.5 - parent: 2 - - uid: 8264 - components: - - type: Transform - pos: 108.5,22.5 - parent: 2 - - uid: 8265 - components: - - type: Transform - pos: 108.5,21.5 - parent: 2 - - uid: 8266 - components: - - type: Transform - pos: 107.5,19.5 - parent: 2 - - uid: 8267 - components: - - type: Transform - pos: 105.5,18.5 - parent: 2 - - uid: 8272 - components: - - type: Transform - pos: 104.5,17.5 - parent: 2 - - uid: 8273 - components: - - type: Transform - pos: 102.5,16.5 - parent: 2 - - uid: 8275 - components: - - type: Transform - pos: 102.5,14.5 - parent: 2 - - uid: 8276 - components: - - type: Transform - pos: 102.5,13.5 - parent: 2 - - uid: 8277 - components: - - type: Transform - pos: 101.5,12.5 - parent: 2 - - uid: 8278 - components: - - type: Transform - pos: 100.5,12.5 - parent: 2 - - uid: 8279 - components: - - type: Transform - pos: 99.5,12.5 - parent: 2 - - uid: 8285 - components: - - type: Transform - pos: 98.5,11.5 - parent: 2 - - uid: 8286 - components: - - type: Transform - pos: 98.5,10.5 - parent: 2 - - uid: 8287 - components: - - type: Transform - pos: 98.5,8.5 - parent: 2 - - uid: 8288 - components: - - type: Transform - pos: 98.5,7.5 - parent: 2 - - uid: 8289 - components: - - type: Transform - pos: 96.5,6.5 - parent: 2 - - uid: 8290 - components: - - type: Transform - pos: 92.5,6.5 - parent: 2 - - uid: 8291 - components: - - type: Transform - pos: 94.5,6.5 - parent: 2 - - uid: 8292 - components: - - type: Transform - pos: 92.5,4.5 - parent: 2 - - uid: 8293 - components: - - type: Transform - pos: 92.5,5.5 - parent: 2 - - uid: 8294 - components: - - type: Transform - pos: 92.5,2.5 - parent: 2 - - uid: 8295 - components: - - type: Transform - pos: 92.5,3.5 - parent: 2 - - uid: 8296 - components: - - type: Transform - pos: 92.5,1.5 - parent: 2 - - uid: 8297 - components: - - type: Transform - pos: 92.5,-2.5 - parent: 2 - - uid: 8298 - components: - - type: Transform - pos: 93.5,1.5 - parent: 2 - - uid: 8299 - components: - - type: Transform - pos: 92.5,-1.5 - parent: 2 - - uid: 8300 - components: - - type: Transform - pos: 92.5,-0.5 - parent: 2 - - uid: 8301 - components: - - type: Transform - pos: 92.5,-4.5 - parent: 2 - - uid: 8302 - components: - - type: Transform - pos: 92.5,-7.5 - parent: 2 - - uid: 8303 - components: - - type: Transform - pos: 92.5,-6.5 - parent: 2 - - uid: 8305 - components: - - type: Transform - pos: 92.5,-9.5 - parent: 2 - - uid: 8306 - components: - - type: Transform - pos: 91.5,-10.5 - parent: 2 - - uid: 8307 - components: - - type: Transform - pos: 98.5,9.5 - parent: 2 - - uid: 8308 - components: - - type: Transform - pos: 92.5,-8.5 - parent: 2 - - uid: 8344 - components: - - type: Transform - pos: 82.5,-23.5 - parent: 2 - - uid: 8345 - components: - - type: Transform - pos: 89.5,-10.5 - parent: 2 - - uid: 8346 - components: - - type: Transform - pos: 88.5,-10.5 - parent: 2 - - uid: 8347 - components: - - type: Transform - pos: 87.5,-10.5 - parent: 2 - - uid: 8348 - components: - - type: Transform - pos: 86.5,-10.5 - parent: 2 - - uid: 8349 - components: - - type: Transform - pos: 85.5,-10.5 - parent: 2 - - uid: 8485 - components: - - type: Transform - pos: 83.5,-11.5 - parent: 2 - - uid: 8490 - components: - - type: Transform - pos: 83.5,-23.5 - parent: 2 - - uid: 8498 - components: - - type: Transform - pos: 84.5,-23.5 - parent: 2 - - uid: 8499 - components: - - type: Transform - pos: 85.5,-24.5 - parent: 2 - - uid: 8500 - components: - - type: Transform - pos: 86.5,-25.5 - parent: 2 - - uid: 8502 - components: - - type: Transform - pos: 86.5,-26.5 - parent: 2 - - uid: 8503 - components: - - type: Transform - pos: 86.5,-27.5 - parent: 2 - - uid: 8505 - components: - - type: Transform - pos: 86.5,-28.5 - parent: 2 - - uid: 8506 - components: - - type: Transform - pos: 86.5,-29.5 - parent: 2 - - uid: 8508 - components: - - type: Transform - pos: 87.5,-29.5 - parent: 2 - - uid: 8510 - components: - - type: Transform - pos: 78.5,-39.5 - parent: 2 - - uid: 8511 - components: - - type: Transform - pos: 86.5,-31.5 - parent: 2 - - uid: 8513 - components: - - type: Transform - pos: 86.5,-30.5 - parent: 2 - - uid: 8519 - components: - - type: Transform - pos: 87.5,-33.5 - parent: 2 - - uid: 8525 - components: - - type: Transform - pos: 87.5,-35.5 - parent: 2 - - uid: 8526 - components: - - type: Transform - pos: 88.5,-36.5 - parent: 2 - - uid: 8527 - components: - - type: Transform - pos: 88.5,-35.5 - parent: 2 - - uid: 8528 - components: - - type: Transform - pos: 87.5,-37.5 - parent: 2 - - uid: 8529 - components: - - type: Transform - pos: 87.5,-38.5 - parent: 2 - - uid: 8530 - components: - - type: Transform - pos: 85.5,-38.5 - parent: 2 - - uid: 8533 - components: - - type: Transform - pos: 84.5,-38.5 - parent: 2 - - uid: 8541 - components: - - type: Transform - pos: 83.5,-38.5 - parent: 2 - - uid: 8548 - components: - - type: Transform - pos: 81.5,-38.5 - parent: 2 - - uid: 8555 - components: - - type: Transform - pos: 80.5,-38.5 - parent: 2 - - uid: 8561 - components: - - type: Transform - pos: 77.5,-39.5 - parent: 2 - - uid: 8572 - components: - - type: Transform - pos: 76.5,-39.5 - parent: 2 - - uid: 8576 - components: - - type: Transform - pos: 75.5,-39.5 - parent: 2 - - uid: 8578 - components: - - type: Transform - pos: 75.5,-40.5 - parent: 2 - - uid: 8581 - components: - - type: Transform - pos: 74.5,-41.5 - parent: 2 - - uid: 8582 - components: - - type: Transform - pos: 73.5,-42.5 - parent: 2 - - uid: 8585 - components: - - type: Transform - pos: 73.5,-44.5 - parent: 2 - - uid: 8587 - components: - - type: Transform - pos: 74.5,-46.5 - parent: 2 - - uid: 8590 - components: - - type: Transform - pos: 74.5,-47.5 - parent: 2 - - uid: 8592 - components: - - type: Transform - pos: 74.5,-48.5 - parent: 2 - - uid: 8593 - components: - - type: Transform - pos: 73.5,-49.5 - parent: 2 - - uid: 8603 - components: - - type: Transform - pos: 73.5,-50.5 - parent: 2 - - uid: 8607 - components: - - type: Transform - pos: 73.5,-51.5 - parent: 2 - - uid: 8611 - components: - - type: Transform - pos: 73.5,-52.5 - parent: 2 - - uid: 8612 - components: - - type: Transform - pos: 74.5,-54.5 - parent: 2 - - uid: 8615 - components: - - type: Transform - pos: 74.5,-55.5 - parent: 2 - - uid: 8618 - components: - - type: Transform - pos: 73.5,-57.5 - parent: 2 - - uid: 8619 - components: - - type: Transform - pos: 73.5,-58.5 - parent: 2 - - uid: 8625 - components: - - type: Transform - pos: 73.5,-59.5 - parent: 2 - - uid: 8627 - components: - - type: Transform - pos: 73.5,-60.5 - parent: 2 - - uid: 8628 - components: - - type: Transform - pos: 73.5,-55.5 - parent: 2 - - uid: 8629 - components: - - type: Transform - pos: 73.5,-62.5 - parent: 2 - - uid: 8630 - components: - - type: Transform - pos: 73.5,-63.5 - parent: 2 - - uid: 8631 - components: - - type: Transform - pos: 73.5,-64.5 - parent: 2 - - uid: 8632 - components: - - type: Transform - pos: 73.5,-65.5 - parent: 2 - - uid: 8633 - components: - - type: Transform - pos: 73.5,-66.5 - parent: 2 - - uid: 8634 - components: - - type: Transform - pos: 74.5,-67.5 - parent: 2 - - uid: 8635 - components: - - type: Transform - pos: 76.5,-67.5 - parent: 2 - - uid: 8667 - components: - - type: Transform - pos: 78.5,-68.5 - parent: 2 - - uid: 8683 - components: - - type: Transform - pos: 79.5,-68.5 - parent: 2 - - uid: 8684 - components: - - type: Transform - pos: 79.5,-69.5 - parent: 2 - - uid: 8685 - components: - - type: Transform - pos: 79.5,-71.5 - parent: 2 - - uid: 8686 - components: - - type: Transform - pos: 80.5,-73.5 - parent: 2 - - uid: 8687 - components: - - type: Transform - pos: 80.5,-74.5 - parent: 2 - - uid: 8688 - components: - - type: Transform - pos: 80.5,-75.5 - parent: 2 - - uid: 8689 - components: - - type: Transform - pos: 80.5,-76.5 - parent: 2 - - uid: 8696 - components: - - type: Transform - pos: -57.5,42.5 - parent: 2 - - uid: 8697 - components: - - type: Transform - pos: -58.5,42.5 - parent: 2 - - uid: 8705 - components: - - type: Transform - pos: -56.5,18.5 - parent: 2 - - uid: 8710 - components: - - type: Transform - pos: -56.5,17.5 - parent: 2 - - uid: 8711 - components: - - type: Transform - pos: -56.5,19.5 - parent: 2 - - uid: 8718 - components: - - type: Transform - pos: -21.5,23.5 - parent: 2 - - uid: 8719 - components: - - type: Transform - pos: -29.5,23.5 - parent: 2 - - uid: 8728 - components: - - type: Transform - pos: 80.5,-77.5 - parent: 2 - - uid: 8732 - components: - - type: Transform - pos: -47.5,36.5 - parent: 2 - - uid: 8733 - components: - - type: Transform - pos: -46.5,36.5 - parent: 2 - - uid: 8735 - components: - - type: Transform - pos: -30.5,23.5 - parent: 2 - - uid: 8762 - components: - - type: Transform - pos: 80.5,-78.5 - parent: 2 - - uid: 8776 - components: - - type: Transform - pos: 80.5,-79.5 - parent: 2 - - uid: 8794 - components: - - type: Transform - pos: -56.5,22.5 - parent: 2 - - uid: 8804 - components: - - type: Transform - pos: -56.5,27.5 - parent: 2 - - uid: 8805 - components: - - type: Transform - pos: -56.5,23.5 - parent: 2 - - uid: 8806 - components: - - type: Transform - pos: -56.5,26.5 - parent: 2 - - uid: 8837 - components: - - type: Transform - pos: -47.5,24.5 - parent: 2 - - uid: 8855 - components: - - type: Transform - pos: 68.5,-93.5 - parent: 2 - - uid: 8876 - components: - - type: Transform - pos: -62.5,21.5 - parent: 2 - - uid: 8891 - components: - - type: Transform - pos: -61.5,21.5 - parent: 2 - - uid: 8892 - components: - - type: Transform - pos: -60.5,21.5 - parent: 2 - - uid: 8893 - components: - - type: Transform - pos: -59.5,21.5 - parent: 2 - - uid: 8909 - components: - - type: Transform - pos: -50.5,33.5 - parent: 2 - - uid: 8913 - components: - - type: Transform - pos: -51.5,24.5 - parent: 2 - - uid: 8927 - components: - - type: Transform - pos: -57.5,29.5 - parent: 2 - - uid: 8928 - components: - - type: Transform - pos: -57.5,30.5 - parent: 2 - - uid: 8937 - components: - - type: Transform - pos: -50.5,24.5 - parent: 2 - - uid: 8949 - components: - - type: Transform - pos: -48.5,24.5 - parent: 2 - - uid: 8959 - components: - - type: Transform - pos: -37.5,-9.5 - parent: 2 - - uid: 8963 - components: - - type: Transform - pos: -40.5,-9.5 - parent: 2 - - uid: 8965 - components: - - type: Transform - pos: -58.5,33.5 - parent: 2 - - uid: 8969 - components: - - type: Transform - pos: -50.5,34.5 - parent: 2 - - uid: 9059 - components: - - type: Transform - pos: -55.5,42.5 - parent: 2 - - uid: 9061 - components: - - type: Transform - pos: -46.5,32.5 - parent: 2 - - uid: 9062 - components: - - type: Transform - pos: -47.5,32.5 - parent: 2 - - uid: 9071 - components: - - type: Transform - pos: -28.5,23.5 - parent: 2 - - uid: 9100 - components: - - type: Transform - pos: 80.5,-81.5 - parent: 2 - - uid: 9113 - components: - - type: Transform - pos: -25.5,23.5 - parent: 2 - - uid: 9114 - components: - - type: Transform - pos: -26.5,23.5 - parent: 2 - - uid: 9117 - components: - - type: Transform - pos: 81.5,-82.5 - parent: 2 - - uid: 9118 - components: - - type: Transform - pos: 81.5,-83.5 - parent: 2 - - uid: 9153 - components: - - type: Transform - pos: -106.5,-11.5 - parent: 2 - - uid: 9154 - components: - - type: Transform - pos: -105.5,-12.5 - parent: 2 - - uid: 9155 - components: - - type: Transform - pos: 81.5,-84.5 - parent: 2 - - uid: 9172 - components: - - type: Transform - pos: 81.5,-85.5 - parent: 2 - - uid: 9179 - components: - - type: Transform - pos: 80.5,-85.5 - parent: 2 - - uid: 9181 - components: - - type: Transform - pos: 80.5,-86.5 - parent: 2 - - uid: 9183 - components: - - type: Transform - pos: -49.5,47.5 - parent: 2 - - uid: 9184 - components: - - type: Transform - pos: -37.5,47.5 - parent: 2 - - uid: 9185 - components: - - type: Transform - pos: -45.5,47.5 - parent: 2 - - uid: 9186 - components: - - type: Transform - pos: 80.5,-87.5 - parent: 2 - - uid: 9189 - components: - - type: Transform - pos: 79.5,-88.5 - parent: 2 - - uid: 9191 - components: - - type: Transform - pos: -41.5,47.5 - parent: 2 - - uid: 9192 - components: - - type: Transform - pos: -39.5,47.5 - parent: 2 - - uid: 9193 - components: - - type: Transform - pos: -47.5,47.5 - parent: 2 - - uid: 9194 - components: - - type: Transform - pos: 79.5,-89.5 - parent: 2 - - uid: 9195 - components: - - type: Transform - pos: 79.5,-91.5 - parent: 2 - - uid: 9196 - components: - - type: Transform - pos: 77.5,-91.5 - parent: 2 - - uid: 9198 - components: - - type: Transform - pos: 77.5,-92.5 - parent: 2 - - uid: 9199 - components: - - type: Transform - pos: 76.5,-92.5 - parent: 2 - - uid: 9200 - components: - - type: Transform - pos: -103.5,-13.5 - parent: 2 - - uid: 9201 - components: - - type: Transform - pos: -106.5,-10.5 - parent: 2 - - uid: 9202 - components: - - type: Transform - pos: 74.5,-93.5 - parent: 2 - - uid: 9203 - components: - - type: Transform - pos: 73.5,-93.5 - parent: 2 - - uid: 9205 - components: - - type: Transform - pos: 72.5,-93.5 - parent: 2 - - uid: 9210 - components: - - type: Transform - pos: -104.5,-13.5 - parent: 2 - - uid: 9211 - components: - - type: Transform - pos: 71.5,-93.5 - parent: 2 - - uid: 9215 - components: - - type: Transform - pos: -24.5,23.5 - parent: 2 - - uid: 9221 - components: - - type: Transform - pos: 41.5,58.5 - parent: 2 - - uid: 9222 - components: - - type: Transform - pos: 70.5,-93.5 - parent: 2 - - uid: 9225 - components: - - type: Transform - pos: 49.5,52.5 - parent: 2 - - uid: 9234 - components: - - type: Transform - pos: 43.5,12.5 - parent: 2 - - uid: 9238 - components: - - type: Transform - pos: 41.5,12.5 - parent: 2 - - uid: 9245 - components: - - type: Transform - pos: 47.5,-10.5 - parent: 2 - - uid: 9258 - components: - - type: Transform - pos: 47.5,58.5 - parent: 2 - - uid: 9261 - components: - - type: Transform - pos: 69.5,-93.5 - parent: 2 - - uid: 9266 - components: - - type: Transform - pos: 37.5,58.5 - parent: 2 - - uid: 9267 - components: - - type: Transform - pos: 43.5,58.5 - parent: 2 - - uid: 9276 - components: - - type: Transform - pos: 66.5,-93.5 - parent: 2 - - uid: 9281 - components: - - type: Transform - pos: -98.5,-4.5 - parent: 2 - - uid: 9282 - components: - - type: Transform - pos: -98.5,-5.5 - parent: 2 - - uid: 9283 - components: - - type: Transform - pos: -98.5,-3.5 - parent: 2 - - uid: 9284 - components: - - type: Transform - pos: -98.5,-2.5 - parent: 2 - - uid: 9285 - components: - - type: Transform - pos: -98.5,-7.5 - parent: 2 - - uid: 9290 - components: - - type: Transform - pos: -43.5,47.5 - parent: 2 - - uid: 9292 - components: - - type: Transform - pos: 35.5,52.5 - parent: 2 - - uid: 9294 - components: - - type: Transform - pos: 64.5,-93.5 - parent: 2 - - uid: 9296 - components: - - type: Transform - pos: 63.5,-93.5 - parent: 2 - - uid: 9297 - components: - - type: Transform - pos: 62.5,-93.5 - parent: 2 - - uid: 9298 - components: - - type: Transform - pos: 39.5,-86.5 - parent: 2 - - uid: 9304 - components: - - type: Transform - pos: 34.5,52.5 - parent: 2 - - uid: 9306 - components: - - type: Transform - pos: -89.5,31.5 - parent: 2 - - uid: 9338 - components: - - type: Transform - pos: -99.5,-14.5 - parent: 2 - - uid: 9343 - components: - - type: Transform - pos: -98.5,-6.5 - parent: 2 - - uid: 9346 - components: - - type: Transform - pos: -37.5,5.5 - parent: 2 - - uid: 9353 - components: - - type: Transform - pos: -54.5,42.5 - parent: 2 - - uid: 9462 - components: - - type: Transform - pos: -37.5,52.5 - parent: 2 - - uid: 9463 - components: - - type: Transform - pos: -39.5,52.5 - parent: 2 - - uid: 9464 - components: - - type: Transform - pos: -41.5,52.5 - parent: 2 - - uid: 9465 - components: - - type: Transform - pos: -43.5,52.5 - parent: 2 - - uid: 9466 - components: - - type: Transform - pos: -45.5,52.5 - parent: 2 - - uid: 9467 - components: - - type: Transform - pos: -47.5,52.5 - parent: 2 - - uid: 9468 - components: - - type: Transform - pos: -49.5,52.5 - parent: 2 - - uid: 9489 - components: - - type: Transform - pos: 41.5,14.5 - parent: 2 - - uid: 9527 - components: - - type: Transform - pos: -66.5,-14.5 - parent: 2 - - uid: 9535 - components: - - type: Transform - pos: -66.5,-15.5 - parent: 2 - - uid: 9555 - components: - - type: Transform - pos: -90.5,-13.5 - parent: 2 - - uid: 9559 - components: - - type: Transform - pos: -104.5,15.5 - parent: 2 - - uid: 9579 - components: - - type: Transform - pos: -91.5,-11.5 - parent: 2 - - uid: 9580 - components: - - type: Transform - pos: -106.5,2.5 - parent: 2 - - uid: 9582 - components: - - type: Transform - pos: -107.5,3.5 - parent: 2 - - uid: 9583 - components: - - type: Transform - pos: 61.5,-94.5 - parent: 2 - - uid: 9623 - components: - - type: Transform - pos: -55.5,48.5 - parent: 2 - - uid: 9647 - components: - - type: Transform - pos: 60.5,-94.5 - parent: 2 - - uid: 9652 - components: - - type: Transform - pos: 4.5,53.5 - parent: 2 - - uid: 9653 - components: - - type: Transform - pos: 4.5,55.5 - parent: 2 - - uid: 9681 - components: - - type: Transform - pos: -107.5,13.5 - parent: 2 - - uid: 9687 - components: - - type: Transform - pos: -53.5,42.5 - parent: 2 - - uid: 9721 - components: - - type: Transform - pos: 59.5,-94.5 - parent: 2 - - uid: 9722 - components: - - type: Transform - pos: 58.5,-94.5 - parent: 2 - - uid: 9785 - components: - - type: Transform - pos: 57.5,-94.5 - parent: 2 - - uid: 9818 - components: - - type: Transform - pos: 56.5,-94.5 - parent: 2 - - uid: 9819 - components: - - type: Transform - pos: 55.5,-94.5 - parent: 2 - - uid: 9822 - components: - - type: Transform - pos: 54.5,-94.5 - parent: 2 - - uid: 9840 - components: - - type: Transform - pos: 53.5,-94.5 - parent: 2 - - uid: 9848 - components: - - type: Transform - pos: 51.5,-94.5 - parent: 2 - - uid: 10032 - components: - - type: Transform - pos: 50.5,-93.5 - parent: 2 - - uid: 10096 - components: - - type: Transform - pos: 49.5,-94.5 - parent: 2 - - uid: 10151 - components: - - type: Transform - pos: 47.5,-94.5 - parent: 2 - - uid: 10190 - components: - - type: Transform - pos: -50.5,15.5 - parent: 2 - - uid: 10191 - components: - - type: Transform - pos: -49.5,15.5 - parent: 2 - - uid: 10192 - components: - - type: Transform - pos: -48.5,15.5 - parent: 2 - - uid: 10332 - components: - - type: Transform - pos: 46.5,-93.5 - parent: 2 - - uid: 10333 - components: - - type: Transform - pos: 45.5,-93.5 - parent: 2 - - uid: 10334 - components: - - type: Transform - pos: 44.5,-93.5 - parent: 2 - - uid: 10335 - components: - - type: Transform - pos: 43.5,-93.5 - parent: 2 - - uid: 10383 - components: - - type: Transform - pos: 4.5,54.5 - parent: 2 - - uid: 10385 - components: - - type: Transform - pos: 42.5,-93.5 - parent: 2 - - uid: 10386 - components: - - type: Transform - pos: 41.5,-92.5 - parent: 2 - - uid: 10387 - components: - - type: Transform - pos: 40.5,-91.5 - parent: 2 - - uid: 10388 - components: - - type: Transform - pos: 39.5,-91.5 - parent: 2 - - uid: 10398 - components: - - type: Transform - pos: -63.5,-34.5 - parent: 2 - - uid: 10399 - components: - - type: Transform - pos: -61.5,-36.5 - parent: 2 - - uid: 10400 - components: - - type: Transform - pos: -60.5,-36.5 - parent: 2 - - uid: 10401 - components: - - type: Transform - pos: -59.5,-36.5 - parent: 2 - - uid: 10438 - components: - - type: Transform - pos: 38.5,-89.5 - parent: 2 - - uid: 10477 - components: - - type: Transform - pos: 38.5,-88.5 - parent: 2 - - uid: 10478 - components: - - type: Transform - pos: 38.5,-87.5 - parent: 2 - - uid: 10570 - components: - - type: Transform - pos: 38.5,-86.5 - parent: 2 - - uid: 10576 - components: - - type: Transform - pos: 39.5,-85.5 - parent: 2 - - uid: 10577 - components: - - type: Transform - pos: 39.5,-84.5 - parent: 2 - - uid: 10578 - components: - - type: Transform - pos: 39.5,-83.5 - parent: 2 - - uid: 10649 - components: - - type: Transform - pos: -27.5,-45.5 - parent: 2 - - uid: 11197 - components: - - type: Transform - pos: 39.5,-81.5 - parent: 2 - - uid: 11201 - components: - - type: Transform - pos: 40.5,-80.5 - parent: 2 - - uid: 11202 - components: - - type: Transform - pos: 40.5,-79.5 - parent: 2 - - uid: 11207 - components: - - type: Transform - pos: 40.5,-78.5 - parent: 2 - - uid: 11208 - components: - - type: Transform - pos: 40.5,-77.5 - parent: 2 - - uid: 11210 - components: - - type: Transform - pos: 40.5,-76.5 - parent: 2 - - uid: 11211 - components: - - type: Transform - pos: 40.5,-75.5 - parent: 2 - - uid: 11213 - components: - - type: Transform - pos: 40.5,-74.5 - parent: 2 - - uid: 11214 - components: - - type: Transform - pos: 39.5,-76.5 - parent: 2 - - uid: 11215 - components: - - type: Transform - pos: 39.5,-73.5 - parent: 2 - - uid: 11216 - components: - - type: Transform - pos: 39.5,-71.5 - parent: 2 - - uid: 11217 - components: - - type: Transform - pos: 38.5,-69.5 - parent: 2 - - uid: 11224 - components: - - type: Transform - pos: 38.5,-70.5 - parent: 2 - - uid: 11226 - components: - - type: Transform - pos: 38.5,-68.5 - parent: 2 - - uid: 11232 - components: - - type: Transform - pos: 38.5,-67.5 - parent: 2 - - uid: 11237 - components: - - type: Transform - pos: 38.5,-66.5 - parent: 2 - - uid: 11238 - components: - - type: Transform - pos: 38.5,-65.5 - parent: 2 - - uid: 11239 - components: - - type: Transform - pos: 38.5,-63.5 - parent: 2 - - uid: 11243 - components: - - type: Transform - pos: 38.5,-62.5 - parent: 2 - - uid: 11245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-5.5 - parent: 2 - - uid: 11252 - components: - - type: Transform - pos: 38.5,-61.5 - parent: 2 - - uid: 11253 - components: - - type: Transform - pos: 38.5,-60.5 - parent: 2 - - uid: 11255 - components: - - type: Transform - pos: 38.5,-58.5 - parent: 2 - - uid: 11259 - components: - - type: Transform - pos: 38.5,-56.5 - parent: 2 - - uid: 11261 - components: - - type: Transform - pos: 38.5,-55.5 - parent: 2 - - uid: 11262 - components: - - type: Transform - pos: 35.5,-52.5 - parent: 2 - - uid: 11264 - components: - - type: Transform - pos: 39.5,-54.5 - parent: 2 - - uid: 11266 - components: - - type: Transform - pos: 39.5,-53.5 - parent: 2 - - uid: 11271 - components: - - type: Transform - pos: 37.5,-52.5 - parent: 2 - - uid: 11275 - components: - - type: Transform - pos: 34.5,-52.5 - parent: 2 - - uid: 11276 - components: - - type: Transform - pos: 33.5,-52.5 - parent: 2 - - uid: 11278 - components: - - type: Transform - pos: 32.5,-52.5 - parent: 2 - - uid: 11279 - components: - - type: Transform - pos: 31.5,-52.5 - parent: 2 - - uid: 11283 - components: - - type: Transform - pos: 29.5,-52.5 - parent: 2 - - uid: 11288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-15.5 - parent: 2 - - uid: 11290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,32.5 - parent: 2 - - uid: 11295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,23.5 - parent: 2 - - uid: 11303 - components: - - type: Transform - pos: 27.5,-52.5 - parent: 2 - - uid: 11312 - components: - - type: Transform - pos: 26.5,-52.5 - parent: 2 - - uid: 11313 - components: - - type: Transform - pos: 25.5,-52.5 - parent: 2 - - uid: 11314 - components: - - type: Transform - pos: 24.5,-52.5 - parent: 2 - - uid: 11315 - components: - - type: Transform - pos: 23.5,-52.5 - parent: 2 - - uid: 11316 - components: - - type: Transform - pos: 22.5,-52.5 - parent: 2 - - uid: 11317 - components: - - type: Transform - pos: 21.5,-52.5 - parent: 2 - - uid: 11318 - components: - - type: Transform - pos: -60.5,-39.5 - parent: 2 - - uid: 11319 - components: - - type: Transform - pos: 19.5,-52.5 - parent: 2 - - uid: 11320 - components: - - type: Transform - pos: 18.5,-52.5 - parent: 2 - - uid: 11321 - components: - - type: Transform - pos: 17.5,-52.5 - parent: 2 - - uid: 11329 - components: - - type: Transform - pos: 15.5,-52.5 - parent: 2 - - uid: 11330 - components: - - type: Transform - pos: -61.5,-39.5 - parent: 2 - - uid: 11339 - components: - - type: Transform - pos: -62.5,-39.5 - parent: 2 - - uid: 11340 - components: - - type: Transform - pos: -58.5,-39.5 - parent: 2 - - uid: 11349 - components: - - type: Transform - pos: -65.5,-38.5 - parent: 2 - - uid: 11350 - components: - - type: Transform - pos: -66.5,-38.5 - parent: 2 - - uid: 11351 - components: - - type: Transform - pos: -67.5,-38.5 - parent: 2 - - uid: 11352 - components: - - type: Transform - pos: -69.5,-38.5 - parent: 2 - - uid: 11353 - components: - - type: Transform - pos: -72.5,-40.5 - parent: 2 - - uid: 11385 - components: - - type: Transform - pos: -74.5,-41.5 - parent: 2 - - uid: 11386 - components: - - type: Transform - pos: -74.5,-43.5 - parent: 2 - - uid: 11387 - components: - - type: Transform - pos: -74.5,-44.5 - parent: 2 - - uid: 11388 - components: - - type: Transform - pos: -74.5,-45.5 - parent: 2 - - uid: 11396 - components: - - type: Transform - pos: -74.5,-46.5 - parent: 2 - - uid: 11397 - components: - - type: Transform - pos: -74.5,-47.5 - parent: 2 - - uid: 11403 - components: - - type: Transform - pos: -74.5,-49.5 - parent: 2 - - uid: 11482 - components: - - type: Transform - pos: -73.5,-50.5 - parent: 2 - - uid: 11485 - components: - - type: Transform - pos: -74.5,-51.5 - parent: 2 - - uid: 11486 - components: - - type: Transform - pos: -74.5,-52.5 - parent: 2 - - uid: 11487 - components: - - type: Transform - pos: -74.5,-53.5 - parent: 2 - - uid: 11488 - components: - - type: Transform - pos: -74.5,-54.5 - parent: 2 - - uid: 11489 - components: - - type: Transform - pos: -74.5,-55.5 - parent: 2 - - uid: 11490 - components: - - type: Transform - pos: -74.5,-56.5 - parent: 2 - - uid: 11498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-0.5 - parent: 2 - - uid: 11511 - components: - - type: Transform - pos: -73.5,-57.5 - parent: 2 - - uid: 11533 - components: - - type: Transform - pos: -74.5,-59.5 - parent: 2 - - uid: 11540 - components: - - type: Transform - pos: -74.5,-60.5 - parent: 2 - - uid: 11640 - components: - - type: Transform - pos: 8.5,72.5 - parent: 2 - - uid: 11642 - components: - - type: Transform - pos: 10.5,72.5 - parent: 2 - - uid: 11643 - components: - - type: Transform - pos: 9.5,72.5 - parent: 2 - - uid: 11647 - components: - - type: Transform - pos: -17.5,-47.5 - parent: 2 - - uid: 11874 - components: - - type: Transform - pos: -20.5,-41.5 - parent: 2 - - uid: 12141 - components: - - type: Transform - pos: -106.5,14.5 - parent: 2 - - uid: 12145 - components: - - type: Transform - pos: 47.5,-4.5 - parent: 2 - - uid: 12220 - components: - - type: Transform - pos: -104.5,1.5 - parent: 2 - - uid: 12239 - components: - - type: Transform - pos: -91.5,28.5 - parent: 2 - - uid: 12312 - components: - - type: Transform - pos: -54.5,-26.5 - parent: 2 - - uid: 12313 - components: - - type: Transform - pos: -55.5,-26.5 - parent: 2 - - uid: 12709 - components: - - type: Transform - pos: 50.5,-35.5 - parent: 2 - - uid: 12730 - components: - - type: Transform - pos: -76.5,11.5 - parent: 2 - - uid: 12927 - components: - - type: Transform - pos: 50.5,52.5 - parent: 2 - - uid: 12945 - components: - - type: Transform - pos: 44.5,-13.5 - parent: 2 - - uid: 12948 - components: - - type: Transform - pos: 48.5,-16.5 - parent: 2 - - uid: 12949 - components: - - type: Transform - pos: 49.5,-15.5 - parent: 2 - - uid: 12952 - components: - - type: Transform - pos: 52.5,-12.5 - parent: 2 - - uid: 12958 - components: - - type: Transform - pos: 46.5,-10.5 - parent: 2 - - uid: 12961 - components: - - type: Transform - pos: 44.5,-12.5 - parent: 2 - - uid: 13004 - components: - - type: Transform - pos: 43.5,14.5 - parent: 2 - - uid: 13006 - components: - - type: Transform - pos: 42.5,12.5 - parent: 2 - - uid: 13010 - components: - - type: Transform - pos: -78.5,30.5 - parent: 2 - - uid: 13013 - components: - - type: Transform - pos: -77.5,28.5 - parent: 2 - - uid: 13032 - components: - - type: Transform - pos: -75.5,-61.5 - parent: 2 - - uid: 13033 - components: - - type: Transform - pos: -74.5,-62.5 - parent: 2 - - uid: 13056 - components: - - type: Transform - pos: -74.5,-63.5 - parent: 2 - - uid: 13057 - components: - - type: Transform - pos: -74.5,-64.5 - parent: 2 - - uid: 13058 - components: - - type: Transform - pos: 8.5,57.5 - parent: 2 - - uid: 13062 - components: - - type: Transform - pos: -74.5,-65.5 - parent: 2 - - uid: 13066 - components: - - type: Transform - pos: -74.5,-66.5 - parent: 2 - - uid: 13067 - components: - - type: Transform - pos: -74.5,-67.5 - parent: 2 - - uid: 13073 - components: - - type: Transform - pos: -103.5,-1.5 - parent: 2 - - uid: 13082 - components: - - type: Transform - pos: -70.5,-60.5 - parent: 2 - - uid: 13086 - components: - - type: Transform - pos: -70.5,-61.5 - parent: 2 - - uid: 13087 - components: - - type: Transform - pos: -104.5,-1.5 - parent: 2 - - uid: 13089 - components: - - type: Transform - pos: -70.5,-47.5 - parent: 2 - - uid: 13090 - components: - - type: Transform - pos: -70.5,-63.5 - parent: 2 - - uid: 13091 - components: - - type: Transform - pos: -70.5,-64.5 - parent: 2 - - uid: 13092 - components: - - type: Transform - pos: -70.5,-65.5 - parent: 2 - - uid: 13115 - components: - - type: Transform - pos: -106.5,-4.5 - parent: 2 - - uid: 13121 - components: - - type: Transform - pos: -69.5,-66.5 - parent: 2 - - uid: 13122 - components: - - type: Transform - pos: -70.5,-56.5 - parent: 2 - - uid: 13123 - components: - - type: Transform - pos: -70.5,-46.5 - parent: 2 - - uid: 13124 - components: - - type: Transform - pos: -106.5,-3.5 - parent: 2 - - uid: 13125 - components: - - type: Transform - pos: -105.5,-2.5 - parent: 2 - - uid: 13137 - components: - - type: Transform - pos: -69.5,-71.5 - parent: 2 - - uid: 13138 - components: - - type: Transform - pos: -70.5,-72.5 - parent: 2 - - uid: 13139 - components: - - type: Transform - pos: -71.5,-73.5 - parent: 2 - - uid: 13140 - components: - - type: Transform - pos: -72.5,-73.5 - parent: 2 - - uid: 13141 - components: - - type: Transform - pos: -73.5,-73.5 - parent: 2 - - uid: 13142 - components: - - type: Transform - pos: -74.5,-73.5 - parent: 2 - - uid: 13143 - components: - - type: Transform - pos: -75.5,-73.5 - parent: 2 - - uid: 13144 - components: - - type: Transform - pos: -75.5,-74.5 - parent: 2 - - uid: 13145 - components: - - type: Transform - pos: -77.5,-73.5 - parent: 2 - - uid: 13146 - components: - - type: Transform - pos: -79.5,-73.5 - parent: 2 - - uid: 13147 - components: - - type: Transform - pos: -80.5,-73.5 - parent: 2 - - uid: 13148 - components: - - type: Transform - pos: -82.5,-73.5 - parent: 2 - - uid: 13149 - components: - - type: Transform - pos: -83.5,-73.5 - parent: 2 - - uid: 13150 - components: - - type: Transform - pos: -84.5,-73.5 - parent: 2 - - uid: 13151 - components: - - type: Transform - pos: -85.5,-74.5 - parent: 2 - - uid: 13152 - components: - - type: Transform - pos: -86.5,-74.5 - parent: 2 - - uid: 13153 - components: - - type: Transform - pos: -87.5,-74.5 - parent: 2 - - uid: 13154 - components: - - type: Transform - pos: -88.5,-73.5 - parent: 2 - - uid: 13155 - components: - - type: Transform - pos: -89.5,-73.5 - parent: 2 - - uid: 13156 - components: - - type: Transform - pos: -90.5,-73.5 - parent: 2 - - uid: 13157 - components: - - type: Transform - pos: -91.5,-73.5 - parent: 2 - - uid: 13158 - components: - - type: Transform - pos: -92.5,-73.5 - parent: 2 - - uid: 13159 - components: - - type: Transform - pos: -93.5,-73.5 - parent: 2 - - uid: 13160 - components: - - type: Transform - pos: -94.5,-73.5 - parent: 2 - - uid: 13161 - components: - - type: Transform - pos: -96.5,-73.5 - parent: 2 - - uid: 13162 - components: - - type: Transform - pos: -98.5,-73.5 - parent: 2 - - uid: 13163 - components: - - type: Transform - pos: -100.5,-73.5 - parent: 2 - - uid: 13164 - components: - - type: Transform - pos: -101.5,-73.5 - parent: 2 - - uid: 13165 - components: - - type: Transform - pos: -102.5,-73.5 - parent: 2 - - uid: 13166 - components: - - type: Transform - pos: -103.5,-73.5 - parent: 2 - - uid: 13167 - components: - - type: Transform - pos: -104.5,-73.5 - parent: 2 - - uid: 13168 - components: - - type: Transform - pos: -99.5,-73.5 - parent: 2 - - uid: 13169 - components: - - type: Transform - pos: -101.5,-74.5 - parent: 2 - - uid: 13170 - components: - - type: Transform - pos: -105.5,-72.5 - parent: 2 - - uid: 13171 - components: - - type: Transform - pos: -105.5,-71.5 - parent: 2 - - uid: 13172 - components: - - type: Transform - pos: -105.5,-70.5 - parent: 2 - - uid: 13173 - components: - - type: Transform - pos: -105.5,-69.5 - parent: 2 - - uid: 13174 - components: - - type: Transform - pos: -105.5,-66.5 - parent: 2 - - uid: 13175 - components: - - type: Transform - pos: -105.5,-63.5 - parent: 2 - - uid: 13176 - components: - - type: Transform - pos: -105.5,-62.5 - parent: 2 - - uid: 13178 - components: - - type: Transform - pos: -105.5,-61.5 - parent: 2 - - uid: 13179 - components: - - type: Transform - pos: -105.5,-60.5 - parent: 2 - - uid: 13180 - components: - - type: Transform - pos: -105.5,-59.5 - parent: 2 - - uid: 13181 - components: - - type: Transform - pos: -105.5,-58.5 - parent: 2 - - uid: 13182 - components: - - type: Transform - pos: 77.5,2.5 - parent: 2 - - uid: 13183 - components: - - type: Transform - pos: -105.5,-64.5 - parent: 2 - - uid: 13184 - components: - - type: Transform - pos: -106.5,-60.5 - parent: 2 - - uid: 13185 - components: - - type: Transform - pos: -105.5,-56.5 - parent: 2 - - uid: 13186 - components: - - type: Transform - pos: -105.5,-55.5 - parent: 2 - - uid: 13187 - components: - - type: Transform - pos: -105.5,-54.5 - parent: 2 - - uid: 13188 - components: - - type: Transform - pos: -106.5,-56.5 - parent: 2 - - uid: 13189 - components: - - type: Transform - pos: -106.5,-57.5 - parent: 2 - - uid: 13190 - components: - - type: Transform - pos: -106.5,-58.5 - parent: 2 - - uid: 13191 - components: - - type: Transform - pos: -105.5,-51.5 - parent: 2 - - uid: 13196 - components: - - type: Transform - pos: -107.5,27.5 - parent: 2 - - uid: 13197 - components: - - type: Transform - pos: -106.5,29.5 - parent: 2 - - uid: 13198 - components: - - type: Transform - pos: -105.5,30.5 - parent: 2 - - uid: 13199 - components: - - type: Transform - pos: -103.5,31.5 - parent: 2 - - uid: 13200 - components: - - type: Transform - pos: -107.5,21.5 - parent: 2 - - uid: 13201 - components: - - type: Transform - pos: -106.5,19.5 - parent: 2 - - uid: 13202 - components: - - type: Transform - pos: -105.5,18.5 - parent: 2 - - uid: 13203 - components: - - type: Transform - pos: -103.5,17.5 - parent: 2 - - uid: 13204 - components: - - type: Transform - pos: -105.5,-50.5 - parent: 2 - - uid: 13212 - components: - - type: Transform - pos: -105.5,-49.5 - parent: 2 - - uid: 13213 - components: - - type: Transform - pos: 56.5,-36.5 - parent: 2 - - uid: 13215 - components: - - type: Transform - pos: -105.5,-48.5 - parent: 2 - - uid: 13220 - components: - - type: Transform - pos: -107.5,-4.5 - parent: 2 - - uid: 13221 - components: - - type: Transform - pos: -106.5,-2.5 - parent: 2 - - uid: 13222 - components: - - type: Transform - pos: -105.5,-1.5 - parent: 2 - - uid: 13223 - components: - - type: Transform - pos: -105.5,-46.5 - parent: 2 - - uid: 13224 - components: - - type: Transform - pos: -107.5,-10.5 - parent: 2 - - uid: 13225 - components: - - type: Transform - pos: -106.5,-12.5 - parent: 2 - - uid: 13226 - components: - - type: Transform - pos: -105.5,-13.5 - parent: 2 - - uid: 13227 - components: - - type: Transform - pos: -103.5,-14.5 - parent: 2 - - uid: 13228 - components: - - type: Transform - pos: -106.5,-44.5 - parent: 2 - - uid: 13229 - components: - - type: Transform - pos: -106.5,-43.5 - parent: 2 - - uid: 13230 - components: - - type: Transform - pos: -106.5,-42.5 - parent: 2 - - uid: 13231 - components: - - type: Transform - pos: -106.5,-41.5 - parent: 2 - - uid: 13232 - components: - - type: Transform - pos: -106.5,-39.5 - parent: 2 - - uid: 13233 - components: - - type: Transform - pos: -107.5,-32.5 - parent: 2 - - uid: 13234 - components: - - type: Transform - pos: -105.5,-39.5 - parent: 2 - - uid: 13235 - components: - - type: Transform - pos: -105.5,-38.5 - parent: 2 - - uid: 13238 - components: - - type: Transform - pos: -53.5,-26.5 - parent: 2 - - uid: 13251 - components: - - type: Transform - pos: -39.5,-9.5 - parent: 2 - - uid: 13266 - components: - - type: Transform - pos: -105.5,-37.5 - parent: 2 - - uid: 13277 - components: - - type: Transform - pos: -105.5,-36.5 - parent: 2 - - uid: 13278 - components: - - type: Transform - pos: -105.5,-35.5 - parent: 2 - - uid: 13288 - components: - - type: Transform - pos: -105.5,-34.5 - parent: 2 - - uid: 13289 - components: - - type: Transform - pos: -105.5,-33.5 - parent: 2 - - uid: 13290 - components: - - type: Transform - pos: -105.5,-31.5 - parent: 2 - - uid: 13291 - components: - - type: Transform - pos: -108.5,-32.5 - parent: 2 - - uid: 13292 - components: - - type: Transform - pos: -109.5,-31.5 - parent: 2 - - uid: 13293 - components: - - type: Transform - pos: -110.5,-31.5 - parent: 2 - - uid: 13300 - components: - - type: Transform - pos: -111.5,-31.5 - parent: 2 - - uid: 13313 - components: - - type: Transform - pos: -113.5,-32.5 - parent: 2 - - uid: 13315 - components: - - type: Transform - pos: -114.5,-32.5 - parent: 2 - - uid: 13325 - components: - - type: Transform - pos: -115.5,-32.5 - parent: 2 - - uid: 13326 - components: - - type: Transform - pos: -116.5,-32.5 - parent: 2 - - uid: 13327 - components: - - type: Transform - pos: -117.5,-31.5 - parent: 2 - - uid: 13331 - components: - - type: Transform - pos: -118.5,-32.5 - parent: 2 - - uid: 13333 - components: - - type: Transform - pos: -119.5,-32.5 - parent: 2 - - uid: 13334 - components: - - type: Transform - pos: -119.5,-30.5 - parent: 2 - - uid: 13335 - components: - - type: Transform - pos: -119.5,-28.5 - parent: 2 - - uid: 13339 - components: - - type: Transform - pos: -119.5,-29.5 - parent: 2 - - uid: 13344 - components: - - type: Transform - pos: -119.5,-26.5 - parent: 2 - - uid: 13355 - components: - - type: Transform - pos: -119.5,-25.5 - parent: 2 - - uid: 13357 - components: - - type: Transform - pos: -119.5,-24.5 - parent: 2 - - uid: 13361 - components: - - type: Transform - pos: -119.5,-23.5 - parent: 2 - - uid: 13362 - components: - - type: Transform - pos: -119.5,-22.5 - parent: 2 - - uid: 13363 - components: - - type: Transform - pos: -119.5,-21.5 - parent: 2 - - uid: 13364 - components: - - type: Transform - pos: -119.5,-20.5 - parent: 2 - - uid: 13365 - components: - - type: Transform - pos: -119.5,-19.5 - parent: 2 - - uid: 13366 - components: - - type: Transform - pos: -119.5,-17.5 - parent: 2 - - uid: 13367 - components: - - type: Transform - pos: -119.5,-16.5 - parent: 2 - - uid: 13460 - components: - - type: Transform - pos: -119.5,-15.5 - parent: 2 - - uid: 13461 - components: - - type: Transform - pos: -119.5,-14.5 - parent: 2 - - uid: 13484 - components: - - type: Transform - pos: -119.5,-13.5 - parent: 2 - - uid: 13485 - components: - - type: Transform - pos: -119.5,-12.5 - parent: 2 - - uid: 13577 - components: - - type: Transform - pos: -119.5,-11.5 - parent: 2 - - uid: 13725 - components: - - type: Transform - pos: 40.5,-39.5 - parent: 2 - - uid: 13740 - components: - - type: Transform - pos: 40.5,-37.5 - parent: 2 - - uid: 13741 - components: - - type: Transform - pos: 46.5,-39.5 - parent: 2 - - uid: 13742 - components: - - type: Transform - pos: 52.5,-39.5 - parent: 2 - - uid: 13743 - components: - - type: Transform - pos: 52.5,-36.5 - parent: 2 - - uid: 13745 - components: - - type: Transform - pos: 47.5,-41.5 - parent: 2 - - uid: 13746 - components: - - type: Transform - pos: 48.5,-41.5 - parent: 2 - - uid: 13747 - components: - - type: Transform - pos: 43.5,-41.5 - parent: 2 - - uid: 13748 - components: - - type: Transform - pos: 49.5,-42.5 - parent: 2 - - uid: 13749 - components: - - type: Transform - pos: 40.5,-41.5 - parent: 2 - - uid: 13750 - components: - - type: Transform - pos: 39.5,-42.5 - parent: 2 - - uid: 13751 - components: - - type: Transform - pos: 39.5,-38.5 - parent: 2 - - uid: 13752 - components: - - type: Transform - pos: 84.5,-8.5 - parent: 2 - - uid: 13753 - components: - - type: Transform - pos: 85.5,-8.5 - parent: 2 - - uid: 13754 - components: - - type: Transform - pos: 82.5,-9.5 - parent: 2 - - uid: 13755 - components: - - type: Transform - pos: 81.5,-9.5 - parent: 2 - - uid: 13758 - components: - - type: Transform - pos: 87.5,-2.5 - parent: 2 - - uid: 13759 - components: - - type: Transform - pos: 87.5,-0.5 - parent: 2 - - uid: 13760 - components: - - type: Transform - pos: 87.5,0.5 - parent: 2 - - uid: 13761 - components: - - type: Transform - pos: 86.5,1.5 - parent: 2 - - uid: 13762 - components: - - type: Transform - pos: 83.5,1.5 - parent: 2 - - uid: 13763 - components: - - type: Transform - pos: 84.5,2.5 - parent: 2 - - uid: 13764 - components: - - type: Transform - pos: 87.5,-7.5 - parent: 2 - - uid: 13797 - components: - - type: Transform - pos: 91.5,13.5 - parent: 2 - - uid: 13798 - components: - - type: Transform - pos: 92.5,18.5 - parent: 2 - - uid: 13799 - components: - - type: Transform - pos: 88.5,3.5 - parent: 2 - - uid: 13800 - components: - - type: Transform - pos: 88.5,2.5 - parent: 2 - - uid: 13801 - components: - - type: Transform - pos: 88.5,8.5 - parent: 2 - - uid: 13802 - components: - - type: Transform - pos: 89.5,14.5 - parent: 2 - - uid: 13803 - components: - - type: Transform - pos: 90.5,10.5 - parent: 2 - - uid: 13804 - components: - - type: Transform - pos: 90.5,20.5 - parent: 2 - - uid: 13840 - components: - - type: Transform - pos: -119.5,-10.5 - parent: 2 - - uid: 13912 - components: - - type: Transform - pos: -119.5,-9.5 - parent: 2 - - uid: 13913 - components: - - type: Transform - pos: -119.5,-7.5 - parent: 2 - - uid: 13919 - components: - - type: Transform - pos: 11.5,41.5 - parent: 2 - - uid: 13931 - components: - - type: Transform - pos: -119.5,-6.5 - parent: 2 - - uid: 13936 - components: - - type: Transform - pos: 19.5,60.5 - parent: 2 - - uid: 13939 - components: - - type: Transform - pos: 18.5,60.5 - parent: 2 - - uid: 13949 - components: - - type: Transform - pos: 9.5,57.5 - parent: 2 - - uid: 13950 - components: - - type: Transform - pos: 17.5,60.5 - parent: 2 - - uid: 13955 - components: - - type: Transform - pos: -1.5,55.5 - parent: 2 - - uid: 13960 - components: - - type: Transform - pos: 7.5,57.5 - parent: 2 - - uid: 13961 - components: - - type: Transform - pos: -1.5,56.5 - parent: 2 - - uid: 13974 - components: - - type: Transform - pos: -119.5,-5.5 - parent: 2 - - uid: 14003 - components: - - type: Transform - pos: 21.5,39.5 - parent: 2 - - uid: 14004 - components: - - type: Transform - pos: 21.5,38.5 - parent: 2 - - uid: 14005 - components: - - type: Transform - pos: 21.5,37.5 - parent: 2 - - uid: 14006 - components: - - type: Transform - pos: 21.5,36.5 - parent: 2 - - uid: 14018 - components: - - type: Transform - pos: 10.5,51.5 - parent: 2 - - uid: 14019 - components: - - type: Transform - pos: 11.5,51.5 - parent: 2 - - uid: 14048 - components: - - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 14049 - components: - - type: Transform - pos: 23.5,59.5 - parent: 2 - - uid: 14055 - components: - - type: Transform - pos: 28.5,53.5 - parent: 2 - - uid: 14075 - components: - - type: Transform - pos: -119.5,-4.5 - parent: 2 - - uid: 14076 - components: - - type: Transform - pos: -119.5,-3.5 - parent: 2 - - uid: 14082 - components: - - type: Transform - pos: 26.5,42.5 - parent: 2 - - uid: 14089 - components: - - type: Transform - pos: 25.5,37.5 - parent: 2 - - uid: 14093 - components: - - type: Transform - pos: 29.5,38.5 - parent: 2 - - uid: 14094 - components: - - type: Transform - pos: 29.5,37.5 - parent: 2 - - uid: 14095 - components: - - type: Transform - pos: 28.5,36.5 - parent: 2 - - uid: 14096 - components: - - type: Transform - pos: 27.5,36.5 - parent: 2 - - uid: 14099 - components: - - type: Transform - pos: 23.5,44.5 - parent: 2 - - uid: 14100 - components: - - type: Transform - pos: 26.5,36.5 - parent: 2 - - uid: 14101 - components: - - type: Transform - pos: 25.5,38.5 - parent: 2 - - uid: 14110 - components: - - type: Transform - pos: 24.5,44.5 - parent: 2 - - uid: 14115 - components: - - type: Transform - pos: -119.5,-2.5 - parent: 2 - - uid: 14121 - components: - - type: Transform - pos: 22.5,44.5 - parent: 2 - - uid: 14176 - components: - - type: Transform - pos: -119.5,-0.5 - parent: 2 - - uid: 14189 - components: - - type: Transform - pos: -119.5,1.5 - parent: 2 - - uid: 14207 - components: - - type: Transform - pos: -119.5,2.5 - parent: 2 - - uid: 14255 - components: - - type: Transform - pos: 24.5,55.5 - parent: 2 - - uid: 14273 - components: - - type: Transform - pos: -26.5,32.5 - parent: 2 - - uid: 14276 - components: - - type: Transform - pos: -30.5,26.5 - parent: 2 - - uid: 14285 - components: - - type: Transform - pos: -119.5,3.5 - parent: 2 - - uid: 14288 - components: - - type: Transform - pos: -119.5,4.5 - parent: 2 - - uid: 14358 - components: - - type: Transform - pos: -119.5,5.5 - parent: 2 - - uid: 14359 - components: - - type: Transform - pos: -119.5,6.5 - parent: 2 - - uid: 14453 - components: - - type: Transform - pos: -119.5,7.5 - parent: 2 - - uid: 14721 - components: - - type: Transform - pos: -119.5,8.5 - parent: 2 - - uid: 14882 - components: - - type: Transform - pos: -119.5,9.5 - parent: 2 - - uid: 14883 - components: - - type: Transform - pos: -124.5,17.5 - parent: 2 - - uid: 14884 - components: - - type: Transform - pos: -119.5,11.5 - parent: 2 - - uid: 14885 - components: - - type: Transform - pos: -120.5,12.5 - parent: 2 - - uid: 14886 - components: - - type: Transform - pos: -120.5,13.5 - parent: 2 - - uid: 14887 - components: - - type: Transform - pos: -120.5,14.5 - parent: 2 - - uid: 14888 - components: - - type: Transform - pos: -120.5,15.5 - parent: 2 - - uid: 14889 - components: - - type: Transform - pos: -120.5,16.5 - parent: 2 - - uid: 14890 - components: - - type: Transform - pos: -119.5,18.5 - parent: 2 - - uid: 14891 - components: - - type: Transform - pos: -119.5,19.5 - parent: 2 - - uid: 14892 - components: - - type: Transform - pos: -119.5,20.5 - parent: 2 - - uid: 14893 - components: - - type: Transform - pos: -119.5,21.5 - parent: 2 - - uid: 14894 - components: - - type: Transform - pos: -119.5,22.5 - parent: 2 - - uid: 14895 - components: - - type: Transform - pos: -119.5,23.5 - parent: 2 - - uid: 14958 - components: - - type: Transform - pos: -119.5,24.5 - parent: 2 - - uid: 15074 - components: - - type: Transform - pos: 27.5,53.5 - parent: 2 - - uid: 15126 - components: - - type: Transform - pos: -119.5,25.5 - parent: 2 - - uid: 15141 - components: - - type: Transform - pos: -23.5,65.5 - parent: 2 - - uid: 15154 - components: - - type: Transform - pos: -119.5,26.5 - parent: 2 - - uid: 15167 - components: - - type: Transform - pos: -25.5,65.5 - parent: 2 - - uid: 15170 - components: - - type: Transform - pos: -27.5,65.5 - parent: 2 - - uid: 15181 - components: - - type: Transform - pos: -119.5,27.5 - parent: 2 - - uid: 15210 - components: - - type: Transform - pos: -119.5,28.5 - parent: 2 - - uid: 15211 - components: - - type: Transform - pos: -120.5,26.5 - parent: 2 - - uid: 15215 - components: - - type: Transform - pos: 15.5,65.5 - parent: 2 - - uid: 15222 - components: - - type: Transform - pos: -120.5,27.5 - parent: 2 - - uid: 15223 - components: - - type: Transform - pos: -119.5,30.5 - parent: 2 - - uid: 15233 - components: - - type: Transform - pos: -23.5,60.5 - parent: 2 - - uid: 15244 - components: - - type: Transform - pos: -119.5,31.5 - parent: 2 - - uid: 15248 - components: - - type: Transform - pos: -22.5,60.5 - parent: 2 - - uid: 15249 - components: - - type: Transform - pos: -119.5,32.5 - parent: 2 - - uid: 15250 - components: - - type: Transform - pos: -121.5,33.5 - parent: 2 - - uid: 15251 - components: - - type: Transform - pos: -21.5,60.5 - parent: 2 - - uid: 15252 - components: - - type: Transform - pos: -122.5,33.5 - parent: 2 - - uid: 15253 - components: - - type: Transform - pos: -20.5,60.5 - parent: 2 - - uid: 15255 - components: - - type: Transform - pos: -19.5,60.5 - parent: 2 - - uid: 15270 - components: - - type: Transform - pos: -123.5,33.5 - parent: 2 - - uid: 15311 - components: - - type: Transform - pos: -128.5,33.5 - parent: 2 - - uid: 15336 - components: - - type: Transform - pos: -26.5,31.5 - parent: 2 - - uid: 15338 - components: - - type: Transform - pos: -24.5,32.5 - parent: 2 - - uid: 15339 - components: - - type: Transform - pos: -28.5,31.5 - parent: 2 - - uid: 15353 - components: - - type: Transform - pos: -30.5,31.5 - parent: 2 - - uid: 15355 - components: - - type: Transform - pos: -28.5,32.5 - parent: 2 - - uid: 15364 - components: - - type: Transform - pos: -30.5,27.5 - parent: 2 - - uid: 15365 - components: - - type: Transform - pos: -28.5,27.5 - parent: 2 - - uid: 15366 - components: - - type: Transform - pos: -26.5,27.5 - parent: 2 - - uid: 15367 - components: - - type: Transform - pos: -24.5,27.5 - parent: 2 - - uid: 15382 - components: - - type: Transform - pos: -28.5,26.5 - parent: 2 - - uid: 15383 - components: - - type: Transform - pos: -26.5,26.5 - parent: 2 - - uid: 15384 - components: - - type: Transform - pos: -24.5,26.5 - parent: 2 - - uid: 15391 - components: - - type: Transform - pos: -23.5,28.5 - parent: 2 - - uid: 15401 - components: - - type: Transform - pos: -129.5,38.5 - parent: 2 - - uid: 15412 - components: - - type: Transform - pos: -23.5,30.5 - parent: 2 - - uid: 15448 - components: - - type: Transform - pos: -129.5,43.5 - parent: 2 - - uid: 15452 - components: - - type: Transform - pos: -30.5,32.5 - parent: 2 - - uid: 15458 - components: - - type: Transform - pos: -24.5,31.5 - parent: 2 - - uid: 15459 - components: - - type: Transform - pos: -26.5,35.5 - parent: 2 - - uid: 15460 - components: - - type: Transform - pos: -25.5,35.5 - parent: 2 - - uid: 15461 - components: - - type: Transform - pos: -24.5,35.5 - parent: 2 - - uid: 15465 - components: - - type: Transform - pos: -28.5,35.5 - parent: 2 - - uid: 15466 - components: - - type: Transform - pos: -29.5,35.5 - parent: 2 - - uid: 15467 - components: - - type: Transform - pos: -30.5,35.5 - parent: 2 - - uid: 15500 - components: - - type: Transform - pos: -129.5,44.5 - parent: 2 - - uid: 15508 - components: - - type: Transform - pos: -15.5,41.5 - parent: 2 - - uid: 15540 - components: - - type: Transform - pos: -18.5,43.5 - parent: 2 - - uid: 15544 - components: - - type: Transform - pos: -93.5,80.5 - parent: 2 - - uid: 15561 - components: - - type: Transform - pos: -58.5,47.5 - parent: 2 - - uid: 15563 - components: - - type: Transform - pos: -9.5,37.5 - parent: 2 - - uid: 15571 - components: - - type: Transform - pos: -130.5,45.5 - parent: 2 - - uid: 15582 - components: - - type: Transform - pos: -130.5,64.5 - parent: 2 - - uid: 15608 - components: - - type: Transform - pos: -21.5,45.5 - parent: 2 - - uid: 15630 - components: - - type: Transform - pos: -13.5,65.5 - parent: 2 - - uid: 15632 - components: - - type: Transform - pos: -11.5,42.5 - parent: 2 - - uid: 15648 - components: - - type: Transform - pos: -24.5,43.5 - parent: 2 - - uid: 15649 - components: - - type: Transform - pos: -129.5,63.5 - parent: 2 - - uid: 15651 - components: - - type: Transform - pos: -26.5,43.5 - parent: 2 - - uid: 15652 - components: - - type: Transform - pos: -25.5,43.5 - parent: 2 - - uid: 15658 - components: - - type: Transform - pos: -127.5,68.5 - parent: 2 - - uid: 15659 - components: - - type: Transform - pos: -126.5,68.5 - parent: 2 - - uid: 15660 - components: - - type: Transform - pos: -122.5,69.5 - parent: 2 - - uid: 15665 - components: - - type: Transform - pos: -107.5,68.5 - parent: 2 - - uid: 15675 - components: - - type: Transform - pos: -102.5,66.5 - parent: 2 - - uid: 15679 - components: - - type: Transform - pos: -98.5,65.5 - parent: 2 - - uid: 15694 - components: - - type: Transform - pos: -95.5,68.5 - parent: 2 - - uid: 15711 - components: - - type: Transform - pos: -91.5,73.5 - parent: 2 - - uid: 15724 - components: - - type: Transform - pos: -92.5,89.5 - parent: 2 - - uid: 15725 - components: - - type: Transform - pos: -92.5,91.5 - parent: 2 - - uid: 15773 - components: - - type: Transform - pos: -96.5,103.5 - parent: 2 - - uid: 15774 - components: - - type: Transform - pos: -92.5,108.5 - parent: 2 - - uid: 15779 - components: - - type: Transform - pos: -92.5,110.5 - parent: 2 - - uid: 15803 - components: - - type: Transform - pos: -90.5,111.5 - parent: 2 - - uid: 15804 - components: - - type: Transform - pos: -88.5,111.5 - parent: 2 - - uid: 15807 - components: - - type: Transform - pos: -85.5,111.5 - parent: 2 - - uid: 15811 - components: - - type: Transform - pos: -84.5,111.5 - parent: 2 - - uid: 15812 - components: - - type: Transform - pos: -83.5,111.5 - parent: 2 - - uid: 15817 - components: - - type: Transform - pos: -15.5,65.5 - parent: 2 - - uid: 15819 - components: - - type: Transform - pos: -17.5,65.5 - parent: 2 - - uid: 15821 - components: - - type: Transform - pos: -19.5,65.5 - parent: 2 - - uid: 15823 - components: - - type: Transform - pos: -21.5,65.5 - parent: 2 - - uid: 15824 - components: - - type: Transform - pos: 11.5,69.5 - parent: 2 - - uid: 15849 - components: - - type: Transform - pos: 10.5,69.5 - parent: 2 - - uid: 15855 - components: - - type: Transform - pos: -51.5,-0.5 - parent: 2 - - uid: 15869 - components: - - type: Transform - pos: 11.5,26.5 - parent: 2 - - uid: 15928 - components: - - type: Transform - pos: -11.5,42.5 - parent: 2 - - uid: 15989 - components: - - type: Transform - pos: -52.5,-0.5 - parent: 2 - - uid: 15990 - components: - - type: Transform - pos: -54.5,-0.5 - parent: 2 - - uid: 16243 - components: - - type: Transform - pos: -55.5,51.5 - parent: 2 - - uid: 16304 - components: - - type: Transform - pos: -28.5,57.5 - parent: 2 - - uid: 16305 - components: - - type: Transform - pos: -28.5,58.5 - parent: 2 - - uid: 16307 - components: - - type: Transform - pos: -53.5,-0.5 - parent: 2 - - uid: 16308 - components: - - type: Transform - pos: -28.5,62.5 - parent: 2 - - uid: 16319 - components: - - type: Transform - pos: -28.5,61.5 - parent: 2 - - uid: 16320 - components: - - type: Transform - pos: -50.5,-0.5 - parent: 2 - - uid: 16341 - components: - - type: Transform - pos: -17.5,54.5 - parent: 2 - - uid: 16342 - components: - - type: Transform - pos: -17.5,55.5 - parent: 2 - - uid: 16343 - components: - - type: Transform - pos: -17.5,56.5 - parent: 2 - - uid: 16344 - components: - - type: Transform - pos: -17.5,58.5 - parent: 2 - - uid: 16345 - components: - - type: Transform - pos: -17.5,57.5 - parent: 2 - - uid: 16357 - components: - - type: Transform - pos: -82.5,111.5 - parent: 2 - - uid: 16358 - components: - - type: Transform - pos: -78.5,111.5 - parent: 2 - - uid: 16359 - components: - - type: Transform - pos: -76.5,111.5 - parent: 2 - - uid: 16360 - components: - - type: Transform - pos: -70.5,111.5 - parent: 2 - - uid: 16363 - components: - - type: Transform - pos: -69.5,111.5 - parent: 2 - - uid: 16413 - components: - - type: Transform - pos: -17.5,45.5 - parent: 2 - - uid: 16473 - components: - - type: Transform - pos: -55.5,50.5 - parent: 2 - - uid: 16686 - components: - - type: Transform - pos: -41.5,-9.5 - parent: 2 - - uid: 16687 - components: - - type: Transform - pos: -38.5,-9.5 - parent: 2 - - uid: 17117 - components: - - type: Transform - pos: -17.5,35.5 - parent: 2 - - uid: 17122 - components: - - type: Transform - pos: -20.5,35.5 - parent: 2 - - uid: 17872 - components: - - type: Transform - pos: 3.5,36.5 - parent: 2 - - uid: 17873 - components: - - type: Transform - pos: 3.5,35.5 - parent: 2 - - uid: 17874 - components: - - type: Transform - pos: 3.5,42.5 - parent: 2 - - uid: 17878 - components: - - type: Transform - pos: 3.5,41.5 - parent: 2 - - uid: 17916 - components: - - type: Transform - pos: -7.5,68.5 - parent: 2 - - uid: 17963 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - - uid: 17973 - components: - - type: Transform - pos: -19.5,46.5 - parent: 2 - - uid: 17992 - components: - - type: Transform - pos: -51.5,6.5 - parent: 2 - - uid: 18021 - components: - - type: Transform - pos: -2.5,21.5 - parent: 2 - - uid: 18022 - components: - - type: Transform - pos: -108.5,5.5 - parent: 2 - - uid: 18024 - components: - - type: Transform - pos: -2.5,18.5 - parent: 2 - - uid: 18029 - components: - - type: Transform - pos: 7.5,69.5 - parent: 2 - - uid: 18076 - components: - - type: Transform - pos: -14.5,61.5 - parent: 2 - - uid: 18077 - components: - - type: Transform - pos: -14.5,62.5 - parent: 2 - - uid: 18116 - components: - - type: Transform - pos: -67.5,111.5 - parent: 2 - - uid: 18122 - components: - - type: Transform - pos: -66.5,110.5 - parent: 2 - - uid: 18139 - components: - - type: Transform - pos: -66.5,107.5 - parent: 2 - - uid: 18174 - components: - - type: Transform - pos: -67.5,104.5 - parent: 2 - - uid: 18196 - components: - - type: Transform - pos: -32.5,71.5 - parent: 2 - - uid: 18221 - components: - - type: Transform - pos: -39.5,68.5 - parent: 2 - - uid: 18222 - components: - - type: Transform - pos: -36.5,68.5 - parent: 2 - - uid: 18224 - components: - - type: Transform - pos: -35.5,68.5 - parent: 2 - - uid: 18242 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - - uid: 18252 - components: - - type: Transform - pos: -38.5,68.5 - parent: 2 - - uid: 18270 - components: - - type: Transform - pos: -37.5,68.5 - parent: 2 - - uid: 18372 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - - uid: 18386 - components: - - type: Transform - pos: -67.5,103.5 - parent: 2 - - uid: 18391 - components: - - type: Transform - pos: -67.5,102.5 - parent: 2 - - uid: 18398 - components: - - type: Transform - pos: -66.5,101.5 - parent: 2 - - uid: 18403 - components: - - type: Transform - pos: -66.5,97.5 - parent: 2 - - uid: 18406 - components: - - type: Transform - pos: -66.5,96.5 - parent: 2 - - uid: 18408 - components: - - type: Transform - pos: -60.5,6.5 - parent: 2 - - uid: 18409 - components: - - type: Transform - pos: -59.5,6.5 - parent: 2 - - uid: 18410 - components: - - type: Transform - pos: -57.5,6.5 - parent: 2 - - uid: 18411 - components: - - type: Transform - pos: -56.5,6.5 - parent: 2 - - uid: 18412 - components: - - type: Transform - pos: -55.5,6.5 - parent: 2 - - uid: 18413 - components: - - type: Transform - pos: -54.5,6.5 - parent: 2 - - uid: 18414 - components: - - type: Transform - pos: -52.5,6.5 - parent: 2 - - uid: 18440 - components: - - type: Transform - pos: -66.5,95.5 - parent: 2 - - uid: 18441 - components: - - type: Transform - pos: -66.5,94.5 - parent: 2 - - uid: 18498 - components: - - type: Transform - pos: -66.5,93.5 - parent: 2 - - uid: 18520 - components: - - type: Transform - pos: -66.5,78.5 - parent: 2 - - uid: 18530 - components: - - type: Transform - pos: -66.5,92.5 - parent: 2 - - uid: 18549 - components: - - type: Transform - pos: -66.5,91.5 - parent: 2 - - uid: 18554 - components: - - type: Transform - pos: -66.5,89.5 - parent: 2 - - uid: 18560 - components: - - type: Transform - pos: -92.5,50.5 - parent: 2 - - uid: 18563 - components: - - type: Transform - pos: -96.5,55.5 - parent: 2 - - uid: 18564 - components: - - type: Transform - pos: -95.5,55.5 - parent: 2 - - uid: 18565 - components: - - type: Transform - pos: -94.5,55.5 - parent: 2 - - uid: 18572 - components: - - type: Transform - pos: -94.5,47.5 - parent: 2 - - uid: 18574 - components: - - type: Transform - pos: -96.5,47.5 - parent: 2 - - uid: 18577 - components: - - type: Transform - pos: -90.5,52.5 - parent: 2 - - uid: 18578 - components: - - type: Transform - pos: -66.5,87.5 - parent: 2 - - uid: 18579 - components: - - type: Transform - pos: -66.5,85.5 - parent: 2 - - uid: 18610 - components: - - type: Transform - pos: -91.5,50.5 - parent: 2 - - uid: 18611 - components: - - type: Transform - pos: -90.5,50.5 - parent: 2 - - uid: 18612 - components: - - type: Transform - pos: -91.5,52.5 - parent: 2 - - uid: 18613 - components: - - type: Transform - pos: -92.5,52.5 - parent: 2 - - uid: 18616 - components: - - type: Transform - pos: -66.5,81.5 - parent: 2 - - uid: 18628 - components: - - type: Transform - pos: -104.5,45.5 - parent: 2 - - uid: 18629 - components: - - type: Transform - pos: -103.5,45.5 - parent: 2 - - uid: 18630 - components: - - type: Transform - pos: -102.5,45.5 - parent: 2 - - uid: 18631 - components: - - type: Transform - pos: -104.5,47.5 - parent: 2 - - uid: 18632 - components: - - type: Transform - pos: -103.5,47.5 - parent: 2 - - uid: 18633 - components: - - type: Transform - pos: -102.5,47.5 - parent: 2 - - uid: 18634 - components: - - type: Transform - pos: -104.5,55.5 - parent: 2 - - uid: 18635 - components: - - type: Transform - pos: -103.5,55.5 - parent: 2 - - uid: 18636 - components: - - type: Transform - pos: -102.5,55.5 - parent: 2 - - uid: 18637 - components: - - type: Transform - pos: -104.5,57.5 - parent: 2 - - uid: 18639 - components: - - type: Transform - pos: -102.5,57.5 - parent: 2 - - uid: 18640 - components: - - type: Transform - pos: -103.5,57.5 - parent: 2 - - uid: 18652 - components: - - type: Transform - pos: -102.5,53.5 - parent: 2 - - uid: 18653 - components: - - type: Transform - pos: -102.5,52.5 - parent: 2 - - uid: 18654 - components: - - type: Transform - pos: -102.5,51.5 - parent: 2 - - uid: 18655 - components: - - type: Transform - pos: -102.5,50.5 - parent: 2 - - uid: 18656 - components: - - type: Transform - pos: -102.5,49.5 - parent: 2 - - uid: 18657 - components: - - type: Transform - pos: -104.5,53.5 - parent: 2 - - uid: 18658 - components: - - type: Transform - pos: -104.5,52.5 - parent: 2 - - uid: 18659 - components: - - type: Transform - pos: -104.5,51.5 - parent: 2 - - uid: 18660 - components: - - type: Transform - pos: -104.5,50.5 - parent: 2 - - uid: 18661 - components: - - type: Transform - pos: -104.5,49.5 - parent: 2 - - uid: 18686 - components: - - type: Transform - pos: -66.5,74.5 - parent: 2 - - uid: 18687 - components: - - type: Transform - pos: -66.5,73.5 - parent: 2 - - uid: 18690 - components: - - type: Transform - pos: -64.5,71.5 - parent: 2 - - uid: 18691 - components: - - type: Transform - pos: -61.5,71.5 - parent: 2 - - uid: 18692 - components: - - type: Transform - pos: -59.5,71.5 - parent: 2 - - uid: 18693 - components: - - type: Transform - pos: -54.5,72.5 - parent: 2 - - uid: 18694 - components: - - type: Transform - pos: -55.5,72.5 - parent: 2 - - uid: 18696 - components: - - type: Transform - pos: -52.5,72.5 - parent: 2 - - uid: 18723 - components: - - type: Transform - pos: -113.5,60.5 - parent: 2 - - uid: 18724 - components: - - type: Transform - pos: -112.5,60.5 - parent: 2 - - uid: 18725 - components: - - type: Transform - pos: -111.5,60.5 - parent: 2 - - uid: 18741 - components: - - type: Transform - pos: -121.5,52.5 - parent: 2 - - uid: 18742 - components: - - type: Transform - pos: -121.5,51.5 - parent: 2 - - uid: 18743 - components: - - type: Transform - pos: -121.5,50.5 - parent: 2 - - uid: 18759 - components: - - type: Transform - pos: -111.5,42.5 - parent: 2 - - uid: 18760 - components: - - type: Transform - pos: -112.5,42.5 - parent: 2 - - uid: 18761 - components: - - type: Transform - pos: -113.5,42.5 - parent: 2 - - uid: 18782 - components: - - type: Transform - pos: 21.5,76.5 - parent: 2 - - uid: 18789 - components: - - type: Transform - pos: 19.5,77.5 - parent: 2 - - uid: 18792 - components: - - type: Transform - pos: 21.5,72.5 - parent: 2 - - uid: 18793 - components: - - type: Transform - pos: 21.5,71.5 - parent: 2 - - uid: 18794 - components: - - type: Transform - pos: 21.5,70.5 - parent: 2 - - uid: 18799 - components: - - type: Transform - pos: -122.5,52.5 - parent: 2 - - uid: 18828 - components: - - type: Transform - pos: -125.5,59.5 - parent: 2 - - uid: 18829 - components: - - type: Transform - pos: -125.5,57.5 - parent: 2 - - uid: 18830 - components: - - type: Transform - pos: -126.5,53.5 - parent: 2 - - uid: 18831 - components: - - type: Transform - pos: -126.5,51.5 - parent: 2 - - uid: 18832 - components: - - type: Transform - pos: -125.5,60.5 - parent: 2 - - uid: 18833 - components: - - type: Transform - pos: -124.5,64.5 - parent: 2 - - uid: 18834 - components: - - type: Transform - pos: -120.5,64.5 - parent: 2 - - uid: 18835 - components: - - type: Transform - pos: -118.5,64.5 - parent: 2 - - uid: 18836 - components: - - type: Transform - pos: -115.5,64.5 - parent: 2 - - uid: 18837 - components: - - type: Transform - pos: -116.5,64.5 - parent: 2 - - uid: 18838 - components: - - type: Transform - pos: -123.5,64.5 - parent: 2 - - uid: 18839 - components: - - type: Transform - pos: -125.5,62.5 - parent: 2 - - uid: 18840 - components: - - type: Transform - pos: -113.5,65.5 - parent: 2 - - uid: 18841 - components: - - type: Transform - pos: -112.5,65.5 - parent: 2 - - uid: 18842 - components: - - type: Transform - pos: -108.5,64.5 - parent: 2 - - uid: 18843 - components: - - type: Transform - pos: -108.5,64.5 - parent: 2 - - uid: 18844 - components: - - type: Transform - pos: -106.5,64.5 - parent: 2 - - uid: 18845 - components: - - type: Transform - pos: -105.5,64.5 - parent: 2 - - uid: 18846 - components: - - type: Transform - pos: -101.5,65.5 - parent: 2 - - uid: 18847 - components: - - type: Transform - pos: -100.5,65.5 - parent: 2 - - uid: 18848 - components: - - type: Transform - pos: -99.5,62.5 - parent: 2 - - uid: 18849 - components: - - type: Transform - pos: -99.5,62.5 - parent: 2 - - uid: 18850 - components: - - type: Transform - pos: -98.5,60.5 - parent: 2 - - uid: 18851 - components: - - type: Transform - pos: -98.5,60.5 - parent: 2 - - uid: 18857 - components: - - type: Transform - pos: -121.5,41.5 - parent: 2 - - uid: 18858 - components: - - type: Transform - pos: -122.5,41.5 - parent: 2 - - uid: 18859 - components: - - type: Transform - pos: -123.5,42.5 - parent: 2 - - uid: 18860 - components: - - type: Transform - pos: -125.5,42.5 - parent: 2 - - uid: 18861 - components: - - type: Transform - pos: -125.5,41.5 - parent: 2 - - uid: 18866 - components: - - type: Transform - pos: -123.5,37.5 - parent: 2 - - uid: 18867 - components: - - type: Transform - pos: -122.5,37.5 - parent: 2 - - uid: 18868 - components: - - type: Transform - pos: -117.5,37.5 - parent: 2 - - uid: 18870 - components: - - type: Transform - pos: -125.5,38.5 - parent: 2 - - uid: 18871 - components: - - type: Transform - pos: -125.5,39.5 - parent: 2 - - uid: 18872 - components: - - type: Transform - pos: -126.5,43.5 - parent: 2 - - uid: 18873 - components: - - type: Transform - pos: -125.5,48.5 - parent: 2 - - uid: 18874 - components: - - type: Transform - pos: -125.5,49.5 - parent: 2 - - uid: 18875 - components: - - type: Transform - pos: -126.5,40.5 - parent: 2 - - uid: 18876 - components: - - type: Transform - pos: -126.5,56.5 - parent: 2 - - uid: 18877 - components: - - type: Transform - pos: -122.5,64.5 - parent: 2 - - uid: 18878 - components: - - type: Transform - pos: -119.5,65.5 - parent: 2 - - uid: 18881 - components: - - type: Transform - pos: -125.5,47.5 - parent: 2 - - uid: 18899 - components: - - type: Transform - pos: -119.5,37.5 - parent: 2 - - uid: 18948 - components: - - type: Transform - pos: 22.5,69.5 - parent: 2 - - uid: 18949 - components: - - type: Transform - pos: 22.5,68.5 - parent: 2 - - uid: 18954 - components: - - type: Transform - pos: 26.5,66.5 - parent: 2 - - uid: 18959 - components: - - type: Transform - pos: 28.5,66.5 - parent: 2 - - uid: 18960 - components: - - type: Transform - pos: 30.5,66.5 - parent: 2 - - uid: 18961 - components: - - type: Transform - pos: 33.5,66.5 - parent: 2 - - uid: 19317 - components: - - type: Transform - pos: -45.5,64.5 - parent: 2 - - uid: 19321 - components: - - type: Transform - pos: 34.5,66.5 - parent: 2 - - uid: 19327 - components: - - type: Transform - pos: 37.5,65.5 - parent: 2 - - uid: 19328 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - - uid: 19330 - components: - - type: Transform - pos: -61.5,46.5 - parent: 2 - - uid: 19331 - components: - - type: Transform - pos: -61.5,45.5 - parent: 2 - - uid: 19340 - components: - - type: Transform - pos: -108.5,11.5 - parent: 2 - - uid: 19341 - components: - - type: Transform - pos: -87.5,-15.5 - parent: 2 - - uid: 19342 - components: - - type: Transform - pos: -81.5,-15.5 - parent: 2 - - uid: 19344 - components: - - type: Transform - pos: 38.5,65.5 - parent: 2 - - uid: 19346 - components: - - type: Transform - pos: 39.5,65.5 - parent: 2 - - uid: 19348 - components: - - type: Transform - pos: 40.5,65.5 - parent: 2 - - uid: 19351 - components: - - type: Transform - pos: 41.5,65.5 - parent: 2 - - uid: 19362 - components: - - type: Transform - pos: 42.5,66.5 - parent: 2 - - uid: 19363 - components: - - type: Transform - pos: 43.5,66.5 - parent: 2 - - uid: 19364 - components: - - type: Transform - pos: 41.5,66.5 - parent: 2 - - uid: 19365 - components: - - type: Transform - pos: 46.5,66.5 - parent: 2 - - uid: 19382 - components: - - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 19388 - components: - - type: Transform - pos: 47.5,68.5 - parent: 2 - - uid: 19399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-4.5 - parent: 2 - - uid: 19401 - components: - - type: Transform - pos: 48.5,70.5 - parent: 2 - - uid: 19413 - components: - - type: Transform - pos: 48.5,71.5 - parent: 2 - - uid: 19433 - components: - - type: Transform - pos: 49.5,72.5 - parent: 2 - - uid: 19435 - components: - - type: Transform - pos: 55.5,76.5 - parent: 2 - - uid: 19438 - components: - - type: Transform - pos: 54.5,76.5 - parent: 2 - - uid: 19457 - components: - - type: Transform - pos: -99.5,31.5 - parent: 2 - - uid: 19463 - components: - - type: Transform - pos: -0.5,79.5 - parent: 2 - - uid: 19464 - components: - - type: Transform - pos: 1.5,79.5 - parent: 2 - - uid: 19465 - components: - - type: Transform - pos: 3.5,79.5 - parent: 2 - - uid: 19472 - components: - - type: Transform - pos: -4.5,79.5 - parent: 2 - - uid: 19473 - components: - - type: Transform - pos: -6.5,79.5 - parent: 2 - - uid: 19474 - components: - - type: Transform - pos: -8.5,79.5 - parent: 2 - - uid: 19475 - components: - - type: Transform - pos: 7.5,79.5 - parent: 2 - - uid: 19476 - components: - - type: Transform - pos: 9.5,79.5 - parent: 2 - - uid: 19477 - components: - - type: Transform - pos: 11.5,79.5 - parent: 2 - - uid: 19479 - components: - - type: Transform - pos: -83.5,23.5 - parent: 2 - - uid: 19488 - components: - - type: Transform - pos: -8.5,80.5 - parent: 2 - - uid: 19489 - components: - - type: Transform - pos: -8.5,81.5 - parent: 2 - - uid: 19490 - components: - - type: Transform - pos: -8.5,82.5 - parent: 2 - - uid: 19491 - components: - - type: Transform - pos: -6.5,80.5 - parent: 2 - - uid: 19492 - components: - - type: Transform - pos: -6.5,81.5 - parent: 2 - - uid: 19493 - components: - - type: Transform - pos: -6.5,82.5 - parent: 2 - - uid: 19494 - components: - - type: Transform - pos: -4.5,80.5 - parent: 2 - - uid: 19495 - components: - - type: Transform - pos: -4.5,81.5 - parent: 2 - - uid: 19496 - components: - - type: Transform - pos: -4.5,82.5 - parent: 2 - - uid: 19497 - components: - - type: Transform - pos: -0.5,80.5 - parent: 2 - - uid: 19498 - components: - - type: Transform - pos: -0.5,81.5 - parent: 2 - - uid: 19499 - components: - - type: Transform - pos: -0.5,82.5 - parent: 2 - - uid: 19500 - components: - - type: Transform - pos: 1.5,80.5 - parent: 2 - - uid: 19501 - components: - - type: Transform - pos: 1.5,81.5 - parent: 2 - - uid: 19502 - components: - - type: Transform - pos: 1.5,82.5 - parent: 2 - - uid: 19503 - components: - - type: Transform - pos: 3.5,80.5 - parent: 2 - - uid: 19504 - components: - - type: Transform - pos: 3.5,81.5 - parent: 2 - - uid: 19505 - components: - - type: Transform - pos: 3.5,82.5 - parent: 2 - - uid: 19506 - components: - - type: Transform - pos: 7.5,80.5 - parent: 2 - - uid: 19507 - components: - - type: Transform - pos: 7.5,81.5 - parent: 2 - - uid: 19508 - components: - - type: Transform - pos: 7.5,82.5 - parent: 2 - - uid: 19509 - components: - - type: Transform - pos: 9.5,80.5 - parent: 2 - - uid: 19510 - components: - - type: Transform - pos: 9.5,81.5 - parent: 2 - - uid: 19511 - components: - - type: Transform - pos: 9.5,82.5 - parent: 2 - - uid: 19512 - components: - - type: Transform - pos: 11.5,80.5 - parent: 2 - - uid: 19513 - components: - - type: Transform - pos: 11.5,81.5 - parent: 2 - - uid: 19514 - components: - - type: Transform - pos: 11.5,82.5 - parent: 2 - - uid: 19515 - components: - - type: Transform - pos: 7.5,72.5 - parent: 2 - - uid: 19611 - components: - - type: Transform - pos: -12.5,77.5 - parent: 2 - - uid: 19612 - components: - - type: Transform - pos: -12.5,76.5 - parent: 2 - - uid: 19613 - components: - - type: Transform - pos: -12.5,75.5 - parent: 2 - - uid: 19614 - components: - - type: Transform - pos: -12.5,74.5 - parent: 2 - - uid: 19615 - components: - - type: Transform - pos: 15.5,77.5 - parent: 2 - - uid: 19616 - components: - - type: Transform - pos: 15.5,76.5 - parent: 2 - - uid: 19617 - components: - - type: Transform - pos: 15.5,75.5 - parent: 2 - - uid: 19618 - components: - - type: Transform - pos: 15.5,74.5 - parent: 2 - - uid: 19639 - components: - - type: Transform - pos: 49.5,75.5 - parent: 2 - - uid: 19655 - components: - - type: Transform - pos: -34.5,61.5 - parent: 2 - - uid: 19724 - components: - - type: Transform - pos: -40.5,73.5 - parent: 2 - - uid: 19731 - components: - - type: Transform - pos: 11.5,72.5 - parent: 2 - - uid: 19799 - components: - - type: Transform - pos: -12.5,71.5 - parent: 2 - - uid: 19812 - components: - - type: Transform - pos: 50.5,75.5 - parent: 2 - - uid: 19830 - components: - - type: Transform - pos: -26.5,68.5 - parent: 2 - - uid: 19831 - components: - - type: Transform - pos: -27.5,68.5 - parent: 2 - - uid: 19832 - components: - - type: Transform - pos: -25.5,68.5 - parent: 2 - - uid: 19833 - components: - - type: Transform - pos: -23.5,68.5 - parent: 2 - - uid: 19834 - components: - - type: Transform - pos: -22.5,68.5 - parent: 2 - - uid: 19835 - components: - - type: Transform - pos: -21.5,68.5 - parent: 2 - - uid: 19836 - components: - - type: Transform - pos: -19.5,68.5 - parent: 2 - - uid: 19837 - components: - - type: Transform - pos: -18.5,68.5 - parent: 2 - - uid: 19838 - components: - - type: Transform - pos: -17.5,68.5 - parent: 2 - - uid: 19839 - components: - - type: Transform - pos: -15.5,68.5 - parent: 2 - - uid: 19840 - components: - - type: Transform - pos: -14.5,68.5 - parent: 2 - - uid: 19841 - components: - - type: Transform - pos: -13.5,68.5 - parent: 2 - - uid: 19844 - components: - - type: Transform - pos: -12.5,70.5 - parent: 2 - - uid: 19845 - components: - - type: Transform - pos: -12.5,69.5 - parent: 2 - - uid: 19892 - components: - - type: Transform - pos: 77.5,3.5 - parent: 2 - - uid: 19895 - components: - - type: Transform - pos: 81.5,2.5 - parent: 2 - - uid: 19896 - components: - - type: Transform - pos: 81.5,3.5 - parent: 2 - - uid: 19908 - components: - - type: Transform - pos: -66.5,-17.5 - parent: 2 - - uid: 19911 - components: - - type: Transform - pos: -63.5,-14.5 - parent: 2 - - uid: 19918 - components: - - type: Transform - pos: -70.5,-19.5 - parent: 2 - - uid: 19919 - components: - - type: Transform - pos: -71.5,-19.5 - parent: 2 - - uid: 19920 - components: - - type: Transform - pos: -72.5,-18.5 - parent: 2 - - uid: 19921 - components: - - type: Transform - pos: -71.5,-13.5 - parent: 2 - - uid: 19922 - components: - - type: Transform - pos: -68.5,-13.5 - parent: 2 - - uid: 19923 - components: - - type: Transform - pos: -63.5,-15.5 - parent: 2 - - uid: 19949 - components: - - type: Transform - pos: 92.5,39.5 - parent: 2 - - uid: 19956 - components: - - type: Transform - pos: 52.5,75.5 - parent: 2 - - uid: 19957 - components: - - type: Transform - pos: 56.5,76.5 - parent: 2 - - uid: 19958 - components: - - type: Transform - pos: 57.5,76.5 - parent: 2 - - uid: 19959 - components: - - type: Transform - pos: 58.5,76.5 - parent: 2 - - uid: 19960 - components: - - type: Transform - pos: 59.5,76.5 - parent: 2 - - uid: 19963 - components: - - type: Transform - pos: 60.5,76.5 - parent: 2 - - uid: 19965 - components: - - type: Transform - pos: 61.5,76.5 - parent: 2 - - uid: 19968 - components: - - type: Transform - pos: 62.5,76.5 - parent: 2 - - uid: 19969 - components: - - type: Transform - pos: 65.5,76.5 - parent: 2 - - uid: 19971 - components: - - type: Transform - pos: 73.5,76.5 - parent: 2 - - uid: 19973 - components: - - type: Transform - pos: 74.5,76.5 - parent: 2 - - uid: 19981 - components: - - type: Transform - pos: 75.5,76.5 - parent: 2 - - uid: 19982 - components: - - type: Transform - pos: 71.5,76.5 - parent: 2 - - uid: 19983 - components: - - type: Transform - pos: 70.5,76.5 - parent: 2 - - uid: 19984 - components: - - type: Transform - pos: 69.5,76.5 - parent: 2 - - uid: 19993 - components: - - type: Transform - pos: 68.5,76.5 - parent: 2 - - uid: 20007 - components: - - type: Transform - pos: 44.5,-32.5 - parent: 2 - - uid: 20008 - components: - - type: Transform - pos: 50.5,-32.5 - parent: 2 - - uid: 20013 - components: - - type: Transform - pos: -63.5,-17.5 - parent: 2 - - uid: 20014 - components: - - type: Transform - pos: -63.5,-18.5 - parent: 2 - - uid: 20314 - components: - - type: Transform - pos: 67.5,76.5 - parent: 2 - - uid: 20320 - components: - - type: Transform - pos: 78.5,77.5 - parent: 2 - - uid: 20365 - components: - - type: Transform - pos: 79.5,77.5 - parent: 2 - - uid: 20373 - components: - - type: Transform - pos: 80.5,77.5 - parent: 2 - - uid: 20399 - components: - - type: Transform - pos: 81.5,77.5 - parent: 2 - - uid: 20590 - components: - - type: Transform - pos: 82.5,77.5 - parent: 2 - - uid: 20591 - components: - - type: Transform - pos: 83.5,77.5 - parent: 2 - - uid: 20592 - components: - - type: Transform - pos: 84.5,77.5 - parent: 2 - - uid: 20593 - components: - - type: Transform - pos: 85.5,77.5 - parent: 2 - - uid: 20594 - components: - - type: Transform - pos: 86.5,77.5 - parent: 2 - - uid: 20595 - components: - - type: Transform - pos: 97.5,17.5 - parent: 2 - - uid: 20596 - components: - - type: Transform - pos: 91.5,77.5 - parent: 2 - - uid: 20716 - components: - - type: Transform - pos: -22.5,35.5 - parent: 2 - - uid: 20724 - components: - - type: Transform - pos: -108.5,10.5 - parent: 2 - - uid: 20934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,14.5 - parent: 2 - - uid: 20998 - components: - - type: Transform - pos: -38.5,73.5 - parent: 2 - - uid: 21000 - components: - - type: Transform - pos: 94.5,76.5 - parent: 2 - - uid: 21018 - components: - - type: Transform - pos: -52.5,-47.5 - parent: 2 - - uid: 21019 - components: - - type: Transform - pos: 95.5,75.5 - parent: 2 - - uid: 21020 - components: - - type: Transform - pos: 96.5,70.5 - parent: 2 - - uid: 21021 - components: - - type: Transform - pos: 96.5,68.5 - parent: 2 - - uid: 21022 - components: - - type: Transform - pos: 99.5,54.5 - parent: 2 - - uid: 21023 - components: - - type: Transform - pos: 101.5,47.5 - parent: 2 - - uid: 21024 - components: - - type: Transform - pos: 104.5,36.5 - parent: 2 - - uid: 21025 - components: - - type: Transform - pos: 104.5,31.5 - parent: 2 - - uid: 21026 - components: - - type: Transform - pos: 104.5,29.5 - parent: 2 - - uid: 21027 - components: - - type: Transform - pos: 104.5,26.5 - parent: 2 - - uid: 21028 - components: - - type: Transform - pos: 103.5,24.5 - parent: 2 - - uid: 21029 - components: - - type: Transform - pos: 103.5,23.5 - parent: 2 - - uid: 21031 - components: - - type: Transform - pos: 103.5,22.5 - parent: 2 - - uid: 21032 - components: - - type: Transform - pos: 103.5,21.5 - parent: 2 - - uid: 21033 - components: - - type: Transform - pos: 102.5,20.5 - parent: 2 - - uid: 21035 - components: - - type: Transform - pos: 101.5,20.5 - parent: 2 - - uid: 21036 - components: - - type: Transform - pos: 100.5,20.5 - parent: 2 - - uid: 21037 - components: - - type: Transform - pos: 99.5,19.5 - parent: 2 - - uid: 21038 - components: - - type: Transform - pos: 98.5,19.5 - parent: 2 - - uid: 21039 - components: - - type: Transform - pos: 98.5,18.5 - parent: 2 - - uid: 21058 - components: - - type: Transform - pos: 97.5,16.5 - parent: 2 - - uid: 21076 - components: - - type: Transform - pos: -39.5,73.5 - parent: 2 - - uid: 21077 - components: - - type: Transform - pos: -41.5,73.5 - parent: 2 - - uid: 21080 - components: - - type: Transform - pos: 97.5,15.5 - parent: 2 - - uid: 21117 - components: - - type: Transform - pos: 97.5,14.5 - parent: 2 - - uid: 21118 - components: - - type: Transform - pos: 97.5,13.5 - parent: 2 - - uid: 21119 - components: - - type: Transform - pos: 97.5,12.5 - parent: 2 - - uid: 21120 - components: - - type: Transform - pos: 95.5,7.5 - parent: 2 - - uid: 21122 - components: - - type: Transform - pos: 89.5,-3.5 - parent: 2 - - uid: 21129 - components: - - type: Transform - pos: 82.5,-28.5 - parent: 2 - - uid: 21130 - components: - - type: Transform - pos: 80.5,-22.5 - parent: 2 - - uid: 21131 - components: - - type: Transform - pos: 80.5,-24.5 - parent: 2 - - uid: 21132 - components: - - type: Transform - pos: 80.5,-25.5 - parent: 2 - - uid: 21133 - components: - - type: Transform - pos: 79.5,-21.5 - parent: 2 - - uid: 21163 - components: - - type: Transform - pos: 82.5,-29.5 - parent: 2 - - uid: 21165 - components: - - type: Transform - pos: -35.5,47.5 - parent: 2 - - uid: 21188 - components: - - type: Transform - pos: 82.5,-30.5 - parent: 2 - - uid: 21189 - components: - - type: Transform - pos: 82.5,-31.5 - parent: 2 - - uid: 21190 - components: - - type: Transform - pos: 82.5,-32.5 - parent: 2 - - uid: 21191 - components: - - type: Transform - pos: 81.5,-33.5 - parent: 2 - - uid: 21204 - components: - - type: Transform - pos: 80.5,-35.5 - parent: 2 - - uid: 21462 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 2 - - uid: 21467 - components: - - type: Transform - pos: 47.5,-1.5 - parent: 2 - - uid: 21569 - components: - - type: Transform - pos: 79.5,-35.5 - parent: 2 - - uid: 21884 - components: - - type: Transform - pos: 77.5,-35.5 - parent: 2 - - uid: 21886 - components: - - type: Transform - pos: 76.5,-35.5 - parent: 2 - - uid: 21888 - components: - - type: Transform - pos: 75.5,-35.5 - parent: 2 - - uid: 21890 - components: - - type: Transform - pos: 74.5,-35.5 - parent: 2 - - uid: 21894 - components: - - type: Transform - pos: 72.5,-36.5 - parent: 2 - - uid: 21913 - components: - - type: Transform - pos: 71.5,-36.5 - parent: 2 - - uid: 21914 - components: - - type: Transform - pos: 70.5,-37.5 - parent: 2 - - uid: 21915 - components: - - type: Transform - pos: 70.5,-39.5 - parent: 2 - - uid: 21927 - components: - - type: Transform - pos: 69.5,-42.5 - parent: 2 - - uid: 21928 - components: - - type: Transform - pos: 69.5,-44.5 - parent: 2 - - uid: 21929 - components: - - type: Transform - pos: 68.5,-45.5 - parent: 2 - - uid: 21947 - components: - - type: Transform - pos: 75.5,-72.5 - parent: 2 - - uid: 21948 - components: - - type: Transform - pos: 68.5,-43.5 - parent: 2 - - uid: 21949 - components: - - type: Transform - pos: 69.5,-41.5 - parent: 2 - - uid: 21950 - components: - - type: Transform - pos: 69.5,-43.5 - parent: 2 - - uid: 21951 - components: - - type: Transform - pos: 69.5,-45.5 - parent: 2 - - uid: 21953 - components: - - type: Transform - pos: 69.5,-46.5 - parent: 2 - - uid: 21955 - components: - - type: Transform - pos: 69.5,-48.5 - parent: 2 - - uid: 21956 - components: - - type: Transform - pos: 69.5,-49.5 - parent: 2 - - uid: 21957 - components: - - type: Transform - pos: 69.5,-50.5 - parent: 2 - - uid: 21959 - components: - - type: Transform - pos: 69.5,-51.5 - parent: 2 - - uid: 21960 - components: - - type: Transform - pos: 69.5,-52.5 - parent: 2 - - uid: 21961 - components: - - type: Transform - pos: 69.5,-55.5 - parent: 2 - - uid: 21964 - components: - - type: Transform - pos: 69.5,-63.5 - parent: 2 - - uid: 21965 - components: - - type: Transform - pos: 69.5,-64.5 - parent: 2 - - uid: 21966 - components: - - type: Transform - pos: 72.5,-71.5 - parent: 2 - - uid: 21971 - components: - - type: Transform - pos: 73.5,-71.5 - parent: 2 - - uid: 21972 - components: - - type: Transform - pos: 74.5,-71.5 - parent: 2 - - uid: 21973 - components: - - type: Transform - pos: 75.5,-73.5 - parent: 2 - - uid: 21974 - components: - - type: Transform - pos: 76.5,-77.5 - parent: 2 - - uid: 22028 - components: - - type: Transform - pos: 76.5,-79.5 - parent: 2 - - uid: 22033 - components: - - type: Transform - pos: 76.5,-80.5 - parent: 2 - - uid: 22034 - components: - - type: Transform - pos: 76.5,-81.5 - parent: 2 - - uid: 22035 - components: - - type: Transform - pos: 75.5,-85.5 - parent: 2 - - uid: 22036 - components: - - type: Transform - pos: 75.5,-87.5 - parent: 2 - - uid: 22037 - components: - - type: Transform - pos: 69.5,-89.5 - parent: 2 - - uid: 22039 - components: - - type: Transform - pos: 66.5,-88.5 - parent: 2 - - uid: 22042 - components: - - type: Transform - pos: 65.5,-89.5 - parent: 2 - - uid: 22049 - components: - - type: Transform - pos: 62.5,-89.5 - parent: 2 - - uid: 22067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,32.5 - parent: 2 - - uid: 22069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,24.5 - parent: 2 - - uid: 22070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-15.5 - parent: 2 - - uid: 22078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,18.5 - parent: 2 - - uid: 22080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-7.5 - parent: 2 - - uid: 22082 - components: - - type: Transform - pos: 64.5,-89.5 - parent: 2 - - uid: 22084 - components: - - type: Transform - pos: 55.5,-89.5 - parent: 2 - - uid: 22085 - components: - - type: Transform - pos: 54.5,-89.5 - parent: 2 - - uid: 22091 - components: - - type: Transform - pos: 53.5,-89.5 - parent: 2 - - uid: 22092 - components: - - type: Transform - pos: 52.5,-89.5 - parent: 2 - - uid: 22097 - components: - - type: Transform - pos: 51.5,-89.5 - parent: 2 - - uid: 22100 - components: - - type: Transform - pos: 56.5,-88.5 - parent: 2 - - uid: 22102 - components: - - type: Transform - pos: 46.5,-88.5 - parent: 2 - - uid: 22103 - components: - - type: Transform - pos: 44.5,-88.5 - parent: 2 - - uid: 22104 - components: - - type: Transform - pos: 43.5,-85.5 - parent: 2 - - uid: 22107 - components: - - type: Transform - pos: 43.5,-84.5 - parent: 2 - - uid: 22109 - components: - - type: Transform - pos: -85.5,23.5 - parent: 2 - - uid: 22110 - components: - - type: Transform - pos: 43.5,-83.5 - parent: 2 - - uid: 22111 - components: - - type: Transform - pos: 43.5,-82.5 - parent: 2 - - uid: 22117 - components: - - type: Transform - pos: 43.5,-81.5 - parent: 2 - - uid: 22118 - components: - - type: Transform - pos: 43.5,-80.5 - parent: 2 - - uid: 22119 - components: - - type: Transform - pos: 44.5,-78.5 - parent: 2 - - uid: 22124 - components: - - type: Transform - pos: 43.5,-74.5 - parent: 2 - - uid: 22125 - components: - - type: Transform - pos: 43.5,-73.5 - parent: 2 - - uid: 22126 - components: - - type: Transform - pos: 43.5,-72.5 - parent: 2 - - uid: 22127 - components: - - type: Transform - pos: 44.5,-68.5 - parent: 2 - - uid: 22153 - components: - - type: Transform - pos: 44.5,-67.5 - parent: 2 - - uid: 22157 - components: - - type: Transform - pos: 44.5,-66.5 - parent: 2 - - uid: 22158 - components: - - type: Transform - pos: 44.5,-65.5 - parent: 2 - - uid: 22168 - components: - - type: Transform - pos: 44.5,-64.5 - parent: 2 - - uid: 22170 - components: - - type: Transform - pos: 43.5,-64.5 - parent: 2 - - uid: 22171 - components: - - type: Transform - pos: 43.5,-62.5 - parent: 2 - - uid: 22173 - components: - - type: Transform - pos: 42.5,-61.5 - parent: 2 - - uid: 22174 - components: - - type: Transform - pos: 42.5,-60.5 - parent: 2 - - uid: 22275 - components: - - type: Transform - pos: -42.5,73.5 - parent: 2 - - uid: 22298 - components: - - type: Transform - pos: -24.5,70.5 - parent: 2 - - uid: 22300 - components: - - type: Transform - pos: -33.5,71.5 - parent: 2 - - uid: 22301 - components: - - type: Transform - pos: -26.5,70.5 - parent: 2 - - uid: 22302 - components: - - type: Transform - pos: -15.5,71.5 - parent: 2 - - uid: 22307 - components: - - type: Transform - pos: -30.5,70.5 - parent: 2 - - uid: 22308 - components: - - type: Transform - pos: -31.5,70.5 - parent: 2 - - uid: 22309 - components: - - type: Transform - pos: -20.5,70.5 - parent: 2 - - uid: 22310 - components: - - type: Transform - pos: -36.5,71.5 - parent: 2 - - uid: 22311 - components: - - type: Transform - pos: -19.5,71.5 - parent: 2 - - uid: 22312 - components: - - type: Transform - pos: -37.5,71.5 - parent: 2 - - uid: 22314 - components: - - type: Transform - pos: -25.5,70.5 - parent: 2 - - uid: 22315 - components: - - type: Transform - pos: -28.5,70.5 - parent: 2 - - uid: 22317 - components: - - type: Transform - pos: -22.5,71.5 - parent: 2 - - uid: 22318 - components: - - type: Transform - pos: -18.5,71.5 - parent: 2 - - uid: 22319 - components: - - type: Transform - pos: -21.5,71.5 - parent: 2 - - uid: 22320 - components: - - type: Transform - pos: -20.5,71.5 - parent: 2 - - uid: 22362 - components: - - type: Transform - pos: -45.5,65.5 - parent: 2 - - uid: 22451 - components: - - type: Transform - pos: 43.5,-57.5 - parent: 2 - - uid: 22494 - components: - - type: Transform - pos: 38.5,-48.5 - parent: 2 - - uid: 22510 - components: - - type: Transform - pos: 43.5,-53.5 - parent: 2 - - uid: 22511 - components: - - type: Transform - pos: 43.5,-52.5 - parent: 2 - - uid: 22512 - components: - - type: Transform - pos: 43.5,-51.5 - parent: 2 - - uid: 22513 - components: - - type: Transform - pos: 42.5,-48.5 - parent: 2 - - uid: 22514 - components: - - type: Transform - pos: 40.5,-48.5 - parent: 2 - - uid: 22515 - components: - - type: Transform - pos: 41.5,-46.5 - parent: 2 - - uid: 22516 - components: - - type: Transform - pos: 37.5,-48.5 - parent: 2 - - uid: 22517 - components: - - type: Transform - pos: 36.5,-48.5 - parent: 2 - - uid: 22520 - components: - - type: Transform - pos: 35.5,-48.5 - parent: 2 - - uid: 22523 - components: - - type: Transform - pos: -51.5,54.5 - parent: 2 - - uid: 22525 - components: - - type: Transform - pos: 34.5,-48.5 - parent: 2 - - uid: 22535 - components: - - type: Transform - pos: 30.5,-48.5 - parent: 2 - - uid: 22538 - components: - - type: Transform - pos: -52.5,54.5 - parent: 2 - - uid: 22555 - components: - - type: Transform - pos: 24.5,-48.5 - parent: 2 - - uid: 22558 - components: - - type: Transform - pos: 21.5,-48.5 - parent: 2 - - uid: 22559 - components: - - type: Transform - pos: 21.5,-43.5 - parent: 2 - - uid: 22561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,16.5 - parent: 2 - - uid: 22562 - components: - - type: Transform - pos: -98.5,29.5 - parent: 2 - - uid: 22575 - components: - - type: Transform - pos: -76.5,-69.5 - parent: 2 - - uid: 22588 - components: - - type: Transform - pos: 19.5,-48.5 - parent: 2 - - uid: 22730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,13.5 - parent: 2 - - uid: 22793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,18.5 - parent: 2 - - uid: 22803 - components: - - type: Transform - pos: 18.5,-49.5 - parent: 2 - - uid: 22819 - components: - - type: Transform - pos: 16.5,-51.5 - parent: 2 - - uid: 22820 - components: - - type: Transform - pos: -82.5,-69.5 - parent: 2 - - uid: 22821 - components: - - type: Transform - pos: -84.5,-69.5 - parent: 2 - - uid: 22845 - components: - - type: Transform - pos: -85.5,-69.5 - parent: 2 - - uid: 22846 - components: - - type: Transform - pos: -86.5,-69.5 - parent: 2 - - uid: 22891 - components: - - type: Transform - pos: -87.5,-69.5 - parent: 2 - - uid: 22898 - components: - - type: Transform - pos: -88.5,-69.5 - parent: 2 - - uid: 22971 - components: - - type: Transform - pos: -89.5,-69.5 - parent: 2 - - uid: 22972 - components: - - type: Transform - pos: -90.5,-69.5 - parent: 2 - - uid: 22973 - components: - - type: Transform - pos: -91.5,-69.5 - parent: 2 - - uid: 22974 - components: - - type: Transform - pos: -94.5,-69.5 - parent: 2 - - uid: 22975 - components: - - type: Transform - pos: -97.5,-69.5 - parent: 2 - - uid: 22976 - components: - - type: Transform - pos: -101.5,-66.5 - parent: 2 - - uid: 22977 - components: - - type: Transform - pos: -101.5,-64.5 - parent: 2 - - uid: 22978 - components: - - type: Transform - pos: -101.5,-62.5 - parent: 2 - - uid: 22979 - components: - - type: Transform - pos: -101.5,-63.5 - parent: 2 - - uid: 22980 - components: - - type: Transform - pos: -101.5,-57.5 - parent: 2 - - uid: 22981 - components: - - type: Transform - pos: -101.5,-52.5 - parent: 2 - - uid: 22982 - components: - - type: Transform - pos: -101.5,-48.5 - parent: 2 - - uid: 22983 - components: - - type: Transform - pos: -115.5,-18.5 - parent: 2 - - uid: 22984 - components: - - type: Transform - pos: -101.5,-45.5 - parent: 2 - - uid: 22987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,22.5 - parent: 2 - - uid: 23016 - components: - - type: Transform - pos: 15.5,66.5 - parent: 2 - - uid: 23072 - components: - - type: Transform - pos: 92.5,40.5 - parent: 2 - - uid: 23121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-0.5 - parent: 2 - - uid: 23123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-5.5 - parent: 2 - - uid: 23153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-15.5 - parent: 2 - - uid: 23169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,13.5 - parent: 2 - - uid: 23170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,32.5 - parent: 2 - - uid: 23208 - components: - - type: Transform - pos: -101.5,-41.5 - parent: 2 - - uid: 23209 - components: - - type: Transform - pos: -101.5,-44.5 - parent: 2 - - uid: 23216 - components: - - type: Transform - pos: -101.5,-37.5 - parent: 2 - - uid: 23218 - components: - - type: Transform - pos: -101.5,-36.5 - parent: 2 - - uid: 23219 - components: - - type: Transform - pos: -101.5,-35.5 - parent: 2 - - uid: 23221 - components: - - type: Transform - pos: -101.5,-34.5 - parent: 2 - - uid: 23222 - components: - - type: Transform - pos: 5.5,21.5 - parent: 2 - - uid: 23223 - components: - - type: Transform - pos: 5.5,18.5 - parent: 2 - - uid: 23225 - components: - - type: Transform - pos: -101.5,-33.5 - parent: 2 - - uid: 23240 - components: - - type: Transform - pos: -101.5,-32.5 - parent: 2 - - uid: 23242 - components: - - type: Transform - pos: -101.5,-29.5 - parent: 2 - - uid: 23243 - components: - - type: Transform - pos: -101.5,-27.5 - parent: 2 - - uid: 23244 - components: - - type: Transform - pos: -103.5,-27.5 - parent: 2 - - uid: 23246 - components: - - type: Transform - pos: -104.5,-27.5 - parent: 2 - - uid: 23247 - components: - - type: Transform - pos: -105.5,-27.5 - parent: 2 - - uid: 23248 - components: - - type: Transform - pos: -102.5,-26.5 - parent: 2 - - uid: 23250 - components: - - type: Transform - pos: -115.5,-24.5 - parent: 2 - - uid: 23257 - components: - - type: Transform - pos: -114.5,-22.5 - parent: 2 - - uid: 23258 - components: - - type: Transform - pos: -115.5,-20.5 - parent: 2 - - uid: 23259 - components: - - type: Transform - pos: -114.5,-23.5 - parent: 2 - - uid: 23260 - components: - - type: Transform - pos: -115.5,-17.5 - parent: 2 - - uid: 23264 - components: - - type: Transform - pos: -61.5,51.5 - parent: 2 - - uid: 23287 - components: - - type: Transform - pos: -115.5,-16.5 - parent: 2 - - uid: 23292 - components: - - type: Transform - pos: -52.5,-42.5 - parent: 2 - - uid: 23312 - components: - - type: Transform - pos: -115.5,-11.5 - parent: 2 - - uid: 23339 - components: - - type: Transform - pos: -115.5,-10.5 - parent: 2 - - uid: 23453 - components: - - type: Transform - pos: -115.5,-9.5 - parent: 2 - - uid: 23454 - components: - - type: Transform - pos: -115.5,-8.5 - parent: 2 - - uid: 23461 - components: - - type: Transform - pos: -115.5,-7.5 - parent: 2 - - uid: 23462 - components: - - type: Transform - pos: -115.5,-6.5 - parent: 2 - - uid: 23573 - components: - - type: Transform - pos: -115.5,-5.5 - parent: 2 - - uid: 23582 - components: - - type: Transform - pos: -9.5,33.5 - parent: 2 - - uid: 23700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-7.5 - parent: 2 - - uid: 23707 - components: - - type: Transform - pos: -55.5,49.5 - parent: 2 - - uid: 23711 - components: - - type: Transform - pos: -61.5,50.5 - parent: 2 - - uid: 23732 - components: - - type: Transform - pos: -115.5,3.5 - parent: 2 - - uid: 23735 - components: - - type: Transform - pos: -115.5,-2.5 - parent: 2 - - uid: 23744 - components: - - type: Transform - pos: -111.5,41.5 - parent: 2 - - uid: 23745 - components: - - type: Transform - pos: -112.5,41.5 - parent: 2 - - uid: 23748 - components: - - type: Transform - pos: -113.5,41.5 - parent: 2 - - uid: 23759 - components: - - type: Transform - pos: -115.5,0.5 - parent: 2 - - uid: 23762 - components: - - type: Transform - pos: -56.5,47.5 - parent: 2 - - uid: 23763 - components: - - type: Transform - pos: -57.5,47.5 - parent: 2 - - uid: 23765 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - - uid: 23807 - components: - - type: Transform - pos: 47.5,-3.5 - parent: 2 - - uid: 23809 - components: - - type: Transform - pos: 47.5,-2.5 - parent: 2 - - uid: 23843 - components: - - type: Transform - pos: -115.5,8.5 - parent: 2 - - uid: 23863 - components: - - type: Transform - pos: -115.5,6.5 - parent: 2 - - uid: 23889 - components: - - type: Transform - pos: -115.5,11.5 - parent: 2 - - uid: 23976 - components: - - type: Transform - pos: -114.5,15.5 - parent: 2 - - uid: 24439 - components: - - type: Transform - pos: -115.5,13.5 - parent: 2 - - uid: 24554 - components: - - type: Transform - pos: -116.5,7.5 - parent: 2 - - uid: 24556 - components: - - type: Transform - pos: -116.5,6.5 - parent: 2 - - uid: 24557 - components: - - type: Transform - pos: -116.5,5.5 - parent: 2 - - uid: 24582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,18.5 - parent: 2 - - uid: 24595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,17.5 - parent: 2 - - uid: 24712 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,19.5 - parent: 2 - - uid: 24775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,20.5 - parent: 2 - - uid: 24779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,15.5 - parent: 2 - - uid: 24783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,14.5 - parent: 2 - - uid: 24791 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - - uid: 24792 - components: - - type: Transform - pos: -5.5,-41.5 - parent: 2 - - uid: 24793 - components: - - type: Transform - pos: -5.5,-42.5 - parent: 2 - - uid: 24991 - components: - - type: Transform - pos: -114.5,16.5 - parent: 2 - - uid: 25061 - components: - - type: Transform - pos: -114.5,17.5 - parent: 2 - - uid: 25170 - components: - - type: Transform - pos: 33.5,-12.5 - parent: 2 - - uid: 25245 - components: - - type: Transform - pos: -114.5,18.5 - parent: 2 - - uid: 25359 - components: - - type: Transform - pos: -9.5,34.5 - parent: 2 - - uid: 25366 - components: - - type: Transform - pos: -114.5,20.5 - parent: 2 - - uid: 26218 - components: - - type: Transform - pos: -61.5,48.5 - parent: 2 - - uid: 26348 - components: - - type: Transform - pos: -115.5,21.5 - parent: 2 - - uid: 26349 - components: - - type: Transform - pos: -114.5,29.5 - parent: 2 - - uid: 26357 - components: - - type: Transform - pos: -115.5,22.5 - parent: 2 - - uid: 26358 - components: - - type: Transform - pos: -115.5,23.5 - parent: 2 - - uid: 26361 - components: - - type: Transform - pos: -115.5,24.5 - parent: 2 - - uid: 26362 - components: - - type: Transform - pos: -115.5,25.5 - parent: 2 - - uid: 26364 - components: - - type: Transform - pos: -115.5,26.5 - parent: 2 - - uid: 26365 - components: - - type: Transform - pos: -115.5,30.5 - parent: 2 - - uid: 26366 - components: - - type: Transform - pos: -115.5,31.5 - parent: 2 - - uid: 26367 - components: - - type: Transform - pos: -115.5,33.5 - parent: 2 - - uid: 26368 - components: - - type: Transform - pos: -117.5,35.5 - parent: 2 - - uid: 26369 - components: - - type: Transform - pos: -110.5,40.5 - parent: 2 - - uid: 26370 - components: - - type: Transform - pos: -117.5,40.5 - parent: 2 - - uid: 26371 - components: - - type: Transform - pos: -116.5,40.5 - parent: 2 - - uid: 26373 - components: - - type: Transform - pos: -115.5,40.5 - parent: 2 - - uid: 26374 - components: - - type: Transform - pos: -114.5,40.5 - parent: 2 - - uid: 26375 - components: - - type: Transform - pos: -113.5,40.5 - parent: 2 - - uid: 26381 - components: - - type: Transform - pos: -107.5,40.5 - parent: 2 - - uid: 26383 - components: - - type: Transform - pos: -92.5,93.5 - parent: 2 - - uid: 26385 - components: - - type: Transform - pos: -105.5,40.5 - parent: 2 - - uid: 26386 - components: - - type: Transform - pos: -102.5,41.5 - parent: 2 - - uid: 26388 - components: - - type: Transform - pos: -125.5,53.5 - parent: 2 - - uid: 26389 - components: - - type: Transform - pos: -104.5,63.5 - parent: 2 - - uid: 26391 - components: - - type: Transform - pos: -103.5,63.5 - parent: 2 - - uid: 26392 - components: - - type: Transform - pos: -102.5,63.5 - parent: 2 - - uid: 26393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,7.5 - parent: 2 - - uid: 26577 - components: - - type: Transform - pos: -108.5,6.5 - parent: 2 - - uid: 26578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,8.5 - parent: 2 - - uid: 26588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-6.5 - parent: 2 - - uid: 26846 - components: - - type: Transform - pos: -20.5,38.5 - parent: 2 - - uid: 26849 - components: - - type: Transform - pos: -24.5,38.5 - parent: 2 - - uid: 26850 - components: - - type: Transform - pos: -26.5,38.5 - parent: 2 - - uid: 26873 - components: - - type: Transform - pos: -25.5,38.5 - parent: 2 - - uid: 26876 - components: - - type: Transform - pos: -21.5,38.5 - parent: 2 - - uid: 26877 - components: - - type: Transform - pos: -22.5,38.5 - parent: 2 - - uid: 26878 - components: - - type: Transform - pos: -33.5,36.5 - parent: 2 - - uid: 27413 - components: - - type: Transform - pos: 7.5,2.5 - parent: 2 - - uid: 27905 - components: - - type: Transform - pos: 81.5,71.5 - parent: 2 - - uid: 27952 - components: - - type: Transform - pos: -26.5,-45.5 - parent: 2 - - uid: 27971 - components: - - type: Transform - pos: -20.5,46.5 - parent: 2 - - uid: 28007 - components: - - type: Transform - pos: 84.5,73.5 - parent: 2 - - uid: 28047 - components: - - type: Transform - pos: 81.5,70.5 - parent: 2 - - uid: 28177 - components: - - type: Transform - pos: -42.5,-39.5 - parent: 2 - - uid: 28178 - components: - - type: Transform - pos: -17.5,-45.5 - parent: 2 - - uid: 28250 - components: - - type: Transform - pos: -40.5,-45.5 - parent: 2 - - uid: 28366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-8.5 - parent: 2 - - uid: 28794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,4.5 - parent: 2 - - uid: 28835 - components: - - type: Transform - pos: -33.5,63.5 - parent: 2 - - uid: 28944 - components: - - type: Transform - pos: -30.5,51.5 - parent: 2 - - uid: 28967 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - - uid: 28995 - components: - - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 28997 - components: - - type: Transform - pos: -7.5,22.5 - parent: 2 - - uid: 28999 - components: - - type: Transform - pos: -5.5,22.5 - parent: 2 - - uid: 29011 - components: - - type: Transform - pos: -12.5,25.5 - parent: 2 - - uid: 29013 - components: - - type: Transform - pos: -12.5,24.5 - parent: 2 - - uid: 29298 - components: - - type: Transform - pos: -32.5,63.5 - parent: 2 - - uid: 29540 - components: - - type: Transform - pos: -21.5,35.5 - parent: 2 - - uid: 29542 - components: - - type: Transform - pos: -18.5,35.5 - parent: 2 - - uid: 29543 - components: - - type: Transform - pos: -16.5,35.5 - parent: 2 - - uid: 29664 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 2 - - uid: 29671 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 2 - - uid: 29708 - components: - - type: Transform - pos: -45.5,67.5 - parent: 2 - - uid: 29805 - components: - - type: Transform - pos: 90.5,53.5 - parent: 2 - - uid: 29806 - components: - - type: Transform - pos: 89.5,53.5 - parent: 2 - - uid: 29808 - components: - - type: Transform - pos: 91.5,54.5 - parent: 2 - - uid: 29809 - components: - - type: Transform - pos: 91.5,55.5 - parent: 2 - - uid: 29810 - components: - - type: Transform - pos: 91.5,56.5 - parent: 2 - - uid: 29811 - components: - - type: Transform - pos: 89.5,57.5 - parent: 2 - - uid: 29812 - components: - - type: Transform - pos: 90.5,57.5 - parent: 2 - - uid: 29932 - components: - - type: Transform - pos: 92.5,17.5 - parent: 2 - - uid: 29942 - components: - - type: Transform - pos: 92.5,16.5 - parent: 2 - - uid: 29955 - components: - - type: Transform - pos: -41.5,-39.5 - parent: 2 - - uid: 29956 - components: - - type: Transform - pos: -40.5,-39.5 - parent: 2 - - uid: 29957 - components: - - type: Transform - pos: -38.5,-39.5 - parent: 2 - - uid: 29958 - components: - - type: Transform - pos: -39.5,-39.5 - parent: 2 - - uid: 29960 - components: - - type: Transform - pos: -52.5,-41.5 - parent: 2 - - uid: 29978 - components: - - type: Transform - pos: -52.5,-43.5 - parent: 2 - - uid: 30020 - components: - - type: Transform - pos: 89.5,20.5 - parent: 2 - - uid: 30255 - components: - - type: Transform - pos: -78.5,11.5 - parent: 2 - - uid: 30256 - components: - - type: Transform - pos: -79.5,11.5 - parent: 2 - - uid: 30257 - components: - - type: Transform - pos: -77.5,11.5 - parent: 2 - - uid: 30687 - components: - - type: Transform - pos: 15.5,64.5 - parent: 2 - - uid: 30688 - components: - - type: Transform - pos: -48.5,61.5 - parent: 2 - - uid: 30710 - components: - - type: Transform - pos: 12.5,68.5 - parent: 2 - - uid: 30728 - components: - - type: Transform - pos: -47.5,67.5 - parent: 2 - - uid: 30742 - components: - - type: Transform - pos: -47.5,65.5 - parent: 2 - - uid: 30743 - components: - - type: Transform - pos: -47.5,64.5 - parent: 2 - - uid: 30744 - components: - - type: Transform - pos: -47.5,63.5 - parent: 2 - - uid: 30748 - components: - - type: Transform - pos: 6.5,68.5 - parent: 2 - - uid: 30931 - components: - - type: Transform - pos: 8.5,69.5 - parent: 2 - - uid: 30935 - components: - - type: Transform - pos: 9.5,69.5 - parent: 2 - - uid: 31090 - components: - - type: Transform - pos: -47.5,66.5 - parent: 2 - - uid: 31183 - components: - - type: Transform - pos: -43.5,73.5 - parent: 2 - - uid: 31186 - components: - - type: Transform - pos: -44.5,73.5 - parent: 2 - - uid: 31187 - components: - - type: Transform - pos: -45.5,73.5 - parent: 2 - - uid: 31188 - components: - - type: Transform - pos: -46.5,73.5 - parent: 2 - - uid: 31189 - components: - - type: Transform - pos: -47.5,73.5 - parent: 2 - - uid: 31190 - components: - - type: Transform - pos: -48.5,73.5 - parent: 2 - - uid: 31191 - components: - - type: Transform - pos: -49.5,73.5 - parent: 2 - - uid: 31192 - components: - - type: Transform - pos: -50.5,73.5 - parent: 2 - - uid: 31193 - components: - - type: Transform - pos: -51.5,73.5 - parent: 2 - - uid: 31194 - components: - - type: Transform - pos: -51.5,72.5 - parent: 2 - - uid: 31195 - components: - - type: Transform - pos: -51.5,71.5 - parent: 2 - - uid: 31196 - components: - - type: Transform - pos: -51.5,70.5 - parent: 2 - - uid: 31197 - components: - - type: Transform - pos: -51.5,69.5 - parent: 2 - - uid: 31198 - components: - - type: Transform - pos: -51.5,68.5 - parent: 2 - - uid: 31199 - components: - - type: Transform - pos: -51.5,67.5 - parent: 2 - - uid: 31200 - components: - - type: Transform - pos: -51.5,66.5 - parent: 2 - - uid: 31201 - components: - - type: Transform - pos: -51.5,65.5 - parent: 2 - - uid: 31202 - components: - - type: Transform - pos: -51.5,64.5 - parent: 2 - - uid: 31220 - components: - - type: Transform - pos: -95.5,47.5 - parent: 2 - - uid: 31611 - components: - - type: Transform - pos: 83.5,73.5 - parent: 2 - - uid: 31613 - components: - - type: Transform - pos: 82.5,73.5 - parent: 2 - - uid: 31616 - components: - - type: Transform - pos: 81.5,72.5 - parent: 2 - - uid: 31617 - components: - - type: Transform - pos: 85.5,72.5 - parent: 2 - - uid: 31618 - components: - - type: Transform - pos: 85.5,71.5 - parent: 2 - - uid: 31619 - components: - - type: Transform - pos: 85.5,70.5 - parent: 2 - - uid: 31711 - components: - - type: Transform - pos: -44.5,-45.5 - parent: 2 - - uid: 31712 - components: - - type: Transform - pos: -25.5,-45.5 - parent: 2 - - uid: 31713 - components: - - type: Transform - pos: -24.5,-45.5 - parent: 2 - - uid: 31714 - components: - - type: Transform - pos: -23.5,-45.5 - parent: 2 - - uid: 31715 - components: - - type: Transform - pos: -22.5,-45.5 - parent: 2 - - uid: 32181 - components: - - type: Transform - pos: -19.5,-26.5 - parent: 2 - - uid: 32209 - components: - - type: Transform - pos: -96.5,56.5 - parent: 2 - - uid: 32210 - components: - - type: Transform - pos: -95.5,56.5 - parent: 2 - - uid: 32211 - components: - - type: Transform - pos: -94.5,56.5 - parent: 2 - - uid: 32212 - components: - - type: Transform - pos: -96.5,46.5 - parent: 2 - - uid: 32213 - components: - - type: Transform - pos: -95.5,46.5 - parent: 2 - - uid: 32214 - components: - - type: Transform - pos: -94.5,46.5 - parent: 2 - - uid: 32247 - components: - - type: Transform - pos: -122.5,51.5 - parent: 2 - - uid: 32248 - components: - - type: Transform - pos: -122.5,50.5 - parent: 2 - - uid: 32253 - components: - - type: Transform - pos: -113.5,61.5 - parent: 2 - - uid: 32254 - components: - - type: Transform - pos: -112.5,61.5 - parent: 2 - - uid: 32255 - components: - - type: Transform - pos: -111.5,61.5 - parent: 2 - - uid: 33714 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 2 - - uid: 33719 - components: - - type: Transform - pos: -57.5,14.5 - parent: 2 - - uid: 33722 - components: - - type: Transform - pos: -59.5,14.5 - parent: 2 - - uid: 33723 - components: - - type: Transform - pos: -58.5,14.5 - parent: 2 - - uid: 34977 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 2 - - uid: 34978 - components: - - type: Transform - pos: -58.5,10.5 - parent: 2 - - uid: 36467 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 2 - - uid: 36469 - components: - - type: Transform - pos: -57.5,10.5 - parent: 2 - - uid: 36470 - components: - - type: Transform - pos: -59.5,10.5 - parent: 2 -- proto: GrilleBroken - entities: - - uid: 4770 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,13.5 - parent: 2 - - uid: 5395 - components: - - type: Transform - pos: 58.5,53.5 - parent: 2 - - uid: 5396 - components: - - type: Transform - pos: 57.5,53.5 - parent: 2 - - uid: 5397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,56.5 - parent: 2 - - uid: 7011 - components: - - type: Transform - pos: -29.5,-34.5 - parent: 2 - - uid: 7012 - components: - - type: Transform - pos: -30.5,-34.5 - parent: 2 - - uid: 7013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-31.5 - parent: 2 - - uid: 7014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-31.5 - parent: 2 - - uid: 13744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,-9.5 - parent: 2 - - uid: 13765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-8.5 - parent: 2 - - uid: 13766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-5.5 - parent: 2 - - uid: 13767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-6.5 - parent: 2 - - uid: 13768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-0.5 - parent: 2 - - uid: 13769 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-1.5 - parent: 2 - - uid: 13770 - components: - - type: Transform - pos: 85.5,2.5 - parent: 2 - - uid: 13771 - components: - - type: Transform - pos: 84.5,3.5 - parent: 2 - - uid: 13772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-10.5 - parent: 2 - - uid: 13773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-10.5 - parent: 2 - - uid: 13774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-36.5 - parent: 2 - - uid: 13775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-38.5 - parent: 2 - - uid: 13776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-41.5 - parent: 2 - - uid: 13777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-41.5 - parent: 2 - - uid: 13778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-42.5 - parent: 2 - - uid: 13779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-41.5 - parent: 2 - - uid: 13780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-42.5 - parent: 2 - - uid: 13781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-39.5 - parent: 2 - - uid: 13782 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-37.5 - parent: 2 - - uid: 13816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 88.5,7.5 - parent: 2 - - uid: 13817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,9.5 - parent: 2 - - uid: 13825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,12.5 - parent: 2 - - uid: 13826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,11.5 - parent: 2 - - uid: 22299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,71.5 - parent: 2 - - uid: 22303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,71.5 - parent: 2 - - uid: 22304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,70.5 - parent: 2 - - uid: 22305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,71.5 - parent: 2 - - uid: 22306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,71.5 - parent: 2 - - uid: 22313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,70.5 - parent: 2 - - uid: 22316 - components: - - type: Transform - pos: -24.5,71.5 - parent: 2 - - uid: 22934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -125.5,55.5 - parent: 2 - - uid: 23019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -125.5,64.5 - parent: 2 - - uid: 23020 - components: - - type: Transform - pos: -117.5,65.5 - parent: 2 - - uid: 23021 - components: - - type: Transform - pos: -116.5,65.5 - parent: 2 - - uid: 23022 - components: - - type: Transform - pos: -106.5,65.5 - parent: 2 - - uid: 23023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,63.5 - parent: 2 - - uid: 23024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,62.5 - parent: 2 - - uid: 23025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -126.5,55.5 - parent: 2 - - uid: 23026 - components: - - type: Transform - pos: -126.5,44.5 - parent: 2 - - uid: 23027 - components: - - type: Transform - pos: -122.5,42.5 - parent: 2 - - uid: 23028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,49.5 - parent: 2 - - uid: 23029 - components: - - type: Transform - pos: -122.5,38.5 - parent: 2 - - uid: 23030 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -117.5,39.5 - parent: 2 - - uid: 23031 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -117.5,38.5 - parent: 2 -- proto: GrilleDiagonal - entities: - - uid: 20000 - components: - - type: Transform - pos: 48.5,-15.5 - parent: 2 - - uid: 20002 - components: - - type: Transform - pos: 12.5,59.5 - parent: 2 - - uid: 20315 - components: - - type: Transform - pos: 52.5,-11.5 - parent: 2 - - uid: 20317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,59.5 - parent: 2 - - uid: 20407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-12.5 - parent: 2 - - uid: 21880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,69.5 - parent: 2 - - uid: 21881 - components: - - type: Transform - pos: 6.5,69.5 - parent: 2 - - uid: 28489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,60.5 - parent: 2 - - uid: 28671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-16.5 - parent: 2 - - uid: 28675 - components: - - type: Transform - pos: 13.5,60.5 - parent: 2 -- proto: GunSafe - entities: - - uid: 22113 - components: - - type: Transform - pos: -6.5,32.5 - parent: 2 - - 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 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 22260 - - 22262 - - 22263 - - 22261 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: GunSafeLaserCarbine - entities: - - uid: 28886 - components: - - type: Transform - anchored: True - pos: -25.5,48.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafePistolMk58 - entities: - - uid: 28891 - components: - - type: Transform - anchored: True - pos: -25.5,47.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafeShotgunKammerer - entities: - - uid: 28885 - components: - - type: Transform - anchored: True - pos: -23.5,47.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: GunSafeSubMachineGunDrozd - entities: - - uid: 28963 - components: - - type: Transform - anchored: True - pos: -23.5,48.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: Handcuffs - entities: - - uid: 4331 - components: - - type: Transform - pos: 49.76617,34.08667 - parent: 2 - - uid: 15379 - components: - - type: Transform - pos: 13.720597,54.94558 - parent: 2 - - uid: 15510 - components: - - type: Transform - pos: -36.5038,30.736282 - parent: 2 - - uid: 19395 - components: - - type: Transform - pos: -9.701005,42.665085 - parent: 2 - - uid: 19396 - components: - - type: Transform - pos: -9.451005,42.61821 - parent: 2 - - uid: 32542 - components: - - type: Transform - pos: 99.55813,42.54598 - parent: 2 -- proto: HandheldCrewMonitor - entities: - - uid: 8961 - components: - - type: Transform - pos: 35.545147,3.6304834 - parent: 2 -- proto: HandheldGPSBasic - entities: - - uid: 1672 - components: - - type: Transform - pos: -25.51881,9.577614 - parent: 2 - - uid: 34980 - components: - - type: Transform - pos: 34.390953,3.685296 - parent: 2 -- proto: HandheldHealthAnalyzer - entities: - - uid: 5561 - components: - - type: Transform - pos: 48.69378,46.593346 - parent: 2 - - uid: 6909 - components: - - type: Transform - pos: 43.88972,-21.144852 - parent: 2 - - uid: 6911 - components: - - type: Transform - pos: -9.151129,-42.43531 - parent: 2 - - uid: 14206 - components: - - type: Transform - pos: 13.549272,55.62919 - parent: 2 - - uid: 15727 - components: - - type: Transform - pos: -24.405924,42.378788 - parent: 2 -- proto: HandLabeler - entities: - - uid: 1084 - components: - - type: Transform - pos: 20.645819,-1.1453056 - parent: 2 - - uid: 1984 - components: - - type: Transform - pos: 7.2949524,30.869534 - parent: 2 - - uid: 5524 - components: - - type: Transform - pos: 28.111671,30.624172 - parent: 2 - - uid: 9550 - components: - - type: Transform - pos: 36.36654,46.676826 - parent: 2 - - uid: 35809 - components: - - type: Transform - pos: -3.414721,-6.6666975 - parent: 2 -- proto: HappyHonk - entities: - - uid: 5701 - components: - - type: Transform - pos: -77.61699,1.6966684 - parent: 2 - - uid: 19431 - components: - - type: Transform - pos: -78.50285,3.6125455 - parent: 2 -- proto: HappyHonkMime - entities: - - uid: 4210 - components: - - type: Transform - pos: -81.284096,1.8494835 - parent: 2 -- proto: HatSpawner - entities: - - uid: 306 - components: - - type: Transform - pos: -43.5,-26.5 - parent: 2 - - uid: 7727 - components: - - type: Transform - pos: 73.5,32.5 - parent: 2 - - uid: 21090 - components: - - type: Transform - pos: -6.5,-38.5 - parent: 2 - - uid: 21091 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 2 - - uid: 21093 - components: - - type: Transform - pos: -32.5,27.5 - parent: 2 - - uid: 21095 - components: - - type: Transform - pos: -66.5,50.5 - parent: 2 - - uid: 21098 - components: - - type: Transform - pos: -61.5,-31.5 - parent: 2 - - uid: 21099 - components: - - type: Transform - pos: -46.5,-35.5 - parent: 2 - - uid: 23615 - components: - - type: Transform - pos: -43.5,-27.5 - parent: 2 - - uid: 33575 - components: - - type: Transform - pos: 76.5,37.5 - parent: 2 - - uid: 33576 - components: - - type: Transform - pos: 92.5,33.5 - parent: 2 - - uid: 33577 - components: - - type: Transform - pos: 95.5,42.5 - parent: 2 - - uid: 33578 - components: - - type: Transform - pos: 99.5,41.5 - parent: 2 - - uid: 33579 - components: - - type: Transform - pos: 82.5,52.5 - parent: 2 -- proto: HeadSkeleton - entities: - - uid: 30075 - components: - - type: Transform - pos: 90.89885,41.841835 - parent: 2 - - uid: 30077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.6176,42.10746 - parent: 2 - - uid: 32533 - components: - - type: Transform - pos: 90.62023,41.821255 - parent: 2 - - uid: 32534 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 91.05773,41.61813 - parent: 2 - - uid: 32535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 90.30773,41.49313 - parent: 2 - - uid: 32536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 90.22961,43.633755 - parent: 2 - - uid: 32537 - components: - - type: Transform - pos: 90.62023,43.758755 - parent: 2 - - uid: 32538 - components: - - type: Transform - pos: 84.76086,42.61813 - parent: 2 - - uid: 33559 - components: - - type: Transform - pos: 91.95369,27.203115 - parent: 2 -- proto: HighSecArmoryLocked - entities: - - uid: 9055 - components: - - type: Transform - pos: -23.5,43.5 - parent: 2 - - uid: 15618 - components: - - type: Transform - pos: -21.5,44.5 - parent: 2 -- proto: HighSecCommandLocked - entities: - - uid: 18354 - components: - - type: Transform - pos: 4.5,60.5 - parent: 2 - - uid: 22597 - components: - - type: Transform - pos: 20.5,45.5 - parent: 2 - - uid: 22598 - components: - - type: Transform - pos: 27.5,40.5 - parent: 2 -- proto: Holoprojector - entities: - - uid: 18542 - components: - - type: Transform - pos: -37.40299,24.825838 - parent: 2 -- proto: HoloprojectorEngineering - entities: - - uid: 30647 - components: - - type: Transform - pos: -53.36526,35.883842 - parent: 2 - - uid: 30648 - components: - - type: Transform - pos: -47.505886,33.727592 - parent: 2 - - uid: 30649 - components: - - type: Transform - pos: -47.349636,33.540092 - parent: 2 - - uid: 30650 - components: - - type: Transform - pos: -55.037136,35.477592 - parent: 2 -- proto: HoloprojectorSecurity - entities: - - uid: 15581 - components: - - type: Transform - pos: -13.580149,33.719345 - parent: 2 -- proto: HospitalCurtains - entities: - - uid: 6082 - components: - - type: Transform - pos: 68.5,9.5 - parent: 2 -- proto: HospitalCurtainsOpen - entities: - - uid: 402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,0.5 - parent: 2 - - uid: 882 - components: - - type: Transform - pos: 25.5,-4.5 - parent: 2 - - uid: 1006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,0.5 - parent: 2 - - uid: 1025 - components: - - type: Transform - pos: 32.5,-11.5 - parent: 2 - - uid: 1165 - components: - - type: Transform - pos: 6.5,16.5 - parent: 2 - - uid: 1193 - components: - - type: Transform - pos: 25.5,-5.5 - parent: 2 - - uid: 1194 - components: - - type: Transform - pos: 25.5,-7.5 - parent: 2 - - uid: 1195 - components: - - type: Transform - pos: 25.5,-8.5 - parent: 2 - - uid: 1196 - components: - - type: Transform - pos: 25.5,-10.5 - parent: 2 - - uid: 1197 - components: - - type: Transform - pos: 25.5,-11.5 - parent: 2 - - uid: 1208 - components: - - type: Transform - pos: 32.5,-10.5 - parent: 2 - - uid: 1242 - components: - - type: Transform - pos: 68.5,28.5 - parent: 2 - - uid: 1455 - components: - - type: Transform - pos: 6.5,14.5 - parent: 2 - - uid: 1456 - components: - - type: Transform - pos: 12.5,14.5 - parent: 2 - - type: Door - secondsUntilStateChange: -119815.46 - - uid: 1457 - components: - - type: Transform - pos: 12.5,10.5 - parent: 2 - - uid: 1458 - components: - - type: Transform - pos: 6.5,12.5 - parent: 2 - - uid: 1460 - components: - - type: Transform - pos: 6.5,10.5 - parent: 2 - - uid: 1461 - components: - - type: Transform - pos: 12.5,12.5 - parent: 2 - - uid: 1462 - components: - - type: Transform - pos: 5.5,14.5 - parent: 2 - - uid: 1463 - components: - - type: Transform - pos: 5.5,12.5 - parent: 2 - - uid: 1464 - components: - - type: Transform - pos: 5.5,10.5 - parent: 2 - - uid: 1465 - components: - - type: Transform - pos: 13.5,10.5 - parent: 2 - - uid: 1466 - components: - - type: Transform - pos: 13.5,12.5 - parent: 2 - - uid: 1467 - components: - - type: Transform - pos: 13.5,14.5 - parent: 2 - - uid: 1468 - components: - - type: Transform - pos: 13.5,16.5 - parent: 2 - - uid: 1469 - components: - - type: Transform - pos: 12.5,16.5 - parent: 2 - - uid: 2525 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-23.5 - parent: 2 - - uid: 3309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-21.5 - parent: 2 - - uid: 3411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-21.5 - parent: 2 - - uid: 4435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-10.5 - parent: 2 - - uid: 4595 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,4.5 - parent: 2 - - uid: 4623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,4.5 - parent: 2 - - uid: 4725 - components: - - type: Transform - pos: 46.5,22.5 - parent: 2 - - uid: 4745 - components: - - type: Transform - pos: 45.5,27.5 - parent: 2 - - uid: 4764 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,4.5 - parent: 2 - - uid: 5109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,59.5 - parent: 2 - - uid: 5146 - components: - - type: Transform - pos: 72.5,-12.5 - parent: 2 - - uid: 5229 - components: - - type: Transform - pos: -29.5,-17.5 - parent: 2 - - uid: 5294 - components: - - type: Transform - pos: -52.5,14.5 - parent: 2 - - uid: 5512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-34.5 - parent: 2 - - uid: 5513 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-32.5 - parent: 2 - - uid: 5514 - components: - - type: Transform - pos: -25.5,-22.5 - parent: 2 - - uid: 5515 - components: - - type: Transform - pos: -52.5,13.5 - parent: 2 - - uid: 5516 - components: - - type: Transform - pos: -26.5,-22.5 - parent: 2 - - uid: 5517 - components: - - type: Transform - pos: -28.5,-12.5 - parent: 2 - - uid: 5519 - components: - - type: Transform - pos: -26.5,-12.5 - parent: 2 - - uid: 5762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,64.5 - parent: 2 - - uid: 5764 - components: - - type: Transform - pos: 22.5,-25.5 - parent: 2 - - uid: 6081 - components: - - type: Transform - pos: 66.5,9.5 - parent: 2 - - uid: 6247 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 2 - - uid: 6269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 - parent: 2 - - uid: 6551 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 2 - - uid: 6577 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - - uid: 6578 - components: - - type: Transform - pos: -28.5,-17.5 - parent: 2 - - uid: 6941 - components: - - type: Transform - pos: -27.5,-17.5 - parent: 2 - - uid: 7328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,60.5 - parent: 2 - - uid: 7351 - components: - - type: Transform - pos: -46.5,13.5 - parent: 2 - - uid: 7441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-24.5 - parent: 2 - - uid: 7537 - components: - - type: Transform - pos: -70.5,14.5 - parent: 2 - - uid: 7726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,28.5 - parent: 2 - - uid: 8330 - components: - - type: Transform - pos: -19.5,0.5 - parent: 2 - - uid: 8361 - components: - - type: Transform - pos: -20.5,0.5 - parent: 2 - - uid: 8374 - components: - - type: Transform - pos: -13.5,0.5 - parent: 2 - - uid: 8381 - components: - - type: Transform - pos: -14.5,0.5 - parent: 2 - - uid: 8742 - components: - - type: Transform - pos: -46.5,12.5 - parent: 2 - - uid: 8766 - components: - - type: Transform - pos: -46.5,14.5 - parent: 2 - - uid: 8826 - components: - - type: Transform - pos: -23.5,-24.5 - parent: 2 - - uid: 8827 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 2 - - uid: 9128 - components: - - type: Transform - pos: 37.5,22.5 - parent: 2 - - uid: 9129 - components: - - type: Transform - pos: 38.5,22.5 - parent: 2 - - uid: 9139 - components: - - type: Transform - pos: 70.5,-10.5 - parent: 2 - - uid: 9288 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - - uid: 9289 - components: - - type: Transform - pos: -25.5,0.5 - parent: 2 - - uid: 9656 - components: - - type: Transform - pos: 36.5,22.5 - parent: 2 - - uid: 9659 - components: - - type: Transform - pos: 35.5,22.5 - parent: 2 - - uid: 11286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,4.5 - parent: 2 - - uid: 11527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-8.5 - parent: 2 - - uid: 11528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-5.5 - parent: 2 - - uid: 11530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-7.5 - parent: 2 - - uid: 11541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-8.5 - parent: 2 - - uid: 11596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-5.5 - parent: 2 - - uid: 13012 - components: - - type: Transform - pos: 73.5,-11.5 - parent: 2 - - uid: 13952 - components: - - type: Transform - pos: -24.5,55.5 - parent: 2 - - uid: 14102 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 2 - - uid: 15720 - components: - - type: Transform - pos: -2.5,60.5 - parent: 2 - - uid: 15732 - components: - - type: Transform - pos: -2.5,58.5 - parent: 2 - - uid: 15747 - components: - - type: Transform - pos: -2.5,61.5 - parent: 2 - - uid: 15860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 2 - - uid: 15933 - components: - - type: Transform - pos: -28.5,40.5 - parent: 2 - - uid: 16516 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,4.5 - parent: 2 - - uid: 16588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-12.5 - parent: 2 - - uid: 16589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-12.5 - parent: 2 - - uid: 16593 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - - uid: 16594 - components: - - type: Transform - pos: -16.5,-12.5 - parent: 2 - - uid: 16596 - components: - - type: Transform - pos: -14.5,-12.5 - parent: 2 - - uid: 16597 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 2 - - uid: 16598 - components: - - type: Transform - pos: -16.5,-6.5 - parent: 2 - - uid: 16599 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - - uid: 16600 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - - uid: 16613 - components: - - type: Transform - pos: 39.5,22.5 - parent: 2 - - uid: 16614 - components: - - type: Transform - pos: 45.5,22.5 - parent: 2 - - uid: 16616 - components: - - type: Transform - pos: 47.5,22.5 - parent: 2 - - uid: 16617 - components: - - type: Transform - pos: 48.5,22.5 - parent: 2 - - uid: 16618 - components: - - type: Transform - pos: 46.5,27.5 - parent: 2 - - uid: 16620 - components: - - type: Transform - pos: 47.5,27.5 - parent: 2 - - uid: 16621 - components: - - type: Transform - pos: 41.5,30.5 - parent: 2 - - uid: 18048 - components: - - type: Transform - pos: -26.5,65.5 - parent: 2 - - uid: 18049 - components: - - type: Transform - pos: -22.5,65.5 - parent: 2 - - uid: 18050 - components: - - type: Transform - pos: -18.5,65.5 - parent: 2 - - uid: 18051 - components: - - type: Transform - pos: -14.5,65.5 - parent: 2 - - uid: 19334 - components: - - type: Transform - pos: 41.5,33.5 - parent: 2 - - uid: 19371 - components: - - type: Transform - pos: 41.5,34.5 - parent: 2 - - uid: 19854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,65.5 - parent: 2 - - uid: 19962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-4.5 - parent: 2 - - uid: 19966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-9.5 - parent: 2 - - uid: 19996 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 2 - - uid: 21838 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 2 - - uid: 21920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,4.5 - parent: 2 - - uid: 22048 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,4.5 - parent: 2 - - uid: 23457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 - parent: 2 - - uid: 23495 - components: - - type: Transform - pos: 81.5,53.5 - parent: 2 - - uid: 23613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-9.5 - parent: 2 - - uid: 23777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-33.5 - parent: 2 - - uid: 23782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-35.5 - parent: 2 - - uid: 27192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,17.5 - parent: 2 - - uid: 27193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,17.5 - parent: 2 - - uid: 27194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,17.5 - parent: 2 - - uid: 27195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,17.5 - parent: 2 - - uid: 27196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,17.5 - parent: 2 - - uid: 27197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,17.5 - parent: 2 - - uid: 27198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,17.5 - parent: 2 - - uid: 27199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,17.5 - parent: 2 - - uid: 27200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,17.5 - parent: 2 - - uid: 27201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,17.5 - parent: 2 - - uid: 27414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,0.5 - parent: 2 - - uid: 27944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,17.5 - parent: 2 - - uid: 28352 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 2 - - uid: 28355 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 2 - - uid: 28748 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 2 - - uid: 29820 - components: - - type: Transform - pos: 88.5,55.5 - parent: 2 - - uid: 31046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,65.5 - parent: 2 - - uid: 31113 - components: - - type: Transform - pos: -33.5,65.5 - parent: 2 - - uid: 33653 - components: - - type: Transform - pos: -31.5,65.5 - parent: 2 - - uid: 33655 - components: - - type: Transform - pos: -34.5,64.5 - parent: 2 -- proto: hydroponicsSoil - entities: - - uid: 2368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,4.5 - parent: 2 - - uid: 5407 - components: - - type: Transform - pos: -33.5,62.5 - parent: 2 - - uid: 5740 - components: - - type: Transform - pos: -33.5,61.5 - parent: 2 - - uid: 6274 - components: - - type: Transform - pos: -33.5,60.5 - parent: 2 - - uid: 6844 - components: - - type: Transform - pos: -33.5,59.5 - parent: 2 - - uid: 9671 - components: - - type: Transform - pos: -33.5,57.5 - parent: 2 - - uid: 18418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,5.5 - parent: 2 - - uid: 18419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,5.5 - parent: 2 - - uid: 18420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,5.5 - parent: 2 - - uid: 18421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,5.5 - parent: 2 - - uid: 18425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,4.5 - parent: 2 - - uid: 18429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,4.5 - parent: 2 - - uid: 18430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,4.5 - parent: 2 - - uid: 30754 - components: - - type: Transform - pos: -33.5,58.5 - parent: 2 -- proto: HydroponicsToolClippers - entities: - - uid: 18156 - components: - - type: Transform - pos: -31.41555,61.58358 - parent: 2 - - uid: 18491 - components: - - type: Transform - pos: -49.48618,4.709147 - parent: 2 -- proto: HydroponicsToolHatchet - entities: - - uid: 18485 - components: - - type: Transform - pos: -52.588306,-1.3315754 - parent: 2 - - uid: 18488 - components: - - type: Transform - pos: -62.501804,0.9122721 - parent: 2 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 9350 - components: - - type: Transform - pos: -31.461285,62.45976 - parent: 2 - - uid: 18153 - components: - - type: Transform - pos: -29.399925,62.64608 - parent: 2 - - uid: 18154 - components: - - type: Transform - pos: -29.618675,62.567955 - parent: 2 - - uid: 18489 - components: - - type: Transform - pos: -61.73618,0.5372721 - parent: 2 - - uid: 18490 - components: - - type: Transform - pos: -61.42368,0.6466471 - parent: 2 -- proto: HydroponicsToolScythe - entities: - - uid: 18492 - components: - - type: Transform - pos: -52.60393,-1.3159504 - parent: 2 -- proto: HydroponicsToolSpade - entities: - - uid: 18493 - components: - - type: Transform - pos: -62.345554,1.4435221 - parent: 2 - - uid: 18494 - components: - - type: Transform - pos: -51.51018,-1.3940754 - parent: 2 -- proto: hydroponicsTray - entities: - - uid: 2369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,4.5 - parent: 2 - - uid: 2373 - components: - - type: Transform - pos: -50.5,4.5 - parent: 2 - - uid: 7417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,5.5 - parent: 2 - - uid: 17987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,4.5 - parent: 2 - - uid: 17995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,4.5 - parent: 2 - - uid: 18061 - components: - - type: Transform - pos: -29.5,58.5 - parent: 2 - - uid: 18069 - components: - - type: Transform - pos: -30.5,58.5 - parent: 2 - - uid: 18071 - components: - - type: Transform - pos: -31.5,57.5 - parent: 2 - - uid: 18073 - components: - - type: Transform - pos: -31.5,58.5 - parent: 2 - - uid: 18143 - components: - - type: Transform - pos: -29.5,57.5 - parent: 2 - - uid: 18416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,5.5 - parent: 2 - - uid: 18417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,5.5 - parent: 2 - - uid: 18422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,5.5 - parent: 2 - - uid: 18423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,5.5 - parent: 2 - - uid: 18424 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,5.5 - parent: 2 - - uid: 18426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,4.5 - parent: 2 - - uid: 18427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,4.5 - parent: 2 -- proto: Igniter - entities: - - uid: 25782 - components: - - type: Transform - pos: -58.52908,50.271786 - parent: 2 - - type: DeviceLinkSink - links: - - 19332 - - uid: 35711 - components: - - type: MetaData - name: igniter 2 - - type: Transform - pos: -37.55961,37.32428 - parent: 2 - - type: DeviceLinkSink - links: - - 35713 - - uid: 35712 - components: - - type: MetaData - name: igniter 1 - - type: Transform - pos: -37.62211,37.66803 - parent: 2 - - type: DeviceLinkSink - links: - - 35714 -- proto: InflatableDoor - entities: - - uid: 22720 - components: - - type: Transform - pos: 57.5,57.5 - parent: 2 -- proto: InflatableWall - entities: - - uid: 1129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-24.5 - parent: 2 - - uid: 22116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-25.5 - parent: 2 - - uid: 23774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-24.5 - parent: 2 -- proto: IngotGold - entities: - - uid: 4461 - components: - - type: Transform - pos: 89.07819,36.635185 - parent: 2 - - uid: 5677 - components: - - type: Transform - pos: 49.553997,30.678318 - parent: 2 - - uid: 13997 - components: - - type: Transform - pos: 26.468767,39.52544 - parent: 2 -- proto: IngotGold1 - entities: - - uid: 29773 - components: - - type: Transform - pos: 82.5759,62.647358 - parent: 2 - - type: Stack - count: 2 - - type: Item - size: 2 - - uid: 29776 - components: - - type: Transform - pos: 82.3884,62.756733 - parent: 2 -- proto: IngotSilver - entities: - - uid: 4462 - components: - - type: Transform - pos: 89.51569,36.83831 - parent: 2 - - uid: 14129 - components: - - type: Transform - pos: 26.586357,39.834373 - parent: 2 -- proto: IngotSilver1 - entities: - - uid: 29777 - components: - - type: Transform - pos: 86.6384,62.631733 - parent: 2 -- proto: IntercomCommand - entities: - - uid: 1520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,28.5 - parent: 2 - - uid: 14214 - components: - - type: Transform - pos: 14.5,44.5 - parent: 2 - - uid: 14272 - components: - - type: Transform - pos: 12.5,51.5 - parent: 2 - - uid: 14277 - components: - - type: Transform - pos: 25.5,57.5 - parent: 2 - - uid: 22616 - components: - - type: Transform - pos: 23.5,52.5 - parent: 2 - - uid: 22617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,53.5 - parent: 2 -- proto: IntercomCommon - entities: - - uid: 22919 - components: - - type: Transform - pos: 51.5,5.5 - parent: 2 - - uid: 22932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-38.5 - parent: 2 - - uid: 22933 - components: - - type: Transform - pos: 36.5,-12.5 - parent: 2 - - uid: 22935 - components: - - type: Transform - pos: 41.5,22.5 - parent: 2 - - uid: 22936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,29.5 - parent: 2 - - uid: 22937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,72.5 - parent: 2 - - uid: 22938 - components: - - type: Transform - pos: -40.5,18.5 - parent: 2 - - uid: 22939 - components: - - type: Transform - pos: -65.5,10.5 - parent: 2 - - uid: 22940 - components: - - type: Transform - pos: -36.5,-12.5 - parent: 2 -- proto: IntercomEngineering - entities: - - uid: 8828 - components: - - type: Transform - pos: -60.5,13.5 - parent: 2 - - uid: 22699 - components: - - type: Transform - pos: -51.5,32.5 - parent: 2 - - uid: 22700 - components: - - type: Transform - pos: -36.5,47.5 - parent: 2 -- proto: IntercomMedical - entities: - - uid: 1951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,15.5 - parent: 2 - - uid: 2054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,8.5 - parent: 2 - - uid: 22944 - components: - - type: Transform - pos: -24.5,14.5 - parent: 2 - - uid: 22945 - components: - - type: Transform - pos: 28.5,14.5 - parent: 2 -- proto: IntercomScience - entities: - - uid: 4041 - components: - - type: Transform - pos: 43.5,31.5 - parent: 2 - - uid: 22594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,45.5 - parent: 2 -- proto: IntercomSecurity - entities: - - uid: 3744 - components: - - type: Transform - pos: -9.5,31.5 - parent: 2 - - uid: 15624 - components: - - type: Transform - pos: -28.5,41.5 - parent: 2 - - uid: 19480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,60.5 - parent: 2 - - uid: 22654 - components: - - type: Transform - pos: -14.5,46.5 - parent: 2 - - uid: 22657 - components: - - type: Transform - pos: -33.5,32.5 - parent: 2 -- proto: IntercomService - entities: - - uid: 22941 - components: - - type: Transform - pos: -61.5,-0.5 - parent: 2 - - uid: 22942 - components: - - type: Transform - pos: -56.5,-26.5 - parent: 2 - - uid: 22943 - components: - - type: Transform - pos: -71.5,15.5 - parent: 2 -- proto: IntercomSupply - entities: - - uid: 22946 - components: - - type: Transform - pos: -28.5,-22.5 - parent: 2 - - uid: 22947 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 -- proto: JanitorialTrolley - entities: - - uid: 1302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-2.5 - parent: 2 - - uid: 18521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,24.5 - parent: 2 - - uid: 26843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,24.5 - parent: 2 -- proto: JanitorServiceLight - entities: - - uid: 1566 - components: - - type: Transform - pos: -13.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 30596 - - uid: 9521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25537 - - uid: 24317 - components: - - type: Transform - pos: 32.5,21.5 - parent: 2 - - type: DeviceLinkSink - links: - - 26832 - - uid: 24343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 26827 - - uid: 25517 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25537 - - uid: 29623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,40.5 - parent: 2 - - type: DeviceLinkSink - links: - - 31151 - - uid: 30654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-16.5 - parent: 2 - - type: DeviceLinkSink - links: - - 30673 - - uid: 30932 - components: - - type: Transform - pos: -51.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 30933 -- proto: JetpackBlueFilled - entities: - - uid: 6071 - components: - - type: Transform - pos: 17.448954,30.694199 - parent: 2 - - uid: 6072 - components: - - type: Transform - pos: 20.48411,30.741074 - parent: 2 -- proto: JetpackMini - entities: - - uid: 744 - components: - - type: MetaData - name: paramedic mini jetpack - - type: Transform - pos: 33.49797,3.7934327 - parent: 2 - - type: GasTank - toggleActionEntity: 1304 - - type: Jetpack - toggleActionEntity: 1153 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 1153 - - 1304 - - uid: 1478 - components: - - type: Transform - pos: 33.52906,3.5668702 - parent: 2 - - type: GasTank - toggleActionEntity: 1779 - - type: Jetpack - toggleActionEntity: 1652 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 1652 - - 1779 - - uid: 8617 - components: - - type: Transform - parent: 1789 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8626 - components: - - type: Transform - parent: 1790 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8653 - components: - - type: Transform - parent: 1791 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10415 - components: - - type: MetaData - name: paramedic mini jetpack - - type: Transform - pos: 33.474373,3.7934327 - parent: 2 - - type: GasTank - toggleActionEntity: 12982 - - type: Jetpack - toggleActionEntity: 12246 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 12246 - - 12982 -- proto: JetpackMiniFilled - entities: - - uid: 6829 - components: - - type: Transform - pos: -13.42503,-42.64673 - parent: 2 - - type: GasTank - toggleActionEntity: 6825 - - type: Jetpack - toggleActionEntity: 6789 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 6789 - - 6825 - - uid: 6830 - components: - - type: Transform - pos: -13.596905,-42.287354 - parent: 2 - - type: GasTank - toggleActionEntity: 17999 - - type: Jetpack - toggleActionEntity: 15781 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 15781 - - 17999 -- proto: Jug - entities: - - uid: 1569 - components: - - type: Transform - pos: 15.675886,10.593053 - parent: 2 - - uid: 5275 - components: - - type: Transform - pos: 42.85205,40.919205 - parent: 2 - - uid: 8373 - components: - - type: Transform - pos: -56.4882,-27.161545 - parent: 2 -- proto: KitchenDeepFryer - entities: - - uid: 15939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-23.5 - parent: 2 -- proto: KitchenElectricGrill - entities: - - uid: 2988 - components: - - type: Transform - pos: -54.5,-16.5 - parent: 2 -- proto: KitchenKnife - entities: - - uid: 5706 - components: - - type: Transform - pos: 71.50539,29.491495 - parent: 2 - - uid: 11234 - components: - - type: Transform - pos: -50.458363,-8.580531 - parent: 2 - - uid: 11236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.56383,-8.393031 - parent: 2 -- proto: KitchenMicrowave - entities: - - uid: 1616 - components: - - type: Transform - pos: -5.5,9.5 - parent: 2 - - uid: 2348 - components: - - type: Transform - pos: -54.5,-14.5 - parent: 2 - - uid: 5529 - components: - - type: Transform - pos: 37.5,30.5 - parent: 2 - - uid: 6839 - components: - - type: Transform - pos: -16.5,-27.5 - parent: 2 - - uid: 7550 - components: - - type: Transform - pos: -53.5,-24.5 - parent: 2 - - uid: 9080 - components: - - type: Transform - pos: -48.5,23.5 - parent: 2 - - uid: 15600 - components: - - type: Transform - pos: -10.5,28.5 - parent: 2 - - uid: 18088 - components: - - type: Transform - pos: -18.5,56.5 - parent: 2 - - uid: 18453 - components: - - type: Transform - pos: -62.5,-2.5 - parent: 2 - - uid: 20020 - components: - - type: Transform - pos: -73.5,15.5 - parent: 2 -- proto: KitchenReagentGrinder - entities: - - uid: 1671 - components: - - type: Transform - pos: 19.5,-1.5 - parent: 2 - - uid: 3094 - components: - - type: Transform - pos: -54.5,-15.5 - parent: 2 - - uid: 3197 - components: - - type: Transform - pos: -52.5,-24.5 - parent: 2 - - uid: 5225 - components: - - type: Transform - pos: 28.5,30.5 - parent: 2 - - uid: 5370 - components: - - type: Transform - pos: 57.5,55.5 - parent: 2 - - uid: 6377 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 7421 - components: - - type: Transform - pos: -54.5,0.5 - parent: 2 - - uid: 34186 - components: - - type: Transform - pos: -18.5,55.5 - parent: 2 -- proto: KitchenSpike - entities: - - uid: 15947 - components: - - type: Transform - pos: -60.5,-7.5 - parent: 2 - - uid: 30073 - components: - - type: Transform - pos: 90.5,40.5 - parent: 2 -- proto: KnifePlastic - entities: - - uid: 7121 - components: - - type: Transform - pos: -35.964066,-18.336271 - parent: 2 - - uid: 30249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.46523,26.252356 - parent: 2 -- proto: Lamp - entities: - - uid: 1988 - components: - - type: Transform - pos: 5.564293,27.945562 - parent: 2 - - uid: 5433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.510403,35.0432 - parent: 2 -- proto: LampGold - entities: - - uid: 243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.607967,-6.0515213 - parent: 2 - - uid: 523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.259224,10.1486845 - parent: 2 - - uid: 529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.317818,10.183841 - parent: 2 - - uid: 536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.259224,17.156498 - parent: 2 - - uid: 538 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.212349,17.097904 - parent: 2 - - uid: 539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.259224,17.121342 - parent: 2 - - uid: 1220 - components: - - type: Transform - pos: 23.413853,-7.006628 - parent: 2 - - uid: 1792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.259224,17.14478 - parent: 2 - - uid: 1793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.259224,17.109623 - parent: 2 - - uid: 1794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.29438,10.090091 - parent: 2 - - uid: 1803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.270943,10.066653 - parent: 2 - - uid: 1804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.306099,10.160403 - parent: 2 - - uid: 5585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.313263,31.09713 - parent: 2 - - uid: 7808 - components: - - type: Transform - pos: 7.788614,-11.02332 - parent: 2 - - uid: 8383 - components: - - type: Transform - pos: 12.438042,-10.955159 - parent: 2 - - uid: 15109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.800636,52.934383 - parent: 2 - - uid: 16553 - components: - - type: Transform - pos: -23.54306,7.931027 - parent: 2 - - uid: 18142 - components: - - type: Transform - pos: -20.993675,63.067955 - parent: 2 - - uid: 22560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.775536,28.148746 - parent: 2 -- proto: LampInterrogator - entities: - - uid: 15549 - components: - - type: Transform - pos: -21.515724,33.915157 - parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 9707 - - uid: 15550 - components: - - type: Transform - pos: -17.40635,33.868282 - parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 14086 -- proto: LandMineExplosive - entities: - - uid: 35858 - components: - - type: Transform - pos: 24.495815,38.053772 - parent: 2 - - uid: 35859 - components: - - type: Transform - pos: 30.462717,39.085022 - parent: 2 - - uid: 35860 - components: - - type: Transform - pos: 27.03303,35.460022 - parent: 2 - - uid: 35861 - components: - - type: Transform - pos: 29.525217,41.585022 - parent: 2 - - uid: 35862 - components: - - type: Transform - pos: 25.501205,42.655334 - parent: 2 -- proto: Lantern - entities: - - uid: 6113 - components: - - type: Transform - pos: 58.226753,29.909676 - parent: 2 - - uid: 30065 - components: - - type: Transform - pos: 90.41451,38.97713 - parent: 2 -- proto: LargeBeaker - entities: - - uid: 1291 - components: - - type: Transform - pos: 21.212381,-1.2898262 - parent: 2 - - uid: 1567 - components: - - type: Transform - pos: 15.374666,10.7025585 - parent: 2 - - uid: 1568 - components: - - type: Transform - pos: 18.384975,14.5659685 - parent: 2 - - uid: 2167 - components: - - type: Transform - pos: 12.546215,-0.81567454 - parent: 2 - - uid: 2190 - components: - - type: Transform - pos: 15.598101,-9.444521 - parent: 2 - - uid: 2191 - components: - - type: Transform - pos: 15.646978,-9.303896 - parent: 2 - - uid: 18495 - components: - - type: Transform - pos: -53.88518,0.6684246 - parent: 2 - - uid: 18496 - components: - - type: Transform - pos: -51.63518,0.8715496 - parent: 2 - - uid: 22438 - components: - - type: Transform - pos: 15.381287,-8.16301 - parent: 2 -- proto: LeftArmSkeleton - entities: - - uid: 33566 - components: - - type: Transform - pos: 91.29744,27.159647 - parent: 2 -- proto: LeftFootSkeleton - entities: - - uid: 33568 - components: - - type: Transform - pos: 91.95369,26.519022 - parent: 2 -- proto: LeftLegSkeleton - entities: - - uid: 33565 - components: - - type: Transform - pos: 91.17244,27.315897 - parent: 2 - - uid: 33567 - components: - - type: Transform - pos: 91.92244,26.675272 - parent: 2 -- proto: LegionnaireBonfire - entities: - - uid: 30066 - components: - - type: Transform - pos: 84.5,40.5 - parent: 2 -- proto: LightBulbBroken - entities: - - uid: 7071 - components: - - type: Transform - pos: -30.60696,-36.862522 - parent: 2 -- proto: Lighter - entities: - - uid: 9329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.09687,33.581814 - parent: 2 - - uid: 15265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5225296,54.56166 - parent: 2 - - uid: 36113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.711353,37.462933 - parent: 2 -- proto: LightReplacer - entities: - - uid: 18531 - components: - - type: Transform - pos: -37.59049,24.747713 - parent: 2 - - uid: 18532 - components: - - type: Transform - pos: -37.37174,24.685213 - parent: 2 -- proto: LightTubeBroken - entities: - - uid: 7069 - components: - - type: Transform - pos: -32.47024,-31.249239 - parent: 2 - - uid: 7070 - components: - - type: Transform - pos: -27.466335,-37.225803 - parent: 2 -- proto: LockerAtmosphericsFilled - entities: - - uid: 5996 - components: - - type: Transform - pos: -49.5,35.5 - parent: 2 - - uid: 5998 - components: - - type: Transform - pos: -47.5,35.5 - parent: 2 - - uid: 6272 - components: - - type: Transform - pos: -46.5,35.5 - parent: 2 - - uid: 6920 - components: - - type: Transform - pos: -48.5,35.5 - parent: 2 -- proto: LockerBoozeFilled - entities: - - uid: 5751 - components: - - type: Transform - pos: 22.5,-23.5 - parent: 2 - - uid: 22587 - components: - - type: Transform - pos: 26.5,-23.5 - parent: 2 -- proto: LockerBotanistFilled - entities: - - uid: 3075 - components: - - type: Transform - pos: -54.5,-1.5 - parent: 2 - - uid: 3076 - components: - - type: Transform - pos: -55.5,-1.5 - parent: 2 - - uid: 3083 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 -- proto: LockerBrigmedicFilledHardsuit - entities: - - uid: 18358 - components: - - type: Transform - pos: -43.5,58.5 - parent: 2 -- proto: LockerCaptainFilled - entities: - - uid: 14130 - components: - - type: Transform - pos: 21.5,48.5 - parent: 2 -- proto: LockerChemistryFilled - entities: - - uid: 17869 - components: - - type: Transform - pos: 21.5,-3.5 - parent: 2 - - type: DamageOnHighSpeedImpact - lastHit: 0 - - uid: 34976 - components: - - type: Transform - pos: 22.5,-1.5 - parent: 2 -- proto: LockerChiefEngineerFilled - entities: - - uid: 8808 - components: - - type: Transform - pos: -62.5,13.5 - parent: 2 -- proto: LockerChiefMedicalOfficerFilled - entities: - - uid: 2721 - components: - - type: Transform - pos: -8.5,-9.5 - parent: 2 -- proto: LockerClown - entities: - - uid: 29692 - components: - - type: Transform - pos: -77.5,0.5 - parent: 2 -- proto: LockerDetectiveFilled - entities: - - uid: 16585 - components: - - type: Transform - pos: -36.5,35.5 - parent: 2 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 3684 - components: - - type: Transform - pos: -52.5,37.5 - parent: 2 -- proto: LockerEngineerFilled - entities: - - uid: 2180 - components: - - type: Transform - pos: -56.5,33.5 - parent: 2 - - uid: 6824 - components: - - type: Transform - pos: -55.5,37.5 - parent: 2 - - uid: 9021 - components: - - type: Transform - pos: -57.5,36.5 - parent: 2 - - uid: 9024 - components: - - type: Transform - pos: -57.5,33.5 - parent: 2 - - uid: 9031 - components: - - type: Transform - pos: -57.5,35.5 - parent: 2 -- proto: LockerEvidence - entities: - - uid: 14087 - components: - - type: Transform - pos: -34.5,31.5 - parent: 2 - - uid: 14088 - components: - - type: Transform - pos: -32.5,30.5 - parent: 2 - - uid: 15487 - components: - - type: Transform - pos: -34.5,30.5 - parent: 2 - - uid: 16525 - components: - - type: Transform - pos: -32.5,31.5 - parent: 2 -- proto: LockerForensicMantisFilled - entities: - - uid: 8608 - components: - - type: Transform - pos: 43.5,34.5 - parent: 2 -- proto: LockerFreezer - entities: - - uid: 3095 - components: - - type: Transform - pos: -52.5,-19.5 - parent: 2 - - uid: 7559 - components: - - type: Transform - pos: -53.5,-14.5 - parent: 2 -- proto: LockerFreezerBase - entities: - - uid: 16003 - components: - - type: Transform - pos: -23.5,57.5 - parent: 2 -- proto: LockerFreezerVaultFilled - entities: - - uid: 26480 - components: - - type: Transform - pos: 28.5,37.5 - parent: 2 -- proto: LockerHeadOfPersonnelFilled - entities: - - uid: 1978 - components: - - type: Transform - pos: 13.5,30.5 - parent: 2 -- proto: LockerHeadOfSecurityFilled - entities: - - uid: 15776 - components: - - type: Transform - pos: -8.5,35.5 - parent: 2 -- proto: LockerMedicalFilled - entities: - - uid: 344 - components: - - type: Transform - pos: -23.5,16.5 - parent: 2 - - uid: 1680 - components: - - type: Transform - pos: -10.5,15.5 - parent: 2 - - uid: 1759 - components: - - type: Transform - pos: -26.5,16.5 - parent: 2 - - uid: 1784 - components: - - type: Transform - pos: -20.5,16.5 - parent: 2 - - uid: 1785 - components: - - type: Transform - pos: -17.5,16.5 - parent: 2 - - uid: 1786 - components: - - type: Transform - pos: -17.5,9.5 - parent: 2 - - uid: 1787 - components: - - type: Transform - pos: -20.5,9.5 - parent: 2 - - uid: 1788 - components: - - type: Transform - pos: -23.5,9.5 - parent: 2 - - uid: 31477 - components: - - type: Transform - pos: -10.5,16.5 - parent: 2 -- proto: LockerMedicineFilled - entities: - - uid: 7601 - components: - - type: Transform - pos: -44.5,58.5 - parent: 2 -- proto: LockerMime - entities: - - uid: 28611 - components: - - type: Transform - pos: -81.5,0.5 - parent: 2 -- proto: LockerParamedicFilled - entities: - - uid: 1789 - components: - - type: Transform - pos: -26.5,9.5 - parent: 2 - - 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: - - 8617 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1790 - components: - - type: Transform - pos: -29.5,9.5 - parent: 2 - - 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: - - 8626 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1791 - components: - - type: Transform - pos: -29.5,16.5 - parent: 2 - - 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: - - 8653 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerQuarterMasterFilled - entities: - - uid: 15891 - components: - - type: Transform - pos: -26.5,-25.5 - parent: 2 - - 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 -- proto: LockerResearchDirectorFilled - entities: - - uid: 6848 - components: - - type: Transform - pos: 49.5,29.5 - parent: 2 -- proto: LockerSalvageSpecialistFilledHardsuit - entities: - - uid: 3688 - components: - - type: Transform - pos: -9.5,-37.5 - parent: 2 - - uid: 6658 - components: - - type: Transform - pos: -12.5,-37.5 - parent: 2 - - uid: 6822 - components: - - type: Transform - pos: -13.5,-37.5 - parent: 2 - - uid: 21013 - components: - - type: Transform - pos: -11.5,-37.5 - parent: 2 - - uid: 21061 - components: - - type: Transform - pos: -10.5,-37.5 - parent: 2 -- proto: LockerScienceFilled - entities: - - uid: 4032 - components: - - type: Transform - pos: 37.5,26.5 - parent: 2 - - uid: 4033 - components: - - type: Transform - pos: 38.5,26.5 - parent: 2 - - uid: 4037 - components: - - type: Transform - pos: 38.5,23.5 - parent: 2 - - uid: 4039 - components: - - type: Transform - pos: 39.5,23.5 - parent: 2 - - uid: 4042 - components: - - type: Transform - pos: 37.5,23.5 - parent: 2 -- proto: LockerSecurityFilled - entities: - - uid: 3737 - components: - - type: Transform - pos: -4.5,41.5 - parent: 2 - - uid: 3745 - components: - - type: Transform - pos: -4.5,43.5 - parent: 2 - - uid: 3746 - components: - - type: Transform - pos: -4.5,42.5 - parent: 2 - - uid: 15568 - components: - - type: Transform - pos: -6.5,41.5 - parent: 2 - - uid: 15569 - components: - - type: Transform - pos: -6.5,43.5 - parent: 2 - - uid: 15570 - components: - - type: Transform - pos: -6.5,42.5 - parent: 2 -- proto: LockerWallMedical - entities: - - uid: 2058 - components: - - type: Transform - pos: 13.5,8.5 - parent: 2 - - uid: 2059 - components: - - type: Transform - pos: 28.5,8.5 - parent: 2 - - uid: 7810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-6.5 - parent: 2 -- proto: LockerWallMedicalFilled - entities: - - uid: 14177 - components: - - type: Transform - pos: 13.5,44.5 - parent: 2 -- proto: LockerWardenFilled - entities: - - uid: 15712 - components: - - type: Transform - pos: -30.5,39.5 - parent: 2 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 9606 - components: - - type: Transform - pos: -49.5,31.5 - parent: 2 - - uid: 9607 - components: - - type: Transform - pos: -45.5,31.5 - parent: 2 - - uid: 30652 - components: - - type: Transform - pos: -25.5,-28.5 - parent: 2 -- proto: MachineAnomalyGenerator - entities: - - uid: 2232 - components: - - type: Transform - pos: 46.5,39.5 - parent: 2 -- proto: MachineAnomalyVessel - entities: - - uid: 38 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,36.5 - parent: 2 - - uid: 23134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,36.5 - parent: 2 -- proto: MachineAPE - entities: - - uid: 4085 - components: - - type: Transform - pos: 45.5,36.5 - parent: 2 - - uid: 4108 - components: - - type: Transform - pos: 46.5,36.5 - parent: 2 - - uid: 4109 - components: - - type: Transform - pos: 47.5,36.5 - parent: 2 -- proto: MachineArtifactAnalyzer - entities: - - uid: 2837 - components: - - type: Transform - pos: 39.5,55.5 - parent: 2 - - uid: 9214 - components: - - type: Transform - pos: 45.5,55.5 - parent: 2 -- proto: MachineCentrifuge - entities: - - uid: 2172 - components: - - type: Transform - pos: 17.5,2.5 - parent: 2 - - uid: 23107 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 -- proto: MachineElectrolysisUnit - entities: - - uid: 3058 - components: - - type: Transform - pos: 17.5,3.5 - parent: 2 - - uid: 24725 - components: - - type: Transform - pos: 21.5,-4.5 - parent: 2 -- proto: MachineFrameDestroyed - entities: - - uid: 7036 - components: - - type: Transform - pos: -25.5,-30.5 - parent: 2 - - uid: 7037 - components: - - type: Transform - pos: -26.5,-30.5 - parent: 2 - - uid: 7038 - components: - - type: Transform - pos: -32.5,-30.5 - parent: 2 - - uid: 7039 - components: - - type: Transform - pos: -25.5,-34.5 - parent: 2 -- proto: MagazineBoxPistol - entities: - - uid: 16532 - components: - - type: Transform - pos: -28.439362,47.629753 - parent: 2 -- proto: MagazineBoxPistolPractice - entities: - - uid: 10567 - components: - - type: Transform - pos: -31.62954,45.601925 - parent: 2 - - uid: 17026 - components: - - type: Transform - pos: -33.301414,39.445675 - parent: 2 -- proto: MagazineBoxPistolRubber - entities: - - uid: 16534 - components: - - type: Transform - pos: -28.762278,47.661003 - parent: 2 -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 22261 - components: - - type: Transform - parent: 22113 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22262 - components: - - type: Transform - parent: 22113 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22263 - components: - - type: Transform - parent: 22113 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MailingUnit - entities: - - uid: 1035 - components: - - type: MetaData - name: secure storage mailing unit - - type: Transform - pos: 34.5,15.5 - parent: 2 - - type: MailingUnit - tag: Secure Storage - - uid: 1385 - components: - - type: MetaData - desc: Send sensitive belongings to the storeroom above using this mailing unit. - name: morgue mailing unit - - type: Transform - pos: 34.5,13.5 - parent: 2 - - type: MailingUnit - tag: Morgue -- proto: MailTeleporter - entities: - - uid: 6530 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 2 -- proto: MaintenanceFluffSpawner - entities: - - uid: 6415 - components: - - type: Transform - pos: 43.5,-34.5 - parent: 2 - - uid: 6417 - components: - - type: Transform - pos: 41.5,-33.5 - parent: 2 - - uid: 6418 - components: - - type: Transform - pos: 47.5,-27.5 - parent: 2 - - uid: 12113 - components: - - type: Transform - pos: -1.5,40.5 - parent: 2 - - uid: 20955 - components: - - type: Transform - pos: 80.5,-0.5 - parent: 2 - - uid: 20964 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 2 - - uid: 20965 - components: - - type: Transform - pos: -30.5,-31.5 - parent: 2 - - uid: 20966 - components: - - type: Transform - pos: -26.5,-36.5 - parent: 2 - - uid: 20967 - components: - - type: Transform - pos: -25.5,-35.5 - parent: 2 - - uid: 20968 - components: - - type: Transform - pos: -32.5,-20.5 - parent: 2 - - uid: 20969 - components: - - type: Transform - pos: -32.5,-21.5 - parent: 2 - - uid: 20981 - components: - - type: Transform - pos: -64.5,-7.5 - parent: 2 - - uid: 20982 - components: - - type: Transform - pos: -65.5,12.5 - parent: 2 - - uid: 20983 - components: - - type: Transform - pos: -64.5,13.5 - parent: 2 - - uid: 20984 - components: - - type: Transform - pos: -69.5,27.5 - parent: 2 - - uid: 20986 - components: - - type: Transform - pos: -41.5,26.5 - parent: 2 - - uid: 20987 - components: - - type: Transform - pos: -35.5,27.5 - parent: 2 - - uid: 20989 - components: - - type: Transform - pos: -1.5,25.5 - parent: 2 - - uid: 20990 - components: - - type: Transform - pos: -2.5,38.5 - parent: 2 - - uid: 20993 - components: - - type: Transform - pos: 20.5,32.5 - parent: 2 - - uid: 20994 - components: - - type: Transform - pos: 24.5,26.5 - parent: 2 - - uid: 20995 - components: - - type: Transform - pos: 6.5,32.5 - parent: 2 - - uid: 20996 - components: - - type: Transform - pos: 34.5,36.5 - parent: 2 - - uid: 20999 - components: - - type: Transform - pos: 53.5,5.5 - parent: 2 - - uid: 21001 - components: - - type: Transform - pos: 78.5,-11.5 - parent: 2 - - uid: 21002 - components: - - type: Transform - pos: 78.5,-10.5 - parent: 2 - - uid: 21003 - components: - - type: Transform - pos: 71.5,-20.5 - parent: 2 - - uid: 21004 - components: - - type: Transform - pos: 65.5,-29.5 - parent: 2 - - uid: 21005 - components: - - type: Transform - pos: 53.5,-31.5 - parent: 2 - - uid: 21041 - components: - - type: Transform - pos: -31.5,15.5 - parent: 2 - - uid: 21042 - components: - - type: Transform - pos: -31.5,14.5 - parent: 2 - - uid: 21043 - components: - - type: Transform - pos: -34.5,11.5 - parent: 2 - - uid: 21044 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 21047 - components: - - type: Transform - pos: 36.5,9.5 - parent: 2 - - uid: 21048 - components: - - type: Transform - pos: 37.5,16.5 - parent: 2 - - uid: 21049 - components: - - type: Transform - pos: 39.5,3.5 - parent: 2 - - uid: 21051 - components: - - type: Transform - pos: 38.5,-8.5 - parent: 2 - - uid: 21052 - components: - - type: Transform - pos: 38.5,-7.5 - parent: 2 - - uid: 22610 - components: - - type: Transform - pos: -31.5,-11.5 - parent: 2 - - uid: 23010 - components: - - type: Transform - pos: 83.5,8.5 - parent: 2 - - uid: 24801 - components: - - type: Transform - pos: 31.5,43.5 - parent: 2 - - uid: 32495 - components: - - type: Transform - pos: 75.5,24.5 - parent: 2 - - uid: 32496 - components: - - type: Transform - pos: 72.5,32.5 - parent: 2 - - uid: 32497 - components: - - type: Transform - pos: 64.5,34.5 - parent: 2 - - uid: 32498 - components: - - type: Transform - pos: 56.5,36.5 - parent: 2 - - uid: 32499 - components: - - type: Transform - pos: 51.5,34.5 - parent: 2 - - uid: 32500 - components: - - type: Transform - pos: 58.5,45.5 - parent: 2 - - uid: 32501 - components: - - type: Transform - pos: 71.5,57.5 - parent: 2 - - uid: 32502 - components: - - type: Transform - pos: 58.5,62.5 - parent: 2 - - uid: 32503 - components: - - type: Transform - pos: 71.5,68.5 - parent: 2 - - uid: 32504 - components: - - type: Transform - pos: 80.5,68.5 - parent: 2 - - uid: 32505 - components: - - type: Transform - pos: 83.5,64.5 - parent: 2 - - uid: 32506 - components: - - type: Transform - pos: 89.5,65.5 - parent: 2 - - uid: 32507 - components: - - type: Transform - pos: 95.5,53.5 - parent: 2 - - uid: 32508 - components: - - type: Transform - pos: 84.5,52.5 - parent: 2 - - uid: 32509 - components: - - type: Transform - pos: 90.5,47.5 - parent: 2 - - uid: 32510 - components: - - type: Transform - pos: 97.5,41.5 - parent: 2 - - uid: 32511 - components: - - type: Transform - pos: 96.5,31.5 - parent: 2 - - uid: 32512 - components: - - type: Transform - pos: 97.5,31.5 - parent: 2 - - uid: 32513 - components: - - type: Transform - pos: 88.5,27.5 - parent: 2 - - uid: 32514 - components: - - type: Transform - pos: 85.5,17.5 - parent: 2 - - uid: 32515 - components: - - type: Transform - pos: 97.5,24.5 - parent: 2 -- proto: MaintenancePlantSpawner - entities: - - uid: 20956 - components: - - type: Transform - pos: 11.5,-27.5 - parent: 2 - - uid: 20977 - components: - - type: Transform - pos: -62.5,-29.5 - parent: 2 - - uid: 20978 - components: - - type: Transform - pos: -64.5,-15.5 - parent: 2 - - uid: 20979 - components: - - type: Transform - pos: -65.5,3.5 - parent: 2 - - uid: 21006 - components: - - type: Transform - pos: 69.5,-23.5 - parent: 2 - - uid: 21007 - components: - - type: Transform - pos: 78.5,2.5 - parent: 2 - - uid: 21009 - components: - - type: Transform - pos: 26.5,32.5 - parent: 2 - - uid: 21016 - components: - - type: Transform - pos: -55.5,40.5 - parent: 2 - - uid: 29297 - components: - - type: Transform - pos: -26.5,51.5 - parent: 2 - - uid: 32517 - components: - - type: Transform - pos: 85.5,16.5 - parent: 2 - - uid: 32518 - components: - - type: Transform - pos: 80.5,36.5 - parent: 2 - - uid: 32519 - components: - - type: Transform - pos: 74.5,45.5 - parent: 2 - - uid: 32520 - components: - - type: Transform - pos: 58.5,60.5 - parent: 2 - - uid: 32521 - components: - - type: Transform - pos: 65.5,70.5 - parent: 2 -- proto: MaintenanceToolSpawner - entities: - - uid: 5401 - components: - - type: Transform - pos: 55.5,51.5 - parent: 2 - - uid: 5402 - components: - - type: Transform - pos: 57.5,54.5 - parent: 2 - - uid: 5403 - components: - - type: Transform - pos: 60.5,51.5 - parent: 2 - - uid: 5404 - components: - - type: Transform - pos: 61.5,55.5 - parent: 2 - - uid: 6413 - components: - - type: Transform - pos: 52.5,8.5 - parent: 2 - - uid: 6414 - components: - - type: Transform - pos: 46.5,-31.5 - parent: 2 - - uid: 19948 - components: - - type: Transform - pos: 86.5,61.5 - parent: 2 - - uid: 20957 - components: - - type: Transform - pos: 6.5,-29.5 - parent: 2 - - uid: 20959 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 2 - - uid: 20975 - components: - - type: Transform - pos: -62.5,-26.5 - parent: 2 - - uid: 21040 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - uid: 21050 - components: - - type: Transform - pos: 39.5,5.5 - parent: 2 - - uid: 21055 - components: - - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 21063 - components: - - type: Transform - pos: -32.5,9.5 - parent: 2 - - uid: 23299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-1.5 - parent: 2 - - uid: 29299 - components: - - type: Transform - pos: 82.5,61.5 - parent: 2 - - uid: 29803 - components: - - type: Transform - pos: 86.5,62.5 - parent: 2 - - uid: 32463 - components: - - type: Transform - pos: 71.5,26.5 - parent: 2 - - uid: 32464 - components: - - type: Transform - pos: 71.5,25.5 - parent: 2 - - uid: 32470 - components: - - type: Transform - pos: 64.5,64.5 - parent: 2 - - uid: 32474 - components: - - type: Transform - pos: 64.5,65.5 - parent: 2 - - uid: 32476 - components: - - type: Transform - pos: 53.5,62.5 - parent: 2 - - uid: 32477 - components: - - type: Transform - pos: 72.5,61.5 - parent: 2 - - uid: 32478 - components: - - type: Transform - pos: 78.5,59.5 - parent: 2 - - uid: 32479 - components: - - type: Transform - pos: 68.5,52.5 - parent: 2 - - uid: 32480 - components: - - type: Transform - pos: 80.5,48.5 - parent: 2 - - uid: 32481 - components: - - type: Transform - pos: 83.5,46.5 - parent: 2 - - uid: 32482 - components: - - type: Transform - pos: 74.5,47.5 - parent: 2 - - uid: 32483 - components: - - type: Transform - pos: 79.5,44.5 - parent: 2 - - uid: 32484 - components: - - type: Transform - pos: 82.5,44.5 - parent: 2 - - uid: 32485 - components: - - type: Transform - pos: 81.5,44.5 - parent: 2 - - uid: 32486 - components: - - type: Transform - pos: 81.5,32.5 - parent: 2 - - uid: 32487 - components: - - type: Transform - pos: 98.5,29.5 - parent: 2 - - uid: 32488 - components: - - type: Transform - pos: 93.5,33.5 - parent: 2 - - uid: 32489 - components: - - type: Transform - pos: 95.5,43.5 - parent: 2 - - uid: 32490 - components: - - type: Transform - pos: 94.5,43.5 - parent: 2 - - uid: 32491 - components: - - type: Transform - pos: 92.5,43.5 - parent: 2 - - uid: 32492 - components: - - type: Transform - pos: 99.5,44.5 - parent: 2 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 5382 - components: - - type: Transform - pos: 61.5,54.5 - parent: 2 - - uid: 5400 - components: - - type: Transform - pos: 56.5,54.5 - parent: 2 - - uid: 6416 - components: - - type: Transform - pos: 49.5,-29.5 - parent: 2 - - uid: 13866 - components: - - type: Transform - pos: 39.5,6.5 - parent: 2 - - uid: 20958 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 2 - - uid: 20963 - components: - - type: Transform - pos: -7.5,-34.5 - parent: 2 - - uid: 20976 - components: - - type: Transform - pos: -56.5,-33.5 - parent: 2 - - uid: 20980 - components: - - type: Transform - pos: -65.5,-0.5 - parent: 2 - - uid: 21014 - components: - - type: Transform - pos: -3.5,71.5 - parent: 2 - - uid: 21056 - components: - - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 21059 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - - uid: 21060 - components: - - type: Transform - pos: -34.5,10.5 - parent: 2 - - uid: 23295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,16.5 - parent: 2 - - uid: 29804 - components: - - type: Transform - pos: 86.5,59.5 - parent: 2 - - uid: 32493 - components: - - type: Transform - pos: 77.5,25.5 - parent: 2 - - uid: 32494 - components: - - type: Transform - pos: 72.5,26.5 - parent: 2 - - uid: 32522 - components: - - type: Transform - pos: 64.5,67.5 - parent: 2 - - uid: 32523 - components: - - type: Transform - pos: 64.5,58.5 - parent: 2 - - uid: 32524 - components: - - type: Transform - pos: 72.5,60.5 - parent: 2 - - uid: 32525 - components: - - type: Transform - pos: 84.5,68.5 - parent: 2 - - uid: 32526 - components: - - type: Transform - pos: 94.5,60.5 - parent: 2 - - uid: 32527 - components: - - type: Transform - pos: 95.5,45.5 - parent: 2 - - uid: 32528 - components: - - type: Transform - pos: 72.5,39.5 - parent: 2 - - uid: 32529 - components: - - type: Transform - pos: 61.5,38.5 - parent: 2 - - uid: 32530 - components: - - type: Transform - pos: 53.5,32.5 - parent: 2 - - uid: 32531 - components: - - type: Transform - pos: 56.5,48.5 - parent: 2 - - uid: 32532 - components: - - type: Transform - pos: 72.5,51.5 - parent: 2 -- proto: Matchbox - entities: - - uid: 30063 - components: - - type: Transform - pos: 85.90307,42.529053 - parent: 2 -- proto: MatchstickSpent - entities: - - uid: 30047 - components: - - type: Transform - pos: 86.07494,42.216553 - parent: 2 - - uid: 30049 - components: - - type: Transform - pos: 84.59057,42.76233 - parent: 2 - - uid: 30050 - components: - - type: Transform - pos: 85.313446,39.138023 - parent: 2 -- proto: MaterialBiomass1 - entities: - - uid: 1402 - components: - - type: Transform - pos: 22.388477,0.6988144 - parent: 2 - - uid: 1403 - components: - - type: Transform - pos: 22.575977,0.82772064 - parent: 2 - - uid: 1404 - components: - - type: Transform - pos: 22.681446,0.5581894 - parent: 2 - - uid: 1405 - components: - - type: Transform - pos: 22.505665,0.52303314 - parent: 2 - - uid: 1406 - components: - - type: Transform - pos: 21.837696,0.66365814 - parent: 2 -- proto: MaterialCloth - entities: - - uid: 1981 - components: - - type: Transform - pos: 7.473057,30.6911 - parent: 2 -- proto: MaterialDiamond - entities: - - uid: 13998 - components: - - type: Transform - pos: 26.580275,39.05669 - parent: 2 -- proto: MaterialDiamond1 - entities: - - uid: 11228 - components: - - type: Transform - pos: -67.05053,-24.380058 - parent: 2 - - uid: 33611 - components: - - type: Transform - pos: 85.45249,46.61865 - parent: 2 -- proto: MaterialDurathread - entities: - - uid: 5716 - components: - - type: Transform - pos: 7.5137024,30.611721 - parent: 2 -- proto: MaterialReclaimer - entities: - - uid: 19372 - components: - - type: Transform - pos: -15.5,-25.5 - parent: 2 - - uid: 25439 - components: - - type: Transform - pos: -41.5,10.5 - parent: 2 -- proto: MedicalBed - entities: - - uid: 428 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 2 - - uid: 1004 - components: - - type: Transform - pos: 5.5,9.5 - parent: 2 - - uid: 1164 - components: - - type: Transform - pos: 5.5,15.5 - parent: 2 - - uid: 1166 - components: - - type: Transform - pos: 5.5,11.5 - parent: 2 - - uid: 1168 - components: - - type: Transform - pos: 5.5,13.5 - parent: 2 - - uid: 1435 - components: - - type: Transform - pos: 13.5,13.5 - parent: 2 - - uid: 1436 - components: - - type: Transform - pos: 13.5,15.5 - parent: 2 - - uid: 1437 - components: - - type: Transform - pos: 13.5,11.5 - parent: 2 - - uid: 1438 - components: - - type: Transform - pos: 13.5,9.5 - parent: 2 - - uid: 4379 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 2 - - uid: 8377 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 2 -- proto: MedicalScanner - entities: - - uid: 1279 - components: - - type: Transform - pos: 25.5,2.5 - parent: 2 -- proto: MedicalTechFab - entities: - - uid: 1346 - components: - - type: Transform - pos: 34.5,5.5 - parent: 2 -- proto: MedicatedSuture - entities: - - uid: 32586 - components: - - type: Transform - pos: 54.44772,44.363388 - parent: 2 -- proto: MedkitAdvancedFilled - entities: - - uid: 1150 - components: - - type: Transform - pos: 7.676587,16.64243 - parent: 2 - - uid: 1160 - components: - - type: Transform - pos: -11.404755,-9.152216 - parent: 2 - - uid: 15726 - components: - - type: Transform - pos: -24.499674,42.691288 - parent: 2 -- proto: MedkitBruteFilled - entities: - - uid: 1163 - components: - - type: Transform - pos: 11.252731,16.908054 - parent: 2 - - uid: 3462 - components: - - type: Transform - pos: 41.476383,-21.244463 - parent: 2 - - uid: 6910 - components: - - type: Transform - pos: -6.427447,-40.39485 - parent: 2 - - uid: 30685 - components: - - type: Transform - pos: 4.5581956,64.48662 - parent: 2 -- proto: MedkitBurnFilled - entities: - - uid: 1147 - components: - - type: Transform - pos: 11.674606,16.564304 - parent: 2 -- proto: MedkitCombatFilled - entities: - - uid: 1472 - components: - - type: Transform - pos: 7.301587,16.814304 - parent: 2 - - uid: 14210 - components: - - type: Transform - pos: 13.406654,56.703026 - parent: 2 -- proto: MedkitFilled - entities: - - uid: 1477 - components: - - type: Transform - pos: 7.774714,16.877289 - parent: 2 - - uid: 2039 - components: - - type: Transform - pos: -4.458594,6.0189323 - parent: 2 - - uid: 2040 - components: - - type: Transform - pos: -4.398351,-0.24816418 - parent: 2 - - uid: 13084 - components: - - type: Transform - pos: 4.47973,-31.09689 - parent: 2 - - uid: 20649 - components: - - type: Transform - pos: -41.358887,60.69076 - parent: 2 -- proto: MedkitOxygenFilled - entities: - - uid: 1479 - components: - - type: Transform - pos: 7.4023647,16.5659 - parent: 2 - - uid: 9322 - components: - - type: Transform - pos: -16.398605,-25.496935 - parent: 2 -- proto: MedkitRadiationFilled - entities: - - uid: 1480 - components: - - type: Transform - pos: 11.577502,16.839338 - parent: 2 - - uid: 5413 - components: - - type: Transform - pos: 49.81323,46.780846 - parent: 2 -- proto: MedkitToxinFilled - entities: - - uid: 1481 - components: - - type: Transform - pos: 11.249377,16.53465 - parent: 2 -- proto: Memorial - entities: - - uid: 2411 - components: - - type: MetaData - desc: Here we see the majestic Cold Place animals such as Penguin. Brrr! - name: Tundra Dome Plaque - - type: Transform - pos: -87.5,-4.5 - parent: 2 - - uid: 2687 - components: - - type: MetaData - desc: Watch the beautiful carps and sharks and other majestic beasts of the sea swim around in harmony! - name: Aquarium Dome Plaque - - type: Transform - pos: -87.5,22.5 - parent: 2 - - uid: 2693 - components: - - type: MetaData - desc: Splish splash! It's a jungle. Look at the monkey! - name: Jungle Dome Plaque - - type: Transform - pos: -98.5,5.5 - parent: 2 - - uid: 2751 - components: - - type: MetaData - desc: Damp, dank, and muddy caves could have ANY animals in them. Watch out!!! - name: Cave Dome Plaque - - type: Transform - pos: -97.5,20.5 - parent: 2 - - uid: 10656 - components: - - type: MetaData - desc: The Dirt's Room. It's for Hot Dirt Ouchie! Your feet. - - type: Transform - pos: -97.5,-10.5 - parent: 2 - - uid: 30383 - components: - - type: MetaData - desc: To all those that we couldn't save. - - type: Transform - pos: 1.5,21.5 - parent: 2 - - uid: 30405 - components: - - type: MetaData - desc: To all those we saved. - - type: Transform - pos: 1.5,-14.5 - parent: 2 - - uid: 32468 - components: - - type: MetaData - desc: The grave of a great hero. - name: Hero's Grave - - type: Transform - pos: 61.5,66.5 - parent: 2 -- proto: MetalDoor - entities: - - uid: 4649 - components: - - type: Transform - pos: 87.5,45.5 - parent: 2 - - uid: 4667 - components: - - type: Transform - pos: 87.5,35.5 - parent: 2 - - uid: 32589 - components: - - type: Transform - pos: 77.5,27.5 - parent: 2 -- proto: MicrowaveMachineCircuitboard - entities: - - uid: 1573 - components: - - type: Transform - pos: 18.439661,-8.63639 - parent: 2 -- proto: Mirror - entities: - - uid: 3318 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 2 - - uid: 3321 - components: - - type: Transform - pos: 8.5,-26.5 - parent: 2 - - uid: 4309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-26.5 - parent: 2 - - uid: 5151 - components: - - type: Transform - pos: 73.5,-9.5 - parent: 2 - - uid: 5171 - components: - - type: Transform - pos: 72.5,-9.5 - parent: 2 - - uid: 7504 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-9.5 - parent: 2 - - uid: 7505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-9.5 - parent: 2 - - uid: 11484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-25.5 - parent: 2 - - uid: 21931 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-28.5 - parent: 2 - - uid: 22114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-27.5 - parent: 2 - - uid: 33700 - components: - - type: Transform - pos: -24.5,35.5 - parent: 2 - - uid: 33704 - components: - - type: Transform - pos: -25.5,35.5 - parent: 2 - - uid: 33705 - components: - - type: Transform - pos: -26.5,35.5 - parent: 2 - - uid: 33706 - components: - - type: Transform - pos: -28.5,35.5 - parent: 2 - - uid: 33707 - components: - - type: Transform - pos: -29.5,35.5 - parent: 2 - - uid: 33708 - components: - - type: Transform - pos: -30.5,35.5 - parent: 2 -- proto: ModularGrenade - entities: - - uid: 36048 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.341724,15.770388 - parent: 2 -- proto: MopBucketFull - entities: - - uid: 21882 - components: - - type: Transform - pos: -67.247635,0.97548735 - parent: 2 - - uid: 26360 - components: - - type: Transform - pos: -42.578186,20.72669 - parent: 2 -- proto: MopItem - entities: - - uid: 18529 - components: - - type: Transform - pos: -40.59049,21.685213 - parent: 2 - - uid: 22041 - components: - - type: Transform - pos: -67.341385,0.78798735 - parent: 2 - - uid: 34041 - components: - - type: Transform - pos: -23.593803,58.65746 - parent: 2 -- proto: Morgue - entities: - - uid: 1036 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,11.5 - parent: 2 - - uid: 1037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,12.5 - parent: 2 - - uid: 1287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,13.5 - parent: 2 - - uid: 1288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,14.5 - parent: 2 - - uid: 1289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,15.5 - parent: 2 - - uid: 1292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,15.5 - parent: 2 - - uid: 1293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,14.5 - parent: 2 - - uid: 1294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,13.5 - parent: 2 - - uid: 1295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,12.5 - parent: 2 - - uid: 1296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,11.5 - parent: 2 - - uid: 1297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,16.5 - parent: 2 - - uid: 1353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,16.5 - parent: 2 - - uid: 2570 - components: - - type: Transform - pos: 49.5,44.5 - parent: 2 - - 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 - - uid: 2728 - components: - - type: Transform - pos: 47.5,44.5 - parent: 2 - - uid: 5329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,53.5 - parent: 2 - - uid: 5330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,54.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,52.5 - parent: 2 - - type: EntityStorage - open: True -- proto: MouseTimedSpawner - entities: - - uid: 22440 - components: - - type: Transform - pos: -62.5,-17.5 - parent: 2 - - uid: 22441 - components: - - type: Transform - pos: 32.5,45.5 - parent: 2 -- proto: Multitool - entities: - - uid: 1409 - components: - - type: Transform - pos: 19.445372,3.6151025 - parent: 2 - - type: NetworkConfigurator - devices: - 'UID: 17226': 1407 - linkModeActive: False - - uid: 3661 - components: - - type: Transform - pos: -64.445526,29.69946 - parent: 2 - - uid: 5678 - components: - - type: Transform - pos: 34.21444,47.247894 - parent: 2 - - uid: 6573 - components: - - type: Transform - pos: -32.30608,-41.45589 - parent: 2 - - uid: 6820 - components: - - type: Transform - pos: -6.286822,-41.5511 - parent: 2 - - uid: 8427 - components: - - type: Transform - pos: -69.75691,17.556164 - parent: 2 - - uid: 18802 - components: - - type: Transform - pos: -99.0182,50.095516 - parent: 2 - - uid: 28504 - components: - - type: Transform - pos: -67.493225,32.636074 - parent: 2 - - uid: 30686 - components: - - type: Transform - pos: 4.9813976,64.72099 - parent: 2 - - uid: 31800 - components: - - type: Transform - pos: -64.27365,29.41821 - parent: 2 -- proto: MusicBoxInstrument - entities: - - uid: 23572 - components: - - type: Transform - pos: -71.528534,0.9246559 - parent: 2 -- proto: NitrogenCanister - entities: - - uid: 6032 - components: - - type: Transform - pos: 18.5,30.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7130 - components: - - type: Transform - pos: -17.5,-34.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9357 - components: - - type: Transform - pos: -49.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 20033 - components: - - type: Transform - pos: -31.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23439 - components: - - type: Transform - pos: -59.5,-35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34973 - components: - - type: Transform - pos: 36.5,1.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35832 - components: - - type: Transform - pos: 58.5,-40.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35835 - components: - - type: Transform - pos: -59.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35836 - components: - - type: Transform - pos: -60.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NitrousOxideCanister - entities: - - uid: 9355 - components: - - type: Transform - pos: -45.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NoticeBoard - entities: - - uid: 29691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-18.5 - parent: 2 -- proto: NuclearBombKeg - entities: - - uid: 32550 - components: - - type: Transform - pos: 74.5,26.5 - parent: 2 -- proto: NuclearBombUnanchored - entities: - - uid: 14133 - components: - - type: Transform - pos: 28.5,38.5 - parent: 2 -- proto: OperatingTable - entities: - - uid: 901 - components: - - type: Transform - pos: -20.5,-1.5 - parent: 2 - - uid: 1363 - components: - - type: Transform - pos: 29.5,9.5 - parent: 2 - - uid: 5328 - components: - - type: Transform - pos: 59.5,57.5 - parent: 2 - - uid: 5357 - components: - - type: Transform - pos: 55.5,52.5 - parent: 2 - - uid: 5358 - components: - - type: Transform - pos: 55.5,54.5 - parent: 2 - - uid: 5361 - components: - - type: Transform - pos: 55.5,53.5 - parent: 2 - - uid: 5742 - components: - - type: Transform - pos: 48.5,43.5 - parent: 2 - - uid: 11147 - components: - - type: Transform - pos: -26.5,-1.5 - parent: 2 - - uid: 22027 - components: - - type: Transform - pos: -14.5,-1.5 - parent: 2 -- proto: Oracle - entities: - - uid: 1170 - components: - - type: Transform - pos: 54.5,21.5 - parent: 2 -- proto: OreBag - entities: - - uid: 6881 - components: - - type: Transform - pos: -8.219676,-42.277306 - parent: 2 -- proto: OreBox - entities: - - uid: 7147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-48.5 - parent: 2 -- proto: OreProcessor - entities: - - uid: 16608 - components: - - type: Transform - pos: -14.5,-38.5 - parent: 2 -- proto: OrganHumanAppendix - entities: - - uid: 30079 - components: - - type: Transform - pos: 86.55081,41.92444 - parent: 2 -- proto: OrganHumanHeart - entities: - - uid: 30071 - components: - - type: Transform - pos: 89.90344,39.648834 - parent: 2 -- proto: OrganHumanKidneys - entities: - - uid: 30088 - components: - - type: Transform - pos: 90.048775,39.98767 - parent: 2 -- proto: OrganHumanLiver - entities: - - uid: 30089 - components: - - type: Transform - pos: 91.080025,39.83142 - parent: 2 -- proto: OrganHumanLungs - entities: - - uid: 30091 - components: - - type: Transform - pos: 90.35819,39.608845 - parent: 2 -- proto: OrganHumanStomach - entities: - - uid: 30081 - components: - - type: Transform - pos: 85.00467,38.357273 - parent: 2 -- proto: OrganHumanTongue - entities: - - uid: 30076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 89.3144,38.95642 - parent: 2 -- proto: OxygenCanister - entities: - - uid: 6031 - components: - - type: Transform - pos: 19.5,30.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8600 - components: - - type: Transform - pos: -17.5,-35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9356 - components: - - type: Transform - pos: -47.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 20032 - components: - - type: Transform - pos: -34.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 20929 - components: - - type: Transform - pos: 36.5,3.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27953 - components: - - type: Transform - pos: -17.5,-46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 29700 - components: - - type: Transform - pos: -60.5,-35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35831 - components: - - type: Transform - pos: -56.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35833 - components: - - type: Transform - pos: 58.5,-41.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35834 - components: - - type: Transform - pos: -57.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PaintingCafeTerraceAtNight - entities: - - uid: 5954 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 2 -- proto: PaintingMonkey - entities: - - uid: 5766 - components: - - type: Transform - pos: 21.5,-26.5 - parent: 2 -- proto: PaintingPersistenceOfMemory - entities: - - uid: 27914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,18.5 - parent: 2 -- proto: PaintingPrayerHands - entities: - - uid: 7777 - components: - - type: Transform - pos: 67.5,28.5 - parent: 2 -- proto: PaintingSadClown - entities: - - uid: 19421 - components: - - type: Transform - pos: -78.5,0.5 - parent: 2 -- proto: PaintingSaturn - entities: - - uid: 7772 - components: - - type: Transform - pos: 70.5,31.5 - parent: 2 -- proto: PaintingSkeletonCigarette - entities: - - uid: 29306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,44.5 - parent: 2 -- proto: Paper - entities: - - uid: 652 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.3785677,-7.333753 - parent: 2 - - uid: 653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.554349,-7.4157844 - parent: 2 - - uid: 1621 - components: - - type: Transform - pos: -3.491044,16.58596 - parent: 2 - - uid: 1622 - components: - - type: Transform - pos: -3.491044,16.83596 - parent: 2 - - uid: 1623 - components: - - type: Transform - pos: -3.299249,16.703148 - parent: 2 - - uid: 5431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.492767,33.808563 - parent: 2 - - uid: 5432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.598236,33.539032 - parent: 2 - - uid: 7944 - components: - - type: Transform - pos: -62.09694,-1.5043344 - parent: 2 - - uid: 11242 - components: - - type: Transform - pos: 65.51772,27.597965 - parent: 2 - - uid: 11277 - components: - - type: Transform - pos: 65.400536,27.691715 - parent: 2 - - uid: 15122 - components: - - type: Transform - pos: 27.988136,52.66876 - parent: 2 - - uid: 18072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.425816,66.62427 - parent: 2 - - uid: 18074 - components: - - type: Transform - pos: -27.6343,66.58359 - parent: 2 - - uid: 18075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.378941,66.56177 - parent: 2 - - uid: 22081 - components: - - type: Transform - pos: 34.72652,-4.3186865 - parent: 2 - - uid: 22278 - components: - - type: Transform - pos: -69.30859,17.326584 - parent: 2 - - type: Paper - content: Have fun filling up the domes, Zookeepers! Cargo can buy you more animals. - - uid: 23458 - components: - - type: Transform - pos: -62.19069,-1.3519907 - parent: 2 - - uid: 26732 - components: - - type: Transform - pos: -47.28819,-27.477682 - parent: 2 - - uid: 26733 - components: - - type: Transform - pos: -47.45225,-27.419088 - parent: 2 - - uid: 27245 - components: - - type: Transform - pos: 34.597614,-4.4124365 - parent: 2 - - uid: 27406 - components: - - type: Transform - pos: 23.67961,-10.206588 - parent: 2 - - uid: 28028 - components: - - type: Transform - pos: -14.0838375,59.60498 - parent: 2 - - uid: 30459 - components: - - type: Transform - pos: 12.381866,-13.381344 - parent: 2 - - type: Paper - content: Please wear masks when directed to by command. - - uid: 30557 - components: - - type: Transform - pos: -22.295391,22.558327 - parent: 2 - - uid: 30558 - components: - - type: Transform - pos: -22.162579,22.480202 - parent: 2 - - uid: 32599 - components: - - type: Transform - pos: 82.99698,59.468273 - parent: 2 - - type: Paper - content: >- - This was my first station and I had fun designing it ! The name may not match the final shape, hopefully the bureaucrats won't mind, just got lost somewhere in the works. - - All of you enjoy your stay on board ! :) - - - // Rose *a magnificent rose was drawn on the side* - - - - Done tweaking 'em tweakers, hopefully all those grids are fixed and well put, otherwise I might get in trouble.. Eh, whatevs, enjoy the station we polished together, fellas ! - - - // Unicorn - - - *a childish unicorn head is taking the lower part of the paper* - - uid: 35797 - components: - - type: MetaData - name: Cryonics Setup Guide - - type: Transform - pos: 18.658413,14.76111 - parent: 2 - - type: Paper - content: >- - Don't be intimidated, doctors! Cryonic tubes are a fantastic way to heal injuries. Here's a reminder on how to set them up: - - - Step 1: Set freezer as low as it will go, and turn on. - - Step 2: Set filters to filter out CO2 and Nitrous Oxide, then turn both on. - - - That's it! You're ready! - - - Remember to take coats and other insulating clothing off of patients, or they'll take too long to get down to temperature. Put them in along with a beaker of cryoxadone, and take them out when they're healed. - - uid: 35801 - components: - - type: MetaData - name: Cloning Notes - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.546442,1.4174473 - parent: 2 - - type: Paper - content: >- - Remember, Doctors, cloning should be your LAST RESORT. - - - - Are they rotten? - - - Is their damage unrecoverably high (>200 rads, poison)? - - - If not, please ensure that you and your co-workers know how to operate a defibrillator and have a healthy stock of ointments, bruise packs, sutures, and meshes. - - - Cloning is *not* a cure-all. It can be distressing and psychologically damaging to wake up in a different body. Patients may act belligerent - and would you blame them? You may want to alert any active Psychologists to be on deck. - - uid: 35838 - components: - - type: Transform - pos: 12.946826,4.6223097 - parent: 2 - - type: Paper - content: >- - Please note that leaving chemicals that are able to be overdosed on outside of ocked containers is against Space Law. - - - That includes this counter, which patients exiting triage may come across. - - uid: 36105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.573751,37.503773 - parent: 2 - - uid: 36106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.394064,37.68346 - parent: 2 - - uid: 36107 - components: - - type: Transform - pos: -25.556133,37.77704 - parent: 2 - - uid: 36108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.362814,37.730335 - parent: 2 - - uid: 36109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.347189,37.511585 - parent: 2 - - uid: 36134 - components: - - type: Transform - pos: -14.013525,59.659668 - parent: 2 - - uid: 36502 - components: - - type: Transform - rot: 0.11397720128297806 rad - pos: -58.454735,30.42992 - parent: 2 - - type: Paper - content: >- - Ah shit, 'sup pal, ye may be wonderin' why's that note there, hell, why's 'em three AME flatpacks here too ! - - Reason be simple, 'em nerds at CC didn't check'em power grid 'n the two crates ye were given ain't gonna be 'nuff to power the whole station with'em AME, enjoy 'em extra core with those three flatpacks, gloreh to engineerin', chief ! - - - -Bob B. -- proto: PaperBin10 - entities: - - uid: 1956 - components: - - type: Transform - pos: 4.5,30.5 - parent: 2 - - uid: 35839 - components: - - type: Transform - pos: 14.5,4.5 - parent: 2 - - uid: 35840 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 2 - - uid: 35841 - components: - - type: Transform - pos: 26.5,-3.5 - parent: 2 - - uid: 35842 - components: - - type: Transform - pos: -6.5,25.5 - parent: 2 - - uid: 35843 - components: - - type: Transform - pos: 47.5,24.5 - parent: 2 - - uid: 35845 - components: - - type: Transform - pos: 52.5,22.5 - parent: 2 - - uid: 35847 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 2 - - uid: 35848 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 2 - - uid: 35850 - components: - - type: Transform - pos: -8.5,-25.5 - parent: 2 - - uid: 35851 - components: - - type: Transform - pos: -28.5,-19.5 - parent: 2 - - uid: 35852 - components: - - type: Transform - pos: -48.5,2.5 - parent: 2 - - uid: 35853 - components: - - type: Transform - pos: -49.5,14.5 - parent: 2 - - uid: 35857 - components: - - type: Transform - pos: 11.5,43.5 - parent: 2 - - uid: 35940 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,62.5 - parent: 2 - - uid: 36045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,25.5 - parent: 2 -- proto: PaperCaptainsThoughts - entities: - - uid: 15110 - components: - - type: Transform - pos: 28.300636,52.715633 - parent: 2 -- proto: ParticleAcceleratorControlBoxUnfinished - entities: - - uid: 32153 - components: - - type: Transform - anchored: False - rot: -7.8906110088017325 rad - pos: -97.052246,49.01646 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: ParticleAcceleratorEmitterForeUnfinished - entities: - - uid: 6507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,51.5 - parent: 2 -- proto: ParticleAcceleratorEmitterPortUnfinished - entities: - - uid: 6697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,50.5 - parent: 2 -- proto: ParticleAcceleratorEmitterStarboardUnfinished - entities: - - uid: 8860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,52.5 - parent: 2 -- proto: ParticleAcceleratorEndCapUnfinished - entities: - - uid: 18617 - components: - - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -96.708115,53.585007 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: ParticleAcceleratorFuelChamberUnfinished - entities: - - uid: 32154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,51.5 - parent: 2 -- proto: ParticleAcceleratorPowerBoxUnfinished - entities: - - uid: 8801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,51.5 - parent: 2 -- proto: PartRodMetal - entities: - - uid: 9017 - components: - - type: Transform - pos: -51.496334,18.749626 - parent: 2 - - uid: 35462 - components: - - type: Transform - pos: -62.125828,39.512123 - parent: 2 -- proto: Pen - entities: - - uid: 1624 - components: - - type: Transform - pos: -3.6820612,16.445335 - parent: 2 - - uid: 7725 - components: - - type: Transform - pos: 65.38882,27.469059 - parent: 2 - - uid: 30534 - components: - - type: Transform - pos: -7.5948696,18.79983 - parent: 2 - - uid: 30535 - components: - - type: Transform - pos: -7.407786,18.849611 - parent: 2 - - uid: 33572 - components: - - type: Transform - pos: 82.71484,57.73997 - parent: 2 - - uid: 35802 - components: - - type: Transform - pos: 19.507185,1.1545041 - parent: 2 - - uid: 35941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.775414,62.501503 - parent: 2 - - uid: 36110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.605001,37.691273 - parent: 2 -- proto: PenCap - entities: - - uid: 15125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.758944,51.66297 - parent: 2 -- proto: PersonalAI - entities: - - uid: 832 - components: - - type: Transform - pos: 6.4586544,-40.61079 - parent: 2 - - uid: 5887 - components: - - type: Transform - pos: -4.4380546,7.3621264 - parent: 2 - - uid: 5888 - components: - - type: Transform - pos: 43.61646,40.589447 - parent: 2 - - uid: 32597 - components: - - type: Transform - pos: 82.89567,46.477467 - parent: 2 -- proto: Pickaxe - entities: - - uid: 6828 - components: - - type: Transform - pos: -9.897437,-42.430676 - parent: 2 - - uid: 18367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.190088,-42.2273 - parent: 2 - - uid: 33448 - components: - - type: Transform - pos: 90.74044,26.865591 - parent: 2 -- proto: PillCanister - entities: - - uid: 1244 - components: - - type: Transform - pos: 15.818079,-11.154381 - parent: 2 - - uid: 1245 - components: - - type: Transform - pos: 15.2910385,-11.468738 - parent: 2 - - uid: 1246 - components: - - type: Transform - pos: 15.734978,-10.244371 - parent: 2 - - uid: 1247 - components: - - type: Transform - pos: 15.531853,-10.338121 - parent: 2 - - uid: 2046 - components: - - type: Transform - pos: 15.295416,-10.242657 - parent: 2 - - uid: 2173 - components: - - type: Transform - pos: 15.33622,-11.253563 - parent: 2 -- proto: PillSpaceDrugs - entities: - - uid: 32553 - components: - - type: Transform - pos: 67.85401,52.91087 - parent: 2 - - uid: 32554 - components: - - type: Transform - pos: 67.61964,52.645245 - parent: 2 -- proto: PillTricordrazine - entities: - - uid: 1647 - components: - - type: Transform - pos: 18.603943,-8.338791 - parent: 2 - - uid: 1677 - components: - - type: Transform - pos: 15.643698,-11.406575 - parent: 2 - - uid: 2168 - components: - - type: Transform - pos: 18.608488,-9.262299 - parent: 2 - - uid: 2169 - components: - - type: Transform - pos: 18.40927,-10.270111 - parent: 2 - - uid: 2174 - components: - - type: Transform - pos: 18.47032,-10.391141 - parent: 2 - - uid: 2175 - components: - - type: Transform - pos: 18.311136,-9.469219 - parent: 2 - - uid: 2176 - components: - - type: Transform - pos: 18.647013,-10.406719 - parent: 2 -- proto: PinpointerNuclear - entities: - - uid: 14084 - components: - - type: Transform - pos: 26.517431,37.67789 - parent: 2 -- proto: PlaqueAtmos - entities: - - uid: 9572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,36.5 - parent: 2 -- proto: PlasmaCanister - entities: - - uid: 9351 - components: - - type: Transform - pos: -37.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 49 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,19.5 - parent: 2 - - uid: 90 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,21.5 - parent: 2 - - uid: 117 - components: - - type: Transform - pos: 0.5,21.5 - parent: 2 - - uid: 167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,32.5 - parent: 2 - - uid: 193 - components: - - type: Transform - pos: 1.5,19.5 - parent: 2 - - uid: 239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,21.5 - parent: 2 - - uid: 244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 - parent: 2 - - uid: 552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 2 - - uid: 564 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 2 - - uid: 801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,36.5 - parent: 2 - - uid: 802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,37.5 - parent: 2 - - uid: 2817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,33.5 - parent: 2 - - uid: 3072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,38.5 - parent: 2 - - uid: 3268 - components: - - type: Transform - pos: 37.5,22.5 - parent: 2 - - uid: 3616 - components: - - type: Transform - pos: 39.5,22.5 - parent: 2 - - uid: 3619 - components: - - type: Transform - pos: 35.5,22.5 - parent: 2 - - uid: 4114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-23.5 - parent: 2 - - uid: 4123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-22.5 - parent: 2 - - uid: 4556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,30.5 - parent: 2 - - uid: 4733 - components: - - type: Transform - pos: 46.5,22.5 - parent: 2 - - uid: 4744 - components: - - type: Transform - pos: 48.5,22.5 - parent: 2 - - uid: 5199 - components: - - type: Transform - pos: 46.5,27.5 - parent: 2 - - uid: 6020 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,57.5 - parent: 2 - - uid: 6234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,57.5 - parent: 2 - - uid: 6235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,56.5 - parent: 2 - - uid: 6236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,55.5 - parent: 2 - - uid: 6237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,54.5 - parent: 2 - - uid: 6238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,53.5 - parent: 2 - - uid: 6240 - components: - - type: Transform - pos: 35.5,53.5 - parent: 2 - - uid: 6241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,53.5 - parent: 2 - - uid: 6242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,54.5 - parent: 2 - - uid: 6243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,55.5 - parent: 2 - - uid: 6244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,56.5 - parent: 2 - - uid: 6245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,57.5 - parent: 2 - - uid: 6246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,57.5 - parent: 2 - - uid: 6383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,35.5 - parent: 2 - - uid: 6384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,34.5 - parent: 2 - - uid: 6386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,44.5 - parent: 2 - - uid: 6388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,42.5 - parent: 2 - - uid: 6389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,41.5 - parent: 2 - - uid: 6390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,40.5 - parent: 2 - - uid: 6568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,43.5 - parent: 2 - - uid: 7468 - components: - - type: Transform - pos: -7.5,68.5 - parent: 2 - - uid: 7472 - components: - - type: Transform - pos: -11.5,68.5 - parent: 2 - - uid: 7507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,19.5 - parent: 2 - - uid: 7509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,21.5 - parent: 2 - - uid: 7516 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,19.5 - parent: 2 - - uid: 7646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,20.5 - parent: 2 - - uid: 7648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 - parent: 2 - - uid: 7650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,20.5 - parent: 2 - - uid: 8268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,21.5 - parent: 2 - - uid: 8444 - components: - - type: Transform - pos: 2.5,21.5 - parent: 2 - - uid: 8643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-16.5 - parent: 2 - - uid: 8747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-16.5 - parent: 2 - - uid: 8757 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 2 - - uid: 8760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-16.5 - parent: 2 - - uid: 8812 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-14.5 - parent: 2 - - uid: 9115 - components: - - type: Transform - pos: 36.5,22.5 - parent: 2 - - uid: 9116 - components: - - type: Transform - pos: 38.5,22.5 - parent: 2 - - uid: 9187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,34.5 - parent: 2 - - uid: 9634 - components: - - type: Transform - pos: 47.5,27.5 - parent: 2 - - uid: 11100 - components: - - type: Transform - pos: 45.5,27.5 - parent: 2 - - uid: 15271 - components: - - type: Transform - pos: 47.5,22.5 - parent: 2 - - uid: 15284 - components: - - type: Transform - pos: 45.5,22.5 - parent: 2 - - uid: 15666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-22.5 - parent: 2 - - uid: 15667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-24.5 - parent: 2 - - uid: 18329 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - - uid: 18340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,68.5 - parent: 2 - - uid: 19651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,68.5 - parent: 2 - - uid: 19846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,68.5 - parent: 2 - - uid: 25441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,39.5 - parent: 2 - - uid: 27717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,48.5 - parent: 2 - - uid: 30394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 2 - - uid: 30397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-15.5 - parent: 2 - - uid: 30400 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 30403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 - parent: 2 - - uid: 30483 - components: - - type: Transform - pos: 35.5,21.5 - parent: 2 - - uid: 30484 - components: - - type: Transform - pos: 36.5,21.5 - parent: 2 - - uid: 30485 - components: - - type: Transform - pos: 37.5,21.5 - parent: 2 - - uid: 30486 - components: - - type: Transform - pos: 38.5,21.5 - parent: 2 -- proto: PlasmaTankFilled - entities: - - uid: 9592 - components: - - type: Transform - pos: -48.818756,33.7304 - parent: 2 - - uid: 9593 - components: - - type: Transform - pos: -48.58438,33.62493 - parent: 2 -- proto: PlasmaWindowDirectional - entities: - - uid: 30281 - components: - - type: Transform - pos: -71.5,7.5 - parent: 2 - - uid: 30284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,8.5 - parent: 2 - - uid: 30285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,8.5 - parent: 2 - - uid: 30286 - components: - - type: Transform - pos: -69.5,7.5 - parent: 2 - - uid: 30287 - components: - - type: Transform - pos: -70.5,7.5 - parent: 2 - - uid: 30288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,7.5 - parent: 2 - - uid: 30289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,9.5 - parent: 2 - - uid: 30291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,7.5 - parent: 2 - - uid: 30292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,9.5 - parent: 2 - - uid: 30293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,9.5 - parent: 2 - - uid: 30294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,9.5 - parent: 2 - - uid: 30295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,9.5 - parent: 2 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 6620 - components: - - type: Transform - pos: -33.5,-45.5 - parent: 2 - - uid: 6629 - components: - - type: Transform - pos: -19.5,-36.5 - parent: 2 - - uid: 6691 - components: - - type: Transform - pos: -20.5,-40.5 - parent: 2 - - uid: 6693 - components: - - type: Transform - pos: -52.5,-45.5 - parent: 2 - - uid: 6780 - components: - - type: Transform - pos: -20.5,-44.5 - parent: 2 - - uid: 6962 - components: - - type: Transform - pos: -22.5,-26.5 - parent: 2 - - uid: 8699 - components: - - type: Transform - pos: -29.5,-45.5 - parent: 2 - - uid: 10338 - components: - - type: Transform - pos: -47.5,-50.5 - parent: 2 - - uid: 20718 - components: - - type: Transform - pos: -52.5,-49.5 - parent: 2 - - uid: 20719 - components: - - type: Transform - pos: -51.5,-50.5 - parent: 2 - - uid: 31775 - components: - - type: Transform - pos: -15.5,-36.5 - parent: 2 - - uid: 31782 - components: - - type: Transform - pos: -18.5,-26.5 - parent: 2 -- proto: PlasticFlapsOpaque - entities: - - uid: 2925 - components: - - type: Transform - pos: -17.5,-19.5 - parent: 2 -- proto: Plunger - entities: - - uid: 33596 - components: - - type: Transform - pos: 81.83042,43.86668 - parent: 2 -- proto: PlushieCarp - entities: - - uid: 7846 - components: - - type: Transform - pos: -87.64934,26.6279 - parent: 2 - - uid: 8524 - components: - - type: Transform - pos: -82.191635,27.531668 - parent: 2 - - uid: 8531 - components: - - type: Transform - pos: -84.722885,25.375418 - parent: 2 - - uid: 8538 - components: - - type: Transform - pos: -86.58226,27.234793 - parent: 2 - - uid: 8623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.73913,28.74524 - parent: 2 - - uid: 8624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -79.8485,25.229614 - parent: 2 - - uid: 33687 - components: - - type: Transform - pos: -37.478252,61.489017 - parent: 2 -- proto: PlushieGhost - entities: - - uid: 30093 - components: - - type: Transform - pos: 91.25434,40.499058 - parent: 2 -- proto: PlushieLizard - entities: - - uid: 2081 - components: - - type: Transform - pos: -16.626633,-7.559744 - parent: 2 - - uid: 13099 - components: - - type: Transform - pos: 5.2591686,-34.27805 - parent: 2 -- proto: PlushieMoth - entities: - - uid: 5984 - components: - - type: Transform - pos: 14.511692,-35.469685 - parent: 2 -- proto: PlushieMothMusician - entities: - - uid: 461 - components: - - type: Transform - pos: -71.48791,3.2723622 - parent: 2 -- proto: PlushieMothRandom - entities: - - uid: 13100 - components: - - type: Transform - pos: 5.8802624,-34.28977 - parent: 2 -- proto: PlushieRGBee - entities: - - uid: 2079 - components: - - type: Transform - pos: -21.700851,-8.520681 - parent: 2 - - uid: 13098 - components: - - type: Transform - pos: 4.5912,-34.28977 - parent: 2 -- proto: PlushieRouny - entities: - - uid: 33613 - components: - - type: Transform - pos: 82.21812,48.821774 - parent: 2 -- proto: PlushieSharkBlue - entities: - - uid: 5983 - components: - - type: Transform - pos: 15.273411,-35.575153 - parent: 2 - - uid: 8481 - components: - - type: Transform - pos: -103.03541,12.667144 - parent: 2 - - uid: 8583 - components: - - type: Transform - pos: -88.3541,28.175482 - parent: 2 - - uid: 30322 - components: - - type: Transform - pos: 47.312172,-11.457953 - parent: 2 -- proto: PlushieSharkGrey - entities: - - uid: 33688 - components: - - type: Transform - pos: -35.509502,59.582767 - parent: 2 -- proto: PlushieSharkPink - entities: - - uid: 7340 - components: - - type: Transform - pos: -83.97382,26.100464 - parent: 2 - - uid: 7684 - components: - - type: Transform - pos: -82.2916,29.49453 - parent: 2 - - uid: 23466 - components: - - type: Transform - pos: -104.682976,3.9293537 - parent: 2 -- proto: PlushieSnake - entities: - - uid: 30034 - components: - - type: Transform - pos: 90.642136,17.907494 - parent: 2 -- proto: PlushieSpaceLizard - entities: - - uid: 13101 - components: - - type: Transform - pos: -3.5416126,-33.492893 - parent: 2 -- proto: PortableFlasher - entities: - - uid: 19390 - components: - - type: Transform - pos: -15.5,45.5 - parent: 2 -- proto: PortableGeneratorJrPacman - entities: - - uid: 20191 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - - uid: 20932 - components: - - type: Transform - pos: 39.5,13.5 - parent: 2 -- proto: PortableGeneratorPacman - entities: - - uid: 9588 - components: - - type: Transform - pos: -65.5,27.5 - parent: 2 - - uid: 35829 - components: - - type: Transform - pos: -65.5,26.5 - parent: 2 -- proto: PortableGeneratorSuperPacman - entities: - - uid: 9589 - components: - - type: Transform - pos: -57.5,27.5 - parent: 2 - - uid: 35830 - components: - - type: Transform - pos: -57.5,26.5 - parent: 2 -- proto: PortableScrubber - entities: - - uid: 5713 - components: - - type: Transform - pos: -45.5,33.5 - parent: 2 - - uid: 5738 - components: - - type: Transform - pos: -46.5,33.5 - parent: 2 - - uid: 34666 - components: - - type: Transform - pos: 69.5,-8.5 - parent: 2 - - uid: 34667 - components: - - type: Transform - pos: 70.5,-8.5 - parent: 2 - - uid: 34669 - components: - - type: Transform - pos: -39.5,38.5 - parent: 2 -- proto: PosterBroken - entities: - - uid: 5391 - components: - - type: Transform - pos: 56.5,56.5 - parent: 2 - - uid: 7055 - components: - - type: Transform - pos: -34.5,-32.5 - parent: 2 - - uid: 7056 - components: - - type: Transform - pos: -24.5,-33.5 - parent: 2 - - uid: 25064 - components: - - type: Transform - pos: 71.5,31.5 - parent: 2 -- proto: PosterContrabandAtmosiaDeclarationIndependence - entities: - - uid: 22421 - components: - - type: Transform - pos: -37.5,36.5 - parent: 2 -- proto: PosterContrabandBorgFancy - entities: - - uid: 29638 - components: - - type: Transform - pos: 6.5,-22.5 - parent: 2 -- proto: PosterContrabandBorgFancyv2 - entities: - - uid: 6121 - components: - - type: Transform - pos: 49.5,45.5 - parent: 2 -- proto: PosterContrabandBountyHunters - entities: - - uid: 23349 - components: - - type: Transform - pos: -17.5,-36.5 - parent: 2 -- proto: PosterContrabandBreadLies - entities: - - uid: 7613 - components: - - type: Transform - pos: 32.5,-17.5 - parent: 2 -- proto: PosterContrabandClown - entities: - - uid: 22056 - components: - - type: Transform - pos: -75.5,6.5 - parent: 2 -- proto: PosterContrabandCommunistState - entities: - - uid: 23354 - components: - - type: Transform - pos: -1.5,9.5 - parent: 2 - - uid: 23355 - components: - - type: Transform - pos: -7.5,-10.5 - parent: 2 -- proto: PosterContrabandDonk - entities: - - uid: 23356 - components: - - type: Transform - pos: -1.5,15.5 - parent: 2 -- proto: PosterContrabandDonutCorp - entities: - - uid: 23361 - components: - - type: Transform - pos: 47.5,14.5 - parent: 2 -- proto: PosterContrabandEAT - entities: - - uid: 7619 - components: - - type: Transform - pos: -34.5,-17.5 - parent: 2 - - uid: 22925 - components: - - type: Transform - pos: -42.5,-26.5 - parent: 2 - - uid: 23363 - components: - - type: Transform - pos: 27.5,-33.5 - parent: 2 -- proto: PosterContrabandEnlistGorlex - entities: - - uid: 29779 - components: - - type: Transform - pos: 83.5,60.5 - parent: 2 -- proto: PosterContrabandFreeDrone - entities: - - uid: 23366 - components: - - type: Transform - pos: -11.5,-12.5 - parent: 2 -- proto: PosterContrabandFreeSyndicateEncryptionKey - entities: - - uid: 32595 - components: - - type: Transform - pos: 71.5,43.5 - parent: 2 -- proto: PosterContrabandFreeTonto - entities: - - uid: 23367 - components: - - type: Transform - pos: -17.5,-17.5 - parent: 2 -- proto: PosterContrabandFunPolice - entities: - - uid: 23371 - components: - - type: Transform - pos: -44.5,-6.5 - parent: 2 -- proto: PosterContrabandGotWood - entities: - - uid: 23372 - components: - - type: Transform - pos: -54.5,-4.5 - parent: 2 -- proto: PosterContrabandGreyTide - entities: - - uid: 23373 - components: - - type: Transform - pos: -34.5,-35.5 - parent: 2 - - uid: 29780 - components: - - type: Transform - pos: 87.5,59.5 - parent: 2 -- proto: PosterContrabandHaveaPuff - entities: - - uid: 23375 - components: - - type: Transform - pos: -31.5,-20.5 - parent: 2 -- proto: PosterContrabandInterdyne - entities: - - uid: 23379 - components: - - type: Transform - pos: 21.5,-12.5 - parent: 2 - - uid: 29778 - components: - - type: Transform - pos: 87.5,62.5 - parent: 2 -- proto: PosterContrabandKudzu - entities: - - uid: 23381 - components: - - type: Transform - pos: 38.5,13.5 - parent: 2 -- proto: PosterContrabandLamarr - entities: - - uid: 5741 - components: - - type: Transform - pos: 44.5,31.5 - parent: 2 -- proto: PosterContrabandLustyExomorph - entities: - - uid: 23383 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 2 -- proto: PosterContrabandMaskedMen - entities: - - uid: 23384 - components: - - type: Transform - pos: 23.5,-36.5 - parent: 2 - - uid: 30636 - components: - - type: Transform - pos: -49.5,-24.5 - parent: 2 -- proto: PosterContrabandMissingGloves - entities: - - uid: 7112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,35.5 - parent: 2 -- proto: PosterContrabandNuclearDeviceInformational - entities: - - uid: 14083 - components: - - type: Transform - pos: 29.5,40.5 - parent: 2 -- proto: PosterContrabandPower - entities: - - uid: 23394 - components: - - type: Transform - pos: -9.5,18.5 - parent: 2 -- proto: PosterContrabandPunchShit - entities: - - uid: 23396 - components: - - type: Transform - pos: -10.5,27.5 - parent: 2 -- proto: PosterContrabandPwrGame - entities: - - uid: 23395 - components: - - type: Transform - pos: 15.5,22.5 - parent: 2 -- proto: PosterContrabandRebelsUnite - entities: - - uid: 23398 - components: - - type: Transform - pos: 37.5,27.5 - parent: 2 -- proto: PosterContrabandRedRum - entities: - - uid: 7624 - components: - - type: Transform - pos: 18.5,-23.5 - parent: 2 -- proto: PosterContrabandRevolt - entities: - - uid: 23406 - components: - - type: Transform - pos: -78.5,1.5 - parent: 2 - - uid: 23407 - components: - - type: Transform - pos: -52.5,20.5 - parent: 2 -- proto: PosterContrabandRIPBadger - entities: - - uid: 23397 - components: - - type: Transform - pos: 30.5,14.5 - parent: 2 -- proto: PosterContrabandRise - entities: - - uid: 23408 - components: - - type: Transform - pos: -58.5,36.5 - parent: 2 -- proto: PosterContrabandRobustSoftdrinks - entities: - - uid: 7625 - components: - - type: Transform - pos: -37.5,-12.5 - parent: 2 - - uid: 22801 - components: - - type: Transform - pos: -35.5,-24.5 - parent: 2 -- proto: PosterContrabandSaucerNumberOne - entities: - - uid: 23427 - components: - - type: Transform - pos: 22.5,15.5 - parent: 2 -- proto: PosterContrabandSmoke - entities: - - uid: 23429 - components: - - type: Transform - pos: 44.5,16.5 - parent: 2 - - uid: 25055 - components: - - type: Transform - pos: -34.5,-26.5 - parent: 2 -- proto: PosterContrabandSpaceCola - entities: - - uid: 7627 - components: - - type: Transform - pos: -53.5,-13.5 - parent: 2 -- proto: PosterContrabandSpaceCube - entities: - - uid: 23432 - components: - - type: Transform - pos: -11.5,23.5 - parent: 2 -- proto: PosterContrabandSpaceUp - entities: - - uid: 23433 - components: - - type: Transform - pos: -34.5,17.5 - parent: 2 - - uid: 30588 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 2 -- proto: PosterContrabandSunkist - entities: - - uid: 7628 - components: - - type: Transform - pos: -48.5,-9.5 - parent: 2 - - uid: 23434 - components: - - type: Transform - pos: -42.5,10.5 - parent: 2 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 32596 - components: - - type: Transform - pos: 73.5,42.5 - parent: 2 -- proto: PosterContrabandTheGriffin - entities: - - uid: 23437 - components: - - type: Transform - pos: 22.5,-9.5 - parent: 2 -- proto: PosterContrabandUnreadableAnnouncement - entities: - - uid: 7629 - components: - - type: Transform - pos: -35.5,-12.5 - parent: 2 - - uid: 23442 - components: - - type: Transform - pos: 10.5,26.5 - parent: 2 -- proto: PosterContrabandVoteWeh - entities: - - uid: 23443 - components: - - type: Transform - pos: -7.5,17.5 - parent: 2 -- proto: PosterContrabandWehWatches - entities: - - uid: 23445 - components: - - type: Transform - pos: -50.5,10.5 - parent: 2 - - uid: 26739 - components: - - type: Transform - pos: -53.5,-30.5 - parent: 2 - - uid: 31170 - components: - - type: Transform - pos: -66.5,1.5 - parent: 2 -- proto: PosterLegit12Gauge - entities: - - uid: 23340 - components: - - type: Transform - pos: -23.5,49.5 - parent: 2 - - uid: 23345 - components: - - type: Transform - pos: -5.5,36.5 - parent: 2 -- proto: PosterLegit50thAnniversaryVintageReprint - entities: - - uid: 23347 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 2 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 23346 - components: - - type: Transform - pos: -8.5,0.5 - parent: 2 -- proto: PosterLegitBarDrinks - entities: - - uid: 3327 - components: - - type: Transform - pos: 16.5,-26.5 - parent: 2 - - uid: 33679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,66.5 - parent: 2 -- proto: PosterLegitBlessThisSpess - entities: - - uid: 23348 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 2 -- proto: PosterLegitBotanyFood - entities: - - uid: 2452 - components: - - type: Transform - pos: -55.5,1.5 - parent: 2 - - uid: 7621 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 2 -- proto: PosterLegitBuild - entities: - - uid: 23350 - components: - - type: Transform - pos: -52.5,28.5 - parent: 2 -- proto: PosterLegitCleanliness - entities: - - uid: 23352 - components: - - type: Transform - pos: -39.5,25.5 - parent: 2 - - uid: 23353 - components: - - type: Transform - pos: -5.5,16.5 - parent: 2 -- proto: PosterLegitDickGumshue - entities: - - uid: 5596 - components: - - type: Transform - pos: 44.5,35.5 - parent: 2 - - uid: 23357 - components: - - type: Transform - pos: -37.5,34.5 - parent: 2 -- proto: PosterLegitDoNotQuestion - entities: - - uid: 23358 - components: - - type: Transform - pos: -18.5,23.5 - parent: 2 -- proto: PosterLegitDontPanic - entities: - - uid: 23359 - components: - - type: Transform - pos: 5.5,26.5 - parent: 2 -- proto: PosterLegitEatMeat - entities: - - uid: 7620 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 2 - - uid: 23362 - components: - - type: Transform - pos: 31.5,-22.5 - parent: 2 -- proto: PosterLegitFruitBowl - entities: - - uid: 23368 - components: - - type: Transform - pos: -34.5,-21.5 - parent: 2 -- proto: PosterLegitFuckAround - entities: - - uid: 176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-6.5 - parent: 2 -- proto: PosterLegitGetYourLEGS - entities: - - uid: 23370 - components: - - type: Transform - pos: -48.5,-2.5 - parent: 2 -- proto: PosterLegitHelpOthers - entities: - - uid: 23377 - components: - - type: Transform - pos: -5.5,-33.5 - parent: 2 -- proto: PosterLegitHereForYourSafety - entities: - - uid: 23374 - components: - - type: Transform - pos: -11.5,-26.5 - parent: 2 -- proto: PosterLegitHighClassMartini - entities: - - uid: 23856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-22.5 - parent: 2 -- proto: PosterLegitHotDonkExplosion - entities: - - uid: 23360 - components: - - type: Transform - pos: 22.5,22.5 - parent: 2 -- proto: PosterLegitIan - entities: - - uid: 24043 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 2 -- proto: PosterLegitJustAWeekAway - entities: - - uid: 23380 - components: - - type: Transform - pos: 31.5,8.5 - parent: 2 -- proto: PosterLegitLoveIan - entities: - - uid: 23382 - components: - - type: Transform - pos: 13.5,26.5 - parent: 2 -- proto: PosterLegitMedicate - entities: - - uid: 23435 - components: - - type: Transform - pos: -4.5,0.5 - parent: 2 - - uid: 28642 - components: - - type: Transform - pos: 14.5,-8.5 - parent: 2 -- proto: PosterLegitMime - entities: - - uid: 3935 - components: - - type: Transform - pos: -81.5,2.5 - parent: 2 -- proto: PosterLegitNanomichiAd - entities: - - uid: 23386 - components: - - type: Transform - pos: -53.5,32.5 - parent: 2 -- proto: PosterLegitNoTouching - entities: - - uid: 5409 - components: - - type: Transform - pos: -10.5,68.5 - parent: 2 -- proto: PosterLegitObey - entities: - - uid: 23390 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 -- proto: PosterLegitPDAAd - entities: - - uid: 23391 - components: - - type: Transform - pos: -41.5,12.5 - parent: 2 -- proto: PosterLegitPeriodicTable - entities: - - uid: 23392 - components: - - type: Transform - pos: -36.5,21.5 - parent: 2 -- proto: PosterLegitPieSlice - entities: - - uid: 7622 - components: - - type: Transform - pos: 27.5,-22.5 - parent: 2 - - uid: 23393 - components: - - type: Transform - pos: -21.5,17.5 - parent: 2 -- proto: PosterLegitPizzaHope - entities: - - uid: 7616 - components: - - type: Transform - pos: -51.5,-19.5 - parent: 2 -- proto: PosterLegitRenault - entities: - - uid: 23399 - components: - - type: Transform - pos: 15.5,37.5 - parent: 2 -- proto: PosterLegitReportCrimes - entities: - - uid: 23400 - components: - - type: Transform - pos: 26.5,-0.5 - parent: 2 - - uid: 23401 - components: - - type: Transform - pos: 40.5,-14.5 - parent: 2 - - uid: 23402 - components: - - type: Transform - pos: 19.5,-22.5 - parent: 2 - - uid: 23403 - components: - - type: Transform - pos: -17.5,-23.5 - parent: 2 - - uid: 23404 - components: - - type: Transform - pos: -57.5,-14.5 - parent: 2 - - uid: 23405 - components: - - type: Transform - pos: -81.5,10.5 - parent: 2 -- proto: PosterLegitSafetyEyeProtection - entities: - - uid: 23419 - components: - - type: Transform - pos: -26.5,-26.5 - parent: 2 - - uid: 23420 - components: - - type: Transform - pos: -64.5,18.5 - parent: 2 -- proto: PosterLegitSafetyInternals - entities: - - uid: 23421 - components: - - type: Transform - pos: -57.5,38.5 - parent: 2 - - uid: 23422 - components: - - type: Transform - pos: -31.5,41.5 - parent: 2 - - uid: 23423 - components: - - type: Transform - pos: -21.5,52.5 - parent: 2 -- proto: PosterLegitSafetyMothBoH - entities: - - uid: 23409 - components: - - type: Transform - pos: 45.5,35.5 - parent: 2 -- proto: PosterLegitSafetyMothDelam - entities: - - uid: 23410 - components: - - type: Transform - pos: 35.5,31.5 - parent: 2 -- proto: PosterLegitSafetyMothEpi - entities: - - uid: 23411 - components: - - type: Transform - pos: -12.5,6.5 - parent: 2 -- proto: PosterLegitSafetyMothFires - entities: - - uid: 23412 - components: - - type: Transform - pos: -18.5,-10.5 - parent: 2 -- proto: PosterLegitSafetyMothGlimmer - entities: - - uid: 23413 - components: - - type: Transform - pos: -0.5,31.5 - parent: 2 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 23414 - components: - - type: Transform - pos: -40.5,30.5 - parent: 2 -- proto: PosterLegitSafetyMothMeth - entities: - - uid: 5302 - components: - - type: Transform - pos: -10.5,72.5 - parent: 2 - - uid: 23415 - components: - - type: Transform - pos: 12.5,1.5 - parent: 2 -- proto: PosterLegitSafetyMothPills - entities: - - uid: 1241 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 2 - - uid: 24812 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 2 -- proto: PosterLegitSafetyMothPiping - entities: - - uid: 23417 - components: - - type: Transform - pos: -35.5,9.5 - parent: 2 -- proto: PosterLegitSafetyReport - entities: - - uid: 23426 - components: - - type: Transform - pos: 22.5,26.5 - parent: 2 - - uid: 30300 - components: - - type: Transform - pos: -0.5,33.5 - parent: 2 -- proto: PosterLegitSecWatch - entities: - - uid: 17851 - components: - - type: Transform - pos: 52.5,-8.5 - parent: 2 - - uid: 17928 - components: - - type: Transform - pos: -8.5,68.5 - parent: 2 -- proto: PosterLegitSoftCapPopArt - entities: - - uid: 23430 - components: - - type: Transform - pos: 18.5,17.5 - parent: 2 -- proto: PosterLegitTheOwl - entities: - - uid: 23438 - components: - - type: Transform - pos: 23.5,0.5 - parent: 2 -- proto: PosterLegitUeNo - entities: - - uid: 23441 - components: - - type: Transform - pos: 35.5,15.5 - parent: 2 -- proto: PosterLegitVacation - entities: - - uid: 23387 - components: - - type: Transform - pos: -56.5,20.5 - parent: 2 -- proto: PosterLegitWalk - entities: - - uid: 23444 - components: - - type: Transform - pos: -39.5,14.5 - parent: 2 -- proto: PosterLegitWorkForAFuture - entities: - - uid: 23446 - components: - - type: Transform - pos: -80.5,6.5 - parent: 2 -- proto: PottedPlant0 - entities: - - uid: 30349 - components: - - type: Transform - pos: 50.49638,13.968471 - parent: 2 - - uid: 30350 - components: - - type: Transform - pos: 50.46513,11.343471 - parent: 2 -- proto: PottedPlant1 - entities: - - uid: 29830 - components: - - type: Transform - pos: 90.5,55.5 - parent: 2 -- proto: PottedPlant10 - entities: - - uid: 2576 - components: - - type: Transform - pos: 3.5,-49.5 - parent: 2 - - uid: 3230 - components: - - type: Transform - pos: -0.5,-49.5 - parent: 2 - - uid: 23804 - components: - - type: Transform - pos: 3.639583,-34.501858 - parent: 2 - - uid: 29835 - components: - - type: Transform - pos: 91.5,19.5 - parent: 2 - - uid: 29837 - components: - - type: Transform - pos: 91.5,15.5 - parent: 2 -- proto: PottedPlant11 - entities: - - uid: 27963 - components: - - type: Transform - pos: 19.3661,47.64291 - parent: 2 -- proto: PottedPlant13 - entities: - - uid: 30452 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 2 - - uid: 30505 - components: - - type: Transform - pos: 0.5,69.5 - parent: 2 -- proto: PottedPlant14 - entities: - - uid: 2578 - components: - - type: Transform - pos: 3.5,-44.5 - parent: 2 - - uid: 3234 - components: - - type: Transform - pos: -0.5,-44.5 - parent: 2 - - uid: 30437 - components: - - type: Transform - pos: 18.5,-13.5 - parent: 2 -- proto: PottedPlant15 - entities: - - uid: 32469 - components: - - type: Transform - pos: 61.5,64.5 - parent: 2 -- proto: PottedPlant17 - entities: - - uid: 99 - components: - - type: Transform - pos: -4.5,21.5 - parent: 2 -- proto: PottedPlant18 - entities: - - uid: 27965 - components: - - type: Transform - pos: -30.5,55.5 - parent: 2 - - uid: 30339 - components: - - type: Transform - pos: 30.5,21.5 - parent: 2 - - uid: 30603 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - - uid: 30606 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 -- proto: PottedPlant19 - entities: - - uid: 23493 - components: - - type: Transform - pos: 80.5,54.5 - parent: 2 -- proto: PottedPlant24 - entities: - - uid: 12966 - components: - - type: Transform - pos: 45.5,-11.5 - parent: 2 -- proto: PottedPlant4 - entities: - - uid: 30519 - components: - - type: Transform - pos: -7.5,21.5 - parent: 2 -- proto: PottedPlant5 - entities: - - uid: 1679 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 1858 - components: - - type: Transform - pos: -1.5,-40.5 - parent: 2 - - uid: 1919 - components: - - type: Transform - pos: 4.5,-43.5 - parent: 2 - - uid: 2309 - components: - - type: Transform - pos: -1.5,-43.5 - parent: 2 - - uid: 2474 - components: - - type: Transform - pos: 7.5,-43.5 - parent: 2 - - uid: 12214 - components: - - type: Transform - pos: 7.5,-40.5 - parent: 2 - - uid: 12245 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - - uid: 12253 - components: - - type: Transform - pos: 4.5,-40.5 - parent: 2 -- proto: PottedPlant6 - entities: - - uid: 30458 - components: - - type: Transform - pos: 26.5,-16.5 - parent: 2 -- proto: PottedPlantBioluminscent - entities: - - uid: 29826 - components: - - type: Transform - pos: 87.5,54.5 - parent: 2 - - uid: 30338 - components: - - type: Transform - pos: 26.5,21.5 - parent: 2 - - uid: 30587 - components: - - type: Transform - pos: -39.5,-13.5 - parent: 2 -- proto: PottedPlantRandom - entities: - - uid: 602 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 2 - - uid: 673 - components: - - type: Transform - pos: -23.5,-7.5 - parent: 2 - - uid: 674 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 2 - - uid: 677 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 2 - - uid: 680 - components: - - type: Transform - pos: -23.5,-11.5 - parent: 2 - - uid: 1115 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 2 - - uid: 1136 - components: - - type: Transform - pos: -70.5,5.5 - parent: 2 - - uid: 1219 - components: - - type: Transform - pos: 23.5,-4.5 - parent: 2 - - uid: 1221 - components: - - type: Transform - pos: 23.5,-10.5 - parent: 2 - - uid: 1225 - components: - - type: Transform - pos: 29.5,-5.5 - parent: 2 - - uid: 1226 - components: - - type: Transform - pos: 28.5,-5.5 - parent: 2 - - uid: 1227 - components: - - type: Transform - pos: 28.5,-10.5 - parent: 2 - - uid: 1228 - components: - - type: Transform - pos: 29.5,-10.5 - parent: 2 - - uid: 1482 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 2 - - uid: 1483 - components: - - type: Transform - pos: -8.5,7.5 - parent: 2 - - uid: 1484 - components: - - type: Transform - pos: -3.5,0.5 - parent: 2 - - uid: 1485 - components: - - type: Transform - pos: -3.5,4.5 - parent: 2 - - uid: 1562 - components: - - type: Transform - pos: 3.5,7.5 - parent: 2 - - uid: 1582 - components: - - type: Transform - pos: -9.5,14.5 - parent: 2 - - uid: 1584 - components: - - type: Transform - pos: -9.5,12.5 - parent: 2 - - uid: 1585 - components: - - type: Transform - pos: -14.5,14.5 - parent: 2 - - uid: 1592 - components: - - type: Transform - pos: -2.5,9.5 - parent: 2 - - uid: 1595 - components: - - type: Transform - pos: -8.5,16.5 - parent: 2 - - uid: 1626 - components: - - type: Transform - pos: -5.5,14.5 - parent: 2 - - uid: 1683 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 2 - - uid: 1698 - components: - - type: Transform - pos: -0.5,7.5 - parent: 2 - - uid: 1708 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 2 - - uid: 1715 - components: - - type: Transform - pos: -8.5,2.5 - parent: 2 - - uid: 1716 - components: - - type: Transform - pos: 6.5,2.5 - parent: 2 - - uid: 1766 - components: - - type: Transform - pos: -29.5,1.5 - parent: 2 - - uid: 1768 - components: - - type: Transform - pos: 11.5,5.5 - parent: 2 - - uid: 1769 - components: - - type: Transform - pos: 15.5,5.5 - parent: 2 - - uid: 1774 - components: - - type: Transform - pos: 30.5,-13.5 - parent: 2 - - uid: 1818 - components: - - type: Transform - pos: 23.5,9.5 - parent: 2 - - uid: 1986 - components: - - type: Transform - pos: 9.5,27.5 - parent: 2 - - uid: 2657 - components: - - type: Transform - pos: -19.5,53.5 - parent: 2 - - uid: 2699 - components: - - type: Transform - pos: -23.5,56.5 - parent: 2 - - uid: 2926 - components: - - type: Transform - pos: 16.5,40.5 - parent: 2 - - uid: 3360 - components: - - type: Transform - pos: 19.5,-35.5 - parent: 2 - - uid: 3361 - components: - - type: Transform - pos: 16.5,-35.5 - parent: 2 - - uid: 3605 - components: - - type: Transform - pos: -39.5,15.5 - parent: 2 - - uid: 3778 - components: - - type: Transform - pos: 49.5,25.5 - parent: 2 - - uid: 3821 - components: - - type: Transform - pos: -31.5,-9.5 - parent: 2 - - uid: 4035 - components: - - type: Transform - pos: 34.5,23.5 - parent: 2 - - uid: 4051 - components: - - type: Transform - pos: 50.5,36.5 - parent: 2 - - uid: 4126 - components: - - type: Transform - pos: 54.5,10.5 - parent: 2 - - uid: 4128 - components: - - type: Transform - pos: 52.5,10.5 - parent: 2 - - uid: 4410 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 2 - - uid: 4531 - components: - - type: Transform - pos: 52.5,24.5 - parent: 2 - - uid: 5246 - components: - - type: Transform - pos: 32.5,23.5 - parent: 2 - - uid: 5247 - components: - - type: Transform - pos: 26.5,23.5 - parent: 2 - - uid: 5256 - components: - - type: Transform - pos: 42.5,23.5 - parent: 2 - - uid: 5419 - components: - - type: Transform - pos: 42.5,34.5 - parent: 2 - - uid: 5448 - components: - - type: Transform - pos: 38.5,30.5 - parent: 2 - - uid: 5528 - components: - - type: Transform - pos: 34.5,28.5 - parent: 2 - - uid: 5698 - components: - - type: Transform - pos: 63.5,30.5 - parent: 2 - - uid: 5705 - components: - - type: Transform - pos: 50.5,21.5 - parent: 2 - - uid: 5728 - components: - - type: Transform - pos: 21.5,6.5 - parent: 2 - - uid: 5729 - components: - - type: Transform - pos: 23.5,6.5 - parent: 2 - - uid: 5880 - components: - - type: Transform - pos: -8.5,-50.5 - parent: 2 - - uid: 5881 - components: - - type: Transform - pos: 11.5,-50.5 - parent: 2 - - uid: 5882 - components: - - type: Transform - pos: 11.5,-52.5 - parent: 2 - - uid: 5883 - components: - - type: Transform - pos: -8.5,-52.5 - parent: 2 - - uid: 6191 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 2 - - uid: 6850 - components: - - type: Transform - pos: 34.5,-18.5 - parent: 2 - - uid: 6851 - components: - - type: Transform - pos: 36.5,-18.5 - parent: 2 - - uid: 6852 - components: - - type: Transform - pos: 28.5,-23.5 - parent: 2 - - uid: 6853 - components: - - type: Transform - pos: 28.5,-34.5 - parent: 2 - - uid: 6854 - components: - - type: Transform - pos: 39.5,-34.5 - parent: 2 - - uid: 6855 - components: - - type: Transform - pos: 22.5,-36.5 - parent: 2 - - uid: 6856 - components: - - type: Transform - pos: 13.5,-36.5 - parent: 2 - - uid: 6857 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 2 - - uid: 6858 - components: - - type: Transform - pos: -15.5,-30.5 - parent: 2 - - uid: 6862 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 2 - - uid: 7475 - components: - - type: Transform - pos: -47.5,-11.5 - parent: 2 - - uid: 7476 - components: - - type: Transform - pos: -45.5,-13.5 - parent: 2 - - uid: 7477 - components: - - type: Transform - pos: -39.5,-17.5 - parent: 2 - - uid: 8397 - components: - - type: Transform - pos: -86.5,10.5 - parent: 2 - - uid: 8456 - components: - - type: Transform - pos: -82.5,6.5 - parent: 2 - - uid: 8475 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 2 - - uid: 8597 - components: - - type: Transform - pos: -31.5,-13.5 - parent: 2 - - uid: 9124 - components: - - type: Transform - pos: 11.5,-25.5 - parent: 2 - - uid: 9319 - components: - - type: Transform - pos: 60.5,24.5 - parent: 2 - - uid: 9323 - components: - - type: Transform - pos: 67.5,24.5 - parent: 2 - - uid: 9326 - components: - - type: Transform - pos: 60.5,10.5 - parent: 2 - - uid: 9611 - components: - - type: Transform - pos: -55.5,11.5 - parent: 2 - - uid: 9612 - components: - - type: Transform - pos: -53.5,11.5 - parent: 2 - - uid: 9675 - components: - - type: Transform - pos: -9.5,39.5 - parent: 2 - - uid: 10618 - components: - - type: Transform - pos: -25.5,5.5 - parent: 2 - - uid: 10619 - components: - - type: Transform - pos: -23.5,5.5 - parent: 2 - - uid: 11219 - components: - - type: Transform - pos: -21.5,5.5 - parent: 2 - - uid: 11220 - components: - - type: Transform - pos: -17.5,5.5 - parent: 2 - - uid: 11267 - components: - - type: Transform - pos: -43.5,-30.5 - parent: 2 - - uid: 12967 - components: - - type: Transform - pos: 45.5,-14.5 - parent: 2 - - uid: 12968 - components: - - type: Transform - pos: 48.5,-11.5 - parent: 2 - - uid: 13270 - components: - - type: Transform - pos: -71.5,13.5 - parent: 2 - - uid: 13322 - components: - - type: Transform - pos: -69.5,13.5 - parent: 2 - - uid: 13868 - components: - - type: Transform - pos: 45.5,17.5 - parent: 2 - - uid: 13870 - components: - - type: Transform - pos: -79.5,10.5 - parent: 2 - - uid: 13871 - components: - - type: Transform - pos: 48.5,-1.5 - parent: 2 - - uid: 13929 - components: - - type: Transform - pos: 7.5,35.5 - parent: 2 - - uid: 13930 - components: - - type: Transform - pos: 4.5,42.5 - parent: 2 - - uid: 13932 - components: - - type: Transform - pos: 7.5,42.5 - parent: 2 - - uid: 14046 - components: - - type: Transform - pos: 9.5,50.5 - parent: 2 - - uid: 14071 - components: - - type: Transform - pos: 9.5,45.5 - parent: 2 - - uid: 14072 - components: - - type: Transform - pos: 15.5,50.5 - parent: 2 - - uid: 14073 - components: - - type: Transform - pos: 15.5,45.5 - parent: 2 - - uid: 14172 - components: - - type: Transform - pos: 5.5,47.5 - parent: 2 - - uid: 14253 - components: - - type: Transform - pos: 16.5,35.5 - parent: 2 - - uid: 14254 - components: - - type: Transform - pos: 20.5,35.5 - parent: 2 - - uid: 14279 - components: - - type: Transform - pos: 9.5,56.5 - parent: 2 - - uid: 14280 - components: - - type: Transform - pos: 27.5,46.5 - parent: 2 - - uid: 14281 - components: - - type: Transform - pos: 23.5,55.5 - parent: 2 - - uid: 14282 - components: - - type: Transform - pos: 21.5,46.5 - parent: 2 - - uid: 15099 - components: - - type: Transform - pos: 23.5,51.5 - parent: 2 - - uid: 15108 - components: - - type: Transform - pos: 29.5,48.5 - parent: 2 - - uid: 15204 - components: - - type: Transform - pos: -23.5,59.5 - parent: 2 - - uid: 15491 - components: - - type: Transform - pos: -22.5,26.5 - parent: 2 - - uid: 15497 - components: - - type: Transform - pos: -22.5,24.5 - parent: 2 - - uid: 15566 - components: - - type: Transform - pos: -4.5,39.5 - parent: 2 - - uid: 15741 - components: - - type: Transform - pos: -6.5,30.5 - parent: 2 - - uid: 15742 - components: - - type: Transform - pos: -4.5,30.5 - parent: 2 - - uid: 15749 - components: - - type: Transform - pos: -7.5,23.5 - parent: 2 - - uid: 15750 - components: - - type: Transform - pos: -4.5,23.5 - parent: 2 - - uid: 15893 - components: - - type: Transform - pos: -2.5,56.5 - parent: 2 - - uid: 15922 - components: - - type: Transform - pos: -2.5,47.5 - parent: 2 - - uid: 16395 - components: - - type: Transform - pos: -25.5,53.5 - parent: 2 - - uid: 16540 - components: - - type: Transform - pos: 20.5,40.5 - parent: 2 - - uid: 17918 - components: - - type: Transform - pos: -7.5,66.5 - parent: 2 - - uid: 17979 - components: - - type: Transform - pos: -27.5,53.5 - parent: 2 - - uid: 18316 - components: - - type: Transform - pos: -11.5,71.5 - parent: 2 - - uid: 18356 - components: - - type: Transform - pos: 11.5,18.5 - parent: 2 - - uid: 18449 - components: - - type: Transform - pos: -62.5,-4.5 - parent: 2 - - uid: 18459 - components: - - type: Transform - pos: -57.5,-4.5 - parent: 2 - - uid: 18461 - components: - - type: Transform - pos: -49.5,-3.5 - parent: 2 - - uid: 18500 - components: - - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 19441 - components: - - type: Transform - pos: -79.5,7.5 - parent: 2 - - uid: 19442 - components: - - type: Transform - pos: -76.5,7.5 - parent: 2 - - uid: 19576 - components: - - type: Transform - pos: -6.5,75.5 - parent: 2 - - uid: 19578 - components: - - type: Transform - pos: 9.5,75.5 - parent: 2 - - uid: 19579 - components: - - type: Transform - pos: 1.5,75.5 - parent: 2 - - uid: 19588 - components: - - type: Transform - pos: 1.5,76.5 - parent: 2 - - uid: 19589 - components: - - type: Transform - pos: 9.5,76.5 - parent: 2 - - uid: 19591 - components: - - type: Transform - pos: -6.5,76.5 - parent: 2 - - uid: 19607 - components: - - type: Transform - pos: 14.5,78.5 - parent: 2 - - uid: 19608 - components: - - type: Transform - pos: -11.5,78.5 - parent: 2 - - uid: 19760 - components: - - type: Transform - pos: -57.5,11.5 - parent: 2 - - uid: 19764 - components: - - type: Transform - pos: -17.5,28.5 - parent: 2 - - uid: 19815 - components: - - type: Transform - pos: 7.5,18.5 - parent: 2 - - uid: 19859 - components: - - type: Transform - pos: -0.5,73.5 - parent: 2 - - uid: 19860 - components: - - type: Transform - pos: 3.5,73.5 - parent: 2 - - uid: 21324 - components: - - type: Transform - pos: -28.5,-25.5 - parent: 2 - - uid: 22150 - components: - - type: Transform - pos: 34.5,-7.5 - parent: 2 - - uid: 23378 - components: - - type: Transform - pos: -19.5,5.5 - parent: 2 - - uid: 23447 - components: - - type: Transform - pos: -27.5,5.5 - parent: 2 - - uid: 23452 - components: - - type: Transform - pos: -29.5,5.5 - parent: 2 - - uid: 23637 - components: - - type: Transform - pos: 6.5,7.5 - parent: 2 - - uid: 24547 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 27749 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - - uid: 29016 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 2 - - uid: 29709 - components: - - type: Transform - pos: 17.5,46.5 - parent: 2 - - uid: 29710 - components: - - type: Transform - pos: 17.5,49.5 - parent: 2 - - uid: 30260 - components: - - type: Transform - pos: 41.5,17.5 - parent: 2 - - uid: 30262 - components: - - type: Transform - pos: 14.5,18.5 - parent: 2 - - uid: 30263 - components: - - type: Transform - pos: 22.5,18.5 - parent: 2 - - uid: 31561 - components: - - type: Transform - pos: 48.5,-5.5 - parent: 2 - - uid: 31769 - components: - - type: Transform - pos: -82.5,10.5 - parent: 2 - - uid: 32327 - components: - - type: Transform - pos: -86.5,6.5 - parent: 2 - - uid: 34957 - components: - - type: Transform - pos: 3.5,62.5 - parent: 2 - - uid: 34958 - components: - - type: Transform - pos: 3.5,58.5 - parent: 2 - - uid: 34962 - components: - - type: Transform - pos: 16.5,18.5 - parent: 2 - - uid: 34963 - components: - - type: Transform - pos: 20.5,18.5 - parent: 2 - - uid: 34964 - components: - - type: Transform - pos: -22.5,-16.5 - parent: 2 - - uid: 34965 - components: - - type: Transform - pos: -18.5,-16.5 - parent: 2 - - uid: 34966 - components: - - type: Transform - pos: -76.5,10.5 - parent: 2 - - uid: 34967 - components: - - type: Transform - pos: -37.5,-10.5 - parent: 2 - - uid: 34968 - components: - - type: Transform - pos: -40.5,-10.5 - parent: 2 - - uid: 34970 - components: - - type: Transform - pos: -14.5,18.5 - parent: 2 - - uid: 34971 - components: - - type: Transform - pos: -10.5,18.5 - parent: 2 -- proto: PottedPlantRD - entities: - - uid: 28745 - components: - - type: Transform - pos: 42.5,28.5 - parent: 2 -- proto: PowerCellHigh - entities: - - uid: 14185 - components: - - type: Transform - pos: 11.751635,48.4722 - parent: 2 -- proto: PowerCellMedium - entities: - - uid: 9707 - components: - - type: Transform - parent: 15549 - - type: Physics - canCollide: False - - uid: 14086 - components: - - type: Transform - parent: 15550 - - type: Physics - canCollide: False -- proto: PowerCellMediumPrinted - entities: - - uid: 35806 - components: - - type: Transform - pos: 31.181543,7.7157393 - parent: 2 - - uid: 35807 - components: - - type: Transform - pos: 31.369043,7.5204268 - parent: 2 -- proto: PowerCellRecharger - entities: - - uid: 1443 - components: - - type: Transform - pos: 9.5,13.5 - parent: 2 - - uid: 1760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,9.5 - parent: 2 - - uid: 1966 - components: - - type: Transform - pos: 4.5,28.5 - parent: 2 - - uid: 2826 - components: - - type: Transform - pos: -12.5,-42.5 - parent: 2 - - uid: 5566 - components: - - type: Transform - pos: 35.5,23.5 - parent: 2 - - uid: 5572 - components: - - type: Transform - pos: 42.5,51.5 - parent: 2 - - uid: 5735 - components: - - type: Transform - pos: 45.5,44.5 - parent: 2 - - uid: 6047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,28.5 - parent: 2 - - uid: 6048 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,28.5 - parent: 2 - - uid: 6840 - components: - - type: Transform - pos: -28.5,-21.5 - parent: 2 - - uid: 8018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,34.5 - parent: 2 - - uid: 9012 - components: - - type: Transform - pos: -47.5,23.5 - parent: 2 - - uid: 9603 - components: - - type: Transform - pos: -53.5,35.5 - parent: 2 - - uid: 14262 - components: - - type: Transform - pos: 20.5,59.5 - parent: 2 - - uid: 14264 - components: - - type: Transform - pos: 12.5,48.5 - parent: 2 - - uid: 15105 - components: - - type: Transform - pos: 27.5,52.5 - parent: 2 - - uid: 15555 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,34.5 - parent: 2 - - uid: 15556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,34.5 - parent: 2 - - uid: 19647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,60.5 - parent: 2 - - uid: 29199 - components: - - type: Transform - pos: 46.5,29.5 - parent: 2 - - uid: 30611 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 30615 - components: - - type: Transform - pos: -45.5,-2.5 - parent: 2 - - uid: 35805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,7.5 - parent: 2 - - uid: 35808 - components: - - type: Transform - pos: 34.5,9.5 - parent: 2 -- proto: PowerCellSmall - entities: - - uid: 30595 - components: - - type: Transform - pos: -45.539005,1.5387094 - parent: 2 - - uid: 30612 - components: - - type: Transform - pos: -45.453068,1.3199594 - parent: 2 - - uid: 30613 - components: - - type: Transform - pos: -45.36713,1.1168344 - parent: 2 -- proto: PowerDrill - entities: - - uid: 5739 - components: - - type: Transform - pos: 43.424904,30.740349 - parent: 2 -- proto: Poweredlight - entities: - - uid: 375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,49.5 - parent: 2 - - uid: 1374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-14.5 - parent: 2 - - uid: 1514 - components: - - type: Transform - pos: 18.5,16.5 - parent: 2 - - uid: 1549 - components: - - type: Transform - pos: -106.5,-5.5 - parent: 2 - - uid: 2272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,24.5 - parent: 2 - - uid: 2365 - components: - - type: Transform - pos: -23.5,-40.5 - parent: 2 - - uid: 2547 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,65.5 - parent: 2 - - uid: 3070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-25.5 - parent: 2 - - uid: 3410 - components: - - type: Transform - pos: -2.5,71.5 - parent: 2 - - uid: 3603 - components: - - type: Transform - pos: 9.5,-50.5 - parent: 2 - - uid: 4380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,20.5 - parent: 2 - - uid: 4448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,42.5 - parent: 2 - - uid: 4885 - components: - - type: Transform - pos: -9.5,71.5 - parent: 2 - - uid: 5197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-18.5 - parent: 2 - - uid: 5234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-10.5 - parent: 2 - - uid: 5661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,2.5 - parent: 2 - - uid: 6661 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,1.5 - parent: 2 - - uid: 6677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-44.5 - parent: 2 - - uid: 7041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-29.5 - parent: 2 - - uid: 7185 - components: - - type: Transform - pos: -50.5,9.5 - parent: 2 - - uid: 7224 - components: - - type: Transform - pos: -107.5,10.5 - parent: 2 - - uid: 7265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,22.5 - parent: 2 - - uid: 7303 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 2 - - uid: 7304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 2 - - uid: 7308 - components: - - type: Transform - pos: -60.5,-6.5 - parent: 2 - - uid: 7792 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 2 - - uid: 7796 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 7829 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 2 - - uid: 7868 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-4.5 - parent: 2 - - uid: 7869 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-7.5 - parent: 2 - - uid: 8759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 - parent: 2 - - uid: 9654 - components: - - type: Transform - pos: -13.5,7.5 - parent: 2 - - uid: 10343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-44.5 - parent: 2 - - uid: 10512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-49.5 - parent: 2 - - uid: 11269 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,27.5 - parent: 2 - - uid: 11462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-27.5 - parent: 2 - - uid: 11463 - components: - - type: Transform - pos: 33.5,-7.5 - parent: 2 - - uid: 11464 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 2 - - uid: 11469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-27.5 - parent: 2 - - uid: 12955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 2 - - uid: 12978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,36.5 - parent: 2 - - uid: 13211 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,48.5 - parent: 2 - - uid: 14567 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,3.5 - parent: 2 - - uid: 14933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,15.5 - parent: 2 - - uid: 15144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-16.5 - parent: 2 - - uid: 15146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-16.5 - parent: 2 - - uid: 15152 - components: - - type: Transform - pos: 30.5,21.5 - parent: 2 - - uid: 15157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,18.5 - parent: 2 - - uid: 15159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,12.5 - parent: 2 - - uid: 15161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,9.5 - parent: 2 - - uid: 15162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,4.5 - parent: 2 - - uid: 15164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-4.5 - parent: 2 - - uid: 15166 - components: - - type: Transform - pos: -30.5,-13.5 - parent: 2 - - uid: 15169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-1.5 - parent: 2 - - uid: 15172 - components: - - type: Transform - pos: 18.5,-13.5 - parent: 2 - - uid: 15178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-33.5 - parent: 2 - - uid: 15179 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-33.5 - parent: 2 - - uid: 15180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,5.5 - parent: 2 - - uid: 15183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-25.5 - parent: 2 - - uid: 15185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,0.5 - parent: 2 - - uid: 15196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-21.5 - parent: 2 - - uid: 15197 - components: - - type: Transform - pos: -13.5,-18.5 - parent: 2 - - uid: 15207 - components: - - type: Transform - pos: 8.5,-45.5 - parent: 2 - - uid: 15212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-23.5 - parent: 2 - - uid: 15214 - components: - - type: Transform - pos: 9.5,-40.5 - parent: 2 - - uid: 15219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,3.5 - parent: 2 - - uid: 15226 - components: - - type: Transform - pos: -61.5,36.5 - parent: 2 - - uid: 15227 - components: - - type: Transform - pos: -42.5,46.5 - parent: 2 - - uid: 15234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,42.5 - parent: 2 - - uid: 15235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-39.5 - parent: 2 - - uid: 15237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,25.5 - parent: 2 - - uid: 15240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,29.5 - parent: 2 - - uid: 15242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,18.5 - parent: 2 - - uid: 15243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-25.5 - parent: 2 - - uid: 15245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,6.5 - parent: 2 - - uid: 15246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -100.5,13.5 - parent: 2 - - uid: 15247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,30.5 - parent: 2 - - uid: 15257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-27.5 - parent: 2 - - uid: 15262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,24.5 - parent: 2 - - uid: 15357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,33.5 - parent: 2 - - uid: 15722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,25.5 - parent: 2 - - uid: 15723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,25.5 - parent: 2 - - uid: 15856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-16.5 - parent: 2 - - uid: 15857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-22.5 - parent: 2 - - uid: 15901 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-28.5 - parent: 2 - - uid: 15919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-24.5 - parent: 2 - - uid: 15951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,59.5 - parent: 2 - - uid: 15953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-15.5 - parent: 2 - - uid: 15958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,60.5 - parent: 2 - - uid: 15959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,47.5 - parent: 2 - - uid: 15985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-30.5 - parent: 2 - - uid: 15986 - components: - - type: Transform - pos: -12.5,-32.5 - parent: 2 - - uid: 15987 - components: - - type: Transform - pos: -16.5,-32.5 - parent: 2 - - uid: 15991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 - parent: 2 - - uid: 16002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,43.5 - parent: 2 - - uid: 16515 - components: - - type: Transform - pos: -22.5,7.5 - parent: 2 - - uid: 16530 - components: - - type: Transform - pos: -28.5,7.5 - parent: 2 - - uid: 16554 - components: - - type: Transform - pos: -19.5,37.5 - parent: 2 - - uid: 16640 - components: - - type: Transform - pos: -29.5,-40.5 - parent: 2 - - uid: 17114 - components: - - type: Transform - pos: -18.5,7.5 - parent: 2 - - uid: 17711 - components: - - type: Transform - pos: -16.5,7.5 - parent: 2 - - uid: 17795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,29.5 - parent: 2 - - uid: 17799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-9.5 - parent: 2 - - uid: 17801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,45.5 - parent: 2 - - uid: 17803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,39.5 - parent: 2 - - uid: 17806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-27.5 - parent: 2 - - uid: 17808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,23.5 - parent: 2 - - uid: 17810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-2.5 - parent: 2 - - uid: 17813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,28.5 - parent: 2 - - uid: 17815 - components: - - type: Transform - pos: 55.5,30.5 - parent: 2 - - uid: 17816 - components: - - type: Transform - pos: -13.5,45.5 - parent: 2 - - uid: 17817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,28.5 - parent: 2 - - uid: 17819 - components: - - type: Transform - pos: -47.5,14.5 - parent: 2 - - uid: 17821 - components: - - type: Transform - pos: 40.5,-16.5 - parent: 2 - - uid: 17822 - components: - - type: Transform - pos: 45.5,-11.5 - parent: 2 - - uid: 17823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,5.5 - parent: 2 - - uid: 17824 - components: - - type: Transform - pos: 18.5,21.5 - parent: 2 - - uid: 17825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,53.5 - parent: 2 - - uid: 17827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,19.5 - parent: 2 - - uid: 17828 - components: - - type: Transform - pos: -11.5,-13.5 - parent: 2 - - uid: 17831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-21.5 - parent: 2 - - uid: 17832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-21.5 - parent: 2 - - uid: 17836 - components: - - type: Transform - pos: 21.5,-27.5 - parent: 2 - - uid: 17837 - components: - - type: Transform - pos: 44.5,21.5 - parent: 2 - - uid: 17838 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,33.5 - parent: 2 - - uid: 17839 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 2 - - uid: 17840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-25.5 - parent: 2 - - uid: 17843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-17.5 - parent: 2 - - uid: 17844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,39.5 - parent: 2 - - uid: 17845 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 2 - - uid: 17848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-22.5 - parent: 2 - - uid: 17849 - components: - - type: Transform - pos: 7.5,30.5 - parent: 2 - - uid: 17850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,31.5 - parent: 2 - - uid: 17853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,50.5 - parent: 2 - - uid: 17854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,57.5 - parent: 2 - - uid: 17856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,35.5 - parent: 2 - - uid: 17862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-23.5 - parent: 2 - - uid: 17864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,52.5 - parent: 2 - - uid: 17865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,52.5 - parent: 2 - - uid: 17866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,57.5 - parent: 2 - - uid: 17867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,57.5 - parent: 2 - - uid: 17871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-17.5 - parent: 2 - - uid: 17877 - components: - - type: Transform - pos: 27.5,46.5 - parent: 2 - - uid: 17881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-12.5 - parent: 2 - - uid: 17883 - components: - - type: Transform - pos: 12.5,43.5 - parent: 2 - - uid: 17886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,33.5 - parent: 2 - - uid: 17888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-25.5 - parent: 2 - - uid: 17889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,26.5 - parent: 2 - - uid: 17890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,26.5 - parent: 2 - - uid: 17891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,33.5 - parent: 2 - - uid: 17892 - components: - - type: Transform - pos: 35.5,30.5 - parent: 2 - - uid: 17893 - components: - - type: Transform - pos: 43.5,30.5 - parent: 2 - - uid: 17894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-36.5 - parent: 2 - - uid: 17895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-36.5 - parent: 2 - - uid: 17896 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,49.5 - parent: 2 - - uid: 17897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-34.5 - parent: 2 - - uid: 17900 - components: - - type: Transform - pos: -7.5,56.5 - parent: 2 - - uid: 17902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,30.5 - parent: 2 - - uid: 17903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,33.5 - parent: 2 - - uid: 17904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,49.5 - parent: 2 - - uid: 17906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,37.5 - parent: 2 - - uid: 17907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-35.5 - parent: 2 - - uid: 17908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,50.5 - parent: 2 - - uid: 17909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,44.5 - parent: 2 - - uid: 17911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,6.5 - parent: 2 - - uid: 17912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-28.5 - parent: 2 - - uid: 17914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,37.5 - parent: 2 - - uid: 17915 - components: - - type: Transform - pos: -6.5,43.5 - parent: 2 - - uid: 17919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-27.5 - parent: 2 - - uid: 17920 - components: - - type: Transform - pos: -8.5,35.5 - parent: 2 - - uid: 17921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,49.5 - parent: 2 - - uid: 17922 - components: - - type: Transform - pos: -22.5,22.5 - parent: 2 - - uid: 17924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,24.5 - parent: 2 - - uid: 17925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-25.5 - parent: 2 - - uid: 17926 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-20.5 - parent: 2 - - uid: 18002 - components: - - type: Transform - pos: 8.5,16.5 - parent: 2 - - uid: 18108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,66.5 - parent: 2 - - uid: 18141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,33.5 - parent: 2 - - uid: 18159 - components: - - type: Transform - pos: -26.5,67.5 - parent: 2 - - uid: 18160 - components: - - type: Transform - pos: -22.5,67.5 - parent: 2 - - uid: 18161 - components: - - type: Transform - pos: -18.5,67.5 - parent: 2 - - uid: 18162 - components: - - type: Transform - pos: -14.5,67.5 - parent: 2 - - uid: 18164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-20.5 - parent: 2 - - uid: 18165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-37.5 - parent: 2 - - uid: 18166 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,70.5 - parent: 2 - - uid: 18167 - components: - - type: Transform - pos: -27.5,30.5 - parent: 2 - - uid: 18168 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 2 - - uid: 18169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-52.5 - parent: 2 - - uid: 18170 - components: - - type: Transform - pos: -6.5,-50.5 - parent: 2 - - uid: 18171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,37.5 - parent: 2 - - uid: 18172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,41.5 - parent: 2 - - uid: 18175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,13.5 - parent: 2 - - uid: 18176 - components: - - type: Transform - pos: -63.5,9.5 - parent: 2 - - uid: 18177 - components: - - type: Transform - pos: -57.5,20.5 - parent: 2 - - uid: 18179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,13.5 - parent: 2 - - uid: 18180 - components: - - type: Transform - pos: -63.5,20.5 - parent: 2 - - uid: 18181 - components: - - type: Transform - pos: -49.5,27.5 - parent: 2 - - uid: 18182 - components: - - type: Transform - pos: -49.5,18.5 - parent: 2 - - uid: 18183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,41.5 - parent: 2 - - uid: 18184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,24.5 - parent: 2 - - uid: 18186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,20.5 - parent: 2 - - uid: 18189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,66.5 - parent: 2 - - uid: 18190 - components: - - type: Transform - pos: -19.5,30.5 - parent: 2 - - uid: 18191 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,59.5 - parent: 2 - - uid: 18192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,53.5 - parent: 2 - - uid: 18193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,53.5 - parent: 2 - - uid: 18195 - components: - - type: Transform - pos: -3.5,68.5 - parent: 2 - - uid: 18381 - components: - - type: Transform - pos: 12.5,50.5 - parent: 2 - - uid: 19085 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,49.5 - parent: 2 - - uid: 19090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,49.5 - parent: 2 - - uid: 19282 - components: - - type: Transform - pos: -55.5,37.5 - parent: 2 - - uid: 19283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,47.5 - parent: 2 - - uid: 19285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,22.5 - parent: 2 - - uid: 19286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,28.5 - parent: 2 - - uid: 19291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,35.5 - parent: 2 - - uid: 19292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,35.5 - parent: 2 - - uid: 19644 - components: - - type: Transform - pos: 5.5,66.5 - parent: 2 - - uid: 19843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,66.5 - parent: 2 - - uid: 19875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,49.5 - parent: 2 - - uid: 19877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,49.5 - parent: 2 - - uid: 19926 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - - uid: 19990 - components: - - type: Transform - pos: -20.5,7.5 - parent: 2 - - uid: 20970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,26.5 - parent: 2 - - uid: 22076 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - - uid: 22112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-7.5 - parent: 2 - - uid: 22352 - components: - - type: Transform - pos: 14.5,66.5 - parent: 2 - - uid: 22448 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,22.5 - parent: 2 - - uid: 22449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,10.5 - parent: 2 - - uid: 22453 - components: - - type: Transform - pos: 60.5,24.5 - parent: 2 - - uid: 22454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,10.5 - parent: 2 - - uid: 22456 - components: - - type: Transform - pos: 57.5,0.5 - parent: 2 - - uid: 22459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-19.5 - parent: 2 - - uid: 22462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,15.5 - parent: 2 - - uid: 22463 - components: - - type: Transform - pos: 29.5,56.5 - parent: 2 - - uid: 22464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,60.5 - parent: 2 - - uid: 22465 - components: - - type: Transform - pos: 38.5,44.5 - parent: 2 - - uid: 22466 - components: - - type: Transform - pos: 45.5,44.5 - parent: 2 - - uid: 22467 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,32.5 - parent: 2 - - uid: 22468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,63.5 - parent: 2 - - uid: 22470 - components: - - type: Transform - pos: 49.5,40.5 - parent: 2 - - uid: 22471 - components: - - type: Transform - pos: 43.5,40.5 - parent: 2 - - uid: 22472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,40.5 - parent: 2 - - uid: 22473 - components: - - type: Transform - pos: 38.5,26.5 - parent: 2 - - uid: 22475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,73.5 - parent: 2 - - uid: 22476 - components: - - type: Transform - pos: 12.5,78.5 - parent: 2 - - uid: 22477 - components: - - type: Transform - pos: -9.5,78.5 - parent: 2 - - uid: 22478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,73.5 - parent: 2 - - uid: 22479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,48.5 - parent: 2 - - uid: 22481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,2.5 - parent: 2 - - uid: 22482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-2.5 - parent: 2 - - uid: 22483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,2.5 - parent: 2 - - uid: 22484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,10.5 - parent: 2 - - uid: 22485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,1.5 - parent: 2 - - uid: 22486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,48.5 - parent: 2 - - uid: 22487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,53.5 - parent: 2 - - uid: 22488 - components: - - type: Transform - pos: -80.5,9.5 - parent: 2 - - uid: 22489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,46.5 - parent: 2 - - uid: 22491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,6.5 - parent: 2 - - uid: 22493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,14.5 - parent: 2 - - uid: 22495 - components: - - type: Transform - pos: -68.5,17.5 - parent: 2 - - uid: 22497 - components: - - type: Transform - pos: -71.5,14.5 - parent: 2 - - uid: 22498 - components: - - type: Transform - pos: 47.5,34.5 - parent: 2 - - uid: 22500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,1.5 - parent: 2 - - uid: 22502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,7.5 - parent: 2 - - uid: 22503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,23.5 - parent: 2 - - uid: 22507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-31.5 - parent: 2 - - uid: 22521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,20.5 - parent: 2 - - uid: 22522 - components: - - type: Transform - pos: -87.5,-3.5 - parent: 2 - - uid: 22530 - components: - - type: Transform - pos: -81.5,-3.5 - parent: 2 - - uid: 22531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-13.5 - parent: 2 - - uid: 22552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,27.5 - parent: 2 - - uid: 22554 - components: - - type: Transform - pos: -90.5,-7.5 - parent: 2 - - uid: 22556 - components: - - type: Transform - pos: -78.5,-7.5 - parent: 2 - - uid: 22565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,-10.5 - parent: 2 - - uid: 23011 - components: - - type: Transform - pos: -12.5,64.5 - parent: 2 - - uid: 23015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-9.5 - parent: 2 - - uid: 23046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,51.5 - parent: 2 - - uid: 23048 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,56.5 - parent: 2 - - uid: 23053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-2.5 - parent: 2 - - uid: 23061 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,51.5 - parent: 2 - - uid: 23063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-8.5 - parent: 2 - - uid: 23067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-22.5 - parent: 2 - - uid: 23084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,9.5 - parent: 2 - - uid: 23085 - components: - - type: Transform - pos: -0.5,23.5 - parent: 2 - - uid: 23087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,9.5 - parent: 2 - - uid: 23089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 - parent: 2 - - uid: 23090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,12.5 - parent: 2 - - uid: 23091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,6.5 - parent: 2 - - uid: 23092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-2.5 - parent: 2 - - uid: 23093 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,13.5 - parent: 2 - - uid: 23094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,9.5 - parent: 2 - - uid: 23095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,6.5 - parent: 2 - - uid: 23097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,15.5 - parent: 2 - - uid: 23098 - components: - - type: Transform - pos: 35.5,7.5 - parent: 2 - - uid: 23100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-2.5 - parent: 2 - - uid: 23101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,0.5 - parent: 2 - - uid: 23102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 - parent: 2 - - uid: 23104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-2.5 - parent: 2 - - uid: 23105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-8.5 - parent: 2 - - uid: 23106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-5.5 - parent: 2 - - uid: 23110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-11.5 - parent: 2 - - uid: 23111 - components: - - type: Transform - pos: 15.5,3.5 - parent: 2 - - uid: 23113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-3.5 - parent: 2 - - uid: 23114 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 2 - - uid: 23115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 - parent: 2 - - uid: 23116 - components: - - type: Transform - pos: -3.5,7.5 - parent: 2 - - uid: 23119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,0.5 - parent: 2 - - uid: 23120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,5.5 - parent: 2 - - uid: 23126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,8.5 - parent: 2 - - uid: 23128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,4.5 - parent: 2 - - uid: 23130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,1.5 - parent: 2 - - uid: 23132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,1.5 - parent: 2 - - uid: 23138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-8.5 - parent: 2 - - uid: 23150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-2.5 - parent: 2 - - uid: 23154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-2.5 - parent: 2 - - uid: 23155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-2.5 - parent: 2 - - uid: 23156 - components: - - type: Transform - pos: -12.5,-4.5 - parent: 2 - - uid: 23157 - components: - - type: Transform - pos: -12.5,16.5 - parent: 2 - - uid: 23158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,9.5 - parent: 2 - - uid: 23159 - components: - - type: Transform - pos: -3.5,16.5 - parent: 2 - - uid: 23160 - components: - - type: Transform - pos: -7.5,16.5 - parent: 2 - - uid: 23161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,19.5 - parent: 2 - - uid: 23165 - components: - - type: Transform - pos: -25.5,13.5 - parent: 2 - - uid: 23167 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,12.5 - parent: 2 - - uid: 23171 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 2 - - uid: 23174 - components: - - type: Transform - pos: -40.5,24.5 - parent: 2 - - uid: 23176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-9.5 - parent: 2 - - uid: 23177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-9.5 - parent: 2 - - uid: 23178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-23.5 - parent: 2 - - uid: 23180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,66.5 - parent: 2 - - uid: 23181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,6.5 - parent: 2 - - uid: 23192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,44.5 - parent: 2 - - uid: 23195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,49.5 - parent: 2 - - uid: 23210 - components: - - type: Transform - pos: -38.5,19.5 - parent: 2 - - uid: 23215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,58.5 - parent: 2 - - uid: 23249 - components: - - type: Transform - pos: 58.5,-37.5 - parent: 2 - - uid: 23538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-22.5 - parent: 2 - - uid: 23563 - components: - - type: Transform - pos: -40.5,-40.5 - parent: 2 - - uid: 24913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,51.5 - parent: 2 - - uid: 25060 - components: - - type: Transform - pos: -26.5,7.5 - parent: 2 - - uid: 27228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-6.5 - parent: 2 - - uid: 27415 - components: - - type: Transform - pos: -46.5,-14.5 - parent: 2 - - uid: 27416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,17.5 - parent: 2 - - uid: 28332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,44.5 - parent: 2 - - uid: 28466 - components: - - type: Transform - pos: 13.5,25.5 - parent: 2 - - uid: 28467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,51.5 - parent: 2 - - uid: 28470 - components: - - type: Transform - pos: -27.5,37.5 - parent: 2 - - uid: 28471 - components: - - type: Transform - pos: 6.5,25.5 - parent: 2 - - uid: 28823 - components: - - type: Transform - pos: 72.5,0.5 - parent: 2 - - uid: 28837 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-15.5 - parent: 2 - - uid: 28840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,58.5 - parent: 2 - - uid: 28854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,71.5 - parent: 2 - - uid: 28877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,47.5 - parent: 2 - - uid: 28996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-27.5 - parent: 2 - - uid: 29177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,23.5 - parent: 2 - - uid: 29179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,11.5 - parent: 2 - - uid: 29969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-44.5 - parent: 2 - - uid: 30098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,40.5 - parent: 2 - - uid: 30099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 91.5,40.5 - parent: 2 - - uid: 30637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-23.5 - parent: 2 - - uid: 31180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,2.5 - parent: 2 - - uid: 31676 - components: - - type: Transform - pos: -49.5,-40.5 - parent: 2 - - uid: 31889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,70.5 - parent: 2 - - uid: 32142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,47.5 - parent: 2 - - uid: 32143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,55.5 - parent: 2 - - uid: 32149 - components: - - type: Transform - pos: -119.5,59.5 - parent: 2 - - uid: 32150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,43.5 - parent: 2 - - uid: 32447 - components: - - type: Transform - pos: -48.5,70.5 - parent: 2 - - uid: 32467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,56.5 - parent: 2 - - uid: 32684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,18.5 - parent: 2 - - uid: 33686 - components: - - type: Transform - pos: -44.5,67.5 - parent: 2 - - uid: 34055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-44.5 - parent: 2 - - uid: 34153 - components: - - type: Transform - pos: 6.5,42.5 - parent: 2 - - uid: 34590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,12.5 - parent: 2 - - uid: 34591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,4.5 - parent: 2 - - uid: 34758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,59.5 - parent: 2 - - uid: 36458 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 -- proto: PoweredLightBlueInterior - entities: - - uid: 28968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,80.5 - parent: 2 - - uid: 31681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,80.5 - parent: 2 - - uid: 32654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,80.5 - parent: 2 - - uid: 34042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,80.5 - parent: 2 - - uid: 34043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-11.5 - parent: 2 -- proto: PoweredLightColoredBlack - entities: - - uid: 8258 - components: - - type: Transform - pos: -68.5,34.5 - parent: 2 -- proto: PoweredLightColoredRed - entities: - - uid: 4766 - components: - - type: Transform - pos: -74.5,-2.5 - parent: 2 - - uid: 4888 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,45.5 - parent: 2 - - uid: 9796 - components: - - type: Transform - pos: -20.5,48.5 - parent: 2 - - uid: 29802 - components: - - type: Transform - pos: 74.5,26.5 - parent: 2 -- proto: PoweredlightEmpty - entities: - - uid: 7072 - components: - - type: Transform - pos: -31.5,-30.5 - parent: 2 - - uid: 7073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-33.5 - parent: 2 - - uid: 7074 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-34.5 - parent: 2 -- proto: PoweredlightLED - entities: - - uid: 22533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-6.5 - parent: 2 -- proto: PoweredLightPostSmall - entities: - - uid: 5970 - components: - - type: Transform - pos: -41.5,72.5 - parent: 2 - - uid: 9797 - components: - - type: Transform - pos: -17.5,-50.5 - parent: 2 - - uid: 10448 - components: - - type: Transform - pos: -90.5,-40.5 - parent: 2 - - uid: 10449 - components: - - type: Transform - pos: -90.5,-59.5 - parent: 2 - - uid: 10513 - components: - - type: Transform - pos: -81.5,-33.5 - parent: 2 - - uid: 13711 - components: - - type: Transform - pos: -79.5,89.5 - parent: 2 - - uid: 17010 - components: - - type: Transform - pos: -95.5,67.5 - parent: 2 - - uid: 26527 - components: - - type: Transform - pos: -52.5,59.5 - parent: 2 - - uid: 28797 - components: - - type: Transform - pos: -120.5,38.5 - parent: 2 - - uid: 30277 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 31302 - components: - - type: Transform - pos: -52.5,70.5 - parent: 2 - - uid: 31890 - components: - - type: Transform - pos: 46.5,-40.5 - parent: 2 - - uid: 31894 - components: - - type: Transform - pos: 54.5,-40.5 - parent: 2 - - uid: 31926 - components: - - type: Transform - pos: -72.5,-15.5 - parent: 2 - - uid: 31958 - components: - - type: Transform - pos: 87.5,-3.5 - parent: 2 - - uid: 32001 - components: - - type: Transform - pos: -66.5,-29.5 - parent: 2 - - uid: 32102 - components: - - type: Transform - pos: -129.5,45.5 - parent: 2 - - uid: 32104 - components: - - type: Transform - pos: -126.5,63.5 - parent: 2 - - uid: 32105 - components: - - type: Transform - pos: -115.5,66.5 - parent: 2 - - uid: 32108 - components: - - type: Transform - pos: -81.5,51.5 - parent: 2 - - uid: 32111 - components: - - type: Transform - pos: -67.5,42.5 - parent: 2 - - uid: 32288 - components: - - type: Transform - pos: -65.5,51.5 - parent: 2 - - uid: 32321 - components: - - type: Transform - pos: -79.5,69.5 - parent: 2 - - uid: 35077 - components: - - type: Transform - pos: 55.5,-56.5 - parent: 2 - - uid: 35079 - components: - - type: Transform - pos: 55.5,-77.5 - parent: 2 -- proto: PoweredlightRed - entities: - - uid: 2067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,39.5 - parent: 2 - - uid: 19857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,60.5 - parent: 2 -- proto: PoweredlightSodium - entities: - - uid: 17927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,-8.5 - parent: 2 - - uid: 26748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-0.5 - parent: 2 - - uid: 32571 - components: - - type: Transform - pos: 74.5,64.5 - parent: 2 - - uid: 32572 - components: - - type: Transform - pos: 62.5,65.5 - parent: 2 - - uid: 32651 - components: - - type: Transform - pos: 84.5,62.5 - parent: 2 - - uid: 32652 - components: - - type: Transform - pos: 84.5,59.5 - parent: 2 - - uid: 32653 - components: - - type: Transform - pos: 84.5,56.5 - parent: 2 -- proto: PoweredSmallLight - entities: - - uid: 599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,15.5 - parent: 2 - - uid: 8259 - components: - - type: Transform - pos: -60.5,-33.5 - parent: 2 - - uid: 12979 - components: - - type: Transform - pos: 22.5,50.5 - parent: 2 - - uid: 15150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,15.5 - parent: 2 - - uid: 17809 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 2 - - uid: 17826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,15.5 - parent: 2 - - uid: 17833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-25.5 - parent: 2 - - uid: 17835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-25.5 - parent: 2 - - uid: 17917 - components: - - type: Transform - pos: -5.5,35.5 - parent: 2 - - uid: 18178 - components: - - type: Transform - pos: -29.5,42.5 - parent: 2 - - uid: 18194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,28.5 - parent: 2 - - uid: 20834 - components: - - type: Transform - pos: 5.5,45.5 - parent: 2 - - uid: 22294 - components: - - type: Transform - pos: 48.5,30.5 - parent: 2 - - uid: 22439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-3.5 - parent: 2 - - uid: 22447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,8.5 - parent: 2 - - uid: 22457 - components: - - type: Transform - pos: 74.5,-10.5 - parent: 2 - - uid: 22458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-10.5 - parent: 2 - - uid: 22461 - components: - - type: Transform - pos: -62.5,13.5 - parent: 2 - - uid: 22469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,40.5 - parent: 2 - - uid: 22490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,51.5 - parent: 2 - - uid: 22496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,51.5 - parent: 2 - - uid: 22499 - components: - - type: Transform - pos: 44.5,34.5 - parent: 2 - - uid: 22505 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - - uid: 22506 - components: - - type: Transform - pos: 11.5,-20.5 - parent: 2 - - uid: 22508 - components: - - type: Transform - pos: -75.5,1.5 - parent: 2 - - uid: 22509 - components: - - type: Transform - pos: -79.5,1.5 - parent: 2 - - uid: 22519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,16.5 - parent: 2 - - uid: 22527 - components: - - type: Transform - pos: -26.5,-27.5 - parent: 2 - - uid: 22860 - components: - - type: Transform - pos: -29.5,67.5 - parent: 2 - - uid: 23129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,15.5 - parent: 2 - - uid: 23137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 - parent: 2 - - uid: 23146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,15.5 - parent: 2 - - uid: 23162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,10.5 - parent: 2 - - uid: 23163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,10.5 - parent: 2 - - uid: 23164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,10.5 - parent: 2 - - uid: 23166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,10.5 - parent: 2 - - uid: 23168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 - parent: 2 - - uid: 23172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-9.5 - parent: 2 - - uid: 23175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-11.5 - parent: 2 - - uid: 23179 - components: - - type: Transform - pos: -33.5,67.5 - parent: 2 - - uid: 23252 - components: - - type: Transform - pos: -31.5,67.5 - parent: 2 -- proto: PoweredSmallLightMaintenance - entities: - - uid: 431 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 - - uid: 11198 - components: - - type: Transform - pos: -49.5,-32.5 - parent: 2 - - uid: 11204 - components: - - type: Transform - pos: -39.5,-32.5 - parent: 2 - - uid: 16290 - components: - - type: Transform - pos: 26.5,33.5 - parent: 2 - - uid: 16298 - components: - - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 17876 - components: - - type: Transform - pos: -5.5,45.5 - parent: 2 - - uid: 17913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,28.5 - parent: 2 - - uid: 18472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,52.5 - parent: 2 - - uid: 19165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,34.5 - parent: 2 - - uid: 19660 - components: - - type: Transform - pos: -68.5,36.5 - parent: 2 - - uid: 21084 - components: - - type: Transform - pos: -68.5,-5.5 - parent: 2 - - uid: 22504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,22.5 - parent: 2 - - uid: 22524 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-30.5 - parent: 2 - - uid: 22529 - components: - - type: Transform - pos: -30.5,-27.5 - parent: 2 - - uid: 22549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-3.5 - parent: 2 - - uid: 22550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,43.5 - parent: 2 - - uid: 22557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 84.5,9.5 - parent: 2 - - uid: 22771 - components: - - type: Transform - pos: -43.5,70.5 - parent: 2 - - uid: 23059 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 - parent: 2 - - uid: 23136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-31.5 - parent: 2 - - uid: 23187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-11.5 - parent: 2 - - uid: 25065 - components: - - type: Transform - pos: 70.5,30.5 - parent: 2 - - uid: 26616 - components: - - type: Transform - pos: -54.5,53.5 - parent: 2 - - uid: 32471 - components: - - type: Transform - pos: 55.5,68.5 - parent: 2 - - uid: 32602 - components: - - type: Transform - pos: 58.5,66.5 - parent: 2 - - uid: 32604 - components: - - type: Transform - pos: 65.5,70.5 - parent: 2 - - uid: 32605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,64.5 - parent: 2 - - uid: 32606 - components: - - type: Transform - pos: 62.5,59.5 - parent: 2 - - uid: 32607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,60.5 - parent: 2 - - uid: 32609 - components: - - type: Transform - pos: 55.5,62.5 - parent: 2 - - uid: 32611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,63.5 - parent: 2 - - uid: 32614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,52.5 - parent: 2 - - uid: 32617 - components: - - type: Transform - pos: 65.5,48.5 - parent: 2 - - uid: 32619 - components: - - type: Transform - pos: 60.5,46.5 - parent: 2 - - uid: 32620 - components: - - type: Transform - pos: 57.5,48.5 - parent: 2 - - uid: 32624 - components: - - type: Transform - pos: 56.5,32.5 - parent: 2 - - uid: 32626 - components: - - type: Transform - pos: 59.5,38.5 - parent: 2 - - uid: 32628 - components: - - type: Transform - pos: 66.5,42.5 - parent: 2 - - uid: 32630 - components: - - type: Transform - pos: 69.5,36.5 - parent: 2 - - uid: 32632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,47.5 - parent: 2 - - uid: 32633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,36.5 - parent: 2 - - uid: 32634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,52.5 - parent: 2 - - uid: 32635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,57.5 - parent: 2 - - uid: 32636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,60.5 - parent: 2 - - type: PoweredLight - ghostBlinkingCooldown: 60.0004096 - - uid: 32638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,67.5 - parent: 2 - - uid: 32641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,64.5 - parent: 2 - - uid: 32642 - components: - - type: Transform - pos: 82.5,66.5 - parent: 2 - - uid: 32643 - components: - - type: Transform - pos: 87.5,68.5 - parent: 2 - - uid: 32644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,66.5 - parent: 2 - - uid: 32645 - components: - - type: Transform - pos: 92.5,62.5 - parent: 2 - - uid: 32646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,58.5 - parent: 2 - - uid: 32647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 95.5,51.5 - parent: 2 - - uid: 32648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,49.5 - parent: 2 - - uid: 32649 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,52.5 - parent: 2 - - uid: 32655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,46.5 - parent: 2 - - uid: 32656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,48.5 - parent: 2 - - uid: 32657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,45.5 - parent: 2 - - uid: 32659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,41.5 - parent: 2 - - uid: 32661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,36.5 - parent: 2 - - uid: 32662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,33.5 - parent: 2 - - uid: 32663 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,32.5 - parent: 2 - - uid: 32664 - components: - - type: Transform - pos: 95.5,31.5 - parent: 2 - - uid: 32665 - components: - - type: Transform - pos: 97.5,29.5 - parent: 2 - - uid: 32667 - components: - - type: Transform - pos: 95.5,24.5 - parent: 2 - - uid: 32668 - components: - - type: Transform - pos: 91.5,27.5 - parent: 2 - - uid: 32669 - components: - - type: Transform - pos: 87.5,27.5 - parent: 2 - - uid: 32672 - components: - - type: Transform - pos: 80.5,27.5 - parent: 2 - - uid: 32673 - components: - - type: Transform - pos: 81.5,32.5 - parent: 2 - - uid: 32674 - components: - - type: Transform - pos: 79.5,34.5 - parent: 2 - - uid: 32675 - components: - - type: Transform - pos: 76.5,38.5 - parent: 2 - - uid: 32676 - components: - - type: Transform - pos: 76.5,40.5 - parent: 2 - - uid: 32679 - components: - - type: Transform - pos: 68.5,32.5 - parent: 2 - - uid: 32683 - components: - - type: Transform - pos: 84.5,27.5 - parent: 2 -- proto: PoweredSmallLightMaintenanceRed - entities: - - uid: 3427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-8.5 - parent: 2 - - uid: 5974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-10.5 - parent: 2 - - uid: 8304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-20.5 - parent: 2 - - uid: 15848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,19.5 - parent: 2 - - uid: 16295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,32.5 - parent: 2 - - uid: 16296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,24.5 - parent: 2 - - uid: 16297 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-0.5 - parent: 2 - - uid: 16299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-11.5 - parent: 2 - - uid: 16300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,43.5 - parent: 2 - - uid: 16552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-21.5 - parent: 2 - - uid: 17846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-34.5 - parent: 2 - - uid: 17847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,-3.5 - parent: 2 - - uid: 17875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,35.5 - parent: 2 - - uid: 17905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,25.5 - parent: 2 - - uid: 19384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,23.5 - parent: 2 - - uid: 19641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,58.5 - parent: 2 - - uid: 20611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,24.5 - parent: 2 - - uid: 21069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,22.5 - parent: 2 - - uid: 22160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,1.5 - parent: 2 - - uid: 22518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,1.5 - parent: 2 - - uid: 22526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-19.5 - parent: 2 - - uid: 22532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-30.5 - parent: 2 - - uid: 22537 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,16.5 - parent: 2 - - uid: 22541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-22.5 - parent: 2 - - uid: 22544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,32.5 - parent: 2 - - uid: 22546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,34.5 - parent: 2 - - uid: 22547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,9.5 - parent: 2 - - uid: 22548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,5.5 - parent: 2 - - uid: 22551 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,16.5 - parent: 2 - - uid: 22563 - components: - - type: Transform - pos: 65.5,-27.5 - parent: 2 - - uid: 22564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-10.5 - parent: 2 - - uid: 22566 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-20.5 - parent: 2 - - uid: 22568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-31.5 - parent: 2 - - uid: 22569 - components: - - type: Transform - pos: -5.5,-27.5 - parent: 2 - - uid: 22574 - components: - - type: Transform - pos: 85.5,22.5 - parent: 2 - - uid: 23298 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 2 - - uid: 29674 - components: - - type: Transform - pos: -22.5,-37.5 - parent: 2 -- proto: PresentRandom - entities: - - uid: 5958 - components: - - type: Transform - pos: 21.15425,-35.52148 - parent: 2 -- proto: Protolathe - entities: - - uid: 4127 - components: - - type: Transform - pos: 26.5,28.5 - parent: 2 -- proto: PsychBed - entities: - - uid: 1128 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 2 -- proto: Puddle - entities: - - uid: 29873 - components: - - type: Transform - pos: 87.5,38.5 - parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 50 - - type: StepTrigger - active: False - - uid: 33569 - components: - - type: Transform - pos: 91.5,27.5 - parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 50 - - type: StepTrigger - active: False -- proto: PuddleFlour - entities: - - uid: 30095 - components: - - type: Transform - pos: 87.5,43.5 - parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 30 - - type: StepTrigger - active: False - - uid: 30096 - components: - - type: Transform - pos: 85.5,40.5 - parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 50 - - type: StepTrigger - active: False - - uid: 30097 - components: - - type: Transform - pos: 90.5,40.5 - parent: 2 - - type: SolutionContainerManager - solutions: - puddle: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 1000 - name: null - reagents: - - data: null - ReagentId: Blood - Quantity: 35 - - type: StepTrigger - active: False -- proto: PuddleSparkle - entities: - - uid: 4865 - components: - - type: Transform - pos: 86.5,39.5 - parent: 2 -- proto: Rack - entities: - - uid: 574 - components: - - type: Transform - pos: -51.5,18.5 - parent: 2 - - uid: 921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,7.5 - parent: 2 - - uid: 990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,7.5 - parent: 2 - - uid: 993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,7.5 - parent: 2 - - uid: 1030 - components: - - type: Transform - pos: 15.5,-9.5 - parent: 2 - - uid: 1034 - components: - - type: Transform - pos: 35.5,3.5 - parent: 2 - - uid: 1066 - components: - - type: Transform - pos: 33.5,3.5 - parent: 2 - - uid: 1133 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 2 - - uid: 1156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,7.5 - parent: 2 - - uid: 1172 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 2 - - uid: 1173 - components: - - type: Transform - pos: 18.5,-9.5 - parent: 2 - - uid: 1174 - components: - - type: Transform - pos: 18.5,-10.5 - parent: 2 - - uid: 1284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,15.5 - parent: 2 - - uid: 1345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,16.5 - parent: 2 - - uid: 1384 - components: - - type: Transform - pos: 34.5,12.5 - parent: 2 - - uid: 1394 - components: - - type: Transform - pos: -23.5,58.5 - parent: 2 - - uid: 1532 - components: - - type: Transform - pos: 28.5,-2.5 - parent: 2 - - uid: 1645 - components: - - type: Transform - pos: 33.5,5.5 - parent: 2 - - uid: 1662 - components: - - type: Transform - pos: 18.5,-8.5 - parent: 2 - - uid: 2234 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 2 - - uid: 2541 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 2 - - uid: 3004 - components: - - type: Transform - pos: -62.5,4.5 - parent: 2 - - uid: 3010 - components: - - type: Transform - pos: -62.5,5.5 - parent: 2 - - uid: 3323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,37.5 - parent: 2 - - uid: 3376 - components: - - type: Transform - pos: -25.5,-4.5 - parent: 2 - - uid: 3516 - components: - - type: Transform - pos: -61.5,-7.5 - parent: 2 - - uid: 3518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-21.5 - parent: 2 - - uid: 3544 - components: - - type: Transform - pos: -57.5,-7.5 - parent: 2 - - uid: 3545 - components: - - type: Transform - pos: -62.5,-7.5 - parent: 2 - - uid: 3555 - components: - - type: Transform - pos: -52.5,-14.5 - parent: 2 - - uid: 3816 - components: - - type: Transform - pos: -26.5,44.5 - parent: 2 - - uid: 3948 - components: - - type: Transform - pos: -81.5,1.5 - parent: 2 - - uid: 5119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-41.5 - parent: 2 - - uid: 5216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,30.5 - parent: 2 - - uid: 5217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,30.5 - parent: 2 - - uid: 5753 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 2 - - uid: 5754 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 2 - - uid: 5901 - components: - - type: Transform - pos: 26.5,-34.5 - parent: 2 - - uid: 5902 - components: - - type: Transform - pos: 26.5,-32.5 - parent: 2 - - uid: 6014 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 2 - - uid: 6039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,24.5 - parent: 2 - - uid: 6040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,23.5 - parent: 2 - - uid: 6045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,23.5 - parent: 2 - - uid: 6046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,24.5 - parent: 2 - - uid: 6508 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 2 - - uid: 6516 - components: - - type: Transform - pos: -3.5,-25.5 - parent: 2 - - uid: 6678 - components: - - type: Transform - pos: -13.5,-41.5 - parent: 2 - - uid: 6931 - components: - - type: Transform - pos: -51.5,26.5 - parent: 2 - - uid: 7392 - components: - - type: Transform - pos: -61.5,-9.5 - parent: 2 - - uid: 7394 - components: - - type: Transform - pos: -62.5,-9.5 - parent: 2 - - uid: 7515 - components: - - type: Transform - pos: -57.5,-9.5 - parent: 2 - - uid: 7606 - components: - - type: Transform - pos: -56.5,-19.5 - parent: 2 - - uid: 8429 - components: - - type: Transform - pos: -69.5,17.5 - parent: 2 - - uid: 8430 - components: - - type: Transform - pos: -68.5,17.5 - parent: 2 - - uid: 8466 - components: - - type: Transform - pos: -78.5,-2.5 - parent: 2 - - uid: 8788 - components: - - type: Transform - pos: -50.5,16.5 - parent: 2 - - uid: 8838 - components: - - type: Transform - pos: -51.5,16.5 - parent: 2 - - uid: 8921 - components: - - type: Transform - pos: -58.5,30.5 - parent: 2 - - uid: 8922 - components: - - type: Transform - pos: -58.5,29.5 - parent: 2 - - uid: 8925 - components: - - type: Transform - pos: -58.5,28.5 - parent: 2 - - uid: 8939 - components: - - type: Transform - pos: -64.5,29.5 - parent: 2 - - uid: 8943 - components: - - type: Transform - pos: -64.5,28.5 - parent: 2 - - uid: 8951 - components: - - type: Transform - pos: -64.5,30.5 - parent: 2 - - uid: 9014 - components: - - type: Transform - pos: -50.5,18.5 - parent: 2 - - uid: 9041 - components: - - type: Transform - pos: -51.5,25.5 - parent: 2 - - uid: 9042 - components: - - type: Transform - pos: -47.5,26.5 - parent: 2 - - uid: 9103 - components: - - type: Transform - pos: -47.5,31.5 - parent: 2 - - uid: 9134 - components: - - type: Transform - pos: -33.5,39.5 - parent: 2 - - uid: 9147 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 2 - - uid: 9218 - components: - - type: Transform - pos: -33.5,40.5 - parent: 2 - - uid: 9228 - components: - - type: Transform - pos: -33.5,41.5 - parent: 2 - - uid: 9286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,37.5 - parent: 2 - - uid: 10065 - components: - - type: Transform - pos: -69.5,36.5 - parent: 2 - - uid: 10628 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-31.5 - parent: 2 - - uid: 11108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,-2.5 - parent: 2 - - uid: 11109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-2.5 - parent: 2 - - uid: 11241 - components: - - type: Transform - pos: 71.5,30.5 - parent: 2 - - uid: 11342 - components: - - type: Transform - pos: -46.5,-25.5 - parent: 2 - - uid: 12934 - components: - - type: Transform - pos: 47.5,46.5 - parent: 2 - - uid: 12935 - components: - - type: Transform - pos: 46.5,42.5 - parent: 2 - - uid: 13244 - components: - - type: Transform - pos: -37.5,13.5 - parent: 2 - - uid: 13645 - components: - - type: Transform - pos: 58.5,-37.5 - parent: 2 - - uid: 14078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,44.5 - parent: 2 - - uid: 14258 - components: - - type: Transform - pos: 27.5,55.5 - parent: 2 - - uid: 15525 - components: - - type: Transform - pos: -20.5,48.5 - parent: 2 - - uid: 15988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-20.5 - parent: 2 - - uid: 16498 - components: - - type: Transform - pos: -25.5,46.5 - parent: 2 - - uid: 16500 - components: - - type: Transform - pos: -23.5,46.5 - parent: 2 - - uid: 16509 - components: - - type: Transform - pos: -19.5,45.5 - parent: 2 - - uid: 16519 - components: - - type: Transform - pos: -20.5,45.5 - parent: 2 - - uid: 16592 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,60.5 - parent: 2 - - uid: 16669 - components: - - type: Transform - pos: -36.5,12.5 - parent: 2 - - uid: 16670 - components: - - type: Transform - pos: -37.5,12.5 - parent: 2 - - uid: 18118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,61.5 - parent: 2 - - uid: 18150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,62.5 - parent: 2 - - uid: 18151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,61.5 - parent: 2 - - uid: 18155 - components: - - type: Transform - pos: -31.5,62.5 - parent: 2 - - uid: 18197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,60.5 - parent: 2 - - uid: 18438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,4.5 - parent: 2 - - uid: 18439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,5.5 - parent: 2 - - uid: 18443 - components: - - type: Transform - pos: -51.5,-1.5 - parent: 2 - - uid: 18446 - components: - - type: Transform - pos: -52.5,-1.5 - parent: 2 - - uid: 18482 - components: - - type: Transform - pos: -51.5,0.5 - parent: 2 - - uid: 18516 - components: - - type: Transform - pos: -41.5,24.5 - parent: 2 - - uid: 18528 - components: - - type: Transform - pos: -40.5,24.5 - parent: 2 - - uid: 19378 - components: - - type: Transform - pos: -18.5,48.5 - parent: 2 - - uid: 19428 - components: - - type: Transform - pos: -77.5,1.5 - parent: 2 - - uid: 19638 - components: - - type: Transform - pos: -13.5,-42.5 - parent: 2 - - uid: 19691 - components: - - type: Transform - pos: -67.5,17.5 - parent: 2 - - uid: 20172 - components: - - type: Transform - pos: -28.5,-4.5 - parent: 2 - - uid: 20962 - components: - - type: Transform - pos: -7.5,-34.5 - parent: 2 - - uid: 20974 - components: - - type: Transform - pos: -62.5,-26.5 - parent: 2 - - uid: 21064 - components: - - type: Transform - pos: -31.5,15.5 - parent: 2 - - uid: 21065 - components: - - type: Transform - pos: -31.5,14.5 - parent: 2 - - uid: 21066 - components: - - type: Transform - pos: -34.5,-1.5 - parent: 2 - - uid: 21070 - components: - - type: Transform - pos: 36.5,16.5 - parent: 2 - - uid: 21071 - components: - - type: Transform - pos: 52.5,8.5 - parent: 2 - - uid: 21209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,35.5 - parent: 2 - - uid: 22090 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-8.5 - parent: 2 - - uid: 22165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-8.5 - parent: 2 - - uid: 22395 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 2 - - uid: 22444 - components: - - type: Transform - pos: 35.5,-0.5 - parent: 2 - - uid: 22445 - components: - - type: Transform - pos: 34.5,-0.5 - parent: 2 - - uid: 23286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,45.5 - parent: 2 - - uid: 23290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,33.5 - parent: 2 - - uid: 23294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,14.5 - parent: 2 - - uid: 25071 - components: - - type: Transform - pos: 71.5,29.5 - parent: 2 - - uid: 27610 - components: - - type: Transform - pos: -17.5,-25.5 - parent: 2 - - uid: 27633 - components: - - type: Transform - pos: -16.5,-25.5 - parent: 2 - - uid: 28158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-32.5 - parent: 2 - - uid: 28695 - components: - - type: Transform - pos: -56.5,-14.5 - parent: 2 - - uid: 28894 - components: - - type: Transform - pos: -18.5,47.5 - parent: 2 - - uid: 28969 - components: - - type: Transform - pos: 34.5,3.5 - parent: 2 - - uid: 28972 - components: - - type: Transform - pos: -21.5,48.5 - parent: 2 - - uid: 29610 - components: - - type: Transform - pos: 6.5,-29.5 - parent: 2 - - uid: 29753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,62.5 - parent: 2 - - uid: 29754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,61.5 - parent: 2 - - uid: 29755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,61.5 - parent: 2 - - uid: 29756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,62.5 - parent: 2 - - uid: 29770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,59.5 - parent: 2 - - uid: 29771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,58.5 - parent: 2 - - uid: 31792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-33.5 - parent: 2 - - uid: 34638 - components: - - type: Transform - pos: 43.5,30.5 - parent: 2 -- proto: RadiationCollector - entities: - - uid: 23017 - components: - - type: Transform - pos: -111.5,45.5 - parent: 2 - - uid: 23018 - components: - - type: Transform - pos: -112.5,45.5 - parent: 2 - - uid: 23049 - components: - - type: Transform - pos: -114.5,45.5 - parent: 2 - - uid: 23341 - components: - - type: Transform - anchored: False - pos: -93.1931,57.47908 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 27871 - components: - - type: Transform - anchored: False - pos: -119.22025,50.3151 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 27906 - components: - - type: Transform - anchored: False - pos: -107.89526,44.088966 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 28825 - components: - - type: Transform - pos: -113.5,57.5 - parent: 2 - - uid: 28826 - components: - - type: Transform - anchored: False - pos: -110.99109,59.063522 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 28827 - components: - - type: Transform - pos: -118.5,52.5 - parent: 2 - - uid: 32436 - components: - - type: Transform - anchored: False - pos: -96.53507,58.04881 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32437 - components: - - type: Transform - anchored: False - pos: -99.46498,45.464916 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32438 - components: - - type: Transform - anchored: False - pos: -100.38747,45.465878 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32439 - components: - - type: Transform - anchored: False - pos: -99.62384,46.73476 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32440 - components: - - type: Transform - anchored: False - pos: -99.5,57.5 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32441 - components: - - type: Transform - anchored: False - pos: -101.0904,54.52224 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: RadioHandheld - entities: - - uid: 9594 - components: - - type: Transform - pos: -48.02188,33.882744 - parent: 2 - - uid: 9595 - components: - - type: Transform - pos: -47.85782,33.71868 - parent: 2 - - uid: 9596 - components: - - type: Transform - pos: -47.936684,23.679705 - parent: 2 - - uid: 9597 - components: - - type: Transform - pos: -50.831215,18.66408 - parent: 2 - - uid: 9598 - components: - - type: Transform - pos: -55.67106,35.860962 - parent: 2 - - uid: 9599 - components: - - type: Transform - pos: -55.413246,35.77893 - parent: 2 - - uid: 9600 - components: - - type: Transform - pos: -55.57731,35.60315 - parent: 2 - - uid: 19855 - components: - - type: Transform - pos: 10.573705,60.727715 - parent: 2 - - uid: 22359 - components: - - type: Transform - pos: 26.287569,37.5581 - parent: 2 - - uid: 22366 - components: - - type: Transform - pos: 10.386205,60.49855 - parent: 2 - - uid: 22367 - components: - - type: Transform - pos: 10.698705,60.4673 - parent: 2 - - uid: 22382 - components: - - type: Transform - pos: 27.352337,55.793938 - parent: 2 - - uid: 22383 - components: - - type: Transform - pos: 27.414837,55.668938 - parent: 2 - - uid: 22384 - components: - - type: Transform - pos: 28.617962,52.835003 - parent: 2 - - uid: 22385 - components: - - type: Transform - pos: 21.358255,26.350407 - parent: 2 - - uid: 22386 - components: - - type: Transform - pos: 21.452005,26.280094 - parent: 2 - - uid: 22387 - components: - - type: Transform - pos: 16.452005,27.756657 - parent: 2 - - uid: 22388 - components: - - type: Transform - pos: 16.65513,27.88947 - parent: 2 - - uid: 22389 - components: - - type: Transform - pos: 17.295755,30.787907 - parent: 2 - - uid: 22390 - components: - - type: Transform - pos: -11.339292,-10.879668 - parent: 2 - - uid: 22391 - components: - - type: Transform - pos: -27.766466,-9.085171 - parent: 2 - - uid: 22392 - components: - - type: Transform - pos: -28.377155,-20.761341 - parent: 2 - - uid: 22393 - components: - - type: Transform - pos: -58.337063,13.594515 - parent: 2 - - uid: 22396 - components: - - type: Transform - pos: -41.535954,31.496433 - parent: 2 - - uid: 22397 - components: - - type: Transform - pos: -54.073174,35.65238 - parent: 2 -- proto: Railing - entities: - - uid: 92 - components: - - type: Transform - pos: 0.5,-21.5 - parent: 2 - - uid: 586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,9.5 - parent: 2 - - uid: 750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,7.5 - parent: 2 - - uid: 933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,21.5 - parent: 2 - - uid: 997 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,20.5 - parent: 2 - - uid: 1308 - components: - - type: Transform - pos: 25.5,3.5 - parent: 2 - - uid: 1309 - components: - - type: Transform - pos: 26.5,3.5 - parent: 2 - - uid: 1310 - components: - - type: Transform - pos: 27.5,3.5 - parent: 2 - - uid: 1311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,0.5 - parent: 2 - - uid: 1312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,0.5 - parent: 2 - - uid: 1314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 - parent: 2 - - uid: 1352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,11.5 - parent: 2 - - uid: 1354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,13.5 - parent: 2 - - uid: 1355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,12.5 - parent: 2 - - uid: 1359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,13.5 - parent: 2 - - uid: 1368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,10.5 - parent: 2 - - uid: 1370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,10.5 - parent: 2 - - uid: 1613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,10.5 - parent: 2 - - uid: 1635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,10.5 - parent: 2 - - uid: 1865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,62.5 - parent: 2 - - uid: 1899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,24.5 - parent: 2 - - uid: 1900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,24.5 - parent: 2 - - uid: 1901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,24.5 - parent: 2 - - uid: 1903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,24.5 - parent: 2 - - uid: 2086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,9.5 - parent: 2 - - uid: 2412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-34.5 - parent: 2 - - uid: 2588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-14.5 - parent: 2 - - uid: 3315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-33.5 - parent: 2 - - uid: 3490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-32.5 - parent: 2 - - uid: 3491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-32.5 - parent: 2 - - uid: 3508 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-29.5 - parent: 2 - - uid: 3509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-28.5 - parent: 2 - - uid: 3510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-31.5 - parent: 2 - - uid: 3511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-30.5 - parent: 2 - - uid: 3512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-29.5 - parent: 2 - - uid: 3513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-28.5 - parent: 2 - - uid: 3514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-31.5 - parent: 2 - - uid: 3515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-30.5 - parent: 2 - - uid: 3679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,17.5 - parent: 2 - - uid: 4982 - components: - - type: Transform - pos: 59.5,-24.5 - parent: 2 - - uid: 4983 - components: - - type: Transform - pos: 53.5,-24.5 - parent: 2 - - uid: 4984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-14.5 - parent: 2 - - uid: 4985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-14.5 - parent: 2 - - uid: 4986 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-16.5 - parent: 2 - - uid: 4987 - components: - - type: Transform - pos: 62.5,-22.5 - parent: 2 - - uid: 4988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-19.5 - parent: 2 - - uid: 4989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-23.5 - parent: 2 - - uid: 4991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-15.5 - parent: 2 - - uid: 6328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,59.5 - parent: 2 - - uid: 6676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,33.5 - parent: 2 - - uid: 7478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-16.5 - parent: 2 - - uid: 7479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-17.5 - parent: 2 - - uid: 7480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-18.5 - parent: 2 - - uid: 7481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-20.5 - parent: 2 - - uid: 7482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-21.5 - parent: 2 - - uid: 7483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-22.5 - parent: 2 - - uid: 8337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,13.5 - parent: 2 - - uid: 8338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,10.5 - parent: 2 - - uid: 8341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,12.5 - parent: 2 - - uid: 8813 - components: - - type: Transform - pos: 39.5,21.5 - parent: 2 - - uid: 8815 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 2 - - uid: 8852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,18.5 - parent: 2 - - uid: 8853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,18.5 - parent: 2 - - uid: 8883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,17.5 - parent: 2 - - uid: 8888 - components: - - type: Transform - pos: -61.5,19.5 - parent: 2 - - uid: 8889 - components: - - type: Transform - pos: -60.5,19.5 - parent: 2 - - uid: 8890 - components: - - type: Transform - pos: -59.5,19.5 - parent: 2 - - uid: 9753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,51.5 - parent: 2 - - uid: 9786 - components: - - type: Transform - pos: -84.5,-35.5 - parent: 2 - - uid: 9787 - components: - - type: Transform - pos: -87.5,-35.5 - parent: 2 - - uid: 9811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-54.5 - parent: 2 - - uid: 9815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-69.5 - parent: 2 - - uid: 9823 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-62.5 - parent: 2 - - uid: 9824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-64.5 - parent: 2 - - uid: 9825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-63.5 - parent: 2 - - uid: 9826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-72.5 - parent: 2 - - uid: 9829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-67.5 - parent: 2 - - uid: 9841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-68.5 - parent: 2 - - uid: 9842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-68.5 - parent: 2 - - uid: 9843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-61.5 - parent: 2 - - uid: 9844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-57.5 - parent: 2 - - uid: 9854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-63.5 - parent: 2 - - uid: 9856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,38.5 - parent: 2 - - uid: 9857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,39.5 - parent: 2 - - uid: 9858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,40.5 - parent: 2 - - uid: 9859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,41.5 - parent: 2 - - uid: 9860 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,44.5 - parent: 2 - - uid: 9861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,45.5 - parent: 2 - - uid: 9862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,46.5 - parent: 2 - - uid: 9863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,48.5 - parent: 2 - - uid: 9864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,50.5 - parent: 2 - - uid: 9865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,49.5 - parent: 2 - - uid: 9866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,48.5 - parent: 2 - - uid: 9867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,47.5 - parent: 2 - - uid: 9868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,46.5 - parent: 2 - - uid: 9869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,45.5 - parent: 2 - - uid: 9870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,44.5 - parent: 2 - - uid: 9871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,43.5 - parent: 2 - - uid: 9872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,42.5 - parent: 2 - - uid: 9873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,42.5 - parent: 2 - - uid: 9874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,42.5 - parent: 2 - - uid: 9918 - components: - - type: Transform - pos: -79.5,50.5 - parent: 2 - - uid: 9919 - components: - - type: Transform - pos: -68.5,50.5 - parent: 2 - - uid: 9920 - components: - - type: Transform - pos: -69.5,50.5 - parent: 2 - - uid: 9921 - components: - - type: Transform - pos: -70.5,50.5 - parent: 2 - - uid: 9922 - components: - - type: Transform - pos: -73.5,50.5 - parent: 2 - - uid: 9923 - components: - - type: Transform - pos: -72.5,50.5 - parent: 2 - - uid: 9924 - components: - - type: Transform - pos: -74.5,50.5 - parent: 2 - - uid: 9925 - components: - - type: Transform - pos: -77.5,50.5 - parent: 2 - - uid: 9926 - components: - - type: Transform - pos: -80.5,50.5 - parent: 2 - - uid: 9927 - components: - - type: Transform - pos: -82.5,50.5 - parent: 2 - - uid: 9928 - components: - - type: Transform - pos: -83.5,50.5 - parent: 2 - - uid: 9929 - components: - - type: Transform - pos: -85.5,50.5 - parent: 2 - - uid: 9930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,52.5 - parent: 2 - - uid: 9931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,52.5 - parent: 2 - - uid: 9932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,52.5 - parent: 2 - - uid: 9933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-77.5 - parent: 2 - - uid: 9934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,52.5 - parent: 2 - - uid: 9935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,52.5 - parent: 2 - - uid: 9936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,52.5 - parent: 2 - - uid: 9937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,52.5 - parent: 2 - - uid: 9938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,52.5 - parent: 2 - - uid: 9939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,52.5 - parent: 2 - - uid: 10437 - components: - - type: Transform - pos: -78.5,-35.5 - parent: 2 - - uid: 10440 - components: - - type: Transform - pos: -86.5,-35.5 - parent: 2 - - uid: 10452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-51.5 - parent: 2 - - uid: 10453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-56.5 - parent: 2 - - uid: 10454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-58.5 - parent: 2 - - uid: 10455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-61.5 - parent: 2 - - uid: 10456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-62.5 - parent: 2 - - uid: 10457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-40.5 - parent: 2 - - uid: 10458 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-41.5 - parent: 2 - - uid: 10459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-42.5 - parent: 2 - - uid: 10460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-45.5 - parent: 2 - - uid: 10461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-47.5 - parent: 2 - - uid: 10462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-48.5 - parent: 2 - - uid: 10583 - components: - - type: Transform - pos: -66.5,-36.5 - parent: 2 - - uid: 10584 - components: - - type: Transform - pos: -65.5,-36.5 - parent: 2 - - uid: 10585 - components: - - type: Transform - pos: -64.5,-36.5 - parent: 2 - - uid: 10586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-30.5 - parent: 2 - - uid: 10587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-31.5 - parent: 2 - - uid: 10616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-32.5 - parent: 2 - - uid: 11268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-26.5 - parent: 2 - - uid: 11973 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-14.5 - parent: 2 - - uid: 12146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,7.5 - parent: 2 - - uid: 13441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-33.5 - parent: 2 - - uid: 13486 - components: - - type: Transform - pos: -79.5,-35.5 - parent: 2 - - uid: 13487 - components: - - type: Transform - pos: -81.5,-35.5 - parent: 2 - - uid: 13488 - components: - - type: Transform - pos: -82.5,-35.5 - parent: 2 - - uid: 13544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-37.5 - parent: 2 - - uid: 13579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-33.5 - parent: 2 - - uid: 13647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-37.5 - parent: 2 - - uid: 13648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-38.5 - parent: 2 - - uid: 13649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-39.5 - parent: 2 - - uid: 13650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-40.5 - parent: 2 - - uid: 13655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-38.5 - parent: 2 - - uid: 13656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-37.5 - parent: 2 - - uid: 13663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-33.5 - parent: 2 - - uid: 13664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-33.5 - parent: 2 - - uid: 13665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-33.5 - parent: 2 - - uid: 13666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,-33.5 - parent: 2 - - uid: 13667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-33.5 - parent: 2 - - uid: 13675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-43.5 - parent: 2 - - uid: 13678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-53.5 - parent: 2 - - uid: 13867 - components: - - type: Transform - pos: 16.5,19.5 - parent: 2 - - uid: 15208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,61.5 - parent: 2 - - uid: 15209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,62.5 - parent: 2 - - uid: 15579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,37.5 - parent: 2 - - uid: 15587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,37.5 - parent: 2 - - uid: 15755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,57.5 - parent: 2 - - uid: 17007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-57.5 - parent: 2 - - uid: 17008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-44.5 - parent: 2 - - uid: 17009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-53.5 - parent: 2 - - uid: 17502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-16.5 - parent: 2 - - uid: 18219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,58.5 - parent: 2 - - uid: 18552 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-51.5 - parent: 2 - - uid: 18553 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-39.5 - parent: 2 - - uid: 18555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-41.5 - parent: 2 - - uid: 18585 - components: - - type: Transform - pos: -88.5,50.5 - parent: 2 - - uid: 18587 - components: - - type: Transform - pos: -89.5,50.5 - parent: 2 - - uid: 18603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-40.5 - parent: 2 - - uid: 18621 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,52.5 - parent: 2 - - uid: 18711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-57.5 - parent: 2 - - uid: 18777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-42.5 - parent: 2 - - uid: 18780 - components: - - type: Transform - pos: -68.5,-35.5 - parent: 2 - - uid: 18783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-47.5 - parent: 2 - - uid: 18784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-35.5 - parent: 2 - - uid: 18785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-43.5 - parent: 2 - - uid: 19626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,58.5 - parent: 2 - - uid: 19650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,62.5 - parent: 2 - - uid: 22122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,24.5 - parent: 2 - - uid: 22137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-32.5 - parent: 2 - - uid: 22149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,-37.5 - parent: 2 - - uid: 22155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-28.5 - parent: 2 - - uid: 22159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,22.5 - parent: 2 - - uid: 22279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,58.5 - parent: 2 - - uid: 22675 - components: - - type: Transform - pos: -19.5,-13.5 - parent: 2 - - uid: 22885 - components: - - type: Transform - pos: -25.5,-13.5 - parent: 2 - - uid: 22910 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - - uid: 23127 - components: - - type: Transform - pos: -18.5,-13.5 - parent: 2 - - uid: 23296 - components: - - type: Transform - pos: -17.5,-13.5 - parent: 2 - - uid: 23577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,14.5 - parent: 2 - - uid: 23579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,15.5 - parent: 2 - - uid: 23592 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,19.5 - parent: 2 - - uid: 24483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-27.5 - parent: 2 - - uid: 26853 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-28.5 - parent: 2 - - uid: 27167 - components: - - type: Transform - pos: -23.5,-13.5 - parent: 2 - - uid: 28062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,36.5 - parent: 2 - - uid: 28644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,18.5 - parent: 2 - - uid: 30221 - components: - - type: Transform - pos: 38.5,-18.5 - parent: 2 - - uid: 30268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,58.5 - parent: 2 - - uid: 30272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,62.5 - parent: 2 - - uid: 30370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-36.5 - parent: 2 - - uid: 30379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 2 - - uid: 30380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,25.5 - parent: 2 - - uid: 30381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,24.5 - parent: 2 - - uid: 30392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,52.5 - parent: 2 - - uid: 30399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,20.5 - parent: 2 - - uid: 30401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,37.5 - parent: 2 - - uid: 30402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-16.5 - parent: 2 - - uid: 30406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-23.5 - parent: 2 - - uid: 30407 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 30409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-22.5 - parent: 2 - - uid: 30449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-14.5 - parent: 2 - - uid: 30585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,9.5 - parent: 2 - - uid: 31914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-43.5 - parent: 2 - - uid: 31915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-44.5 - parent: 2 - - uid: 31916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-46.5 - parent: 2 - - uid: 31919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-48.5 - parent: 2 - - uid: 31920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-52.5 - parent: 2 - - uid: 32010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-52.5 - parent: 2 - - uid: 32011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-47.5 - parent: 2 - - uid: 32230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,49.5 - parent: 2 - - uid: 32231 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -100.5,49.5 - parent: 2 - - uid: 32232 - components: - - type: Transform - pos: -101.5,53.5 - parent: 2 - - uid: 32233 - components: - - type: Transform - pos: -100.5,53.5 - parent: 2 - - uid: 32252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-52.5 - parent: 2 - - uid: 32268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,-51.5 - parent: 2 - - uid: 32311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-59.5 - parent: 2 - - uid: 32331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-38.5 - parent: 2 - - uid: 32332 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,-33.5 - parent: 2 - - uid: 32333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-33.5 - parent: 2 - - uid: 32338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-36.5 - parent: 2 - - uid: 34959 - components: - - type: Transform - pos: 20.5,19.5 - parent: 2 - - uid: 35476 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,53.5 - parent: 2 - - uid: 35477 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,54.5 - parent: 2 - - uid: 35478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,57.5 - parent: 2 - - uid: 35479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,58.5 - parent: 2 - - uid: 35480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,59.5 - parent: 2 - - uid: 35481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,61.5 - parent: 2 - - uid: 35482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,63.5 - parent: 2 - - uid: 35483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,64.5 - parent: 2 - - uid: 35484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,66.5 - parent: 2 - - uid: 35485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,67.5 - parent: 2 - - uid: 35486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,68.5 - parent: 2 - - uid: 35487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,69.5 - parent: 2 - - uid: 35488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,71.5 - parent: 2 - - uid: 35489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,74.5 - parent: 2 - - uid: 35490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,73.5 - parent: 2 - - uid: 35491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,77.5 - parent: 2 - - uid: 35492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,79.5 - parent: 2 - - uid: 35493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,83.5 - parent: 2 - - uid: 35494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,84.5 - parent: 2 - - uid: 35495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,86.5 - parent: 2 - - uid: 35496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,87.5 - parent: 2 - - uid: 35497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,88.5 - parent: 2 - - uid: 35498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,89.5 - parent: 2 - - uid: 35499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,92.5 - parent: 2 - - uid: 35500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,94.5 - parent: 2 - - uid: 35501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,99.5 - parent: 2 - - uid: 35502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,94.5 - parent: 2 - - uid: 35503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,93.5 - parent: 2 - - uid: 35504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,92.5 - parent: 2 - - uid: 35505 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,87.5 - parent: 2 - - uid: 35506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,83.5 - parent: 2 - - uid: 35507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,82.5 - parent: 2 - - uid: 35508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,77.5 - parent: 2 - - uid: 35509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,78.5 - parent: 2 - - uid: 35510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,76.5 - parent: 2 - - uid: 35511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,73.5 - parent: 2 - - uid: 35512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,72.5 - parent: 2 - - uid: 35513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,71.5 - parent: 2 - - uid: 35514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,67.5 - parent: 2 - - uid: 35515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,66.5 - parent: 2 - - uid: 35516 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,63.5 - parent: 2 - - uid: 35517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,62.5 - parent: 2 - - uid: 35518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,61.5 - parent: 2 - - uid: 35519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,58.5 - parent: 2 - - uid: 35520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,56.5 - parent: 2 - - uid: 35521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,54.5 - parent: 2 - - uid: 35522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,57.5 - parent: 2 - - uid: 35679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,52.5 - parent: 2 - - uid: 35680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,52.5 - parent: 2 -- proto: RailingCorner - entities: - - uid: 797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,6.5 - parent: 2 - - uid: 2384 - components: - - type: Transform - pos: 65.5,-20.5 - parent: 2 - - uid: 3310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-32.5 - parent: 2 - - uid: 3504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-27.5 - parent: 2 - - uid: 3505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-27.5 - parent: 2 - - uid: 3506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-32.5 - parent: 2 - - uid: 3507 - components: - - type: Transform - pos: 36.5,-32.5 - parent: 2 - - uid: 3943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-14.5 - parent: 2 - - uid: 3944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-13.5 - parent: 2 - - uid: 3945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-15.5 - parent: 2 - - uid: 3947 - components: - - type: Transform - pos: 66.5,-18.5 - parent: 2 - - uid: 4967 - components: - - type: Transform - pos: 64.5,-21.5 - parent: 2 - - uid: 4968 - components: - - type: Transform - pos: 63.5,-22.5 - parent: 2 - - uid: 4969 - components: - - type: Transform - pos: 61.5,-23.5 - parent: 2 - - uid: 4970 - components: - - type: Transform - pos: 60.5,-24.5 - parent: 2 - - uid: 4971 - components: - - type: Transform - pos: 58.5,-25.5 - parent: 2 - - uid: 4972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-25.5 - parent: 2 - - uid: 4973 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-24.5 - parent: 2 - - uid: 4974 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-22.5 - parent: 2 - - uid: 4975 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-19.5 - parent: 2 - - uid: 4976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-18.5 - parent: 2 - - uid: 4977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-17.5 - parent: 2 - - uid: 4978 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-16.5 - parent: 2 - - uid: 4979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-15.5 - parent: 2 - - uid: 4980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-14.5 - parent: 2 - - uid: 4981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-13.5 - parent: 2 - - uid: 8336 - components: - - type: Transform - pos: 65.5,23.5 - parent: 2 - - uid: 9940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,52.5 - parent: 2 - - uid: 10582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-36.5 - parent: 2 - - uid: 13674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-42.5 - parent: 2 - - uid: 19645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-13.5 - parent: 2 - - uid: 21092 - components: - - type: Transform - pos: -28.5,-13.5 - parent: 2 - - uid: 22131 - components: - - type: Transform - pos: -77.5,-32.5 - parent: 2 - - uid: 22132 - components: - - type: Transform - pos: -70.5,-38.5 - parent: 2 - - uid: 22543 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-13.5 - parent: 2 - - uid: 22553 - components: - - type: Transform - pos: -16.5,-13.5 - parent: 2 - - uid: 22571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-13.5 - parent: 2 - - uid: 22627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-13.5 - parent: 2 - - uid: 22800 - components: - - type: Transform - pos: -13.5,-13.5 - parent: 2 - - uid: 22802 - components: - - type: Transform - pos: -22.5,-13.5 - parent: 2 - - uid: 23545 - components: - - type: Transform - pos: 6.5,6.5 - parent: 2 - - uid: 24820 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,11.5 - parent: 2 - - uid: 32269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,-33.5 - parent: 2 -- proto: RailingCornerSmall - entities: - - uid: 1369 - components: - - type: Transform - pos: 28.5,10.5 - parent: 2 - - uid: 2552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-28.5 - parent: 2 - - uid: 3946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-17.5 - parent: 2 - - uid: 4990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-15.5 - parent: 2 - - uid: 4992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-14.5 - parent: 2 - - uid: 4993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-18.5 - parent: 2 - - uid: 4994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-20.5 - parent: 2 - - uid: 4995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-21.5 - parent: 2 - - uid: 4996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-22.5 - parent: 2 - - uid: 4997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-23.5 - parent: 2 - - uid: 4998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-24.5 - parent: 2 - - uid: 4999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-24.5 - parent: 2 - - uid: 5000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-22.5 - parent: 2 - - uid: 5001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-21.5 - parent: 2 - - uid: 5002 - components: - - type: Transform - pos: 51.5,-20.5 - parent: 2 - - uid: 5003 - components: - - type: Transform - pos: 52.5,-19.5 - parent: 2 - - uid: 5004 - components: - - type: Transform - pos: 53.5,-18.5 - parent: 2 - - uid: 5005 - components: - - type: Transform - pos: 54.5,-17.5 - parent: 2 - - uid: 5006 - components: - - type: Transform - pos: 56.5,-16.5 - parent: 2 - - uid: 5007 - components: - - type: Transform - pos: 57.5,-15.5 - parent: 2 - - uid: 5008 - components: - - type: Transform - pos: 59.5,-14.5 - parent: 2 - - uid: 5009 - components: - - type: Transform - pos: 60.5,-13.5 - parent: 2 - - uid: 5010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-13.5 - parent: 2 - - uid: 5011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-25.5 - parent: 2 - - uid: 5012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-25.5 - parent: 2 - - uid: 5013 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-16.5 - parent: 2 - - uid: 5989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,12.5 - parent: 2 - - uid: 6370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 2 - - uid: 8884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,19.5 - parent: 2 - - uid: 8885 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,19.5 - parent: 2 - - uid: 8886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,16.5 - parent: 2 - - uid: 8887 - components: - - type: Transform - pos: -58.5,16.5 - parent: 2 - - uid: 9945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,50.5 - parent: 2 - - uid: 9946 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,42.5 - parent: 2 - - uid: 10463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,-35.5 - parent: 2 - - uid: 10612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,-35.5 - parent: 2 - - uid: 10613 - components: - - type: Transform - pos: -67.5,-33.5 - parent: 2 - - uid: 15054 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-26.5 - parent: 2 - - uid: 15404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,38.5 - parent: 2 - - uid: 15588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,38.5 - parent: 2 - - uid: 16398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,57.5 - parent: 2 - - uid: 18556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-42.5 - parent: 2 - - uid: 22123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,23.5 - parent: 2 - - uid: 22154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,11.5 - parent: 2 - - uid: 22567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,63.5 - parent: 2 - - uid: 30410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-21.5 - parent: 2 - - uid: 30411 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 2 - - uid: 34960 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,19.5 - parent: 2 - - uid: 34961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,19.5 - parent: 2 - - uid: 35474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,52.5 - parent: 2 - - uid: 35475 - components: - - type: Transform - pos: -81.5,52.5 - parent: 2 -- proto: RandomAnimalSpawner - entities: - - uid: 21128 - components: - - type: Transform - pos: -102.5,26.5 - parent: 2 - - uid: 27967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,15.5 - parent: 2 -- proto: RandomArcade - entities: - - uid: 6307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-21.5 - parent: 2 - - uid: 6308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-21.5 - parent: 2 - - uid: 6309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-21.5 - parent: 2 - - uid: 8478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-21.5 - parent: 2 - - uid: 15545 - components: - - type: Transform - pos: 27.5,-18.5 - parent: 2 - - uid: 16606 - components: - - type: Transform - pos: 23.5,-18.5 - parent: 2 - - uid: 17975 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-21.5 - parent: 2 - - uid: 18279 - components: - - type: Transform - pos: 26.5,-18.5 - parent: 2 - - uid: 19648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-21.5 - parent: 2 - - uid: 20190 - components: - - type: Transform - pos: 22.5,-18.5 - parent: 2 - - uid: 20195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-21.5 - parent: 2 - - uid: 20199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-21.5 - parent: 2 -- proto: RandomArtifactSpawner - entities: - - uid: 4488 - components: - - type: Transform - pos: 39.5,55.5 - parent: 2 -- proto: RandomBoards - entities: - - uid: 3378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-4.5 - parent: 2 - - uid: 6300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-4.5 - parent: 2 - - uid: 6656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-20.5 - parent: 2 - - uid: 10410 - components: - - type: Transform - pos: -50.5,27.5 - parent: 2 - - uid: 23280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,44.5 - parent: 2 - - uid: 23283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,45.5 - parent: 2 - - uid: 23288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,35.5 - parent: 2 - - uid: 23289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,33.5 - parent: 2 - - uid: 23291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,36.5 - parent: 2 - - uid: 23293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,14.5 - parent: 2 - - uid: 33603 - components: - - type: Transform - pos: 84.5,50.5 - parent: 2 - - uid: 33604 - components: - - type: Transform - pos: 97.5,29.5 - parent: 2 - - uid: 33605 - components: - - type: Transform - pos: 60.5,60.5 - parent: 2 - - uid: 33606 - components: - - type: Transform - pos: 59.5,60.5 - parent: 2 - - uid: 33607 - components: - - type: Transform - pos: 76.5,66.5 - parent: 2 - - uid: 33712 - components: - - type: Transform - pos: -50.5,25.5 - parent: 2 - - uid: 33717 - components: - - type: Transform - pos: -48.5,25.5 - parent: 2 - - uid: 33721 - components: - - type: Transform - pos: -50.5,26.5 - parent: 2 -- proto: RandomBook - entities: - - uid: 928 - components: - - type: Transform - pos: 62.532875,14.8503 - parent: 2 - - uid: 988 - components: - - type: Transform - pos: 62.40397,14.404987 - parent: 2 - - uid: 2091 - components: - - type: Transform - pos: 58.734295,22.132498 - parent: 2 - - uid: 4444 - components: - - type: Transform - pos: -4.2542644,-0.5392866 - parent: 2 - - uid: 4447 - components: - - type: Transform - pos: -7.7464514,4.816182 - parent: 2 - - uid: 4456 - components: - - type: Transform - pos: 4.624553,7.4763384 - parent: 2 - - uid: 4484 - components: - - type: Transform - pos: 6.464397,-0.85569286 - parent: 2 - - uid: 4485 - components: - - type: Transform - pos: 6.417522,-1.3361616 - parent: 2 - - uid: 5695 - components: - - type: Transform - pos: 60.5,27.5 - parent: 2 - - uid: 5696 - components: - - type: Transform - pos: 57.5,29.5 - parent: 2 - - uid: 6393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,29.5 - parent: 2 - - uid: 18380 - components: - - type: Transform - pos: -23.5,66.5 - parent: 2 - - uid: 18382 - components: - - type: Transform - pos: -15.5,66.5 - parent: 2 - - uid: 18383 - components: - - type: Transform - pos: -19.5,62.5 - parent: 2 - - uid: 18384 - components: - - type: Transform - pos: -22.5,62.5 - parent: 2 - - uid: 26722 - components: - - type: Transform - pos: -43.746933,-25.672995 - parent: 2 - - uid: 33582 - components: - - type: Transform - pos: 85.5,50.5 - parent: 2 -- proto: RandomBox - entities: - - uid: 33583 - components: - - type: Transform - pos: 75.5,64.5 - parent: 2 -- proto: RandomDrinkBottle - entities: - - uid: 30694 - components: - - type: Transform - pos: -40.5,65.5 - parent: 2 - - uid: 33584 - components: - - type: Transform - pos: 64.5,63.5 - parent: 2 - - uid: 33658 - components: - - type: Transform - pos: -40.5,63.5 - parent: 2 -- proto: RandomDrinkGlass - entities: - - uid: 19707 - components: - - type: Transform - pos: -40.5,67.5 - parent: 2 - - uid: 19768 - components: - - type: Transform - pos: -40.5,66.5 - parent: 2 - - uid: 19773 - components: - - type: Transform - pos: -40.5,64.5 - parent: 2 -- proto: RandomFoodBakedWhole - entities: - - uid: 33581 - components: - - type: Transform - pos: 95.5,49.5 - parent: 2 -- proto: RandomInstruments - entities: - - uid: 460 - components: - - type: Transform - pos: -73.5,2.5 - parent: 2 - - uid: 917 - components: - - type: Transform - pos: -71.5,1.5 - parent: 2 - - uid: 2723 - components: - - type: Transform - pos: 26.5,-34.5 - parent: 2 - - uid: 5900 - components: - - type: Transform - pos: 26.5,-32.5 - parent: 2 - - uid: 11270 - components: - - type: Transform - pos: -71.5,2.5 - parent: 2 - - uid: 33585 - components: - - type: Transform - pos: 78.5,58.5 - parent: 2 - - uid: 33586 - components: - - type: Transform - pos: 80.5,64.5 - parent: 2 - - uid: 33587 - components: - - type: Transform - pos: 95.5,26.5 - parent: 2 -- proto: RandomMedicCorpseSpawner - entities: - - uid: 5338 - components: - - type: Transform - pos: 58.5,55.5 - parent: 2 - - uid: 5339 - components: - - type: Transform - pos: 59.5,51.5 - parent: 2 -- proto: RandomPainting - entities: - - uid: 23547 - components: - - type: Transform - pos: -80.5,10.5 - parent: 2 - - uid: 23593 - components: - - type: Transform - pos: 13.5,31.5 - parent: 2 - - uid: 23594 - components: - - type: Transform - pos: 18.5,31.5 - parent: 2 - - uid: 23595 - components: - - type: Transform - pos: 10.5,44.5 - parent: 2 - - uid: 23596 - components: - - type: Transform - pos: 26.5,53.5 - parent: 2 - - uid: 23597 - components: - - type: Transform - pos: 9.5,51.5 - parent: 2 - - uid: 23598 - components: - - type: Transform - pos: 4.5,47.5 - parent: 2 - - uid: 23599 - components: - - type: Transform - pos: 5.5,57.5 - parent: 2 - - uid: 23600 - components: - - type: Transform - pos: -5.5,57.5 - parent: 2 - - uid: 23601 - components: - - type: Transform - pos: -6.5,62.5 - parent: 2 - - uid: 23602 - components: - - type: Transform - pos: -16.5,65.5 - parent: 2 - - uid: 23603 - components: - - type: Transform - pos: -20.5,65.5 - parent: 2 - - uid: 23604 - components: - - type: Transform - pos: -24.5,65.5 - parent: 2 - - uid: 23605 - components: - - type: Transform - pos: -29.5,56.5 - parent: 2 - - uid: 23606 - components: - - type: Transform - pos: -40.5,25.5 - parent: 2 - - uid: 23607 - components: - - type: Transform - pos: -49.5,19.5 - parent: 2 - - uid: 23608 - components: - - type: Transform - pos: -50.5,19.5 - parent: 2 - - uid: 23609 - components: - - type: Transform - pos: -64.5,19.5 - parent: 2 - - uid: 23610 - components: - - type: Transform - pos: -62.5,10.5 - parent: 2 - - uid: 23611 - components: - - type: Transform - pos: -70.5,16.5 - parent: 2 - - uid: 23612 - components: - - type: Transform - pos: -93.5,-9.5 - parent: 2 - - uid: 23616 - components: - - type: Transform - pos: -94.5,27.5 - parent: 2 - - uid: 23617 - components: - - type: Transform - pos: -96.5,13.5 - parent: 2 - - uid: 23620 - components: - - type: Transform - pos: -81.5,-2.5 - parent: 2 - - uid: 23621 - components: - - type: Transform - pos: -80.5,-2.5 - parent: 2 - - uid: 23622 - components: - - type: Transform - pos: -70.5,-3.5 - parent: 2 - - uid: 23624 - components: - - type: Transform - pos: -57.5,-10.5 - parent: 2 - - uid: 23625 - components: - - type: Transform - pos: -60.5,-22.5 - parent: 2 - - uid: 23626 - components: - - type: Transform - pos: -57.5,-22.5 - parent: 2 - - uid: 23628 - components: - - type: Transform - pos: -43.5,-31.5 - parent: 2 - - uid: 23630 - components: - - type: Transform - pos: -27.5,-29.5 - parent: 2 - - uid: 23631 - components: - - type: Transform - pos: -24.5,-32.5 - parent: 2 - - uid: 23633 - components: - - type: Transform - pos: -7.5,-28.5 - parent: 2 - - uid: 23634 - components: - - type: Transform - pos: -8.5,-38.5 - parent: 2 - - uid: 23635 - components: - - type: Transform - pos: 8.5,-35.5 - parent: 2 - - uid: 23636 - components: - - type: Transform - pos: 5.5,-30.5 - parent: 2 - - uid: 23639 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 2 - - uid: 23640 - components: - - type: Transform - pos: 7.5,5.5 - parent: 2 - - uid: 23641 - components: - - type: Transform - pos: 4.5,8.5 - parent: 2 - - uid: 23642 - components: - - type: Transform - pos: -3.5,8.5 - parent: 2 - - uid: 23643 - components: - - type: Transform - pos: 26.5,25.5 - parent: 2 - - uid: 23644 - components: - - type: Transform - pos: 37.5,31.5 - parent: 2 - - uid: 23645 - components: - - type: Transform - pos: 45.5,31.5 - parent: 2 - - uid: 23646 - components: - - type: Transform - pos: 44.5,27.5 - parent: 2 - - uid: 23647 - components: - - type: Transform - pos: 49.5,35.5 - parent: 2 - - uid: 23648 - components: - - type: Transform - pos: 46.5,45.5 - parent: 2 - - uid: 23649 - components: - - type: Transform - pos: 44.5,41.5 - parent: 2 - - uid: 23650 - components: - - type: Transform - pos: 58.5,31.5 - parent: 2 - - uid: 23651 - components: - - type: Transform - pos: 55.5,31.5 - parent: 2 - - uid: 23652 - components: - - type: Transform - pos: 54.5,31.5 - parent: 2 - - uid: 23653 - components: - - type: Transform - pos: 55.5,1.5 - parent: 2 - - uid: 23654 - components: - - type: Transform - pos: 73.5,-12.5 - parent: 2 - - uid: 23655 - components: - - type: Transform - pos: 51.5,-28.5 - parent: 2 - - uid: 23656 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 2 - - uid: 23657 - components: - - type: Transform - pos: 26.5,-26.5 - parent: 2 - - uid: 23658 - components: - - type: Transform - pos: 18.5,-25.5 - parent: 2 - - uid: 23659 - components: - - type: Transform - pos: 12.5,-25.5 - parent: 2 - - uid: 23660 - components: - - type: Transform - pos: 10.5,-21.5 - parent: 2 - - uid: 23663 - components: - - type: Transform - pos: -12.5,-36.5 - parent: 2 - - uid: 23664 - components: - - type: Transform - pos: -29.5,-26.5 - parent: 2 - - uid: 23666 - components: - - type: Transform - pos: -53.5,6.5 - parent: 2 - - uid: 23667 - components: - - type: Transform - pos: -61.5,14.5 - parent: 2 - - uid: 23669 - components: - - type: Transform - pos: -68.5,18.5 - parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 23450 - components: - - type: Transform - pos: -93.5,24.5 - parent: 2 - - uid: 23451 - components: - - type: Transform - pos: -96.5,30.5 - parent: 2 - - uid: 23472 - components: - - type: Transform - pos: -66.5,15.5 - parent: 2 - - uid: 23473 - components: - - type: Transform - pos: -74.5,17.5 - parent: 2 - - uid: 23474 - components: - - type: Transform - pos: -70.5,27.5 - parent: 2 - - uid: 23476 - components: - - type: Transform - pos: -64.5,32.5 - parent: 2 - - uid: 23477 - components: - - type: Transform - pos: -52.5,32.5 - parent: 2 - - uid: 23479 - components: - - type: Transform - pos: -23.5,33.5 - parent: 2 - - uid: 23512 - components: - - type: Transform - pos: 58.5,49.5 - parent: 2 - - uid: 23520 - components: - - type: Transform - pos: 71.5,-12.5 - parent: 2 - - uid: 23521 - components: - - type: Transform - pos: 75.5,-13.5 - parent: 2 - - uid: 23522 - components: - - type: Transform - pos: 79.5,-11.5 - parent: 2 - - uid: 23523 - components: - - type: Transform - pos: 72.5,-19.5 - parent: 2 - - uid: 23524 - components: - - type: Transform - pos: 68.5,-23.5 - parent: 2 - - uid: 23525 - components: - - type: Transform - pos: 52.5,-28.5 - parent: 2 - - uid: 23526 - components: - - type: Transform - pos: 53.5,-32.5 - parent: 2 - - uid: 23527 - components: - - type: Transform - pos: 46.5,-32.5 - parent: 2 - - uid: 23528 - components: - - type: Transform - pos: 41.5,-35.5 - parent: 2 - - uid: 23529 - components: - - type: Transform - pos: 28.5,-35.5 - parent: 2 - - uid: 23530 - components: - - type: Transform - pos: 24.5,-35.5 - parent: 2 - - uid: 23531 - components: - - type: Transform - pos: 12.5,-30.5 - parent: 2 - - uid: 23532 - components: - - type: Transform - pos: 12.5,-31.5 - parent: 2 - - uid: 23533 - components: - - type: Transform - pos: 23.5,-23.5 - parent: 2 - - uid: 23549 - components: - - type: Transform - pos: 5.5,-53.5 - parent: 2 - - uid: 23570 - components: - - type: Transform - pos: -82.5,3.5 - parent: 2 - - uid: 23574 - components: - - type: Transform - pos: -93.5,-6.5 - parent: 2 - - uid: 23575 - components: - - type: Transform - pos: -95.5,-12.5 - parent: 2 - - uid: 23581 - components: - - type: Transform - pos: -52.5,42.5 - parent: 2 - - uid: 23583 - components: - - type: Transform - pos: -31.5,39.5 - parent: 2 - - uid: 23584 - components: - - type: Transform - pos: -27.5,33.5 - parent: 2 - - uid: 23585 - components: - - type: Transform - pos: -31.5,25.5 - parent: 2 - - uid: 23587 - components: - - type: Transform - pos: -8.5,36.5 - parent: 2 - - uid: 26887 - components: - - type: Transform - pos: -32.5,32.5 - parent: 2 -- proto: RandomScienceCorpseSpawner - entities: - - uid: 5341 - components: - - type: Transform - pos: 56.5,53.5 - parent: 2 - - uid: 5385 - components: - - type: Transform - pos: 61.5,52.5 - parent: 2 -- proto: RandomSnacks - entities: - - uid: 1640 - components: - - type: Transform - pos: -2.5,12.5 - parent: 2 - - uid: 1641 - components: - - type: Transform - pos: -5.5,11.5 - parent: 2 - - uid: 15548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,33.5 - parent: 2 - - uid: 15551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,33.5 - parent: 2 -- proto: RandomSoap - entities: - - uid: 33588 - components: - - type: Transform - pos: 96.5,26.5 - parent: 2 - - uid: 33608 - components: - - type: Transform - pos: 73.5,59.5 - parent: 2 - - uid: 33609 - components: - - type: Transform - pos: 88.5,49.5 - parent: 2 - - uid: 33610 - components: - - type: Transform - pos: 68.5,42.5 - parent: 2 -- proto: RandomSpawner - entities: - - uid: 7016 - components: - - type: Transform - pos: -28.5,-32.5 - parent: 2 - - uid: 7017 - components: - - type: Transform - pos: -28.5,-33.5 - parent: 2 - - uid: 7018 - components: - - type: Transform - pos: -33.5,-32.5 - parent: 2 - - uid: 7019 - components: - - type: Transform - pos: -33.5,-33.5 - parent: 2 - - uid: 7020 - components: - - type: Transform - pos: -27.5,-34.5 - parent: 2 - - uid: 7021 - components: - - type: Transform - pos: -25.5,-32.5 - parent: 2 - - uid: 7022 - components: - - type: Transform - pos: -29.5,-38.5 - parent: 2 - - uid: 7023 - components: - - type: Transform - pos: -32.5,-38.5 - parent: 2 - - uid: 7024 - components: - - type: Transform - pos: -33.5,-36.5 - parent: 2 - - uid: 31108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,64.5 - parent: 2 -- proto: RandomSpawner100 - entities: - - uid: 3933 - components: - - type: Transform - pos: -37.5,13.5 - parent: 2 - - uid: 15501 - components: - - type: Transform - pos: -40.5,12.5 - parent: 2 - - uid: 16631 - components: - - type: Transform - pos: -39.5,10.5 - parent: 2 - - uid: 16633 - components: - - type: Transform - pos: -38.5,10.5 - parent: 2 - - uid: 16635 - components: - - type: Transform - pos: -36.5,10.5 - parent: 2 - - uid: 30072 - components: - - type: Transform - pos: 91.5,39.5 - parent: 2 - - uid: 30080 - components: - - type: Transform - pos: 89.5,42.5 - parent: 2 - - uid: 30083 - components: - - type: Transform - pos: 85.5,44.5 - parent: 2 - - uid: 30085 - components: - - type: Transform - pos: 86.5,36.5 - parent: 2 - - uid: 30086 - components: - - type: Transform - pos: 85.5,37.5 - parent: 2 - - uid: 30090 - components: - - type: Transform - pos: 90.5,37.5 - parent: 2 - - uid: 31107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,65.5 - parent: 2 -- proto: RandomVendingDrinks - entities: - - uid: 1597 - components: - - type: Transform - pos: -6.5,16.5 - parent: 2 - - uid: 5176 - components: - - type: Transform - pos: 74.5,-13.5 - parent: 2 - - uid: 5885 - components: - - type: Transform - pos: 11.5,-51.5 - parent: 2 - - uid: 6826 - components: - - type: Transform - pos: -15.5,-27.5 - parent: 2 - - uid: 8468 - components: - - type: Transform - pos: -10.5,59.5 - parent: 2 - - uid: 9000 - components: - - type: Transform - pos: -51.5,23.5 - parent: 2 - - uid: 9330 - components: - - type: Transform - pos: -38.5,15.5 - parent: 2 - - uid: 13318 - components: - - type: Transform - pos: 52.5,-10.5 - parent: 2 - - uid: 19610 - components: - - type: Transform - pos: -10.5,78.5 - parent: 2 -- proto: RandomVendingSnacks - entities: - - uid: 1596 - components: - - type: Transform - pos: -7.5,16.5 - parent: 2 - - uid: 5155 - components: - - type: Transform - pos: 71.5,-13.5 - parent: 2 - - uid: 5884 - components: - - type: Transform - pos: -8.5,-51.5 - parent: 2 - - uid: 6827 - components: - - type: Transform - pos: -14.5,-27.5 - parent: 2 - - uid: 8621 - components: - - type: Transform - pos: -11.5,59.5 - parent: 2 - - uid: 9003 - components: - - type: Transform - pos: -50.5,23.5 - parent: 2 - - uid: 13243 - components: - - type: Transform - pos: -37.5,15.5 - parent: 2 - - uid: 19609 - components: - - type: Transform - pos: 13.5,78.5 - parent: 2 -- proto: ReagentContainerOliveoil - entities: - - uid: 7604 - components: - - type: Transform - pos: -56.631985,-19.181768 - parent: 2 - - uid: 7605 - components: - - type: Transform - pos: -56.39761,-19.334112 - parent: 2 -- proto: ReagentGrinderMachineCircuitboard - entities: - - uid: 35821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.983044,27.480843 - parent: 2 -- proto: Recycler - entities: - - uid: 36390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 23365 -- proto: RegenerativeMesh - entities: - - uid: 30679 - components: - - type: Transform - pos: 76.73633,38.6791 - parent: 2 -- proto: ReinforcedGirder - entities: - - uid: 1202 - components: - - type: Transform - pos: -99.5,64.5 - parent: 2 - - uid: 3067 - components: - - type: Transform - pos: 82.5,-8.5 - parent: 2 - - uid: 6430 - components: - - type: Transform - pos: 87.5,-6.5 - parent: 2 - - uid: 11641 - components: - - type: Transform - pos: -68.5,-19.5 - parent: 2 - - uid: 13716 - components: - - type: Transform - pos: 83.5,-8.5 - parent: 2 - - uid: 13717 - components: - - type: Transform - pos: 87.5,-5.5 - parent: 2 - - uid: 13718 - components: - - type: Transform - pos: 85.5,1.5 - parent: 2 - - uid: 13719 - components: - - type: Transform - pos: 84.5,1.5 - parent: 2 - - uid: 13720 - components: - - type: Transform - pos: 82.5,1.5 - parent: 2 - - uid: 13721 - components: - - type: Transform - pos: 87.5,1.5 - parent: 2 - - uid: 13724 - components: - - type: Transform - pos: 86.5,-8.5 - parent: 2 - - uid: 13726 - components: - - type: Transform - pos: 46.5,-37.5 - parent: 2 - - uid: 13727 - components: - - type: Transform - pos: 46.5,-38.5 - parent: 2 - - uid: 13728 - components: - - type: Transform - pos: 46.5,-41.5 - parent: 2 - - uid: 13729 - components: - - type: Transform - pos: 49.5,-41.5 - parent: 2 - - uid: 13730 - components: - - type: Transform - pos: 51.5,-41.5 - parent: 2 - - uid: 13731 - components: - - type: Transform - pos: 52.5,-41.5 - parent: 2 - - uid: 13732 - components: - - type: Transform - pos: 52.5,-40.5 - parent: 2 - - uid: 13733 - components: - - type: Transform - pos: 52.5,-37.5 - parent: 2 - - uid: 13734 - components: - - type: Transform - pos: 52.5,-35.5 - parent: 2 - - uid: 13735 - components: - - type: Transform - pos: 40.5,-36.5 - parent: 2 - - uid: 13736 - components: - - type: Transform - pos: 40.5,-38.5 - parent: 2 - - uid: 13737 - components: - - type: Transform - pos: 40.5,-40.5 - parent: 2 - - uid: 13738 - components: - - type: Transform - pos: 41.5,-41.5 - parent: 2 - - uid: 13739 - components: - - type: Transform - pos: 44.5,-41.5 - parent: 2 - - uid: 13785 - components: - - type: Transform - pos: 88.5,5.5 - parent: 2 - - uid: 13786 - components: - - type: Transform - pos: 88.5,4.5 - parent: 2 - - uid: 13787 - components: - - type: Transform - pos: 87.5,2.5 - parent: 2 - - uid: 13788 - components: - - type: Transform - pos: 88.5,9.5 - parent: 2 - - uid: 18795 - components: - - type: Transform - pos: -102.5,42.5 - parent: 2 - - uid: 18803 - components: - - type: Transform - pos: -125.5,58.5 - parent: 2 - - uid: 18804 - components: - - type: Transform - pos: -125.5,56.5 - parent: 2 - - uid: 18805 - components: - - type: Transform - pos: -126.5,54.5 - parent: 2 - - uid: 18806 - components: - - type: Transform - pos: -126.5,52.5 - parent: 2 - - uid: 18807 - components: - - type: Transform - pos: -126.5,50.5 - parent: 2 - - uid: 18808 - components: - - type: Transform - pos: -125.5,46.5 - parent: 2 - - uid: 18809 - components: - - type: Transform - pos: -125.5,45.5 - parent: 2 - - uid: 18810 - components: - - type: Transform - pos: -125.5,44.5 - parent: 2 - - uid: 18811 - components: - - type: Transform - pos: -126.5,42.5 - parent: 2 - - uid: 18812 - components: - - type: Transform - pos: -125.5,40.5 - parent: 2 - - uid: 18813 - components: - - type: Transform - pos: -125.5,37.5 - parent: 2 - - uid: 18814 - components: - - type: Transform - pos: -121.5,37.5 - parent: 2 - - uid: 18815 - components: - - type: Transform - pos: -120.5,37.5 - parent: 2 - - uid: 18816 - components: - - type: Transform - pos: -117.5,64.5 - parent: 2 - - uid: 18817 - components: - - type: Transform - pos: -114.5,64.5 - parent: 2 - - uid: 18818 - components: - - type: Transform - pos: -113.5,64.5 - parent: 2 - - uid: 18819 - components: - - type: Transform - pos: -111.5,64.5 - parent: 2 - - uid: 18820 - components: - - type: Transform - pos: -107.5,64.5 - parent: 2 - - uid: 18821 - components: - - type: Transform - pos: -105.5,65.5 - parent: 2 - - uid: 18822 - components: - - type: Transform - pos: -103.5,65.5 - parent: 2 - - uid: 18823 - components: - - type: Transform - pos: -102.5,64.5 - parent: 2 - - uid: 18824 - components: - - type: Transform - pos: -100.5,64.5 - parent: 2 - - uid: 18825 - components: - - type: Transform - pos: -99.5,61.5 - parent: 2 - - uid: 18826 - components: - - type: Transform - pos: -99.5,60.5 - parent: 2 - - uid: 18879 - components: - - type: Transform - pos: -121.5,64.5 - parent: 2 - - uid: 18880 - components: - - type: Transform - pos: -125.5,63.5 - parent: 2 - - uid: 19912 - components: - - type: Transform - pos: -69.5,-19.5 - parent: 2 - - uid: 19913 - components: - - type: Transform - pos: -72.5,-16.5 - parent: 2 - - uid: 19914 - components: - - type: Transform - pos: -72.5,-14.5 - parent: 2 - - uid: 19915 - components: - - type: Transform - pos: -69.5,-13.5 - parent: 2 - - uid: 19916 - components: - - type: Transform - pos: -67.5,-13.5 - parent: 2 - - uid: 19917 - components: - - type: Transform - pos: -67.5,-12.5 - parent: 2 - - uid: 26394 - components: - - type: Transform - pos: -96.5,87.5 - parent: 2 - - uid: 26395 - components: - - type: Transform - pos: -92.5,68.5 - parent: 2 - - uid: 26415 - components: - - type: Transform - pos: -92.5,74.5 - parent: 2 - - uid: 26416 - components: - - type: Transform - pos: -94.5,80.5 - parent: 2 - - uid: 26417 - components: - - type: Transform - pos: -93.5,78.5 - parent: 2 - - uid: 26418 - components: - - type: Transform - pos: -96.5,94.5 - parent: 2 - - uid: 26419 - components: - - type: Transform - pos: -96.5,95.5 - parent: 2 - - uid: 26420 - components: - - type: Transform - pos: -96.5,97.5 - parent: 2 - - uid: 26421 - components: - - type: Transform - pos: -92.5,100.5 - parent: 2 - - uid: 26422 - components: - - type: Transform - pos: -92.5,90.5 - parent: 2 - - uid: 26424 - components: - - type: Transform - pos: -86.5,116.5 - parent: 2 - - uid: 26425 - components: - - type: Transform - pos: -96.5,105.5 - parent: 2 - - uid: 26426 - components: - - type: Transform - pos: -97.5,106.5 - parent: 2 - - uid: 26427 - components: - - type: Transform - pos: -96.5,109.5 - parent: 2 - - uid: 26428 - components: - - type: Transform - pos: -92.5,109.5 - parent: 2 - - uid: 26429 - components: - - type: Transform - pos: -91.5,111.5 - parent: 2 - - uid: 26430 - components: - - type: Transform - pos: -90.5,115.5 - parent: 2 - - uid: 26431 - components: - - type: Transform - pos: -96.5,115.5 - parent: 2 - - uid: 26433 - components: - - type: Transform - pos: -87.5,116.5 - parent: 2 - - uid: 26434 - components: - - type: Transform - pos: -84.5,115.5 - parent: 2 - - uid: 26435 - components: - - type: Transform - pos: -80.5,111.5 - parent: 2 - - uid: 26442 - components: - - type: Transform - pos: -77.5,111.5 - parent: 2 - - uid: 26443 - components: - - type: Transform - pos: -79.5,111.5 - parent: 2 - - uid: 26444 - components: - - type: Transform - pos: -74.5,115.5 - parent: 2 - - uid: 26445 - components: - - type: Transform - pos: -69.5,114.5 - parent: 2 - - uid: 26446 - components: - - type: Transform - pos: -67.5,115.5 - parent: 2 - - uid: 26447 - components: - - type: Transform - pos: -65.5,114.5 - parent: 2 - - uid: 26448 - components: - - type: Transform - pos: -64.5,115.5 - parent: 2 - - uid: 26449 - components: - - type: Transform - pos: -61.5,114.5 - parent: 2 - - uid: 26450 - components: - - type: Transform - pos: -62.5,111.5 - parent: 2 - - uid: 26451 - components: - - type: Transform - pos: -66.5,105.5 - parent: 2 - - uid: 26453 - components: - - type: Transform - pos: -67.5,101.5 - parent: 2 - - uid: 26454 - components: - - type: Transform - pos: -66.5,99.5 - parent: 2 - - uid: 26455 - components: - - type: Transform - pos: -66.5,98.5 - parent: 2 - - uid: 26456 - components: - - type: Transform - pos: -61.5,105.5 - parent: 2 - - uid: 26457 - components: - - type: Transform - pos: -60.5,109.5 - parent: 2 - - uid: 26460 - components: - - type: Transform - pos: -62.5,98.5 - parent: 2 - - uid: 26461 - components: - - type: Transform - pos: -61.5,97.5 - parent: 2 - - uid: 26462 - components: - - type: Transform - pos: -64.5,93.5 - parent: 2 - - uid: 26463 - components: - - type: Transform - pos: -66.5,88.5 - parent: 2 - - uid: 26464 - components: - - type: Transform - pos: -62.5,86.5 - parent: 2 - - uid: 26465 - components: - - type: Transform - pos: -61.5,84.5 - parent: 2 - - uid: 26466 - components: - - type: Transform - pos: -62.5,83.5 - parent: 2 - - uid: 26467 - components: - - type: Transform - pos: -66.5,82.5 - parent: 2 - - uid: 26468 - components: - - type: Transform - pos: -66.5,77.5 - parent: 2 - - uid: 26469 - components: - - type: Transform - pos: -62.5,77.5 - parent: 2 - - uid: 26470 - components: - - type: Transform - pos: -59.5,77.5 - parent: 2 - - uid: 26471 - components: - - type: Transform - pos: -53.5,77.5 - parent: 2 - - uid: 26472 - components: - - type: Transform - pos: -51.5,79.5 - parent: 2 - - uid: 26473 - components: - - type: Transform - pos: -49.5,74.5 - parent: 2 - - uid: 26474 - components: - - type: Transform - pos: -47.5,78.5 - parent: 2 - - uid: 26475 - components: - - type: Transform - pos: -49.5,77.5 - parent: 2 - - uid: 26476 - components: - - type: Transform - pos: -56.5,72.5 - parent: 2 - - uid: 26477 - components: - - type: Transform - pos: -58.5,71.5 - parent: 2 - - uid: 26478 - components: - - type: Transform - pos: -45.5,74.5 - parent: 2 - - uid: 26483 - components: - - type: Transform - pos: -65.5,71.5 - parent: 2 - - uid: 26484 - components: - - type: Transform - pos: -66.5,72.5 - parent: 2 - - uid: 26485 - components: - - type: Transform - pos: -35.5,75.5 - parent: 2 - - uid: 26486 - components: - - type: Transform - pos: -34.5,75.5 - parent: 2 - - uid: 26487 - components: - - type: Transform - pos: -33.5,74.5 - parent: 2 - - uid: 26488 - components: - - type: Transform - pos: -30.5,76.5 - parent: 2 - - uid: 26489 - components: - - type: Transform - pos: -29.5,70.5 - parent: 2 - - uid: 26490 - components: - - type: Transform - pos: -37.5,70.5 - parent: 2 - - uid: 26492 - components: - - type: Transform - pos: -18.5,75.5 - parent: 2 - - uid: 26493 - components: - - type: Transform - pos: -24.5,74.5 - parent: 2 - - uid: 26494 - components: - - type: Transform - pos: -20.5,75.5 - parent: 2 - - uid: 26495 - components: - - type: Transform - pos: -14.5,72.5 - parent: 2 - - uid: 26496 - components: - - type: Transform - pos: -18.5,70.5 - parent: 2 - - uid: 26497 - components: - - type: Transform - pos: -17.5,70.5 - parent: 2 - - uid: 26498 - components: - - type: Transform - pos: -24.5,72.5 - parent: 2 - - uid: 26499 - components: - - type: Transform - pos: -27.5,71.5 - parent: 2 - - uid: 26500 - components: - - type: Transform - pos: 22.5,70.5 - parent: 2 - - uid: 26501 - components: - - type: Transform - pos: 19.5,80.5 - parent: 2 - - uid: 26502 - components: - - type: Transform - pos: 20.5,80.5 - parent: 2 - - uid: 26503 - components: - - type: Transform - pos: 22.5,80.5 - parent: 2 - - uid: 26504 - components: - - type: Transform - pos: 25.5,77.5 - parent: 2 - - uid: 26505 - components: - - type: Transform - pos: 25.5,74.5 - parent: 2 - - uid: 26506 - components: - - type: Transform - pos: 26.5,72.5 - parent: 2 - - uid: 26508 - components: - - type: Transform - pos: 21.5,73.5 - parent: 2 - - uid: 26509 - components: - - type: Transform - pos: 20.5,77.5 - parent: 2 - - uid: 26510 - components: - - type: Transform - pos: 23.5,67.5 - parent: 2 - - uid: 26511 - components: - - type: Transform - pos: 27.5,66.5 - parent: 2 - - uid: 26512 - components: - - type: Transform - pos: 29.5,66.5 - parent: 2 - - uid: 26513 - components: - - type: Transform - pos: 32.5,70.5 - parent: 2 - - uid: 26514 - components: - - type: Transform - pos: 41.5,70.5 - parent: 2 - - uid: 26515 - components: - - type: Transform - pos: 34.5,71.5 - parent: 2 - - uid: 26516 - components: - - type: Transform - pos: 35.5,71.5 - parent: 2 - - uid: 26517 - components: - - type: Transform - pos: 39.5,71.5 - parent: 2 - - uid: 26519 - components: - - type: Transform - pos: 42.5,70.5 - parent: 2 - - uid: 26520 - components: - - type: Transform - pos: 76.5,77.5 - parent: 2 - - uid: 26521 - components: - - type: Transform - pos: 44.5,70.5 - parent: 2 - - uid: 26522 - components: - - type: Transform - pos: 45.5,73.5 - parent: 2 - - uid: 26523 - components: - - type: Transform - pos: 45.5,76.5 - parent: 2 - - uid: 26524 - components: - - type: Transform - pos: 46.5,77.5 - parent: 2 - - uid: 26525 - components: - - type: Transform - pos: 50.5,80.5 - parent: 2 - - uid: 26526 - components: - - type: Transform - pos: 52.5,80.5 - parent: 2 - - uid: 26528 - components: - - type: Transform - pos: 45.5,68.5 - parent: 2 - - uid: 26529 - components: - - type: Transform - pos: 45.5,66.5 - parent: 2 - - uid: 26530 - components: - - type: Transform - pos: 48.5,68.5 - parent: 2 - - uid: 26531 - components: - - type: Transform - pos: 49.5,71.5 - parent: 2 - - uid: 26532 - components: - - type: Transform - pos: 51.5,75.5 - parent: 2 - - uid: 26533 - components: - - type: Transform - pos: 53.5,76.5 - parent: 2 - - uid: 26534 - components: - - type: Transform - pos: 59.5,80.5 - parent: 2 - - uid: 26535 - components: - - type: Transform - pos: 62.5,79.5 - parent: 2 - - uid: 26536 - components: - - type: Transform - pos: 63.5,79.5 - parent: 2 - - uid: 26537 - components: - - type: Transform - pos: 65.5,80.5 - parent: 2 - - uid: 26538 - components: - - type: Transform - pos: 68.5,79.5 - parent: 2 - - uid: 26539 - components: - - type: Transform - pos: 64.5,76.5 - parent: 2 - - uid: 26540 - components: - - type: Transform - pos: 70.5,80.5 - parent: 2 - - uid: 26541 - components: - - type: Transform - pos: 75.5,80.5 - parent: 2 - - uid: 26543 - components: - - type: Transform - pos: 73.5,80.5 - parent: 2 - - uid: 26544 - components: - - type: Transform - pos: 72.5,76.5 - parent: 2 - - uid: 26545 - components: - - type: Transform - pos: 80.5,81.5 - parent: 2 - - uid: 26546 - components: - - type: Transform - pos: 82.5,81.5 - parent: 2 - - uid: 26547 - components: - - type: Transform - pos: 86.5,81.5 - parent: 2 - - uid: 26548 - components: - - type: Transform - pos: 87.5,77.5 - parent: 2 - - uid: 26549 - components: - - type: Transform - pos: 92.5,77.5 - parent: 2 - - uid: 26550 - components: - - type: Transform - pos: 101.5,64.5 - parent: 2 - - uid: 26551 - components: - - type: Transform - pos: 92.5,80.5 - parent: 2 - - uid: 26552 - components: - - type: Transform - pos: 94.5,81.5 - parent: 2 - - uid: 26553 - components: - - type: Transform - pos: 97.5,80.5 - parent: 2 - - uid: 26554 - components: - - type: Transform - pos: 98.5,77.5 - parent: 2 - - uid: 26555 - components: - - type: Transform - pos: 100.5,75.5 - parent: 2 - - uid: 26556 - components: - - type: Transform - pos: 99.5,74.5 - parent: 2 - - uid: 26557 - components: - - type: Transform - pos: 101.5,72.5 - parent: 2 - - uid: 26558 - components: - - type: Transform - pos: 101.5,70.5 - parent: 2 - - uid: 26559 - components: - - type: Transform - pos: 98.5,65.5 - parent: 2 - - uid: 26560 - components: - - type: Transform - pos: 96.5,66.5 - parent: 2 - - uid: 26561 - components: - - type: Transform - pos: 95.5,71.5 - parent: 2 - - uid: 26562 - components: - - type: Transform - pos: 98.5,60.5 - parent: 2 - - uid: 26563 - components: - - type: Transform - pos: 100.5,54.5 - parent: 2 - - uid: 26564 - components: - - type: Transform - pos: 102.5,59.5 - parent: 2 - - uid: 26566 - components: - - type: Transform - pos: 102.5,60.5 - parent: 2 - - uid: 26568 - components: - - type: Transform - pos: 102.5,52.5 - parent: 2 - - uid: 26570 - components: - - type: Transform - pos: 105.5,48.5 - parent: 2 - - uid: 26571 - components: - - type: Transform - pos: 98.5,12.5 - parent: 2 - - uid: 26572 - components: - - type: Transform - pos: 107.5,42.5 - parent: 2 - - uid: 26582 - components: - - type: Transform - pos: 107.5,41.5 - parent: 2 - - uid: 26583 - components: - - type: Transform - pos: 106.5,38.5 - parent: 2 - - uid: 26589 - components: - - type: Transform - pos: 106.5,39.5 - parent: 2 - - uid: 26595 - components: - - type: Transform - pos: 106.5,36.5 - parent: 2 - - uid: 26596 - components: - - type: Transform - pos: 106.5,31.5 - parent: 2 - - uid: 26597 - components: - - type: Transform - pos: 108.5,29.5 - parent: 2 - - uid: 26599 - components: - - type: Transform - pos: 108.5,24.5 - parent: 2 - - uid: 26600 - components: - - type: Transform - pos: 108.5,20.5 - parent: 2 - - uid: 26601 - components: - - type: Transform - pos: 107.5,20.5 - parent: 2 - - uid: 26602 - components: - - type: Transform - pos: 104.5,19.5 - parent: 2 - - uid: 26603 - components: - - type: Transform - pos: 97.5,18.5 - parent: 2 - - uid: 26608 - components: - - type: Transform - pos: 102.5,21.5 - parent: 2 - - uid: 26609 - components: - - type: Transform - pos: 104.5,28.5 - parent: 2 - - uid: 26610 - components: - - type: Transform - pos: 105.5,17.5 - parent: 2 - - uid: 26611 - components: - - type: Transform - pos: 102.5,15.5 - parent: 2 - - uid: 26612 - components: - - type: Transform - pos: 99.5,10.5 - parent: 2 - - uid: 26613 - components: - - type: Transform - pos: 91.5,11.5 - parent: 2 - - uid: 26619 - components: - - type: Transform - pos: 98.5,6.5 - parent: 2 - - uid: 26620 - components: - - type: Transform - pos: 97.5,6.5 - parent: 2 - - uid: 26621 - components: - - type: Transform - pos: 94.5,5.5 - parent: 2 - - uid: 26622 - components: - - type: Transform - pos: 93.5,2.5 - parent: 2 - - uid: 26625 - components: - - type: Transform - pos: 92.5,0.5 - parent: 2 - - uid: 26626 - components: - - type: Transform - pos: 92.5,-3.5 - parent: 2 - - uid: 26634 - components: - - type: Transform - pos: 92.5,-5.5 - parent: 2 - - uid: 26635 - components: - - type: Transform - pos: 91.5,-4.5 - parent: 2 - - uid: 26636 - components: - - type: Transform - pos: 80.5,-23.5 - parent: 2 - - uid: 26637 - components: - - type: Transform - pos: 90.5,-10.5 - parent: 2 - - uid: 26638 - components: - - type: Transform - pos: 92.5,-10.5 - parent: 2 - - uid: 26639 - components: - - type: Transform - pos: 84.5,-10.5 - parent: 2 - - uid: 26640 - components: - - type: Transform - pos: 81.5,-10.5 - parent: 2 - - uid: 26641 - components: - - type: Transform - pos: 85.5,-23.5 - parent: 2 - - uid: 26642 - components: - - type: Transform - pos: 85.5,-25.5 - parent: 2 - - uid: 26643 - components: - - type: Transform - pos: 87.5,-28.5 - parent: 2 - - uid: 26644 - components: - - type: Transform - pos: 86.5,-32.5 - parent: 2 - - uid: 26645 - components: - - type: Transform - pos: 87.5,-34.5 - parent: 2 - - uid: 26646 - components: - - type: Transform - pos: 88.5,-34.5 - parent: 2 - - uid: 26647 - components: - - type: Transform - pos: 69.5,-40.5 - parent: 2 - - uid: 26648 - components: - - type: Transform - pos: 81.5,-32.5 - parent: 2 - - uid: 26649 - components: - - type: Transform - pos: 82.5,-35.5 - parent: 2 - - uid: 26650 - components: - - type: Transform - pos: 86.5,-38.5 - parent: 2 - - uid: 26651 - components: - - type: Transform - pos: 81.5,-39.5 - parent: 2 - - uid: 26652 - components: - - type: Transform - pos: 79.5,-39.5 - parent: 2 - - uid: 26653 - components: - - type: Transform - pos: 73.5,-37.5 - parent: 2 - - uid: 26654 - components: - - type: Transform - pos: 70.5,-40.5 - parent: 2 - - uid: 26655 - components: - - type: Transform - pos: 70.5,-42.5 - parent: 2 - - uid: 26656 - components: - - type: Transform - pos: 74.5,-45.5 - parent: 2 - - uid: 26657 - components: - - type: Transform - pos: 73.5,-45.5 - parent: 2 - - uid: 26658 - components: - - type: Transform - pos: 74.5,-49.5 - parent: 2 - - uid: 26659 - components: - - type: Transform - pos: 73.5,-53.5 - parent: 2 - - uid: 26660 - components: - - type: Transform - pos: 73.5,-54.5 - parent: 2 - - uid: 26661 - components: - - type: Transform - pos: 73.5,-56.5 - parent: 2 - - uid: 26662 - components: - - type: Transform - pos: 69.5,-56.5 - parent: 2 - - uid: 26663 - components: - - type: Transform - pos: 77.5,-73.5 - parent: 2 - - uid: 26664 - components: - - type: Transform - pos: 68.5,-48.5 - parent: 2 - - uid: 26665 - components: - - type: Transform - pos: 69.5,-61.5 - parent: 2 - - uid: 26666 - components: - - type: Transform - pos: 70.5,-68.5 - parent: 2 - - uid: 26667 - components: - - type: Transform - pos: 71.5,-71.5 - parent: 2 - - uid: 26668 - components: - - type: Transform - pos: 75.5,-67.5 - parent: 2 - - uid: 26669 - components: - - type: Transform - pos: 79.5,-70.5 - parent: 2 - - uid: 26670 - components: - - type: Transform - pos: 80.5,-72.5 - parent: 2 - - uid: 26671 - components: - - type: Transform - pos: 76.5,-78.5 - parent: 2 - - uid: 26672 - components: - - type: Transform - pos: 80.5,-80.5 - parent: 2 - - uid: 26673 - components: - - type: Transform - pos: 80.5,-82.5 - parent: 2 - - uid: 26674 - components: - - type: Transform - pos: 80.5,-83.5 - parent: 2 - - uid: 26675 - components: - - type: Transform - pos: 81.5,-87.5 - parent: 2 - - uid: 26676 - components: - - type: Transform - pos: 80.5,-88.5 - parent: 2 - - uid: 26677 - components: - - type: Transform - pos: 79.5,-90.5 - parent: 2 - - uid: 26708 - components: - - type: Transform - pos: 74.5,-88.5 - parent: 2 - - uid: 26752 - components: - - type: Transform - pos: 75.5,-92.5 - parent: 2 - - uid: 26754 - components: - - type: Transform - pos: 74.5,-92.5 - parent: 2 - - uid: 26762 - components: - - type: Transform - pos: 70.5,-89.5 - parent: 2 - - uid: 26763 - components: - - type: Transform - pos: 60.5,-89.5 - parent: 2 - - uid: 26764 - components: - - type: Transform - pos: 65.5,-93.5 - parent: 2 - - uid: 26765 - components: - - type: Transform - pos: 67.5,-93.5 - parent: 2 - - uid: 27246 - components: - - type: Transform - pos: 52.5,-94.5 - parent: 2 - - uid: 27247 - components: - - type: Transform - pos: 49.5,-93.5 - parent: 2 - - uid: 27248 - components: - - type: Transform - pos: 46.5,-94.5 - parent: 2 - - uid: 27249 - components: - - type: Transform - pos: 48.5,-89.5 - parent: 2 - - uid: 27250 - components: - - type: Transform - pos: 47.5,-88.5 - parent: 2 - - uid: 27407 - components: - - type: Transform - pos: 43.5,-87.5 - parent: 2 - - uid: 27512 - components: - - type: Transform - pos: 41.5,-91.5 - parent: 2 - - uid: 27774 - components: - - type: Transform - pos: 41.5,-93.5 - parent: 2 - - uid: 27785 - components: - - type: Transform - pos: 39.5,-90.5 - parent: 2 - - uid: 27786 - components: - - type: Transform - pos: 38.5,-85.5 - parent: 2 - - uid: 27787 - components: - - type: Transform - pos: 39.5,-87.5 - parent: 2 - - uid: 27788 - components: - - type: Transform - pos: 39.5,-82.5 - parent: 2 - - uid: 27789 - components: - - type: Transform - pos: 39.5,-77.5 - parent: 2 - - uid: 27790 - components: - - type: Transform - pos: 44.5,-79.5 - parent: 2 - - uid: 27791 - components: - - type: Transform - pos: 40.5,-73.5 - parent: 2 - - uid: 27806 - components: - - type: Transform - pos: 39.5,-72.5 - parent: 2 - - uid: 27807 - components: - - type: Transform - pos: 43.5,-71.5 - parent: 2 - - uid: 27808 - components: - - type: Transform - pos: 43.5,-65.5 - parent: 2 - - uid: 27809 - components: - - type: Transform - pos: 45.5,-66.5 - parent: 2 - - uid: 27810 - components: - - type: Transform - pos: 37.5,-64.5 - parent: 2 - - uid: 27811 - components: - - type: Transform - pos: 38.5,-64.5 - parent: 2 - - uid: 27812 - components: - - type: Transform - pos: 42.5,-59.5 - parent: 2 - - uid: 27813 - components: - - type: Transform - pos: 38.5,-57.5 - parent: 2 - - uid: 27966 - components: - - type: Transform - pos: 36.5,-52.5 - parent: 2 - - uid: 27968 - components: - - type: Transform - pos: 43.5,-56.5 - parent: 2 - - uid: 27974 - components: - - type: Transform - pos: 40.5,-53.5 - parent: 2 - - uid: 28126 - components: - - type: Transform - pos: 38.5,-52.5 - parent: 2 - - uid: 28137 - components: - - type: Transform - pos: 41.5,-48.5 - parent: 2 - - uid: 28139 - components: - - type: Transform - pos: 44.5,-50.5 - parent: 2 - - uid: 28225 - components: - - type: Transform - pos: 16.5,-52.5 - parent: 2 - - uid: 28853 - components: - - type: Transform - pos: 29.5,-48.5 - parent: 2 - - uid: 28855 - components: - - type: Transform - pos: 25.5,-48.5 - parent: 2 - - uid: 28903 - components: - - type: Transform - pos: 20.5,-52.5 - parent: 2 - - uid: 28910 - components: - - type: Transform - pos: 21.5,-49.5 - parent: 2 - - uid: 28985 - components: - - type: Transform - pos: 21.5,-44.5 - parent: 2 - - uid: 28986 - components: - - type: Transform - pos: 28.5,-52.5 - parent: 2 - - uid: 28987 - components: - - type: Transform - pos: 30.5,-52.5 - parent: 2 - - uid: 28988 - components: - - type: Transform - pos: 25.5,-53.5 - parent: 2 - - uid: 29044 - components: - - type: Transform - pos: 26.5,-53.5 - parent: 2 - - uid: 29045 - components: - - type: Transform - pos: -6.5,-44.5 - parent: 2 - - uid: 29152 - components: - - type: Transform - pos: -51.5,-38.5 - parent: 2 - - uid: 29153 - components: - - type: Transform - pos: -55.5,-38.5 - parent: 2 - - uid: 29159 - components: - - type: Transform - pos: -56.5,-39.5 - parent: 2 - - uid: 29164 - components: - - type: Transform - pos: -59.5,-39.5 - parent: 2 - - uid: 29166 - components: - - type: Transform - pos: -63.5,-39.5 - parent: 2 - - uid: 29167 - components: - - type: Transform - pos: -64.5,-39.5 - parent: 2 - - uid: 29168 - components: - - type: Transform - pos: -68.5,-38.5 - parent: 2 - - uid: 29169 - components: - - type: Transform - pos: -73.5,-40.5 - parent: 2 - - uid: 29170 - components: - - type: Transform - pos: -73.5,-41.5 - parent: 2 - - uid: 29171 - components: - - type: Transform - pos: -73.5,-46.5 - parent: 2 - - uid: 29172 - components: - - type: Transform - pos: -70.5,-48.5 - parent: 2 - - uid: 29173 - components: - - type: Transform - pos: -70.5,-57.5 - parent: 2 - - uid: 29180 - components: - - type: Transform - pos: -70.5,-58.5 - parent: 2 - - uid: 29181 - components: - - type: Transform - pos: -74.5,-57.5 - parent: 2 - - uid: 29182 - components: - - type: Transform - pos: -70.5,-62.5 - parent: 2 - - uid: 29183 - components: - - type: Transform - pos: -74.5,-61.5 - parent: 2 - - uid: 29191 - components: - - type: Transform - pos: -74.5,-68.5 - parent: 2 - - uid: 29200 - components: - - type: Transform - pos: -75.5,-69.5 - parent: 2 - - uid: 29204 - components: - - type: Transform - pos: -69.5,-67.5 - parent: 2 - - uid: 29205 - components: - - type: Transform - pos: -69.5,-70.5 - parent: 2 - - uid: 29206 - components: - - type: Transform - pos: -70.5,-73.5 - parent: 2 - - uid: 29210 - components: - - type: Transform - pos: -74.5,-74.5 - parent: 2 - - uid: 29212 - components: - - type: Transform - pos: -73.5,-74.5 - parent: 2 - - uid: 29214 - components: - - type: Transform - pos: -76.5,-73.5 - parent: 2 - - uid: 29229 - components: - - type: Transform - pos: -83.5,-69.5 - parent: 2 - - uid: 29237 - components: - - type: Transform - pos: -81.5,-69.5 - parent: 2 - - uid: 29238 - components: - - type: Transform - pos: -78.5,-69.5 - parent: 2 - - uid: 29248 - components: - - type: Transform - pos: -78.5,-73.5 - parent: 2 - - uid: 29249 - components: - - type: Transform - pos: -84.5,-74.5 - parent: 2 - - uid: 29425 - components: - - type: Transform - pos: -86.5,-73.5 - parent: 2 - - uid: 29426 - components: - - type: Transform - pos: -87.5,-73.5 - parent: 2 - - uid: 29429 - components: - - type: Transform - pos: -101.5,-65.5 - parent: 2 - - uid: 29430 - components: - - type: Transform - pos: -80.5,-72.5 - parent: 2 - - uid: 29431 - components: - - type: Transform - pos: -97.5,-73.5 - parent: 2 - - uid: 29432 - components: - - type: Transform - pos: -100.5,-74.5 - parent: 2 - - uid: 29452 - components: - - type: Transform - pos: -102.5,-74.5 - parent: 2 - - uid: 29453 - components: - - type: Transform - pos: -103.5,-74.5 - parent: 2 - - uid: 29459 - components: - - type: Transform - pos: -98.5,-69.5 - parent: 2 - - uid: 29460 - components: - - type: Transform - pos: -101.5,-59.5 - parent: 2 - - uid: 29461 - components: - - type: Transform - pos: -101.5,-54.5 - parent: 2 - - uid: 29462 - components: - - type: Transform - pos: -100.5,-53.5 - parent: 2 - - uid: 29463 - components: - - type: Transform - pos: -106.5,-61.5 - parent: 2 - - uid: 29465 - components: - - type: Transform - pos: -106.5,-62.5 - parent: 2 - - uid: 29466 - components: - - type: Transform - pos: -105.5,-68.5 - parent: 2 - - uid: 29467 - components: - - type: Transform - pos: -105.5,-44.5 - parent: 2 - - uid: 29471 - components: - - type: Transform - pos: -105.5,-65.5 - parent: 2 - - uid: 29484 - components: - - type: Transform - pos: -105.5,-67.5 - parent: 2 - - uid: 29485 - components: - - type: Transform - pos: -105.5,-57.5 - parent: 2 - - uid: 29486 - components: - - type: Transform - pos: -105.5,-53.5 - parent: 2 - - uid: 29487 - components: - - type: Transform - pos: -105.5,-47.5 - parent: 2 - - uid: 29488 - components: - - type: Transform - pos: -104.5,-47.5 - parent: 2 - - uid: 29489 - components: - - type: Transform - pos: -105.5,-52.5 - parent: 2 - - uid: 29494 - components: - - type: Transform - pos: -105.5,-45.5 - parent: 2 - - uid: 29495 - components: - - type: Transform - pos: -105.5,-42.5 - parent: 2 - - uid: 29496 - components: - - type: Transform - pos: -106.5,-40.5 - parent: 2 - - uid: 29497 - components: - - type: Transform - pos: -104.5,-34.5 - parent: 2 - - uid: 29511 - components: - - type: Transform - pos: -101.5,-39.5 - parent: 2 - - uid: 29512 - components: - - type: Transform - pos: -101.5,-40.5 - parent: 2 - - uid: 29513 - components: - - type: Transform - pos: -101.5,-31.5 - parent: 2 - - uid: 29514 - components: - - type: Transform - pos: -106.5,-27.5 - parent: 2 - - uid: 29515 - components: - - type: Transform - pos: -112.5,-27.5 - parent: 2 - - uid: 29516 - components: - - type: Transform - pos: -114.5,-27.5 - parent: 2 - - uid: 29517 - components: - - type: Transform - pos: -112.5,-31.5 - parent: 2 - - uid: 29538 - components: - - type: Transform - pos: -112.5,-32.5 - parent: 2 - - uid: 29539 - components: - - type: Transform - pos: -116.5,-31.5 - parent: 2 - - uid: 29561 - components: - - type: Transform - pos: -118.5,-31.5 - parent: 2 - - uid: 29570 - components: - - type: Transform - pos: -119.5,-31.5 - parent: 2 - - uid: 29571 - components: - - type: Transform - pos: -108.5,-31.5 - parent: 2 - - uid: 29572 - components: - - type: Transform - pos: -119.5,-27.5 - parent: 2 - - uid: 29573 - components: - - type: Transform - pos: -120.5,-25.5 - parent: 2 - - uid: 29574 - components: - - type: Transform - pos: -120.5,-24.5 - parent: 2 - - uid: 29575 - components: - - type: Transform - pos: -119.5,-18.5 - parent: 2 - - uid: 29576 - components: - - type: Transform - pos: -115.5,-21.5 - parent: 2 - - uid: 29577 - components: - - type: Transform - pos: -119.5,-8.5 - parent: 2 - - uid: 29578 - components: - - type: Transform - pos: -115.5,-12.5 - parent: 2 - - uid: 29579 - components: - - type: Transform - pos: -114.5,-5.5 - parent: 2 - - uid: 29580 - components: - - type: Transform - pos: -119.5,-1.5 - parent: 2 - - uid: 29581 - components: - - type: Transform - pos: -120.5,-0.5 - parent: 2 - - uid: 29582 - components: - - type: Transform - pos: -119.5,0.5 - parent: 2 - - uid: 29583 - components: - - type: Transform - pos: -114.5,1.5 - parent: 2 - - uid: 29584 - components: - - type: Transform - pos: -115.5,5.5 - parent: 2 - - uid: 29585 - components: - - type: Transform - pos: -119.5,14.5 - parent: 2 - - uid: 29586 - components: - - type: Transform - pos: -119.5,10.5 - parent: 2 - - uid: 29587 - components: - - type: Transform - pos: -115.5,9.5 - parent: 2 - - uid: 29588 - components: - - type: Transform - pos: -120.5,17.5 - parent: 2 - - uid: 29589 - components: - - type: Transform - pos: -119.5,17.5 - parent: 2 - - uid: 29590 - components: - - type: Transform - pos: -115.5,20.5 - parent: 2 - - uid: 29591 - components: - - type: Transform - pos: -114.5,19.5 - parent: 2 - - uid: 29592 - components: - - type: Transform - pos: -120.5,25.5 - parent: 2 - - uid: 29593 - components: - - type: Transform - pos: -119.5,29.5 - parent: 2 - - uid: 29594 - components: - - type: Transform - pos: -120.5,28.5 - parent: 2 - - uid: 29595 - components: - - type: Transform - pos: -114.5,30.5 - parent: 2 - - uid: 29596 - components: - - type: Transform - pos: -120.5,33.5 - parent: 2 - - uid: 29597 - components: - - type: Transform - pos: -118.5,33.5 - parent: 2 - - uid: 29598 - components: - - type: Transform - pos: -129.5,42.5 - parent: 2 - - uid: 29599 - components: - - type: Transform - pos: -127.5,33.5 - parent: 2 - - uid: 29600 - components: - - type: Transform - pos: -129.5,35.5 - parent: 2 - - uid: 29601 - components: - - type: Transform - pos: -128.5,47.5 - parent: 2 - - uid: 29602 - components: - - type: Transform - pos: -112.5,40.5 - parent: 2 - - uid: 29603 - components: - - type: Transform - pos: -119.5,40.5 - parent: 2 - - uid: 29604 - components: - - type: Transform - pos: -118.5,40.5 - parent: 2 - - uid: 29605 - components: - - type: Transform - pos: -109.5,40.5 - parent: 2 - - uid: 29606 - components: - - type: Transform - pos: -104.5,40.5 - parent: 2 - - uid: 29607 - components: - - type: Transform - pos: -129.5,64.5 - parent: 2 - - uid: 29608 - components: - - type: Transform - pos: -127.5,54.5 - parent: 2 - - uid: 29609 - components: - - type: Transform - pos: -128.5,67.5 - parent: 2 - - uid: 29880 - components: - - type: Transform - pos: 102.5,32.5 - parent: 2 - - uid: 29881 - components: - - type: Transform - pos: 102.5,34.5 - parent: 2 - - uid: 29882 - components: - - type: Transform - pos: 102.5,36.5 - parent: 2 - - uid: 29884 - components: - - type: Transform - pos: 102.5,41.5 - parent: 2 - - uid: 29885 - components: - - type: Transform - pos: 102.5,43.5 - parent: 2 - - uid: 29886 - components: - - type: Transform - pos: 102.5,44.5 - parent: 2 - - uid: 29887 - components: - - type: Transform - pos: 100.5,47.5 - parent: 2 - - uid: 29888 - components: - - type: Transform - pos: 100.5,48.5 - parent: 2 - - uid: 29889 - components: - - type: Transform - pos: 99.5,48.5 - parent: 2 - - uid: 29890 - components: - - type: Transform - pos: 99.5,49.5 - parent: 2 - - uid: 29917 - components: - - type: Transform - pos: -123.5,68.5 - parent: 2 - - uid: 30265 - components: - - type: Transform - pos: -121.5,67.5 - parent: 2 - - uid: 30390 - components: - - type: Transform - pos: -93.5,81.5 - parent: 2 - - uid: 30393 - components: - - type: Transform - pos: -116.5,67.5 - parent: 2 - - uid: 30416 - components: - - type: Transform - pos: -115.5,67.5 - parent: 2 - - uid: 30418 - components: - - type: Transform - pos: -104.5,65.5 - parent: 2 - - uid: 30420 - components: - - type: Transform - pos: -96.5,68.5 - parent: 2 - - uid: 30424 - components: - - type: Transform - pos: -61.5,76.5 - parent: 2 - - uid: 30425 - components: - - type: Transform - pos: -92.5,88.5 - parent: 2 - - uid: 32318 - components: - - type: Transform - pos: -94.5,64.5 - parent: 2 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 2202 - components: - - type: Transform - pos: 27.5,22.5 - parent: 2 - - uid: 2839 - components: - - type: Transform - pos: 34.5,52.5 - parent: 2 - - uid: 2859 - components: - - type: Transform - pos: 49.5,52.5 - parent: 2 - - uid: 2860 - components: - - type: Transform - pos: 35.5,52.5 - parent: 2 - - uid: 2886 - components: - - type: Transform - pos: 28.5,22.5 - parent: 2 - - uid: 3963 - components: - - type: Transform - pos: 41.5,44.5 - parent: 2 - - uid: 3964 - components: - - type: Transform - pos: 29.5,22.5 - parent: 2 - - uid: 3966 - components: - - type: Transform - pos: 8.5,69.5 - parent: 2 - - uid: 3988 - components: - - type: Transform - pos: 41.5,42.5 - parent: 2 - - uid: 4124 - components: - - type: Transform - pos: 41.5,39.5 - parent: 2 - - uid: 4125 - components: - - type: Transform - pos: 41.5,40.5 - parent: 2 - - uid: 4165 - components: - - type: Transform - pos: 40.5,52.5 - parent: 2 - - uid: 4204 - components: - - type: Transform - pos: -33.5,52.5 - parent: 2 - - uid: 4217 - components: - - type: Transform - pos: -32.5,52.5 - parent: 2 - - uid: 4223 - components: - - type: Transform - pos: -31.5,52.5 - parent: 2 - - uid: 4227 - components: - - type: Transform - pos: 42.5,54.5 - parent: 2 - - uid: 4228 - components: - - type: Transform - pos: 42.5,55.5 - parent: 2 - - uid: 4229 - components: - - type: Transform - pos: 42.5,56.5 - parent: 2 - - uid: 4230 - components: - - type: Transform - pos: 36.5,56.5 - parent: 2 - - uid: 4231 - components: - - type: Transform - pos: 36.5,55.5 - parent: 2 - - uid: 4232 - components: - - type: Transform - pos: 36.5,54.5 - parent: 2 - - uid: 4233 - components: - - type: Transform - pos: 48.5,56.5 - parent: 2 - - uid: 4234 - components: - - type: Transform - pos: 48.5,55.5 - parent: 2 - - uid: 4235 - components: - - type: Transform - pos: 48.5,54.5 - parent: 2 - - uid: 4590 - components: - - type: Transform - pos: 61.5,9.5 - parent: 2 - - uid: 4591 - components: - - type: Transform - pos: 63.5,9.5 - parent: 2 - - uid: 4592 - components: - - type: Transform - pos: 55.5,25.5 - parent: 2 - - uid: 4646 - components: - - type: Transform - pos: 92.5,39.5 - parent: 2 - - uid: 4647 - components: - - type: Transform - pos: 92.5,40.5 - parent: 2 - - uid: 4648 - components: - - type: Transform - pos: 92.5,41.5 - parent: 2 - - uid: 4850 - components: - - type: Transform - pos: -113.5,41.5 - parent: 2 - - uid: 5540 - components: - - type: Transform - pos: 45.5,52.5 - parent: 2 - - uid: 5541 - components: - - type: Transform - pos: 43.5,52.5 - parent: 2 - - uid: 6100 - components: - - type: Transform - pos: 44.5,52.5 - parent: 2 - - uid: 6149 - components: - - type: Transform - pos: 41.5,52.5 - parent: 2 - - uid: 7639 - components: - - type: Transform - pos: -56.5,19.5 - parent: 2 - - uid: 8204 - components: - - type: Transform - pos: 37.5,58.5 - parent: 2 - - uid: 8700 - components: - - type: Transform - pos: -56.5,18.5 - parent: 2 - - uid: 8870 - components: - - type: Transform - pos: -62.5,21.5 - parent: 2 - - uid: 8872 - components: - - type: Transform - pos: -58.5,21.5 - parent: 2 - - uid: 8894 - components: - - type: Transform - pos: -61.5,21.5 - parent: 2 - - uid: 8895 - components: - - type: Transform - pos: -60.5,21.5 - parent: 2 - - uid: 8896 - components: - - type: Transform - pos: -59.5,21.5 - parent: 2 - - uid: 9044 - components: - - type: Transform - pos: -50.5,24.5 - parent: 2 - - uid: 9045 - components: - - type: Transform - pos: -51.5,24.5 - parent: 2 - - uid: 9046 - components: - - type: Transform - pos: -48.5,24.5 - parent: 2 - - uid: 9047 - components: - - type: Transform - pos: -47.5,24.5 - parent: 2 - - uid: 9126 - components: - - type: Transform - pos: 41.5,58.5 - parent: 2 - - uid: 9136 - components: - - type: Transform - pos: 43.5,58.5 - parent: 2 - - uid: 9252 - components: - - type: Transform - pos: 47.5,58.5 - parent: 2 - - uid: 9256 - components: - - type: Transform - pos: 50.5,52.5 - parent: 2 - - uid: 9268 - components: - - type: Transform - pos: 39.5,52.5 - parent: 2 - - uid: 9469 - components: - - type: Transform - pos: -49.5,52.5 - parent: 2 - - uid: 9470 - components: - - type: Transform - pos: -49.5,47.5 - parent: 2 - - uid: 9471 - components: - - type: Transform - pos: -47.5,47.5 - parent: 2 - - uid: 9472 - components: - - type: Transform - pos: -47.5,52.5 - parent: 2 - - uid: 9473 - components: - - type: Transform - pos: -45.5,52.5 - parent: 2 - - uid: 9474 - components: - - type: Transform - pos: -45.5,47.5 - parent: 2 - - uid: 9475 - components: - - type: Transform - pos: -43.5,47.5 - parent: 2 - - uid: 9476 - components: - - type: Transform - pos: -43.5,52.5 - parent: 2 - - uid: 9477 - components: - - type: Transform - pos: -41.5,52.5 - parent: 2 - - uid: 9478 - components: - - type: Transform - pos: -41.5,47.5 - parent: 2 - - uid: 9479 - components: - - type: Transform - pos: -39.5,47.5 - parent: 2 - - uid: 9480 - components: - - type: Transform - pos: -39.5,52.5 - parent: 2 - - uid: 9481 - components: - - type: Transform - pos: -37.5,52.5 - parent: 2 - - uid: 9482 - components: - - type: Transform - pos: -37.5,47.5 - parent: 2 - - uid: 9613 - components: - - type: Transform - pos: -56.5,17.5 - parent: 2 - - uid: 13459 - components: - - type: Transform - pos: -52.5,54.5 - parent: 2 - - uid: 13706 - components: - - type: Transform - pos: -51.5,54.5 - parent: 2 - - uid: 13988 - components: - - type: Transform - pos: 23.5,44.5 - parent: 2 - - uid: 14097 - components: - - type: Transform - pos: 27.5,36.5 - parent: 2 - - uid: 14098 - components: - - type: Transform - pos: 28.5,36.5 - parent: 2 - - uid: 14103 - components: - - type: Transform - pos: 29.5,38.5 - parent: 2 - - uid: 14104 - components: - - type: Transform - pos: 29.5,37.5 - parent: 2 - - uid: 14106 - components: - - type: Transform - pos: 26.5,36.5 - parent: 2 - - uid: 14108 - components: - - type: Transform - pos: 25.5,37.5 - parent: 2 - - uid: 14109 - components: - - type: Transform - pos: 25.5,38.5 - parent: 2 - - uid: 14117 - components: - - type: Transform - pos: 26.5,42.5 - parent: 2 - - uid: 14118 - components: - - type: Transform - pos: 28.5,42.5 - parent: 2 - - uid: 14119 - components: - - type: Transform - pos: 24.5,44.5 - parent: 2 - - uid: 14120 - components: - - type: Transform - pos: 22.5,44.5 - parent: 2 - - uid: 15517 - components: - - type: Transform - pos: -15.5,41.5 - parent: 2 - - uid: 15631 - components: - - type: Transform - pos: -26.5,43.5 - parent: 2 - - uid: 15670 - components: - - type: Transform - pos: -25.5,43.5 - parent: 2 - - uid: 15671 - components: - - type: Transform - pos: -24.5,43.5 - parent: 2 - - uid: 16281 - components: - - type: Transform - pos: -15.5,40.5 - parent: 2 - - uid: 16528 - components: - - type: Transform - pos: -21.5,45.5 - parent: 2 - - uid: 16529 - components: - - type: Transform - pos: -17.5,45.5 - parent: 2 - - uid: 16612 - components: - - type: Transform - pos: -30.5,51.5 - parent: 2 - - uid: 18000 - components: - - type: Transform - pos: 7.5,69.5 - parent: 2 - - uid: 18086 - components: - - type: Transform - pos: 11.5,69.5 - parent: 2 - - uid: 18163 - components: - - type: Transform - pos: -113.5,60.5 - parent: 2 - - uid: 18388 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - - uid: 18638 - components: - - type: Transform - pos: -103.5,57.5 - parent: 2 - - uid: 18641 - components: - - type: Transform - pos: -102.5,57.5 - parent: 2 - - uid: 18642 - components: - - type: Transform - pos: -104.5,57.5 - parent: 2 - - uid: 18643 - components: - - type: Transform - pos: -102.5,55.5 - parent: 2 - - uid: 18644 - components: - - type: Transform - pos: -103.5,55.5 - parent: 2 - - uid: 18645 - components: - - type: Transform - pos: -104.5,55.5 - parent: 2 - - uid: 18646 - components: - - type: Transform - pos: -104.5,45.5 - parent: 2 - - uid: 18647 - components: - - type: Transform - pos: -103.5,45.5 - parent: 2 - - uid: 18648 - components: - - type: Transform - pos: -102.5,45.5 - parent: 2 - - uid: 18649 - components: - - type: Transform - pos: -104.5,47.5 - parent: 2 - - uid: 18650 - components: - - type: Transform - pos: -103.5,47.5 - parent: 2 - - uid: 18651 - components: - - type: Transform - pos: -102.5,47.5 - parent: 2 - - uid: 18671 - components: - - type: Transform - pos: -104.5,53.5 - parent: 2 - - uid: 18672 - components: - - type: Transform - pos: -104.5,52.5 - parent: 2 - - uid: 18673 - components: - - type: Transform - pos: -104.5,51.5 - parent: 2 - - uid: 18674 - components: - - type: Transform - pos: -104.5,50.5 - parent: 2 - - uid: 18675 - components: - - type: Transform - pos: -104.5,49.5 - parent: 2 - - uid: 18676 - components: - - type: Transform - pos: -102.5,53.5 - parent: 2 - - uid: 18677 - components: - - type: Transform - pos: -102.5,52.5 - parent: 2 - - uid: 18678 - components: - - type: Transform - pos: -102.5,51.5 - parent: 2 - - uid: 18679 - components: - - type: Transform - pos: -102.5,50.5 - parent: 2 - - uid: 18680 - components: - - type: Transform - pos: -102.5,49.5 - parent: 2 - - uid: 18689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,20.5 - parent: 2 - - uid: 18769 - components: - - type: Transform - pos: -112.5,60.5 - parent: 2 - - uid: 18770 - components: - - type: Transform - pos: -111.5,60.5 - parent: 2 - - uid: 18771 - components: - - type: Transform - pos: -121.5,52.5 - parent: 2 - - uid: 18772 - components: - - type: Transform - pos: -121.5,51.5 - parent: 2 - - uid: 18773 - components: - - type: Transform - pos: -121.5,50.5 - parent: 2 - - uid: 18774 - components: - - type: Transform - pos: -113.5,42.5 - parent: 2 - - uid: 18775 - components: - - type: Transform - pos: -112.5,42.5 - parent: 2 - - uid: 18776 - components: - - type: Transform - pos: -111.5,42.5 - parent: 2 - - uid: 19086 - components: - - type: Transform - pos: -95.5,55.5 - parent: 2 - - uid: 19654 - components: - - type: Transform - pos: -19.5,68.5 - parent: 2 - - uid: 19659 - components: - - type: Transform - pos: 15.5,66.5 - parent: 2 - - uid: 19665 - components: - - type: Transform - pos: -21.5,68.5 - parent: 2 - - uid: 19666 - components: - - type: Transform - pos: 15.5,64.5 - parent: 2 - - uid: 19675 - components: - - type: Transform - pos: -22.5,68.5 - parent: 2 - - uid: 19677 - components: - - type: Transform - pos: -18.5,68.5 - parent: 2 - - uid: 19679 - components: - - type: Transform - pos: -17.5,68.5 - parent: 2 - - uid: 19680 - components: - - type: Transform - pos: -17.5,58.5 - parent: 2 - - uid: 19684 - components: - - type: Transform - pos: -14.5,68.5 - parent: 2 - - uid: 19685 - components: - - type: Transform - pos: -13.5,68.5 - parent: 2 - - uid: 19688 - components: - - type: Transform - pos: -15.5,68.5 - parent: 2 - - uid: 19692 - components: - - type: Transform - pos: -26.5,68.5 - parent: 2 - - uid: 19736 - components: - - type: Transform - pos: -25.5,68.5 - parent: 2 - - uid: 19737 - components: - - type: Transform - pos: -23.5,68.5 - parent: 2 - - uid: 19791 - components: - - type: Transform - pos: -17.5,55.5 - parent: 2 - - uid: 19792 - components: - - type: Transform - pos: -17.5,56.5 - parent: 2 - - uid: 19793 - components: - - type: Transform - pos: -17.5,54.5 - parent: 2 - - uid: 19794 - components: - - type: Transform - pos: -27.5,68.5 - parent: 2 - - uid: 19795 - components: - - type: Transform - pos: -37.5,68.5 - parent: 2 - - uid: 19796 - components: - - type: Transform - pos: -38.5,68.5 - parent: 2 - - uid: 19797 - components: - - type: Transform - pos: -39.5,68.5 - parent: 2 - - uid: 19798 - components: - - type: Transform - pos: -45.5,66.5 - parent: 2 - - uid: 19800 - components: - - type: Transform - pos: -36.5,68.5 - parent: 2 - - uid: 19803 - components: - - type: Transform - pos: -45.5,65.5 - parent: 2 - - uid: 19804 - components: - - type: Transform - pos: -45.5,64.5 - parent: 2 - - uid: 19805 - components: - - type: Transform - pos: -35.5,68.5 - parent: 2 - - uid: 19806 - components: - - type: Transform - pos: -45.5,67.5 - parent: 2 - - uid: 19808 - components: - - type: Transform - pos: -17.5,57.5 - parent: 2 - - uid: 22156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,17.5 - parent: 2 - - uid: 22283 - components: - - type: Transform - pos: 4.5,62.5 - parent: 2 - - uid: 22285 - components: - - type: Transform - pos: 4.5,58.5 - parent: 2 - - uid: 22625 - components: - - type: Transform - pos: 29.5,44.5 - parent: 2 - - uid: 22668 - components: - - type: Transform - pos: -9.5,33.5 - parent: 2 - - uid: 22679 - components: - - type: Transform - pos: -9.5,34.5 - parent: 2 - - uid: 23785 - components: - - type: Transform - pos: -61.5,50.5 - parent: 2 - - uid: 23786 - components: - - type: Transform - pos: -61.5,51.5 - parent: 2 - - uid: 25225 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - - uid: 25309 - components: - - type: Transform - pos: -18.5,43.5 - parent: 2 - - uid: 26359 - components: - - type: Transform - pos: -33.5,36.5 - parent: 2 - - uid: 26618 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - - uid: 27846 - components: - - type: Transform - pos: -61.5,48.5 - parent: 2 - - uid: 27972 - components: - - type: Transform - pos: -18.5,46.5 - parent: 2 - - uid: 28140 - components: - - type: Transform - pos: -58.5,47.5 - parent: 2 - - uid: 28141 - components: - - type: Transform - pos: -57.5,47.5 - parent: 2 - - uid: 28239 - components: - - type: Transform - pos: -56.5,47.5 - parent: 2 - - uid: 28709 - components: - - type: Transform - pos: -55.5,51.5 - parent: 2 - - uid: 28710 - components: - - type: Transform - pos: -55.5,50.5 - parent: 2 - - uid: 28711 - components: - - type: Transform - pos: -55.5,49.5 - parent: 2 - - uid: 28712 - components: - - type: Transform - pos: -55.5,48.5 - parent: 2 - - uid: 30674 - components: - - type: Transform - pos: 15.5,65.5 - parent: 2 - - uid: 31071 - components: - - type: Transform - pos: 6.5,68.5 - parent: 2 - - uid: 31072 - components: - - type: Transform - pos: 12.5,68.5 - parent: 2 - - uid: 31079 - components: - - type: Transform - pos: 9.5,69.5 - parent: 2 - - uid: 31112 - components: - - type: Transform - pos: 10.5,69.5 - parent: 2 - - uid: 31219 - components: - - type: Transform - pos: -94.5,55.5 - parent: 2 - - uid: 31222 - components: - - type: Transform - pos: -96.5,55.5 - parent: 2 - - uid: 31223 - components: - - type: Transform - pos: -112.5,41.5 - parent: 2 - - uid: 32215 - components: - - type: Transform - pos: -96.5,56.5 - parent: 2 - - uid: 32216 - components: - - type: Transform - pos: -95.5,56.5 - parent: 2 - - uid: 32217 - components: - - type: Transform - pos: -94.5,56.5 - parent: 2 - - uid: 32218 - components: - - type: Transform - pos: -94.5,46.5 - parent: 2 - - uid: 32219 - components: - - type: Transform - pos: -94.5,47.5 - parent: 2 - - uid: 32220 - components: - - type: Transform - pos: -95.5,46.5 - parent: 2 - - uid: 32221 - components: - - type: Transform - pos: -95.5,47.5 - parent: 2 - - uid: 32222 - components: - - type: Transform - pos: -96.5,46.5 - parent: 2 - - uid: 32223 - components: - - type: Transform - pos: -96.5,47.5 - parent: 2 - - uid: 32246 - components: - - type: Transform - pos: -111.5,41.5 - parent: 2 - - uid: 32249 - components: - - type: Transform - pos: -122.5,52.5 - parent: 2 - - uid: 32250 - components: - - type: Transform - pos: -122.5,51.5 - parent: 2 - - uid: 32251 - components: - - type: Transform - pos: -122.5,50.5 - parent: 2 - - uid: 32256 - components: - - type: Transform - pos: -111.5,61.5 - parent: 2 - - uid: 32257 - components: - - type: Transform - pos: -112.5,61.5 - parent: 2 - - uid: 32258 - components: - - type: Transform - pos: -113.5,61.5 - parent: 2 - - uid: 33718 - components: - - type: Transform - pos: -58.5,14.5 - parent: 2 - - uid: 33720 - components: - - type: Transform - pos: -57.5,14.5 - parent: 2 - - uid: 33725 - components: - - type: Transform - pos: -35.5,47.5 - parent: 2 - - uid: 33726 - components: - - type: Transform - pos: -59.5,14.5 - parent: 2 - - uid: 33727 - components: - - type: Transform - pos: -57.5,10.5 - parent: 2 - - uid: 34979 - components: - - type: Transform - pos: -59.5,10.5 - parent: 2 - - uid: 36115 - components: - - type: Transform - pos: -20.5,46.5 - parent: 2 - - uid: 36116 - components: - - type: Transform - pos: -19.5,46.5 - parent: 2 - - uid: 36468 - components: - - type: Transform - pos: -58.5,10.5 - parent: 2 -- proto: ReinforcedPlasmaWindowDiagonal - entities: - - uid: 22539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,69.5 - parent: 2 - - uid: 22540 - components: - - type: Transform - pos: 6.5,69.5 - parent: 2 -- proto: ReinforcedUraniumWindow - entities: - - uid: 4144 - components: - - type: Transform - pos: 55.5,9.5 - parent: 2 - - uid: 4582 - components: - - type: Transform - pos: 59.5,25.5 - parent: 2 - - uid: 4611 - components: - - type: Transform - pos: 59.5,9.5 - parent: 2 - - uid: 4612 - components: - - type: Transform - pos: 63.5,25.5 - parent: 2 - - uid: 5371 - components: - - type: Transform - pos: 58.5,58.5 - parent: 2 - - uid: 5372 - components: - - type: Transform - pos: 59.5,58.5 - parent: 2 - - uid: 19992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,18.5 - parent: 2 - - uid: 24679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,14.5 - parent: 2 - - uid: 24702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,15.5 - parent: 2 -- proto: ReinforcedWindow - entities: - - uid: 430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,19.5 - parent: 2 - - uid: 738 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 812 - components: - - type: Transform - pos: -30.5,-39.5 - parent: 2 - - uid: 1090 - components: - - type: Transform - pos: -26.5,-39.5 - parent: 2 - - uid: 1096 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 2 - - uid: 1099 - components: - - type: Transform - pos: -27.5,-39.5 - parent: 2 - - uid: 1100 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 2 - - uid: 1141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,26.5 - parent: 2 - - uid: 1148 - components: - - type: Transform - pos: -108.5,6.5 - parent: 2 - - uid: 1154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-15.5 - parent: 2 - - uid: 1180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,32.5 - parent: 2 - - uid: 1192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,7.5 - parent: 2 - - uid: 1198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,8.5 - parent: 2 - - uid: 1200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,9.5 - parent: 2 - - uid: 1762 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - - uid: 1892 - components: - - type: Transform - pos: 8.5,26.5 - parent: 2 - - uid: 1920 - components: - - type: Transform - pos: 3.5,29.5 - parent: 2 - - uid: 1921 - components: - - type: Transform - pos: 3.5,28.5 - parent: 2 - - uid: 1922 - components: - - type: Transform - pos: 9.5,26.5 - parent: 2 - - uid: 1924 - components: - - type: Transform - pos: 3.5,27.5 - parent: 2 - - uid: 1943 - components: - - type: Transform - pos: 3.5,30.5 - parent: 2 - - uid: 1987 - components: - - type: Transform - pos: 19.5,22.5 - parent: 2 - - uid: 1990 - components: - - type: Transform - pos: 20.5,22.5 - parent: 2 - - uid: 2387 - components: - - type: Transform - pos: -99.5,-14.5 - parent: 2 - - uid: 2393 - components: - - type: Transform - pos: -11.5,-43.5 - parent: 2 - - uid: 2394 - components: - - type: Transform - pos: -12.5,-43.5 - parent: 2 - - uid: 2395 - components: - - type: Transform - pos: -10.5,-43.5 - parent: 2 - - uid: 2457 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 2 - - uid: 2468 - components: - - type: Transform - pos: -1.5,-48.5 - parent: 2 - - uid: 2575 - components: - - type: Transform - pos: -1.5,-45.5 - parent: 2 - - uid: 2616 - components: - - type: Transform - pos: 22.5,47.5 - parent: 2 - - uid: 2621 - components: - - type: Transform - pos: 4.5,53.5 - parent: 2 - - uid: 2632 - components: - - type: Transform - pos: -4.5,-53.5 - parent: 2 - - uid: 2633 - components: - - type: Transform - pos: -6.5,-53.5 - parent: 2 - - uid: 2637 - components: - - type: Transform - pos: -8.5,-53.5 - parent: 2 - - uid: 2649 - components: - - type: Transform - pos: 4.5,54.5 - parent: 2 - - uid: 2680 - components: - - type: Transform - pos: 4.5,55.5 - parent: 2 - - uid: 2776 - components: - - type: Transform - pos: 12.5,56.5 - parent: 2 - - uid: 2786 - components: - - type: Transform - pos: 76.5,-22.5 - parent: 2 - - uid: 2799 - components: - - type: Transform - pos: -28.5,31.5 - parent: 2 - - uid: 2800 - components: - - type: Transform - pos: -26.5,32.5 - parent: 2 - - uid: 2801 - components: - - type: Transform - pos: -28.5,32.5 - parent: 2 - - uid: 2802 - components: - - type: Transform - pos: -26.5,31.5 - parent: 2 - - uid: 2804 - components: - - type: Transform - pos: -24.5,31.5 - parent: 2 - - uid: 2805 - components: - - type: Transform - pos: -24.5,32.5 - parent: 2 - - uid: 2956 - components: - - type: Transform - pos: -98.5,-12.5 - parent: 2 - - uid: 3028 - components: - - type: Transform - pos: 15.5,35.5 - parent: 2 - - uid: 3032 - components: - - type: Transform - pos: 15.5,36.5 - parent: 2 - - uid: 3034 - components: - - type: Transform - pos: 8.5,35.5 - parent: 2 - - uid: 3036 - components: - - type: Transform - pos: 8.5,36.5 - parent: 2 - - uid: 3163 - components: - - type: Transform - pos: -39.5,-9.5 - parent: 2 - - uid: 3170 - components: - - type: Transform - pos: 14.5,-37.5 - parent: 2 - - uid: 3173 - components: - - type: Transform - pos: 15.5,-37.5 - parent: 2 - - uid: 3174 - components: - - type: Transform - pos: 19.5,-37.5 - parent: 2 - - uid: 3175 - components: - - type: Transform - pos: 17.5,-37.5 - parent: 2 - - uid: 3176 - components: - - type: Transform - pos: 20.5,-37.5 - parent: 2 - - uid: 3179 - components: - - type: Transform - pos: 21.5,-37.5 - parent: 2 - - uid: 3195 - components: - - type: Transform - pos: 18.5,-37.5 - parent: 2 - - uid: 3219 - components: - - type: Transform - pos: -1.5,-47.5 - parent: 2 - - uid: 3227 - components: - - type: Transform - pos: 4.5,-45.5 - parent: 2 - - uid: 3228 - components: - - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 3229 - components: - - type: Transform - pos: 4.5,-47.5 - parent: 2 - - uid: 3231 - components: - - type: Transform - pos: 5.5,-44.5 - parent: 2 - - uid: 3232 - components: - - type: Transform - pos: 6.5,-44.5 - parent: 2 - - uid: 3233 - components: - - type: Transform - pos: 7.5,-44.5 - parent: 2 - - uid: 3235 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 3236 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 2 - - uid: 3237 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 2 - - uid: 3238 - components: - - type: Transform - pos: 8.5,-43.5 - parent: 2 - - uid: 3239 - components: - - type: Transform - pos: 8.5,-42.5 - parent: 2 - - uid: 3240 - components: - - type: Transform - pos: 8.5,-41.5 - parent: 2 - - uid: 3241 - components: - - type: Transform - pos: 8.5,-40.5 - parent: 2 - - uid: 3329 - components: - - type: Transform - pos: 16.5,-37.5 - parent: 2 - - uid: 3337 - components: - - type: Transform - pos: -42.5,-45.5 - parent: 2 - - uid: 3353 - components: - - type: Transform - pos: 4.5,-48.5 - parent: 2 - - uid: 3477 - components: - - type: Transform - pos: 33.5,-35.5 - parent: 2 - - uid: 3478 - components: - - type: Transform - pos: 35.5,-35.5 - parent: 2 - - uid: 3479 - components: - - type: Transform - pos: 34.5,-35.5 - parent: 2 - - uid: 3480 - components: - - type: Transform - pos: 37.5,-35.5 - parent: 2 - - uid: 3481 - components: - - type: Transform - pos: 36.5,-35.5 - parent: 2 - - uid: 3483 - components: - - type: Transform - pos: 38.5,-35.5 - parent: 2 - - uid: 3530 - components: - - type: Transform - pos: 29.5,-35.5 - parent: 2 - - uid: 3532 - components: - - type: Transform - pos: 31.5,-35.5 - parent: 2 - - uid: 3533 - components: - - type: Transform - pos: 30.5,-35.5 - parent: 2 - - uid: 3534 - components: - - type: Transform - pos: 32.5,-35.5 - parent: 2 - - uid: 3627 - components: - - type: Transform - pos: 12.5,55.5 - parent: 2 - - uid: 3669 - components: - - type: Transform - pos: -50.5,33.5 - parent: 2 - - uid: 3695 - components: - - type: Transform - pos: -46.5,36.5 - parent: 2 - - uid: 3697 - components: - - type: Transform - pos: -47.5,36.5 - parent: 2 - - uid: 3983 - components: - - type: Transform - pos: -35.5,5.5 - parent: 2 - - uid: 4005 - components: - - type: Transform - pos: -37.5,5.5 - parent: 2 - - uid: 4600 - components: - - type: Transform - pos: 61.5,25.5 - parent: 2 - - uid: 4601 - components: - - type: Transform - pos: 65.5,9.5 - parent: 2 - - uid: 4602 - components: - - type: Transform - pos: 57.5,9.5 - parent: 2 - - uid: 4610 - components: - - type: Transform - pos: 57.5,25.5 - parent: 2 - - uid: 4613 - components: - - type: Transform - pos: 65.5,25.5 - parent: 2 - - uid: 5064 - components: - - type: Transform - pos: 58.5,1.5 - parent: 2 - - uid: 5065 - components: - - type: Transform - pos: 59.5,1.5 - parent: 2 - - uid: 5066 - components: - - type: Transform - pos: 60.5,1.5 - parent: 2 - - uid: 5067 - components: - - type: Transform - pos: 61.5,1.5 - parent: 2 - - uid: 5068 - components: - - type: Transform - pos: 62.5,1.5 - parent: 2 - - uid: 5069 - components: - - type: Transform - pos: 63.5,1.5 - parent: 2 - - uid: 5071 - components: - - type: Transform - pos: 66.5,1.5 - parent: 2 - - uid: 5072 - components: - - type: Transform - pos: 67.5,1.5 - parent: 2 - - uid: 5073 - components: - - type: Transform - pos: 68.5,1.5 - parent: 2 - - uid: 5074 - components: - - type: Transform - pos: 69.5,1.5 - parent: 2 - - uid: 5075 - components: - - type: Transform - pos: 70.5,1.5 - parent: 2 - - uid: 5076 - components: - - type: Transform - pos: 71.5,1.5 - parent: 2 - - uid: 5270 - components: - - type: Transform - pos: 18.5,60.5 - parent: 2 - - uid: 5711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-7.5 - parent: 2 - - uid: 5714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-9.5 - parent: 2 - - uid: 5724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-8.5 - parent: 2 - - uid: 5822 - components: - - type: Transform - pos: 3.5,-53.5 - parent: 2 - - uid: 5823 - components: - - type: Transform - pos: 3.5,-54.5 - parent: 2 - - uid: 5824 - components: - - type: Transform - pos: 3.5,-55.5 - parent: 2 - - uid: 5825 - components: - - type: Transform - pos: 3.5,-56.5 - parent: 2 - - uid: 5826 - components: - - type: Transform - pos: 1.5,-53.5 - parent: 2 - - uid: 5827 - components: - - type: Transform - pos: 1.5,-54.5 - parent: 2 - - uid: 5828 - components: - - type: Transform - pos: 1.5,-55.5 - parent: 2 - - uid: 5829 - components: - - type: Transform - pos: 1.5,-56.5 - parent: 2 - - uid: 5830 - components: - - type: Transform - pos: -0.5,-53.5 - parent: 2 - - uid: 5831 - components: - - type: Transform - pos: -0.5,-54.5 - parent: 2 - - uid: 5832 - components: - - type: Transform - pos: -0.5,-55.5 - parent: 2 - - uid: 5833 - components: - - type: Transform - pos: -0.5,-56.5 - parent: 2 - - uid: 5845 - components: - - type: Transform - pos: -8.5,-54.5 - parent: 2 - - uid: 5846 - components: - - type: Transform - pos: -8.5,-55.5 - parent: 2 - - uid: 5847 - components: - - type: Transform - pos: -8.5,-56.5 - parent: 2 - - uid: 5848 - components: - - type: Transform - pos: -6.5,-54.5 - parent: 2 - - uid: 5849 - components: - - type: Transform - pos: -6.5,-55.5 - parent: 2 - - uid: 5850 - components: - - type: Transform - pos: -6.5,-56.5 - parent: 2 - - uid: 5851 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 - - uid: 5852 - components: - - type: Transform - pos: -4.5,-55.5 - parent: 2 - - uid: 5853 - components: - - type: Transform - pos: -4.5,-56.5 - parent: 2 - - uid: 5854 - components: - - type: Transform - pos: 7.5,-53.5 - parent: 2 - - uid: 5855 - components: - - type: Transform - pos: 7.5,-54.5 - parent: 2 - - uid: 5856 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 2 - - uid: 5857 - components: - - type: Transform - pos: 7.5,-56.5 - parent: 2 - - uid: 5858 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 2 - - uid: 5859 - components: - - type: Transform - pos: 9.5,-54.5 - parent: 2 - - uid: 5860 - components: - - type: Transform - pos: 9.5,-55.5 - parent: 2 - - uid: 5861 - components: - - type: Transform - pos: 9.5,-56.5 - parent: 2 - - uid: 5862 - components: - - type: Transform - pos: 11.5,-53.5 - parent: 2 - - uid: 5863 - components: - - type: Transform - pos: 11.5,-54.5 - parent: 2 - - uid: 5864 - components: - - type: Transform - pos: 11.5,-55.5 - parent: 2 - - uid: 5865 - components: - - type: Transform - pos: 11.5,-56.5 - parent: 2 - - uid: 5874 - components: - - type: Transform - pos: -9.5,-52.5 - parent: 2 - - uid: 5875 - components: - - type: Transform - pos: -9.5,-51.5 - parent: 2 - - uid: 5876 - components: - - type: Transform - pos: -9.5,-50.5 - parent: 2 - - uid: 5877 - components: - - type: Transform - pos: 12.5,-50.5 - parent: 2 - - uid: 5878 - components: - - type: Transform - pos: 12.5,-51.5 - parent: 2 - - uid: 5879 - components: - - type: Transform - pos: 12.5,-52.5 - parent: 2 - - uid: 5994 - components: - - type: Transform - pos: -46.5,32.5 - parent: 2 - - uid: 5995 - components: - - type: Transform - pos: -48.5,36.5 - parent: 2 - - uid: 5997 - components: - - type: Transform - pos: -48.5,32.5 - parent: 2 - - uid: 6184 - components: - - type: Transform - pos: 44.5,-35.5 - parent: 2 - - uid: 6419 - components: - - type: Transform - pos: 50.5,-35.5 - parent: 2 - - uid: 6426 - components: - - type: Transform - pos: 81.5,-0.5 - parent: 2 - - uid: 6428 - components: - - type: Transform - pos: 81.5,-2.5 - parent: 2 - - uid: 6429 - components: - - type: Transform - pos: 81.5,-4.5 - parent: 2 - - uid: 6431 - components: - - type: Transform - pos: 81.5,-6.5 - parent: 2 - - uid: 6440 - components: - - type: Transform - pos: 78.5,-16.5 - parent: 2 - - uid: 6444 - components: - - type: Transform - pos: 79.5,-16.5 - parent: 2 - - uid: 6445 - components: - - type: Transform - pos: 80.5,-16.5 - parent: 2 - - uid: 6446 - components: - - type: Transform - pos: 81.5,-16.5 - parent: 2 - - uid: 6449 - components: - - type: Transform - pos: 78.5,-19.5 - parent: 2 - - uid: 6450 - components: - - type: Transform - pos: 78.5,-20.5 - parent: 2 - - uid: 6451 - components: - - type: Transform - pos: 78.5,-21.5 - parent: 2 - - uid: 6452 - components: - - type: Transform - pos: 79.5,-14.5 - parent: 2 - - uid: 6453 - components: - - type: Transform - pos: 80.5,-14.5 - parent: 2 - - uid: 6454 - components: - - type: Transform - pos: 80.5,-18.5 - parent: 2 - - uid: 6455 - components: - - type: Transform - pos: 79.5,-18.5 - parent: 2 - - uid: 6458 - components: - - type: Transform - pos: 75.5,-22.5 - parent: 2 - - uid: 6459 - components: - - type: Transform - pos: 74.5,-22.5 - parent: 2 - - uid: 6649 - components: - - type: Transform - pos: -9.5,-43.5 - parent: 2 - - uid: 6657 - components: - - type: Transform - pos: -8.5,-43.5 - parent: 2 - - uid: 6737 - components: - - type: Transform - pos: -41.5,-45.5 - parent: 2 - - uid: 6738 - components: - - type: Transform - pos: -39.5,-45.5 - parent: 2 - - uid: 6739 - components: - - type: Transform - pos: -43.5,-45.5 - parent: 2 - - uid: 6747 - components: - - type: Transform - pos: -44.5,-45.5 - parent: 2 - - uid: 6754 - components: - - type: Transform - pos: -52.5,-43.5 - parent: 2 - - uid: 6760 - components: - - type: Transform - pos: -40.5,-45.5 - parent: 2 - - uid: 6811 - components: - - type: Transform - pos: -47.5,32.5 - parent: 2 - - uid: 6817 - components: - - type: Transform - pos: -20.5,-41.5 - parent: 2 - - uid: 6946 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - uid: 6948 - components: - - type: Transform - pos: -44.5,1.5 - parent: 2 - - uid: 6959 - components: - - type: Transform - pos: -41.5,-39.5 - parent: 2 - - uid: 7141 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - - uid: 7142 - components: - - type: Transform - pos: -44.5,0.5 - parent: 2 - - uid: 7191 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - - uid: 7195 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - uid: 7259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-4.5 - parent: 2 - - uid: 7261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-5.5 - parent: 2 - - uid: 7262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-6.5 - parent: 2 - - uid: 7264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,21.5 - parent: 2 - - uid: 7278 - components: - - type: Transform - pos: -44.5,-37.5 - parent: 2 - - uid: 7279 - components: - - type: Transform - pos: -43.5,-37.5 - parent: 2 - - uid: 7280 - components: - - type: Transform - pos: -42.5,-37.5 - parent: 2 - - uid: 7281 - components: - - type: Transform - pos: -41.5,-37.5 - parent: 2 - - uid: 7282 - components: - - type: Transform - pos: -40.5,-37.5 - parent: 2 - - uid: 7283 - components: - - type: Transform - pos: -39.5,-37.5 - parent: 2 - - uid: 7284 - components: - - type: Transform - pos: -38.5,-37.5 - parent: 2 - - uid: 7347 - components: - - type: Transform - pos: -43.5,5.5 - parent: 2 - - uid: 7348 - components: - - type: Transform - pos: -43.5,4.5 - parent: 2 - - uid: 7352 - components: - - type: Transform - pos: 47.5,12.5 - parent: 2 - - uid: 7353 - components: - - type: Transform - pos: 47.5,11.5 - parent: 2 - - uid: 7354 - components: - - type: Transform - pos: 47.5,10.5 - parent: 2 - - uid: 7355 - components: - - type: Transform - pos: 47.5,5.5 - parent: 2 - - uid: 7356 - components: - - type: Transform - pos: 47.5,4.5 - parent: 2 - - uid: 7357 - components: - - type: Transform - pos: 47.5,3.5 - parent: 2 - - uid: 7362 - components: - - type: Transform - pos: 48.5,-7.5 - parent: 2 - - uid: 7363 - components: - - type: Transform - pos: 48.5,-8.5 - parent: 2 - - uid: 7364 - components: - - type: Transform - pos: 43.5,-15.5 - parent: 2 - - uid: 7365 - components: - - type: Transform - pos: 42.5,-15.5 - parent: 2 - - uid: 7366 - components: - - type: Transform - pos: 41.5,-15.5 - parent: 2 - - uid: 7367 - components: - - type: Transform - pos: -77.5,26.5 - parent: 2 - - uid: 7860 - components: - - type: Transform - pos: -91.5,-8.5 - parent: 2 - - uid: 7861 - components: - - type: Transform - pos: -91.5,-9.5 - parent: 2 - - uid: 7862 - components: - - type: Transform - pos: -91.5,-10.5 - parent: 2 - - uid: 7863 - components: - - type: Transform - pos: -90.5,-11.5 - parent: 2 - - uid: 7864 - components: - - type: Transform - pos: -90.5,-12.5 - parent: 2 - - uid: 7865 - components: - - type: Transform - pos: -89.5,-13.5 - parent: 2 - - uid: 7866 - components: - - type: Transform - pos: -88.5,-14.5 - parent: 2 - - uid: 7867 - components: - - type: Transform - pos: -87.5,-14.5 - parent: 2 - - uid: 7873 - components: - - type: Transform - pos: -81.5,-14.5 - parent: 2 - - uid: 7874 - components: - - type: Transform - pos: -80.5,-14.5 - parent: 2 - - uid: 7875 - components: - - type: Transform - pos: -79.5,-13.5 - parent: 2 - - uid: 7876 - components: - - type: Transform - pos: -78.5,-12.5 - parent: 2 - - uid: 7877 - components: - - type: Transform - pos: -78.5,-11.5 - parent: 2 - - uid: 7878 - components: - - type: Transform - pos: -77.5,-10.5 - parent: 2 - - uid: 7882 - components: - - type: Transform - pos: -77.5,-9.5 - parent: 2 - - uid: 7890 - components: - - type: Transform - pos: 47.5,-2.5 - parent: 2 - - uid: 7897 - components: - - type: Transform - pos: -98.5,-4.5 - parent: 2 - - uid: 7898 - components: - - type: Transform - pos: -98.5,-2.5 - parent: 2 - - uid: 7899 - components: - - type: Transform - pos: -98.5,-7.5 - parent: 2 - - uid: 7900 - components: - - type: Transform - pos: -86.5,0.5 - parent: 2 - - uid: 7901 - components: - - type: Transform - pos: -86.5,1.5 - parent: 2 - - uid: 7902 - components: - - type: Transform - pos: -86.5,2.5 - parent: 2 - - uid: 7903 - components: - - type: Transform - pos: -86.5,3.5 - parent: 2 - - uid: 7904 - components: - - type: Transform - pos: -86.5,13.5 - parent: 2 - - uid: 7905 - components: - - type: Transform - pos: -86.5,14.5 - parent: 2 - - uid: 7906 - components: - - type: Transform - pos: -86.5,15.5 - parent: 2 - - uid: 7907 - components: - - type: Transform - pos: -86.5,16.5 - parent: 2 - - uid: 7908 - components: - - type: Transform - pos: -82.5,16.5 - parent: 2 - - uid: 7909 - components: - - type: Transform - pos: -82.5,15.5 - parent: 2 - - uid: 7910 - components: - - type: Transform - pos: -82.5,14.5 - parent: 2 - - uid: 7911 - components: - - type: Transform - pos: -82.5,13.5 - parent: 2 - - uid: 7975 - components: - - type: Transform - pos: -102.5,15.5 - parent: 2 - - uid: 7976 - components: - - type: Transform - pos: -103.5,15.5 - parent: 2 - - uid: 7978 - components: - - type: Transform - pos: -105.5,14.5 - parent: 2 - - uid: 7980 - components: - - type: Transform - pos: -107.5,12.5 - parent: 2 - - uid: 7981 - components: - - type: Transform - pos: -107.5,11.5 - parent: 2 - - uid: 7987 - components: - - type: Transform - pos: -107.5,5.5 - parent: 2 - - uid: 7988 - components: - - type: Transform - pos: -107.5,4.5 - parent: 2 - - uid: 7989 - components: - - type: Transform - pos: -106.5,3.5 - parent: 2 - - uid: 7990 - components: - - type: Transform - pos: -105.5,2.5 - parent: 2 - - uid: 7991 - components: - - type: Transform - pos: -104.5,2.5 - parent: 2 - - uid: 7992 - components: - - type: Transform - pos: -103.5,1.5 - parent: 2 - - uid: 7993 - components: - - type: Transform - pos: -102.5,1.5 - parent: 2 - - uid: 8007 - components: - - type: Transform - pos: -80.5,31.5 - parent: 2 - - uid: 8008 - components: - - type: Transform - pos: -81.5,31.5 - parent: 2 - - uid: 8009 - components: - - type: Transform - pos: -78.5,29.5 - parent: 2 - - uid: 8010 - components: - - type: Transform - pos: -79.5,30.5 - parent: 2 - - uid: 8011 - components: - - type: Transform - pos: -78.5,28.5 - parent: 2 - - uid: 8012 - components: - - type: Transform - pos: -77.5,27.5 - parent: 2 - - uid: 8013 - components: - - type: Transform - pos: -87.5,31.5 - parent: 2 - - uid: 8014 - components: - - type: Transform - pos: -88.5,31.5 - parent: 2 - - uid: 8022 - components: - - type: Transform - pos: -91.5,25.5 - parent: 2 - - uid: 8024 - components: - - type: Transform - pos: -91.5,27.5 - parent: 2 - - uid: 8025 - components: - - type: Transform - pos: -91.5,26.5 - parent: 2 - - uid: 8026 - components: - - type: Transform - pos: -90.5,28.5 - parent: 2 - - uid: 8027 - components: - - type: Transform - pos: -90.5,29.5 - parent: 2 - - uid: 8040 - components: - - type: Transform - pos: -89.5,30.5 - parent: 2 - - uid: 8087 - components: - - type: Transform - pos: -99.5,11.5 - parent: 2 - - uid: 8088 - components: - - type: Transform - pos: -99.5,10.5 - parent: 2 - - uid: 8089 - components: - - type: Transform - pos: -99.5,9.5 - parent: 2 - - uid: 8090 - components: - - type: Transform - pos: -99.5,8.5 - parent: 2 - - uid: 8091 - components: - - type: Transform - pos: -99.5,7.5 - parent: 2 - - uid: 8092 - components: - - type: Transform - pos: -99.5,6.5 - parent: 2 - - uid: 8093 - components: - - type: Transform - pos: -99.5,5.5 - parent: 2 - - uid: 8094 - components: - - type: Transform - pos: -99.5,4.5 - parent: 2 - - uid: 8095 - components: - - type: Transform - pos: -99.5,3.5 - parent: 2 - - uid: 8098 - components: - - type: Transform - pos: -89.5,23.5 - parent: 2 - - uid: 8099 - components: - - type: Transform - pos: -88.5,23.5 - parent: 2 - - uid: 8100 - components: - - type: Transform - pos: -87.5,23.5 - parent: 2 - - uid: 8101 - components: - - type: Transform - pos: -86.5,23.5 - parent: 2 - - uid: 8103 - components: - - type: Transform - pos: -84.5,23.5 - parent: 2 - - uid: 8106 - components: - - type: Transform - pos: -81.5,23.5 - parent: 2 - - uid: 8107 - components: - - type: Transform - pos: -80.5,23.5 - parent: 2 - - uid: 8108 - components: - - type: Transform - pos: -79.5,23.5 - parent: 2 - - uid: 8111 - components: - - type: Transform - pos: -89.5,-6.5 - parent: 2 - - uid: 8112 - components: - - type: Transform - pos: -88.5,-6.5 - parent: 2 - - uid: 8113 - components: - - type: Transform - pos: -87.5,-6.5 - parent: 2 - - uid: 8114 - components: - - type: Transform - pos: -86.5,-6.5 - parent: 2 - - uid: 8115 - components: - - type: Transform - pos: -85.5,-6.5 - parent: 2 - - uid: 8116 - components: - - type: Transform - pos: -84.5,-6.5 - parent: 2 - - uid: 8117 - components: - - type: Transform - pos: -83.5,-6.5 - parent: 2 - - uid: 8118 - components: - - type: Transform - pos: -82.5,-6.5 - parent: 2 - - uid: 8119 - components: - - type: Transform - pos: -81.5,-6.5 - parent: 2 - - uid: 8120 - components: - - type: Transform - pos: -80.5,-6.5 - parent: 2 - - uid: 8121 - components: - - type: Transform - pos: -79.5,-6.5 - parent: 2 - - uid: 8180 - components: - - type: Transform - pos: -98.5,-3.5 - parent: 2 - - uid: 8400 - components: - - type: Transform - pos: 47.5,-4.5 - parent: 2 - - uid: 8432 - components: - - type: Transform - pos: -74.5,16.5 - parent: 2 - - uid: 8433 - components: - - type: Transform - pos: -74.5,15.5 - parent: 2 - - uid: 8434 - components: - - type: Transform - pos: -74.5,14.5 - parent: 2 - - uid: 8614 - components: - - type: Transform - pos: -77.5,11.5 - parent: 2 - - uid: 8730 - components: - - type: Transform - pos: -50.5,35.5 - parent: 2 - - uid: 8796 - components: - - type: Transform - pos: -57.5,29.5 - parent: 2 - - uid: 8799 - components: - - type: Transform - pos: -57.5,30.5 - parent: 2 - - uid: 8803 - components: - - type: Transform - pos: -56.5,27.5 - parent: 2 - - uid: 8807 - components: - - type: Transform - pos: -56.5,22.5 - parent: 2 - - uid: 8819 - components: - - type: Transform - pos: -21.5,23.5 - parent: 2 - - uid: 8871 - components: - - type: Transform - pos: -56.5,26.5 - parent: 2 - - uid: 8875 - components: - - type: Transform - pos: -56.5,23.5 - parent: 2 - - uid: 8905 - components: - - type: Transform - pos: -50.5,34.5 - parent: 2 - - uid: 8988 - components: - - type: Transform - pos: -58.5,33.5 - parent: 2 - - uid: 9235 - components: - - type: Transform - pos: -98.5,22.5 - parent: 2 - - uid: 9236 - components: - - type: Transform - pos: -98.5,26.5 - parent: 2 - - uid: 9237 - components: - - type: Transform - pos: 41.5,14.5 - parent: 2 - - uid: 9246 - components: - - type: Transform - pos: 46.5,-10.5 - parent: 2 - - uid: 9259 - components: - - type: Transform - pos: -98.5,23.5 - parent: 2 - - uid: 9260 - components: - - type: Transform - pos: -99.5,31.5 - parent: 2 - - uid: 9263 - components: - - type: Transform - pos: -98.5,24.5 - parent: 2 - - uid: 9264 - components: - - type: Transform - pos: -98.5,19.5 - parent: 2 - - uid: 9265 - components: - - type: Transform - pos: -98.5,25.5 - parent: 2 - - uid: 9270 - components: - - type: Transform - pos: -98.5,21.5 - parent: 2 - - uid: 9271 - components: - - type: Transform - pos: -98.5,20.5 - parent: 2 - - uid: 9272 - components: - - type: Transform - pos: -98.5,-9.5 - parent: 2 - - uid: 9273 - components: - - type: Transform - pos: -98.5,-8.5 - parent: 2 - - uid: 9274 - components: - - type: Transform - pos: -98.5,-5.5 - parent: 2 - - uid: 9275 - components: - - type: Transform - pos: -98.5,-6.5 - parent: 2 - - uid: 9339 - components: - - type: Transform - pos: -98.5,27.5 - parent: 2 - - uid: 9513 - components: - - type: Transform - pos: -48.5,61.5 - parent: 2 - - uid: 9514 - components: - - type: Transform - pos: -47.5,63.5 - parent: 2 - - uid: 9644 - components: - - type: Transform - pos: -98.5,28.5 - parent: 2 - - uid: 10059 - components: - - type: Transform - pos: -47.5,64.5 - parent: 2 - - uid: 10381 - components: - - type: Transform - pos: -19.5,23.5 - parent: 2 - - uid: 10382 - components: - - type: Transform - pos: -20.5,23.5 - parent: 2 - - uid: 10402 - components: - - type: Transform - pos: -59.5,-36.5 - parent: 2 - - uid: 10403 - components: - - type: Transform - pos: -60.5,-36.5 - parent: 2 - - uid: 10404 - components: - - type: Transform - pos: -61.5,-36.5 - parent: 2 - - uid: 10405 - components: - - type: Transform - pos: -63.5,-34.5 - parent: 2 - - uid: 10414 - components: - - type: Transform - pos: 48.5,-35.5 - parent: 2 - - uid: 11011 - components: - - type: Transform - pos: -17.5,-47.5 - parent: 2 - - uid: 11152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,16.5 - parent: 2 - - uid: 11418 - components: - - type: Transform - pos: -108.5,11.5 - parent: 2 - - uid: 11449 - components: - - type: Transform - pos: -98.5,-10.5 - parent: 2 - - uid: 11500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -102.5,-0.5 - parent: 2 - - uid: 11504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-1.5 - parent: 2 - - uid: 11645 - components: - - type: Transform - pos: -49.5,-50.5 - parent: 2 - - uid: 11838 - components: - - type: Transform - pos: -52.5,-41.5 - parent: 2 - - uid: 11864 - components: - - type: Transform - pos: -39.5,-39.5 - parent: 2 - - uid: 11865 - components: - - type: Transform - pos: -40.5,-39.5 - parent: 2 - - uid: 12144 - components: - - type: Transform - pos: 44.5,-13.5 - parent: 2 - - uid: 12219 - components: - - type: Transform - pos: 44.5,-12.5 - parent: 2 - - uid: 12710 - components: - - type: Transform - pos: 42.5,-35.5 - parent: 2 - - uid: 12921 - components: - - type: Transform - pos: 6.5,57.5 - parent: 2 - - uid: 12963 - components: - - type: Transform - pos: 47.5,-10.5 - parent: 2 - - uid: 13005 - components: - - type: Transform - pos: 43.5,14.5 - parent: 2 - - uid: 13007 - components: - - type: Transform - pos: 42.5,12.5 - parent: 2 - - uid: 13008 - components: - - type: Transform - pos: 43.5,12.5 - parent: 2 - - uid: 13009 - components: - - type: Transform - pos: 41.5,12.5 - parent: 2 - - uid: 13014 - components: - - type: Transform - pos: -78.5,30.5 - parent: 2 - - uid: 13015 - components: - - type: Transform - pos: -79.5,31.5 - parent: 2 - - uid: 13016 - components: - - type: Transform - pos: -77.5,28.5 - parent: 2 - - uid: 13017 - components: - - type: Transform - pos: -89.5,31.5 - parent: 2 - - uid: 13018 - components: - - type: Transform - pos: -90.5,30.5 - parent: 2 - - uid: 13019 - components: - - type: Transform - pos: -91.5,28.5 - parent: 2 - - uid: 13020 - components: - - type: Transform - pos: -107.5,13.5 - parent: 2 - - uid: 13021 - components: - - type: Transform - pos: -106.5,14.5 - parent: 2 - - uid: 13022 - components: - - type: Transform - pos: -104.5,15.5 - parent: 2 - - uid: 13023 - components: - - type: Transform - pos: -107.5,3.5 - parent: 2 - - uid: 13024 - components: - - type: Transform - pos: -106.5,2.5 - parent: 2 - - uid: 13025 - components: - - type: Transform - pos: -104.5,1.5 - parent: 2 - - uid: 13026 - components: - - type: Transform - pos: -91.5,-11.5 - parent: 2 - - uid: 13027 - components: - - type: Transform - pos: -90.5,-13.5 - parent: 2 - - uid: 13028 - components: - - type: Transform - pos: -89.5,-14.5 - parent: 2 - - uid: 13029 - components: - - type: Transform - pos: -79.5,-14.5 - parent: 2 - - uid: 13030 - components: - - type: Transform - pos: -78.5,-13.5 - parent: 2 - - uid: 13031 - components: - - type: Transform - pos: -77.5,-11.5 - parent: 2 - - uid: 13177 - components: - - type: Transform - pos: -47.5,65.5 - parent: 2 - - uid: 13254 - components: - - type: Transform - pos: -107.5,27.5 - parent: 2 - - uid: 13255 - components: - - type: Transform - pos: -106.5,27.5 - parent: 2 - - uid: 13256 - components: - - type: Transform - pos: -106.5,28.5 - parent: 2 - - uid: 13257 - components: - - type: Transform - pos: -102.5,31.5 - parent: 2 - - uid: 13258 - components: - - type: Transform - pos: -106.5,29.5 - parent: 2 - - uid: 13259 - components: - - type: Transform - pos: -105.5,29.5 - parent: 2 - - uid: 13260 - components: - - type: Transform - pos: -104.5,30.5 - parent: 2 - - uid: 13261 - components: - - type: Transform - pos: -101.5,31.5 - parent: 2 - - uid: 13262 - components: - - type: Transform - pos: -103.5,30.5 - parent: 2 - - uid: 13263 - components: - - type: Transform - pos: -103.5,31.5 - parent: 2 - - uid: 13264 - components: - - type: Transform - pos: -105.5,30.5 - parent: 2 - - uid: 13265 - components: - - type: Transform - pos: -100.5,31.5 - parent: 2 - - uid: 13273 - components: - - type: Transform - pos: -41.5,-9.5 - parent: 2 - - uid: 13279 - components: - - type: Transform - pos: -102.5,17.5 - parent: 2 - - uid: 13280 - components: - - type: Transform - pos: -103.5,17.5 - parent: 2 - - uid: 13281 - components: - - type: Transform - pos: -103.5,18.5 - parent: 2 - - uid: 13282 - components: - - type: Transform - pos: -104.5,18.5 - parent: 2 - - uid: 13283 - components: - - type: Transform - pos: -105.5,18.5 - parent: 2 - - uid: 13284 - components: - - type: Transform - pos: -105.5,19.5 - parent: 2 - - uid: 13285 - components: - - type: Transform - pos: -106.5,19.5 - parent: 2 - - uid: 13286 - components: - - type: Transform - pos: -106.5,20.5 - parent: 2 - - uid: 13287 - components: - - type: Transform - pos: -106.5,21.5 - parent: 2 - - uid: 13294 - components: - - type: Transform - pos: -104.5,-1.5 - parent: 2 - - uid: 13295 - components: - - type: Transform - pos: -105.5,-1.5 - parent: 2 - - uid: 13296 - components: - - type: Transform - pos: -105.5,-2.5 - parent: 2 - - uid: 13297 - components: - - type: Transform - pos: -106.5,-2.5 - parent: 2 - - uid: 13298 - components: - - type: Transform - pos: -106.5,-3.5 - parent: 2 - - uid: 13299 - components: - - type: Transform - pos: -106.5,-4.5 - parent: 2 - - uid: 13301 - components: - - type: Transform - pos: -107.5,-10.5 - parent: 2 - - uid: 13302 - components: - - type: Transform - pos: -106.5,-10.5 - parent: 2 - - uid: 13303 - components: - - type: Transform - pos: -106.5,-11.5 - parent: 2 - - uid: 13304 - components: - - type: Transform - pos: -106.5,-12.5 - parent: 2 - - uid: 13305 - components: - - type: Transform - pos: -105.5,-12.5 - parent: 2 - - uid: 13306 - components: - - type: Transform - pos: -105.5,-13.5 - parent: 2 - - uid: 13307 - components: - - type: Transform - pos: -104.5,-13.5 - parent: 2 - - uid: 13308 - components: - - type: Transform - pos: -103.5,-13.5 - parent: 2 - - uid: 13309 - components: - - type: Transform - pos: -103.5,-14.5 - parent: 2 - - uid: 13310 - components: - - type: Transform - pos: -102.5,-14.5 - parent: 2 - - uid: 13311 - components: - - type: Transform - pos: -101.5,-14.5 - parent: 2 - - uid: 13312 - components: - - type: Transform - pos: -100.5,-14.5 - parent: 2 - - uid: 13388 - components: - - type: Transform - pos: 56.5,-32.5 - parent: 2 - - uid: 13389 - components: - - type: Transform - pos: 56.5,-36.5 - parent: 2 - - uid: 13390 - components: - - type: Transform - pos: 54.5,-33.5 - parent: 2 - - uid: 13391 - components: - - type: Transform - pos: 54.5,-34.5 - parent: 2 - - uid: 13392 - components: - - type: Transform - pos: 54.5,-35.5 - parent: 2 - - uid: 13393 - components: - - type: Transform - pos: 58.5,-33.5 - parent: 2 - - uid: 13394 - components: - - type: Transform - pos: 58.5,-34.5 - parent: 2 - - uid: 13395 - components: - - type: Transform - pos: 58.5,-35.5 - parent: 2 - - uid: 13396 - components: - - type: Transform - pos: 60.5,-32.5 - parent: 2 - - uid: 13397 - components: - - type: Transform - pos: 61.5,-32.5 - parent: 2 - - uid: 13805 - components: - - type: Transform - pos: 92.5,18.5 - parent: 2 - - uid: 13937 - components: - - type: Transform - pos: 19.5,60.5 - parent: 2 - - uid: 13938 - components: - - type: Transform - pos: 17.5,60.5 - parent: 2 - - uid: 13940 - components: - - type: Transform - pos: 27.5,57.5 - parent: 2 - - uid: 13945 - components: - - type: Transform - pos: 7.5,57.5 - parent: 2 - - uid: 13946 - components: - - type: Transform - pos: 8.5,57.5 - parent: 2 - - uid: 13947 - components: - - type: Transform - pos: 9.5,57.5 - parent: 2 - - uid: 13958 - components: - - type: Transform - pos: 26.5,57.5 - parent: 2 - - uid: 13959 - components: - - type: Transform - pos: 28.5,57.5 - parent: 2 - - uid: 13975 - components: - - type: Transform - pos: 30.5,55.5 - parent: 2 - - uid: 13978 - components: - - type: Transform - pos: 24.5,58.5 - parent: 2 - - uid: 14007 - components: - - type: Transform - pos: 21.5,39.5 - parent: 2 - - uid: 14008 - components: - - type: Transform - pos: 21.5,38.5 - parent: 2 - - uid: 14009 - components: - - type: Transform - pos: 21.5,37.5 - parent: 2 - - uid: 14010 - components: - - type: Transform - pos: 21.5,36.5 - parent: 2 - - uid: 14029 - components: - - type: Transform - pos: 11.5,51.5 - parent: 2 - - uid: 14030 - components: - - type: Transform - pos: 10.5,51.5 - parent: 2 - - uid: 14043 - components: - - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 14044 - components: - - type: Transform - pos: 23.5,59.5 - parent: 2 - - uid: 14045 - components: - - type: Transform - pos: 13.5,59.5 - parent: 2 - - uid: 14063 - components: - - type: Transform - pos: 13.5,58.5 - parent: 2 - - uid: 14064 - components: - - type: Transform - pos: 12.5,58.5 - parent: 2 - - uid: 14065 - components: - - type: Transform - pos: 22.5,59.5 - parent: 2 - - uid: 14066 - components: - - type: Transform - pos: 14.5,59.5 - parent: 2 - - uid: 14067 - components: - - type: Transform - pos: 22.5,60.5 - parent: 2 - - uid: 14068 - components: - - type: Transform - pos: 14.5,60.5 - parent: 2 - - uid: 14131 - components: - - type: Transform - pos: 23.5,47.5 - parent: 2 - - uid: 14192 - components: - - type: Transform - pos: 28.5,53.5 - parent: 2 - - uid: 14208 - components: - - type: Transform - pos: 10.5,41.5 - parent: 2 - - uid: 14209 - components: - - type: Transform - pos: 11.5,41.5 - parent: 2 - - uid: 14256 - components: - - type: Transform - pos: 24.5,55.5 - parent: 2 - - uid: 15121 - components: - - type: Transform - pos: 27.5,53.5 - parent: 2 - - uid: 15344 - components: - - type: Transform - pos: -30.5,23.5 - parent: 2 - - uid: 15345 - components: - - type: Transform - pos: -29.5,23.5 - parent: 2 - - uid: 15346 - components: - - type: Transform - pos: -28.5,23.5 - parent: 2 - - uid: 15347 - components: - - type: Transform - pos: -26.5,23.5 - parent: 2 - - uid: 15348 - components: - - type: Transform - pos: -25.5,23.5 - parent: 2 - - uid: 15349 - components: - - type: Transform - pos: -24.5,23.5 - parent: 2 - - uid: 15368 - components: - - type: Transform - pos: -26.5,27.5 - parent: 2 - - uid: 15369 - components: - - type: Transform - pos: -24.5,27.5 - parent: 2 - - uid: 15370 - components: - - type: Transform - pos: -28.5,27.5 - parent: 2 - - uid: 15371 - components: - - type: Transform - pos: -30.5,27.5 - parent: 2 - - uid: 15381 - components: - - type: Transform - pos: -30.5,26.5 - parent: 2 - - uid: 15385 - components: - - type: Transform - pos: -28.5,26.5 - parent: 2 - - uid: 15386 - components: - - type: Transform - pos: -26.5,26.5 - parent: 2 - - uid: 15387 - components: - - type: Transform - pos: -24.5,26.5 - parent: 2 - - uid: 15413 - components: - - type: Transform - pos: -23.5,28.5 - parent: 2 - - uid: 15414 - components: - - type: Transform - pos: -23.5,30.5 - parent: 2 - - uid: 15477 - components: - - type: Transform - pos: -30.5,31.5 - parent: 2 - - uid: 15478 - components: - - type: Transform - pos: -30.5,32.5 - parent: 2 - - uid: 15479 - components: - - type: Transform - pos: -30.5,35.5 - parent: 2 - - uid: 15480 - components: - - type: Transform - pos: -29.5,35.5 - parent: 2 - - uid: 15481 - components: - - type: Transform - pos: -28.5,35.5 - parent: 2 - - uid: 15482 - components: - - type: Transform - pos: -26.5,35.5 - parent: 2 - - uid: 15483 - components: - - type: Transform - pos: -25.5,35.5 - parent: 2 - - uid: 15484 - components: - - type: Transform - pos: -24.5,35.5 - parent: 2 - - uid: 15760 - components: - - type: Transform - pos: -47.5,66.5 - parent: 2 - - uid: 15789 - components: - - type: Transform - pos: -9.5,37.5 - parent: 2 - - uid: 15875 - components: - - type: Transform - pos: -2.5,61.5 - parent: 2 - - uid: 15876 - components: - - type: Transform - pos: -2.5,60.5 - parent: 2 - - uid: 15878 - components: - - type: Transform - pos: -2.5,58.5 - parent: 2 - - uid: 15904 - components: - - type: Transform - pos: -46.5,-47.5 - parent: 2 - - uid: 16369 - components: - - type: Transform - pos: -12.5,69.5 - parent: 2 - - uid: 16392 - components: - - type: Transform - pos: -12.5,74.5 - parent: 2 - - uid: 16404 - components: - - type: Transform - pos: -12.5,71.5 - parent: 2 - - uid: 16445 - components: - - type: Transform - pos: -11.5,42.5 - parent: 2 - - uid: 17787 - components: - - type: Transform - pos: 11.5,26.5 - parent: 2 - - uid: 17861 - components: - - type: Transform - pos: -0.5,63.5 - parent: 2 - - uid: 18078 - components: - - type: Transform - pos: -14.5,62.5 - parent: 2 - - uid: 18079 - components: - - type: Transform - pos: -14.5,61.5 - parent: 2 - - uid: 18096 - components: - - type: Transform - pos: -47.5,67.5 - parent: 2 - - uid: 18097 - components: - - type: Transform - pos: -54.5,42.5 - parent: 2 - - uid: 18371 - components: - - type: Transform - pos: -53.5,42.5 - parent: 2 - - uid: 18622 - components: - - type: Transform - pos: -92.5,52.5 - parent: 2 - - uid: 18623 - components: - - type: Transform - pos: -91.5,52.5 - parent: 2 - - uid: 18624 - components: - - type: Transform - pos: -90.5,52.5 - parent: 2 - - uid: 18625 - components: - - type: Transform - pos: -90.5,50.5 - parent: 2 - - uid: 18626 - components: - - type: Transform - pos: -91.5,50.5 - parent: 2 - - uid: 18627 - components: - - type: Transform - pos: -92.5,50.5 - parent: 2 - - uid: 19301 - components: - - type: Transform - pos: 47.5,-3.5 - parent: 2 - - uid: 19343 - components: - - type: Transform - pos: -81.5,-15.5 - parent: 2 - - uid: 19345 - components: - - type: Transform - pos: -108.5,5.5 - parent: 2 - - uid: 19347 - components: - - type: Transform - pos: -87.5,32.5 - parent: 2 - - uid: 19369 - components: - - type: Transform - pos: -52.5,-47.5 - parent: 2 - - uid: 19380 - components: - - type: Transform - pos: -12.5,24.5 - parent: 2 - - uid: 19381 - components: - - type: Transform - pos: -12.5,25.5 - parent: 2 - - uid: 19383 - components: - - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 19452 - components: - - type: Transform - pos: 47.5,-1.5 - parent: 2 - - uid: 19453 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - - uid: 19459 - components: - - type: Transform - pos: -98.5,-11.5 - parent: 2 - - uid: 19533 - components: - - type: Transform - pos: -8.5,79.5 - parent: 2 - - uid: 19534 - components: - - type: Transform - pos: -8.5,80.5 - parent: 2 - - uid: 19535 - components: - - type: Transform - pos: -8.5,81.5 - parent: 2 - - uid: 19536 - components: - - type: Transform - pos: -8.5,82.5 - parent: 2 - - uid: 19537 - components: - - type: Transform - pos: -6.5,79.5 - parent: 2 - - uid: 19538 - components: - - type: Transform - pos: -6.5,80.5 - parent: 2 - - uid: 19539 - components: - - type: Transform - pos: -6.5,81.5 - parent: 2 - - uid: 19540 - components: - - type: Transform - pos: -6.5,82.5 - parent: 2 - - uid: 19541 - components: - - type: Transform - pos: -4.5,79.5 - parent: 2 - - uid: 19542 - components: - - type: Transform - pos: -4.5,80.5 - parent: 2 - - uid: 19543 - components: - - type: Transform - pos: -4.5,81.5 - parent: 2 - - uid: 19544 - components: - - type: Transform - pos: -4.5,82.5 - parent: 2 - - uid: 19545 - components: - - type: Transform - pos: -0.5,79.5 - parent: 2 - - uid: 19546 - components: - - type: Transform - pos: -0.5,80.5 - parent: 2 - - uid: 19547 - components: - - type: Transform - pos: -0.5,81.5 - parent: 2 - - uid: 19548 - components: - - type: Transform - pos: -0.5,82.5 - parent: 2 - - uid: 19549 - components: - - type: Transform - pos: 1.5,79.5 - parent: 2 - - uid: 19550 - components: - - type: Transform - pos: 1.5,80.5 - parent: 2 - - uid: 19551 - components: - - type: Transform - pos: 1.5,81.5 - parent: 2 - - uid: 19552 - components: - - type: Transform - pos: 1.5,82.5 - parent: 2 - - uid: 19553 - components: - - type: Transform - pos: 3.5,79.5 - parent: 2 - - uid: 19554 - components: - - type: Transform - pos: 3.5,80.5 - parent: 2 - - uid: 19555 - components: - - type: Transform - pos: 3.5,81.5 - parent: 2 - - uid: 19556 - components: - - type: Transform - pos: 3.5,82.5 - parent: 2 - - uid: 19557 - components: - - type: Transform - pos: 7.5,79.5 - parent: 2 - - uid: 19558 - components: - - type: Transform - pos: 7.5,80.5 - parent: 2 - - uid: 19559 - components: - - type: Transform - pos: 7.5,81.5 - parent: 2 - - uid: 19560 - components: - - type: Transform - pos: 7.5,82.5 - parent: 2 - - uid: 19561 - components: - - type: Transform - pos: 9.5,79.5 - parent: 2 - - uid: 19562 - components: - - type: Transform - pos: 9.5,80.5 - parent: 2 - - uid: 19563 - components: - - type: Transform - pos: 9.5,81.5 - parent: 2 - - uid: 19564 - components: - - type: Transform - pos: 9.5,82.5 - parent: 2 - - uid: 19565 - components: - - type: Transform - pos: 11.5,79.5 - parent: 2 - - uid: 19566 - components: - - type: Transform - pos: 11.5,80.5 - parent: 2 - - uid: 19567 - components: - - type: Transform - pos: 11.5,81.5 - parent: 2 - - uid: 19568 - components: - - type: Transform - pos: 11.5,82.5 - parent: 2 - - uid: 19619 - components: - - type: Transform - pos: 15.5,77.5 - parent: 2 - - uid: 19620 - components: - - type: Transform - pos: 15.5,76.5 - parent: 2 - - uid: 19621 - components: - - type: Transform - pos: 15.5,75.5 - parent: 2 - - uid: 19622 - components: - - type: Transform - pos: 15.5,74.5 - parent: 2 - - uid: 19623 - components: - - type: Transform - pos: -12.5,77.5 - parent: 2 - - uid: 19624 - components: - - type: Transform - pos: -12.5,76.5 - parent: 2 - - uid: 19625 - components: - - type: Transform - pos: -12.5,75.5 - parent: 2 - - uid: 19756 - components: - - type: Transform - pos: -55.5,42.5 - parent: 2 - - uid: 19771 - components: - - type: Transform - pos: -57.5,42.5 - parent: 2 - - uid: 19842 - components: - - type: Transform - pos: -12.5,70.5 - parent: 2 - - uid: 19897 - components: - - type: Transform - pos: 81.5,2.5 - parent: 2 - - uid: 19898 - components: - - type: Transform - pos: 81.5,3.5 - parent: 2 - - uid: 19901 - components: - - type: Transform - pos: 77.5,2.5 - parent: 2 - - uid: 19902 - components: - - type: Transform - pos: 77.5,3.5 - parent: 2 - - uid: 19905 - components: - - type: Transform - pos: -66.5,-18.5 - parent: 2 - - uid: 19906 - components: - - type: Transform - pos: -66.5,-14.5 - parent: 2 - - uid: 19909 - components: - - type: Transform - pos: -66.5,-15.5 - parent: 2 - - uid: 19910 - components: - - type: Transform - pos: -66.5,-17.5 - parent: 2 - - uid: 20009 - components: - - type: Transform - pos: 50.5,-32.5 - parent: 2 - - uid: 20010 - components: - - type: Transform - pos: 44.5,-32.5 - parent: 2 - - uid: 20015 - components: - - type: Transform - pos: -63.5,-17.5 - parent: 2 - - uid: 20016 - components: - - type: Transform - pos: -63.5,-18.5 - parent: 2 - - uid: 20017 - components: - - type: Transform - pos: -63.5,-15.5 - parent: 2 - - uid: 20018 - components: - - type: Transform - pos: -63.5,-14.5 - parent: 2 - - uid: 20600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-15.5 - parent: 2 - - uid: 20606 - components: - - type: Transform - pos: -98.5,29.5 - parent: 2 - - uid: 20944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,32.5 - parent: 2 - - uid: 20973 - components: - - type: Transform - pos: -85.5,23.5 - parent: 2 - - uid: 21017 - components: - - type: Transform - pos: -46.5,-48.5 - parent: 2 - - uid: 21815 - components: - - type: Transform - pos: -5.5,22.5 - parent: 2 - - uid: 22068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,13.5 - parent: 2 - - uid: 22420 - components: - - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 22719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,14.5 - parent: 2 - - uid: 22721 - components: - - type: Transform - pos: 60.5,58.5 - parent: 2 - - uid: 22723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,13.5 - parent: 2 - - uid: 22731 - components: - - type: Transform - pos: -83.5,23.5 - parent: 2 - - uid: 23232 - components: - - type: Transform - pos: -38.5,-39.5 - parent: 2 - - uid: 23544 - components: - - type: Transform - pos: -38.5,-45.5 - parent: 2 - - uid: 23714 - components: - - type: Transform - pos: -58.5,42.5 - parent: 2 - - uid: 25242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,24.5 - parent: 2 - - uid: 25303 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,25.5 - parent: 2 - - uid: 25308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,23.5 - parent: 2 - - uid: 25798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,12.5 - parent: 2 - - uid: 26215 - components: - - type: Transform - pos: -20.5,38.5 - parent: 2 - - uid: 26216 - components: - - type: Transform - pos: -24.5,38.5 - parent: 2 - - uid: 26318 - components: - - type: Transform - pos: -26.5,38.5 - parent: 2 - - uid: 26319 - components: - - type: Transform - pos: -25.5,38.5 - parent: 2 - - uid: 26329 - components: - - type: Transform - pos: -22.5,38.5 - parent: 2 - - uid: 26334 - components: - - type: Transform - pos: -21.5,38.5 - parent: 2 - - uid: 26384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-15.5 - parent: 2 - - uid: 26387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,32.5 - parent: 2 - - uid: 26390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-15.5 - parent: 2 - - uid: 26411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -108.5,10.5 - parent: 2 - - uid: 26423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,32.5 - parent: 2 - - uid: 26575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-15.5 - parent: 2 - - uid: 26576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,-15.5 - parent: 2 - - uid: 26579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,32.5 - parent: 2 - - uid: 26580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,32.5 - parent: 2 - - uid: 26581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,-0.5 - parent: 2 - - uid: 26587 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,22.5 - parent: 2 - - uid: 27954 - components: - - type: Transform - pos: -17.5,-45.5 - parent: 2 - - uid: 28174 - components: - - type: Transform - pos: -20.5,-43.5 - parent: 2 - - uid: 28175 - components: - - type: Transform - pos: -31.5,-45.5 - parent: 2 - - uid: 28176 - components: - - type: Transform - pos: -43.5,-39.5 - parent: 2 - - uid: 29001 - components: - - type: Transform - pos: -7.5,22.5 - parent: 2 - - uid: 29187 - components: - - type: Transform - pos: -82.5,23.5 - parent: 2 - - uid: 29304 - components: - - type: Transform - pos: 92.5,16.5 - parent: 2 - - uid: 29813 - components: - - type: Transform - pos: 91.5,56.5 - parent: 2 - - uid: 29814 - components: - - type: Transform - pos: 91.5,55.5 - parent: 2 - - uid: 29815 - components: - - type: Transform - pos: 91.5,54.5 - parent: 2 - - uid: 29816 - components: - - type: Transform - pos: 90.5,53.5 - parent: 2 - - uid: 29817 - components: - - type: Transform - pos: 89.5,53.5 - parent: 2 - - uid: 29818 - components: - - type: Transform - pos: 89.5,57.5 - parent: 2 - - uid: 29819 - components: - - type: Transform - pos: 90.5,57.5 - parent: 2 - - uid: 29834 - components: - - type: Transform - pos: 89.5,14.5 - parent: 2 - - uid: 29954 - components: - - type: Transform - pos: -42.5,-39.5 - parent: 2 - - uid: 29959 - components: - - type: Transform - pos: -44.5,-39.5 - parent: 2 - - uid: 29962 - components: - - type: Transform - pos: -52.5,-42.5 - parent: 2 - - uid: 29996 - components: - - type: Transform - pos: 90.5,14.5 - parent: 2 - - uid: 30018 - components: - - type: Transform - pos: 92.5,17.5 - parent: 2 - - uid: 30022 - components: - - type: Transform - pos: 89.5,20.5 - parent: 2 - - uid: 30023 - components: - - type: Transform - pos: 90.5,20.5 - parent: 2 - - uid: 30254 - components: - - type: Transform - pos: -40.5,-9.5 - parent: 2 - - uid: 30278 - components: - - type: Transform - pos: -76.5,11.5 - parent: 2 - - uid: 30297 - components: - - type: Transform - pos: -78.5,11.5 - parent: 2 - - uid: 30298 - components: - - type: Transform - pos: -79.5,11.5 - parent: 2 - - uid: 30697 - components: - - type: Transform - pos: -61.5,45.5 - parent: 2 - - uid: 30698 - components: - - type: Transform - pos: -61.5,46.5 - parent: 2 - - uid: 31620 - components: - - type: Transform - pos: 81.5,72.5 - parent: 2 - - uid: 31621 - components: - - type: Transform - pos: 81.5,71.5 - parent: 2 - - uid: 31622 - components: - - type: Transform - pos: 81.5,70.5 - parent: 2 - - uid: 31623 - components: - - type: Transform - pos: 82.5,73.5 - parent: 2 - - uid: 31624 - components: - - type: Transform - pos: 83.5,73.5 - parent: 2 - - uid: 31625 - components: - - type: Transform - pos: 84.5,73.5 - parent: 2 - - uid: 31626 - components: - - type: Transform - pos: 85.5,72.5 - parent: 2 - - uid: 31627 - components: - - type: Transform - pos: 85.5,71.5 - parent: 2 - - uid: 31628 - components: - - type: Transform - pos: 85.5,70.5 - parent: 2 - - uid: 31718 - components: - - type: Transform - pos: -22.5,-45.5 - parent: 2 - - uid: 31719 - components: - - type: Transform - pos: -23.5,-45.5 - parent: 2 - - uid: 31720 - components: - - type: Transform - pos: -24.5,-45.5 - parent: 2 - - uid: 31721 - components: - - type: Transform - pos: -25.5,-45.5 - parent: 2 - - uid: 31722 - components: - - type: Transform - pos: -26.5,-45.5 - parent: 2 - - uid: 31723 - components: - - type: Transform - pos: -27.5,-45.5 - parent: 2 - - uid: 33715 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 2 - - uid: 33716 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 2 - - uid: 34035 - components: - - type: Transform - pos: -38.5,-9.5 - parent: 2 - - uid: 36082 - components: - - type: Transform - pos: -37.5,-9.5 - parent: 2 - - uid: 36466 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 2 -- proto: ReinforcedWindowDiagonal - entities: - - uid: 11280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,59.5 - parent: 2 - - uid: 20318 - components: - - type: Transform - pos: 13.5,60.5 - parent: 2 - - uid: 28491 - components: - - type: Transform - pos: 12.5,59.5 - parent: 2 - - uid: 28746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,60.5 - parent: 2 -- proto: RemoteSignaller - entities: - - uid: 19332 - components: - - type: Transform - pos: -54.21658,49.407204 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 25782: - - Pressed: Trigger - - uid: 29772 - components: - - type: Transform - pos: 86.6962,58.53138 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29746: - - Pressed: Toggle - 29749: - - Pressed: Toggle - 29748: - - Pressed: Toggle - - uid: 29775 - components: - - type: Transform - pos: 86.72745,61.84388 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29768: - - Pressed: Toggle - - uid: 31177 - components: - - type: Transform - pos: -69.39074,1.2561102 - parent: 2 - - uid: 35713 - components: - - type: MetaData - name: igniter remote 2 - - type: Transform - pos: -37.270546,37.394592 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 35711: - - Pressed: Trigger - - uid: 35714 - components: - - type: MetaData - name: igniter remote 1 - - type: Transform - pos: -37.27836,37.73053 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 35712: - - Pressed: Trigger -- proto: ResearchAndDevelopmentServer - entities: - - uid: 4008 - components: - - type: Transform - pos: 41.5,28.5 - parent: 2 -- proto: ReverseEngineeringMachine - entities: - - uid: 30669 - components: - - type: Transform - pos: 32.5,27.5 - parent: 2 -- proto: RevolverCapGun - entities: - - uid: 30515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.33749866,66.66399 - parent: 2 -- proto: RightArmSkeleton - entities: - - uid: 33564 - components: - - type: Transform - pos: 91.12259,27.50425 - parent: 2 -- proto: RightFootSkeleton - entities: - - uid: 33562 - components: - - type: Transform - pos: 91.57869,26.597147 - parent: 2 -- proto: RightHandSkeleton - entities: - - uid: 33561 - components: - - type: Transform - pos: 91.15384,27.4105 - parent: 2 -- proto: RightLegSkeleton - entities: - - uid: 33563 - components: - - type: Transform - pos: 91.625565,26.628397 - parent: 2 -- proto: RiotBulletShield - entities: - - uid: 5116 - components: - - type: Transform - pos: -21.559855,48.603073 - parent: 2 - - type: Blocking - blockingToggleActionEntity: 28912 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 28912 - - uid: 15524 - components: - - type: Transform - pos: -21.372355,48.415573 - parent: 2 - - type: Blocking - blockingToggleActionEntity: 28913 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 28913 -- proto: RiotShield - entities: - - uid: 16523 - components: - - type: Transform - pos: -20.682251,45.644035 - parent: 2 - - uid: 16524 - components: - - type: Transform - pos: -20.229126,45.59716 - parent: 2 -- proto: Roboisseur - entities: - - uid: 26694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-16.5 - parent: 2 -- proto: RollerBed - entities: - - uid: 2064 - components: - - type: Transform - pos: -3.4424314,-2.3650932 - parent: 2 - - uid: 2065 - components: - - type: Transform - pos: -2.4229002,-2.3885307 - parent: 2 -- proto: SalvageMagnet - entities: - - uid: 8359 - components: - - type: Transform - pos: -19.5,-48.5 - parent: 2 -- proto: SalvageMagnetMachineCircuitboard - entities: - - uid: 35822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.27992,27.769905 - parent: 2 -- proto: Saw - entities: - - uid: 2120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.324295,9.645422 - parent: 2 - - uid: 3993 - components: - - type: Transform - pos: 61.397247,56.450893 - parent: 2 - - uid: 11480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.81246,-0.46133184 - parent: 2 -- proto: Scalpel - entities: - - uid: 20307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.511127,-0.548332 - parent: 2 -- proto: Screen - entities: - - uid: 1834 - components: - - type: Transform - pos: -0.5,8.5 - parent: 2 - - uid: 6292 - components: - - type: Transform - pos: -6.5,57.5 - parent: 2 - - uid: 16657 - components: - - type: Transform - pos: -3.5,72.5 - parent: 2 - - uid: 25088 - components: - - type: Transform - pos: -12.5,-22.5 - parent: 2 - - uid: 25096 - components: - - type: Transform - pos: 7.5,-49.5 - parent: 2 - - uid: 25187 - components: - - type: Transform - pos: -4.5,-49.5 - parent: 2 - - uid: 25418 - components: - - type: Transform - pos: 8.5,47.5 - parent: 2 - - uid: 26879 - components: - - type: Transform - pos: -0.5,24.5 - parent: 2 - - uid: 27110 - components: - - type: Transform - pos: -27.5,27.5 - parent: 2 - - uid: 36405 - components: - - type: Transform - pos: -15.5,18.5 - parent: 2 -- proto: Screwdriver - entities: - - uid: 28027 - components: - - type: Transform - pos: -68.461975,33.55795 - parent: 2 - - uid: 30745 - components: - - type: Transform - pos: 5.529853,64.83037 - parent: 2 -- proto: SecBreachingHammer - entities: - - uid: 16541 - components: - - type: Transform - pos: -20.617142,48.735115 - parent: 2 - - uid: 16556 - components: - - type: Transform - pos: -20.406204,48.56324 - parent: 2 -- proto: SecurityTechFab - entities: - - uid: 28918 - components: - - type: Transform - pos: -28.5,45.5 - parent: 2 -- proto: SeedExtractor - entities: - - uid: 6626 - components: - - type: Transform - pos: -30.5,62.5 - parent: 2 - - uid: 7420 - components: - - type: Transform - pos: -55.5,2.5 - parent: 2 -- proto: SeedExtractorMachineCircuitboard - entities: - - uid: 35823 - components: - - type: Transform - pos: -48.736313,27.502619 - parent: 2 -- proto: ShardGlass - entities: - - uid: 7008 - components: - - type: Transform - pos: -30.115973,-32.023853 - parent: 2 - - uid: 7058 - components: - - type: Transform - pos: -29.29566,-32.24651 - parent: 2 - - uid: 7059 - components: - - type: Transform - pos: -26.237066,-35.855885 - parent: 2 - - uid: 7060 - components: - - type: Transform - pos: -26.647223,-36.27776 - parent: 2 - - uid: 7061 - components: - - type: Transform - pos: -24.303473,-37.68401 - parent: 2 - - uid: 7062 - components: - - type: Transform - pos: -31.686287,-37.625416 - parent: 2 - - uid: 7063 - components: - - type: Transform - pos: -33.17457,-31.519947 - parent: 2 - - uid: 7064 - components: - - type: Transform - pos: -31.381598,-31.144947 - parent: 2 - - uid: 7065 - components: - - type: Transform - pos: -31.451912,-30.74651 - parent: 2 - - uid: 7066 - components: - - type: Transform - pos: -32.295662,-35.480885 - parent: 2 -- proto: SheetGlass - entities: - - uid: 1389 - components: - - type: Transform - pos: 36.006603,5.6036973 - parent: 2 - - uid: 4951 - components: - - type: Transform - pos: 30.433826,30.65002 - parent: 2 - - uid: 5311 - components: - - type: Transform - pos: 44.379402,44.823036 - parent: 2 - - uid: 6913 - components: - - type: Transform - pos: -13.36253,-41.474854 - parent: 2 - - uid: 6925 - components: - - type: Transform - pos: -20.52983,-31.376986 - parent: 2 - - uid: 9015 - components: - - type: Transform - pos: -50.44946,18.655876 - parent: 2 - - uid: 10412 - components: - - type: Transform - pos: -85.91199,-39.42282 - parent: 2 - - uid: 13590 - components: - - type: Transform - pos: 58.532253,-37.261665 - parent: 2 - - uid: 16505 - components: - - type: Transform - pos: -28.270676,46.46827 - parent: 2 - - uid: 35085 - components: - - type: Transform - pos: 54.89757,-80.004364 - parent: 2 - - uid: 35468 - components: - - type: Transform - pos: -73.41983,60.849834 - parent: 2 -- proto: SheetGlass1 - entities: - - uid: 8640 - components: - - type: Transform - pos: -69.531364,0.75220394 - parent: 2 - - uid: 13126 - components: - - type: Transform - pos: -69.625114,0.8576727 - parent: 2 -- proto: SheetPlasma - entities: - - uid: 2032 - components: - - type: Transform - pos: 28.603968,-2.4135215 - parent: 2 - - uid: 5263 - components: - - type: Transform - pos: 50.537777,38.797115 - parent: 2 - - uid: 9590 - components: - - type: Transform - pos: -64.47119,28.656868 - parent: 2 -- proto: SheetPlasteel - entities: - - uid: 9587 - components: - - type: Transform - pos: -50.54839,16.646076 - parent: 2 -- proto: SheetPlastic - entities: - - uid: 1390 - components: - - type: Transform - pos: 36.463634,5.709166 - parent: 2 - - uid: 5264 - components: - - type: Transform - pos: 31.371326,30.566689 - parent: 2 - - uid: 5310 - components: - - type: Transform - pos: 44.473152,44.834755 - parent: 2 - - uid: 6926 - components: - - type: Transform - pos: -20.273832,-31.411205 - parent: 2 - - uid: 9016 - components: - - type: Transform - pos: -51.44946,16.640251 - parent: 2 - - uid: 16506 - components: - - type: Transform - pos: -28.583176,46.496048 - parent: 2 -- proto: SheetPlastic1 - entities: - - uid: 8351 - components: - - type: Transform - pos: -69.60168,0.47095394 - parent: 2 - - uid: 24954 - components: - - type: Transform - pos: -69.49621,0.35376644 - parent: 2 -- proto: SheetSteel - entities: - - uid: 1388 - components: - - type: Transform - pos: 35.48536,5.67401 - parent: 2 - - uid: 3843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.565186,37.67611 - parent: 2 - - uid: 5265 - components: - - type: Transform - pos: 31.497849,30.621187 - parent: 2 - - uid: 5309 - components: - - type: Transform - pos: 44.356327,44.74312 - parent: 2 - - uid: 6912 - components: - - type: Transform - pos: -13.64378,-41.474854 - parent: 2 - - uid: 6924 - components: - - type: Transform - pos: -20.711332,-31.379955 - parent: 2 - - uid: 9013 - components: - - type: Transform - pos: -51.402584,18.687126 - parent: 2 - - uid: 9287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.377686,37.58236 - parent: 2 - - uid: 16504 - components: - - type: Transform - pos: -28.534563,46.746048 - parent: 2 -- proto: SheetSteel1 - entities: - - uid: 7075 - components: - - type: Transform - pos: -31.99926,-30.394829 - parent: 2 - - uid: 7076 - components: - - type: Transform - pos: -31.753166,-30.57061 - parent: 2 - - uid: 7077 - components: - - type: Transform - pos: -31.917229,-30.676079 - parent: 2 - - uid: 7078 - components: - - type: Transform - pos: -29.948477,-37.355766 - parent: 2 - - uid: 7079 - components: - - type: Transform - pos: -30.135977,-37.648735 - parent: 2 - - uid: 7080 - components: - - type: Transform - pos: -25.51879,-35.63311 - parent: 2 - - uid: 8354 - components: - - type: Transform - pos: -69.60168,0.17798519 - parent: 2 - - uid: 11274 - components: - - type: Transform - pos: -69.44933,0.06079769 - parent: 2 -- proto: SheetUranium - entities: - - uid: 9591 - components: - - type: Transform - pos: -58.44775,28.5514 - parent: 2 -- proto: ShowcaseRobot - entities: - - uid: 22664 - components: - - type: Transform - pos: -17.5,24.5 - parent: 2 -- proto: ShuttersNormalOpen - entities: - - uid: 352 - components: - - type: Transform - pos: -26.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 1884 - components: - - type: Transform - pos: 8.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1928 - components: - - type: Transform - pos: 9.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,28.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,29.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,30.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 1945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17789 - - uid: 6075 - components: - - type: Transform - pos: 19.5,22.5 - parent: 2 - - uid: 6076 - components: - - type: Transform - pos: 20.5,22.5 - parent: 2 - - uid: 17788 - components: - - type: Transform - pos: 11.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 17790 - - uid: 26844 - components: - - type: Transform - pos: -33.5,36.5 - parent: 2 - - type: DeviceLinkSink - links: - - 27089 - - uid: 28719 - components: - - type: Transform - pos: -25.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28720 - components: - - type: Transform - pos: -24.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28721 - components: - - type: Transform - pos: -22.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28722 - components: - - type: Transform - pos: -21.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 28723 - components: - - type: Transform - pos: -20.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 - - uid: 29748 - components: - - type: Transform - pos: 82.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 29750 - - 29772 - - uid: 29749 - components: - - type: Transform - pos: 83.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 29750 - - 29772 - - uid: 36478 - components: - - type: Transform - pos: -59.5,10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36479 - components: - - type: Transform - pos: -58.5,10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36480 - components: - - type: Transform - pos: -57.5,10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36481 - components: - - type: Transform - pos: -59.5,14.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36482 - components: - - type: Transform - pos: -58.5,14.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36483 - components: - - type: Transform - pos: -57.5,14.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36484 - - uid: 36486 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36485 - - uid: 36487 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36485 - - uid: 36488 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 2 - - type: DeviceLinkSink - links: - - 36485 -- proto: ShuttersRadiationOpen - entities: - - uid: 18589 - components: - - type: Transform - pos: -102.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18590 - components: - - type: Transform - pos: -102.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18591 - components: - - type: Transform - pos: -102.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18592 - components: - - type: Transform - pos: -102.5,50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18593 - components: - - type: Transform - pos: -102.5,53.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,53.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,50.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 - - uid: 18670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 18779 -- proto: ShuttersWindowOpen - entities: - - uid: 28724 - components: - - type: Transform - pos: -23.5,38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 438 -- proto: shuttle_manipulator - entities: - - uid: 4624 - components: - - type: Transform - pos: 18.5,38.5 - parent: 2 -- proto: SignalButton - entities: - - uid: 2512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,51.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9257: - - Pressed: Toggle - - uid: 8740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,57.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4222: - - Pressed: Toggle - 4191: - - Pressed: Toggle - 4201: - - Pressed: Toggle - - uid: 8974 - components: - - type: MetaData - desc: Allows patients to leave without having medical access. - name: exit button - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22823: - - Pressed: Toggle - 22822: - - Pressed: Toggle - - uid: 9098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,57.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4196: - - Pressed: Toggle - 4187: - - Pressed: Toggle - 1523: - - Pressed: Toggle - - uid: 9223 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,51.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9253: - - Pressed: Toggle - - uid: 12929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,50.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4222: - - Pressed: Toggle - 4191: - - Pressed: Toggle - 4201: - - Pressed: Toggle - - uid: 12930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,50.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4187: - - Pressed: Toggle - 4196: - - Pressed: Toggle - 1523: - - Pressed: Toggle - - uid: 15119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,48.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15096: - - Pressed: Toggle - 15097: - - Pressed: Toggle - 15123: - - Pressed: Toggle - 15075: - - Pressed: Toggle - - uid: 15127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,51.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15048: - - Pressed: Toggle - 15047: - - Pressed: Toggle - 15064: - - Pressed: Toggle - 15063: - - Pressed: Toggle - 15062: - - Pressed: Toggle - 15061: - - Pressed: Toggle - 15060: - - Pressed: Toggle - 15057: - - Pressed: Toggle - 15058: - - Pressed: Toggle - 15059: - - Pressed: Toggle - 15065: - - Pressed: Toggle - 15066: - - Pressed: Toggle - 15067: - - Pressed: Toggle - 15068: - - Pressed: Toggle - 15069: - - Pressed: Toggle - 15070: - - Pressed: Toggle - 15071: - - Pressed: Toggle - 15072: - - Pressed: Toggle - - uid: 17789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,28.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1944: - - Pressed: Toggle - 1932: - - Pressed: Toggle - 1931: - - Pressed: Toggle - 1945: - - Pressed: Toggle - 1884: - - Pressed: Toggle - 1928: - - Pressed: Toggle - - uid: 17790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,28.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 17788: - - Pressed: Toggle - - uid: 17791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,40.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15083: - - Pressed: Toggle - 15082: - - Pressed: Toggle - 15081: - - Pressed: Toggle - 15080: - - Pressed: Toggle - 15078: - - Pressed: Toggle - 15079: - - Pressed: Toggle - - uid: 17792 - components: - - type: Transform - pos: 28.5,40.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15090: - - Pressed: Toggle - 15089: - - Pressed: Toggle - 15084: - - Pressed: Toggle - 15085: - - Pressed: Toggle - 15086: - - Pressed: Toggle - 15087: - - Pressed: Toggle - 15088: - - Pressed: Toggle - - uid: 17793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,44.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15093: - - Pressed: Toggle - 14111: - - Pressed: Toggle - 15094: - - Pressed: Toggle - 15097: - - Pressed: Toggle - 15096: - - Pressed: Toggle - 15091: - - Pressed: Toggle - 15092: - - Pressed: Toggle - - uid: 18779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -102.5,48.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 18591: - - Pressed: Toggle - 18592: - - Pressed: Toggle - 18590: - - Pressed: Toggle - 18589: - - Pressed: Toggle - 18593: - - Pressed: Toggle - 18666: - - Pressed: Toggle - 18667: - - Pressed: Toggle - 18668: - - Pressed: Toggle - 18669: - - Pressed: Toggle - 18670: - - Pressed: Toggle - - uid: 19389 - components: - - type: Transform - pos: -27.5,43.5 - parent: 2 - - uid: 19938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,52.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15051: - - Pressed: Toggle - 15050: - - Pressed: Toggle - 15049: - - Pressed: Toggle - 15042: - - Pressed: Toggle - 15044: - - Pressed: Toggle - 15043: - - Pressed: Toggle - 15045: - - Pressed: Toggle - 15055: - - Pressed: Toggle - 15056: - - Pressed: Toggle - - uid: 22047 - components: - - type: MetaData - desc: Opens the adjacent door. - name: exit button - - type: Transform - pos: 10.5,17.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 19819: - - Pressed: Toggle - - uid: 23328 - components: - - type: MetaData - name: exit button - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-12.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 364: - - Pressed: Toggle - - uid: 35837 - components: - - type: MetaData - desc: Allows patients to leave without having medical access. - name: exit button - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,8.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22816: - - Pressed: Toggle - 22817: - - Pressed: Toggle - 22818: - - Pressed: Toggle -- proto: SignalButtonDirectional - entities: - - uid: 438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,39.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 352: - - Pressed: Toggle - 28719: - - Pressed: Toggle - 28720: - - Pressed: Toggle - 28724: - - Pressed: Toggle - 28721: - - Pressed: Toggle - 28722: - - Pressed: Toggle - 28723: - - Pressed: Toggle - - uid: 22295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,59.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22293: - - Pressed: Toggle - 22287: - - Pressed: Toggle - - uid: 25537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,4.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9521: - - Pressed: Toggle - 25517: - - Pressed: Toggle - - uid: 26827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-0.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 24343: - - Pressed: Toggle - - uid: 26832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,25.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 24317: - - Pressed: Toggle - - uid: 28714 - components: - - type: Transform - pos: -55.5,47.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29636: - - Pressed: Toggle - 29390: - - Pressed: Toggle - 31417: - - Pressed: Toggle - 23712: - - Pressed: Toggle - 31446: - - Pressed: Toggle - - uid: 30596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,27.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1566: - - Pressed: Toggle - - uid: 30673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-18.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 30654: - - Pressed: Toggle - - uid: 30933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,11.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 30932: - - Pressed: Toggle - - uid: 31151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,41.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29623: - - Pressed: Toggle - - uid: 36484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,11.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 36480: - - Pressed: Toggle - 36479: - - Pressed: Toggle - 36478: - - Pressed: Toggle - 36483: - - Pressed: Toggle - 36482: - - Pressed: Toggle - 36481: - - Pressed: Toggle - - uid: 36485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-9.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 36487: - - Pressed: Toggle - 36488: - - Pressed: Toggle - 36486: - - Pressed: Toggle -- proto: SignalSwitchDirectional - entities: - - uid: 170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-45.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6721: - - On: Forward - - Off: Off - 6668: - - On: Forward - - Off: Off - 6845: - - On: Forward - - Off: Off - 6576: - - Off: Off - - On: Forward - 6918: - - On: Forward - - Off: Off - 9845: - - On: Forward - - Off: Off - 6616: - - On: Forward - - Off: Off - 8601: - - On: Forward - - Off: Off - 6932: - - On: Forward - - Off: Off - 10342: - - On: Forward - - Off: Off - 9035: - - On: Forward - - Off: Off - 6923: - - On: Forward - - Off: Off - 760: - - On: Forward - - Off: Off - - uid: 6779 - components: - - type: Transform - pos: -28.5,-39.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6744: - - On: Forward - - Off: Off - 6745: - - On: Forward - - Off: Off - 6757: - - On: Forward - - Off: Off - 6772: - - On: Forward - - Off: Off - 6743: - - On: Forward - - Off: Off - 6746: - - On: Forward - - Off: Off - 6750: - - On: Forward - - Off: Off - 6758: - - On: Forward - - Off: Off - 6756: - - On: Forward - - Off: Off - 6684: - - On: Forward - - Off: Off - 6685: - - On: Forward - - Off: Off - 6686: - - On: Forward - - Off: Off - 6687: - - On: Forward - - Off: Off - 10646: - - On: Forward - - Off: Off - 10621: - - On: Forward - - Off: Off - 10627: - - On: Forward - - Off: Off - 10647: - - On: Forward - - Off: Off - 29980: - - On: Forward - - Off: Off - 6782: - - On: Forward - - Off: Off - 6783: - - On: Forward - - Off: Off - 31776: - - On: Forward - - Off: Off - 31777: - - On: Forward - - Off: Off - 31778: - - On: Forward - - Off: Off - 31779: - - On: Forward - - Off: Off - 31780: - - On: Forward - - Off: Off - 6963: - - On: Forward - - Off: Off - 10624: - - On: Forward - - Off: Off - 10622: - - On: Forward - - Off: Off - 8181: - - On: Forward - - Off: Off - 6961: - - On: Forward - - Off: Off - 27957: - - Off: Off - - On: Forward - 6727: - - On: Forward - - Off: Off - 6755: - - Off: Off - - On: Forward - 436: - - On: Forward - - Off: Off - 6749: - - On: Forward - - Off: Off - 5414: - - On: Forward - - Off: Off - 6710: - - On: Forward - - Off: Off - 6669: - - On: Forward - - Off: Off - 6621: - - On: Forward - - Off: Off - 11850: - - On: Forward - - Off: Off - 31688: - - On: Forward - - Off: Off - 31689: - - On: Forward - - Off: Off - 6753: - - On: Forward - - Off: Off - 6748: - - On: Forward - - Off: Off - 6752: - - On: Forward - - Off: Off - 5429: - - On: Forward - - Off: Off - 3542: - - On: Forward - - Off: Off - 6714: - - On: Forward - - Off: Off - 11853: - - On: Forward - - Off: Off - - uid: 23220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-26.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 21164: - - On: Forward - - Off: Off - 28998: - - Off: Off - - On: Forward - 29964: - - On: Forward - - Off: Off - 29965: - - On: Forward - - Off: Off - 23857: - - On: Forward - - Off: Off - 31645: - - On: Forward - - Off: Off - 11849: - - On: Forward - - Off: Off - 31687: - - On: Forward - - Off: Off - 11841: - - On: Forward - - Off: Off - 30791: - - On: Forward - - Off: Off - 31055: - - On: Forward - - Off: Off - 22358: - - On: Forward - - Off: Off - 22736: - - On: Forward - - Off: Off - 34056: - - On: Forward - - Off: Off - 34057: - - On: Forward - - Off: Off - 34058: - - On: Forward - - Off: Off - 34059: - - On: Forward - - Off: Off - 34060: - - On: Forward - - Off: Off - 20562: - - On: Forward - - Off: Off - 34061: - - On: Forward - - Off: Off - 34062: - - On: Forward - - Off: Off - 34063: - - On: Forward - - Off: Off - 34064: - - On: Forward - - Off: Off - 34065: - - On: Forward - - Off: Off - 34066: - - On: Forward - - Off: Off - 34067: - - On: Forward - - Off: Off - 31690: - - On: Forward - - Off: Off - 6725: - - Off: Off - - On: Forward - 20722: - - On: Forward - - Off: Off - 7096: - - On: Forward - - Off: Off - 30642: - - On: Forward - - Off: Off - 6650: - - On: Forward - - Off: Off - 6734: - - On: Forward - - Off: Off - 20720: - - Off: Off - - On: Forward - 760: [] - - uid: 27089 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,32.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 26844: - - Off: Close - - On: Open - - uid: 29750 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,57.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29746: - - On: Open - - Off: Close - 29749: - - On: Open - - Off: Close - 29748: - - On: Open - - Off: Close - - uid: 29774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,60.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29768: - - On: Open - - Off: Close -- proto: SignAnomaly - entities: - - uid: 4002 - components: - - type: Transform - pos: 38.5,45.5 - parent: 2 -- proto: SignAnomaly2 - entities: - - uid: 4110 - components: - - type: Transform - pos: 41.5,38.5 - parent: 2 -- proto: SignArmory - entities: - - uid: 16447 - components: - - type: Transform - pos: -19.5,43.5 - parent: 2 - - uid: 24778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,46.5 - parent: 2 - - uid: 36184 - components: - - type: Transform - pos: -31.5,38.5 - parent: 2 -- proto: SignAtmos - entities: - - uid: 9063 - components: - - type: Transform - pos: -44.5,32.5 - parent: 2 -- proto: SignAtmosMinsky - entities: - - uid: 9574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,36.5 - parent: 2 - - uid: 34665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-6.5 - parent: 2 -- proto: SignBar - entities: - - uid: 2186 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 2 - - uid: 3366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-17.5 - parent: 2 - - uid: 15532 - components: - - type: Transform - pos: -34.5,63.5 - parent: 2 -- proto: SignBio - entities: - - uid: 5351 - components: - - type: Transform - pos: 52.5,52.5 - parent: 2 -- proto: SignBiohazard - entities: - - uid: 5352 - components: - - type: Transform - pos: 51.5,47.5 - parent: 2 -- proto: SignBiohazardMed - entities: - - uid: 5353 - components: - - type: Transform - pos: 55.5,47.5 - parent: 2 -- proto: SignBridge - entities: - - uid: 2599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,37.5 - parent: 2 -- proto: SignCargo - entities: - - uid: 2946 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 2 -- proto: SignChapel - entities: - - uid: 2204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,22.5 - parent: 2 - - uid: 23882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.511288,19.44273 - parent: 2 -- proto: SignChem - entities: - - uid: 1177 - components: - - type: Transform - pos: 18.5,-12.5 - parent: 2 - - uid: 1422 - components: - - type: Transform - pos: 15.5,4.5 - parent: 2 - - uid: 1423 - components: - - type: Transform - pos: 18.5,-6.5 - parent: 2 -- proto: SignCloning - entities: - - uid: 2188 - components: - - type: Transform - pos: 21.5,4.5 - parent: 2 - - uid: 30970 - components: - - type: Transform - pos: 29.5,1.5 - parent: 2 -- proto: SignConference - entities: - - uid: 14164 - components: - - type: Transform - pos: 16.5,46.5 - parent: 2 -- proto: SignConspiracyBoard - entities: - - uid: 2888 - components: - - type: Transform - pos: 47.5,35.5 - parent: 2 - - uid: 14047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,51.5 - parent: 2 - - uid: 15973 - components: - - type: Transform - pos: -35.5,36.5 - parent: 2 -- proto: SignCourt - entities: - - uid: 4443 - components: - - type: Transform - pos: -1.5,50.5 - parent: 2 -- proto: SignCryogenicsMed - entities: - - uid: 1008 - components: - - type: Transform - pos: 32.5,-3.5 - parent: 2 - - uid: 30968 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 2 -- proto: SignDanger - entities: - - uid: 5354 - components: - - type: Transform - pos: 54.5,50.5 - parent: 2 - - uid: 5355 - components: - - type: Transform - pos: 51.5,50.5 - parent: 2 - - uid: 19658 - components: - - type: Transform - pos: 6.5,66.5 - parent: 2 - - uid: 19667 - components: - - type: Transform - pos: 3.5,66.5 - parent: 2 - - uid: 33543 - components: - - type: Transform - pos: 85.5,21.5 - parent: 2 - - uid: 33544 - components: - - type: Transform - pos: 63.5,32.5 - parent: 2 - - uid: 33545 - components: - - type: Transform - pos: 61.5,33.5 - parent: 2 - - uid: 33546 - components: - - type: Transform - pos: 53.5,37.5 - parent: 2 - - uid: 33547 - components: - - type: Transform - pos: 53.5,44.5 - parent: 2 - - uid: 33548 - components: - - type: Transform - pos: 56.5,58.5 - parent: 2 - - uid: 33549 - components: - - type: Transform - pos: 61.5,58.5 - parent: 2 - - uid: 33550 - components: - - type: Transform - pos: 52.5,41.5 - parent: 2 - - uid: 33551 - components: - - type: Transform - pos: 95.5,48.5 - parent: 2 - - uid: 33552 - components: - - type: Transform - pos: 83.5,67.5 - parent: 2 -- proto: SignDirectionalBar - entities: - - uid: 6371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.500387,-14.729669 - parent: 2 - - uid: 16474 - components: - - type: Transform - pos: 16.499256,-17.242163 - parent: 2 - - uid: 23855 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5105877,-17.512625 - parent: 2 - - uid: 23858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.499825,-15.712059 - parent: 2 - - uid: 23860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-16.5 - parent: 2 - - uid: 33650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,63.5 - parent: 2 -- proto: SignDirectionalBridge - entities: - - uid: 23887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5065484,40.20192 - parent: 2 - - uid: 23888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5221734,-17.763191 - parent: 2 - - uid: 26855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.48320675,25.24322 - parent: 2 -- proto: SignDirectionalBrig - entities: - - uid: 22618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,62.5 - parent: 2 - - uid: 23806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,25.5 - parent: 2 -- proto: SignDirectionalChapel - entities: - - uid: 9178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,23.5 - parent: 2 - - uid: 23880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.46012,6.2804375 - parent: 2 - - uid: 23881 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.52262,15.850657 - parent: 2 -- proto: SignDirectionalChemistry - entities: - - uid: 1223 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-14.5 - parent: 2 - - uid: 23814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-12.5 - parent: 2 - - uid: 23844 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-17.5 - parent: 2 -- proto: SignDirectionalCryo - entities: - - uid: 1024 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-12.5 - parent: 2 - - uid: 25173 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 2 - - uid: 25282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-12.5 - parent: 2 - - uid: 26213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-29.5 - parent: 2 - - uid: 30962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.550045,4.7897277 - parent: 2 - - uid: 30967 - components: - - type: Transform - pos: 29.573904,4.8227987 - parent: 2 - - uid: 30969 - components: - - type: Transform - pos: 29.5,-2.5 - parent: 2 -- proto: SignDirectionalEng - entities: - - uid: 22480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.4988317,23.758844 - parent: 2 - - uid: 23849 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.4359844,-17.244627 - parent: 2 - - uid: 23867 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.436584,-12.501854 - parent: 2 - - uid: 23873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.491207,18.289341 - parent: 2 -- proto: SignDirectionalEvac - entities: - - uid: 6374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.49538875,-29.74709 - parent: 2 - - uid: 8402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-8.5 - parent: 2 - - uid: 17012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,45.5 - parent: 2 - - uid: 23813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,25.5 - parent: 2 - - uid: 23846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.4906719,-17.25244 - parent: 2 - - uid: 23886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.47527122,62.785336 - parent: 2 - - uid: 23890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.4462893,-11.719762 - parent: 2 - - uid: 23891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.4619143,16.77201 - parent: 2 - - uid: 23892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.48505,17.728174 - parent: 2 - - uid: 23893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.512714,16.526192 - parent: 2 - - uid: 23894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5049,-19.23642 - parent: 2 - - uid: 23896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.454502,6.744308 - parent: 2 - - uid: 23897 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.46659,23.506786 - parent: 2 - - uid: 23898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -74.45819,10.307827 - parent: 2 - - uid: 23899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.39373,10.266306 - parent: 2 - - uid: 23905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,8.5 - parent: 2 -- proto: SignDirectionalFood - entities: - - uid: 21466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.4832067,23.235407 - parent: 2 - - uid: 23851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.431856,-17.486814 - parent: 2 - - uid: 23901 - components: - - type: Transform - pos: -48.472904,-11.470109 - parent: 2 - - uid: 23902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.496925,-17.22792 - parent: 2 - - uid: 23903 - components: - - type: Transform - pos: -46.455734,-13.7279215 - parent: 2 - - uid: 23904 - components: - - type: Transform - pos: -38.455734,-17.298233 - parent: 2 -- proto: SignDirectionalHop - entities: - - uid: 23852 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5021544,-17.25244 - parent: 2 -- proto: SignDirectionalHydro - entities: - - uid: 23810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.48382,-7.2507544 - parent: 2 - - uid: 23816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,22.5 - parent: 2 - - uid: 23848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.4828594,-17.75244 - parent: 2 - - uid: 23868 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.436584,-12.267479 - parent: 2 - - uid: 23869 - components: - - type: Transform - pos: -47.504093,10.266583 - parent: 2 - - uid: 23870 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.503471,23.251003 - parent: 2 -- proto: SignDirectionalJanitor - entities: - - uid: 20991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,23.5 - parent: 2 - - uid: 23872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5209,-0.7626915 - parent: 2 -- proto: SignDirectionalLibrary - entities: - - uid: 23883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.440975,6.549694 - parent: 2 - - uid: 23884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.53832,15.57411 - parent: 2 - - uid: 23885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.522694,25.27844 - parent: 2 - - uid: 26856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5323524,23.211216 - parent: 2 -- proto: SignDirectionalLogistics - entities: - - uid: 23859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.4342637,-17.746038 - parent: 2 - - uid: 23861 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.484005,-11.197954 - parent: 2 - - uid: 23900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.525036,-17.158611 - parent: 2 - - uid: 26190 - components: - - type: Transform - pos: -13.403669,-17.2851 - parent: 2 - - uid: 31888 - components: - - type: Transform - pos: -46.4965,10.269556 - parent: 2 -- proto: SignDirectionalMed - entities: - - uid: 23808 - components: - - type: Transform - pos: 48.5,-6.5 - parent: 2 - - uid: 23817 - components: - - type: Transform - pos: -2.4978511,22.24327 - parent: 2 - - uid: 23845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5115795,-17.242666 - parent: 2 - - uid: 23862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.51649,-17.40539 - parent: 2 - - uid: 23864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.540833,16.834927 - parent: 2 - - uid: 23865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.493057,7.8181133 - parent: 2 - - uid: 23866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.45148,-12.744019 - parent: 2 -- proto: SignDirectionalSalvage - entities: - - uid: 21012 - components: - - type: Transform - pos: -17.5,-27.5 - parent: 2 - - uid: 22264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-40.5 - parent: 2 - - uid: 22266 - components: - - type: Transform - pos: -13.409092,-17.529654 - parent: 2 -- proto: SignDirectionalSci - entities: - - uid: 23850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.4983835,-17.75244 - parent: 2 - - uid: 23878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.526928,-15.133438 - parent: 2 - - uid: 23879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.467934,6.0148125 - parent: 2 - - uid: 26131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.508915,23.773716 - parent: 2 - - uid: 30340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.519985,22.737196 - parent: 2 -- proto: SignDirectionalSec - entities: - - uid: 23818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5117471,22.766708 - parent: 2 - - uid: 23847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.4906719,-17.510252 - parent: 2 - - uid: 23874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.477133,23.300415 - parent: 2 - - uid: 23875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.499043,10.51958 - parent: 2 - - uid: 23876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.482662,-12.754795 - parent: 2 - - uid: 23877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.519115,-15.414688 - parent: 2 -- proto: SignDirectionalSolar - entities: - - uid: 9563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-30.5 - parent: 2 - - uid: 23824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-32.5 - parent: 2 - - uid: 23825 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-37.5 - parent: 2 - - uid: 23826 - components: - - type: Transform - pos: 54.5,-32.5 - parent: 2 - - uid: 23827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-28.5 - parent: 2 - - uid: 23828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,38.5 - parent: 2 - - uid: 23829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,42.5 - parent: 2 -- proto: SignDirectionalSupply - entities: - - uid: 34972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,7.5 - parent: 2 -- proto: SignDirectionalWash - entities: - - uid: 16475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,65.5 - parent: 2 - - uid: 23820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-22.5 - parent: 2 - - uid: 23821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,-15.5 - parent: 2 -- proto: SignDisposalSpace - entities: - - uid: 16960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,12.5 - parent: 2 - - uid: 18254 - components: - - type: Transform - pos: -18.5,52.5 - parent: 2 - - uid: 18256 - components: - - type: Transform - pos: -33.5,56.5 - parent: 2 -- proto: SignElectrical - entities: - - uid: 1263 - components: - - type: Transform - pos: -52.5,63.5 - parent: 2 - - uid: 6211 - components: - - type: Transform - pos: -52.5,56.5 - parent: 2 - - uid: 31278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,74.5 - parent: 2 - - uid: 31279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,74.5 - parent: 2 - - uid: 31280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,71.5 - parent: 2 - - uid: 31281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,68.5 - parent: 2 -- proto: SignEngine - entities: - - uid: 8856 - components: - - type: Transform - pos: -56.5,13.5 - parent: 2 -- proto: SignEngineering - entities: - - uid: 8820 - components: - - type: Transform - pos: -46.5,15.5 - parent: 2 -- proto: SignEscapePods - entities: - - uid: 8479 - components: - - type: Transform - pos: 46.5,-35.5 - parent: 2 - - uid: 13784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-3.5 - parent: 2 - - uid: 19927 - components: - - type: Transform - pos: -63.5,-19.5 - parent: 2 - - uid: 20019 - components: - - type: Transform - pos: -63.5,-13.5 - parent: 2 -- proto: SignEVA - entities: - - uid: 1992 - components: - - type: Transform - pos: 18.5,22.5 - parent: 2 -- proto: SignExamroom - entities: - - uid: 5926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-3.5 - parent: 2 -- proto: SignExplosives - entities: - - uid: 19668 - components: - - type: Transform - pos: 6.5,64.5 - parent: 2 -- proto: SignGravity - entities: - - uid: 29563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,15.5 - parent: 2 -- proto: SignHead - entities: - - uid: 1975 - components: - - type: Transform - pos: 13.5,22.5 - parent: 2 - - uid: 3553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,22.5 - parent: 2 -- proto: SignHydro1 - entities: - - uid: 18405 - components: - - type: Transform - pos: -48.5,4.5 - parent: 2 -- proto: SignInterrogation - entities: - - uid: 15537 - components: - - type: Transform - pos: -19.5,31.5 - parent: 2 -- proto: SignJanitor - entities: - - uid: 26888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,20.5 - parent: 2 -- proto: SignLastIdiot - entities: - - uid: 30683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,71.5 - parent: 2 -- proto: SignLibrary - entities: - - uid: 22680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,25.5 - parent: 2 -- proto: SignMail - entities: - - uid: 2945 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 2 - - uid: 6528 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 2 -- proto: SignMedical - entities: - - uid: 864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,17.5 - parent: 2 - - uid: 2116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-12.5 - parent: 2 - - uid: 19809 - components: - - type: Transform - pos: -40.5,60.5 - parent: 2 -- proto: SignMorgue - entities: - - uid: 1379 - components: - - type: Transform - pos: 24.5,8.5 - parent: 2 - - uid: 1381 - components: - - type: Transform - pos: 24.5,17.5 - parent: 2 - - uid: 1382 - components: - - type: Transform - pos: 31.5,17.5 - parent: 2 -- proto: SignPlaque - entities: - - uid: 175 - components: - - type: Transform - pos: 25.5,-26.5 - parent: 2 - - uid: 14193 - components: - - type: Transform - pos: 20.5,60.5 - parent: 2 - - uid: 16624 - components: - - type: Transform - pos: -7.5,62.5 - parent: 2 -- proto: SignPrison - entities: - - uid: 17879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,65.5 - parent: 2 -- proto: SignRadiation - entities: - - uid: 18885 - components: - - type: Transform - pos: -104.5,64.5 - parent: 2 - - uid: 18887 - components: - - type: Transform - pos: -111.5,65.5 - parent: 2 - - uid: 18888 - components: - - type: Transform - pos: -125.5,61.5 - parent: 2 - - uid: 18890 - components: - - type: Transform - pos: -92.5,54.5 - parent: 2 - - uid: 18891 - components: - - type: Transform - pos: -92.5,48.5 - parent: 2 - - uid: 18893 - components: - - type: Transform - pos: -103.5,43.5 - parent: 2 - - uid: 18895 - components: - - type: Transform - pos: -118.5,37.5 - parent: 2 - - uid: 18896 - components: - - type: Transform - pos: -126.5,41.5 - parent: 2 - - uid: 18897 - components: - - type: Transform - pos: -126.5,58.5 - parent: 2 - - uid: 18913 - components: - - type: Transform - pos: -101.5,64.5 - parent: 2 - - uid: 31300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -98.5,43.5 - parent: 2 - - uid: 31308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,46.5 - parent: 2 - - uid: 31318 - components: - - type: Transform - pos: -122.5,44.5 - parent: 2 - - uid: 31325 - components: - - type: Transform - pos: -106.5,41.5 - parent: 2 - - uid: 32259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -119.5,61.5 - parent: 2 - - uid: 32260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,61.5 - parent: 2 - - uid: 32261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,56.5 - parent: 2 - - uid: 32262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,53.5 - parent: 2 - - uid: 32263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -122.5,47.5 - parent: 2 - - uid: 32264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -118.5,41.5 - parent: 2 - - uid: 32265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,41.5 - parent: 2 - - uid: 32266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,57.5 - parent: 2 - - uid: 32267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,59.5 - parent: 2 - - uid: 32336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,65.5 - parent: 2 -- proto: SignRadiationMed - entities: - - uid: 18909 - components: - - type: Transform - pos: -119.5,64.5 - parent: 2 - - uid: 18910 - components: - - type: Transform - pos: -125.5,51.5 - parent: 2 - - uid: 18911 - components: - - type: Transform - pos: -98.5,61.5 - parent: 2 - - uid: 18912 - components: - - type: Transform - pos: -106.5,60.5 - parent: 2 -- proto: SignRedFour - entities: - - uid: 15837 - components: - - type: Transform - pos: -24.5,27.5 - parent: 2 -- proto: SignRedOne - entities: - - uid: 7724 - components: - - type: Transform - pos: -24.5,31.5 - parent: 2 - - uid: 13045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-4.5 - parent: 2 -- proto: SignRedThree - entities: - - uid: 7427 - components: - - type: Transform - pos: -30.5,27.5 - parent: 2 - - uid: 22072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-10.5 - parent: 2 -- proto: SignRedTwo - entities: - - uid: 13037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 - parent: 2 - - uid: 15636 - components: - - type: Transform - pos: -30.5,31.5 - parent: 2 -- proto: SignRobo - entities: - - uid: 5303 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,42.5 - parent: 2 -- proto: SignSec - entities: - - uid: 2487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,23.5 - parent: 2 -- proto: SignSecurearea - entities: - - uid: 5359 - components: - - type: Transform - pos: 55.5,49.5 - parent: 2 - - uid: 23819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.499207,27.502502 - parent: 2 -- proto: SignShipDock - entities: - - uid: 2181 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 20003 - components: - - type: Transform - pos: -2.5,79.5 - parent: 2 - - uid: 20004 - components: - - type: Transform - pos: 5.5,79.5 - parent: 2 - - uid: 22735 - components: - - type: Transform - pos: -28.5,-45.5 - parent: 2 -- proto: SignSmoking - entities: - - uid: 30964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-2.5 - parent: 2 -- proto: SignSpace - entities: - - uid: 2470 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 2 - - uid: 20213 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-45.5 - parent: 2 - - uid: 23830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,40.5 - parent: 2 - - uid: 23832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,79.5 - parent: 2 - - uid: 23833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,57.5 - parent: 2 - - uid: 23834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,0.5 - parent: 2 - - uid: 23835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-14.5 - parent: 2 - - uid: 23836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-32.5 - parent: 2 - - uid: 23837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-35.5 - parent: 2 - - uid: 23838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-53.5 - parent: 2 - - uid: 23840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-34.5 - parent: 2 - - uid: 23842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-13.5 - parent: 2 - - uid: 31641 - components: - - type: Transform - pos: -24.5,-39.5 - parent: 2 -- proto: SignSurgery - entities: - - uid: 22026 - components: - - type: Transform - pos: -12.5,0.5 - parent: 2 -- proto: SignTelecomms - entities: - - uid: 2769 - components: - - type: Transform - pos: 4.5,61.5 - parent: 2 -- proto: SignToolStorage - entities: - - uid: 1137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,4.5 - parent: 2 -- proto: SignVirology - entities: - - uid: 22038 - components: - - type: Transform - pos: -13.5,4.5 - parent: 2 -- proto: SignZomlab - entities: - - uid: 5350 - components: - - type: Transform - pos: 52.5,48.5 - parent: 2 -- proto: SingularityGenerator - entities: - - uid: 18685 - components: - - type: Transform - anchored: False - pos: -113.5173,50.881065 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: SinkStemlessWater - entities: - - uid: 1611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 - parent: 2 - - uid: 1782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,9.5 - parent: 2 - - uid: 8350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,0.5 - parent: 2 - - uid: 18070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,57.5 - parent: 2 - - uid: 22780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,6.5 - parent: 2 -- proto: SinkWide - entities: - - uid: 1069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-2.5 - parent: 2 - - uid: 1771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,1.5 - parent: 2 - - uid: 2484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-25.5 - parent: 2 - - uid: 2602 - components: - - type: Transform - pos: 23.5,-1.5 - parent: 2 - - uid: 3043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-25.5 - parent: 2 - - uid: 3324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-25.5 - parent: 2 - - uid: 7595 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-24.5 - parent: 2 - - uid: 7597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-17.5 - parent: 2 - - uid: 12007 - components: - - type: Transform - pos: 72.5,-10.5 - parent: 2 - - uid: 18447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,24.5 - parent: 2 - - uid: 18510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,23.5 - parent: 2 - - uid: 26707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-30.5 - parent: 2 - - uid: 26712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-30.5 - parent: 2 -- proto: Skub - entities: - - uid: 32587 - components: - - type: Transform - pos: 74.53695,42.55083 - parent: 2 -- proto: SmartFridge - entities: - - uid: 3998 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 2 - - uid: 3999 - components: - - type: Transform - pos: 21.5,-8.5 - parent: 2 - - 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 -- proto: SMESBasic - entities: - - uid: 215 - components: - - type: MetaData - name: AME SMES 1 - - type: Transform - pos: -62.5,35.5 - parent: 2 - - uid: 3666 - components: - - type: MetaData - name: AME SMES 2 - - type: Transform - pos: -62.5,36.5 - parent: 2 - - uid: 8798 - components: - - type: MetaData - name: AME SMES 3 - - type: Transform - pos: -60.5,36.5 - parent: 2 - - uid: 9975 - components: - - type: MetaData - name: North Solars SMES 1 - - type: Transform - pos: -58.5,40.5 - parent: 2 - - uid: 9976 - components: - - type: MetaData - name: North Solars SMES 2 - - type: Transform - pos: -57.5,40.5 - parent: 2 - - uid: 10407 - components: - - type: MetaData - name: South West Solars SMES 1 - - type: Transform - pos: -61.5,-33.5 - parent: 2 - - uid: 10411 - components: - - type: MetaData - name: South West Solars SMES 2 - - type: Transform - pos: -61.5,-35.5 - parent: 2 - - uid: 13398 - components: - - type: MetaData - name: South East Solars SMES 2 - - type: Transform - pos: 57.5,-34.5 - parent: 2 - - uid: 13399 - components: - - type: MetaData - name: South East Solars SMES 1 - - type: Transform - pos: 55.5,-34.5 - parent: 2 - - uid: 19041 - components: - - type: MetaData - name: Singularity SMES - - type: Transform - pos: -93.5,54.5 - parent: 2 - - uid: 19288 - components: - - type: MetaData - name: AME SMES 4 - - type: Transform - pos: -60.5,35.5 - parent: 2 -- proto: SMESMachineCircuitboard - entities: - - uid: 2339 - components: - - type: Transform - pos: -47.29088,26.780298 - parent: 2 - - uid: 6681 - components: - - type: Transform - pos: -47.60338,26.78811 - parent: 2 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 14213 - components: - - type: Transform - pos: 11.465008,47.60172 - parent: 2 -- proto: Soap - entities: - - uid: 18540 - components: - - type: Transform - pos: -40.512363,24.825838 - parent: 2 - - uid: 18541 - components: - - type: Transform - pos: -40.293613,22.622713 - parent: 2 -- proto: soda_dispenser - entities: - - uid: 4644 - components: - - type: Transform - pos: 9.5,54.5 - parent: 2 - - uid: 5749 - components: - - type: Transform - pos: 19.5,-27.5 - parent: 2 - - uid: 33656 - components: - - type: Transform - pos: -42.5,67.5 - parent: 2 -- proto: SodaDispenserMachineCircuitboard - entities: - - uid: 35824 - components: - - type: Transform - pos: -51.07225,27.611994 - parent: 2 -- proto: SolarAssembly - entities: - - uid: 9784 - components: - - type: Transform - pos: -93.5,-58.5 - parent: 2 - - uid: 10439 - components: - - type: Transform - pos: -96.5,-53.5 - parent: 2 - - uid: 10441 - components: - - type: Transform - pos: -97.5,-33.5 - parent: 2 - - uid: 10466 - components: - - type: Transform - pos: -94.5,-33.5 - parent: 2 - - uid: 10467 - components: - - type: Transform - pos: -86.5,-45.5 - parent: 2 - - uid: 10469 - components: - - type: Transform - pos: -84.5,-40.5 - parent: 2 - - uid: 10471 - components: - - type: Transform - pos: -83.5,-45.5 - parent: 2 - - uid: 10473 - components: - - type: Transform - pos: -96.5,-43.5 - parent: 2 - - uid: 10475 - components: - - type: Transform - pos: -92.5,-48.5 - parent: 2 - - uid: 10480 - components: - - type: Transform - pos: -84.5,-55.5 - parent: 2 - - uid: 13589 - components: - - type: Transform - pos: -85.5,-58.5 - parent: 2 - - uid: 13591 - components: - - type: Transform - pos: -85.5,-63.5 - parent: 2 - - uid: 13610 - components: - - type: Transform - pos: -82.5,-58.5 - parent: 2 - - uid: 13633 - components: - - type: Transform - pos: 53.5,-80.5 - parent: 2 - - uid: 23580 - components: - - type: Transform - pos: 50.5,-51.5 - parent: 2 - - uid: 31287 - components: - - type: Transform - pos: 63.5,-69.5 - parent: 2 - - uid: 31288 - components: - - type: Transform - pos: 63.5,-44.5 - parent: 2 - - uid: 31299 - components: - - type: Transform - pos: 50.5,-61.5 - parent: 2 - - uid: 31309 - components: - - type: Transform - pos: 69.5,-81.5 - parent: 2 - - uid: 31329 - components: - - type: Transform - pos: 51.5,-64.5 - parent: 2 - - uid: 31330 - components: - - type: Transform - pos: 50.5,-46.5 - parent: 2 - - uid: 31905 - components: - - type: Transform - pos: 60.5,-56.5 - parent: 2 - - uid: 31906 - components: - - type: Transform - pos: 62.5,-54.5 - parent: 2 - - uid: 31908 - components: - - type: Transform - pos: 64.5,-51.5 - parent: 2 - - uid: 32277 - components: - - type: Transform - pos: 61.5,-64.5 - parent: 2 - - uid: 32278 - components: - - type: Transform - pos: 68.5,-85.5 - parent: 2 - - uid: 32279 - components: - - type: Transform - pos: 67.5,-86.5 - parent: 2 - - uid: 35407 - components: - - type: Transform - pos: -86.5,66.5 - parent: 2 - - uid: 35408 - components: - - type: Transform - pos: -74.5,71.5 - parent: 2 - - uid: 35409 - components: - - type: Transform - pos: -76.5,74.5 - parent: 2 - - uid: 35410 - components: - - type: Transform - pos: -83.5,74.5 - parent: 2 - - uid: 35411 - components: - - type: Transform - pos: -76.5,84.5 - parent: 2 - - uid: 35412 - components: - - type: Transform - pos: -84.5,94.5 - parent: 2 - - uid: 35413 - components: - - type: Transform - pos: -83.5,59.5 - parent: 2 - - uid: 35414 - components: - - type: Transform - pos: -85.5,59.5 - parent: 2 -- proto: SolarPanel - entities: - - uid: 9791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-45.5 - parent: 2 - - uid: 9793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-35.5 - parent: 2 - - uid: 9795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-40.5 - parent: 2 - - uid: 9807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-69.5 - parent: 2 - - uid: 9808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-54.5 - parent: 2 - - uid: 9821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-71.5 - parent: 2 - - uid: 9832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-71.5 - parent: 2 - - uid: 9833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-71.5 - parent: 2 - - uid: 9837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-69.5 - parent: 2 - - uid: 9847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-69.5 - parent: 2 - - uid: 10389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-71.5 - parent: 2 - - uid: 10428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-71.5 - parent: 2 - - uid: 10430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-71.5 - parent: 2 - - uid: 10446 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-35.5 - parent: 2 - - uid: 10487 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-58.5 - parent: 2 - - uid: 10491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-58.5 - parent: 2 - - uid: 10492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-63.5 - parent: 2 - - uid: 10499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-38.5 - parent: 2 - - uid: 10500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-38.5 - parent: 2 - - uid: 10501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-38.5 - parent: 2 - - uid: 10502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-38.5 - parent: 2 - - uid: 10503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-38.5 - parent: 2 - - uid: 10506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-40.5 - parent: 2 - - uid: 13466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-66.5 - parent: 2 - - uid: 13467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-69.5 - parent: 2 - - uid: 13468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-66.5 - parent: 2 - - uid: 13470 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-64.5 - parent: 2 - - uid: 13471 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-69.5 - parent: 2 - - uid: 13475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-40.5 - parent: 2 - - uid: 13482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-35.5 - parent: 2 - - uid: 13490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-33.5 - parent: 2 - - uid: 13491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-33.5 - parent: 2 - - uid: 13492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-33.5 - parent: 2 - - uid: 13535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-64.5 - parent: 2 - - uid: 13580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-49.5 - parent: 2 - - uid: 13582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-44.5 - parent: 2 - - uid: 13584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-35.5 - parent: 2 - - uid: 13593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-58.5 - parent: 2 - - uid: 13594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-53.5 - parent: 2 - - uid: 13595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-53.5 - parent: 2 - - uid: 13606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-53.5 - parent: 2 - - uid: 13607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-53.5 - parent: 2 - - uid: 13608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-58.5 - parent: 2 - - uid: 13615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-44.5 - parent: 2 - - uid: 13623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-46.5 - parent: 2 - - uid: 13624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-46.5 - parent: 2 - - uid: 13625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-51.5 - parent: 2 - - uid: 13628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-49.5 - parent: 2 - - uid: 13630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-51.5 - parent: 2 - - uid: 13634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-56.5 - parent: 2 - - uid: 13660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-46.5 - parent: 2 - - uid: 13661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-46.5 - parent: 2 - - uid: 13680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-77.5 - parent: 2 - - uid: 13690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-48.5 - parent: 2 - - uid: 13692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-48.5 - parent: 2 - - uid: 13693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-50.5 - parent: 2 - - uid: 13694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-48.5 - parent: 2 - - uid: 13695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-45.5 - parent: 2 - - uid: 13698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-49.5 - parent: 2 - - uid: 13701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-49.5 - parent: 2 - - uid: 13705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-49.5 - parent: 2 - - uid: 13708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-51.5 - parent: 2 - - uid: 13709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-51.5 - parent: 2 - - uid: 13710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-56.5 - parent: 2 - - uid: 13714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-56.5 - parent: 2 - - uid: 17006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-46.5 - parent: 2 - - uid: 18697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-84.5 - parent: 2 - - uid: 18787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-43.5 - parent: 2 - - uid: 18788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-43.5 - parent: 2 - - uid: 18889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-43.5 - parent: 2 - - uid: 18892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-45.5 - parent: 2 - - uid: 18894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-40.5 - parent: 2 - - uid: 19723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-61.5 - parent: 2 - - uid: 22255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-59.5 - parent: 2 - - uid: 23724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-61.5 - parent: 2 - - uid: 28749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-59.5 - parent: 2 - - uid: 31271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-59.5 - parent: 2 - - uid: 31284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-61.5 - parent: 2 - - uid: 31904 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-84.5 - parent: 2 - - uid: 31909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-44.5 - parent: 2 - - uid: 31999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-85.5 - parent: 2 - - uid: 32000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-80.5 - parent: 2 - - uid: 32002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-77.5 - parent: 2 - - uid: 32018 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-38.5 - parent: 2 - - uid: 32274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -97.5,-38.5 - parent: 2 - - uid: 32285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-44.5 - parent: 2 - - uid: 32309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-44.5 - parent: 2 - - uid: 32323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-56.5 - parent: 2 - - uid: 32324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-59.5 - parent: 2 - - uid: 35295 - components: - - type: Transform - pos: -77.5,56.5 - parent: 2 - - uid: 35296 - components: - - type: Transform - pos: -76.5,56.5 - parent: 2 - - uid: 35297 - components: - - type: Transform - pos: -74.5,56.5 - parent: 2 - - uid: 35298 - components: - - type: Transform - pos: -72.5,56.5 - parent: 2 - - uid: 35299 - components: - - type: Transform - pos: -72.5,54.5 - parent: 2 - - uid: 35300 - components: - - type: Transform - pos: -74.5,54.5 - parent: 2 - - uid: 35301 - components: - - type: Transform - pos: -76.5,54.5 - parent: 2 - - uid: 35302 - components: - - type: Transform - pos: -75.5,54.5 - parent: 2 - - uid: 35303 - components: - - type: Transform - pos: -84.5,56.5 - parent: 2 - - uid: 35304 - components: - - type: Transform - pos: -86.5,56.5 - parent: 2 - - uid: 35305 - components: - - type: Transform - pos: -87.5,56.5 - parent: 2 - - uid: 35306 - components: - - type: Transform - pos: -88.5,54.5 - parent: 2 - - uid: 35307 - components: - - type: Transform - pos: -87.5,54.5 - parent: 2 - - uid: 35308 - components: - - type: Transform - pos: -86.5,54.5 - parent: 2 - - uid: 35309 - components: - - type: Transform - pos: -75.5,59.5 - parent: 2 - - uid: 35310 - components: - - type: Transform - pos: -74.5,59.5 - parent: 2 - - uid: 35311 - components: - - type: Transform - pos: -72.5,61.5 - parent: 2 - - uid: 35312 - components: - - type: Transform - pos: -75.5,61.5 - parent: 2 - - uid: 35313 - components: - - type: Transform - pos: -77.5,61.5 - parent: 2 - - uid: 35314 - components: - - type: Transform - pos: -83.5,61.5 - parent: 2 - - uid: 35315 - components: - - type: Transform - pos: -84.5,61.5 - parent: 2 - - uid: 35316 - components: - - type: Transform - pos: -86.5,61.5 - parent: 2 - - uid: 35317 - components: - - type: Transform - pos: -86.5,59.5 - parent: 2 - - uid: 35318 - components: - - type: Transform - pos: -88.5,59.5 - parent: 2 - - uid: 35319 - components: - - type: Transform - pos: -84.5,59.5 - parent: 2 - - uid: 35320 - components: - - type: Transform - pos: -76.5,64.5 - parent: 2 - - uid: 35321 - components: - - type: Transform - pos: -73.5,66.5 - parent: 2 - - uid: 35322 - components: - - type: Transform - pos: -74.5,66.5 - parent: 2 - - uid: 35323 - components: - - type: Transform - pos: -87.5,66.5 - parent: 2 - - uid: 35324 - components: - - type: Transform - pos: -88.5,64.5 - parent: 2 - - uid: 35325 - components: - - type: Transform - pos: -83.5,66.5 - parent: 2 - - uid: 35326 - components: - - type: Transform - pos: -84.5,66.5 - parent: 2 - - uid: 35327 - components: - - type: Transform - pos: -85.5,69.5 - parent: 2 - - uid: 35328 - components: - - type: Transform - pos: -87.5,69.5 - parent: 2 - - uid: 35329 - components: - - type: Transform - pos: -85.5,71.5 - parent: 2 - - uid: 35330 - components: - - type: Transform - pos: -83.5,69.5 - parent: 2 - - uid: 35331 - components: - - type: Transform - pos: -75.5,69.5 - parent: 2 - - uid: 35332 - components: - - type: Transform - pos: -73.5,71.5 - parent: 2 - - uid: 35333 - components: - - type: Transform - pos: -74.5,69.5 - parent: 2 - - uid: 35334 - components: - - type: Transform - pos: -76.5,76.5 - parent: 2 - - uid: 35335 - components: - - type: Transform - pos: -75.5,76.5 - parent: 2 - - uid: 35336 - components: - - type: Transform - pos: -74.5,76.5 - parent: 2 - - uid: 35337 - components: - - type: Transform - pos: -87.5,74.5 - parent: 2 - - uid: 35338 - components: - - type: Transform - pos: -86.5,74.5 - parent: 2 - - uid: 35339 - components: - - type: Transform - pos: -85.5,74.5 - parent: 2 - - uid: 35340 - components: - - type: Transform - pos: -84.5,76.5 - parent: 2 - - uid: 35341 - components: - - type: Transform - pos: -85.5,76.5 - parent: 2 - - uid: 35342 - components: - - type: Transform - pos: -86.5,76.5 - parent: 2 - - uid: 35343 - components: - - type: Transform - pos: -88.5,76.5 - parent: 2 - - uid: 35344 - components: - - type: Transform - pos: -88.5,74.5 - parent: 2 - - uid: 35345 - components: - - type: Transform - pos: -83.5,76.5 - parent: 2 - - uid: 35346 - components: - - type: Transform - pos: -83.5,81.5 - parent: 2 - - uid: 35347 - components: - - type: Transform - pos: -84.5,81.5 - parent: 2 - - uid: 35348 - components: - - type: Transform - pos: -85.5,79.5 - parent: 2 - - uid: 35349 - components: - - type: Transform - pos: -88.5,79.5 - parent: 2 - - uid: 35350 - components: - - type: Transform - pos: -76.5,81.5 - parent: 2 - - uid: 35351 - components: - - type: Transform - pos: -72.5,79.5 - parent: 2 - - uid: 35352 - components: - - type: Transform - pos: -74.5,79.5 - parent: 2 - - uid: 35353 - components: - - type: Transform - pos: -72.5,84.5 - parent: 2 - - uid: 35354 - components: - - type: Transform - pos: -76.5,86.5 - parent: 2 - - uid: 35355 - components: - - type: Transform - pos: -86.5,84.5 - parent: 2 - - uid: 35356 - components: - - type: Transform - pos: -83.5,89.5 - parent: 2 - - uid: 35357 - components: - - type: Transform - pos: -72.5,91.5 - parent: 2 - - uid: 35358 - components: - - type: Transform - pos: -76.5,96.5 - parent: 2 - - uid: 35359 - components: - - type: Transform - pos: -73.5,94.5 - parent: 2 - - uid: 35360 - components: - - type: Transform - pos: -85.5,94.5 - parent: 2 -- proto: SolarPanelBroken - entities: - - uid: 9788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-53.5 - parent: 2 - - uid: 9789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-65.5 - parent: 2 - - uid: 9790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-60.5 - parent: 2 - - uid: 9792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-48.5 - parent: 2 - - uid: 10442 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-53.5 - parent: 2 - - uid: 10443 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-60.5 - parent: 2 - - uid: 10444 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-65.5 - parent: 2 - - uid: 10445 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-48.5 - parent: 2 - - uid: 10472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-48.5 - parent: 2 - - uid: 10481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-55.5 - parent: 2 - - uid: 10482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-55.5 - parent: 2 - - uid: 10483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-53.5 - parent: 2 - - uid: 10484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-53.5 - parent: 2 - - uid: 10485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-58.5 - parent: 2 - - uid: 10486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-53.5 - parent: 2 - - uid: 10488 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-55.5 - parent: 2 - - uid: 10489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-60.5 - parent: 2 - - uid: 10490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-65.5 - parent: 2 - - uid: 13474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-48.5 - parent: 2 - - uid: 13489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-50.5 - parent: 2 - - uid: 13581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-44.5 - parent: 2 - - uid: 13583 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-48.5 - parent: 2 - - uid: 13609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-45.5 - parent: 2 - - uid: 13612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,-45.5 - parent: 2 - - uid: 13626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-49.5 - parent: 2 - - uid: 13629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-56.5 - parent: 2 - - uid: 13631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-54.5 - parent: 2 - - uid: 13632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-46.5 - parent: 2 - - uid: 13635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-69.5 - parent: 2 - - uid: 13636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-71.5 - parent: 2 - - uid: 13637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-49.5 - parent: 2 - - uid: 13638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-49.5 - parent: 2 - - uid: 13696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-38.5 - parent: 2 - - uid: 13697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-45.5 - parent: 2 - - uid: 13712 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-79.5 - parent: 2 - - uid: 13713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-82.5 - parent: 2 - - uid: 18703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-43.5 - parent: 2 - - uid: 18704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-35.5 - parent: 2 - - uid: 18706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,-38.5 - parent: 2 - - uid: 18707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,-38.5 - parent: 2 - - uid: 18708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,-40.5 - parent: 2 - - uid: 18710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,-40.5 - parent: 2 - - uid: 19722 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-61.5 - parent: 2 - - uid: 20972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-61.5 - parent: 2 - - uid: 23002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-49.5 - parent: 2 - - uid: 23032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-51.5 - parent: 2 - - uid: 23047 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-61.5 - parent: 2 - - uid: 23064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-59.5 - parent: 2 - - uid: 23467 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-61.5 - parent: 2 - - uid: 23721 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-61.5 - parent: 2 - - uid: 23723 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-56.5 - parent: 2 - - uid: 31286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-54.5 - parent: 2 - - uid: 31895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-51.5 - parent: 2 - - uid: 31910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-71.5 - parent: 2 - - uid: 31911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-71.5 - parent: 2 - - uid: 31912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-46.5 - parent: 2 - - uid: 31913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-83.5 - parent: 2 - - uid: 32270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,-40.5 - parent: 2 - - uid: 32271 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,-40.5 - parent: 2 - - uid: 32272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-38.5 - parent: 2 - - uid: 32273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-45.5 - parent: 2 - - uid: 32280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-83.5 - parent: 2 - - uid: 32281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-81.5 - parent: 2 - - uid: 32282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-75.5 - parent: 2 - - uid: 32283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-75.5 - parent: 2 - - uid: 32284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-64.5 - parent: 2 - - uid: 32286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-64.5 - parent: 2 - - uid: 32287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-79.5 - parent: 2 - - uid: 32291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-78.5 - parent: 2 - - uid: 32301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-64.5 - parent: 2 - - uid: 32305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-64.5 - parent: 2 - - uid: 32306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-49.5 - parent: 2 - - uid: 32307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-61.5 - parent: 2 - - uid: 32308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-54.5 - parent: 2 - - uid: 32313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-45.5 - parent: 2 - - uid: 32325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-54.5 - parent: 2 - - uid: 32326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-54.5 - parent: 2 - - uid: 35361 - components: - - type: Transform - pos: -86.5,94.5 - parent: 2 - - uid: 35362 - components: - - type: Transform - pos: -87.5,94.5 - parent: 2 - - uid: 35363 - components: - - type: Transform - pos: -83.5,96.5 - parent: 2 - - uid: 35364 - components: - - type: Transform - pos: -75.5,96.5 - parent: 2 - - uid: 35365 - components: - - type: Transform - pos: -74.5,94.5 - parent: 2 - - uid: 35366 - components: - - type: Transform - pos: -83.5,91.5 - parent: 2 - - uid: 35367 - components: - - type: Transform - pos: -84.5,89.5 - parent: 2 - - uid: 35368 - components: - - type: Transform - pos: -76.5,91.5 - parent: 2 - - uid: 35369 - components: - - type: Transform - pos: -75.5,86.5 - parent: 2 - - uid: 35370 - components: - - type: Transform - pos: -72.5,86.5 - parent: 2 - - uid: 35371 - components: - - type: Transform - pos: -75.5,84.5 - parent: 2 - - uid: 35372 - components: - - type: Transform - pos: -77.5,84.5 - parent: 2 - - uid: 35373 - components: - - type: Transform - pos: -85.5,86.5 - parent: 2 - - uid: 35374 - components: - - type: Transform - pos: -88.5,84.5 - parent: 2 - - uid: 35375 - components: - - type: Transform - pos: -84.5,79.5 - parent: 2 - - uid: 35376 - components: - - type: Transform - pos: -87.5,79.5 - parent: 2 - - uid: 35377 - components: - - type: Transform - pos: -88.5,81.5 - parent: 2 - - uid: 35378 - components: - - type: Transform - pos: -76.5,79.5 - parent: 2 - - uid: 35379 - components: - - type: Transform - pos: -72.5,81.5 - parent: 2 - - uid: 35380 - components: - - type: Transform - pos: -73.5,81.5 - parent: 2 - - uid: 35381 - components: - - type: Transform - pos: -72.5,76.5 - parent: 2 - - uid: 35382 - components: - - type: Transform - pos: -75.5,74.5 - parent: 2 - - uid: 35383 - components: - - type: Transform - pos: -87.5,76.5 - parent: 2 - - uid: 35384 - components: - - type: Transform - pos: -73.5,69.5 - parent: 2 - - uid: 35385 - components: - - type: Transform - pos: -72.5,71.5 - parent: 2 - - uid: 35386 - components: - - type: Transform - pos: -77.5,69.5 - parent: 2 - - uid: 35387 - components: - - type: Transform - pos: -76.5,71.5 - parent: 2 - - uid: 35388 - components: - - type: Transform - pos: -77.5,71.5 - parent: 2 - - uid: 35389 - components: - - type: Transform - pos: -83.5,71.5 - parent: 2 - - uid: 35390 - components: - - type: Transform - pos: -84.5,71.5 - parent: 2 - - uid: 35391 - components: - - type: Transform - pos: -86.5,69.5 - parent: 2 - - uid: 35392 - components: - - type: Transform - pos: -85.5,66.5 - parent: 2 - - uid: 35393 - components: - - type: Transform - pos: -85.5,64.5 - parent: 2 - - uid: 35394 - components: - - type: Transform - pos: -86.5,64.5 - parent: 2 - - uid: 35395 - components: - - type: Transform - pos: -87.5,64.5 - parent: 2 - - uid: 35396 - components: - - type: Transform - pos: -83.5,64.5 - parent: 2 - - uid: 35397 - components: - - type: Transform - pos: -76.5,66.5 - parent: 2 - - uid: 35398 - components: - - type: Transform - pos: -77.5,66.5 - parent: 2 - - uid: 35399 - components: - - type: Transform - pos: -73.5,64.5 - parent: 2 - - uid: 35400 - components: - - type: Transform - pos: -87.5,61.5 - parent: 2 - - uid: 35401 - components: - - type: Transform - pos: -75.5,56.5 - parent: 2 - - uid: 35402 - components: - - type: Transform - pos: -73.5,56.5 - parent: 2 - - uid: 35403 - components: - - type: Transform - pos: -85.5,56.5 - parent: 2 - - uid: 35404 - components: - - type: Transform - pos: -84.5,54.5 - parent: 2 - - uid: 35405 - components: - - type: Transform - pos: -88.5,56.5 - parent: 2 - - uid: 35406 - components: - - type: Transform - pos: -74.5,61.5 - parent: 2 -- proto: SolarTracker - entities: - - uid: 9794 - components: - - type: Transform - pos: -98.5,-34.5 - parent: 2 - - uid: 10447 - components: - - type: Transform - pos: -80.5,-39.5 - parent: 2 - - uid: 10497 - components: - - type: Transform - pos: -80.5,-44.5 - parent: 2 - - uid: 10498 - components: - - type: Transform - pos: -98.5,-49.5 - parent: 2 - - uid: 10505 - components: - - type: Transform - pos: -98.5,-39.5 - parent: 2 - - uid: 13679 - components: - - type: Transform - pos: 47.5,-50.5 - parent: 2 - - uid: 31917 - components: - - type: Transform - pos: 65.5,-55.5 - parent: 2 - - uid: 31918 - components: - - type: Transform - pos: 71.5,-80.5 - parent: 2 - - uid: 31921 - components: - - type: Transform - pos: 47.5,-60.5 - parent: 2 - - uid: 32003 - components: - - type: Transform - pos: 65.5,-50.5 - parent: 2 - - uid: 32019 - components: - - type: Transform - pos: -80.5,-59.5 - parent: 2 - - uid: 32310 - components: - - type: Transform - pos: 65.5,-45.5 - parent: 2 - - uid: 35466 - components: - - type: Transform - pos: -71.5,55.5 - parent: 2 - - uid: 35467 - components: - - type: Transform - pos: -89.5,55.5 - parent: 2 - - uid: 35469 - components: - - type: Transform - pos: -71.5,60.5 - parent: 2 - - uid: 35470 - components: - - type: Transform - pos: -89.5,65.5 - parent: 2 - - uid: 35471 - components: - - type: Transform - pos: -71.5,90.5 - parent: 2 - - uid: 35472 - components: - - type: Transform - pos: -71.5,70.5 - parent: 2 - - uid: 35473 - components: - - type: Transform - pos: -89.5,80.5 - parent: 2 -- proto: SophicScribe - entities: - - uid: 654 - components: - - type: Transform - pos: 54.5,13.5 - parent: 2 -- proto: SpaceCash - entities: - - uid: 759 - components: - - type: Transform - pos: -10.829511,-42.30696 - parent: 2 - - uid: 2214 - components: - - type: Transform - pos: -11.052167,-42.11946 - parent: 2 - - uid: 5943 - components: - - type: Transform - pos: 14.532675,-32.37702 - parent: 2 - - uid: 5944 - components: - - type: Transform - pos: 14.872519,-32.365303 - parent: 2 - - uid: 5945 - components: - - type: Transform - pos: 14.638144,-32.177803 - parent: 2 - - uid: 5946 - components: - - type: Transform - pos: 15.692831,-33.021553 - parent: 2 - - uid: 5947 - components: - - type: Transform - pos: 15.622519,-33.279366 - parent: 2 - - uid: 5948 - components: - - type: Transform - pos: 15.282675,-33.091866 - parent: 2 - - uid: 6312 - components: - - type: Transform - pos: 26.616358,-28.719067 - parent: 2 - - uid: 6994 - components: - - type: Transform - pos: -31.721443,-31.601978 - parent: 2 - - uid: 6995 - components: - - type: Transform - pos: -31.440191,-32.281666 - parent: 2 - - uid: 6996 - components: - - type: Transform - pos: -31.369879,-31.988697 - parent: 2 - - uid: 6997 - components: - - type: Transform - pos: -30.819098,-38.363697 - parent: 2 - - uid: 9637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.33659,60.69172 - parent: 2 - - uid: 9679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.133465,60.519844 - parent: 2 - - uid: 20188 - components: - - type: Transform - pos: 26.756983,-28.922192 - parent: 2 - - uid: 22757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.383465,60.363594 - parent: 2 - - uid: 23039 - components: - - type: Transform - pos: -37.289715,59.56672 - parent: 2 - - uid: 26728 - components: - - type: Transform - pos: -46.268658,-28.028463 - parent: 2 - - uid: 26730 - components: - - type: Transform - pos: -46.35069,-27.87612 - parent: 2 -- proto: SpaceCash1000 - entities: - - uid: 14126 - components: - - type: Transform - pos: 26.330275,39.009815 - parent: 2 - - uid: 14127 - components: - - type: Transform - pos: 26.343767,38.259815 - parent: 2 - - uid: 14128 - components: - - type: Transform - pos: 26.593767,38.384815 - parent: 2 - - uid: 27932 - components: - - type: Transform - pos: 89.39034,37.435448 - parent: 2 - - uid: 28005 - components: - - type: Transform - pos: 89.45284,37.732323 - parent: 2 -- proto: SpaceCash500 - entities: - - uid: 32458 - components: - - type: Transform - pos: 74.79644,24.791433 - parent: 2 - - uid: 32459 - components: - - type: Transform - pos: 74.95269,24.650808 - parent: 2 - - uid: 32460 - components: - - type: Transform - pos: 74.749565,24.510183 - parent: 2 -- proto: SpaceCashLuckyBill - entities: - - uid: 181 - components: - - type: Transform - pos: -26.472038,-23.207253 - parent: 2 -- proto: SpaceMedipen - entities: - - uid: 33637 - components: - - type: Transform - pos: 87.70394,52.788086 - parent: 2 - - uid: 33638 - components: - - type: Transform - pos: 71.75545,41.64746 - parent: 2 -- proto: SpaceVillainArcade - entities: - - uid: 422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,61.5 - parent: 2 -- proto: SpareIdCabinetFilled - entities: - - uid: 28704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,51.5 - parent: 2 -- proto: SpawnMobAlexander - entities: - - uid: 27818 - components: - - type: Transform - pos: -55.5,-28.5 - parent: 2 -- proto: SpawnMobArcticFoxSiobhan - entities: - - uid: 8599 - components: - - type: Transform - pos: 29.5,28.5 - parent: 2 -- proto: SpawnMobBandito - entities: - - uid: 5737 - components: - - type: Transform - pos: 48.5,29.5 - parent: 2 -- proto: SpawnMobBee - entities: - - uid: 7254 - components: - - type: Transform - pos: -100.5,3.5 - parent: 2 - - uid: 8602 - components: - - type: Transform - pos: -102.5,9.5 - parent: 2 - - uid: 23475 - components: - - type: Transform - pos: -101.5,7.5 - parent: 2 -- proto: SpawnMobButterfly - entities: - - uid: 7217 - components: - - type: Transform - pos: -104.5,6.5 - parent: 2 - - uid: 8604 - components: - - type: Transform - pos: -102.5,7.5 - parent: 2 - - uid: 8605 - components: - - type: Transform - pos: -105.5,9.5 - parent: 2 - - uid: 8606 - components: - - type: Transform - pos: -102.5,4.5 - parent: 2 -- proto: SpawnMobCatBingus - entities: - - uid: 32568 - components: - - type: Transform - pos: 74.5,64.5 - parent: 2 -- proto: SpawnMobCatException - entities: - - uid: 35717 - components: - - type: Transform - pos: 3.5,0.5 - parent: 2 -- proto: SpawnMobCatFloppa - entities: - - uid: 4116 - components: - - type: Transform - pos: -84.5,-9.5 - parent: 2 -- proto: SpawnMobCatGeneric - entities: - - uid: 31767 - components: - - type: Transform - pos: -68.5,1.5 - parent: 2 -- proto: SpawnMobCatRuntime - entities: - - uid: 624 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 2 -- proto: SpawnMobCleanBot - entities: - - uid: 18357 - components: - - type: Transform - pos: -39.5,-28.5 - parent: 2 -- proto: SpawnMobCorgi - entities: - - uid: 1962 - components: - - type: Transform - pos: 12.5,29.5 - parent: 2 -- proto: SpawnMobCow - entities: - - uid: 21935 - components: - - type: Transform - pos: -56.5,-28.5 - parent: 2 - - uid: 32433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,39.5 - parent: 2 -- proto: SpawnMobCrab - entities: - - uid: 8609 - components: - - type: Transform - pos: -103.5,11.5 - parent: 2 - - uid: 8610 - components: - - type: Transform - pos: -100.5,10.5 - parent: 2 -- proto: SpawnMobCrabAtmos - entities: - - uid: 36417 - components: - - type: Transform - pos: -36.5,34.5 - parent: 2 -- proto: SpawnMobFerret - entities: - - uid: 21125 - components: - - type: Transform - pos: -86.5,-8.5 - parent: 2 -- proto: SpawnMobFoxRenault - entities: - - uid: 15267 - components: - - type: Transform - pos: 25.5,50.5 - parent: 2 -- proto: SpawnMobFrog - entities: - - uid: 8613 - components: - - type: Transform - pos: -105.5,8.5 - parent: 2 - - uid: 11416 - components: - - type: Transform - pos: -106.5,7.5 - parent: 2 -- proto: SpawnMobGoat - entities: - - uid: 21123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,2.5 - parent: 2 -- proto: SpawnMobKangarooWillow - entities: - - uid: 17829 - components: - - type: Transform - pos: 39.5,-22.5 - parent: 2 -- proto: SpawnMobLizard - entities: - - uid: 11417 - components: - - type: Transform - pos: -101.5,8.5 - parent: 2 -- proto: SpawnMobMcGriff - entities: - - uid: 15975 - components: - - type: Transform - pos: -22.5,41.5 - parent: 2 -- proto: SpawnMobMonkeyPunpun - entities: - - uid: 5759 - components: - - type: Transform - pos: 19.5,-28.5 - parent: 2 -- proto: SpawnMobMothroach - entities: - - uid: 21126 - components: - - type: Transform - pos: -103.5,-6.5 - parent: 2 - - uid: 35718 - components: - - type: Transform - pos: 3.5,12.5 - parent: 2 -- proto: SpawnMobOreCrab - entities: - - uid: 33593 - components: - - type: Transform - pos: 62.5,61.5 - parent: 2 -- proto: SpawnMobParrot - entities: - - uid: 21127 - components: - - type: Transform - pos: -52.5,34.5 - parent: 2 -- proto: SpawnMobPenguin - entities: - - uid: 21121 - components: - - type: Transform - pos: -88.5,-7.5 - parent: 2 - - uid: 23468 - components: - - type: Transform - pos: -82.5,-10.5 - parent: 2 -- proto: SpawnMobPossumMorty - entities: - - uid: 5732 - components: - - type: Transform - pos: 23.5,10.5 - parent: 2 -- proto: SpawnMobRaccoonMorticia - entities: - - uid: 19374 - components: - - type: Transform - pos: -25.5,-20.5 - parent: 2 -- proto: SpawnMobSecDogLaika - entities: - - uid: 34761 - components: - - type: Transform - pos: -8.5,41.5 - parent: 2 -- proto: SpawnMobShiva - entities: - - uid: 15729 - components: - - type: Transform - pos: -9.5,25.5 - parent: 2 -- proto: SpawnMobSlothPaperwork - entities: - - uid: 6112 - components: - - type: Transform - pos: 54.5,28.5 - parent: 2 -- proto: SpawnMobSmile - entities: - - uid: 23548 - components: - - type: Transform - pos: 43.5,25.5 - parent: 2 -- proto: SpawnMobWalter - entities: - - uid: 33580 - components: - - type: Transform - pos: 92.5,31.5 - parent: 2 -- proto: SpawnPointAtmos - entities: - - uid: 3689 - components: - - type: Transform - pos: -48.5,34.5 - parent: 2 - - uid: 3692 - components: - - type: Transform - pos: -47.5,34.5 - parent: 2 - - uid: 3698 - components: - - type: Transform - pos: -49.5,34.5 - parent: 2 -- proto: SpawnPointBartender - entities: - - uid: 33713 - components: - - type: Transform - pos: 21.5,-24.5 - parent: 2 -- proto: SpawnPointBotanist - entities: - - uid: 18505 - components: - - type: Transform - pos: -49.5,2.5 - parent: 2 - - uid: 18506 - components: - - type: Transform - pos: -53.5,-3.5 - parent: 2 - - uid: 18507 - components: - - type: Transform - pos: -51.5,-3.5 - parent: 2 - - uid: 18508 - components: - - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 18509 - components: - - type: Transform - pos: -58.5,-3.5 - parent: 2 -- proto: SpawnPointBoxer - entities: - - uid: 3467 - components: - - type: Transform - pos: 42.5,-23.5 - parent: 2 -- proto: SpawnPointBrigmedic - entities: - - uid: 18360 - components: - - type: Transform - pos: -42.5,58.5 - parent: 2 -- proto: SpawnPointCaptain - entities: - - uid: 14138 - components: - - type: Transform - pos: 13.5,49.5 - parent: 2 -- proto: SpawnPointCargoTechnician - entities: - - uid: 232 - components: - - type: Transform - pos: -9.5,-30.5 - parent: 2 - - uid: 3476 - components: - - type: Transform - pos: -9.5,-34.5 - parent: 2 - - uid: 3493 - components: - - type: Transform - pos: -9.5,-35.5 - parent: 2 - - uid: 3583 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 4224 - components: - - type: Transform - pos: -9.5,-33.5 - parent: 2 - - uid: 4240 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 2 - - uid: 22267 - components: - - type: Transform - pos: -14.5,-23.5 - parent: 2 - - uid: 22886 - components: - - type: Transform - pos: -15.5,-23.5 - parent: 2 -- proto: SpawnPointChaplain - entities: - - uid: 4317 - components: - - type: Transform - pos: 66.5,30.5 - parent: 2 -- proto: SpawnPointChef - entities: - - uid: 23566 - components: - - type: Transform - pos: -55.5,-22.5 - parent: 2 - - uid: 23568 - components: - - type: Transform - pos: -52.5,-15.5 - parent: 2 - - uid: 23710 - components: - - type: Transform - pos: -53.5,-7.5 - parent: 2 -- proto: SpawnPointChemist - entities: - - uid: 5643 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 2 - - uid: 5644 - components: - - type: Transform - pos: 19.5,-2.5 - parent: 2 - - uid: 5646 - components: - - type: Transform - pos: 13.5,3.5 - parent: 2 -- proto: SpawnPointChiefEngineer - entities: - - uid: 14139 - components: - - type: Transform - pos: 12.5,49.5 - parent: 2 -- proto: SpawnPointChiefMedicalOfficer - entities: - - uid: 14143 - components: - - type: Transform - pos: 11.5,49.5 - parent: 2 -- proto: SpawnPointClown - entities: - - uid: 4087 - components: - - type: Transform - pos: -75.5,1.5 - parent: 2 -- proto: SpawnPointDetective - entities: - - uid: 16580 - components: - - type: Transform - pos: -33.5,34.5 - parent: 2 -- proto: SpawnPointForensicMantis - entities: - - uid: 904 - components: - - type: Transform - pos: 48.5,33.5 - parent: 2 -- proto: SpawnPointHeadOfPersonnel - entities: - - uid: 15374 - components: - - type: Transform - pos: 10.5,47.5 - parent: 2 -- proto: SpawnPointHeadOfSecurity - entities: - - uid: 14141 - components: - - type: Transform - pos: 13.5,46.5 - parent: 2 -- proto: SpawnPointJanitor - entities: - - uid: 13274 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 2 - - uid: 16602 - components: - - type: Transform - pos: -36.5,24.5 - parent: 2 -- proto: SpawnPointLatejoin - entities: - - uid: 5098 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 2 - - uid: 5099 - components: - - type: Transform - pos: 6.5,-40.5 - parent: 2 - - uid: 5653 - components: - - type: Transform - pos: 5.5,-43.5 - parent: 2 - - uid: 5670 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - - uid: 6157 - components: - - type: Transform - pos: 5.5,-40.5 - parent: 2 - - uid: 6158 - components: - - type: Transform - pos: 6.5,-43.5 - parent: 2 - - uid: 6162 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - - uid: 6163 - components: - - type: Transform - pos: -3.5,-43.5 - parent: 2 - - uid: 30223 - components: - - type: Transform - pos: -5.5,-51.5 - parent: 2 - - uid: 30224 - components: - - type: Transform - pos: -6.5,-51.5 - parent: 2 - - uid: 30225 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 30226 - components: - - type: Transform - pos: 8.5,-51.5 - parent: 2 - - uid: 30227 - components: - - type: Transform - pos: 10.5,-51.5 - parent: 2 - - uid: 30228 - components: - - type: Transform - pos: -7.5,-51.5 - parent: 2 -- proto: SpawnPointLawyer - entities: - - uid: 15687 - components: - - type: Transform - pos: -6.5,58.5 - parent: 2 -- proto: SpawnPointLibrarian - entities: - - uid: 6087 - components: - - type: Transform - pos: 51.5,27.5 - parent: 2 -- proto: SpawnPointMailCarrier - entities: - - uid: 983 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 2 - - uid: 9974 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 2 -- proto: SpawnPointMedicalBorg - entities: - - uid: 349 - components: - - type: Transform - pos: -6.5,6.5 - parent: 2 - - uid: 5191 - components: - - type: Transform - pos: 29.5,6.5 - parent: 2 - - uid: 5408 - components: - - type: Transform - pos: 5.5,0.5 - parent: 2 -- proto: SpawnPointMedicalDoctor - entities: - - uid: 5632 - components: - - type: Transform - pos: -25.5,15.5 - parent: 2 - - uid: 5633 - components: - - type: Transform - pos: -22.5,15.5 - parent: 2 - - uid: 5634 - components: - - type: Transform - pos: -19.5,15.5 - parent: 2 - - uid: 5635 - components: - - type: Transform - pos: -16.5,15.5 - parent: 2 - - uid: 5636 - components: - - type: Transform - pos: -16.5,10.5 - parent: 2 - - uid: 5637 - components: - - type: Transform - pos: -19.5,10.5 - parent: 2 - - uid: 5638 - components: - - type: Transform - pos: -22.5,10.5 - parent: 2 - - uid: 31475 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 31476 - components: - - type: Transform - pos: -14.5,9.5 - parent: 2 -- proto: SpawnPointMedicalIntern - entities: - - uid: 5639 - components: - - type: Transform - pos: -4.5,12.5 - parent: 2 - - uid: 5640 - components: - - type: Transform - pos: -4.5,11.5 - parent: 2 - - uid: 5641 - components: - - type: Transform - pos: -6.5,12.5 - parent: 2 - - uid: 5642 - components: - - type: Transform - pos: -6.5,11.5 - parent: 2 -- proto: SpawnPointMime - entities: - - uid: 3708 - components: - - type: Transform - pos: -79.5,1.5 - parent: 2 -- proto: SpawnPointMusician - entities: - - uid: 11257 - components: - - type: Transform - pos: -71.5,3.5 - parent: 2 - - uid: 36403 - components: - - type: Transform - pos: 9.5,-23.5 - parent: 2 - - uid: 36404 - components: - - type: Transform - pos: 24.5,-34.5 - parent: 2 -- proto: SpawnPointObserver - entities: - - uid: 33591 - components: - - type: Transform - pos: 1.5,-40.5 - parent: 2 -- proto: SpawnPointParamedic - entities: - - uid: 5625 - components: - - type: Transform - pos: -25.5,10.5 - parent: 2 - - uid: 5626 - components: - - type: Transform - pos: -28.5,10.5 - parent: 2 - - uid: 5627 - components: - - type: Transform - pos: -28.5,15.5 - parent: 2 -- proto: SpawnPointPassenger - entities: - - uid: 30239 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 2 - - uid: 30240 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 2 - - uid: 30241 - components: - - type: Transform - pos: 3.5,-45.5 - parent: 2 - - uid: 30242 - components: - - type: Transform - pos: 3.5,-46.5 - parent: 2 - - uid: 30243 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 2 - - uid: 30244 - components: - - type: Transform - pos: 3.5,-48.5 - parent: 2 - - uid: 30245 - components: - - type: Transform - pos: -0.5,-47.5 - parent: 2 - - uid: 30246 - components: - - type: Transform - pos: -0.5,-48.5 - parent: 2 -- proto: SpawnPointPrisoner - entities: - - uid: 18399 - components: - - type: Transform - pos: -25.5,66.5 - parent: 2 - - uid: 18400 - components: - - type: Transform - pos: -21.5,66.5 - parent: 2 - - uid: 18401 - components: - - type: Transform - pos: -17.5,66.5 - parent: 2 - - uid: 18402 - components: - - type: Transform - pos: -13.5,66.5 - parent: 2 -- proto: SpawnPointPrisonGuard - entities: - - uid: 18152 - components: - - type: Transform - pos: -20.5,61.5 - parent: 2 -- proto: SpawnPointPsychologist - entities: - - uid: 5630 - components: - - type: Transform - pos: -20.5,-9.5 - parent: 2 - - uid: 5631 - components: - - type: Transform - pos: -15.5,-8.5 - parent: 2 -- proto: SpawnPointQuartermaster - entities: - - uid: 14140 - components: - - type: Transform - pos: 11.5,46.5 - parent: 2 -- proto: SpawnPointReporter - entities: - - uid: 7368 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 2 -- proto: SpawnPointResearchAssistant - entities: - - uid: 23662 - components: - - type: Transform - pos: 39.5,24.5 - parent: 2 - - uid: 30247 - components: - - type: Transform - pos: 37.5,28.5 - parent: 2 - - uid: 30248 - components: - - type: Transform - pos: 39.5,28.5 - parent: 2 -- proto: SpawnPointResearchDirector - entities: - - uid: 5624 - components: - - type: Transform - pos: 44.5,29.5 - parent: 2 - - uid: 14142 - components: - - type: Transform - pos: 12.5,46.5 - parent: 2 -- proto: SpawnPointSalvageSpecialist - entities: - - uid: 6949 - components: - - type: Transform - pos: -11.5,-41.5 - parent: 2 - - uid: 6950 - components: - - type: Transform - pos: -10.5,-41.5 - parent: 2 - - uid: 6951 - components: - - type: Transform - pos: -9.5,-41.5 - parent: 2 - - uid: 21089 - components: - - type: Transform - pos: -8.5,-41.5 - parent: 2 -- proto: SpawnPointScientist - entities: - - uid: 4045 - components: - - type: Transform - pos: 37.5,25.5 - parent: 2 - - uid: 4046 - components: - - type: Transform - pos: 38.5,25.5 - parent: 2 - - uid: 4047 - components: - - type: Transform - pos: 39.5,25.5 - parent: 2 - - uid: 4049 - components: - - type: Transform - pos: 38.5,24.5 - parent: 2 - - uid: 4050 - components: - - type: Transform - pos: 37.5,24.5 - parent: 2 -- proto: SpawnPointSecurityCadet - entities: - - uid: 33642 - components: - - type: Transform - pos: -20.5,24.5 - parent: 2 - - uid: 33643 - components: - - type: Transform - pos: -21.5,24.5 - parent: 2 - - uid: 33644 - components: - - type: Transform - pos: -19.5,24.5 - parent: 2 - - uid: 33645 - components: - - type: Transform - pos: -10.5,30.5 - parent: 2 - - uid: 33646 - components: - - type: Transform - pos: -10.5,29.5 - parent: 2 -- proto: SpawnPointSecurityOfficer - entities: - - uid: 33630 - components: - - type: Transform - pos: -11.5,34.5 - parent: 2 - - uid: 33631 - components: - - type: Transform - pos: -11.5,33.5 - parent: 2 - - uid: 33632 - components: - - type: Transform - pos: -13.5,35.5 - parent: 2 - - uid: 33633 - components: - - type: Transform - pos: -14.5,33.5 - parent: 2 - - uid: 33634 - components: - - type: Transform - pos: -13.5,31.5 - parent: 2 - - uid: 33635 - components: - - type: Transform - pos: -12.5,31.5 - parent: 2 -- proto: SpawnPointServiceWorker - entities: - - uid: 18229 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 2 - - uid: 30656 - components: - - type: Transform - pos: -53.5,-12.5 - parent: 2 - - uid: 30657 - components: - - type: Transform - pos: -54.5,-12.5 - parent: 2 -- proto: SpawnPointStationEngineer - entities: - - uid: 8945 - components: - - type: Transform - pos: -56.5,35.5 - parent: 2 - - uid: 13369 - components: - - type: Transform - pos: -52.5,35.5 - parent: 2 - - uid: 23518 - components: - - type: Transform - pos: -52.5,36.5 - parent: 2 - - uid: 23546 - components: - - type: Transform - pos: -56.5,36.5 - parent: 2 - - uid: 30231 - components: - - type: Transform - pos: -56.5,34.5 - parent: 2 - - uid: 31480 - components: - - type: Transform - pos: -48.5,17.5 - parent: 2 -- proto: SpawnPointTechnicalAssistant - entities: - - uid: 30232 - components: - - type: Transform - pos: -50.5,21.5 - parent: 2 - - uid: 30233 - components: - - type: Transform - pos: -49.5,21.5 - parent: 2 - - uid: 30234 - components: - - type: Transform - pos: -48.5,21.5 - parent: 2 -- proto: SpawnPointWarden - entities: - - uid: 15684 - components: - - type: Transform - pos: -25.5,41.5 - parent: 2 -- proto: SpawnPointZookeeper - entities: - - uid: 22903 - components: - - type: Transform - pos: -68.5,13.5 - parent: 2 -- proto: SpawnVendingMachineRestockFood - entities: - - uid: 31789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-32.5 - parent: 2 -- proto: Spear - entities: - - uid: 30087 - components: - - type: Transform - pos: 89.34257,43.82237 - parent: 2 -- proto: SprayBottle - entities: - - uid: 323 - components: - - type: Transform - pos: -50.710064,-28.473776 - parent: 2 - - uid: 22060 - components: - - type: Transform - pos: -46.6085,-27.325338 - parent: 2 - - uid: 22061 - components: - - type: Transform - pos: -50.74522,-25.380026 - parent: 2 - - uid: 26734 - components: - - type: Transform - pos: -50.487408,-28.544088 - parent: 2 - - uid: 26735 - components: - - type: Transform - pos: -50.299908,-27.465963 - parent: 2 - - uid: 26736 - components: - - type: Transform - pos: -46.456158,-27.477682 - parent: 2 -- proto: SprayBottleSpaceCleaner - entities: - - uid: 18538 - components: - - type: Transform - pos: -41.18424,24.778963 - parent: 2 - - uid: 18539 - components: - - type: Transform - pos: -41.199863,24.622713 - parent: 2 - - uid: 34122 - components: - - type: Transform - pos: -23.156303,58.605377 - parent: 2 -- proto: SS13Memorial - entities: - - uid: 30328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,18.5 - parent: 2 -- proto: StairStage - entities: - - uid: 4499 - components: - - type: Transform - pos: 35.5,-33.5 - parent: 2 - - uid: 4500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-32.5 - parent: 2 - - uid: 4596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 - parent: 2 - - uid: 4597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-26.5 - parent: 2 - - uid: 4598 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 - parent: 2 - - uid: 4605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-26.5 - parent: 2 - - uid: 4606 - components: - - type: Transform - pos: 32.5,-33.5 - parent: 2 - - uid: 4607 - components: - - type: Transform - pos: 33.5,-33.5 - parent: 2 - - uid: 4608 - components: - - type: Transform - pos: 34.5,-33.5 - parent: 2 - - uid: 8335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,18.5 - parent: 2 - - uid: 8339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,17.5 - parent: 2 - - uid: 8342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,16.5 - parent: 2 -- proto: StasisBed - entities: - - uid: 1274 - components: - - type: Transform - pos: 21.5,10.5 - parent: 2 - - uid: 1510 - components: - - type: Transform - pos: 21.5,9.5 - parent: 2 -- proto: StationMap - entities: - - uid: 2254 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 28917 - components: - - type: Transform - pos: 12.5,-27.5 - parent: 2 - - uid: 28920 - components: - - type: Transform - pos: -33.5,-12.5 - parent: 2 - - uid: 28940 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 2 - - uid: 29017 - components: - - type: Transform - pos: 48.5,-0.5 - parent: 2 - - uid: 29018 - components: - - type: Transform - pos: -42.5,11.5 - parent: 2 - - uid: 29019 - components: - - type: Transform - pos: 5.5,24.5 - parent: 2 - - uid: 29021 - components: - - type: Transform - pos: -0.5,57.5 - parent: 2 - - uid: 30296 - components: - - type: Transform - pos: -70.5,12.5 - parent: 2 -- proto: StationMapBroken - entities: - - uid: 5398 - components: - - type: Transform - pos: 56.5,55.5 - parent: 2 - - uid: 7015 - components: - - type: Transform - pos: -26.5,-29.5 - parent: 2 -- proto: StatueVenusRed - entities: - - uid: 30283 - components: - - type: Transform - pos: -70.5,8.5 - parent: 2 -- proto: SteelBench - entities: - - uid: 17923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,25.5 - parent: 2 -- proto: Stool - entities: - - uid: 5899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-33.5 - parent: 2 - - uid: 15980 - components: - - type: Transform - pos: -33.5,44.5 - parent: 2 - - uid: 15983 - components: - - type: Transform - pos: -31.5,44.5 - parent: 2 - - uid: 16292 - components: - - type: Transform - pos: -32.5,44.5 - parent: 2 -- proto: StoolBar - entities: - - uid: 2647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,53.5 - parent: 2 - - uid: 2678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,53.5 - parent: 2 - - uid: 2683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,53.5 - parent: 2 - - uid: 2684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,53.5 - parent: 2 - - uid: 2696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,53.5 - parent: 2 - - uid: 3116 - components: - - type: Transform - pos: 21.5,-18.5 - parent: 2 - - uid: 3119 - components: - - type: Transform - pos: 20.5,-18.5 - parent: 2 - - uid: 3120 - components: - - type: Transform - pos: 28.5,-18.5 - parent: 2 - - uid: 3122 - components: - - type: Transform - pos: 29.5,-18.5 - parent: 2 - - uid: 3178 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-30.5 - parent: 2 - - uid: 3180 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-30.5 - parent: 2 - - uid: 3181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-30.5 - parent: 2 - - uid: 3182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-30.5 - parent: 2 - - uid: 3183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-30.5 - parent: 2 - - uid: 3184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-30.5 - parent: 2 - - uid: 3185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-28.5 - parent: 2 - - uid: 3187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-29.5 - parent: 2 - - uid: 3188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-27.5 - parent: 2 - - uid: 3286 - components: - - type: Transform - pos: 19.5,-18.5 - parent: 2 - - uid: 3288 - components: - - type: Transform - pos: 31.5,-18.5 - parent: 2 - - uid: 3289 - components: - - type: Transform - pos: 18.5,-18.5 - parent: 2 - - uid: 3291 - components: - - type: Transform - pos: 30.5,-18.5 - parent: 2 - - uid: 3435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-41.5 - parent: 2 - - uid: 3812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-41.5 - parent: 2 - - uid: 3854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-41.5 - parent: 2 - - uid: 5896 - components: - - type: Transform - pos: 22.5,-29.5 - parent: 2 - - uid: 5897 - components: - - type: Transform - pos: 22.5,-28.5 - parent: 2 - - uid: 6660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-41.5 - parent: 2 - - uid: 6990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-37.5 - parent: 2 - - uid: 6991 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-37.5 - parent: 2 - - uid: 6992 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-37.5 - parent: 2 - - uid: 6993 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-32.5 - parent: 2 - - uid: 19678 - components: - - type: Transform - pos: -39.5,65.5 - parent: 2 - - uid: 19713 - components: - - type: Transform - pos: -39.5,64.5 - parent: 2 - - uid: 19714 - components: - - type: Transform - pos: -39.5,67.5 - parent: 2 - - uid: 19715 - components: - - type: Transform - pos: -39.5,66.5 - parent: 2 - - uid: 19730 - components: - - type: Transform - pos: -39.5,63.5 - parent: 2 - - uid: 28857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,53.5 - parent: 2 -- proto: StorageCanister - entities: - - uid: 2533 - components: - - type: Transform - pos: 43.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 3384 - components: - - type: Transform - pos: 41.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5091 - components: - - type: Transform - pos: -46.5,37.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5111 - components: - - type: Transform - pos: -48.5,37.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5113 - components: - - type: Transform - pos: -49.5,37.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5114 - components: - - type: Transform - pos: -47.5,37.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5712 - components: - - type: Transform - pos: 60.5,55.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9348 - components: - - type: Transform - pos: -41.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: StrangePill - entities: - - uid: 6861 - components: - - type: MetaData - name: floor pill - - type: Transform - pos: 22.100813,-21.931332 - parent: 2 -- proto: Stunbaton - entities: - - uid: 14136 - components: - - type: Transform - pos: 13.122691,47.817783 - parent: 2 - - uid: 14263 - components: - - type: Transform - pos: 11.48601,48.62845 - parent: 2 -- proto: SubstationBasic - entities: - - uid: 3123 - components: - - type: MetaData - name: Bar Substation - - type: Transform - pos: 11.5,-18.5 - parent: 2 - - uid: 4713 - components: - - type: MetaData - name: Epistemics Substation - - type: Transform - pos: 32.5,35.5 - parent: 2 - - uid: 6009 - components: - - type: MetaData - name: Logistics Substation - - type: Transform - pos: -26.5,-28.5 - parent: 2 - - uid: 7171 - components: - - type: MetaData - name: Bridge Substation - - type: Transform - pos: 6.5,44.5 - parent: 2 - - uid: 9504 - components: - - type: MetaData - name: Eastern Hospital Substation - - type: Transform - pos: 39.5,16.5 - parent: 2 - - uid: 10064 - components: - - type: MetaData - name: Engineering Substation - - type: Transform - pos: -65.5,36.5 - parent: 2 - - uid: 11107 - components: - - type: MetaData - name: Zoo Substation - - type: Transform - pos: -68.5,-2.5 - parent: 2 - - uid: 14197 - components: - - type: MetaData - name: Xenoarchaeology Substation - - type: Transform - pos: 32.5,51.5 - parent: 2 - - uid: 14362 - components: - - type: MetaData - name: Labyrinth substation - - type: Transform - pos: 51.5,44.5 - parent: 2 - - uid: 16005 - components: - - type: MetaData - name: Security Substation - - type: Transform - pos: -6.5,45.5 - parent: 2 - - uid: 19026 - components: - - type: MetaData - name: Particle Accelerator substation - - type: Transform - pos: -97.5,54.5 - parent: 2 - - uid: 19852 - components: - - type: MetaData - name: Psych Ward Substation - - type: Transform - pos: -41.5,70.5 - parent: 2 - - uid: 20185 - components: - - type: MetaData - name: Western Hospital Substation - - type: Transform - pos: -27.5,-4.5 - parent: 2 - - uid: 20988 - components: - - type: MetaData - name: Hallway Substation - - type: Transform - pos: -39.5,35.5 - parent: 2 - - uid: 21162 - components: - - type: MetaData - name: Food Court Substation - - type: Transform - pos: -65.5,-21.5 - parent: 2 -- proto: SubstationMachineCircuitboard - entities: - - uid: 2338 - components: - - type: Transform - pos: -47.720688,26.518244 - parent: 2 - - uid: 7969 - components: - - type: Transform - pos: -47.25975,26.518244 - parent: 2 -- proto: SuitStorageAtmos - entities: - - uid: 3694 - components: - - type: Transform - pos: -41.5,33.5 - parent: 2 - - uid: 3696 - components: - - type: Transform - pos: -41.5,35.5 - parent: 2 - - uid: 3717 - components: - - type: Transform - pos: -42.5,33.5 - parent: 2 - - uid: 7971 - components: - - type: Transform - pos: -42.5,35.5 - parent: 2 -- proto: SuitStorageCaptain - entities: - - uid: 2862 - components: - - type: Transform - pos: 21.5,50.5 - parent: 2 -- proto: SuitStorageCE - entities: - - uid: 8779 - components: - - type: Transform - pos: -61.5,13.5 - parent: 2 -- proto: SuitStorageCMO - entities: - - uid: 575 - components: - - type: Transform - pos: -11.5,-8.5 - parent: 2 -- proto: SuitStorageEngi - entities: - - uid: 9023 - components: - - type: Transform - pos: -51.5,36.5 - parent: 2 - - uid: 9028 - components: - - type: Transform - pos: -51.5,35.5 - parent: 2 - - uid: 9029 - components: - - type: Transform - pos: -51.5,34.5 - parent: 2 - - uid: 9030 - components: - - type: Transform - pos: -51.5,33.5 - parent: 2 - - uid: 10408 - components: - - type: Transform - pos: -59.5,-33.5 - parent: 2 - - uid: 27866 - components: - - type: Transform - pos: -53.5,37.5 - parent: 2 -- proto: SuitStorageEVA - entities: - - uid: 14259 - components: - - type: Transform - pos: 25.5,55.5 - parent: 2 -- proto: SuitStorageEVAAlternate - entities: - - uid: 813 - components: - - type: Transform - pos: 18.5,25.5 - parent: 2 - - uid: 6022 - components: - - type: Transform - pos: 19.5,27.5 - parent: 2 - - uid: 6023 - components: - - type: Transform - pos: 18.5,28.5 - parent: 2 - - uid: 6024 - components: - - type: Transform - pos: 19.5,26.5 - parent: 2 - - uid: 6025 - components: - - type: Transform - pos: 19.5,28.5 - parent: 2 - - uid: 6026 - components: - - type: Transform - pos: 18.5,27.5 - parent: 2 - - uid: 6027 - components: - - type: Transform - pos: 18.5,26.5 - parent: 2 - - uid: 6028 - components: - - type: Transform - pos: 19.5,25.5 - parent: 2 -- proto: SuitStorageEVAEmergency - entities: - - uid: 2856 - components: - - type: Transform - pos: 49.5,51.5 - parent: 2 - - uid: 9539 - components: - - type: Transform - pos: 50.5,51.5 - parent: 2 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 18132 - components: - - type: Transform - pos: -5.5,68.5 - parent: 2 - - uid: 18133 - components: - - type: Transform - pos: -5.5,66.5 - parent: 2 - - uid: 18134 - components: - - type: Transform - pos: -1.5,68.5 - parent: 2 - - uid: 18135 - components: - - type: Transform - pos: -1.5,66.5 - parent: 2 - - uid: 18136 - components: - - type: Transform - pos: -1.5,67.5 - parent: 2 - - uid: 18137 - components: - - type: Transform - pos: -5.5,67.5 - parent: 2 -- proto: SuitStorageHOS - entities: - - uid: 15753 - components: - - type: Transform - pos: -7.5,35.5 - parent: 2 -- proto: SuitStorageParamedic - entities: - - uid: 22835 - components: - - type: Transform - pos: 33.5,1.5 - parent: 2 - - uid: 22838 - components: - - type: Transform - pos: 35.5,1.5 - parent: 2 - - uid: 34982 - components: - - type: Transform - pos: 34.5,1.5 - parent: 2 -- proto: SuitStorageRD - entities: - - uid: 28732 - components: - - type: Transform - pos: 49.5,28.5 - parent: 2 -- proto: SuitStorageSec - entities: - - uid: 179 - components: - - type: Transform - pos: -18.5,40.5 - parent: 2 - - uid: 405 - components: - - type: Transform - pos: -18.5,41.5 - parent: 2 - - uid: 618 - components: - - type: Transform - pos: -16.5,40.5 - parent: 2 - - uid: 4452 - components: - - type: Transform - pos: -18.5,39.5 - parent: 2 - - uid: 14160 - components: - - type: Transform - pos: -16.5,41.5 - parent: 2 - - uid: 14251 - components: - - type: Transform - pos: -16.5,39.5 - parent: 2 -- proto: SuitStorageWarden - entities: - - uid: 15713 - components: - - type: Transform - pos: -29.5,39.5 - parent: 2 -- proto: SurveillanceCameraCommand - entities: - - uid: 17971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,61.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Telecomms - - uid: 31276 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,52.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: The Golden Carp - - uid: 31301 - components: - - type: Transform - pos: 18.5,52.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Bridge - - uid: 31305 - components: - - type: Transform - pos: 24.5,49.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Captain's Quarters - - uid: 31307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,39.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Vault - - uid: 31403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,44.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Main Hall - - uid: 31447 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,43.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Front Desk - - uid: 32100 - components: - - type: Transform - pos: 26.5,45.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: East Hall - - uid: 32101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,50.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: The Council - - uid: 32106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: EVA Storage -- proto: SurveillanceCameraEngineering - entities: - - uid: 28593 - components: - - type: Transform - pos: -41.5,37.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics South - - uid: 28921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,15.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Hall South - - uid: 32415 - components: - - type: Transform - pos: -49.5,20.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Lounge - - uid: 32434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,27.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Tech Vault - - uid: 32435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,18.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Front Desk - - uid: 32442 - components: - - type: Transform - pos: -49.5,11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: CE's Office - - uid: 32444 - components: - - type: Transform - pos: -60.5,12.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: CE's Room - - uid: 32445 - components: - - type: Transform - pos: -60.5,15.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Gravity Generator - - uid: 32451 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,31.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: AME - - uid: 33690 - components: - - type: Transform - pos: -52.5,43.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics North - - uid: 34033 - components: - - type: Transform - pos: -98.5,48.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Particle Accelerator - - uid: 34036 - components: - - type: Transform - pos: -52.5,29.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Hall North - - uid: 34037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,35.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmos Locker Room - - uid: 34038 - components: - - type: Transform - pos: -55.5,33.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Locker Room -- proto: SurveillanceCameraGeneral - entities: - - uid: 29088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals North - - uid: 29089 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-49.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals South - - uid: 29245 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-17.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Dining Hall - - uid: 29247 - components: - - type: Transform - pos: -53.5,7.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Engineering Front - - uid: 29252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,23.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Crossing North - - uid: 29253 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: South Crossing - - uid: 29287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-24.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: South Hall - - uid: 29293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: North Hall - - uid: 29296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,52.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Court Entrance - - uid: 30415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,65.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Northerner Hall - - uid: 31063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,78.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac West - - uid: 31111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,78.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac East - - uid: 32124 - components: - - type: Transform - pos: -15.5,19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Security Front - - uid: 32140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,17.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Hall - - uid: 32144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-1.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Hydro Front - - uid: 32146 - components: - - type: Transform - pos: 17.5,-16.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: East Hall - - uid: 32147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-16.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Easterner Hall - - uid: 32148 - components: - - type: Transform - pos: -17.5,-15.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Logistics Front - - uid: 32412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Park -- proto: SurveillanceCameraMedical - entities: - - uid: 2076 - components: - - type: Transform - pos: 22.5,-2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Chemistry 2 - - uid: 3761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,14.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medical lounge - - uid: 3763 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-9.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: CMO's Office - - uid: 8716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,13.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Morgue - - uid: 8829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Cryonics - - uid: 9318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Cloning - - uid: 9487 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,0.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Chemistry 1 - - uid: 18518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-8.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Group therapy Room - - uid: 18519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Therapy room - - uid: 19376 - components: - - type: Transform - pos: -18.5,1.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medical - - uid: 22954 - components: - - type: Transform - pos: 11.5,9.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medbay - - uid: 28909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-10.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: CMO's Room - - uid: 29174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-4.5 - parent: 2 - - uid: 29291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,7.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Waiting Room North - - uid: 29292 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Waiting Room South -- proto: SurveillanceCameraRouterCircuitboard - entities: - - uid: 35828 - components: - - type: Transform - pos: -47.236313,27.627619 - parent: 2 -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 15176 - components: - - type: Transform - pos: 15.5,42.5 - parent: 2 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 2846 - components: - - type: Transform - pos: -59.5,11.5 - parent: 2 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 29196 - components: - - type: Transform - pos: 9.5,43.5 - parent: 2 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 1515 - components: - - type: Transform - pos: -11.5,-7.5 - parent: 2 -- proto: SurveillanceCameraRouterScience - entities: - - uid: 22596 - components: - - type: Transform - pos: 42.5,30.5 - parent: 2 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 4962 - components: - - type: Transform - pos: -18.5,42.5 - parent: 2 -- proto: SurveillanceCameraRouterService - entities: - - uid: 1519 - components: - - type: Transform - pos: -50.5,-3.5 - parent: 2 -- proto: SurveillanceCameraRouterSupply - entities: - - uid: 8814 - components: - - type: Transform - pos: -30.5,-25.5 - parent: 2 -- proto: SurveillanceCameraScience - entities: - - uid: 1707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Epimestics lounge - - uid: 1709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Chapel West - - uid: 22956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,25.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Locker Room - - uid: 28901 - components: - - type: Transform - pos: 44.5,28.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Mystagogue's Room - - uid: 28902 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,25.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Mystagogue's Office - - uid: 29062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Front Desk - - uid: 29068 - components: - - type: Transform - pos: 46.5,32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Mantis' Room - - uid: 29075 - components: - - type: Transform - pos: 46.5,36.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Anomaly Generator - - uid: 29076 - components: - - type: Transform - pos: 46.5,42.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Robotics - - uid: 29079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,38.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Hall - - uid: 29082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,51.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Xenoarchaeology - - uid: 29084 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,26.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Chaplain's Room -- proto: SurveillanceCameraSecurity - entities: - - uid: 6314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,64.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward - - uid: 7797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,65.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward Bar - - uid: 8714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,44.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Shooting range - - uid: 15792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,31.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Evidence room - - uid: 15977 - components: - - type: Transform - pos: -27.5,28.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig - - uid: 15997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,42.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden's Office - - uid: 16282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Detective's Office - - uid: 19379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,56.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward lounge - - uid: 22953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: South Hall - - uid: 27750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Interrogation Room 2 - - uid: 28878 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,48.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory - - uid: 28887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,38.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: North Hall - - uid: 28927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,67.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Corpsman's Room - - uid: 28929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,26.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: HOS's Office - - uid: 28930 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: HOS's Room - - uid: 28961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,34.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Interrogation Room 1 - - uid: 28966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,38.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Changing room - - uid: 28981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,59.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward Hydroponics - - uid: 29250 - components: - - type: Transform - pos: -18.5,24.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Front Desk -- proto: SurveillanceCameraService - entities: - - uid: 168 - components: - - type: Transform - pos: -6.5,58.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Lawyer's Office - - uid: 427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-25.5 - parent: 2 - - uid: 2075 - components: - - type: Transform - pos: 24.5,-21.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen West - - uid: 7269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,8.5 - parent: 2 - - uid: 11287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,24.5 - parent: 2 - - uid: 11331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-6.5 - parent: 2 - - uid: 11466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,-7.5 - parent: 2 - - uid: 11495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,31.5 - parent: 2 - - uid: 15543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,24.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Custodial Office - - uid: 15609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Disposals - - uid: 17011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-27.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Bar - - uid: 17027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-24.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Boxing Ring - - uid: 19970 - components: - - type: Transform - pos: -47.5,-30.5 - parent: 2 - - uid: 22951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Backrooms North - - uid: 22952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,10.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Entrance - - uid: 22955 - components: - - type: Transform - pos: -56.5,-29.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Backrooms West - - uid: 22988 - components: - - type: Transform - pos: -84.5,-14.5 - parent: 2 - - uid: 23638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -106.5,24.5 - parent: 2 - - uid: 29083 - components: - - type: Transform - pos: 54.5,26.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Library - - uid: 29134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-28.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 4 - - uid: 29147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-28.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 3 - - uid: 29154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-22.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 2 - - uid: 29155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-14.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen 1 - - uid: 29157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-8.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Freezer - - uid: 29186 - components: - - type: Transform - pos: -52.5,-3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro Locker Room - - uid: 29192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro Lounge - - uid: 29193 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,2.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro West - - uid: 29194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,4.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Hydro East - - uid: 29201 - components: - - type: Transform - pos: -77.5,3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Theatre - - uid: 29202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,6.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo Center - - uid: 29213 - components: - - type: Transform - pos: -82.5,19.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo N Hall - - uid: 29217 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,11.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo W Hall - - uid: 29235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,-7.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo SW Hall - - uid: 29240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,-3.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zoo S Hall - - uid: 32107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: HOP's Room - - uid: 32109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: HOP's Office - - uid: 32145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-9.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Reporter's Office - - uid: 34034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,15.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Zookeeper's office -- proto: SurveillanceCameraSupply - entities: - - uid: 28926 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-18.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Front Desk - - uid: 29090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-39.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Salvage - - uid: 29091 - components: - - type: Transform - pos: -28.5,-44.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Docks 1 - - uid: 29094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-46.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Docks 2 - - uid: 29095 - components: - - type: Transform - pos: -20.5,-35.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: 'Belts Hell ' - - uid: 29100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-32.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Locker Room - - uid: 29112 - components: - - type: Transform - pos: -13.5,-30.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Logistics Lounge - - uid: 29117 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Mailroom - - uid: 29121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-22.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Unloading Bay - - uid: 29122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-23.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: LO's Room - - uid: 29130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-20.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: LO's Office -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 22950 - components: - - type: Transform - pos: 26.5,-24.5 - parent: 2 -- proto: SurveillanceWirelessCameraMovableCircuitboard - entities: - - uid: 35820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.053356,27.621468 - parent: 2 -- proto: SurveillanceWirelessCameraMovableEntertainment - entities: - - uid: 185 - components: - - type: MetaData - name: Entertainment Camera - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-27.5 - parent: 2 - - uid: 17482 - components: - - type: MetaData - name: News Camera - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-11.5 - parent: 2 -- proto: SurvivalKnife - entities: - - uid: 32577 - components: - - type: Transform - pos: 92.46054,26.863625 - parent: 2 -- proto: Syringe - entities: - - uid: 1575 - components: - - type: Transform - pos: 11.72247,16.475334 - parent: 2 - - uid: 1580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.624091,14.570803 - parent: 2 - - uid: 5367 - components: - - type: Transform - pos: 61.33687,57.436474 - parent: 2 - - uid: 5368 - components: - - type: Transform - pos: 61.602493,57.2021 - parent: 2 - - uid: 5369 - components: - - type: Transform - pos: 61.27437,57.17085 - parent: 2 - - uid: 21940 - components: - - type: Transform - pos: -23.570475,-0.3324256 - parent: 2 - - uid: 21941 - components: - - type: Transform - pos: -23.371256,-0.48476934 - parent: 2 -- proto: TableCarpet - entities: - - uid: 747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-42.5 - parent: 2 - - uid: 3354 - components: - - type: Transform - pos: 15.5,-32.5 - parent: 2 - - uid: 3355 - components: - - type: Transform - pos: 14.5,-32.5 - parent: 2 - - uid: 3488 - components: - - type: Transform - pos: 20.5,-32.5 - parent: 2 - - uid: 3814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-42.5 - parent: 2 - - uid: 3831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-42.5 - parent: 2 - - uid: 3858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-42.5 - parent: 2 - - uid: 3861 - components: - - type: Transform - pos: 19.5,-32.5 - parent: 2 - - uid: 5917 - components: - - type: Transform - pos: 14.5,-33.5 - parent: 2 - - uid: 5918 - components: - - type: Transform - pos: 15.5,-33.5 - parent: 2 - - uid: 6305 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-29.5 - parent: 2 - - uid: 6306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-28.5 - parent: 2 - - uid: 7922 - components: - - type: Transform - pos: -12.5,-42.5 - parent: 2 - - uid: 19316 - components: - - type: Transform - pos: -37.5,60.5 - parent: 2 - - uid: 19686 - components: - - type: Transform - pos: -37.5,59.5 - parent: 2 - - uid: 19687 - components: - - type: Transform - pos: -38.5,59.5 - parent: 2 - - uid: 19693 - components: - - type: Transform - pos: -38.5,60.5 - parent: 2 - - uid: 19775 - components: - - type: Transform - pos: -37.5,59.5 - parent: 2 - - uid: 20192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-30.5 - parent: 2 - - uid: 30705 - components: - - type: Transform - pos: -36.5,60.5 - parent: 2 - - uid: 30709 - components: - - type: Transform - pos: -36.5,59.5 - parent: 2 -- proto: TableCounterMetal - entities: - - uid: 2343 - components: - - type: Transform - pos: -52.5,-24.5 - parent: 2 - - uid: 3196 - components: - - type: Transform - pos: -54.5,-22.5 - parent: 2 - - uid: 3272 - components: - - type: Transform - pos: -54.5,-21.5 - parent: 2 - - uid: 3558 - components: - - type: Transform - pos: -54.5,-24.5 - parent: 2 - - uid: 3601 - components: - - type: Transform - pos: -48.5,3.5 - parent: 2 - - uid: 3602 - components: - - type: Transform - pos: -48.5,2.5 - parent: 2 - - uid: 7082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-21.5 - parent: 2 - - uid: 7083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-17.5 - parent: 2 - - uid: 7084 - components: - - type: Transform - pos: -54.5,-14.5 - parent: 2 - - uid: 7085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-20.5 - parent: 2 - - uid: 7108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-16.5 - parent: 2 - - uid: 7122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-18.5 - parent: 2 - - uid: 7123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-18.5 - parent: 2 - - uid: 7124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-13.5 - parent: 2 - - uid: 7125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-13.5 - parent: 2 - - uid: 7126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-13.5 - parent: 2 - - uid: 7128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-13.5 - parent: 2 - - uid: 7133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-18.5 - parent: 2 - - uid: 7455 - components: - - type: Transform - pos: -53.5,-24.5 - parent: 2 - - uid: 7458 - components: - - type: Transform - pos: -54.5,-15.5 - parent: 2 - - uid: 7470 - components: - - type: Transform - pos: -54.5,-16.5 - parent: 2 - - uid: 7678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,12.5 - parent: 2 - - uid: 7679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,12.5 - parent: 2 - - uid: 23775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-0.5 - parent: 2 - - uid: 23776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-0.5 - parent: 2 - - uid: 23780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-0.5 - parent: 2 - - uid: 23783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-0.5 - parent: 2 - - uid: 23823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-0.5 - parent: 2 - - uid: 23841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-0.5 - parent: 2 -- proto: TableCounterWood - entities: - - uid: 742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-27.5 - parent: 2 - - uid: 771 - components: - - type: Transform - pos: 30.5,-17.5 - parent: 2 - - uid: 773 - components: - - type: Transform - pos: 28.5,-17.5 - parent: 2 - - uid: 780 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 2 - - uid: 791 - components: - - type: Transform - pos: 18.5,-17.5 - parent: 2 - - uid: 792 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 2 - - uid: 793 - components: - - type: Transform - pos: 20.5,-17.5 - parent: 2 - - uid: 860 - components: - - type: Transform - pos: 31.5,-17.5 - parent: 2 - - uid: 1676 - components: - - type: Transform - pos: 29.5,-17.5 - parent: 2 - - uid: 3107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-29.5 - parent: 2 - - uid: 3115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-29.5 - parent: 2 - - uid: 3166 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-29.5 - parent: 2 - - uid: 3168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-29.5 - parent: 2 - - uid: 3169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-29.5 - parent: 2 - - uid: 3171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-29.5 - parent: 2 - - uid: 3561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-28.5 - parent: 2 - - uid: 4311 - components: - - type: Transform - pos: -56.5,-27.5 - parent: 2 - - uid: 4530 - components: - - type: Transform - pos: 21.5,-28.5 - parent: 2 - - uid: 5142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-15.5 - parent: 2 - - uid: 5143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-14.5 - parent: 2 - - uid: 5156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-18.5 - parent: 2 - - uid: 5157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-18.5 - parent: 2 - - uid: 5158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-18.5 - parent: 2 - - uid: 5161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-10.5 - parent: 2 - - uid: 5162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-9.5 - parent: 2 - - uid: 5747 - components: - - type: Transform - pos: 18.5,-27.5 - parent: 2 - - uid: 5748 - components: - - type: Transform - pos: 19.5,-27.5 - parent: 2 - - uid: 6975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-38.5 - parent: 2 - - uid: 6976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-38.5 - parent: 2 - - uid: 6977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-38.5 - parent: 2 - - uid: 6978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-38.5 - parent: 2 - - uid: 6979 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-38.5 - parent: 2 - - uid: 6980 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-38.5 - parent: 2 - - uid: 6981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-38.5 - parent: 2 - - uid: 6982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-30.5 - parent: 2 - - uid: 6983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-31.5 - parent: 2 - - uid: 6984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-32.5 - parent: 2 - - uid: 6985 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 - parent: 2 - - uid: 6986 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-34.5 - parent: 2 - - uid: 6987 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-35.5 - parent: 2 - - uid: 6988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-35.5 - parent: 2 - - uid: 7117 - components: - - type: Transform - pos: 26.5,-25.5 - parent: 2 - - uid: 7941 - components: - - type: Transform - pos: -52.5,-8.5 - parent: 2 - - uid: 8375 - components: - - type: Transform - pos: -57.5,-27.5 - parent: 2 - - uid: 11474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-27.5 - parent: 2 - - uid: 11475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-26.5 - parent: 2 - - uid: 11481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-25.5 - parent: 2 - - uid: 12962 - components: - - type: Transform - pos: 45.5,-11.5 - parent: 2 - - uid: 22152 - components: - - type: Transform - pos: -46.5,-27.5 - parent: 2 - - uid: 23708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-28.5 - parent: 2 - - uid: 26729 - components: - - type: Transform - pos: -47.5,-27.5 - parent: 2 - - uid: 28231 - components: - - type: Transform - pos: -46.5,-28.5 - parent: 2 - - uid: 30552 - components: - - type: Transform - pos: -22.5,22.5 - parent: 2 - - uid: 30553 - components: - - type: Transform - pos: -21.5,22.5 - parent: 2 - - uid: 30554 - components: - - type: Transform - pos: -18.5,22.5 - parent: 2 - - uid: 30555 - components: - - type: Transform - pos: -20.5,22.5 - parent: 2 - - uid: 30556 - components: - - type: Transform - pos: -19.5,22.5 - parent: 2 -- proto: TableGlass - entities: - - uid: 640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-9.5 - parent: 2 - - uid: 650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-9.5 - parent: 2 - - uid: 658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-9.5 - parent: 2 - - uid: 707 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 2 - - uid: 1104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-21.5 - parent: 2 - - uid: 1106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-21.5 - parent: 2 - - uid: 1108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-17.5 - parent: 2 - - uid: 1439 - components: - - type: Transform - pos: 11.5,16.5 - parent: 2 - - uid: 1440 - components: - - type: Transform - pos: 9.5,13.5 - parent: 2 - - uid: 1453 - components: - - type: Transform - pos: 7.5,16.5 - parent: 2 - - uid: 1497 - components: - - type: Transform - pos: 15.5,10.5 - parent: 2 - - uid: 1564 - components: - - type: Transform - pos: 15.5,9.5 - parent: 2 - - uid: 1577 - components: - - type: Transform - pos: 9.5,14.5 - parent: 2 - - uid: 1594 - components: - - type: Transform - pos: -5.5,12.5 - parent: 2 - - uid: 1627 - components: - - type: Transform - pos: -5.5,11.5 - parent: 2 - - uid: 1632 - components: - - type: Transform - pos: -2.5,13.5 - parent: 2 - - uid: 1633 - components: - - type: Transform - pos: -2.5,12.5 - parent: 2 - - uid: 4400 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 2 - - uid: 4450 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 2 - - uid: 5195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-21.5 - parent: 2 - - uid: 7145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-17.5 - parent: 2 - - uid: 8382 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-11.5 - parent: 2 - - uid: 11169 - components: - - type: Transform - pos: -23.5,7.5 - parent: 2 - - uid: 17115 - components: - - type: Transform - pos: -29.5,7.5 - parent: 2 - - uid: 17804 - components: - - type: Transform - pos: -27.5,7.5 - parent: 2 - - uid: 17969 - components: - - type: Transform - pos: -19.5,7.5 - parent: 2 - - uid: 18037 - components: - - type: Transform - pos: -17.5,7.5 - parent: 2 - - uid: 18524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,24.5 - parent: 2 - - uid: 18526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,21.5 - parent: 2 - - uid: 18527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,22.5 - parent: 2 - - uid: 21912 - components: - - type: Transform - pos: -21.5,7.5 - parent: 2 - - uid: 21926 - components: - - type: Transform - pos: -25.5,7.5 - parent: 2 - - uid: 22051 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-11.5 - parent: 2 - - uid: 29725 - components: - - type: Transform - pos: -42.5,22.5 - parent: 2 - - uid: 29836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,18.5 - parent: 2 - - uid: 30027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,17.5 - parent: 2 - - uid: 30028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,16.5 - parent: 2 - - uid: 35796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,14.5 - parent: 2 -- proto: TablePlasmaGlass - entities: - - uid: 53 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,46.5 - parent: 2 - - uid: 2454 - components: - - type: Transform - pos: 45.5,44.5 - parent: 2 - - uid: 2460 - components: - - type: Transform - pos: 44.5,44.5 - parent: 2 - - uid: 2836 - components: - - type: Transform - pos: 41.5,51.5 - parent: 2 - - uid: 4043 - components: - - type: Transform - pos: 35.5,23.5 - parent: 2 - - uid: 4044 - components: - - type: Transform - pos: 36.5,23.5 - parent: 2 - - uid: 4096 - components: - - type: Transform - pos: 50.5,40.5 - parent: 2 - - uid: 4097 - components: - - type: Transform - pos: 50.5,39.5 - parent: 2 - - uid: 4098 - components: - - type: Transform - pos: 50.5,38.5 - parent: 2 - - uid: 4104 - components: - - type: Transform - pos: 43.5,40.5 - parent: 2 - - uid: 4105 - components: - - type: Transform - pos: 42.5,40.5 - parent: 2 - - uid: 4106 - components: - - type: Transform - pos: 42.5,39.5 - parent: 2 - - uid: 4148 - components: - - type: Transform - pos: 42.5,51.5 - parent: 2 - - uid: 5133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,46.5 - parent: 2 - - uid: 5134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,46.5 - parent: 2 - - uid: 5332 - components: - - type: Transform - pos: 57.5,56.5 - parent: 2 - - uid: 5333 - components: - - type: Transform - pos: 57.5,55.5 - parent: 2 - - uid: 5334 - components: - - type: Transform - pos: 61.5,57.5 - parent: 2 - - uid: 5335 - components: - - type: Transform - pos: 61.5,56.5 - parent: 2 - - uid: 5336 - components: - - type: Transform - pos: 61.5,55.5 - parent: 2 - - uid: 5522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,46.5 - parent: 2 - - uid: 5530 - components: - - type: Transform - pos: 38.5,28.5 - parent: 2 - - uid: 5533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,46.5 - parent: 2 - - uid: 5553 - components: - - type: Transform - pos: 43.5,51.5 - parent: 2 - - uid: 5674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,47.5 - parent: 2 - - uid: 5744 - components: - - type: Transform - pos: 46.5,44.5 - parent: 2 - - uid: 5745 - components: - - type: Transform - pos: 48.5,44.5 - parent: 2 - - uid: 9553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,47.5 - parent: 2 - - uid: 9554 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,46.5 - parent: 2 - - uid: 13996 - components: - - type: Transform - pos: 26.5,37.5 - parent: 2 - - uid: 14124 - components: - - type: Transform - pos: 26.5,38.5 - parent: 2 - - uid: 14125 - components: - - type: Transform - pos: 26.5,39.5 - parent: 2 - - uid: 29163 - components: - - type: Transform - pos: 49.5,40.5 - parent: 2 -- proto: TableReinforced - entities: - - uid: 987 - components: - - type: Transform - pos: 21.5,-4.5 - parent: 2 - - uid: 1009 - components: - - type: Transform - pos: 13.5,4.5 - parent: 2 - - uid: 1042 - components: - - type: Transform - pos: 12.5,4.5 - parent: 2 - - uid: 1125 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-3.5 - parent: 2 - - uid: 1132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-3.5 - parent: 2 - - uid: 1161 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 2 - - uid: 1181 - components: - - type: Transform - pos: 12.5,0.5 - parent: 2 - - uid: 1191 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 - - uid: 1203 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - uid: 1282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,2.5 - parent: 2 - - uid: 1298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,2.5 - parent: 2 - - uid: 1339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,16.5 - parent: 2 - - uid: 1340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,16.5 - parent: 2 - - uid: 1364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,9.5 - parent: 2 - - uid: 1365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,9.5 - parent: 2 - - uid: 1366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,9.5 - parent: 2 - - uid: 1367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,9.5 - parent: 2 - - uid: 1386 - components: - - type: Transform - pos: 35.5,5.5 - parent: 2 - - uid: 1387 - components: - - type: Transform - pos: 36.5,5.5 - parent: 2 - - uid: 1392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,1.5 - parent: 2 - - uid: 1396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,0.5 - parent: 2 - - uid: 1397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,0.5 - parent: 2 - - uid: 1398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,0.5 - parent: 2 - - uid: 1399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,0.5 - parent: 2 - - uid: 1408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,3.5 - parent: 2 - - uid: 1413 - components: - - type: Transform - pos: 17.5,3.5 - parent: 2 - - uid: 1646 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 1654 - components: - - type: Transform - pos: 19.5,-1.5 - parent: 2 - - uid: 1667 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 2 - - uid: 1668 - components: - - type: Transform - pos: 21.5,-1.5 - parent: 2 - - uid: 2011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 - parent: 2 - - uid: 2754 - components: - - type: Transform - pos: -49.5,27.5 - parent: 2 - - uid: 2889 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,25.5 - parent: 2 - - uid: 3304 - components: - - type: Transform - pos: -53.5,25.5 - parent: 2 - - uid: 3456 - components: - - type: Transform - pos: 42.5,-21.5 - parent: 2 - - uid: 3457 - components: - - type: Transform - pos: 41.5,-21.5 - parent: 2 - - uid: 3458 - components: - - type: Transform - pos: 44.5,-21.5 - parent: 2 - - uid: 3459 - components: - - type: Transform - pos: 43.5,-21.5 - parent: 2 - - uid: 3460 - components: - - type: Transform - pos: 44.5,-23.5 - parent: 2 - - uid: 3461 - components: - - type: Transform - pos: 44.5,-22.5 - parent: 2 - - uid: 3463 - components: - - type: Transform - pos: 44.5,-24.5 - parent: 2 - - uid: 3857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,25.5 - parent: 2 - - uid: 3981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,25.5 - parent: 2 - - uid: 4052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-6.5 - parent: 2 - - uid: 5213 - components: - - type: Transform - pos: 28.5,30.5 - parent: 2 - - uid: 5241 - components: - - type: Transform - pos: -36.5,29.5 - parent: 2 - - uid: 5262 - components: - - type: Transform - pos: 27.5,30.5 - parent: 2 - - uid: 5268 - components: - - type: Transform - pos: 26.5,30.5 - parent: 2 - - uid: 5269 - components: - - type: Transform - pos: 26.5,29.5 - parent: 2 - - uid: 5438 - components: - - type: Transform - pos: 35.5,30.5 - parent: 2 - - uid: 5439 - components: - - type: Transform - pos: 36.5,30.5 - parent: 2 - - uid: 5525 - components: - - type: Transform - pos: 37.5,30.5 - parent: 2 - - uid: 6033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,30.5 - parent: 2 - - uid: 6034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,30.5 - parent: 2 - - uid: 6035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,28.5 - parent: 2 - - uid: 6036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,27.5 - parent: 2 - - uid: 6037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,26.5 - parent: 2 - - uid: 6038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,25.5 - parent: 2 - - uid: 6041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,28.5 - parent: 2 - - uid: 6042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,27.5 - parent: 2 - - uid: 6043 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,26.5 - parent: 2 - - uid: 6044 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,25.5 - parent: 2 - - uid: 6947 - components: - - type: Transform - pos: -51.5,27.5 - parent: 2 - - uid: 7294 - components: - - type: Transform - pos: -50.5,27.5 - parent: 2 - - uid: 7295 - components: - - type: Transform - pos: -48.5,27.5 - parent: 2 - - uid: 7422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,17.5 - parent: 2 - - uid: 7588 - components: - - type: Transform - pos: -7.5,68.5 - parent: 2 - - uid: 7594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,60.5 - parent: 2 - - uid: 8407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,60.5 - parent: 2 - - uid: 8715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,31.5 - parent: 2 - - uid: 8765 - components: - - type: Transform - pos: -50.5,14.5 - parent: 2 - - uid: 8769 - components: - - type: Transform - pos: -49.5,13.5 - parent: 2 - - uid: 8770 - components: - - type: Transform - pos: -49.5,14.5 - parent: 2 - - uid: 8772 - components: - - type: Transform - pos: -49.5,12.5 - parent: 2 - - uid: 8775 - components: - - type: Transform - pos: -57.5,13.5 - parent: 2 - - uid: 8778 - components: - - type: Transform - pos: -58.5,13.5 - parent: 2 - - uid: 8934 - components: - - type: Transform - pos: -47.5,23.5 - parent: 2 - - uid: 8986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,30.5 - parent: 2 - - uid: 9001 - components: - - type: Transform - pos: -47.5,22.5 - parent: 2 - - uid: 9002 - components: - - type: Transform - pos: -48.5,23.5 - parent: 2 - - uid: 9004 - components: - - type: Transform - pos: -50.5,20.5 - parent: 2 - - uid: 9040 - components: - - type: Transform - pos: -47.5,27.5 - parent: 2 - - uid: 9089 - components: - - type: Transform - pos: -55.5,35.5 - parent: 2 - - uid: 9090 - components: - - type: Transform - pos: -54.5,35.5 - parent: 2 - - uid: 9091 - components: - - type: Transform - pos: -53.5,35.5 - parent: 2 - - uid: 9095 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,33.5 - parent: 2 - - uid: 9096 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,33.5 - parent: 2 - - uid: 9097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,33.5 - parent: 2 - - uid: 9122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,30.5 - parent: 2 - - uid: 9123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,29.5 - parent: 2 - - uid: 9132 - components: - - type: Transform - pos: -33.5,37.5 - parent: 2 - - uid: 9133 - components: - - type: Transform - pos: -33.5,38.5 - parent: 2 - - uid: 15450 - components: - - type: Transform - pos: -16.5,33.5 - parent: 2 - - uid: 15527 - components: - - type: Transform - pos: -17.5,33.5 - parent: 2 - - uid: 15529 - components: - - type: Transform - pos: -20.5,33.5 - parent: 2 - - uid: 15530 - components: - - type: Transform - pos: -21.5,33.5 - parent: 2 - - uid: 15688 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - - uid: 15810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,47.5 - parent: 2 - - uid: 16278 - components: - - type: Transform - pos: -36.5,31.5 - parent: 2 - - uid: 16279 - components: - - type: Transform - pos: -36.5,30.5 - parent: 2 - - uid: 16336 - components: - - type: Transform - pos: -33.5,42.5 - parent: 2 - - uid: 16649 - components: - - type: Transform - pos: -40.5,11.5 - parent: 2 - - uid: 16650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,12.5 - parent: 2 - - uid: 18339 - components: - - type: Transform - pos: -11.5,68.5 - parent: 2 - - uid: 18473 - components: - - type: Transform - pos: -62.5,2.5 - parent: 2 - - uid: 18474 - components: - - type: Transform - pos: -62.5,1.5 - parent: 2 - - uid: 18475 - components: - - type: Transform - pos: -62.5,0.5 - parent: 2 - - uid: 18476 - components: - - type: Transform - pos: -61.5,0.5 - parent: 2 - - uid: 18477 - components: - - type: Transform - pos: -54.5,0.5 - parent: 2 - - uid: 18478 - components: - - type: Transform - pos: -53.5,0.5 - parent: 2 - - uid: 22790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-6.5 - parent: 2 - - uid: 22792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-6.5 - parent: 2 - - uid: 26898 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,16.5 - parent: 2 - - uid: 27412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-6.5 - parent: 2 - - uid: 28919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,46.5 - parent: 2 - - uid: 30692 - components: - - type: Transform - pos: 5.5,64.5 - parent: 2 - - uid: 31054 - components: - - type: Transform - pos: 4.5,64.5 - parent: 2 - - uid: 32452 - components: - - type: Transform - pos: 74.5,24.5 - parent: 2 - - uid: 32453 - components: - - type: Transform - pos: 75.5,24.5 - parent: 2 - - uid: 32454 - components: - - type: Transform - pos: 73.5,24.5 - parent: 2 - - uid: 32455 - components: - - type: Transform - pos: 71.5,25.5 - parent: 2 - - uid: 32456 - components: - - type: Transform - pos: 71.5,26.5 - parent: 2 - - uid: 35803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,7.5 - parent: 2 - - uid: 35804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,7.5 - parent: 2 -- proto: TableReinforcedGlass - entities: - - uid: 8394 - components: - - type: Transform - pos: -25.5,37.5 - parent: 2 - - uid: 8395 - components: - - type: Transform - pos: -17.5,37.5 - parent: 2 - - uid: 8396 - components: - - type: Transform - pos: -21.5,37.5 - parent: 2 - - uid: 8431 - components: - - type: Transform - pos: -29.5,37.5 - parent: 2 -- proto: TableWood - entities: - - uid: 6324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-9.5 - parent: 2 - - uid: 13116 - components: - - type: Transform - pos: -70.5,22.5 - parent: 2 -- proto: TableWoodReinforced - entities: - - uid: 9 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,4.5 - parent: 2 - - uid: 13 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,4.5 - parent: 2 - - uid: 17 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,4.5 - parent: 2 - - uid: 29 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,5.5 - parent: 2 - - uid: 36 - components: - - type: Transform - pos: -11.5,-10.5 - parent: 2 - - uid: 42 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 - parent: 2 - - uid: 43 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-7.5 - parent: 2 - - uid: 67 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 - parent: 2 - - uid: 104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,7.5 - parent: 2 - - uid: 124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,48.5 - parent: 2 - - uid: 195 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 2 - - uid: 264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 2 - - uid: 265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 2 - - uid: 266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 2 - - uid: 267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 - parent: 2 - - uid: 268 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 - parent: 2 - - uid: 278 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 2 - - uid: 287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,0.5 - parent: 2 - - uid: 307 - components: - - type: Transform - pos: -12.5,-27.5 - parent: 2 - - uid: 521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,16.5 - parent: 2 - - uid: 527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,16.5 - parent: 2 - - uid: 528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,16.5 - parent: 2 - - uid: 533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,9.5 - parent: 2 - - uid: 534 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,9.5 - parent: 2 - - uid: 565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-7.5 - parent: 2 - - uid: 579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-7.5 - parent: 2 - - uid: 600 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 2 - - uid: 607 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 2 - - uid: 922 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-4.5 - parent: 2 - - uid: 929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,14.5 - parent: 2 - - uid: 932 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,17.5 - parent: 2 - - uid: 969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,18.5 - parent: 2 - - uid: 991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,14.5 - parent: 2 - - uid: 992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,15.5 - parent: 2 - - uid: 1002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,16.5 - parent: 2 - - uid: 1182 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 2 - - uid: 1189 - components: - - type: Transform - pos: 23.5,-4.5 - parent: 2 - - uid: 1212 - components: - - type: Transform - pos: 23.5,-10.5 - parent: 2 - - uid: 1599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 2 - - uid: 1600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,11.5 - parent: 2 - - uid: 1601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,9.5 - parent: 2 - - uid: 1602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,9.5 - parent: 2 - - uid: 1603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,9.5 - parent: 2 - - uid: 1604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,16.5 - parent: 2 - - uid: 1605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,9.5 - parent: 2 - - uid: 1682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-2.5 - parent: 2 - - uid: 1696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 2 - - uid: 1706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 2 - - uid: 1798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,9.5 - parent: 2 - - uid: 1799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,9.5 - parent: 2 - - uid: 1808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,9.5 - parent: 2 - - uid: 1809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,16.5 - parent: 2 - - uid: 1810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 - parent: 2 - - uid: 1891 - components: - - type: Transform - pos: 7.5,26.5 - parent: 2 - - uid: 1934 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,30.5 - parent: 2 - - uid: 1935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,29.5 - parent: 2 - - uid: 1936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,28.5 - parent: 2 - - uid: 1937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,27.5 - parent: 2 - - uid: 1938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,27.5 - parent: 2 - - uid: 1950 - components: - - type: Transform - pos: 14.5,30.5 - parent: 2 - - uid: 1982 - components: - - type: Transform - pos: 7.5,30.5 - parent: 2 - - uid: 2275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-31.5 - parent: 2 - - uid: 2617 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,54.5 - parent: 2 - - uid: 2623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,43.5 - parent: 2 - - uid: 2645 - components: - - type: Transform - pos: 12.5,41.5 - parent: 2 - - uid: 2673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,54.5 - parent: 2 - - uid: 2692 - components: - - type: Transform - pos: 13.5,41.5 - parent: 2 - - uid: 2698 - components: - - type: Transform - pos: 6.5,47.5 - parent: 2 - - uid: 2701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,55.5 - parent: 2 - - uid: 2737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,54.5 - parent: 2 - - uid: 2739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,54.5 - parent: 2 - - uid: 2757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,8.5 - parent: 2 - - uid: 2771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,55.5 - parent: 2 - - uid: 2850 - components: - - type: Transform - pos: 21.5,59.5 - parent: 2 - - uid: 2873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,47.5 - parent: 2 - - uid: 2930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-22.5 - parent: 2 - - uid: 2952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 - parent: 2 - - uid: 2953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-22.5 - parent: 2 - - uid: 2954 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-22.5 - parent: 2 - - uid: 2955 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-22.5 - parent: 2 - - uid: 3051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-3.5 - parent: 2 - - uid: 3077 - components: - - type: Transform - pos: -28.5,-21.5 - parent: 2 - - uid: 3078 - components: - - type: Transform - pos: -28.5,-20.5 - parent: 2 - - uid: 3079 - components: - - type: Transform - pos: -28.5,-19.5 - parent: 2 - - uid: 3409 - components: - - type: Transform - pos: -7.5,7.5 - parent: 2 - - uid: 3723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,54.5 - parent: 2 - - uid: 4065 - components: - - type: Transform - pos: 52.5,27.5 - parent: 2 - - uid: 4070 - components: - - type: Transform - pos: 46.5,26.5 - parent: 2 - - uid: 4071 - components: - - type: Transform - pos: 46.5,25.5 - parent: 2 - - uid: 4072 - components: - - type: Transform - pos: 46.5,24.5 - parent: 2 - - uid: 4073 - components: - - type: Transform - pos: 47.5,24.5 - parent: 2 - - uid: 4079 - components: - - type: Transform - pos: 52.5,12.5 - parent: 2 - - uid: 4099 - components: - - type: Transform - pos: 52.5,13.5 - parent: 2 - - uid: 4100 - components: - - type: Transform - pos: 52.5,14.5 - parent: 2 - - uid: 4129 - components: - - type: Transform - pos: 52.5,21.5 - parent: 2 - - uid: 4131 - components: - - type: Transform - pos: 52.5,22.5 - parent: 2 - - uid: 4132 - components: - - type: Transform - pos: 52.5,20.5 - parent: 2 - - uid: 4337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,24.5 - parent: 2 - - uid: 4338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,24.5 - parent: 2 - - uid: 4339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,24.5 - parent: 2 - - uid: 4340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,24.5 - parent: 2 - - uid: 4341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,24.5 - parent: 2 - - uid: 4343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,24.5 - parent: 2 - - uid: 4344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,24.5 - parent: 2 - - uid: 4345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,24.5 - parent: 2 - - uid: 4346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,24.5 - parent: 2 - - uid: 4356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,10.5 - parent: 2 - - uid: 4357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,10.5 - parent: 2 - - uid: 4358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,10.5 - parent: 2 - - uid: 4360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,10.5 - parent: 2 - - uid: 4361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,10.5 - parent: 2 - - uid: 4362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,10.5 - parent: 2 - - uid: 4363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,10.5 - parent: 2 - - uid: 4364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,10.5 - parent: 2 - - uid: 4446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,58.5 - parent: 2 - - uid: 4491 - components: - - type: Transform - pos: 52.5,28.5 - parent: 2 - - uid: 4690 - components: - - type: Transform - pos: 89.5,37.5 - parent: 2 - - uid: 5237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,59.5 - parent: 2 - - uid: 5422 - components: - - type: Transform - pos: 49.5,34.5 - parent: 2 - - uid: 5423 - components: - - type: Transform - pos: 49.5,33.5 - parent: 2 - - uid: 5590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,30.5 - parent: 2 - - uid: 5650 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 2 - - uid: 5671 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 2 - - uid: 5672 - components: - - type: Transform - pos: -1.5,-33.5 - parent: 2 - - uid: 5673 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 5685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-31.5 - parent: 2 - - uid: 6501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-30.5 - parent: 2 - - uid: 6502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-29.5 - parent: 2 - - uid: 6503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-28.5 - parent: 2 - - uid: 6504 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 2 - - uid: 6521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-28.5 - parent: 2 - - uid: 6522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-29.5 - parent: 2 - - uid: 6529 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 2 - - uid: 6531 - components: - - type: Transform - pos: -9.5,-25.5 - parent: 2 - - uid: 6532 - components: - - type: Transform - pos: -8.5,-25.5 - parent: 2 - - uid: 6533 - components: - - type: Transform - pos: -7.5,-25.5 - parent: 2 - - uid: 6536 - components: - - type: Transform - pos: -16.5,-27.5 - parent: 2 - - uid: 6557 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 2 - - uid: 6559 - components: - - type: Transform - pos: -28.5,-23.5 - parent: 2 - - uid: 6560 - components: - - type: Transform - pos: -27.5,-23.5 - parent: 2 - - uid: 6561 - components: - - type: Transform - pos: -26.5,-23.5 - parent: 2 - - uid: 6641 - components: - - type: Transform - pos: -13.5,-32.5 - parent: 2 - - uid: 6846 - components: - - type: Transform - pos: -30.5,-23.5 - parent: 2 - - uid: 6847 - components: - - type: Transform - pos: -30.5,-24.5 - parent: 2 - - uid: 6952 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-31.5 - parent: 2 - - uid: 7370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-9.5 - parent: 2 - - uid: 7373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-9.5 - parent: 2 - - uid: 7375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-9.5 - parent: 2 - - uid: 7414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-1.5 - parent: 2 - - uid: 7935 - components: - - type: Transform - pos: -14.5,-25.5 - parent: 2 - - uid: 7968 - components: - - type: Transform - pos: -24.5,40.5 - parent: 2 - - uid: 8340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,20.5 - parent: 2 - - uid: 8343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,20.5 - parent: 2 - - uid: 8353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,5.5 - parent: 2 - - uid: 8462 - components: - - type: Transform - pos: -12.5,59.5 - parent: 2 - - uid: 8470 - components: - - type: Transform - pos: -14.5,59.5 - parent: 2 - - uid: 8471 - components: - - type: Transform - pos: -13.5,59.5 - parent: 2 - - uid: 9219 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 2 - - uid: 9336 - components: - - type: Transform - pos: -73.5,16.5 - parent: 2 - - uid: 9337 - components: - - type: Transform - pos: -73.5,15.5 - parent: 2 - - uid: 9658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,34.5 - parent: 2 - - uid: 10346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,45.5 - parent: 2 - - uid: 11105 - components: - - type: Transform - pos: 89.5,43.5 - parent: 2 - - uid: 11532 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 13079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-34.5 - parent: 2 - - uid: 13080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-34.5 - parent: 2 - - uid: 13081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-34.5 - parent: 2 - - uid: 13942 - components: - - type: Transform - pos: 29.5,51.5 - parent: 2 - - uid: 13943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,54.5 - parent: 2 - - uid: 13944 - components: - - type: Transform - pos: 20.5,59.5 - parent: 2 - - uid: 14011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,48.5 - parent: 2 - - uid: 14012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,48.5 - parent: 2 - - uid: 14013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,47.5 - parent: 2 - - uid: 14014 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,47.5 - parent: 2 - - uid: 14017 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,48.5 - parent: 2 - - uid: 14051 - components: - - type: Transform - pos: 16.5,59.5 - parent: 2 - - uid: 14052 - components: - - type: Transform - pos: 15.5,59.5 - parent: 2 - - uid: 14058 - components: - - type: Transform - pos: 13.5,56.5 - parent: 2 - - uid: 14059 - components: - - type: Transform - pos: 13.5,55.5 - parent: 2 - - uid: 14060 - components: - - type: Transform - pos: 13.5,54.5 - parent: 2 - - uid: 14171 - components: - - type: Transform - pos: 5.5,47.5 - parent: 2 - - uid: 14287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,43.5 - parent: 2 - - uid: 15113 - components: - - type: Transform - pos: 29.5,52.5 - parent: 2 - - uid: 15115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,52.5 - parent: 2 - - uid: 15118 - components: - - type: Transform - pos: 28.5,52.5 - parent: 2 - - uid: 15120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,48.5 - parent: 2 - - uid: 15202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,53.5 - parent: 2 - - uid: 15213 - components: - - type: Transform - pos: -23.5,59.5 - parent: 2 - - uid: 15224 - components: - - type: Transform - pos: 14.5,71.5 - parent: 2 - - uid: 15229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,56.5 - parent: 2 - - uid: 15231 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,57.5 - parent: 2 - - uid: 15298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,27.5 - parent: 2 - - uid: 15299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,27.5 - parent: 2 - - uid: 15300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,27.5 - parent: 2 - - uid: 15403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,28.5 - parent: 2 - - uid: 15405 - components: - - type: Transform - pos: -12.5,32.5 - parent: 2 - - uid: 15496 - components: - - type: Transform - pos: -13.5,32.5 - parent: 2 - - uid: 15509 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,59.5 - parent: 2 - - uid: 15559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,33.5 - parent: 2 - - uid: 15562 - components: - - type: Transform - pos: -12.5,33.5 - parent: 2 - - uid: 15589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,28.5 - parent: 2 - - uid: 15590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,28.5 - parent: 2 - - uid: 15591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,28.5 - parent: 2 - - uid: 15592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,28.5 - parent: 2 - - uid: 15595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,30.5 - parent: 2 - - uid: 15612 - components: - - type: Transform - pos: -12.5,34.5 - parent: 2 - - uid: 15681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,40.5 - parent: 2 - - uid: 15695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,41.5 - parent: 2 - - uid: 15696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,42.5 - parent: 2 - - uid: 15733 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,25.5 - parent: 2 - - uid: 15734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,25.5 - parent: 2 - - uid: 15739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,25.5 - parent: 2 - - uid: 15743 - components: - - type: Transform - pos: -4.5,26.5 - parent: 2 - - uid: 15754 - components: - - type: Transform - pos: -8.5,32.5 - parent: 2 - - uid: 15778 - components: - - type: Transform - pos: -8.5,33.5 - parent: 2 - - uid: 15802 - components: - - type: Transform - pos: -10.5,54.5 - parent: 2 - - uid: 15805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,53.5 - parent: 2 - - uid: 15816 - components: - - type: Transform - pos: -10.5,55.5 - parent: 2 - - uid: 15874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,56.5 - parent: 2 - - uid: 15894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,53.5 - parent: 2 - - uid: 15896 - components: - - type: Transform - pos: -10.5,49.5 - parent: 2 - - uid: 15897 - components: - - type: Transform - pos: -10.5,48.5 - parent: 2 - - uid: 15902 - components: - - type: Transform - pos: -8.5,47.5 - parent: 2 - - uid: 15906 - components: - - type: Transform - pos: -8.5,56.5 - parent: 2 - - uid: 15907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,52.5 - parent: 2 - - uid: 15908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,51.5 - parent: 2 - - uid: 15909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,50.5 - parent: 2 - - uid: 15911 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,56.5 - parent: 2 - - uid: 15913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,55.5 - parent: 2 - - uid: 15914 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,56.5 - parent: 2 - - uid: 15923 - components: - - type: Transform - pos: -2.5,48.5 - parent: 2 - - uid: 15962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,56.5 - parent: 2 - - uid: 15963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,47.5 - parent: 2 - - uid: 15964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,47.5 - parent: 2 - - uid: 15965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,53.5 - parent: 2 - - uid: 15966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,50.5 - parent: 2 - - uid: 16391 - components: - - type: Transform - pos: -19.5,61.5 - parent: 2 - - uid: 16496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,45.5 - parent: 2 - - uid: 16546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,45.5 - parent: 2 - - uid: 16581 - components: - - type: Transform - pos: -32.5,35.5 - parent: 2 - - uid: 16583 - components: - - type: Transform - pos: -32.5,33.5 - parent: 2 - - uid: 16584 - components: - - type: Transform - pos: -33.5,33.5 - parent: 2 - - uid: 16590 - components: - - type: Transform - pos: -32.5,34.5 - parent: 2 - - uid: 18063 - components: - - type: Transform - pos: -23.5,66.5 - parent: 2 - - uid: 18065 - components: - - type: Transform - pos: -27.5,66.5 - parent: 2 - - uid: 18067 - components: - - type: Transform - pos: -19.5,66.5 - parent: 2 - - uid: 18068 - components: - - type: Transform - pos: -15.5,66.5 - parent: 2 - - uid: 18145 - components: - - type: Transform - pos: -19.5,62.5 - parent: 2 - - uid: 18146 - components: - - type: Transform - pos: -20.5,62.5 - parent: 2 - - uid: 18147 - components: - - type: Transform - pos: -21.5,62.5 - parent: 2 - - uid: 18148 - components: - - type: Transform - pos: -22.5,62.5 - parent: 2 - - uid: 18188 - components: - - type: Transform - pos: 4.5,71.5 - parent: 2 - - uid: 18415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-1.5 - parent: 2 - - uid: 18428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-2.5 - parent: 2 - - uid: 18455 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - - uid: 18456 - components: - - type: Transform - pos: -58.5,-4.5 - parent: 2 - - uid: 18501 - components: - - type: Transform - pos: -52.5,-3.5 - parent: 2 - - uid: 19391 - components: - - type: Transform - pos: -10.5,42.5 - parent: 2 - - uid: 19392 - components: - - type: Transform - pos: -9.5,42.5 - parent: 2 - - uid: 19414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,3.5 - parent: 2 - - uid: 19415 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,3.5 - parent: 2 - - uid: 19416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,3.5 - parent: 2 - - uid: 19417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,-0.5 - parent: 2 - - uid: 19418 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,-0.5 - parent: 2 - - uid: 19605 - components: - - type: Transform - pos: -40.5,65.5 - parent: 2 - - uid: 19635 - components: - - type: Transform - pos: -40.5,67.5 - parent: 2 - - uid: 19636 - components: - - type: Transform - pos: -40.5,66.5 - parent: 2 - - uid: 19657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,67.5 - parent: 2 - - uid: 19661 - components: - - type: Transform - pos: -40.5,63.5 - parent: 2 - - uid: 19732 - components: - - type: Transform - pos: -40.5,64.5 - parent: 2 - - uid: 19823 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 2 - - uid: 19950 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,55.5 - parent: 2 - - uid: 20276 - components: - - type: Transform - pos: -6.5,-42.5 - parent: 2 - - uid: 20655 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 2 - - uid: 22029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-7.5 - parent: 2 - - uid: 22040 - components: - - type: Transform - pos: -69.5,-0.5 - parent: 2 - - uid: 22360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,67.5 - parent: 2 - - uid: 23536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,19.5 - parent: 2 - - uid: 24018 - components: - - type: Transform - pos: -69.5,0.5 - parent: 2 - - uid: 24558 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,10.5 - parent: 2 - - uid: 24829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,14.5 - parent: 2 - - uid: 24925 - components: - - type: Transform - pos: -69.5,1.5 - parent: 2 - - uid: 28934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 2 - - uid: 29184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,27.5 - parent: 2 - - uid: 29704 - components: - - type: Transform - pos: 19.5,47.5 - parent: 2 - - uid: 29714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,33.5 - parent: 2 - - uid: 29742 - components: - - type: Transform - pos: 83.5,57.5 - parent: 2 - - uid: 29743 - components: - - type: Transform - pos: 82.5,57.5 - parent: 2 - - uid: 29801 - components: - - type: Transform - pos: 86.5,54.5 - parent: 2 - - uid: 29821 - components: - - type: Transform - pos: 90.5,55.5 - parent: 2 - - uid: 29950 - components: - - type: Transform - pos: 85.5,44.5 - parent: 2 - - uid: 30039 - components: - - type: Transform - pos: 86.5,44.5 - parent: 2 - - uid: 30040 - components: - - type: Transform - pos: 88.5,44.5 - parent: 2 - - uid: 30041 - components: - - type: Transform - pos: 89.5,44.5 - parent: 2 - - uid: 30042 - components: - - type: Transform - pos: 90.5,43.5 - parent: 2 - - uid: 30043 - components: - - type: Transform - pos: 90.5,42.5 - parent: 2 - - uid: 30044 - components: - - type: Transform - pos: 84.5,43.5 - parent: 2 - - uid: 30045 - components: - - type: Transform - pos: 84.5,42.5 - parent: 2 - - uid: 30048 - components: - - type: Transform - pos: 85.5,43.5 - parent: 2 - - uid: 30052 - components: - - type: Transform - pos: 84.5,38.5 - parent: 2 - - uid: 30054 - components: - - type: Transform - pos: 85.5,37.5 - parent: 2 - - uid: 30055 - components: - - type: Transform - pos: 85.5,36.5 - parent: 2 - - uid: 30056 - components: - - type: Transform - pos: 86.5,36.5 - parent: 2 - - uid: 30057 - components: - - type: Transform - pos: 88.5,36.5 - parent: 2 - - uid: 30058 - components: - - type: Transform - pos: 89.5,36.5 - parent: 2 - - uid: 30059 - components: - - type: Transform - pos: 84.5,37.5 - parent: 2 - - uid: 30060 - components: - - type: Transform - pos: 90.5,37.5 - parent: 2 - - uid: 30061 - components: - - type: Transform - pos: 90.5,38.5 - parent: 2 - - uid: 30345 - components: - - type: Transform - pos: 46.5,30.5 - parent: 2 - - uid: 30450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-13.5 - parent: 2 - - uid: 30451 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-13.5 - parent: 2 - - uid: 30501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,66.5 - parent: 2 - - uid: 30531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,18.5 - parent: 2 - - uid: 30532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,18.5 - parent: 2 - - uid: 30600 - components: - - type: Transform - pos: -45.5,-2.5 - parent: 2 - - uid: 30601 - components: - - type: Transform - pos: -45.5,-3.5 - parent: 2 - - uid: 30604 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 30605 - components: - - type: Transform - pos: -45.5,1.5 - parent: 2 - - uid: 30919 - components: - - type: Transform - pos: 46.5,29.5 - parent: 2 - - uid: 30920 - components: - - type: Transform - pos: 46.5,30.5 - parent: 2 - - uid: 32583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,64.5 - parent: 2 - - uid: 32584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,63.5 - parent: 2 - - uid: 32592 - components: - - type: Transform - pos: 72.5,41.5 - parent: 2 - - uid: 33674 - components: - - type: Transform - pos: -36.5,67.5 - parent: 2 - - uid: 33684 - components: - - type: Transform - pos: -44.5,67.5 - parent: 2 -- proto: TargetClown - entities: - - uid: 9486 - components: - - type: Transform - pos: -74.5,-6.5 - parent: 2 - - uid: 10339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,51.5 - parent: 2 -- proto: TargetSyndicate - entities: - - uid: 9685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,51.5 - parent: 2 - - uid: 10340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,51.5 - parent: 2 -- proto: TelecomServer - entities: - - uid: 18387 - components: - - type: Transform - pos: 6.5,58.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 18389 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19758 - components: - - type: Transform - pos: 7.5,62.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19801 - - 19802 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19811 - components: - - type: Transform - pos: 8.5,62.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19816 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19817 - components: - - type: Transform - pos: 9.5,62.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19820 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19849 - components: - - type: Transform - pos: 7.5,58.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19850 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 19880 - components: - - type: Transform - pos: 8.5,58.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 19881 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 20193 - components: - - type: Transform - pos: 6.5,62.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 20200 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 22280 - components: - - type: Transform - pos: 9.5,58.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 22281 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: TelecomServerCircuitboard - entities: - - uid: 35825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.576794,27.769905 - parent: 2 -- proto: TimerTrigger - entities: - - uid: 36049 - components: - - type: Transform - pos: 29.7011,15.473513 - parent: 2 -- proto: TintedWindow - entities: - - uid: 11446 - components: - - type: Transform - pos: -21.5,35.5 - parent: 2 - - uid: 11447 - components: - - type: Transform - pos: -17.5,35.5 - parent: 2 - - uid: 15324 - components: - - type: Transform - pos: -16.5,35.5 - parent: 2 - - uid: 23388 - components: - - type: Transform - pos: -18.5,35.5 - parent: 2 - - uid: 23542 - components: - - type: Transform - pos: -22.5,35.5 - parent: 2 - - uid: 23623 - components: - - type: Transform - pos: -20.5,35.5 - parent: 2 -- proto: ToiletDirtyWater - entities: - - uid: 19706 - components: - - type: Transform - pos: -31.5,67.5 - parent: 2 - - uid: 31047 - components: - - type: Transform - pos: -29.5,67.5 - parent: 2 - - uid: 33651 - components: - - type: Transform - pos: -33.5,67.5 - parent: 2 -- proto: ToiletEmpty - entities: - - uid: 1781 - components: - - type: Transform - pos: -13.5,10.5 - parent: 2 - - uid: 3316 - components: - - type: Transform - pos: 11.5,-20.5 - parent: 2 - - uid: 3319 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - - uid: 5144 - components: - - type: Transform - pos: 74.5,-10.5 - parent: 2 - - uid: 12003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-10.5 - parent: 2 -- proto: ToolboxElectricalFilled - entities: - - uid: 7924 - components: - - type: Transform - pos: -62.36076,-33.119625 - parent: 2 -- proto: ToolboxEmergencyFilled - entities: - - uid: 1642 - components: - - type: Transform - pos: 33.611736,5.3079934 - parent: 2 - - uid: 6079 - components: - - type: Transform - pos: -2.6094682,-31.392216 - parent: 2 - - uid: 6080 - components: - - type: Transform - pos: -2.3047807,-31.286747 - parent: 2 - - uid: 6834 - components: - - type: Transform - pos: -6.489947,-41.08235 - parent: 2 - - uid: 8428 - components: - - type: Transform - pos: -69.36533,17.712109 - parent: 2 - - uid: 9604 - components: - - type: Transform - pos: -54.225883,35.856785 - parent: 2 - - uid: 14220 - components: - - type: Transform - pos: 15.911845,59.645287 - parent: 2 -- proto: ToolboxGoldFilled - entities: - - uid: 14057 - components: - - type: Transform - pos: 26.558758,38.086094 - parent: 2 -- proto: ToolboxMechanicalFilled - entities: - - uid: 1643 - components: - - type: Transform - pos: 33.37736,5.7923684 - parent: 2 - - uid: 2619 - components: - - type: Transform - pos: 27.706356,30.867682 - parent: 2 - - uid: 5560 - components: - - type: Transform - pos: 34.47871,47.766407 - parent: 2 - - uid: 6837 - components: - - type: Transform - pos: -6.505572,-40.76985 - parent: 2 - - uid: 14219 - components: - - type: Transform - pos: 15.55247,59.84841 - parent: 2 - - uid: 18240 - components: - - type: Transform - pos: 5.4501476,64.33037 - parent: 2 - - uid: 23007 - components: - - type: Transform - pos: -64.52811,30.593079 - parent: 2 -- proto: TorsoSkeleton - entities: - - uid: 30078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 91.64885,41.45121 - parent: 2 - - uid: 33560 - components: - - type: Transform - pos: 91.76619,26.831522 - parent: 2 -- proto: ToyAmongPequeno - entities: - - uid: 800 - components: - - type: Transform - pos: -71.47037,5.6271663 - parent: 2 -- proto: ToyFigurineBartender - entities: - - uid: 6094 - components: - - type: Transform - pos: 19.729856,-29.037708 - parent: 2 -- proto: ToyFigurineBotanist - entities: - - uid: 30609 - components: - - type: Transform - pos: -48.471058,3.5849948 - parent: 2 -- proto: ToyFigurineCaptain - entities: - - uid: 23282 - components: - - type: Transform - pos: 8.326612,54.804092 - parent: 2 -- proto: ToyFigurineCargoTech - entities: - - uid: 23336 - components: - - type: Transform - pos: -14.393899,-22.362642 - parent: 2 -- proto: ToyFigurineChaplain - entities: - - uid: 6090 - components: - - type: Transform - pos: 66.37,17.864796 - parent: 2 -- proto: ToyFigurineChef - entities: - - uid: 1687 - components: - - type: Transform - pos: -73.48599,5.6271663 - parent: 2 -- proto: ToyFigurineChemist - entities: - - uid: 22854 - components: - - type: Transform - pos: 17.74036,-6.3158827 - parent: 2 -- proto: ToyFigurineChiefEngineer - entities: - - uid: 22683 - components: - - type: Transform - pos: -50.38053,13.484335 - parent: 2 -- proto: ToyFigurineChiefMedicalOfficer - entities: - - uid: 22781 - components: - - type: Transform - pos: -3.4304256,-6.9409437 - parent: 2 -- proto: ToyFigurineClown - entities: - - uid: 19437 - components: - - type: Transform - pos: -81.52342,4.209467 - parent: 2 -- proto: ToyFigurineDetective - entities: - - uid: 16586 - components: - - type: Transform - pos: -32.38582,35.933018 - parent: 2 - - uid: 30498 - components: - - type: Transform - pos: 3.6877756,48.865395 - parent: 2 -- proto: ToyFigurineEngineer - entities: - - uid: 22698 - components: - - type: Transform - pos: -56.449577,30.854671 - parent: 2 -- proto: ToyFigurineGreytider - entities: - - uid: 6095 - components: - - type: Transform - pos: 17.491575,-35.529896 - parent: 2 -- proto: ToyFigurineHamlet - entities: - - uid: 19455 - components: - - type: Transform - pos: -72.73599,5.5802913 - parent: 2 -- proto: ToyFigurineHeadOfPersonnel - entities: - - uid: 6097 - components: - - type: Transform - pos: 5.1333017,27.880987 - parent: 2 -- proto: ToyFigurineHeadOfSecurity - entities: - - uid: 22650 - components: - - type: Transform - pos: -6.1290665,25.891968 - parent: 2 -- proto: ToyFigurineHoloClown - entities: - - uid: 3916 - components: - - type: Transform - pos: -81.53905,3.756342 - parent: 2 -- proto: ToyFigurineJanitor - entities: - - uid: 6096 - components: - - type: Transform - pos: 36.351513,-1.9763975 - parent: 2 -- proto: ToyFigurineLawyer - entities: - - uid: 15690 - components: - - type: Transform - pos: -5.4854984,58.729137 - parent: 2 -- proto: ToyFigurineLibrarian - entities: - - uid: 6089 - components: - - type: Transform - pos: 52.753094,28.395306 - parent: 2 -- proto: ToyFigurineMedicalDoctor - entities: - - uid: 6091 - components: - - type: Transform - pos: -7.3162193,4.7101116 - parent: 2 - - uid: 6092 - components: - - type: Transform - pos: -7.2107506,0.6905802 - parent: 2 -- proto: ToyFigurineMime - entities: - - uid: 3900 - components: - - type: Transform - pos: -81.53905,4.537592 - parent: 2 -- proto: ToyFigurineMusician - entities: - - uid: 6093 - components: - - type: Transform - pos: 25.554075,-33.397083 - parent: 2 - - uid: 11218 - components: - - type: Transform - pos: -71.734,1.0223624 - parent: 2 -- proto: ToyFigurineNukieCommander - entities: - - uid: 22872 - components: - - type: Transform - pos: 75.405815,24.807058 - parent: 2 -- proto: ToyFigurineParamedic - entities: - - uid: 6099 - components: - - type: Transform - pos: -25.681107,9.8721485 - parent: 2 - - uid: 30538 - components: - - type: Transform - pos: -6.4148717,21.612947 - parent: 2 -- proto: ToyFigurinePassenger - entities: - - uid: 6160 - components: - - type: Transform - pos: -3.174158,-40.509228 - parent: 2 -- proto: ToyFigurineQueen - entities: - - uid: 6110 - components: - - type: Transform - pos: 82.68927,62.512676 - parent: 2 - - uid: 32549 - components: - - type: Transform - pos: 56.38974,42.589355 - parent: 2 -- proto: ToyFigurineRatKing - entities: - - uid: 6101 - components: - - type: Transform - pos: 11.290376,-36.310852 - parent: 2 -- proto: ToyFigurineRatServant - entities: - - uid: 6102 - components: - - type: Transform - pos: 11.413118,-34.4777 - parent: 2 - - uid: 6103 - components: - - type: Transform - pos: 11.66658,-35.402443 - parent: 2 - - uid: 6104 - components: - - type: Transform - pos: 11.115799,-35.015724 - parent: 2 - - uid: 6105 - components: - - type: Transform - pos: 5.1275177,-29.121193 - parent: 2 -- proto: ToyFigurineResearchDirector - entities: - - uid: 6098 - components: - - type: Transform - pos: 46.441227,24.73673 - parent: 2 -- proto: ToyFigurineSalvage - entities: - - uid: 2055 - components: - - type: Transform - pos: -11.689415,-42.400375 - parent: 2 -- proto: ToyFigurineScientist - entities: - - uid: 30251 - components: - - type: Transform - pos: 29.627342,25.600868 - parent: 2 -- proto: ToyFigurineSecurity - entities: - - uid: 22663 - components: - - type: Transform - pos: -19.721304,27.664555 - parent: 2 -- proto: ToyFigurineSpaceDragon - entities: - - uid: 32548 - components: - - type: Transform - pos: 84.478745,27.35934 - parent: 2 -- proto: ToyFigurineWarden - entities: - - uid: 30516 - components: - - type: Transform - pos: 0.62656116,68.4843 - parent: 2 -- proto: ToyFigurineWizard - entities: - - uid: 6138 - components: - - type: Transform - pos: 47.665176,-30.498041 - parent: 2 -- proto: ToyFireRipley - entities: - - uid: 30323 - components: - - type: Transform - pos: 45.55436,-12.637641 - parent: 2 -- proto: ToyGygax - entities: - - uid: 30536 - components: - - type: Transform - pos: -4.393678,18.646486 - parent: 2 -- proto: ToyHammer - entities: - - uid: 30559 - components: - - type: Transform - pos: -18.623516,22.47239 - parent: 2 -- proto: ToyHonk - entities: - - uid: 13046 - components: - - type: Transform - pos: -74.48499,-5.026798 - parent: 2 -- proto: ToyIan - entities: - - uid: 1985 - components: - - type: Transform - pos: 14.269932,30.761412 - parent: 2 -- proto: ToyNuke - entities: - - uid: 14123 - components: - - type: Transform - pos: 26.531267,38.728565 - parent: 2 -- proto: ToyRenault - entities: - - uid: 15268 - components: - - type: Transform - pos: 29.37053,51.78041 - parent: 2 -- proto: ToyRubberDuck - entities: - - uid: 30537 - components: - - type: Transform - pos: -6.047684,21.519197 - parent: 2 - - uid: 33614 - components: - - type: Transform - pos: 67.86161,52.50582 - parent: 2 -- proto: ToySeraph - entities: - - uid: 30539 - components: - - type: Transform - pos: 27.45737,21.675447 - parent: 2 -- proto: ToySiobhan - entities: - - uid: 30252 - components: - - type: Transform - pos: 46.229168,30.791666 - parent: 2 -- proto: ToySkeleton - entities: - - uid: 6106 - components: - - type: Transform - pos: 61.739246,56.94301 - parent: 2 - - uid: 30074 - components: - - type: Transform - pos: 90.5551,42.873085 - parent: 2 -- proto: ToySpawner - entities: - - uid: 15672 - components: - - type: Transform - pos: -68.5,17.5 - parent: 2 - - uid: 15825 - components: - - type: Transform - pos: -67.5,17.5 - parent: 2 -- proto: TrainingBomb - entities: - - uid: 4759 - components: - - type: Transform - pos: 14.5,66.5 - parent: 2 - - uid: 4887 - components: - - type: Transform - pos: 9.5,66.5 - parent: 2 - - uid: 15168 - components: - - type: Transform - pos: 14.5,64.5 - parent: 2 - - uid: 15260 - components: - - type: Transform - pos: 13.5,64.5 - parent: 2 - - uid: 18102 - components: - - type: Transform - pos: 13.5,66.5 - parent: 2 - - uid: 18105 - components: - - type: Transform - pos: 13.5,64.5 - parent: 2 -- proto: TrashBag - entities: - - uid: 16665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.169395,10.014108 - parent: 2 - - uid: 16666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.919395,9.842233 - parent: 2 - - uid: 34127 - components: - - type: Transform - pos: -23.635471,58.824127 - parent: 2 -- proto: TrashBananaPeel - entities: - - uid: 943 - components: - - type: Transform - pos: -77.60196,-0.46468782 - parent: 2 - - uid: 3320 - components: - - type: Transform - pos: -81.305084,-0.49593782 - parent: 2 - - uid: 7025 - components: - - type: Transform - pos: -29.823004,-35.23479 - parent: 2 - - uid: 7027 - components: - - type: Transform - pos: -31.35816,-35.082447 - parent: 2 - - uid: 9312 - components: - - type: Transform - pos: -77.19571,1.8478122 - parent: 2 - - uid: 9314 - components: - - type: Transform - pos: -77.211334,1.6603122 - parent: 2 - - uid: 30082 - components: - - type: Transform - pos: 85.40305,42.278282 - parent: 2 -- proto: TrashBananiumPeel - entities: - - uid: 16636 - components: - - type: Transform - pos: -40.106895,11.998483 - parent: 2 - - uid: 16661 - components: - - type: Transform - pos: -40.263145,11.889108 - parent: 2 - - uid: 16662 - components: - - type: Transform - pos: -36.356895,12.576608 - parent: 2 -- proto: trayScanner - entities: - - uid: 4682 - components: - - type: Transform - pos: -66.555725,32.8392 - parent: 2 -- proto: TwoWayLever - entities: - - uid: 6742 - components: - - type: Transform - pos: -51.5,-47.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6818: - - Left: Forward - - Right: Reverse - - Middle: Off - 20561: - - Left: Forward - - Right: Reverse - - Middle: Off - 26800: - - Left: Open - - Right: Open - - Middle: Close - - uid: 8936 - components: - - type: Transform - pos: -49.5,-49.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6832: - - Left: Forward - - Right: Reverse - - Middle: Off - 6692: - - Left: Forward - - Right: Reverse - - Middle: Off - 16671: - - Left: Open - - Right: Open - - Middle: Close - 16629: - - Left: Open - - Right: Open - - Middle: Close - 26695: - - Left: Open - - Right: Open - - Middle: Close - - uid: 9074 - components: - - type: Transform - pos: -31.5,-44.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6632: - - Left: Forward - - Right: Reverse - - Middle: Off - 6798: - - Left: Forward - - Right: Reverse - - Middle: Off - 16703: - - Left: Open - - Right: Open - - Middle: Close - 712: - - Left: Open - - Right: Open - - Middle: Close - - uid: 23365 - components: - - type: Transform - pos: -37.5,9.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22732: - - Left: Forward - - Right: Reverse - - Middle: Off - 16555: - - Left: Forward - - Right: Reverse - - Middle: Off - 16638: - - Left: Forward - - Right: Reverse - - Middle: Off - 16645: - - Left: Forward - - Right: Reverse - - Middle: Off - 16654: - - Left: Forward - - Right: Reverse - - Middle: Off - 23519: - - Left: Forward - - Right: Reverse - - Middle: Off - 36390: - - Right: Reverse - - Left: Forward - - Middle: Off - - uid: 23793 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6717: - - Left: Forward - - Right: Reverse - - Middle: Off - 6713: - - Left: Forward - - Right: Reverse - - Middle: Off - 6708: - - Left: Forward - - Right: Reverse - - Middle: Off - 6623: - - Left: Forward - - Right: Reverse - - Middle: Off - 6624: - - Left: Forward - - Right: Reverse - - Middle: Off -- proto: UniformPrinter - entities: - - uid: 1965 - components: - - type: Transform - pos: 6.5,30.5 - parent: 2 -- proto: UniformPrinterMachineCircuitboard - entities: - - uid: 29701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.920544,27.777718 - parent: 2 -- proto: UniformScrubsColorBlue - entities: - - uid: 5975 - components: - - type: Transform - pos: -41.622158,60.58868 - parent: 2 - - uid: 20647 - components: - - type: Transform - pos: -41.731533,60.698055 - parent: 2 -- proto: UniformShortsRed - entities: - - uid: 3472 - components: - - type: Transform - pos: 44.488102,-23.494463 - parent: 2 - - uid: 3473 - components: - - type: Transform - pos: 44.288883,-23.728838 - parent: 2 -- proto: UniformShortsRedWithTop - entities: - - uid: 3475 - components: - - type: Transform - pos: 44.69904,-23.599932 - parent: 2 -- proto: UprightPianoInstrument - entities: - - uid: 5898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-33.5 - parent: 2 -- proto: Vaccinator - entities: - - uid: 11285 - components: - - type: Transform - pos: -13.5,7.5 - parent: 2 -- proto: VaccinatorMachineCircuitboard - entities: - - uid: 31783 - components: - - type: Transform - pos: -47.892563,27.494806 - parent: 2 -- proto: VariantCubeBox - entities: - - uid: 5526 - components: - - type: Transform - pos: 41.78215,51.595562 - parent: 2 - - uid: 5527 - components: - - type: Transform - pos: 27.22865,30.707218 - parent: 2 - - uid: 18546 - components: - - type: Transform - pos: -61.616512,-7.3219314 - parent: 2 - - uid: 18547 - components: - - type: Transform - pos: -61.366512,-7.493807 - parent: 2 -- proto: VendingBarDrobe - entities: - - uid: 4408 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 2 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 9079 - components: - - type: Transform - pos: -44.5,35.5 - parent: 2 -- proto: VendingMachineBooze - entities: - - uid: 4645 - components: - - type: Transform - pos: 11.5,56.5 - parent: 2 - - uid: 5746 - components: - - type: Transform - pos: 17.5,-27.5 - parent: 2 - - uid: 6989 - components: - - type: Transform - pos: -33.5,-30.5 - parent: 2 - - uid: 30790 - components: - - type: Transform - pos: -44.5,64.5 - parent: 2 -- proto: VendingMachineBoxingDrobe - entities: - - uid: 3519 - components: - - type: Transform - pos: 39.5,-21.5 - parent: 2 -- proto: VendingMachineCargoDrobe - entities: - - uid: 22697 - components: - - type: Transform - pos: -10.5,-32.5 - parent: 2 -- proto: VendingMachineCart - entities: - - uid: 1946 - components: - - type: Transform - pos: 5.5,30.5 - parent: 2 -- proto: VendingMachineChang - entities: - - uid: 30029 - components: - - type: Transform - pos: 88.5,19.5 - parent: 2 - - uid: 30496 - components: - - type: Transform - pos: 3.5,56.5 - parent: 2 -- proto: VendingMachineChapel - entities: - - uid: 27814 - components: - - type: Transform - pos: 68.5,26.5 - parent: 2 -- proto: VendingMachineChefDrobe - entities: - - uid: 22058 - components: - - type: Transform - pos: -55.5,-5.5 - parent: 2 -- proto: VendingMachineChefvend - entities: - - uid: 15940 - components: - - type: Transform - pos: -55.5,-19.5 - parent: 2 - - uid: 28613 - components: - - type: Transform - pos: -55.5,-14.5 - parent: 2 -- proto: VendingMachineChemDrobe - entities: - - uid: 872 - components: - - type: Transform - pos: -14.5,16.5 - parent: 2 -- proto: VendingMachineChemicals - entities: - - uid: 1046 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 2 - - uid: 17884 - components: - - type: Transform - pos: 17.5,-0.5 - parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 5169 - components: - - type: Transform - pos: 73.5,-13.5 - parent: 2 - - uid: 19516 - components: - - type: Transform - pos: 32.5,-18.5 - parent: 2 - - uid: 19822 - components: - - type: Transform - pos: 17.5,-23.5 - parent: 2 - - uid: 23428 - components: - - type: Transform - pos: -4.5,16.5 - parent: 2 - - uid: 24794 - components: - - type: Transform - pos: 0.5,39.5 - parent: 2 - - uid: 26412 - components: - - type: Transform - pos: -67.5,5.5 - parent: 2 - - uid: 29800 - components: - - type: Transform - pos: 80.5,56.5 - parent: 2 - - uid: 35942 - components: - - type: Transform - pos: -38.5,67.5 - parent: 2 -- proto: VendingMachineClothing - entities: - - uid: 13069 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 2 - - uid: 27817 - components: - - type: Transform - pos: -40.5,-30.5 - parent: 2 -- proto: VendingMachineCola - entities: - - uid: 29295 - components: - - type: Transform - pos: -32.5,55.5 - parent: 2 -- proto: VendingMachineColaBlack - entities: - - uid: 30497 - components: - - type: Transform - pos: -0.5,56.5 - parent: 2 -- proto: VendingMachineColaRed - entities: - - uid: 6375 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 2 -- proto: VendingMachineCondiments - entities: - - uid: 7134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-13.5 - parent: 2 - - uid: 7136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-18.5 - parent: 2 -- proto: VendingMachineCourierDrobe - entities: - - uid: 6866 - components: - - type: Transform - pos: -13.5,-35.5 - parent: 2 -- proto: VendingMachineCuraDrobe - entities: - - uid: 7999 - components: - - type: Transform - pos: 55.5,30.5 - parent: 2 -- proto: VendingMachineDetDrobe - entities: - - uid: 16850 - components: - - type: Transform - pos: -35.5,35.5 - parent: 2 -- proto: VendingMachineDinnerware - entities: - - uid: 6520 - components: - - type: Transform - pos: -53.5,-19.5 - parent: 2 - - uid: 22089 - components: - - type: Transform - pos: -54.5,-5.5 - parent: 2 -- proto: VendingMachineDiscount - entities: - - uid: 29294 - components: - - type: Transform - pos: -33.5,55.5 - parent: 2 -- proto: VendingMachineDonut - entities: - - uid: 3736 - components: - - type: Transform - pos: -27.5,30.5 - parent: 2 - - uid: 28227 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 2 -- proto: VendingMachineDrGibb - entities: - - uid: 27735 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 2 -- proto: VendingMachineEngiDrobe - entities: - - uid: 3687 - components: - - type: Transform - pos: -56.5,37.5 - parent: 2 -- proto: VendingMachineEngivend - entities: - - uid: 6823 - components: - - type: Transform - pos: -52.5,31.5 - parent: 2 - - uid: 26897 - components: - - type: Transform - pos: -44.5,33.5 - parent: 2 -- proto: VendingMachineGames - entities: - - uid: 5287 - components: - - type: Transform - pos: 16.5,-23.5 - parent: 2 -- proto: VendingMachineGeneDrobe - entities: - - uid: 225 - components: - - type: Transform - pos: -13.5,16.5 - parent: 2 -- proto: VendingMachineHappyHonk - entities: - - uid: 19429 - components: - - type: Transform - pos: -79.5,5.5 - parent: 2 -- proto: VendingMachineHydrobe - entities: - - uid: 18479 - components: - - type: Transform - pos: -56.5,0.5 - parent: 2 -- proto: VendingMachineJaniDrobe - entities: - - uid: 18513 - components: - - type: Transform - pos: -42.5,24.5 - parent: 2 -- proto: VendingMachineLawDrobe - entities: - - uid: 23255 - components: - - type: Transform - pos: -8.5,60.5 - parent: 2 -- proto: VendingMachineMedical - entities: - - uid: 1442 - components: - - type: Transform - pos: 9.5,12.5 - parent: 2 -- proto: VendingMachineMediDrobe - entities: - - uid: 873 - components: - - type: Transform - pos: -12.5,16.5 - parent: 2 -- proto: VendingMachineMNKDrobe - entities: - - uid: 4347 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 2 - - uid: 25059 - components: - - type: Transform - pos: -39.5,-30.5 - parent: 2 -- proto: VendingMachineNutri - entities: - - uid: 18497 - components: - - type: Transform - pos: -56.5,2.5 - parent: 2 -- proto: VendingMachinePride - entities: - - uid: 2543 - components: - - type: Transform - pos: 4.5,23.5 - parent: 2 - - uid: 6382 - components: - - type: Transform - pos: -8.5,18.5 - parent: 2 - - uid: 13070 - components: - - type: Transform - pos: 5.5,-31.5 - parent: 2 - - uid: 22258 - components: - - type: Transform - pos: -41.5,-30.5 - parent: 2 -- proto: VendingMachineRepDrobe - entities: - - uid: 9328 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 2 -- proto: VendingMachineRestockBooze - entities: - - uid: 22579 - components: - - type: Transform - pos: 24.51501,-23.426043 - parent: 2 -- proto: VendingMachineRestockChemVend - entities: - - uid: 1303 - components: - - type: Transform - pos: 35.337753,7.70896 - parent: 2 -- proto: VendingMachineRestockClothes - entities: - - uid: 31788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.436382,-33.42224 - parent: 2 -- proto: VendingMachineRoboDrobe - entities: - - uid: 3352 - components: - - type: Transform - pos: 42.5,44.5 - parent: 2 -- proto: VendingMachineRobotics - entities: - - uid: 4086 - components: - - type: Transform - pos: 45.5,42.5 - parent: 2 -- proto: VendingMachineSalvage - entities: - - uid: 21011 - components: - - type: Transform - pos: -13.5,-40.5 - parent: 2 -- proto: VendingMachineSciDrobe - entities: - - uid: 5300 - components: - - type: Transform - pos: 36.5,26.5 - parent: 2 -- proto: VendingMachineSec - entities: - - uid: 15578 - components: - - type: Transform - pos: -7.5,43.5 - parent: 2 - - uid: 28941 - components: - - type: Transform - pos: -27.5,48.5 - parent: 2 -- proto: VendingMachineSecDrobe - entities: - - uid: 9657 - components: - - type: Transform - pos: -8.5,43.5 - parent: 2 -- proto: VendingMachineSeeds - entities: - - uid: 18480 - components: - - type: Transform - pos: -56.5,1.5 - parent: 2 -- proto: VendingMachineSnackBlue - entities: - - uid: 4858 - components: - - type: Transform - pos: 88.5,15.5 - parent: 2 -- proto: VendingMachineSovietSoda - entities: - - uid: 16651 - components: - - type: Transform - pos: -39.5,13.5 - parent: 2 - - uid: 22528 - components: - - type: Transform - pos: 47.5,17.5 - parent: 2 - - uid: 29825 - components: - - type: Transform - pos: 87.5,56.5 - parent: 2 -- proto: VendingMachineSpaceUp - entities: - - uid: 5301 - components: - - type: Transform - pos: 21.5,-11.5 - parent: 2 -- proto: VendingMachineSustenance - entities: - - uid: 95 - components: - - type: Transform - pos: -10.5,62.5 - parent: 2 - - uid: 29799 - components: - - type: Transform - pos: 86.5,56.5 - parent: 2 -- proto: VendingMachineTankDispenserEngineering - entities: - - uid: 28838 - components: - - type: Transform - pos: -96.5,54.5 - parent: 2 - - uid: 32443 - components: - - type: Transform - pos: -94.5,54.5 - parent: 2 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 6029 - components: - - type: Transform - pos: 16.5,30.5 - parent: 2 - - uid: 6030 - components: - - type: Transform - pos: 21.5,30.5 - parent: 2 - - uid: 9056 - components: - - type: Transform - pos: -53.5,41.5 - parent: 2 - - uid: 10406 - components: - - type: Transform - pos: -60.5,-33.5 - parent: 2 - - uid: 13646 - components: - - type: Transform - pos: 54.5,-37.5 - parent: 2 - - uid: 14260 - components: - - type: Transform - pos: 29.5,55.5 - parent: 2 - - uid: 18138 - components: - - type: Transform - pos: -3.5,68.5 - parent: 2 - - uid: 23761 - components: - - type: Transform - pos: -35.5,37.5 - parent: 2 -- proto: VendingMachineTheater - entities: - - uid: 1521 - components: - - type: Transform - pos: -80.5,5.5 - parent: 2 -- proto: VendingMachineVendomat - entities: - - uid: 4542 - components: - - type: Transform - pos: 34.5,26.5 - parent: 2 -- proto: VendingMachineViroDrobe - entities: - - uid: 1581 - components: - - type: Transform - pos: -11.5,16.5 - parent: 2 -- proto: VendingMachineWallMedical - entities: - - uid: 2051 - components: - - type: Transform - pos: -5.5,15.5 - parent: 2 - - uid: 2053 - components: - - type: Transform - pos: 28.5,-3.5 - parent: 2 - - uid: 22077 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 2 - - uid: 22805 - components: - - type: Transform - pos: 16.5,11.5 - parent: 2 -- proto: VendingMachineWinter - entities: - - uid: 5160 - components: - - type: Transform - pos: 54.5,-11.5 - parent: 2 -- proto: VendingMachineYouTool - entities: - - uid: 11196 - components: - - type: Transform - pos: -67.5,3.5 - parent: 2 - - uid: 31479 - components: - - type: Transform - pos: -51.5,31.5 - parent: 2 -- proto: ViolinInstrument - entities: - - uid: 13093 - components: - - type: Transform - pos: -69.972435,23.612196 - parent: 2 -- proto: WallmountTelescreen - entities: - - uid: 15302 - components: - - type: Transform - pos: -6.5,35.5 - parent: 2 -- proto: WallmountTelevision - entities: - - uid: 2229 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - - uid: 3385 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-35.5 - parent: 2 - - uid: 3386 - components: - - type: Transform - pos: 18.5,-26.5 - parent: 2 - - uid: 5719 - components: - - type: Transform - pos: 6.5,31.5 - parent: 2 -- proto: WallmountTelevisionFrame - entities: - - uid: 7057 - components: - - type: Transform - pos: -32.5,-29.5 - parent: 2 -- proto: WallNecropolis - entities: - - uid: 556 - components: - - type: Transform - pos: 69.5,35.5 - parent: 2 - - uid: 1583 - components: - - type: Transform - pos: 67.5,67.5 - parent: 2 - - uid: 2050 - components: - - type: Transform - pos: 67.5,64.5 - parent: 2 - - uid: 2330 - components: - - type: Transform - pos: 74.5,27.5 - parent: 2 - - uid: 4014 - components: - - type: Transform - pos: 69.5,65.5 - parent: 2 - - uid: 4015 - components: - - type: Transform - pos: 53.5,34.5 - parent: 2 - - uid: 4017 - components: - - type: Transform - pos: 80.5,49.5 - parent: 2 - - uid: 4142 - components: - - type: Transform - pos: 61.5,69.5 - parent: 2 - - uid: 4155 - components: - - type: Transform - pos: 95.5,25.5 - parent: 2 - - uid: 4156 - components: - - type: Transform - pos: 97.5,25.5 - parent: 2 - - uid: 4316 - components: - - type: Transform - pos: 94.5,25.5 - parent: 2 - - uid: 4385 - components: - - type: Transform - pos: 88.5,45.5 - parent: 2 - - uid: 4404 - components: - - type: Transform - pos: 63.5,63.5 - parent: 2 - - uid: 4405 - components: - - type: Transform - pos: 54.5,63.5 - parent: 2 - - uid: 4406 - components: - - type: Transform - pos: 54.5,62.5 - parent: 2 - - uid: 4459 - components: - - type: Transform - pos: 55.5,63.5 - parent: 2 - - uid: 4464 - components: - - type: Transform - pos: 65.5,64.5 - parent: 2 - - uid: 4465 - components: - - type: Transform - pos: 63.5,64.5 - parent: 2 - - uid: 4466 - components: - - type: Transform - pos: 65.5,67.5 - parent: 2 - - uid: 4467 - components: - - type: Transform - pos: 56.5,67.5 - parent: 2 - - uid: 4468 - components: - - type: Transform - pos: 59.5,67.5 - parent: 2 - - uid: 4469 - components: - - type: Transform - pos: 59.5,65.5 - parent: 2 - - uid: 4470 - components: - - type: Transform - pos: 57.5,65.5 - parent: 2 - - uid: 4471 - components: - - type: Transform - pos: 55.5,65.5 - parent: 2 - - uid: 4472 - components: - - type: Transform - pos: 74.5,67.5 - parent: 2 - - uid: 4473 - components: - - type: Transform - pos: 75.5,67.5 - parent: 2 - - uid: 4474 - components: - - type: Transform - pos: 69.5,67.5 - parent: 2 - - uid: 4475 - components: - - type: Transform - pos: 70.5,67.5 - parent: 2 - - uid: 4476 - components: - - type: Transform - pos: 71.5,67.5 - parent: 2 - - uid: 4477 - components: - - type: Transform - pos: 72.5,67.5 - parent: 2 - - uid: 4478 - components: - - type: Transform - pos: 73.5,67.5 - parent: 2 - - uid: 4480 - components: - - type: Transform - pos: 69.5,66.5 - parent: 2 - - uid: 4481 - components: - - type: Transform - pos: 77.5,67.5 - parent: 2 - - uid: 4482 - components: - - type: Transform - pos: 77.5,66.5 - parent: 2 - - uid: 4494 - components: - - type: Transform - pos: 79.5,67.5 - parent: 2 - - uid: 4498 - components: - - type: Transform - pos: 91.5,44.5 - parent: 2 - - uid: 4501 - components: - - type: Transform - pos: 64.5,69.5 - parent: 2 - - uid: 4505 - components: - - type: Transform - pos: 81.5,67.5 - parent: 2 - - uid: 4506 - components: - - type: Transform - pos: 83.5,67.5 - parent: 2 - - uid: 4507 - components: - - type: Transform - pos: 84.5,67.5 - parent: 2 - - uid: 4508 - components: - - type: Transform - pos: 85.5,45.5 - parent: 2 - - uid: 4509 - components: - - type: Transform - pos: 63.5,69.5 - parent: 2 - - uid: 4510 - components: - - type: Transform - pos: 79.5,38.5 - parent: 2 - - uid: 4511 - components: - - type: Transform - pos: 73.5,48.5 - parent: 2 - - uid: 4512 - components: - - type: Transform - pos: 73.5,49.5 - parent: 2 - - uid: 4513 - components: - - type: Transform - pos: 86.5,45.5 - parent: 2 - - uid: 4514 - components: - - type: Transform - pos: 73.5,50.5 - parent: 2 - - uid: 4515 - components: - - type: Transform - pos: 67.5,44.5 - parent: 2 - - uid: 4517 - components: - - type: Transform - pos: 62.5,45.5 - parent: 2 - - uid: 4518 - components: - - type: Transform - pos: 89.5,45.5 - parent: 2 - - uid: 4523 - components: - - type: Transform - pos: 78.5,27.5 - parent: 2 - - uid: 4524 - components: - - type: Transform - pos: 75.5,33.5 - parent: 2 - - uid: 4526 - components: - - type: Transform - pos: 65.5,43.5 - parent: 2 - - uid: 4527 - components: - - type: Transform - pos: 63.5,45.5 - parent: 2 - - uid: 4534 - components: - - type: Transform - pos: 67.5,33.5 - parent: 2 - - uid: 4537 - components: - - type: Transform - pos: 59.5,46.5 - parent: 2 - - uid: 4543 - components: - - type: Transform - pos: 59.5,41.5 - parent: 2 - - uid: 4544 - components: - - type: Transform - pos: 75.5,53.5 - parent: 2 - - uid: 4545 - components: - - type: Transform - pos: 76.5,53.5 - parent: 2 - - uid: 4546 - components: - - type: Transform - pos: 69.5,40.5 - parent: 2 - - uid: 4547 - components: - - type: Transform - pos: 65.5,37.5 - parent: 2 - - uid: 4548 - components: - - type: Transform - pos: 78.5,28.5 - parent: 2 - - uid: 4549 - components: - - type: Transform - pos: 75.5,35.5 - parent: 2 - - uid: 4550 - components: - - type: Transform - pos: 75.5,34.5 - parent: 2 - - uid: 4553 - components: - - type: Transform - pos: 78.5,29.5 - parent: 2 - - uid: 4555 - components: - - type: Transform - pos: 78.5,30.5 - parent: 2 - - uid: 4557 - components: - - type: Transform - pos: 78.5,31.5 - parent: 2 - - uid: 4558 - components: - - type: Transform - pos: 75.5,36.5 - parent: 2 - - uid: 4559 - components: - - type: Transform - pos: 65.5,38.5 - parent: 2 - - uid: 4562 - components: - - type: Transform - pos: 78.5,32.5 - parent: 2 - - uid: 4565 - components: - - type: Transform - pos: 77.5,33.5 - parent: 2 - - uid: 4569 - components: - - type: Transform - pos: 76.5,33.5 - parent: 2 - - uid: 4570 - components: - - type: Transform - pos: 79.5,36.5 - parent: 2 - - uid: 4574 - components: - - type: Transform - pos: 58.5,69.5 - parent: 2 - - uid: 4628 - components: - - type: Transform - pos: 56.5,65.5 - parent: 2 - - uid: 4629 - components: - - type: Transform - pos: 63.5,65.5 - parent: 2 - - uid: 4630 - components: - - type: Transform - pos: 59.5,66.5 - parent: 2 - - uid: 4631 - components: - - type: Transform - pos: 57.5,67.5 - parent: 2 - - uid: 4633 - components: - - type: Transform - pos: 61.5,68.5 - parent: 2 - - uid: 4655 - components: - - type: Transform - pos: 79.5,48.5 - parent: 2 - - uid: 4656 - components: - - type: Transform - pos: 92.5,47.5 - parent: 2 - - uid: 4657 - components: - - type: Transform - pos: 77.5,51.5 - parent: 2 - - uid: 4658 - components: - - type: Transform - pos: 91.5,28.5 - parent: 2 - - uid: 4660 - components: - - type: Transform - pos: 94.5,28.5 - parent: 2 - - uid: 4662 - components: - - type: Transform - pos: 79.5,37.5 - parent: 2 - - uid: 4664 - components: - - type: Transform - pos: 77.5,52.5 - parent: 2 - - uid: 4665 - components: - - type: Transform - pos: 91.5,38.5 - parent: 2 - - uid: 4671 - components: - - type: Transform - pos: 83.5,52.5 - parent: 2 - - uid: 4672 - components: - - type: Transform - pos: 81.5,51.5 - parent: 2 - - uid: 4673 - components: - - type: Transform - pos: 67.5,48.5 - parent: 2 - - uid: 4674 - components: - - type: Transform - pos: 77.5,39.5 - parent: 2 - - uid: 4676 - components: - - type: Transform - pos: 77.5,38.5 - parent: 2 - - uid: 4677 - components: - - type: Transform - pos: 67.5,47.5 - parent: 2 - - uid: 4678 - components: - - type: Transform - pos: 75.5,39.5 - parent: 2 - - uid: 4691 - components: - - type: Transform - pos: 76.5,39.5 - parent: 2 - - uid: 4692 - components: - - type: Transform - pos: 77.5,37.5 - parent: 2 - - uid: 4693 - components: - - type: Transform - pos: 77.5,36.5 - parent: 2 - - uid: 4697 - components: - - type: Transform - pos: 77.5,35.5 - parent: 2 - - uid: 4698 - components: - - type: Transform - pos: 73.5,33.5 - parent: 2 - - uid: 4699 - components: - - type: Transform - pos: 74.5,50.5 - parent: 2 - - uid: 4700 - components: - - type: Transform - pos: 73.5,51.5 - parent: 2 - - uid: 4701 - components: - - type: Transform - pos: 75.5,50.5 - parent: 2 - - uid: 4702 - components: - - type: Transform - pos: 76.5,50.5 - parent: 2 - - uid: 4703 - components: - - type: Transform - pos: 77.5,50.5 - parent: 2 - - uid: 4704 - components: - - type: Transform - pos: 79.5,52.5 - parent: 2 - - uid: 4705 - components: - - type: Transform - pos: 83.5,51.5 - parent: 2 - - uid: 4706 - components: - - type: Transform - pos: 79.5,51.5 - parent: 2 - - uid: 4707 - components: - - type: Transform - pos: 79.5,50.5 - parent: 2 - - uid: 4708 - components: - - type: Transform - pos: 82.5,51.5 - parent: 2 - - uid: 4709 - components: - - type: Transform - pos: 79.5,49.5 - parent: 2 - - uid: 4710 - components: - - type: Transform - pos: 81.5,49.5 - parent: 2 - - uid: 4711 - components: - - type: Transform - pos: 82.5,49.5 - parent: 2 - - uid: 4716 - components: - - type: Transform - pos: 78.5,33.5 - parent: 2 - - uid: 4717 - components: - - type: Transform - pos: 75.5,37.5 - parent: 2 - - uid: 4718 - components: - - type: Transform - pos: 75.5,38.5 - parent: 2 - - uid: 4719 - components: - - type: Transform - pos: 53.5,37.5 - parent: 2 - - uid: 4720 - components: - - type: Transform - pos: 53.5,38.5 - parent: 2 - - uid: 4750 - components: - - type: Transform - pos: 55.5,36.5 - parent: 2 - - uid: 4751 - components: - - type: Transform - pos: 53.5,33.5 - parent: 2 - - uid: 4752 - components: - - type: Transform - pos: 71.5,38.5 - parent: 2 - - uid: 4753 - components: - - type: Transform - pos: 69.5,37.5 - parent: 2 - - uid: 4754 - components: - - type: Transform - pos: 69.5,39.5 - parent: 2 - - uid: 4755 - components: - - type: Transform - pos: 70.5,40.5 - parent: 2 - - uid: 4756 - components: - - type: Transform - pos: 72.5,40.5 - parent: 2 - - uid: 4757 - components: - - type: Transform - pos: 73.5,40.5 - parent: 2 - - uid: 4760 - components: - - type: Transform - pos: 73.5,39.5 - parent: 2 - - uid: 4768 - components: - - type: Transform - pos: 73.5,38.5 - parent: 2 - - uid: 4769 - components: - - type: Transform - pos: 83.5,38.5 - parent: 2 - - uid: 4771 - components: - - type: Transform - pos: 91.5,36.5 - parent: 2 - - uid: 4772 - components: - - type: Transform - pos: 89.5,35.5 - parent: 2 - - uid: 4775 - components: - - type: Transform - pos: 73.5,37.5 - parent: 2 - - uid: 4776 - components: - - type: Transform - pos: 73.5,35.5 - parent: 2 - - uid: 4777 - components: - - type: Transform - pos: 73.5,34.5 - parent: 2 - - uid: 4778 - components: - - type: Transform - pos: 72.5,33.5 - parent: 2 - - uid: 4779 - components: - - type: Transform - pos: 71.5,33.5 - parent: 2 - - uid: 4781 - components: - - type: Transform - pos: 70.5,33.5 - parent: 2 - - uid: 4782 - components: - - type: Transform - pos: 68.5,33.5 - parent: 2 - - uid: 4783 - components: - - type: Transform - pos: 91.5,37.5 - parent: 2 - - uid: 4789 - components: - - type: Transform - pos: 66.5,33.5 - parent: 2 - - uid: 4794 - components: - - type: Transform - pos: 67.5,35.5 - parent: 2 - - uid: 4796 - components: - - type: Transform - pos: 68.5,35.5 - parent: 2 - - uid: 4797 - components: - - type: Transform - pos: 90.5,36.5 - parent: 2 - - uid: 4798 - components: - - type: Transform - pos: 61.5,42.5 - parent: 2 - - uid: 4799 - components: - - type: Transform - pos: 61.5,40.5 - parent: 2 - - uid: 4800 - components: - - type: Transform - pos: 61.5,35.5 - parent: 2 - - uid: 4801 - components: - - type: Transform - pos: 61.5,41.5 - parent: 2 - - uid: 4802 - components: - - type: Transform - pos: 64.5,49.5 - parent: 2 - - uid: 4803 - components: - - type: Transform - pos: 65.5,49.5 - parent: 2 - - uid: 4804 - components: - - type: Transform - pos: 63.5,49.5 - parent: 2 - - uid: 4805 - components: - - type: Transform - pos: 63.5,48.5 - parent: 2 - - uid: 4806 - components: - - type: Transform - pos: 63.5,47.5 - parent: 2 - - uid: 4807 - components: - - type: Transform - pos: 60.5,47.5 - parent: 2 - - uid: 4808 - components: - - type: Transform - pos: 61.5,47.5 - parent: 2 - - uid: 4809 - components: - - type: Transform - pos: 61.5,45.5 - parent: 2 - - uid: 4810 - components: - - type: Transform - pos: 61.5,44.5 - parent: 2 - - uid: 4811 - components: - - type: Transform - pos: 61.5,43.5 - parent: 2 - - uid: 4812 - components: - - type: Transform - pos: 62.5,37.5 - parent: 2 - - uid: 4813 - components: - - type: Transform - pos: 61.5,36.5 - parent: 2 - - uid: 4814 - components: - - type: Transform - pos: 61.5,39.5 - parent: 2 - - uid: 4815 - components: - - type: Transform - pos: 61.5,37.5 - parent: 2 - - uid: 4816 - components: - - type: Transform - pos: 60.5,39.5 - parent: 2 - - uid: 4817 - components: - - type: Transform - pos: 60.5,37.5 - parent: 2 - - uid: 4818 - components: - - type: Transform - pos: 67.5,45.5 - parent: 2 - - uid: 4832 - components: - - type: Transform - pos: 67.5,46.5 - parent: 2 - - uid: 4833 - components: - - type: Transform - pos: 67.5,43.5 - parent: 2 - - uid: 4836 - components: - - type: Transform - pos: 66.5,43.5 - parent: 2 - - uid: 4837 - components: - - type: Transform - pos: 68.5,51.5 - parent: 2 - - uid: 4838 - components: - - type: Transform - pos: 68.5,53.5 - parent: 2 - - uid: 4839 - components: - - type: Transform - pos: 67.5,53.5 - parent: 2 - - uid: 4840 - components: - - type: Transform - pos: 66.5,53.5 - parent: 2 - - uid: 4841 - components: - - type: Transform - pos: 65.5,53.5 - parent: 2 - - uid: 4842 - components: - - type: Transform - pos: 65.5,50.5 - parent: 2 - - uid: 4843 - components: - - type: Transform - pos: 67.5,51.5 - parent: 2 - - uid: 4844 - components: - - type: Transform - pos: 71.5,36.5 - parent: 2 - - uid: 4845 - components: - - type: Transform - pos: 65.5,52.5 - parent: 2 - - uid: 4846 - components: - - type: Transform - pos: 65.5,51.5 - parent: 2 - - uid: 4860 - components: - - type: Transform - pos: 92.5,38.5 - parent: 2 - - uid: 4889 - components: - - type: Transform - pos: 97.5,26.5 - parent: 2 - - uid: 4890 - components: - - type: Transform - pos: 94.5,27.5 - parent: 2 - - uid: 4891 - components: - - type: Transform - pos: 70.5,45.5 - parent: 2 - - uid: 4892 - components: - - type: Transform - pos: 71.5,45.5 - parent: 2 - - uid: 4893 - components: - - type: Transform - pos: 71.5,43.5 - parent: 2 - - uid: 4894 - components: - - type: Transform - pos: 94.5,26.5 - parent: 2 - - uid: 4896 - components: - - type: Transform - pos: 92.5,24.5 - parent: 2 - - uid: 4898 - components: - - type: Transform - pos: 65.5,66.5 - parent: 2 - - uid: 4900 - components: - - type: Transform - pos: 65.5,65.5 - parent: 2 - - uid: 4902 - components: - - type: Transform - pos: 64.5,66.5 - parent: 2 - - uid: 4903 - components: - - type: Transform - pos: 59.5,45.5 - parent: 2 - - uid: 4905 - components: - - type: Transform - pos: 54.5,65.5 - parent: 2 - - uid: 4906 - components: - - type: Transform - pos: 61.5,66.5 - parent: 2 - - uid: 4908 - components: - - type: Transform - pos: 58.5,67.5 - parent: 2 - - uid: 4910 - components: - - type: Transform - pos: 75.5,31.5 - parent: 2 - - uid: 4911 - components: - - type: Transform - pos: 59.5,43.5 - parent: 2 - - uid: 4912 - components: - - type: Transform - pos: 73.5,31.5 - parent: 2 - - uid: 4915 - components: - - type: Transform - pos: 83.5,49.5 - parent: 2 - - uid: 4916 - components: - - type: Transform - pos: 55.5,35.5 - parent: 2 - - uid: 4917 - components: - - type: Transform - pos: 69.5,41.5 - parent: 2 - - uid: 4918 - components: - - type: Transform - pos: 69.5,42.5 - parent: 2 - - uid: 4919 - components: - - type: Transform - pos: 80.5,67.5 - parent: 2 - - uid: 4920 - components: - - type: Transform - pos: 85.5,49.5 - parent: 2 - - uid: 4922 - components: - - type: Transform - pos: 57.5,69.5 - parent: 2 - - uid: 4924 - components: - - type: Transform - pos: 74.5,53.5 - parent: 2 - - uid: 4925 - components: - - type: Transform - pos: 92.5,28.5 - parent: 2 - - uid: 4927 - components: - - type: Transform - pos: 88.5,34.5 - parent: 2 - - uid: 5384 - components: - - type: Transform - pos: 75.5,65.5 - parent: 2 - - uid: 5574 - components: - - type: Transform - pos: 83.5,42.5 - parent: 2 - - uid: 6108 - components: - - type: Transform - pos: 86.5,65.5 - parent: 2 - - uid: 6109 - components: - - type: Transform - pos: 74.5,65.5 - parent: 2 - - uid: 6114 - components: - - type: Transform - pos: 85.5,67.5 - parent: 2 - - uid: 6115 - components: - - type: Transform - pos: 73.5,65.5 - parent: 2 - - uid: 6116 - components: - - type: Transform - pos: 72.5,65.5 - parent: 2 - - uid: 6395 - components: - - type: Transform - pos: 91.5,43.5 - parent: 2 - - uid: 6401 - components: - - type: Transform - pos: 71.5,65.5 - parent: 2 - - uid: 6412 - components: - - type: Transform - pos: 60.5,69.5 - parent: 2 - - uid: 6615 - components: - - type: Transform - pos: 80.5,47.5 - parent: 2 - - uid: 6934 - components: - - type: Transform - pos: 78.5,41.5 - parent: 2 - - uid: 6935 - components: - - type: Transform - pos: 84.5,49.5 - parent: 2 - - uid: 6936 - components: - - type: Transform - pos: 94.5,35.5 - parent: 2 - - uid: 6938 - components: - - type: Transform - pos: 76.5,41.5 - parent: 2 - - uid: 6939 - components: - - type: Transform - pos: 86.5,50.5 - parent: 2 - - uid: 6940 - components: - - type: Transform - pos: 94.5,36.5 - parent: 2 - - uid: 6942 - components: - - type: Transform - pos: 65.5,39.5 - parent: 2 - - uid: 7762 - components: - - type: Transform - pos: 74.5,29.5 - parent: 2 - - uid: 7880 - components: - - type: Transform - pos: 92.5,42.5 - parent: 2 - - uid: 7884 - components: - - type: Transform - pos: 90.5,44.5 - parent: 2 - - uid: 8015 - components: - - type: Transform - pos: 90.5,45.5 - parent: 2 - - uid: 8445 - components: - - type: Transform - pos: 65.5,40.5 - parent: 2 - - uid: 9342 - components: - - type: Transform - pos: 65.5,41.5 - parent: 2 - - uid: 9626 - components: - - type: Transform - pos: 69.5,45.5 - parent: 2 - - uid: 9627 - components: - - type: Transform - pos: 69.5,38.5 - parent: 2 - - uid: 9628 - components: - - type: Transform - pos: 69.5,53.5 - parent: 2 - - uid: 9629 - components: - - type: Transform - pos: 69.5,52.5 - parent: 2 - - uid: 9630 - components: - - type: Transform - pos: 71.5,63.5 - parent: 2 - - uid: 9631 - components: - - type: Transform - pos: 71.5,64.5 - parent: 2 - - uid: 9638 - components: - - type: Transform - pos: 77.5,64.5 - parent: 2 - - uid: 9669 - components: - - type: Transform - pos: 77.5,63.5 - parent: 2 - - uid: 10348 - components: - - type: Transform - pos: 62.5,69.5 - parent: 2 - - uid: 10349 - components: - - type: Transform - pos: 79.5,47.5 - parent: 2 - - uid: 10350 - components: - - type: Transform - pos: 75.5,42.5 - parent: 2 - - uid: 10351 - components: - - type: Transform - pos: 79.5,40.5 - parent: 2 - - uid: 10352 - components: - - type: Transform - pos: 75.5,41.5 - parent: 2 - - uid: 10353 - components: - - type: Transform - pos: 77.5,41.5 - parent: 2 - - uid: 10354 - components: - - type: Transform - pos: 86.5,51.5 - parent: 2 - - uid: 10356 - components: - - type: Transform - pos: 86.5,48.5 - parent: 2 - - uid: 10357 - components: - - type: Transform - pos: 71.5,50.5 - parent: 2 - - uid: 10358 - components: - - type: Transform - pos: 71.5,52.5 - parent: 2 - - uid: 10359 - components: - - type: Transform - pos: 71.5,51.5 - parent: 2 - - uid: 10360 - components: - - type: Transform - pos: 70.5,47.5 - parent: 2 - - uid: 10361 - components: - - type: Transform - pos: 69.5,43.5 - parent: 2 - - uid: 10362 - components: - - type: Transform - pos: 71.5,40.5 - parent: 2 - - uid: 10363 - components: - - type: Transform - pos: 77.5,53.5 - parent: 2 - - uid: 10364 - components: - - type: Transform - pos: 69.5,54.5 - parent: 2 - - uid: 10365 - components: - - type: Transform - pos: 59.5,39.5 - parent: 2 - - uid: 10366 - components: - - type: Transform - pos: 71.5,53.5 - parent: 2 - - uid: 10367 - components: - - type: Transform - pos: 79.5,62.5 - parent: 2 - - uid: 13783 - components: - - type: Transform - pos: 72.5,53.5 - parent: 2 - - uid: 13790 - components: - - type: Transform - pos: 58.5,41.5 - parent: 2 - - uid: 13791 - components: - - type: Transform - pos: 73.5,53.5 - parent: 2 - - uid: 13792 - components: - - type: Transform - pos: 71.5,35.5 - parent: 2 - - uid: 13793 - components: - - type: Transform - pos: 65.5,33.5 - parent: 2 - - uid: 13794 - components: - - type: Transform - pos: 63.5,43.5 - parent: 2 - - uid: 13795 - components: - - type: Transform - pos: 63.5,41.5 - parent: 2 - - uid: 13806 - components: - - type: Transform - pos: 63.5,42.5 - parent: 2 - - uid: 13808 - components: - - type: Transform - pos: 63.5,39.5 - parent: 2 - - uid: 13809 - components: - - type: Transform - pos: 63.5,40.5 - parent: 2 - - uid: 13810 - components: - - type: Transform - pos: 63.5,37.5 - parent: 2 - - uid: 13811 - components: - - type: Transform - pos: 87.5,48.5 - parent: 2 - - uid: 13812 - components: - - type: Transform - pos: 82.5,47.5 - parent: 2 - - uid: 13813 - components: - - type: Transform - pos: 75.5,46.5 - parent: 2 - - uid: 13814 - components: - - type: Transform - pos: 93.5,46.5 - parent: 2 - - uid: 13815 - components: - - type: Transform - pos: 76.5,48.5 - parent: 2 - - uid: 13820 - components: - - type: Transform - pos: 89.5,26.5 - parent: 2 - - uid: 13821 - components: - - type: Transform - pos: 82.5,38.5 - parent: 2 - - uid: 13822 - components: - - type: Transform - pos: 89.5,25.5 - parent: 2 - - uid: 13823 - components: - - type: Transform - pos: 65.5,69.5 - parent: 2 - - uid: 13824 - components: - - type: Transform - pos: 83.5,37.5 - parent: 2 - - uid: 14949 - components: - - type: Transform - pos: 87.5,66.5 - parent: 2 - - uid: 14950 - components: - - type: Transform - pos: 83.5,65.5 - parent: 2 - - uid: 14951 - components: - - type: Transform - pos: 87.5,65.5 - parent: 2 - - uid: 14952 - components: - - type: Transform - pos: 81.5,65.5 - parent: 2 - - uid: 14953 - components: - - type: Transform - pos: 87.5,64.5 - parent: 2 - - uid: 14954 - components: - - type: Transform - pos: 82.5,67.5 - parent: 2 - - uid: 14955 - components: - - type: Transform - pos: 85.5,68.5 - parent: 2 - - uid: 14956 - components: - - type: Transform - pos: 87.5,67.5 - parent: 2 - - uid: 14957 - components: - - type: Transform - pos: 70.5,35.5 - parent: 2 - - uid: 14959 - components: - - type: Transform - pos: 64.5,43.5 - parent: 2 - - uid: 14960 - components: - - type: Transform - pos: 65.5,45.5 - parent: 2 - - uid: 14961 - components: - - type: Transform - pos: 64.5,45.5 - parent: 2 - - uid: 14962 - components: - - type: Transform - pos: 65.5,46.5 - parent: 2 - - uid: 14963 - components: - - type: Transform - pos: 65.5,47.5 - parent: 2 - - uid: 14964 - components: - - type: Transform - pos: 67.5,50.5 - parent: 2 - - uid: 14965 - components: - - type: Transform - pos: 83.5,47.5 - parent: 2 - - uid: 14966 - components: - - type: Transform - pos: 81.5,47.5 - parent: 2 - - uid: 14967 - components: - - type: Transform - pos: 75.5,44.5 - parent: 2 - - uid: 14968 - components: - - type: Transform - pos: 75.5,45.5 - parent: 2 - - uid: 14969 - components: - - type: Transform - pos: 75.5,43.5 - parent: 2 - - uid: 14970 - components: - - type: Transform - pos: 75.5,48.5 - parent: 2 - - uid: 14971 - components: - - type: Transform - pos: 77.5,48.5 - parent: 2 - - uid: 14973 - components: - - type: Transform - pos: 84.5,65.5 - parent: 2 - - uid: 14974 - components: - - type: Transform - pos: 82.5,65.5 - parent: 2 - - uid: 14975 - components: - - type: Transform - pos: 79.5,65.5 - parent: 2 - - uid: 14976 - components: - - type: Transform - pos: 80.5,65.5 - parent: 2 - - uid: 14978 - components: - - type: Transform - pos: 77.5,65.5 - parent: 2 - - uid: 14979 - components: - - type: Transform - pos: 72.5,47.5 - parent: 2 - - uid: 14980 - components: - - type: Transform - pos: 70.5,49.5 - parent: 2 - - uid: 14981 - components: - - type: Transform - pos: 55.5,33.5 - parent: 2 - - uid: 14982 - components: - - type: Transform - pos: 54.5,33.5 - parent: 2 - - uid: 14984 - components: - - type: Transform - pos: 69.5,44.5 - parent: 2 - - uid: 14985 - components: - - type: Transform - pos: 69.5,47.5 - parent: 2 - - uid: 16101 - components: - - type: Transform - pos: 69.5,49.5 - parent: 2 - - uid: 16476 - components: - - type: Transform - pos: 71.5,49.5 - parent: 2 - - uid: 16485 - components: - - type: Transform - pos: 56.5,33.5 - parent: 2 - - uid: 16577 - components: - - type: Transform - pos: 81.5,33.5 - parent: 2 - - uid: 17651 - components: - - type: Transform - pos: 77.5,68.5 - parent: 2 - - uid: 18033 - components: - - type: Transform - pos: 73.5,47.5 - parent: 2 - - uid: 18326 - components: - - type: Transform - pos: 71.5,47.5 - parent: 2 - - uid: 19319 - components: - - type: Transform - pos: 79.5,41.5 - parent: 2 - - uid: 19322 - components: - - type: Transform - pos: 64.5,37.5 - parent: 2 - - uid: 19325 - components: - - type: Transform - pos: 79.5,39.5 - parent: 2 - - uid: 19326 - components: - - type: Transform - pos: 67.5,49.5 - parent: 2 - - uid: 19336 - components: - - type: Transform - pos: 57.5,33.5 - parent: 2 - - uid: 19716 - components: - - type: Transform - pos: 96.5,43.5 - parent: 2 - - uid: 19725 - components: - - type: Transform - pos: 97.5,32.5 - parent: 2 - - uid: 19726 - components: - - type: Transform - pos: 99.5,32.5 - parent: 2 - - uid: 19727 - components: - - type: Transform - pos: 64.5,57.5 - parent: 2 - - uid: 19728 - components: - - type: Transform - pos: 94.5,44.5 - parent: 2 - - uid: 19729 - components: - - type: Transform - pos: 96.5,44.5 - parent: 2 - - uid: 19894 - components: - - type: Transform - pos: 82.5,41.5 - parent: 2 - - uid: 19899 - components: - - type: Transform - pos: 84.5,36.5 - parent: 2 - - uid: 19940 - components: - - type: Transform - pos: -75.5,-7.5 - parent: 2 - - uid: 20936 - components: - - type: Transform - pos: 96.5,36.5 - parent: 2 - - uid: 20985 - components: - - type: Transform - pos: -77.5,-6.5 - parent: 2 - - uid: 21034 - components: - - type: Transform - pos: 84.5,35.5 - parent: 2 - - uid: 22371 - components: - - type: Transform - pos: 81.5,38.5 - parent: 2 - - uid: 22378 - components: - - type: Transform - pos: 74.5,41.5 - parent: 2 - - uid: 22398 - components: - - type: Transform - pos: -65.5,32.5 - parent: 2 - - uid: 22399 - components: - - type: Transform - pos: -71.5,-1.5 - parent: 2 - - uid: 22400 - components: - - type: Transform - pos: -77.5,-4.5 - parent: 2 - - uid: 22401 - components: - - type: Transform - pos: -79.5,-2.5 - parent: 2 - - uid: 22630 - components: - - type: Transform - pos: -75.5,-1.5 - parent: 2 - - uid: 22633 - components: - - type: Transform - pos: -74.5,-1.5 - parent: 2 - - uid: 22638 - components: - - type: Transform - pos: -72.5,-1.5 - parent: 2 - - uid: 22639 - components: - - type: Transform - pos: -73.5,-1.5 - parent: 2 - - uid: 22640 - components: - - type: Transform - pos: -74.5,-7.5 - parent: 2 - - uid: 22641 - components: - - type: Transform - pos: -77.5,-5.5 - parent: 2 - - uid: 22642 - components: - - type: Transform - pos: -78.5,-3.5 - parent: 2 - - uid: 22643 - components: - - type: Transform - pos: -77.5,-3.5 - parent: 2 - - uid: 22646 - components: - - type: Transform - pos: -77.5,-1.5 - parent: 2 - - uid: 22647 - components: - - type: Transform - pos: -69.5,35.5 - parent: 2 - - uid: 22652 - components: - - type: Transform - pos: -66.5,35.5 - parent: 2 - - uid: 22653 - components: - - type: Transform - pos: -68.5,35.5 - parent: 2 - - uid: 22655 - components: - - type: Transform - pos: -69.5,31.5 - parent: 2 - - uid: 22752 - components: - - type: Transform - pos: 82.5,40.5 - parent: 2 - - uid: 22753 - components: - - type: Transform - pos: 85.5,35.5 - parent: 2 - - uid: 22770 - components: - - type: Transform - pos: -78.5,-1.5 - parent: 2 - - uid: 23056 - components: - - type: Transform - pos: 53.5,63.5 - parent: 2 - - uid: 23066 - components: - - type: Transform - pos: 69.5,63.5 - parent: 2 - - uid: 23068 - components: - - type: Transform - pos: 67.5,63.5 - parent: 2 - - uid: 23073 - components: - - type: Transform - pos: 82.5,42.5 - parent: 2 - - uid: 23075 - components: - - type: Transform - pos: 59.5,47.5 - parent: 2 - - uid: 23078 - components: - - type: Transform - pos: 59.5,42.5 - parent: 2 - - uid: 23079 - components: - - type: Transform - pos: 53.5,35.5 - parent: 2 - - uid: 23081 - components: - - type: Transform - pos: 71.5,27.5 - parent: 2 - - uid: 23082 - components: - - type: Transform - pos: 67.5,66.5 - parent: 2 - - uid: 23086 - components: - - type: Transform - pos: 76.5,27.5 - parent: 2 - - uid: 23385 - components: - - type: Transform - pos: -76.5,-7.5 - parent: 2 - - uid: 23424 - components: - - type: Transform - pos: 86.5,35.5 - parent: 2 - - uid: 23448 - components: - - type: Transform - pos: 88.5,35.5 - parent: 2 - - uid: 23480 - components: - - type: Transform - pos: -71.5,-5.5 - parent: 2 - - uid: 23483 - components: - - type: Transform - pos: 59.5,44.5 - parent: 2 - - uid: 23484 - components: - - type: Transform - pos: 76.5,29.5 - parent: 2 - - uid: 23485 - components: - - type: Transform - pos: 82.5,39.5 - parent: 2 - - uid: 23487 - components: - - type: Transform - pos: 69.5,33.5 - parent: 2 - - uid: 23489 - components: - - type: Transform - pos: 53.5,36.5 - parent: 2 - - uid: 23491 - components: - - type: Transform - pos: 91.5,42.5 - parent: 2 - - uid: 23492 - components: - - type: Transform - pos: 90.5,35.5 - parent: 2 - - uid: 23504 - components: - - type: Transform - pos: -71.5,-2.5 - parent: 2 - - uid: 23505 - components: - - type: Transform - pos: -71.5,-4.5 - parent: 2 - - uid: 23506 - components: - - type: Transform - pos: -71.5,-3.5 - parent: 2 - - uid: 23507 - components: - - type: Transform - pos: -70.5,-5.5 - parent: 2 - - uid: 23508 - components: - - type: Transform - pos: -73.5,-7.5 - parent: 2 - - uid: 23509 - components: - - type: Transform - pos: -72.5,-7.5 - parent: 2 - - uid: 23516 - components: - - type: Transform - pos: -71.5,-7.5 - parent: 2 - - uid: 23537 - components: - - type: Transform - pos: -66.5,29.5 - parent: 2 - - uid: 23541 - components: - - type: Transform - pos: -65.5,31.5 - parent: 2 - - uid: 23543 - components: - - type: Transform - pos: -69.5,30.5 - parent: 2 - - uid: 23589 - components: - - type: Transform - pos: -67.5,30.5 - parent: 2 - - uid: 23590 - components: - - type: Transform - pos: -65.5,33.5 - parent: 2 - - uid: 23591 - components: - - type: Transform - pos: -65.5,35.5 - parent: 2 - - uid: 23703 - components: - - type: Transform - pos: 62.5,66.5 - parent: 2 - - uid: 23704 - components: - - type: Transform - pos: 54.5,66.5 - parent: 2 - - uid: 23706 - components: - - type: Transform - pos: 70.5,27.5 - parent: 2 - - uid: 23716 - components: - - type: Transform - pos: 67.5,68.5 - parent: 2 - - uid: 23729 - components: - - type: Transform - pos: 76.5,30.5 - parent: 2 - - uid: 23730 - components: - - type: Transform - pos: 57.5,44.5 - parent: 2 - - uid: 23733 - components: - - type: Transform - pos: 75.5,27.5 - parent: 2 - - uid: 23734 - components: - - type: Transform - pos: 73.5,27.5 - parent: 2 - - uid: 23736 - components: - - type: Transform - pos: 74.5,31.5 - parent: 2 - - uid: 23737 - components: - - type: Transform - pos: 76.5,31.5 - parent: 2 - - uid: 23738 - components: - - type: Transform - pos: 67.5,65.5 - parent: 2 - - uid: 23739 - components: - - type: Transform - pos: 69.5,64.5 - parent: 2 - - uid: 23753 - components: - - type: Transform - pos: 63.5,66.5 - parent: 2 - - uid: 24081 - components: - - type: Transform - pos: -66.5,30.5 - parent: 2 - - uid: 25067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,34.5 - parent: 2 - - uid: 25068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,32.5 - parent: 2 - - uid: 25172 - components: - - type: Transform - pos: 75.5,29.5 - parent: 2 - - uid: 25203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,33.5 - parent: 2 - - uid: 26584 - components: - - type: Transform - pos: 70.5,26.5 - parent: 2 - - uid: 26624 - components: - - type: Transform - pos: 70.5,25.5 - parent: 2 - - uid: 27830 - components: - - type: Transform - pos: 87.5,26.5 - parent: 2 - - uid: 27831 - components: - - type: Transform - pos: 89.5,27.5 - parent: 2 - - uid: 27834 - components: - - type: Transform - pos: 52.5,41.5 - parent: 2 - - uid: 27835 - components: - - type: Transform - pos: 73.5,41.5 - parent: 2 - - uid: 27836 - components: - - type: Transform - pos: 58.5,39.5 - parent: 2 - - uid: 27837 - components: - - type: Transform - pos: 98.5,26.5 - parent: 2 - - uid: 27838 - components: - - type: Transform - pos: 96.5,35.5 - parent: 2 - - uid: 27839 - components: - - type: Transform - pos: 98.5,32.5 - parent: 2 - - uid: 27840 - components: - - type: Transform - pos: 96.5,32.5 - parent: 2 - - uid: 27841 - components: - - type: Transform - pos: 93.5,43.5 - parent: 2 - - uid: 27842 - components: - - type: Transform - pos: 93.5,44.5 - parent: 2 - - uid: 27843 - components: - - type: Transform - pos: 95.5,44.5 - parent: 2 - - uid: 27859 - components: - - type: Transform - pos: 53.5,40.5 - parent: 2 - - uid: 27867 - components: - - type: Transform - pos: 96.5,25.5 - parent: 2 - - uid: 27873 - components: - - type: Transform - pos: 77.5,62.5 - parent: 2 - - uid: 27874 - components: - - type: Transform - pos: 75.5,59.5 - parent: 2 - - uid: 27877 - components: - - type: Transform - pos: 77.5,58.5 - parent: 2 - - uid: 27878 - components: - - type: Transform - pos: 77.5,56.5 - parent: 2 - - uid: 27889 - components: - - type: Transform - pos: 75.5,58.5 - parent: 2 - - uid: 27890 - components: - - type: Transform - pos: 77.5,55.5 - parent: 2 - - uid: 27891 - components: - - type: Transform - pos: 77.5,54.5 - parent: 2 - - uid: 27892 - components: - - type: Transform - pos: 79.5,60.5 - parent: 2 - - uid: 27893 - components: - - type: Transform - pos: 75.5,57.5 - parent: 2 - - uid: 27894 - components: - - type: Transform - pos: 75.5,62.5 - parent: 2 - - uid: 27895 - components: - - type: Transform - pos: 75.5,56.5 - parent: 2 - - uid: 27896 - components: - - type: Transform - pos: 78.5,60.5 - parent: 2 - - uid: 27897 - components: - - type: Transform - pos: 76.5,62.5 - parent: 2 - - uid: 27898 - components: - - type: Transform - pos: 77.5,60.5 - parent: 2 - - uid: 27899 - components: - - type: Transform - pos: 77.5,59.5 - parent: 2 - - uid: 27900 - components: - - type: Transform - pos: 77.5,57.5 - parent: 2 - - uid: 27902 - components: - - type: Transform - pos: 54.5,60.5 - parent: 2 - - uid: 27903 - components: - - type: Transform - pos: 65.5,61.5 - parent: 2 - - uid: 27904 - components: - - type: Transform - pos: 80.5,62.5 - parent: 2 - - uid: 27907 - components: - - type: Transform - pos: 90.5,32.5 - parent: 2 - - uid: 27909 - components: - - type: Transform - pos: 86.5,49.5 - parent: 2 - - uid: 27910 - components: - - type: Transform - pos: 64.5,60.5 - parent: 2 - - uid: 27912 - components: - - type: Transform - pos: 65.5,63.5 - parent: 2 - - uid: 27913 - components: - - type: Transform - pos: 71.5,58.5 - parent: 2 - - uid: 27915 - components: - - type: Transform - pos: 94.5,38.5 - parent: 2 - - uid: 27918 - components: - - type: Transform - pos: 54.5,57.5 - parent: 2 - - uid: 27919 - components: - - type: Transform - pos: 90.5,48.5 - parent: 2 - - uid: 27920 - components: - - type: Transform - pos: 75.5,55.5 - parent: 2 - - uid: 27921 - components: - - type: Transform - pos: 62.5,60.5 - parent: 2 - - uid: 27924 - components: - - type: Transform - pos: 71.5,61.5 - parent: 2 - - uid: 27928 - components: - - type: Transform - pos: 79.5,59.5 - parent: 2 - - uid: 27930 - components: - - type: Transform - pos: 53.5,43.5 - parent: 2 - - uid: 27935 - components: - - type: Transform - pos: 61.5,60.5 - parent: 2 - - uid: 27936 - components: - - type: Transform - pos: 95.5,30.5 - parent: 2 - - uid: 27937 - components: - - type: Transform - pos: 55.5,60.5 - parent: 2 - - uid: 27938 - components: - - type: Transform - pos: 65.5,60.5 - parent: 2 - - uid: 27939 - components: - - type: Transform - pos: 65.5,59.5 - parent: 2 - - uid: 27940 - components: - - type: Transform - pos: 67.5,38.5 - parent: 2 - - uid: 27942 - components: - - type: Transform - pos: 99.5,29.5 - parent: 2 - - uid: 27945 - components: - - type: Transform - pos: 84.5,28.5 - parent: 2 - - uid: 27947 - components: - - type: Transform - pos: 90.5,28.5 - parent: 2 - - uid: 27976 - components: - - type: Transform - pos: 67.5,40.5 - parent: 2 - - uid: 27977 - components: - - type: Transform - pos: 72.5,62.5 - parent: 2 - - uid: 27978 - components: - - type: Transform - pos: 67.5,39.5 - parent: 2 - - uid: 27980 - components: - - type: Transform - pos: 93.5,42.5 - parent: 2 - - uid: 27981 - components: - - type: Transform - pos: 72.5,43.5 - parent: 2 - - uid: 27987 - components: - - type: Transform - pos: 96.5,30.5 - parent: 2 - - uid: 27988 - components: - - type: Transform - pos: 99.5,30.5 - parent: 2 - - uid: 27990 - components: - - type: Transform - pos: 89.5,48.5 - parent: 2 - - uid: 27991 - components: - - type: Transform - pos: 89.5,30.5 - parent: 2 - - uid: 27992 - components: - - type: Transform - pos: 84.5,30.5 - parent: 2 - - uid: 27993 - components: - - type: Transform - pos: 84.5,31.5 - parent: 2 - - uid: 27994 - components: - - type: Transform - pos: 92.5,48.5 - parent: 2 - - uid: 27995 - components: - - type: Transform - pos: 54.5,59.5 - parent: 2 - - uid: 27996 - components: - - type: Transform - pos: 74.5,46.5 - parent: 2 - - uid: 27997 - components: - - type: Transform - pos: 54.5,43.5 - parent: 2 - - uid: 27999 - components: - - type: Transform - pos: 63.5,62.5 - parent: 2 - - uid: 28006 - components: - - type: Transform - pos: 96.5,39.5 - parent: 2 - - uid: 28009 - components: - - type: Transform - pos: 84.5,29.5 - parent: 2 - - uid: 28010 - components: - - type: Transform - pos: 56.5,69.5 - parent: 2 - - uid: 28011 - components: - - type: Transform - pos: 92.5,30.5 - parent: 2 - - uid: 28012 - components: - - type: Transform - pos: 93.5,34.5 - parent: 2 - - uid: 28014 - components: - - type: Transform - pos: 94.5,37.5 - parent: 2 - - uid: 28015 - components: - - type: Transform - pos: 84.5,46.5 - parent: 2 - - uid: 28016 - components: - - type: Transform - pos: 94.5,39.5 - parent: 2 - - uid: 28017 - components: - - type: Transform - pos: 73.5,46.5 - parent: 2 - - uid: 28019 - components: - - type: Transform - pos: 98.5,34.5 - parent: 2 - - uid: 28020 - components: - - type: Transform - pos: 63.5,60.5 - parent: 2 - - uid: 28021 - components: - - type: Transform - pos: 65.5,62.5 - parent: 2 - - uid: 28023 - components: - - type: Transform - pos: 91.5,25.5 - parent: 2 - - uid: 28025 - components: - - type: Transform - pos: 99.5,34.5 - parent: 2 - - uid: 28026 - components: - - type: Transform - pos: 96.5,38.5 - parent: 2 - - uid: 28029 - components: - - type: Transform - pos: 92.5,34.5 - parent: 2 - - uid: 28030 - components: - - type: Transform - pos: 84.5,47.5 - parent: 2 - - uid: 28031 - components: - - type: Transform - pos: 86.5,31.5 - parent: 2 - - uid: 28032 - components: - - type: Transform - pos: 96.5,34.5 - parent: 2 - - uid: 28033 - components: - - type: Transform - pos: 88.5,31.5 - parent: 2 - - uid: 28034 - components: - - type: Transform - pos: 98.5,40.5 - parent: 2 - - uid: 28035 - components: - - type: Transform - pos: 86.5,30.5 - parent: 2 - - uid: 28042 - components: - - type: Transform - pos: 57.5,47.5 - parent: 2 - - uid: 28045 - components: - - type: Transform - pos: 92.5,46.5 - parent: 2 - - uid: 28046 - components: - - type: Transform - pos: 56.5,43.5 - parent: 2 - - uid: 28048 - components: - - type: Transform - pos: 56.5,41.5 - parent: 2 - - uid: 28049 - components: - - type: Transform - pos: 58.5,35.5 - parent: 2 - - uid: 28050 - components: - - type: Transform - pos: 55.5,41.5 - parent: 2 - - uid: 28249 - components: - - type: Transform - pos: 56.5,35.5 - parent: 2 - - uid: 28502 - components: - - type: Transform - pos: 59.5,35.5 - parent: 2 - - uid: 28503 - components: - - type: Transform - pos: 59.5,37.5 - parent: 2 - - uid: 28505 - components: - - type: Transform - pos: 57.5,35.5 - parent: 2 - - uid: 28506 - components: - - type: Transform - pos: 57.5,37.5 - parent: 2 - - uid: 28507 - components: - - type: Transform - pos: 57.5,38.5 - parent: 2 - - uid: 28509 - components: - - type: Transform - pos: 51.5,33.5 - parent: 2 - - uid: 28510 - components: - - type: Transform - pos: 55.5,39.5 - parent: 2 - - uid: 28511 - components: - - type: Transform - pos: 66.5,69.5 - parent: 2 - - uid: 29256 - components: - - type: Transform - pos: 76.5,65.5 - parent: 2 - - uid: 29264 - components: - - type: Transform - pos: 90.5,25.5 - parent: 2 - - uid: 29267 - components: - - type: Transform - pos: 79.5,64.5 - parent: 2 - - uid: 29268 - components: - - type: Transform - pos: 98.5,38.5 - parent: 2 - - uid: 29270 - components: - - type: Transform - pos: 67.5,69.5 - parent: 2 - - uid: 29271 - components: - - type: Transform - pos: 54.5,69.5 - parent: 2 - - uid: 29274 - components: - - type: Transform - pos: 59.5,69.5 - parent: 2 - - uid: 29275 - components: - - type: Transform - pos: 82.5,45.5 - parent: 2 - - uid: 29276 - components: - - type: Transform - pos: 99.5,43.5 - parent: 2 - - uid: 29277 - components: - - type: Transform - pos: 98.5,36.5 - parent: 2 - - uid: 29278 - components: - - type: Transform - pos: 98.5,39.5 - parent: 2 - - uid: 29279 - components: - - type: Transform - pos: 98.5,43.5 - parent: 2 - - uid: 29280 - components: - - type: Transform - pos: 98.5,41.5 - parent: 2 - - uid: 29281 - components: - - type: Transform - pos: 98.5,37.5 - parent: 2 - - uid: 29282 - components: - - type: Transform - pos: 98.5,42.5 - parent: 2 - - uid: 29283 - components: - - type: Transform - pos: 88.5,30.5 - parent: 2 - - uid: 29284 - components: - - type: Transform - pos: 88.5,32.5 - parent: 2 - - uid: 29285 - components: - - type: Transform - pos: 99.5,28.5 - parent: 2 - - uid: 29302 - components: - - type: Transform - pos: 90.5,30.5 - parent: 2 - - uid: 29303 - components: - - type: Transform - pos: 98.5,30.5 - parent: 2 - - uid: 29308 - components: - - type: Transform - pos: 81.5,45.5 - parent: 2 - - uid: 29310 - components: - - type: Transform - pos: 86.5,28.5 - parent: 2 - - uid: 29311 - components: - - type: Transform - pos: 88.5,28.5 - parent: 2 - - uid: 29313 - components: - - type: Transform - pos: 69.5,51.5 - parent: 2 - - uid: 29317 - components: - - type: Transform - pos: 71.5,37.5 - parent: 2 - - uid: 29318 - components: - - type: Transform - pos: 57.5,45.5 - parent: 2 - - uid: 29319 - components: - - type: Transform - pos: 54.5,58.5 - parent: 2 - - uid: 29320 - components: - - type: Transform - pos: 78.5,45.5 - parent: 2 - - uid: 29323 - components: - - type: Transform - pos: 65.5,58.5 - parent: 2 - - uid: 29324 - components: - - type: Transform - pos: 65.5,57.5 - parent: 2 - - uid: 29325 - components: - - type: Transform - pos: 75.5,47.5 - parent: 2 - - uid: 29326 - components: - - type: Transform - pos: 80.5,43.5 - parent: 2 - - uid: 29327 - components: - - type: Transform - pos: 77.5,45.5 - parent: 2 - - uid: 29328 - components: - - type: Transform - pos: 79.5,45.5 - parent: 2 - - uid: 29329 - components: - - type: Transform - pos: 79.5,43.5 - parent: 2 - - uid: 29330 - components: - - type: Transform - pos: 80.5,45.5 - parent: 2 - - uid: 29331 - components: - - type: Transform - pos: 80.5,44.5 - parent: 2 - - uid: 29332 - components: - - type: Transform - pos: 81.5,36.5 - parent: 2 - - uid: 29333 - components: - - type: Transform - pos: 80.5,35.5 - parent: 2 - - uid: 29334 - components: - - type: Transform - pos: 79.5,35.5 - parent: 2 - - uid: 29335 - components: - - type: Transform - pos: 82.5,27.5 - parent: 2 - - uid: 29336 - components: - - type: Transform - pos: 81.5,35.5 - parent: 2 - - uid: 29337 - components: - - type: Transform - pos: 82.5,29.5 - parent: 2 - - uid: 29338 - components: - - type: Transform - pos: 82.5,30.5 - parent: 2 - - uid: 29339 - components: - - type: Transform - pos: 86.5,33.5 - parent: 2 - - uid: 29340 - components: - - type: Transform - pos: 79.5,63.5 - parent: 2 - - uid: 29341 - components: - - type: Transform - pos: 73.5,57.5 - parent: 2 - - uid: 29342 - components: - - type: Transform - pos: 55.5,69.5 - parent: 2 - - uid: 29343 - components: - - type: Transform - pos: 73.5,62.5 - parent: 2 - - uid: 29344 - components: - - type: Transform - pos: 73.5,60.5 - parent: 2 - - uid: 29345 - components: - - type: Transform - pos: 73.5,61.5 - parent: 2 - - uid: 29346 - components: - - type: Transform - pos: 73.5,56.5 - parent: 2 - - uid: 29347 - components: - - type: Transform - pos: 75.5,61.5 - parent: 2 - - uid: 29350 - components: - - type: Transform - pos: 55.5,38.5 - parent: 2 - - uid: 29352 - components: - - type: Transform - pos: 73.5,58.5 - parent: 2 - - uid: 29353 - components: - - type: Transform - pos: 67.5,60.5 - parent: 2 - - uid: 29354 - components: - - type: Transform - pos: 67.5,61.5 - parent: 2 - - uid: 29355 - components: - - type: Transform - pos: 67.5,59.5 - parent: 2 - - uid: 29358 - components: - - type: Transform - pos: 55.5,40.5 - parent: 2 - - uid: 29360 - components: - - type: Transform - pos: 70.5,56.5 - parent: 2 - - uid: 29361 - components: - - type: Transform - pos: 67.5,62.5 - parent: 2 - - uid: 29367 - components: - - type: Transform - pos: 72.5,56.5 - parent: 2 - - uid: 29368 - components: - - type: Transform - pos: 71.5,56.5 - parent: 2 - - uid: 29369 - components: - - type: Transform - pos: 87.5,28.5 - parent: 2 - - uid: 29370 - components: - - type: Transform - pos: 57.5,43.5 - parent: 2 - - uid: 29373 - components: - - type: Transform - pos: 97.5,28.5 - parent: 2 - - uid: 29374 - components: - - type: Transform - pos: 96.5,28.5 - parent: 2 - - uid: 29375 - components: - - type: Transform - pos: 98.5,28.5 - parent: 2 - - uid: 29376 - components: - - type: Transform - pos: 82.5,26.5 - parent: 2 - - uid: 29377 - components: - - type: Transform - pos: 82.5,32.5 - parent: 2 - - uid: 29378 - components: - - type: Transform - pos: 82.5,31.5 - parent: 2 - - uid: 29379 - components: - - type: Transform - pos: 82.5,33.5 - parent: 2 - - uid: 29380 - components: - - type: Transform - pos: 71.5,60.5 - parent: 2 - - uid: 29381 - components: - - type: Transform - pos: 71.5,59.5 - parent: 2 - - uid: 29382 - components: - - type: Transform - pos: 83.5,26.5 - parent: 2 - - uid: 29383 - components: - - type: Transform - pos: 88.5,33.5 - parent: 2 - - uid: 29384 - components: - - type: Transform - pos: 87.5,33.5 - parent: 2 - - uid: 29385 - components: - - type: Transform - pos: 94.5,33.5 - parent: 2 - - uid: 29386 - components: - - type: Transform - pos: 82.5,28.5 - parent: 2 - - uid: 29387 - components: - - type: Transform - pos: 80.5,29.5 - parent: 2 - - uid: 29388 - components: - - type: Transform - pos: 80.5,28.5 - parent: 2 - - uid: 29392 - components: - - type: Transform - pos: 81.5,28.5 - parent: 2 - - uid: 29395 - components: - - type: Transform - pos: 94.5,30.5 - parent: 2 - - uid: 29396 - components: - - type: Transform - pos: 91.5,30.5 - parent: 2 - - uid: 29397 - components: - - type: Transform - pos: 93.5,30.5 - parent: 2 - - uid: 29398 - components: - - type: Transform - pos: 97.5,30.5 - parent: 2 - - uid: 29399 - components: - - type: Transform - pos: 86.5,32.5 - parent: 2 - - uid: 29406 - components: - - type: Transform - pos: 78.5,43.5 - parent: 2 - - uid: 29407 - components: - - type: Transform - pos: 80.5,34.5 - parent: 2 - - uid: 29408 - components: - - type: Transform - pos: 77.5,43.5 - parent: 2 - - uid: 29409 - components: - - type: Transform - pos: 80.5,32.5 - parent: 2 - - uid: 29410 - components: - - type: Transform - pos: 80.5,33.5 - parent: 2 - - uid: 29411 - components: - - type: Transform - pos: 80.5,31.5 - parent: 2 - - uid: 29412 - components: - - type: Transform - pos: 74.5,43.5 - parent: 2 - - uid: 29413 - components: - - type: Transform - pos: 88.5,48.5 - parent: 2 - - uid: 29414 - components: - - type: Transform - pos: 73.5,43.5 - parent: 2 - - uid: 29415 - components: - - type: Transform - pos: 83.5,33.5 - parent: 2 - - uid: 29416 - components: - - type: Transform - pos: 84.5,33.5 - parent: 2 - - uid: 29417 - components: - - type: Transform - pos: 85.5,33.5 - parent: 2 - - uid: 29418 - components: - - type: Transform - pos: 84.5,26.5 - parent: 2 - - uid: 29419 - components: - - type: Transform - pos: 94.5,34.5 - parent: 2 - - uid: 29420 - components: - - type: Transform - pos: 85.5,25.5 - parent: 2 - - uid: 29421 - components: - - type: Transform - pos: 85.5,26.5 - parent: 2 - - uid: 29422 - components: - - type: Transform - pos: 67.5,42.5 - parent: 2 - - uid: 29637 - components: - - type: Transform - pos: 67.5,41.5 - parent: 2 - - uid: 29840 - components: - - type: Transform - pos: 67.5,37.5 - parent: 2 - - uid: 29849 - components: - - type: Transform - pos: 71.5,62.5 - parent: 2 - - uid: 29850 - components: - - type: Transform - pos: 75.5,60.5 - parent: 2 - - uid: 29851 - components: - - type: Transform - pos: 85.5,23.5 - parent: 2 - - uid: 29853 - components: - - type: Transform - pos: 84.5,44.5 - parent: 2 - - uid: 29857 - components: - - type: Transform - pos: 83.5,36.5 - parent: 2 - - uid: 29859 - components: - - type: Transform - pos: 83.5,44.5 - parent: 2 - - uid: 29860 - components: - - type: Transform - pos: 83.5,43.5 - parent: 2 - - uid: 29861 - components: - - type: Transform - pos: 84.5,45.5 - parent: 2 - - uid: 29862 - components: - - type: Transform - pos: 85.5,24.5 - parent: 2 - - uid: 29863 - components: - - type: Transform - pos: 91.5,32.5 - parent: 2 - - uid: 29864 - components: - - type: Transform - pos: 92.5,25.5 - parent: 2 - - uid: 29865 - components: - - type: Transform - pos: 94.5,40.5 - parent: 2 - - uid: 29866 - components: - - type: Transform - pos: 93.5,25.5 - parent: 2 - - uid: 29867 - components: - - type: Transform - pos: 55.5,42.5 - parent: 2 - - uid: 29869 - components: - - type: Transform - pos: 96.5,42.5 - parent: 2 - - uid: 29870 - components: - - type: Transform - pos: 96.5,40.5 - parent: 2 - - uid: 29872 - components: - - type: Transform - pos: 95.5,32.5 - parent: 2 - - uid: 29874 - components: - - type: Transform - pos: 92.5,32.5 - parent: 2 - - uid: 29875 - components: - - type: Transform - pos: 96.5,37.5 - parent: 2 - - uid: 29876 - components: - - type: Transform - pos: 96.5,41.5 - parent: 2 - - uid: 29878 - components: - - type: Transform - pos: 85.5,28.5 - parent: 2 - - uid: 29883 - components: - - type: Transform - pos: 85.5,27.5 - parent: 2 - - uid: 29900 - components: - - type: Transform - pos: 61.5,61.5 - parent: 2 - - uid: 29901 - components: - - type: Transform - pos: 57.5,60.5 - parent: 2 - - uid: 29902 - components: - - type: Transform - pos: 60.5,61.5 - parent: 2 - - uid: 29903 - components: - - type: Transform - pos: 57.5,61.5 - parent: 2 - - uid: 29904 - components: - - type: Transform - pos: 59.5,61.5 - parent: 2 - - uid: 29905 - components: - - type: Transform - pos: 58.5,61.5 - parent: 2 - - uid: 29906 - components: - - type: Transform - pos: 67.5,56.5 - parent: 2 - - uid: 29933 - components: - - type: Transform - pos: 67.5,57.5 - parent: 2 - - uid: 29934 - components: - - type: Transform - pos: 67.5,58.5 - parent: 2 - - uid: 29936 - components: - - type: Transform - pos: 69.5,61.5 - parent: 2 - - uid: 29937 - components: - - type: Transform - pos: 69.5,62.5 - parent: 2 - - uid: 29938 - components: - - type: Transform - pos: 69.5,59.5 - parent: 2 - - uid: 29939 - components: - - type: Transform - pos: 69.5,60.5 - parent: 2 - - uid: 29940 - components: - - type: Transform - pos: 56.5,60.5 - parent: 2 - - uid: 29951 - components: - - type: Transform - pos: 83.5,45.5 - parent: 2 - - uid: 30102 - components: - - type: Transform - pos: 93.5,32.5 - parent: 2 - - uid: 30103 - components: - - type: Transform - pos: 94.5,32.5 - parent: 2 - - uid: 30104 - components: - - type: Transform - pos: 89.5,28.5 - parent: 2 - - uid: 30107 - components: - - type: Transform - pos: 69.5,55.5 - parent: 2 - - uid: 30108 - components: - - type: Transform - pos: 64.5,55.5 - parent: 2 - - uid: 30109 - components: - - type: Transform - pos: 69.5,56.5 - parent: 2 - - uid: 30110 - components: - - type: Transform - pos: 66.5,55.5 - parent: 2 - - uid: 30111 - components: - - type: Transform - pos: 65.5,55.5 - parent: 2 - - uid: 30112 - components: - - type: Transform - pos: 67.5,55.5 - parent: 2 - - uid: 30113 - components: - - type: Transform - pos: 69.5,57.5 - parent: 2 - - uid: 30114 - components: - - type: Transform - pos: 69.5,58.5 - parent: 2 - - uid: 30115 - components: - - type: Transform - pos: 56.5,63.5 - parent: 2 - - uid: 30116 - components: - - type: Transform - pos: 60.5,63.5 - parent: 2 - - uid: 30117 - components: - - type: Transform - pos: 57.5,63.5 - parent: 2 - - uid: 30118 - components: - - type: Transform - pos: 58.5,63.5 - parent: 2 - - uid: 30119 - components: - - type: Transform - pos: 61.5,63.5 - parent: 2 - - uid: 30120 - components: - - type: Transform - pos: 59.5,63.5 - parent: 2 - - uid: 30121 - components: - - type: Transform - pos: 54.5,68.5 - parent: 2 - - uid: 30122 - components: - - type: Transform - pos: 62.5,63.5 - parent: 2 - - uid: 30123 - components: - - type: Transform - pos: 54.5,67.5 - parent: 2 - - uid: 30124 - components: - - type: Transform - pos: 87.5,25.5 - parent: 2 - - uid: 30125 - components: - - type: Transform - pos: 87.5,24.5 - parent: 2 - - uid: 30175 - components: - - type: Transform - pos: 65.5,35.5 - parent: 2 - - uid: 30176 - components: - - type: Transform - pos: 60.5,33.5 - parent: 2 - - uid: 30177 - components: - - type: Transform - pos: 61.5,34.5 - parent: 2 - - uid: 30655 - components: - - type: Transform - pos: 63.5,33.5 - parent: 2 - - uid: 30690 - components: - - type: Transform - pos: 63.5,34.5 - parent: 2 - - uid: 30693 - components: - - type: Transform - pos: 61.5,33.5 - parent: 2 - - uid: 30701 - components: - - type: Transform - pos: 59.5,33.5 - parent: 2 - - uid: 30702 - components: - - type: Transform - pos: 63.5,35.5 - parent: 2 - - uid: 30706 - components: - - type: Transform - pos: 64.5,35.5 - parent: 2 - - uid: 30751 - components: - - type: Transform - pos: 66.5,35.5 - parent: 2 - - uid: 30752 - components: - - type: Transform - pos: 63.5,32.5 - parent: 2 - - uid: 30976 - components: - - type: Transform - pos: 53.5,41.5 - parent: 2 - - uid: 30977 - components: - - type: Transform - pos: 57.5,46.5 - parent: 2 - - uid: 31303 - components: - - type: Transform - pos: 85.5,21.5 - parent: 2 - - uid: 31606 - components: - - type: Transform - pos: 57.5,39.5 - parent: 2 - - uid: 31607 - components: - - type: Transform - pos: 55.5,37.5 - parent: 2 - - uid: 31608 - components: - - type: Transform - pos: 58.5,33.5 - parent: 2 - - uid: 31609 - components: - - type: Transform - pos: 57.5,41.5 - parent: 2 - - uid: 31610 - components: - - type: Transform - pos: 55.5,43.5 - parent: 2 - - uid: 31629 - components: - - type: Transform - pos: 60.5,66.5 - parent: 2 - - uid: 31630 - components: - - type: Transform - pos: 72.5,27.5 - parent: 2 - - uid: 32546 - components: - - type: Transform - pos: 73.5,42.5 - parent: 2 - - uid: 32585 - components: - - type: Transform - pos: 53.5,44.5 - parent: 2 -- proto: WallPlastitanium - entities: - - uid: 15978 - components: - - type: Transform - pos: 26.5,40.5 - parent: 2 - - uid: 16148 - components: - - type: Transform - pos: 25.5,39.5 - parent: 2 - - uid: 16149 - components: - - type: Transform - pos: 25.5,36.5 - parent: 2 - - uid: 16150 - components: - - type: Transform - pos: 29.5,40.5 - parent: 2 - - uid: 16245 - components: - - type: Transform - pos: 29.5,39.5 - parent: 2 - - uid: 16246 - components: - - type: Transform - pos: 29.5,36.5 - parent: 2 - - uid: 16275 - components: - - type: Transform - pos: 25.5,40.5 - parent: 2 - - uid: 16276 - components: - - type: Transform - pos: 28.5,40.5 - parent: 2 -- proto: WallReinforced - entities: - - uid: 44 - components: - - type: Transform - pos: 20.5,47.5 - parent: 2 - - uid: 47 - components: - - type: Transform - pos: -30.5,68.5 - parent: 2 - - uid: 50 - components: - - type: Transform - pos: 71.5,24.5 - parent: 2 - - uid: 71 - components: - - type: Transform - pos: -9.5,-12.5 - parent: 2 - - uid: 74 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 2 - - uid: 75 - components: - - type: Transform - pos: 20.5,44.5 - parent: 2 - - uid: 76 - components: - - type: Transform - pos: -12.5,-12.5 - parent: 2 - - uid: 83 - components: - - type: Transform - pos: -11.5,-12.5 - parent: 2 - - uid: 98 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-22.5 - parent: 2 - - uid: 110 - components: - - type: Transform - pos: -10.5,-12.5 - parent: 2 - - uid: 116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 98.5,63.5 - parent: 2 - - uid: 134 - components: - - type: Transform - pos: -28.5,50.5 - parent: 2 - - uid: 150 - components: - - type: Transform - pos: -54.5,52.5 - parent: 2 - - uid: 164 - components: - - type: Transform - pos: -12.5,-8.5 - parent: 2 - - uid: 172 - components: - - type: Transform - pos: -8.5,-12.5 - parent: 2 - - uid: 180 - components: - - type: Transform - pos: -35.5,-4.5 - parent: 2 - - uid: 182 - components: - - type: Transform - pos: -34.5,0.5 - parent: 2 - - uid: 197 - components: - - type: Transform - pos: -8.5,68.5 - parent: 2 - - uid: 199 - components: - - type: Transform - pos: -12.5,-6.5 - parent: 2 - - uid: 203 - components: - - type: Transform - pos: -34.5,1.5 - parent: 2 - - uid: 236 - components: - - type: Transform - pos: -12.5,-7.5 - parent: 2 - - uid: 277 - components: - - type: Transform - pos: -47.5,-39.5 - parent: 2 - - uid: 293 - components: - - type: Transform - pos: -20.5,52.5 - parent: 2 - - uid: 315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,17.5 - parent: 2 - - uid: 318 - components: - - type: Transform - pos: -91.5,-3.5 - parent: 2 - - uid: 321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,6.5 - parent: 2 - - uid: 336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,31.5 - parent: 2 - - uid: 342 - components: - - type: Transform - pos: 67.5,7.5 - parent: 2 - - uid: 406 - components: - - type: Transform - pos: -35.5,-1.5 - parent: 2 - - uid: 437 - components: - - type: Transform - pos: -35.5,-7.5 - parent: 2 - - uid: 440 - components: - - type: Transform - pos: -63.5,-20.5 - parent: 2 - - uid: 553 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 2 - - uid: 555 - components: - - type: Transform - pos: -12.5,-9.5 - parent: 2 - - uid: 569 - components: - - type: Transform - pos: -43.5,61.5 - parent: 2 - - uid: 576 - components: - - type: Transform - pos: -7.5,-10.5 - parent: 2 - - uid: 588 - components: - - type: Transform - pos: -36.5,-10.5 - parent: 2 - - uid: 593 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 2 - - uid: 594 - components: - - type: Transform - pos: -7.5,-12.5 - parent: 2 - - uid: 595 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 2 - - uid: 596 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 2 - - uid: 597 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 2 - - uid: 601 - components: - - type: Transform - pos: 20.5,46.5 - parent: 2 - - uid: 606 - components: - - type: Transform - pos: 28.5,41.5 - parent: 2 - - uid: 622 - components: - - type: Transform - pos: 20.5,43.5 - parent: 2 - - uid: 636 - components: - - type: Transform - pos: 83.5,9.5 - parent: 2 - - uid: 710 - components: - - type: Transform - pos: -55.5,38.5 - parent: 2 - - uid: 718 - components: - - type: Transform - pos: -35.5,-3.5 - parent: 2 - - uid: 725 - components: - - type: Transform - pos: -6.5,-43.5 - parent: 2 - - uid: 726 - components: - - type: Transform - pos: 69.5,8.5 - parent: 2 - - uid: 734 - components: - - type: Transform - pos: -35.5,-2.5 - parent: 2 - - uid: 736 - components: - - type: Transform - pos: -35.5,-8.5 - parent: 2 - - uid: 737 - components: - - type: Transform - pos: -36.5,-9.5 - parent: 2 - - uid: 741 - components: - - type: Transform - pos: -35.5,-6.5 - parent: 2 - - uid: 757 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 2 - - uid: 758 - components: - - type: Transform - pos: -35.5,-5.5 - parent: 2 - - uid: 764 - components: - - type: Transform - pos: -16.5,60.5 - parent: 2 - - uid: 798 - components: - - type: Transform - pos: -43.5,57.5 - parent: 2 - - uid: 799 - components: - - type: Transform - pos: -29.5,-4.5 - parent: 2 - - uid: 804 - components: - - type: Transform - pos: 68.5,7.5 - parent: 2 - - uid: 822 - components: - - type: Transform - pos: 30.5,46.5 - parent: 2 - - uid: 824 - components: - - type: Transform - pos: 30.5,47.5 - parent: 2 - - uid: 836 - components: - - type: Transform - pos: 5.5,31.5 - parent: 2 - - uid: 837 - components: - - type: Transform - pos: 15.5,23.5 - parent: 2 - - uid: 838 - components: - - type: Transform - pos: 15.5,26.5 - parent: 2 - - uid: 843 - components: - - type: Transform - pos: 22.5,23.5 - parent: 2 - - uid: 845 - components: - - type: Transform - pos: 22.5,25.5 - parent: 2 - - uid: 849 - components: - - type: Transform - pos: 16.5,22.5 - parent: 2 - - uid: 981 - components: - - type: Transform - pos: -41.5,61.5 - parent: 2 - - uid: 984 - components: - - type: Transform - pos: -32.5,68.5 - parent: 2 - - uid: 986 - components: - - type: Transform - pos: -7.5,65.5 - parent: 2 - - uid: 1081 - components: - - type: Transform - pos: 4.5,31.5 - parent: 2 - - uid: 1092 - components: - - type: Transform - pos: 66.5,7.5 - parent: 2 - - uid: 1093 - components: - - type: Transform - pos: 65.5,8.5 - parent: 2 - - uid: 1121 - components: - - type: Transform - pos: -53.5,-37.5 - parent: 2 - - uid: 1238 - components: - - type: Transform - pos: -42.5,32.5 - parent: 2 - - uid: 1262 - components: - - type: Transform - pos: -52.5,63.5 - parent: 2 - - uid: 1574 - components: - - type: Transform - pos: 11.5,60.5 - parent: 2 - - uid: 1576 - components: - - type: Transform - pos: 11.5,61.5 - parent: 2 - - uid: 1660 - components: - - type: Transform - pos: 6.5,31.5 - parent: 2 - - uid: 1669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,35.5 - parent: 2 - - uid: 1673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,25.5 - parent: 2 - - uid: 1675 - components: - - type: Transform - pos: -54.5,-37.5 - parent: 2 - - uid: 1692 - components: - - type: Transform - pos: 4.5,51.5 - parent: 2 - - uid: 1761 - components: - - type: Transform - pos: -65.5,-13.5 - parent: 2 - - uid: 1837 - components: - - type: Transform - pos: 15.5,24.5 - parent: 2 - - uid: 1838 - components: - - type: Transform - pos: 15.5,25.5 - parent: 2 - - uid: 1839 - components: - - type: Transform - pos: 5.5,26.5 - parent: 2 - - uid: 1843 - components: - - type: Transform - pos: 7.5,31.5 - parent: 2 - - uid: 1886 - components: - - type: Transform - pos: 3.5,31.5 - parent: 2 - - uid: 1890 - components: - - type: Transform - pos: 4.5,26.5 - parent: 2 - - uid: 1905 - components: - - type: Transform - pos: 14.5,26.5 - parent: 2 - - uid: 1906 - components: - - type: Transform - pos: 15.5,27.5 - parent: 2 - - uid: 1907 - components: - - type: Transform - pos: 10.5,26.5 - parent: 2 - - uid: 1908 - components: - - type: Transform - pos: 13.5,26.5 - parent: 2 - - uid: 1909 - components: - - type: Transform - pos: 15.5,30.5 - parent: 2 - - uid: 1910 - components: - - type: Transform - pos: 22.5,24.5 - parent: 2 - - uid: 1911 - components: - - type: Transform - pos: 15.5,28.5 - parent: 2 - - uid: 1912 - components: - - type: Transform - pos: 15.5,31.5 - parent: 2 - - uid: 1913 - components: - - type: Transform - pos: 13.5,31.5 - parent: 2 - - uid: 1914 - components: - - type: Transform - pos: 14.5,31.5 - parent: 2 - - uid: 1915 - components: - - type: Transform - pos: 11.5,31.5 - parent: 2 - - uid: 1916 - components: - - type: Transform - pos: 12.5,31.5 - parent: 2 - - uid: 1917 - components: - - type: Transform - pos: 9.5,31.5 - parent: 2 - - uid: 1918 - components: - - type: Transform - pos: 10.5,31.5 - parent: 2 - - uid: 1929 - components: - - type: Transform - pos: 3.5,26.5 - parent: 2 - - uid: 1933 - components: - - type: Transform - pos: 6.5,26.5 - parent: 2 - - uid: 1989 - components: - - type: Transform - pos: 21.5,22.5 - parent: 2 - - uid: 1991 - components: - - type: Transform - pos: 22.5,22.5 - parent: 2 - - uid: 1993 - components: - - type: Transform - pos: 22.5,26.5 - parent: 2 - - uid: 1994 - components: - - type: Transform - pos: 22.5,27.5 - parent: 2 - - uid: 1995 - components: - - type: Transform - pos: 22.5,28.5 - parent: 2 - - uid: 1997 - components: - - type: Transform - pos: 22.5,30.5 - parent: 2 - - uid: 1998 - components: - - type: Transform - pos: 22.5,31.5 - parent: 2 - - uid: 1999 - components: - - type: Transform - pos: 21.5,31.5 - parent: 2 - - uid: 2000 - components: - - type: Transform - pos: 20.5,31.5 - parent: 2 - - uid: 2001 - components: - - type: Transform - pos: 19.5,31.5 - parent: 2 - - uid: 2002 - components: - - type: Transform - pos: 18.5,31.5 - parent: 2 - - uid: 2003 - components: - - type: Transform - pos: 17.5,31.5 - parent: 2 - - uid: 2004 - components: - - type: Transform - pos: 16.5,31.5 - parent: 2 - - uid: 2061 - components: - - type: Transform - pos: -14.5,-44.5 - parent: 2 - - uid: 2177 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - uid: 2196 - components: - - type: Transform - pos: -34.5,3.5 - parent: 2 - - uid: 2219 - components: - - type: Transform - pos: -43.5,-7.5 - parent: 2 - - uid: 2221 - components: - - type: Transform - pos: -1.5,-44.5 - parent: 2 - - uid: 2235 - components: - - type: Transform - pos: 20.5,41.5 - parent: 2 - - uid: 2239 - components: - - type: Transform - pos: 32.5,52.5 - parent: 2 - - uid: 2240 - components: - - type: Transform - pos: 30.5,52.5 - parent: 2 - - uid: 2242 - components: - - type: Transform - pos: 33.5,52.5 - parent: 2 - - uid: 2243 - components: - - type: Transform - pos: 31.5,52.5 - parent: 2 - - uid: 2261 - components: - - type: Transform - pos: -37.5,-45.5 - parent: 2 - - uid: 2266 - components: - - type: Transform - pos: -14.5,-42.5 - parent: 2 - - uid: 2273 - components: - - type: Transform - pos: 70.5,24.5 - parent: 2 - - uid: 2286 - components: - - type: Transform - pos: 69.5,25.5 - parent: 2 - - uid: 2294 - components: - - type: Transform - pos: -44.5,-6.5 - parent: 2 - - uid: 2298 - components: - - type: Transform - pos: 48.5,1.5 - parent: 2 - - uid: 2303 - components: - - type: Transform - pos: -38.5,-12.5 - parent: 2 - - uid: 2304 - components: - - type: Transform - pos: -37.5,-12.5 - parent: 2 - - uid: 2308 - components: - - type: Transform - pos: -44.5,-1.5 - parent: 2 - - uid: 2313 - components: - - type: Transform - pos: -44.5,2.5 - parent: 2 - - uid: 2316 - components: - - type: Transform - pos: -43.5,3.5 - parent: 2 - - uid: 2320 - components: - - type: Transform - pos: -42.5,7.5 - parent: 2 - - uid: 2325 - components: - - type: Transform - pos: -44.5,-5.5 - parent: 2 - - uid: 2327 - components: - - type: Transform - pos: -43.5,-8.5 - parent: 2 - - uid: 2362 - components: - - type: Transform - pos: -8.5,62.5 - parent: 2 - - uid: 2366 - components: - - type: Transform - pos: -52.5,23.5 - parent: 2 - - uid: 2379 - components: - - type: Transform - pos: 54.5,8.5 - parent: 2 - - uid: 2392 - components: - - type: Transform - pos: -13.5,-43.5 - parent: 2 - - uid: 2406 - components: - - type: Transform - pos: 23.5,-37.5 - parent: 2 - - uid: 2407 - components: - - type: Transform - pos: 12.5,-37.5 - parent: 2 - - uid: 2408 - components: - - type: Transform - pos: 27.5,-35.5 - parent: 2 - - uid: 2409 - components: - - type: Transform - pos: 28.5,-35.5 - parent: 2 - - uid: 2420 - components: - - type: Transform - pos: -52.5,16.5 - parent: 2 - - uid: 2432 - components: - - type: Transform - pos: 63.5,-32.5 - parent: 2 - - uid: 2434 - components: - - type: Transform - pos: 62.5,-32.5 - parent: 2 - - uid: 2437 - components: - - type: Transform - pos: -53.5,38.5 - parent: 2 - - uid: 2450 - components: - - type: Transform - pos: -1.5,-49.5 - parent: 2 - - uid: 2485 - components: - - type: Transform - pos: 9.5,-39.5 - parent: 2 - - uid: 2495 - components: - - type: Transform - pos: 4.5,-44.5 - parent: 2 - - uid: 2499 - components: - - type: Transform - pos: -5.5,-43.5 - parent: 2 - - uid: 2502 - components: - - type: Transform - pos: -5.5,-44.5 - parent: 2 - - uid: 2505 - components: - - type: Transform - pos: -28.5,65.5 - parent: 2 - - uid: 2513 - components: - - type: Transform - pos: 38.5,52.5 - parent: 2 - - uid: 2514 - components: - - type: Transform - pos: 51.5,46.5 - parent: 2 - - uid: 2527 - components: - - type: Transform - pos: -28.5,55.5 - parent: 2 - - uid: 2528 - components: - - type: Transform - pos: -28.5,56.5 - parent: 2 - - uid: 2558 - components: - - type: Transform - pos: 8.5,-44.5 - parent: 2 - - uid: 2591 - components: - - type: Transform - pos: 48.5,-6.5 - parent: 2 - - uid: 2595 - components: - - type: Transform - pos: -29.5,63.5 - parent: 2 - - uid: 2612 - components: - - type: Transform - pos: 30.5,44.5 - parent: 2 - - uid: 2613 - components: - - type: Transform - pos: 16.5,44.5 - parent: 2 - - uid: 2614 - components: - - type: Transform - pos: 14.5,41.5 - parent: 2 - - uid: 2624 - components: - - type: Transform - pos: 8.5,42.5 - parent: 2 - - uid: 2625 - components: - - type: Transform - pos: 12.5,57.5 - parent: 2 - - uid: 2631 - components: - - type: Transform - pos: 20.5,42.5 - parent: 2 - - uid: 2635 - components: - - type: Transform - pos: 15.5,41.5 - parent: 2 - - uid: 2638 - components: - - type: Transform - pos: -36.5,54.5 - parent: 2 - - uid: 2651 - components: - - type: Transform - pos: -28.5,66.5 - parent: 2 - - uid: 2662 - components: - - type: Transform - pos: -30.5,52.5 - parent: 2 - - uid: 2666 - components: - - type: Transform - pos: 24.5,57.5 - parent: 2 - - uid: 2667 - components: - - type: Transform - pos: 4.5,48.5 - parent: 2 - - uid: 2669 - components: - - type: Transform - pos: 26.5,41.5 - parent: 2 - - uid: 2670 - components: - - type: Transform - pos: 25.5,47.5 - parent: 2 - - uid: 2671 - components: - - type: Transform - pos: 4.5,47.5 - parent: 2 - - uid: 2675 - components: - - type: Transform - pos: 8.5,46.5 - parent: 2 - - uid: 2682 - components: - - type: Transform - pos: 24.5,48.5 - parent: 2 - - uid: 2688 - components: - - type: Transform - pos: 15.5,40.5 - parent: 2 - - uid: 2689 - components: - - type: Transform - pos: 15.5,37.5 - parent: 2 - - uid: 2691 - components: - - type: Transform - pos: 8.5,41.5 - parent: 2 - - uid: 2694 - components: - - type: Transform - pos: 16.5,41.5 - parent: 2 - - uid: 2697 - components: - - type: Transform - pos: 21.5,47.5 - parent: 2 - - uid: 2713 - components: - - type: Transform - pos: -25.5,50.5 - parent: 2 - - uid: 2736 - components: - - type: Transform - pos: 30.5,53.5 - parent: 2 - - uid: 2738 - components: - - type: Transform - pos: 27.5,47.5 - parent: 2 - - uid: 2741 - components: - - type: Transform - pos: 25.5,57.5 - parent: 2 - - uid: 2743 - components: - - type: Transform - pos: 26.5,47.5 - parent: 2 - - uid: 2744 - components: - - type: Transform - pos: 20.5,48.5 - parent: 2 - - uid: 2745 - components: - - type: Transform - pos: 16.5,49.5 - parent: 2 - - uid: 2746 - components: - - type: Transform - pos: 16.5,45.5 - parent: 2 - - uid: 2747 - components: - - type: Transform - pos: 16.5,46.5 - parent: 2 - - uid: 2753 - components: - - type: Transform - pos: -13.5,46.5 - parent: 2 - - uid: 2766 - components: - - type: Transform - pos: -9.5,-53.5 - parent: 2 - - uid: 2768 - components: - - type: Transform - pos: 30.5,57.5 - parent: 2 - - uid: 2773 - components: - - type: Transform - pos: 29.5,57.5 - parent: 2 - - uid: 2777 - components: - - type: Transform - pos: 28.5,47.5 - parent: 2 - - uid: 2778 - components: - - type: Transform - pos: 29.5,47.5 - parent: 2 - - uid: 2780 - components: - - type: Transform - pos: -24.5,60.5 - parent: 2 - - uid: 2795 - components: - - type: Transform - pos: -11.5,46.5 - parent: 2 - - uid: 2803 - components: - - type: Transform - pos: -26.5,50.5 - parent: 2 - - uid: 2806 - components: - - type: Transform - pos: 23.5,53.5 - parent: 2 - - uid: 2807 - components: - - type: Transform - pos: 4.5,57.5 - parent: 2 - - uid: 2808 - components: - - type: Transform - pos: 24.5,53.5 - parent: 2 - - uid: 2809 - components: - - type: Transform - pos: 23.5,52.5 - parent: 2 - - uid: 2810 - components: - - type: Transform - pos: -3.5,23.5 - parent: 2 - - uid: 2811 - components: - - type: Transform - pos: -3.5,25.5 - parent: 2 - - uid: 2812 - components: - - type: Transform - pos: -3.5,26.5 - parent: 2 - - uid: 2813 - components: - - type: Transform - pos: -3.5,28.5 - parent: 2 - - uid: 2814 - components: - - type: Transform - pos: -3.5,24.5 - parent: 2 - - uid: 2819 - components: - - type: Transform - pos: -3.5,22.5 - parent: 2 - - uid: 2820 - components: - - type: Transform - pos: -3.5,27.5 - parent: 2 - - uid: 2821 - components: - - type: Transform - pos: -3.5,32.5 - parent: 2 - - uid: 2823 - components: - - type: Transform - pos: 30.5,43.5 - parent: 2 - - uid: 2824 - components: - - type: Transform - pos: 30.5,42.5 - parent: 2 - - uid: 2827 - components: - - type: Transform - pos: 26.5,34.5 - parent: 2 - - uid: 2831 - components: - - type: Transform - pos: 81.5,-7.5 - parent: 2 - - uid: 2832 - components: - - type: Transform - pos: 72.5,-24.5 - parent: 2 - - uid: 2841 - components: - - type: Transform - pos: 23.5,34.5 - parent: 2 - - uid: 2842 - components: - - type: Transform - pos: 22.5,34.5 - parent: 2 - - uid: 2843 - components: - - type: Transform - pos: 24.5,34.5 - parent: 2 - - uid: 2845 - components: - - type: Transform - pos: 25.5,34.5 - parent: 2 - - uid: 2847 - components: - - type: Transform - pos: 12.5,54.5 - parent: 2 - - uid: 2849 - components: - - type: Transform - pos: 32.5,42.5 - parent: 2 - - uid: 2852 - components: - - type: Transform - pos: 3.5,45.5 - parent: 2 - - uid: 2853 - components: - - type: Transform - pos: 3.5,46.5 - parent: 2 - - uid: 2863 - components: - - type: Transform - pos: 6.5,46.5 - parent: 2 - - uid: 2864 - components: - - type: Transform - pos: 4.5,46.5 - parent: 2 - - uid: 2868 - components: - - type: Transform - pos: 5.5,46.5 - parent: 2 - - uid: 2870 - components: - - type: Transform - pos: 16.5,42.5 - parent: 2 - - uid: 2871 - components: - - type: Transform - pos: 20.5,50.5 - parent: 2 - - uid: 2872 - components: - - type: Transform - pos: 15.5,34.5 - parent: 2 - - uid: 2874 - components: - - type: Transform - pos: 17.5,34.5 - parent: 2 - - uid: 2883 - components: - - type: Transform - pos: 33.5,34.5 - parent: 2 - - uid: 2887 - components: - - type: Transform - pos: 70.5,-27.5 - parent: 2 - - uid: 2893 - components: - - type: Transform - pos: 68.5,-29.5 - parent: 2 - - uid: 2898 - components: - - type: Transform - pos: 71.5,-26.5 - parent: 2 - - uid: 2899 - components: - - type: Transform - pos: 80.5,-8.5 - parent: 2 - - uid: 2901 - components: - - type: Transform - pos: 81.5,0.5 - parent: 2 - - uid: 2912 - components: - - type: Transform - pos: 69.5,-28.5 - parent: 2 - - uid: 2919 - components: - - type: Transform - pos: 71.5,-25.5 - parent: 2 - - uid: 2961 - components: - - type: Transform - pos: -35.5,-45.5 - parent: 2 - - uid: 2962 - components: - - type: Transform - pos: -19.5,-47.5 - parent: 2 - - uid: 3003 - components: - - type: Transform - pos: 13.5,51.5 - parent: 2 - - uid: 3005 - components: - - type: Transform - pos: 28.5,34.5 - parent: 2 - - uid: 3006 - components: - - type: Transform - pos: 27.5,34.5 - parent: 2 - - uid: 3007 - components: - - type: Transform - pos: 30.5,34.5 - parent: 2 - - uid: 3008 - components: - - type: Transform - pos: 29.5,34.5 - parent: 2 - - uid: 3009 - components: - - type: Transform - pos: 19.5,34.5 - parent: 2 - - uid: 3015 - components: - - type: Transform - pos: 8.5,34.5 - parent: 2 - - uid: 3017 - components: - - type: Transform - pos: 14.5,34.5 - parent: 2 - - uid: 3020 - components: - - type: Transform - pos: 10.5,34.5 - parent: 2 - - uid: 3029 - components: - - type: Transform - pos: 65.5,-30.5 - parent: 2 - - uid: 3031 - components: - - type: Transform - pos: -63.5,-32.5 - parent: 2 - - uid: 3035 - components: - - type: Transform - pos: 11.5,34.5 - parent: 2 - - uid: 3044 - components: - - type: Transform - pos: 12.5,34.5 - parent: 2 - - uid: 3045 - components: - - type: Transform - pos: 21.5,34.5 - parent: 2 - - uid: 3046 - components: - - type: Transform - pos: 3.5,43.5 - parent: 2 - - uid: 3047 - components: - - type: Transform - pos: 6.5,43.5 - parent: 2 - - uid: 3049 - components: - - type: Transform - pos: -20.5,-39.5 - parent: 2 - - uid: 3064 - components: - - type: Transform - pos: -77.5,22.5 - parent: 2 - - uid: 3088 - components: - - type: Transform - pos: -14.5,-43.5 - parent: 2 - - uid: 3097 - components: - - type: Transform - pos: -61.5,-32.5 - parent: 2 - - uid: 3099 - components: - - type: Transform - pos: -62.5,-32.5 - parent: 2 - - uid: 3100 - components: - - type: Transform - pos: -57.5,-32.5 - parent: 2 - - uid: 3102 - components: - - type: Transform - pos: -59.5,-32.5 - parent: 2 - - uid: 3108 - components: - - type: Transform - pos: 4.5,43.5 - parent: 2 - - uid: 3130 - components: - - type: Transform - pos: 66.5,-30.5 - parent: 2 - - uid: 3156 - components: - - type: Transform - pos: 10.5,-39.5 - parent: 2 - - uid: 3157 - components: - - type: Transform - pos: 8.5,-39.5 - parent: 2 - - uid: 3158 - components: - - type: Transform - pos: 11.5,-38.5 - parent: 2 - - uid: 3160 - components: - - type: Transform - pos: -57.5,-36.5 - parent: 2 - - uid: 3165 - components: - - type: Transform - pos: 22.5,-37.5 - parent: 2 - - uid: 3177 - components: - - type: Transform - pos: 13.5,-37.5 - parent: 2 - - uid: 3199 - components: - - type: Transform - pos: 83.5,10.5 - parent: 2 - - uid: 3200 - components: - - type: Transform - pos: -42.5,-9.5 - parent: 2 - - uid: 3203 - components: - - type: Transform - pos: 8.5,43.5 - parent: 2 - - uid: 3204 - components: - - type: Transform - pos: 7.5,43.5 - parent: 2 - - uid: 3218 - components: - - type: Transform - pos: 16.5,34.5 - parent: 2 - - uid: 3220 - components: - - type: Transform - pos: 8.5,44.5 - parent: 2 - - uid: 3224 - components: - - type: Transform - pos: 20.5,34.5 - parent: 2 - - uid: 3266 - components: - - type: Transform - pos: -31.5,-24.5 - parent: 2 - - uid: 3267 - components: - - type: Transform - pos: -44.5,57.5 - parent: 2 - - uid: 3269 - components: - - type: Transform - pos: -31.5,-23.5 - parent: 2 - - uid: 3271 - components: - - type: Transform - pos: -31.5,-22.5 - parent: 2 - - uid: 3292 - components: - - type: Transform - pos: -42.5,61.5 - parent: 2 - - uid: 3296 - components: - - type: Transform - pos: 24.5,-35.5 - parent: 2 - - uid: 3298 - components: - - type: Transform - pos: 26.5,-35.5 - parent: 2 - - uid: 3301 - components: - - type: Transform - pos: 23.5,-35.5 - parent: 2 - - uid: 3303 - components: - - type: Transform - pos: 25.5,-35.5 - parent: 2 - - uid: 3334 - components: - - type: Transform - pos: 64.5,-30.5 - parent: 2 - - uid: 3336 - components: - - type: Transform - pos: 32.5,34.5 - parent: 2 - - uid: 3341 - components: - - type: Transform - pos: 12.5,53.5 - parent: 2 - - uid: 3394 - components: - - type: Transform - pos: 15.5,22.5 - parent: 2 - - uid: 3395 - components: - - type: Transform - pos: 39.5,-35.5 - parent: 2 - - uid: 3397 - components: - - type: Transform - pos: -40.5,60.5 - parent: 2 - - uid: 3400 - components: - - type: Transform - pos: -40.5,58.5 - parent: 2 - - uid: 3436 - components: - - type: Transform - pos: 73.5,-22.5 - parent: 2 - - uid: 3437 - components: - - type: Transform - pos: 72.5,-22.5 - parent: 2 - - uid: 3502 - components: - - type: Transform - pos: 23.5,-36.5 - parent: 2 - - uid: 3535 - components: - - type: Transform - pos: 40.5,-35.5 - parent: 2 - - uid: 3551 - components: - - type: Transform - pos: -27.5,49.5 - parent: 2 - - uid: 3552 - components: - - type: Transform - pos: -34.5,-38.5 - parent: 2 - - uid: 3562 - components: - - type: Transform - pos: -35.5,3.5 - parent: 2 - - uid: 3573 - components: - - type: Transform - pos: 40.5,-7.5 - parent: 2 - - uid: 3574 - components: - - type: Transform - pos: 40.5,6.5 - parent: 2 - - uid: 3575 - components: - - type: Transform - pos: 40.5,3.5 - parent: 2 - - uid: 3576 - components: - - type: Transform - pos: 40.5,7.5 - parent: 2 - - uid: 3577 - components: - - type: Transform - pos: 40.5,5.5 - parent: 2 - - uid: 3578 - components: - - type: Transform - pos: 40.5,4.5 - parent: 2 - - uid: 3579 - components: - - type: Transform - pos: 40.5,-9.5 - parent: 2 - - uid: 3580 - components: - - type: Transform - pos: 40.5,2.5 - parent: 2 - - uid: 3581 - components: - - type: Transform - pos: -60.5,-32.5 - parent: 2 - - uid: 3586 - components: - - type: Transform - pos: 40.5,-11.5 - parent: 2 - - uid: 3587 - components: - - type: Transform - pos: 40.5,-8.5 - parent: 2 - - uid: 3588 - components: - - type: Transform - pos: 40.5,8.5 - parent: 2 - - uid: 3589 - components: - - type: Transform - pos: 40.5,-10.5 - parent: 2 - - uid: 3590 - components: - - type: Transform - pos: 40.5,10.5 - parent: 2 - - uid: 3591 - components: - - type: Transform - pos: 40.5,9.5 - parent: 2 - - uid: 3592 - components: - - type: Transform - pos: 40.5,11.5 - parent: 2 - - uid: 3593 - components: - - type: Transform - pos: 40.5,-3.5 - parent: 2 - - uid: 3594 - components: - - type: Transform - pos: 40.5,-5.5 - parent: 2 - - uid: 3595 - components: - - type: Transform - pos: 40.5,-2.5 - parent: 2 - - uid: 3596 - components: - - type: Transform - pos: 40.5,-6.5 - parent: 2 - - uid: 3597 - components: - - type: Transform - pos: 40.5,-4.5 - parent: 2 - - uid: 3598 - components: - - type: Transform - pos: 40.5,12.5 - parent: 2 - - uid: 3604 - components: - - type: Transform - pos: -94.5,27.5 - parent: 2 - - uid: 3606 - components: - - type: Transform - pos: -93.5,-7.5 - parent: 2 - - uid: 3608 - components: - - type: Transform - pos: -93.5,-6.5 - parent: 2 - - uid: 3609 - components: - - type: Transform - pos: -95.5,29.5 - parent: 2 - - uid: 3611 - components: - - type: Transform - pos: 45.5,16.5 - parent: 2 - - uid: 3612 - components: - - type: Transform - pos: 48.5,0.5 - parent: 2 - - uid: 3615 - components: - - type: Transform - pos: 48.5,-10.5 - parent: 2 - - uid: 3617 - components: - - type: Transform - pos: 48.5,-9.5 - parent: 2 - - uid: 3620 - components: - - type: Transform - pos: 47.5,6.5 - parent: 2 - - uid: 3621 - components: - - type: Transform - pos: 47.5,13.5 - parent: 2 - - uid: 3622 - components: - - type: Transform - pos: 47.5,2.5 - parent: 2 - - uid: 3623 - components: - - type: Transform - pos: 47.5,9.5 - parent: 2 - - uid: 3624 - components: - - type: Transform - pos: 47.5,8.5 - parent: 2 - - uid: 3625 - components: - - type: Transform - pos: 47.5,7.5 - parent: 2 - - uid: 3634 - components: - - type: Transform - pos: 44.5,-14.5 - parent: 2 - - uid: 3635 - components: - - type: Transform - pos: 39.5,-12.5 - parent: 2 - - uid: 3637 - components: - - type: Transform - pos: 40.5,-14.5 - parent: 2 - - uid: 3654 - components: - - type: Transform - pos: -25.5,-26.5 - parent: 2 - - uid: 3655 - components: - - type: Transform - pos: -26.5,-26.5 - parent: 2 - - uid: 3656 - components: - - type: Transform - pos: 40.5,-1.5 - parent: 2 - - uid: 3657 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 2 - - uid: 3663 - components: - - type: Transform - pos: -66.5,21.5 - parent: 2 - - uid: 3665 - components: - - type: Transform - pos: -66.5,27.5 - parent: 2 - - uid: 3667 - components: - - type: Transform - pos: -65.5,21.5 - parent: 2 - - uid: 3668 - components: - - type: Transform - pos: -66.5,22.5 - parent: 2 - - uid: 3670 - components: - - type: Transform - pos: -50.5,19.5 - parent: 2 - - uid: 3671 - components: - - type: Transform - pos: -57.5,21.5 - parent: 2 - - uid: 3672 - components: - - type: Transform - pos: -49.5,19.5 - parent: 2 - - uid: 3673 - components: - - type: Transform - pos: -51.5,19.5 - parent: 2 - - uid: 3676 - components: - - type: Transform - pos: -63.5,21.5 - parent: 2 - - uid: 3681 - components: - - type: Transform - pos: -64.5,21.5 - parent: 2 - - uid: 3686 - components: - - type: Transform - pos: -64.5,37.5 - parent: 2 - - uid: 3700 - components: - - type: Transform - pos: -35.5,-0.5 - parent: 2 - - uid: 3714 - components: - - type: Transform - pos: -58.5,-32.5 - parent: 2 - - uid: 3716 - components: - - type: Transform - pos: -57.5,-34.5 - parent: 2 - - uid: 3719 - components: - - type: Transform - pos: 21.5,51.5 - parent: 2 - - uid: 3720 - components: - - type: Transform - pos: 16.5,50.5 - parent: 2 - - uid: 3721 - components: - - type: Transform - pos: 20.5,51.5 - parent: 2 - - uid: 3722 - components: - - type: Transform - pos: 16.5,51.5 - parent: 2 - - uid: 3725 - components: - - type: Transform - pos: -3.5,33.5 - parent: 2 - - uid: 3726 - components: - - type: Transform - pos: -3.5,35.5 - parent: 2 - - uid: 3727 - components: - - type: Transform - pos: -3.5,34.5 - parent: 2 - - uid: 3728 - components: - - type: Transform - pos: -3.5,30.5 - parent: 2 - - uid: 3729 - components: - - type: Transform - pos: -3.5,37.5 - parent: 2 - - uid: 3730 - components: - - type: Transform - pos: -3.5,31.5 - parent: 2 - - uid: 3731 - components: - - type: Transform - pos: -3.5,36.5 - parent: 2 - - uid: 3732 - components: - - type: Transform - pos: -3.5,39.5 - parent: 2 - - uid: 3733 - components: - - type: Transform - pos: -3.5,38.5 - parent: 2 - - uid: 3738 - components: - - type: Transform - pos: -6.5,44.5 - parent: 2 - - uid: 3739 - components: - - type: Transform - pos: -3.5,44.5 - parent: 2 - - uid: 3740 - components: - - type: Transform - pos: -8.5,44.5 - parent: 2 - - uid: 3741 - components: - - type: Transform - pos: -7.5,44.5 - parent: 2 - - uid: 3743 - components: - - type: Transform - pos: -9.5,44.5 - parent: 2 - - uid: 3754 - components: - - type: Transform - pos: -63.5,10.5 - parent: 2 - - uid: 3755 - components: - - type: Transform - pos: -52.5,24.5 - parent: 2 - - uid: 3756 - components: - - type: Transform - pos: -52.5,19.5 - parent: 2 - - uid: 3760 - components: - - type: Transform - pos: -61.5,10.5 - parent: 2 - - uid: 3764 - components: - - type: Transform - pos: -46.5,15.5 - parent: 2 - - uid: 3766 - components: - - type: Transform - pos: -52.5,21.5 - parent: 2 - - uid: 3768 - components: - - type: Transform - pos: -15.5,37.5 - parent: 2 - - uid: 3769 - components: - - type: Transform - pos: -4.5,44.5 - parent: 2 - - uid: 3770 - components: - - type: Transform - pos: -31.5,36.5 - parent: 2 - - uid: 3771 - components: - - type: Transform - pos: -5.5,44.5 - parent: 2 - - uid: 3790 - components: - - type: Transform - pos: -30.5,-22.5 - parent: 2 - - uid: 3791 - components: - - type: Transform - pos: -31.5,-25.5 - parent: 2 - - uid: 3793 - components: - - type: Transform - pos: -28.5,-22.5 - parent: 2 - - uid: 3795 - components: - - type: Transform - pos: 40.5,1.5 - parent: 2 - - uid: 3798 - components: - - type: Transform - pos: 40.5,0.5 - parent: 2 - - uid: 3802 - components: - - type: Transform - pos: -24.5,-26.5 - parent: 2 - - uid: 3803 - components: - - type: Transform - pos: -24.5,-22.5 - parent: 2 - - uid: 3804 - components: - - type: Transform - pos: -27.5,-22.5 - parent: 2 - - uid: 3806 - components: - - type: Transform - pos: 51.5,-32.5 - parent: 2 - - uid: 3807 - components: - - type: Transform - pos: 52.5,-32.5 - parent: 2 - - uid: 3808 - components: - - type: Transform - pos: 53.5,-32.5 - parent: 2 - - uid: 3809 - components: - - type: Transform - pos: -23.5,-25.5 - parent: 2 - - uid: 3810 - components: - - type: Transform - pos: -23.5,-22.5 - parent: 2 - - uid: 3811 - components: - - type: Transform - pos: -23.5,-26.5 - parent: 2 - - uid: 3818 - components: - - type: Transform - pos: 63.5,-31.5 - parent: 2 - - uid: 3819 - components: - - type: Transform - pos: 57.5,1.5 - parent: 2 - - uid: 3840 - components: - - type: Transform - pos: 58.5,-32.5 - parent: 2 - - uid: 3875 - components: - - type: Transform - pos: 74.5,1.5 - parent: 2 - - uid: 3894 - components: - - type: Transform - pos: -36.5,-11.5 - parent: 2 - - uid: 3902 - components: - - type: Transform - pos: 65.5,1.5 - parent: 2 - - uid: 3903 - components: - - type: Transform - pos: -98.5,31.5 - parent: 2 - - uid: 3917 - components: - - type: Transform - pos: -93.5,-9.5 - parent: 2 - - uid: 3969 - components: - - type: Transform - pos: -36.5,-8.5 - parent: 2 - - uid: 3970 - components: - - type: Transform - pos: 11.5,57.5 - parent: 2 - - uid: 4001 - components: - - type: Transform - pos: 56.5,58.5 - parent: 2 - - uid: 4009 - components: - - type: Transform - pos: 56.5,57.5 - parent: 2 - - uid: 4022 - components: - - type: Transform - pos: 58.5,9.5 - parent: 2 - - uid: 4038 - components: - - type: Transform - pos: -94.5,-10.5 - parent: 2 - - uid: 4056 - components: - - type: Transform - pos: -93.5,-8.5 - parent: 2 - - uid: 4061 - components: - - type: Transform - pos: 53.5,31.5 - parent: 2 - - uid: 4063 - components: - - type: Transform - pos: 52.5,31.5 - parent: 2 - - uid: 4074 - components: - - type: Transform - pos: 13.5,53.5 - parent: 2 - - uid: 4075 - components: - - type: Transform - pos: 63.5,31.5 - parent: 2 - - uid: 4076 - components: - - type: Transform - pos: 51.5,31.5 - parent: 2 - - uid: 4077 - components: - - type: Transform - pos: 54.5,31.5 - parent: 2 - - uid: 4080 - components: - - type: Transform - pos: 55.5,31.5 - parent: 2 - - uid: 4082 - components: - - type: Transform - pos: 58.5,31.5 - parent: 2 - - uid: 4101 - components: - - type: Transform - pos: -42.5,36.5 - parent: 2 - - uid: 4102 - components: - - type: Transform - pos: 56.5,31.5 - parent: 2 - - uid: 4103 - components: - - type: Transform - pos: 57.5,31.5 - parent: 2 - - uid: 4117 - components: - - type: Transform - pos: 54.5,9.5 - parent: 2 - - uid: 4143 - components: - - type: Transform - pos: 52.5,9.5 - parent: 2 - - uid: 4151 - components: - - type: Transform - pos: 60.5,9.5 - parent: 2 - - uid: 4152 - components: - - type: Transform - pos: 56.5,9.5 - parent: 2 - - uid: 4159 - components: - - type: Transform - pos: 50.5,45.5 - parent: 2 - - uid: 4180 - components: - - type: Transform - pos: 48.5,53.5 - parent: 2 - - uid: 4181 - components: - - type: Transform - pos: 42.5,52.5 - parent: 2 - - uid: 4184 - components: - - type: Transform - pos: 42.5,53.5 - parent: 2 - - uid: 4185 - components: - - type: Transform - pos: 42.5,57.5 - parent: 2 - - uid: 4192 - components: - - type: Transform - pos: 58.5,-36.5 - parent: 2 - - uid: 4195 - components: - - type: Transform - pos: 36.5,53.5 - parent: 2 - - uid: 4197 - components: - - type: Transform - pos: 48.5,57.5 - parent: 2 - - uid: 4199 - components: - - type: Transform - pos: 36.5,57.5 - parent: 2 - - uid: 4203 - components: - - type: Transform - pos: -94.5,28.5 - parent: 2 - - uid: 4205 - components: - - type: Transform - pos: 42.5,58.5 - parent: 2 - - uid: 4211 - components: - - type: Transform - pos: 51.5,25.5 - parent: 2 - - uid: 4213 - components: - - type: Transform - pos: 59.5,31.5 - parent: 2 - - uid: 4215 - components: - - type: Transform - pos: 51.5,50.5 - parent: 2 - - uid: 4219 - components: - - type: Transform - pos: 41.5,-35.5 - parent: 2 - - uid: 4220 - components: - - type: Transform - pos: -96.5,30.5 - parent: 2 - - uid: 4221 - components: - - type: Transform - pos: -97.5,30.5 - parent: 2 - - uid: 4226 - components: - - type: Transform - pos: -93.5,24.5 - parent: 2 - - uid: 4237 - components: - - type: Transform - pos: -93.5,26.5 - parent: 2 - - uid: 4238 - components: - - type: Transform - pos: -93.5,23.5 - parent: 2 - - uid: 4239 - components: - - type: Transform - pos: -93.5,25.5 - parent: 2 - - uid: 4244 - components: - - type: Transform - pos: 73.5,23.5 - parent: 2 - - uid: 4246 - components: - - type: Transform - pos: 51.5,45.5 - parent: 2 - - uid: 4247 - components: - - type: Transform - pos: 85.5,69.5 - parent: 2 - - uid: 4249 - components: - - type: Transform - pos: 56.5,25.5 - parent: 2 - - uid: 4251 - components: - - type: Transform - pos: 58.5,25.5 - parent: 2 - - uid: 4253 - components: - - type: Transform - pos: 60.5,25.5 - parent: 2 - - uid: 4255 - components: - - type: Transform - pos: 62.5,25.5 - parent: 2 - - uid: 4257 - components: - - type: Transform - pos: 64.5,25.5 - parent: 2 - - uid: 4260 - components: - - type: Transform - pos: 69.5,9.5 - parent: 2 - - uid: 4261 - components: - - type: Transform - pos: 68.5,25.5 - parent: 2 - - uid: 4262 - components: - - type: Transform - pos: 54.5,25.5 - parent: 2 - - uid: 4264 - components: - - type: Transform - pos: 72.5,23.5 - parent: 2 - - uid: 4266 - components: - - type: Transform - pos: 52.5,25.5 - parent: 2 - - uid: 4290 - components: - - type: Transform - pos: 64.5,9.5 - parent: 2 - - uid: 4308 - components: - - type: Transform - pos: 62.5,9.5 - parent: 2 - - uid: 4312 - components: - - type: Transform - pos: 91.5,63.5 - parent: 2 - - uid: 4314 - components: - - type: Transform - pos: 70.5,10.5 - parent: 2 - - uid: 4328 - components: - - type: Transform - pos: 90.5,65.5 - parent: 2 - - uid: 4333 - components: - - type: Transform - pos: -52.5,56.5 - parent: 2 - - uid: 4366 - components: - - type: Transform - pos: 54.5,7.5 - parent: 2 - - uid: 4369 - components: - - type: Transform - pos: -95.5,-12.5 - parent: 2 - - uid: 4371 - components: - - type: Transform - pos: 60.5,31.5 - parent: 2 - - uid: 4384 - components: - - type: Transform - pos: 55.5,3.5 - parent: 2 - - uid: 4389 - components: - - type: Transform - pos: 54.5,6.5 - parent: 2 - - uid: 4390 - components: - - type: Transform - pos: 54.5,5.5 - parent: 2 - - uid: 4402 - components: - - type: Transform - pos: 90.5,66.5 - parent: 2 - - uid: 4403 - components: - - type: Transform - pos: 92.5,63.5 - parent: 2 - - uid: 4407 - components: - - type: Transform - pos: 95.5,61.5 - parent: 2 - - uid: 4409 - components: - - type: Transform - pos: 95.5,62.5 - parent: 2 - - uid: 4411 - components: - - type: Transform - pos: 96.5,59.5 - parent: 2 - - uid: 4412 - components: - - type: Transform - pos: 96.5,58.5 - parent: 2 - - uid: 4419 - components: - - type: Transform - pos: 51.5,51.5 - parent: 2 - - uid: 4425 - components: - - type: Transform - pos: 56.5,56.5 - parent: 2 - - uid: 4442 - components: - - type: Transform - pos: 96.5,61.5 - parent: 2 - - uid: 4458 - components: - - type: Transform - pos: 96.5,60.5 - parent: 2 - - uid: 4460 - components: - - type: Transform - pos: 90.5,64.5 - parent: 2 - - uid: 4479 - components: - - type: Transform - pos: 52.5,70.5 - parent: 2 - - uid: 4483 - components: - - type: Transform - pos: 61.5,31.5 - parent: 2 - - uid: 4490 - components: - - type: Transform - pos: 82.5,8.5 - parent: 2 - - uid: 4496 - components: - - type: Transform - pos: 81.5,7.5 - parent: 2 - - uid: 4502 - components: - - type: Transform - pos: -94.5,-11.5 - parent: 2 - - uid: 4503 - components: - - type: Transform - pos: 69.5,31.5 - parent: 2 - - uid: 4516 - components: - - type: Transform - pos: 78.5,26.5 - parent: 2 - - uid: 4519 - components: - - type: Transform - pos: 13.5,52.5 - parent: 2 - - uid: 4522 - components: - - type: Transform - pos: 48.5,52.5 - parent: 2 - - uid: 4525 - components: - - type: Transform - pos: 78.5,25.5 - parent: 2 - - uid: 4529 - components: - - type: Transform - pos: 69.5,26.5 - parent: 2 - - uid: 4535 - components: - - type: Transform - pos: 57.5,49.5 - parent: 2 - - uid: 4536 - components: - - type: Transform - pos: 59.5,49.5 - parent: 2 - - uid: 4538 - components: - - type: Transform - pos: 58.5,49.5 - parent: 2 - - uid: 4539 - components: - - type: Transform - pos: 56.5,49.5 - parent: 2 - - uid: 4540 - components: - - type: Transform - pos: 60.5,49.5 - parent: 2 - - uid: 4541 - components: - - type: Transform - pos: 55.5,46.5 - parent: 2 - - uid: 4551 - components: - - type: Transform - pos: 64.5,31.5 - parent: 2 - - uid: 4554 - components: - - type: Transform - pos: 41.5,31.5 - parent: 2 - - uid: 4563 - components: - - type: Transform - pos: 54.5,45.5 - parent: 2 - - uid: 4564 - components: - - type: Transform - pos: 53.5,45.5 - parent: 2 - - uid: 4566 - components: - - type: Transform - pos: 55.5,48.5 - parent: 2 - - uid: 4567 - components: - - type: Transform - pos: 55.5,47.5 - parent: 2 - - uid: 4568 - components: - - type: Transform - pos: 55.5,49.5 - parent: 2 - - uid: 4571 - components: - - type: Transform - pos: 50.5,27.5 - parent: 2 - - uid: 4572 - components: - - type: Transform - pos: 51.5,48.5 - parent: 2 - - uid: 4573 - components: - - type: Transform - pos: 50.5,28.5 - parent: 2 - - uid: 4581 - components: - - type: Transform - pos: 50.5,30.5 - parent: 2 - - uid: 4584 - components: - - type: Transform - pos: 51.5,52.5 - parent: 2 - - uid: 4589 - components: - - type: Transform - pos: 52.5,52.5 - parent: 2 - - uid: 4594 - components: - - type: Transform - pos: 53.5,52.5 - parent: 2 - - uid: 4599 - components: - - type: Transform - pos: 54.5,52.5 - parent: 2 - - uid: 4604 - components: - - type: Transform - pos: 50.5,29.5 - parent: 2 - - uid: 4609 - components: - - type: Transform - pos: 54.5,53.5 - parent: 2 - - uid: 4614 - components: - - type: Transform - pos: 52.5,68.5 - parent: 2 - - uid: 4619 - components: - - type: Transform - pos: 45.5,35.5 - parent: 2 - - uid: 4625 - components: - - type: Transform - pos: 50.5,31.5 - parent: 2 - - uid: 4626 - components: - - type: Transform - pos: 52.5,66.5 - parent: 2 - - uid: 4627 - components: - - type: Transform - pos: 52.5,65.5 - parent: 2 - - uid: 4636 - components: - - type: Transform - pos: 60.5,71.5 - parent: 2 - - uid: 4637 - components: - - type: Transform - pos: 61.5,71.5 - parent: 2 - - uid: 4638 - components: - - type: Transform - pos: 62.5,71.5 - parent: 2 - - uid: 4639 - components: - - type: Transform - pos: 63.5,71.5 - parent: 2 - - uid: 4643 - components: - - type: Transform - pos: 55.5,71.5 - parent: 2 - - uid: 4650 - components: - - type: Transform - pos: 56.5,71.5 - parent: 2 - - uid: 4651 - components: - - type: Transform - pos: 58.5,71.5 - parent: 2 - - uid: 4652 - components: - - type: Transform - pos: 66.5,71.5 - parent: 2 - - uid: 4653 - components: - - type: Transform - pos: 89.5,50.5 - parent: 2 - - uid: 4654 - components: - - type: Transform - pos: 88.5,50.5 - parent: 2 - - uid: 4659 - components: - - type: Transform - pos: 41.5,27.5 - parent: 2 - - uid: 4661 - components: - - type: Transform - pos: 14.5,51.5 - parent: 2 - - uid: 4663 - components: - - type: Transform - pos: 22.5,51.5 - parent: 2 - - uid: 4668 - components: - - type: Transform - pos: 88.5,51.5 - parent: 2 - - uid: 4669 - components: - - type: Transform - pos: 92.5,20.5 - parent: 2 - - uid: 4670 - components: - - type: Transform - pos: 92.5,19.5 - parent: 2 - - uid: 4687 - components: - - type: Transform - pos: 79.5,4.5 - parent: 2 - - uid: 4688 - components: - - type: Transform - pos: 79.5,5.5 - parent: 2 - - uid: 4695 - components: - - type: Transform - pos: 91.5,20.5 - parent: 2 - - uid: 4696 - components: - - type: Transform - pos: 88.5,52.5 - parent: 2 - - uid: 4712 - components: - - type: Transform - pos: 50.5,33.5 - parent: 2 - - uid: 4714 - components: - - type: Transform - pos: 50.5,35.5 - parent: 2 - - uid: 4715 - components: - - type: Transform - pos: 50.5,34.5 - parent: 2 - - uid: 4737 - components: - - type: Transform - pos: 42.5,27.5 - parent: 2 - - uid: 4738 - components: - - type: Transform - pos: 43.5,27.5 - parent: 2 - - uid: 4743 - components: - - type: Transform - pos: 44.5,27.5 - parent: 2 - - uid: 4758 - components: - - type: Transform - pos: 49.5,27.5 - parent: 2 - - uid: 4767 - components: - - type: Transform - pos: 94.5,46.5 - parent: 2 - - uid: 4773 - components: - - type: Transform - pos: 87.5,20.5 - parent: 2 - - uid: 4774 - components: - - type: Transform - pos: 88.5,20.5 - parent: 2 - - uid: 4780 - components: - - type: Transform - pos: 87.5,10.5 - parent: 2 - - uid: 4784 - components: - - type: Transform - pos: 87.5,12.5 - parent: 2 - - uid: 4785 - components: - - type: Transform - pos: 87.5,11.5 - parent: 2 - - uid: 4786 - components: - - type: Transform - pos: 86.5,7.5 - parent: 2 - - uid: 4787 - components: - - type: Transform - pos: 77.5,4.5 - parent: 2 - - uid: 4795 - components: - - type: Transform - pos: 92.5,15.5 - parent: 2 - - uid: 4819 - components: - - type: Transform - pos: 41.5,35.5 - parent: 2 - - uid: 4820 - components: - - type: Transform - pos: 42.5,35.5 - parent: 2 - - uid: 4821 - components: - - type: Transform - pos: 54.5,54.5 - parent: 2 - - uid: 4822 - components: - - type: Transform - pos: 54.5,55.5 - parent: 2 - - uid: 4823 - components: - - type: Transform - pos: 55.5,55.5 - parent: 2 - - uid: 4824 - components: - - type: Transform - pos: 56.5,55.5 - parent: 2 - - uid: 4825 - components: - - type: Transform - pos: 51.5,35.5 - parent: 2 - - uid: 4826 - components: - - type: Transform - pos: 51.5,38.5 - parent: 2 - - uid: 4827 - components: - - type: Transform - pos: 51.5,36.5 - parent: 2 - - uid: 4829 - components: - - type: Transform - pos: 51.5,40.5 - parent: 2 - - uid: 4830 - components: - - type: Transform - pos: 62.5,55.5 - parent: 2 - - uid: 4831 - components: - - type: Transform - pos: 63.5,55.5 - parent: 2 - - uid: 4834 - components: - - type: Transform - pos: 43.5,35.5 - parent: 2 - - uid: 4835 - components: - - type: Transform - pos: 44.5,35.5 - parent: 2 - - uid: 4854 - components: - - type: Transform - pos: -42.5,70.5 - parent: 2 - - uid: 4855 - components: - - type: Transform - pos: -16.5,67.5 - parent: 2 - - uid: 4856 - components: - - type: Transform - pos: -6.5,67.5 - parent: 2 - - uid: 4857 - components: - - type: Transform - pos: -12.5,67.5 - parent: 2 - - uid: 4861 - components: - - type: Transform - pos: 80.5,53.5 - parent: 2 - - uid: 4862 - components: - - type: Transform - pos: 79.5,55.5 - parent: 2 - - uid: 4864 - components: - - type: Transform - pos: 86.5,6.5 - parent: 2 - - uid: 4867 - components: - - type: Transform - pos: 82.5,53.5 - parent: 2 - - uid: 4872 - components: - - type: Transform - pos: 50.5,42.5 - parent: 2 - - uid: 4881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,-1.5 - parent: 2 - - uid: 4895 - components: - - type: Transform - pos: 94.5,22.5 - parent: 2 - - uid: 4897 - components: - - type: Transform - pos: 94.5,23.5 - parent: 2 - - uid: 4899 - components: - - type: Transform - pos: 96.5,53.5 - parent: 2 - - uid: 4901 - components: - - type: Transform - pos: 96.5,55.5 - parent: 2 - - uid: 4907 - components: - - type: Transform - pos: 95.5,63.5 - parent: 2 - - uid: 4914 - components: - - type: Transform - pos: 57.5,71.5 - parent: 2 - - uid: 4921 - components: - - type: Transform - pos: 93.5,63.5 - parent: 2 - - uid: 4931 - components: - - type: Transform - pos: 64.5,71.5 - parent: 2 - - uid: 4932 - components: - - type: Transform - pos: 15.5,51.5 - parent: 2 - - uid: 4933 - components: - - type: Transform - pos: 22.5,52.5 - parent: 2 - - uid: 4934 - components: - - type: Transform - pos: 42.5,31.5 - parent: 2 - - uid: 4935 - components: - - type: Transform - pos: 43.5,31.5 - parent: 2 - - uid: 4936 - components: - - type: Transform - pos: 44.5,31.5 - parent: 2 - - uid: 4937 - components: - - type: Transform - pos: 50.5,41.5 - parent: 2 - - uid: 4938 - components: - - type: Transform - pos: 50.5,44.5 - parent: 2 - - uid: 4940 - components: - - type: Transform - pos: 52.5,45.5 - parent: 2 - - uid: 4941 - components: - - type: Transform - pos: 51.5,39.5 - parent: 2 - - uid: 4942 - components: - - type: Transform - pos: 51.5,41.5 - parent: 2 - - uid: 4944 - components: - - type: Transform - pos: 51.5,47.5 - parent: 2 - - uid: 4946 - components: - - type: Transform - pos: 63.5,54.5 - parent: 2 - - uid: 4947 - components: - - type: Transform - pos: 63.5,53.5 - parent: 2 - - uid: 4948 - components: - - type: Transform - pos: 63.5,52.5 - parent: 2 - - uid: 4949 - components: - - type: Transform - pos: 63.5,51.5 - parent: 2 - - uid: 4950 - components: - - type: Transform - pos: 67.5,71.5 - parent: 2 - - uid: 4963 - components: - - type: Transform - pos: -77.5,-8.5 - parent: 2 - - uid: 5018 - components: - - type: Transform - pos: -92.5,10.5 - parent: 2 - - uid: 5026 - components: - - type: Transform - pos: 77.5,-22.5 - parent: 2 - - uid: 5027 - components: - - type: Transform - pos: 78.5,-22.5 - parent: 2 - - uid: 5031 - components: - - type: Transform - pos: 78.5,-18.5 - parent: 2 - - uid: 5035 - components: - - type: Transform - pos: 78.5,-14.5 - parent: 2 - - uid: 5036 - components: - - type: Transform - pos: 78.5,-13.5 - parent: 2 - - uid: 5037 - components: - - type: Transform - pos: 78.5,-12.5 - parent: 2 - - uid: 5038 - components: - - type: Transform - pos: 79.5,-11.5 - parent: 2 - - uid: 5039 - components: - - type: Transform - pos: 79.5,-10.5 - parent: 2 - - uid: 5040 - components: - - type: Transform - pos: 79.5,-9.5 - parent: 2 - - uid: 5041 - components: - - type: Transform - pos: 79.5,-8.5 - parent: 2 - - uid: 5059 - components: - - type: Transform - pos: 73.5,1.5 - parent: 2 - - uid: 5060 - components: - - type: Transform - pos: 72.5,1.5 - parent: 2 - - uid: 5061 - components: - - type: Transform - pos: 64.5,1.5 - parent: 2 - - uid: 5079 - components: - - type: Transform - pos: 56.5,1.5 - parent: 2 - - uid: 5083 - components: - - type: Transform - pos: 55.5,4.5 - parent: 2 - - uid: 5084 - components: - - type: Transform - pos: 55.5,2.5 - parent: 2 - - uid: 5089 - components: - - type: Transform - pos: -98.5,17.5 - parent: 2 - - uid: 5090 - components: - - type: Transform - pos: 67.5,-29.5 - parent: 2 - - uid: 5094 - components: - - type: Transform - pos: 72.5,-23.5 - parent: 2 - - uid: 5106 - components: - - type: Transform - pos: 77.5,1.5 - parent: 2 - - uid: 5108 - components: - - type: Transform - pos: 76.5,1.5 - parent: 2 - - uid: 5159 - components: - - type: Transform - pos: -28.5,54.5 - parent: 2 - - uid: 5198 - components: - - type: Transform - pos: -60.5,10.5 - parent: 2 - - uid: 5220 - components: - - type: Transform - pos: 47.5,35.5 - parent: 2 - - uid: 5221 - components: - - type: Transform - pos: 46.5,35.5 - parent: 2 - - uid: 5222 - components: - - type: Transform - pos: 48.5,35.5 - parent: 2 - - uid: 5223 - components: - - type: Transform - pos: 49.5,35.5 - parent: 2 - - uid: 5224 - components: - - type: Transform - pos: 48.5,31.5 - parent: 2 - - uid: 5231 - components: - - type: Transform - pos: -36.5,32.5 - parent: 2 - - uid: 5233 - components: - - type: Transform - pos: -15.5,42.5 - parent: 2 - - uid: 5239 - components: - - type: Transform - pos: -15.5,39.5 - parent: 2 - - uid: 5240 - components: - - type: Transform - pos: -32.5,32.5 - parent: 2 - - uid: 5249 - components: - - type: Transform - pos: 47.5,31.5 - parent: 2 - - uid: 5252 - components: - - type: Transform - pos: 46.5,31.5 - parent: 2 - - uid: 5253 - components: - - type: Transform - pos: 45.5,31.5 - parent: 2 - - uid: 5254 - components: - - type: Transform - pos: -98.5,-14.5 - parent: 2 - - uid: 5266 - components: - - type: Transform - pos: -96.5,-13.5 - parent: 2 - - uid: 5295 - components: - - type: Transform - pos: 11.5,62.5 - parent: 2 - - uid: 5296 - components: - - type: Transform - pos: 69.5,27.5 - parent: 2 - - uid: 5299 - components: - - type: Transform - pos: 30.5,50.5 - parent: 2 - - uid: 5306 - components: - - type: Transform - pos: 67.5,31.5 - parent: 2 - - uid: 5314 - components: - - type: Transform - pos: 68.5,71.5 - parent: 2 - - uid: 5318 - components: - - type: Transform - pos: 61.5,58.5 - parent: 2 - - uid: 5319 - components: - - type: Transform - pos: 62.5,58.5 - parent: 2 - - uid: 5320 - components: - - type: Transform - pos: 62.5,57.5 - parent: 2 - - uid: 5321 - components: - - type: Transform - pos: 62.5,56.5 - parent: 2 - - uid: 5322 - components: - - type: Transform - pos: 61.5,49.5 - parent: 2 - - uid: 5323 - components: - - type: Transform - pos: 61.5,50.5 - parent: 2 - - uid: 5324 - components: - - type: Transform - pos: 61.5,51.5 - parent: 2 - - uid: 5325 - components: - - type: Transform - pos: 62.5,51.5 - parent: 2 - - uid: 5331 - components: - - type: Transform - pos: 59.5,71.5 - parent: 2 - - uid: 5373 - components: - - type: Transform - pos: 94.5,51.5 - parent: 2 - - uid: 5378 - components: - - type: Transform - pos: 92.5,51.5 - parent: 2 - - uid: 5379 - components: - - type: Transform - pos: 93.5,51.5 - parent: 2 - - uid: 5381 - components: - - type: Transform - pos: 92.5,50.5 - parent: 2 - - uid: 5383 - components: - - type: Transform - pos: 91.5,50.5 - parent: 2 - - uid: 5418 - components: - - type: Transform - pos: -97.5,-13.5 - parent: 2 - - uid: 5425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,20.5 - parent: 2 - - uid: 5427 - components: - - type: Transform - pos: 49.5,31.5 - parent: 2 - - uid: 5479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,20.5 - parent: 2 - - uid: 5482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,18.5 - parent: 2 - - uid: 5483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,20.5 - parent: 2 - - uid: 5486 - components: - - type: Transform - pos: -28.5,53.5 - parent: 2 - - uid: 5534 - components: - - type: Transform - pos: -18.5,23.5 - parent: 2 - - uid: 5542 - components: - - type: Transform - pos: 46.5,52.5 - parent: 2 - - uid: 5543 - components: - - type: Transform - pos: 38.5,51.5 - parent: 2 - - uid: 5555 - components: - - type: Transform - pos: 66.5,31.5 - parent: 2 - - uid: 5569 - components: - - type: Transform - pos: 65.5,31.5 - parent: 2 - - uid: 5660 - components: - - type: Transform - pos: 68.5,31.5 - parent: 2 - - uid: 5769 - components: - - type: Transform - pos: -2.5,-49.5 - parent: 2 - - uid: 5770 - components: - - type: Transform - pos: -3.5,-49.5 - parent: 2 - - uid: 5771 - components: - - type: Transform - pos: -4.5,-49.5 - parent: 2 - - uid: 5772 - components: - - type: Transform - pos: -5.5,-49.5 - parent: 2 - - uid: 5773 - components: - - type: Transform - pos: -6.5,-49.5 - parent: 2 - - uid: 5774 - components: - - type: Transform - pos: -7.5,-49.5 - parent: 2 - - uid: 5775 - components: - - type: Transform - pos: -8.5,-49.5 - parent: 2 - - uid: 5776 - components: - - type: Transform - pos: 4.5,-49.5 - parent: 2 - - uid: 5777 - components: - - type: Transform - pos: 5.5,-49.5 - parent: 2 - - uid: 5778 - components: - - type: Transform - pos: 6.5,-49.5 - parent: 2 - - uid: 5779 - components: - - type: Transform - pos: 7.5,-49.5 - parent: 2 - - uid: 5780 - components: - - type: Transform - pos: 8.5,-49.5 - parent: 2 - - uid: 5781 - components: - - type: Transform - pos: 9.5,-49.5 - parent: 2 - - uid: 5782 - components: - - type: Transform - pos: 10.5,-49.5 - parent: 2 - - uid: 5783 - components: - - type: Transform - pos: 11.5,-49.5 - parent: 2 - - uid: 5784 - components: - - type: Transform - pos: 12.5,-49.5 - parent: 2 - - uid: 5787 - components: - - type: Transform - pos: -1.5,-53.5 - parent: 2 - - uid: 5788 - components: - - type: Transform - pos: -2.5,-53.5 - parent: 2 - - uid: 5789 - components: - - type: Transform - pos: -3.5,-53.5 - parent: 2 - - uid: 5795 - components: - - type: Transform - pos: 4.5,-53.5 - parent: 2 - - uid: 5796 - components: - - type: Transform - pos: 5.5,-53.5 - parent: 2 - - uid: 5797 - components: - - type: Transform - pos: 6.5,-53.5 - parent: 2 - - uid: 5803 - components: - - type: Transform - pos: 12.5,-53.5 - parent: 2 - - uid: 5871 - components: - - type: Transform - pos: -9.5,-49.5 - parent: 2 - - uid: 5992 - components: - - type: Transform - pos: -44.5,36.5 - parent: 2 - - uid: 6015 - components: - - type: Transform - pos: -27.5,-26.5 - parent: 2 - - uid: 6017 - components: - - type: Transform - pos: -28.5,-26.5 - parent: 2 - - uid: 6019 - components: - - type: Transform - pos: -31.5,-26.5 - parent: 2 - - uid: 6021 - components: - - type: Transform - pos: -29.5,-26.5 - parent: 2 - - uid: 6077 - components: - - type: Transform - pos: 48.5,50.5 - parent: 2 - - uid: 6078 - components: - - type: Transform - pos: 48.5,51.5 - parent: 2 - - uid: 6117 - components: - - type: Transform - pos: 69.5,71.5 - parent: 2 - - uid: 6118 - components: - - type: Transform - pos: 89.5,61.5 - parent: 2 - - uid: 6119 - components: - - type: Transform - pos: 88.5,61.5 - parent: 2 - - uid: 6122 - components: - - type: Transform - pos: -17.5,23.5 - parent: 2 - - uid: 6123 - components: - - type: Transform - pos: -22.5,23.5 - parent: 2 - - uid: 6180 - components: - - type: Transform - pos: 46.5,-35.5 - parent: 2 - - uid: 6181 - components: - - type: Transform - pos: 47.5,-35.5 - parent: 2 - - uid: 6185 - components: - - type: Transform - pos: 51.5,-33.5 - parent: 2 - - uid: 6190 - components: - - type: Transform - pos: 11.5,-37.5 - parent: 2 - - uid: 6192 - components: - - type: Transform - pos: -34.5,2.5 - parent: 2 - - uid: 6193 - components: - - type: Transform - pos: -35.5,7.5 - parent: 2 - - uid: 6213 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-3.5 - parent: 2 - - uid: 6214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-2.5 - parent: 2 - - uid: 6215 - components: - - type: Transform - pos: -129.5,67.5 - parent: 2 - - uid: 6275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,19.5 - parent: 2 - - uid: 6277 - components: - - type: Transform - pos: -98.5,18.5 - parent: 2 - - uid: 6313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,25.5 - parent: 2 - - uid: 6315 - components: - - type: Transform - pos: -26.5,49.5 - parent: 2 - - uid: 6394 - components: - - type: Transform - pos: 91.5,61.5 - parent: 2 - - uid: 6397 - components: - - type: Transform - pos: 90.5,61.5 - parent: 2 - - uid: 6398 - components: - - type: Transform - pos: 93.5,61.5 - parent: 2 - - uid: 6399 - components: - - type: Transform - pos: 92.5,61.5 - parent: 2 - - uid: 6402 - components: - - type: Transform - pos: 94.5,56.5 - parent: 2 - - uid: 6403 - components: - - type: Transform - pos: 93.5,59.5 - parent: 2 - - uid: 6404 - components: - - type: Transform - pos: 94.5,59.5 - parent: 2 - - uid: 6405 - components: - - type: Transform - pos: 94.5,55.5 - parent: 2 - - uid: 6406 - components: - - type: Transform - pos: 94.5,58.5 - parent: 2 - - uid: 6407 - components: - - type: Transform - pos: 94.5,57.5 - parent: 2 - - uid: 6408 - components: - - type: Transform - pos: 94.5,54.5 - parent: 2 - - uid: 6410 - components: - - type: Transform - pos: 94.5,52.5 - parent: 2 - - uid: 6411 - components: - - type: Transform - pos: 94.5,53.5 - parent: 2 - - uid: 6425 - components: - - type: Transform - pos: 81.5,-3.5 - parent: 2 - - uid: 6435 - components: - - type: Transform - pos: 81.5,-14.5 - parent: 2 - - uid: 6438 - components: - - type: Transform - pos: 81.5,-18.5 - parent: 2 - - uid: 6465 - components: - - type: Transform - pos: 59.5,-32.5 - parent: 2 - - uid: 6466 - components: - - type: Transform - pos: 54.5,-36.5 - parent: 2 - - uid: 6467 - components: - - type: Transform - pos: 54.5,-32.5 - parent: 2 - - uid: 6527 - components: - - type: Transform - pos: -27.5,50.5 - parent: 2 - - uid: 6651 - components: - - type: Transform - pos: -46.5,-46.5 - parent: 2 - - uid: 6652 - components: - - type: Transform - pos: -46.5,-50.5 - parent: 2 - - uid: 6655 - components: - - type: Transform - pos: -23.5,23.5 - parent: 2 - - uid: 6670 - components: - - type: Transform - pos: -52.5,-39.5 - parent: 2 - - uid: 6671 - components: - - type: Transform - pos: -50.5,-39.5 - parent: 2 - - uid: 6672 - components: - - type: Transform - pos: -37.5,-39.5 - parent: 2 - - uid: 6674 - components: - - type: Transform - pos: -20.5,-45.5 - parent: 2 - - uid: 6695 - components: - - type: Transform - pos: -52.5,-44.5 - parent: 2 - - uid: 6696 - components: - - type: Transform - pos: -55.5,-37.5 - parent: 2 - - uid: 6703 - components: - - type: Transform - pos: -35.5,-39.5 - parent: 2 - - uid: 6704 - components: - - type: Transform - pos: -49.5,-39.5 - parent: 2 - - uid: 6705 - components: - - type: Transform - pos: -52.5,-40.5 - parent: 2 - - uid: 6711 - components: - - type: Transform - pos: -30.5,-26.5 - parent: 2 - - uid: 6718 - components: - - type: Transform - pos: -28.5,-45.5 - parent: 2 - - uid: 6719 - components: - - type: Transform - pos: -34.5,-45.5 - parent: 2 - - uid: 6735 - components: - - type: Transform - pos: -66.5,-21.5 - parent: 2 - - uid: 6740 - components: - - type: Transform - pos: -28.5,-39.5 - parent: 2 - - uid: 6741 - components: - - type: Transform - pos: -29.5,-39.5 - parent: 2 - - uid: 6751 - components: - - type: Transform - pos: -36.5,-45.5 - parent: 2 - - uid: 6761 - components: - - type: Transform - pos: -46.5,-49.5 - parent: 2 - - uid: 6762 - components: - - type: Transform - pos: -52.5,-50.5 - parent: 2 - - uid: 6763 - components: - - type: Transform - pos: -45.5,-45.5 - parent: 2 - - uid: 6765 - components: - - type: Transform - pos: -66.5,-20.5 - parent: 2 - - uid: 6770 - components: - - type: Transform - pos: -46.5,-45.5 - parent: 2 - - uid: 6775 - components: - - type: Transform - pos: -51.5,-39.5 - parent: 2 - - uid: 6776 - components: - - type: Transform - pos: -48.5,-39.5 - parent: 2 - - uid: 6777 - components: - - type: Transform - pos: -46.5,-39.5 - parent: 2 - - uid: 6790 - components: - - type: Transform - pos: -77.5,20.5 - parent: 2 - - uid: 6795 - components: - - type: Transform - pos: -19.5,-45.5 - parent: 2 - - uid: 6892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-0.5 - parent: 2 - - uid: 6893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,6.5 - parent: 2 - - uid: 6895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,6.5 - parent: 2 - - uid: 6944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,6.5 - parent: 2 - - uid: 6958 - components: - - type: Transform - pos: -15.5,-47.5 - parent: 2 - - uid: 7089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,6.5 - parent: 2 - - uid: 7194 - components: - - type: Transform - pos: -64.5,-13.5 - parent: 2 - - uid: 7270 - components: - - type: Transform - pos: -37.5,-37.5 - parent: 2 - - uid: 7285 - components: - - type: Transform - pos: -45.5,-37.5 - parent: 2 - - uid: 7286 - components: - - type: Transform - pos: -46.5,-37.5 - parent: 2 - - uid: 7287 - components: - - type: Transform - pos: -47.5,-37.5 - parent: 2 - - uid: 7288 - components: - - type: Transform - pos: -48.5,-37.5 - parent: 2 - - uid: 7289 - components: - - type: Transform - pos: -49.5,-37.5 - parent: 2 - - uid: 7290 - components: - - type: Transform - pos: -50.5,-37.5 - parent: 2 - - uid: 7291 - components: - - type: Transform - pos: -51.5,-37.5 - parent: 2 - - uid: 7292 - components: - - type: Transform - pos: -52.5,-37.5 - parent: 2 - - uid: 7296 - components: - - type: Transform - pos: -52.5,18.5 - parent: 2 - - uid: 7297 - components: - - type: Transform - pos: -52.5,20.5 - parent: 2 - - uid: 7320 - components: - - type: Transform - pos: -66.5,-12.5 - parent: 2 - - uid: 7321 - components: - - type: Transform - pos: -66.5,-11.5 - parent: 2 - - uid: 7322 - components: - - type: Transform - pos: -66.5,-10.5 - parent: 2 - - uid: 7325 - components: - - type: Transform - pos: -63.5,-22.5 - parent: 2 - - uid: 7330 - components: - - type: Transform - pos: -63.5,-23.5 - parent: 2 - - uid: 7333 - components: - - type: Transform - pos: -63.5,-13.5 - parent: 2 - - uid: 7335 - components: - - type: Transform - pos: -63.5,-30.5 - parent: 2 - - uid: 7336 - components: - - type: Transform - pos: -63.5,-31.5 - parent: 2 - - uid: 7337 - components: - - type: Transform - pos: -63.5,-28.5 - parent: 2 - - uid: 7418 - components: - - type: Transform - pos: -28.5,63.5 - parent: 2 - - uid: 7423 - components: - - type: Transform - pos: -66.5,-13.5 - parent: 2 - - uid: 7424 - components: - - type: Transform - pos: -66.5,-9.5 - parent: 2 - - uid: 7425 - components: - - type: Transform - pos: -66.5,-8.5 - parent: 2 - - uid: 7426 - components: - - type: Transform - pos: -66.5,-7.5 - parent: 2 - - uid: 7430 - components: - - type: Transform - pos: -25.5,49.5 - parent: 2 - - uid: 7431 - components: - - type: Transform - pos: -66.5,-2.5 - parent: 2 - - uid: 7487 - components: - - type: Transform - pos: -10.5,68.5 - parent: 2 - - uid: 7493 - components: - - type: Transform - pos: -53.5,54.5 - parent: 2 - - uid: 7563 - components: - - type: Transform - pos: -75.5,20.5 - parent: 2 - - uid: 7566 - components: - - type: Transform - pos: -95.5,15.5 - parent: 2 - - uid: 7584 - components: - - type: Transform - pos: 5.5,43.5 - parent: 2 - - uid: 7637 - components: - - type: Transform - pos: -62.5,10.5 - parent: 2 - - uid: 7643 - components: - - type: Transform - pos: -63.5,13.5 - parent: 2 - - uid: 7644 - components: - - type: Transform - pos: -63.5,14.5 - parent: 2 - - uid: 7645 - components: - - type: Transform - pos: -62.5,14.5 - parent: 2 - - uid: 7647 - components: - - type: Transform - pos: -61.5,14.5 - parent: 2 - - uid: 7649 - components: - - type: Transform - pos: -56.5,10.5 - parent: 2 - - uid: 7651 - components: - - type: Transform - pos: -63.5,11.5 - parent: 2 - - uid: 7652 - components: - - type: Transform - pos: -63.5,12.5 - parent: 2 - - uid: 7659 - components: - - type: Transform - pos: -99.5,2.5 - parent: 2 - - uid: 7666 - components: - - type: Transform - pos: -99.5,14.5 - parent: 2 - - uid: 7667 - components: - - type: Transform - pos: 4.5,49.5 - parent: 2 - - uid: 7669 - components: - - type: Transform - pos: -79.5,20.5 - parent: 2 - - uid: 7676 - components: - - type: Transform - pos: -99.5,1.5 - parent: 2 - - uid: 7728 - components: - - type: Transform - pos: 72.5,30.5 - parent: 2 - - uid: 7729 - components: - - type: Transform - pos: 72.5,29.5 - parent: 2 - - uid: 7730 - components: - - type: Transform - pos: 71.5,31.5 - parent: 2 - - uid: 7744 - components: - - type: Transform - pos: -74.5,18.5 - parent: 2 - - uid: 7754 - components: - - type: Transform - pos: -80.5,19.5 - parent: 2 - - uid: 7755 - components: - - type: Transform - pos: -94.5,10.5 - parent: 2 - - uid: 7756 - components: - - type: Transform - pos: -81.5,19.5 - parent: 2 - - uid: 7757 - components: - - type: Transform - pos: -82.5,17.5 - parent: 2 - - uid: 7758 - components: - - type: Transform - pos: -82.5,18.5 - parent: 2 - - uid: 7759 - components: - - type: Transform - pos: -93.5,10.5 - parent: 2 - - uid: 7761 - components: - - type: Transform - pos: -78.5,23.5 - parent: 2 - - uid: 7763 - components: - - type: Transform - pos: -91.5,23.5 - parent: 2 - - uid: 7764 - components: - - type: Transform - pos: -77.5,23.5 - parent: 2 - - uid: 7766 - components: - - type: Transform - pos: -90.5,23.5 - parent: 2 - - uid: 7767 - components: - - type: Transform - pos: 72.5,31.5 - parent: 2 - - uid: 7768 - components: - - type: Transform - pos: 69.5,28.5 - parent: 2 - - uid: 7770 - components: - - type: Transform - pos: 72.5,28.5 - parent: 2 - - uid: 7771 - components: - - type: Transform - pos: 70.5,28.5 - parent: 2 - - uid: 7780 - components: - - type: Transform - pos: -74.5,13.5 - parent: 2 - - uid: 7784 - components: - - type: Transform - pos: -74.5,11.5 - parent: 2 - - uid: 7790 - components: - - type: Transform - pos: -74.5,10.5 - parent: 2 - - uid: 7819 - components: - - type: Transform - pos: -99.5,15.5 - parent: 2 - - uid: 7820 - components: - - type: Transform - pos: -81.5,11.5 - parent: 2 - - uid: 7823 - components: - - type: Transform - pos: -75.5,10.5 - parent: 2 - - uid: 7825 - components: - - type: Transform - pos: -82.5,11.5 - parent: 2 - - uid: 7853 - components: - - type: Transform - pos: -74.5,12.5 - parent: 2 - - uid: 7879 - components: - - type: Transform - pos: -90.5,-6.5 - parent: 2 - - uid: 7912 - components: - - type: Transform - pos: -99.5,17.5 - parent: 2 - - uid: 7921 - components: - - type: Transform - pos: -98.5,-1.5 - parent: 2 - - uid: 7925 - components: - - type: Transform - pos: 45.5,-35.5 - parent: 2 - - uid: 7928 - components: - - type: Transform - pos: 66.5,-29.5 - parent: 2 - - uid: 7936 - components: - - type: Transform - pos: -95.5,11.5 - parent: 2 - - uid: 7946 - components: - - type: Transform - pos: -54.5,54.5 - parent: 2 - - uid: 7949 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,19.5 - parent: 2 - - uid: 7959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,12.5 - parent: 2 - - uid: 7960 - components: - - type: Transform - pos: -74.5,17.5 - parent: 2 - - uid: 7970 - components: - - type: Transform - pos: -95.5,12.5 - parent: 2 - - uid: 7972 - components: - - type: Transform - pos: 33.5,35.5 - parent: 2 - - uid: 8020 - components: - - type: Transform - pos: 47.5,-6.5 - parent: 2 - - uid: 8021 - components: - - type: Transform - pos: -82.5,12.5 - parent: 2 - - uid: 8034 - components: - - type: Transform - pos: -81.5,10.5 - parent: 2 - - uid: 8035 - components: - - type: Transform - pos: -80.5,10.5 - parent: 2 - - uid: 8061 - components: - - type: Transform - pos: 31.5,36.5 - parent: 2 - - uid: 8074 - components: - - type: Transform - pos: 31.5,37.5 - parent: 2 - - uid: 8075 - components: - - type: Transform - pos: -78.5,-6.5 - parent: 2 - - uid: 8085 - components: - - type: Transform - pos: 32.5,37.5 - parent: 2 - - uid: 8096 - components: - - type: Transform - pos: 31.5,34.5 - parent: 2 - - uid: 8148 - components: - - type: Transform - pos: -125.5,69.5 - parent: 2 - - uid: 8155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,34.5 - parent: 2 - - uid: 8156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,33.5 - parent: 2 - - uid: 8233 - components: - - type: Transform - pos: -53.5,52.5 - parent: 2 - - uid: 8269 - components: - - type: Transform - pos: -46.5,18.5 - parent: 2 - - uid: 8310 - components: - - type: Transform - pos: 33.5,45.5 - parent: 2 - - uid: 8313 - components: - - type: Transform - pos: -50.5,54.5 - parent: 2 - - uid: 8636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,25.5 - parent: 2 - - uid: 8637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,25.5 - parent: 2 - - uid: 8638 - components: - - type: Transform - pos: -70.5,37.5 - parent: 2 - - uid: 8657 - components: - - type: Transform - pos: -74.5,19.5 - parent: 2 - - uid: 8658 - components: - - type: Transform - pos: -74.5,20.5 - parent: 2 - - uid: 8660 - components: - - type: Transform - pos: -74.5,22.5 - parent: 2 - - uid: 8661 - components: - - type: Transform - pos: -74.5,23.5 - parent: 2 - - uid: 8662 - components: - - type: Transform - pos: -74.5,24.5 - parent: 2 - - uid: 8663 - components: - - type: Transform - pos: -74.5,25.5 - parent: 2 - - uid: 8691 - components: - - type: Transform - pos: -66.5,23.5 - parent: 2 - - uid: 8692 - components: - - type: Transform - pos: -66.5,26.5 - parent: 2 - - uid: 8693 - components: - - type: Transform - pos: -66.5,25.5 - parent: 2 - - uid: 8695 - components: - - type: Transform - pos: -52.5,10.5 - parent: 2 - - uid: 8698 - components: - - type: Transform - pos: -58.5,37.5 - parent: 2 - - uid: 8706 - components: - - type: Transform - pos: -56.5,15.5 - parent: 2 - - uid: 8707 - components: - - type: Transform - pos: -64.5,19.5 - parent: 2 - - uid: 8708 - components: - - type: Transform - pos: -56.5,20.5 - parent: 2 - - uid: 8709 - components: - - type: Transform - pos: -56.5,14.5 - parent: 2 - - uid: 8720 - components: - - type: Transform - pos: -40.5,29.5 - parent: 2 - - uid: 8721 - components: - - type: Transform - pos: -40.5,28.5 - parent: 2 - - uid: 8722 - components: - - type: Transform - pos: -40.5,30.5 - parent: 2 - - uid: 8723 - components: - - type: Transform - pos: -40.5,32.5 - parent: 2 - - uid: 8724 - components: - - type: Transform - pos: -40.5,31.5 - parent: 2 - - uid: 8726 - components: - - type: Transform - pos: -40.5,36.5 - parent: 2 - - uid: 8727 - components: - - type: Transform - pos: -41.5,36.5 - parent: 2 - - uid: 8729 - components: - - type: Transform - pos: -40.5,35.5 - parent: 2 - - uid: 8731 - components: - - type: Transform - pos: -40.5,33.5 - parent: 2 - - uid: 8734 - components: - - type: Transform - pos: -45.5,36.5 - parent: 2 - - uid: 8736 - components: - - type: Transform - pos: -36.5,36.5 - parent: 2 - - uid: 8737 - components: - - type: Transform - pos: -38.5,36.5 - parent: 2 - - uid: 8739 - components: - - type: Transform - pos: -30.5,43.5 - parent: 2 - - uid: 8741 - components: - - type: Transform - pos: -39.5,36.5 - parent: 2 - - uid: 8756 - components: - - type: Transform - pos: -60.5,11.5 - parent: 2 - - uid: 8758 - components: - - type: Transform - pos: -52.5,11.5 - parent: 2 - - uid: 8780 - components: - - type: Transform - pos: -60.5,13.5 - parent: 2 - - uid: 8781 - components: - - type: Transform - pos: -60.5,14.5 - parent: 2 - - uid: 8782 - components: - - type: Transform - pos: -56.5,11.5 - parent: 2 - - uid: 8784 - components: - - type: Transform - pos: -56.5,13.5 - parent: 2 - - uid: 8785 - components: - - type: Transform - pos: -48.5,28.5 - parent: 2 - - uid: 8786 - components: - - type: Transform - pos: -69.5,-7.5 - parent: 2 - - uid: 8787 - components: - - type: Transform - pos: -49.5,28.5 - parent: 2 - - uid: 8789 - components: - - type: Transform - pos: -68.5,-7.5 - parent: 2 - - uid: 8790 - components: - - type: Transform - pos: -52.5,15.5 - parent: 2 - - uid: 8791 - components: - - type: Transform - pos: -46.5,26.5 - parent: 2 - - uid: 8797 - components: - - type: Transform - pos: -56.5,21.5 - parent: 2 - - uid: 8802 - components: - - type: Transform - pos: -56.5,28.5 - parent: 2 - - uid: 8841 - components: - - type: Transform - pos: -47.5,19.5 - parent: 2 - - uid: 8842 - components: - - type: Transform - pos: -46.5,20.5 - parent: 2 - - uid: 8843 - components: - - type: Transform - pos: -46.5,19.5 - parent: 2 - - uid: 8844 - components: - - type: Transform - pos: -46.5,22.5 - parent: 2 - - uid: 8846 - components: - - type: Transform - pos: -46.5,24.5 - parent: 2 - - uid: 8847 - components: - - type: Transform - pos: -46.5,23.5 - parent: 2 - - uid: 8848 - components: - - type: Transform - pos: -46.5,27.5 - parent: 2 - - uid: 8849 - components: - - type: Transform - pos: -46.5,28.5 - parent: 2 - - uid: 8850 - components: - - type: Transform - pos: -50.5,28.5 - parent: 2 - - uid: 8851 - components: - - type: Transform - pos: -47.5,28.5 - parent: 2 - - uid: 8864 - components: - - type: Transform - pos: -52.5,25.5 - parent: 2 - - uid: 8865 - components: - - type: Transform - pos: -52.5,26.5 - parent: 2 - - uid: 8866 - components: - - type: Transform - pos: -52.5,27.5 - parent: 2 - - uid: 8867 - components: - - type: Transform - pos: -52.5,28.5 - parent: 2 - - uid: 8877 - components: - - type: Transform - pos: -64.5,20.5 - parent: 2 - - uid: 8878 - components: - - type: Transform - pos: -64.5,18.5 - parent: 2 - - uid: 8879 - components: - - type: Transform - pos: -64.5,17.5 - parent: 2 - - uid: 8880 - components: - - type: Transform - pos: -64.5,16.5 - parent: 2 - - uid: 8882 - components: - - type: Transform - pos: -64.5,14.5 - parent: 2 - - uid: 8897 - components: - - type: Transform - pos: -56.5,32.5 - parent: 2 - - uid: 8923 - components: - - type: Transform - pos: -65.5,29.5 - parent: 2 - - uid: 8924 - components: - - type: Transform - pos: -65.5,30.5 - parent: 2 - - uid: 8926 - components: - - type: Transform - pos: -65.5,28.5 - parent: 2 - - uid: 8930 - components: - - type: Transform - pos: -57.5,28.5 - parent: 2 - - uid: 8933 - components: - - type: Transform - pos: -55.5,32.5 - parent: 2 - - uid: 8953 - components: - - type: Transform - pos: -58.5,32.5 - parent: 2 - - uid: 8957 - components: - - type: Transform - pos: -58.5,31.5 - parent: 2 - - uid: 8966 - components: - - type: Transform - pos: -58.5,35.5 - parent: 2 - - uid: 8967 - components: - - type: Transform - pos: -64.5,35.5 - parent: 2 - - uid: 8972 - components: - - type: Transform - pos: -52.5,32.5 - parent: 2 - - uid: 8975 - components: - - type: Transform - pos: -60.5,37.5 - parent: 2 - - uid: 8976 - components: - - type: Transform - pos: -59.5,37.5 - parent: 2 - - uid: 8977 - components: - - type: Transform - pos: -64.5,33.5 - parent: 2 - - uid: 8979 - components: - - type: Transform - pos: -51.5,37.5 - parent: 2 - - uid: 8985 - components: - - type: Transform - pos: -51.5,28.5 - parent: 2 - - uid: 8987 - components: - - type: Transform - pos: -51.5,32.5 - parent: 2 - - uid: 8992 - components: - - type: Transform - pos: -64.5,31.5 - parent: 2 - - uid: 8993 - components: - - type: Transform - pos: -64.5,32.5 - parent: 2 - - uid: 8995 - components: - - type: Transform - pos: -58.5,36.5 - parent: 2 - - uid: 8996 - components: - - type: Transform - pos: -63.5,37.5 - parent: 2 - - uid: 8997 - components: - - type: Transform - pos: -64.5,36.5 - parent: 2 - - uid: 8998 - components: - - type: Transform - pos: -62.5,37.5 - parent: 2 - - uid: 8999 - components: - - type: Transform - pos: -61.5,37.5 - parent: 2 - - uid: 9018 - components: - - type: Transform - pos: -57.5,31.5 - parent: 2 - - uid: 9019 - components: - - type: Transform - pos: -57.5,37.5 - parent: 2 - - uid: 9020 - components: - - type: Transform - pos: -56.5,38.5 - parent: 2 - - uid: 9022 - components: - - type: Transform - pos: -52.5,38.5 - parent: 2 - - uid: 9025 - components: - - type: Transform - pos: -53.5,32.5 - parent: 2 - - uid: 9026 - components: - - type: Transform - pos: -50.5,32.5 - parent: 2 - - uid: 9027 - components: - - type: Transform - pos: -50.5,36.5 - parent: 2 - - uid: 9032 - components: - - type: Transform - pos: -57.5,32.5 - parent: 2 - - uid: 9034 - components: - - type: Transform - pos: -65.5,37.5 - parent: 2 - - uid: 9058 - components: - - type: Transform - pos: -56.5,42.5 - parent: 2 - - uid: 9060 - components: - - type: Transform - pos: -49.5,32.5 - parent: 2 - - uid: 9064 - components: - - type: Transform - pos: -45.5,32.5 - parent: 2 - - uid: 9065 - components: - - type: Transform - pos: -44.5,32.5 - parent: 2 - - uid: 9066 - components: - - type: Transform - pos: -49.5,36.5 - parent: 2 - - uid: 9068 - components: - - type: Transform - pos: -41.5,32.5 - parent: 2 - - uid: 9069 - components: - - type: Transform - pos: -45.5,28.5 - parent: 2 - - uid: 9070 - components: - - type: Transform - pos: -44.5,28.5 - parent: 2 - - uid: 9072 - components: - - type: Transform - pos: -42.5,28.5 - parent: 2 - - uid: 9073 - components: - - type: Transform - pos: -41.5,28.5 - parent: 2 - - uid: 9075 - components: - - type: Transform - pos: -56.5,40.5 - parent: 2 - - uid: 9076 - components: - - type: Transform - pos: -52.5,39.5 - parent: 2 - - uid: 9077 - components: - - type: Transform - pos: -52.5,40.5 - parent: 2 - - uid: 9078 - components: - - type: Transform - pos: -52.5,41.5 - parent: 2 - - uid: 9099 - components: - - type: Transform - pos: 48.5,58.5 - parent: 2 - - uid: 9120 - components: - - type: Transform - pos: -31.5,25.5 - parent: 2 - - uid: 9127 - components: - - type: Transform - pos: -37.5,36.5 - parent: 2 - - uid: 9130 - components: - - type: Transform - pos: -32.5,36.5 - parent: 2 - - uid: 9131 - components: - - type: Transform - pos: -52.5,42.5 - parent: 2 - - uid: 9135 - components: - - type: Transform - pos: 36.5,58.5 - parent: 2 - - uid: 9175 - components: - - type: Transform - pos: 11.5,59.5 - parent: 2 - - uid: 9226 - components: - - type: Transform - pos: 33.5,50.5 - parent: 2 - - uid: 9227 - components: - - type: Transform - pos: 33.5,47.5 - parent: 2 - - uid: 9229 - components: - - type: Transform - pos: 33.5,46.5 - parent: 2 - - uid: 9232 - components: - - type: Transform - pos: 33.5,51.5 - parent: 2 - - uid: 9233 - components: - - type: Transform - pos: 33.5,48.5 - parent: 2 - - uid: 9239 - components: - - type: Transform - pos: 42.5,16.5 - parent: 2 - - uid: 9241 - components: - - type: Transform - pos: 43.5,16.5 - parent: 2 - - uid: 9247 - components: - - type: Transform - pos: 44.5,-11.5 - parent: 2 - - uid: 9248 - components: - - type: Transform - pos: 44.5,16.5 - parent: 2 - - uid: 9249 - components: - - type: Transform - pos: 44.5,-10.5 - parent: 2 - - uid: 9250 - components: - - type: Transform - pos: 38.5,50.5 - parent: 2 - - uid: 9251 - components: - - type: Transform - pos: 36.5,51.5 - parent: 2 - - uid: 9269 - components: - - type: Transform - pos: 46.5,51.5 - parent: 2 - - uid: 9278 - components: - - type: Transform - pos: 46.5,50.5 - parent: 2 - - uid: 9279 - components: - - type: Transform - pos: 36.5,50.5 - parent: 2 - - uid: 9305 - components: - - type: Transform - pos: -29.5,49.5 - parent: 2 - - uid: 9335 - components: - - type: Transform - pos: 94.5,48.5 - parent: 2 - - uid: 9347 - components: - - type: Transform - pos: -37.5,3.5 - parent: 2 - - uid: 9354 - components: - - type: Transform - pos: -36.5,3.5 - parent: 2 - - uid: 9414 - components: - - type: Transform - pos: -50.5,47.5 - parent: 2 - - uid: 9415 - components: - - type: Transform - pos: -50.5,48.5 - parent: 2 - - uid: 9416 - components: - - type: Transform - pos: -50.5,49.5 - parent: 2 - - uid: 9417 - components: - - type: Transform - pos: -50.5,50.5 - parent: 2 - - uid: 9418 - components: - - type: Transform - pos: -50.5,51.5 - parent: 2 - - uid: 9419 - components: - - type: Transform - pos: -48.5,51.5 - parent: 2 - - uid: 9420 - components: - - type: Transform - pos: -48.5,50.5 - parent: 2 - - uid: 9421 - components: - - type: Transform - pos: -48.5,49.5 - parent: 2 - - uid: 9422 - components: - - type: Transform - pos: -48.5,48.5 - parent: 2 - - uid: 9423 - components: - - type: Transform - pos: -48.5,47.5 - parent: 2 - - uid: 9424 - components: - - type: Transform - pos: -50.5,52.5 - parent: 2 - - uid: 9425 - components: - - type: Transform - pos: -48.5,52.5 - parent: 2 - - uid: 9426 - components: - - type: Transform - pos: -46.5,52.5 - parent: 2 - - uid: 9427 - components: - - type: Transform - pos: -46.5,51.5 - parent: 2 - - uid: 9428 - components: - - type: Transform - pos: -46.5,50.5 - parent: 2 - - uid: 9429 - components: - - type: Transform - pos: -46.5,49.5 - parent: 2 - - uid: 9430 - components: - - type: Transform - pos: -46.5,48.5 - parent: 2 - - uid: 9431 - components: - - type: Transform - pos: -46.5,47.5 - parent: 2 - - uid: 9432 - components: - - type: Transform - pos: -44.5,47.5 - parent: 2 - - uid: 9433 - components: - - type: Transform - pos: -44.5,48.5 - parent: 2 - - uid: 9434 - components: - - type: Transform - pos: -44.5,49.5 - parent: 2 - - uid: 9435 - components: - - type: Transform - pos: -44.5,50.5 - parent: 2 - - uid: 9436 - components: - - type: Transform - pos: -44.5,51.5 - parent: 2 - - uid: 9437 - components: - - type: Transform - pos: -44.5,52.5 - parent: 2 - - uid: 9438 - components: - - type: Transform - pos: -42.5,52.5 - parent: 2 - - uid: 9439 - components: - - type: Transform - pos: -42.5,51.5 - parent: 2 - - uid: 9440 - components: - - type: Transform - pos: -42.5,50.5 - parent: 2 - - uid: 9441 - components: - - type: Transform - pos: -42.5,49.5 - parent: 2 - - uid: 9442 - components: - - type: Transform - pos: -42.5,48.5 - parent: 2 - - uid: 9443 - components: - - type: Transform - pos: -42.5,47.5 - parent: 2 - - uid: 9444 - components: - - type: Transform - pos: -40.5,47.5 - parent: 2 - - uid: 9445 - components: - - type: Transform - pos: -40.5,48.5 - parent: 2 - - uid: 9446 - components: - - type: Transform - pos: -40.5,49.5 - parent: 2 - - uid: 9447 - components: - - type: Transform - pos: -40.5,50.5 - parent: 2 - - uid: 9448 - components: - - type: Transform - pos: -40.5,51.5 - parent: 2 - - uid: 9449 - components: - - type: Transform - pos: -40.5,52.5 - parent: 2 - - uid: 9450 - components: - - type: Transform - pos: -38.5,52.5 - parent: 2 - - uid: 9451 - components: - - type: Transform - pos: -38.5,51.5 - parent: 2 - - uid: 9452 - components: - - type: Transform - pos: -38.5,50.5 - parent: 2 - - uid: 9453 - components: - - type: Transform - pos: -38.5,49.5 - parent: 2 - - uid: 9454 - components: - - type: Transform - pos: -38.5,48.5 - parent: 2 - - uid: 9455 - components: - - type: Transform - pos: -38.5,47.5 - parent: 2 - - uid: 9456 - components: - - type: Transform - pos: -36.5,47.5 - parent: 2 - - uid: 9458 - components: - - type: Transform - pos: -36.5,49.5 - parent: 2 - - uid: 9459 - components: - - type: Transform - pos: -36.5,50.5 - parent: 2 - - uid: 9460 - components: - - type: Transform - pos: -36.5,51.5 - parent: 2 - - uid: 9461 - components: - - type: Transform - pos: -36.5,52.5 - parent: 2 - - uid: 9488 - components: - - type: Transform - pos: -63.5,-19.5 - parent: 2 - - uid: 9506 - components: - - type: Transform - pos: 41.5,16.5 - parent: 2 - - uid: 9517 - components: - - type: Transform - pos: -20.5,49.5 - parent: 2 - - uid: 9528 - components: - - type: Transform - pos: -66.5,-19.5 - parent: 2 - - uid: 9537 - components: - - type: Transform - pos: -8.5,23.5 - parent: 2 - - uid: 9538 - components: - - type: Transform - pos: -9.5,23.5 - parent: 2 - - uid: 9541 - components: - - type: Transform - pos: -12.5,23.5 - parent: 2 - - uid: 9543 - components: - - type: Transform - pos: -64.5,-19.5 - parent: 2 - - uid: 9545 - components: - - type: Transform - pos: -30.5,45.5 - parent: 2 - - uid: 9546 - components: - - type: Transform - pos: -30.5,46.5 - parent: 2 - - uid: 9547 - components: - - type: Transform - pos: -30.5,47.5 - parent: 2 - - uid: 9549 - components: - - type: Transform - pos: -11.5,23.5 - parent: 2 - - uid: 9551 - components: - - type: Transform - pos: -13.5,23.5 - parent: 2 - - uid: 9556 - components: - - type: Transform - pos: -34.5,-39.5 - parent: 2 - - uid: 9557 - components: - - type: Transform - pos: 11.5,-39.5 - parent: 2 - - uid: 9558 - components: - - type: Transform - pos: -65.5,-19.5 - parent: 2 - - uid: 9625 - components: - - type: Transform - pos: -34.5,45.5 - parent: 2 - - uid: 9635 - components: - - type: Transform - pos: -44.5,71.5 - parent: 2 - - uid: 9639 - components: - - type: Transform - pos: -41.5,55.5 - parent: 2 - - uid: 9640 - components: - - type: Transform - pos: -42.5,55.5 - parent: 2 - - uid: 9641 - components: - - type: Transform - pos: -43.5,55.5 - parent: 2 - - uid: 9642 - components: - - type: Transform - pos: -44.5,55.5 - parent: 2 - - uid: 9643 - components: - - type: Transform - pos: -46.5,55.5 - parent: 2 - - uid: 9662 - components: - - type: Transform - pos: -34.5,43.5 - parent: 2 - - uid: 9666 - components: - - type: Transform - pos: -34.5,41.5 - parent: 2 - - uid: 9667 - components: - - type: Transform - pos: -34.5,39.5 - parent: 2 - - uid: 9668 - components: - - type: Transform - pos: -34.5,37.5 - parent: 2 - - uid: 9670 - components: - - type: Transform - pos: 54.5,71.5 - parent: 2 - - uid: 9672 - components: - - type: Transform - pos: -47.5,55.5 - parent: 2 - - uid: 9673 - components: - - type: Transform - pos: -130.5,38.5 - parent: 2 - - uid: 9676 - components: - - type: Transform - pos: -3.5,43.5 - parent: 2 - - uid: 9677 - components: - - type: Transform - pos: -129.5,37.5 - parent: 2 - - uid: 9680 - components: - - type: Transform - pos: -9.5,43.5 - parent: 2 - - uid: 9686 - components: - - type: Transform - pos: -50.5,37.5 - parent: 2 - - uid: 9691 - components: - - type: Transform - pos: -66.5,37.5 - parent: 2 - - uid: 9692 - components: - - type: Transform - pos: -67.5,37.5 - parent: 2 - - uid: 9693 - components: - - type: Transform - pos: -68.5,37.5 - parent: 2 - - uid: 9694 - components: - - type: Transform - pos: -69.5,37.5 - parent: 2 - - uid: 9695 - components: - - type: Transform - pos: -57.5,38.5 - parent: 2 - - uid: 9696 - components: - - type: Transform - pos: -58.5,38.5 - parent: 2 - - uid: 9697 - components: - - type: Transform - pos: -59.5,42.5 - parent: 2 - - uid: 9698 - components: - - type: Transform - pos: -59.5,38.5 - parent: 2 - - uid: 9699 - components: - - type: Transform - pos: 53.5,71.5 - parent: 2 - - uid: 9701 - components: - - type: Transform - pos: -59.5,40.5 - parent: 2 - - uid: 9702 - components: - - type: Transform - pos: -45.5,59.5 - parent: 2 - - uid: 9942 - components: - - type: Transform - pos: -39.5,55.5 - parent: 2 - - uid: 9943 - components: - - type: Transform - pos: -40.5,55.5 - parent: 2 - - uid: 9944 - components: - - type: Transform - pos: -47.5,58.5 - parent: 2 - - uid: 10016 - components: - - type: Transform - pos: -29.5,44.5 - parent: 2 - - uid: 10028 - components: - - type: Transform - pos: -72.5,-8.5 - parent: 2 - - uid: 10029 - components: - - type: Transform - pos: -73.5,-8.5 - parent: 2 - - uid: 10030 - components: - - type: Transform - pos: -70.5,-8.5 - parent: 2 - - uid: 10031 - components: - - type: Transform - pos: -71.5,-8.5 - parent: 2 - - uid: 10056 - components: - - type: Transform - pos: -34.5,60.5 - parent: 2 - - uid: 10188 - components: - - type: Transform - pos: -51.5,15.5 - parent: 2 - - uid: 10189 - components: - - type: Transform - pos: -47.5,15.5 - parent: 2 - - uid: 10211 - components: - - type: Transform - pos: -34.5,40.5 - parent: 2 - - uid: 10212 - components: - - type: Transform - pos: -34.5,38.5 - parent: 2 - - uid: 10216 - components: - - type: Transform - pos: -34.5,42.5 - parent: 2 - - uid: 10217 - components: - - type: Transform - pos: -34.5,44.5 - parent: 2 - - uid: 10218 - components: - - type: Transform - pos: -34.5,46.5 - parent: 2 - - uid: 10345 - components: - - type: Transform - pos: -34.5,52.5 - parent: 2 - - uid: 10377 - components: - - type: Transform - pos: -3.5,42.5 - parent: 2 - - uid: 10378 - components: - - type: Transform - pos: -31.5,24.5 - parent: 2 - - uid: 10379 - components: - - type: Transform - pos: -31.5,23.5 - parent: 2 - - uid: 10380 - components: - - type: Transform - pos: -27.5,23.5 - parent: 2 - - uid: 10384 - components: - - type: Transform - pos: 4.5,56.5 - parent: 2 - - uid: 10390 - components: - - type: Transform - pos: -57.5,-37.5 - parent: 2 - - uid: 10395 - components: - - type: Transform - pos: -58.5,-36.5 - parent: 2 - - uid: 10396 - components: - - type: Transform - pos: -62.5,-36.5 - parent: 2 - - uid: 10397 - components: - - type: Transform - pos: -63.5,-36.5 - parent: 2 - - uid: 10625 - components: - - type: Transform - pos: -56.5,-37.5 - parent: 2 - - uid: 11102 - components: - - type: Transform - pos: -45.5,58.5 - parent: 2 - - uid: 11227 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-24.5 - parent: 2 - - uid: 11450 - components: - - type: Transform - pos: -76.5,20.5 - parent: 2 - - uid: 11496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-0.5 - parent: 2 - - uid: 11502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-1.5 - parent: 2 - - uid: 11507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-0.5 - parent: 2 - - uid: 11519 - components: - - type: Transform - pos: -91.5,10.5 - parent: 2 - - uid: 11534 - components: - - type: Transform - pos: -98.5,68.5 - parent: 2 - - uid: 11851 - components: - - type: Transform - pos: -19.5,-46.5 - parent: 2 - - uid: 11854 - components: - - type: Transform - pos: -45.5,-39.5 - parent: 2 - - uid: 11857 - components: - - type: Transform - pos: -35.5,52.5 - parent: 2 - - uid: 12121 - components: - - type: Transform - pos: 40.5,-32.5 - parent: 2 - - uid: 12143 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 12217 - components: - - type: Transform - pos: 45.5,-10.5 - parent: 2 - - uid: 12218 - components: - - type: Transform - pos: 40.5,-13.5 - parent: 2 - - uid: 12223 - components: - - type: Transform - pos: 40.5,-33.5 - parent: 2 - - uid: 12224 - components: - - type: Transform - pos: 40.5,-34.5 - parent: 2 - - uid: 12318 - components: - - type: Transform - pos: 48.5,-32.5 - parent: 2 - - uid: 12323 - components: - - type: Transform - pos: 47.5,-32.5 - parent: 2 - - uid: 12511 - components: - - type: Transform - pos: -24.5,56.5 - parent: 2 - - uid: 12747 - components: - - type: Transform - pos: 69.5,7.5 - parent: 2 - - uid: 12748 - components: - - type: Transform - pos: 46.5,-32.5 - parent: 2 - - uid: 12922 - components: - - type: Transform - pos: 33.5,40.5 - parent: 2 - - uid: 12923 - components: - - type: Transform - pos: 33.5,41.5 - parent: 2 - - uid: 12926 - components: - - type: Transform - pos: 36.5,52.5 - parent: 2 - - uid: 12931 - components: - - type: Transform - pos: 33.5,38.5 - parent: 2 - - uid: 12932 - components: - - type: Transform - pos: 33.5,39.5 - parent: 2 - - uid: 12933 - components: - - type: Transform - pos: 33.5,42.5 - parent: 2 - - uid: 12936 - components: - - type: Transform - pos: 65.5,7.5 - parent: 2 - - uid: 12937 - components: - - type: Transform - pos: 64.5,-31.5 - parent: 2 - - uid: 12938 - components: - - type: Transform - pos: 81.5,1.5 - parent: 2 - - uid: 12939 - components: - - type: Transform - pos: 81.5,-8.5 - parent: 2 - - uid: 12940 - components: - - type: Transform - pos: 79.5,-12.5 - parent: 2 - - uid: 12941 - components: - - type: Transform - pos: 69.5,-29.5 - parent: 2 - - uid: 12942 - components: - - type: Transform - pos: 70.5,-28.5 - parent: 2 - - uid: 12943 - components: - - type: Transform - pos: 71.5,-27.5 - parent: 2 - - uid: 12944 - components: - - type: Transform - pos: 72.5,-25.5 - parent: 2 - - uid: 12946 - components: - - type: Transform - pos: 51.5,-34.5 - parent: 2 - - uid: 12947 - components: - - type: Transform - pos: 51.5,-35.5 - parent: 2 - - uid: 12950 - components: - - type: Transform - pos: 45.5,-32.5 - parent: 2 - - uid: 12980 - components: - - type: Transform - pos: -80.5,11.5 - parent: 2 - - uid: 13034 - components: - - type: Transform - pos: -92.5,72.5 - parent: 2 - - uid: 13040 - components: - - type: Transform - pos: -79.5,19.5 - parent: 2 - - uid: 13041 - components: - - type: Transform - pos: -78.5,20.5 - parent: 2 - - uid: 13043 - components: - - type: Transform - pos: -95.5,13.5 - parent: 2 - - uid: 13049 - components: - - type: Transform - pos: -81.5,18.5 - parent: 2 - - uid: 13051 - components: - - type: Transform - pos: -94.5,11.5 - parent: 2 - - uid: 13059 - components: - - type: Transform - pos: 4.5,52.5 - parent: 2 - - uid: 13060 - components: - - type: Transform - pos: 11.5,58.5 - parent: 2 - - uid: 13061 - components: - - type: Transform - pos: 21.5,44.5 - parent: 2 - - uid: 13063 - components: - - type: Transform - pos: 72.5,24.5 - parent: 2 - - uid: 13064 - components: - - type: Transform - pos: 74.5,23.5 - parent: 2 - - uid: 13065 - components: - - type: Transform - pos: 70.5,9.5 - parent: 2 - - uid: 13205 - components: - - type: Transform - pos: 41.5,-32.5 - parent: 2 - - uid: 13208 - components: - - type: Transform - pos: -93.5,27.5 - parent: 2 - - uid: 13209 - components: - - type: Transform - pos: -94.5,29.5 - parent: 2 - - uid: 13210 - components: - - type: Transform - pos: -95.5,30.5 - parent: 2 - - uid: 13216 - components: - - type: Transform - pos: -93.5,-10.5 - parent: 2 - - uid: 13217 - components: - - type: Transform - pos: -94.5,-12.5 - parent: 2 - - uid: 13218 - components: - - type: Transform - pos: -95.5,-13.5 - parent: 2 - - uid: 13219 - components: - - type: Transform - pos: -97.5,-14.5 - parent: 2 - - uid: 13239 - components: - - type: Transform - pos: -70.5,36.5 - parent: 2 - - uid: 13240 - components: - - type: Transform - pos: -70.5,35.5 - parent: 2 - - uid: 13246 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 13252 - components: - - type: Transform - pos: -8.5,22.5 - parent: 2 - - uid: 13269 - components: - - type: Transform - pos: 44.5,-15.5 - parent: 2 - - uid: 13314 - components: - - type: Transform - pos: 40.5,-15.5 - parent: 2 - - uid: 13384 - components: - - type: Transform - pos: 31.5,35.5 - parent: 2 - - uid: 13385 - components: - - type: Transform - pos: 33.5,37.5 - parent: 2 - - uid: 13807 - components: - - type: Transform - pos: 92.5,14.5 - parent: 2 - - uid: 13916 - components: - - type: Transform - pos: 9.5,41.5 - parent: 2 - - uid: 13933 - components: - - type: Transform - pos: 16.5,60.5 - parent: 2 - - uid: 13935 - components: - - type: Transform - pos: 20.5,60.5 - parent: 2 - - uid: 13941 - components: - - type: Transform - pos: 21.5,60.5 - parent: 2 - - uid: 13948 - components: - - type: Transform - pos: 30.5,51.5 - parent: 2 - - uid: 13953 - components: - - type: Transform - pos: 31.5,42.5 - parent: 2 - - uid: 13954 - components: - - type: Transform - pos: -24.5,54.5 - parent: 2 - - uid: 13956 - components: - - type: Transform - pos: 25.5,53.5 - parent: 2 - - uid: 13957 - components: - - type: Transform - pos: 29.5,53.5 - parent: 2 - - uid: 13962 - components: - - type: Transform - pos: 30.5,48.5 - parent: 2 - - uid: 13963 - components: - - type: Transform - pos: 15.5,60.5 - parent: 2 - - uid: 13964 - components: - - type: Transform - pos: 5.5,57.5 - parent: 2 - - uid: 13965 - components: - - type: Transform - pos: 9.5,34.5 - parent: 2 - - uid: 13966 - components: - - type: Transform - pos: -2.5,65.5 - parent: 2 - - uid: 13967 - components: - - type: Transform - pos: -4.5,65.5 - parent: 2 - - uid: 13968 - components: - - type: Transform - pos: 12.5,66.5 - parent: 2 - - uid: 13979 - components: - - type: Transform - pos: 13.5,44.5 - parent: 2 - - uid: 13980 - components: - - type: Transform - pos: 11.5,44.5 - parent: 2 - - uid: 13981 - components: - - type: Transform - pos: 12.5,44.5 - parent: 2 - - uid: 13982 - components: - - type: Transform - pos: 10.5,44.5 - parent: 2 - - uid: 13983 - components: - - type: Transform - pos: 14.5,44.5 - parent: 2 - - uid: 13984 - components: - - type: Transform - pos: 15.5,44.5 - parent: 2 - - uid: 13985 - components: - - type: Transform - pos: 21.5,41.5 - parent: 2 - - uid: 13986 - components: - - type: Transform - pos: 21.5,40.5 - parent: 2 - - uid: 13991 - components: - - type: Transform - pos: 21.5,35.5 - parent: 2 - - uid: 13992 - components: - - type: Transform - pos: 25.5,44.5 - parent: 2 - - uid: 13993 - components: - - type: Transform - pos: 26.5,43.5 - parent: 2 - - uid: 13994 - components: - - type: Transform - pos: 26.5,44.5 - parent: 2 - - uid: 14016 - components: - - type: Transform - pos: 12.5,51.5 - parent: 2 - - uid: 14021 - components: - - type: Transform - pos: 9.5,51.5 - parent: 2 - - uid: 14022 - components: - - type: Transform - pos: 8.5,51.5 - parent: 2 - - uid: 14023 - components: - - type: Transform - pos: 8.5,50.5 - parent: 2 - - uid: 14028 - components: - - type: Transform - pos: 9.5,44.5 - parent: 2 - - uid: 14042 - components: - - type: Transform - pos: 14.5,52.5 - parent: 2 - - uid: 14090 - components: - - type: Transform - pos: -33.5,32.5 - parent: 2 - - uid: 14113 - components: - - type: Transform - pos: 28.5,43.5 - parent: 2 - - uid: 14114 - components: - - type: Transform - pos: 28.5,44.5 - parent: 2 - - uid: 14116 - components: - - type: Transform - pos: 28.5,46.5 - parent: 2 - - uid: 14169 - components: - - type: Transform - pos: 18.5,51.5 - parent: 2 - - uid: 14199 - components: - - type: Transform - pos: 32.5,50.5 - parent: 2 - - uid: 14246 - components: - - type: Transform - pos: 11.5,63.5 - parent: 2 - - uid: 14247 - components: - - type: Transform - pos: 15.5,63.5 - parent: 2 - - uid: 14248 - components: - - type: Transform - pos: 7.5,63.5 - parent: 2 - - uid: 14274 - components: - - type: Transform - pos: -15.5,32.5 - parent: 2 - - uid: 14370 - components: - - type: Transform - pos: -39.5,32.5 - parent: 2 - - uid: 14493 - components: - - type: Transform - pos: 38.5,15.5 - parent: 2 - - uid: 14972 - components: - - type: Transform - pos: 52.5,69.5 - parent: 2 - - uid: 14977 - components: - - type: Transform - pos: 52.5,71.5 - parent: 2 - - uid: 15098 - components: - - type: Transform - pos: 24.5,47.5 - parent: 2 - - uid: 15117 - components: - - type: Transform - pos: 26.5,53.5 - parent: 2 - - uid: 15142 - components: - - type: Transform - pos: -16.5,65.5 - parent: 2 - - uid: 15165 - components: - - type: Transform - pos: 8.5,63.5 - parent: 2 - - uid: 15175 - components: - - type: Transform - pos: -12.5,65.5 - parent: 2 - - uid: 15195 - components: - - type: Transform - pos: -6.5,65.5 - parent: 2 - - uid: 15200 - components: - - type: Transform - pos: -9.5,65.5 - parent: 2 - - uid: 15201 - components: - - type: Transform - pos: -24.5,53.5 - parent: 2 - - uid: 15230 - components: - - type: Transform - pos: -1.5,65.5 - parent: 2 - - uid: 15238 - components: - - type: Transform - pos: -20.5,50.5 - parent: 2 - - uid: 15256 - components: - - type: Transform - pos: -18.5,60.5 - parent: 2 - - uid: 15261 - components: - - type: Transform - pos: -5.5,65.5 - parent: 2 - - uid: 15269 - components: - - type: Transform - pos: -3.5,41.5 - parent: 2 - - uid: 15276 - components: - - type: Transform - pos: -12.5,26.5 - parent: 2 - - uid: 15277 - components: - - type: Transform - pos: -9.5,27.5 - parent: 2 - - uid: 15278 - components: - - type: Transform - pos: -10.5,27.5 - parent: 2 - - uid: 15279 - components: - - type: Transform - pos: -11.5,27.5 - parent: 2 - - uid: 15280 - components: - - type: Transform - pos: -8.5,27.5 - parent: 2 - - uid: 15281 - components: - - type: Transform - pos: -7.5,27.5 - parent: 2 - - uid: 15282 - components: - - type: Transform - pos: -19.5,31.5 - parent: 2 - - uid: 15283 - components: - - type: Transform - pos: -6.5,31.5 - parent: 2 - - uid: 15285 - components: - - type: Transform - pos: -23.5,27.5 - parent: 2 - - uid: 15286 - components: - - type: Transform - pos: -23.5,25.5 - parent: 2 - - uid: 15287 - components: - - type: Transform - pos: -23.5,26.5 - parent: 2 - - uid: 15290 - components: - - type: Transform - pos: -12.5,27.5 - parent: 2 - - uid: 15291 - components: - - type: Transform - pos: -22.5,27.5 - parent: 2 - - uid: 15292 - components: - - type: Transform - pos: -13.5,27.5 - parent: 2 - - uid: 15293 - components: - - type: Transform - pos: -17.5,27.5 - parent: 2 - - uid: 15294 - components: - - type: Transform - pos: -23.5,24.5 - parent: 2 - - uid: 15301 - components: - - type: Transform - pos: -18.5,27.5 - parent: 2 - - uid: 15303 - components: - - type: Transform - pos: -4.5,31.5 - parent: 2 - - uid: 15304 - components: - - type: Transform - pos: -7.5,28.5 - parent: 2 - - uid: 15305 - components: - - type: Transform - pos: -7.5,30.5 - parent: 2 - - uid: 15306 - components: - - type: Transform - pos: -7.5,31.5 - parent: 2 - - uid: 15307 - components: - - type: Transform - pos: -8.5,31.5 - parent: 2 - - uid: 15308 - components: - - type: Transform - pos: -9.5,31.5 - parent: 2 - - uid: 15309 - components: - - type: Transform - pos: -9.5,32.5 - parent: 2 - - uid: 15312 - components: - - type: Transform - pos: -9.5,35.5 - parent: 2 - - uid: 15313 - components: - - type: Transform - pos: -9.5,36.5 - parent: 2 - - uid: 15314 - components: - - type: Transform - pos: -8.5,36.5 - parent: 2 - - uid: 15315 - components: - - type: Transform - pos: -7.5,36.5 - parent: 2 - - uid: 15316 - components: - - type: Transform - pos: -6.5,36.5 - parent: 2 - - uid: 15317 - components: - - type: Transform - pos: -5.5,36.5 - parent: 2 - - uid: 15318 - components: - - type: Transform - pos: -4.5,36.5 - parent: 2 - - uid: 15319 - components: - - type: Transform - pos: 4.5,50.5 - parent: 2 - - uid: 15321 - components: - - type: Transform - pos: -9.5,38.5 - parent: 2 - - uid: 15322 - components: - - type: Transform - pos: -15.5,31.5 - parent: 2 - - uid: 15323 - components: - - type: Transform - pos: -16.5,31.5 - parent: 2 - - uid: 15325 - components: - - type: Transform - pos: -18.5,31.5 - parent: 2 - - uid: 15331 - components: - - type: Transform - pos: -20.5,31.5 - parent: 2 - - uid: 15333 - components: - - type: Transform - pos: -22.5,31.5 - parent: 2 - - uid: 15334 - components: - - type: Transform - pos: -23.5,31.5 - parent: 2 - - uid: 15335 - components: - - type: Transform - pos: -23.5,32.5 - parent: 2 - - uid: 15337 - components: - - type: Transform - pos: -27.5,33.5 - parent: 2 - - uid: 15340 - components: - - type: Transform - pos: -27.5,24.5 - parent: 2 - - uid: 15341 - components: - - type: Transform - pos: -27.5,25.5 - parent: 2 - - uid: 15342 - components: - - type: Transform - pos: -27.5,26.5 - parent: 2 - - uid: 15343 - components: - - type: Transform - pos: -27.5,27.5 - parent: 2 - - uid: 15350 - components: - - type: Transform - pos: -31.5,26.5 - parent: 2 - - uid: 15351 - components: - - type: Transform - pos: -31.5,27.5 - parent: 2 - - uid: 15352 - components: - - type: Transform - pos: -31.5,28.5 - parent: 2 - - uid: 15354 - components: - - type: Transform - pos: -27.5,35.5 - parent: 2 - - uid: 15356 - components: - - type: Transform - pos: -27.5,34.5 - parent: 2 - - uid: 15358 - components: - - type: Transform - pos: -31.5,32.5 - parent: 2 - - uid: 15359 - components: - - type: Transform - pos: -31.5,31.5 - parent: 2 - - uid: 15360 - components: - - type: Transform - pos: -31.5,30.5 - parent: 2 - - uid: 15390 - components: - - type: Transform - pos: -19.5,33.5 - parent: 2 - - uid: 15394 - components: - - type: Transform - pos: -18.5,28.5 - parent: 2 - - uid: 15406 - components: - - type: Transform - pos: -27.5,32.5 - parent: 2 - - uid: 15407 - components: - - type: Transform - pos: -19.5,34.5 - parent: 2 - - uid: 15408 - components: - - type: Transform - pos: -15.5,33.5 - parent: 2 - - uid: 15410 - components: - - type: Transform - pos: -15.5,34.5 - parent: 2 - - uid: 15411 - components: - - type: Transform - pos: -27.5,31.5 - parent: 2 - - uid: 15417 - components: - - type: Transform - pos: -19.5,35.5 - parent: 2 - - uid: 15447 - components: - - type: Transform - pos: -19.5,32.5 - parent: 2 - - uid: 15449 - components: - - type: Transform - pos: -15.5,35.5 - parent: 2 - - uid: 15451 - components: - - type: Transform - pos: -15.5,43.5 - parent: 2 - - uid: 15462 - components: - - type: Transform - pos: -31.5,35.5 - parent: 2 - - uid: 15463 - components: - - type: Transform - pos: -31.5,34.5 - parent: 2 - - uid: 15464 - components: - - type: Transform - pos: -31.5,33.5 - parent: 2 - - uid: 15468 - components: - - type: Transform - pos: -23.5,35.5 - parent: 2 - - uid: 15469 - components: - - type: Transform - pos: -23.5,34.5 - parent: 2 - - uid: 15470 - components: - - type: Transform - pos: -23.5,33.5 - parent: 2 - - uid: 15471 - components: - - type: Transform - pos: -31.5,38.5 - parent: 2 - - uid: 15472 - components: - - type: Transform - pos: -31.5,39.5 - parent: 2 - - uid: 15473 - components: - - type: Transform - pos: -31.5,40.5 - parent: 2 - - uid: 15474 - components: - - type: Transform - pos: -31.5,41.5 - parent: 2 - - uid: 15475 - components: - - type: Transform - pos: -31.5,42.5 - parent: 2 - - uid: 15476 - components: - - type: Transform - pos: -31.5,43.5 - parent: 2 - - uid: 15489 - components: - - type: Transform - pos: -35.5,36.5 - parent: 2 - - uid: 15523 - components: - - type: Transform - pos: -22.5,50.5 - parent: 2 - - uid: 15535 - components: - - type: Transform - pos: -29.5,47.5 - parent: 2 - - uid: 15573 - components: - - type: Transform - pos: -22.5,49.5 - parent: 2 - - uid: 15606 - components: - - type: Transform - pos: -21.5,43.5 - parent: 2 - - uid: 15607 - components: - - type: Transform - pos: -21.5,46.5 - parent: 2 - - uid: 15616 - components: - - type: Transform - pos: -15.5,38.5 - parent: 2 - - uid: 15617 - components: - - type: Transform - pos: -18.5,38.5 - parent: 2 - - uid: 15619 - components: - - type: Transform - pos: -27.5,38.5 - parent: 2 - - uid: 15622 - components: - - type: Transform - pos: -22.5,43.5 - parent: 2 - - uid: 15623 - components: - - type: Transform - pos: -19.5,38.5 - parent: 2 - - uid: 15625 - components: - - type: Transform - pos: -17.5,38.5 - parent: 2 - - uid: 15626 - components: - - type: Transform - pos: -16.5,38.5 - parent: 2 - - uid: 15629 - components: - - type: Transform - pos: -19.5,42.5 - parent: 2 - - uid: 15641 - components: - - type: Transform - pos: -23.5,50.5 - parent: 2 - - uid: 15645 - components: - - type: Transform - pos: -29.5,48.5 - parent: 2 - - uid: 15646 - components: - - type: Transform - pos: -20.5,43.5 - parent: 2 - - uid: 15647 - components: - - type: Transform - pos: -19.5,43.5 - parent: 2 - - uid: 15650 - components: - - type: Transform - pos: -27.5,43.5 - parent: 2 - - uid: 15653 - components: - - type: Transform - pos: -29.5,43.5 - parent: 2 - - uid: 15654 - components: - - type: Transform - pos: -28.5,43.5 - parent: 2 - - uid: 15655 - components: - - type: Transform - pos: -19.5,39.5 - parent: 2 - - uid: 15656 - components: - - type: Transform - pos: -19.5,40.5 - parent: 2 - - uid: 15657 - components: - - type: Transform - pos: -19.5,41.5 - parent: 2 - - uid: 15661 - components: - - type: Transform - pos: -28.5,38.5 - parent: 2 - - uid: 15662 - components: - - type: Transform - pos: -30.5,38.5 - parent: 2 - - uid: 15668 - components: - - type: Transform - pos: -28.5,48.5 - parent: 2 - - uid: 15678 - components: - - type: Transform - pos: -29.5,38.5 - parent: 2 - - uid: 15680 - components: - - type: Transform - pos: -28.5,39.5 - parent: 2 - - uid: 15692 - components: - - type: Transform - pos: -28.5,42.5 - parent: 2 - - uid: 15693 - components: - - type: Transform - pos: -28.5,41.5 - parent: 2 - - uid: 15775 - components: - - type: Transform - pos: -6.5,35.5 - parent: 2 - - uid: 15818 - components: - - type: Transform - pos: -24.5,65.5 - parent: 2 - - uid: 15822 - components: - - type: Transform - pos: -20.5,65.5 - parent: 2 - - uid: 15827 - components: - - type: Transform - pos: -21.5,49.5 - parent: 2 - - uid: 15831 - components: - - type: Transform - pos: -30.5,48.5 - parent: 2 - - uid: 15832 - components: - - type: Transform - pos: -17.5,46.5 - parent: 2 - - uid: 15834 - components: - - type: Transform - pos: -15.5,46.5 - parent: 2 - - uid: 15835 - components: - - type: Transform - pos: -14.5,46.5 - parent: 2 - - uid: 15838 - components: - - type: Transform - pos: -90.5,10.5 - parent: 2 - - uid: 15839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,0.5 - parent: 2 - - uid: 15843 - components: - - type: Transform - pos: -8.5,65.5 - parent: 2 - - uid: 15847 - components: - - type: Transform - pos: 12.5,64.5 - parent: 2 - - uid: 15854 - components: - - type: Transform - pos: -34.5,56.5 - parent: 2 - - uid: 15862 - components: - - type: Transform - pos: -37.5,7.5 - parent: 2 - - uid: 15863 - components: - - type: Transform - pos: -41.5,7.5 - parent: 2 - - uid: 15864 - components: - - type: Transform - pos: -38.5,7.5 - parent: 2 - - uid: 15865 - components: - - type: Transform - pos: -36.5,7.5 - parent: 2 - - uid: 15866 - components: - - type: Transform - pos: -40.5,7.5 - parent: 2 - - uid: 15868 - components: - - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 15882 - components: - - type: Transform - pos: -34.5,36.5 - parent: 2 - - uid: 15899 - components: - - type: Transform - pos: -3.5,62.5 - parent: 2 - - uid: 15930 - components: - - type: Transform - pos: -11.5,45.5 - parent: 2 - - uid: 15937 - components: - - type: Transform - pos: -7.5,45.5 - parent: 2 - - uid: 15943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,18.5 - parent: 2 - - uid: 15979 - components: - - type: Transform - pos: -17.5,43.5 - parent: 2 - - uid: 15999 - components: - - type: Transform - pos: -27.5,52.5 - parent: 2 - - uid: 16000 - components: - - type: Transform - pos: -26.5,52.5 - parent: 2 - - uid: 16001 - components: - - type: Transform - pos: -28.5,52.5 - parent: 2 - - uid: 16080 - components: - - type: Transform - pos: 47.5,16.5 - parent: 2 - - uid: 16082 - components: - - type: Transform - pos: -10.5,38.5 - parent: 2 - - uid: 16086 - components: - - type: Transform - pos: -11.5,39.5 - parent: 2 - - uid: 16097 - components: - - type: Transform - pos: -10.5,43.5 - parent: 2 - - uid: 16165 - components: - - type: Transform - pos: -11.5,38.5 - parent: 2 - - uid: 16284 - components: - - type: Transform - pos: -37.5,30.5 - parent: 2 - - uid: 16285 - components: - - type: Transform - pos: -37.5,28.5 - parent: 2 - - uid: 16286 - components: - - type: Transform - pos: -95.5,14.5 - parent: 2 - - uid: 16287 - components: - - type: Transform - pos: -11.5,43.5 - parent: 2 - - uid: 16294 - components: - - type: Transform - pos: -18.5,52.5 - parent: 2 - - uid: 16303 - components: - - type: Transform - pos: -30.5,63.5 - parent: 2 - - uid: 16321 - components: - - type: Transform - pos: -10.5,60.5 - parent: 2 - - uid: 16322 - components: - - type: Transform - pos: -9.5,60.5 - parent: 2 - - uid: 16323 - components: - - type: Transform - pos: -15.5,60.5 - parent: 2 - - uid: 16324 - components: - - type: Transform - pos: -14.5,60.5 - parent: 2 - - uid: 16325 - components: - - type: Transform - pos: -12.5,60.5 - parent: 2 - - uid: 16326 - components: - - type: Transform - pos: -11.5,60.5 - parent: 2 - - uid: 16327 - components: - - type: Transform - pos: -13.5,60.5 - parent: 2 - - uid: 16329 - components: - - type: Transform - pos: -17.5,60.5 - parent: 2 - - uid: 16330 - components: - - type: Transform - pos: -37.5,29.5 - parent: 2 - - uid: 16339 - components: - - type: Transform - pos: -19.5,52.5 - parent: 2 - - uid: 16340 - components: - - type: Transform - pos: -17.5,59.5 - parent: 2 - - uid: 16346 - components: - - type: Transform - pos: -17.5,47.5 - parent: 2 - - uid: 16347 - components: - - type: Transform - pos: -17.5,48.5 - parent: 2 - - uid: 16348 - components: - - type: Transform - pos: -17.5,53.5 - parent: 2 - - uid: 16349 - components: - - type: Transform - pos: -17.5,52.5 - parent: 2 - - uid: 16351 - components: - - type: Transform - pos: -17.5,50.5 - parent: 2 - - uid: 16352 - components: - - type: Transform - pos: -17.5,49.5 - parent: 2 - - uid: 16353 - components: - - type: Transform - pos: -9.5,62.5 - parent: 2 - - uid: 16354 - components: - - type: Transform - pos: -9.5,61.5 - parent: 2 - - uid: 16362 - components: - - type: Transform - pos: -12.5,66.5 - parent: 2 - - uid: 16397 - components: - - type: Transform - pos: 47.5,15.5 - parent: 2 - - uid: 16400 - components: - - type: Transform - pos: 48.5,2.5 - parent: 2 - - uid: 16401 - components: - - type: Transform - pos: 46.5,16.5 - parent: 2 - - uid: 16402 - components: - - type: Transform - pos: -28.5,68.5 - parent: 2 - - uid: 16406 - components: - - type: Transform - pos: -24.5,68.5 - parent: 2 - - uid: 16410 - components: - - type: Transform - pos: -37.5,33.5 - parent: 2 - - uid: 16414 - components: - - type: Transform - pos: -37.5,32.5 - parent: 2 - - uid: 16415 - components: - - type: Transform - pos: -37.5,34.5 - parent: 2 - - uid: 16417 - components: - - type: Transform - pos: -37.5,35.5 - parent: 2 - - uid: 16452 - components: - - type: Transform - pos: -25.5,52.5 - parent: 2 - - uid: 16453 - components: - - type: Transform - pos: -24.5,52.5 - parent: 2 - - uid: 16454 - components: - - type: Transform - pos: -22.5,52.5 - parent: 2 - - uid: 16455 - components: - - type: Transform - pos: -23.5,52.5 - parent: 2 - - uid: 16456 - components: - - type: Transform - pos: -21.5,52.5 - parent: 2 - - uid: 16477 - components: - - type: Transform - pos: 10.5,63.5 - parent: 2 - - uid: 16478 - components: - - type: Transform - pos: -60.5,42.5 - parent: 2 - - uid: 16479 - components: - - type: Transform - pos: -61.5,42.5 - parent: 2 - - uid: 16486 - components: - - type: Transform - pos: -23.5,49.5 - parent: 2 - - uid: 16487 - components: - - type: Transform - pos: -36.5,28.5 - parent: 2 - - uid: 16489 - components: - - type: Transform - pos: -51.5,38.5 - parent: 2 - - uid: 16520 - components: - - type: Transform - pos: -35.5,28.5 - parent: 2 - - uid: 16521 - components: - - type: Transform - pos: -32.5,28.5 - parent: 2 - - uid: 16522 - components: - - type: Transform - pos: -34.5,28.5 - parent: 2 - - uid: 16526 - components: - - type: Transform - pos: 47.5,14.5 - parent: 2 - - uid: 16578 - components: - - type: Transform - pos: -34.5,32.5 - parent: 2 - - uid: 16609 - components: - - type: Transform - pos: -24.5,49.5 - parent: 2 - - uid: 16656 - components: - - type: Transform - pos: -43.5,7.5 - parent: 2 - - uid: 16697 - components: - - type: Transform - pos: 42.5,-32.5 - parent: 2 - - uid: 17028 - components: - - type: Transform - pos: -34.5,47.5 - parent: 2 - - uid: 17031 - components: - - type: Transform - pos: 93.5,60.5 - parent: 2 - - uid: 17796 - components: - - type: Transform - pos: -98.5,-13.5 - parent: 2 - - uid: 17797 - components: - - type: Transform - pos: -98.5,30.5 - parent: 2 - - uid: 17800 - components: - - type: Transform - pos: 90.5,50.5 - parent: 2 - - uid: 17818 - components: - - type: Transform - pos: -19.5,50.5 - parent: 2 - - uid: 17910 - components: - - type: Transform - pos: -20.5,68.5 - parent: 2 - - uid: 17929 - components: - - type: Transform - pos: -16.5,68.5 - parent: 2 - - uid: 17966 - components: - - type: Transform - pos: -12.5,68.5 - parent: 2 - - uid: 17972 - components: - - type: Transform - pos: -6.5,68.5 - parent: 2 - - uid: 17981 - components: - - type: Transform - pos: -29.5,56.5 - parent: 2 - - uid: 17982 - components: - - type: Transform - pos: -30.5,56.5 - parent: 2 - - uid: 17983 - components: - - type: Transform - pos: -31.5,56.5 - parent: 2 - - uid: 17984 - components: - - type: Transform - pos: -32.5,56.5 - parent: 2 - - uid: 18001 - components: - - type: Transform - pos: -31.5,68.5 - parent: 2 - - uid: 18003 - components: - - type: Transform - pos: -29.5,68.5 - parent: 2 - - uid: 18005 - components: - - type: Transform - pos: -31.5,63.5 - parent: 2 - - uid: 18008 - components: - - type: Transform - pos: -0.5,62.5 - parent: 2 - - uid: 18009 - components: - - type: Transform - pos: -5.5,62.5 - parent: 2 - - uid: 18010 - components: - - type: Transform - pos: -4.5,62.5 - parent: 2 - - uid: 18011 - components: - - type: Transform - pos: -6.5,62.5 - parent: 2 - - uid: 18012 - components: - - type: Transform - pos: -2.5,62.5 - parent: 2 - - uid: 18013 - components: - - type: Transform - pos: -7.5,62.5 - parent: 2 - - uid: 18034 - components: - - type: Transform - pos: -1.5,62.5 - parent: 2 - - uid: 18035 - components: - - type: Transform - pos: -0.5,65.5 - parent: 2 - - uid: 18038 - components: - - type: Transform - pos: -24.5,66.5 - parent: 2 - - uid: 18039 - components: - - type: Transform - pos: -20.5,66.5 - parent: 2 - - uid: 18040 - components: - - type: Transform - pos: -16.5,66.5 - parent: 2 - - uid: 18042 - components: - - type: Transform - pos: -40.5,70.5 - parent: 2 - - uid: 18081 - components: - - type: Transform - pos: -6.5,69.5 - parent: 2 - - uid: 18087 - components: - - type: Transform - pos: -6.5,66.5 - parent: 2 - - uid: 18098 - components: - - type: Transform - pos: 6.5,66.5 - parent: 2 - - uid: 18099 - components: - - type: Transform - pos: 15.5,67.5 - parent: 2 - - uid: 18109 - components: - - type: Transform - pos: 14.5,67.5 - parent: 2 - - uid: 18114 - components: - - type: Transform - pos: -5.5,69.5 - parent: 2 - - uid: 18120 - components: - - type: Transform - pos: -3.5,69.5 - parent: 2 - - uid: 18126 - components: - - type: Transform - pos: -2.5,69.5 - parent: 2 - - uid: 18127 - components: - - type: Transform - pos: -1.5,69.5 - parent: 2 - - uid: 18128 - components: - - type: Transform - pos: -0.5,69.5 - parent: 2 - - uid: 18129 - components: - - type: Transform - pos: -0.5,68.5 - parent: 2 - - uid: 18130 - components: - - type: Transform - pos: -0.5,67.5 - parent: 2 - - uid: 18131 - components: - - type: Transform - pos: -0.5,66.5 - parent: 2 - - uid: 18203 - components: - - type: Transform - pos: -12.5,72.5 - parent: 2 - - uid: 18204 - components: - - type: Transform - pos: -11.5,72.5 - parent: 2 - - uid: 18205 - components: - - type: Transform - pos: -10.5,72.5 - parent: 2 - - uid: 18206 - components: - - type: Transform - pos: -9.5,72.5 - parent: 2 - - uid: 18207 - components: - - type: Transform - pos: -8.5,72.5 - parent: 2 - - uid: 18208 - components: - - type: Transform - pos: -7.5,72.5 - parent: 2 - - uid: 18209 - components: - - type: Transform - pos: -6.5,72.5 - parent: 2 - - uid: 18210 - components: - - type: Transform - pos: -5.5,72.5 - parent: 2 - - uid: 18211 - components: - - type: Transform - pos: -4.5,72.5 - parent: 2 - - uid: 18212 - components: - - type: Transform - pos: -3.5,72.5 - parent: 2 - - uid: 18213 - components: - - type: Transform - pos: -2.5,72.5 - parent: 2 - - uid: 18214 - components: - - type: Transform - pos: -1.5,72.5 - parent: 2 - - uid: 18215 - components: - - type: Transform - pos: -0.5,72.5 - parent: 2 - - uid: 18225 - components: - - type: Transform - pos: -45.5,55.5 - parent: 2 - - uid: 18226 - components: - - type: Transform - pos: -38.5,55.5 - parent: 2 - - uid: 18230 - components: - - type: Transform - pos: -45.5,71.5 - parent: 2 - - uid: 18255 - components: - - type: Transform - pos: -33.5,56.5 - parent: 2 - - uid: 18272 - components: - - type: Transform - pos: -24.5,67.5 - parent: 2 - - uid: 18273 - components: - - type: Transform - pos: -28.5,67.5 - parent: 2 - - uid: 18274 - components: - - type: Transform - pos: -30.5,67.5 - parent: 2 - - uid: 18352 - components: - - type: Transform - pos: 10.5,57.5 - parent: 2 - - uid: 18363 - components: - - type: Transform - pos: 3.5,63.5 - parent: 2 - - uid: 18364 - components: - - type: Transform - pos: 3.5,64.5 - parent: 2 - - uid: 18366 - components: - - type: Transform - pos: 3.5,66.5 - parent: 2 - - uid: 18376 - components: - - type: Transform - pos: 65.5,71.5 - parent: 2 - - uid: 18379 - components: - - type: Transform - pos: -36.5,48.5 - parent: 2 - - uid: 18392 - components: - - type: Transform - pos: -33.5,68.5 - parent: 2 - - uid: 18557 - components: - - type: Transform - pos: -92.5,53.5 - parent: 2 - - uid: 18558 - components: - - type: Transform - pos: -92.5,55.5 - parent: 2 - - uid: 18559 - components: - - type: Transform - pos: -92.5,54.5 - parent: 2 - - uid: 18561 - components: - - type: Transform - pos: -93.5,55.5 - parent: 2 - - uid: 18566 - components: - - type: Transform - pos: -97.5,55.5 - parent: 2 - - uid: 18567 - components: - - type: Transform - pos: -98.5,55.5 - parent: 2 - - uid: 18568 - components: - - type: Transform - pos: -92.5,49.5 - parent: 2 - - uid: 18569 - components: - - type: Transform - pos: -92.5,48.5 - parent: 2 - - uid: 18570 - components: - - type: Transform - pos: -92.5,47.5 - parent: 2 - - uid: 18571 - components: - - type: Transform - pos: -93.5,47.5 - parent: 2 - - uid: 18575 - components: - - type: Transform - pos: -97.5,47.5 - parent: 2 - - uid: 18576 - components: - - type: Transform - pos: -98.5,47.5 - parent: 2 - - uid: 18580 - components: - - type: Transform - pos: -98.5,58.5 - parent: 2 - - uid: 18581 - components: - - type: Transform - pos: -99.5,58.5 - parent: 2 - - uid: 18582 - components: - - type: Transform - pos: -100.5,58.5 - parent: 2 - - uid: 18583 - components: - - type: Transform - pos: -101.5,58.5 - parent: 2 - - uid: 18584 - components: - - type: Transform - pos: -102.5,58.5 - parent: 2 - - uid: 18588 - components: - - type: Transform - pos: -102.5,54.5 - parent: 2 - - uid: 18594 - components: - - type: Transform - pos: -102.5,48.5 - parent: 2 - - uid: 18598 - components: - - type: Transform - pos: -102.5,44.5 - parent: 2 - - uid: 18599 - components: - - type: Transform - pos: -101.5,44.5 - parent: 2 - - uid: 18600 - components: - - type: Transform - pos: -100.5,44.5 - parent: 2 - - uid: 18601 - components: - - type: Transform - pos: -99.5,44.5 - parent: 2 - - uid: 18602 - components: - - type: Transform - pos: -98.5,44.5 - parent: 2 - - uid: 18662 - components: - - type: Transform - pos: -104.5,54.5 - parent: 2 - - uid: 18663 - components: - - type: Transform - pos: -104.5,48.5 - parent: 2 - - uid: 18664 - components: - - type: Transform - pos: -103.5,48.5 - parent: 2 - - uid: 18665 - components: - - type: Transform - pos: -103.5,54.5 - parent: 2 - - uid: 18681 - components: - - type: Transform - pos: -103.5,44.5 - parent: 2 - - uid: 18682 - components: - - type: Transform - pos: -104.5,44.5 - parent: 2 - - uid: 18683 - components: - - type: Transform - pos: -104.5,58.5 - parent: 2 - - uid: 18684 - components: - - type: Transform - pos: -103.5,58.5 - parent: 2 - - uid: 18688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,21.5 - parent: 2 - - uid: 18705 - components: - - type: Transform - pos: -101.5,59.5 - parent: 2 - - uid: 18712 - components: - - type: Transform - pos: -103.5,43.5 - parent: 2 - - uid: 18713 - components: - - type: Transform - pos: -103.5,42.5 - parent: 2 - - uid: 18714 - components: - - type: Transform - pos: -103.5,59.5 - parent: 2 - - uid: 18715 - components: - - type: Transform - pos: -103.5,60.5 - parent: 2 - - uid: 18716 - components: - - type: Transform - pos: -104.5,60.5 - parent: 2 - - uid: 18717 - components: - - type: Transform - pos: -105.5,60.5 - parent: 2 - - uid: 18718 - components: - - type: Transform - pos: -106.5,60.5 - parent: 2 - - uid: 18719 - components: - - type: Transform - pos: -107.5,60.5 - parent: 2 - - uid: 18720 - components: - - type: Transform - pos: -108.5,60.5 - parent: 2 - - uid: 18721 - components: - - type: Transform - pos: -109.5,60.5 - parent: 2 - - uid: 18722 - components: - - type: Transform - pos: -110.5,60.5 - parent: 2 - - uid: 18726 - components: - - type: Transform - pos: -114.5,60.5 - parent: 2 - - uid: 18727 - components: - - type: Transform - pos: -115.5,60.5 - parent: 2 - - uid: 18728 - components: - - type: Transform - pos: -116.5,60.5 - parent: 2 - - uid: 18729 - components: - - type: Transform - pos: -117.5,60.5 - parent: 2 - - uid: 18730 - components: - - type: Transform - pos: -118.5,60.5 - parent: 2 - - uid: 18731 - components: - - type: Transform - pos: -119.5,60.5 - parent: 2 - - uid: 18732 - components: - - type: Transform - pos: -120.5,60.5 - parent: 2 - - uid: 18733 - components: - - type: Transform - pos: -121.5,60.5 - parent: 2 - - uid: 18734 - components: - - type: Transform - pos: -121.5,59.5 - parent: 2 - - uid: 18735 - components: - - type: Transform - pos: -121.5,58.5 - parent: 2 - - uid: 18736 - components: - - type: Transform - pos: -121.5,57.5 - parent: 2 - - uid: 18737 - components: - - type: Transform - pos: -121.5,56.5 - parent: 2 - - uid: 18738 - components: - - type: Transform - pos: -121.5,55.5 - parent: 2 - - uid: 18739 - components: - - type: Transform - pos: -121.5,54.5 - parent: 2 - - uid: 18740 - components: - - type: Transform - pos: -121.5,53.5 - parent: 2 - - uid: 18744 - components: - - type: Transform - pos: -121.5,49.5 - parent: 2 - - uid: 18745 - components: - - type: Transform - pos: -121.5,48.5 - parent: 2 - - uid: 18746 - components: - - type: Transform - pos: -121.5,47.5 - parent: 2 - - uid: 18747 - components: - - type: Transform - pos: -121.5,46.5 - parent: 2 - - uid: 18748 - components: - - type: Transform - pos: -121.5,45.5 - parent: 2 - - uid: 18749 - components: - - type: Transform - pos: -121.5,44.5 - parent: 2 - - uid: 18750 - components: - - type: Transform - pos: -121.5,43.5 - parent: 2 - - uid: 18751 - components: - - type: Transform - pos: -121.5,42.5 - parent: 2 - - uid: 18752 - components: - - type: Transform - pos: -120.5,42.5 - parent: 2 - - uid: 18753 - components: - - type: Transform - pos: -119.5,42.5 - parent: 2 - - uid: 18754 - components: - - type: Transform - pos: -118.5,42.5 - parent: 2 - - uid: 18755 - components: - - type: Transform - pos: -117.5,42.5 - parent: 2 - - uid: 18756 - components: - - type: Transform - pos: -116.5,42.5 - parent: 2 - - uid: 18757 - components: - - type: Transform - pos: -115.5,42.5 - parent: 2 - - uid: 18758 - components: - - type: Transform - pos: -114.5,42.5 - parent: 2 - - uid: 18762 - components: - - type: Transform - pos: -110.5,42.5 - parent: 2 - - uid: 18763 - components: - - type: Transform - pos: -109.5,42.5 - parent: 2 - - uid: 18764 - components: - - type: Transform - pos: -108.5,42.5 - parent: 2 - - uid: 18765 - components: - - type: Transform - pos: -107.5,42.5 - parent: 2 - - uid: 18766 - components: - - type: Transform - pos: -106.5,42.5 - parent: 2 - - uid: 18767 - components: - - type: Transform - pos: -105.5,42.5 - parent: 2 - - uid: 18768 - components: - - type: Transform - pos: -104.5,42.5 - parent: 2 - - uid: 18796 - components: - - type: Transform - pos: -122.5,61.5 - parent: 2 - - uid: 18797 - components: - - type: Transform - pos: -122.5,60.5 - parent: 2 - - uid: 18798 - components: - - type: Transform - pos: -122.5,59.5 - parent: 2 - - uid: 18800 - components: - - type: Transform - pos: -92.5,56.5 - parent: 2 - - uid: 18801 - components: - - type: Transform - pos: -122.5,58.5 - parent: 2 - - uid: 18827 - components: - - type: Transform - pos: -122.5,46.5 - parent: 2 - - uid: 18855 - components: - - type: Transform - pos: -122.5,48.5 - parent: 2 - - uid: 18856 - components: - - type: Transform - pos: -122.5,47.5 - parent: 2 - - uid: 18862 - components: - - type: Transform - pos: -120.5,43.5 - parent: 2 - - uid: 18863 - components: - - type: Transform - pos: -104.5,59.5 - parent: 2 - - uid: 18864 - components: - - type: Transform - pos: -104.5,43.5 - parent: 2 - - uid: 18865 - components: - - type: Transform - pos: -120.5,59.5 - parent: 2 - - uid: 18869 - components: - - type: Transform - pos: -126.5,58.5 - parent: 2 - - uid: 18882 - components: - - type: Transform - pos: -119.5,61.5 - parent: 2 - - uid: 18883 - components: - - type: Transform - pos: -122.5,45.5 - parent: 2 - - uid: 18884 - components: - - type: Transform - pos: -120.5,61.5 - parent: 2 - - uid: 18900 - components: - - type: Transform - pos: -118.5,37.5 - parent: 2 - - uid: 18901 - components: - - type: Transform - pos: -126.5,41.5 - parent: 2 - - uid: 18902 - components: - - type: Transform - pos: -125.5,51.5 - parent: 2 - - uid: 18903 - components: - - type: Transform - pos: -125.5,61.5 - parent: 2 - - uid: 18904 - components: - - type: Transform - pos: -119.5,64.5 - parent: 2 - - uid: 18905 - components: - - type: Transform - pos: -111.5,65.5 - parent: 2 - - uid: 18906 - components: - - type: Transform - pos: -104.5,64.5 - parent: 2 - - uid: 18907 - components: - - type: Transform - pos: -101.5,64.5 - parent: 2 - - uid: 18908 - components: - - type: Transform - pos: -98.5,61.5 - parent: 2 - - uid: 18917 - components: - - type: Transform - pos: -129.5,46.5 - parent: 2 - - uid: 18918 - components: - - type: Transform - pos: -129.5,47.5 - parent: 2 - - uid: 18919 - components: - - type: Transform - pos: -129.5,48.5 - parent: 2 - - uid: 18920 - components: - - type: Transform - pos: -129.5,49.5 - parent: 2 - - uid: 18921 - components: - - type: Transform - pos: -129.5,50.5 - parent: 2 - - uid: 18922 - components: - - type: Transform - pos: -129.5,51.5 - parent: 2 - - uid: 18923 - components: - - type: Transform - pos: -129.5,52.5 - parent: 2 - - uid: 18924 - components: - - type: Transform - pos: -129.5,53.5 - parent: 2 - - uid: 18925 - components: - - type: Transform - pos: -129.5,54.5 - parent: 2 - - uid: 18926 - components: - - type: Transform - pos: -98.5,45.5 - parent: 2 - - uid: 18927 - components: - - type: Transform - pos: -129.5,56.5 - parent: 2 - - uid: 18928 - components: - - type: Transform - pos: -129.5,57.5 - parent: 2 - - uid: 18929 - components: - - type: Transform - pos: -129.5,58.5 - parent: 2 - - uid: 18930 - components: - - type: Transform - pos: -129.5,59.5 - parent: 2 - - uid: 18931 - components: - - type: Transform - pos: -129.5,60.5 - parent: 2 - - uid: 18932 - components: - - type: Transform - pos: -129.5,61.5 - parent: 2 - - uid: 18933 - components: - - type: Transform - pos: -129.5,62.5 - parent: 2 - - uid: 18934 - components: - - type: Transform - pos: -122.5,68.5 - parent: 2 - - uid: 18935 - components: - - type: Transform - pos: -121.5,68.5 - parent: 2 - - uid: 18936 - components: - - type: Transform - pos: -120.5,68.5 - parent: 2 - - uid: 18937 - components: - - type: Transform - pos: -119.5,68.5 - parent: 2 - - uid: 18938 - components: - - type: Transform - pos: -118.5,68.5 - parent: 2 - - uid: 18939 - components: - - type: Transform - pos: -117.5,68.5 - parent: 2 - - uid: 18940 - components: - - type: Transform - pos: -116.5,68.5 - parent: 2 - - uid: 18941 - components: - - type: Transform - pos: -115.5,68.5 - parent: 2 - - uid: 18942 - components: - - type: Transform - pos: -114.5,68.5 - parent: 2 - - uid: 18943 - components: - - type: Transform - pos: -113.5,68.5 - parent: 2 - - uid: 18944 - components: - - type: Transform - pos: -112.5,68.5 - parent: 2 - - uid: 18945 - components: - - type: Transform - pos: -111.5,68.5 - parent: 2 - - uid: 18946 - components: - - type: Transform - pos: -110.5,68.5 - parent: 2 - - uid: 18947 - components: - - type: Transform - pos: -130.5,42.5 - parent: 2 - - uid: 18955 - components: - - type: Transform - pos: -131.5,41.5 - parent: 2 - - uid: 18956 - components: - - type: Transform - pos: -122.5,70.5 - parent: 2 - - uid: 18957 - components: - - type: Transform - pos: -131.5,65.5 - parent: 2 - - uid: 18958 - components: - - type: Transform - pos: -106.5,68.5 - parent: 2 - - uid: 19087 - components: - - type: Transform - pos: -98.5,46.5 - parent: 2 - - uid: 19088 - components: - - type: Transform - pos: -97.5,45.5 - parent: 2 - - uid: 19089 - components: - - type: Transform - pos: -97.5,43.5 - parent: 2 - - uid: 19097 - components: - - type: Transform - pos: -119.5,41.5 - parent: 2 - - uid: 19106 - components: - - type: Transform - pos: -102.5,59.5 - parent: 2 - - uid: 19107 - components: - - type: Transform - pos: -97.5,44.5 - parent: 2 - - uid: 19112 - components: - - type: Transform - pos: -118.5,41.5 - parent: 2 - - uid: 19115 - components: - - type: Transform - pos: -117.5,41.5 - parent: 2 - - uid: 19132 - components: - - type: Transform - pos: -116.5,41.5 - parent: 2 - - uid: 19312 - components: - - type: Transform - pos: -47.5,61.5 - parent: 2 - - uid: 19313 - components: - - type: Transform - pos: -47.5,60.5 - parent: 2 - - uid: 19314 - components: - - type: Transform - pos: -47.5,59.5 - parent: 2 - - uid: 19320 - components: - - type: Transform - pos: -49.5,61.5 - parent: 2 - - uid: 19324 - components: - - type: Transform - pos: 69.5,70.5 - parent: 2 - - uid: 19329 - components: - - type: Transform - pos: -61.5,47.5 - parent: 2 - - uid: 19333 - components: - - type: Transform - pos: -61.5,43.5 - parent: 2 - - uid: 19335 - components: - - type: Transform - pos: -61.5,44.5 - parent: 2 - - uid: 19377 - components: - - type: Transform - pos: -18.5,50.5 - parent: 2 - - uid: 19466 - components: - - type: Transform - pos: -1.5,79.5 - parent: 2 - - uid: 19467 - components: - - type: Transform - pos: -2.5,79.5 - parent: 2 - - uid: 19468 - components: - - type: Transform - pos: -3.5,79.5 - parent: 2 - - uid: 19469 - components: - - type: Transform - pos: 4.5,79.5 - parent: 2 - - uid: 19470 - components: - - type: Transform - pos: 6.5,79.5 - parent: 2 - - uid: 19471 - components: - - type: Transform - pos: 5.5,79.5 - parent: 2 - - uid: 19519 - components: - - type: Transform - pos: 14.5,72.5 - parent: 2 - - uid: 19520 - components: - - type: Transform - pos: 15.5,72.5 - parent: 2 - - uid: 19521 - components: - - type: Transform - pos: 15.5,73.5 - parent: 2 - - uid: 19522 - components: - - type: Transform - pos: 12.5,79.5 - parent: 2 - - uid: 19523 - components: - - type: Transform - pos: 13.5,79.5 - parent: 2 - - uid: 19524 - components: - - type: Transform - pos: 14.5,79.5 - parent: 2 - - uid: 19525 - components: - - type: Transform - pos: 15.5,79.5 - parent: 2 - - uid: 19526 - components: - - type: Transform - pos: 15.5,78.5 - parent: 2 - - uid: 19527 - components: - - type: Transform - pos: -9.5,79.5 - parent: 2 - - uid: 19528 - components: - - type: Transform - pos: -10.5,79.5 - parent: 2 - - uid: 19529 - components: - - type: Transform - pos: -11.5,79.5 - parent: 2 - - uid: 19530 - components: - - type: Transform - pos: -12.5,79.5 - parent: 2 - - uid: 19531 - components: - - type: Transform - pos: -12.5,78.5 - parent: 2 - - uid: 19532 - components: - - type: Transform - pos: -12.5,73.5 - parent: 2 - - uid: 19627 - components: - - type: Transform - pos: -47.5,56.5 - parent: 2 - - uid: 19628 - components: - - type: Transform - pos: 13.5,63.5 - parent: 2 - - uid: 19629 - components: - - type: Transform - pos: 12.5,63.5 - parent: 2 - - uid: 19632 - components: - - type: Transform - pos: -47.5,57.5 - parent: 2 - - uid: 19664 - components: - - type: Transform - pos: 5.5,63.5 - parent: 2 - - uid: 19670 - components: - - type: Transform - pos: -40.5,68.5 - parent: 2 - - uid: 19671 - components: - - type: Transform - pos: 6.5,64.5 - parent: 2 - - uid: 19674 - components: - - type: Transform - pos: 6.5,63.5 - parent: 2 - - uid: 19676 - components: - - type: Transform - pos: 14.5,63.5 - parent: 2 - - uid: 19690 - components: - - type: Transform - pos: -39.5,57.5 - parent: 2 - - uid: 19705 - components: - - type: Transform - pos: -35.5,57.5 - parent: 2 - - uid: 19708 - components: - - type: Transform - pos: -34.5,67.5 - parent: 2 - - uid: 19709 - components: - - type: Transform - pos: -45.5,68.5 - parent: 2 - - uid: 19710 - components: - - type: Transform - pos: -38.5,57.5 - parent: 2 - - uid: 19711 - components: - - type: Transform - pos: -40.5,57.5 - parent: 2 - - uid: 19717 - components: - - type: Transform - pos: -37.5,57.5 - parent: 2 - - uid: 19719 - components: - - type: Transform - pos: -36.5,57.5 - parent: 2 - - uid: 19733 - components: - - type: Transform - pos: 4.5,63.5 - parent: 2 - - uid: 19824 - components: - - type: Transform - pos: -44.5,61.5 - parent: 2 - - uid: 19825 - components: - - type: Transform - pos: -45.5,61.5 - parent: 2 - - uid: 19826 - components: - - type: Transform - pos: -45.5,57.5 - parent: 2 - - uid: 19827 - components: - - type: Transform - pos: -42.5,57.5 - parent: 2 - - uid: 19829 - components: - - type: Transform - pos: -45.5,60.5 - parent: 2 - - uid: 19848 - components: - - type: Transform - pos: -40.5,69.5 - parent: 2 - - uid: 19853 - components: - - type: Transform - pos: -45.5,62.5 - parent: 2 - - uid: 19944 - components: - - type: Transform - pos: -76.5,-8.5 - parent: 2 - - uid: 19945 - components: - - type: Transform - pos: -66.5,28.5 - parent: 2 - - uid: 19946 - components: - - type: Transform - pos: -75.5,-8.5 - parent: 2 - - uid: 19947 - components: - - type: Transform - pos: -74.5,-8.5 - parent: 2 - - uid: 19967 - components: - - type: Transform - pos: -96.5,69.5 - parent: 2 - - uid: 20184 - components: - - type: Transform - pos: -41.5,57.5 - parent: 2 - - uid: 20268 - components: - - type: Transform - pos: -34.5,48.5 - parent: 2 - - uid: 20277 - components: - - type: Transform - pos: -34.5,49.5 - parent: 2 - - uid: 20278 - components: - - type: Transform - pos: -34.5,50.5 - parent: 2 - - uid: 20298 - components: - - type: Transform - pos: -34.5,51.5 - parent: 2 - - uid: 20589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,25.5 - parent: 2 - - uid: 20597 - components: - - type: Transform - pos: -55.5,54.5 - parent: 2 - - uid: 20598 - components: - - type: Transform - pos: -50.5,53.5 - parent: 2 - - uid: 20607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-6.5 - parent: 2 - - uid: 20610 - components: - - type: Transform - pos: -77.5,25.5 - parent: 2 - - uid: 20612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,17.5 - parent: 2 - - uid: 20838 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - - uid: 20864 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - - uid: 20865 - components: - - type: Transform - pos: -27.5,-6.5 - parent: 2 - - uid: 20866 - components: - - type: Transform - pos: -26.5,-6.5 - parent: 2 - - uid: 20868 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - - uid: 20869 - components: - - type: Transform - pos: -24.5,-3.5 - parent: 2 - - uid: 20870 - components: - - type: Transform - pos: -26.5,-3.5 - parent: 2 - - uid: 20875 - components: - - type: Transform - pos: -25.5,-3.5 - parent: 2 - - uid: 20878 - components: - - type: Transform - pos: -28.5,-6.5 - parent: 2 - - uid: 20879 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 - - uid: 20889 - components: - - type: Transform - pos: -29.5,-3.5 - parent: 2 - - uid: 20890 - components: - - type: Transform - pos: -29.5,-6.5 - parent: 2 - - uid: 21045 - components: - - type: Transform - pos: -28.5,-3.5 - parent: 2 - - uid: 21075 - components: - - type: Transform - pos: -37.5,55.5 - parent: 2 - - uid: 21087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,1.5 - parent: 2 - - uid: 21115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,6.5 - parent: 2 - - uid: 21116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,5.5 - parent: 2 - - uid: 21909 - components: - - type: Transform - pos: 70.5,31.5 - parent: 2 - - uid: 21975 - components: - - type: Transform - pos: -119.5,33.5 - parent: 2 - - uid: 22099 - components: - - type: Transform - pos: 71.5,28.5 - parent: 2 - - uid: 22167 - components: - - type: Transform - pos: -87.5,11.5 - parent: 2 - - uid: 22282 - components: - - type: Transform - pos: 4.5,61.5 - parent: 2 - - uid: 22284 - components: - - type: Transform - pos: 4.5,59.5 - parent: 2 - - uid: 22356 - components: - - type: Transform - pos: 3.5,67.5 - parent: 2 - - uid: 22361 - components: - - type: Transform - pos: -45.5,63.5 - parent: 2 - - uid: 22452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,6.5 - parent: 2 - - uid: 22573 - components: - - type: Transform - pos: 55.5,45.5 - parent: 2 - - uid: 22600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-8.5 - parent: 2 - - uid: 22628 - components: - - type: Transform - pos: -37.5,31.5 - parent: 2 - - uid: 22651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,15.5 - parent: 2 - - uid: 22812 - components: - - type: Transform - pos: 8.5,-19.5 - parent: 2 - - uid: 22813 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 2 - - uid: 22887 - components: - - type: Transform - pos: -34.5,-37.5 - parent: 2 - - uid: 23036 - components: - - type: Transform - pos: -61.5,52.5 - parent: 2 - - uid: 23043 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 2 - - uid: 23051 - components: - - type: Transform - pos: 11.5,-19.5 - parent: 2 - - uid: 23052 - components: - - type: Transform - pos: 10.5,-19.5 - parent: 2 - - uid: 23054 - components: - - type: Transform - pos: 12.5,-19.5 - parent: 2 - - uid: 23055 - components: - - type: Transform - pos: -36.5,53.5 - parent: 2 - - uid: 23057 - components: - - type: Transform - pos: -6.5,46.5 - parent: 2 - - uid: 23058 - components: - - type: Transform - pos: -4.5,46.5 - parent: 2 - - uid: 23060 - components: - - type: Transform - pos: -3.5,46.5 - parent: 2 - - uid: 23062 - components: - - type: Transform - pos: 100.5,26.5 - parent: 2 - - uid: 23065 - components: - - type: Transform - pos: 86.5,69.5 - parent: 2 - - uid: 23070 - components: - - type: Transform - pos: 52.5,67.5 - parent: 2 - - uid: 23074 - components: - - type: Transform - pos: -5.5,46.5 - parent: 2 - - uid: 23076 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 2 - - uid: 23077 - components: - - type: Transform - pos: 96.5,57.5 - parent: 2 - - uid: 23080 - components: - - type: Transform - pos: 11.5,-17.5 - parent: 2 - - uid: 23083 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 2 - - uid: 23117 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 2 - - uid: 23124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,5.5 - parent: 2 - - uid: 23133 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 2 - - uid: 23142 - components: - - type: Transform - pos: -44.5,-7.5 - parent: 2 - - uid: 23143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,4.5 - parent: 2 - - uid: 23496 - components: - - type: Transform - pos: 86.5,53.5 - parent: 2 - - uid: 23497 - components: - - type: Transform - pos: 85.5,53.5 - parent: 2 - - uid: 23498 - components: - - type: Transform - pos: 84.5,53.5 - parent: 2 - - uid: 23499 - components: - - type: Transform - pos: 83.5,53.5 - parent: 2 - - uid: 23501 - components: - - type: Transform - pos: -77.5,-7.5 - parent: 2 - - uid: 23503 - components: - - type: Transform - pos: -67.5,-7.5 - parent: 2 - - uid: 23534 - components: - - type: Transform - pos: -70.5,-7.5 - parent: 2 - - uid: 23614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,23.5 - parent: 2 - - uid: 23702 - components: - - type: Transform - pos: -55.5,52.5 - parent: 2 - - uid: 23713 - components: - - type: Transform - pos: -55.5,47.5 - parent: 2 - - uid: 23722 - components: - - type: Transform - pos: -120.5,41.5 - parent: 2 - - uid: 23725 - components: - - type: Transform - pos: -110.5,61.5 - parent: 2 - - uid: 23726 - components: - - type: Transform - pos: -99.5,59.5 - parent: 2 - - uid: 23727 - components: - - type: Transform - pos: -100.5,59.5 - parent: 2 - - uid: 23740 - components: - - type: Transform - pos: -97.5,57.5 - parent: 2 - - uid: 23741 - components: - - type: Transform - pos: -115.5,61.5 - parent: 2 - - uid: 23742 - components: - - type: Transform - pos: -122.5,44.5 - parent: 2 - - uid: 23743 - components: - - type: Transform - pos: -122.5,43.5 - parent: 2 - - uid: 23746 - components: - - type: Transform - pos: -114.5,41.5 - parent: 2 - - uid: 23747 - components: - - type: Transform - pos: -115.5,41.5 - parent: 2 - - uid: 23749 - components: - - type: Transform - pos: -108.5,41.5 - parent: 2 - - uid: 23750 - components: - - type: Transform - pos: -110.5,41.5 - parent: 2 - - uid: 23751 - components: - - type: Transform - pos: -109.5,41.5 - parent: 2 - - uid: 23752 - components: - - type: Transform - pos: -103.5,61.5 - parent: 2 - - uid: 23754 - components: - - type: Transform - pos: 96.5,56.5 - parent: 2 - - uid: 23767 - components: - - type: Transform - pos: 96.5,54.5 - parent: 2 - - uid: 23768 - components: - - type: Transform - pos: 90.5,63.5 - parent: 2 - - uid: 23778 - components: - - type: Transform - pos: 91.5,22.5 - parent: 2 - - uid: 23779 - components: - - type: Transform - pos: 101.5,27.5 - parent: 2 - - uid: 23796 - components: - - type: Transform - pos: -124.5,33.5 - parent: 2 - - uid: 23815 - components: - - type: Transform - pos: -124.5,68.5 - parent: 2 - - uid: 24934 - components: - - type: Transform - pos: 100.5,25.5 - parent: 2 - - uid: 24936 - components: - - type: Transform - pos: 75.5,1.5 - parent: 2 - - uid: 25304 - components: - - type: Transform - pos: 90.5,23.5 - parent: 2 - - uid: 25315 - components: - - type: Transform - pos: -7.5,46.5 - parent: 2 - - uid: 25328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,11.5 - parent: 2 - - uid: 25557 - components: - - type: Transform - pos: 8.5,47.5 - parent: 2 - - uid: 25836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,16.5 - parent: 2 - - uid: 26182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,-0.5 - parent: 2 - - uid: 26217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -101.5,0.5 - parent: 2 - - uid: 26221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-29.5 - parent: 2 - - uid: 26567 - components: - - type: Transform - pos: -76.5,25.5 - parent: 2 - - uid: 26614 - components: - - type: Transform - pos: -75.5,25.5 - parent: 2 - - uid: 26687 - components: - - type: Transform - pos: -117.5,33.5 - parent: 2 - - uid: 26689 - components: - - type: Transform - pos: -128.5,68.5 - parent: 2 - - uid: 26691 - components: - - type: Transform - pos: -116.5,33.5 - parent: 2 - - uid: 26692 - components: - - type: Transform - pos: -126.5,33.5 - parent: 2 - - uid: 26693 - components: - - type: Transform - pos: -129.5,34.5 - parent: 2 - - uid: 26701 - components: - - type: Transform - pos: -129.5,36.5 - parent: 2 - - uid: 26702 - components: - - type: Transform - pos: -125.5,33.5 - parent: 2 - - uid: 26703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,6.5 - parent: 2 - - uid: 26713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,30.5 - parent: 2 - - uid: 26750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,31.5 - parent: 2 - - uid: 26751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,29.5 - parent: 2 - - uid: 26757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,28.5 - parent: 2 - - uid: 26758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,27.5 - parent: 2 - - uid: 26759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,25.5 - parent: 2 - - uid: 26760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,26.5 - parent: 2 - - uid: 26761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,32.5 - parent: 2 - - uid: 26768 - components: - - type: Transform - pos: -87.5,10.5 - parent: 2 - - uid: 26772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,18.5 - parent: 2 - - uid: 26773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,18.5 - parent: 2 - - uid: 26775 - components: - - type: Transform - pos: -89.5,-3.5 - parent: 2 - - uid: 26776 - components: - - type: Transform - pos: -89.5,10.5 - parent: 2 - - uid: 26777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,5.5 - parent: 2 - - uid: 26831 - components: - - type: Transform - pos: -95.5,-0.5 - parent: 2 - - uid: 26845 - components: - - type: Transform - pos: -86.5,11.5 - parent: 2 - - uid: 26880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,5.5 - parent: 2 - - uid: 26892 - components: - - type: Transform - pos: -88.5,-2.5 - parent: 2 - - uid: 26893 - components: - - type: Transform - pos: -86.5,-1.5 - parent: 2 - - uid: 26894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,4.5 - parent: 2 - - uid: 26924 - components: - - type: Transform - pos: -88.5,10.5 - parent: 2 - - uid: 26926 - components: - - type: Transform - pos: -89.5,-2.5 - parent: 2 - - uid: 26935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,20.5 - parent: 2 - - uid: 27111 - components: - - type: Transform - pos: -36.5,-12.5 - parent: 2 - - uid: 27168 - components: - - type: Transform - pos: -33.5,-12.5 - parent: 2 - - uid: 27203 - components: - - type: Transform - pos: -87.5,-2.5 - parent: 2 - - uid: 27204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,19.5 - parent: 2 - - uid: 27208 - components: - - type: Transform - pos: -87.5,-1.5 - parent: 2 - - uid: 27209 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,19.5 - parent: 2 - - uid: 27211 - components: - - type: Transform - pos: -90.5,-3.5 - parent: 2 - - uid: 27212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,16.5 - parent: 2 - - uid: 27213 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,1.5 - parent: 2 - - uid: 27214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,20.5 - parent: 2 - - uid: 27215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,20.5 - parent: 2 - - uid: 27216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,17.5 - parent: 2 - - uid: 27222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,2.5 - parent: 2 - - uid: 27224 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,3.5 - parent: 2 - - uid: 27225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,3.5 - parent: 2 - - uid: 27226 - components: - - type: Transform - pos: -93.5,-3.5 - parent: 2 - - uid: 27243 - components: - - type: Transform - pos: -97.5,2.5 - parent: 2 - - uid: 27244 - components: - - type: Transform - pos: -96.5,2.5 - parent: 2 - - uid: 27372 - components: - - type: Transform - pos: 77.5,-0.5 - parent: 2 - - uid: 27386 - components: - - type: Transform - pos: 77.5,-2.5 - parent: 2 - - uid: 27387 - components: - - type: Transform - pos: 77.5,-1.5 - parent: 2 - - uid: 27388 - components: - - type: Transform - pos: 77.5,-4.5 - parent: 2 - - uid: 27443 - components: - - type: Transform - pos: 77.5,-5.5 - parent: 2 - - uid: 27515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,22.5 - parent: 2 - - uid: 27526 - components: - - type: Transform - pos: -66.5,-4.5 - parent: 2 - - uid: 27527 - components: - - type: Transform - pos: -66.5,-1.5 - parent: 2 - - uid: 27528 - components: - - type: Transform - pos: -69.5,-1.5 - parent: 2 - - uid: 27543 - components: - - type: Transform - pos: -68.5,-1.5 - parent: 2 - - uid: 27562 - components: - - type: Transform - pos: -67.5,-1.5 - parent: 2 - - uid: 27757 - components: - - type: Transform - pos: -70.5,-1.5 - parent: 2 - - uid: 27828 - components: - - type: Transform - pos: 89.5,23.5 - parent: 2 - - uid: 27829 - components: - - type: Transform - pos: 88.5,23.5 - parent: 2 - - uid: 27844 - components: - - type: Transform - pos: -36.5,55.5 - parent: 2 - - uid: 27861 - components: - - type: Transform - pos: 77.5,-6.5 - parent: 2 - - uid: 27863 - components: - - type: Transform - pos: -104.5,61.5 - parent: 2 - - uid: 27864 - components: - - type: Transform - pos: -105.5,61.5 - parent: 2 - - uid: 27865 - components: - - type: Transform - pos: -106.5,61.5 - parent: 2 - - uid: 27870 - components: - - type: Transform - pos: 87.5,69.5 - parent: 2 - - uid: 27901 - components: - - type: Transform - pos: 52.5,64.5 - parent: 2 - - uid: 27908 - components: - - type: Transform - pos: 52.5,58.5 - parent: 2 - - uid: 27911 - components: - - type: Transform - pos: 52.5,59.5 - parent: 2 - - uid: 27916 - components: - - type: Transform - pos: 90.5,69.5 - parent: 2 - - uid: 27917 - components: - - type: Transform - pos: 52.5,63.5 - parent: 2 - - uid: 27922 - components: - - type: Transform - pos: 52.5,57.5 - parent: 2 - - uid: 27923 - components: - - type: Transform - pos: 90.5,67.5 - parent: 2 - - uid: 27925 - components: - - type: Transform - pos: 94.5,63.5 - parent: 2 - - uid: 27926 - components: - - type: Transform - pos: 52.5,60.5 - parent: 2 - - uid: 27927 - components: - - type: Transform - pos: 52.5,61.5 - parent: 2 - - uid: 27929 - components: - - type: Transform - pos: 52.5,62.5 - parent: 2 - - uid: 27931 - components: - - type: Transform - pos: 81.5,69.5 - parent: 2 - - uid: 27934 - components: - - type: Transform - pos: 89.5,69.5 - parent: 2 - - uid: 27941 - components: - - type: Transform - pos: 100.5,38.5 - parent: 2 - - uid: 27946 - components: - - type: Transform - pos: 100.5,39.5 - parent: 2 - - uid: 27961 - components: - - type: Transform - pos: -14.5,-45.5 - parent: 2 - - uid: 27979 - components: - - type: Transform - pos: 100.5,37.5 - parent: 2 - - uid: 27982 - components: - - type: Transform - pos: 77.5,69.5 - parent: 2 - - uid: 27983 - components: - - type: Transform - pos: 78.5,69.5 - parent: 2 - - uid: 27984 - components: - - type: Transform - pos: 80.5,69.5 - parent: 2 - - uid: 27986 - components: - - type: Transform - pos: 76.5,69.5 - parent: 2 - - uid: 27989 - components: - - type: Transform - pos: 100.5,44.5 - parent: 2 - - uid: 28013 - components: - - type: Transform - pos: 90.5,68.5 - parent: 2 - - uid: 28018 - components: - - type: Transform - pos: 88.5,69.5 - parent: 2 - - uid: 28022 - components: - - type: Transform - pos: 52.5,56.5 - parent: 2 - - uid: 28024 - components: - - type: Transform - pos: 95.5,46.5 - parent: 2 - - uid: 28036 - components: - - type: Transform - pos: 95.5,48.5 - parent: 2 - - uid: 28037 - components: - - type: Transform - pos: 101.5,26.5 - parent: 2 - - uid: 28038 - components: - - type: Transform - pos: 101.5,29.5 - parent: 2 - - uid: 28039 - components: - - type: Transform - pos: 101.5,28.5 - parent: 2 - - uid: 28040 - components: - - type: Transform - pos: 101.5,30.5 - parent: 2 - - uid: 28041 - components: - - type: Transform - pos: 96.5,50.5 - parent: 2 - - uid: 28043 - components: - - type: Transform - pos: 96.5,46.5 - parent: 2 - - uid: 28044 - components: - - type: Transform - pos: 96.5,52.5 - parent: 2 - - uid: 28198 - components: - - type: Transform - pos: -15.5,-45.5 - parent: 2 - - uid: 28251 - components: - - type: Transform - pos: -22.5,-39.5 - parent: 2 - - uid: 28252 - components: - - type: Transform - pos: -25.5,-39.5 - parent: 2 - - uid: 28253 - components: - - type: Transform - pos: -21.5,-39.5 - parent: 2 - - uid: 28254 - components: - - type: Transform - pos: -23.5,-39.5 - parent: 2 - - uid: 28340 - components: - - type: Transform - pos: -70.5,-2.5 - parent: 2 - - uid: 28341 - components: - - type: Transform - pos: -70.5,-3.5 - parent: 2 - - uid: 28405 - components: - - type: Transform - pos: -24.5,-39.5 - parent: 2 - - uid: 28527 - components: - - type: Transform - pos: -70.5,-4.5 - parent: 2 - - uid: 28641 - components: - - type: Transform - pos: -69.5,-4.5 - parent: 2 - - uid: 28645 - components: - - type: Transform - pos: -68.5,-4.5 - parent: 2 - - uid: 28682 - components: - - type: Transform - pos: -67.5,-4.5 - parent: 2 - - uid: 28699 - components: - - type: Transform - pos: 77.5,0.5 - parent: 2 - - uid: 28700 - components: - - type: Transform - pos: 77.5,-7.5 - parent: 2 - - uid: 28728 - components: - - type: Transform - pos: 38.5,17.5 - parent: 2 - - uid: 28729 - components: - - type: Transform - pos: 39.5,17.5 - parent: 2 - - uid: 28731 - components: - - type: Transform - pos: 39.5,12.5 - parent: 2 - - uid: 28777 - components: - - type: Transform - pos: 40.5,17.5 - parent: 2 - - uid: 28789 - components: - - type: Transform - pos: -25.5,-29.5 - parent: 2 - - uid: 28895 - components: - - type: Transform - pos: -30.5,49.5 - parent: 2 - - uid: 28900 - components: - - type: Transform - pos: -24.5,50.5 - parent: 2 - - uid: 28907 - components: - - type: Transform - pos: -18.5,49.5 - parent: 2 - - uid: 28908 - components: - - type: Transform - pos: -21.5,50.5 - parent: 2 - - uid: 28942 - components: - - type: Transform - pos: -28.5,49.5 - parent: 2 - - uid: 28945 - components: - - type: Transform - pos: -19.5,49.5 - parent: 2 - - uid: 28950 - components: - - type: Transform - pos: -29.5,45.5 - parent: 2 - - uid: 28951 - components: - - type: Transform - pos: -30.5,44.5 - parent: 2 - - uid: 28952 - components: - - type: Transform - pos: -29.5,46.5 - parent: 2 - - uid: 28960 - components: - - type: Transform - pos: 47.5,-0.5 - parent: 2 - - uid: 29004 - components: - - type: Transform - pos: 48.5,-0.5 - parent: 2 - - uid: 29041 - components: - - type: Transform - pos: -33.5,-39.5 - parent: 2 - - uid: 29175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,12.5 - parent: 2 - - uid: 29176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,13.5 - parent: 2 - - uid: 29189 - components: - - type: Transform - pos: -92.5,-3.5 - parent: 2 - - uid: 29190 - components: - - type: Transform - pos: -96.5,-0.5 - parent: 2 - - uid: 29255 - components: - - type: Transform - pos: 75.5,69.5 - parent: 2 - - uid: 29257 - components: - - type: Transform - pos: 79.5,69.5 - parent: 2 - - uid: 29259 - components: - - type: Transform - pos: 72.5,69.5 - parent: 2 - - uid: 29260 - components: - - type: Transform - pos: 74.5,69.5 - parent: 2 - - uid: 29261 - components: - - type: Transform - pos: 73.5,69.5 - parent: 2 - - uid: 29269 - components: - - type: Transform - pos: 70.5,69.5 - parent: 2 - - uid: 29272 - components: - - type: Transform - pos: 71.5,69.5 - parent: 2 - - uid: 29273 - components: - - type: Transform - pos: 69.5,69.5 - parent: 2 - - uid: 29286 - components: - - type: Transform - pos: 100.5,45.5 - parent: 2 - - uid: 29300 - components: - - type: Transform - pos: 79.5,57.5 - parent: 2 - - uid: 29301 - components: - - type: Transform - pos: 79.5,56.5 - parent: 2 - - uid: 29309 - components: - - type: Transform - pos: 96.5,48.5 - parent: 2 - - uid: 29312 - components: - - type: Transform - pos: 99.5,24.5 - parent: 2 - - uid: 29314 - components: - - type: Transform - pos: 96.5,23.5 - parent: 2 - - uid: 29315 - components: - - type: Transform - pos: 98.5,46.5 - parent: 2 - - uid: 29316 - components: - - type: Transform - pos: 98.5,23.5 - parent: 2 - - uid: 29321 - components: - - type: Transform - pos: 53.5,55.5 - parent: 2 - - uid: 29322 - components: - - type: Transform - pos: 52.5,55.5 - parent: 2 - - uid: 29363 - components: - - type: Transform - pos: 80.5,57.5 - parent: 2 - - uid: 29366 - components: - - type: Transform - pos: 81.5,60.5 - parent: 2 - - uid: 29371 - components: - - type: Transform - pos: 100.5,33.5 - parent: 2 - - uid: 29372 - components: - - type: Transform - pos: 100.5,32.5 - parent: 2 - - uid: 29389 - components: - - type: Transform - pos: 80.5,26.5 - parent: 2 - - uid: 29391 - components: - - type: Transform - pos: 80.5,25.5 - parent: 2 - - uid: 29393 - components: - - type: Transform - pos: 100.5,36.5 - parent: 2 - - uid: 29394 - components: - - type: Transform - pos: 100.5,35.5 - parent: 2 - - uid: 29400 - components: - - type: Transform - pos: 100.5,42.5 - parent: 2 - - uid: 29401 - components: - - type: Transform - pos: 100.5,43.5 - parent: 2 - - uid: 29403 - components: - - type: Transform - pos: 100.5,41.5 - parent: 2 - - uid: 29404 - components: - - type: Transform - pos: 100.5,40.5 - parent: 2 - - uid: 29405 - components: - - type: Transform - pos: 100.5,34.5 - parent: 2 - - uid: 29423 - components: - - type: Transform - pos: 81.5,61.5 - parent: 2 - - uid: 29611 - components: - - type: Transform - pos: -24.5,-29.5 - parent: 2 - - uid: 29612 - components: - - type: Transform - pos: -24.5,-28.5 - parent: 2 - - uid: 29613 - components: - - type: Transform - pos: -27.5,-28.5 - parent: 2 - - uid: 29614 - components: - - type: Transform - pos: -27.5,-29.5 - parent: 2 - - uid: 29615 - components: - - type: Transform - pos: -26.5,-29.5 - parent: 2 - - uid: 29616 - components: - - type: Transform - pos: 40.5,16.5 - parent: 2 - - uid: 29617 - components: - - type: Transform - pos: 38.5,16.5 - parent: 2 - - uid: 29619 - components: - - type: Transform - pos: 38.5,13.5 - parent: 2 - - uid: 29622 - components: - - type: Transform - pos: 38.5,12.5 - parent: 2 - - uid: 29626 - components: - - type: Transform - pos: -24.5,-27.5 - parent: 2 - - uid: 29707 - components: - - type: Transform - pos: -44.5,68.5 - parent: 2 - - uid: 29711 - components: - - type: Transform - pos: -43.5,68.5 - parent: 2 - - uid: 29713 - components: - - type: Transform - pos: -42.5,68.5 - parent: 2 - - uid: 29715 - components: - - type: Transform - pos: 15.5,71.5 - parent: 2 - - uid: 29729 - components: - - type: Transform - pos: 81.5,62.5 - parent: 2 - - uid: 29730 - components: - - type: Transform - pos: 81.5,63.5 - parent: 2 - - uid: 29731 - components: - - type: Transform - pos: 87.5,53.5 - parent: 2 - - uid: 29732 - components: - - type: Transform - pos: 88.5,54.5 - parent: 2 - - uid: 29733 - components: - - type: Transform - pos: 88.5,57.5 - parent: 2 - - uid: 29734 - components: - - type: Transform - pos: 88.5,53.5 - parent: 2 - - uid: 29735 - components: - - type: Transform - pos: 87.5,57.5 - parent: 2 - - uid: 29736 - components: - - type: Transform - pos: 85.5,63.5 - parent: 2 - - uid: 29737 - components: - - type: Transform - pos: 87.5,59.5 - parent: 2 - - uid: 29738 - components: - - type: Transform - pos: 84.5,63.5 - parent: 2 - - uid: 29739 - components: - - type: Transform - pos: 83.5,63.5 - parent: 2 - - uid: 29740 - components: - - type: Transform - pos: 82.5,63.5 - parent: 2 - - uid: 29741 - components: - - type: Transform - pos: 81.5,57.5 - parent: 2 - - uid: 29744 - components: - - type: Transform - pos: 84.5,57.5 - parent: 2 - - uid: 29745 - components: - - type: Transform - pos: 81.5,58.5 - parent: 2 - - uid: 29747 - components: - - type: Transform - pos: 81.5,59.5 - parent: 2 - - uid: 29751 - components: - - type: Transform - pos: 86.5,63.5 - parent: 2 - - uid: 29752 - components: - - type: Transform - pos: 87.5,63.5 - parent: 2 - - uid: 29757 - components: - - type: Transform - pos: 82.5,60.5 - parent: 2 - - uid: 29758 - components: - - type: Transform - pos: 83.5,60.5 - parent: 2 - - uid: 29759 - components: - - type: Transform - pos: 84.5,60.5 - parent: 2 - - uid: 29760 - components: - - type: Transform - pos: 86.5,60.5 - parent: 2 - - uid: 29761 - components: - - type: Transform - pos: 87.5,60.5 - parent: 2 - - uid: 29762 - components: - - type: Transform - pos: 87.5,58.5 - parent: 2 - - uid: 29763 - components: - - type: Transform - pos: 86.5,57.5 - parent: 2 - - uid: 29764 - components: - - type: Transform - pos: 87.5,61.5 - parent: 2 - - uid: 29765 - components: - - type: Transform - pos: 87.5,62.5 - parent: 2 - - uid: 29807 - components: - - type: Transform - pos: 88.5,56.5 - parent: 2 - - uid: 29823 - components: - - type: Transform - pos: 91.5,53.5 - parent: 2 - - uid: 29824 - components: - - type: Transform - pos: 91.5,57.5 - parent: 2 - - uid: 29831 - components: - - type: Transform - pos: 79.5,54.5 - parent: 2 - - uid: 29832 - components: - - type: Transform - pos: 79.5,53.5 - parent: 2 - - uid: 29838 - components: - - type: Transform - pos: 77.5,24.5 - parent: 2 - - uid: 29839 - components: - - type: Transform - pos: 76.5,23.5 - parent: 2 - - uid: 29841 - components: - - type: Transform - pos: 80.5,24.5 - parent: 2 - - uid: 29842 - components: - - type: Transform - pos: 81.5,24.5 - parent: 2 - - uid: 29843 - components: - - type: Transform - pos: 83.5,21.5 - parent: 2 - - uid: 29844 - components: - - type: Transform - pos: 83.5,23.5 - parent: 2 - - uid: 29846 - components: - - type: Transform - pos: 83.5,22.5 - parent: 2 - - uid: 29847 - components: - - type: Transform - pos: 82.5,24.5 - parent: 2 - - uid: 29848 - components: - - type: Transform - pos: 82.5,23.5 - parent: 2 - - uid: 29877 - components: - - type: Transform - pos: 97.5,46.5 - parent: 2 - - uid: 29879 - components: - - type: Transform - pos: 99.5,23.5 - parent: 2 - - uid: 29891 - components: - - type: Transform - pos: 96.5,49.5 - parent: 2 - - uid: 29892 - components: - - type: Transform - pos: 96.5,51.5 - parent: 2 - - uid: 29907 - components: - - type: Transform - pos: 91.5,67.5 - parent: 2 - - uid: 29908 - components: - - type: Transform - pos: 92.5,67.5 - parent: 2 - - uid: 29909 - components: - - type: Transform - pos: 98.5,51.5 - parent: 2 - - uid: 29910 - components: - - type: Transform - pos: 93.5,67.5 - parent: 2 - - uid: 29911 - components: - - type: Transform - pos: 102.5,35.5 - parent: 2 - - uid: 29912 - components: - - type: Transform - pos: 96.5,67.5 - parent: 2 - - uid: 29913 - components: - - type: Transform - pos: 98.5,52.5 - parent: 2 - - uid: 29914 - components: - - type: Transform - pos: 97.5,65.5 - parent: 2 - - uid: 29915 - components: - - type: Transform - pos: 94.5,66.5 - parent: 2 - - uid: 29916 - components: - - type: Transform - pos: 97.5,64.5 - parent: 2 - - uid: 29918 - components: - - type: Transform - pos: 98.5,62.5 - parent: 2 - - uid: 29919 - components: - - type: Transform - pos: 98.5,61.5 - parent: 2 - - uid: 29920 - components: - - type: Transform - pos: 98.5,59.5 - parent: 2 - - uid: 29921 - components: - - type: Transform - pos: 98.5,58.5 - parent: 2 - - uid: 29922 - components: - - type: Transform - pos: 98.5,57.5 - parent: 2 - - uid: 29923 - components: - - type: Transform - pos: 98.5,56.5 - parent: 2 - - uid: 29924 - components: - - type: Transform - pos: 98.5,55.5 - parent: 2 - - uid: 29925 - components: - - type: Transform - pos: 98.5,50.5 - parent: 2 - - uid: 29926 - components: - - type: Transform - pos: 102.5,46.5 - parent: 2 - - uid: 29927 - components: - - type: Transform - pos: 102.5,45.5 - parent: 2 - - uid: 29928 - components: - - type: Transform - pos: 102.5,42.5 - parent: 2 - - uid: 29929 - components: - - type: Transform - pos: 102.5,40.5 - parent: 2 - - uid: 29930 - components: - - type: Transform - pos: 102.5,39.5 - parent: 2 - - uid: 29931 - components: - - type: Transform - pos: 102.5,38.5 - parent: 2 - - uid: 29935 - components: - - type: Transform - pos: 102.5,31.5 - parent: 2 - - uid: 29941 - components: - - type: Transform - pos: 15.5,70.5 - parent: 2 - - uid: 29943 - components: - - type: Transform - pos: 91.5,10.5 - parent: 2 - - uid: 29944 - components: - - type: Transform - pos: 90.5,9.5 - parent: 2 - - uid: 29945 - components: - - type: Transform - pos: 90.5,8.5 - parent: 2 - - uid: 29946 - components: - - type: Transform - pos: 90.5,7.5 - parent: 2 - - uid: 29947 - components: - - type: Transform - pos: 88.5,6.5 - parent: 2 - - uid: 29948 - components: - - type: Transform - pos: 88.5,-0.5 - parent: 2 - - uid: 29952 - components: - - type: Transform - pos: -65.5,-22.5 - parent: 2 - - uid: 29984 - components: - - type: Transform - pos: 80.5,6.5 - parent: 2 - - uid: 29985 - components: - - type: Transform - pos: 83.5,11.5 - parent: 2 - - uid: 29986 - components: - - type: Transform - pos: 83.5,12.5 - parent: 2 - - uid: 29987 - components: - - type: Transform - pos: 84.5,13.5 - parent: 2 - - uid: 29988 - components: - - type: Transform - pos: 84.5,14.5 - parent: 2 - - uid: 29989 - components: - - type: Transform - pos: 84.5,15.5 - parent: 2 - - uid: 29990 - components: - - type: Transform - pos: 84.5,16.5 - parent: 2 - - uid: 29991 - components: - - type: Transform - pos: 84.5,17.5 - parent: 2 - - uid: 29992 - components: - - type: Transform - pos: 84.5,18.5 - parent: 2 - - uid: 29993 - components: - - type: Transform - pos: 84.5,19.5 - parent: 2 - - uid: 29994 - components: - - type: Transform - pos: 84.5,20.5 - parent: 2 - - uid: 29995 - components: - - type: Transform - pos: 84.5,21.5 - parent: 2 - - uid: 29999 - components: - - type: Transform - pos: 78.5,24.5 - parent: 2 - - uid: 30000 - components: - - type: Transform - pos: 75.5,23.5 - parent: 2 - - uid: 30001 - components: - - type: Transform - pos: 82.5,9.5 - parent: 2 - - uid: 30002 - components: - - type: Transform - pos: 83.5,13.5 - parent: 2 - - uid: 30003 - components: - - type: Transform - pos: 76.5,24.5 - parent: 2 - - uid: 30004 - components: - - type: Transform - pos: 82.5,7.5 - parent: 2 - - uid: 30005 - components: - - type: Transform - pos: 81.5,6.5 - parent: 2 - - uid: 30006 - components: - - type: Transform - pos: 81.5,4.5 - parent: 2 - - uid: 30007 - components: - - type: Transform - pos: 79.5,6.5 - parent: 2 - - uid: 30009 - components: - - type: Transform - pos: 82.5,4.5 - parent: 2 - - uid: 30010 - components: - - type: Transform - pos: 83.5,4.5 - parent: 2 - - uid: 30011 - components: - - type: Transform - pos: 84.5,4.5 - parent: 2 - - uid: 30012 - components: - - type: Transform - pos: 85.5,5.5 - parent: 2 - - uid: 30013 - components: - - type: Transform - pos: 86.5,8.5 - parent: 2 - - uid: 30014 - components: - - type: Transform - pos: 86.5,9.5 - parent: 2 - - uid: 30015 - components: - - type: Transform - pos: 86.5,10.5 - parent: 2 - - uid: 30016 - components: - - type: Transform - pos: 87.5,13.5 - parent: 2 - - uid: 30017 - components: - - type: Transform - pos: 87.5,14.5 - parent: 2 - - uid: 30019 - components: - - type: Transform - pos: 88.5,14.5 - parent: 2 - - uid: 30021 - components: - - type: Transform - pos: 91.5,14.5 - parent: 2 - - uid: 30024 - components: - - type: Transform - pos: 87.5,21.5 - parent: 2 - - uid: 30025 - components: - - type: Transform - pos: 87.5,22.5 - parent: 2 - - uid: 30026 - components: - - type: Transform - pos: 78.5,4.5 - parent: 2 - - uid: 30037 - components: - - type: Transform - pos: 85.5,6.5 - parent: 2 - - uid: 30038 - components: - - type: Transform - pos: 84.5,5.5 - parent: 2 - - uid: 30100 - components: - - type: Transform - pos: 101.5,31.5 - parent: 2 - - uid: 30105 - components: - - type: Transform - pos: 98.5,45.5 - parent: 2 - - uid: 30106 - components: - - type: Transform - pos: 99.5,45.5 - parent: 2 - - uid: 30126 - components: - - type: Transform - pos: 87.5,23.5 - parent: 2 - - uid: 30168 - components: - - type: Transform - pos: 90.5,22.5 - parent: 2 - - uid: 30169 - components: - - type: Transform - pos: 92.5,22.5 - parent: 2 - - uid: 30170 - components: - - type: Transform - pos: 101.5,32.5 - parent: 2 - - uid: 30171 - components: - - type: Transform - pos: 100.5,24.5 - parent: 2 - - uid: 30172 - components: - - type: Transform - pos: 97.5,23.5 - parent: 2 - - uid: 30173 - components: - - type: Transform - pos: 95.5,23.5 - parent: 2 - - uid: 30174 - components: - - type: Transform - pos: 93.5,22.5 - parent: 2 - - uid: 30258 - components: - - type: Transform - pos: -75.5,11.5 - parent: 2 - - uid: 30276 - components: - - type: Transform - pos: -44.5,-8.5 - parent: 2 - - uid: 30646 - components: - - type: Transform - pos: -107.5,61.5 - parent: 2 - - uid: 30672 - components: - - type: Transform - pos: -32.5,67.5 - parent: 2 - - uid: 30676 - components: - - type: Transform - pos: -32.5,66.5 - parent: 2 - - uid: 30677 - components: - - type: Transform - pos: -32.5,65.5 - parent: 2 - - uid: 30684 - components: - - type: Transform - pos: -47.5,69.5 - parent: 2 - - uid: 30696 - components: - - type: Transform - pos: -41.5,68.5 - parent: 2 - - uid: 30703 - components: - - type: Transform - pos: -43.5,71.5 - parent: 2 - - uid: 30704 - components: - - type: Transform - pos: -47.5,62.5 - parent: 2 - - uid: 30713 - components: - - type: Transform - pos: -34.5,68.5 - parent: 2 - - uid: 30720 - components: - - type: Transform - pos: -40.5,71.5 - parent: 2 - - uid: 30721 - components: - - type: Transform - pos: -41.5,71.5 - parent: 2 - - uid: 30722 - components: - - type: Transform - pos: -40.5,61.5 - parent: 2 - - uid: 30725 - components: - - type: Transform - pos: -42.5,71.5 - parent: 2 - - uid: 30730 - components: - - type: Transform - pos: -46.5,71.5 - parent: 2 - - uid: 30731 - components: - - type: Transform - pos: -47.5,71.5 - parent: 2 - - uid: 30750 - components: - - type: Transform - pos: -34.5,63.5 - parent: 2 - - uid: 30758 - components: - - type: Transform - pos: 13.5,67.5 - parent: 2 - - uid: 30879 - components: - - type: Transform - pos: -34.5,57.5 - parent: 2 - - uid: 30914 - components: - - type: Transform - pos: -34.5,59.5 - parent: 2 - - uid: 30922 - components: - - type: Transform - pos: 15.5,69.5 - parent: 2 - - uid: 30978 - components: - - type: Transform - pos: 9.5,63.5 - parent: 2 - - uid: 31044 - components: - - type: Transform - pos: -30.5,66.5 - parent: 2 - - uid: 31045 - components: - - type: Transform - pos: -30.5,65.5 - parent: 2 - - uid: 31061 - components: - - type: Transform - pos: 4.5,67.5 - parent: 2 - - uid: 31064 - components: - - type: Transform - pos: 5.5,67.5 - parent: 2 - - uid: 31070 - components: - - type: Transform - pos: -20.5,67.5 - parent: 2 - - uid: 31073 - components: - - type: Transform - pos: 15.5,68.5 - parent: 2 - - uid: 31075 - components: - - type: Transform - pos: -34.5,58.5 - parent: 2 - - uid: 31086 - components: - - type: Transform - pos: -47.5,68.5 - parent: 2 - - uid: 31099 - components: - - type: Transform - pos: -49.5,69.5 - parent: 2 - - uid: 31100 - components: - - type: Transform - pos: -48.5,71.5 - parent: 2 - - uid: 31102 - components: - - type: Transform - pos: -49.5,70.5 - parent: 2 - - uid: 31103 - components: - - type: Transform - pos: -49.5,71.5 - parent: 2 - - uid: 31121 - components: - - type: Transform - pos: 6.5,67.5 - parent: 2 - - uid: 31215 - components: - - type: Transform - pos: -108.5,61.5 - parent: 2 - - uid: 31216 - components: - - type: Transform - pos: -109.5,61.5 - parent: 2 - - uid: 31217 - components: - - type: Transform - pos: -98.5,59.5 - parent: 2 - - uid: 31218 - components: - - type: Transform - pos: -93.5,46.5 - parent: 2 - - uid: 31221 - components: - - type: Transform - pos: -97.5,46.5 - parent: 2 - - uid: 31224 - components: - - type: Transform - pos: -92.5,46.5 - parent: 2 - - uid: 31225 - components: - - type: Transform - pos: -93.5,56.5 - parent: 2 - - uid: 31226 - components: - - type: Transform - pos: -98.5,57.5 - parent: 2 - - uid: 31227 - components: - - type: Transform - pos: -98.5,56.5 - parent: 2 - - uid: 31251 - components: - - type: Transform - pos: -48.5,74.5 - parent: 2 - - uid: 31274 - components: - - type: Transform - pos: -52.5,68.5 - parent: 2 - - uid: 31275 - components: - - type: Transform - pos: -52.5,71.5 - parent: 2 - - uid: 31277 - components: - - type: Transform - pos: -39.5,74.5 - parent: 2 - - uid: 31310 - components: - - type: Transform - pos: -103.5,41.5 - parent: 2 - - uid: 31311 - components: - - type: Transform - pos: -102.5,43.5 - parent: 2 - - uid: 31312 - components: - - type: Transform - pos: -101.5,43.5 - parent: 2 - - uid: 31313 - components: - - type: Transform - pos: -100.5,43.5 - parent: 2 - - uid: 31314 - components: - - type: Transform - pos: -106.5,41.5 - parent: 2 - - uid: 31315 - components: - - type: Transform - pos: -105.5,41.5 - parent: 2 - - uid: 31316 - components: - - type: Transform - pos: -104.5,41.5 - parent: 2 - - uid: 31317 - components: - - type: Transform - pos: -107.5,41.5 - parent: 2 - - uid: 31319 - components: - - type: Transform - pos: -117.5,61.5 - parent: 2 - - uid: 31320 - components: - - type: Transform - pos: -118.5,61.5 - parent: 2 - - uid: 31321 - components: - - type: Transform - pos: -114.5,61.5 - parent: 2 - - uid: 31322 - components: - - type: Transform - pos: -99.5,43.5 - parent: 2 - - uid: 31323 - components: - - type: Transform - pos: -122.5,49.5 - parent: 2 - - uid: 31324 - components: - - type: Transform - pos: -98.5,43.5 - parent: 2 - - uid: 31326 - components: - - type: Transform - pos: -116.5,61.5 - parent: 2 - - uid: 31327 - components: - - type: Transform - pos: -129.5,55.5 - parent: 2 - - uid: 31463 - components: - - type: Transform - pos: 12.5,67.5 - parent: 2 - - uid: 31614 - components: - - type: Transform - pos: 81.5,73.5 - parent: 2 - - uid: 31615 - components: - - type: Transform - pos: 85.5,73.5 - parent: 2 - - uid: 31631 - components: - - type: Transform - pos: 84.5,69.5 - parent: 2 - - uid: 31716 - components: - - type: Transform - pos: -21.5,-45.5 - parent: 2 - - uid: 31717 - components: - - type: Transform - pos: -15.5,-46.5 - parent: 2 - - uid: 31996 - components: - - type: Transform - pos: -37.5,-38.5 - parent: 2 - - uid: 32118 - components: - - type: Transform - pos: -121.5,61.5 - parent: 2 - - uid: 32201 - components: - - type: Transform - pos: -122.5,57.5 - parent: 2 - - uid: 32202 - components: - - type: Transform - pos: -122.5,56.5 - parent: 2 - - uid: 32203 - components: - - type: Transform - pos: -122.5,55.5 - parent: 2 - - uid: 32204 - components: - - type: Transform - pos: -122.5,54.5 - parent: 2 - - uid: 32205 - components: - - type: Transform - pos: -122.5,53.5 - parent: 2 - - uid: 32206 - components: - - type: Transform - pos: -97.5,56.5 - parent: 2 - - uid: 32207 - components: - - type: Transform - pos: -97.5,58.5 - parent: 2 - - uid: 32208 - components: - - type: Transform - pos: -97.5,59.5 - parent: 2 - - uid: 32335 - components: - - type: Transform - pos: -97.5,65.5 - parent: 2 - - uid: 32351 - components: - - type: Transform - pos: -129.5,55.5 - parent: 2 - - uid: 32432 - components: - - type: Transform - pos: 82.5,69.5 - parent: 2 - - uid: 33649 - components: - - type: Transform - pos: -34.5,65.5 - parent: 2 - - uid: 33654 - components: - - type: Transform - pos: -34.5,66.5 - parent: 2 - - uid: 36140 - components: - - type: Transform - pos: -10.5,65.5 - parent: 2 -- proto: WallReinforcedDiagonal - entities: - - uid: 22062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,8.5 - parent: 2 - - uid: 27514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,24.5 - parent: 2 - - uid: 27638 - components: - - type: Transform - pos: 69.5,10.5 - parent: 2 - - uid: 31011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,5.5 - parent: 2 -- proto: WallSolid - entities: - - uid: 3 - components: - - type: Transform - pos: -4.5,4.5 - parent: 2 - - uid: 6 - components: - - type: Transform - pos: -1.5,15.5 - parent: 2 - - uid: 7 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 2 - - uid: 10 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 2 - - uid: 12 - components: - - type: Transform - pos: 3.5,8.5 - parent: 2 - - uid: 14 - components: - - type: Transform - pos: -4.5,0.5 - parent: 2 - - uid: 16 - components: - - type: Transform - pos: -1.5,9.5 - parent: 2 - - uid: 19 - components: - - type: Transform - pos: 14.5,17.5 - parent: 2 - - uid: 20 - components: - - type: Transform - pos: 15.5,17.5 - parent: 2 - - uid: 21 - components: - - type: Transform - pos: 18.5,17.5 - parent: 2 - - uid: 23 - components: - - type: Transform - pos: 16.5,17.5 - parent: 2 - - uid: 24 - components: - - type: Transform - pos: 17.5,17.5 - parent: 2 - - uid: 25 - components: - - type: Transform - pos: -0.5,8.5 - parent: 2 - - uid: 27 - components: - - type: Transform - pos: 8.5,-22.5 - parent: 2 - - uid: 30 - components: - - type: Transform - pos: -9.5,4.5 - parent: 2 - - uid: 32 - components: - - type: Transform - pos: -8.5,4.5 - parent: 2 - - uid: 33 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 2 - - uid: 34 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 2 - - uid: 40 - components: - - type: Transform - pos: 14.5,-5.5 - parent: 2 - - uid: 41 - components: - - type: Transform - pos: -18.5,-3.5 - parent: 2 - - uid: 45 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 2 - - uid: 46 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 2 - - uid: 51 - components: - - type: Transform - pos: -9.5,11.5 - parent: 2 - - uid: 52 - components: - - type: Transform - pos: 14.5,-12.5 - parent: 2 - - uid: 55 - components: - - type: Transform - pos: -7.5,17.5 - parent: 2 - - uid: 56 - components: - - type: Transform - pos: -9.5,16.5 - parent: 2 - - uid: 57 - components: - - type: Transform - pos: -2.5,8.5 - parent: 2 - - uid: 62 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 64 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 2 - - uid: 72 - components: - - type: Transform - pos: -30.5,-12.5 - parent: 2 - - uid: 73 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-8.5 - parent: 2 - - uid: 77 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 2 - - uid: 78 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 79 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 2 - - uid: 80 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 2 - - uid: 81 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 2 - - uid: 85 - components: - - type: Transform - pos: -5.5,17.5 - parent: 2 - - uid: 86 - components: - - type: Transform - pos: -9.5,10.5 - parent: 2 - - uid: 87 - components: - - type: Transform - pos: -1.5,8.5 - parent: 2 - - uid: 89 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 2 - - uid: 97 - components: - - type: Transform - pos: -1.5,35.5 - parent: 2 - - uid: 100 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 2 - - uid: 103 - components: - - type: Transform - pos: -2.5,17.5 - parent: 2 - - uid: 105 - components: - - type: Transform - pos: 31.5,-12.5 - parent: 2 - - uid: 109 - components: - - type: Transform - pos: -31.5,-18.5 - parent: 2 - - uid: 113 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 2 - - uid: 114 - components: - - type: Transform - pos: 22.5,-12.5 - parent: 2 - - uid: 115 - components: - - type: Transform - pos: 21.5,-12.5 - parent: 2 - - uid: 118 - components: - - type: Transform - pos: 18.5,-12.5 - parent: 2 - - uid: 121 - components: - - type: Transform - pos: 15.5,-12.5 - parent: 2 - - uid: 126 - components: - - type: Transform - pos: 4.5,10.5 - parent: 2 - - uid: 128 - components: - - type: Transform - pos: 4.5,12.5 - parent: 2 - - uid: 129 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 130 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 2 - - uid: 131 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 2 - - uid: 133 - components: - - type: Transform - pos: 4.5,14.5 - parent: 2 - - uid: 135 - components: - - type: Transform - pos: 4.5,16.5 - parent: 2 - - uid: 136 - components: - - type: Transform - pos: -1.5,16.5 - parent: 2 - - uid: 139 - components: - - type: Transform - pos: -1.5,10.5 - parent: 2 - - uid: 145 - components: - - type: Transform - pos: 27.5,-12.5 - parent: 2 - - uid: 146 - components: - - type: Transform - pos: 26.5,-12.5 - parent: 2 - - uid: 147 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 2 - - uid: 149 - components: - - type: Transform - pos: 37.5,-4.5 - parent: 2 - - uid: 157 - components: - - type: Transform - pos: -9.5,8.5 - parent: 2 - - uid: 159 - components: - - type: Transform - pos: -8.5,8.5 - parent: 2 - - uid: 160 - components: - - type: Transform - pos: -4.5,8.5 - parent: 2 - - uid: 161 - components: - - type: Transform - pos: -5.5,8.5 - parent: 2 - - uid: 162 - components: - - type: Transform - pos: -3.5,8.5 - parent: 2 - - uid: 163 - components: - - type: Transform - pos: -29.5,-12.5 - parent: 2 - - uid: 169 - components: - - type: Transform - pos: 77.5,-14.5 - parent: 2 - - uid: 171 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 2 - - uid: 173 - components: - - type: Transform - pos: -13.5,-12.5 - parent: 2 - - uid: 174 - components: - - type: Transform - pos: 59.5,-28.5 - parent: 2 - - uid: 177 - components: - - type: Transform - pos: -17.5,-12.5 - parent: 2 - - uid: 178 - components: - - type: Transform - pos: -18.5,-12.5 - parent: 2 - - uid: 184 - components: - - type: Transform - pos: 4.5,8.5 - parent: 2 - - uid: 186 - components: - - type: Transform - pos: 6.5,8.5 - parent: 2 - - uid: 187 - components: - - type: Transform - pos: 5.5,8.5 - parent: 2 - - uid: 188 - components: - - type: Transform - pos: 7.5,7.5 - parent: 2 - - uid: 189 - components: - - type: Transform - pos: 7.5,8.5 - parent: 2 - - uid: 190 - components: - - type: Transform - pos: 7.5,5.5 - parent: 2 - - uid: 191 - components: - - type: Transform - pos: 7.5,6.5 - parent: 2 - - uid: 194 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 - - uid: 198 - components: - - type: Transform - pos: -9.5,9.5 - parent: 2 - - uid: 202 - components: - - type: Transform - pos: -30.5,17.5 - parent: 2 - - uid: 204 - components: - - type: Transform - pos: -31.5,17.5 - parent: 2 - - uid: 205 - components: - - type: Transform - pos: 37.5,5.5 - parent: 2 - - uid: 206 - components: - - type: Transform - pos: -19.5,-12.5 - parent: 2 - - uid: 207 - components: - - type: Transform - pos: -21.5,17.5 - parent: 2 - - uid: 209 - components: - - type: Transform - pos: 37.5,2.5 - parent: 2 - - uid: 210 - components: - - type: Transform - pos: -24.5,17.5 - parent: 2 - - uid: 213 - components: - - type: Transform - pos: -27.5,17.5 - parent: 2 - - uid: 219 - components: - - type: Transform - pos: -9.5,17.5 - parent: 2 - - uid: 220 - components: - - type: Transform - pos: -4.5,17.5 - parent: 2 - - uid: 223 - components: - - type: Transform - pos: -3.5,17.5 - parent: 2 - - uid: 226 - components: - - type: Transform - pos: -8.5,17.5 - parent: 2 - - uid: 227 - components: - - type: Transform - pos: -10.5,17.5 - parent: 2 - - uid: 228 - components: - - type: Transform - pos: -12.5,9.5 - parent: 2 - - uid: 229 - components: - - type: Transform - pos: -6.5,17.5 - parent: 2 - - uid: 230 - components: - - type: Transform - pos: -15.5,17.5 - parent: 2 - - uid: 231 - components: - - type: Transform - pos: -14.5,17.5 - parent: 2 - - uid: 235 - components: - - type: Transform - pos: -18.5,17.5 - parent: 2 - - uid: 240 - components: - - type: Transform - pos: 7.5,4.5 - parent: 2 - - uid: 241 - components: - - type: Transform - pos: 28.5,8.5 - parent: 2 - - uid: 242 - components: - - type: Transform - pos: 27.5,8.5 - parent: 2 - - uid: 252 - components: - - type: Transform - pos: 20.5,17.5 - parent: 2 - - uid: 254 - components: - - type: Transform - pos: 21.5,17.5 - parent: 2 - - uid: 255 - components: - - type: Transform - pos: 19.5,17.5 - parent: 2 - - uid: 256 - components: - - type: Transform - pos: 23.5,17.5 - parent: 2 - - uid: 257 - components: - - type: Transform - pos: 22.5,17.5 - parent: 2 - - uid: 259 - components: - - type: Transform - pos: 24.5,17.5 - parent: 2 - - uid: 261 - components: - - type: Transform - pos: -12.5,6.5 - parent: 2 - - uid: 262 - components: - - type: Transform - pos: -9.5,0.5 - parent: 2 - - uid: 263 - components: - - type: Transform - pos: -12.5,5.5 - parent: 2 - - uid: 270 - components: - - type: Transform - pos: -8.5,0.5 - parent: 2 - - uid: 271 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 2 - - uid: 272 - components: - - type: Transform - pos: -19.5,-3.5 - parent: 2 - - uid: 273 - components: - - type: Transform - pos: -12.5,8.5 - parent: 2 - - uid: 274 - components: - - type: Transform - pos: -12.5,7.5 - parent: 2 - - uid: 276 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 2 - - uid: 279 - components: - - type: Transform - pos: -25.5,-12.5 - parent: 2 - - uid: 280 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 282 - components: - - type: Transform - pos: -18.5,0.5 - parent: 2 - - uid: 283 - components: - - type: Transform - pos: 37.5,6.5 - parent: 2 - - uid: 285 - components: - - type: Transform - pos: -12.5,-3.5 - parent: 2 - - uid: 286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-24.5 - parent: 2 - - uid: 289 - components: - - type: Transform - pos: -23.5,0.5 - parent: 2 - - uid: 290 - components: - - type: Transform - pos: -24.5,0.5 - parent: 2 - - uid: 291 - components: - - type: Transform - pos: -12.5,-1.5 - parent: 2 - - uid: 292 - components: - - type: Transform - pos: -12.5,-2.5 - parent: 2 - - uid: 294 - components: - - type: Transform - pos: -24.5,-1.5 - parent: 2 - - uid: 295 - components: - - type: Transform - pos: -13.5,8.5 - parent: 2 - - uid: 296 - components: - - type: Transform - pos: -14.5,8.5 - parent: 2 - - uid: 297 - components: - - type: Transform - pos: -15.5,8.5 - parent: 2 - - uid: 298 - components: - - type: Transform - pos: -16.5,8.5 - parent: 2 - - uid: 299 - components: - - type: Transform - pos: -20.5,-3.5 - parent: 2 - - uid: 302 - components: - - type: Transform - pos: -17.5,8.5 - parent: 2 - - uid: 310 - components: - - type: Transform - pos: -17.5,0.5 - parent: 2 - - uid: 311 - components: - - type: Transform - pos: -18.5,-1.5 - parent: 2 - - uid: 312 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 2 - - uid: 313 - components: - - type: Transform - pos: -18.5,-2.5 - parent: 2 - - uid: 314 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 2 - - uid: 320 - components: - - type: Transform - pos: -24.5,-0.5 - parent: 2 - - uid: 325 - components: - - type: Transform - pos: -16.5,0.5 - parent: 2 - - uid: 326 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 2 - - uid: 327 - components: - - type: Transform - pos: -14.5,-3.5 - parent: 2 - - uid: 328 - components: - - type: Transform - pos: -15.5,-3.5 - parent: 2 - - uid: 329 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 2 - - uid: 331 - components: - - type: Transform - pos: -28.5,8.5 - parent: 2 - - uid: 332 - components: - - type: Transform - pos: -30.5,8.5 - parent: 2 - - uid: 333 - components: - - type: Transform - pos: -29.5,8.5 - parent: 2 - - uid: 335 - components: - - type: Transform - pos: -30.5,4.5 - parent: 2 - - uid: 338 - components: - - type: Transform - pos: -29.5,0.5 - parent: 2 - - uid: 341 - components: - - type: Transform - pos: -30.5,0.5 - parent: 2 - - uid: 351 - components: - - type: Transform - pos: -25.5,8.5 - parent: 2 - - uid: 353 - components: - - type: Transform - pos: -27.5,8.5 - parent: 2 - - uid: 354 - components: - - type: Transform - pos: -26.5,8.5 - parent: 2 - - uid: 355 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 2 - - uid: 356 - components: - - type: Transform - pos: -22.5,-3.5 - parent: 2 - - uid: 357 - components: - - type: Transform - pos: -34.5,-12.5 - parent: 2 - - uid: 358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,1.5 - parent: 2 - - uid: 359 - components: - - type: Transform - pos: -22.5,0.5 - parent: 2 - - uid: 360 - components: - - type: Transform - pos: -24.5,-2.5 - parent: 2 - - uid: 363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-8.5 - parent: 2 - - uid: 366 - components: - - type: Transform - pos: -18.5,8.5 - parent: 2 - - uid: 367 - components: - - type: Transform - pos: -19.5,8.5 - parent: 2 - - uid: 368 - components: - - type: Transform - pos: -20.5,8.5 - parent: 2 - - uid: 369 - components: - - type: Transform - pos: -21.5,8.5 - parent: 2 - - uid: 370 - components: - - type: Transform - pos: -22.5,8.5 - parent: 2 - - uid: 371 - components: - - type: Transform - pos: -23.5,8.5 - parent: 2 - - uid: 372 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - - uid: 373 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 2 - - uid: 376 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - - uid: 377 - components: - - type: Transform - pos: -30.5,3.5 - parent: 2 - - uid: 382 - components: - - type: Transform - pos: 36.5,8.5 - parent: 2 - - uid: 392 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 2 - - uid: 393 - components: - - type: Transform - pos: -30.5,-7.5 - parent: 2 - - uid: 407 - components: - - type: Transform - pos: -30.5,-9.5 - parent: 2 - - uid: 408 - components: - - type: Transform - pos: -30.5,-8.5 - parent: 2 - - uid: 409 - components: - - type: Transform - pos: -30.5,-11.5 - parent: 2 - - uid: 411 - components: - - type: Transform - pos: -30.5,10.5 - parent: 2 - - uid: 412 - components: - - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 414 - components: - - type: Transform - pos: -30.5,11.5 - parent: 2 - - uid: 415 - components: - - type: Transform - pos: -30.5,14.5 - parent: 2 - - uid: 417 - components: - - type: Transform - pos: -30.5,16.5 - parent: 2 - - uid: 418 - components: - - type: Transform - pos: -30.5,15.5 - parent: 2 - - uid: 439 - components: - - type: Transform - pos: -33.5,17.5 - parent: 2 - - uid: 479 - components: - - type: Transform - pos: -15.5,9.5 - parent: 2 - - uid: 480 - components: - - type: Transform - pos: -15.5,10.5 - parent: 2 - - uid: 481 - components: - - type: Transform - pos: -15.5,11.5 - parent: 2 - - uid: 484 - components: - - type: Transform - pos: -15.5,14.5 - parent: 2 - - uid: 485 - components: - - type: Transform - pos: -15.5,15.5 - parent: 2 - - uid: 486 - components: - - type: Transform - pos: -15.5,16.5 - parent: 2 - - uid: 487 - components: - - type: Transform - pos: -28.5,14.5 - parent: 2 - - uid: 488 - components: - - type: Transform - pos: -27.5,16.5 - parent: 2 - - uid: 489 - components: - - type: Transform - pos: -27.5,15.5 - parent: 2 - - uid: 490 - components: - - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 491 - components: - - type: Transform - pos: -28.5,11.5 - parent: 2 - - uid: 492 - components: - - type: Transform - pos: -27.5,11.5 - parent: 2 - - uid: 493 - components: - - type: Transform - pos: -27.5,10.5 - parent: 2 - - uid: 494 - components: - - type: Transform - pos: -27.5,9.5 - parent: 2 - - uid: 495 - components: - - type: Transform - pos: -24.5,16.5 - parent: 2 - - uid: 496 - components: - - type: Transform - pos: -24.5,15.5 - parent: 2 - - uid: 497 - components: - - type: Transform - pos: -24.5,14.5 - parent: 2 - - uid: 498 - components: - - type: Transform - pos: -25.5,14.5 - parent: 2 - - uid: 499 - components: - - type: Transform - pos: -21.5,16.5 - parent: 2 - - uid: 500 - components: - - type: Transform - pos: -21.5,15.5 - parent: 2 - - uid: 501 - components: - - type: Transform - pos: -21.5,14.5 - parent: 2 - - uid: 502 - components: - - type: Transform - pos: -22.5,14.5 - parent: 2 - - uid: 503 - components: - - type: Transform - pos: -18.5,16.5 - parent: 2 - - uid: 504 - components: - - type: Transform - pos: -18.5,15.5 - parent: 2 - - uid: 505 - components: - - type: Transform - pos: -18.5,14.5 - parent: 2 - - uid: 506 - components: - - type: Transform - pos: -19.5,14.5 - parent: 2 - - uid: 507 - components: - - type: Transform - pos: -16.5,14.5 - parent: 2 - - uid: 508 - components: - - type: Transform - pos: -16.5,11.5 - parent: 2 - - uid: 509 - components: - - type: Transform - pos: -18.5,11.5 - parent: 2 - - uid: 510 - components: - - type: Transform - pos: -18.5,10.5 - parent: 2 - - uid: 511 - components: - - type: Transform - pos: -18.5,9.5 - parent: 2 - - uid: 512 - components: - - type: Transform - pos: -19.5,11.5 - parent: 2 - - uid: 513 - components: - - type: Transform - pos: -21.5,11.5 - parent: 2 - - uid: 514 - components: - - type: Transform - pos: -21.5,10.5 - parent: 2 - - uid: 515 - components: - - type: Transform - pos: -21.5,9.5 - parent: 2 - - uid: 516 - components: - - type: Transform - pos: -22.5,11.5 - parent: 2 - - uid: 517 - components: - - type: Transform - pos: -24.5,11.5 - parent: 2 - - uid: 518 - components: - - type: Transform - pos: -24.5,10.5 - parent: 2 - - uid: 519 - components: - - type: Transform - pos: -24.5,9.5 - parent: 2 - - uid: 520 - components: - - type: Transform - pos: -25.5,11.5 - parent: 2 - - uid: 554 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - - uid: 557 - components: - - type: Transform - pos: 26.5,-13.5 - parent: 2 - - uid: 559 - components: - - type: Transform - pos: -18.5,-6.5 - parent: 2 - - uid: 560 - components: - - type: Transform - pos: 7.5,0.5 - parent: 2 - - uid: 566 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 2 - - uid: 577 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 2 - - uid: 582 - components: - - type: Transform - pos: -14.5,-6.5 - parent: 2 - - uid: 589 - components: - - type: Transform - pos: -23.5,-6.5 - parent: 2 - - uid: 626 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 2 - - uid: 627 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - uid: 628 - components: - - type: Transform - pos: -24.5,-9.5 - parent: 2 - - uid: 629 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 2 - - uid: 630 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - - uid: 631 - components: - - type: Transform - pos: -18.5,-7.5 - parent: 2 - - uid: 632 - components: - - type: Transform - pos: -18.5,-8.5 - parent: 2 - - uid: 633 - components: - - type: Transform - pos: -18.5,-9.5 - parent: 2 - - uid: 634 - components: - - type: Transform - pos: -18.5,-10.5 - parent: 2 - - uid: 635 - components: - - type: Transform - pos: -18.5,-11.5 - parent: 2 - - uid: 711 - components: - - type: Transform - pos: -34.5,-17.5 - parent: 2 - - uid: 713 - components: - - type: Transform - pos: -32.5,-17.5 - parent: 2 - - uid: 714 - components: - - type: Transform - pos: -31.5,-17.5 - parent: 2 - - uid: 715 - components: - - type: Transform - pos: -30.5,-17.5 - parent: 2 - - uid: 719 - components: - - type: Transform - pos: -26.5,-17.5 - parent: 2 - - uid: 720 - components: - - type: Transform - pos: -34.5,17.5 - parent: 2 - - uid: 721 - components: - - type: Transform - pos: -24.5,-17.5 - parent: 2 - - uid: 722 - components: - - type: Transform - pos: -23.5,-17.5 - parent: 2 - - uid: 723 - components: - - type: Transform - pos: -22.5,-17.5 - parent: 2 - - uid: 727 - components: - - type: Transform - pos: -18.5,-17.5 - parent: 2 - - uid: 728 - components: - - type: Transform - pos: -17.5,-17.5 - parent: 2 - - uid: 732 - components: - - type: Transform - pos: -13.5,-17.5 - parent: 2 - - uid: 740 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 2 - - uid: 743 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 746 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - - uid: 751 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 2 - - uid: 752 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 2 - - uid: 753 - components: - - type: Transform - pos: 12.5,-33.5 - parent: 2 - - uid: 755 - components: - - type: Transform - pos: 12.5,-30.5 - parent: 2 - - uid: 756 - components: - - type: Transform - pos: 12.5,-31.5 - parent: 2 - - uid: 762 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 2 - - uid: 770 - components: - - type: Transform - pos: 34.5,-17.5 - parent: 2 - - uid: 782 - components: - - type: Transform - pos: 26.5,17.5 - parent: 2 - - uid: 783 - components: - - type: Transform - pos: 27.5,17.5 - parent: 2 - - uid: 784 - components: - - type: Transform - pos: 28.5,17.5 - parent: 2 - - uid: 785 - components: - - type: Transform - pos: 29.5,17.5 - parent: 2 - - uid: 786 - components: - - type: Transform - pos: 30.5,17.5 - parent: 2 - - uid: 787 - components: - - type: Transform - pos: 31.5,17.5 - parent: 2 - - uid: 790 - components: - - type: Transform - pos: 34.5,17.5 - parent: 2 - - uid: 794 - components: - - type: Transform - pos: 33.5,-17.5 - parent: 2 - - uid: 825 - components: - - type: Transform - pos: -2.5,22.5 - parent: 2 - - uid: 829 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 830 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 2 - - uid: 833 - components: - - type: Transform - pos: 5.5,22.5 - parent: 2 - - uid: 835 - components: - - type: Transform - pos: 3.5,25.5 - parent: 2 - - uid: 841 - components: - - type: Transform - pos: 13.5,22.5 - parent: 2 - - uid: 846 - components: - - type: Transform - pos: 18.5,22.5 - parent: 2 - - uid: 851 - components: - - type: Transform - pos: 23.5,22.5 - parent: 2 - - uid: 853 - components: - - type: Transform - pos: 25.5,22.5 - parent: 2 - - uid: 854 - components: - - type: Transform - pos: 26.5,22.5 - parent: 2 - - uid: 861 - components: - - type: Transform - pos: 33.5,22.5 - parent: 2 - - uid: 862 - components: - - type: Transform - pos: 34.5,22.5 - parent: 2 - - uid: 869 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 2 - - uid: 870 - components: - - type: Transform - pos: -9.5,15.5 - parent: 2 - - uid: 875 - components: - - type: Transform - pos: 26.5,8.5 - parent: 2 - - uid: 876 - components: - - type: Transform - pos: 22.5,-10.5 - parent: 2 - - uid: 877 - components: - - type: Transform - pos: 22.5,-9.5 - parent: 2 - - uid: 878 - components: - - type: Transform - pos: 22.5,-8.5 - parent: 2 - - uid: 879 - components: - - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 880 - components: - - type: Transform - pos: 24.5,8.5 - parent: 2 - - uid: 881 - components: - - type: Transform - pos: 23.5,8.5 - parent: 2 - - uid: 884 - components: - - type: Transform - pos: 37.5,7.5 - parent: 2 - - uid: 885 - components: - - type: Transform - pos: 37.5,0.5 - parent: 2 - - uid: 887 - components: - - type: Transform - pos: 15.5,4.5 - parent: 2 - - uid: 889 - components: - - type: Transform - pos: 22.5,16.5 - parent: 2 - - uid: 891 - components: - - type: Transform - pos: 22.5,14.5 - parent: 2 - - uid: 892 - components: - - type: Transform - pos: 22.5,12.5 - parent: 2 - - uid: 893 - components: - - type: Transform - pos: 22.5,10.5 - parent: 2 - - uid: 894 - components: - - type: Transform - pos: 22.5,15.5 - parent: 2 - - uid: 895 - components: - - type: Transform - pos: 22.5,13.5 - parent: 2 - - uid: 896 - components: - - type: Transform - pos: 22.5,11.5 - parent: 2 - - uid: 897 - components: - - type: Transform - pos: 22.5,9.5 - parent: 2 - - uid: 899 - components: - - type: Transform - pos: 37.5,-2.5 - parent: 2 - - uid: 900 - components: - - type: Transform - pos: 37.5,-0.5 - parent: 2 - - uid: 903 - components: - - type: Transform - pos: 25.5,-3.5 - parent: 2 - - uid: 906 - components: - - type: Transform - pos: 22.5,-4.5 - parent: 2 - - uid: 907 - components: - - type: Transform - pos: 22.5,-5.5 - parent: 2 - - uid: 908 - components: - - type: Transform - pos: 22.5,-6.5 - parent: 2 - - uid: 909 - components: - - type: Transform - pos: 22.5,-7.5 - parent: 2 - - uid: 912 - components: - - type: Transform - pos: 14.5,-7.5 - parent: 2 - - uid: 913 - components: - - type: Transform - pos: 14.5,-8.5 - parent: 2 - - uid: 914 - components: - - type: Transform - pos: 8.5,-13.5 - parent: 2 - - uid: 924 - components: - - type: Transform - pos: 12.5,8.5 - parent: 2 - - uid: 925 - components: - - type: Transform - pos: 14.5,-9.5 - parent: 2 - - uid: 936 - components: - - type: Transform - pos: 22.5,-11.5 - parent: 2 - - uid: 937 - components: - - type: Transform - pos: 35.5,17.5 - parent: 2 - - uid: 938 - components: - - type: Transform - pos: 36.5,17.5 - parent: 2 - - uid: 944 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 2 - - uid: 945 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 946 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 2 - - uid: 947 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 2 - - uid: 948 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 2 - - uid: 949 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 950 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 2 - - uid: 951 - components: - - type: Transform - pos: 46.5,17.5 - parent: 2 - - uid: 952 - components: - - type: Transform - pos: 32.5,8.5 - parent: 2 - - uid: 953 - components: - - type: Transform - pos: 32.5,7.5 - parent: 2 - - uid: 954 - components: - - type: Transform - pos: 34.5,4.5 - parent: 2 - - uid: 955 - components: - - type: Transform - pos: 32.5,5.5 - parent: 2 - - uid: 956 - components: - - type: Transform - pos: 32.5,4.5 - parent: 2 - - uid: 957 - components: - - type: Transform - pos: 33.5,8.5 - parent: 2 - - uid: 958 - components: - - type: Transform - pos: 34.5,8.5 - parent: 2 - - uid: 959 - components: - - type: Transform - pos: 35.5,8.5 - parent: 2 - - uid: 960 - components: - - type: Transform - pos: 35.5,9.5 - parent: 2 - - uid: 961 - components: - - type: Transform - pos: 35.5,10.5 - parent: 2 - - uid: 963 - components: - - type: Transform - pos: 35.5,12.5 - parent: 2 - - uid: 964 - components: - - type: Transform - pos: 35.5,13.5 - parent: 2 - - uid: 965 - components: - - type: Transform - pos: 35.5,14.5 - parent: 2 - - uid: 966 - components: - - type: Transform - pos: 35.5,15.5 - parent: 2 - - uid: 967 - components: - - type: Transform - pos: 35.5,16.5 - parent: 2 - - uid: 970 - components: - - type: Transform - pos: 32.5,1.5 - parent: 2 - - uid: 971 - components: - - type: Transform - pos: 32.5,0.5 - parent: 2 - - uid: 972 - components: - - type: Transform - pos: 32.5,-0.5 - parent: 2 - - uid: 973 - components: - - type: Transform - pos: 34.5,0.5 - parent: 2 - - uid: 974 - components: - - type: Transform - pos: 32.5,-2.5 - parent: 2 - - uid: 975 - components: - - type: Transform - pos: 32.5,-3.5 - parent: 2 - - uid: 976 - components: - - type: Transform - pos: 33.5,-3.5 - parent: 2 - - uid: 977 - components: - - type: Transform - pos: 34.5,-3.5 - parent: 2 - - uid: 978 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 2 - - uid: 995 - components: - - type: Transform - pos: 37.5,4.5 - parent: 2 - - uid: 996 - components: - - type: Transform - pos: 37.5,8.5 - parent: 2 - - uid: 1005 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 2 - - uid: 1007 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 2 - - uid: 1016 - components: - - type: Transform - pos: 19.5,4.5 - parent: 2 - - uid: 1017 - components: - - type: Transform - pos: 21.5,4.5 - parent: 2 - - uid: 1022 - components: - - type: Transform - pos: 12.5,1.5 - parent: 2 - - uid: 1023 - components: - - type: Transform - pos: 25.5,-0.5 - parent: 2 - - uid: 1027 - components: - - type: Transform - pos: 14.5,-4.5 - parent: 2 - - uid: 1029 - components: - - type: Transform - pos: 18.5,-6.5 - parent: 2 - - uid: 1031 - components: - - type: Transform - pos: 36.5,-3.5 - parent: 2 - - uid: 1033 - components: - - type: Transform - pos: 17.5,4.5 - parent: 2 - - uid: 1039 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 2 - - uid: 1041 - components: - - type: Transform - pos: 11.5,4.5 - parent: 2 - - uid: 1043 - components: - - type: Transform - pos: 27.5,-0.5 - parent: 2 - - uid: 1044 - components: - - type: Transform - pos: 26.5,-0.5 - parent: 2 - - uid: 1048 - components: - - type: Transform - pos: 14.5,-6.5 - parent: 2 - - uid: 1050 - components: - - type: Transform - pos: 11.5,0.5 - parent: 2 - - uid: 1051 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 2 - - uid: 1052 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 2 - - uid: 1053 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 2 - - uid: 1054 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 2 - - uid: 1055 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 2 - - uid: 1056 - components: - - type: Transform - pos: 11.5,8.5 - parent: 2 - - uid: 1057 - components: - - type: Transform - pos: 28.5,4.5 - parent: 2 - - uid: 1058 - components: - - type: Transform - pos: 18.5,4.5 - parent: 2 - - uid: 1062 - components: - - type: Transform - pos: 28.5,-3.5 - parent: 2 - - uid: 1063 - components: - - type: Transform - pos: 29.5,-3.5 - parent: 2 - - uid: 1064 - components: - - type: Transform - pos: 37.5,-3.5 - parent: 2 - - uid: 1067 - components: - - type: Transform - pos: 28.5,-0.5 - parent: 2 - - uid: 1071 - components: - - type: Transform - pos: 33.5,4.5 - parent: 2 - - uid: 1073 - components: - - type: Transform - pos: 35.5,4.5 - parent: 2 - - uid: 1074 - components: - - type: Transform - pos: 36.5,4.5 - parent: 2 - - uid: 1075 - components: - - type: Transform - pos: 33.5,0.5 - parent: 2 - - uid: 1077 - components: - - type: Transform - pos: 35.5,0.5 - parent: 2 - - uid: 1078 - components: - - type: Transform - pos: 36.5,0.5 - parent: 2 - - uid: 1151 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 2 - - uid: 1179 - components: - - type: Transform - pos: 29.5,-2.5 - parent: 2 - - uid: 1222 - components: - - type: Transform - pos: 67.5,28.5 - parent: 2 - - uid: 1224 - components: - - type: Transform - pos: 67.5,29.5 - parent: 2 - - uid: 1264 - components: - - type: Transform - pos: 18.5,0.5 - parent: 2 - - uid: 1265 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 2 - - uid: 1266 - components: - - type: Transform - pos: 22.5,-0.5 - parent: 2 - - uid: 1268 - components: - - type: Transform - pos: 31.5,8.5 - parent: 2 - - uid: 1269 - components: - - type: Transform - pos: 29.5,8.5 - parent: 2 - - uid: 1270 - components: - - type: Transform - pos: 30.5,8.5 - parent: 2 - - uid: 1278 - components: - - type: Transform - pos: 13.5,8.5 - parent: 2 - - uid: 1280 - components: - - type: Transform - pos: 23.5,-0.5 - parent: 2 - - uid: 1281 - components: - - type: Transform - pos: 11.5,1.5 - parent: 2 - - uid: 1285 - components: - - type: Transform - pos: 31.5,14.5 - parent: 2 - - uid: 1286 - components: - - type: Transform - pos: 24.5,-0.5 - parent: 2 - - uid: 1290 - components: - - type: Transform - pos: 29.5,-0.5 - parent: 2 - - uid: 1299 - components: - - type: Transform - pos: 29.5,2.5 - parent: 2 - - uid: 1300 - components: - - type: Transform - pos: 29.5,3.5 - parent: 2 - - uid: 1301 - components: - - type: Transform - pos: 29.5,4.5 - parent: 2 - - uid: 1306 - components: - - type: Transform - pos: 23.5,3.5 - parent: 2 - - uid: 1307 - components: - - type: Transform - pos: 23.5,0.5 - parent: 2 - - uid: 1341 - components: - - type: Transform - pos: 30.5,14.5 - parent: 2 - - uid: 1343 - components: - - type: Transform - pos: 34.5,14.5 - parent: 2 - - uid: 1349 - components: - - type: Transform - pos: 28.5,16.5 - parent: 2 - - uid: 1350 - components: - - type: Transform - pos: 28.5,15.5 - parent: 2 - - uid: 1351 - components: - - type: Transform - pos: 28.5,14.5 - parent: 2 - - uid: 1356 - components: - - type: Transform - pos: 29.5,14.5 - parent: 2 - - uid: 1416 - components: - - type: Transform - pos: 19.5,-0.5 - parent: 2 - - uid: 1434 - components: - - type: Transform - pos: 14.5,16.5 - parent: 2 - - uid: 1445 - components: - - type: Transform - pos: 14.5,9.5 - parent: 2 - - uid: 1446 - components: - - type: Transform - pos: 14.5,8.5 - parent: 2 - - uid: 1447 - components: - - type: Transform - pos: 14.5,11.5 - parent: 2 - - uid: 1448 - components: - - type: Transform - pos: 14.5,10.5 - parent: 2 - - uid: 1449 - components: - - type: Transform - pos: 14.5,13.5 - parent: 2 - - uid: 1450 - components: - - type: Transform - pos: 14.5,12.5 - parent: 2 - - uid: 1451 - components: - - type: Transform - pos: 14.5,14.5 - parent: 2 - - uid: 1452 - components: - - type: Transform - pos: 14.5,15.5 - parent: 2 - - uid: 1490 - components: - - type: Transform - pos: 15.5,8.5 - parent: 2 - - uid: 1491 - components: - - type: Transform - pos: 21.5,8.5 - parent: 2 - - uid: 1492 - components: - - type: Transform - pos: 16.5,8.5 - parent: 2 - - uid: 1493 - components: - - type: Transform - pos: 20.5,8.5 - parent: 2 - - uid: 1498 - components: - - type: Transform - pos: 20.5,11.5 - parent: 2 - - uid: 1507 - components: - - type: Transform - pos: 15.5,11.5 - parent: 2 - - uid: 1508 - components: - - type: Transform - pos: 21.5,11.5 - parent: 2 - - uid: 1509 - components: - - type: Transform - pos: 16.5,11.5 - parent: 2 - - uid: 1516 - components: - - type: Transform - pos: -30.5,12.5 - parent: 2 - - uid: 1544 - components: - - type: Transform - pos: -58.5,-30.5 - parent: 2 - - uid: 1546 - components: - - type: Transform - pos: -56.5,-32.5 - parent: 2 - - uid: 1550 - components: - - type: Transform - pos: -60.5,-30.5 - parent: 2 - - uid: 1586 - components: - - type: Transform - pos: -12.5,10.5 - parent: 2 - - uid: 1598 - components: - - type: Transform - pos: -5.5,16.5 - parent: 2 - - uid: 1625 - components: - - type: Transform - pos: -5.5,15.5 - parent: 2 - - uid: 1659 - components: - - type: Transform - pos: 17.5,0.5 - parent: 2 - - uid: 1684 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 2 - - uid: 1686 - components: - - type: Transform - pos: -13.5,11.5 - parent: 2 - - uid: 1697 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 2 - - uid: 1736 - components: - - type: Transform - pos: -60.5,-29.5 - parent: 2 - - uid: 1737 - components: - - type: Transform - pos: -59.5,-30.5 - parent: 2 - - uid: 1738 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 2 - - uid: 1740 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 2 - - uid: 1741 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1742 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 2 - - uid: 1744 - components: - - type: Transform - pos: 70.5,-20.5 - parent: 2 - - uid: 1763 - components: - - type: Transform - pos: -31.5,8.5 - parent: 2 - - uid: 1829 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 2 - - uid: 1830 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 2 - - uid: 1831 - components: - - type: Transform - pos: 3.5,-24.5 - parent: 2 - - uid: 1835 - components: - - type: Transform - pos: 3.5,24.5 - parent: 2 - - uid: 1844 - components: - - type: Transform - pos: 3.5,32.5 - parent: 2 - - uid: 1846 - components: - - type: Transform - pos: -0.5,25.5 - parent: 2 - - uid: 1847 - components: - - type: Transform - pos: -0.5,26.5 - parent: 2 - - uid: 1848 - components: - - type: Transform - pos: -0.5,27.5 - parent: 2 - - uid: 1850 - components: - - type: Transform - pos: -0.5,29.5 - parent: 2 - - uid: 1851 - components: - - type: Transform - pos: -0.5,30.5 - parent: 2 - - uid: 1852 - components: - - type: Transform - pos: -0.5,31.5 - parent: 2 - - uid: 1853 - components: - - type: Transform - pos: -0.5,32.5 - parent: 2 - - uid: 1854 - components: - - type: Transform - pos: -0.5,33.5 - parent: 2 - - uid: 1855 - components: - - type: Transform - pos: -32.5,7.5 - parent: 2 - - uid: 1856 - components: - - type: Transform - pos: -32.5,6.5 - parent: 2 - - uid: 1885 - components: - - type: Transform - pos: -32.5,5.5 - parent: 2 - - uid: 1895 - components: - - type: Transform - pos: 14.5,23.5 - parent: 2 - - uid: 1904 - components: - - type: Transform - pos: -31.5,4.5 - parent: 2 - - uid: 1923 - components: - - type: Transform - pos: 10.5,30.5 - parent: 2 - - uid: 1941 - components: - - type: Transform - pos: 10.5,27.5 - parent: 2 - - uid: 1942 - components: - - type: Transform - pos: 10.5,28.5 - parent: 2 - - uid: 2178 - components: - - type: Transform - pos: 16.5,-17.5 - parent: 2 - - uid: 2206 - components: - - type: Transform - pos: 47.5,30.5 - parent: 2 - - uid: 2207 - components: - - type: Transform - pos: -2.5,57.5 - parent: 2 - - uid: 2209 - components: - - type: Transform - pos: 30.5,22.5 - parent: 2 - - uid: 2210 - components: - - type: Transform - pos: 25.5,23.5 - parent: 2 - - uid: 2211 - components: - - type: Transform - pos: 25.5,24.5 - parent: 2 - - uid: 2212 - components: - - type: Transform - pos: 25.5,25.5 - parent: 2 - - uid: 2213 - components: - - type: Transform - pos: 25.5,26.5 - parent: 2 - - uid: 2215 - components: - - type: Transform - pos: 25.5,28.5 - parent: 2 - - uid: 2216 - components: - - type: Transform - pos: 25.5,29.5 - parent: 2 - - uid: 2217 - components: - - type: Transform - pos: 25.5,30.5 - parent: 2 - - uid: 2218 - components: - - type: Transform - pos: 25.5,31.5 - parent: 2 - - uid: 2220 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 2 - - uid: 2224 - components: - - type: Transform - pos: 40.5,22.5 - parent: 2 - - uid: 2228 - components: - - type: Transform - pos: 42.5,22.5 - parent: 2 - - uid: 2230 - components: - - type: Transform - pos: 41.5,41.5 - parent: 2 - - uid: 2244 - components: - - type: Transform - pos: 45.5,-20.5 - parent: 2 - - uid: 2253 - components: - - type: Transform - pos: 47.5,-19.5 - parent: 2 - - uid: 2263 - components: - - type: Transform - pos: 52.5,2.5 - parent: 2 - - uid: 2264 - components: - - type: Transform - pos: 51.5,5.5 - parent: 2 - - uid: 2265 - components: - - type: Transform - pos: 51.5,8.5 - parent: 2 - - uid: 2267 - components: - - type: Transform - pos: 51.5,6.5 - parent: 2 - - uid: 2268 - components: - - type: Transform - pos: 51.5,9.5 - parent: 2 - - uid: 2270 - components: - - type: Transform - pos: 51.5,7.5 - parent: 2 - - uid: 2271 - components: - - type: Transform - pos: 51.5,10.5 - parent: 2 - - uid: 2278 - components: - - type: Transform - pos: 51.5,15.5 - parent: 2 - - uid: 2281 - components: - - type: Transform - pos: 48.5,-18.5 - parent: 2 - - uid: 2284 - components: - - type: Transform - pos: 40.5,45.5 - parent: 2 - - uid: 2292 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 2 - - uid: 2295 - components: - - type: Transform - pos: -32.5,-3.5 - parent: 2 - - uid: 2311 - components: - - type: Transform - pos: -55.5,-4.5 - parent: 2 - - uid: 2312 - components: - - type: Transform - pos: -34.5,-34.5 - parent: 2 - - uid: 2328 - components: - - type: Transform - pos: -34.5,-35.5 - parent: 2 - - uid: 2332 - components: - - type: Transform - pos: 52.5,1.5 - parent: 2 - - uid: 2334 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 2 - - uid: 2344 - components: - - type: Transform - pos: -55.5,-0.5 - parent: 2 - - uid: 2345 - components: - - type: Transform - pos: -63.5,1.5 - parent: 2 - - uid: 2347 - components: - - type: Transform - pos: -60.5,-13.5 - parent: 2 - - uid: 2349 - components: - - type: Transform - pos: -60.5,-17.5 - parent: 2 - - uid: 2350 - components: - - type: Transform - pos: -60.5,-14.5 - parent: 2 - - uid: 2351 - components: - - type: Transform - pos: -60.5,-16.5 - parent: 2 - - uid: 2352 - components: - - type: Transform - pos: -60.5,-18.5 - parent: 2 - - uid: 2370 - components: - - type: Transform - pos: -55.5,1.5 - parent: 2 - - uid: 2374 - components: - - type: Transform - pos: 27.5,-22.5 - parent: 2 - - uid: 2386 - components: - - type: Transform - pos: 26.5,-22.5 - parent: 2 - - uid: 2388 - components: - - type: Transform - pos: 52.5,-8.5 - parent: 2 - - uid: 2399 - components: - - type: Transform - pos: -37.5,21.5 - parent: 2 - - uid: 2400 - components: - - type: Transform - pos: -36.5,21.5 - parent: 2 - - uid: 2401 - components: - - type: Transform - pos: -35.5,22.5 - parent: 2 - - uid: 2403 - components: - - type: Transform - pos: -34.5,22.5 - parent: 2 - - uid: 2404 - components: - - type: Transform - pos: 12.5,-36.5 - parent: 2 - - uid: 2418 - components: - - type: Transform - pos: 23.5,-25.5 - parent: 2 - - uid: 2419 - components: - - type: Transform - pos: 23.5,-26.5 - parent: 2 - - uid: 2425 - components: - - type: Transform - pos: -50.5,-4.5 - parent: 2 - - uid: 2426 - components: - - type: Transform - pos: -46.5,10.5 - parent: 2 - - uid: 2429 - components: - - type: Transform - pos: -38.5,25.5 - parent: 2 - - uid: 2438 - components: - - type: Transform - pos: -49.5,-4.5 - parent: 2 - - uid: 2439 - components: - - type: Transform - pos: -53.5,-4.5 - parent: 2 - - uid: 2440 - components: - - type: Transform - pos: -48.5,-5.5 - parent: 2 - - uid: 2441 - components: - - type: Transform - pos: -48.5,-6.5 - parent: 2 - - uid: 2442 - components: - - type: Transform - pos: -48.5,-3.5 - parent: 2 - - uid: 2443 - components: - - type: Transform - pos: -48.5,-4.5 - parent: 2 - - uid: 2444 - components: - - type: Transform - pos: -48.5,-1.5 - parent: 2 - - uid: 2445 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 2 - - uid: 2446 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 2 - - uid: 2447 - components: - - type: Transform - pos: -48.5,-2.5 - parent: 2 - - uid: 2448 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - uid: 2449 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 2451 - components: - - type: Transform - pos: -48.5,-0.5 - parent: 2 - - uid: 2455 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 2459 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 2 - - uid: 2469 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 2 - - uid: 2473 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 2 - - uid: 2475 - components: - - type: Transform - pos: -5.5,-34.5 - parent: 2 - - uid: 2476 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 2 - - uid: 2477 - components: - - type: Transform - pos: 5.5,-30.5 - parent: 2 - - uid: 2478 - components: - - type: Transform - pos: 6.5,-30.5 - parent: 2 - - uid: 2479 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 2 - - uid: 2486 - components: - - type: Transform - pos: 8.5,-38.5 - parent: 2 - - uid: 2488 - components: - - type: Transform - pos: 8.5,-36.5 - parent: 2 - - uid: 2489 - components: - - type: Transform - pos: 8.5,-35.5 - parent: 2 - - uid: 2490 - components: - - type: Transform - pos: 8.5,-34.5 - parent: 2 - - uid: 2491 - components: - - type: Transform - pos: 8.5,-33.5 - parent: 2 - - uid: 2492 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 2 - - uid: 2493 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 2 - - uid: 2494 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 2497 - components: - - type: Transform - pos: -5.5,-38.5 - parent: 2 - - uid: 2503 - components: - - type: Transform - pos: -5.5,-36.5 - parent: 2 - - uid: 2504 - components: - - type: Transform - pos: -5.5,-35.5 - parent: 2 - - uid: 2506 - components: - - type: Transform - pos: -5.5,-33.5 - parent: 2 - - uid: 2507 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - - uid: 2508 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 2 - - uid: 2509 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 2 - - uid: 2581 - components: - - type: Transform - pos: 3.5,34.5 - parent: 2 - - uid: 2589 - components: - - type: Transform - pos: 14.5,-14.5 - parent: 2 - - uid: 2592 - components: - - type: Transform - pos: -0.5,41.5 - parent: 2 - - uid: 2593 - components: - - type: Transform - pos: -0.5,42.5 - parent: 2 - - uid: 2594 - components: - - type: Transform - pos: -0.5,43.5 - parent: 2 - - uid: 2596 - components: - - type: Transform - pos: -0.5,45.5 - parent: 2 - - uid: 2597 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 2 - - uid: 2598 - components: - - type: Transform - pos: 3.5,37.5 - parent: 2 - - uid: 2601 - components: - - type: Transform - pos: 3.5,40.5 - parent: 2 - - uid: 2607 - components: - - type: Transform - pos: -0.5,46.5 - parent: 2 - - uid: 2627 - components: - - type: Transform - pos: -1.5,53.5 - parent: 2 - - uid: 2664 - components: - - type: Transform - pos: 40.5,21.5 - parent: 2 - - uid: 2665 - components: - - type: Transform - pos: -0.5,57.5 - parent: 2 - - uid: 2668 - components: - - type: Transform - pos: -67.5,12.5 - parent: 2 - - uid: 2672 - components: - - type: Transform - pos: -1.5,57.5 - parent: 2 - - uid: 2706 - components: - - type: Transform - pos: -70.5,0.5 - parent: 2 - - uid: 2717 - components: - - type: Transform - pos: -2.5,46.5 - parent: 2 - - uid: 2718 - components: - - type: Transform - pos: -1.5,46.5 - parent: 2 - - uid: 2742 - components: - - type: Transform - pos: -4.5,57.5 - parent: 2 - - uid: 2748 - components: - - type: Transform - pos: -3.5,57.5 - parent: 2 - - uid: 2749 - components: - - type: Transform - pos: -5.5,57.5 - parent: 2 - - uid: 2752 - components: - - type: Transform - pos: 6.5,34.5 - parent: 2 - - uid: 2756 - components: - - type: Transform - pos: 4.5,34.5 - parent: 2 - - uid: 2825 - components: - - type: Transform - pos: -1.5,50.5 - parent: 2 - - uid: 2830 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 2 - - uid: 2875 - components: - - type: Transform - pos: -9.5,57.5 - parent: 2 - - uid: 2877 - components: - - type: Transform - pos: 26.5,31.5 - parent: 2 - - uid: 2878 - components: - - type: Transform - pos: 27.5,31.5 - parent: 2 - - uid: 2879 - components: - - type: Transform - pos: 28.5,31.5 - parent: 2 - - uid: 2880 - components: - - type: Transform - pos: 29.5,31.5 - parent: 2 - - uid: 2881 - components: - - type: Transform - pos: 30.5,31.5 - parent: 2 - - uid: 2882 - components: - - type: Transform - pos: 31.5,31.5 - parent: 2 - - uid: 2884 - components: - - type: Transform - pos: 33.5,31.5 - parent: 2 - - uid: 2885 - components: - - type: Transform - pos: 34.5,31.5 - parent: 2 - - uid: 2890 - components: - - type: Transform - pos: 30.5,25.5 - parent: 2 - - uid: 2891 - components: - - type: Transform - pos: 33.5,25.5 - parent: 2 - - uid: 2892 - components: - - type: Transform - pos: 40.5,31.5 - parent: 2 - - uid: 2894 - components: - - type: Transform - pos: 35.5,31.5 - parent: 2 - - uid: 2895 - components: - - type: Transform - pos: 36.5,31.5 - parent: 2 - - uid: 2896 - components: - - type: Transform - pos: 37.5,31.5 - parent: 2 - - uid: 2897 - components: - - type: Transform - pos: 38.5,31.5 - parent: 2 - - uid: 2911 - components: - - type: Transform - pos: 37.5,45.5 - parent: 2 - - uid: 2916 - components: - - type: Transform - pos: 70.5,-11.5 - parent: 2 - - uid: 2921 - components: - - type: Transform - pos: -9.5,59.5 - parent: 2 - - uid: 2927 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 2 - - uid: 2928 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 2 - - uid: 2929 - components: - - type: Transform - pos: -17.5,-22.5 - parent: 2 - - uid: 2931 - components: - - type: Transform - pos: -16.5,-22.5 - parent: 2 - - uid: 2932 - components: - - type: Transform - pos: -12.5,-22.5 - parent: 2 - - uid: 2934 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 2 - - uid: 2935 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 2 - - uid: 2939 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 2 - - uid: 2943 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 2 - - uid: 2944 - components: - - type: Transform - pos: -3.5,-26.5 - parent: 2 - - uid: 2959 - components: - - type: Transform - pos: -78.5,-5.5 - parent: 2 - - uid: 2972 - components: - - type: Transform - pos: -11.5,-26.5 - parent: 2 - - uid: 2973 - components: - - type: Transform - pos: -12.5,-26.5 - parent: 2 - - uid: 2978 - components: - - type: Transform - pos: -17.5,-26.5 - parent: 2 - - uid: 2982 - components: - - type: Transform - pos: -23.5,-21.5 - parent: 2 - - uid: 2992 - components: - - type: Transform - pos: -6.5,57.5 - parent: 2 - - uid: 2993 - components: - - type: Transform - pos: -8.5,57.5 - parent: 2 - - uid: 2994 - components: - - type: Transform - pos: -7.5,57.5 - parent: 2 - - uid: 2996 - components: - - type: Transform - pos: -7.5,-26.5 - parent: 2 - - uid: 2997 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 2 - - uid: 2998 - components: - - type: Transform - pos: -5.5,-26.5 - parent: 2 - - uid: 2999 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 2 - - uid: 3001 - components: - - type: Transform - pos: 6.5,-22.5 - parent: 2 - - uid: 3002 - components: - - type: Transform - pos: 6.5,-23.5 - parent: 2 - - uid: 3011 - components: - - type: Transform - pos: -8.5,-36.5 - parent: 2 - - uid: 3012 - components: - - type: Transform - pos: -9.5,-36.5 - parent: 2 - - uid: 3013 - components: - - type: Transform - pos: -10.5,-36.5 - parent: 2 - - uid: 3014 - components: - - type: Transform - pos: -11.5,-36.5 - parent: 2 - - uid: 3016 - components: - - type: Transform - pos: -8.5,-35.5 - parent: 2 - - uid: 3018 - components: - - type: Transform - pos: -8.5,-34.5 - parent: 2 - - uid: 3019 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 2 - - uid: 3021 - components: - - type: Transform - pos: -8.5,-33.5 - parent: 2 - - uid: 3023 - components: - - type: Transform - pos: -8.5,-32.5 - parent: 2 - - uid: 3024 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 2 - - uid: 3025 - components: - - type: Transform - pos: 6.5,-26.5 - parent: 2 - - uid: 3027 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 2 - - uid: 3038 - components: - - type: Transform - pos: -14.5,-36.5 - parent: 2 - - uid: 3039 - components: - - type: Transform - pos: -13.5,-36.5 - parent: 2 - - uid: 3040 - components: - - type: Transform - pos: -12.5,-36.5 - parent: 2 - - uid: 3041 - components: - - type: Transform - pos: -54.5,-4.5 - parent: 2 - - uid: 3042 - components: - - type: Transform - pos: -20.5,-37.5 - parent: 2 - - uid: 3054 - components: - - type: Transform - pos: -31.5,-19.5 - parent: 2 - - uid: 3055 - components: - - type: Transform - pos: -31.5,-20.5 - parent: 2 - - uid: 3056 - components: - - type: Transform - pos: -31.5,-21.5 - parent: 2 - - uid: 3057 - components: - - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 3060 - components: - - type: Transform - pos: 37.5,-7.5 - parent: 2 - - uid: 3062 - components: - - type: Transform - pos: 37.5,-10.5 - parent: 2 - - uid: 3063 - components: - - type: Transform - pos: 37.5,-12.5 - parent: 2 - - uid: 3065 - components: - - type: Transform - pos: 36.5,-12.5 - parent: 2 - - uid: 3066 - components: - - type: Transform - pos: -52.5,-4.5 - parent: 2 - - uid: 3073 - components: - - type: Transform - pos: 52.5,4.5 - parent: 2 - - uid: 3081 - components: - - type: Transform - pos: -49.5,-9.5 - parent: 2 - - uid: 3082 - components: - - type: Transform - pos: -51.5,-4.5 - parent: 2 - - uid: 3084 - components: - - type: Transform - pos: -51.5,-9.5 - parent: 2 - - uid: 3085 - components: - - type: Transform - pos: -50.5,-9.5 - parent: 2 - - uid: 3087 - components: - - type: Transform - pos: -52.5,-9.5 - parent: 2 - - uid: 3091 - components: - - type: Transform - pos: -55.5,-9.5 - parent: 2 - - uid: 3093 - components: - - type: Transform - pos: -48.5,4.5 - parent: 2 - - uid: 3103 - components: - - type: Transform - pos: 8.5,-26.5 - parent: 2 - - uid: 3104 - components: - - type: Transform - pos: 9.5,-26.5 - parent: 2 - - uid: 3105 - components: - - type: Transform - pos: 10.5,-26.5 - parent: 2 - - uid: 3106 - components: - - type: Transform - pos: 10.5,-21.5 - parent: 2 - - uid: 3110 - components: - - type: Transform - pos: 12.5,-35.5 - parent: 2 - - uid: 3113 - components: - - type: Transform - pos: 12.5,-29.5 - parent: 2 - - uid: 3114 - components: - - type: Transform - pos: 12.5,-34.5 - parent: 2 - - uid: 3117 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 2 - - uid: 3118 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 2 - - uid: 3124 - components: - - type: Transform - pos: 11.5,-26.5 - parent: 2 - - uid: 3127 - components: - - type: Transform - pos: 27.5,-27.5 - parent: 2 - - uid: 3128 - components: - - type: Transform - pos: 10.5,-20.5 - parent: 2 - - uid: 3129 - components: - - type: Transform - pos: 12.5,-27.5 - parent: 2 - - uid: 3131 - components: - - type: Transform - pos: 12.5,-26.5 - parent: 2 - - uid: 3133 - components: - - type: Transform - pos: 12.5,-22.5 - parent: 2 - - uid: 3134 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 2 - - uid: 3135 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 2 - - uid: 3136 - components: - - type: Transform - pos: 12.5,-25.5 - parent: 2 - - uid: 3138 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 2 - - uid: 3140 - components: - - type: Transform - pos: 12.5,-20.5 - parent: 2 - - uid: 3142 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 2 - - uid: 3143 - components: - - type: Transform - pos: 16.5,-22.5 - parent: 2 - - uid: 3145 - components: - - type: Transform - pos: 18.5,-24.5 - parent: 2 - - uid: 3146 - components: - - type: Transform - pos: 16.5,-18.5 - parent: 2 - - uid: 3147 - components: - - type: Transform - pos: 16.5,-26.5 - parent: 2 - - uid: 3148 - components: - - type: Transform - pos: 18.5,-23.5 - parent: 2 - - uid: 3149 - components: - - type: Transform - pos: 17.5,-26.5 - parent: 2 - - uid: 3150 - components: - - type: Transform - pos: 18.5,-25.5 - parent: 2 - - uid: 3151 - components: - - type: Transform - pos: 21.5,-26.5 - parent: 2 - - uid: 3152 - components: - - type: Transform - pos: 18.5,-26.5 - parent: 2 - - uid: 3153 - components: - - type: Transform - pos: 22.5,-26.5 - parent: 2 - - uid: 3154 - components: - - type: Transform - pos: 19.5,-26.5 - parent: 2 - - uid: 3155 - components: - - type: Transform - pos: 8.5,-20.5 - parent: 2 - - uid: 3201 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 2 - - uid: 3202 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 2 - - uid: 3210 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 2 - - uid: 3211 - components: - - type: Transform - pos: -2.5,-26.5 - parent: 2 - - uid: 3212 - components: - - type: Transform - pos: -36.5,14.5 - parent: 2 - - uid: 3215 - components: - - type: Transform - pos: 49.5,-27.5 - parent: 2 - - uid: 3242 - components: - - type: Transform - pos: 36.5,45.5 - parent: 2 - - uid: 3243 - components: - - type: Transform - pos: 36.5,35.5 - parent: 2 - - uid: 3244 - components: - - type: Transform - pos: 36.5,40.5 - parent: 2 - - uid: 3245 - components: - - type: Transform - pos: 36.5,37.5 - parent: 2 - - uid: 3246 - components: - - type: Transform - pos: 36.5,34.5 - parent: 2 - - uid: 3247 - components: - - type: Transform - pos: 36.5,38.5 - parent: 2 - - uid: 3248 - components: - - type: Transform - pos: 36.5,36.5 - parent: 2 - - uid: 3249 - components: - - type: Transform - pos: 36.5,39.5 - parent: 2 - - uid: 3250 - components: - - type: Transform - pos: 36.5,43.5 - parent: 2 - - uid: 3251 - components: - - type: Transform - pos: 36.5,41.5 - parent: 2 - - uid: 3252 - components: - - type: Transform - pos: 36.5,44.5 - parent: 2 - - uid: 3253 - components: - - type: Transform - pos: 36.5,42.5 - parent: 2 - - uid: 3255 - components: - - type: Transform - pos: -11.5,-25.5 - parent: 2 - - uid: 3256 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 2 - - uid: 3257 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 2 - - uid: 3258 - components: - - type: Transform - pos: -7.5,-22.5 - parent: 2 - - uid: 3259 - components: - - type: Transform - pos: -17.5,-27.5 - parent: 2 - - uid: 3280 - components: - - type: Transform - pos: -24.5,-36.5 - parent: 2 - - uid: 3282 - components: - - type: Transform - pos: -22.5,-36.5 - parent: 2 - - uid: 3283 - components: - - type: Transform - pos: -23.5,-36.5 - parent: 2 - - uid: 3284 - components: - - type: Transform - pos: -21.5,-36.5 - parent: 2 - - uid: 3285 - components: - - type: Transform - pos: -20.5,-36.5 - parent: 2 - - uid: 3287 - components: - - type: Transform - pos: 33.5,-18.5 - parent: 2 - - uid: 3293 - components: - - type: Transform - pos: 32.5,-17.5 - parent: 2 - - uid: 3294 - components: - - type: Transform - pos: 19.5,-22.5 - parent: 2 - - uid: 3302 - components: - - type: Transform - pos: 27.5,-33.5 - parent: 2 - - uid: 3307 - components: - - type: Transform - pos: 27.5,-32.5 - parent: 2 - - uid: 3312 - components: - - type: Transform - pos: 28.5,-22.5 - parent: 2 - - uid: 3317 - components: - - type: Transform - pos: 41.5,-25.5 - parent: 2 - - uid: 3339 - components: - - type: Transform - pos: 23.5,-23.5 - parent: 2 - - uid: 3340 - components: - - type: Transform - pos: 23.5,-22.5 - parent: 2 - - uid: 3342 - components: - - type: Transform - pos: 37.5,-18.5 - parent: 2 - - uid: 3343 - components: - - type: Transform - pos: 24.5,-22.5 - parent: 2 - - uid: 3344 - components: - - type: Transform - pos: 40.5,-21.5 - parent: 2 - - uid: 3347 - components: - - type: Transform - pos: 36.5,-17.5 - parent: 2 - - uid: 3348 - components: - - type: Transform - pos: 40.5,-20.5 - parent: 2 - - uid: 3367 - components: - - type: Transform - pos: -24.5,-31.5 - parent: 2 - - uid: 3372 - components: - - type: Transform - pos: -24.5,-30.5 - parent: 2 - - uid: 3375 - components: - - type: Transform - pos: -24.5,-33.5 - parent: 2 - - uid: 3381 - components: - - type: Transform - pos: 48.5,-19.5 - parent: 2 - - uid: 3383 - components: - - type: Transform - pos: 48.5,-20.5 - parent: 2 - - uid: 3387 - components: - - type: Transform - pos: 17.5,-22.5 - parent: 2 - - uid: 3389 - components: - - type: Transform - pos: 18.5,-22.5 - parent: 2 - - uid: 3390 - components: - - type: Transform - pos: 37.5,-21.5 - parent: 2 - - uid: 3392 - components: - - type: Transform - pos: 27.5,-34.5 - parent: 2 - - uid: 3398 - components: - - type: Transform - pos: 21.5,-22.5 - parent: 2 - - uid: 3399 - components: - - type: Transform - pos: 20.5,-22.5 - parent: 2 - - uid: 3401 - components: - - type: Transform - pos: 22.5,-22.5 - parent: 2 - - uid: 3402 - components: - - type: Transform - pos: 30.5,-22.5 - parent: 2 - - uid: 3404 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 2 - - uid: 3405 - components: - - type: Transform - pos: 31.5,-22.5 - parent: 2 - - uid: 3406 - components: - - type: Transform - pos: -24.5,-32.5 - parent: 2 - - uid: 3407 - components: - - type: Transform - pos: 33.5,-22.5 - parent: 2 - - uid: 3408 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 2 - - uid: 3414 - components: - - type: Transform - pos: 37.5,-20.5 - parent: 2 - - uid: 3415 - components: - - type: Transform - pos: 40.5,-24.5 - parent: 2 - - uid: 3419 - components: - - type: Transform - pos: -7.5,-28.5 - parent: 2 - - uid: 3420 - components: - - type: Transform - pos: 40.5,-27.5 - parent: 2 - - uid: 3421 - components: - - type: Transform - pos: 40.5,-25.5 - parent: 2 - - uid: 3422 - components: - - type: Transform - pos: -7.5,-29.5 - parent: 2 - - uid: 3430 - components: - - type: Transform - pos: -7.5,-27.5 - parent: 2 - - uid: 3432 - components: - - type: Transform - pos: -24.5,-34.5 - parent: 2 - - uid: 3434 - components: - - type: Transform - pos: 33.5,30.5 - parent: 2 - - uid: 3439 - components: - - type: Transform - pos: 45.5,-25.5 - parent: 2 - - uid: 3440 - components: - - type: Transform - pos: 45.5,-24.5 - parent: 2 - - uid: 3441 - components: - - type: Transform - pos: 45.5,-23.5 - parent: 2 - - uid: 3442 - components: - - type: Transform - pos: 45.5,-21.5 - parent: 2 - - uid: 3443 - components: - - type: Transform - pos: 45.5,-22.5 - parent: 2 - - uid: 3492 - components: - - type: Transform - pos: 42.5,-25.5 - parent: 2 - - uid: 3494 - components: - - type: Transform - pos: 44.5,-25.5 - parent: 2 - - uid: 3495 - components: - - type: Transform - pos: 43.5,-25.5 - parent: 2 - - uid: 3517 - components: - - type: Transform - pos: 37.5,-22.5 - parent: 2 - - uid: 3522 - components: - - type: Transform - pos: 24.5,-26.5 - parent: 2 - - uid: 3524 - components: - - type: Transform - pos: 26.5,-26.5 - parent: 2 - - uid: 3525 - components: - - type: Transform - pos: 25.5,-26.5 - parent: 2 - - uid: 3526 - components: - - type: Transform - pos: 27.5,-25.5 - parent: 2 - - uid: 3527 - components: - - type: Transform - pos: 27.5,-26.5 - parent: 2 - - uid: 3528 - components: - - type: Transform - pos: 27.5,-23.5 - parent: 2 - - uid: 3529 - components: - - type: Transform - pos: 27.5,-24.5 - parent: 2 - - uid: 3547 - components: - - type: Transform - pos: -51.5,-29.5 - parent: 2 - - uid: 3548 - components: - - type: Transform - pos: -51.5,-28.5 - parent: 2 - - uid: 3554 - components: - - type: Transform - pos: -51.5,-30.5 - parent: 2 - - uid: 3557 - components: - - type: Transform - pos: -51.5,-25.5 - parent: 2 - - uid: 3559 - components: - - type: Transform - pos: -52.5,-26.5 - parent: 2 - - uid: 3560 - components: - - type: Transform - pos: -51.5,-26.5 - parent: 2 - - uid: 3563 - components: - - type: Transform - pos: -34.5,-33.5 - parent: 2 - - uid: 3566 - components: - - type: Transform - pos: -34.5,-31.5 - parent: 2 - - uid: 3567 - components: - - type: Transform - pos: -34.5,-30.5 - parent: 2 - - uid: 3569 - components: - - type: Transform - pos: -51.5,-19.5 - parent: 2 - - uid: 3570 - components: - - type: Transform - pos: -51.5,-18.5 - parent: 2 - - uid: 3653 - components: - - type: Transform - pos: -48.5,-7.5 - parent: 2 - - uid: 3765 - components: - - type: Transform - pos: -43.5,18.5 - parent: 2 - - uid: 3779 - components: - - type: Transform - pos: 48.5,-21.5 - parent: 2 - - uid: 3780 - components: - - type: Transform - pos: 48.5,-22.5 - parent: 2 - - uid: 3781 - components: - - type: Transform - pos: 48.5,-23.5 - parent: 2 - - uid: 3782 - components: - - type: Transform - pos: 48.5,-24.5 - parent: 2 - - uid: 3783 - components: - - type: Transform - pos: 48.5,-25.5 - parent: 2 - - uid: 3784 - components: - - type: Transform - pos: 48.5,-26.5 - parent: 2 - - uid: 3785 - components: - - type: Transform - pos: 75.5,-19.5 - parent: 2 - - uid: 3786 - components: - - type: Transform - pos: 48.5,-28.5 - parent: 2 - - uid: 3787 - components: - - type: Transform - pos: 47.5,-28.5 - parent: 2 - - uid: 3788 - components: - - type: Transform - pos: 46.5,-28.5 - parent: 2 - - uid: 3789 - components: - - type: Transform - pos: 45.5,-28.5 - parent: 2 - - uid: 3820 - components: - - type: Transform - pos: 44.5,22.5 - parent: 2 - - uid: 3823 - components: - - type: Transform - pos: -8.5,-38.5 - parent: 2 - - uid: 3828 - components: - - type: Transform - pos: 48.5,-31.5 - parent: 2 - - uid: 3829 - components: - - type: Transform - pos: 48.5,-30.5 - parent: 2 - - uid: 3830 - components: - - type: Transform - pos: 64.5,26.5 - parent: 2 - - uid: 3832 - components: - - type: Transform - pos: 45.5,-30.5 - parent: 2 - - uid: 3842 - components: - - type: Transform - pos: 45.5,-19.5 - parent: 2 - - uid: 3855 - components: - - type: Transform - pos: 41.5,38.5 - parent: 2 - - uid: 3856 - components: - - type: Transform - pos: 33.5,27.5 - parent: 2 - - uid: 3863 - components: - - type: Transform - pos: 61.5,-28.5 - parent: 2 - - uid: 3864 - components: - - type: Transform - pos: 62.5,-27.5 - parent: 2 - - uid: 3865 - components: - - type: Transform - pos: 63.5,-26.5 - parent: 2 - - uid: 3866 - components: - - type: Transform - pos: 64.5,-26.5 - parent: 2 - - uid: 3867 - components: - - type: Transform - pos: 65.5,-26.5 - parent: 2 - - uid: 3871 - components: - - type: Transform - pos: 51.5,19.5 - parent: 2 - - uid: 3882 - components: - - type: Transform - pos: 66.5,-25.5 - parent: 2 - - uid: 3883 - components: - - type: Transform - pos: 67.5,-24.5 - parent: 2 - - uid: 3884 - components: - - type: Transform - pos: 68.5,-23.5 - parent: 2 - - uid: 3885 - components: - - type: Transform - pos: 68.5,-22.5 - parent: 2 - - uid: 3886 - components: - - type: Transform - pos: 69.5,-21.5 - parent: 2 - - uid: 3887 - components: - - type: Transform - pos: 69.5,-20.5 - parent: 2 - - uid: 3888 - components: - - type: Transform - pos: 70.5,-19.5 - parent: 2 - - uid: 3907 - components: - - type: Transform - pos: -21.5,-3.5 - parent: 2 - - uid: 3911 - components: - - type: Transform - pos: 70.5,-15.5 - parent: 2 - - uid: 3912 - components: - - type: Transform - pos: 72.5,-19.5 - parent: 2 - - uid: 3913 - components: - - type: Transform - pos: 73.5,-19.5 - parent: 2 - - uid: 3914 - components: - - type: Transform - pos: 70.5,-18.5 - parent: 2 - - uid: 3920 - components: - - type: Transform - pos: 50.5,-27.5 - parent: 2 - - uid: 3922 - components: - - type: Transform - pos: 51.5,-28.5 - parent: 2 - - uid: 3923 - components: - - type: Transform - pos: 52.5,-28.5 - parent: 2 - - uid: 3925 - components: - - type: Transform - pos: 53.5,-28.5 - parent: 2 - - uid: 3928 - components: - - type: Transform - pos: 48.5,-27.5 - parent: 2 - - uid: 3929 - components: - - type: Transform - pos: 53.5,-10.5 - parent: 2 - - uid: 3932 - components: - - type: Transform - pos: 75.5,-9.5 - parent: 2 - - uid: 3936 - components: - - type: Transform - pos: 71.5,-19.5 - parent: 2 - - uid: 3937 - components: - - type: Transform - pos: 69.5,-9.5 - parent: 2 - - uid: 3952 - components: - - type: Transform - pos: 33.5,28.5 - parent: 2 - - uid: 3954 - components: - - type: Transform - pos: 36.5,27.5 - parent: 2 - - uid: 3955 - components: - - type: Transform - pos: 39.5,27.5 - parent: 2 - - uid: 3956 - components: - - type: Transform - pos: 37.5,27.5 - parent: 2 - - uid: 3958 - components: - - type: Transform - pos: 41.5,22.5 - parent: 2 - - uid: 3959 - components: - - type: Transform - pos: 40.5,27.5 - parent: 2 - - uid: 3961 - components: - - type: Transform - pos: 41.5,36.5 - parent: 2 - - uid: 3967 - components: - - type: Transform - pos: 33.5,23.5 - parent: 2 - - uid: 3971 - components: - - type: Transform - pos: 50.5,22.5 - parent: 2 - - uid: 3972 - components: - - type: Transform - pos: 33.5,26.5 - parent: 2 - - uid: 3974 - components: - - type: Transform - pos: 32.5,25.5 - parent: 2 - - uid: 3975 - components: - - type: Transform - pos: 26.5,25.5 - parent: 2 - - uid: 3978 - components: - - type: Transform - pos: 76.5,-6.5 - parent: 2 - - uid: 3979 - components: - - type: Transform - pos: 34.5,27.5 - parent: 2 - - uid: 3982 - components: - - type: Transform - pos: 33.5,24.5 - parent: 2 - - uid: 3987 - components: - - type: Transform - pos: 32.5,22.5 - parent: 2 - - uid: 3989 - components: - - type: Transform - pos: 45.5,45.5 - parent: 2 - - uid: 3991 - components: - - type: Transform - pos: 46.5,45.5 - parent: 2 - - uid: 4003 - components: - - type: Transform - pos: 76.5,-7.5 - parent: 2 - - uid: 4004 - components: - - type: Transform - pos: 75.5,-8.5 - parent: 2 - - uid: 4011 - components: - - type: Transform - pos: 41.5,45.5 - parent: 2 - - uid: 4020 - components: - - type: Transform - pos: 49.5,22.5 - parent: 2 - - uid: 4024 - components: - - type: Transform - pos: 41.5,25.5 - parent: 2 - - uid: 4025 - components: - - type: Transform - pos: 41.5,26.5 - parent: 2 - - uid: 4026 - components: - - type: Transform - pos: 41.5,24.5 - parent: 2 - - uid: 4027 - components: - - type: Transform - pos: 41.5,23.5 - parent: 2 - - uid: 4088 - components: - - type: Transform - pos: 49.5,41.5 - parent: 2 - - uid: 4089 - components: - - type: Transform - pos: 48.5,41.5 - parent: 2 - - uid: 4090 - components: - - type: Transform - pos: 47.5,41.5 - parent: 2 - - uid: 4091 - components: - - type: Transform - pos: 46.5,41.5 - parent: 2 - - uid: 4092 - components: - - type: Transform - pos: 45.5,41.5 - parent: 2 - - uid: 4093 - components: - - type: Transform - pos: 44.5,41.5 - parent: 2 - - uid: 4094 - components: - - type: Transform - pos: 43.5,41.5 - parent: 2 - - uid: 4095 - components: - - type: Transform - pos: 42.5,41.5 - parent: 2 - - uid: 4118 - components: - - type: Transform - pos: 51.5,24.5 - parent: 2 - - uid: 4119 - components: - - type: Transform - pos: 38.5,27.5 - parent: 2 - - uid: 4134 - components: - - type: Transform - pos: 49.5,45.5 - parent: 2 - - uid: 4135 - components: - - type: Transform - pos: 48.5,45.5 - parent: 2 - - uid: 4136 - components: - - type: Transform - pos: 47.5,45.5 - parent: 2 - - uid: 4137 - components: - - type: Transform - pos: 44.5,45.5 - parent: 2 - - uid: 4138 - components: - - type: Transform - pos: 43.5,45.5 - parent: 2 - - uid: 4139 - components: - - type: Transform - pos: 42.5,45.5 - parent: 2 - - uid: 4175 - components: - - type: Transform - pos: 51.5,22.5 - parent: 2 - - uid: 4186 - components: - - type: Transform - pos: 38.5,45.5 - parent: 2 - - uid: 4289 - components: - - type: Transform - pos: 51.5,23.5 - parent: 2 - - uid: 4387 - components: - - type: Transform - pos: 42.5,-29.5 - parent: 2 - - uid: 4388 - components: - - type: Transform - pos: 42.5,-30.5 - parent: 2 - - uid: 4438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-11.5 - parent: 2 - - uid: 4441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-8.5 - parent: 2 - - uid: 4561 - components: - - type: Transform - pos: 50.5,25.5 - parent: 2 - - uid: 4575 - components: - - type: Transform - pos: -15.5,4.5 - parent: 2 - - uid: 4603 - components: - - type: Transform - pos: 42.5,-28.5 - parent: 2 - - uid: 4675 - components: - - type: Transform - pos: 87.5,19.5 - parent: 2 - - uid: 4694 - components: - - type: Transform - pos: 87.5,15.5 - parent: 2 - - uid: 4762 - components: - - type: Transform - pos: -73.5,-0.5 - parent: 2 - - uid: 4952 - components: - - type: Transform - pos: 70.5,-12.5 - parent: 2 - - uid: 4953 - components: - - type: Transform - pos: 53.5,-9.5 - parent: 2 - - uid: 4954 - components: - - type: Transform - pos: 70.5,-9.5 - parent: 2 - - uid: 4955 - components: - - type: Transform - pos: 74.5,-9.5 - parent: 2 - - uid: 4956 - components: - - type: Transform - pos: 71.5,-9.5 - parent: 2 - - uid: 4957 - components: - - type: Transform - pos: 72.5,-9.5 - parent: 2 - - uid: 4958 - components: - - type: Transform - pos: 42.5,-31.5 - parent: 2 - - uid: 4959 - components: - - type: Transform - pos: 73.5,-9.5 - parent: 2 - - uid: 5016 - components: - - type: Transform - pos: 74.5,-19.5 - parent: 2 - - uid: 5017 - components: - - type: Transform - pos: 75.5,-18.5 - parent: 2 - - uid: 5019 - components: - - type: Transform - pos: 45.5,-31.5 - parent: 2 - - uid: 5021 - components: - - type: Transform - pos: 75.5,-14.5 - parent: 2 - - uid: 5022 - components: - - type: Transform - pos: 75.5,-13.5 - parent: 2 - - uid: 5023 - components: - - type: Transform - pos: 75.5,-12.5 - parent: 2 - - uid: 5024 - components: - - type: Transform - pos: 75.5,-11.5 - parent: 2 - - uid: 5025 - components: - - type: Transform - pos: 75.5,-10.5 - parent: 2 - - uid: 5049 - components: - - type: Transform - pos: 68.5,-10.5 - parent: 2 - - uid: 5050 - components: - - type: Transform - pos: 69.5,-11.5 - parent: 2 - - uid: 5080 - components: - - type: Transform - pos: 53.5,1.5 - parent: 2 - - uid: 5081 - components: - - type: Transform - pos: 55.5,1.5 - parent: 2 - - uid: 5097 - components: - - type: Transform - pos: 77.5,-18.5 - parent: 2 - - uid: 5145 - components: - - type: Transform - pos: 73.5,-12.5 - parent: 2 - - uid: 5152 - components: - - type: Transform - pos: 74.5,-12.5 - parent: 2 - - uid: 5153 - components: - - type: Transform - pos: 71.5,-12.5 - parent: 2 - - uid: 5192 - components: - - type: Transform - pos: -34.5,-18.5 - parent: 2 - - uid: 5193 - components: - - type: Transform - pos: -34.5,-19.5 - parent: 2 - - uid: 5196 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 2 - - uid: 5201 - components: - - type: Transform - pos: -34.5,-20.5 - parent: 2 - - uid: 5202 - components: - - type: Transform - pos: -34.5,-21.5 - parent: 2 - - uid: 5203 - components: - - type: Transform - pos: -34.5,-22.5 - parent: 2 - - uid: 5204 - components: - - type: Transform - pos: -34.5,-23.5 - parent: 2 - - uid: 5205 - components: - - type: Transform - pos: -34.5,-24.5 - parent: 2 - - uid: 5206 - components: - - type: Transform - pos: -34.5,-25.5 - parent: 2 - - uid: 5207 - components: - - type: Transform - pos: -34.5,-26.5 - parent: 2 - - uid: 5208 - components: - - type: Transform - pos: -34.5,-27.5 - parent: 2 - - uid: 5209 - components: - - type: Transform - pos: -34.5,-32.5 - parent: 2 - - uid: 5210 - components: - - type: Transform - pos: -34.5,-29.5 - parent: 2 - - uid: 5211 - components: - - type: Transform - pos: 52.5,3.5 - parent: 2 - - uid: 5236 - components: - - type: Transform - pos: -35.5,9.5 - parent: 2 - - uid: 5238 - components: - - type: Transform - pos: -42.5,9.5 - parent: 2 - - uid: 5307 - components: - - type: Transform - pos: 64.5,28.5 - parent: 2 - - uid: 5340 - components: - - type: Transform - pos: 52.5,48.5 - parent: 2 - - uid: 5348 - components: - - type: Transform - pos: 54.5,50.5 - parent: 2 - - uid: 5437 - components: - - type: Transform - pos: 47.5,29.5 - parent: 2 - - uid: 5449 - components: - - type: Transform - pos: 45.5,34.5 - parent: 2 - - uid: 5506 - components: - - type: Transform - pos: 45.5,33.5 - parent: 2 - - uid: 5554 - components: - - type: Transform - pos: 64.5,27.5 - parent: 2 - - uid: 5575 - components: - - type: Transform - pos: 64.5,30.5 - parent: 2 - - uid: 5657 - components: - - type: Transform - pos: 64.5,29.5 - parent: 2 - - uid: 5727 - components: - - type: Transform - pos: 22.5,6.5 - parent: 2 - - uid: 5908 - components: - - type: Transform - pos: -35.5,-12.5 - parent: 2 - - uid: 5993 - components: - - type: Transform - pos: -40.5,19.5 - parent: 2 - - uid: 6010 - components: - - type: Transform - pos: -32.5,-29.5 - parent: 2 - - uid: 6011 - components: - - type: Transform - pos: -33.5,-29.5 - parent: 2 - - uid: 6012 - components: - - type: Transform - pos: -30.5,-29.5 - parent: 2 - - uid: 6013 - components: - - type: Transform - pos: -31.5,-29.5 - parent: 2 - - uid: 6016 - components: - - type: Transform - pos: -48.5,-9.5 - parent: 2 - - uid: 6018 - components: - - type: Transform - pos: -48.5,6.5 - parent: 2 - - uid: 6127 - components: - - type: Transform - pos: 37.5,1.5 - parent: 2 - - uid: 6130 - components: - - type: Transform - pos: 37.5,-6.5 - parent: 2 - - uid: 6165 - components: - - type: Transform - pos: -1.5,36.5 - parent: 2 - - uid: 6177 - components: - - type: Transform - pos: 41.5,-27.5 - parent: 2 - - uid: 6198 - components: - - type: Transform - pos: -31.5,0.5 - parent: 2 - - uid: 6199 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 2 - - uid: 6200 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 2 - - uid: 6201 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 2 - - uid: 6268 - components: - - type: Transform - pos: -1.5,34.5 - parent: 2 - - uid: 6270 - components: - - type: Transform - pos: -9.5,18.5 - parent: 2 - - uid: 6271 - components: - - type: Transform - pos: -31.5,18.5 - parent: 2 - - uid: 6365 - components: - - type: Transform - pos: 37.5,-11.5 - parent: 2 - - uid: 6366 - components: - - type: Transform - pos: 37.5,-9.5 - parent: 2 - - uid: 6392 - components: - - type: Transform - pos: 36.5,32.5 - parent: 2 - - uid: 6486 - components: - - type: Transform - pos: -17.5,-30.5 - parent: 2 - - uid: 6487 - components: - - type: Transform - pos: -17.5,-31.5 - parent: 2 - - uid: 6488 - components: - - type: Transform - pos: -16.5,-31.5 - parent: 2 - - uid: 6489 - components: - - type: Transform - pos: -15.5,-31.5 - parent: 2 - - uid: 6490 - components: - - type: Transform - pos: -14.5,-31.5 - parent: 2 - - uid: 6491 - components: - - type: Transform - pos: -13.5,-31.5 - parent: 2 - - uid: 6492 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 2 - - uid: 6494 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 - - uid: 6495 - components: - - type: Transform - pos: -9.5,-31.5 - parent: 2 - - uid: 6499 - components: - - type: Transform - pos: -14.5,-35.5 - parent: 2 - - uid: 6506 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 2 - - uid: 6509 - components: - - type: Transform - pos: -2.5,-23.5 - parent: 2 - - uid: 6514 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 2 - - uid: 6515 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 2 - - uid: 6571 - components: - - type: Transform - pos: -17.5,-23.5 - parent: 2 - - uid: 6627 - components: - - type: Transform - pos: -17.5,-36.5 - parent: 2 - - uid: 6646 - components: - - type: Transform - pos: -14.5,-32.5 - parent: 2 - - uid: 6700 - components: - - type: Transform - pos: -8.5,-37.5 - parent: 2 - - uid: 6821 - components: - - type: Transform - pos: -6.5,-39.5 - parent: 2 - - uid: 7097 - components: - - type: Transform - pos: -51.5,-24.5 - parent: 2 - - uid: 7140 - components: - - type: Transform - pos: -48.5,-11.5 - parent: 2 - - uid: 7156 - components: - - type: Transform - pos: -48.5,-12.5 - parent: 2 - - uid: 7167 - components: - - type: Transform - pos: -51.5,-13.5 - parent: 2 - - uid: 7168 - components: - - type: Transform - pos: -50.5,-24.5 - parent: 2 - - uid: 7179 - components: - - type: Transform - pos: -51.5,-12.5 - parent: 2 - - uid: 7183 - components: - - type: Transform - pos: -63.5,-7.5 - parent: 2 - - uid: 7184 - components: - - type: Transform - pos: -63.5,-8.5 - parent: 2 - - uid: 7186 - components: - - type: Transform - pos: -63.5,-9.5 - parent: 2 - - uid: 7187 - components: - - type: Transform - pos: -56.5,-1.5 - parent: 2 - - uid: 7188 - components: - - type: Transform - pos: -56.5,-4.5 - parent: 2 - - uid: 7196 - components: - - type: Transform - pos: -57.5,-13.5 - parent: 2 - - uid: 7197 - components: - - type: Transform - pos: -57.5,-14.5 - parent: 2 - - uid: 7199 - components: - - type: Transform - pos: -57.5,-16.5 - parent: 2 - - uid: 7200 - components: - - type: Transform - pos: -57.5,-17.5 - parent: 2 - - uid: 7201 - components: - - type: Transform - pos: -57.5,-18.5 - parent: 2 - - uid: 7202 - components: - - type: Transform - pos: -57.5,-19.5 - parent: 2 - - uid: 7204 - components: - - type: Transform - pos: -57.5,-21.5 - parent: 2 - - uid: 7205 - components: - - type: Transform - pos: -57.5,-22.5 - parent: 2 - - uid: 7206 - components: - - type: Transform - pos: -57.5,-23.5 - parent: 2 - - uid: 7207 - components: - - type: Transform - pos: -57.5,-24.5 - parent: 2 - - uid: 7208 - components: - - type: Transform - pos: -57.5,-25.5 - parent: 2 - - uid: 7209 - components: - - type: Transform - pos: -57.5,-26.5 - parent: 2 - - uid: 7215 - components: - - type: Transform - pos: -60.5,-19.5 - parent: 2 - - uid: 7218 - components: - - type: Transform - pos: -42.5,-29.5 - parent: 2 - - uid: 7220 - components: - - type: Transform - pos: -42.5,-31.5 - parent: 2 - - uid: 7221 - components: - - type: Transform - pos: -35.5,-31.5 - parent: 2 - - uid: 7222 - components: - - type: Transform - pos: -36.5,-31.5 - parent: 2 - - uid: 7223 - components: - - type: Transform - pos: -37.5,-31.5 - parent: 2 - - uid: 7226 - components: - - type: Transform - pos: -40.5,-31.5 - parent: 2 - - uid: 7227 - components: - - type: Transform - pos: -41.5,-31.5 - parent: 2 - - uid: 7228 - components: - - type: Transform - pos: -43.5,-31.5 - parent: 2 - - uid: 7229 - components: - - type: Transform - pos: -44.5,-31.5 - parent: 2 - - uid: 7230 - components: - - type: Transform - pos: -45.5,-31.5 - parent: 2 - - uid: 7231 - components: - - type: Transform - pos: -46.5,-31.5 - parent: 2 - - uid: 7232 - components: - - type: Transform - pos: -47.5,-31.5 - parent: 2 - - uid: 7233 - components: - - type: Transform - pos: -48.5,-31.5 - parent: 2 - - uid: 7234 - components: - - type: Transform - pos: -49.5,-31.5 - parent: 2 - - uid: 7236 - components: - - type: Transform - pos: -51.5,-31.5 - parent: 2 - - uid: 7238 - components: - - type: Transform - pos: -60.5,-20.5 - parent: 2 - - uid: 7239 - components: - - type: Transform - pos: -60.5,-21.5 - parent: 2 - - uid: 7240 - components: - - type: Transform - pos: -60.5,-22.5 - parent: 2 - - uid: 7241 - components: - - type: Transform - pos: -60.5,-23.5 - parent: 2 - - uid: 7242 - components: - - type: Transform - pos: -60.5,-24.5 - parent: 2 - - uid: 7243 - components: - - type: Transform - pos: -60.5,-25.5 - parent: 2 - - uid: 7244 - components: - - type: Transform - pos: -60.5,-26.5 - parent: 2 - - uid: 7245 - components: - - type: Transform - pos: -60.5,-27.5 - parent: 2 - - uid: 7246 - components: - - type: Transform - pos: -60.5,-28.5 - parent: 2 - - uid: 7299 - components: - - type: Transform - pos: -63.5,-10.5 - parent: 2 - - uid: 7300 - components: - - type: Transform - pos: -63.5,-1.5 - parent: 2 - - uid: 7301 - components: - - type: Transform - pos: -63.5,-0.5 - parent: 2 - - uid: 7302 - components: - - type: Transform - pos: -49.5,-0.5 - parent: 2 - - uid: 7305 - components: - - type: Transform - pos: -56.5,-5.5 - parent: 2 - - uid: 7306 - components: - - type: Transform - pos: -56.5,-6.5 - parent: 2 - - uid: 7307 - components: - - type: Transform - pos: -56.5,-3.5 - parent: 2 - - uid: 7309 - components: - - type: Transform - pos: -56.5,-0.5 - parent: 2 - - uid: 7312 - components: - - type: Transform - pos: -63.5,0.5 - parent: 2 - - uid: 7315 - components: - - type: Transform - pos: -62.5,-5.5 - parent: 2 - - uid: 7316 - components: - - type: Transform - pos: -56.5,-7.5 - parent: 2 - - uid: 7318 - components: - - type: Transform - pos: -60.5,-5.5 - parent: 2 - - uid: 7319 - components: - - type: Transform - pos: -57.5,-5.5 - parent: 2 - - uid: 7331 - components: - - type: Transform - pos: 79.5,-7.5 - parent: 2 - - uid: 7342 - components: - - type: Transform - pos: -52.5,-13.5 - parent: 2 - - uid: 7343 - components: - - type: Transform - pos: -53.5,-13.5 - parent: 2 - - uid: 7344 - components: - - type: Transform - pos: -54.5,-13.5 - parent: 2 - - uid: 7345 - components: - - type: Transform - pos: -55.5,-13.5 - parent: 2 - - uid: 7346 - components: - - type: Transform - pos: -56.5,-13.5 - parent: 2 - - uid: 7359 - components: - - type: Transform - pos: 5.5,16.5 - parent: 2 - - uid: 7360 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 2 - - uid: 7369 - components: - - type: Transform - pos: -51.5,-27.5 - parent: 2 - - uid: 7376 - components: - - type: Transform - pos: -52.5,-18.5 - parent: 2 - - uid: 7377 - components: - - type: Transform - pos: -53.5,-18.5 - parent: 2 - - uid: 7378 - components: - - type: Transform - pos: -54.5,-18.5 - parent: 2 - - uid: 7379 - components: - - type: Transform - pos: -55.5,-18.5 - parent: 2 - - uid: 7380 - components: - - type: Transform - pos: -56.5,-18.5 - parent: 2 - - uid: 7384 - components: - - type: Transform - pos: 51.5,-15.5 - parent: 2 - - uid: 7386 - components: - - type: Transform - pos: -63.5,-5.5 - parent: 2 - - uid: 7387 - components: - - type: Transform - pos: -63.5,-6.5 - parent: 2 - - uid: 7388 - components: - - type: Transform - pos: -60.5,-12.5 - parent: 2 - - uid: 7389 - components: - - type: Transform - pos: -60.5,-11.5 - parent: 2 - - uid: 7390 - components: - - type: Transform - pos: -60.5,-10.5 - parent: 2 - - uid: 7391 - components: - - type: Transform - pos: -58.5,-10.5 - parent: 2 - - uid: 7393 - components: - - type: Transform - pos: -57.5,-10.5 - parent: 2 - - uid: 7395 - components: - - type: Transform - pos: -56.5,-10.5 - parent: 2 - - uid: 7396 - components: - - type: Transform - pos: -56.5,-9.5 - parent: 2 - - uid: 7397 - components: - - type: Transform - pos: -56.5,-8.5 - parent: 2 - - uid: 7398 - components: - - type: Transform - pos: -63.5,-2.5 - parent: 2 - - uid: 7399 - components: - - type: Transform - pos: -63.5,-3.5 - parent: 2 - - uid: 7400 - components: - - type: Transform - pos: -63.5,-4.5 - parent: 2 - - uid: 7401 - components: - - type: Transform - pos: -61.5,-10.5 - parent: 2 - - uid: 7402 - components: - - type: Transform - pos: -62.5,-10.5 - parent: 2 - - uid: 7403 - components: - - type: Transform - pos: -63.5,2.5 - parent: 2 - - uid: 7405 - components: - - type: Transform - pos: -63.5,4.5 - parent: 2 - - uid: 7406 - components: - - type: Transform - pos: -63.5,5.5 - parent: 2 - - uid: 7407 - components: - - type: Transform - pos: -63.5,6.5 - parent: 2 - - uid: 7411 - components: - - type: Transform - pos: -61.5,-0.5 - parent: 2 - - uid: 7419 - components: - - type: Transform - pos: -67.5,18.5 - parent: 2 - - uid: 7434 - components: - - type: Transform - pos: -66.5,5.5 - parent: 2 - - uid: 7435 - components: - - type: Transform - pos: -66.5,6.5 - parent: 2 - - uid: 7436 - components: - - type: Transform - pos: -66.5,3.5 - parent: 2 - - uid: 7437 - components: - - type: Transform - pos: -66.5,4.5 - parent: 2 - - uid: 7438 - components: - - type: Transform - pos: -70.5,15.5 - parent: 2 - - uid: 7439 - components: - - type: Transform - pos: -66.5,0.5 - parent: 2 - - uid: 7440 - components: - - type: Transform - pos: -66.5,2.5 - parent: 2 - - uid: 7444 - components: - - type: Transform - pos: -66.5,11.5 - parent: 2 - - uid: 7445 - components: - - type: Transform - pos: -66.5,14.5 - parent: 2 - - uid: 7446 - components: - - type: Transform - pos: -66.5,12.5 - parent: 2 - - uid: 7447 - components: - - type: Transform - pos: -66.5,10.5 - parent: 2 - - uid: 7448 - components: - - type: Transform - pos: -66.5,13.5 - parent: 2 - - uid: 7449 - components: - - type: Transform - pos: -66.5,15.5 - parent: 2 - - uid: 7450 - components: - - type: Transform - pos: -66.5,17.5 - parent: 2 - - uid: 7452 - components: - - type: Transform - pos: -66.5,18.5 - parent: 2 - - uid: 7454 - components: - - type: Transform - pos: -56.5,-26.5 - parent: 2 - - uid: 7556 - components: - - type: Transform - pos: -47.5,10.5 - parent: 2 - - uid: 7591 - components: - - type: Transform - pos: 52.5,-14.5 - parent: 2 - - uid: 7623 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - - uid: 7632 - components: - - type: Transform - pos: -48.5,10.5 - parent: 2 - - uid: 7633 - components: - - type: Transform - pos: -49.5,10.5 - parent: 2 - - uid: 7634 - components: - - type: Transform - pos: -50.5,10.5 - parent: 2 - - uid: 7635 - components: - - type: Transform - pos: -51.5,10.5 - parent: 2 - - uid: 7653 - components: - - type: Transform - pos: -65.5,6.5 - parent: 2 - - uid: 7654 - components: - - type: Transform - pos: -65.5,10.5 - parent: 2 - - uid: 7658 - components: - - type: Transform - pos: 10.5,17.5 - parent: 2 - - uid: 7680 - components: - - type: Transform - pos: -70.5,12.5 - parent: 2 - - uid: 7681 - components: - - type: Transform - pos: -71.5,12.5 - parent: 2 - - uid: 7683 - components: - - type: Transform - pos: -73.5,12.5 - parent: 2 - - uid: 7688 - components: - - type: Transform - pos: -70.5,4.5 - parent: 2 - - uid: 7737 - components: - - type: Transform - pos: -45.5,18.5 - parent: 2 - - uid: 7774 - components: - - type: Transform - pos: -66.5,1.5 - parent: 2 - - uid: 7778 - components: - - type: Transform - pos: -70.5,16.5 - parent: 2 - - uid: 7798 - components: - - type: Transform - pos: -71.5,-0.5 - parent: 2 - - uid: 7835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-8.5 - parent: 2 - - uid: 7836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-8.5 - parent: 2 - - uid: 7843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-10.5 - parent: 2 - - uid: 7845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-9.5 - parent: 2 - - uid: 7847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 - parent: 2 - - uid: 8130 - components: - - type: Transform - pos: -75.5,2.5 - parent: 2 - - uid: 8138 - components: - - type: Transform - pos: -77.5,2.5 - parent: 2 - - uid: 8240 - components: - - type: Transform - pos: -78.5,2.5 - parent: 2 - - uid: 8241 - components: - - type: Transform - pos: -79.5,2.5 - parent: 2 - - uid: 8270 - components: - - type: Transform - pos: -38.5,20.5 - parent: 2 - - uid: 8274 - components: - - type: Transform - pos: -33.5,23.5 - parent: 2 - - uid: 8333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-11.5 - parent: 2 - - uid: 8367 - components: - - type: Transform - pos: -48.5,-34.5 - parent: 2 - - uid: 8398 - components: - - type: Transform - pos: -70.5,13.5 - parent: 2 - - uid: 8399 - components: - - type: Transform - pos: -70.5,17.5 - parent: 2 - - uid: 8438 - components: - - type: Transform - pos: -70.5,-0.5 - parent: 2 - - uid: 8473 - components: - - type: Transform - pos: -81.5,2.5 - parent: 2 - - uid: 8598 - components: - - type: Transform - pos: -30.5,13.5 - parent: 2 - - uid: 8650 - components: - - type: Transform - pos: -70.5,18.5 - parent: 2 - - uid: 8651 - components: - - type: Transform - pos: -68.5,18.5 - parent: 2 - - uid: 8652 - components: - - type: Transform - pos: -69.5,18.5 - parent: 2 - - uid: 8712 - components: - - type: Transform - pos: -40.5,20.5 - parent: 2 - - uid: 8717 - components: - - type: Transform - pos: -40.5,25.5 - parent: 2 - - uid: 8750 - components: - - type: Transform - pos: -35.5,25.5 - parent: 2 - - uid: 8751 - components: - - type: Transform - pos: -36.5,25.5 - parent: 2 - - uid: 8752 - components: - - type: Transform - pos: -34.5,25.5 - parent: 2 - - uid: 8753 - components: - - type: Transform - pos: -37.5,25.5 - parent: 2 - - uid: 8754 - components: - - type: Transform - pos: -34.5,23.5 - parent: 2 - - uid: 8755 - components: - - type: Transform - pos: -34.5,24.5 - parent: 2 - - uid: 9050 - components: - - type: Transform - pos: -82.5,-1.5 - parent: 2 - - uid: 9051 - components: - - type: Transform - pos: -78.5,-0.5 - parent: 2 - - uid: 9053 - components: - - type: Transform - pos: -82.5,0.5 - parent: 2 - - uid: 9054 - components: - - type: Transform - pos: -82.5,2.5 - parent: 2 - - uid: 9067 - components: - - type: Transform - pos: -78.5,1.5 - parent: 2 - - uid: 9104 - components: - - type: Transform - pos: -43.5,19.5 - parent: 2 - - uid: 9105 - components: - - type: Transform - pos: -43.5,20.5 - parent: 2 - - uid: 9107 - components: - - type: Transform - pos: -43.5,22.5 - parent: 2 - - uid: 9108 - components: - - type: Transform - pos: -43.5,23.5 - parent: 2 - - uid: 9109 - components: - - type: Transform - pos: -43.5,24.5 - parent: 2 - - uid: 9110 - components: - - type: Transform - pos: -43.5,25.5 - parent: 2 - - uid: 9111 - components: - - type: Transform - pos: -42.5,25.5 - parent: 2 - - uid: 9112 - components: - - type: Transform - pos: -41.5,25.5 - parent: 2 - - uid: 9121 - components: - - type: Transform - pos: -39.5,25.5 - parent: 2 - - uid: 9140 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 9148 - components: - - type: Transform - pos: -71.5,15.5 - parent: 2 - - uid: 9213 - components: - - type: Transform - pos: 34.5,45.5 - parent: 2 - - uid: 9254 - components: - - type: Transform - pos: 35.5,45.5 - parent: 2 - - uid: 9262 - components: - - type: Transform - pos: -78.5,22.5 - parent: 2 - - uid: 9277 - components: - - type: Transform - pos: -74.5,1.5 - parent: 2 - - uid: 9525 - components: - - type: Transform - pos: -74.5,0.5 - parent: 2 - - uid: 9646 - components: - - type: Transform - pos: -80.5,6.5 - parent: 2 - - uid: 9648 - components: - - type: Transform - pos: -74.5,4.5 - parent: 2 - - uid: 9650 - components: - - type: Transform - pos: -82.5,5.5 - parent: 2 - - uid: 10015 - components: - - type: Transform - pos: -74.5,-0.5 - parent: 2 - - uid: 10329 - components: - - type: Transform - pos: -30.5,-10.5 - parent: 2 - - uid: 11101 - components: - - type: Transform - pos: -74.5,2.5 - parent: 2 - - uid: 11166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,6.5 - parent: 2 - - uid: 11167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,5.5 - parent: 2 - - uid: 11250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,7.5 - parent: 2 - - uid: 11281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-30.5 - parent: 2 - - uid: 11282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-30.5 - parent: 2 - - uid: 11293 - components: - - type: Transform - pos: -13.5,4.5 - parent: 2 - - uid: 11334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-8.5 - parent: 2 - - uid: 11335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-3.5 - parent: 2 - - uid: 11336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-24.5 - parent: 2 - - uid: 11347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,4.5 - parent: 2 - - uid: 11390 - components: - - type: Transform - pos: -48.5,-33.5 - parent: 2 - - uid: 11391 - components: - - type: Transform - pos: -48.5,-32.5 - parent: 2 - - uid: 11531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-6.5 - parent: 2 - - uid: 11635 - components: - - type: Transform - pos: 3.5,-28.5 - parent: 2 - - uid: 11873 - components: - - type: Transform - pos: 3.5,70.5 - parent: 2 - - uid: 11919 - components: - - type: Transform - pos: -1.5,33.5 - parent: 2 - - uid: 12006 - components: - - type: Transform - pos: 73.5,-10.5 - parent: 2 - - uid: 12130 - components: - - type: Transform - pos: -39.5,-31.5 - parent: 2 - - uid: 12147 - components: - - type: Transform - pos: 21.5,18.5 - parent: 2 - - uid: 12148 - components: - - type: Transform - pos: 22.5,-13.5 - parent: 2 - - uid: 12924 - components: - - type: Transform - pos: -97.5,14.5 - parent: 2 - - uid: 12925 - components: - - type: Transform - pos: -79.5,-3.5 - parent: 2 - - uid: 12974 - components: - - type: Transform - pos: 15.5,18.5 - parent: 2 - - uid: 12997 - components: - - type: Transform - pos: -82.5,-0.5 - parent: 2 - - uid: 13044 - components: - - type: Transform - pos: -96.5,13.5 - parent: 2 - - uid: 13047 - components: - - type: Transform - pos: -75.5,6.5 - parent: 2 - - uid: 13053 - components: - - type: Transform - pos: -74.5,6.5 - parent: 2 - - uid: 13055 - components: - - type: Transform - pos: -81.5,5.5 - parent: 2 - - uid: 13131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,18.5 - parent: 2 - - uid: 13206 - components: - - type: Transform - pos: -81.5,6.5 - parent: 2 - - uid: 13207 - components: - - type: Transform - pos: -82.5,4.5 - parent: 2 - - uid: 13241 - components: - - type: Transform - pos: 51.5,-27.5 - parent: 2 - - uid: 13242 - components: - - type: Transform - pos: -42.5,10.5 - parent: 2 - - uid: 13245 - components: - - type: Transform - pos: 14.5,-3.5 - parent: 2 - - uid: 13247 - components: - - type: Transform - pos: -12.5,4.5 - parent: 2 - - uid: 13248 - components: - - type: Transform - pos: -12.5,0.5 - parent: 2 - - uid: 13249 - components: - - type: Transform - pos: -12.5,11.5 - parent: 2 - - uid: 13250 - components: - - type: Transform - pos: 4.5,-19.5 - parent: 2 - - uid: 13253 - components: - - type: Transform - pos: 22.5,-3.5 - parent: 2 - - uid: 13271 - components: - - type: Transform - pos: -40.5,18.5 - parent: 2 - - uid: 13275 - components: - - type: Transform - pos: 37.5,-17.5 - parent: 2 - - uid: 13276 - components: - - type: Transform - pos: -35.5,21.5 - parent: 2 - - uid: 13319 - components: - - type: Transform - pos: 52.5,5.5 - parent: 2 - - uid: 13320 - components: - - type: Transform - pos: 68.5,-9.5 - parent: 2 - - uid: 13323 - components: - - type: Transform - pos: 66.5,-26.5 - parent: 2 - - uid: 13324 - components: - - type: Transform - pos: -80.5,-2.5 - parent: 2 - - uid: 13328 - components: - - type: Transform - pos: -81.5,-2.5 - parent: 2 - - uid: 13336 - components: - - type: Transform - pos: 67.5,-25.5 - parent: 2 - - uid: 13348 - components: - - type: Transform - pos: 68.5,-24.5 - parent: 2 - - uid: 13349 - components: - - type: Transform - pos: 69.5,-22.5 - parent: 2 - - uid: 13351 - components: - - type: Transform - pos: 68.5,-11.5 - parent: 2 - - uid: 13352 - components: - - type: Transform - pos: 52.5,-9.5 - parent: 2 - - uid: 13353 - components: - - type: Transform - pos: 76.5,-8.5 - parent: 2 - - uid: 13371 - components: - - type: Transform - pos: -81.5,-1.5 - parent: 2 - - uid: 13372 - components: - - type: Transform - pos: -79.5,-1.5 - parent: 2 - - uid: 13373 - components: - - type: Transform - pos: -79.5,6.5 - parent: 2 - - uid: 13374 - components: - - type: Transform - pos: -76.5,6.5 - parent: 2 - - uid: 13375 - components: - - type: Transform - pos: -78.5,0.5 - parent: 2 - - uid: 13376 - components: - - type: Transform - pos: -82.5,3.5 - parent: 2 - - uid: 13377 - components: - - type: Transform - pos: -82.5,1.5 - parent: 2 - - uid: 13920 - components: - - type: Transform - pos: 8.5,40.5 - parent: 2 - - uid: 13921 - components: - - type: Transform - pos: 8.5,37.5 - parent: 2 - - uid: 14034 - components: - - type: Transform - pos: -96.5,14.5 - parent: 2 - - uid: 14194 - components: - - type: Transform - pos: 63.5,-27.5 - parent: 2 - - uid: 14211 - components: - - type: Transform - pos: 68.5,-6.5 - parent: 2 - - uid: 14384 - components: - - type: Transform - pos: 22.5,4.5 - parent: 2 - - uid: 14451 - components: - - type: Transform - pos: 68.5,-7.5 - parent: 2 - - uid: 14452 - components: - - type: Transform - pos: 68.5,-8.5 - parent: 2 - - uid: 14787 - components: - - type: Transform - pos: -30.5,-3.5 - parent: 2 - - uid: 15128 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 2 - - uid: 15148 - components: - - type: Transform - pos: 8.5,-23.5 - parent: 2 - - uid: 15400 - components: - - type: Transform - pos: -97.5,17.5 - parent: 2 - - uid: 15418 - components: - - type: Transform - pos: -70.5,2.5 - parent: 2 - - uid: 15419 - components: - - type: Transform - pos: -70.5,3.5 - parent: 2 - - uid: 15502 - components: - - type: Transform - pos: -42.5,8.5 - parent: 2 - - uid: 15542 - components: - - type: Transform - pos: 5.5,72.5 - parent: 2 - - uid: 15853 - components: - - type: Transform - pos: 62.5,-28.5 - parent: 2 - - uid: 15861 - components: - - type: Transform - pos: -35.5,16.5 - parent: 2 - - uid: 15870 - components: - - type: Transform - pos: -40.5,13.5 - parent: 2 - - uid: 15872 - components: - - type: Transform - pos: -41.5,11.5 - parent: 2 - - uid: 15873 - components: - - type: Transform - pos: -39.5,14.5 - parent: 2 - - uid: 15877 - components: - - type: Transform - pos: -36.5,15.5 - parent: 2 - - uid: 15879 - components: - - type: Transform - pos: -41.5,12.5 - parent: 2 - - uid: 15880 - components: - - type: Transform - pos: -35.5,10.5 - parent: 2 - - uid: 15895 - components: - - type: Transform - pos: -48.5,1.5 - parent: 2 - - uid: 16527 - components: - - type: Transform - pos: -37.5,20.5 - parent: 2 - - uid: 16603 - components: - - type: Transform - pos: -42.5,11.5 - parent: 2 - - uid: 16604 - components: - - type: Transform - pos: -41.5,13.5 - parent: 2 - - uid: 16630 - components: - - type: Transform - pos: -40.5,14.5 - parent: 2 - - uid: 16632 - components: - - type: Transform - pos: -35.5,17.5 - parent: 2 - - uid: 16634 - components: - - type: Transform - pos: -36.5,16.5 - parent: 2 - - uid: 16637 - components: - - type: Transform - pos: -38.5,14.5 - parent: 2 - - uid: 16653 - components: - - type: Transform - pos: -36.5,13.5 - parent: 2 - - uid: 16658 - components: - - type: Transform - pos: -35.5,13.5 - parent: 2 - - uid: 16659 - components: - - type: Transform - pos: -37.5,14.5 - parent: 2 - - uid: 16660 - components: - - type: Transform - pos: -35.5,12.5 - parent: 2 - - uid: 16690 - components: - - type: Transform - pos: 42.5,-27.5 - parent: 2 - - uid: 17317 - components: - - type: Transform - pos: -1.5,24.5 - parent: 2 - - uid: 17658 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 2 - - uid: 17899 - components: - - type: Transform - pos: 50.5,-15.5 - parent: 2 - - uid: 18006 - components: - - type: Transform - pos: -49.5,6.5 - parent: 2 - - uid: 18007 - components: - - type: Transform - pos: -62.5,6.5 - parent: 2 - - uid: 18023 - components: - - type: Transform - pos: 51.5,-14.5 - parent: 2 - - uid: 18101 - components: - - type: Transform - pos: -48.5,5.5 - parent: 2 - - uid: 18104 - components: - - type: Transform - pos: 12.5,72.5 - parent: 2 - - uid: 18407 - components: - - type: Transform - pos: -62.5,-0.5 - parent: 2 - - uid: 18431 - components: - - type: Transform - pos: -53.5,6.5 - parent: 2 - - uid: 18432 - components: - - type: Transform - pos: -58.5,6.5 - parent: 2 - - uid: 18448 - components: - - type: Transform - pos: -55.5,0.5 - parent: 2 - - uid: 19353 - components: - - type: Transform - pos: -54.5,-30.5 - parent: 2 - - uid: 19354 - components: - - type: Transform - pos: -57.5,-30.5 - parent: 2 - - uid: 19355 - components: - - type: Transform - pos: -56.5,-30.5 - parent: 2 - - uid: 19997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-4.5 - parent: 2 - - uid: 20029 - components: - - type: Transform - pos: -32.5,8.5 - parent: 2 - - uid: 20030 - components: - - type: Transform - pos: -32.5,4.5 - parent: 2 - - uid: 20031 - components: - - type: Transform - pos: -32.5,0.5 - parent: 2 - - uid: 20187 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 2 - - uid: 20312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-7.5 - parent: 2 - - uid: 20931 - components: - - type: Transform - pos: 29.5,1.5 - parent: 2 - - uid: 21054 - components: - - type: Transform - pos: 37.5,3.5 - parent: 2 - - uid: 21575 - components: - - type: Transform - pos: -49.5,-12.5 - parent: 2 - - uid: 21883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,4.5 - parent: 2 - - uid: 21918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-8.5 - parent: 2 - - uid: 21942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,0.5 - parent: 2 - - uid: 22046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-24.5 - parent: 2 - - uid: 22052 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-6.5 - parent: 2 - - uid: 22053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-24.5 - parent: 2 - - uid: 22128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-24.5 - parent: 2 - - uid: 22129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-24.5 - parent: 2 - - uid: 22130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-24.5 - parent: 2 - - uid: 22151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-24.5 - parent: 2 - - uid: 22492 - components: - - type: Transform - pos: -72.5,-0.5 - parent: 2 - - uid: 22777 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 2 - - uid: 22889 - components: - - type: Transform - pos: 5.5,34.5 - parent: 2 - - uid: 22948 - components: - - type: Transform - pos: 9.5,8.5 - parent: 2 - - uid: 23042 - components: - - type: Transform - pos: 32.5,3.5 - parent: 2 - - uid: 23199 - components: - - type: Transform - pos: 6.5,-25.5 - parent: 2 - - uid: 23254 - components: - - type: Transform - pos: -67.5,4.5 - parent: 2 - - uid: 23297 - components: - - type: Transform - pos: -31.5,-12.5 - parent: 2 - - uid: 23338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-5.5 - parent: 2 - - uid: 23425 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 2 - - uid: 23456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-6.5 - parent: 2 - - uid: 23500 - components: - - type: Transform - pos: -78.5,-4.5 - parent: 2 - - uid: 23540 - components: - - type: Transform - pos: -75.5,-0.5 - parent: 2 - - uid: 23661 - components: - - type: Transform - pos: -2.5,16.5 - parent: 2 - - uid: 23791 - components: - - type: Transform - pos: 13.5,72.5 - parent: 2 - - uid: 23797 - components: - - type: Transform - pos: 3.5,71.5 - parent: 2 - - uid: 23799 - components: - - type: Transform - pos: 3.5,72.5 - parent: 2 - - uid: 23800 - components: - - type: Transform - pos: 4.5,72.5 - parent: 2 - - uid: 23805 - components: - - type: Transform - pos: 3.5,57.5 - parent: 2 - - uid: 23959 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 2 - - uid: 23975 - components: - - type: Transform - pos: 67.5,30.5 - parent: 2 - - uid: 24657 - components: - - type: Transform - pos: -2.5,24.5 - parent: 2 - - uid: 24809 - components: - - type: Transform - pos: -1.5,39.5 - parent: 2 - - uid: 24810 - components: - - type: Transform - pos: -1.5,38.5 - parent: 2 - - uid: 24811 - components: - - type: Transform - pos: -0.5,40.5 - parent: 2 - - uid: 24813 - components: - - type: Transform - pos: -1.5,37.5 - parent: 2 - - uid: 25210 - components: - - type: Transform - pos: -0.5,39.5 - parent: 2 - - uid: 25360 - components: - - type: Transform - pos: -0.5,24.5 - parent: 2 - - uid: 26247 - components: - - type: Transform - pos: 3.5,-29.5 - parent: 2 - - uid: 26678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-3.5 - parent: 2 - - uid: 26716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-26.5 - parent: 2 - - uid: 26717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-25.5 - parent: 2 - - uid: 26719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-28.5 - parent: 2 - - uid: 26720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-30.5 - parent: 2 - - uid: 26738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-24.5 - parent: 2 - - uid: 26746 - components: - - type: Transform - pos: -74.5,5.5 - parent: 2 - - uid: 26766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,18.5 - parent: 2 - - uid: 26862 - components: - - type: Transform - pos: 4.5,24.5 - parent: 2 - - uid: 26883 - components: - - type: Transform - pos: 35.5,-12.5 - parent: 2 - - uid: 27069 - components: - - type: Transform - pos: 37.5,-8.5 - parent: 2 - - uid: 27219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-24.5 - parent: 2 - - uid: 27220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-24.5 - parent: 2 - - uid: 27298 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 2 - - uid: 27429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-27.5 - parent: 2 - - uid: 27442 - components: - - type: Transform - pos: -2.5,23.5 - parent: 2 - - uid: 27784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-9.5 - parent: 2 - - uid: 28226 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 2 - - uid: 28228 - components: - - type: Transform - pos: 5.5,17.5 - parent: 2 - - uid: 28238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-6.5 - parent: 2 - - uid: 28349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 - parent: 2 - - uid: 28353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-10.5 - parent: 2 - - uid: 28354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-6.5 - parent: 2 - - uid: 28390 - components: - - type: Transform - pos: 8.5,17.5 - parent: 2 - - uid: 28413 - components: - - type: Transform - pos: 5.5,24.5 - parent: 2 - - uid: 28589 - components: - - type: Transform - pos: 5.5,23.5 - parent: 2 - - uid: 28817 - components: - - type: Transform - pos: -15.5,18.5 - parent: 2 - - uid: 28849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,4.5 - parent: 2 - - uid: 29185 - components: - - type: Transform - pos: 65.5,28.5 - parent: 2 - - uid: 29845 - components: - - type: Transform - pos: 87.5,18.5 - parent: 2 - - uid: 29998 - components: - - type: Transform - pos: 87.5,16.5 - parent: 2 - - uid: 30219 - components: - - type: Transform - pos: -44.5,7.5 - parent: 2 - - uid: 30273 - components: - - type: Transform - pos: -17.5,-16.5 - parent: 2 - - uid: 30274 - components: - - type: Transform - pos: -23.5,-16.5 - parent: 2 - - uid: 30275 - components: - - type: Transform - pos: -39.5,-12.5 - parent: 2 - - uid: 30423 - components: - - type: Transform - pos: 14.5,-13.5 - parent: 2 - - uid: 30426 - components: - - type: Transform - pos: 22.5,-14.5 - parent: 2 - - uid: 30586 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 2 - - uid: 30798 - components: - - type: Transform - pos: 24.5,4.5 - parent: 2 - - uid: 30799 - components: - - type: Transform - pos: 23.5,4.5 - parent: 2 - - uid: 31007 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 2 - - uid: 31008 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 2 - - uid: 31444 - components: - - type: Transform - pos: 6.5,72.5 - parent: 2 - - uid: 32574 - components: - - type: Transform - pos: -38.5,-17.5 - parent: 2 - - uid: 33689 - components: - - type: Transform - pos: -46.5,-13.5 - parent: 2 - - uid: 34657 - components: - - type: Transform - pos: 69.5,-6.5 - parent: 2 - - uid: 34658 - components: - - type: Transform - pos: 70.5,-6.5 - parent: 2 - - uid: 34659 - components: - - type: Transform - pos: 72.5,-6.5 - parent: 2 - - uid: 34660 - components: - - type: Transform - pos: 73.5,-6.5 - parent: 2 - - uid: 34661 - components: - - type: Transform - pos: 74.5,-6.5 - parent: 2 - - uid: 34662 - components: - - type: Transform - pos: 75.5,-6.5 - parent: 2 -- proto: WallSolidDiagonal - entities: - - uid: 1893 - components: - - type: Transform - pos: 13.5,23.5 - parent: 2 - - uid: 1894 - components: - - type: Transform - pos: 14.5,24.5 - parent: 2 -- proto: WallWeaponCapacitorRecharger - entities: - - uid: 4463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,44.5 - parent: 2 - - uid: 5570 - components: - - type: Transform - pos: 47.5,29.5 - parent: 2 - - uid: 5571 - components: - - type: Transform - pos: 45.5,33.5 - parent: 2 - - uid: 6841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-25.5 - parent: 2 - - uid: 14190 - components: - - type: Transform - pos: 20.5,46.5 - parent: 2 - - uid: 15275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,67.5 - parent: 2 - - uid: 19813 - components: - - type: Transform - pos: -40.5,58.5 - parent: 2 -- proto: WallWood - entities: - - uid: 874 - components: - - type: Transform - pos: 23.5,-6.5 - parent: 2 - - uid: 910 - components: - - type: Transform - pos: 24.5,-6.5 - parent: 2 - - uid: 911 - components: - - type: Transform - pos: 25.5,-6.5 - parent: 2 - - uid: 1018 - components: - - type: Transform - pos: 24.5,-9.5 - parent: 2 - - uid: 1020 - components: - - type: Transform - pos: 33.5,-9.5 - parent: 2 - - uid: 1040 - components: - - type: Transform - pos: 23.5,-9.5 - parent: 2 - - uid: 1070 - components: - - type: Transform - pos: 25.5,-9.5 - parent: 2 - - uid: 1186 - components: - - type: Transform - pos: 32.5,-9.5 - parent: 2 - - uid: 2758 - components: - - type: Transform - pos: 67.5,9.5 - parent: 2 - - uid: 5349 - components: - - type: Transform - pos: 54.5,51.5 - parent: 2 - - uid: 11249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-6.5 - parent: 2 - - uid: 11539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-6.5 - parent: 2 - - uid: 18709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-6.5 - parent: 2 - - uid: 26884 - components: - - type: Transform - pos: 34.5,-9.5 - parent: 2 -- proto: WardrobeBotanistFilled - entities: - - uid: 18460 - components: - - type: Transform - pos: -50.5,-1.5 - parent: 2 - - uid: 18499 - components: - - type: Transform - pos: -49.5,-1.5 - parent: 2 -- proto: WardrobeCargoFilled - entities: - - uid: 334 - components: - - type: Transform - pos: -11.5,-35.5 - parent: 2 - - uid: 807 - components: - - type: Transform - pos: -12.5,-35.5 - parent: 2 - - uid: 6648 - components: - - type: Transform - pos: -10.5,-35.5 - parent: 2 -- proto: WardrobeChapelFilled - entities: - - uid: 458 - components: - - type: Transform - pos: 65.5,29.5 - parent: 2 -- proto: WardrobeFormal - entities: - - uid: 1060 - components: - - type: Transform - pos: -73.5,0.5 - parent: 2 -- proto: WardrobeGreenFilled - entities: - - uid: 13135 - components: - - type: Transform - pos: -73.5,17.5 - parent: 2 -- proto: WardrobePrisonFilled - entities: - - uid: 14275 - components: - - type: Transform - pos: -26.5,24.5 - parent: 2 - - uid: 15380 - components: - - type: Transform - pos: -30.5,24.5 - parent: 2 - - uid: 15485 - components: - - type: Transform - pos: -30.5,34.5 - parent: 2 - - uid: 15486 - components: - - type: Transform - pos: -26.5,34.5 - parent: 2 - - uid: 18052 - components: - - type: Transform - pos: -25.5,67.5 - parent: 2 - - uid: 18054 - components: - - type: Transform - pos: -21.5,67.5 - parent: 2 - - uid: 18056 - components: - - type: Transform - pos: -17.5,67.5 - parent: 2 - - uid: 18058 - components: - - type: Transform - pos: -13.5,67.5 - parent: 2 -- proto: WarningAir - entities: - - uid: 4334 - components: - - type: Transform - pos: 54.5,52.5 - parent: 2 -- proto: WarningCO2 - entities: - - uid: 9495 - components: - - type: Transform - pos: -40.5,47.5 - parent: 2 -- proto: WarningN2 - entities: - - uid: 9490 - components: - - type: Transform - pos: -50.5,47.5 - parent: 2 -- proto: WarningN2O - entities: - - uid: 9491 - components: - - type: Transform - pos: -46.5,47.5 - parent: 2 -- proto: WarningO2 - entities: - - uid: 9492 - components: - - type: Transform - pos: -48.5,47.5 - parent: 2 -- proto: WarningPlasma - entities: - - uid: 9493 - components: - - type: Transform - pos: -38.5,47.5 - parent: 2 -- proto: WarningTritium - entities: - - uid: 9494 - components: - - type: Transform - pos: -44.5,47.5 - parent: 2 -- proto: WarningWaste - entities: - - uid: 9496 - components: - - type: Transform - pos: -42.5,47.5 - parent: 2 -- proto: WashingMachine - entities: - - uid: 1275 - components: - - type: Transform - pos: -37.5,-30.5 - parent: 2 - - uid: 2382 - components: - - type: Transform - pos: -36.5,-27.5 - parent: 2 - - uid: 26808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-26.5 - parent: 2 - - uid: 28230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-26.5 - parent: 2 -- proto: WashingMachineBroken - entities: - - uid: 11343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-26.5 - parent: 2 -- proto: WashingMachineFilledClothes - entities: - - uid: 2653 - components: - - type: Transform - pos: -36.5,-30.5 - parent: 2 - - uid: 11251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-26.5 - parent: 2 - - type: Storage - isUiOpen: True - - type: ActiveUserInterface - - uid: 18404 - components: - - type: Transform - pos: -35.5,-27.5 - parent: 2 - - uid: 19318 - components: - - type: Transform - pos: -40.5,-27.5 - parent: 2 - - uid: 19420 - components: - - type: Transform - pos: -41.5,-27.5 - parent: 2 - - uid: 23709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-27.5 - parent: 2 - - uid: 25057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-26.5 - parent: 2 -- proto: WaterCooler - entities: - - uid: 309 - components: - - type: Transform - pos: -11.5,-27.5 - parent: 2 - - uid: 657 - components: - - type: Transform - pos: -13.5,-9.5 - parent: 2 - - uid: 1699 - components: - - type: Transform - pos: -1.5,7.5 - parent: 2 - - uid: 5267 - components: - - type: Transform - pos: 34.5,30.5 - parent: 2 - - uid: 6908 - components: - - type: Transform - pos: 43.5,-24.5 - parent: 2 - - uid: 9033 - components: - - type: Transform - pos: -56.5,31.5 - parent: 2 - - uid: 11399 - components: - - type: Transform - pos: -55.5,-8.5 - parent: 2 - - uid: 15593 - components: - - type: Transform - pos: -8.5,30.5 - parent: 2 - - uid: 15927 - components: - - type: Transform - pos: -2.5,49.5 - parent: 2 - - uid: 16356 - components: - - type: Transform - pos: -10.5,61.5 - parent: 2 - - uid: 16399 - components: - - type: Transform - pos: -73.5,13.5 - parent: 2 - - uid: 16627 - components: - - type: Transform - pos: -8.5,59.5 - parent: 2 - - uid: 17798 - components: - - type: Transform - pos: 10.5,56.5 - parent: 2 - - uid: 18462 - components: - - type: Transform - pos: -58.5,-1.5 - parent: 2 - - uid: 22057 - components: - - type: Transform - pos: -75.5,5.5 - parent: 2 -- proto: WaterTankFull - entities: - - uid: 217 - components: - - type: Transform - pos: -35.5,-11.5 - parent: 2 - - uid: 2900 - components: - - type: Transform - pos: 77.5,-13.5 - parent: 2 - - uid: 9291 - components: - - type: Transform - pos: 34.5,48.5 - parent: 2 - - uid: 9609 - components: - - type: Transform - pos: -46.5,31.5 - parent: 2 - - uid: 13127 - components: - - type: Transform - pos: -73.5,24.5 - parent: 2 - - uid: 20011 - components: - - type: Transform - pos: 37.5,9.5 - parent: 2 - - uid: 20933 - components: - - type: Transform - pos: -31.5,9.5 - parent: 2 - - uid: 20935 - components: - - type: Transform - pos: 52.5,6.5 - parent: 2 - - uid: 20937 - components: - - type: Transform - pos: 17.5,32.5 - parent: 2 - - uid: 20941 - components: - - type: Transform - pos: -65.5,-18.5 - parent: 2 - - uid: 20942 - components: - - type: Transform - pos: -26.5,-31.5 - parent: 2 - - uid: 20943 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 2 - - uid: 20945 - components: - - type: Transform - pos: 47.5,-31.5 - parent: 2 - - uid: 21207 - components: - - type: Transform - pos: -40.5,27.5 - parent: 2 -- proto: WaterTankHighCapacity - entities: - - uid: 18481 - components: - - type: Transform - pos: -52.5,0.5 - parent: 2 -- proto: WaterVaporCanister - entities: - - uid: 3599 - components: - - type: Transform - pos: 44.5,46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: WeaponCapacitorRecharger - entities: - - uid: 1980 - components: - - type: Transform - pos: 4.5,27.5 - parent: 2 - - uid: 14191 - components: - - type: Transform - pos: 13.5,54.5 - parent: 2 - - uid: 15274 - components: - - type: Transform - pos: -44.5,60.5 - parent: 2 - - uid: 15613 - components: - - type: Transform - pos: -13.5,32.5 - parent: 2 - - uid: 15614 - components: - - type: Transform - pos: -12.5,32.5 - parent: 2 - - uid: 16293 - components: - - type: Transform - pos: -33.5,42.5 - parent: 2 - - uid: 16338 - components: - - type: Transform - pos: -33.5,37.5 - parent: 2 - - uid: 16544 - components: - - type: Transform - pos: -28.5,46.5 - parent: 2 - - uid: 16545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,47.5 - parent: 2 - - uid: 19405 - components: - - type: Transform - pos: 29.5,51.5 - parent: 2 - - uid: 19406 - components: - - type: Transform - pos: 16.5,59.5 - parent: 2 -- proto: WeaponDisabler - entities: - - uid: 14137 - components: - - type: Transform - pos: 13.482066,47.817783 - parent: 2 - - uid: 15580 - components: - - type: Transform - pos: -13.58909,33.04747 - parent: 2 - - uid: 15682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.131556,40.631958 - parent: 2 -- proto: WeaponDisablerPractice - entities: - - uid: 9505 - components: - - type: Transform - pos: -33.57274,40.718952 - parent: 2 - - uid: 17013 - components: - - type: Transform - pos: -33.41649,40.547077 - parent: 2 -- proto: WeaponFlareGun - entities: - - uid: 6073 - components: - - type: Transform - pos: 16.488016,26.920761 - parent: 2 -- proto: WeaponLaserCarbinePractice - entities: - - uid: 8738 - components: - - type: Transform - pos: -33.54149,41.687702 - parent: 2 - - uid: 9125 - components: - - type: Transform - pos: -33.38524,41.468952 - parent: 2 - - uid: 33599 - components: - - type: Transform - pos: 72.465744,41.351635 - parent: 2 -- proto: WeaponLauncherRocket - entities: - - uid: 4454 - components: - - type: Transform - pos: -18.462254,48.516518 - parent: 2 -- proto: WeaponPistolMk58Nonlethal - entities: - - uid: 5280 - components: - - type: Transform - pos: -26.218739,44.70984 - parent: 2 - - uid: 5536 - components: - - type: Transform - pos: -26.395823,44.45984 - parent: 2 -- proto: WeaponSubMachineGunWt550 - entities: - - uid: 22260 - components: - - type: Transform - parent: 22113 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: WeaponTurretXeno - entities: - - uid: 7743 - components: - - type: Transform - pos: 75.5,30.5 - parent: 2 - - uid: 33542 - components: - - type: Transform - pos: 93.5,26.5 - parent: 2 - - uid: 33619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,27.5 - parent: 2 - - uid: 33620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,36.5 - parent: 2 - - uid: 33621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,59.5 - parent: 2 - - uid: 33622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,64.5 - parent: 2 - - uid: 33623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 89.5,68.5 - parent: 2 - - uid: 33624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,48.5 - parent: 2 - - uid: 33625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,40.5 - parent: 2 - - uid: 33626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 96.5,29.5 - parent: 2 - - uid: 33627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,44.5 - parent: 2 - - uid: 33628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,44.5 - parent: 2 - - uid: 33629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,55.5 - parent: 2 -- proto: Welder - entities: - - uid: 9102 - components: - - type: Transform - pos: -47.58446,31.661036 - parent: 2 - - uid: 9610 - components: - - type: Transform - pos: -47.244617,31.602442 - parent: 2 - - uid: 28508 - components: - - type: Transform - pos: -68.19635,32.823574 - parent: 2 -- proto: WeldingFuelTankFull - entities: - - uid: 5415 - components: - - type: Transform - pos: 52.5,51.5 - parent: 2 - - uid: 6302 - components: - - type: Transform - pos: -35.5,-9.5 - parent: 2 - - uid: 20946 - components: - - type: Transform - pos: 76.5,-9.5 - parent: 2 - - uid: 20947 - components: - - type: Transform - pos: 46.5,-27.5 - parent: 2 - - uid: 20948 - components: - - type: Transform - pos: 10.5,-27.5 - parent: 2 - - uid: 20949 - components: - - type: Transform - pos: -62.5,-31.5 - parent: 2 - - uid: 20950 - components: - - type: Transform - pos: -65.5,20.5 - parent: 2 - - uid: 20953 - components: - - type: Transform - pos: 18.5,32.5 - parent: 2 - - uid: 21464 - components: - - type: Transform - pos: -2.5,25.5 - parent: 2 - - uid: 26246 - components: - - type: Transform - pos: -36.5,27.5 - parent: 2 -- proto: WeldingFuelTankHighCapacity - entities: - - uid: 9608 - components: - - type: Transform - pos: -48.5,31.5 - parent: 2 -- proto: WetFloorSign - entities: - - uid: 18534 - components: - - type: Transform - pos: -40.68424,22.060213 - parent: 2 - - uid: 18536 - components: - - type: Transform - pos: -40.512363,21.919588 - parent: 2 - - uid: 18537 - components: - - type: Transform - pos: -40.293613,21.763338 - parent: 2 - - uid: 30560 - components: - - type: Transform - pos: -38.4634,19.611803 - parent: 2 -- proto: Windoor - entities: - - uid: 28892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,47.5 - parent: 2 -- proto: WindoorBarLocked - entities: - - uid: 25230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-27.5 - parent: 2 -- proto: WindoorHydroponicsLocked - entities: - - uid: 3068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,3.5 - parent: 2 - - uid: 3071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,2.5 - parent: 2 -- proto: WindoorKitchenLocked - entities: - - uid: 11240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-26.5 - parent: 2 - - uid: 23569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-16.5 - parent: 2 - - uid: 23576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-20.5 - parent: 2 - - uid: 23578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-17.5 - parent: 2 - - uid: 23618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-21.5 - parent: 2 -- proto: WindoorSecure - entities: - - uid: 562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-34.5 - parent: 2 - - uid: 1120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-32.5 - parent: 2 - - uid: 1926 - components: - - type: Transform - pos: 7.5,26.5 - parent: 2 - - uid: 2233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-34.5 - parent: 2 - - uid: 2241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-31.5 - parent: 2 - - uid: 2277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-34.5 - parent: 2 - - uid: 2280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-33.5 - parent: 2 - - uid: 16646 - components: - - type: Transform - pos: -39.5,9.5 - parent: 2 - - uid: 16647 - components: - - type: Transform - pos: -38.5,9.5 - parent: 2 -- proto: WindoorSecureArmoryLocked - entities: - - uid: 15830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,48.5 - parent: 2 - - uid: 28955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,47.5 - parent: 2 - - uid: 36114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,47.5 - parent: 2 -- proto: WindoorSecureCargoLocked - entities: - - uid: 2966 - components: - - type: Transform - pos: -15.5,-22.5 - parent: 2 - - uid: 2967 - components: - - type: Transform - pos: -14.5,-22.5 - parent: 2 - - uid: 2968 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 2 - - uid: 28982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-38.5 - parent: 2 -- proto: WindoorSecureChemistryLocked - entities: - - uid: 1158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-6.5 - parent: 2 - - uid: 1216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-6.5 - parent: 2 - - uid: 1217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-6.5 - parent: 2 - - uid: 1237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-6.5 - parent: 2 - - uid: 1424 - components: - - type: Transform - pos: 12.5,4.5 - parent: 2 - - uid: 1425 - components: - - type: Transform - pos: 13.5,4.5 - parent: 2 - - uid: 1426 - components: - - type: Transform - pos: 14.5,4.5 - parent: 2 - - uid: 1528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-3.5 - parent: 2 - - uid: 1529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-3.5 - parent: 2 -- proto: WindoorSecureCommandLocked - entities: - - uid: 2620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,41.5 - parent: 2 - - uid: 2677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,41.5 - parent: 2 - - uid: 5411 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,28.5 - parent: 2 -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 7636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,17.5 - parent: 2 - - uid: 8694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,16.5 - parent: 2 - - uid: 9483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,24.5 - parent: 2 - - uid: 14299 - components: - - type: Transform - pos: 51.5,44.5 - parent: 2 - - uid: 14361 - components: - - type: Transform - pos: 52.5,44.5 - parent: 2 -- proto: WindoorSecureHeadOfPersonnelLocked - entities: - - uid: 1925 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,26.5 - parent: 2 -- proto: WindoorSecureMailLocked - entities: - - uid: 3207 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 2 - - uid: 16755 - components: - - type: Transform - pos: -9.5,-22.5 - parent: 2 -- proto: WindoorSecureMedicalLocked - entities: - - uid: 269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,7.5 - parent: 2 - - uid: 1319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,4.5 - parent: 2 - - uid: 1320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,4.5 - parent: 2 - - uid: 1321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 2 - - uid: 1322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,5.5 - parent: 2 - - uid: 1323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 - parent: 2 - - uid: 1324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 2 - - uid: 1325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 2 - - uid: 1326 - components: - - type: Transform - pos: -7.5,0.5 - parent: 2 - - uid: 1327 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 1328 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 1338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 2 -- proto: WindoorSecureSalvageLocked - entities: - - uid: 29057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-38.5 - parent: 2 -- proto: WindoorSecureScienceLocked - entities: - - uid: 3957 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,25.5 - parent: 2 - - uid: 3960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,28.5 - parent: 2 - - uid: 4028 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,25.5 - parent: 2 - - uid: 4029 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,25.5 - parent: 2 -- proto: WindoorSecureSecurityLawyerLocked - entities: - - uid: 15396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,27.5 - parent: 2 - - uid: 15397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,27.5 - parent: 2 - - uid: 15398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,27.5 - parent: 2 - - uid: 15967 - components: - - type: Transform - pos: -9.5,53.5 - parent: 2 - - uid: 15968 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,50.5 - parent: 2 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 15362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22622 - - uid: 15363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22621 - - uid: 15388 - components: - - type: Transform - pos: -29.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22622 - - uid: 15389 - components: - - type: Transform - pos: -25.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22621 - - uid: 15409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22619 - - uid: 15453 - components: - - type: Transform - pos: -29.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22619 - - uid: 15455 - components: - - type: Transform - pos: -25.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22620 - - uid: 15457 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,32.5 - parent: 2 - - type: DeviceLinkSink - links: - - 22620 -- proto: WindoorServiceLocked - entities: - - uid: 7776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,12.5 - parent: 2 - - uid: 8401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,12.5 - parent: 2 -- proto: Window - entities: - - uid: 4 - components: - - type: Transform - pos: -1.5,12.5 - parent: 2 - - uid: 5 - components: - - type: Transform - pos: -1.5,13.5 - parent: 2 - - uid: 59 - components: - - type: Transform - pos: -1.5,14.5 - parent: 2 - - uid: 70 - components: - - type: Transform - pos: -21.5,-26.5 - parent: 2 - - uid: 140 - components: - - type: Transform - pos: -1.5,11.5 - parent: 2 - - uid: 308 - components: - - type: Transform - pos: -17.5,-29.5 - parent: 2 - - uid: 401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-8.5 - parent: 2 - - uid: 403 - components: - - type: Transform - pos: 7.5,2.5 - parent: 2 - - uid: 433 - components: - - type: Transform - pos: -28.5,58.5 - parent: 2 - - uid: 739 - components: - - type: Transform - pos: -14.5,-40.5 - parent: 2 - - uid: 839 - components: - - type: Transform - pos: 12.5,22.5 - parent: 2 - - uid: 919 - components: - - type: Transform - pos: 34.5,-12.5 - parent: 2 - - uid: 1000 - components: - - type: Transform - pos: 4.5,13.5 - parent: 2 - - uid: 1130 - components: - - type: Transform - pos: 4.5,9.5 - parent: 2 - - uid: 1131 - components: - - type: Transform - pos: 4.5,11.5 - parent: 2 - - uid: 1140 - components: - - type: Transform - pos: 4.5,15.5 - parent: 2 - - uid: 1162 - components: - - type: Transform - pos: 6.5,17.5 - parent: 2 - - uid: 1167 - components: - - type: Transform - pos: -5.5,-42.5 - parent: 2 - - uid: 1187 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 1204 - components: - - type: Transform - pos: 23.5,-12.5 - parent: 2 - - uid: 1205 - components: - - type: Transform - pos: 24.5,-12.5 - parent: 2 - - uid: 1206 - components: - - type: Transform - pos: 25.5,-12.5 - parent: 2 - - uid: 1400 - components: - - type: Transform - pos: 25.5,4.5 - parent: 2 - - uid: 1401 - components: - - type: Transform - pos: 26.5,4.5 - parent: 2 - - uid: 1412 - components: - - type: Transform - pos: 27.5,4.5 - parent: 2 - - uid: 1414 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 2 - - uid: 1415 - components: - - type: Transform - pos: 21.5,-0.5 - parent: 2 - - uid: 1417 - components: - - type: Transform - pos: 23.5,-3.5 - parent: 2 - - uid: 1418 - components: - - type: Transform - pos: 24.5,-3.5 - parent: 2 - - uid: 1420 - components: - - type: Transform - pos: 18.5,2.5 - parent: 2 - - uid: 1421 - components: - - type: Transform - pos: 18.5,3.5 - parent: 2 - - uid: 1431 - components: - - type: Transform - pos: 11.5,3.5 - parent: 2 - - uid: 1432 - components: - - type: Transform - pos: 11.5,2.5 - parent: 2 - - uid: 1454 - components: - - type: Transform - pos: -23.5,60.5 - parent: 2 - - uid: 1470 - components: - - type: Transform - pos: 7.5,17.5 - parent: 2 - - uid: 1474 - components: - - type: Transform - pos: 11.5,17.5 - parent: 2 - - uid: 1475 - components: - - type: Transform - pos: 12.5,17.5 - parent: 2 - - uid: 1476 - components: - - type: Transform - pos: 13.5,17.5 - parent: 2 - - uid: 1653 - components: - - type: Transform - pos: 18.5,1.5 - parent: 2 - - uid: 1720 - components: - - type: Transform - pos: -13.5,17.5 - parent: 2 - - uid: 1721 - components: - - type: Transform - pos: -12.5,17.5 - parent: 2 - - uid: 1722 - components: - - type: Transform - pos: -11.5,17.5 - parent: 2 - - uid: 1728 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 2 - - uid: 1729 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 2 - - uid: 1730 - components: - - type: Transform - pos: -9.5,2.5 - parent: 2 - - uid: 1731 - components: - - type: Transform - pos: -9.5,5.5 - parent: 2 - - uid: 1732 - components: - - type: Transform - pos: -9.5,7.5 - parent: 2 - - uid: 1733 - components: - - type: Transform - pos: -7.5,8.5 - parent: 2 - - uid: 1734 - components: - - type: Transform - pos: -6.5,8.5 - parent: 2 - - uid: 1868 - components: - - type: Transform - pos: 5.5,21.5 - parent: 2 - - uid: 1869 - components: - - type: Transform - pos: 5.5,18.5 - parent: 2 - - uid: 1872 - components: - - type: Transform - pos: -2.5,21.5 - parent: 2 - - uid: 1873 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 2 - - uid: 1876 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 2 - - uid: 1877 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 2 - - uid: 1880 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 2 - - uid: 1898 - components: - - type: Transform - pos: 6.5,22.5 - parent: 2 - - uid: 2371 - components: - - type: Transform - pos: -51.5,6.5 - parent: 2 - - uid: 2990 - components: - - type: Transform - pos: -21.5,-17.5 - parent: 2 - - uid: 3144 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 2 - - uid: 3297 - components: - - type: Transform - pos: -28.5,57.5 - parent: 2 - - uid: 3356 - components: - - type: Transform - pos: -32.5,63.5 - parent: 2 - - uid: 3362 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 2 - - uid: 3364 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 2 - - uid: 3369 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 2 - - uid: 3403 - components: - - type: Transform - pos: -33.5,63.5 - parent: 2 - - uid: 3425 - components: - - type: Transform - pos: 26.5,-17.5 - parent: 2 - - uid: 3426 - components: - - type: Transform - pos: 23.5,-17.5 - parent: 2 - - uid: 3428 - components: - - type: Transform - pos: 27.5,-17.5 - parent: 2 - - uid: 3433 - components: - - type: Transform - pos: -14.5,-37.5 - parent: 2 - - uid: 3486 - components: - - type: Transform - pos: 27.5,-29.5 - parent: 2 - - uid: 3487 - components: - - type: Transform - pos: 27.5,-28.5 - parent: 2 - - uid: 3489 - components: - - type: Transform - pos: 27.5,-30.5 - parent: 2 - - uid: 3844 - components: - - type: Transform - pos: 51.5,12.5 - parent: 2 - - uid: 3852 - components: - - type: Transform - pos: 51.5,14.5 - parent: 2 - - uid: 3869 - components: - - type: Transform - pos: 51.5,13.5 - parent: 2 - - uid: 3934 - components: - - type: Transform - pos: 52.5,-13.5 - parent: 2 - - uid: 3941 - components: - - type: Transform - pos: 53.5,-11.5 - parent: 2 - - uid: 4372 - components: - - type: Transform - pos: 51.5,11.5 - parent: 2 - - uid: 4373 - components: - - type: Transform - pos: 51.5,20.5 - parent: 2 - - uid: 4374 - components: - - type: Transform - pos: 51.5,21.5 - parent: 2 - - uid: 4585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,4.5 - parent: 2 - - uid: 4587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,4.5 - parent: 2 - - uid: 4588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,4.5 - parent: 2 - - uid: 4616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,4.5 - parent: 2 - - uid: 4617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,4.5 - parent: 2 - - uid: 4641 - components: - - type: Transform - pos: -1.5,49.5 - parent: 2 - - uid: 5015 - components: - - type: Transform - pos: 48.5,-17.5 - parent: 2 - - uid: 5070 - components: - - type: Transform - pos: 52.5,-3.5 - parent: 2 - - uid: 5077 - components: - - type: Transform - pos: 52.5,-7.5 - parent: 2 - - uid: 5078 - components: - - type: Transform - pos: 52.5,0.5 - parent: 2 - - uid: 6159 - components: - - type: Transform - pos: 44.5,-20.5 - parent: 2 - - uid: 6161 - components: - - type: Transform - pos: 43.5,-20.5 - parent: 2 - - uid: 6166 - components: - - type: Transform - pos: 42.5,-20.5 - parent: 2 - - uid: 6167 - components: - - type: Transform - pos: 41.5,-20.5 - parent: 2 - - uid: 6168 - components: - - type: Transform - pos: 39.5,-20.5 - parent: 2 - - uid: 6169 - components: - - type: Transform - pos: 38.5,-20.5 - parent: 2 - - uid: 6170 - components: - - type: Transform - pos: 37.5,-19.5 - parent: 2 - - uid: 6171 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 2 - - uid: 6172 - components: - - type: Transform - pos: 33.5,-20.5 - parent: 2 - - uid: 6173 - components: - - type: Transform - pos: 40.5,-28.5 - parent: 2 - - uid: 6174 - components: - - type: Transform - pos: 40.5,-29.5 - parent: 2 - - uid: 6175 - components: - - type: Transform - pos: 40.5,-30.5 - parent: 2 - - uid: 6176 - components: - - type: Transform - pos: 40.5,-31.5 - parent: 2 - - uid: 6202 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 2 - - uid: 6203 - components: - - type: Transform - pos: -30.5,-1.5 - parent: 2 - - uid: 6204 - components: - - type: Transform - pos: -30.5,-2.5 - parent: 2 - - uid: 6205 - components: - - type: Transform - pos: -30.5,5.5 - parent: 2 - - uid: 6206 - components: - - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 6207 - components: - - type: Transform - pos: -30.5,7.5 - parent: 2 - - uid: 6316 - components: - - type: Transform - pos: -34.5,-13.5 - parent: 2 - - uid: 6317 - components: - - type: Transform - pos: -34.5,-16.5 - parent: 2 - - uid: 6456 - components: - - type: Transform - pos: 70.5,-13.5 - parent: 2 - - uid: 6457 - components: - - type: Transform - pos: 70.5,-14.5 - parent: 2 - - uid: 6460 - components: - - type: Transform - pos: 54.5,-28.5 - parent: 2 - - uid: 6461 - components: - - type: Transform - pos: 55.5,-28.5 - parent: 2 - - uid: 6462 - components: - - type: Transform - pos: 56.5,-28.5 - parent: 2 - - uid: 6463 - components: - - type: Transform - pos: 57.5,-28.5 - parent: 2 - - uid: 6464 - components: - - type: Transform - pos: 58.5,-28.5 - parent: 2 - - uid: 6510 - components: - - type: Transform - pos: -9.5,-26.5 - parent: 2 - - uid: 6511 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 2 - - uid: 6513 - components: - - type: Transform - pos: -14.5,-26.5 - parent: 2 - - uid: 6541 - components: - - type: Transform - pos: -20.5,-17.5 - parent: 2 - - uid: 6542 - components: - - type: Transform - pos: -19.5,-17.5 - parent: 2 - - uid: 6543 - components: - - type: Transform - pos: -16.5,-17.5 - parent: 2 - - uid: 6544 - components: - - type: Transform - pos: -15.5,-17.5 - parent: 2 - - uid: 6545 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 2 - - uid: 6546 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 2 - - uid: 6547 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 2 - - uid: 6548 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 2 - - uid: 6549 - components: - - type: Transform - pos: -23.5,-18.5 - parent: 2 - - uid: 6550 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 2 - - uid: 6552 - components: - - type: Transform - pos: -17.5,-28.5 - parent: 2 - - uid: 6582 - components: - - type: Transform - pos: -16.5,-26.5 - parent: 2 - - uid: 6584 - components: - - type: Transform - pos: -15.5,-26.5 - parent: 2 - - uid: 6614 - components: - - type: Transform - pos: -17.5,-18.5 - parent: 2 - - uid: 6659 - components: - - type: Transform - pos: -14.5,-41.5 - parent: 2 - - uid: 7088 - components: - - type: Transform - pos: -51.5,-15.5 - parent: 2 - - uid: 7129 - components: - - type: Transform - pos: -37.5,-17.5 - parent: 2 - - uid: 7131 - components: - - type: Transform - pos: -35.5,-17.5 - parent: 2 - - uid: 7132 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 2 - - uid: 7138 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 2 - - uid: 7212 - components: - - type: Transform - pos: -59.5,-5.5 - parent: 2 - - uid: 7249 - components: - - type: Transform - pos: -58.5,-5.5 - parent: 2 - - uid: 7252 - components: - - type: Transform - pos: -51.5,-22.5 - parent: 2 - - uid: 7457 - components: - - type: Transform - pos: -51.5,-14.5 - parent: 2 - - uid: 7548 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - - uid: 7557 - components: - - type: Transform - pos: -34.5,61.5 - parent: 2 - - uid: 7565 - components: - - type: Transform - pos: -24.5,59.5 - parent: 2 - - uid: 7567 - components: - - type: Transform - pos: -24.5,58.5 - parent: 2 - - uid: 10193 - components: - - type: Transform - pos: -50.5,15.5 - parent: 2 - - uid: 10194 - components: - - type: Transform - pos: -49.5,15.5 - parent: 2 - - uid: 10195 - components: - - type: Transform - pos: -48.5,15.5 - parent: 2 - - uid: 11244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-4.5 - parent: 2 - - uid: 11246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-5.5 - parent: 2 - - uid: 11247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-10.5 - parent: 2 - - uid: 11248 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-7.5 - parent: 2 - - uid: 11291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,4.5 - parent: 2 - - uid: 12311 - components: - - type: Transform - pos: -55.5,-26.5 - parent: 2 - - uid: 12953 - components: - - type: Transform - pos: 52.5,-12.5 - parent: 2 - - uid: 12956 - components: - - type: Transform - pos: 49.5,-15.5 - parent: 2 - - uid: 12957 - components: - - type: Transform - pos: 48.5,-16.5 - parent: 2 - - uid: 13236 - components: - - type: Transform - pos: -54.5,-26.5 - parent: 2 - - uid: 13237 - components: - - type: Transform - pos: -53.5,-26.5 - parent: 2 - - uid: 15801 - components: - - type: Transform - pos: -1.5,54.5 - parent: 2 - - uid: 15852 - components: - - type: Transform - pos: -2.5,18.5 - parent: 2 - - uid: 15885 - components: - - type: Transform - pos: -1.5,48.5 - parent: 2 - - uid: 15898 - components: - - type: Transform - pos: -1.5,47.5 - parent: 2 - - uid: 15920 - components: - - type: Transform - pos: -1.5,55.5 - parent: 2 - - uid: 15921 - components: - - type: Transform - pos: -1.5,56.5 - parent: 2 - - uid: 16317 - components: - - type: Transform - pos: 3.5,35.5 - parent: 2 - - uid: 16355 - components: - - type: Transform - pos: 3.5,41.5 - parent: 2 - - uid: 16639 - components: - - type: Transform - pos: -35.5,8.5 - parent: 2 - - uid: 17852 - components: - - type: Transform - pos: 3.5,42.5 - parent: 2 - - uid: 17855 - components: - - type: Transform - pos: 3.5,36.5 - parent: 2 - - uid: 17985 - components: - - type: Transform - pos: -59.5,6.5 - parent: 2 - - uid: 17986 - components: - - type: Transform - pos: -60.5,6.5 - parent: 2 - - uid: 17988 - components: - - type: Transform - pos: -55.5,6.5 - parent: 2 - - uid: 17989 - components: - - type: Transform - pos: -57.5,6.5 - parent: 2 - - uid: 17990 - components: - - type: Transform - pos: -50.5,6.5 - parent: 2 - - uid: 17991 - components: - - type: Transform - pos: -54.5,6.5 - parent: 2 - - uid: 17993 - components: - - type: Transform - pos: -56.5,6.5 - parent: 2 - - uid: 17996 - components: - - type: Transform - pos: -61.5,6.5 - parent: 2 - - uid: 17997 - components: - - type: Transform - pos: -52.5,6.5 - parent: 2 - - uid: 18333 - components: - - type: Transform - pos: -21.5,60.5 - parent: 2 - - uid: 18343 - components: - - type: Transform - pos: -19.5,60.5 - parent: 2 - - uid: 18344 - components: - - type: Transform - pos: -20.5,60.5 - parent: 2 - - uid: 18347 - components: - - type: Transform - pos: -22.5,60.5 - parent: 2 - - uid: 18350 - components: - - type: Transform - pos: -24.5,57.5 - parent: 2 - - uid: 18465 - components: - - type: Transform - pos: -58.5,-0.5 - parent: 2 - - uid: 18466 - components: - - type: Transform - pos: -57.5,-0.5 - parent: 2 - - uid: 18467 - components: - - type: Transform - pos: -54.5,-0.5 - parent: 2 - - uid: 18468 - components: - - type: Transform - pos: -53.5,-0.5 - parent: 2 - - uid: 18469 - components: - - type: Transform - pos: -52.5,-0.5 - parent: 2 - - uid: 18470 - components: - - type: Transform - pos: -51.5,-0.5 - parent: 2 - - uid: 18471 - components: - - type: Transform - pos: -50.5,-0.5 - parent: 2 - - uid: 19681 - components: - - type: Transform - pos: -17.5,65.5 - parent: 2 - - uid: 19682 - components: - - type: Transform - pos: -15.5,65.5 - parent: 2 - - uid: 19683 - components: - - type: Transform - pos: -13.5,65.5 - parent: 2 - - uid: 19738 - components: - - type: Transform - pos: -19.5,65.5 - parent: 2 - - uid: 19739 - components: - - type: Transform - pos: -21.5,65.5 - parent: 2 - - uid: 19757 - components: - - type: Transform - pos: -23.5,65.5 - parent: 2 - - uid: 19769 - components: - - type: Transform - pos: -25.5,65.5 - parent: 2 - - uid: 19770 - components: - - type: Transform - pos: -27.5,65.5 - parent: 2 - - uid: 19774 - components: - - type: Transform - pos: -28.5,62.5 - parent: 2 - - uid: 19776 - components: - - type: Transform - pos: -28.5,61.5 - parent: 2 - - uid: 20173 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 2 - - uid: 22050 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,4.5 - parent: 2 - - uid: 22927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,18.5 - parent: 2 - - uid: 23788 - components: - - type: Transform - pos: 9.5,72.5 - parent: 2 - - uid: 23790 - components: - - type: Transform - pos: 8.5,72.5 - parent: 2 - - uid: 23792 - components: - - type: Transform - pos: 7.5,72.5 - parent: 2 - - uid: 24744 - components: - - type: Transform - pos: 32.5,-12.5 - parent: 2 - - uid: 25171 - components: - - type: Transform - pos: 33.5,-12.5 - parent: 2 - - uid: 26747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,4.5 - parent: 2 - - uid: 28669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,18.5 - parent: 2 - - uid: 30413 - components: - - type: Transform - pos: -5.5,-41.5 - parent: 2 - - uid: 30414 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 2 - - uid: 31402 - components: - - type: Transform - pos: 11.5,72.5 - parent: 2 - - uid: 31407 - components: - - type: Transform - pos: 10.5,72.5 - parent: 2 - - uid: 32182 - components: - - type: Transform - pos: -19.5,-26.5 - parent: 2 -- proto: WindowDiagonal - entities: - - uid: 20408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-16.5 - parent: 2 - - uid: 22501 - components: - - type: Transform - pos: 52.5,-11.5 - parent: 2 - - uid: 28670 - components: - - type: Transform - pos: 48.5,-15.5 - parent: 2 - - uid: 28674 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-12.5 - parent: 2 -- proto: WindowDirectional - entities: - - uid: 3675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-27.5 - parent: 2 - - uid: 6249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-28.5 - parent: 2 -- proto: WindowFrostedDirectional - entities: - - uid: 319 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,15.5 - parent: 2 - - uid: 572 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 2 - - uid: 587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-11.5 - parent: 2 - - uid: 590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-38.5 - parent: 2 - - uid: 796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,16.5 - parent: 2 - - uid: 814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,12.5 - parent: 2 - - uid: 816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,11.5 - parent: 2 - - uid: 817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,13.5 - parent: 2 - - uid: 818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,15.5 - parent: 2 - - uid: 819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,14.5 - parent: 2 - - uid: 939 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 980 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 2 - - uid: 1689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,53.5 - parent: 2 - - uid: 1773 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 - - uid: 1775 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - uid: 1776 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 1833 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 1952 - components: - - type: Transform - pos: 7.5,-39.5 - parent: 2 - - uid: 2057 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 2114 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - uid: 2189 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - - uid: 2255 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 2 - - uid: 2307 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - - uid: 2389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-38.5 - parent: 2 - - uid: 2413 - components: - - type: Transform - pos: 21.5,-38.5 - parent: 2 - - uid: 2416 - components: - - type: Transform - pos: 22.5,-38.5 - parent: 2 - - uid: 2421 - components: - - type: Transform - pos: 17.5,-38.5 - parent: 2 - - uid: 2422 - components: - - type: Transform - pos: 20.5,-38.5 - parent: 2 - - uid: 2423 - components: - - type: Transform - pos: 18.5,-38.5 - parent: 2 - - uid: 2424 - components: - - type: Transform - pos: 19.5,-38.5 - parent: 2 - - uid: 2427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-38.5 - parent: 2 - - uid: 2496 - components: - - type: Transform - pos: 6.5,-39.5 - parent: 2 - - uid: 2498 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - - uid: 2500 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 2 - - uid: 2519 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - - uid: 2546 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,22.5 - parent: 2 - - uid: 2549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,22.5 - parent: 2 - - uid: 2586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,50.5 - parent: 2 - - uid: 2630 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,36.5 - parent: 2 - - uid: 2641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,36.5 - parent: 2 - - uid: 2674 - components: - - type: Transform - pos: 42.5,-18.5 - parent: 2 - - uid: 2676 - components: - - type: Transform - pos: 40.5,-18.5 - parent: 2 - - uid: 2767 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,36.5 - parent: 2 - - uid: 2913 - components: - - type: Transform - pos: 39.5,-18.5 - parent: 2 - - uid: 3109 - components: - - type: Transform - pos: 41.5,-18.5 - parent: 2 - - uid: 3295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,72.5 - parent: 2 - - uid: 3640 - components: - - type: Transform - pos: 6.5,-39.5 - parent: 2 - - uid: 3641 - components: - - type: Transform - pos: 7.5,-39.5 - parent: 2 - - uid: 3642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-37.5 - parent: 2 - - uid: 5242 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,60.5 - parent: 2 - - uid: 5243 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,61.5 - parent: 2 - - uid: 5245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,58.5 - parent: 2 - - uid: 5424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,0.5 - parent: 2 - - uid: 6085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,8.5 - parent: 2 - - uid: 6088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,8.5 - parent: 2 - - uid: 6186 - components: - - type: Transform - pos: 16.5,-38.5 - parent: 2 - - uid: 6187 - components: - - type: Transform - pos: 15.5,-38.5 - parent: 2 - - uid: 6188 - components: - - type: Transform - pos: 14.5,-38.5 - parent: 2 - - uid: 6189 - components: - - type: Transform - pos: 13.5,-38.5 - parent: 2 - - uid: 6224 - components: - - type: Transform - pos: 64.5,8.5 - parent: 2 - - uid: 6225 - components: - - type: Transform - pos: 63.5,8.5 - parent: 2 - - uid: 6226 - components: - - type: Transform - pos: 62.5,8.5 - parent: 2 - - uid: 6227 - components: - - type: Transform - pos: 61.5,8.5 - parent: 2 - - uid: 6228 - components: - - type: Transform - pos: 60.5,8.5 - parent: 2 - - uid: 6229 - components: - - type: Transform - pos: 59.5,8.5 - parent: 2 - - uid: 6230 - components: - - type: Transform - pos: 58.5,8.5 - parent: 2 - - uid: 6231 - components: - - type: Transform - pos: 57.5,8.5 - parent: 2 - - uid: 6232 - components: - - type: Transform - pos: 56.5,8.5 - parent: 2 - - uid: 6233 - components: - - type: Transform - pos: 55.5,8.5 - parent: 2 - - uid: 6239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-49.5 - parent: 2 - - uid: 6248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,18.5 - parent: 2 - - uid: 6250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,18.5 - parent: 2 - - uid: 6251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,18.5 - parent: 2 - - uid: 6252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,18.5 - parent: 2 - - uid: 6253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,18.5 - parent: 2 - - uid: 6254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,18.5 - parent: 2 - - uid: 6255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,18.5 - parent: 2 - - uid: 6256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,18.5 - parent: 2 - - uid: 6257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,18.5 - parent: 2 - - uid: 6258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,18.5 - parent: 2 - - uid: 6259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,18.5 - parent: 2 - - uid: 6260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,18.5 - parent: 2 - - uid: 6261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,18.5 - parent: 2 - - uid: 6262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,18.5 - parent: 2 - - uid: 6263 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,9.5 - parent: 2 - - uid: 6267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,21.5 - parent: 2 - - uid: 6278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,11.5 - parent: 2 - - uid: 6279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,12.5 - parent: 2 - - uid: 6280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,13.5 - parent: 2 - - uid: 6281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,14.5 - parent: 2 - - uid: 6282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,15.5 - parent: 2 - - uid: 6283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,16.5 - parent: 2 - - uid: 6286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 2 - - uid: 6287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-7.5 - parent: 2 - - uid: 6288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-8.5 - parent: 2 - - uid: 6289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-9.5 - parent: 2 - - uid: 6290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 2 - - uid: 6293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-10.5 - parent: 2 - - uid: 6294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-9.5 - parent: 2 - - uid: 6295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-8.5 - parent: 2 - - uid: 6296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-7.5 - parent: 2 - - uid: 6297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 2 - - uid: 6331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-40.5 - parent: 2 - - uid: 6332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-41.5 - parent: 2 - - uid: 6333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-42.5 - parent: 2 - - uid: 6334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-43.5 - parent: 2 - - uid: 6335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-44.5 - parent: 2 - - uid: 6336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-45.5 - parent: 2 - - uid: 6337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-46.5 - parent: 2 - - uid: 6338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-47.5 - parent: 2 - - uid: 6339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-48.5 - parent: 2 - - uid: 6340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-49.5 - parent: 2 - - uid: 6341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-50.5 - parent: 2 - - uid: 6342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-51.5 - parent: 2 - - uid: 6343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-52.5 - parent: 2 - - uid: 6344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-53.5 - parent: 2 - - uid: 6345 - components: - - type: Transform - pos: 13.5,-53.5 - parent: 2 - - uid: 6346 - components: - - type: Transform - pos: 6.5,-45.5 - parent: 2 - - uid: 6347 - components: - - type: Transform - pos: 7.5,-45.5 - parent: 2 - - uid: 6348 - components: - - type: Transform - pos: 8.5,-45.5 - parent: 2 - - uid: 6349 - components: - - type: Transform - pos: 9.5,-45.5 - parent: 2 - - uid: 6351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-45.5 - parent: 2 - - uid: 6352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-46.5 - parent: 2 - - uid: 6353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-47.5 - parent: 2 - - uid: 6354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-48.5 - parent: 2 - - uid: 6355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-49.5 - parent: 2 - - uid: 6356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-50.5 - parent: 2 - - uid: 6357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-51.5 - parent: 2 - - uid: 6358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-52.5 - parent: 2 - - uid: 6359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-53.5 - parent: 2 - - uid: 6360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-49.5 - parent: 2 - - uid: 6361 - components: - - type: Transform - pos: -5.5,-45.5 - parent: 2 - - uid: 6362 - components: - - type: Transform - pos: -4.5,-45.5 - parent: 2 - - uid: 6363 - components: - - type: Transform - pos: -3.5,-45.5 - parent: 2 - - uid: 6364 - components: - - type: Transform - pos: -10.5,-53.5 - parent: 2 - - uid: 6372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,13.5 - parent: 2 - - uid: 6379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,23.5 - parent: 2 - - uid: 6381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,25.5 - parent: 2 - - uid: 6471 - components: - - type: Transform - pos: 28.5,-36.5 - parent: 2 - - uid: 6472 - components: - - type: Transform - pos: 29.5,-36.5 - parent: 2 - - uid: 6473 - components: - - type: Transform - pos: 30.5,-36.5 - parent: 2 - - uid: 6474 - components: - - type: Transform - pos: 31.5,-36.5 - parent: 2 - - uid: 6475 - components: - - type: Transform - pos: 32.5,-36.5 - parent: 2 - - uid: 6476 - components: - - type: Transform - pos: 33.5,-36.5 - parent: 2 - - uid: 6477 - components: - - type: Transform - pos: 34.5,-36.5 - parent: 2 - - uid: 6478 - components: - - type: Transform - pos: 35.5,-36.5 - parent: 2 - - uid: 6479 - components: - - type: Transform - pos: 36.5,-36.5 - parent: 2 - - uid: 6480 - components: - - type: Transform - pos: 37.5,-36.5 - parent: 2 - - uid: 6481 - components: - - type: Transform - pos: 38.5,-36.5 - parent: 2 - - uid: 6482 - components: - - type: Transform - pos: 39.5,-36.5 - parent: 2 - - uid: 6483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-36.5 - parent: 2 - - uid: 6484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-36.5 - parent: 2 - - uid: 7173 - components: - - type: Transform - pos: -35.5,-19.5 - parent: 2 - - uid: 7174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-20.5 - parent: 2 - - uid: 7175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-21.5 - parent: 2 - - uid: 7176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-22.5 - parent: 2 - - uid: 7177 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-23.5 - parent: 2 - - uid: 7569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,71.5 - parent: 2 - - uid: 7664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,52.5 - parent: 2 - - uid: 7952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,11.5 - parent: 2 - - uid: 8474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,51.5 - parent: 2 - - uid: 8816 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 2 - - uid: 9244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-9.5 - parent: 2 - - uid: 9320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-17.5 - parent: 2 - - uid: 11302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-0.5 - parent: 2 - - uid: 11327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,17.5 - parent: 2 - - uid: 11328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,18.5 - parent: 2 - - uid: 11492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,17.5 - parent: 2 - - uid: 12969 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-9.5 - parent: 2 - - uid: 12970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-9.5 - parent: 2 - - uid: 12971 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-9.5 - parent: 2 - - uid: 12972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-9.5 - parent: 2 - - uid: 12983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,1.5 - parent: 2 - - uid: 12984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,2.5 - parent: 2 - - uid: 12985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,3.5 - parent: 2 - - uid: 12986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,4.5 - parent: 2 - - uid: 12987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,5.5 - parent: 2 - - uid: 12988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,6.5 - parent: 2 - - uid: 12989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,7.5 - parent: 2 - - uid: 12990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,8.5 - parent: 2 - - uid: 12991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,9.5 - parent: 2 - - uid: 12992 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,10.5 - parent: 2 - - uid: 12993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,11.5 - parent: 2 - - uid: 12994 - components: - - type: Transform - pos: 44.5,12.5 - parent: 2 - - uid: 12995 - components: - - type: Transform - pos: 45.5,12.5 - parent: 2 - - uid: 13076 - components: - - type: Transform - pos: 28.5,-15.5 - parent: 2 - - uid: 13077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-16.5 - parent: 2 - - uid: 13078 - components: - - type: Transform - pos: 32.5,-15.5 - parent: 2 - - uid: 13113 - components: - - type: Transform - pos: 31.5,-15.5 - parent: 2 - - uid: 13267 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 2 - - uid: 13272 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 2 - - uid: 13922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,36.5 - parent: 2 - - uid: 13923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,36.5 - parent: 2 - - uid: 13969 - components: - - type: Transform - pos: 29.5,-15.5 - parent: 2 - - uid: 13989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,40.5 - parent: 2 - - uid: 13990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,39.5 - parent: 2 - - uid: 13999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,38.5 - parent: 2 - - uid: 14000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,37.5 - parent: 2 - - uid: 14001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,36.5 - parent: 2 - - uid: 14002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,35.5 - parent: 2 - - uid: 15052 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,10.5 - parent: 2 - - uid: 15053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,10.5 - parent: 2 - - uid: 15320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,51.5 - parent: 2 - - uid: 15513 - components: - - type: Transform - pos: -1.5,60.5 - parent: 2 - - uid: 15516 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,58.5 - parent: 2 - - uid: 16641 - components: - - type: Transform - pos: -41.5,9.5 - parent: 2 - - uid: 16642 - components: - - type: Transform - pos: -40.5,9.5 - parent: 2 - - uid: 16643 - components: - - type: Transform - pos: -37.5,9.5 - parent: 2 - - uid: 16644 - components: - - type: Transform - pos: -36.5,9.5 - parent: 2 - - uid: 17496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,54.5 - parent: 2 - - uid: 18368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-17.5 - parent: 2 - - uid: 18369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-17.5 - parent: 2 - - uid: 18370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-17.5 - parent: 2 - - uid: 18434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,4.5 - parent: 2 - - uid: 18436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,5.5 - parent: 2 - - uid: 18437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,5.5 - parent: 2 - - uid: 18442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,4.5 - parent: 2 - - uid: 18514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-17.5 - parent: 2 - - uid: 19337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-17.5 - parent: 2 - - uid: 19338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-17.5 - parent: 2 - - uid: 19339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-17.5 - parent: 2 - - uid: 19454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,49.5 - parent: 2 - - uid: 19633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,74.5 - parent: 2 - - uid: 19637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,75.5 - parent: 2 - - uid: 19712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,73.5 - parent: 2 - - uid: 19744 - components: - - type: Transform - pos: 16.5,73.5 - parent: 2 - - uid: 19745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,74.5 - parent: 2 - - uid: 19746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,78.5 - parent: 2 - - uid: 19747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,77.5 - parent: 2 - - uid: 19748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,78.5 - parent: 2 - - uid: 19749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,78.5 - parent: 2 - - uid: 19750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,76.5 - parent: 2 - - uid: 19751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,75.5 - parent: 2 - - uid: 19752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,73.5 - parent: 2 - - uid: 19753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,76.5 - parent: 2 - - uid: 19754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,77.5 - parent: 2 - - uid: 19755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,78.5 - parent: 2 - - uid: 19851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,69.5 - parent: 2 - - uid: 19856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,70.5 - parent: 2 - - uid: 19936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,50.5 - parent: 2 - - uid: 20012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,0.5 - parent: 2 - - uid: 20300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,0.5 - parent: 2 - - uid: 20308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,0.5 - parent: 2 - - uid: 22064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-1.5 - parent: 2 - - uid: 22079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,14.5 - parent: 2 - - uid: 22096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,5.5 - parent: 2 - - uid: 22450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,2.5 - parent: 2 - - uid: 22609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,5.5 - parent: 2 - - uid: 22957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-27.5 - parent: 2 - - uid: 22958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-28.5 - parent: 2 - - uid: 22959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-29.5 - parent: 2 - - uid: 22960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-30.5 - parent: 2 - - uid: 22961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-31.5 - parent: 2 - - uid: 22962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-32.5 - parent: 2 - - uid: 22963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-33.5 - parent: 2 - - uid: 22964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-34.5 - parent: 2 - - uid: 23040 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - - uid: 23251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,6.5 - parent: 2 - - uid: 23300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,4.5 - parent: 2 - - uid: 23301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,3.5 - parent: 2 - - uid: 23302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,2.5 - parent: 2 - - uid: 23303 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 23304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,1.5 - parent: 2 - - uid: 23305 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,0.5 - parent: 2 - - uid: 23306 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-0.5 - parent: 2 - - uid: 23307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-1.5 - parent: 2 - - uid: 23308 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-2.5 - parent: 2 - - uid: 23309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-3.5 - parent: 2 - - uid: 23310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-4.5 - parent: 2 - - uid: 23311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-5.5 - parent: 2 - - uid: 23313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-6.5 - parent: 2 - - uid: 23314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-7.5 - parent: 2 - - uid: 23315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-8.5 - parent: 2 - - uid: 23321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-8.5 - parent: 2 - - uid: 23322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-7.5 - parent: 2 - - uid: 23323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-6.5 - parent: 2 - - uid: 23329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,13.5 - parent: 2 - - uid: 23330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,14.5 - parent: 2 - - uid: 23331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,15.5 - parent: 2 - - uid: 23332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,16.5 - parent: 2 - - uid: 23333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,17.5 - parent: 2 - - uid: 23334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,18.5 - parent: 2 - - uid: 23665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,12.5 - parent: 2 - - uid: 25238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,15.5 - parent: 2 - - uid: 25314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,13.5 - parent: 2 - - uid: 25327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,21.5 - parent: 2 - - uid: 25375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,16.5 - parent: 2 - - uid: 25387 - components: - - type: Transform - pos: 71.5,13.5 - parent: 2 - - uid: 26585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,19.5 - parent: 2 - - uid: 26586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,14.5 - parent: 2 - - uid: 26771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,16.5 - parent: 2 - - uid: 26781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,3.5 - parent: 2 - - uid: 27207 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,4.5 - parent: 2 - - uid: 27221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,1.5 - parent: 2 - - uid: 27513 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,21.5 - parent: 2 - - uid: 27611 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,20.5 - parent: 2 - - uid: 28061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,16.5 - parent: 2 - - uid: 28624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,53.5 - parent: 2 - - uid: 28625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,54.5 - parent: 2 - - uid: 28626 - components: - - type: Transform - pos: 1.5,55.5 - parent: 2 - - uid: 28663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,0.5 - parent: 2 - - uid: 28664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,0.5 - parent: 2 - - uid: 28665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,0.5 - parent: 2 - - uid: 28818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-3.5 - parent: 2 - - uid: 28914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-2.5 - parent: 2 - - uid: 28916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-5.5 - parent: 2 - - uid: 28925 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-4.5 - parent: 2 - - uid: 29012 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-8.5 - parent: 2 - - uid: 29188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,12.5 - parent: 2 - - uid: 29690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-7.5 - parent: 2 - - uid: 29728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-6.5 - parent: 2 - - uid: 30046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-0.5 - parent: 2 - - uid: 30217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-1.5 - parent: 2 - - uid: 30218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,0.5 - parent: 2 - - uid: 30327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,18.5 - parent: 2 - - uid: 30332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,18.5 - parent: 2 - - uid: 30333 - components: - - type: Transform - pos: 27.5,19.5 - parent: 2 - - uid: 30335 - components: - - type: Transform - pos: 29.5,19.5 - parent: 2 - - uid: 30342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,20.5 - parent: 2 - - uid: 30343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,20.5 - parent: 2 - - uid: 30344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,20.5 - parent: 2 - - uid: 30346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,21.5 - parent: 2 - - uid: 30353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,21.5 - parent: 2 - - uid: 30354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,21.5 - parent: 2 - - uid: 30355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,33.5 - parent: 2 - - uid: 30357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,38.5 - parent: 2 - - uid: 30358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,38.5 - parent: 2 - - uid: 30359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-37.5 - parent: 2 - - uid: 30360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,36.5 - parent: 2 - - uid: 30361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,35.5 - parent: 2 - - uid: 30362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,34.5 - parent: 2 - - uid: 30364 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,38.5 - parent: 2 - - uid: 30368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-36.5 - parent: 2 - - uid: 30371 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 30372 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - - uid: 30374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-36.5 - parent: 2 - - uid: 30377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 2 - - uid: 30382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-29.5 - parent: 2 - - uid: 30384 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-28.5 - parent: 2 - - uid: 30386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-27.5 - parent: 2 - - uid: 30395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-38.5 - parent: 2 - - uid: 30396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-38.5 - parent: 2 - - uid: 30398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-38.5 - parent: 2 - - uid: 30429 - components: - - type: Transform - pos: 43.5,-18.5 - parent: 2 - - uid: 30438 - components: - - type: Transform - pos: 44.5,-18.5 - parent: 2 - - uid: 30562 - components: - - type: Transform - pos: -60.5,9.5 - parent: 2 - - uid: 30564 - components: - - type: Transform - pos: -59.5,9.5 - parent: 2 - - uid: 30566 - components: - - type: Transform - pos: -58.5,9.5 - parent: 2 - - uid: 30574 - components: - - type: Transform - pos: -57.5,9.5 - parent: 2 - - uid: 30575 - components: - - type: Transform - pos: -61.5,9.5 - parent: 2 - - uid: 30597 - components: - - type: Transform - pos: -62.5,9.5 - parent: 2 - - uid: 30626 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,16.5 - parent: 2 -- proto: WindowReinforcedDirectional - entities: - - uid: 2796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-3.5 - parent: 2 - - uid: 2815 - components: - - type: Transform - pos: -14.5,-12.5 - parent: 2 - - uid: 2816 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 2 - - uid: 2980 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-5.5 - parent: 2 - - uid: 2983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 2 - - uid: 2987 - components: - - type: Transform - pos: -16.5,-12.5 - parent: 2 - - uid: 4007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-17.5 - parent: 2 - - uid: 4112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-17.5 - parent: 2 - - uid: 4121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,14.5 - parent: 2 - - uid: 4122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,13.5 - parent: 2 - - uid: 5508 - components: - - type: Transform - pos: -26.5,-12.5 - parent: 2 - - uid: 5509 - components: - - type: Transform - pos: -28.5,-12.5 - parent: 2 - - uid: 5510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-6.5 - parent: 2 - - uid: 5511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-6.5 - parent: 2 - - uid: 6299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,12.5 - parent: 2 - - uid: 6534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,40.5 - parent: 2 - - uid: 7358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-16.5 - parent: 2 - - uid: 15948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 2 - - uid: 15950 - components: - - type: Transform - pos: -22.5,-12.5 - parent: 2 - - uid: 16224 - components: - - type: Transform - pos: -20.5,-12.5 - parent: 2 - - uid: 16615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-3.5 - parent: 2 - - uid: 17480 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 2 - - uid: 17898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,46.5 - parent: 2 - - uid: 19994 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 2 - - uid: 19995 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 2 - - uid: 19998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,17.5 - parent: 2 - - uid: 19999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,17.5 - parent: 2 - - uid: 20001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,17.5 - parent: 2 - - uid: 20310 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 2 - - uid: 20311 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 2 - - uid: 20313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-10.5 - parent: 2 - - uid: 20316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,17.5 - parent: 2 - - uid: 20319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,17.5 - parent: 2 - - uid: 22772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,46.5 - parent: 2 - - uid: 22877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-17.5 - parent: 2 - - uid: 22949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-6.5 - parent: 2 - - uid: 23045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-6.5 - parent: 2 - - uid: 23139 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,49.5 - parent: 2 - - uid: 23140 - components: - - type: Transform - pos: -10.5,53.5 - parent: 2 - - uid: 23141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,50.5 - parent: 2 - - uid: 23144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,47.5 - parent: 2 - - uid: 23145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,55.5 - parent: 2 - - uid: 23147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,54.5 - parent: 2 - - uid: 23148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,48.5 - parent: 2 - - uid: 23149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,47.5 - parent: 2 - - uid: 23182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,57.5 - parent: 2 - - uid: 23183 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,56.5 - parent: 2 - - uid: 23185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,50.5 - parent: 2 - - uid: 23186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,49.5 - parent: 2 - - uid: 23188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,53.5 - parent: 2 - - uid: 23189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,58.5 - parent: 2 - - uid: 23190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,53.5 - parent: 2 - - uid: 23191 - components: - - type: Transform - pos: -8.5,53.5 - parent: 2 - - uid: 23193 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,50.5 - parent: 2 - - uid: 23194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,50.5 - parent: 2 - - uid: 23196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,48.5 - parent: 2 - - uid: 23197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,54.5 - parent: 2 - - uid: 23198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,55.5 - parent: 2 - - uid: 23200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,56.5 - parent: 2 - - uid: 23201 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,56.5 - parent: 2 - - uid: 23202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,56.5 - parent: 2 - - uid: 23203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,49.5 - parent: 2 - - uid: 23204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,48.5 - parent: 2 - - uid: 23205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,50.5 - parent: 2 - - uid: 23206 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,51.5 - parent: 2 - - uid: 23207 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,52.5 - parent: 2 - - uid: 23211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,53.5 - parent: 2 - - uid: 23212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,54.5 - parent: 2 - - uid: 23213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,55.5 - parent: 2 - - uid: 23671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,46.5 - parent: 2 - - uid: 23771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,67.5 - parent: 2 - - uid: 23772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,68.5 - parent: 2 - - uid: 25054 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,14.5 - parent: 2 - - uid: 25056 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,13.5 - parent: 2 - - uid: 26704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 - parent: 2 - - uid: 28351 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 2 - - uid: 28356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-9.5 - parent: 2 - - uid: 28370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,17.5 - parent: 2 - - uid: 28464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,17.5 - parent: 2 - - uid: 28468 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,17.5 - parent: 2 - - uid: 28672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,17.5 - parent: 2 - - uid: 28673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,17.5 - parent: 2 - - uid: 28701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-16.5 - parent: 2 - - uid: 30616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-16.5 - parent: 2 - - uid: 30618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-16.5 - parent: 2 - - uid: 30619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-16.5 - parent: 2 - - uid: 31096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,64.5 - parent: 2 - - uid: 31097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,66.5 - parent: 2 - - uid: 31098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,65.5 - parent: 2 - - uid: 31418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,63.5 - parent: 2 - - uid: 31420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,62.5 - parent: 2 - - uid: 35794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,40.5 - parent: 2 -- proto: WindowTintedDirectional - entities: - - uid: 12981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,7.5 - parent: 2 - - uid: 16514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,6.5 - parent: 2 - - uid: 16531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,5.5 - parent: 2 - - uid: 17745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,6.5 - parent: 2 - - uid: 17805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,5.5 - parent: 2 - - uid: 18018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,6.5 - parent: 2 - - uid: 18020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,6.5 - parent: 2 - - uid: 19821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,7.5 - parent: 2 - - uid: 19930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,7.5 - parent: 2 - - uid: 19931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,7.5 - parent: 2 - - uid: 19952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,5.5 - parent: 2 - - uid: 19989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,7.5 - parent: 2 - - uid: 19991 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,5.5 - parent: 2 - - uid: 21919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,6.5 - parent: 2 - - uid: 21936 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,7.5 - parent: 2 - - uid: 21938 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,5.5 - parent: 2 - - uid: 21939 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,5.5 - parent: 2 - - uid: 21944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,6.5 - parent: 2 -- proto: Wirecutter - entities: - - uid: 29262 - components: - - type: Transform - pos: -66.524475,34.354824 - parent: 2 - - uid: 30682 - components: - - type: Transform - pos: 5.4815645,64.65436 - parent: 2 -- proto: WoodDoor - entities: - - uid: 32545 - components: - - type: Transform - pos: 70.5,43.5 - parent: 2 - - uid: 32570 - components: - - type: Transform - pos: 74.5,62.5 - parent: 2 - - uid: 32588 - components: - - type: Transform - pos: 73.5,52.5 - parent: 2 -- proto: Wrench - entities: - - uid: 4160 - components: - - type: Transform - pos: 49.784176,40.727295 - parent: 2 - - uid: 4161 - components: - - type: Transform - pos: 49.51074,40.719482 - parent: 2 - - uid: 4162 - components: - - type: Transform - pos: 49.276363,40.641357 - parent: 2 - - uid: 18231 - components: - - type: Transform - pos: 5.357978,64.67412 - parent: 2 - - uid: 19099 - components: - - type: Transform - pos: -96.56446,50.994957 - parent: 2 - - uid: 23214 - components: - - type: Transform - pos: -58.461433,29.647139 - parent: 2 - - uid: 29165 - components: - - type: Transform - pos: -68.25885,34.198574 - parent: 2 - - uid: 36394 - components: - - type: Transform - pos: 83.39625,59.432922 - parent: 2 -- proto: Zipties - entities: - - uid: 15511 - components: - - type: Transform - pos: -36.419666,31.184338 - parent: 2 - - uid: 15512 - components: - - type: Transform - pos: -36.61498,31.645275 - parent: 2 -- proto: ZiptiesBroken - entities: - - uid: 5392 - components: - - type: Transform - pos: 59.89722,56.195824 - parent: 2 - - uid: 5393 - components: - - type: Transform - pos: 55.756596,50.96145 - parent: 2 - - uid: 5394 - components: - - type: Transform - pos: 54.02222,46.727074 - parent: 2 - - uid: 7009 - components: - - type: Transform - pos: -30.573004,-34.074635 - parent: 2 - - uid: 7010 - components: - - type: Transform - pos: -25.229254,-35.211353 - parent: 2 -... diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml deleted file mode 100644 index c3b358c16c..0000000000 --- a/Resources/Prototypes/Maps/submarine.yml +++ /dev/null @@ -1,72 +0,0 @@ -- type: gameMap - id: Submarine - mapName: 'Submarine' - mapPath: /Maps/submarine.yml - minPlayers: 50 - stations: - Submarine: - stationProto: StandardNanotrasenStation - components: - - type: StationNameSetup - mapNameTemplate: '{0} Submarine {1}' - nameGenerator: - !type:NanotrasenNameGenerator - prefixCreator: '14' - - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_BC20.yml - - type: StationJobs - overflowJobs: - - Passenger - availableJobs: - #civilian - Passenger: [ -1, -1 ] - Librarian: [ 1, 1 ] - #command - Captain: [ 1, 1 ] - #engineering - AtmosphericTechnician: [ 2, 4 ] - ChiefEngineer: [ 1, 1 ] - StationEngineer: [ 4, 6 ] - TechnicalAssistant: [ 2, 4 ] - #medical - Chemist: [ 2, 2 ] - ChiefMedicalOfficer: [ 1, 1 ] - MedicalDoctor: [ 6, 9 ] - MedicalIntern: [ 4, 4 ] - Paramedic: [ 2, 3 ] - Psychologist: [ 1, 2 ] - #security - Brigmedic: [ 1, 1 ] - Detective: [ 1, 1 ] - HeadOfSecurity: [ 1, 1 ] - Prisoner: [ 2, 4 ] - PrisonGuard: [ 1, 2 ] - SecurityOfficer: [ 4, 6 ] - SecurityCadet: [ 3, 4 ] - Warden: [ 1, 1 ] - #service - Bartender: [ 2, 3 ] - Botanist: [ 2, 4 ] - Boxer: [ 2, 2 ] - Chef: [ 3, 4 ] - Clown: [ 1, 2 ] - HeadOfPersonnel: [ 1, 1 ] - Janitor: [ 2, 3 ] - Lawyer: [ 2, 2 ] - Mime: [ 1, 2 ] - Musician: [ 2, 2 ] - Reporter: [ 1, 2 ] - ServiceWorker: [ 2, 3 ] - Zookeeper: [ 2, 2 ] - #science - MedicalBorg: [ 2, 3 ] - Chaplain: [ 1, 1 ] - ForensicMantis: [ 1, 1 ] - ResearchAssistant: [ 2, 4 ] - ResearchDirector: [ 1, 1 ] - Scientist: [ 3, 4 ] - #supply - CargoTechnician: [ 4, 6 ] - MailCarrier: [ 1, 2 ] - SalvageSpecialist: [ 3, 5 ] - Quartermaster: [ 1, 1 ]